hfs 0.40.0 → 0.41.0
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/README.md +38 -99
- package/admin/assets/index-5c926903.js +510 -0
- package/admin/assets/{index-fe2c1463.css → index-ba8da62c.css} +1 -1
- package/{frontend/assets/sha512-5acbfc40.js → admin/assets/sha512-de1e5bd3.js} +1 -1
- package/admin/index.html +2 -2
- package/frontend/assets/{index-ffbcd4c9.css → index-25b49014.css} +1 -1
- package/frontend/assets/{index-31f0430a.js → index-7ceb2f4c.js} +17 -17
- package/{admin/assets/sha512-e2cf8296.js → frontend/assets/sha512-09fdf0a5.js} +1 -1
- package/frontend/index.html +2 -2
- package/package.json +2 -1
- package/plugins/download-counter/plugin.js +1 -1
- package/plugins/download-counter/public/main.js +1 -1
- package/plugins/download-counter/public/style.css +1 -0
- package/src/api.file_list.js +4 -4
- package/src/api.lang.js +1 -1
- package/src/api.plugins.js +4 -1
- package/src/api.vfs.js +6 -6
- package/src/const.js +1 -1
- package/src/events.js +1 -1
- package/src/frontEndApis.js +18 -16
- package/src/middlewares.js +12 -20
- package/src/misc.js +7 -3
- package/src/serveFile.js +1 -1
- package/src/serveGuiFiles.js +1 -1
- package/src/upload.js +3 -2
- package/src/util-files.js +6 -4
- package/src/vfs.js +61 -26
- package/src/zip.js +7 -3
- package/admin/assets/index-d654b69c.js +0 -510
|
@@ -0,0 +1,510 @@
|
|
|
1
|
+
var oj=Object.defineProperty,ij=Object.defineProperties;var sj=Object.getOwnPropertyDescriptors;var vh=Object.getOwnPropertySymbols;var Gk=Object.prototype.hasOwnProperty,Kk=Object.prototype.propertyIsEnumerable;var bs=Math.pow,Wk=(e,t,n)=>t in e?oj(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Oe=(e,t)=>{for(var n in t||(t={}))Gk.call(t,n)&&Wk(e,n,t[n]);if(vh)for(var n of vh(t))Kk.call(t,n)&&Wk(e,n,t[n]);return e},Ht=(e,t)=>ij(e,sj(t));var dn=(e,t)=>{var n={};for(var r in e)Gk.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&vh)for(var r of vh(e))t.indexOf(r)<0&&Kk.call(e,r)&&(n[r]=e[r]);return n};var dt=(e,t,n)=>new Promise((r,o)=>{var i=c=>{try{a(n.next(c))}catch(d){o(d)}},s=c=>{try{a(n.throw(c))}catch(d){o(d)}},a=c=>c.done?r(c.value):Promise.resolve(c.value).then(i,s);a((n=n.apply(e,t)).next())});function lj(e,t){for(var n=0;n<t.length;n++){const r=t[n];if(typeof r!="string"&&!Array.isArray(r)){for(const o in r)if(o!=="default"&&!(o in e)){const i=Object.getOwnPropertyDescriptor(r,o);i&&Object.defineProperty(e,o,i.get?i:{enumerable:!0,get:()=>r[o]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const o of document.querySelectorAll('link[rel="modulepreload"]'))r(o);new MutationObserver(o=>{for(const i of o)if(i.type==="childList")for(const s of i.addedNodes)s.tagName==="LINK"&&s.rel==="modulepreload"&&r(s)}).observe(document,{childList:!0,subtree:!0});function n(o){const i={};return o.integrity&&(i.integrity=o.integrity),o.referrerPolicy&&(i.referrerPolicy=o.referrerPolicy),o.crossOrigin==="use-credentials"?i.credentials="include":o.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function r(o){if(o.ep)return;o.ep=!0;const i=n(o);fetch(o.href,i)}})();var bn=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function _w(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function MM(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var n=function r(){if(this instanceof r){var o=[null];o.push.apply(o,arguments);var i=Function.bind.apply(t,o);return new i}return t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(r){var o=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(n,r,o.get?o:{enumerable:!0,get:function(){return e[r]}})}),n}var u={},aj={get exports(){return u},set exports(e){u=e}},Bt={};/**
|
|
2
|
+
* @license React
|
|
3
|
+
* react.production.min.js
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the MIT license found in the
|
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
|
9
|
+
*/var ep=Symbol.for("react.element"),cj=Symbol.for("react.portal"),uj=Symbol.for("react.fragment"),dj=Symbol.for("react.strict_mode"),fj=Symbol.for("react.profiler"),pj=Symbol.for("react.provider"),hj=Symbol.for("react.context"),mj=Symbol.for("react.forward_ref"),gj=Symbol.for("react.suspense"),vj=Symbol.for("react.memo"),yj=Symbol.for("react.lazy"),qk=Symbol.iterator;function bj(e){return e===null||typeof e!="object"?null:(e=qk&&e[qk]||e["@@iterator"],typeof e=="function"?e:null)}var RM={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},TM=Object.assign,OM={};function Tu(e,t,n){this.props=e,this.context=t,this.refs=OM,this.updater=n||RM}Tu.prototype.isReactComponent={};Tu.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};Tu.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function LM(){}LM.prototype=Tu.prototype;function $w(e,t,n){this.props=e,this.context=t,this.refs=OM,this.updater=n||RM}var Mw=$w.prototype=new LM;Mw.constructor=$w;TM(Mw,Tu.prototype);Mw.isPureReactComponent=!0;var Yk=Array.isArray,AM=Object.prototype.hasOwnProperty,Rw={current:null},FM={key:!0,ref:!0,__self:!0,__source:!0};function NM(e,t,n){var r,o={},i=null,s=null;if(t!=null)for(r in t.ref!==void 0&&(s=t.ref),t.key!==void 0&&(i=""+t.key),t)AM.call(t,r)&&!FM.hasOwnProperty(r)&&(o[r]=t[r]);var a=arguments.length-2;if(a===1)o.children=n;else if(1<a){for(var c=Array(a),d=0;d<a;d++)c[d]=arguments[d+2];o.children=c}if(e&&e.defaultProps)for(r in a=e.defaultProps,a)o[r]===void 0&&(o[r]=a[r]);return{$$typeof:ep,type:e,key:i,ref:s,props:o,_owner:Rw.current}}function wj(e,t){return{$$typeof:ep,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function Tw(e){return typeof e=="object"&&e!==null&&e.$$typeof===ep}function Cj(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(n){return t[n]})}var Xk=/\/+/g;function k0(e,t){return typeof e=="object"&&e!==null&&e.key!=null?Cj(""+e.key):t.toString(36)}function em(e,t,n,r,o){var i=typeof e;(i==="undefined"||i==="boolean")&&(e=null);var s=!1;if(e===null)s=!0;else switch(i){case"string":case"number":s=!0;break;case"object":switch(e.$$typeof){case ep:case cj:s=!0}}if(s)return s=e,o=o(s),e=r===""?"."+k0(s,0):r,Yk(o)?(n="",e!=null&&(n=e.replace(Xk,"$&/")+"/"),em(o,t,n,"",function(d){return d})):o!=null&&(Tw(o)&&(o=wj(o,n+(!o.key||s&&s.key===o.key?"":(""+o.key).replace(Xk,"$&/")+"/")+e)),t.push(o)),1;if(s=0,r=r===""?".":r+":",Yk(e))for(var a=0;a<e.length;a++){i=e[a];var c=r+k0(i,a);s+=em(i,t,n,c,o)}else if(c=bj(e),typeof c=="function")for(e=c.call(e),a=0;!(i=e.next()).done;)i=i.value,c=r+k0(i,a++),s+=em(i,t,n,c,o);else if(i==="object")throw t=String(e),Error("Objects are not valid as a React child (found: "+(t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return s}function yh(e,t,n){if(e==null)return e;var r=[],o=0;return em(e,r,"","",function(i){return t.call(n,i,o++)}),r}function xj(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(n){(e._status===0||e._status===-1)&&(e._status=1,e._result=n)},function(n){(e._status===0||e._status===-1)&&(e._status=2,e._result=n)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var Vr={current:null},tm={transition:null},Sj={ReactCurrentDispatcher:Vr,ReactCurrentBatchConfig:tm,ReactCurrentOwner:Rw};Bt.Children={map:yh,forEach:function(e,t,n){yh(e,function(){t.apply(this,arguments)},n)},count:function(e){var t=0;return yh(e,function(){t++}),t},toArray:function(e){return yh(e,function(t){return t})||[]},only:function(e){if(!Tw(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};Bt.Component=Tu;Bt.Fragment=uj;Bt.Profiler=fj;Bt.PureComponent=$w;Bt.StrictMode=dj;Bt.Suspense=gj;Bt.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Sj;Bt.cloneElement=function(e,t,n){if(e==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var r=TM({},e.props),o=e.key,i=e.ref,s=e._owner;if(t!=null){if(t.ref!==void 0&&(i=t.ref,s=Rw.current),t.key!==void 0&&(o=""+t.key),e.type&&e.type.defaultProps)var a=e.type.defaultProps;for(c in t)AM.call(t,c)&&!FM.hasOwnProperty(c)&&(r[c]=t[c]===void 0&&a!==void 0?a[c]:t[c])}var c=arguments.length-2;if(c===1)r.children=n;else if(1<c){a=Array(c);for(var d=0;d<c;d++)a[d]=arguments[d+2];r.children=a}return{$$typeof:ep,type:e.type,key:o,ref:i,props:r,_owner:s}};Bt.createContext=function(e){return e={$$typeof:hj,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},e.Provider={$$typeof:pj,_context:e},e.Consumer=e};Bt.createElement=NM;Bt.createFactory=function(e){var t=NM.bind(null,e);return t.type=e,t};Bt.createRef=function(){return{current:null}};Bt.forwardRef=function(e){return{$$typeof:mj,render:e}};Bt.isValidElement=Tw;Bt.lazy=function(e){return{$$typeof:yj,_payload:{_status:-1,_result:e},_init:xj}};Bt.memo=function(e,t){return{$$typeof:vj,type:e,compare:t===void 0?null:t}};Bt.startTransition=function(e){var t=tm.transition;tm.transition={};try{e()}finally{tm.transition=t}};Bt.unstable_act=function(){throw Error("act(...) is not supported in production builds of React.")};Bt.useCallback=function(e,t){return Vr.current.useCallback(e,t)};Bt.useContext=function(e){return Vr.current.useContext(e)};Bt.useDebugValue=function(){};Bt.useDeferredValue=function(e){return Vr.current.useDeferredValue(e)};Bt.useEffect=function(e,t){return Vr.current.useEffect(e,t)};Bt.useId=function(){return Vr.current.useId()};Bt.useImperativeHandle=function(e,t,n){return Vr.current.useImperativeHandle(e,t,n)};Bt.useInsertionEffect=function(e,t){return Vr.current.useInsertionEffect(e,t)};Bt.useLayoutEffect=function(e,t){return Vr.current.useLayoutEffect(e,t)};Bt.useMemo=function(e,t){return Vr.current.useMemo(e,t)};Bt.useReducer=function(e,t,n){return Vr.current.useReducer(e,t,n)};Bt.useRef=function(e){return Vr.current.useRef(e)};Bt.useState=function(e){return Vr.current.useState(e)};Bt.useSyncExternalStore=function(e,t,n){return Vr.current.useSyncExternalStore(e,t,n)};Bt.useTransition=function(){return Vr.current.useTransition()};Bt.version="18.2.0";(function(e){e.exports=Bt})(aj);const Jr=_w(u),Ma=lj({__proto__:null,default:Jr},[u]);var Fl={},Ej={get exports(){return Fl},set exports(e){Fl=e}},Ro={},N1={},Pj={get exports(){return N1},set exports(e){N1=e}},DM={};/**
|
|
10
|
+
* @license React
|
|
11
|
+
* scheduler.production.min.js
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
14
|
+
*
|
|
15
|
+
* This source code is licensed under the MIT license found in the
|
|
16
|
+
* LICENSE file in the root directory of this source tree.
|
|
17
|
+
*/(function(e){function t(N,z){var W=N.length;N.push(z);e:for(;0<W;){var q=W-1>>>1,X=N[q];if(0<o(X,z))N[q]=z,N[W]=X,W=q;else break e}}function n(N){return N.length===0?null:N[0]}function r(N){if(N.length===0)return null;var z=N[0],W=N.pop();if(W!==z){N[0]=W;e:for(var q=0,X=N.length,le=X>>>1;q<le;){var Q=2*(q+1)-1,ge=N[Q],ee=Q+1,ce=N[ee];if(0>o(ge,W))ee<X&&0>o(ce,ge)?(N[q]=ce,N[ee]=W,q=ee):(N[q]=ge,N[Q]=W,q=Q);else if(ee<X&&0>o(ce,W))N[q]=ce,N[ee]=W,q=ee;else break e}}return z}function o(N,z){var W=N.sortIndex-z.sortIndex;return W!==0?W:N.id-z.id}if(typeof performance=="object"&&typeof performance.now=="function"){var i=performance;e.unstable_now=function(){return i.now()}}else{var s=Date,a=s.now();e.unstable_now=function(){return s.now()-a}}var c=[],d=[],p=1,h=null,m=3,v=!1,b=!1,g=!1,x=typeof setTimeout=="function"?setTimeout:null,C=typeof clearTimeout=="function"?clearTimeout:null,E=typeof setImmediate!="undefined"?setImmediate:null;typeof navigator!="undefined"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function w(N){for(var z=n(d);z!==null;){if(z.callback===null)r(d);else if(z.startTime<=N)r(d),z.sortIndex=z.expirationTime,t(c,z);else break;z=n(d)}}function S(N){if(g=!1,w(N),!b)if(n(c)!==null)b=!0,B(k);else{var z=n(d);z!==null&&G(S,z.startTime-N)}}function k(N,z){b=!1,g&&(g=!1,C(M),M=-1),v=!0;var W=m;try{for(w(z),h=n(c);h!==null&&(!(h.expirationTime>z)||N&&!L());){var q=h.callback;if(typeof q=="function"){h.callback=null,m=h.priorityLevel;var X=q(h.expirationTime<=z);z=e.unstable_now(),typeof X=="function"?h.callback=X:h===n(c)&&r(c),w(z)}else r(c);h=n(c)}if(h!==null)var le=!0;else{var Q=n(d);Q!==null&&G(S,Q.startTime-z),le=!1}return le}finally{h=null,m=W,v=!1}}var _=!1,I=null,M=-1,R=5,T=-1;function L(){return!(e.unstable_now()-T<R)}function H(){if(I!==null){var N=e.unstable_now();T=N;var z=!0;try{z=I(!0,N)}finally{z?j():(_=!1,I=null)}}else _=!1}var j;if(typeof E=="function")j=function(){E(H)};else if(typeof MessageChannel!="undefined"){var A=new MessageChannel,F=A.port2;A.port1.onmessage=H,j=function(){F.postMessage(null)}}else j=function(){x(H,0)};function B(N){I=N,_||(_=!0,j())}function G(N,z){M=x(function(){N(e.unstable_now())},z)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(N){N.callback=null},e.unstable_continueExecution=function(){b||v||(b=!0,B(k))},e.unstable_forceFrameRate=function(N){0>N||125<N?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):R=0<N?Math.floor(1e3/N):5},e.unstable_getCurrentPriorityLevel=function(){return m},e.unstable_getFirstCallbackNode=function(){return n(c)},e.unstable_next=function(N){switch(m){case 1:case 2:case 3:var z=3;break;default:z=m}var W=m;m=z;try{return N()}finally{m=W}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function(N,z){switch(N){case 1:case 2:case 3:case 4:case 5:break;default:N=3}var W=m;m=N;try{return z()}finally{m=W}},e.unstable_scheduleCallback=function(N,z,W){var q=e.unstable_now();switch(typeof W=="object"&&W!==null?(W=W.delay,W=typeof W=="number"&&0<W?q+W:q):W=q,N){case 1:var X=-1;break;case 2:X=250;break;case 5:X=1073741823;break;case 4:X=1e4;break;default:X=5e3}return X=W+X,N={id:p++,callback:z,priorityLevel:N,startTime:W,expirationTime:X,sortIndex:-1},W>q?(N.sortIndex=W,t(d,N),n(c)===null&&N===n(d)&&(g?(C(M),M=-1):g=!0,G(S,W-q))):(N.sortIndex=X,t(c,N),b||v||(b=!0,B(k))),N},e.unstable_shouldYield=L,e.unstable_wrapCallback=function(N){var z=m;return function(){var W=m;m=z;try{return N.apply(this,arguments)}finally{m=W}}}})(DM);(function(e){e.exports=DM})(Pj);/**
|
|
18
|
+
* @license React
|
|
19
|
+
* react-dom.production.min.js
|
|
20
|
+
*
|
|
21
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
22
|
+
*
|
|
23
|
+
* This source code is licensed under the MIT license found in the
|
|
24
|
+
* LICENSE file in the root directory of this source tree.
|
|
25
|
+
*/var BM=u,Io=N1;function $e(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var zM=new Set,mf={};function Ga(e,t){uu(e,t),uu(e+"Capture",t)}function uu(e,t){for(mf[e]=t,e=0;e<t.length;e++)zM.add(t[e])}var Os=!(typeof window=="undefined"||typeof window.document=="undefined"||typeof window.document.createElement=="undefined"),D1=Object.prototype.hasOwnProperty,kj=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,Qk={},Jk={};function Ij(e){return D1.call(Jk,e)?!0:D1.call(Qk,e)?!1:kj.test(e)?Jk[e]=!0:(Qk[e]=!0,!1)}function _j(e,t,n,r){if(n!==null&&n.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return r?!1:n!==null?!n.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function $j(e,t,n,r){if(t===null||typeof t=="undefined"||_j(e,t,n,r))return!0;if(r)return!1;if(n!==null)switch(n.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function Ur(e,t,n,r,o,i,s){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i,this.removeEmptyString=s}var br={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){br[e]=new Ur(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];br[t]=new Ur(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){br[e]=new Ur(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){br[e]=new Ur(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){br[e]=new Ur(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){br[e]=new Ur(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){br[e]=new Ur(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){br[e]=new Ur(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){br[e]=new Ur(e,5,!1,e.toLowerCase(),null,!1,!1)});var Ow=/[\-:]([a-z])/g;function Lw(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(Ow,Lw);br[t]=new Ur(t,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(Ow,Lw);br[t]=new Ur(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(Ow,Lw);br[t]=new Ur(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){br[e]=new Ur(e,1,!1,e.toLowerCase(),null,!1,!1)});br.xlinkHref=new Ur("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){br[e]=new Ur(e,1,!1,e.toLowerCase(),null,!0,!0)});function Aw(e,t,n,r){var o=br.hasOwnProperty(t)?br[t]:null;(o!==null?o.type!==0:r||!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N")&&($j(t,n,o,r)&&(n=null),r||o===null?Ij(t)&&(n===null?e.removeAttribute(t):e.setAttribute(t,""+n)):o.mustUseProperty?e[o.propertyName]=n===null?o.type===3?!1:"":n:(t=o.attributeName,r=o.attributeNamespace,n===null?e.removeAttribute(t):(o=o.type,n=o===3||o===4&&n===!0?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}var Hs=BM.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,bh=Symbol.for("react.element"),Ac=Symbol.for("react.portal"),Fc=Symbol.for("react.fragment"),Fw=Symbol.for("react.strict_mode"),B1=Symbol.for("react.profiler"),jM=Symbol.for("react.provider"),HM=Symbol.for("react.context"),Nw=Symbol.for("react.forward_ref"),z1=Symbol.for("react.suspense"),j1=Symbol.for("react.suspense_list"),Dw=Symbol.for("react.memo"),ll=Symbol.for("react.lazy"),VM=Symbol.for("react.offscreen"),Zk=Symbol.iterator;function hd(e){return e===null||typeof e!="object"?null:(e=Zk&&e[Zk]||e["@@iterator"],typeof e=="function"?e:null)}var An=Object.assign,I0;function Fd(e){if(I0===void 0)try{throw Error()}catch(n){var t=n.stack.trim().match(/\n( *(at )?)/);I0=t&&t[1]||""}return`
|
|
26
|
+
`+I0+e}var _0=!1;function $0(e,t){if(!e||_0)return"";_0=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(t,[])}catch(d){var r=d}Reflect.construct(e,[],t)}else{try{t.call()}catch(d){r=d}e.call(t.prototype)}else{try{throw Error()}catch(d){r=d}e()}}catch(d){if(d&&r&&typeof d.stack=="string"){for(var o=d.stack.split(`
|
|
27
|
+
`),i=r.stack.split(`
|
|
28
|
+
`),s=o.length-1,a=i.length-1;1<=s&&0<=a&&o[s]!==i[a];)a--;for(;1<=s&&0<=a;s--,a--)if(o[s]!==i[a]){if(s!==1||a!==1)do if(s--,a--,0>a||o[s]!==i[a]){var c=`
|
|
29
|
+
`+o[s].replace(" at new "," at ");return e.displayName&&c.includes("<anonymous>")&&(c=c.replace("<anonymous>",e.displayName)),c}while(1<=s&&0<=a);break}}}finally{_0=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?Fd(e):""}function Mj(e){switch(e.tag){case 5:return Fd(e.type);case 16:return Fd("Lazy");case 13:return Fd("Suspense");case 19:return Fd("SuspenseList");case 0:case 2:case 15:return e=$0(e.type,!1),e;case 11:return e=$0(e.type.render,!1),e;case 1:return e=$0(e.type,!0),e;default:return""}}function H1(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case Fc:return"Fragment";case Ac:return"Portal";case B1:return"Profiler";case Fw:return"StrictMode";case z1:return"Suspense";case j1:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case HM:return(e.displayName||"Context")+".Consumer";case jM:return(e._context.displayName||"Context")+".Provider";case Nw:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case Dw:return t=e.displayName||null,t!==null?t:H1(e.type)||"Memo";case ll:t=e._payload,e=e._init;try{return H1(e(t))}catch(n){}}return null}function Rj(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return H1(t);case 8:return t===Fw?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t}return null}function Nl(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function UM(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function Tj(e){var t=UM(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&typeof n!="undefined"&&typeof n.get=="function"&&typeof n.set=="function"){var o=n.get,i=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return o.call(this)},set:function(s){r=""+s,i.call(this,s)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(s){r=""+s},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function wh(e){e._valueTracker||(e._valueTracker=Tj(e))}function WM(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=UM(e)?e.checked?"true":"false":e.value),e=r,e!==n?(t.setValue(e),!0):!1}function Pm(e){if(e=e||(typeof document!="undefined"?document:void 0),typeof e=="undefined")return null;try{return e.activeElement||e.body}catch(t){return e.body}}function V1(e,t){var n=t.checked;return An({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:n!=null?n:e._wrapperState.initialChecked})}function e2(e,t){var n=t.defaultValue==null?"":t.defaultValue,r=t.checked!=null?t.checked:t.defaultChecked;n=Nl(t.value!=null?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function GM(e,t){t=t.checked,t!=null&&Aw(e,"checked",t,!1)}function U1(e,t){GM(e,t);var n=Nl(t.value),r=t.type;if(n!=null)r==="number"?(n===0&&e.value===""||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if(r==="submit"||r==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?W1(e,t.type,n):t.hasOwnProperty("defaultValue")&&W1(e,t.type,Nl(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function t2(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!(r!=="submit"&&r!=="reset"||t.value!==void 0&&t.value!==null))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}n=e.name,n!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,n!==""&&(e.name=n)}function W1(e,t,n){(t!=="number"||Pm(e.ownerDocument)!==e)&&(n==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}var Nd=Array.isArray;function Xc(e,t,n,r){if(e=e.options,t){t={};for(var o=0;o<n.length;o++)t["$"+n[o]]=!0;for(n=0;n<e.length;n++)o=t.hasOwnProperty("$"+e[n].value),e[n].selected!==o&&(e[n].selected=o),o&&r&&(e[n].defaultSelected=!0)}else{for(n=""+Nl(n),t=null,o=0;o<e.length;o++){if(e[o].value===n){e[o].selected=!0,r&&(e[o].defaultSelected=!0);return}t!==null||e[o].disabled||(t=e[o])}t!==null&&(t.selected=!0)}}function G1(e,t){if(t.dangerouslySetInnerHTML!=null)throw Error($e(91));return An({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function n2(e,t){var n=t.value;if(n==null){if(n=t.children,t=t.defaultValue,n!=null){if(t!=null)throw Error($e(92));if(Nd(n)){if(1<n.length)throw Error($e(93));n=n[0]}t=n}t==null&&(t=""),n=t}e._wrapperState={initialValue:Nl(n)}}function KM(e,t){var n=Nl(t.value),r=Nl(t.defaultValue);n!=null&&(n=""+n,n!==e.value&&(e.value=n),t.defaultValue==null&&e.defaultValue!==n&&(e.defaultValue=n)),r!=null&&(e.defaultValue=""+r)}function r2(e){var t=e.textContent;t===e._wrapperState.initialValue&&t!==""&&t!==null&&(e.value=t)}function qM(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function K1(e,t){return e==null||e==="http://www.w3.org/1999/xhtml"?qM(t):e==="http://www.w3.org/2000/svg"&&t==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var Ch,YM=function(e){return typeof MSApp!="undefined"&&MSApp.execUnsafeLocalFunction?function(t,n,r,o){MSApp.execUnsafeLocalFunction(function(){return e(t,n,r,o)})}:e}(function(e,t){if(e.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in e)e.innerHTML=t;else{for(Ch=Ch||document.createElement("div"),Ch.innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=Ch.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function gf(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&n.nodeType===3){n.nodeValue=t;return}}e.textContent=t}var Kd={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Oj=["Webkit","ms","Moz","O"];Object.keys(Kd).forEach(function(e){Oj.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),Kd[t]=Kd[e]})});function XM(e,t,n){return t==null||typeof t=="boolean"||t===""?"":n||typeof t!="number"||t===0||Kd.hasOwnProperty(e)&&Kd[e]?(""+t).trim():t+"px"}function QM(e,t){e=e.style;for(var n in t)if(t.hasOwnProperty(n)){var r=n.indexOf("--")===0,o=XM(n,t[n],r);n==="float"&&(n="cssFloat"),r?e.setProperty(n,o):e[n]=o}}var Lj=An({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function q1(e,t){if(t){if(Lj[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error($e(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error($e(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error($e(61))}if(t.style!=null&&typeof t.style!="object")throw Error($e(62))}}function Y1(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var X1=null;function Bw(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var Q1=null,Qc=null,Jc=null;function o2(e){if(e=rp(e)){if(typeof Q1!="function")throw Error($e(280));var t=e.stateNode;t&&(t=Ig(t),Q1(e.stateNode,e.type,t))}}function JM(e){Qc?Jc?Jc.push(e):Jc=[e]:Qc=e}function ZM(){if(Qc){var e=Qc,t=Jc;if(Jc=Qc=null,o2(e),t)for(e=0;e<t.length;e++)o2(t[e])}}function eR(e,t){return e(t)}function tR(){}var M0=!1;function nR(e,t,n){if(M0)return e(t,n);M0=!0;try{return eR(e,t,n)}finally{M0=!1,(Qc!==null||Jc!==null)&&(tR(),ZM())}}function vf(e,t){var n=e.stateNode;if(n===null)return null;var r=Ig(n);if(r===null)return null;n=r[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(r=!r.disabled)||(e=e.type,r=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!r;break e;default:e=!1}if(e)return null;if(n&&typeof n!="function")throw Error($e(231,t,typeof n));return n}var J1=!1;if(Os)try{var md={};Object.defineProperty(md,"passive",{get:function(){J1=!0}}),window.addEventListener("test",md,md),window.removeEventListener("test",md,md)}catch(e){J1=!1}function Aj(e,t,n,r,o,i,s,a,c){var d=Array.prototype.slice.call(arguments,3);try{t.apply(n,d)}catch(p){this.onError(p)}}var qd=!1,km=null,Im=!1,Z1=null,Fj={onError:function(e){qd=!0,km=e}};function Nj(e,t,n,r,o,i,s,a,c){qd=!1,km=null,Aj.apply(Fj,arguments)}function Dj(e,t,n,r,o,i,s,a,c){if(Nj.apply(this,arguments),qd){if(qd){var d=km;qd=!1,km=null}else throw Error($e(198));Im||(Im=!0,Z1=d)}}function Ka(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,t.flags&4098&&(n=t.return),e=t.return;while(e)}return t.tag===3?n:null}function rR(e){if(e.tag===13){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function i2(e){if(Ka(e)!==e)throw Error($e(188))}function Bj(e){var t=e.alternate;if(!t){if(t=Ka(e),t===null)throw Error($e(188));return t!==e?null:e}for(var n=e,r=t;;){var o=n.return;if(o===null)break;var i=o.alternate;if(i===null){if(r=o.return,r!==null){n=r;continue}break}if(o.child===i.child){for(i=o.child;i;){if(i===n)return i2(o),e;if(i===r)return i2(o),t;i=i.sibling}throw Error($e(188))}if(n.return!==r.return)n=o,r=i;else{for(var s=!1,a=o.child;a;){if(a===n){s=!0,n=o,r=i;break}if(a===r){s=!0,r=o,n=i;break}a=a.sibling}if(!s){for(a=i.child;a;){if(a===n){s=!0,n=i,r=o;break}if(a===r){s=!0,r=i,n=o;break}a=a.sibling}if(!s)throw Error($e(189))}}if(n.alternate!==r)throw Error($e(190))}if(n.tag!==3)throw Error($e(188));return n.stateNode.current===n?e:t}function oR(e){return e=Bj(e),e!==null?iR(e):null}function iR(e){if(e.tag===5||e.tag===6)return e;for(e=e.child;e!==null;){var t=iR(e);if(t!==null)return t;e=e.sibling}return null}var sR=Io.unstable_scheduleCallback,s2=Io.unstable_cancelCallback,zj=Io.unstable_shouldYield,jj=Io.unstable_requestPaint,Vn=Io.unstable_now,Hj=Io.unstable_getCurrentPriorityLevel,zw=Io.unstable_ImmediatePriority,lR=Io.unstable_UserBlockingPriority,_m=Io.unstable_NormalPriority,Vj=Io.unstable_LowPriority,aR=Io.unstable_IdlePriority,Sg=null,Qi=null;function Uj(e){if(Qi&&typeof Qi.onCommitFiberRoot=="function")try{Qi.onCommitFiberRoot(Sg,e,void 0,(e.current.flags&128)===128)}catch(t){}}var Si=Math.clz32?Math.clz32:Kj,Wj=Math.log,Gj=Math.LN2;function Kj(e){return e>>>=0,e===0?32:31-(Wj(e)/Gj|0)|0}var xh=64,Sh=4194304;function Dd(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return e&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function $m(e,t){var n=e.pendingLanes;if(n===0)return 0;var r=0,o=e.suspendedLanes,i=e.pingedLanes,s=n&268435455;if(s!==0){var a=s&~o;a!==0?r=Dd(a):(i&=s,i!==0&&(r=Dd(i)))}else s=n&~o,s!==0?r=Dd(s):i!==0&&(r=Dd(i));if(r===0)return 0;if(t!==0&&t!==r&&!(t&o)&&(o=r&-r,i=t&-t,o>=i||o===16&&(i&4194240)!==0))return t;if(r&4&&(r|=n&16),t=e.entangledLanes,t!==0)for(e=e.entanglements,t&=r;0<t;)n=31-Si(t),o=1<<n,r|=e[n],t&=~o;return r}function qj(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function Yj(e,t){for(var n=e.suspendedLanes,r=e.pingedLanes,o=e.expirationTimes,i=e.pendingLanes;0<i;){var s=31-Si(i),a=1<<s,c=o[s];c===-1?(!(a&n)||a&r)&&(o[s]=qj(a,t)):c<=t&&(e.expiredLanes|=a),i&=~a}}function eb(e){return e=e.pendingLanes&-1073741825,e!==0?e:e&1073741824?1073741824:0}function cR(){var e=xh;return xh<<=1,!(xh&4194240)&&(xh=64),e}function R0(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function tp(e,t,n){e.pendingLanes|=t,t!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,t=31-Si(t),e[t]=n}function Xj(e,t){var n=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var r=e.eventTimes;for(e=e.expirationTimes;0<n;){var o=31-Si(n),i=1<<o;t[o]=0,r[o]=-1,e[o]=-1,n&=~i}}function jw(e,t){var n=e.entangledLanes|=t;for(e=e.entanglements;n;){var r=31-Si(n),o=1<<r;o&t|e[r]&t&&(e[r]|=t),n&=~o}}var nn=0;function uR(e){return e&=-e,1<e?4<e?e&268435455?16:536870912:4:1}var dR,Hw,fR,pR,hR,tb=!1,Eh=[],Sl=null,El=null,Pl=null,yf=new Map,bf=new Map,pl=[],Qj="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function l2(e,t){switch(e){case"focusin":case"focusout":Sl=null;break;case"dragenter":case"dragleave":El=null;break;case"mouseover":case"mouseout":Pl=null;break;case"pointerover":case"pointerout":yf.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":bf.delete(t.pointerId)}}function gd(e,t,n,r,o,i){return e===null||e.nativeEvent!==i?(e={blockedOn:t,domEventName:n,eventSystemFlags:r,nativeEvent:i,targetContainers:[o]},t!==null&&(t=rp(t),t!==null&&Hw(t)),e):(e.eventSystemFlags|=r,t=e.targetContainers,o!==null&&t.indexOf(o)===-1&&t.push(o),e)}function Jj(e,t,n,r,o){switch(t){case"focusin":return Sl=gd(Sl,e,t,n,r,o),!0;case"dragenter":return El=gd(El,e,t,n,r,o),!0;case"mouseover":return Pl=gd(Pl,e,t,n,r,o),!0;case"pointerover":var i=o.pointerId;return yf.set(i,gd(yf.get(i)||null,e,t,n,r,o)),!0;case"gotpointercapture":return i=o.pointerId,bf.set(i,gd(bf.get(i)||null,e,t,n,r,o)),!0}return!1}function mR(e){var t=ga(e.target);if(t!==null){var n=Ka(t);if(n!==null){if(t=n.tag,t===13){if(t=rR(n),t!==null){e.blockedOn=t,hR(e.priority,function(){fR(n)});return}}else if(t===3&&n.stateNode.current.memoizedState.isDehydrated){e.blockedOn=n.tag===3?n.stateNode.containerInfo:null;return}}}e.blockedOn=null}function nm(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var n=nb(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(n===null){n=e.nativeEvent;var r=new n.constructor(n.type,n);X1=r,n.target.dispatchEvent(r),X1=null}else return t=rp(n),t!==null&&Hw(t),e.blockedOn=n,!1;t.shift()}return!0}function a2(e,t,n){nm(e)&&n.delete(t)}function Zj(){tb=!1,Sl!==null&&nm(Sl)&&(Sl=null),El!==null&&nm(El)&&(El=null),Pl!==null&&nm(Pl)&&(Pl=null),yf.forEach(a2),bf.forEach(a2)}function vd(e,t){e.blockedOn===t&&(e.blockedOn=null,tb||(tb=!0,Io.unstable_scheduleCallback(Io.unstable_NormalPriority,Zj)))}function wf(e){function t(o){return vd(o,e)}if(0<Eh.length){vd(Eh[0],e);for(var n=1;n<Eh.length;n++){var r=Eh[n];r.blockedOn===e&&(r.blockedOn=null)}}for(Sl!==null&&vd(Sl,e),El!==null&&vd(El,e),Pl!==null&&vd(Pl,e),yf.forEach(t),bf.forEach(t),n=0;n<pl.length;n++)r=pl[n],r.blockedOn===e&&(r.blockedOn=null);for(;0<pl.length&&(n=pl[0],n.blockedOn===null);)mR(n),n.blockedOn===null&&pl.shift()}var Zc=Hs.ReactCurrentBatchConfig,Mm=!0;function e9(e,t,n,r){var o=nn,i=Zc.transition;Zc.transition=null;try{nn=1,Vw(e,t,n,r)}finally{nn=o,Zc.transition=i}}function t9(e,t,n,r){var o=nn,i=Zc.transition;Zc.transition=null;try{nn=4,Vw(e,t,n,r)}finally{nn=o,Zc.transition=i}}function Vw(e,t,n,r){if(Mm){var o=nb(e,t,n,r);if(o===null)j0(e,t,r,Rm,n),l2(e,r);else if(Jj(o,e,t,n,r))r.stopPropagation();else if(l2(e,r),t&4&&-1<Qj.indexOf(e)){for(;o!==null;){var i=rp(o);if(i!==null&&dR(i),i=nb(e,t,n,r),i===null&&j0(e,t,r,Rm,n),i===o)break;o=i}o!==null&&r.stopPropagation()}else j0(e,t,r,null,n)}}var Rm=null;function nb(e,t,n,r){if(Rm=null,e=Bw(r),e=ga(e),e!==null)if(t=Ka(e),t===null)e=null;else if(n=t.tag,n===13){if(e=rR(t),e!==null)return e;e=null}else if(n===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return Rm=e,null}function gR(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(Hj()){case zw:return 1;case lR:return 4;case _m:case Vj:return 16;case aR:return 536870912;default:return 16}default:return 16}}var gl=null,Uw=null,rm=null;function vR(){if(rm)return rm;var e,t=Uw,n=t.length,r,o="value"in gl?gl.value:gl.textContent,i=o.length;for(e=0;e<n&&t[e]===o[e];e++);var s=n-e;for(r=1;r<=s&&t[n-r]===o[i-r];r++);return rm=o.slice(e,1<r?1-r:void 0)}function om(e){var t=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&t===13&&(e=13)):e=t,e===10&&(e=13),32<=e||e===13?e:0}function Ph(){return!0}function c2(){return!1}function To(e){function t(n,r,o,i,s){this._reactName=n,this._targetInst=o,this.type=r,this.nativeEvent=i,this.target=s,this.currentTarget=null;for(var a in e)e.hasOwnProperty(a)&&(n=e[a],this[a]=n?n(i):i[a]);return this.isDefaultPrevented=(i.defaultPrevented!=null?i.defaultPrevented:i.returnValue===!1)?Ph:c2,this.isPropagationStopped=c2,this}return An(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var n=this.nativeEvent;n&&(n.preventDefault?n.preventDefault():typeof n.returnValue!="unknown"&&(n.returnValue=!1),this.isDefaultPrevented=Ph)},stopPropagation:function(){var n=this.nativeEvent;n&&(n.stopPropagation?n.stopPropagation():typeof n.cancelBubble!="unknown"&&(n.cancelBubble=!0),this.isPropagationStopped=Ph)},persist:function(){},isPersistent:Ph}),t}var Ou={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Ww=To(Ou),np=An({},Ou,{view:0,detail:0}),n9=To(np),T0,O0,yd,Eg=An({},np,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Gw,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==yd&&(yd&&e.type==="mousemove"?(T0=e.screenX-yd.screenX,O0=e.screenY-yd.screenY):O0=T0=0,yd=e),T0)},movementY:function(e){return"movementY"in e?e.movementY:O0}}),u2=To(Eg),r9=An({},Eg,{dataTransfer:0}),o9=To(r9),i9=An({},np,{relatedTarget:0}),L0=To(i9),s9=An({},Ou,{animationName:0,elapsedTime:0,pseudoElement:0}),l9=To(s9),a9=An({},Ou,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),c9=To(a9),u9=An({},Ou,{data:0}),d2=To(u9),d9={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},f9={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},p9={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function h9(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=p9[e])?!!t[e]:!1}function Gw(){return h9}var m9=An({},np,{key:function(e){if(e.key){var t=d9[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=om(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?f9[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Gw,charCode:function(e){return e.type==="keypress"?om(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?om(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),g9=To(m9),v9=An({},Eg,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),f2=To(v9),y9=An({},np,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Gw}),b9=To(y9),w9=An({},Ou,{propertyName:0,elapsedTime:0,pseudoElement:0}),C9=To(w9),x9=An({},Eg,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),S9=To(x9),E9=[9,13,27,32],Kw=Os&&"CompositionEvent"in window,Yd=null;Os&&"documentMode"in document&&(Yd=document.documentMode);var P9=Os&&"TextEvent"in window&&!Yd,yR=Os&&(!Kw||Yd&&8<Yd&&11>=Yd),p2=String.fromCharCode(32),h2=!1;function bR(e,t){switch(e){case"keyup":return E9.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function wR(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var Nc=!1;function k9(e,t){switch(e){case"compositionend":return wR(t);case"keypress":return t.which!==32?null:(h2=!0,p2);case"textInput":return e=t.data,e===p2&&h2?null:e;default:return null}}function I9(e,t){if(Nc)return e==="compositionend"||!Kw&&bR(e,t)?(e=vR(),rm=Uw=gl=null,Nc=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return yR&&t.locale!=="ko"?null:t.data;default:return null}}var _9={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function m2(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!_9[e.type]:t==="textarea"}function CR(e,t,n,r){JM(r),t=Tm(t,"onChange"),0<t.length&&(n=new Ww("onChange","change",null,n,r),e.push({event:n,listeners:t}))}var Xd=null,Cf=null;function $9(e){TR(e,0)}function Pg(e){var t=zc(e);if(WM(t))return e}function M9(e,t){if(e==="change")return t}var xR=!1;if(Os){var A0;if(Os){var F0="oninput"in document;if(!F0){var g2=document.createElement("div");g2.setAttribute("oninput","return;"),F0=typeof g2.oninput=="function"}A0=F0}else A0=!1;xR=A0&&(!document.documentMode||9<document.documentMode)}function v2(){Xd&&(Xd.detachEvent("onpropertychange",SR),Cf=Xd=null)}function SR(e){if(e.propertyName==="value"&&Pg(Cf)){var t=[];CR(t,Cf,e,Bw(e)),nR($9,t)}}function R9(e,t,n){e==="focusin"?(v2(),Xd=t,Cf=n,Xd.attachEvent("onpropertychange",SR)):e==="focusout"&&v2()}function T9(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return Pg(Cf)}function O9(e,t){if(e==="click")return Pg(t)}function L9(e,t){if(e==="input"||e==="change")return Pg(t)}function A9(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var _i=typeof Object.is=="function"?Object.is:A9;function xf(e,t){if(_i(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++){var o=n[r];if(!D1.call(t,o)||!_i(e[o],t[o]))return!1}return!0}function y2(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function b2(e,t){var n=y2(e);e=0;for(var r;n;){if(n.nodeType===3){if(r=e+n.textContent.length,e<=t&&r>=t)return{node:n,offset:t-e};e=r}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=y2(n)}}function ER(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?ER(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function PR(){for(var e=window,t=Pm();t instanceof e.HTMLIFrameElement;){try{var n=typeof t.contentWindow.location.href=="string"}catch(r){n=!1}if(n)e=t.contentWindow;else break;t=Pm(e.document)}return t}function qw(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function F9(e){var t=PR(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&ER(n.ownerDocument.documentElement,n)){if(r!==null&&qw(n)){if(t=r.start,e=r.end,e===void 0&&(e=t),"selectionStart"in n)n.selectionStart=t,n.selectionEnd=Math.min(e,n.value.length);else if(e=(t=n.ownerDocument||document)&&t.defaultView||window,e.getSelection){e=e.getSelection();var o=n.textContent.length,i=Math.min(r.start,o);r=r.end===void 0?i:Math.min(r.end,o),!e.extend&&i>r&&(o=r,r=i,i=o),o=b2(n,i);var s=b2(n,r);o&&s&&(e.rangeCount!==1||e.anchorNode!==o.node||e.anchorOffset!==o.offset||e.focusNode!==s.node||e.focusOffset!==s.offset)&&(t=t.createRange(),t.setStart(o.node,o.offset),e.removeAllRanges(),i>r?(e.addRange(t),e.extend(s.node,s.offset)):(t.setEnd(s.node,s.offset),e.addRange(t)))}}for(t=[],e=n;e=e.parentNode;)e.nodeType===1&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof n.focus=="function"&&n.focus(),n=0;n<t.length;n++)e=t[n],e.element.scrollLeft=e.left,e.element.scrollTop=e.top}}var N9=Os&&"documentMode"in document&&11>=document.documentMode,Dc=null,rb=null,Qd=null,ob=!1;function w2(e,t,n){var r=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;ob||Dc==null||Dc!==Pm(r)||(r=Dc,"selectionStart"in r&&qw(r)?r={start:r.selectionStart,end:r.selectionEnd}:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection(),r={anchorNode:r.anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset}),Qd&&xf(Qd,r)||(Qd=r,r=Tm(rb,"onSelect"),0<r.length&&(t=new Ww("onSelect","select",null,t,n),e.push({event:t,listeners:r}),t.target=Dc)))}function kh(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var Bc={animationend:kh("Animation","AnimationEnd"),animationiteration:kh("Animation","AnimationIteration"),animationstart:kh("Animation","AnimationStart"),transitionend:kh("Transition","TransitionEnd")},N0={},kR={};Os&&(kR=document.createElement("div").style,"AnimationEvent"in window||(delete Bc.animationend.animation,delete Bc.animationiteration.animation,delete Bc.animationstart.animation),"TransitionEvent"in window||delete Bc.transitionend.transition);function kg(e){if(N0[e])return N0[e];if(!Bc[e])return e;var t=Bc[e],n;for(n in t)if(t.hasOwnProperty(n)&&n in kR)return N0[e]=t[n];return e}var IR=kg("animationend"),_R=kg("animationiteration"),$R=kg("animationstart"),MR=kg("transitionend"),RR=new Map,C2="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function Kl(e,t){RR.set(e,t),Ga(t,[e])}for(var D0=0;D0<C2.length;D0++){var B0=C2[D0],D9=B0.toLowerCase(),B9=B0[0].toUpperCase()+B0.slice(1);Kl(D9,"on"+B9)}Kl(IR,"onAnimationEnd");Kl(_R,"onAnimationIteration");Kl($R,"onAnimationStart");Kl("dblclick","onDoubleClick");Kl("focusin","onFocus");Kl("focusout","onBlur");Kl(MR,"onTransitionEnd");uu("onMouseEnter",["mouseout","mouseover"]);uu("onMouseLeave",["mouseout","mouseover"]);uu("onPointerEnter",["pointerout","pointerover"]);uu("onPointerLeave",["pointerout","pointerover"]);Ga("onChange","change click focusin focusout input keydown keyup selectionchange".split(" "));Ga("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" "));Ga("onBeforeInput",["compositionend","keypress","textInput","paste"]);Ga("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" "));Ga("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" "));Ga("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Bd="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),z9=new Set("cancel close invalid load scroll toggle".split(" ").concat(Bd));function x2(e,t,n){var r=e.type||"unknown-event";e.currentTarget=n,Dj(r,t,void 0,e),e.currentTarget=null}function TR(e,t){t=(t&4)!==0;for(var n=0;n<e.length;n++){var r=e[n],o=r.event;r=r.listeners;e:{var i=void 0;if(t)for(var s=r.length-1;0<=s;s--){var a=r[s],c=a.instance,d=a.currentTarget;if(a=a.listener,c!==i&&o.isPropagationStopped())break e;x2(o,a,d),i=c}else for(s=0;s<r.length;s++){if(a=r[s],c=a.instance,d=a.currentTarget,a=a.listener,c!==i&&o.isPropagationStopped())break e;x2(o,a,d),i=c}}}if(Im)throw e=Z1,Im=!1,Z1=null,e}function yn(e,t){var n=t[cb];n===void 0&&(n=t[cb]=new Set);var r=e+"__bubble";n.has(r)||(OR(t,e,2,!1),n.add(r))}function z0(e,t,n){var r=0;t&&(r|=4),OR(n,e,r,t)}var Ih="_reactListening"+Math.random().toString(36).slice(2);function Sf(e){if(!e[Ih]){e[Ih]=!0,zM.forEach(function(n){n!=="selectionchange"&&(z9.has(n)||z0(n,!1,e),z0(n,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[Ih]||(t[Ih]=!0,z0("selectionchange",!1,t))}}function OR(e,t,n,r){switch(gR(t)){case 1:var o=e9;break;case 4:o=t9;break;default:o=Vw}n=o.bind(null,t,n,e),o=void 0,!J1||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(o=!0),r?o!==void 0?e.addEventListener(t,n,{capture:!0,passive:o}):e.addEventListener(t,n,!0):o!==void 0?e.addEventListener(t,n,{passive:o}):e.addEventListener(t,n,!1)}function j0(e,t,n,r,o){var i=r;if(!(t&1)&&!(t&2)&&r!==null)e:for(;;){if(r===null)return;var s=r.tag;if(s===3||s===4){var a=r.stateNode.containerInfo;if(a===o||a.nodeType===8&&a.parentNode===o)break;if(s===4)for(s=r.return;s!==null;){var c=s.tag;if((c===3||c===4)&&(c=s.stateNode.containerInfo,c===o||c.nodeType===8&&c.parentNode===o))return;s=s.return}for(;a!==null;){if(s=ga(a),s===null)return;if(c=s.tag,c===5||c===6){r=i=s;continue e}a=a.parentNode}}r=r.return}nR(function(){var d=i,p=Bw(n),h=[];e:{var m=RR.get(e);if(m!==void 0){var v=Ww,b=e;switch(e){case"keypress":if(om(n)===0)break e;case"keydown":case"keyup":v=g9;break;case"focusin":b="focus",v=L0;break;case"focusout":b="blur",v=L0;break;case"beforeblur":case"afterblur":v=L0;break;case"click":if(n.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":v=u2;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":v=o9;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":v=b9;break;case IR:case _R:case $R:v=l9;break;case MR:v=C9;break;case"scroll":v=n9;break;case"wheel":v=S9;break;case"copy":case"cut":case"paste":v=c9;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":v=f2}var g=(t&4)!==0,x=!g&&e==="scroll",C=g?m!==null?m+"Capture":null:m;g=[];for(var E=d,w;E!==null;){w=E;var S=w.stateNode;if(w.tag===5&&S!==null&&(w=S,C!==null&&(S=vf(E,C),S!=null&&g.push(Ef(E,S,w)))),x)break;E=E.return}0<g.length&&(m=new v(m,b,null,n,p),h.push({event:m,listeners:g}))}}if(!(t&7)){e:{if(m=e==="mouseover"||e==="pointerover",v=e==="mouseout"||e==="pointerout",m&&n!==X1&&(b=n.relatedTarget||n.fromElement)&&(ga(b)||b[Ls]))break e;if((v||m)&&(m=p.window===p?p:(m=p.ownerDocument)?m.defaultView||m.parentWindow:window,v?(b=n.relatedTarget||n.toElement,v=d,b=b?ga(b):null,b!==null&&(x=Ka(b),b!==x||b.tag!==5&&b.tag!==6)&&(b=null)):(v=null,b=d),v!==b)){if(g=u2,S="onMouseLeave",C="onMouseEnter",E="mouse",(e==="pointerout"||e==="pointerover")&&(g=f2,S="onPointerLeave",C="onPointerEnter",E="pointer"),x=v==null?m:zc(v),w=b==null?m:zc(b),m=new g(S,E+"leave",v,n,p),m.target=x,m.relatedTarget=w,S=null,ga(p)===d&&(g=new g(C,E+"enter",b,n,p),g.target=w,g.relatedTarget=x,S=g),x=S,v&&b)t:{for(g=v,C=b,E=0,w=g;w;w=yc(w))E++;for(w=0,S=C;S;S=yc(S))w++;for(;0<E-w;)g=yc(g),E--;for(;0<w-E;)C=yc(C),w--;for(;E--;){if(g===C||C!==null&&g===C.alternate)break t;g=yc(g),C=yc(C)}g=null}else g=null;v!==null&&S2(h,m,v,g,!1),b!==null&&x!==null&&S2(h,x,b,g,!0)}}e:{if(m=d?zc(d):window,v=m.nodeName&&m.nodeName.toLowerCase(),v==="select"||v==="input"&&m.type==="file")var k=M9;else if(m2(m))if(xR)k=L9;else{k=T9;var _=R9}else(v=m.nodeName)&&v.toLowerCase()==="input"&&(m.type==="checkbox"||m.type==="radio")&&(k=O9);if(k&&(k=k(e,d))){CR(h,k,n,p);break e}_&&_(e,m,d),e==="focusout"&&(_=m._wrapperState)&&_.controlled&&m.type==="number"&&W1(m,"number",m.value)}switch(_=d?zc(d):window,e){case"focusin":(m2(_)||_.contentEditable==="true")&&(Dc=_,rb=d,Qd=null);break;case"focusout":Qd=rb=Dc=null;break;case"mousedown":ob=!0;break;case"contextmenu":case"mouseup":case"dragend":ob=!1,w2(h,n,p);break;case"selectionchange":if(N9)break;case"keydown":case"keyup":w2(h,n,p)}var I;if(Kw)e:{switch(e){case"compositionstart":var M="onCompositionStart";break e;case"compositionend":M="onCompositionEnd";break e;case"compositionupdate":M="onCompositionUpdate";break e}M=void 0}else Nc?bR(e,n)&&(M="onCompositionEnd"):e==="keydown"&&n.keyCode===229&&(M="onCompositionStart");M&&(yR&&n.locale!=="ko"&&(Nc||M!=="onCompositionStart"?M==="onCompositionEnd"&&Nc&&(I=vR()):(gl=p,Uw="value"in gl?gl.value:gl.textContent,Nc=!0)),_=Tm(d,M),0<_.length&&(M=new d2(M,e,null,n,p),h.push({event:M,listeners:_}),I?M.data=I:(I=wR(n),I!==null&&(M.data=I)))),(I=P9?k9(e,n):I9(e,n))&&(d=Tm(d,"onBeforeInput"),0<d.length&&(p=new d2("onBeforeInput","beforeinput",null,n,p),h.push({event:p,listeners:d}),p.data=I))}TR(h,t)})}function Ef(e,t,n){return{instance:e,listener:t,currentTarget:n}}function Tm(e,t){for(var n=t+"Capture",r=[];e!==null;){var o=e,i=o.stateNode;o.tag===5&&i!==null&&(o=i,i=vf(e,n),i!=null&&r.unshift(Ef(e,i,o)),i=vf(e,t),i!=null&&r.push(Ef(e,i,o))),e=e.return}return r}function yc(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5);return e||null}function S2(e,t,n,r,o){for(var i=t._reactName,s=[];n!==null&&n!==r;){var a=n,c=a.alternate,d=a.stateNode;if(c!==null&&c===r)break;a.tag===5&&d!==null&&(a=d,o?(c=vf(n,i),c!=null&&s.unshift(Ef(n,c,a))):o||(c=vf(n,i),c!=null&&s.push(Ef(n,c,a)))),n=n.return}s.length!==0&&e.push({event:t,listeners:s})}var j9=/\r\n?/g,H9=/\u0000|\uFFFD/g;function E2(e){return(typeof e=="string"?e:""+e).replace(j9,`
|
|
30
|
+
`).replace(H9,"")}function _h(e,t,n){if(t=E2(t),E2(e)!==t&&n)throw Error($e(425))}function Om(){}var ib=null,sb=null;function lb(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var ab=typeof setTimeout=="function"?setTimeout:void 0,V9=typeof clearTimeout=="function"?clearTimeout:void 0,P2=typeof Promise=="function"?Promise:void 0,U9=typeof queueMicrotask=="function"?queueMicrotask:typeof P2!="undefined"?function(e){return P2.resolve(null).then(e).catch(W9)}:ab;function W9(e){setTimeout(function(){throw e})}function H0(e,t){var n=t,r=0;do{var o=n.nextSibling;if(e.removeChild(n),o&&o.nodeType===8)if(n=o.data,n==="/$"){if(r===0){e.removeChild(o),wf(t);return}r--}else n!=="$"&&n!=="$?"&&n!=="$!"||r++;n=o}while(n);wf(t)}function kl(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break;if(t===8){if(t=e.data,t==="$"||t==="$!"||t==="$?")break;if(t==="/$")return null}}return e}function k2(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var n=e.data;if(n==="$"||n==="$!"||n==="$?"){if(t===0)return e;t--}else n==="/$"&&t++}e=e.previousSibling}return null}var Lu=Math.random().toString(36).slice(2),qi="__reactFiber$"+Lu,Pf="__reactProps$"+Lu,Ls="__reactContainer$"+Lu,cb="__reactEvents$"+Lu,G9="__reactListeners$"+Lu,K9="__reactHandles$"+Lu;function ga(e){var t=e[qi];if(t)return t;for(var n=e.parentNode;n;){if(t=n[Ls]||n[qi]){if(n=t.alternate,t.child!==null||n!==null&&n.child!==null)for(e=k2(e);e!==null;){if(n=e[qi])return n;e=k2(e)}return t}e=n,n=e.parentNode}return null}function rp(e){return e=e[qi]||e[Ls],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function zc(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error($e(33))}function Ig(e){return e[Pf]||null}var ub=[],jc=-1;function ql(e){return{current:e}}function wn(e){0>jc||(e.current=ub[jc],ub[jc]=null,jc--)}function fn(e,t){jc++,ub[jc]=e.current,e.current=t}var Dl={},Or=ql(Dl),eo=ql(!1),Ra=Dl;function du(e,t){var n=e.type.contextTypes;if(!n)return Dl;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var o={},i;for(i in n)o[i]=t[i];return r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=o),o}function to(e){return e=e.childContextTypes,e!=null}function Lm(){wn(eo),wn(Or)}function I2(e,t,n){if(Or.current!==Dl)throw Error($e(168));fn(Or,t),fn(eo,n)}function LR(e,t,n){var r=e.stateNode;if(t=t.childContextTypes,typeof r.getChildContext!="function")return n;r=r.getChildContext();for(var o in r)if(!(o in t))throw Error($e(108,Rj(e)||"Unknown",o));return An({},n,r)}function Am(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||Dl,Ra=Or.current,fn(Or,e),fn(eo,eo.current),!0}function _2(e,t,n){var r=e.stateNode;if(!r)throw Error($e(169));n?(e=LR(e,t,Ra),r.__reactInternalMemoizedMergedChildContext=e,wn(eo),wn(Or),fn(Or,e)):wn(eo),fn(eo,n)}var Es=null,_g=!1,V0=!1;function AR(e){Es===null?Es=[e]:Es.push(e)}function q9(e){_g=!0,AR(e)}function Yl(){if(!V0&&Es!==null){V0=!0;var e=0,t=nn;try{var n=Es;for(nn=1;e<n.length;e++){var r=n[e];do r=r(!0);while(r!==null)}Es=null,_g=!1}catch(o){throw Es!==null&&(Es=Es.slice(e+1)),sR(zw,Yl),o}finally{nn=t,V0=!1}}return null}var Hc=[],Vc=0,Fm=null,Nm=0,Go=[],Ko=0,Ta=null,ks=1,Is="";function ca(e,t){Hc[Vc++]=Nm,Hc[Vc++]=Fm,Fm=e,Nm=t}function FR(e,t,n){Go[Ko++]=ks,Go[Ko++]=Is,Go[Ko++]=Ta,Ta=e;var r=ks;e=Is;var o=32-Si(r)-1;r&=~(1<<o),n+=1;var i=32-Si(t)+o;if(30<i){var s=o-o%5;i=(r&(1<<s)-1).toString(32),r>>=s,o-=s,ks=1<<32-Si(t)+o|n<<o|r,Is=i+e}else ks=1<<i|n<<o|r,Is=e}function Yw(e){e.return!==null&&(ca(e,1),FR(e,1,0))}function Xw(e){for(;e===Fm;)Fm=Hc[--Vc],Hc[Vc]=null,Nm=Hc[--Vc],Hc[Vc]=null;for(;e===Ta;)Ta=Go[--Ko],Go[Ko]=null,Is=Go[--Ko],Go[Ko]=null,ks=Go[--Ko],Go[Ko]=null}var Po=null,So=null,Sn=!1,wi=null;function NR(e,t){var n=Yo(5,null,null,0);n.elementType="DELETED",n.stateNode=t,n.return=e,t=e.deletions,t===null?(e.deletions=[n],e.flags|=16):t.push(n)}function $2(e,t){switch(e.tag){case 5:var n=e.type;return t=t.nodeType!==1||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t,t!==null?(e.stateNode=t,Po=e,So=kl(t.firstChild),!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,Po=e,So=null,!0):!1;case 13:return t=t.nodeType!==8?null:t,t!==null?(n=Ta!==null?{id:ks,overflow:Is}:null,e.memoizedState={dehydrated:t,treeContext:n,retryLane:1073741824},n=Yo(18,null,null,0),n.stateNode=t,n.return=e,e.child=n,Po=e,So=null,!0):!1;default:return!1}}function db(e){return(e.mode&1)!==0&&(e.flags&128)===0}function fb(e){if(Sn){var t=So;if(t){var n=t;if(!$2(e,t)){if(db(e))throw Error($e(418));t=kl(n.nextSibling);var r=Po;t&&$2(e,t)?NR(r,n):(e.flags=e.flags&-4097|2,Sn=!1,Po=e)}}else{if(db(e))throw Error($e(418));e.flags=e.flags&-4097|2,Sn=!1,Po=e}}}function M2(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;Po=e}function $h(e){if(e!==Po)return!1;if(!Sn)return M2(e),Sn=!0,!1;var t;if((t=e.tag!==3)&&!(t=e.tag!==5)&&(t=e.type,t=t!=="head"&&t!=="body"&&!lb(e.type,e.memoizedProps)),t&&(t=So)){if(db(e))throw DR(),Error($e(418));for(;t;)NR(e,t),t=kl(t.nextSibling)}if(M2(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error($e(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var n=e.data;if(n==="/$"){if(t===0){So=kl(e.nextSibling);break e}t--}else n!=="$"&&n!=="$!"&&n!=="$?"||t++}e=e.nextSibling}So=null}}else So=Po?kl(e.stateNode.nextSibling):null;return!0}function DR(){for(var e=So;e;)e=kl(e.nextSibling)}function fu(){So=Po=null,Sn=!1}function Qw(e){wi===null?wi=[e]:wi.push(e)}var Y9=Hs.ReactCurrentBatchConfig;function vi(e,t){if(e&&e.defaultProps){t=An({},t),e=e.defaultProps;for(var n in e)t[n]===void 0&&(t[n]=e[n]);return t}return t}var Dm=ql(null),Bm=null,Uc=null,Jw=null;function Zw(){Jw=Uc=Bm=null}function eC(e){var t=Dm.current;wn(Dm),e._currentValue=t}function pb(e,t,n){for(;e!==null;){var r=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,r!==null&&(r.childLanes|=t)):r!==null&&(r.childLanes&t)!==t&&(r.childLanes|=t),e===n)break;e=e.return}}function eu(e,t){Bm=e,Jw=Uc=null,e=e.dependencies,e!==null&&e.firstContext!==null&&(e.lanes&t&&(Zr=!0),e.firstContext=null)}function ei(e){var t=e._currentValue;if(Jw!==e)if(e={context:e,memoizedValue:t,next:null},Uc===null){if(Bm===null)throw Error($e(308));Uc=e,Bm.dependencies={lanes:0,firstContext:e}}else Uc=Uc.next=e;return t}var va=null;function tC(e){va===null?va=[e]:va.push(e)}function BR(e,t,n,r){var o=t.interleaved;return o===null?(n.next=n,tC(t)):(n.next=o.next,o.next=n),t.interleaved=n,As(e,r)}function As(e,t){e.lanes|=t;var n=e.alternate;for(n!==null&&(n.lanes|=t),n=e,e=e.return;e!==null;)e.childLanes|=t,n=e.alternate,n!==null&&(n.childLanes|=t),n=e,e=e.return;return n.tag===3?n.stateNode:null}var al=!1;function nC(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function zR(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function Rs(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function Il(e,t,n){var r=e.updateQueue;if(r===null)return null;if(r=r.shared,Wt&2){var o=r.pending;return o===null?t.next=t:(t.next=o.next,o.next=t),r.pending=t,As(e,n)}return o=r.interleaved,o===null?(t.next=t,tC(r)):(t.next=o.next,o.next=t),r.interleaved=t,As(e,n)}function im(e,t,n){if(t=t.updateQueue,t!==null&&(t=t.shared,(n&4194240)!==0)){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,jw(e,n)}}function R2(e,t){var n=e.updateQueue,r=e.alternate;if(r!==null&&(r=r.updateQueue,n===r)){var o=null,i=null;if(n=n.firstBaseUpdate,n!==null){do{var s={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};i===null?o=i=s:i=i.next=s,n=n.next}while(n!==null);i===null?o=i=t:i=i.next=t}else o=i=t;n={baseState:r.baseState,firstBaseUpdate:o,lastBaseUpdate:i,shared:r.shared,effects:r.effects},e.updateQueue=n;return}e=n.lastBaseUpdate,e===null?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}function zm(e,t,n,r){var o=e.updateQueue;al=!1;var i=o.firstBaseUpdate,s=o.lastBaseUpdate,a=o.shared.pending;if(a!==null){o.shared.pending=null;var c=a,d=c.next;c.next=null,s===null?i=d:s.next=d,s=c;var p=e.alternate;p!==null&&(p=p.updateQueue,a=p.lastBaseUpdate,a!==s&&(a===null?p.firstBaseUpdate=d:a.next=d,p.lastBaseUpdate=c))}if(i!==null){var h=o.baseState;s=0,p=d=c=null,a=i;do{var m=a.lane,v=a.eventTime;if((r&m)===m){p!==null&&(p=p.next={eventTime:v,lane:0,tag:a.tag,payload:a.payload,callback:a.callback,next:null});e:{var b=e,g=a;switch(m=t,v=n,g.tag){case 1:if(b=g.payload,typeof b=="function"){h=b.call(v,h,m);break e}h=b;break e;case 3:b.flags=b.flags&-65537|128;case 0:if(b=g.payload,m=typeof b=="function"?b.call(v,h,m):b,m==null)break e;h=An({},h,m);break e;case 2:al=!0}}a.callback!==null&&a.lane!==0&&(e.flags|=64,m=o.effects,m===null?o.effects=[a]:m.push(a))}else v={eventTime:v,lane:m,tag:a.tag,payload:a.payload,callback:a.callback,next:null},p===null?(d=p=v,c=h):p=p.next=v,s|=m;if(a=a.next,a===null){if(a=o.shared.pending,a===null)break;m=a,a=m.next,m.next=null,o.lastBaseUpdate=m,o.shared.pending=null}}while(1);if(p===null&&(c=h),o.baseState=c,o.firstBaseUpdate=d,o.lastBaseUpdate=p,t=o.shared.interleaved,t!==null){o=t;do s|=o.lane,o=o.next;while(o!==t)}else i===null&&(o.shared.lanes=0);La|=s,e.lanes=s,e.memoizedState=h}}function T2(e,t,n){if(e=t.effects,t.effects=null,e!==null)for(t=0;t<e.length;t++){var r=e[t],o=r.callback;if(o!==null){if(r.callback=null,r=n,typeof o!="function")throw Error($e(191,o));o.call(r)}}}var jR=new BM.Component().refs;function hb(e,t,n,r){t=e.memoizedState,n=n(r,t),n=n==null?t:An({},t,n),e.memoizedState=n,e.lanes===0&&(e.updateQueue.baseState=n)}var $g={isMounted:function(e){return(e=e._reactInternals)?Ka(e)===e:!1},enqueueSetState:function(e,t,n){e=e._reactInternals;var r=Hr(),o=$l(e),i=Rs(r,o);i.payload=t,n!=null&&(i.callback=n),t=Il(e,i,o),t!==null&&(Ei(t,e,o,r),im(t,e,o))},enqueueReplaceState:function(e,t,n){e=e._reactInternals;var r=Hr(),o=$l(e),i=Rs(r,o);i.tag=1,i.payload=t,n!=null&&(i.callback=n),t=Il(e,i,o),t!==null&&(Ei(t,e,o,r),im(t,e,o))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var n=Hr(),r=$l(e),o=Rs(n,r);o.tag=2,t!=null&&(o.callback=t),t=Il(e,o,r),t!==null&&(Ei(t,e,r,n),im(t,e,r))}};function O2(e,t,n,r,o,i,s){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(r,i,s):t.prototype&&t.prototype.isPureReactComponent?!xf(n,r)||!xf(o,i):!0}function HR(e,t,n){var r=!1,o=Dl,i=t.contextType;return typeof i=="object"&&i!==null?i=ei(i):(o=to(t)?Ra:Or.current,r=t.contextTypes,i=(r=r!=null)?du(e,o):Dl),t=new t(n,i),e.memoizedState=t.state!==null&&t.state!==void 0?t.state:null,t.updater=$g,e.stateNode=t,t._reactInternals=e,r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=i),t}function L2(e,t,n,r){e=t.state,typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(n,r),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&$g.enqueueReplaceState(t,t.state,null)}function mb(e,t,n,r){var o=e.stateNode;o.props=n,o.state=e.memoizedState,o.refs=jR,nC(e);var i=t.contextType;typeof i=="object"&&i!==null?o.context=ei(i):(i=to(t)?Ra:Or.current,o.context=du(e,i)),o.state=e.memoizedState,i=t.getDerivedStateFromProps,typeof i=="function"&&(hb(e,t,i,n),o.state=e.memoizedState),typeof t.getDerivedStateFromProps=="function"||typeof o.getSnapshotBeforeUpdate=="function"||typeof o.UNSAFE_componentWillMount!="function"&&typeof o.componentWillMount!="function"||(t=o.state,typeof o.componentWillMount=="function"&&o.componentWillMount(),typeof o.UNSAFE_componentWillMount=="function"&&o.UNSAFE_componentWillMount(),t!==o.state&&$g.enqueueReplaceState(o,o.state,null),zm(e,n,o,r),o.state=e.memoizedState),typeof o.componentDidMount=="function"&&(e.flags|=4194308)}function bd(e,t,n){if(e=n.ref,e!==null&&typeof e!="function"&&typeof e!="object"){if(n._owner){if(n=n._owner,n){if(n.tag!==1)throw Error($e(309));var r=n.stateNode}if(!r)throw Error($e(147,e));var o=r,i=""+e;return t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===i?t.ref:(t=function(s){var a=o.refs;a===jR&&(a=o.refs={}),s===null?delete a[i]:a[i]=s},t._stringRef=i,t)}if(typeof e!="string")throw Error($e(284));if(!n._owner)throw Error($e(290,e))}return e}function Mh(e,t){throw e=Object.prototype.toString.call(t),Error($e(31,e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function A2(e){var t=e._init;return t(e._payload)}function VR(e){function t(C,E){if(e){var w=C.deletions;w===null?(C.deletions=[E],C.flags|=16):w.push(E)}}function n(C,E){if(!e)return null;for(;E!==null;)t(C,E),E=E.sibling;return null}function r(C,E){for(C=new Map;E!==null;)E.key!==null?C.set(E.key,E):C.set(E.index,E),E=E.sibling;return C}function o(C,E){return C=Ml(C,E),C.index=0,C.sibling=null,C}function i(C,E,w){return C.index=w,e?(w=C.alternate,w!==null?(w=w.index,w<E?(C.flags|=2,E):w):(C.flags|=2,E)):(C.flags|=1048576,E)}function s(C){return e&&C.alternate===null&&(C.flags|=2),C}function a(C,E,w,S){return E===null||E.tag!==6?(E=X0(w,C.mode,S),E.return=C,E):(E=o(E,w),E.return=C,E)}function c(C,E,w,S){var k=w.type;return k===Fc?p(C,E,w.props.children,S,w.key):E!==null&&(E.elementType===k||typeof k=="object"&&k!==null&&k.$$typeof===ll&&A2(k)===E.type)?(S=o(E,w.props),S.ref=bd(C,E,w),S.return=C,S):(S=dm(w.type,w.key,w.props,null,C.mode,S),S.ref=bd(C,E,w),S.return=C,S)}function d(C,E,w,S){return E===null||E.tag!==4||E.stateNode.containerInfo!==w.containerInfo||E.stateNode.implementation!==w.implementation?(E=Q0(w,C.mode,S),E.return=C,E):(E=o(E,w.children||[]),E.return=C,E)}function p(C,E,w,S,k){return E===null||E.tag!==7?(E=Ea(w,C.mode,S,k),E.return=C,E):(E=o(E,w),E.return=C,E)}function h(C,E,w){if(typeof E=="string"&&E!==""||typeof E=="number")return E=X0(""+E,C.mode,w),E.return=C,E;if(typeof E=="object"&&E!==null){switch(E.$$typeof){case bh:return w=dm(E.type,E.key,E.props,null,C.mode,w),w.ref=bd(C,null,E),w.return=C,w;case Ac:return E=Q0(E,C.mode,w),E.return=C,E;case ll:var S=E._init;return h(C,S(E._payload),w)}if(Nd(E)||hd(E))return E=Ea(E,C.mode,w,null),E.return=C,E;Mh(C,E)}return null}function m(C,E,w,S){var k=E!==null?E.key:null;if(typeof w=="string"&&w!==""||typeof w=="number")return k!==null?null:a(C,E,""+w,S);if(typeof w=="object"&&w!==null){switch(w.$$typeof){case bh:return w.key===k?c(C,E,w,S):null;case Ac:return w.key===k?d(C,E,w,S):null;case ll:return k=w._init,m(C,E,k(w._payload),S)}if(Nd(w)||hd(w))return k!==null?null:p(C,E,w,S,null);Mh(C,w)}return null}function v(C,E,w,S,k){if(typeof S=="string"&&S!==""||typeof S=="number")return C=C.get(w)||null,a(E,C,""+S,k);if(typeof S=="object"&&S!==null){switch(S.$$typeof){case bh:return C=C.get(S.key===null?w:S.key)||null,c(E,C,S,k);case Ac:return C=C.get(S.key===null?w:S.key)||null,d(E,C,S,k);case ll:var _=S._init;return v(C,E,w,_(S._payload),k)}if(Nd(S)||hd(S))return C=C.get(w)||null,p(E,C,S,k,null);Mh(E,S)}return null}function b(C,E,w,S){for(var k=null,_=null,I=E,M=E=0,R=null;I!==null&&M<w.length;M++){I.index>M?(R=I,I=null):R=I.sibling;var T=m(C,I,w[M],S);if(T===null){I===null&&(I=R);break}e&&I&&T.alternate===null&&t(C,I),E=i(T,E,M),_===null?k=T:_.sibling=T,_=T,I=R}if(M===w.length)return n(C,I),Sn&&ca(C,M),k;if(I===null){for(;M<w.length;M++)I=h(C,w[M],S),I!==null&&(E=i(I,E,M),_===null?k=I:_.sibling=I,_=I);return Sn&&ca(C,M),k}for(I=r(C,I);M<w.length;M++)R=v(I,C,M,w[M],S),R!==null&&(e&&R.alternate!==null&&I.delete(R.key===null?M:R.key),E=i(R,E,M),_===null?k=R:_.sibling=R,_=R);return e&&I.forEach(function(L){return t(C,L)}),Sn&&ca(C,M),k}function g(C,E,w,S){var k=hd(w);if(typeof k!="function")throw Error($e(150));if(w=k.call(w),w==null)throw Error($e(151));for(var _=k=null,I=E,M=E=0,R=null,T=w.next();I!==null&&!T.done;M++,T=w.next()){I.index>M?(R=I,I=null):R=I.sibling;var L=m(C,I,T.value,S);if(L===null){I===null&&(I=R);break}e&&I&&L.alternate===null&&t(C,I),E=i(L,E,M),_===null?k=L:_.sibling=L,_=L,I=R}if(T.done)return n(C,I),Sn&&ca(C,M),k;if(I===null){for(;!T.done;M++,T=w.next())T=h(C,T.value,S),T!==null&&(E=i(T,E,M),_===null?k=T:_.sibling=T,_=T);return Sn&&ca(C,M),k}for(I=r(C,I);!T.done;M++,T=w.next())T=v(I,C,M,T.value,S),T!==null&&(e&&T.alternate!==null&&I.delete(T.key===null?M:T.key),E=i(T,E,M),_===null?k=T:_.sibling=T,_=T);return e&&I.forEach(function(H){return t(C,H)}),Sn&&ca(C,M),k}function x(C,E,w,S){if(typeof w=="object"&&w!==null&&w.type===Fc&&w.key===null&&(w=w.props.children),typeof w=="object"&&w!==null){switch(w.$$typeof){case bh:e:{for(var k=w.key,_=E;_!==null;){if(_.key===k){if(k=w.type,k===Fc){if(_.tag===7){n(C,_.sibling),E=o(_,w.props.children),E.return=C,C=E;break e}}else if(_.elementType===k||typeof k=="object"&&k!==null&&k.$$typeof===ll&&A2(k)===_.type){n(C,_.sibling),E=o(_,w.props),E.ref=bd(C,_,w),E.return=C,C=E;break e}n(C,_);break}else t(C,_);_=_.sibling}w.type===Fc?(E=Ea(w.props.children,C.mode,S,w.key),E.return=C,C=E):(S=dm(w.type,w.key,w.props,null,C.mode,S),S.ref=bd(C,E,w),S.return=C,C=S)}return s(C);case Ac:e:{for(_=w.key;E!==null;){if(E.key===_)if(E.tag===4&&E.stateNode.containerInfo===w.containerInfo&&E.stateNode.implementation===w.implementation){n(C,E.sibling),E=o(E,w.children||[]),E.return=C,C=E;break e}else{n(C,E);break}else t(C,E);E=E.sibling}E=Q0(w,C.mode,S),E.return=C,C=E}return s(C);case ll:return _=w._init,x(C,E,_(w._payload),S)}if(Nd(w))return b(C,E,w,S);if(hd(w))return g(C,E,w,S);Mh(C,w)}return typeof w=="string"&&w!==""||typeof w=="number"?(w=""+w,E!==null&&E.tag===6?(n(C,E.sibling),E=o(E,w),E.return=C,C=E):(n(C,E),E=X0(w,C.mode,S),E.return=C,C=E),s(C)):n(C,E)}return x}var pu=VR(!0),UR=VR(!1),op={},Ji=ql(op),kf=ql(op),If=ql(op);function ya(e){if(e===op)throw Error($e(174));return e}function rC(e,t){switch(fn(If,t),fn(kf,e),fn(Ji,op),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:K1(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=K1(t,e)}wn(Ji),fn(Ji,t)}function hu(){wn(Ji),wn(kf),wn(If)}function WR(e){ya(If.current);var t=ya(Ji.current),n=K1(t,e.type);t!==n&&(fn(kf,e),fn(Ji,n))}function oC(e){kf.current===e&&(wn(Ji),wn(kf))}var Rn=ql(0);function jm(e){for(var t=e;t!==null;){if(t.tag===13){var n=t.memoizedState;if(n!==null&&(n=n.dehydrated,n===null||n.data==="$?"||n.data==="$!"))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if(t.flags&128)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var U0=[];function iC(){for(var e=0;e<U0.length;e++)U0[e]._workInProgressVersionPrimary=null;U0.length=0}var sm=Hs.ReactCurrentDispatcher,W0=Hs.ReactCurrentBatchConfig,Oa=0,Ln=null,er=null,lr=null,Hm=!1,Jd=!1,_f=0,X9=0;function Pr(){throw Error($e(321))}function sC(e,t){if(t===null)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!_i(e[n],t[n]))return!1;return!0}function lC(e,t,n,r,o,i){if(Oa=i,Ln=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,sm.current=e===null||e.memoizedState===null?eH:tH,e=n(r,o),Jd){i=0;do{if(Jd=!1,_f=0,25<=i)throw Error($e(301));i+=1,lr=er=null,t.updateQueue=null,sm.current=nH,e=n(r,o)}while(Jd)}if(sm.current=Vm,t=er!==null&&er.next!==null,Oa=0,lr=er=Ln=null,Hm=!1,t)throw Error($e(300));return e}function aC(){var e=_f!==0;return _f=0,e}function ji(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return lr===null?Ln.memoizedState=lr=e:lr=lr.next=e,lr}function ti(){if(er===null){var e=Ln.alternate;e=e!==null?e.memoizedState:null}else e=er.next;var t=lr===null?Ln.memoizedState:lr.next;if(t!==null)lr=t,er=e;else{if(e===null)throw Error($e(310));er=e,e={memoizedState:er.memoizedState,baseState:er.baseState,baseQueue:er.baseQueue,queue:er.queue,next:null},lr===null?Ln.memoizedState=lr=e:lr=lr.next=e}return lr}function $f(e,t){return typeof t=="function"?t(e):t}function G0(e){var t=ti(),n=t.queue;if(n===null)throw Error($e(311));n.lastRenderedReducer=e;var r=er,o=r.baseQueue,i=n.pending;if(i!==null){if(o!==null){var s=o.next;o.next=i.next,i.next=s}r.baseQueue=o=i,n.pending=null}if(o!==null){i=o.next,r=r.baseState;var a=s=null,c=null,d=i;do{var p=d.lane;if((Oa&p)===p)c!==null&&(c=c.next={lane:0,action:d.action,hasEagerState:d.hasEagerState,eagerState:d.eagerState,next:null}),r=d.hasEagerState?d.eagerState:e(r,d.action);else{var h={lane:p,action:d.action,hasEagerState:d.hasEagerState,eagerState:d.eagerState,next:null};c===null?(a=c=h,s=r):c=c.next=h,Ln.lanes|=p,La|=p}d=d.next}while(d!==null&&d!==i);c===null?s=r:c.next=a,_i(r,t.memoizedState)||(Zr=!0),t.memoizedState=r,t.baseState=s,t.baseQueue=c,n.lastRenderedState=r}if(e=n.interleaved,e!==null){o=e;do i=o.lane,Ln.lanes|=i,La|=i,o=o.next;while(o!==e)}else o===null&&(n.lanes=0);return[t.memoizedState,n.dispatch]}function K0(e){var t=ti(),n=t.queue;if(n===null)throw Error($e(311));n.lastRenderedReducer=e;var r=n.dispatch,o=n.pending,i=t.memoizedState;if(o!==null){n.pending=null;var s=o=o.next;do i=e(i,s.action),s=s.next;while(s!==o);_i(i,t.memoizedState)||(Zr=!0),t.memoizedState=i,t.baseQueue===null&&(t.baseState=i),n.lastRenderedState=i}return[i,r]}function GR(){}function KR(e,t){var n=Ln,r=ti(),o=t(),i=!_i(r.memoizedState,o);if(i&&(r.memoizedState=o,Zr=!0),r=r.queue,cC(XR.bind(null,n,r,e),[e]),r.getSnapshot!==t||i||lr!==null&&lr.memoizedState.tag&1){if(n.flags|=2048,Mf(9,YR.bind(null,n,r,o,t),void 0,null),cr===null)throw Error($e(349));Oa&30||qR(n,t,o)}return o}function qR(e,t,n){e.flags|=16384,e={getSnapshot:t,value:n},t=Ln.updateQueue,t===null?(t={lastEffect:null,stores:null},Ln.updateQueue=t,t.stores=[e]):(n=t.stores,n===null?t.stores=[e]:n.push(e))}function YR(e,t,n,r){t.value=n,t.getSnapshot=r,QR(t)&&JR(e)}function XR(e,t,n){return n(function(){QR(t)&&JR(e)})}function QR(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!_i(e,n)}catch(r){return!0}}function JR(e){var t=As(e,1);t!==null&&Ei(t,e,1,-1)}function F2(e){var t=ji();return typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:$f,lastRenderedState:e},t.queue=e,e=e.dispatch=Z9.bind(null,Ln,e),[t.memoizedState,e]}function Mf(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},t=Ln.updateQueue,t===null?(t={lastEffect:null,stores:null},Ln.updateQueue=t,t.lastEffect=e.next=e):(n=t.lastEffect,n===null?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e)),e}function ZR(){return ti().memoizedState}function lm(e,t,n,r){var o=ji();Ln.flags|=e,o.memoizedState=Mf(1|t,n,void 0,r===void 0?null:r)}function Mg(e,t,n,r){var o=ti();r=r===void 0?null:r;var i=void 0;if(er!==null){var s=er.memoizedState;if(i=s.destroy,r!==null&&sC(r,s.deps)){o.memoizedState=Mf(t,n,i,r);return}}Ln.flags|=e,o.memoizedState=Mf(1|t,n,i,r)}function N2(e,t){return lm(8390656,8,e,t)}function cC(e,t){return Mg(2048,8,e,t)}function eT(e,t){return Mg(4,2,e,t)}function tT(e,t){return Mg(4,4,e,t)}function nT(e,t){if(typeof t=="function")return e=e(),t(e),function(){t(null)};if(t!=null)return e=e(),t.current=e,function(){t.current=null}}function rT(e,t,n){return n=n!=null?n.concat([e]):null,Mg(4,4,nT.bind(null,t,e),n)}function uC(){}function oT(e,t){var n=ti();t=t===void 0?null:t;var r=n.memoizedState;return r!==null&&t!==null&&sC(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function iT(e,t){var n=ti();t=t===void 0?null:t;var r=n.memoizedState;return r!==null&&t!==null&&sC(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function sT(e,t,n){return Oa&21?(_i(n,t)||(n=cR(),Ln.lanes|=n,La|=n,e.baseState=!0),t):(e.baseState&&(e.baseState=!1,Zr=!0),e.memoizedState=n)}function Q9(e,t){var n=nn;nn=n!==0&&4>n?n:4,e(!0);var r=W0.transition;W0.transition={};try{e(!1),t()}finally{nn=n,W0.transition=r}}function lT(){return ti().memoizedState}function J9(e,t,n){var r=$l(e);if(n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},aT(e))cT(t,n);else if(n=BR(e,t,n,r),n!==null){var o=Hr();Ei(n,e,r,o),uT(n,t,r)}}function Z9(e,t,n){var r=$l(e),o={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(aT(e))cT(t,o);else{var i=e.alternate;if(e.lanes===0&&(i===null||i.lanes===0)&&(i=t.lastRenderedReducer,i!==null))try{var s=t.lastRenderedState,a=i(s,n);if(o.hasEagerState=!0,o.eagerState=a,_i(a,s)){var c=t.interleaved;c===null?(o.next=o,tC(t)):(o.next=c.next,c.next=o),t.interleaved=o;return}}catch(d){}finally{}n=BR(e,t,o,r),n!==null&&(o=Hr(),Ei(n,e,r,o),uT(n,t,r))}}function aT(e){var t=e.alternate;return e===Ln||t!==null&&t===Ln}function cT(e,t){Jd=Hm=!0;var n=e.pending;n===null?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function uT(e,t,n){if(n&4194240){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,jw(e,n)}}var Vm={readContext:ei,useCallback:Pr,useContext:Pr,useEffect:Pr,useImperativeHandle:Pr,useInsertionEffect:Pr,useLayoutEffect:Pr,useMemo:Pr,useReducer:Pr,useRef:Pr,useState:Pr,useDebugValue:Pr,useDeferredValue:Pr,useTransition:Pr,useMutableSource:Pr,useSyncExternalStore:Pr,useId:Pr,unstable_isNewReconciler:!1},eH={readContext:ei,useCallback:function(e,t){return ji().memoizedState=[e,t===void 0?null:t],e},useContext:ei,useEffect:N2,useImperativeHandle:function(e,t,n){return n=n!=null?n.concat([e]):null,lm(4194308,4,nT.bind(null,t,e),n)},useLayoutEffect:function(e,t){return lm(4194308,4,e,t)},useInsertionEffect:function(e,t){return lm(4,2,e,t)},useMemo:function(e,t){var n=ji();return t=t===void 0?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=ji();return t=n!==void 0?n(t):t,r.memoizedState=r.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},r.queue=e,e=e.dispatch=J9.bind(null,Ln,e),[r.memoizedState,e]},useRef:function(e){var t=ji();return e={current:e},t.memoizedState=e},useState:F2,useDebugValue:uC,useDeferredValue:function(e){return ji().memoizedState=e},useTransition:function(){var e=F2(!1),t=e[0];return e=Q9.bind(null,e[1]),ji().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var r=Ln,o=ji();if(Sn){if(n===void 0)throw Error($e(407));n=n()}else{if(n=t(),cr===null)throw Error($e(349));Oa&30||qR(r,t,n)}o.memoizedState=n;var i={value:n,getSnapshot:t};return o.queue=i,N2(XR.bind(null,r,i,e),[e]),r.flags|=2048,Mf(9,YR.bind(null,r,i,n,t),void 0,null),n},useId:function(){var e=ji(),t=cr.identifierPrefix;if(Sn){var n=Is,r=ks;n=(r&~(1<<32-Si(r)-1)).toString(32)+n,t=":"+t+"R"+n,n=_f++,0<n&&(t+="H"+n.toString(32)),t+=":"}else n=X9++,t=":"+t+"r"+n.toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},tH={readContext:ei,useCallback:oT,useContext:ei,useEffect:cC,useImperativeHandle:rT,useInsertionEffect:eT,useLayoutEffect:tT,useMemo:iT,useReducer:G0,useRef:ZR,useState:function(){return G0($f)},useDebugValue:uC,useDeferredValue:function(e){var t=ti();return sT(t,er.memoizedState,e)},useTransition:function(){var e=G0($f)[0],t=ti().memoizedState;return[e,t]},useMutableSource:GR,useSyncExternalStore:KR,useId:lT,unstable_isNewReconciler:!1},nH={readContext:ei,useCallback:oT,useContext:ei,useEffect:cC,useImperativeHandle:rT,useInsertionEffect:eT,useLayoutEffect:tT,useMemo:iT,useReducer:K0,useRef:ZR,useState:function(){return K0($f)},useDebugValue:uC,useDeferredValue:function(e){var t=ti();return er===null?t.memoizedState=e:sT(t,er.memoizedState,e)},useTransition:function(){var e=K0($f)[0],t=ti().memoizedState;return[e,t]},useMutableSource:GR,useSyncExternalStore:KR,useId:lT,unstable_isNewReconciler:!1};function mu(e,t){try{var n="",r=t;do n+=Mj(r),r=r.return;while(r);var o=n}catch(i){o=`
|
|
31
|
+
Error generating stack: `+i.message+`
|
|
32
|
+
`+i.stack}return{value:e,source:t,stack:o,digest:null}}function q0(e,t,n){return{value:e,source:null,stack:n!=null?n:null,digest:t!=null?t:null}}function gb(e,t){try{console.error(t.value)}catch(n){setTimeout(function(){throw n})}}var rH=typeof WeakMap=="function"?WeakMap:Map;function dT(e,t,n){n=Rs(-1,n),n.tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){Wm||(Wm=!0,kb=r),gb(e,t)},n}function fT(e,t,n){n=Rs(-1,n),n.tag=3;var r=e.type.getDerivedStateFromError;if(typeof r=="function"){var o=t.value;n.payload=function(){return r(o)},n.callback=function(){gb(e,t)}}var i=e.stateNode;return i!==null&&typeof i.componentDidCatch=="function"&&(n.callback=function(){gb(e,t),typeof r!="function"&&(_l===null?_l=new Set([this]):_l.add(this));var s=t.stack;this.componentDidCatch(t.value,{componentStack:s!==null?s:""})}),n}function D2(e,t,n){var r=e.pingCache;if(r===null){r=e.pingCache=new rH;var o=new Set;r.set(t,o)}else o=r.get(t),o===void 0&&(o=new Set,r.set(t,o));o.has(n)||(o.add(n),e=vH.bind(null,e,t,n),t.then(e,e))}function B2(e){do{var t;if((t=e.tag===13)&&(t=e.memoizedState,t=t!==null?t.dehydrated!==null:!0),t)return e;e=e.return}while(e!==null);return null}function z2(e,t,n,r,o){return e.mode&1?(e.flags|=65536,e.lanes=o,e):(e===t?e.flags|=65536:(e.flags|=128,n.flags|=131072,n.flags&=-52805,n.tag===1&&(n.alternate===null?n.tag=17:(t=Rs(-1,1),t.tag=2,Il(n,t,1))),n.lanes|=1),e)}var oH=Hs.ReactCurrentOwner,Zr=!1;function Br(e,t,n,r){t.child=e===null?UR(t,null,n,r):pu(t,e.child,n,r)}function j2(e,t,n,r,o){n=n.render;var i=t.ref;return eu(t,o),r=lC(e,t,n,r,i,o),n=aC(),e!==null&&!Zr?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Fs(e,t,o)):(Sn&&n&&Yw(t),t.flags|=1,Br(e,t,r,o),t.child)}function H2(e,t,n,r,o){if(e===null){var i=n.type;return typeof i=="function"&&!yC(i)&&i.defaultProps===void 0&&n.compare===null&&n.defaultProps===void 0?(t.tag=15,t.type=i,pT(e,t,i,r,o)):(e=dm(n.type,null,r,t,t.mode,o),e.ref=t.ref,e.return=t,t.child=e)}if(i=e.child,!(e.lanes&o)){var s=i.memoizedProps;if(n=n.compare,n=n!==null?n:xf,n(s,r)&&e.ref===t.ref)return Fs(e,t,o)}return t.flags|=1,e=Ml(i,r),e.ref=t.ref,e.return=t,t.child=e}function pT(e,t,n,r,o){if(e!==null){var i=e.memoizedProps;if(xf(i,r)&&e.ref===t.ref)if(Zr=!1,t.pendingProps=r=i,(e.lanes&o)!==0)e.flags&131072&&(Zr=!0);else return t.lanes=e.lanes,Fs(e,t,o)}return vb(e,t,n,r,o)}function hT(e,t,n){var r=t.pendingProps,o=r.children,i=e!==null?e.memoizedState:null;if(r.mode==="hidden")if(!(t.mode&1))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},fn(Gc,yo),yo|=n;else{if(!(n&1073741824))return e=i!==null?i.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,fn(Gc,yo),yo|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=i!==null?i.baseLanes:n,fn(Gc,yo),yo|=r}else i!==null?(r=i.baseLanes|n,t.memoizedState=null):r=n,fn(Gc,yo),yo|=r;return Br(e,t,o,n),t.child}function mT(e,t){var n=t.ref;(e===null&&n!==null||e!==null&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function vb(e,t,n,r,o){var i=to(n)?Ra:Or.current;return i=du(t,i),eu(t,o),n=lC(e,t,n,r,i,o),r=aC(),e!==null&&!Zr?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Fs(e,t,o)):(Sn&&r&&Yw(t),t.flags|=1,Br(e,t,n,o),t.child)}function V2(e,t,n,r,o){if(to(n)){var i=!0;Am(t)}else i=!1;if(eu(t,o),t.stateNode===null)am(e,t),HR(t,n,r),mb(t,n,r,o),r=!0;else if(e===null){var s=t.stateNode,a=t.memoizedProps;s.props=a;var c=s.context,d=n.contextType;typeof d=="object"&&d!==null?d=ei(d):(d=to(n)?Ra:Or.current,d=du(t,d));var p=n.getDerivedStateFromProps,h=typeof p=="function"||typeof s.getSnapshotBeforeUpdate=="function";h||typeof s.UNSAFE_componentWillReceiveProps!="function"&&typeof s.componentWillReceiveProps!="function"||(a!==r||c!==d)&&L2(t,s,r,d),al=!1;var m=t.memoizedState;s.state=m,zm(t,r,s,o),c=t.memoizedState,a!==r||m!==c||eo.current||al?(typeof p=="function"&&(hb(t,n,p,r),c=t.memoizedState),(a=al||O2(t,n,a,r,m,c,d))?(h||typeof s.UNSAFE_componentWillMount!="function"&&typeof s.componentWillMount!="function"||(typeof s.componentWillMount=="function"&&s.componentWillMount(),typeof s.UNSAFE_componentWillMount=="function"&&s.UNSAFE_componentWillMount()),typeof s.componentDidMount=="function"&&(t.flags|=4194308)):(typeof s.componentDidMount=="function"&&(t.flags|=4194308),t.memoizedProps=r,t.memoizedState=c),s.props=r,s.state=c,s.context=d,r=a):(typeof s.componentDidMount=="function"&&(t.flags|=4194308),r=!1)}else{s=t.stateNode,zR(e,t),a=t.memoizedProps,d=t.type===t.elementType?a:vi(t.type,a),s.props=d,h=t.pendingProps,m=s.context,c=n.contextType,typeof c=="object"&&c!==null?c=ei(c):(c=to(n)?Ra:Or.current,c=du(t,c));var v=n.getDerivedStateFromProps;(p=typeof v=="function"||typeof s.getSnapshotBeforeUpdate=="function")||typeof s.UNSAFE_componentWillReceiveProps!="function"&&typeof s.componentWillReceiveProps!="function"||(a!==h||m!==c)&&L2(t,s,r,c),al=!1,m=t.memoizedState,s.state=m,zm(t,r,s,o);var b=t.memoizedState;a!==h||m!==b||eo.current||al?(typeof v=="function"&&(hb(t,n,v,r),b=t.memoizedState),(d=al||O2(t,n,d,r,m,b,c)||!1)?(p||typeof s.UNSAFE_componentWillUpdate!="function"&&typeof s.componentWillUpdate!="function"||(typeof s.componentWillUpdate=="function"&&s.componentWillUpdate(r,b,c),typeof s.UNSAFE_componentWillUpdate=="function"&&s.UNSAFE_componentWillUpdate(r,b,c)),typeof s.componentDidUpdate=="function"&&(t.flags|=4),typeof s.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof s.componentDidUpdate!="function"||a===e.memoizedProps&&m===e.memoizedState||(t.flags|=4),typeof s.getSnapshotBeforeUpdate!="function"||a===e.memoizedProps&&m===e.memoizedState||(t.flags|=1024),t.memoizedProps=r,t.memoizedState=b),s.props=r,s.state=b,s.context=c,r=d):(typeof s.componentDidUpdate!="function"||a===e.memoizedProps&&m===e.memoizedState||(t.flags|=4),typeof s.getSnapshotBeforeUpdate!="function"||a===e.memoizedProps&&m===e.memoizedState||(t.flags|=1024),r=!1)}return yb(e,t,n,r,i,o)}function yb(e,t,n,r,o,i){mT(e,t);var s=(t.flags&128)!==0;if(!r&&!s)return o&&_2(t,n,!1),Fs(e,t,i);r=t.stateNode,oH.current=t;var a=s&&typeof n.getDerivedStateFromError!="function"?null:r.render();return t.flags|=1,e!==null&&s?(t.child=pu(t,e.child,null,i),t.child=pu(t,null,a,i)):Br(e,t,a,i),t.memoizedState=r.state,o&&_2(t,n,!0),t.child}function gT(e){var t=e.stateNode;t.pendingContext?I2(e,t.pendingContext,t.pendingContext!==t.context):t.context&&I2(e,t.context,!1),rC(e,t.containerInfo)}function U2(e,t,n,r,o){return fu(),Qw(o),t.flags|=256,Br(e,t,n,r),t.child}var bb={dehydrated:null,treeContext:null,retryLane:0};function wb(e){return{baseLanes:e,cachePool:null,transitions:null}}function vT(e,t,n){var r=t.pendingProps,o=Rn.current,i=!1,s=(t.flags&128)!==0,a;if((a=s)||(a=e!==null&&e.memoizedState===null?!1:(o&2)!==0),a?(i=!0,t.flags&=-129):(e===null||e.memoizedState!==null)&&(o|=1),fn(Rn,o&1),e===null)return fb(t),e=t.memoizedState,e!==null&&(e=e.dehydrated,e!==null)?(t.mode&1?e.data==="$!"?t.lanes=8:t.lanes=1073741824:t.lanes=1,null):(s=r.children,e=r.fallback,i?(r=t.mode,i=t.child,s={mode:"hidden",children:s},!(r&1)&&i!==null?(i.childLanes=0,i.pendingProps=s):i=Og(s,r,0,null),e=Ea(e,r,n,null),i.return=t,e.return=t,i.sibling=e,t.child=i,t.child.memoizedState=wb(n),t.memoizedState=bb,e):dC(t,s));if(o=e.memoizedState,o!==null&&(a=o.dehydrated,a!==null))return iH(e,t,s,r,a,o,n);if(i){i=r.fallback,s=t.mode,o=e.child,a=o.sibling;var c={mode:"hidden",children:r.children};return!(s&1)&&t.child!==o?(r=t.child,r.childLanes=0,r.pendingProps=c,t.deletions=null):(r=Ml(o,c),r.subtreeFlags=o.subtreeFlags&14680064),a!==null?i=Ml(a,i):(i=Ea(i,s,n,null),i.flags|=2),i.return=t,r.return=t,r.sibling=i,t.child=r,r=i,i=t.child,s=e.child.memoizedState,s=s===null?wb(n):{baseLanes:s.baseLanes|n,cachePool:null,transitions:s.transitions},i.memoizedState=s,i.childLanes=e.childLanes&~n,t.memoizedState=bb,r}return i=e.child,e=i.sibling,r=Ml(i,{mode:"visible",children:r.children}),!(t.mode&1)&&(r.lanes=n),r.return=t,r.sibling=null,e!==null&&(n=t.deletions,n===null?(t.deletions=[e],t.flags|=16):n.push(e)),t.child=r,t.memoizedState=null,r}function dC(e,t){return t=Og({mode:"visible",children:t},e.mode,0,null),t.return=e,e.child=t}function Rh(e,t,n,r){return r!==null&&Qw(r),pu(t,e.child,null,n),e=dC(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function iH(e,t,n,r,o,i,s){if(n)return t.flags&256?(t.flags&=-257,r=q0(Error($e(422))),Rh(e,t,s,r)):t.memoizedState!==null?(t.child=e.child,t.flags|=128,null):(i=r.fallback,o=t.mode,r=Og({mode:"visible",children:r.children},o,0,null),i=Ea(i,o,s,null),i.flags|=2,r.return=t,i.return=t,r.sibling=i,t.child=r,t.mode&1&&pu(t,e.child,null,s),t.child.memoizedState=wb(s),t.memoizedState=bb,i);if(!(t.mode&1))return Rh(e,t,s,null);if(o.data==="$!"){if(r=o.nextSibling&&o.nextSibling.dataset,r)var a=r.dgst;return r=a,i=Error($e(419)),r=q0(i,r,void 0),Rh(e,t,s,r)}if(a=(s&e.childLanes)!==0,Zr||a){if(r=cr,r!==null){switch(s&-s){case 4:o=2;break;case 16:o=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:o=32;break;case 536870912:o=268435456;break;default:o=0}o=o&(r.suspendedLanes|s)?0:o,o!==0&&o!==i.retryLane&&(i.retryLane=o,As(e,o),Ei(r,e,o,-1))}return vC(),r=q0(Error($e(421))),Rh(e,t,s,r)}return o.data==="$?"?(t.flags|=128,t.child=e.child,t=yH.bind(null,e),o._reactRetry=t,null):(e=i.treeContext,So=kl(o.nextSibling),Po=t,Sn=!0,wi=null,e!==null&&(Go[Ko++]=ks,Go[Ko++]=Is,Go[Ko++]=Ta,ks=e.id,Is=e.overflow,Ta=t),t=dC(t,r.children),t.flags|=4096,t)}function W2(e,t,n){e.lanes|=t;var r=e.alternate;r!==null&&(r.lanes|=t),pb(e.return,t,n)}function Y0(e,t,n,r,o){var i=e.memoizedState;i===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:o}:(i.isBackwards=t,i.rendering=null,i.renderingStartTime=0,i.last=r,i.tail=n,i.tailMode=o)}function yT(e,t,n){var r=t.pendingProps,o=r.revealOrder,i=r.tail;if(Br(e,t,r.children,n),r=Rn.current,r&2)r=r&1|2,t.flags|=128;else{if(e!==null&&e.flags&128)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&W2(e,n,t);else if(e.tag===19)W2(e,n,t);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;e.sibling===null;){if(e.return===null||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(fn(Rn,r),!(t.mode&1))t.memoizedState=null;else switch(o){case"forwards":for(n=t.child,o=null;n!==null;)e=n.alternate,e!==null&&jm(e)===null&&(o=n),n=n.sibling;n=o,n===null?(o=t.child,t.child=null):(o=n.sibling,n.sibling=null),Y0(t,!1,o,n,i);break;case"backwards":for(n=null,o=t.child,t.child=null;o!==null;){if(e=o.alternate,e!==null&&jm(e)===null){t.child=o;break}e=o.sibling,o.sibling=n,n=o,o=e}Y0(t,!0,n,null,i);break;case"together":Y0(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function am(e,t){!(t.mode&1)&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2)}function Fs(e,t,n){if(e!==null&&(t.dependencies=e.dependencies),La|=t.lanes,!(n&t.childLanes))return null;if(e!==null&&t.child!==e.child)throw Error($e(153));if(t.child!==null){for(e=t.child,n=Ml(e,e.pendingProps),t.child=n,n.return=t;e.sibling!==null;)e=e.sibling,n=n.sibling=Ml(e,e.pendingProps),n.return=t;n.sibling=null}return t.child}function sH(e,t,n){switch(t.tag){case 3:gT(t),fu();break;case 5:WR(t);break;case 1:to(t.type)&&Am(t);break;case 4:rC(t,t.stateNode.containerInfo);break;case 10:var r=t.type._context,o=t.memoizedProps.value;fn(Dm,r._currentValue),r._currentValue=o;break;case 13:if(r=t.memoizedState,r!==null)return r.dehydrated!==null?(fn(Rn,Rn.current&1),t.flags|=128,null):n&t.child.childLanes?vT(e,t,n):(fn(Rn,Rn.current&1),e=Fs(e,t,n),e!==null?e.sibling:null);fn(Rn,Rn.current&1);break;case 19:if(r=(n&t.childLanes)!==0,e.flags&128){if(r)return yT(e,t,n);t.flags|=128}if(o=t.memoizedState,o!==null&&(o.rendering=null,o.tail=null,o.lastEffect=null),fn(Rn,Rn.current),r)break;return null;case 22:case 23:return t.lanes=0,hT(e,t,n)}return Fs(e,t,n)}var bT,Cb,wT,CT;bT=function(e,t){for(var n=t.child;n!==null;){if(n.tag===5||n.tag===6)e.appendChild(n.stateNode);else if(n.tag!==4&&n.child!==null){n.child.return=n,n=n.child;continue}if(n===t)break;for(;n.sibling===null;){if(n.return===null||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}};Cb=function(){};wT=function(e,t,n,r){var o=e.memoizedProps;if(o!==r){e=t.stateNode,ya(Ji.current);var i=null;switch(n){case"input":o=V1(e,o),r=V1(e,r),i=[];break;case"select":o=An({},o,{value:void 0}),r=An({},r,{value:void 0}),i=[];break;case"textarea":o=G1(e,o),r=G1(e,r),i=[];break;default:typeof o.onClick!="function"&&typeof r.onClick=="function"&&(e.onclick=Om)}q1(n,r);var s;n=null;for(d in o)if(!r.hasOwnProperty(d)&&o.hasOwnProperty(d)&&o[d]!=null)if(d==="style"){var a=o[d];for(s in a)a.hasOwnProperty(s)&&(n||(n={}),n[s]="")}else d!=="dangerouslySetInnerHTML"&&d!=="children"&&d!=="suppressContentEditableWarning"&&d!=="suppressHydrationWarning"&&d!=="autoFocus"&&(mf.hasOwnProperty(d)?i||(i=[]):(i=i||[]).push(d,null));for(d in r){var c=r[d];if(a=o!=null?o[d]:void 0,r.hasOwnProperty(d)&&c!==a&&(c!=null||a!=null))if(d==="style")if(a){for(s in a)!a.hasOwnProperty(s)||c&&c.hasOwnProperty(s)||(n||(n={}),n[s]="");for(s in c)c.hasOwnProperty(s)&&a[s]!==c[s]&&(n||(n={}),n[s]=c[s])}else n||(i||(i=[]),i.push(d,n)),n=c;else d==="dangerouslySetInnerHTML"?(c=c?c.__html:void 0,a=a?a.__html:void 0,c!=null&&a!==c&&(i=i||[]).push(d,c)):d==="children"?typeof c!="string"&&typeof c!="number"||(i=i||[]).push(d,""+c):d!=="suppressContentEditableWarning"&&d!=="suppressHydrationWarning"&&(mf.hasOwnProperty(d)?(c!=null&&d==="onScroll"&&yn("scroll",e),i||a===c||(i=[])):(i=i||[]).push(d,c))}n&&(i=i||[]).push("style",n);var d=i;(t.updateQueue=d)&&(t.flags|=4)}};CT=function(e,t,n,r){n!==r&&(t.flags|=4)};function wd(e,t){if(!Sn)switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;t!==null;)t.alternate!==null&&(n=t),t=t.sibling;n===null?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;n!==null;)n.alternate!==null&&(r=n),n=n.sibling;r===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:r.sibling=null}}function kr(e){var t=e.alternate!==null&&e.alternate.child===e.child,n=0,r=0;if(t)for(var o=e.child;o!==null;)n|=o.lanes|o.childLanes,r|=o.subtreeFlags&14680064,r|=o.flags&14680064,o.return=e,o=o.sibling;else for(o=e.child;o!==null;)n|=o.lanes|o.childLanes,r|=o.subtreeFlags,r|=o.flags,o.return=e,o=o.sibling;return e.subtreeFlags|=r,e.childLanes=n,t}function lH(e,t,n){var r=t.pendingProps;switch(Xw(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return kr(t),null;case 1:return to(t.type)&&Lm(),kr(t),null;case 3:return r=t.stateNode,hu(),wn(eo),wn(Or),iC(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),(e===null||e.child===null)&&($h(t)?t.flags|=4:e===null||e.memoizedState.isDehydrated&&!(t.flags&256)||(t.flags|=1024,wi!==null&&($b(wi),wi=null))),Cb(e,t),kr(t),null;case 5:oC(t);var o=ya(If.current);if(n=t.type,e!==null&&t.stateNode!=null)wT(e,t,n,r,o),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!r){if(t.stateNode===null)throw Error($e(166));return kr(t),null}if(e=ya(Ji.current),$h(t)){r=t.stateNode,n=t.type;var i=t.memoizedProps;switch(r[qi]=t,r[Pf]=i,e=(t.mode&1)!==0,n){case"dialog":yn("cancel",r),yn("close",r);break;case"iframe":case"object":case"embed":yn("load",r);break;case"video":case"audio":for(o=0;o<Bd.length;o++)yn(Bd[o],r);break;case"source":yn("error",r);break;case"img":case"image":case"link":yn("error",r),yn("load",r);break;case"details":yn("toggle",r);break;case"input":e2(r,i),yn("invalid",r);break;case"select":r._wrapperState={wasMultiple:!!i.multiple},yn("invalid",r);break;case"textarea":n2(r,i),yn("invalid",r)}q1(n,i),o=null;for(var s in i)if(i.hasOwnProperty(s)){var a=i[s];s==="children"?typeof a=="string"?r.textContent!==a&&(i.suppressHydrationWarning!==!0&&_h(r.textContent,a,e),o=["children",a]):typeof a=="number"&&r.textContent!==""+a&&(i.suppressHydrationWarning!==!0&&_h(r.textContent,a,e),o=["children",""+a]):mf.hasOwnProperty(s)&&a!=null&&s==="onScroll"&&yn("scroll",r)}switch(n){case"input":wh(r),t2(r,i,!0);break;case"textarea":wh(r),r2(r);break;case"select":case"option":break;default:typeof i.onClick=="function"&&(r.onclick=Om)}r=o,t.updateQueue=r,r!==null&&(t.flags|=4)}else{s=o.nodeType===9?o:o.ownerDocument,e==="http://www.w3.org/1999/xhtml"&&(e=qM(n)),e==="http://www.w3.org/1999/xhtml"?n==="script"?(e=s.createElement("div"),e.innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):typeof r.is=="string"?e=s.createElement(n,{is:r.is}):(e=s.createElement(n),n==="select"&&(s=e,r.multiple?s.multiple=!0:r.size&&(s.size=r.size))):e=s.createElementNS(e,n),e[qi]=t,e[Pf]=r,bT(e,t,!1,!1),t.stateNode=e;e:{switch(s=Y1(n,r),n){case"dialog":yn("cancel",e),yn("close",e),o=r;break;case"iframe":case"object":case"embed":yn("load",e),o=r;break;case"video":case"audio":for(o=0;o<Bd.length;o++)yn(Bd[o],e);o=r;break;case"source":yn("error",e),o=r;break;case"img":case"image":case"link":yn("error",e),yn("load",e),o=r;break;case"details":yn("toggle",e),o=r;break;case"input":e2(e,r),o=V1(e,r),yn("invalid",e);break;case"option":o=r;break;case"select":e._wrapperState={wasMultiple:!!r.multiple},o=An({},r,{value:void 0}),yn("invalid",e);break;case"textarea":n2(e,r),o=G1(e,r),yn("invalid",e);break;default:o=r}q1(n,o),a=o;for(i in a)if(a.hasOwnProperty(i)){var c=a[i];i==="style"?QM(e,c):i==="dangerouslySetInnerHTML"?(c=c?c.__html:void 0,c!=null&&YM(e,c)):i==="children"?typeof c=="string"?(n!=="textarea"||c!=="")&&gf(e,c):typeof c=="number"&&gf(e,""+c):i!=="suppressContentEditableWarning"&&i!=="suppressHydrationWarning"&&i!=="autoFocus"&&(mf.hasOwnProperty(i)?c!=null&&i==="onScroll"&&yn("scroll",e):c!=null&&Aw(e,i,c,s))}switch(n){case"input":wh(e),t2(e,r,!1);break;case"textarea":wh(e),r2(e);break;case"option":r.value!=null&&e.setAttribute("value",""+Nl(r.value));break;case"select":e.multiple=!!r.multiple,i=r.value,i!=null?Xc(e,!!r.multiple,i,!1):r.defaultValue!=null&&Xc(e,!!r.multiple,r.defaultValue,!0);break;default:typeof o.onClick=="function"&&(e.onclick=Om)}switch(n){case"button":case"input":case"select":case"textarea":r=!!r.autoFocus;break e;case"img":r=!0;break e;default:r=!1}}r&&(t.flags|=4)}t.ref!==null&&(t.flags|=512,t.flags|=2097152)}return kr(t),null;case 6:if(e&&t.stateNode!=null)CT(e,t,e.memoizedProps,r);else{if(typeof r!="string"&&t.stateNode===null)throw Error($e(166));if(n=ya(If.current),ya(Ji.current),$h(t)){if(r=t.stateNode,n=t.memoizedProps,r[qi]=t,(i=r.nodeValue!==n)&&(e=Po,e!==null))switch(e.tag){case 3:_h(r.nodeValue,n,(e.mode&1)!==0);break;case 5:e.memoizedProps.suppressHydrationWarning!==!0&&_h(r.nodeValue,n,(e.mode&1)!==0)}i&&(t.flags|=4)}else r=(n.nodeType===9?n:n.ownerDocument).createTextNode(r),r[qi]=t,t.stateNode=r}return kr(t),null;case 13:if(wn(Rn),r=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(Sn&&So!==null&&t.mode&1&&!(t.flags&128))DR(),fu(),t.flags|=98560,i=!1;else if(i=$h(t),r!==null&&r.dehydrated!==null){if(e===null){if(!i)throw Error($e(318));if(i=t.memoizedState,i=i!==null?i.dehydrated:null,!i)throw Error($e(317));i[qi]=t}else fu(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;kr(t),i=!1}else wi!==null&&($b(wi),wi=null),i=!0;if(!i)return t.flags&65536?t:null}return t.flags&128?(t.lanes=n,t):(r=r!==null,r!==(e!==null&&e.memoizedState!==null)&&r&&(t.child.flags|=8192,t.mode&1&&(e===null||Rn.current&1?tr===0&&(tr=3):vC())),t.updateQueue!==null&&(t.flags|=4),kr(t),null);case 4:return hu(),Cb(e,t),e===null&&Sf(t.stateNode.containerInfo),kr(t),null;case 10:return eC(t.type._context),kr(t),null;case 17:return to(t.type)&&Lm(),kr(t),null;case 19:if(wn(Rn),i=t.memoizedState,i===null)return kr(t),null;if(r=(t.flags&128)!==0,s=i.rendering,s===null)if(r)wd(i,!1);else{if(tr!==0||e!==null&&e.flags&128)for(e=t.child;e!==null;){if(s=jm(e),s!==null){for(t.flags|=128,wd(i,!1),r=s.updateQueue,r!==null&&(t.updateQueue=r,t.flags|=4),t.subtreeFlags=0,r=n,n=t.child;n!==null;)i=n,e=r,i.flags&=14680066,s=i.alternate,s===null?(i.childLanes=0,i.lanes=e,i.child=null,i.subtreeFlags=0,i.memoizedProps=null,i.memoizedState=null,i.updateQueue=null,i.dependencies=null,i.stateNode=null):(i.childLanes=s.childLanes,i.lanes=s.lanes,i.child=s.child,i.subtreeFlags=0,i.deletions=null,i.memoizedProps=s.memoizedProps,i.memoizedState=s.memoizedState,i.updateQueue=s.updateQueue,i.type=s.type,e=s.dependencies,i.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext}),n=n.sibling;return fn(Rn,Rn.current&1|2),t.child}e=e.sibling}i.tail!==null&&Vn()>gu&&(t.flags|=128,r=!0,wd(i,!1),t.lanes=4194304)}else{if(!r)if(e=jm(s),e!==null){if(t.flags|=128,r=!0,n=e.updateQueue,n!==null&&(t.updateQueue=n,t.flags|=4),wd(i,!0),i.tail===null&&i.tailMode==="hidden"&&!s.alternate&&!Sn)return kr(t),null}else 2*Vn()-i.renderingStartTime>gu&&n!==1073741824&&(t.flags|=128,r=!0,wd(i,!1),t.lanes=4194304);i.isBackwards?(s.sibling=t.child,t.child=s):(n=i.last,n!==null?n.sibling=s:t.child=s,i.last=s)}return i.tail!==null?(t=i.tail,i.rendering=t,i.tail=t.sibling,i.renderingStartTime=Vn(),t.sibling=null,n=Rn.current,fn(Rn,r?n&1|2:n&1),t):(kr(t),null);case 22:case 23:return gC(),r=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==r&&(t.flags|=8192),r&&t.mode&1?yo&1073741824&&(kr(t),t.subtreeFlags&6&&(t.flags|=8192)):kr(t),null;case 24:return null;case 25:return null}throw Error($e(156,t.tag))}function aH(e,t){switch(Xw(t),t.tag){case 1:return to(t.type)&&Lm(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return hu(),wn(eo),wn(Or),iC(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 5:return oC(t),null;case 13:if(wn(Rn),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error($e(340));fu()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return wn(Rn),null;case 4:return hu(),null;case 10:return eC(t.type._context),null;case 22:case 23:return gC(),null;case 24:return null;default:return null}}var Th=!1,$r=!1,cH=typeof WeakSet=="function"?WeakSet:Set,We=null;function Wc(e,t){var n=e.ref;if(n!==null)if(typeof n=="function")try{n(null)}catch(r){zn(e,t,r)}else n.current=null}function xb(e,t,n){try{n()}catch(r){zn(e,t,r)}}var G2=!1;function uH(e,t){if(ib=Mm,e=PR(),qw(e)){if("selectionStart"in e)var n={start:e.selectionStart,end:e.selectionEnd};else e:{n=(n=e.ownerDocument)&&n.defaultView||window;var r=n.getSelection&&n.getSelection();if(r&&r.rangeCount!==0){n=r.anchorNode;var o=r.anchorOffset,i=r.focusNode;r=r.focusOffset;try{n.nodeType,i.nodeType}catch(S){n=null;break e}var s=0,a=-1,c=-1,d=0,p=0,h=e,m=null;t:for(;;){for(var v;h!==n||o!==0&&h.nodeType!==3||(a=s+o),h!==i||r!==0&&h.nodeType!==3||(c=s+r),h.nodeType===3&&(s+=h.nodeValue.length),(v=h.firstChild)!==null;)m=h,h=v;for(;;){if(h===e)break t;if(m===n&&++d===o&&(a=s),m===i&&++p===r&&(c=s),(v=h.nextSibling)!==null)break;h=m,m=h.parentNode}h=v}n=a===-1||c===-1?null:{start:a,end:c}}else n=null}n=n||{start:0,end:0}}else n=null;for(sb={focusedElem:e,selectionRange:n},Mm=!1,We=t;We!==null;)if(t=We,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,We=e;else for(;We!==null;){t=We;try{var b=t.alternate;if(t.flags&1024)switch(t.tag){case 0:case 11:case 15:break;case 1:if(b!==null){var g=b.memoizedProps,x=b.memoizedState,C=t.stateNode,E=C.getSnapshotBeforeUpdate(t.elementType===t.type?g:vi(t.type,g),x);C.__reactInternalSnapshotBeforeUpdate=E}break;case 3:var w=t.stateNode.containerInfo;w.nodeType===1?w.textContent="":w.nodeType===9&&w.documentElement&&w.removeChild(w.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error($e(163))}}catch(S){zn(t,t.return,S)}if(e=t.sibling,e!==null){e.return=t.return,We=e;break}We=t.return}return b=G2,G2=!1,b}function Zd(e,t,n){var r=t.updateQueue;if(r=r!==null?r.lastEffect:null,r!==null){var o=r=r.next;do{if((o.tag&e)===e){var i=o.destroy;o.destroy=void 0,i!==void 0&&xb(t,n,i)}o=o.next}while(o!==r)}}function Rg(e,t){if(t=t.updateQueue,t=t!==null?t.lastEffect:null,t!==null){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function Sb(e){var t=e.ref;if(t!==null){var n=e.stateNode;switch(e.tag){case 5:e=n;break;default:e=n}typeof t=="function"?t(e):t.current=e}}function xT(e){var t=e.alternate;t!==null&&(e.alternate=null,xT(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[qi],delete t[Pf],delete t[cb],delete t[G9],delete t[K9])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function ST(e){return e.tag===5||e.tag===3||e.tag===4}function K2(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||ST(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function Eb(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.nodeType===8?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(n.nodeType===8?(t=n.parentNode,t.insertBefore(e,n)):(t=n,t.appendChild(e)),n=n._reactRootContainer,n!=null||t.onclick!==null||(t.onclick=Om));else if(r!==4&&(e=e.child,e!==null))for(Eb(e,t,n),e=e.sibling;e!==null;)Eb(e,t,n),e=e.sibling}function Pb(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.insertBefore(e,t):n.appendChild(e);else if(r!==4&&(e=e.child,e!==null))for(Pb(e,t,n),e=e.sibling;e!==null;)Pb(e,t,n),e=e.sibling}var gr=null,bi=!1;function tl(e,t,n){for(n=n.child;n!==null;)ET(e,t,n),n=n.sibling}function ET(e,t,n){if(Qi&&typeof Qi.onCommitFiberUnmount=="function")try{Qi.onCommitFiberUnmount(Sg,n)}catch(a){}switch(n.tag){case 5:$r||Wc(n,t);case 6:var r=gr,o=bi;gr=null,tl(e,t,n),gr=r,bi=o,gr!==null&&(bi?(e=gr,n=n.stateNode,e.nodeType===8?e.parentNode.removeChild(n):e.removeChild(n)):gr.removeChild(n.stateNode));break;case 18:gr!==null&&(bi?(e=gr,n=n.stateNode,e.nodeType===8?H0(e.parentNode,n):e.nodeType===1&&H0(e,n),wf(e)):H0(gr,n.stateNode));break;case 4:r=gr,o=bi,gr=n.stateNode.containerInfo,bi=!0,tl(e,t,n),gr=r,bi=o;break;case 0:case 11:case 14:case 15:if(!$r&&(r=n.updateQueue,r!==null&&(r=r.lastEffect,r!==null))){o=r=r.next;do{var i=o,s=i.destroy;i=i.tag,s!==void 0&&(i&2||i&4)&&xb(n,t,s),o=o.next}while(o!==r)}tl(e,t,n);break;case 1:if(!$r&&(Wc(n,t),r=n.stateNode,typeof r.componentWillUnmount=="function"))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(a){zn(n,t,a)}tl(e,t,n);break;case 21:tl(e,t,n);break;case 22:n.mode&1?($r=(r=$r)||n.memoizedState!==null,tl(e,t,n),$r=r):tl(e,t,n);break;default:tl(e,t,n)}}function q2(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var n=e.stateNode;n===null&&(n=e.stateNode=new cH),t.forEach(function(r){var o=bH.bind(null,e,r);n.has(r)||(n.add(r),r.then(o,o))})}}function hi(e,t){var n=t.deletions;if(n!==null)for(var r=0;r<n.length;r++){var o=n[r];try{var i=e,s=t,a=s;e:for(;a!==null;){switch(a.tag){case 5:gr=a.stateNode,bi=!1;break e;case 3:gr=a.stateNode.containerInfo,bi=!0;break e;case 4:gr=a.stateNode.containerInfo,bi=!0;break e}a=a.return}if(gr===null)throw Error($e(160));ET(i,s,o),gr=null,bi=!1;var c=o.alternate;c!==null&&(c.return=null),o.return=null}catch(d){zn(o,t,d)}}if(t.subtreeFlags&12854)for(t=t.child;t!==null;)PT(t,e),t=t.sibling}function PT(e,t){var n=e.alternate,r=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(hi(t,e),zi(e),r&4){try{Zd(3,e,e.return),Rg(3,e)}catch(g){zn(e,e.return,g)}try{Zd(5,e,e.return)}catch(g){zn(e,e.return,g)}}break;case 1:hi(t,e),zi(e),r&512&&n!==null&&Wc(n,n.return);break;case 5:if(hi(t,e),zi(e),r&512&&n!==null&&Wc(n,n.return),e.flags&32){var o=e.stateNode;try{gf(o,"")}catch(g){zn(e,e.return,g)}}if(r&4&&(o=e.stateNode,o!=null)){var i=e.memoizedProps,s=n!==null?n.memoizedProps:i,a=e.type,c=e.updateQueue;if(e.updateQueue=null,c!==null)try{a==="input"&&i.type==="radio"&&i.name!=null&&GM(o,i),Y1(a,s);var d=Y1(a,i);for(s=0;s<c.length;s+=2){var p=c[s],h=c[s+1];p==="style"?QM(o,h):p==="dangerouslySetInnerHTML"?YM(o,h):p==="children"?gf(o,h):Aw(o,p,h,d)}switch(a){case"input":U1(o,i);break;case"textarea":KM(o,i);break;case"select":var m=o._wrapperState.wasMultiple;o._wrapperState.wasMultiple=!!i.multiple;var v=i.value;v!=null?Xc(o,!!i.multiple,v,!1):m!==!!i.multiple&&(i.defaultValue!=null?Xc(o,!!i.multiple,i.defaultValue,!0):Xc(o,!!i.multiple,i.multiple?[]:"",!1))}o[Pf]=i}catch(g){zn(e,e.return,g)}}break;case 6:if(hi(t,e),zi(e),r&4){if(e.stateNode===null)throw Error($e(162));o=e.stateNode,i=e.memoizedProps;try{o.nodeValue=i}catch(g){zn(e,e.return,g)}}break;case 3:if(hi(t,e),zi(e),r&4&&n!==null&&n.memoizedState.isDehydrated)try{wf(t.containerInfo)}catch(g){zn(e,e.return,g)}break;case 4:hi(t,e),zi(e);break;case 13:hi(t,e),zi(e),o=e.child,o.flags&8192&&(i=o.memoizedState!==null,o.stateNode.isHidden=i,!i||o.alternate!==null&&o.alternate.memoizedState!==null||(hC=Vn())),r&4&&q2(e);break;case 22:if(p=n!==null&&n.memoizedState!==null,e.mode&1?($r=(d=$r)||p,hi(t,e),$r=d):hi(t,e),zi(e),r&8192){if(d=e.memoizedState!==null,(e.stateNode.isHidden=d)&&!p&&e.mode&1)for(We=e,p=e.child;p!==null;){for(h=We=p;We!==null;){switch(m=We,v=m.child,m.tag){case 0:case 11:case 14:case 15:Zd(4,m,m.return);break;case 1:Wc(m,m.return);var b=m.stateNode;if(typeof b.componentWillUnmount=="function"){r=m,n=m.return;try{t=r,b.props=t.memoizedProps,b.state=t.memoizedState,b.componentWillUnmount()}catch(g){zn(r,n,g)}}break;case 5:Wc(m,m.return);break;case 22:if(m.memoizedState!==null){X2(h);continue}}v!==null?(v.return=m,We=v):X2(h)}p=p.sibling}e:for(p=null,h=e;;){if(h.tag===5){if(p===null){p=h;try{o=h.stateNode,d?(i=o.style,typeof i.setProperty=="function"?i.setProperty("display","none","important"):i.display="none"):(a=h.stateNode,c=h.memoizedProps.style,s=c!=null&&c.hasOwnProperty("display")?c.display:null,a.style.display=XM("display",s))}catch(g){zn(e,e.return,g)}}}else if(h.tag===6){if(p===null)try{h.stateNode.nodeValue=d?"":h.memoizedProps}catch(g){zn(e,e.return,g)}}else if((h.tag!==22&&h.tag!==23||h.memoizedState===null||h===e)&&h.child!==null){h.child.return=h,h=h.child;continue}if(h===e)break e;for(;h.sibling===null;){if(h.return===null||h.return===e)break e;p===h&&(p=null),h=h.return}p===h&&(p=null),h.sibling.return=h.return,h=h.sibling}}break;case 19:hi(t,e),zi(e),r&4&&q2(e);break;case 21:break;default:hi(t,e),zi(e)}}function zi(e){var t=e.flags;if(t&2){try{e:{for(var n=e.return;n!==null;){if(ST(n)){var r=n;break e}n=n.return}throw Error($e(160))}switch(r.tag){case 5:var o=r.stateNode;r.flags&32&&(gf(o,""),r.flags&=-33);var i=K2(e);Pb(e,i,o);break;case 3:case 4:var s=r.stateNode.containerInfo,a=K2(e);Eb(e,a,s);break;default:throw Error($e(161))}}catch(c){zn(e,e.return,c)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function dH(e,t,n){We=e,kT(e)}function kT(e,t,n){for(var r=(e.mode&1)!==0;We!==null;){var o=We,i=o.child;if(o.tag===22&&r){var s=o.memoizedState!==null||Th;if(!s){var a=o.alternate,c=a!==null&&a.memoizedState!==null||$r;a=Th;var d=$r;if(Th=s,($r=c)&&!d)for(We=o;We!==null;)s=We,c=s.child,s.tag===22&&s.memoizedState!==null?Q2(o):c!==null?(c.return=s,We=c):Q2(o);for(;i!==null;)We=i,kT(i),i=i.sibling;We=o,Th=a,$r=d}Y2(e)}else o.subtreeFlags&8772&&i!==null?(i.return=o,We=i):Y2(e)}}function Y2(e){for(;We!==null;){var t=We;if(t.flags&8772){var n=t.alternate;try{if(t.flags&8772)switch(t.tag){case 0:case 11:case 15:$r||Rg(5,t);break;case 1:var r=t.stateNode;if(t.flags&4&&!$r)if(n===null)r.componentDidMount();else{var o=t.elementType===t.type?n.memoizedProps:vi(t.type,n.memoizedProps);r.componentDidUpdate(o,n.memoizedState,r.__reactInternalSnapshotBeforeUpdate)}var i=t.updateQueue;i!==null&&T2(t,i,r);break;case 3:var s=t.updateQueue;if(s!==null){if(n=null,t.child!==null)switch(t.child.tag){case 5:n=t.child.stateNode;break;case 1:n=t.child.stateNode}T2(t,s,n)}break;case 5:var a=t.stateNode;if(n===null&&t.flags&4){n=a;var c=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":c.autoFocus&&n.focus();break;case"img":c.src&&(n.src=c.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(t.memoizedState===null){var d=t.alternate;if(d!==null){var p=d.memoizedState;if(p!==null){var h=p.dehydrated;h!==null&&wf(h)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error($e(163))}$r||t.flags&512&&Sb(t)}catch(m){zn(t,t.return,m)}}if(t===e){We=null;break}if(n=t.sibling,n!==null){n.return=t.return,We=n;break}We=t.return}}function X2(e){for(;We!==null;){var t=We;if(t===e){We=null;break}var n=t.sibling;if(n!==null){n.return=t.return,We=n;break}We=t.return}}function Q2(e){for(;We!==null;){var t=We;try{switch(t.tag){case 0:case 11:case 15:var n=t.return;try{Rg(4,t)}catch(c){zn(t,n,c)}break;case 1:var r=t.stateNode;if(typeof r.componentDidMount=="function"){var o=t.return;try{r.componentDidMount()}catch(c){zn(t,o,c)}}var i=t.return;try{Sb(t)}catch(c){zn(t,i,c)}break;case 5:var s=t.return;try{Sb(t)}catch(c){zn(t,s,c)}}}catch(c){zn(t,t.return,c)}if(t===e){We=null;break}var a=t.sibling;if(a!==null){a.return=t.return,We=a;break}We=t.return}}var fH=Math.ceil,Um=Hs.ReactCurrentDispatcher,fC=Hs.ReactCurrentOwner,Xo=Hs.ReactCurrentBatchConfig,Wt=0,cr=null,Xn=null,yr=0,yo=0,Gc=ql(0),tr=0,Rf=null,La=0,Tg=0,pC=0,ef=null,Xr=null,hC=0,gu=1/0,Cs=null,Wm=!1,kb=null,_l=null,Oh=!1,vl=null,Gm=0,tf=0,Ib=null,cm=-1,um=0;function Hr(){return Wt&6?Vn():cm!==-1?cm:cm=Vn()}function $l(e){return e.mode&1?Wt&2&&yr!==0?yr&-yr:Y9.transition!==null?(um===0&&(um=cR()),um):(e=nn,e!==0||(e=window.event,e=e===void 0?16:gR(e.type)),e):1}function Ei(e,t,n,r){if(50<tf)throw tf=0,Ib=null,Error($e(185));tp(e,n,r),(!(Wt&2)||e!==cr)&&(e===cr&&(!(Wt&2)&&(Tg|=n),tr===4&&hl(e,yr)),no(e,r),n===1&&Wt===0&&!(t.mode&1)&&(gu=Vn()+500,_g&&Yl()))}function no(e,t){var n=e.callbackNode;Yj(e,t);var r=$m(e,e===cr?yr:0);if(r===0)n!==null&&s2(n),e.callbackNode=null,e.callbackPriority=0;else if(t=r&-r,e.callbackPriority!==t){if(n!=null&&s2(n),t===1)e.tag===0?q9(J2.bind(null,e)):AR(J2.bind(null,e)),U9(function(){!(Wt&6)&&Yl()}),n=null;else{switch(uR(r)){case 1:n=zw;break;case 4:n=lR;break;case 16:n=_m;break;case 536870912:n=aR;break;default:n=_m}n=LT(n,IT.bind(null,e))}e.callbackPriority=t,e.callbackNode=n}}function IT(e,t){if(cm=-1,um=0,Wt&6)throw Error($e(327));var n=e.callbackNode;if(tu()&&e.callbackNode!==n)return null;var r=$m(e,e===cr?yr:0);if(r===0)return null;if(r&30||r&e.expiredLanes||t)t=Km(e,r);else{t=r;var o=Wt;Wt|=2;var i=$T();(cr!==e||yr!==t)&&(Cs=null,gu=Vn()+500,Sa(e,t));do try{mH();break}catch(a){_T(e,a)}while(1);Zw(),Um.current=i,Wt=o,Xn!==null?t=0:(cr=null,yr=0,t=tr)}if(t!==0){if(t===2&&(o=eb(e),o!==0&&(r=o,t=_b(e,o))),t===1)throw n=Rf,Sa(e,0),hl(e,r),no(e,Vn()),n;if(t===6)hl(e,r);else{if(o=e.current.alternate,!(r&30)&&!pH(o)&&(t=Km(e,r),t===2&&(i=eb(e),i!==0&&(r=i,t=_b(e,i))),t===1))throw n=Rf,Sa(e,0),hl(e,r),no(e,Vn()),n;switch(e.finishedWork=o,e.finishedLanes=r,t){case 0:case 1:throw Error($e(345));case 2:ua(e,Xr,Cs);break;case 3:if(hl(e,r),(r&130023424)===r&&(t=hC+500-Vn(),10<t)){if($m(e,0)!==0)break;if(o=e.suspendedLanes,(o&r)!==r){Hr(),e.pingedLanes|=e.suspendedLanes&o;break}e.timeoutHandle=ab(ua.bind(null,e,Xr,Cs),t);break}ua(e,Xr,Cs);break;case 4:if(hl(e,r),(r&4194240)===r)break;for(t=e.eventTimes,o=-1;0<r;){var s=31-Si(r);i=1<<s,s=t[s],s>o&&(o=s),r&=~i}if(r=o,r=Vn()-r,r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*fH(r/1960))-r,10<r){e.timeoutHandle=ab(ua.bind(null,e,Xr,Cs),r);break}ua(e,Xr,Cs);break;case 5:ua(e,Xr,Cs);break;default:throw Error($e(329))}}}return no(e,Vn()),e.callbackNode===n?IT.bind(null,e):null}function _b(e,t){var n=ef;return e.current.memoizedState.isDehydrated&&(Sa(e,t).flags|=256),e=Km(e,t),e!==2&&(t=Xr,Xr=n,t!==null&&$b(t)),e}function $b(e){Xr===null?Xr=e:Xr.push.apply(Xr,e)}function pH(e){for(var t=e;;){if(t.flags&16384){var n=t.updateQueue;if(n!==null&&(n=n.stores,n!==null))for(var r=0;r<n.length;r++){var o=n[r],i=o.getSnapshot;o=o.value;try{if(!_i(i(),o))return!1}catch(s){return!1}}}if(n=t.child,t.subtreeFlags&16384&&n!==null)n.return=t,t=n;else{if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function hl(e,t){for(t&=~pC,t&=~Tg,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var n=31-Si(t),r=1<<n;e[n]=-1,t&=~r}}function J2(e){if(Wt&6)throw Error($e(327));tu();var t=$m(e,0);if(!(t&1))return no(e,Vn()),null;var n=Km(e,t);if(e.tag!==0&&n===2){var r=eb(e);r!==0&&(t=r,n=_b(e,r))}if(n===1)throw n=Rf,Sa(e,0),hl(e,t),no(e,Vn()),n;if(n===6)throw Error($e(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,ua(e,Xr,Cs),no(e,Vn()),null}function mC(e,t){var n=Wt;Wt|=1;try{return e(t)}finally{Wt=n,Wt===0&&(gu=Vn()+500,_g&&Yl())}}function Aa(e){vl!==null&&vl.tag===0&&!(Wt&6)&&tu();var t=Wt;Wt|=1;var n=Xo.transition,r=nn;try{if(Xo.transition=null,nn=1,e)return e()}finally{nn=r,Xo.transition=n,Wt=t,!(Wt&6)&&Yl()}}function gC(){yo=Gc.current,wn(Gc)}function Sa(e,t){e.finishedWork=null,e.finishedLanes=0;var n=e.timeoutHandle;if(n!==-1&&(e.timeoutHandle=-1,V9(n)),Xn!==null)for(n=Xn.return;n!==null;){var r=n;switch(Xw(r),r.tag){case 1:r=r.type.childContextTypes,r!=null&&Lm();break;case 3:hu(),wn(eo),wn(Or),iC();break;case 5:oC(r);break;case 4:hu();break;case 13:wn(Rn);break;case 19:wn(Rn);break;case 10:eC(r.type._context);break;case 22:case 23:gC()}n=n.return}if(cr=e,Xn=e=Ml(e.current,null),yr=yo=t,tr=0,Rf=null,pC=Tg=La=0,Xr=ef=null,va!==null){for(t=0;t<va.length;t++)if(n=va[t],r=n.interleaved,r!==null){n.interleaved=null;var o=r.next,i=n.pending;if(i!==null){var s=i.next;i.next=o,r.next=s}n.pending=r}va=null}return e}function _T(e,t){do{var n=Xn;try{if(Zw(),sm.current=Vm,Hm){for(var r=Ln.memoizedState;r!==null;){var o=r.queue;o!==null&&(o.pending=null),r=r.next}Hm=!1}if(Oa=0,lr=er=Ln=null,Jd=!1,_f=0,fC.current=null,n===null||n.return===null){tr=1,Rf=t,Xn=null;break}e:{var i=e,s=n.return,a=n,c=t;if(t=yr,a.flags|=32768,c!==null&&typeof c=="object"&&typeof c.then=="function"){var d=c,p=a,h=p.tag;if(!(p.mode&1)&&(h===0||h===11||h===15)){var m=p.alternate;m?(p.updateQueue=m.updateQueue,p.memoizedState=m.memoizedState,p.lanes=m.lanes):(p.updateQueue=null,p.memoizedState=null)}var v=B2(s);if(v!==null){v.flags&=-257,z2(v,s,a,i,t),v.mode&1&&D2(i,d,t),t=v,c=d;var b=t.updateQueue;if(b===null){var g=new Set;g.add(c),t.updateQueue=g}else b.add(c);break e}else{if(!(t&1)){D2(i,d,t),vC();break e}c=Error($e(426))}}else if(Sn&&a.mode&1){var x=B2(s);if(x!==null){!(x.flags&65536)&&(x.flags|=256),z2(x,s,a,i,t),Qw(mu(c,a));break e}}i=c=mu(c,a),tr!==4&&(tr=2),ef===null?ef=[i]:ef.push(i),i=s;do{switch(i.tag){case 3:i.flags|=65536,t&=-t,i.lanes|=t;var C=dT(i,c,t);R2(i,C);break e;case 1:a=c;var E=i.type,w=i.stateNode;if(!(i.flags&128)&&(typeof E.getDerivedStateFromError=="function"||w!==null&&typeof w.componentDidCatch=="function"&&(_l===null||!_l.has(w)))){i.flags|=65536,t&=-t,i.lanes|=t;var S=fT(i,a,t);R2(i,S);break e}}i=i.return}while(i!==null)}RT(n)}catch(k){t=k,Xn===n&&n!==null&&(Xn=n=n.return);continue}break}while(1)}function $T(){var e=Um.current;return Um.current=Vm,e===null?Vm:e}function vC(){(tr===0||tr===3||tr===2)&&(tr=4),cr===null||!(La&268435455)&&!(Tg&268435455)||hl(cr,yr)}function Km(e,t){var n=Wt;Wt|=2;var r=$T();(cr!==e||yr!==t)&&(Cs=null,Sa(e,t));do try{hH();break}catch(o){_T(e,o)}while(1);if(Zw(),Wt=n,Um.current=r,Xn!==null)throw Error($e(261));return cr=null,yr=0,tr}function hH(){for(;Xn!==null;)MT(Xn)}function mH(){for(;Xn!==null&&!zj();)MT(Xn)}function MT(e){var t=OT(e.alternate,e,yo);e.memoizedProps=e.pendingProps,t===null?RT(e):Xn=t,fC.current=null}function RT(e){var t=e;do{var n=t.alternate;if(e=t.return,t.flags&32768){if(n=aH(n,t),n!==null){n.flags&=32767,Xn=n;return}if(e!==null)e.flags|=32768,e.subtreeFlags=0,e.deletions=null;else{tr=6,Xn=null;return}}else if(n=lH(n,t,yo),n!==null){Xn=n;return}if(t=t.sibling,t!==null){Xn=t;return}Xn=t=e}while(t!==null);tr===0&&(tr=5)}function ua(e,t,n){var r=nn,o=Xo.transition;try{Xo.transition=null,nn=1,gH(e,t,n,r)}finally{Xo.transition=o,nn=r}return null}function gH(e,t,n,r){do tu();while(vl!==null);if(Wt&6)throw Error($e(327));n=e.finishedWork;var o=e.finishedLanes;if(n===null)return null;if(e.finishedWork=null,e.finishedLanes=0,n===e.current)throw Error($e(177));e.callbackNode=null,e.callbackPriority=0;var i=n.lanes|n.childLanes;if(Xj(e,i),e===cr&&(Xn=cr=null,yr=0),!(n.subtreeFlags&2064)&&!(n.flags&2064)||Oh||(Oh=!0,LT(_m,function(){return tu(),null})),i=(n.flags&15990)!==0,n.subtreeFlags&15990||i){i=Xo.transition,Xo.transition=null;var s=nn;nn=1;var a=Wt;Wt|=4,fC.current=null,uH(e,n),PT(n,e),F9(sb),Mm=!!ib,sb=ib=null,e.current=n,dH(n),jj(),Wt=a,nn=s,Xo.transition=i}else e.current=n;if(Oh&&(Oh=!1,vl=e,Gm=o),i=e.pendingLanes,i===0&&(_l=null),Uj(n.stateNode),no(e,Vn()),t!==null)for(r=e.onRecoverableError,n=0;n<t.length;n++)o=t[n],r(o.value,{componentStack:o.stack,digest:o.digest});if(Wm)throw Wm=!1,e=kb,kb=null,e;return Gm&1&&e.tag!==0&&tu(),i=e.pendingLanes,i&1?e===Ib?tf++:(tf=0,Ib=e):tf=0,Yl(),null}function tu(){if(vl!==null){var e=uR(Gm),t=Xo.transition,n=nn;try{if(Xo.transition=null,nn=16>e?16:e,vl===null)var r=!1;else{if(e=vl,vl=null,Gm=0,Wt&6)throw Error($e(331));var o=Wt;for(Wt|=4,We=e.current;We!==null;){var i=We,s=i.child;if(We.flags&16){var a=i.deletions;if(a!==null){for(var c=0;c<a.length;c++){var d=a[c];for(We=d;We!==null;){var p=We;switch(p.tag){case 0:case 11:case 15:Zd(8,p,i)}var h=p.child;if(h!==null)h.return=p,We=h;else for(;We!==null;){p=We;var m=p.sibling,v=p.return;if(xT(p),p===d){We=null;break}if(m!==null){m.return=v,We=m;break}We=v}}}var b=i.alternate;if(b!==null){var g=b.child;if(g!==null){b.child=null;do{var x=g.sibling;g.sibling=null,g=x}while(g!==null)}}We=i}}if(i.subtreeFlags&2064&&s!==null)s.return=i,We=s;else e:for(;We!==null;){if(i=We,i.flags&2048)switch(i.tag){case 0:case 11:case 15:Zd(9,i,i.return)}var C=i.sibling;if(C!==null){C.return=i.return,We=C;break e}We=i.return}}var E=e.current;for(We=E;We!==null;){s=We;var w=s.child;if(s.subtreeFlags&2064&&w!==null)w.return=s,We=w;else e:for(s=E;We!==null;){if(a=We,a.flags&2048)try{switch(a.tag){case 0:case 11:case 15:Rg(9,a)}}catch(k){zn(a,a.return,k)}if(a===s){We=null;break e}var S=a.sibling;if(S!==null){S.return=a.return,We=S;break e}We=a.return}}if(Wt=o,Yl(),Qi&&typeof Qi.onPostCommitFiberRoot=="function")try{Qi.onPostCommitFiberRoot(Sg,e)}catch(k){}r=!0}return r}finally{nn=n,Xo.transition=t}}return!1}function Z2(e,t,n){t=mu(n,t),t=dT(e,t,1),e=Il(e,t,1),t=Hr(),e!==null&&(tp(e,1,t),no(e,t))}function zn(e,t,n){if(e.tag===3)Z2(e,e,n);else for(;t!==null;){if(t.tag===3){Z2(t,e,n);break}else if(t.tag===1){var r=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof r.componentDidCatch=="function"&&(_l===null||!_l.has(r))){e=mu(n,e),e=fT(t,e,1),t=Il(t,e,1),e=Hr(),t!==null&&(tp(t,1,e),no(t,e));break}}t=t.return}}function vH(e,t,n){var r=e.pingCache;r!==null&&r.delete(t),t=Hr(),e.pingedLanes|=e.suspendedLanes&n,cr===e&&(yr&n)===n&&(tr===4||tr===3&&(yr&130023424)===yr&&500>Vn()-hC?Sa(e,0):pC|=n),no(e,t)}function TT(e,t){t===0&&(e.mode&1?(t=Sh,Sh<<=1,!(Sh&130023424)&&(Sh=4194304)):t=1);var n=Hr();e=As(e,t),e!==null&&(tp(e,t,n),no(e,n))}function yH(e){var t=e.memoizedState,n=0;t!==null&&(n=t.retryLane),TT(e,n)}function bH(e,t){var n=0;switch(e.tag){case 13:var r=e.stateNode,o=e.memoizedState;o!==null&&(n=o.retryLane);break;case 19:r=e.stateNode;break;default:throw Error($e(314))}r!==null&&r.delete(t),TT(e,n)}var OT;OT=function(e,t,n){if(e!==null)if(e.memoizedProps!==t.pendingProps||eo.current)Zr=!0;else{if(!(e.lanes&n)&&!(t.flags&128))return Zr=!1,sH(e,t,n);Zr=!!(e.flags&131072)}else Zr=!1,Sn&&t.flags&1048576&&FR(t,Nm,t.index);switch(t.lanes=0,t.tag){case 2:var r=t.type;am(e,t),e=t.pendingProps;var o=du(t,Or.current);eu(t,n),o=lC(null,t,r,e,o,n);var i=aC();return t.flags|=1,typeof o=="object"&&o!==null&&typeof o.render=="function"&&o.$$typeof===void 0?(t.tag=1,t.memoizedState=null,t.updateQueue=null,to(r)?(i=!0,Am(t)):i=!1,t.memoizedState=o.state!==null&&o.state!==void 0?o.state:null,nC(t),o.updater=$g,t.stateNode=o,o._reactInternals=t,mb(t,r,e,n),t=yb(null,t,r,!0,i,n)):(t.tag=0,Sn&&i&&Yw(t),Br(null,t,o,n),t=t.child),t;case 16:r=t.elementType;e:{switch(am(e,t),e=t.pendingProps,o=r._init,r=o(r._payload),t.type=r,o=t.tag=CH(r),e=vi(r,e),o){case 0:t=vb(null,t,r,e,n);break e;case 1:t=V2(null,t,r,e,n);break e;case 11:t=j2(null,t,r,e,n);break e;case 14:t=H2(null,t,r,vi(r.type,e),n);break e}throw Error($e(306,r,""))}return t;case 0:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:vi(r,o),vb(e,t,r,o,n);case 1:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:vi(r,o),V2(e,t,r,o,n);case 3:e:{if(gT(t),e===null)throw Error($e(387));r=t.pendingProps,i=t.memoizedState,o=i.element,zR(e,t),zm(t,r,null,n);var s=t.memoizedState;if(r=s.element,i.isDehydrated)if(i={element:r,isDehydrated:!1,cache:s.cache,pendingSuspenseBoundaries:s.pendingSuspenseBoundaries,transitions:s.transitions},t.updateQueue.baseState=i,t.memoizedState=i,t.flags&256){o=mu(Error($e(423)),t),t=U2(e,t,r,n,o);break e}else if(r!==o){o=mu(Error($e(424)),t),t=U2(e,t,r,n,o);break e}else for(So=kl(t.stateNode.containerInfo.firstChild),Po=t,Sn=!0,wi=null,n=UR(t,null,r,n),t.child=n;n;)n.flags=n.flags&-3|4096,n=n.sibling;else{if(fu(),r===o){t=Fs(e,t,n);break e}Br(e,t,r,n)}t=t.child}return t;case 5:return WR(t),e===null&&fb(t),r=t.type,o=t.pendingProps,i=e!==null?e.memoizedProps:null,s=o.children,lb(r,o)?s=null:i!==null&&lb(r,i)&&(t.flags|=32),mT(e,t),Br(e,t,s,n),t.child;case 6:return e===null&&fb(t),null;case 13:return vT(e,t,n);case 4:return rC(t,t.stateNode.containerInfo),r=t.pendingProps,e===null?t.child=pu(t,null,r,n):Br(e,t,r,n),t.child;case 11:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:vi(r,o),j2(e,t,r,o,n);case 7:return Br(e,t,t.pendingProps,n),t.child;case 8:return Br(e,t,t.pendingProps.children,n),t.child;case 12:return Br(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(r=t.type._context,o=t.pendingProps,i=t.memoizedProps,s=o.value,fn(Dm,r._currentValue),r._currentValue=s,i!==null)if(_i(i.value,s)){if(i.children===o.children&&!eo.current){t=Fs(e,t,n);break e}}else for(i=t.child,i!==null&&(i.return=t);i!==null;){var a=i.dependencies;if(a!==null){s=i.child;for(var c=a.firstContext;c!==null;){if(c.context===r){if(i.tag===1){c=Rs(-1,n&-n),c.tag=2;var d=i.updateQueue;if(d!==null){d=d.shared;var p=d.pending;p===null?c.next=c:(c.next=p.next,p.next=c),d.pending=c}}i.lanes|=n,c=i.alternate,c!==null&&(c.lanes|=n),pb(i.return,n,t),a.lanes|=n;break}c=c.next}}else if(i.tag===10)s=i.type===t.type?null:i.child;else if(i.tag===18){if(s=i.return,s===null)throw Error($e(341));s.lanes|=n,a=s.alternate,a!==null&&(a.lanes|=n),pb(s,n,t),s=i.sibling}else s=i.child;if(s!==null)s.return=i;else for(s=i;s!==null;){if(s===t){s=null;break}if(i=s.sibling,i!==null){i.return=s.return,s=i;break}s=s.return}i=s}Br(e,t,o.children,n),t=t.child}return t;case 9:return o=t.type,r=t.pendingProps.children,eu(t,n),o=ei(o),r=r(o),t.flags|=1,Br(e,t,r,n),t.child;case 14:return r=t.type,o=vi(r,t.pendingProps),o=vi(r.type,o),H2(e,t,r,o,n);case 15:return pT(e,t,t.type,t.pendingProps,n);case 17:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:vi(r,o),am(e,t),t.tag=1,to(r)?(e=!0,Am(t)):e=!1,eu(t,n),HR(t,r,o),mb(t,r,o,n),yb(null,t,r,!0,e,n);case 19:return yT(e,t,n);case 22:return hT(e,t,n)}throw Error($e(156,t.tag))};function LT(e,t){return sR(e,t)}function wH(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Yo(e,t,n,r){return new wH(e,t,n,r)}function yC(e){return e=e.prototype,!(!e||!e.isReactComponent)}function CH(e){if(typeof e=="function")return yC(e)?1:0;if(e!=null){if(e=e.$$typeof,e===Nw)return 11;if(e===Dw)return 14}return 2}function Ml(e,t){var n=e.alternate;return n===null?(n=Yo(e.tag,t,e.key,e.mode),n.elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=0,n.subtreeFlags=0,n.deletions=null),n.flags=e.flags&14680064,n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function dm(e,t,n,r,o,i){var s=2;if(r=e,typeof e=="function")yC(e)&&(s=1);else if(typeof e=="string")s=5;else e:switch(e){case Fc:return Ea(n.children,o,i,t);case Fw:s=8,o|=8;break;case B1:return e=Yo(12,n,t,o|2),e.elementType=B1,e.lanes=i,e;case z1:return e=Yo(13,n,t,o),e.elementType=z1,e.lanes=i,e;case j1:return e=Yo(19,n,t,o),e.elementType=j1,e.lanes=i,e;case VM:return Og(n,o,i,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case jM:s=10;break e;case HM:s=9;break e;case Nw:s=11;break e;case Dw:s=14;break e;case ll:s=16,r=null;break e}throw Error($e(130,e==null?e:typeof e,""))}return t=Yo(s,n,t,o),t.elementType=e,t.type=r,t.lanes=i,t}function Ea(e,t,n,r){return e=Yo(7,e,r,t),e.lanes=n,e}function Og(e,t,n,r){return e=Yo(22,e,r,t),e.elementType=VM,e.lanes=n,e.stateNode={isHidden:!1},e}function X0(e,t,n){return e=Yo(6,e,null,t),e.lanes=n,e}function Q0(e,t,n){return t=Yo(4,e.children!==null?e.children:[],e.key,t),t.lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function xH(e,t,n,r,o){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=R0(0),this.expirationTimes=R0(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=R0(0),this.identifierPrefix=r,this.onRecoverableError=o,this.mutableSourceEagerHydrationData=null}function bC(e,t,n,r,o,i,s,a,c){return e=new xH(e,t,n,a,c),t===1?(t=1,i===!0&&(t|=8)):t=0,i=Yo(3,null,null,t),e.current=i,i.stateNode=e,i.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},nC(i),e}function SH(e,t,n){var r=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:Ac,key:r==null?null:""+r,children:e,containerInfo:t,implementation:n}}function AT(e){if(!e)return Dl;e=e._reactInternals;e:{if(Ka(e)!==e||e.tag!==1)throw Error($e(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(to(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(t!==null);throw Error($e(171))}if(e.tag===1){var n=e.type;if(to(n))return LR(e,n,t)}return t}function FT(e,t,n,r,o,i,s,a,c){return e=bC(n,r,!0,e,o,i,s,a,c),e.context=AT(null),n=e.current,r=Hr(),o=$l(n),i=Rs(r,o),i.callback=t!=null?t:null,Il(n,i,o),e.current.lanes=o,tp(e,o,r),no(e,r),e}function Lg(e,t,n,r){var o=t.current,i=Hr(),s=$l(o);return n=AT(n),t.context===null?t.context=n:t.pendingContext=n,t=Rs(i,s),t.payload={element:e},r=r===void 0?null:r,r!==null&&(t.callback=r),e=Il(o,t,s),e!==null&&(Ei(e,o,s,i),im(e,o,s)),s}function qm(e){if(e=e.current,!e.child)return null;switch(e.child.tag){case 5:return e.child.stateNode;default:return e.child.stateNode}}function eI(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var n=e.retryLane;e.retryLane=n!==0&&n<t?n:t}}function wC(e,t){eI(e,t),(e=e.alternate)&&eI(e,t)}function EH(){return null}var NT=typeof reportError=="function"?reportError:function(e){console.error(e)};function CC(e){this._internalRoot=e}Ag.prototype.render=CC.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error($e(409));Lg(e,t,null,null)};Ag.prototype.unmount=CC.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;Aa(function(){Lg(null,e,null,null)}),t[Ls]=null}};function Ag(e){this._internalRoot=e}Ag.prototype.unstable_scheduleHydration=function(e){if(e){var t=pR();e={blockedOn:null,target:e,priority:t};for(var n=0;n<pl.length&&t!==0&&t<pl[n].priority;n++);pl.splice(n,0,e),n===0&&mR(e)}};function xC(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function Fg(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11&&(e.nodeType!==8||e.nodeValue!==" react-mount-point-unstable "))}function tI(){}function PH(e,t,n,r,o){if(o){if(typeof r=="function"){var i=r;r=function(){var d=qm(s);i.call(d)}}var s=FT(t,r,e,0,null,!1,!1,"",tI);return e._reactRootContainer=s,e[Ls]=s.current,Sf(e.nodeType===8?e.parentNode:e),Aa(),s}for(;o=e.lastChild;)e.removeChild(o);if(typeof r=="function"){var a=r;r=function(){var d=qm(c);a.call(d)}}var c=bC(e,0,!1,null,null,!1,!1,"",tI);return e._reactRootContainer=c,e[Ls]=c.current,Sf(e.nodeType===8?e.parentNode:e),Aa(function(){Lg(t,c,n,r)}),c}function Ng(e,t,n,r,o){var i=n._reactRootContainer;if(i){var s=i;if(typeof o=="function"){var a=o;o=function(){var c=qm(s);a.call(c)}}Lg(t,s,e,o)}else s=PH(n,t,e,o,r);return qm(s)}dR=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var n=Dd(t.pendingLanes);n!==0&&(jw(t,n|1),no(t,Vn()),!(Wt&6)&&(gu=Vn()+500,Yl()))}break;case 13:Aa(function(){var r=As(e,1);if(r!==null){var o=Hr();Ei(r,e,1,o)}}),wC(e,1)}};Hw=function(e){if(e.tag===13){var t=As(e,134217728);if(t!==null){var n=Hr();Ei(t,e,134217728,n)}wC(e,134217728)}};fR=function(e){if(e.tag===13){var t=$l(e),n=As(e,t);if(n!==null){var r=Hr();Ei(n,e,t,r)}wC(e,t)}};pR=function(){return nn};hR=function(e,t){var n=nn;try{return nn=e,t()}finally{nn=n}};Q1=function(e,t,n){switch(t){case"input":if(U1(e,n),t=n.name,n.type==="radio"&&t!=null){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var o=Ig(r);if(!o)throw Error($e(90));WM(r),U1(r,o)}}}break;case"textarea":KM(e,n);break;case"select":t=n.value,t!=null&&Xc(e,!!n.multiple,t,!1)}};eR=mC;tR=Aa;var kH={usingClientEntryPoint:!1,Events:[rp,zc,Ig,JM,ZM,mC]},Cd={findFiberByHostInstance:ga,bundleType:0,version:"18.2.0",rendererPackageName:"react-dom"},IH={bundleType:Cd.bundleType,version:Cd.version,rendererPackageName:Cd.rendererPackageName,rendererConfig:Cd.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Hs.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return e=oR(e),e===null?null:e.stateNode},findFiberByHostInstance:Cd.findFiberByHostInstance||EH,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.2.0-next-9e3b772b8-20220608"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"){var Lh=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Lh.isDisabled&&Lh.supportsFiber)try{Sg=Lh.inject(IH),Qi=Lh}catch(e){}}Ro.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=kH;Ro.createPortal=function(e,t){var n=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!xC(t))throw Error($e(200));return SH(e,t,null,n)};Ro.createRoot=function(e,t){if(!xC(e))throw Error($e(299));var n=!1,r="",o=NT;return t!=null&&(t.unstable_strictMode===!0&&(n=!0),t.identifierPrefix!==void 0&&(r=t.identifierPrefix),t.onRecoverableError!==void 0&&(o=t.onRecoverableError)),t=bC(e,1,!1,null,null,n,!1,r,o),e[Ls]=t.current,Sf(e.nodeType===8?e.parentNode:e),new CC(t)};Ro.findDOMNode=function(e){if(e==null)return null;if(e.nodeType===1)return e;var t=e._reactInternals;if(t===void 0)throw typeof e.render=="function"?Error($e(188)):(e=Object.keys(e).join(","),Error($e(268,e)));return e=oR(t),e=e===null?null:e.stateNode,e};Ro.flushSync=function(e){return Aa(e)};Ro.hydrate=function(e,t,n){if(!Fg(t))throw Error($e(200));return Ng(null,e,t,!0,n)};Ro.hydrateRoot=function(e,t,n){if(!xC(e))throw Error($e(405));var r=n!=null&&n.hydratedSources||null,o=!1,i="",s=NT;if(n!=null&&(n.unstable_strictMode===!0&&(o=!0),n.identifierPrefix!==void 0&&(i=n.identifierPrefix),n.onRecoverableError!==void 0&&(s=n.onRecoverableError)),t=FT(t,null,e,1,n!=null?n:null,o,!1,i,s),e[Ls]=t.current,Sf(e),r)for(e=0;e<r.length;e++)n=r[e],o=n._getVersion,o=o(n._source),t.mutableSourceEagerHydrationData==null?t.mutableSourceEagerHydrationData=[n,o]:t.mutableSourceEagerHydrationData.push(n,o);return new Ag(t)};Ro.render=function(e,t,n){if(!Fg(t))throw Error($e(200));return Ng(null,e,t,!1,n)};Ro.unmountComponentAtNode=function(e){if(!Fg(e))throw Error($e(40));return e._reactRootContainer?(Aa(function(){Ng(null,null,e,!1,function(){e._reactRootContainer=null,e[Ls]=null})}),!0):!1};Ro.unstable_batchedUpdates=mC;Ro.unstable_renderSubtreeIntoContainer=function(e,t,n,r){if(!Fg(n))throw Error($e(200));if(e==null||e._reactInternals===void 0)throw Error($e(38));return Ng(e,t,n,!1,r)};Ro.version="18.2.0-next-9e3b772b8-20220608";(function(e){function t(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__=="undefined"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(t)}catch(n){console.error(n)}}t(),e.exports=Ro})(Ej);const Ah=_w(Fl);var DT,nI=Fl;DT=nI.createRoot,nI.hydrateRoot;const _H="modulepreload",$H=function(e){return"/"+e},rI={},MH=function(t,n,r){if(!n||n.length===0)return t();const o=document.getElementsByTagName("link");return Promise.all(n.map(i=>{if(i=$H(i),i in rI)return;rI[i]=!0;const s=i.endsWith(".css"),a=s?'[rel="stylesheet"]':"";if(!!r)for(let p=o.length-1;p>=0;p--){const h=o[p];if(h.href===i&&(!s||h.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${i}"]${a}`))return;const d=document.createElement("link");if(d.rel=s?"stylesheet":_H,s||(d.as="script",d.crossOrigin=""),d.href=i,document.head.appendChild(d),s)return new Promise((p,h)=>{d.addEventListener("load",p),d.addEventListener("error",()=>h(new Error(`Unable to preload CSS for ${i}`)))})})).then(()=>t())};var _M;if(!((_M=window.crypto)!=null&&_M.subtle)){let t;console.debug("poly subtle");const e={digest(n,r){return dt(this,null,function*(){if(n!=="SHA-512")return alert(n+" required but not supported");const i=(yield MH(()=>import("./sha512-de1e5bd3.js").then(s=>s.s),[])).default.arrayBuffer;return i(r)})}};window.crypto||(window.crypto={subtle:e}),crypto.subtle||(crypto.subtle=e)}/**
|
|
33
|
+
* @remix-run/router v1.4.0
|
|
34
|
+
*
|
|
35
|
+
* Copyright (c) Remix Software Inc.
|
|
36
|
+
*
|
|
37
|
+
* This source code is licensed under the MIT license found in the
|
|
38
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
39
|
+
*
|
|
40
|
+
* @license MIT
|
|
41
|
+
*/function Tf(){return Tf=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Tf.apply(this,arguments)}var yl;(function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"})(yl||(yl={}));const oI="popstate";function RH(e){e===void 0&&(e={});function t(o,i){let{pathname:s="/",search:a="",hash:c=""}=qa(o.location.hash.substr(1));return Mb("",{pathname:s,search:a,hash:c},i.state&&i.state.usr||null,i.state&&i.state.key||"default")}function n(o,i){let s=o.document.querySelector("base"),a="";if(s&&s.getAttribute("href")){let c=o.location.href,d=c.indexOf("#");a=d===-1?c:c.slice(0,d)}return a+"#"+(typeof i=="string"?i:Ym(i))}function r(o,i){Dg(o.pathname.charAt(0)==="/","relative pathnames are not supported in hash history.push("+JSON.stringify(i)+")")}return OH(t,n,r,e)}function nr(e,t){if(e===!1||e===null||typeof e=="undefined")throw new Error(t)}function Dg(e,t){if(!e){typeof console!="undefined"&&console.warn(t);try{throw new Error(t)}catch(n){}}}function TH(){return Math.random().toString(36).substr(2,8)}function iI(e,t){return{usr:e.state,key:e.key,idx:t}}function Mb(e,t,n,r){return n===void 0&&(n=null),Tf({pathname:typeof e=="string"?e:e.pathname,search:"",hash:""},typeof t=="string"?qa(t):t,{state:n,key:t&&t.key||r||TH()})}function Ym(e){let{pathname:t="/",search:n="",hash:r=""}=e;return n&&n!=="?"&&(t+=n.charAt(0)==="?"?n:"?"+n),r&&r!=="#"&&(t+=r.charAt(0)==="#"?r:"#"+r),t}function qa(e){let t={};if(e){let n=e.indexOf("#");n>=0&&(t.hash=e.substr(n),e=e.substr(0,n));let r=e.indexOf("?");r>=0&&(t.search=e.substr(r),e=e.substr(0,r)),e&&(t.pathname=e)}return t}function OH(e,t,n,r){r===void 0&&(r={});let{window:o=document.defaultView,v5Compat:i=!1}=r,s=o.history,a=yl.Pop,c=null,d=p();d==null&&(d=0,s.replaceState(Tf({},s.state,{idx:d}),""));function p(){return(s.state||{idx:null}).idx}function h(){a=yl.Pop;let x=p(),C=x==null?null:x-d;d=x,c&&c({action:a,location:g.location,delta:C})}function m(x,C){a=yl.Push;let E=Mb(g.location,x,C);n&&n(E,x),d=p()+1;let w=iI(E,d),S=g.createHref(E);try{s.pushState(w,"",S)}catch(k){o.location.assign(S)}i&&c&&c({action:a,location:g.location,delta:1})}function v(x,C){a=yl.Replace;let E=Mb(g.location,x,C);n&&n(E,x),d=p();let w=iI(E,d),S=g.createHref(E);s.replaceState(w,"",S),i&&c&&c({action:a,location:g.location,delta:0})}function b(x){let C=o.location.origin!=="null"?o.location.origin:o.location.href,E=typeof x=="string"?x:Ym(x);return nr(C,"No window.location.(origin|href) available to create URL for href: "+E),new URL(E,C)}let g={get action(){return a},get location(){return e(o,s)},listen(x){if(c)throw new Error("A history only accepts one active listener");return o.addEventListener(oI,h),c=x,()=>{o.removeEventListener(oI,h),c=null}},createHref(x){return t(o,x)},createURL:b,encodeLocation(x){let C=b(x);return{pathname:C.pathname,search:C.search,hash:C.hash}},push:m,replace:v,go(x){return s.go(x)}};return g}var sI;(function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"})(sI||(sI={}));function LH(e,t,n){n===void 0&&(n="/");let r=typeof t=="string"?qa(t):t,o=SC(r.pathname||"/",n);if(o==null)return null;let i=BT(e);AH(i);let s=null;for(let a=0;s==null&&a<i.length;++a)s=UH(i[a],KH(o));return s}function BT(e,t,n,r){t===void 0&&(t=[]),n===void 0&&(n=[]),r===void 0&&(r="");let o=(i,s,a)=>{let c={relativePath:a===void 0?i.path||"":a,caseSensitive:i.caseSensitive===!0,childrenIndex:s,route:i};c.relativePath.startsWith("/")&&(nr(c.relativePath.startsWith(r),'Absolute route path "'+c.relativePath+'" nested under path '+('"'+r+'" is not valid. An absolute child route path ')+"must start with the combined path of all its parent routes."),c.relativePath=c.relativePath.slice(r.length));let d=Rl([r,c.relativePath]),p=n.concat(c);i.children&&i.children.length>0&&(nr(i.index!==!0,"Index routes must not have child routes. Please remove "+('all child routes from route path "'+d+'".')),BT(i.children,t,p,d)),!(i.path==null&&!i.index)&&t.push({path:d,score:HH(d,i.index),routesMeta:p})};return e.forEach((i,s)=>{var a;if(i.path===""||!((a=i.path)!=null&&a.includes("?")))o(i,s);else for(let c of zT(i.path))o(i,s,c)}),t}function zT(e){let t=e.split("/");if(t.length===0)return[];let[n,...r]=t,o=n.endsWith("?"),i=n.replace(/\?$/,"");if(r.length===0)return o?[i,""]:[i];let s=zT(r.join("/")),a=[];return a.push(...s.map(c=>c===""?i:[i,c].join("/"))),o&&a.push(...s),a.map(c=>e.startsWith("/")&&c===""?"/":c)}function AH(e){e.sort((t,n)=>t.score!==n.score?n.score-t.score:VH(t.routesMeta.map(r=>r.childrenIndex),n.routesMeta.map(r=>r.childrenIndex)))}const FH=/^:\w+$/,NH=3,DH=2,BH=1,zH=10,jH=-2,lI=e=>e==="*";function HH(e,t){let n=e.split("/"),r=n.length;return n.some(lI)&&(r+=jH),t&&(r+=DH),n.filter(o=>!lI(o)).reduce((o,i)=>o+(FH.test(i)?NH:i===""?BH:zH),r)}function VH(e,t){return e.length===t.length&&e.slice(0,-1).every((r,o)=>r===t[o])?e[e.length-1]-t[t.length-1]:0}function UH(e,t){let{routesMeta:n}=e,r={},o="/",i=[];for(let s=0;s<n.length;++s){let a=n[s],c=s===n.length-1,d=o==="/"?t:t.slice(o.length)||"/",p=WH({path:a.relativePath,caseSensitive:a.caseSensitive,end:c},d);if(!p)return null;Object.assign(r,p.params);let h=a.route;i.push({params:r,pathname:Rl([o,p.pathname]),pathnameBase:QH(Rl([o,p.pathnameBase])),route:h}),p.pathnameBase!=="/"&&(o=Rl([o,p.pathnameBase]))}return i}function WH(e,t){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[n,r]=GH(e.path,e.caseSensitive,e.end),o=t.match(n);if(!o)return null;let i=o[0],s=i.replace(/(.)\/+$/,"$1"),a=o.slice(1);return{params:r.reduce((d,p,h)=>{if(p==="*"){let m=a[h]||"";s=i.slice(0,i.length-m.length).replace(/(.)\/+$/,"$1")}return d[p]=qH(a[h]||"",p),d},{}),pathname:i,pathnameBase:s,pattern:e}}function GH(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!0),Dg(e==="*"||!e.endsWith("*")||e.endsWith("/*"),'Route path "'+e+'" will be treated as if it were '+('"'+e.replace(/\*$/,"/*")+'" because the `*` character must ')+"always follow a `/` in the pattern. To get rid of this warning, "+('please change the route path to "'+e.replace(/\*$/,"/*")+'".'));let r=[],o="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/\/:(\w+)/g,(s,a)=>(r.push(a),"/([^\\/]+)"));return e.endsWith("*")?(r.push("*"),o+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?o+="\\/*$":e!==""&&e!=="/"&&(o+="(?:(?=\\/|$))"),[new RegExp(o,t?void 0:"i"),r]}function KH(e){try{return decodeURI(e)}catch(t){return Dg(!1,'The URL path "'+e+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent '+("encoding ("+t+").")),e}}function qH(e,t){try{return decodeURIComponent(e)}catch(n){return Dg(!1,'The value for the URL param "'+t+'" will not be decoded because'+(' the string "'+e+'" is a malformed URL segment. This is probably')+(" due to a bad percent encoding ("+n+").")),e}}function SC(e,t){if(t==="/")return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith("/")?t.length-1:t.length,r=e.charAt(n);return r&&r!=="/"?null:e.slice(n)||"/"}function YH(e,t){t===void 0&&(t="/");let{pathname:n,search:r="",hash:o=""}=typeof e=="string"?qa(e):e;return{pathname:n?n.startsWith("/")?n:XH(n,t):t,search:JH(r),hash:ZH(o)}}function XH(e,t){let n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach(o=>{o===".."?n.length>1&&n.pop():o!=="."&&n.push(o)}),n.length>1?n.join("/"):"/"}function J0(e,t,n,r){return"Cannot include a '"+e+"' character in a manually specified "+("`to."+t+"` field ["+JSON.stringify(r)+"]. Please separate it out to the ")+("`to."+n+"` field. Alternatively you may provide the full path as ")+'a string in <Link to="..."> and the router will parse it for you.'}function jT(e){return e.filter((t,n)=>n===0||t.route.path&&t.route.path.length>0)}function HT(e,t,n,r){r===void 0&&(r=!1);let o;typeof e=="string"?o=qa(e):(o=Tf({},e),nr(!o.pathname||!o.pathname.includes("?"),J0("?","pathname","search",o)),nr(!o.pathname||!o.pathname.includes("#"),J0("#","pathname","hash",o)),nr(!o.search||!o.search.includes("#"),J0("#","search","hash",o)));let i=e===""||o.pathname==="",s=i?"/":o.pathname,a;if(r||s==null)a=n;else{let h=t.length-1;if(s.startsWith("..")){let m=s.split("/");for(;m[0]==="..";)m.shift(),h-=1;o.pathname=m.join("/")}a=h>=0?t[h]:"/"}let c=YH(o,a),d=s&&s!=="/"&&s.endsWith("/"),p=(i||s===".")&&n.endsWith("/");return!c.pathname.endsWith("/")&&(d||p)&&(c.pathname+="/"),c}const Rl=e=>e.join("/").replace(/\/\/+/g,"/"),QH=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),JH=e=>!e||e==="?"?"":e.startsWith("?")?e:"?"+e,ZH=e=>!e||e==="#"?"":e.startsWith("#")?e:"#"+e;function e8(e){return e!=null&&typeof e.status=="number"&&typeof e.statusText=="string"&&typeof e.internal=="boolean"&&"data"in e}/**
|
|
42
|
+
* React Router v6.9.0
|
|
43
|
+
*
|
|
44
|
+
* Copyright (c) Remix Software Inc.
|
|
45
|
+
*
|
|
46
|
+
* This source code is licensed under the MIT license found in the
|
|
47
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
48
|
+
*
|
|
49
|
+
* @license MIT
|
|
50
|
+
*/function t8(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}const n8=typeof Object.is=="function"?Object.is:t8,{useState:r8,useEffect:o8,useLayoutEffect:i8,useDebugValue:s8}=Ma;function l8(e,t,n){const r=t(),[{inst:o},i]=r8({inst:{value:r,getSnapshot:t}});return i8(()=>{o.value=r,o.getSnapshot=t,Z0(o)&&i({inst:o})},[e,r,t]),o8(()=>(Z0(o)&&i({inst:o}),e(()=>{Z0(o)&&i({inst:o})})),[e]),s8(r),r}function Z0(e){const t=e.getSnapshot,n=e.value;try{const r=t();return!n8(n,r)}catch(r){return!0}}function a8(e,t,n){return t()}const c8=typeof window!="undefined"&&typeof window.document!="undefined"&&typeof window.document.createElement!="undefined",u8=!c8,d8=u8?a8:l8;"useSyncExternalStore"in Ma&&(e=>e.useSyncExternalStore)(Ma);const VT=u.createContext(null),EC=u.createContext(null),Au=u.createContext(null),Bg=u.createContext(null),Fu=u.createContext({outlet:null,matches:[]}),UT=u.createContext(null);function Rb(){return Rb=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Rb.apply(this,arguments)}function f8(e,t){let{relative:n}=t===void 0?{}:t;ip()||nr(!1);let{basename:r,navigator:o}=u.useContext(Au),{hash:i,pathname:s,search:a}=PC(e,{relative:n}),c=s;return r!=="/"&&(c=s==="/"?r:Rl([r,s])),o.createHref({pathname:c,search:a,hash:i})}function ip(){return u.useContext(Bg)!=null}function Nu(){return ip()||nr(!1),u.useContext(Bg).location}function p8(){ip()||nr(!1);let{basename:e,navigator:t}=u.useContext(Au),{matches:n}=u.useContext(Fu),{pathname:r}=Nu(),o=JSON.stringify(jT(n).map(a=>a.pathnameBase)),i=u.useRef(!1);return u.useEffect(()=>{i.current=!0}),u.useCallback(function(a,c){if(c===void 0&&(c={}),!i.current)return;if(typeof a=="number"){t.go(a);return}let d=HT(a,JSON.parse(o),r,c.relative==="path");e!=="/"&&(d.pathname=d.pathname==="/"?e:Rl([e,d.pathname])),(c.replace?t.replace:t.push)(d,c.state,c)},[e,t,o,r])}function PC(e,t){let{relative:n}=t===void 0?{}:t,{matches:r}=u.useContext(Fu),{pathname:o}=Nu(),i=JSON.stringify(jT(r).map(s=>s.pathnameBase));return u.useMemo(()=>HT(e,JSON.parse(i),o,n==="path"),[e,i,o,n])}function h8(e,t){ip()||nr(!1);let{navigator:n}=u.useContext(Au),r=u.useContext(EC),{matches:o}=u.useContext(Fu),i=o[o.length-1],s=i?i.params:{};i&&i.pathname;let a=i?i.pathnameBase:"/";i&&i.route;let c=Nu(),d;if(t){var p;let g=typeof t=="string"?qa(t):t;a==="/"||(p=g.pathname)!=null&&p.startsWith(a)||nr(!1),d=g}else d=c;let h=d.pathname||"/",m=a==="/"?h:h.slice(a.length)||"/",v=LH(e,{pathname:m}),b=y8(v&&v.map(g=>Object.assign({},g,{params:Object.assign({},s,g.params),pathname:Rl([a,n.encodeLocation?n.encodeLocation(g.pathname).pathname:g.pathname]),pathnameBase:g.pathnameBase==="/"?a:Rl([a,n.encodeLocation?n.encodeLocation(g.pathnameBase).pathname:g.pathnameBase])})),o,r||void 0);return t&&b?u.createElement(Bg.Provider,{value:{location:Rb({pathname:"/",search:"",hash:"",state:null,key:"default"},d),navigationType:yl.Pop}},b):b}function m8(){let e=x8(),t=e8(e)?e.status+" "+e.statusText:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,o={padding:"0.5rem",backgroundColor:"rgba(200,200,200, 0.5)"},i=null;return u.createElement(u.Fragment,null,u.createElement("h2",null,"Unexpected Application Error!"),u.createElement("h3",{style:{fontStyle:"italic"}},t),n?u.createElement("pre",{style:o},n):null,i)}class g8 extends u.Component{constructor(t){super(t),this.state={location:t.location,error:t.error}}static getDerivedStateFromError(t){return{error:t}}static getDerivedStateFromProps(t,n){return n.location!==t.location?{error:t.error,location:t.location}:{error:t.error||n.error,location:n.location}}componentDidCatch(t,n){console.error("React Router caught the following error during render",t,n)}render(){return this.state.error?u.createElement(Fu.Provider,{value:this.props.routeContext},u.createElement(UT.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function v8(e){let{routeContext:t,match:n,children:r}=e,o=u.useContext(VT);return o&&o.static&&o.staticContext&&(n.route.errorElement||n.route.ErrorBoundary)&&(o.staticContext._deepestRenderedBoundaryId=n.route.id),u.createElement(Fu.Provider,{value:t},r)}function y8(e,t,n){if(t===void 0&&(t=[]),e==null)if(n!=null&&n.errors)e=n.matches;else return null;let r=e,o=n==null?void 0:n.errors;if(o!=null){let i=r.findIndex(s=>s.route.id&&(o==null?void 0:o[s.route.id]));i>=0||nr(!1),r=r.slice(0,Math.min(r.length,i+1))}return r.reduceRight((i,s,a)=>{let c=s.route.id?o==null?void 0:o[s.route.id]:null,d=null;n&&(s.route.ErrorBoundary?d=u.createElement(s.route.ErrorBoundary,null):s.route.errorElement?d=s.route.errorElement:d=u.createElement(m8,null));let p=t.concat(r.slice(0,a+1)),h=()=>{let m=i;return c?m=d:s.route.Component?m=u.createElement(s.route.Component,null):s.route.element&&(m=s.route.element),u.createElement(v8,{match:s,routeContext:{outlet:i,matches:p},children:m})};return n&&(s.route.ErrorBoundary||s.route.errorElement||a===0)?u.createElement(g8,{location:n.location,component:d,error:c,children:h(),routeContext:{outlet:null,matches:p}}):h()},null)}var aI;(function(e){e.UseBlocker="useBlocker",e.UseRevalidator="useRevalidator"})(aI||(aI={}));var Xm;(function(e){e.UseBlocker="useBlocker",e.UseLoaderData="useLoaderData",e.UseActionData="useActionData",e.UseRouteError="useRouteError",e.UseNavigation="useNavigation",e.UseRouteLoaderData="useRouteLoaderData",e.UseMatches="useMatches",e.UseRevalidator="useRevalidator"})(Xm||(Xm={}));function b8(e){let t=u.useContext(EC);return t||nr(!1),t}function w8(e){let t=u.useContext(Fu);return t||nr(!1),t}function C8(e){let t=w8(),n=t.matches[t.matches.length-1];return n.route.id||nr(!1),n.route.id}function x8(){var e;let t=u.useContext(UT),n=b8(Xm.UseRouteError),r=C8(Xm.UseRouteError);return t||((e=n.errors)==null?void 0:e[r])}function WT(e){nr(!1)}function S8(e){let{basename:t="/",children:n=null,location:r,navigationType:o=yl.Pop,navigator:i,static:s=!1}=e;ip()&&nr(!1);let a=t.replace(/^\/*/,"/"),c=u.useMemo(()=>({basename:a,navigator:i,static:s}),[a,i,s]);typeof r=="string"&&(r=qa(r));let{pathname:d="/",search:p="",hash:h="",state:m=null,key:v="default"}=r,b=u.useMemo(()=>{let g=SC(d,a);return g==null?null:{location:{pathname:g,search:p,hash:h,state:m,key:v},navigationType:o}},[a,d,p,h,m,v,o]);return b==null?null:u.createElement(Au.Provider,{value:c},u.createElement(Bg.Provider,{children:n,value:b}))}function E8(e){let{children:t,location:n}=e,r=u.useContext(VT),o=r&&!t?r.router.routes:Tb(t);return h8(o,n)}var cI;(function(e){e[e.pending=0]="pending",e[e.success=1]="success",e[e.error=2]="error"})(cI||(cI={}));new Promise(()=>{});function Tb(e,t){t===void 0&&(t=[]);let n=[];return u.Children.forEach(e,(r,o)=>{if(!u.isValidElement(r))return;if(r.type===u.Fragment){n.push.apply(n,Tb(r.props.children,t));return}r.type!==WT&&nr(!1),!r.props.index||!r.props.children||nr(!1);let i=[...t,o],s={id:r.props.id||i.join("-"),caseSensitive:r.props.caseSensitive,element:r.props.element,Component:r.props.Component,index:r.props.index,path:r.props.path,loader:r.props.loader,action:r.props.action,errorElement:r.props.errorElement,ErrorBoundary:r.props.ErrorBoundary,hasErrorBoundary:r.props.ErrorBoundary!=null||r.props.errorElement!=null,shouldRevalidate:r.props.shouldRevalidate,handle:r.props.handle,lazy:r.props.lazy};r.props.children&&(s.children=Tb(r.props.children,i)),n.push(s)}),n}/**
|
|
51
|
+
* React Router DOM v6.9.0
|
|
52
|
+
*
|
|
53
|
+
* Copyright (c) Remix Software Inc.
|
|
54
|
+
*
|
|
55
|
+
* This source code is licensed under the MIT license found in the
|
|
56
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
57
|
+
*
|
|
58
|
+
* @license MIT
|
|
59
|
+
*/function Qm(){return Qm=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Qm.apply(this,arguments)}function GT(e,t){if(e==null)return{};var n={},r=Object.keys(e),o,i;for(i=0;i<r.length;i++)o=r[i],!(t.indexOf(o)>=0)&&(n[o]=e[o]);return n}function P8(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function k8(e,t){return e.button===0&&(!t||t==="_self")&&!P8(e)}const I8=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset"],_8=["aria-current","caseSensitive","className","end","style","to","children"];function $8(e){let{basename:t,children:n,window:r}=e,o=u.useRef();o.current==null&&(o.current=RH({window:r,v5Compat:!0}));let i=o.current,[s,a]=u.useState({action:i.action,location:i.location});return u.useLayoutEffect(()=>i.listen(a),[i]),u.createElement(S8,{basename:t,children:n,location:s.location,navigationType:s.action,navigator:i})}const M8=typeof window!="undefined"&&typeof window.document!="undefined"&&typeof window.document.createElement!="undefined",R8=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,KT=u.forwardRef(function(t,n){let{onClick:r,relative:o,reloadDocument:i,replace:s,state:a,target:c,to:d,preventScrollReset:p}=t,h=GT(t,I8),{basename:m}=u.useContext(Au),v,b=!1;if(typeof d=="string"&&R8.test(d)&&(v=d,M8)){let E=new URL(window.location.href),w=d.startsWith("//")?new URL(E.protocol+d):new URL(d),S=SC(w.pathname,m);w.origin===E.origin&&S!=null?d=S+w.search+w.hash:b=!0}let g=f8(d,{relative:o}),x=O8(d,{replace:s,state:a,target:c,preventScrollReset:p,relative:o});function C(E){r&&r(E),E.defaultPrevented||x(E)}return u.createElement("a",Qm({},h,{href:v||g,onClick:b||i?r:C,ref:n,target:c}))}),T8=u.forwardRef(function(t,n){let{"aria-current":r="page",caseSensitive:o=!1,className:i="",end:s=!1,style:a,to:c,children:d}=t,p=GT(t,_8),h=PC(c,{relative:p.relative}),m=Nu(),v=u.useContext(EC),{navigator:b}=u.useContext(Au),g=b.encodeLocation?b.encodeLocation(h).pathname:h.pathname,x=m.pathname,C=v&&v.navigation&&v.navigation.location?v.navigation.location.pathname:null;o||(x=x.toLowerCase(),C=C?C.toLowerCase():null,g=g.toLowerCase());let E=x===g||!s&&x.startsWith(g)&&x.charAt(g.length)==="/",w=C!=null&&(C===g||!s&&C.startsWith(g)&&C.charAt(g.length)==="/"),S=E?r:void 0,k;typeof i=="function"?k=i({isActive:E,isPending:w}):k=[i,E?"active":null,w?"pending":null].filter(Boolean).join(" ");let _=typeof a=="function"?a({isActive:E,isPending:w}):a;return u.createElement(KT,Qm({},p,{"aria-current":S,className:k,ref:n,style:_,to:c}),typeof d=="function"?d({isActive:E,isPending:w}):d)});var uI;(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmitImpl="useSubmitImpl",e.UseFetcher="useFetcher"})(uI||(uI={}));var dI;(function(e){e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"})(dI||(dI={}));function O8(e,t){let{target:n,replace:r,state:o,preventScrollReset:i,relative:s}=t===void 0?{}:t,a=p8(),c=Nu(),d=PC(e,{relative:s});return u.useCallback(p=>{if(k8(p,n)){p.preventDefault();let h=r!==void 0?r:Ym(c)===Ym(d);a(e,{replace:h,state:o,preventScrollReset:i,relative:s})}},[c,a,d,r,o,n,e,i,s])}const L8={black:"#000",white:"#fff"},Of=L8,A8={50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000"},bc=A8,F8={50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",A100:"#ea80fc",A200:"#e040fb",A400:"#d500f9",A700:"#aa00ff"},wc=F8,N8={50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff"},Cc=N8,D8={50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",A100:"#80d8ff",A200:"#40c4ff",A400:"#00b0ff",A700:"#0091ea"},xc=D8,B8={50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853"},Sc=B8,z8={50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00"},xd=z8,j8={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"},H8=j8;function e1(e,t){return()=>null}function P(){return P=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},P.apply(this,arguments)}function ha(e){return e!==null&&typeof e=="object"&&e.constructor===Object}function qT(e){if(!ha(e))return e;const t={};return Object.keys(e).forEach(n=>{t[n]=qT(e[n])}),t}function Qo(e,t,n={clone:!0}){const r=n.clone?P({},e):e;return ha(e)&&ha(t)&&Object.keys(t).forEach(o=>{o!=="__proto__"&&(ha(t[o])&&o in e&&ha(e[o])?r[o]=Qo(e[o],t[o],n):n.clone?r[o]=ha(t[o])?qT(t[o]):t[o]:r[o]=t[o])}),r}var pe={},V8={get exports(){return pe},set exports(e){pe=e}},U8="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",W8=U8,G8=W8;function YT(){}function XT(){}XT.resetWarningCache=YT;var K8=function(){function e(r,o,i,s,a,c){if(c!==G8){var d=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 d.name="Invariant Violation",d}}e.isRequired=e;function t(){return e}var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:XT,resetWarningCache:YT};return n.PropTypes=n,n};V8.exports=K8();function Bl(e){let t="https://mui.com/production-error/?code="+e;for(let n=1;n<arguments.length;n+=1)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified MUI error #"+e+"; visit "+t+" for the full message."}var fI={},q8={get exports(){return fI},set exports(e){fI=e}},rn={};/**
|
|
60
|
+
* @license React
|
|
61
|
+
* react-is.production.min.js
|
|
62
|
+
*
|
|
63
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
64
|
+
*
|
|
65
|
+
* This source code is licensed under the MIT license found in the
|
|
66
|
+
* LICENSE file in the root directory of this source tree.
|
|
67
|
+
*/var kC=Symbol.for("react.element"),IC=Symbol.for("react.portal"),zg=Symbol.for("react.fragment"),jg=Symbol.for("react.strict_mode"),Hg=Symbol.for("react.profiler"),Vg=Symbol.for("react.provider"),Ug=Symbol.for("react.context"),Y8=Symbol.for("react.server_context"),Wg=Symbol.for("react.forward_ref"),Gg=Symbol.for("react.suspense"),Kg=Symbol.for("react.suspense_list"),qg=Symbol.for("react.memo"),Yg=Symbol.for("react.lazy"),X8=Symbol.for("react.offscreen"),QT;QT=Symbol.for("react.module.reference");function si(e){if(typeof e=="object"&&e!==null){var t=e.$$typeof;switch(t){case kC:switch(e=e.type,e){case zg:case Hg:case jg:case Gg:case Kg:return e;default:switch(e=e&&e.$$typeof,e){case Y8:case Ug:case Wg:case Yg:case qg:case Vg:return e;default:return t}}case IC:return t}}}rn.ContextConsumer=Ug;rn.ContextProvider=Vg;rn.Element=kC;rn.ForwardRef=Wg;rn.Fragment=zg;rn.Lazy=Yg;rn.Memo=qg;rn.Portal=IC;rn.Profiler=Hg;rn.StrictMode=jg;rn.Suspense=Gg;rn.SuspenseList=Kg;rn.isAsyncMode=function(){return!1};rn.isConcurrentMode=function(){return!1};rn.isContextConsumer=function(e){return si(e)===Ug};rn.isContextProvider=function(e){return si(e)===Vg};rn.isElement=function(e){return typeof e=="object"&&e!==null&&e.$$typeof===kC};rn.isForwardRef=function(e){return si(e)===Wg};rn.isFragment=function(e){return si(e)===zg};rn.isLazy=function(e){return si(e)===Yg};rn.isMemo=function(e){return si(e)===qg};rn.isPortal=function(e){return si(e)===IC};rn.isProfiler=function(e){return si(e)===Hg};rn.isStrictMode=function(e){return si(e)===jg};rn.isSuspense=function(e){return si(e)===Gg};rn.isSuspenseList=function(e){return si(e)===Kg};rn.isValidElementType=function(e){return typeof e=="string"||typeof e=="function"||e===zg||e===Hg||e===jg||e===Gg||e===Kg||e===X8||typeof e=="object"&&e!==null&&(e.$$typeof===Yg||e.$$typeof===qg||e.$$typeof===Vg||e.$$typeof===Ug||e.$$typeof===Wg||e.$$typeof===QT||e.getModuleId!==void 0)};rn.typeOf=si;(function(e){e.exports=rn})(q8);function fe(e){if(typeof e!="string")throw new Error(Bl(7));return e.charAt(0).toUpperCase()+e.slice(1)}function Ob(...e){return e.reduce((t,n)=>n==null?t:function(...o){t.apply(this,o),n.apply(this,o)},()=>{})}function Ns(e,t=166){let n;function r(...o){const i=()=>{e.apply(this,o)};clearTimeout(n),n=setTimeout(i,t)}return r.clear=()=>{clearTimeout(n)},r}function Q8(e,t){return()=>null}function nf(e,t){return u.isValidElement(e)&&t.indexOf(e.type.muiName)!==-1}function pn(e){return e&&e.ownerDocument||document}function io(e){return pn(e).defaultView||window}function J8(e,t){return()=>null}function Lf(e,t){typeof e=="function"?e(t):e&&(e.current=t)}const Z8=typeof window!="undefined"?u.useLayoutEffect:u.useEffect,hn=Z8;let pI=0;function eV(e){const[t,n]=u.useState(e),r=e||t;return u.useEffect(()=>{t==null&&(pI+=1,n(`mui-${pI}`))},[t]),r}const hI=Ma["useId"];function Pn(e){if(hI!==void 0){const t=hI();return e!=null?e:t}return eV(e)}function tV(e,t,n,r,o){return null}function Zi({controlled:e,default:t,name:n,state:r="value"}){const{current:o}=u.useRef(e!==void 0),[i,s]=u.useState(t),a=o?e:i,c=u.useCallback(d=>{o||s(d)},[]);return[a,c]}function cn(e){const t=u.useRef(e);return hn(()=>{t.current=e}),u.useCallback((...n)=>(0,t.current)(...n),[])}function jt(...e){return u.useMemo(()=>e.every(t=>t==null)?null:t=>{e.forEach(n=>{Lf(n,t)})},e)}let Xg=!0,Lb=!1,mI;const nV={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function rV(e){const{type:t,tagName:n}=e;return!!(n==="INPUT"&&nV[t]&&!e.readOnly||n==="TEXTAREA"&&!e.readOnly||e.isContentEditable)}function oV(e){e.metaKey||e.altKey||e.ctrlKey||(Xg=!0)}function t1(){Xg=!1}function iV(){this.visibilityState==="hidden"&&Lb&&(Xg=!0)}function sV(e){e.addEventListener("keydown",oV,!0),e.addEventListener("mousedown",t1,!0),e.addEventListener("pointerdown",t1,!0),e.addEventListener("touchstart",t1,!0),e.addEventListener("visibilitychange",iV,!0)}function lV(e){const{target:t}=e;try{return t.matches(":focus-visible")}catch(n){}return Xg||rV(t)}function Qg(){const e=u.useCallback(o=>{o!=null&&sV(o.ownerDocument)},[]),t=u.useRef(!1);function n(){return t.current?(Lb=!0,window.clearTimeout(mI),mI=window.setTimeout(()=>{Lb=!1},100),t.current=!1,!0):!1}function r(o){return lV(o)?(t.current=!0,!0):!1}return{isFocusVisibleRef:t,onFocus:r,onBlur:n,ref:e}}function JT(e){const t=e.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}let Ec;function ZT(){if(Ec)return Ec;const e=document.createElement("div"),t=document.createElement("div");return t.style.width="10px",t.style.height="1px",e.appendChild(t),e.dir="rtl",e.style.fontSize="14px",e.style.width="4px",e.style.height="1px",e.style.position="absolute",e.style.top="-1000px",e.style.overflow="scroll",document.body.appendChild(e),Ec="reverse",e.scrollLeft>0?Ec="default":(e.scrollLeft=1,e.scrollLeft===0&&(Ec="negative")),document.body.removeChild(e),Ec}function gI(e,t){const n=e.scrollLeft;if(t!=="rtl")return n;switch(ZT()){case"negative":return e.scrollWidth-e.clientWidth+n;case"reverse":return e.scrollWidth-e.clientWidth-n;default:return n}}const aV=e=>{const t=u.useRef({});return u.useEffect(()=>{t.current=e}),t.current},_C=aV;function $C(e,t){const n=P({},t);return Object.keys(e).forEach(r=>{if(r.toString().match(/^(components|slots)$/))n[r]=P({},e[r],n[r]);else if(r.toString().match(/^(componentsProps|slotProps)$/)){const o=e[r]||{},i=t[r];n[r]={},!i||!Object.keys(i)?n[r]=o:!o||!Object.keys(o)?n[r]=i:(n[r]=P({},i),Object.keys(o).forEach(s=>{n[r][s]=$C(o[s],i[s])}))}else n[r]===void 0&&(n[r]=e[r])}),n}function Ie(e,t,n){const r={};return Object.keys(e).forEach(o=>{r[o]=e[o].reduce((i,s)=>(s&&(i.push(t(s)),n&&n[s]&&i.push(n[s])),i),[]).join(" ")}),r}const vI=e=>e,cV=()=>{let e=vI;return{configure(t){e=t},generate(t){return e(t)},reset(){e=vI}}},uV=cV(),MC=uV,dV={active:"active",checked:"checked",completed:"completed",disabled:"disabled",readOnly:"readOnly",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",required:"required",selected:"selected"};function Xe(e,t,n="Mui"){const r=dV[t];return r?`${n}-${r}`:`${MC.generate(e)}-${t}`}function Ge(e,t,n="Mui"){const r={};return t.forEach(o=>{r[o]=Xe(e,o,n)}),r}function se(e,t){if(e==null)return{};var n={},r=Object.keys(e),o,i;for(i=0;i<r.length;i++)o=r[i],!(t.indexOf(o)>=0)&&(n[o]=e[o]);return n}function eO(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var fV=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,pV=eO(function(e){return fV.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91});function hV(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function mV(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var gV=function(){function e(n){var r=this;this._insertTag=function(o){var i;r.tags.length===0?r.insertionPoint?i=r.insertionPoint.nextSibling:r.prepend?i=r.container.firstChild:i=r.before:i=r.tags[r.tags.length-1].nextSibling,r.container.insertBefore(o,i),r.tags.push(o)},this.isSpeedy=n.speedy===void 0?!0:n.speedy,this.tags=[],this.ctr=0,this.nonce=n.nonce,this.key=n.key,this.container=n.container,this.prepend=n.prepend,this.insertionPoint=n.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(r){r.forEach(this._insertTag)},t.insert=function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(mV(this));var o=this.tags[this.tags.length-1];if(this.isSpeedy){var i=hV(o);try{i.insertRule(r,i.cssRules.length)}catch(s){}}else o.appendChild(document.createTextNode(r));this.ctr++},t.flush=function(){this.tags.forEach(function(r){return r.parentNode&&r.parentNode.removeChild(r)}),this.tags=[],this.ctr=0},e}(),Ir="-ms-",Jm="-moz-",qt="-webkit-",tO="comm",RC="rule",TC="decl",vV="@import",nO="@keyframes",yV=Math.abs,Jg=String.fromCharCode,bV=Object.assign;function wV(e,t){return vr(e,0)^45?(((t<<2^vr(e,0))<<2^vr(e,1))<<2^vr(e,2))<<2^vr(e,3):0}function rO(e){return e.trim()}function CV(e,t){return(e=t.exec(e))?e[0]:e}function Jt(e,t,n){return e.replace(t,n)}function Ab(e,t){return e.indexOf(t)}function vr(e,t){return e.charCodeAt(t)|0}function Af(e,t,n){return e.slice(t,n)}function Wi(e){return e.length}function OC(e){return e.length}function Fh(e,t){return t.push(e),e}function xV(e,t){return e.map(t).join("")}var Zg=1,vu=1,oO=0,so=0,Yn=0,Du="";function ev(e,t,n,r,o,i,s){return{value:e,root:t,parent:n,type:r,props:o,children:i,line:Zg,column:vu,length:s,return:""}}function Sd(e,t){return bV(ev("",null,null,"",null,null,0),e,{length:-e.length},t)}function SV(){return Yn}function EV(){return Yn=so>0?vr(Du,--so):0,vu--,Yn===10&&(vu=1,Zg--),Yn}function ko(){return Yn=so<oO?vr(Du,so++):0,vu++,Yn===10&&(vu=1,Zg++),Yn}function es(){return vr(Du,so)}function fm(){return so}function sp(e,t){return Af(Du,e,t)}function Ff(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function iO(e){return Zg=vu=1,oO=Wi(Du=e),so=0,[]}function sO(e){return Du="",e}function pm(e){return rO(sp(so-1,Fb(e===91?e+2:e===40?e+1:e)))}function PV(e){for(;(Yn=es())&&Yn<33;)ko();return Ff(e)>2||Ff(Yn)>3?"":" "}function kV(e,t){for(;--t&&ko()&&!(Yn<48||Yn>102||Yn>57&&Yn<65||Yn>70&&Yn<97););return sp(e,fm()+(t<6&&es()==32&&ko()==32))}function Fb(e){for(;ko();)switch(Yn){case e:return so;case 34:case 39:e!==34&&e!==39&&Fb(Yn);break;case 40:e===41&&Fb(e);break;case 92:ko();break}return so}function IV(e,t){for(;ko()&&e+Yn!==47+10;)if(e+Yn===42+42&&es()===47)break;return"/*"+sp(t,so-1)+"*"+Jg(e===47?e:ko())}function _V(e){for(;!Ff(es());)ko();return sp(e,so)}function $V(e){return sO(hm("",null,null,null,[""],e=iO(e),0,[0],e))}function hm(e,t,n,r,o,i,s,a,c){for(var d=0,p=0,h=s,m=0,v=0,b=0,g=1,x=1,C=1,E=0,w="",S=o,k=i,_=r,I=w;x;)switch(b=E,E=ko()){case 40:if(b!=108&&vr(I,h-1)==58){Ab(I+=Jt(pm(E),"&","&\f"),"&\f")!=-1&&(C=-1);break}case 34:case 39:case 91:I+=pm(E);break;case 9:case 10:case 13:case 32:I+=PV(b);break;case 92:I+=kV(fm()-1,7);continue;case 47:switch(es()){case 42:case 47:Fh(MV(IV(ko(),fm()),t,n),c);break;default:I+="/"}break;case 123*g:a[d++]=Wi(I)*C;case 125*g:case 59:case 0:switch(E){case 0:case 125:x=0;case 59+p:v>0&&Wi(I)-h&&Fh(v>32?bI(I+";",r,n,h-1):bI(Jt(I," ","")+";",r,n,h-2),c);break;case 59:I+=";";default:if(Fh(_=yI(I,t,n,d,p,o,a,w,S=[],k=[],h),i),E===123)if(p===0)hm(I,t,_,_,S,i,h,a,k);else switch(m===99&&vr(I,3)===110?100:m){case 100:case 109:case 115:hm(e,_,_,r&&Fh(yI(e,_,_,0,0,o,a,w,o,S=[],h),k),o,k,h,a,r?S:k);break;default:hm(I,_,_,_,[""],k,0,a,k)}}d=p=v=0,g=C=1,w=I="",h=s;break;case 58:h=1+Wi(I),v=b;default:if(g<1){if(E==123)--g;else if(E==125&&g++==0&&EV()==125)continue}switch(I+=Jg(E),E*g){case 38:C=p>0?1:(I+="\f",-1);break;case 44:a[d++]=(Wi(I)-1)*C,C=1;break;case 64:es()===45&&(I+=pm(ko())),m=es(),p=h=Wi(w=I+=_V(fm())),E++;break;case 45:b===45&&Wi(I)==2&&(g=0)}}return i}function yI(e,t,n,r,o,i,s,a,c,d,p){for(var h=o-1,m=o===0?i:[""],v=OC(m),b=0,g=0,x=0;b<r;++b)for(var C=0,E=Af(e,h+1,h=yV(g=s[b])),w=e;C<v;++C)(w=rO(g>0?m[C]+" "+E:Jt(E,/&\f/g,m[C])))&&(c[x++]=w);return ev(e,t,n,o===0?RC:a,c,d,p)}function MV(e,t,n){return ev(e,t,n,tO,Jg(SV()),Af(e,2,-2),0)}function bI(e,t,n,r){return ev(e,t,n,TC,Af(e,0,r),Af(e,r+1,-1),r)}function nu(e,t){for(var n="",r=OC(e),o=0;o<r;o++)n+=t(e[o],o,e,t)||"";return n}function RV(e,t,n,r){switch(e.type){case vV:case TC:return e.return=e.return||e.value;case tO:return"";case nO:return e.return=e.value+"{"+nu(e.children,r)+"}";case RC:e.value=e.props.join(",")}return Wi(n=nu(e.children,r))?e.return=e.value+"{"+n+"}":""}function TV(e){var t=OC(e);return function(n,r,o,i){for(var s="",a=0;a<t;a++)s+=e[a](n,r,o,i)||"";return s}}function OV(e){return function(t){t.root||(t=t.return)&&e(t)}}var LV=function(t,n,r){for(var o=0,i=0;o=i,i=es(),o===38&&i===12&&(n[r]=1),!Ff(i);)ko();return sp(t,so)},AV=function(t,n){var r=-1,o=44;do switch(Ff(o)){case 0:o===38&&es()===12&&(n[r]=1),t[r]+=LV(so-1,n,r);break;case 2:t[r]+=pm(o);break;case 4:if(o===44){t[++r]=es()===58?"&\f":"",n[r]=t[r].length;break}default:t[r]+=Jg(o)}while(o=ko());return t},FV=function(t,n){return sO(AV(iO(t),n))},wI=new WeakMap,NV=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var n=t.value,r=t.parent,o=t.column===r.column&&t.line===r.line;r.type!=="rule";)if(r=r.parent,!r)return;if(!(t.props.length===1&&n.charCodeAt(0)!==58&&!wI.get(r))&&!o){wI.set(t,!0);for(var i=[],s=FV(n,i),a=r.props,c=0,d=0;c<s.length;c++)for(var p=0;p<a.length;p++,d++)t.props[d]=i[c]?s[c].replace(/&\f/g,a[p]):a[p]+" "+s[c]}}},DV=function(t){if(t.type==="decl"){var n=t.value;n.charCodeAt(0)===108&&n.charCodeAt(2)===98&&(t.return="",t.value="")}};function lO(e,t){switch(wV(e,t)){case 5103:return qt+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return qt+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return qt+e+Jm+e+Ir+e+e;case 6828:case 4268:return qt+e+Ir+e+e;case 6165:return qt+e+Ir+"flex-"+e+e;case 5187:return qt+e+Jt(e,/(\w+).+(:[^]+)/,qt+"box-$1$2"+Ir+"flex-$1$2")+e;case 5443:return qt+e+Ir+"flex-item-"+Jt(e,/flex-|-self/,"")+e;case 4675:return qt+e+Ir+"flex-line-pack"+Jt(e,/align-content|flex-|-self/,"")+e;case 5548:return qt+e+Ir+Jt(e,"shrink","negative")+e;case 5292:return qt+e+Ir+Jt(e,"basis","preferred-size")+e;case 6060:return qt+"box-"+Jt(e,"-grow","")+qt+e+Ir+Jt(e,"grow","positive")+e;case 4554:return qt+Jt(e,/([^-])(transform)/g,"$1"+qt+"$2")+e;case 6187:return Jt(Jt(Jt(e,/(zoom-|grab)/,qt+"$1"),/(image-set)/,qt+"$1"),e,"")+e;case 5495:case 3959:return Jt(e,/(image-set\([^]*)/,qt+"$1$`$1");case 4968:return Jt(Jt(e,/(.+:)(flex-)?(.*)/,qt+"box-pack:$3"+Ir+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+qt+e+e;case 4095:case 3583:case 4068:case 2532:return Jt(e,/(.+)-inline(.+)/,qt+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(Wi(e)-1-t>6)switch(vr(e,t+1)){case 109:if(vr(e,t+4)!==45)break;case 102:return Jt(e,/(.+:)(.+)-([^]+)/,"$1"+qt+"$2-$3$1"+Jm+(vr(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Ab(e,"stretch")?lO(Jt(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(vr(e,t+1)!==115)break;case 6444:switch(vr(e,Wi(e)-3-(~Ab(e,"!important")&&10))){case 107:return Jt(e,":",":"+qt)+e;case 101:return Jt(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+qt+(vr(e,14)===45?"inline-":"")+"box$3$1"+qt+"$2$3$1"+Ir+"$2box$3")+e}break;case 5936:switch(vr(e,t+11)){case 114:return qt+e+Ir+Jt(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return qt+e+Ir+Jt(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return qt+e+Ir+Jt(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return qt+e+Ir+e+e}return e}var BV=function(t,n,r,o){if(t.length>-1&&!t.return)switch(t.type){case TC:t.return=lO(t.value,t.length);break;case nO:return nu([Sd(t,{value:Jt(t.value,"@","@"+qt)})],o);case RC:if(t.length)return xV(t.props,function(i){switch(CV(i,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return nu([Sd(t,{props:[Jt(i,/:(read-\w+)/,":"+Jm+"$1")]})],o);case"::placeholder":return nu([Sd(t,{props:[Jt(i,/:(plac\w+)/,":"+qt+"input-$1")]}),Sd(t,{props:[Jt(i,/:(plac\w+)/,":"+Jm+"$1")]}),Sd(t,{props:[Jt(i,/:(plac\w+)/,Ir+"input-$1")]})],o)}return""})}},zV=[BV],jV=function(t){var n=t.key;if(n==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(r,function(g){var x=g.getAttribute("data-emotion");x.indexOf(" ")!==-1&&(document.head.appendChild(g),g.setAttribute("data-s",""))})}var o=t.stylisPlugins||zV,i={},s,a=[];s=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+n+' "]'),function(g){for(var x=g.getAttribute("data-emotion").split(" "),C=1;C<x.length;C++)i[x[C]]=!0;a.push(g)});var c,d=[NV,DV];{var p,h=[RV,OV(function(g){p.insert(g)})],m=TV(d.concat(o,h)),v=function(x){return nu($V(x),m)};c=function(x,C,E,w){p=E,v(x?x+"{"+C.styles+"}":C.styles),w&&(b.inserted[C.name]=!0)}}var b={key:n,sheet:new gV({key:n,container:s,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:i,registered:{},insert:c};return b.sheet.hydrate(a),b},Nb={},HV={get exports(){return Nb},set exports(e){Nb=e}},on={};/** @license React v16.13.1
|
|
68
|
+
* react-is.production.min.js
|
|
69
|
+
*
|
|
70
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
71
|
+
*
|
|
72
|
+
* This source code is licensed under the MIT license found in the
|
|
73
|
+
* LICENSE file in the root directory of this source tree.
|
|
74
|
+
*/var pr=typeof Symbol=="function"&&Symbol.for,LC=pr?Symbol.for("react.element"):60103,AC=pr?Symbol.for("react.portal"):60106,tv=pr?Symbol.for("react.fragment"):60107,nv=pr?Symbol.for("react.strict_mode"):60108,rv=pr?Symbol.for("react.profiler"):60114,ov=pr?Symbol.for("react.provider"):60109,iv=pr?Symbol.for("react.context"):60110,FC=pr?Symbol.for("react.async_mode"):60111,sv=pr?Symbol.for("react.concurrent_mode"):60111,lv=pr?Symbol.for("react.forward_ref"):60112,av=pr?Symbol.for("react.suspense"):60113,VV=pr?Symbol.for("react.suspense_list"):60120,cv=pr?Symbol.for("react.memo"):60115,uv=pr?Symbol.for("react.lazy"):60116,UV=pr?Symbol.for("react.block"):60121,WV=pr?Symbol.for("react.fundamental"):60117,GV=pr?Symbol.for("react.responder"):60118,KV=pr?Symbol.for("react.scope"):60119;function Oo(e){if(typeof e=="object"&&e!==null){var t=e.$$typeof;switch(t){case LC:switch(e=e.type,e){case FC:case sv:case tv:case rv:case nv:case av:return e;default:switch(e=e&&e.$$typeof,e){case iv:case lv:case uv:case cv:case ov:return e;default:return t}}case AC:return t}}}function aO(e){return Oo(e)===sv}on.AsyncMode=FC;on.ConcurrentMode=sv;on.ContextConsumer=iv;on.ContextProvider=ov;on.Element=LC;on.ForwardRef=lv;on.Fragment=tv;on.Lazy=uv;on.Memo=cv;on.Portal=AC;on.Profiler=rv;on.StrictMode=nv;on.Suspense=av;on.isAsyncMode=function(e){return aO(e)||Oo(e)===FC};on.isConcurrentMode=aO;on.isContextConsumer=function(e){return Oo(e)===iv};on.isContextProvider=function(e){return Oo(e)===ov};on.isElement=function(e){return typeof e=="object"&&e!==null&&e.$$typeof===LC};on.isForwardRef=function(e){return Oo(e)===lv};on.isFragment=function(e){return Oo(e)===tv};on.isLazy=function(e){return Oo(e)===uv};on.isMemo=function(e){return Oo(e)===cv};on.isPortal=function(e){return Oo(e)===AC};on.isProfiler=function(e){return Oo(e)===rv};on.isStrictMode=function(e){return Oo(e)===nv};on.isSuspense=function(e){return Oo(e)===av};on.isValidElementType=function(e){return typeof e=="string"||typeof e=="function"||e===tv||e===sv||e===rv||e===nv||e===av||e===VV||typeof e=="object"&&e!==null&&(e.$$typeof===uv||e.$$typeof===cv||e.$$typeof===ov||e.$$typeof===iv||e.$$typeof===lv||e.$$typeof===WV||e.$$typeof===GV||e.$$typeof===KV||e.$$typeof===UV)};on.typeOf=Oo;(function(e){e.exports=on})(HV);var cO=Nb,qV={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},YV={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},uO={};uO[cO.ForwardRef]=qV;uO[cO.Memo]=YV;var XV=!0;function QV(e,t,n){var r="";return n.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):r+=o+" "}),r}var dO=function(t,n,r){var o=t.key+"-"+n.name;(r===!1||XV===!1)&&t.registered[o]===void 0&&(t.registered[o]=n.styles)},fO=function(t,n,r){dO(t,n,r);var o=t.key+"-"+n.name;if(t.inserted[n.name]===void 0){var i=n;do t.insert(n===i?"."+o:"",i,t.sheet,!0),i=i.next;while(i!==void 0)}};function JV(e){for(var t=0,n,r=0,o=e.length;o>=4;++r,o-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&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(o){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&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 ZV={animationIterationCount: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,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},e7=/[A-Z]|^ms/g,t7=/_EMO_([^_]+?)_([^]*?)_EMO_/g,pO=function(t){return t.charCodeAt(1)===45},CI=function(t){return t!=null&&typeof t!="boolean"},n1=eO(function(e){return pO(e)?e:e.replace(e7,"-$&").toLowerCase()}),xI=function(t,n){switch(t){case"animation":case"animationName":if(typeof n=="string")return n.replace(t7,function(r,o,i){return Gi={name:o,styles:i,next:Gi},o})}return ZV[t]!==1&&!pO(t)&&typeof n=="number"&&n!==0?n+"px":n};function Nf(e,t,n){if(n==null)return"";if(n.__emotion_styles!==void 0)return n;switch(typeof n){case"boolean":return"";case"object":{if(n.anim===1)return Gi={name:n.name,styles:n.styles,next:Gi},n.name;if(n.styles!==void 0){var r=n.next;if(r!==void 0)for(;r!==void 0;)Gi={name:r.name,styles:r.styles,next:Gi},r=r.next;var o=n.styles+";";return o}return n7(e,t,n)}case"function":{if(e!==void 0){var i=Gi,s=n(e);return Gi=i,Nf(e,t,s)}break}}if(t==null)return n;var a=t[n];return a!==void 0?a:n}function n7(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o<n.length;o++)r+=Nf(e,t,n[o])+";";else for(var i in n){var s=n[i];if(typeof s!="object")t!=null&&t[s]!==void 0?r+=i+"{"+t[s]+"}":CI(s)&&(r+=n1(i)+":"+xI(i,s)+";");else if(Array.isArray(s)&&typeof s[0]=="string"&&(t==null||t[s[0]]===void 0))for(var a=0;a<s.length;a++)CI(s[a])&&(r+=n1(i)+":"+xI(i,s[a])+";");else{var c=Nf(e,t,s);switch(i){case"animation":case"animationName":{r+=n1(i)+":"+c+";";break}default:r+=i+"{"+c+"}"}}}return r}var SI=/label:\s*([^\s;\n{]+)\s*(;|$)/g,Gi,NC=function(t,n,r){if(t.length===1&&typeof t[0]=="object"&&t[0]!==null&&t[0].styles!==void 0)return t[0];var o=!0,i="";Gi=void 0;var s=t[0];s==null||s.raw===void 0?(o=!1,i+=Nf(r,n,s)):i+=s[0];for(var a=1;a<t.length;a++)i+=Nf(r,n,t[a]),o&&(i+=s[a]);SI.lastIndex=0;for(var c="",d;(d=SI.exec(i))!==null;)c+="-"+d[1];var p=JV(i)+c;return{name:p,styles:i,next:Gi}},r7=function(t){return t()},hO=Ma["useInsertionEffect"]?Ma["useInsertionEffect"]:!1,o7=hO||r7,EI=hO||u.useLayoutEffect,mO=u.createContext(typeof HTMLElement!="undefined"?jV({key:"css"}):null);mO.Provider;var gO=function(t){return u.forwardRef(function(n,r){var o=u.useContext(mO);return t(n,o,r)})},DC=u.createContext({}),i7=gO(function(e,t){var n=e.styles,r=NC([n],void 0,u.useContext(DC)),o=u.useRef();return EI(function(){var i=t.key+"-global",s=new t.sheet.constructor({key:i,nonce:t.sheet.nonce,container:t.sheet.container,speedy:t.sheet.isSpeedy}),a=!1,c=document.querySelector('style[data-emotion="'+i+" "+r.name+'"]');return t.sheet.tags.length&&(s.before=t.sheet.tags[0]),c!==null&&(a=!0,c.setAttribute("data-emotion",i),s.hydrate([c])),o.current=[s,a],function(){s.flush()}},[t]),EI(function(){var i=o.current,s=i[0],a=i[1];if(a){i[1]=!1;return}if(r.next!==void 0&&fO(t,r.next,!0),s.tags.length){var c=s.tags[s.tags.length-1].nextElementSibling;s.before=c,s.flush()}t.insert("",r,s,!1)},[t,r.name]),null});function zl(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return NC(t)}var ls=function(){var t=zl.apply(void 0,arguments),n="animation-"+t.name;return{name:n,styles:"@keyframes "+n+"{"+t.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}},s7=pV,l7=function(t){return t!=="theme"},PI=function(t){return typeof t=="string"&&t.charCodeAt(0)>96?s7:l7},kI=function(t,n,r){var o;if(n){var i=n.shouldForwardProp;o=t.__emotion_forwardProp&&i?function(s){return t.__emotion_forwardProp(s)&&i(s)}:i}return typeof o!="function"&&r&&(o=t.__emotion_forwardProp),o},a7=function(t){var n=t.cache,r=t.serialized,o=t.isStringTag;return dO(n,r,o),o7(function(){return fO(n,r,o)}),null},c7=function e(t,n){var r=t.__emotion_real===t,o=r&&t.__emotion_base||t,i,s;n!==void 0&&(i=n.label,s=n.target);var a=kI(t,n,r),c=a||PI(o),d=!c("as");return function(){var p=arguments,h=r&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(i!==void 0&&h.push("label:"+i+";"),p[0]==null||p[0].raw===void 0)h.push.apply(h,p);else{h.push(p[0][0]);for(var m=p.length,v=1;v<m;v++)h.push(p[v],p[0][v])}var b=gO(function(g,x,C){var E=d&&g.as||o,w="",S=[],k=g;if(g.theme==null){k={};for(var _ in g)k[_]=g[_];k.theme=u.useContext(DC)}typeof g.className=="string"?w=QV(x.registered,S,g.className):g.className!=null&&(w=g.className+" ");var I=NC(h.concat(S),x.registered,k);w+=x.key+"-"+I.name,s!==void 0&&(w+=" "+s);var M=d&&a===void 0?PI(E):c,R={};for(var T in g)d&&T==="as"||M(T)&&(R[T]=g[T]);return R.className=w,R.ref=C,u.createElement(u.Fragment,null,u.createElement(a7,{cache:x,serialized:I,isStringTag:typeof E=="string"}),u.createElement(E,R))});return b.displayName=i!==void 0?i:"Styled("+(typeof o=="string"?o:o.displayName||o.name||"Component")+")",b.defaultProps=t.defaultProps,b.__emotion_real=b,b.__emotion_base=o,b.__emotion_styles=h,b.__emotion_forwardProp=a,Object.defineProperty(b,"toString",{value:function(){return"."+s}}),b.withComponent=function(g,x){return e(g,P({},n,x,{shouldForwardProp:kI(b,x,!0)})).apply(void 0,h)},b}};const u7=c7;var d7=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],Db=u7.bind();d7.forEach(function(e){Db[e]=Db(e)});const f7=Db;var Zm={},p7={get exports(){return Zm},set exports(e){Zm=e}},Ed={};/**
|
|
75
|
+
* @license React
|
|
76
|
+
* react-jsx-runtime.production.min.js
|
|
77
|
+
*
|
|
78
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
79
|
+
*
|
|
80
|
+
* This source code is licensed under the MIT license found in the
|
|
81
|
+
* LICENSE file in the root directory of this source tree.
|
|
82
|
+
*/var II;function h7(){if(II)return Ed;II=1;var e=u,t=Symbol.for("react.element"),n=Symbol.for("react.fragment"),r=Object.prototype.hasOwnProperty,o=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,i={key:!0,ref:!0,__self:!0,__source:!0};function s(a,c,d){var p,h={},m=null,v=null;d!==void 0&&(m=""+d),c.key!==void 0&&(m=""+c.key),c.ref!==void 0&&(v=c.ref);for(p in c)r.call(c,p)&&!i.hasOwnProperty(p)&&(h[p]=c[p]);if(a&&a.defaultProps)for(p in c=a.defaultProps,c)h[p]===void 0&&(h[p]=c[p]);return{$$typeof:t,type:a,key:m,ref:v,props:h,_owner:o.current}}return Ed.Fragment=n,Ed.jsx=s,Ed.jsxs=s,Ed}var _I;function ct(){return _I||(_I=1,function(e){e.exports=h7()}(p7)),Zm}var O=ct();function m7(e){return e==null||Object.keys(e).length===0}function g7(e){const{styles:t,defaultTheme:n={}}=e,r=typeof t=="function"?o=>t(m7(o)?n:o):t;return O.jsx(i7,{styles:r})}/**
|
|
83
|
+
* @mui/styled-engine v5.11.11
|
|
84
|
+
*
|
|
85
|
+
* @license MIT
|
|
86
|
+
* This source code is licensed under the MIT license found in the
|
|
87
|
+
* LICENSE file in the root directory of this source tree.
|
|
88
|
+
*/function vO(e,t){return f7(e,t)}const v7=(e,t)=>{Array.isArray(e.__emotion_styles)&&(e.__emotion_styles=t(e.__emotion_styles))};function rf(e,t){return t?Qo(e,t,{clone:!1}):e}const BC={xs:0,sm:600,md:900,lg:1200,xl:1536},$I={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${BC[e]}px)`};function ni(e,t,n){const r=e.theme||{};if(Array.isArray(t)){const i=r.breakpoints||$I;return t.reduce((s,a,c)=>(s[i.up(i.keys[c])]=n(t[c]),s),{})}if(typeof t=="object"){const i=r.breakpoints||$I;return Object.keys(t).reduce((s,a)=>{if(Object.keys(i.values||BC).indexOf(a)!==-1){const c=i.up(a);s[c]=n(t[a],a)}else{const c=a;s[c]=t[c]}return s},{})}return n(t)}function y7(e={}){var t;return((t=e.keys)==null?void 0:t.reduce((r,o)=>{const i=e.up(o);return r[i]={},r},{}))||{}}function b7(e,t){return e.reduce((n,r)=>{const o=n[r];return(!o||Object.keys(o).length===0)&&delete n[r],n},t)}function w7(e,t){if(typeof e!="object")return{};const n={},r=Object.keys(t);return Array.isArray(e)?r.forEach((o,i)=>{i<e.length&&(n[o]=!0)}):r.forEach(o=>{e[o]!=null&&(n[o]=!0)}),n}function dv({values:e,breakpoints:t,base:n}){const r=n||w7(e,t),o=Object.keys(r);if(o.length===0)return e;let i;return o.reduce((s,a,c)=>(Array.isArray(e)?(s[a]=e[c]!=null?e[c]:e[i],i=c):typeof e=="object"?(s[a]=e[a]!=null?e[a]:e[i],i=a):s[a]=e,s),{})}function yu(e,t,n=!0){if(!t||typeof t!="string")return null;if(e&&e.vars&&n){const r=`vars.${t}`.split(".").reduce((o,i)=>o&&o[i]?o[i]:null,e);if(r!=null)return r}return t.split(".").reduce((r,o)=>r&&r[o]!=null?r[o]:null,e)}function eg(e,t,n,r=n){let o;return typeof e=="function"?o=e(n):Array.isArray(e)?o=e[n]||r:o=yu(e,n)||r,t&&(o=t(o,r,e)),o}function Zt(e){const{prop:t,cssProperty:n=e.prop,themeKey:r,transform:o}=e,i=s=>{if(s[t]==null)return null;const a=s[t],c=s.theme,d=yu(c,r)||{};return ni(s,a,h=>{let m=eg(d,o,h);return h===m&&typeof h=="string"&&(m=eg(d,o,`${t}${h==="default"?"":fe(h)}`,h)),n===!1?m:{[n]:m}})};return i.propTypes={},i.filterProps=[t],i}function fv(...e){const t=e.reduce((r,o)=>(o.filterProps.forEach(i=>{r[i]=o}),r),{}),n=r=>Object.keys(r).reduce((o,i)=>t[i]?rf(o,t[i](r)):o,{});return n.propTypes={},n.filterProps=e.reduce((r,o)=>r.concat(o.filterProps),[]),n}function C7(e){const t={};return n=>(t[n]===void 0&&(t[n]=e(n)),t[n])}const x7={m:"margin",p:"padding"},S7={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},MI={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},E7=C7(e=>{if(e.length>2)if(MI[e])e=MI[e];else return[e];const[t,n]=e.split(""),r=x7[t],o=S7[n]||"";return Array.isArray(o)?o.map(i=>r+i):[r+o]}),zC=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],jC=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"];[...zC,...jC];function lp(e,t,n,r){var o;const i=(o=yu(e,t,!1))!=null?o:n;return typeof i=="number"?s=>typeof s=="string"?s:i*s:Array.isArray(i)?s=>typeof s=="string"?s:i[s]:typeof i=="function"?i:()=>{}}function yO(e){return lp(e,"spacing",8)}function ap(e,t){if(typeof t=="string"||t==null)return t;const n=Math.abs(t),r=e(n);return t>=0?r:typeof r=="number"?-r:`-${r}`}function P7(e,t){return n=>e.reduce((r,o)=>(r[o]=ap(t,n),r),{})}function k7(e,t,n,r){if(t.indexOf(n)===-1)return null;const o=E7(n),i=P7(o,r),s=e[n];return ni(e,s,i)}function bO(e,t){const n=yO(e.theme);return Object.keys(e).map(r=>k7(e,t,r,n)).reduce(rf,{})}function Dn(e){return bO(e,zC)}Dn.propTypes={};Dn.filterProps=zC;function Bn(e){return bO(e,jC)}Bn.propTypes={};Bn.filterProps=jC;function Yi(e){return typeof e!="number"?e:`${e}px solid`}const I7=Zt({prop:"border",themeKey:"borders",transform:Yi}),_7=Zt({prop:"borderTop",themeKey:"borders",transform:Yi}),$7=Zt({prop:"borderRight",themeKey:"borders",transform:Yi}),M7=Zt({prop:"borderBottom",themeKey:"borders",transform:Yi}),R7=Zt({prop:"borderLeft",themeKey:"borders",transform:Yi}),T7=Zt({prop:"borderColor",themeKey:"palette"}),O7=Zt({prop:"borderTopColor",themeKey:"palette"}),L7=Zt({prop:"borderRightColor",themeKey:"palette"}),A7=Zt({prop:"borderBottomColor",themeKey:"palette"}),F7=Zt({prop:"borderLeftColor",themeKey:"palette"}),pv=e=>{if(e.borderRadius!==void 0&&e.borderRadius!==null){const t=lp(e.theme,"shape.borderRadius",4),n=r=>({borderRadius:ap(t,r)});return ni(e,e.borderRadius,n)}return null};pv.propTypes={};pv.filterProps=["borderRadius"];fv(I7,_7,$7,M7,R7,T7,O7,L7,A7,F7,pv);const hv=e=>{if(e.gap!==void 0&&e.gap!==null){const t=lp(e.theme,"spacing",8),n=r=>({gap:ap(t,r)});return ni(e,e.gap,n)}return null};hv.propTypes={};hv.filterProps=["gap"];const mv=e=>{if(e.columnGap!==void 0&&e.columnGap!==null){const t=lp(e.theme,"spacing",8),n=r=>({columnGap:ap(t,r)});return ni(e,e.columnGap,n)}return null};mv.propTypes={};mv.filterProps=["columnGap"];const gv=e=>{if(e.rowGap!==void 0&&e.rowGap!==null){const t=lp(e.theme,"spacing",8),n=r=>({rowGap:ap(t,r)});return ni(e,e.rowGap,n)}return null};gv.propTypes={};gv.filterProps=["rowGap"];const N7=Zt({prop:"gridColumn"}),D7=Zt({prop:"gridRow"}),B7=Zt({prop:"gridAutoFlow"}),z7=Zt({prop:"gridAutoColumns"}),j7=Zt({prop:"gridAutoRows"}),H7=Zt({prop:"gridTemplateColumns"}),V7=Zt({prop:"gridTemplateRows"}),U7=Zt({prop:"gridTemplateAreas"}),W7=Zt({prop:"gridArea"});fv(hv,mv,gv,N7,D7,B7,z7,j7,H7,V7,U7,W7);function ru(e,t){return t==="grey"?t:e}const G7=Zt({prop:"color",themeKey:"palette",transform:ru}),K7=Zt({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:ru}),q7=Zt({prop:"backgroundColor",themeKey:"palette",transform:ru});fv(G7,K7,q7);function xo(e){return e<=1&&e!==0?`${e*100}%`:e}const Y7=Zt({prop:"width",transform:xo}),HC=e=>{if(e.maxWidth!==void 0&&e.maxWidth!==null){const t=n=>{var r,o,i;return{maxWidth:((r=e.theme)==null||(o=r.breakpoints)==null||(i=o.values)==null?void 0:i[n])||BC[n]||xo(n)}};return ni(e,e.maxWidth,t)}return null};HC.filterProps=["maxWidth"];const X7=Zt({prop:"minWidth",transform:xo}),Q7=Zt({prop:"height",transform:xo}),J7=Zt({prop:"maxHeight",transform:xo}),Z7=Zt({prop:"minHeight",transform:xo});Zt({prop:"size",cssProperty:"width",transform:xo});Zt({prop:"size",cssProperty:"height",transform:xo});const eU=Zt({prop:"boxSizing"});fv(Y7,HC,X7,Q7,J7,Z7,eU);const tU={border:{themeKey:"borders",transform:Yi},borderTop:{themeKey:"borders",transform:Yi},borderRight:{themeKey:"borders",transform:Yi},borderBottom:{themeKey:"borders",transform:Yi},borderLeft:{themeKey:"borders",transform:Yi},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:pv},color:{themeKey:"palette",transform:ru},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:ru},backgroundColor:{themeKey:"palette",transform:ru},p:{style:Bn},pt:{style:Bn},pr:{style:Bn},pb:{style:Bn},pl:{style:Bn},px:{style:Bn},py:{style:Bn},padding:{style:Bn},paddingTop:{style:Bn},paddingRight:{style:Bn},paddingBottom:{style:Bn},paddingLeft:{style:Bn},paddingX:{style:Bn},paddingY:{style:Bn},paddingInline:{style:Bn},paddingInlineStart:{style:Bn},paddingInlineEnd:{style:Bn},paddingBlock:{style:Bn},paddingBlockStart:{style:Bn},paddingBlockEnd:{style:Bn},m:{style:Dn},mt:{style:Dn},mr:{style:Dn},mb:{style:Dn},ml:{style:Dn},mx:{style:Dn},my:{style:Dn},margin:{style:Dn},marginTop:{style:Dn},marginRight:{style:Dn},marginBottom:{style:Dn},marginLeft:{style:Dn},marginX:{style:Dn},marginY:{style:Dn},marginInline:{style:Dn},marginInlineStart:{style:Dn},marginInlineEnd:{style:Dn},marginBlock:{style:Dn},marginBlockStart:{style:Dn},marginBlockEnd:{style:Dn},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:hv},rowGap:{style:gv},columnGap:{style:mv},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:xo},maxWidth:{style:HC},minWidth:{transform:xo},height:{transform:xo},maxHeight:{transform:xo},minHeight:{transform:xo},boxSizing:{},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}},vv=tU;function nU(...e){const t=e.reduce((r,o)=>r.concat(Object.keys(o)),[]),n=new Set(t);return e.every(r=>n.size===Object.keys(r).length)}function rU(e,t){return typeof e=="function"?e(t):e}function oU(){function e(n,r,o,i){const s={[n]:r,theme:o},a=i[n];if(!a)return{[n]:r};const{cssProperty:c=n,themeKey:d,transform:p,style:h}=a;if(r==null)return null;const m=yu(o,d)||{};return h?h(s):ni(s,r,b=>{let g=eg(m,p,b);return b===g&&typeof b=="string"&&(g=eg(m,p,`${n}${b==="default"?"":fe(b)}`,b)),c===!1?g:{[c]:g}})}function t(n){var r;const{sx:o,theme:i={}}=n||{};if(!o)return null;const s=(r=i.unstable_sxConfig)!=null?r:vv;function a(c){let d=c;if(typeof c=="function")d=c(i);else if(typeof c!="object")return c;if(!d)return null;const p=y7(i.breakpoints),h=Object.keys(p);let m=p;return Object.keys(d).forEach(v=>{const b=rU(d[v],i);if(b!=null)if(typeof b=="object")if(s[v])m=rf(m,e(v,b,i,s));else{const g=ni({theme:i},b,x=>({[v]:x}));nU(g,b)?m[v]=t({sx:b,theme:i}):m=rf(m,g)}else m=rf(m,e(v,b,i,s))}),b7(h,m)}return Array.isArray(o)?o.map(a):a(o)}return t}const wO=oU();wO.filterProps=["sx"];const yv=wO,iU=["sx"],sU=e=>{var t,n;const r={systemProps:{},otherProps:{}},o=(t=e==null||(n=e.theme)==null?void 0:n.unstable_sxConfig)!=null?t:vv;return Object.keys(e).forEach(i=>{o[i]?r.systemProps[i]=e[i]:r.otherProps[i]=e[i]}),r};function VC(e){const{sx:t}=e,n=se(e,iU),{systemProps:r,otherProps:o}=sU(n);let i;return Array.isArray(t)?i=[r,...t]:typeof t=="function"?i=(...s)=>{const a=t(...s);return ha(a)?P({},r,a):r}:i=P({},r,t),P({},o,{sx:i})}function CO(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=CO(e[t]))&&(r&&(r+=" "),r+=n);else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}function me(){for(var e,t,n=0,r="";n<arguments.length;)(e=arguments[n++])&&(t=CO(e))&&(r&&(r+=" "),r+=t);return r}const lU=["values","unit","step"],aU=e=>{const t=Object.keys(e).map(n=>({key:n,val:e[n]}))||[];return t.sort((n,r)=>n.val-r.val),t.reduce((n,r)=>P({},n,{[r.key]:r.val}),{})};function cU(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:n="px",step:r=5}=e,o=se(e,lU),i=aU(t),s=Object.keys(i);function a(m){return`@media (min-width:${typeof t[m]=="number"?t[m]:m}${n})`}function c(m){return`@media (max-width:${(typeof t[m]=="number"?t[m]:m)-r/100}${n})`}function d(m,v){const b=s.indexOf(v);return`@media (min-width:${typeof t[m]=="number"?t[m]:m}${n}) and (max-width:${(b!==-1&&typeof t[s[b]]=="number"?t[s[b]]:v)-r/100}${n})`}function p(m){return s.indexOf(m)+1<s.length?d(m,s[s.indexOf(m)+1]):a(m)}function h(m){const v=s.indexOf(m);return v===0?a(s[1]):v===s.length-1?c(s[v]):d(m,s[s.indexOf(m)+1]).replace("@media","@media not all and")}return P({keys:s,values:i,up:a,down:c,between:d,only:p,not:h,unit:n},o)}const uU={borderRadius:4},dU=uU;function fU(e=8){if(e.mui)return e;const t=yO({spacing:e}),n=(...r)=>(r.length===0?[1]:r).map(i=>{const s=t(i);return typeof s=="number"?`${s}px`:s}).join(" ");return n.mui=!0,n}const pU=["breakpoints","palette","spacing","shape"];function UC(e={},...t){const{breakpoints:n={},palette:r={},spacing:o,shape:i={}}=e,s=se(e,pU),a=cU(n),c=fU(o);let d=Qo({breakpoints:a,direction:"ltr",components:{},palette:P({mode:"light"},r),spacing:c,shape:P({},dU,i)},s);return d=t.reduce((p,h)=>Qo(p,h),d),d.unstable_sxConfig=P({},vv,s==null?void 0:s.unstable_sxConfig),d.unstable_sx=function(h){return yv({sx:h,theme:this})},d}const hU=u.createContext(null),xO=hU;function SO(){return u.useContext(xO)}const mU=typeof Symbol=="function"&&Symbol.for,gU=mU?Symbol.for("mui.nested"):"__THEME_NESTED__";function vU(e,t){return typeof t=="function"?t(e):P({},e,t)}function yU(e){const{children:t,theme:n}=e,r=SO(),o=u.useMemo(()=>{const i=r===null?n:vU(r,n);return i!=null&&(i[gU]=r!==null),i},[n,r]);return O.jsx(xO.Provider,{value:o,children:t})}function bU(e){return Object.keys(e).length===0}function WC(e=null){const t=SO();return!t||bU(t)?e:t}const wU=UC();function bv(e=wU){return WC(e)}const CU=["className","component"];function xU(e={}){const{defaultTheme:t,defaultClassName:n="MuiBox-root",generateClassName:r}=e,o=vO("div",{shouldForwardProp:s=>s!=="theme"&&s!=="sx"&&s!=="as"})(yv);return u.forwardRef(function(a,c){const d=bv(t),p=VC(a),{className:h,component:m="div"}=p,v=se(p,CU);return O.jsx(o,P({as:m,ref:c,className:me(h,r?r(n):n),theme:d},v))})}const SU=["variant"];function RI(e){return e.length===0}function EO(e){const{variant:t}=e,n=se(e,SU);let r=t||"";return Object.keys(n).sort().forEach(o=>{o==="color"?r+=RI(r)?e[o]:fe(e[o]):r+=`${RI(r)?o:fe(o)}${fe(e[o].toString())}`}),r}const EU=["name","slot","skipVariantsResolver","skipSx","overridesResolver"],PU=["theme"],kU=["theme"];function Pd(e){return Object.keys(e).length===0}function IU(e){return typeof e=="string"&&e.charCodeAt(0)>96}const _U=(e,t)=>t.components&&t.components[e]&&t.components[e].styleOverrides?t.components[e].styleOverrides:null,$U=(e,t)=>{let n=[];t&&t.components&&t.components[e]&&t.components[e].variants&&(n=t.components[e].variants);const r={};return n.forEach(o=>{const i=EO(o.props);r[i]=o.style}),r},MU=(e,t,n,r)=>{var o,i;const{ownerState:s={}}=e,a=[],c=n==null||(o=n.components)==null||(i=o[r])==null?void 0:i.variants;return c&&c.forEach(d=>{let p=!0;Object.keys(d.props).forEach(h=>{s[h]!==d.props[h]&&e[h]!==d.props[h]&&(p=!1)}),p&&a.push(t[EO(d.props)])}),a};function of(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const RU=UC();function TU(e={}){const{defaultTheme:t=RU,rootShouldForwardProp:n=of,slotShouldForwardProp:r=of}=e,o=i=>{const s=Pd(i.theme)?t:i.theme;return yv(P({},i,{theme:s}))};return o.__mui_systemSx=!0,(i,s={})=>{v7(i,w=>w.filter(S=>!(S!=null&&S.__mui_systemSx)));const{name:a,slot:c,skipVariantsResolver:d,skipSx:p,overridesResolver:h}=s,m=se(s,EU),v=d!==void 0?d:c&&c!=="Root"||!1,b=p||!1;let g,x=of;c==="Root"?x=n:c?x=r:IU(i)&&(x=void 0);const C=vO(i,P({shouldForwardProp:x,label:g},m)),E=(w,...S)=>{const k=S?S.map(R=>typeof R=="function"&&R.__emotion_real!==R?T=>{let{theme:L}=T,H=se(T,PU);return R(P({theme:Pd(L)?t:L},H))}:R):[];let _=w;a&&h&&k.push(R=>{const T=Pd(R.theme)?t:R.theme,L=_U(a,T);if(L){const H={};return Object.entries(L).forEach(([j,A])=>{H[j]=typeof A=="function"?A(P({},R,{theme:T})):A}),h(R,H)}return null}),a&&!v&&k.push(R=>{const T=Pd(R.theme)?t:R.theme;return MU(R,$U(a,T),T,a)}),b||k.push(o);const I=k.length-S.length;if(Array.isArray(w)&&I>0){const R=new Array(I).fill("");_=[...w,...R],_.raw=[...w.raw,...R]}else typeof w=="function"&&w.__emotion_real!==w&&(_=R=>{let{theme:T}=R,L=se(R,kU);return w(P({theme:Pd(T)?t:T},L))});return C(_,...k)};return C.withConfig&&(E.withConfig=C.withConfig),E}}function PO(e){const{theme:t,name:n,props:r}=e;return!t||!t.components||!t.components[n]||!t.components[n].defaultProps?r:$C(t.components[n].defaultProps,r)}function OU({props:e,name:t,defaultTheme:n}){const r=bv(n);return PO({theme:r,name:t,props:e})}function GC(e,t=0,n=1){return Math.min(Math.max(t,e),n)}function LU(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(r=>r+r)),n?`rgb${n.length===4?"a":""}(${n.map((r,o)=>o<3?parseInt(r,16):Math.round(parseInt(r,16)/255*1e3)/1e3).join(", ")})`:""}function Fa(e){if(e.type)return e;if(e.charAt(0)==="#")return Fa(LU(e));const t=e.indexOf("("),n=e.substring(0,t);if(["rgb","rgba","hsl","hsla","color"].indexOf(n)===-1)throw new Error(Bl(9,e));let r=e.substring(t+1,e.length-1),o;if(n==="color"){if(r=r.split(" "),o=r.shift(),r.length===4&&r[3].charAt(0)==="/"&&(r[3]=r[3].slice(1)),["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].indexOf(o)===-1)throw new Error(Bl(10,o))}else r=r.split(",");return r=r.map(i=>parseFloat(i)),{type:n,values:r,colorSpace:o}}function wv(e){const{type:t,colorSpace:n}=e;let{values:r}=e;return t.indexOf("rgb")!==-1?r=r.map((o,i)=>i<3?parseInt(o,10):o):t.indexOf("hsl")!==-1&&(r[1]=`${r[1]}%`,r[2]=`${r[2]}%`),t.indexOf("color")!==-1?r=`${n} ${r.join(" ")}`:r=`${r.join(", ")}`,`${t}(${r})`}function AU(e){e=Fa(e);const{values:t}=e,n=t[0],r=t[1]/100,o=t[2]/100,i=r*Math.min(o,1-o),s=(d,p=(d+n/30)%12)=>o-i*Math.max(Math.min(p-3,9-p,1),-1);let a="rgb";const c=[Math.round(s(0)*255),Math.round(s(8)*255),Math.round(s(4)*255)];return e.type==="hsla"&&(a+="a",c.push(t[3])),wv({type:a,values:c})}function TI(e){e=Fa(e);let t=e.type==="hsl"||e.type==="hsla"?Fa(AU(e)).values:e.values;return t=t.map(n=>(e.type!=="color"&&(n/=255),n<=.03928?n/12.92:bs((n+.055)/1.055,2.4))),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function FU(e,t){const n=TI(e),r=TI(t);return(Math.max(n,r)+.05)/(Math.min(n,r)+.05)}function nt(e,t){return e=Fa(e),t=GC(t),(e.type==="rgb"||e.type==="hsl")&&(e.type+="a"),e.type==="color"?e.values[3]=`/${t}`:e.values[3]=t,wv(e)}function Ds(e,t){if(e=Fa(e),t=GC(t),e.type.indexOf("hsl")!==-1)e.values[2]*=1-t;else if(e.type.indexOf("rgb")!==-1||e.type.indexOf("color")!==-1)for(let n=0;n<3;n+=1)e.values[n]*=1-t;return wv(e)}function Bs(e,t){if(e=Fa(e),t=GC(t),e.type.indexOf("hsl")!==-1)e.values[2]+=(100-e.values[2])*t;else if(e.type.indexOf("rgb")!==-1)for(let n=0;n<3;n+=1)e.values[n]+=(255-e.values[n])*t;else if(e.type.indexOf("color")!==-1)for(let n=0;n<3;n+=1)e.values[n]+=(1-e.values[n])*t;return wv(e)}const NU={};function DU(e){const t=bv();return O.jsx(DC.Provider,{value:typeof t=="object"?t:NU,children:e.children})}function BU(e){const{children:t,theme:n}=e;return O.jsx(yU,{theme:n,children:O.jsx(DU,{children:t})})}function zU(e,t){return P({toolbar:{minHeight:56,[e.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[e.up("sm")]:{minHeight:64}}},t)}const jU=["mode","contrastThreshold","tonalOffset"],OI={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:Of.white,default:Of.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}},r1={text:{primary:Of.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:Of.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}};function LI(e,t,n,r){const o=r.light||r,i=r.dark||r*1.5;e[t]||(e.hasOwnProperty(n)?e[t]=e[n]:t==="light"?e.light=Bs(e.main,o):t==="dark"&&(e.dark=Ds(e.main,i)))}function HU(e="light"){return e==="dark"?{main:Cc[200],light:Cc[50],dark:Cc[400]}:{main:Cc[700],light:Cc[400],dark:Cc[800]}}function VU(e="light"){return e==="dark"?{main:wc[200],light:wc[50],dark:wc[400]}:{main:wc[500],light:wc[300],dark:wc[700]}}function UU(e="light"){return e==="dark"?{main:bc[500],light:bc[300],dark:bc[700]}:{main:bc[700],light:bc[400],dark:bc[800]}}function WU(e="light"){return e==="dark"?{main:xc[400],light:xc[300],dark:xc[700]}:{main:xc[700],light:xc[500],dark:xc[900]}}function GU(e="light"){return e==="dark"?{main:Sc[400],light:Sc[300],dark:Sc[700]}:{main:Sc[800],light:Sc[500],dark:Sc[900]}}function KU(e="light"){return e==="dark"?{main:xd[400],light:xd[300],dark:xd[700]}:{main:"#ed6c02",light:xd[500],dark:xd[900]}}function qU(e){const{mode:t="light",contrastThreshold:n=3,tonalOffset:r=.2}=e,o=se(e,jU),i=e.primary||HU(t),s=e.secondary||VU(t),a=e.error||UU(t),c=e.info||WU(t),d=e.success||GU(t),p=e.warning||KU(t);function h(g){return FU(g,r1.text.primary)>=n?r1.text.primary:OI.text.primary}const m=({color:g,name:x,mainShade:C=500,lightShade:E=300,darkShade:w=700})=>{if(g=P({},g),!g.main&&g[C]&&(g.main=g[C]),!g.hasOwnProperty("main"))throw new Error(Bl(11,x?` (${x})`:"",C));if(typeof g.main!="string")throw new Error(Bl(12,x?` (${x})`:"",JSON.stringify(g.main)));return LI(g,"light",E,r),LI(g,"dark",w,r),g.contrastText||(g.contrastText=h(g.main)),g},v={dark:r1,light:OI};return Qo(P({common:P({},Of),mode:t,primary:m({color:i,name:"primary"}),secondary:m({color:s,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:m({color:a,name:"error"}),warning:m({color:p,name:"warning"}),info:m({color:c,name:"info"}),success:m({color:d,name:"success"}),grey:H8,contrastThreshold:n,getContrastText:h,augmentColor:m,tonalOffset:r},v[t]),o)}const YU=["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"];function XU(e){return Math.round(e*1e5)/1e5}const AI={textTransform:"uppercase"},FI='"Roboto", "Helvetica", "Arial", sans-serif';function QU(e,t){const n=typeof t=="function"?t(e):t,{fontFamily:r=FI,fontSize:o=14,fontWeightLight:i=300,fontWeightRegular:s=400,fontWeightMedium:a=500,fontWeightBold:c=700,htmlFontSize:d=16,allVariants:p,pxToRem:h}=n,m=se(n,YU),v=o/14,b=h||(C=>`${C/d*v}rem`),g=(C,E,w,S,k)=>P({fontFamily:r,fontWeight:C,fontSize:b(E),lineHeight:w},r===FI?{letterSpacing:`${XU(S/E)}em`}:{},k,p),x={h1:g(i,96,1.167,-1.5),h2:g(i,60,1.2,-.5),h3:g(s,48,1.167,0),h4:g(s,34,1.235,.25),h5:g(s,24,1.334,0),h6:g(a,20,1.6,.15),subtitle1:g(s,16,1.75,.15),subtitle2:g(a,14,1.57,.1),body1:g(s,16,1.5,.15),body2:g(s,14,1.43,.15),button:g(a,14,1.75,.4,AI),caption:g(s,12,1.66,.4),overline:g(s,12,2.66,1,AI)};return Qo(P({htmlFontSize:d,pxToRem:b,fontFamily:r,fontSize:o,fontWeightLight:i,fontWeightRegular:s,fontWeightMedium:a,fontWeightBold:c},x),m,{clone:!1})}const JU=.2,ZU=.14,eW=.12;function xn(...e){return[`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${JU})`,`${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${ZU})`,`${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${eW})`].join(",")}const tW=["none",xn(0,2,1,-1,0,1,1,0,0,1,3,0),xn(0,3,1,-2,0,2,2,0,0,1,5,0),xn(0,3,3,-2,0,3,4,0,0,1,8,0),xn(0,2,4,-1,0,4,5,0,0,1,10,0),xn(0,3,5,-1,0,5,8,0,0,1,14,0),xn(0,3,5,-1,0,6,10,0,0,1,18,0),xn(0,4,5,-2,0,7,10,1,0,2,16,1),xn(0,5,5,-3,0,8,10,1,0,3,14,2),xn(0,5,6,-3,0,9,12,1,0,3,16,2),xn(0,6,6,-3,0,10,14,1,0,4,18,3),xn(0,6,7,-4,0,11,15,1,0,4,20,3),xn(0,7,8,-4,0,12,17,2,0,5,22,4),xn(0,7,8,-4,0,13,19,2,0,5,24,4),xn(0,7,9,-4,0,14,21,2,0,5,26,4),xn(0,8,9,-5,0,15,22,2,0,6,28,5),xn(0,8,10,-5,0,16,24,2,0,6,30,5),xn(0,8,11,-5,0,17,26,2,0,6,32,5),xn(0,9,11,-5,0,18,28,2,0,7,34,6),xn(0,9,12,-6,0,19,29,2,0,7,36,6),xn(0,10,13,-6,0,20,31,3,0,8,38,7),xn(0,10,13,-6,0,21,33,3,0,8,40,7),xn(0,10,14,-6,0,22,35,3,0,8,42,7),xn(0,11,14,-7,0,23,36,3,0,9,44,8),xn(0,11,15,-7,0,24,38,3,0,9,46,8)],nW=tW,rW=["duration","easing","delay"],oW={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)"},kO={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function NI(e){return`${Math.round(e)}ms`}function iW(e){if(!e)return 0;const t=e/36;return Math.round((4+15*bs(t,.25)+t/5)*10)}function sW(e){const t=P({},oW,e.easing),n=P({},kO,e.duration);return P({getAutoHeightDuration:iW,create:(o=["all"],i={})=>{const{duration:s=n.standard,easing:a=t.easeInOut,delay:c=0}=i;return se(i,rW),(Array.isArray(o)?o:[o]).map(d=>`${d} ${typeof s=="string"?s:NI(s)} ${a} ${typeof c=="string"?c:NI(c)}`).join(",")}},e,{easing:t,duration:n})}const lW={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500},aW=lW,cW=["breakpoints","mixins","spacing","palette","transitions","typography","shape"];function KC(e={},...t){const{mixins:n={},palette:r={},transitions:o={},typography:i={}}=e,s=se(e,cW);if(e.vars)throw new Error(Bl(18));const a=qU(r),c=UC(e);let d=Qo(c,{mixins:zU(c.breakpoints,n),palette:a,shadows:nW.slice(),typography:QU(a,i),transitions:sW(o),zIndex:P({},aW)});return d=Qo(d,s),d=t.reduce((p,h)=>Qo(p,h),d),d.unstable_sxConfig=P({},vv,s==null?void 0:s.unstable_sxConfig),d.unstable_sx=function(h){return yv({sx:h,theme:this})},d}function uW(e){return String(e).match(/[\d.\-+]*\s*(.*)/)[1]||""}function dW(e){return parseFloat(e)}const fW=KC(),Cv=fW;function lo(){return bv(Cv)}function Ze({props:e,name:t}){return OU({props:e,name:t,defaultTheme:Cv})}const Lo=e=>of(e)&&e!=="classes",pW=of,hW=TU({defaultTheme:Cv,rootShouldForwardProp:Lo}),ie=hW,mW=e=>{let t;return e<1?t=5.11916*bs(e,2):t=4.5*Math.log(e+1)+2,(t/100).toFixed(2)},DI=mW;function Na(e){return typeof e=="string"}function zd(e,t,n){return e===void 0||Na(e)?t:P({},t,{ownerState:P({},t.ownerState,n)})}function gW(e,t=[]){if(e===void 0)return{};const n={};return Object.keys(e).filter(r=>r.match(/^on[A-Z]/)&&typeof e[r]=="function"&&!t.includes(r)).forEach(r=>{n[r]=e[r]}),n}function Bb(e,t){return typeof e=="function"?e(t):e}function BI(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 vW(e){const{getSlotProps:t,additionalProps:n,externalSlotProps:r,externalForwardedProps:o,className:i}=e;if(!t){const v=me(o==null?void 0:o.className,r==null?void 0:r.className,i,n==null?void 0:n.className),b=P({},n==null?void 0:n.style,o==null?void 0:o.style,r==null?void 0:r.style),g=P({},n,o,r);return v.length>0&&(g.className=v),Object.keys(b).length>0&&(g.style=b),{props:g,internalRef:void 0}}const s=gW(P({},o,r)),a=BI(r),c=BI(o),d=t(s),p=me(d==null?void 0:d.className,n==null?void 0:n.className,i,o==null?void 0:o.className,r==null?void 0:r.className),h=P({},d==null?void 0:d.style,n==null?void 0:n.style,o==null?void 0:o.style,r==null?void 0:r.style),m=P({},d,n,c,a);return p.length>0&&(m.className=p),Object.keys(h).length>0&&(m.style=h),{props:m,internalRef:d.ref}}const yW=["elementType","externalSlotProps","ownerState"];function Df(e){var t;const{elementType:n,externalSlotProps:r,ownerState:o}=e,i=se(e,yW),s=Bb(r,o),{props:a,internalRef:c}=vW(P({},i,{externalSlotProps:s})),d=jt(c,s==null?void 0:s.ref,(t=e.additionalProps)==null?void 0:t.ref);return zd(n,P({},a,{ref:d}),o)}function bW(e){const{badgeContent:t,invisible:n=!1,max:r=99,showZero:o=!1}=e,i=_C({badgeContent:t,max:r});let s=n;n===!1&&t===0&&!o&&(s=!0);const{badgeContent:a,max:c=r}=s?i:e,d=a&&Number(a)>c?`${c}+`:a;return{badgeContent:a,invisible:s,max:c,displayValue:d}}function zI(e){return e.substring(2).toLowerCase()}function wW(e,t){return t.documentElement.clientWidth<e.clientX||t.documentElement.clientHeight<e.clientY}function IO(e){const{children:t,disableReactTree:n=!1,mouseEvent:r="onClick",onClickAway:o,touchEvent:i="onTouchEnd"}=e,s=u.useRef(!1),a=u.useRef(null),c=u.useRef(!1),d=u.useRef(!1);u.useEffect(()=>(setTimeout(()=>{c.current=!0},0),()=>{c.current=!1}),[]);const p=jt(t.ref,a),h=cn(b=>{const g=d.current;d.current=!1;const x=pn(a.current);if(!c.current||!a.current||"clientX"in b&&wW(b,x))return;if(s.current){s.current=!1;return}let C;b.composedPath?C=b.composedPath().indexOf(a.current)>-1:C=!x.documentElement.contains(b.target)||a.current.contains(b.target),!C&&(n||!g)&&o(b)}),m=b=>g=>{d.current=!0;const x=t.props[b];x&&x(g)},v={ref:p};return i!==!1&&(v[i]=m(i)),u.useEffect(()=>{if(i!==!1){const b=zI(i),g=pn(a.current),x=()=>{s.current=!0};return g.addEventListener(b,h),g.addEventListener("touchmove",x),()=>{g.removeEventListener(b,h),g.removeEventListener("touchmove",x)}}},[h,i]),r!==!1&&(v[r]=m(r)),u.useEffect(()=>{if(r!==!1){const b=zI(r),g=pn(a.current);return g.addEventListener(b,h),()=>{g.removeEventListener(b,h)}}},[h,r]),O.jsx(u.Fragment,{children:u.cloneElement(t,v)})}const CW=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])'].join(",");function xW(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 SW(e){if(e.tagName!=="INPUT"||e.type!=="radio"||!e.name)return!1;const t=r=>e.ownerDocument.querySelector(`input[type="radio"]${r}`);let n=t(`[name="${e.name}"]:checked`);return n||(n=t(`[name="${e.name}"]`)),n!==e}function EW(e){return!(e.disabled||e.tagName==="INPUT"&&e.type==="hidden"||SW(e))}function PW(e){const t=[],n=[];return Array.from(e.querySelectorAll(CW)).forEach((r,o)=>{const i=xW(r);i===-1||!EW(r)||(i===0?t.push(r):n.push({documentOrder:o,tabIndex:i,node:r}))}),n.sort((r,o)=>r.tabIndex===o.tabIndex?r.documentOrder-o.documentOrder:r.tabIndex-o.tabIndex).map(r=>r.node).concat(t)}function kW(){return!0}function _O(e){const{children:t,disableAutoFocus:n=!1,disableEnforceFocus:r=!1,disableRestoreFocus:o=!1,getTabbable:i=PW,isEnabled:s=kW,open:a}=e,c=u.useRef(!1),d=u.useRef(null),p=u.useRef(null),h=u.useRef(null),m=u.useRef(null),v=u.useRef(!1),b=u.useRef(null),g=jt(t.ref,b),x=u.useRef(null);u.useEffect(()=>{!a||!b.current||(v.current=!n)},[n,a]),u.useEffect(()=>{if(!a||!b.current)return;const w=pn(b.current);return b.current.contains(w.activeElement)||(b.current.hasAttribute("tabIndex")||b.current.setAttribute("tabIndex","-1"),v.current&&b.current.focus()),()=>{o||(h.current&&h.current.focus&&(c.current=!0,h.current.focus()),h.current=null)}},[a]),u.useEffect(()=>{if(!a||!b.current)return;const w=pn(b.current),S=I=>{const{current:M}=b;if(M!==null){if(!w.hasFocus()||r||!s()||c.current){c.current=!1;return}if(!M.contains(w.activeElement)){if(I&&m.current!==I.target||w.activeElement!==m.current)m.current=null;else if(m.current!==null)return;if(!v.current)return;let L=[];if((w.activeElement===d.current||w.activeElement===p.current)&&(L=i(b.current)),L.length>0){var R,T;const H=Boolean(((R=x.current)==null?void 0:R.shiftKey)&&((T=x.current)==null?void 0:T.key)==="Tab"),j=L[0],A=L[L.length-1];typeof j!="string"&&typeof A!="string"&&(H?A.focus():j.focus())}else M.focus()}}},k=I=>{x.current=I,!(r||!s()||I.key!=="Tab")&&w.activeElement===b.current&&I.shiftKey&&(c.current=!0,p.current&&p.current.focus())};w.addEventListener("focusin",S),w.addEventListener("keydown",k,!0);const _=setInterval(()=>{w.activeElement&&w.activeElement.tagName==="BODY"&&S(null)},50);return()=>{clearInterval(_),w.removeEventListener("focusin",S),w.removeEventListener("keydown",k,!0)}},[n,r,o,s,a,i]);const C=w=>{h.current===null&&(h.current=w.relatedTarget),v.current=!0,m.current=w.target;const S=t.props.onFocus;S&&S(w)},E=w=>{h.current===null&&(h.current=w.relatedTarget),v.current=!0};return O.jsxs(u.Fragment,{children:[O.jsx("div",{tabIndex:a?0:-1,onFocus:E,ref:d,"data-testid":"sentinelStart"}),u.cloneElement(t,{ref:g,onFocus:C}),O.jsx("div",{tabIndex:a?0:-1,onFocus:E,ref:p,"data-testid":"sentinelEnd"})]})}var ro="top",ri="bottom",oi="right",oo="left",qC="auto",cp=[ro,ri,oi,oo],bu="start",Bf="end",IW="clippingParents",$O="viewport",kd="popper",_W="reference",jI=cp.reduce(function(e,t){return e.concat([t+"-"+bu,t+"-"+Bf])},[]),MO=[].concat(cp,[qC]).reduce(function(e,t){return e.concat([t,t+"-"+bu,t+"-"+Bf])},[]),$W="beforeRead",MW="read",RW="afterRead",TW="beforeMain",OW="main",LW="afterMain",AW="beforeWrite",FW="write",NW="afterWrite",DW=[$W,MW,RW,TW,OW,LW,AW,FW,NW];function is(e){return e?(e.nodeName||"").toLowerCase():null}function li(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function Da(e){var t=li(e).Element;return e instanceof t||e instanceof Element}function Jo(e){var t=li(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function YC(e){if(typeof ShadowRoot=="undefined")return!1;var t=li(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function BW(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var r=t.styles[n]||{},o=t.attributes[n]||{},i=t.elements[n];!Jo(i)||!is(i)||(Object.assign(i.style,r),Object.keys(o).forEach(function(s){var a=o[s];a===!1?i.removeAttribute(s):i.setAttribute(s,a===!0?"":a)}))})}function zW(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(r){var o=t.elements[r],i=t.attributes[r]||{},s=Object.keys(t.styles.hasOwnProperty(r)?t.styles[r]:n[r]),a=s.reduce(function(c,d){return c[d]="",c},{});!Jo(o)||!is(o)||(Object.assign(o.style,a),Object.keys(i).forEach(function(c){o.removeAttribute(c)}))})}}const jW={name:"applyStyles",enabled:!0,phase:"write",fn:BW,effect:zW,requires:["computeStyles"]};function ts(e){return e.split("-")[0]}var Pa=Math.max,tg=Math.min,wu=Math.round;function zb(){var e=navigator.userAgentData;return e!=null&&e.brands?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function RO(){return!/^((?!chrome|android).)*safari/i.test(zb())}function Cu(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var r=e.getBoundingClientRect(),o=1,i=1;t&&Jo(e)&&(o=e.offsetWidth>0&&wu(r.width)/e.offsetWidth||1,i=e.offsetHeight>0&&wu(r.height)/e.offsetHeight||1);var s=Da(e)?li(e):window,a=s.visualViewport,c=!RO()&&n,d=(r.left+(c&&a?a.offsetLeft:0))/o,p=(r.top+(c&&a?a.offsetTop:0))/i,h=r.width/o,m=r.height/i;return{width:h,height:m,top:p,right:d+h,bottom:p+m,left:d,x:d,y:p}}function XC(e){var t=Cu(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function TO(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&YC(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function zs(e){return li(e).getComputedStyle(e)}function HW(e){return["table","td","th"].indexOf(is(e))>=0}function Xl(e){return((Da(e)?e.ownerDocument:e.document)||window.document).documentElement}function xv(e){return is(e)==="html"?e:e.assignedSlot||e.parentNode||(YC(e)?e.host:null)||Xl(e)}function HI(e){return!Jo(e)||zs(e).position==="fixed"?null:e.offsetParent}function VW(e){var t=/firefox/i.test(zb()),n=/Trident/i.test(zb());if(n&&Jo(e)){var r=zs(e);if(r.position==="fixed")return null}var o=xv(e);for(YC(o)&&(o=o.host);Jo(o)&&["html","body"].indexOf(is(o))<0;){var i=zs(o);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 o;o=o.parentNode}return null}function up(e){for(var t=li(e),n=HI(e);n&&HW(n)&&zs(n).position==="static";)n=HI(n);return n&&(is(n)==="html"||is(n)==="body"&&zs(n).position==="static")?t:n||VW(e)||t}function QC(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function sf(e,t,n){return Pa(e,tg(t,n))}function UW(e,t,n){var r=sf(e,t,n);return r>n?n:r}function OO(){return{top:0,right:0,bottom:0,left:0}}function LO(e){return Object.assign({},OO(),e)}function AO(e,t){return t.reduce(function(n,r){return n[r]=e,n},{})}var WW=function(t,n){return t=typeof t=="function"?t(Object.assign({},n.rects,{placement:n.placement})):t,LO(typeof t!="number"?t:AO(t,cp))};function GW(e){var t,n=e.state,r=e.name,o=e.options,i=n.elements.arrow,s=n.modifiersData.popperOffsets,a=ts(n.placement),c=QC(a),d=[oo,oi].indexOf(a)>=0,p=d?"height":"width";if(!(!i||!s)){var h=WW(o.padding,n),m=XC(i),v=c==="y"?ro:oo,b=c==="y"?ri:oi,g=n.rects.reference[p]+n.rects.reference[c]-s[c]-n.rects.popper[p],x=s[c]-n.rects.reference[c],C=up(i),E=C?c==="y"?C.clientHeight||0:C.clientWidth||0:0,w=g/2-x/2,S=h[v],k=E-m[p]-h[b],_=E/2-m[p]/2+w,I=sf(S,_,k),M=c;n.modifiersData[r]=(t={},t[M]=I,t.centerOffset=I-_,t)}}function KW(e){var t=e.state,n=e.options,r=n.element,o=r===void 0?"[data-popper-arrow]":r;o!=null&&(typeof o=="string"&&(o=t.elements.popper.querySelector(o),!o)||TO(t.elements.popper,o)&&(t.elements.arrow=o))}const qW={name:"arrow",enabled:!0,phase:"main",fn:GW,effect:KW,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function xu(e){return e.split("-")[1]}var YW={top:"auto",right:"auto",bottom:"auto",left:"auto"};function XW(e){var t=e.x,n=e.y,r=window,o=r.devicePixelRatio||1;return{x:wu(t*o)/o||0,y:wu(n*o)/o||0}}function VI(e){var t,n=e.popper,r=e.popperRect,o=e.placement,i=e.variation,s=e.offsets,a=e.position,c=e.gpuAcceleration,d=e.adaptive,p=e.roundOffsets,h=e.isFixed,m=s.x,v=m===void 0?0:m,b=s.y,g=b===void 0?0:b,x=typeof p=="function"?p({x:v,y:g}):{x:v,y:g};v=x.x,g=x.y;var C=s.hasOwnProperty("x"),E=s.hasOwnProperty("y"),w=oo,S=ro,k=window;if(d){var _=up(n),I="clientHeight",M="clientWidth";if(_===li(n)&&(_=Xl(n),zs(_).position!=="static"&&a==="absolute"&&(I="scrollHeight",M="scrollWidth")),_=_,o===ro||(o===oo||o===oi)&&i===Bf){S=ri;var R=h&&_===k&&k.visualViewport?k.visualViewport.height:_[I];g-=R-r.height,g*=c?1:-1}if(o===oo||(o===ro||o===ri)&&i===Bf){w=oi;var T=h&&_===k&&k.visualViewport?k.visualViewport.width:_[M];v-=T-r.width,v*=c?1:-1}}var L=Object.assign({position:a},d&&YW),H=p===!0?XW({x:v,y:g}):{x:v,y:g};if(v=H.x,g=H.y,c){var j;return Object.assign({},L,(j={},j[S]=E?"0":"",j[w]=C?"0":"",j.transform=(k.devicePixelRatio||1)<=1?"translate("+v+"px, "+g+"px)":"translate3d("+v+"px, "+g+"px, 0)",j))}return Object.assign({},L,(t={},t[S]=E?g+"px":"",t[w]=C?v+"px":"",t.transform="",t))}function QW(e){var t=e.state,n=e.options,r=n.gpuAcceleration,o=r===void 0?!0:r,i=n.adaptive,s=i===void 0?!0:i,a=n.roundOffsets,c=a===void 0?!0:a,d={placement:ts(t.placement),variation:xu(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:o,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,VI(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:s,roundOffsets:c})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,VI(Object.assign({},d,{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:QW,data:{}};var Nh={passive:!0};function ZW(e){var t=e.state,n=e.instance,r=e.options,o=r.scroll,i=o===void 0?!0:o,s=r.resize,a=s===void 0?!0:s,c=li(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return i&&d.forEach(function(p){p.addEventListener("scroll",n.update,Nh)}),a&&c.addEventListener("resize",n.update,Nh),function(){i&&d.forEach(function(p){p.removeEventListener("scroll",n.update,Nh)}),a&&c.removeEventListener("resize",n.update,Nh)}}const eG={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:ZW,data:{}};var tG={left:"right",right:"left",bottom:"top",top:"bottom"};function mm(e){return e.replace(/left|right|bottom|top/g,function(t){return tG[t]})}var nG={start:"end",end:"start"};function UI(e){return e.replace(/start|end/g,function(t){return nG[t]})}function JC(e){var t=li(e),n=t.pageXOffset,r=t.pageYOffset;return{scrollLeft:n,scrollTop:r}}function ZC(e){return Cu(Xl(e)).left+JC(e).scrollLeft}function rG(e,t){var n=li(e),r=Xl(e),o=n.visualViewport,i=r.clientWidth,s=r.clientHeight,a=0,c=0;if(o){i=o.width,s=o.height;var d=RO();(d||!d&&t==="fixed")&&(a=o.offsetLeft,c=o.offsetTop)}return{width:i,height:s,x:a+ZC(e),y:c}}function oG(e){var t,n=Xl(e),r=JC(e),o=(t=e.ownerDocument)==null?void 0:t.body,i=Pa(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),s=Pa(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),a=-r.scrollLeft+ZC(e),c=-r.scrollTop;return zs(o||n).direction==="rtl"&&(a+=Pa(n.clientWidth,o?o.clientWidth:0)-i),{width:i,height:s,x:a,y:c}}function ex(e){var t=zs(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function FO(e){return["html","body","#document"].indexOf(is(e))>=0?e.ownerDocument.body:Jo(e)&&ex(e)?e:FO(xv(e))}function lf(e,t){var n;t===void 0&&(t=[]);var r=FO(e),o=r===((n=e.ownerDocument)==null?void 0:n.body),i=li(r),s=o?[i].concat(i.visualViewport||[],ex(r)?r:[]):r,a=t.concat(s);return o?a:a.concat(lf(xv(s)))}function jb(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function iG(e,t){var n=Cu(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 WI(e,t,n){return t===$O?jb(rG(e,n)):Da(t)?iG(t,n):jb(oG(Xl(e)))}function sG(e){var t=lf(xv(e)),n=["absolute","fixed"].indexOf(zs(e).position)>=0,r=n&&Jo(e)?up(e):e;return Da(r)?t.filter(function(o){return Da(o)&&TO(o,r)&&is(o)!=="body"}):[]}function lG(e,t,n,r){var o=t==="clippingParents"?sG(e):[].concat(t),i=[].concat(o,[n]),s=i[0],a=i.reduce(function(c,d){var p=WI(e,d,r);return c.top=Pa(p.top,c.top),c.right=tg(p.right,c.right),c.bottom=tg(p.bottom,c.bottom),c.left=Pa(p.left,c.left),c},WI(e,s,r));return a.width=a.right-a.left,a.height=a.bottom-a.top,a.x=a.left,a.y=a.top,a}function NO(e){var t=e.reference,n=e.element,r=e.placement,o=r?ts(r):null,i=r?xu(r):null,s=t.x+t.width/2-n.width/2,a=t.y+t.height/2-n.height/2,c;switch(o){case ro:c={x:s,y:t.y-n.height};break;case ri:c={x:s,y:t.y+t.height};break;case oi:c={x:t.x+t.width,y:a};break;case oo:c={x:t.x-n.width,y:a};break;default:c={x:t.x,y:t.y}}var d=o?QC(o):null;if(d!=null){var p=d==="y"?"height":"width";switch(i){case bu:c[d]=c[d]-(t[p]/2-n[p]/2);break;case Bf:c[d]=c[d]+(t[p]/2-n[p]/2);break}}return c}function zf(e,t){t===void 0&&(t={});var n=t,r=n.placement,o=r===void 0?e.placement:r,i=n.strategy,s=i===void 0?e.strategy:i,a=n.boundary,c=a===void 0?IW:a,d=n.rootBoundary,p=d===void 0?$O:d,h=n.elementContext,m=h===void 0?kd:h,v=n.altBoundary,b=v===void 0?!1:v,g=n.padding,x=g===void 0?0:g,C=LO(typeof x!="number"?x:AO(x,cp)),E=m===kd?_W:kd,w=e.rects.popper,S=e.elements[b?E:m],k=lG(Da(S)?S:S.contextElement||Xl(e.elements.popper),c,p,s),_=Cu(e.elements.reference),I=NO({reference:_,element:w,strategy:"absolute",placement:o}),M=jb(Object.assign({},w,I)),R=m===kd?M:_,T={top:k.top-R.top+C.top,bottom:R.bottom-k.bottom+C.bottom,left:k.left-R.left+C.left,right:R.right-k.right+C.right},L=e.modifiersData.offset;if(m===kd&&L){var H=L[o];Object.keys(T).forEach(function(j){var A=[oi,ri].indexOf(j)>=0?1:-1,F=[ro,ri].indexOf(j)>=0?"y":"x";T[j]+=H[F]*A})}return T}function aG(e,t){t===void 0&&(t={});var n=t,r=n.placement,o=n.boundary,i=n.rootBoundary,s=n.padding,a=n.flipVariations,c=n.allowedAutoPlacements,d=c===void 0?MO:c,p=xu(r),h=p?a?jI:jI.filter(function(b){return xu(b)===p}):cp,m=h.filter(function(b){return d.indexOf(b)>=0});m.length===0&&(m=h);var v=m.reduce(function(b,g){return b[g]=zf(e,{placement:g,boundary:o,rootBoundary:i,padding:s})[ts(g)],b},{});return Object.keys(v).sort(function(b,g){return v[b]-v[g]})}function cG(e){if(ts(e)===qC)return[];var t=mm(e);return[UI(e),t,UI(t)]}function uG(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var o=n.mainAxis,i=o===void 0?!0:o,s=n.altAxis,a=s===void 0?!0:s,c=n.fallbackPlacements,d=n.padding,p=n.boundary,h=n.rootBoundary,m=n.altBoundary,v=n.flipVariations,b=v===void 0?!0:v,g=n.allowedAutoPlacements,x=t.options.placement,C=ts(x),E=C===x,w=c||(E||!b?[mm(x)]:cG(x)),S=[x].concat(w).reduce(function(Q,ge){return Q.concat(ts(ge)===qC?aG(t,{placement:ge,boundary:p,rootBoundary:h,padding:d,flipVariations:b,allowedAutoPlacements:g}):ge)},[]),k=t.rects.reference,_=t.rects.popper,I=new Map,M=!0,R=S[0],T=0;T<S.length;T++){var L=S[T],H=ts(L),j=xu(L)===bu,A=[ro,ri].indexOf(H)>=0,F=A?"width":"height",B=zf(t,{placement:L,boundary:p,rootBoundary:h,altBoundary:m,padding:d}),G=A?j?oi:oo:j?ri:ro;k[F]>_[F]&&(G=mm(G));var N=mm(G),z=[];if(i&&z.push(B[H]<=0),a&&z.push(B[G]<=0,B[N]<=0),z.every(function(Q){return Q})){R=L,M=!1;break}I.set(L,z)}if(M)for(var W=b?3:1,q=function(ge){var ee=S.find(function(ce){var oe=I.get(ce);if(oe)return oe.slice(0,ge).every(function(de){return de})});if(ee)return R=ee,"break"},X=W;X>0;X--){var le=q(X);if(le==="break")break}t.placement!==R&&(t.modifiersData[r]._skip=!0,t.placement=R,t.reset=!0)}}const dG={name:"flip",enabled:!0,phase:"main",fn:uG,requiresIfExists:["offset"],data:{_skip:!1}};function GI(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 KI(e){return[ro,oi,ri,oo].some(function(t){return e[t]>=0})}function fG(e){var t=e.state,n=e.name,r=t.rects.reference,o=t.rects.popper,i=t.modifiersData.preventOverflow,s=zf(t,{elementContext:"reference"}),a=zf(t,{altBoundary:!0}),c=GI(s,r),d=GI(a,o,i),p=KI(c),h=KI(d);t.modifiersData[n]={referenceClippingOffsets:c,popperEscapeOffsets:d,isReferenceHidden:p,hasPopperEscaped:h},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":p,"data-popper-escaped":h})}const pG={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:fG};function hG(e,t,n){var r=ts(e),o=[oo,ro].indexOf(r)>=0?-1:1,i=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,s=i[0],a=i[1];return s=s||0,a=(a||0)*o,[oo,oi].indexOf(r)>=0?{x:a,y:s}:{x:s,y:a}}function mG(e){var t=e.state,n=e.options,r=e.name,o=n.offset,i=o===void 0?[0,0]:o,s=MO.reduce(function(p,h){return p[h]=hG(h,t.rects,i),p},{}),a=s[t.placement],c=a.x,d=a.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=c,t.modifiersData.popperOffsets.y+=d),t.modifiersData[r]=s}const gG={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:mG};function vG(e){var t=e.state,n=e.name;t.modifiersData[n]=NO({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}const yG={name:"popperOffsets",enabled:!0,phase:"read",fn:vG,data:{}};function bG(e){return e==="x"?"y":"x"}function wG(e){var t=e.state,n=e.options,r=e.name,o=n.mainAxis,i=o===void 0?!0:o,s=n.altAxis,a=s===void 0?!1:s,c=n.boundary,d=n.rootBoundary,p=n.altBoundary,h=n.padding,m=n.tether,v=m===void 0?!0:m,b=n.tetherOffset,g=b===void 0?0:b,x=zf(t,{boundary:c,rootBoundary:d,padding:h,altBoundary:p}),C=ts(t.placement),E=xu(t.placement),w=!E,S=QC(C),k=bG(S),_=t.modifiersData.popperOffsets,I=t.rects.reference,M=t.rects.popper,R=typeof g=="function"?g(Object.assign({},t.rects,{placement:t.placement})):g,T=typeof R=="number"?{mainAxis:R,altAxis:R}:Object.assign({mainAxis:0,altAxis:0},R),L=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,H={x:0,y:0};if(_){if(i){var j,A=S==="y"?ro:oo,F=S==="y"?ri:oi,B=S==="y"?"height":"width",G=_[S],N=G+x[A],z=G-x[F],W=v?-M[B]/2:0,q=E===bu?I[B]:M[B],X=E===bu?-M[B]:-I[B],le=t.elements.arrow,Q=v&&le?XC(le):{width:0,height:0},ge=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:OO(),ee=ge[A],ce=ge[F],oe=sf(0,I[B],Q[B]),de=w?I[B]/2-W-oe-ee-T.mainAxis:q-oe-ee-T.mainAxis,be=w?-I[B]/2+W+oe+ce+T.mainAxis:X+oe+ce+T.mainAxis,we=t.elements.arrow&&up(t.elements.arrow),_e=we?S==="y"?we.clientTop||0:we.clientLeft||0:0,He=(j=L==null?void 0:L[S])!=null?j:0,Ne=G+de-He-_e,re=G+be-He,Le=sf(v?tg(N,Ne):N,G,v?Pa(z,re):z);_[S]=Le,H[S]=Le-G}if(a){var ve,je=S==="x"?ro:oo,Ye=S==="x"?ri:oi,ht=_[k],Be=k==="y"?"height":"width",mt=ht+x[je],rt=ht-x[Ye],at=[ro,oo].indexOf(C)!==-1,bt=(ve=L==null?void 0:L[k])!=null?ve:0,ut=at?mt:ht-I[Be]-M[Be]-bt+T.altAxis,Ve=at?ht+I[Be]+M[Be]-bt-T.altAxis:rt,ue=v&&at?UW(ut,ht,Ve):sf(v?ut:mt,ht,v?Ve:rt);_[k]=ue,H[k]=ue-ht}t.modifiersData[r]=H}}const CG={name:"preventOverflow",enabled:!0,phase:"main",fn:wG,requiresIfExists:["offset"]};function xG(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function SG(e){return e===li(e)||!Jo(e)?JC(e):xG(e)}function EG(e){var t=e.getBoundingClientRect(),n=wu(t.width)/e.offsetWidth||1,r=wu(t.height)/e.offsetHeight||1;return n!==1||r!==1}function PG(e,t,n){n===void 0&&(n=!1);var r=Jo(t),o=Jo(t)&&EG(t),i=Xl(t),s=Cu(e,o,n),a={scrollLeft:0,scrollTop:0},c={x:0,y:0};return(r||!r&&!n)&&((is(t)!=="body"||ex(i))&&(a=SG(t)),Jo(t)?(c=Cu(t,!0),c.x+=t.clientLeft,c.y+=t.clientTop):i&&(c.x=ZC(i))),{x:s.left+a.scrollLeft-c.x,y:s.top+a.scrollTop-c.y,width:s.width,height:s.height}}function kG(e){var t=new Map,n=new Set,r=[];e.forEach(function(i){t.set(i.name,i)});function o(i){n.add(i.name);var s=[].concat(i.requires||[],i.requiresIfExists||[]);s.forEach(function(a){if(!n.has(a)){var c=t.get(a);c&&o(c)}}),r.push(i)}return e.forEach(function(i){n.has(i.name)||o(i)}),r}function IG(e){var t=kG(e);return DW.reduce(function(n,r){return n.concat(t.filter(function(o){return o.phase===r}))},[])}function _G(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function $G(e){var t=e.reduce(function(n,r){var o=n[r.name];return n[r.name]=o?Object.assign({},o,r,{options:Object.assign({},o.options,r.options),data:Object.assign({},o.data,r.data)}):r,n},{});return Object.keys(t).map(function(n){return t[n]})}var qI={placement:"bottom",modifiers:[],strategy:"absolute"};function YI(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some(function(r){return!(r&&typeof r.getBoundingClientRect=="function")})}function MG(e){e===void 0&&(e={});var t=e,n=t.defaultModifiers,r=n===void 0?[]:n,o=t.defaultOptions,i=o===void 0?qI:o;return function(a,c,d){d===void 0&&(d=i);var p={placement:"bottom",orderedModifiers:[],options:Object.assign({},qI,i),modifiersData:{},elements:{reference:a,popper:c},attributes:{},styles:{}},h=[],m=!1,v={state:p,setOptions:function(C){var E=typeof C=="function"?C(p.options):C;g(),p.options=Object.assign({},i,p.options,E),p.scrollParents={reference:Da(a)?lf(a):a.contextElement?lf(a.contextElement):[],popper:lf(c)};var w=IG($G([].concat(r,p.options.modifiers)));return p.orderedModifiers=w.filter(function(S){return S.enabled}),b(),v.update()},forceUpdate:function(){if(!m){var C=p.elements,E=C.reference,w=C.popper;if(YI(E,w)){p.rects={reference:PG(E,up(w),p.options.strategy==="fixed"),popper:XC(w)},p.reset=!1,p.placement=p.options.placement,p.orderedModifiers.forEach(function(T){return p.modifiersData[T.name]=Object.assign({},T.data)});for(var S=0;S<p.orderedModifiers.length;S++){if(p.reset===!0){p.reset=!1,S=-1;continue}var k=p.orderedModifiers[S],_=k.fn,I=k.options,M=I===void 0?{}:I,R=k.name;typeof _=="function"&&(p=_({state:p,options:M,name:R,instance:v})||p)}}}},update:_G(function(){return new Promise(function(x){v.forceUpdate(),x(p)})}),destroy:function(){g(),m=!0}};if(!YI(a,c))return v;v.setOptions(d).then(function(x){!m&&d.onFirstUpdate&&d.onFirstUpdate(x)});function b(){p.orderedModifiers.forEach(function(x){var C=x.name,E=x.options,w=E===void 0?{}:E,S=x.effect;if(typeof S=="function"){var k=S({state:p,name:C,instance:v,options:w}),_=function(){};h.push(k||_)}})}function g(){h.forEach(function(x){return x()}),h=[]}return v}}var RG=[eG,yG,JW,jW,gG,dG,CG,qW,pG],TG=MG({defaultModifiers:RG});function OG(e){return typeof e=="function"?e():e}const LG=u.forwardRef(function(t,n){const{children:r,container:o,disablePortal:i=!1}=t,[s,a]=u.useState(null),c=jt(u.isValidElement(r)?r.ref:null,n);if(hn(()=>{i||a(OG(o)||document.body)},[o,i]),hn(()=>{if(s&&!i)return Lf(n,s),()=>{Lf(n,null)}},[n,s,i]),i){if(u.isValidElement(r)){const d={ref:c};return u.cloneElement(r,d)}return O.jsx(u.Fragment,{children:r})}return O.jsx(u.Fragment,{children:s&&Fl.createPortal(r,s)})}),DO=LG;function AG(e){return Xe("MuiPopper",e)}Ge("MuiPopper",["root"]);const FG=["anchorEl","children","component","direction","disablePortal","modifiers","open","ownerState","placement","popperOptions","popperRef","slotProps","slots","TransitionProps"],NG=["anchorEl","children","container","direction","disablePortal","keepMounted","modifiers","open","placement","popperOptions","popperRef","style","transition","slotProps","slots"];function DG(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 Hb(e){return typeof e=="function"?e():e}function BG(e){return e.nodeType!==void 0}const zG=()=>Ie({root:["root"]},AG,{}),jG={},HG=u.forwardRef(function(t,n){var r;const{anchorEl:o,children:i,component:s,direction:a,disablePortal:c,modifiers:d,open:p,ownerState:h,placement:m,popperOptions:v,popperRef:b,slotProps:g={},slots:x={},TransitionProps:C}=t,E=se(t,FG),w=u.useRef(null),S=jt(w,n),k=u.useRef(null),_=jt(k,b),I=u.useRef(_);hn(()=>{I.current=_},[_]),u.useImperativeHandle(b,()=>k.current,[]);const M=DG(m,a),[R,T]=u.useState(M),[L,H]=u.useState(Hb(o));u.useEffect(()=>{k.current&&k.current.forceUpdate()}),u.useEffect(()=>{o&&H(Hb(o))},[o]),hn(()=>{if(!L||!p)return;const G=W=>{T(W.placement)};let N=[{name:"preventOverflow",options:{altBoundary:c}},{name:"flip",options:{altBoundary:c}},{name:"onUpdate",enabled:!0,phase:"afterWrite",fn:({state:W})=>{G(W)}}];d!=null&&(N=N.concat(d)),v&&v.modifiers!=null&&(N=N.concat(v.modifiers));const z=TG(L,w.current,P({placement:M},v,{modifiers:N}));return I.current(z),()=>{z.destroy(),I.current(null)}},[L,c,d,p,v,M]);const j={placement:R};C!==null&&(j.TransitionProps=C);const A=zG(),F=(r=s!=null?s:x.root)!=null?r:"div",B=Df({elementType:F,externalSlotProps:g.root,externalForwardedProps:E,additionalProps:{role:"tooltip",ref:S},ownerState:P({},t,h),className:A.root});return O.jsx(F,P({},B,{children:typeof i=="function"?i(j):i}))}),VG=u.forwardRef(function(t,n){const{anchorEl:r,children:o,container:i,direction:s="ltr",disablePortal:a=!1,keepMounted:c=!1,modifiers:d,open:p,placement:h="bottom",popperOptions:m=jG,popperRef:v,style:b,transition:g=!1,slotProps:x={},slots:C={}}=t,E=se(t,NG),[w,S]=u.useState(!0),k=()=>{S(!1)},_=()=>{S(!0)};if(!c&&!p&&(!g||w))return null;let I;if(i)I=i;else if(r){const T=Hb(r);I=T&&BG(T)?pn(T).body:pn(null).body}const M=!p&&c&&(!g||w)?"none":void 0,R=g?{in:p,onEnter:k,onExited:_}:void 0;return O.jsx(DO,{disablePortal:a,container:I,children:O.jsx(HG,P({anchorEl:r,direction:s,disablePortal:a,modifiers:d,ref:n,open:g?!w:p,placement:h,popperOptions:m,popperRef:v,slotProps:x,slots:C},E,{style:P({position:"fixed",top:0,left:0,display:M},b),TransitionProps:R,children:o}))})}),UG=VG;function WG(e){const t=pn(e);return t.body===e?io(e).innerWidth>t.documentElement.clientWidth:e.scrollHeight>e.clientHeight}function af(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function XI(e){return parseInt(io(e).getComputedStyle(e).paddingRight,10)||0}function GG(e){const n=["TEMPLATE","SCRIPT","STYLE","LINK","MAP","META","NOSCRIPT","PICTURE","COL","COLGROUP","PARAM","SLOT","SOURCE","TRACK"].indexOf(e.tagName)!==-1,r=e.tagName==="INPUT"&&e.getAttribute("type")==="hidden";return n||r}function QI(e,t,n,r,o){const i=[t,n,...r];[].forEach.call(e.children,s=>{const a=i.indexOf(s)===-1,c=!GG(s);a&&c&&af(s,o)})}function o1(e,t){let n=-1;return e.some((r,o)=>t(r)?(n=o,!0):!1),n}function KG(e,t){const n=[],r=e.container;if(!t.disableScrollLock){if(WG(r)){const s=JT(pn(r));n.push({value:r.style.paddingRight,property:"padding-right",el:r}),r.style.paddingRight=`${XI(r)+s}px`;const a=pn(r).querySelectorAll(".mui-fixed");[].forEach.call(a,c=>{n.push({value:c.style.paddingRight,property:"padding-right",el:c}),c.style.paddingRight=`${XI(c)+s}px`})}let i;if(r.parentNode instanceof DocumentFragment)i=pn(r).body;else{const s=r.parentElement,a=io(r);i=(s==null?void 0:s.nodeName)==="HTML"&&a.getComputedStyle(s).overflowY==="scroll"?s:r}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:s,property:a})=>{i?s.style.setProperty(a,i):s.style.removeProperty(a)})}}function qG(e){const t=[];return[].forEach.call(e.children,n=>{n.getAttribute("aria-hidden")==="true"&&t.push(n)}),t}class YG{constructor(){this.containers=void 0,this.modals=void 0,this.modals=[],this.containers=[]}add(t,n){let r=this.modals.indexOf(t);if(r!==-1)return r;r=this.modals.length,this.modals.push(t),t.modalRef&&af(t.modalRef,!1);const o=qG(n);QI(n,t.mount,t.modalRef,o,!0);const i=o1(this.containers,s=>s.container===n);return i!==-1?(this.containers[i].modals.push(t),r):(this.containers.push({modals:[t],container:n,restore:null,hiddenSiblings:o}),r)}mount(t,n){const r=o1(this.containers,i=>i.modals.indexOf(t)!==-1),o=this.containers[r];o.restore||(o.restore=KG(o,n))}remove(t,n=!0){const r=this.modals.indexOf(t);if(r===-1)return r;const o=o1(this.containers,s=>s.modals.indexOf(t)!==-1),i=this.containers[o];if(i.modals.splice(i.modals.indexOf(t),1),this.modals.splice(r,1),i.modals.length===0)i.restore&&i.restore(),t.modalRef&&af(t.modalRef,n),QI(i.container,t.mount,t.modalRef,i.hiddenSiblings,!1),this.containers.splice(o,1);else{const s=i.modals[i.modals.length-1];s.modalRef&&af(s.modalRef,!1)}return r}isTopModal(t){return this.modals.length>0&&this.modals[this.modals.length-1]===t}}function XG(e){return Xe("MuiModal",e)}Ge("MuiModal",["root","hidden","backdrop"]);const QG=["children","closeAfterTransition","component","container","disableAutoFocus","disableEnforceFocus","disableEscapeKeyDown","disablePortal","disableRestoreFocus","disableScrollLock","hideBackdrop","keepMounted","manager","onBackdropClick","onClose","onKeyDown","open","onTransitionEnter","onTransitionExited","slotProps","slots"],JG=e=>{const{open:t,exited:n}=e;return Ie({root:["root",!t&&n&&"hidden"],backdrop:["backdrop"]},XG,void 0)};function ZG(e){return typeof e=="function"?e():e}function eK(e){return e?e.props.hasOwnProperty("in"):!1}const tK=new YG,nK=u.forwardRef(function(t,n){var r,o;const{children:i,closeAfterTransition:s=!1,component:a,container:c,disableAutoFocus:d=!1,disableEnforceFocus:p=!1,disableEscapeKeyDown:h=!1,disablePortal:m=!1,disableRestoreFocus:v=!1,disableScrollLock:b=!1,hideBackdrop:g=!1,keepMounted:x=!1,manager:C=tK,onBackdropClick:E,onClose:w,onKeyDown:S,open:k,onTransitionEnter:_,onTransitionExited:I,slotProps:M={},slots:R={}}=t,T=se(t,QG),[L,H]=u.useState(!k),j=u.useRef({}),A=u.useRef(null),F=u.useRef(null),B=jt(F,n),G=eK(i),N=(r=t["aria-hidden"])!=null?r:!0,z=()=>pn(A.current),W=()=>(j.current.modalRef=F.current,j.current.mountNode=A.current,j.current),q=()=>{C.mount(W(),{disableScrollLock:b}),F.current&&(F.current.scrollTop=0)},X=cn(()=>{const ve=ZG(c)||z().body;C.add(W(),ve),F.current&&q()}),le=u.useCallback(()=>C.isTopModal(W()),[C]),Q=cn(ve=>{A.current=ve,!(!ve||!F.current)&&(k&&le()?q():af(F.current,N))}),ge=u.useCallback(()=>{C.remove(W(),N)},[C,N]);u.useEffect(()=>()=>{ge()},[ge]),u.useEffect(()=>{k?X():(!G||!s)&&ge()},[k,ge,G,s,X]);const ee=P({},t,{closeAfterTransition:s,disableAutoFocus:d,disableEnforceFocus:p,disableEscapeKeyDown:h,disablePortal:m,disableRestoreFocus:v,disableScrollLock:b,exited:L,hideBackdrop:g,keepMounted:x}),ce=JG(ee),oe=()=>{H(!1),_&&_()},de=()=>{H(!0),I&&I(),s&&ge()},be=ve=>{ve.target===ve.currentTarget&&(E&&E(ve),w&&w(ve,"backdropClick"))},we=ve=>{S&&S(ve),!(ve.key!=="Escape"||!le())&&(h||(ve.stopPropagation(),w&&w(ve,"escapeKeyDown")))},_e={};i.props.tabIndex===void 0&&(_e.tabIndex="-1"),G&&(_e.onEnter=Ob(oe,i.props.onEnter),_e.onExited=Ob(de,i.props.onExited));const He=(o=a!=null?a:R.root)!=null?o:"div",Ne=Df({elementType:He,externalSlotProps:M.root,externalForwardedProps:T,additionalProps:{ref:B,role:"presentation",onKeyDown:we},className:ce.root,ownerState:ee}),re=R.backdrop,Le=Df({elementType:re,externalSlotProps:M.backdrop,additionalProps:{"aria-hidden":!0,onClick:be,open:k},className:ce.backdrop,ownerState:ee});return!x&&!k&&(!G||L)?null:O.jsx(DO,{ref:Q,container:c,disablePortal:m,children:O.jsxs(He,P({},Ne,{children:[!g&&re?O.jsx(re,P({},Le)):null,O.jsx(_O,{disableEnforceFocus:p,disableAutoFocus:d,disableRestoreFocus:v,isEnabled:le,open:k,children:u.cloneElement(i,_e)})]}))})}),rK=nK,oK=["onChange","maxRows","minRows","style","value"];function Dh(e){return parseInt(e,10)||0}const iK={shadow:{visibility:"hidden",position:"absolute",overflow:"hidden",height:0,top:0,left:0,transform:"translateZ(0)"}};function JI(e){return e==null||Object.keys(e).length===0||e.outerHeightStyle===0&&!e.overflow}const sK=u.forwardRef(function(t,n){const{onChange:r,maxRows:o,minRows:i=1,style:s,value:a}=t,c=se(t,oK),{current:d}=u.useRef(a!=null),p=u.useRef(null),h=jt(n,p),m=u.useRef(null),v=u.useRef(0),[b,g]=u.useState({outerHeightStyle:0}),x=u.useCallback(()=>{const k=p.current,I=io(k).getComputedStyle(k);if(I.width==="0px")return{outerHeightStyle:0};const M=m.current;M.style.width=I.width,M.value=k.value||t.placeholder||"x",M.value.slice(-1)===`
|
|
89
|
+
`&&(M.value+=" ");const R=I.boxSizing,T=Dh(I.paddingBottom)+Dh(I.paddingTop),L=Dh(I.borderBottomWidth)+Dh(I.borderTopWidth),H=M.scrollHeight;M.value="x";const j=M.scrollHeight;let A=H;i&&(A=Math.max(Number(i)*j,A)),o&&(A=Math.min(Number(o)*j,A)),A=Math.max(A,j);const F=A+(R==="border-box"?T+L:0),B=Math.abs(A-H)<=1;return{outerHeightStyle:F,overflow:B}},[o,i,t.placeholder]),C=(k,_)=>{const{outerHeightStyle:I,overflow:M}=_;return v.current<20&&(I>0&&Math.abs((k.outerHeightStyle||0)-I)>1||k.overflow!==M)?(v.current+=1,{overflow:M,outerHeightStyle:I}):k},E=u.useCallback(()=>{const k=x();JI(k)||g(_=>C(_,k))},[x]),w=()=>{const k=x();JI(k)||Fl.flushSync(()=>{g(_=>C(_,k))})};u.useEffect(()=>{const k=Ns(()=>{v.current=0,p.current&&w()});let _;const I=p.current,M=io(I);return M.addEventListener("resize",k),typeof ResizeObserver!="undefined"&&(_=new ResizeObserver(k),_.observe(I)),()=>{k.clear(),M.removeEventListener("resize",k),_&&_.disconnect()}}),hn(()=>{E()}),u.useEffect(()=>{v.current=0},[a]);const S=k=>{v.current=0,d||E(),r&&r(k)};return O.jsxs(u.Fragment,{children:[O.jsx("textarea",P({value:a,onChange:S,ref:h,rows:i,style:P({height:b.outerHeightStyle,overflow:b.overflow?"hidden":void 0},s)},c)),O.jsx("textarea",{"aria-hidden":!0,className:t.className,readOnly:!0,ref:m,tabIndex:-1,style:P({},iK.shadow,s,{padding:0})})]})}),lK=sK;function ZI(e){return typeof e.normalize!="undefined"?e.normalize("NFD").replace(/[\u0300-\u036f]/g,""):e}function BO(e={}){const{ignoreAccents:t=!0,ignoreCase:n=!0,limit:r,matchFrom:o="any",stringify:i,trim:s=!1}=e;return(a,{inputValue:c,getOptionLabel:d})=>{let p=s?c.trim():c;n&&(p=p.toLowerCase()),t&&(p=ZI(p));const h=p?a.filter(m=>{let v=(i||d)(m);return n&&(v=v.toLowerCase()),t&&(v=ZI(v)),o==="start"?v.indexOf(p)===0:v.indexOf(p)>-1}):a;return typeof r=="number"?h.slice(0,r):h}}function i1(e,t){for(let n=0;n<e.length;n+=1)if(t(e[n]))return n;return-1}const aK=BO(),e_=5,cK=e=>{var t;return e.current!==null&&((t=e.current.parentElement)==null?void 0:t.contains(document.activeElement))};function uK(e){const{unstable_isActiveElementInListbox:t=cK,unstable_classNamePrefix:n="Mui",autoComplete:r=!1,autoHighlight:o=!1,autoSelect:i=!1,blurOnSelect:s=!1,clearOnBlur:a=!e.freeSolo,clearOnEscape:c=!1,componentName:d="useAutocomplete",defaultValue:p=e.multiple?[]:null,disableClearable:h=!1,disableCloseOnSelect:m=!1,disabled:v,disabledItemsFocusable:b=!1,disableListWrap:g=!1,filterOptions:x=aK,filterSelectedOptions:C=!1,freeSolo:E=!1,getOptionDisabled:w,getOptionLabel:S=Se=>{var ye;return(ye=Se.label)!=null?ye:Se},groupBy:k,handleHomeEndKeys:_=!e.freeSolo,id:I,includeInputInList:M=!1,inputValue:R,isOptionEqualToValue:T=(Se,ye)=>Se===ye,multiple:L=!1,onChange:H,onClose:j,onHighlightChange:A,onInputChange:F,onOpen:B,open:G,openOnFocus:N=!1,options:z,readOnly:W=!1,selectOnFocus:q=!e.freeSolo,value:X}=e,le=Pn(I);let Q=S;Q=Se=>{const ye=S(Se);return typeof ye!="string"?String(ye):ye};const ge=u.useRef(!1),ee=u.useRef(!0),ce=u.useRef(null),oe=u.useRef(null),[de,be]=u.useState(null),[we,_e]=u.useState(-1),He=o?0:-1,Ne=u.useRef(He),[re,Le]=Zi({controlled:X,default:p,name:d}),[ve,je]=Zi({controlled:R,default:"",name:d,state:"inputValue"}),[Ye,ht]=u.useState(!1),Be=u.useCallback((Se,ye)=>{if(!(L?re.length<ye.length:ye!==null)&&!a)return;let st;if(L)st="";else if(ye==null)st="";else{const Vt=Q(ye);st=typeof Vt=="string"?Vt:""}ve!==st&&(je(st),F&&F(Se,st,"reset"))},[Q,ve,L,F,je,a,re]),[mt,rt]=Zi({controlled:G,default:!1,name:d,state:"open"}),[at,bt]=u.useState(!0),ut=!L&&re!=null&&ve===Q(re),Ve=mt&&!W,ue=Ve?x(z.filter(Se=>!(C&&(L?re:[re]).some(ye=>ye!==null&&T(Se,ye)))),{inputValue:ut&&at?"":ve,getOptionLabel:Q}):[],J=_C({filteredOptions:ue,value:re});u.useEffect(()=>{const Se=re!==J.value;Ye&&!Se||E&&!Se||Be(null,re)},[re,Be,Ye,J.value,E]);const Re=mt&&ue.length>0&&!W,Me=cn(Se=>{Se===-1?ce.current.focus():de.querySelector(`[data-tag-index="${Se}"]`).focus()});u.useEffect(()=>{L&&we>re.length-1&&(_e(-1),Me(-1))},[re,L,we,Me]);function Qe(Se,ye){if(!oe.current||Se===-1)return-1;let ze=Se;for(;;){if(ye==="next"&&ze===ue.length||ye==="previous"&&ze===-1)return-1;const st=oe.current.querySelector(`[data-option-index="${ze}"]`),Vt=b?!1:!st||st.disabled||st.getAttribute("aria-disabled")==="true";if(st&&!st.hasAttribute("tabindex")||Vt)ze+=ye==="next"?1:-1;else return ze}}const xt=cn(({event:Se,index:ye,reason:ze="auto"})=>{if(Ne.current=ye,ye===-1?ce.current.removeAttribute("aria-activedescendant"):ce.current.setAttribute("aria-activedescendant",`${le}-option-${ye}`),A&&A(Se,ye===-1?null:ue[ye],ze),!oe.current)return;const st=oe.current.querySelector(`[role="option"].${n}-focused`);st&&(st.classList.remove(`${n}-focused`),st.classList.remove(`${n}-focusVisible`));const Vt=oe.current.parentElement.querySelector('[role="listbox"]');if(!Vt)return;if(ye===-1){Vt.scrollTop=0;return}const _n=oe.current.querySelector(`[data-option-index="${ye}"]`);if(_n&&(_n.classList.add(`${n}-focused`),ze==="keyboard"&&_n.classList.add(`${n}-focusVisible`),Vt.scrollHeight>Vt.clientHeight&&ze!=="mouse")){const $n=_n,yt=Vt.clientHeight+Vt.scrollTop,or=$n.offsetTop+$n.offsetHeight;or>yt?Vt.scrollTop=or-Vt.clientHeight:$n.offsetTop-$n.offsetHeight*(k?1.3:0)<Vt.scrollTop&&(Vt.scrollTop=$n.offsetTop-$n.offsetHeight*(k?1.3:0))}}),_t=cn(({event:Se,diff:ye,direction:ze="next",reason:st="auto"})=>{if(!Ve)return;const _n=Qe((()=>{const $n=ue.length-1;if(ye==="reset")return He;if(ye==="start")return 0;if(ye==="end")return $n;const yt=Ne.current+ye;return yt<0?yt===-1&&M?-1:g&&Ne.current!==-1||Math.abs(ye)>1?0:$n:yt>$n?yt===$n+1&&M?-1:g||Math.abs(ye)>1?$n:0:yt})(),ze);if(xt({index:_n,reason:st,event:Se}),r&&ye!=="reset")if(_n===-1)ce.current.value=ve;else{const $n=Q(ue[_n]);ce.current.value=$n,$n.toLowerCase().indexOf(ve.toLowerCase())===0&&ve.length>0&&ce.current.setSelectionRange(ve.length,$n.length)}}),Xt=()=>{const Se=(ye,ze)=>{const st=ye?Q(ye):"",Vt=ze?Q(ze):"";return st===Vt};if(Ne.current!==-1&&J.filteredOptions&&J.filteredOptions.length!==ue.length&&(L?re.length===J.value.length&&J.value.every((ye,ze)=>Q(re[ze])===Q(ye)):Se(J.value,re))){const ye=J.filteredOptions[Ne.current];if(ye&&ue.some(st=>Q(st)===Q(ye)))return!0}return!1},Gn=u.useCallback(()=>{if(!Ve||Xt())return;const Se=L?re[0]:re;if(ue.length===0||Se==null){_t({diff:"reset"});return}if(oe.current){if(Se!=null){const ye=ue[Ne.current];if(L&&ye&&i1(re,st=>T(ye,st))!==-1)return;const ze=i1(ue,st=>T(st,Se));ze===-1?_t({diff:"reset"}):xt({index:ze});return}if(Ne.current>=ue.length-1){xt({index:ue.length-1});return}xt({index:Ne.current})}},[ue.length,L?!1:re,C,_t,xt,Ve,ve,L]),Ar=cn(Se=>{Lf(oe,Se),Se&&Gn()});u.useEffect(()=>{Gn()},[Gn]);const rr=Se=>{mt||(rt(!0),bt(!0),B&&B(Se))},wr=(Se,ye)=>{mt&&(rt(!1),j&&j(Se,ye))},Cr=(Se,ye,ze,st)=>{if(L){if(re.length===ye.length&&re.every((Vt,_n)=>Vt===ye[_n]))return}else if(re===ye)return;H&&H(Se,ye,ze,st),Le(ye)},xr=u.useRef(!1),ln=(Se,ye,ze="selectOption",st="options")=>{let Vt=ze,_n=ye;if(L){_n=Array.isArray(re)?re.slice():[];const $n=i1(_n,yt=>T(ye,yt));$n===-1?_n.push(ye):st!=="freeSolo"&&(_n.splice($n,1),Vt="removeOption")}Be(Se,_n),Cr(Se,_n,Vt,{option:ye}),!m&&(!Se||!Se.ctrlKey&&!Se.metaKey)&&wr(Se,Vt),(s===!0||s==="touch"&&xr.current||s==="mouse"&&!xr.current)&&ce.current.blur()};function gn(Se,ye){if(Se===-1)return-1;let ze=Se;for(;;){if(ye==="next"&&ze===re.length||ye==="previous"&&ze===-1)return-1;const st=de.querySelector(`[data-tag-index="${ze}"]`);if(!st||!st.hasAttribute("tabindex")||st.disabled||st.getAttribute("aria-disabled")==="true")ze+=ye==="next"?1:-1;else return ze}}const Kn=(Se,ye)=>{if(!L)return;ve===""&&wr(Se,"toggleInput");let ze=we;we===-1?ve===""&&ye==="previous"&&(ze=re.length-1):(ze+=ye==="next"?1:-1,ze<0&&(ze=0),ze===re.length&&(ze=-1)),ze=gn(ze,ye),_e(ze),Me(ze)},ci=Se=>{ge.current=!0,je(""),F&&F(Se,"","clear"),Cr(Se,L?[]:null,"clear")},Li=Se=>ye=>{if(Se.onKeyDown&&Se.onKeyDown(ye),!ye.defaultMuiPrevented&&(we!==-1&&["ArrowLeft","ArrowRight"].indexOf(ye.key)===-1&&(_e(-1),Me(-1)),ye.which!==229))switch(ye.key){case"Home":Ve&&_&&(ye.preventDefault(),_t({diff:"start",direction:"next",reason:"keyboard",event:ye}));break;case"End":Ve&&_&&(ye.preventDefault(),_t({diff:"end",direction:"previous",reason:"keyboard",event:ye}));break;case"PageUp":ye.preventDefault(),_t({diff:-e_,direction:"previous",reason:"keyboard",event:ye}),rr(ye);break;case"PageDown":ye.preventDefault(),_t({diff:e_,direction:"next",reason:"keyboard",event:ye}),rr(ye);break;case"ArrowDown":ye.preventDefault(),_t({diff:1,direction:"next",reason:"keyboard",event:ye}),rr(ye);break;case"ArrowUp":ye.preventDefault(),_t({diff:-1,direction:"previous",reason:"keyboard",event:ye}),rr(ye);break;case"ArrowLeft":Kn(ye,"previous");break;case"ArrowRight":Kn(ye,"next");break;case"Enter":if(Ne.current!==-1&&Ve){const ze=ue[Ne.current],st=w?w(ze):!1;if(ye.preventDefault(),st)return;ln(ye,ze,"selectOption"),r&&ce.current.setSelectionRange(ce.current.value.length,ce.current.value.length)}else E&&ve!==""&&ut===!1&&(L&&ye.preventDefault(),ln(ye,ve,"createOption","freeSolo"));break;case"Escape":Ve?(ye.preventDefault(),ye.stopPropagation(),wr(ye,"escape")):c&&(ve!==""||L&&re.length>0)&&(ye.preventDefault(),ye.stopPropagation(),ci(ye));break;case"Backspace":if(L&&!W&&ve===""&&re.length>0){const ze=we===-1?re.length-1:we,st=re.slice();st.splice(ze,1),Cr(ye,st,"removeOption",{option:re[ze]})}break;case"Delete":if(L&&!W&&ve===""&&re.length>0&&we!==-1){const ze=we,st=re.slice();st.splice(ze,1),Cr(ye,st,"removeOption",{option:re[ze]})}break}},cs=Se=>{ht(!0),N&&!ge.current&&rr(Se)},Ai=Se=>{if(t(oe)){ce.current.focus();return}ht(!1),ee.current=!0,ge.current=!1,i&&Ne.current!==-1&&Ve?ln(Se,ue[Ne.current],"blur"):i&&E&&ve!==""?ln(Se,ve,"blur","freeSolo"):a&&Be(Se,re),wr(Se,"blur")},Fi=Se=>{const ye=Se.target.value;ve!==ye&&(je(ye),bt(!1),F&&F(Se,ye,"input")),ye===""?!h&&!L&&Cr(Se,null,"clear"):rr(Se)},ae=Se=>{xt({event:Se,index:Number(Se.currentTarget.getAttribute("data-option-index")),reason:"mouse"})},Ce=()=>{xr.current=!0},Ae=Se=>{const ye=Number(Se.currentTarget.getAttribute("data-option-index"));ln(Se,ue[ye],"selectOption"),xr.current=!1},ot=Se=>ye=>{const ze=re.slice();ze.splice(Se,1),Cr(ye,ze,"removeOption",{option:re[Se]})},Te=Se=>{mt?wr(Se,"toggleInput"):rr(Se)},it=Se=>{Se.target.getAttribute("id")!==le&&Se.preventDefault()},Et=()=>{ce.current.focus(),q&&ee.current&&ce.current.selectionEnd-ce.current.selectionStart===0&&ce.current.select(),ee.current=!1},en=Se=>{(ve===""||!mt)&&Te(Se)};let Fn=E&&ve.length>0;Fn=Fn||(L?re.length>0:re!==null);let ao=ue;return k&&(ao=ue.reduce((Se,ye,ze)=>{const st=k(ye);return Se.length>0&&Se[Se.length-1].group===st?Se[Se.length-1].options.push(ye):Se.push({key:ze,index:ze,group:st,options:[ye]}),Se},[])),v&&Ye&&Ai(),{getRootProps:(Se={})=>P({"aria-owns":Re?`${le}-listbox`:null},Se,{onKeyDown:Li(Se),onMouseDown:it,onClick:Et}),getInputLabelProps:()=>({id:`${le}-label`,htmlFor:le}),getInputProps:()=>({id:le,value:ve,onBlur:Ai,onFocus:cs,onChange:Fi,onMouseDown:en,"aria-activedescendant":Ve?"":null,"aria-autocomplete":r?"both":"list","aria-controls":Re?`${le}-listbox`:void 0,"aria-expanded":Re,autoComplete:"off",ref:ce,autoCapitalize:"none",spellCheck:"false",role:"combobox",disabled:v}),getClearProps:()=>({tabIndex:-1,onClick:ci}),getPopupIndicatorProps:()=>({tabIndex:-1,onClick:Te}),getTagProps:({index:Se})=>P({key:Se,"data-tag-index":Se,tabIndex:-1},!W&&{onDelete:ot(Se)}),getListboxProps:()=>({role:"listbox",id:`${le}-listbox`,"aria-labelledby":`${le}-label`,ref:Ar,onMouseDown:Se=>{Se.preventDefault()}}),getOptionProps:({index:Se,option:ye})=>{const ze=(L?re:[re]).some(Vt=>Vt!=null&&T(ye,Vt)),st=w?w(ye):!1;return{key:Q(ye),tabIndex:-1,role:"option",id:`${le}-option-${Se}`,onMouseOver:ae,onClick:Ae,onTouchStart:Ce,"data-option-index":Se,"aria-disabled":st,"aria-selected":ze}},id:le,inputValue:ve,value:re,dirty:Fn,popupOpen:Ve,focused:Ye||we!==-1,anchorEl:de,setAnchorEl:be,focusedTag:we,groupedOptions:ao}}function dK(e){return Xe("MuiSvgIcon",e)}Ge("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const fK=["children","className","color","component","fontSize","htmlColor","inheritViewBox","titleAccess","viewBox"],pK=e=>{const{color:t,fontSize:n,classes:r}=e,o={root:["root",t!=="inherit"&&`color${fe(t)}`,`fontSize${fe(n)}`]};return Ie(o,dK,r)},hK=ie("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)}`]]}})(({theme:e,ownerState:t})=>{var n,r,o,i,s,a,c,d,p,h,m,v,b,g,x,C,E;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",fill:"currentColor",flexShrink:0,transition:(n=e.transitions)==null||(r=n.create)==null?void 0:r.call(n,"fill",{duration:(o=e.transitions)==null||(i=o.duration)==null?void 0:i.shorter}),fontSize:{inherit:"inherit",small:((s=e.typography)==null||(a=s.pxToRem)==null?void 0:a.call(s,20))||"1.25rem",medium:((c=e.typography)==null||(d=c.pxToRem)==null?void 0:d.call(c,24))||"1.5rem",large:((p=e.typography)==null||(h=p.pxToRem)==null?void 0:h.call(p,35))||"2.1875rem"}[t.fontSize],color:(m=(v=(e.vars||e).palette)==null||(b=v[t.color])==null?void 0:b.main)!=null?m:{action:(g=(e.vars||e).palette)==null||(x=g.action)==null?void 0:x.active,disabled:(C=(e.vars||e).palette)==null||(E=C.action)==null?void 0:E.disabled,inherit:void 0}[t.color]}}),zO=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiSvgIcon"}),{children:o,className:i,color:s="inherit",component:a="svg",fontSize:c="medium",htmlColor:d,inheritViewBox:p=!1,titleAccess:h,viewBox:m="0 0 24 24"}=r,v=se(r,fK),b=P({},r,{color:s,component:a,fontSize:c,instanceFontSize:t.fontSize,inheritViewBox:p,viewBox:m}),g={};p||(g.viewBox=m);const x=pK(b);return O.jsxs(hK,P({as:a,className:me(x.root,i),focusable:"false",color:d,"aria-hidden":h?void 0:!0,role:h?"img":void 0,ref:n},g,v,{ownerState:b,children:[o,h?O.jsx("title",{children:h}):null]}))});zO.muiName="SvgIcon";const t_=zO;function Tt(e,t){function n(r,o){return O.jsx(t_,P({"data-testid":`${t}Icon`,ref:o},r,{children:e}))}return n.muiName=t_.muiName,u.memo(u.forwardRef(n))}const mK={configure:e=>{MC.configure(e)}},gK=Object.freeze(Object.defineProperty({__proto__:null,capitalize:fe,createChainedFunction:Ob,createSvgIcon:Tt,debounce:Ns,deprecatedPropType:Q8,isMuiElement:nf,ownerDocument:pn,ownerWindow:io,requirePropFactory:J8,setRef:Lf,unstable_ClassNameGenerator:mK,unstable_useEnhancedEffect:hn,unstable_useId:Pn,unsupportedProp:tV,useControlled:Zi,useEventCallback:cn,useForkRef:jt,useIsFocusVisible:Qg},Symbol.toStringTag,{value:"Module"}));function Vb(e,t){return Vb=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,o){return r.__proto__=o,r},Vb(e,t)}function tx(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Vb(e,t)}const n_={disabled:!1},ng=Jr.createContext(null);var vK=function(t){return t.scrollTop},jd="unmounted",da="exited",fa="entering",Rc="entered",Ub="exiting",Vs=function(e){tx(t,e);function t(r,o){var i;i=e.call(this,r,o)||this;var s=o,a=s&&!s.isMounting?r.enter:r.appear,c;return i.appearStatus=null,r.in?a?(c=da,i.appearStatus=fa):c=Rc:r.unmountOnExit||r.mountOnEnter?c=jd:c=da,i.state={status:c},i.nextCallback=null,i}t.getDerivedStateFromProps=function(o,i){var s=o.in;return s&&i.status===jd?{status:da}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(o){var i=null;if(o!==this.props){var s=this.state.status;this.props.in?s!==fa&&s!==Rc&&(i=fa):(s===fa||s===Rc)&&(i=Ub)}this.updateStatus(!1,i)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var o=this.props.timeout,i,s,a;return i=s=a=o,o!=null&&typeof o!="number"&&(i=o.exit,s=o.enter,a=o.appear!==void 0?o.appear:s),{exit:i,enter:s,appear:a}},n.updateStatus=function(o,i){if(o===void 0&&(o=!1),i!==null)if(this.cancelNextCallback(),i===fa){if(this.props.unmountOnExit||this.props.mountOnEnter){var s=this.props.nodeRef?this.props.nodeRef.current:Ah.findDOMNode(this);s&&vK(s)}this.performEnter(o)}else this.performExit();else this.props.unmountOnExit&&this.state.status===da&&this.setState({status:jd})},n.performEnter=function(o){var i=this,s=this.props.enter,a=this.context?this.context.isMounting:o,c=this.props.nodeRef?[a]:[Ah.findDOMNode(this),a],d=c[0],p=c[1],h=this.getTimeouts(),m=a?h.appear:h.enter;if(!o&&!s||n_.disabled){this.safeSetState({status:Rc},function(){i.props.onEntered(d)});return}this.props.onEnter(d,p),this.safeSetState({status:fa},function(){i.props.onEntering(d,p),i.onTransitionEnd(m,function(){i.safeSetState({status:Rc},function(){i.props.onEntered(d,p)})})})},n.performExit=function(){var o=this,i=this.props.exit,s=this.getTimeouts(),a=this.props.nodeRef?void 0:Ah.findDOMNode(this);if(!i||n_.disabled){this.safeSetState({status:da},function(){o.props.onExited(a)});return}this.props.onExit(a),this.safeSetState({status:Ub},function(){o.props.onExiting(a),o.onTransitionEnd(s.exit,function(){o.safeSetState({status:da},function(){o.props.onExited(a)})})})},n.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(o,i){i=this.setNextCallback(i),this.setState(o,i)},n.setNextCallback=function(o){var i=this,s=!0;return this.nextCallback=function(a){s&&(s=!1,i.nextCallback=null,o(a))},this.nextCallback.cancel=function(){s=!1},this.nextCallback},n.onTransitionEnd=function(o,i){this.setNextCallback(i);var s=this.props.nodeRef?this.props.nodeRef.current:Ah.findDOMNode(this),a=o==null&&!this.props.addEndListener;if(!s||a){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var c=this.props.nodeRef?[this.nextCallback]:[s,this.nextCallback],d=c[0],p=c[1];this.props.addEndListener(d,p)}o!=null&&setTimeout(this.nextCallback,o)},n.render=function(){var o=this.state.status;if(o===jd)return null;var i=this.props,s=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 a=se(i,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return Jr.createElement(ng.Provider,{value:null},typeof s=="function"?s(o,a):Jr.cloneElement(Jr.Children.only(s),a))},t}(Jr.Component);Vs.contextType=ng;Vs.propTypes={};function Pc(){}Vs.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:Pc,onEntering:Pc,onEntered:Pc,onExit:Pc,onExiting:Pc,onExited:Pc};Vs.UNMOUNTED=jd;Vs.EXITED=da;Vs.ENTERING=fa;Vs.ENTERED=Rc;Vs.EXITING=Ub;const Sv=Vs;function Wb(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function nx(e,t){var n=function(i){return t&&u.isValidElement(i)?t(i):i},r=Object.create(null);return e&&u.Children.map(e,function(o){return o}).forEach(function(o){r[o.key]=n(o)}),r}function yK(e,t){e=e||{},t=t||{};function n(p){return p in t?t[p]:e[p]}var r=Object.create(null),o=[];for(var i in e)i in t?o.length&&(r[i]=o,o=[]):o.push(i);var s,a={};for(var c in t){if(r[c])for(s=0;s<r[c].length;s++){var d=r[c][s];a[r[c][s]]=n(d)}a[c]=n(c)}for(s=0;s<o.length;s++)a[o[s]]=n(o[s]);return a}function ba(e,t,n){return n[t]!=null?n[t]:e.props[t]}function bK(e,t){return nx(e.children,function(n){return u.cloneElement(n,{onExited:t.bind(null,n),in:!0,appear:ba(n,"appear",e),enter:ba(n,"enter",e),exit:ba(n,"exit",e)})})}function wK(e,t,n){var r=nx(e.children),o=yK(t,r);return Object.keys(o).forEach(function(i){var s=o[i];if(u.isValidElement(s)){var a=i in t,c=i in r,d=t[i],p=u.isValidElement(d)&&!d.props.in;c&&(!a||p)?o[i]=u.cloneElement(s,{onExited:n.bind(null,s),in:!0,exit:ba(s,"exit",e),enter:ba(s,"enter",e)}):!c&&a&&!p?o[i]=u.cloneElement(s,{in:!1}):c&&a&&u.isValidElement(d)&&(o[i]=u.cloneElement(s,{onExited:n.bind(null,s),in:d.props.in,exit:ba(s,"exit",e),enter:ba(s,"enter",e)}))}}),o}var CK=Object.values||function(e){return Object.keys(e).map(function(t){return e[t]})},xK={component:"div",childFactory:function(t){return t}},rx=function(e){tx(t,e);function t(r,o){var i;i=e.call(this,r,o)||this;var s=i.handleExited.bind(Wb(i));return i.state={contextValue:{isMounting:!0},handleExited:s,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(o,i){var s=i.children,a=i.handleExited,c=i.firstRender;return{children:c?bK(o,a):wK(o,s,a),firstRender:!1}},n.handleExited=function(o,i){var s=nx(this.props.children);o.key in s||(o.props.onExited&&o.props.onExited(i),this.mounted&&this.setState(function(a){var c=P({},a.children);return delete c[o.key],{children:c}}))},n.render=function(){var o=this.props,i=o.component,s=o.childFactory,a=se(o,["component","childFactory"]),c=this.state.contextValue,d=CK(this.state.children).map(s);return delete a.appear,delete a.enter,delete a.exit,i===null?Jr.createElement(ng.Provider,{value:c},d):Jr.createElement(ng.Provider,{value:c},Jr.createElement(i,a,d))},t}(Jr.Component);rx.propTypes={};rx.defaultProps=xK;const SK=rx,ox=e=>e.scrollTop;function jl(e,t){var n,r;const{timeout:o,easing:i,style:s={}}=e;return{duration:(n=s.transitionDuration)!=null?n:typeof o=="number"?o:o[t.mode]||0,easing:(r=s.transitionTimingFunction)!=null?r:typeof i=="object"?i[t.mode]:i,delay:s.transitionDelay}}function EK(e){return Xe("MuiCollapse",e)}Ge("MuiCollapse",["root","horizontal","vertical","entered","hidden","wrapper","wrapperInner"]);const PK=["addEndListener","children","className","collapsedSize","component","easing","in","onEnter","onEntered","onEntering","onExit","onExited","onExiting","orientation","style","timeout","TransitionComponent"],kK=e=>{const{orientation:t,classes:n}=e,r={root:["root",`${t}`],entered:["entered"],hidden:["hidden"],wrapper:["wrapper",`${t}`],wrapperInner:["wrapperInner",`${t}`]};return Ie(r,EK,n)},IK=ie("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]}})(({theme:e,ownerState:t})=>P({height:0,overflow:"hidden",transition:e.transitions.create("height")},t.orientation==="horizontal"&&{height:"auto",width:0,transition:e.transitions.create("width")},t.state==="entered"&&P({height:"auto",overflow:"visible"},t.orientation==="horizontal"&&{width:"auto"}),t.state==="exited"&&!t.in&&t.collapsedSize==="0px"&&{visibility:"hidden"})),_K=ie("div",{name:"MuiCollapse",slot:"Wrapper",overridesResolver:(e,t)=>t.wrapper})(({ownerState:e})=>P({display:"flex",width:"100%"},e.orientation==="horizontal"&&{width:"auto",height:"100%"})),$K=ie("div",{name:"MuiCollapse",slot:"WrapperInner",overridesResolver:(e,t)=>t.wrapperInner})(({ownerState:e})=>P({width:"100%"},e.orientation==="horizontal"&&{width:"auto",height:"100%"})),jO=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiCollapse"}),{addEndListener:o,children:i,className:s,collapsedSize:a="0px",component:c,easing:d,in:p,onEnter:h,onEntered:m,onEntering:v,onExit:b,onExited:g,onExiting:x,orientation:C="vertical",style:E,timeout:w=kO.standard,TransitionComponent:S=Sv}=r,k=se(r,PK),_=P({},r,{orientation:C,collapsedSize:a}),I=kK(_),M=lo(),R=u.useRef(),T=u.useRef(null),L=u.useRef(),H=typeof a=="number"?`${a}px`:a,j=C==="horizontal",A=j?"width":"height";u.useEffect(()=>()=>{clearTimeout(R.current)},[]);const F=u.useRef(null),B=jt(n,F),G=ee=>ce=>{if(ee){const oe=F.current;ce===void 0?ee(oe):ee(oe,ce)}},N=()=>T.current?T.current[j?"clientWidth":"clientHeight"]:0,z=G((ee,ce)=>{T.current&&j&&(T.current.style.position="absolute"),ee.style[A]=H,h&&h(ee,ce)}),W=G((ee,ce)=>{const oe=N();T.current&&j&&(T.current.style.position="");const{duration:de,easing:be}=jl({style:E,timeout:w,easing:d},{mode:"enter"});if(w==="auto"){const we=M.transitions.getAutoHeightDuration(oe);ee.style.transitionDuration=`${we}ms`,L.current=we}else ee.style.transitionDuration=typeof de=="string"?de:`${de}ms`;ee.style[A]=`${oe}px`,ee.style.transitionTimingFunction=be,v&&v(ee,ce)}),q=G((ee,ce)=>{ee.style[A]="auto",m&&m(ee,ce)}),X=G(ee=>{ee.style[A]=`${N()}px`,b&&b(ee)}),le=G(g),Q=G(ee=>{const ce=N(),{duration:oe,easing:de}=jl({style:E,timeout:w,easing:d},{mode:"exit"});if(w==="auto"){const be=M.transitions.getAutoHeightDuration(ce);ee.style.transitionDuration=`${be}ms`,L.current=be}else ee.style.transitionDuration=typeof oe=="string"?oe:`${oe}ms`;ee.style[A]=H,ee.style.transitionTimingFunction=de,x&&x(ee)}),ge=ee=>{w==="auto"&&(R.current=setTimeout(ee,L.current||0)),o&&o(F.current,ee)};return O.jsx(S,P({in:p,onEnter:z,onEntered:q,onEntering:W,onExit:X,onExited:le,onExiting:Q,addEndListener:ge,nodeRef:F,timeout:w==="auto"?null:w},k,{children:(ee,ce)=>O.jsx(IK,P({as:c,className:me(I.root,s,{entered:I.entered,exited:!p&&H==="0px"&&I.hidden}[ee]),style:P({[j?"minWidth":"minHeight"]:H},E),ownerState:P({},_,{state:ee}),ref:B},ce,{children:O.jsx(_K,{ownerState:P({},_,{state:ee}),className:I.wrapper,ref:T,children:O.jsx($K,{ownerState:P({},_,{state:ee}),className:I.wrapperInner,children:i})})}))}))});jO.muiSupportAuto=!0;const HO=jO;function MK(e){return Xe("MuiPaper",e)}Ge("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 RK=["className","component","elevation","square","variant"],TK=e=>{const{square:t,elevation:n,variant:r,classes:o}=e,i={root:["root",r,!t&&"rounded",r==="elevation"&&`elevation${n}`]};return Ie(i,MK,o)},OK=ie("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}`]]}})(({theme:e,ownerState:t})=>{var n;return P({backgroundColor:(e.vars||e).palette.background.paper,color:(e.vars||e).palette.text.primary,transition:e.transitions.create("box-shadow")},!t.square&&{borderRadius:e.shape.borderRadius},t.variant==="outlined"&&{border:`1px solid ${(e.vars||e).palette.divider}`},t.variant==="elevation"&&P({boxShadow:(e.vars||e).shadows[t.elevation]},!e.vars&&e.palette.mode==="dark"&&{backgroundImage:`linear-gradient(${nt("#fff",DI(t.elevation))}, ${nt("#fff",DI(t.elevation))})`},e.vars&&{backgroundImage:(n=e.vars.overlays)==null?void 0:n[t.elevation]}))}),LK=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiPaper"}),{className:o,component:i="div",elevation:s=1,square:a=!1,variant:c="elevation"}=r,d=se(r,RK),p=P({},r,{component:i,elevation:s,square:a,variant:c}),h=TK(p);return O.jsx(OK,P({as:i,ownerState:p,className:me(h.root,o),ref:n},d))}),ai=LK;function AK(e){const{className:t,classes:n,pulsate:r=!1,rippleX:o,rippleY:i,rippleSize:s,in:a,onExited:c,timeout:d}=e,[p,h]=u.useState(!1),m=me(t,n.ripple,n.rippleVisible,r&&n.ripplePulsate),v={width:s,height:s,top:-(s/2)+i,left:-(s/2)+o},b=me(n.child,p&&n.childLeaving,r&&n.childPulsate);return!a&&!p&&h(!0),u.useEffect(()=>{if(!a&&c!=null){const g=setTimeout(c,d);return()=>{clearTimeout(g)}}},[c,a,d]),O.jsx("span",{className:m,style:v,children:O.jsx("span",{className:b})})}const FK=Ge("MuiTouchRipple",["root","ripple","rippleVisible","ripplePulsate","child","childLeaving","childPulsate"]),Wo=FK,NK=["center","classes","className"];let Ev=e=>e,r_,o_,i_,s_;const Gb=550,DK=80,BK=ls(r_||(r_=Ev`
|
|
90
|
+
0% {
|
|
91
|
+
transform: scale(0);
|
|
92
|
+
opacity: 0.1;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
100% {
|
|
96
|
+
transform: scale(1);
|
|
97
|
+
opacity: 0.3;
|
|
98
|
+
}
|
|
99
|
+
`)),zK=ls(o_||(o_=Ev`
|
|
100
|
+
0% {
|
|
101
|
+
opacity: 1;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
100% {
|
|
105
|
+
opacity: 0;
|
|
106
|
+
}
|
|
107
|
+
`)),jK=ls(i_||(i_=Ev`
|
|
108
|
+
0% {
|
|
109
|
+
transform: scale(1);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
50% {
|
|
113
|
+
transform: scale(0.92);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
100% {
|
|
117
|
+
transform: scale(1);
|
|
118
|
+
}
|
|
119
|
+
`)),HK=ie("span",{name:"MuiTouchRipple",slot:"Root"})({overflow:"hidden",pointerEvents:"none",position:"absolute",zIndex:0,top:0,right:0,bottom:0,left:0,borderRadius:"inherit"}),VK=ie(AK,{name:"MuiTouchRipple",slot:"Ripple"})(s_||(s_=Ev`
|
|
120
|
+
opacity: 0;
|
|
121
|
+
position: absolute;
|
|
122
|
+
|
|
123
|
+
&.${0} {
|
|
124
|
+
opacity: 0.3;
|
|
125
|
+
transform: scale(1);
|
|
126
|
+
animation-name: ${0};
|
|
127
|
+
animation-duration: ${0}ms;
|
|
128
|
+
animation-timing-function: ${0};
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
&.${0} {
|
|
132
|
+
animation-duration: ${0}ms;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
& .${0} {
|
|
136
|
+
opacity: 1;
|
|
137
|
+
display: block;
|
|
138
|
+
width: 100%;
|
|
139
|
+
height: 100%;
|
|
140
|
+
border-radius: 50%;
|
|
141
|
+
background-color: currentColor;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
& .${0} {
|
|
145
|
+
opacity: 0;
|
|
146
|
+
animation-name: ${0};
|
|
147
|
+
animation-duration: ${0}ms;
|
|
148
|
+
animation-timing-function: ${0};
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
& .${0} {
|
|
152
|
+
position: absolute;
|
|
153
|
+
/* @noflip */
|
|
154
|
+
left: 0px;
|
|
155
|
+
top: 0;
|
|
156
|
+
animation-name: ${0};
|
|
157
|
+
animation-duration: 2500ms;
|
|
158
|
+
animation-timing-function: ${0};
|
|
159
|
+
animation-iteration-count: infinite;
|
|
160
|
+
animation-delay: 200ms;
|
|
161
|
+
}
|
|
162
|
+
`),Wo.rippleVisible,BK,Gb,({theme:e})=>e.transitions.easing.easeInOut,Wo.ripplePulsate,({theme:e})=>e.transitions.duration.shorter,Wo.child,Wo.childLeaving,zK,Gb,({theme:e})=>e.transitions.easing.easeInOut,Wo.childPulsate,jK,({theme:e})=>e.transitions.easing.easeInOut),UK=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiTouchRipple"}),{center:o=!1,classes:i={},className:s}=r,a=se(r,NK),[c,d]=u.useState([]),p=u.useRef(0),h=u.useRef(null);u.useEffect(()=>{h.current&&(h.current(),h.current=null)},[c]);const m=u.useRef(!1),v=u.useRef(null),b=u.useRef(null),g=u.useRef(null);u.useEffect(()=>()=>{clearTimeout(v.current)},[]);const x=u.useCallback(S=>{const{pulsate:k,rippleX:_,rippleY:I,rippleSize:M,cb:R}=S;d(T=>[...T,O.jsx(VK,{classes:{ripple:me(i.ripple,Wo.ripple),rippleVisible:me(i.rippleVisible,Wo.rippleVisible),ripplePulsate:me(i.ripplePulsate,Wo.ripplePulsate),child:me(i.child,Wo.child),childLeaving:me(i.childLeaving,Wo.childLeaving),childPulsate:me(i.childPulsate,Wo.childPulsate)},timeout:Gb,pulsate:k,rippleX:_,rippleY:I,rippleSize:M},p.current)]),p.current+=1,h.current=R},[i]),C=u.useCallback((S={},k={},_=()=>{})=>{const{pulsate:I=!1,center:M=o||k.pulsate,fakeElement:R=!1}=k;if((S==null?void 0:S.type)==="mousedown"&&m.current){m.current=!1;return}(S==null?void 0:S.type)==="touchstart"&&(m.current=!0);const T=R?null:g.current,L=T?T.getBoundingClientRect():{width:0,height:0,left:0,top:0};let H,j,A;if(M||S===void 0||S.clientX===0&&S.clientY===0||!S.clientX&&!S.touches)H=Math.round(L.width/2),j=Math.round(L.height/2);else{const{clientX:F,clientY:B}=S.touches&&S.touches.length>0?S.touches[0]:S;H=Math.round(F-L.left),j=Math.round(B-L.top)}if(M)A=Math.sqrt((2*bs(L.width,2)+bs(L.height,2))/3),A%2===0&&(A+=1);else{const F=Math.max(Math.abs((T?T.clientWidth:0)-H),H)*2+2,B=Math.max(Math.abs((T?T.clientHeight:0)-j),j)*2+2;A=Math.sqrt(bs(F,2)+bs(B,2))}S!=null&&S.touches?b.current===null&&(b.current=()=>{x({pulsate:I,rippleX:H,rippleY:j,rippleSize:A,cb:_})},v.current=setTimeout(()=>{b.current&&(b.current(),b.current=null)},DK)):x({pulsate:I,rippleX:H,rippleY:j,rippleSize:A,cb:_})},[o,x]),E=u.useCallback(()=>{C({},{pulsate:!0})},[C]),w=u.useCallback((S,k)=>{if(clearTimeout(v.current),(S==null?void 0:S.type)==="touchend"&&b.current){b.current(),b.current=null,v.current=setTimeout(()=>{w(S,k)});return}b.current=null,d(_=>_.length>0?_.slice(1):_),h.current=k},[]);return u.useImperativeHandle(n,()=>({pulsate:E,start:C,stop:w}),[E,C,w]),O.jsx(HK,P({className:me(Wo.root,i.root,s),ref:g},a,{children:O.jsx(SK,{component:null,exit:!0,children:c})}))}),WK=UK;function GK(e){return Xe("MuiButtonBase",e)}const KK=Ge("MuiButtonBase",["root","disabled","focusVisible"]),qK=KK,YK=["action","centerRipple","children","className","component","disabled","disableRipple","disableTouchRipple","focusRipple","focusVisibleClassName","LinkComponent","onBlur","onClick","onContextMenu","onDragLeave","onFocus","onFocusVisible","onKeyDown","onKeyUp","onMouseDown","onMouseLeave","onMouseUp","onTouchEnd","onTouchMove","onTouchStart","tabIndex","TouchRippleProps","touchRippleRef","type"],XK=e=>{const{disabled:t,focusVisible:n,focusVisibleClassName:r,classes:o}=e,s=Ie({root:["root",t&&"disabled",n&&"focusVisible"]},GK,o);return n&&r&&(s.root+=` ${r}`),s},QK=ie("button",{name:"MuiButtonBase",slot:"Root",overridesResolver:(e,t)=>t.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"},[`&.${qK.disabled}`]:{pointerEvents:"none",cursor:"default"},"@media print":{colorAdjust:"exact"}}),JK=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiButtonBase"}),{action:o,centerRipple:i=!1,children:s,className:a,component:c="button",disabled:d=!1,disableRipple:p=!1,disableTouchRipple:h=!1,focusRipple:m=!1,LinkComponent:v="a",onBlur:b,onClick:g,onContextMenu:x,onDragLeave:C,onFocus:E,onFocusVisible:w,onKeyDown:S,onKeyUp:k,onMouseDown:_,onMouseLeave:I,onMouseUp:M,onTouchEnd:R,onTouchMove:T,onTouchStart:L,tabIndex:H=0,TouchRippleProps:j,touchRippleRef:A,type:F}=r,B=se(r,YK),G=u.useRef(null),N=u.useRef(null),z=jt(N,A),{isFocusVisibleRef:W,onFocus:q,onBlur:X,ref:le}=Qg(),[Q,ge]=u.useState(!1);d&&Q&&ge(!1),u.useImperativeHandle(o,()=>({focusVisible:()=>{ge(!0),G.current.focus()}}),[]);const[ee,ce]=u.useState(!1);u.useEffect(()=>{ce(!0)},[]);const oe=ee&&!p&&!d;u.useEffect(()=>{Q&&m&&!p&&ee&&N.current.pulsate()},[p,m,Q,ee]);function de(J,Re,Me=h){return cn(Qe=>(Re&&Re(Qe),!Me&&N.current&&N.current[J](Qe),!0))}const be=de("start",_),we=de("stop",x),_e=de("stop",C),He=de("stop",M),Ne=de("stop",J=>{Q&&J.preventDefault(),I&&I(J)}),re=de("start",L),Le=de("stop",R),ve=de("stop",T),je=de("stop",J=>{X(J),W.current===!1&&ge(!1),b&&b(J)},!1),Ye=cn(J=>{G.current||(G.current=J.currentTarget),q(J),W.current===!0&&(ge(!0),w&&w(J)),E&&E(J)}),ht=()=>{const J=G.current;return c&&c!=="button"&&!(J.tagName==="A"&&J.href)},Be=u.useRef(!1),mt=cn(J=>{m&&!Be.current&&Q&&N.current&&J.key===" "&&(Be.current=!0,N.current.stop(J,()=>{N.current.start(J)})),J.target===J.currentTarget&&ht()&&J.key===" "&&J.preventDefault(),S&&S(J),J.target===J.currentTarget&&ht()&&J.key==="Enter"&&!d&&(J.preventDefault(),g&&g(J))}),rt=cn(J=>{m&&J.key===" "&&N.current&&Q&&!J.defaultPrevented&&(Be.current=!1,N.current.stop(J,()=>{N.current.pulsate(J)})),k&&k(J),g&&J.target===J.currentTarget&&ht()&&J.key===" "&&!J.defaultPrevented&&g(J)});let at=c;at==="button"&&(B.href||B.to)&&(at=v);const bt={};at==="button"?(bt.type=F===void 0?"button":F,bt.disabled=d):(!B.href&&!B.to&&(bt.role="button"),d&&(bt["aria-disabled"]=d));const ut=jt(n,le,G),Ve=P({},r,{centerRipple:i,component:c,disabled:d,disableRipple:p,disableTouchRipple:h,focusRipple:m,tabIndex:H,focusVisible:Q}),ue=XK(Ve);return O.jsxs(QK,P({as:at,className:me(ue.root,a),ownerState:Ve,onBlur:je,onClick:g,onContextMenu:we,onFocus:Ye,onKeyDown:mt,onKeyUp:rt,onMouseDown:be,onMouseLeave:Ne,onMouseUp:He,onDragLeave:_e,onTouchEnd:Le,onTouchMove:ve,onTouchStart:re,ref:ut,tabIndex:d?-1:H,type:F},bt,B,{children:[s,oe?O.jsx(WK,P({ref:z,center:i},j)):null]}))}),ss=JK;function ZK(e){return Xe("MuiAlert",e)}const eq=Ge("MuiAlert",["root","action","icon","message","filled","filledSuccess","filledInfo","filledWarning","filledError","outlined","outlinedSuccess","outlinedInfo","outlinedWarning","outlinedError","standard","standardSuccess","standardInfo","standardWarning","standardError"]),l_=eq;function tq(e){return Xe("MuiIconButton",e)}const nq=Ge("MuiIconButton",["root","disabled","colorInherit","colorPrimary","colorSecondary","colorError","colorInfo","colorSuccess","colorWarning","edgeStart","edgeEnd","sizeSmall","sizeMedium","sizeLarge"]),rq=nq,oq=["edge","children","className","color","disabled","disableFocusRipple","size"],iq=e=>{const{classes:t,disabled:n,color:r,edge:o,size:i}=e,s={root:["root",n&&"disabled",r!=="default"&&`color${fe(r)}`,o&&`edge${fe(o)}`,`size${fe(i)}`]};return Ie(s,tq,t)},sq=ie(ss,{name:"MuiIconButton",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.color!=="default"&&t[`color${fe(n.color)}`],n.edge&&t[`edge${fe(n.edge)}`],t[`size${fe(n.size)}`]]}})(({theme:e,ownerState:t})=>P({textAlign:"center",flex:"0 0 auto",fontSize:e.typography.pxToRem(24),padding:8,borderRadius:"50%",overflow:"visible",color:(e.vars||e).palette.action.active,transition:e.transitions.create("background-color",{duration:e.transitions.duration.shortest})},!t.disableRipple&&{"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})`:nt(e.palette.action.active,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}}},t.edge==="start"&&{marginLeft:t.size==="small"?-3:-12},t.edge==="end"&&{marginRight:t.size==="small"?-3:-12}),({theme:e,ownerState:t})=>{var n;const r=(n=(e.vars||e).palette)==null?void 0:n[t.color];return P({},t.color==="inherit"&&{color:"inherit"},t.color!=="inherit"&&t.color!=="default"&&P({color:r==null?void 0:r.main},!t.disableRipple&&{"&:hover":P({},r&&{backgroundColor:e.vars?`rgba(${r.mainChannel} / ${e.vars.palette.action.hoverOpacity})`:nt(r.main,e.palette.action.hoverOpacity)},{"@media (hover: none)":{backgroundColor:"transparent"}})}),t.size==="small"&&{padding:5,fontSize:e.typography.pxToRem(18)},t.size==="large"&&{padding:12,fontSize:e.typography.pxToRem(28)},{[`&.${rq.disabled}`]:{backgroundColor:"transparent",color:(e.vars||e).palette.action.disabled}})}),lq=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiIconButton"}),{edge:o=!1,children:i,className:s,color:a="default",disabled:c=!1,disableFocusRipple:d=!1,size:p="medium"}=r,h=se(r,oq),m=P({},r,{edge:o,color:a,disabled:c,disableFocusRipple:d,size:p}),v=iq(m);return O.jsx(sq,P({className:me(v.root,s),centerRipple:!0,focusRipple:!d,disabled:c,ref:n,ownerState:m},h,{children:i}))}),ar=lq,aq=Tt(O.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"),cq=Tt(O.jsx("path",{d:"M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"}),"ReportProblemOutlined"),uq=Tt(O.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"),dq=Tt(O.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"),VO=Tt(O.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"),fq=["action","children","className","closeText","color","components","componentsProps","icon","iconMapping","onClose","role","severity","slotProps","slots","variant"],pq=e=>{const{variant:t,color:n,severity:r,classes:o}=e,i={root:["root",`${t}${fe(n||r)}`,`${t}`],icon:["icon"],message:["message"],action:["action"]};return Ie(i,ZK,o)},hq=ie(ai,{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)}`]]}})(({theme:e,ownerState:t})=>{const n=e.palette.mode==="light"?Ds:Bs,r=e.palette.mode==="light"?Bs:Ds,o=t.color||t.severity;return P({},e.typography.body2,{backgroundColor:"transparent",display:"flex",padding:"6px 16px"},o&&t.variant==="standard"&&{color:e.vars?e.vars.palette.Alert[`${o}Color`]:n(e.palette[o].light,.6),backgroundColor:e.vars?e.vars.palette.Alert[`${o}StandardBg`]:r(e.palette[o].light,.9),[`& .${l_.icon}`]:e.vars?{color:e.vars.palette.Alert[`${o}IconColor`]}:{color:e.palette[o].main}},o&&t.variant==="outlined"&&{color:e.vars?e.vars.palette.Alert[`${o}Color`]:n(e.palette[o].light,.6),border:`1px solid ${(e.vars||e).palette[o].light}`,[`& .${l_.icon}`]:e.vars?{color:e.vars.palette.Alert[`${o}IconColor`]}:{color:e.palette[o].main}},o&&t.variant==="filled"&&P({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)}))}),mq=ie("div",{name:"MuiAlert",slot:"Icon",overridesResolver:(e,t)=>t.icon})({marginRight:12,padding:"7px 0",display:"flex",fontSize:22,opacity:.9}),gq=ie("div",{name:"MuiAlert",slot:"Message",overridesResolver:(e,t)=>t.message})({padding:"8px 0",minWidth:0,overflow:"auto"}),a_=ie("div",{name:"MuiAlert",slot:"Action",overridesResolver:(e,t)=>t.action})({display:"flex",alignItems:"flex-start",padding:"4px 0 0 16px",marginLeft:"auto",marginRight:-8}),c_={success:O.jsx(aq,{fontSize:"inherit"}),warning:O.jsx(cq,{fontSize:"inherit"}),error:O.jsx(uq,{fontSize:"inherit"}),info:O.jsx(dq,{fontSize:"inherit"})},vq=u.forwardRef(function(t,n){var r,o,i,s,a,c;const d=Ze({props:t,name:"MuiAlert"}),{action:p,children:h,className:m,closeText:v="Close",color:b,components:g={},componentsProps:x={},icon:C,iconMapping:E=c_,onClose:w,role:S="alert",severity:k="success",slotProps:_={},slots:I={},variant:M="standard"}=d,R=se(d,fq),T=P({},d,{color:b,severity:k,variant:M}),L=pq(T),H=(r=(o=I.closeButton)!=null?o:g.CloseButton)!=null?r:ar,j=(i=(s=I.closeIcon)!=null?s:g.CloseIcon)!=null?i:VO,A=(a=_.closeButton)!=null?a:x.closeButton,F=(c=_.closeIcon)!=null?c:x.closeIcon;return O.jsxs(hq,P({role:S,elevation:0,ownerState:T,className:me(L.root,m),ref:n},R,{children:[C!==!1?O.jsx(mq,{ownerState:T,className:L.icon,children:C||E[k]||c_[k]}):null,O.jsx(gq,{ownerState:T,className:L.message,children:h}),p!=null?O.jsx(a_,{ownerState:T,className:L.action,children:p}):null,p==null&&w?O.jsx(a_,{ownerState:T,className:L.action,children:O.jsx(H,P({size:"small","aria-label":v,title:v,color:"inherit",onClick:w},A,{children:O.jsx(j,P({fontSize:"small"},F))}))}):null]}))}),_o=vq;function yq(e){return Xe("MuiTypography",e)}Ge("MuiTypography",["root","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","inherit","button","caption","overline","alignLeft","alignRight","alignCenter","alignJustify","noWrap","gutterBottom","paragraph"]);const bq=["align","className","component","gutterBottom","noWrap","paragraph","variant","variantMapping"],wq=e=>{const{align:t,gutterBottom:n,noWrap:r,paragraph:o,variant:i,classes:s}=e,a={root:["root",i,e.align!=="inherit"&&`align${fe(t)}`,n&&"gutterBottom",r&&"noWrap",o&&"paragraph"]};return Ie(a,yq,s)},Cq=ie("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]}})(({theme:e,ownerState:t})=>P({margin:0},t.variant&&e.typography[t.variant],t.align!=="inherit"&&{textAlign:t.align},t.noWrap&&{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},t.gutterBottom&&{marginBottom:"0.35em"},t.paragraph&&{marginBottom:16})),u_={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",body1:"p",body2:"p",inherit:"p"},xq={primary:"primary.main",textPrimary:"text.primary",secondary:"secondary.main",textSecondary:"text.secondary",error:"error.main"},Sq=e=>xq[e]||e,Eq=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiTypography"}),o=Sq(r.color),i=VC(P({},r,{color:o})),{align:s="inherit",className:a,component:c,gutterBottom:d=!1,noWrap:p=!1,paragraph:h=!1,variant:m="body1",variantMapping:v=u_}=i,b=se(i,bq),g=P({},i,{align:s,color:o,className:a,component:c,gutterBottom:d,noWrap:p,paragraph:h,variant:m,variantMapping:v}),x=c||(h?"p":v[m]||u_[m])||"span",C=wq(g);return O.jsx(Cq,P({as:x,ref:n,ownerState:g,className:me(C.root,a)},b))}),Mr=Eq;function Pq(e){return Xe("MuiAppBar",e)}Ge("MuiAppBar",["root","positionFixed","positionAbsolute","positionSticky","positionStatic","positionRelative","colorDefault","colorPrimary","colorSecondary","colorInherit","colorTransparent"]);const kq=["className","color","enableColorOnDark","position"],Iq=e=>{const{color:t,position:n,classes:r}=e,o={root:["root",`color${fe(t)}`,`position${fe(n)}`]};return Ie(o,Pq,r)},Bh=(e,t)=>e?`${e==null?void 0:e.replace(")","")}, ${t})`:t,_q=ie(ai,{name:"MuiAppBar",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[`position${fe(n.position)}`],t[`color${fe(n.color)}`]]}})(({theme:e,ownerState:t})=>{const n=e.palette.mode==="light"?e.palette.grey[100]:e.palette.grey[900];return P({display:"flex",flexDirection:"column",width:"100%",boxSizing:"border-box",flexShrink:0},t.position==="fixed"&&{position:"fixed",zIndex:(e.vars||e).zIndex.appBar,top:0,left:"auto",right:0,"@media print":{position:"absolute"}},t.position==="absolute"&&{position:"absolute",zIndex:(e.vars||e).zIndex.appBar,top:0,left:"auto",right:0},t.position==="sticky"&&{position:"sticky",zIndex:(e.vars||e).zIndex.appBar,top:0,left:"auto",right:0},t.position==="static"&&{position:"static"},t.position==="relative"&&{position:"relative"},!e.vars&&P({},t.color==="default"&&{backgroundColor:n,color:e.palette.getContrastText(n)},t.color&&t.color!=="default"&&t.color!=="inherit"&&t.color!=="transparent"&&{backgroundColor:e.palette[t.color].main,color:e.palette[t.color].contrastText},t.color==="inherit"&&{color:"inherit"},e.palette.mode==="dark"&&!t.enableColorOnDark&&{backgroundColor:null,color:null},t.color==="transparent"&&P({backgroundColor:"transparent",color:"inherit"},e.palette.mode==="dark"&&{backgroundImage:"none"})),e.vars&&P({},t.color==="default"&&{"--AppBar-background":t.enableColorOnDark?e.vars.palette.AppBar.defaultBg:Bh(e.vars.palette.AppBar.darkBg,e.vars.palette.AppBar.defaultBg),"--AppBar-color":t.enableColorOnDark?e.vars.palette.text.primary:Bh(e.vars.palette.AppBar.darkColor,e.vars.palette.text.primary)},t.color&&!t.color.match(/^(default|inherit|transparent)$/)&&{"--AppBar-background":t.enableColorOnDark?e.vars.palette[t.color].main:Bh(e.vars.palette.AppBar.darkBg,e.vars.palette[t.color].main),"--AppBar-color":t.enableColorOnDark?e.vars.palette[t.color].contrastText:Bh(e.vars.palette.AppBar.darkColor,e.vars.palette[t.color].contrastText)},{backgroundColor:"var(--AppBar-background)",color:t.color==="inherit"?"inherit":"var(--AppBar-color)"},t.color==="transparent"&&{backgroundImage:"none",backgroundColor:"transparent",color:"inherit"}))}),$q=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiAppBar"}),{className:o,color:i="primary",enableColorOnDark:s=!1,position:a="fixed"}=r,c=se(r,kq),d=P({},r,{color:i,position:a,enableColorOnDark:s}),p=Iq(d);return O.jsx(_q,P({square:!0,component:"header",ownerState:d,elevation:4,className:me(p.root,o,a==="fixed"&&"mui-fixed"),ref:n},c))}),Mq=$q,Rq=["components","componentsProps","slots","slotProps"],Tq=ie(UG,{name:"MuiPopper",slot:"Root",overridesResolver:(e,t)=>t.root})({}),Oq=u.forwardRef(function(t,n){var r;const o=WC(),i=Ze({props:t,name:"MuiPopper"}),{components:s,componentsProps:a,slots:c,slotProps:d}=i,p=se(i,Rq),h=(r=c==null?void 0:c.root)!=null?r:s==null?void 0:s.Root;return O.jsx(Tq,P({direction:o==null?void 0:o.direction,slots:{root:h},slotProps:d!=null?d:a},p,{ref:n}))}),Ya=Oq;function Lq(e){return Xe("MuiListSubheader",e)}Ge("MuiListSubheader",["root","colorPrimary","colorInherit","gutters","inset","sticky"]);const Aq=["className","color","component","disableGutters","disableSticky","inset"],Fq=e=>{const{classes:t,color:n,disableGutters:r,inset:o,disableSticky:i}=e,s={root:["root",n!=="default"&&`color${fe(n)}`,!r&&"gutters",o&&"inset",!i&&"sticky"]};return Ie(s,Lq,t)},Nq=ie("li",{name:"MuiListSubheader",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.color!=="default"&&t[`color${fe(n.color)}`],!n.disableGutters&&t.gutters,n.inset&&t.inset,!n.disableSticky&&t.sticky]}})(({theme:e,ownerState:t})=>P({boxSizing:"border-box",lineHeight:"48px",listStyle:"none",color:(e.vars||e).palette.text.secondary,fontFamily:e.typography.fontFamily,fontWeight:e.typography.fontWeightMedium,fontSize:e.typography.pxToRem(14)},t.color==="primary"&&{color:(e.vars||e).palette.primary.main},t.color==="inherit"&&{color:"inherit"},!t.disableGutters&&{paddingLeft:16,paddingRight:16},t.inset&&{paddingLeft:72},!t.disableSticky&&{position:"sticky",top:0,zIndex:1,backgroundColor:(e.vars||e).palette.background.paper})),UO=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiListSubheader"}),{className:o,color:i="default",component:s="li",disableGutters:a=!1,disableSticky:c=!1,inset:d=!1}=r,p=se(r,Aq),h=P({},r,{color:i,component:s,disableGutters:a,disableSticky:c,inset:d}),m=Fq(h);return O.jsx(Nq,P({as:s,className:me(m.root,o),ref:n,ownerState:h},p))});UO.muiSkipListHighlight=!0;const Dq=UO,Bq=Tt(O.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 zq(e){return Xe("MuiChip",e)}const jq=Ge("MuiChip",["root","sizeSmall","sizeMedium","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"]),Gt=jq,Hq=["avatar","className","clickable","color","component","deleteIcon","disabled","icon","label","onClick","onDelete","onKeyDown","onKeyUp","size","variant","tabIndex","skipFocusWhenDisabled"],Vq=e=>{const{classes:t,disabled:n,size:r,color:o,iconColor:i,onDelete:s,clickable:a,variant:c}=e,d={root:["root",c,n&&"disabled",`size${fe(r)}`,`color${fe(o)}`,a&&"clickable",a&&`clickableColor${fe(o)}`,s&&"deletable",s&&`deletableColor${fe(o)}`,`${c}${fe(o)}`],label:["label",`label${fe(r)}`],avatar:["avatar",`avatar${fe(r)}`,`avatarColor${fe(o)}`],icon:["icon",`icon${fe(r)}`,`iconColor${fe(i)}`],deleteIcon:["deleteIcon",`deleteIcon${fe(r)}`,`deleteIconColor${fe(o)}`,`deleteIcon${fe(c)}Color${fe(o)}`]};return Ie(d,zq,t)},Uq=ie("div",{name:"MuiChip",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e,{color:r,iconColor:o,clickable:i,onDelete:s,size:a,variant:c}=n;return[{[`& .${Gt.avatar}`]:t.avatar},{[`& .${Gt.avatar}`]:t[`avatar${fe(a)}`]},{[`& .${Gt.avatar}`]:t[`avatarColor${fe(r)}`]},{[`& .${Gt.icon}`]:t.icon},{[`& .${Gt.icon}`]:t[`icon${fe(a)}`]},{[`& .${Gt.icon}`]:t[`iconColor${fe(o)}`]},{[`& .${Gt.deleteIcon}`]:t.deleteIcon},{[`& .${Gt.deleteIcon}`]:t[`deleteIcon${fe(a)}`]},{[`& .${Gt.deleteIcon}`]:t[`deleteIconColor${fe(r)}`]},{[`& .${Gt.deleteIcon}`]:t[`deleteIcon${fe(c)}Color${fe(r)}`]},t.root,t[`size${fe(a)}`],t[`color${fe(r)}`],i&&t.clickable,i&&r!=="default"&&t[`clickableColor${fe(r)})`],s&&t.deletable,s&&r!=="default"&&t[`deletableColor${fe(r)}`],t[c],t[`${c}${fe(r)}`]]}})(({theme:e,ownerState:t})=>{const n=nt(e.palette.text.primary,.26),r=e.palette.mode==="light"?e.palette.grey[700]:e.palette.grey[300];return P({maxWidth:"100%",fontFamily:e.typography.fontFamily,fontSize:e.typography.pxToRem(13),display:"inline-flex",alignItems:"center",justifyContent:"center",height:32,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:"default",outline:0,textDecoration:"none",border:0,padding:0,verticalAlign:"middle",boxSizing:"border-box",[`&.${Gt.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity,pointerEvents:"none"},[`& .${Gt.avatar}`]:{marginLeft:5,marginRight:-6,width:24,height:24,color:e.vars?e.vars.palette.Chip.defaultAvatarColor:r,fontSize:e.typography.pxToRem(12)},[`& .${Gt.avatarColorPrimary}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.dark},[`& .${Gt.avatarColorSecondary}`]:{color:(e.vars||e).palette.secondary.contrastText,backgroundColor:(e.vars||e).palette.secondary.dark},[`& .${Gt.avatarSmall}`]:{marginLeft:4,marginRight:-4,width:18,height:18,fontSize:e.typography.pxToRem(10)},[`& .${Gt.icon}`]:P({marginLeft:5,marginRight:-6},t.size==="small"&&{fontSize:18,marginLeft:4,marginRight:-4},t.iconColor===t.color&&P({color:e.vars?e.vars.palette.Chip.defaultIconColor:r},t.color!=="default"&&{color:"inherit"})),[`& .${Gt.deleteIcon}`]:P({WebkitTapHighlightColor:"transparent",color:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / 0.26)`:n,fontSize:22,cursor:"pointer",margin:"0 5px 0 -6px","&:hover":{color:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / 0.4)`:nt(n,.4)}},t.size==="small"&&{fontSize:16,marginRight:4,marginLeft:-4},t.color!=="default"&&{color:e.vars?`rgba(${e.vars.palette[t.color].contrastTextChannel} / 0.7)`:nt(e.palette[t.color].contrastText,.7),"&:hover, &:active":{color:(e.vars||e).palette[t.color].contrastText}})},t.size==="small"&&{height:24},t.color!=="default"&&{backgroundColor:(e.vars||e).palette[t.color].main,color:(e.vars||e).palette[t.color].contrastText},t.onDelete&&{[`&.${Gt.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:nt(e.palette.action.selected,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},t.onDelete&&t.color!=="default"&&{[`&.${Gt.focusVisible}`]:{backgroundColor:(e.vars||e).palette[t.color].dark}})},({theme:e,ownerState:t})=>P({},t.clickable&&{userSelect:"none",WebkitTapHighlightColor:"transparent",cursor:"pointer","&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:nt(e.palette.action.selected,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity)},[`&.${Gt.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.action.selectedChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:nt(e.palette.action.selected,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)},"&:active":{boxShadow:(e.vars||e).shadows[1]}},t.clickable&&t.color!=="default"&&{[`&:hover, &.${Gt.focusVisible}`]:{backgroundColor:(e.vars||e).palette[t.color].dark}}),({theme:e,ownerState:t})=>P({},t.variant==="outlined"&&{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]}`,[`&.${Gt.clickable}:hover`]:{backgroundColor:(e.vars||e).palette.action.hover},[`&.${Gt.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`& .${Gt.avatar}`]:{marginLeft:4},[`& .${Gt.avatarSmall}`]:{marginLeft:2},[`& .${Gt.icon}`]:{marginLeft:4},[`& .${Gt.iconSmall}`]:{marginLeft:2},[`& .${Gt.deleteIcon}`]:{marginRight:5},[`& .${Gt.deleteIconSmall}`]:{marginRight:3}},t.variant==="outlined"&&t.color!=="default"&&{color:(e.vars||e).palette[t.color].main,border:`1px solid ${e.vars?`rgba(${e.vars.palette[t.color].mainChannel} / 0.7)`:nt(e.palette[t.color].main,.7)}`,[`&.${Gt.clickable}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:nt(e.palette[t.color].main,e.palette.action.hoverOpacity)},[`&.${Gt.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.focusOpacity})`:nt(e.palette[t.color].main,e.palette.action.focusOpacity)},[`& .${Gt.deleteIcon}`]:{color:e.vars?`rgba(${e.vars.palette[t.color].mainChannel} / 0.7)`:nt(e.palette[t.color].main,.7),"&:hover, &:active":{color:(e.vars||e).palette[t.color].main}}})),Wq=ie("span",{name:"MuiChip",slot:"Label",overridesResolver:(e,t)=>{const{ownerState:n}=e,{size:r}=n;return[t.label,t[`label${fe(r)}`]]}})(({ownerState:e})=>P({overflow:"hidden",textOverflow:"ellipsis",paddingLeft:12,paddingRight:12,whiteSpace:"nowrap"},e.size==="small"&&{paddingLeft:8,paddingRight:8}));function d_(e){return e.key==="Backspace"||e.key==="Delete"}const Gq=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiChip"}),{avatar:o,className:i,clickable:s,color:a="default",component:c,deleteIcon:d,disabled:p=!1,icon:h,label:m,onClick:v,onDelete:b,onKeyDown:g,onKeyUp:x,size:C="medium",variant:E="filled",tabIndex:w,skipFocusWhenDisabled:S=!1}=r,k=se(r,Hq),_=u.useRef(null),I=jt(_,n),M=z=>{z.stopPropagation(),b&&b(z)},R=z=>{z.currentTarget===z.target&&d_(z)&&z.preventDefault(),g&&g(z)},T=z=>{z.currentTarget===z.target&&(b&&d_(z)?b(z):z.key==="Escape"&&_.current&&_.current.blur()),x&&x(z)},L=s!==!1&&v?!0:s,H=L||b?ss:c||"div",j=P({},r,{component:H,disabled:p,size:C,color:a,iconColor:u.isValidElement(h)&&h.props.color||a,onDelete:!!b,clickable:L,variant:E}),A=Vq(j),F=H===ss?P({component:c||"div",focusVisibleClassName:A.focusVisible},b&&{disableRipple:!0}):{};let B=null;b&&(B=d&&u.isValidElement(d)?u.cloneElement(d,{className:me(d.props.className,A.deleteIcon),onClick:M}):O.jsx(Bq,{className:me(A.deleteIcon),onClick:M}));let G=null;o&&u.isValidElement(o)&&(G=u.cloneElement(o,{className:me(A.avatar,o.props.className)}));let N=null;return h&&u.isValidElement(h)&&(N=u.cloneElement(h,{className:me(A.icon,h.props.className)})),O.jsxs(Uq,P({as:H,className:me(A.root,i),disabled:L&&p?!0:void 0,onClick:v,onKeyDown:R,onKeyUp:T,ref:I,tabIndex:S&&p?-1:w,ownerState:j},F,k,{children:[G||N,O.jsx(Wq,{className:me(A.label),ownerState:j,children:m}),B]}))}),Pv=Gq;function Xa({props:e,states:t,muiFormControl:n}){return t.reduce((r,o)=>(r[o]=e[o],n&&typeof e[o]=="undefined"&&(r[o]=n[o]),r),{})}const Kq=u.createContext(void 0),kv=Kq;function Us(){return u.useContext(kv)}function qq(e){return O.jsx(g7,P({},e,{defaultTheme:Cv}))}function f_(e){return e!=null&&!(Array.isArray(e)&&e.length===0)}function ix(e,t=!1){return e&&(f_(e.value)&&e.value!==""||t&&f_(e.defaultValue)&&e.defaultValue!=="")}function Yq(e){return e.startAdornment}function Xq(e){return Xe("MuiInputBase",e)}const Qq=Ge("MuiInputBase",["root","formControl","focused","disabled","adornedStart","adornedEnd","error","sizeSmall","multiline","colorSecondary","fullWidth","hiddenLabel","readOnly","input","inputSizeSmall","inputMultiline","inputTypeSearch","inputAdornedStart","inputAdornedEnd","inputHiddenLabel"]),bo=Qq,Jq=["aria-describedby","autoComplete","autoFocus","className","color","components","componentsProps","defaultValue","disabled","disableInjectingGlobalStyles","endAdornment","error","fullWidth","id","inputComponent","inputProps","inputRef","margin","maxRows","minRows","multiline","name","onBlur","onChange","onClick","onFocus","onKeyDown","onKeyUp","placeholder","readOnly","renderSuffix","rows","size","slotProps","slots","startAdornment","type","value"],Iv=(e,t)=>{const{ownerState:n}=e;return[t.root,n.formControl&&t.formControl,n.startAdornment&&t.adornedStart,n.endAdornment&&t.adornedEnd,n.error&&t.error,n.size==="small"&&t.sizeSmall,n.multiline&&t.multiline,n.color&&t[`color${fe(n.color)}`],n.fullWidth&&t.fullWidth,n.hiddenLabel&&t.hiddenLabel]},_v=(e,t)=>{const{ownerState:n}=e;return[t.input,n.size==="small"&&t.inputSizeSmall,n.multiline&&t.inputMultiline,n.type==="search"&&t.inputTypeSearch,n.startAdornment&&t.inputAdornedStart,n.endAdornment&&t.inputAdornedEnd,n.hiddenLabel&&t.inputHiddenLabel]},Zq=e=>{const{classes:t,color:n,disabled:r,error:o,endAdornment:i,focused:s,formControl:a,fullWidth:c,hiddenLabel:d,multiline:p,readOnly:h,size:m,startAdornment:v,type:b}=e,g={root:["root",`color${fe(n)}`,r&&"disabled",o&&"error",c&&"fullWidth",s&&"focused",a&&"formControl",m==="small"&&"sizeSmall",p&&"multiline",v&&"adornedStart",i&&"adornedEnd",d&&"hiddenLabel",h&&"readOnly"],input:["input",r&&"disabled",b==="search"&&"inputTypeSearch",p&&"inputMultiline",m==="small"&&"inputSizeSmall",d&&"inputHiddenLabel",v&&"inputAdornedStart",i&&"inputAdornedEnd",h&&"readOnly"]};return Ie(g,Xq,t)},$v=ie("div",{name:"MuiInputBase",slot:"Root",overridesResolver:Iv})(({theme:e,ownerState:t})=>P({},e.typography.body1,{color:(e.vars||e).palette.text.primary,lineHeight:"1.4375em",boxSizing:"border-box",position:"relative",cursor:"text",display:"inline-flex",alignItems:"center",[`&.${bo.disabled}`]:{color:(e.vars||e).palette.text.disabled,cursor:"default"}},t.multiline&&P({padding:"4px 0 5px"},t.size==="small"&&{paddingTop:1}),t.fullWidth&&{width:"100%"})),Mv=ie("input",{name:"MuiInputBase",slot:"Input",overridesResolver:_v})(({theme:e,ownerState:t})=>{const n=e.palette.mode==="light",r=P({color:"currentColor"},e.vars?{opacity:e.vars.opacity.inputPlaceholder}:{opacity:n?.42:.5},{transition:e.transitions.create("opacity",{duration:e.transitions.duration.shorter})}),o={opacity:"0 !important"},i=e.vars?{opacity:e.vars.opacity.inputPlaceholder}:{opacity:n?.42:.5};return P({font:"inherit",letterSpacing:"inherit",color:"currentColor",padding:"4px 0 5px",border:0,boxSizing:"content-box",background:"none",height:"1.4375em",margin:0,WebkitTapHighlightColor:"transparent",display:"block",minWidth:0,width:"100%",animationName:"mui-auto-fill-cancel",animationDuration:"10ms","&::-webkit-input-placeholder":r,"&::-moz-placeholder":r,"&:-ms-input-placeholder":r,"&::-ms-input-placeholder":r,"&:focus":{outline:0},"&:invalid":{boxShadow:"none"},"&::-webkit-search-decoration":{WebkitAppearance:"none"},[`label[data-shrink=false] + .${bo.formControl} &`]:{"&::-webkit-input-placeholder":o,"&::-moz-placeholder":o,"&:-ms-input-placeholder":o,"&::-ms-input-placeholder":o,"&:focus::-webkit-input-placeholder":i,"&:focus::-moz-placeholder":i,"&:focus:-ms-input-placeholder":i,"&:focus::-ms-input-placeholder":i},[`&.${bo.disabled}`]:{opacity:1,WebkitTextFillColor:(e.vars||e).palette.text.disabled},"&:-webkit-autofill":{animationDuration:"5000s",animationName:"mui-auto-fill"}},t.size==="small"&&{paddingTop:1},t.multiline&&{height:"auto",resize:"none",padding:0,paddingTop:0},t.type==="search"&&{MozAppearance:"textfield"})}),eY=O.jsx(qq,{styles:{"@keyframes mui-auto-fill":{from:{display:"block"}},"@keyframes mui-auto-fill-cancel":{from:{display:"block"}}}}),tY=u.forwardRef(function(t,n){var r;const o=Ze({props:t,name:"MuiInputBase"}),{"aria-describedby":i,autoComplete:s,autoFocus:a,className:c,components:d={},componentsProps:p={},defaultValue:h,disabled:m,disableInjectingGlobalStyles:v,endAdornment:b,fullWidth:g=!1,id:x,inputComponent:C="input",inputProps:E={},inputRef:w,maxRows:S,minRows:k,multiline:_=!1,name:I,onBlur:M,onChange:R,onClick:T,onFocus:L,onKeyDown:H,onKeyUp:j,placeholder:A,readOnly:F,renderSuffix:B,rows:G,slotProps:N={},slots:z={},startAdornment:W,type:q="text",value:X}=o,le=se(o,Jq),Q=E.value!=null?E.value:X,{current:ge}=u.useRef(Q!=null),ee=u.useRef(),ce=u.useCallback(ue=>{},[]),oe=jt(ee,w,E.ref,ce),[de,be]=u.useState(!1),we=Us(),_e=Xa({props:o,muiFormControl:we,states:["color","disabled","error","hiddenLabel","size","required","filled"]});_e.focused=we?we.focused:de,u.useEffect(()=>{!we&&m&&de&&(be(!1),M&&M())},[we,m,de,M]);const He=we&&we.onFilled,Ne=we&&we.onEmpty,re=u.useCallback(ue=>{ix(ue)?He&&He():Ne&&Ne()},[He,Ne]);hn(()=>{ge&&re({value:Q})},[Q,re,ge]);const Le=ue=>{if(_e.disabled){ue.stopPropagation();return}L&&L(ue),E.onFocus&&E.onFocus(ue),we&&we.onFocus?we.onFocus(ue):be(!0)},ve=ue=>{M&&M(ue),E.onBlur&&E.onBlur(ue),we&&we.onBlur?we.onBlur(ue):be(!1)},je=(ue,...J)=>{if(!ge){const Re=ue.target||ee.current;if(Re==null)throw new Error(Bl(1));re({value:Re.value})}E.onChange&&E.onChange(ue,...J),R&&R(ue,...J)};u.useEffect(()=>{re(ee.current)},[]);const Ye=ue=>{ee.current&&ue.currentTarget===ue.target&&ee.current.focus(),T&&T(ue)};let ht=C,Be=E;_&&ht==="input"&&(G?Be=P({type:void 0,minRows:G,maxRows:G},Be):Be=P({type:void 0,maxRows:S,minRows:k},Be),ht=lK);const mt=ue=>{re(ue.animationName==="mui-auto-fill-cancel"?ee.current:{value:"x"})};u.useEffect(()=>{we&&we.setAdornedStart(Boolean(W))},[we,W]);const rt=P({},o,{color:_e.color||"primary",disabled:_e.disabled,endAdornment:b,error:_e.error,focused:_e.focused,formControl:we,fullWidth:g,hiddenLabel:_e.hiddenLabel,multiline:_,size:_e.size,startAdornment:W,type:q}),at=Zq(rt),bt=z.root||d.Root||$v,ut=N.root||p.root||{},Ve=z.input||d.Input||Mv;return Be=P({},Be,(r=N.input)!=null?r:p.input),O.jsxs(u.Fragment,{children:[!v&&eY,O.jsxs(bt,P({},ut,!Na(bt)&&{ownerState:P({},rt,ut.ownerState)},{ref:n,onClick:Ye},le,{className:me(at.root,ut.className,c,F&&"MuiInputBase-readOnly"),children:[W,O.jsx(kv.Provider,{value:null,children:O.jsx(Ve,P({ownerState:rt,"aria-invalid":_e.error,"aria-describedby":i,autoComplete:s,autoFocus:a,defaultValue:h,disabled:_e.disabled,id:x,onAnimationStart:mt,name:I,placeholder:A,readOnly:F,required:_e.required,rows:G,value:Q,onKeyDown:H,onKeyUp:j,type:q},Be,!Na(Ve)&&{as:ht,ownerState:P({},rt,Be.ownerState)},{ref:oe,className:me(at.input,Be.className,F&&"MuiInputBase-readOnly"),onBlur:ve,onChange:je,onFocus:Le}))}),b,B?B(P({},_e,{startAdornment:W})):null]}))]})}),Bu=tY;function nY(e){return Xe("MuiInput",e)}const rY=P({},bo,Ge("MuiInput",["root","underline","input"])),ml=rY;function oY(e){return Xe("MuiOutlinedInput",e)}const iY=P({},bo,Ge("MuiOutlinedInput",["root","notchedOutline","input"])),Hi=iY;function sY(e){return Xe("MuiFilledInput",e)}const lY=P({},bo,Ge("MuiFilledInput",["root","underline","input"])),wo=lY,WO=Tt(O.jsx("path",{d:"M7 10l5 5 5-5z"}),"ArrowDropDown");function aY(e){return Xe("MuiAutocomplete",e)}const cY=Ge("MuiAutocomplete",["root","expanded","fullWidth","focused","focusVisible","tag","tagSizeSmall","tagSizeMedium","hasPopupIcon","hasClearIcon","inputRoot","input","inputFocused","endAdornment","clearIndicator","popupIndicator","popupIndicatorOpen","popper","popperDisablePortal","paper","listbox","loading","noOptions","option","groupLabel","groupUl"]),Lt=cY;var p_,h_;const uY=["autoComplete","autoHighlight","autoSelect","blurOnSelect","ChipProps","className","clearIcon","clearOnBlur","clearOnEscape","clearText","closeText","componentsProps","defaultValue","disableClearable","disableCloseOnSelect","disabled","disabledItemsFocusable","disableListWrap","disablePortal","filterOptions","filterSelectedOptions","forcePopupIcon","freeSolo","fullWidth","getLimitTagsText","getOptionDisabled","getOptionLabel","isOptionEqualToValue","groupBy","handleHomeEndKeys","id","includeInputInList","inputValue","limitTags","ListboxComponent","ListboxProps","loading","loadingText","multiple","noOptionsText","onChange","onClose","onHighlightChange","onInputChange","onOpen","open","openOnFocus","openText","options","PaperComponent","PopperComponent","popupIcon","readOnly","renderGroup","renderInput","renderOption","renderTags","selectOnFocus","size","slotProps","value"],dY=e=>{const{classes:t,disablePortal:n,expanded:r,focused:o,fullWidth:i,hasClearIcon:s,hasPopupIcon:a,inputFocused:c,popupOpen:d,size:p}=e,h={root:["root",r&&"expanded",o&&"focused",i&&"fullWidth",s&&"hasClearIcon",a&&"hasPopupIcon"],inputRoot:["inputRoot"],input:["input",c&&"inputFocused"],tag:["tag",`tagSize${fe(p)}`],endAdornment:["endAdornment"],clearIndicator:["clearIndicator"],popupIndicator:["popupIndicator",d&&"popupIndicatorOpen"],popper:["popper",n&&"popperDisablePortal"],paper:["paper"],listbox:["listbox"],loading:["loading"],noOptions:["noOptions"],option:["option"],groupLabel:["groupLabel"],groupUl:["groupUl"]};return Ie(h,aY,t)},fY=ie("div",{name:"MuiAutocomplete",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e,{fullWidth:r,hasClearIcon:o,hasPopupIcon:i,inputFocused:s,size:a}=n;return[{[`& .${Lt.tag}`]:t.tag},{[`& .${Lt.tag}`]:t[`tagSize${fe(a)}`]},{[`& .${Lt.inputRoot}`]:t.inputRoot},{[`& .${Lt.input}`]:t.input},{[`& .${Lt.input}`]:s&&t.inputFocused},t.root,r&&t.fullWidth,i&&t.hasPopupIcon,o&&t.hasClearIcon]}})(({ownerState:e})=>P({[`&.${Lt.focused} .${Lt.clearIndicator}`]:{visibility:"visible"},"@media (pointer: fine)":{[`&:hover .${Lt.clearIndicator}`]:{visibility:"visible"}}},e.fullWidth&&{width:"100%"},{[`& .${Lt.tag}`]:P({margin:3,maxWidth:"calc(100% - 6px)"},e.size==="small"&&{margin:2,maxWidth:"calc(100% - 4px)"}),[`& .${Lt.inputRoot}`]:{flexWrap:"wrap",[`.${Lt.hasPopupIcon}&, .${Lt.hasClearIcon}&`]:{paddingRight:26+4},[`.${Lt.hasPopupIcon}.${Lt.hasClearIcon}&`]:{paddingRight:52+4},[`& .${Lt.input}`]:{width:0,minWidth:30}},[`& .${ml.root}`]:{paddingBottom:1,"& .MuiInput-input":{padding:"4px 4px 4px 0px"}},[`& .${ml.root}.${bo.sizeSmall}`]:{[`& .${ml.input}`]:{padding:"2px 4px 3px 0"}},[`& .${Hi.root}`]:{padding:9,[`.${Lt.hasPopupIcon}&, .${Lt.hasClearIcon}&`]:{paddingRight:26+4+9},[`.${Lt.hasPopupIcon}.${Lt.hasClearIcon}&`]:{paddingRight:52+4+9},[`& .${Lt.input}`]:{padding:"7.5px 4px 7.5px 6px"},[`& .${Lt.endAdornment}`]:{right:9}},[`& .${Hi.root}.${bo.sizeSmall}`]:{paddingTop:6,paddingBottom:6,paddingLeft:6,[`& .${Lt.input}`]:{padding:"2.5px 4px 2.5px 6px"}},[`& .${wo.root}`]:{paddingTop:19,paddingLeft:8,[`.${Lt.hasPopupIcon}&, .${Lt.hasClearIcon}&`]:{paddingRight:26+4+9},[`.${Lt.hasPopupIcon}.${Lt.hasClearIcon}&`]:{paddingRight:52+4+9},[`& .${wo.input}`]:{padding:"7px 4px"},[`& .${Lt.endAdornment}`]:{right:9}},[`& .${wo.root}.${bo.sizeSmall}`]:{paddingBottom:1,[`& .${wo.input}`]:{padding:"2.5px 4px"}},[`& .${bo.hiddenLabel}`]:{paddingTop:8},[`& .${wo.root}.${bo.hiddenLabel}`]:{paddingTop:0,paddingBottom:0,[`& .${Lt.input}`]:{paddingTop:16,paddingBottom:17}},[`& .${wo.root}.${bo.hiddenLabel}.${bo.sizeSmall}`]:{[`& .${Lt.input}`]:{paddingTop:8,paddingBottom:9}},[`& .${Lt.input}`]:P({flexGrow:1,textOverflow:"ellipsis",opacity:0},e.inputFocused&&{opacity:1})})),pY=ie("div",{name:"MuiAutocomplete",slot:"EndAdornment",overridesResolver:(e,t)=>t.endAdornment})({position:"absolute",right:0,top:"calc(50% - 14px)"}),hY=ie(ar,{name:"MuiAutocomplete",slot:"ClearIndicator",overridesResolver:(e,t)=>t.clearIndicator})({marginRight:-2,padding:4,visibility:"hidden"}),mY=ie(ar,{name:"MuiAutocomplete",slot:"PopupIndicator",overridesResolver:({ownerState:e},t)=>P({},t.popupIndicator,e.popupOpen&&t.popupIndicatorOpen)})(({ownerState:e})=>P({padding:2,marginRight:-2},e.popupOpen&&{transform:"rotate(180deg)"})),gY=ie(Ya,{name:"MuiAutocomplete",slot:"Popper",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[{[`& .${Lt.option}`]:t.option},t.popper,n.disablePortal&&t.popperDisablePortal]}})(({theme:e,ownerState:t})=>P({zIndex:(e.vars||e).zIndex.modal},t.disablePortal&&{position:"absolute"})),vY=ie(ai,{name:"MuiAutocomplete",slot:"Paper",overridesResolver:(e,t)=>t.paper})(({theme:e})=>P({},e.typography.body1,{overflow:"auto"})),yY=ie("div",{name:"MuiAutocomplete",slot:"Loading",overridesResolver:(e,t)=>t.loading})(({theme:e})=>({color:(e.vars||e).palette.text.secondary,padding:"14px 16px"})),bY=ie("div",{name:"MuiAutocomplete",slot:"NoOptions",overridesResolver:(e,t)=>t.noOptions})(({theme:e})=>({color:(e.vars||e).palette.text.secondary,padding:"14px 16px"})),wY=ie("div",{name:"MuiAutocomplete",slot:"Listbox",overridesResolver:(e,t)=>t.listbox})(({theme:e})=>({listStyle:"none",margin:0,padding:"8px 0",maxHeight:"40vh",overflow:"auto",position:"relative",[`& .${Lt.option}`]:{minHeight:48,display:"flex",overflow:"hidden",justifyContent:"flex-start",alignItems:"center",cursor:"pointer",paddingTop:6,boxSizing:"border-box",outline:"0",WebkitTapHighlightColor:"transparent",paddingBottom:6,paddingLeft:16,paddingRight:16,[e.breakpoints.up("sm")]:{minHeight:"auto"},[`&.${Lt.focused}`]:{backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},'&[aria-disabled="true"]':{opacity:(e.vars||e).palette.action.disabledOpacity,pointerEvents:"none"},[`&.${Lt.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},'&[aria-selected="true"]':{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:nt(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${Lt.focused}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:nt(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:(e.vars||e).palette.action.selected}},[`&.${Lt.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:nt(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}}}})),CY=ie(Dq,{name:"MuiAutocomplete",slot:"GroupLabel",overridesResolver:(e,t)=>t.groupLabel})(({theme:e})=>({backgroundColor:(e.vars||e).palette.background.paper,top:-8})),xY=ie("ul",{name:"MuiAutocomplete",slot:"GroupUl",overridesResolver:(e,t)=>t.groupUl})({padding:0,[`& .${Lt.option}`]:{paddingLeft:24}}),SY=u.forwardRef(function(t,n){var r,o,i,s;const a=Ze({props:t,name:"MuiAutocomplete"}),{autoComplete:c=!1,autoHighlight:d=!1,autoSelect:p=!1,blurOnSelect:h=!1,ChipProps:m,className:v,clearIcon:b=p_||(p_=O.jsx(VO,{fontSize:"small"})),clearOnBlur:g=!a.freeSolo,clearOnEscape:x=!1,clearText:C="Clear",closeText:E="Close",componentsProps:w={},defaultValue:S=a.multiple?[]:null,disableClearable:k=!1,disableCloseOnSelect:_=!1,disabled:I=!1,disabledItemsFocusable:M=!1,disableListWrap:R=!1,disablePortal:T=!1,filterSelectedOptions:L=!1,forcePopupIcon:H="auto",freeSolo:j=!1,fullWidth:A=!1,getLimitTagsText:F=Te=>`+${Te}`,getOptionLabel:B=Te=>{var it;return(it=Te.label)!=null?it:Te},groupBy:G,handleHomeEndKeys:N=!a.freeSolo,includeInputInList:z=!1,limitTags:W=-1,ListboxComponent:q="ul",ListboxProps:X,loading:le=!1,loadingText:Q="Loading…",multiple:ge=!1,noOptionsText:ee="No options",openOnFocus:ce=!1,openText:oe="Open",PaperComponent:de=ai,PopperComponent:be=Ya,popupIcon:we=h_||(h_=O.jsx(WO,{})),readOnly:_e=!1,renderGroup:He,renderInput:Ne,renderOption:re,renderTags:Le,selectOnFocus:ve=!a.freeSolo,size:je="medium",slotProps:Ye={}}=a,ht=se(a,uY),{getRootProps:Be,getInputProps:mt,getInputLabelProps:rt,getPopupIndicatorProps:at,getClearProps:bt,getTagProps:ut,getListboxProps:Ve,getOptionProps:ue,value:J,dirty:Re,expanded:Me,id:Qe,popupOpen:xt,focused:_t,focusedTag:Xt,anchorEl:Gn,setAnchorEl:Ar,inputValue:rr,groupedOptions:wr}=uK(P({},a,{componentName:"Autocomplete"})),Cr=!k&&!I&&Re&&!_e,xr=(!j||H===!0)&&H!==!1,ln=P({},a,{disablePortal:T,expanded:Me,focused:_t,fullWidth:A,hasClearIcon:Cr,hasPopupIcon:xr,inputFocused:Xt===-1,popupOpen:xt,size:je}),gn=dY(ln);let Kn;if(ge&&J.length>0){const Te=it=>P({className:gn.tag,disabled:I},ut(it));Le?Kn=Le(J,Te,ln):Kn=J.map((it,Et)=>O.jsx(Pv,P({label:B(it),size:je},Te({index:Et}),m)))}if(W>-1&&Array.isArray(Kn)){const Te=Kn.length-W;!_t&&Te>0&&(Kn=Kn.splice(0,W),Kn.push(O.jsx("span",{className:gn.tag,children:F(Te)},Kn.length)))}const Li=He||(Te=>O.jsxs("li",{children:[O.jsx(CY,{className:gn.groupLabel,ownerState:ln,component:"div",children:Te.group}),O.jsx(xY,{className:gn.groupUl,ownerState:ln,children:Te.children})]},Te.key)),Ai=re||((Te,it)=>O.jsx("li",P({},Te,{children:B(it)}))),Fi=(Te,it)=>{const Et=ue({option:Te,index:it});return Ai(P({},Et,{className:gn.option}),Te,{selected:Et["aria-selected"],index:it,inputValue:rr})},ae=(r=Ye.clearIndicator)!=null?r:w.clearIndicator,Ce=(o=Ye.paper)!=null?o:w.paper,Ae=(i=Ye.popper)!=null?i:w.popper,ot=(s=Ye.popupIndicator)!=null?s:w.popupIndicator;return O.jsxs(u.Fragment,{children:[O.jsx(fY,P({ref:n,className:me(gn.root,v),ownerState:ln},Be(ht),{children:Ne({id:Qe,disabled:I,fullWidth:!0,size:je==="small"?"small":void 0,InputLabelProps:rt(),InputProps:P({ref:Ar,className:gn.inputRoot,startAdornment:Kn},(Cr||xr)&&{endAdornment:O.jsxs(pY,{className:gn.endAdornment,ownerState:ln,children:[Cr?O.jsx(hY,P({},bt(),{"aria-label":C,title:C,ownerState:ln},ae,{className:me(gn.clearIndicator,ae==null?void 0:ae.className),children:b})):null,xr?O.jsx(mY,P({},at(),{disabled:I,"aria-label":xt?E:oe,title:xt?E:oe,ownerState:ln},ot,{className:me(gn.popupIndicator,ot==null?void 0:ot.className),children:we})):null]})}),inputProps:P({className:gn.input,disabled:I,readOnly:_e},mt())})})),Gn?O.jsx(gY,P({as:be,disablePortal:T,style:{width:Gn?Gn.clientWidth:null},ownerState:ln,role:"presentation",anchorEl:Gn,open:xt},Ae,{className:me(gn.popper,Ae==null?void 0:Ae.className),children:O.jsxs(vY,P({ownerState:ln,as:de},Ce,{className:me(gn.paper,Ce==null?void 0:Ce.className),children:[le&&wr.length===0?O.jsx(yY,{className:gn.loading,ownerState:ln,children:Q}):null,wr.length===0&&!j&&!le?O.jsx(bY,{className:gn.noOptions,ownerState:ln,role:"presentation",onMouseDown:Te=>{Te.preventDefault()},children:ee}):null,wr.length>0?O.jsx(wY,P({as:q,className:gn.listbox,ownerState:ln},Ve(),X,{children:wr.map((Te,it)=>G?Li({key:Te.key,group:Te.group,children:Te.options.map((Et,en)=>Fi(Et,Te.index+en))}):Fi(Te,it))})):null]}))})):null]})}),sx=SY,EY=["addEndListener","appear","children","easing","in","onEnter","onEntered","onEntering","onExit","onExited","onExiting","style","timeout","TransitionComponent"],PY={entering:{opacity:1},entered:{opacity:1}},kY=u.forwardRef(function(t,n){const r=lo(),o={enter:r.transitions.duration.enteringScreen,exit:r.transitions.duration.leavingScreen},{addEndListener:i,appear:s=!0,children:a,easing:c,in:d,onEnter:p,onEntered:h,onEntering:m,onExit:v,onExited:b,onExiting:g,style:x,timeout:C=o,TransitionComponent:E=Sv}=t,w=se(t,EY),S=u.useRef(null),k=jt(S,a.ref,n),_=A=>F=>{if(A){const B=S.current;F===void 0?A(B):A(B,F)}},I=_(m),M=_((A,F)=>{ox(A);const B=jl({style:x,timeout:C,easing:c},{mode:"enter"});A.style.webkitTransition=r.transitions.create("opacity",B),A.style.transition=r.transitions.create("opacity",B),p&&p(A,F)}),R=_(h),T=_(g),L=_(A=>{const F=jl({style:x,timeout:C,easing:c},{mode:"exit"});A.style.webkitTransition=r.transitions.create("opacity",F),A.style.transition=r.transitions.create("opacity",F),v&&v(A)}),H=_(b),j=A=>{i&&i(S.current,A)};return O.jsx(E,P({appear:s,in:d,nodeRef:S,onEnter:M,onEntered:R,onEntering:I,onExit:L,onExited:H,onExiting:T,addEndListener:j,timeout:C},w,{children:(A,F)=>u.cloneElement(a,P({style:P({opacity:0,visibility:A==="exited"&&!d?"hidden":void 0},PY[A],x,a.props.style),ref:k},F))}))}),GO=kY;function IY(e){return Xe("MuiBackdrop",e)}Ge("MuiBackdrop",["root","invisible"]);const _Y=["children","className","component","components","componentsProps","invisible","open","slotProps","slots","TransitionComponent","transitionDuration"],$Y=e=>{const{classes:t,invisible:n}=e;return Ie({root:["root",n&&"invisible"]},IY,t)},MY=ie("div",{name:"MuiBackdrop",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.invisible&&t.invisible]}})(({ownerState:e})=>P({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"},e.invisible&&{backgroundColor:"transparent"})),RY=u.forwardRef(function(t,n){var r,o,i;const s=Ze({props:t,name:"MuiBackdrop"}),{children:a,className:c,component:d="div",components:p={},componentsProps:h={},invisible:m=!1,open:v,slotProps:b={},slots:g={},TransitionComponent:x=GO,transitionDuration:C}=s,E=se(s,_Y),w=P({},s,{component:d,invisible:m}),S=$Y(w),k=(r=b.root)!=null?r:h.root;return O.jsx(x,P({in:v,timeout:C},E,{children:O.jsx(MY,P({"aria-hidden":!0},k,{as:(o=(i=g.root)!=null?i:p.Root)!=null?o:d,className:me(S.root,c,k==null?void 0:k.className),ownerState:P({},w,k==null?void 0:k.ownerState),classes:S,ref:n,children:a}))}))}),KO=RY;function TY(e){return Xe("MuiBadge",e)}const OY=Ge("MuiBadge",["root","badge","dot","standard","anchorOriginTopRight","anchorOriginBottomRight","anchorOriginTopLeft","anchorOriginBottomLeft","invisible","colorError","colorInfo","colorPrimary","colorSecondary","colorSuccess","colorWarning","overlapRectangular","overlapCircular","anchorOriginTopLeftCircular","anchorOriginTopLeftRectangular","anchorOriginTopRightCircular","anchorOriginTopRightRectangular","anchorOriginBottomLeftCircular","anchorOriginBottomLeftRectangular","anchorOriginBottomRightCircular","anchorOriginBottomRightRectangular"]),nl=OY,LY=["anchorOrigin","className","classes","component","components","componentsProps","children","overlap","color","invisible","max","badgeContent","slots","slotProps","showZero","variant"],s1=10,l1=4,AY=e=>{const{color:t,anchorOrigin:n,invisible:r,overlap:o,variant:i,classes:s={}}=e,a={root:["root"],badge:["badge",i,r&&"invisible",`anchorOrigin${fe(n.vertical)}${fe(n.horizontal)}`,`anchorOrigin${fe(n.vertical)}${fe(n.horizontal)}${fe(o)}`,`overlap${fe(o)}`,t!=="default"&&`color${fe(t)}`]};return Ie(a,TY,s)},FY=ie("span",{name:"MuiBadge",slot:"Root",overridesResolver:(e,t)=>t.root})({position:"relative",display:"inline-flex",verticalAlign:"middle",flexShrink:0}),NY=ie("span",{name:"MuiBadge",slot:"Badge",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.badge,t[n.variant],t[`anchorOrigin${fe(n.anchorOrigin.vertical)}${fe(n.anchorOrigin.horizontal)}${fe(n.overlap)}`],n.color!=="default"&&t[`color${fe(n.color)}`],n.invisible&&t.invisible]}})(({theme:e,ownerState:t})=>P({display:"flex",flexDirection:"row",flexWrap:"wrap",justifyContent:"center",alignContent:"center",alignItems:"center",position:"absolute",boxSizing:"border-box",fontFamily:e.typography.fontFamily,fontWeight:e.typography.fontWeightMedium,fontSize:e.typography.pxToRem(12),minWidth:s1*2,lineHeight:1,padding:"0 6px",height:s1*2,borderRadius:s1,zIndex:1,transition:e.transitions.create("transform",{easing:e.transitions.easing.easeInOut,duration:e.transitions.duration.enteringScreen})},t.color!=="default"&&{backgroundColor:(e.vars||e).palette[t.color].main,color:(e.vars||e).palette[t.color].contrastText},t.variant==="dot"&&{borderRadius:l1,height:l1*2,minWidth:l1*2,padding:0},t.anchorOrigin.vertical==="top"&&t.anchorOrigin.horizontal==="right"&&t.overlap==="rectangular"&&{top:0,right:0,transform:"scale(1) translate(50%, -50%)",transformOrigin:"100% 0%",[`&.${nl.invisible}`]:{transform:"scale(0) translate(50%, -50%)"}},t.anchorOrigin.vertical==="bottom"&&t.anchorOrigin.horizontal==="right"&&t.overlap==="rectangular"&&{bottom:0,right:0,transform:"scale(1) translate(50%, 50%)",transformOrigin:"100% 100%",[`&.${nl.invisible}`]:{transform:"scale(0) translate(50%, 50%)"}},t.anchorOrigin.vertical==="top"&&t.anchorOrigin.horizontal==="left"&&t.overlap==="rectangular"&&{top:0,left:0,transform:"scale(1) translate(-50%, -50%)",transformOrigin:"0% 0%",[`&.${nl.invisible}`]:{transform:"scale(0) translate(-50%, -50%)"}},t.anchorOrigin.vertical==="bottom"&&t.anchorOrigin.horizontal==="left"&&t.overlap==="rectangular"&&{bottom:0,left:0,transform:"scale(1) translate(-50%, 50%)",transformOrigin:"0% 100%",[`&.${nl.invisible}`]:{transform:"scale(0) translate(-50%, 50%)"}},t.anchorOrigin.vertical==="top"&&t.anchorOrigin.horizontal==="right"&&t.overlap==="circular"&&{top:"14%",right:"14%",transform:"scale(1) translate(50%, -50%)",transformOrigin:"100% 0%",[`&.${nl.invisible}`]:{transform:"scale(0) translate(50%, -50%)"}},t.anchorOrigin.vertical==="bottom"&&t.anchorOrigin.horizontal==="right"&&t.overlap==="circular"&&{bottom:"14%",right:"14%",transform:"scale(1) translate(50%, 50%)",transformOrigin:"100% 100%",[`&.${nl.invisible}`]:{transform:"scale(0) translate(50%, 50%)"}},t.anchorOrigin.vertical==="top"&&t.anchorOrigin.horizontal==="left"&&t.overlap==="circular"&&{top:"14%",left:"14%",transform:"scale(1) translate(-50%, -50%)",transformOrigin:"0% 0%",[`&.${nl.invisible}`]:{transform:"scale(0) translate(-50%, -50%)"}},t.anchorOrigin.vertical==="bottom"&&t.anchorOrigin.horizontal==="left"&&t.overlap==="circular"&&{bottom:"14%",left:"14%",transform:"scale(1) translate(-50%, 50%)",transformOrigin:"0% 100%",[`&.${nl.invisible}`]:{transform:"scale(0) translate(-50%, 50%)"}},t.invisible&&{transition:e.transitions.create("transform",{easing:e.transitions.easing.easeInOut,duration:e.transitions.duration.leavingScreen})})),DY=u.forwardRef(function(t,n){var r,o,i,s,a,c;const d=Ze({props:t,name:"MuiBadge"}),{anchorOrigin:p={vertical:"top",horizontal:"right"},className:h,component:m,components:v={},componentsProps:b={},children:g,overlap:x="rectangular",color:C="default",invisible:E=!1,max:w=99,badgeContent:S,slots:k,slotProps:_,showZero:I=!1,variant:M="standard"}=d,R=se(d,LY),{badgeContent:T,invisible:L,max:H,displayValue:j}=bW({max:w,invisible:E,badgeContent:S,showZero:I}),A=_C({anchorOrigin:p,color:C,overlap:x,variant:M,badgeContent:S}),F=L||T==null&&M!=="dot",{color:B=C,overlap:G=x,anchorOrigin:N=p,variant:z=M}=F?A:d,W=z!=="dot"?j:void 0,q=P({},d,{badgeContent:T,invisible:F,max:H,displayValue:W,showZero:I,anchorOrigin:N,color:B,overlap:G,variant:z}),X=AY(q),le=(r=(o=k==null?void 0:k.root)!=null?o:v.Root)!=null?r:FY,Q=(i=(s=k==null?void 0:k.badge)!=null?s:v.Badge)!=null?i:NY,ge=(a=_==null?void 0:_.root)!=null?a:b.root,ee=(c=_==null?void 0:_.badge)!=null?c:b.badge,ce=Df({elementType:le,externalSlotProps:ge,externalForwardedProps:R,additionalProps:{ref:n,as:m},ownerState:q,className:me(ge==null?void 0:ge.className,X.root,h)}),oe=Df({elementType:Q,externalSlotProps:ee,ownerState:q,className:me(X.badge,ee==null?void 0:ee.className)});return O.jsxs(le,P({},ce,{children:[g,O.jsx(Q,P({},oe,{children:W}))]}))}),qO=DY,BY=KC(),zY=xU({defaultTheme:BY,defaultClassName:"MuiBox-root",generateClassName:MC.generate}),tt=zY;function jY(e){return Xe("MuiButton",e)}const HY=Ge("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","textSizeSmall","textSizeMedium","textSizeLarge","outlinedSizeSmall","outlinedSizeMedium","outlinedSizeLarge","containedSizeSmall","containedSizeMedium","containedSizeLarge","sizeMedium","sizeSmall","sizeLarge","fullWidth","startIcon","endIcon","iconSizeSmall","iconSizeMedium","iconSizeLarge"]),zh=HY,VY=u.createContext({}),UY=VY,WY=["children","color","component","className","disabled","disableElevation","disableFocusRipple","endIcon","focusVisibleClassName","fullWidth","size","startIcon","type","variant"],GY=e=>{const{color:t,disableElevation:n,fullWidth:r,size:o,variant:i,classes:s}=e,a={root:["root",i,`${i}${fe(t)}`,`size${fe(o)}`,`${i}Size${fe(o)}`,t==="inherit"&&"colorInherit",n&&"disableElevation",r&&"fullWidth"],label:["label"],startIcon:["startIcon",`iconSize${fe(o)}`],endIcon:["endIcon",`iconSize${fe(o)}`]},c=Ie(a,jY,s);return P({},s,c)},YO=e=>P({},e.size==="small"&&{"& > *:nth-of-type(1)":{fontSize:18}},e.size==="medium"&&{"& > *:nth-of-type(1)":{fontSize:20}},e.size==="large"&&{"& > *:nth-of-type(1)":{fontSize:22}}),KY=ie(ss,{shouldForwardProp:e=>Lo(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]}})(({theme:e,ownerState:t})=>{var n,r;return P({},e.typography.button,{minWidth:64,padding:"6px 16px",borderRadius:(e.vars||e).shape.borderRadius,transition:e.transitions.create(["background-color","box-shadow","border-color","color"],{duration:e.transitions.duration.short}),"&:hover":P({textDecoration:"none",backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.hoverOpacity})`:nt(e.palette.text.primary,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},t.variant==="text"&&t.color!=="inherit"&&{backgroundColor:e.vars?`rgba(${e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:nt(e.palette[t.color].main,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},t.variant==="outlined"&&t.color!=="inherit"&&{border:`1px solid ${(e.vars||e).palette[t.color].main}`,backgroundColor:e.vars?`rgba(${e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:nt(e.palette[t.color].main,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},t.variant==="contained"&&{backgroundColor:(e.vars||e).palette.grey.A100,boxShadow:(e.vars||e).shadows[4],"@media (hover: none)":{boxShadow:(e.vars||e).shadows[2],backgroundColor:(e.vars||e).palette.grey[300]}},t.variant==="contained"&&t.color!=="inherit"&&{backgroundColor:(e.vars||e).palette[t.color].dark,"@media (hover: none)":{backgroundColor:(e.vars||e).palette[t.color].main}}),"&:active":P({},t.variant==="contained"&&{boxShadow:(e.vars||e).shadows[8]}),[`&.${zh.focusVisible}`]:P({},t.variant==="contained"&&{boxShadow:(e.vars||e).shadows[6]}),[`&.${zh.disabled}`]:P({color:(e.vars||e).palette.action.disabled},t.variant==="outlined"&&{border:`1px solid ${(e.vars||e).palette.action.disabledBackground}`},t.variant==="contained"&&{color:(e.vars||e).palette.action.disabled,boxShadow:(e.vars||e).shadows[0],backgroundColor:(e.vars||e).palette.action.disabledBackground})},t.variant==="text"&&{padding:"6px 8px"},t.variant==="text"&&t.color!=="inherit"&&{color:(e.vars||e).palette[t.color].main},t.variant==="outlined"&&{padding:"5px 15px",border:"1px solid currentColor"},t.variant==="outlined"&&t.color!=="inherit"&&{color:(e.vars||e).palette[t.color].main,border:e.vars?`1px solid rgba(${e.vars.palette[t.color].mainChannel} / 0.5)`:`1px solid ${nt(e.palette[t.color].main,.5)}`},t.variant==="contained"&&{color:e.vars?e.vars.palette.text.primary:(n=(r=e.palette).getContrastText)==null?void 0:n.call(r,e.palette.grey[300]),backgroundColor:(e.vars||e).palette.grey[300],boxShadow:(e.vars||e).shadows[2]},t.variant==="contained"&&t.color!=="inherit"&&{color:(e.vars||e).palette[t.color].contrastText,backgroundColor:(e.vars||e).palette[t.color].main},t.color==="inherit"&&{color:"inherit",borderColor:"currentColor"},t.size==="small"&&t.variant==="text"&&{padding:"4px 5px",fontSize:e.typography.pxToRem(13)},t.size==="large"&&t.variant==="text"&&{padding:"8px 11px",fontSize:e.typography.pxToRem(15)},t.size==="small"&&t.variant==="outlined"&&{padding:"3px 9px",fontSize:e.typography.pxToRem(13)},t.size==="large"&&t.variant==="outlined"&&{padding:"7px 21px",fontSize:e.typography.pxToRem(15)},t.size==="small"&&t.variant==="contained"&&{padding:"4px 10px",fontSize:e.typography.pxToRem(13)},t.size==="large"&&t.variant==="contained"&&{padding:"8px 22px",fontSize:e.typography.pxToRem(15)},t.fullWidth&&{width:"100%"})},({ownerState:e})=>e.disableElevation&&{boxShadow:"none","&:hover":{boxShadow:"none"},[`&.${zh.focusVisible}`]:{boxShadow:"none"},"&:active":{boxShadow:"none"},[`&.${zh.disabled}`]:{boxShadow:"none"}}),qY=ie("span",{name:"MuiButton",slot:"StartIcon",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.startIcon,t[`iconSize${fe(n.size)}`]]}})(({ownerState:e})=>P({display:"inherit",marginRight:8,marginLeft:-4},e.size==="small"&&{marginLeft:-2},YO(e))),YY=ie("span",{name:"MuiButton",slot:"EndIcon",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.endIcon,t[`iconSize${fe(n.size)}`]]}})(({ownerState:e})=>P({display:"inherit",marginRight:-4,marginLeft:8},e.size==="small"&&{marginRight:-2},YO(e))),XY=u.forwardRef(function(t,n){const r=u.useContext(UY),o=$C(r,t),i=Ze({props:o,name:"MuiButton"}),{children:s,color:a="primary",component:c="button",className:d,disabled:p=!1,disableElevation:h=!1,disableFocusRipple:m=!1,endIcon:v,focusVisibleClassName:b,fullWidth:g=!1,size:x="medium",startIcon:C,type:E,variant:w="text"}=i,S=se(i,WY),k=P({},i,{color:a,component:c,disabled:p,disableElevation:h,disableFocusRipple:m,fullWidth:g,size:x,type:E,variant:w}),_=GY(k),I=C&&O.jsx(qY,{className:_.startIcon,ownerState:k,children:C}),M=v&&O.jsx(YY,{className:_.endIcon,ownerState:k,children:v});return O.jsxs(KY,P({ownerState:k,className:me(r.className,_.root,d),component:c,disabled:p,focusRipple:!m,focusVisibleClassName:me(_.focusVisible,b),ref:n,type:E},S,{classes:_,children:[I,s,M]}))}),ur=XY;function QY(e){return Xe("MuiCard",e)}Ge("MuiCard",["root"]);const JY=["className","raised"],ZY=e=>{const{classes:t}=e;return Ie({root:["root"]},QY,t)},eX=ie(ai,{name:"MuiCard",slot:"Root",overridesResolver:(e,t)=>t.root})(()=>({overflow:"hidden"})),tX=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiCard"}),{className:o,raised:i=!1}=r,s=se(r,JY),a=P({},r,{raised:i}),c=ZY(a);return O.jsx(eX,P({className:me(c.root,o),elevation:i?8:void 0,ref:n,ownerState:a},s))}),XO=tX;function nX(e){return Xe("MuiCardContent",e)}Ge("MuiCardContent",["root"]);const rX=["className","component"],oX=e=>{const{classes:t}=e;return Ie({root:["root"]},nX,t)},iX=ie("div",{name:"MuiCardContent",slot:"Root",overridesResolver:(e,t)=>t.root})(()=>({padding:16,"&:last-child":{paddingBottom:24}})),sX=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiCardContent"}),{className:o,component:i="div"}=r,s=se(r,rX),a=P({},r,{component:i}),c=oX(a);return O.jsx(iX,P({as:i,className:me(c.root,o),ownerState:a,ref:n},s))}),QO=sX;function lX(e){return Xe("PrivateSwitchBase",e)}Ge("PrivateSwitchBase",["root","checked","disabled","input","edgeStart","edgeEnd"]);const aX=["autoFocus","checked","checkedIcon","className","defaultChecked","disabled","disableFocusRipple","edge","icon","id","inputProps","inputRef","name","onBlur","onChange","onFocus","readOnly","required","tabIndex","type","value"],cX=e=>{const{classes:t,checked:n,disabled:r,edge:o}=e,i={root:["root",n&&"checked",r&&"disabled",o&&`edge${fe(o)}`],input:["input"]};return Ie(i,lX,t)},uX=ie(ss)(({ownerState:e})=>P({padding:9,borderRadius:"50%"},e.edge==="start"&&{marginLeft:e.size==="small"?-3:-12},e.edge==="end"&&{marginRight:e.size==="small"?-3:-12})),dX=ie("input")({cursor:"inherit",position:"absolute",opacity:0,width:"100%",height:"100%",top:0,left:0,margin:0,padding:0,zIndex:1}),fX=u.forwardRef(function(t,n){const{autoFocus:r,checked:o,checkedIcon:i,className:s,defaultChecked:a,disabled:c,disableFocusRipple:d=!1,edge:p=!1,icon:h,id:m,inputProps:v,inputRef:b,name:g,onBlur:x,onChange:C,onFocus:E,readOnly:w,required:S=!1,tabIndex:k,type:_,value:I}=t,M=se(t,aX),[R,T]=Zi({controlled:o,default:Boolean(a),name:"SwitchBase",state:"checked"}),L=Us(),H=z=>{E&&E(z),L&&L.onFocus&&L.onFocus(z)},j=z=>{x&&x(z),L&&L.onBlur&&L.onBlur(z)},A=z=>{if(z.nativeEvent.defaultPrevented)return;const W=z.target.checked;T(W),C&&C(z,W)};let F=c;L&&typeof F=="undefined"&&(F=L.disabled);const B=_==="checkbox"||_==="radio",G=P({},t,{checked:R,disabled:F,disableFocusRipple:d,edge:p}),N=cX(G);return O.jsxs(uX,P({component:"span",className:me(N.root,s),centerRipple:!0,focusRipple:!d,disabled:F,tabIndex:null,role:void 0,onFocus:H,onBlur:j,ownerState:G,ref:n},M,{children:[O.jsx(dX,P({autoFocus:r,checked:o,defaultChecked:a,className:N.input,disabled:F,id:B?m:void 0,name:g,onChange:A,readOnly:w,ref:b,required:S,ownerState:G,tabIndex:k,type:_},_==="checkbox"&&I===void 0?{}:{value:I},v)),R?i:h]}))}),JO=fX,pX=Tt(O.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"),hX=Tt(O.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"),mX=Tt(O.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 gX(e){return Xe("MuiCheckbox",e)}const vX=Ge("MuiCheckbox",["root","checked","disabled","indeterminate","colorPrimary","colorSecondary"]),a1=vX,yX=["checkedIcon","color","icon","indeterminate","indeterminateIcon","inputProps","size","className"],bX=e=>{const{classes:t,indeterminate:n,color:r}=e,o={root:["root",n&&"indeterminate",`color${fe(r)}`]},i=Ie(o,gX,t);return P({},t,i)},wX=ie(JO,{shouldForwardProp:e=>Lo(e)||e==="classes",name:"MuiCheckbox",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.indeterminate&&t.indeterminate,n.color!=="default"&&t[`color${fe(n.color)}`]]}})(({theme:e,ownerState:t})=>P({color:(e.vars||e).palette.text.secondary},!t.disableRipple&&{"&:hover":{backgroundColor:e.vars?`rgba(${t.color==="default"?e.vars.palette.action.activeChannel:e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.hoverOpacity})`:nt(t.color==="default"?e.palette.action.active:e.palette[t.color].main,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}}},t.color!=="default"&&{[`&.${a1.checked}, &.${a1.indeterminate}`]:{color:(e.vars||e).palette[t.color].main},[`&.${a1.disabled}`]:{color:(e.vars||e).palette.action.disabled}})),CX=O.jsx(hX,{}),xX=O.jsx(pX,{}),SX=O.jsx(mX,{}),EX=u.forwardRef(function(t,n){var r,o;const i=Ze({props:t,name:"MuiCheckbox"}),{checkedIcon:s=CX,color:a="primary",icon:c=xX,indeterminate:d=!1,indeterminateIcon:p=SX,inputProps:h,size:m="medium",className:v}=i,b=se(i,yX),g=d?p:c,x=d?p:s,C=P({},i,{color:a,indeterminate:d,size:m}),E=bX(C);return O.jsx(wX,P({type:"checkbox",inputProps:P({"data-indeterminate":d},h),icon:u.cloneElement(g,{fontSize:(r=g.props.fontSize)!=null?r:m}),checkedIcon:u.cloneElement(x,{fontSize:(o=x.props.fontSize)!=null?o:m}),ownerState:C,ref:n,className:me(E.root,v)},b,{classes:E}))}),ZO=EX;function PX(e){return Xe("MuiCircularProgress",e)}Ge("MuiCircularProgress",["root","determinate","indeterminate","colorPrimary","colorSecondary","svg","circle","circleDeterminate","circleIndeterminate","circleDisableShrink"]);const kX=["className","color","disableShrink","size","style","thickness","value","variant"];let Rv=e=>e,m_,g_,v_,y_;const rl=44,IX=ls(m_||(m_=Rv`
|
|
163
|
+
0% {
|
|
164
|
+
transform: rotate(0deg);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
100% {
|
|
168
|
+
transform: rotate(360deg);
|
|
169
|
+
}
|
|
170
|
+
`)),_X=ls(g_||(g_=Rv`
|
|
171
|
+
0% {
|
|
172
|
+
stroke-dasharray: 1px, 200px;
|
|
173
|
+
stroke-dashoffset: 0;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
50% {
|
|
177
|
+
stroke-dasharray: 100px, 200px;
|
|
178
|
+
stroke-dashoffset: -15px;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
100% {
|
|
182
|
+
stroke-dasharray: 100px, 200px;
|
|
183
|
+
stroke-dashoffset: -125px;
|
|
184
|
+
}
|
|
185
|
+
`)),$X=e=>{const{classes:t,variant:n,color:r,disableShrink:o}=e,i={root:["root",n,`color${fe(r)}`],svg:["svg"],circle:["circle",`circle${fe(n)}`,o&&"circleDisableShrink"]};return Ie(i,PX,t)},MX=ie("span",{name:"MuiCircularProgress",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.variant],t[`color${fe(n.color)}`]]}})(({ownerState:e,theme:t})=>P({display:"inline-block"},e.variant==="determinate"&&{transition:t.transitions.create("transform")},e.color!=="inherit"&&{color:(t.vars||t).palette[e.color].main}),({ownerState:e})=>e.variant==="indeterminate"&&zl(v_||(v_=Rv`
|
|
186
|
+
animation: ${0} 1.4s linear infinite;
|
|
187
|
+
`),IX)),RX=ie("svg",{name:"MuiCircularProgress",slot:"Svg",overridesResolver:(e,t)=>t.svg})({display:"block"}),TX=ie("circle",{name:"MuiCircularProgress",slot:"Circle",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.circle,t[`circle${fe(n.variant)}`],n.disableShrink&&t.circleDisableShrink]}})(({ownerState:e,theme:t})=>P({stroke:"currentColor"},e.variant==="determinate"&&{transition:t.transitions.create("stroke-dashoffset")},e.variant==="indeterminate"&&{strokeDasharray:"80px, 200px",strokeDashoffset:0}),({ownerState:e})=>e.variant==="indeterminate"&&!e.disableShrink&&zl(y_||(y_=Rv`
|
|
188
|
+
animation: ${0} 1.4s ease-in-out infinite;
|
|
189
|
+
`),_X)),OX=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiCircularProgress"}),{className:o,color:i="primary",disableShrink:s=!1,size:a=40,style:c,thickness:d=3.6,value:p=0,variant:h="indeterminate"}=r,m=se(r,kX),v=P({},r,{color:i,disableShrink:s,size:a,thickness:d,value:p,variant:h}),b=$X(v),g={},x={},C={};if(h==="determinate"){const E=2*Math.PI*((rl-d)/2);g.strokeDasharray=E.toFixed(3),C["aria-valuenow"]=Math.round(p),g.strokeDashoffset=`${((100-p)/100*E).toFixed(3)}px`,x.transform="rotate(-90deg)"}return O.jsx(MX,P({className:me(b.root,o),style:P({width:a,height:a},x,c),ownerState:v,ref:n,role:"progressbar"},C,m,{children:O.jsx(RX,{className:b.svg,ownerState:v,viewBox:`${rl/2} ${rl/2} ${rl} ${rl}`,children:O.jsx(TX,{className:b.circle,style:g,ownerState:v,cx:rl,cy:rl,r:(rl-d)/2,fill:"none",strokeWidth:d})})}))}),zu=OX,LX=["BackdropComponent","BackdropProps","classes","className","closeAfterTransition","children","component","components","componentsProps","disableAutoFocus","disableEnforceFocus","disableEscapeKeyDown","disablePortal","disableRestoreFocus","disableScrollLock","hideBackdrop","keepMounted","slotProps","slots","theme"],AX=ie("div",{name:"MuiModal",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,!n.open&&n.exited&&t.hidden]}})(({theme:e,ownerState:t})=>P({position:"fixed",zIndex:(e.vars||e).zIndex.modal,right:0,bottom:0,top:0,left:0},!t.open&&t.exited&&{visibility:"hidden"})),FX=ie(KO,{name:"MuiModal",slot:"Backdrop",overridesResolver:(e,t)=>t.backdrop})({zIndex:-1}),NX=u.forwardRef(function(t,n){var r,o,i,s,a,c;const d=Ze({name:"MuiModal",props:t}),{BackdropComponent:p=FX,BackdropProps:h,classes:m,className:v,closeAfterTransition:b=!1,children:g,component:x,components:C={},componentsProps:E={},disableAutoFocus:w=!1,disableEnforceFocus:S=!1,disableEscapeKeyDown:k=!1,disablePortal:_=!1,disableRestoreFocus:I=!1,disableScrollLock:M=!1,hideBackdrop:R=!1,keepMounted:T=!1,slotProps:L,slots:H,theme:j}=d,A=se(d,LX),[F,B]=u.useState(!0),G={closeAfterTransition:b,disableAutoFocus:w,disableEnforceFocus:S,disableEscapeKeyDown:k,disablePortal:_,disableRestoreFocus:I,disableScrollLock:M,hideBackdrop:R,keepMounted:T},N=P({},d,G,{exited:F}),z=(r=(o=H==null?void 0:H.root)!=null?o:C.Root)!=null?r:AX,W=(i=(s=H==null?void 0:H.backdrop)!=null?s:C.Backdrop)!=null?i:p,q=(a=L==null?void 0:L.root)!=null?a:E.root,X=(c=L==null?void 0:L.backdrop)!=null?c:E.backdrop;return O.jsx(rK,P({slots:{root:z,backdrop:W},slotProps:{root:()=>P({},Bb(q,N),!Na(z)&&{as:x,theme:j},{className:me(v,q==null?void 0:q.className,m==null?void 0:m.root,!N.open&&N.exited&&(m==null?void 0:m.hidden))}),backdrop:()=>P({},h,Bb(X,N),{className:me(X==null?void 0:X.className,m==null?void 0:m.backdrop)})},onTransitionEnter:()=>B(!1),onTransitionExited:()=>B(!0),ref:n},A,G,{children:g}))}),lx=NX;function DX(e){return Xe("MuiDialog",e)}const BX=Ge("MuiDialog",["root","scrollPaper","scrollBody","container","paper","paperScrollPaper","paperScrollBody","paperWidthFalse","paperWidthXs","paperWidthSm","paperWidthMd","paperWidthLg","paperWidthXl","paperFullWidth","paperFullScreen"]),c1=BX,zX=u.createContext({}),eL=zX,jX=["aria-describedby","aria-labelledby","BackdropComponent","BackdropProps","children","className","disableEscapeKeyDown","fullScreen","fullWidth","maxWidth","onBackdropClick","onClose","open","PaperComponent","PaperProps","scroll","TransitionComponent","transitionDuration","TransitionProps"],HX=ie(KO,{name:"MuiDialog",slot:"Backdrop",overrides:(e,t)=>t.backdrop})({zIndex:-1}),VX=e=>{const{classes:t,scroll:n,maxWidth:r,fullWidth:o,fullScreen:i}=e,s={root:["root"],container:["container",`scroll${fe(n)}`],paper:["paper",`paperScroll${fe(n)}`,`paperWidth${fe(String(r))}`,o&&"paperFullWidth",i&&"paperFullScreen"]};return Ie(s,DX,t)},UX=ie(lx,{name:"MuiDialog",slot:"Root",overridesResolver:(e,t)=>t.root})({"@media print":{position:"absolute !important"}}),WX=ie("div",{name:"MuiDialog",slot:"Container",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.container,t[`scroll${fe(n.scroll)}`]]}})(({ownerState:e})=>P({height:"100%","@media print":{height:"auto"},outline:0},e.scroll==="paper"&&{display:"flex",justifyContent:"center",alignItems:"center"},e.scroll==="body"&&{overflowY:"auto",overflowX:"hidden",textAlign:"center","&:after":{content:'""',display:"inline-block",verticalAlign:"middle",height:"100%",width:"0"}})),GX=ie(ai,{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]}})(({theme:e,ownerState:t})=>P({margin:32,position:"relative",overflowY:"auto","@media print":{overflowY:"visible",boxShadow:"none"}},t.scroll==="paper"&&{display:"flex",flexDirection:"column",maxHeight:"calc(100% - 64px)"},t.scroll==="body"&&{display:"inline-block",verticalAlign:"middle",textAlign:"left"},!t.maxWidth&&{maxWidth:"calc(100% - 64px)"},t.maxWidth==="xs"&&{maxWidth:e.breakpoints.unit==="px"?Math.max(e.breakpoints.values.xs,444):`${e.breakpoints.values.xs}${e.breakpoints.unit}`,[`&.${c1.paperScrollBody}`]:{[e.breakpoints.down(Math.max(e.breakpoints.values.xs,444)+32*2)]:{maxWidth:"calc(100% - 64px)"}}},t.maxWidth&&t.maxWidth!=="xs"&&{maxWidth:`${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`,[`&.${c1.paperScrollBody}`]:{[e.breakpoints.down(e.breakpoints.values[t.maxWidth]+32*2)]:{maxWidth:"calc(100% - 64px)"}}},t.fullWidth&&{width:"calc(100% - 64px)"},t.fullScreen&&{margin:0,width:"100%",maxWidth:"100%",height:"100%",maxHeight:"none",borderRadius:0,[`&.${c1.paperScrollBody}`]:{margin:0,maxWidth:"100%"}})),KX=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiDialog"}),o=lo(),i={enter:o.transitions.duration.enteringScreen,exit:o.transitions.duration.leavingScreen},{"aria-describedby":s,"aria-labelledby":a,BackdropComponent:c,BackdropProps:d,children:p,className:h,disableEscapeKeyDown:m=!1,fullScreen:v=!1,fullWidth:b=!1,maxWidth:g="sm",onBackdropClick:x,onClose:C,open:E,PaperComponent:w=ai,PaperProps:S={},scroll:k="paper",TransitionComponent:_=GO,transitionDuration:I=i,TransitionProps:M}=r,R=se(r,jX),T=P({},r,{disableEscapeKeyDown:m,fullScreen:v,fullWidth:b,maxWidth:g,scroll:k}),L=VX(T),H=u.useRef(),j=G=>{H.current=G.target===G.currentTarget},A=G=>{H.current&&(H.current=null,x&&x(G),C&&C(G,"backdropClick"))},F=Pn(a),B=u.useMemo(()=>({titleId:F}),[F]);return O.jsx(UX,P({className:me(L.root,h),closeAfterTransition:!0,components:{Backdrop:HX},componentsProps:{backdrop:P({transitionDuration:I,as:c},d)},disableEscapeKeyDown:m,onClose:C,open:E,ref:n,onClick:A,ownerState:T},R,{children:O.jsx(_,P({appear:!0,in:E,timeout:I,role:"presentation"},M,{children:O.jsx(WX,{className:me(L.container),onMouseDown:j,ownerState:T,children:O.jsx(GX,P({as:w,elevation:24,role:"dialog","aria-describedby":s,"aria-labelledby":F},S,{className:me(L.paper,S.className),ownerState:T,children:O.jsx(eL.Provider,{value:B,children:p})}))})}))}))}),qX=KX;function YX(e){return Xe("MuiDialogContent",e)}Ge("MuiDialogContent",["root","dividers"]);function XX(e){return Xe("MuiDialogTitle",e)}const QX=Ge("MuiDialogTitle",["root"]),JX=QX,ZX=["className","dividers"],eQ=e=>{const{classes:t,dividers:n}=e;return Ie({root:["root",n&&"dividers"]},YX,t)},tQ=ie("div",{name:"MuiDialogContent",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.dividers&&t.dividers]}})(({theme:e,ownerState:t})=>P({flex:"1 1 auto",WebkitOverflowScrolling:"touch",overflowY:"auto",padding:"20px 24px"},t.dividers?{padding:"16px 24px",borderTop:`1px solid ${(e.vars||e).palette.divider}`,borderBottom:`1px solid ${(e.vars||e).palette.divider}`}:{[`.${JX.root} + &`]:{paddingTop:0}})),nQ=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiDialogContent"}),{className:o,dividers:i=!1}=r,s=se(r,ZX),a=P({},r,{dividers:i}),c=eQ(a);return O.jsx(tQ,P({className:me(c.root,o),ownerState:a,ref:n},s))}),rQ=nQ,oQ=["className","id"],iQ=e=>{const{classes:t}=e;return Ie({root:["root"]},XX,t)},sQ=ie(Mr,{name:"MuiDialogTitle",slot:"Root",overridesResolver:(e,t)=>t.root})({padding:"16px 24px",flex:"0 0 auto"}),lQ=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiDialogTitle"}),{className:o,id:i}=r,s=se(r,oQ),a=r,c=iQ(a),{titleId:d=i}=u.useContext(eL);return O.jsx(sQ,P({component:"h2",className:me(c.root,o),ownerState:a,ref:n,variant:"h6",id:i!=null?i:d},s))}),aQ=lQ,cQ=Ge("MuiDivider",["root","absolute","fullWidth","inset","middle","flexItem","light","vertical","withChildren","withChildrenVertical","textAlignRight","textAlignLeft","wrapper","wrapperVertical"]),b_=cQ,uQ=["addEndListener","appear","children","container","direction","easing","in","onEnter","onEntered","onEntering","onExit","onExited","onExiting","style","timeout","TransitionComponent"];function dQ(e,t,n){const r=t.getBoundingClientRect(),o=n&&n.getBoundingClientRect(),i=io(t);let s;if(t.fakeTransform)s=t.fakeTransform;else{const d=i.getComputedStyle(t);s=d.getPropertyValue("-webkit-transform")||d.getPropertyValue("transform")}let a=0,c=0;if(s&&s!=="none"&&typeof s=="string"){const d=s.split("(")[1].split(")")[0].split(",");a=parseInt(d[4],10),c=parseInt(d[5],10)}return e==="left"?o?`translateX(${o.right+a-r.left}px)`:`translateX(${i.innerWidth+a-r.left}px)`:e==="right"?o?`translateX(-${r.right-o.left-a}px)`:`translateX(-${r.left+r.width-a}px)`:e==="up"?o?`translateY(${o.bottom+c-r.top}px)`:`translateY(${i.innerHeight+c-r.top}px)`:o?`translateY(-${r.top-o.top+r.height-c}px)`:`translateY(-${r.top+r.height-c}px)`}function fQ(e){return typeof e=="function"?e():e}function jh(e,t,n){const r=fQ(n),o=dQ(e,t,r);o&&(t.style.webkitTransform=o,t.style.transform=o)}const pQ=u.forwardRef(function(t,n){const r=lo(),o={enter:r.transitions.easing.easeOut,exit:r.transitions.easing.sharp},i={enter:r.transitions.duration.enteringScreen,exit:r.transitions.duration.leavingScreen},{addEndListener:s,appear:a=!0,children:c,container:d,direction:p="down",easing:h=o,in:m,onEnter:v,onEntered:b,onEntering:g,onExit:x,onExited:C,onExiting:E,style:w,timeout:S=i,TransitionComponent:k=Sv}=t,_=se(t,uQ),I=u.useRef(null),M=jt(c.ref,I,n),R=N=>z=>{N&&(z===void 0?N(I.current):N(I.current,z))},T=R((N,z)=>{jh(p,N,d),ox(N),v&&v(N,z)}),L=R((N,z)=>{const W=jl({timeout:S,style:w,easing:h},{mode:"enter"});N.style.webkitTransition=r.transitions.create("-webkit-transform",P({},W)),N.style.transition=r.transitions.create("transform",P({},W)),N.style.webkitTransform="none",N.style.transform="none",g&&g(N,z)}),H=R(b),j=R(E),A=R(N=>{const z=jl({timeout:S,style:w,easing:h},{mode:"exit"});N.style.webkitTransition=r.transitions.create("-webkit-transform",z),N.style.transition=r.transitions.create("transform",z),jh(p,N,d),x&&x(N)}),F=R(N=>{N.style.webkitTransition="",N.style.transition="",C&&C(N)}),B=N=>{s&&s(I.current,N)},G=u.useCallback(()=>{I.current&&jh(p,I.current,d)},[p,d]);return u.useEffect(()=>{if(m||p==="down"||p==="right")return;const N=Ns(()=>{I.current&&jh(p,I.current,d)}),z=io(I.current);return z.addEventListener("resize",N),()=>{N.clear(),z.removeEventListener("resize",N)}},[p,m,d]),u.useEffect(()=>{m||G()},[m,G]),O.jsx(k,P({nodeRef:I,onEnter:T,onEntered:H,onEntering:L,onExit:A,onExited:F,onExiting:j,addEndListener:B,appear:a,in:m,timeout:S},_,{children:(N,z)=>u.cloneElement(c,P({ref:M,style:P({visibility:N==="exited"&&!m?"hidden":void 0},w,c.props.style)},z))}))}),hQ=pQ;function mQ(e){return Xe("MuiDrawer",e)}Ge("MuiDrawer",["root","docked","paper","paperAnchorLeft","paperAnchorRight","paperAnchorTop","paperAnchorBottom","paperAnchorDockedLeft","paperAnchorDockedRight","paperAnchorDockedTop","paperAnchorDockedBottom","modal"]);const gQ=["BackdropProps"],vQ=["anchor","BackdropProps","children","className","elevation","hideBackdrop","ModalProps","onClose","open","PaperProps","SlideProps","TransitionComponent","transitionDuration","variant"],tL=(e,t)=>{const{ownerState:n}=e;return[t.root,(n.variant==="permanent"||n.variant==="persistent")&&t.docked,t.modal]},yQ=e=>{const{classes:t,anchor:n,variant:r}=e,o={root:["root"],docked:[(r==="permanent"||r==="persistent")&&"docked"],modal:["modal"],paper:["paper",`paperAnchor${fe(n)}`,r!=="temporary"&&`paperAnchorDocked${fe(n)}`]};return Ie(o,mQ,t)},bQ=ie(lx,{name:"MuiDrawer",slot:"Root",overridesResolver:tL})(({theme:e})=>({zIndex:(e.vars||e).zIndex.drawer})),w_=ie("div",{shouldForwardProp:Lo,name:"MuiDrawer",slot:"Docked",skipVariantsResolver:!1,overridesResolver:tL})({flex:"0 0 auto"}),wQ=ie(ai,{name:"MuiDrawer",slot:"Paper",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.paper,t[`paperAnchor${fe(n.anchor)}`],n.variant!=="temporary"&&t[`paperAnchorDocked${fe(n.anchor)}`]]}})(({theme:e,ownerState:t})=>P({overflowY:"auto",display:"flex",flexDirection:"column",height:"100%",flex:"1 0 auto",zIndex:(e.vars||e).zIndex.drawer,WebkitOverflowScrolling:"touch",position:"fixed",top:0,outline:0},t.anchor==="left"&&{left:0},t.anchor==="top"&&{top:0,left:0,right:0,height:"auto",maxHeight:"100%"},t.anchor==="right"&&{right:0},t.anchor==="bottom"&&{top:"auto",left:0,bottom:0,right:0,height:"auto",maxHeight:"100%"},t.anchor==="left"&&t.variant!=="temporary"&&{borderRight:`1px solid ${(e.vars||e).palette.divider}`},t.anchor==="top"&&t.variant!=="temporary"&&{borderBottom:`1px solid ${(e.vars||e).palette.divider}`},t.anchor==="right"&&t.variant!=="temporary"&&{borderLeft:`1px solid ${(e.vars||e).palette.divider}`},t.anchor==="bottom"&&t.variant!=="temporary"&&{borderTop:`1px solid ${(e.vars||e).palette.divider}`})),nL={left:"right",right:"left",top:"down",bottom:"up"};function CQ(e){return["left","right"].indexOf(e)!==-1}function xQ(e,t){return e.direction==="rtl"&&CQ(t)?nL[t]:t}const SQ=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiDrawer"}),o=lo(),i={enter:o.transitions.duration.enteringScreen,exit:o.transitions.duration.leavingScreen},{anchor:s="left",BackdropProps:a,children:c,className:d,elevation:p=16,hideBackdrop:h=!1,ModalProps:{BackdropProps:m}={},onClose:v,open:b=!1,PaperProps:g={},SlideProps:x,TransitionComponent:C=hQ,transitionDuration:E=i,variant:w="temporary"}=r,S=se(r.ModalProps,gQ),k=se(r,vQ),_=u.useRef(!1);u.useEffect(()=>{_.current=!0},[]);const I=xQ(o,s),R=P({},r,{anchor:s,elevation:p,open:b,variant:w},k),T=yQ(R),L=O.jsx(wQ,P({elevation:w==="temporary"?p:0,square:!0},g,{className:me(T.paper,g.className),ownerState:R,children:c}));if(w==="permanent")return O.jsx(w_,P({className:me(T.root,T.docked,d),ownerState:R,ref:n},k,{children:L}));const H=O.jsx(C,P({in:b,direction:nL[I],timeout:E,appear:_.current},x,{children:L}));return w==="persistent"?O.jsx(w_,P({className:me(T.root,T.docked,d),ownerState:R,ref:n},k,{children:H})):O.jsx(bQ,P({BackdropProps:P({},a,m,{transitionDuration:E}),className:me(T.root,T.modal,d),open:b,ownerState:R,onClose:v,hideBackdrop:h,ref:n},k,S,{children:H}))}),EQ=SQ,PQ=["disableUnderline","components","componentsProps","fullWidth","hiddenLabel","inputComponent","multiline","slotProps","slots","type"],kQ=e=>{const{classes:t,disableUnderline:n}=e,o=Ie({root:["root",!n&&"underline"],input:["input"]},sY,t);return P({},t,o)},IQ=ie($v,{shouldForwardProp:e=>Lo(e)||e==="classes",name:"MuiFilledInput",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[...Iv(e,t),!n.disableUnderline&&t.underline]}})(({theme:e,ownerState:t})=>{var n;const r=e.palette.mode==="light",o=r?"rgba(0, 0, 0, 0.42)":"rgba(255, 255, 255, 0.7)",i=r?"rgba(0, 0, 0, 0.06)":"rgba(255, 255, 255, 0.09)",s=r?"rgba(0, 0, 0, 0.09)":"rgba(255, 255, 255, 0.13)",a=r?"rgba(0, 0, 0, 0.12)":"rgba(255, 255, 255, 0.12)";return P({position:"relative",backgroundColor:e.vars?e.vars.palette.FilledInput.bg:i,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:i}},[`&.${wo.focused}`]:{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:i},[`&.${wo.disabled}`]:{backgroundColor:e.vars?e.vars.palette.FilledInput.disabledBg:a}},!t.disableUnderline&&{"&:after":{borderBottom:`2px solid ${(n=(e.vars||e).palette[t.color||"primary"])==null?void 0:n.main}`,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"},[`&.${wo.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${wo.error}`]:{"&:before, &:after":{borderBottomColor:(e.vars||e).palette.error.main}},"&:before":{borderBottom:`1px solid ${e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / ${e.vars.opacity.inputUnderline})`:o}`,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(.${wo.disabled}, .${wo.error}):before`]:{borderBottom:`1px solid ${(e.vars||e).palette.text.primary}`},[`&.${wo.disabled}:before`]:{borderBottomStyle:"dotted"}},t.startAdornment&&{paddingLeft:12},t.endAdornment&&{paddingRight:12},t.multiline&&P({padding:"25px 12px 8px"},t.size==="small"&&{paddingTop:21,paddingBottom:4},t.hiddenLabel&&{paddingTop:16,paddingBottom:17}))}),_Q=ie(Mv,{name:"MuiFilledInput",slot:"Input",overridesResolver:_v})(({theme:e,ownerState:t})=>P({paddingTop:25,paddingRight:12,paddingBottom:8,paddingLeft:12},!e.vars&&{"&:-webkit-autofill":{WebkitBoxShadow:e.palette.mode==="light"?null:"0 0 0 100px #266798 inset",WebkitTextFillColor:e.palette.mode==="light"?null:"#fff",caretColor:e.palette.mode==="light"?null:"#fff",borderTopLeftRadius:"inherit",borderTopRightRadius:"inherit"}},e.vars&&{"&:-webkit-autofill":{borderTopLeftRadius:"inherit",borderTopRightRadius:"inherit"},[e.getColorSchemeSelector("dark")]:{"&:-webkit-autofill":{WebkitBoxShadow:"0 0 0 100px #266798 inset",WebkitTextFillColor:"#fff",caretColor:"#fff"}}},t.size==="small"&&{paddingTop:21,paddingBottom:4},t.hiddenLabel&&{paddingTop:16,paddingBottom:17},t.multiline&&{paddingTop:0,paddingBottom:0,paddingLeft:0,paddingRight:0},t.startAdornment&&{paddingLeft:0},t.endAdornment&&{paddingRight:0},t.hiddenLabel&&t.size==="small"&&{paddingTop:8,paddingBottom:9})),rL=u.forwardRef(function(t,n){var r,o,i,s;const a=Ze({props:t,name:"MuiFilledInput"}),{components:c={},componentsProps:d,fullWidth:p=!1,inputComponent:h="input",multiline:m=!1,slotProps:v,slots:b={},type:g="text"}=a,x=se(a,PQ),C=P({},a,{fullWidth:p,inputComponent:h,multiline:m,type:g}),E=kQ(a),w={root:{ownerState:C},input:{ownerState:C}},S=(v!=null?v:d)?Qo(v!=null?v:d,w):w,k=(r=(o=b.root)!=null?o:c.Root)!=null?r:IQ,_=(i=(s=b.input)!=null?s:c.Input)!=null?i:_Q;return O.jsx(Bu,P({slots:{root:k,input:_},componentsProps:S,fullWidth:p,inputComponent:h,multiline:m,ref:n,type:g},x,{classes:E}))});rL.muiName="Input";const oL=rL;function $Q(e){return Xe("MuiFormControl",e)}Ge("MuiFormControl",["root","marginNone","marginNormal","marginDense","fullWidth","disabled"]);const MQ=["children","className","color","component","disabled","error","focused","fullWidth","hiddenLabel","margin","required","size","variant"],RQ=e=>{const{classes:t,margin:n,fullWidth:r}=e,o={root:["root",n!=="none"&&`margin${fe(n)}`,r&&"fullWidth"]};return Ie(o,$Q,t)},TQ=ie("div",{name:"MuiFormControl",slot:"Root",overridesResolver:({ownerState:e},t)=>P({},t.root,t[`margin${fe(e.margin)}`],e.fullWidth&&t.fullWidth)})(({ownerState:e})=>P({display:"inline-flex",flexDirection:"column",position:"relative",minWidth:0,padding:0,margin:0,border:0,verticalAlign:"top"},e.margin==="normal"&&{marginTop:16,marginBottom:8},e.margin==="dense"&&{marginTop:8,marginBottom:4},e.fullWidth&&{width:"100%"})),OQ=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiFormControl"}),{children:o,className:i,color:s="primary",component:a="div",disabled:c=!1,error:d=!1,focused:p,fullWidth:h=!1,hiddenLabel:m=!1,margin:v="none",required:b=!1,size:g="medium",variant:x="outlined"}=r,C=se(r,MQ),E=P({},r,{color:s,component:a,disabled:c,error:d,fullWidth:h,hiddenLabel:m,margin:v,required:b,size:g,variant:x}),w=RQ(E),[S,k]=u.useState(()=>{let j=!1;return o&&u.Children.forEach(o,A=>{if(!nf(A,["Input","Select"]))return;const F=nf(A,["Select"])?A.props.input:A;F&&Yq(F.props)&&(j=!0)}),j}),[_,I]=u.useState(()=>{let j=!1;return o&&u.Children.forEach(o,A=>{nf(A,["Input","Select"])&&ix(A.props,!0)&&(j=!0)}),j}),[M,R]=u.useState(!1);c&&M&&R(!1);const T=p!==void 0&&!c?p:M;let L;const H=u.useMemo(()=>({adornedStart:S,setAdornedStart:k,color:s,disabled:c,error:d,filled:_,focused:T,fullWidth:h,hiddenLabel:m,size:g,onBlur:()=>{R(!1)},onEmpty:()=>{I(!1)},onFilled:()=>{I(!0)},onFocus:()=>{R(!0)},registerEffect:L,required:b,variant:x}),[S,s,c,d,_,T,h,m,L,b,g,x]);return O.jsx(kv.Provider,{value:H,children:O.jsx(TQ,P({as:a,ownerState:E,className:me(w.root,i),ref:n},C,{children:o}))})}),Qa=OQ;function LQ(e){return Xe("MuiFormControlLabel",e)}const AQ=Ge("MuiFormControlLabel",["root","labelPlacementStart","labelPlacementTop","labelPlacementBottom","disabled","label","error"]),Hh=AQ,FQ=["checked","className","componentsProps","control","disabled","disableTypography","inputRef","label","labelPlacement","name","onChange","slotProps","value"],NQ=e=>{const{classes:t,disabled:n,labelPlacement:r,error:o}=e,i={root:["root",n&&"disabled",`labelPlacement${fe(r)}`,o&&"error"],label:["label",n&&"disabled"]};return Ie(i,LQ,t)},DQ=ie("label",{name:"MuiFormControlLabel",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[{[`& .${Hh.label}`]:t.label},t.root,t[`labelPlacement${fe(n.labelPlacement)}`]]}})(({theme:e,ownerState:t})=>P({display:"inline-flex",alignItems:"center",cursor:"pointer",verticalAlign:"middle",WebkitTapHighlightColor:"transparent",marginLeft:-11,marginRight:16,[`&.${Hh.disabled}`]:{cursor:"default"}},t.labelPlacement==="start"&&{flexDirection:"row-reverse",marginLeft:16,marginRight:-11},t.labelPlacement==="top"&&{flexDirection:"column-reverse",marginLeft:16},t.labelPlacement==="bottom"&&{flexDirection:"column",marginLeft:16},{[`& .${Hh.label}`]:{[`&.${Hh.disabled}`]:{color:(e.vars||e).palette.text.disabled}}})),BQ=u.forwardRef(function(t,n){var r;const o=Ze({props:t,name:"MuiFormControlLabel"}),{className:i,componentsProps:s={},control:a,disabled:c,disableTypography:d,label:p,labelPlacement:h="end",slotProps:m={}}=o,v=se(o,FQ),b=Us();let g=c;typeof g=="undefined"&&typeof a.props.disabled!="undefined"&&(g=a.props.disabled),typeof g=="undefined"&&b&&(g=b.disabled);const x={disabled:g};["checked","name","onChange","value","inputRef"].forEach(_=>{typeof a.props[_]=="undefined"&&typeof o[_]!="undefined"&&(x[_]=o[_])});const C=Xa({props:o,muiFormControl:b,states:["error"]}),E=P({},o,{disabled:g,labelPlacement:h,error:C.error}),w=NQ(E),S=(r=m.typography)!=null?r:s.typography;let k=p;return k!=null&&k.type!==Mr&&!d&&(k=O.jsx(Mr,P({component:"span"},S,{className:me(w.label,S==null?void 0:S.className),children:k}))),O.jsxs(DQ,P({className:me(w.root,i),ownerState:E,ref:n},v,{children:[u.cloneElement(a,x),k]}))}),iL=BQ;function zQ(e){return Xe("MuiFormHelperText",e)}const jQ=Ge("MuiFormHelperText",["root","error","disabled","sizeSmall","sizeMedium","contained","focused","filled","required"]),C_=jQ;var x_;const HQ=["children","className","component","disabled","error","filled","focused","margin","required","variant"],VQ=e=>{const{classes:t,contained:n,size:r,disabled:o,error:i,filled:s,focused:a,required:c}=e,d={root:["root",o&&"disabled",i&&"error",r&&`size${fe(r)}`,n&&"contained",a&&"focused",s&&"filled",c&&"required"]};return Ie(d,zQ,t)},UQ=ie("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]}})(({theme:e,ownerState:t})=>P({color:(e.vars||e).palette.text.secondary},e.typography.caption,{textAlign:"left",marginTop:3,marginRight:0,marginBottom:0,marginLeft:0,[`&.${C_.disabled}`]:{color:(e.vars||e).palette.text.disabled},[`&.${C_.error}`]:{color:(e.vars||e).palette.error.main}},t.size==="small"&&{marginTop:4},t.contained&&{marginLeft:14,marginRight:14})),WQ=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiFormHelperText"}),{children:o,className:i,component:s="p"}=r,a=se(r,HQ),c=Us(),d=Xa({props:r,muiFormControl:c,states:["variant","size","disabled","error","filled","focused","required"]}),p=P({},r,{component:s,contained:d.variant==="filled"||d.variant==="outlined",variant:d.variant,size:d.size,disabled:d.disabled,error:d.error,filled:d.filled,focused:d.focused,required:d.required}),h=VQ(p);return O.jsx(UQ,P({as:s,ownerState:p,className:me(h.root,i),ref:n},a,{children:o===" "?x_||(x_=O.jsx("span",{className:"notranslate",children:""})):o}))}),Tv=WQ;function GQ(e){return Xe("MuiFormLabel",e)}const KQ=Ge("MuiFormLabel",["root","colorSecondary","focused","disabled","error","filled","required","asterisk"]),cf=KQ,qQ=["children","className","color","component","disabled","error","filled","focused","required"],YQ=e=>{const{classes:t,color:n,focused:r,disabled:o,error:i,filled:s,required:a}=e,c={root:["root",`color${fe(n)}`,o&&"disabled",i&&"error",s&&"filled",r&&"focused",a&&"required"],asterisk:["asterisk",i&&"error"]};return Ie(c,GQ,t)},XQ=ie("label",{name:"MuiFormLabel",slot:"Root",overridesResolver:({ownerState:e},t)=>P({},t.root,e.color==="secondary"&&t.colorSecondary,e.filled&&t.filled)})(({theme:e,ownerState:t})=>P({color:(e.vars||e).palette.text.secondary},e.typography.body1,{lineHeight:"1.4375em",padding:0,position:"relative",[`&.${cf.focused}`]:{color:(e.vars||e).palette[t.color].main},[`&.${cf.disabled}`]:{color:(e.vars||e).palette.text.disabled},[`&.${cf.error}`]:{color:(e.vars||e).palette.error.main}})),QQ=ie("span",{name:"MuiFormLabel",slot:"Asterisk",overridesResolver:(e,t)=>t.asterisk})(({theme:e})=>({[`&.${cf.error}`]:{color:(e.vars||e).palette.error.main}})),JQ=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiFormLabel"}),{children:o,className:i,component:s="label"}=r,a=se(r,qQ),c=Us(),d=Xa({props:r,muiFormControl:c,states:["color","required","focused","disabled","error","filled"]}),p=P({},r,{color:d.color||"primary",component:s,disabled:d.disabled,error:d.error,filled:d.filled,focused:d.focused,required:d.required}),h=YQ(p);return O.jsxs(XQ,P({as:s,ownerState:p,className:me(h.root,i),ref:n},a,{children:[o,d.required&&O.jsxs(QQ,{ownerState:p,"aria-hidden":!0,className:h.asterisk,children:[" ","*"]})]}))}),sL=JQ,ZQ=u.createContext(),S_=ZQ;function eJ(e){return Xe("MuiGrid",e)}const tJ=[0,1,2,3,4,5,6,7,8,9,10],nJ=["column-reverse","column","row-reverse","row"],rJ=["nowrap","wrap-reverse","wrap"],Id=["auto",!0,1,2,3,4,5,6,7,8,9,10,11,12],jf=Ge("MuiGrid",["root","container","item","zeroMinWidth",...tJ.map(e=>`spacing-xs-${e}`),...nJ.map(e=>`direction-xs-${e}`),...rJ.map(e=>`wrap-xs-${e}`),...Id.map(e=>`grid-xs-${e}`),...Id.map(e=>`grid-sm-${e}`),...Id.map(e=>`grid-md-${e}`),...Id.map(e=>`grid-lg-${e}`),...Id.map(e=>`grid-xl-${e}`)]),oJ=["className","columns","columnSpacing","component","container","direction","item","rowSpacing","spacing","wrap","zeroMinWidth"];function ou(e){const t=parseFloat(e);return`${t}${String(e).replace(String(t),"")||"px"}`}function iJ({theme:e,ownerState:t}){let n;return e.breakpoints.keys.reduce((r,o)=>{let i={};if(t[o]&&(n=t[o]),!n)return r;if(n===!0)i={flexBasis:0,flexGrow:1,maxWidth:"100%"};else if(n==="auto")i={flexBasis:"auto",flexGrow:0,flexShrink:0,maxWidth:"none",width:"auto"};else{const s=dv({values:t.columns,breakpoints:e.breakpoints.values}),a=typeof s=="object"?s[o]:s;if(a==null)return r;const c=`${Math.round(n/a*1e8)/1e6}%`;let d={};if(t.container&&t.item&&t.columnSpacing!==0){const p=e.spacing(t.columnSpacing);if(p!=="0px"){const h=`calc(${c} + ${ou(p)})`;d={flexBasis:h,maxWidth:h}}}i=P({flexBasis:c,flexGrow:0,maxWidth:c},d)}return e.breakpoints.values[o]===0?Object.assign(r,i):r[e.breakpoints.up(o)]=i,r},{})}function sJ({theme:e,ownerState:t}){const n=dv({values:t.direction,breakpoints:e.breakpoints.values});return ni({theme:e},n,r=>{const o={flexDirection:r};return r.indexOf("column")===0&&(o[`& > .${jf.item}`]={maxWidth:"none"}),o})}function lL({breakpoints:e,values:t}){let n="";Object.keys(t).forEach(o=>{n===""&&t[o]!==0&&(n=o)});const r=Object.keys(e).sort((o,i)=>e[o]-e[i]);return r.slice(0,r.indexOf(n))}function lJ({theme:e,ownerState:t}){const{container:n,rowSpacing:r}=t;let o={};if(n&&r!==0){const i=dv({values:r,breakpoints:e.breakpoints.values});let s;typeof i=="object"&&(s=lL({breakpoints:e.breakpoints.values,values:i})),o=ni({theme:e},i,(a,c)=>{var d;const p=e.spacing(a);return p!=="0px"?{marginTop:`-${ou(p)}`,[`& > .${jf.item}`]:{paddingTop:ou(p)}}:(d=s)!=null&&d.includes(c)?{}:{marginTop:0,[`& > .${jf.item}`]:{paddingTop:0}}})}return o}function aJ({theme:e,ownerState:t}){const{container:n,columnSpacing:r}=t;let o={};if(n&&r!==0){const i=dv({values:r,breakpoints:e.breakpoints.values});let s;typeof i=="object"&&(s=lL({breakpoints:e.breakpoints.values,values:i})),o=ni({theme:e},i,(a,c)=>{var d;const p=e.spacing(a);return p!=="0px"?{width:`calc(100% + ${ou(p)})`,marginLeft:`-${ou(p)}`,[`& > .${jf.item}`]:{paddingLeft:ou(p)}}:(d=s)!=null&&d.includes(c)?{}:{width:"100%",marginLeft:0,[`& > .${jf.item}`]:{paddingLeft:0}}})}return o}function cJ(e,t,n={}){if(!e||e<=0)return[];if(typeof e=="string"&&!Number.isNaN(Number(e))||typeof e=="number")return[n[`spacing-xs-${String(e)}`]];const r=[];return t.forEach(o=>{const i=e[o];Number(i)>0&&r.push(n[`spacing-${o}-${String(i)}`])}),r}const uJ=ie("div",{name:"MuiGrid",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e,{container:r,direction:o,item:i,spacing:s,wrap:a,zeroMinWidth:c,breakpoints:d}=n;let p=[];r&&(p=cJ(s,d,t));const h=[];return d.forEach(m=>{const v=n[m];v&&h.push(t[`grid-${m}-${String(v)}`])}),[t.root,r&&t.container,i&&t.item,c&&t.zeroMinWidth,...p,o!=="row"&&t[`direction-xs-${String(o)}`],a!=="wrap"&&t[`wrap-xs-${String(a)}`],...h]}})(({ownerState:e})=>P({boxSizing:"border-box"},e.container&&{display:"flex",flexWrap:"wrap",width:"100%"},e.item&&{margin:0},e.zeroMinWidth&&{minWidth:0},e.wrap!=="wrap"&&{flexWrap:e.wrap}),sJ,lJ,aJ,iJ);function dJ(e,t){if(!e||e<=0)return[];if(typeof e=="string"&&!Number.isNaN(Number(e))||typeof e=="number")return[`spacing-xs-${String(e)}`];const n=[];return t.forEach(r=>{const o=e[r];if(Number(o)>0){const i=`spacing-${r}-${String(o)}`;n.push(i)}}),n}const fJ=e=>{const{classes:t,container:n,direction:r,item:o,spacing:i,wrap:s,zeroMinWidth:a,breakpoints:c}=e;let d=[];n&&(d=dJ(i,c));const p=[];c.forEach(m=>{const v=e[m];v&&p.push(`grid-${m}-${String(v)}`)});const h={root:["root",n&&"container",o&&"item",a&&"zeroMinWidth",...d,r!=="row"&&`direction-xs-${String(r)}`,s!=="wrap"&&`wrap-xs-${String(s)}`,...p]};return Ie(h,eJ,t)},pJ=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiGrid"}),{breakpoints:o}=lo(),i=VC(r),{className:s,columns:a,columnSpacing:c,component:d="div",container:p=!1,direction:h="row",item:m=!1,rowSpacing:v,spacing:b=0,wrap:g="wrap",zeroMinWidth:x=!1}=i,C=se(i,oJ),E=v||b,w=c||b,S=u.useContext(S_),k=p?a||12:S,_={},I=P({},C);o.keys.forEach(T=>{C[T]!=null&&(_[T]=C[T],delete I[T])});const M=P({},i,{columns:k,container:p,direction:h,item:m,rowSpacing:E,columnSpacing:w,wrap:g,zeroMinWidth:x,spacing:b},_,{breakpoints:o.keys}),R=fJ(M);return O.jsx(S_.Provider,{value:k,children:O.jsx(uJ,P({ownerState:M,className:me(R.root,s),as:d,ref:n},I))})}),qn=pJ,hJ=["addEndListener","appear","children","easing","in","onEnter","onEntered","onEntering","onExit","onExited","onExiting","style","timeout","TransitionComponent"];function Kb(e){return`scale(${e}, ${bs(e,2)})`}const mJ={entering:{opacity:1,transform:Kb(1)},entered:{opacity:1,transform:"none"}},u1=typeof navigator!="undefined"&&/^((?!chrome|android).)*(safari|mobile)/i.test(navigator.userAgent)&&/(os |version\/)15(.|_)4/i.test(navigator.userAgent),aL=u.forwardRef(function(t,n){const{addEndListener:r,appear:o=!0,children:i,easing:s,in:a,onEnter:c,onEntered:d,onEntering:p,onExit:h,onExited:m,onExiting:v,style:b,timeout:g="auto",TransitionComponent:x=Sv}=t,C=se(t,hJ),E=u.useRef(),w=u.useRef(),S=lo(),k=u.useRef(null),_=jt(k,i.ref,n),I=F=>B=>{if(F){const G=k.current;B===void 0?F(G):F(G,B)}},M=I(p),R=I((F,B)=>{ox(F);const{duration:G,delay:N,easing:z}=jl({style:b,timeout:g,easing:s},{mode:"enter"});let W;g==="auto"?(W=S.transitions.getAutoHeightDuration(F.clientHeight),w.current=W):W=G,F.style.transition=[S.transitions.create("opacity",{duration:W,delay:N}),S.transitions.create("transform",{duration:u1?W:W*.666,delay:N,easing:z})].join(","),c&&c(F,B)}),T=I(d),L=I(v),H=I(F=>{const{duration:B,delay:G,easing:N}=jl({style:b,timeout:g,easing:s},{mode:"exit"});let z;g==="auto"?(z=S.transitions.getAutoHeightDuration(F.clientHeight),w.current=z):z=B,F.style.transition=[S.transitions.create("opacity",{duration:z,delay:G}),S.transitions.create("transform",{duration:u1?z:z*.666,delay:u1?G:G||z*.333,easing:N})].join(","),F.style.opacity=0,F.style.transform=Kb(.75),h&&h(F)}),j=I(m),A=F=>{g==="auto"&&(E.current=setTimeout(F,w.current||0)),r&&r(k.current,F)};return u.useEffect(()=>()=>{clearTimeout(E.current)},[]),O.jsx(x,P({appear:o,in:a,nodeRef:k,onEnter:R,onEntered:T,onEntering:M,onExit:H,onExited:j,onExiting:L,addEndListener:A,timeout:g==="auto"?null:g},C,{children:(F,B)=>u.cloneElement(i,P({style:P({opacity:0,transform:Kb(.75),visibility:F==="exited"&&!a?"hidden":void 0},mJ[F],b,i.props.style),ref:_},B))}))});aL.muiSupportAuto=!0;const rg=aL;function gJ(e,t,n,r,o){const[i,s]=u.useState(()=>o&&n?n(e).matches:r?r(e).matches:t);return hn(()=>{let a=!0;if(!n)return;const c=n(e),d=()=>{a&&s(c.matches)};return d(),c.addListener(d),()=>{a=!1,c.removeListener(d)}},[e,n]),i}const cL=Ma["useSyncExternalStore"];function vJ(e,t,n,r,o){const i=u.useCallback(()=>t,[t]),s=u.useMemo(()=>{if(o&&n)return()=>n(e).matches;if(r!==null){const{matches:p}=r(e);return()=>p}return i},[i,e,r,o,n]),[a,c]=u.useMemo(()=>{if(n===null)return[i,()=>()=>{}];const p=n(e);return[()=>p.matches,h=>(p.addListener(h),()=>{p.removeListener(h)})]},[i,n,e]);return cL(c,a,s)}function uL(e,t={}){const n=WC(),r=typeof window!="undefined"&&typeof window.matchMedia!="undefined",{defaultMatches:o=!1,matchMedia:i=r?window.matchMedia:null,ssrMatchMedia:s=null,noSsr:a=!1}=PO({name:"MuiUseMediaQuery",props:t,theme:n});let c=typeof e=="function"?e(n):e;return c=c.replace(/^@media( ?)/m,""),(cL!==void 0?vJ:gJ)(c,o,i,s,a)}const yJ=["disableUnderline","components","componentsProps","fullWidth","inputComponent","multiline","slotProps","slots","type"],bJ=e=>{const{classes:t,disableUnderline:n}=e,o=Ie({root:["root",!n&&"underline"],input:["input"]},nY,t);return P({},t,o)},wJ=ie($v,{shouldForwardProp:e=>Lo(e)||e==="classes",name:"MuiInput",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[...Iv(e,t),!n.disableUnderline&&t.underline]}})(({theme:e,ownerState:t})=>{let r=e.palette.mode==="light"?"rgba(0, 0, 0, 0.42)":"rgba(255, 255, 255, 0.7)";return e.vars&&(r=`rgba(${e.vars.palette.common.onBackgroundChannel} / ${e.vars.opacity.inputUnderline})`),P({position:"relative"},t.formControl&&{"label + &":{marginTop:16}},!t.disableUnderline&&{"&:after":{borderBottom:`2px solid ${(e.vars||e).palette[t.color].main}`,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"},[`&.${ml.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${ml.error}`]:{"&:before, &:after":{borderBottomColor:(e.vars||e).palette.error.main}},"&:before":{borderBottom:`1px solid ${r}`,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(.${ml.disabled}, .${ml.error}):before`]:{borderBottom:`2px solid ${(e.vars||e).palette.text.primary}`,"@media (hover: none)":{borderBottom:`1px solid ${r}`}},[`&.${ml.disabled}:before`]:{borderBottomStyle:"dotted"}})}),CJ=ie(Mv,{name:"MuiInput",slot:"Input",overridesResolver:_v})({}),dL=u.forwardRef(function(t,n){var r,o,i,s;const a=Ze({props:t,name:"MuiInput"}),{disableUnderline:c,components:d={},componentsProps:p,fullWidth:h=!1,inputComponent:m="input",multiline:v=!1,slotProps:b,slots:g={},type:x="text"}=a,C=se(a,yJ),E=bJ(a),S={root:{ownerState:{disableUnderline:c}}},k=(b!=null?b:p)?Qo(b!=null?b:p,S):S,_=(r=(o=g.root)!=null?o:d.Root)!=null?r:wJ,I=(i=(s=g.input)!=null?s:d.Input)!=null?i:CJ;return O.jsx(Bu,P({slots:{root:_,input:I},slotProps:k,fullWidth:h,inputComponent:m,multiline:v,ref:n,type:x},C,{classes:E}))});dL.muiName="Input";const fL=dL;function xJ(e){return Xe("MuiInputAdornment",e)}const SJ=Ge("MuiInputAdornment",["root","filled","standard","outlined","positionStart","positionEnd","disablePointerEvents","hiddenLabel","sizeSmall"]),E_=SJ;var P_;const EJ=["children","className","component","disablePointerEvents","disableTypography","position","variant"],PJ=(e,t)=>{const{ownerState:n}=e;return[t.root,t[`position${fe(n.position)}`],n.disablePointerEvents===!0&&t.disablePointerEvents,t[n.variant]]},kJ=e=>{const{classes:t,disablePointerEvents:n,hiddenLabel:r,position:o,size:i,variant:s}=e,a={root:["root",n&&"disablePointerEvents",o&&`position${fe(o)}`,s,r&&"hiddenLabel",i&&`size${fe(i)}`]};return Ie(a,xJ,t)},IJ=ie("div",{name:"MuiInputAdornment",slot:"Root",overridesResolver:PJ})(({theme:e,ownerState:t})=>P({display:"flex",height:"0.01em",maxHeight:"2em",alignItems:"center",whiteSpace:"nowrap",color:(e.vars||e).palette.action.active},t.variant==="filled"&&{[`&.${E_.positionStart}&:not(.${E_.hiddenLabel})`]:{marginTop:16}},t.position==="start"&&{marginRight:8},t.position==="end"&&{marginLeft:8},t.disablePointerEvents===!0&&{pointerEvents:"none"})),_J=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiInputAdornment"}),{children:o,className:i,component:s="div",disablePointerEvents:a=!1,disableTypography:c=!1,position:d,variant:p}=r,h=se(r,EJ),m=Us()||{};let v=p;p&&m.variant,m&&!v&&(v=m.variant);const b=P({},r,{hiddenLabel:m.hiddenLabel,size:m.size,disablePointerEvents:a,position:d,variant:v}),g=kJ(b);return O.jsx(kv.Provider,{value:null,children:O.jsx(IJ,P({as:s,ownerState:b,className:me(g.root,i),ref:n},h,{children:typeof o=="string"&&!c?O.jsx(Mr,{color:"text.secondary",children:o}):O.jsxs(u.Fragment,{children:[d==="start"?P_||(P_=O.jsx("span",{className:"notranslate",children:""})):null,o]})}))})}),og=_J;function $J(e){return Xe("MuiInputLabel",e)}Ge("MuiInputLabel",["root","focused","disabled","error","required","asterisk","formControl","sizeSmall","shrink","animated","standard","filled","outlined"]);const MJ=["disableAnimation","margin","shrink","variant","className"],RJ=e=>{const{classes:t,formControl:n,size:r,shrink:o,disableAnimation:i,variant:s,required:a}=e,d=Ie({root:["root",n&&"formControl",!i&&"animated",o&&"shrink",r==="small"&&"sizeSmall",s],asterisk:[a&&"asterisk"]},$J,t);return P({},t,d)},TJ=ie(sL,{shouldForwardProp:e=>Lo(e)||e==="classes",name:"MuiInputLabel",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[{[`& .${cf.asterisk}`]:t.asterisk},t.root,n.formControl&&t.formControl,n.size==="small"&&t.sizeSmall,n.shrink&&t.shrink,!n.disableAnimation&&t.animated,t[n.variant]]}})(({theme:e,ownerState:t})=>P({display:"block",transformOrigin:"top left",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",maxWidth:"100%"},t.formControl&&{position:"absolute",left:0,top:0,transform:"translate(0, 20px) scale(1)"},t.size==="small"&&{transform:"translate(0, 17px) scale(1)"},t.shrink&&{transform:"translate(0, -1.5px) scale(0.75)",transformOrigin:"top left",maxWidth:"133%"},!t.disableAnimation&&{transition:e.transitions.create(["color","transform","max-width"],{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut})},t.variant==="filled"&&P({zIndex:1,pointerEvents:"none",transform:"translate(12px, 16px) scale(1)",maxWidth:"calc(100% - 24px)"},t.size==="small"&&{transform:"translate(12px, 13px) scale(1)"},t.shrink&&P({userSelect:"none",pointerEvents:"auto",transform:"translate(12px, 7px) scale(0.75)",maxWidth:"calc(133% - 24px)"},t.size==="small"&&{transform:"translate(12px, 4px) scale(0.75)"})),t.variant==="outlined"&&P({zIndex:1,pointerEvents:"none",transform:"translate(14px, 16px) scale(1)",maxWidth:"calc(100% - 24px)"},t.size==="small"&&{transform:"translate(14px, 9px) scale(1)"},t.shrink&&{userSelect:"none",pointerEvents:"auto",maxWidth:"calc(133% - 32px)",transform:"translate(14px, -9px) scale(0.75)"}))),OJ=u.forwardRef(function(t,n){const r=Ze({name:"MuiInputLabel",props:t}),{disableAnimation:o=!1,shrink:i,className:s}=r,a=se(r,MJ),c=Us();let d=i;typeof d=="undefined"&&c&&(d=c.filled||c.focused||c.adornedStart);const p=Xa({props:r,muiFormControl:c,states:["size","variant","required"]}),h=P({},r,{disableAnimation:o,formControl:c,shrink:d,size:p.size,variant:p.variant,required:p.required}),m=RJ(h);return O.jsx(TJ,P({"data-shrink":d,ownerState:h,ref:n,className:me(m.root,s)},a,{classes:m}))}),qb=OJ;function LJ(e){return Xe("MuiLinearProgress",e)}Ge("MuiLinearProgress",["root","colorPrimary","colorSecondary","determinate","indeterminate","buffer","query","dashed","dashedColorPrimary","dashedColorSecondary","bar","barColorPrimary","barColorSecondary","bar1Indeterminate","bar1Determinate","bar1Buffer","bar2Indeterminate","bar2Buffer"]);const AJ=["className","color","value","valueBuffer","variant"];let ju=e=>e,k_,I_,__,$_,M_,R_;const Yb=4,FJ=ls(k_||(k_=ju`
|
|
190
|
+
0% {
|
|
191
|
+
left: -35%;
|
|
192
|
+
right: 100%;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
60% {
|
|
196
|
+
left: 100%;
|
|
197
|
+
right: -90%;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
100% {
|
|
201
|
+
left: 100%;
|
|
202
|
+
right: -90%;
|
|
203
|
+
}
|
|
204
|
+
`)),NJ=ls(I_||(I_=ju`
|
|
205
|
+
0% {
|
|
206
|
+
left: -200%;
|
|
207
|
+
right: 100%;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
60% {
|
|
211
|
+
left: 107%;
|
|
212
|
+
right: -8%;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
100% {
|
|
216
|
+
left: 107%;
|
|
217
|
+
right: -8%;
|
|
218
|
+
}
|
|
219
|
+
`)),DJ=ls(__||(__=ju`
|
|
220
|
+
0% {
|
|
221
|
+
opacity: 1;
|
|
222
|
+
background-position: 0 -23px;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
60% {
|
|
226
|
+
opacity: 0;
|
|
227
|
+
background-position: 0 -23px;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
100% {
|
|
231
|
+
opacity: 1;
|
|
232
|
+
background-position: -200px -23px;
|
|
233
|
+
}
|
|
234
|
+
`)),BJ=e=>{const{classes:t,variant:n,color:r}=e,o={root:["root",`color${fe(r)}`,n],dashed:["dashed",`dashedColor${fe(r)}`],bar1:["bar",`barColor${fe(r)}`,(n==="indeterminate"||n==="query")&&"bar1Indeterminate",n==="determinate"&&"bar1Determinate",n==="buffer"&&"bar1Buffer"],bar2:["bar",n!=="buffer"&&`barColor${fe(r)}`,n==="buffer"&&`color${fe(r)}`,(n==="indeterminate"||n==="query")&&"bar2Indeterminate",n==="buffer"&&"bar2Buffer"]};return Ie(o,LJ,t)},ax=(e,t)=>t==="inherit"?"currentColor":e.vars?e.vars.palette.LinearProgress[`${t}Bg`]:e.palette.mode==="light"?Bs(e.palette[t].main,.62):Ds(e.palette[t].main,.5),zJ=ie("span",{name:"MuiLinearProgress",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[`color${fe(n.color)}`],t[n.variant]]}})(({ownerState:e,theme:t})=>P({position:"relative",overflow:"hidden",display:"block",height:4,zIndex:0,"@media print":{colorAdjust:"exact"},backgroundColor:ax(t,e.color)},e.color==="inherit"&&e.variant!=="buffer"&&{backgroundColor:"none","&::before":{content:'""',position:"absolute",left:0,top:0,right:0,bottom:0,backgroundColor:"currentColor",opacity:.3}},e.variant==="buffer"&&{backgroundColor:"transparent"},e.variant==="query"&&{transform:"rotate(180deg)"})),jJ=ie("span",{name:"MuiLinearProgress",slot:"Dashed",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.dashed,t[`dashedColor${fe(n.color)}`]]}})(({ownerState:e,theme:t})=>{const n=ax(t,e.color);return P({position:"absolute",marginTop:0,height:"100%",width:"100%"},e.color==="inherit"&&{opacity:.3},{backgroundImage:`radial-gradient(${n} 0%, ${n} 16%, transparent 42%)`,backgroundSize:"10px 10px",backgroundPosition:"0 -23px"})},zl($_||($_=ju`
|
|
235
|
+
animation: ${0} 3s infinite linear;
|
|
236
|
+
`),DJ)),HJ=ie("span",{name:"MuiLinearProgress",slot:"Bar1",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.bar,t[`barColor${fe(n.color)}`],(n.variant==="indeterminate"||n.variant==="query")&&t.bar1Indeterminate,n.variant==="determinate"&&t.bar1Determinate,n.variant==="buffer"&&t.bar1Buffer]}})(({ownerState:e,theme:t})=>P({width:"100%",position:"absolute",left:0,bottom:0,top:0,transition:"transform 0.2s linear",transformOrigin:"left",backgroundColor:e.color==="inherit"?"currentColor":(t.vars||t).palette[e.color].main},e.variant==="determinate"&&{transition:`transform .${Yb}s linear`},e.variant==="buffer"&&{zIndex:1,transition:`transform .${Yb}s linear`}),({ownerState:e})=>(e.variant==="indeterminate"||e.variant==="query")&&zl(M_||(M_=ju`
|
|
237
|
+
width: auto;
|
|
238
|
+
animation: ${0} 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
|
239
|
+
`),FJ)),VJ=ie("span",{name:"MuiLinearProgress",slot:"Bar2",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.bar,t[`barColor${fe(n.color)}`],(n.variant==="indeterminate"||n.variant==="query")&&t.bar2Indeterminate,n.variant==="buffer"&&t.bar2Buffer]}})(({ownerState:e,theme:t})=>P({width:"100%",position:"absolute",left:0,bottom:0,top:0,transition:"transform 0.2s linear",transformOrigin:"left"},e.variant!=="buffer"&&{backgroundColor:e.color==="inherit"?"currentColor":(t.vars||t).palette[e.color].main},e.color==="inherit"&&{opacity:.3},e.variant==="buffer"&&{backgroundColor:ax(t,e.color),transition:`transform .${Yb}s linear`}),({ownerState:e})=>(e.variant==="indeterminate"||e.variant==="query")&&zl(R_||(R_=ju`
|
|
240
|
+
width: auto;
|
|
241
|
+
animation: ${0} 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite;
|
|
242
|
+
`),NJ)),UJ=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiLinearProgress"}),{className:o,color:i="primary",value:s,valueBuffer:a,variant:c="indeterminate"}=r,d=se(r,AJ),p=P({},r,{color:i,variant:c}),h=BJ(p),m=lo(),v={},b={bar1:{},bar2:{}};if((c==="determinate"||c==="buffer")&&s!==void 0){v["aria-valuenow"]=Math.round(s),v["aria-valuemin"]=0,v["aria-valuemax"]=100;let g=s-100;m.direction==="rtl"&&(g=-g),b.bar1.transform=`translateX(${g}%)`}if(c==="buffer"&&a!==void 0){let g=(a||0)-100;m.direction==="rtl"&&(g=-g),b.bar2.transform=`translateX(${g}%)`}return O.jsxs(zJ,P({className:me(h.root,o),ownerState:p,role:"progressbar"},v,{ref:n},d,{children:[c==="buffer"?O.jsx(jJ,{className:h.dashed,ownerState:p}):null,O.jsx(HJ,{className:h.bar1,ownerState:p,style:b.bar1}),c==="determinate"?null:O.jsx(VJ,{className:h.bar2,ownerState:p,style:b.bar2})]}))}),WJ=UJ;function GJ(e){return Xe("MuiLink",e)}const KJ=Ge("MuiLink",["root","underlineNone","underlineHover","underlineAlways","button","focusVisible"]),qJ=KJ,pL={primary:"primary.main",textPrimary:"text.primary",secondary:"secondary.main",textSecondary:"text.secondary",error:"error.main"},YJ=e=>pL[e]||e,XJ=({theme:e,ownerState:t})=>{const n=YJ(t.color),r=yu(e,`palette.${n}`,!1)||t.color,o=yu(e,`palette.${n}Channel`);return"vars"in e&&o?`rgba(${o} / 0.4)`:nt(r,.4)},QJ=XJ,JJ=["className","color","component","onBlur","onFocus","TypographyClasses","underline","variant","sx"],ZJ=e=>{const{classes:t,component:n,focusVisible:r,underline:o}=e,i={root:["root",`underline${fe(o)}`,n==="button"&&"button",r&&"focusVisible"]};return Ie(i,GJ,t)},eZ=ie(Mr,{name:"MuiLink",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[`underline${fe(n.underline)}`],n.component==="button"&&t.button]}})(({theme:e,ownerState:t})=>P({},t.underline==="none"&&{textDecoration:"none"},t.underline==="hover"&&{textDecoration:"none","&:hover":{textDecoration:"underline"}},t.underline==="always"&&P({textDecoration:"underline"},t.color!=="inherit"&&{textDecorationColor:QJ({theme:e,ownerState:t})},{"&:hover":{textDecorationColor:"inherit"}}),t.component==="button"&&{position:"relative",WebkitTapHighlightColor:"transparent",backgroundColor:"transparent",outline:0,border:0,margin:0,borderRadius:0,padding:0,cursor:"pointer",userSelect:"none",verticalAlign:"middle",MozAppearance:"none",WebkitAppearance:"none","&::-moz-focus-inner":{borderStyle:"none"},[`&.${qJ.focusVisible}`]:{outline:"auto"}})),tZ=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiLink"}),{className:o,color:i="primary",component:s="a",onBlur:a,onFocus:c,TypographyClasses:d,underline:p="always",variant:h="inherit",sx:m}=r,v=se(r,JJ),{isFocusVisibleRef:b,onBlur:g,onFocus:x,ref:C}=Qg(),[E,w]=u.useState(!1),S=jt(n,C),k=R=>{g(R),b.current===!1&&w(!1),a&&a(R)},_=R=>{x(R),b.current===!0&&w(!0),c&&c(R)},I=P({},r,{color:i,component:s,focusVisible:E,underline:p,variant:h}),M=ZJ(I);return O.jsx(eZ,P({color:i,className:me(M.root,o),classes:d,component:s,onBlur:k,onFocus:_,ref:S,ownerState:I,variant:h,sx:[...Object.keys(pL).includes(i)?[]:[{color:i}],...Array.isArray(m)?m:[m]]},v))}),Tl=tZ,nZ=u.createContext({}),Pi=nZ;function rZ(e){return Xe("MuiList",e)}Ge("MuiList",["root","padding","dense","subheader"]);const oZ=["children","className","component","dense","disablePadding","subheader"],iZ=e=>{const{classes:t,disablePadding:n,dense:r,subheader:o}=e;return Ie({root:["root",!n&&"padding",r&&"dense",o&&"subheader"]},rZ,t)},sZ=ie("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]}})(({ownerState:e})=>P({listStyle:"none",margin:0,padding:0,position:"relative"},!e.disablePadding&&{paddingTop:8,paddingBottom:8},e.subheader&&{paddingTop:0})),lZ=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiList"}),{children:o,className:i,component:s="ul",dense:a=!1,disablePadding:c=!1,subheader:d}=r,p=se(r,oZ),h=u.useMemo(()=>({dense:a}),[a]),m=P({},r,{component:s,dense:a,disablePadding:c}),v=iZ(m);return O.jsx(Pi.Provider,{value:h,children:O.jsxs(sZ,P({as:s,className:me(v.root,i),ref:n,ownerState:m},p,{children:[d,o]}))})}),Ov=lZ;function aZ(e){return Xe("MuiListItem",e)}const cZ=Ge("MuiListItem",["root","container","focusVisible","dense","alignItemsFlexStart","disabled","divider","gutters","padding","button","secondaryAction","selected"]),Tc=cZ;function uZ(e){return Xe("MuiListItemButton",e)}const dZ=Ge("MuiListItemButton",["root","focusVisible","dense","alignItemsFlexStart","disabled","divider","gutters","selected"]),Oc=dZ,fZ=["alignItems","autoFocus","component","children","dense","disableGutters","divider","focusVisibleClassName","selected","className"],pZ=(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]},hZ=e=>{const{alignItems:t,classes:n,dense:r,disabled:o,disableGutters:i,divider:s,selected:a}=e,d=Ie({root:["root",r&&"dense",!i&&"gutters",s&&"divider",o&&"disabled",t==="flex-start"&&"alignItemsFlexStart",a&&"selected"]},uZ,n);return P({},n,d)},mZ=ie(ss,{shouldForwardProp:e=>Lo(e)||e==="classes",name:"MuiListItemButton",slot:"Root",overridesResolver:pZ})(({theme:e,ownerState:t})=>P({display:"flex",flexGrow:1,justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",minWidth:0,boxSizing:"border-box",textAlign:"left",paddingTop:8,paddingBottom:8,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"}},[`&.${Oc.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:nt(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${Oc.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:nt(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`&.${Oc.selected}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:nt(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:nt(e.palette.primary.main,e.palette.action.selectedOpacity)}},[`&.${Oc.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${Oc.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity}},t.divider&&{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"},t.alignItems==="flex-start"&&{alignItems:"flex-start"},!t.disableGutters&&{paddingLeft:16,paddingRight:16},t.dense&&{paddingTop:4,paddingBottom:4})),gZ=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiListItemButton"}),{alignItems:o="center",autoFocus:i=!1,component:s="div",children:a,dense:c=!1,disableGutters:d=!1,divider:p=!1,focusVisibleClassName:h,selected:m=!1,className:v}=r,b=se(r,fZ),g=u.useContext(Pi),x=u.useMemo(()=>({dense:c||g.dense||!1,alignItems:o,disableGutters:d}),[o,g.dense,c,d]),C=u.useRef(null);hn(()=>{i&&C.current&&C.current.focus()},[i]);const E=P({},r,{alignItems:o,dense:x.dense,disableGutters:d,divider:p,selected:m}),w=hZ(E),S=jt(C,n);return O.jsx(Pi.Provider,{value:x,children:O.jsx(mZ,P({ref:S,href:b.href||b.to,component:(b.href||b.to)&&s==="div"?"a":s,focusVisibleClassName:me(w.focusVisible,h),ownerState:E,className:me(w.root,v)},b,{classes:w,children:a}))})}),vZ=gZ;function yZ(e){return Xe("MuiListItemSecondaryAction",e)}Ge("MuiListItemSecondaryAction",["root","disableGutters"]);const bZ=["className"],wZ=e=>{const{disableGutters:t,classes:n}=e;return Ie({root:["root",t&&"disableGutters"]},yZ,n)},CZ=ie("div",{name:"MuiListItemSecondaryAction",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.disableGutters&&t.disableGutters]}})(({ownerState:e})=>P({position:"absolute",right:16,top:"50%",transform:"translateY(-50%)"},e.disableGutters&&{right:0})),hL=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiListItemSecondaryAction"}),{className:o}=r,i=se(r,bZ),s=u.useContext(Pi),a=P({},r,{disableGutters:s.disableGutters}),c=wZ(a);return O.jsx(CZ,P({className:me(c.root,o),ownerState:a,ref:n},i))});hL.muiName="ListItemSecondaryAction";const xZ=hL,SZ=["className"],EZ=["alignItems","autoFocus","button","children","className","component","components","componentsProps","ContainerComponent","ContainerProps","dense","disabled","disableGutters","disablePadding","divider","focusVisibleClassName","secondaryAction","selected","slotProps","slots"],PZ=(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.button&&t.button,n.hasSecondaryAction&&t.secondaryAction]},kZ=e=>{const{alignItems:t,button:n,classes:r,dense:o,disabled:i,disableGutters:s,disablePadding:a,divider:c,hasSecondaryAction:d,selected:p}=e;return Ie({root:["root",o&&"dense",!s&&"gutters",!a&&"padding",c&&"divider",i&&"disabled",n&&"button",t==="flex-start"&&"alignItemsFlexStart",d&&"secondaryAction",p&&"selected"],container:["container"]},aZ,r)},IZ=ie("div",{name:"MuiListItem",slot:"Root",overridesResolver:PZ})(({theme:e,ownerState:t})=>P({display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",width:"100%",boxSizing:"border-box",textAlign:"left"},!t.disablePadding&&P({paddingTop:8,paddingBottom:8},t.dense&&{paddingTop:4,paddingBottom:4},!t.disableGutters&&{paddingLeft:16,paddingRight:16},!!t.secondaryAction&&{paddingRight:48}),!!t.secondaryAction&&{[`& > .${Oc.root}`]:{paddingRight:48}},{[`&.${Tc.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${Tc.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:nt(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${Tc.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:nt(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`&.${Tc.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity}},t.alignItems==="flex-start"&&{alignItems:"flex-start"},t.divider&&{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"},t.button&&{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"}},[`&.${Tc.selected}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:nt(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:nt(e.palette.primary.main,e.palette.action.selectedOpacity)}}},t.hasSecondaryAction&&{paddingRight:48})),_Z=ie("li",{name:"MuiListItem",slot:"Container",overridesResolver:(e,t)=>t.container})({position:"relative"}),$Z=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiListItem"}),{alignItems:o="center",autoFocus:i=!1,button:s=!1,children:a,className:c,component:d,components:p={},componentsProps:h={},ContainerComponent:m="li",ContainerProps:{className:v}={},dense:b=!1,disabled:g=!1,disableGutters:x=!1,disablePadding:C=!1,divider:E=!1,focusVisibleClassName:w,secondaryAction:S,selected:k=!1,slotProps:_={},slots:I={}}=r,M=se(r.ContainerProps,SZ),R=se(r,EZ),T=u.useContext(Pi),L=u.useMemo(()=>({dense:b||T.dense||!1,alignItems:o,disableGutters:x}),[o,T.dense,b,x]),H=u.useRef(null);hn(()=>{i&&H.current&&H.current.focus()},[i]);const j=u.Children.toArray(a),A=j.length&&nf(j[j.length-1],["ListItemSecondaryAction"]),F=P({},r,{alignItems:o,autoFocus:i,button:s,dense:L.dense,disabled:g,disableGutters:x,disablePadding:C,divider:E,hasSecondaryAction:A,selected:k}),B=kZ(F),G=jt(H,n),N=I.root||p.Root||IZ,z=_.root||h.root||{},W=P({className:me(B.root,z.className,c),disabled:g},R);let q=d||"li";return s&&(W.component=d||"div",W.focusVisibleClassName=me(Tc.focusVisible,w),q=ss),A?(q=!W.component&&!d?"div":q,m==="li"&&(q==="li"?q="div":W.component==="li"&&(W.component="div")),O.jsx(Pi.Provider,{value:L,children:O.jsxs(_Z,P({as:m,className:me(B.container,v),ref:G,ownerState:F},M,{children:[O.jsx(N,P({},z,!Na(N)&&{as:q,ownerState:P({},F,z.ownerState)},W,{children:j})),j.pop()]}))})):O.jsx(Pi.Provider,{value:L,children:O.jsxs(N,P({},z,{as:q,ref:G},!Na(N)&&{ownerState:P({},F,z.ownerState)},W,{children:[j,S&&O.jsx(xZ,{children:S})]}))})}),mL=$Z;function MZ(e){return Xe("MuiListItemIcon",e)}const RZ=Ge("MuiListItemIcon",["root","alignItemsFlexStart"]),T_=RZ,TZ=["className"],OZ=e=>{const{alignItems:t,classes:n}=e;return Ie({root:["root",t==="flex-start"&&"alignItemsFlexStart"]},MZ,n)},LZ=ie("div",{name:"MuiListItemIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.alignItems==="flex-start"&&t.alignItemsFlexStart]}})(({theme:e,ownerState:t})=>P({minWidth:56,color:(e.vars||e).palette.action.active,flexShrink:0,display:"inline-flex"},t.alignItems==="flex-start"&&{marginTop:8})),AZ=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiListItemIcon"}),{className:o}=r,i=se(r,TZ),s=u.useContext(Pi),a=P({},r,{alignItems:s.alignItems}),c=OZ(a);return O.jsx(LZ,P({className:me(c.root,o),ownerState:a,ref:n},i))}),gL=AZ;function FZ(e){return Xe("MuiListItemText",e)}const NZ=Ge("MuiListItemText",["root","multiline","dense","inset","primary","secondary"]),ig=NZ,DZ=["children","className","disableTypography","inset","primary","primaryTypographyProps","secondary","secondaryTypographyProps"],BZ=e=>{const{classes:t,inset:n,primary:r,secondary:o,dense:i}=e;return Ie({root:["root",n&&"inset",i&&"dense",r&&o&&"multiline"],primary:["primary"],secondary:["secondary"]},FZ,t)},zZ=ie("div",{name:"MuiListItemText",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[{[`& .${ig.primary}`]:t.primary},{[`& .${ig.secondary}`]:t.secondary},t.root,n.inset&&t.inset,n.primary&&n.secondary&&t.multiline,n.dense&&t.dense]}})(({ownerState:e})=>P({flex:"1 1 auto",minWidth:0,marginTop:4,marginBottom:4},e.primary&&e.secondary&&{marginTop:6,marginBottom:6},e.inset&&{paddingLeft:56})),jZ=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiListItemText"}),{children:o,className:i,disableTypography:s=!1,inset:a=!1,primary:c,primaryTypographyProps:d,secondary:p,secondaryTypographyProps:h}=r,m=se(r,DZ),{dense:v}=u.useContext(Pi);let b=c!=null?c:o,g=p;const x=P({},r,{disableTypography:s,inset:a,primary:!!b,secondary:!!g,dense:v}),C=BZ(x);return b!=null&&b.type!==Mr&&!s&&(b=O.jsx(Mr,P({variant:v?"body2":"body1",className:C.primary,component:d!=null&&d.variant?void 0:"span",display:"block"},d,{children:b}))),g!=null&&g.type!==Mr&&!s&&(g=O.jsx(Mr,P({variant:"body2",className:C.secondary,color:"text.secondary",display:"block"},h,{children:g}))),O.jsxs(zZ,P({className:me(C.root,i),ownerState:x,ref:n},m,{children:[b,g]}))}),Lv=jZ,HZ=["actions","autoFocus","autoFocusItem","children","className","disabledItemsFocusable","disableListWrap","onKeyDown","variant"];function d1(e,t,n){return e===t?e.firstChild:t&&t.nextElementSibling?t.nextElementSibling:n?null:e.firstChild}function O_(e,t,n){return e===t?n?e.firstChild:e.lastChild:t&&t.previousElementSibling?t.previousElementSibling:n?null:e.lastChild}function vL(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.indexOf(t.keys.join(""))===0}function _d(e,t,n,r,o,i){let s=!1,a=o(e,t,t?n:!1);for(;a;){if(a===e.firstChild){if(s)return!1;s=!0}const c=r?!1:a.disabled||a.getAttribute("aria-disabled")==="true";if(!a.hasAttribute("tabindex")||!vL(a,i)||c)a=o(e,a,n);else return a.focus(),!0}return!1}const VZ=u.forwardRef(function(t,n){const{actions:r,autoFocus:o=!1,autoFocusItem:i=!1,children:s,className:a,disabledItemsFocusable:c=!1,disableListWrap:d=!1,onKeyDown:p,variant:h="selectedMenu"}=t,m=se(t,HZ),v=u.useRef(null),b=u.useRef({keys:[],repeating:!0,previousKeyMatched:!0,lastTime:null});hn(()=>{o&&v.current.focus()},[o]),u.useImperativeHandle(r,()=>({adjustStyleForScrollbar:(w,S)=>{const k=!v.current.style.width;if(w.clientHeight<v.current.clientHeight&&k){const _=`${JT(pn(w))}px`;v.current.style[S.direction==="rtl"?"paddingLeft":"paddingRight"]=_,v.current.style.width=`calc(100% + ${_})`}return v.current}}),[]);const g=w=>{const S=v.current,k=w.key,_=pn(S).activeElement;if(k==="ArrowDown")w.preventDefault(),_d(S,_,d,c,d1);else if(k==="ArrowUp")w.preventDefault(),_d(S,_,d,c,O_);else if(k==="Home")w.preventDefault(),_d(S,null,d,c,d1);else if(k==="End")w.preventDefault(),_d(S,null,d,c,O_);else if(k.length===1){const I=b.current,M=k.toLowerCase(),R=performance.now();I.keys.length>0&&(R-I.lastTime>500?(I.keys=[],I.repeating=!0,I.previousKeyMatched=!0):I.repeating&&M!==I.keys[0]&&(I.repeating=!1)),I.lastTime=R,I.keys.push(M);const T=_&&!I.repeating&&vL(_,I);I.previousKeyMatched&&(T||_d(S,_,!1,c,d1,I))?w.preventDefault():I.previousKeyMatched=!1}p&&p(w)},x=jt(v,n);let C=-1;u.Children.forEach(s,(w,S)=>{u.isValidElement(w)&&(w.props.disabled||(h==="selectedMenu"&&w.props.selected||C===-1)&&(C=S),C===S&&(w.props.disabled||w.props.muiSkipListHighlight||w.type.muiSkipListHighlight)&&(C+=1,C>=s.length&&(C=-1)))});const E=u.Children.map(s,(w,S)=>{if(S===C){const k={};return i&&(k.autoFocus=!0),w.props.tabIndex===void 0&&h==="selectedMenu"&&(k.tabIndex=0),u.cloneElement(w,k)}return w});return O.jsx(Ov,P({role:"menu",ref:x,className:a,onKeyDown:g,tabIndex:o?0:-1},m,{children:E}))}),Av=VZ;function UZ(e){return Xe("MuiPopover",e)}Ge("MuiPopover",["root","paper"]);const WZ=["onEntering"],GZ=["action","anchorEl","anchorOrigin","anchorPosition","anchorReference","children","className","container","elevation","marginThreshold","open","PaperProps","transformOrigin","TransitionComponent","transitionDuration","TransitionProps"];function L_(e,t){let n=0;return typeof t=="number"?n=t:t==="center"?n=e.height/2:t==="bottom"&&(n=e.height),n}function A_(e,t){let n=0;return typeof t=="number"?n=t:t==="center"?n=e.width/2:t==="right"&&(n=e.width),n}function F_(e){return[e.horizontal,e.vertical].map(t=>typeof t=="number"?`${t}px`:t).join(" ")}function f1(e){return typeof e=="function"?e():e}const KZ=e=>{const{classes:t}=e;return Ie({root:["root"],paper:["paper"]},UZ,t)},qZ=ie(lx,{name:"MuiPopover",slot:"Root",overridesResolver:(e,t)=>t.root})({}),YZ=ie(ai,{name:"MuiPopover",slot:"Paper",overridesResolver:(e,t)=>t.paper})({position:"absolute",overflowY:"auto",overflowX:"hidden",minWidth:16,minHeight:16,maxWidth:"calc(100% - 32px)",maxHeight:"calc(100% - 32px)",outline:0}),XZ=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiPopover"}),{action:o,anchorEl:i,anchorOrigin:s={vertical:"top",horizontal:"left"},anchorPosition:a,anchorReference:c="anchorEl",children:d,className:p,container:h,elevation:m=8,marginThreshold:v=16,open:b,PaperProps:g={},transformOrigin:x={vertical:"top",horizontal:"left"},TransitionComponent:C=rg,transitionDuration:E="auto",TransitionProps:{onEntering:w}={}}=r,S=se(r.TransitionProps,WZ),k=se(r,GZ),_=u.useRef(),I=jt(_,g.ref),M=P({},r,{anchorOrigin:s,anchorReference:c,elevation:m,marginThreshold:v,PaperProps:g,transformOrigin:x,TransitionComponent:C,transitionDuration:E,TransitionProps:S}),R=KZ(M),T=u.useCallback(()=>{if(c==="anchorPosition")return a;const W=f1(i),X=(W&&W.nodeType===1?W:pn(_.current).body).getBoundingClientRect();return{top:X.top+L_(X,s.vertical),left:X.left+A_(X,s.horizontal)}},[i,s.horizontal,s.vertical,a,c]),L=u.useCallback(W=>({vertical:L_(W,x.vertical),horizontal:A_(W,x.horizontal)}),[x.horizontal,x.vertical]),H=u.useCallback(W=>{const q={width:W.offsetWidth,height:W.offsetHeight},X=L(q);if(c==="none")return{top:null,left:null,transformOrigin:F_(X)};const le=T();let Q=le.top-X.vertical,ge=le.left-X.horizontal;const ee=Q+q.height,ce=ge+q.width,oe=io(f1(i)),de=oe.innerHeight-v,be=oe.innerWidth-v;if(Q<v){const we=Q-v;Q-=we,X.vertical+=we}else if(ee>de){const we=ee-de;Q-=we,X.vertical+=we}if(ge<v){const we=ge-v;ge-=we,X.horizontal+=we}else if(ce>be){const we=ce-be;ge-=we,X.horizontal+=we}return{top:`${Math.round(Q)}px`,left:`${Math.round(ge)}px`,transformOrigin:F_(X)}},[i,c,T,L,v]),[j,A]=u.useState(b),F=u.useCallback(()=>{const W=_.current;if(!W)return;const q=H(W);q.top!==null&&(W.style.top=q.top),q.left!==null&&(W.style.left=q.left),W.style.transformOrigin=q.transformOrigin,A(!0)},[H]),B=(W,q)=>{w&&w(W,q),F()},G=()=>{A(!1)};u.useEffect(()=>{b&&F()}),u.useImperativeHandle(o,()=>b?{updatePosition:()=>{F()}}:null,[b,F]),u.useEffect(()=>{if(!b)return;const W=Ns(()=>{F()}),q=io(i);return q.addEventListener("resize",W),()=>{W.clear(),q.removeEventListener("resize",W)}},[i,b,F]);let N=E;E==="auto"&&!C.muiSupportAuto&&(N=void 0);const z=h||(i?pn(f1(i)).body:void 0);return O.jsx(qZ,P({BackdropProps:{invisible:!0},className:me(R.root,p),container:z,open:b,ref:n,ownerState:M},k,{children:O.jsx(C,P({appear:!0,in:b,onEntering:B,onExited:G,timeout:N},S,{children:O.jsx(YZ,P({elevation:m},g,{ref:I,className:me(R.paper,g.className)},j?void 0:{style:P({},g.style,{opacity:0})},{ownerState:M,children:d}))}))}))}),QZ=XZ;function JZ(e){return Xe("MuiMenu",e)}Ge("MuiMenu",["root","paper","list"]);const ZZ=["onEntering"],eee=["autoFocus","children","disableAutoFocusItem","MenuListProps","onClose","open","PaperProps","PopoverClasses","transitionDuration","TransitionProps","variant"],tee={vertical:"top",horizontal:"right"},nee={vertical:"top",horizontal:"left"},ree=e=>{const{classes:t}=e;return Ie({root:["root"],paper:["paper"],list:["list"]},JZ,t)},oee=ie(QZ,{shouldForwardProp:e=>Lo(e)||e==="classes",name:"MuiMenu",slot:"Root",overridesResolver:(e,t)=>t.root})({}),iee=ie(ai,{name:"MuiMenu",slot:"Paper",overridesResolver:(e,t)=>t.paper})({maxHeight:"calc(100% - 96px)",WebkitOverflowScrolling:"touch"}),see=ie(Av,{name:"MuiMenu",slot:"List",overridesResolver:(e,t)=>t.list})({outline:0}),lee=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiMenu"}),{autoFocus:o=!0,children:i,disableAutoFocusItem:s=!1,MenuListProps:a={},onClose:c,open:d,PaperProps:p={},PopoverClasses:h,transitionDuration:m="auto",TransitionProps:{onEntering:v}={},variant:b="selectedMenu"}=r,g=se(r.TransitionProps,ZZ),x=se(r,eee),C=lo(),E=C.direction==="rtl",w=P({},r,{autoFocus:o,disableAutoFocusItem:s,MenuListProps:a,onEntering:v,PaperProps:p,transitionDuration:m,TransitionProps:g,variant:b}),S=ree(w),k=o&&!s&&d,_=u.useRef(null),I=(T,L)=>{_.current&&_.current.adjustStyleForScrollbar(T,C),v&&v(T,L)},M=T=>{T.key==="Tab"&&(T.preventDefault(),c&&c(T,"tabKeyDown"))};let R=-1;return u.Children.map(i,(T,L)=>{u.isValidElement(T)&&(T.props.disabled||(b==="selectedMenu"&&T.props.selected||R===-1)&&(R=L))}),O.jsx(oee,P({onClose:c,anchorOrigin:{vertical:"bottom",horizontal:E?"right":"left"},transformOrigin:E?tee:nee,PaperProps:P({as:iee},p,{classes:P({},p.classes,{root:S.paper})}),className:S.root,open:d,ref:n,transitionDuration:m,TransitionProps:P({onEntering:I},g),ownerState:w},x,{classes:h,children:O.jsx(see,P({onKeyDown:M,actions:_,autoFocus:o&&(R===-1||s),autoFocusItem:k,variant:b},a,{className:me(S.list,a.className),children:i}))}))}),yL=lee;function aee(e){return Xe("MuiMenuItem",e)}const cee=Ge("MuiMenuItem",["root","focusVisible","dense","disabled","divider","gutters","selected"]),$d=cee,uee=["autoFocus","component","dense","divider","disableGutters","focusVisibleClassName","role","tabIndex","className"],dee=(e,t)=>{const{ownerState:n}=e;return[t.root,n.dense&&t.dense,n.divider&&t.divider,!n.disableGutters&&t.gutters]},fee=e=>{const{disabled:t,dense:n,divider:r,disableGutters:o,selected:i,classes:s}=e,c=Ie({root:["root",n&&"dense",t&&"disabled",!o&&"gutters",r&&"divider",i&&"selected"]},aee,s);return P({},s,c)},pee=ie(ss,{shouldForwardProp:e=>Lo(e)||e==="classes",name:"MuiMenuItem",slot:"Root",overridesResolver:dee})(({theme:e,ownerState:t})=>P({},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"},!t.disableGutters&&{paddingLeft:16,paddingRight:16},t.divider&&{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"},{"&:hover":{textDecoration:"none",backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${$d.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:nt(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${$d.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:nt(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`&.${$d.selected}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:nt(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:nt(e.palette.primary.main,e.palette.action.selectedOpacity)}},[`&.${$d.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${$d.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity},[`& + .${b_.root}`]:{marginTop:e.spacing(1),marginBottom:e.spacing(1)},[`& + .${b_.inset}`]:{marginLeft:52},[`& .${ig.root}`]:{marginTop:0,marginBottom:0},[`& .${ig.inset}`]:{paddingLeft:36},[`& .${T_.root}`]:{minWidth:36}},!t.dense&&{[e.breakpoints.up("sm")]:{minHeight:"auto"}},t.dense&&P({minHeight:32,paddingTop:4,paddingBottom:4},e.typography.body2,{[`& .${T_.root} svg`]:{fontSize:"1.25rem"}}))),hee=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiMenuItem"}),{autoFocus:o=!1,component:i="li",dense:s=!1,divider:a=!1,disableGutters:c=!1,focusVisibleClassName:d,role:p="menuitem",tabIndex:h,className:m}=r,v=se(r,uee),b=u.useContext(Pi),g=u.useMemo(()=>({dense:s||b.dense||!1,disableGutters:c}),[b.dense,s,c]),x=u.useRef(null);hn(()=>{o&&x.current&&x.current.focus()},[o]);const C=P({},r,{dense:g.dense,divider:a,disableGutters:c}),E=fee(r),w=jt(x,n);let S;return r.disabled||(S=h!==void 0?h:-1),O.jsx(Pi.Provider,{value:g,children:O.jsx(pee,P({ref:w,role:p,tabIndex:S,component:i,focusVisibleClassName:me(E.focusVisible,d),className:me(E.root,m)},v,{ownerState:C,classes:E}))})}),dr=hee;function mee(e){return Xe("MuiNativeSelect",e)}const gee=Ge("MuiNativeSelect",["root","select","multiple","filled","outlined","standard","disabled","icon","iconOpen","iconFilled","iconOutlined","iconStandard","nativeInput"]),cx=gee,vee=["className","disabled","IconComponent","inputRef","variant"],yee=e=>{const{classes:t,variant:n,disabled:r,multiple:o,open:i}=e,s={select:["select",n,r&&"disabled",o&&"multiple"],icon:["icon",`icon${fe(n)}`,i&&"iconOpen",r&&"disabled"]};return Ie(s,mee,t)},bL=({ownerState:e,theme:t})=>P({MozAppearance:"none",WebkitAppearance:"none",userSelect:"none",borderRadius:0,cursor:"pointer","&:focus":P({},t.vars?{backgroundColor:`rgba(${t.vars.palette.common.onBackgroundChannel} / 0.05)`}:{backgroundColor:t.palette.mode==="light"?"rgba(0, 0, 0, 0.05)":"rgba(255, 255, 255, 0.05)"},{borderRadius:0}),"&::-ms-expand":{display:"none"},[`&.${cx.disabled}`]:{cursor:"default"},"&[multiple]":{height:"auto"},"&:not([multiple]) option, &:not([multiple]) optgroup":{backgroundColor:(t.vars||t).palette.background.paper},"&&&":{paddingRight:24,minWidth:16}},e.variant==="filled"&&{"&&&":{paddingRight:32}},e.variant==="outlined"&&{borderRadius:(t.vars||t).shape.borderRadius,"&:focus":{borderRadius:(t.vars||t).shape.borderRadius},"&&&":{paddingRight:32}}),bee=ie("select",{name:"MuiNativeSelect",slot:"Select",shouldForwardProp:Lo,overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.select,t[n.variant],{[`&.${cx.multiple}`]:t.multiple}]}})(bL),wL=({ownerState:e,theme:t})=>P({position:"absolute",right:0,top:"calc(50% - .5em)",pointerEvents:"none",color:(t.vars||t).palette.action.active,[`&.${cx.disabled}`]:{color:(t.vars||t).palette.action.disabled}},e.open&&{transform:"rotate(180deg)"},e.variant==="filled"&&{right:7},e.variant==="outlined"&&{right:7}),wee=ie("svg",{name:"MuiNativeSelect",slot:"Icon",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.icon,n.variant&&t[`icon${fe(n.variant)}`],n.open&&t.iconOpen]}})(wL),Cee=u.forwardRef(function(t,n){const{className:r,disabled:o,IconComponent:i,inputRef:s,variant:a="standard"}=t,c=se(t,vee),d=P({},t,{disabled:o,variant:a}),p=yee(d);return O.jsxs(u.Fragment,{children:[O.jsx(bee,P({ownerState:d,className:me(p.select,r),disabled:o,ref:s||n},c)),t.multiple?null:O.jsx(wee,{as:i,ownerState:d,className:p.icon})]})}),xee=Cee;var N_;const See=["children","classes","className","label","notched"],Eee=ie("fieldset")({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%"}),Pee=ie("legend")(({ownerState:e,theme:t})=>P({float:"unset",width:"auto",overflow:"hidden"},!e.withLabel&&{padding:0,lineHeight:"11px",transition:t.transitions.create("width",{duration:150,easing:t.transitions.easing.easeOut})},e.withLabel&&P({display:"block",padding:0,height:11,fontSize:"0.75em",visibility:"hidden",maxWidth:.01,transition:t.transitions.create("max-width",{duration:50,easing:t.transitions.easing.easeOut}),whiteSpace:"nowrap","& > span":{paddingLeft:5,paddingRight:5,display:"inline-block",opacity:0,visibility:"visible"}},e.notched&&{maxWidth:"100%",transition:t.transitions.create("max-width",{duration:100,easing:t.transitions.easing.easeOut,delay:50})})));function kee(e){const{className:t,label:n,notched:r}=e,o=se(e,See),i=n!=null&&n!=="",s=P({},e,{notched:r,withLabel:i});return O.jsx(Eee,P({"aria-hidden":!0,className:t,ownerState:s},o,{children:O.jsx(Pee,{ownerState:s,children:i?O.jsx("span",{children:n}):N_||(N_=O.jsx("span",{className:"notranslate",children:""}))})}))}const Iee=["components","fullWidth","inputComponent","label","multiline","notched","slots","type"],_ee=e=>{const{classes:t}=e,r=Ie({root:["root"],notchedOutline:["notchedOutline"],input:["input"]},oY,t);return P({},t,r)},$ee=ie($v,{shouldForwardProp:e=>Lo(e)||e==="classes",name:"MuiOutlinedInput",slot:"Root",overridesResolver:Iv})(({theme:e,ownerState:t})=>{const n=e.palette.mode==="light"?"rgba(0, 0, 0, 0.23)":"rgba(255, 255, 255, 0.23)";return P({position:"relative",borderRadius:(e.vars||e).shape.borderRadius,[`&:hover .${Hi.notchedOutline}`]:{borderColor:(e.vars||e).palette.text.primary},"@media (hover: none)":{[`&:hover .${Hi.notchedOutline}`]:{borderColor:e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / 0.23)`:n}},[`&.${Hi.focused} .${Hi.notchedOutline}`]:{borderColor:(e.vars||e).palette[t.color].main,borderWidth:2},[`&.${Hi.error} .${Hi.notchedOutline}`]:{borderColor:(e.vars||e).palette.error.main},[`&.${Hi.disabled} .${Hi.notchedOutline}`]:{borderColor:(e.vars||e).palette.action.disabled}},t.startAdornment&&{paddingLeft:14},t.endAdornment&&{paddingRight:14},t.multiline&&P({padding:"16.5px 14px"},t.size==="small"&&{padding:"8.5px 14px"}))}),Mee=ie(kee,{name:"MuiOutlinedInput",slot:"NotchedOutline",overridesResolver:(e,t)=>t.notchedOutline})(({theme:e})=>{const t=e.palette.mode==="light"?"rgba(0, 0, 0, 0.23)":"rgba(255, 255, 255, 0.23)";return{borderColor:e.vars?`rgba(${e.vars.palette.common.onBackgroundChannel} / 0.23)`:t}}),Ree=ie(Mv,{name:"MuiOutlinedInput",slot:"Input",overridesResolver:_v})(({theme:e,ownerState:t})=>P({padding:"16.5px 14px"},!e.vars&&{"&:-webkit-autofill":{WebkitBoxShadow:e.palette.mode==="light"?null:"0 0 0 100px #266798 inset",WebkitTextFillColor:e.palette.mode==="light"?null:"#fff",caretColor:e.palette.mode==="light"?null:"#fff",borderRadius:"inherit"}},e.vars&&{"&:-webkit-autofill":{borderRadius:"inherit"},[e.getColorSchemeSelector("dark")]:{"&:-webkit-autofill":{WebkitBoxShadow:"0 0 0 100px #266798 inset",WebkitTextFillColor:"#fff",caretColor:"#fff"}}},t.size==="small"&&{padding:"8.5px 14px"},t.multiline&&{padding:0},t.startAdornment&&{paddingLeft:0},t.endAdornment&&{paddingRight:0})),CL=u.forwardRef(function(t,n){var r,o,i,s,a;const c=Ze({props:t,name:"MuiOutlinedInput"}),{components:d={},fullWidth:p=!1,inputComponent:h="input",label:m,multiline:v=!1,notched:b,slots:g={},type:x="text"}=c,C=se(c,Iee),E=_ee(c),w=Us(),S=Xa({props:c,muiFormControl:w,states:["required"]}),k=P({},c,{color:S.color||"primary",disabled:S.disabled,error:S.error,focused:S.focused,formControl:w,fullWidth:p,hiddenLabel:S.hiddenLabel,multiline:v,size:S.size,type:x}),_=(r=(o=g.root)!=null?o:d.Root)!=null?r:$ee,I=(i=(s=g.input)!=null?s:d.Input)!=null?i:Ree;return O.jsx(Bu,P({slots:{root:_,input:I},renderSuffix:M=>O.jsx(Mee,{ownerState:k,className:E.notchedOutline,label:m!=null&&m!==""&&S.required?a||(a=O.jsxs(u.Fragment,{children:[m," ","*"]})):m,notched:typeof b!="undefined"?b:Boolean(M.startAdornment||M.filled||M.focused)}),fullWidth:p,inputComponent:h,multiline:v,ref:n,type:x},C,{classes:P({},E,{notchedOutline:null})}))});CL.muiName="Input";const xL=CL,D_=Tt(O.jsx("path",{d:"M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"}),"FirstPage"),B_=Tt(O.jsx("path",{d:"M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"}),"LastPage");function Tee(e){return Xe("MuiSelect",e)}const Oee=Ge("MuiSelect",["select","multiple","filled","outlined","standard","disabled","focused","icon","iconOpen","iconFilled","iconOutlined","iconStandard","nativeInput"]),Vh=Oee;var z_;const Lee=["aria-describedby","aria-label","autoFocus","autoWidth","children","className","defaultOpen","defaultValue","disabled","displayEmpty","IconComponent","inputRef","labelId","MenuProps","multiple","name","onBlur","onChange","onClose","onFocus","onOpen","open","readOnly","renderValue","SelectDisplayProps","tabIndex","type","value","variant"],Aee=ie("div",{name:"MuiSelect",slot:"Select",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[{[`&.${Vh.select}`]:t.select},{[`&.${Vh.select}`]:t[n.variant]},{[`&.${Vh.multiple}`]:t.multiple}]}})(bL,{[`&.${Vh.select}`]:{height:"auto",minHeight:"1.4375em",textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"}}),Fee=ie("svg",{name:"MuiSelect",slot:"Icon",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.icon,n.variant&&t[`icon${fe(n.variant)}`],n.open&&t.iconOpen]}})(wL),Nee=ie("input",{shouldForwardProp:e=>pW(e)&&e!=="classes",name:"MuiSelect",slot:"NativeInput",overridesResolver:(e,t)=>t.nativeInput})({bottom:0,left:0,position:"absolute",opacity:0,pointerEvents:"none",width:"100%",boxSizing:"border-box"});function j_(e,t){return typeof t=="object"&&t!==null?e===t:String(e)===String(t)}function Dee(e){return e==null||typeof e=="string"&&!e.trim()}const Bee=e=>{const{classes:t,variant:n,disabled:r,multiple:o,open:i}=e,s={select:["select",n,r&&"disabled",o&&"multiple"],icon:["icon",`icon${fe(n)}`,i&&"iconOpen",r&&"disabled"],nativeInput:["nativeInput"]};return Ie(s,Tee,t)},zee=u.forwardRef(function(t,n){const{"aria-describedby":r,"aria-label":o,autoFocus:i,autoWidth:s,children:a,className:c,defaultOpen:d,defaultValue:p,disabled:h,displayEmpty:m,IconComponent:v,inputRef:b,labelId:g,MenuProps:x={},multiple:C,name:E,onBlur:w,onChange:S,onClose:k,onFocus:_,onOpen:I,open:M,readOnly:R,renderValue:T,SelectDisplayProps:L={},tabIndex:H,value:j,variant:A="standard"}=t,F=se(t,Lee),[B,G]=Zi({controlled:j,default:p,name:"Select"}),[N,z]=Zi({controlled:M,default:d,name:"Select"}),W=u.useRef(null),q=u.useRef(null),[X,le]=u.useState(null),{current:Q}=u.useRef(M!=null),[ge,ee]=u.useState(),ce=jt(n,b),oe=u.useCallback(J=>{q.current=J,J&&le(J)},[]),de=X==null?void 0:X.parentNode;u.useImperativeHandle(ce,()=>({focus:()=>{q.current.focus()},node:W.current,value:B}),[B]),u.useEffect(()=>{d&&N&&X&&!Q&&(ee(s?null:de.clientWidth),q.current.focus())},[X,s]),u.useEffect(()=>{i&&q.current.focus()},[i]),u.useEffect(()=>{if(!g)return;const J=pn(q.current).getElementById(g);if(J){const Re=()=>{getSelection().isCollapsed&&q.current.focus()};return J.addEventListener("click",Re),()=>{J.removeEventListener("click",Re)}}},[g]);const be=(J,Re)=>{J?I&&I(Re):k&&k(Re),Q||(ee(s?null:de.clientWidth),z(J))},we=J=>{J.button===0&&(J.preventDefault(),q.current.focus(),be(!0,J))},_e=J=>{be(!1,J)},He=u.Children.toArray(a),Ne=J=>{const Re=He.map(Qe=>Qe.props.value).indexOf(J.target.value);if(Re===-1)return;const Me=He[Re];G(Me.props.value),S&&S(J,Me)},re=J=>Re=>{let Me;if(Re.currentTarget.hasAttribute("tabindex")){if(C){Me=Array.isArray(B)?B.slice():[];const Qe=B.indexOf(J.props.value);Qe===-1?Me.push(J.props.value):Me.splice(Qe,1)}else Me=J.props.value;if(J.props.onClick&&J.props.onClick(Re),B!==Me&&(G(Me),S)){const Qe=Re.nativeEvent||Re,xt=new Qe.constructor(Qe.type,Qe);Object.defineProperty(xt,"target",{writable:!0,value:{value:Me,name:E}}),S(xt,J)}C||be(!1,Re)}},Le=J=>{R||[" ","ArrowUp","ArrowDown","Enter"].indexOf(J.key)!==-1&&(J.preventDefault(),be(!0,J))},ve=X!==null&&N,je=J=>{!ve&&w&&(Object.defineProperty(J,"target",{writable:!0,value:{value:B,name:E}}),w(J))};delete F["aria-invalid"];let Ye,ht;const Be=[];let mt=!1;(ix({value:B})||m)&&(T?Ye=T(B):mt=!0);const rt=He.map(J=>{if(!u.isValidElement(J))return null;let Re;if(C){if(!Array.isArray(B))throw new Error(Bl(2));Re=B.some(Me=>j_(Me,J.props.value)),Re&&mt&&Be.push(J.props.children)}else Re=j_(B,J.props.value),Re&&mt&&(ht=J.props.children);return u.cloneElement(J,{"aria-selected":Re?"true":"false",onClick:re(J),onKeyUp:Me=>{Me.key===" "&&Me.preventDefault(),J.props.onKeyUp&&J.props.onKeyUp(Me)},role:"option",selected:Re,value:void 0,"data-value":J.props.value})});mt&&(C?Be.length===0?Ye=null:Ye=Be.reduce((J,Re,Me)=>(J.push(Re),Me<Be.length-1&&J.push(", "),J),[]):Ye=ht);let at=ge;!s&&Q&&X&&(at=de.clientWidth);let bt;typeof H!="undefined"?bt=H:bt=h?null:0;const ut=L.id||(E?`mui-component-select-${E}`:void 0),Ve=P({},t,{variant:A,value:B,open:ve}),ue=Bee(Ve);return O.jsxs(u.Fragment,{children:[O.jsx(Aee,P({ref:oe,tabIndex:bt,role:"button","aria-disabled":h?"true":void 0,"aria-expanded":ve?"true":"false","aria-haspopup":"listbox","aria-label":o,"aria-labelledby":[g,ut].filter(Boolean).join(" ")||void 0,"aria-describedby":r,onKeyDown:Le,onMouseDown:h||R?null:we,onBlur:je,onFocus:_},L,{ownerState:Ve,className:me(L.className,ue.select,c),id:ut,children:Dee(Ye)?z_||(z_=O.jsx("span",{className:"notranslate",children:""})):Ye})),O.jsx(Nee,P({value:Array.isArray(B)?B.join(","):B,name:E,ref:W,"aria-hidden":!0,onChange:Ne,tabIndex:-1,disabled:h,className:ue.nativeInput,autoFocus:i,ownerState:Ve},F)),O.jsx(Fee,{as:v,className:ue.icon,ownerState:Ve}),O.jsx(yL,P({id:`menu-${E||""}`,anchorEl:de,open:ve,onClose:_e,anchorOrigin:{vertical:"bottom",horizontal:"center"},transformOrigin:{vertical:"top",horizontal:"center"}},x,{MenuListProps:P({"aria-labelledby":g,role:"listbox",disableListWrap:!0},x.MenuListProps),PaperProps:P({},x.PaperProps,{style:P({minWidth:at},x.PaperProps!=null?x.PaperProps.style:null)}),children:rt}))]})}),jee=zee;var H_,V_;const Hee=["autoWidth","children","classes","className","defaultOpen","displayEmpty","IconComponent","id","input","inputProps","label","labelId","MenuProps","multiple","native","onClose","onOpen","open","renderValue","SelectDisplayProps","variant"],Vee=e=>{const{classes:t}=e;return t},ux={name:"MuiSelect",overridesResolver:(e,t)=>t.root,shouldForwardProp:e=>Lo(e)&&e!=="variant",slot:"Root"},Uee=ie(fL,ux)(""),Wee=ie(xL,ux)(""),Gee=ie(oL,ux)(""),SL=u.forwardRef(function(t,n){const r=Ze({name:"MuiSelect",props:t}),{autoWidth:o=!1,children:i,classes:s={},className:a,defaultOpen:c=!1,displayEmpty:d=!1,IconComponent:p=WO,id:h,input:m,inputProps:v,label:b,labelId:g,MenuProps:x,multiple:C=!1,native:E=!1,onClose:w,onOpen:S,open:k,renderValue:_,SelectDisplayProps:I,variant:M="outlined"}=r,R=se(r,Hee),T=E?xee:jee,L=Us(),j=Xa({props:r,muiFormControl:L,states:["variant"]}).variant||M,A=m||{standard:H_||(H_=O.jsx(Uee,{})),outlined:O.jsx(Wee,{label:b}),filled:V_||(V_=O.jsx(Gee,{}))}[j],F=P({},r,{variant:j,classes:s}),B=Vee(F),G=jt(n,A.ref);return O.jsx(u.Fragment,{children:u.cloneElement(A,P({inputComponent:T,inputProps:P({children:i,IconComponent:p,variant:j,type:void 0,multiple:C},E?{id:h}:{autoWidth:o,defaultOpen:c,displayEmpty:d,labelId:g,MenuProps:x,onClose:w,onOpen:S,open:k,renderValue:_,SelectDisplayProps:P({id:h},I)},v,{classes:v?Qo(B,v.classes):B},m?m.props.inputProps:{})},C&&E&&j==="outlined"?{notched:!0}:{},{ref:G,className:me(A.props.className,a)},!m&&{variant:j},R))})});SL.muiName="Select";const dx=SL;function Kee(e){return Xe("MuiSkeleton",e)}Ge("MuiSkeleton",["root","text","rectangular","rounded","circular","pulse","wave","withChildren","fitContent","heightAuto"]);const qee=["animation","className","component","height","style","variant","width"];let sg=e=>e,U_,W_,G_,K_;const Yee=e=>{const{classes:t,variant:n,animation:r,hasChildren:o,width:i,height:s}=e;return Ie({root:["root",n,r,o&&"withChildren",o&&!i&&"fitContent",o&&!s&&"heightAuto"]},Kee,t)},Xee=ls(U_||(U_=sg`
|
|
243
|
+
0% {
|
|
244
|
+
opacity: 1;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
50% {
|
|
248
|
+
opacity: 0.4;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
100% {
|
|
252
|
+
opacity: 1;
|
|
253
|
+
}
|
|
254
|
+
`)),Qee=ls(W_||(W_=sg`
|
|
255
|
+
0% {
|
|
256
|
+
transform: translateX(-100%);
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
50% {
|
|
260
|
+
/* +0.5s of delay between each loop */
|
|
261
|
+
transform: translateX(100%);
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
100% {
|
|
265
|
+
transform: translateX(100%);
|
|
266
|
+
}
|
|
267
|
+
`)),Jee=ie("span",{name:"MuiSkeleton",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.variant],n.animation!==!1&&t[n.animation],n.hasChildren&&t.withChildren,n.hasChildren&&!n.width&&t.fitContent,n.hasChildren&&!n.height&&t.heightAuto]}})(({theme:e,ownerState:t})=>{const n=uW(e.shape.borderRadius)||"px",r=dW(e.shape.borderRadius);return P({display:"block",backgroundColor:e.vars?e.vars.palette.Skeleton.bg:nt(e.palette.text.primary,e.palette.mode==="light"?.11:.13),height:"1.2em"},t.variant==="text"&&{marginTop:0,marginBottom:0,height:"auto",transformOrigin:"0 55%",transform:"scale(1, 0.60)",borderRadius:`${r}${n}/${Math.round(r/.6*10)/10}${n}`,"&:empty:before":{content:'"\\00a0"'}},t.variant==="circular"&&{borderRadius:"50%"},t.variant==="rounded"&&{borderRadius:(e.vars||e).shape.borderRadius},t.hasChildren&&{"& > *":{visibility:"hidden"}},t.hasChildren&&!t.width&&{maxWidth:"fit-content"},t.hasChildren&&!t.height&&{height:"auto"})},({ownerState:e})=>e.animation==="pulse"&&zl(G_||(G_=sg`
|
|
268
|
+
animation: ${0} 1.5s ease-in-out 0.5s infinite;
|
|
269
|
+
`),Xee),({ownerState:e,theme:t})=>e.animation==="wave"&&zl(K_||(K_=sg`
|
|
270
|
+
position: relative;
|
|
271
|
+
overflow: hidden;
|
|
272
|
+
|
|
273
|
+
/* Fix bug in Safari https://bugs.webkit.org/show_bug.cgi?id=68196 */
|
|
274
|
+
-webkit-mask-image: -webkit-radial-gradient(white, black);
|
|
275
|
+
|
|
276
|
+
&::after {
|
|
277
|
+
animation: ${0} 1.6s linear 0.5s infinite;
|
|
278
|
+
background: linear-gradient(
|
|
279
|
+
90deg,
|
|
280
|
+
transparent,
|
|
281
|
+
${0},
|
|
282
|
+
transparent
|
|
283
|
+
);
|
|
284
|
+
content: '';
|
|
285
|
+
position: absolute;
|
|
286
|
+
transform: translateX(-100%); /* Avoid flash during server-side hydration */
|
|
287
|
+
bottom: 0;
|
|
288
|
+
left: 0;
|
|
289
|
+
right: 0;
|
|
290
|
+
top: 0;
|
|
291
|
+
}
|
|
292
|
+
`),Qee,(t.vars||t).palette.action.hover)),Zee=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiSkeleton"}),{animation:o="pulse",className:i,component:s="span",height:a,style:c,variant:d="text",width:p}=r,h=se(r,qee),m=P({},r,{animation:o,component:s,variant:d,hasChildren:Boolean(h.children)}),v=Yee(m);return O.jsx(Jee,P({as:s,ref:n,className:me(v.root,i),ownerState:m},h,{style:P({width:p,height:a},c)}))}),ete=Zee;function tte(e){return Xe("MuiTooltip",e)}const nte=Ge("MuiTooltip",["popper","popperInteractive","popperArrow","popperClose","tooltip","tooltipArrow","touch","tooltipPlacementLeft","tooltipPlacementRight","tooltipPlacementTop","tooltipPlacementBottom","arrow"]),bl=nte,rte=["arrow","children","classes","components","componentsProps","describeChild","disableFocusListener","disableHoverListener","disableInteractive","disableTouchListener","enterDelay","enterNextDelay","enterTouchDelay","followCursor","id","leaveDelay","leaveTouchDelay","onClose","onOpen","open","placement","PopperComponent","PopperProps","slotProps","slots","title","TransitionComponent","TransitionProps"];function ote(e){return Math.round(e*1e5)/1e5}const ite=e=>{const{classes:t,disableInteractive:n,arrow:r,touch:o,placement:i}=e,s={popper:["popper",!n&&"popperInteractive",r&&"popperArrow"],tooltip:["tooltip",r&&"tooltipArrow",o&&"touch",`tooltipPlacement${fe(i.split("-")[0])}`],arrow:["arrow"]};return Ie(s,tte,t)},ste=ie(Ya,{name:"MuiTooltip",slot:"Popper",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.popper,!n.disableInteractive&&t.popperInteractive,n.arrow&&t.popperArrow,!n.open&&t.popperClose]}})(({theme:e,ownerState:t,open:n})=>P({zIndex:(e.vars||e).zIndex.tooltip,pointerEvents:"none"},!t.disableInteractive&&{pointerEvents:"auto"},!n&&{pointerEvents:"none"},t.arrow&&{[`&[data-popper-placement*="bottom"] .${bl.arrow}`]:{top:0,marginTop:"-0.71em","&::before":{transformOrigin:"0 100%"}},[`&[data-popper-placement*="top"] .${bl.arrow}`]:{bottom:0,marginBottom:"-0.71em","&::before":{transformOrigin:"100% 0"}},[`&[data-popper-placement*="right"] .${bl.arrow}`]:P({},t.isRtl?{right:0,marginRight:"-0.71em"}:{left:0,marginLeft:"-0.71em"},{height:"1em",width:"0.71em","&::before":{transformOrigin:"100% 100%"}}),[`&[data-popper-placement*="left"] .${bl.arrow}`]:P({},t.isRtl?{left:0,marginLeft:"-0.71em"}:{right:0,marginRight:"-0.71em"},{height:"1em",width:"0.71em","&::before":{transformOrigin:"0 0"}})})),lte=ie("div",{name:"MuiTooltip",slot:"Tooltip",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.tooltip,n.touch&&t.touch,n.arrow&&t.tooltipArrow,t[`tooltipPlacement${fe(n.placement.split("-")[0])}`]]}})(({theme:e,ownerState:t})=>P({backgroundColor:e.vars?e.vars.palette.Tooltip.bg:nt(e.palette.grey[700],.92),borderRadius:(e.vars||e).shape.borderRadius,color:(e.vars||e).palette.common.white,fontFamily:e.typography.fontFamily,padding:"4px 8px",fontSize:e.typography.pxToRem(11),maxWidth:300,margin:2,wordWrap:"break-word",fontWeight:e.typography.fontWeightMedium},t.arrow&&{position:"relative",margin:0},t.touch&&{padding:"8px 16px",fontSize:e.typography.pxToRem(14),lineHeight:`${ote(16/14)}em`,fontWeight:e.typography.fontWeightRegular},{[`.${bl.popper}[data-popper-placement*="left"] &`]:P({transformOrigin:"right center"},t.isRtl?P({marginLeft:"14px"},t.touch&&{marginLeft:"24px"}):P({marginRight:"14px"},t.touch&&{marginRight:"24px"})),[`.${bl.popper}[data-popper-placement*="right"] &`]:P({transformOrigin:"left center"},t.isRtl?P({marginRight:"14px"},t.touch&&{marginRight:"24px"}):P({marginLeft:"14px"},t.touch&&{marginLeft:"24px"})),[`.${bl.popper}[data-popper-placement*="top"] &`]:P({transformOrigin:"center bottom",marginBottom:"14px"},t.touch&&{marginBottom:"24px"}),[`.${bl.popper}[data-popper-placement*="bottom"] &`]:P({transformOrigin:"center top",marginTop:"14px"},t.touch&&{marginTop:"24px"})})),ate=ie("span",{name:"MuiTooltip",slot:"Arrow",overridesResolver:(e,t)=>t.arrow})(({theme:e})=>({overflow:"hidden",position:"absolute",width:"1em",height:"0.71em",boxSizing:"border-box",color:e.vars?e.vars.palette.Tooltip.bg:nt(e.palette.grey[700],.9),"&::before":{content:'""',margin:"auto",display:"block",width:"100%",height:"100%",backgroundColor:"currentColor",transform:"rotate(45deg)"}}));let Uh=!1,p1=null,Md={x:0,y:0};function Wh(e,t){return n=>{t&&t(n),e(n)}}const cte=u.forwardRef(function(t,n){var r,o,i,s,a,c,d,p,h,m,v,b,g,x,C,E,w,S,k;const _=Ze({props:t,name:"MuiTooltip"}),{arrow:I=!1,children:M,components:R={},componentsProps:T={},describeChild:L=!1,disableFocusListener:H=!1,disableHoverListener:j=!1,disableInteractive:A=!1,disableTouchListener:F=!1,enterDelay:B=100,enterNextDelay:G=0,enterTouchDelay:N=700,followCursor:z=!1,id:W,leaveDelay:q=0,leaveTouchDelay:X=1500,onClose:le,onOpen:Q,open:ge,placement:ee="bottom",PopperComponent:ce,PopperProps:oe={},slotProps:de={},slots:be={},title:we,TransitionComponent:_e=rg,TransitionProps:He}=_,Ne=se(_,rte),re=lo(),Le=re.direction==="rtl",[ve,je]=u.useState(),[Ye,ht]=u.useState(null),Be=u.useRef(!1),mt=A||z,rt=u.useRef(),at=u.useRef(),bt=u.useRef(),ut=u.useRef(),[Ve,ue]=Zi({controlled:ge,default:!1,name:"Tooltip",state:"open"});let J=Ve;const Re=Pn(W),Me=u.useRef(),Qe=u.useCallback(()=>{Me.current!==void 0&&(document.body.style.WebkitUserSelect=Me.current,Me.current=void 0),clearTimeout(ut.current)},[]);u.useEffect(()=>()=>{clearTimeout(rt.current),clearTimeout(at.current),clearTimeout(bt.current),Qe()},[Qe]);const xt=yt=>{clearTimeout(p1),Uh=!0,ue(!0),Q&&!J&&Q(yt)},_t=cn(yt=>{clearTimeout(p1),p1=setTimeout(()=>{Uh=!1},800+q),ue(!1),le&&J&&le(yt),clearTimeout(rt.current),rt.current=setTimeout(()=>{Be.current=!1},re.transitions.duration.shortest)}),Xt=yt=>{Be.current&&yt.type!=="touchstart"||(ve&&ve.removeAttribute("title"),clearTimeout(at.current),clearTimeout(bt.current),B||Uh&&G?at.current=setTimeout(()=>{xt(yt)},Uh?G:B):xt(yt))},Gn=yt=>{clearTimeout(at.current),clearTimeout(bt.current),bt.current=setTimeout(()=>{_t(yt)},q)},{isFocusVisibleRef:Ar,onBlur:rr,onFocus:wr,ref:Cr}=Qg(),[,xr]=u.useState(!1),ln=yt=>{rr(yt),Ar.current===!1&&(xr(!1),Gn(yt))},gn=yt=>{ve||je(yt.currentTarget),wr(yt),Ar.current===!0&&(xr(!0),Xt(yt))},Kn=yt=>{Be.current=!0;const or=M.props;or.onTouchStart&&or.onTouchStart(yt)},ci=Xt,Li=Gn,cs=yt=>{Kn(yt),clearTimeout(bt.current),clearTimeout(rt.current),Qe(),Me.current=document.body.style.WebkitUserSelect,document.body.style.WebkitUserSelect="none",ut.current=setTimeout(()=>{document.body.style.WebkitUserSelect=Me.current,Xt(yt)},N)},Ai=yt=>{M.props.onTouchEnd&&M.props.onTouchEnd(yt),Qe(),clearTimeout(bt.current),bt.current=setTimeout(()=>{_t(yt)},X)};u.useEffect(()=>{if(!J)return;function yt(or){(or.key==="Escape"||or.key==="Esc")&&_t(or)}return document.addEventListener("keydown",yt),()=>{document.removeEventListener("keydown",yt)}},[_t,J]);const Fi=jt(M.ref,Cr,je,n);!we&&we!==0&&(J=!1);const ae=u.useRef(),Ce=yt=>{const or=M.props;or.onMouseMove&&or.onMouseMove(yt),Md={x:yt.clientX,y:yt.clientY},ae.current&&ae.current.update()},Ae={},ot=typeof we=="string";L?(Ae.title=!J&&ot&&!j?we:null,Ae["aria-describedby"]=J?Re:null):(Ae["aria-label"]=ot?we:null,Ae["aria-labelledby"]=J&&!ot?Re:null);const Te=P({},Ae,Ne,M.props,{className:me(Ne.className,M.props.className),onTouchStart:Kn,ref:Fi},z?{onMouseMove:Ce}:{}),it={};F||(Te.onTouchStart=cs,Te.onTouchEnd=Ai),j||(Te.onMouseOver=Wh(ci,Te.onMouseOver),Te.onMouseLeave=Wh(Li,Te.onMouseLeave),mt||(it.onMouseOver=ci,it.onMouseLeave=Li)),H||(Te.onFocus=Wh(gn,Te.onFocus),Te.onBlur=Wh(ln,Te.onBlur),mt||(it.onFocus=gn,it.onBlur=ln));const Et=u.useMemo(()=>{var yt;let or=[{name:"arrow",enabled:Boolean(Ye),options:{element:Ye,padding:4}}];return(yt=oe.popperOptions)!=null&&yt.modifiers&&(or=or.concat(oe.popperOptions.modifiers)),P({},oe.popperOptions,{modifiers:or})},[Ye,oe]),en=P({},_,{isRtl:Le,arrow:I,disableInteractive:mt,placement:ee,PopperComponentProp:ce,touch:Be.current}),Fn=ite(en),ao=(r=(o=be.popper)!=null?o:R.Popper)!=null?r:ste,Se=(i=(s=(a=be.transition)!=null?a:R.Transition)!=null?s:_e)!=null?i:rg,ye=(c=(d=be.tooltip)!=null?d:R.Tooltip)!=null?c:lte,ze=(p=(h=be.arrow)!=null?h:R.Arrow)!=null?p:ate,st=zd(ao,P({},oe,(m=de.popper)!=null?m:T.popper,{className:me(Fn.popper,oe==null?void 0:oe.className,(v=(b=de.popper)!=null?b:T.popper)==null?void 0:v.className)}),en),Vt=zd(Se,P({},He,(g=de.transition)!=null?g:T.transition),en),_n=zd(ye,P({},(x=de.tooltip)!=null?x:T.tooltip,{className:me(Fn.tooltip,(C=(E=de.tooltip)!=null?E:T.tooltip)==null?void 0:C.className)}),en),$n=zd(ze,P({},(w=de.arrow)!=null?w:T.arrow,{className:me(Fn.arrow,(S=(k=de.arrow)!=null?k:T.arrow)==null?void 0:S.className)}),en);return O.jsxs(u.Fragment,{children:[u.cloneElement(M,Te),O.jsx(ao,P({as:ce!=null?ce:Ya,placement:ee,anchorEl:z?{getBoundingClientRect:()=>({top:Md.y,left:Md.x,right:Md.x,bottom:Md.y,width:0,height:0})}:ve,popperRef:ae,open:ve?J:!1,id:Re,transition:!0},it,st,{popperOptions:Et,children:({TransitionProps:yt})=>O.jsx(Se,P({timeout:re.transitions.duration.shorter},yt,Vt,{children:O.jsxs(ye,P({},_n,{children:[we,I?O.jsx(ze,P({},$n,{ref:ht})):null]}))}))}))]})}),dp=cte;function ute(e){return Xe("MuiSwitch",e)}const dte=Ge("MuiSwitch",["root","edgeStart","edgeEnd","switchBase","colorPrimary","colorSecondary","sizeSmall","sizeMedium","checked","disabled","input","thumb","track"]),_r=dte,fte=["className","color","edge","size","sx"],pte=e=>{const{classes:t,edge:n,size:r,color:o,checked:i,disabled:s}=e,a={root:["root",n&&`edge${fe(n)}`,`size${fe(r)}`],switchBase:["switchBase",`color${fe(o)}`,i&&"checked",s&&"disabled"],thumb:["thumb"],track:["track"],input:["input"]},c=Ie(a,ute,t);return P({},t,c)},hte=ie("span",{name:"MuiSwitch",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.edge&&t[`edge${fe(n.edge)}`],t[`size${fe(n.size)}`]]}})(({ownerState:e})=>P({display:"inline-flex",width:34+12*2,height:14+12*2,overflow:"hidden",padding:12,boxSizing:"border-box",position:"relative",flexShrink:0,zIndex:0,verticalAlign:"middle","@media print":{colorAdjust:"exact"}},e.edge==="start"&&{marginLeft:-8},e.edge==="end"&&{marginRight:-8},e.size==="small"&&{width:40,height:24,padding:7,[`& .${_r.thumb}`]:{width:16,height:16},[`& .${_r.switchBase}`]:{padding:4,[`&.${_r.checked}`]:{transform:"translateX(16px)"}}})),mte=ie(JO,{name:"MuiSwitch",slot:"SwitchBase",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.switchBase,{[`& .${_r.input}`]:t.input},n.color!=="default"&&t[`color${fe(n.color)}`]]}})(({theme:e})=>({position:"absolute",top:0,left:0,zIndex:1,color:e.vars?e.vars.palette.Switch.defaultColor:`${e.palette.mode==="light"?e.palette.common.white:e.palette.grey[300]}`,transition:e.transitions.create(["left","transform"],{duration:e.transitions.duration.shortest}),[`&.${_r.checked}`]:{transform:"translateX(20px)"},[`&.${_r.disabled}`]:{color:e.vars?e.vars.palette.Switch.defaultDisabledColor:`${e.palette.mode==="light"?e.palette.grey[100]:e.palette.grey[600]}`},[`&.${_r.checked} + .${_r.track}`]:{opacity:.5},[`&.${_r.disabled} + .${_r.track}`]:{opacity:e.vars?e.vars.opacity.switchTrackDisabled:`${e.palette.mode==="light"?.12:.2}`},[`& .${_r.input}`]:{left:"-100%",width:"300%"}}),({theme:e,ownerState:t})=>P({"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})`:nt(e.palette.action.active,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}}},t.color!=="default"&&{[`&.${_r.checked}`]:{color:(e.vars||e).palette[t.color].main,"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.hoverOpacity})`:nt(e.palette[t.color].main,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${_r.disabled}`]:{color:e.vars?e.vars.palette.Switch[`${t.color}DisabledColor`]:`${e.palette.mode==="light"?Bs(e.palette[t.color].main,.62):Ds(e.palette[t.color].main,.55)}`}},[`&.${_r.checked} + .${_r.track}`]:{backgroundColor:(e.vars||e).palette[t.color].main}})),gte=ie("span",{name:"MuiSwitch",slot:"Track",overridesResolver:(e,t)=>t.track})(({theme:e})=>({height:"100%",width:"100%",borderRadius:14/2,zIndex:-1,transition:e.transitions.create(["opacity","background-color"],{duration:e.transitions.duration.shortest}),backgroundColor:e.vars?e.vars.palette.common.onBackground:`${e.palette.mode==="light"?e.palette.common.black:e.palette.common.white}`,opacity:e.vars?e.vars.opacity.switchTrack:`${e.palette.mode==="light"?.38:.3}`})),vte=ie("span",{name:"MuiSwitch",slot:"Thumb",overridesResolver:(e,t)=>t.thumb})(({theme:e})=>({boxShadow:(e.vars||e).shadows[1],backgroundColor:"currentColor",width:20,height:20,borderRadius:"50%"})),yte=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiSwitch"}),{className:o,color:i="primary",edge:s=!1,size:a="medium",sx:c}=r,d=se(r,fte),p=P({},r,{color:i,edge:s,size:a}),h=pte(p),m=O.jsx(vte,{className:h.thumb,ownerState:p});return O.jsxs(hte,{className:me(h.root,o),sx:c,ownerState:p,children:[O.jsx(mte,P({type:"checkbox",icon:m,checkedIcon:m,ref:n,ownerState:p},d,{classes:P({},h,{root:h.switchBase})})),O.jsx(gte,{className:h.track,ownerState:p})]})}),EL=yte;function bte(e){return Xe("MuiTab",e)}const wte=Ge("MuiTab",["root","labelIcon","textColorInherit","textColorPrimary","textColorSecondary","selected","disabled","fullWidth","wrapped","iconWrapper"]),aa=wte,Cte=["className","disabled","disableFocusRipple","fullWidth","icon","iconPosition","indicator","label","onChange","onClick","onFocus","selected","selectionFollowsFocus","textColor","value","wrapped"],xte=e=>{const{classes:t,textColor:n,fullWidth:r,wrapped:o,icon:i,label:s,selected:a,disabled:c}=e,d={root:["root",i&&s&&"labelIcon",`textColor${fe(n)}`,r&&"fullWidth",o&&"wrapped",a&&"selected",c&&"disabled"],iconWrapper:["iconWrapper"]};return Ie(d,bte,t)},Ste=ie(ss,{name:"MuiTab",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.label&&n.icon&&t.labelIcon,t[`textColor${fe(n.textColor)}`],n.fullWidth&&t.fullWidth,n.wrapped&&t.wrapped]}})(({theme:e,ownerState:t})=>P({},e.typography.button,{maxWidth:360,minWidth:90,position:"relative",minHeight:48,flexShrink:0,padding:"12px 16px",overflow:"hidden",whiteSpace:"normal",textAlign:"center"},t.label&&{flexDirection:t.iconPosition==="top"||t.iconPosition==="bottom"?"column":"row"},{lineHeight:1.25},t.icon&&t.label&&{minHeight:72,paddingTop:9,paddingBottom:9,[`& > .${aa.iconWrapper}`]:P({},t.iconPosition==="top"&&{marginBottom:6},t.iconPosition==="bottom"&&{marginTop:6},t.iconPosition==="start"&&{marginRight:e.spacing(1)},t.iconPosition==="end"&&{marginLeft:e.spacing(1)})},t.textColor==="inherit"&&{color:"inherit",opacity:.6,[`&.${aa.selected}`]:{opacity:1},[`&.${aa.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity}},t.textColor==="primary"&&{color:(e.vars||e).palette.text.secondary,[`&.${aa.selected}`]:{color:(e.vars||e).palette.primary.main},[`&.${aa.disabled}`]:{color:(e.vars||e).palette.text.disabled}},t.textColor==="secondary"&&{color:(e.vars||e).palette.text.secondary,[`&.${aa.selected}`]:{color:(e.vars||e).palette.secondary.main},[`&.${aa.disabled}`]:{color:(e.vars||e).palette.text.disabled}},t.fullWidth&&{flexShrink:1,flexGrow:1,flexBasis:0,maxWidth:"none"},t.wrapped&&{fontSize:e.typography.pxToRem(12)})),Ete=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiTab"}),{className:o,disabled:i=!1,disableFocusRipple:s=!1,fullWidth:a,icon:c,iconPosition:d="top",indicator:p,label:h,onChange:m,onClick:v,onFocus:b,selected:g,selectionFollowsFocus:x,textColor:C="inherit",value:E,wrapped:w=!1}=r,S=se(r,Cte),k=P({},r,{disabled:i,disableFocusRipple:s,selected:g,icon:!!c,iconPosition:d,label:!!h,fullWidth:a,textColor:C,wrapped:w}),_=xte(k),I=c&&h&&u.isValidElement(c)?u.cloneElement(c,{className:me(_.iconWrapper,c.props.className)}):c,M=T=>{!g&&m&&m(T,E),v&&v(T)},R=T=>{x&&!g&&m&&m(T,E),b&&b(T)};return O.jsxs(Ste,P({focusRipple:!s,className:me(_.root,o),ref:n,role:"tab","aria-selected":g,disabled:i,onClick:M,onFocus:R,ownerState:k,tabIndex:g?0:-1},S,{children:[d==="top"||d==="start"?O.jsxs(u.Fragment,{children:[I,h]}):O.jsxs(u.Fragment,{children:[h,I]}),p]}))}),PL=Ete,Pte=u.createContext(),kte=Pte,Ite=u.createContext(),_te=Ite;function $te(e){return Xe("MuiTableCell",e)}const Mte=Ge("MuiTableCell",["root","head","body","footer","sizeSmall","sizeMedium","paddingCheckbox","paddingNone","alignLeft","alignCenter","alignRight","alignJustify","stickyHeader"]),Rte=Mte,Tte=["align","className","component","padding","scope","size","sortDirection","variant"],Ote=e=>{const{classes:t,variant:n,align:r,padding:o,size:i,stickyHeader:s}=e,a={root:["root",n,s&&"stickyHeader",r!=="inherit"&&`align${fe(r)}`,o!=="normal"&&`padding${fe(o)}`,`size${fe(i)}`]};return Ie(a,$te,t)},Lte=ie("td",{name:"MuiTableCell",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.variant],t[`size${fe(n.size)}`],n.padding!=="normal"&&t[`padding${fe(n.padding)}`],n.align!=="inherit"&&t[`align${fe(n.align)}`],n.stickyHeader&&t.stickyHeader]}})(({theme:e,ownerState:t})=>P({},e.typography.body2,{display:"table-cell",verticalAlign:"inherit",borderBottom:e.vars?`1px solid ${e.vars.palette.TableCell.border}`:`1px solid
|
|
293
|
+
${e.palette.mode==="light"?Bs(nt(e.palette.divider,1),.88):Ds(nt(e.palette.divider,1),.68)}`,textAlign:"left",padding:16},t.variant==="head"&&{color:(e.vars||e).palette.text.primary,lineHeight:e.typography.pxToRem(24),fontWeight:e.typography.fontWeightMedium},t.variant==="body"&&{color:(e.vars||e).palette.text.primary},t.variant==="footer"&&{color:(e.vars||e).palette.text.secondary,lineHeight:e.typography.pxToRem(21),fontSize:e.typography.pxToRem(12)},t.size==="small"&&{padding:"6px 16px",[`&.${Rte.paddingCheckbox}`]:{width:24,padding:"0 12px 0 16px","& > *":{padding:0}}},t.padding==="checkbox"&&{width:48,padding:"0 0 0 4px"},t.padding==="none"&&{padding:0},t.align==="left"&&{textAlign:"left"},t.align==="center"&&{textAlign:"center"},t.align==="right"&&{textAlign:"right",flexDirection:"row-reverse"},t.align==="justify"&&{textAlign:"justify"},t.stickyHeader&&{position:"sticky",top:0,zIndex:2,backgroundColor:(e.vars||e).palette.background.default})),Ate=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiTableCell"}),{align:o="inherit",className:i,component:s,padding:a,scope:c,size:d,sortDirection:p,variant:h}=r,m=se(r,Tte),v=u.useContext(kte),b=u.useContext(_te),g=b&&b.variant==="head";let x;s?x=s:x=g?"th":"td";let C=c;x==="td"?C=void 0:!C&&g&&(C="col");const E=h||b&&b.variant,w=P({},r,{align:o,component:x,padding:a||(v&&v.padding?v.padding:"normal"),size:d||(v&&v.size?v.size:"medium"),sortDirection:p,stickyHeader:E==="head"&&v&&v.stickyHeader,variant:E}),S=Ote(w);let k=null;return p&&(k=p==="asc"?"ascending":"descending"),O.jsx(Lte,P({as:x,ref:n,className:me(S.root,i),"aria-sort":k,scope:C,ownerState:w},m))}),Xb=Ate;function Fte(e){return Xe("MuiToolbar",e)}Ge("MuiToolbar",["root","gutters","regular","dense"]);const Nte=["className","component","disableGutters","variant"],Dte=e=>{const{classes:t,disableGutters:n,variant:r}=e;return Ie({root:["root",!n&&"gutters",r]},Fte,t)},Bte=ie("div",{name:"MuiToolbar",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,!n.disableGutters&&t.gutters,t[n.variant]]}})(({theme:e,ownerState:t})=>P({position:"relative",display:"flex",alignItems:"center"},!t.disableGutters&&{paddingLeft:e.spacing(2),paddingRight:e.spacing(2),[e.breakpoints.up("sm")]:{paddingLeft:e.spacing(3),paddingRight:e.spacing(3)}},t.variant==="dense"&&{minHeight:48}),({theme:e,ownerState:t})=>t.variant==="regular"&&e.mixins.toolbar),zte=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiToolbar"}),{className:o,component:i="div",disableGutters:s=!1,variant:a="regular"}=r,c=se(r,Nte),d=P({},r,{component:i,disableGutters:s,variant:a}),p=Dte(d);return O.jsx(Bte,P({as:i,className:me(p.root,o),ref:n,ownerState:d},c))}),kL=zte,Qb=Tt(O.jsx("path",{d:"M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"}),"KeyboardArrowLeft"),Jb=Tt(O.jsx("path",{d:"M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"}),"KeyboardArrowRight");var q_,Y_,X_,Q_,J_,Z_,e$,t$;const jte=["backIconButtonProps","count","getItemAriaLabel","nextIconButtonProps","onPageChange","page","rowsPerPage","showFirstButton","showLastButton"],Hte=u.forwardRef(function(t,n){const{backIconButtonProps:r,count:o,getItemAriaLabel:i,nextIconButtonProps:s,onPageChange:a,page:c,rowsPerPage:d,showFirstButton:p,showLastButton:h}=t,m=se(t,jte),v=lo(),b=E=>{a(E,0)},g=E=>{a(E,c-1)},x=E=>{a(E,c+1)},C=E=>{a(E,Math.max(0,Math.ceil(o/d)-1))};return O.jsxs("div",P({ref:n},m,{children:[p&&O.jsx(ar,{onClick:b,disabled:c===0,"aria-label":i("first",c),title:i("first",c),children:v.direction==="rtl"?q_||(q_=O.jsx(B_,{})):Y_||(Y_=O.jsx(D_,{}))}),O.jsx(ar,P({onClick:g,disabled:c===0,color:"inherit","aria-label":i("previous",c),title:i("previous",c)},r,{children:v.direction==="rtl"?X_||(X_=O.jsx(Jb,{})):Q_||(Q_=O.jsx(Qb,{}))})),O.jsx(ar,P({onClick:x,disabled:o!==-1?c>=Math.ceil(o/d)-1:!1,color:"inherit","aria-label":i("next",c),title:i("next",c)},s,{children:v.direction==="rtl"?J_||(J_=O.jsx(Qb,{})):Z_||(Z_=O.jsx(Jb,{}))})),h&&O.jsx(ar,{onClick:C,disabled:c>=Math.ceil(o/d)-1,"aria-label":i("last",c),title:i("last",c),children:v.direction==="rtl"?e$||(e$=O.jsx(D_,{})):t$||(t$=O.jsx(B_,{}))})]}))}),Vte=Hte;function Ute(e){return Xe("MuiTablePagination",e)}const Wte=Ge("MuiTablePagination",["root","toolbar","spacer","selectLabel","selectRoot","select","selectIcon","input","menuItem","displayedRows","actions"]),ka=Wte;var n$;const Gte=["ActionsComponent","backIconButtonProps","className","colSpan","component","count","getItemAriaLabel","labelDisplayedRows","labelRowsPerPage","nextIconButtonProps","onPageChange","onRowsPerPageChange","page","rowsPerPage","rowsPerPageOptions","SelectProps","showFirstButton","showLastButton"],Kte=ie(Xb,{name:"MuiTablePagination",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>({overflow:"auto",color:(e.vars||e).palette.text.primary,fontSize:e.typography.pxToRem(14),"&:last-child":{padding:0}})),qte=ie(kL,{name:"MuiTablePagination",slot:"Toolbar",overridesResolver:(e,t)=>P({[`& .${ka.actions}`]:t.actions},t.toolbar)})(({theme:e})=>({minHeight:52,paddingRight:2,[`${e.breakpoints.up("xs")} and (orientation: landscape)`]:{minHeight:52},[e.breakpoints.up("sm")]:{minHeight:52,paddingRight:2},[`& .${ka.actions}`]:{flexShrink:0,marginLeft:20}})),Yte=ie("div",{name:"MuiTablePagination",slot:"Spacer",overridesResolver:(e,t)=>t.spacer})({flex:"1 1 100%"}),Xte=ie("p",{name:"MuiTablePagination",slot:"SelectLabel",overridesResolver:(e,t)=>t.selectLabel})(({theme:e})=>P({},e.typography.body2,{flexShrink:0})),Qte=ie(dx,{name:"MuiTablePagination",slot:"Select",overridesResolver:(e,t)=>P({[`& .${ka.selectIcon}`]:t.selectIcon,[`& .${ka.select}`]:t.select},t.input,t.selectRoot)})({color:"inherit",fontSize:"inherit",flexShrink:0,marginRight:32,marginLeft:8,[`& .${ka.select}`]:{paddingLeft:8,paddingRight:24,textAlign:"right",textAlignLast:"right"}}),Jte=ie(dr,{name:"MuiTablePagination",slot:"MenuItem",overridesResolver:(e,t)=>t.menuItem})({}),Zte=ie("p",{name:"MuiTablePagination",slot:"DisplayedRows",overridesResolver:(e,t)=>t.displayedRows})(({theme:e})=>P({},e.typography.body2,{flexShrink:0}));function ene({from:e,to:t,count:n}){return`${e}–${t} of ${n!==-1?n:`more than ${t}`}`}function tne(e){return`Go to ${e} page`}const nne=e=>{const{classes:t}=e;return Ie({root:["root"],toolbar:["toolbar"],spacer:["spacer"],selectLabel:["selectLabel"],select:["select"],input:["input"],selectIcon:["selectIcon"],menuItem:["menuItem"],displayedRows:["displayedRows"],actions:["actions"]},Ute,t)},rne=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiTablePagination"}),{ActionsComponent:o=Vte,backIconButtonProps:i,className:s,colSpan:a,component:c=Xb,count:d,getItemAriaLabel:p=tne,labelDisplayedRows:h=ene,labelRowsPerPage:m="Rows per page:",nextIconButtonProps:v,onPageChange:b,onRowsPerPageChange:g,page:x,rowsPerPage:C,rowsPerPageOptions:E=[10,25,50,100],SelectProps:w={},showFirstButton:S=!1,showLastButton:k=!1}=r,_=se(r,Gte),I=r,M=nne(I),R=w.native?"option":Jte;let T;(c===Xb||c==="td")&&(T=a||1e3);const L=Pn(w.id),H=Pn(w.labelId),j=()=>d===-1?(x+1)*C:C===-1?d:Math.min(d,(x+1)*C);return O.jsx(Kte,P({colSpan:T,ref:n,as:c,ownerState:I,className:me(M.root,s)},_,{children:O.jsxs(qte,{className:M.toolbar,children:[O.jsx(Yte,{className:M.spacer}),E.length>1&&O.jsx(Xte,{className:M.selectLabel,id:H,children:m}),E.length>1&&O.jsx(Qte,P({variant:"standard"},!w.variant&&{input:n$||(n$=O.jsx(Bu,{}))},{value:C,onChange:g,id:L,labelId:H},w,{classes:P({},w.classes,{root:me(M.input,M.selectRoot,(w.classes||{}).root),select:me(M.select,(w.classes||{}).select),icon:me(M.selectIcon,(w.classes||{}).icon)}),children:E.map(A=>u.createElement(R,P({},!Na(R)&&{ownerState:I},{className:M.menuItem,key:A.label?A.label:A,value:A.value?A.value:A}),A.label?A.label:A))})),O.jsx(Zte,{className:M.displayedRows,children:h({from:d===0?0:x*C+1,to:j(),count:d===-1?-1:d,page:x})}),O.jsx(o,{className:M.actions,backIconButtonProps:i,count:d,nextIconButtonProps:v,onPageChange:b,page:x,rowsPerPage:C,showFirstButton:S,showLastButton:k,getItemAriaLabel:p})]})}))}),one=rne;function ine(e){return(1+Math.sin(Math.PI*e-Math.PI/2))/2}function sne(e,t,n,r={},o=()=>{}){const{ease:i=ine,duration:s=300}=r;let a=null;const c=t[e];let d=!1;const p=()=>{d=!0},h=m=>{if(d){o(new Error("Animation cancelled"));return}a===null&&(a=m);const v=Math.min(1,(m-a)/s);if(t[e]=i(v)*(n-c)+c,v>=1){requestAnimationFrame(()=>{o(null)});return}requestAnimationFrame(h)};return c===n?(o(new Error("Element already at target position")),p):(requestAnimationFrame(h),p)}const lne=["onChange"],ane={width:99,height:99,position:"absolute",top:-9999,overflow:"scroll"};function cne(e){const{onChange:t}=e,n=se(e,lne),r=u.useRef(),o=u.useRef(null),i=()=>{r.current=o.current.offsetHeight-o.current.clientHeight};return u.useEffect(()=>{const s=Ns(()=>{const c=r.current;i(),c!==r.current&&t(r.current)}),a=io(o.current);return a.addEventListener("resize",s),()=>{s.clear(),a.removeEventListener("resize",s)}},[t]),u.useEffect(()=>{i(),t(r.current)},[t]),O.jsx("div",P({style:ane,ref:o},n))}function une(e){return Xe("MuiTabScrollButton",e)}const dne=Ge("MuiTabScrollButton",["root","vertical","horizontal","disabled"]),fne=dne;var r$,o$;const pne=["className","direction","orientation","disabled"],hne=e=>{const{classes:t,orientation:n,disabled:r}=e;return Ie({root:["root",n,r&&"disabled"]},une,t)},mne=ie(ss,{name:"MuiTabScrollButton",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.orientation&&t[n.orientation]]}})(({ownerState:e})=>P({width:40,flexShrink:0,opacity:.8,[`&.${fne.disabled}`]:{opacity:0}},e.orientation==="vertical"&&{width:"100%",height:40,"& svg":{transform:`rotate(${e.isRtl?-90:90}deg)`}})),gne=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiTabScrollButton"}),{className:o,direction:i}=r,s=se(r,pne),c=lo().direction==="rtl",d=P({isRtl:c},r),p=hne(d);return O.jsx(mne,P({component:"div",className:me(p.root,o),ref:n,role:null,ownerState:d,tabIndex:null},s,{children:i==="left"?r$||(r$=O.jsx(Qb,{fontSize:"small"})):o$||(o$=O.jsx(Jb,{fontSize:"small"}))}))}),vne=gne;function yne(e){return Xe("MuiTabs",e)}const bne=Ge("MuiTabs",["root","vertical","flexContainer","flexContainerVertical","centered","scroller","fixed","scrollableX","scrollableY","hideScrollbar","scrollButtons","scrollButtonsHideMobile","indicator"]),h1=bne,wne=["aria-label","aria-labelledby","action","centered","children","className","component","allowScrollButtonsMobile","indicatorColor","onChange","orientation","ScrollButtonComponent","scrollButtons","selectionFollowsFocus","TabIndicatorProps","TabScrollButtonProps","textColor","value","variant","visibleScrollbar"],i$=(e,t)=>e===t?e.firstChild:t&&t.nextElementSibling?t.nextElementSibling:e.firstChild,s$=(e,t)=>e===t?e.lastChild:t&&t.previousElementSibling?t.previousElementSibling:e.lastChild,Gh=(e,t,n)=>{let r=!1,o=n(e,t);for(;o;){if(o===e.firstChild){if(r)return;r=!0}const i=o.disabled||o.getAttribute("aria-disabled")==="true";if(!o.hasAttribute("tabindex")||i)o=n(e,o);else{o.focus();return}}},Cne=e=>{const{vertical:t,fixed:n,hideScrollbar:r,scrollableX:o,scrollableY:i,centered:s,scrollButtonsHideMobile:a,classes:c}=e;return Ie({root:["root",t&&"vertical"],scroller:["scroller",n&&"fixed",r&&"hideScrollbar",o&&"scrollableX",i&&"scrollableY"],flexContainer:["flexContainer",t&&"flexContainerVertical",s&&"centered"],indicator:["indicator"],scrollButtons:["scrollButtons",a&&"scrollButtonsHideMobile"],scrollableX:[o&&"scrollableX"],hideScrollbar:[r&&"hideScrollbar"]},yne,c)},xne=ie("div",{name:"MuiTabs",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[{[`& .${h1.scrollButtons}`]:t.scrollButtons},{[`& .${h1.scrollButtons}`]:n.scrollButtonsHideMobile&&t.scrollButtonsHideMobile},t.root,n.vertical&&t.vertical]}})(({ownerState:e,theme:t})=>P({overflow:"hidden",minHeight:48,WebkitOverflowScrolling:"touch",display:"flex"},e.vertical&&{flexDirection:"column"},e.scrollButtonsHideMobile&&{[`& .${h1.scrollButtons}`]:{[t.breakpoints.down("sm")]:{display:"none"}}})),Sne=ie("div",{name:"MuiTabs",slot:"Scroller",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.scroller,n.fixed&&t.fixed,n.hideScrollbar&&t.hideScrollbar,n.scrollableX&&t.scrollableX,n.scrollableY&&t.scrollableY]}})(({ownerState:e})=>P({position:"relative",display:"inline-block",flex:"1 1 auto",whiteSpace:"nowrap"},e.fixed&&{overflowX:"hidden",width:"100%"},e.hideScrollbar&&{scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}},e.scrollableX&&{overflowX:"auto",overflowY:"hidden"},e.scrollableY&&{overflowY:"auto",overflowX:"hidden"})),Ene=ie("div",{name:"MuiTabs",slot:"FlexContainer",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.flexContainer,n.vertical&&t.flexContainerVertical,n.centered&&t.centered]}})(({ownerState:e})=>P({display:"flex"},e.vertical&&{flexDirection:"column"},e.centered&&{justifyContent:"center"})),Pne=ie("span",{name:"MuiTabs",slot:"Indicator",overridesResolver:(e,t)=>t.indicator})(({ownerState:e,theme:t})=>P({position:"absolute",height:2,bottom:0,width:"100%",transition:t.transitions.create()},e.indicatorColor==="primary"&&{backgroundColor:(t.vars||t).palette.primary.main},e.indicatorColor==="secondary"&&{backgroundColor:(t.vars||t).palette.secondary.main},e.vertical&&{height:"100%",width:2,right:0})),kne=ie(cne,{name:"MuiTabs",slot:"ScrollbarSize"})({overflowX:"auto",overflowY:"hidden",scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}}),l$={},Ine=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiTabs"}),o=lo(),i=o.direction==="rtl",{"aria-label":s,"aria-labelledby":a,action:c,centered:d=!1,children:p,className:h,component:m="div",allowScrollButtonsMobile:v=!1,indicatorColor:b="primary",onChange:g,orientation:x="horizontal",ScrollButtonComponent:C=vne,scrollButtons:E="auto",selectionFollowsFocus:w,TabIndicatorProps:S={},TabScrollButtonProps:k={},textColor:_="primary",value:I,variant:M="standard",visibleScrollbar:R=!1}=r,T=se(r,wne),L=M==="scrollable",H=x==="vertical",j=H?"scrollTop":"scrollLeft",A=H?"top":"left",F=H?"bottom":"right",B=H?"clientHeight":"clientWidth",G=H?"height":"width",N=P({},r,{component:m,allowScrollButtonsMobile:v,indicatorColor:b,orientation:x,vertical:H,scrollButtons:E,textColor:_,variant:M,visibleScrollbar:R,fixed:!L,hideScrollbar:L&&!R,scrollableX:L&&!H,scrollableY:L&&H,centered:d&&!L,scrollButtonsHideMobile:!v}),z=Cne(N),[W,q]=u.useState(!1),[X,le]=u.useState(l$),[Q,ge]=u.useState({start:!1,end:!1}),[ee,ce]=u.useState({overflow:"hidden",scrollbarWidth:0}),oe=new Map,de=u.useRef(null),be=u.useRef(null),we=()=>{const ue=de.current;let J;if(ue){const Me=ue.getBoundingClientRect();J={clientWidth:ue.clientWidth,scrollLeft:ue.scrollLeft,scrollTop:ue.scrollTop,scrollLeftNormalized:gI(ue,o.direction),scrollWidth:ue.scrollWidth,top:Me.top,bottom:Me.bottom,left:Me.left,right:Me.right}}let Re;if(ue&&I!==!1){const Me=be.current.children;if(Me.length>0){const Qe=Me[oe.get(I)];Re=Qe?Qe.getBoundingClientRect():null}}return{tabsMeta:J,tabMeta:Re}},_e=cn(()=>{const{tabsMeta:ue,tabMeta:J}=we();let Re=0,Me;if(H)Me="top",J&&ue&&(Re=J.top-ue.top+ue.scrollTop);else if(Me=i?"right":"left",J&&ue){const xt=i?ue.scrollLeftNormalized+ue.clientWidth-ue.scrollWidth:ue.scrollLeft;Re=(i?-1:1)*(J[Me]-ue[Me]+xt)}const Qe={[Me]:Re,[G]:J?J[G]:0};if(isNaN(X[Me])||isNaN(X[G]))le(Qe);else{const xt=Math.abs(X[Me]-Qe[Me]),_t=Math.abs(X[G]-Qe[G]);(xt>=1||_t>=1)&&le(Qe)}}),He=(ue,{animation:J=!0}={})=>{J?sne(j,de.current,ue,{duration:o.transitions.duration.standard}):de.current[j]=ue},Ne=ue=>{let J=de.current[j];H?J+=ue:(J+=ue*(i?-1:1),J*=i&&ZT()==="reverse"?-1:1),He(J)},re=()=>{const ue=de.current[B];let J=0;const Re=Array.from(be.current.children);for(let Me=0;Me<Re.length;Me+=1){const Qe=Re[Me];if(J+Qe[B]>ue){Me===0&&(J=ue);break}J+=Qe[B]}return J},Le=()=>{Ne(-1*re())},ve=()=>{Ne(re())},je=u.useCallback(ue=>{ce({overflow:null,scrollbarWidth:ue})},[]),Ye=()=>{const ue={};ue.scrollbarSizeListener=L?O.jsx(kne,{onChange:je,className:me(z.scrollableX,z.hideScrollbar)}):null;const J=Q.start||Q.end,Re=L&&(E==="auto"&&J||E===!0);return ue.scrollButtonStart=Re?O.jsx(C,P({orientation:x,direction:i?"right":"left",onClick:Le,disabled:!Q.start},k,{className:me(z.scrollButtons,k.className)})):null,ue.scrollButtonEnd=Re?O.jsx(C,P({orientation:x,direction:i?"left":"right",onClick:ve,disabled:!Q.end},k,{className:me(z.scrollButtons,k.className)})):null,ue},ht=cn(ue=>{const{tabsMeta:J,tabMeta:Re}=we();if(!(!Re||!J)){if(Re[A]<J[A]){const Me=J[j]+(Re[A]-J[A]);He(Me,{animation:ue})}else if(Re[F]>J[F]){const Me=J[j]+(Re[F]-J[F]);He(Me,{animation:ue})}}}),Be=cn(()=>{if(L&&E!==!1){const{scrollTop:ue,scrollHeight:J,clientHeight:Re,scrollWidth:Me,clientWidth:Qe}=de.current;let xt,_t;if(H)xt=ue>1,_t=ue<J-Re-1;else{const Xt=gI(de.current,o.direction);xt=i?Xt<Me-Qe-1:Xt>1,_t=i?Xt>1:Xt<Me-Qe-1}(xt!==Q.start||_t!==Q.end)&&ge({start:xt,end:_t})}});u.useEffect(()=>{const ue=Ns(()=>{de.current&&(_e(),Be())}),J=io(de.current);J.addEventListener("resize",ue);let Re;return typeof ResizeObserver!="undefined"&&(Re=new ResizeObserver(ue),Array.from(be.current.children).forEach(Me=>{Re.observe(Me)})),()=>{ue.clear(),J.removeEventListener("resize",ue),Re&&Re.disconnect()}},[_e,Be]);const mt=u.useMemo(()=>Ns(()=>{Be()}),[Be]);u.useEffect(()=>()=>{mt.clear()},[mt]),u.useEffect(()=>{q(!0)},[]),u.useEffect(()=>{_e(),Be()}),u.useEffect(()=>{ht(l$!==X)},[ht,X]),u.useImperativeHandle(c,()=>({updateIndicator:_e,updateScrollButtons:Be}),[_e,Be]);const rt=O.jsx(Pne,P({},S,{className:me(z.indicator,S.className),ownerState:N,style:P({},X,S.style)}));let at=0;const bt=u.Children.map(p,ue=>{if(!u.isValidElement(ue))return null;const J=ue.props.value===void 0?at:ue.props.value;oe.set(J,at);const Re=J===I;return at+=1,u.cloneElement(ue,P({fullWidth:M==="fullWidth",indicator:Re&&!W&&rt,selected:Re,selectionFollowsFocus:w,onChange:g,textColor:_,value:J},at===1&&I===!1&&!ue.props.tabIndex?{tabIndex:0}:{}))}),ut=ue=>{const J=be.current,Re=pn(J).activeElement;if(Re.getAttribute("role")!=="tab")return;let Qe=x==="horizontal"?"ArrowLeft":"ArrowUp",xt=x==="horizontal"?"ArrowRight":"ArrowDown";switch(x==="horizontal"&&i&&(Qe="ArrowRight",xt="ArrowLeft"),ue.key){case Qe:ue.preventDefault(),Gh(J,Re,s$);break;case xt:ue.preventDefault(),Gh(J,Re,i$);break;case"Home":ue.preventDefault(),Gh(J,null,i$);break;case"End":ue.preventDefault(),Gh(J,null,s$);break}},Ve=Ye();return O.jsxs(xne,P({className:me(z.root,h),ownerState:N,ref:n,as:m},T,{children:[Ve.scrollButtonStart,Ve.scrollbarSizeListener,O.jsxs(Sne,{className:z.scroller,ownerState:N,style:{overflow:ee.overflow,[H?`margin${i?"Left":"Right"}`:"marginBottom"]:R?void 0:-ee.scrollbarWidth},ref:de,onScroll:mt,children:[O.jsx(Ene,{"aria-label":s,"aria-labelledby":a,"aria-orientation":x==="vertical"?"vertical":null,className:z.flexContainer,ownerState:N,onKeyDown:ut,ref:be,role:"tablist",children:bt}),W&&rt]}),Ve.scrollButtonEnd]}))}),IL=Ine;function _ne(e){return Xe("MuiTextField",e)}Ge("MuiTextField",["root"]);const $ne=["autoComplete","autoFocus","children","className","color","defaultValue","disabled","error","FormHelperTextProps","fullWidth","helperText","id","InputLabelProps","inputProps","InputProps","inputRef","label","maxRows","minRows","multiline","name","onBlur","onChange","onFocus","placeholder","required","rows","select","SelectProps","type","value","variant"],Mne={standard:fL,filled:oL,outlined:xL},Rne=e=>{const{classes:t}=e;return Ie({root:["root"]},_ne,t)},Tne=ie(Qa,{name:"MuiTextField",slot:"Root",overridesResolver:(e,t)=>t.root})({}),One=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiTextField"}),{autoComplete:o,autoFocus:i=!1,children:s,className:a,color:c="primary",defaultValue:d,disabled:p=!1,error:h=!1,FormHelperTextProps:m,fullWidth:v=!1,helperText:b,id:g,InputLabelProps:x,inputProps:C,InputProps:E,inputRef:w,label:S,maxRows:k,minRows:_,multiline:I=!1,name:M,onBlur:R,onChange:T,onFocus:L,placeholder:H,required:j=!1,rows:A,select:F=!1,SelectProps:B,type:G,value:N,variant:z="outlined"}=r,W=se(r,$ne),q=P({},r,{autoFocus:i,color:c,disabled:p,error:h,fullWidth:v,multiline:I,required:j,select:F,variant:z}),X=Rne(q),le={};z==="outlined"&&(x&&typeof x.shrink!="undefined"&&(le.notched=x.shrink),le.label=S),F&&((!B||!B.native)&&(le.id=void 0),le["aria-describedby"]=void 0);const Q=Pn(g),ge=b&&Q?`${Q}-helper-text`:void 0,ee=S&&Q?`${Q}-label`:void 0,ce=Mne[z],oe=O.jsx(ce,P({"aria-describedby":ge,autoComplete:o,autoFocus:i,defaultValue:d,fullWidth:v,multiline:I,name:M,rows:A,maxRows:k,minRows:_,type:G,value:N,id:Q,inputRef:w,onBlur:R,onChange:T,onFocus:L,placeholder:H,inputProps:C},le,E));return O.jsxs(Tne,P({className:me(X.root,a),disabled:p,error:h,fullWidth:v,ref:n,required:j,color:c,variant:z,ownerState:q},W,{children:[S!=null&&S!==""&&O.jsx(qb,P({htmlFor:Q,id:ee},x,{children:S})),F?O.jsx(dx,P({"aria-describedby":ge,id:Q,labelId:ee,value:N,input:oe},B,{children:s})):oe,b&&O.jsx(Tv,P({id:ge},m,{children:b}))]}))}),fp=One;var fx={},lt={},Lne={get exports(){return lt},set exports(e){lt=e}};(function(e){function t(n){return n&&n.__esModule?n:{default:n}}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports})(Lne);var m1={};const Ane=MM(gK);var a$;function ft(){return a$||(a$=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t.createSvgIcon}});var t=Ane}(m1)),m1}var Fne=lt;Object.defineProperty(fx,"__esModule",{value:!0});var _L=fx.default=void 0,Nne=Fne(ft()),Dne=ct(),Bne=(0,Nne.default)((0,Dne.jsx)("path",{d:"M22 11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3z"}),"AccountTree");_L=fx.default=Bne;var px={},zne=lt;Object.defineProperty(px,"__esModule",{value:!0});var $L=px.default=void 0,jne=zne(ft()),Hne=ct(),Vne=(0,jne.default)((0,Hne.jsx)("path",{d:"M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5C13 2.12 11.88 1 10.5 1S8 2.12 8 3.5V5H4c-1.1 0-1.99.9-1.99 2v3.8H3.5c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.49 1.21-2.7 2.7-2.7 1.49 0 2.7 1.21 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5c1.38 0 2.5-1.12 2.5-2.5S21.88 11 20.5 11z"}),"Extension");$L=px.default=Vne;var hx={},Une=lt;Object.defineProperty(hx,"__esModule",{value:!0});var ML=hx.default=void 0,Wne=Une(ft()),Gne=ct(),Kne=(0,Wne.default)((0,Gne.jsx)("path",{d:"M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z"}),"History");ML=hx.default=Kne;var mx={},qne=lt;Object.defineProperty(mx,"__esModule",{value:!0});var RL=mx.default=void 0,Yne=qne(ft()),Xne=ct(),Qne=(0,Yne.default)((0,Xne.jsx)("path",{d:"m17 7-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z"}),"Logout");RL=mx.default=Qne;var gx={},Jne=lt;Object.defineProperty(gx,"__esModule",{value:!0});var TL=gx.default=void 0,Zne=Jne(ft()),c$=ct(),ere=(0,Zne.default)([(0,c$.jsx)("circle",{cx:"10",cy:"8",r:"4"},"0"),(0,c$.jsx)("path",{d:"M10.67 13.02c-.22-.01-.44-.02-.67-.02-2.42 0-4.68.67-6.61 1.82-.88.52-1.39 1.5-1.39 2.53V20h9.26c-.79-1.13-1.26-2.51-1.26-4 0-1.07.25-2.07.67-2.98zM20.75 16c0-.22-.03-.42-.06-.63l1.14-1.01-1-1.73-1.45.49c-.32-.27-.68-.48-1.08-.63L18 11h-2l-.3 1.49c-.4.15-.76.36-1.08.63l-1.45-.49-1 1.73 1.14 1.01c-.03.21-.06.41-.06.63s.03.42.06.63l-1.14 1.01 1 1.73 1.45-.49c.32.27.68.48 1.08.63L16 21h2l.3-1.49c.4-.15.76-.36 1.08-.63l1.45.49 1-1.73-1.14-1.01c.03-.21.06-.41.06-.63zM17 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"},"1")],"ManageAccounts");TL=gx.default=ere;var vx={},tre=lt;Object.defineProperty(vx,"__esModule",{value:!0});var OL=vx.default=void 0,nre=tre(ft()),rre=ct(),ore=(0,nre.default)((0,rre.jsx)("path",{d:"M20 3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h3l-1 1v2h12v-2l-1-1h3c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 13H4V5h16v11z"}),"Monitor");OL=vx.default=ore;var yx={},ire=lt;Object.defineProperty(yx,"__esModule",{value:!0});var LL=yx.default=void 0,sre=ire(ft()),lre=ct(),are=(0,sre.default)((0,lre.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"}),"Public");LL=yx.default=are;var bx={},cre=lt;Object.defineProperty(bx,"__esModule",{value:!0});var wx=bx.default=void 0,ure=cre(ft()),dre=ct(),fre=(0,ure.default)((0,dre.jsx)("path",{d:"M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z"}),"Settings");wx=bx.default=fre;var Cx={},pre=lt;Object.defineProperty(Cx,"__esModule",{value:!0});var AL=Cx.default=void 0,hre=pre(ft()),mre=ct(),gre=(0,hre.default)((0,mre.jsx)("path",{d:"m12.87 15.07-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7 1.62-4.33L19.12 17h-3.24z"}),"Translate");AL=Cx.default=gre;var xx={},vre=lt;Object.defineProperty(xx,"__esModule",{value:!0});var FL=xx.default=void 0,yre=vre(ft()),bre=ct(),wre=(0,yre.default)((0,bre.jsx)("path",{d:"M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"}),"Code");FL=xx.default=wre;var _s={},Cre={get exports(){return _s},set exports(e){_s=e}};/**
|
|
294
|
+
* @license
|
|
295
|
+
* Lodash <https://lodash.com/>
|
|
296
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
297
|
+
* Released under MIT license <https://lodash.com/license>
|
|
298
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
299
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
300
|
+
*/(function(e,t){(function(){var n,r="4.17.21",o=200,i="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",s="Expected a function",a="Invalid `variable` option passed into `_.template`",c="__lodash_hash_undefined__",d=500,p="__lodash_placeholder__",h=1,m=2,v=4,b=1,g=2,x=1,C=2,E=4,w=8,S=16,k=32,_=64,I=128,M=256,R=512,T=30,L="...",H=800,j=16,A=1,F=2,B=3,G=1/0,N=9007199254740991,z=17976931348623157e292,W=0/0,q=4294967295,X=q-1,le=q>>>1,Q=[["ary",I],["bind",x],["bindKey",C],["curry",w],["curryRight",S],["flip",R],["partial",k],["partialRight",_],["rearg",M]],ge="[object Arguments]",ee="[object Array]",ce="[object AsyncFunction]",oe="[object Boolean]",de="[object Date]",be="[object DOMException]",we="[object Error]",_e="[object Function]",He="[object GeneratorFunction]",Ne="[object Map]",re="[object Number]",Le="[object Null]",ve="[object Object]",je="[object Promise]",Ye="[object Proxy]",ht="[object RegExp]",Be="[object Set]",mt="[object String]",rt="[object Symbol]",at="[object Undefined]",bt="[object WeakMap]",ut="[object WeakSet]",Ve="[object ArrayBuffer]",ue="[object DataView]",J="[object Float32Array]",Re="[object Float64Array]",Me="[object Int8Array]",Qe="[object Int16Array]",xt="[object Int32Array]",_t="[object Uint8Array]",Xt="[object Uint8ClampedArray]",Gn="[object Uint16Array]",Ar="[object Uint32Array]",rr=/\b__p \+= '';/g,wr=/\b(__p \+=) '' \+/g,Cr=/(__e\(.*?\)|\b__t\)) \+\n'';/g,xr=/&(?:amp|lt|gt|quot|#39);/g,ln=/[&<>"']/g,gn=RegExp(xr.source),Kn=RegExp(ln.source),ci=/<%-([\s\S]+?)%>/g,Li=/<%([\s\S]+?)%>/g,cs=/<%=([\s\S]+?)%>/g,Ai=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Fi=/^\w*$/,ae=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Ce=/[\\^$.*+?()[\]{}|]/g,Ae=RegExp(Ce.source),ot=/^\s+/,Te=/\s/,it=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Et=/\{\n\/\* \[wrapped with (.+)\] \*/,en=/,? & /,Fn=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ao=/[()=,{}\[\]\/\s]/,Se=/\\(\\)?/g,ye=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,ze=/\w*$/,st=/^[-+]0x[0-9a-f]+$/i,Vt=/^0b[01]+$/i,_n=/^\[object .+?Constructor\]$/,$n=/^0o[0-7]+$/i,yt=/^(?:0|[1-9]\d*)$/,or=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,$p=/($^)/,XN=/['\n\r\u2028\u2029\\]/g,Mp="\\ud800-\\udfff",QN="\\u0300-\\u036f",JN="\\ufe20-\\ufe2f",ZN="\\u20d0-\\u20ff",wE=QN+JN+ZN,CE="\\u2700-\\u27bf",xE="a-z\\xdf-\\xf6\\xf8-\\xff",e4="\\xac\\xb1\\xd7\\xf7",t4="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",n4="\\u2000-\\u206f",r4=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",SE="A-Z\\xc0-\\xd6\\xd8-\\xde",EE="\\ufe0e\\ufe0f",PE=e4+t4+n4+r4,gy="['’]",o4="["+Mp+"]",kE="["+PE+"]",Rp="["+wE+"]",IE="\\d+",i4="["+CE+"]",_E="["+xE+"]",$E="[^"+Mp+PE+IE+CE+xE+SE+"]",vy="\\ud83c[\\udffb-\\udfff]",s4="(?:"+Rp+"|"+vy+")",ME="[^"+Mp+"]",yy="(?:\\ud83c[\\udde6-\\uddff]){2}",by="[\\ud800-\\udbff][\\udc00-\\udfff]",oc="["+SE+"]",RE="\\u200d",TE="(?:"+_E+"|"+$E+")",l4="(?:"+oc+"|"+$E+")",OE="(?:"+gy+"(?:d|ll|m|re|s|t|ve))?",LE="(?:"+gy+"(?:D|LL|M|RE|S|T|VE))?",AE=s4+"?",FE="["+EE+"]?",a4="(?:"+RE+"(?:"+[ME,yy,by].join("|")+")"+FE+AE+")*",c4="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",u4="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",NE=FE+AE+a4,d4="(?:"+[i4,yy,by].join("|")+")"+NE,f4="(?:"+[ME+Rp+"?",Rp,yy,by,o4].join("|")+")",p4=RegExp(gy,"g"),h4=RegExp(Rp,"g"),wy=RegExp(vy+"(?="+vy+")|"+f4+NE,"g"),m4=RegExp([oc+"?"+_E+"+"+OE+"(?="+[kE,oc,"$"].join("|")+")",l4+"+"+LE+"(?="+[kE,oc+TE,"$"].join("|")+")",oc+"?"+TE+"+"+OE,oc+"+"+LE,u4,c4,IE,d4].join("|"),"g"),g4=RegExp("["+RE+Mp+wE+EE+"]"),v4=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,y4=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],b4=-1,vn={};vn[J]=vn[Re]=vn[Me]=vn[Qe]=vn[xt]=vn[_t]=vn[Xt]=vn[Gn]=vn[Ar]=!0,vn[ge]=vn[ee]=vn[Ve]=vn[oe]=vn[ue]=vn[de]=vn[we]=vn[_e]=vn[Ne]=vn[re]=vn[ve]=vn[ht]=vn[Be]=vn[mt]=vn[bt]=!1;var un={};un[ge]=un[ee]=un[Ve]=un[ue]=un[oe]=un[de]=un[J]=un[Re]=un[Me]=un[Qe]=un[xt]=un[Ne]=un[re]=un[ve]=un[ht]=un[Be]=un[mt]=un[rt]=un[_t]=un[Xt]=un[Gn]=un[Ar]=!0,un[we]=un[_e]=un[bt]=!1;var w4={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},C4={"&":"&","<":"<",">":">",'"':""","'":"'"},x4={"&":"&","<":"<",">":">",""":'"',"'":"'"},S4={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},E4=parseFloat,P4=parseInt,DE=typeof bn=="object"&&bn&&bn.Object===Object&&bn,k4=typeof self=="object"&&self&&self.Object===Object&&self,hr=DE||k4||Function("return this")(),Cy=t&&!t.nodeType&&t,Zl=Cy&&!0&&e&&!e.nodeType&&e,BE=Zl&&Zl.exports===Cy,xy=BE&&DE.process,Ao=function(){try{var Z=Zl&&Zl.require&&Zl.require("util").types;return Z||xy&&xy.binding&&xy.binding("util")}catch(xe){}}(),zE=Ao&&Ao.isArrayBuffer,jE=Ao&&Ao.isDate,HE=Ao&&Ao.isMap,VE=Ao&&Ao.isRegExp,UE=Ao&&Ao.isSet,WE=Ao&&Ao.isTypedArray;function co(Z,xe,he){switch(he.length){case 0:return Z.call(xe);case 1:return Z.call(xe,he[0]);case 2:return Z.call(xe,he[0],he[1]);case 3:return Z.call(xe,he[0],he[1],he[2])}return Z.apply(xe,he)}function I4(Z,xe,he,Ue){for(var Ct=-1,Kt=Z==null?0:Z.length;++Ct<Kt;){var Jn=Z[Ct];xe(Ue,Jn,he(Jn),Z)}return Ue}function Fo(Z,xe){for(var he=-1,Ue=Z==null?0:Z.length;++he<Ue&&xe(Z[he],he,Z)!==!1;);return Z}function _4(Z,xe){for(var he=Z==null?0:Z.length;he--&&xe(Z[he],he,Z)!==!1;);return Z}function GE(Z,xe){for(var he=-1,Ue=Z==null?0:Z.length;++he<Ue;)if(!xe(Z[he],he,Z))return!1;return!0}function Gs(Z,xe){for(var he=-1,Ue=Z==null?0:Z.length,Ct=0,Kt=[];++he<Ue;){var Jn=Z[he];xe(Jn,he,Z)&&(Kt[Ct++]=Jn)}return Kt}function Tp(Z,xe){var he=Z==null?0:Z.length;return!!he&&ic(Z,xe,0)>-1}function Sy(Z,xe,he){for(var Ue=-1,Ct=Z==null?0:Z.length;++Ue<Ct;)if(he(xe,Z[Ue]))return!0;return!1}function Cn(Z,xe){for(var he=-1,Ue=Z==null?0:Z.length,Ct=Array(Ue);++he<Ue;)Ct[he]=xe(Z[he],he,Z);return Ct}function Ks(Z,xe){for(var he=-1,Ue=xe.length,Ct=Z.length;++he<Ue;)Z[Ct+he]=xe[he];return Z}function Ey(Z,xe,he,Ue){var Ct=-1,Kt=Z==null?0:Z.length;for(Ue&&Kt&&(he=Z[++Ct]);++Ct<Kt;)he=xe(he,Z[Ct],Ct,Z);return he}function $4(Z,xe,he,Ue){var Ct=Z==null?0:Z.length;for(Ue&&Ct&&(he=Z[--Ct]);Ct--;)he=xe(he,Z[Ct],Ct,Z);return he}function Py(Z,xe){for(var he=-1,Ue=Z==null?0:Z.length;++he<Ue;)if(xe(Z[he],he,Z))return!0;return!1}var M4=ky("length");function R4(Z){return Z.split("")}function T4(Z){return Z.match(Fn)||[]}function KE(Z,xe,he){var Ue;return he(Z,function(Ct,Kt,Jn){if(xe(Ct,Kt,Jn))return Ue=Kt,!1}),Ue}function Op(Z,xe,he,Ue){for(var Ct=Z.length,Kt=he+(Ue?1:-1);Ue?Kt--:++Kt<Ct;)if(xe(Z[Kt],Kt,Z))return Kt;return-1}function ic(Z,xe,he){return xe===xe?U4(Z,xe,he):Op(Z,qE,he)}function O4(Z,xe,he,Ue){for(var Ct=he-1,Kt=Z.length;++Ct<Kt;)if(Ue(Z[Ct],xe))return Ct;return-1}function qE(Z){return Z!==Z}function YE(Z,xe){var he=Z==null?0:Z.length;return he?_y(Z,xe)/he:W}function ky(Z){return function(xe){return xe==null?n:xe[Z]}}function Iy(Z){return function(xe){return Z==null?n:Z[xe]}}function XE(Z,xe,he,Ue,Ct){return Ct(Z,function(Kt,Jn,an){he=Ue?(Ue=!1,Kt):xe(he,Kt,Jn,an)}),he}function L4(Z,xe){var he=Z.length;for(Z.sort(xe);he--;)Z[he]=Z[he].value;return Z}function _y(Z,xe){for(var he,Ue=-1,Ct=Z.length;++Ue<Ct;){var Kt=xe(Z[Ue]);Kt!==n&&(he=he===n?Kt:he+Kt)}return he}function $y(Z,xe){for(var he=-1,Ue=Array(Z);++he<Z;)Ue[he]=xe(he);return Ue}function A4(Z,xe){return Cn(xe,function(he){return[he,Z[he]]})}function QE(Z){return Z&&Z.slice(0,tP(Z)+1).replace(ot,"")}function uo(Z){return function(xe){return Z(xe)}}function My(Z,xe){return Cn(xe,function(he){return Z[he]})}function Zu(Z,xe){return Z.has(xe)}function JE(Z,xe){for(var he=-1,Ue=Z.length;++he<Ue&&ic(xe,Z[he],0)>-1;);return he}function ZE(Z,xe){for(var he=Z.length;he--&&ic(xe,Z[he],0)>-1;);return he}function F4(Z,xe){for(var he=Z.length,Ue=0;he--;)Z[he]===xe&&++Ue;return Ue}var N4=Iy(w4),D4=Iy(C4);function B4(Z){return"\\"+S4[Z]}function z4(Z,xe){return Z==null?n:Z[xe]}function sc(Z){return g4.test(Z)}function j4(Z){return v4.test(Z)}function H4(Z){for(var xe,he=[];!(xe=Z.next()).done;)he.push(xe.value);return he}function Ry(Z){var xe=-1,he=Array(Z.size);return Z.forEach(function(Ue,Ct){he[++xe]=[Ct,Ue]}),he}function eP(Z,xe){return function(he){return Z(xe(he))}}function qs(Z,xe){for(var he=-1,Ue=Z.length,Ct=0,Kt=[];++he<Ue;){var Jn=Z[he];(Jn===xe||Jn===p)&&(Z[he]=p,Kt[Ct++]=he)}return Kt}function Lp(Z){var xe=-1,he=Array(Z.size);return Z.forEach(function(Ue){he[++xe]=Ue}),he}function V4(Z){var xe=-1,he=Array(Z.size);return Z.forEach(function(Ue){he[++xe]=[Ue,Ue]}),he}function U4(Z,xe,he){for(var Ue=he-1,Ct=Z.length;++Ue<Ct;)if(Z[Ue]===xe)return Ue;return-1}function W4(Z,xe,he){for(var Ue=he+1;Ue--;)if(Z[Ue]===xe)return Ue;return Ue}function lc(Z){return sc(Z)?K4(Z):M4(Z)}function ui(Z){return sc(Z)?q4(Z):R4(Z)}function tP(Z){for(var xe=Z.length;xe--&&Te.test(Z.charAt(xe)););return xe}var G4=Iy(x4);function K4(Z){for(var xe=wy.lastIndex=0;wy.test(Z);)++xe;return xe}function q4(Z){return Z.match(wy)||[]}function Y4(Z){return Z.match(m4)||[]}var X4=function Z(xe){xe=xe==null?hr:ac.defaults(hr.Object(),xe,ac.pick(hr,y4));var he=xe.Array,Ue=xe.Date,Ct=xe.Error,Kt=xe.Function,Jn=xe.Math,an=xe.Object,Ty=xe.RegExp,Q4=xe.String,No=xe.TypeError,Ap=he.prototype,J4=Kt.prototype,cc=an.prototype,Fp=xe["__core-js_shared__"],Np=J4.toString,tn=cc.hasOwnProperty,Z4=0,nP=function(){var l=/[^.]+$/.exec(Fp&&Fp.keys&&Fp.keys.IE_PROTO||"");return l?"Symbol(src)_1."+l:""}(),Dp=cc.toString,eD=Np.call(an),tD=hr._,nD=Ty("^"+Np.call(tn).replace(Ce,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Bp=BE?xe.Buffer:n,Ys=xe.Symbol,zp=xe.Uint8Array,rP=Bp?Bp.allocUnsafe:n,jp=eP(an.getPrototypeOf,an),oP=an.create,iP=cc.propertyIsEnumerable,Hp=Ap.splice,sP=Ys?Ys.isConcatSpreadable:n,ed=Ys?Ys.iterator:n,ea=Ys?Ys.toStringTag:n,Vp=function(){try{var l=ia(an,"defineProperty");return l({},"",{}),l}catch(f){}}(),rD=xe.clearTimeout!==hr.clearTimeout&&xe.clearTimeout,oD=Ue&&Ue.now!==hr.Date.now&&Ue.now,iD=xe.setTimeout!==hr.setTimeout&&xe.setTimeout,Up=Jn.ceil,Wp=Jn.floor,Oy=an.getOwnPropertySymbols,sD=Bp?Bp.isBuffer:n,lP=xe.isFinite,lD=Ap.join,aD=eP(an.keys,an),Zn=Jn.max,Sr=Jn.min,cD=Ue.now,uD=xe.parseInt,aP=Jn.random,dD=Ap.reverse,Ly=ia(xe,"DataView"),td=ia(xe,"Map"),Ay=ia(xe,"Promise"),uc=ia(xe,"Set"),nd=ia(xe,"WeakMap"),rd=ia(an,"create"),Gp=nd&&new nd,dc={},fD=sa(Ly),pD=sa(td),hD=sa(Ay),mD=sa(uc),gD=sa(nd),Kp=Ys?Ys.prototype:n,od=Kp?Kp.valueOf:n,cP=Kp?Kp.toString:n;function V(l){if(Nn(l)&&!St(l)&&!(l instanceof Ft)){if(l instanceof Do)return l;if(tn.call(l,"__wrapped__"))return uk(l)}return new Do(l)}var fc=function(){function l(){}return function(f){if(!Mn(f))return{};if(oP)return oP(f);l.prototype=f;var y=new l;return l.prototype=n,y}}();function qp(){}function Do(l,f){this.__wrapped__=l,this.__actions__=[],this.__chain__=!!f,this.__index__=0,this.__values__=n}V.templateSettings={escape:ci,evaluate:Li,interpolate:cs,variable:"",imports:{_:V}},V.prototype=qp.prototype,V.prototype.constructor=V,Do.prototype=fc(qp.prototype),Do.prototype.constructor=Do;function Ft(l){this.__wrapped__=l,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=q,this.__views__=[]}function vD(){var l=new Ft(this.__wrapped__);return l.__actions__=Wr(this.__actions__),l.__dir__=this.__dir__,l.__filtered__=this.__filtered__,l.__iteratees__=Wr(this.__iteratees__),l.__takeCount__=this.__takeCount__,l.__views__=Wr(this.__views__),l}function yD(){if(this.__filtered__){var l=new Ft(this);l.__dir__=-1,l.__filtered__=!0}else l=this.clone(),l.__dir__*=-1;return l}function bD(){var l=this.__wrapped__.value(),f=this.__dir__,y=St(l),$=f<0,D=y?l.length:0,U=R5(0,D,this.__views__),K=U.start,Y=U.end,ne=Y-K,Ee=$?Y:K-1,Pe=this.__iteratees__,ke=Pe.length,De=0,et=Sr(ne,this.__takeCount__);if(!y||!$&&D==ne&&et==ne)return OP(l,this.__actions__);var gt=[];e:for(;ne--&&De<et;){Ee+=f;for(var It=-1,vt=l[Ee];++It<ke;){var Ot=Pe[It],zt=Ot.iteratee,ho=Ot.type,Dr=zt(vt);if(ho==F)vt=Dr;else if(!Dr){if(ho==A)continue e;break e}}gt[De++]=vt}return gt}Ft.prototype=fc(qp.prototype),Ft.prototype.constructor=Ft;function ta(l){var f=-1,y=l==null?0:l.length;for(this.clear();++f<y;){var $=l[f];this.set($[0],$[1])}}function wD(){this.__data__=rd?rd(null):{},this.size=0}function CD(l){var f=this.has(l)&&delete this.__data__[l];return this.size-=f?1:0,f}function xD(l){var f=this.__data__;if(rd){var y=f[l];return y===c?n:y}return tn.call(f,l)?f[l]:n}function SD(l){var f=this.__data__;return rd?f[l]!==n:tn.call(f,l)}function ED(l,f){var y=this.__data__;return this.size+=this.has(l)?0:1,y[l]=rd&&f===n?c:f,this}ta.prototype.clear=wD,ta.prototype.delete=CD,ta.prototype.get=xD,ta.prototype.has=SD,ta.prototype.set=ED;function us(l){var f=-1,y=l==null?0:l.length;for(this.clear();++f<y;){var $=l[f];this.set($[0],$[1])}}function PD(){this.__data__=[],this.size=0}function kD(l){var f=this.__data__,y=Yp(f,l);if(y<0)return!1;var $=f.length-1;return y==$?f.pop():Hp.call(f,y,1),--this.size,!0}function ID(l){var f=this.__data__,y=Yp(f,l);return y<0?n:f[y][1]}function _D(l){return Yp(this.__data__,l)>-1}function $D(l,f){var y=this.__data__,$=Yp(y,l);return $<0?(++this.size,y.push([l,f])):y[$][1]=f,this}us.prototype.clear=PD,us.prototype.delete=kD,us.prototype.get=ID,us.prototype.has=_D,us.prototype.set=$D;function ds(l){var f=-1,y=l==null?0:l.length;for(this.clear();++f<y;){var $=l[f];this.set($[0],$[1])}}function MD(){this.size=0,this.__data__={hash:new ta,map:new(td||us),string:new ta}}function RD(l){var f=lh(this,l).delete(l);return this.size-=f?1:0,f}function TD(l){return lh(this,l).get(l)}function OD(l){return lh(this,l).has(l)}function LD(l,f){var y=lh(this,l),$=y.size;return y.set(l,f),this.size+=y.size==$?0:1,this}ds.prototype.clear=MD,ds.prototype.delete=RD,ds.prototype.get=TD,ds.prototype.has=OD,ds.prototype.set=LD;function na(l){var f=-1,y=l==null?0:l.length;for(this.__data__=new ds;++f<y;)this.add(l[f])}function AD(l){return this.__data__.set(l,c),this}function FD(l){return this.__data__.has(l)}na.prototype.add=na.prototype.push=AD,na.prototype.has=FD;function di(l){var f=this.__data__=new us(l);this.size=f.size}function ND(){this.__data__=new us,this.size=0}function DD(l){var f=this.__data__,y=f.delete(l);return this.size=f.size,y}function BD(l){return this.__data__.get(l)}function zD(l){return this.__data__.has(l)}function jD(l,f){var y=this.__data__;if(y instanceof us){var $=y.__data__;if(!td||$.length<o-1)return $.push([l,f]),this.size=++y.size,this;y=this.__data__=new ds($)}return y.set(l,f),this.size=y.size,this}di.prototype.clear=ND,di.prototype.delete=DD,di.prototype.get=BD,di.prototype.has=zD,di.prototype.set=jD;function uP(l,f){var y=St(l),$=!y&&la(l),D=!y&&!$&&el(l),U=!y&&!$&&!D&&gc(l),K=y||$||D||U,Y=K?$y(l.length,Q4):[],ne=Y.length;for(var Ee in l)(f||tn.call(l,Ee))&&!(K&&(Ee=="length"||D&&(Ee=="offset"||Ee=="parent")||U&&(Ee=="buffer"||Ee=="byteLength"||Ee=="byteOffset")||ms(Ee,ne)))&&Y.push(Ee);return Y}function dP(l){var f=l.length;return f?l[Gy(0,f-1)]:n}function HD(l,f){return ah(Wr(l),ra(f,0,l.length))}function VD(l){return ah(Wr(l))}function Fy(l,f,y){(y!==n&&!fi(l[f],y)||y===n&&!(f in l))&&fs(l,f,y)}function id(l,f,y){var $=l[f];(!(tn.call(l,f)&&fi($,y))||y===n&&!(f in l))&&fs(l,f,y)}function Yp(l,f){for(var y=l.length;y--;)if(fi(l[y][0],f))return y;return-1}function UD(l,f,y,$){return Xs(l,function(D,U,K){f($,D,y(D),K)}),$}function fP(l,f){return l&&Di(f,ir(f),l)}function WD(l,f){return l&&Di(f,Kr(f),l)}function fs(l,f,y){f=="__proto__"&&Vp?Vp(l,f,{configurable:!0,enumerable:!0,value:y,writable:!0}):l[f]=y}function Ny(l,f){for(var y=-1,$=f.length,D=he($),U=l==null;++y<$;)D[y]=U?n:v0(l,f[y]);return D}function ra(l,f,y){return l===l&&(y!==n&&(l=l<=y?l:y),f!==n&&(l=l>=f?l:f)),l}function Bo(l,f,y,$,D,U){var K,Y=f&h,ne=f&m,Ee=f&v;if(y&&(K=D?y(l,$,D,U):y(l)),K!==n)return K;if(!Mn(l))return l;var Pe=St(l);if(Pe){if(K=O5(l),!Y)return Wr(l,K)}else{var ke=Er(l),De=ke==_e||ke==He;if(el(l))return FP(l,Y);if(ke==ve||ke==ge||De&&!D){if(K=ne||De?{}:tk(l),!Y)return ne?x5(l,WD(K,l)):C5(l,fP(K,l))}else{if(!un[ke])return D?l:{};K=L5(l,ke,Y)}}U||(U=new di);var et=U.get(l);if(et)return et;U.set(l,K),Mk(l)?l.forEach(function(vt){K.add(Bo(vt,f,y,vt,l,U))}):_k(l)&&l.forEach(function(vt,Ot){K.set(Ot,Bo(vt,f,y,Ot,l,U))});var gt=Ee?ne?r0:n0:ne?Kr:ir,It=Pe?n:gt(l);return Fo(It||l,function(vt,Ot){It&&(Ot=vt,vt=l[Ot]),id(K,Ot,Bo(vt,f,y,Ot,l,U))}),K}function GD(l){var f=ir(l);return function(y){return pP(y,l,f)}}function pP(l,f,y){var $=y.length;if(l==null)return!$;for(l=an(l);$--;){var D=y[$],U=f[D],K=l[D];if(K===n&&!(D in l)||!U(K))return!1}return!0}function hP(l,f,y){if(typeof l!="function")throw new No(s);return fd(function(){l.apply(n,y)},f)}function sd(l,f,y,$){var D=-1,U=Tp,K=!0,Y=l.length,ne=[],Ee=f.length;if(!Y)return ne;y&&(f=Cn(f,uo(y))),$?(U=Sy,K=!1):f.length>=o&&(U=Zu,K=!1,f=new na(f));e:for(;++D<Y;){var Pe=l[D],ke=y==null?Pe:y(Pe);if(Pe=$||Pe!==0?Pe:0,K&&ke===ke){for(var De=Ee;De--;)if(f[De]===ke)continue e;ne.push(Pe)}else U(f,ke,$)||ne.push(Pe)}return ne}var Xs=jP(Ni),mP=jP(By,!0);function KD(l,f){var y=!0;return Xs(l,function($,D,U){return y=!!f($,D,U),y}),y}function Xp(l,f,y){for(var $=-1,D=l.length;++$<D;){var U=l[$],K=f(U);if(K!=null&&(Y===n?K===K&&!po(K):y(K,Y)))var Y=K,ne=U}return ne}function qD(l,f,y,$){var D=l.length;for(y=kt(y),y<0&&(y=-y>D?0:D+y),$=$===n||$>D?D:kt($),$<0&&($+=D),$=y>$?0:Tk($);y<$;)l[y++]=f;return l}function gP(l,f){var y=[];return Xs(l,function($,D,U){f($,D,U)&&y.push($)}),y}function mr(l,f,y,$,D){var U=-1,K=l.length;for(y||(y=F5),D||(D=[]);++U<K;){var Y=l[U];f>0&&y(Y)?f>1?mr(Y,f-1,y,$,D):Ks(D,Y):$||(D[D.length]=Y)}return D}var Dy=HP(),vP=HP(!0);function Ni(l,f){return l&&Dy(l,f,ir)}function By(l,f){return l&&vP(l,f,ir)}function Qp(l,f){return Gs(f,function(y){return gs(l[y])})}function oa(l,f){f=Js(f,l);for(var y=0,$=f.length;l!=null&&y<$;)l=l[Bi(f[y++])];return y&&y==$?l:n}function yP(l,f,y){var $=f(l);return St(l)?$:Ks($,y(l))}function Fr(l){return l==null?l===n?at:Le:ea&&ea in an(l)?M5(l):V5(l)}function zy(l,f){return l>f}function YD(l,f){return l!=null&&tn.call(l,f)}function XD(l,f){return l!=null&&f in an(l)}function QD(l,f,y){return l>=Sr(f,y)&&l<Zn(f,y)}function jy(l,f,y){for(var $=y?Sy:Tp,D=l[0].length,U=l.length,K=U,Y=he(U),ne=1/0,Ee=[];K--;){var Pe=l[K];K&&f&&(Pe=Cn(Pe,uo(f))),ne=Sr(Pe.length,ne),Y[K]=!y&&(f||D>=120&&Pe.length>=120)?new na(K&&Pe):n}Pe=l[0];var ke=-1,De=Y[0];e:for(;++ke<D&&Ee.length<ne;){var et=Pe[ke],gt=f?f(et):et;if(et=y||et!==0?et:0,!(De?Zu(De,gt):$(Ee,gt,y))){for(K=U;--K;){var It=Y[K];if(!(It?Zu(It,gt):$(l[K],gt,y)))continue e}De&&De.push(gt),Ee.push(et)}}return Ee}function JD(l,f,y,$){return Ni(l,function(D,U,K){f($,y(D),U,K)}),$}function ld(l,f,y){f=Js(f,l),l=ik(l,f);var $=l==null?l:l[Bi(jo(f))];return $==null?n:co($,l,y)}function bP(l){return Nn(l)&&Fr(l)==ge}function ZD(l){return Nn(l)&&Fr(l)==Ve}function e5(l){return Nn(l)&&Fr(l)==de}function ad(l,f,y,$,D){return l===f?!0:l==null||f==null||!Nn(l)&&!Nn(f)?l!==l&&f!==f:t5(l,f,y,$,ad,D)}function t5(l,f,y,$,D,U){var K=St(l),Y=St(f),ne=K?ee:Er(l),Ee=Y?ee:Er(f);ne=ne==ge?ve:ne,Ee=Ee==ge?ve:Ee;var Pe=ne==ve,ke=Ee==ve,De=ne==Ee;if(De&&el(l)){if(!el(f))return!1;K=!0,Pe=!1}if(De&&!Pe)return U||(U=new di),K||gc(l)?JP(l,f,y,$,D,U):_5(l,f,ne,y,$,D,U);if(!(y&b)){var et=Pe&&tn.call(l,"__wrapped__"),gt=ke&&tn.call(f,"__wrapped__");if(et||gt){var It=et?l.value():l,vt=gt?f.value():f;return U||(U=new di),D(It,vt,y,$,U)}}return De?(U||(U=new di),$5(l,f,y,$,D,U)):!1}function n5(l){return Nn(l)&&Er(l)==Ne}function Hy(l,f,y,$){var D=y.length,U=D,K=!$;if(l==null)return!U;for(l=an(l);D--;){var Y=y[D];if(K&&Y[2]?Y[1]!==l[Y[0]]:!(Y[0]in l))return!1}for(;++D<U;){Y=y[D];var ne=Y[0],Ee=l[ne],Pe=Y[1];if(K&&Y[2]){if(Ee===n&&!(ne in l))return!1}else{var ke=new di;if($)var De=$(Ee,Pe,ne,l,f,ke);if(!(De===n?ad(Pe,Ee,b|g,$,ke):De))return!1}}return!0}function wP(l){if(!Mn(l)||D5(l))return!1;var f=gs(l)?nD:_n;return f.test(sa(l))}function r5(l){return Nn(l)&&Fr(l)==ht}function o5(l){return Nn(l)&&Er(l)==Be}function i5(l){return Nn(l)&&hh(l.length)&&!!vn[Fr(l)]}function CP(l){return typeof l=="function"?l:l==null?qr:typeof l=="object"?St(l)?EP(l[0],l[1]):SP(l):Vk(l)}function Vy(l){if(!dd(l))return aD(l);var f=[];for(var y in an(l))tn.call(l,y)&&y!="constructor"&&f.push(y);return f}function s5(l){if(!Mn(l))return H5(l);var f=dd(l),y=[];for(var $ in l)$=="constructor"&&(f||!tn.call(l,$))||y.push($);return y}function Uy(l,f){return l<f}function xP(l,f){var y=-1,$=Gr(l)?he(l.length):[];return Xs(l,function(D,U,K){$[++y]=f(D,U,K)}),$}function SP(l){var f=i0(l);return f.length==1&&f[0][2]?rk(f[0][0],f[0][1]):function(y){return y===l||Hy(y,l,f)}}function EP(l,f){return l0(l)&&nk(f)?rk(Bi(l),f):function(y){var $=v0(y,l);return $===n&&$===f?y0(y,l):ad(f,$,b|g)}}function Jp(l,f,y,$,D){l!==f&&Dy(f,function(U,K){if(D||(D=new di),Mn(U))l5(l,f,K,y,Jp,$,D);else{var Y=$?$(c0(l,K),U,K+"",l,f,D):n;Y===n&&(Y=U),Fy(l,K,Y)}},Kr)}function l5(l,f,y,$,D,U,K){var Y=c0(l,y),ne=c0(f,y),Ee=K.get(ne);if(Ee){Fy(l,y,Ee);return}var Pe=U?U(Y,ne,y+"",l,f,K):n,ke=Pe===n;if(ke){var De=St(ne),et=!De&&el(ne),gt=!De&&!et&&gc(ne);Pe=ne,De||et||gt?St(Y)?Pe=Y:jn(Y)?Pe=Wr(Y):et?(ke=!1,Pe=FP(ne,!0)):gt?(ke=!1,Pe=NP(ne,!0)):Pe=[]:pd(ne)||la(ne)?(Pe=Y,la(Y)?Pe=Ok(Y):(!Mn(Y)||gs(Y))&&(Pe=tk(ne))):ke=!1}ke&&(K.set(ne,Pe),D(Pe,ne,$,U,K),K.delete(ne)),Fy(l,y,Pe)}function PP(l,f){var y=l.length;if(y)return f+=f<0?y:0,ms(f,y)?l[f]:n}function kP(l,f,y){f.length?f=Cn(f,function(U){return St(U)?function(K){return oa(K,U.length===1?U[0]:U)}:U}):f=[qr];var $=-1;f=Cn(f,uo(pt()));var D=xP(l,function(U,K,Y){var ne=Cn(f,function(Ee){return Ee(U)});return{criteria:ne,index:++$,value:U}});return L4(D,function(U,K){return w5(U,K,y)})}function a5(l,f){return IP(l,f,function(y,$){return y0(l,$)})}function IP(l,f,y){for(var $=-1,D=f.length,U={};++$<D;){var K=f[$],Y=oa(l,K);y(Y,K)&&cd(U,Js(K,l),Y)}return U}function c5(l){return function(f){return oa(f,l)}}function Wy(l,f,y,$){var D=$?O4:ic,U=-1,K=f.length,Y=l;for(l===f&&(f=Wr(f)),y&&(Y=Cn(l,uo(y)));++U<K;)for(var ne=0,Ee=f[U],Pe=y?y(Ee):Ee;(ne=D(Y,Pe,ne,$))>-1;)Y!==l&&Hp.call(Y,ne,1),Hp.call(l,ne,1);return l}function _P(l,f){for(var y=l?f.length:0,$=y-1;y--;){var D=f[y];if(y==$||D!==U){var U=D;ms(D)?Hp.call(l,D,1):Yy(l,D)}}return l}function Gy(l,f){return l+Wp(aP()*(f-l+1))}function u5(l,f,y,$){for(var D=-1,U=Zn(Up((f-l)/(y||1)),0),K=he(U);U--;)K[$?U:++D]=l,l+=y;return K}function Ky(l,f){var y="";if(!l||f<1||f>N)return y;do f%2&&(y+=l),f=Wp(f/2),f&&(l+=l);while(f);return y}function $t(l,f){return u0(ok(l,f,qr),l+"")}function d5(l){return dP(vc(l))}function f5(l,f){var y=vc(l);return ah(y,ra(f,0,y.length))}function cd(l,f,y,$){if(!Mn(l))return l;f=Js(f,l);for(var D=-1,U=f.length,K=U-1,Y=l;Y!=null&&++D<U;){var ne=Bi(f[D]),Ee=y;if(ne==="__proto__"||ne==="constructor"||ne==="prototype")return l;if(D!=K){var Pe=Y[ne];Ee=$?$(Pe,ne,Y):n,Ee===n&&(Ee=Mn(Pe)?Pe:ms(f[D+1])?[]:{})}id(Y,ne,Ee),Y=Y[ne]}return l}var $P=Gp?function(l,f){return Gp.set(l,f),l}:qr,p5=Vp?function(l,f){return Vp(l,"toString",{configurable:!0,enumerable:!1,value:w0(f),writable:!0})}:qr;function h5(l){return ah(vc(l))}function zo(l,f,y){var $=-1,D=l.length;f<0&&(f=-f>D?0:D+f),y=y>D?D:y,y<0&&(y+=D),D=f>y?0:y-f>>>0,f>>>=0;for(var U=he(D);++$<D;)U[$]=l[$+f];return U}function m5(l,f){var y;return Xs(l,function($,D,U){return y=f($,D,U),!y}),!!y}function Zp(l,f,y){var $=0,D=l==null?$:l.length;if(typeof f=="number"&&f===f&&D<=le){for(;$<D;){var U=$+D>>>1,K=l[U];K!==null&&!po(K)&&(y?K<=f:K<f)?$=U+1:D=U}return D}return qy(l,f,qr,y)}function qy(l,f,y,$){var D=0,U=l==null?0:l.length;if(U===0)return 0;f=y(f);for(var K=f!==f,Y=f===null,ne=po(f),Ee=f===n;D<U;){var Pe=Wp((D+U)/2),ke=y(l[Pe]),De=ke!==n,et=ke===null,gt=ke===ke,It=po(ke);if(K)var vt=$||gt;else Ee?vt=gt&&($||De):Y?vt=gt&&De&&($||!et):ne?vt=gt&&De&&!et&&($||!It):et||It?vt=!1:vt=$?ke<=f:ke<f;vt?D=Pe+1:U=Pe}return Sr(U,X)}function MP(l,f){for(var y=-1,$=l.length,D=0,U=[];++y<$;){var K=l[y],Y=f?f(K):K;if(!y||!fi(Y,ne)){var ne=Y;U[D++]=K===0?0:K}}return U}function RP(l){return typeof l=="number"?l:po(l)?W:+l}function fo(l){if(typeof l=="string")return l;if(St(l))return Cn(l,fo)+"";if(po(l))return cP?cP.call(l):"";var f=l+"";return f=="0"&&1/l==-G?"-0":f}function Qs(l,f,y){var $=-1,D=Tp,U=l.length,K=!0,Y=[],ne=Y;if(y)K=!1,D=Sy;else if(U>=o){var Ee=f?null:k5(l);if(Ee)return Lp(Ee);K=!1,D=Zu,ne=new na}else ne=f?[]:Y;e:for(;++$<U;){var Pe=l[$],ke=f?f(Pe):Pe;if(Pe=y||Pe!==0?Pe:0,K&&ke===ke){for(var De=ne.length;De--;)if(ne[De]===ke)continue e;f&&ne.push(ke),Y.push(Pe)}else D(ne,ke,y)||(ne!==Y&&ne.push(ke),Y.push(Pe))}return Y}function Yy(l,f){return f=Js(f,l),l=ik(l,f),l==null||delete l[Bi(jo(f))]}function TP(l,f,y,$){return cd(l,f,y(oa(l,f)),$)}function eh(l,f,y,$){for(var D=l.length,U=$?D:-1;($?U--:++U<D)&&f(l[U],U,l););return y?zo(l,$?0:U,$?U+1:D):zo(l,$?U+1:0,$?D:U)}function OP(l,f){var y=l;return y instanceof Ft&&(y=y.value()),Ey(f,function($,D){return D.func.apply(D.thisArg,Ks([$],D.args))},y)}function Xy(l,f,y){var $=l.length;if($<2)return $?Qs(l[0]):[];for(var D=-1,U=he($);++D<$;)for(var K=l[D],Y=-1;++Y<$;)Y!=D&&(U[D]=sd(U[D]||K,l[Y],f,y));return Qs(mr(U,1),f,y)}function LP(l,f,y){for(var $=-1,D=l.length,U=f.length,K={};++$<D;){var Y=$<U?f[$]:n;y(K,l[$],Y)}return K}function Qy(l){return jn(l)?l:[]}function Jy(l){return typeof l=="function"?l:qr}function Js(l,f){return St(l)?l:l0(l,f)?[l]:ck(Qt(l))}var g5=$t;function Zs(l,f,y){var $=l.length;return y=y===n?$:y,!f&&y>=$?l:zo(l,f,y)}var AP=rD||function(l){return hr.clearTimeout(l)};function FP(l,f){if(f)return l.slice();var y=l.length,$=rP?rP(y):new l.constructor(y);return l.copy($),$}function Zy(l){var f=new l.constructor(l.byteLength);return new zp(f).set(new zp(l)),f}function v5(l,f){var y=f?Zy(l.buffer):l.buffer;return new l.constructor(y,l.byteOffset,l.byteLength)}function y5(l){var f=new l.constructor(l.source,ze.exec(l));return f.lastIndex=l.lastIndex,f}function b5(l){return od?an(od.call(l)):{}}function NP(l,f){var y=f?Zy(l.buffer):l.buffer;return new l.constructor(y,l.byteOffset,l.length)}function DP(l,f){if(l!==f){var y=l!==n,$=l===null,D=l===l,U=po(l),K=f!==n,Y=f===null,ne=f===f,Ee=po(f);if(!Y&&!Ee&&!U&&l>f||U&&K&&ne&&!Y&&!Ee||$&&K&&ne||!y&&ne||!D)return 1;if(!$&&!U&&!Ee&&l<f||Ee&&y&&D&&!$&&!U||Y&&y&&D||!K&&D||!ne)return-1}return 0}function w5(l,f,y){for(var $=-1,D=l.criteria,U=f.criteria,K=D.length,Y=y.length;++$<K;){var ne=DP(D[$],U[$]);if(ne){if($>=Y)return ne;var Ee=y[$];return ne*(Ee=="desc"?-1:1)}}return l.index-f.index}function BP(l,f,y,$){for(var D=-1,U=l.length,K=y.length,Y=-1,ne=f.length,Ee=Zn(U-K,0),Pe=he(ne+Ee),ke=!$;++Y<ne;)Pe[Y]=f[Y];for(;++D<K;)(ke||D<U)&&(Pe[y[D]]=l[D]);for(;Ee--;)Pe[Y++]=l[D++];return Pe}function zP(l,f,y,$){for(var D=-1,U=l.length,K=-1,Y=y.length,ne=-1,Ee=f.length,Pe=Zn(U-Y,0),ke=he(Pe+Ee),De=!$;++D<Pe;)ke[D]=l[D];for(var et=D;++ne<Ee;)ke[et+ne]=f[ne];for(;++K<Y;)(De||D<U)&&(ke[et+y[K]]=l[D++]);return ke}function Wr(l,f){var y=-1,$=l.length;for(f||(f=he($));++y<$;)f[y]=l[y];return f}function Di(l,f,y,$){var D=!y;y||(y={});for(var U=-1,K=f.length;++U<K;){var Y=f[U],ne=$?$(y[Y],l[Y],Y,y,l):n;ne===n&&(ne=l[Y]),D?fs(y,Y,ne):id(y,Y,ne)}return y}function C5(l,f){return Di(l,s0(l),f)}function x5(l,f){return Di(l,ZP(l),f)}function th(l,f){return function(y,$){var D=St(y)?I4:UD,U=f?f():{};return D(y,l,pt($,2),U)}}function pc(l){return $t(function(f,y){var $=-1,D=y.length,U=D>1?y[D-1]:n,K=D>2?y[2]:n;for(U=l.length>3&&typeof U=="function"?(D--,U):n,K&&Nr(y[0],y[1],K)&&(U=D<3?n:U,D=1),f=an(f);++$<D;){var Y=y[$];Y&&l(f,Y,$,U)}return f})}function jP(l,f){return function(y,$){if(y==null)return y;if(!Gr(y))return l(y,$);for(var D=y.length,U=f?D:-1,K=an(y);(f?U--:++U<D)&&$(K[U],U,K)!==!1;);return y}}function HP(l){return function(f,y,$){for(var D=-1,U=an(f),K=$(f),Y=K.length;Y--;){var ne=K[l?Y:++D];if(y(U[ne],ne,U)===!1)break}return f}}function S5(l,f,y){var $=f&x,D=ud(l);function U(){var K=this&&this!==hr&&this instanceof U?D:l;return K.apply($?y:this,arguments)}return U}function VP(l){return function(f){f=Qt(f);var y=sc(f)?ui(f):n,$=y?y[0]:f.charAt(0),D=y?Zs(y,1).join(""):f.slice(1);return $[l]()+D}}function hc(l){return function(f){return Ey(jk(zk(f).replace(p4,"")),l,"")}}function ud(l){return function(){var f=arguments;switch(f.length){case 0:return new l;case 1:return new l(f[0]);case 2:return new l(f[0],f[1]);case 3:return new l(f[0],f[1],f[2]);case 4:return new l(f[0],f[1],f[2],f[3]);case 5:return new l(f[0],f[1],f[2],f[3],f[4]);case 6:return new l(f[0],f[1],f[2],f[3],f[4],f[5]);case 7:return new l(f[0],f[1],f[2],f[3],f[4],f[5],f[6])}var y=fc(l.prototype),$=l.apply(y,f);return Mn($)?$:y}}function E5(l,f,y){var $=ud(l);function D(){for(var U=arguments.length,K=he(U),Y=U,ne=mc(D);Y--;)K[Y]=arguments[Y];var Ee=U<3&&K[0]!==ne&&K[U-1]!==ne?[]:qs(K,ne);if(U-=Ee.length,U<y)return qP(l,f,nh,D.placeholder,n,K,Ee,n,n,y-U);var Pe=this&&this!==hr&&this instanceof D?$:l;return co(Pe,this,K)}return D}function UP(l){return function(f,y,$){var D=an(f);if(!Gr(f)){var U=pt(y,3);f=ir(f),y=function(Y){return U(D[Y],Y,D)}}var K=l(f,y,$);return K>-1?D[U?f[K]:K]:n}}function WP(l){return hs(function(f){var y=f.length,$=y,D=Do.prototype.thru;for(l&&f.reverse();$--;){var U=f[$];if(typeof U!="function")throw new No(s);if(D&&!K&&sh(U)=="wrapper")var K=new Do([],!0)}for($=K?$:y;++$<y;){U=f[$];var Y=sh(U),ne=Y=="wrapper"?o0(U):n;ne&&a0(ne[0])&&ne[1]==(I|w|k|M)&&!ne[4].length&&ne[9]==1?K=K[sh(ne[0])].apply(K,ne[3]):K=U.length==1&&a0(U)?K[Y]():K.thru(U)}return function(){var Ee=arguments,Pe=Ee[0];if(K&&Ee.length==1&&St(Pe))return K.plant(Pe).value();for(var ke=0,De=y?f[ke].apply(this,Ee):Pe;++ke<y;)De=f[ke].call(this,De);return De}})}function nh(l,f,y,$,D,U,K,Y,ne,Ee){var Pe=f&I,ke=f&x,De=f&C,et=f&(w|S),gt=f&R,It=De?n:ud(l);function vt(){for(var Ot=arguments.length,zt=he(Ot),ho=Ot;ho--;)zt[ho]=arguments[ho];if(et)var Dr=mc(vt),mo=F4(zt,Dr);if($&&(zt=BP(zt,$,D,et)),U&&(zt=zP(zt,U,K,et)),Ot-=mo,et&&Ot<Ee){var Hn=qs(zt,Dr);return qP(l,f,nh,vt.placeholder,y,zt,Hn,Y,ne,Ee-Ot)}var pi=ke?y:this,ys=De?pi[l]:l;return Ot=zt.length,Y?zt=U5(zt,Y):gt&&Ot>1&&zt.reverse(),Pe&&ne<Ot&&(zt.length=ne),this&&this!==hr&&this instanceof vt&&(ys=It||ud(ys)),ys.apply(pi,zt)}return vt}function GP(l,f){return function(y,$){return JD(y,l,f($),{})}}function rh(l,f){return function(y,$){var D;if(y===n&&$===n)return f;if(y!==n&&(D=y),$!==n){if(D===n)return $;typeof y=="string"||typeof $=="string"?(y=fo(y),$=fo($)):(y=RP(y),$=RP($)),D=l(y,$)}return D}}function e0(l){return hs(function(f){return f=Cn(f,uo(pt())),$t(function(y){var $=this;return l(f,function(D){return co(D,$,y)})})})}function oh(l,f){f=f===n?" ":fo(f);var y=f.length;if(y<2)return y?Ky(f,l):f;var $=Ky(f,Up(l/lc(f)));return sc(f)?Zs(ui($),0,l).join(""):$.slice(0,l)}function P5(l,f,y,$){var D=f&x,U=ud(l);function K(){for(var Y=-1,ne=arguments.length,Ee=-1,Pe=$.length,ke=he(Pe+ne),De=this&&this!==hr&&this instanceof K?U:l;++Ee<Pe;)ke[Ee]=$[Ee];for(;ne--;)ke[Ee++]=arguments[++Y];return co(De,D?y:this,ke)}return K}function KP(l){return function(f,y,$){return $&&typeof $!="number"&&Nr(f,y,$)&&(y=$=n),f=vs(f),y===n?(y=f,f=0):y=vs(y),$=$===n?f<y?1:-1:vs($),u5(f,y,$,l)}}function ih(l){return function(f,y){return typeof f=="string"&&typeof y=="string"||(f=Ho(f),y=Ho(y)),l(f,y)}}function qP(l,f,y,$,D,U,K,Y,ne,Ee){var Pe=f&w,ke=Pe?K:n,De=Pe?n:K,et=Pe?U:n,gt=Pe?n:U;f|=Pe?k:_,f&=~(Pe?_:k),f&E||(f&=~(x|C));var It=[l,f,D,et,ke,gt,De,Y,ne,Ee],vt=y.apply(n,It);return a0(l)&&sk(vt,It),vt.placeholder=$,lk(vt,l,f)}function t0(l){var f=Jn[l];return function(y,$){if(y=Ho(y),$=$==null?0:Sr(kt($),292),$&&lP(y)){var D=(Qt(y)+"e").split("e"),U=f(D[0]+"e"+(+D[1]+$));return D=(Qt(U)+"e").split("e"),+(D[0]+"e"+(+D[1]-$))}return f(y)}}var k5=uc&&1/Lp(new uc([,-0]))[1]==G?function(l){return new uc(l)}:S0;function YP(l){return function(f){var y=Er(f);return y==Ne?Ry(f):y==Be?V4(f):A4(f,l(f))}}function ps(l,f,y,$,D,U,K,Y){var ne=f&C;if(!ne&&typeof l!="function")throw new No(s);var Ee=$?$.length:0;if(Ee||(f&=~(k|_),$=D=n),K=K===n?K:Zn(kt(K),0),Y=Y===n?Y:kt(Y),Ee-=D?D.length:0,f&_){var Pe=$,ke=D;$=D=n}var De=ne?n:o0(l),et=[l,f,y,$,D,Pe,ke,U,K,Y];if(De&&j5(et,De),l=et[0],f=et[1],y=et[2],$=et[3],D=et[4],Y=et[9]=et[9]===n?ne?0:l.length:Zn(et[9]-Ee,0),!Y&&f&(w|S)&&(f&=~(w|S)),!f||f==x)var gt=S5(l,f,y);else f==w||f==S?gt=E5(l,f,Y):(f==k||f==(x|k))&&!D.length?gt=P5(l,f,y,$):gt=nh.apply(n,et);var It=De?$P:sk;return lk(It(gt,et),l,f)}function XP(l,f,y,$){return l===n||fi(l,cc[y])&&!tn.call($,y)?f:l}function QP(l,f,y,$,D,U){return Mn(l)&&Mn(f)&&(U.set(f,l),Jp(l,f,n,QP,U),U.delete(f)),l}function I5(l){return pd(l)?n:l}function JP(l,f,y,$,D,U){var K=y&b,Y=l.length,ne=f.length;if(Y!=ne&&!(K&&ne>Y))return!1;var Ee=U.get(l),Pe=U.get(f);if(Ee&&Pe)return Ee==f&&Pe==l;var ke=-1,De=!0,et=y&g?new na:n;for(U.set(l,f),U.set(f,l);++ke<Y;){var gt=l[ke],It=f[ke];if($)var vt=K?$(It,gt,ke,f,l,U):$(gt,It,ke,l,f,U);if(vt!==n){if(vt)continue;De=!1;break}if(et){if(!Py(f,function(Ot,zt){if(!Zu(et,zt)&&(gt===Ot||D(gt,Ot,y,$,U)))return et.push(zt)})){De=!1;break}}else if(!(gt===It||D(gt,It,y,$,U))){De=!1;break}}return U.delete(l),U.delete(f),De}function _5(l,f,y,$,D,U,K){switch(y){case ue:if(l.byteLength!=f.byteLength||l.byteOffset!=f.byteOffset)return!1;l=l.buffer,f=f.buffer;case Ve:return!(l.byteLength!=f.byteLength||!U(new zp(l),new zp(f)));case oe:case de:case re:return fi(+l,+f);case we:return l.name==f.name&&l.message==f.message;case ht:case mt:return l==f+"";case Ne:var Y=Ry;case Be:var ne=$&b;if(Y||(Y=Lp),l.size!=f.size&&!ne)return!1;var Ee=K.get(l);if(Ee)return Ee==f;$|=g,K.set(l,f);var Pe=JP(Y(l),Y(f),$,D,U,K);return K.delete(l),Pe;case rt:if(od)return od.call(l)==od.call(f)}return!1}function $5(l,f,y,$,D,U){var K=y&b,Y=n0(l),ne=Y.length,Ee=n0(f),Pe=Ee.length;if(ne!=Pe&&!K)return!1;for(var ke=ne;ke--;){var De=Y[ke];if(!(K?De in f:tn.call(f,De)))return!1}var et=U.get(l),gt=U.get(f);if(et&>)return et==f&>==l;var It=!0;U.set(l,f),U.set(f,l);for(var vt=K;++ke<ne;){De=Y[ke];var Ot=l[De],zt=f[De];if($)var ho=K?$(zt,Ot,De,f,l,U):$(Ot,zt,De,l,f,U);if(!(ho===n?Ot===zt||D(Ot,zt,y,$,U):ho)){It=!1;break}vt||(vt=De=="constructor")}if(It&&!vt){var Dr=l.constructor,mo=f.constructor;Dr!=mo&&"constructor"in l&&"constructor"in f&&!(typeof Dr=="function"&&Dr instanceof Dr&&typeof mo=="function"&&mo instanceof mo)&&(It=!1)}return U.delete(l),U.delete(f),It}function hs(l){return u0(ok(l,n,pk),l+"")}function n0(l){return yP(l,ir,s0)}function r0(l){return yP(l,Kr,ZP)}var o0=Gp?function(l){return Gp.get(l)}:S0;function sh(l){for(var f=l.name+"",y=dc[f],$=tn.call(dc,f)?y.length:0;$--;){var D=y[$],U=D.func;if(U==null||U==l)return D.name}return f}function mc(l){var f=tn.call(V,"placeholder")?V:l;return f.placeholder}function pt(){var l=V.iteratee||C0;return l=l===C0?CP:l,arguments.length?l(arguments[0],arguments[1]):l}function lh(l,f){var y=l.__data__;return N5(f)?y[typeof f=="string"?"string":"hash"]:y.map}function i0(l){for(var f=ir(l),y=f.length;y--;){var $=f[y],D=l[$];f[y]=[$,D,nk(D)]}return f}function ia(l,f){var y=z4(l,f);return wP(y)?y:n}function M5(l){var f=tn.call(l,ea),y=l[ea];try{l[ea]=n;var $=!0}catch(U){}var D=Dp.call(l);return $&&(f?l[ea]=y:delete l[ea]),D}var s0=Oy?function(l){return l==null?[]:(l=an(l),Gs(Oy(l),function(f){return iP.call(l,f)}))}:E0,ZP=Oy?function(l){for(var f=[];l;)Ks(f,s0(l)),l=jp(l);return f}:E0,Er=Fr;(Ly&&Er(new Ly(new ArrayBuffer(1)))!=ue||td&&Er(new td)!=Ne||Ay&&Er(Ay.resolve())!=je||uc&&Er(new uc)!=Be||nd&&Er(new nd)!=bt)&&(Er=function(l){var f=Fr(l),y=f==ve?l.constructor:n,$=y?sa(y):"";if($)switch($){case fD:return ue;case pD:return Ne;case hD:return je;case mD:return Be;case gD:return bt}return f});function R5(l,f,y){for(var $=-1,D=y.length;++$<D;){var U=y[$],K=U.size;switch(U.type){case"drop":l+=K;break;case"dropRight":f-=K;break;case"take":f=Sr(f,l+K);break;case"takeRight":l=Zn(l,f-K);break}}return{start:l,end:f}}function T5(l){var f=l.match(Et);return f?f[1].split(en):[]}function ek(l,f,y){f=Js(f,l);for(var $=-1,D=f.length,U=!1;++$<D;){var K=Bi(f[$]);if(!(U=l!=null&&y(l,K)))break;l=l[K]}return U||++$!=D?U:(D=l==null?0:l.length,!!D&&hh(D)&&ms(K,D)&&(St(l)||la(l)))}function O5(l){var f=l.length,y=new l.constructor(f);return f&&typeof l[0]=="string"&&tn.call(l,"index")&&(y.index=l.index,y.input=l.input),y}function tk(l){return typeof l.constructor=="function"&&!dd(l)?fc(jp(l)):{}}function L5(l,f,y){var $=l.constructor;switch(f){case Ve:return Zy(l);case oe:case de:return new $(+l);case ue:return v5(l,y);case J:case Re:case Me:case Qe:case xt:case _t:case Xt:case Gn:case Ar:return NP(l,y);case Ne:return new $;case re:case mt:return new $(l);case ht:return y5(l);case Be:return new $;case rt:return b5(l)}}function A5(l,f){var y=f.length;if(!y)return l;var $=y-1;return f[$]=(y>1?"& ":"")+f[$],f=f.join(y>2?", ":" "),l.replace(it,`{
|
|
301
|
+
/* [wrapped with `+f+`] */
|
|
302
|
+
`)}function F5(l){return St(l)||la(l)||!!(sP&&l&&l[sP])}function ms(l,f){var y=typeof l;return f=f==null?N:f,!!f&&(y=="number"||y!="symbol"&&yt.test(l))&&l>-1&&l%1==0&&l<f}function Nr(l,f,y){if(!Mn(y))return!1;var $=typeof f;return($=="number"?Gr(y)&&ms(f,y.length):$=="string"&&f in y)?fi(y[f],l):!1}function l0(l,f){if(St(l))return!1;var y=typeof l;return y=="number"||y=="symbol"||y=="boolean"||l==null||po(l)?!0:Fi.test(l)||!Ai.test(l)||f!=null&&l in an(f)}function N5(l){var f=typeof l;return f=="string"||f=="number"||f=="symbol"||f=="boolean"?l!=="__proto__":l===null}function a0(l){var f=sh(l),y=V[f];if(typeof y!="function"||!(f in Ft.prototype))return!1;if(l===y)return!0;var $=o0(y);return!!$&&l===$[0]}function D5(l){return!!nP&&nP in l}var B5=Fp?gs:P0;function dd(l){var f=l&&l.constructor,y=typeof f=="function"&&f.prototype||cc;return l===y}function nk(l){return l===l&&!Mn(l)}function rk(l,f){return function(y){return y==null?!1:y[l]===f&&(f!==n||l in an(y))}}function z5(l){var f=fh(l,function($){return y.size===d&&y.clear(),$}),y=f.cache;return f}function j5(l,f){var y=l[1],$=f[1],D=y|$,U=D<(x|C|I),K=$==I&&y==w||$==I&&y==M&&l[7].length<=f[8]||$==(I|M)&&f[7].length<=f[8]&&y==w;if(!(U||K))return l;$&x&&(l[2]=f[2],D|=y&x?0:E);var Y=f[3];if(Y){var ne=l[3];l[3]=ne?BP(ne,Y,f[4]):Y,l[4]=ne?qs(l[3],p):f[4]}return Y=f[5],Y&&(ne=l[5],l[5]=ne?zP(ne,Y,f[6]):Y,l[6]=ne?qs(l[5],p):f[6]),Y=f[7],Y&&(l[7]=Y),$&I&&(l[8]=l[8]==null?f[8]:Sr(l[8],f[8])),l[9]==null&&(l[9]=f[9]),l[0]=f[0],l[1]=D,l}function H5(l){var f=[];if(l!=null)for(var y in an(l))f.push(y);return f}function V5(l){return Dp.call(l)}function ok(l,f,y){return f=Zn(f===n?l.length-1:f,0),function(){for(var $=arguments,D=-1,U=Zn($.length-f,0),K=he(U);++D<U;)K[D]=$[f+D];D=-1;for(var Y=he(f+1);++D<f;)Y[D]=$[D];return Y[f]=y(K),co(l,this,Y)}}function ik(l,f){return f.length<2?l:oa(l,zo(f,0,-1))}function U5(l,f){for(var y=l.length,$=Sr(f.length,y),D=Wr(l);$--;){var U=f[$];l[$]=ms(U,y)?D[U]:n}return l}function c0(l,f){if(!(f==="constructor"&&typeof l[f]=="function")&&f!="__proto__")return l[f]}var sk=ak($P),fd=iD||function(l,f){return hr.setTimeout(l,f)},u0=ak(p5);function lk(l,f,y){var $=f+"";return u0(l,A5($,W5(T5($),y)))}function ak(l){var f=0,y=0;return function(){var $=cD(),D=j-($-y);if(y=$,D>0){if(++f>=H)return arguments[0]}else f=0;return l.apply(n,arguments)}}function ah(l,f){var y=-1,$=l.length,D=$-1;for(f=f===n?$:f;++y<f;){var U=Gy(y,D),K=l[U];l[U]=l[y],l[y]=K}return l.length=f,l}var ck=z5(function(l){var f=[];return l.charCodeAt(0)===46&&f.push(""),l.replace(ae,function(y,$,D,U){f.push(D?U.replace(Se,"$1"):$||y)}),f});function Bi(l){if(typeof l=="string"||po(l))return l;var f=l+"";return f=="0"&&1/l==-G?"-0":f}function sa(l){if(l!=null){try{return Np.call(l)}catch(f){}try{return l+""}catch(f){}}return""}function W5(l,f){return Fo(Q,function(y){var $="_."+y[0];f&y[1]&&!Tp(l,$)&&l.push($)}),l.sort()}function uk(l){if(l instanceof Ft)return l.clone();var f=new Do(l.__wrapped__,l.__chain__);return f.__actions__=Wr(l.__actions__),f.__index__=l.__index__,f.__values__=l.__values__,f}function G5(l,f,y){(y?Nr(l,f,y):f===n)?f=1:f=Zn(kt(f),0);var $=l==null?0:l.length;if(!$||f<1)return[];for(var D=0,U=0,K=he(Up($/f));D<$;)K[U++]=zo(l,D,D+=f);return K}function K5(l){for(var f=-1,y=l==null?0:l.length,$=0,D=[];++f<y;){var U=l[f];U&&(D[$++]=U)}return D}function q5(){var l=arguments.length;if(!l)return[];for(var f=he(l-1),y=arguments[0],$=l;$--;)f[$-1]=arguments[$];return Ks(St(y)?Wr(y):[y],mr(f,1))}var Y5=$t(function(l,f){return jn(l)?sd(l,mr(f,1,jn,!0)):[]}),X5=$t(function(l,f){var y=jo(f);return jn(y)&&(y=n),jn(l)?sd(l,mr(f,1,jn,!0),pt(y,2)):[]}),Q5=$t(function(l,f){var y=jo(f);return jn(y)&&(y=n),jn(l)?sd(l,mr(f,1,jn,!0),n,y):[]});function J5(l,f,y){var $=l==null?0:l.length;return $?(f=y||f===n?1:kt(f),zo(l,f<0?0:f,$)):[]}function Z5(l,f,y){var $=l==null?0:l.length;return $?(f=y||f===n?1:kt(f),f=$-f,zo(l,0,f<0?0:f)):[]}function e3(l,f){return l&&l.length?eh(l,pt(f,3),!0,!0):[]}function t3(l,f){return l&&l.length?eh(l,pt(f,3),!0):[]}function n3(l,f,y,$){var D=l==null?0:l.length;return D?(y&&typeof y!="number"&&Nr(l,f,y)&&(y=0,$=D),qD(l,f,y,$)):[]}function dk(l,f,y){var $=l==null?0:l.length;if(!$)return-1;var D=y==null?0:kt(y);return D<0&&(D=Zn($+D,0)),Op(l,pt(f,3),D)}function fk(l,f,y){var $=l==null?0:l.length;if(!$)return-1;var D=$-1;return y!==n&&(D=kt(y),D=y<0?Zn($+D,0):Sr(D,$-1)),Op(l,pt(f,3),D,!0)}function pk(l){var f=l==null?0:l.length;return f?mr(l,1):[]}function r3(l){var f=l==null?0:l.length;return f?mr(l,G):[]}function o3(l,f){var y=l==null?0:l.length;return y?(f=f===n?1:kt(f),mr(l,f)):[]}function i3(l){for(var f=-1,y=l==null?0:l.length,$={};++f<y;){var D=l[f];$[D[0]]=D[1]}return $}function hk(l){return l&&l.length?l[0]:n}function s3(l,f,y){var $=l==null?0:l.length;if(!$)return-1;var D=y==null?0:kt(y);return D<0&&(D=Zn($+D,0)),ic(l,f,D)}function l3(l){var f=l==null?0:l.length;return f?zo(l,0,-1):[]}var a3=$t(function(l){var f=Cn(l,Qy);return f.length&&f[0]===l[0]?jy(f):[]}),c3=$t(function(l){var f=jo(l),y=Cn(l,Qy);return f===jo(y)?f=n:y.pop(),y.length&&y[0]===l[0]?jy(y,pt(f,2)):[]}),u3=$t(function(l){var f=jo(l),y=Cn(l,Qy);return f=typeof f=="function"?f:n,f&&y.pop(),y.length&&y[0]===l[0]?jy(y,n,f):[]});function d3(l,f){return l==null?"":lD.call(l,f)}function jo(l){var f=l==null?0:l.length;return f?l[f-1]:n}function f3(l,f,y){var $=l==null?0:l.length;if(!$)return-1;var D=$;return y!==n&&(D=kt(y),D=D<0?Zn($+D,0):Sr(D,$-1)),f===f?W4(l,f,D):Op(l,qE,D,!0)}function p3(l,f){return l&&l.length?PP(l,kt(f)):n}var h3=$t(mk);function mk(l,f){return l&&l.length&&f&&f.length?Wy(l,f):l}function m3(l,f,y){return l&&l.length&&f&&f.length?Wy(l,f,pt(y,2)):l}function g3(l,f,y){return l&&l.length&&f&&f.length?Wy(l,f,n,y):l}var v3=hs(function(l,f){var y=l==null?0:l.length,$=Ny(l,f);return _P(l,Cn(f,function(D){return ms(D,y)?+D:D}).sort(DP)),$});function y3(l,f){var y=[];if(!(l&&l.length))return y;var $=-1,D=[],U=l.length;for(f=pt(f,3);++$<U;){var K=l[$];f(K,$,l)&&(y.push(K),D.push($))}return _P(l,D),y}function d0(l){return l==null?l:dD.call(l)}function b3(l,f,y){var $=l==null?0:l.length;return $?(y&&typeof y!="number"&&Nr(l,f,y)?(f=0,y=$):(f=f==null?0:kt(f),y=y===n?$:kt(y)),zo(l,f,y)):[]}function w3(l,f){return Zp(l,f)}function C3(l,f,y){return qy(l,f,pt(y,2))}function x3(l,f){var y=l==null?0:l.length;if(y){var $=Zp(l,f);if($<y&&fi(l[$],f))return $}return-1}function S3(l,f){return Zp(l,f,!0)}function E3(l,f,y){return qy(l,f,pt(y,2),!0)}function P3(l,f){var y=l==null?0:l.length;if(y){var $=Zp(l,f,!0)-1;if(fi(l[$],f))return $}return-1}function k3(l){return l&&l.length?MP(l):[]}function I3(l,f){return l&&l.length?MP(l,pt(f,2)):[]}function _3(l){var f=l==null?0:l.length;return f?zo(l,1,f):[]}function $3(l,f,y){return l&&l.length?(f=y||f===n?1:kt(f),zo(l,0,f<0?0:f)):[]}function M3(l,f,y){var $=l==null?0:l.length;return $?(f=y||f===n?1:kt(f),f=$-f,zo(l,f<0?0:f,$)):[]}function R3(l,f){return l&&l.length?eh(l,pt(f,3),!1,!0):[]}function T3(l,f){return l&&l.length?eh(l,pt(f,3)):[]}var O3=$t(function(l){return Qs(mr(l,1,jn,!0))}),L3=$t(function(l){var f=jo(l);return jn(f)&&(f=n),Qs(mr(l,1,jn,!0),pt(f,2))}),A3=$t(function(l){var f=jo(l);return f=typeof f=="function"?f:n,Qs(mr(l,1,jn,!0),n,f)});function F3(l){return l&&l.length?Qs(l):[]}function N3(l,f){return l&&l.length?Qs(l,pt(f,2)):[]}function D3(l,f){return f=typeof f=="function"?f:n,l&&l.length?Qs(l,n,f):[]}function f0(l){if(!(l&&l.length))return[];var f=0;return l=Gs(l,function(y){if(jn(y))return f=Zn(y.length,f),!0}),$y(f,function(y){return Cn(l,ky(y))})}function gk(l,f){if(!(l&&l.length))return[];var y=f0(l);return f==null?y:Cn(y,function($){return co(f,n,$)})}var B3=$t(function(l,f){return jn(l)?sd(l,f):[]}),z3=$t(function(l){return Xy(Gs(l,jn))}),j3=$t(function(l){var f=jo(l);return jn(f)&&(f=n),Xy(Gs(l,jn),pt(f,2))}),H3=$t(function(l){var f=jo(l);return f=typeof f=="function"?f:n,Xy(Gs(l,jn),n,f)}),V3=$t(f0);function U3(l,f){return LP(l||[],f||[],id)}function W3(l,f){return LP(l||[],f||[],cd)}var G3=$t(function(l){var f=l.length,y=f>1?l[f-1]:n;return y=typeof y=="function"?(l.pop(),y):n,gk(l,y)});function vk(l){var f=V(l);return f.__chain__=!0,f}function K3(l,f){return f(l),l}function ch(l,f){return f(l)}var q3=hs(function(l){var f=l.length,y=f?l[0]:0,$=this.__wrapped__,D=function(U){return Ny(U,l)};return f>1||this.__actions__.length||!($ instanceof Ft)||!ms(y)?this.thru(D):($=$.slice(y,+y+(f?1:0)),$.__actions__.push({func:ch,args:[D],thisArg:n}),new Do($,this.__chain__).thru(function(U){return f&&!U.length&&U.push(n),U}))});function Y3(){return vk(this)}function X3(){return new Do(this.value(),this.__chain__)}function Q3(){this.__values__===n&&(this.__values__=Rk(this.value()));var l=this.__index__>=this.__values__.length,f=l?n:this.__values__[this.__index__++];return{done:l,value:f}}function J3(){return this}function Z3(l){for(var f,y=this;y instanceof qp;){var $=uk(y);$.__index__=0,$.__values__=n,f?D.__wrapped__=$:f=$;var D=$;y=y.__wrapped__}return D.__wrapped__=l,f}function eB(){var l=this.__wrapped__;if(l instanceof Ft){var f=l;return this.__actions__.length&&(f=new Ft(this)),f=f.reverse(),f.__actions__.push({func:ch,args:[d0],thisArg:n}),new Do(f,this.__chain__)}return this.thru(d0)}function tB(){return OP(this.__wrapped__,this.__actions__)}var nB=th(function(l,f,y){tn.call(l,y)?++l[y]:fs(l,y,1)});function rB(l,f,y){var $=St(l)?GE:KD;return y&&Nr(l,f,y)&&(f=n),$(l,pt(f,3))}function oB(l,f){var y=St(l)?Gs:gP;return y(l,pt(f,3))}var iB=UP(dk),sB=UP(fk);function lB(l,f){return mr(uh(l,f),1)}function aB(l,f){return mr(uh(l,f),G)}function cB(l,f,y){return y=y===n?1:kt(y),mr(uh(l,f),y)}function yk(l,f){var y=St(l)?Fo:Xs;return y(l,pt(f,3))}function bk(l,f){var y=St(l)?_4:mP;return y(l,pt(f,3))}var uB=th(function(l,f,y){tn.call(l,y)?l[y].push(f):fs(l,y,[f])});function dB(l,f,y,$){l=Gr(l)?l:vc(l),y=y&&!$?kt(y):0;var D=l.length;return y<0&&(y=Zn(D+y,0)),mh(l)?y<=D&&l.indexOf(f,y)>-1:!!D&&ic(l,f,y)>-1}var fB=$t(function(l,f,y){var $=-1,D=typeof f=="function",U=Gr(l)?he(l.length):[];return Xs(l,function(K){U[++$]=D?co(f,K,y):ld(K,f,y)}),U}),pB=th(function(l,f,y){fs(l,y,f)});function uh(l,f){var y=St(l)?Cn:xP;return y(l,pt(f,3))}function hB(l,f,y,$){return l==null?[]:(St(f)||(f=f==null?[]:[f]),y=$?n:y,St(y)||(y=y==null?[]:[y]),kP(l,f,y))}var mB=th(function(l,f,y){l[y?0:1].push(f)},function(){return[[],[]]});function gB(l,f,y){var $=St(l)?Ey:XE,D=arguments.length<3;return $(l,pt(f,4),y,D,Xs)}function vB(l,f,y){var $=St(l)?$4:XE,D=arguments.length<3;return $(l,pt(f,4),y,D,mP)}function yB(l,f){var y=St(l)?Gs:gP;return y(l,ph(pt(f,3)))}function bB(l){var f=St(l)?dP:d5;return f(l)}function wB(l,f,y){(y?Nr(l,f,y):f===n)?f=1:f=kt(f);var $=St(l)?HD:f5;return $(l,f)}function CB(l){var f=St(l)?VD:h5;return f(l)}function xB(l){if(l==null)return 0;if(Gr(l))return mh(l)?lc(l):l.length;var f=Er(l);return f==Ne||f==Be?l.size:Vy(l).length}function SB(l,f,y){var $=St(l)?Py:m5;return y&&Nr(l,f,y)&&(f=n),$(l,pt(f,3))}var EB=$t(function(l,f){if(l==null)return[];var y=f.length;return y>1&&Nr(l,f[0],f[1])?f=[]:y>2&&Nr(f[0],f[1],f[2])&&(f=[f[0]]),kP(l,mr(f,1),[])}),dh=oD||function(){return hr.Date.now()};function PB(l,f){if(typeof f!="function")throw new No(s);return l=kt(l),function(){if(--l<1)return f.apply(this,arguments)}}function wk(l,f,y){return f=y?n:f,f=l&&f==null?l.length:f,ps(l,I,n,n,n,n,f)}function Ck(l,f){var y;if(typeof f!="function")throw new No(s);return l=kt(l),function(){return--l>0&&(y=f.apply(this,arguments)),l<=1&&(f=n),y}}var p0=$t(function(l,f,y){var $=x;if(y.length){var D=qs(y,mc(p0));$|=k}return ps(l,$,f,y,D)}),xk=$t(function(l,f,y){var $=x|C;if(y.length){var D=qs(y,mc(xk));$|=k}return ps(f,$,l,y,D)});function Sk(l,f,y){f=y?n:f;var $=ps(l,w,n,n,n,n,n,f);return $.placeholder=Sk.placeholder,$}function Ek(l,f,y){f=y?n:f;var $=ps(l,S,n,n,n,n,n,f);return $.placeholder=Ek.placeholder,$}function Pk(l,f,y){var $,D,U,K,Y,ne,Ee=0,Pe=!1,ke=!1,De=!0;if(typeof l!="function")throw new No(s);f=Ho(f)||0,Mn(y)&&(Pe=!!y.leading,ke="maxWait"in y,U=ke?Zn(Ho(y.maxWait)||0,f):U,De="trailing"in y?!!y.trailing:De);function et(Hn){var pi=$,ys=D;return $=D=n,Ee=Hn,K=l.apply(ys,pi),K}function gt(Hn){return Ee=Hn,Y=fd(Ot,f),Pe?et(Hn):K}function It(Hn){var pi=Hn-ne,ys=Hn-Ee,Uk=f-pi;return ke?Sr(Uk,U-ys):Uk}function vt(Hn){var pi=Hn-ne,ys=Hn-Ee;return ne===n||pi>=f||pi<0||ke&&ys>=U}function Ot(){var Hn=dh();if(vt(Hn))return zt(Hn);Y=fd(Ot,It(Hn))}function zt(Hn){return Y=n,De&&$?et(Hn):($=D=n,K)}function ho(){Y!==n&&AP(Y),Ee=0,$=ne=D=Y=n}function Dr(){return Y===n?K:zt(dh())}function mo(){var Hn=dh(),pi=vt(Hn);if($=arguments,D=this,ne=Hn,pi){if(Y===n)return gt(ne);if(ke)return AP(Y),Y=fd(Ot,f),et(ne)}return Y===n&&(Y=fd(Ot,f)),K}return mo.cancel=ho,mo.flush=Dr,mo}var kB=$t(function(l,f){return hP(l,1,f)}),IB=$t(function(l,f,y){return hP(l,Ho(f)||0,y)});function _B(l){return ps(l,R)}function fh(l,f){if(typeof l!="function"||f!=null&&typeof f!="function")throw new No(s);var y=function(){var $=arguments,D=f?f.apply(this,$):$[0],U=y.cache;if(U.has(D))return U.get(D);var K=l.apply(this,$);return y.cache=U.set(D,K)||U,K};return y.cache=new(fh.Cache||ds),y}fh.Cache=ds;function ph(l){if(typeof l!="function")throw new No(s);return function(){var f=arguments;switch(f.length){case 0:return!l.call(this);case 1:return!l.call(this,f[0]);case 2:return!l.call(this,f[0],f[1]);case 3:return!l.call(this,f[0],f[1],f[2])}return!l.apply(this,f)}}function $B(l){return Ck(2,l)}var MB=g5(function(l,f){f=f.length==1&&St(f[0])?Cn(f[0],uo(pt())):Cn(mr(f,1),uo(pt()));var y=f.length;return $t(function($){for(var D=-1,U=Sr($.length,y);++D<U;)$[D]=f[D].call(this,$[D]);return co(l,this,$)})}),h0=$t(function(l,f){var y=qs(f,mc(h0));return ps(l,k,n,f,y)}),kk=$t(function(l,f){var y=qs(f,mc(kk));return ps(l,_,n,f,y)}),RB=hs(function(l,f){return ps(l,M,n,n,n,f)});function TB(l,f){if(typeof l!="function")throw new No(s);return f=f===n?f:kt(f),$t(l,f)}function OB(l,f){if(typeof l!="function")throw new No(s);return f=f==null?0:Zn(kt(f),0),$t(function(y){var $=y[f],D=Zs(y,0,f);return $&&Ks(D,$),co(l,this,D)})}function LB(l,f,y){var $=!0,D=!0;if(typeof l!="function")throw new No(s);return Mn(y)&&($="leading"in y?!!y.leading:$,D="trailing"in y?!!y.trailing:D),Pk(l,f,{leading:$,maxWait:f,trailing:D})}function AB(l){return wk(l,1)}function FB(l,f){return h0(Jy(f),l)}function NB(){if(!arguments.length)return[];var l=arguments[0];return St(l)?l:[l]}function DB(l){return Bo(l,v)}function BB(l,f){return f=typeof f=="function"?f:n,Bo(l,v,f)}function zB(l){return Bo(l,h|v)}function jB(l,f){return f=typeof f=="function"?f:n,Bo(l,h|v,f)}function HB(l,f){return f==null||pP(l,f,ir(f))}function fi(l,f){return l===f||l!==l&&f!==f}var VB=ih(zy),UB=ih(function(l,f){return l>=f}),la=bP(function(){return arguments}())?bP:function(l){return Nn(l)&&tn.call(l,"callee")&&!iP.call(l,"callee")},St=he.isArray,WB=zE?uo(zE):ZD;function Gr(l){return l!=null&&hh(l.length)&&!gs(l)}function jn(l){return Nn(l)&&Gr(l)}function GB(l){return l===!0||l===!1||Nn(l)&&Fr(l)==oe}var el=sD||P0,KB=jE?uo(jE):e5;function qB(l){return Nn(l)&&l.nodeType===1&&!pd(l)}function YB(l){if(l==null)return!0;if(Gr(l)&&(St(l)||typeof l=="string"||typeof l.splice=="function"||el(l)||gc(l)||la(l)))return!l.length;var f=Er(l);if(f==Ne||f==Be)return!l.size;if(dd(l))return!Vy(l).length;for(var y in l)if(tn.call(l,y))return!1;return!0}function XB(l,f){return ad(l,f)}function QB(l,f,y){y=typeof y=="function"?y:n;var $=y?y(l,f):n;return $===n?ad(l,f,n,y):!!$}function m0(l){if(!Nn(l))return!1;var f=Fr(l);return f==we||f==be||typeof l.message=="string"&&typeof l.name=="string"&&!pd(l)}function JB(l){return typeof l=="number"&&lP(l)}function gs(l){if(!Mn(l))return!1;var f=Fr(l);return f==_e||f==He||f==ce||f==Ye}function Ik(l){return typeof l=="number"&&l==kt(l)}function hh(l){return typeof l=="number"&&l>-1&&l%1==0&&l<=N}function Mn(l){var f=typeof l;return l!=null&&(f=="object"||f=="function")}function Nn(l){return l!=null&&typeof l=="object"}var _k=HE?uo(HE):n5;function ZB(l,f){return l===f||Hy(l,f,i0(f))}function ez(l,f,y){return y=typeof y=="function"?y:n,Hy(l,f,i0(f),y)}function tz(l){return $k(l)&&l!=+l}function nz(l){if(B5(l))throw new Ct(i);return wP(l)}function rz(l){return l===null}function oz(l){return l==null}function $k(l){return typeof l=="number"||Nn(l)&&Fr(l)==re}function pd(l){if(!Nn(l)||Fr(l)!=ve)return!1;var f=jp(l);if(f===null)return!0;var y=tn.call(f,"constructor")&&f.constructor;return typeof y=="function"&&y instanceof y&&Np.call(y)==eD}var g0=VE?uo(VE):r5;function iz(l){return Ik(l)&&l>=-N&&l<=N}var Mk=UE?uo(UE):o5;function mh(l){return typeof l=="string"||!St(l)&&Nn(l)&&Fr(l)==mt}function po(l){return typeof l=="symbol"||Nn(l)&&Fr(l)==rt}var gc=WE?uo(WE):i5;function sz(l){return l===n}function lz(l){return Nn(l)&&Er(l)==bt}function az(l){return Nn(l)&&Fr(l)==ut}var cz=ih(Uy),uz=ih(function(l,f){return l<=f});function Rk(l){if(!l)return[];if(Gr(l))return mh(l)?ui(l):Wr(l);if(ed&&l[ed])return H4(l[ed]());var f=Er(l),y=f==Ne?Ry:f==Be?Lp:vc;return y(l)}function vs(l){if(!l)return l===0?l:0;if(l=Ho(l),l===G||l===-G){var f=l<0?-1:1;return f*z}return l===l?l:0}function kt(l){var f=vs(l),y=f%1;return f===f?y?f-y:f:0}function Tk(l){return l?ra(kt(l),0,q):0}function Ho(l){if(typeof l=="number")return l;if(po(l))return W;if(Mn(l)){var f=typeof l.valueOf=="function"?l.valueOf():l;l=Mn(f)?f+"":f}if(typeof l!="string")return l===0?l:+l;l=QE(l);var y=Vt.test(l);return y||$n.test(l)?P4(l.slice(2),y?2:8):st.test(l)?W:+l}function Ok(l){return Di(l,Kr(l))}function dz(l){return l?ra(kt(l),-N,N):l===0?l:0}function Qt(l){return l==null?"":fo(l)}var fz=pc(function(l,f){if(dd(f)||Gr(f)){Di(f,ir(f),l);return}for(var y in f)tn.call(f,y)&&id(l,y,f[y])}),Lk=pc(function(l,f){Di(f,Kr(f),l)}),gh=pc(function(l,f,y,$){Di(f,Kr(f),l,$)}),pz=pc(function(l,f,y,$){Di(f,ir(f),l,$)}),hz=hs(Ny);function mz(l,f){var y=fc(l);return f==null?y:fP(y,f)}var gz=$t(function(l,f){l=an(l);var y=-1,$=f.length,D=$>2?f[2]:n;for(D&&Nr(f[0],f[1],D)&&($=1);++y<$;)for(var U=f[y],K=Kr(U),Y=-1,ne=K.length;++Y<ne;){var Ee=K[Y],Pe=l[Ee];(Pe===n||fi(Pe,cc[Ee])&&!tn.call(l,Ee))&&(l[Ee]=U[Ee])}return l}),vz=$t(function(l){return l.push(n,QP),co(Ak,n,l)});function yz(l,f){return KE(l,pt(f,3),Ni)}function bz(l,f){return KE(l,pt(f,3),By)}function wz(l,f){return l==null?l:Dy(l,pt(f,3),Kr)}function Cz(l,f){return l==null?l:vP(l,pt(f,3),Kr)}function xz(l,f){return l&&Ni(l,pt(f,3))}function Sz(l,f){return l&&By(l,pt(f,3))}function Ez(l){return l==null?[]:Qp(l,ir(l))}function Pz(l){return l==null?[]:Qp(l,Kr(l))}function v0(l,f,y){var $=l==null?n:oa(l,f);return $===n?y:$}function kz(l,f){return l!=null&&ek(l,f,YD)}function y0(l,f){return l!=null&&ek(l,f,XD)}var Iz=GP(function(l,f,y){f!=null&&typeof f.toString!="function"&&(f=Dp.call(f)),l[f]=y},w0(qr)),_z=GP(function(l,f,y){f!=null&&typeof f.toString!="function"&&(f=Dp.call(f)),tn.call(l,f)?l[f].push(y):l[f]=[y]},pt),$z=$t(ld);function ir(l){return Gr(l)?uP(l):Vy(l)}function Kr(l){return Gr(l)?uP(l,!0):s5(l)}function Mz(l,f){var y={};return f=pt(f,3),Ni(l,function($,D,U){fs(y,f($,D,U),$)}),y}function Rz(l,f){var y={};return f=pt(f,3),Ni(l,function($,D,U){fs(y,D,f($,D,U))}),y}var Tz=pc(function(l,f,y){Jp(l,f,y)}),Ak=pc(function(l,f,y,$){Jp(l,f,y,$)}),Oz=hs(function(l,f){var y={};if(l==null)return y;var $=!1;f=Cn(f,function(U){return U=Js(U,l),$||($=U.length>1),U}),Di(l,r0(l),y),$&&(y=Bo(y,h|m|v,I5));for(var D=f.length;D--;)Yy(y,f[D]);return y});function Lz(l,f){return Fk(l,ph(pt(f)))}var Az=hs(function(l,f){return l==null?{}:a5(l,f)});function Fk(l,f){if(l==null)return{};var y=Cn(r0(l),function($){return[$]});return f=pt(f),IP(l,y,function($,D){return f($,D[0])})}function Fz(l,f,y){f=Js(f,l);var $=-1,D=f.length;for(D||(D=1,l=n);++$<D;){var U=l==null?n:l[Bi(f[$])];U===n&&($=D,U=y),l=gs(U)?U.call(l):U}return l}function Nz(l,f,y){return l==null?l:cd(l,f,y)}function Dz(l,f,y,$){return $=typeof $=="function"?$:n,l==null?l:cd(l,f,y,$)}var Nk=YP(ir),Dk=YP(Kr);function Bz(l,f,y){var $=St(l),D=$||el(l)||gc(l);if(f=pt(f,4),y==null){var U=l&&l.constructor;D?y=$?new U:[]:Mn(l)?y=gs(U)?fc(jp(l)):{}:y={}}return(D?Fo:Ni)(l,function(K,Y,ne){return f(y,K,Y,ne)}),y}function zz(l,f){return l==null?!0:Yy(l,f)}function jz(l,f,y){return l==null?l:TP(l,f,Jy(y))}function Hz(l,f,y,$){return $=typeof $=="function"?$:n,l==null?l:TP(l,f,Jy(y),$)}function vc(l){return l==null?[]:My(l,ir(l))}function Vz(l){return l==null?[]:My(l,Kr(l))}function Uz(l,f,y){return y===n&&(y=f,f=n),y!==n&&(y=Ho(y),y=y===y?y:0),f!==n&&(f=Ho(f),f=f===f?f:0),ra(Ho(l),f,y)}function Wz(l,f,y){return f=vs(f),y===n?(y=f,f=0):y=vs(y),l=Ho(l),QD(l,f,y)}function Gz(l,f,y){if(y&&typeof y!="boolean"&&Nr(l,f,y)&&(f=y=n),y===n&&(typeof f=="boolean"?(y=f,f=n):typeof l=="boolean"&&(y=l,l=n)),l===n&&f===n?(l=0,f=1):(l=vs(l),f===n?(f=l,l=0):f=vs(f)),l>f){var $=l;l=f,f=$}if(y||l%1||f%1){var D=aP();return Sr(l+D*(f-l+E4("1e-"+((D+"").length-1))),f)}return Gy(l,f)}var Kz=hc(function(l,f,y){return f=f.toLowerCase(),l+(y?Bk(f):f)});function Bk(l){return b0(Qt(l).toLowerCase())}function zk(l){return l=Qt(l),l&&l.replace(or,N4).replace(h4,"")}function qz(l,f,y){l=Qt(l),f=fo(f);var $=l.length;y=y===n?$:ra(kt(y),0,$);var D=y;return y-=f.length,y>=0&&l.slice(y,D)==f}function Yz(l){return l=Qt(l),l&&Kn.test(l)?l.replace(ln,D4):l}function Xz(l){return l=Qt(l),l&&Ae.test(l)?l.replace(Ce,"\\$&"):l}var Qz=hc(function(l,f,y){return l+(y?"-":"")+f.toLowerCase()}),Jz=hc(function(l,f,y){return l+(y?" ":"")+f.toLowerCase()}),Zz=VP("toLowerCase");function e6(l,f,y){l=Qt(l),f=kt(f);var $=f?lc(l):0;if(!f||$>=f)return l;var D=(f-$)/2;return oh(Wp(D),y)+l+oh(Up(D),y)}function t6(l,f,y){l=Qt(l),f=kt(f);var $=f?lc(l):0;return f&&$<f?l+oh(f-$,y):l}function n6(l,f,y){l=Qt(l),f=kt(f);var $=f?lc(l):0;return f&&$<f?oh(f-$,y)+l:l}function r6(l,f,y){return y||f==null?f=0:f&&(f=+f),uD(Qt(l).replace(ot,""),f||0)}function o6(l,f,y){return(y?Nr(l,f,y):f===n)?f=1:f=kt(f),Ky(Qt(l),f)}function i6(){var l=arguments,f=Qt(l[0]);return l.length<3?f:f.replace(l[1],l[2])}var s6=hc(function(l,f,y){return l+(y?"_":"")+f.toLowerCase()});function l6(l,f,y){return y&&typeof y!="number"&&Nr(l,f,y)&&(f=y=n),y=y===n?q:y>>>0,y?(l=Qt(l),l&&(typeof f=="string"||f!=null&&!g0(f))&&(f=fo(f),!f&&sc(l))?Zs(ui(l),0,y):l.split(f,y)):[]}var a6=hc(function(l,f,y){return l+(y?" ":"")+b0(f)});function c6(l,f,y){return l=Qt(l),y=y==null?0:ra(kt(y),0,l.length),f=fo(f),l.slice(y,y+f.length)==f}function u6(l,f,y){var $=V.templateSettings;y&&Nr(l,f,y)&&(f=n),l=Qt(l),f=gh({},f,$,XP);var D=gh({},f.imports,$.imports,XP),U=ir(D),K=My(D,U),Y,ne,Ee=0,Pe=f.interpolate||$p,ke="__p += '",De=Ty((f.escape||$p).source+"|"+Pe.source+"|"+(Pe===cs?ye:$p).source+"|"+(f.evaluate||$p).source+"|$","g"),et="//# sourceURL="+(tn.call(f,"sourceURL")?(f.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++b4+"]")+`
|
|
303
|
+
`;l.replace(De,function(vt,Ot,zt,ho,Dr,mo){return zt||(zt=ho),ke+=l.slice(Ee,mo).replace(XN,B4),Ot&&(Y=!0,ke+=`' +
|
|
304
|
+
__e(`+Ot+`) +
|
|
305
|
+
'`),Dr&&(ne=!0,ke+=`';
|
|
306
|
+
`+Dr+`;
|
|
307
|
+
__p += '`),zt&&(ke+=`' +
|
|
308
|
+
((__t = (`+zt+`)) == null ? '' : __t) +
|
|
309
|
+
'`),Ee=mo+vt.length,vt}),ke+=`';
|
|
310
|
+
`;var gt=tn.call(f,"variable")&&f.variable;if(!gt)ke=`with (obj) {
|
|
311
|
+
`+ke+`
|
|
312
|
+
}
|
|
313
|
+
`;else if(ao.test(gt))throw new Ct(a);ke=(ne?ke.replace(rr,""):ke).replace(wr,"$1").replace(Cr,"$1;"),ke="function("+(gt||"obj")+`) {
|
|
314
|
+
`+(gt?"":`obj || (obj = {});
|
|
315
|
+
`)+"var __t, __p = ''"+(Y?", __e = _.escape":"")+(ne?`, __j = Array.prototype.join;
|
|
316
|
+
function print() { __p += __j.call(arguments, '') }
|
|
317
|
+
`:`;
|
|
318
|
+
`)+ke+`return __p
|
|
319
|
+
}`;var It=Hk(function(){return Kt(U,et+"return "+ke).apply(n,K)});if(It.source=ke,m0(It))throw It;return It}function d6(l){return Qt(l).toLowerCase()}function f6(l){return Qt(l).toUpperCase()}function p6(l,f,y){if(l=Qt(l),l&&(y||f===n))return QE(l);if(!l||!(f=fo(f)))return l;var $=ui(l),D=ui(f),U=JE($,D),K=ZE($,D)+1;return Zs($,U,K).join("")}function h6(l,f,y){if(l=Qt(l),l&&(y||f===n))return l.slice(0,tP(l)+1);if(!l||!(f=fo(f)))return l;var $=ui(l),D=ZE($,ui(f))+1;return Zs($,0,D).join("")}function m6(l,f,y){if(l=Qt(l),l&&(y||f===n))return l.replace(ot,"");if(!l||!(f=fo(f)))return l;var $=ui(l),D=JE($,ui(f));return Zs($,D).join("")}function g6(l,f){var y=T,$=L;if(Mn(f)){var D="separator"in f?f.separator:D;y="length"in f?kt(f.length):y,$="omission"in f?fo(f.omission):$}l=Qt(l);var U=l.length;if(sc(l)){var K=ui(l);U=K.length}if(y>=U)return l;var Y=y-lc($);if(Y<1)return $;var ne=K?Zs(K,0,Y).join(""):l.slice(0,Y);if(D===n)return ne+$;if(K&&(Y+=ne.length-Y),g0(D)){if(l.slice(Y).search(D)){var Ee,Pe=ne;for(D.global||(D=Ty(D.source,Qt(ze.exec(D))+"g")),D.lastIndex=0;Ee=D.exec(Pe);)var ke=Ee.index;ne=ne.slice(0,ke===n?Y:ke)}}else if(l.indexOf(fo(D),Y)!=Y){var De=ne.lastIndexOf(D);De>-1&&(ne=ne.slice(0,De))}return ne+$}function v6(l){return l=Qt(l),l&&gn.test(l)?l.replace(xr,G4):l}var y6=hc(function(l,f,y){return l+(y?" ":"")+f.toUpperCase()}),b0=VP("toUpperCase");function jk(l,f,y){return l=Qt(l),f=y?n:f,f===n?j4(l)?Y4(l):T4(l):l.match(f)||[]}var Hk=$t(function(l,f){try{return co(l,n,f)}catch(y){return m0(y)?y:new Ct(y)}}),b6=hs(function(l,f){return Fo(f,function(y){y=Bi(y),fs(l,y,p0(l[y],l))}),l});function w6(l){var f=l==null?0:l.length,y=pt();return l=f?Cn(l,function($){if(typeof $[1]!="function")throw new No(s);return[y($[0]),$[1]]}):[],$t(function($){for(var D=-1;++D<f;){var U=l[D];if(co(U[0],this,$))return co(U[1],this,$)}})}function C6(l){return GD(Bo(l,h))}function w0(l){return function(){return l}}function x6(l,f){return l==null||l!==l?f:l}var S6=WP(),E6=WP(!0);function qr(l){return l}function C0(l){return CP(typeof l=="function"?l:Bo(l,h))}function P6(l){return SP(Bo(l,h))}function k6(l,f){return EP(l,Bo(f,h))}var I6=$t(function(l,f){return function(y){return ld(y,l,f)}}),_6=$t(function(l,f){return function(y){return ld(l,y,f)}});function x0(l,f,y){var $=ir(f),D=Qp(f,$);y==null&&!(Mn(f)&&(D.length||!$.length))&&(y=f,f=l,l=this,D=Qp(f,ir(f)));var U=!(Mn(y)&&"chain"in y)||!!y.chain,K=gs(l);return Fo(D,function(Y){var ne=f[Y];l[Y]=ne,K&&(l.prototype[Y]=function(){var Ee=this.__chain__;if(U||Ee){var Pe=l(this.__wrapped__),ke=Pe.__actions__=Wr(this.__actions__);return ke.push({func:ne,args:arguments,thisArg:l}),Pe.__chain__=Ee,Pe}return ne.apply(l,Ks([this.value()],arguments))})}),l}function $6(){return hr._===this&&(hr._=tD),this}function S0(){}function M6(l){return l=kt(l),$t(function(f){return PP(f,l)})}var R6=e0(Cn),T6=e0(GE),O6=e0(Py);function Vk(l){return l0(l)?ky(Bi(l)):c5(l)}function L6(l){return function(f){return l==null?n:oa(l,f)}}var A6=KP(),F6=KP(!0);function E0(){return[]}function P0(){return!1}function N6(){return{}}function D6(){return""}function B6(){return!0}function z6(l,f){if(l=kt(l),l<1||l>N)return[];var y=q,$=Sr(l,q);f=pt(f),l-=q;for(var D=$y($,f);++y<l;)f(y);return D}function j6(l){return St(l)?Cn(l,Bi):po(l)?[l]:Wr(ck(Qt(l)))}function H6(l){var f=++Z4;return Qt(l)+f}var V6=rh(function(l,f){return l+f},0),U6=t0("ceil"),W6=rh(function(l,f){return l/f},1),G6=t0("floor");function K6(l){return l&&l.length?Xp(l,qr,zy):n}function q6(l,f){return l&&l.length?Xp(l,pt(f,2),zy):n}function Y6(l){return YE(l,qr)}function X6(l,f){return YE(l,pt(f,2))}function Q6(l){return l&&l.length?Xp(l,qr,Uy):n}function J6(l,f){return l&&l.length?Xp(l,pt(f,2),Uy):n}var Z6=rh(function(l,f){return l*f},1),ej=t0("round"),tj=rh(function(l,f){return l-f},0);function nj(l){return l&&l.length?_y(l,qr):0}function rj(l,f){return l&&l.length?_y(l,pt(f,2)):0}return V.after=PB,V.ary=wk,V.assign=fz,V.assignIn=Lk,V.assignInWith=gh,V.assignWith=pz,V.at=hz,V.before=Ck,V.bind=p0,V.bindAll=b6,V.bindKey=xk,V.castArray=NB,V.chain=vk,V.chunk=G5,V.compact=K5,V.concat=q5,V.cond=w6,V.conforms=C6,V.constant=w0,V.countBy=nB,V.create=mz,V.curry=Sk,V.curryRight=Ek,V.debounce=Pk,V.defaults=gz,V.defaultsDeep=vz,V.defer=kB,V.delay=IB,V.difference=Y5,V.differenceBy=X5,V.differenceWith=Q5,V.drop=J5,V.dropRight=Z5,V.dropRightWhile=e3,V.dropWhile=t3,V.fill=n3,V.filter=oB,V.flatMap=lB,V.flatMapDeep=aB,V.flatMapDepth=cB,V.flatten=pk,V.flattenDeep=r3,V.flattenDepth=o3,V.flip=_B,V.flow=S6,V.flowRight=E6,V.fromPairs=i3,V.functions=Ez,V.functionsIn=Pz,V.groupBy=uB,V.initial=l3,V.intersection=a3,V.intersectionBy=c3,V.intersectionWith=u3,V.invert=Iz,V.invertBy=_z,V.invokeMap=fB,V.iteratee=C0,V.keyBy=pB,V.keys=ir,V.keysIn=Kr,V.map=uh,V.mapKeys=Mz,V.mapValues=Rz,V.matches=P6,V.matchesProperty=k6,V.memoize=fh,V.merge=Tz,V.mergeWith=Ak,V.method=I6,V.methodOf=_6,V.mixin=x0,V.negate=ph,V.nthArg=M6,V.omit=Oz,V.omitBy=Lz,V.once=$B,V.orderBy=hB,V.over=R6,V.overArgs=MB,V.overEvery=T6,V.overSome=O6,V.partial=h0,V.partialRight=kk,V.partition=mB,V.pick=Az,V.pickBy=Fk,V.property=Vk,V.propertyOf=L6,V.pull=h3,V.pullAll=mk,V.pullAllBy=m3,V.pullAllWith=g3,V.pullAt=v3,V.range=A6,V.rangeRight=F6,V.rearg=RB,V.reject=yB,V.remove=y3,V.rest=TB,V.reverse=d0,V.sampleSize=wB,V.set=Nz,V.setWith=Dz,V.shuffle=CB,V.slice=b3,V.sortBy=EB,V.sortedUniq=k3,V.sortedUniqBy=I3,V.split=l6,V.spread=OB,V.tail=_3,V.take=$3,V.takeRight=M3,V.takeRightWhile=R3,V.takeWhile=T3,V.tap=K3,V.throttle=LB,V.thru=ch,V.toArray=Rk,V.toPairs=Nk,V.toPairsIn=Dk,V.toPath=j6,V.toPlainObject=Ok,V.transform=Bz,V.unary=AB,V.union=O3,V.unionBy=L3,V.unionWith=A3,V.uniq=F3,V.uniqBy=N3,V.uniqWith=D3,V.unset=zz,V.unzip=f0,V.unzipWith=gk,V.update=jz,V.updateWith=Hz,V.values=vc,V.valuesIn=Vz,V.without=B3,V.words=jk,V.wrap=FB,V.xor=z3,V.xorBy=j3,V.xorWith=H3,V.zip=V3,V.zipObject=U3,V.zipObjectDeep=W3,V.zipWith=G3,V.entries=Nk,V.entriesIn=Dk,V.extend=Lk,V.extendWith=gh,x0(V,V),V.add=V6,V.attempt=Hk,V.camelCase=Kz,V.capitalize=Bk,V.ceil=U6,V.clamp=Uz,V.clone=DB,V.cloneDeep=zB,V.cloneDeepWith=jB,V.cloneWith=BB,V.conformsTo=HB,V.deburr=zk,V.defaultTo=x6,V.divide=W6,V.endsWith=qz,V.eq=fi,V.escape=Yz,V.escapeRegExp=Xz,V.every=rB,V.find=iB,V.findIndex=dk,V.findKey=yz,V.findLast=sB,V.findLastIndex=fk,V.findLastKey=bz,V.floor=G6,V.forEach=yk,V.forEachRight=bk,V.forIn=wz,V.forInRight=Cz,V.forOwn=xz,V.forOwnRight=Sz,V.get=v0,V.gt=VB,V.gte=UB,V.has=kz,V.hasIn=y0,V.head=hk,V.identity=qr,V.includes=dB,V.indexOf=s3,V.inRange=Wz,V.invoke=$z,V.isArguments=la,V.isArray=St,V.isArrayBuffer=WB,V.isArrayLike=Gr,V.isArrayLikeObject=jn,V.isBoolean=GB,V.isBuffer=el,V.isDate=KB,V.isElement=qB,V.isEmpty=YB,V.isEqual=XB,V.isEqualWith=QB,V.isError=m0,V.isFinite=JB,V.isFunction=gs,V.isInteger=Ik,V.isLength=hh,V.isMap=_k,V.isMatch=ZB,V.isMatchWith=ez,V.isNaN=tz,V.isNative=nz,V.isNil=oz,V.isNull=rz,V.isNumber=$k,V.isObject=Mn,V.isObjectLike=Nn,V.isPlainObject=pd,V.isRegExp=g0,V.isSafeInteger=iz,V.isSet=Mk,V.isString=mh,V.isSymbol=po,V.isTypedArray=gc,V.isUndefined=sz,V.isWeakMap=lz,V.isWeakSet=az,V.join=d3,V.kebabCase=Qz,V.last=jo,V.lastIndexOf=f3,V.lowerCase=Jz,V.lowerFirst=Zz,V.lt=cz,V.lte=uz,V.max=K6,V.maxBy=q6,V.mean=Y6,V.meanBy=X6,V.min=Q6,V.minBy=J6,V.stubArray=E0,V.stubFalse=P0,V.stubObject=N6,V.stubString=D6,V.stubTrue=B6,V.multiply=Z6,V.nth=p3,V.noConflict=$6,V.noop=S0,V.now=dh,V.pad=e6,V.padEnd=t6,V.padStart=n6,V.parseInt=r6,V.random=Gz,V.reduce=gB,V.reduceRight=vB,V.repeat=o6,V.replace=i6,V.result=Fz,V.round=ej,V.runInContext=Z,V.sample=bB,V.size=xB,V.snakeCase=s6,V.some=SB,V.sortedIndex=w3,V.sortedIndexBy=C3,V.sortedIndexOf=x3,V.sortedLastIndex=S3,V.sortedLastIndexBy=E3,V.sortedLastIndexOf=P3,V.startCase=a6,V.startsWith=c6,V.subtract=tj,V.sum=nj,V.sumBy=rj,V.template=u6,V.times=z6,V.toFinite=vs,V.toInteger=kt,V.toLength=Tk,V.toLower=d6,V.toNumber=Ho,V.toSafeInteger=dz,V.toString=Qt,V.toUpper=f6,V.trim=p6,V.trimEnd=h6,V.trimStart=m6,V.truncate=g6,V.unescape=v6,V.uniqueId=H6,V.upperCase=y6,V.upperFirst=b0,V.each=yk,V.eachRight=bk,V.first=hk,x0(V,function(){var l={};return Ni(V,function(f,y){tn.call(V.prototype,y)||(l[y]=f)}),l}(),{chain:!1}),V.VERSION=r,Fo(["bind","bindKey","curry","curryRight","partial","partialRight"],function(l){V[l].placeholder=V}),Fo(["drop","take"],function(l,f){Ft.prototype[l]=function(y){y=y===n?1:Zn(kt(y),0);var $=this.__filtered__&&!f?new Ft(this):this.clone();return $.__filtered__?$.__takeCount__=Sr(y,$.__takeCount__):$.__views__.push({size:Sr(y,q),type:l+($.__dir__<0?"Right":"")}),$},Ft.prototype[l+"Right"]=function(y){return this.reverse()[l](y).reverse()}}),Fo(["filter","map","takeWhile"],function(l,f){var y=f+1,$=y==A||y==B;Ft.prototype[l]=function(D){var U=this.clone();return U.__iteratees__.push({iteratee:pt(D,3),type:y}),U.__filtered__=U.__filtered__||$,U}}),Fo(["head","last"],function(l,f){var y="take"+(f?"Right":"");Ft.prototype[l]=function(){return this[y](1).value()[0]}}),Fo(["initial","tail"],function(l,f){var y="drop"+(f?"":"Right");Ft.prototype[l]=function(){return this.__filtered__?new Ft(this):this[y](1)}}),Ft.prototype.compact=function(){return this.filter(qr)},Ft.prototype.find=function(l){return this.filter(l).head()},Ft.prototype.findLast=function(l){return this.reverse().find(l)},Ft.prototype.invokeMap=$t(function(l,f){return typeof l=="function"?new Ft(this):this.map(function(y){return ld(y,l,f)})}),Ft.prototype.reject=function(l){return this.filter(ph(pt(l)))},Ft.prototype.slice=function(l,f){l=kt(l);var y=this;return y.__filtered__&&(l>0||f<0)?new Ft(y):(l<0?y=y.takeRight(-l):l&&(y=y.drop(l)),f!==n&&(f=kt(f),y=f<0?y.dropRight(-f):y.take(f-l)),y)},Ft.prototype.takeRightWhile=function(l){return this.reverse().takeWhile(l).reverse()},Ft.prototype.toArray=function(){return this.take(q)},Ni(Ft.prototype,function(l,f){var y=/^(?:filter|find|map|reject)|While$/.test(f),$=/^(?:head|last)$/.test(f),D=V[$?"take"+(f=="last"?"Right":""):f],U=$||/^find/.test(f);D&&(V.prototype[f]=function(){var K=this.__wrapped__,Y=$?[1]:arguments,ne=K instanceof Ft,Ee=Y[0],Pe=ne||St(K),ke=function(Ot){var zt=D.apply(V,Ks([Ot],Y));return $&&De?zt[0]:zt};Pe&&y&&typeof Ee=="function"&&Ee.length!=1&&(ne=Pe=!1);var De=this.__chain__,et=!!this.__actions__.length,gt=U&&!De,It=ne&&!et;if(!U&&Pe){K=It?K:new Ft(this);var vt=l.apply(K,Y);return vt.__actions__.push({func:ch,args:[ke],thisArg:n}),new Do(vt,De)}return gt&&It?l.apply(this,Y):(vt=this.thru(ke),gt?$?vt.value()[0]:vt.value():vt)})}),Fo(["pop","push","shift","sort","splice","unshift"],function(l){var f=Ap[l],y=/^(?:push|sort|unshift)$/.test(l)?"tap":"thru",$=/^(?:pop|shift)$/.test(l);V.prototype[l]=function(){var D=arguments;if($&&!this.__chain__){var U=this.value();return f.apply(St(U)?U:[],D)}return this[y](function(K){return f.apply(St(K)?K:[],D)})}}),Ni(Ft.prototype,function(l,f){var y=V[f];if(y){var $=y.name+"";tn.call(dc,$)||(dc[$]=[]),dc[$].push({name:f,func:y})}}),dc[nh(n,C).name]=[{name:"wrapper",func:n}],Ft.prototype.clone=vD,Ft.prototype.reverse=yD,Ft.prototype.value=bD,V.prototype.at=q3,V.prototype.chain=Y3,V.prototype.commit=X3,V.prototype.next=Q3,V.prototype.plant=Z3,V.prototype.reverse=eB,V.prototype.toJSON=V.prototype.valueOf=V.prototype.value=tB,V.prototype.first=V.prototype.head,ed&&(V.prototype[ed]=J3),V},ac=X4();Zl?((Zl.exports=ac)._=ac,Cy._=ac):hr._=ac}).call(bn)})(Cre,_s);const Dt=_s;var Sx={},xre=lt;Object.defineProperty(Sx,"__esModule",{value:!0});var Fv=Sx.default=void 0,Sre=xre(ft()),Ere=ct(),Pre=(0,Sre.default)((0,Ere.jsx)("path",{d:"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z"}),"Refresh");Fv=Sx.default=Pre;var Ex={},kre=lt;Object.defineProperty(Ex,"__esModule",{value:!0});var Px=Ex.default=void 0,Ire=kre(ft()),_re=ct(),$re=(0,Ire.default)((0,_re.jsx)("path",{d:"M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"}),"Check");Px=Ex.default=$re;var kx={},Mre=lt;Object.defineProperty(kx,"__esModule",{value:!0});var pp=kx.default=void 0,Rre=Mre(ft()),Tre=ct(),Ore=(0,Rre.default)((0,Tre.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"}),"Close");pp=kx.default=Ore;var Ix={},Lre=lt;Object.defineProperty(Ix,"__esModule",{value:!0});var Nv=Ix.default=void 0,Are=Lre(ft()),Fre=ct(),Nre=(0,Are.default)((0,Fre.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"}),"Error");Nv=Ix.default=Nre;var _x={},Dre=lt;Object.defineProperty(_x,"__esModule",{value:!0});var NL=_x.default=void 0,Bre=Dre(ft()),zre=ct(),jre=(0,Bre.default)((0,zre.jsx)("path",{d:"M12 8V4l8 8-8 8v-4H4V8z"}),"Forward");NL=_x.default=jre;var $x={},Hre=lt;Object.defineProperty($x,"__esModule",{value:!0});var Hf=$x.default=void 0,Vre=Hre(ft()),Ure=ct(),Wre=(0,Vre.default)((0,Ure.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"}),"Info");Hf=$x.default=Wre;var Mx={},Gre=lt;Object.defineProperty(Mx,"__esModule",{value:!0});var Dv=Mx.default=void 0,Kre=Gre(ft()),qre=ct(),Yre=(0,Kre.default)((0,qre.jsx)("path",{d:"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"}),"Warning");Dv=Mx.default=Yre;globalThis&&globalThis.__awaiter;function DL(e,t){const[n,r]=u.useState(e);return u.useEffect(()=>{const o=setTimeout(()=>r(e),t||500);return()=>{clearTimeout(o)}},[e,t]),n}function Xre(e,t,n,r){const o=u.useRef(t);BL(()=>{o.current=t},[t]),u.useEffect(()=>{var i;const s=(i=n==null?void 0:n.current)!==null&&i!==void 0?i:window;if(!(s&&s.addEventListener))return;const a=c=>o.current(c);return s.addEventListener(e,a,r),()=>{s.removeEventListener(e,a,r)}},[e,n,r])}globalThis&&globalThis.__awaiter;function Qre(){const e=u.useRef(!1);return u.useEffect(()=>(e.current=!0,()=>{e.current=!1}),[]),u.useCallback(()=>e.current,[])}const BL=typeof window!="undefined"?u.useLayoutEffect:u.useEffect;function Jre(){const[e,t]=u.useState({width:0,height:0}),n=()=>{t({width:window.innerWidth,height:window.innerHeight})};return Xre("resize",n),BL(()=>{n()},[]),e}function Co(e){const t=Qre(),[n,r]=u.useState(e),o=u.useCallback(i=>{t()&&r(i)},[t,r]);return[n,o,t]}function Zre(e){return e.filter(t=>t===0||t&&(!Array.isArray(t)||t.length))}function eoe(e,t){const n=[];for(const r of Zre(t))n.push(r,e);return n.splice(-1,1),lg(n)}function lg(e){return e.map((t,n)=>!t||typeof t=="string"?t:Array.isArray(t)?lg(t):u.createElement(u.Fragment,{key:n,children:t}))}const toe=Symbol(),Rx=Symbol(),Rd="a",uf="w";let noe=(e,t)=>new Proxy(e,t);const Zb=Object.getPrototypeOf,ew=new WeakMap,zL=e=>e&&(ew.has(e)?ew.get(e):Zb(e)===Object.prototype||Zb(e)===Array.prototype),ag=e=>typeof e=="object"&&e!==null,roe=e=>{if(Array.isArray(e))return Array.from(e);const t=Object.getOwnPropertyDescriptors(e);return Object.values(t).forEach(n=>{n.configurable=!0}),Object.create(Zb(e),t)},Tx=e=>e[Rx]||e,jL=(e,t,n,r)=>{if(!zL(e))return e;let o=r&&r.get(e);if(!o){const c=Tx(e);o=(d=>Object.values(Object.getOwnPropertyDescriptors(d)).some(p=>!p.configurable&&!p.writable))(c)?[c,roe(c)]:[c],r==null||r.set(e,o)}const[i,s]=o;let a=n&&n.get(i);return a&&a[1].f===!!s||(a=((c,d)=>{const p={f:d};let h=!1;const m=(b,g)=>{if(!h){let x=p[Rd].get(c);if(x||(x={},p[Rd].set(c,x)),b===uf)x[uf]=!0;else{let C=x[b];C||(C=new Set,x[b]=C),C.add(g)}}},v={get:(b,g)=>g===Rx?c:(m("k",g),jL(Reflect.get(b,g),p[Rd],p.c)),has:(b,g)=>g===toe?(h=!0,p[Rd].delete(c),!0):(m("h",g),Reflect.has(b,g)),getOwnPropertyDescriptor:(b,g)=>(m("o",g),Reflect.getOwnPropertyDescriptor(b,g)),ownKeys:b=>(m(uf),Reflect.ownKeys(b))};return d&&(v.set=v.deleteProperty=()=>!1),[v,p]})(i,!!s),a[1].p=noe(s||i,a[0]),n&&n.set(i,a)),a[1][Rd]=t,a[1].c=n,a[1].p},HL=(e,t,n,r)=>{if(Object.is(e,t))return!1;if(!ag(e)||!ag(t))return!0;const o=n.get(Tx(e));if(!o)return!0;if(r){const s=r.get(e);if(s&&s.n===t)return s.g;r.set(e,{n:t,g:!1})}let i=null;try{for(const s of o.h||[])if(i=Reflect.has(e,s)!==Reflect.has(t,s),i)return i;if(o[uf]===!0){if(i=((s,a)=>{const c=Reflect.ownKeys(s),d=Reflect.ownKeys(a);return c.length!==d.length||c.some((p,h)=>p!==d[h])})(e,t),i)return i}else for(const s of o.o||[])if(i=!!Reflect.getOwnPropertyDescriptor(e,s)!=!!Reflect.getOwnPropertyDescriptor(t,s),i)return i;for(const s of o.k||[])if(i=HL(e[s],t[s],n,r),i)return i;return i===null&&(i=!0),i}finally{r&&r.set(e,{n:t,g:i})}},ooe=e=>zL(e)&&e[Rx]||null,u$=(e,t=!0)=>{ew.set(e,t)},ioe=(e,t,n)=>{const r=[],o=new WeakSet,i=(s,a)=>{if(o.has(s))return;ag(s)&&o.add(s);const c=ag(s)&&t.get(Tx(s));if(c){var d,p;if((d=c.h)==null||d.forEach(m=>{const v=`:has(${String(m)})`;r.push(a?[...a,v]:[v])}),c[uf]===!0){const m=":ownKeys";r.push(a?[...a,m]:[m])}else{var h;(h=c.o)==null||h.forEach(m=>{const v=`:hasOwn(${String(m)})`;r.push(a?[...a,v]:[v])})}(p=c.k)==null||p.forEach(m=>{n&&!("value"in(Object.getOwnPropertyDescriptor(s,m)||{}))||i(s[m],a?[...a,m]:[m])})}else a&&r.push(a)};return i(e),r},g1=e=>typeof e=="object"&&e!==null,cl=new WeakMap,Kh=new WeakSet,soe=(e=Object.is,t=(d,p)=>new Proxy(d,p),n=d=>g1(d)&&!Kh.has(d)&&(Array.isArray(d)||!(Symbol.iterator in d))&&!(d instanceof WeakMap)&&!(d instanceof WeakSet)&&!(d instanceof Error)&&!(d instanceof Number)&&!(d instanceof Date)&&!(d instanceof String)&&!(d instanceof RegExp)&&!(d instanceof ArrayBuffer),r=d=>{switch(d.status){case"fulfilled":return d.value;case"rejected":throw d.reason;default:throw d}},o=new WeakMap,i=(d,p,h=r)=>{const m=o.get(d);if((m==null?void 0:m[0])===p)return m[1];const v=Array.isArray(d)?[]:Object.create(Object.getPrototypeOf(d));return u$(v,!0),o.set(d,[p,v]),Reflect.ownKeys(d).forEach(b=>{if(Object.getOwnPropertyDescriptor(v,b))return;const g=Reflect.get(d,b),x={value:g,enumerable:!0,configurable:!0};if(Kh.has(g))u$(g,!1);else if(g instanceof Promise)delete x.value,x.get=()=>h(g);else if(cl.has(g)){const[C,E]=cl.get(g);x.value=i(C,E(),h)}Object.defineProperty(v,b,x)}),v},s=new WeakMap,a=[1,1],c=d=>{if(!g1(d))throw new Error("object required");const p=s.get(d);if(p)return p;let h=a[0];const m=new Set,v=(R,T=++a[0])=>{h!==T&&(h=T,m.forEach(L=>L(R,T)))};let b=a[1];const g=(R=++a[1])=>(b!==R&&!m.size&&(b=R,C.forEach(([T])=>{const L=T[1](R);L>h&&(h=L)})),h),x=R=>(T,L)=>{const H=[...T];H[1]=[R,...H[1]],v(H,L)},C=new Map,E=(R,T)=>{if(({BASE_URL:"/",MODE:"production",DEV:!1,PROD:!0,SSR:!1}&&"production")!=="production"&&C.has(R))throw new Error("prop listener already exists");if(m.size){const L=T[3](x(R));C.set(R,[T,L])}else C.set(R,[T])},w=R=>{var T;const L=C.get(R);L&&(C.delete(R),(T=L[1])==null||T.call(L))},S=R=>(m.add(R),m.size===1&&C.forEach(([L,H],j)=>{if(({BASE_URL:"/",MODE:"production",DEV:!1,PROD:!0,SSR:!1}&&"production")!=="production"&&H)throw new Error("remove already exists");const A=L[3](x(j));C.set(j,[L,A])}),()=>{m.delete(R),m.size===0&&C.forEach(([L,H],j)=>{H&&(H(),C.set(j,[L]))})}),k=Array.isArray(d)?[]:Object.create(Object.getPrototypeOf(d)),I=t(k,{deleteProperty(R,T){const L=Reflect.get(R,T);w(T);const H=Reflect.deleteProperty(R,T);return H&&v(["delete",[T],L]),H},set(R,T,L,H){const j=Reflect.has(R,T),A=Reflect.get(R,T,H);if(j&&(e(A,L)||s.has(L)&&e(A,s.get(L))))return!0;w(T),g1(L)&&(L=ooe(L)||L);let F=L;if(L instanceof Promise)L.then(B=>{L.status="fulfilled",L.value=B,v(["resolve",[T],B])}).catch(B=>{L.status="rejected",L.reason=B,v(["reject",[T],B])});else{!cl.has(L)&&n(L)&&(F=c(L));const B=!Kh.has(F)&&cl.get(F);B&&E(T,B)}return Reflect.set(R,T,F,H),v(["set",[T],L,A]),!0}});s.set(d,I);const M=[k,g,i,S];return cl.set(I,M),Reflect.ownKeys(d).forEach(R=>{const T=Object.getOwnPropertyDescriptor(d,R);"value"in T&&(I[R]=d[R],delete T.value,delete T.writable),Object.defineProperty(k,R,T)}),I})=>[c,cl,Kh,e,t,n,r,o,i,s,a],[loe]=soe();function hp(e={}){return loe(e)}function Ox(e,t,n){const r=cl.get(e);({BASE_URL:"/",MODE:"production",DEV:!1,PROD:!0,SSR:!1}&&"production")!=="production"&&!r&&console.warn("Please use proxy object");let o;const i=[],s=r[3];let a=!1;const d=s(p=>{if(i.push(p),n){t(i.splice(0));return}o||(o=Promise.resolve().then(()=>{o=void 0,a&&t(i.splice(0))}))});return a=!0,()=>{a=!1,d()}}function d$(e,t){const n=cl.get(e);({BASE_URL:"/",MODE:"production",DEV:!1,PROD:!0,SSR:!1}&&"production")!=="production"&&!n&&console.warn("Please use proxy object");const[r,o,i]=n;return i(r,o(),t)}var tw={},aoe={get exports(){return tw},set exports(e){tw=e}},VL={};/**
|
|
320
|
+
* @license React
|
|
321
|
+
* use-sync-external-store-shim.production.min.js
|
|
322
|
+
*
|
|
323
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
324
|
+
*
|
|
325
|
+
* This source code is licensed under the MIT license found in the
|
|
326
|
+
* LICENSE file in the root directory of this source tree.
|
|
327
|
+
*/var Su=u;function coe(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var uoe=typeof Object.is=="function"?Object.is:coe,doe=Su.useState,foe=Su.useEffect,poe=Su.useLayoutEffect,hoe=Su.useDebugValue;function moe(e,t){var n=t(),r=doe({inst:{value:n,getSnapshot:t}}),o=r[0].inst,i=r[1];return poe(function(){o.value=n,o.getSnapshot=t,v1(o)&&i({inst:o})},[e,n,t]),foe(function(){return v1(o)&&i({inst:o}),e(function(){v1(o)&&i({inst:o})})},[e]),hoe(n),n}function v1(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!uoe(e,n)}catch(r){return!0}}function goe(e,t){return t()}var voe=typeof window=="undefined"||typeof window.document=="undefined"||typeof window.document.createElement=="undefined"?goe:moe;VL.useSyncExternalStore=Su.useSyncExternalStore!==void 0?Su.useSyncExternalStore:voe;(function(e){e.exports=VL})(aoe);const yoe=_w(tw),{use:f$}=Jr,{useSyncExternalStore:boe}=yoe,woe=(e,t)=>{const n=u.useRef();u.useEffect(()=>{n.current=ioe(e,t,!0)}),u.useDebugValue(n.current)},Coe=new WeakMap;function Bv(e,t){const n=t==null?void 0:t.sync,r=u.useRef(),o=u.useRef();let i=!0;const s=boe(u.useCallback(d=>{const p=Ox(e,d,n);return d(),p},[e,n]),()=>{const d=d$(e,f$);try{if(!i&&r.current&&o.current&&!HL(r.current,d,o.current,new WeakMap))return r.current}catch(p){}return d},()=>d$(e,f$));i=!1;const a=new WeakMap;u.useEffect(()=>{r.current=s,o.current=a}),({BASE_URL:"/",MODE:"production",DEV:!1,PROD:!0,SSR:!1}&&"production")!=="production"&&woe(s,a);const c=u.useMemo(()=>new WeakMap,[]);return jL(s,a,c,Coe)}const Ia=hp([]),gm={closableContent:"x",padding:!0};function xoe(){const e=Bv(Ia);return u.createElement(u.Fragment,{},e.length>0&&e.map((t,n)=>u.createElement(Soe,Oe({key:n},t))))}function Soe(e){const t=u.useRef();return u.useEffect(()=>{var n;(n=t.current)==null||n.focus()},[]),e=Oe(Oe({},gm),e),e.Container?u.createElement(e.Container,e):u.createElement("div",{ref:t,className:"dialog-backdrop "+(e.className||""),tabIndex:0,onKeyDown:Eoe,onClick:()=>$i()},e.noFrame?u.createElement(e.Content||"div"):u.createElement("div",Oe({className:"dialog",onClick(n){n.stopPropagation()}},e.dialogProps),e.closable||e.closable===void 0&&u.createElement("button",{className:"dialog-icon dialog-closer",onClick(){$i()}},e.closableContent),e.icon&&u.createElement("div",{className:"dialog-icon dialog-type"},nw(e.icon)),u.createElement("div",{className:"dialog-title"},nw(e.title)),u.createElement("div",{className:"dialog-content"},u.createElement(e.Content||"div"))))}function nw(e){return typeof e=="function"?u.createElement(e):e}function Eoe(e){e.key==="Escape"&&$i()}function Mi(e){const t=Math.random();return e.$id=t,Ia.push(e),n=>{var o;const r=Ia.findIndex(i=>i.$id===t);r<0||(Ia.splice(r,1),(o=e.onClose)==null||o.call(e,n))}}function $i(e){var n;let t=Ia.length;for(;t--;){const r=Ia[t];if(!r.reserveClosing)return Ia.splice(t,1),(n=r.onClose)==null?void 0:n.call(r,e)}}var _a={},zv={},Eu={};const Poe={},koe=Object.freeze(Object.defineProperty({__proto__:null,default:Poe},Symbol.toStringTag,{value:"Module"})),p$=MM(koe);Object.defineProperty(Eu,"__esModule",{value:!0});var h$=Eu.crossEnvCrypto=void 0;try{const e=typeof window!="undefined"&&window.crypto||p$.webcrypto;if(e){if(!e.subtle)throw new Error("Crypto.Subtle is undefined. Make sure you are using HTTPS in a compatible browser.");const t=n=>r=>e.subtle.digest(n,r);h$=Eu.crossEnvCrypto={randomBytes:e.getRandomValues.bind(e),hashFunctions:{SHA1:t("SHA-1"),SHA256:t("SHA-256"),SHA384:t("SHA-384"),SHA512:t("SHA-512")}}}else{const t=p$,n=r=>o=>t.createHash(r).update(o).digest().buffer;h$=Eu.crossEnvCrypto={randomBytes:t.randomFillSync,hashFunctions:{SHA1:n("sha1"),SHA256:n("sha256"),SHA384:n("sha384"),SHA512:n("sha512")}}}}catch(e){throw console.error(e),new Error("No suitable crypto library was found. You may need a polyfill.")}Object.defineProperty(zv,"__esModule",{value:!0});zv.SRPParameters=void 0;const qh=Eu;class Pu{constructor(t=Pu.PrimeGroup[2048],n=Pu.H.SHA512){if(this.primeGroup=t,this.H=n,this.NBits=this.primeGroup.N.toString(2).length,!n)throw new Error("Hash function required")}}zv.SRPParameters=Pu;Pu.PrimeGroup={256:{N:BigInt("125617018995153554710546479714086468244499594888726646874671447258204721048803"),g:BigInt(2)},512:{N:BigInt("11144252439149533417835749556168991736939157778924947037200268358613863350040339017097790259154750906072491181606044774215413467851989724116331597513345603"),g:BigInt(2)},768:{N:BigInt("1087179135105457859072065649059069760280540086975817629066444682366896187793570736574549981488868217843627094867924800342887096064844227836735667168319981288765377499806385489913341488724152562880918438701129530606139552645689583147"),g:BigInt(2)},1024:{N:BigInt("167609434410335061345139523764350090260135525329813904557420930309800865859473551531551523800013916573891864789934747039010546328480848979516637673776605610374669426214776197828492691384519453218253702788022233205683635831626913357154941914129985489522629902540768368409482248290641036967659389658897350067939"),g:BigInt(2)},1536:{N:BigInt("1486998185923128292816507353619409521152457662596380074614818966810244974827752411420380336514078832314731499938313197533147998565301020797040787428051479639316928015998415709101293902971072960487527411068082311763171549170528008620813391411445907584912865222076100726050255271567749213905330659264908657221124284665444825474741087704974475795505492821585749417639344967192301749033325359286273431675492866492416941152646940908101472416714421046022696100064262587"),g:BigInt(2)},2048:{N:BigInt("21766174458617435773191008891802753781907668374255538511144643224689886235383840957210909013086056401571399717235807266581649606472148410291413364152197364477180887395655483738115072677402235101762521901569820740293149529620419333266262073471054548368736039519702486226506248861060256971802984953561121442680157668000761429988222457090413873973970171927093992114751765168063614761119615476233422096442783117971236371647333871414335895773474667308967050807005509320424799678417036867928316761272274230314067548291133582479583061439577559347101961771406173684378522703483495337037655006751328447510550299250924469288819"),g:BigInt(2)}};Pu.H={SHA1:qh.crossEnvCrypto.hashFunctions.SHA1,SHA256:qh.crossEnvCrypto.hashFunctions.SHA256,SHA384:qh.crossEnvCrypto.hashFunctions.SHA384,SHA512:qh.crossEnvCrypto.hashFunctions.SHA512};var jv={},Hv={};(function(e){var t=bn&&bn.__awaiter||function(w,S,k,_){function I(M){return M instanceof k?M:new k(function(R){R(M)})}return new(k||(k=Promise))(function(M,R){function T(j){try{H(_.next(j))}catch(A){R(A)}}function L(j){try{H(_.throw(j))}catch(A){R(A)}}function H(j){j.done?M(j.value):I(j.value).then(T,L)}H((_=_.apply(w,S||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.modPow=e.hashBitCount=e.createVerifierAndSalt=e.createVerifier=e.generateRandomBigInt=e.generateRandomString=e.hashPadded=e.hash=e.padStartArrayBuffer=e.stringToArrayBuffer=e.arrayBufferToBigInt=e.bigIntToArrayBuffer=void 0;const n=Eu,r=BigInt(0),o=BigInt(1),i=BigInt(2),s=w=>{const S=w.toString(16),k=new ArrayBuffer(Math.ceil(S.length/2)),_=new Uint8Array(k);let I=0;S.length%2!==0&&(_[0]=parseInt(S[0],16),I=1);for(let M=0;M<k.byteLength;M++)_[M+I]=parseInt(S.slice(2*M+I,2*M+2+I),16);return k};e.bigIntToArrayBuffer=s;const a=w=>{const S=[];return new Uint8Array(w).forEach(k=>{S.push(("0"+k.toString(16)).slice(-2))}),BigInt(`0x${S.join("")}`)};e.arrayBufferToBigInt=a;function c(w){return new TextEncoder().encode(w).buffer}e.stringToArrayBuffer=c;const d=(w,S)=>{const k=new Uint8Array(w);if(k.length<S){const _=new Uint8Array(S);return _.fill(0,0,S-k.length),_.set(k,S-k.length),_}return k};e.padStartArrayBuffer=d;function p(w,...S){const k=S.reduce((I,M)=>I+M.byteLength,0),_=new Uint8Array(k);for(let I=0,M=0;M<S.length;M++)_.set(new Uint8Array(S[M]),I),I+=S[M].byteLength;return w.H(_)}e.hash=p;function h(w,S,...k){const _=k.map(I=>e.padStartArrayBuffer(I,S));return p(w,..._)}e.hashPadded=h;function m(w=10){const S=new Uint8Array(Math.ceil(Math.ceil(w/2)));return n.crossEnvCrypto.randomBytes(S),S.reduce((k,_)=>{const I=_.toString(16).toString();return I.length===1?k+"0"+I:k+I},"").slice(0,w)}e.generateRandomString=m;function v(w=16){return e.arrayBufferToBigInt(E(w))}e.generateRandomBigInt=v;function b(w,S,k,_){return t(this,void 0,void 0,function*(){if(!S||!S.trim())throw new Error("Identity (I) must not be null or empty.");if(!k)throw new Error("Salt (s) must not be null.");if(!_)throw new Error("Password (P) must not be null");const I=yield w.computeX(S,k,_);return w.computeVerifier(I)})}e.createVerifier=b;function g(w,S,k,_){return t(this,void 0,void 0,function*(){const I=yield w.generateRandomSalt(_);return{s:I,v:yield b(w,S,I,k)}})}e.createVerifierAndSalt=g;const x=w=>t(void 0,void 0,void 0,function*(){return(yield p(w,e.bigIntToArrayBuffer(BigInt(1)))).byteLength*8});e.hashBitCount=x;function C(w,S,k){let _=o;for(;S>r;)S%i==o?(_=w*_%k,S-=o):(w=w*w%k,S/=i);return _}e.modPow=C;const E=w=>{const S=new Uint8Array(w);return n.crossEnvCrypto.randomBytes(S),S.buffer}})(Hv);var ol=bn&&bn.__awaiter||function(e,t,n,r){function o(i){return i instanceof n?i:new n(function(s){s(i)})}return new(n||(n=Promise))(function(i,s){function a(p){try{d(r.next(p))}catch(h){s(h)}}function c(p){try{d(r.throw(p))}catch(h){s(h)}}function d(p){p.done?i(p.value):o(p.value).then(a,c)}d((r=r.apply(e,t||[])).next())})};Object.defineProperty(jv,"__esModule",{value:!0});jv.SRPRoutines=void 0;const sn=Hv;class Ioe{constructor(t){this.parameters=t}hash(...t){return sn.hash(this.parameters,...t)}hashPadded(...t){const n=Math.trunc((this.parameters.NBits+7)/8);return sn.hashPadded(this.parameters,n,...t)}computeK(){return ol(this,void 0,void 0,function*(){return sn.arrayBufferToBigInt(yield this.hashPadded(sn.bigIntToArrayBuffer(this.parameters.primeGroup.N),sn.bigIntToArrayBuffer(this.parameters.primeGroup.g)))})}generateRandomSalt(t){return ol(this,void 0,void 0,function*(){const n=yield sn.hashBitCount(this.parameters),r=t||2*n/8;return sn.generateRandomBigInt(r)})}computeX(t,n,r){return ol(this,void 0,void 0,function*(){return sn.arrayBufferToBigInt(yield this.hash(sn.bigIntToArrayBuffer(n),yield this.computeIdentityHash(t,r)))})}computeXStep2(t,n){return ol(this,void 0,void 0,function*(){return sn.arrayBufferToBigInt(yield this.hash(sn.bigIntToArrayBuffer(t),n))})}computeIdentityHash(t,n){return ol(this,void 0,void 0,function*(){return yield this.hash(sn.stringToArrayBuffer(n))})}computeVerifier(t){return sn.modPow(this.parameters.primeGroup.g,t,this.parameters.primeGroup.N)}generatePrivateValue(){const t=Math.max(256,this.parameters.NBits);let n;do n=sn.generateRandomBigInt(t/8)%this.parameters.primeGroup.N;while(n===BigInt(0));return n}computeClientPublicValue(t){return sn.modPow(this.parameters.primeGroup.g,t,this.parameters.primeGroup.N)}isValidPublicValue(t){return t%this.parameters.primeGroup.N!==BigInt(0)}computeU(t,n){return ol(this,void 0,void 0,function*(){return sn.arrayBufferToBigInt(yield this.hashPadded(sn.bigIntToArrayBuffer(t),sn.bigIntToArrayBuffer(n)))})}computeClientEvidence(t,n,r,o,i){return ol(this,void 0,void 0,function*(){return sn.arrayBufferToBigInt(yield this.hash(sn.bigIntToArrayBuffer(r),sn.bigIntToArrayBuffer(o),sn.bigIntToArrayBuffer(i)))})}computeServerEvidence(t,n,r){return ol(this,void 0,void 0,function*(){return sn.arrayBufferToBigInt(yield this.hash(sn.bigIntToArrayBuffer(t),sn.bigIntToArrayBuffer(n),sn.bigIntToArrayBuffer(r)))})}computeClientSessionKey(t,n,r,o,i){const s=this.parameters.primeGroup.N,a=r*n+o,c=sn.modPow(this.parameters.primeGroup.g,n,s)*t%s;return sn.modPow(i+s-c,a,s)}}jv.SRPRoutines=Ioe;var Ol={},Lx=bn&&bn.__awaiter||function(e,t,n,r){function o(i){return i instanceof n?i:new n(function(s){s(i)})}return new(n||(n=Promise))(function(i,s){function a(p){try{d(r.next(p))}catch(h){s(h)}}function c(p){try{d(r.throw(p))}catch(h){s(h)}}function d(p){p.done?i(p.value):o(p.value).then(a,c)}d((r=r.apply(e,t||[])).next())})};Object.defineProperty(Ol,"__esModule",{value:!0});Ol.SRPClientSessionStep2=Ol.SRPClientSessionStep1=Ol.SRPClientSession=void 0;class _oe{constructor(t){this.routines=t}step1(t,n){return Lx(this,void 0,void 0,function*(){if(!t||!t.trim())throw new Error("User identity must not be null nor empty");if(!n)throw new Error("User password must not be null");const r=yield this.routines.computeIdentityHash(t,n);return new Vv(this.routines,t,r)})}}Ol.SRPClientSession=_oe;class Vv{constructor(t,n,r){this.routines=t,this.I=n,this.IH=r}step2(t,n){return Lx(this,void 0,void 0,function*(){if(!t)throw new Error("Salt (s) must not be null");if(!n)throw new Error("Public server value (B) must not be null");const r=yield this.routines.computeXStep2(t,this.IH),o=this.routines.generatePrivateValue(),i=this.routines.computeClientPublicValue(o),s=yield this.routines.computeK(),a=yield this.routines.computeU(i,n),c=this.routines.computeClientSessionKey(s,r,a,o,n),d=yield this.routines.computeClientEvidence(this.I,t,i,n,c);return new Uv(this.routines,i,d,c)})}toJSON(){return{I:this.I,IH:Array.from(new Uint8Array(this.IH))}}static fromState(t,n){return new Vv(t,n.I,new Uint8Array(n.IH).buffer)}}Ol.SRPClientSessionStep1=Vv;class Uv{constructor(t,n,r,o){this.routines=t,this.A=n,this.M1=r,this.S=o}step3(t){return Lx(this,void 0,void 0,function*(){if(!t)throw new Error("Server evidence (M2) must not be null");if((yield this.routines.computeServerEvidence(this.A,this.M1,this.S))!==t)throw new Error("Bad server credentials")})}toJSON(){return{A:this.A.toString(16),M1:this.M1.toString(16),S:this.S.toString(16)}}static fromState(t,n){return new Uv(t,BigInt("0x"+n.A),BigInt("0x"+n.M1),BigInt("0x"+n.S))}}Ol.SRPClientSessionStep2=Uv;var ku={},rw=bn&&bn.__awaiter||function(e,t,n,r){function o(i){return i instanceof n?i:new n(function(s){s(i)})}return new(n||(n=Promise))(function(i,s){function a(p){try{d(r.next(p))}catch(h){s(h)}}function c(p){try{d(r.throw(p))}catch(h){s(h)}}function d(p){p.done?i(p.value):o(p.value).then(a,c)}d((r=r.apply(e,t||[])).next())})};Object.defineProperty(ku,"__esModule",{value:!0});ku.SRPServerSessionStep1=ku.SRPServerSession=void 0;const ow=Hv;class $oe{constructor(t){this.routines=t}step1(t,n,r){return rw(this,void 0,void 0,function*(){const o=this.routines.generatePrivateValue(),i=yield this.routines.computeK(),s=Moe(this.routines.parameters,i,r,o);return new Wv(this.routines,t,n,r,o,s)})}}ku.SRPServerSession=$oe;class Wv{constructor(t,n,r,o,i,s){this.routines=t,this.identifier=n,this.salt=r,this.verifier=o,this.b=i,this.B=s}sessionKey(t){return rw(this,void 0,void 0,function*(){if(t===null)throw new Error("Client public value (A) must not be null");if(!this.routines.isValidPublicValue(t))throw new Error(`Invalid Client public value (A): ${t.toString(16)}`);const n=yield this.routines.computeU(t,this.B);return Roe(this.routines.parameters.primeGroup.N,this.verifier,n,t,this.b)})}step2(t,n){return rw(this,void 0,void 0,function*(){if(!n)throw new Error("Client evidence (M1) must not be null");const r=yield this.sessionKey(t);if((yield this.routines.computeClientEvidence(this.identifier,this.salt,t,this.B,r))!==n)throw new Error("Bad client credentials");return this.routines.computeServerEvidence(t,n,r)})}toJSON(){return{identifier:this.identifier,salt:this.salt.toString(16),verifier:this.verifier.toString(16),b:this.b.toString(16),B:this.B.toString(16)}}static fromState(t,n){return new Wv(t,n.identifier,BigInt("0x"+n.salt),BigInt("0x"+n.verifier),BigInt("0x"+n.b),BigInt("0x"+n.B))}}ku.SRPServerSessionStep1=Wv;const Moe=(e,t,n,r)=>(ow.modPow(e.primeGroup.g,r,e.primeGroup.N)+n*t)%e.primeGroup.N,Roe=(e,t,n,r,o)=>ow.modPow(ow.modPow(t,n,e)*r,o,e);(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.generateRandomBigInt=e.arrayBufferToBigInt=e.bigIntToArrayBuffer=e.createVerifierAndSalt=e.SRPServerSessionStep1=e.SRPServerSession=e.SRPClientSessionStep2=e.SRPClientSessionStep1=e.SRPClientSession=e.SRPRoutines=e.SRPParameters=void 0;var t=zv;Object.defineProperty(e,"SRPParameters",{enumerable:!0,get:function(){return t.SRPParameters}});var n=jv;Object.defineProperty(e,"SRPRoutines",{enumerable:!0,get:function(){return n.SRPRoutines}});var r=Ol;Object.defineProperty(e,"SRPClientSession",{enumerable:!0,get:function(){return r.SRPClientSession}}),Object.defineProperty(e,"SRPClientSessionStep1",{enumerable:!0,get:function(){return r.SRPClientSessionStep1}}),Object.defineProperty(e,"SRPClientSessionStep2",{enumerable:!0,get:function(){return r.SRPClientSessionStep2}});var o=ku;Object.defineProperty(e,"SRPServerSession",{enumerable:!0,get:function(){return o.SRPServerSession}}),Object.defineProperty(e,"SRPServerSessionStep1",{enumerable:!0,get:function(){return o.SRPServerSessionStep1}});var i=Hv;Object.defineProperty(e,"createVerifierAndSalt",{enumerable:!0,get:function(){return i.createVerifierAndSalt}}),Object.defineProperty(e,"bigIntToArrayBuffer",{enumerable:!0,get:function(){return i.bigIntToArrayBuffer}}),Object.defineProperty(e,"arrayBufferToBigInt",{enumerable:!0,get:function(){return i.arrayBufferToBigInt}}),Object.defineProperty(e,"generateRandomBigInt",{enumerable:!0,get:function(){return i.generateRandomBigInt}})})(_a);function Toe(e,t,n){return dt(this,null,function*(){const{pubKey:r,salt:o}=yield n("loginSrp1",{username:e});if(!o)throw Error("salt");const i=new _a.SRPRoutines(new _a.SRPParameters),c=yield(yield new _a.SRPClientSession(i).step1(e,t)).step2(BigInt(o),BigInt(r)),d=yield n("loginSrp2",{pubKey:String(c.A),proof:String(c.M1)});return yield c.step3(BigInt(d.proof)).catch(()=>Promise.reject("trust")),d})}Object.fromEntries(new URLSearchParams(window.location.search).entries());const m$=["","K","M","G","T"];function Ba(e,{post:t="B",k:n=1024,digits:r=NaN}={}){if(isNaN(Number(e))||e<0)return"";let o=1,i=n,s=0;for(;s<m$.length&&e>i;)o=i,i*=n,++s;return e/=o,(s&&!isNaN(r)?e.toFixed(r):Dt.round(e,isNaN(r)?e>=100?0:1:r))+" "+(m$[s]||"")+t}function UL(e,t,n=""){return t?e+t+n:""}function Ooe(e){const t=e+"=";let r=decodeURIComponent(document.cookie).split(";");for(let o of r)if(o=o.trim(),o.startsWith(t))return o.substring(t.length,o.length);return""}function Ax(e,t){return Object.fromEntries(Object.entries(e).map(([n,r])=>[n,t(r,n)]))}function Loe(e,t){return!t||t.endsWith(e)?t:t+e}function Aoe(e){return Boolean(e)}function Hu(e){return e.filter(Aoe)}function Foe(e,t){return Object.defineProperties(e,Ax(t,n=>({enumerable:!1,writable:!0,value:n})))}function Noe(e,t){try{return e()}catch(n){return t==null?void 0:t(n)}}function g$(e,t){return t(e)}function Doe(e,t){for(const n of e){const r=t(n);if(r!==void 0)return r}}function Boe(e,{accept:t="",multiple:n=!0,folder:r=!1}={}){const o=Object.assign(document.createElement("input"),{type:"file",name:"file",accept:t,multiple:n,webkitdirectory:r});o.addEventListener("change",()=>e(o.files)),o.click()}function zoe(e){return new Promise((t,n)=>{const r=new FileReader;r.addEventListener("load",o=>{if(!o.target||e.size&&!o.target.result)return n("cannot read");t(o.target.result)}),r.addEventListener("error",()=>{n(r.error)}),r.readAsText(e)})}function joe(e){return(e*100).toFixed(1)+"%"}var Fx={},Hoe=lt;Object.defineProperty(Fx,"__esModule",{value:!0});var Nx=Fx.default=void 0,Voe=Hoe(ft()),Uoe=ct(),Woe=(0,Voe.default)((0,Uoe.jsx)("path",{d:"M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-10H5V5h10v4z"}),"Save");Nx=Fx.default=Woe;function Goe(e){return Xe("MuiLoadingButton",e)}const Koe=Ge("MuiLoadingButton",["root","loading","loadingIndicator","loadingIndicatorCenter","loadingIndicatorStart","loadingIndicatorEnd","endIconLoadingEnd","startIconLoadingStart"]),ws=Koe,qoe=["children","disabled","id","loading","loadingIndicator","loadingPosition","variant"],Yoe=e=>{const{loading:t,loadingPosition:n,classes:r}=e,o={root:["root",t&&"loading"],startIcon:[t&&`startIconLoading${fe(n)}`],endIcon:[t&&`endIconLoading${fe(n)}`],loadingIndicator:["loadingIndicator",t&&`loadingIndicator${fe(n)}`]},i=Ie(o,Goe,r);return P({},r,i)},Xoe=e=>e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"&&e!=="classes",Qoe=ie(ur,{shouldForwardProp:e=>Xoe(e)||e==="classes",name:"MuiLoadingButton",slot:"Root",overridesResolver:(e,t)=>[t.root,t.startIconLoadingStart&&{[`& .${ws.startIconLoadingStart}`]:t.startIconLoadingStart},t.endIconLoadingEnd&&{[`& .${ws.endIconLoadingEnd}`]:t.endIconLoadingEnd}]})(({ownerState:e,theme:t})=>P({[`& .${ws.startIconLoadingStart}, & .${ws.endIconLoadingEnd}`]:{transition:t.transitions.create(["opacity"],{duration:t.transitions.duration.short}),opacity:0}},e.loadingPosition==="center"&&{transition:t.transitions.create(["background-color","box-shadow","border-color"],{duration:t.transitions.duration.short}),[`&.${ws.loading}`]:{color:"transparent"}},e.loadingPosition==="start"&&e.fullWidth&&{[`& .${ws.startIconLoadingStart}, & .${ws.endIconLoadingEnd}`]:{transition:t.transitions.create(["opacity"],{duration:t.transitions.duration.short}),opacity:0,marginRight:-8}},e.loadingPosition==="end"&&e.fullWidth&&{[`& .${ws.startIconLoadingStart}, & .${ws.endIconLoadingEnd}`]:{transition:t.transitions.create(["opacity"],{duration:t.transitions.duration.short}),opacity:0,marginLeft:-8}})),Joe=ie("div",{name:"MuiLoadingButton",slot:"LoadingIndicator",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.loadingIndicator,t[`loadingIndicator${fe(n.loadingPosition)}`]]}})(({theme:e,ownerState:t})=>P({position:"absolute",visibility:"visible",display:"flex"},t.loadingPosition==="start"&&(t.variant==="outlined"||t.variant==="contained")&&{left:t.size==="small"?10:14},t.loadingPosition==="start"&&t.variant==="text"&&{left:6},t.loadingPosition==="center"&&{left:"50%",transform:"translate(-50%)",color:(e.vars||e).palette.action.disabled},t.loadingPosition==="end"&&(t.variant==="outlined"||t.variant==="contained")&&{right:t.size==="small"?10:14},t.loadingPosition==="end"&&t.variant==="text"&&{right:6},t.loadingPosition==="start"&&t.fullWidth&&{position:"relative",left:-10},t.loadingPosition==="end"&&t.fullWidth&&{position:"relative",right:-10})),Zoe=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiLoadingButton"}),{children:o,disabled:i=!1,id:s,loading:a=!1,loadingIndicator:c,loadingPosition:d="center",variant:p="text"}=r,h=se(r,qoe),m=Pn(s),v=c!=null?c:O.jsx(zu,{"aria-labelledby":m,color:"inherit",size:16}),b=P({},r,{disabled:i,loading:a,loadingIndicator:v,loadingPosition:d,variant:p}),g=Yoe(b),x=a?O.jsx(Joe,{className:g.loadingIndicator,ownerState:b,children:v}):null;return O.jsxs(Qoe,P({disabled:i||a,id:m,ref:n},h,{variant:p,classes:g,ownerState:b,children:[b.loadingPosition==="end"?o:x,b.loadingPosition==="end"?x:o]}))}),eie=Zoe,tie=u.createContext({}),Dx=tie,nie=["element"];function rie(e,t){for(let n=0;n<e.length;n+=1)if(t(e[n]))return n;return-1}function oie(e,t){let n=0,r=e.length-1;for(;n<=r;){const o=Math.floor((n+r)/2);if(e[o].element===t)return o;e[o].element.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_PRECEDING?r=o-1:n=o+1}return n}const WL=u.createContext({});function iie(e){const t=u.useRef(null);return u.useEffect(()=>{t.current=e},[e]),t.current}const v$=()=>{};function sie(e){const[,t]=u.useState(),{registerDescendant:n=v$,unregisterDescendant:r=v$,descendants:o=[],parentId:i=null}=u.useContext(WL),s=rie(o,d=>d.element===e.element),a=iie(o),c=o.some((d,p)=>a&&a[p]&&a[p].element!==d.element);return hn(()=>{if(e.element)return n(P({},e,{index:s})),()=>{r(e.element)};t({})},[n,r,s,c,e]),{parentId:i,index:s}}function GL(e){const{children:t,id:n}=e,[r,o]=u.useState([]),i=u.useCallback(c=>{let{element:d}=c,p=se(c,nie);o(h=>{let m;if(h.length===0)return[P({},p,{element:d,index:0})];const v=oie(h,d);if(h[v]&&h[v].element===d)m=h;else{const b=P({},p,{element:d,index:v});m=h.slice(),m.splice(v,0,b)}return m.forEach((b,g)=>{b.index=g}),m})},[]),s=u.useCallback(c=>{o(d=>d.filter(p=>c!==p.element))},[]),a=u.useMemo(()=>({descendants:r,registerDescendant:i,unregisterDescendant:s,parentId:n}),[r,i,s,n]);return O.jsx(WL.Provider,{value:a,children:t})}function lie(e){const{focus:t,isExpanded:n,isExpandable:r,isFocused:o,isDisabled:i,isSelected:s,multiSelect:a,selectNode:c,selectRange:d,toggleExpansion:p}=u.useContext(Dx),h=r?r(e):!1,m=n?n(e):!1,v=o?o(e):!1,b=i?i(e):!1,g=s?s(e):!1;return{disabled:b,expanded:m,selected:g,focused:v,handleExpansion:w=>{if(!b){v||t(w,e);const S=a&&(w.shiftKey||w.ctrlKey||w.metaKey);h&&!(S&&n(e))&&p(w,e)}},handleSelection:w=>{b||(v||t(w,e),a&&(w.shiftKey||w.ctrlKey||w.metaKey)?w.shiftKey?d(w,{end:e}):c(w,e,!0):c(w,e))},preventSelection:w=>{(w.shiftKey||w.ctrlKey||w.metaKey||b)&&w.preventDefault()}}}const aie=["classes","className","displayIcon","expansionIcon","icon","label","nodeId","onClick","onMouseDown"],cie=u.forwardRef(function(t,n){const{classes:r,className:o,displayIcon:i,expansionIcon:s,icon:a,label:c,nodeId:d,onClick:p,onMouseDown:h}=t,m=se(t,aie),{disabled:v,expanded:b,selected:g,focused:x,handleExpansion:C,handleSelection:E,preventSelection:w}=lie(d),S=a||s||i,k=I=>{w(I),h&&h(I)},_=I=>{C(I),E(I),p&&p(I)};return O.jsxs("div",P({className:me(o,r.root,b&&r.expanded,g&&r.selected,x&&r.focused,v&&r.disabled),onClick:_,onMouseDown:k,ref:n},m,{children:[O.jsx("div",{className:r.iconContainer,children:S}),O.jsx("div",{className:r.label,children:c})]}))}),KL=cie;function uie(e){return Xe("MuiTreeItem",e)}const die=Ge("MuiTreeItem",["root","group","content","expanded","selected","focused","disabled","iconContainer","label"]),il=die,fie=["children","className","collapseIcon","ContentComponent","ContentProps","endIcon","expandIcon","disabled","icon","id","label","nodeId","onClick","onMouseDown","TransitionComponent","TransitionProps"],pie=e=>{const{classes:t}=e;return Ie({root:["root"],content:["content"],expanded:["expanded"],selected:["selected"],focused:["focused"],disabled:["disabled"],iconContainer:["iconContainer"],label:["label"],group:["group"]},uie,t)},hie=ie("li",{name:"MuiTreeItem",slot:"Root",overridesResolver:(e,t)=>t.root})({listStyle:"none",margin:0,padding:0,outline:0}),mie=ie(KL,{name:"MuiTreeItem",slot:"Content",overridesResolver:(e,t)=>[t.content,t.iconContainer&&{[`& .${il.iconContainer}`]:t.iconContainer},t.label&&{[`& .${il.label}`]:t.label}]})(({theme:e})=>({padding:"0 8px",width:"100%",display:"flex",alignItems:"center",cursor:"pointer",WebkitTapHighlightColor:"transparent","&:hover":{backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${il.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity,backgroundColor:"transparent"},[`&.${il.focused}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${il.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:nt(e.palette.primary.main,e.palette.action.selectedOpacity),"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:nt(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:nt(e.palette.primary.main,e.palette.action.selectedOpacity)}},[`&.${il.focused}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:nt(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`& .${il.iconContainer}`]:{marginRight:4,width:15,display:"flex",flexShrink:0,justifyContent:"center","& svg":{fontSize:18}},[`& .${il.label}`]:P({width:"100%",minWidth:0,paddingLeft:4,position:"relative"},e.typography.body1)})),gie=ie(HO,{name:"MuiTreeItem",slot:"Group",overridesResolver:(e,t)=>t.group})({margin:0,padding:0,marginLeft:17}),vie=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiTreeItem"}),{children:o,className:i,collapseIcon:s,ContentComponent:a=KL,ContentProps:c,endIcon:d,expandIcon:p,disabled:h,icon:m,id:v,label:b,nodeId:g,onClick:x,onMouseDown:C,TransitionComponent:E=HO,TransitionProps:w}=r,S=se(r,fie),{icons:k={},focus:_,isExpanded:I,isFocused:M,isSelected:R,isDisabled:T,multiSelect:L,disabledItemsFocusable:H,mapFirstChar:j,unMapFirstChar:A,registerNode:F,unregisterNode:B,treeId:G}=u.useContext(Dx);let N=null;v!=null?N=v:G&&g&&(N=`${G}-${g}`);const[z,W]=u.useState(null),q=u.useRef(null),X=jt(W,n),le=u.useMemo(()=>({element:z,id:g}),[g,z]),{index:Q,parentId:ge}=sie(le),ee=Boolean(Array.isArray(o)?o.length:o),ce=I?I(g):!1,oe=M?M(g):!1,de=R?R(g):!1,be=T?T(g):!1,we=P({},r,{expanded:ce,focused:oe,selected:de,disabled:be}),_e=pie(we);let He,Ne;ee&&(ce?Ne=s||k.defaultCollapseIcon:Ne=p||k.defaultExpandIcon),ee?He=k.defaultParentIcon:He=d||k.defaultEndIcon,u.useEffect(()=>{if(F&&B&&Q!==-1)return F({id:g,idAttribute:N,index:Q,parentId:ge,expandable:ee,disabled:h}),()=>{B(g)}},[F,B,ge,Q,g,ee,h,N]),u.useEffect(()=>{if(j&&A&&b)return j(g,q.current.textContent.substring(0,1).toLowerCase()),()=>{A(g)}},[j,A,g,b]);let re;L?re=de:de&&(re=!0);function Le(ve){if(ve.target===ve.currentTarget){let Ye;typeof ve.target.getRootNode=="function"?Ye=ve.target.getRootNode():Ye=pn(ve.target),Ye.getElementById(G).focus({preventScroll:!0})}const je=!H&&be;!oe&&ve.currentTarget===ve.target&&!je&&_(ve,g)}return O.jsxs(hie,P({className:me(_e.root,i),role:"treeitem","aria-expanded":ee?ce:null,"aria-selected":re,"aria-disabled":be||null,ref:X,id:N,tabIndex:-1},S,{ownerState:we,onFocus:Le,children:[O.jsx(mie,P({as:a,ref:q,classes:{root:_e.content,expanded:_e.expanded,selected:_e.selected,focused:_e.focused,disabled:_e.disabled,iconContainer:_e.iconContainer,label:_e.label},label:b,nodeId:g,onClick:x,onMouseDown:C,icon:m,expansionIcon:Ne,displayIcon:He,ownerState:we},c)),o&&O.jsx(GL,{id:g,children:O.jsx(gie,P({as:E,unmountOnExit:!0,className:_e.group,in:ce,component:"ul",role:"group"},w,{children:o}))})]}))}),iw=vie;function yie(e){return Xe("MuiTreeView",e)}Ge("MuiTreeView",["root"]);const bie=["children","className","defaultCollapseIcon","defaultEndIcon","defaultExpanded","defaultExpandIcon","defaultParentIcon","defaultSelected","disabledItemsFocusable","disableSelection","expanded","id","multiSelect","onBlur","onFocus","onKeyDown","onNodeFocus","onNodeSelect","onNodeToggle","selected"],wie=e=>{const{classes:t}=e;return Ie({root:["root"]},yie,t)},Cie=ie("ul",{name:"MuiTreeView",slot:"Root",overridesResolver:(e,t)=>t.root})({padding:0,margin:0,listStyle:"none",outline:0});function xie(e){return e&&e.length===1&&e.match(/\S/)}function y$(e,t,n){for(let r=t;r<e.length;r+=1)if(n===e[r])return r;return-1}function b$(){return!1}const Sie=[],Eie=[],Pie=u.forwardRef(function(t,n){const r=Ze({props:t,name:"MuiTreeView"}),{children:o,className:i,defaultCollapseIcon:s,defaultEndIcon:a,defaultExpanded:c=Sie,defaultExpandIcon:d,defaultParentIcon:p,defaultSelected:h=Eie,disabledItemsFocusable:m=!1,disableSelection:v=!1,expanded:b,id:g,multiSelect:x=!1,onBlur:C,onFocus:E,onKeyDown:w,onNodeFocus:S,onNodeSelect:k,onNodeToggle:_,selected:I}=r,M=se(r,bie),T=lo().direction==="rtl",L=P({},r,{defaultExpanded:c,defaultSelected:h,disabledItemsFocusable:m,disableSelection:v,multiSelect:x}),H=wie(L),j=Pn(g),A=u.useRef(null),F=jt(A,n),[B,G]=u.useState(null),N=u.useRef({}),z=u.useRef({}),[W,q]=Zi({controlled:b,default:c,name:"TreeView",state:"expanded"}),[X,le]=Zi({controlled:I,default:h,name:"TreeView",state:"selected"}),Q=u.useCallback(ae=>Array.isArray(W)?W.indexOf(ae)!==-1:!1,[W]),ge=u.useCallback(ae=>N.current[ae]&&N.current[ae].expandable,[]),ee=u.useCallback(ae=>Array.isArray(X)?X.indexOf(ae)!==-1:X===ae,[X]),ce=u.useCallback(ae=>{let Ce=N.current[ae];if(!Ce)return!1;if(Ce.disabled)return!0;for(;Ce.parentId!=null;)if(Ce=N.current[Ce.parentId],Ce.disabled)return!0;return!1},[]),oe=ae=>B===ae,de=ae=>Object.keys(N.current).map(Ce=>N.current[Ce]).filter(Ce=>Ce.parentId===ae).sort((Ce,Ae)=>Ce.index-Ae.index).map(Ce=>Ce.id),be=ae=>{let Ce=de(ae);return m||(Ce=Ce.filter(Ae=>!ce(Ae))),Ce},we=ae=>{if(Q(ae)&&be(ae).length>0)return be(ae)[0];let Ce=N.current[ae];for(;Ce!=null;){const Ae=be(Ce.parentId),ot=Ae[Ae.indexOf(Ce.id)+1];if(ot)return ot;Ce=N.current[Ce.parentId]}return null},_e=ae=>{const Ce=N.current[ae],Ae=be(Ce.parentId),ot=Ae.indexOf(ae);if(ot===0)return Ce.parentId;let Te=Ae[ot-1];for(;Q(Te)&&be(Te).length>0;)Te=be(Te).pop();return Te},He=()=>{let ae=be(null).pop();for(;Q(ae);)ae=be(ae).pop();return ae},Ne=()=>be(null)[0],re=ae=>N.current[ae].parentId,Le=(ae,Ce)=>{if(ae===Ce)return[ae,Ce];const Ae=N.current[ae],ot=N.current[Ce];if(Ae.parentId===ot.id||ot.parentId===Ae.id)return ot.parentId===Ae.id?[Ae.id,ot.id]:[ot.id,Ae.id];const Te=[Ae.id],it=[ot.id];let Et=Ae.parentId,en=ot.parentId,Fn=it.indexOf(Et)!==-1,ao=Te.indexOf(en)!==-1,Se=!0,ye=!0;for(;!ao&&!Fn;)Se&&(Te.push(Et),Fn=it.indexOf(Et)!==-1,Se=Et!==null,!Fn&&Se&&(Et=N.current[Et].parentId)),ye&&!Fn&&(it.push(en),ao=Te.indexOf(en)!==-1,ye=en!==null,!ao&&ye&&(en=N.current[en].parentId));const ze=Fn?Et:en,st=de(ze),Vt=Te[Te.indexOf(ze)-1],_n=it[it.indexOf(ze)-1];return st.indexOf(Vt)<st.indexOf(_n)?[ae,Ce]:[Ce,ae]},ve=(ae,Ce)=>{const[Ae,ot]=Le(ae,Ce),Te=[Ae];let it=Ae;for(;it!==ot;)it=we(it),Te.push(it);return Te},je=(ae,Ce)=>{Ce&&(G(Ce),S&&S(ae,Ce))},Ye=(ae,Ce)=>je(ae,we(Ce)),ht=(ae,Ce)=>je(ae,_e(Ce)),Be=ae=>je(ae,Ne()),mt=ae=>je(ae,He()),rt=(ae,Ce,Ae)=>{let ot,Te;const it=Ae.toLowerCase(),Et=[],en=[];Object.keys(z.current).forEach(Fn=>{const ao=z.current[Fn],Se=N.current[Fn],ye=Se.parentId?Q(Se.parentId):!0,ze=m?!1:ce(Fn);ye&&!ze&&(Et.push(Fn),en.push(ao))}),ot=Et.indexOf(Ce)+1,ot>=Et.length&&(ot=0),Te=y$(en,ot,it),Te===-1&&(Te=y$(en,0,it)),Te>-1&&je(ae,Et[Te])},at=(ae,Ce=B)=>{let Ae;W.indexOf(Ce)!==-1?Ae=W.filter(ot=>ot!==Ce):Ae=[Ce].concat(W),_&&_(ae,Ae),q(Ae)},bt=(ae,Ce)=>{const Ae=N.current[Ce],Te=de(Ae.parentId).filter(Et=>ge(Et)&&!Q(Et)),it=W.concat(Te);Te.length>0&&(q(it),_&&_(ae,it))},ut=u.useRef(null),Ve=u.useRef(!1),ue=u.useRef([]),J=(ae,Ce)=>{let Ae=X.slice();const{start:ot,next:Te,current:it}=Ce;!Te||!it||(ue.current.indexOf(it)===-1&&(ue.current=[]),Ve.current?ue.current.indexOf(Te)!==-1?(Ae=Ae.filter(Et=>Et===ot||Et!==it),ue.current=ue.current.filter(Et=>Et===ot||Et!==it)):(Ae.push(Te),ue.current.push(Te)):(Ae.push(Te),ue.current.push(it,Te)),k&&k(ae,Ae),le(Ae))},Re=(ae,Ce)=>{let Ae=X.slice();const{start:ot,end:Te}=Ce;Ve.current&&(Ae=Ae.filter(en=>ue.current.indexOf(en)===-1));let it=ve(ot,Te);it=it.filter(en=>!ce(en)),ue.current=it;let Et=Ae.concat(it);Et=Et.filter((en,Fn)=>Et.indexOf(en)===Fn),k&&k(ae,Et),le(Et)},Me=(ae,Ce)=>{let Ae;X.indexOf(Ce)!==-1?Ae=X.filter(ot=>ot!==Ce):Ae=[Ce].concat(X),k&&k(ae,Ae),le(Ae)},Qe=(ae,Ce)=>{const Ae=x?[Ce]:Ce;k&&k(ae,Ae),le(Ae)},xt=(ae,Ce,Ae=!1)=>Ce?(Ae?Me(ae,Ce):Qe(ae,Ce),ut.current=Ce,Ve.current=!1,ue.current=[],!0):!1,_t=(ae,Ce,Ae=!1)=>{const{start:ot=ut.current,end:Te,current:it}=Ce;Ae?J(ae,{start:ot,next:Te,current:it}):ot!=null&&Te!=null&&Re(ae,{start:ot,end:Te}),Ve.current=!0},Xt=(ae,Ce)=>{ut.current||(ut.current=Ce);const Ae=Ve.current?ut.current:Ce;_t(ae,{start:Ae,end:Ne()})},Gn=(ae,Ce)=>{ut.current||(ut.current=Ce);const Ae=Ve.current?ut.current:Ce;_t(ae,{start:Ae,end:He()})},Ar=(ae,Ce)=>{ce(we(Ce))||_t(ae,{end:we(Ce),current:Ce},!0)},rr=(ae,Ce)=>{ce(_e(Ce))||_t(ae,{end:_e(Ce),current:Ce},!0)},wr=ae=>{_t(ae,{start:Ne(),end:He()})},Cr=u.useCallback(ae=>{const{id:Ce,index:Ae,parentId:ot,expandable:Te,idAttribute:it,disabled:Et}=ae;N.current[Ce]={id:Ce,index:Ae,parentId:ot,expandable:Te,idAttribute:it,disabled:Et}},[]),xr=u.useCallback(ae=>{const Ce=P({},N.current);delete Ce[ae],N.current=Ce,G(Ae=>Ae===ae&&A.current===pn(A.current).activeElement?de(null)[0]:Ae)},[]),ln=u.useCallback((ae,Ce)=>{z.current[ae]=Ce},[]),gn=u.useCallback(ae=>{const Ce=P({},z.current);delete Ce[ae],z.current=Ce},[]),Kn=ae=>(ge(B)&&(Q(B)?Ye(ae,B):ce(B)||at(ae)),!0),ci=ae=>{if(Q(B)&&!ce(B))return at(ae,B),!0;const Ce=re(B);return Ce?(je(ae,Ce),!0):!1},Li=ae=>{let Ce=!1;const Ae=ae.key;if(ae.altKey||ae.currentTarget!==ae.target||!B)return;const ot=ae.ctrlKey||ae.metaKey;switch(Ae){case" ":!v&&!ce(B)&&(x&&ae.shiftKey?(_t(ae,{end:B}),Ce=!0):x?Ce=xt(ae,B,!0):Ce=xt(ae,B)),ae.stopPropagation();break;case"Enter":ce(B)||(ge(B)?(at(ae),Ce=!0):x?Ce=xt(ae,B,!0):Ce=xt(ae,B)),ae.stopPropagation();break;case"ArrowDown":x&&ae.shiftKey&&!v&&Ar(ae,B),Ye(ae,B),Ce=!0;break;case"ArrowUp":x&&ae.shiftKey&&!v&&rr(ae,B),ht(ae,B),Ce=!0;break;case"ArrowRight":T?Ce=ci(ae):Ce=Kn(ae);break;case"ArrowLeft":T?Ce=Kn(ae):Ce=ci(ae);break;case"Home":x&&ot&&ae.shiftKey&&!v&&!ce(B)&&Xt(ae,B),Be(ae),Ce=!0;break;case"End":x&&ot&&ae.shiftKey&&!v&&!ce(B)&&Gn(ae,B),mt(ae),Ce=!0;break;default:Ae==="*"?(bt(ae,B),Ce=!0):x&&ot&&Ae.toLowerCase()==="a"&&!v?(wr(ae),Ce=!0):!ot&&!ae.shiftKey&&xie(Ae)&&(rt(ae,B,Ae),Ce=!0)}Ce&&(ae.preventDefault(),ae.stopPropagation()),w&&w(ae)},cs=ae=>{if(ae.target===ae.currentTarget){const Ce=Array.isArray(X)?X[0]:X;je(ae,Ce||be(null)[0])}E&&E(ae)},Ai=ae=>{G(null),C&&C(ae)},Fi=N.current[B]?N.current[B].idAttribute:null;return O.jsx(Dx.Provider,{value:{icons:{defaultCollapseIcon:s,defaultExpandIcon:d,defaultParentIcon:p,defaultEndIcon:a},focus:je,toggleExpansion:at,isExpanded:Q,isExpandable:ge,isFocused:oe,isSelected:ee,isDisabled:ce,selectNode:v?b$:xt,selectRange:v?b$:_t,multiSelect:x,disabledItemsFocusable:m,mapFirstChar:ln,unMapFirstChar:gn,registerNode:Cr,unregisterNode:xr,treeId:j},children:O.jsx(GL,{children:O.jsx(Cie,P({role:"tree",id:j,"aria-activedescendant":Fi,"aria-multiselectable":x,className:me(H.root,i),ref:F,tabIndex:0,onKeyDown:Li,onFocus:cs,onBlur:Ai,ownerState:L},M,{children:o}))})})}),qL=Pie;function Eo(m){var v=m,{value:e,onChange:t,min:n,max:r,required:o,getApi:i,typing:s,start:a,end:c,onTyping:d,suggestions:p}=v,h=dn(v,["value","onChange","min","max","required","getApi","typing","start","end","onTyping","suggestions"]);const b=e!=null?e:"";i==null||i({getError(){return!e&&o?"required":(e==null?void 0:e.length)<n?"too short":(e==null?void 0:e.length)>r?"too long":!1}});const[g,x]=u.useState(b),C=u.useRef(b);u.useEffect(()=>{x(b),C.current=b},[b]);const E=S=>u.createElement(fp,Oe(Ht(Oe({fullWidth:!0,InputLabelProps:g||h.placeholder?{shrink:!0}:void 0},h),{sx:h.label?h.sx:Object.assign({"& .MuiInputBase-input":{pt:1.5}},h.sx),value:g,onChange(k){const _=k.target.value;(d==null?void 0:d(_))!==!1&&(x(_),(s||document.activeElement!==k.target)&&w(k,_))},onKeyDown(k){var _;(_=h.onKeyDown)==null||_.call(h,k),k.key==="Enter"&&w(k)},onBlur(k){var _;(_=h.onBlur)==null||_.call(h,k),w(k)},InputProps:Oe({startAdornment:a&&u.createElement(og,{position:"start"},a),endAdornment:c&&u.createElement(og,{position:"end"},c)},h.InputProps)}),S));return p?u.createElement(sx,{freeSolo:!0,options:p,renderInput:E}):E(null);function w(S,k=g){const _=k.trim();_!==C.current&&(C.current=_,t(_,{was:e,event:S,cancel(){x(b)}}))}}function Ql(e){const a=e,{value:t,onChange:n,getApi:r,options:o,sx:i}=a,s=dn(a,["value","onChange","getApi","options","sx"]);return u.createElement(fp,Ht(Oe(Oe({},YL(e)),s),{onChange(c){try{let d=c.target.value;d=JSON.parse(d),n(d,{was:t,event:c})}catch(d){}}}))}function Bx(e){const a=e,{value:t,onChange:n,getApi:r,options:o,sx:i}=a,s=dn(a,["value","onChange","getApi","options","sx"]);return u.createElement(fp,Ht(Oe(Oe({},YL(Ht(Oe({},e),{value:void 0}))),s),{SelectProps:{multiple:!0},value:Array.isArray(t)?t.map(c=>JSON.stringify(c)):[],onChange(c){try{let d=c.target.value;d=Array.isArray(d)?d.map(p=>JSON.parse(p)):[],n(d,{was:t,event:c})}catch(d){}}}))}function YL(e){const{options:t,disabled:n}=e,r=Array.isArray(t)?t.map(s=>typeof s=="string"||typeof s=="number"?{value:s,label:String(s)}:s):Object.entries(t).map(([s,a])=>({value:a,label:s})),o=JSON.stringify(e.value),i=r.find(s=>JSON.stringify(s.value)===o);return{select:!0,fullWidth:!0,sx:e.label?e.sx:Object.assign({"& .MuiInputBase-input":{pt:1}},e.sx),value:i?o:"",disabled:!(r!=null&&r.length)||n,children:r.map((s,a)=>u.createElement(dr,{key:a,value:JSON.stringify(s==null?void 0:s.value),children:s==null?void 0:s.label}))}}function vm(r){var o=r,{value:e,empty:t="-"}=o,n=dn(o,["value","empty"]);return!n.toField&&t!==void 0&&e!==0&&!e&&(e=t),u.createElement(Eo,Ht(Oe({},n),{value:e,disabled:!0}))}function ma(d){var p=d,{value:e,onChange:t,getApi:n,required:r,min:o,max:i,step:s,unit:a}=p,c=dn(p,["value","onChange","getApi","required","min","max","step","unit"]);return n==null||n({getError(){return e==null?r?"required":!1:e<o?"too low":e>i?"too high":!1}}),u.createElement(Eo,Oe({type:"number",value:e==null?"":String(e),onChange(h,b){var g=b,{was:m}=g,v=dn(g,["was"]);t(h?Number(h):null,Ht(Oe({},v),{was:m?Number(m):null}))},inputProps:{min:o,max:i,step:s},InputProps:Dt.merge({sx:{"& input":{appearance:"textfield"}}},a&&{sx:{pr:"6px","& input":{pl:".2em",textAlign:"right"}},endAdornment:u.createElement(og,{position:"end",sx:{mt:"1.2em",ml:"5px","& p":{fontSize:"80%"}}},a)})},c))}function $a(c){var d=c,{label:e="",value:t,onChange:n,getApi:r,helperText:o,error:i,type:s}=d,a=dn(d,["label","value","onChange","getApi","helperText","error","type"]);const p=()=>t!=null?t:!1,[h,m]=u.useState(p);u.useEffect(()=>m(p),[t]);const v=u.createElement(EL,Ht(Oe({checked:h},a),{onChange(b){n(b.target.checked,{event:b,was:t})}}));return u.createElement(tt,{ml:1,mt:1,sx:i?{color:"error.main",outlineOffset:6,outline:"1px solid"}:void 0},u.createElement(iL,{label:e,control:v,labelPlacement:"end"}),o&&u.createElement(Tv,{error:i},o))}var zx={},kie=lt;Object.defineProperty(zx,"__esModule",{value:!0});var Gv=zx.default=void 0,Iie=kie(ft()),_ie=ct(),$ie=(0,Iie.default)((0,_ie.jsx)("path",{d:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"}),"Add");Gv=zx.default=$ie;var jx={},Mie=lt;Object.defineProperty(jx,"__esModule",{value:!0});var Ri=jx.default=void 0,Rie=Mie(ft()),Tie=ct(),Oie=(0,Rie.default)((0,Tie.jsx)("path",{d:"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"}),"Delete");Ri=jx.default=Oie;function Lie({value:e,onChange:t,keyLabel:n="key",valueLabel:r="value",keyWidth:o=5,valueWidth:i=5,actionsWidth:s=1}){const a=u.useRef(),c=u.useRef(),d={padding:".5em 1em",fontWeight:"bold"};return u.createElement(qn,{container:!0},u.createElement(qn,{item:!0,xs:o,sx:d},n),u.createElement(qn,{item:!0,xs:i,sx:d},r),u.createElement(qn,{item:!0,xs:s},u.createElement(ar,{onClick(){a.current.focus()}},u.createElement(Gv))),Object.entries(e||{}).map(([p,h])=>[u.createElement(qn,{key:"k",item:!0,xs:o},u.createElement(Eo,{value:p,onChange(m,g){var x=g,{was:v}=x,b=dn(x,["was"]);const C=Oe({},e);m&&(C[m]=v!==void 0?C[v]:""),v!==void 0&&delete C[v],t(C,Oe({was:e},b))}})),u.createElement(qn,{key:"v",item:!0,xs:i},u.createElement(Eo,{inputRef(m){c.current===p&&(m==null||m.focus(),c.current=null)},value:h,onChange(m,g){var x=g,{was:v}=x,b=dn(x,["was"]);const C=Oe({},e);m?C[p]=m:delete C[p],t(C,Oe({was:e},b))}})),u.createElement(qn,{key:"actions",item:!0,xs:s,sx:{display:"flex"}},u.createElement(ar,{onClick(m){const v=Oe({},e);delete v[p],t(v,{was:e,event:m})}},u.createElement(Ri)))]),u.createElement(qn,{item:!0,xs:o},u.createElement(Eo,{inputRef:a,value:"",onChange(p,h){if(p){if(h.cancel(),e&&p in e)return alert(n+" entry already present");c.current=p,t(Ht(Oe({},e),{[p]:""}),Ht(Oe({},h),{was:e}))}}})),u.createElement(qn,{item:!0,xs:i},u.createElement(Eo,{value:"",onChange(){},disabled:!0})))}function mp(b){var g=b,{fields:e,values:t,set:n,defaults:r,save:o,stickyBar:i,addToBar:s=[],barSx:a,formRef:c,onError:d,saveOnEnter:p,gridProps:h,formProps:m}=g,v=dn(g,["fields","values","set","defaults","save","stickyBar","addToBar","barSx","formRef","onError","saveOnEnter","gridProps","formProps"]);const x=u.useRef(!1);u.useEffect(()=>(x.current=!0,()=>{x.current=!1}),[]);const[C,E]=u.useState({}),[w,S]=u.useState({}),k=typeof o=="function"?{onClick:o}:o,[_,I]=u.useState(0),M=u.useRef(!1),R=u.useRef("");u.useEffect(()=>void j(),[_]);const T={};return u.createElement("form",Ht(Oe({ref:c&&(A=>c.current=A||void 0)},m),{onSubmit(A){A.preventDefault()},onKeyDown(A){k&&!k.disabled&&(A.ctrlKey||A.metaKey)&&A.key==="Enter"&&L()}}),u.createElement(tt,Oe({display:"flex",flexDirection:"column",gap:3},v),u.createElement(qn,Oe({container:!0,rowSpacing:3,columnSpacing:1},h),e.map((A,F)=>{if(!A)return null;if(u.isValidElement(A))return u.createElement(qn,{key:F,item:!0,xs:12},A);const le=A,{k:B,fromField:G=_s.identity,toField:N=_s.identity,getError:z,error:W}=le,q=dn(le,["k","fromField","toField","getError","error"]);let X=C[B]||w[B];if(X===!0&&(X="Not valid"),B){const ge=A.hasOwnProperty("value")?A.value:t==null?void 0:t[B],ee=Oe(Oe({},A),q);Object.assign(q,{value:N(ge),error:Boolean(X||W)||void 0,getApi(ce){T[B]=ce},onBlur(){H(B)},onKeyDown(ce){p&&ce.key==="Enter"&&L()},onChange(ce){try{if(ce=G(ce),S(oe=>Ht(Oe({},oe),{[B]:!1})),_s.isEqual(ce,ge))return;n(ce,B),H(B)}catch(oe){S(de=>Ht(Oe({},de),{[B]:(oe==null?void 0:oe.message)||String(oe)||!0}))}}}),X&&(q.helperText=q.helperText?u.createElement(u.Fragment,{},u.createElement("span",{style:{borderBottom:"1px solid"}},X),u.createElement("br"),q.helperText):X),q.label===void 0&&(q.label=XL(B)),_s.defaults(q,r==null?void 0:r(ee))}{const Q=q,{xs:ge=12,sm:ee,md:ce,lg:oe,xl:de,comp:be=Eo,before:we,after:_e,fromField:He,toField:Ne}=Q,re=dn(Q,["xs","sm","md","lg","xl","comp","before","after","fromField","toField"]);return u.createElement(qn,{key:B||F,item:!0,xs:ge,sm:ee,md:ce,lg:oe,xl:de},we,u.isValidElement(be)?be:u.createElement(be,re),_e)}})),k&&u.createElement(tt,{display:"flex",alignItems:"center",sx:Object.assign({},i&&{width:"fit-content",zIndex:2,backgroundColor:"background.paper",borderRadius:1,position:"sticky",bottom:0,p:1,m:-1},a)},u.createElement(eie,Ht(Oe({variant:"contained",startIcon:u.createElement(Nx),children:"Save",loading:_!==0},k),{onClick:L})),...s)));function L(){M.current=!0,H()}function H(A=""){_===0&&(R.current=A,setTimeout(()=>I(F=>F===0?1:F)))}function j(){return dt(this,null,function*(){var B,G;if(_===0)return;if(_===1)return I(2);const A="Please review errors",F={};for(const N of e){if(!N||u.isValidElement(N)||!N.k)continue;const{k:z}=N,W=t==null?void 0:t[z],q=(yield(B=T[z])==null?void 0:B.getError())||(yield(G=N.getError)==null?void 0:G.call(N,W,{values:t,fields:e}))||w[z];if(F[z]=q||!1,!M.current&&z===R.current)break;if(!x.current)return}E(F);try{if(!M.current)return;if(Object.values(F).some(Boolean))return yield d==null?void 0:d(A);const N=k&&k.onClick;N&&(yield N())}catch(N){yield d==null?void 0:d(N)}finally{M.current=!1,x.current&&I(0)}})}}function XL(e){return _s.capitalize(e.replace(/_/g," "))}Uie()+"";const Aie=hp({embedded:"",langs:[]});function Fie(e,t,n){const r=Nie(e)?[n!=null?n:n=e[0]]:Array.isArray(e)?e:[e];typeof t=="string"&&!n&&(n=t,t=null);let o,i="";const{langs:s,embedded:a}=Aie;return o||(o=n||r[0],i=a),Array.from(w$(o)).map(([d,p])=>{if(!p)return d;const[h,m,v]=d.split(","),b=t[h];return m==="plural"?c(b,v):b||b===0?b:""}).join("");function c(d,p){const h=new Intl.PluralRules(i||a).select(Number(d));let m="",v=!1,b=!1;for(const[x,C]of w$(p)){if(v)return g(x);if(b&&(m=x,b=!1),C)continue;const E=x.trim().split(/\s+/);v=E.some(w=>w[0]==="="&&d===Number(w.slice(1))||w===h),b=!v&&E.includes("other")}return g(m);function g(x){return x.replace("#",String(d))}}}function*w$(e){let t=0;for(;;){const n=e.indexOf("{",t);if(n<0)break;yield[e.slice(t,n),!1];let r=1;for(t=n+1;r&&t<e.length;)e[t]==="{"?r++:e[t]==="}"&&r--,t++;if(r)return console.debug("tokenizer: unclosed");yield[e.slice(n+1,t-1),!0]}yield[e.slice(t),!1]}function Nie(e){return(e==null?void 0:e.raw)&&Array.isArray(e)}function QL(e,t,n,r){let o=e[t];return Ox(e,()=>{const i=e[t];Object.is(o,i)||n(o=i)},r)}const Vu=hp({can_delete:void 0,can_upload:void 0,iconsClass:"",username:"",list:[],filteredList:void 0,loading:!1,listReloader:0,patternFilter:"",showFilter:!1,selected:{},remoteSearch:"",sortBy:"name",invertOrder:!1,foldersFirst:!0,sortNumerics:!1,theme:""});function Die(){return Bv(Vu)}const JL="hfs_settings",Hx=["sortBy","sortNumerics","invertOrder","foldersFirst","theme"];Bie();for(const e of Hx)QL(Vu,e,zie);function Bie(){const e=localStorage.getItem(JL);if(!e)return;let t;try{t=JSON.parse(e)}catch(n){console.error("invalid settings stored",e);return}for(const n of Hx){const r=t[n];r!==void 0&&(Vu[n]=r)}}function zie(){localStorage.setItem(JL,JSON.stringify(Dt.pick(Vu,Hx)))}const jie={login:"👤:user",user:"👤:user",filter:"✂",search:"🔍",search_off:"❌:cancel",stop:"⏹️",settings:"⚙:cog",archive:"📦",logout:"🚪",home:"🏠",parent:"⬅:level-up mirror",folder:"📂",file:"📄:doc",spinner:"🎲:spin6 spinner",password:"🗝️:key",download:"⬇️",upload:"⬆️",invert:"🙃:retweet",admin:"👑:crown",check:"✔️",to_start:"◀",to_end:"▶"};document.fonts.ready.then(()=>dt(void 0,null,function*(){const e='9px "fontello"';yield document.fonts.load(e),document.fonts.check(e)&&(Vu.iconsClass=" ")}));u.memo(o=>{var i=o,{name:e,alt:t,className:n=""}=i,r=dn(i,["name","alt","className"]);const[s,a]=(jie[e]||e).split(":"),{iconsClass:c}=Die();return n+=" icon "+(c?"fa-"+(a||e):"emoji"),u.createElement("span",Ht(Oe({},r),{"aria-label":t,role:"img",className:n}),c?null:s||"#")});function Hie(){return window.innerWidth<800}Object.assign(window.HFS||(window.HFS={}),{onEvent(e,t){const n={h:u.createElement,React:Jr,state:Vu,t:Fie,_:Dt};document.addEventListener("hfs."+e,r=>{const{params:o,output:i}=r.detail,s=t(o,n,i);s!==void 0&&Array.isArray(i)&&i.push(s)})}});function Vie(){return window.HFS}function Uie(){return Vie().prefixUrl}function Vx(i){var s=i,{gap:e=".8em",vert:t=!1,children:n=null,props:r={}}=s,o=dn(s,["gap","vert","children","props"]);return u.createElement("div",Oe({style:Oe({display:"flex",gap:e,flexDirection:t?"column":void 0},o)},r),n)}function ZL(){return uL("(prefers-color-scheme: dark)")}const Wie={};function Gie(){const e=ZL()?null:Wie;return u.useMemo(()=>KC({palette:e||{mode:"dark",text:{primary:"#bbb"},primary:{main:"#469"}},typography:{fontFamily:'Roboto, "Noto sans", "Segoe UI", "San Francisco", "Helvetica Neue", Arial, sans-serif'},components:{MuiTextField:{defaultProps:{variant:"filled"},styleOverrides:e||{root:{"& label.Mui-focused":{color:"#ccc"}}}},MuiButton:{defaultProps:{variant:"outlined"},styleOverrides:e||{root({ownerState:t}){return t.color==="primary"&&{color:t.variant==="contained"?"#ddd":"#68c"}}}}}}),[e])}gm.Container=function(t){const n=u.useRef(),{width:r,height:o}=Jre(),i=r>0&&Math.min(r,o)<500;u.useEffect(()=>{const p=setTimeout(()=>{const h=n.current;if(!h||(h.focus(),i))return;const m=h.querySelector("[autofocus]")||h.querySelector("input,textarea");m&&m instanceof HTMLElement&&m.focus()});return()=>clearTimeout(p)},[n.current]),t=Oe(Oe({},gm),t);const d=t.dialogProps||{},{sx:s,root:a}=d,c=dn(d,["sx","root"]);return gm.dialogProps={fullScreen:i,sx:{overflow:"initial"}},u.createElement(qX,Ht(Oe(Oe({open:!0,maxWidth:"lg",fullScreen:i},c),a),{onClose:()=>$i()}),t.title&&u.createElement(aQ,{sx:Oe({position:"sticky",top:0,py:1,pr:1,zIndex:2,boxShadow:"0 0 8px #0004",display:"flex",alignItems:"center"},Ux())},u.createElement(tt,{flex:1,minWidth:40},nw(t.title)),u.createElement(kn,{icon:pp,tooltip:"close",onClick:()=>$i()})),u.createElement(rQ,{ref:n,sx:Oe({p:t.padding?1:0,pt:"16px !important",overflow:"initial",display:"flex",flexDirection:"column",justifyContent:"center"},s)},u.createElement(t.Content)))};function Ux(){return ZL()?{bgcolor:"#2d2d2d"}:{bgcolor:"#ccc",color:"#444"}}const eA={error:Nv,warning:Dv,info:Hf,success:Px};function Un(e,t){return dt(this,null,function*(){return new Promise(n=>{const r=typeof t=="string"?{type:t}:t!=null?t:{};let a=r,{type:o="info"}=a,i=dn(a,["type"]);e instanceof Error&&(e=e.message||String(e),o="error");const s=Mi(Ht(Oe({className:"dialog-alert-"+o,icon:"!",onClose:n},i),{Content(){var c;return u.createElement(tt,{display:"flex",flexDirection:"column",alignItems:"center",gap:1},u.createElement(ar,{onClick(){s()},size:"small",sx:{position:"absolute",right:0,top:0,opacity:.5}},u.createElement(pp)),(c=r.icon)!=null?c:u.createElement(eA[o],{color:o,fontSize:"large"}),u.isValidElement(e)?e:u.createElement(tt,{fontSize:"large",mb:1,lineHeight:"1.8em"},String(e)))}}))})})}function Hl(n){return dt(this,arguments,function*(e,{href:t}={}){return new Promise(o=>Mi({className:"dialog-confirm",icon:"?",onClose:o,Content:r}));function r(){return u.createElement(u.Fragment,{},u.createElement(tt,{mb:2},e),u.createElement(Vx,{},u.createElement("a",{href:t,onClick:()=>$i(!0)},u.createElement(ur,{variant:"contained"},"Confirm")),u.createElement(ur,{onClick:()=>$i(!1)},"Don't")))}})}function Vf(i){return dt(this,null,function*(){var s=i,{fullScreen:e,title:t,onChange:n,before:r}=s,o=dn(s,["fullScreen","title","onChange","before"]);return new Promise(c=>Mi({className:"dialog-confirm",icon:"?",onClose:c,title:t,Content:a}));function a(){const[c,d]=u.useState(o.values||{});return u.createElement(u.Fragment,{},r,u.createElement(mp,Ht(Oe({},o),{values:c,set(p,h){const m=Ht(Oe({},c),{[h]:p});d(m),n==null||n(m,{setValues:d})},save:Ht(Oe({},o.save),{onClick(){$i(c)}})})))}})}function Kie(n){return dt(this,arguments,function*(e,t={}){return Vf(Ht(Oe({},t),{fields:[Oe({k:"text",label:null,autoFocus:!0,before:u.createElement(tt,{mb:2},e)},t.field)],save:Oe({children:"Continue",startIcon:u.createElement(NL)},t.save),saveOnEnter:!0,barSx:{gap:2},addToBar:[u.createElement(ur,{onClick:$i},"Cancel"),...t.addToBar||[]]})).then(r=>r==null?void 0:r.text)})}function qie(){return Mi({Content:zu,closable:!1})}function ki(e,t="info"){const r=Mi({Content:o,dialogProps:{PaperProps:{sx:{transition:`opacity ${3e3}ms ease-in`},ref(i){i&&(i.style.opacity="0")}}}});setTimeout(r,3e3);function o(){return u.createElement(tt,{display:"flex",flexDirection:"column",alignItems:"center",gap:1},u.isValidElement(t)?t:u.createElement(eA[t],{color:t}),u.isValidElement(e)?e:u.createElement("div",{},String(e)))}}function tA(){return u.createElement(zu)}function nA(e){return e&&/^[a-zA-Z]:$/.test(e)}function Wx(e,t){return e==t||e&&t&&typeof e=="object"&&typeof t=="object"&&Object.entries(e).every(([n,r])=>Wx(r,t[n]))}function Kv(e){return e?{outline:"2px solid"}:void 0}function kn(d){var p=d,{title:e,icon:t,onClick:n,disabled:r,progress:o,link:i,tooltipProps:s,confirm:a}=p,c=dn(p,["title","icon","onClick","disabled","progress","link","tooltipProps","confirm"]);const[h,m]=Co(!1);typeof r=="string"&&(e=r),i&&(n=()=>window.open(i));let v=u.createElement(ar,Ht(Oe({disabled:Boolean(h||o||r)},c),{onClick(){return dt(this,arguments,function*(){if(a&&!(yield Hl(a)))return;const g=n==null?void 0:n.apply(this,arguments);g&&g instanceof Promise&&(m(!0),g.catch(Un).finally(()=>m(!1)))})}}),u.createElement(t));return(o||h)&&o!==!1&&(v=u.createElement(tt,{position:"relative",display:"inline-block"},u.createElement(zu,Ht(Oe({},typeof o=="number"?{value:o*100,variant:"determinate"}:null),{style:{position:"absolute",top:4,left:4,width:32,height:32}})),v)),e&&(v=u.createElement(dp,Ht(Oe({title:e},s),{children:u.createElement("span",{},v)}))),v}function vo(e,t,n){return u.createElement(dp,{title:t,children:u.createElement(e,{sx:n})})}function Gx(e){return u.createElement(Tl,Oe({component:KT},e))}function Kx(e){return u.createElement(tt,Oe({display:"flex",height:"100%",width:"100%",justifyContent:"center",alignItems:"center",flexDirection:"column"},e))}function Yie(e,t){return dt(this,null,function*(){const r=(yield Rt("get_config",{only:[e]}))[e],o=yield t(r);JSON.stringify(r)!==JSON.stringify(o)&&(yield Rt("set_config",{values:{[e]:o}}))})}function Xie(e){return Object.keys(e)}function Qie(e){let t=e.lastIndexOf("/");return t<0&&(t=e.lastIndexOf("\\")),t<0?e:e.slice(t)}function Jie(...e){const t=Doe(e,r=>{var o;return(o=/\\|\//.exec("\\a/b"))==null?void 0:o[0]}),n=Hu(e.map(r=>r==null?"":String(r)));return n.map((r,o)=>o===n.length-1||r.endsWith("\\")||r.endsWith("/")?r:r+t).join("")}function Zie(e,t){var n;return(n=t[e])!=null?n:e}function Iu(e){return uL(t=>t.breakpoints.up(e),{noSsr:!0})}function rA(e){return{ENOENT:"Not found",ENOTDIR:"Not a folder"}[e]||e}function ese(e){return e==null?[]:Array.isArray(e)?e:[e]}function qx(e,t){return u.createElement(kn,Oe({icon:Fv,title:"Reload",onClick:e},t))}const tse=navigator.platform.match("Mac");function nse(e){return(e.ctrlKey||tse&&e.metaKey)&&e.key}function rse({icon:e,progress:t,sx:n}){return u.createElement(u.Fragment,{},u.createElement(e,{sx:{position:"absolute",ml:"4px"}}),u.createElement(dp,{title:joe(t),children:u.createElement(zu,{value:t*100,variant:"determinate",size:32,sx:n})}))}const oA="admin_state",En=hp(Object.assign({title:"",config:{},selectedFiles:[],vfs:void 0,loginRequired:!1,username:"",onlinePluginsColumns:{version:!1,pushed_at:!1,license:!1}},JSON.parse(localStorage[oA]||null))),iA=["onlinePluginsColumns"],ose=Dt.debounce(()=>localStorage[oA]=JSON.stringify(Dt.pick(En,iA)),500,{maxWait:1e3});for(const e of iA)QL(En,e,ose);function Jl(){return Bv(En)}function Ci(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+e+(n.length?" "+n.map(function(o){return"'"+o+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function _u(e){return!!e&&!!e[$o]}function za(e){var t;return!!e&&(function(n){if(!n||typeof n!="object")return!1;var r=Object.getPrototypeOf(n);if(r===null)return!0;var o=Object.hasOwnProperty.call(r,"constructor")&&r.constructor;return o===Object||typeof o=="function"&&Function.toString.call(o)===fse}(e)||Array.isArray(e)||!!e[_$]||!!(!((t=e.constructor)===null||t===void 0)&&t[_$])||Yx(e)||Xx(e))}function Uf(e,t,n){n===void 0&&(n=!1),Uu(e)===0?(n?Object.keys:tS)(e).forEach(function(r){n&&typeof r=="symbol"||t(r,e[r],e)}):e.forEach(function(r,o){return t(o,r,e)})}function Uu(e){var t=e[$o];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:Yx(e)?2:Xx(e)?3:0}function sw(e,t){return Uu(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function ise(e,t){return Uu(e)===2?e.get(t):e[t]}function sA(e,t,n){var r=Uu(e);r===2?e.set(t,n):r===3?e.add(n):e[t]=n}function sse(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function Yx(e){return use&&e instanceof Map}function Xx(e){return dse&&e instanceof Set}function pa(e){return e.o||e.t}function Qx(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=pse(e);delete t[$o];for(var n=tS(t),r=0;r<n.length;r++){var o=n[r],i=t[o];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(t[o]={configurable:!0,writable:!0,enumerable:i.enumerable,value:e[o]})}return Object.create(Object.getPrototypeOf(e),t)}function Jx(e,t){return t===void 0&&(t=!1),Zx(e)||_u(e)||!za(e)||(Uu(e)>1&&(e.set=e.add=e.clear=e.delete=lse),Object.freeze(e),t&&Uf(e,function(n,r){return Jx(r,!0)},!0)),e}function lse(){Ci(2)}function Zx(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function ns(e){var t=hse[e];return t||Ci(18,e),t}function C$(){return Wf}function y1(e,t){t&&(ns("Patches"),e.u=[],e.s=[],e.v=t)}function cg(e){lw(e),e.p.forEach(ase),e.p=null}function lw(e){e===Wf&&(Wf=e.l)}function x$(e){return Wf={p:[],l:Wf,h:e,m:!0,_:0}}function ase(e){var t=e[$o];t.i===0||t.i===1?t.j():t.O=!0}function b1(e,t){t._=t.p.length;var n=t.p[0],r=e!==void 0&&e!==n;return t.h.g||ns("ES5").S(t,e,r),r?(n[$o].P&&(cg(t),Ci(4)),za(e)&&(e=ug(t,e),t.l||dg(t,e)),t.u&&ns("Patches").M(n[$o].t,e,t.u,t.s)):e=ug(t,n,[]),cg(t),t.u&&t.v(t.u,t.s),e!==lA?e:void 0}function ug(e,t,n){if(Zx(t))return t;var r=t[$o];if(!r)return Uf(t,function(a,c){return S$(e,r,t,a,c,n)},!0),t;if(r.A!==e)return t;if(!r.P)return dg(e,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var o=r.i===4||r.i===5?r.o=Qx(r.k):r.o,i=o,s=!1;r.i===3&&(i=new Set(o),o.clear(),s=!0),Uf(i,function(a,c){return S$(e,r,o,a,c,n,s)}),dg(e,o,!1),n&&e.u&&ns("Patches").N(r,n,e.u,e.s)}return r.o}function S$(e,t,n,r,o,i,s){if(_u(o)){var a=ug(e,o,i&&t&&t.i!==3&&!sw(t.R,r)?i.concat(r):void 0);if(sA(n,r,a),!_u(a))return;e.m=!1}else s&&n.add(o);if(za(o)&&!Zx(o)){if(!e.h.D&&e._<1)return;ug(e,o),t&&t.A.l||dg(e,o)}}function dg(e,t,n){n===void 0&&(n=!1),!e.l&&e.h.D&&e.m&&Jx(t,n)}function w1(e,t){var n=e[$o];return(n?pa(n):e)[t]}function E$(e,t){if(t in e)for(var n=Object.getPrototypeOf(e);n;){var r=Object.getOwnPropertyDescriptor(n,t);if(r)return r;n=Object.getPrototypeOf(n)}}function aw(e){e.P||(e.P=!0,e.l&&aw(e.l))}function C1(e){e.o||(e.o=Qx(e.t))}function cw(e,t,n){var r=Yx(t)?ns("MapSet").F(t,n):Xx(t)?ns("MapSet").T(t,n):e.g?function(o,i){var s=Array.isArray(o),a={i:s?1:0,A:i?i.A:C$(),P:!1,I:!1,R:{},l:i,t:o,k:null,o:null,j:null,C:!1},c=a,d=uw;s&&(c=[a],d=Hd);var p=Proxy.revocable(c,d),h=p.revoke,m=p.proxy;return a.k=m,a.j=h,m}(t,n):ns("ES5").J(t,n);return(n?n.A:C$()).p.push(r),r}function cse(e){return _u(e)||Ci(22,e),function t(n){if(!za(n))return n;var r,o=n[$o],i=Uu(n);if(o){if(!o.P&&(o.i<4||!ns("ES5").K(o)))return o.t;o.I=!0,r=P$(n,i),o.I=!1}else r=P$(n,i);return Uf(r,function(s,a){o&&ise(o.t,s)===a||sA(r,s,t(a))}),i===3?new Set(r):r}(e)}function P$(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return Qx(e)}var k$,Wf,eS=typeof Symbol!="undefined"&&typeof Symbol("x")=="symbol",use=typeof Map!="undefined",dse=typeof Set!="undefined",I$=typeof Proxy!="undefined"&&Proxy.revocable!==void 0&&typeof Reflect!="undefined",lA=eS?Symbol.for("immer-nothing"):((k$={})["immer-nothing"]=!0,k$),_$=eS?Symbol.for("immer-draftable"):"__$immer_draftable",$o=eS?Symbol.for("immer-state"):"__$immer_state",fse=""+Object.prototype.constructor,tS=typeof Reflect!="undefined"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,pse=Object.getOwnPropertyDescriptors||function(e){var t={};return tS(e).forEach(function(n){t[n]=Object.getOwnPropertyDescriptor(e,n)}),t},hse={},uw={get:function(e,t){if(t===$o)return e;var n=pa(e);if(!sw(n,t))return function(o,i,s){var a,c=E$(i,s);return c?"value"in c?c.value:(a=c.get)===null||a===void 0?void 0:a.call(o.k):void 0}(e,n,t);var r=n[t];return e.I||!za(r)?r:r===w1(e.t,t)?(C1(e),e.o[t]=cw(e.A.h,r,e)):r},has:function(e,t){return t in pa(e)},ownKeys:function(e){return Reflect.ownKeys(pa(e))},set:function(e,t,n){var r=E$(pa(e),t);if(r!=null&&r.set)return r.set.call(e.k,n),!0;if(!e.P){var o=w1(pa(e),t),i=o==null?void 0:o[$o];if(i&&i.t===n)return e.o[t]=n,e.R[t]=!1,!0;if(sse(n,o)&&(n!==void 0||sw(e.t,t)))return!0;C1(e),aw(e)}return e.o[t]===n&&(n!==void 0||t in e.o)||Number.isNaN(n)&&Number.isNaN(e.o[t])||(e.o[t]=n,e.R[t]=!0),!0},deleteProperty:function(e,t){return w1(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,C1(e),aw(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var n=pa(e),r=Reflect.getOwnPropertyDescriptor(n,t);return r&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:r.enumerable,value:n[t]}},defineProperty:function(){Ci(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){Ci(12)}},Hd={};Uf(uw,function(e,t){Hd[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),Hd.deleteProperty=function(e,t){return Hd.set.call(this,e,t,void 0)},Hd.set=function(e,t,n){return uw.set.call(this,e[0],t,n,e[0])};var mse=function(){function e(n){var r=this;this.g=I$,this.D=!0,this.produce=function(o,i,s){if(typeof o=="function"&&typeof i!="function"){var a=i;i=o;var c=r;return function(g){var x=this;g===void 0&&(g=a);for(var C=arguments.length,E=Array(C>1?C-1:0),w=1;w<C;w++)E[w-1]=arguments[w];return c.produce(g,function(S){var k;return(k=i).call.apply(k,[x,S].concat(E))})}}var d;if(typeof i!="function"&&Ci(6),s!==void 0&&typeof s!="function"&&Ci(7),za(o)){var p=x$(r),h=cw(r,o,void 0),m=!0;try{d=i(h),m=!1}finally{m?cg(p):lw(p)}return typeof Promise!="undefined"&&d instanceof Promise?d.then(function(g){return y1(p,s),b1(g,p)},function(g){throw cg(p),g}):(y1(p,s),b1(d,p))}if(!o||typeof o!="object"){if((d=i(o))===void 0&&(d=o),d===lA&&(d=void 0),r.D&&Jx(d,!0),s){var v=[],b=[];ns("Patches").M(o,d,v,b),s(v,b)}return d}Ci(21,o)},this.produceWithPatches=function(o,i){if(typeof o=="function")return function(d){for(var p=arguments.length,h=Array(p>1?p-1:0),m=1;m<p;m++)h[m-1]=arguments[m];return r.produceWithPatches(d,function(v){return o.apply(void 0,[v].concat(h))})};var s,a,c=r.produce(o,i,function(d,p){s=d,a=p});return typeof Promise!="undefined"&&c instanceof Promise?c.then(function(d){return[d,s,a]}):[c,s,a]},typeof(n==null?void 0:n.useProxies)=="boolean"&&this.setUseProxies(n.useProxies),typeof(n==null?void 0:n.autoFreeze)=="boolean"&&this.setAutoFreeze(n.autoFreeze)}var t=e.prototype;return t.createDraft=function(n){za(n)||Ci(8),_u(n)&&(n=cse(n));var r=x$(this),o=cw(this,n,void 0);return o[$o].C=!0,lw(r),o},t.finishDraft=function(n,r){var o=n&&n[$o],i=o.A;return y1(i,r),b1(void 0,i)},t.setAutoFreeze=function(n){this.D=n},t.setUseProxies=function(n){n&&!I$&&Ci(20),this.g=n},t.applyPatches=function(n,r){var o;for(o=r.length-1;o>=0;o--){var i=r[o];if(i.path.length===0&&i.op==="replace"){n=i.value;break}}o>-1&&(r=r.slice(o+1));var s=ns("Patches").$;return _u(n)?s(n,r):this.produce(n,function(a){return s(a,r)})},e}(),Mo=new mse,gse=Mo.produce;Mo.produceWithPatches.bind(Mo);Mo.setAutoFreeze.bind(Mo);Mo.setUseProxies.bind(Mo);Mo.applyPatches.bind(Mo);Mo.createDraft.bind(Mo);Mo.finishDraft.bind(Mo);const vse=gse;function Zo(...e){const[t,n,r]=gp(...e),o=e[0],i=t===void 0,s=u.useMemo(()=>o?n?u.createElement(_o,{severity:"error"},String(n),u.createElement(kn,{icon:Fv,onClick:r,sx:{m:"-8px 0 -8px 16px"}})):i?tA():null:null,[n,o,i,r]);return{data:t,error:n,reload:r,loading:i,element:s}}var $M;const aA=(($M=window.HFS)==null?void 0:$M.prefixUrl)+"/~/api/",yse={loginSrp1:90,get_status:20};function Rt(e,t,{timeout:n=void 0}={}){var i,s;const r=uA();r&&(t=Oe({csrf:r},t));const o=new AbortController;return n!==!1&&setTimeout(()=>o.abort("timeout"),1e3*((s=(i=yse[e])!=null?i:n)!=null?s:10)),Object.assign(fetch(aA+e,{method:"POST",headers:{"content-type":"application/json"},signal:o.signal,body:t&&JSON.stringify(t)}).then(a=>dt(this,null,function*(){if(a.ok)return a.json().then(d=>(console.debug("API",e,t,">>",d),d));let c=(yield a.text())||"Failed API "+e;throw console.warn(c+(t?" "+JSON.stringify(t):"")),a.status===401&&(En.loginRequired=Noe(()=>{var d;return(d=JSON.parse(c))==null?void 0:d.any})!==!1||403,c="Unauthorized"),new bse(a.status,c)}),a=>{var c;throw(c=a==null?void 0:a.message)!=null&&c.includes("fetch")?Error("Network error"):a}),{abort(){o.abort("cancel")}})}class bse extends Error{constructor(t,n){super(n),this.code=t}}function gp(e,t){const[n,r]=Co(void 0),[o,i]=Co(void 0),[s,a]=Co(0),c=u.useRef();u.useEffect(()=>{var v;if((v=c.current)==null||v.abort(),r(void 0),i(void 0),!e)return;let p=!1;const h=Rt(e,t),m=h.then(b=>p||r(b),b=>p||i(b)).finally(()=>c.current=void 0);c.current=Object.assign(m,{abort(){p=!0,h.abort()}})},[e,JSON.stringify(t),s]);const d=u.useCallback(()=>c.current||a(p=>p+1),[a]);return[n,o,d]}function cA(e,t,n){console.debug("API EVENTS",e,t);const r=uA(),o={csrf:r&&JSON.stringify(r)};for(const s in t){const a=t[s];a!==void 0&&(o[s]=JSON.stringify(a))}const i=new EventSource(aA+e+"?"+new URLSearchParams(o));return i.onopen=()=>n("connected"),i.onerror=s=>n("error",s),i.onmessage=({data:s})=>{if(!s)return n("closed"),i.close();try{s=JSON.parse(s)}catch(a){return n("string",s)}console.debug("SSE msg",s),n("msg",s)},i}function uA(){return Ooe("csrf")}function wse(e,t={}){const[n,r]=Co(void 0),[o,i]=Co(void 0),[s,a]=Co(!1);return u.useEffect(()=>{const c=cA(e,t,(p,h)=>{switch(p){case"error":return i("Connection error"),d();case"closed":return d();case"msg":return(c==null?void 0:c.readyState)===(c==null?void 0:c.CLOSED)?d():r(h)}});return()=>{c.close(),d()};function d(){a(!1)}},[e,JSON.stringify(t)]),{data:n,loading:s,error:o}}function Ja(e,t={},{addId:n=!1,map:r=o=>o}={}){const[o,i]=Co([]),[s,a]=Co(void 0),[c,d]=Co(void 0),[p,h]=Co(!0),[m,v]=Co(!1),[b,g]=Co(!0),[x,C]=u.useState(0),E=u.useRef(0);return u.useEffect(()=>{if(!e)return;const k=[],_=Dt.debounce(()=>{const R=k.splice(0,1/0);R.length&&i(T=>[...T,...R])},1e3,{maxWait:1e3});d(void 0),v(!0),h(!0),g(!0),i([]);const I=cA(e,t,(R,T)=>{switch(R){case"connected":return h(!1),setTimeout(()=>_.flush());case"error":return d("Connection error"),M();case"closed":return M();case"msg":ese(T).forEach(L=>{if(L==="ready"){_.flush(),g(!1);return}if(L.error){L.error===401?En.loginRequired=L.any!==!1||403:d(rA(L.error));return}if(L.props)return a(L.props);if(L.add){const H=r(L.add);n&&(H.id=++E.current),k.push(H),_();return}if(L.remove){const H=[];for(const j of L.remove){const A=Dt.matches(j);Dt.isEmpty(Dt.remove(k,A))&&H.push(A)}if(Dt.isEmpty(H))return;i(j=>{const A=j.filter(F=>!H.some(B=>B(F)));return A.length<j.length?A:j});return}if(L.update){_.flush(),i(H=>{const j=[...H];for(const{search:A,change:F}of L.update){const B=j.findIndex(Dt.matches(A));B>=0&&(j[B]=Oe(Oe({},j[B]),F))}return j});return}console.debug("unknown api event",R,L)}),(I==null?void 0:I.readyState)===(I==null?void 0:I.CLOSED)&&M()}});return()=>I.close();function M(){g(!1),v(!1),_.flush()}},[x,e,JSON.stringify(t)]),{list:o,props:s,loading:m,error:c,initializing:b,connecting:p,setList:i,updateList:S,reload:w};function w(){C(k=>k+1)}function S(k){i(vse(o,_=>{k(_)}))}}var nS={},Cse=lt;Object.defineProperty(nS,"__esModule",{value:!0});var dA=nS.default=void 0,xse=Cse(ft()),Sse=ct(),Ese=(0,xse.default)((0,Sse.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14H9V8h2v8zm4 0h-2V8h2v8z"}),"PauseCircle");dA=nS.default=Ese;var rS={},Pse=lt;Object.defineProperty(rS,"__esModule",{value:!0});var qv=rS.default=void 0,kse=Pse(ft()),Ise=ct(),_se=(0,kse.default)((0,Ise.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM9.5 16.5v-9l7 4.5-7 4.5z"}),"PlayCircle");qv=rS.default=_se;var oS={},$se=lt;Object.defineProperty(oS,"__esModule",{value:!0});var iS=oS.default=void 0,Mse=$se(ft()),Rse=ct(),Tse=(0,Mse.default)((0,Rse.jsx)("path",{d:"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"}),"Lock");iS=oS.default=Tse;var sS={},Ose=lt;Object.defineProperty(sS,"__esModule",{value:!0});var fA=sS.default=void 0,Lse=Ose(ft()),Ase=ct(),Fse=(0,Lse.default)((0,Ase.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9C4.63 15.55 4 13.85 4 12zm8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1C19.37 8.45 20 10.15 20 12c0 4.42-3.58 8-8 8z"}),"Block");fA=sS.default=Fse;var lS={},Nse=lt;Object.defineProperty(lS,"__esModule",{value:!0});var pA=lS.default=void 0,Dse=Nse(ft()),Bse=ct(),zse=(0,Dse.default)((0,Bse.jsx)("path",{d:"M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-2 6h-2v2h2v2h-2v2h-2v-2h2v-2h-2v-2h2v-2h-2V8h2v2h2v2z"}),"FolderZip");pA=lS.default=zse;var aS={},jse=lt;Object.defineProperty(aS,"__esModule",{value:!0});var Yv=aS.default=void 0,Hse=jse(ft()),Vse=ct(),Use=(0,Hse.default)((0,Vse.jsx)("path",{d:"M5 20h14v-2H5v2zm0-10h4v6h6v-6h4l-7-7-7 7z"}),"Upload");Yv=aS.default=Use;const hA=u.createContext(void 0);function wt(){const e=u.useContext(hA);if(e===void 0)throw new Error(["MUI: Could not find the data grid context.","It looks like you rendered your component outside of a DataGrid, DataGridPro or DataGridPremium parent component.","This can also happen if you are bundling multiple versions of the data grid."].join(`
|
|
328
|
+
`));return e}const mA=u.createContext(void 0),qe=()=>{const e=u.useContext(mA);if(!e)throw new Error("MUI: useGridRootProps should only be used inside the DataGrid, DataGridPro or DataGridPremium component.");return e};function At(e){return Xe("MuiDataGrid",e)}const te=Ge("MuiDataGrid",["actionsCell","aggregationColumnHeader","aggregationColumnHeader--alignLeft","aggregationColumnHeader--alignCenter","aggregationColumnHeader--alignRight","autoHeight","booleanCell","cell--editable","cell--editing","cell--textCenter","cell--textLeft","cell--textRight","cell--withRenderer","cell","cellContent","cellCheckbox","cellSkeleton","checkboxInput","columnHeader--alignCenter","columnHeader--alignLeft","columnHeader--alignRight","columnHeader--dragging","columnHeader--moving","columnHeader--numeric","columnHeader--sortable","columnHeader--sorted","columnHeader--filtered","columnHeader","columnHeaderCheckbox","columnHeaderDraggableContainer","columnHeaderDropZone","columnHeaderTitle","columnHeaderTitleContainer","columnHeaderTitleContainerContent","columnGroupHeader","columnHeader--filledGroup","columnHeader--emptyGroup","columnHeader--showColumnBorder","columnHeaders","columnHeadersInner","columnHeadersInner--scrollable","columnSeparator--resizable","columnSeparator--resizing","columnSeparator--sideLeft","columnSeparator--sideRight","columnSeparator","columnsPanel","columnsPanelRow","detailPanel","detailPanels","detailPanelToggleCell","detailPanelToggleCell--expanded","footerCell","panel","panelHeader","panelWrapper","panelContent","panelFooter","paper","editBooleanCell","editInputCell","filterForm","filterFormDeleteIcon","filterFormLinkOperatorInput","filterFormColumnInput","filterFormOperatorInput","filterFormValueInput","filterIcon","footerContainer","iconButtonContainer","iconSeparator","main","menu","menuIcon","menuIconButton","menuOpen","menuList","overlay","root","root--densityStandard","root--densityComfortable","root--densityCompact","row","row--editable","row--editing","row--lastVisible","row--dragging","row--dynamicHeight","row--detailPanelExpanded","rowReorderCellPlaceholder","rowCount","rowReorderCellContainer","rowReorderCell","rowReorderCell--draggable","scrollArea--left","scrollArea--right","scrollArea","selectedRowCount","sortIcon","toolbarContainer","toolbarFilterList","virtualScroller","virtualScrollerContent","virtualScrollerContent--overflowed","virtualScrollerRenderZone","pinnedColumns","pinnedColumns--left","pinnedColumns--right","pinnedColumnHeaders","pinnedColumnHeaders--left","pinnedColumnHeaders--right","withBorder","treeDataGroupingCell","treeDataGroupingCellToggle","groupingCriteriaCell","groupingCriteriaCellToggle","pinnedRows","pinnedRows--top","pinnedRows--bottom","pinnedRowsRenderZone"]),Wse=e=>{const{classes:t}=e;return Ie({root:["main"]},At,t)},Gse=ie("div",{name:"MuiDataGrid",slot:"Main",overridesResolver:(e,t)=>t.main})(()=>({position:"relative",flexGrow:1,display:"flex",flexDirection:"column",overflow:"hidden"}));function gA(e){const t=qe(),n=Wse(t);return O.jsx(Gse,{className:n.root,ownerState:t,children:e.children})}function Kse(e,t){var n=function(S){var k=S.__resizeTriggers__,_=k.firstElementChild,I=k.lastElementChild,M=_.firstElementChild;I.scrollLeft=I.scrollWidth,I.scrollTop=I.scrollHeight,M.style.width=_.offsetWidth+1+"px",M.style.height=_.offsetHeight+1+"px",_.scrollLeft=_.scrollWidth,_.scrollTop=_.scrollHeight},r=function(S){return S.offsetWidth!=S.__resizeLast__.width||S.offsetHeight!=S.__resizeLast__.height},o=function(S){if(!(S.target.className.indexOf("contract-trigger")<0&&S.target.className.indexOf("expand-trigger")<0)){var k=this;n(this),this.__resizeRAF__&&t.cancelAnimationFrame(this.__resizeRAF__),this.__resizeRAF__=t.requestAnimationFrame(function(){r(k)&&(k.__resizeLast__.width=k.offsetWidth,k.__resizeLast__.height=k.offsetHeight,k.__resizeListeners__.forEach(function(_){_.call(k,S)}))})}},i=!1,s="",a="animationstart",c="Webkit Moz O ms".split(" "),d="webkitAnimationStart animationstart oAnimationStart MSAnimationStart".split(" "),p="";{var h=document.createElement("fakeelement");if(h.style.animationName!==void 0&&(i=!0),i===!1){for(var m=0;m<c.length;m++)if(h.style[c[m]+"AnimationName"]!==void 0){p=c[m],s="-"+p.toLowerCase()+"-",a=d[m],i=!0;break}}}var v="resizeanim",b="@"+s+"keyframes "+v+" { from { opacity: 0; } to { opacity: 0; } } ",g=s+"animation: 1ms "+v+"; ",x=function(S,k){if(!k.getElementById("muiDetectElementResize")){var _=(b||"")+".Mui-resizeTriggers { "+(g||"")+'visibility: hidden; opacity: 0; } .Mui-resizeTriggers, .Mui-resizeTriggers > div, .contract-trigger:before { content: " "; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; z-index: -1; } .Mui-resizeTriggers > div { background: #eee; overflow: auto; } .contract-trigger:before { width: 200%; height: 200%; }',I=k.constructor.name==="ShadowRoot"?k:S.head||S.getElementsByTagName("head")[0],M=S.createElement("style");M.id="muiDetectElementResize",M.type="text/css",e!=null&&M.setAttribute("nonce",e),M.styleSheet?M.styleSheet.cssText=_:M.appendChild(S.createTextNode(_)),I.appendChild(M)}},C=function(S,k){if(!S.__resizeTriggers__){var _=S.ownerDocument,I=t.getComputedStyle(S);I&&I.position=="static"&&(S.style.position="relative"),x(_,S.getRootNode()),S.__resizeLast__={},S.__resizeListeners__=[],(S.__resizeTriggers__=_.createElement("div")).className="Mui-resizeTriggers",S.__resizeTriggers__.innerHTML='<div class="expand-trigger"><div></div></div><div class="contract-trigger"></div>',S.appendChild(S.__resizeTriggers__),n(S),S.addEventListener("scroll",o,!0),a&&(S.__resizeTriggers__.__animationListener__=function(R){R.animationName==v&&n(S)},S.__resizeTriggers__.addEventListener(a,S.__resizeTriggers__.__animationListener__))}S.__resizeListeners__.push(k)},E=function(S,k){if(S.__resizeListeners__.splice(S.__resizeListeners__.indexOf(k),1),!S.__resizeListeners__.length){S.removeEventListener("scroll",o,!0),S.__resizeTriggers__.__animationListener__&&(S.__resizeTriggers__.removeEventListener(a,S.__resizeTriggers__.__animationListener__),S.__resizeTriggers__.__animationListener__=null);try{S.__resizeTriggers__=!S.removeChild(S.__resizeTriggers__)}catch(_){}}};return{addResizeListener:C,removeResizeListener:E}}const qse=["children","defaultHeight","defaultWidth","disableHeight","disableWidth","nonce","onResize","style"],Yse=u.forwardRef(function(t,n){const{children:r,defaultHeight:o=null,defaultWidth:i=null,disableHeight:s=!1,disableWidth:a=!1,nonce:c,onResize:d,style:p}=t,h=se(t,qse),[m,v]=u.useState({height:o,width:i}),b=u.useRef(null),g=u.useRef(null),x=cn(()=>{if(g.current){const S=g.current.offsetHeight||0,k=g.current.offsetWidth||0,I=io(g.current).getComputedStyle(g.current),M=parseInt(I.paddingLeft,10)||0,R=parseInt(I.paddingRight,10)||0,T=parseInt(I.paddingTop,10)||0,L=parseInt(I.paddingBottom,10)||0,H=S-T-L,j=k-M-R;(!s&&m.height!==H||!a&&m.width!==j)&&(v({height:H,width:j}),d&&d({height:H,width:j}))}});hn(()=>{var S;if(g.current=b.current.parentElement,!g)return;const k=io((S=g.current)!=null?S:void 0),_=Kse(c,k);return _.addResizeListener(g.current,x),x(),()=>{_.removeResizeListener(g.current,x)}},[c,x]);const C={overflow:"visible"},E={};s||(C.height=0,E.height=m.height),a||(C.width=0,E.width=m.width);const w=jt(b,n);return O.jsx("div",P({ref:w,style:P({},C,p)},h,{children:m.height===null&&m.width===null?null:r(E)}))}),Ti=(e,t="warning")=>{let n=!1;const r=Array.isArray(e)?e.join(`
|
|
329
|
+
`):e;return()=>{n||(n=!0,t==="error"?console.error(r):console.warn(r))}},cS=(e,t)=>e;function Xse(e){return e.acceptsApiRef}Ti(["MUI: `useGridSelector` has been called before the initialization of the state.","This hook can only be used inside the context of the grid."]);const Ke=(e,t)=>Xse(t)?t(e):t(e.current.state);var fg="NOT_FOUND";function Qse(e){var t;return{get:function(r){return t&&e(t.key,r)?t.value:fg},put:function(r,o){t={key:r,value:o}},getEntries:function(){return t?[t]:[]},clear:function(){t=void 0}}}function Jse(e,t){var n=[];function r(a){var c=n.findIndex(function(p){return t(a,p.key)});if(c>-1){var d=n[c];return c>0&&(n.splice(c,1),n.unshift(d)),d.value}return fg}function o(a,c){r(a)===fg&&(n.unshift({key:a,value:c}),n.length>e&&n.pop())}function i(){return n}function s(){n=[]}return{get:r,put:o,getEntries:i,clear:s}}var Zse=function(t,n){return t===n};function ele(e){return function(n,r){if(n===null||r===null||n.length!==r.length)return!1;for(var o=n.length,i=0;i<o;i++)if(!e(n[i],r[i]))return!1;return!0}}function vA(e,t){var n=typeof t=="object"?t:{equalityCheck:t},r=n.equalityCheck,o=r===void 0?Zse:r,i=n.maxSize,s=i===void 0?1:i,a=n.resultEqualityCheck,c=ele(o),d=s===1?Qse(c):Jse(s,c);function p(){var h=d.get(arguments);if(h===fg){if(h=e.apply(null,arguments),a){var m=d.getEntries(),v=m.find(function(b){return a(b.value,h)});v&&(h=v.value)}d.put(arguments,h)}return h}return p.clearCache=function(){return d.clear()},p}function tle(e){var t=Array.isArray(e[0])?e[0]:e;if(!t.every(function(r){return typeof r=="function"})){var n=t.map(function(r){return typeof r=="function"?"function "+(r.name||"unnamed")+"()":typeof r}).join(", ");throw new Error("createSelector expects all input-selectors to be functions, but received the following types: ["+n+"]")}return t}function nle(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var o=function(){for(var s=arguments.length,a=new Array(s),c=0;c<s;c++)a[c]=arguments[c];var d=0,p,h={memoizeOptions:void 0},m=a.pop();if(typeof m=="object"&&(h=m,m=a.pop()),typeof m!="function")throw new Error("createSelector expects an output function after the inputs, but received: ["+typeof m+"]");var v=h,b=v.memoizeOptions,g=b===void 0?n:b,x=Array.isArray(g)?g:[g],C=tle(a),E=e.apply(void 0,[function(){return d++,m.apply(null,arguments)}].concat(x)),w=e(function(){for(var k=[],_=C.length,I=0;I<_;I++)k.push(C[I].apply(null,arguments));return p=E.apply(null,k),p});return Object.assign(w,{resultFunc:m,memoizedResultFunc:E,dependencies:C,lastResult:function(){return p},recomputations:function(){return d},resetRecomputations:function(){return d=0}}),w};return o}var rle=nle(vA);const Ps={cache:null};Ti(["MUI: A selector was called without passing the instance ID, which may impact the performance of the grid.","To fix, call it with `apiRef`, e.g. `mySelector(apiRef)`, or pass the instance ID explicitly, e.g `mySelector(state, apiRef.current.instanceId)`."]);const Je=(...e)=>{Ps.cache===null&&(Ps.cache={});const t=(...n)=>{const[r,o]=n,i=!!r.current,s=i?r.current.instanceId:o!=null?o:"default",a=i?r.current.state:r;Ps.cache===null&&(Ps.cache={});const{cache:c}=Ps;if(c[s]&&c[s].get(e))return c[s].get(e)(a,s);const d=rle(...e);return c[s]||(c[s]=new Map),c[s].set(e,d),d(a,s)};return t.acceptsApiRef=!0,t},ole=e=>{typeof e!="undefined"?Ps.cache&&Ps.cache[e]&&delete Ps.cache[e]:Ps.cache=null},as=e=>e.rows,Xv=Je(as,e=>e.totalRowCount),ile=Je(as,e=>e.loading),sle=Je(as,e=>e.totalTopLevelRowCount),iu=Je(as,e=>e.idRowsLookup),uS=Je(as,e=>e.idToIdLookup),wl=Je(as,e=>e.tree),lle=Je(as,e=>e.groupingName),dS=Je(as,e=>e.treeDepth),wa=Je(as,e=>e.ids),ale=Je(as,e=>e==null?void 0:e.additionalRowGroups),vp=Je(ale,e=>e==null?void 0:e.pinnedRows),cle=Je(vp,e=>{var t,n;return((e==null||(t=e.top)==null?void 0:t.length)||0)+((e==null||(n=e.bottom)==null?void 0:n.length)||0)}),fS=e=>e.sorting,pS=Je(fS,e=>e.sortedRows),hS=Je(pS,iu,(e,t)=>e.map(n=>({id:n,model:t[n]}))),yi=Je(fS,e=>e.sortModel),ule=Je(yi,e=>e.reduce((n,r,o)=>(n[r.field]={sortDirection:r.sort,sortIndex:e.length>1?o+1:void 0},n),{})),ja=e=>e.columns,$u=Je(ja,e=>e.all),Wu=Je(ja,e=>e.lookup),Ii=Je($u,Wu,(e,t)=>e.map(n=>t[n])),$s=Je(ja,e=>e.columnVisibilityModel),Lr=Je(Ii,$s,(e,t)=>e.filter(n=>t[n.field]!==!1));Je(Lr,e=>e.map(t=>t.field));const Ha=Je(Lr,e=>{const t=[];let n=0;for(let r=0;r<e.length;r+=1)t.push(n),n+=e[r].computedWidth;return t}),Qv=Je(Lr,Ha,(e,t)=>{const n=e.length;return n===0?0:t[n-1]+e[n-1].computedWidth}),mS=Je(Ii,e=>e.filter(t=>t.filterable)),dle=Je(Ii,e=>e.reduce((t,n)=>(n.filterable&&(t[n.field]=n),t),{}));cS(Je(mS,e=>e.map(t=>t.field)));cS(Je(Lr,e=>e.length));const fle=cS(Je(Ha,Qv,(e,t)=>({totalWidth:t,positions:e}))),yp=e=>e.filter,Yr=Je(yp,e=>e.filterModel);Je(Yr,e=>e.quickFilterValues);const ple=Je(yp,e=>e.visibleRowsLookup),yA=Je(yp,e=>e.filteredRowsLookup);Je(yp,e=>e.filteredDescendantCountLookup);const Ws=Je(ple,hS,(e,t)=>t.filter(n=>e[n.id]!==!1)),df=Je(Ws,e=>e.map(t=>t.id)),hle=Je(yA,hS,(e,t)=>t.filter(n=>e[n.id]!==!1)),mle=Je(hle,e=>e.map(t=>t.id)),bA=Je(Ws,wl,dS,(e,t,n)=>n<2?e:e.filter(r=>{var o;return((o=t[r.id])==null?void 0:o.depth)===0})),wA=Je(Ws,e=>e.length),CA=Je(bA,e=>e.length),gle=Je(Yr,Wu,(e,t)=>{var n;return(n=e.items)==null?void 0:n.filter(r=>{var o,i;if(!r.columnField)return!1;const s=t[r.columnField];if(!(s!=null&&s.filterOperators)||(s==null||(o=s.filterOperators)==null?void 0:o.length)===0)return!1;const a=s.filterOperators.find(c=>c.value===r.operatorValue);return a?!a.InputComponent||r.value!=null&&((i=r.value)==null?void 0:i.toString())!=="":!1})}),vle=Je(gle,e=>e.reduce((n,r)=>(n[r.columnField]?n[r.columnField].push(r):n[r.columnField]=[r],n),{})),Za=e=>e.density,yle=Je(Za,e=>e.value),bp=Je(Za,e=>e.rowHeight),xA=Je(Za,e=>e.headerHeight),gS=Je(Za,e=>e.headerGroupingMaxDepth),ble=Je(Za,e=>e.factor),wp=Je(Za,e=>e.headerHeight*(1+e.headerGroupingMaxDepth));function wle(e){var t,n;const r=wt(),o=qe(),i=Ke(r,wp),[s,a]=u.useState(()=>{var p,h;return(p=(h=r.current.getRootDimensions())==null?void 0:h.viewportInnerSize)!=null?p:null}),c=u.useCallback(()=>{var p,h;a((p=(h=r.current.getRootDimensions())==null?void 0:h.viewportInnerSize)!=null?p:null)},[r]);hn(()=>r.current.subscribeEvent("viewportInnerSizeChange",c),[r,c]);let d=(t=s==null?void 0:s.height)!=null?t:0;return o.autoHeight&&d===0&&(d="auto"),s?O.jsx("div",P({style:{height:d,width:(n=s==null?void 0:s.width)!=null?n:0,position:"absolute",top:i,bottom:d==="auto"?0:void 0}},e)):null}function Cle(){const e=wt(),t=qe(),n=Ke(e,Xv),r=Ke(e,wA),o=Ke(e,ile),i=!o&&n===0,s=!o&&n>0&&r===0;let a=null;if(i){var c;a=O.jsx(t.components.NoRowsOverlay,P({},(c=t.componentsProps)==null?void 0:c.noRowsOverlay))}if(s){var d;a=O.jsx(t.components.NoResultsOverlay,P({},(d=t.componentsProps)==null?void 0:d.noResultsOverlay))}if(o){var p;a=O.jsx(t.components.LoadingOverlay,P({},(p=t.componentsProps)==null?void 0:p.loadingOverlay))}return a===null?null:O.jsx(wle,{children:a})}function xle(e){const{children:t,VirtualScrollerComponent:n,ColumnHeadersComponent:r}=e,o=wt(),i=qe(),s=Ke(o,wp),[a,c]=u.useState(i.disableVirtualization),d=u.useCallback(()=>{c(!0)},[]),p=u.useCallback(()=>{c(!1)},[]);u.useEffect(()=>{c(i.disableVirtualization)},[i.disableVirtualization]),o.current.unstable_disableVirtualization=d,o.current.unstable_enableVirtualization=p;const h=u.useRef(null),m=u.useRef(null),v=u.useRef(null),b=u.useRef(null);o.current.columnHeadersContainerElementRef=m,o.current.columnHeadersElementRef=h,o.current.windowRef=v,o.current.renderingZoneRef=b;const g=u.useCallback(x=>{o.current.publishEvent("resize",x)},[o]);return O.jsxs(gA,{children:[O.jsx(Cle,{}),O.jsx(r,{ref:m,innerRef:h}),O.jsx(Yse,{nonce:i.nonce,disableHeight:i.autoHeight,onResize:g,children:x=>{const C={width:x.width,height:x.height?x.height-s:"auto",marginTop:s};return O.jsx(n,{ref:v,style:C,disableVirtualization:a})}}),t]})}function Qn(e,t){const n=u.useRef(null);if(n.current)return n.current;const r=e.current.getLogger(t);return n.current=r,r}class Sle extends u.Component{static getDerivedStateFromError(t){return{hasError:!0,error:t}}componentDidCatch(t,n){this.props.api.current&&(this.logError(t),this.props.api.current.showError({error:t,errorInfo:n}))}logError(t,n){this.props.logger.error(`An unexpected error occurred. Error: ${t&&t.message}. `,t,n)}render(){var t;return this.props.hasError||(t=this.state)!=null&&t.hasError?this.props.render(this.state):this.props.children}}function Ele(e){const{children:t}=e,n=wt(),r=Qn(n,"GridErrorHandler"),o=qe(),i=n.current.state.error;return O.jsx(Sle,{hasError:i!=null,api:n,logger:r,render:s=>{var a;return O.jsx(gA,{children:O.jsx(o.components.ErrorOverlay,P({},s,i,(a=o.componentsProps)==null?void 0:a.errorOverlay))})},children:t})}function Ple(){var e;const t=wt(),n=qe(),r=u.useRef(null);return t.current.footerRef=r,n.hideFooter?null:O.jsx("div",{ref:r,children:O.jsx(n.components.Footer,P({},(e=n.componentsProps)==null?void 0:e.footer))})}function kle(){var e;const t=wt(),n=qe(),r=u.useRef(null);return t.current.headerRef=r,O.jsx("div",{ref:r,children:O.jsx(n.components.Header,P({},(e=n.componentsProps)==null?void 0:e.header))})}var Rr;(function(e){e.Cell="cell",e.Row="row"})(Rr||(Rr={}));var Mt;(function(e){e.Edit="edit",e.View="view"})(Mt||(Mt={}));var Ut;(function(e){e.Edit="edit",e.View="view"})(Ut||(Ut={}));const su={client:"client",server:"server"};var jr;(function(e){e.And="and",e.Or="or"})(jr||(jr={}));var xs;(function(e){e.enterKeyDown="enterKeyDown",e.cellDoubleClick="cellDoubleClick",e.printableKeyDown="printableKeyDown",e.deleteKeyDown="deleteKeyDown"})(xs||(xs={}));var Vi;(function(e){e.cellFocusOut="cellFocusOut",e.escapeKeyDown="escapeKeyDown",e.enterKeyDown="enterKeyDown",e.tabKeyDown="tabKeyDown",e.shiftTabKeyDown="shiftTabKeyDown"})(Vi||(Vi={}));var Ss;(function(e){e.enterKeyDown="enterKeyDown",e.cellDoubleClick="cellDoubleClick",e.printableKeyDown="printableKeyDown",e.deleteKeyDown="deleteKeyDown"})(Ss||(Ss={}));var Ui;(function(e){e.rowFocusOut="rowFocusOut",e.escapeKeyDown="escapeKeyDown",e.enterKeyDown="enterKeyDown",e.tabKeyDown="tabKeyDown",e.shiftTabKeyDown="shiftTabKeyDown"})(Ui||(Ui={}));var Gf;(function(e){e.Compact="compact",e.Standard="standard",e.Comfortable="comfortable"})(Gf||(Gf={}));function SA(e){return e.field!==void 0}const EA=e=>e.focus,xi=Je(EA,e=>e.cell),Ile=Je(EA,e=>e.columnHeader),PA=e=>e.tabIndex,pg=Je(PA,e=>e.cell),kA=Je(PA,e=>e.columnHeader),_le=["align","children","colIndex","colDef","cellMode","field","formattedValue","hasFocus","height","isEditable","rowId","tabIndex","value","width","className","showRightBorder","extendRowFullWidth","row","colSpan","disableDragEvents","onClick","onDoubleClick","onMouseDown","onMouseUp","onKeyDown","onDragEnter","onDragOver"];let x1;function $le(){return x1===void 0&&document.createElement("div").focus({get preventScroll(){return x1=!0,!1}}),x1}const Mle=e=>{const{align:t,showRightBorder:n,isEditable:r,classes:o}=e,i={root:["cell",`cell--text${fe(t)}`,r&&"cell--editable",n&&"withBorder"],content:["cellContent"]};return Ie(i,At,o)};function Rle(e){const{align:t,children:n,colIndex:r,cellMode:o,field:i,formattedValue:s,hasFocus:a,height:c,isEditable:d,rowId:p,tabIndex:h,value:m,width:v,className:b,showRightBorder:g,colSpan:x,disableDragEvents:C,onClick:E,onDoubleClick:w,onMouseDown:S,onMouseUp:k,onKeyDown:_,onDragEnter:I,onDragOver:M}=e,R=se(e,_le),T=s==null?m:s,L=u.useRef(null),H=u.useRef(null),j=wt(),A=qe(),F={align:t,showRightBorder:g,isEditable:d,classes:A.classes},B=Mle(F),G=u.useCallback(ee=>ce=>{const oe=j.current.getCellParams(p,i||"");j.current.publishEvent(ee,oe,ce),k&&k(ce)},[j,i,k,p]),N=u.useCallback(ee=>ce=>{const oe=j.current.getCellParams(p,i||"");j.current.publishEvent(ee,oe,ce),S&&S(ce)},[j,i,S,p]),z=u.useCallback((ee,ce)=>oe=>{if(!oe.currentTarget.contains(oe.target)||!j.current.getRow(p))return;const de=j.current.getCellParams(p,i||"");j.current.publishEvent(ee,de,oe),ce&&ce(oe)},[j,i,p]),W={minWidth:v,maxWidth:v,minHeight:c,maxHeight:c==="auto"?"none":c};u.useEffect(()=>{if(!a||o===Mt.Edit)return;const ee=pn(j.current.rootElementRef.current);if(L.current&&!L.current.contains(ee.activeElement)){const ce=L.current.querySelector('[tabindex="0"]'),oe=H.current||ce||L.current;if($le())oe.focus({preventScroll:!0});else{const de=j.current.getScrollPosition();oe.focus(),j.current.scroll(de)}}},[a,o,j]);let q=R.onFocus;const le=j.current.getColumn(i).type==="actions",Q=()=>{if(n==null){const ee=T==null?void 0:T.toString();return O.jsx("div",{title:ee,className:B.content,children:ee})}return u.isValidElement(n)&&le?u.cloneElement(n,{focusElementRef:H}):n},ge=C?null:{onDragEnter:z("cellDragEnter",I),onDragOver:z("cellDragOver",M)};return O.jsx("div",P({ref:L,className:me(b,B.root),role:"cell","data-field":i,"data-colindex":r,"aria-colindex":r+1,"aria-colspan":x,style:W,tabIndex:(o==="view"||!d)&&!le?h:-1,onClick:z("cellClick",E),onDoubleClick:z("cellDoubleClick",w),onMouseDown:N("cellMouseDown"),onMouseUp:G("cellMouseUp"),onKeyDown:z("cellKeyDown",_)},ge,R,{onFocus:q,children:Q()}))}const Tle=["id","value","formattedValue","api","field","row","rowNode","colDef","cellMode","isEditable","hasFocus","tabIndex","getValue"],Ole=e=>{const{classes:t}=e;return Ie({root:["booleanCell"]},At,t)},Lle=e=>{const{value:t}=e,n=se(e,Tle),r=wt(),o=qe(),i={classes:o.classes},s=Ole(i),a=u.useMemo(()=>t?o.components.BooleanCellTrueIcon:o.components.BooleanCellFalseIcon,[o.components.BooleanCellFalseIcon,o.components.BooleanCellTrueIcon,t]);return O.jsx(a,P({fontSize:"small",className:s.root,titleAccess:r.current.getLocaleText(t?"booleanCellTrueLabel":"booleanCellFalseLabel"),"data-value":Boolean(t)},n))},Ale=u.memo(Lle),Fle=e=>e.rowNode.isAutoGenerated?"":O.jsx(Ale,P({},e)),Nle=["id","value","formattedValue","api","field","row","rowNode","colDef","cellMode","isEditable","tabIndex","className","getValue","hasFocus","isValidating","isProcessingProps","error","onValueChange"],Dle=e=>{const{classes:t}=e;return Ie({root:["editBooleanCell"]},At,t)};function Ble(e){var t;const{id:n,value:r,field:o,className:i,hasFocus:s,onValueChange:a}=e,c=se(e,Nle),d=wt(),p=u.useRef(null),h=Pn(),[m,v]=u.useState(r),b=qe(),g={classes:b.classes},x=Dle(g),C=u.useCallback(E=>dt(this,null,function*(){const w=E.target.checked;a&&(yield a(E,w)),v(w),yield d.current.setEditCellValue({id:n,field:o,value:w},E)}),[d,o,n,a]);return u.useEffect(()=>{v(r)},[r]),hn(()=>{s&&p.current.focus()},[s]),O.jsx("label",P({htmlFor:h,className:me(x.root,i)},c,{children:O.jsx(b.components.BaseCheckbox,P({id:h,inputRef:p,checked:Boolean(m),onChange:C,size:"small"},(t=b.componentsProps)==null?void 0:t.baseCheckbox))}))}const zle=e=>O.jsx(Ble,P({},e)),jle=["id","value","formattedValue","api","field","row","rowNode","colDef","cellMode","isEditable","tabIndex","hasFocus","getValue","inputProps","isValidating","isProcessingProps","onValueChange"],Hle=ie(Bu)({fontSize:"inherit"}),Vle=e=>{const{classes:t}=e;return Ie({root:["editInputCell"]},At,t)};function Ule(e){const{id:t,value:n,field:r,colDef:o,hasFocus:i,inputProps:s,onValueChange:a}=e,c=se(e,jle),d=o.type==="dateTime",p=wt(),h=u.useRef(),m=u.useMemo(()=>{let w;n==null?w=null:n instanceof Date?w=n:w=new Date((n!=null?n:"").toString());let S;return w==null||Number.isNaN(w.getTime())?S="":S=new Date(w.getTime()-w.getTimezoneOffset()*60*1e3).toISOString().substr(0,d?16:10),{parsed:w,formatted:S}},[n,d]),[v,b]=u.useState(m),x={classes:qe().classes},C=Vle(x),E=u.useCallback(w=>dt(this,null,function*(){const S=w.target.value;let k;if(S==="")k=null;else{const[_,I]=S.split("T"),[M,R,T]=_.split("-");if(k=new Date,k.setFullYear(Number(M),Number(R)-1,Number(T)),k.setHours(0,0,0,0),I){const[L,H]=I.split(":");k.setHours(Number(L),Number(H),0,0)}}a&&(yield a(w,k)),b({parsed:k,formatted:S}),p.current.setEditCellValue({id:t,field:r,value:k},w)}),[p,r,t,a]);return u.useEffect(()=>{b(w=>{var S,k;return m.parsed!==w.parsed&&((S=m.parsed)==null?void 0:S.getTime())!==((k=w.parsed)==null?void 0:k.getTime())?m:w})},[m]),hn(()=>{i&&h.current.focus()},[i]),O.jsx(Hle,P({inputRef:h,fullWidth:!0,className:C.root,type:d?"datetime-local":"date",inputProps:P({max:d?"9999-12-31T23:59":"9999-12-31"},s),value:v.formatted,onChange:E},c))}const IA=e=>O.jsx(Ule,P({},e)),Wle=Tt(O.jsx("path",{d:"M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"}),"ArrowUpward"),Gle=Tt(O.jsx("path",{d:"M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"}),"ArrowDownward"),$$=Tt(O.jsx("path",{d:"M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"}),"KeyboardArrowRight"),M$=Tt(O.jsx("path",{d:"M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"}),"ExpandMore"),Kle=Tt(O.jsx("path",{d:"M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"}),"FilterList"),qle=Tt(O.jsx("path",{d:"M4.25 5.61C6.27 8.2 10 13 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-6s3.72-4.8 5.74-7.39c.51-.66.04-1.61-.79-1.61H5.04c-.83 0-1.3.95-.79 1.61z"}),"FilterAlt"),Yle=Tt(O.jsx("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"}),"Search");Tt(O.jsx("path",{d:"M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"}),"Menu");Tt(O.jsx("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"}),"CheckCircle");const Xle=Tt(O.jsx("path",{d:"M6 5H3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm14 0h-3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-7 0h-3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1z"}),"ColumnIcon"),Qle=Tt(O.jsx("path",{d:"M11 19V5h2v14z"}),"Separator"),Jle=Tt(O.jsx("path",{d:"M4 15h16v-2H4v2zm0 4h16v-2H4v2zm0-8h16V9H4v2zm0-6v2h16V5H4z"}),"ViewHeadline"),Zle=Tt(O.jsx("path",{d:"M21,8H3V4h18V8z M21,10H3v4h18V10z M21,16H3v4h18V16z"}),"TableRows"),eae=Tt(O.jsx("path",{d:"M4 18h17v-6H4v6zM4 5v6h17V5H4z"}),"ViewStream"),tae=Tt(O.jsx("path",{d:"M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"}),"TripleDotsVertical"),S1=Tt(O.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"),_A=Tt(O.jsx("path",{d:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"}),"Add"),nae=Tt(O.jsx("path",{d:"M19 13H5v-2h14v2z"}),"Remove"),vS=Tt(O.jsx("path",{d:"M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z"}),"Load"),$A=Tt(O.jsx("path",{d:"M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"}),"Drag"),rae=Tt(O.jsx("path",{d:"M19 12v7H5v-7H3v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7h-2zm-6 .67l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2z"}),"SaveAlt"),oae=Tt(O.jsx("path",{d:"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"}),"Check"),iae=Tt(O.jsx("path",{d:"M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"}),"MoreVert");function Cl(e){return typeof e=="object"&&e!==null?e.value:e}function hg(e,t){if(t===void 0)return;const n=t.find(r=>{const o=Cl(r);return String(o)===String(e)});return Cl(n)}const sae=["item","applyValue","type","apiRef","focusElementRef"],lae=({valueOptions:e,valueFormatter:t,field:n},r,o)=>(typeof e=="function"?["",...e({field:n})]:["",...e||[]]).map(s=>{const a=typeof s=="object",c=a?s.value:s,d=a?s.value:s,p=t&&s!==""?t({value:s,field:n,api:r}):s,h=a?s.label:p;return O.jsx(o,{value:d,children:h},c)}),MA=500;function Ki(e){var t,n,r,o,i;const{item:s,applyValue:a,type:c,apiRef:d,focusElementRef:p}=e,h=se(e,sae),m=u.useRef(),[v,b]=u.useState((t=s.value)!=null?t:""),[g,x]=u.useState(!1),C=Pn(),E=qe(),S=(r=(((n=E.componentsProps)==null?void 0:n.baseSelect)||{}).native)!=null?r:!0,k=c==="singleSelect"?{select:!0,SelectProps:P({native:S},(o=E.componentsProps)==null?void 0:o.baseSelect),children:lae(d.current.getColumn(s.columnField),d.current,S?"option":dr)}:{},_=u.useCallback(M=>{let R=M.target.value;if(c==="singleSelect"){const T=d.current.getColumn(s.columnField),L=typeof T.valueOptions=="function"?T.valueOptions({field:T.field}):T.valueOptions;R=hg(R,L)}clearTimeout(m.current),b(String(R)),x(!0),m.current=setTimeout(()=>{a(P({},s,{value:R})),x(!1)},MA)},[d,a,s,c]);u.useEffect(()=>()=>{clearTimeout(m.current)},[]),u.useEffect(()=>{var M;const R=(M=s.value)!=null?M:"";b(String(R))},[s.value]);const I=g?{endAdornment:O.jsx(vS,{})}:h.InputProps;return O.jsx(E.components.BaseTextField,P({id:C,label:d.current.getLocaleText("filterPanelInputLabel"),placeholder:d.current.getLocaleText("filterPanelInputPlaceholder"),value:v,onChange:_,variant:"standard",type:c||"text",InputProps:I,InputLabelProps:{shrink:!0},inputRef:p},k,h,(i=E.componentsProps)==null?void 0:i.baseTextField))}const aae=["id","value","formattedValue","api","field","row","rowNode","colDef","cellMode","isEditable","tabIndex","hasFocus","getValue","isValidating","debounceMs","isProcessingProps","onValueChange"],cae=e=>{const{classes:t}=e;return Ie({root:["editInputCell"]},At,t)},uae=ie(Bu,{name:"MuiDataGrid",slot:"EditInputCell",overridesResolver:(e,t)=>t.editInputCell})(({theme:e})=>P({},e.typography.body2,{padding:"1px 0","& input":{padding:"0 16px",height:"100%"}})),dae=u.forwardRef((e,t)=>{var n,r;const o=qe(),{id:i,value:s,field:a,colDef:c,hasFocus:d,debounceMs:p=(n=o.experimentalFeatures)!=null&&n.newEditingApi?200:MA,isProcessingProps:h,onValueChange:m}=e,v=se(e,aae),b=wt(),g=u.useRef(),[x,C]=u.useState(s),E=cae(o),w=u.useCallback(k=>dt(void 0,null,function*(){var _;const I=k.target.value;m&&(yield m(k,I));const M=b.current.getColumn(a);let R=I;M.valueParser&&(_=o.experimentalFeatures)!=null&&_.newEditingApi&&(R=M.valueParser(I,b.current.getCellParams(i,a))),C(R),b.current.setEditCellValue({id:i,field:a,value:R,debounceMs:p,unstable_skipValueParser:!0},k)}),[b,p,a,i,m,(r=o.experimentalFeatures)==null?void 0:r.newEditingApi]),S=b.current.unstable_getEditCellMeta?b.current.unstable_getEditCellMeta(i,a):{};return u.useEffect(()=>{S.changeReason!=="debouncedSetEditCellValue"&&C(s)},[S.changeReason,s]),hn(()=>{d&&g.current.focus()},[d]),O.jsx(uae,P({ref:t,inputRef:g,className:E.root,ownerState:o,fullWidth:!0,type:c.type==="number"?c.type:"text",value:x!=null?x:"",onChange:w,endAdornment:h?O.jsx(vS,{}):void 0},v))}),fae=e=>O.jsx(dae,P({},e)),yS=e=>e==="Escape",RA=e=>e==="Enter",TA=e=>e==="Tab",OA=e=>e===" ",pae=e=>e.indexOf("Arrow")===0,hae=e=>e==="Home"||e==="End",mae=e=>e.indexOf("Page")===0,dw=e=>e==="Delete"||e==="Backspace";function Jv(e){return e.key.length===1&&e.ctrlKey===!1&&e.metaKey===!1}const gae=["Enter","Escape","Tab"],vae=["Enter","Tab"],yae=e=>RA(e.key)||dw(e.key)||Jv(e),bae=e=>gae.indexOf(e)>-1,R$=e=>vae.indexOf(e)>-1,Cp=e=>hae(e)||pae(e)||mae(e)||OA(e),fw=e=>!!e.key,wae=e=>TA(e)||yS(e),Cae=["id","value","formattedValue","api","field","row","rowNode","colDef","cellMode","isEditable","tabIndex","className","getValue","hasFocus","isValidating","isProcessingProps","error","onValueChange","initialOpen"],xae=(e,t)=>{const n=typeof e=="object",r=n?e.value:e,o=n?e.value:e,i=n?e.label:e;return O.jsx(t,{value:o,children:i},r)};function Sae(e){return!!e.key}function Eae(e){var t,n,r;const o=qe(),{id:i,value:s,api:a,field:c,row:d,colDef:p,hasFocus:h,error:m,onValueChange:v,initialOpen:b=o.editMode===Rr.Cell}=e,g=se(e,Cae),x=wt(),C=u.useRef(),E=u.useRef(),[w,S]=u.useState(b),_=(n=(((t=o.componentsProps)==null?void 0:t.baseSelect)||{}).native)!=null?n:!1;let I;typeof p.valueOptions=="function"?I=p.valueOptions({id:i,row:d,field:c}):I=p.valueOptions,p.valueFormatter&&(I=I.map(L=>{if(typeof L=="object")return L;const H={field:c,api:a,value:L};return{value:L,label:String(p.valueFormatter(H))}}));const M=L=>dt(this,null,function*(){var H;S(!1);const j=L.target,A=hg(j.value,I);v&&(yield v(L,A));const F=yield x.current.setEditCellValue({id:i,field:c,value:A},L);if((H=o.experimentalFeatures)!=null&&H.newEditingApi||o.editMode===Rr.Row||F===!1)return;if((yield Promise.resolve(x.current.commitCellChange({id:i,field:c},L)))&&(x.current.setCellMode(i,c,"view"),L.key)){const G=x.current.getCellParams(i,c);x.current.publishEvent("cellNavigationKeyDown",G,L)}}),R=(L,H)=>{if(o.editMode===Rr.Row){S(!1);return}if(H==="backdropClick"||yS(L.key)){var j;(j=o.experimentalFeatures)!=null&&j.newEditingApi?x.current.stopCellEditMode({id:i,field:c,ignoreModifications:!0}):x.current.setCellMode(i,c,"view")}},T=L=>{Sae(L)&&L.key==="Enter"||S(!0)};return hn(()=>{h&&E.current.focus()},[h]),O.jsx(o.components.BaseSelect,P({ref:C,inputRef:E,value:s,onChange:M,open:w,onOpen:T,MenuProps:{onClose:R},error:m,native:_,fullWidth:!0},g,(r=o.componentsProps)==null?void 0:r.baseSelect,{children:I.map(L=>xae(L,_?"option":dr))}))}const Pae=e=>O.jsx(Eae,P({},e)),kae=["open","target","onClickAway","children","position","className","onExited"],Iae=e=>{const{classes:t}=e;return Ie({root:["menu"]},At,t)},_ae=ie(Ya,{name:"MuiDataGrid",slot:"Menu",overridesResolver:(e,t)=>t.menu})(({theme:e})=>({zIndex:e.zIndex.modal,[`& .${te.menuList}`]:{outline:0}})),$ae={"bottom-start":"top left","bottom-end":"top right"},LA=e=>{var t;const{open:n,target:r,onClickAway:o,children:i,position:s,className:a,onExited:c}=e,d=se(e,kae),p=wt(),h=u.useRef(r),m=u.useRef(n),v=qe(),b=Iae(v);u.useEffect(()=>{m.current&&h.current&&h.current.focus();const x=n?"menuOpen":"menuClose";p.current.publishEvent(x,{target:r}),m.current=n,h.current=r},[p,n,r]);const g=x=>C=>{x&&x(),c&&c(C)};return O.jsx(_ae,P({as:v.components.BasePopper,className:me(a,b.root),ownerState:v,open:n,anchorEl:r,transition:!0,placement:s},d,(t=v.componentsProps)==null?void 0:t.basePopper,{children:({TransitionProps:x,placement:C})=>O.jsx(IO,{onClickAway:o,mouseEvent:"onMouseDown",children:O.jsx(rg,P({},x,{style:{transformOrigin:$ae[C]},onExited:g(x==null?void 0:x.onExited),children:O.jsx(ai,{children:i})}))})}))},Mae=["colDef","id","api","hasFocus","isEditable","field","value","formattedValue","row","rowNode","cellMode","getValue","tabIndex","position","focusElementRef"],Rae=e=>typeof e.getActions=="function",Tae=e=>{const{colDef:t,id:n,hasFocus:r,tabIndex:o,position:i="bottom-end",focusElementRef:s}=e,a=se(e,Mae),[c,d]=u.useState(-1),[p,h]=u.useState(!1),m=wt(),v=u.useRef(null),b=u.useRef(null),g=u.useRef(!1),x=u.useRef({}),C=Pn(),E=Pn(),w=qe();if(u.useLayoutEffect(()=>{r||Object.entries(x.current).forEach(([A,F])=>{F==null||F.stop({},()=>{delete x.current[A]})})},[r]),u.useEffect(()=>{if(c<0||!v.current||c>=v.current.children.length)return;v.current.children[c].focus({preventScroll:!0})},[c]),u.useEffect(()=>{r||(d(-1),g.current=!1)},[r]),u.useImperativeHandle(s,()=>({focus(){g.current||d(0)}}),[]),!Rae(t))throw new Error("MUI: Missing the `getActions` property in the `GridColDef`.");const S=t.getActions(m.current.getRowParams(n)),k=S.filter(A=>!A.props.showInMenu),_=S.filter(A=>A.props.showInMenu),I=k.length+(_.length?1:0);u.useEffect(()=>{c>=I&&d(I-1)},[c,I]);const M=()=>{h(!0),d(I-1),g.current=!0},R=()=>{h(!1)},T=A=>F=>{x.current[A]=F},L=(A,F)=>B=>{d(A),g.current=!0,F&&F(B)},H=A=>{if(I<=1)return;let F=c;A.key==="ArrowRight"?F+=1:A.key==="ArrowLeft"&&(F-=1),!(F<0||F>=I)&&F!==c&&(A.preventDefault(),A.stopPropagation(),d(F))},j=A=>{A.key==="Tab"&&A.preventDefault(),["Tab","Enter","Escape"].includes(A.key)&&R()};return O.jsxs("div",P({role:"menu",ref:v,tabIndex:-1,className:te.actionsCell,onKeyDown:H},a,{children:[k.map((A,F)=>u.cloneElement(A,{key:F,touchRippleRef:T(F),onClick:L(F,A.props.onClick),tabIndex:c===F?o:-1})),_.length>0&&E&&O.jsx(ar,{ref:b,id:E,"aria-label":m.current.getLocaleText("actionsCellMore"),"aria-controls":C,"aria-expanded":p?"true":void 0,"aria-haspopup":"true",role:"menuitem",size:"small",onClick:M,touchRippleRef:T(E),tabIndex:c===k.length?o:-1,children:O.jsx(w.components.MoreActionsIcon,{fontSize:"small"})}),_.length>0&&O.jsx(LA,{onClickAway:R,onClick:R,open:p,target:b.current,position:i,children:O.jsx(Av,{id:C,className:te.menuList,onKeyDown:j,"aria-labelledby":E,variant:"menu",autoFocusItem:!0,children:_.map((A,F)=>u.cloneElement(A,{key:F}))})})]}))},Oae=e=>O.jsx(Tae,P({},e)),Lae=["field","align","width","contentWidth"],Aae=e=>{const{align:t,classes:n}=e,r={root:["cell","cellSkeleton",`cell--text${fe(t)}`]};return Ie(r,At,n)};function Fae(e){const{align:t,width:n,contentWidth:r}=e,o=se(e,Lae),s={classes:qe().classes,align:t},a=Aae(s);return O.jsx("div",P({className:a.root,style:{width:n}},o,{children:O.jsx(ete,{width:`${r}%`})}))}const Nae=ie("div",{name:"MuiDataGrid",slot:"Root",overridesResolver:(e,t)=>[{[`&.${te.autoHeight}`]:t.autoHeight},{[`&.${te.aggregationColumnHeader}`]:t.aggregationColumnHeader},{[`&.${te["aggregationColumnHeader--alignLeft"]}`]:t["aggregationColumnHeader--alignLeft"]},{[`&.${te["aggregationColumnHeader--alignCenter"]}`]:t["aggregationColumnHeader--alignCenter"]},{[`&.${te["aggregationColumnHeader--alignRight"]}`]:t["aggregationColumnHeader--alignRight"]},{[`&.${te.aggregationColumnHeaderLabel}`]:t.aggregationColumnHeaderLabel},{[`& .${te.editBooleanCell}`]:t.editBooleanCell},{[`& .${te["cell--editing"]}`]:t["cell--editing"]},{[`& .${te["cell--textCenter"]}`]:t["cell--textCenter"]},{[`& .${te["cell--textLeft"]}`]:t["cell--textLeft"]},{[`& .${te["cell--textRight"]}`]:t["cell--textRight"]},{[`& .${te["cell--withRenderer"]}`]:t["cell--withRenderer"]},{[`& .${te.cell}`]:t.cell},{[`& .${te.cellContent}`]:t.cellContent},{[`& .${te.cellCheckbox}`]:t.cellCheckbox},{[`& .${te.cellSkeleton}`]:t.cellSkeleton},{[`& .${te.checkboxInput}`]:t.checkboxInput},{[`& .${te["columnHeader--alignCenter"]}`]:t["columnHeader--alignCenter"]},{[`& .${te["columnHeader--alignLeft"]}`]:t["columnHeader--alignLeft"]},{[`& .${te["columnHeader--alignRight"]}`]:t["columnHeader--alignRight"]},{[`& .${te["columnHeader--dragging"]}`]:t["columnHeader--dragging"]},{[`& .${te["columnHeader--moving"]}`]:t["columnHeader--moving"]},{[`& .${te["columnHeader--numeric"]}`]:t["columnHeader--numeric"]},{[`& .${te["columnHeader--sortable"]}`]:t["columnHeader--sortable"]},{[`& .${te["columnHeader--sorted"]}`]:t["columnHeader--sorted"]},{[`& .${te.columnHeader}`]:t.columnHeader},{[`& .${te.columnHeaderCheckbox}`]:t.columnHeaderCheckbox},{[`& .${te.columnHeaderDraggableContainer}`]:t.columnHeaderDraggableContainer},{[`& .${te.columnHeaderTitleContainer}`]:t.columnHeaderTitleContainer},{[`& .${te["columnSeparator--resizable"]}`]:t["columnSeparator--resizable"]},{[`& .${te["columnSeparator--resizing"]}`]:t["columnSeparator--resizing"]},{[`& .${te.columnSeparator}`]:t.columnSeparator},{[`& .${te.filterIcon}`]:t.filterIcon},{[`& .${te.iconSeparator}`]:t.iconSeparator},{[`& .${te.menuIcon}`]:t.menuIcon},{[`& .${te.menuIconButton}`]:t.menuIconButton},{[`& .${te.menuOpen}`]:t.menuOpen},{[`& .${te.menuList}`]:t.menuList},{[`& .${te["row--editable"]}`]:t["row--editable"]},{[`& .${te["row--editing"]}`]:t["row--editing"]},{[`& .${te["row--dragging"]}`]:t["row--dragging"]},{[`& .${te.row}`]:t.row},{[`& .${te.rowReorderCellPlaceholder}`]:t.rowReorderCellPlaceholder},{[`& .${te.rowReorderCell}`]:t.rowReorderCell},{[`& .${te["rowReorderCell--draggable"]}`]:t["rowReorderCell--draggable"]},{[`& .${te.sortIcon}`]:t.sortIcon},{[`& .${te.withBorder}`]:t.withBorder},{[`& .${te.treeDataGroupingCell}`]:t.treeDataGroupingCell},{[`& .${te.treeDataGroupingCellToggle}`]:t.treeDataGroupingCellToggle},{[`& .${te.detailPanelToggleCell}`]:t.detailPanelToggleCell},{[`& .${te["detailPanelToggleCell--expanded"]}`]:t["detailPanelToggleCell--expanded"]},t.root]})(({theme:e})=>{const t=e.palette.mode==="light"?Bs(nt(e.palette.divider,1),.88):Ds(nt(e.palette.divider,1),.68);return P({flex:1,boxSizing:"border-box",position:"relative",border:`1px solid ${t}`,borderRadius:e.shape.borderRadius,color:e.palette.text.primary},e.typography.body2,{outline:"none",height:"100%",display:"flex",flexDirection:"column",[`&.${te.autoHeight}`]:{height:"auto",[`& .${te["row--lastVisible"]} .${te.cell}`]:{borderBottomColor:"transparent"}},[`& .${te["virtualScrollerContent--overflowed"]} .${te["row--lastVisible"]} .${te.cell}`]:{borderBottomColor:"transparent"},[`& .${te.columnHeader}, & .${te.cell}`]:{WebkitTapHighlightColor:"transparent",lineHeight:null,padding:"0 10px",boxSizing:"border-box"},[`& .${te.columnHeader}:focus-within, & .${te.cell}:focus-within`]:{outline:`solid ${nt(e.palette.primary.main,.5)} 1px`,outlineWidth:1,outlineOffset:-1},[`& .${te.columnHeader}:focus, & .${te.cell}:focus`]:{outline:`solid ${e.palette.primary.main} 1px`},[`& .${te.columnHeaderCheckbox}, & .${te.cellCheckbox}`]:{padding:0,justifyContent:"center",alignItems:"center"},[`& .${te.columnHeader}`]:{position:"relative",display:"flex",alignItems:"center"},[`& .${te["columnHeader--sorted"]} .${te.iconButtonContainer}, & .${te["columnHeader--filtered"]} .${te.iconButtonContainer}`]:{visibility:"visible",width:"auto"},[`& .${te.columnHeader}:not(.${te["columnHeader--sorted"]}) .${te.sortIcon}`]:{opacity:0,transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.shorter})},[`& .${te.columnHeader}:not(.${te["columnHeader--sorted"]}):hover .${te.sortIcon}`]:{opacity:.5},[`& .${te.columnHeaderTitleContainer}`]:{display:"flex",alignItems:"center",minWidth:0,flex:1,whiteSpace:"nowrap",overflow:"hidden"},[`& .${te.columnHeaderTitleContainerContent}`]:{overflow:"hidden",display:"flex",alignItems:"center"},[`& .${te["columnHeader--filledGroup"]} .${te.columnHeaderTitleContainer}`]:{borderBottom:`solid ${t} 1px`,boxSizing:"border-box"},[`& .${te["columnHeader--filledGroup"]}.${te["columnHeader--showColumnBorder"]} .${te.columnHeaderTitleContainer}`]:{borderBottom:"none"},[`& .${te["columnHeader--filledGroup"]}.${te["columnHeader--showColumnBorder"]}`]:{borderBottom:`solid ${t} 1px`,boxSizing:"border-box"},[`& .${te.sortIcon}, & .${te.filterIcon}`]:{fontSize:"inherit"},[`& .${te["columnHeader--sortable"]}`]:{cursor:"pointer"},[`& .${te["columnHeader--alignCenter"]} .${te.columnHeaderTitleContainer}`]:{justifyContent:"center"},[`& .${te["columnHeader--alignRight"]} .${te.columnHeaderDraggableContainer}, & .${te["columnHeader--alignRight"]} .${te.columnHeaderTitleContainer}`]:{flexDirection:"row-reverse"},[`& .${te["columnHeader--alignCenter"]} .${te.menuIcon}, & .${te["columnHeader--alignRight"]} .${te.menuIcon}`]:{marginRight:"auto",marginLeft:-6},[`& .${te["columnHeader--alignRight"]} .${te.menuIcon}, & .${te["columnHeader--alignRight"]} .${te.menuIcon}`]:{marginRight:"auto",marginLeft:-10},[`& .${te["columnHeader--moving"]}`]:{backgroundColor:e.palette.action.hover},[`& .${te.columnSeparator}`]:{position:"absolute",zIndex:100,display:"flex",flexDirection:"column",justifyContent:"center",color:t},[`& .${te["columnSeparator--sideLeft"]}`]:{left:-12},[`& .${te["columnSeparator--sideRight"]}`]:{right:-12},[`& .${te["columnSeparator--resizable"]}`]:{cursor:"col-resize",touchAction:"none","&:hover":{color:e.palette.text.primary,"@media (hover: none)":{color:t}},[`&.${te["columnSeparator--resizing"]}`]:{color:e.palette.text.primary},"& svg":{pointerEvents:"none"}},[`& .${te.iconSeparator}`]:{color:"inherit"},[`& .${te.menuIcon}`]:{width:0,visibility:"hidden",fontSize:20,marginRight:-10,display:"flex",alignItems:"center"},[`& .${te.columnHeader}:hover`]:{[`& .${te.iconButtonContainer}`]:{visibility:"visible",width:"auto"},[`& .${te.menuIcon}`]:{width:"auto",visibility:"visible"}},[`.${te.menuOpen}`]:{visibility:"visible",width:"auto"},[`& .${te.row}`]:{display:"flex",width:"fit-content",breakInside:"avoid","&:hover, &.Mui-hovered":{backgroundColor:e.palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},"&.Mui-selected":{backgroundColor:nt(e.palette.primary.main,e.palette.action.selectedOpacity),"&:hover, &.Mui-hovered":{backgroundColor:nt(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:nt(e.palette.primary.main,e.palette.action.selectedOpacity)}}}},[`& .${te.cell}`]:{display:"flex",alignItems:"center",borderBottom:`1px solid ${t}`},[`& .${te.row}:not(.${te["row--dynamicHeight"]}) > .${te.cell}`]:{overflow:"hidden",whiteSpace:"nowrap"},[`& .${te.cellContent}`]:{overflow:"hidden",textOverflow:"ellipsis"},[`& .${te.cell}.${te["cell--editing"]}`]:{padding:1,display:"flex",boxShadow:e.shadows[2],backgroundColor:e.palette.background.paper,"&:focus-within":{outline:`solid ${e.palette.primary.main} 1px`,outlineOffset:"-1px"}},[`& .${te["row--editing"]}`]:{boxShadow:e.shadows[2]},[`& .${te["row--editing"]} .${te.cell}`]:{boxShadow:e.shadows[0],backgroundColor:e.palette.background.paper},[`& .${te.editBooleanCell}`]:{display:"flex",height:"100%",width:"100%",alignItems:"center",justifyContent:"center"},[`& .${te.booleanCell}[data-value="true"]`]:{color:e.palette.text.secondary},[`& .${te.booleanCell}[data-value="false"]`]:{color:e.palette.text.disabled},[`& .${te.actionsCell}`]:{display:"inline-flex",alignItems:"center",gridGap:e.spacing(1)},[`& .${te.rowReorderCell}`]:{display:"inline-flex",flex:1,alignItems:"center",justifyContent:"center",opacity:e.palette.action.disabledOpacity},[`& .${te["rowReorderCell--draggable"]}`]:{cursor:"move",opacity:1},[`& .${te.rowReorderCellContainer}`]:{padding:0,alignItems:"stretch"},[`& .${te.withBorder}`]:{borderRight:`1px solid ${t}`},[`& .${te["cell--textLeft"]}`]:{justifyContent:"flex-start"},[`& .${te["cell--textRight"]}`]:{justifyContent:"flex-end"},[`& .${te["cell--textCenter"]}`]:{justifyContent:"center"},[`& .${te.columnHeaderDraggableContainer}`]:{display:"flex",width:"100%",height:"100%"},[`& .${te.rowReorderCellPlaceholder}`]:{display:"none"},[`& .${te["columnHeader--dragging"]}, & .${te["row--dragging"]}`]:{background:e.palette.background.paper,padding:"0 12px",borderRadius:e.shape.borderRadius,opacity:e.palette.action.disabledOpacity},[`& .${te["row--dragging"]}`]:{background:e.palette.background.paper,padding:"0 12px",borderRadius:e.shape.borderRadius,opacity:e.palette.action.disabledOpacity,[`& .${te.rowReorderCellPlaceholder}`]:{display:"flex"}},[`& .${te.treeDataGroupingCell}`]:{display:"flex",alignItems:"center",width:"100%"},[`& .${te.treeDataGroupingCellToggle}`]:{flex:"0 0 28px",alignSelf:"stretch",marginRight:e.spacing(2)},[`& .${te.groupingCriteriaCell}`]:{display:"flex",alignItems:"center",width:"100%"},[`& .${te.groupingCriteriaCellToggle}`]:{flex:"0 0 28px",alignSelf:"stretch",marginRight:e.spacing(2)}})}),Dae=["children","className"],Bae=e=>{const{autoHeight:t,density:n,classes:r}=e,o={root:["root",t&&"autoHeight",`root--density${fe(n)}`]};return Ie(o,At,r)},zae=u.forwardRef(function(t,n){const r=qe(),{children:o,className:i}=t,s=se(t,Dae),a=wt(),c=Ke(a,Lr),d=Ke(a,Xv),p=Ke(a,yle),h=Ke(a,gS),m=u.useRef(null),v=jt(m,n),b=Ke(a,cle),g=P({},r,{density:p}),x=Bae(g);a.current.rootElementRef=m;const[C,E]=u.useState(!1);return hn(()=>{E(!0)},[]),hn(()=>{C&&a.current.unstable_updateGridDimensionsRef()},[a,C]),C?O.jsx(Nae,P({ref:v,className:me(i,x.root),ownerState:g,role:"grid","aria-colcount":c.length,"aria-rowcount":h+1+b+d,"aria-multiselectable":!r.disableMultipleSelection,"aria-label":r["aria-label"],"aria-labelledby":r["aria-labelledby"]},s,{children:o})):null}),jae=["className"],Hae=e=>{const{classes:t}=e;return Ie({root:["footerContainer"]},At,t)},Vae=ie("div",{name:"MuiDataGrid",slot:"FooterContainer",overridesResolver:(e,t)=>t.footerContainer})(({theme:e})=>({display:"flex",justifyContent:"space-between",alignItems:"center",minHeight:52,borderTop:`1px solid ${e.palette.mode==="light"?Bs(nt(e.palette.divider,1),.88):Ds(nt(e.palette.divider,1),.68)}`})),Uae=u.forwardRef(function(t,n){const{className:r}=t,o=se(t,jae),i=qe(),s=Hae(i);return O.jsx(Vae,P({ref:n,className:me(s.root,r),ownerState:i},o))}),Wae=["className"],Gae=e=>{const{classes:t}=e;return Ie({root:["overlay"]},At,t)},Kae=ie("div",{name:"MuiDataGrid",slot:"Overlay",overridesResolver:(e,t)=>t.overlay})(({theme:e})=>({position:"absolute",top:0,zIndex:4,width:"100%",height:"100%",pointerEvents:"none",display:"flex",alignSelf:"center",alignItems:"center",justifyContent:"center",backgroundColor:nt(e.palette.background.default,e.palette.action.disabledOpacity)})),Zv=u.forwardRef(function(t,n){const{className:r}=t,o=se(t,Wae),i=qe(),s=Gae(i);return O.jsx(Kae,P({ref:n,className:me(s.root,r),ownerState:i},o))}),qae=["className"],Yae=e=>{const{classes:t}=e;return Ie({root:["iconButtonContainer"]},At,t)},Xae=ie("div",{name:"MuiDataGrid",slot:"IconButtonContainer",overridesResolver:(e,t)=>t.iconButtonContainer})(()=>({display:"flex",visibility:"hidden",width:0})),AA=u.forwardRef(function(t,n){const{className:r}=t,o=se(t,qae),i=qe(),s=Yae(i);return O.jsx(Xae,P({ref:n,className:me(s.root,r),ownerState:i},o))}),Qae=e=>{const{classes:t}=e;return Ie({icon:["sortIcon"]},At,t)};function Jae(e,t,n,r){let o;const i={};return t==="asc"?o=e.ColumnSortedAscendingIcon:t==="desc"?o=e.ColumnSortedDescendingIcon:(o=e.ColumnUnsortedIcon,i.sortingOrder=r),o?O.jsx(o,P({fontSize:"small",className:n},i)):null}function Zae(e){const{direction:t,index:n,sortingOrder:r}=e,o=wt(),i=qe(),s=P({},e,{classes:i.classes}),a=Qae(s),c=Jae(i.components,t,a.icon,r);if(!c)return null;const d=O.jsx(ar,{tabIndex:-1,"aria-label":o.current.getLocaleText("columnHeaderSortIconLabel"),title:o.current.getLocaleText("columnHeaderSortIconLabel"),size:"small",children:c});return O.jsxs(AA,{children:[n!=null&&O.jsx(qO,{badgeContent:n,color:"default",children:d}),n==null&&d]})}const ece=u.memo(Zae),tce=e=>{const{classes:t,open:n}=e;return Ie({root:["menuIcon",n&&"menuOpen"],button:["menuIconButton"]},At,t)},nce=u.memo(e=>{const{column:t,open:n,columnMenuId:r,columnMenuButtonId:o,iconButtonRef:i}=e,s=wt(),a=qe(),c=P({},e,{classes:a.classes}),d=tce(c),p=u.useCallback(h=>{h.preventDefault(),h.stopPropagation(),s.current.toggleColumnMenu(t.field)},[s,t.field]);return O.jsx("div",{className:d.root,children:O.jsx(ar,{ref:i,tabIndex:-1,className:d.button,"aria-label":s.current.getLocaleText("columnMenuLabel"),title:s.current.getLocaleText("columnMenuLabel"),size:"small",onClick:p,"aria-expanded":n?"true":void 0,"aria-haspopup":"true","aria-controls":r,id:o,children:O.jsx(a.components.ColumnMenuIcon,{fontSize:"small"})})})});function rce({columnMenuId:e,columnMenuButtonId:t,ContentComponent:n,contentComponentProps:r,field:o,open:i,target:s,onExited:a}){const c=wt(),d=c.current.getColumn(o),p=u.useCallback(h=>{h.stopPropagation(),c.current.hideColumnMenu()},[c]);return s?O.jsx(LA,{placement:`bottom-${d.align==="right"?"start":"end"}`,open:i,target:s,onClickAway:p,onExited:a,children:O.jsx(n,P({currentColumn:d,hideMenu:p,open:i,id:e,labelledby:t},r))}):null}function oce(e){return e.scrollHeight>e.clientHeight||e.scrollWidth>e.clientWidth}function ice(e,t){return e.closest(`.${t}`)}function bS(e){return e.replace(/["\\]/g,"\\$&")}function sce(e,t){return e.querySelector(`[role="columnheader"][data-field="${bS(t)}"]`)}function FA(e){return`.${te.row}[data-id="${bS(String(e))}"]`}function lce(e,t){return e.querySelector(FA(t))}function ace(e,{id:t,field:n}){const r=FA(t),o=`.${te.cell}[data-field="${bS(n)}"]`,i=`${r} ${o}`;return e.querySelector(i)}const cce=["className"],uce=e=>{const{classes:t}=e;return Ie({root:["columnHeaderTitle"]},At,t)},dce=ie("div",{name:"MuiDataGrid",slot:"ColumnHeaderTitle",overridesResolver:(e,t)=>t.columnHeaderTitle})(({theme:e})=>({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",fontWeight:e.typography.fontWeightMedium})),fce=u.forwardRef(function(t,n){const{className:r}=t,o=se(t,cce),i=qe(),s=uce(i);return O.jsx(dce,P({ref:n,className:me(s.root,r),ownerState:i},o))});function pce(e){var t;const{label:n,description:r,columnWidth:o}=e,i=qe(),s=u.useRef(null),[a,c]=u.useState("");return u.useEffect(()=>{if(!r&&s&&s.current){const d=oce(s.current);c(d?n:"")}},[s,o,r,n]),O.jsx(i.components.BaseTooltip,P({title:r||a},(t=i.componentsProps)==null?void 0:t.baseTooltip,{children:O.jsx(fce,{ref:s,children:n})}))}const hce=["resizable","resizing","height","side"];var pw;(function(e){e.Left="left",e.Right="right"})(pw||(pw={}));const mce=e=>{const{resizable:t,resizing:n,classes:r,side:o}=e,i={root:["columnSeparator",t&&"columnSeparator--resizable",n&&"columnSeparator--resizing",o&&`columnSeparator--side${fe(o)}`],icon:["iconSeparator"]};return Ie(i,At,r)};function gce(e){const{height:t,side:n=pw.Right}=e,r=se(e,hce),o=qe(),i=P({},e,{side:n,classes:o.classes}),s=mce(i),a=u.useCallback(c=>{c.preventDefault(),c.stopPropagation()},[]);return O.jsx("div",P({className:s.root,style:{minHeight:t,opacity:o.showColumnRightBorder?0:1}},r,{onClick:a,children:O.jsx(o.components.ColumnResizeIcon,{className:s.icon})}))}const vce=u.memo(gce),yce=["classes","columnMenuOpen","colIndex","height","isResizing","sortDirection","hasFocus","tabIndex","separatorSide","isDraggable","headerComponent","description","elementId","width","columnMenuIconButton","columnMenu","columnTitleIconButtons","headerClassName","label","resizable","draggableContainerProps","columnHeaderSeparatorProps","disableHeaderSeparator"],NA=u.forwardRef(function(t,n){const{classes:r,columnMenuOpen:o,colIndex:i,height:s,isResizing:a,sortDirection:c,hasFocus:d,tabIndex:p,separatorSide:h,isDraggable:m,headerComponent:v,description:b,width:g,columnMenuIconButton:x=null,columnMenu:C=null,columnTitleIconButtons:E=null,headerClassName:w,label:S,resizable:k,draggableContainerProps:_,columnHeaderSeparatorProps:I,disableHeaderSeparator:M}=t,R=se(t,yce),T=wt(),L=qe(),H=u.useRef(null),[j,A]=u.useState(o),F=jt(H,n);let B="none";return c!=null&&(B=c==="asc"?"ascending":"descending"),u.useEffect(()=>{j||A(o)},[j,o]),u.useLayoutEffect(()=>{const G=T.current.state.columnMenu;if(d&&!G.open){const z=H.current.querySelector('[tabindex="0"]')||H.current;z==null||z.focus(),T.current.columnHeadersContainerElementRef.current.scrollLeft=0}},[T,d]),O.jsxs("div",P({ref:F,className:me(r.root,w),style:{height:s,width:g,minWidth:g,maxWidth:g},role:"columnheader",tabIndex:p,"aria-colindex":i+1,"aria-sort":B,"aria-label":v==null?S:void 0},R,{children:[O.jsxs("div",P({className:r.draggableContainer,draggable:m},_,{children:[O.jsxs("div",{className:r.titleContainer,children:[O.jsx("div",{className:r.titleContainerContent,children:v!==void 0?v:O.jsx(pce,{label:S,description:b,columnWidth:g})}),E]}),x]})),!M&&O.jsx(vce,P({resizable:!L.disableColumnResize&&!!k,resizing:a,height:s,side:h},I)),C]}))}),bce=e=>{const{column:t,classes:n,isDragging:r,sortDirection:o,showRightBorder:i,filterItemsCounter:s}=e,a=o!=null,c=s!=null&&s>0,d=t.type==="number",p={root:["columnHeader",t.headerAlign==="left"&&"columnHeader--alignLeft",t.headerAlign==="center"&&"columnHeader--alignCenter",t.headerAlign==="right"&&"columnHeader--alignRight",t.sortable&&"columnHeader--sortable",r&&"columnHeader--moving",a&&"columnHeader--sorted",c&&"columnHeader--filtered",d&&"columnHeader--numeric",i&&"withBorder"],draggableContainer:["columnHeaderDraggableContainer"],titleContainer:["columnHeaderTitleContainer"],titleContainerContent:["columnHeaderTitleContainerContent"]};return Ie(p,At,n)};function wce(e){var t,n,r,o,i;const{column:s,columnMenuOpen:a,colIndex:c,headerHeight:d,isResizing:p,isLastColumn:h,sortDirection:m,sortIndex:v,filterItemsCounter:b,hasFocus:g,tabIndex:x,extendRowFullWidth:C,disableReorder:E,separatorSide:w}=e,S=wt(),k=qe(),_=u.useRef(null),I=Pn(),M=Pn(),R=u.useRef(null),[T,L]=u.useState(a),{hasScrollX:H,hasScrollY:j}=(t=S.current.getRootDimensions())!=null?t:{hasScrollX:!1,hasScrollY:!1},A=u.useMemo(()=>!k.disableColumnReorder&&!E&&!s.disableReorder,[k.disableColumnReorder,E,s.disableReorder]);let F;s.renderHeader&&(F=s.renderHeader(S.current.getColumnHeaderParams(s.field)));const G=h?!(h&&H&&!j)&&!C:k.showColumnRightBorder,N=P({},e,{classes:k.classes,showRightBorder:G}),z=bce(N),W=u.useCallback(we=>_e=>{_e.currentTarget.contains(_e.target)&&S.current.publishEvent(we,S.current.getColumnHeaderParams(s.field),_e)},[S,s.field]),q=u.useMemo(()=>({onClick:W("columnHeaderClick"),onDoubleClick:W("columnHeaderDoubleClick"),onMouseOver:W("columnHeaderOver"),onMouseOut:W("columnHeaderOut"),onMouseEnter:W("columnHeaderEnter"),onMouseLeave:W("columnHeaderLeave"),onKeyDown:W("columnHeaderKeyDown"),onFocus:W("columnHeaderFocus"),onBlur:W("columnHeaderBlur")}),[W]),X=u.useMemo(()=>A?{onDragStart:W("columnHeaderDragStart"),onDragEnter:W("columnHeaderDragEnter"),onDragOver:W("columnHeaderDragOver"),onDragEnd:W("columnHeaderDragEnd")}:{},[A,W]),le=u.useMemo(()=>({onMouseDown:W("columnSeparatorMouseDown")}),[W]);u.useEffect(()=>{T||L(a)},[T,a]);const Q=u.useCallback(()=>{L(!1)},[]),ge=!k.disableColumnMenu&&!s.disableColumnMenu&&O.jsx(nce,{column:s,columnMenuId:I,columnMenuButtonId:M,open:T,iconButtonRef:R}),ee=O.jsx(rce,{columnMenuId:I,columnMenuButtonId:M,field:s.field,open:a,target:R.current,ContentComponent:k.components.ColumnMenu,contentComponentProps:(n=k.componentsProps)==null?void 0:n.columnMenu,onExited:Q}),ce=(r=s.sortingOrder)!=null?r:k.sortingOrder,oe=O.jsxs(u.Fragment,{children:[!k.disableColumnFilter&&O.jsx(k.components.ColumnHeaderFilterIconButton,P({field:s.field,counter:b},(o=k.componentsProps)==null?void 0:o.columnHeaderFilterIconButton)),s.sortable&&!s.hideSortIcons&&O.jsx(ece,{direction:m,index:v,sortingOrder:ce})]});u.useLayoutEffect(()=>{const we=S.current.state.columnMenu;if(g&&!we.open){const He=_.current.querySelector('[tabindex="0"]')||_.current;He==null||He.focus(),S.current.columnHeadersContainerElementRef.current.scrollLeft=0}},[S,g]);const de=typeof s.headerClassName=="function"?s.headerClassName({field:s.field,colDef:s}):s.headerClassName,be=(i=s.headerName)!=null?i:s.field;return O.jsx(NA,P({ref:_,classes:z,columnMenuOpen:a,colIndex:c,height:d,isResizing:p,sortDirection:m,hasFocus:g,tabIndex:x,separatorSide:w,isDraggable:A,headerComponent:F,description:s.description,elementId:s.field,width:s.computedWidth,columnMenuIconButton:ge,columnTitleIconButtons:oe,headerClassName:de,label:be,resizable:!k.disableColumnResize&&!!s.resizable,"data-field":s.field,columnMenu:ee,draggableContainerProps:X,columnHeaderSeparatorProps:le},q))}const mg=e=>e.preferencePanel;var Vl;(function(e){e.filters="filters",e.columns="columns"})(Vl||(Vl={}));const Cce=e=>{const{classes:t}=e;return Ie({icon:["filterIcon"]},At,t)};function xce(e){var t;const{counter:n,field:r,onClick:o}=e,i=wt(),s=qe(),a=P({},e,{classes:s.classes}),c=Cce(a),d=u.useCallback(h=>{h.preventDefault(),h.stopPropagation();const{open:m,openedPanelValue:v}=mg(i.current.state);m&&v===Vl.filters?i.current.hideFilterPanel():i.current.showFilterPanel(),o&&o(i.current.getColumnHeaderParams(r),h)},[i,r,o]);if(!n)return null;const p=O.jsx(ar,{onClick:d,color:"default","aria-label":i.current.getLocaleText("columnHeaderFiltersLabel"),size:"small",tabIndex:-1,children:O.jsx(s.components.ColumnFilteredIcon,{className:c.icon,fontSize:"small"})});return O.jsx(s.components.BaseTooltip,P({title:i.current.getLocaleText("columnHeaderFiltersTooltipActive")(n),enterDelay:1e3},(t=s.componentsProps)==null?void 0:t.baseTooltip,{children:O.jsxs(AA,{children:[n>1&&O.jsx(qO,{badgeContent:n,color:"default",children:p}),n===1&&p]})}))}const Sce=["field","id","value","formattedValue","row","rowNode","colDef","isEditable","cellMode","hasFocus","tabIndex","getValue","api"],Ece=e=>{const{classes:t}=e;return Ie({root:["checkboxInput"]},At,t)},Pce=u.forwardRef(function(t,n){var r;const{field:o,id:i,value:s,rowNode:a,hasFocus:c,tabIndex:d}=t,p=se(t,Sce),h=wt(),m=qe(),v={classes:m.classes},b=Ece(v),g=u.useRef(null),x=u.useRef(),C=jt(g,n),E=h.current.getCellElement(i,o),w=I=>{const M={value:I.target.checked,id:i};h.current.publishEvent("rowSelectionCheckboxChange",M,I)};u.useLayoutEffect(()=>{d===0&&E&&(E.tabIndex=-1)},[E,d]),u.useEffect(()=>{if(c){var I;const M=(I=g.current)==null?void 0:I.querySelector("input");M==null||M.focus({preventScroll:!0})}else x.current&&x.current.stop({})},[c]);const S=u.useCallback(I=>{OA(I.key)&&I.stopPropagation(),Cp(I.key)&&!I.shiftKey&&h.current.publishEvent("cellNavigationKeyDown",t,I)},[h,t]);if(a.position==="footer")return null;const k=h.current.isRowSelectable(i),_=h.current.getLocaleText(s?"checkboxSelectionUnselectRow":"checkboxSelectionSelectRow");return a.isPinned?null:O.jsx(m.components.BaseCheckbox,P({ref:C,tabIndex:d,checked:s,onChange:w,className:b.root,inputProps:{"aria-label":_},onKeyDown:S,disabled:!k,touchRippleRef:x},(r=m.componentsProps)==null?void 0:r.baseCheckbox,p))}),kce=Pce,Uo=e=>e.selection,Ice=Je(Uo,e=>e.length),_ce=Je(Uo,iu,(e,t)=>new Map(e.map(n=>[n,t[n]]))),gg=Je(Uo,e=>e.reduce((t,n)=>(t[n]=n,t),{})),Gu=e=>e.pagination,Vd=Je(Gu,e=>e.page),ff=Je(Gu,e=>e.pageSize);Je(Gu,e=>e.pageCount);const wS=Je(Gu,wl,dS,Ws,bA,(e,t,n,r,o)=>{const i=o.length,s=Math.min(e.pageSize*e.page,i-1),a=Math.min(s+e.pageSize-1,i-1);if(s===-1||a===-1)return null;if(n<2)return{firstRowIndex:s,lastRowIndex:a};const c=o[s],d=a-s+1,p=r.findIndex(v=>v.id===c.id);let h=p,m=0;for(;h<r.length&&m<=d;){const v=r[h],b=t[v.id].depth;(m<d||b>0)&&(h+=1),b===0&&(m+=1)}return{firstRowIndex:p,lastRowIndex:h-1}}),$ce=Je(Ws,wS,(e,t)=>t?e.slice(t.firstRowIndex,t.lastRowIndex+1):[]),DA=Je(df,wS,(e,t)=>t?e.slice(t.firstRowIndex,t.lastRowIndex+1):[]),Mce=["field","colDef"],Rce=e=>{const{classes:t}=e;return Ie({root:["checkboxInput"]},At,t)},Tce=u.forwardRef(function(t,n){var r;const o=se(t,Mce),[,i]=u.useState(!1),s=wt(),a=qe(),c={classes:a.classes},d=Rce(c),p=Ke(s,kA),h=Ke(s,Uo),m=Ke(s,df),v=Ke(s,DA),b=u.useMemo(()=>typeof a.isRowSelectable!="function"?h:h.filter(M=>s.current.getRow(M)?a.isRowSelectable(s.current.getRowParams(M)):!1),[s,a.isRowSelectable,h]),g=u.useMemo(()=>(!a.pagination||!a.checkboxSelectionVisibleOnly?m:v).reduce((R,T)=>(R[T]=!0,R),{}),[a.pagination,a.checkboxSelectionVisibleOnly,v,m]),x=u.useMemo(()=>b.filter(M=>g[M]).length,[b,g]),C=x>0&&x<Object.keys(g).length,E=x>0,w=M=>{const R={value:M.target.checked};s.current.publishEvent("headerSelectionCheckboxChange",R)},S=p!==null&&p.field===t.field?0:-1;u.useLayoutEffect(()=>{const M=s.current.getColumnHeaderElement(t.field);S===0&&M&&(M.tabIndex=-1)},[S,s,t.field]);const k=u.useCallback(M=>{M.key===" "&&s.current.publishEvent("headerSelectionCheckboxChange",{value:!E}),Cp(M.key)&&!M.shiftKey&&s.current.publishEvent("columnHeaderNavigationKeyDown",t,M)},[s,t,E]),_=u.useCallback(()=>{i(M=>!M)},[]);u.useEffect(()=>s.current.subscribeEvent("selectionChange",_),[s,_]);const I=s.current.getLocaleText(E?"checkboxSelectionUnselectAllRows":"checkboxSelectionSelectAllRows");return O.jsx(a.components.BaseCheckbox,P({ref:n,indeterminate:C,checked:E,onChange:w,className:d.root,inputProps:{"aria-label":I},tabIndex:S,onKeyDown:k},(r=a.componentsProps)==null?void 0:r.baseCheckbox,o))}),Oce=e=>{const{onClick:t}=e,n=wt(),r=qe(),o=u.useCallback(i=>{t(i),n.current.showPreferences(Vl.columns)},[n,t]);return r.disableColumnSelector?null:O.jsx(dr,{onClick:o,children:n.current.getLocaleText("columnMenuShowColumns")})},Lce=e=>{const{column:t,onClick:n}=e,r=wt(),o=qe(),i=u.useCallback(s=>{n(s),r.current.showFilterPanel(t==null?void 0:t.field)},[r,t==null?void 0:t.field,n]);return o.disableColumnFilter||!(t!=null&&t.filterable)?null:O.jsx(dr,{onClick:i,children:r.current.getLocaleText("columnMenuFilter")})},Ace=["hideMenu","currentColumn","open","id","labelledby","className","children"],Fce=u.forwardRef(function(t,n){const{hideMenu:r,open:o,id:i,labelledby:s,className:a,children:c}=t,d=se(t,Ace),p=u.useCallback(h=>{TA(h.key)&&h.preventDefault(),wae(h.key)&&r(h)},[r]);return O.jsx(Av,P({id:i,ref:n,className:me(te.menuList,a),"aria-labelledby":s,onKeyDown:p,autoFocus:o},d,{children:c}))}),Nce=Ti(["MUI: The `sortModel` can only contain a single item when the `disableMultipleColumnsSorting` prop is set to `true`.","If you are using the community version of the `DataGrid`, this prop is always `true`."],"error"),BA=(e,t)=>t&&e.length>1?(Nce(),[e[0]]):e,T$=(e,t)=>n=>P({},n,{sorting:P({},n.sorting,{sortModel:BA(e,t)})}),Dce=e=>e==="desc",Bce=(e,t)=>{const n=t.current.getColumn(e.field);if(!n)return null;const r=Dce(e.sort)?(...i)=>-1*n.sortComparator(...i):n.sortComparator;return{getSortCellParams:i=>({id:i,field:n.field,rowNode:t.current.getRowNode(i),value:t.current.getCellValue(i,n.field),api:t.current}),comparator:r}},zce=(e,t,n)=>e.reduce((r,o,i)=>{if(r!==0)return r;const s=t.params[i],a=n.params[i];return r=o.comparator(s.value,a.value,s,a),r},0),jce=(e,t)=>{const n=e.map(r=>Bce(r,t)).filter(r=>!!r);return n.length===0?null:r=>r.map(o=>({node:o,params:n.map(i=>i.getSortCellParams(o.id))})).sort((o,i)=>zce(n,o,i)).map(o=>o.node.id)},O$=(e,t)=>{const n=e.indexOf(t);return!t||n===-1||n+1===e.length?e[0]:e[n+1]},CS=(e,t)=>e==null&&t!=null?-1:t==null&&e!=null?1:e==null&&t==null?0:null,Hce=new Intl.Collator,Vce=(e,t)=>{const n=CS(e,t);return n!==null?n:typeof e=="string"?Hce.compare(e.toString(),t.toString()):e-t},zA=(e,t)=>{const n=CS(e,t);return n!==null?n:Number(e)-Number(t)},jA=(e,t)=>{const n=CS(e,t);return n!==null?n:e>t?1:e<t?-1:0};function Uce(e){return typeof e=="number"}function HA(e){return typeof e=="function"}function Wce(){try{const e="__some_random_key_you_are_not_going_to_use__";return window.localStorage.setItem(e,e),window.localStorage.removeItem(e),!0}catch(e){return!1}}function ym(e){return e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}const Mu=(e,t,n)=>Math.max(t,Math.min(n,e));function Ts(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;if(Array.isArray(e)){const o=e.length;if(o!==t.length)return!1;for(let i=0;i<o;i+=1)if(!Ts(e[i],t[i]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;const o=Array.from(e.entries());for(let i=0;i<o.length;i+=1)if(!t.has(o[i][0]))return!1;for(let i=0;i<o.length;i+=1){const s=o[i];if(!Ts(s[1],t.get(s[0])))return!1}return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;const o=Array.from(e.entries());for(let i=0;i<o.length;i+=1)if(!t.has(o[i][0]))return!1;return!0}if(ArrayBuffer.isView(e)&&ArrayBuffer.isView(t)){const o=e.length;if(o!==t.length)return!1;for(let i=0;i<o;i+=1)if(e[i]!==t[i])return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===t.toString();const n=Object.keys(e),r=n.length;if(r!==Object.keys(t).length)return!1;for(let o=0;o<r;o+=1)if(!Object.prototype.hasOwnProperty.call(t,n[o]))return!1;for(let o=0;o<r;o+=1){const i=n[o];if(!Ts(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function Gce(e){return()=>{let t=e+=1831565813;return t=Math.imul(t^t>>>15,t|1),t^=t+Math.imul(t^t>>>7,t|61),((t^t>>>14)>>>0)/4294967296}}function Kce(e,t,n){const r=Gce(e);return()=>t+(n-t)*r()}function VA(e){return typeof structuredClone=="function"?structuredClone(e):JSON.parse(JSON.stringify(e))}const qce=["item","applyValue","type","apiRef","focusElementRef","color","error","helperText","size","variant"];function UA(e){const{item:t,applyValue:n,type:r,apiRef:o,focusElementRef:i,color:s,error:a,helperText:c,size:d,variant:p}=e,h=se(e,qce),m={color:s,error:a,helperText:c,size:d,variant:p},[v,b]=u.useState(t.value||[]),g=Pn(),x=qe();u.useEffect(()=>{var E;const w=(E=t.value)!=null?E:[];b(w.map(String))},[t.value]);const C=u.useCallback((E,w)=>{b(w.map(String)),n(P({},t,{value:[...w]}))},[n,t]);return O.jsx(sx,P({multiple:!0,freeSolo:!0,options:[],filterOptions:(E,w)=>{const{inputValue:S}=w;return S==null||S===""?[]:[S]},id:g,value:v,onChange:C,renderTags:(E,w)=>E.map((S,k)=>O.jsx(Pv,P({variant:"outlined",size:"small",label:S},w({index:k})))),renderInput:E=>{var w;return O.jsx(x.components.BaseTextField,P({},E,{label:o.current.getLocaleText("filterPanelInputLabel"),placeholder:o.current.getLocaleText("filterPanelInputPlaceholder"),InputLabelProps:P({},E.InputLabelProps,{shrink:!0}),inputRef:i,type:r||"text"},m,(w=x.componentsProps)==null?void 0:w.baseTextField))}},h))}const Yce=e=>{if(!e)return null;const t=new RegExp(ym(e),"i");return({value:n})=>n!=null?t.test(n.toString()):!1},Xce=(e=!1)=>[{value:"contains",getApplyFilterFn:t=>{if(!t.value)return null;const n=e?t.value:t.value.trim(),r=new RegExp(ym(n),"i");return({value:o})=>o!=null?r.test(o.toString()):!1},InputComponent:Ki},{value:"equals",getApplyFilterFn:t=>{if(!t.value)return null;const n=e?t.value:t.value.trim(),r=new Intl.Collator(void 0,{sensitivity:"base",usage:"search"});return({value:o})=>o!=null?r.compare(n,o.toString())===0:!1},InputComponent:Ki},{value:"startsWith",getApplyFilterFn:t=>{if(!t.value)return null;const n=e?t.value:t.value.trim(),r=new RegExp(`^${ym(n)}.*$`,"i");return({value:o})=>o!=null?r.test(o.toString()):!1},InputComponent:Ki},{value:"endsWith",getApplyFilterFn:t=>{if(!t.value)return null;const n=e?t.value:t.value.trim(),r=new RegExp(`.*${ym(n)}$`,"i");return({value:o})=>o!=null?r.test(o.toString()):!1},InputComponent:Ki},{value:"isEmpty",getApplyFilterFn:()=>({value:t})=>t===""||t==null,requiresFilterValue:!1},{value:"isNotEmpty",getApplyFilterFn:()=>({value:t})=>t!==""&&t!=null,requiresFilterValue:!1},{value:"isAnyOf",getApplyFilterFn:t=>{if(!Array.isArray(t.value)||t.value.length===0)return null;const n=e?t.value:t.value.map(o=>o.trim()),r=new Intl.Collator(void 0,{sensitivity:"base",usage:"search"});return({value:o})=>o!=null?n.some(i=>r.compare(i,o.toString()||"")===0):!1},InputComponent:UA}],Ul={width:100,minWidth:50,maxWidth:1/0,hide:!1,hideable:!0,sortable:!0,resizable:!0,filterable:!0,groupable:!0,pinnable:!0,aggregable:!0,editable:!1,sortComparator:Vce,type:"string",align:"left",filterOperators:Xce(),renderEditCell:fae,getApplyQuickFilterFn:Yce},xS="actions",Qce=P({},Ul,{sortable:!1,filterable:!1,aggregable:!1,width:100,align:"center",headerAlign:"center",headerName:"",disableColumnMenu:!0,disableExport:!0,renderCell:Oae,getApplyQuickFilterFn:void 0}),Jce=["item","applyValue","apiRef","focusElementRef"];function Zce(e){var t,n,r,o;const{item:i,applyValue:s,apiRef:a,focusElementRef:c}=e,d=se(e,Jce),[p,h]=u.useState(i.value||""),m=qe(),b=(n=(((t=m.componentsProps)==null?void 0:t.baseSelect)||{}).native)!=null?n:!0,g=b?"option":dr,x=u.useCallback(C=>{const E=C.target.value;h(E),s(P({},i,{value:E}))},[s,i]);return u.useEffect(()=>{h(i.value||"")},[i.value]),O.jsxs(m.components.BaseTextField,P({label:a.current.getLocaleText("filterPanelInputLabel"),value:p,onChange:x,select:!0,variant:"standard",SelectProps:P({native:b,displayEmpty:!0},(r=m.componentsProps)==null?void 0:r.baseSelect),InputLabelProps:{shrink:!0},inputRef:c},d,(o=m.componentsProps)==null?void 0:o.baseTextField,{children:[O.jsx(g,{value:"",children:a.current.getLocaleText("filterValueAny")}),O.jsx(g,{value:"true",children:a.current.getLocaleText("filterValueTrue")}),O.jsx(g,{value:"false",children:a.current.getLocaleText("filterValueFalse")})]}))}const eue=()=>[{value:"is",getApplyFilterFn:e=>{if(!e.value)return null;const t=e.value==="true";return({value:n})=>Boolean(n)===t},InputComponent:Zce}];function tue({value:e,api:t}){return e?t.getLocaleText("booleanCellTrueLabel"):t.getLocaleText("booleanCellFalseLabel")}const WA=P({},Ul,{type:"boolean",align:"center",headerAlign:"center",renderCell:Fle,renderEditCell:zle,sortComparator:zA,valueFormatter:tue,filterOperators:eue(),getApplyQuickFilterFn:void 0,aggregable:!1}),sl="__check__",xp=P({},WA,{field:sl,type:"checkboxSelection",width:50,resizable:!1,sortable:!1,filterable:!1,aggregable:!1,disableColumnMenu:!0,disableReorder:!0,disableExport:!0,getApplyQuickFilterFn:void 0,valueGetter:e=>gg(e.api.state,e.api.instanceId)[e.id]!==void 0,renderHeader:e=>O.jsx(Tce,P({},e)),renderCell:e=>O.jsx(kce,P({},e))}),nue=["item","applyValue","type","apiRef","focusElementRef","InputProps"],rue=500;function kc(e){var t,n;const{item:r,applyValue:o,type:i,apiRef:s,focusElementRef:a,InputProps:c}=e,d=se(e,nue),p=u.useRef(),[h,m]=u.useState((t=r.value)!=null?t:""),[v,b]=u.useState(!1),g=Pn(),x=qe(),C=u.useCallback(E=>{const w=E.target.value;clearTimeout(p.current),m(String(w)),b(!0),p.current=setTimeout(()=>{o(P({},r,{value:w})),b(!1)},rue)},[o,r]);return u.useEffect(()=>()=>{clearTimeout(p.current)},[]),u.useEffect(()=>{var E;const w=(E=r.value)!=null?E:"";m(String(w))},[r.value]),O.jsx(x.components.BaseTextField,P({id:g,label:s.current.getLocaleText("filterPanelInputLabel"),placeholder:s.current.getLocaleText("filterPanelInputPlaceholder"),value:h,onChange:C,variant:"standard",type:i||"text",InputLabelProps:{shrink:!0},inputRef:a,InputProps:P({},v?{endAdornment:O.jsx(vS,{})}:{},c,{inputProps:P({max:i==="datetime-local"?"9999-12-31T23:59":"9999-12-31"},c==null?void 0:c.inputProps)})},d,(n=x.componentsProps)==null?void 0:n.baseTextField))}const oue=/(\d+)-(\d+)-(\d+)/,iue=/(\d+)-(\d+)-(\d+)T(\d+):(\d+)/;function Ic(e,t,n,r){if(!e.value)return null;const[o,i,s,a,c]=e.value.match(n?iue:oue).slice(1).map(Number),d=new Date(o,i-1,s,a||0,c||0).getTime();return({value:p})=>{if(!p)return!1;const h=p instanceof Date?p:new Date(p.toString());if(r)return t(h.getTime(),d);const v=(p instanceof Date?new Date(h):h).setHours(n?h.getHours():0,n?h.getMinutes():0,0,0);return t(v,d)}}const GA=e=>[{value:"is",getApplyFilterFn:t=>Ic(t,(n,r)=>n===r,e),InputComponent:kc,InputComponentProps:{type:e?"datetime-local":"date"}},{value:"not",getApplyFilterFn:t=>Ic(t,(n,r)=>n!==r,e),InputComponent:kc,InputComponentProps:{type:e?"datetime-local":"date"}},{value:"after",getApplyFilterFn:t=>Ic(t,(n,r)=>n>r,e),InputComponent:kc,InputComponentProps:{type:e?"datetime-local":"date"}},{value:"onOrAfter",getApplyFilterFn:t=>Ic(t,(n,r)=>n>=r,e),InputComponent:kc,InputComponentProps:{type:e?"datetime-local":"date"}},{value:"before",getApplyFilterFn:t=>Ic(t,(n,r)=>n<r,e,!e),InputComponent:kc,InputComponentProps:{type:e?"datetime-local":"date"}},{value:"onOrBefore",getApplyFilterFn:t=>Ic(t,(n,r)=>n<=r,e),InputComponent:kc,InputComponentProps:{type:e?"datetime-local":"date"}},{value:"isEmpty",getApplyFilterFn:()=>({value:t})=>t==null,requiresFilterValue:!1},{value:"isNotEmpty",getApplyFilterFn:()=>({value:t})=>t!=null,requiresFilterValue:!1}];function sue({value:e}){return e instanceof Date?e.toLocaleDateString():e!=null?e:""}function lue({value:e}){return e instanceof Date?e.toLocaleString():e!=null?e:""}const aue=P({},Ul,{type:"date",sortComparator:jA,valueFormatter:sue,filterOperators:GA(),renderEditCell:IA,getApplyQuickFilterFn:void 0}),cue=P({},Ul,{type:"dateTime",sortComparator:jA,valueFormatter:lue,filterOperators:GA(!0),renderEditCell:IA,getApplyQuickFilterFn:void 0}),ul=e=>e==null?null:Number(e),uue=e=>e==null||Number.isNaN(e)||e===""?null:({value:t})=>ul(t)===ul(e),due=()=>[{label:"=",value:"=",getApplyFilterFn:e=>e.value==null||Number.isNaN(e.value)?null:({value:t})=>ul(t)===e.value,InputComponent:Ki,InputComponentProps:{type:"number"}},{label:"!=",value:"!=",getApplyFilterFn:e=>e.value==null||Number.isNaN(e.value)?null:({value:t})=>ul(t)!==e.value,InputComponent:Ki,InputComponentProps:{type:"number"}},{label:">",value:">",getApplyFilterFn:e=>e.value==null||Number.isNaN(e.value)?null:({value:t})=>t==null?!1:ul(t)>e.value,InputComponent:Ki,InputComponentProps:{type:"number"}},{label:">=",value:">=",getApplyFilterFn:e=>e.value==null||Number.isNaN(e.value)?null:({value:t})=>t==null?!1:ul(t)>=e.value,InputComponent:Ki,InputComponentProps:{type:"number"}},{label:"<",value:"<",getApplyFilterFn:e=>e.value==null||Number.isNaN(e.value)?null:({value:t})=>t==null?!1:ul(t)<e.value,InputComponent:Ki,InputComponentProps:{type:"number"}},{label:"<=",value:"<=",getApplyFilterFn:e=>e.value==null||Number.isNaN(e.value)?null:({value:t})=>t==null?!1:ul(t)<=e.value,InputComponent:Ki,InputComponentProps:{type:"number"}},{value:"isEmpty",getApplyFilterFn:()=>({value:e})=>e==null,requiresFilterValue:!1},{value:"isNotEmpty",getApplyFilterFn:()=>({value:e})=>e!=null,requiresFilterValue:!1},{value:"isAnyOf",getApplyFilterFn:e=>!Array.isArray(e.value)||e.value.length===0?null:({value:t})=>t!=null&&e.value.includes(Number(t)),InputComponent:UA,InputComponentProps:{type:"number"}}],fue=P({},Ul,{type:"number",align:"right",headerAlign:"right",sortComparator:zA,valueParser:e=>e===""?null:Number(e),valueFormatter:({value:e})=>Uce(e)?e.toLocaleString():e||"",filterOperators:due(),getApplyQuickFilterFn:uue}),pue=["item","applyValue","type","apiRef","focusElementRef"],hue=({valueOptions:e,valueFormatter:t,field:n},r,o)=>(typeof e=="function"?["",...e({field:n})]:["",...e||[]]).map(s=>{const a=typeof s=="object",c=a?s.value:s,d=a?s.value:s,p=t&&s!==""?t({value:s,field:n,api:r}):s,h=a?s.label:p;return O.jsx(o,{value:d,children:h},c)});function L$(e){var t,n,r,o,i;const{item:s,applyValue:a,type:c,apiRef:d,focusElementRef:p}=e,h=se(e,pue),[m,v]=u.useState((t=s.value)!=null?t:""),b=Pn(),g=qe(),C=(r=(((n=g.componentsProps)==null?void 0:n.baseSelect)||{}).native)!=null?r:!0,E=s.columnField?d.current.getColumn(s.columnField):null,w=u.useMemo(()=>{if(E!==null)return typeof E.valueOptions=="function"?E.valueOptions({field:E.field}):E.valueOptions},[E]),S=u.useCallback(k=>{let _=k.target.value;_=hg(_,w),v(String(_)),a(P({},s,{value:_}))},[a,s,w]);return u.useEffect(()=>{var k;let _;if(w!==void 0){if(_=hg(s.value,w),_!==s.value){a(P({},s,{value:_}));return}}else _=s.value;_=(k=_)!=null?k:"",v(String(_))},[s,w,a]),O.jsx(g.components.BaseTextField,P({id:b,label:d.current.getLocaleText("filterPanelInputLabel"),placeholder:d.current.getLocaleText("filterPanelInputPlaceholder"),value:m,onChange:S,variant:"standard",type:c||"text",InputLabelProps:{shrink:!0},inputRef:p,select:!0,SelectProps:P({native:C},(o=g.componentsProps)==null?void 0:o.baseSelect)},h,(i=g.componentsProps)==null?void 0:i.baseTextField,{children:hue(d.current.getColumn(s.columnField),d.current,C?"option":dr)}))}const mue=["item","applyValue","type","apiRef","focusElementRef","color","error","helperText","size","variant"],gue=(e,t)=>Cl(e)===Cl(t),vue=BO();function yue(e){const{item:t,applyValue:n,apiRef:r,focusElementRef:o,color:i,error:s,helperText:a,size:c,variant:d="standard"}=e,p=se(e,mue),h={color:i,error:s,helperText:a,size:c,variant:d},m=Pn(),v=qe(),b=t.columnField?r.current.getColumn(t.columnField):null,g=u.useMemo(()=>b!=null&&b.valueOptions?typeof b.valueOptions=="function"?b.valueOptions({field:b.field}):b.valueOptions:[],[b]),x=u.useMemo(()=>g==null?void 0:g.map(Cl),[g]),{valueFormatter:C,field:E}=r.current.getColumn(t.columnField),w=_=>typeof _=="object"?_.label:C&&_!==""?C({value:_,field:E,api:r.current}):_,S=u.useMemo(()=>Array.isArray(t.value)?g!==void 0?t.value.map(I=>{const M=Cl(I);return(x==null?void 0:x.findIndex(T=>T===M))||0}).filter(I=>I>=0).map(I=>g[I]):t.value:[],[t.value,g,x]);u.useEffect(()=>{(!Array.isArray(t.value)||S.length!==t.value.length)&&n(P({},t,{value:S.map(Cl)}))},[t,S,n]);const k=u.useCallback((_,I)=>{n(P({},t,{value:[...I.map(Cl)]}))},[n,t]);return O.jsx(sx,P({multiple:!0,options:g,isOptionEqualToValue:gue,filterOptions:vue,id:m,value:S,onChange:k,renderTags:(_,I)=>_.map((M,R)=>O.jsx(Pv,P({variant:"outlined",size:"small",label:w(M)},I({index:R})))),renderInput:_=>{var I;return O.jsx(v.components.BaseTextField,P({},_,{label:r.current.getLocaleText("filterPanelInputLabel"),placeholder:r.current.getLocaleText("filterPanelInputPlaceholder"),InputLabelProps:P({},_.InputLabelProps,{shrink:!0}),inputRef:o,type:"singleSelect"},h,(I=v.componentsProps)==null?void 0:I.baseTextField))}},p))}const dl=e=>e==null||typeof e!="object"?e:e.value,bue=(e,t,n)=>{if(!e)return null;const{valueOptions:r,valueFormatter:o,field:i}=t,s=[dl(e).toString()],a=typeof r=="function"?r({field:i}):r||[];return a&&a.forEach(c=>{let d,p;typeof c=="object"?(d=c.value,p=c.label):(d=c,o?p=o({value:c,field:i,api:n.current}):p=c),p.slice(0,e.length).toLowerCase()===e.toLowerCase()&&(s.includes(d)||s.push(d.toString()))}),({value:c})=>c!=null?s.includes(dl(c).toString()):!1},wue=()=>[{value:"is",getApplyFilterFn:e=>e.value==null||e.value===""?null:({value:t})=>dl(t)===dl(e.value),InputComponent:L$},{value:"not",getApplyFilterFn:e=>e.value==null||e.value===""?null:({value:t})=>dl(t)!==dl(e.value),InputComponent:L$},{value:"isAnyOf",getApplyFilterFn:e=>{if(!Array.isArray(e.value)||e.value.length===0)return null;const t=e.value.map(dl);return({value:n})=>t.includes(dl(n))},InputComponent:yue}],Cue=P({},Ul,{type:"singleSelect",renderEditCell:Pae,filterOperators:wue(),getApplyQuickFilterFn:bue}),vg="__default__",xue=()=>({string:Ul,number:fue,date:aue,dateTime:cue,boolean:WA,singleSelect:Cue,[xS]:Qce,[vg]:Ul}),KA=["maxWidth","minWidth","width","flex"],qA=(e={})=>{const t=P({},xue());return Object.entries(e).forEach(([n,r])=>{t[n]?t[n]=P({},t[n],r):t[n]=P({},t[r.extendType||vg],r)}),t};function Sue({initialFreeSpace:e,totalFlexUnits:t,flexColumns:n}){const r={all:{},frozenFields:[],freeze:i=>{const s=r.all[i];s&&s.frozen!==!0&&(r.all[i].frozen=!0,r.frozenFields.push(i))}};function o(){if(r.frozenFields.length===n.length)return;const i={min:{},max:{}};let s=e,a=t,c=0;r.frozenFields.forEach(d=>{s-=r.all[d].computedWidth,a-=r.all[d].flex});for(let d=0;d<n.length;d+=1){const p=n[d];if(r.all[p.field]&&r.all[p.field].frozen===!0)continue;let m=s/a*p.flex;m<p.minWidth?(c+=p.minWidth-m,m=p.minWidth,i.min[p.field]=!0):m>p.maxWidth&&(c+=p.maxWidth-m,m=p.maxWidth,i.max[p.field]=!0),r.all[p.field]={frozen:!1,computedWidth:m,flex:p.flex}}c<0?Object.keys(i.max).forEach(d=>{r.freeze(d)}):c>0?Object.keys(i.min).forEach(d=>{r.freeze(d)}):n.forEach(({field:d})=>{r.freeze(d)}),o()}return o(),r.all}const YA=(e,t)=>{const n={};let r=0,o=0;const i=[];e.all.forEach(a=>{const c=P({},e.lookup[a]);if(e.columnVisibilityModel[a]===!1)c.computedWidth=0;else{let d;c.flex&&c.flex>0?(r+=c.flex,d=0,i.push(c)):d=Mu(c.width,c.minWidth,c.maxWidth),o+=d,c.computedWidth=d}n[a]=c});const s=Math.max(t-o,0);if(r>0&&t>0){const a=Sue({initialFreeSpace:s,totalFlexUnits:r,flexColumns:i});Object.keys(a).forEach(c=>{n[c].computedWidth=a[c].computedWidth})}return P({},e,{lookup:n})},Eue=(e,t)=>{if(!t)return e;const{orderedFields:n=[],dimensions:r={}}=t,o=Object.keys(r);if(o.length===0&&n.length===0)return e;const i={},s=[];for(let p=0;p<n.length;p+=1){const h=n[p];e.lookup[h]&&(i[h]=!0,s.push(h))}const a=s.length===0?e.all:[...s,...e.all.filter(p=>!i[p])],c=P({},e.lookup);for(let p=0;p<o.length;p+=1){const h=o[p],m=P({},c[h],{hasBeenResized:!0});Object.entries(r[h]).forEach(([v,b])=>{m[v]=b===-1?1/0:b}),c[h]=m}return{all:a,lookup:c}},Pue=(e,t)=>!t||!e[t]?e[vg]:e[t],Lc=({apiRef:e,columnsToUpsert:t,initialState:n,columnTypes:r,currentColumnVisibilityModel:o=$s(e),shouldRegenColumnVisibilityModelFromColumns:i,keepOnlyColumnsToUpsert:s=!1})=>{var a,c,d,p;const h=!e.current.state.columns;let m;if(h)m={all:[],lookup:{}};else{const S=ja(e.current.state);m={all:s?[]:[...S.all],lookup:P({},S.lookup)}}let v={};s&&!h&&(v=Object.keys(m.lookup).reduce((S,k)=>P({},S,{[k]:!1}),{}));const b={};t.forEach(S=>{const{field:k}=S;b[k]=!0,v[k]=!0;let _=m.lookup[k];_==null?(_=P({},Pue(r,S.type),{field:k,hasBeenResized:!1}),m.all.push(k)):s&&m.all.push(k);let I=_.hasBeenResized;KA.forEach(M=>{S[M]!==void 0&&(I=!0,S[M]===-1&&(S[M]=1/0))}),m.lookup[k]=P({},_,{hide:S.hide==null?!1:S.hide},S,{hasBeenResized:I})}),s&&!h&&Object.keys(m.lookup).forEach(S=>{v[S]||delete m.lookup[S]});const g=P({},m.lookup),x=e.current.unstable_applyPipeProcessors("hydrateColumns",m);let C={};if(i){let S=!1;const k=P({},o);h?x.all.forEach(_=>{k[_]=!m.lookup[_].hide}):s&&Object.keys(k).forEach(_=>{x.lookup[_]||(delete k[_],S=!0)}),x.all.forEach(_=>{if(!b[_]&&g[_]===x.lookup[_])return;let I=o[_];I===void 0&&(h?I=!0:I=!!ja(e.current.state).lookup[_]);const M=!x.lookup[_].hide;M!==I&&(S=!0,k[_]=M)}),S||h?C=k:C=o}else C=o;const E=Eue(x,n),w=P({},E,{columnVisibilityModel:C});return YA(w,(a=(c=(d=e.current).getRootDimensions)==null||(p=c.call(d))==null?void 0:p.viewportInnerSize.width)!=null?a:0)},A$=e=>t=>P({},t,{columns:e});function hw({firstColumnToRender:e,apiRef:t,firstRowToRender:n,lastRowToRender:r,visibleRows:o}){let i=e;for(let s=n;s<r;s+=1)if(o[s]){const c=o[s].id,d=t.current.unstable_getCellColSpanInfo(c,e);d&&d.spannedByColSpan&&(i=d.leftVisibleCellIndex)}return i}function kue({firstColumnIndex:e,minColumnIndex:t,columnBuffer:n,firstRowToRender:r,lastRowToRender:o,apiRef:i,visibleRows:s}){const a=Math.max(e-n,t);return hw({firstColumnToRender:a,apiRef:i,firstRowToRender:r,lastRowToRender:o,visibleRows:s})}const Iue=e=>{const{column:t,onClick:n}=e,r=wt(),o=qe(),i=u.useRef(),c=Lr(r).filter(p=>p.disableColumnMenu!==!0).length===1,d=u.useCallback(p=>{c||(n(p),i.current=setTimeout(()=>{r.current.setColumnVisibility(t==null?void 0:t.field,!1)},100))},[r,t==null?void 0:t.field,n,c]);return u.useEffect(()=>()=>clearTimeout(i.current),[]),o.disableColumnSelector||t.hideable===!1?null:O.jsx(dr,{onClick:d,disabled:c,children:r.current.getLocaleText("columnMenuHideColumn")})};function _ue(e){var t;const{column:n,onClick:r}=e,o=wt(),i=Ke(o,yi),s=qe(),a=(t=n.sortingOrder)!=null?t:s.sortingOrder,c=u.useMemo(()=>{if(!n)return null;const p=i.find(h=>h.field===n.field);return p==null?void 0:p.sort},[n,i]),d=u.useCallback(p=>{r(p);const h=p.currentTarget.getAttribute("data-value")||null;o.current.sortColumn(n,h)},[o,n,r]);return!n||!n.sortable?null:O.jsxs(u.Fragment,{children:[a.includes(null)?O.jsx(dr,{onClick:d,disabled:c==null,children:o.current.getLocaleText("columnMenuUnsort")}):null,a.includes("asc")?O.jsx(dr,{onClick:d,"data-value":"asc",disabled:c==="asc",children:o.current.getLocaleText("columnMenuSortAsc")}):null,a.includes("desc")?O.jsx(dr,{onClick:d,"data-value":"desc",disabled:c==="desc",children:o.current.getLocaleText("columnMenuSortDesc")}):null]})}const $ue=u.forwardRef(function(t,n){const{hideMenu:r,currentColumn:o}=t,i=wt(),s=[O.jsx(_ue,{onClick:r,column:o}),O.jsx(Lce,{onClick:r,column:o}),O.jsx(Iue,{onClick:r,column:o}),O.jsx(Oce,{onClick:r,column:o})],a=i.current.unstable_applyPipeProcessors("columnMenu",s,o);return O.jsx(Fce,P({ref:n},t,{children:a.map((c,d)=>u.cloneElement(c,{key:d,onClick:r,column:o}))}))}),Mue=["className"],Rue=e=>{const{classes:t}=e;return Ie({root:["panelContent"]},At,t)},Tue=ie("div",{name:"MuiDataGrid",slot:"PanelContent",overridesResolver:(e,t)=>t.panelContent})({display:"flex",flexDirection:"column",overflow:"auto",flex:"1 1",maxHeight:400});function XA(e){const{className:t}=e,n=se(e,Mue),r=qe(),o=Rue(r);return O.jsx(Tue,P({className:me(t,o.root),ownerState:r},n))}const Oue=["className"],Lue=e=>{const{classes:t}=e;return Ie({root:["panelFooter"]},At,t)},Aue=ie("div",{name:"MuiDataGrid",slot:"PanelFooter",overridesResolver:(e,t)=>t.panelFooter})(({theme:e})=>({padding:e.spacing(.5),display:"flex",justifyContent:"space-between"}));function QA(e){const{className:t}=e,n=se(e,Oue),r=qe(),o=Lue(r);return O.jsx(Aue,P({className:me(t,o.root),ownerState:r},n))}const Fue=["className"],Nue=e=>{const{classes:t}=e;return Ie({root:["panelHeader"]},At,t)},Due=ie("div",{name:"MuiDataGrid",slot:"PanelHeader",overridesResolver:(e,t)=>t.panelHeader})(({theme:e})=>({padding:e.spacing(1)}));function Bue(e){const{className:t}=e,n=se(e,Fue),r=qe(),o=Nue(r);return O.jsx(Due,P({className:me(t,o.root),ownerState:r},n))}const zue=["className","slotProps"],jue=e=>{const{classes:t}=e;return Ie({root:["panelWrapper"]},At,t)},Hue=ie("div",{name:"MuiDataGrid",slot:"PanelWrapper",overridesResolver:(e,t)=>t.panelWrapper})({display:"flex",flexDirection:"column",flex:1,"&:focus":{outline:0}}),Vue=()=>!0,JA=u.forwardRef(function(t,n){const{className:r,slotProps:o={}}=t,i=se(t,zue),s=qe(),a=jue(s);return O.jsx(_O,P({open:!0,disableEnforceFocus:!0,isEnabled:Vue},o.TrapFocus,{children:O.jsx(Hue,P({ref:n,tabIndex:-1,className:me(r,a.root),ownerState:s},i))}))}),Uue=!1,Wue=["sort","searchPredicate","autoFocusSearchField"],Gue=e=>{const{classes:t}=e;return Ie({root:["columnsPanel"],columnsPanelRow:["columnsPanelRow"]},At,t)},Kue=ie("div",{name:"MuiDataGrid",slot:"ColumnsPanel",overridesResolver:(e,t)=>t.columnsPanel})({padding:"8px 0px 8px 8px"}),que=ie("div",{name:"MuiDataGrid",slot:"ColumnsPanelRow",overridesResolver:(e,t)=>t.columnsPanelRow})(({theme:e})=>({display:"flex",justifyContent:"space-between",padding:"1px 8px 1px 7px",[`& .${_r.root}`]:{marginRight:e.spacing(.5)}})),Yue=ie(ar)({justifyContent:"flex-end"}),F$=new Intl.Collator,Xue=(e,t)=>(e.headerName||e.field).toLowerCase().indexOf(t)>-1;function Que(e){var t,n,r;const o=wt(),i=u.useRef(null),s=Ke(o,Ii),a=Ke(o,$s),c=qe(),[d,p]=u.useState(""),h=Gue(c),{sort:m,searchPredicate:v=Xue,autoFocusSearchField:b=!0}=e,g=se(e,Wue),x=u.useMemo(()=>{switch(m){case"asc":return[...s].sort((M,R)=>F$.compare(M.headerName||M.field,R.headerName||R.field));case"desc":return[...s].sort((M,R)=>-F$.compare(M.headerName||M.field,R.headerName||R.field));default:return s}},[s,m]),C=M=>{const{name:R}=M.target;o.current.setColumnVisibility(R,a[R]===!1)},E=u.useCallback(M=>{if(o.current.unstable_caches.columns.isUsingColumnVisibilityModel){const R=$s(o),T=P({},R);return s.forEach(L=>{L.hideable&&(M?delete T[L.field]:T[L.field]=!1)}),o.current.setColumnVisibilityModel(T)}return o.current.updateColumns(s.map(R=>R.hideable!==!1?{field:R.field,hide:!M}:R))},[o,s]),w=u.useCallback(M=>{p(M.target.value)},[]),S=u.useMemo(()=>{if(!d)return x;const M=d.toLowerCase();return x.filter(R=>v(R,M))},[x,d,v]),k=u.useRef(null);u.useEffect(()=>{b?i.current.focus():k.current&&typeof k.current.focus=="function"&&k.current.focus()},[b]);let _=!1;const I=M=>_===!1&&M.hideable!==!1?(_=!0,!0):!1;return O.jsxs(JA,P({},g,{children:[O.jsx(Bue,{children:O.jsx(c.components.BaseTextField,P({label:o.current.getLocaleText("columnsPanelTextFieldLabel"),placeholder:o.current.getLocaleText("columnsPanelTextFieldPlaceholder"),inputRef:i,value:d,onChange:w,variant:"standard",fullWidth:!0},(t=c.componentsProps)==null?void 0:t.baseTextField))}),O.jsx(XA,{children:O.jsx(Kue,{className:h.root,ownerState:c,children:S.map(M=>{var R;return O.jsxs(que,{className:h.columnsPanelRow,ownerState:c,children:[O.jsx(iL,{control:O.jsx(c.components.BaseSwitch,P({disabled:M.hideable===!1,checked:a[M.field]!==!1,onClick:C,name:M.field,size:"small",inputRef:I(M)?k:void 0},(R=c.componentsProps)==null?void 0:R.baseSwitch)),label:M.headerName||M.field}),!c.disableColumnReorder&&Uue&&O.jsx(Yue,{draggable:!0,"aria-label":o.current.getLocaleText("columnsPanelDragIconLabel"),title:o.current.getLocaleText("columnsPanelDragIconLabel"),size:"small",disabled:!0,children:O.jsx($A,{})})]},M.field)})})}),O.jsxs(QA,{children:[O.jsx(c.components.BaseButton,P({onClick:()=>E(!1)},(n=c.componentsProps)==null?void 0:n.baseButton,{children:o.current.getLocaleText("columnsPanelHideAllButton")})),O.jsx(c.components.BaseButton,P({onClick:()=>E(!0)},(r=c.componentsProps)==null?void 0:r.baseButton,{children:o.current.getLocaleText("columnsPanelShowAllButton")}))]})]}))}const Jue=["children","className","classes"],Zue=Ge("MuiDataGrid",["panel","paper"]),ede=ie(Ya,{name:"MuiDataGrid",slot:"Panel",overridesResolver:(e,t)=>t.panel})(({theme:e})=>({zIndex:e.zIndex.modal})),tde=ie(ai,{name:"MuiDataGrid",slot:"Paper",overridesResolver:(e,t)=>t.paper})(({theme:e})=>({backgroundColor:e.palette.background.paper,minWidth:300,maxHeight:450,display:"flex"})),nde=u.forwardRef((e,t)=>{var n;const{children:r,className:o}=e,i=se(e,Jue),s=wt(),a=qe(),c=Zue,[d,p]=u.useState(!1),h=u.useCallback(()=>{s.current.hidePreferences()},[s]),m=u.useCallback(g=>{yS(g.key)&&s.current.hidePreferences()},[s]),v=u.useMemo(()=>[{name:"flip",enabled:!1},{name:"isPlaced",enabled:!0,phase:"main",fn:()=>{p(!0)},effect:()=>()=>{p(!1)}}],[]),b=(n=s.current.columnHeadersContainerElementRef)==null?void 0:n.current;return b?O.jsx(ede,P({ref:t,placement:"bottom-start",className:me(o,c.panel),ownerState:a,anchorEl:b,modifiers:v},i,{children:O.jsx(IO,{mouseEvent:"onMouseUp",onClickAway:h,children:O.jsx(tde,{className:c.paper,ownerState:a,elevation:8,onKeyDown:m,children:d&&r})})})):null}),rde=u.forwardRef(function(t,n){var r,o,i;const s=wt(),a=Ke(s,Ii),c=qe(),d=Ke(s,mg),p=s.current.unstable_applyPipeProcessors("preferencePanel",null,(r=d.openedPanelValue)!=null?r:Vl.filters);return O.jsx(c.components.Panel,P({ref:n,as:c.components.BasePopper,open:a.length>0&&d.open},(o=c.componentsProps)==null?void 0:o.panel,t,(i=c.componentsProps)==null?void 0:i.basePopper,{children:p}))}),ode=["item","hasMultipleFilters","deleteFilter","applyFilterChanges","multiFilterOperator","showMultiFilterOperators","disableMultiFilterOperator","applyMultiFilterOperatorChanges","focusElementRef","linkOperators","columnsSort","deleteIconProps","linkOperatorInputProps","operatorInputProps","columnInputProps","valueInputProps","children"],ide=["InputComponentProps"],sde=e=>{const{classes:t}=e;return Ie({root:["filterForm"],deleteIcon:["filterFormDeleteIcon"],linkOperatorInput:["filterFormLinkOperatorInput"],columnInput:["filterFormColumnInput"],operatorInput:["filterFormOperatorInput"],valueInput:["filterFormValueInput"]},At,t)},lde=ie("div",{name:"MuiDataGrid",slot:"FilterForm",overridesResolver:(e,t)=>t.filterForm})(({theme:e})=>({display:"flex",padding:e.spacing(1)})),ade=ie(Qa,{name:"MuiDataGrid",slot:"FilterFormDeleteIcon",overridesResolver:(e,t)=>t.filterFormDeleteIcon})(({theme:e})=>({flexShrink:0,justifyContent:"flex-end",marginRight:e.spacing(.5),marginBottom:e.spacing(.2)})),cde=ie(Qa,{name:"MuiDataGrid",slot:"FilterFormLinkOperatorInput",overridesResolver:(e,t)=>t.filterFormLinkOperatorInput})({minWidth:55,marginRight:5,justifyContent:"end"}),ude=ie(Qa,{name:"MuiDataGrid",slot:"FilterFormColumnInput",overridesResolver:(e,t)=>t.filterFormColumnInput})({width:150}),dde=ie(Qa,{name:"MuiDataGrid",slot:"FilterFormOperatorInput",overridesResolver:(e,t)=>t.filterFormOperatorInput})({width:120}),fde=ie(Qa,{name:"MuiDataGrid",slot:"FilterFormValueInput",overridesResolver:(e,t)=>t.filterFormValueInput})({width:190}),pde=e=>{switch(e){case jr.And:return"filterPanelOperatorAnd";case jr.Or:return"filterPanelOperatorOr";default:throw new Error("MUI: Invalid `linkOperator` property in the `GridFilterPanel`.")}},Td=e=>e.headerName||e.field,N$=new Intl.Collator,hde=u.forwardRef(function(t,n){var r,o,i,s,a,c,d;const{item:p,hasMultipleFilters:h,deleteFilter:m,applyFilterChanges:v,multiFilterOperator:b,showMultiFilterOperators:g,disableMultiFilterOperator:x,applyMultiFilterOperatorChanges:C,focusElementRef:E,linkOperators:w=[jr.And,jr.Or],columnsSort:S,deleteIconProps:k={},linkOperatorInputProps:_={},operatorInputProps:I={},columnInputProps:M={},valueInputProps:R={}}=t,T=se(t,ode),L=wt(),H=Ke(L,mS),j=Pn(),A=Pn(),F=Pn(),B=Pn(),G=qe(),N=sde(G),z=u.useRef(null),W=u.useRef(null),q=h&&w.length>0,X=((r=G.componentsProps)==null?void 0:r.baseFormControl)||{},Q=(i=(((o=G.componentsProps)==null?void 0:o.baseSelect)||{}).native)!=null?i:!0,ge=Q?"option":dr,{InputComponentProps:ee}=R,ce=se(R,ide),oe=u.useMemo(()=>{switch(S){case"asc":return H.sort((re,Le)=>N$.compare(Td(re),Td(Le)));case"desc":return H.sort((re,Le)=>-N$.compare(Td(re),Td(Le)));default:return H}},[H,S]),de=p.columnField?L.current.getColumn(p.columnField):null,be=u.useMemo(()=>{var re;return!p.operatorValue||!de?null:(re=de.filterOperators)==null?void 0:re.find(Le=>Le.value===p.operatorValue)},[p,de]),we=u.useCallback(re=>{const Le=re.target.value,ve=L.current.getColumn(Le);if(ve.field===de.field)return;const je=ve.filterOperators.find(ht=>ht.value===p.operatorValue)||ve.filterOperators[0],Ye=!je.InputComponent||je.InputComponent!==(be==null?void 0:be.InputComponent);v(P({},p,{columnField:Le,operatorValue:je.value,value:Ye?void 0:p.value}))},[L,v,p,de,be]),_e=u.useCallback(re=>{const Le=re.target.value,ve=de==null?void 0:de.filterOperators.find(Ye=>Ye.value===Le),je=!(ve!=null&&ve.InputComponent)||(ve==null?void 0:ve.InputComponent)!==(be==null?void 0:be.InputComponent);v(P({},p,{operatorValue:Le,value:je?void 0:p.value}))},[v,p,de,be]),He=u.useCallback(re=>{const Le=re.target.value===jr.And.toString()?jr.And:jr.Or;C(Le)},[C]),Ne=()=>{G.disableMultipleColumnsFiltering?p.value===void 0?m(p):v(P({},p,{value:void 0})):m(p)};return u.useImperativeHandle(E,()=>({focus:()=>{if(be!=null&&be.InputComponent){var re;z==null||(re=z.current)==null||re.focus()}else W.current.focus()}}),[be]),O.jsxs(lde,P({ref:n,className:N.root,ownerState:G},T,{children:[O.jsx(ade,P({variant:"standard",as:G.components.BaseFormControl},X,k,{className:me(N.deleteIcon,X.className,k.className),ownerState:G,children:O.jsx(ar,{"aria-label":L.current.getLocaleText("filterPanelDeleteIconLabel"),title:L.current.getLocaleText("filterPanelDeleteIconLabel"),onClick:Ne,size:"small",children:O.jsx(G.components.FilterPanelDeleteIcon,{fontSize:"small"})})})),O.jsx(cde,P({variant:"standard",as:G.components.BaseFormControl},X,_,{sx:P({display:q?"flex":"none",visibility:g?"visible":"hidden"},X.sx||{},_.sx||{}),className:me(N.linkOperatorInput,X.className,_.className),ownerState:G,children:O.jsx(G.components.BaseSelect,P({inputProps:{"aria-label":L.current.getLocaleText("filterPanelLinkOperator")},value:b,onChange:He,disabled:!!x||w.length===1,native:Q},(s=G.componentsProps)==null?void 0:s.baseSelect,{children:w.map(re=>O.jsx(ge,{value:re.toString(),children:L.current.getLocaleText(pde(re))},re.toString()))}))})),O.jsxs(ude,P({variant:"standard",as:G.components.BaseFormControl},X,M,{className:me(N.columnInput,X.className,M.className),ownerState:G,children:[O.jsx(qb,{htmlFor:j,id:A,children:L.current.getLocaleText("filterPanelColumns")}),O.jsx(G.components.BaseSelect,P({labelId:A,id:j,label:L.current.getLocaleText("filterPanelColumns"),value:p.columnField||"",onChange:we,native:Q},(a=G.componentsProps)==null?void 0:a.baseSelect,{children:oe.map(re=>O.jsx(ge,{value:re.field,children:Td(re)},re.field))}))]})),O.jsxs(dde,P({variant:"standard",as:G.components.BaseFormControl},X,I,{className:me(N.operatorInput,X.className,I.className),ownerState:G,children:[O.jsx(qb,{htmlFor:F,id:B,children:L.current.getLocaleText("filterPanelOperators")}),O.jsx(G.components.BaseSelect,P({labelId:B,label:L.current.getLocaleText("filterPanelOperators"),id:F,value:p.operatorValue,onChange:_e,native:Q,inputRef:W},(c=G.componentsProps)==null?void 0:c.baseSelect,{children:de==null||(d=de.filterOperators)==null?void 0:d.map(re=>O.jsx(ge,{value:re.value,children:re.label||L.current.getLocaleText(`filterOperator${fe(re.value)}`)},re.value))}))]})),O.jsx(fde,P({variant:"standard",as:G.components.BaseFormControl},X,ce,{className:me(N.valueInput,X.className,ce.className),ownerState:G,children:be!=null&&be.InputComponent?O.jsx(be.InputComponent,P({apiRef:L,item:p,applyValue:v,focusElementRef:z},be.InputComponentProps,ee)):null}))]}))}),mde=["linkOperators","columnsSort","filterFormProps","children"],gde=u.forwardRef(function(t,n){var r;const o=wt(),i=qe(),s=Ke(o,Yr),a=Ke(o,mS),c=u.useRef(null),{linkOperators:d=[jr.And,jr.Or],columnsSort:p,filterFormProps:h}=t,m=se(t,mde),v=u.useCallback(S=>{o.current.upsertFilterItem(S)},[o]),b=u.useCallback(S=>{o.current.setFilterLinkOperator(S)},[o]),g=u.useCallback(()=>{const S=a.find(k=>{var _;return(_=k.filterOperators)==null?void 0:_.length});return S?{columnField:S.field,operatorValue:S.filterOperators[0].value,id:Math.round(Math.random()*1e5)}:null},[a]),x=u.useMemo(()=>{if(s.items.length)return s.items;const S=g();return S?[S]:[]},[s.items,g]),C=x.length>1,E=()=>{const S=g();S&&o.current.upsertFilterItems([...x,S])},w=u.useCallback(S=>{const k=x.length===1;o.current.deleteFilterItem(S),k&&o.current.hideFilterPanel()},[o,x.length]);return u.useEffect(()=>{d.length>0&&s.linkOperator&&!d.includes(s.linkOperator)&&b(d[0])},[d,b,s.linkOperator]),u.useEffect(()=>{x.length>0&&c.current.focus()},[x.length]),O.jsxs(JA,P({ref:n},m,{children:[O.jsx(XA,{children:x.map((S,k)=>O.jsx(hde,P({item:S,applyFilterChanges:v,deleteFilter:w,hasMultipleFilters:C,showMultiFilterOperators:k>0,multiFilterOperator:s.linkOperator,disableMultiFilterOperator:k!==1,applyMultiFilterOperatorChanges:b,focusElementRef:k===x.length-1?c:null,linkOperators:d,columnsSort:p},h),S.id==null?k:S.id))}),!i.disableMultipleColumnsFiltering&&O.jsx(QA,{children:O.jsx(i.components.BaseButton,P({onClick:E,startIcon:O.jsx(_A,{})},(r=i.componentsProps)==null?void 0:r.baseButton,{children:o.current.getLocaleText("filterPanelAddFilter")}))})]}))}),vde=["hideMenu","options"],yde=["hideMenu","options"],bde=e=>{const t=wt(),{hideMenu:n,options:r}=e,o=se(e,vde);return O.jsx(dr,P({onClick:()=>{t.current.exportDataAsCsv(r),n==null||n()}},o,{children:t.current.getLocaleText("toolbarExportCSV")}))},wde=e=>{const t=wt(),{hideMenu:n,options:r}=e,o=se(e,yde);return O.jsx(dr,P({onClick:()=>{t.current.exportDataAsPrint(r),n==null||n()}},o,{children:t.current.getLocaleText("toolbarExportPrint")}))},Kf=()=>({items:[],linkOperator:jr.And,quickFilterValues:[],quickFilterLogicOperator:jr.And}),Cde=["className","rowCount","visibleRowCount"],xde=e=>{const{classes:t}=e;return Ie({root:["rowCount"]},At,t)},Sde=ie("div",{name:"MuiDataGrid",slot:"RowCount",overridesResolver:(e,t)=>t.rowCount})(({theme:e})=>({alignItems:"center",display:"flex",margin:e.spacing(0,2)})),Ede=u.forwardRef(function(t,n){const{className:r,rowCount:o,visibleRowCount:i}=t,s=se(t,Cde),a=wt(),c=qe(),d=xde(c);if(o===0)return null;const p=i<o?a.current.getLocaleText("footerTotalVisibleRows")(i,o):o.toLocaleString();return O.jsxs(Sde,P({ref:n,className:me(d.root,r),ownerState:c},s,{children:[a.current.getLocaleText("footerTotalRows")," ",p]}))}),Pde=["className","selectedRowCount"],kde=e=>{const{classes:t}=e;return Ie({root:["selectedRowCount"]},At,t)},Ide=ie("div",{name:"MuiDataGrid",slot:"SelectedRowCount",overridesResolver:(e,t)=>t.selectedRowCount})(({theme:e})=>({alignItems:"center",display:"flex",margin:e.spacing(0,2),visibility:"hidden",width:0,height:0,[e.breakpoints.up("sm")]:{visibility:"visible",width:"auto",height:"auto"}})),_de=u.forwardRef(function(t,n){const{className:r,selectedRowCount:o}=t,i=se(t,Pde),s=wt(),a=qe(),c=kde(a),d=s.current.getLocaleText("footerRowSelected")(o);return O.jsx(Ide,P({ref:n,className:me(c.root,r),ownerState:a},i,{children:d}))}),$de=u.forwardRef(function(t,n){var r;const o=wt(),i=qe(),s=Ke(o,sle),a=Ke(o,Ice),c=Ke(o,CA),d=!i.hideFooterSelectedRowCount&&a>0?O.jsx(_de,{selectedRowCount:a}):O.jsx("div",{}),p=!i.hideFooterRowCount&&!i.pagination?O.jsx(Ede,{rowCount:s,visibleRowCount:c}):null,h=i.pagination&&!i.hideFooterPagination&&i.components.Pagination&&O.jsx(i.components.Pagination,P({},(r=i.componentsProps)==null?void 0:r.pagination));return O.jsxs(Uae,P({ref:n},t,{children:[d,p,h]}))}),Mde=u.forwardRef(function(t,n){var r,o;const i=qe();return O.jsxs("div",P({ref:n},t,{children:[O.jsx(i.components.PreferencesPanel,P({},(r=i.componentsProps)==null?void 0:r.preferencesPanel)),i.components.Toolbar&&O.jsx(i.components.Toolbar,P({},(o=i.componentsProps)==null?void 0:o.toolbar))]}))}),Rde=u.forwardRef(function(t,n){return O.jsx(Zv,P({ref:n},t,{children:O.jsx(zu,{})}))}),Tde=u.forwardRef(function(t,n){const o=wt().current.getLocaleText("noRowsLabel");return O.jsx(Zv,P({ref:n},t,{children:o}))}),Ode=ie(one)(({theme:e})=>({[`& .${ka.selectLabel}`]:{display:"none",[e.breakpoints.up("sm")]:{display:"block"}},[`& .${ka.input}`]:{display:"none",[e.breakpoints.up("sm")]:{display:"inline-flex"}}})),Lde=u.forwardRef(function(t,n){var r;const o=wt(),i=qe(),s=Ke(o,Gu),a=u.useMemo(()=>Math.floor(s.rowCount/(s.pageSize||1)),[s.rowCount,s.pageSize]),c=u.useCallback(p=>{const h=Number(p.target.value);o.current.setPageSize(h)},[o]),d=u.useCallback((p,h)=>{o.current.setPage(h)},[o]);return O.jsx(Ode,P({ref:n,component:"div",count:s.rowCount,page:s.page<=a?s.page:a,rowsPerPageOptions:(r=i.rowsPerPageOptions)!=null&&r.includes(s.pageSize)?i.rowsPerPageOptions:[],rowsPerPage:s.pageSize,onPageChange:d,onRowsPerPageChange:c},o.current.getLocaleText("MuiTablePagination"),t))}),ey=(e,t)=>{let n,r;return t.pagination&&t.paginationMode==="client"?(r=wS(e),n=$ce(e)):(n=Ws(e),n.length===0?r=null:r={firstRowIndex:0,lastRowIndex:n.length-1}),{rows:n,range:r}},ec=(e,t)=>{const n=ey(e,t);return u.useMemo(()=>({rows:n.rows,range:n.range}),[n.rows,n.range])},SS="__detail_panel_toggle__",Ade=["selected","rowId","row","index","style","position","rowHeight","className","visibleColumns","renderedColumns","containerWidth","firstColumnToRender","lastColumnToRender","cellFocus","cellTabIndex","editRowsState","isLastVisible","onClick","onDoubleClick","onMouseEnter","onMouseLeave"],Fde=["changeReason"],Nde=e=>{const{editable:t,editing:n,selected:r,isLastVisible:o,rowHeight:i,classes:s}=e;return Ie({root:["row",r&&"selected",t&&"row--editable",n&&"row--editing",o&&"row--lastVisible",i==="auto"&&"row--dynamicHeight"]},At,s)},Dde=({width:e})=>{if(!e)return null;const t={width:e};return O.jsx("div",{className:"MuiDataGrid-cell",style:t})},Bde=u.forwardRef(function(t,n){var r;const{selected:o,rowId:i,row:s,index:a,style:c,position:d,rowHeight:p,className:h,visibleColumns:m,renderedColumns:v,containerWidth:b,firstColumnToRender:g,cellFocus:x,cellTabIndex:C,editRowsState:E,isLastVisible:w=!1,onClick:S,onDoubleClick:k,onMouseEnter:_,onMouseLeave:I}=t,M=se(t,Ade),R=wt(),T=u.useRef(null),L=qe(),H=ec(R,L),j=Ke(R,Qv),A=Ke(R,yi),F=Ke(R,dS),B=Ke(R,gS),G=jt(T,n),N=a+B+2,{hasScrollX:z,hasScrollY:W}=(r=R.current.getRootDimensions())!=null?r:{hasScrollX:!1,hasScrollY:!1},q={selected:o,isLastVisible:w,classes:L.classes,editing:R.current.getRowMode(i)===Ut.Edit,editable:L.editMode===Rr.Row,rowHeight:p},X=Nde(q);u.useLayoutEffect(()=>{p==="auto"&&T.current&&typeof ResizeObserver=="undefined"&&R.current.unstable_storeRowHeightMeasurement(i,T.current.clientHeight,d)},[R,p,i,d]),u.useLayoutEffect(()=>{if(H.range){const je=R.current.getRowIndexRelativeToVisibleRows(i);je!=null&&R.current.unstable_setLastMeasuredRowIndex(je)}const re=T.current;if(!re||p!=="auto"||typeof ResizeObserver=="undefined")return;const ve=new ResizeObserver(je=>{const[Ye]=je,ht=Ye.borderBoxSize&&Ye.borderBoxSize.length>0?Ye.borderBoxSize[0].blockSize:Ye.contentRect.height;R.current.unstable_storeRowHeightMeasurement(i,ht,d)});return ve.observe(re),()=>ve.disconnect()},[R,H.range,a,p,i,d]);const le=u.useCallback((re,Le)=>ve=>{ve.target.nodeType===1&&!ve.currentTarget.contains(ve.target)||R.current.getRow(i)&&(R.current.publishEvent(re,R.current.getRowParams(i),ve),Le&&Le(ve))},[R,i]),Q=u.useCallback(re=>{const Le=ice(re.target,te.cell),ve=Le==null?void 0:Le.getAttribute("data-field");ve&&(ve===xp.field||ve===SS||ve==="__reorder__"||R.current.getCellMode(i,ve)===Mt.Edit||R.current.getColumn(ve).type===xS)||le("rowClick",S)(re)},[R,S,le,i]),ge=u.useCallback((re,Le)=>{var ve;const je=R.current.getCellParams(i,re.field),Ye=[],ht=L.disableColumnReorder&&re.disableReorder||!L.rowReordering&&!!A.length&&F>1&&Object.keys(E).length>0;re.cellClassName&&Ye.push(me(typeof re.cellClassName=="function"?re.cellClassName(je):re.cellClassName));const Be=E[i]?E[i][re.field]:null;let mt=null;if(Be==null&&re.renderCell){var rt;mt=re.renderCell(P({},je,{api:R.current})),Ye.push(me(te["cell--withRenderer"],(rt=L.classes)==null?void 0:rt["cell--withRenderer"]))}if(Be!=null&&re.renderEditCell){var at;let Ve=s;R.current.unstable_getRowWithUpdatedValues&&(Ve=R.current.unstable_getRowWithUpdatedValues(i,re.field));const ue=se(Be,Fde),J=P({},je,{row:Ve},ue,{api:R.current});mt=re.renderEditCell(J),Ye.push(me(te["cell--editing"],(at=L.classes)==null?void 0:at["cell--editing"]))}L.getCellClassName&&Ye.push(L.getCellClassName(je));const bt=x!==null&&x.id===i&&x.field===re.field,ut=C!==null&&C.id===i&&C.field===re.field&&je.cellMode==="view"?0:-1;return O.jsx(L.components.Cell,P({value:je.value,field:re.field,width:Le.width,rowId:i,height:p,showRightBorder:Le.showRightBorder,formattedValue:je.formattedValue,align:re.align||"left",cellMode:je.cellMode,colIndex:Le.indexRelativeToAllColumns,isEditable:je.isEditable,hasFocus:bt,tabIndex:ut,className:me(Ye),colSpan:Le.colSpan,disableDragEvents:ht},(ve=L.componentsProps)==null?void 0:ve.cell,{children:mt}),re.field)},[R,C,E,x,L,s,p,i,F,A.length]),ee=R.current.unstable_getRowInternalSizes(i);let ce=p;if(ce==="auto"&&ee){let re=0;const Le=Object.entries(ee).reduce((ve,[je,Ye])=>/^base[A-Z]/.test(je)?(re+=1,Ye>ve?Ye:ve):ve,0);Le>0&&re>1&&(ce=Le)}const oe=P({},c,{maxHeight:p==="auto"?"none":p,minHeight:ce});if(ee!=null&&ee.spacingTop){const re=L.rowSpacingType==="border"?"borderTopWidth":"marginTop";oe[re]=ee.spacingTop}if(ee!=null&&ee.spacingBottom){const re=L.rowSpacingType==="border"?"borderBottomWidth":"marginBottom";let Le=oe[re];typeof Le!="number"&&(Le=parseInt(Le||"0",10)),Le+=ee.spacingBottom,oe[re]=Le}const de=R.current.unstable_applyPipeProcessors("rowClassName",[],i);if(typeof L.getRowClassName=="function"){var be;const re=a-(((be=H.range)==null?void 0:be.firstRowIndex)||0),Le=P({},R.current.getRowParams(i),{isFirstVisible:re===0,isLastVisible:re===H.rows.length-1,indexRelativeToCurrentPage:re});de.push(L.getRowClassName(Le))}const we=Kce(1e4,20,80),_e=[];for(let re=0;re<v.length;re+=1){const Le=v[re],ve=g+re,je=ve===m.length-1,ht=je?!(je&&z&&!W)&&L.disableExtendRowFullWidth:L.showCellRightBorder,Be=R.current.unstable_getCellColSpanInfo(i,ve);if(Be&&!Be.spannedByColSpan)if(s){const{colSpan:mt,width:rt}=Be.cellProps,at={width:rt,colSpan:mt,showRightBorder:ht,indexRelativeToAllColumns:ve};_e.push(ge(Le,at))}else{const{width:mt}=Be.cellProps,rt=Math.round(we());_e.push(O.jsx(L.components.SkeletonCell,{width:mt,contentWidth:rt,field:Le.field,align:Le.align},Le.field))}}const He=b-j,Ne=s?{onClick:Q,onDoubleClick:le("rowDoubleClick",k),onMouseEnter:le("rowMouseEnter",_),onMouseLeave:le("rowMouseLeave",I)}:null;return O.jsxs("div",P({ref:G,"data-id":i,"data-rowindex":a,role:"row",className:me(...de,X.root,h),"aria-rowindex":N,"aria-selected":o,style:oe},Ne,M,{children:[_e,He>0&&O.jsx(Dde,{width:He})]}))}),D$=1e3;class zde{constructor(t=D$){this.timeouts=new Map,this.cleanupTimeout=D$,this.cleanupTimeout=t}register(t,n,r){this.timeouts||(this.timeouts=new Map);const o=setTimeout(()=>{typeof n=="function"&&n(),this.timeouts.delete(r.cleanupToken)},this.cleanupTimeout);this.timeouts.set(r.cleanupToken,o)}unregister(t){const n=this.timeouts.get(t.cleanupToken);n&&(this.timeouts.delete(t.cleanupToken),clearTimeout(n))}reset(){this.timeouts&&(this.timeouts.forEach((t,n)=>{this.unregister({cleanupToken:n})}),this.timeouts=void 0)}}class jde{constructor(){this.registry=new FinalizationRegistry(t=>{typeof t=="function"&&t()})}register(t,n,r){this.registry.register(t,n,r)}unregister(t){this.registry.unregister(t)}reset(){}}var Wl;(function(e){e.DataGrid="DataGrid",e.DataGridPro="DataGridPro"})(Wl||(Wl={}));class Hde{}function Vde(e){let t=0;return function(r,o,i,s){e.registry===null&&(e.registry=typeof FinalizationRegistry!="undefined"?new jde:new zde);const[a]=u.useState(new Hde),c=u.useRef(null),d=u.useRef();d.current=i;const p=u.useRef(null);if(!c.current&&d.current){const h=(m,v,b)=>{if(!v.defaultMuiPrevented){var g;(g=d.current)==null||g.call(d,m,v,b)}};c.current=r.current.subscribeEvent(o,h,s),t+=1,p.current={cleanupToken:t},e.registry.register(a,()=>{var m;(m=c.current)==null||m.call(c),c.current=null,p.current=null},p.current)}else!d.current&&c.current&&(c.current(),c.current=null,p.current&&(e.registry.unregister(p.current),p.current=null));u.useEffect(()=>{if(!c.current&&d.current){const h=(m,v,b)=>{if(!v.defaultMuiPrevented){var g;(g=d.current)==null||g.call(d,m,v,b)}};c.current=r.current.subscribeEvent(o,h,s)}return p.current&&e.registry&&(e.registry.unregister(p.current),p.current=null),()=>{var h;(h=c.current)==null||h.call(c),c.current=null}},[r,o,s])}}const Ude={registry:null},Fe=Vde(Ude),Wde={isFirst:!0};function Nt(e,t,n){Fe(e,t,n,Wde)}const B$=1,Gde=1.5,Kde=e=>{const{scrollDirection:t,classes:n}=e,r={root:["scrollArea",`scrollArea--${t}`]};return Ie(r,At,n)},qde=ie("div",{name:"MuiDataGrid",slot:"ScrollArea",overridesResolver:(e,t)=>[{[`&.${te["scrollArea--left"]}`]:t["scrollArea--left"]},{[`&.${te["scrollArea--right"]}`]:t["scrollArea--right"]},t.scrollArea]})(()=>({position:"absolute",top:0,zIndex:101,width:20,bottom:0,[`&.${te["scrollArea--left"]}`]:{left:0},[`&.${te["scrollArea--right"]}`]:{right:0}}));function Yde(e){const{scrollDirection:t}=e,n=u.useRef(null),r=wt(),o=u.useRef(),[i,s]=u.useState(!1),a=Ke(r,xA),c=u.useRef({left:0,top:0}),d=qe(),p=P({},d,{scrollDirection:t}),h=Kde(p),m=u.useCallback(g=>{c.current=g},[]),v=u.useCallback(g=>{let x;if(t==="left")x=g.clientX-n.current.getBoundingClientRect().right;else if(t==="right")x=Math.max(1,g.clientX-n.current.getBoundingClientRect().left);else throw new Error("MUI: Wrong drag direction");x=(x-B$)*Gde+B$,clearTimeout(o.current),o.current=setTimeout(()=>{r.current.scroll({left:c.current.left+x,top:c.current.top})})},[t,r]);u.useEffect(()=>()=>{clearTimeout(o.current)},[]);const b=u.useCallback(()=>{s(g=>!g)},[]);return Fe(r,"rowsScroll",m),Fe(r,"columnHeaderDragStart",b),Fe(r,"columnHeaderDragEnd",b),i?O.jsx(qde,{ref:n,className:me(h.root),ownerState:p,onDragOver:v,style:{height:a}}):null}const z$=u.memo(Yde),Xde=({apiRef:e,props:t,children:n})=>O.jsx(mA.Provider,{value:t,children:O.jsx(hA.Provider,{value:e,children:n})}),Qde=Wce()&&window.localStorage.getItem("DEBUG")!=null,Ud=()=>{},Jde={debug:Ud,info:Ud,warn:Ud,error:Ud},j$=["debug","info","warn","error"];function H$(e,t,n=console){const r=j$.indexOf(t);if(r===-1)throw new Error(`MUI: Log level ${t} not recognized.`);return j$.reduce((i,s,a)=>(a>=r?i[s]=(...c)=>{const[d,...p]=c;n[s](`MUI: ${e} - ${d}`,...p)}:i[s]=Ud,i),{})}const Zde=(e,t)=>{e.current.getLogger=u.useCallback(n=>Qde?H$(n,"debug",t.logger):t.logLevel?H$(n,t.logLevel.toString(),t.logger):Jde,[t.logLevel,t.logger])};function Yt(e,t,n){const r=u.useRef(t),[o]=u.useState(Object.keys(t)),i=u.useCallback(()=>{e.current&&o.forEach(s=>{e.current.hasOwnProperty(s)||(e.current[s]=(...a)=>r.current[s](...a))})},[o,e]);u.useEffect(()=>{r.current=t},[t]),u.useEffect(()=>{i()},[i]),i()}class efe{constructor(){this.maxListeners=10,this.warnOnce=!1,this.events={}}on(t,n,r={}){let o=this.events[t];o||(o={highPriority:new Map,regular:new Map},this.events[t]=o),r.isFirst?o.highPriority.set(n,!0):o.regular.set(n,!0)}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 r=this.events[t];if(!r)return;const o=Array.from(r.highPriority.keys()),i=Array.from(r.regular.keys());for(let s=o.length-1;s>=0;s-=1){const a=o[s];r.highPriority.has(a)&&a.apply(this,n)}for(let s=0;s<i.length;s+=1){const a=i[s];r.regular.has(a)&&a.apply(this,n)}}once(t,n){const r=this;this.on(t,function o(...i){r.removeListener(t,o),n.apply(r,i)})}}const tfe=e=>e.isPropagationStopped!==void 0;let V$=0;function nfe(e,t){const n=u.useRef();n.current||(n.current={unstable_eventManager:new efe,unstable_caches:{},state:{},instanceId:V$},V$+=1),u.useImperativeHandle(e,()=>n.current,[n]);const r=u.useCallback((...s)=>{const[a,c,d={}]=s;if(d.defaultMuiPrevented=!1,tfe(d)&&d.isPropagationStopped())return;const p=t.signature===Wl.DataGridPro?{api:n.current}:{};n.current.unstable_eventManager.emit(a,c,d,p)},[n,t.signature]),o=u.useCallback((s,a,c)=>{n.current.unstable_eventManager.on(s,a,c);const d=n.current;return()=>{d.unstable_eventManager.removeListener(s,a)}},[n]),i=u.useCallback(s=>{n.current.publishEvent("componentError",s)},[n]);return Yt(n,{subscribeEvent:o,publishEvent:r,showError:i}),u.useEffect(()=>{const s=n.current;return()=>{ole(s.instanceId),s.publishEvent("unmount")}},[n]),n}function rfe(e,t){const n=u.useCallback(r=>{e.current.setState(o=>P({},o,{error:r}))},[e]);u.useEffect(()=>{t.error?n({error:t.error}):n(null)},[n,t.error]),Fe(e,"componentError",n)}const ofe=(e,t)=>{const n=u.useCallback(r=>{if(t.localeText[r]==null)throw new Error(`Missing translation for key ${r}.`);return t.localeText[r]},[t.localeText]);e.current.getLocaleText=n};function qf(e){return qf=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},qf(e)}function ife(e,t){if(qf(e)!=="object"||e===null)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||"default");if(qf(r)!=="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Yf(e){var t=ife(e,"string");return qf(t)==="symbol"?t:String(t)}const sfe=e=>{const t=u.useRef({}),n=u.useCallback(c=>{c&&Object.values(c.appliers).forEach(d=>{d()})},[]),r=u.useCallback((c,d,p)=>{t.current[c]||(t.current[c]={processors:new Map,appliers:{}});const h=t.current[c];return h.processors.get(d)!==p&&(h.processors.set(d,p),n(h)),()=>{t.current[c].processors.set(d,null)}},[n]),o=u.useCallback((c,d,p)=>(t.current[c]||(t.current[c]={processors:new Map,appliers:{}}),t.current[c].appliers[d]=p,()=>{const h=t.current[c].appliers,m=se(h,[d].map(Yf));t.current[c].appliers=m}),[]),i=u.useCallback(c=>{const d=t.current[c];n(d)},[n]),s=u.useCallback((...c)=>{const[d,p,h]=c;return t.current[d]?Array.from(t.current[d].processors.values()).reduce((v,b)=>b?b(v,h):v,p):p},[]);Yt(e,{unstable_registerPipeProcessor:r,unstable_registerPipeApplier:o,unstable_requestPipeProcessorsApplication:i,unstable_applyPipeProcessors:s})},Sp=e=>{const t=u.useRef(!0);t.current&&(t.current=!1,e())},fr=(e,t,n)=>{const r=u.useRef(),o=u.useRef(`mui-${Math.round(Math.random()*1e9)}`),i=u.useCallback(()=>{r.current=e.current.unstable_registerPipeProcessor(t,o.current,n)},[e,n,t]);Sp(()=>{i()});const s=u.useRef(!0);u.useEffect(()=>(s.current?s.current=!1:i(),()=>{r.current&&(r.current(),r.current=null)}),[i])},ES=(e,t,n)=>{const r=u.useRef(),o=u.useRef(`mui-${Math.round(Math.random()*1e9)}`),i=u.useCallback(()=>{r.current=e.current.unstable_registerPipeApplier(t,o.current,n)},[e,n,t]);Sp(()=>{i()});const s=u.useRef(!0);u.useEffect(()=>(s.current?s.current=!1:i(),()=>{r.current&&(r.current(),r.current=null)}),[i])},PS=(e,t,n,r)=>{const o=u.useCallback(()=>{e.current.unstable_registerStrategyProcessor(t,n,r)},[e,r,n,t]);Sp(()=>{o()});const i=u.useRef(!0);u.useEffect(()=>{i.current?i.current=!1:o()},[o])},Ep="none",U$={rowTreeCreation:"rowTree",filtering:"rowTree",sorting:"rowTree"},lfe=e=>{const t=u.useRef(new Map),n=u.useRef({}),r=u.useCallback((c,d,p)=>{const h=()=>{const b=n.current[d],g=se(b,[c].map(Yf));n.current[d]=g};n.current[d]||(n.current[d]={});const m=n.current[d],v=m[c];return m[c]=p,!v||v===p||c===e.current.unstable_getActiveStrategy(U$[d])&&e.current.publishEvent("activeStrategyProcessorChange",d),h},[e]),o=u.useCallback((c,d)=>{const p=e.current.unstable_getActiveStrategy(U$[c]);if(p==null)throw new Error("Can't apply a strategy processor before defining an active strategy");const h=n.current[c];if(!h||!h[p])throw new Error(`No processor found for processor "${c}" on strategy "${p}"`);const m=h[p];return m(d)},[e]),i=u.useCallback(c=>{var d;const h=Array.from(t.current.entries()).find(([,m])=>m.group!==c?!1:m.isAvailable());return(d=h==null?void 0:h[0])!=null?d:Ep},[]),s=u.useCallback((c,d,p)=>{t.current.set(d,{group:c,isAvailable:p}),e.current.publishEvent("strategyAvailabilityChange")},[e]);Yt(e,{unstable_registerStrategyProcessor:r,unstable_applyStrategyProcessor:o,unstable_getActiveStrategy:i,unstable_setStrategyAvailability:s})},afe=(e,t,n,r,o)=>{const i=Qn(e,"useNativeEventListener"),[s,a]=u.useState(!1),c=u.useRef(r),d=u.useCallback(p=>c.current&&c.current(p),[]);u.useEffect(()=>{c.current=r},[r]),u.useEffect(()=>{let p;if(HA(t)?p=t():p=t&&t.current?t.current:null,p&&n&&!s){i.debug(`Binding native ${n} event`),p.addEventListener(n,d,o);const h=p;a(!0);const m=()=>{i.debug(`Clearing native ${n} event`),h.removeEventListener(n,d,o)};e.current.subscribeEvent("unmount",m)}},[t,d,n,s,i,o,e])},cfe=["stateId"],ufe=(e,t)=>{const n=u.useRef({}),[,r]=u.useState(),o=u.useCallback(d=>{const{stateId:p}=d,h=se(d,cfe);n.current[p]=P({},h,{stateId:p})},[]),i=u.useCallback((d,p)=>{let h;if(HA(d)?h=d(e.current.state):h=d,e.current.state===h)return!1;let m=!1;const v=[];if(Object.keys(n.current).forEach(b=>{const g=n.current[b],x=g.stateSelector(e.current.state,e.current.instanceId),C=g.stateSelector(h,e.current.instanceId);C!==x&&(v.push({stateId:g.stateId,hasPropChanged:C!==g.propModel}),g.propModel!==void 0&&C!==g.propModel&&(m=!0))}),v.length>1)throw new Error(`You're not allowed to update several sub-state in one transaction. You already updated ${v[0].stateId}, therefore, you're not allowed to update ${v.map(b=>b.stateId).join(", ")} in the same transaction.`);if(m||(e.current.state=h,e.current.publishEvent&&e.current.publishEvent("stateChange",h)),v.length===1){const{stateId:b,hasPropChanged:g}=v[0],x=n.current[b],C=x.stateSelector(h,e.current.instanceId);if(x.propOnChange&&g){const E=t.signature===Wl.DataGridPro?{api:e.current,reason:p}:{reason:p};x.propOnChange(C,E)}m||e.current.publishEvent(x.changeEvent,C,{reason:p})}return!m},[e,t.signature]),s=u.useCallback((d,p,h)=>e.current.setState(m=>P({},m,{[d]:p(m[d])}),h),[e]),a=u.useCallback(()=>r(()=>e.current.state),[e]);Yt(e,{setState:i,forceUpdate:a,unstable_updateControlState:s,unstable_registerControlState:o})},dfe=(e,t)=>{const n=nfe(e,t);return Zde(n,t),rfe(n,t),ufe(n,t),sfe(n),lfe(n),ofe(n,t),n},go=(e,t,n)=>{const r=u.useRef(!1);r.current||(t.current.state=e(t.current.state,n,t),r.current=!0)};function W$(e){const t=document.createElement("span");t.style.whiteSpace="pre",t.style.userSelect="all",t.style.opacity="0px",t.textContent=e,document.body.appendChild(t);const n=document.createRange();n.selectNode(t);const r=window.getSelection();r.removeAllRanges(),r.addRange(n);try{document.execCommand("copy")}finally{document.body.removeChild(t)}}function ffe(e){var t;return((t=window.getSelection())==null?void 0:t.toString())!==""?!0:e?(e.selectionEnd||0)-(e.selectionStart||0)>0:!1}const pfe=e=>{const t=u.useCallback((o=!1)=>{if(e.current.getSelectedRows().size===0)return;const i=e.current.getDataAsCsv({includeHeaders:o,delimiter:" "});navigator.clipboard?navigator.clipboard.writeText(i).catch(()=>{W$(i)}):W$(i)},[e]),n=u.useCallback(o=>{const i=o.ctrlKey||o.metaKey||o.altKey;String.fromCharCode(o.keyCode)!=="C"||!i||ffe(o.target)||e.current.unstable_copySelectedRowsToClipboard(o.altKey)},[e]);afe(e,e.current.rootElementRef,"keydown",n),Yt(e,{unstable_copySelectedRowsToClipboard:t})},ZA=e=>e.columnMenu,hfe=e=>P({},e,{columnMenu:{open:!1}}),mfe=e=>{const t=Qn(e,"useGridColumnMenu"),n=u.useCallback(a=>{e.current.setState(d=>d.columnMenu.open&&d.columnMenu.field===a?d:(t.debug("Opening Column Menu"),P({},d,{columnMenu:{open:!0,field:a}})))&&(e.current.hidePreferences(),e.current.forceUpdate())},[e,t]),r=u.useCallback(()=>{e.current.setState(c=>!c.columnMenu.open&&c.columnMenu.field===void 0?c:(t.debug("Hiding Column Menu"),P({},c,{columnMenu:P({},c.columnMenu,{open:!1,field:void 0})})))&&e.current.forceUpdate()},[e,t]),o=u.useCallback(a=>{t.debug("Toggle Column Menu");const c=ZA(e.current.state);!c.open||c.field!==a?n(a):r()},[e,t,n,r]);Yt(e,{showColumnMenu:n,hideColumnMenu:r,toggleColumnMenu:o});const s=u.useCallback((a,c)=>{if(!c.target.classList.contains(te.menuIconButton)||!c.relatedTarget)return;const d=c.relatedTarget.classList.contains(te.menuList),p=c.relatedTarget.getAttribute("role")==="menuitem";(d||p)&&e.current.setColumnHeaderFocus(a.field)},[e]);Fe(e,"columnResizeStart",r),Fe(e,"columnHeaderFocus",s),Fe(e,"virtualScrollerWheel",e.current.hideColumnMenu),Fe(e,"virtualScrollerTouchMove",e.current.hideColumnMenu)},gfe=(e,t,n)=>{var r,o,i,s,a,c,d;const p=!!t.columnVisibilityModel||!!((r=t.initialState)!=null&&(o=r.columns)!=null&&o.columnVisibilityModel);n.current.unstable_caches.columns={isUsingColumnVisibilityModel:p};const h=qA(t.columnTypes),m=Lc({apiRef:n,columnTypes:h,columnsToUpsert:t.columns,initialState:(i=t.initialState)==null?void 0:i.columns,shouldRegenColumnVisibilityModelFromColumns:!p,currentColumnVisibilityModel:(s=(a=t.columnVisibilityModel)!=null?a:(c=t.initialState)==null||(d=c.columns)==null?void 0:d.columnVisibilityModel)!=null?s:{},keepOnlyColumnsToUpsert:!0});return P({},e,{columns:m})};function vfe(e,t){var n,r;const o=Qn(e,"useGridColumns"),i=u.useMemo(()=>qA(t.columnTypes),[t.columnTypes]),s=u.useRef(t.columns),a=u.useRef(i);e.current.unstable_registerControlState({stateId:"visibleColumns",propModel:t.columnVisibilityModel,propOnChange:t.onColumnVisibilityModelChange,stateSelector:$s,changeEvent:"columnVisibilityModelChange"});const c=u.useCallback(j=>{o.debug("Updating columns state."),e.current.setState(A$(j)),e.current.forceUpdate(),e.current.publishEvent("columnsChange",j.all)},[o,e]),d=u.useCallback(j=>Wu(e)[j],[e]),p=u.useCallback(()=>Ii(e),[e]),h=u.useCallback(()=>Lr(e),[e]),m=u.useCallback(()=>fle(e),[e]),v=u.useCallback((j,A=!0)=>(A?Lr(e):Ii(e)).findIndex(B=>B.field===j),[e]),b=u.useCallback(j=>{const A=v(j);return Ha(e)[A]},[e,v]),g=u.useCallback(j=>{$s(e)!==j&&(e.current.setState(F=>P({},F,{columns:Lc({apiRef:e,columnTypes:i,columnsToUpsert:[],initialState:void 0,shouldRegenColumnVisibilityModelFromColumns:!1,currentColumnVisibilityModel:j,keepOnlyColumnsToUpsert:!1})})),e.current.forceUpdate())},[e,i]),x=u.useCallback(j=>{const A=Lc({apiRef:e,columnTypes:i,columnsToUpsert:j,initialState:void 0,shouldRegenColumnVisibilityModelFromColumns:!0,keepOnlyColumnsToUpsert:!1});c(A)},[e,c,i]),C=u.useCallback(j=>e.current.updateColumns([j]),[e]),E=u.useCallback((j,A)=>{if(e.current.unstable_caches.columns.isUsingColumnVisibilityModel){var F;const B=$s(e),G=(F=B[j])!=null?F:!0;if(A!==G){const N=P({},B,{[j]:A});e.current.setColumnVisibilityModel(N)}}else{const B=e.current.getColumn(j),G=P({},B,{hide:!A});e.current.updateColumns([G]);const N={field:j,colDef:G,isVisible:A};e.current.publishEvent("columnVisibilityChange",N)}},[e]),w=u.useCallback((j,A)=>{const F=$u(e),B=F.findIndex(W=>W===j);if(B===A)return;o.debug(`Moving column ${j} to index ${A}`);const G=[...F],N=G.splice(B,1)[0];G.splice(A,0,N),c(P({},ja(e.current.state),{all:G}));const z={field:j,element:e.current.getColumnHeaderElement(j),colDef:e.current.getColumn(j),targetIndex:A,oldIndex:B};e.current.publishEvent("columnOrderChange",z)},[e,o,c]),S=u.useCallback((j,A)=>{o.debug(`Updating column ${j} width to ${A}`);const F=e.current.getColumn(j),B=P({},F,{width:A});e.current.updateColumns([B]),e.current.publishEvent("columnWidthChange",{element:e.current.getColumnHeaderElement(j),colDef:B,width:A})},[e,o]);Yt(e,{getColumn:d,getAllColumns:p,getColumnIndex:v,getColumnPosition:b,getVisibleColumns:h,getColumnsMeta:m,updateColumn:C,updateColumns:x,setColumnVisibilityModel:g,setColumnVisibility:E,setColumnIndex:w,setColumnWidth:S});const _=u.useCallback((j,A)=>{const F={};if(e.current.unstable_caches.columns.isUsingColumnVisibilityModel){var B,G,N;const q=$s(e);(!A.exportOnlyDirtyModels||t.columnVisibilityModel!=null||Object.keys((B=(G=t.initialState)==null||(N=G.columns)==null?void 0:N.columnVisibilityModel)!=null?B:{}).length>0||Object.keys(q).length>0)&&(F.columnVisibilityModel=q)}F.orderedFields=$u(e);const z=Ii(e),W={};return z.forEach(q=>{if(q.hasBeenResized){const X={};KA.forEach(le=>{let Q=q[le];Q===1/0&&(Q=-1),X[le]=Q}),W[q.field]=X}}),Object.keys(W).length>0&&(F.dimensions=W),P({},j,{columns:F})},[e,t.columnVisibilityModel,(n=t.initialState)==null?void 0:n.columns]),I=u.useCallback((j,A)=>{var F;const B=e.current.unstable_caches.columns.isUsingColumnVisibilityModel?(F=A.stateToRestore.columns)==null?void 0:F.columnVisibilityModel:void 0,G=A.stateToRestore.columns;if(B==null&&G==null)return j;const N=Lc({apiRef:e,columnTypes:i,columnsToUpsert:[],initialState:G,shouldRegenColumnVisibilityModelFromColumns:!e.current.unstable_caches.columns.isUsingColumnVisibilityModel,currentColumnVisibilityModel:B,keepOnlyColumnsToUpsert:!1});return e.current.setState(A$(N)),G!=null&&e.current.publishEvent("columnsChange",N.all),j},[e,i]),M=u.useCallback((j,A)=>{if(A===Vl.columns){var F;const B=t.components.ColumnsPanel;return O.jsx(B,P({},(F=t.componentsProps)==null?void 0:F.columnsPanel))}return j},[t.components.ColumnsPanel,(r=t.componentsProps)==null?void 0:r.columnsPanel]);fr(e,"exportState",_),fr(e,"restoreState",I),fr(e,"preferencePanel",M);const R=u.useRef(null);Fe(e,"viewportInnerSizeChange",j=>{R.current!==j.width&&(R.current=j.width,c(YA(ja(e.current.state),j.width)))}),Nt(e,"columnVisibilityChange",t.onColumnVisibilityChange);const L=u.useCallback(()=>{o.info("Columns pipe processing have changed, regenerating the columns");const j=Lc({apiRef:e,columnTypes:i,columnsToUpsert:[],initialState:void 0,shouldRegenColumnVisibilityModelFromColumns:!e.current.unstable_caches.columns.isUsingColumnVisibilityModel,keepOnlyColumnsToUpsert:!1});c(j)},[e,o,c,i]);ES(e,"hydrateColumns",L);const H=u.useRef(!0);u.useEffect(()=>{if(H.current){H.current=!1;return}if(o.info(`GridColumns have changed, new length ${t.columns.length}`),s.current===t.columns&&a.current===i)return;const j=Lc({apiRef:e,columnTypes:i,initialState:void 0,shouldRegenColumnVisibilityModelFromColumns:!e.current.unstable_caches.columns.isUsingColumnVisibilityModel,columnsToUpsert:t.columns,keepOnlyColumnsToUpsert:!0});s.current=t.columns,a.current=i,c(j)},[o,e,c,t.columns,i]),u.useEffect(()=>{t.columnVisibilityModel!==void 0&&e.current.setColumnVisibilityModel(t.columnVisibilityModel)},[e,o,t.columnVisibilityModel])}const yfe=e=>e.columnGrouping,eF=Je(yfe,e=>e.lookup),bfe=["groupId","children"];function wfe(e){return e.groupPath!==void 0}const tF=(e,t,n)=>{if(SA(e)){if(n[e.field]!==void 0)throw new Error(["MUI: columnGroupingModel contains duplicated field",`column field ${e.field} occurrs two times in the grouping model:`,`- ${n[e.field].join(" > ")}`,`- ${t.join(" > ")}`].join(`
|
|
330
|
+
`));n[e.field]=t;return}const{groupId:r,children:o}=e;o.forEach(i=>{tF(i,[...t,r],n)})},nF=e=>{if(!e)return{};const t={};return e.forEach(n=>{tF(n,[],t)}),t},kS=e=>{let t={};return e.forEach(n=>{if(SA(n))return;const{groupId:r,children:o}=n,i=se(n,bfe);if(!r)throw new Error("MUI: An element of the columnGroupingModel does not have either `field` or `groupId`.");o||console.warn(`MUI: group groupId=${r} has no children.`);const s=P({},i,{groupId:r}),a=kS(o);if(a[r]!==void 0||t[r]!==void 0)throw new Error(`MUI: The groupId ${r} is used multiple times in the columnGroupingModel.`);t=P({},t,a,{[r]:s})}),P({},t)},Cfe=(e,t)=>{var n;const r=kS((n=t.columnGroupingModel)!=null?n:[]);return P({},e,{columnGrouping:{lookup:r,groupCollapsedModel:{}}})},xfe=(e,t)=>{var n;const r=u.useCallback(a=>{var c,d;return(c=(d=Wu(e)[a])==null?void 0:d.groupPath)!=null?c:[]},[e]),o=u.useCallback(()=>eF(e),[e]);Yt(e,{unstable_getColumnGroupPath:r,unstable_getAllGroupDetails:o});const s=u.useRef(!0);u.useEffect(()=>{var a,c;if(s.current){s.current=!1;return}if(!((a=t.experimentalFeatures)!=null&&a.columnGrouping))return;const d=kS((c=t.columnGroupingModel)!=null?c:[]);e.current.setState(p=>P({},p,{columnGrouping:P({},p.columnGrouping,{lookup:d})}))},[e,t.columnGroupingModel,(n=t.experimentalFeatures)==null?void 0:n.columnGrouping])},E1=.7,P1=1.3,rF=(e,t,n,r)=>{switch(e){case Gf.Compact:return{value:e,headerHeight:Math.floor(t*E1),rowHeight:Math.floor(n*E1),headerGroupingMaxDepth:r,factor:E1};case Gf.Comfortable:return{value:e,headerHeight:Math.floor(t*P1),rowHeight:Math.floor(n*P1),headerGroupingMaxDepth:r,factor:P1};default:return{value:e,headerHeight:t,rowHeight:n,headerGroupingMaxDepth:r,factor:1}}},Sfe=(e,t)=>{let n;if(t.columnGroupingModel==null||Object.keys(t.columnGroupingModel).length===0)n=0;else{const r=nF(t.columnGroupingModel),o=e.columns,i=o.all.filter(s=>o.columnVisibilityModel[s]!==!1);i.length===0?n=0:n=Math.max(...i.map(s=>{var a,c;return(a=(c=r[s])==null?void 0:c.length)!=null?a:0}))}return P({},e,{density:rF(t.density,t.headerHeight,t.rowHeight,n)})},Efe=(e,t)=>{const n=Ke(e,Lr),r=n.length>0?Math.max(...n.map(a=>{var c,d;return(c=(d=a.groupPath)==null?void 0:d.length)!=null?c:0})):0,o=Qn(e,"useDensity"),i=u.useCallback((a,c=t.headerHeight,d=t.rowHeight,p=r)=>{o.debug(`Set grid density to ${a}`),e.current.setState(h=>{const m=Za(h),v=rF(a,c,d,p);return Ts(m,v)?h:P({},h,{density:v})}),e.current.forceUpdate()},[o,e,t.headerHeight,t.rowHeight,r]);u.useEffect(()=>{e.current.setDensity(t.density,t.headerHeight,t.rowHeight,r)},[e,t.density,t.rowHeight,t.headerHeight,r]),Yt(e,{setDensity:i})};function Pfe(e,t="csv",n=document.title||"untitled"){const r=`${n}.${t}`;if("download"in HTMLAnchorElement.prototype){const o=URL.createObjectURL(e),i=document.createElement("a");i.href=o,i.download=r,i.click(),setTimeout(()=>{URL.revokeObjectURL(o)});return}throw new Error("MUI: exportAs not supported")}const oF=(e,t)=>{if(typeof e=="string"){const n=e.replace(/"/g,'""');return[t,`
|
|
331
|
+
`,"\r"].some(r=>n.includes(r))?`"${n}"`:n}return e};Ti(["MUI: When the value of a field is an object or a `renderCell` is provided, the CSV export might not display the value correctly.","You can provide a `valueFormatter` with a string representation to be used."]);const kfe=(e,t,n,r)=>t.map(o=>{const i=n(e,o.field);return oF(i.formattedValue,r)});function Ife(e){const{columns:t,rowIds:n,getCellParams:r,delimiterCharacter:o,includeHeaders:i}=e,s=n.reduce((c,d)=>`${c}${kfe(d,t,r,o).join(o)}\r
|
|
332
|
+
`,"").trim();return i?`${`${t.filter(c=>c.field!==xp.field).map(c=>oF(c.headerName||c.field,o)).join(o)}\r
|
|
333
|
+
`}${s}`.trim():s}const iF=({apiRef:e,options:t})=>{const n=Ii(e);return t.fields?t.fields.map(o=>n.find(i=>i.field===o)).filter(o=>!!o):(t.allColumns?n:Lr(e)).filter(o=>!o.disableExport)},_fe=({apiRef:e})=>{var t,n;const r=mle(e),o=wl(e),i=e.current.getSelectedRows(),s=r.filter(p=>{var h;return((h=o[p].position)!=null?h:"body")==="body"}),a=vp(e),c=(a==null||(t=a.top)==null?void 0:t.map(p=>p.id))||[],d=(a==null||(n=a.bottom)==null?void 0:n.map(p=>p.id))||[];return s.unshift(...c),s.push(...d),i.size>0?s.filter(p=>i.has(p)):s},$fe=e=>{const t=Qn(e,"useGridCsvExport"),n=u.useCallback((s={})=>{var a,c;t.debug("Get data as CSV");const d=iF({apiRef:e,options:s}),h=((a=s.getRowsToExport)!=null?a:_fe)({apiRef:e});return Ife({columns:d,rowIds:h,getCellParams:e.current.getCellParams,delimiterCharacter:s.delimiter||",",includeHeaders:(c=s.includeHeaders)!=null?c:!0})},[t,e]),r=u.useCallback(s=>{t.debug("Export data as CSV");const a=n(s),c=new Blob([s!=null&&s.utf8WithBom?new Uint8Array([239,187,191]):"",a],{type:"text/csv"});Pfe(c,"csv",s==null?void 0:s.fileName)},[t,n]);Yt(e,{getDataAsCsv:n,exportDataAsCsv:r});const i=u.useCallback((s,a)=>{var c;return(c=a.csvOptions)!=null&&c.disableToolbarButton?s:[...s,{component:O.jsx(bde,{options:a.csvOptions}),componentName:"csvExport"}]},[]);fr(e,"exportMenu",i)},Xf=e=>e.rowsMeta;function Mfe(){return new Promise(e=>{requestAnimationFrame(()=>{e()})})}function Rfe(){const e=navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./);return e?parseInt(e[2],10):null}const Tfe=(e,t)=>{const n=Qn(e,"useGridPrintExport"),r=u.useRef(null),o=u.useRef(null),i=u.useRef({});u.useEffect(()=>{r.current=pn(e.current.rootElementRef.current)},[e]);const s=u.useCallback((v,b)=>new Promise(g=>{if(!v&&!b){g();return}const x=iF({apiRef:e,options:{fields:v,allColumns:b}}).map(w=>w.field),C=Ii(e),E={};C.forEach(w=>{E[w.field]=x.includes(w.field)}),e.current.setColumnVisibilityModel(E),g()}),[e]),a=u.useCallback(v=>{const b=document.createElement("iframe");return b.style.position="absolute",b.style.width="0px",b.style.height="0px",b.title=v||document.title,b},[]),c=u.useCallback((v,b)=>{var g,x;const C=P({copyStyles:!0,hideToolbar:!1,hideFooter:!1},b),E=v.contentDocument;if(!E)return;const w=wp(e),S=Xf(e.current.state),k=e.current.rootElementRef.current,_=k.cloneNode(!0),I=_.querySelector(`.${te.virtualScroller}`);I.style.height="auto",I.style.width="auto",I.parentElement.style.width="auto",I.parentElement.style.height="auto";const M=_.querySelector(`.${te.main}`);M.style.overflow="visible";const R=Rfe();R&&R>=108&&(_.style.contain="size");const L=_.querySelector(`.${te.columnHeaders}`).querySelector(`.${te.columnHeadersInner}`);L.style.width="100%";let H=((g=k.querySelector(`.${te.toolbarContainer}`))==null?void 0:g.clientHeight)||0,j=((x=k.querySelector(`.${te.footerContainer}`))==null?void 0:x.clientHeight)||0;if(C.hideToolbar){var A;(A=_.querySelector(`.${te.toolbarContainer}`))==null||A.remove(),H=0}if(C.hideFooter){var F;(F=_.querySelector(`.${te.footerContainer}`))==null||F.remove(),j=0}_.style.height=`${S.currentPageTotalHeight+w+H+j}px`;const B=document.createElement("div");B.appendChild(_),E.body.innerHTML=B.innerHTML;const G=typeof C.pageStyle=="function"?C.pageStyle():C.pageStyle;if(typeof G=="string"){const N=E.createElement("style");N.appendChild(E.createTextNode(G)),E.head.appendChild(N)}if(C.bodyClassName&&E.body.classList.add(...C.bodyClassName.split(" ")),C.copyStyles){const N=r.current.querySelectorAll("style, link[rel='stylesheet']");for(let z=0;z<N.length;z+=1){const W=N[z];if(W.tagName==="STYLE"){const q=E.createElement(W.tagName),X=W.sheet;if(X){let le="";for(let Q=0;Q<X.cssRules.length;Q+=1)typeof X.cssRules[Q].cssText=="string"&&(le+=`${X.cssRules[Q].cssText}\r
|
|
334
|
+
`);q.appendChild(E.createTextNode(le)),E.head.appendChild(q)}}else if(W.getAttribute("href")){const q=E.createElement(W.tagName);for(let X=0;X<W.attributes.length;X+=1){const le=W.attributes[X];le&&q.setAttribute(le.nodeName,le.nodeValue||"")}E.head.appendChild(q)}}}v.contentWindow.print()},[e,r]),d=u.useCallback(v=>{var b,g;r.current.body.removeChild(v),e.current.restoreState(o.current||{}),(b=o.current)!=null&&(g=b.columns)!=null&&g.columnVisibilityModel||e.current.setColumnVisibilityModel(i.current),e.current.unstable_enableVirtualization(),o.current=null,i.current={}},[e]),h={exportDataAsPrint:u.useCallback(v=>dt(void 0,null,function*(){if(n.debug("Export data as Print"),!e.current.rootElementRef.current)throw new Error("MUI: No grid root element available.");if(o.current=e.current.exportState(),i.current=$s(e),t.pagination){const g=wA(e);e.current.setPageSize(g)}yield s(v==null?void 0:v.fields,v==null?void 0:v.allColumns),e.current.unstable_disableVirtualization(),yield Mfe();const b=a(v==null?void 0:v.fileName);b.onload=()=>{c(b,v),b.contentWindow.matchMedia("print").addEventListener("change",x=>{x.matches===!1&&d(b)})},r.current.body.appendChild(b)}),[t,n,e,a,c,d,s])};Yt(e,h);const m=u.useCallback((v,b)=>{var g;return(g=b.printOptions)!=null&&g.disableToolbarButton?v:[...v,{component:O.jsx(wde,{options:b.printOptions}),componentName:"printExport"}]},[]);fr(e,"exportMenu",m)},Ofe=["rowsBeforePartialUpdates"];function Lfe(e,t,n="A row was provided without id in the rows prop:"){if(e==null)throw new Error(["MUI: The data grid component requires all rows to have a unique `id` property.","Alternatively, you can use the `getRowId` prop to specify a custom id for each row.",n,JSON.stringify(t)].join(`
|
|
335
|
+
`))}const mw=(e,t,n)=>{const r=t?t(e):e.id;return Lfe(r,e,n),r},bm=({rows:e,getRowId:t,loading:n,rowCount:r})=>{const o={rowsBeforePartialUpdates:e,loadingPropBeforePartialUpdates:n,rowCountPropBeforePartialUpdates:r,idRowsLookup:{},idToIdLookup:{},ids:[]};for(let i=0;i<e.length;i+=1){const s=e[i],a=mw(s,t);o.idRowsLookup[a]=s,o.idToIdLookup[a]=a,o.ids.push(a)}return o},sF=({apiRef:e,previousTree:t,rowCountProp:n,loadingProp:r})=>{const o=e.current.unstable_caches.rows,i=se(o,Ofe),s=n!=null?n:0,a=e.current.unstable_applyStrategyProcessor("rowTreeCreation",P({},i,{previousTree:t})),c=e.current.unstable_applyPipeProcessors("hydrateRows",a),d=c.treeDepth===1?c.ids.length:Object.values(c.tree).filter(p=>p.parent==null&&!p.isPinned).length;return P({},c,{groupingResponseBeforeRowHydration:a,loading:r,totalRowCount:Math.max(s,c.ids.length),totalTopLevelRowCount:Math.max(s,d)})},lF=(e,t,n)=>{var r;const o=(r=e[t])==null?void 0:r.children;if(o==null)return[];const i=[];for(let s=0;s<o.length;s+=1){const a=o[s],c=e[a];(!n||!c.isAutoGenerated)&&i.push(a),i.push(...lF(e,c.id,n))}return i};function aF(e){var t,n;const r=vp(e),o=(r==null||(t=r.top)==null?void 0:t.reduce((s,a)=>(s+=e.current.unstable_getRowHeight(a.id),s),0))||0,i=(r==null||(n=r.bottom)==null?void 0:n.reduce((s,a)=>(s+=e.current.unstable_getRowHeight(a.id),s),0))||0;return{top:o,bottom:i}}const gw=(e,t)=>{const n=P({},e);if(n.id==null&&(n.id=Math.round(Math.random()*1e5)),n.operatorValue==null){const r=Wu(t)[n.columnField];n.operatorValue=r&&r.filterOperators[0].value}return n},Afe=Ti(["MUI: The `filterModel` can only contain a single item when the `disableMultipleColumnsFiltering` prop is set to `true`.","If you are using the community version of the `DataGrid`, this prop is always `true`."],"error"),Ffe=Ti("MUI: The 'id' field is required on `filterModel.items` when you use multiple filters.","error"),Nfe=Ti(["MUI: One of your filtering item have no `operatorValue` provided.","This property will become required on `@mui/x-data-grid@6.X`."]),cF=(e,t,n)=>{const r=e.items.length>1;let o;r&&t?(Afe(),o=[e.items[0]]):o=e.items;const i=r&&o.some(a=>a.id==null),s=o.some(a=>a.operatorValue==null);return i&&Ffe(),s&&Nfe(),s||i?P({},e,{items:o.map(a=>gw(a,n))}):e.items!==o?P({},e,{items:o}):e},G$=(e,t,n)=>r=>P({},r,{filterModel:cF(e,t,n)}),uF=(e,t)=>{if(!e.columnField||!e.operatorValue)return null;const n=t.current.getColumn(e.columnField);if(!n)return null;let r;if(n.valueParser){var o;const p=n.valueParser;r=Array.isArray(e.value)?(o=e.value)==null?void 0:o.map(h=>p(h)):p(e.value)}else r=e.value;const i=P({},e,{value:r}),s=n.filterOperators;if(!(s!=null&&s.length))throw new Error(`MUI: No filter operators found for column '${n.field}'.`);const a=s.find(p=>p.value===i.operatorValue);if(!a)throw new Error(`MUI: No filter operator found for column '${n.field}' and operator value '${i.operatorValue}'.`);const c=a.getApplyFilterFn(i,n);return typeof c!="function"?null:{fn:p=>{const h=t.current.getCellParams(p,i.columnField);return c(h)},item:i}},Dfe=(e,t)=>{const{items:n}=e,r=n.map(o=>uF(o,t)).filter(o=>!!o);return r.length===0?null:(o,i)=>{const s={};return(i?r.filter(c=>i(c.item.columnField)):r).forEach(c=>{s[c.item.id]=c.fn(o)}),s}},Bfe=(e,t)=>{const{quickFilterValues:n=[]}=e;if(n.length===0)return null;const r=$u(t),o={};r.forEach(s=>{const a=t.current.getColumn(s),c=a==null?void 0:a.getApplyQuickFilterFn;c&&(o[s]=n.map(d=>c(d,a,t)))});const i=n.filter((s,a)=>Object.keys(o).some(c=>o[c][a]!=null));return i.length===0?null:(s,a)=>{const c={},d=[];Object.keys(o).forEach(h=>{(!a||a(h))&&(c[h]=t.current.getCellParams(s,h),d.push(h))});const p={};return i.forEach((h,m)=>{const v=d.some(b=>{var g,x;return o[b][m]==null?!1:(g=(x=o[b])[m])==null?void 0:g.call(x,c[b])});p[h]=v}),p}},zfe=(e,t)=>{const n=Dfe(e,t),r=Bfe(e,t);return(o,i)=>({passingFilterItems:n&&n(o,i),passingQuickFilterValues:r&&r(o,i)})},jfe=(e,t,n,r)=>{var o,i;const s=n.items.filter(h=>uF(h,r)!==null),a=e.filter(h=>h!=null),c=t.filter(h=>h!=null),d=(o=n.quickFilterLogicOperator)!=null?o:Kf().quickFilterLogicOperator,p=(i=n.linkOperator)!=null?i:Kf().linkOperator;if(a.length>0){const h=m=>a.some(v=>v[m.id]);if(p===jr.And){if(!s.every(h))return!1}else if(!s.some(h))return!1}if(c.length>0&&n.quickFilterValues!=null){const h=m=>c.some(v=>v[m]);if(d===jr.And){if(!n.quickFilterValues.every(h))return!1}else if(!n.quickFilterValues.some(h))return!1}return!0},Hfe=(e,t,n)=>{var r,o,i,s;const a=(r=(o=t.filterModel)!=null?o:(i=t.initialState)==null||(s=i.filter)==null?void 0:s.filterModel)!=null?r:Kf();return P({},e,{filter:{filterModel:cF(a,t.disableMultipleColumnsFiltering,n),visibleRowsLookup:{},filteredDescendantCountLookup:{}}})},Vfe=(e,t)=>{var n,r,o;const i=Qn(e,"useGridFilter");e.current.unstable_registerControlState({stateId:"filter",propModel:t.filterModel,propOnChange:t.onFilterModelChange,stateSelector:Yr,changeEvent:"filterModelChange"});const s=u.useCallback(()=>{e.current.setState(M=>{const R=Yr(M,e.current.instanceId),T=t.filterMode===su.client?zfe(R,e):null,L=e.current.unstable_applyStrategyProcessor("filtering",{isRowMatchingFilters:T,filterModel:R!=null?R:Kf()});return P({},M,{filter:P({},M.filter,L)})}),e.current.publishEvent("filteredRowsSet")},[t.filterMode,e]),a=u.useCallback(()=>{s(),e.current.forceUpdate()},[e,s]),c=u.useCallback(M=>{const R=Yr(e),T=[...R.items],L=T.findIndex(H=>H.id===M.id);L===-1?T.push(M):T[L]=M,e.current.setFilterModel(P({},R,{items:T}),"upsertFilterItem")},[e]),d=u.useCallback(M=>{const R=Yr(e),T=[...R.items];M.forEach(L=>{const H=M.findIndex(j=>j.id===L.id);H===-1?T.push(L):T[H]=L}),e.current.setFilterModel(P({},R,{items:M}),"upsertFilterItems")},[e]),p=u.useCallback(M=>{const R=Yr(e),T=R.items.filter(L=>L.id!==M.id);T.length!==R.items.length&&e.current.setFilterModel(P({},R,{items:T}),"deleteFilterItem")},[e]),h=u.useCallback(M=>{if(i.debug("Displaying filter panel"),M){const R=Yr(e),T=R.items.filter(j=>{var A;if(j.value!==void 0)return!0;const B=(A=e.current.getColumn(j.columnField).filterOperators)==null?void 0:A.find(N=>N.value===j.operatorValue);return!(typeof(B==null?void 0:B.requiresFilterValue)=="undefined"?!0:B==null?void 0:B.requiresFilterValue)});let L;T.find(j=>j.columnField===M)?L=T:t.disableMultipleColumnsFiltering?L=[gw({columnField:M},e)]:L=[...T,gw({columnField:M},e)],e.current.setFilterModel(P({},R,{items:L}))}e.current.showPreferences(Vl.filters)},[e,i,t.disableMultipleColumnsFiltering]),m=u.useCallback(()=>{i.debug("Hiding filter panel"),e.current.hidePreferences()},[e,i]),v=u.useCallback(M=>{const R=Yr(e);R.linkOperator!==M&&e.current.setFilterModel(P({},R,{linkOperator:M}),"changeLogicOperator")},[e]),b=u.useCallback(M=>{const R=Yr(e);Ts(R.quickFilterValues,M)||e.current.setFilterModel(P({},R,{quickFilterValues:[...M]}))},[e]),g=u.useCallback((M,R)=>{Yr(e)!==M&&(i.debug("Setting filter model"),e.current.unstable_updateControlState("filter",G$(M,t.disableMultipleColumnsFiltering,e),R),e.current.unstable_applyFilters())},[e,i,t.disableMultipleColumnsFiltering]),x=u.useCallback(()=>{const M=Ws(e);return new Map(M.map(R=>[R.id,R.model]))},[e]);Yt(e,{setFilterLinkOperator:v,unstable_applyFilters:a,deleteFilterItem:p,upsertFilterItem:c,upsertFilterItems:d,setFilterModel:g,showFilterPanel:h,hideFilterPanel:m,getVisibleRowModels:x,setQuickFilterValues:b});const E=u.useCallback((M,R)=>{var T,L;const H=Yr(e);return!R.exportOnlyDirtyModels||t.filterModel!=null||((T=t.initialState)==null||(L=T.filter)==null?void 0:L.filterModel)!=null||!Ts(H,Kf())?P({},M,{filter:{filterModel:H}}):M},[e,t.filterModel,(n=t.initialState)==null||(r=n.filter)==null?void 0:r.filterModel]),w=u.useCallback((M,R)=>{var T;const L=(T=R.stateToRestore.filter)==null?void 0:T.filterModel;return L==null?M:(e.current.unstable_updateControlState("filter",G$(L,t.disableMultipleColumnsFiltering,e),"restoreState"),P({},M,{callbacks:[...M.callbacks,e.current.unstable_applyFilters]}))},[e,t.disableMultipleColumnsFiltering]),S=u.useCallback((M,R)=>{if(R===Vl.filters){var T;const L=t.components.FilterPanel;return O.jsx(L,P({},(T=t.componentsProps)==null?void 0:T.filterPanel))}return M},[t.components.FilterPanel,(o=t.componentsProps)==null?void 0:o.filterPanel]),k=u.useCallback(M=>{if(t.filterMode===su.client&&M.isRowMatchingFilters){const R=wa(e),T={};for(let L=0;L<R.length;L+=1){const H=R[L];let j;if(typeof H=="string"&&H.startsWith("auto-generated-group-footer"))j=!0;else{const{passingFilterItems:A,passingQuickFilterValues:F}=M.isRowMatchingFilters(H);j=jfe([A],[F],M.filterModel,e)}T[H]=j}return{filteredRowsLookup:T,visibleRowsLookup:T,filteredDescendantCountLookup:{}}}return{visibleRowsLookup:{},filteredRowsLookup:{},filteredDescendantCountLookup:{}}},[e,t.filterMode]);fr(e,"exportState",E),fr(e,"restoreState",w),fr(e,"preferencePanel",S),PS(e,Ep,"filtering",k);const _=u.useCallback(()=>{i.debug("onColUpdated - GridColumns changed, applying filters");const M=Yr(e),R=dle(e),T=M.items.filter(L=>L.columnField&&R[L.columnField]);T.length<M.items.length&&e.current.setFilterModel(P({},M,{items:T}))},[e,i]),I=u.useCallback(M=>{M==="filtering"&&e.current.unstable_applyFilters()},[e]);Fe(e,"rowsSet",s),Fe(e,"rowExpansionChange",e.current.unstable_applyFilters),Fe(e,"columnsChange",_),Fe(e,"activeStrategyProcessorChange",I),Sp(()=>{e.current.unstable_applyFilters()}),u.useEffect(()=>{t.filterModel!==void 0&&e.current.setFilterModel(t.filterModel)},[e,i,t.filterModel])},Ufe=e=>P({},e,{focus:{cell:null,columnHeader:null},tabIndex:{cell:null,columnHeader:null}}),Wfe=(e,t)=>{const n=Qn(e,"useGridFocus"),r=u.useRef(null),o=u.useCallback((x,C)=>{x&&e.current.getRow(x.id)&&e.current.publishEvent("cellFocusOut",e.current.getCellParams(x.id,x.field),C)},[e]),i=u.useCallback((x,C)=>{const E=xi(e);(E==null?void 0:E.id)===x&&(E==null?void 0:E.field)===C||(e.current.setState(w=>(n.debug(`Focusing on cell with id=${x} and field=${C}`),P({},w,{tabIndex:{cell:{id:x,field:C},columnHeader:null},focus:{cell:{id:x,field:C},columnHeader:null}}))),e.current.forceUpdate(),e.current.getRow(x)&&(E&&o(E,{}),e.current.publishEvent("cellFocusIn",e.current.getCellParams(x,C))))},[e,n,o]),s=u.useCallback((x,C={})=>{const E=xi(e);o(E,C),e.current.setState(w=>(n.debug(`Focusing on column header with colIndex=${x}`),P({},w,{tabIndex:{columnHeader:{field:x},cell:null},focus:{columnHeader:{field:x},cell:null}}))),e.current.forceUpdate()},[e,n,o]),a=u.useCallback((x,C,E)=>{let w=e.current.getColumnIndex(C),S=e.current.getRowIndexRelativeToVisibleRows(x);const k=Lr(e);E==="right"?w+=1:E==="left"?w-=1:S+=1;const _=ey(e,{pagination:t.pagination,paginationMode:t.paginationMode});w>=k.length?(S+=1,S<_.rows.length&&(w=0)):w<0&&(S-=1,S>=0&&(w=k.length-1)),S=Mu(S,0,_.rows.length-1);const I=_.rows[S],M=e.current.unstable_getCellColSpanInfo(I.id,w);M&&M.spannedByColSpan&&(E==="left"||E==="below"?w=M.leftVisibleCellIndex:E==="right"&&(w=M.rightVisibleCellIndex)),w=Mu(w,0,k.length-1);const R=k[w];e.current.setCellFocus(I.id,R.field)},[e,t.pagination,t.paginationMode]),c=u.useCallback(({id:x,field:C})=>{e.current.setCellFocus(x,C)},[e]),d=u.useCallback((x,C)=>{C.key==="Enter"||C.key==="Tab"||Cp(C.key)||e.current.setCellFocus(x.id,x.field)},[e]),p=u.useCallback(({field:x},C)=>{C.target===C.currentTarget&&e.current.setColumnHeaderFocus(x,C)},[e]),h=u.useCallback(()=>{n.debug("Clearing focus"),e.current.setState(x=>P({},x,{focus:{cell:null,columnHeader:null}}))},[n,e]),m=u.useCallback(x=>{r.current=x},[]),v=u.useCallback(x=>{const C=r.current;r.current=null;const E=xi(e);if(!E){C&&e.current.setCellFocus(C.id,C.field);return}if((C==null?void 0:C.id)===E.id&&(C==null?void 0:C.field)===E.field)return;const w=e.current.getCellElement(E.id,E.field);w!=null&&w.contains(x.target)||(C?e.current.setCellFocus(C.id,C.field):(e.current.setState(S=>P({},S,{focus:{cell:null,columnHeader:null}})),e.current.forceUpdate(),o(E,x)))},[e,o]),b=u.useCallback(x=>{if(x.cellMode==="view")return;const C=xi(e);((C==null?void 0:C.id)!==x.id||(C==null?void 0:C.field)!==x.field)&&e.current.setCellFocus(x.id,x.field)},[e]),g=u.useCallback(()=>{const x=xi(e);x&&!e.current.getRow(x.id)&&e.current.setState(C=>P({},C,{focus:{cell:null,columnHeader:null}}))},[e]);Yt(e,{setCellFocus:i,setColumnHeaderFocus:s,unstable_moveFocusToRelativeCell:a}),u.useEffect(()=>{const x=pn(e.current.rootElementRef.current);return x.addEventListener("click",v),()=>{x.removeEventListener("click",v)}},[e,v]),Fe(e,"columnHeaderBlur",h),Fe(e,"cellDoubleClick",c),Fe(e,"cellMouseDown",m),Fe(e,"cellKeyDown",d),Fe(e,"cellModeChange",b),Fe(e,"columnHeaderFocus",p),Fe(e,"rowsSet",g)};function Gfe(e,t){const n=vp(e)||{};return[...n.top||[],...t,...n.bottom||[]]}const Kfe=(e,t)=>{const n=Qn(e,"useGridKeyboardNavigation"),r=ec(e,t).rows,o=u.useMemo(()=>Gfe(e,r),[e,r]),i=u.useCallback((h,m,v="left")=>{const b=Ws(e),g=e.current.unstable_getCellColSpanInfo(m,h);g&&g.spannedByColSpan&&(v==="left"?h=g.leftVisibleCellIndex:v==="right"&&(h=g.rightVisibleCellIndex));const x=b.findIndex(E=>E.id===m);n.debug(`Navigating to cell row ${x}, col ${h}`),e.current.scrollToIndexes({colIndex:h,rowIndex:x});const C=e.current.getVisibleColumns()[h].field;e.current.setCellFocus(m,C)},[e,n]),s=u.useCallback((h,m)=>{n.debug(`Navigating to header col ${h}`),e.current.scrollToIndexes({colIndex:h});const v=e.current.getVisibleColumns()[h].field;e.current.setColumnHeaderFocus(v,m)},[e,n]),a=u.useCallback(h=>o[h].id,[o]),c=u.useCallback((h,m)=>{const v=e.current.getRootDimensions();if(o.length===0||!v)return;const b=e.current.unstable_getViewportPageSize(),g=h.field?e.current.getColumnIndex(h.field):0,x=o.findIndex(_=>_.id===h.id),C=0,E=o.length-1,w=0,S=Lr(e).length-1;let k=!0;switch(m.key){case"ArrowDown":case"Enter":{x<E&&i(g,a(x+1));break}case"ArrowUp":{x>C?i(g,a(x-1)):s(g,m);break}case"ArrowRight":{g<S&&i(g+1,a(x),"right");break}case"ArrowLeft":{g>w&&i(g-1,a(x));break}case"Tab":{m.shiftKey&&g>w?i(g-1,a(x),"left"):!m.shiftKey&&g<S&&i(g+1,a(x),"right");break}case" ":{if(h.field===SS)break;const I=h.colDef;if(I&&I.type==="treeDataGroup")break;!m.shiftKey&&x<E&&i(g,a(Math.min(x+b,E)));break}case"PageDown":{x<E&&i(g,a(Math.min(x+b,E)));break}case"PageUp":{const _=Math.max(x-b,C);_!==x&&_>=C?i(g,a(_)):s(g,m);break}case"Home":{m.ctrlKey||m.metaKey||m.shiftKey?i(w,a(C)):i(w,a(x));break}case"End":{m.ctrlKey||m.metaKey||m.shiftKey?i(S,a(E)):i(S,a(x));break}default:k=!1}k&&m.preventDefault()},[e,o,i,s,a]),d=u.useCallback((h,m)=>{const v=m.currentTarget.querySelector(`.${te.columnHeaderTitleContainerContent}`);if(!!v&&v.contains(m.target)&&h.field!==xp.field||!e.current.getRootDimensions())return;const x=e.current.unstable_getViewportPageSize(),C=h.field?e.current.getColumnIndex(h.field):0,E=0,w=o.length-1,S=0,k=Lr(e).length-1;let _=!0;switch(m.key){case"ArrowDown":{i(C,a(E));break}case"ArrowRight":{C<k&&s(C+1,m);break}case"ArrowLeft":{C>S&&s(C-1,m);break}case"PageDown":{w!==null&&i(C,a(Math.min(E+x,w)));break}case"Home":{s(S,m);break}case"End":{s(k,m);break}case"Enter":{(m.ctrlKey||m.metaKey)&&e.current.toggleColumnMenu(h.field);break}case" ":break;default:_=!1}_&&m.preventDefault()},[e,o,i,s,a]),p=u.useCallback((h,m)=>{if(!m.currentTarget.contains(m.target))return;const v=e.current.getCellParams(h.id,h.field);v.cellMode!==Mt.Edit&&Cp(m.key)&&e.current.publishEvent("cellNavigationKeyDown",v,m)},[e]);Fe(e,"cellNavigationKeyDown",c),Fe(e,"columnHeaderKeyDown",d),Fe(e,"cellKeyDown",p)},dF=e=>e?0:100,K$=e=>t=>P({},t,{pagination:P({},t.pagination,{pageSize:e})}),qfe=(e,t)=>{var n,r;const o=Qn(e,"useGridPageSize"),i=Ke(e,bp);e.current.unstable_registerControlState({stateId:"pageSize",propModel:t.pageSize,propOnChange:t.onPageSizeChange,stateSelector:ff,changeEvent:"pageSizeChange"});const a={setPageSize:u.useCallback(h=>{h!==ff(e)&&(o.debug(`Setting page size to ${h}`),e.current.setState(K$(h)),e.current.forceUpdate())},[e,o])};Yt(e,a);const c=u.useCallback((h,m)=>{var v,b;const g=ff(e);return!m.exportOnlyDirtyModels||t.pageSize!=null||((v=t.initialState)==null||(b=v.pagination)==null?void 0:b.pageSize)!=null||g!==dF(t.autoPageSize)?P({},h,{pagination:P({},h.pagination,{pageSize:g})}):h},[e,t.pageSize,(n=t.initialState)==null||(r=n.pagination)==null?void 0:r.pageSize,t.autoPageSize]),d=u.useCallback((h,m)=>{var v;const b=(v=m.stateToRestore.pagination)==null?void 0:v.pageSize;return b!=null&&e.current.setState(K$(b)),h},[e]);fr(e,"exportState",c),fr(e,"restoreState",d);const p=u.useCallback(()=>{const h=e.current.getRootDimensions();if(!t.autoPageSize||!h)return;const m=aF(e),v=Math.floor((h.viewportInnerSize.height-m.top-m.bottom)/i);e.current.setPageSize(v)},[e,t.autoPageSize,i]);Fe(e,"viewportInnerSizeChange",p),u.useEffect(()=>{t.pageSize!=null&&!t.autoPageSize&&e.current.setPageSize(t.pageSize)},[e,t.autoPageSize,t.pageSize]),u.useEffect(()=>{p()},[p])},vw=(e,t)=>t>0&&e>0?Math.ceil(e/t):0,yw=e=>e.pageCount?P({},e,{page:Math.max(Math.min(e.page,e.pageCount-1),0)}):e,q$=e=>t=>P({},t,{pagination:yw(P({},t.pagination,{page:e}))});Ti(["MUI: the 'rowCount' prop is undefined while using paginationMode='server'","For more detail, see http://mui.com/components/data-grid/pagination/#basic-implementation"],"error");const Yfe=(e,t)=>{var n,r;const o=Qn(e,"useGridPage"),i=Ke(e,CA);e.current.unstable_registerControlState({stateId:"page",propModel:t.page,propOnChange:t.onPageChange,stateSelector:Vd,changeEvent:"pageChange"});const a={setPage:u.useCallback(m=>{o.debug(`Setting page to ${m}`),e.current.setState(q$(m)),e.current.forceUpdate()},[e,o])};Yt(e,a);const c=u.useCallback((m,v)=>{var b,g;const x=Vd(e);return!v.exportOnlyDirtyModels||t.page!=null||((b=t.initialState)==null||(g=b.pagination)==null?void 0:g.page)!=null||x!==0?P({},m,{pagination:P({},m.pagination,{page:x})}):m},[e,t.page,(n=t.initialState)==null||(r=n.pagination)==null?void 0:r.page]),d=u.useCallback((m,v)=>{var b,g;const x=(b=(g=v.stateToRestore.pagination)==null?void 0:g.page)!=null?b:Vd(e);return e.current.setState(q$(x)),m},[e]);fr(e,"exportState",c),fr(e,"restoreState",d);const p=m=>{e.current.setState(v=>{const b=vw(v.pagination.rowCount,m);return P({},v,{pagination:yw(P({},v.pagination,{pageCount:b,page:v.pagination.page}))})}),e.current.forceUpdate()},h=()=>e.current.scrollToIndexes({rowIndex:Vd(e)*ff(e)});Fe(e,"pageSizeChange",p),Fe(e,"pageChange",h),u.useEffect(()=>{},[t.rowCount,t.paginationMode]),u.useEffect(()=>{e.current.setState(m=>{const v=t.rowCount!==void 0?t.rowCount:i,b=vw(v,m.pagination.pageSize),g=t.page==null?m.pagination.page:t.page;return P({},m,{pagination:yw(P({},m.pagination,{page:g,rowCount:v,pageCount:b}))})}),e.current.forceUpdate()},[i,t.rowCount,t.page,t.paginationMode,e])},Xfe=(e,t)=>{var n,r,o,i,s,a,c,d;let p;return t.pageSize!=null?p=t.pageSize:((n=t.initialState)==null||(r=n.pagination)==null?void 0:r.pageSize)!=null?p=t.initialState.pagination.pageSize:p=dF(t.autoPageSize),P({},e,{pagination:{pageSize:p,page:(o=(i=t.page)!=null?i:(s=t.initialState)==null||(a=s.pagination)==null?void 0:a.page)!=null?o:0,pageCount:vw((c=t.rowCount)!=null?c:0,p),rowCount:(d=t.rowCount)!=null?d:0}})},Qfe=(e,t)=>{qfe(e,t),Yfe(e,t)},Jfe=(e,t)=>{var n,r;return P({},e,{preferencePanel:(n=(r=t.initialState)==null?void 0:r.preferencePanel)!=null?n:{open:!1}})},Zfe=(e,t)=>{var n;const r=Qn(e,"useGridPreferencesPanel"),o=u.useRef(),i=u.useRef(),s=u.useCallback(()=>{r.debug("Hiding Preferences Panel");const m=mg(e.current.state);m.openedPanelValue&&e.current.publishEvent("preferencePanelClose",{openedPanelValue:m.openedPanelValue}),e.current.setState(v=>P({},v,{preferencePanel:{open:!1}})),e.current.forceUpdate()},[e,r]),a=u.useCallback(()=>{i.current=setTimeout(()=>clearTimeout(o.current),0)},[]),c=u.useCallback(()=>{o.current=setTimeout(s,100)},[s]),d=u.useCallback(m=>{r.debug("Opening Preferences Panel"),a(),e.current.setState(v=>P({},v,{preferencePanel:P({},v.preferencePanel,{open:!0,openedPanelValue:m})})),e.current.publishEvent("preferencePanelOpen",{openedPanelValue:m}),e.current.forceUpdate()},[r,a,e]);Yt(e,{showPreferences:d,hidePreferences:c});const p=u.useCallback((m,v)=>{var b;const g=mg(e.current.state);return!v.exportOnlyDirtyModels||((b=t.initialState)==null?void 0:b.preferencePanel)!=null||g.open?P({},m,{preferencePanel:g}):m},[e,(n=t.initialState)==null?void 0:n.preferencePanel]),h=u.useCallback((m,v)=>{const b=v.stateToRestore.preferencePanel;return b!=null&&e.current.setState(g=>P({},g,{preferencePanel:b})),m},[e]);fr(e,"exportState",p),fr(e,"restoreState",h),u.useEffect(()=>()=>{clearTimeout(o.current),clearTimeout(i.current)},[])},Tn=e=>e.editRows;function Y$(e){return typeof e.then=="function"}const epe=(e,t)=>{var n;const r=Qn(e,"useGridEditRows"),o=w=>(...S)=>{t.editMode===Rr.Cell&&w(...S)},i=u.useCallback((w,S,k)=>{e.current.getCellMode(w,S)!==k&&(r.debug(`Switching cell id: ${w} field: ${S} to mode: ${k}`),e.current.setState(_=>{const I=P({},_.editRows);return I[w]=P({},I[w]),k===Mt.Edit?I[w][S]={value:e.current.getCellValue(w,S)}:(delete I[w][S],Object.keys(I[w]).length||delete I[w]),P({},_,{editRows:I})}),e.current.forceUpdate(),e.current.publishEvent("cellModeChange",e.current.getCellParams(w,S)))},[e,r]),s=u.useCallback((w,S)=>{const k=Tn(e.current.state);return k[w]&&k[w][S]?Mt.Edit:Mt.View},[e]),a=u.useCallback((w,S={})=>{var k;const{id:_,field:I}=w;e.current.unstable_runPendingEditCellValueMutation(_,I);const M=e.current.getEditRowsModel();if(!M[_]||!M[_][I])throw new Error(`MUI: Cell at id: ${_} and field: ${I} is not in edit mode.`);const R=M[_][I],T=e.current.getColumn(I),L=e.current.getRow(_);if((k=t.experimentalFeatures)!=null&&k.preventCommitWhileValidating){const A=M[_][I];if(A.isValidating||A.error)return!1}const H=P({},w,{value:R.value});let j=!!R.error;if(!j&&typeof T.preProcessEditCellProps=="function"){const A=T.preProcessEditCellProps({id:_,row:L,props:R});if(Y$(A))return A.then(F=>(e.current.unstable_setEditCellProps({id:_,field:I,props:F}),F.error?!1:(e.current.publishEvent("cellEditCommit",H,S),!0)));e.current.unstable_setEditCellProps({id:_,field:I,props:A}),j=!!A.error}return j?!1:(e.current.publishEvent("cellEditCommit",H,S),!0)},[e,(n=t.experimentalFeatures)==null?void 0:n.preventCommitWhileValidating]),c=u.useCallback(w=>{const S=e.current.getColumn(w.field),k=e.current.getRow(w.id);return new Promise(_=>{let I={value:w.value};const R=e.current.getEditRowsModel()[w.id][w.field];if(typeof S.preProcessEditCellProps!="function"){e.current.unstable_setEditCellProps(P({},w,{props:I})),_(!0);return}I=e.current.unstable_setEditCellProps(P({},w,{props:P({},R,{isValidating:!0})})),Promise.resolve(S.preProcessEditCellProps({id:w.id,row:k,props:P({},I,{value:e.current.unstable_parseValue(w.id,w.field,w.value)})})).then(T=>{e.current.unstable_setEditCellProps(P({},w,{props:P({},T,{isValidating:!1})})),_(!T.error)})})},[e]);Yt(e,{setCellMode:i,getCellMode:s,commitCellChange:a,unstable_setCellEditingEditCellValue:c});const p=u.useCallback((w,S)=>dt(void 0,null,function*(){if(S.which===229)return;const{id:k,field:_,cellMode:I,isEditable:M}=w;if(!M)return;const R=I===Mt.Edit,T=S.ctrlKey||S.metaKey||S.altKey;if(!R&&yae(S)&&!T&&!(S.key===" "&&S.shiftKey)&&e.current.publishEvent("cellEditStart",w,S),!R&&dw(S.key)&&(e.current.setEditCellValue({id:k,field:_,value:""}),e.current.commitCellChange({id:k,field:_},S),e.current.publishEvent("cellEditStop",w,S)),R&&R$(S.key)){const L={id:k,field:_};if(!(yield e.current.commitCellChange(L,S)))return}R&&bae(S.key)&&e.current.publishEvent("cellEditStop",w,S)}),[e]),h=u.useCallback((w,S)=>{w.isEditable&&e.current.publishEvent("cellEditStart",w,S)},[e]),m=(w,S)=>dt(void 0,null,function*(){w.cellMode!==Mt.View&&(yield e.current.commitCellChange(w,S),e.current.publishEvent("cellEditStop",w,S))}),v=cn((w,S)=>{m(w,S)}),b=cn(()=>{const w=xi(e);if(!w)return;const S=e.current.getCellParams(w.id,w.field);m(S,{})}),g=u.useCallback((w,S)=>{w.isEditable&&(e.current.setCellMode(w.id,w.field,Mt.Edit),fw(S)&&Jv(S)&&e.current.unstable_setEditCellProps({id:w.id,field:w.field,props:{value:""}}))},[e]),x=u.useCallback((w,S)=>{if(e.current.setCellMode(w.id,w.field,Mt.View),!!fw(S)){if(R$(S.key)){e.current.publishEvent("cellNavigationKeyDown",w,S);return}(S.key==="Escape"||dw(S.key))&&e.current.setCellFocus(w.id,w.field)}},[e]),C=u.useCallback(w=>{const{id:S,field:k}=w,_=e.current.getEditRowsModel(),{value:I}=_[S][k];r.debug(`Setting cell id: ${S} field: ${k} to value: ${I==null?void 0:I.toString()}`);const M=e.current.getRow(S);if(M){const R=e.current.getColumn(w.field);let T=P({},M,{[k]:I});R.valueSetter&&(T=R.valueSetter({row:M,value:I})),e.current.updateRows([T])}},[e,r]),E=u.useCallback(w=>{const S=e.current.getRow(w.id),k=e.current.getColumn(w.field),_=k.preProcessEditCellProps?k.preProcessEditCellProps({id:w.id,row:S,props:w.props}):w.props;Y$(_)?_.then(I=>{e.current.unstable_setEditCellProps(P({},w,{props:I}))}):e.current.unstable_setEditCellProps(P({},w,{props:_}))},[e]);Fe(e,"cellKeyDown",o(p)),Fe(e,"cellDoubleClick",o(h)),Fe(e,"cellFocusOut",o(v)),Fe(e,"columnHeaderDragStart",o(b)),Fe(e,"cellEditStart",o(g)),Fe(e,"cellEditStop",o(x)),Fe(e,"cellEditCommit",o(C)),Fe(e,"editCellPropsChange",o(E)),Nt(e,"cellEditCommit",t.onCellEditCommit),Nt(e,"cellEditStart",t.onCellEditStart),Nt(e,"cellEditStop",t.onCellEditStop)},tpe=(e,t)=>{var n,r;const o=u.useRef(null),i=u.useRef(null),s=Ke(e,Ii),a=I=>(...M)=>{t.editMode===Rr.Row&&I(...M)},c=u.useCallback((I,M)=>{M!==e.current.getRowMode(I)&&(e.current.setState(R=>{const T=P({},R.editRows);return M===Ut.Edit?(T[I]={},s.forEach(L=>{const H=e.current.getCellParams(I,L.field);H.isEditable&&(T[I][L.field]={value:H.value})})):delete T[I],P({},R,{editRows:T})}),e.current.forceUpdate())},[e,s]),d=u.useCallback(I=>t.editMode===Rr.Cell?Ut.View:Tn(e.current.state)[I]?Ut.Edit:Ut.View,[e,t.editMode]),p=u.useCallback((I,M={})=>{var R;if(t.editMode===Rr.Cell)throw new Error("MUI: You can't commit changes when the edit mode is 'cell'.");e.current.unstable_runPendingEditCellValueMutation(I);const L=e.current.getEditRowsModel()[I];if(!L)throw new Error(`MUI: Row at id: ${I} is not being edited.`);if((R=t.experimentalFeatures)!=null&&R.preventCommitWhileValidating&&!Object.keys(L).reduce((F,B)=>F&&!L[B].isValidating&&!L[B].error,!0)||Object.values(L).some(A=>!!A.error))return!1;const j=Object.keys(L).filter(A=>typeof e.current.getColumn(A).preProcessEditCellProps=="function");if(j.length>0){const A=e.current.getRow(I),F=j.map(B=>dt(void 0,null,function*(){const G=e.current.getColumn(B),N=yield Promise.resolve(G.preProcessEditCellProps({id:I,row:A,props:L[B]}));return e.current.unstable_setEditCellProps({id:I,field:B,props:N}),N.error}));return Promise.all(F).then(B=>B.some(G=>!!G)?!1:(e.current.publishEvent("rowEditCommit",I,M),!0))}return e.current.publishEvent("rowEditCommit",I,M),!0},[e,t.editMode,(n=t.experimentalFeatures)==null?void 0:n.preventCommitWhileValidating]),h=u.useCallback(I=>{const R=e.current.getEditRowsModel()[I.id],T=e.current.getRow(I.id);let L=!0;return new Promise(H=>{Object.keys(R).forEach(j=>dt(void 0,null,function*(){const A=e.current.getColumn(j);let F=j===I.field?{value:I.value}:R[j];F=e.current.unstable_setEditCellProps({id:I.id,field:j,props:P({},F,{isValidating:!0})}),A.preProcessEditCellProps&&(F=yield Promise.resolve(A.preProcessEditCellProps({id:I.id,row:T,props:P({},F,{value:j===I.field?e.current.unstable_parseValue(I.id,j,I.value):F.value})}))),F.error&&(L=!1),e.current.unstable_setEditCellProps({id:I.id,field:j,props:P({},F,{isValidating:!1})})})),H(L)})},[e]);Yt(e,{setRowMode:c,getRowMode:d,commitRowChange:p,unstable_setRowEditingEditCellValue:h});const v=u.useCallback((I,M)=>dt(void 0,null,function*(){if(M.which===229)return;const{cellMode:R,isEditable:T}=I;if(!T)return;const L=R===Mt.Edit,H=e.current.getRowParams(I.id);if(L)if(M.key==="Enter"){var j;if(!(yield e.current.commitRowChange(I.id))&&(j=t.experimentalFeatures)!=null&&j.preventCommitWhileValidating)return;e.current.publishEvent("rowEditStop",H,M)}else M.key==="Escape"&&e.current.publishEvent("rowEditStop",H,M);else M.key==="Enter"&&e.current.publishEvent("rowEditStart",H,M)}),[e,(r=t.experimentalFeatures)==null?void 0:r.preventCommitWhileValidating]),b=u.useCallback((I,M)=>{if(!I.isEditable)return;const R=e.current.getRowParams(I.id);e.current.publishEvent("rowEditStart",R,M)},[e]),g=u.useCallback(I=>{const M=e.current.getRow(I.id),T=e.current.getEditRowsModel()[I.id];Object.keys(T).forEach(L=>dt(void 0,null,function*(){const H=e.current.getColumn(L);if(H.preProcessEditCellProps){const j=L===I.field?I.props:T[L],A=yield Promise.resolve(H.preProcessEditCellProps({id:I.id,row:M,props:j}));e.current.unstable_setEditCellProps({id:I.id,field:L,props:A})}else L===I.field&&e.current.unstable_setEditCellProps(I)}))},[e]),x=u.useCallback(I=>{e.current.setRowMode(I.id,Ut.Edit)},[e]),C=u.useCallback((I,M)=>{e.current.setRowMode(I.id,Ut.View),M.key==="Enter"&&e.current.publishEvent("cellNavigationKeyDown",I,M)},[e]),E=u.useCallback(I=>{const R=e.current.getEditRowsModel()[I];if(!R)throw new Error(`MUI: Row at id: ${I} is not being edited.`);const T=e.current.getRow(I);if(T){let L=P({},T);Object.keys(R).forEach(H=>{const j=e.current.getColumn(H),A=R[H].value;j.valueSetter?L=j.valueSetter({row:L,value:A}):L[H]=A}),e.current.updateRows([L])}},[e]),w=u.useCallback(I=>{i.current=I},[]),S=(I,M)=>dt(void 0,null,function*(){I.cellMode!==Mt.View&&(i.current=null,o.current=setTimeout(()=>dt(void 0,null,function*(){var R;if(((R=i.current)==null?void 0:R.id)!==I.id){yield e.current.commitRowChange(I.id,M);const T=e.current.getRowParams(I.id);e.current.publishEvent("rowEditStop",T,M)}})))}),k=cn((I,M)=>{S(I,M)}),_=cn(()=>{const I=xi(e);if(!I)return;const M=e.current.getCellParams(I.id,I.field);S(M,{})});Fe(e,"cellKeyDown",a(v)),Fe(e,"cellDoubleClick",a(b)),Fe(e,"editCellPropsChange",a(g)),Fe(e,"rowEditStart",a(x)),Fe(e,"rowEditStop",a(C)),Fe(e,"rowEditCommit",a(E)),Fe(e,"cellFocusIn",a(w)),Fe(e,"cellFocusOut",a(k)),Fe(e,"columnHeaderDragStart",a(_)),Nt(e,"rowEditCommit",t.onRowEditCommit),Nt(e,"rowEditStart",t.onRowEditStart),Nt(e,"rowEditStop",t.onRowEditStop)},npe=e=>P({},e,{editRows:{}});function rpe(e,t){var n;const r=Qn(e,"useGridEditRows");epe(e,t),tpe(e,t);const o=u.useRef({});e.current.unstable_registerControlState({stateId:"editRows",propModel:t.editRowsModel,propOnChange:t.onEditRowsModelChange,stateSelector:Tn,changeEvent:"editRowsModelChange"});const i=u.useCallback(g=>!g.rowNode.isAutoGenerated&&!g.rowNode.isPinned&&!!g.colDef.editable&&!!g.colDef.renderEditCell&&(!t.isCellEditable||t.isCellEditable(g)),[t.isCellEditable]),s=(g,x,C,E)=>{if(!C){E();return}if(o.current[g]||(o.current[g]={}),o.current[g][x]){const[k]=o.current[g][x];clearTimeout(k)}const w=()=>{E();const[k]=o.current[g][x];clearTimeout(k),delete o.current[g][x]},S=setTimeout(()=>{E(),delete o.current[g][x]},C);o.current[g][x]=[S,w]},a=u.useCallback((g,x)=>{if(o.current[g]){if(!x)Object.keys(o.current[g]).forEach(C=>{const[,E]=o.current[g][C];E()});else if(o.current[g][x]){const[,C]=o.current[g][x];C()}}},[]),c=u.useCallback((g,x={})=>{s(g.id,g.field,g.debounceMs,()=>{var C;if((C=t.experimentalFeatures)!=null&&C.preventCommitWhileValidating)return t.editMode==="row"?e.current.unstable_setRowEditingEditCellValue(g):e.current.unstable_setCellEditingEditCellValue(g);const E={id:g.id,field:g.field,props:{value:g.value}};return e.current.publishEvent("editCellPropsChange",E,x)})},[e,t.editMode,(n=t.experimentalFeatures)==null?void 0:n.preventCommitWhileValidating]),d=u.useCallback((g,x,C)=>{const E=e.current.getColumn(x);return E.valueParser?E.valueParser(C,e.current.getCellParams(g,x)):C},[e]),p=u.useCallback(g=>{const{id:x,field:C,props:E}=g;return r.debug(`Setting cell props on id: ${x} field: ${C}`),e.current.setState(S=>{const k=P({},S.editRows);return k[x]=P({},S.editRows[x]),k[x][C]=P({},E,{value:d(x,C,E.value)}),P({},S,{editRows:k})}),e.current.forceUpdate(),Tn(e.current.state)[x][C]},[e,r,d]),h=u.useCallback(g=>{Tn(e.current.state)!==g&&(r.debug("Setting editRows model"),e.current.setState(C=>P({},C,{editRows:g})),e.current.forceUpdate())},[e,r]),m=u.useCallback(()=>Tn(e.current.state),[e]),v=u.useCallback((g,x)=>{const C=x.detail>1;g.isEditable&&g.cellMode===Mt.View&&C&&x.preventDefault()},[]);Fe(e,"cellMouseDown",v),Nt(e,"editCellPropsChange",t.onEditCellPropsChange),Yt(e,{isCellEditable:i,setEditRowsModel:h,getEditRowsModel:m,setEditCellValue:c,unstable_setEditCellProps:p,unstable_parseValue:d,unstable_runPendingEditCellValueMutation:a}),u.useEffect(()=>{t.editRowsModel!==void 0&&e.current.setEditRowsModel(t.editRowsModel)},[e,t.editRowsModel])}const ope=["id","field"],ipe=["id","field"],spe=Ti(["MUI: A call to `processRowUpdate` threw an error which was not handled because `onProcessRowUpdateError` is missing.","To handle the error pass a callback to the `onProcessRowUpdateError` prop, e.g. `<DataGrid onProcessRowUpdateError={(error) => ...} />`.","For more detail, see http://mui.com/components/data-grid/editing/#persistence."],"error"),lpe=(e,t)=>{const[n,r]=u.useState({}),o=u.useRef(n),i=u.useRef({}),{processRowUpdate:s,onProcessRowUpdateError:a,cellModesModel:c,onCellModesModelChange:d,signature:p}=t,h=A=>(...F)=>{t.editMode===Rr.Cell&&A(...F)},m=u.useCallback((A,F)=>{const B=e.current.getCellParams(A,F);if(!e.current.isCellEditable(B))throw new Error(`MUI: The cell with id=${A} and field=${F} is not editable.`)},[e]),v=u.useCallback((A,F,B)=>{if(e.current.getCellMode(A,F)!==B)throw new Error(`MUI: The cell with id=${A} and field=${F} is not in ${B} mode.`)},[e]),b=u.useCallback((A,F)=>{if(!A.isEditable||A.cellMode===Mt.Edit)return;const B=P({},A,{reason:xs.cellDoubleClick});e.current.publishEvent("cellEditStart",B,F)},[e]),g=u.useCallback((A,F)=>{if(A.cellMode===Mt.View||e.current.getCellMode(A.id,A.field)===Mt.View)return;const B=P({},A,{reason:Vi.cellFocusOut});e.current.publishEvent("cellEditStop",B,F)},[e]),x=u.useCallback((A,F)=>{if(A.cellMode===Mt.Edit){if(F.which===229)return;let B;if(F.key==="Escape"?B=Vi.escapeKeyDown:F.key==="Enter"?B=Vi.enterKeyDown:F.key==="Tab"&&(B=F.shiftKey?Vi.shiftTabKeyDown:Vi.tabKeyDown,F.preventDefault()),B){const G=P({},A,{reason:B});e.current.publishEvent("cellEditStop",G,F)}}else if(A.isEditable){let B;if(F.key===" "&&F.shiftKey)return;if(Jv(F)||(F.ctrlKey||F.metaKey)&&F.key==="v"?B=xs.printableKeyDown:F.key==="Enter"?B=xs.enterKeyDown:(F.key==="Delete"||F.key==="Backspace")&&(B=xs.deleteKeyDown),B){const G=P({},A,{reason:B,key:F.key});e.current.publishEvent("cellEditStart",G,F)}}},[e]),C=u.useCallback(A=>{const{id:F,field:B,reason:G,key:N}=A,z={id:F,field:B};G===xs.printableKeyDown?u.version.startsWith("18")?z.initialValue=N:z.deleteValue=!0:G===xs.deleteKeyDown&&(z.deleteValue=!0),e.current.startCellEditMode(z)},[e]),E=u.useCallback(A=>{const{id:F,field:B,reason:G}=A;e.current.unstable_runPendingEditCellValueMutation(F,B);let N;G===Vi.enterKeyDown?N="below":G===Vi.tabKeyDown?N="right":G===Vi.shiftTabKeyDown&&(N="left");let z=G==="escapeKeyDown";Tn(e.current.state)[F][B].isProcessingProps&&!t.disableIgnoreModificationsIfProcessingProps&&(z=!0),e.current.stopCellEditMode({id:F,field:B,ignoreModifications:z,cellToFocusAfter:N})},[e,t.disableIgnoreModificationsIfProcessingProps]);Fe(e,"cellDoubleClick",h(b)),Fe(e,"cellFocusOut",h(g)),Fe(e,"cellKeyDown",h(x)),Fe(e,"cellEditStart",h(C)),Fe(e,"cellEditStop",h(E)),Nt(e,"cellEditStart",t.onCellEditStart),Nt(e,"cellEditStop",t.onCellEditStop);const w=u.useCallback((A,F)=>{const B=Tn(e.current.state);return B[A]&&B[A][F]?Mt.Edit:Mt.View},[e]),S=cn(A=>{const F=A!==t.cellModesModel;if(d&&F){const B=p===Wl.DataGridPro?{api:e.current}:{};d(A,B)}t.cellModesModel&&F||(r(A),o.current=A,e.current.publishEvent("cellModesModelChange",A))}),k=u.useCallback((A,F,B)=>{const G=P({},o.current);if(B!==null)G[A]=P({},G[A],{[F]:P({},B)});else{const N=G[A],z=se(N,[F].map(Yf));G[A]=z,Object.keys(G[A]).length===0&&delete G[A]}S(G)},[S]),_=u.useCallback((A,F,B)=>{e.current.setState(G=>{const N=P({},G.editRows);return B!==null?N[A]=P({},N[A],{[F]:P({},B)}):(delete N[A][F],Object.keys(N[A]).length===0&&delete N[A]),P({},G,{editRows:N})}),e.current.forceUpdate()},[e]),I=u.useCallback(A=>{const{id:F,field:B}=A,G=se(A,ope);m(F,B),v(F,B,Mt.View),k(F,B,P({mode:Mt.Edit},G))},[m,v,k]),M=cn(A=>{const{id:F,field:B,deleteValue:G,initialValue:N}=A;let z=e.current.getCellValue(F,B);(G||N)&&(z=G?"":N),_(F,B,{value:z,error:!1,isProcessingProps:!1}),e.current.setCellFocus(F,B)}),R=u.useCallback(A=>{const{id:F,field:B}=A,G=se(A,ipe);v(F,B,Mt.Edit),k(F,B,P({mode:Mt.View},G))},[v,k]),T=cn(A=>dt(void 0,null,function*(){const{id:F,field:B,ignoreModifications:G,cellToFocusAfter:N="none"}=A;v(F,B,Mt.Edit),e.current.unstable_runPendingEditCellValueMutation(F,B);const z=()=>{_(F,B,null),k(F,B,null),N!=="none"&&e.current.unstable_moveFocusToRelativeCell(F,B,N)};if(G){z();return}const W=Tn(e.current.state),{error:q,isProcessingProps:X}=W[F][B];if(q||X){i.current[F][B].mode=Mt.Edit,k(F,B,{mode:Mt.Edit});return}const le=e.current.unstable_getRowWithUpdatedValuesFromCellEditing(F,B);if(s){const Q=ge=>{i.current[F][B].mode=Mt.Edit,k(F,B,{mode:Mt.Edit}),a?a(ge):spe()};try{const ge=e.current.getRow(F);Promise.resolve(s(le,ge)).then(ee=>{e.current.updateRows([ee]),z()}).catch(Q)}catch(ge){Q(ge)}}else e.current.updateRows([le]),z()})),L=u.useCallback(A=>dt(void 0,null,function*(){var F,B;const{id:G,field:N,value:z,debounceMs:W,unstable_skipValueParser:q}=A;m(G,N),v(G,N,Mt.Edit);const X=e.current.getColumn(N),le=e.current.getRow(G);let Q=z;X.valueParser&&!q&&(Q=X.valueParser(z,e.current.getCellParams(G,N)));let ge=Tn(e.current.state),ee=P({},ge[G][N],{value:Q,changeReason:W?"debouncedSetEditCellValue":"setEditCellValue"});if(X.preProcessEditCellProps){const ce=z!==ge[G][N].value;ee=P({},ee,{isProcessingProps:!0}),_(G,N,ee),ee=yield Promise.resolve(X.preProcessEditCellProps({id:G,row:le,props:ee,hasChanged:ce}))}return e.current.getCellMode(G,N)===Mt.View?!1:(ge=Tn(e.current.state),ee=P({},ee,{isProcessingProps:!1}),ee.value=X.preProcessEditCellProps?ge[G][N].value:Q,_(G,N,ee),ge=Tn(e.current.state),!((F=ge[G])!=null&&(B=F[N])!=null&&B.error))}),[e,m,v,_]),H=u.useCallback((A,F)=>{const B=e.current.getColumn(F),G=Tn(e.current.state),{value:N}=G[A][F],z=e.current.getRow(A);return B.valueSetter?B.valueSetter({value:N,row:z}):P({},z,{[F]:N})},[e]);Yt(e,{getCellMode:w,startCellEditMode:I,stopCellEditMode:R,unstable_setCellEditingEditCellValue:L,unstable_getRowWithUpdatedValuesFromCellEditing:H}),u.useEffect(()=>{c&&S(c)},[c,S]),u.useEffect(()=>{const A=uS(e),F=i.current;i.current=VA(n),Object.entries(n).forEach(([B,G])=>{Object.entries(G).forEach(([N,z])=>{var W,q,X;const le=((W=F[B])==null||(q=W[N])==null?void 0:q.mode)||Mt.View,Q=(X=A[B])!=null?X:B;z.mode===Mt.Edit&&le===Mt.View?M(P({id:Q,field:N},z)):z.mode===Mt.View&&le===Mt.Edit&&T(P({id:Q,field:N},z))})})},[e,n,M,T])},ape=["id"],cpe=["id"],upe=Ti(["MUI: A call to `processRowUpdate` threw an error which was not handled because `onProcessRowUpdateError` is missing.","To handle the error pass a callback to the `onProcessRowUpdateError` prop, e.g. `<DataGrid onProcessRowUpdateError={(error) => ...} />`.","For more detail, see http://mui.com/components/data-grid/editing/#persistence."],"error"),dpe=(e,t)=>{const[n,r]=u.useState({}),o=u.useRef(n),i=u.useRef({}),s=u.useRef(null),a=u.useRef(null),{processRowUpdate:c,onProcessRowUpdateError:d,rowModesModel:p,onRowModesModelChange:h,signature:m}=t,v=N=>(...z)=>{t.editMode===Rr.Row&&N(...z)},b=u.useCallback((N,z)=>{const W=e.current.getCellParams(N,z);if(!e.current.isCellEditable(W))throw new Error(`MUI: The cell with id=${N} and field=${z} is not editable.`)},[e]),g=u.useCallback((N,z)=>{if(e.current.getRowMode(N)!==z)throw new Error(`MUI: The row with id=${N} is not in ${z} mode.`)},[e]),x=u.useCallback((N,z)=>{if(!N.isEditable||e.current.getRowMode(N.id)===Ut.Edit)return;const W=e.current.getRowParams(N.id),q=P({},W,{field:N.field,reason:Ss.cellDoubleClick});e.current.publishEvent("rowEditStart",q,z)},[e]),C=u.useCallback(N=>{a.current=N},[]),E=u.useCallback((N,z)=>{N.isEditable&&e.current.getRowMode(N.id)!==Ut.View&&(a.current=null,s.current=setTimeout(()=>{var W;if(s.current=null,((W=a.current)==null?void 0:W.id)!==N.id){if(!e.current.getRow(N.id)||e.current.getRowMode(N.id)===Ut.View)return;const q=e.current.getRowParams(N.id),X=P({},q,{field:N.field,reason:Ui.rowFocusOut});e.current.publishEvent("rowEditStop",X,z)}}))},[e]);u.useEffect(()=>()=>{clearTimeout(s.current)},[]);const w=u.useCallback((N,z)=>{if(N.cellMode===Ut.Edit){if(z.which===229)return;let W;if(z.key==="Escape")W=Ui.escapeKeyDown;else if(z.key==="Enter")W=Ui.enterKeyDown;else if(z.key==="Tab"){const q=$u(e).filter(X=>e.current.isCellEditable(e.current.getCellParams(N.id,X)));z.shiftKey?N.field===q[0]&&(W=Ui.shiftTabKeyDown):N.field===q[q.length-1]&&(W=Ui.tabKeyDown),W&&z.preventDefault()}if(W){const q=e.current.getRowParams(N.id),X=P({},q,{reason:W,field:N.field});e.current.publishEvent("rowEditStop",X,z)}}else if(N.isEditable){let W;if(z.key===" "&&z.shiftKey)return;if(Jv(z)||(z.ctrlKey||z.metaKey)&&z.key==="v"?W=Ss.printableKeyDown:z.key==="Enter"?W=Ss.enterKeyDown:(z.key==="Delete"||z.key==="Backspace")&&(W=Ss.deleteKeyDown),W){const q=e.current.getRowParams(N.id),X=P({},q,{field:N.field,key:z.key,reason:W});e.current.publishEvent("rowEditStart",X,z)}}},[e]),S=u.useCallback(N=>{const{id:z,field:W,reason:q,key:X}=N,le={id:z,fieldToFocus:W};q===Ss.printableKeyDown?u.version.startsWith("18")?le.initialValue=X:le.deleteValue=!!W:q===Ss.deleteKeyDown&&(le.deleteValue=!!W),e.current.startRowEditMode(le)},[e]),k=u.useCallback(N=>{const{id:z,reason:W,field:q}=N;e.current.unstable_runPendingEditCellValueMutation(z);let X;W===Ui.enterKeyDown?X="below":W===Ui.tabKeyDown?X="right":W===Ui.shiftTabKeyDown&&(X="left");let le=W==="escapeKeyDown";const Q=Tn(e.current.state);!le&&!t.disableIgnoreModificationsIfProcessingProps&&(le=Object.values(Q[z]).some(ge=>ge.isProcessingProps)),e.current.stopRowEditMode({id:z,ignoreModifications:le,field:q,cellToFocusAfter:X})},[e,t.disableIgnoreModificationsIfProcessingProps]);Fe(e,"cellDoubleClick",v(x)),Fe(e,"cellFocusIn",v(C)),Fe(e,"cellFocusOut",v(E)),Fe(e,"cellKeyDown",v(w)),Fe(e,"rowEditStart",v(S)),Fe(e,"rowEditStop",v(k)),Nt(e,"rowEditStart",t.onRowEditStart),Nt(e,"rowEditStop",t.onRowEditStop);const _=u.useCallback(N=>{if(t.editMode===Rr.Cell)return Ut.View;const z=Tn(e.current.state);return z[N]&&Object.keys(z[N]).length>0?Ut.Edit:Ut.View},[e,t.editMode]),I=cn(N=>{const z=N!==t.rowModesModel;if(h&&z){const W=m===Wl.DataGridPro?{api:e.current}:{};h(N,W)}t.rowModesModel&&z||(r(N),o.current=N,e.current.publishEvent("rowModesModelChange",N))}),M=u.useCallback((N,z)=>{const W=P({},o.current);z!==null?W[N]=P({},z):delete W[N],I(W)},[I]),R=u.useCallback((N,z)=>{e.current.setState(W=>{const q=P({},W.editRows);return z!==null?q[N]=z:delete q[N],P({},W,{editRows:q})}),e.current.forceUpdate()},[e]),T=u.useCallback((N,z,W)=>{e.current.setState(q=>{const X=P({},q.editRows);return W!==null?X[N]=P({},X[N],{[z]:P({},W)}):(delete X[N][z],Object.keys(X[N]).length===0&&delete X[N]),P({},q,{editRows:X})}),e.current.forceUpdate()},[e]),L=u.useCallback(N=>{const{id:z}=N,W=se(N,ape);g(z,Ut.View),M(z,P({mode:Ut.Edit},W))},[g,M]),H=cn(N=>{const{id:z,fieldToFocus:W,deleteValue:q,initialValue:X}=N,Q=$u(e).reduce((ge,ee)=>{if(!e.current.getCellParams(z,ee).isEditable)return ge;let oe=e.current.getCellValue(z,ee);return W===ee&&(q||X)&&(oe=q?"":X),ge[ee]={value:oe,error:!1,isProcessingProps:!1},ge},{});R(z,Q),W&&e.current.setCellFocus(z,W)}),j=u.useCallback(N=>{const{id:z}=N,W=se(N,cpe);g(z,Ut.Edit),M(z,P({mode:Ut.View},W))},[g,M]),A=cn(N=>{const{id:z,ignoreModifications:W,field:q,cellToFocusAfter:X="none"}=N;e.current.unstable_runPendingEditCellValueMutation(z);const le=()=>{X!=="none"&&q&&e.current.unstable_moveFocusToRelativeCell(z,q,X),R(z,null),M(z,null)};if(W){le();return}const Q=Tn(e.current.state),ge=e.current.getRow(z);if(Object.values(Q[z]).some(de=>de.isProcessingProps)){i.current[z].mode=Ut.Edit;return}if(Object.values(Q[z]).some(de=>de.error)){i.current[z].mode=Ut.Edit,M(z,{mode:Ut.Edit});return}const oe=e.current.unstable_getRowWithUpdatedValuesFromRowEditing(z);if(c){const de=be=>{i.current[z].mode=Ut.Edit,M(z,{mode:Ut.Edit}),d?d(be):upe()};try{Promise.resolve(c(oe,ge)).then(be=>{e.current.updateRows([be]),le()}).catch(de)}catch(be){de(be)}}else e.current.updateRows([oe]),le()}),F=u.useCallback(N=>{const{id:z,field:W,value:q,debounceMs:X,unstable_skipValueParser:le}=N;b(z,W);const Q=e.current.getColumn(W),ge=e.current.getRow(z);let ee=q;Q.valueParser&&!le&&(ee=Q.valueParser(q,e.current.getCellParams(z,W)));let ce=Tn(e.current.state),oe=P({},ce[z][W],{value:ee,changeReason:X?"debouncedSetEditCellValue":"setEditCellValue"});return Q.preProcessEditCellProps||T(z,W,oe),new Promise(de=>{const be=[];if(Q.preProcessEditCellProps){const we=oe.value!==ce[z][W].value;oe=P({},oe,{isProcessingProps:!0}),T(z,W,oe);const _e=ce[z],He=se(_e,[W].map(Yf)),Ne=Promise.resolve(Q.preProcessEditCellProps({id:z,row:ge,props:oe,hasChanged:we,otherFieldsProps:He})).then(re=>{if(e.current.getRowMode(z)===Ut.View){de(!1);return}ce=Tn(e.current.state),re=P({},re,{isProcessingProps:!1}),re.value=Q.preProcessEditCellProps?ce[z][W].value:ee,T(z,W,re)});be.push(Ne)}Object.entries(ce[z]).forEach(([we,_e])=>{if(we===W)return;const He=e.current.getColumn(we);if(!He.preProcessEditCellProps)return;_e=P({},_e,{isProcessingProps:!0}),T(z,we,_e),ce=Tn(e.current.state);const Ne=ce[z],re=se(Ne,[we].map(Yf)),Le=Promise.resolve(He.preProcessEditCellProps({id:z,row:ge,props:_e,hasChanged:!1,otherFieldsProps:re})).then(ve=>{if(e.current.getRowMode(z)===Ut.View){de(!1);return}ve=P({},ve,{isProcessingProps:!1}),T(z,we,ve)});be.push(Le)}),Promise.all(be).then(()=>{e.current.getRowMode(z)===Ut.Edit?(ce=Tn(e.current.state),de(!ce[z][W].error)):de(!1)})})},[e,b,T]),B=u.useCallback(N=>{const z=Tn(e.current.state),W=e.current.getRow(N);let q=P({},W);return Object.entries(z[N]).forEach(([X,le])=>{const Q=e.current.getColumn(X);Q.valueSetter?q=Q.valueSetter({value:le.value,row:q}):q[X]=le.value}),q},[e]);Yt(e,{getRowMode:_,startRowEditMode:L,stopRowEditMode:j,unstable_setRowEditingEditCellValue:F,unstable_getRowWithUpdatedValuesFromRowEditing:B}),u.useEffect(()=>{p&&I(p)},[p,I]),u.useEffect(()=>{const N=uS(e),z=i.current;i.current=VA(n),Object.entries(n).forEach(([W,q])=>{var X,le;const Q=((X=z[W])==null?void 0:X.mode)||Ut.View,ge=(le=N[W])!=null?le:W;q.mode===Ut.Edit&&Q===Ut.View?H(P({id:ge},q)):q.mode===Ut.View&&Q===Ut.Edit&&A(P({id:ge},q))})},[e,n,H,A])},fpe=e=>P({},e,{editRows:{}}),ppe=(e,t)=>{lpe(e,t),dpe(e,t);const n=u.useRef({}),{isCellEditable:r}=t,o=u.useCallback(h=>h.rowNode.isAutoGenerated||!h.colDef.editable||!h.colDef.renderEditCell?!1:r?r(h):!h.rowNode.isPinned,[r]),i=(h,m,v,b)=>{if(!v){b();return}if(n.current[h]||(n.current[h]={}),n.current[h][m]){const[C]=n.current[h][m];clearTimeout(C)}const g=()=>{const[C]=n.current[h][m];clearTimeout(C),b(),delete n.current[h][m]},x=setTimeout(()=>{b(),delete n.current[h][m]},v);n.current[h][m]=[x,g]};u.useEffect(()=>{const h=n.current;return()=>{Object.entries(h).forEach(([m,v])=>{Object.keys(v).forEach(b=>{const[g]=h[m][b];clearTimeout(g),delete h[m][b]})})}},[]);const s=u.useCallback((h,m)=>{if(n.current[h]){if(!m)Object.keys(n.current[h]).forEach(v=>{const[,b]=n.current[h][v];b()});else if(n.current[h][m]){const[,v]=n.current[h][m];v()}}},[]),a=u.useCallback(h=>{const{id:m,field:v,debounceMs:b}=h;return new Promise(g=>{i(m,v,b,()=>dt(void 0,null,function*(){const x=t.editMode===Rr.Row?e.current.unstable_setRowEditingEditCellValue:e.current.unstable_setCellEditingEditCellValue;if(e.current.getCellMode(m,v)===Mt.Edit){const C=yield x(h);g(C)}}))})},[e,t.editMode]),c=u.useCallback((h,m)=>t.editMode===Rr.Cell?e.current.unstable_getRowWithUpdatedValuesFromCellEditing(h,m):e.current.unstable_getRowWithUpdatedValuesFromRowEditing(h),[e,t.editMode]),d=u.useCallback((h,m)=>({changeReason:Tn(e.current.state)[h][m].changeReason}),[e]);Yt(e,{isCellEditable:o,setEditCellValue:a,unstable_runPendingEditCellValueMutation:s,unstable_getRowWithUpdatedValues:c,unstable_getEditCellMeta:d})},hpe=(e,t,n)=>(n.current.unstable_caches.rows=bm({rows:t.rows,getRowId:t.getRowId,loading:t.loading,rowCount:t.rowCount}),P({},e,{rows:sF({apiRef:n,previousTree:null,rowCountProp:t.rowCount,loadingProp:t.loading})})),mpe=(e,t)=>{const n=Qn(e,"useGridRows"),r=ec(e,t),o=u.useRef(Date.now()),i=u.useRef(null),s=u.useCallback(T=>{var L;return(L=iu(e)[T])!=null?L:null},[e]),a=u.useMemo(()=>r.rows.reduce((T,{id:L},H)=>(T[L]=H,T),{}),[r.rows]),c=u.useCallback((T,L)=>{const H=()=>{i.current=null,o.current=Date.now(),e.current.setState(A=>P({},A,{rows:sF({apiRef:e,previousTree:wl(e),rowCountProp:t.rowCount,loadingProp:t.loading})})),e.current.publishEvent("rowsSet"),e.current.forceUpdate()};if(i.current&&(clearTimeout(i.current),i.current=null),e.current.unstable_caches.rows=T,!L){H();return}const j=t.throttleRowsMs-(Date.now()-o.current);if(j>0){i.current=setTimeout(H,j);return}H()},[t.throttleRowsMs,t.rowCount,t.loading,e]),d=u.useCallback(T=>{n.debug(`Updating all rows, new length ${T.length}`);const L=bm({rows:T,getRowId:t.getRowId,loading:t.loading,rowCount:t.rowCount}),H=e.current.unstable_caches.rows;L.rowsBeforePartialUpdates=H.rowsBeforePartialUpdates,c(L,!0)},[n,t.getRowId,t.loading,t.rowCount,c,e]),p=u.useCallback(T=>{if(t.signature===Wl.DataGrid&&T.length>1)throw new Error(["MUI: You can't update several rows at once in `apiRef.current.updateRows` on the DataGrid.","You need to upgrade to DataGridPro or DataGridPremium component to unlock this feature."].join(`
|
|
336
|
+
`));const L=new Map;T.forEach(F=>{const B=mw(F,t.getRowId,"A row was provided without id when calling updateRows():");L.has(B)?L.set(B,P({},L.get(B),F)):L.set(B,F)});const H=[],j=e.current.unstable_caches.rows,A={rowsBeforePartialUpdates:j.rowsBeforePartialUpdates,loadingPropBeforePartialUpdates:j.loadingPropBeforePartialUpdates,rowCountPropBeforePartialUpdates:j.rowCountPropBeforePartialUpdates,idRowsLookup:P({},j.idRowsLookup),idToIdLookup:P({},j.idToIdLookup),ids:[...j.ids]};L.forEach((F,B)=>{if(F._action==="delete"){delete A.idRowsLookup[B],delete A.idToIdLookup[B],H.push(B);return}if(!e.current.getRow(B)){A.idRowsLookup[B]=F,A.idToIdLookup[B]=B,A.ids.push(B);return}A.idRowsLookup[B]=P({},e.current.getRow(B),F)}),H.length>0&&(A.ids=A.ids.filter(F=>!H.includes(F))),c(A,!0)},[t.signature,t.getRowId,c,e]),h=u.useCallback(()=>{const T=wa(e),L=iu(e);return new Map(T.map(H=>[H,L[H]]))},[e]),m=u.useCallback(()=>Xv(e),[e]),v=u.useCallback(()=>wa(e),[e]),b=u.useCallback(T=>a[T],[a]),g=u.useCallback((T,L)=>{const H=e.current.getRowNode(T);if(!H)throw new Error(`MUI: No row with id #${T} found`);const j=P({},H,{childrenExpanded:L});e.current.setState(A=>P({},A,{rows:P({},A.rows,{tree:P({},A.rows.tree,{[T]:j})})})),e.current.forceUpdate(),e.current.publishEvent("rowExpansionChange",j)},[e]),x=u.useCallback(T=>{var L;return(L=wl(e)[T])!=null?L:null},[e]),C=u.useCallback(({skipAutoGeneratedRows:T=!0,groupId:L,applySorting:H,applyFiltering:j})=>{const A=wl(e);let F;if(H){const B=A[L];if(!B)return[];const G=pS(e);F=[];const N=G.findIndex(z=>z===L)+1;for(let z=N;z<G.length&&A[G[z]].depth>B.depth;z+=1){const W=G[z],q=A[W];(!T||!q.isAutoGenerated)&&F.push(W)}}else F=lF(A,L,T);if(j){const B=yA(e);F=F.filter(G=>B[G]!==!1)}return F},[e]),E=u.useCallback((T,L)=>{const H=wa(e),j=H.findIndex(F=>F===T);if(j===-1||j===L)return;n.debug(`Moving row ${T} to index ${L}`);const A=[...H];A.splice(L,0,A.splice(j,1)[0]),e.current.setState(F=>P({},F,{rows:P({},F.rows,{ids:A})})),e.current.unstable_caches.rows.ids=A,e.current.publishEvent("rowsSet")},[e,n]),w=u.useCallback((T,L)=>{if(t.signature===Wl.DataGrid&&L.length>1)throw new Error(["MUI: You can't replace rows using `apiRef.current.unstable_replaceRows` on the DataGrid.","You need to upgrade to DataGridPro or DataGridPremium component to unlock this feature."].join(`
|
|
337
|
+
`));if(L.length===0)return;const j=[...wa(e)],A=iu(e),F=uS(e),B=wl(e),G=P({},A),N=P({},F),z=P({},B),W=L.map(q=>({id:mw(q,t.getRowId,"A row was provided without id when calling replaceRows()."),model:q}));W.forEach((q,X)=>{const[le]=j.splice(T+X,1,q.id);delete G[le],delete N[le],delete z[le]}),W.forEach(q=>{const X={id:q.id,parent:null,depth:0,groupingKey:null,groupingField:null};G[q.id]=q.model,N[q.id]=q.id,z[q.id]=X}),e.current.unstable_caches.rows.idRowsLookup=G,e.current.unstable_caches.rows.idToIdLookup=N,e.current.unstable_caches.rows.ids=j,e.current.setState(q=>{const X={idRowsLookup:G,idToIdLookup:N,tree:z,ids:j};return P({},q,{rows:P({},q.rows,X,{groupingResponseBeforeRowHydration:P({},q.rows.groupingResponseBeforeRowHydration,X)})})}),e.current.publishEvent("rowsSet")},[e,t.signature,t.getRowId]),S={getRow:s,getRowModels:h,getRowsCount:m,getAllRowIds:v,setRows:d,setRowIndex:E,updateRows:p,setRowChildrenExpansion:g,getRowNode:x,getRowIndexRelativeToVisibleRows:b,getRowGroupChildren:C,unstable_replaceRows:w},k=u.useCallback(()=>{n.info("Row grouping pre-processing have changed, regenerating the row tree");let T;e.current.unstable_caches.rows.rowsBeforePartialUpdates===t.rows?T=e.current.unstable_caches.rows:T=bm({rows:t.rows,getRowId:t.getRowId,loading:t.loading,rowCount:t.rowCount}),c(T,!1)},[n,e,t.rows,t.getRowId,t.loading,t.rowCount,c]),_=u.useCallback(T=>{T==="rowTreeCreation"&&k()},[k]),I=u.useCallback(()=>{e.current.unstable_getActiveStrategy("rowTree")!==lle(e)&&k()},[e,k]);Fe(e,"activeStrategyProcessorChange",_),Fe(e,"strategyAvailabilityChange",I);const M=u.useCallback(()=>{e.current.setState(T=>P({},T,{rows:P({},T.rows,e.current.unstable_applyPipeProcessors("hydrateRows",T.rows.groupingResponseBeforeRowHydration))})),e.current.publishEvent("rowsSet"),e.current.forceUpdate()},[e]);ES(e,"hydrateRows",M),Yt(e,S),u.useEffect(()=>()=>{i.current!==null&&clearTimeout(i.current)},[]);const R=u.useRef(!0);u.useEffect(()=>{if(R.current){R.current=!1;return}const T=e.current.unstable_caches.rows.rowsBeforePartialUpdates===t.rows,L=e.current.unstable_caches.rows.loadingPropBeforePartialUpdates===t.loading,H=e.current.unstable_caches.rows.rowCountPropBeforePartialUpdates===t.rowCount;if(T){L||(e.current.setState(j=>P({},j,{rows:P({},j.rows,{loading:t.loading})})),e.current.unstable_caches.rows.loadingPropBeforePartialUpdates=t.loading,e.current.forceUpdate()),H||(e.current.setState(j=>P({},j,{rows:P({},j.rows,{totalRowCount:Math.max(t.rowCount||0,j.rows.totalRowCount),totalTopLevelRowCount:Math.max(t.rowCount||0,j.rows.totalTopLevelRowCount)})})),e.current.unstable_caches.rows.rowCountPropBeforePartialUpdates=t.rowCount,e.current.forceUpdate());return}n.debug(`Updating all rows, new length ${t.rows.length}`),c(bm({rows:t.rows,getRowId:t.getRowId,loading:t.loading,rowCount:t.rowCount}),!1)},[t.rows,t.rowCount,t.getRowId,t.loading,n,c,e])},gpe=({ids:e,idRowsLookup:t,idToIdLookup:n,previousTree:r})=>{const o={};for(let i=0;i<e.length;i+=1){const s=e[i];r&&r[s]&&r[s].depth===0&&r[s].parent==null&&!r[s].isPinned?o[s]=r[s]:o[s]={id:s,depth:0,parent:null,groupingKey:"",groupingField:null}}return{groupingName:Ep,tree:o,treeDepth:1,idRowsLookup:t,idToIdLookup:n,ids:e}},vpe=e=>{PS(e,Ep,"rowTreeCreation",gpe)};Ti(["MUI: You are calling getValue. This method is deprecated and will be removed in the next major version.","Instead, you can access the data from `params.row`."]);function ype(e){const t=u.useCallback(h=>({field:h,colDef:e.current.getColumn(h)}),[e]),n=u.useCallback((...h)=>e.current.getCellValue(...h),[e]),r=u.useCallback(h=>{const m=e.current.getRow(h);if(!m)throw new Error(`No row with id #${h} found`);return{id:h,columns:e.current.getAllColumns(),row:m,getValue:n}},[e,n]),o=u.useCallback((h,m)=>{const v=e.current.getRow(h),b=e.current.getRowNode(h);if(!v||!b)throw new Error(`No row with id #${h} found`);const g=xi(e),x=pg(e);return{id:h,field:m,row:v,rowNode:b,value:v[m],colDef:e.current.getColumn(m),cellMode:e.current.getCellMode(h,m),getValue:n,api:e.current,hasFocus:g!==null&&g.field===m&&g.id===h,tabIndex:x&&x.field===m&&x.id===h?0:-1}},[e,n]),i=u.useCallback((h,m)=>{const v=e.current.getColumn(m),b=e.current.getCellValue(h,m),g=e.current.getRow(h),x=e.current.getRowNode(h);if(!g||!x)throw new Error(`No row with id #${h} found`);const C=xi(e),E=pg(e),w={id:h,field:m,row:g,rowNode:x,colDef:v,cellMode:e.current.getCellMode(h,m),getValue:n,hasFocus:C!==null&&C.field===m&&C.id===h,tabIndex:E&&E.field===m&&E.id===h?0:-1,value:b,formattedValue:b};return v&&v.valueFormatter&&(w.formattedValue=v.valueFormatter({id:h,field:w.field,value:w.value,api:e.current})),w.isEditable=v&&e.current.isCellEditable(w),w},[e,n]),s=u.useCallback((h,m)=>{const v=e.current.getColumn(m);if(!v||!v.valueGetter){const b=e.current.getRow(h);if(!b)throw new Error(`No row with id #${h} found`);return b[m]}return v.valueGetter(o(h,m))},[e,o]),a=u.useCallback(h=>e.current.rootElementRef.current?sce(e.current.rootElementRef.current,h):null,[e]),c=u.useCallback(h=>e.current.rootElementRef.current?lce(e.current.rootElementRef.current,h):null,[e]),d=u.useCallback((h,m)=>e.current.rootElementRef.current?ace(e.current.rootElementRef.current,{id:h,field:m}):null,[e]);Yt(e,{getCellValue:s,getCellParams:i,getCellElement:d,getRowParams:r,getRowElement:c,getColumnHeaderParams:t,getColumnHeaderElement:a})}const fF=(e,t)=>e==null||Array.isArray(e)?e:t&&t[0]===e?t:[e],bpe=(e,t)=>{var n;return P({},e,{selection:(n=fF(t.selectionModel))!=null?n:[]})},wpe=(e,t)=>{const n=Qn(e,"useGridSelection"),r=u.useMemo(()=>fF(t.selectionModel,Uo(e.current.state)),[e,t.selectionModel]),o=u.useRef(null);e.current.unstable_registerControlState({stateId:"selection",propModel:r,propOnChange:t.onSelectionModelChange,stateSelector:Uo,changeEvent:"selectionChange"});const{checkboxSelection:i,disableMultipleSelection:s,disableSelectionOnClick:a,pagination:c,paginationMode:d,isRowSelectable:p}=t,h=!s||i,m=ec(e,t),v=u.useCallback(A=>{var F;let B=A;const G=(F=o.current)!=null?F:A,N=e.current.isRowSelected(A);if(N){const z=df(e),W=z.findIndex(X=>X===G),q=z.findIndex(X=>X===B);if(W===q)return;W>q?B=z[q+1]:B=z[q-1]}o.current=A,e.current.selectRowRange({startId:G,endId:B},!N)},[e]),b=u.useCallback(A=>{Uo(e.current.state)!==A&&(n.debug("Setting selection model"),e.current.setState(B=>P({},B,{selection:A})),e.current.forceUpdate())},[e,n]),g=u.useCallback(A=>Uo(e.current.state).includes(A),[e]),x=u.useCallback(A=>{if(p&&!p(e.current.getRowParams(A)))return!1;const F=e.current.getRowNode(A);return!((F==null?void 0:F.position)==="footer"||F!=null&&F.isPinned)},[e,p]),C=u.useCallback(()=>_ce(e),[e]),E=u.useCallback((A,F=!0,B=!1)=>{if(e.current.isRowSelectable(A))if(o.current=A,B)n.debug(`Setting selection for row ${A}`),e.current.setSelectionModel(F?[A]:[]);else{n.debug(`Toggling selection for row ${A}`);const N=Uo(e.current.state).filter(W=>W!==A);F&&N.push(A),(N.length<2||h)&&e.current.setSelectionModel(N)}},[e,n,h]),w=u.useCallback((A,F=!0,B=!1)=>{n.debug("Setting selection for several rows");const G=A.filter(W=>e.current.isRowSelectable(W));let N;if(B)N=F?G:[];else{const W=P({},gg(e));G.forEach(q=>{F?W[q]=q:delete W[q]}),N=Object.values(W)}(N.length<2||h)&&e.current.setSelectionModel(N)},[e,n,h]),S=u.useCallback(({startId:A,endId:F},B=!0,G)=>{if(!e.current.getRow(A)||!e.current.getRow(F))return;n.debug(`Expanding selection from row ${A} to row ${F}`);const N=df(e),z=N.indexOf(A),W=N.indexOf(F),[q,X]=z>W?[W,z]:[z,W],le=N.slice(q,X+1);e.current.selectRows(le,B,G)},[e,n]);Yt(e,{selectRow:E,selectRows:w,selectRowRange:S,setSelectionModel:b,getSelectedRows:C,isRowSelected:g,isRowSelectable:x});const _=u.useCallback(()=>{if(t.keepNonExistentRowsSelected)return;const A=Uo(e.current.state),F=iu(e),B=P({},gg(e));let G=!1;A.forEach(N=>{F[N]||(delete B[N],G=!0)}),G&&e.current.setSelectionModel(Object.values(B))},[e,t.keepNonExistentRowsSelected]),I=u.useCallback((A,F)=>{const B=F.metaKey||F.ctrlKey,G=!i&&!B&&!fw(F),N=!h||G,z=e.current.isRowSelected(A);N?e.current.selectRow(A,G?!0:!z,!0):e.current.selectRow(A,!z,!1)},[e,h,i]),M=u.useCallback((A,F)=>{var B;if(a)return;const G=(B=F.target.closest(`.${te.cell}`))==null?void 0:B.getAttribute("data-field");G===xp.field||G===SS||G&&e.current.getColumn(G).type===xS||e.current.getRowNode(A.id).isPinned||(F.shiftKey&&(h||i)?v(A.id):I(A.id,F))},[a,h,i,e,v,I]),R=u.useCallback((A,F)=>{if(h&&F.shiftKey){var B;(B=window.getSelection())==null||B.removeAllRanges()}},[h]),T=u.useCallback((A,F)=>{F.nativeEvent.shiftKey?v(A.id):e.current.selectRow(A.id,A.value)},[e,v]),L=u.useCallback(A=>{const B=t.checkboxSelectionVisibleOnly&&t.pagination?DA(e):df(e);e.current.selectRows(B,A.value)},[e,t.checkboxSelectionVisibleOnly,t.pagination]),H=u.useCallback((A,F)=>{if(e.current.getCellMode(A.id,A.field)!==Mt.Edit&&F.currentTarget.contains(F.target)){if(Cp(F.key)&&F.shiftKey){const B=xi(e);if(B&&B.id!==A.id){F.preventDefault();const G=e.current.isRowSelected(B.id);if(!h){e.current.selectRow(B.id,!G,!0);return}const N=e.current.getRowIndexRelativeToVisibleRows(B.id),z=e.current.getRowIndexRelativeToVisibleRows(A.id);let W,q;N>z?G?(W=z,q=N-1):(W=z,q=N):G?(W=N+1,q=z):(W=N,q=z);const X=m.rows.slice(W,q+1).map(le=>le.id);e.current.selectRows(X,!G);return}}if(F.key===" "&&F.shiftKey){F.preventDefault(),I(A.id,F);return}F.key.toLowerCase()==="a"&&(F.ctrlKey||F.metaKey)&&(F.preventDefault(),w(e.current.getAllRowIds(),!0))}},[e,I,w,m.rows,h]);Fe(e,"sortedRowsSet",_),Fe(e,"rowClick",M),Fe(e,"rowSelectionCheckboxChange",T),Fe(e,"headerSelectionCheckboxChange",L),Fe(e,"cellMouseDown",R),Fe(e,"cellKeyDown",H),u.useEffect(()=>{r!==void 0&&e.current.setSelectionModel(r)},[e,r]);const j=r!=null;u.useEffect(()=>{if(j)return;const A=Uo(e.current.state);if(x){const F=A.filter(B=>x(B));F.length<A.length&&e.current.setSelectionModel(F)}},[e,x,j]),u.useEffect(()=>{const A=Uo(e.current.state);if(!h&&A.length>1){const{rows:F}=ey(e,{pagination:c,paginationMode:d}),B=F.reduce((N,{id:z})=>(N[z]=!0,N),{}),G=A.find(N=>{let z=!0;return x&&(z=x(N)),z&&B[N]});e.current.setSelectionModel(G!==void 0?[G]:[])}},[e,h,i,s,x,c,d])},Cpe={noRowsLabel:"No rows",noResultsOverlayLabel:"No results found.",errorOverlayDefaultLabel:"An error occurred.",toolbarDensity:"Density",toolbarDensityLabel:"Density",toolbarDensityCompact:"Compact",toolbarDensityStandard:"Standard",toolbarDensityComfortable:"Comfortable",toolbarColumns:"Columns",toolbarColumnsLabel:"Select columns",toolbarFilters:"Filters",toolbarFiltersLabel:"Show filters",toolbarFiltersTooltipHide:"Hide filters",toolbarFiltersTooltipShow:"Show filters",toolbarFiltersTooltipActive:e=>e!==1?`${e} active filters`:`${e} active filter`,toolbarQuickFilterPlaceholder:"Search…",toolbarQuickFilterLabel:"Search",toolbarQuickFilterDeleteIconLabel:"Clear",toolbarExport:"Export",toolbarExportLabel:"Export",toolbarExportCSV:"Download as CSV",toolbarExportPrint:"Print",toolbarExportExcel:"Download as Excel",columnsPanelTextFieldLabel:"Find column",columnsPanelTextFieldPlaceholder:"Column title",columnsPanelDragIconLabel:"Reorder column",columnsPanelShowAllButton:"Show all",columnsPanelHideAllButton:"Hide all",filterPanelAddFilter:"Add filter",filterPanelDeleteIconLabel:"Delete",filterPanelLinkOperator:"Logic operator",filterPanelOperators:"Operator",filterPanelOperatorAnd:"And",filterPanelOperatorOr:"Or",filterPanelColumns:"Columns",filterPanelInputLabel:"Value",filterPanelInputPlaceholder:"Filter value",filterOperatorContains:"contains",filterOperatorEquals:"equals",filterOperatorStartsWith:"starts with",filterOperatorEndsWith:"ends with",filterOperatorIs:"is",filterOperatorNot:"is not",filterOperatorAfter:"is after",filterOperatorOnOrAfter:"is on or after",filterOperatorBefore:"is before",filterOperatorOnOrBefore:"is on or before",filterOperatorIsEmpty:"is empty",filterOperatorIsNotEmpty:"is not empty",filterOperatorIsAnyOf:"is any of",filterValueAny:"any",filterValueTrue:"true",filterValueFalse:"false",columnMenuLabel:"Menu",columnMenuShowColumns:"Show columns",columnMenuFilter:"Filter",columnMenuHideColumn:"Hide",columnMenuUnsort:"Unsort",columnMenuSortAsc:"Sort by ASC",columnMenuSortDesc:"Sort by DESC",columnHeaderFiltersTooltipActive:e=>e!==1?`${e} active filters`:`${e} active filter`,columnHeaderFiltersLabel:"Show filters",columnHeaderSortIconLabel:"Sort",footerRowSelected:e=>e!==1?`${e.toLocaleString()} rows selected`:`${e.toLocaleString()} row selected`,footerTotalRows:"Total Rows:",footerTotalVisibleRows:(e,t)=>`${e.toLocaleString()} of ${t.toLocaleString()}`,checkboxSelectionHeaderName:"Checkbox selection",checkboxSelectionSelectAllRows:"Select all rows",checkboxSelectionUnselectAllRows:"Unselect all rows",checkboxSelectionSelectRow:"Select row",checkboxSelectionUnselectRow:"Unselect row",booleanCellTrueLabel:"yes",booleanCellFalseLabel:"no",actionsCellMore:"more",pinToLeft:"Pin to left",pinToRight:"Pin to right",unpin:"Unpin",treeDataGroupingHeaderName:"Group",treeDataExpand:"see children",treeDataCollapse:"hide children",groupingColumnHeaderName:"Group",groupColumn:e=>`Group by ${e}`,unGroupColumn:e=>`Stop grouping by ${e}`,detailPanelToggle:"Detail panel toggle",expandDetailPanel:"Expand",collapseDetailPanel:"Collapse",MuiTablePagination:{},rowReorderingHeaderName:"Row reordering",aggregationMenuItemHeader:"Aggregation",aggregationFunctionLabelSum:"sum",aggregationFunctionLabelAvg:"avg",aggregationFunctionLabelMin:"min",aggregationFunctionLabelMax:"max",aggregationFunctionLabelSize:"size"},xpe=["sortingOrder"],Spe=u.memo(function(t){const{sortingOrder:n}=t,r=se(t,xpe),o=qe(),[i]=n,s=i==="asc"?o.components.ColumnSortedAscendingIcon:o.components.ColumnSortedDescendingIcon;return s?O.jsx(s,P({},r)):null}),Epe=["error","hasError","errorInfo"],Ppe=u.forwardRef(function(t,n){const{error:r}=t,o=se(t,Epe),i=wt(),s=i.current.getLocaleText("errorOverlayDefaultLabel"),a=Ke(i,bp);return O.jsx(Zv,P({ref:n,sx:{width:"100%",minHeight:2*a}},o,{children:(r==null?void 0:r.message)||s}))}),kpe=u.forwardRef(function(t,n){const o=wt().current.getLocaleText("noResultsOverlayLabel");return O.jsx(Zv,P({ref:n},t,{children:o}))}),Ipe={BooleanCellTrueIcon:oae,BooleanCellFalseIcon:S1,ColumnMenuIcon:tae,OpenFilterButtonIcon:Kle,FilterPanelDeleteIcon:S1,ColumnFilteredIcon:qle,ColumnSelectorIcon:Xle,ColumnUnsortedIcon:Spe,ColumnSortedAscendingIcon:Wle,ColumnSortedDescendingIcon:Gle,ColumnResizeIcon:Qle,DensityCompactIcon:Jle,DensityStandardIcon:Zle,DensityComfortableIcon:eae,ExportIcon:rae,MoreActionsIcon:iae,TreeDataCollapseIcon:M$,TreeDataExpandIcon:$$,GroupingCriteriaCollapseIcon:M$,GroupingCriteriaExpandIcon:$$,DetailPanelExpandIcon:_A,DetailPanelCollapseIcon:nae,RowReorderIcon:$A,QuickFilterIcon:Yle,QuickFilterClearIcon:S1},X$=P({},Ipe,{BaseCheckbox:ZO,BaseTextField:fp,BaseFormControl:Qa,BaseSelect:dx,BaseSwitch:EL,BaseButton:ur,BaseTooltip:dp,BasePopper:Ya,Cell:Rle,SkeletonCell:Fae,ColumnHeaderFilterIconButton:xce,ColumnMenu:$ue,ErrorOverlay:Ppe,Footer:$de,Header:Mde,Toolbar:null,PreferencesPanel:rde,LoadingOverlay:Rde,NoResultsOverlay:kpe,NoRowsOverlay:Tde,Pagination:Lde,FilterPanel:gde,ColumnsPanel:Que,Panel:nde,Row:Bde}),_pe=e=>{const{classes:t}=e;return u.useMemo(()=>Ie({cellCheckbox:["cellCheckbox"],columnHeaderCheckbox:["columnHeaderCheckbox"]},At,t),[t])},$pe=(e,t)=>{const n={classes:t.classes},r=_pe(n),o=u.useCallback(i=>{const s=P({},xp,{cellClassName:r.cellCheckbox,headerClassName:r.columnHeaderCheckbox,headerName:e.current.getLocaleText("checkboxSelectionHeaderName")}),a=t.checkboxSelection,c=i.lookup[sl]!=null;return a&&!c?(i.lookup[sl]=s,i.all=[sl,...i.all]):!a&&c?(delete i.lookup[sl],i.all=i.all.filter(d=>d!==sl)):a&&c&&(i.lookup[sl]=P({},s,i.lookup[sl])),i},[e,r,t.checkboxSelection]);fr(e,"hydrateColumns",o)},Mpe=(e,t)=>{var n,r,o,i;const s=(n=(r=t.sortModel)!=null?r:(o=t.initialState)==null||(i=o.sorting)==null?void 0:i.sortModel)!=null?n:[];return P({},e,{sorting:{sortModel:BA(s,t.disableMultipleColumnsSorting),sortedRows:[]}})},Rpe=(e,t)=>{var n,r;const o=Qn(e,"useGridSorting");e.current.unstable_registerControlState({stateId:"sortModel",propModel:t.sortModel,propOnChange:t.onSortModelChange,stateSelector:yi,changeEvent:"sortModelChange"});const i=u.useCallback((I,M)=>{const R=yi(e),T=R.findIndex(H=>H.field===I);let L=[...R];return T>-1?M?L.splice(T,1,M):L.splice(T,1):L=[...R,M],L},[e]),s=u.useCallback((I,M)=>{var R;const L=yi(e).find(j=>j.field===I.field);if(L){var H;const j=M===void 0?O$((H=I.sortingOrder)!=null?H:t.sortingOrder,L.sort):M;return j==null?void 0:P({},L,{sort:j})}return{field:I.field,sort:M===void 0?O$((R=I.sortingOrder)!=null?R:t.sortingOrder):M}},[e,t.sortingOrder]),a=u.useCallback(()=>{e.current.setState(I=>{if(t.sortingMode===su.server)return o.debug("Skipping sorting rows as sortingMode = server"),P({},I,{sorting:P({},I.sorting,{sortedRows:wa(I,e.current.instanceId)})});const M=yi(I,e.current.instanceId),R=jce(M,e),T=e.current.unstable_applyStrategyProcessor("sorting",{sortRowList:R});return P({},I,{sorting:P({},I.sorting,{sortedRows:T})})}),e.current.publishEvent("sortedRowsSet"),e.current.forceUpdate()},[e,o,t.sortingMode]),c=u.useCallback(I=>{yi(e)!==I&&(o.debug("Setting sort model"),e.current.setState(T$(I,t.disableMultipleColumnsSorting)),e.current.forceUpdate(),e.current.applySorting())},[e,o,t.disableMultipleColumnsSorting]),d=u.useCallback((I,M,R)=>{if(!I.sortable)return;const T=s(I,M);let L;!R||t.disableMultipleColumnsSorting?L=T?[T]:[]:L=i(I.field,T),e.current.setSortModel(L)},[e,i,s,t.disableMultipleColumnsSorting]),p=u.useCallback(()=>yi(e),[e]),h=u.useCallback(()=>hS(e).map(M=>M.model),[e]),m=u.useCallback(()=>pS(e),[e]),v=u.useCallback(I=>e.current.getSortedRowIds().indexOf(I),[e]),b=u.useCallback(I=>e.current.getSortedRowIds()[I],[e]);Yt(e,{getSortModel:p,getSortedRows:h,getSortedRowIds:m,getRowIndex:v,getRowIdFromRowIndex:b,setSortModel:c,sortColumn:d,applySorting:a});const x=u.useCallback((I,M)=>{var R,T;const L=yi(e);return!M.exportOnlyDirtyModels||t.sortModel!=null||((R=t.initialState)==null||(T=R.sorting)==null?void 0:T.sortModel)!=null||L.length>0?P({},I,{sorting:{sortModel:L}}):I},[e,t.sortModel,(n=t.initialState)==null||(r=n.sorting)==null?void 0:r.sortModel]),C=u.useCallback((I,M)=>{var R;const T=(R=M.stateToRestore.sorting)==null?void 0:R.sortModel;return T==null?I:(e.current.setState(T$(T,t.disableMultipleColumnsSorting)),P({},I,{callbacks:[...I.callbacks,e.current.applySorting]}))},[e,t.disableMultipleColumnsSorting]),E=u.useCallback(I=>{const M=wl(e);if(!I.sortRowList){const L=[],H=[];return wa(e).forEach(j=>{M[j].isPinned||(M[j].position==="footer"?H.push(j):L.push(j))}),[...L,...H]}const R=[],T=[];return Object.values(M).forEach(L=>{L.isPinned||(L.position==="footer"?T.push(L.id):R.push(L))}),[...I.sortRowList(R),...T]},[e]);fr(e,"exportState",x),fr(e,"restoreState",C),PS(e,Ep,"sorting",E);const w=u.useCallback(({colDef:I},M)=>{const R=M.shiftKey||M.metaKey||M.ctrlKey;d(I,void 0,R)},[d]),S=u.useCallback(({colDef:I},M)=>{RA(M.key)&&!M.ctrlKey&&!M.metaKey&&d(I,void 0,M.shiftKey)},[d]),k=u.useCallback(()=>{const I=yi(e),M=Wu(e);if(I.length>0){const R=I.filter(T=>M[T.field]);R.length<I.length&&e.current.setSortModel(R)}},[e]),_=u.useCallback(I=>{I==="sorting"&&e.current.applySorting()},[e]);Fe(e,"columnHeaderClick",w),Fe(e,"columnHeaderKeyDown",S),Fe(e,"rowsSet",e.current.applySorting),Fe(e,"columnsChange",k),Fe(e,"activeStrategyProcessorChange",_),Sp(()=>{e.current.applySorting()}),u.useEffect(()=>{t.sortModel!==void 0&&e.current.setSortModel(t.sortModel)},[e,t.sortModel])};function Q$(e){const{clientHeight:t,scrollTop:n,offsetHeight:r,offsetTop:o}=e,i=o+r;if(r>t)return o;if(i-t>n)return i-t;if(o<n)return o}const Tpe=(e,t)=>{const n=Qn(e,"useGridScroll"),r=e.current.columnHeadersElementRef,o=e.current.windowRef,i=Ke(e,Ws),s=u.useCallback(p=>{const h=Xv(e),m=Lr(e);if(!(p.rowIndex==null)&&h===0||m.length===0)return!1;n.debug(`Scrolling to cell at row ${p.rowIndex}, col: ${p.colIndex} `);let b={};if(p.colIndex!=null){const E=Ha(e);let w;if(typeof p.rowIndex!="undefined"){var g;const S=(g=i[p.rowIndex])==null?void 0:g.id,k=e.current.unstable_getCellColSpanInfo(S,p.colIndex);k&&!k.spannedByColSpan&&(w=k.cellProps.width)}typeof w=="undefined"&&(w=m[p.colIndex].computedWidth),b.left=Q$({clientHeight:o.current.clientWidth,scrollTop:o.current.scrollLeft,offsetHeight:w,offsetTop:E[p.colIndex]})}if(p.rowIndex!=null){var x,C;const E=Xf(e.current.state),w=Vd(e),S=ff(e),k=t.pagination?p.rowIndex-w*S:p.rowIndex,_=E.positions[k+1]?E.positions[k+1]-E.positions[k]:E.currentPageTotalHeight-E.positions[k],I=((x=o.current.querySelector(`.${te["pinnedRows--top"]}`))==null?void 0:x.clientHeight)||0,M=((C=o.current.querySelector(`.${te["pinnedRows--bottom"]}`))==null?void 0:C.clientHeight)||0;b.top=Q$({clientHeight:o.current.clientHeight-I-M,scrollTop:o.current.scrollTop,offsetHeight:_,offsetTop:E.positions[k]})}return b=e.current.unstable_applyPipeProcessors("scrollToIndexes",b,p),typeof b.left!==void 0||typeof b.top!==void 0?(e.current.scroll(b),!0):!1},[n,e,o,t.pagination,i]),a=u.useCallback(p=>{o.current&&p.left!=null&&r.current&&(r.current.scrollLeft=p.left,o.current.scrollLeft=p.left,n.debug(`Scrolling left: ${p.left}`)),o.current&&p.top!=null&&(o.current.scrollTop=p.top,n.debug(`Scrolling top: ${p.top}`)),n.debug("Scrolling, updating container, and viewport")},[o,r,n]),c=u.useCallback(()=>o!=null&&o.current?{top:o.current.scrollTop,left:o.current.scrollLeft}:{top:0,left:0},[o]);Yt(e,{scroll:a,scrollToIndexes:s,getScrollPosition:c})};function Ope(e,t){Nt(e,"columnHeaderClick",t.onColumnHeaderClick),Nt(e,"columnHeaderDoubleClick",t.onColumnHeaderDoubleClick),Nt(e,"columnHeaderOver",t.onColumnHeaderOver),Nt(e,"columnHeaderOut",t.onColumnHeaderOut),Nt(e,"columnHeaderEnter",t.onColumnHeaderEnter),Nt(e,"columnHeaderLeave",t.onColumnHeaderLeave),Nt(e,"columnOrderChange",t.onColumnOrderChange),Nt(e,"cellClick",t.onCellClick),Nt(e,"cellDoubleClick",t.onCellDoubleClick),Nt(e,"cellKeyDown",t.onCellKeyDown),Nt(e,"cellFocusOut",t.onCellFocusOut),Nt(e,"preferencePanelClose",t.onPreferencePanelClose),Nt(e,"preferencePanelOpen",t.onPreferencePanelOpen),Nt(e,"menuOpen",t.onMenuOpen),Nt(e,"menuClose",t.onMenuClose),Nt(e,"rowDoubleClick",t.onRowDoubleClick),Nt(e,"rowClick",t.onRowClick),Nt(e,"componentError",t.onError),Nt(e,"stateChange",t.onStateChange)}const Lpe=({content:e,container:t,scrollBarSize:n})=>{const r=e.width>t.width,o=e.height>t.height;let i=!1,s=!1;return(r||o)&&(i=r,s=e.height+(i?n:0)>t.height,s&&(i=e.width+n>t.width)),{hasScrollX:i,hasScrollY:s}};function Ape(e,t){const n=Qn(e,"useResizeContainer"),r=u.useRef(!1),o=u.useRef(null),i=u.useRef(null),s=Ke(e,Xf),a=Ke(e,wp),c=u.useCallback(()=>{var x;const C=(x=e.current.rootElementRef)==null?void 0:x.current,E=Qv(e),w=aF(e);if(!o.current)return;let S;if(t.scrollbarSize!=null)S=t.scrollbarSize;else if(!E||!C)S=0;else{const H=pn(C).createElement("div");H.style.width="99px",H.style.height="99px",H.style.position="absolute",H.style.overflow="scroll",H.className="scrollDiv",C.appendChild(H),S=H.offsetWidth-H.clientWidth,C.removeChild(H)}let k,_,I;if(t.autoHeight)I=!1,_=Math.round(E)>o.current.width,k={width:o.current.width,height:s.currentPageTotalHeight+(_?S:0)};else{k={width:o.current.width,height:o.current.height-a};const L=Lpe({content:{width:Math.round(E),height:s.currentPageTotalHeight},container:{width:k.width,height:k.height-w.top-w.bottom},scrollBarSize:S});I=L.hasScrollY,_=L.hasScrollX}const M={width:k.width-(I?S:0),height:k.height-(_?S:0)},R={viewportOuterSize:k,viewportInnerSize:M,hasScrollX:_,hasScrollY:I,scrollBarSize:S},T=i.current;i.current=R,(R.viewportInnerSize.width!==(T==null?void 0:T.viewportInnerSize.width)||R.viewportInnerSize.height!==(T==null?void 0:T.viewportInnerSize.height))&&e.current.publishEvent("viewportInnerSizeChange",R.viewportInnerSize)},[e,t.scrollbarSize,t.autoHeight,a,s.currentPageTotalHeight]),d=u.useCallback(()=>{c(),e.current.publishEvent("debouncedResize",o.current)},[e,c]),p=u.useCallback(()=>i.current,[]),h=u.useCallback(()=>{const x=e.current.getRootDimensions();if(!x)return 0;const C=ey(e,{pagination:t.pagination,paginationMode:t.paginationMode});if(t.getRowHeight){const w=e.current.unstable_getRenderContext(),S=w.lastRowIndex-w.firstRowIndex;return Math.min(S-1,C.rows.length)}const E=Math.floor(x.viewportInnerSize.height/bp(e));return Math.min(E,C.rows.length)},[e,t.pagination,t.paginationMode,t.getRowHeight]);Yt(e,{resize:d,getRootDimensions:p,unstable_getViewportPageSize:h,unstable_updateGridDimensionsRef:c});const v=u.useMemo(()=>Ns(d,60),[d]),b=u.useRef(!0),g=u.useCallback(x=>{o.current=x;const C=/jsdom/.test(window.navigator.userAgent);if(x.height===0&&!r.current&&!t.autoHeight&&!C&&(n.error(["The parent DOM element of the data grid has an empty height.","Please make sure that this element has an intrinsic height.","The grid displays with a height of 0px.","","More details: https://mui.com/r/x-data-grid-no-dimensions."].join(`
|
|
338
|
+
`)),r.current=!0),x.width===0&&!r.current&&!C&&(n.error(["The parent DOM element of the data grid has an empty width.","Please make sure that this element has an intrinsic width.","The grid displays with a width of 0px.","","More details: https://mui.com/r/x-data-grid-no-dimensions."].join(`
|
|
339
|
+
`)),r.current=!0),b.current){d(),b.current=!1;return}v()},[t.autoHeight,v,n,d]);hn(()=>c(),[c]),Nt(e,"sortedRowsSet",c),Nt(e,"pageChange",c),Nt(e,"pageSizeChange",c),Nt(e,"columnsChange",c),Fe(e,"resize",g),Nt(e,"debouncedResize",t.onResize)}const Fpe=e=>P({},e,{rowsMeta:{currentPageTotalHeight:0,positions:[]}}),Npe=(e,t)=>{const{getRowHeight:n,getRowSpacing:r,getEstimatedRowHeight:o}=t,i=u.useRef({}),s=u.useRef(-1),a=u.useRef(!1),c=Ke(e,bp),d=Ke(e,yp),p=Ke(e,Gu),h=Ke(e,fS),m=ec(e,t),v=Ke(e,vp),b=u.useCallback(()=>{var R,T;a.current=!1;const L=ble(e.current.state,e.current.instanceId),H=F=>{i.current[F.id]||(i.current[F.id]={sizes:{baseCenter:c},isResized:!1,autoHeight:!1,needsFirstMeasurement:!0});const{isResized:B,needsFirstMeasurement:G,sizes:N}=i.current[F.id];let z=c;const W=N.baseCenter;if(B)z=W;else if(n){const ee=n(P({},F,{densityFactor:L}));if(ee==="auto"){if(G){const ce=o?o(P({},F,{densityFactor:L})):c;z=ce!=null?ce:c}else z=W;a.current=!0,i.current[F.id].autoHeight=!0}else z=ee!=null?ee:c,i.current[F.id].needsFirstMeasurement=!1,i.current[F.id].autoHeight=!1}else i.current[F.id].needsFirstMeasurement=!1;const q=Object.entries(N).reduce((ee,[ce,oe])=>(/^base[A-Z]/.test(ce)&&(ee[ce]=oe),ee),{}),X=P({},q,{baseCenter:z});if(r){var le,Q;const ee=e.current.getRowIndexRelativeToVisibleRows(F.id),ce=r(P({},F,{isFirstVisible:ee===0,isLastVisible:ee===m.rows.length-1,indexRelativeToCurrentPage:ee}));X.spacingTop=(le=ce.top)!=null?le:0,X.spacingBottom=(Q=ce.bottom)!=null?Q:0}const ge=e.current.unstable_applyPipeProcessors("rowHeight",X,F);return i.current[F.id].sizes=ge,ge},j=[],A=m.rows.reduce((F,B)=>{j.push(F);let G=0,N=0;const z=H(B);return Object.entries(z).forEach(([W,q])=>{/^base[A-Z]/.test(W)?G=q>G?q:G:N+=q}),F+G+N},0);v==null||(R=v.top)==null||R.forEach(F=>{H(F)}),v==null||(T=v.bottom)==null||T.forEach(F=>{H(F)}),e.current.setState(F=>P({},F,{rowsMeta:{currentPageTotalHeight:A,positions:j}})),a.current||(s.current=1/0),e.current.forceUpdate()},[e,m.rows,c,n,r,o,v]),g=u.useCallback(R=>{const T=i.current[R];return T?T.sizes.baseCenter:c},[c]),x=R=>{var T;return(T=i.current[R])==null?void 0:T.sizes},C=u.useCallback((R,T)=>{i.current[R].sizes.baseCenter=T,i.current[R].isResized=!0,i.current[R].needsFirstMeasurement=!1,b()},[b]),E=u.useMemo(()=>Ns(b),[b]),w=u.useCallback((R,T,L)=>{if(!i.current[R]||!i.current[R].autoHeight)return;const H=i.current[R].sizes[`base${fe(L)}`]!==T;i.current[R].needsFirstMeasurement=!1,i.current[R].sizes[`base${fe(L)}`]=T,H&&E()},[E]),S=u.useCallback(R=>{var T;return((T=i.current[R])==null?void 0:T.autoHeight)||!1},[]),k=u.useCallback(()=>s.current,[]),_=u.useCallback(R=>{a.current&&R>s.current&&(s.current=R)},[]),I=u.useCallback(()=>{i.current={},b()},[b]);u.useEffect(()=>{b()},[c,d,p,h,b]),ES(e,"rowHeight",b),Yt(e,{unstable_getLastMeasuredRowIndex:k,unstable_setLastMeasuredRowIndex:_,unstable_rowHasAutoHeight:S,unstable_getRowHeight:g,unstable_getRowInternalSizes:x,unstable_setRowHeight:C,unstable_storeRowHeightMeasurement:w,resetRowHeights:I})},Dpe=e=>{const t=u.useCallback((o={})=>e.current.unstable_applyPipeProcessors("exportState",{},o),[e]),n=u.useCallback(o=>{e.current.unstable_applyPipeProcessors("restoreState",{callbacks:[]},{stateToRestore:o}).callbacks.forEach(s=>{s()}),e.current.forceUpdate()},[e]);Yt(e,{exportState:t,restoreState:n})},Bpe=e=>{const t=u.useRef({}),n=u.useCallback((c,d,p)=>{const h=t.current;h[c]||(h[c]={}),h[c][d]=p},[]),r=u.useCallback((c,d)=>{var p;return(p=t.current[c])==null?void 0:p[d]},[]),o=u.useCallback(c=>{const{columnIndex:d,rowId:p,minFirstColumnIndex:h,maxLastColumnIndex:m,columns:v}=c,b=v.length,g=v[d],x=typeof g.colSpan=="function"?g.colSpan(e.current.getCellParams(p,g.field)):g.colSpan;if(!x||x===1)return n(p,d,{spannedByColSpan:!1,cellProps:{colSpan:1,width:g.computedWidth}}),{colSpan:1};let C=g.computedWidth;for(let E=1;E<x;E+=1){const w=d+E;if(w>=h&&w<m){const S=v[w];C+=S.computedWidth,n(p,d+E,{spannedByColSpan:!0,rightVisibleCellIndex:Math.min(d+x,b-1),leftVisibleCellIndex:d})}n(p,d,{spannedByColSpan:!1,cellProps:{colSpan:x,width:C}})}return{colSpan:x}},[e,n]),i=u.useCallback(({rowId:c,minFirstColumn:d,maxLastColumn:p,columns:h})=>{for(let m=d;m<p;m+=1){const v=o({columnIndex:m,rowId:c,minFirstColumnIndex:d,maxLastColumnIndex:p,columns:h});v.colSpan>1&&(m+=v.colSpan-1)}},[o]);Yt(e,{unstable_getCellColSpanInfo:r,unstable_calculateColSpan:i});const a=u.useCallback(()=>{t.current={}},[]);Fe(e,"columnOrderChange",a)},zpe=(e,t)=>{var n;const r=u.useCallback(o=>{var i;if(!((i=t.experimentalFeatures)!=null&&i.columnGrouping))return o;const s=nF(t.columnGroupingModel);return o.all.forEach(a=>{var c,d;const p=(c=s[a])!=null?c:[],h=o.lookup[a];wfe(h)&&Ts(p,h==null?void 0:h.groupPath)||(o.lookup[a]=P({},o.lookup[a],{groupPath:(d=s[a])!=null?d:[]}))}),o},[t.columnGroupingModel,(n=t.experimentalFeatures)==null?void 0:n.columnGrouping]);fr(e,"hydrateColumns",r)},jpe=e=>{var t,n;const r=dfe(void 0,e);return zpe(r,e),$pe(r,e),vpe(r),go(bpe,r,e),go(gfe,r,e),go(Cfe,r,e),go(hpe,r,e),go((t=e.experimentalFeatures)!=null&&t.newEditingApi?fpe:npe,r,e),go(Ufe,r,e),go(Mpe,r,e),go(Jfe,r,e),go(Hfe,r,e),go(Sfe,r,e),go(Xfe,r,e),go(Fpe,r,e),go(hfe,r,e),Kfe(r,e),wpe(r,e),vfe(r,e),mpe(r,e),ype(r),Bpe(r),xfe(r,e),((n=e.experimentalFeatures)!=null&&n.newEditingApi?ppe:rpe)(r,e),Wfe(r,e),Zfe(r,e),Vfe(r,e),Rpe(r,e),Efe(r,e),Qfe(r,e),Npe(r,e),Tpe(r,e),mfe(r),$fe(r),Tfe(r,e),pfe(r),Ape(r,e),Ope(r,e),Dpe(r),r},Hpe={apiRef:void 0,disableMultipleColumnsFiltering:!0,disableMultipleColumnsSorting:!0,disableMultipleSelection:!0,throttleRowsMs:void 0,hideFooterRowCount:!1,pagination:!0,checkboxSelectionVisibleOnly:!1,disableColumnReorder:!0,disableColumnResize:!0,keepColumnPositionIfDraggedOutside:!1,signature:"DataGrid"},Vpe=100,Upe={autoHeight:!1,autoPageSize:!1,checkboxSelection:!1,checkboxSelectionVisibleOnly:!1,columnBuffer:3,rowBuffer:3,columnThreshold:3,rowThreshold:3,density:Gf.Standard,disableExtendRowFullWidth:!1,disableColumnFilter:!1,disableColumnMenu:!1,disableColumnSelector:!1,disableDensitySelector:!1,disableMultipleColumnsFiltering:!1,disableMultipleSelection:!1,disableMultipleColumnsSorting:!1,disableSelectionOnClick:!1,disableVirtualization:!1,disableIgnoreModificationsIfProcessingProps:!1,editMode:Rr.Cell,filterMode:su.client,headerHeight:56,hideFooter:!1,hideFooterPagination:!1,hideFooterRowCount:!1,hideFooterSelectedRowCount:!1,logger:console,logLevel:"error",pagination:!1,paginationMode:su.client,rowHeight:52,rowsPerPageOptions:[25,50,100],rowSpacingType:"margin",showCellRightBorder:!1,showColumnRightBorder:!1,sortingOrder:["asc","desc",null],sortingMode:su.client,throttleRowsMs:0,disableColumnReorder:!1,disableColumnResize:!1,keepNonExistentRowsSelected:!1,keepColumnPositionIfDraggedOutside:!1},Wpe=e=>{if(e.pageSize>Vpe)throw new Error("'props.pageSize' cannot exceed 100 in DataGrid.");const t=Ze({props:e,name:"MuiDataGrid"}),n=u.useMemo(()=>P({},Cpe,t.localeText),[t.localeText]),r=u.useMemo(()=>{const o=t.components;if(!o)return P({},X$);const i={};return Object.entries(X$).forEach(([s,a])=>{i[s]=o[s]===void 0?a:o[s]}),i},[t.components]);return u.useMemo(()=>P({},Upe,t,{localeText:n,components:r},Hpe),[t,n,r])},Gpe=["className"],Kpe=e=>{const{classes:t}=e;return Ie({root:["virtualScroller"]},At,t)},qpe=ie("div",{name:"MuiDataGrid",slot:"VirtualScroller",overridesResolver:(e,t)=>t.virtualScroller})({overflow:"auto",position:"relative","@media print":{overflow:"hidden"}}),Ype=u.forwardRef(function(t,n){const{className:r}=t,o=se(t,Gpe),i=qe(),s=Kpe(i);return O.jsx(qpe,P({ref:n,className:me(s.root,r),ownerState:i},o))}),Xpe=["className","style"],Qpe=e=>{const{classes:t,overflowedContent:n}=e;return Ie({root:["virtualScrollerContent",n&&"virtualScrollerContent--overflowed"]},At,t)},Jpe=ie("div",{name:"MuiDataGrid",slot:"VirtualScrollerContent",overridesResolver:(e,t)=>t.virtualScrollerContent})({}),Zpe=u.forwardRef(function(t,n){const{className:r,style:o}=t,i=se(t,Xpe),s=qe(),a=P({},s,{overflowedContent:!s.autoHeight&&(o==null?void 0:o.minHeight)==="auto"}),c=Qpe(a);return O.jsx(Jpe,P({ref:n,className:me(c.root,r),ownerState:a,style:o},i))}),ehe=["className"],the=e=>{const{classes:t}=e;return Ie({root:["virtualScrollerRenderZone"]},At,t)},nhe=ie("div",{name:"MuiDataGrid",slot:"VirtualScrollerRenderZone",overridesResolver:(e,t)=>t.virtualScrollerRenderZone})({position:"absolute",display:"flex",flexDirection:"column"}),rhe=u.forwardRef(function(t,n){const{className:r}=t,o=se(t,ehe),i=qe(),s=the(i);return O.jsx(nhe,P({ref:n,className:me(s.root,r),ownerState:i},o))}),ohe=["style"];function lu(e,t,n=0,r=t.length){if(t.length<=0)return-1;if(n>=r)return n;const o=n+Math.floor((r-n)/2),i=t[o];return e<=i?lu(e,t,n,o):lu(e,t,o+1,r)}function ihe(e,t,n){let r=1;for(;n<t.length&&t[n]<e;)n+=r,r*=2;return lu(e,t,Math.floor(n/2),Math.min(n,t.length))}const fl=({firstIndex:e,lastIndex:t,buffer:n,minFirstIndex:r,maxLastIndex:o})=>[Mu(e-n,r,o),Mu(t+n,r,o)],she=(e,t)=>e===t?!0:e.firstRowIndex===t.firstRowIndex&&e.lastRowIndex===t.lastRowIndex&&e.firstColumnIndex===t.firstColumnIndex&&e.lastColumnIndex===t.lastColumnIndex,lhe=e=>{var t,n;const r=wt(),o=qe(),i=Ke(r,Lr),{ref:s,disableVirtualization:a,onRenderZonePositioning:c,renderZoneMinColumnIndex:d=0,renderZoneMaxColumnIndex:p=i.length,getRowProps:h}=e,m=Ke(r,Ha),v=Ke(r,Qv),b=Ke(r,bp),g=Ke(r,xi),x=Ke(r,pg),C=Ke(r,Xf),E=Ke(r,Tn),w=Ke(r,gg),S=ec(r,o),k=u.useRef(null),_=u.useRef(null),I=jt(s,_),[M,R]=u.useState(null),T=u.useRef(M),L=u.useRef({top:0,left:0}),[H,j]=u.useState({width:null,height:null}),A=u.useRef(v),F=u.useCallback(oe=>{var de,be;const we=r.current.unstable_getLastMeasuredRowIndex();let _e=we===1/0;(de=S.range)!=null&&de.lastRowIndex&&!_e&&(_e=we>=S.range.lastRowIndex);const He=Mu(we-(((be=S.range)==null?void 0:be.firstRowIndex)||0),0,C.positions.length);return _e||C.positions[He]>=oe?lu(oe,C.positions):ihe(oe,C.positions,He)},[r,(t=S.range)==null?void 0:t.firstRowIndex,(n=S.range)==null?void 0:n.lastRowIndex,C.positions]),B=u.useCallback(()=>{if(a)return{firstRowIndex:0,lastRowIndex:S.rows.length,firstColumnIndex:0,lastColumnIndex:i.length};const{top:oe,left:de}=L.current,be=Math.min(F(oe),C.positions.length-1),we=o.autoHeight?be+S.rows.length:F(oe+H.height);let _e=!1,He=0,Ne=m.length;const[re,Le]=fl({firstIndex:be,lastIndex:we,minFirstIndex:0,maxLastIndex:S.rows.length,buffer:o.rowBuffer});for(let ve=re;ve<Le&&!_e;ve+=1){const je=S.rows[ve];_e=r.current.unstable_rowHasAutoHeight(je.id)}return _e||(He=lu(de,m),Ne=lu(de+H.width,m)),{firstRowIndex:be,lastRowIndex:we,firstColumnIndex:He,lastColumnIndex:Ne}},[a,F,C.positions.length,o.autoHeight,o.rowBuffer,S.rows,m,i.length,r,H]);hn(()=>{a?k.current.style.transform="translate3d(0px, 0px, 0px)":(_.current.scrollLeft=0,_.current.scrollTop=0)},[a]),hn(()=>{j({width:_.current.clientWidth,height:_.current.clientHeight})},[C.currentPageTotalHeight]);const G=u.useCallback(oe=>{j({width:oe.width,height:oe.height})},[]);Fe(r,"resize",G);const N=u.useCallback(oe=>{const[de,be]=fl({firstIndex:oe.firstRowIndex,lastIndex:oe.lastRowIndex,minFirstIndex:0,maxLastIndex:S.rows.length,buffer:o.rowBuffer}),[we]=fl({firstIndex:oe.firstColumnIndex,lastIndex:oe.lastColumnIndex,minFirstIndex:d,maxLastIndex:p,buffer:o.columnBuffer}),_e=hw({firstColumnToRender:we,apiRef:r,firstRowToRender:de,lastRowToRender:be,visibleRows:S.rows}),He=Xf(r.current.state).positions[de],Ne=Ha(r)[_e];k.current.style.transform=`translate3d(${Ne}px, ${He}px, 0px)`,typeof c=="function"&&c({top:He,left:Ne})},[r,S.rows,c,d,p,o.columnBuffer,o.rowBuffer]),z=u.useCallback(oe=>{if(T.current&&she(oe,T.current)){N(oe);return}R(oe),N(oe);const[de,be]=fl({firstIndex:oe.firstRowIndex,lastIndex:oe.lastRowIndex,minFirstIndex:0,maxLastIndex:S.rows.length,buffer:o.rowBuffer});r.current.publishEvent("renderedRowsIntervalChange",{firstRowToRender:de,lastRowToRender:be}),T.current=oe},[r,R,T,S.rows.length,o.rowBuffer,N]);hn(()=>{if(H.width==null)return;const oe=B();z(oe);const{top:de,left:be}=L.current,we={top:de,left:be,renderContext:oe};r.current.publishEvent("rowsScroll",we)},[r,B,H.width,z]);const W=oe=>{const{scrollTop:de,scrollLeft:be}=oe.currentTarget;if(L.current.top=de,L.current.left=be,be<0||de<0||!T.current)return;const we=a?T.current:B(),_e=Math.abs(we.firstRowIndex-T.current.firstRowIndex),He=Math.abs(we.lastRowIndex-T.current.lastRowIndex),Ne=Math.abs(we.firstColumnIndex-T.current.firstColumnIndex),re=Math.abs(we.lastColumnIndex-T.current.lastColumnIndex),Le=_e>=o.rowThreshold||He>=o.rowThreshold||Ne>=o.columnThreshold||re>=o.columnThreshold||A.current!==v;r.current.publishEvent("rowsScroll",{top:de,left:be,renderContext:Le?we:T.current},oe),Le&&(Fl.flushSync(()=>{z(we)}),A.current=v)},q=oe=>{r.current.publishEvent("virtualScrollerWheel",{},oe)},X=oe=>{r.current.publishEvent("virtualScrollerTouchMove",{},oe)},le=(oe={renderContext:M})=>{const{renderContext:de,minFirstColumn:be=d,maxLastColumn:we=p,availableSpace:_e=H.width,rowIndexOffset:He=0,position:Ne="center"}=oe;if(!de||_e==null)return null;const re=a?0:o.rowBuffer,Le=a?0:o.columnBuffer,[ve,je]=fl({firstIndex:de.firstRowIndex,lastIndex:de.lastRowIndex,minFirstIndex:0,maxLastIndex:S.rows.length,buffer:re}),Ye=[];if(oe.rows)oe.rows.forEach(Ve=>{Ye.push(Ve),r.current.unstable_calculateColSpan({rowId:Ve.id,minFirstColumn:be,maxLastColumn:we,columns:i})});else{if(!S.range)return null;for(let Ve=ve;Ve<je;Ve+=1){const ue=S.rows[Ve];Ye.push(ue),r.current.unstable_calculateColSpan({rowId:ue.id,minFirstColumn:be,maxLastColumn:we,columns:i})}}const[ht,Be]=fl({firstIndex:de.firstColumnIndex,lastIndex:de.lastColumnIndex,minFirstIndex:be,maxLastIndex:we,buffer:Le}),mt=hw({firstColumnToRender:ht,apiRef:r,firstRowToRender:ve,lastRowToRender:je,visibleRows:S.rows}),rt=i.slice(mt,Be),at=[];for(let Ve=0;Ve<Ye.length;Ve+=1){var bt,ut;const{id:ue,model:J}=Ye[Ve],Re=ve+Ve===S.rows.length-1,Me=r.current.unstable_rowHasAutoHeight(ue)?"auto":r.current.unstable_getRowHeight(ue);let Qe;w[ue]==null?Qe=!1:Qe=r.current.isRowSelectable(ue),at.push(O.jsx(o.components.Row,P({row:J,rowId:ue,rowHeight:Me,cellFocus:g,cellTabIndex:x,editRowsState:E,renderedColumns:rt,visibleColumns:i,firstColumnToRender:mt,lastColumnToRender:Be,selected:Qe,index:He+((S==null||(bt=S.range)==null?void 0:bt.firstRowIndex)||0)+ve+Ve,containerWidth:_e,isLastVisible:Re,position:Ne},typeof h=="function"?h(ue,J):{},(ut=o.componentsProps)==null?void 0:ut.row),ue))}return at},Q=H.width&&v>H.width,ge=u.useMemo(()=>{const oe=Math.max(C.currentPageTotalHeight,1);let de=!1;_!=null&&_.current&&oe<=(_==null?void 0:_.current.clientHeight)&&(de=!0);const be={width:Q?v:"auto",height:oe,minHeight:de?"100%":"auto"};return o.autoHeight&&S.rows.length===0&&(be.height=2*b),be},[_,v,C.currentPageTotalHeight,S.rows.length,Q,o.autoHeight,b]);u.useEffect(()=>{r.current.publishEvent("virtualScrollerContentSizeChange")},[r,ge]),o.autoHeight&&S.rows.length===0&&(ge.height=2*b);const ee={};Q||(ee.overflowX="hidden"),o.autoHeight&&(ee.overflowY="hidden");const ce=u.useCallback(()=>T.current,[]);return r.current.unstable_getRenderContext=ce,{renderContext:M,updateRenderZonePosition:N,getRows:le,getRootProps:(oe={})=>{let{style:de={}}=oe,be=se(oe,ohe);return P({ref:I,onScroll:W,onWheel:q,onTouchMove:X,style:P({},de,ee)},be)},getContentProps:({style:oe={}}={})=>({style:P({},oe,ge)}),getRenderZoneProps:()=>({ref:k})}},ahe=["className","disableVirtualization"],che=u.forwardRef(function(t,n){const{className:r,disableVirtualization:o}=t,i=se(t,ahe),{getRootProps:s,getContentProps:a,getRenderZoneProps:c,getRows:d}=lhe({ref:n,disableVirtualization:o});return O.jsx(Ype,P({className:r},s(i),{children:O.jsx(Zpe,P({},a(),{children:O.jsx(rhe,P({},c(),{children:d()}))}))}))}),uhe=e=>{const{classes:t,headerAlign:n,isDragging:r,showRightBorder:o,showColumnBorder:i,groupId:s}=e;return Ie({root:["columnHeader",n==="left"&&"columnHeader--alignLeft",n==="center"&&"columnHeader--alignCenter",n==="right"&&"columnHeader--alignRight",r&&"columnHeader--moving",o&&"withBorder",i&&"columnHeader--showColumnBorder",s===null?"columnHeader--emptyGroup":"columnHeader--filledGroup"],draggableContainer:["columnHeaderDraggableContainer"],titleContainer:["columnHeaderTitleContainer"],titleContainerContent:["columnHeaderTitleContainerContent"]},At,t)};function dhe(e){var t,n;const{groupId:r,width:o,depth:i,maxDepth:s,fields:a,height:c,colIndex:d,isLastColumn:p,extendRowFullWidth:h}=e,m=qe(),v=wt(),b=Ke(v,eF),{hasScrollX:g,hasScrollY:x}=(t=v.current.getRootDimensions())!=null?t:{hasScrollX:!1,hasScrollY:!1},C=r?b[r]:{},{headerName:E=r!=null?r:"",description:w="",headerAlign:S=void 0}=C;let k;const _=r&&((n=b[r])==null?void 0:n.renderHeaderGroup),I={groupId:r,headerName:E,description:w,depth:i,maxDepth:s,fields:a,colIndex:d,isLastColumn:p};r&&_&&(k=_(I));const R=p?!(p&&g&&!x)&&!h:m.showColumnRightBorder,T=m.showColumnRightBorder,L=P({},e,{classes:m.classes,showRightBorder:R,showColumnBorder:T,headerAlign:S,depth:i,isDragging:!1}),H=E!=null?E:r,j=Pn(),A=r===null?`empty-group-cell-${j}`:r,F=uhe(L),B=typeof C.headerClassName=="function"?C.headerClassName(I):C.headerClassName;return O.jsx(NA,{classes:F,columnMenuOpen:!1,colIndex:d,height:c,isResizing:!1,sortDirection:null,hasFocus:!1,tabIndex:-1,isDraggable:!1,headerComponent:k,headerClassName:B,description:w,elementId:A,width:o,columnMenuIconButton:null,columnTitleIconButtons:null,resizable:!1,label:H,"aria-colspan":a.length,"data-fields":`|-${a.join("-|-")}-|`,disableHeaderSeparator:!0})}const J$=ie("div",{name:"MuiDataGrid",slot:"ColumnHeaderRow",overridesResolver:(e,t)=>t.columnHeaderRow})(()=>({display:"flex"}));function fhe(e){return!!e.target}const phe=e=>{const{innerRef:t,minColumnIndex:n=0}=e,[r,o]=u.useState(""),[i,s]=u.useState(""),a=wt(),c=Ke(a,Lr),d=Ke(a,Ha),p=Ke(a,kA),h=Ke(a,pg),m=Ke(a,Ile),v=Ke(a,xA),b=Ke(a,gS),g=Ke(a,wp),x=Ke(a,vle),C=Ke(a,ule),E=Ke(a,ZA),w=qe(),S=u.useRef(null),k=jt(t,S),[_,I]=u.useState(null),M=u.useRef(_),R=u.useRef(0),T=ec(a,w);u.useEffect(()=>{a.current.columnHeadersContainerElementRef.current.scrollLeft=0},[a]);const L=u.useRef(vA(kue,{equalityCheck:(le,Q)=>["firstColumnIndex","minColumnIndex","columnBuffer"].every(ge=>le[ge]===Q[ge])})),H=u.useCallback(le=>{const[Q,ge]=fl({firstIndex:le.firstRowIndex,lastIndex:le.lastRowIndex,minFirstIndex:0,maxLastIndex:T.rows.length,buffer:w.rowBuffer}),ee=L.current({firstColumnIndex:le.firstColumnIndex,minColumnIndex:n,columnBuffer:w.columnBuffer,firstRowToRender:Q,lastRowToRender:ge,apiRef:a,visibleRows:T.rows}),ce=ee>0?R.current-d[ee]:R.current;S.current.style.transform=`translate3d(${-ce}px, 0px, 0px)`},[d,n,w.columnBuffer,a,T.rows,w.rowBuffer]);u.useLayoutEffect(()=>{_&&H(_)},[_,H]);const j=u.useCallback(({left:le,renderContext:Q=null},ge)=>{var ee,ce;if(!S.current||R.current===le&&((ee=M.current)==null?void 0:ee.firstColumnIndex)===(Q==null?void 0:Q.firstColumnIndex)&&((ce=M.current)==null?void 0:ce.lastColumnIndex)===(Q==null?void 0:Q.lastColumnIndex))return;R.current=le;let oe=!1;Q!==M.current||!M.current?(fhe(ge)?(Fl.flushSync(()=>{I(Q)}),oe=!0):I(Q),M.current=Q):oe=!0,Q&&oe&&H(Q)},[H]),A=u.useCallback(le=>s(le.field),[]),F=u.useCallback(()=>s(""),[]),B=u.useCallback(le=>o(le.field),[]),G=u.useCallback(()=>o(""),[]);Fe(a,"columnResizeStart",A),Fe(a,"columnResizeStop",F),Fe(a,"columnHeaderDragStart",B),Fe(a,"columnHeaderDragEnd",G),Fe(a,"rowsScroll",j);const N=le=>{const{renderContext:Q=_,minFirstColumn:ge=n,maxLastColumn:ee=c.length}=le||{};if(!Q)return null;const[ce,oe]=fl({firstIndex:Q.firstRowIndex,lastIndex:Q.lastRowIndex,minFirstIndex:0,maxLastIndex:T.rows.length,buffer:w.rowBuffer}),de=L.current({firstColumnIndex:Q.firstColumnIndex,minColumnIndex:ge,columnBuffer:w.columnBuffer,apiRef:a,firstRowToRender:ce,lastRowToRender:oe,visibleRows:T.rows}),be=Math.min(Q.lastColumnIndex+w.columnBuffer,ee);return{renderedColumns:c.slice(de,be),firstColumnToRender:de,lastColumnToRender:be,minFirstColumn:ge,maxLastColumn:ee}},z=(le,Q={})=>{const ge=N(le);if(ge==null)return null;const{renderedColumns:ee,firstColumnToRender:ce}=ge,oe=[];for(let de=0;de<ee.length;de+=1){const be=ee[de],we=ce+de,_e=we===0,He=!(p===null&&h===null),Ne=p!==null&&p.field===be.field||_e&&!He?0:-1,re=m!==null&&m.field===be.field,Le=E.open&&E.field===be.field;oe.push(O.jsx(wce,P({},C[be.field],{columnMenuOpen:Le,filterItemsCounter:x[be.field]&&x[be.field].length,headerHeight:v,isDragging:be.field===r,column:be,colIndex:we,isResizing:i===be.field,isLastColumn:we===c.length-1,extendRowFullWidth:!w.disableExtendRowFullWidth,hasFocus:re,tabIndex:Ne},Q),be.field))}return O.jsx(J$,{role:"row","aria-rowindex":b+1,ownerState:w,children:oe})},W=(le=[],Q)=>le.slice(0,Q+1),q=le=>{if(b===0)return null;const Q=N(le);if(Q==null||Q.renderedColumns.length===0)return null;const{renderedColumns:ge,firstColumnToRender:ee,lastColumnToRender:ce,maxLastColumn:oe}=Q,de=[],be=[];for(let rt=0;rt<b;rt+=1){var we,_e,He;const at=[];let bt=0,ut=ee-1;const Ve=(we=c[ee])==null||(_e=we.groupPath)==null?void 0:_e[rt],ue=W((He=c[ee])==null?void 0:He.groupPath,rt);for(;Ve!==null&&ut>=n&&(Ne=c[ut])!=null&&Ne.groupPath&&Ts(W((re=c[ut])==null?void 0:re.groupPath,rt),ue);){var Ne,re,Le;const Me=c[ut];if(bt+=(Le=Me.computedWidth)!=null?Le:0,at.length===0){var ve;at.push({width:(ve=Me.computedWidth)!=null?ve:0,fields:[Me.field],groupId:Ve,groupParents:ue,colIndex:ut})}else{var je;at[0].width+=(je=Me.computedWidth)!=null?je:0,at[0].fields.push(Me.field),at[0].colIndex=ut}ut-=1}const J=ge.reduce((Me,Qe,xt)=>{var _t;const Xt=Me[Me.length-1];if(Qe.groupPath&&Qe.groupPath.length>rt){var Gn;if(Xt&&Xt.groupId===Qe.groupPath[rt]){var Ar;return[...Me.slice(0,Me.length-1),P({},Xt,{width:Xt.width+((Ar=Qe.computedWidth)!=null?Ar:0),fields:[...Xt.fields,Qe.field]})]}return[...Me,{groupId:Qe.groupPath[rt],groupParents:W(Qe.groupPath,rt),width:(Gn=Qe.computedWidth)!=null?Gn:0,fields:[Qe.field],colIndex:ee+xt}]}if(Xt&&Xt.groupId===null&&Ts(W(Qe.groupPath,rt),Xt.groupParents)){var rr;return[...Me.slice(0,Me.length-1),P({},Xt,{width:Xt.width+((rr=Qe.computedWidth)!=null?rr:0),fields:[...Xt.fields,Qe.field]})]}return[...Me,{groupId:null,groupParents:W(Qe.groupPath,rt),width:(_t=Qe.computedWidth)!=null?_t:0,fields:[Qe.field],colIndex:ee+xt}]},at);ut=ce;const Re=J[J.length-1].groupId;for(;Re!==null&&ut<oe&&(Ye=c[ut])!=null&&Ye.groupPath&&((ht=c[ut])==null||(Be=ht.groupPath)==null?void 0:Be[rt])===Re;){var Ye,ht,Be,mt;const Me=c[ut];J[J.length-1].width+=(mt=Me.computedWidth)!=null?mt:0,J[J.length-1].fields.push(Me.field),ut+=1}be.push({leftOverflow:bt,elements:[...J]})}return be.forEach((rt,at)=>{de.push(O.jsx(J$,{style:{height:`${v}px`,transform:`translateX(-${rt.leftOverflow}px)`},role:"row","aria-rowindex":at+1,ownerState:w,children:rt.elements.map(({groupId:bt,width:ut,fields:Ve,colIndex:ue},J)=>O.jsx(dhe,{groupId:bt,width:ut,fields:Ve,colIndex:ue,depth:at,isLastColumn:ue===c.length-Ve.length,extendRowFullWidth:!w.disableExtendRowFullWidth,maxDepth:be.length,height:v},J))},at))}),de},X={minHeight:g,maxHeight:g,lineHeight:`${v}px`};return{renderContext:_,getColumnHeaders:z,getColumnGroupHeaders:q,isDragging:!!r,getRootProps:(le={})=>P({style:X},le),getInnerProps:()=>({ref:k,role:"rowgroup"})}},hhe=["className"],mhe=e=>{const{classes:t}=e;return Ie({root:["columnHeaders"]},At,t)},ghe=ie("div",{name:"MuiDataGrid",slot:"ColumnHeaders",overridesResolver:(e,t)=>t.columnHeaders})(({theme:e})=>({position:"absolute",top:0,left:0,right:0,overflow:"hidden",display:"flex",alignItems:"center",boxSizing:"border-box",borderBottom:`1px solid ${e.palette.mode==="light"?Bs(nt(e.palette.divider,1),.88):Ds(nt(e.palette.divider,1),.68)}`,borderTopLeftRadius:e.shape.borderRadius,borderTopRightRadius:e.shape.borderRadius})),vhe=u.forwardRef(function(t,n){const{className:r}=t,o=se(t,hhe),i=qe(),s=mhe(i);return O.jsx(ghe,P({ref:n,className:me(r,s.root),ownerState:i},o))}),yhe=["isDragging","className"],bhe=e=>{const{isDragging:t,hasScrollX:n,classes:r}=e;return Ie({root:["columnHeadersInner",t&&"columnHeaderDropZone",n&&"columnHeadersInner--scrollable"]},At,r)},whe=ie("div",{name:"MuiDataGrid",slot:"columnHeadersInner",overridesResolver:(e,t)=>[{[`&.${te.columnHeaderDropZone}`]:t.columnHeaderDropZone},t.columnHeadersInner]})(()=>({display:"flex",alignItems:"flex-start",flexDirection:"column",[`&.${te.columnHeaderDropZone} .${te.columnHeaderDraggableContainer}`]:{cursor:"move"},[`&.${te["columnHeadersInner--scrollable"]} .${te.columnHeader}:last-child`]:{borderRight:"none"}})),Che=u.forwardRef(function(t,n){var r,o;const{isDragging:i,className:s}=t,a=se(t,yhe),c=wt(),d=qe(),p=P({},d,{isDragging:i,hasScrollX:(r=(o=c.current.getRootDimensions())==null?void 0:o.hasScrollX)!=null?r:!1}),h=bhe(p);return O.jsx(whe,P({ref:n,className:me(s,h.root),ownerState:p},a))}),xhe=["innerRef","className"],She=u.forwardRef(function(t,n){const{innerRef:r}=t,o=se(t,xhe),{isDragging:i,getRootProps:s,getInnerProps:a,getColumnHeaders:c,getColumnGroupHeaders:d}=phe({innerRef:r});return O.jsxs(vhe,P({ref:n},s(o),{children:[O.jsx(z$,{scrollDirection:"left"}),O.jsxs(Che,P({isDragging:i},a(),{children:[d(),c()]})),O.jsx(z$,{scrollDirection:"right"})]}))}),pF=u.forwardRef(function(t,n){const r=Wpe(t),o=jpe(r);return O.jsx(Xde,{apiRef:o,props:r,children:O.jsx(zae,{className:r.className,style:r.style,sx:r.sx,ref:n,children:O.jsxs(Ele,{children:[O.jsx(kle,{}),O.jsx(xle,{ColumnHeadersComponent:She,VirtualScrollerComponent:che}),O.jsx(Ple,{})]})})})}),Ku=u.memo(pF);pF.propTypes={"aria-label":pe.string,"aria-labelledby":pe.string,autoHeight:pe.bool,autoPageSize:pe.bool,cellModesModel:pe.object,checkboxSelection:pe.bool,classes:pe.object,columnBuffer:pe.number,columnGroupingModel:pe.arrayOf(pe.object),columns:e1(pe.array.isRequired),columnThreshold:pe.number,columnTypes:pe.object,columnVisibilityModel:pe.object,components:pe.object,componentsProps:pe.object,density:pe.oneOf(["comfortable","compact","standard"]),disableColumnFilter:pe.bool,disableColumnMenu:pe.bool,disableColumnSelector:pe.bool,disableDensitySelector:pe.bool,disableExtendRowFullWidth:pe.bool,disableIgnoreModificationsIfProcessingProps:pe.bool,disableSelectionOnClick:pe.bool,disableVirtualization:pe.bool,editMode:pe.oneOf(["cell","row"]),editRowsModel:pe.object,error:pe.any,experimentalFeatures:pe.shape({columnGrouping:pe.bool,newEditingApi:pe.bool,preventCommitWhileValidating:pe.bool,warnIfFocusStateIsNotSynced:pe.bool}),filterMode:pe.oneOf(["client","server"]),filterModel:pe.shape({items:pe.arrayOf(pe.shape({columnField:pe.string.isRequired,id:pe.oneOfType([pe.number,pe.string]),operatorValue:pe.string,value:pe.any})).isRequired,linkOperator:pe.oneOf(["and","or"]),quickFilterLogicOperator:pe.oneOf(["and","or"]),quickFilterValues:pe.array}),getCellClassName:pe.func,getDetailPanelContent:pe.func,getEstimatedRowHeight:pe.func,getRowClassName:pe.func,getRowHeight:pe.func,getRowId:pe.func,getRowSpacing:pe.func,headerHeight:pe.number,hideFooter:pe.bool,hideFooterPagination:pe.bool,hideFooterSelectedRowCount:pe.bool,initialState:pe.object,isCellEditable:pe.func,isRowSelectable:pe.func,keepNonExistentRowsSelected:pe.bool,loading:pe.bool,localeText:pe.object,logger:pe.shape({debug:pe.func.isRequired,error:pe.func.isRequired,info:pe.func.isRequired,warn:pe.func.isRequired}),logLevel:pe.oneOf(["debug","error","info","warn",!1]),nonce:pe.string,onCellClick:pe.func,onCellDoubleClick:pe.func,onCellEditCommit:pe.func,onCellEditStart:pe.func,onCellEditStop:pe.func,onCellFocusOut:pe.func,onCellKeyDown:pe.func,onCellModesModelChange:pe.func,onColumnHeaderClick:pe.func,onColumnHeaderDoubleClick:pe.func,onColumnHeaderEnter:pe.func,onColumnHeaderLeave:pe.func,onColumnHeaderOut:pe.func,onColumnHeaderOver:pe.func,onColumnOrderChange:pe.func,onColumnVisibilityChange:pe.func,onColumnVisibilityModelChange:pe.func,onEditCellPropsChange:pe.func,onEditRowsModelChange:pe.func,onError:pe.func,onFilterModelChange:pe.func,onMenuClose:pe.func,onMenuOpen:pe.func,onPageChange:pe.func,onPageSizeChange:pe.func,onPreferencePanelClose:pe.func,onPreferencePanelOpen:pe.func,onProcessRowUpdateError:pe.func,onResize:pe.func,onRowClick:pe.func,onRowDoubleClick:pe.func,onRowEditCommit:pe.func,onRowEditStart:pe.func,onRowEditStop:pe.func,onRowModesModelChange:pe.func,onSelectionModelChange:pe.func,onSortModelChange:pe.func,onStateChange:pe.func,page:pe.number,pageSize:e1(pe.number),pagination:e=>e.pagination===!1?new Error(["MUI: `<DataGrid pagination={false} />` is not a valid prop.","Infinite scrolling is not available in the MIT version.","","You need to upgrade to DataGridPro or DataGridPremium component to disable the pagination."].join(`
|
|
340
|
+
`)):null,paginationMode:pe.oneOf(["client","server"]),processRowUpdate:pe.func,rowBuffer:pe.number,rowCount:pe.number,rowHeight:pe.number,rowModesModel:pe.object,rows:pe.arrayOf(pe.object).isRequired,rowSpacingType:pe.oneOf(["border","margin"]),rowsPerPageOptions:pe.arrayOf(pe.number),rowThreshold:pe.number,scrollbarSize:pe.number,selectionModel:e1(pe.oneOfType([pe.number,pe.string,pe.array])),showCellRightBorder:pe.bool,showColumnRightBorder:pe.bool,sortingMode:pe.oneOf(["client","server"]),sortingOrder:pe.arrayOf(pe.oneOf(["asc","desc"])),sortModel:pe.arrayOf(pe.shape({field:pe.string.isRequired,sort:pe.oneOf(["asc","desc"])})),sx:pe.oneOfType([pe.arrayOf(pe.oneOfType([pe.func,pe.object,pe.bool])),pe.func,pe.object])};function Ehe(){return u.createElement(u.Fragment,{},u.createElement(khe),u.createElement(Ihe))}const Phe=/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$/;function khe(){const{data:e,element:t}=Zo("get_status"),{data:n}=wse("get_connection_stats");e&&n&&Object.assign(e,n);const r=Iu("md"),o=Iu("sm");return t||u.createElement(tt,{display:"flex",flexWrap:"wrap",gap:"1em",mb:2},r&&i("started"),r&&i("http",{label:"HTTP",render:s}),r&&i("https",{label:"HTTPS",render:s}),o&&i("connections"),i("sent",{render:Ba,minWidth:"4em"}),o&&i("got",{render:Ba,minWidth:"4em"}),i("outSpeed",{label:"Output speed",render:hF}));function i(a,{label:c,minWidth:d,render:p}={}){let h=Dt.get(e,a);if(h===void 0)return null;typeof h=="string"&&Phe.test(h)&&(h=new Date(h).toLocaleString());let m;return p&&(h=p(h),Array.isArray(h)&&([h,m]=h)),c||(c=Dt.capitalize(a.replaceAll("_"," "))),u.createElement(Pv,{variant:"filled",color:m,label:u.createElement(u.Fragment,{},u.createElement("b",{},c),": ",u.createElement("span",{style:{display:"inline-block",minWidth:d}},h))})}function s(a){return a.listening?["port "+a.port,"success"]:a.error?[a.error,"error"]:"off"}}function Ihe(){const{list:e,error:t,props:n}=Ja("get_connections"),[r,o]=u.useState(!0),[i,s]=u.useState(!1),a=u.useMemo(()=>e==null?void 0:e.filter(d=>!r||d.path).map((d,p)=>Oe({id:p},d)),[!i&&e,r]),c=u.useMemo(()=>[{field:"ip",headerName:"Address",flex:1,maxWidth:400,valueGetter:({row:d,value:p})=>(d.v===6?`[${p}]`:p)+" :"+d.port},{field:"user",headerName:"User"},{field:"started",headerName:"Started",type:"dateTime",width:130,valueFormatter:({value:d})=>new Date(d).toLocaleTimeString()},{field:"path",headerName:"File",flex:1,renderCell({value:d,row:p}){if(!d)return;if(p.archive)return u.createElement(u.Fragment,{},u.createElement(pA,{sx:{mr:1}}),p.archive,u.createElement(tt,{ml:2,color:"text.secondary"},d));const h=d==null?void 0:d.lastIndexOf("/");return u.createElement(u.Fragment,{},p.uploadProgress!==void 0&&u.createElement(rse,{icon:Yv,progress:p.uploadProgress,sx:{mr:1}}),d.slice(h+1),h>0&&u.createElement(tt,{ml:2,color:"text.secondary"},d.slice(0,h)))}},{field:"v",headerName:"Protocol",align:"center",hide:!0,renderCell:({value:d,row:p})=>u.createElement(u.Fragment,{},"IPv"+d,p.secure&&vo(iS,"HTTPS",{opacity:.5}))},{field:"outSpeed",headerName:"Speed",type:"number",renderCell:({value:d,row:p})=>hF(Math.max(d||0,p.inSpeed||0))},{field:"sent",headerName:"Total",type:"number",renderCell:({value:d,row:p})=>Ba(Math.max(d||0,p.got||0))},{field:"agent",headerName:"Agent"},{field:"Actions",width:80,align:"center",hideSortIcons:!0,disableColumnMenu:!0,renderCell({row:d}){return u.createElement("div",{},u.createElement(kn,{icon:Ri,title:"Disconnect",onClick:()=>Rt("disconnect",Dt.pick(d,["ip","port"]))}),u.createElement(kn,{icon:fA,title:"Block IP",disabled:d.ip===(n==null?void 0:n.you),onClick:()=>_he(d.ip)}))}}],[n]);return u.createElement(u.Fragment,{},u.createElement(tt,{display:"flex",alignItems:"center"},u.createElement(Ql,{fullWidth:!1,value:r,onChange:o,options:{"Show only files":!0,"Show all connections":!1}}),u.createElement(tt,{flex:1}),u.createElement(kn,{title:i?"Resume":"Pause",icon:i?qv:dA,sx:{mr:1},onClick(){s(!i)}})),t?u.createElement(_o,{severity:"error"},t):u.createElement(Ku,{rows:a,columns:c,localeText:r?{noRowsLabel:"No downloads at the moment"}:void 0}))}function _he(e){return Yie("block",t=>[...t,{ip:e}])}function hF(e){return e?Ba(e*1e3,{post:"B/s",k:1e3,digits:1}):""}var IS={},$he=lt;Object.defineProperty(IS,"__esModule",{value:!0});var mF=IS.default=void 0,Mhe=$he(ft()),Rhe=ct(),The=(0,Mhe.default)((0,Rhe.jsx)("path",{d:"M5 17h14v2H5zm7-12L5.33 15h13.34z"}),"Eject");mF=IS.default=The;var _S={},Ohe=lt;Object.defineProperty(_S,"__esModule",{value:!0});var gF=_S.default=void 0,Lhe=Ohe(ft()),Ahe=ct(),Fhe=(0,Lhe.default)((0,Ahe.jsx)("path",{d:"m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"}),"ArrowUpward");gF=_S.default=Fhe;var $S={},Nhe=lt;Object.defineProperty($S,"__esModule",{value:!0});var vF=$S.default=void 0,Dhe=Nhe(ft()),Bhe=ct(),zhe=(0,Dhe.default)((0,Bhe.jsx)("path",{d:"M8 11h3v10h2V11h3l-4-4-4 4zM4 3v2h16V3H4z"}),"VerticalAlignTop");vF=$S.default=zhe;var MS={},jhe=lt;Object.defineProperty(MS,"__esModule",{value:!0});var yF=MS.default=void 0,Hhe=jhe(ft()),Vhe=ct(),Uhe=(0,Hhe.default)((0,Vhe.jsx)("path",{d:"M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"}),"ChevronRight");yF=MS.default=Uhe;var RS={},Whe=lt;Object.defineProperty(RS,"__esModule",{value:!0});var bF=RS.default=void 0,Ghe=Whe(ft()),Khe=ct(),qhe=(0,Ghe.default)((0,Khe.jsx)("path",{d:"M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"}),"ExpandMore");bF=RS.default=qhe;var TS={},Yhe=lt;Object.defineProperty(TS,"__esModule",{value:!0});var wF=TS.default=void 0,Xhe=Yhe(ft()),Z$=ct(),Qhe=(0,Xhe.default)([(0,Z$.jsx)("path",{d:"M2 16.5C2 19.54 4.46 22 7.5 22s5.5-2.46 5.5-5.5V10H2v6.5zm5.5 2C6.12 18.5 5 17.83 5 17h5c0 .83-1.12 1.5-2.5 1.5zM10 13c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-5 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z"},"0"),(0,Z$.jsx)("path",{d:"M11 3v6h3v2.5c0-.83 1.12-1.5 2.5-1.5s2.5.67 2.5 1.5h-5v2.89c.75.38 1.6.61 2.5.61 3.04 0 5.5-2.46 5.5-5.5V3H11zm3 5.08c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1c0 .56-.45 1-1 1zm5 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1c0 .56-.45 1-1 1z"},"1")],"TheaterComedy");wF=TS.default=Qhe;var OS={},Jhe=lt;Object.defineProperty(OS,"__esModule",{value:!0});var CF=OS.default=void 0,Zhe=Jhe(ft()),eme=ct(),tme=(0,Zhe.default)((0,eme.jsx)("path",{d:"M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"}),"Folder");CF=OS.default=tme;var LS={},nme=lt;Object.defineProperty(LS,"__esModule",{value:!0});var xF=LS.default=void 0,rme=nme(ft()),ome=ct(),ime=(0,rme.default)((0,ome.jsx)("path",{d:"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"}),"Home");xF=LS.default=ime;var AS={},sme=lt;Object.defineProperty(AS,"__esModule",{value:!0});var SF=AS.default=void 0,lme=sme(ft()),ame=ct(),cme=(0,lme.default)((0,ame.jsx)("path",{d:"M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zM6 20V4h7v5h5v11H6z"}),"InsertDriveFileOutlined");SF=AS.default=cme;var FS={},ume=lt;Object.defineProperty(FS,"__esModule",{value:!0});var EF=FS.default=void 0,dme=ume(ft()),fme=ct(),pme=(0,dme.default)((0,fme.jsx)("path",{d:"M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"}),"RemoveRedEye");EF=FS.default=pme;var NS={},hme=lt;Object.defineProperty(NS,"__esModule",{value:!0});var PF=NS.default=void 0,mme=hme(ft()),gme=ct(),vme=(0,mme.default)((0,gme.jsx)("path",{d:"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5 14H4v-4h11v4zm0-5H4V9h11v4zm5 5h-4V9h4v9z"}),"Web");PF=NS.default=vme;var DS={},yme=lt;Object.defineProperty(DS,"__esModule",{value:!0});var kF=DS.default=void 0,bme=yme(ft()),wme=ct(),Cme=(0,bme.default)((0,wme.jsx)("path",{d:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96z"}),"Cloud");kF=DS.default=Cme;var BS={},xme=lt;Object.defineProperty(BS,"__esModule",{value:!0});var IF=BS.default=void 0,Sme=xme(ft()),Eme=ct(),Pme=(0,Sme.default)((0,Eme.jsx)("path",{d:"M14.59 8 12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41 14.59 8zM12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}),"HighlightOff");IF=BS.default=Pme;function kme(){const e=Mi({title:"Add files or folders",dialogProps:{sx:{minWidth:"min(90vw, 40em)",minHeight:"calc(100vh - 9em)"}},Content(){const t=_F();return u.createElement(u.Fragment,{},u.createElement(tt,{sx:{typography:"body1",px:1,py:2}},"Selected elements will be added under "+(t||"(home)")),u.createElement(EN,{onSelect(r){return dt(this,null,function*(){const o=Hu(yield Promise.all(r.map(i=>Rt("add_vfs",{parent:t,source:i}).then(()=>null,s=>[i,s.message]))));o.length&&(yield Un(u.createElement(tt,{},"Some elements have been rejected",u.createElement("ul",{},o.map(([i,s])=>u.createElement("li",{key:i},i,": ",s)))),"error")),Wa(),e()})}}))}})}function Ime(){return dt(this,null,function*(){try{const e=yield Kie("Enter folder name");if(!e)return;const t=_F();yield Rt("add_vfs",{parent:t,name:e}),Wa([(t||"")+"/"+e]),yield Un(`Folder "${e}" created`,"success")}catch(e){yield Un(e)}})}function _F(){let e=En.selectedFiles[0];return!e||e.isRoot?"":(e.type!=="folder"&&(e=e.parent),(e==null?void 0:e.id)||"")}function $F(n){var r=n,{items:e}=r,t=dn(r,["items"]);const[o,i]=Jr.useState(),s=Boolean(o),a=u.useCallback(()=>i(void 0),[]);return u.createElement(Jr.Fragment,{},u.createElement(ur,Oe({"aria-controls":s?"basic-menu":void 0,"aria-haspopup":"true","aria-expanded":s?"true":void 0,onClick:c=>{i(c.currentTarget)}},t)),u.createElement(yL,{anchorEl:o,open:s,onClose:a,MenuListProps:{"aria-labelledby":"basic-button"},children:e.map((c,d)=>u.createElement(dr,Ht(Oe({key:d},c),{onClick(){var p;a(),(p=c.onClick)==null||p.apply(this,arguments)}})))}))}function _me(){return u.createElement(tt,{display:"flex",gap:2,mb:2,sx:{position:"sticky",top:0,zIndex:2,backgroundColor:"background.paper",width:"fit-content"}},u.createElement($F,{variant:"contained",startIcon:u.createElement(Gv),items:[{children:"from disk",onClick:kme},{children:"virtual folder",onClick:Ime}]},"Add"),qx(()=>Wa()))}function Xi(e){typeof e!="string"&&(e=e[0]);const t=/([`*/_])(.+)\1|(\n)/g,n=[];let r=0,o;for(;o=t.exec(e);){if(n.push(e.slice(r,o.index)),o[3])n.push(u.createElement("br"));else{const i={"`":"code","*":"b","/":"i",_:"u"}[o[1]];if(!i)throw Error("should never happen");n.push(u.createElement(i,{},o[2]))}r=o.index+o[0].length}return u.createElement(u.Fragment,{},...n,e.slice(r,1/0))}const zS=Symbol.for("yaml.alias"),bw=Symbol.for("yaml.document"),Ll=Symbol.for("yaml.map"),MF=Symbol.for("yaml.pair"),js=Symbol.for("yaml.scalar"),qu=Symbol.for("yaml.seq"),ii=Symbol.for("yaml.node.type"),tc=e=>!!e&&typeof e=="object"&&e[ii]===zS,Pp=e=>!!e&&typeof e=="object"&&e[ii]===bw,nc=e=>!!e&&typeof e=="object"&&e[ii]===Ll,In=e=>!!e&&typeof e=="object"&&e[ii]===MF,mn=e=>!!e&&typeof e=="object"&&e[ii]===js,Yu=e=>!!e&&typeof e=="object"&&e[ii]===qu;function On(e){if(e&&typeof e=="object")switch(e[ii]){case Ll:case qu:return!0}return!1}function Wn(e){if(e&&typeof e=="object")switch(e[ii]){case zS:case Ll:case js:case qu:return!0}return!1}const $me=e=>(mn(e)||On(e))&&!!e.anchor;class jS{constructor(t){Object.defineProperty(this,ii,{value:t})}clone(){const t=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return this.range&&(t.range=this.range.slice()),t}}const Qr=Symbol("break visit"),RF=Symbol("skip children"),rs=Symbol("remove node");function Gl(e,t){const n=TF(t);Pp(e)?Kc(null,e.contents,n,Object.freeze([e]))===rs&&(e.contents=null):Kc(null,e,n,Object.freeze([]))}Gl.BREAK=Qr;Gl.SKIP=RF;Gl.REMOVE=rs;function Kc(e,t,n,r){const o=OF(e,t,n,r);if(Wn(o)||In(o))return LF(e,r,o),Kc(e,o,n,r);if(typeof o!="symbol"){if(On(t)){r=Object.freeze(r.concat(t));for(let i=0;i<t.items.length;++i){const s=Kc(i,t.items[i],n,r);if(typeof s=="number")i=s-1;else{if(s===Qr)return Qr;s===rs&&(t.items.splice(i,1),i-=1)}}}else if(In(t)){r=Object.freeze(r.concat(t));const i=Kc("key",t.key,n,r);if(i===Qr)return Qr;i===rs&&(t.key=null);const s=Kc("value",t.value,n,r);if(s===Qr)return Qr;s===rs&&(t.value=null)}}return o}function ty(e,t){return dt(this,null,function*(){const n=TF(t);Pp(e)?(yield qc(null,e.contents,n,Object.freeze([e])))===rs&&(e.contents=null):yield qc(null,e,n,Object.freeze([]))})}ty.BREAK=Qr;ty.SKIP=RF;ty.REMOVE=rs;function qc(e,t,n,r){return dt(this,null,function*(){const o=yield OF(e,t,n,r);if(Wn(o)||In(o))return LF(e,r,o),qc(e,o,n,r);if(typeof o!="symbol"){if(On(t)){r=Object.freeze(r.concat(t));for(let i=0;i<t.items.length;++i){const s=yield qc(i,t.items[i],n,r);if(typeof s=="number")i=s-1;else{if(s===Qr)return Qr;s===rs&&(t.items.splice(i,1),i-=1)}}}else if(In(t)){r=Object.freeze(r.concat(t));const i=yield qc("key",t.key,n,r);if(i===Qr)return Qr;i===rs&&(t.key=null);const s=yield qc("value",t.value,n,r);if(s===Qr)return Qr;s===rs&&(t.value=null)}}return o})}function TF(e){return typeof e=="object"&&(e.Collection||e.Node||e.Value)?Object.assign({Alias:e.Node,Map:e.Node,Scalar:e.Node,Seq:e.Node},e.Value&&{Map:e.Value,Scalar:e.Value,Seq:e.Value},e.Collection&&{Map:e.Collection,Seq:e.Collection},e):e}function OF(e,t,n,r){var o,i,s,a,c;if(typeof n=="function")return n(e,t,r);if(nc(t))return(o=n.Map)==null?void 0:o.call(n,e,t,r);if(Yu(t))return(i=n.Seq)==null?void 0:i.call(n,e,t,r);if(In(t))return(s=n.Pair)==null?void 0:s.call(n,e,t,r);if(mn(t))return(a=n.Scalar)==null?void 0:a.call(n,e,t,r);if(tc(t))return(c=n.Alias)==null?void 0:c.call(n,e,t,r)}function LF(e,t,n){const r=t[t.length-1];if(On(r))r.items[e]=n;else if(In(r))e==="key"?r.key=n:r.value=n;else if(Pp(r))r.contents=n;else{const o=tc(r)?"alias":"scalar";throw new Error(`Cannot replace node with ${o} parent`)}}const Mme={"!":"%21",",":"%2C","[":"%5B","]":"%5D","{":"%7B","}":"%7D"},Rme=e=>e.replace(/[!,[\]{}]/g,t=>Mme[t]);class zr{constructor(t,n){this.docStart=null,this.docEnd=!1,this.yaml=Object.assign({},zr.defaultYaml,t),this.tags=Object.assign({},zr.defaultTags,n)}clone(){const t=new zr(this.yaml,this.tags);return t.docStart=this.docStart,t}atDocument(){const t=new zr(this.yaml,this.tags);switch(this.yaml.version){case"1.1":this.atNextDocument=!0;break;case"1.2":this.atNextDocument=!1,this.yaml={explicit:zr.defaultYaml.explicit,version:"1.2"},this.tags=Object.assign({},zr.defaultTags);break}return t}add(t,n){this.atNextDocument&&(this.yaml={explicit:zr.defaultYaml.explicit,version:"1.1"},this.tags=Object.assign({},zr.defaultTags),this.atNextDocument=!1);const r=t.trim().split(/[ \t]+/),o=r.shift();switch(o){case"%TAG":{if(r.length!==2&&(n(0,"%TAG directive should contain exactly two parts"),r.length<2))return!1;const[i,s]=r;return this.tags[i]=s,!0}case"%YAML":{if(this.yaml.explicit=!0,r.length!==1)return n(0,"%YAML directive should contain exactly one part"),!1;const[i]=r;if(i==="1.1"||i==="1.2")return this.yaml.version=i,!0;{const s=/^\d+\.\d+$/.test(i);return n(6,`Unsupported YAML version ${i}`,s),!1}}default:return n(0,`Unknown directive ${o}`,!0),!1}}tagName(t,n){if(t==="!")return"!";if(t[0]!=="!")return n(`Not a valid tag: ${t}`),null;if(t[1]==="<"){const s=t.slice(2,-1);return s==="!"||s==="!!"?(n(`Verbatim tags aren't resolved, so ${t} is invalid.`),null):(t[t.length-1]!==">"&&n("Verbatim tags must end with a >"),s)}const[,r,o]=t.match(/^(.*!)([^!]*)$/);o||n(`The ${t} tag has no suffix`);const i=this.tags[r];return i?i+decodeURIComponent(o):r==="!"?t:(n(`Could not resolve tag: ${t}`),null)}tagString(t){for(const[n,r]of Object.entries(this.tags))if(t.startsWith(r))return n+Rme(t.substring(r.length));return t[0]==="!"?t:`!<${t}>`}toString(t){const n=this.yaml.explicit?[`%YAML ${this.yaml.version||"1.2"}`]:[],r=Object.entries(this.tags);let o;if(t&&r.length>0&&Wn(t.contents)){const i={};Gl(t.contents,(s,a)=>{Wn(a)&&a.tag&&(i[a.tag]=!0)}),o=Object.keys(i)}else o=[];for(const[i,s]of r)i==="!!"&&s==="tag:yaml.org,2002:"||(!t||o.some(a=>a.startsWith(s)))&&n.push(`%TAG ${i} ${s}`);return n.join(`
|
|
341
|
+
`)}}zr.defaultYaml={explicit:!1,version:"1.2"};zr.defaultTags={"!!":"tag:yaml.org,2002:"};function AF(e){if(/[\x00-\x19\s,[\]{}]/.test(e)){const n=`Anchor must not contain whitespace or control characters: ${JSON.stringify(e)}`;throw new Error(n)}return!0}function FF(e){const t=new Set;return Gl(e,{Value(n,r){r.anchor&&t.add(r.anchor)}}),t}function NF(e,t){for(let n=1;;++n){const r=`${e}${n}`;if(!t.has(r))return r}}function Tme(e,t){const n=[],r=new Map;let o=null;return{onAnchor:i=>{n.push(i),o||(o=FF(e));const s=NF(t,o);return o.add(s),s},setAnchors:()=>{for(const i of n){const s=r.get(i);if(typeof s=="object"&&s.anchor&&(mn(s.node)||On(s.node)))s.node.anchor=s.anchor;else{const a=new Error("Failed to resolve repeated object (this should not happen)");throw a.source=i,a}}},sourceObjects:r}}class ny extends jS{constructor(t){super(zS),this.source=t,Object.defineProperty(this,"tag",{set(){throw new Error("Alias nodes cannot have tags")}})}resolve(t){let n;return Gl(t,{Node:(r,o)=>{if(o===this)return Gl.BREAK;o.anchor===this.source&&(n=o)}}),n}toJSON(t,n){if(!n)return{source:this.source};const{anchors:r,doc:o,maxAliasCount:i}=n,s=this.resolve(o);if(!s){const c=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new ReferenceError(c)}const a=r.get(s);if(!a||a.res===void 0){const c="This should not happen: Alias anchor was not resolved?";throw new ReferenceError(c)}if(i>=0&&(a.count+=1,a.aliasCount===0&&(a.aliasCount=wm(o,s,r)),a.count*a.aliasCount>i)){const c="Excessive alias count indicates a resource exhaustion attack";throw new ReferenceError(c)}return a.res}toString(t,n,r){const o=`*${this.source}`;if(t){if(AF(this.source),t.options.verifyAliasOrder&&!t.anchors.has(this.source)){const i=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new Error(i)}if(t.implicitKey)return`${o} `}return o}}function wm(e,t,n){if(tc(t)){const r=t.resolve(e),o=n&&r&&n.get(r);return o?o.count*o.aliasCount:0}else if(On(t)){let r=0;for(const o of t.items){const i=wm(e,o,n);i>r&&(r=i)}return r}else if(In(t)){const r=wm(e,t.key,n),o=wm(e,t.value,n);return Math.max(r,o)}return 1}function os(e,t,n){if(Array.isArray(e))return e.map((r,o)=>os(r,String(o),n));if(e&&typeof e.toJSON=="function"){if(!n||!$me(e))return e.toJSON(t,n);const r={aliasCount:0,count:1,res:void 0};n.anchors.set(e,r),n.onCreate=i=>{r.res=i,delete n.onCreate};const o=e.toJSON(t,n);return n.onCreate&&n.onCreate(o),o}return typeof e=="bigint"&&!(n!=null&&n.keep)?Number(e):e}const DF=e=>!e||typeof e!="function"&&typeof e!="object";class Pt extends jS{constructor(t){super(js),this.value=t}toJSON(t,n){return n!=null&&n.keep?this.value:os(this.value,t,n)}toString(){return String(this.value)}}Pt.BLOCK_FOLDED="BLOCK_FOLDED";Pt.BLOCK_LITERAL="BLOCK_LITERAL";Pt.PLAIN="PLAIN";Pt.QUOTE_DOUBLE="QUOTE_DOUBLE";Pt.QUOTE_SINGLE="QUOTE_SINGLE";const Ome="tag:yaml.org,2002:";function Lme(e,t,n){var r;if(t){const o=n.filter(s=>s.tag===t),i=(r=o.find(s=>!s.format))!=null?r:o[0];if(!i)throw new Error(`Tag ${t} not found`);return i}return n.find(o=>{var i;return((i=o.identify)==null?void 0:i.call(o,e))&&!o.format})}function Qf(e,t,n){var h,m;if(Pp(e)&&(e=e.contents),Wn(e))return e;if(In(e)){const v=(m=(h=n.schema[Ll]).createNode)==null?void 0:m.call(h,n.schema,null,n);return v.items.push(e),v}(e instanceof String||e instanceof Number||e instanceof Boolean||typeof BigInt!="undefined"&&e instanceof BigInt)&&(e=e.valueOf());const{aliasDuplicateObjects:r,onAnchor:o,onTagObj:i,schema:s,sourceObjects:a}=n;let c;if(r&&e&&typeof e=="object"){if(c=a.get(e),c)return c.anchor||(c.anchor=o(e)),new ny(c.anchor);c={anchor:null,node:null},a.set(e,c)}t!=null&&t.startsWith("!!")&&(t=Ome+t.slice(2));let d=Lme(e,t,s.tags);if(!d){if(e&&typeof e.toJSON=="function"&&(e=e.toJSON()),!e||typeof e!="object"){const v=new Pt(e);return c&&(c.node=v),v}d=e instanceof Map?s[Ll]:Symbol.iterator in Object(e)?s[qu]:s[Ll]}i&&(i(d),delete n.onTagObj);const p=d!=null&&d.createNode?d.createNode(n.schema,e,n):new Pt(e);return t&&(p.tag=t),c&&(c.node=p),p}function yg(e,t,n){let r=n;for(let o=t.length-1;o>=0;--o){const i=t[o];if(typeof i=="number"&&Number.isInteger(i)&&i>=0){const s=[];s[i]=r,r=s}else r=new Map([[i,r]])}return Qf(r,void 0,{aliasDuplicateObjects:!1,keepUndefined:!1,onAnchor:()=>{throw new Error("This should not happen, please report a bug.")},schema:e,sourceObjects:new Map})}const Wd=e=>e==null||typeof e=="object"&&!!e[Symbol.iterator]().next().done;class ry extends jS{constructor(t,n){super(t),Object.defineProperty(this,"schema",{value:n,configurable:!0,enumerable:!1,writable:!0})}clone(t){const n=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return t&&(n.schema=t),n.items=n.items.map(r=>Wn(r)||In(r)?r.clone(t):r),this.range&&(n.range=this.range.slice()),n}addIn(t,n){if(Wd(t))this.add(n);else{const[r,...o]=t,i=this.get(r,!0);if(On(i))i.addIn(o,n);else if(i===void 0&&this.schema)this.set(r,yg(this.schema,o,n));else throw new Error(`Expected YAML collection at ${r}. Remaining path: ${o}`)}}deleteIn(t){const[n,...r]=t;if(r.length===0)return this.delete(n);const o=this.get(n,!0);if(On(o))return o.deleteIn(r);throw new Error(`Expected YAML collection at ${n}. Remaining path: ${r}`)}getIn(t,n){const[r,...o]=t,i=this.get(r,!0);return o.length===0?!n&&mn(i)?i.value:i:On(i)?i.getIn(o,n):void 0}hasAllNullValues(t){return this.items.every(n=>{if(!In(n))return!1;const r=n.value;return r==null||t&&mn(r)&&r.value==null&&!r.commentBefore&&!r.comment&&!r.tag})}hasIn(t){const[n,...r]=t;if(r.length===0)return this.has(n);const o=this.get(n,!0);return On(o)?o.hasIn(r):!1}setIn(t,n){const[r,...o]=t;if(o.length===0)this.set(r,n);else{const i=this.get(r,!0);if(On(i))i.setIn(o,n);else if(i===void 0&&this.schema)this.set(r,yg(this.schema,o,n));else throw new Error(`Expected YAML collection at ${r}. Remaining path: ${o}`)}}}ry.maxFlowStringSingleLineLength=60;const Ame=e=>e.replace(/^(?!$)(?: $)?/gm,"#");function Ms(e,t){return/^\n+$/.test(e)?e.substring(1):t?e.replace(/^(?! *$)/gm,t):e}const xl=(e,t,n)=>e.endsWith(`
|
|
342
|
+
`)?Ms(n,t):n.includes(`
|
|
343
|
+
`)?`
|
|
344
|
+
`+Ms(n,t):(e.endsWith(" ")?"":" ")+n,BF="flow",ww="block",Cm="quoted";function oy(e,t,n="flow",{indentAtStart:r,lineWidth:o=80,minContentWidth:i=20,onFold:s,onOverflow:a}={}){if(!o||o<0)return e;const c=Math.max(1+i,1+o-t.length);if(e.length<=c)return e;const d=[],p={};let h=o-t.length;typeof r=="number"&&(r>o-Math.max(2,i)?d.push(0):h=o-r);let m,v,b=!1,g=-1,x=-1,C=-1;n===ww&&(g=eM(e,g),g!==-1&&(h=g+c));for(let w;w=e[g+=1];){if(n===Cm&&w==="\\"){switch(x=g,e[g+1]){case"x":g+=3;break;case"u":g+=5;break;case"U":g+=9;break;default:g+=1}C=g}if(w===`
|
|
345
|
+
`)n===ww&&(g=eM(e,g)),h=g+c,m=void 0;else{if(w===" "&&v&&v!==" "&&v!==`
|
|
346
|
+
`&&v!==" "){const S=e[g+1];S&&S!==" "&&S!==`
|
|
347
|
+
`&&S!==" "&&(m=g)}if(g>=h)if(m)d.push(m),h=m+c,m=void 0;else if(n===Cm){for(;v===" "||v===" ";)v=w,w=e[g+=1],b=!0;const S=g>C+1?g-2:x-1;if(p[S])return e;d.push(S),p[S]=!0,h=S+c,m=void 0}else b=!0}v=w}if(b&&a&&a(),d.length===0)return e;s&&s();let E=e.slice(0,d[0]);for(let w=0;w<d.length;++w){const S=d[w],k=d[w+1]||e.length;S===0?E=`
|
|
348
|
+
${t}${e.slice(0,k)}`:(n===Cm&&p[S]&&(E+=`${e[S]}\\`),E+=`
|
|
349
|
+
${t}${e.slice(S+1,k)}`)}return E}function eM(e,t){let n=e[t+1];for(;n===" "||n===" ";){do n=e[t+=1];while(n&&n!==`
|
|
350
|
+
`);n=e[t+1]}return t}const iy=e=>({indentAtStart:e.indentAtStart,lineWidth:e.options.lineWidth,minContentWidth:e.options.minContentWidth}),sy=e=>/^(%|---|\.\.\.)/m.test(e);function Fme(e,t,n){if(!t||t<0)return!1;const r=t-n,o=e.length;if(o<=r)return!1;for(let i=0,s=0;i<o;++i)if(e[i]===`
|
|
351
|
+
`){if(i-s>r)return!0;if(s=i+1,o-s<=r)return!1}return!0}function pf(e,t){const n=JSON.stringify(e);if(t.options.doubleQuotedAsJSON)return n;const{implicitKey:r}=t,o=t.options.doubleQuotedMinMultiLineLength,i=t.indent||(sy(e)?" ":"");let s="",a=0;for(let c=0,d=n[c];d;d=n[++c])if(d===" "&&n[c+1]==="\\"&&n[c+2]==="n"&&(s+=n.slice(a,c)+"\\ ",c+=1,a=c,d="\\"),d==="\\")switch(n[c+1]){case"u":{s+=n.slice(a,c);const p=n.substr(c+2,4);switch(p){case"0000":s+="\\0";break;case"0007":s+="\\a";break;case"000b":s+="\\v";break;case"001b":s+="\\e";break;case"0085":s+="\\N";break;case"00a0":s+="\\_";break;case"2028":s+="\\L";break;case"2029":s+="\\P";break;default:p.substr(0,2)==="00"?s+="\\x"+p.substr(2):s+=n.substr(c,6)}c+=5,a=c+1}break;case"n":if(r||n[c+2]==='"'||n.length<o)c+=1;else{for(s+=n.slice(a,c)+`
|
|
352
|
+
|
|
353
|
+
`;n[c+2]==="\\"&&n[c+3]==="n"&&n[c+4]!=='"';)s+=`
|
|
354
|
+
`,c+=2;s+=i,n[c+2]===" "&&(s+="\\"),c+=1,a=c+1}break;default:c+=1}return s=a?s+n.slice(a):n,r?s:oy(s,i,Cm,iy(t))}function Cw(e,t){if(t.options.singleQuote===!1||t.implicitKey&&e.includes(`
|
|
355
|
+
`)||/[ \t]\n|\n[ \t]/.test(e))return pf(e,t);const n=t.indent||(sy(e)?" ":""),r="'"+e.replace(/'/g,"''").replace(/\n+/g,`$&
|
|
356
|
+
${n}`)+"'";return t.implicitKey?r:oy(r,n,BF,iy(t))}function Yc(e,t){const{singleQuote:n}=t.options;let r;if(n===!1)r=pf;else{const o=e.includes('"'),i=e.includes("'");o&&!i?r=Cw:i&&!o?r=pf:r=n?Cw:pf}return r(e,t)}function xm({comment:e,type:t,value:n},r,o,i){const{blockQuote:s,commentString:a,lineWidth:c}=r.options;if(!s||/\n[\t ]+$/.test(n)||/^\s*$/.test(n))return Yc(n,r);const d=r.indent||(r.forceBlockIndent||sy(n)?" ":""),p=s==="literal"?!0:s==="folded"||t===Pt.BLOCK_FOLDED?!1:t===Pt.BLOCK_LITERAL?!0:!Fme(n,c,d.length);if(!n)return p?`|
|
|
357
|
+
`:`>
|
|
358
|
+
`;let h,m;for(m=n.length;m>0;--m){const _=n[m-1];if(_!==`
|
|
359
|
+
`&&_!==" "&&_!==" ")break}let v=n.substring(m);const b=v.indexOf(`
|
|
360
|
+
`);b===-1?h="-":n===v||b!==v.length-1?(h="+",i&&i()):h="",v&&(n=n.slice(0,-v.length),v[v.length-1]===`
|
|
361
|
+
`&&(v=v.slice(0,-1)),v=v.replace(/\n+(?!\n|$)/g,`$&${d}`));let g=!1,x,C=-1;for(x=0;x<n.length;++x){const _=n[x];if(_===" ")g=!0;else if(_===`
|
|
362
|
+
`)C=x;else break}let E=n.substring(0,C<x?C+1:x);E&&(n=n.substring(E.length),E=E.replace(/\n+/g,`$&${d}`));let S=(p?"|":">")+(g?d?"2":"1":"")+h;if(e&&(S+=" "+a(e.replace(/ ?[\r\n]+/g," ")),o&&o()),p)return n=n.replace(/\n+/g,`$&${d}`),`${S}
|
|
363
|
+
${d}${E}${n}${v}`;n=n.replace(/\n+/g,`
|
|
364
|
+
$&`).replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g,"$1$2").replace(/\n+/g,`$&${d}`);const k=oy(`${E}${n}${v}`,d,ww,iy(r));return`${S}
|
|
365
|
+
${d}${k}`}function Nme(e,t,n,r){const{type:o,value:i}=e,{actualString:s,implicitKey:a,indent:c,indentStep:d,inFlow:p}=t;if(a&&/[\n[\]{},]/.test(i)||p&&/[[\]{},]/.test(i))return Yc(i,t);if(!i||/^[\n\t ,[\]{}#&*!|>'"%@`]|^[?-]$|^[?-][ \t]|[\n:][ \t]|[ \t]\n|[\n\t ]#|[\n\t :]$/.test(i))return a||p||!i.includes(`
|
|
366
|
+
`)?Yc(i,t):xm(e,t,n,r);if(!a&&!p&&o!==Pt.PLAIN&&i.includes(`
|
|
367
|
+
`))return xm(e,t,n,r);if(sy(i)){if(c==="")return t.forceBlockIndent=!0,xm(e,t,n,r);if(a&&c===d)return Yc(i,t)}const h=i.replace(/\n+/g,`$&
|
|
368
|
+
${c}`);if(s){const m=g=>{var x;return g.default&&g.tag!=="tag:yaml.org,2002:str"&&((x=g.test)==null?void 0:x.test(h))},{compat:v,tags:b}=t.doc.schema;if(b.some(m)||v!=null&&v.some(m))return Yc(i,t)}return a?h:oy(h,c,BF,iy(t))}function kp(e,t,n,r){const{implicitKey:o,inFlow:i}=t,s=typeof e.value=="string"?e:Object.assign({},e,{value:String(e.value)});let{type:a}=e;a!==Pt.QUOTE_DOUBLE&&/[\x00-\x08\x0b-\x1f\x7f-\x9f\u{D800}-\u{DFFF}]/u.test(s.value)&&(a=Pt.QUOTE_DOUBLE);const c=p=>{switch(p){case Pt.BLOCK_FOLDED:case Pt.BLOCK_LITERAL:return o||i?Yc(s.value,t):xm(s,t,n,r);case Pt.QUOTE_DOUBLE:return pf(s.value,t);case Pt.QUOTE_SINGLE:return Cw(s.value,t);case Pt.PLAIN:return Nme(s,t,n,r);default:return null}};let d=c(a);if(d===null){const{defaultKeyType:p,defaultStringType:h}=t.options,m=o&&p||h;if(d=c(m),d===null)throw new Error(`Unsupported default string type ${m}`)}return d}function zF(e,t){const n=Object.assign({blockQuote:!0,commentString:Ame,defaultKeyType:null,defaultStringType:"PLAIN",directives:null,doubleQuotedAsJSON:!1,doubleQuotedMinMultiLineLength:40,falseStr:"false",flowCollectionPadding:!0,indentSeq:!0,lineWidth:80,minContentWidth:20,nullStr:"null",simpleKeys:!1,singleQuote:null,trueStr:"true",verifyAliasOrder:!0},e.schema.toStringOptions,t);let r;switch(n.collectionStyle){case"block":r=!1;break;case"flow":r=!0;break;default:r=null}return{anchors:new Set,doc:e,flowCollectionPadding:n.flowCollectionPadding?" ":"",indent:"",indentStep:typeof n.indent=="number"?" ".repeat(n.indent):" ",inFlow:r,options:n}}function Dme(e,t){var o,i,s,a;if(t.tag){const c=e.filter(d=>d.tag===t.tag);if(c.length>0)return(o=c.find(d=>d.format===t.format))!=null?o:c[0]}let n,r;if(mn(t)){r=t.value;const c=e.filter(d=>{var p;return(p=d.identify)==null?void 0:p.call(d,r)});n=(i=c.find(d=>d.format===t.format))!=null?i:c.find(d=>!d.format)}else r=t,n=e.find(c=>c.nodeClass&&r instanceof c.nodeClass);if(!n){const c=(a=(s=r==null?void 0:r.constructor)==null?void 0:s.name)!=null?a:typeof r;throw new Error(`Tag not resolved for ${c} value`)}return n}function Bme(e,t,{anchors:n,doc:r}){if(!r.directives)return"";const o=[],i=(mn(e)||On(e))&&e.anchor;i&&AF(i)&&(n.add(i),o.push(`&${i}`));const s=e.tag?e.tag:t.default?null:t.tag;return s&&o.push(r.directives.tagString(s)),o.join(" ")}function Va(e,t,n,r){var c,d;if(In(e))return e.toString(t,n,r);if(tc(e)){if(t.doc.directives)return e.toString(t);if((c=t.resolvedAliases)!=null&&c.has(e))throw new TypeError("Cannot stringify circular structure without alias nodes");t.resolvedAliases?t.resolvedAliases.add(e):t.resolvedAliases=new Set([e]),e=e.resolve(t.doc)}let o;const i=Wn(e)?e:t.doc.createNode(e,{onTagObj:p=>o=p});o||(o=Dme(t.doc.schema.tags,i));const s=Bme(i,o,t);s.length>0&&(t.indentAtStart=((d=t.indentAtStart)!=null?d:0)+s.length+1);const a=typeof o.stringify=="function"?o.stringify(i,t,n,r):mn(i)?kp(i,t,n,r):i.toString(t,n,r);return s?mn(i)||a[0]==="{"||a[0]==="["?`${s} ${a}`:`${s}
|
|
369
|
+
${t.indent}${a}`:a}function zme({key:e,value:t},n,r,o){var I,M;const{allNullValues:i,doc:s,indent:a,indentStep:c,options:{commentString:d,indentSeq:p,simpleKeys:h}}=n;let m=Wn(e)&&e.comment||null;if(h){if(m)throw new Error("With simple keys, key nodes cannot have comments");if(On(e)){const R="With simple keys, collection cannot be used as a key value";throw new Error(R)}}let v=!h&&(!e||m&&t==null&&!n.inFlow||On(e)||(mn(e)?e.type===Pt.BLOCK_FOLDED||e.type===Pt.BLOCK_LITERAL:typeof e=="object"));n=Object.assign({},n,{allNullValues:!1,implicitKey:!v&&(h||!i),indent:a+c});let b=!1,g=!1,x=Va(e,n,()=>b=!0,()=>g=!0);if(!v&&!n.inFlow&&x.length>1024){if(h)throw new Error("With simple keys, single line scalar must not span more than 1024 characters");v=!0}if(n.inFlow){if(i||t==null)return b&&r&&r(),x===""?"?":v?`? ${x}`:x}else if(i&&!h||t==null&&v)return x=`? ${x}`,m&&!b?x+=xl(x,n.indent,d(m)):g&&o&&o(),x;b&&(m=null),v?(m&&(x+=xl(x,n.indent,d(m))),x=`? ${x}
|
|
370
|
+
${a}:`):(x=`${x}:`,m&&(x+=xl(x,n.indent,d(m))));let C,E,w;Wn(t)?(C=!!t.spaceBefore,E=t.commentBefore,w=t.comment):(C=!1,E=null,w=null,t&&typeof t=="object"&&(t=s.createNode(t))),n.implicitKey=!1,!v&&!m&&mn(t)&&(n.indentAtStart=x.length+1),g=!1,!p&&c.length>=2&&!n.inFlow&&!v&&Yu(t)&&!t.flow&&!t.tag&&!t.anchor&&(n.indent=n.indent.substring(2));let S=!1;const k=Va(t,n,()=>S=!0,()=>g=!0);let _=" ";if(m||C||E){if(_=C?`
|
|
371
|
+
`:"",E){const R=d(E);_+=`
|
|
372
|
+
${Ms(R,n.indent)}`}k===""&&!n.inFlow?_===`
|
|
373
|
+
`&&(_=`
|
|
374
|
+
|
|
375
|
+
`):_+=`
|
|
376
|
+
${n.indent}`}else if(!v&&On(t)){const R=k[0],T=k.indexOf(`
|
|
377
|
+
`),L=T!==-1,H=(M=(I=n.inFlow)!=null?I:t.flow)!=null?M:t.items.length===0;if(L||!H){let j=!1;if(L&&(R==="&"||R==="!")){let A=k.indexOf(" ");R==="&"&&A!==-1&&A<T&&k[A+1]==="!"&&(A=k.indexOf(" ",A+1)),(A===-1||T<A)&&(j=!0)}j||(_=`
|
|
378
|
+
${n.indent}`)}}else(k===""||k[0]===`
|
|
379
|
+
`)&&(_="");return x+=_+k,n.inFlow?S&&r&&r():w&&!S?x+=xl(x,n.indent,d(w)):g&&o&&o(),x}function jF(e,t){(e==="debug"||e==="warn")&&(typeof process!="undefined"&&process.emitWarning?process.emitWarning(t):console.warn(t))}const tM="<<";function HF(e,t,{key:n,value:r}){if(e!=null&&e.doc.schema.merge&&jme(n))if(r=tc(r)?r.resolve(e.doc):r,Yu(r))for(const o of r.items)k1(e,t,o);else if(Array.isArray(r))for(const o of r)k1(e,t,o);else k1(e,t,r);else{const o=os(n,"",e);if(t instanceof Map)t.set(o,os(r,o,e));else if(t instanceof Set)t.add(o);else{const i=Hme(n,o,e),s=os(r,i,e);i in t?Object.defineProperty(t,i,{value:s,writable:!0,enumerable:!0,configurable:!0}):t[i]=s}}return t}const jme=e=>e===tM||mn(e)&&e.value===tM&&(!e.type||e.type===Pt.PLAIN);function k1(e,t,n){const r=e&&tc(n)?n.resolve(e.doc):n;if(!nc(r))throw new Error("Merge sources must be maps or map aliases");const o=r.toJSON(null,e,Map);for(const[i,s]of o)t instanceof Map?t.has(i)||t.set(i,s):t instanceof Set?t.add(i):Object.prototype.hasOwnProperty.call(t,i)||Object.defineProperty(t,i,{value:s,writable:!0,enumerable:!0,configurable:!0});return t}function Hme(e,t,n){if(t===null)return"";if(typeof t!="object")return String(t);if(Wn(e)&&n&&n.doc){const r=zF(n.doc,{});r.anchors=new Set;for(const i of n.anchors.keys())r.anchors.add(i.anchor);r.inFlow=!0,r.inStringifyKey=!0;const o=e.toString(r);if(!n.mapKeyWarned){let i=JSON.stringify(o);i.length>40&&(i=i.substring(0,36)+'..."'),jF(n.doc.options.logLevel,`Keys with collection values will be stringified due to JS Object restrictions: ${i}. Set mapAsMap: true to use object keys.`),n.mapKeyWarned=!0}return o}return JSON.stringify(t)}function HS(e,t,n){const r=Qf(e,void 0,n),o=Qf(t,void 0,n);return new Tr(r,o)}class Tr{constructor(t,n=null){Object.defineProperty(this,ii,{value:MF}),this.key=t,this.value=n}clone(t){let{key:n,value:r}=this;return Wn(n)&&(n=n.clone(t)),Wn(r)&&(r=r.clone(t)),new Tr(n,r)}toJSON(t,n){const r=n!=null&&n.mapAsMap?new Map:{};return HF(n,r,this)}toString(t,n,r){return t!=null&&t.doc?zme(this,t,n,r):JSON.stringify(this)}}function VF(e,t,n){var i;return(((i=t.inFlow)!=null?i:e.flow)?Ume:Vme)(e,t,n)}function Vme({comment:e,items:t},n,{blockItemPrefix:r,flowChars:o,itemIndent:i,onChompKeep:s,onComment:a}){const{indent:c,options:{commentString:d}}=n,p=Object.assign({},n,{indent:i,type:null});let h=!1;const m=[];for(let b=0;b<t.length;++b){const g=t[b];let x=null;if(Wn(g))!h&&g.spaceBefore&&m.push(""),bg(n,m,g.commentBefore,h),g.comment&&(x=g.comment);else if(In(g)){const E=Wn(g.key)?g.key:null;E&&(!h&&E.spaceBefore&&m.push(""),bg(n,m,E.commentBefore,h))}h=!1;let C=Va(g,p,()=>x=null,()=>h=!0);x&&(C+=xl(C,i,d(x))),h&&x&&(h=!1),m.push(r+C)}let v;if(m.length===0)v=o.start+o.end;else{v=m[0];for(let b=1;b<m.length;++b){const g=m[b];v+=g?`
|
|
380
|
+
${c}${g}`:`
|
|
381
|
+
`}}return e?(v+=`
|
|
382
|
+
`+Ms(d(e),c),a&&a()):h&&s&&s(),v}function Ume({comment:e,items:t},n,{flowChars:r,itemIndent:o,onComment:i}){const{indent:s,indentStep:a,flowCollectionPadding:c,options:{commentString:d}}=n;o+=a;const p=Object.assign({},n,{indent:o,inFlow:!0,type:null});let h=!1,m=0;const v=[];for(let C=0;C<t.length;++C){const E=t[C];let w=null;if(Wn(E))E.spaceBefore&&v.push(""),bg(n,v,E.commentBefore,!1),E.comment&&(w=E.comment);else if(In(E)){const k=Wn(E.key)?E.key:null;k&&(k.spaceBefore&&v.push(""),bg(n,v,k.commentBefore,!1),k.comment&&(h=!0));const _=Wn(E.value)?E.value:null;_?(_.comment&&(w=_.comment),_.commentBefore&&(h=!0)):E.value==null&&k&&k.comment&&(w=k.comment)}w&&(h=!0);let S=Va(E,p,()=>w=null);C<t.length-1&&(S+=","),w&&(S+=xl(S,o,d(w))),!h&&(v.length>m||S.includes(`
|
|
383
|
+
`))&&(h=!0),v.push(S),m=v.length}let b;const{start:g,end:x}=r;if(v.length===0)b=g+x;else if(h||(h=v.reduce((E,w)=>E+w.length+2,2)>ry.maxFlowStringSingleLineLength),h){b=g;for(const C of v)b+=C?`
|
|
384
|
+
${a}${s}${C}`:`
|
|
385
|
+
`;b+=`
|
|
386
|
+
${s}${x}`}else b=`${g}${c}${v.join(" ")}${c}${x}`;return e&&(b+=xl(b,d(e),s),i&&i()),b}function bg({indent:e,options:{commentString:t}},n,r,o){if(r&&o&&(r=r.replace(/^\n+/,"")),r){const i=Ms(t(r),e);n.push(i.trimStart())}}function Ca(e,t){const n=mn(t)?t.value:t;for(const r of e)if(In(r)&&(r.key===t||r.key===n||mn(r.key)&&r.key.value===n))return r}class qo extends ry{static get tagName(){return"tag:yaml.org,2002:map"}constructor(t){super(Ll,t),this.items=[]}add(t,n){var s;let r;In(t)?r=t:!t||typeof t!="object"||!("key"in t)?r=new Tr(t,t==null?void 0:t.value):r=new Tr(t.key,t.value);const o=Ca(this.items,r.key),i=(s=this.schema)==null?void 0:s.sortMapEntries;if(o){if(!n)throw new Error(`Key ${r.key} already set`);mn(o.value)&&DF(r.value)?o.value.value=r.value:o.value=r.value}else if(i){const a=this.items.findIndex(c=>i(r,c)<0);a===-1?this.items.push(r):this.items.splice(a,0,r)}else this.items.push(r)}delete(t){const n=Ca(this.items,t);return n?this.items.splice(this.items.indexOf(n),1).length>0:!1}get(t,n){var i;const r=Ca(this.items,t),o=r==null?void 0:r.value;return(i=!n&&mn(o)?o.value:o)!=null?i:void 0}has(t){return!!Ca(this.items,t)}set(t,n){this.add(new Tr(t,n),!0)}toJSON(t,n,r){const o=r?new r:n!=null&&n.mapAsMap?new Map:{};n!=null&&n.onCreate&&n.onCreate(o);for(const i of this.items)HF(n,o,i);return o}toString(t,n,r){if(!t)return JSON.stringify(this);for(const o of this.items)if(!In(o))throw new Error(`Map items must all be pairs; found ${JSON.stringify(o)} instead`);return!t.allNullValues&&this.hasAllNullValues(!1)&&(t=Object.assign({},t,{allNullValues:!0})),VF(this,t,{blockItemPrefix:"",flowChars:{start:"{",end:"}"},itemIndent:t.indent||"",onChompKeep:r,onComment:n})}}function Wme(e,t,n){const{keepUndefined:r,replacer:o}=n,i=new qo(e),s=(a,c)=>{if(typeof o=="function")c=o.call(t,a,c);else if(Array.isArray(o)&&!o.includes(a))return;(c!==void 0||r)&&i.items.push(HS(a,c,n))};if(t instanceof Map)for(const[a,c]of t)s(a,c);else if(t&&typeof t=="object")for(const a of Object.keys(t))s(a,t[a]);return typeof e.sortMapEntries=="function"&&i.items.sort(e.sortMapEntries),i}const Xu={collection:"map",createNode:Wme,default:!0,nodeClass:qo,tag:"tag:yaml.org,2002:map",resolve(e,t){return nc(e)||t("Expected a mapping for this tag"),e}};class rc extends ry{static get tagName(){return"tag:yaml.org,2002:seq"}constructor(t){super(qu,t),this.items=[]}add(t){this.items.push(t)}delete(t){const n=Yh(t);return typeof n!="number"?!1:this.items.splice(n,1).length>0}get(t,n){const r=Yh(t);if(typeof r!="number")return;const o=this.items[r];return!n&&mn(o)?o.value:o}has(t){const n=Yh(t);return typeof n=="number"&&n<this.items.length}set(t,n){const r=Yh(t);if(typeof r!="number")throw new Error(`Expected a valid index, not ${t}.`);const o=this.items[r];mn(o)&&DF(n)?o.value=n:this.items[r]=n}toJSON(t,n){const r=[];n!=null&&n.onCreate&&n.onCreate(r);let o=0;for(const i of this.items)r.push(os(i,String(o++),n));return r}toString(t,n,r){return t?VF(this,t,{blockItemPrefix:"- ",flowChars:{start:"[",end:"]"},itemIndent:(t.indent||"")+" ",onChompKeep:r,onComment:n}):JSON.stringify(this)}}function Yh(e){let t=mn(e)?e.value:e;return t&&typeof t=="string"&&(t=Number(t)),typeof t=="number"&&Number.isInteger(t)&&t>=0?t:null}function Gme(e,t,n){const{replacer:r}=n,o=new rc(e);if(t&&Symbol.iterator in Object(t)){let i=0;for(let s of t){if(typeof r=="function"){const a=t instanceof Set?s:String(i++);s=r.call(t,a,s)}o.items.push(Qf(s,void 0,n))}}return o}const Qu={collection:"seq",createNode:Gme,default:!0,nodeClass:rc,tag:"tag:yaml.org,2002:seq",resolve(e,t){return Yu(e)||t("Expected a sequence for this tag"),e}},ly={identify:e=>typeof e=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:e=>e,stringify(e,t,n,r){return t=Object.assign({actualString:!0},t),kp(e,t,n,r)}},ay={identify:e=>e==null,createNode:()=>new Pt(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^(?:~|[Nn]ull|NULL)?$/,resolve:()=>new Pt(null),stringify:({source:e},t)=>typeof e=="string"&&ay.test.test(e)?e:t.options.nullStr},VS={identify:e=>typeof e=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:[Tt]rue|TRUE|[Ff]alse|FALSE)$/,resolve:e=>new Pt(e[0]==="t"||e[0]==="T"),stringify({source:e,value:t},n){if(e&&VS.test.test(e)){const r=e[0]==="t"||e[0]==="T";if(t===r)return e}return t?n.options.trueStr:n.options.falseStr}};function Oi({format:e,minFractionDigits:t,tag:n,value:r}){if(typeof r=="bigint")return String(r);const o=typeof r=="number"?r:Number(r);if(!isFinite(o))return isNaN(o)?".nan":o<0?"-.inf":".inf";let i=JSON.stringify(r);if(!e&&t&&(!n||n==="tag:yaml.org,2002:float")&&/^\d/.test(i)){let s=i.indexOf(".");s<0&&(s=i.length,i+=".");let a=t-(i.length-s-1);for(;a-- >0;)i+="0"}return i}const UF={identify:e=>typeof e=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF|nan|NaN|NAN))$/,resolve:e=>e.slice(-3).toLowerCase()==="nan"?NaN:e[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:Oi},WF={identify:e=>typeof e=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)[eE][-+]?[0-9]+$/,resolve:e=>parseFloat(e),stringify(e){const t=Number(e.value);return isFinite(t)?t.toExponential():Oi(e)}},GF={identify:e=>typeof e=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:\.[0-9]+|[0-9]+\.[0-9]*)$/,resolve(e){const t=new Pt(parseFloat(e)),n=e.indexOf(".");return n!==-1&&e[e.length-1]==="0"&&(t.minFractionDigits=e.length-n-1),t},stringify:Oi},cy=e=>typeof e=="bigint"||Number.isInteger(e),US=(e,t,n,{intAsBigInt:r})=>r?BigInt(e):parseInt(e.substring(t),n);function KF(e,t,n){const{value:r}=e;return cy(r)&&r>=0?n+r.toString(t):Oi(e)}const qF={identify:e=>cy(e)&&e>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^0o[0-7]+$/,resolve:(e,t,n)=>US(e,2,8,n),stringify:e=>KF(e,8,"0o")},YF={identify:cy,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9]+$/,resolve:(e,t,n)=>US(e,0,10,n),stringify:Oi},XF={identify:e=>cy(e)&&e>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^0x[0-9a-fA-F]+$/,resolve:(e,t,n)=>US(e,2,16,n),stringify:e=>KF(e,16,"0x")},Kme=[Xu,Qu,ly,ay,VS,qF,YF,XF,UF,WF,GF];function nM(e){return typeof e=="bigint"||Number.isInteger(e)}const Xh=({value:e})=>JSON.stringify(e),qme=[{identify:e=>typeof e=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:e=>e,stringify:Xh},{identify:e=>e==null,createNode:()=>new Pt(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^null$/,resolve:()=>null,stringify:Xh},{identify:e=>typeof e=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^true|false$/,resolve:e=>e==="true",stringify:Xh},{identify:nM,default:!0,tag:"tag:yaml.org,2002:int",test:/^-?(?:0|[1-9][0-9]*)$/,resolve:(e,t,{intAsBigInt:n})=>n?BigInt(e):parseInt(e,10),stringify:({value:e})=>nM(e)?e.toString():JSON.stringify(e)},{identify:e=>typeof e=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^-?(?:0|[1-9][0-9]*)(?:\.[0-9]*)?(?:[eE][-+]?[0-9]+)?$/,resolve:e=>parseFloat(e),stringify:Xh}],Yme={default:!0,tag:"",test:/^/,resolve(e,t){return t(`Unresolved plain scalar ${JSON.stringify(e)}`),e}},Xme=[Xu,Qu].concat(qme,Yme),WS={identify:e=>e instanceof Uint8Array,default:!1,tag:"tag:yaml.org,2002:binary",resolve(e,t){if(typeof Buffer=="function")return Buffer.from(e,"base64");if(typeof atob=="function"){const n=atob(e.replace(/[\n\r]/g,"")),r=new Uint8Array(n.length);for(let o=0;o<n.length;++o)r[o]=n.charCodeAt(o);return r}else return t("This environment does not support reading binary tags; either Buffer or atob is required"),e},stringify({comment:e,type:t,value:n},r,o,i){const s=n;let a;if(typeof Buffer=="function")a=s instanceof Buffer?s.toString("base64"):Buffer.from(s.buffer).toString("base64");else if(typeof btoa=="function"){let c="";for(let d=0;d<s.length;++d)c+=String.fromCharCode(s[d]);a=btoa(c)}else throw new Error("This environment does not support writing binary tags; either Buffer or btoa is required");if(t||(t=Pt.BLOCK_LITERAL),t!==Pt.QUOTE_DOUBLE){const c=Math.max(r.options.lineWidth-r.indent.length,r.options.minContentWidth),d=Math.ceil(a.length/c),p=new Array(d);for(let h=0,m=0;h<d;++h,m+=c)p[h]=a.substr(m,c);a=p.join(t===Pt.BLOCK_LITERAL?`
|
|
387
|
+
`:" ")}return kp({comment:e,type:t,value:a},r,o,i)}};function QF(e,t){var n;if(Yu(e))for(let r=0;r<e.items.length;++r){let o=e.items[r];if(!In(o)){if(nc(o)){o.items.length>1&&t("Each pair must have its own sequence indicator");const i=o.items[0]||new Tr(new Pt(null));if(o.commentBefore&&(i.key.commentBefore=i.key.commentBefore?`${o.commentBefore}
|
|
388
|
+
${i.key.commentBefore}`:o.commentBefore),o.comment){const s=(n=i.value)!=null?n:i.key;s.comment=s.comment?`${o.comment}
|
|
389
|
+
${s.comment}`:o.comment}o=i}e.items[r]=In(o)?o:new Tr(o)}}else t("Expected a sequence for this tag");return e}function JF(e,t,n){const{replacer:r}=n,o=new rc(e);o.tag="tag:yaml.org,2002:pairs";let i=0;if(t&&Symbol.iterator in Object(t))for(let s of t){typeof r=="function"&&(s=r.call(t,String(i++),s));let a,c;if(Array.isArray(s))if(s.length===2)a=s[0],c=s[1];else throw new TypeError(`Expected [key, value] tuple: ${s}`);else if(s&&s instanceof Object){const d=Object.keys(s);if(d.length===1)a=d[0],c=s[a];else throw new TypeError(`Expected { key: value } tuple: ${s}`)}else a=s;o.items.push(HS(a,c,n))}return o}const GS={collection:"seq",default:!1,tag:"tag:yaml.org,2002:pairs",resolve:QF,createNode:JF};class au extends rc{constructor(){super(),this.add=qo.prototype.add.bind(this),this.delete=qo.prototype.delete.bind(this),this.get=qo.prototype.get.bind(this),this.has=qo.prototype.has.bind(this),this.set=qo.prototype.set.bind(this),this.tag=au.tag}toJSON(t,n){if(!n)return super.toJSON(t);const r=new Map;n!=null&&n.onCreate&&n.onCreate(r);for(const o of this.items){let i,s;if(In(o)?(i=os(o.key,"",n),s=os(o.value,i,n)):i=os(o,"",n),r.has(i))throw new Error("Ordered maps must not include duplicate keys");r.set(i,s)}return r}}au.tag="tag:yaml.org,2002:omap";const KS={collection:"seq",identify:e=>e instanceof Map,nodeClass:au,default:!1,tag:"tag:yaml.org,2002:omap",resolve(e,t){const n=QF(e,t),r=[];for(const{key:o}of n.items)mn(o)&&(r.includes(o.value)?t(`Ordered maps must not include duplicate keys: ${o.value}`):r.push(o.value));return Object.assign(new au,n)},createNode(e,t,n){const r=JF(e,t,n),o=new au;return o.items=r.items,o}};function ZF({value:e,source:t},n){return t&&(e?eN:tN).test.test(t)?t:e?n.options.trueStr:n.options.falseStr}const eN={identify:e=>e===!0,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,resolve:()=>new Pt(!0),stringify:ZF},tN={identify:e=>e===!1,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/i,resolve:()=>new Pt(!1),stringify:ZF},Qme={identify:e=>typeof e=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?\.(?:inf|Inf|INF|nan|NaN|NAN)$/,resolve:e=>e.slice(-3).toLowerCase()==="nan"?NaN:e[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:Oi},Jme={identify:e=>typeof e=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:[0-9][0-9_]*)?(?:\.[0-9_]*)?[eE][-+]?[0-9]+$/,resolve:e=>parseFloat(e.replace(/_/g,"")),stringify(e){const t=Number(e.value);return isFinite(t)?t.toExponential():Oi(e)}},Zme={identify:e=>typeof e=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:[0-9][0-9_]*)?\.[0-9_]*$/,resolve(e){const t=new Pt(parseFloat(e.replace(/_/g,""))),n=e.indexOf(".");if(n!==-1){const r=e.substring(n+1).replace(/_/g,"");r[r.length-1]==="0"&&(t.minFractionDigits=r.length)}return t},stringify:Oi},Ip=e=>typeof e=="bigint"||Number.isInteger(e);function uy(e,t,n,{intAsBigInt:r}){const o=e[0];if((o==="-"||o==="+")&&(t+=1),e=e.substring(t).replace(/_/g,""),r){switch(n){case 2:e=`0b${e}`;break;case 8:e=`0o${e}`;break;case 16:e=`0x${e}`;break}const s=BigInt(e);return o==="-"?BigInt(-1)*s:s}const i=parseInt(e,n);return o==="-"?-1*i:i}function qS(e,t,n){const{value:r}=e;if(Ip(r)){const o=r.toString(t);return r<0?"-"+n+o.substr(1):n+o}return Oi(e)}const ege={identify:Ip,default:!0,tag:"tag:yaml.org,2002:int",format:"BIN",test:/^[-+]?0b[0-1_]+$/,resolve:(e,t,n)=>uy(e,2,2,n),stringify:e=>qS(e,2,"0b")},tge={identify:Ip,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^[-+]?0[0-7_]+$/,resolve:(e,t,n)=>uy(e,1,8,n),stringify:e=>qS(e,8,"0")},nge={identify:Ip,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9][0-9_]*$/,resolve:(e,t,n)=>uy(e,0,10,n),stringify:Oi},rge={identify:Ip,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^[-+]?0x[0-9a-fA-F_]+$/,resolve:(e,t,n)=>uy(e,2,16,n),stringify:e=>qS(e,16,"0x")};class cu extends qo{constructor(t){super(t),this.tag=cu.tag}add(t){let n;In(t)?n=t:t&&typeof t=="object"&&"key"in t&&"value"in t&&t.value===null?n=new Tr(t.key,null):n=new Tr(t,null),Ca(this.items,n.key)||this.items.push(n)}get(t,n){const r=Ca(this.items,t);return!n&&In(r)?mn(r.key)?r.key.value:r.key:r}set(t,n){if(typeof n!="boolean")throw new Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof n}`);const r=Ca(this.items,t);r&&!n?this.items.splice(this.items.indexOf(r),1):!r&&n&&this.items.push(new Tr(t))}toJSON(t,n){return super.toJSON(t,n,Set)}toString(t,n,r){if(!t)return JSON.stringify(this);if(this.hasAllNullValues(!0))return super.toString(Object.assign({},t,{allNullValues:!0}),n,r);throw new Error("Set items must all have null values")}}cu.tag="tag:yaml.org,2002:set";const YS={collection:"map",identify:e=>e instanceof Set,nodeClass:cu,default:!1,tag:"tag:yaml.org,2002:set",resolve(e,t){if(nc(e)){if(e.hasAllNullValues(!0))return Object.assign(new cu,e);t("Set items must all have null values")}else t("Expected a mapping for this tag");return e},createNode(e,t,n){const{replacer:r}=n,o=new cu(e);if(t&&Symbol.iterator in Object(t))for(let i of t)typeof r=="function"&&(i=r.call(t,i,i)),o.items.push(HS(i,null,n));return o}};function XS(e,t){const n=e[0],r=n==="-"||n==="+"?e.substring(1):e,o=s=>t?BigInt(s):Number(s),i=r.replace(/_/g,"").split(":").reduce((s,a)=>s*o(60)+o(a),o(0));return n==="-"?o(-1)*i:i}function nN(e){let{value:t}=e,n=s=>s;if(typeof t=="bigint")n=s=>BigInt(s);else if(isNaN(t)||!isFinite(t))return Oi(e);let r="";t<0&&(r="-",t*=n(-1));const o=n(60),i=[t%o];return t<60?i.unshift(0):(t=(t-i[0])/o,i.unshift(t%o),t>=60&&(t=(t-i[0])/o,i.unshift(t))),r+i.map(s=>s<10?"0"+String(s):String(s)).join(":").replace(/000000\d*$/,"")}const rN={identify:e=>typeof e=="bigint"||Number.isInteger(e),default:!0,tag:"tag:yaml.org,2002:int",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+$/,resolve:(e,t,{intAsBigInt:n})=>XS(e,n),stringify:nN},oN={identify:e=>typeof e=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\.[0-9_]*$/,resolve:e=>XS(e,!1),stringify:nN},dy={identify:e=>e instanceof Date,default:!0,tag:"tag:yaml.org,2002:timestamp",test:RegExp("^([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})(?:(?:t|T|[ \\t]+)([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}(\\.[0-9]+)?)(?:[ \\t]*(Z|[-+][012]?[0-9](?::[0-9]{2})?))?)?$"),resolve(e){const t=e.match(dy.test);if(!t)throw new Error("!!timestamp expects a date, starting with yyyy-mm-dd");const[,n,r,o,i,s,a]=t.map(Number),c=t[7]?Number((t[7]+"00").substr(1,3)):0;let d=Date.UTC(n,r-1,o,i||0,s||0,a||0,c);const p=t[8];if(p&&p!=="Z"){let h=XS(p,!1);Math.abs(h)<30&&(h*=60),d-=6e4*h}return new Date(d)},stringify:({value:e})=>e.toISOString().replace(/((T00:00)?:00)?\.000Z$/,"")},rM=[Xu,Qu,ly,ay,eN,tN,ege,tge,nge,rge,Qme,Jme,Zme,WS,KS,GS,YS,rN,oN,dy],oM=new Map([["core",Kme],["failsafe",[Xu,Qu,ly]],["json",Xme],["yaml11",rM],["yaml-1.1",rM]]),iM={binary:WS,bool:VS,float:GF,floatExp:WF,floatNaN:UF,floatTime:oN,int:YF,intHex:XF,intOct:qF,intTime:rN,map:Xu,null:ay,omap:KS,pairs:GS,seq:Qu,set:YS,timestamp:dy},oge={"tag:yaml.org,2002:binary":WS,"tag:yaml.org,2002:omap":KS,"tag:yaml.org,2002:pairs":GS,"tag:yaml.org,2002:set":YS,"tag:yaml.org,2002:timestamp":dy};function I1(e,t){let n=oM.get(t);if(!n)if(Array.isArray(e))n=[];else{const r=Array.from(oM.keys()).filter(o=>o!=="yaml11").map(o=>JSON.stringify(o)).join(", ");throw new Error(`Unknown schema "${t}"; use one of ${r} or define customTags array`)}if(Array.isArray(e))for(const r of e)n=n.concat(r);else typeof e=="function"&&(n=e(n.slice()));return n.map(r=>{if(typeof r!="string")return r;const o=iM[r];if(o)return o;const i=Object.keys(iM).map(s=>JSON.stringify(s)).join(", ");throw new Error(`Unknown custom tag "${r}"; use one of ${i}`)})}const ige=(e,t)=>e.key<t.key?-1:e.key>t.key?1:0;class fy{constructor({compat:t,customTags:n,merge:r,resolveKnownTags:o,schema:i,sortMapEntries:s,toStringDefaults:a}){this.compat=Array.isArray(t)?I1(t,"compat"):t?I1(null,t):null,this.merge=!!r,this.name=typeof i=="string"&&i||"core",this.knownTags=o?oge:{},this.tags=I1(n,this.name),this.toStringOptions=a!=null?a:null,Object.defineProperty(this,Ll,{value:Xu}),Object.defineProperty(this,js,{value:ly}),Object.defineProperty(this,qu,{value:Qu}),this.sortMapEntries=typeof s=="function"?s:s===!0?ige:null}clone(){const t=Object.create(fy.prototype,Object.getOwnPropertyDescriptors(this));return t.tags=this.tags.slice(),t}}function sge(e,t){var c;const n=[];let r=t.directives===!0;if(t.directives!==!1&&e.directives){const d=e.directives.toString(e);d?(n.push(d),r=!0):e.directives.docStart&&(r=!0)}r&&n.push("---");const o=zF(e,t),{commentString:i}=o.options;if(e.commentBefore){n.length!==1&&n.unshift("");const d=i(e.commentBefore);n.unshift(Ms(d,""))}let s=!1,a=null;if(e.contents){if(Wn(e.contents)){if(e.contents.spaceBefore&&r&&n.push(""),e.contents.commentBefore){const h=i(e.contents.commentBefore);n.push(Ms(h,""))}o.forceBlockIndent=!!e.comment,a=e.contents.comment}const d=a?void 0:()=>s=!0;let p=Va(e.contents,o,()=>a=null,d);a&&(p+=xl(p,"",i(a))),(p[0]==="|"||p[0]===">")&&n[n.length-1]==="---"?n[n.length-1]=`--- ${p}`:n.push(p)}else n.push(Va(e.contents,o));if((c=e.directives)!=null&&c.docEnd)if(e.comment){const d=i(e.comment);d.includes(`
|
|
390
|
+
`)?(n.push("..."),n.push(Ms(d,""))):n.push(`... ${d}`)}else n.push("...");else{let d=e.comment;d&&s&&(d=d.replace(/^\n+/,"")),d&&((!s||a)&&n[n.length-1]!==""&&n.push(""),n.push(Ms(i(d),"")))}return n.join(`
|
|
391
|
+
`)+`
|
|
392
|
+
`}function Gd(e,t,n,r){if(r&&typeof r=="object")if(Array.isArray(r))for(let o=0,i=r.length;o<i;++o){const s=r[o],a=Gd(e,r,String(o),s);a===void 0?delete r[o]:a!==s&&(r[o]=a)}else if(r instanceof Map)for(const o of Array.from(r.keys())){const i=r.get(o),s=Gd(e,r,o,i);s===void 0?r.delete(o):s!==i&&r.set(o,s)}else if(r instanceof Set)for(const o of Array.from(r)){const i=Gd(e,r,o,o);i===void 0?r.delete(o):i!==o&&(r.delete(o),r.add(i))}else for(const[o,i]of Object.entries(r)){const s=Gd(e,r,o,i);s===void 0?delete r[o]:s!==i&&(r[o]=s)}return e.call(t,n,r)}class Ju{constructor(t,n,r){this.commentBefore=null,this.comment=null,this.errors=[],this.warnings=[],Object.defineProperty(this,ii,{value:bw});let o=null;typeof n=="function"||Array.isArray(n)?o=n:r===void 0&&n&&(r=n,n=void 0);const i=Object.assign({intAsBigInt:!1,keepSourceTokens:!1,logLevel:"warn",prettyErrors:!0,strict:!0,uniqueKeys:!0,version:"1.2"},r);this.options=i;let{version:s}=i;r!=null&&r._directives?(this.directives=r._directives.atDocument(),this.directives.yaml.explicit&&(s=this.directives.yaml.version)):this.directives=new zr({version:s}),this.setSchema(s,r),t===void 0?this.contents=null:this.contents=this.createNode(t,o,r)}clone(){const t=Object.create(Ju.prototype,{[ii]:{value:bw}});return t.commentBefore=this.commentBefore,t.comment=this.comment,t.errors=this.errors.slice(),t.warnings=this.warnings.slice(),t.options=Object.assign({},this.options),this.directives&&(t.directives=this.directives.clone()),t.schema=this.schema.clone(),t.contents=Wn(this.contents)?this.contents.clone(t.schema):this.contents,this.range&&(t.range=this.range.slice()),t}add(t){_c(this.contents)&&this.contents.add(t)}addIn(t,n){_c(this.contents)&&this.contents.addIn(t,n)}createAlias(t,n){if(!t.anchor){const r=FF(this);t.anchor=!n||r.has(n)?NF(n||"a",r):n}return new ny(t.anchor)}createNode(t,n,r){let o;if(typeof n=="function")t=n.call({"":t},"",t),o=n;else if(Array.isArray(n)){const x=E=>typeof E=="number"||E instanceof String||E instanceof Number,C=n.filter(x).map(String);C.length>0&&(n=n.concat(C)),o=n}else r===void 0&&n&&(r=n,n=void 0);const{aliasDuplicateObjects:i,anchorPrefix:s,flow:a,keepUndefined:c,onTagObj:d,tag:p}=r!=null?r:{},{onAnchor:h,setAnchors:m,sourceObjects:v}=Tme(this,s||"a"),b={aliasDuplicateObjects:i!=null?i:!0,keepUndefined:c!=null?c:!1,onAnchor:h,onTagObj:d,replacer:o,schema:this.schema,sourceObjects:v},g=Qf(t,p,b);return a&&On(g)&&(g.flow=!0),m(),g}createPair(t,n,r={}){const o=this.createNode(t,null,r),i=this.createNode(n,null,r);return new Tr(o,i)}delete(t){return _c(this.contents)?this.contents.delete(t):!1}deleteIn(t){return Wd(t)?this.contents==null?!1:(this.contents=null,!0):_c(this.contents)?this.contents.deleteIn(t):!1}get(t,n){return On(this.contents)?this.contents.get(t,n):void 0}getIn(t,n){return Wd(t)?!n&&mn(this.contents)?this.contents.value:this.contents:On(this.contents)?this.contents.getIn(t,n):void 0}has(t){return On(this.contents)?this.contents.has(t):!1}hasIn(t){return Wd(t)?this.contents!==void 0:On(this.contents)?this.contents.hasIn(t):!1}set(t,n){this.contents==null?this.contents=yg(this.schema,[t],n):_c(this.contents)&&this.contents.set(t,n)}setIn(t,n){Wd(t)?this.contents=n:this.contents==null?this.contents=yg(this.schema,Array.from(t),n):_c(this.contents)&&this.contents.setIn(t,n)}setSchema(t,n={}){typeof t=="number"&&(t=String(t));let r;switch(t){case"1.1":this.directives?this.directives.yaml.version="1.1":this.directives=new zr({version:"1.1"}),r={merge:!0,resolveKnownTags:!1,schema:"yaml-1.1"};break;case"1.2":case"next":this.directives?this.directives.yaml.version=t:this.directives=new zr({version:t}),r={merge:!1,resolveKnownTags:!0,schema:"core"};break;case null:this.directives&&delete this.directives,r=null;break;default:{const o=JSON.stringify(t);throw new Error(`Expected '1.1', '1.2' or null as first argument, but found: ${o}`)}}if(n.schema instanceof Object)this.schema=n.schema;else if(r)this.schema=new fy(Object.assign(r,n));else throw new Error("With a null YAML version, the { schema: Schema } option is required")}toJS({json:t,jsonArg:n,mapAsMap:r,maxAliasCount:o,onAnchor:i,reviver:s}={}){const a={anchors:new Map,doc:this,keep:!t,mapAsMap:r===!0,mapKeyWarned:!1,maxAliasCount:typeof o=="number"?o:100,stringify:Va},c=os(this.contents,n!=null?n:"",a);if(typeof i=="function")for(const{count:d,res:p}of a.anchors.values())i(p,d);return typeof s=="function"?Gd(s,{"":c},"",c):c}toJSON(t,n){return this.toJS({json:!0,jsonArg:t,mapAsMap:!1,onAnchor:n})}toString(t={}){if(this.errors.length>0)throw new Error("Document with errors cannot be stringified");if("indent"in t&&(!Number.isInteger(t.indent)||Number(t.indent)<=0)){const n=JSON.stringify(t.indent);throw new Error(`"indent" option must be a positive integer, not ${n}`)}return sge(this,t)}}function _c(e){if(On(e))return!0;throw new Error("Expected a YAML collection as document contents")}class QS extends Error{constructor(t,n,r,o){super(),this.name=t,this.code=r,this.message=o,this.pos=n}}class xa extends QS{constructor(t,n,r){super("YAMLParseError",t,n,r)}}class iN extends QS{constructor(t,n,r){super("YAMLWarning",t,n,r)}}const wg=(e,t)=>n=>{if(n.pos[0]===-1)return;n.linePos=n.pos.map(a=>t.linePos(a));const{line:r,col:o}=n.linePos[0];n.message+=` at line ${r}, column ${o}`;let i=o-1,s=e.substring(t.lineStarts[r-1],t.lineStarts[r]).replace(/[\n\r]+$/,"");if(i>=60&&s.length>80){const a=Math.min(i-39,s.length-79);s="…"+s.substring(a),i-=a-1}if(s.length>80&&(s=s.substring(0,79)+"…"),r>1&&/^ *$/.test(s.substring(0,i))){let a=e.substring(t.lineStarts[r-2],t.lineStarts[r-1]);a.length>80&&(a=a.substring(0,79)+`…
|
|
393
|
+
`),s=a+s}if(/[^ ]/.test(s)){let a=1;const c=n.linePos[1];c&&c.line===r&&c.col>o&&(a=Math.min(c.col-o,80-i));const d=" ".repeat(i)+"^".repeat(a);n.message+=`:
|
|
394
|
+
|
|
395
|
+
${s}
|
|
396
|
+
${d}
|
|
397
|
+
`}};function Ru(e,{flow:t,indicator:n,next:r,offset:o,onError:i,startOnNewline:s}){let a=!1,c=s,d=s,p="",h="",m=!1,v=!1,b=!1,g=null,x=null,C=null,E=null,w=null;for(const _ of e)switch(b&&(_.type!=="space"&&_.type!=="newline"&&_.type!=="comma"&&i(_.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),b=!1),_.type){case"space":!t&&c&&n!=="doc-start"&&_.source[0]===" "&&i(_,"TAB_AS_INDENT","Tabs are not allowed as indentation"),d=!0;break;case"comment":{d||i(_,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");const I=_.source.substring(1)||" ";p?p+=h+I:p=I,h="",c=!1;break}case"newline":c?p?p+=_.source:a=!0:h+=_.source,c=!0,m=!0,(g||x)&&(v=!0),d=!0;break;case"anchor":g&&i(_,"MULTIPLE_ANCHORS","A node can have at most one anchor"),_.source.endsWith(":")&&i(_.offset+_.source.length-1,"BAD_ALIAS","Anchor ending in : is ambiguous",!0),g=_,w===null&&(w=_.offset),c=!1,d=!1,b=!0;break;case"tag":{x&&i(_,"MULTIPLE_TAGS","A node can have at most one tag"),x=_,w===null&&(w=_.offset),c=!1,d=!1,b=!0;break}case n:(g||x)&&i(_,"BAD_PROP_ORDER",`Anchors and tags must be after the ${_.source} indicator`),E&&i(_,"UNEXPECTED_TOKEN",`Unexpected ${_.source} in ${t!=null?t:"collection"}`),E=_,c=!1,d=!1;break;case"comma":if(t){C&&i(_,"UNEXPECTED_TOKEN",`Unexpected , in ${t}`),C=_,c=!1,d=!1;break}default:i(_,"UNEXPECTED_TOKEN",`Unexpected ${_.type} token`),c=!1,d=!1}const S=e[e.length-1],k=S?S.offset+S.source.length:o;return b&&r&&r.type!=="space"&&r.type!=="newline"&&r.type!=="comma"&&(r.type!=="scalar"||r.source!=="")&&i(r.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),{comma:C,found:E,spaceBefore:a,comment:p,hasNewline:m,hasNewlineAfterProp:v,anchor:g,tag:x,end:k,start:w!=null?w:k}}function Jf(e){if(!e)return null;switch(e.type){case"alias":case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":if(e.source.includes(`
|
|
398
|
+
`))return!0;if(e.end){for(const t of e.end)if(t.type==="newline")return!0}return!1;case"flow-collection":for(const t of e.items){for(const n of t.start)if(n.type==="newline")return!0;if(t.sep){for(const n of t.sep)if(n.type==="newline")return!0}if(Jf(t.key)||Jf(t.value))return!0}return!1;default:return!0}}function xw(e,t,n){if((t==null?void 0:t.type)==="flow-collection"){const r=t.end[0];r.indent===e&&(r.source==="]"||r.source==="}")&&Jf(t)&&n(r,"BAD_INDENT","Flow end indicator should be more indented than parent",!0)}}function sN(e,t,n){const{uniqueKeys:r}=e.options;if(r===!1)return!1;const o=typeof r=="function"?r:(i,s)=>i===s||mn(i)&&mn(s)&&i.value===s.value&&!(i.value==="<<"&&e.schema.merge);return t.some(i=>o(i.key,n))}const sM="All mapping items must start at the same column";function lge({composeNode:e,composeEmptyNode:t},n,r,o){var c;const i=new qo(n.schema);n.atRoot&&(n.atRoot=!1);let s=r.offset,a=null;for(const d of r.items){const{start:p,key:h,sep:m,value:v}=d,b=Ru(p,{indicator:"explicit-key-ind",next:h!=null?h:m==null?void 0:m[0],offset:s,onError:o,startOnNewline:!0}),g=!b.found;if(g){if(h&&(h.type==="block-seq"?o(s,"BLOCK_AS_IMPLICIT_KEY","A block sequence may not be used as an implicit map key"):"indent"in h&&h.indent!==r.indent&&o(s,"BAD_INDENT",sM)),!b.anchor&&!b.tag&&!m){a=b.end,b.comment&&(i.comment?i.comment+=`
|
|
399
|
+
`+b.comment:i.comment=b.comment);continue}(b.hasNewlineAfterProp||Jf(h))&&o(h!=null?h:p[p.length-1],"MULTILINE_IMPLICIT_KEY","Implicit keys need to be on a single line")}else((c=b.found)==null?void 0:c.indent)!==r.indent&&o(s,"BAD_INDENT",sM);const x=b.end,C=h?e(n,h,b,o):t(n,x,p,null,b,o);n.schema.compat&&xw(r.indent,h,o),sN(n,i.items,C)&&o(x,"DUPLICATE_KEY","Map keys must be unique");const E=Ru(m!=null?m:[],{indicator:"map-value-ind",next:v,offset:C.range[2],onError:o,startOnNewline:!h||h.type==="block-scalar"});if(s=E.end,E.found){g&&((v==null?void 0:v.type)==="block-map"&&!E.hasNewline&&o(s,"BLOCK_AS_IMPLICIT_KEY","Nested mappings are not allowed in compact mappings"),n.options.strict&&b.start<E.found.offset-1024&&o(C.range,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit block mapping key"));const w=v?e(n,v,E,o):t(n,s,m,null,E,o);n.schema.compat&&xw(r.indent,v,o),s=w.range[2];const S=new Tr(C,w);n.options.keepSourceTokens&&(S.srcToken=d),i.items.push(S)}else{g&&o(C.range,"MISSING_CHAR","Implicit map keys need to be followed by map values"),E.comment&&(C.comment?C.comment+=`
|
|
400
|
+
`+E.comment:C.comment=E.comment);const w=new Tr(C);n.options.keepSourceTokens&&(w.srcToken=d),i.items.push(w)}}return a&&a<s&&o(a,"IMPOSSIBLE","Map comment with trailing content"),i.range=[r.offset,s,a!=null?a:s],i}function age({composeNode:e,composeEmptyNode:t},n,r,o){const i=new rc(n.schema);n.atRoot&&(n.atRoot=!1);let s=r.offset,a=null;for(const{start:c,value:d}of r.items){const p=Ru(c,{indicator:"seq-item-ind",next:d,offset:s,onError:o,startOnNewline:!0});if(!p.found)if(p.anchor||p.tag||d)d&&d.type==="block-seq"?o(p.end,"BAD_INDENT","All sequence items must start at the same column"):o(s,"MISSING_CHAR","Sequence item without - indicator");else{a=p.end,p.comment&&(i.comment=p.comment);continue}const h=d?e(n,d,p,o):t(n,p.end,c,null,p,o);n.schema.compat&&xw(r.indent,d,o),s=h.range[2],i.items.push(h)}return i.range=[r.offset,s,a!=null?a:s],i}function _p(e,t,n,r){let o="";if(e){let i=!1,s="";for(const a of e){const{source:c,type:d}=a;switch(d){case"space":i=!0;break;case"comment":{n&&!i&&r(a,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");const p=c.substring(1)||" ";o?o+=s+p:o=p,s="";break}case"newline":o&&(s+=c),i=!0;break;default:r(a,"UNEXPECTED_TOKEN",`Unexpected ${d} at node end`)}t+=c.length}}return{comment:o,offset:t}}const _1="Block collections are not allowed within flow collections",$1=e=>e&&(e.type==="block-map"||e.type==="block-seq");function cge({composeNode:e,composeEmptyNode:t},n,r,o){var b;const i=r.start.source==="{",s=i?"flow map":"flow sequence",a=i?new qo(n.schema):new rc(n.schema);a.flow=!0;const c=n.atRoot;c&&(n.atRoot=!1);let d=r.offset+r.start.source.length;for(let g=0;g<r.items.length;++g){const x=r.items[g],{start:C,key:E,sep:w,value:S}=x,k=Ru(C,{flow:s,indicator:"explicit-key-ind",next:E!=null?E:w==null?void 0:w[0],offset:d,onError:o,startOnNewline:!1});if(!k.found){if(!k.anchor&&!k.tag&&!w&&!S){g===0&&k.comma?o(k.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${s}`):g<r.items.length-1&&o(k.start,"UNEXPECTED_TOKEN",`Unexpected empty item in ${s}`),k.comment&&(a.comment?a.comment+=`
|
|
401
|
+
`+k.comment:a.comment=k.comment),d=k.end;continue}!i&&n.options.strict&&Jf(E)&&o(E,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line")}if(g===0)k.comma&&o(k.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${s}`);else if(k.comma||o(k.start,"MISSING_CHAR",`Missing , between ${s} items`),k.comment){let _="";e:for(const I of C)switch(I.type){case"comma":case"space":break;case"comment":_=I.source.substring(1);break e;default:break e}if(_){let I=a.items[a.items.length-1];In(I)&&(I=(b=I.value)!=null?b:I.key),I.comment?I.comment+=`
|
|
402
|
+
`+_:I.comment=_,k.comment=k.comment.substring(_.length+1)}}if(!i&&!w&&!k.found){const _=S?e(n,S,k,o):t(n,k.end,w,null,k,o);a.items.push(_),d=_.range[2],$1(S)&&o(_.range,"BLOCK_IN_FLOW",_1)}else{const _=k.end,I=E?e(n,E,k,o):t(n,_,C,null,k,o);$1(E)&&o(I.range,"BLOCK_IN_FLOW",_1);const M=Ru(w!=null?w:[],{flow:s,indicator:"map-value-ind",next:S,offset:I.range[2],onError:o,startOnNewline:!1});if(M.found){if(!i&&!k.found&&n.options.strict){if(w)for(const L of w){if(L===M.found)break;if(L.type==="newline"){o(L,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line");break}}k.start<M.found.offset-1024&&o(M.found,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit flow sequence key")}}else S&&("source"in S&&S.source&&S.source[0]===":"?o(S,"MISSING_CHAR",`Missing space after : in ${s}`):o(M.start,"MISSING_CHAR",`Missing , or : between ${s} items`));const R=S?e(n,S,M,o):M.found?t(n,M.end,w,null,M,o):null;R?$1(S)&&o(R.range,"BLOCK_IN_FLOW",_1):M.comment&&(I.comment?I.comment+=`
|
|
403
|
+
`+M.comment:I.comment=M.comment);const T=new Tr(I,R);if(n.options.keepSourceTokens&&(T.srcToken=x),i){const L=a;sN(n,L.items,I)&&o(_,"DUPLICATE_KEY","Map keys must be unique"),L.items.push(T)}else{const L=new qo(n.schema);L.flow=!0,L.items.push(T),a.items.push(L)}d=R?R.range[2]:M.end}}const p=i?"}":"]",[h,...m]=r.end;let v=d;if(h&&h.source===p)v=h.offset+h.source.length;else{const g=s[0].toUpperCase()+s.substring(1),x=c?`${g} must end with a ${p}`:`${g} in block collection must be sufficiently indented and end with a ${p}`;o(d,c?"MISSING_CHAR":"BAD_INDENT",x),h&&h.source.length!==1&&m.unshift(h)}if(m.length>0){const g=_p(m,v,n.options.strict,o);g.comment&&(a.comment?a.comment+=`
|
|
404
|
+
`+g.comment:a.comment=g.comment),a.range=[r.offset,v,g.offset]}else a.range=[r.offset,v,v];return a}function uge(e,t,n,r,o){let i;switch(n.type){case"block-map":{i=lge(e,t,n,o);break}case"block-seq":{i=age(e,t,n,o);break}case"flow-collection":{i=cge(e,t,n,o);break}}if(!r)return i;const s=t.directives.tagName(r.source,m=>o(r,"TAG_RESOLVE_FAILED",m));if(!s)return i;const a=i.constructor;if(s==="!"||s===a.tagName)return i.tag=a.tagName,i;const c=nc(i)?"map":"seq";let d=t.schema.tags.find(m=>m.collection===c&&m.tag===s);if(!d){const m=t.schema.knownTags[s];if(m&&m.collection===c)t.schema.tags.push(Object.assign({},m,{default:!1})),d=m;else return o(r,"TAG_RESOLVE_FAILED",`Unresolved tag: ${s}`,!0),i.tag=s,i}const p=d.resolve(i,m=>o(r,"TAG_RESOLVE_FAILED",m),t.options),h=Wn(p)?p:new Pt(p);return h.range=i.range,h.tag=s,d!=null&&d.format&&(h.format=d.format),h}function lN(e,t,n){const r=e.offset,o=dge(e,t,n);if(!o)return{value:"",type:null,comment:"",range:[r,r,r]};const i=o.mode===">"?Pt.BLOCK_FOLDED:Pt.BLOCK_LITERAL,s=e.source?fge(e.source):[];let a=s.length;for(let g=s.length-1;g>=0;--g){const x=s[g][1];if(x===""||x==="\r")a=g;else break}if(a===0){const g=o.chomp==="+"&&s.length>0?`
|
|
405
|
+
`.repeat(Math.max(1,s.length-1)):"";let x=r+o.length;return e.source&&(x+=e.source.length),{value:g,type:i,comment:o.comment,range:[r,x,x]}}let c=e.indent+o.indent,d=e.offset+o.length,p=0;for(let g=0;g<a;++g){const[x,C]=s[g];if(C===""||C==="\r")o.indent===0&&x.length>c&&(c=x.length);else{if(x.length<c){const E="Block scalars with more-indented leading empty lines must use an explicit indentation indicator";n(d+x.length,"MISSING_CHAR",E)}o.indent===0&&(c=x.length),p=g;break}d+=x.length+C.length+1}for(let g=s.length-1;g>=a;--g)s[g][0].length>c&&(a=g+1);let h="",m="",v=!1;for(let g=0;g<p;++g)h+=s[g][0].slice(c)+`
|
|
406
|
+
`;for(let g=p;g<a;++g){let[x,C]=s[g];d+=x.length+C.length+1;const E=C[C.length-1]==="\r";if(E&&(C=C.slice(0,-1)),C&&x.length<c){const S=`Block scalar lines must not be less indented than their ${o.indent?"explicit indentation indicator":"first line"}`;n(d-C.length-(E?2:1),"BAD_INDENT",S),x=""}i===Pt.BLOCK_LITERAL?(h+=m+x.slice(c)+C,m=`
|
|
407
|
+
`):x.length>c||C[0]===" "?(m===" "?m=`
|
|
408
|
+
`:!v&&m===`
|
|
409
|
+
`&&(m=`
|
|
410
|
+
|
|
411
|
+
`),h+=m+x.slice(c)+C,m=`
|
|
412
|
+
`,v=!0):C===""?m===`
|
|
413
|
+
`?h+=`
|
|
414
|
+
`:m=`
|
|
415
|
+
`:(h+=m+C,m=" ",v=!1)}switch(o.chomp){case"-":break;case"+":for(let g=a;g<s.length;++g)h+=`
|
|
416
|
+
`+s[g][0].slice(c);h[h.length-1]!==`
|
|
417
|
+
`&&(h+=`
|
|
418
|
+
`);break;default:h+=`
|
|
419
|
+
`}const b=r+o.length+e.source.length;return{value:h,type:i,comment:o.comment,range:[r,b,b]}}function dge({offset:e,props:t},n,r){if(t[0].type!=="block-scalar-header")return r(t[0],"IMPOSSIBLE","Block scalar header not found"),null;const{source:o}=t[0],i=o[0];let s=0,a="",c=-1;for(let m=1;m<o.length;++m){const v=o[m];if(!a&&(v==="-"||v==="+"))a=v;else{const b=Number(v);!s&&b?s=b:c===-1&&(c=e+m)}}c!==-1&&r(c,"UNEXPECTED_TOKEN",`Block scalar header includes extra characters: ${o}`);let d=!1,p="",h=o.length;for(let m=1;m<t.length;++m){const v=t[m];switch(v.type){case"space":d=!0;case"newline":h+=v.source.length;break;case"comment":n&&!d&&r(v,"MISSING_CHAR","Comments must be separated from other tokens by white space characters"),h+=v.source.length,p=v.source.substring(1);break;case"error":r(v,"UNEXPECTED_TOKEN",v.message),h+=v.source.length;break;default:{const b=`Unexpected token in block scalar header: ${v.type}`;r(v,"UNEXPECTED_TOKEN",b);const g=v.source;g&&typeof g=="string"&&(h+=g.length)}}}return{mode:i,indent:s,chomp:a,comment:p,length:h}}function fge(e){const t=e.split(/\n( *)/),n=t[0],r=n.match(/^( *)/),i=[r!=null&&r[1]?[r[1],n.slice(r[1].length)]:["",n]];for(let s=1;s<t.length;s+=2)i.push([t[s],t[s+1]]);return i}function aN(e,t,n){const{offset:r,type:o,source:i,end:s}=e;let a,c;const d=(m,v,b)=>n(r+m,v,b);switch(o){case"scalar":a=Pt.PLAIN,c=pge(i,d);break;case"single-quoted-scalar":a=Pt.QUOTE_SINGLE,c=hge(i,d);break;case"double-quoted-scalar":a=Pt.QUOTE_DOUBLE,c=mge(i,d);break;default:return n(e,"UNEXPECTED_TOKEN",`Expected a flow scalar value, but found: ${o}`),{value:"",type:null,comment:"",range:[r,r+i.length,r+i.length]}}const p=r+i.length,h=_p(s,p,t,n);return{value:c,type:a,comment:h.comment,range:[r,p,h.offset]}}function pge(e,t){let n="";switch(e[0]){case" ":n="a tab character";break;case",":n="flow indicator character ,";break;case"%":n="directive indicator character %";break;case"|":case">":{n=`block scalar indicator ${e[0]}`;break}case"@":case"`":{n=`reserved character ${e[0]}`;break}}return n&&t(0,"BAD_SCALAR_START",`Plain value cannot start with ${n}`),cN(e)}function hge(e,t){return(e[e.length-1]!=="'"||e.length===1)&&t(e.length,"MISSING_CHAR","Missing closing 'quote"),cN(e.slice(1,-1)).replace(/''/g,"'")}function cN(e){var c;let t,n;try{t=new RegExp(`(.*?)(?<![ ])[ ]*\r?
|
|
420
|
+
`,"sy"),n=new RegExp(`[ ]*(.*?)(?:(?<![ ])[ ]*)?\r?
|
|
421
|
+
`,"sy")}catch(d){t=new RegExp("(.*?)[ \\t]*\\r?\\n","sy"),n=new RegExp("[ \\t]*(.*?)[ \\t]*\\r?\\n","sy")}let r=t.exec(e);if(!r)return e;let o=r[1],i=" ",s=t.lastIndex;for(n.lastIndex=s;r=n.exec(e);)r[1]===""?i===`
|
|
422
|
+
`?o+=i:i=`
|
|
423
|
+
`:(o+=i+r[1],i=" "),s=n.lastIndex;const a=new RegExp("[ \\t]*(.*)","sy");return a.lastIndex=s,r=a.exec(e),o+i+((c=r==null?void 0:r[1])!=null?c:"")}function mge(e,t){let n="";for(let r=1;r<e.length-1;++r){const o=e[r];if(!(o==="\r"&&e[r+1]===`
|
|
424
|
+
`))if(o===`
|
|
425
|
+
`){const{fold:i,offset:s}=gge(e,r);n+=i,r=s}else if(o==="\\"){let i=e[++r];const s=vge[i];if(s)n+=s;else if(i===`
|
|
426
|
+
`)for(i=e[r+1];i===" "||i===" ";)i=e[++r+1];else if(i==="\r"&&e[r+1]===`
|
|
427
|
+
`)for(i=e[++r+1];i===" "||i===" ";)i=e[++r+1];else if(i==="x"||i==="u"||i==="U"){const a={x:2,u:4,U:8}[i];n+=yge(e,r+1,a,t),r+=a}else{const a=e.substr(r-1,2);t(r-1,"BAD_DQ_ESCAPE",`Invalid escape sequence ${a}`),n+=a}}else if(o===" "||o===" "){const i=r;let s=e[r+1];for(;s===" "||s===" ";)s=e[++r+1];s!==`
|
|
428
|
+
`&&!(s==="\r"&&e[r+2]===`
|
|
429
|
+
`)&&(n+=r>i?e.slice(i,r+1):o)}else n+=o}return(e[e.length-1]!=='"'||e.length===1)&&t(e.length,"MISSING_CHAR",'Missing closing "quote'),n}function gge(e,t){let n="",r=e[t+1];for(;(r===" "||r===" "||r===`
|
|
430
|
+
`||r==="\r")&&!(r==="\r"&&e[t+2]!==`
|
|
431
|
+
`);)r===`
|
|
432
|
+
`&&(n+=`
|
|
433
|
+
`),t+=1,r=e[t+1];return n||(n=" "),{fold:n,offset:t}}const vge={0:"\0",a:"\x07",b:"\b",e:"\x1B",f:"\f",n:`
|
|
434
|
+
`,r:"\r",t:" ",v:"\v",N:"
",_:" ",L:"\u2028",P:"\u2029"," ":" ",'"':'"',"/":"/","\\":"\\"," ":" "};function yge(e,t,n,r){const o=e.substr(t,n),s=o.length===n&&/^[0-9a-fA-F]+$/.test(o)?parseInt(o,16):NaN;if(isNaN(s)){const a=e.substr(t-2,n+2);return r(t-2,"BAD_DQ_ESCAPE",`Invalid escape sequence ${a}`),a}return String.fromCodePoint(s)}function uN(e,t,n,r){const{value:o,type:i,comment:s,range:a}=t.type==="block-scalar"?lN(t,e.options.strict,r):aN(t,e.options.strict,r),c=n?e.directives.tagName(n.source,h=>r(n,"TAG_RESOLVE_FAILED",h)):null,d=n&&c?bge(e.schema,o,c,n,r):t.type==="scalar"?wge(e,o,t,r):e.schema[js];let p;try{const h=d.resolve(o,m=>r(n!=null?n:t,"TAG_RESOLVE_FAILED",m),e.options);p=mn(h)?h:new Pt(h)}catch(h){const m=h instanceof Error?h.message:String(h);r(n!=null?n:t,"TAG_RESOLVE_FAILED",m),p=new Pt(o)}return p.range=a,p.source=o,i&&(p.type=i),c&&(p.tag=c),d.format&&(p.format=d.format),s&&(p.comment=s),p}function bge(e,t,n,r,o){var a;if(n==="!")return e[js];const i=[];for(const c of e.tags)if(!c.collection&&c.tag===n)if(c.default&&c.test)i.push(c);else return c;for(const c of i)if((a=c.test)!=null&&a.test(t))return c;const s=e.knownTags[n];return s&&!s.collection?(e.tags.push(Object.assign({},s,{default:!1,test:void 0})),s):(o(r,"TAG_RESOLVE_FAILED",`Unresolved tag: ${n}`,n!=="tag:yaml.org,2002:str"),e[js])}function wge({directives:e,schema:t},n,r,o){var s;const i=t.tags.find(a=>{var c;return a.default&&((c=a.test)==null?void 0:c.test(n))})||t[js];if(t.compat){const a=(s=t.compat.find(c=>{var d;return c.default&&((d=c.test)==null?void 0:d.test(n))}))!=null?s:t[js];if(i.tag!==a.tag){const c=e.tagString(i.tag),d=e.tagString(a.tag),p=`Value may be parsed as either ${c} or ${d}`;o(r,"TAG_RESOLVE_FAILED",p,!0)}}return i}function Cge(e,t,n){if(t){n===null&&(n=t.length);for(let r=n-1;r>=0;--r){let o=t[r];switch(o.type){case"space":case"comment":case"newline":e-=o.source.length;continue}for(o=t[++r];(o==null?void 0:o.type)==="space";)e+=o.source.length,o=t[++r];break}}return e}const xge={composeNode:dN,composeEmptyNode:JS};function dN(e,t,n,r){const{spaceBefore:o,comment:i,anchor:s,tag:a}=n;let c,d=!0;switch(t.type){case"alias":c=Sge(e,t,r),(s||a)&&r(t,"ALIAS_PROPS","An alias node must not specify any properties");break;case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"block-scalar":c=uN(e,t,a,r),s&&(c.anchor=s.source.substring(1));break;case"block-map":case"block-seq":case"flow-collection":c=uge(xge,e,t,a,r),s&&(c.anchor=s.source.substring(1));break;default:{const p=t.type==="error"?t.message:`Unsupported token (type: ${t.type})`;r(t,"UNEXPECTED_TOKEN",p),c=JS(e,t.offset,void 0,null,n,r),d=!1}}return s&&c.anchor===""&&r(s,"BAD_ALIAS","Anchor cannot be an empty string"),o&&(c.spaceBefore=!0),i&&(t.type==="scalar"&&t.source===""?c.comment=i:c.commentBefore=i),e.options.keepSourceTokens&&d&&(c.srcToken=t),c}function JS(e,t,n,r,{spaceBefore:o,comment:i,anchor:s,tag:a,end:c},d){const p={type:"scalar",offset:Cge(t,n,r),indent:-1,source:""},h=uN(e,p,a,d);return s&&(h.anchor=s.source.substring(1),h.anchor===""&&d(s,"BAD_ALIAS","Anchor cannot be an empty string")),o&&(h.spaceBefore=!0),i&&(h.comment=i,h.range[2]=c),h}function Sge({options:e},{offset:t,source:n,end:r},o){const i=new ny(n.substring(1));i.source===""&&o(t,"BAD_ALIAS","Alias cannot be an empty string"),i.source.endsWith(":")&&o(t+n.length-1,"BAD_ALIAS","Alias ending in : is ambiguous",!0);const s=t+n.length,a=_p(r,s,e.strict,o);return i.range=[t,s,a.offset],a.comment&&(i.comment=a.comment),i}function Ege(e,t,{offset:n,start:r,value:o,end:i},s){const a=Object.assign({_directives:t},e),c=new Ju(void 0,a),d={atRoot:!0,directives:c.directives,options:c.options,schema:c.schema},p=Ru(r,{indicator:"doc-start",next:o!=null?o:i==null?void 0:i[0],offset:n,onError:s,startOnNewline:!0});p.found&&(c.directives.docStart=!0,o&&(o.type==="block-map"||o.type==="block-seq")&&!p.hasNewline&&s(p.end,"MISSING_CHAR","Block collection cannot start on same line with directives-end marker")),c.contents=o?dN(d,o,p,s):JS(d,p.end,r,null,p,s);const h=c.contents.range[2],m=_p(i,h,!1,s);return m.comment&&(c.comment=m.comment),c.range=[n,h,m.offset],c}function Od(e){if(typeof e=="number")return[e,e+1];if(Array.isArray(e))return e.length===2?e:[e[0],e[1]];const{offset:t,source:n}=e;return[t,t+(typeof n=="string"?n.length:1)]}function lM(e){var o;let t="",n=!1,r=!1;for(let i=0;i<e.length;++i){const s=e[i];switch(s[0]){case"#":t+=(t===""?"":r?`
|
|
435
|
+
|
|
436
|
+
`:`
|
|
437
|
+
`)+(s.substring(1)||" "),n=!0,r=!1;break;case"%":((o=e[i+1])==null?void 0:o[0])!=="#"&&(i+=1),n=!1;break;default:n||(r=!0),n=!1}}return{comment:t,afterEmptyLine:r}}class ZS{constructor(t={}){this.doc=null,this.atDirectives=!1,this.prelude=[],this.errors=[],this.warnings=[],this.onError=(n,r,o,i)=>{const s=Od(n);i?this.warnings.push(new iN(s,r,o)):this.errors.push(new xa(s,r,o))},this.directives=new zr({version:t.version||"1.2"}),this.options=t}decorate(t,n){const{comment:r,afterEmptyLine:o}=lM(this.prelude);if(r){const i=t.contents;if(n)t.comment=t.comment?`${t.comment}
|
|
438
|
+
${r}`:r;else if(o||t.directives.docStart||!i)t.commentBefore=r;else if(On(i)&&!i.flow&&i.items.length>0){let s=i.items[0];In(s)&&(s=s.key);const a=s.commentBefore;s.commentBefore=a?`${r}
|
|
439
|
+
${a}`:r}else{const s=i.commentBefore;i.commentBefore=s?`${r}
|
|
440
|
+
${s}`:r}}n?(Array.prototype.push.apply(t.errors,this.errors),Array.prototype.push.apply(t.warnings,this.warnings)):(t.errors=this.errors,t.warnings=this.warnings),this.prelude=[],this.errors=[],this.warnings=[]}streamInfo(){return{comment:lM(this.prelude).comment,directives:this.directives,errors:this.errors,warnings:this.warnings}}*compose(t,n=!1,r=-1){for(const o of t)yield*this.next(o);yield*this.end(n,r)}*next(t){switch(t.type){case"directive":this.directives.add(t.source,(n,r,o)=>{const i=Od(t);i[0]+=n,this.onError(i,"BAD_DIRECTIVE",r,o)}),this.prelude.push(t.source),this.atDirectives=!0;break;case"document":{const n=Ege(this.options,this.directives,t,this.onError);this.atDirectives&&!n.directives.docStart&&this.onError(t,"MISSING_CHAR","Missing directives-end/doc-start indicator line"),this.decorate(n,!1),this.doc&&(yield this.doc),this.doc=n,this.atDirectives=!1;break}case"byte-order-mark":case"space":break;case"comment":case"newline":this.prelude.push(t.source);break;case"error":{const n=t.source?`${t.message}: ${JSON.stringify(t.source)}`:t.message,r=new xa(Od(t),"UNEXPECTED_TOKEN",n);this.atDirectives||!this.doc?this.errors.push(r):this.doc.errors.push(r);break}case"doc-end":{if(!this.doc){const r="Unexpected doc-end without preceding document";this.errors.push(new xa(Od(t),"UNEXPECTED_TOKEN",r));break}this.doc.directives.docEnd=!0;const n=_p(t.end,t.offset+t.source.length,this.doc.options.strict,this.onError);if(this.decorate(this.doc,!0),n.comment){const r=this.doc.comment;this.doc.comment=r?`${r}
|
|
441
|
+
${n.comment}`:n.comment}this.doc.range[2]=n.offset;break}default:this.errors.push(new xa(Od(t),"UNEXPECTED_TOKEN",`Unsupported token ${t.type}`))}}*end(t=!1,n=-1){if(this.doc)this.decorate(this.doc,!0),yield this.doc,this.doc=null;else if(t){const r=Object.assign({_directives:this.directives},this.options),o=new Ju(void 0,r);this.atDirectives&&this.onError(n,"MISSING_CHAR","Missing directives-end indicator line"),o.range=[0,n,n],this.decorate(o,!1),yield o}}}function Pge(e,t=!0,n){if(e){const r=(o,i,s)=>{const a=typeof o=="number"?o:Array.isArray(o)?o[0]:o.offset;if(n)n(a,i,s);else throw new xa([a,a+1],i,s)};switch(e.type){case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return aN(e,t,r);case"block-scalar":return lN(e,t,r)}}return null}function kge(e,t){var d;const{implicitKey:n=!1,indent:r,inFlow:o=!1,offset:i=-1,type:s="PLAIN"}=t,a=kp({type:s,value:e},{implicitKey:n,indent:r>0?" ".repeat(r):"",inFlow:o,options:{blockQuote:!0,lineWidth:-1}}),c=(d=t.end)!=null?d:[{type:"newline",offset:-1,indent:r,source:`
|
|
442
|
+
`}];switch(a[0]){case"|":case">":{const p=a.indexOf(`
|
|
443
|
+
`),h=a.substring(0,p),m=a.substring(p+1)+`
|
|
444
|
+
`,v=[{type:"block-scalar-header",offset:i,indent:r,source:h}];return fN(v,c)||v.push({type:"newline",offset:-1,indent:r,source:`
|
|
445
|
+
`}),{type:"block-scalar",offset:i,indent:r,props:v,source:m}}case'"':return{type:"double-quoted-scalar",offset:i,indent:r,source:a,end:c};case"'":return{type:"single-quoted-scalar",offset:i,indent:r,source:a,end:c};default:return{type:"scalar",offset:i,indent:r,source:a,end:c}}}function Ige(e,t,n={}){let{afterKey:r=!1,implicitKey:o=!1,inFlow:i=!1,type:s}=n,a="indent"in e?e.indent:null;if(r&&typeof a=="number"&&(a+=2),!s)switch(e.type){case"single-quoted-scalar":s="QUOTE_SINGLE";break;case"double-quoted-scalar":s="QUOTE_DOUBLE";break;case"block-scalar":{const d=e.props[0];if(d.type!=="block-scalar-header")throw new Error("Invalid block scalar header");s=d.source[0]===">"?"BLOCK_FOLDED":"BLOCK_LITERAL";break}default:s="PLAIN"}const c=kp({type:s,value:t},{implicitKey:o||a===null,indent:a!==null&&a>0?" ".repeat(a):"",inFlow:i,options:{blockQuote:!0,lineWidth:-1}});switch(c[0]){case"|":case">":_ge(e,c);break;case'"':M1(e,c,"double-quoted-scalar");break;case"'":M1(e,c,"single-quoted-scalar");break;default:M1(e,c,"scalar")}}function _ge(e,t){const n=t.indexOf(`
|
|
446
|
+
`),r=t.substring(0,n),o=t.substring(n+1)+`
|
|
447
|
+
`;if(e.type==="block-scalar"){const i=e.props[0];if(i.type!=="block-scalar-header")throw new Error("Invalid block scalar header");i.source=r,e.source=o}else{const{offset:i}=e,s="indent"in e?e.indent:-1,a=[{type:"block-scalar-header",offset:i,indent:s,source:r}];fN(a,"end"in e?e.end:void 0)||a.push({type:"newline",offset:-1,indent:s,source:`
|
|
448
|
+
`});for(const c of Object.keys(e))c!=="type"&&c!=="offset"&&delete e[c];Object.assign(e,{type:"block-scalar",indent:s,props:a,source:o})}}function fN(e,t){if(t)for(const n of t)switch(n.type){case"space":case"comment":e.push(n);break;case"newline":return e.push(n),!0}return!1}function M1(e,t,n){switch(e.type){case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":e.type=n,e.source=t;break;case"block-scalar":{const r=e.props.slice(1);let o=t.length;e.props[0].type==="block-scalar-header"&&(o-=e.props[0].source.length);for(const i of r)i.offset+=o;delete e.props,Object.assign(e,{type:n,source:t,end:r});break}case"block-map":case"block-seq":{const o={type:"newline",offset:e.offset+t.length,indent:e.indent,source:`
|
|
449
|
+
`};delete e.items,Object.assign(e,{type:n,source:t,end:[o]});break}default:{const r="indent"in e?e.indent:-1,o="end"in e&&Array.isArray(e.end)?e.end.filter(i=>i.type==="space"||i.type==="comment"||i.type==="newline"):[];for(const i of Object.keys(e))i!=="type"&&i!=="offset"&&delete e[i];Object.assign(e,{type:n,indent:r,source:t,end:o})}}}const $ge=e=>"type"in e?Cg(e):Sm(e);function Cg(e){switch(e.type){case"block-scalar":{let t="";for(const n of e.props)t+=Cg(n);return t+e.source}case"block-map":case"block-seq":{let t="";for(const n of e.items)t+=Sm(n);return t}case"flow-collection":{let t=e.start.source;for(const n of e.items)t+=Sm(n);for(const n of e.end)t+=n.source;return t}case"document":{let t=Sm(e);if(e.end)for(const n of e.end)t+=n.source;return t}default:{let t=e.source;if("end"in e&&e.end)for(const n of e.end)t+=n.source;return t}}}function Sm({start:e,key:t,sep:n,value:r}){let o="";for(const i of e)o+=i.source;if(t&&(o+=Cg(t)),n)for(const i of n)o+=i.source;return r&&(o+=Cg(r)),o}const Sw=Symbol("break visit"),Mge=Symbol("skip children"),pN=Symbol("remove item");function Ua(e,t){"type"in e&&e.type==="document"&&(e={start:e.start,value:e.value}),hN(Object.freeze([]),e,t)}Ua.BREAK=Sw;Ua.SKIP=Mge;Ua.REMOVE=pN;Ua.itemAtPath=(e,t)=>{let n=e;for(const[r,o]of t){const i=n==null?void 0:n[r];if(i&&"items"in i)n=i.items[o];else return}return n};Ua.parentCollection=(e,t)=>{const n=Ua.itemAtPath(e,t.slice(0,-1)),r=t[t.length-1][0],o=n==null?void 0:n[r];if(o&&"items"in o)return o;throw new Error("Parent collection not found")};function hN(e,t,n){let r=n(t,e);if(typeof r=="symbol")return r;for(const o of["key","value"]){const i=t[o];if(i&&"items"in i){for(let s=0;s<i.items.length;++s){const a=hN(Object.freeze(e.concat([[o,s]])),i.items[s],n);if(typeof a=="number")s=a-1;else{if(a===Sw)return Sw;a===pN&&(i.items.splice(s,1),s-=1)}}typeof r=="function"&&o==="key"&&(r=r(t,e))}}return typeof r=="function"?r(t,e):r}const py="\uFEFF",hy="",my="",Zf="",Rge=e=>!!e&&"items"in e,Tge=e=>!!e&&(e.type==="scalar"||e.type==="single-quoted-scalar"||e.type==="double-quoted-scalar"||e.type==="block-scalar");function Oge(e){switch(e){case py:return"<BOM>";case hy:return"<DOC>";case my:return"<FLOW_END>";case Zf:return"<SCALAR>";default:return JSON.stringify(e)}}function mN(e){switch(e){case py:return"byte-order-mark";case hy:return"doc-mode";case my:return"flow-error-end";case Zf:return"scalar";case"---":return"doc-start";case"...":return"doc-end";case"":case`
|
|
450
|
+
`:case`\r
|
|
451
|
+
`:return"newline";case"-":return"seq-item-ind";case"?":return"explicit-key-ind";case":":return"map-value-ind";case"{":return"flow-map-start";case"}":return"flow-map-end";case"[":return"flow-seq-start";case"]":return"flow-seq-end";case",":return"comma"}switch(e[0]){case" ":case" ":return"space";case"#":return"comment";case"%":return"directive-line";case"*":return"alias";case"&":return"anchor";case"!":return"tag";case"'":return"single-quoted-scalar";case'"':return"double-quoted-scalar";case"|":case">":return"block-scalar-header"}return null}const Lge=Object.freeze(Object.defineProperty({__proto__:null,BOM:py,DOCUMENT:hy,FLOW_END:my,SCALAR:Zf,createScalarToken:kge,isCollection:Rge,isScalar:Tge,prettyToken:Oge,resolveAsScalar:Pge,setScalarValue:Ige,stringify:$ge,tokenType:mN,visit:Ua},Symbol.toStringTag,{value:"Module"}));function Vo(e){switch(e){case void 0:case" ":case`
|
|
452
|
+
`:case"\r":case" ":return!0;default:return!1}}const aM="0123456789ABCDEFabcdef".split(""),Age="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()".split(""),R1=",[]{}".split(""),Fge=` ,[]{}
|
|
453
|
+
\r `.split(""),T1=e=>!e||Fge.includes(e);class gN{constructor(){this.atEnd=!1,this.blockScalarIndent=-1,this.blockScalarKeep=!1,this.buffer="",this.flowKey=!1,this.flowLevel=0,this.indentNext=0,this.indentValue=0,this.lineEndPos=null,this.next=null,this.pos=0}*lex(t,n=!1){var o;t&&(this.buffer=this.buffer?this.buffer+t:t,this.lineEndPos=null),this.atEnd=!n;let r=(o=this.next)!=null?o:"stream";for(;r&&(n||this.hasChars(1));)r=yield*this.parseNext(r)}atLineEnd(){let t=this.pos,n=this.buffer[t];for(;n===" "||n===" ";)n=this.buffer[++t];return!n||n==="#"||n===`
|
|
454
|
+
`?!0:n==="\r"?this.buffer[t+1]===`
|
|
455
|
+
`:!1}charAt(t){return this.buffer[this.pos+t]}continueScalar(t){let n=this.buffer[t];if(this.indentNext>0){let r=0;for(;n===" ";)n=this.buffer[++r+t];if(n==="\r"){const o=this.buffer[r+t+1];if(o===`
|
|
456
|
+
`||!o&&!this.atEnd)return t+r+1}return n===`
|
|
457
|
+
`||r>=this.indentNext||!n&&!this.atEnd?t+r:-1}if(n==="-"||n==="."){const r=this.buffer.substr(t,3);if((r==="---"||r==="...")&&Vo(this.buffer[t+3]))return-1}return t}getLine(){let t=this.lineEndPos;return(typeof t!="number"||t!==-1&&t<this.pos)&&(t=this.buffer.indexOf(`
|
|
458
|
+
`,this.pos),this.lineEndPos=t),t===-1?this.atEnd?this.buffer.substring(this.pos):null:(this.buffer[t-1]==="\r"&&(t-=1),this.buffer.substring(this.pos,t))}hasChars(t){return this.pos+t<=this.buffer.length}setNext(t){return this.buffer=this.buffer.substring(this.pos),this.pos=0,this.lineEndPos=null,this.next=t,null}peek(t){return this.buffer.substr(this.pos,t)}*parseNext(t){switch(t){case"stream":return yield*this.parseStream();case"line-start":return yield*this.parseLineStart();case"block-start":return yield*this.parseBlockStart();case"doc":return yield*this.parseDocument();case"flow":return yield*this.parseFlowCollection();case"quoted-scalar":return yield*this.parseQuotedScalar();case"block-scalar":return yield*this.parseBlockScalar();case"plain-scalar":return yield*this.parsePlainScalar()}}*parseStream(){let t=this.getLine();if(t===null)return this.setNext("stream");if(t[0]===py&&(yield*this.pushCount(1),t=t.substring(1)),t[0]==="%"){let n=t.length;const r=t.indexOf("#");if(r!==-1){const i=t[r-1];(i===" "||i===" ")&&(n=r-1)}for(;;){const i=t[n-1];if(i===" "||i===" ")n-=1;else break}const o=(yield*this.pushCount(n))+(yield*this.pushSpaces(!0));return yield*this.pushCount(t.length-o),this.pushNewline(),"stream"}if(this.atLineEnd()){const n=yield*this.pushSpaces(!0);return yield*this.pushCount(t.length-n),yield*this.pushNewline(),"stream"}return yield hy,yield*this.parseLineStart()}*parseLineStart(){const t=this.charAt(0);if(!t&&!this.atEnd)return this.setNext("line-start");if(t==="-"||t==="."){if(!this.atEnd&&!this.hasChars(4))return this.setNext("line-start");const n=this.peek(3);if(n==="---"&&Vo(this.charAt(3)))return yield*this.pushCount(3),this.indentValue=0,this.indentNext=0,"doc";if(n==="..."&&Vo(this.charAt(3)))return yield*this.pushCount(3),"stream"}return this.indentValue=yield*this.pushSpaces(!1),this.indentNext>this.indentValue&&!Vo(this.charAt(1))&&(this.indentNext=this.indentValue),yield*this.parseBlockStart()}*parseBlockStart(){const[t,n]=this.peek(2);if(!n&&!this.atEnd)return this.setNext("block-start");if((t==="-"||t==="?"||t===":")&&Vo(n)){const r=(yield*this.pushCount(1))+(yield*this.pushSpaces(!0));return this.indentNext=this.indentValue+1,this.indentValue+=r,yield*this.parseBlockStart()}return"doc"}*parseDocument(){yield*this.pushSpaces(!0);const t=this.getLine();if(t===null)return this.setNext("doc");let n=yield*this.pushIndicators();switch(t[n]){case"#":yield*this.pushCount(t.length-n);case void 0:return yield*this.pushNewline(),yield*this.parseLineStart();case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel=1,"flow";case"}":case"]":return yield*this.pushCount(1),"doc";case"*":return yield*this.pushUntil(T1),"doc";case'"':case"'":return yield*this.parseQuotedScalar();case"|":case">":return n+=yield*this.parseBlockScalarHeader(),n+=yield*this.pushSpaces(!0),yield*this.pushCount(t.length-n),yield*this.pushNewline(),yield*this.parseBlockScalar();default:return yield*this.parsePlainScalar()}}*parseFlowCollection(){let t,n,r=-1;do t=yield*this.pushNewline(),t>0?(n=yield*this.pushSpaces(!1),this.indentValue=r=n):n=0,n+=yield*this.pushSpaces(!0);while(t+n>0);const o=this.getLine();if(o===null)return this.setNext("flow");if((r!==-1&&r<this.indentNext&&o[0]!=="#"||r===0&&(o.startsWith("---")||o.startsWith("..."))&&Vo(o[3]))&&!(r===this.indentNext-1&&this.flowLevel===1&&(o[0]==="]"||o[0]==="}")))return this.flowLevel=0,yield my,yield*this.parseLineStart();let i=0;for(;o[i]===",";)i+=yield*this.pushCount(1),i+=yield*this.pushSpaces(!0),this.flowKey=!1;switch(i+=yield*this.pushIndicators(),o[i]){case void 0:return"flow";case"#":return yield*this.pushCount(o.length-i),"flow";case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel+=1,"flow";case"}":case"]":return yield*this.pushCount(1),this.flowKey=!0,this.flowLevel-=1,this.flowLevel?"flow":"doc";case"*":return yield*this.pushUntil(T1),"flow";case'"':case"'":return this.flowKey=!0,yield*this.parseQuotedScalar();case":":{const s=this.charAt(1);if(this.flowKey||Vo(s)||s===",")return this.flowKey=!1,yield*this.pushCount(1),yield*this.pushSpaces(!0),"flow"}default:return this.flowKey=!1,yield*this.parsePlainScalar()}}*parseQuotedScalar(){const t=this.charAt(0);let n=this.buffer.indexOf(t,this.pos+1);if(t==="'")for(;n!==-1&&this.buffer[n+1]==="'";)n=this.buffer.indexOf("'",n+2);else for(;n!==-1;){let i=0;for(;this.buffer[n-1-i]==="\\";)i+=1;if(i%2===0)break;n=this.buffer.indexOf('"',n+1)}const r=this.buffer.substring(0,n);let o=r.indexOf(`
|
|
459
|
+
`,this.pos);if(o!==-1){for(;o!==-1;){const i=this.continueScalar(o+1);if(i===-1)break;o=r.indexOf(`
|
|
460
|
+
`,i)}o!==-1&&(n=o-(r[o-1]==="\r"?2:1))}if(n===-1){if(!this.atEnd)return this.setNext("quoted-scalar");n=this.buffer.length}return yield*this.pushToIndex(n+1,!1),this.flowLevel?"flow":"doc"}*parseBlockScalarHeader(){this.blockScalarIndent=-1,this.blockScalarKeep=!1;let t=this.pos;for(;;){const n=this.buffer[++t];if(n==="+")this.blockScalarKeep=!0;else if(n>"0"&&n<="9")this.blockScalarIndent=Number(n)-1;else if(n!=="-")break}return yield*this.pushUntil(n=>Vo(n)||n==="#")}*parseBlockScalar(){let t=this.pos-1,n=0,r;e:for(let o=this.pos;r=this.buffer[o];++o)switch(r){case" ":n+=1;break;case`
|
|
461
|
+
`:t=o,n=0;break;case"\r":{const i=this.buffer[o+1];if(!i&&!this.atEnd)return this.setNext("block-scalar");if(i===`
|
|
462
|
+
`)break}default:break e}if(!r&&!this.atEnd)return this.setNext("block-scalar");if(n>=this.indentNext){this.blockScalarIndent===-1?this.indentNext=n:this.indentNext+=this.blockScalarIndent;do{const o=this.continueScalar(t+1);if(o===-1)break;t=this.buffer.indexOf(`
|
|
463
|
+
`,o)}while(t!==-1);if(t===-1){if(!this.atEnd)return this.setNext("block-scalar");t=this.buffer.length}}if(!this.blockScalarKeep)do{let o=t-1,i=this.buffer[o];i==="\r"&&(i=this.buffer[--o]);const s=o;for(;i===" "||i===" ";)i=this.buffer[--o];if(i===`
|
|
464
|
+
`&&o>=this.pos&&o+1+n>s)t=o;else break}while(!0);return yield Zf,yield*this.pushToIndex(t+1,!0),yield*this.parseLineStart()}*parsePlainScalar(){const t=this.flowLevel>0;let n=this.pos-1,r=this.pos-1,o;for(;o=this.buffer[++r];)if(o===":"){const i=this.buffer[r+1];if(Vo(i)||t&&i===",")break;n=r}else if(Vo(o)){let i=this.buffer[r+1];if(o==="\r"&&(i===`
|
|
465
|
+
`?(r+=1,o=`
|
|
466
|
+
`,i=this.buffer[r+1]):n=r),i==="#"||t&&R1.includes(i))break;if(o===`
|
|
467
|
+
`){const s=this.continueScalar(r+1);if(s===-1)break;r=Math.max(r,s-2)}}else{if(t&&R1.includes(o))break;n=r}return!o&&!this.atEnd?this.setNext("plain-scalar"):(yield Zf,yield*this.pushToIndex(n+1,!0),t?"flow":"doc")}*pushCount(t){return t>0?(yield this.buffer.substr(this.pos,t),this.pos+=t,t):0}*pushToIndex(t,n){const r=this.buffer.slice(this.pos,t);return r?(yield r,this.pos+=r.length,r.length):(n&&(yield""),0)}*pushIndicators(){switch(this.charAt(0)){case"!":return(yield*this.pushTag())+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"&":return(yield*this.pushUntil(T1))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"-":case"?":case":":{const t=this.flowLevel>0,n=this.charAt(1);if(Vo(n)||t&&R1.includes(n))return t?this.flowKey&&(this.flowKey=!1):this.indentNext=this.indentValue+1,(yield*this.pushCount(1))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators())}}return 0}*pushTag(){if(this.charAt(1)==="<"){let t=this.pos+2,n=this.buffer[t];for(;!Vo(n)&&n!==">";)n=this.buffer[++t];return yield*this.pushToIndex(n===">"?t+1:t,!1)}else{let t=this.pos+1,n=this.buffer[t];for(;n;)if(Age.includes(n))n=this.buffer[++t];else if(n==="%"&&aM.includes(this.buffer[t+1])&&aM.includes(this.buffer[t+2]))n=this.buffer[t+=3];else break;return yield*this.pushToIndex(t,!1)}}*pushNewline(){const t=this.buffer[this.pos];return t===`
|
|
468
|
+
`?yield*this.pushCount(1):t==="\r"&&this.charAt(1)===`
|
|
469
|
+
`?yield*this.pushCount(2):0}*pushSpaces(t){let n=this.pos-1,r;do r=this.buffer[++n];while(r===" "||t&&r===" ");const o=n-this.pos;return o>0&&(yield this.buffer.substr(this.pos,o),this.pos=n),o}*pushUntil(t){let n=this.pos,r=this.buffer[n];for(;!t(r);)r=this.buffer[++n];return yield*this.pushToIndex(n,!1)}}class vN{constructor(){this.lineStarts=[],this.addNewLine=t=>this.lineStarts.push(t),this.linePos=t=>{let n=0,r=this.lineStarts.length;for(;n<r;){const i=n+r>>1;this.lineStarts[i]<t?n=i+1:r=i}if(this.lineStarts[n]===t)return{line:n+1,col:1};if(n===0)return{line:0,col:t};const o=this.lineStarts[n-1];return{line:n,col:t-o+1}}}}function gi(e,t){for(let n=0;n<e.length;++n)if(e[n].type===t)return!0;return!1}function cM(e){for(let t=0;t<e.length;++t)switch(e[t].type){case"space":case"comment":case"newline":break;default:return t}return-1}function yN(e){switch(e==null?void 0:e.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"flow-collection":return!0;default:return!1}}function Qh(e){var t;switch(e.type){case"document":return e.start;case"block-map":{const n=e.items[e.items.length-1];return(t=n.sep)!=null?t:n.start}case"block-seq":return e.items[e.items.length-1].start;default:return[]}}function $c(e){var n;if(e.length===0)return[];let t=e.length;e:for(;--t>=0;)switch(e[t].type){case"doc-start":case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":case"newline":break e}for(;((n=e[++t])==null?void 0:n.type)==="space";);return e.splice(t,e.length)}function uM(e){if(e.start.type==="flow-seq-start")for(const t of e.items)t.sep&&!t.value&&!gi(t.start,"explicit-key-ind")&&!gi(t.sep,"map-value-ind")&&(t.key&&(t.value=t.key),delete t.key,yN(t.value)?t.value.end?Array.prototype.push.apply(t.value.end,t.sep):t.value.end=t.sep:Array.prototype.push.apply(t.start,t.sep),delete t.sep)}class eE{constructor(t){this.atNewLine=!0,this.atScalar=!1,this.indent=0,this.offset=0,this.onKeyLine=!1,this.stack=[],this.source="",this.type="",this.lexer=new gN,this.onNewLine=t}*parse(t,n=!1){this.onNewLine&&this.offset===0&&this.onNewLine(0);for(const r of this.lexer.lex(t,n))yield*this.next(r);n||(yield*this.end())}*next(t){if(this.source=t,this.atScalar){this.atScalar=!1,yield*this.step(),this.offset+=t.length;return}const n=mN(t);if(n)if(n==="scalar")this.atNewLine=!1,this.atScalar=!0,this.type="scalar";else{switch(this.type=n,yield*this.step(),n){case"newline":this.atNewLine=!0,this.indent=0,this.onNewLine&&this.onNewLine(this.offset+t.length);break;case"space":this.atNewLine&&t[0]===" "&&(this.indent+=t.length);break;case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":this.atNewLine&&(this.indent+=t.length);break;case"doc-mode":case"flow-error-end":return;default:this.atNewLine=!1}this.offset+=t.length}else{const r=`Not a YAML token: ${t}`;yield*this.pop({type:"error",offset:this.offset,message:r,source:t}),this.offset+=t.length}}*end(){for(;this.stack.length>0;)yield*this.pop()}get sourceToken(){return{type:this.type,offset:this.offset,indent:this.indent,source:this.source}}*step(){const t=this.peek(1);if(this.type==="doc-end"&&(!t||t.type!=="doc-end")){for(;this.stack.length>0;)yield*this.pop();this.stack.push({type:"doc-end",offset:this.offset,source:this.source});return}if(!t)return yield*this.stream();switch(t.type){case"document":return yield*this.document(t);case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return yield*this.scalar(t);case"block-scalar":return yield*this.blockScalar(t);case"block-map":return yield*this.blockMap(t);case"block-seq":return yield*this.blockSequence(t);case"flow-collection":return yield*this.flowCollection(t);case"doc-end":return yield*this.documentEnd(t)}yield*this.pop()}peek(t){return this.stack[this.stack.length-t]}*pop(t){const n=t!=null?t:this.stack.pop();if(n)if(this.stack.length===0)yield n;else{const r=this.peek(1);switch(n.type==="block-scalar"?n.indent="indent"in r?r.indent:0:n.type==="flow-collection"&&r.type==="document"&&(n.indent=0),n.type==="flow-collection"&&uM(n),r.type){case"document":r.value=n;break;case"block-scalar":r.props.push(n);break;case"block-map":{const o=r.items[r.items.length-1];if(o.value){r.items.push({start:[],key:n,sep:[]}),this.onKeyLine=!0;return}else if(o.sep)o.value=n;else{Object.assign(o,{key:n,sep:[]}),this.onKeyLine=!gi(o.start,"explicit-key-ind");return}break}case"block-seq":{const o=r.items[r.items.length-1];o.value?r.items.push({start:[],value:n}):o.value=n;break}case"flow-collection":{const o=r.items[r.items.length-1];!o||o.value?r.items.push({start:[],key:n,sep:[]}):o.sep?o.value=n:Object.assign(o,{key:n,sep:[]});return}default:yield*this.pop(),yield*this.pop(n)}if((r.type==="document"||r.type==="block-map"||r.type==="block-seq")&&(n.type==="block-map"||n.type==="block-seq")){const o=n.items[n.items.length-1];o&&!o.sep&&!o.value&&o.start.length>0&&cM(o.start)===-1&&(n.indent===0||o.start.every(i=>i.type!=="comment"||i.indent<n.indent))&&(r.type==="document"?r.end=o.start:r.items.push({start:o.start}),n.items.splice(-1,1))}}else{const r="Tried to pop an empty stack";yield{type:"error",offset:this.offset,source:"",message:r}}}*stream(){switch(this.type){case"directive-line":yield{type:"directive",offset:this.offset,source:this.source};return;case"byte-order-mark":case"space":case"comment":case"newline":yield this.sourceToken;return;case"doc-mode":case"doc-start":{const t={type:"document",offset:this.offset,start:[]};this.type==="doc-start"&&t.start.push(this.sourceToken),this.stack.push(t);return}}yield{type:"error",offset:this.offset,message:`Unexpected ${this.type} token in YAML stream`,source:this.source}}*document(t){if(t.value)return yield*this.lineEnd(t);switch(this.type){case"doc-start":{cM(t.start)!==-1?(yield*this.pop(),yield*this.step()):t.start.push(this.sourceToken);return}case"anchor":case"tag":case"space":case"comment":case"newline":t.start.push(this.sourceToken);return}const n=this.startBlockValue(t);n?this.stack.push(n):yield{type:"error",offset:this.offset,message:`Unexpected ${this.type} token in YAML document`,source:this.source}}*scalar(t){if(this.type==="map-value-ind"){const n=Qh(this.peek(2)),r=$c(n);let o;t.end?(o=t.end,o.push(this.sourceToken),delete t.end):o=[this.sourceToken];const i={type:"block-map",offset:t.offset,indent:t.indent,items:[{start:r,key:t,sep:o}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=i}else yield*this.lineEnd(t)}*blockScalar(t){switch(this.type){case"space":case"comment":case"newline":t.props.push(this.sourceToken);return;case"scalar":if(t.source=this.source,this.atNewLine=!0,this.indent=0,this.onNewLine){let n=this.source.indexOf(`
|
|
470
|
+
`)+1;for(;n!==0;)this.onNewLine(this.offset+n),n=this.source.indexOf(`
|
|
471
|
+
`,n)+1}yield*this.pop();break;default:yield*this.pop(),yield*this.step()}}*blockMap(t){var r;const n=t.items[t.items.length-1];switch(this.type){case"newline":if(this.onKeyLine=!1,n.value){const o="end"in n.value?n.value.end:void 0,i=Array.isArray(o)?o[o.length-1]:void 0;(i==null?void 0:i.type)==="comment"?o==null||o.push(this.sourceToken):t.items.push({start:[this.sourceToken]})}else n.sep?n.sep.push(this.sourceToken):n.start.push(this.sourceToken);return;case"space":case"comment":if(n.value)t.items.push({start:[this.sourceToken]});else if(n.sep)n.sep.push(this.sourceToken);else{if(this.atIndentedComment(n.start,t.indent)){const o=t.items[t.items.length-2],i=(r=o==null?void 0:o.value)==null?void 0:r.end;if(Array.isArray(i)){Array.prototype.push.apply(i,n.start),i.push(this.sourceToken),t.items.pop();return}}n.start.push(this.sourceToken)}return}if(this.indent>=t.indent){const o=!this.onKeyLine&&this.indent===t.indent&&n.sep;let i=[];if(o&&n.sep&&!n.value){const s=[];for(let a=0;a<n.sep.length;++a){const c=n.sep[a];switch(c.type){case"newline":s.push(a);break;case"space":break;case"comment":c.indent>t.indent&&(s.length=0);break;default:s.length=0}}s.length>=2&&(i=n.sep.splice(s[1]))}switch(this.type){case"anchor":case"tag":o||n.value?(i.push(this.sourceToken),t.items.push({start:i}),this.onKeyLine=!0):n.sep?n.sep.push(this.sourceToken):n.start.push(this.sourceToken);return;case"explicit-key-ind":!n.sep&&!gi(n.start,"explicit-key-ind")?n.start.push(this.sourceToken):o||n.value?(i.push(this.sourceToken),t.items.push({start:i})):this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken]}]}),this.onKeyLine=!0;return;case"map-value-ind":if(gi(n.start,"explicit-key-ind"))if(n.sep)if(n.value)t.items.push({start:[],key:null,sep:[this.sourceToken]});else if(gi(n.sep,"map-value-ind"))this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:i,key:null,sep:[this.sourceToken]}]});else if(yN(n.key)&&!gi(n.sep,"newline")){const s=$c(n.start),a=n.key,c=n.sep;c.push(this.sourceToken),delete n.key,delete n.sep,this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:s,key:a,sep:c}]})}else i.length>0?n.sep=n.sep.concat(i,this.sourceToken):n.sep.push(this.sourceToken);else if(gi(n.start,"newline"))Object.assign(n,{key:null,sep:[this.sourceToken]});else{const s=$c(n.start);this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:s,key:null,sep:[this.sourceToken]}]})}else n.sep?n.value||o?t.items.push({start:i,key:null,sep:[this.sourceToken]}):gi(n.sep,"map-value-ind")?this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[],key:null,sep:[this.sourceToken]}]}):n.sep.push(this.sourceToken):Object.assign(n,{key:null,sep:[this.sourceToken]});this.onKeyLine=!0;return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{const s=this.flowScalar(this.type);o||n.value?(t.items.push({start:i,key:s,sep:[]}),this.onKeyLine=!0):n.sep?this.stack.push(s):(Object.assign(n,{key:s,sep:[]}),this.onKeyLine=!0);return}default:{const s=this.startBlockValue(t);if(s){o&&s.type!=="block-seq"&&gi(n.start,"explicit-key-ind")&&t.items.push({start:i}),this.stack.push(s);return}}}}yield*this.pop(),yield*this.step()}*blockSequence(t){var r;const n=t.items[t.items.length-1];switch(this.type){case"newline":if(n.value){const o="end"in n.value?n.value.end:void 0,i=Array.isArray(o)?o[o.length-1]:void 0;(i==null?void 0:i.type)==="comment"?o==null||o.push(this.sourceToken):t.items.push({start:[this.sourceToken]})}else n.start.push(this.sourceToken);return;case"space":case"comment":if(n.value)t.items.push({start:[this.sourceToken]});else{if(this.atIndentedComment(n.start,t.indent)){const o=t.items[t.items.length-2],i=(r=o==null?void 0:o.value)==null?void 0:r.end;if(Array.isArray(i)){Array.prototype.push.apply(i,n.start),i.push(this.sourceToken),t.items.pop();return}}n.start.push(this.sourceToken)}return;case"anchor":case"tag":if(n.value||this.indent<=t.indent)break;n.start.push(this.sourceToken);return;case"seq-item-ind":if(this.indent!==t.indent)break;n.value||gi(n.start,"seq-item-ind")?t.items.push({start:[this.sourceToken]}):n.start.push(this.sourceToken);return}if(this.indent>t.indent){const o=this.startBlockValue(t);if(o){this.stack.push(o);return}}yield*this.pop(),yield*this.step()}*flowCollection(t){const n=t.items[t.items.length-1];if(this.type==="flow-error-end"){let r;do yield*this.pop(),r=this.peek(1);while(r&&r.type==="flow-collection")}else if(t.end.length===0){switch(this.type){case"comma":case"explicit-key-ind":!n||n.sep?t.items.push({start:[this.sourceToken]}):n.start.push(this.sourceToken);return;case"map-value-ind":!n||n.value?t.items.push({start:[],key:null,sep:[this.sourceToken]}):n.sep?n.sep.push(this.sourceToken):Object.assign(n,{key:null,sep:[this.sourceToken]});return;case"space":case"comment":case"newline":case"anchor":case"tag":!n||n.value?t.items.push({start:[this.sourceToken]}):n.sep?n.sep.push(this.sourceToken):n.start.push(this.sourceToken);return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{const o=this.flowScalar(this.type);!n||n.value?t.items.push({start:[],key:o,sep:[]}):n.sep?this.stack.push(o):Object.assign(n,{key:o,sep:[]});return}case"flow-map-end":case"flow-seq-end":t.end.push(this.sourceToken);return}const r=this.startBlockValue(t);r?this.stack.push(r):(yield*this.pop(),yield*this.step())}else{const r=this.peek(2);if(r.type==="block-map"&&(this.type==="map-value-ind"&&r.indent===t.indent||this.type==="newline"&&!r.items[r.items.length-1].sep))yield*this.pop(),yield*this.step();else if(this.type==="map-value-ind"&&r.type!=="flow-collection"){const o=Qh(r),i=$c(o);uM(t);const s=t.end.splice(1,t.end.length);s.push(this.sourceToken);const a={type:"block-map",offset:t.offset,indent:t.indent,items:[{start:i,key:t,sep:s}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=a}else yield*this.lineEnd(t)}}flowScalar(t){if(this.onNewLine){let n=this.source.indexOf(`
|
|
472
|
+
`)+1;for(;n!==0;)this.onNewLine(this.offset+n),n=this.source.indexOf(`
|
|
473
|
+
`,n)+1}return{type:t,offset:this.offset,indent:this.indent,source:this.source}}startBlockValue(t){switch(this.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return this.flowScalar(this.type);case"block-scalar-header":return{type:"block-scalar",offset:this.offset,indent:this.indent,props:[this.sourceToken],source:""};case"flow-map-start":case"flow-seq-start":return{type:"flow-collection",offset:this.offset,indent:this.indent,start:this.sourceToken,items:[],end:[]};case"seq-item-ind":return{type:"block-seq",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken]}]};case"explicit-key-ind":{this.onKeyLine=!0;const n=Qh(t),r=$c(n);return r.push(this.sourceToken),{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:r}]}}case"map-value-ind":{this.onKeyLine=!0;const n=Qh(t),r=$c(n);return{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:r,key:null,sep:[this.sourceToken]}]}}}return null}atIndentedComment(t,n){return this.type!=="comment"||this.indent<=n?!1:t.every(r=>r.type==="newline"||r.type==="space")}*documentEnd(t){this.type!=="doc-mode"&&(t.end?t.end.push(this.sourceToken):t.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop()))}*lineEnd(t){switch(this.type){case"comma":case"doc-start":case"doc-end":case"flow-seq-end":case"flow-map-end":case"map-value-ind":yield*this.pop(),yield*this.step();break;case"newline":this.onKeyLine=!1;case"space":case"comment":default:t.end?t.end.push(this.sourceToken):t.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop())}}}function bN(e){const t=e.prettyErrors!==!1;return{lineCounter:e.lineCounter||t&&new vN||null,prettyErrors:t}}function Nge(e,t={}){const{lineCounter:n,prettyErrors:r}=bN(t),o=new eE(n==null?void 0:n.addNewLine),i=new ZS(t),s=Array.from(i.compose(o.parse(e)));if(r&&n)for(const a of s)a.errors.forEach(wg(e,n)),a.warnings.forEach(wg(e,n));return s.length>0?s:Object.assign([],{empty:!0},i.streamInfo())}function wN(e,t={}){const{lineCounter:n,prettyErrors:r}=bN(t),o=new eE(n==null?void 0:n.addNewLine),i=new ZS(t);let s=null;for(const a of i.compose(o.parse(e),!0,e.length))if(!s)s=a;else if(s.options.logLevel!=="silent"){s.errors.push(new xa(a.range.slice(0,2),"MULTIPLE_DOCS","Source contains multiple documents; please use YAML.parseAllDocuments()"));break}return r&&n&&(s.errors.forEach(wg(e,n)),s.warnings.forEach(wg(e,n))),s}function Dge(e,t,n){let r;typeof t=="function"?r=t:n===void 0&&t&&typeof t=="object"&&(n=t);const o=wN(e,n);if(!o)return null;if(o.warnings.forEach(i=>jF(o.options.logLevel,i)),o.errors.length>0){if(o.options.logLevel!=="silent")throw o.errors[0];o.errors=[]}return o.toJS(Object.assign({reviver:r},n))}function Bge(e,t,n){var o;let r=null;if(typeof t=="function"||Array.isArray(t)?r=t:n===void 0&&t&&(n=t),typeof n=="string"&&(n=n.length),typeof n=="number"){const i=Math.round(n);n=i<1?void 0:i>8?{indent:8}:{indent:i}}if(e===void 0){const{keepUndefined:i}=(o=n!=null?n:t)!=null?o:{};if(!i)return}return new Ju(e,r,n).toString(n)}const dM=Object.freeze(Object.defineProperty({__proto__:null,Alias:ny,CST:Lge,Composer:ZS,Document:Ju,Lexer:gN,LineCounter:vN,Pair:Tr,Parser:eE,Scalar:Pt,Schema:fy,YAMLError:QS,YAMLMap:qo,YAMLParseError:xa,YAMLSeq:rc,YAMLWarning:iN,isAlias:tc,isCollection:On,isDocument:Pp,isMap:nc,isNode:Wn,isPair:In,isScalar:mn,isSeq:Yu,parse:Dge,parseAllDocuments:Nge,parseDocument:wN,stringify:Bge,visit:Gl,visitAsync:ty},Symbol.toStringTag,{value:"Module"}));var tE={},zge=lt;Object.defineProperty(tE,"__esModule",{value:!0});var CN=tE.default=void 0,jge=zge(ft()),Hge=ct(),Vge=(0,jge.default)((0,Hge.jsx)("path",{d:"M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"}),"ContentCopy");CN=tE.default=Vge;var nE={},Uge=lt;Object.defineProperty(nE,"__esModule",{value:!0});var rE=nE.default=void 0,Wge=Uge(ft()),Gge=ct(),Kge=(0,Wge.default)((0,Gge.jsx)("path",{d:"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"}),"Edit");rE=nE.default=Kge;function qge({file:e,anyMask:t,defaultPerms:n,addToBar:r,urls:o}){const I=e,{parent:i,children:s,isRoot:a}=I,c=dn(I,["parent","children","isRoot"]),[d,p]=u.useState(c);u.useEffect(()=>{p(Object.assign(Ax(n,()=>null),c))},[e]);const{source:h}=e,m=e.type==="folder",v=h!==void 0,b=v&&m,g=u.useMemo(()=>{const R={};let T=i;for(;T;)Dt.defaults(R,T),T=T.parent;return Dt.defaults(R,n)},[i]),x=v&&Boolean(d.ctime),C=v&&!b,E=Ux(),{data:w,element:S}=Zo("get_accounts");if(S||!w)return S;const k=w.list;return u.createElement(mp,{values:d,set(R,T){T!=="link"&&p(Ht(Oe({},d),{[T]:R}))},barSx:Oe({gap:2,width:"100%"},E),stickyBar:!0,addToBar:[!a&&u.createElement(kn,{icon:Ri,title:"Delete",confirm:"Delete?",onClick:()=>Rt("del_vfs",{uris:[e.id]}).then(()=>Wa())}),r],onError:Un,save:{sx:Kv(!Wx(d,e)),onClick(){return dt(this,null,function*(){const R=Dt.omit(d,["ctime","mtime","size","id"]);R.masks||(R.masks=null),yield Rt("set_vfs",{uri:d.id,props:R}),R.name!==e.name&&(En.selectedFiles[0].id=e.id.slice(0,-e.name.length)+R.name),Wa()})}},fields:[a?u.createElement(_o,{severity:"info"},"This is Home, the root of your shared files. Options set here will be applied to all files."):{k:"name",required:!0,helperText:h&&"You can decide a name that's different from the one on your disk"},{k:"id",comp:Xge,urls:o},{k:"source",label:"Source on disk",comp:hf,files:!m,folders:m,multiline:!0,placeholder:"Not on disk, this is a virtual folder"},_("can_read","Who can download","Who can see but not download will be asked to login"),_("can_see","Who can see","If you don't see, you may download with a direct link"),m&&_("can_list","Who can list","Permission to see content of folders"),m&&_("can_upload","Who can upload",v?"":"Works only on folders with source"),m&&_("can_delete","Who can delete",v?"":"Works only on folders with source",{lg:12}),C&&{k:"size",comp:vm,lg:4,toField:Ba},x&&{k:"ctime",comp:vm,md:6,lg:C&&4,label:"Created",toField:fM},x&&{k:"mtime",comp:vm,md:6,lg:C&&4,label:"Modified",toField:fM},e.website&&{k:"default",comp:$a,label:"Serve index.html",toField:Boolean,fromField:R=>R?"index.html":null,helperText:Xi("This folder may be a website because contains `index.html`. Enabling this will show the website instead of the list of files.")},m&&{k:"masks",multiline:!0,lg:!0,toField:dM.stringify,fromField:R=>R?dM.parse(R):void 0,sx:{"& textarea":{fontFamily:"monospace"}},helperText:"Special field, leave empty unless you know what you are doing. YAML syntax."}]});function _(R,T,L="",H={}){return Oe({showInherited:t,k:R,lg:6,comp:Yge,parent:i,accounts:k,label:T,inherit:g[R],helperText:L},H)}}function fM(e){return e?new Date(e).toLocaleString():"-"}function Yge(c){var d=c,{value:e,onChange:t,parent:n,inherit:r,accounts:o,helperText:i,showInherited:s}=d,a=dn(d,["value","onChange","parent","inherit","accounts","helperText","showInherited"]);const p=u.useMemo(()=>Hu([{value:null,label:(n?"Same as parent: ":"Default: ")+pM(r)},{value:!0},{value:!1},{value:"*"},{value:[],label:"Select accounts"}].map(m=>(m.value===e||s||m.value!==r)&&Oe({label:Dt.capitalize(pM(m.value))},m))),[r,n,e]),h=Array.isArray(e);return u.createElement("div",{},u.createElement(Ql,Ht(Oe({},a),{helperText:!h&&i,value:h?[]:e,onChange(m,{was:v,event:b}){t(m,{was:v,event:b})},options:p})),h&&u.createElement(Bx,{label:o!=null&&o.length?"Choose accounts for "+a.label:"You didn't create any account yet",value:e,onChange:t,helperText:i,options:(o==null?void 0:o.map(m=>({value:m.username,label:m.username})))||[]}))}function pM(e){return e===!1?"no one":e===!0?"anyone":e==="*"?"any account (login required)":Array.isArray(e)?e.join(", "):"*UNKNOWN*"+JSON.stringify(e)}function Xge({value:e,urls:t}){const{data:n,error:r,reload:o}=Zo("get_config",{only:["base_url"]}),i=n==null?void 0:n.base_url,s=(i||(t?t[0]:""))+e;return u.createElement(tt,{display:"flex"},u.createElement(vm,{label:"Link",value:s,error:r,end:u.createElement(tt,{},u.createElement(kn,{icon:CN,title:"Copy",onClick:()=>navigator.clipboard.writeText(s)}),u.createElement(kn,{icon:rE,title:"Change",onClick:a}))}));function a(){const c=new URL(i||t[0]).protocol+"//";Mi({title:"Change link",onClose:o,Content(){const[d,p]=u.useState(i),[h,m]=u.useState(c);return u.createElement(tt,{display:"flex",flexDirection:"column"},u.createElement(tt,{mb:2},"You can choose a different base address for your links"),u.createElement(Av,{},t.map(b=>u.createElement(dr,{key:b,selected:b===d,onClick:()=>v(b)},b,b===d&&u.createElement(Px,{sx:{ml:2}})))),u.createElement(Eo,{label:"Custom IP or domain",helperText:Xi(`You can type any address but *you* are responsible to make the address work.
|
|
474
|
+
This functionality is just to help you copy the link in case you have a domain or a complex network configuration.`),value:!d||t.includes(d)?"":d.slice(h.length),onChange:b=>v(UL(h,b)),start:u.createElement(Ql,{value:h,onChange:m,options:["http://","https://"],size:"small",variant:"standard",sx:{"& .MuiSelect-select":{pt:"1px",pb:0}}}),sx:{mt:2}}));function v(b){return dt(this,null,function*(){b.endsWith("/")&&(b=b.slice(0,-1)),yield Rt("set_config",{values:{base_url:b}}),p(b)})}}})}}let Ew;function Qge(){var g,x,C;const[e]=u.useState(()=>new Map),{vfs:t,selectedFiles:n}=Jl(),{data:r,reload:o,element:i}=Zo("get_vfs");u.useMemo(()=>t||o(),[t,o]);const s=u.useMemo(()=>{return E(t);function E(w){var S;return!Dt.isEmpty(w==null?void 0:w.masks)||((S=w==null?void 0:w.children)==null?void 0:S.some(E))}},[t]),a="md",c=Iu(a),[d]=gp("get_status"),p=u.useMemo(()=>{var E,w;return typeof d=="object"&&Dt.sortBy(Object.values(((E=d.urls)==null?void 0:E.https)||((w=d.urls)==null?void 0:w.http)||{}),S=>S.includes("["))},[d]);function h(){En.selectedFiles=[]}const m=n.length?n.length===1?u.createElement(qge,{addToBar:c&&u.createElement(kn,{icon:pp,title:"Close",onClick:h}),defaultPerms:r==null?void 0:r.defaultPerms,anyMask:s,urls:p,file:n[0]}):u.createElement(u.Fragment,{},u.createElement(Vx,{alignItems:"center"},u.createElement(Mr,{variant:"h6"},n.length+" selected"),u.createElement(ur,{onClick:Jge,startIcon:u.createElement(Ri)},"Remove")),u.createElement(Ov,{dense:!0,disablePadding:!0},n.map(E=>u.createElement(mL,{key:E.id},u.createElement(Lv,{primary:E.name,secondary:E.source}))))):null;if(u.useEffect(()=>{if(!(c||!m))return Mi({title:n.length>1?"Multiple selection":n[0].name,Content:()=>m,onClose:h})},[c,n]),u.useEffect(()=>{if(En.vfs=void 0,!r)return;e.clear();const{root:E}=r;if(!E)return;E.isRoot=!0,S(E),En.vfs=E;const w=Ew||En.selectedFiles.map(k=>k.id);Ew=void 0,En.selectedFiles=Hu(w.map(k=>e.get(k)));function S(k,_="/",I=void 0){if(k.parent=I,k.id=k.isRoot?"/":UL(_,encodeURIComponent(k.name),k.type==="folder"?"/":""),e.set(k.id,k),!!k.children)for(const M of k.children)S(M,k.id,k)}},[r,e]),i)return e.clear(),i;const b=!((x=(g=r==null?void 0:r.root)==null?void 0:g.children)!=null&&x.length)&&!((C=r==null?void 0:r.root)!=null&&C.source)?{severity:"warning",children:"Add something to your shared files — click Add"}:p&&{severity:"info",children:["Your shared files can be browsed from ",eoe(" or ",p.slice(0,3).map(E=>u.createElement(Tl,{href:E},E)))]};return u.createElement(qn,{container:!0,rowSpacing:1,maxWidth:"80em",columnSpacing:2},b&&u.createElement(qn,{item:!0,mb:2,xs:12},u.createElement(_o,b)),u.createElement(qn,{item:!0,[a]:6,lg:5},u.createElement(Mr,{variant:"h6",mb:1},"Virtual File System"),u.createElement(_me),t&&u.createElement(Zge,{id2node:e})),c&&m&&u.createElement(qn,{item:!0,[a]:6,lg:7,maxWidth:"100%"},u.createElement(XO,{},u.createElement(QO,{},m))))}function Wa(e){Ew=e,En.vfs=void 0}function Jge(){return dt(this,null,function*(){const e=En.selectedFiles;if(e.length&&(yield Hl(`Delete ${e.length} item(s)?`)))try{const t=e.map(o=>o.id);Dt.pull(t,"/");const{errors:n}=yield Rt("del_vfs",{uris:t}),r=t.filter((o,i)=>n[i]);if(r.length)return Un("Following elements couldn't be deleted: "+r.join(", "),"error");Wa()}catch(t){yield Un(t)}})}const xN=CF,SN=SF;function Zge({id2node:e}){const{vfs:t,selectedFiles:n}=Jl(),[r,o]=u.useState(n.map(m=>m.id)),[i,s]=u.useState(Array.from(e.keys())),a=u.useRef(),c=u.useRef();if(!t)return null;const d="vfs";return u.createElement(qL,{ref:c,expanded:i,selected:r,multiSelect:!0,id:d,sx:{overflowX:"auto",maxWidth:c.current&&`calc(100vw - ${16+c.current.offsetLeft}px)`,"& ul":{borderLeft:"1px dashed #444",marginLeft:"15px"}},onNodeSelect(m,v){o(v),En.selectedFiles=Hu(v.map(b=>e.get(b)))}},h(t));function p(m){return m!==void 0&&m!==!0}function h(m){var w,S;let{id:v,name:b,source:g,isRoot:x}=m;if(!v)debugger;const C=m.type==="folder";return C&&!nA(g)&&g===b&&(g="./"+g),u.createElement(iw,{ref(k){k==null||k.addEventListener("focusin",_=>_.stopImmediatePropagation())},label:u.createElement(tt,{draggable:!x,onDragStart(){a.current=v},onDragOver(k){if(!C)return;const _=a.current;_!=null&&_.startsWith(v)&&!_.slice(v.length+1).includes("/")||k.preventDefault()},onDrop(){return dt(this,null,function*(){const k=a.current;k&&(yield Hl(`Moving ${k} under ${v}`))&&Rt("move_vfs",{from:k,parent:v}).then(()=>{Wa([Jie(v,Qie(k))])},Un)})},sx:{display:"flex",gap:".5em",lineHeight:"2em",alignItems:"center"}},u.createElement(tt,{display:"flex",flex:0},x?vo(xF,"home, or root if you like"):C?vo(xN,"Folder"):vo(SN,"File"),u.createElement(tt,{sx:{flex:0,ml:"2px",my:"2px","&>*":{fontSize:"87%",opacity:.6,mt:"-2px"},display:"grid",gridAutoFlow:"column",gridTemplateRows:"auto auto"}},m.can_delete!==void 0&&vo(Ri,"Delete permission"),m.can_upload!==void 0&&vo(Yv,"Upload permission"),!x&&!m.source&&vo(kF,"Virtual (no source)"),p(m.can_see)&&vo(EF,"Restrictions on who can see"),p(m.can_read)&&vo(iS,"Restrictions on who can download"),m.default&&vo(PF,"Act as website"),m.masks&&vo(wF,"Masks"),m.size===-1&&vo(IF,"Source not found"))),x?"Home":(g==null?void 0:g.length)<45&&(g!=null&&g.endsWith(b))?u.createElement("span",{},u.createElement("span",{style:{opacity:.4}},g.slice(0,-b.length)),u.createElement("span",{},g.slice(-b.length))):u.createElement(tt,{lineHeight:"1.2em"},b)),key:b,collapseIcon:u.createElement(bF,{onClick(k){s(i.filter(_=>_!==v)),k.preventDefault(),k.stopPropagation()}}),expandIcon:u.createElement(yF,{onClick(k){s([...i,v]),k.preventDefault(),k.stopPropagation()}}),nodeId:v},x&&!((w=m.children)!=null&&w.length)?u.createElement(iw,{nodeId:"?",label:u.createElement("i",{},"nothing here")}):(S=m.children)==null?void 0:S.map(h))}}var hM=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function eve(e,t){return!!(e===t||hM(e)&&hM(t))}function tve(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!eve(e[n],t[n]))return!1;return!0}function O1(e,t){t===void 0&&(t=tve);var n,r=[],o,i=!1;function s(){for(var a=[],c=0;c<arguments.length;c++)a[c]=arguments[c];return i&&n===this&&t(a,r)||(o=e.apply(this,a),i=!0,n=this,r=a),o}return s}var nve=typeof performance=="object"&&typeof performance.now=="function",mM=nve?function(){return performance.now()}:function(){return Date.now()};function gM(e){cancelAnimationFrame(e.id)}function rve(e,t){var n=mM();function r(){mM()-n>=t?e.call(null):o.id=requestAnimationFrame(r)}var o={id:requestAnimationFrame(r)};return o}var L1=-1;function vM(e){if(e===void 0&&(e=!1),L1===-1||e){var t=document.createElement("div"),n=t.style;n.width="50px",n.height="50px",n.overflow="scroll",document.body.appendChild(t),L1=t.offsetWidth-t.clientWidth,document.body.removeChild(t)}return L1}var Mc=null;function yM(e){if(e===void 0&&(e=!1),Mc===null||e){var t=document.createElement("div"),n=t.style;n.width="50px",n.height="50px",n.overflow="scroll",n.direction="rtl";var r=document.createElement("div"),o=r.style;return o.width="100px",o.height="100px",t.appendChild(r),document.body.appendChild(t),t.scrollLeft>0?Mc="positive-descending":(t.scrollLeft=1,t.scrollLeft===0?Mc="negative":Mc="positive-ascending"),document.body.removeChild(t),Mc}return Mc}var ove=150,ive=function(t,n){return t};function sve(e){var t,n=e.getItemOffset,r=e.getEstimatedTotalSize,o=e.getItemSize,i=e.getOffsetForIndexAndAlignment,s=e.getStartIndexForOffset,a=e.getStopIndexForStartIndex,c=e.initInstanceProps,d=e.shouldResetStyleCacheOnItemSizeChange,p=e.validateProps;return t=function(h){tx(m,h);function m(b){var g;return g=h.call(this,b)||this,g._instanceProps=c(g.props,Wb(g)),g._outerRef=void 0,g._resetIsScrollingTimeoutId=null,g.state={instance:Wb(g),isScrolling:!1,scrollDirection:"forward",scrollOffset:typeof g.props.initialScrollOffset=="number"?g.props.initialScrollOffset:0,scrollUpdateWasRequested:!1},g._callOnItemsRendered=void 0,g._callOnItemsRendered=O1(function(x,C,E,w){return g.props.onItemsRendered({overscanStartIndex:x,overscanStopIndex:C,visibleStartIndex:E,visibleStopIndex:w})}),g._callOnScroll=void 0,g._callOnScroll=O1(function(x,C,E){return g.props.onScroll({scrollDirection:x,scrollOffset:C,scrollUpdateWasRequested:E})}),g._getItemStyle=void 0,g._getItemStyle=function(x){var C=g.props,E=C.direction,w=C.itemSize,S=C.layout,k=g._getItemStyleCache(d&&w,d&&S,d&&E),_;if(k.hasOwnProperty(x))_=k[x];else{var I=n(g.props,x,g._instanceProps),M=o(g.props,x,g._instanceProps),R=E==="horizontal"||S==="horizontal",T=E==="rtl",L=R?I:0;k[x]=_={position:"absolute",left:T?void 0:L,right:T?L:void 0,top:R?0:I,height:R?"100%":M,width:R?M:"100%"}}return _},g._getItemStyleCache=void 0,g._getItemStyleCache=O1(function(x,C,E){return{}}),g._onScrollHorizontal=function(x){var C=x.currentTarget,E=C.clientWidth,w=C.scrollLeft,S=C.scrollWidth;g.setState(function(k){if(k.scrollOffset===w)return null;var _=g.props.direction,I=w;if(_==="rtl")switch(yM()){case"negative":I=-w;break;case"positive-descending":I=S-E-w;break}return I=Math.max(0,Math.min(I,S-E)),{isScrolling:!0,scrollDirection:k.scrollOffset<w?"forward":"backward",scrollOffset:I,scrollUpdateWasRequested:!1}},g._resetIsScrollingDebounced)},g._onScrollVertical=function(x){var C=x.currentTarget,E=C.clientHeight,w=C.scrollHeight,S=C.scrollTop;g.setState(function(k){if(k.scrollOffset===S)return null;var _=Math.max(0,Math.min(S,w-E));return{isScrolling:!0,scrollDirection:k.scrollOffset<_?"forward":"backward",scrollOffset:_,scrollUpdateWasRequested:!1}},g._resetIsScrollingDebounced)},g._outerRefSetter=function(x){var C=g.props.outerRef;g._outerRef=x,typeof C=="function"?C(x):C!=null&&typeof C=="object"&&C.hasOwnProperty("current")&&(C.current=x)},g._resetIsScrollingDebounced=function(){g._resetIsScrollingTimeoutId!==null&&gM(g._resetIsScrollingTimeoutId),g._resetIsScrollingTimeoutId=rve(g._resetIsScrolling,ove)},g._resetIsScrolling=function(){g._resetIsScrollingTimeoutId=null,g.setState({isScrolling:!1},function(){g._getItemStyleCache(-1,null)})},g}m.getDerivedStateFromProps=function(g,x){return lve(g,x),p(g),null};var v=m.prototype;return v.scrollTo=function(g){g=Math.max(0,g),this.setState(function(x){return x.scrollOffset===g?null:{scrollDirection:x.scrollOffset<g?"forward":"backward",scrollOffset:g,scrollUpdateWasRequested:!0}},this._resetIsScrollingDebounced)},v.scrollToItem=function(g,x){x===void 0&&(x="auto");var C=this.props,E=C.itemCount,w=C.layout,S=this.state.scrollOffset;g=Math.max(0,Math.min(g,E-1));var k=0;if(this._outerRef){var _=this._outerRef;w==="vertical"?k=_.scrollWidth>_.clientWidth?vM():0:k=_.scrollHeight>_.clientHeight?vM():0}this.scrollTo(i(this.props,g,x,S,this._instanceProps,k))},v.componentDidMount=function(){var g=this.props,x=g.direction,C=g.initialScrollOffset,E=g.layout;if(typeof C=="number"&&this._outerRef!=null){var w=this._outerRef;x==="horizontal"||E==="horizontal"?w.scrollLeft=C:w.scrollTop=C}this._callPropsCallbacks()},v.componentDidUpdate=function(){var g=this.props,x=g.direction,C=g.layout,E=this.state,w=E.scrollOffset,S=E.scrollUpdateWasRequested;if(S&&this._outerRef!=null){var k=this._outerRef;if(x==="horizontal"||C==="horizontal")if(x==="rtl")switch(yM()){case"negative":k.scrollLeft=-w;break;case"positive-ascending":k.scrollLeft=w;break;default:var _=k.clientWidth,I=k.scrollWidth;k.scrollLeft=I-_-w;break}else k.scrollLeft=w;else k.scrollTop=w}this._callPropsCallbacks()},v.componentWillUnmount=function(){this._resetIsScrollingTimeoutId!==null&&gM(this._resetIsScrollingTimeoutId)},v.render=function(){var g=this.props,x=g.children,C=g.className,E=g.direction,w=g.height,S=g.innerRef,k=g.innerElementType,_=g.innerTagName,I=g.itemCount,M=g.itemData,R=g.itemKey,T=R===void 0?ive:R,L=g.layout,H=g.outerElementType,j=g.outerTagName,A=g.style,F=g.useIsScrolling,B=g.width,G=this.state.isScrolling,N=E==="horizontal"||L==="horizontal",z=N?this._onScrollHorizontal:this._onScrollVertical,W=this._getRangeToRender(),q=W[0],X=W[1],le=[];if(I>0)for(var Q=q;Q<=X;Q++)le.push(u.createElement(x,{data:M,key:T(Q,M),index:Q,isScrolling:F?G:void 0,style:this._getItemStyle(Q)}));var ge=r(this.props,this._instanceProps);return u.createElement(H||j||"div",{className:C,onScroll:z,ref:this._outerRefSetter,style:P({position:"relative",height:w,width:B,overflow:"auto",WebkitOverflowScrolling:"touch",willChange:"transform",direction:E},A)},u.createElement(k||_||"div",{children:le,ref:S,style:{height:N?"100%":ge,pointerEvents:G?"none":void 0,width:N?ge:"100%"}}))},v._callPropsCallbacks=function(){if(typeof this.props.onItemsRendered=="function"){var g=this.props.itemCount;if(g>0){var x=this._getRangeToRender(),C=x[0],E=x[1],w=x[2],S=x[3];this._callOnItemsRendered(C,E,w,S)}}if(typeof this.props.onScroll=="function"){var k=this.state,_=k.scrollDirection,I=k.scrollOffset,M=k.scrollUpdateWasRequested;this._callOnScroll(_,I,M)}},v._getRangeToRender=function(){var g=this.props,x=g.itemCount,C=g.overscanCount,E=this.state,w=E.isScrolling,S=E.scrollDirection,k=E.scrollOffset;if(x===0)return[0,0,0,0];var _=s(this.props,k,this._instanceProps),I=a(this.props,_,k,this._instanceProps),M=!w||S==="backward"?Math.max(1,C):1,R=!w||S==="forward"?Math.max(1,C):1;return[Math.max(0,_-M),Math.max(0,Math.min(x-1,I+R)),_,I]},m}(u.PureComponent),t.defaultProps={direction:"ltr",itemData:void 0,layout:"vertical",overscanCount:2,useIsScrolling:!1},t}var lve=function(t,n){t.children,t.direction,t.height,t.layout,t.innerTagName,t.outerTagName,t.width,n.instance},ave=sve({getItemOffset:function(t,n){var r=t.itemSize;return n*r},getItemSize:function(t,n){var r=t.itemSize;return r},getEstimatedTotalSize:function(t){var n=t.itemCount,r=t.itemSize;return r*n},getOffsetForIndexAndAlignment:function(t,n,r,o,i,s){var a=t.direction,c=t.height,d=t.itemCount,p=t.itemSize,h=t.layout,m=t.width,v=a==="horizontal"||h==="horizontal",b=v?m:c,g=Math.max(0,d*p-b),x=Math.min(g,n*p),C=Math.max(0,n*p-b+p+s);switch(r==="smart"&&(o>=C-b&&o<=x+b?r="auto":r="center"),r){case"start":return x;case"end":return C;case"center":{var E=Math.round(C+(x-C)/2);return E<Math.ceil(b/2)?0:E>g+Math.floor(b/2)?g:E}case"auto":default:return o>=C&&o<=x?o:o<C?C:x}},getStartIndexForOffset:function(t,n){var r=t.itemCount,o=t.itemSize;return Math.max(0,Math.min(r-1,Math.floor(n/o)))},getStopIndexForStartIndex:function(t,n,r){var o=t.direction,i=t.height,s=t.itemCount,a=t.itemSize,c=t.layout,d=t.width,p=o==="horizontal"||c==="horizontal",h=n*a,m=p?d:i,v=Math.ceil((m+r-h)/a);return Math.max(0,Math.min(s-1,n+v-1))},initInstanceProps:function(t){},shouldResetStyleCacheOnItemSizeChange:!0,validateProps:function(t){t.itemSize}});function EN({onSelect:e,multiple:t=!0,files:n=!0,folders:r=!0,fileMask:o,from:i=""}){const[s,a]=u.useState(i),[c,d]=u.useState(!1),p=u.useRef(!1);u.useEffect(()=>{Rt("resolve_path",{path:i,closestFolder:!0}).then(H=>{typeof H.path=="string"&&(a(H.path),p.current=H.path[1]===":")}).finally(()=>d(!0))},[i]);const{list:h,error:m,loading:v}=Ja(c&&"ls",{path:s,files:n,fileMask:o});u.useEffect(()=>{g([]),C("")},[s]);const[b,g]=u.useState([]),[x,C]=u.useState(""),E=u.useMemo(()=>Dt.debounce(H=>C(H)),[]),w=u.useMemo(()=>{const H=new RegExp(Dt.escapeRegExp(x),"i");return j=>H.test(j)},[x]),[S,k]=u.useState(0),_=u.useMemo(()=>h.filter(H=>w(H.n)),[h,w]);if(v)return tA();const I=p.current?"":"/",M=p.current?"\\":"/",R=Loe(M,s),T=s.length<2;return u.createElement(u.Fragment,{},u.createElement(tt,{display:"flex",gap:1},u.createElement(ur,{title:"root",disabled:T,onClick(){a(I)}},u.createElement(vF)),u.createElement(ur,{disabled:T,title:"parent folder",onClick(){const H=/[\\/]$/.test(s)?s.slice(0,-1):s,j=nA(H)?I:H.slice(0,H.lastIndexOf(M)||1);a(j)}},u.createElement(gF)),u.createElement(Eo,{label:"Current path",value:s,InputLabelProps:{shrink:!0},onChange(H){return dt(this,null,function*(){if(!H)return a(I);const j=yield Rt("resolve_path",{path:H});a(j.path)})}})),m?u.createElement(_o,{severity:"error"},rA(m)):u.createElement(u.Fragment,{},u.createElement(tt,{ref(H){if(!H)return;const j=(H==null?void 0:H.clientHeight)-1;j-S>1&&k(j)},sx:{flex:1,display:"flex",flexDirection:"column"}},h.length?u.createElement(ave,{width:"100%",height:S,itemSize:46,itemCount:_.length,overscanCount:5,children({index:H,style:j}){const A=_[H],F=A.k==="d";return u.createElement(dr,{style:Ht(Oe({},j),{padding:0}),key:A.n,onClick(){F?a(R+A.n):e([R+A.n])}},t&&u.createElement(ZO,{checked:b.includes(A.n),disabled:!r&&F,onClick(B){const G=A.n,N=b.filter(z=>z!==G);g(N.length<b.length?N:[...b,G]),B.stopPropagation()}}),u.createElement(gL,{},u.createElement(A.k?xN:SN)),u.createElement(Lv,{sx:{whiteSpace:"pre-wrap",wordBreak:"break-all"}},A.n),!F&&A.s!==void 0&&u.createElement(Mr,{variant:"body2",color:"text.secondary",ml:4,mr:1},Ba(A.s)))}}):u.createElement(Kx,{flex:1,mt:"4em"},"No elements in this folder")),u.createElement(tt,{display:"flex",gap:1},(t||r||!n)&&u.createElement(ur,{variant:"contained",disabled:!s||!r&&!b.length&&n,sx:{minWidth:"max-content"},onClick(){e(b.length?b.map(H=>R+H):[s])}},n&&(b.length||!r)?`Select (${b.length})`:"Select this folder"),u.createElement(fp,{value:x,label:`Filter results (${_.length}${_.length<h.length?"/"+h.length:""})`,onChange(H){E(H.target.value)},sx:{flex:1}}))))}function hf(c){var d=c,{value:e,onChange:t,files:n=!0,folders:r=!1,fileMask:o,defaultPath:i,title:s}=d,a=dn(d,["value","onChange","files","folders","fileMask","defaultPath","title"]);const p=Iu("md");return u.createElement(Eo,Ht(Oe({},a),{value:e,onChange:t,InputProps:{endAdornment:u.createElement(og,{position:"end"},u.createElement(kn,{icon:mF,title:"Browse files...",edge:"end",onClick(){const h=Mi({title:s!=null?s:n?"Pick a file":"Pick a folder",dialogProps:{fullScreen:!p,sx:{minWidth:"min(90vw, 40em)",minHeight:"calc(100vh - 9em)"}},Content(){return u.createElement(EN,{multiple:!1,folders:r,files:n,fileMask:o,from:e||i,onSelect(v){return dt(this,null,function*(){var x;let b=v==null?void 0:v[0];if(!b)return;const g=(x=yield Rt("get_cwd"))==null?void 0:x.path;b.startsWith(g)&&(b=b.slice(g.length+1)||"."),t(b,{was:e,event:"picker"}),h()})}})}})}}))}}))}var oE={},cve=lt;Object.defineProperty(oE,"__esModule",{value:!0});var PN=oE.default=void 0,uve=cve(ft()),dve=ct(),fve=(0,uve.default)((0,dve.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"}),"CheckCircle");PN=oE.default=fve;var iE={},pve=lt;Object.defineProperty(iE,"__esModule",{value:!0});var kN=iE.default=void 0,hve=pve(ft()),mve=ct(),gve=(0,hve.default)((0,mve.jsx)("path",{d:"M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"}),"Launch");kN=iE.default=gve;function vve(){var C,E,w;const e=" — ",{username:t}=Jl(),{data:n,reload:r,element:o}=Zo("get_status"),{data:i}=Zo("get_vfs"),[s]=gp(t&&"get_account"),{data:a,reload:c}=Zo("get_config",{only:["https_port","cert","private_key","proxies","ignore_proxies"]}),{list:d}=Ja("get_plugins");if(o||!n)return o;const{http:p,https:h}=n,m=!(p!=null&&p.listening)&&(h!=null&&h.listening)?"s":"",v=m?h:(p==null?void 0:p.listening)&&p,b=v&&`http${m}://`+window.location.hostname+(v.port===(m?443:80)?"":":"+v.port),g=Ax(n,k=>k.busy?[`port ${k.port} already used by ${k.busy}${e}choose a `,Jh("different port"),` or stop ${k.busy}`]:k.error),x=g&&Hu(Object.entries(g).map(([k,_])=>_&&[Xi(`Protocol _${k}_ cannot work: `),_,(sE(_)||lE(_))&&[e,u.createElement(Tl,{sx:{cursor:"pointer"},onClick(){aE().then(c).then(r)}},"make one")," or ",e,Jh("provide adequate files")]]));return u.createElement(tt,{display:"flex",gap:2,flexDirection:"column"},t&&mi("","Welcome "+t),x.length?lg(x.map(k=>mi("error",lg(k)))):mi("success","Server is working"),i?!((E=(C=i.root)==null?void 0:C.children)!=null&&E.length)&&!((w=i.root)!=null&&w.source)?mi("warning","You have no files shared",e,yve("add some")):mi("",Xi("This is Admin-panel, where you manage your server. Access your files on "),u.createElement(Tl,{target:"frontend",href:"/"},"Front-end",u.createElement(kN,{sx:{verticalAlign:"sub",ml:".2em"}}))):u.createElement(WJ),!b&&mi("warning","Frontend unreachable: ",["http","https"].map(k=>k+" "+(g[k]?"is in error":"is off")).join(", "),!x.length&&[e,Jh("switch http or https on")]),d.find(k=>k.badApi)&&mi("warning","Some plugins may be incompatible"),!(s!=null&&s.adminActualAccess)&&mi("",Xi("On _localhost_ you don't need to login"),e,u.createElement(Gx,{to:"accounts"},Xi("to access from another computer create an account with /admin/ permission"))),IN(a,n)&&mi("warning","A proxy was detected but none is configured",e,Jh("set the number of proxies"),e,"unless you are sure you can ",u.createElement(ur,{onClick(){return dt(this,null,function*(){(yield Hl("Go on only if you know what you are doing"))&&(yield Rt("set_config",{values:{ignore_proxies:!0}}))&&c()})}},"ignore this warning")),n.frpDetected&&mi("warning",'FRP is detected. It should not be used with "type = tcp" with HFS. Possible solutions are',u.createElement("ol",{},u.createElement("li",{},"configure FRP with type=http (best solution)"),u.createElement("li",{},Xi("configure FRP to connect to HFS _not_ with 127.0.0.1 (safe, but you won't see users' IPs)")),u.createElement("li",{},`disable "admin access for localhost" in HFS (safe, but you won't see users' IPs)`))),mi("",u.createElement(Tl,{target:"support",href:"https://github.com/rejetto/hfs/discussions"},"Get support")))}function mi(e,...t){return u.createElement(tt,{fontSize:"x-large",color:n=>{var r;return e&&((r=n.palette[e])==null?void 0:r.main)}},u.createElement({success:PN,info:Hf,"":Hf,warning:Dv,error:Nv}[e],{sx:{mb:"-3px",mr:1,color:e?void 0:"primary.main"}}),...t)}function yve(e="File System page"){return u.createElement(Gx,{to:"fs"},e)}function Jh(e="Options page"){return u.createElement(Gx,{to:"options"},e)}function IN(e,t){return e&&!e.proxies&&!e.ignore_proxies&&(t==null?void 0:t.proxyDetected)}let Al,Pw;const _N=hp({changes:{}});Ox(En,e=>{e.some(t=>t[1][0]==="config")&&$N()});const xg={log:"Access log file",error_log:"Access error log file"};function bve(){var m;const{data:e,reload:t,element:n}=Zo("get_config",{omit:["vfs"]}),r=Jl(),{changes:o}=Bv(_N),i=Zo(e&&"get_status"),s=i.data,a=Pw=i.reload;u.useEffect(()=>void a(),[e]),u.useEffect(()=>()=>Pw=void 0,[]);const c=(m=gp("get_admins")[0])==null?void 0:m.list;if(n)return n;if(i.error)return i.element;const d=Al!==e?En.config=Al=e:r.config,p={comp:ma,min:1,placeholder:"no limit",md:3};return u.createElement(mp,{sx:{maxWidth:"60em"},values:d,set(v,b){En.config[b]=v},stickyBar:!0,onError:Un,save:{onClick:h,sx:Kv(Object.keys(o).length>0)},barSx:{gap:2},addToBar:[u.createElement(ur,{onClick(){t(),a()},startIcon:u.createElement(Fv)},"Reload")],defaults(){return{sm:6}},fields:[{k:"port",comp:bM,md:3,label:"HTTP port",status:(s==null?void 0:s.http)||!0,suggestedPort:80},{k:"https_port",comp:bM,md:3,label:"HTTPS port",status:(s==null?void 0:s.https)||!0,suggestedPort:443,onChange(v){return v>=0&&d.https_port<0&&!d.cert&&Cve(),v}},Ht(Oe({k:"max_kbps"},p),{label:"Limit output KB/s",helperText:"Doesn't apply to localhost"}),Ht(Oe({k:"max_kbps_per_ip"},p),{label:"Limit output KB/s per-ip"}),d.https_port>=0&&Oe({k:"cert",comp:hf,label:"HTTPS certificate file"},g$(s==null?void 0:s.https.error,v=>sE(v)?{error:!0,helperText:[v," - ",u.createElement(Tl,{key:"fix",sx:{cursor:"pointer"},onClick:aE},"make one")]}:null)),d.https_port>=0&&Oe({k:"private_key",comp:hf,label:"HTTPS private key file"},g$(s==null?void 0:s.https.error,v=>lE(v)?{error:!0,helperText:v}:null)),{k:"open_browser_at_start",comp:$a,label:"Open Admin-panel at start",helperText:"Browser is automatically launched with HFS"},{k:"localhost_admin",comp:$a,label:"Admin access for localhost connections",getError:v=>!v&&(c==null?void 0:c.length)===0&&"First create at least one admin account",helperText:"To access Admin without entering credentials"},{k:"title",helperText:"You can see this in the tab of your browser"},{k:"favicon",comp:hf,placeholder:"None",fileMask:"*.png|*.ico|*.jpg|*.jpeg|*.gif|*.svg",helperText:"The icon associated to your website"},{k:"log",label:xg.log,md:3,helperText:"Requests are logged here"},{k:"error_log",label:xg.error_log,md:3,placeholder:"errors go to main log",helperText:"If you want errors in a different log"},{k:"log_rotation",comp:Ql,options:[{value:"",label:"disabled"},"daily","weekly","monthly"],helperText:"To avoid an endlessly-growing single log file, you can opt for rotation"},{k:"proxies",comp:ma,min:0,max:9,sm:6,label:"How many HTTP proxies between this server and users?",error:IN(d,s),helperText:"Wrong number will prevent detection of users' IP address"},{k:"allowed_referer",placeholder:"any",label:"Links from other websites",comp:wve},{k:"dont_overwrite_uploading",comp:$a,label:"Don't overwrite uploading",helperText:"Files will be numbered to avoid overwriting"},{k:"delete_unfinished_uploads_after",comp:ma,md:3,min:0,unit:"seconds",placeholder:"Never",helperText:"Leave empty to never delete"},{k:"min_available_mb",comp:ma,md:3,min:0,unit:"MBytes",placeholder:"None",label:"Min. available disk space",helperText:"Reject uploads that don't comply"},{k:"zip_calculate_size_for_seconds",comp:ma,label:"Calculate ZIP size for",unit:"seconds",helperText:"If time is not enough, the browser will not show download percentage"},{k:"mime",comp:Lie,keyLabel:"Files",keyWidth:7,valueLabel:"Mime type",valueWidth:4},{k:"block",label:"Blocked IPs",multiline:!0,minRows:3,helperText:"Enter an IP address for each line. CIDR and * are supported.",fromField:v=>v.split(`
|
|
475
|
+
`).map(b=>b.trim()).filter(Boolean).map(b=>({ip:b})),toField:v=>Array.isArray(v)?v.map(b=>b==null?void 0:b.ip).filter(Boolean).join(`
|
|
476
|
+
`):""}]});function h(){return dt(this,null,function*(){var k,_;if(Dt.isEmpty(o))return ki("Nothing to save");const v=window.location,b=["port","https_port"];if(b.every(I=>o[I]!==void 0))return Un("You cannot change both http and https port at once. Please, do one, save, and then do the other.","warning");const g=[(k=s==null?void 0:s.http)==null?void 0:k.listening,(_=s==null?void 0:s.https)==null?void 0:_.listening],x=location.protocol==="https:";x&&(b.reverse(),g.reverse());const C=o[b[0]],E=d[b[1]],w=E>0&&g[1],S=x?"http":"https";if(C<0&&!w)return Un("You cannot switch off this port unless you have a working fixed port for "+S,"warning");if(C===0&&!w)return Un("You cannot randomize this port unless you have a working fixed port for "+S,"warning");if(!(C>0&&!(yield Hl("You are changing the port and you may be disconnected")))&&!(x&&("cert"in o||"private_key"in o)&&!(yield Hl("You may disrupt https service, kicking you out")))){if(yield Rt("set_config",{values:o}),C!==void 0)return yield Un("You are being redirected but in some cases this may fail. Hold on tight!","warning"),window.location.href=C<=0?(x?"http:":"https:")+"//"+v.hostname+":"+E+v.pathname:v.protocol+"//"+v.hostname+":"+C+v.pathname;setTimeout(a,"port"in o||"https_port"in o?1e3:0),Object.assign(Al,o),$N(),ki("Changes applied","success")}})}}function $N(){const e={};if(En.config)for(const[t,n]of Object.entries(En.config))JSON.stringify(n)!==JSON.stringify(Al==null?void 0:Al[t])&&(e[t]=n);_N.changes=e}function sE(e){return/certificate/.test(e)}function lE(e){return/private key/.test(e)}function bM({label:e,value:t,onChange:n,getApi:r,status:o,suggestedPort:i=1,error:s,helperText:a}){const c=u.useRef(i);t>0&&(c.current=t);const d=Number(t>0?c.current:t)||0;let p=o==null?void 0:o.error;return p&&(sE(p)||lE(p)?p=void 0:s=!0),u.createElement(tt,{},u.createElement(tt,{display:"flex"},u.createElement(Ql,{sx:{flexGrow:1},label:e,error:s,value:d,options:[{label:"off",value:-1},{label:"random",value:0},{label:"choose",value:c.current}],onChange:n}),t>0&&u.createElement(ma,{label:"Number",fullWidth:!1,value:t,onChange:n,getApi:r,error:s,min:1,max:65535,helperText:a,sx:{minWidth:"5.5em"}})),o&&u.createElement(Tv,{error:s},o===!0?"...":p!=null?p:(o==null?void 0:o.listening)&&"Correctly working on port "+o.port))}function wve({label:e,value:t,onChange:n,error:r}){const o=!t||t==="-",i="example.com";return u.createElement(tt,{display:"flex"},u.createElement(Ql,{label:e,value:o?t:i,options:{"allow all":"","forbid all":"-","allow some":i},onChange:n,error:r,sx:o?void 0:{maxWidth:"11em"}}),!o&&u.createElement(Eo,{label:"Domain to allow",value:t,placeholder:"example.com",onChange:n,error:r,helperText:"Masks supported"}))}function Cve(){Mi({Content:()=>u.createElement(tt,{},u.createElement(tt,{display:"flex",gap:1},u.createElement(Hf),"You are enabling HTTPs. It needs a valid certificate + private key to work."),u.createElement(tt,{mt:4,display:"flex",gap:1,justifyContent:"space-around"},u.createElement(ur,{variant:"contained",onClick(){$i(),aE().then()}},"Help me!"),u.createElement(ur,{onClick:$i},"I will handle the matter myself")))})}function aE(){return dt(this,null,function*(){if(!window.crypto.subtle)return Un("Retry this procedure on localhost","warning");const e=yield Vf({title:"We'll generate a basic certificate for you",fields:[u.createElement(tt,{display:"flex",gap:1,alignItems:"center"},u.createElement(Dv),"This certificate is just one click away, but will issue a warning on the browser"),{k:"commonName",label:"Enter a domain, or leave empty"}],save:{children:"Continue"},barSx:{gap:1},addToBar:[u.createElement(Tl,{target:"cert",href:"https://letsencrypt.org/"},u.createElement(ur,{},"Get better certificate"))]});if(!e)return;const t=qie();try{const n=yield Rt("save_pem",yield xve(e));yield Rt("set_config",{values:n}),Al&&Object.assign(Al,n),setTimeout(Pw,1e3),Object.assign(En.config,n),yield Un("Certificate saved","success")}finally{t()}})}function xve(e){return dt(this,null,function*(){const{pki:t}=window.forge,n=t.rsa.generateKeyPair(2048),r=t.createCertificate();r.publicKey=n.publicKey,r.serialNumber="01",r.validity.notBefore=new Date,r.validity.notAfter=new Date,r.validity.notAfter.setFullYear(r.validity.notBefore.getFullYear()+1);const o=Object.entries(e).map(i=>({name:i[0],value:i[1]}));return r.setSubject(o),r.setIssuer(o),r.sign(n.privateKey),{cert:t.certificateToPem(r),private_key:t.privateKeyToPem(n.privateKey)}})}var cE={},Sve=lt;Object.defineProperty(cE,"__esModule",{value:!0});var MN=cE.default=void 0,Eve=Sve(ft()),Pve=ct(),kve=(0,Eve.default)((0,Pve.jsx)("path",{d:"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"}),"Group");MN=cE.default=kve;var uE={},Ive=lt;Object.defineProperty(uE,"__esModule",{value:!0});var RN=uE.default=void 0,_ve=Ive(ft()),$ve=ct(),Mve=(0,_ve.default)((0,$ve.jsx)("path",{d:"M17 10.43V2H7v8.43c0 .35.18.68.49.86l4.18 2.51-.99 2.34-3.41.29 2.59 2.24L9.07 22 12 20.23 14.93 22l-.78-3.33 2.59-2.24-3.41-.29-.99-2.34 4.18-2.51c.3-.18.48-.5.48-.86zm-4 1.8-1 .6-1-.6V3h2v9.23z"}),"MilitaryTech");RN=uE.default=Mve;var dE={},Rve=lt;Object.defineProperty(dE,"__esModule",{value:!0});var TN=dE.default=void 0,Tve=Rve(ft()),Ove=ct(),Lve=(0,Tve.default)((0,Ove.jsx)("path",{d:"M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"}),"Person");TN=dE.default=Lve;var fE={},Ave=lt;Object.defineProperty(fE,"__esModule",{value:!0});var ON=fE.default=void 0,Fve=Ave(ft()),Nve=ct(),Dve=(0,Fve.default)((0,Nve.jsx)("path",{d:"M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm-9-2V7H4v3H1v2h3v3h2v-3h3v-2H6zm9 4c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"}),"PersonAdd");ON=fE.default=Dve;function Bve({account:e,done:t,groups:n,addToBar:r,reload:o}){const[i,s]=u.useState(e),[a,c]=u.useState([]);u.useEffect(()=>{var v,b;s(e),c(n.filter(g=>g!==e.username)),Hie()||(b=(v=h.current)==null?void 0:v.querySelector("input"))==null||b.focus()},[JSON.stringify(e)]);const d=!e.username,p=!i.hasPassword,h=u.useRef();return u.createElement(mp,{formRef:h,values:i,set(v,b){s(Ht(Oe({},i),{[b]:v}))},barSx:Oe({gap:2,width:"100%"},Ux()),stickyBar:!0,addToBar:[!d&&u.createElement(kn,{icon:Ri,title:"Delete",confirm:"Delete?",onClick:()=>Rt("del_account",{username:e.username}).then(()=>o())}),r,u.createElement(tt,{flex:1}),LN(i,{fontSize:"large",sx:{p:1}})],fields:[{k:"username",label:p?"Group name":void 0,autoComplete:"off",required:!0,xl:p?12:4,getError:v=>v!==e.username&&Rt("get_account",{username:v}).then(b=>b.username===e.username?"usernames are case-insensitive":"already used",()=>!1)},!p&&{k:"password",md:6,xl:4,type:"password",autoComplete:"new-password",required:d,label:d?"Password":"Change password"},!p&&{k:"password2",md:6,xl:4,type:"password",autoComplete:"new-password",label:"Repeat password",getError:(v,{values:b})=>(v||"")!==(b.password||"")&&"Enter same password"},{k:"ignore_limits",comp:$a,xl:6,helperText:i.ignore_limits?"Speed limits don't apply to this account":"Speed limits apply to this account"},Oe({k:"admin",comp:$a,xl:6,fromField:v=>v||null,label:"Permission to access Admin-panel",helperText:"To access THIS interface you are using right now"},!e.admin&&e.adminActualAccess&&{value:!0,helperText:"This permission is inherited"}),{k:"belongs",comp:Bx,label:"Inherits from",options:a,helperText:"Specify groups to inherit permissions from."+(a.length?"":" There are no groups available, create one first.")},{k:"redirect",helperText:"If you want this account to be redirected to a specific folder/address at login time"}],onError:Un,save:{sx:Kv(!Wx(i,e)),onClick(){return dt(this,null,function*(){const w=i,{password:v="",password2:b,adminActualAccess:g}=w,x=dn(w,["password","password2","adminActualAccess"]),{username:C}=i;if(d){const S=yield Rt("add_account",x);if(v)try{yield wM(C,v)}catch(k){throw Rt("del_account",{username:C}).then(),k}t(S.username),ki("Account created","success");return}const E=yield Rt("set_account",{username:e.username,changes:x});v&&(yield wM(C,v)),setTimeout(()=>ki("Account modified","success"),1),t(E.username)})}}})}function wM(e,t){return dt(this,null,function*(){const n=new _a.SRPRoutines(new _a.SRPParameters),r=yield _a.createVerifierAndSalt(n,e,t);return Rt("change_srp_others",{username:e,salt:String(r.s),verifier:String(r.v)}).catch(o=>{if(o.code!==406)throw o;return Rt("change_password_others",{username:e,newPassword:t})})})}function zve(){const{username:e}=Jl(),{data:t,reload:n,element:r}=Zo("get_accounts"),[o,i]=u.useState([]),s=Array.isArray(o);u.useEffect(()=>{Array.isArray(t==null?void 0:t.list)&&s&&i(o.filter(b=>t.list.find(g=>(g==null?void 0:g.username)===b)))},[t]);const a=t==null?void 0:t.list,c=s&&Dt.find(a,{username:o[0]});function d(){i([])}const h=Iu("md"),m=!(o.length>0)||!a?null:s&&o.length>1?u.createElement(u.Fragment,{},u.createElement(Vx,{alignItems:"center"},u.createElement(Mr,{variant:"h6"},o.length+" selected"),u.createElement(ur,{onClick:v,startIcon:u.createElement(Ri)},"Remove")),u.createElement(Ov,{},o.map(b=>u.createElement(mL,{key:b},u.createElement(Lv,{},b))))):u.createElement(Bve,{account:c||{username:"",hasPassword:o==="new-user"},groups:a.filter(b=>!b.hasPassword).map(b=>b.username),addToBar:h&&u.createElement(kn,{icon:pp,title:"Close",onClick:d}),reload:n,done(b){i([b]),n()}});return u.useEffect(()=>{if(!(h||!m||!o.length))return Mi({title:Dt.isString(o)?Dt.startCase(o):o.length>1?"Multiple selection":c?(c.hasPassword?"User: ":"Group: ")+c.username:"?",Content:()=>m,onClose:d})},[h,o,c]),r||u.createElement(qn,{container:!0,maxWidth:"80em"},u.createElement(qn,{item:!0,xs:12},u.createElement(tt,{display:"flex",flexWrap:"wrap",gap:2,mb:2,sx:{position:"sticky",top:0,zIndex:2,backgroundColor:"background.paper",width:"fit-content"}},u.createElement($F,{variant:"contained",startIcon:u.createElement(ON),items:[{children:"user",onClick:()=>i("new-user")},{children:"group",onClick:()=>i("new-group")}]},"Add"),qx(n),(a==null?void 0:a.length)>0&&u.createElement(Mr,{p:1},`${a.length} account(s)`))),u.createElement(qn,{item:!0,md:5},!(a!=null&&a.length)&&u.createElement(_o,{severity:"info"},Xi`To access administration _remotely_ you will need to create a user account with admin permission`),u.createElement(qL,{multiSelect:!0,sx:{pr:4,pb:2,minWidth:"15em"},selected:s?o:[],onNodeSelect(b,g){i(g)}},a==null?void 0:a.map(b=>{var g,x;return u.createElement(iw,{key:b.username,nodeId:b.username,label:u.createElement(tt,{sx:{display:"flex",flexWrap:"wrap",padding:".2em 0",gap:".5em",alignItems:"center"}},LN(b),b.adminActualAccess&&vo(RN,"Can login into Admin"),b.username,Boolean((g=b.belongs)==null?void 0:g.length)&&u.createElement(tt,{sx:{color:"text.secondary",fontSize:"small"}},"(",(x=b.belongs)==null?void 0:x.join(", "),")"))})}))),h&&m&&u.createElement(qn,{item:!0,md:7},u.createElement(XO,{},u.createElement(QO,{},m))));function v(){return dt(this,null,function*(){if(o.length>Dt.pull(o,e).length&&(yield Un("Won't delete current account","warning")),!!o.length&&(yield Hl(`Delete ${o.length} item(s)?`)))try{const b=[];for(const g of o)(yield Rt("del_account",{username:g}).then(()=>1,()=>0))||b.push(g);if(n(),b.length)return Un("Following elements couldn't be deleted: "+b.join(", "),"error")}catch(b){yield Un(b)}})}}function LN(e,t={}){return u.createElement(e.hasPassword?TN:MN,t)}function jve(){const{element:e}=Zo("get_config",{only:[]}),{username:t}=Jl();return e||(t?u.createElement(tt,{display:"flex",flexDirection:"column",gap:2},"You are logged in as "+t,u.createElement(tt,{},u.createElement(ur,{size:"large",variant:"contained",onClick(){Rt("logout").catch(n=>n.code!==401&&Un(n))}},"Yes, I want to logout"))):u.createElement(_o,{severity:"info"},"You are not logged in, because authentication is not required on localhost"))}function Hve(){const{list:e,error:t,connecting:n,reload:r}=Ja("list_langs",void 0,{addId:!0});if(t)return t;return u.createElement(u.Fragment,{},u.createElement(_o,{severity:"info"},"Translation is limited to Front-end, it doesn't apply to Admin-panel"),u.createElement(_o,{severity:"info"},"The front-end will automatically apply translation based on the language of the browser. You can force a specific language to load by appending by appending ?lang=CODE to the URL."),u.createElement(tt,{mb:1},u.createElement(ur,{variant:"contained",startIcon:u.createElement(Yv),onClick:o},"Add")),u.createElement(Ku,{loading:n,rows:e,hideFooter:!0,sx:{maxWidth:"40em"},columns:[{field:"code",width:80},{field:"version",width:80},{field:"author",flex:1},{field:"actions",width:80,align:"center",hideSortIcons:!0,disableColumnMenu:!0,renderCell({row:i}){return u.createElement("div",{},u.createElement(kn,{icon:Ri,title:"Delete",confirm:"Delete?",onClick(){return dt(this,null,function*(){yield Rt("del_lang",Dt.pick(i,"code")),r(),ki("Deleted")})}}))}}]}));function o(){Boe(i=>dt(this,null,function*(){if(!i)return;const s={};for(const a of i)s[a.name]=yield zoe(a);try{yield Rt("add_langs",{langs:s}),r(),ki("Loaded")}catch(a){yield Un(a)}}),{accept:".json"})}}function Vve(){const[e,t]=u.useState(0),n=Xie(xg);return u.createElement(u.Fragment,{},u.createElement(IL,{value:e,onChange(r,o){t(o)}},n.map(r=>u.createElement(PL,{label:xg[r],key:r}))),u.createElement(Uve,{key:e,file:n[e]}))}function Uve({file:e}){const{list:t,error:n,connecting:r}=Ja("get_log",{file:e},{addId:!0});return n||u.createElement(Ku,{loading:r,rows:t,componentsProps:{pagination:{showFirstButton:!0,showLastButton:!0}},columns:[{field:"ip",headerName:"Address",flex:.6,minWidth:100,maxWidth:230},{field:"user",headerName:"Username",flex:.4,maxWidth:200},{field:"ts",headerName:"Timestamp",type:"dateTime",width:170,valueFormatter:({value:o})=>new Date(o).toLocaleString()},{field:"method",headerName:"Method",width:80},{field:"status",headerName:"Code",type:"number",width:70},{field:"length",headerName:"Size",type:"number",valueFormatter:({value:o})=>Ba(o)},{field:"uri",headerName:"URI",flex:2,minWidth:100}]})}var pE={},Wve=lt;Object.defineProperty(pE,"__esModule",{value:!0});var AN=pE.default=void 0;qve(u);var Gve=Wve(ft()),Kve=ct();function FN(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,n=new WeakMap;return(FN=function(r){return r?n:t})(e)}function qve(e,t){if(!t&&e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var n=FN(t);if(n&&n.has(e))return n.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(i!=="default"&&Object.prototype.hasOwnProperty.call(e,i)){var s=o?Object.getOwnPropertyDescriptor(e,i):null;s&&(s.get||s.set)?Object.defineProperty(r,i,s):r[i]=e[i]}return r.default=e,n&&n.set(e,r),r}var Yve=(0,Gve.default)((0,Kve.jsx)("path",{d:"M12 1.27a11 11 0 00-3.48 21.46c.55.09.73-.28.73-.55v-1.84c-3.03.64-3.67-1.46-3.67-1.46-.55-1.29-1.28-1.65-1.28-1.65-.92-.65.1-.65.1-.65 1.1 0 1.73 1.1 1.73 1.1.92 1.65 2.57 1.2 3.21.92a2 2 0 01.64-1.47c-2.47-.27-5.04-1.19-5.04-5.5 0-1.1.46-2.1 1.2-2.84a3.76 3.76 0 010-2.93s.91-.28 3.11 1.1c1.8-.49 3.7-.49 5.5 0 2.1-1.38 3.02-1.1 3.02-1.1a3.76 3.76 0 010 2.93c.83.74 1.2 1.74 1.2 2.94 0 4.21-2.57 5.13-5.04 5.4.45.37.82.92.82 2.02v3.03c0 .27.1.64.73.55A11 11 0 0012 1.27"}),"GitHub");AN=pE.default=Yve;var hE={},Xve=lt;Object.defineProperty(hE,"__esModule",{value:!0});var kw=hE.default=void 0,Qve=Xve(ft()),Jve=ct(),Zve=(0,Qve.default)((0,Jve.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm4 14H8V8h8v8z"}),"StopCircle");kw=hE.default=Zve;var mE={},eye=lt;Object.defineProperty(mE,"__esModule",{value:!0});var NN=mE.default=void 0,tye=eye(ft()),nye=ct(),rye=(0,tye.default)((0,nye.jsx)("path",{d:"M16 18v2H8v-2h8zM11 7.99V16h2V7.99h3L12 4 8 7.99h3z"}),"Upgrade");NN=mE.default=rye;function DN(c){var d=c,{label:e,helperText:t,fields:n,value:r,onChange:o,onError:i,getApi:s}=d,a=dn(d,["label","helperText","fields","value","onChange","onError","getApi"]);const p=u.useMemo(()=>(r||[]).map((m,v)=>Foe(Oe({},m),"id"in m?{$idx:v}:{id:v})),[JSON.stringify(r)]),h=u.useMemo(()=>[...n.map(m=>{var v;return Oe(Oe({field:m.k,headerName:(v=m.headerName)!=null?v:typeof m.label=="string"?m.label:XL(m.k),disableColumnMenu:!0},m.$width>=8?{width:m.$width}:{flex:m.$width||1}),m.$column)}),{field:"",width:80,disableColumnMenu:!0,sortable:!1,align:"center",headerAlign:"center",renderHeader(){return u.createElement(kn,{icon:Gv,title:"Add",onClick:m=>Vf({fields:n}).then(v=>v&&o([...r||[],v],{was:r,event:m}))})},renderCell({row:m}){const{$idx:v=m.id}=m;return u.createElement("div",{},u.createElement(kn,{icon:rE,title:"Modify",onClick:b=>Vf({fields:n,values:m}).then(g=>{if(!g)return;const x=r.map((C,E)=>E===v?g:C);o(x,{was:r,event:b})})}),u.createElement(kn,{icon:Ri,title:"Delete",confirm:"Delete?",onClick(b){const g=r.filter((x,C)=>C!==v);o(g,{was:r,event:b})}}))}}],[n,r,o]);return u.createElement(u.Fragment,{},e&&u.createElement(sL,{sx:{ml:1}},e),t&&u.createElement(Tv,{},t),u.createElement(tt,Oe({height:"20em"},a),u.createElement(Ku,{columns:h,rows:p,hideFooterSelectedRowCount:!0,hideFooter:!0,componentsProps:{pagination:{showFirstButton:!0,showLastButton:!0}}})))}function CM({updates:e}){const{list:t,setList:n,error:r,initializing:o}=Ja(e?"get_plugin_updates":"get_plugins");return r?jN(r):u.createElement(Ku,{rows:t.length?t:[],loading:o,disableColumnSelector:!0,disableColumnMenu:!0,columnVisibilityModel:{started:!e},localeText:e&&{noRowsLabel:'No updates available. Only plugins available on "search online" are checked.'},columns:[{field:"id",headerName:"name",flex:.3,minWidth:150,renderCell({row:i,value:s}){return u.createElement(u.Fragment,{},s,typeof i.badApi=="string"&&u.createElement(dp,{title:i.badApi,children:u.createElement(Nv,{color:"warning",sx:{ml:1}})}),zN(i.repo))}},{field:"version",width:70},{field:"description",flex:1},{field:"actions",width:120,align:"center",headerAlign:"center",hideSortIcons:!0,disableColumnMenu:!0,renderCell({row:i}){const{config:s,id:a}=i;return e?u.createElement(HN,{id:a,then:()=>n(t.filter(p=>p.id!==a))}):u.createElement("div",{},u.createElement(kn,i.started?{icon:kw,title:u.createElement(tt,{},`Stop ${a}`,u.createElement("br"),"Started "+new Date(i.started).toLocaleString()),color:"success",onClick:()=>Rt("set_plugin",{id:a,enabled:!1}).then(()=>ki("Plugin is stopping",u.createElement(kw,{color:"warning"})))}:{icon:qv,title:`Start ${a}`,onClick:()=>VN(a)}),u.createElement(kn,{icon:wx,title:"Options",disabled:!s&&"No options available for this plugin",onClick(){return dt(this,null,function*(){const p=yield Rt("get_plugin",{id:a}),h=yield Vf(Oe({title:`${a} options`,fields:[u.createElement(tt,{},i.description),...BN(s)],values:p.config},i.configDialog));!h||Dt.isEqual(p.config,h)||(yield Rt("set_plugin",{id:a,config:h}),ki("Configuration saved"))})}}),u.createElement(kn,{icon:Ri,title:"Uninstall",confirm:"Remove?",onClick(){return dt(this,null,function*(){yield Rt("uninstall_plugin",{id:a}),ki("Plugin uninstalled")})}}))}}]})}function BN(e){return Object.entries(e).map(([t,n])=>{if(!Dt.isPlainObject(n))return n;let d=n,{type:r,defaultValue:o,fields:i,frontend:s}=d,a=dn(d,["type","defaultValue","fields","frontend"]);const c=oye[r];return c===DN&&(i=BN(i)),o!==void 0&&r==="boolean"&&(a.placeholder=`Default value is ${JSON.stringify(o)}`),Oe({k:t,comp:c,fields:i},a)})}const oye={string:Eo,number:ma,boolean:$a,select:Ql,multiselect:Bx,array:DN,real_path:hf};function zN(e){return e&&u.createElement(kn,{icon:AN,title:"Open web page",link:"https://github.com/"+e})}function jN(e){return u.createElement(_o,{severity:"error"},Zie(e,{ENOTFOUND:"Couldn't reach github.com"}))}function HN({id:e,then:t}){return u.createElement(kn,{icon:NN,title:"Update",onClick(){return dt(this,null,function*(){yield Rt("update_plugin",{id:e}),t==null||t(e),ki("Plugin updated")})}})}function VN(e){return Rt("set_plugin",{id:e,enabled:!0}).then(()=>ki("Plugin is starting",u.createElement(qv,{color:"success"})))}var gE={},iye=lt;Object.defineProperty(gE,"__esModule",{value:!0});var UN=gE.default=void 0,sye=iye(ft()),lye=ct(),aye=(0,sye.default)((0,lye.jsx)("path",{d:"M5 20h14v-2H5v2zM19 9h-4V3H9v6H5l7 7 7-7z"}),"Download");UN=gE.default=aye;var vE={},cye=lt;Object.defineProperty(vE,"__esModule",{value:!0});var WN=vE.default=void 0,uye=cye(ft()),dye=ct(),fye=(0,uye.default)((0,dye.jsx)("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"}),"Search");WN=vE.default=fye;function pye(){const[e,t]=u.useState(""),[n]=DL(e,1e3),{list:r,error:o,initializing:i,updateList:s}=Ja("search_online_plugins",{text:n}),a=Jl();return o?jN(o):u.createElement(u.Fragment,{},u.createElement(Eo,{value:e,onChange:t,start:u.createElement(WN),typing:!0,label:"Search text"}),u.createElement(Ku,{rows:r.length?r:[],localeText:{noRowsLabel:"No compatible plugins have been found"},loading:i,columnVisibilityModel:a.onlinePluginsColumns,onColumnVisibilityModelChange:c=>Object.assign(En.onlinePluginsColumns,c),columns:[{field:"id",headerName:"name",flex:1},{field:"version",width:70},{field:"pushed_at",headerName:"last update",valueGetter:({value:c})=>new Date(c).toLocaleDateString()},{field:"license",width:80},{field:"description",flex:3},{field:"stargazers_count",width:50,headerName:"stars",align:"center"},{field:"actions",width:80,align:"center",hideSortIcons:!0,disableColumnMenu:!0,hideable:!1,renderCell({row:c}){const{id:d,branch:p}=c;return u.createElement("div",{},zN(d),c.update?u.createElement(HN,{id:d,then(){s(m=>Dt.find(m,{id:d}).update=!1)}}):u.createElement(kn,{icon:UN,title:"Install",progress:c.downloading,disabled:c.installed&&"Already installed",tooltipProps:{placement:"bottom-end"},confirm:"WARNING - Proceed only if you trust this author and this plugin",onClick(){return dt(this,null,function*(){const{id:m}=yield Rt("download_plugin",{id:d,branch:p});(yield Hl(Xi(`Plugin /${d}/ installed.
|
|
477
|
+
Do you want to start it now?`)))&&(yield VN(m))})}}))}}]}))}const GN={Installed:CM,"Search online":pye,"Check updates":()=>u.createElement(CM,{updates:!0})},hye=Object.keys(GN),mye=Object.values(GN);function gye(){const[e,t]=u.useState(0);return u.createElement(u.Fragment,{},u.createElement(IL,{value:e,onChange(n,r){t(r)}},hye.map(n=>u.createElement(PL,{label:n,key:n}))),u.createElement(mye[e]))}var KN={},vye=bn&&bn.__extends||function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,o){r.__proto__=o}||function(r,o){for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(r[i]=o[i])},e(t,n)};return function(t,n){if(typeof n!="function"&&n!==null)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}(),sr=bn&&bn.__assign||function(){return sr=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},sr.apply(this,arguments)},yye=bn&&bn.__createBinding||(Object.create?function(e,t,n,r){r===void 0&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);(!o||("get"in o?!t.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]}),bye=bn&&bn.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),wye=bn&&bn.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)&&yye(t,e,n);return bye(t,e),t},Cye=bn&&bn.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]]);return n};Object.defineProperty(KN,"__esModule",{value:!0});var Ld=wye(u),xye=13,Sye=9,Eye=8,Pye=89,Zh=90,kye=77,xM=57,SM=219,EM=222,PM=192,Iye=27,kM=100,_ye=3e3,$ye=typeof window!="undefined"&&"navigator"in window&&/Win/i.test(navigator.platform),A1=typeof window!="undefined"&&"navigator"in window&&/(Mac|iPhone|iPod|iPad)/i.test(navigator.platform),Em="npm__react-simple-code-editor__textarea",Mye=`
|
|
478
|
+
/**
|
|
479
|
+
* Reset the text fill color so that placeholder is visible
|
|
480
|
+
*/
|
|
481
|
+
.`.concat(Em,`:empty {
|
|
482
|
+
-webkit-text-fill-color: inherit !important;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
/**
|
|
486
|
+
* Hack to apply on some CSS on IE10 and IE11
|
|
487
|
+
*/
|
|
488
|
+
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
489
|
+
/**
|
|
490
|
+
* IE doesn't support '-webkit-text-fill-color'
|
|
491
|
+
* So we use 'color: transparent' to make the text transparent on IE
|
|
492
|
+
* Unlike other browsers, it doesn't affect caret color in IE
|
|
493
|
+
*/
|
|
494
|
+
.`).concat(Em,` {
|
|
495
|
+
color: transparent !important;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
.`).concat(Em,`::selection {
|
|
499
|
+
background-color: #accef7 !important;
|
|
500
|
+
color: transparent !important;
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
`),Rye=function(e){vye(t,e);function t(){var n=e!==null&&e.apply(this,arguments)||this;return n.state={capture:!0},n._recordCurrentState=function(){var r=n._input;if(r){var o=r.value,i=r.selectionStart,s=r.selectionEnd;n._recordChange({value:o,selectionStart:i,selectionEnd:s})}},n._getLines=function(r,o){return r.substring(0,o).split(`
|
|
504
|
+
`)},n._recordChange=function(r,o){var i,s,a;o===void 0&&(o=!1);var c=n._history,d=c.stack,p=c.offset;if(d.length&&p>-1){n._history.stack=d.slice(0,p+1);var h=n._history.stack.length;if(h>kM){var m=h-kM;n._history.stack=d.slice(m,h),n._history.offset=Math.max(n._history.offset-m,0)}}var v=Date.now();if(o){var b=n._history.stack[n._history.offset];if(b&&v-b.timestamp<_ye){var g=/[^a-z0-9]([a-z0-9]+)$/i,x=(i=n._getLines(b.value,b.selectionStart).pop())===null||i===void 0?void 0:i.match(g),C=(s=n._getLines(r.value,r.selectionStart).pop())===null||s===void 0?void 0:s.match(g);if(x!=null&&x[1]&&(!((a=C==null?void 0:C[1])===null||a===void 0)&&a.startsWith(x[1]))){n._history.stack[n._history.offset]=sr(sr({},r),{timestamp:v});return}}}n._history.stack.push(sr(sr({},r),{timestamp:v})),n._history.offset++},n._updateInput=function(r){var o=n._input;o&&(o.value=r.value,o.selectionStart=r.selectionStart,o.selectionEnd=r.selectionEnd,n.props.onValueChange(r.value))},n._applyEdits=function(r){var o=n._input,i=n._history.stack[n._history.offset];i&&o&&(n._history.stack[n._history.offset]=sr(sr({},i),{selectionStart:o.selectionStart,selectionEnd:o.selectionEnd})),n._recordChange(r),n._updateInput(r)},n._undoEdit=function(){var r=n._history,o=r.stack,i=r.offset,s=o[i-1];s&&(n._updateInput(s),n._history.offset=Math.max(i-1,0))},n._redoEdit=function(){var r=n._history,o=r.stack,i=r.offset,s=o[i+1];s&&(n._updateInput(s),n._history.offset=Math.min(i+1,o.length-1))},n._handleKeyDown=function(r){var o=n.props,i=o.tabSize,s=o.insertSpaces,a=o.ignoreTabKey,c=o.onKeyDown;if(!(c&&(c(r),r.defaultPrevented))){r.keyCode===Iye&&r.currentTarget.blur();var d=r.currentTarget,p=d.value,h=d.selectionStart,m=d.selectionEnd,v=(s?" ":" ").repeat(i);if(r.keyCode===Sye&&!a&&n.state.capture)if(r.preventDefault(),r.shiftKey){var b=n._getLines(p,h),g=b.length-1,x=n._getLines(p,m).length-1,C=p.split(`
|
|
505
|
+
`).map(function(H,j){return j>=g&&j<=x&&H.startsWith(v)?H.substring(v.length):H}).join(`
|
|
506
|
+
`);if(p!==C){var E=b[g];n._applyEdits({value:C,selectionStart:E!=null&&E.startsWith(v)?h-v.length:h,selectionEnd:m-(p.length-C.length)})}}else if(h!==m){var b=n._getLines(p,h),w=b.length-1,S=n._getLines(p,m).length-1,E=b[w];n._applyEdits({value:p.split(`
|
|
507
|
+
`).map(function(A,F){return F>=w&&F<=S?v+A:A}).join(`
|
|
508
|
+
`),selectionStart:E&&/\S/.test(E)?h+v.length:h,selectionEnd:m+v.length*(S-w+1)})}else{var k=h+v.length;n._applyEdits({value:p.substring(0,h)+v+p.substring(m),selectionStart:k,selectionEnd:k})}else if(r.keyCode===Eye){var _=h!==m,I=p.substring(0,h);if(I.endsWith(v)&&!_){r.preventDefault();var k=h-v.length;n._applyEdits({value:p.substring(0,h-v.length)+p.substring(m),selectionStart:k,selectionEnd:k})}}else if(r.keyCode===xye){if(h===m){var M=n._getLines(p,h).pop(),R=M==null?void 0:M.match(/^\s+/);if(R!=null&&R[0]){r.preventDefault();var T=`
|
|
509
|
+
`+R[0],k=h+T.length;n._applyEdits({value:p.substring(0,h)+T+p.substring(m),selectionStart:k,selectionEnd:k})}}}else if(r.keyCode===xM||r.keyCode===SM||r.keyCode===EM||r.keyCode===PM){var L=void 0;r.keyCode===xM&&r.shiftKey?L=["(",")"]:r.keyCode===SM?r.shiftKey?L=["{","}"]:L=["[","]"]:r.keyCode===EM?r.shiftKey?L=['"','"']:L=["'","'"]:r.keyCode===PM&&!r.shiftKey&&(L=["`","`"]),h!==m&&L&&(r.preventDefault(),n._applyEdits({value:p.substring(0,h)+L[0]+p.substring(h,m)+L[1]+p.substring(m),selectionStart:h,selectionEnd:m+2}))}else(A1?r.metaKey&&r.keyCode===Zh:r.ctrlKey&&r.keyCode===Zh)&&!r.shiftKey&&!r.altKey?(r.preventDefault(),n._undoEdit()):(A1?r.metaKey&&r.keyCode===Zh&&r.shiftKey:$ye?r.ctrlKey&&r.keyCode===Pye:r.ctrlKey&&r.keyCode===Zh&&r.shiftKey)&&!r.altKey?(r.preventDefault(),n._redoEdit()):r.keyCode===kye&&r.ctrlKey&&(!A1||r.shiftKey)&&(r.preventDefault(),n.setState(function(H){return{capture:!H.capture}}))}},n._handleChange=function(r){var o=r.currentTarget,i=o.value,s=o.selectionStart,a=o.selectionEnd;n._recordChange({value:i,selectionStart:s,selectionEnd:a},!0),n.props.onValueChange(i)},n._history={stack:[],offset:-1},n._input=null,n}return t.prototype.componentDidMount=function(){this._recordCurrentState()},Object.defineProperty(t.prototype,"session",{get:function(){return{history:this._history}},set:function(n){this._history=n.history},enumerable:!1,configurable:!0}),t.prototype.render=function(){var n=this,r=this.props,o=r.value,i=r.style,s=r.padding,a=r.highlight,c=r.textareaId,d=r.textareaClassName,p=r.autoFocus,h=r.disabled,m=r.form,v=r.maxLength,b=r.minLength,g=r.name,x=r.placeholder,C=r.readOnly,E=r.required,w=r.onClick,S=r.onFocus,k=r.onBlur,_=r.onKeyUp;r.onKeyDown,r.onValueChange,r.tabSize,r.insertSpaces,r.ignoreTabKey;var I=r.preClassName,M=Cye(r,["value","style","padding","highlight","textareaId","textareaClassName","autoFocus","disabled","form","maxLength","minLength","name","placeholder","readOnly","required","onClick","onFocus","onBlur","onKeyUp","onKeyDown","onValueChange","tabSize","insertSpaces","ignoreTabKey","preClassName"]),R={paddingTop:typeof s=="object"?s.top:s,paddingRight:typeof s=="object"?s.right:s,paddingBottom:typeof s=="object"?s.bottom:s,paddingLeft:typeof s=="object"?s.left:s},T=a(o);return Ld.createElement("div",sr({},M,{style:sr(sr({},Ad.container),i)}),Ld.createElement("pre",sr({className:I,"aria-hidden":"true",style:sr(sr(sr({},Ad.editor),Ad.highlight),R)},typeof T=="string"?{dangerouslySetInnerHTML:{__html:T+"<br />"}}:{children:T})),Ld.createElement("textarea",{ref:function(L){return n._input=L},style:sr(sr(sr({},Ad.editor),Ad.textarea),R),className:Em+(d?" ".concat(d):""),id:c,value:o,onChange:this._handleChange,onKeyDown:this._handleKeyDown,onClick:w,onKeyUp:_,onFocus:S,onBlur:k,disabled:h,form:m,maxLength:v,minLength:b,name:g,placeholder:x,readOnly:C,required:E,autoFocus:p,autoCapitalize:"off",autoComplete:"off",autoCorrect:"off",spellCheck:!1,"data-gramm":!1}),Ld.createElement("style",{dangerouslySetInnerHTML:{__html:Mye}}))},t.defaultProps={tabSize:2,insertSpaces:!0,ignoreTabKey:!1,padding:0},t}(Ld.Component),Tye=KN.default=Rye,Ad={container:{position:"relative",textAlign:"left",boxSizing:"border-box",padding:0,overflow:"hidden"},textarea:{position:"absolute",top:0,left:0,height:"100%",width:"100%",resize:"none",color:"inherit",overflow:"hidden",MozOsxFontSmoothing:"grayscale",WebkitFontSmoothing:"antialiased",WebkitTextFillColor:"transparent"},highlight:{position:"relative",pointerEvents:"none"},editor:{margin:0,border:0,background:"none",boxSizing:"inherit",display:"inherit",fontFamily:"inherit",fontSize:"inherit",fontStyle:"inherit",fontVariantLigatures:"inherit",fontWeight:"inherit",letterSpacing:"inherit",lineHeight:"inherit",tabSize:"inherit",textIndent:"inherit",textRendering:"inherit",textTransform:"inherit",whiteSpace:"pre-wrap",wordBreak:"keep-all",overflowWrap:"break-word"}};function Oye(){const{data:e,reload:t}=Zo("get_custom_html"),[n,r]=u.useState(""),[o,i]=u.useState({}),[s,a]=u.useState({});u.useEffect(()=>e&&a(e==null?void 0:e.sections),[e]),u.useEffect(()=>i(s),[s]);const c=u.useMemo(()=>{const h=Object.keys(o);return h.includes(n)||r((h==null?void 0:h[0])||""),h.map(m=>{var v;return{value:m,label:Dt.startCase(m)+((v=o[m])!=null&&v.trim()?" *":"")}})},[DL(o,500)]),d=u.useMemo(()=>!Dt.isEqualWith(s,o,(h,m)=>!h&&!m||void 0),[s,o]);return u.createElement(u.Fragment,{},u.createElement(_o,{severity:"info"},Xi("Add HTML code to some parts of the Front-end. It's saved to file `custom.html`, that you can edit directly with your editor of choice."),u.createElement(Tl,{href:"https://github.com/rejetto/hfs/wiki/customization"})),u.createElement(tt,{display:"flex",alignItems:"center",gap:1,mb:1},u.createElement(Ql,{label:"Section",value:n,options:c,onChange:r}),qx(t),u.createElement(kn,{icon:Nx,title:`Save
|
|
510
|
+
(ctrl+s)`,sx:Kv(d),onClick:p})),u.createElement(Tye,{value:(o==null?void 0:o[n])||"",onValueChange:h=>i(m=>Ht(Oe({},m),{[n]:h})),highlight:Lye,onKeyDown:h=>{nse(h)==="s"&&(p().then(),h.preventDefault())},padding:10,tabSize:4,insertSpaces:!0,ignoreTabKey:!1,style:{fontFamily:"ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace",fontSize:"1em",flex:1,background:"#8881"}}));function p(){return Rt("set_custom_html",{sections:o}).then(()=>a(o))}}function Lye(e){return e.replace(/[\u0000-\u002F\u003A-\u0040\u005B-\u0060\u007B-\u00FF]/g,t=>"&#"+("000"+t.charCodeAt(0)).slice(-4)+";")}const Iw=[{path:"",icon:LL,label:"Home",title:"Admin panel",comp:vve},{path:"fs",icon:_L,label:"Shared files",comp:Qge},{path:"accounts",icon:TL,comp:zve},{path:"options",icon:wx,comp:bve},{path:"monitoring",icon:OL,comp:Ehe},{path:"logs",icon:ML,comp:Vve},{path:"language",icon:AL,comp:Hve},{path:"plugins",icon:$L,comp:gye},{path:"html",icon:FL,label:"Custom HTML",comp:Oye},{path:"logout",icon:RL,comp:jve}];let F1;function IM({onSelect:e}){var n;const[t]=gp(!F1&&"get_status");return F1||(F1=(n=t==null?void 0:t.version)==null?void 0:n.replace("-"," ")),u.createElement(tt,{display:"flex",flexDirection:"column",bgcolor:"primary.main",minHeight:"100%"},u.createElement(Ov,{sx:{pr:1,color:"primary.contrastText",height:"100vh",boxSizing:"border-box",overflowY:"auto",position:"sticky",top:0,display:"flex",flexDirection:"column","&>a":{flex:"0"}}},u.createElement(tt,{display:"flex",px:2,py:1,gap:2,alignItems:"flex-end"},u.createElement(Mr,{variant:"h3"},"HFS"),u.createElement(tt,{pb:1,fontSize:"small"},F1)),Iw.map(r=>u.createElement(vZ,{key:r.path,to:r.path,component:T8,onClick:e,style:({isActive:o})=>o?{textDecoration:"underline"}:{},children:void 0},r.icon&&u.createElement(gL,{sx:{color:"primary.contrastText",minWidth:48}},u.createElement(r.icon)),u.createElement(Lv,{sx:{whiteSpace:"nowrap"},primary:qN(r)}))),u.createElement(tt,{sx:{flex:1,opacity:.7,background:"url(hfs-logo.svg) no-repeat bottom",backgroundSize:"contain",margin:2}})))}function qN(e){var t;return e&&((t=e.label)!=null?t:Dt.capitalize(e.path))}function Aye({children:e}){const{loginRequired:t}=Jl();return t===403?u.createElement(Kx,{},u.createElement(_o,{severity:"error"},"Admin-panel only for localhost"),u.createElement(tt,{mt:2,fontSize:"small"},"because no admin account was configured")):t?u.createElement(Fye):u.createElement(u.Fragment,{},e)}function Fye(){const[e,t]=u.useState({username:"",password:""}),[n,r]=u.useState("");return u.createElement(Kx,{},u.createElement(mp,{values:e,set(i,s){t(Ht(Oe({},e),{[s]:i}))},fields:[{k:"username",autoComplete:"username",autoFocus:!0,required:!0},{k:"password",type:"password",autoComplete:"current-password",required:!0}],addToBar:[n&&u.createElement(_o,{severity:"error",sx:{flex:1}},n)],saveOnEnter:!0,save:{children:"Enter",startIcon:null,onClick(){return dt(this,null,function*(){try{r(""),yield Nye(e.username,e.password)}catch(i){r(String(i))}})}}}))}function Nye(e,t){return dt(this,null,function*(){const n=yield Toe(e,t,Rt).catch(r=>{throw(r==null?void 0:r.code)===401?"Wrong username or password":r==="trust"?"Login aborted: server identity cannot be trusted":(r==null?void 0:r.name)==="AbortError"?"Server didn't respond":(r==null?void 0:r.message)||"Unknown error"});if(!n.adminUrl)throw"This account has no Admin access";En.loginRequired=!1,yE(n)})}yE(window.HFS.session);function yE(e){if(!e)return;const{exp:t,username:n}=e;if(En.username=n,!n||!t)return;const r=new Date(t).getTime()-Date.now(),o=Math.min(r-3e4,6e5);console.debug("session refresh in",Math.round(o/1e3)),setTimeout(()=>Rt("refresh_session").then(yE),o)}var bE={},Dye=lt;Object.defineProperty(bE,"__esModule",{value:!0});var YN=bE.default=void 0,Bye=Dye(ft()),zye=ct(),jye=(0,Bye.default)((0,zye.jsx)("path",{d:"M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"}),"Menu");YN=bE.default=jye;function Hye(){return u.createElement(BU,{theme:Gie()},u.createElement(Vye,{},u.createElement(Aye,{},u.createElement($8,{},u.createElement(Uye)))))}function Vye(e){return u.createElement(tt,Oe({sx:{bgcolor:"background.default",color:"text.primary",display:"flex",flexDirection:"column",minHeight:"100%",flex:1}},e))}function Uye(){const e=Nu().pathname.slice(1),t=Iw.find(s=>s.path===e),n=t&&(t.title||qN(t)),[r,o]=u.useState(!1),i=Iu("lg");return u.createElement(u.Fragment,{},!i&&u.createElement(Wye,{title:n,openMenu:()=>o(!0)}),!i&&u.createElement(EQ,{anchor:"left",open:r,onClose(){o(!1)}},u.createElement(IM,{onSelect:()=>o(!1)})),u.createElement(tt,{display:"flex",flex:1},i&&u.createElement(IM),u.createElement(tt,{component:"main",sx:{background:"url(cup.svg) no-repeat right fixed",backgroundSize:"contain",px:{xs:2,md:3},pb:"1em",position:"relative",display:"flex",flexDirection:"column",width:"100%"}},n&&i&&u.createElement(Mr,{variant:"h2",mb:2},n),u.createElement(E8,{},Iw.map((s,a)=>u.createElement(WT,{key:a,path:s.path,element:u.createElement(s.comp)})))),u.createElement(xoe)))}function Wye({title:e,openMenu:t}){return u.createElement(Mq,{position:"sticky",sx:{mb:2}},u.createElement(kL,{},u.createElement(ar,{size:"large",edge:"start",color:"inherit",sx:{mr:2},"aria-label":"menu",onClick:t},u.createElement(YN)),e))}DT(document.getElementById("root")).render(u.createElement(u.StrictMode,{},u.createElement(Hye)));export{bn as c};
|