@elliemae/app-react-dependencies 5.0.0-next.18 → 5.0.0-next.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/public/index.html +1 -1
- package/dist/public/js/emuiAppReactDependencies.c1de183641e02759c439.js +280 -0
- package/dist/public/js/emuiAppReactDependencies.c1de183641e02759c439.js.br +0 -0
- package/dist/public/js/emuiAppReactDependencies.c1de183641e02759c439.js.gz +0 -0
- package/dist/public/js/emuiAppReactDependencies.c1de183641e02759c439.js.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dist/umd/index.js +68 -68
- package/dist/umd/index.js.br +0 -0
- package/dist/umd/index.js.gz +0 -0
- package/dist/umd/index.js.map +1 -1
- package/package.json +6 -6
- package/dist/public/js/emuiAppReactDependencies.48029602278d85da3b04.js +0 -280
- package/dist/public/js/emuiAppReactDependencies.48029602278d85da3b04.js.br +0 -0
- package/dist/public/js/emuiAppReactDependencies.48029602278d85da3b04.js.gz +0 -0
- package/dist/public/js/emuiAppReactDependencies.48029602278d85da3b04.js.map +0 -1
package/dist/umd/index.js
CHANGED
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
var emuiAppReactDependencies;(()=>{var HC={
|
|
1
|
+
var emuiAppReactDependencies;(()=>{var HC={22:((G,D)=>{"use strict";var k;k={value:!0},D.qg=ee,D.lK=ke;const B=/^[\u0021-\u003A\u003C\u003E-\u007E]+$/,H=/^[\u0021-\u003A\u003C-\u007E]*$/,L=/^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i,V=/^[\u0020-\u003A\u003D-\u007E]*$/,U=Object.prototype.toString,se=(()=>{const Ee=function(){};return Ee.prototype=Object.create(null),Ee})();function ee(Ee,g){const oe=new se,fe=Ee.length;if(fe<2)return oe;const de=g?.decode||De;let Re=0;do{const Ie=Ee.indexOf("=",Re);if(Ie===-1)break;const bt=Ee.indexOf(";",Re),he=bt===-1?fe:bt;if(Ie>he){Re=Ee.lastIndexOf(";",Ie-1)+1;continue}const mt=ae(Ee,Re,Ie),St=me(Ee,Ie,mt),Wt=Ee.slice(mt,St);if(oe[Wt]===void 0){let jn=ae(Ee,Ie+1,he),Rn=me(Ee,he,jn);const Jn=de(Ee.slice(jn,Rn));oe[Wt]=Jn}Re=he+1}while(Re<fe);return oe}function ae(Ee,g,oe){do{const fe=Ee.charCodeAt(g);if(fe!==32&&fe!==9)return g}while(++g<oe);return oe}function me(Ee,g,oe){for(;g>oe;){const fe=Ee.charCodeAt(--g);if(fe!==32&&fe!==9)return g+1}return oe}function ke(Ee,g,oe){const fe=oe?.encode||encodeURIComponent;if(!B.test(Ee))throw new TypeError(`argument name is invalid: ${Ee}`);const de=fe(g);if(!H.test(de))throw new TypeError(`argument val is invalid: ${g}`);let Re=Ee+"="+de;if(!oe)return Re;if(oe.maxAge!==void 0){if(!Number.isInteger(oe.maxAge))throw new TypeError(`option maxAge is invalid: ${oe.maxAge}`);Re+="; Max-Age="+oe.maxAge}if(oe.domain){if(!L.test(oe.domain))throw new TypeError(`option domain is invalid: ${oe.domain}`);Re+="; Domain="+oe.domain}if(oe.path){if(!V.test(oe.path))throw new TypeError(`option path is invalid: ${oe.path}`);Re+="; Path="+oe.path}if(oe.expires){if(!et(oe.expires)||!Number.isFinite(oe.expires.valueOf()))throw new TypeError(`option expires is invalid: ${oe.expires}`);Re+="; Expires="+oe.expires.toUTCString()}if(oe.httpOnly&&(Re+="; HttpOnly"),oe.secure&&(Re+="; Secure"),oe.partitioned&&(Re+="; Partitioned"),oe.priority)switch(typeof oe.priority=="string"?oe.priority.toLowerCase():void 0){case"low":Re+="; Priority=Low";break;case"medium":Re+="; Priority=Medium";break;case"high":Re+="; Priority=High";break;default:throw new TypeError(`option priority is invalid: ${oe.priority}`)}if(oe.sameSite)switch(typeof oe.sameSite=="string"?oe.sameSite.toLowerCase():oe.sameSite){case!0:case"strict":Re+="; SameSite=Strict";break;case"lax":Re+="; SameSite=Lax";break;case"none":Re+="; SameSite=None";break;default:throw new TypeError(`option sameSite is invalid: ${oe.sameSite}`)}return Re}function De(Ee){if(Ee.indexOf("%")===-1)return Ee;try{return decodeURIComponent(Ee)}catch{return Ee}}function et(Ee){return U.call(Ee)==="[object Date]"}}),115:(G=>{var D=typeof Element<"u",k=typeof Map=="function",B=typeof Set=="function",H=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function L(V,U){if(V===U)return!0;if(V&&U&&typeof V=="object"&&typeof U=="object"){if(V.constructor!==U.constructor)return!1;var se,ee,ae;if(Array.isArray(V)){if(se=V.length,se!=U.length)return!1;for(ee=se;ee--!==0;)if(!L(V[ee],U[ee]))return!1;return!0}var me;if(k&&V instanceof Map&&U instanceof Map){if(V.size!==U.size)return!1;for(me=V.entries();!(ee=me.next()).done;)if(!U.has(ee.value[0]))return!1;for(me=V.entries();!(ee=me.next()).done;)if(!L(ee.value[1],U.get(ee.value[0])))return!1;return!0}if(B&&V instanceof Set&&U instanceof Set){if(V.size!==U.size)return!1;for(me=V.entries();!(ee=me.next()).done;)if(!U.has(ee.value[0]))return!1;return!0}if(H&&ArrayBuffer.isView(V)&&ArrayBuffer.isView(U)){if(se=V.length,se!=U.length)return!1;for(ee=se;ee--!==0;)if(V[ee]!==U[ee])return!1;return!0}if(V.constructor===RegExp)return V.source===U.source&&V.flags===U.flags;if(V.valueOf!==Object.prototype.valueOf&&typeof V.valueOf=="function"&&typeof U.valueOf=="function")return V.valueOf()===U.valueOf();if(V.toString!==Object.prototype.toString&&typeof V.toString=="function"&&typeof U.toString=="function")return V.toString()===U.toString();if(ae=Object.keys(V),se=ae.length,se!==Object.keys(U).length)return!1;for(ee=se;ee--!==0;)if(!Object.prototype.hasOwnProperty.call(U,ae[ee]))return!1;if(D&&V instanceof Element)return!1;for(ee=se;ee--!==0;)if(!((ae[ee]==="_owner"||ae[ee]==="__v"||ae[ee]==="__o")&&V.$$typeof)&&!L(V[ae[ee]],U[ae[ee]]))return!1;return!0}return V!==V&&U!==U}G.exports=function(U,se){try{return L(U,se)}catch(ee){if((ee.message||"").match(/stack|recursion/i))return!1;throw ee}}}),294:(G=>{var D=9007199254740991;function k(B){return typeof B=="number"&&B>-1&&B%1==0&&B<=D}G.exports=k}),311:(G=>{"use strict";var D=function(k,B,H,L,V,U,se,ee){if(!k){var ae;if(B===void 0)ae=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var me=[H,L,V,U,se,ee],ke=0;ae=new Error(B.replace(/%s/g,function(){return me[ke++]})),ae.name="Invariant Violation"}throw ae.framesToPop=1,ae}};G.exports=D}),346:(G=>{function D(k){return k!=null&&typeof k=="object"}G.exports=D}),361:(G=>{var D=9007199254740991,k=/^(?:0|[1-9]\d*)$/;function B(H,L){var V=typeof H;return L=L??D,!!L&&(V=="number"||V!="symbol"&&k.test(H))&&H>-1&&H%1==0&&H<L}G.exports=B}),392:(G=>{function D(k,B){return k?.[B]}G.exports=D}),659:((G,D,k)=>{var B=k(1873),H=Object.prototype,L=H.hasOwnProperty,V=H.toString,U=B?B.toStringTag:void 0;function se(ee){var ae=L.call(ee,U),me=ee[U];try{ee[U]=void 0;var ke=!0}catch{}var De=V.call(ee);return ke&&(ae?ee[U]=me:delete ee[U]),De}G.exports=se}),695:((G,D,k)=>{var B=k(8096),H=k(2428),L=k(6449),V=k(3656),U=k(361),se=k(7167),ee=Object.prototype,ae=ee.hasOwnProperty;function me(ke,De){var et=L(ke),Ee=!et&&H(ke),g=!et&&!Ee&&V(ke),oe=!et&&!Ee&&!g&&se(ke),fe=et||Ee||g||oe,de=fe?B(ke.length,String):[],Re=de.length;for(var Ie in ke)(De||ae.call(ke,Ie))&&!(fe&&(Ie=="length"||g&&(Ie=="offset"||Ie=="parent")||oe&&(Ie=="buffer"||Ie=="byteLength"||Ie=="byteOffset")||U(Ie,Re)))&&de.push(Ie);return de}G.exports=me}),961:((G,D,k)=>{"use strict";function B(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(B)}catch(H){console.error(H)}}B(),G.exports=k(2551)}),1873:((G,D,k)=>{var B=k(9325),H=B.Symbol;G.exports=H}),1882:((G,D,k)=>{var B=k(2552),H=k(3805),L="[object AsyncFunction]",V="[object Function]",U="[object GeneratorFunction]",se="[object Proxy]";function ee(ae){if(!H(ae))return!1;var me=B(ae);return me==V||me==U||me==L||me==se}G.exports=ee}),2098:((G,D,k)=>{"use strict";function B(ae){return ae&&typeof ae=="object"&&"default"in ae?ae.default:ae}var H=k(6540),L=B(H);function V(ae,me,ke){return me in ae?Object.defineProperty(ae,me,{value:ke,enumerable:!0,configurable:!0,writable:!0}):ae[me]=ke,ae}function U(ae,me){ae.prototype=Object.create(me.prototype),ae.prototype.constructor=ae,ae.__proto__=me}var se=!!(typeof window<"u"&&window.document&&window.document.createElement);function ee(ae,me,ke){if(typeof ae!="function")throw new Error("Expected reducePropsToState to be a function.");if(typeof me!="function")throw new Error("Expected handleStateChangeOnClient to be a function.");if(typeof ke<"u"&&typeof ke!="function")throw new Error("Expected mapStateOnServer to either be undefined or a function.");function De(et){return et.displayName||et.name||"Component"}return function(Ee){if(typeof Ee!="function")throw new Error("Expected WrappedComponent to be a React component.");var g=[],oe;function fe(){oe=ae(g.map(function(Re){return Re.props})),de.canUseDOM?me(oe):ke&&(oe=ke(oe))}var de=(function(Re){U(Ie,Re);function Ie(){return Re.apply(this,arguments)||this}Ie.peek=function(){return oe},Ie.rewind=function(){if(Ie.canUseDOM)throw new Error("You may only call rewind() on the server. Call peek() to read the current state.");var mt=oe;return oe=void 0,g=[],mt};var bt=Ie.prototype;return bt.UNSAFE_componentWillMount=function(){g.push(this),fe()},bt.componentDidUpdate=function(){fe()},bt.componentWillUnmount=function(){var mt=g.indexOf(this);g.splice(mt,1),fe()},bt.render=function(){return L.createElement(Ee,this.props)},Ie})(H.PureComponent);return V(de,"displayName","SideEffect("+De(Ee)+")"),V(de,"canUseDOM",se),de}}G.exports=ee}),2193:((G,D,k)=>{var B=k(8984),H=k(5861),L=k(2428),V=k(6449),U=k(4894),se=k(3656),ee=k(5527),ae=k(7167),me="[object Map]",ke="[object Set]",De=Object.prototype,et=De.hasOwnProperty;function Ee(g){if(g==null)return!0;if(U(g)&&(V(g)||typeof g=="string"||typeof g.splice=="function"||se(g)||ae(g)||L(g)))return!g.length;var oe=H(g);if(oe==me||oe==ke)return!g.size;if(ee(g))return!B(g).length;for(var fe in g)if(et.call(g,fe))return!1;return!0}G.exports=Ee}),2428:((G,D,k)=>{var B=k(7534),H=k(346),L=Object.prototype,V=L.hasOwnProperty,U=L.propertyIsEnumerable,se=B((function(){return arguments})())?B:function(ee){return H(ee)&&V.call(ee,"callee")&&!U.call(ee,"callee")};G.exports=se}),2551:((G,D,k)=>{"use strict";/**
|
|
2
2
|
* @license React
|
|
3
|
-
* react.production.min.js
|
|
3
|
+
* react-dom.production.min.js
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var
|
|
10
|
-
object
|
|
11
|
-
(
|
|
12
|
-
|
|
13
|
-
*/var D=Object.getOwnPropertySymbols,k=Object.prototype.hasOwnProperty,B=Object.prototype.propertyIsEnumerable;function H(V){if(V==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(V)}function L(){try{if(!Object.assign)return!1;var V=new String("abc");if(V[5]="de",Object.getOwnPropertyNames(V)[0]==="5")return!1;for(var U={},se=0;se<10;se++)U["_"+String.fromCharCode(se)]=se;var ee=Object.getOwnPropertyNames(U).map(function(ye){return U[ye]});if(ee.join("")!=="0123456789")return!1;var ae={};return"abcdefghijklmnopqrst".split("").forEach(function(ye){ae[ye]=ye}),Object.keys(Object.assign({},ae)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}G.exports=L()?Object.assign:function(V,U){for(var se,ee=H(V),ae,ye=1;ye<arguments.length;ye++){se=Object(arguments[ye]);for(var ke in se)k.call(se,ke)&&(ee[ke]=se[ke]);if(D){ae=D(se);for(var Ne=0;Ne<ae.length;Ne++)B.call(se,ae[Ne])&&(ee[ae[Ne]]=se[ae[Ne]])}}return ee}}),4061:((G,D,k)=>{var B=k(6624),H=k(9358),L=k(2050),V="[object Arguments]",U="[object Array]",se="[object Boolean]",ee="[object Date]",ae="[object Error]",ye="[object Function]",ke="[object Map]",Ne="[object Number]",Ze="[object Object]",Ee="[object RegExp]",g="[object Set]",oe="[object String]",fe="[object WeakMap]",de="[object ArrayBuffer]",Re="[object DataView]",De="[object Float32Array]",bt="[object Float64Array]",me="[object Int8Array]",ht="[object Int16Array]",St="[object Int32Array]",Vt="[object Uint8Array]",jn="[object Uint8ClampedArray]",Rn="[object Uint16Array]",Qn="[object Uint32Array]",Lt={};Lt[De]=Lt[bt]=Lt[me]=Lt[ht]=Lt[St]=Lt[Vt]=Lt[jn]=Lt[Rn]=Lt[Qn]=!0,Lt[V]=Lt[U]=Lt[de]=Lt[se]=Lt[Re]=Lt[ee]=Lt[ae]=Lt[ye]=Lt[ke]=Lt[Ne]=Lt[Ze]=Lt[Ee]=Lt[g]=Lt[oe]=Lt[fe]=!1;function qn(Zr){return L(Zr)&&H(Zr.length)&&!!Lt[B(Zr)]}G.exports=qn}),4072:(G=>{var D=typeof Element<"u",k=typeof Map=="function",B=typeof Set=="function",H=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function L(V,U){if(V===U)return!0;if(V&&U&&typeof V=="object"&&typeof U=="object"){if(V.constructor!==U.constructor)return!1;var se,ee,ae;if(Array.isArray(V)){if(se=V.length,se!=U.length)return!1;for(ee=se;ee--!==0;)if(!L(V[ee],U[ee]))return!1;return!0}var ye;if(k&&V instanceof Map&&U instanceof Map){if(V.size!==U.size)return!1;for(ye=V.entries();!(ee=ye.next()).done;)if(!U.has(ee.value[0]))return!1;for(ye=V.entries();!(ee=ye.next()).done;)if(!L(ee.value[1],U.get(ee.value[0])))return!1;return!0}if(B&&V instanceof Set&&U instanceof Set){if(V.size!==U.size)return!1;for(ye=V.entries();!(ee=ye.next()).done;)if(!U.has(ee.value[0]))return!1;return!0}if(H&&ArrayBuffer.isView(V)&&ArrayBuffer.isView(U)){if(se=V.length,se!=U.length)return!1;for(ee=se;ee--!==0;)if(V[ee]!==U[ee])return!1;return!0}if(V.constructor===RegExp)return V.source===U.source&&V.flags===U.flags;if(V.valueOf!==Object.prototype.valueOf&&typeof V.valueOf=="function"&&typeof U.valueOf=="function")return V.valueOf()===U.valueOf();if(V.toString!==Object.prototype.toString&&typeof V.toString=="function"&&typeof U.toString=="function")return V.toString()===U.toString();if(ae=Object.keys(V),se=ae.length,se!==Object.keys(U).length)return!1;for(ee=se;ee--!==0;)if(!Object.prototype.hasOwnProperty.call(U,ae[ee]))return!1;if(D&&V instanceof Element)return!1;for(ee=se;ee--!==0;)if(!((ae[ee]==="_owner"||ae[ee]==="__v"||ae[ee]==="__o")&&V.$$typeof)&&!L(V[ae[ee]],U[ae[ee]]))return!1;return!0}return V!==V&&U!==U}G.exports=function(U,se){try{return L(U,se)}catch(ee){if((ee.message||"").match(/stack|recursion/i))return!1;throw ee}}}),4073:((G,D,k)=>{var B=k(8453),H=B.Symbol;G.exports=H}),4098:(G=>{function D(k,B,H){var L=H.length;if(k==null)return!L;for(k=Object(k);L--;){var V=H[L],U=B[V],se=k[V];if(se===void 0&&!(V in k)||!U(se))return!1}return!0}G.exports=D}),4167:((G,D,k)=>{var B=k(4061),H=k(8877),L=k(6273),V=L&&L.isTypedArray,U=V?H(V):B;G.exports=U}),4239:((G,D,k)=>{var B=k(6624),H=k(6521),L=k(2050),V="[object String]";function U(se){return typeof se=="string"||!H(se)&&L(se)&&B(se)==V}G.exports=U}),4276:((G,D,k)=>{"use strict";G.exports=k(6936)}),4322:(G=>{"use strict";var D={decodeValues:!0,map:!1,silent:!1};function k(U){return typeof U=="string"&&!!U.trim()}function B(U,se){var ee=U.split(";").filter(k),ae=ee.shift(),ye=H(ae),ke=ye.name,Ne=ye.value;se=se?Object.assign({},D,se):D;try{Ne=se.decodeValues?decodeURIComponent(Ne):Ne}catch(Ee){console.error("set-cookie-parser encountered an error while decoding a cookie with value '"+Ne+"'. Set options.decodeValues to false to disable this feature.",Ee)}var Ze={name:ke,value:Ne};return ee.forEach(function(Ee){var g=Ee.split("="),oe=g.shift().trimLeft().toLowerCase(),fe=g.join("=");oe==="expires"?Ze.expires=new Date(fe):oe==="max-age"?Ze.maxAge=parseInt(fe,10):oe==="secure"?Ze.secure=!0:oe==="httponly"?Ze.httpOnly=!0:oe==="samesite"?Ze.sameSite=fe:oe==="partitioned"?Ze.partitioned=!0:Ze[oe]=fe}),Ze}function H(U){var se="",ee="",ae=U.split("=");return ae.length>1?(se=ae.shift(),ee=ae.join("=")):ee=U,{name:se,value:ee}}function L(U,se){if(se=se?Object.assign({},D,se):D,!U)return se.map?{}:[];if(U.headers)if(typeof U.headers.getSetCookie=="function")U=U.headers.getSetCookie();else if(U.headers["set-cookie"])U=U.headers["set-cookie"];else{var ee=U.headers[Object.keys(U.headers).find(function(ye){return ye.toLowerCase()==="set-cookie"})];!ee&&U.headers.cookie&&se.silent,U=ee}if(Array.isArray(U)||(U=[U]),se.map){var ae={};return U.filter(k).reduce(function(ye,ke){var Ne=B(ke,se);return ye[Ne.name]=Ne,ye},ae)}else return U.filter(k).map(function(ye){return B(ye,se)})}function V(U){if(Array.isArray(U))return U;if(typeof U!="string")return[];var se=[],ee=0,ae,ye,ke,Ne,Ze;function Ee(){for(;ee<U.length&&/\s/.test(U.charAt(ee));)ee+=1;return ee<U.length}function g(){return ye=U.charAt(ee),ye!=="="&&ye!==";"&&ye!==","}for(;ee<U.length;){for(ae=ee,Ze=!1;Ee();)if(ye=U.charAt(ee),ye===","){for(ke=ee,ee+=1,Ee(),Ne=ee;ee<U.length&&g();)ee+=1;ee<U.length&&U.charAt(ee)==="="?(Ze=!0,ee=Ne,se.push(U.substring(ae,ke)),ae=ee):ee=ke+1}else ee+=1;(!Ze||ee>=U.length)&&se.push(U.substring(ae,U.length))}return se}G.exports=L,G.exports.parse=L,G.exports.parseString=B,G.exports.splitCookiesString=V}),4478:(G=>{var D=Object.prototype,k=D.toString;function B(H){return k.call(H)}G.exports=B}),4630:((G,D,k)=>{var B=k(8079),H=k(5152),L=k(8710);function V(U){return L(U)?B(U):H(U)}G.exports=V}),4633:((G,D,k)=>{var B=k(5152),H=k(77),L=k(6356),V=k(6521),U=k(8710),se=k(9232),ee=k(1327),ae=k(4167),ye="[object Map]",ke="[object Set]",Ne=Object.prototype,Ze=Ne.hasOwnProperty;function Ee(g){if(g==null)return!0;if(U(g)&&(V(g)||typeof g=="string"||typeof g.splice=="function"||se(g)||ae(g)||L(g)))return!g.length;var oe=H(g);if(oe==ye||oe==ke)return!g.size;if(ee(g))return!B(g).length;for(var fe in g)if(Ze.call(g,fe))return!1;return!0}G.exports=Ee}),4733:((G,D)=>{"use strict";/**
|
|
9
|
+
*/var B=k(6540),H=k(9982);function L(n){for(var i="https://reactjs.org/docs/error-decoder.html?invariant="+n,l=1;l<arguments.length;l++)i+="&args[]="+encodeURIComponent(arguments[l]);return"Minified React error #"+n+"; visit "+i+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var V=new Set,U={};function se(n,i){ee(n,i),ee(n+"Capture",i)}function ee(n,i){for(U[n]=i,n=0;n<i.length;n++)V.add(i[n])}var ae=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),me=Object.prototype.hasOwnProperty,ke=/^[: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]*$/,De={},et={};function Ee(n){return me.call(et,n)?!0:me.call(De,n)?!1:ke.test(n)?et[n]=!0:(De[n]=!0,!1)}function g(n,i,l,p){if(l!==null&&l.type===0)return!1;switch(typeof i){case"function":case"symbol":return!0;case"boolean":return p?!1:l!==null?!l.acceptsBooleans:(n=n.toLowerCase().slice(0,5),n!=="data-"&&n!=="aria-");default:return!1}}function oe(n,i,l,p){if(i===null||typeof i>"u"||g(n,i,l,p))return!0;if(p)return!1;if(l!==null)switch(l.type){case 3:return!i;case 4:return i===!1;case 5:return isNaN(i);case 6:return isNaN(i)||1>i}return!1}function fe(n,i,l,p,m,w,R){this.acceptsBooleans=i===2||i===3||i===4,this.attributeName=p,this.attributeNamespace=m,this.mustUseProperty=l,this.propertyName=n,this.type=i,this.sanitizeURL=w,this.removeEmptyString=R}var de={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(n){de[n]=new fe(n,0,!1,n,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(n){var i=n[0];de[i]=new fe(i,1,!1,n[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(n){de[n]=new fe(n,2,!1,n.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(n){de[n]=new fe(n,2,!1,n,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(n){de[n]=new fe(n,3,!1,n.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(n){de[n]=new fe(n,3,!0,n,null,!1,!1)}),["capture","download"].forEach(function(n){de[n]=new fe(n,4,!1,n,null,!1,!1)}),["cols","rows","size","span"].forEach(function(n){de[n]=new fe(n,6,!1,n,null,!1,!1)}),["rowSpan","start"].forEach(function(n){de[n]=new fe(n,5,!1,n.toLowerCase(),null,!1,!1)});var Re=/[\-:]([a-z])/g;function Ie(n){return n[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(n){var i=n.replace(Re,Ie);de[i]=new fe(i,1,!1,n,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(n){var i=n.replace(Re,Ie);de[i]=new fe(i,1,!1,n,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(n){var i=n.replace(Re,Ie);de[i]=new fe(i,1,!1,n,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(n){de[n]=new fe(n,1,!1,n.toLowerCase(),null,!1,!1)}),de.xlinkHref=new fe("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(n){de[n]=new fe(n,1,!1,n.toLowerCase(),null,!0,!0)});function bt(n,i,l,p){var m=de.hasOwnProperty(i)?de[i]:null;(m!==null?m.type!==0:p||!(2<i.length)||i[0]!=="o"&&i[0]!=="O"||i[1]!=="n"&&i[1]!=="N")&&(oe(i,l,m,p)&&(l=null),p||m===null?Ee(i)&&(l===null?n.removeAttribute(i):n.setAttribute(i,""+l)):m.mustUseProperty?n[m.propertyName]=l===null?m.type===3?!1:"":l:(i=m.attributeName,p=m.attributeNamespace,l===null?n.removeAttribute(i):(m=m.type,l=m===3||m===4&&l===!0?"":""+l,p?n.setAttributeNS(p,i,l):n.setAttribute(i,l))))}var he=B.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,mt=Symbol.for("react.element"),St=Symbol.for("react.portal"),Wt=Symbol.for("react.fragment"),jn=Symbol.for("react.strict_mode"),Rn=Symbol.for("react.profiler"),Jn=Symbol.for("react.provider"),Mt=Symbol.for("react.context"),qn=Symbol.for("react.forward_ref"),Zr=Symbol.for("react.suspense"),Zn=Symbol.for("react.suspense_list"),gi=Symbol.for("react.memo"),Me=Symbol.for("react.lazy");Symbol.for("react.scope"),Symbol.for("react.debug_trace_mode");var pt=Symbol.for("react.offscreen");Symbol.for("react.legacy_hidden"),Symbol.for("react.cache"),Symbol.for("react.tracing_marker");var gt=Symbol.iterator;function Gt(n){return n===null||typeof n!="object"?null:(n=gt&&n[gt]||n["@@iterator"],typeof n=="function"?n:null)}var Y=Object.assign,Ce;function vt(n){if(Ce===void 0)try{throw Error()}catch(l){var i=l.stack.trim().match(/\n( *(at )?)/);Ce=i&&i[1]||""}return`
|
|
10
|
+
`+Ce+n}var Lt=!1;function Pt(n,i){if(!n||Lt)return"";Lt=!0;var l=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(i)if(i=function(){throw Error()},Object.defineProperty(i.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(i,[])}catch(te){var p=te}Reflect.construct(n,[],i)}else{try{i.call()}catch(te){p=te}n.call(i.prototype)}else{try{throw Error()}catch(te){p=te}n()}}catch(te){if(te&&p&&typeof te.stack=="string"){for(var m=te.stack.split(`
|
|
11
|
+
`),w=p.stack.split(`
|
|
12
|
+
`),R=m.length-1,M=w.length-1;1<=R&&0<=M&&m[R]!==w[M];)M--;for(;1<=R&&0<=M;R--,M--)if(m[R]!==w[M]){if(R!==1||M!==1)do if(R--,M--,0>M||m[R]!==w[M]){var z=`
|
|
13
|
+
`+m[R].replace(" at new "," at ");return n.displayName&&z.includes("<anonymous>")&&(z=z.replace("<anonymous>",n.displayName)),z}while(1<=R&&0<=M);break}}}finally{Lt=!1,Error.prepareStackTrace=l}return(n=n?n.displayName||n.name:"")?vt(n):""}function er(n){switch(n.tag){case 5:return vt(n.type);case 16:return vt("Lazy");case 13:return vt("Suspense");case 19:return vt("SuspenseList");case 0:case 2:case 15:return n=Pt(n.type,!1),n;case 11:return n=Pt(n.type.render,!1),n;case 1:return n=Pt(n.type,!0),n;default:return""}}function mr(n){if(n==null)return null;if(typeof n=="function")return n.displayName||n.name||null;if(typeof n=="string")return n;switch(n){case Wt:return"Fragment";case St:return"Portal";case Rn:return"Profiler";case jn:return"StrictMode";case Zr:return"Suspense";case Zn:return"SuspenseList"}if(typeof n=="object")switch(n.$$typeof){case Mt:return(n.displayName||"Context")+".Consumer";case Jn:return(n._context.displayName||"Context")+".Provider";case qn:var i=n.render;return n=n.displayName,n||(n=i.displayName||i.name||"",n=n!==""?"ForwardRef("+n+")":"ForwardRef"),n;case gi:return i=n.displayName||null,i!==null?i:mr(n.type)||"Memo";case Me:i=n._payload,n=n._init;try{return mr(n(i))}catch{}}return null}function Er(n){var i=n.type;switch(n.tag){case 24:return"Cache";case 9:return(i.displayName||"Context")+".Consumer";case 10:return(i._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return n=i.render,n=n.displayName||n.name||"",i.displayName||(n!==""?"ForwardRef("+n+")":"ForwardRef");case 7:return"Fragment";case 5:return i;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return mr(i);case 8:return i===jn?"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 i=="function")return i.displayName||i.name||null;if(typeof i=="string")return i}return null}function Yt(n){switch(typeof n){case"boolean":case"number":case"string":case"undefined":return n;case"object":return n;default:return""}}function xn(n){var i=n.type;return(n=n.nodeName)&&n.toLowerCase()==="input"&&(i==="checkbox"||i==="radio")}function _u(n){var i=xn(n)?"checked":"value",l=Object.getOwnPropertyDescriptor(n.constructor.prototype,i),p=""+n[i];if(!n.hasOwnProperty(i)&&typeof l<"u"&&typeof l.get=="function"&&typeof l.set=="function"){var m=l.get,w=l.set;return Object.defineProperty(n,i,{configurable:!0,get:function(){return m.call(this)},set:function(R){p=""+R,w.call(this,R)}}),Object.defineProperty(n,i,{enumerable:l.enumerable}),{getValue:function(){return p},setValue:function(R){p=""+R},stopTracking:function(){n._valueTracker=null,delete n[i]}}}}function Ko(n){n._valueTracker||(n._valueTracker=_u(n))}function It(n){if(!n)return!1;var i=n._valueTracker;if(!i)return!0;var l=i.getValue(),p="";return n&&(p=xn(n)?n.checked?"true":"false":n.value),n=p,n!==l?(i.setValue(n),!0):!1}function of(n){if(n=n||(typeof document<"u"?document:void 0),typeof n>"u")return null;try{return n.activeElement||n.body}catch{return n.body}}function Nr(n,i){var l=i.checked;return Y({},i,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:l??n._wrapperState.initialChecked})}function vi(n,i){var l=i.defaultValue==null?"":i.defaultValue,p=i.checked!=null?i.checked:i.defaultChecked;l=Yt(i.value!=null?i.value:l),n._wrapperState={initialChecked:p,initialValue:l,controlled:i.type==="checkbox"||i.type==="radio"?i.checked!=null:i.value!=null}}function yn(n,i){i=i.checked,i!=null&&bt(n,"checked",i,!1)}function gn(n,i){yn(n,i);var l=Yt(i.value),p=i.type;if(l!=null)p==="number"?(l===0&&n.value===""||n.value!=l)&&(n.value=""+l):n.value!==""+l&&(n.value=""+l);else if(p==="submit"||p==="reset"){n.removeAttribute("value");return}i.hasOwnProperty("value")?bu(n,i.type,l):i.hasOwnProperty("defaultValue")&&bu(n,i.type,Yt(i.defaultValue)),i.checked==null&&i.defaultChecked!=null&&(n.defaultChecked=!!i.defaultChecked)}function wp(n,i,l){if(i.hasOwnProperty("value")||i.hasOwnProperty("defaultValue")){var p=i.type;if(!(p!=="submit"&&p!=="reset"||i.value!==void 0&&i.value!==null))return;i=""+n._wrapperState.initialValue,l||i===n.value||(n.value=i),n.defaultValue=i}l=n.name,l!==""&&(n.name=""),n.defaultChecked=!!n._wrapperState.initialChecked,l!==""&&(n.name=l)}function bu(n,i,l){(i!=="number"||of(n.ownerDocument)!==n)&&(l==null?n.defaultValue=""+n._wrapperState.initialValue:n.defaultValue!==""+l&&(n.defaultValue=""+l))}var os=Array.isArray;function bo(n,i,l,p){if(n=n.options,i){i={};for(var m=0;m<l.length;m++)i["$"+l[m]]=!0;for(l=0;l<n.length;l++)m=i.hasOwnProperty("$"+n[l].value),n[l].selected!==m&&(n[l].selected=m),m&&p&&(n[l].defaultSelected=!0)}else{for(l=""+Yt(l),i=null,m=0;m<n.length;m++){if(n[m].value===l){n[m].selected=!0,p&&(n[m].defaultSelected=!0);return}i!==null||n[m].disabled||(i=n[m])}i!==null&&(i.selected=!0)}}function Xo(n,i){if(i.dangerouslySetInnerHTML!=null)throw Error(L(91));return Y({},i,{value:void 0,defaultValue:void 0,children:""+n._wrapperState.initialValue})}function is(n,i){var l=i.value;if(l==null){if(l=i.children,i=i.defaultValue,l!=null){if(i!=null)throw Error(L(92));if(os(l)){if(1<l.length)throw Error(L(93));l=l[0]}i=l}i==null&&(i=""),l=i}n._wrapperState={initialValue:Yt(l)}}function Eu(n,i){var l=Yt(i.value),p=Yt(i.defaultValue);l!=null&&(l=""+l,l!==n.value&&(n.value=l),i.defaultValue==null&&n.defaultValue!==l&&(n.defaultValue=l)),p!=null&&(n.defaultValue=""+p)}function af(n){var i=n.textContent;i===n._wrapperState.initialValue&&i!==""&&i!==null&&(n.value=i)}function Sp(n){switch(n){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 wi(n,i){return n==null||n==="http://www.w3.org/1999/xhtml"?Sp(i):n==="http://www.w3.org/2000/svg"&&i==="foreignObject"?"http://www.w3.org/1999/xhtml":n}var Si,jr=(function(n){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(i,l,p,m){MSApp.execUnsafeLocalFunction(function(){return n(i,l,p,m)})}:n})(function(n,i){if(n.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in n)n.innerHTML=i;else{for(Si=Si||document.createElement("div"),Si.innerHTML="<svg>"+i.valueOf().toString()+"</svg>",i=Si.firstChild;n.firstChild;)n.removeChild(n.firstChild);for(;i.firstChild;)n.appendChild(i.firstChild)}});function ua(n,i){if(i){var l=n.firstChild;if(l&&l===n.lastChild&&l.nodeType===3){l.nodeValue=i;return}}n.textContent=i}var Qo={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},Ru=["Webkit","ms","Moz","O"];Object.keys(Qo).forEach(function(n){Ru.forEach(function(i){i=i+n.charAt(0).toUpperCase()+n.substring(1),Qo[i]=Qo[n]})});function nl(n,i,l){return i==null||typeof i=="boolean"||i===""?"":l||typeof i!="number"||i===0||Qo.hasOwnProperty(n)&&Qo[n]?(""+i).trim():i+"px"}function xu(n,i){n=n.style;for(var l in i)if(i.hasOwnProperty(l)){var p=l.indexOf("--")===0,m=nl(l,i[l],p);l==="float"&&(l="cssFloat"),p?n.setProperty(l,m):n[l]=m}}var ca=Y({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 Tu(n,i){if(i){if(ca[n]&&(i.children!=null||i.dangerouslySetInnerHTML!=null))throw Error(L(137,n));if(i.dangerouslySetInnerHTML!=null){if(i.children!=null)throw Error(L(60));if(typeof i.dangerouslySetInnerHTML!="object"||!("__html"in i.dangerouslySetInnerHTML))throw Error(L(61))}if(i.style!=null&&typeof i.style!="object")throw Error(L(62))}}function fa(n,i){if(n.indexOf("-")===-1)return typeof i.is=="string";switch(n){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 as=null;function sf(n){return n=n.target||n.srcElement||window,n.correspondingUseElement&&(n=n.correspondingUseElement),n.nodeType===3?n.parentNode:n}var Cu=null,_i=null,bi=null;function lf(n){if(n=Ul(n)){if(typeof Cu!="function")throw Error(L(280));var i=n.stateNode;i&&(i=en(i),Cu(n.stateNode,n.type,i))}}function _p(n){_i?bi?bi.push(n):bi=[n]:_i=n}function uf(){if(_i){var n=_i,i=bi;if(bi=_i=null,lf(n),i)for(n=0;n<i.length;n++)lf(i[n])}}function ol(n,i){return n(i)}function cf(){}var ss=!1;function bp(n,i,l){if(ss)return n(i,l);ss=!0;try{return ol(n,i,l)}finally{ss=!1,(_i!==null||bi!==null)&&(cf(),uf())}}function da(n,i){var l=n.stateNode;if(l===null)return null;var p=en(l);if(p===null)return null;l=p[i];e:switch(i){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(p=!p.disabled)||(n=n.type,p=!(n==="button"||n==="input"||n==="select"||n==="textarea")),n=!p;break e;default:n=!1}if(n)return null;if(l&&typeof l!="function")throw Error(L(231,i,typeof l));return l}var pa=!1;if(ae)try{var ha={};Object.defineProperty(ha,"passive",{get:function(){pa=!0}}),window.addEventListener("test",ha,ha),window.removeEventListener("test",ha,ha)}catch{pa=!1}function Wy(n,i,l,p,m,w,R,M,z){var te=Array.prototype.slice.call(arguments,3);try{i.apply(l,te)}catch(_e){this.onError(_e)}}var ls=!1,eo=null,us=!1,Au=null,il={onError:function(n){ls=!0,eo=n}};function al(n,i,l,p,m,w,R,M,z){ls=!1,eo=null,Wy.apply(il,arguments)}function Ep(n,i,l,p,m,w,R,M,z){if(al.apply(this,arguments),ls){if(ls){var te=eo;ls=!1,eo=null}else throw Error(L(198));us||(us=!0,Au=te)}}function ma(n){var i=n,l=n;if(n.alternate)for(;i.return;)i=i.return;else{n=i;do i=n,(i.flags&4098)!==0&&(l=i.return),n=i.return;while(n)}return i.tag===3?l:null}function Rp(n){if(n.tag===13){var i=n.memoizedState;if(i===null&&(n=n.alternate,n!==null&&(i=n.memoizedState)),i!==null)return i.dehydrated}return null}function Tn(n){if(ma(n)!==n)throw Error(L(188))}function sl(n){var i=n.alternate;if(!i){if(i=ma(n),i===null)throw Error(L(188));return i!==n?null:n}for(var l=n,p=i;;){var m=l.return;if(m===null)break;var w=m.alternate;if(w===null){if(p=m.return,p!==null){l=p;continue}break}if(m.child===w.child){for(w=m.child;w;){if(w===l)return Tn(m),n;if(w===p)return Tn(m),i;w=w.sibling}throw Error(L(188))}if(l.return!==p.return)l=m,p=w;else{for(var R=!1,M=m.child;M;){if(M===l){R=!0,l=m,p=w;break}if(M===p){R=!0,p=m,l=w;break}M=M.sibling}if(!R){for(M=w.child;M;){if(M===l){R=!0,l=w,p=m;break}if(M===p){R=!0,p=w,l=m;break}M=M.sibling}if(!R)throw Error(L(189))}}if(l.alternate!==p)throw Error(L(190))}if(l.tag!==3)throw Error(L(188));return l.stateNode.current===l?n:i}function xp(n){return n=sl(n),n!==null?Tp(n):null}function Tp(n){if(n.tag===5||n.tag===6)return n;for(n=n.child;n!==null;){var i=Tp(n);if(i!==null)return i;n=n.sibling}return null}var Cp=H.unstable_scheduleCallback,Ap=H.unstable_cancelCallback,Gy=H.unstable_shouldYield,Yy=H.unstable_requestPaint,xr=H.unstable_now,Ky=H.unstable_getCurrentPriorityLevel,ff=H.unstable_ImmediatePriority,Pp=H.unstable_UserBlockingPriority,ll=H.unstable_NormalPriority,Xy=H.unstable_LowPriority,ul=H.unstable_IdlePriority,cl=null,ko=null;function Qy(n){if(ko&&typeof ko.onCommitFiberRoot=="function")try{ko.onCommitFiberRoot(cl,n,void 0,(n.current.flags&128)===128)}catch{}}var to=Math.clz32?Math.clz32:xw,Jy=Math.log,qy=Math.LN2;function xw(n){return n>>>=0,n===0?32:31-(Jy(n)/qy|0)|0}var fl=64,Ei=4194304;function ya(n){switch(n&-n){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 n&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return n&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return n}}function cs(n,i){var l=n.pendingLanes;if(l===0)return 0;var p=0,m=n.suspendedLanes,w=n.pingedLanes,R=l&268435455;if(R!==0){var M=R&~m;M!==0?p=ya(M):(w&=R,w!==0&&(p=ya(w)))}else R=l&~m,R!==0?p=ya(R):w!==0&&(p=ya(w));if(p===0)return 0;if(i!==0&&i!==p&&(i&m)===0&&(m=p&-p,w=i&-i,m>=w||m===16&&(w&4194240)!==0))return i;if((p&4)!==0&&(p|=l&16),i=n.entangledLanes,i!==0)for(n=n.entanglements,i&=p;0<i;)l=31-to(i),m=1<<l,p|=n[l],i&=~m;return p}function Zy(n,i){switch(n){case 1:case 2:case 4:return i+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 i+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 df(n,i){for(var l=n.suspendedLanes,p=n.pingedLanes,m=n.expirationTimes,w=n.pendingLanes;0<w;){var R=31-to(w),M=1<<R,z=m[R];z===-1?((M&l)===0||(M&p)!==0)&&(m[R]=Zy(M,i)):z<=i&&(n.expiredLanes|=M),w&=~M}}function pf(n){return n=n.pendingLanes&-1073741825,n!==0?n:n&1073741824?1073741824:0}function Op(){var n=fl;return fl<<=1,(fl&4194240)===0&&(fl=64),n}function hf(n){for(var i=[],l=0;31>l;l++)i.push(n);return i}function dl(n,i,l){n.pendingLanes|=i,i!==536870912&&(n.suspendedLanes=0,n.pingedLanes=0),n=n.eventTimes,i=31-to(i),n[i]=l}function Pu(n,i){var l=n.pendingLanes&~i;n.pendingLanes=i,n.suspendedLanes=0,n.pingedLanes=0,n.expiredLanes&=i,n.mutableReadLanes&=i,n.entangledLanes&=i,i=n.entanglements;var p=n.eventTimes;for(n=n.expirationTimes;0<l;){var m=31-to(l),w=1<<m;i[m]=0,p[m]=-1,n[m]=-1,l&=~w}}function fs(n,i){var l=n.entangledLanes|=i;for(n=n.entanglements;l;){var p=31-to(l),m=1<<p;m&i|n[p]&i&&(n[p]|=i),l&=~m}}var Xt=0;function pl(n){return n&=-n,1<n?4<n?(n&268435455)!==0?16:536870912:4:1}var eg,Ou,kp,Mp,ds,mf=!1,ku=[],Jo=null,qo=null,Zo=null,hl=new Map,ml=new Map,Mo=[],Lp="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 yf(n,i){switch(n){case"focusin":case"focusout":Jo=null;break;case"dragenter":case"dragleave":qo=null;break;case"mouseover":case"mouseout":Zo=null;break;case"pointerover":case"pointerout":hl.delete(i.pointerId);break;case"gotpointercapture":case"lostpointercapture":ml.delete(i.pointerId)}}function yl(n,i,l,p,m,w){return n===null||n.nativeEvent!==w?(n={blockedOn:i,domEventName:l,eventSystemFlags:p,nativeEvent:w,targetContainers:[m]},i!==null&&(i=Ul(i),i!==null&&Ou(i)),n):(n.eventSystemFlags|=p,i=n.targetContainers,m!==null&&i.indexOf(m)===-1&&i.push(m),n)}function tg(n,i,l,p,m){switch(i){case"focusin":return Jo=yl(Jo,n,i,l,p,m),!0;case"dragenter":return qo=yl(qo,n,i,l,p,m),!0;case"mouseover":return Zo=yl(Zo,n,i,l,p,m),!0;case"pointerover":var w=m.pointerId;return hl.set(w,yl(hl.get(w)||null,n,i,l,p,m)),!0;case"gotpointercapture":return w=m.pointerId,ml.set(w,yl(ml.get(w)||null,n,i,l,p,m)),!0}return!1}function Np(n){var i=Oi(n.target);if(i!==null){var l=ma(i);if(l!==null){if(i=l.tag,i===13){if(i=Rp(l),i!==null){n.blockedOn=i,ds(n.priority,function(){kp(l)});return}}else if(i===3&&l.stateNode.current.memoizedState.isDehydrated){n.blockedOn=l.tag===3?l.stateNode.containerInfo:null;return}}}n.blockedOn=null}function Mu(n){if(n.blockedOn!==null)return!1;for(var i=n.targetContainers;0<i.length;){var l=Nu(n.domEventName,n.eventSystemFlags,i[0],n.nativeEvent);if(l===null){l=n.nativeEvent;var p=new l.constructor(l.type,l);as=p,l.target.dispatchEvent(p),as=null}else return i=Ul(l),i!==null&&Ou(i),n.blockedOn=l,!1;i.shift()}return!0}function gf(n,i,l){Mu(n)&&l.delete(i)}function Lu(){mf=!1,Jo!==null&&Mu(Jo)&&(Jo=null),qo!==null&&Mu(qo)&&(qo=null),Zo!==null&&Mu(Zo)&&(Zo=null),hl.forEach(gf),ml.forEach(gf)}function ei(n,i){n.blockedOn===i&&(n.blockedOn=null,mf||(mf=!0,H.unstable_scheduleCallback(H.unstable_NormalPriority,Lu)))}function Ri(n){function i(m){return ei(m,n)}if(0<ku.length){ei(ku[0],n);for(var l=1;l<ku.length;l++){var p=ku[l];p.blockedOn===n&&(p.blockedOn=null)}}for(Jo!==null&&ei(Jo,n),qo!==null&&ei(qo,n),Zo!==null&&ei(Zo,n),hl.forEach(i),ml.forEach(i),l=0;l<Mo.length;l++)p=Mo[l],p.blockedOn===n&&(p.blockedOn=null);for(;0<Mo.length&&(l=Mo[0],l.blockedOn===null);)Np(l),l.blockedOn===null&&Mo.shift()}var xi=he.ReactCurrentBatchConfig,gl=!0;function Dp(n,i,l,p){var m=Xt,w=xi.transition;xi.transition=null;try{Xt=1,vf(n,i,l,p)}finally{Xt=m,xi.transition=w}}function rg(n,i,l,p){var m=Xt,w=xi.transition;xi.transition=null;try{Xt=4,vf(n,i,l,p)}finally{Xt=m,xi.transition=w}}function vf(n,i,l,p){if(gl){var m=Nu(n,i,l,p);if(m===null)Il(n,i,p,vl,l),yf(n,p);else if(tg(m,n,i,l,p))p.stopPropagation();else if(yf(n,p),i&4&&-1<Lp.indexOf(n)){for(;m!==null;){var w=Ul(m);if(w!==null&&eg(w),w=Nu(n,i,l,p),w===null&&Il(n,i,p,vl,l),w===m)break;m=w}m!==null&&p.stopPropagation()}else Il(n,i,p,null,l)}}var vl=null;function Nu(n,i,l,p){if(vl=null,n=sf(p),n=Oi(n),n!==null)if(i=ma(n),i===null)n=null;else if(l=i.tag,l===13){if(n=Rp(i),n!==null)return n;n=null}else if(l===3){if(i.stateNode.current.memoizedState.isDehydrated)return i.tag===3?i.stateNode.containerInfo:null;n=null}else i!==n&&(n=null);return vl=n,null}function Ip(n){switch(n){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(Ky()){case ff:return 1;case Pp:return 4;case ll:case Xy:return 16;case ul:return 536870912;default:return 16}default:return 16}}var ga=null,Du=null,Cn=null;function Fp(){if(Cn)return Cn;var n,i=Du,l=i.length,p,m="value"in ga?ga.value:ga.textContent,w=m.length;for(n=0;n<l&&i[n]===m[n];n++);var R=l-n;for(p=1;p<=R&&i[l-p]===m[w-p];p++);return Cn=m.slice(n,1<p?1-p:void 0)}function wl(n){var i=n.keyCode;return"charCode"in n?(n=n.charCode,n===0&&i===13&&(n=13)):n=i,n===10&&(n=13),32<=n||n===13?n:0}function Iu(){return!0}function ng(){return!1}function zn(n){function i(l,p,m,w,R){this._reactName=l,this._targetInst=m,this.type=p,this.nativeEvent=w,this.target=R,this.currentTarget=null;for(var M in n)n.hasOwnProperty(M)&&(l=n[M],this[M]=l?l(w):w[M]);return this.isDefaultPrevented=(w.defaultPrevented!=null?w.defaultPrevented:w.returnValue===!1)?Iu:ng,this.isPropagationStopped=ng,this}return Y(i.prototype,{preventDefault:function(){this.defaultPrevented=!0;var l=this.nativeEvent;l&&(l.preventDefault?l.preventDefault():typeof l.returnValue!="unknown"&&(l.returnValue=!1),this.isDefaultPrevented=Iu)},stopPropagation:function(){var l=this.nativeEvent;l&&(l.stopPropagation?l.stopPropagation():typeof l.cancelBubble!="unknown"&&(l.cancelBubble=!0),this.isPropagationStopped=Iu)},persist:function(){},isPersistent:Iu}),i}var Sl={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(n){return n.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},_l=zn(Sl),ps=Y({},Sl,{view:0,detail:0}),va=zn(ps),wf,jp,hs,bl=Y({},ps,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Fu,button:0,buttons:0,relatedTarget:function(n){return n.relatedTarget===void 0?n.fromElement===n.srcElement?n.toElement:n.fromElement:n.relatedTarget},movementX:function(n){return"movementX"in n?n.movementX:(n!==hs&&(hs&&n.type==="mousemove"?(wf=n.screenX-hs.screenX,jp=n.screenY-hs.screenY):jp=wf=0,hs=n),wf)},movementY:function(n){return"movementY"in n?n.movementY:jp}}),zp=zn(bl),Up=Y({},bl,{dataTransfer:0}),$p=zn(Up),Hp=Y({},ps,{relatedTarget:0}),Sf=zn(Hp),og=Y({},Sl,{animationName:0,elapsedTime:0,pseudoElement:0}),ig=zn(og),_f=Y({},Sl,{clipboardData:function(n){return"clipboardData"in n?n.clipboardData:window.clipboardData}}),ag=zn(_f),Bp=Y({},Sl,{data:0}),bf=zn(Bp),sg={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},lg={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"},Vp={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function ug(n){var i=this.nativeEvent;return i.getModifierState?i.getModifierState(n):(n=Vp[n])?!!i[n]:!1}function Fu(){return ug}var Wp=Y({},ps,{key:function(n){if(n.key){var i=sg[n.key]||n.key;if(i!=="Unidentified")return i}return n.type==="keypress"?(n=wl(n),n===13?"Enter":String.fromCharCode(n)):n.type==="keydown"||n.type==="keyup"?lg[n.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Fu,charCode:function(n){return n.type==="keypress"?wl(n):0},keyCode:function(n){return n.type==="keydown"||n.type==="keyup"?n.keyCode:0},which:function(n){return n.type==="keypress"?wl(n):n.type==="keydown"||n.type==="keyup"?n.keyCode:0}}),ms=zn(Wp),ju=Y({},bl,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),El=zn(ju),Rl=Y({},ps,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Fu}),Gp=zn(Rl),zu=Y({},Sl,{propertyName:0,elapsedTime:0,pseudoElement:0}),Yp=zn(zu),Kp=Y({},bl,{deltaX:function(n){return"deltaX"in n?n.deltaX:"wheelDeltaX"in n?-n.wheelDeltaX:0},deltaY:function(n){return"deltaY"in n?n.deltaY:"wheelDeltaY"in n?-n.wheelDeltaY:"wheelDelta"in n?-n.wheelDelta:0},deltaZ:0,deltaMode:0}),Xp=zn(Kp),cg=[9,13,27,32],wa=ae&&"CompositionEvent"in window,xl=null;ae&&"documentMode"in document&&(xl=document.documentMode);var Ef=ae&&"TextEvent"in window&&!xl,Rf=ae&&(!wa||xl&&8<xl&&11>=xl),xf=" ",Tf=!1;function Cf(n,i){switch(n){case"keyup":return cg.indexOf(i.keyCode)!==-1;case"keydown":return i.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Af(n){return n=n.detail,typeof n=="object"&&"data"in n?n.data:null}var ys=!1;function Qp(n,i){switch(n){case"compositionend":return Af(i);case"keypress":return i.which!==32?null:(Tf=!0,xf);case"textInput":return n=i.data,n===xf&&Tf?null:n;default:return null}}function fg(n,i){if(ys)return n==="compositionend"||!wa&&Cf(n,i)?(n=Fp(),Cn=Du=ga=null,ys=!1,n):null;switch(n){case"paste":return null;case"keypress":if(!(i.ctrlKey||i.altKey||i.metaKey)||i.ctrlKey&&i.altKey){if(i.char&&1<i.char.length)return i.char;if(i.which)return String.fromCharCode(i.which)}return null;case"compositionend":return Rf&&i.locale!=="ko"?null:i.data;default:return null}}var Jp={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 qp(n){var i=n&&n.nodeName&&n.nodeName.toLowerCase();return i==="input"?!!Jp[n.type]:i==="textarea"}function Pf(n,i,l,p){_p(p),i=Wu(i,"onChange"),0<i.length&&(l=new _l("onChange","change",null,l,p),n.push({event:l,listeners:i}))}var Tl=null,Cl=null;function dg(n){Ff(n,0)}function Uu(n){var i=Es(n);if(It(i))return n}function pg(n,i){if(n==="change")return i}var Zp=!1;if(ae){var Of;if(ae){var gs="oninput"in document;if(!gs){var eh=document.createElement("div");eh.setAttribute("oninput","return;"),gs=typeof eh.oninput=="function"}Of=gs}else Of=!1;Zp=Of&&(!document.documentMode||9<document.documentMode)}function th(){Tl&&(Tl.detachEvent("onpropertychange",rh),Cl=Tl=null)}function rh(n){if(n.propertyName==="value"&&Uu(Cl)){var i=[];Pf(i,Cl,n,sf(n)),bp(dg,i)}}function hg(n,i,l){n==="focusin"?(th(),Tl=i,Cl=l,Tl.attachEvent("onpropertychange",rh)):n==="focusout"&&th()}function mg(n){if(n==="selectionchange"||n==="keyup"||n==="keydown")return Uu(Cl)}function Tr(n,i){if(n==="click")return Uu(i)}function vs(n,i){if(n==="input"||n==="change")return Uu(i)}function Sa(n,i){return n===i&&(n!==0||1/n===1/i)||n!==n&&i!==i}var An=typeof Object.is=="function"?Object.is:Sa;function ws(n,i){if(An(n,i))return!0;if(typeof n!="object"||n===null||typeof i!="object"||i===null)return!1;var l=Object.keys(n),p=Object.keys(i);if(l.length!==p.length)return!1;for(p=0;p<l.length;p++){var m=l[p];if(!me.call(i,m)||!An(n[m],i[m]))return!1}return!0}function kf(n){for(;n&&n.firstChild;)n=n.firstChild;return n}function nh(n,i){var l=kf(n);n=0;for(var p;l;){if(l.nodeType===3){if(p=n+l.textContent.length,n<=i&&p>=i)return{node:l,offset:i-n};n=p}e:{for(;l;){if(l.nextSibling){l=l.nextSibling;break e}l=l.parentNode}l=void 0}l=kf(l)}}function oh(n,i){return n&&i?n===i?!0:n&&n.nodeType===3?!1:i&&i.nodeType===3?oh(n,i.parentNode):"contains"in n?n.contains(i):n.compareDocumentPosition?!!(n.compareDocumentPosition(i)&16):!1:!1}function ih(){for(var n=window,i=of();i instanceof n.HTMLIFrameElement;){try{var l=typeof i.contentWindow.location.href=="string"}catch{l=!1}if(l)n=i.contentWindow;else break;i=of(n.document)}return i}function Mf(n){var i=n&&n.nodeName&&n.nodeName.toLowerCase();return i&&(i==="input"&&(n.type==="text"||n.type==="search"||n.type==="tel"||n.type==="url"||n.type==="password")||i==="textarea"||n.contentEditable==="true")}function yg(n){var i=ih(),l=n.focusedElem,p=n.selectionRange;if(i!==l&&l&&l.ownerDocument&&oh(l.ownerDocument.documentElement,l)){if(p!==null&&Mf(l)){if(i=p.start,n=p.end,n===void 0&&(n=i),"selectionStart"in l)l.selectionStart=i,l.selectionEnd=Math.min(n,l.value.length);else if(n=(i=l.ownerDocument||document)&&i.defaultView||window,n.getSelection){n=n.getSelection();var m=l.textContent.length,w=Math.min(p.start,m);p=p.end===void 0?w:Math.min(p.end,m),!n.extend&&w>p&&(m=p,p=w,w=m),m=nh(l,w);var R=nh(l,p);m&&R&&(n.rangeCount!==1||n.anchorNode!==m.node||n.anchorOffset!==m.offset||n.focusNode!==R.node||n.focusOffset!==R.offset)&&(i=i.createRange(),i.setStart(m.node,m.offset),n.removeAllRanges(),w>p?(n.addRange(i),n.extend(R.node,R.offset)):(i.setEnd(R.node,R.offset),n.addRange(i)))}}for(i=[],n=l;n=n.parentNode;)n.nodeType===1&&i.push({element:n,left:n.scrollLeft,top:n.scrollTop});for(typeof l.focus=="function"&&l.focus(),l=0;l<i.length;l++)n=i[l],n.element.scrollLeft=n.left,n.element.scrollTop=n.top}}var ah=ae&&"documentMode"in document&&11>=document.documentMode,_a=null,Al=null,Pl=null,Lf=!1;function $u(n,i,l){var p=l.window===l?l.document:l.nodeType===9?l:l.ownerDocument;Lf||_a==null||_a!==of(p)||(p=_a,"selectionStart"in p&&Mf(p)?p={start:p.selectionStart,end:p.selectionEnd}:(p=(p.ownerDocument&&p.ownerDocument.defaultView||window).getSelection(),p={anchorNode:p.anchorNode,anchorOffset:p.anchorOffset,focusNode:p.focusNode,focusOffset:p.focusOffset}),Pl&&ws(Pl,p)||(Pl=p,p=Wu(Al,"onSelect"),0<p.length&&(i=new _l("onSelect","select",null,i,l),n.push({event:i,listeners:p}),i.target=_a)))}function Hu(n,i){var l={};return l[n.toLowerCase()]=i.toLowerCase(),l["Webkit"+n]="webkit"+i,l["Moz"+n]="moz"+i,l}var Lo={animationend:Hu("Animation","AnimationEnd"),animationiteration:Hu("Animation","AnimationIteration"),animationstart:Hu("Animation","AnimationStart"),transitionend:Hu("Transition","TransitionEnd")},Ol={},kl={};ae&&(kl=document.createElement("div").style,"AnimationEvent"in window||(delete Lo.animationend.animation,delete Lo.animationiteration.animation,delete Lo.animationstart.animation),"TransitionEvent"in window||delete Lo.transitionend.transition);function Ml(n){if(Ol[n])return Ol[n];if(!Lo[n])return n;var i=Lo[n],l;for(l in i)if(i.hasOwnProperty(l)&&l in kl)return Ol[n]=i[l];return n}var Nf=Ml("animationend"),Ti=Ml("animationiteration"),Ci=Ml("animationstart"),Df=Ml("transitionend"),sh=new Map,Ll="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 ti(n,i){sh.set(n,i),se(i,[n])}for(var Ai=0;Ai<Ll.length;Ai++){var Bu=Ll[Ai],Vu=Bu.toLowerCase(),gg=Bu[0].toUpperCase()+Bu.slice(1);ti(Vu,"on"+gg)}ti(Nf,"onAnimationEnd"),ti(Ti,"onAnimationIteration"),ti(Ci,"onAnimationStart"),ti("dblclick","onDoubleClick"),ti("focusin","onFocus"),ti("focusout","onBlur"),ti(Df,"onTransitionEnd"),ee("onMouseEnter",["mouseout","mouseover"]),ee("onMouseLeave",["mouseout","mouseover"]),ee("onPointerEnter",["pointerout","pointerover"]),ee("onPointerLeave",["pointerout","pointerover"]),se("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),se("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),se("onBeforeInput",["compositionend","keypress","textInput","paste"]),se("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),se("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),se("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Nl="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(" "),lh=new Set("cancel close invalid load scroll toggle".split(" ").concat(Nl));function If(n,i,l){var p=n.type||"unknown-event";n.currentTarget=l,Ep(p,i,void 0,n),n.currentTarget=null}function Ff(n,i){i=(i&4)!==0;for(var l=0;l<n.length;l++){var p=n[l],m=p.event;p=p.listeners;e:{var w=void 0;if(i)for(var R=p.length-1;0<=R;R--){var M=p[R],z=M.instance,te=M.currentTarget;if(M=M.listener,z!==w&&m.isPropagationStopped())break e;If(m,M,te),w=z}else for(R=0;R<p.length;R++){if(M=p[R],z=M.instance,te=M.currentTarget,M=M.listener,z!==w&&m.isPropagationStopped())break e;If(m,M,te),w=z}}}if(us)throw n=Au,us=!1,Au=null,n}function rr(n,i){var l=i[Pi];l===void 0&&(l=i[Pi]=new Set);var p=n+"__bubble";l.has(p)||(zf(i,n,2,!1),l.add(p))}function jf(n,i,l){var p=0;i&&(p|=4),zf(l,n,p,i)}var Dl="_reactListening"+Math.random().toString(36).slice(2);function ba(n){if(!n[Dl]){n[Dl]=!0,V.forEach(function(l){l!=="selectionchange"&&(lh.has(l)||jf(l,!1,n),jf(l,!0,n))});var i=n.nodeType===9?n:n.ownerDocument;i===null||i[Dl]||(i[Dl]=!0,jf("selectionchange",!1,i))}}function zf(n,i,l,p){switch(Ip(i)){case 1:var m=Dp;break;case 4:m=rg;break;default:m=vf}l=m.bind(null,i,l,n),m=void 0,!pa||i!=="touchstart"&&i!=="touchmove"&&i!=="wheel"||(m=!0),p?m!==void 0?n.addEventListener(i,l,{capture:!0,passive:m}):n.addEventListener(i,l,!0):m!==void 0?n.addEventListener(i,l,{passive:m}):n.addEventListener(i,l,!1)}function Il(n,i,l,p,m){var w=p;if((i&1)===0&&(i&2)===0&&p!==null)e:for(;;){if(p===null)return;var R=p.tag;if(R===3||R===4){var M=p.stateNode.containerInfo;if(M===m||M.nodeType===8&&M.parentNode===m)break;if(R===4)for(R=p.return;R!==null;){var z=R.tag;if((z===3||z===4)&&(z=R.stateNode.containerInfo,z===m||z.nodeType===8&&z.parentNode===m))return;R=R.return}for(;M!==null;){if(R=Oi(M),R===null)return;if(z=R.tag,z===5||z===6){p=w=R;continue e}M=M.parentNode}}p=p.return}bp(function(){var te=w,_e=sf(l),be=[];e:{var ve=sh.get(n);if(ve!==void 0){var Be=_l,Je=n;switch(n){case"keypress":if(wl(l)===0)break e;case"keydown":case"keyup":Be=ms;break;case"focusin":Je="focus",Be=Sf;break;case"focusout":Je="blur",Be=Sf;break;case"beforeblur":case"afterblur":Be=Sf;break;case"click":if(l.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":Be=zp;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":Be=$p;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":Be=Gp;break;case Nf:case Ti:case Ci:Be=ig;break;case Df:Be=Yp;break;case"scroll":Be=va;break;case"wheel":Be=Xp;break;case"copy":case"cut":case"paste":Be=ag;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":Be=El}var tt=(i&4)!==0,Or=!tt&&n==="scroll",X=tt?ve!==null?ve+"Capture":null:ve;tt=[];for(var W=te,Z;W!==null;){Z=W;var Ae=Z.stateNode;if(Z.tag===5&&Ae!==null&&(Z=Ae,X!==null&&(Ae=da(W,X),Ae!=null&&tt.push(Fl(W,Ae,Z)))),Or)break;W=W.return}0<tt.length&&(ve=new Be(ve,Je,null,l,_e),be.push({event:ve,listeners:tt}))}}if((i&7)===0){e:{if(ve=n==="mouseover"||n==="pointerover",Be=n==="mouseout"||n==="pointerout",ve&&l!==as&&(Je=l.relatedTarget||l.fromElement)&&(Oi(Je)||Je[ro]))break e;if((Be||ve)&&(ve=_e.window===_e?_e:(ve=_e.ownerDocument)?ve.defaultView||ve.parentWindow:window,Be?(Je=l.relatedTarget||l.toElement,Be=te,Je=Je?Oi(Je):null,Je!==null&&(Or=ma(Je),Je!==Or||Je.tag!==5&&Je.tag!==6)&&(Je=null)):(Be=null,Je=te),Be!==Je)){if(tt=zp,Ae="onMouseLeave",X="onMouseEnter",W="mouse",(n==="pointerout"||n==="pointerover")&&(tt=El,Ae="onPointerLeave",X="onPointerEnter",W="pointer"),Or=Be==null?ve:Es(Be),Z=Je==null?ve:Es(Je),ve=new tt(Ae,W+"leave",Be,l,_e),ve.target=Or,ve.relatedTarget=Z,Ae=null,Oi(_e)===te&&(tt=new tt(X,W+"enter",Je,l,_e),tt.target=Z,tt.relatedTarget=Or,Ae=tt),Or=Ae,Be&&Je)t:{for(tt=Be,X=Je,W=0,Z=tt;Z;Z=Ss(Z))W++;for(Z=0,Ae=X;Ae;Ae=Ss(Ae))Z++;for(;0<W-Z;)tt=Ss(tt),W--;for(;0<Z-W;)X=Ss(X),Z--;for(;W--;){if(tt===X||X!==null&&tt===X.alternate)break t;tt=Ss(tt),X=Ss(X)}tt=null}else tt=null;Be!==null&&uh(be,ve,Be,tt,!1),Je!==null&&Or!==null&&uh(be,Or,Je,tt,!0)}}e:{if(ve=te?Es(te):window,Be=ve.nodeName&&ve.nodeName.toLowerCase(),Be==="select"||Be==="input"&&ve.type==="file")var Ye=pg;else if(qp(ve))if(Zp)Ye=vs;else{Ye=mg;var ut=hg}else(Be=ve.nodeName)&&Be.toLowerCase()==="input"&&(ve.type==="checkbox"||ve.type==="radio")&&(Ye=Tr);if(Ye&&(Ye=Ye(n,te))){Pf(be,Ye,l,_e);break e}ut&&ut(n,ve,te),n==="focusout"&&(ut=ve._wrapperState)&&ut.controlled&&ve.type==="number"&&bu(ve,"number",ve.value)}switch(ut=te?Es(te):window,n){case"focusin":(qp(ut)||ut.contentEditable==="true")&&(_a=ut,Al=te,Pl=null);break;case"focusout":Pl=Al=_a=null;break;case"mousedown":Lf=!0;break;case"contextmenu":case"mouseup":case"dragend":Lf=!1,$u(be,l,_e);break;case"selectionchange":if(ah)break;case"keydown":case"keyup":$u(be,l,_e)}var ct;if(wa)e:{switch(n){case"compositionstart":var yt="onCompositionStart";break e;case"compositionend":yt="onCompositionEnd";break e;case"compositionupdate":yt="onCompositionUpdate";break e}yt=void 0}else ys?Cf(n,l)&&(yt="onCompositionEnd"):n==="keydown"&&l.keyCode===229&&(yt="onCompositionStart");yt&&(Rf&&l.locale!=="ko"&&(ys||yt!=="onCompositionStart"?yt==="onCompositionEnd"&&ys&&(ct=Fp()):(ga=_e,Du="value"in ga?ga.value:ga.textContent,ys=!0)),ut=Wu(te,yt),0<ut.length&&(yt=new bf(yt,n,null,l,_e),be.push({event:yt,listeners:ut}),ct?yt.data=ct:(ct=Af(l),ct!==null&&(yt.data=ct)))),(ct=Ef?Qp(n,l):fg(n,l))&&(te=Wu(te,"onBeforeInput"),0<te.length&&(_e=new bf("onBeforeInput","beforeinput",null,l,_e),be.push({event:_e,listeners:te}),_e.data=ct))}Ff(be,i)})}function Fl(n,i,l){return{instance:n,listener:i,currentTarget:l}}function Wu(n,i){for(var l=i+"Capture",p=[];n!==null;){var m=n,w=m.stateNode;m.tag===5&&w!==null&&(m=w,w=da(n,l),w!=null&&p.unshift(Fl(n,w,m)),w=da(n,i),w!=null&&p.push(Fl(n,w,m))),n=n.return}return p}function Ss(n){if(n===null)return null;do n=n.return;while(n&&n.tag!==5);return n||null}function uh(n,i,l,p,m){for(var w=i._reactName,R=[];l!==null&&l!==p;){var M=l,z=M.alternate,te=M.stateNode;if(z!==null&&z===p)break;M.tag===5&&te!==null&&(M=te,m?(z=da(l,w),z!=null&&R.unshift(Fl(l,z,M))):m||(z=da(l,w),z!=null&&R.push(Fl(l,z,M)))),l=l.return}R.length!==0&&n.push({event:i,listeners:R})}var vg=/\r\n?/g,wg=/\u0000|\uFFFD/g;function ch(n){return(typeof n=="string"?n:""+n).replace(vg,`
|
|
14
|
+
`).replace(wg,"")}function _s(n,i,l){if(i=ch(i),ch(n)!==i&&l)throw Error(L(425))}function Gu(){}var Uf=null,$f=null;function Hf(n,i){return n==="textarea"||n==="noscript"||typeof i.children=="string"||typeof i.children=="number"||typeof i.dangerouslySetInnerHTML=="object"&&i.dangerouslySetInnerHTML!==null&&i.dangerouslySetInnerHTML.__html!=null}var Bf=typeof setTimeout=="function"?setTimeout:void 0,Sg=typeof clearTimeout=="function"?clearTimeout:void 0,fh=typeof Promise=="function"?Promise:void 0,ln=typeof queueMicrotask=="function"?queueMicrotask:typeof fh<"u"?function(n){return fh.resolve(null).then(n).catch(dh)}:Bf;function dh(n){setTimeout(function(){throw n})}function Vf(n,i){var l=i,p=0;do{var m=l.nextSibling;if(n.removeChild(l),m&&m.nodeType===8)if(l=m.data,l==="/$"){if(p===0){n.removeChild(m),Ri(i);return}p--}else l!=="$"&&l!=="$?"&&l!=="$!"||p++;l=m}while(l);Ri(i)}function No(n){for(;n!=null;n=n.nextSibling){var i=n.nodeType;if(i===1||i===3)break;if(i===8){if(i=n.data,i==="$"||i==="$!"||i==="$?")break;if(i==="/$")return null}}return n}function jl(n){n=n.previousSibling;for(var i=0;n;){if(n.nodeType===8){var l=n.data;if(l==="$"||l==="$!"||l==="$?"){if(i===0)return n;i--}else l==="/$"&&i++}n=n.previousSibling}return null}var Ea=Math.random().toString(36).slice(2),Un="__reactFiber$"+Ea,vn="__reactProps$"+Ea,ro="__reactContainer$"+Ea,Pi="__reactEvents$"+Ea,bs="__reactListeners$"+Ea,zl="__reactHandles$"+Ea;function Oi(n){var i=n[Un];if(i)return i;for(var l=n.parentNode;l;){if(i=l[ro]||l[Un]){if(l=i.alternate,i.child!==null||l!==null&&l.child!==null)for(n=jl(n);n!==null;){if(l=n[Un])return l;n=jl(n)}return i}n=l,l=n.parentNode}return null}function Ul(n){return n=n[Un]||n[ro],!n||n.tag!==5&&n.tag!==6&&n.tag!==13&&n.tag!==3?null:n}function Es(n){if(n.tag===5||n.tag===6)return n.stateNode;throw Error(L(33))}function en(n){return n[vn]||null}var Yu=[],Do=-1;function ki(n){return{current:n}}function tr(n){0>Do||(n.current=Yu[Do],Yu[Do]=null,Do--)}function ir(n,i){Do++,Yu[Do]=n.current,n.current=i}var Mi={},un=ki(Mi),Pn=ki(!1),Ra=Mi;function Rs(n,i){var l=n.type.contextTypes;if(!l)return Mi;var p=n.stateNode;if(p&&p.__reactInternalMemoizedUnmaskedChildContext===i)return p.__reactInternalMemoizedMaskedChildContext;var m={},w;for(w in l)m[w]=i[w];return p&&(n=n.stateNode,n.__reactInternalMemoizedUnmaskedChildContext=i,n.__reactInternalMemoizedMaskedChildContext=m),m}function On(n){return n=n.childContextTypes,n!=null}function Ku(){tr(Pn),tr(un)}function ph(n,i,l){if(un.current!==Mi)throw Error(L(168));ir(un,i),ir(Pn,l)}function hh(n,i,l){var p=n.stateNode;if(i=i.childContextTypes,typeof p.getChildContext!="function")return l;p=p.getChildContext();for(var m in p)if(!(m in i))throw Error(L(108,Er(n)||"Unknown",m));return Y({},l,p)}function Xu(n){return n=(n=n.stateNode)&&n.__reactInternalMemoizedMergedChildContext||Mi,Ra=un.current,ir(un,n),ir(Pn,Pn.current),!0}function mh(n,i,l){var p=n.stateNode;if(!p)throw Error(L(169));l?(n=hh(n,i,Ra),p.__reactInternalMemoizedMergedChildContext=n,tr(Pn),tr(un),ir(un,n)):tr(Pn),ir(Pn,l)}var ri=null,Li=!1,Qu=!1;function Ni(n){ri===null?ri=[n]:ri.push(n)}function yh(n){Li=!0,Ni(n)}function Io(){if(!Qu&&ri!==null){Qu=!0;var n=0,i=Xt;try{var l=ri;for(Xt=1;n<l.length;n++){var p=l[n];do p=p(!0);while(p!==null)}ri=null,Li=!1}catch(m){throw ri!==null&&(ri=ri.slice(n+1)),Cp(ff,Io),m}finally{Xt=i,Qu=!1}}return null}var xs=[],Ts=0,Ju=null,qu=0,no=[],oo=0,xa=null,ni=1,oi="";function Ta(n,i){xs[Ts++]=qu,xs[Ts++]=Ju,Ju=n,qu=i}function gh(n,i,l){no[oo++]=ni,no[oo++]=oi,no[oo++]=xa,xa=n;var p=ni;n=oi;var m=32-to(p)-1;p&=~(1<<m),l+=1;var w=32-to(i)+m;if(30<w){var R=m-m%5;w=(p&(1<<R)-1).toString(32),p>>=R,m-=R,ni=1<<32-to(i)+m|l<<m|p,oi=w+n}else ni=1<<w|l<<m|p,oi=n}function Zu(n){n.return!==null&&(Ta(n,1),gh(n,1,0))}function Wf(n){for(;n===Ju;)Ju=xs[--Ts],xs[Ts]=null,qu=xs[--Ts],xs[Ts]=null;for(;n===xa;)xa=no[--oo],no[oo]=null,oi=no[--oo],no[oo]=null,ni=no[--oo],no[oo]=null}var kn=null,$n=null,dr=!1,Eo=null;function vh(n,i){var l=fo(5,null,null,0);l.elementType="DELETED",l.stateNode=i,l.return=n,i=n.deletions,i===null?(n.deletions=[l],n.flags|=16):i.push(l)}function wh(n,i){switch(n.tag){case 5:var l=n.type;return i=i.nodeType!==1||l.toLowerCase()!==i.nodeName.toLowerCase()?null:i,i!==null?(n.stateNode=i,kn=n,$n=No(i.firstChild),!0):!1;case 6:return i=n.pendingProps===""||i.nodeType!==3?null:i,i!==null?(n.stateNode=i,kn=n,$n=null,!0):!1;case 13:return i=i.nodeType!==8?null:i,i!==null?(l=xa!==null?{id:ni,overflow:oi}:null,n.memoizedState={dehydrated:i,treeContext:l,retryLane:1073741824},l=fo(18,null,null,0),l.stateNode=i,l.return=n,n.child=l,kn=n,$n=null,!0):!1;default:return!1}}function Gf(n){return(n.mode&1)!==0&&(n.flags&128)===0}function Yf(n){if(dr){var i=$n;if(i){var l=i;if(!wh(n,i)){if(Gf(n))throw Error(L(418));i=No(l.nextSibling);var p=kn;i&&wh(n,i)?vh(p,l):(n.flags=n.flags&-4097|2,dr=!1,kn=n)}}else{if(Gf(n))throw Error(L(418));n.flags=n.flags&-4097|2,dr=!1,kn=n}}}function Sh(n){for(n=n.return;n!==null&&n.tag!==5&&n.tag!==3&&n.tag!==13;)n=n.return;kn=n}function $l(n){if(n!==kn)return!1;if(!dr)return Sh(n),dr=!0,!1;var i;if((i=n.tag!==3)&&!(i=n.tag!==5)&&(i=n.type,i=i!=="head"&&i!=="body"&&!Hf(n.type,n.memoizedProps)),i&&(i=$n)){if(Gf(n))throw _h(),Error(L(418));for(;i;)vh(n,i),i=No(i.nextSibling)}if(Sh(n),n.tag===13){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(L(317));e:{for(n=n.nextSibling,i=0;n;){if(n.nodeType===8){var l=n.data;if(l==="/$"){if(i===0){$n=No(n.nextSibling);break e}i--}else l!=="$"&&l!=="$!"&&l!=="$?"||i++}n=n.nextSibling}$n=null}}else $n=kn?No(n.stateNode.nextSibling):null;return!0}function _h(){for(var n=$n;n;)n=No(n.nextSibling)}function Hl(){$n=kn=null,dr=!1}function ne(n){Eo===null?Eo=[n]:Eo.push(n)}var Cs=he.ReactCurrentBatchConfig;function As(n,i,l){if(n=l.ref,n!==null&&typeof n!="function"&&typeof n!="object"){if(l._owner){if(l=l._owner,l){if(l.tag!==1)throw Error(L(309));var p=l.stateNode}if(!p)throw Error(L(147,n));var m=p,w=""+n;return i!==null&&i.ref!==null&&typeof i.ref=="function"&&i.ref._stringRef===w?i.ref:(i=function(R){var M=m.refs;R===null?delete M[w]:M[w]=R},i._stringRef=w,i)}if(typeof n!="string")throw Error(L(284));if(!l._owner)throw Error(L(290,n))}return n}function Bl(n,i){throw n=Object.prototype.toString.call(i),Error(L(31,n==="[object Object]"?"object with keys {"+Object.keys(i).join(", ")+"}":n))}function Ot(n){var i=n._init;return i(n._payload)}function Kf(n){function i(X,W){if(n){var Z=X.deletions;Z===null?(X.deletions=[W],X.flags|=16):Z.push(W)}}function l(X,W){if(!n)return null;for(;W!==null;)i(X,W),W=W.sibling;return null}function p(X,W){for(X=new Map;W!==null;)W.key!==null?X.set(W.key,W):X.set(W.index,W),W=W.sibling;return X}function m(X,W){return X=Yi(X,W),X.index=0,X.sibling=null,X}function w(X,W,Z){return X.index=Z,n?(Z=X.alternate,Z!==null?(Z=Z.index,Z<W?(X.flags|=2,W):Z):(X.flags|=2,W)):(X.flags|=1048576,W)}function R(X){return n&&X.alternate===null&&(X.flags|=2),X}function M(X,W,Z,Ae){return W===null||W.tag!==6?(W=Ld(Z,X.mode,Ae),W.return=X,W):(W=m(W,Z),W.return=X,W)}function z(X,W,Z,Ae){var Ye=Z.type;return Ye===Wt?_e(X,W,Z.props.children,Ae,Z.key):W!==null&&(W.elementType===Ye||typeof Ye=="object"&&Ye!==null&&Ye.$$typeof===Me&&Ot(Ye)===W.type)?(Ae=m(W,Z.props),Ae.ref=As(X,W,Z),Ae.return=X,Ae):(Ae=Cc(Z.type,Z.key,Z.props,null,X.mode,Ae),Ae.ref=As(X,W,Z),Ae.return=X,Ae)}function te(X,W,Z,Ae){return W===null||W.tag!==4||W.stateNode.containerInfo!==Z.containerInfo||W.stateNode.implementation!==Z.implementation?(W=Nn(Z,X.mode,Ae),W.return=X,W):(W=m(W,Z.children||[]),W.return=X,W)}function _e(X,W,Z,Ae,Ye){return W===null||W.tag!==7?(W=Ha(Z,X.mode,Ae,Ye),W.return=X,W):(W=m(W,Z),W.return=X,W)}function be(X,W,Z){if(typeof W=="string"&&W!==""||typeof W=="number")return W=Ld(""+W,X.mode,Z),W.return=X,W;if(typeof W=="object"&&W!==null){switch(W.$$typeof){case mt:return Z=Cc(W.type,W.key,W.props,null,X.mode,Z),Z.ref=As(X,null,W),Z.return=X,Z;case St:return W=Nn(W,X.mode,Z),W.return=X,W;case Me:var Ae=W._init;return be(X,Ae(W._payload),Z)}if(os(W)||Gt(W))return W=Ha(W,X.mode,Z,null),W.return=X,W;Bl(X,W)}return null}function ve(X,W,Z,Ae){var Ye=W!==null?W.key:null;if(typeof Z=="string"&&Z!==""||typeof Z=="number")return Ye!==null?null:M(X,W,""+Z,Ae);if(typeof Z=="object"&&Z!==null){switch(Z.$$typeof){case mt:return Z.key===Ye?z(X,W,Z,Ae):null;case St:return Z.key===Ye?te(X,W,Z,Ae):null;case Me:return Ye=Z._init,ve(X,W,Ye(Z._payload),Ae)}if(os(Z)||Gt(Z))return Ye!==null?null:_e(X,W,Z,Ae,null);Bl(X,Z)}return null}function Be(X,W,Z,Ae,Ye){if(typeof Ae=="string"&&Ae!==""||typeof Ae=="number")return X=X.get(Z)||null,M(W,X,""+Ae,Ye);if(typeof Ae=="object"&&Ae!==null){switch(Ae.$$typeof){case mt:return X=X.get(Ae.key===null?Z:Ae.key)||null,z(W,X,Ae,Ye);case St:return X=X.get(Ae.key===null?Z:Ae.key)||null,te(W,X,Ae,Ye);case Me:var ut=Ae._init;return Be(X,W,Z,ut(Ae._payload),Ye)}if(os(Ae)||Gt(Ae))return X=X.get(Z)||null,_e(W,X,Ae,Ye,null);Bl(W,Ae)}return null}function Je(X,W,Z,Ae){for(var Ye=null,ut=null,ct=W,yt=W=0,Kr=null;ct!==null&&yt<Z.length;yt++){ct.index>yt?(Kr=ct,ct=null):Kr=ct.sibling;var Nt=ve(X,ct,Z[yt],Ae);if(Nt===null){ct===null&&(ct=Kr);break}n&&ct&&Nt.alternate===null&&i(X,ct),W=w(Nt,W,yt),ut===null?Ye=Nt:ut.sibling=Nt,ut=Nt,ct=Kr}if(yt===Z.length)return l(X,ct),dr&&Ta(X,yt),Ye;if(ct===null){for(;yt<Z.length;yt++)ct=be(X,Z[yt],Ae),ct!==null&&(W=w(ct,W,yt),ut===null?Ye=ct:ut.sibling=ct,ut=ct);return dr&&Ta(X,yt),Ye}for(ct=p(X,ct);yt<Z.length;yt++)Kr=Be(ct,X,yt,Z[yt],Ae),Kr!==null&&(n&&Kr.alternate!==null&&ct.delete(Kr.key===null?yt:Kr.key),W=w(Kr,W,yt),ut===null?Ye=Kr:ut.sibling=Kr,ut=Kr);return n&&ct.forEach(function(Qi){return i(X,Qi)}),dr&&Ta(X,yt),Ye}function tt(X,W,Z,Ae){var Ye=Gt(Z);if(typeof Ye!="function")throw Error(L(150));if(Z=Ye.call(Z),Z==null)throw Error(L(151));for(var ut=Ye=null,ct=W,yt=W=0,Kr=null,Nt=Z.next();ct!==null&&!Nt.done;yt++,Nt=Z.next()){ct.index>yt?(Kr=ct,ct=null):Kr=ct.sibling;var Qi=ve(X,ct,Nt.value,Ae);if(Qi===null){ct===null&&(ct=Kr);break}n&&ct&&Qi.alternate===null&&i(X,ct),W=w(Qi,W,yt),ut===null?Ye=Qi:ut.sibling=Qi,ut=Qi,ct=Kr}if(Nt.done)return l(X,ct),dr&&Ta(X,yt),Ye;if(ct===null){for(;!Nt.done;yt++,Nt=Z.next())Nt=be(X,Nt.value,Ae),Nt!==null&&(W=w(Nt,W,yt),ut===null?Ye=Nt:ut.sibling=Nt,ut=Nt);return dr&&Ta(X,yt),Ye}for(ct=p(X,ct);!Nt.done;yt++,Nt=Z.next())Nt=Be(ct,X,yt,Nt.value,Ae),Nt!==null&&(n&&Nt.alternate!==null&&ct.delete(Nt.key===null?yt:Nt.key),W=w(Nt,W,yt),ut===null?Ye=Nt:ut.sibling=Nt,ut=Nt);return n&&ct.forEach(function(uu){return i(X,uu)}),dr&&Ta(X,yt),Ye}function Or(X,W,Z,Ae){if(typeof Z=="object"&&Z!==null&&Z.type===Wt&&Z.key===null&&(Z=Z.props.children),typeof Z=="object"&&Z!==null){switch(Z.$$typeof){case mt:e:{for(var Ye=Z.key,ut=W;ut!==null;){if(ut.key===Ye){if(Ye=Z.type,Ye===Wt){if(ut.tag===7){l(X,ut.sibling),W=m(ut,Z.props.children),W.return=X,X=W;break e}}else if(ut.elementType===Ye||typeof Ye=="object"&&Ye!==null&&Ye.$$typeof===Me&&Ot(Ye)===ut.type){l(X,ut.sibling),W=m(ut,Z.props),W.ref=As(X,ut,Z),W.return=X,X=W;break e}l(X,ut);break}else i(X,ut);ut=ut.sibling}Z.type===Wt?(W=Ha(Z.props.children,X.mode,Ae,Z.key),W.return=X,X=W):(Ae=Cc(Z.type,Z.key,Z.props,null,X.mode,Ae),Ae.ref=As(X,W,Z),Ae.return=X,X=Ae)}return R(X);case St:e:{for(ut=Z.key;W!==null;){if(W.key===ut)if(W.tag===4&&W.stateNode.containerInfo===Z.containerInfo&&W.stateNode.implementation===Z.implementation){l(X,W.sibling),W=m(W,Z.children||[]),W.return=X,X=W;break e}else{l(X,W);break}else i(X,W);W=W.sibling}W=Nn(Z,X.mode,Ae),W.return=X,X=W}return R(X);case Me:return ut=Z._init,Or(X,W,ut(Z._payload),Ae)}if(os(Z))return Je(X,W,Z,Ae);if(Gt(Z))return tt(X,W,Z,Ae);Bl(X,Z)}return typeof Z=="string"&&Z!==""||typeof Z=="number"?(Z=""+Z,W!==null&&W.tag===6?(l(X,W.sibling),W=m(W,Z),W.return=X,X=W):(l(X,W),W=Ld(Z,X.mode,Ae),W.return=X,X=W),R(X)):l(X,W)}return Or}var Di=Kf(!0),Xf=Kf(!1),Vl=ki(null),ec=null,Ps=null,Qf=null;function Os(){Qf=Ps=ec=null}function tc(n){var i=Vl.current;tr(Vl),n._currentValue=i}function rc(n,i,l){for(;n!==null;){var p=n.alternate;if((n.childLanes&i)!==i?(n.childLanes|=i,p!==null&&(p.childLanes|=i)):p!==null&&(p.childLanes&i)!==i&&(p.childLanes|=i),n===l)break;n=n.return}}function Ca(n,i){ec=n,Qf=Ps=null,n=n.dependencies,n!==null&&n.firstContext!==null&&((n.lanes&i)!==0&&(Sn=!0),n.firstContext=null)}function Hn(n){var i=n._currentValue;if(Qf!==n)if(n={context:n,memoizedValue:i,next:null},Ps===null){if(ec===null)throw Error(L(308));Ps=n,ec.dependencies={lanes:0,firstContext:n}}else Ps=Ps.next=n;return i}var Aa=null;function nc(n){Aa===null?Aa=[n]:Aa.push(n)}function bh(n,i,l,p){var m=i.interleaved;return m===null?(l.next=l,nc(i)):(l.next=m.next,m.next=l),i.interleaved=l,Fo(n,p)}function Fo(n,i){n.lanes|=i;var l=n.alternate;for(l!==null&&(l.lanes|=i),l=n,n=n.return;n!==null;)n.childLanes|=i,l=n.alternate,l!==null&&(l.childLanes|=i),l=n,n=n.return;return l.tag===3?l.stateNode:null}var ii=!1;function Eh(n){n.updateQueue={baseState:n.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function _g(n,i){n=n.updateQueue,i.updateQueue===n&&(i.updateQueue={baseState:n.baseState,firstBaseUpdate:n.firstBaseUpdate,lastBaseUpdate:n.lastBaseUpdate,shared:n.shared,effects:n.effects})}function Ii(n,i){return{eventTime:n,lane:i,tag:0,payload:null,callback:null,next:null}}function Fi(n,i,l){var p=n.updateQueue;if(p===null)return null;if(p=p.shared,(jt&2)!==0){var m=p.pending;return m===null?i.next=i:(i.next=m.next,m.next=i),p.pending=i,Fo(n,l)}return m=p.interleaved,m===null?(i.next=i,nc(p)):(i.next=m.next,m.next=i),p.interleaved=i,Fo(n,l)}function ks(n,i,l){if(i=i.updateQueue,i!==null&&(i=i.shared,(l&4194240)!==0)){var p=i.lanes;p&=n.pendingLanes,l|=p,i.lanes=l,fs(n,l)}}function oc(n,i){var l=n.updateQueue,p=n.alternate;if(p!==null&&(p=p.updateQueue,l===p)){var m=null,w=null;if(l=l.firstBaseUpdate,l!==null){do{var R={eventTime:l.eventTime,lane:l.lane,tag:l.tag,payload:l.payload,callback:l.callback,next:null};w===null?m=w=R:w=w.next=R,l=l.next}while(l!==null);w===null?m=w=i:w=w.next=i}else m=w=i;l={baseState:p.baseState,firstBaseUpdate:m,lastBaseUpdate:w,shared:p.shared,effects:p.effects},n.updateQueue=l;return}n=l.lastBaseUpdate,n===null?l.firstBaseUpdate=i:n.next=i,l.lastBaseUpdate=i}function ic(n,i,l,p){var m=n.updateQueue;ii=!1;var w=m.firstBaseUpdate,R=m.lastBaseUpdate,M=m.shared.pending;if(M!==null){m.shared.pending=null;var z=M,te=z.next;z.next=null,R===null?w=te:R.next=te,R=z;var _e=n.alternate;_e!==null&&(_e=_e.updateQueue,M=_e.lastBaseUpdate,M!==R&&(M===null?_e.firstBaseUpdate=te:M.next=te,_e.lastBaseUpdate=z))}if(w!==null){var be=m.baseState;R=0,_e=te=z=null,M=w;do{var ve=M.lane,Be=M.eventTime;if((p&ve)===ve){_e!==null&&(_e=_e.next={eventTime:Be,lane:0,tag:M.tag,payload:M.payload,callback:M.callback,next:null});e:{var Je=n,tt=M;switch(ve=i,Be=l,tt.tag){case 1:if(Je=tt.payload,typeof Je=="function"){be=Je.call(Be,be,ve);break e}be=Je;break e;case 3:Je.flags=Je.flags&-65537|128;case 0:if(Je=tt.payload,ve=typeof Je=="function"?Je.call(Be,be,ve):Je,ve==null)break e;be=Y({},be,ve);break e;case 2:ii=!0}}M.callback!==null&&M.lane!==0&&(n.flags|=64,ve=m.effects,ve===null?m.effects=[M]:ve.push(M))}else Be={eventTime:Be,lane:ve,tag:M.tag,payload:M.payload,callback:M.callback,next:null},_e===null?(te=_e=Be,z=be):_e=_e.next=Be,R|=ve;if(M=M.next,M===null){if(M=m.shared.pending,M===null)break;ve=M,M=ve.next,ve.next=null,m.lastBaseUpdate=ve,m.shared.pending=null}}while(!0);if(_e===null&&(z=be),m.baseState=z,m.firstBaseUpdate=te,m.lastBaseUpdate=_e,i=m.shared.interleaved,i!==null){m=i;do R|=m.lane,m=m.next;while(m!==i)}else w===null&&(m.shared.lanes=0);Fa|=R,n.lanes=R,n.memoizedState=be}}function Rh(n,i,l){if(n=i.effects,i.effects=null,n!==null)for(i=0;i<n.length;i++){var p=n[i],m=p.callback;if(m!==null){if(p.callback=null,p=l,typeof m!="function")throw Error(L(191,m));m.call(p)}}}var Wl={},ar=ki(Wl),Gl=ki(Wl),Yl=ki(Wl);function Pa(n){if(n===Wl)throw Error(L(174));return n}function Jf(n,i){switch(ir(Yl,i),ir(Gl,n),ir(ar,Wl),n=i.nodeType,n){case 9:case 11:i=(i=i.documentElement)?i.namespaceURI:wi(null,"");break;default:n=n===8?i.parentNode:i,i=n.namespaceURI||null,n=n.tagName,i=wi(i,n)}tr(ar),ir(ar,i)}function Oa(){tr(ar),tr(Gl),tr(Yl)}function xh(n){Pa(Yl.current);var i=Pa(ar.current),l=wi(i,n.type);i!==l&&(ir(Gl,n),ir(ar,l))}function Kl(n){Gl.current===n&&(tr(ar),tr(Gl))}var sr=ki(0);function ac(n){for(var i=n;i!==null;){if(i.tag===13){var l=i.memoizedState;if(l!==null&&(l=l.dehydrated,l===null||l.data==="$?"||l.data==="$!"))return i}else if(i.tag===19&&i.memoizedProps.revealOrder!==void 0){if((i.flags&128)!==0)return i}else if(i.child!==null){i.child.return=i,i=i.child;continue}if(i===n)break;for(;i.sibling===null;){if(i.return===null||i.return===n)return null;i=i.return}i.sibling.return=i.return,i=i.sibling}return null}var qf=[];function sc(){for(var n=0;n<qf.length;n++)qf[n]._workInProgressVersionPrimary=null;qf.length=0}var ji=he.ReactCurrentDispatcher,Ms=he.ReactCurrentBatchConfig,ka=0,yr=null,Cr=null,Vr=null,lc=!1,zi=!1,wn=0,Zf=0;function tn(){throw Error(L(321))}function uc(n,i){if(i===null)return!1;for(var l=0;l<i.length&&l<n.length;l++)if(!An(n[l],i[l]))return!1;return!0}function Ma(n,i,l,p,m,w){if(ka=w,yr=i,i.memoizedState=null,i.updateQueue=null,i.lanes=0,ji.current=n===null||n.memoizedState===null?cd:Uh,n=l(p,m),zi){w=0;do{if(zi=!1,wn=0,25<=w)throw Error(L(301));w+=1,Vr=Cr=null,i.updateQueue=null,ji.current=Rg,n=l(p,m)}while(zi)}if(ji.current=ud,i=Cr!==null&&Cr.next!==null,ka=0,Vr=Cr=yr=null,lc=!1,i)throw Error(L(300));return n}function cc(){var n=wn!==0;return wn=0,n}function jo(){var n={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Vr===null?yr.memoizedState=Vr=n:Vr=Vr.next=n,Vr}function io(){if(Cr===null){var n=yr.alternate;n=n!==null?n.memoizedState:null}else n=Cr.next;var i=Vr===null?yr.memoizedState:Vr.next;if(i!==null)Vr=i,Cr=n;else{if(n===null)throw Error(L(310));Cr=n,n={memoizedState:Cr.memoizedState,baseState:Cr.baseState,baseQueue:Cr.baseQueue,queue:Cr.queue,next:null},Vr===null?yr.memoizedState=Vr=n:Vr=Vr.next=n}return Vr}function Xl(n,i){return typeof i=="function"?i(n):i}function ed(n){var i=io(),l=i.queue;if(l===null)throw Error(L(311));l.lastRenderedReducer=n;var p=Cr,m=p.baseQueue,w=l.pending;if(w!==null){if(m!==null){var R=m.next;m.next=w.next,w.next=R}p.baseQueue=m=w,l.pending=null}if(m!==null){w=m.next,p=p.baseState;var M=R=null,z=null,te=w;do{var _e=te.lane;if((ka&_e)===_e)z!==null&&(z=z.next={lane:0,action:te.action,hasEagerState:te.hasEagerState,eagerState:te.eagerState,next:null}),p=te.hasEagerState?te.eagerState:n(p,te.action);else{var be={lane:_e,action:te.action,hasEagerState:te.hasEagerState,eagerState:te.eagerState,next:null};z===null?(M=z=be,R=p):z=z.next=be,yr.lanes|=_e,Fa|=_e}te=te.next}while(te!==null&&te!==w);z===null?R=p:z.next=M,An(p,i.memoizedState)||(Sn=!0),i.memoizedState=p,i.baseState=R,i.baseQueue=z,l.lastRenderedState=p}if(n=l.interleaved,n!==null){m=n;do w=m.lane,yr.lanes|=w,Fa|=w,m=m.next;while(m!==n)}else m===null&&(l.lanes=0);return[i.memoizedState,l.dispatch]}function td(n){var i=io(),l=i.queue;if(l===null)throw Error(L(311));l.lastRenderedReducer=n;var p=l.dispatch,m=l.pending,w=i.memoizedState;if(m!==null){l.pending=null;var R=m=m.next;do w=n(w,R.action),R=R.next;while(R!==m);An(w,i.memoizedState)||(Sn=!0),i.memoizedState=w,i.baseQueue===null&&(i.baseState=w),l.lastRenderedState=w}return[w,p]}function Ql(){}function rd(n,i){var l=yr,p=io(),m=i(),w=!An(p.memoizedState,m);if(w&&(p.memoizedState=m,Sn=!0),p=p.queue,kh(Ch.bind(null,l,p,n),[n]),p.getSnapshot!==i||w||Vr!==null&&Vr.memoizedState.tag&1){if(l.flags|=2048,Ls(9,Th.bind(null,l,p,m,i),void 0,null),Gr===null)throw Error(L(349));(ka&30)!==0||nd(l,i,m)}return m}function nd(n,i,l){n.flags|=16384,n={getSnapshot:i,value:l},i=yr.updateQueue,i===null?(i={lastEffect:null,stores:null},yr.updateQueue=i,i.stores=[n]):(l=i.stores,l===null?i.stores=[n]:l.push(n))}function Th(n,i,l,p){i.value=l,i.getSnapshot=p,Ah(i)&&Ph(n)}function Ch(n,i,l){return l(function(){Ah(i)&&Ph(n)})}function Ah(n){var i=n.getSnapshot;n=n.value;try{var l=i();return!An(n,l)}catch{return!0}}function Ph(n){var i=Fo(n,1);i!==null&&co(i,n,1,-1)}function od(n){var i=jo();return typeof n=="function"&&(n=n()),i.memoizedState=i.baseState=n,n={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Xl,lastRenderedState:n},i.queue=n,n=n.dispatch=bg.bind(null,yr,n),[i.memoizedState,n]}function Ls(n,i,l,p){return n={tag:n,create:i,destroy:l,deps:p,next:null},i=yr.updateQueue,i===null?(i={lastEffect:null,stores:null},yr.updateQueue=i,i.lastEffect=n.next=n):(l=i.lastEffect,l===null?i.lastEffect=n.next=n:(p=l.next,l.next=n,n.next=p,i.lastEffect=n)),n}function Ui(){return io().memoizedState}function Jl(n,i,l,p){var m=jo();yr.flags|=n,m.memoizedState=Ls(1|i,l,void 0,p===void 0?null:p)}function id(n,i,l,p){var m=io();p=p===void 0?null:p;var w=void 0;if(Cr!==null){var R=Cr.memoizedState;if(w=R.destroy,p!==null&&uc(p,R.deps)){m.memoizedState=Ls(i,l,w,p);return}}yr.flags|=n,m.memoizedState=Ls(1|i,l,w,p)}function Oh(n,i){return Jl(8390656,8,n,i)}function kh(n,i){return id(2048,8,n,i)}function Mh(n,i){return id(4,2,n,i)}function Lh(n,i){return id(4,4,n,i)}function Nh(n,i){if(typeof i=="function")return n=n(),i(n),function(){i(null)};if(i!=null)return n=n(),i.current=n,function(){i.current=null}}function Dh(n,i,l){return l=l!=null?l.concat([n]):null,id(4,4,Nh.bind(null,i,n),l)}function fc(){}function ad(n,i){var l=io();i=i===void 0?null:i;var p=l.memoizedState;return p!==null&&i!==null&&uc(i,p[1])?p[0]:(l.memoizedState=[n,i],n)}function ql(n,i){var l=io();i=i===void 0?null:i;var p=l.memoizedState;return p!==null&&i!==null&&uc(i,p[1])?p[0]:(n=n(),l.memoizedState=[n,i],n)}function Ih(n,i,l){return(ka&21)===0?(n.baseState&&(n.baseState=!1,Sn=!0),n.memoizedState=l):(An(l,i)||(l=Op(),yr.lanes|=l,Fa|=l,n.baseState=!0),i)}function Fh(n,i){var l=Xt;Xt=l!==0&&4>l?l:4,n(!0);var p=Ms.transition;Ms.transition={};try{n(!1),i()}finally{Xt=l,Ms.transition=p}}function sd(){return io().memoizedState}function jh(n,i,l){var p=Wn(n);if(l={lane:p,action:l,hasEagerState:!1,eagerState:null,next:null},zh(n))ld(i,l);else if(l=bh(n,i,l,p),l!==null){var m=Ir();co(l,n,p,m),Eg(l,i,p)}}function bg(n,i,l){var p=Wn(n),m={lane:p,action:l,hasEagerState:!1,eagerState:null,next:null};if(zh(n))ld(i,m);else{var w=n.alternate;if(n.lanes===0&&(w===null||w.lanes===0)&&(w=i.lastRenderedReducer,w!==null))try{var R=i.lastRenderedState,M=w(R,l);if(m.hasEagerState=!0,m.eagerState=M,An(M,R)){var z=i.interleaved;z===null?(m.next=m,nc(i)):(m.next=z.next,z.next=m),i.interleaved=m;return}}catch{}finally{}l=bh(n,i,m,p),l!==null&&(m=Ir(),co(l,n,p,m),Eg(l,i,p))}}function zh(n){var i=n.alternate;return n===yr||i!==null&&i===yr}function ld(n,i){zi=lc=!0;var l=n.pending;l===null?i.next=i:(i.next=l.next,l.next=i),n.pending=i}function Eg(n,i,l){if((l&4194240)!==0){var p=i.lanes;p&=n.pendingLanes,l|=p,i.lanes=l,fs(n,l)}}var ud={readContext:Hn,useCallback:tn,useContext:tn,useEffect:tn,useImperativeHandle:tn,useInsertionEffect:tn,useLayoutEffect:tn,useMemo:tn,useReducer:tn,useRef:tn,useState:tn,useDebugValue:tn,useDeferredValue:tn,useTransition:tn,useMutableSource:tn,useSyncExternalStore:tn,useId:tn,unstable_isNewReconciler:!1},cd={readContext:Hn,useCallback:function(n,i){return jo().memoizedState=[n,i===void 0?null:i],n},useContext:Hn,useEffect:Oh,useImperativeHandle:function(n,i,l){return l=l!=null?l.concat([n]):null,Jl(4194308,4,Nh.bind(null,i,n),l)},useLayoutEffect:function(n,i){return Jl(4194308,4,n,i)},useInsertionEffect:function(n,i){return Jl(4,2,n,i)},useMemo:function(n,i){var l=jo();return i=i===void 0?null:i,n=n(),l.memoizedState=[n,i],n},useReducer:function(n,i,l){var p=jo();return i=l!==void 0?l(i):i,p.memoizedState=p.baseState=i,n={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:n,lastRenderedState:i},p.queue=n,n=n.dispatch=jh.bind(null,yr,n),[p.memoizedState,n]},useRef:function(n){var i=jo();return n={current:n},i.memoizedState=n},useState:od,useDebugValue:fc,useDeferredValue:function(n){return jo().memoizedState=n},useTransition:function(){var n=od(!1),i=n[0];return n=Fh.bind(null,n[1]),jo().memoizedState=n,[i,n]},useMutableSource:function(){},useSyncExternalStore:function(n,i,l){var p=yr,m=jo();if(dr){if(l===void 0)throw Error(L(407));l=l()}else{if(l=i(),Gr===null)throw Error(L(349));(ka&30)!==0||nd(p,i,l)}m.memoizedState=l;var w={value:l,getSnapshot:i};return m.queue=w,Oh(Ch.bind(null,p,w,n),[n]),p.flags|=2048,Ls(9,Th.bind(null,p,w,l,i),void 0,null),l},useId:function(){var n=jo(),i=Gr.identifierPrefix;if(dr){var l=oi,p=ni;l=(p&~(1<<32-to(p)-1)).toString(32)+l,i=":"+i+"R"+l,l=wn++,0<l&&(i+="H"+l.toString(32)),i+=":"}else l=Zf++,i=":"+i+"r"+l.toString(32)+":";return n.memoizedState=i},unstable_isNewReconciler:!1},Uh={readContext:Hn,useCallback:ad,useContext:Hn,useEffect:kh,useImperativeHandle:Dh,useInsertionEffect:Mh,useLayoutEffect:Lh,useMemo:ql,useReducer:ed,useRef:Ui,useState:function(){return ed(Xl)},useDebugValue:fc,useDeferredValue:function(n){var i=io();return Ih(i,Cr.memoizedState,n)},useTransition:function(){var n=ed(Xl)[0],i=io().memoizedState;return[n,i]},useMutableSource:Ql,useSyncExternalStore:rd,useId:sd,unstable_isNewReconciler:!1},Rg={readContext:Hn,useCallback:ad,useContext:Hn,useEffect:kh,useImperativeHandle:Dh,useInsertionEffect:Mh,useLayoutEffect:Lh,useMemo:ql,useReducer:td,useRef:Ui,useState:function(){return td(Xl)},useDebugValue:fc,useDeferredValue:function(n){var i=io();return Cr===null?i.memoizedState=n:Ih(i,Cr.memoizedState,n)},useTransition:function(){var n=td(Xl)[0],i=io().memoizedState;return[n,i]},useMutableSource:Ql,useSyncExternalStore:rd,useId:sd,unstable_isNewReconciler:!1};function ao(n,i){if(n&&n.defaultProps){i=Y({},i),n=n.defaultProps;for(var l in n)i[l]===void 0&&(i[l]=n[l]);return i}return i}function Zl(n,i,l,p){i=n.memoizedState,l=l(p,i),l=l==null?i:Y({},i,l),n.memoizedState=l,n.lanes===0&&(n.updateQueue.baseState=l)}var eu={isMounted:function(n){return(n=n._reactInternals)?ma(n)===n:!1},enqueueSetState:function(n,i,l){n=n._reactInternals;var p=Ir(),m=Wn(n),w=Ii(p,m);w.payload=i,l!=null&&(w.callback=l),i=Fi(n,w,m),i!==null&&(co(i,n,m,p),ks(i,n,m))},enqueueReplaceState:function(n,i,l){n=n._reactInternals;var p=Ir(),m=Wn(n),w=Ii(p,m);w.tag=1,w.payload=i,l!=null&&(w.callback=l),i=Fi(n,w,m),i!==null&&(co(i,n,m,p),ks(i,n,m))},enqueueForceUpdate:function(n,i){n=n._reactInternals;var l=Ir(),p=Wn(n),m=Ii(l,p);m.tag=2,i!=null&&(m.callback=i),i=Fi(n,m,p),i!==null&&(co(i,n,p,l),ks(i,n,p))}};function fd(n,i,l,p,m,w,R){return n=n.stateNode,typeof n.shouldComponentUpdate=="function"?n.shouldComponentUpdate(p,w,R):i.prototype&&i.prototype.isPureReactComponent?!ws(l,p)||!ws(m,w):!0}function tu(n,i,l){var p=!1,m=Mi,w=i.contextType;return typeof w=="object"&&w!==null?w=Hn(w):(m=On(i)?Ra:un.current,p=i.contextTypes,w=(p=p!=null)?Rs(n,m):Mi),i=new i(l,w),n.memoizedState=i.state!==null&&i.state!==void 0?i.state:null,i.updater=eu,n.stateNode=i,i._reactInternals=n,p&&(n=n.stateNode,n.__reactInternalMemoizedUnmaskedChildContext=m,n.__reactInternalMemoizedMaskedChildContext=w),i}function dd(n,i,l,p){n=i.state,typeof i.componentWillReceiveProps=="function"&&i.componentWillReceiveProps(l,p),typeof i.UNSAFE_componentWillReceiveProps=="function"&&i.UNSAFE_componentWillReceiveProps(l,p),i.state!==n&&eu.enqueueReplaceState(i,i.state,null)}function pd(n,i,l,p){var m=n.stateNode;m.props=l,m.state=n.memoizedState,m.refs={},Eh(n);var w=i.contextType;typeof w=="object"&&w!==null?m.context=Hn(w):(w=On(i)?Ra:un.current,m.context=Rs(n,w)),m.state=n.memoizedState,w=i.getDerivedStateFromProps,typeof w=="function"&&(Zl(n,i,w,l),m.state=n.memoizedState),typeof i.getDerivedStateFromProps=="function"||typeof m.getSnapshotBeforeUpdate=="function"||typeof m.UNSAFE_componentWillMount!="function"&&typeof m.componentWillMount!="function"||(i=m.state,typeof m.componentWillMount=="function"&&m.componentWillMount(),typeof m.UNSAFE_componentWillMount=="function"&&m.UNSAFE_componentWillMount(),i!==m.state&&eu.enqueueReplaceState(m,m.state,null),ic(n,l,m,p),m.state=n.memoizedState),typeof m.componentDidMount=="function"&&(n.flags|=4194308)}function ai(n,i){try{var l="",p=i;do l+=er(p),p=p.return;while(p);var m=l}catch(w){m=`
|
|
15
|
+
Error generating stack: `+w.message+`
|
|
16
|
+
`+w.stack}return{value:n,source:i,stack:m,digest:null}}function so(n,i,l){return{value:n,source:null,stack:l??null,digest:i??null}}function Ns(n,i){try{console.error(i.value)}catch(l){setTimeout(function(){throw l})}}var dc=typeof WeakMap=="function"?WeakMap:Map;function pc(n,i,l){l=Ii(-1,l),l.tag=3,l.payload={element:null};var p=i.value;return l.callback=function(){ja||(ja=!0,xd=p),Ns(n,i)},l}function $h(n,i,l){l=Ii(-1,l),l.tag=3;var p=n.type.getDerivedStateFromError;if(typeof p=="function"){var m=i.value;l.payload=function(){return p(m)},l.callback=function(){Ns(n,i)}}var w=n.stateNode;return w!==null&&typeof w.componentDidCatch=="function"&&(l.callback=function(){Ns(n,i),typeof p!="function"&&(li===null?li=new Set([this]):li.add(this));var R=i.stack;this.componentDidCatch(i.value,{componentStack:R!==null?R:""})}),l}function Hh(n,i,l){var p=n.pingCache;if(p===null){p=n.pingCache=new dc;var m=new Set;p.set(i,m)}else m=p.get(i),m===void 0&&(m=new Set,p.set(i,m));m.has(l)||(m.add(l),n=Dg.bind(null,n,i,l),i.then(n,n))}function Bh(n){do{var i;if((i=n.tag===13)&&(i=n.memoizedState,i=i!==null?i.dehydrated!==null:!0),i)return n;n=n.return}while(n!==null);return null}function hc(n,i,l,p,m){return(n.mode&1)===0?(n===i?n.flags|=65536:(n.flags|=128,l.flags|=131072,l.flags&=-52805,l.tag===1&&(l.alternate===null?l.tag=17:(i=Ii(-1,1),i.tag=2,Fi(l,i,1))),l.lanes|=1),n):(n.flags|=65536,n.lanes=m,n)}var xg=he.ReactCurrentOwner,Sn=!1;function Ft(n,i,l,p){i.child=n===null?Xf(i,null,l,p):Di(i,n.child,l,p)}function hd(n,i,l,p,m){l=l.render;var w=i.ref;return Ca(i,m),p=Ma(n,i,l,p,w,m),l=cc(),n!==null&&!Sn?(i.updateQueue=n.updateQueue,i.flags&=-2053,n.lanes&=~m,si(n,i,m)):(dr&&l&&Zu(i),i.flags|=1,Ft(n,i,p,m),i.child)}function Vh(n,i,l,p,m){if(n===null){var w=l.type;return typeof w=="function"&&!Md(w)&&w.defaultProps===void 0&&l.compare===null&&l.defaultProps===void 0?(i.tag=15,i.type=w,Wh(n,i,w,p,m)):(n=Cc(l.type,null,p,i,i.mode,m),n.ref=i.ref,n.return=i,i.child=n)}if(w=n.child,(n.lanes&m)===0){var R=w.memoizedProps;if(l=l.compare,l=l!==null?l:ws,l(R,p)&&n.ref===i.ref)return si(n,i,m)}return i.flags|=1,n=Yi(w,p),n.ref=i.ref,n.return=i,i.child=n}function Wh(n,i,l,p,m){if(n!==null){var w=n.memoizedProps;if(ws(w,p)&&n.ref===i.ref)if(Sn=!1,i.pendingProps=p=w,(n.lanes&m)!==0)(n.flags&131072)!==0&&(Sn=!0);else return i.lanes=n.lanes,si(n,i,m)}return md(n,i,l,p,m)}function Gh(n,i,l){var p=i.pendingProps,m=p.children,w=n!==null?n.memoizedState:null;if(p.mode==="hidden")if((i.mode&1)===0)i.memoizedState={baseLanes:0,cachePool:null,transitions:null},ir(Ia,Vn),Vn|=l;else{if((l&1073741824)===0)return n=w!==null?w.baseLanes|l:l,i.lanes=i.childLanes=1073741824,i.memoizedState={baseLanes:n,cachePool:null,transitions:null},i.updateQueue=null,ir(Ia,Vn),Vn|=n,null;i.memoizedState={baseLanes:0,cachePool:null,transitions:null},p=w!==null?w.baseLanes:l,ir(Ia,Vn),Vn|=p}else w!==null?(p=w.baseLanes|l,i.memoizedState=null):p=l,ir(Ia,Vn),Vn|=p;return Ft(n,i,m,l),i.child}function Yh(n,i){var l=i.ref;(n===null&&l!==null||n!==null&&n.ref!==l)&&(i.flags|=512,i.flags|=2097152)}function md(n,i,l,p,m){var w=On(l)?Ra:un.current;return w=Rs(i,w),Ca(i,m),l=Ma(n,i,l,p,w,m),p=cc(),n!==null&&!Sn?(i.updateQueue=n.updateQueue,i.flags&=-2053,n.lanes&=~m,si(n,i,m)):(dr&&p&&Zu(i),i.flags|=1,Ft(n,i,l,m),i.child)}function Kh(n,i,l,p,m){if(On(l)){var w=!0;Xu(i)}else w=!1;if(Ca(i,m),i.stateNode===null)gc(n,i),tu(i,l,p),pd(i,l,p,m),p=!0;else if(n===null){var R=i.stateNode,M=i.memoizedProps;R.props=M;var z=R.context,te=l.contextType;typeof te=="object"&&te!==null?te=Hn(te):(te=On(l)?Ra:un.current,te=Rs(i,te));var _e=l.getDerivedStateFromProps,be=typeof _e=="function"||typeof R.getSnapshotBeforeUpdate=="function";be||typeof R.UNSAFE_componentWillReceiveProps!="function"&&typeof R.componentWillReceiveProps!="function"||(M!==p||z!==te)&&dd(i,R,p,te),ii=!1;var ve=i.memoizedState;R.state=ve,ic(i,p,R,m),z=i.memoizedState,M!==p||ve!==z||Pn.current||ii?(typeof _e=="function"&&(Zl(i,l,_e,p),z=i.memoizedState),(M=ii||fd(i,l,M,p,ve,z,te))?(be||typeof R.UNSAFE_componentWillMount!="function"&&typeof R.componentWillMount!="function"||(typeof R.componentWillMount=="function"&&R.componentWillMount(),typeof R.UNSAFE_componentWillMount=="function"&&R.UNSAFE_componentWillMount()),typeof R.componentDidMount=="function"&&(i.flags|=4194308)):(typeof R.componentDidMount=="function"&&(i.flags|=4194308),i.memoizedProps=p,i.memoizedState=z),R.props=p,R.state=z,R.context=te,p=M):(typeof R.componentDidMount=="function"&&(i.flags|=4194308),p=!1)}else{R=i.stateNode,_g(n,i),M=i.memoizedProps,te=i.type===i.elementType?M:ao(i.type,M),R.props=te,be=i.pendingProps,ve=R.context,z=l.contextType,typeof z=="object"&&z!==null?z=Hn(z):(z=On(l)?Ra:un.current,z=Rs(i,z));var Be=l.getDerivedStateFromProps;(_e=typeof Be=="function"||typeof R.getSnapshotBeforeUpdate=="function")||typeof R.UNSAFE_componentWillReceiveProps!="function"&&typeof R.componentWillReceiveProps!="function"||(M!==be||ve!==z)&&dd(i,R,p,z),ii=!1,ve=i.memoizedState,R.state=ve,ic(i,p,R,m);var Je=i.memoizedState;M!==be||ve!==Je||Pn.current||ii?(typeof Be=="function"&&(Zl(i,l,Be,p),Je=i.memoizedState),(te=ii||fd(i,l,te,p,ve,Je,z)||!1)?(_e||typeof R.UNSAFE_componentWillUpdate!="function"&&typeof R.componentWillUpdate!="function"||(typeof R.componentWillUpdate=="function"&&R.componentWillUpdate(p,Je,z),typeof R.UNSAFE_componentWillUpdate=="function"&&R.UNSAFE_componentWillUpdate(p,Je,z)),typeof R.componentDidUpdate=="function"&&(i.flags|=4),typeof R.getSnapshotBeforeUpdate=="function"&&(i.flags|=1024)):(typeof R.componentDidUpdate!="function"||M===n.memoizedProps&&ve===n.memoizedState||(i.flags|=4),typeof R.getSnapshotBeforeUpdate!="function"||M===n.memoizedProps&&ve===n.memoizedState||(i.flags|=1024),i.memoizedProps=p,i.memoizedState=Je),R.props=p,R.state=Je,R.context=z,p=te):(typeof R.componentDidUpdate!="function"||M===n.memoizedProps&&ve===n.memoizedState||(i.flags|=4),typeof R.getSnapshotBeforeUpdate!="function"||M===n.memoizedProps&&ve===n.memoizedState||(i.flags|=1024),p=!1)}return yd(n,i,l,p,w,m)}function yd(n,i,l,p,m,w){Yh(n,i);var R=(i.flags&128)!==0;if(!p&&!R)return m&&mh(i,l,!1),si(n,i,w);p=i.stateNode,xg.current=i;var M=R&&typeof l.getDerivedStateFromError!="function"?null:p.render();return i.flags|=1,n!==null&&R?(i.child=Di(i,n.child,null,w),i.child=Di(i,null,M,w)):Ft(n,i,M,w),i.memoizedState=p.state,m&&mh(i,l,!0),i.child}function Xh(n){var i=n.stateNode;i.pendingContext?ph(n,i.pendingContext,i.pendingContext!==i.context):i.context&&ph(n,i.context,!1),Jf(n,i.containerInfo)}function Qh(n,i,l,p,m){return Hl(),ne(m),i.flags|=256,Ft(n,i,l,p),i.child}var gd={dehydrated:null,treeContext:null,retryLane:0};function vd(n){return{baseLanes:n,cachePool:null,transitions:null}}function Jh(n,i,l){var p=i.pendingProps,m=sr.current,w=!1,R=(i.flags&128)!==0,M;if((M=R)||(M=n!==null&&n.memoizedState===null?!1:(m&2)!==0),M?(w=!0,i.flags&=-129):(n===null||n.memoizedState!==null)&&(m|=1),ir(sr,m&1),n===null)return Yf(i),n=i.memoizedState,n!==null&&(n=n.dehydrated,n!==null)?((i.mode&1)===0?i.lanes=1:n.data==="$!"?i.lanes=8:i.lanes=1073741824,null):(R=p.children,n=p.fallback,w?(p=i.mode,w=i.child,R={mode:"hidden",children:R},(p&1)===0&&w!==null?(w.childLanes=0,w.pendingProps=R):w=Ac(R,p,0,null),n=Ha(n,p,l,null),w.return=i,n.return=i,w.sibling=n,i.child=w,i.child.memoizedState=vd(l),i.memoizedState=gd,n):wd(i,R));if(m=n.memoizedState,m!==null&&(M=m.dehydrated,M!==null))return Tg(n,i,R,p,M,m,l);if(w){w=p.fallback,R=i.mode,m=n.child,M=m.sibling;var z={mode:"hidden",children:p.children};return(R&1)===0&&i.child!==m?(p=i.child,p.childLanes=0,p.pendingProps=z,i.deletions=null):(p=Yi(m,z),p.subtreeFlags=m.subtreeFlags&14680064),M!==null?w=Yi(M,w):(w=Ha(w,R,l,null),w.flags|=2),w.return=i,p.return=i,p.sibling=w,i.child=p,p=w,w=i.child,R=n.child.memoizedState,R=R===null?vd(l):{baseLanes:R.baseLanes|l,cachePool:null,transitions:R.transitions},w.memoizedState=R,w.childLanes=n.childLanes&~l,i.memoizedState=gd,p}return w=n.child,n=w.sibling,p=Yi(w,{mode:"visible",children:p.children}),(i.mode&1)===0&&(p.lanes=l),p.return=i,p.sibling=null,n!==null&&(l=i.deletions,l===null?(i.deletions=[n],i.flags|=16):l.push(n)),i.child=p,i.memoizedState=null,p}function wd(n,i){return i=Ac({mode:"visible",children:i},n.mode,0,null),i.return=n,n.child=i}function mc(n,i,l,p){return p!==null&&ne(p),Di(i,n.child,null,l),n=wd(i,i.pendingProps.children),n.flags|=2,i.memoizedState=null,n}function Tg(n,i,l,p,m,w,R){if(l)return i.flags&256?(i.flags&=-257,p=so(Error(L(422))),mc(n,i,R,p)):i.memoizedState!==null?(i.child=n.child,i.flags|=128,null):(w=p.fallback,m=i.mode,p=Ac({mode:"visible",children:p.children},m,0,null),w=Ha(w,m,R,null),w.flags|=2,p.return=i,w.return=i,p.sibling=w,i.child=p,(i.mode&1)!==0&&Di(i,n.child,null,R),i.child.memoizedState=vd(R),i.memoizedState=gd,w);if((i.mode&1)===0)return mc(n,i,R,null);if(m.data==="$!"){if(p=m.nextSibling&&m.nextSibling.dataset,p)var M=p.dgst;return p=M,w=Error(L(419)),p=so(w,p,void 0),mc(n,i,R,p)}if(M=(R&n.childLanes)!==0,Sn||M){if(p=Gr,p!==null){switch(R&-R){case 4:m=2;break;case 16:m=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:m=32;break;case 536870912:m=268435456;break;default:m=0}m=(m&(p.suspendedLanes|R))!==0?0:m,m!==0&&m!==w.retryLane&&(w.retryLane=m,Fo(n,m),co(p,n,m,-1))}return Tc(),p=so(Error(L(421))),mc(n,i,R,p)}return m.data==="$?"?(i.flags|=128,i.child=n.child,i=Ig.bind(null,n),m._reactRetry=i,null):(n=w.treeContext,$n=No(m.nextSibling),kn=i,dr=!0,Eo=null,n!==null&&(no[oo++]=ni,no[oo++]=oi,no[oo++]=xa,ni=n.id,oi=n.overflow,xa=i),i=wd(i,p.children),i.flags|=4096,i)}function qh(n,i,l){n.lanes|=i;var p=n.alternate;p!==null&&(p.lanes|=i),rc(n.return,i,l)}function yc(n,i,l,p,m){var w=n.memoizedState;w===null?n.memoizedState={isBackwards:i,rendering:null,renderingStartTime:0,last:p,tail:l,tailMode:m}:(w.isBackwards=i,w.rendering=null,w.renderingStartTime=0,w.last=p,w.tail=l,w.tailMode=m)}function Sd(n,i,l){var p=i.pendingProps,m=p.revealOrder,w=p.tail;if(Ft(n,i,p.children,l),p=sr.current,(p&2)!==0)p=p&1|2,i.flags|=128;else{if(n!==null&&(n.flags&128)!==0)e:for(n=i.child;n!==null;){if(n.tag===13)n.memoizedState!==null&&qh(n,l,i);else if(n.tag===19)qh(n,l,i);else if(n.child!==null){n.child.return=n,n=n.child;continue}if(n===i)break e;for(;n.sibling===null;){if(n.return===null||n.return===i)break e;n=n.return}n.sibling.return=n.return,n=n.sibling}p&=1}if(ir(sr,p),(i.mode&1)===0)i.memoizedState=null;else switch(m){case"forwards":for(l=i.child,m=null;l!==null;)n=l.alternate,n!==null&&ac(n)===null&&(m=l),l=l.sibling;l=m,l===null?(m=i.child,i.child=null):(m=l.sibling,l.sibling=null),yc(i,!1,m,l,w);break;case"backwards":for(l=null,m=i.child,i.child=null;m!==null;){if(n=m.alternate,n!==null&&ac(n)===null){i.child=m;break}n=m.sibling,m.sibling=l,l=m,m=n}yc(i,!0,l,null,w);break;case"together":yc(i,!1,null,null,void 0);break;default:i.memoizedState=null}return i.child}function gc(n,i){(i.mode&1)===0&&n!==null&&(n.alternate=null,i.alternate=null,i.flags|=2)}function si(n,i,l){if(n!==null&&(i.dependencies=n.dependencies),Fa|=i.lanes,(l&i.childLanes)===0)return null;if(n!==null&&i.child!==n.child)throw Error(L(153));if(i.child!==null){for(n=i.child,l=Yi(n,n.pendingProps),i.child=l,l.return=i;n.sibling!==null;)n=n.sibling,l=l.sibling=Yi(n,n.pendingProps),l.return=i;l.sibling=null}return i.child}function Cg(n,i,l){switch(i.tag){case 3:Xh(i),Hl();break;case 5:xh(i);break;case 1:On(i.type)&&Xu(i);break;case 4:Jf(i,i.stateNode.containerInfo);break;case 10:var p=i.type._context,m=i.memoizedProps.value;ir(Vl,p._currentValue),p._currentValue=m;break;case 13:if(p=i.memoizedState,p!==null)return p.dehydrated!==null?(ir(sr,sr.current&1),i.flags|=128,null):(l&i.child.childLanes)!==0?Jh(n,i,l):(ir(sr,sr.current&1),n=si(n,i,l),n!==null?n.sibling:null);ir(sr,sr.current&1);break;case 19:if(p=(l&i.childLanes)!==0,(n.flags&128)!==0){if(p)return Sd(n,i,l);i.flags|=128}if(m=i.memoizedState,m!==null&&(m.rendering=null,m.tail=null,m.lastEffect=null),ir(sr,sr.current),p)break;return null;case 22:case 23:return i.lanes=0,Gh(n,i,l)}return si(n,i,l)}var cn,Mn,_d,vc;cn=function(n,i){for(var l=i.child;l!==null;){if(l.tag===5||l.tag===6)n.appendChild(l.stateNode);else if(l.tag!==4&&l.child!==null){l.child.return=l,l=l.child;continue}if(l===i)break;for(;l.sibling===null;){if(l.return===null||l.return===i)return;l=l.return}l.sibling.return=l.return,l=l.sibling}},Mn=function(){},_d=function(n,i,l,p){var m=n.memoizedProps;if(m!==p){n=i.stateNode,Pa(ar.current);var w=null;switch(l){case"input":m=Nr(n,m),p=Nr(n,p),w=[];break;case"select":m=Y({},m,{value:void 0}),p=Y({},p,{value:void 0}),w=[];break;case"textarea":m=Xo(n,m),p=Xo(n,p),w=[];break;default:typeof m.onClick!="function"&&typeof p.onClick=="function"&&(n.onclick=Gu)}Tu(l,p);var R;l=null;for(te in m)if(!p.hasOwnProperty(te)&&m.hasOwnProperty(te)&&m[te]!=null)if(te==="style"){var M=m[te];for(R in M)M.hasOwnProperty(R)&&(l||(l={}),l[R]="")}else te!=="dangerouslySetInnerHTML"&&te!=="children"&&te!=="suppressContentEditableWarning"&&te!=="suppressHydrationWarning"&&te!=="autoFocus"&&(U.hasOwnProperty(te)?w||(w=[]):(w=w||[]).push(te,null));for(te in p){var z=p[te];if(M=m?.[te],p.hasOwnProperty(te)&&z!==M&&(z!=null||M!=null))if(te==="style")if(M){for(R in M)!M.hasOwnProperty(R)||z&&z.hasOwnProperty(R)||(l||(l={}),l[R]="");for(R in z)z.hasOwnProperty(R)&&M[R]!==z[R]&&(l||(l={}),l[R]=z[R])}else l||(w||(w=[]),w.push(te,l)),l=z;else te==="dangerouslySetInnerHTML"?(z=z?z.__html:void 0,M=M?M.__html:void 0,z!=null&&M!==z&&(w=w||[]).push(te,z)):te==="children"?typeof z!="string"&&typeof z!="number"||(w=w||[]).push(te,""+z):te!=="suppressContentEditableWarning"&&te!=="suppressHydrationWarning"&&(U.hasOwnProperty(te)?(z!=null&&te==="onScroll"&&rr("scroll",n),w||M===z||(w=[])):(w=w||[]).push(te,z))}l&&(w=w||[]).push("style",l);var te=w;(i.updateQueue=te)&&(i.flags|=4)}},vc=function(n,i,l,p){l!==p&&(i.flags|=4)};function La(n,i){if(!dr)switch(n.tailMode){case"hidden":i=n.tail;for(var l=null;i!==null;)i.alternate!==null&&(l=i),i=i.sibling;l===null?n.tail=null:l.sibling=null;break;case"collapsed":l=n.tail;for(var p=null;l!==null;)l.alternate!==null&&(p=l),l=l.sibling;p===null?i||n.tail===null?n.tail=null:n.tail.sibling=null:p.sibling=null}}function zr(n){var i=n.alternate!==null&&n.alternate.child===n.child,l=0,p=0;if(i)for(var m=n.child;m!==null;)l|=m.lanes|m.childLanes,p|=m.subtreeFlags&14680064,p|=m.flags&14680064,m.return=n,m=m.sibling;else for(m=n.child;m!==null;)l|=m.lanes|m.childLanes,p|=m.subtreeFlags,p|=m.flags,m.return=n,m=m.sibling;return n.subtreeFlags|=p,n.childLanes=l,i}function Ag(n,i,l){var p=i.pendingProps;switch(Wf(i),i.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return zr(i),null;case 1:return On(i.type)&&Ku(),zr(i),null;case 3:return p=i.stateNode,Oa(),tr(Pn),tr(un),sc(),p.pendingContext&&(p.context=p.pendingContext,p.pendingContext=null),(n===null||n.child===null)&&($l(i)?i.flags|=4:n===null||n.memoizedState.isDehydrated&&(i.flags&256)===0||(i.flags|=1024,Eo!==null&&(Cd(Eo),Eo=null))),Mn(n,i),zr(i),null;case 5:Kl(i);var m=Pa(Yl.current);if(l=i.type,n!==null&&i.stateNode!=null)_d(n,i,l,p,m),n.ref!==i.ref&&(i.flags|=512,i.flags|=2097152);else{if(!p){if(i.stateNode===null)throw Error(L(166));return zr(i),null}if(n=Pa(ar.current),$l(i)){p=i.stateNode,l=i.type;var w=i.memoizedProps;switch(p[Un]=i,p[vn]=w,n=(i.mode&1)!==0,l){case"dialog":rr("cancel",p),rr("close",p);break;case"iframe":case"object":case"embed":rr("load",p);break;case"video":case"audio":for(m=0;m<Nl.length;m++)rr(Nl[m],p);break;case"source":rr("error",p);break;case"img":case"image":case"link":rr("error",p),rr("load",p);break;case"details":rr("toggle",p);break;case"input":vi(p,w),rr("invalid",p);break;case"select":p._wrapperState={wasMultiple:!!w.multiple},rr("invalid",p);break;case"textarea":is(p,w),rr("invalid",p)}Tu(l,w),m=null;for(var R in w)if(w.hasOwnProperty(R)){var M=w[R];R==="children"?typeof M=="string"?p.textContent!==M&&(w.suppressHydrationWarning!==!0&&_s(p.textContent,M,n),m=["children",M]):typeof M=="number"&&p.textContent!==""+M&&(w.suppressHydrationWarning!==!0&&_s(p.textContent,M,n),m=["children",""+M]):U.hasOwnProperty(R)&&M!=null&&R==="onScroll"&&rr("scroll",p)}switch(l){case"input":Ko(p),wp(p,w,!0);break;case"textarea":Ko(p),af(p);break;case"select":case"option":break;default:typeof w.onClick=="function"&&(p.onclick=Gu)}p=m,i.updateQueue=p,p!==null&&(i.flags|=4)}else{R=m.nodeType===9?m:m.ownerDocument,n==="http://www.w3.org/1999/xhtml"&&(n=Sp(l)),n==="http://www.w3.org/1999/xhtml"?l==="script"?(n=R.createElement("div"),n.innerHTML="<script><\/script>",n=n.removeChild(n.firstChild)):typeof p.is=="string"?n=R.createElement(l,{is:p.is}):(n=R.createElement(l),l==="select"&&(R=n,p.multiple?R.multiple=!0:p.size&&(R.size=p.size))):n=R.createElementNS(n,l),n[Un]=i,n[vn]=p,cn(n,i,!1,!1),i.stateNode=n;e:{switch(R=fa(l,p),l){case"dialog":rr("cancel",n),rr("close",n),m=p;break;case"iframe":case"object":case"embed":rr("load",n),m=p;break;case"video":case"audio":for(m=0;m<Nl.length;m++)rr(Nl[m],n);m=p;break;case"source":rr("error",n),m=p;break;case"img":case"image":case"link":rr("error",n),rr("load",n),m=p;break;case"details":rr("toggle",n),m=p;break;case"input":vi(n,p),m=Nr(n,p),rr("invalid",n);break;case"option":m=p;break;case"select":n._wrapperState={wasMultiple:!!p.multiple},m=Y({},p,{value:void 0}),rr("invalid",n);break;case"textarea":is(n,p),m=Xo(n,p),rr("invalid",n);break;default:m=p}Tu(l,m),M=m;for(w in M)if(M.hasOwnProperty(w)){var z=M[w];w==="style"?xu(n,z):w==="dangerouslySetInnerHTML"?(z=z?z.__html:void 0,z!=null&&jr(n,z)):w==="children"?typeof z=="string"?(l!=="textarea"||z!=="")&&ua(n,z):typeof z=="number"&&ua(n,""+z):w!=="suppressContentEditableWarning"&&w!=="suppressHydrationWarning"&&w!=="autoFocus"&&(U.hasOwnProperty(w)?z!=null&&w==="onScroll"&&rr("scroll",n):z!=null&&bt(n,w,z,R))}switch(l){case"input":Ko(n),wp(n,p,!1);break;case"textarea":Ko(n),af(n);break;case"option":p.value!=null&&n.setAttribute("value",""+Yt(p.value));break;case"select":n.multiple=!!p.multiple,w=p.value,w!=null?bo(n,!!p.multiple,w,!1):p.defaultValue!=null&&bo(n,!!p.multiple,p.defaultValue,!0);break;default:typeof m.onClick=="function"&&(n.onclick=Gu)}switch(l){case"button":case"input":case"select":case"textarea":p=!!p.autoFocus;break e;case"img":p=!0;break e;default:p=!1}}p&&(i.flags|=4)}i.ref!==null&&(i.flags|=512,i.flags|=2097152)}return zr(i),null;case 6:if(n&&i.stateNode!=null)vc(n,i,n.memoizedProps,p);else{if(typeof p!="string"&&i.stateNode===null)throw Error(L(166));if(l=Pa(Yl.current),Pa(ar.current),$l(i)){if(p=i.stateNode,l=i.memoizedProps,p[Un]=i,(w=p.nodeValue!==l)&&(n=kn,n!==null))switch(n.tag){case 3:_s(p.nodeValue,l,(n.mode&1)!==0);break;case 5:n.memoizedProps.suppressHydrationWarning!==!0&&_s(p.nodeValue,l,(n.mode&1)!==0)}w&&(i.flags|=4)}else p=(l.nodeType===9?l:l.ownerDocument).createTextNode(p),p[Un]=i,i.stateNode=p}return zr(i),null;case 13:if(tr(sr),p=i.memoizedState,n===null||n.memoizedState!==null&&n.memoizedState.dehydrated!==null){if(dr&&$n!==null&&(i.mode&1)!==0&&(i.flags&128)===0)_h(),Hl(),i.flags|=98560,w=!1;else if(w=$l(i),p!==null&&p.dehydrated!==null){if(n===null){if(!w)throw Error(L(318));if(w=i.memoizedState,w=w!==null?w.dehydrated:null,!w)throw Error(L(317));w[Un]=i}else Hl(),(i.flags&128)===0&&(i.memoizedState=null),i.flags|=4;zr(i),w=!1}else Eo!==null&&(Cd(Eo),Eo=null),w=!0;if(!w)return i.flags&65536?i:null}return(i.flags&128)!==0?(i.lanes=l,i):(p=p!==null,p!==(n!==null&&n.memoizedState!==null)&&p&&(i.child.flags|=8192,(i.mode&1)!==0&&(n===null||(sr.current&1)!==0?gr===0&&(gr=3):Tc())),i.updateQueue!==null&&(i.flags|=4),zr(i),null);case 4:return Oa(),Mn(n,i),n===null&&ba(i.stateNode.containerInfo),zr(i),null;case 10:return tc(i.type._context),zr(i),null;case 17:return On(i.type)&&Ku(),zr(i),null;case 19:if(tr(sr),w=i.memoizedState,w===null)return zr(i),null;if(p=(i.flags&128)!==0,R=w.rendering,R===null)if(p)La(w,!1);else{if(gr!==0||n!==null&&(n.flags&128)!==0)for(n=i.child;n!==null;){if(R=ac(n),R!==null){for(i.flags|=128,La(w,!1),p=R.updateQueue,p!==null&&(i.updateQueue=p,i.flags|=4),i.subtreeFlags=0,p=l,l=i.child;l!==null;)w=l,n=p,w.flags&=14680066,R=w.alternate,R===null?(w.childLanes=0,w.lanes=n,w.child=null,w.subtreeFlags=0,w.memoizedProps=null,w.memoizedState=null,w.updateQueue=null,w.dependencies=null,w.stateNode=null):(w.childLanes=R.childLanes,w.lanes=R.lanes,w.child=R.child,w.subtreeFlags=0,w.deletions=null,w.memoizedProps=R.memoizedProps,w.memoizedState=R.memoizedState,w.updateQueue=R.updateQueue,w.type=R.type,n=R.dependencies,w.dependencies=n===null?null:{lanes:n.lanes,firstContext:n.firstContext}),l=l.sibling;return ir(sr,sr.current&1|2),i.child}n=n.sibling}w.tail!==null&&xr()>To&&(i.flags|=128,p=!0,La(w,!1),i.lanes=4194304)}else{if(!p)if(n=ac(R),n!==null){if(i.flags|=128,p=!0,l=n.updateQueue,l!==null&&(i.updateQueue=l,i.flags|=4),La(w,!0),w.tail===null&&w.tailMode==="hidden"&&!R.alternate&&!dr)return zr(i),null}else 2*xr()-w.renderingStartTime>To&&l!==1073741824&&(i.flags|=128,p=!0,La(w,!1),i.lanes=4194304);w.isBackwards?(R.sibling=i.child,i.child=R):(l=w.last,l!==null?l.sibling=R:i.child=R,w.last=R)}return w.tail!==null?(i=w.tail,w.rendering=i,w.tail=i.sibling,w.renderingStartTime=xr(),i.sibling=null,l=sr.current,ir(sr,p?l&1|2:l&1),i):(zr(i),null);case 22:case 23:return Pd(),p=i.memoizedState!==null,n!==null&&n.memoizedState!==null!==p&&(i.flags|=8192),p&&(i.mode&1)!==0?(Vn&1073741824)!==0&&(zr(i),i.subtreeFlags&6&&(i.flags|=8192)):zr(i),null;case 24:return null;case 25:return null}throw Error(L(156,i.tag))}function Zh(n,i){switch(Wf(i),i.tag){case 1:return On(i.type)&&Ku(),n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 3:return Oa(),tr(Pn),tr(un),sc(),n=i.flags,(n&65536)!==0&&(n&128)===0?(i.flags=n&-65537|128,i):null;case 5:return Kl(i),null;case 13:if(tr(sr),n=i.memoizedState,n!==null&&n.dehydrated!==null){if(i.alternate===null)throw Error(L(340));Hl()}return n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 19:return tr(sr),null;case 4:return Oa(),null;case 10:return tc(i.type._context),null;case 22:case 23:return Pd(),null;case 24:return null;default:return null}}var $i=!1,fn=!1,wc=typeof WeakSet=="function"?WeakSet:Set,Ge=null;function Hi(n,i){var l=n.ref;if(l!==null)if(typeof l=="function")try{l(null)}catch(p){vr(n,i,p)}else l.current=null}function Na(n,i,l){try{l()}catch(p){vr(n,i,p)}}var em=!1;function Pg(n,i){if(Uf=gl,n=ih(),Mf(n)){if("selectionStart"in n)var l={start:n.selectionStart,end:n.selectionEnd};else e:{l=(l=n.ownerDocument)&&l.defaultView||window;var p=l.getSelection&&l.getSelection();if(p&&p.rangeCount!==0){l=p.anchorNode;var m=p.anchorOffset,w=p.focusNode;p=p.focusOffset;try{l.nodeType,w.nodeType}catch{l=null;break e}var R=0,M=-1,z=-1,te=0,_e=0,be=n,ve=null;t:for(;;){for(var Be;be!==l||m!==0&&be.nodeType!==3||(M=R+m),be!==w||p!==0&&be.nodeType!==3||(z=R+p),be.nodeType===3&&(R+=be.nodeValue.length),(Be=be.firstChild)!==null;)ve=be,be=Be;for(;;){if(be===n)break t;if(ve===l&&++te===m&&(M=R),ve===w&&++_e===p&&(z=R),(Be=be.nextSibling)!==null)break;be=ve,ve=be.parentNode}be=Be}l=M===-1||z===-1?null:{start:M,end:z}}else l=null}l=l||{start:0,end:0}}else l=null;for($f={focusedElem:n,selectionRange:l},gl=!1,Ge=i;Ge!==null;)if(i=Ge,n=i.child,(i.subtreeFlags&1028)!==0&&n!==null)n.return=i,Ge=n;else for(;Ge!==null;){i=Ge;try{var Je=i.alternate;if((i.flags&1024)!==0)switch(i.tag){case 0:case 11:case 15:break;case 1:if(Je!==null){var tt=Je.memoizedProps,Or=Je.memoizedState,X=i.stateNode,W=X.getSnapshotBeforeUpdate(i.elementType===i.type?tt:ao(i.type,tt),Or);X.__reactInternalSnapshotBeforeUpdate=W}break;case 3:var Z=i.stateNode.containerInfo;Z.nodeType===1?Z.textContent="":Z.nodeType===9&&Z.documentElement&&Z.removeChild(Z.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(L(163))}}catch(Ae){vr(i,i.return,Ae)}if(n=i.sibling,n!==null){n.return=i.return,Ge=n;break}Ge=i.return}return Je=em,em=!1,Je}function _n(n,i,l){var p=i.updateQueue;if(p=p!==null?p.lastEffect:null,p!==null){var m=p=p.next;do{if((m.tag&n)===n){var w=m.destroy;m.destroy=void 0,w!==void 0&&Na(i,l,w)}m=m.next}while(m!==p)}}function Wr(n,i){if(i=i.updateQueue,i=i!==null?i.lastEffect:null,i!==null){var l=i=i.next;do{if((l.tag&n)===n){var p=l.create;l.destroy=p()}l=l.next}while(l!==i)}}function Da(n){var i=n.ref;if(i!==null){var l=n.stateNode;switch(n.tag){case 5:n=l;break;default:n=l}typeof i=="function"?i(n):i.current=n}}function dn(n){var i=n.alternate;i!==null&&(n.alternate=null,dn(i)),n.child=null,n.deletions=null,n.sibling=null,n.tag===5&&(i=n.stateNode,i!==null&&(delete i[Un],delete i[vn],delete i[Pi],delete i[bs],delete i[zl])),n.stateNode=null,n.return=null,n.dependencies=null,n.memoizedProps=null,n.memoizedState=null,n.pendingProps=null,n.stateNode=null,n.updateQueue=null}function tm(n){return n.tag===5||n.tag===3||n.tag===4}function kt(n){e:for(;;){for(;n.sibling===null;){if(n.return===null||tm(n.return))return null;n=n.return}for(n.sibling.return=n.return,n=n.sibling;n.tag!==5&&n.tag!==6&&n.tag!==18;){if(n.flags&2||n.child===null||n.tag===4)continue e;n.child.return=n,n=n.child}if(!(n.flags&2))return n.stateNode}}function bd(n,i,l){var p=n.tag;if(p===5||p===6)n=n.stateNode,i?l.nodeType===8?l.parentNode.insertBefore(n,i):l.insertBefore(n,i):(l.nodeType===8?(i=l.parentNode,i.insertBefore(n,l)):(i=l,i.appendChild(n)),l=l._reactRootContainer,l!=null||i.onclick!==null||(i.onclick=Gu));else if(p!==4&&(n=n.child,n!==null))for(bd(n,i,l),n=n.sibling;n!==null;)bd(n,i,l),n=n.sibling}function Ro(n,i,l){var p=n.tag;if(p===5||p===6)n=n.stateNode,i?l.insertBefore(n,i):l.appendChild(n);else if(p!==4&&(n=n.child,n!==null))for(Ro(n,i,l),n=n.sibling;n!==null;)Ro(n,i,l),n=n.sibling}var Ar=null,lo=!1;function zo(n,i,l){for(l=l.child;l!==null;)Sc(n,i,l),l=l.sibling}function Sc(n,i,l){if(ko&&typeof ko.onCommitFiberUnmount=="function")try{ko.onCommitFiberUnmount(cl,l)}catch{}switch(l.tag){case 5:fn||Hi(l,i);case 6:var p=Ar,m=lo;Ar=null,zo(n,i,l),Ar=p,lo=m,Ar!==null&&(lo?(n=Ar,l=l.stateNode,n.nodeType===8?n.parentNode.removeChild(l):n.removeChild(l)):Ar.removeChild(l.stateNode));break;case 18:Ar!==null&&(lo?(n=Ar,l=l.stateNode,n.nodeType===8?Vf(n.parentNode,l):n.nodeType===1&&Vf(n,l),Ri(n)):Vf(Ar,l.stateNode));break;case 4:p=Ar,m=lo,Ar=l.stateNode.containerInfo,lo=!0,zo(n,i,l),Ar=p,lo=m;break;case 0:case 11:case 14:case 15:if(!fn&&(p=l.updateQueue,p!==null&&(p=p.lastEffect,p!==null))){m=p=p.next;do{var w=m,R=w.destroy;w=w.tag,R!==void 0&&((w&2)!==0||(w&4)!==0)&&Na(l,i,R),m=m.next}while(m!==p)}zo(n,i,l);break;case 1:if(!fn&&(Hi(l,i),p=l.stateNode,typeof p.componentWillUnmount=="function"))try{p.props=l.memoizedProps,p.state=l.memoizedState,p.componentWillUnmount()}catch(M){vr(l,i,M)}zo(n,i,l);break;case 21:zo(n,i,l);break;case 22:l.mode&1?(fn=(p=fn)||l.memoizedState!==null,zo(n,i,l),fn=p):zo(n,i,l);break;default:zo(n,i,l)}}function rm(n){var i=n.updateQueue;if(i!==null){n.updateQueue=null;var l=n.stateNode;l===null&&(l=n.stateNode=new wc),i.forEach(function(p){var m=Fg.bind(null,n,p);l.has(p)||(l.add(p),p.then(m,m))})}}function Bn(n,i){var l=i.deletions;if(l!==null)for(var p=0;p<l.length;p++){var m=l[p];try{var w=n,R=i,M=R;e:for(;M!==null;){switch(M.tag){case 5:Ar=M.stateNode,lo=!1;break e;case 3:Ar=M.stateNode.containerInfo,lo=!0;break e;case 4:Ar=M.stateNode.containerInfo,lo=!0;break e}M=M.return}if(Ar===null)throw Error(L(160));Sc(w,R,m),Ar=null,lo=!1;var z=m.alternate;z!==null&&(z.return=null),m.return=null}catch(te){vr(m,i,te)}}if(i.subtreeFlags&12854)for(i=i.child;i!==null;)nm(i,n),i=i.sibling}function nm(n,i){var l=n.alternate,p=n.flags;switch(n.tag){case 0:case 11:case 14:case 15:if(Bn(i,n),xo(n),p&4){try{_n(3,n,n.return),Wr(3,n)}catch(tt){vr(n,n.return,tt)}try{_n(5,n,n.return)}catch(tt){vr(n,n.return,tt)}}break;case 1:Bn(i,n),xo(n),p&512&&l!==null&&Hi(l,l.return);break;case 5:if(Bn(i,n),xo(n),p&512&&l!==null&&Hi(l,l.return),n.flags&32){var m=n.stateNode;try{ua(m,"")}catch(tt){vr(n,n.return,tt)}}if(p&4&&(m=n.stateNode,m!=null)){var w=n.memoizedProps,R=l!==null?l.memoizedProps:w,M=n.type,z=n.updateQueue;if(n.updateQueue=null,z!==null)try{M==="input"&&w.type==="radio"&&w.name!=null&&yn(m,w),fa(M,R);var te=fa(M,w);for(R=0;R<z.length;R+=2){var _e=z[R],be=z[R+1];_e==="style"?xu(m,be):_e==="dangerouslySetInnerHTML"?jr(m,be):_e==="children"?ua(m,be):bt(m,_e,be,te)}switch(M){case"input":gn(m,w);break;case"textarea":Eu(m,w);break;case"select":var ve=m._wrapperState.wasMultiple;m._wrapperState.wasMultiple=!!w.multiple;var Be=w.value;Be!=null?bo(m,!!w.multiple,Be,!1):ve!==!!w.multiple&&(w.defaultValue!=null?bo(m,!!w.multiple,w.defaultValue,!0):bo(m,!!w.multiple,w.multiple?[]:"",!1))}m[vn]=w}catch(tt){vr(n,n.return,tt)}}break;case 6:if(Bn(i,n),xo(n),p&4){if(n.stateNode===null)throw Error(L(162));m=n.stateNode,w=n.memoizedProps;try{m.nodeValue=w}catch(tt){vr(n,n.return,tt)}}break;case 3:if(Bn(i,n),xo(n),p&4&&l!==null&&l.memoizedState.isDehydrated)try{Ri(i.containerInfo)}catch(tt){vr(n,n.return,tt)}break;case 4:Bn(i,n),xo(n);break;case 13:Bn(i,n),xo(n),m=n.child,m.flags&8192&&(w=m.memoizedState!==null,m.stateNode.isHidden=w,!w||m.alternate!==null&&m.alternate.memoizedState!==null||(rn=xr())),p&4&&rm(n);break;case 22:if(_e=l!==null&&l.memoizedState!==null,n.mode&1?(fn=(te=fn)||_e,Bn(i,n),fn=te):Bn(i,n),xo(n),p&8192){if(te=n.memoizedState!==null,(n.stateNode.isHidden=te)&&!_e&&(n.mode&1)!==0)for(Ge=n,_e=n.child;_e!==null;){for(be=Ge=_e;Ge!==null;){switch(ve=Ge,Be=ve.child,ve.tag){case 0:case 11:case 14:case 15:_n(4,ve,ve.return);break;case 1:Hi(ve,ve.return);var Je=ve.stateNode;if(typeof Je.componentWillUnmount=="function"){p=ve,l=ve.return;try{i=p,Je.props=i.memoizedProps,Je.state=i.memoizedState,Je.componentWillUnmount()}catch(tt){vr(p,l,tt)}}break;case 5:Hi(ve,ve.return);break;case 22:if(ve.memoizedState!==null){ru(be);continue}}Be!==null?(Be.return=ve,Ge=Be):ru(be)}_e=_e.sibling}e:for(_e=null,be=n;;){if(be.tag===5){if(_e===null){_e=be;try{m=be.stateNode,te?(w=m.style,typeof w.setProperty=="function"?w.setProperty("display","none","important"):w.display="none"):(M=be.stateNode,z=be.memoizedProps.style,R=z!=null&&z.hasOwnProperty("display")?z.display:null,M.style.display=nl("display",R))}catch(tt){vr(n,n.return,tt)}}}else if(be.tag===6){if(_e===null)try{be.stateNode.nodeValue=te?"":be.memoizedProps}catch(tt){vr(n,n.return,tt)}}else if((be.tag!==22&&be.tag!==23||be.memoizedState===null||be===n)&&be.child!==null){be.child.return=be,be=be.child;continue}if(be===n)break e;for(;be.sibling===null;){if(be.return===null||be.return===n)break e;_e===be&&(_e=null),be=be.return}_e===be&&(_e=null),be.sibling.return=be.return,be=be.sibling}}break;case 19:Bn(i,n),xo(n),p&4&&rm(n);break;case 21:break;default:Bn(i,n),xo(n)}}function xo(n){var i=n.flags;if(i&2){try{e:{for(var l=n.return;l!==null;){if(tm(l)){var p=l;break e}l=l.return}throw Error(L(160))}switch(p.tag){case 5:var m=p.stateNode;p.flags&32&&(ua(m,""),p.flags&=-33);var w=kt(n);Ro(n,w,m);break;case 3:case 4:var R=p.stateNode.containerInfo,M=kt(n);bd(n,M,R);break;default:throw Error(L(161))}}catch(z){vr(n,n.return,z)}n.flags&=-3}i&4096&&(n.flags&=-4097)}function om(n,i,l){Ge=n,_c(n,i,l)}function _c(n,i,l){for(var p=(n.mode&1)!==0;Ge!==null;){var m=Ge,w=m.child;if(m.tag===22&&p){var R=m.memoizedState!==null||$i;if(!R){var M=m.alternate,z=M!==null&&M.memoizedState!==null||fn;M=$i;var te=fn;if($i=R,(fn=z)&&!te)for(Ge=m;Ge!==null;)R=Ge,z=R.child,R.tag===22&&R.memoizedState!==null?im(m):z!==null?(z.return=R,Ge=z):im(m);for(;w!==null;)Ge=w,_c(w,i,l),w=w.sibling;Ge=m,$i=M,fn=te}Ed(n,i,l)}else(m.subtreeFlags&8772)!==0&&w!==null?(w.return=m,Ge=w):Ed(n,i,l)}}function Ed(n){for(;Ge!==null;){var i=Ge;if((i.flags&8772)!==0){var l=i.alternate;try{if((i.flags&8772)!==0)switch(i.tag){case 0:case 11:case 15:fn||Wr(5,i);break;case 1:var p=i.stateNode;if(i.flags&4&&!fn)if(l===null)p.componentDidMount();else{var m=i.elementType===i.type?l.memoizedProps:ao(i.type,l.memoizedProps);p.componentDidUpdate(m,l.memoizedState,p.__reactInternalSnapshotBeforeUpdate)}var w=i.updateQueue;w!==null&&Rh(i,w,p);break;case 3:var R=i.updateQueue;if(R!==null){if(l=null,i.child!==null)switch(i.child.tag){case 5:l=i.child.stateNode;break;case 1:l=i.child.stateNode}Rh(i,R,l)}break;case 5:var M=i.stateNode;if(l===null&&i.flags&4){l=M;var z=i.memoizedProps;switch(i.type){case"button":case"input":case"select":case"textarea":z.autoFocus&&l.focus();break;case"img":z.src&&(l.src=z.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(i.memoizedState===null){var te=i.alternate;if(te!==null){var _e=te.memoizedState;if(_e!==null){var be=_e.dehydrated;be!==null&&Ri(be)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(L(163))}fn||i.flags&512&&Da(i)}catch(ve){vr(i,i.return,ve)}}if(i===n){Ge=null;break}if(l=i.sibling,l!==null){l.return=i.return,Ge=l;break}Ge=i.return}}function ru(n){for(;Ge!==null;){var i=Ge;if(i===n){Ge=null;break}var l=i.sibling;if(l!==null){l.return=i.return,Ge=l;break}Ge=i.return}}function im(n){for(;Ge!==null;){var i=Ge;try{switch(i.tag){case 0:case 11:case 15:var l=i.return;try{Wr(4,i)}catch(z){vr(i,l,z)}break;case 1:var p=i.stateNode;if(typeof p.componentDidMount=="function"){var m=i.return;try{p.componentDidMount()}catch(z){vr(i,m,z)}}var w=i.return;try{Da(i)}catch(z){vr(i,w,z)}break;case 5:var R=i.return;try{Da(i)}catch(z){vr(i,R,z)}}}catch(z){vr(i,i.return,z)}if(i===n){Ge=null;break}var M=i.sibling;if(M!==null){M.return=i.return,Ge=M;break}Ge=i.return}}var Og=Math.ceil,bc=he.ReactCurrentDispatcher,Rd=he.ReactCurrentOwner,uo=he.ReactCurrentBatchConfig,jt=0,Gr=null,Dr=null,Yr=0,Vn=0,Ia=ki(0),gr=0,nu=null,Fa=0,ou=0,Ec=0,iu=null,Pr=null,rn=0,To=1/0,Bi=null,ja=!1,xd=null,li=null,Rc=!1,Vi=null,xc=0,Ds=0,Is=null,ui=-1,za=0;function Ir(){return(jt&6)!==0?xr():ui!==-1?ui:ui=xr()}function Wn(n){return(n.mode&1)===0?1:(jt&2)!==0&&Yr!==0?Yr&-Yr:Cs.transition!==null?(za===0&&(za=Op()),za):(n=Xt,n!==0||(n=window.event,n=n===void 0?16:Ip(n.type)),n)}function co(n,i,l,p){if(50<Ds)throw Ds=0,Is=null,Error(L(185));dl(n,l,p),((jt&2)===0||n!==Gr)&&(n===Gr&&((jt&2)===0&&(ou|=l),gr===4&&ci(n,Yr)),Ln(n,p),l===1&&jt===0&&(i.mode&1)===0&&(To=xr()+500,Li&&Io()))}function Ln(n,i){var l=n.callbackNode;df(n,i);var p=cs(n,n===Gr?Yr:0);if(p===0)l!==null&&Ap(l),n.callbackNode=null,n.callbackPriority=0;else if(i=p&-p,n.callbackPriority!==i){if(l!=null&&Ap(l),i===1)n.tag===0?yh(au.bind(null,n)):Ni(au.bind(null,n)),ln(function(){(jt&6)===0&&Io()}),l=null;else{switch(pl(p)){case 1:l=ff;break;case 4:l=Pp;break;case 16:l=ll;break;case 536870912:l=ul;break;default:l=ll}l=fm(l,Fs.bind(null,n))}n.callbackPriority=i,n.callbackNode=l}}function Fs(n,i){if(ui=-1,za=0,(jt&6)!==0)throw Error(L(327));var l=n.callbackNode;if($a()&&n.callbackNode!==l)return null;var p=cs(n,n===Gr?Yr:0);if(p===0)return null;if((p&30)!==0||(p&n.expiredLanes)!==0||i)i=js(n,p);else{i=p;var m=jt;jt|=2;var w=sm();(Gr!==n||Yr!==i)&&(Bi=null,To=xr()+500,Gi(n,i));do try{Lg();break}catch(M){am(n,M)}while(!0);Os(),bc.current=w,jt=m,Dr!==null?i=0:(Gr=null,Yr=0,i=gr)}if(i!==0){if(i===2&&(m=pf(n),m!==0&&(p=m,i=Td(n,m))),i===1)throw l=nu,Gi(n,0),ci(n,p),Ln(n,xr()),l;if(i===6)ci(n,p);else{if(m=n.current.alternate,(p&30)===0&&!kg(m)&&(i=js(n,p),i===2&&(w=pf(n),w!==0&&(p=w,i=Td(n,w))),i===1))throw l=nu,Gi(n,0),ci(n,p),Ln(n,xr()),l;switch(n.finishedWork=m,n.finishedLanes=p,i){case 0:case 1:throw Error(L(345));case 2:Ua(n,Pr,Bi);break;case 3:if(ci(n,p),(p&130023424)===p&&(i=rn+500-xr(),10<i)){if(cs(n,0)!==0)break;if(m=n.suspendedLanes,(m&p)!==p){Ir(),n.pingedLanes|=n.suspendedLanes&m;break}n.timeoutHandle=Bf(Ua.bind(null,n,Pr,Bi),i);break}Ua(n,Pr,Bi);break;case 4:if(ci(n,p),(p&4194240)===p)break;for(i=n.eventTimes,m=-1;0<p;){var R=31-to(p);w=1<<R,R=i[R],R>m&&(m=R),p&=~w}if(p=m,p=xr()-p,p=(120>p?120:480>p?480:1080>p?1080:1920>p?1920:3e3>p?3e3:4320>p?4320:1960*Og(p/1960))-p,10<p){n.timeoutHandle=Bf(Ua.bind(null,n,Pr,Bi),p);break}Ua(n,Pr,Bi);break;case 5:Ua(n,Pr,Bi);break;default:throw Error(L(329))}}}return Ln(n,xr()),n.callbackNode===l?Fs.bind(null,n):null}function Td(n,i){var l=iu;return n.current.memoizedState.isDehydrated&&(Gi(n,i).flags|=256),n=js(n,i),n!==2&&(i=Pr,Pr=l,i!==null&&Cd(i)),n}function Cd(n){Pr===null?Pr=n:Pr.push.apply(Pr,n)}function kg(n){for(var i=n;;){if(i.flags&16384){var l=i.updateQueue;if(l!==null&&(l=l.stores,l!==null))for(var p=0;p<l.length;p++){var m=l[p],w=m.getSnapshot;m=m.value;try{if(!An(w(),m))return!1}catch{return!1}}}if(l=i.child,i.subtreeFlags&16384&&l!==null)l.return=i,i=l;else{if(i===n)break;for(;i.sibling===null;){if(i.return===null||i.return===n)return!0;i=i.return}i.sibling.return=i.return,i=i.sibling}}return!0}function ci(n,i){for(i&=~Ec,i&=~ou,n.suspendedLanes|=i,n.pingedLanes&=~i,n=n.expirationTimes;0<i;){var l=31-to(i),p=1<<l;n[l]=-1,i&=~p}}function au(n){if((jt&6)!==0)throw Error(L(327));$a();var i=cs(n,0);if((i&1)===0)return Ln(n,xr()),null;var l=js(n,i);if(n.tag!==0&&l===2){var p=pf(n);p!==0&&(i=p,l=Td(n,p))}if(l===1)throw l=nu,Gi(n,0),ci(n,i),Ln(n,xr()),l;if(l===6)throw Error(L(345));return n.finishedWork=n.current.alternate,n.finishedLanes=i,Ua(n,Pr,Bi),Ln(n,xr()),null}function Ad(n,i){var l=jt;jt|=1;try{return n(i)}finally{jt=l,jt===0&&(To=xr()+500,Li&&Io())}}function Wi(n){Vi!==null&&Vi.tag===0&&(jt&6)===0&&$a();var i=jt;jt|=1;var l=uo.transition,p=Xt;try{if(uo.transition=null,Xt=1,n)return n()}finally{Xt=p,uo.transition=l,jt=i,(jt&6)===0&&Io()}}function Pd(){Vn=Ia.current,tr(Ia)}function Gi(n,i){n.finishedWork=null,n.finishedLanes=0;var l=n.timeoutHandle;if(l!==-1&&(n.timeoutHandle=-1,Sg(l)),Dr!==null)for(l=Dr.return;l!==null;){var p=l;switch(Wf(p),p.tag){case 1:p=p.type.childContextTypes,p!=null&&Ku();break;case 3:Oa(),tr(Pn),tr(un),sc();break;case 5:Kl(p);break;case 4:Oa();break;case 13:tr(sr);break;case 19:tr(sr);break;case 10:tc(p.type._context);break;case 22:case 23:Pd()}l=l.return}if(Gr=n,Dr=n=Yi(n.current,null),Yr=Vn=i,gr=0,nu=null,Ec=ou=Fa=0,Pr=iu=null,Aa!==null){for(i=0;i<Aa.length;i++)if(l=Aa[i],p=l.interleaved,p!==null){l.interleaved=null;var m=p.next,w=l.pending;if(w!==null){var R=w.next;w.next=m,p.next=R}l.pending=p}Aa=null}return n}function am(n,i){do{var l=Dr;try{if(Os(),ji.current=ud,lc){for(var p=yr.memoizedState;p!==null;){var m=p.queue;m!==null&&(m.pending=null),p=p.next}lc=!1}if(ka=0,Vr=Cr=yr=null,zi=!1,wn=0,Rd.current=null,l===null||l.return===null){gr=1,nu=i,Dr=null;break}e:{var w=n,R=l.return,M=l,z=i;if(i=Yr,M.flags|=32768,z!==null&&typeof z=="object"&&typeof z.then=="function"){var te=z,_e=M,be=_e.tag;if((_e.mode&1)===0&&(be===0||be===11||be===15)){var ve=_e.alternate;ve?(_e.updateQueue=ve.updateQueue,_e.memoizedState=ve.memoizedState,_e.lanes=ve.lanes):(_e.updateQueue=null,_e.memoizedState=null)}var Be=Bh(R);if(Be!==null){Be.flags&=-257,hc(Be,R,M,w,i),Be.mode&1&&Hh(w,te,i),i=Be,z=te;var Je=i.updateQueue;if(Je===null){var tt=new Set;tt.add(z),i.updateQueue=tt}else Je.add(z);break e}else{if((i&1)===0){Hh(w,te,i),Tc();break e}z=Error(L(426))}}else if(dr&&M.mode&1){var Or=Bh(R);if(Or!==null){(Or.flags&65536)===0&&(Or.flags|=256),hc(Or,R,M,w,i),ne(ai(z,M));break e}}w=z=ai(z,M),gr!==4&&(gr=2),iu===null?iu=[w]:iu.push(w),w=R;do{switch(w.tag){case 3:w.flags|=65536,i&=-i,w.lanes|=i;var X=pc(w,z,i);oc(w,X);break e;case 1:M=z;var W=w.type,Z=w.stateNode;if((w.flags&128)===0&&(typeof W.getDerivedStateFromError=="function"||Z!==null&&typeof Z.componentDidCatch=="function"&&(li===null||!li.has(Z)))){w.flags|=65536,i&=-i,w.lanes|=i;var Ae=$h(w,M,i);oc(w,Ae);break e}}w=w.return}while(w!==null)}um(l)}catch(Ye){i=Ye,Dr===l&&l!==null&&(Dr=l=l.return);continue}break}while(!0)}function sm(){var n=bc.current;return bc.current=ud,n===null?ud:n}function Tc(){(gr===0||gr===3||gr===2)&&(gr=4),Gr===null||(Fa&268435455)===0&&(ou&268435455)===0||ci(Gr,Yr)}function js(n,i){var l=jt;jt|=2;var p=sm();(Gr!==n||Yr!==i)&&(Bi=null,Gi(n,i));do try{Mg();break}catch(m){am(n,m)}while(!0);if(Os(),jt=l,bc.current=p,Dr!==null)throw Error(L(261));return Gr=null,Yr=0,gr}function Mg(){for(;Dr!==null;)lm(Dr)}function Lg(){for(;Dr!==null&&!Gy();)lm(Dr)}function lm(n){var i=kd(n.alternate,n,Vn);n.memoizedProps=n.pendingProps,i===null?um(n):Dr=i,Rd.current=null}function um(n){var i=n;do{var l=i.alternate;if(n=i.return,(i.flags&32768)===0){if(l=Ag(l,i,Vn),l!==null){Dr=l;return}}else{if(l=Zh(l,i),l!==null){l.flags&=32767,Dr=l;return}if(n!==null)n.flags|=32768,n.subtreeFlags=0,n.deletions=null;else{gr=6,Dr=null;return}}if(i=i.sibling,i!==null){Dr=i;return}Dr=i=n}while(i!==null);gr===0&&(gr=5)}function Ua(n,i,l){var p=Xt,m=uo.transition;try{uo.transition=null,Xt=1,Ng(n,i,l,p)}finally{uo.transition=m,Xt=p}return null}function Ng(n,i,l,p){do $a();while(Vi!==null);if((jt&6)!==0)throw Error(L(327));l=n.finishedWork;var m=n.finishedLanes;if(l===null)return null;if(n.finishedWork=null,n.finishedLanes=0,l===n.current)throw Error(L(177));n.callbackNode=null,n.callbackPriority=0;var w=l.lanes|l.childLanes;if(Pu(n,w),n===Gr&&(Dr=Gr=null,Yr=0),(l.subtreeFlags&2064)===0&&(l.flags&2064)===0||Rc||(Rc=!0,fm(ll,function(){return $a(),null})),w=(l.flags&15990)!==0,(l.subtreeFlags&15990)!==0||w){w=uo.transition,uo.transition=null;var R=Xt;Xt=1;var M=jt;jt|=4,Rd.current=null,Pg(n,l),nm(l,n),yg($f),gl=!!Uf,$f=Uf=null,n.current=l,om(l,n,m),Yy(),jt=M,Xt=R,uo.transition=w}else n.current=l;if(Rc&&(Rc=!1,Vi=n,xc=m),w=n.pendingLanes,w===0&&(li=null),Qy(l.stateNode,p),Ln(n,xr()),i!==null)for(p=n.onRecoverableError,l=0;l<i.length;l++)m=i[l],p(m.value,{componentStack:m.stack,digest:m.digest});if(ja)throw ja=!1,n=xd,xd=null,n;return(xc&1)!==0&&n.tag!==0&&$a(),w=n.pendingLanes,(w&1)!==0?n===Is?Ds++:(Ds=0,Is=n):Ds=0,Io(),null}function $a(){if(Vi!==null){var n=pl(xc),i=uo.transition,l=Xt;try{if(uo.transition=null,Xt=16>n?16:n,Vi===null)var p=!1;else{if(n=Vi,Vi=null,xc=0,(jt&6)!==0)throw Error(L(331));var m=jt;for(jt|=4,Ge=n.current;Ge!==null;){var w=Ge,R=w.child;if((Ge.flags&16)!==0){var M=w.deletions;if(M!==null){for(var z=0;z<M.length;z++){var te=M[z];for(Ge=te;Ge!==null;){var _e=Ge;switch(_e.tag){case 0:case 11:case 15:_n(8,_e,w)}var be=_e.child;if(be!==null)be.return=_e,Ge=be;else for(;Ge!==null;){_e=Ge;var ve=_e.sibling,Be=_e.return;if(dn(_e),_e===te){Ge=null;break}if(ve!==null){ve.return=Be,Ge=ve;break}Ge=Be}}}var Je=w.alternate;if(Je!==null){var tt=Je.child;if(tt!==null){Je.child=null;do{var Or=tt.sibling;tt.sibling=null,tt=Or}while(tt!==null)}}Ge=w}}if((w.subtreeFlags&2064)!==0&&R!==null)R.return=w,Ge=R;else e:for(;Ge!==null;){if(w=Ge,(w.flags&2048)!==0)switch(w.tag){case 0:case 11:case 15:_n(9,w,w.return)}var X=w.sibling;if(X!==null){X.return=w.return,Ge=X;break e}Ge=w.return}}var W=n.current;for(Ge=W;Ge!==null;){R=Ge;var Z=R.child;if((R.subtreeFlags&2064)!==0&&Z!==null)Z.return=R,Ge=Z;else e:for(R=W;Ge!==null;){if(M=Ge,(M.flags&2048)!==0)try{switch(M.tag){case 0:case 11:case 15:Wr(9,M)}}catch(Ye){vr(M,M.return,Ye)}if(M===R){Ge=null;break e}var Ae=M.sibling;if(Ae!==null){Ae.return=M.return,Ge=Ae;break e}Ge=M.return}}if(jt=m,Io(),ko&&typeof ko.onPostCommitFiberRoot=="function")try{ko.onPostCommitFiberRoot(cl,n)}catch{}p=!0}return p}finally{Xt=l,uo.transition=i}}return!1}function cm(n,i,l){i=ai(l,i),i=pc(n,i,1),n=Fi(n,i,1),i=Ir(),n!==null&&(dl(n,1,i),Ln(n,i))}function vr(n,i,l){if(n.tag===3)cm(n,n,l);else for(;i!==null;){if(i.tag===3){cm(i,n,l);break}else if(i.tag===1){var p=i.stateNode;if(typeof i.type.getDerivedStateFromError=="function"||typeof p.componentDidCatch=="function"&&(li===null||!li.has(p))){n=ai(l,n),n=$h(i,n,1),i=Fi(i,n,1),n=Ir(),i!==null&&(dl(i,1,n),Ln(i,n));break}}i=i.return}}function Dg(n,i,l){var p=n.pingCache;p!==null&&p.delete(i),i=Ir(),n.pingedLanes|=n.suspendedLanes&l,Gr===n&&(Yr&l)===l&&(gr===4||gr===3&&(Yr&130023424)===Yr&&500>xr()-rn?Gi(n,0):Ec|=l),Ln(n,i)}function Od(n,i){i===0&&((n.mode&1)===0?i=1:(i=Ei,Ei<<=1,(Ei&130023424)===0&&(Ei=4194304)));var l=Ir();n=Fo(n,i),n!==null&&(dl(n,i,l),Ln(n,l))}function Ig(n){var i=n.memoizedState,l=0;i!==null&&(l=i.retryLane),Od(n,l)}function Fg(n,i){var l=0;switch(n.tag){case 13:var p=n.stateNode,m=n.memoizedState;m!==null&&(l=m.retryLane);break;case 19:p=n.stateNode;break;default:throw Error(L(314))}p!==null&&p.delete(i),Od(n,l)}var kd;kd=function(n,i,l){if(n!==null)if(n.memoizedProps!==i.pendingProps||Pn.current)Sn=!0;else{if((n.lanes&l)===0&&(i.flags&128)===0)return Sn=!1,Cg(n,i,l);Sn=(n.flags&131072)!==0}else Sn=!1,dr&&(i.flags&1048576)!==0&&gh(i,qu,i.index);switch(i.lanes=0,i.tag){case 2:var p=i.type;gc(n,i),n=i.pendingProps;var m=Rs(i,un.current);Ca(i,l),m=Ma(null,i,p,n,m,l);var w=cc();return i.flags|=1,typeof m=="object"&&m!==null&&typeof m.render=="function"&&m.$$typeof===void 0?(i.tag=1,i.memoizedState=null,i.updateQueue=null,On(p)?(w=!0,Xu(i)):w=!1,i.memoizedState=m.state!==null&&m.state!==void 0?m.state:null,Eh(i),m.updater=eu,i.stateNode=m,m._reactInternals=i,pd(i,p,n,l),i=yd(null,i,p,!0,w,l)):(i.tag=0,dr&&w&&Zu(i),Ft(null,i,m,l),i=i.child),i;case 16:p=i.elementType;e:{switch(gc(n,i),n=i.pendingProps,m=p._init,p=m(p._payload),i.type=p,m=i.tag=pr(p),n=ao(p,n),m){case 0:i=md(null,i,p,n,l);break e;case 1:i=Kh(null,i,p,n,l);break e;case 11:i=hd(null,i,p,n,l);break e;case 14:i=Vh(null,i,p,ao(p.type,n),l);break e}throw Error(L(306,p,""))}return i;case 0:return p=i.type,m=i.pendingProps,m=i.elementType===p?m:ao(p,m),md(n,i,p,m,l);case 1:return p=i.type,m=i.pendingProps,m=i.elementType===p?m:ao(p,m),Kh(n,i,p,m,l);case 3:e:{if(Xh(i),n===null)throw Error(L(387));p=i.pendingProps,w=i.memoizedState,m=w.element,_g(n,i),ic(i,p,null,l);var R=i.memoizedState;if(p=R.element,w.isDehydrated)if(w={element:p,isDehydrated:!1,cache:R.cache,pendingSuspenseBoundaries:R.pendingSuspenseBoundaries,transitions:R.transitions},i.updateQueue.baseState=w,i.memoizedState=w,i.flags&256){m=ai(Error(L(423)),i),i=Qh(n,i,p,l,m);break e}else if(p!==m){m=ai(Error(L(424)),i),i=Qh(n,i,p,l,m);break e}else for($n=No(i.stateNode.containerInfo.firstChild),kn=i,dr=!0,Eo=null,l=Xf(i,null,p,l),i.child=l;l;)l.flags=l.flags&-3|4096,l=l.sibling;else{if(Hl(),p===m){i=si(n,i,l);break e}Ft(n,i,p,l)}i=i.child}return i;case 5:return xh(i),n===null&&Yf(i),p=i.type,m=i.pendingProps,w=n!==null?n.memoizedProps:null,R=m.children,Hf(p,m)?R=null:w!==null&&Hf(p,w)&&(i.flags|=32),Yh(n,i),Ft(n,i,R,l),i.child;case 6:return n===null&&Yf(i),null;case 13:return Jh(n,i,l);case 4:return Jf(i,i.stateNode.containerInfo),p=i.pendingProps,n===null?i.child=Di(i,null,p,l):Ft(n,i,p,l),i.child;case 11:return p=i.type,m=i.pendingProps,m=i.elementType===p?m:ao(p,m),hd(n,i,p,m,l);case 7:return Ft(n,i,i.pendingProps,l),i.child;case 8:return Ft(n,i,i.pendingProps.children,l),i.child;case 12:return Ft(n,i,i.pendingProps.children,l),i.child;case 10:e:{if(p=i.type._context,m=i.pendingProps,w=i.memoizedProps,R=m.value,ir(Vl,p._currentValue),p._currentValue=R,w!==null)if(An(w.value,R)){if(w.children===m.children&&!Pn.current){i=si(n,i,l);break e}}else for(w=i.child,w!==null&&(w.return=i);w!==null;){var M=w.dependencies;if(M!==null){R=w.child;for(var z=M.firstContext;z!==null;){if(z.context===p){if(w.tag===1){z=Ii(-1,l&-l),z.tag=2;var te=w.updateQueue;if(te!==null){te=te.shared;var _e=te.pending;_e===null?z.next=z:(z.next=_e.next,_e.next=z),te.pending=z}}w.lanes|=l,z=w.alternate,z!==null&&(z.lanes|=l),rc(w.return,l,i),M.lanes|=l;break}z=z.next}}else if(w.tag===10)R=w.type===i.type?null:w.child;else if(w.tag===18){if(R=w.return,R===null)throw Error(L(341));R.lanes|=l,M=R.alternate,M!==null&&(M.lanes|=l),rc(R,l,i),R=w.sibling}else R=w.child;if(R!==null)R.return=w;else for(R=w;R!==null;){if(R===i){R=null;break}if(w=R.sibling,w!==null){w.return=R.return,R=w;break}R=R.return}w=R}Ft(n,i,m.children,l),i=i.child}return i;case 9:return m=i.type,p=i.pendingProps.children,Ca(i,l),m=Hn(m),p=p(m),i.flags|=1,Ft(n,i,p,l),i.child;case 14:return p=i.type,m=ao(p,i.pendingProps),m=ao(p.type,m),Vh(n,i,p,m,l);case 15:return Wh(n,i,i.type,i.pendingProps,l);case 17:return p=i.type,m=i.pendingProps,m=i.elementType===p?m:ao(p,m),gc(n,i),i.tag=1,On(p)?(n=!0,Xu(i)):n=!1,Ca(i,l),tu(i,p,m),pd(i,p,m,l),yd(null,i,p,!0,n,l);case 19:return Sd(n,i,l);case 22:return Gh(n,i,l)}throw Error(L(156,i.tag))};function fm(n,i){return Cp(n,i)}function dm(n,i,l,p){this.tag=n,this.key=l,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=i,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=p,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function fo(n,i,l,p){return new dm(n,i,l,p)}function Md(n){return n=n.prototype,!(!n||!n.isReactComponent)}function pr(n){if(typeof n=="function")return Md(n)?1:0;if(n!=null){if(n=n.$$typeof,n===qn)return 11;if(n===gi)return 14}return 2}function Yi(n,i){var l=n.alternate;return l===null?(l=fo(n.tag,i,n.key,n.mode),l.elementType=n.elementType,l.type=n.type,l.stateNode=n.stateNode,l.alternate=n,n.alternate=l):(l.pendingProps=i,l.type=n.type,l.flags=0,l.subtreeFlags=0,l.deletions=null),l.flags=n.flags&14680064,l.childLanes=n.childLanes,l.lanes=n.lanes,l.child=n.child,l.memoizedProps=n.memoizedProps,l.memoizedState=n.memoizedState,l.updateQueue=n.updateQueue,i=n.dependencies,l.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext},l.sibling=n.sibling,l.index=n.index,l.ref=n.ref,l}function Cc(n,i,l,p,m,w){var R=2;if(p=n,typeof n=="function")Md(n)&&(R=1);else if(typeof n=="string")R=5;else e:switch(n){case Wt:return Ha(l.children,m,w,i);case jn:R=8,m|=8;break;case Rn:return n=fo(12,l,i,m|2),n.elementType=Rn,n.lanes=w,n;case Zr:return n=fo(13,l,i,m),n.elementType=Zr,n.lanes=w,n;case Zn:return n=fo(19,l,i,m),n.elementType=Zn,n.lanes=w,n;case pt:return Ac(l,m,w,i);default:if(typeof n=="object"&&n!==null)switch(n.$$typeof){case Jn:R=10;break e;case Mt:R=9;break e;case qn:R=11;break e;case gi:R=14;break e;case Me:R=16,p=null;break e}throw Error(L(130,n==null?n:typeof n,""))}return i=fo(R,l,i,m),i.elementType=n,i.type=p,i.lanes=w,i}function Ha(n,i,l,p){return n=fo(7,n,p,i),n.lanes=l,n}function Ac(n,i,l,p){return n=fo(22,n,p,i),n.elementType=pt,n.lanes=l,n.stateNode={isHidden:!1},n}function Ld(n,i,l){return n=fo(6,n,null,i),n.lanes=l,n}function Nn(n,i,l){return i=fo(4,n.children!==null?n.children:[],n.key,i),i.lanes=l,i.stateNode={containerInfo:n.containerInfo,pendingChildren:null,implementation:n.implementation},i}function Ba(n,i,l,p,m){this.tag=i,this.containerInfo=n,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=hf(0),this.expirationTimes=hf(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=hf(0),this.identifierPrefix=p,this.onRecoverableError=m,this.mutableSourceEagerHydrationData=null}function wt(n,i,l,p,m,w,R,M,z){return n=new Ba(n,i,l,M,z),i===1?(i=1,w===!0&&(i|=8)):i=0,w=fo(3,null,null,i),n.current=w,w.stateNode=n,w.memoizedState={element:p,isDehydrated:l,cache:null,transitions:null,pendingSuspenseBoundaries:null},Eh(w),n}function Tw(n,i,l){var p=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:St,key:p==null?null:""+p,children:n,containerInfo:i,implementation:l}}function lr(n){if(!n)return Mi;n=n._reactInternals;e:{if(ma(n)!==n||n.tag!==1)throw Error(L(170));var i=n;do{switch(i.tag){case 3:i=i.stateNode.context;break e;case 1:if(On(i.type)){i=i.stateNode.__reactInternalMemoizedMergedChildContext;break e}}i=i.return}while(i!==null);throw Error(L(171))}if(n.tag===1){var l=n.type;if(On(l))return hh(n,l,i)}return i}function su(n,i,l,p,m,w,R,M,z){return n=wt(l,p,!0,n,m,w,R,M,z),n.context=lr(null),l=n.current,p=Ir(),m=Wn(l),w=Ii(p,m),w.callback=i??null,Fi(l,w,m),n.current.lanes=m,dl(n,m,p),Ln(n,p),n}function Ki(n,i,l,p){var m=i.current,w=Ir(),R=Wn(m);return l=lr(l),i.context===null?i.context=l:i.pendingContext=l,i=Ii(w,R),i.payload={element:n},p=p===void 0?null:p,p!==null&&(i.callback=p),n=Fi(m,i,R),n!==null&&(co(n,m,R,w),ks(n,m,R)),R}function Pc(n){if(n=n.current,!n.child)return null;switch(n.child.tag){case 5:return n.child.stateNode;default:return n.child.stateNode}}function pm(n,i){if(n=n.memoizedState,n!==null&&n.dehydrated!==null){var l=n.retryLane;n.retryLane=l!==0&&l<i?l:i}}function Gn(n,i){pm(n,i),(n=n.alternate)&&pm(n,i)}function jg(){return null}var hm=typeof reportError=="function"?reportError:function(n){console.error(n)};function Nd(n){this._internalRoot=n}nn.prototype.render=Nd.prototype.render=function(n){var i=this._internalRoot;if(i===null)throw Error(L(409));Ki(n,i,null,null)},nn.prototype.unmount=Nd.prototype.unmount=function(){var n=this._internalRoot;if(n!==null){this._internalRoot=null;var i=n.containerInfo;Wi(function(){Ki(null,n,null,null)}),i[ro]=null}};function nn(n){this._internalRoot=n}nn.prototype.unstable_scheduleHydration=function(n){if(n){var i=Mp();n={blockedOn:null,target:n,priority:i};for(var l=0;l<Mo.length&&i!==0&&i<Mo[l].priority;l++);Mo.splice(l,0,n),l===0&&Np(n)}};function Dd(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11)}function lu(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11&&(n.nodeType!==8||n.nodeValue!==" react-mount-point-unstable "))}function mm(){}function Id(n,i,l,p,m){if(m){if(typeof p=="function"){var w=p;p=function(){var te=Pc(R);w.call(te)}}var R=su(i,p,n,0,null,!1,!1,"",mm);return n._reactRootContainer=R,n[ro]=R.current,ba(n.nodeType===8?n.parentNode:n),Wi(),R}for(;m=n.lastChild;)n.removeChild(m);if(typeof p=="function"){var M=p;p=function(){var te=Pc(z);M.call(te)}}var z=wt(n,0,!1,null,null,!1,!1,"",mm);return n._reactRootContainer=z,n[ro]=z.current,ba(n.nodeType===8?n.parentNode:n),Wi(function(){Ki(i,z,l,p)}),z}function Oc(n,i,l,p,m){var w=l._reactRootContainer;if(w){var R=w;if(typeof m=="function"){var M=m;m=function(){var z=Pc(R);M.call(z)}}Ki(i,R,n,m)}else R=Id(l,i,n,m,p);return Pc(R)}eg=function(n){switch(n.tag){case 3:var i=n.stateNode;if(i.current.memoizedState.isDehydrated){var l=ya(i.pendingLanes);l!==0&&(fs(i,l|1),Ln(i,xr()),(jt&6)===0&&(To=xr()+500,Io()))}break;case 13:Wi(function(){var p=Fo(n,1);if(p!==null){var m=Ir();co(p,n,1,m)}}),Gn(n,1)}},Ou=function(n){if(n.tag===13){var i=Fo(n,134217728);if(i!==null){var l=Ir();co(i,n,134217728,l)}Gn(n,134217728)}},kp=function(n){if(n.tag===13){var i=Wn(n),l=Fo(n,i);if(l!==null){var p=Ir();co(l,n,i,p)}Gn(n,i)}},Mp=function(){return Xt},ds=function(n,i){var l=Xt;try{return Xt=n,i()}finally{Xt=l}},Cu=function(n,i,l){switch(i){case"input":if(gn(n,l),i=l.name,l.type==="radio"&&i!=null){for(l=n;l.parentNode;)l=l.parentNode;for(l=l.querySelectorAll("input[name="+JSON.stringify(""+i)+'][type="radio"]'),i=0;i<l.length;i++){var p=l[i];if(p!==n&&p.form===n.form){var m=en(p);if(!m)throw Error(L(90));It(p),gn(p,m)}}}break;case"textarea":Eu(n,l);break;case"select":i=l.value,i!=null&&bo(n,!!l.multiple,i,!1)}},ol=Ad,cf=Wi;var zg={usingClientEntryPoint:!1,Events:[Ul,Es,en,_p,uf,Ad]},Va={findFiberByHostInstance:Oi,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},Ug={bundleType:Va.bundleType,version:Va.version,rendererPackageName:Va.rendererPackageName,rendererConfig:Va.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:he.ReactCurrentDispatcher,findHostInstanceByFiber:function(n){return n=xp(n),n===null?null:n.stateNode},findFiberByHostInstance:Va.findFiberByHostInstance||jg,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Xi=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Xi.isDisabled&&Xi.supportsFiber)try{cl=Xi.inject(Ug),ko=Xi}catch{}}D.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=zg,D.createPortal=function(n,i){var l=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Dd(i))throw Error(L(200));return Tw(n,i,null,l)},D.createRoot=function(n,i){if(!Dd(n))throw Error(L(299));var l=!1,p="",m=hm;return i!=null&&(i.unstable_strictMode===!0&&(l=!0),i.identifierPrefix!==void 0&&(p=i.identifierPrefix),i.onRecoverableError!==void 0&&(m=i.onRecoverableError)),i=wt(n,1,!1,null,null,l,!1,p,m),n[ro]=i.current,ba(n.nodeType===8?n.parentNode:n),new Nd(i)},D.findDOMNode=function(n){if(n==null)return null;if(n.nodeType===1)return n;var i=n._reactInternals;if(i===void 0)throw typeof n.render=="function"?Error(L(188)):(n=Object.keys(n).join(","),Error(L(268,n)));return n=xp(i),n=n===null?null:n.stateNode,n},D.flushSync=function(n){return Wi(n)},D.hydrate=function(n,i,l){if(!lu(i))throw Error(L(200));return Oc(null,n,i,!0,l)},D.hydrateRoot=function(n,i,l){if(!Dd(n))throw Error(L(405));var p=l!=null&&l.hydratedSources||null,m=!1,w="",R=hm;if(l!=null&&(l.unstable_strictMode===!0&&(m=!0),l.identifierPrefix!==void 0&&(w=l.identifierPrefix),l.onRecoverableError!==void 0&&(R=l.onRecoverableError)),i=su(i,null,n,1,l??null,m,!1,w,R),n[ro]=i.current,ba(n),p)for(n=0;n<p.length;n++)l=p[n],m=l._getVersion,m=m(l._source),i.mutableSourceEagerHydrationData==null?i.mutableSourceEagerHydrationData=[l,m]:i.mutableSourceEagerHydrationData.push(l,m);return new nn(i)},D.render=function(n,i,l){if(!lu(i))throw Error(L(200));return Oc(null,n,i,!1,l)},D.unmountComponentAtNode=function(n){if(!lu(n))throw Error(L(40));return n._reactRootContainer?(Wi(function(){Oc(null,null,n,!1,function(){n._reactRootContainer=null,n[ro]=null})}),!0):!1},D.unstable_batchedUpdates=Ad,D.unstable_renderSubtreeIntoContainer=function(n,i,l,p){if(!lu(l))throw Error(L(200));if(n==null||n._reactInternals===void 0)throw Error(L(38));return Oc(n,i,l,!1,p)},D.version="18.3.1-next-f1338f8080-20240426"}),2552:((G,D,k)=>{var B=k(1873),H=k(659),L=k(9350),V="[object Null]",U="[object Undefined]",se=B?B.toStringTag:void 0;function ee(ae){return ae==null?ae===void 0?U:V:se&&se in Object(ae)?H(ae):L(ae)}G.exports=ee}),2694:((G,D,k)=>{"use strict";var B=k(6925);function H(){}function L(){}L.resetWarningCache=H,G.exports=function(){function V(ee,ae,me,ke,De,et){if(et!==B){var Ee=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 Ee.name="Invariant Violation",Ee}}V.isRequired=V;function U(){return V}var se={array:V,bigint:V,bool:V,func:V,number:V,object:V,string:V,symbol:V,any:V,arrayOf:U,element:V,elementType:V,instanceOf:U,node:V,objectOf:U,oneOf:U,oneOfType:U,shape:U,exact:U,checkPropTypes:L,resetWarningCache:H};return se.PropTypes=se,se}}),2799:((G,D)=>{"use strict";var k;/**
|
|
14
17
|
* @license React
|
|
15
|
-
*
|
|
18
|
+
* react-is.production.min.js
|
|
16
19
|
*
|
|
17
20
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
18
21
|
*
|
|
19
22
|
* This source code is licensed under the MIT license found in the
|
|
20
23
|
* LICENSE file in the root directory of this source tree.
|
|
21
|
-
*/
|
|
22
|
-
*
|
|
23
|
-
* use-sync-external-store-with-selector.production.js
|
|
24
|
+
*/var B=Symbol.for("react.element"),H=Symbol.for("react.portal"),L=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),U=Symbol.for("react.profiler"),se=Symbol.for("react.provider"),ee=Symbol.for("react.context"),ae=Symbol.for("react.server_context"),me=Symbol.for("react.forward_ref"),ke=Symbol.for("react.suspense"),De=Symbol.for("react.suspense_list"),et=Symbol.for("react.memo"),Ee=Symbol.for("react.lazy"),g=Symbol.for("react.offscreen"),oe;oe=Symbol.for("react.module.reference");function fe(de){if(typeof de=="object"&&de!==null){var Re=de.$$typeof;switch(Re){case B:switch(de=de.type,de){case L:case U:case V:case ke:case De:return de;default:switch(de=de&&de.$$typeof,de){case ae:case ee:case me:case Ee:case et:case se:return de;default:return Re}}case H:return Re}}}k=ee,k=se,k=B,k=me,k=L,k=Ee,k=et,k=H,k=U,k=V,k=ke,k=De,k=function(){return!1},k=function(){return!1},k=function(de){return fe(de)===ee},k=function(de){return fe(de)===se},k=function(de){return typeof de=="object"&&de!==null&&de.$$typeof===B},k=function(de){return fe(de)===me},k=function(de){return fe(de)===L},k=function(de){return fe(de)===Ee},k=function(de){return fe(de)===et},k=function(de){return fe(de)===H},k=function(de){return fe(de)===U},k=function(de){return fe(de)===V},k=function(de){return fe(de)===ke},k=function(de){return fe(de)===De},D.isValidElementType=function(de){return typeof de=="string"||typeof de=="function"||de===L||de===U||de===V||de===ke||de===De||de===g||typeof de=="object"&&de!==null&&(de.$$typeof===Ee||de.$$typeof===et||de.$$typeof===se||de.$$typeof===ee||de.$$typeof===me||de.$$typeof===oe||de.getModuleId!==void 0)},D.typeOf=fe}),2804:((G,D,k)=>{var B=k(6110),H=k(9325),L=B(H,"Promise");G.exports=L}),2833:(G=>{G.exports=function(k,B,H,L){var V=H?H.call(L,k,B):void 0;if(V!==void 0)return!!V;if(k===B)return!0;if(typeof k!="object"||!k||typeof B!="object"||!B)return!1;var U=Object.keys(k),se=Object.keys(B);if(U.length!==se.length)return!1;for(var ee=Object.prototype.hasOwnProperty.bind(B),ae=0;ae<U.length;ae++){var me=U[ae];if(!ee(me))return!1;var ke=k[me],De=B[me];if(V=H?H.call(L,ke,De,me):void 0,V===!1||V===void 0&&ke!==De)return!1}return!0}}),3072:((G,D)=>{"use strict";/** @license React v16.13.1
|
|
25
|
+
* react-is.production.min.js
|
|
24
26
|
*
|
|
25
|
-
* Copyright (c)
|
|
27
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
26
28
|
*
|
|
27
29
|
* This source code is licensed under the MIT license found in the
|
|
28
30
|
* LICENSE file in the root directory of this source tree.
|
|
29
|
-
*/var B=k(758);function H(ye,ke){return ye===ke&&(ye!==0||1/ye===1/ke)||ye!==ye&&ke!==ke}var L=typeof Object.is=="function"?Object.is:H,V=B.useSyncExternalStore,U=B.useRef,se=B.useEffect,ee=B.useMemo,ae=B.useDebugValue;D.useSyncExternalStoreWithSelector=function(ye,ke,Ne,Ze,Ee){var g=U(null);if(g.current===null){var oe={hasValue:!1,value:null};g.current=oe}else oe=g.current;g=ee(function(){function de(ht){if(!Re){if(Re=!0,De=ht,ht=Ze(ht),Ee!==void 0&&oe.hasValue){var St=oe.value;if(Ee(St,ht))return bt=St}return bt=ht}if(St=bt,L(De,ht))return St;var Vt=Ze(ht);return Ee!==void 0&&Ee(St,Vt)?(De=ht,St):(De=ht,bt=Vt)}var Re=!1,De,bt,me=Ne===void 0?null:Ne;return[function(){return de(ke())},me===null?void 0:function(){return de(me())}]},[ke,Ne,Ze,Ee]);var fe=V(ye,g[0],g[1]);return se(function(){oe.hasValue=!0,oe.value=fe},[fe]),ae(fe),fe}}),5843:((G,D)=>{"use strict";/** @license React v16.13.1
|
|
30
|
-
*
|
|
31
|
+
*/var k=typeof Symbol=="function"&&Symbol.for,B=k?Symbol.for("react.element"):60103,H=k?Symbol.for("react.portal"):60106,L=k?Symbol.for("react.fragment"):60107,V=k?Symbol.for("react.strict_mode"):60108,U=k?Symbol.for("react.profiler"):60114,se=k?Symbol.for("react.provider"):60109,ee=k?Symbol.for("react.context"):60110,ae=k?Symbol.for("react.async_mode"):60111,me=k?Symbol.for("react.concurrent_mode"):60111,ke=k?Symbol.for("react.forward_ref"):60112,De=k?Symbol.for("react.suspense"):60113,et=k?Symbol.for("react.suspense_list"):60120,Ee=k?Symbol.for("react.memo"):60115,g=k?Symbol.for("react.lazy"):60116,oe=k?Symbol.for("react.block"):60121,fe=k?Symbol.for("react.fundamental"):60117,de=k?Symbol.for("react.responder"):60118,Re=k?Symbol.for("react.scope"):60119;function Ie(he){if(typeof he=="object"&&he!==null){var mt=he.$$typeof;switch(mt){case B:switch(he=he.type,he){case ae:case me:case L:case U:case V:case De:return he;default:switch(he=he&&he.$$typeof,he){case ee:case ke:case g:case Ee:case se:return he;default:return mt}}case H:return mt}}}function bt(he){return Ie(he)===me}D.AsyncMode=ae,D.ConcurrentMode=me,D.ContextConsumer=ee,D.ContextProvider=se,D.Element=B,D.ForwardRef=ke,D.Fragment=L,D.Lazy=g,D.Memo=Ee,D.Portal=H,D.Profiler=U,D.StrictMode=V,D.Suspense=De,D.isAsyncMode=function(he){return bt(he)||Ie(he)===ae},D.isConcurrentMode=bt,D.isContextConsumer=function(he){return Ie(he)===ee},D.isContextProvider=function(he){return Ie(he)===se},D.isElement=function(he){return typeof he=="object"&&he!==null&&he.$$typeof===B},D.isForwardRef=function(he){return Ie(he)===ke},D.isFragment=function(he){return Ie(he)===L},D.isLazy=function(he){return Ie(he)===g},D.isMemo=function(he){return Ie(he)===Ee},D.isPortal=function(he){return Ie(he)===H},D.isProfiler=function(he){return Ie(he)===U},D.isStrictMode=function(he){return Ie(he)===V},D.isSuspense=function(he){return Ie(he)===De},D.isValidElementType=function(he){return typeof he=="string"||typeof he=="function"||he===L||he===me||he===U||he===V||he===De||he===et||typeof he=="object"&&he!==null&&(he.$$typeof===g||he.$$typeof===Ee||he.$$typeof===se||he.$$typeof===ee||he.$$typeof===ke||he.$$typeof===fe||he.$$typeof===de||he.$$typeof===Re||he.$$typeof===oe)},D.typeOf=Ie}),3224:(function(G,D,k){G=k.nmd(G),(function(B,H){"use strict";var L={};B.PubSub?L=B.PubSub:(B.PubSub=L,H(L)),G!==void 0&&G.exports&&(D=G.exports=L),D.PubSub=L,G.exports=D=L})(typeof window=="object"&&window||this||k.g,function(B){"use strict";var H={},L=-1,V="*";function U(g){var oe;for(oe in g)if(Object.prototype.hasOwnProperty.call(g,oe))return!0;return!1}function se(g){return function(){throw g}}function ee(g,oe,fe){try{g(oe,fe)}catch(de){setTimeout(se(de),0)}}function ae(g,oe,fe){g(oe,fe)}function me(g,oe,fe,de){var Re=H[oe],Ie=de?ae:ee,bt;if(Object.prototype.hasOwnProperty.call(H,oe))for(bt in Re)Object.prototype.hasOwnProperty.call(Re,bt)&&Ie(Re[bt],g,fe)}function ke(g,oe,fe){return function(){var Re=String(g),Ie=Re.lastIndexOf(".");for(me(g,g,oe,fe);Ie!==-1;)Re=Re.substr(0,Ie),Ie=Re.lastIndexOf("."),me(g,Re,oe,fe);me(g,V,oe,fe)}}function De(g){var oe=String(g),fe=!!(Object.prototype.hasOwnProperty.call(H,oe)&&U(H[oe]));return fe}function et(g){for(var oe=String(g),fe=De(oe)||De(V),de=oe.lastIndexOf(".");!fe&&de!==-1;)oe=oe.substr(0,de),de=oe.lastIndexOf("."),fe=De(oe);return fe}function Ee(g,oe,fe,de){g=typeof g=="symbol"?g.toString():g;var Re=ke(g,oe,de),Ie=et(g);return Ie?(fe===!0?Re():setTimeout(Re,0),!0):!1}B.publish=function(g,oe){return Ee(g,oe,!1,B.immediateExceptions)},B.publishSync=function(g,oe){return Ee(g,oe,!0,B.immediateExceptions)},B.subscribe=function(g,oe){if(typeof oe!="function")return!1;g=typeof g=="symbol"?g.toString():g,Object.prototype.hasOwnProperty.call(H,g)||(H[g]={});var fe="uid_"+String(++L);return H[g][fe]=oe,fe},B.subscribeAll=function(g){return B.subscribe(V,g)},B.subscribeOnce=function(g,oe){var fe=B.subscribe(g,function(){B.unsubscribe(fe),oe.apply(this,arguments)});return B},B.clearAllSubscriptions=function(){H={}},B.clearSubscriptions=function(oe){var fe;for(fe in H)Object.prototype.hasOwnProperty.call(H,fe)&&fe.indexOf(oe)===0&&delete H[fe]},B.countSubscriptions=function(oe){var fe,de,Re=0;for(fe in H)if(Object.prototype.hasOwnProperty.call(H,fe)&&fe.indexOf(oe)===0){for(de in H[fe])Re++;break}return Re},B.getSubscriptions=function(oe){var fe,de=[];for(fe in H)Object.prototype.hasOwnProperty.call(H,fe)&&fe.indexOf(oe)===0&&de.push(fe);return de},B.unsubscribe=function(g){var oe=function(St){var Wt;for(Wt in H)if(Object.prototype.hasOwnProperty.call(H,Wt)&&Wt.indexOf(St)===0)return!0;return!1},fe=typeof g=="string"&&(Object.prototype.hasOwnProperty.call(H,g)||oe(g)),de=!fe&&typeof g=="string",Re=typeof g=="function",Ie=!1,bt,he,mt;if(fe){B.clearSubscriptions(g);return}for(bt in H)if(Object.prototype.hasOwnProperty.call(H,bt)){if(he=H[bt],de&&he[g]){delete he[g],Ie=g;break}if(Re)for(mt in he)Object.prototype.hasOwnProperty.call(he,mt)&&he[mt]===g&&(delete he[mt],Ie=!0)}return Ie}})}),3404:((G,D,k)=>{"use strict";G.exports=k(3072)}),3650:((G,D,k)=>{var B=k(4335),H=B(Object.keys,Object);G.exports=H}),3656:((G,D,k)=>{G=k.nmd(G);var B=k(9325),H=k(9935),L=D&&!D.nodeType&&D,V=L&&!0&&G&&!G.nodeType&&G,U=V&&V.exports===L,se=U?B.Buffer:void 0,ee=se?se.isBuffer:void 0,ae=ee||H;G.exports=ae}),3805:(G=>{function D(k){var B=typeof k;return k!=null&&(B=="object"||B=="function")}G.exports=D}),4146:((G,D,k)=>{"use strict";var B=k(3404),H={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},L={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},V={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},U={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},se={};se[B.ForwardRef]=V,se[B.Memo]=U;function ee(oe){return B.isMemo(oe)?U:se[oe.$$typeof]||H}var ae=Object.defineProperty,me=Object.getOwnPropertyNames,ke=Object.getOwnPropertySymbols,De=Object.getOwnPropertyDescriptor,et=Object.getPrototypeOf,Ee=Object.prototype;function g(oe,fe,de){if(typeof fe!="string"){if(Ee){var Re=et(fe);Re&&Re!==Ee&&g(oe,Re,de)}var Ie=me(fe);ke&&(Ie=Ie.concat(ke(fe)));for(var bt=ee(oe),he=ee(fe),mt=0;mt<Ie.length;++mt){var St=Ie[mt];if(!L[St]&&!(de&&de[St])&&!(he&&he[St])&&!(bt&&bt[St])){var Wt=De(fe,St);try{ae(oe,St,Wt)}catch{}}}}return oe}G.exports=g}),4335:(G=>{function D(k,B){return function(H){return k(B(H))}}G.exports=D}),4363:((G,D,k)=>{"use strict";G.exports=k(2799)}),4635:(G=>{"use strict";var D={decodeValues:!0,map:!1,silent:!1};function k(U){return typeof U=="string"&&!!U.trim()}function B(U,se){var ee=U.split(";").filter(k),ae=ee.shift(),me=H(ae),ke=me.name,De=me.value;se=se?Object.assign({},D,se):D;try{De=se.decodeValues?decodeURIComponent(De):De}catch(Ee){console.error("set-cookie-parser encountered an error while decoding a cookie with value '"+De+"'. Set options.decodeValues to false to disable this feature.",Ee)}var et={name:ke,value:De};return ee.forEach(function(Ee){var g=Ee.split("="),oe=g.shift().trimLeft().toLowerCase(),fe=g.join("=");oe==="expires"?et.expires=new Date(fe):oe==="max-age"?et.maxAge=parseInt(fe,10):oe==="secure"?et.secure=!0:oe==="httponly"?et.httpOnly=!0:oe==="samesite"?et.sameSite=fe:oe==="partitioned"?et.partitioned=!0:et[oe]=fe}),et}function H(U){var se="",ee="",ae=U.split("=");return ae.length>1?(se=ae.shift(),ee=ae.join("=")):ee=U,{name:se,value:ee}}function L(U,se){if(se=se?Object.assign({},D,se):D,!U)return se.map?{}:[];if(U.headers)if(typeof U.headers.getSetCookie=="function")U=U.headers.getSetCookie();else if(U.headers["set-cookie"])U=U.headers["set-cookie"];else{var ee=U.headers[Object.keys(U.headers).find(function(me){return me.toLowerCase()==="set-cookie"})];!ee&&U.headers.cookie&&se.silent,U=ee}if(Array.isArray(U)||(U=[U]),se.map){var ae={};return U.filter(k).reduce(function(me,ke){var De=B(ke,se);return me[De.name]=De,me},ae)}else return U.filter(k).map(function(me){return B(me,se)})}function V(U){if(Array.isArray(U))return U;if(typeof U!="string")return[];var se=[],ee=0,ae,me,ke,De,et;function Ee(){for(;ee<U.length&&/\s/.test(U.charAt(ee));)ee+=1;return ee<U.length}function g(){return me=U.charAt(ee),me!=="="&&me!==";"&&me!==","}for(;ee<U.length;){for(ae=ee,et=!1;Ee();)if(me=U.charAt(ee),me===","){for(ke=ee,ee+=1,Ee(),De=ee;ee<U.length&&g();)ee+=1;ee<U.length&&U.charAt(ee)==="="?(et=!0,ee=De,se.push(U.substring(ae,ke)),ae=ee):ee=ke+1}else ee+=1;(!et||ee>=U.length)&&se.push(U.substring(ae,U.length))}return se}G.exports=L,G.exports.parse=L,G.exports.parseString=B,G.exports.splitCookiesString=V}),4840:((G,D,k)=>{var B=typeof k.g=="object"&&k.g&&k.g.Object===Object&&k.g;G.exports=B}),4894:((G,D,k)=>{var B=k(1882),H=k(294);function L(V){return V!=null&&H(V.length)&&!B(V)}G.exports=L}),4901:((G,D,k)=>{var B=k(2552),H=k(294),L=k(346),V="[object Arguments]",U="[object Array]",se="[object Boolean]",ee="[object Date]",ae="[object Error]",me="[object Function]",ke="[object Map]",De="[object Number]",et="[object Object]",Ee="[object RegExp]",g="[object Set]",oe="[object String]",fe="[object WeakMap]",de="[object ArrayBuffer]",Re="[object DataView]",Ie="[object Float32Array]",bt="[object Float64Array]",he="[object Int8Array]",mt="[object Int16Array]",St="[object Int32Array]",Wt="[object Uint8Array]",jn="[object Uint8ClampedArray]",Rn="[object Uint16Array]",Jn="[object Uint32Array]",Mt={};Mt[Ie]=Mt[bt]=Mt[he]=Mt[mt]=Mt[St]=Mt[Wt]=Mt[jn]=Mt[Rn]=Mt[Jn]=!0,Mt[V]=Mt[U]=Mt[de]=Mt[se]=Mt[Re]=Mt[ee]=Mt[ae]=Mt[me]=Mt[ke]=Mt[De]=Mt[et]=Mt[Ee]=Mt[g]=Mt[oe]=Mt[fe]=!1;function qn(Zr){return L(Zr)&&H(Zr.length)&&!!Mt[B(Zr)]}G.exports=qn}),5015:((G,D,k)=>{var B=k(2552),H=k(6449),L=k(346),V="[object String]";function U(se){return typeof se=="string"||!H(se)&&L(se)&&B(se)==V}G.exports=U}),5082:(G=>{function D(k,B,H){var L=H.length;if(k==null)return!L;for(k=Object(k);L--;){var V=H[L],U=B[V],se=k[V];if(se===void 0&&!(V in k)||!U(se))return!1}return!0}G.exports=D}),5083:((G,D,k)=>{var B=k(1882),H=k(7296),L=k(3805),V=k(7473),U=/[\\^$.*+?()[\]{}|]/g,se=/^\[object .+?Constructor\]$/,ee=Function.prototype,ae=Object.prototype,me=ee.toString,ke=ae.hasOwnProperty,De=RegExp("^"+me.call(ke).replace(U,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function et(Ee){if(!L(Ee)||H(Ee))return!1;var g=B(Ee)?De:se;return g.test(V(Ee))}G.exports=et}),5160:((G,D,k)=>{"use strict";/**
|
|
32
|
+
* @license React
|
|
33
|
+
* use-sync-external-store-with-selector.production.js
|
|
31
34
|
*
|
|
32
|
-
* Copyright (c)
|
|
35
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
33
36
|
*
|
|
34
37
|
* This source code is licensed under the MIT license found in the
|
|
35
38
|
* LICENSE file in the root directory of this source tree.
|
|
36
|
-
*/var
|
|
39
|
+
*/var B=k(6540);function H(me,ke){return me===ke&&(me!==0||1/me===1/ke)||me!==me&&ke!==ke}var L=typeof Object.is=="function"?Object.is:H,V=B.useSyncExternalStore,U=B.useRef,se=B.useEffect,ee=B.useMemo,ae=B.useDebugValue;D.useSyncExternalStoreWithSelector=function(me,ke,De,et,Ee){var g=U(null);if(g.current===null){var oe={hasValue:!1,value:null};g.current=oe}else oe=g.current;g=ee(function(){function de(mt){if(!Re){if(Re=!0,Ie=mt,mt=et(mt),Ee!==void 0&&oe.hasValue){var St=oe.value;if(Ee(St,mt))return bt=St}return bt=mt}if(St=bt,L(Ie,mt))return St;var Wt=et(mt);return Ee!==void 0&&Ee(St,Wt)?(Ie=mt,St):(Ie=mt,bt=Wt)}var Re=!1,Ie,bt,he=De===void 0?null:De;return[function(){return de(ke())},he===null?void 0:function(){return de(he())}]},[ke,De,et,Ee]);var fe=V(me,g[0],g[1]);return se(function(){oe.hasValue=!0,oe.value=fe},[fe]),ae(fe),fe}}),5228:(G=>{"use strict";/*
|
|
40
|
+
object-assign
|
|
41
|
+
(c) Sindre Sorhus
|
|
42
|
+
@license MIT
|
|
43
|
+
*/var D=Object.getOwnPropertySymbols,k=Object.prototype.hasOwnProperty,B=Object.prototype.propertyIsEnumerable;function H(V){if(V==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(V)}function L(){try{if(!Object.assign)return!1;var V=new String("abc");if(V[5]="de",Object.getOwnPropertyNames(V)[0]==="5")return!1;for(var U={},se=0;se<10;se++)U["_"+String.fromCharCode(se)]=se;var ee=Object.getOwnPropertyNames(U).map(function(me){return U[me]});if(ee.join("")!=="0123456789")return!1;var ae={};return"abcdefghijklmnopqrst".split("").forEach(function(me){ae[me]=me}),Object.keys(Object.assign({},ae)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}G.exports=L()?Object.assign:function(V,U){for(var se,ee=H(V),ae,me=1;me<arguments.length;me++){se=Object(arguments[me]);for(var ke in se)k.call(se,ke)&&(ee[ke]=se[ke]);if(D){ae=D(se);for(var De=0;De<ae.length;De++)B.call(se,ae[De])&&(ee[ae[De]]=se[ae[De]])}}return ee}}),5287:((G,D)=>{"use strict";/**
|
|
37
44
|
* @license React
|
|
38
|
-
* react
|
|
45
|
+
* react.production.min.js
|
|
39
46
|
*
|
|
40
47
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
41
48
|
*
|
|
42
49
|
* This source code is licensed under the MIT license found in the
|
|
43
50
|
* LICENSE file in the root directory of this source tree.
|
|
44
|
-
*/var
|
|
51
|
+
*/var k=Symbol.for("react.element"),B=Symbol.for("react.portal"),H=Symbol.for("react.fragment"),L=Symbol.for("react.strict_mode"),V=Symbol.for("react.profiler"),U=Symbol.for("react.provider"),se=Symbol.for("react.context"),ee=Symbol.for("react.forward_ref"),ae=Symbol.for("react.suspense"),me=Symbol.for("react.memo"),ke=Symbol.for("react.lazy"),De=Symbol.iterator;function et(Y){return Y===null||typeof Y!="object"?null:(Y=De&&Y[De]||Y["@@iterator"],typeof Y=="function"?Y:null)}var Ee={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},g=Object.assign,oe={};function fe(Y,Ce,vt){this.props=Y,this.context=Ce,this.refs=oe,this.updater=vt||Ee}fe.prototype.isReactComponent={},fe.prototype.setState=function(Y,Ce){if(typeof Y!="object"&&typeof Y!="function"&&Y!=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,Y,Ce,"setState")},fe.prototype.forceUpdate=function(Y){this.updater.enqueueForceUpdate(this,Y,"forceUpdate")};function de(){}de.prototype=fe.prototype;function Re(Y,Ce,vt){this.props=Y,this.context=Ce,this.refs=oe,this.updater=vt||Ee}var Ie=Re.prototype=new de;Ie.constructor=Re,g(Ie,fe.prototype),Ie.isPureReactComponent=!0;var bt=Array.isArray,he=Object.prototype.hasOwnProperty,mt={current:null},St={key:!0,ref:!0,__self:!0,__source:!0};function Wt(Y,Ce,vt){var Lt,Pt={},er=null,mr=null;if(Ce!=null)for(Lt in Ce.ref!==void 0&&(mr=Ce.ref),Ce.key!==void 0&&(er=""+Ce.key),Ce)he.call(Ce,Lt)&&!St.hasOwnProperty(Lt)&&(Pt[Lt]=Ce[Lt]);var Er=arguments.length-2;if(Er===1)Pt.children=vt;else if(1<Er){for(var Yt=Array(Er),xn=0;xn<Er;xn++)Yt[xn]=arguments[xn+2];Pt.children=Yt}if(Y&&Y.defaultProps)for(Lt in Er=Y.defaultProps,Er)Pt[Lt]===void 0&&(Pt[Lt]=Er[Lt]);return{$$typeof:k,type:Y,key:er,ref:mr,props:Pt,_owner:mt.current}}function jn(Y,Ce){return{$$typeof:k,type:Y.type,key:Ce,ref:Y.ref,props:Y.props,_owner:Y._owner}}function Rn(Y){return typeof Y=="object"&&Y!==null&&Y.$$typeof===k}function Jn(Y){var Ce={"=":"=0",":":"=2"};return"$"+Y.replace(/[=:]/g,function(vt){return Ce[vt]})}var Mt=/\/+/g;function qn(Y,Ce){return typeof Y=="object"&&Y!==null&&Y.key!=null?Jn(""+Y.key):Ce.toString(36)}function Zr(Y,Ce,vt,Lt,Pt){var er=typeof Y;(er==="undefined"||er==="boolean")&&(Y=null);var mr=!1;if(Y===null)mr=!0;else switch(er){case"string":case"number":mr=!0;break;case"object":switch(Y.$$typeof){case k:case B:mr=!0}}if(mr)return mr=Y,Pt=Pt(mr),Y=Lt===""?"."+qn(mr,0):Lt,bt(Pt)?(vt="",Y!=null&&(vt=Y.replace(Mt,"$&/")+"/"),Zr(Pt,Ce,vt,"",function(xn){return xn})):Pt!=null&&(Rn(Pt)&&(Pt=jn(Pt,vt+(!Pt.key||mr&&mr.key===Pt.key?"":(""+Pt.key).replace(Mt,"$&/")+"/")+Y)),Ce.push(Pt)),1;if(mr=0,Lt=Lt===""?".":Lt+":",bt(Y))for(var Er=0;Er<Y.length;Er++){er=Y[Er];var Yt=Lt+qn(er,Er);mr+=Zr(er,Ce,vt,Yt,Pt)}else if(Yt=et(Y),typeof Yt=="function")for(Y=Yt.call(Y),Er=0;!(er=Y.next()).done;)er=er.value,Yt=Lt+qn(er,Er++),mr+=Zr(er,Ce,vt,Yt,Pt);else if(er==="object")throw Ce=String(Y),Error("Objects are not valid as a React child (found: "+(Ce==="[object Object]"?"object with keys {"+Object.keys(Y).join(", ")+"}":Ce)+"). If you meant to render a collection of children, use an array instead.");return mr}function Zn(Y,Ce,vt){if(Y==null)return Y;var Lt=[],Pt=0;return Zr(Y,Lt,"","",function(er){return Ce.call(vt,er,Pt++)}),Lt}function gi(Y){if(Y._status===-1){var Ce=Y._result;Ce=Ce(),Ce.then(function(vt){(Y._status===0||Y._status===-1)&&(Y._status=1,Y._result=vt)},function(vt){(Y._status===0||Y._status===-1)&&(Y._status=2,Y._result=vt)}),Y._status===-1&&(Y._status=0,Y._result=Ce)}if(Y._status===1)return Y._result.default;throw Y._result}var Me={current:null},pt={transition:null},gt={ReactCurrentDispatcher:Me,ReactCurrentBatchConfig:pt,ReactCurrentOwner:mt};function Gt(){throw Error("act(...) is not supported in production builds of React.")}D.Children={map:Zn,forEach:function(Y,Ce,vt){Zn(Y,function(){Ce.apply(this,arguments)},vt)},count:function(Y){var Ce=0;return Zn(Y,function(){Ce++}),Ce},toArray:function(Y){return Zn(Y,function(Ce){return Ce})||[]},only:function(Y){if(!Rn(Y))throw Error("React.Children.only expected to receive a single React element child.");return Y}},D.Component=fe,D.Fragment=H,D.Profiler=V,D.PureComponent=Re,D.StrictMode=L,D.Suspense=ae,D.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=gt,D.act=Gt,D.cloneElement=function(Y,Ce,vt){if(Y==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+Y+".");var Lt=g({},Y.props),Pt=Y.key,er=Y.ref,mr=Y._owner;if(Ce!=null){if(Ce.ref!==void 0&&(er=Ce.ref,mr=mt.current),Ce.key!==void 0&&(Pt=""+Ce.key),Y.type&&Y.type.defaultProps)var Er=Y.type.defaultProps;for(Yt in Ce)he.call(Ce,Yt)&&!St.hasOwnProperty(Yt)&&(Lt[Yt]=Ce[Yt]===void 0&&Er!==void 0?Er[Yt]:Ce[Yt])}var Yt=arguments.length-2;if(Yt===1)Lt.children=vt;else if(1<Yt){Er=Array(Yt);for(var xn=0;xn<Yt;xn++)Er[xn]=arguments[xn+2];Lt.children=Er}return{$$typeof:k,type:Y.type,key:Pt,ref:er,props:Lt,_owner:mr}},D.createContext=function(Y){return Y={$$typeof:se,_currentValue:Y,_currentValue2:Y,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},Y.Provider={$$typeof:U,_context:Y},Y.Consumer=Y},D.createElement=Wt,D.createFactory=function(Y){var Ce=Wt.bind(null,Y);return Ce.type=Y,Ce},D.createRef=function(){return{current:null}},D.forwardRef=function(Y){return{$$typeof:ee,render:Y}},D.isValidElement=Rn,D.lazy=function(Y){return{$$typeof:ke,_payload:{_status:-1,_result:Y},_init:gi}},D.memo=function(Y,Ce){return{$$typeof:me,type:Y,compare:Ce===void 0?null:Ce}},D.startTransition=function(Y){var Ce=pt.transition;pt.transition={};try{Y()}finally{pt.transition=Ce}},D.unstable_act=Gt,D.useCallback=function(Y,Ce){return Me.current.useCallback(Y,Ce)},D.useContext=function(Y){return Me.current.useContext(Y)},D.useDebugValue=function(){},D.useDeferredValue=function(Y){return Me.current.useDeferredValue(Y)},D.useEffect=function(Y,Ce){return Me.current.useEffect(Y,Ce)},D.useId=function(){return Me.current.useId()},D.useImperativeHandle=function(Y,Ce,vt){return Me.current.useImperativeHandle(Y,Ce,vt)},D.useInsertionEffect=function(Y,Ce){return Me.current.useInsertionEffect(Y,Ce)},D.useLayoutEffect=function(Y,Ce){return Me.current.useLayoutEffect(Y,Ce)},D.useMemo=function(Y,Ce){return Me.current.useMemo(Y,Ce)},D.useReducer=function(Y,Ce,vt){return Me.current.useReducer(Y,Ce,vt)},D.useRef=function(Y){return Me.current.useRef(Y)},D.useState=function(Y){return Me.current.useState(Y)},D.useSyncExternalStore=function(Y,Ce,vt){return Me.current.useSyncExternalStore(Y,Ce,vt)},D.useTransition=function(){return Me.current.useTransition()},D.version="18.3.1"}),5481:((G,D,k)=>{var B=k(9325),H=B["__core-js_shared__"];G.exports=H}),5527:(G=>{var D=Object.prototype;function k(B){var H=B&&B.constructor,L=typeof H=="function"&&H.prototype||D;return B===L}G.exports=k}),5556:((G,D,k)=>{if(0)var B,H;else G.exports=k(2694)()}),5580:((G,D,k)=>{var B=k(6110),H=k(9325),L=B(H,"DataView");G.exports=L}),5861:((G,D,k)=>{var B=k(5580),H=k(8223),L=k(2804),V=k(6545),U=k(8303),se=k(2552),ee=k(7473),ae="[object Map]",me="[object Object]",ke="[object Promise]",De="[object Set]",et="[object WeakMap]",Ee="[object DataView]",g=ee(B),oe=ee(H),fe=ee(L),de=ee(V),Re=ee(U),Ie=se;(B&&Ie(new B(new ArrayBuffer(1)))!=Ee||H&&Ie(new H)!=ae||L&&Ie(L.resolve())!=ke||V&&Ie(new V)!=De||U&&Ie(new U)!=et)&&(Ie=function(bt){var he=se(bt),mt=he==me?bt.constructor:void 0,St=mt?ee(mt):"";if(St)switch(St){case g:return Ee;case oe:return ae;case fe:return ke;case de:return De;case Re:return et}return he}),G.exports=Ie}),5950:((G,D,k)=>{var B=k(695),H=k(8984),L=k(4894);function V(U){return L(U)?B(U):H(U)}G.exports=V}),6009:((G,D,k)=>{G=k.nmd(G);var B=k(4840),H=D&&!D.nodeType&&D,L=H&&!0&&G&&!G.nodeType&&G,V=L&&L.exports===H,U=V&&B.process,se=(function(){try{var ee=L&&L.require&&L.require("util").types;return ee||U&&U.binding&&U.binding("util")}catch{}})();G.exports=se}),6049:(G=>{for(var D=[],k=0;k<256;++k)D[k]=(k+256).toString(16).substr(1);function B(H,L){var V=L||0,U=D;return[U[H[V++]],U[H[V++]],U[H[V++]],U[H[V++]],"-",U[H[V++]],U[H[V++]],"-",U[H[V++]],U[H[V++]],"-",U[H[V++]],U[H[V++]],"-",U[H[V++]],U[H[V++]],U[H[V++]],U[H[V++]],U[H[V++]],U[H[V++]]].join("")}G.exports=B}),6110:((G,D,k)=>{var B=k(5083),H=k(392);function L(V,U){var se=H(V,U);return B(se)?se:void 0}G.exports=L}),6449:(G=>{var D=Array.isArray;G.exports=D}),6540:((G,D,k)=>{"use strict";G.exports=k(5287)}),6545:((G,D,k)=>{var B=k(6110),H=k(9325),L=B(H,"Set");G.exports=L}),6925:(G=>{"use strict";var D="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";G.exports=D}),7167:((G,D,k)=>{var B=k(4901),H=k(7301),L=k(6009),V=L&&L.isTypedArray,U=V?H(V):B;G.exports=U}),7296:((G,D,k)=>{var B=k(5481),H=(function(){var V=/[^.]+$/.exec(B&&B.keys&&B.keys.IE_PROTO||"");return V?"Symbol(src)_1."+V:""})();function L(V){return!!H&&H in V}G.exports=L}),7301:(G=>{function D(k){return function(B){return k(B)}}G.exports=D}),7463:((G,D)=>{"use strict";/**
|
|
45
52
|
* @license React
|
|
46
|
-
*
|
|
53
|
+
* scheduler.production.min.js
|
|
47
54
|
*
|
|
48
55
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
49
56
|
*
|
|
50
57
|
* This source code is licensed under the MIT license found in the
|
|
51
58
|
* LICENSE file in the root directory of this source tree.
|
|
52
|
-
*/var B=k(758),H=k(1896);function L(n){for(var i="https://reactjs.org/docs/error-decoder.html?invariant="+n,l=1;l<arguments.length;l++)i+="&args[]="+encodeURIComponent(arguments[l]);return"Minified React error #"+n+"; visit "+i+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var V=new Set,U={};function se(n,i){ee(n,i),ee(n+"Capture",i)}function ee(n,i){for(U[n]=i,n=0;n<i.length;n++)V.add(i[n])}var ae=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),ye=Object.prototype.hasOwnProperty,ke=/^[: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]*$/,Ne={},Ze={};function Ee(n){return ye.call(Ze,n)?!0:ye.call(Ne,n)?!1:ke.test(n)?Ze[n]=!0:(Ne[n]=!0,!1)}function g(n,i,l,p){if(l!==null&&l.type===0)return!1;switch(typeof i){case"function":case"symbol":return!0;case"boolean":return p?!1:l!==null?!l.acceptsBooleans:(n=n.toLowerCase().slice(0,5),n!=="data-"&&n!=="aria-");default:return!1}}function oe(n,i,l,p){if(i===null||typeof i>"u"||g(n,i,l,p))return!0;if(p)return!1;if(l!==null)switch(l.type){case 3:return!i;case 4:return i===!1;case 5:return isNaN(i);case 6:return isNaN(i)||1>i}return!1}function fe(n,i,l,p,m,w,R){this.acceptsBooleans=i===2||i===3||i===4,this.attributeName=p,this.attributeNamespace=m,this.mustUseProperty=l,this.propertyName=n,this.type=i,this.sanitizeURL=w,this.removeEmptyString=R}var de={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(n){de[n]=new fe(n,0,!1,n,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(n){var i=n[0];de[i]=new fe(i,1,!1,n[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(n){de[n]=new fe(n,2,!1,n.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(n){de[n]=new fe(n,2,!1,n,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(n){de[n]=new fe(n,3,!1,n.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(n){de[n]=new fe(n,3,!0,n,null,!1,!1)}),["capture","download"].forEach(function(n){de[n]=new fe(n,4,!1,n,null,!1,!1)}),["cols","rows","size","span"].forEach(function(n){de[n]=new fe(n,6,!1,n,null,!1,!1)}),["rowSpan","start"].forEach(function(n){de[n]=new fe(n,5,!1,n.toLowerCase(),null,!1,!1)});var Re=/[\-:]([a-z])/g;function De(n){return n[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(n){var i=n.replace(Re,De);de[i]=new fe(i,1,!1,n,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(n){var i=n.replace(Re,De);de[i]=new fe(i,1,!1,n,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(n){var i=n.replace(Re,De);de[i]=new fe(i,1,!1,n,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(n){de[n]=new fe(n,1,!1,n.toLowerCase(),null,!1,!1)}),de.xlinkHref=new fe("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(n){de[n]=new fe(n,1,!1,n.toLowerCase(),null,!0,!0)});function bt(n,i,l,p){var m=de.hasOwnProperty(i)?de[i]:null;(m!==null?m.type!==0:p||!(2<i.length)||i[0]!=="o"&&i[0]!=="O"||i[1]!=="n"&&i[1]!=="N")&&(oe(i,l,m,p)&&(l=null),p||m===null?Ee(i)&&(l===null?n.removeAttribute(i):n.setAttribute(i,""+l)):m.mustUseProperty?n[m.propertyName]=l===null?m.type===3?!1:"":l:(i=m.attributeName,p=m.attributeNamespace,l===null?n.removeAttribute(i):(m=m.type,l=m===3||m===4&&l===!0?"":""+l,p?n.setAttributeNS(p,i,l):n.setAttribute(i,l))))}var me=B.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,ht=Symbol.for("react.element"),St=Symbol.for("react.portal"),Vt=Symbol.for("react.fragment"),jn=Symbol.for("react.strict_mode"),Rn=Symbol.for("react.profiler"),Qn=Symbol.for("react.provider"),Lt=Symbol.for("react.context"),qn=Symbol.for("react.forward_ref"),Zr=Symbol.for("react.suspense"),Zn=Symbol.for("react.suspense_list"),yi=Symbol.for("react.memo"),Me=Symbol.for("react.lazy");Symbol.for("react.scope"),Symbol.for("react.debug_trace_mode");var dt=Symbol.for("react.offscreen");Symbol.for("react.legacy_hidden"),Symbol.for("react.cache"),Symbol.for("react.tracing_marker");var gt=Symbol.iterator;function Wt(n){return n===null||typeof n!="object"?null:(n=gt&&n[gt]||n["@@iterator"],typeof n=="function"?n:null)}var Y=Object.assign,Ce;function vt(n){if(Ce===void 0)try{throw Error()}catch(l){var i=l.stack.trim().match(/\n( *(at )?)/);Ce=i&&i[1]||""}return`
|
|
53
|
-
`+Ce+n}var Nt=!1;function Ot(n,i){if(!n||Nt)return"";Nt=!0;var l=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(i)if(i=function(){throw Error()},Object.defineProperty(i.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(i,[])}catch(te){var p=te}Reflect.construct(n,[],i)}else{try{i.call()}catch(te){p=te}n.call(i.prototype)}else{try{throw Error()}catch(te){p=te}n()}}catch(te){if(te&&p&&typeof te.stack=="string"){for(var m=te.stack.split(`
|
|
54
|
-
`),w=
|
|
55
|
-
`),R=m.length-1,M=w.length-1;1<=R&&0<=M&&m[R]!==w[M];)M--;for(;1<=R&&0<=M;R--,M--)if(m[R]!==w[M]){if(R!==1||M!==1)do if(R--,M--,0>M||m[R]!==w[M]){var z=`
|
|
56
|
-
`+m[R].replace(" at new "," at ");return n.displayName&&z.includes("<anonymous>")&&(z=z.replace("<anonymous>",n.displayName)),z}while(1<=R&&0<=M);break}}}finally{Nt=!1,Error.prepareStackTrace=l}return(n=n?n.displayName||n.name:"")?vt(n):""}function er(n){switch(n.tag){case 5:return vt(n.type);case 16:return vt("Lazy");case 13:return vt("Suspense");case 19:return vt("SuspenseList");case 0:case 2:case 15:return n=Ot(n.type,!1),n;case 11:return n=Ot(n.type.render,!1),n;case 1:return n=Ot(n.type,!0),n;default:return""}}function hr(n){if(n==null)return null;if(typeof n=="function")return n.displayName||n.name||null;if(typeof n=="string")return n;switch(n){case Vt:return"Fragment";case St:return"Portal";case Rn:return"Profiler";case jn:return"StrictMode";case Zr:return"Suspense";case Zn:return"SuspenseList"}if(typeof n=="object")switch(n.$$typeof){case Lt:return(n.displayName||"Context")+".Consumer";case Qn:return(n._context.displayName||"Context")+".Provider";case qn:var i=n.render;return n=n.displayName,n||(n=i.displayName||i.name||"",n=n!==""?"ForwardRef("+n+")":"ForwardRef"),n;case yi:return i=n.displayName||null,i!==null?i:hr(n.type)||"Memo";case Me:i=n._payload,n=n._init;try{return hr(n(i))}catch{}}return null}function Er(n){var i=n.type;switch(n.tag){case 24:return"Cache";case 9:return(i.displayName||"Context")+".Consumer";case 10:return(i._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return n=i.render,n=n.displayName||n.name||"",i.displayName||(n!==""?"ForwardRef("+n+")":"ForwardRef");case 7:return"Fragment";case 5:return i;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return hr(i);case 8:return i===jn?"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 i=="function")return i.displayName||i.name||null;if(typeof i=="string")return i}return null}function Gt(n){switch(typeof n){case"boolean":case"number":case"string":case"undefined":return n;case"object":return n;default:return""}}function xn(n){var i=n.type;return(n=n.nodeName)&&n.toLowerCase()==="input"&&(i==="checkbox"||i==="radio")}function _u(n){var i=xn(n)?"checked":"value",l=Object.getOwnPropertyDescriptor(n.constructor.prototype,i),p=""+n[i];if(!n.hasOwnProperty(i)&&typeof l<"u"&&typeof l.get=="function"&&typeof l.set=="function"){var m=l.get,w=l.set;return Object.defineProperty(n,i,{configurable:!0,get:function(){return m.call(this)},set:function(R){p=""+R,w.call(this,R)}}),Object.defineProperty(n,i,{enumerable:l.enumerable}),{getValue:function(){return p},setValue:function(R){p=""+R},stopTracking:function(){n._valueTracker=null,delete n[i]}}}}function Xo(n){n._valueTracker||(n._valueTracker=_u(n))}function Ft(n){if(!n)return!1;var i=n._valueTracker;if(!i)return!0;var l=i.getValue(),p="";return n&&(p=xn(n)?n.checked?"true":"false":n.value),n=p,n!==l?(i.setValue(n),!0):!1}function nf(n){if(n=n||(typeof document<"u"?document:void 0),typeof n>"u")return null;try{return n.activeElement||n.body}catch{return n.body}}function Nr(n,i){var l=i.checked;return Y({},i,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:l??n._wrapperState.initialChecked})}function gi(n,i){var l=i.defaultValue==null?"":i.defaultValue,p=i.checked!=null?i.checked:i.defaultChecked;l=Gt(i.value!=null?i.value:l),n._wrapperState={initialChecked:p,initialValue:l,controlled:i.type==="checkbox"||i.type==="radio"?i.checked!=null:i.value!=null}}function yn(n,i){i=i.checked,i!=null&&bt(n,"checked",i,!1)}function gn(n,i){yn(n,i);var l=Gt(i.value),p=i.type;if(l!=null)p==="number"?(l===0&&n.value===""||n.value!=l)&&(n.value=""+l):n.value!==""+l&&(n.value=""+l);else if(p==="submit"||p==="reset"){n.removeAttribute("value");return}i.hasOwnProperty("value")?bu(n,i.type,l):i.hasOwnProperty("defaultValue")&&bu(n,i.type,Gt(i.defaultValue)),i.checked==null&&i.defaultChecked!=null&&(n.defaultChecked=!!i.defaultChecked)}function Sp(n,i,l){if(i.hasOwnProperty("value")||i.hasOwnProperty("defaultValue")){var p=i.type;if(!(p!=="submit"&&p!=="reset"||i.value!==void 0&&i.value!==null))return;i=""+n._wrapperState.initialValue,l||i===n.value||(n.value=i),n.defaultValue=i}l=n.name,l!==""&&(n.name=""),n.defaultChecked=!!n._wrapperState.initialChecked,l!==""&&(n.name=l)}function bu(n,i,l){(i!=="number"||nf(n.ownerDocument)!==n)&&(l==null?n.defaultValue=""+n._wrapperState.initialValue:n.defaultValue!==""+l&&(n.defaultValue=""+l))}var os=Array.isArray;function bo(n,i,l,p){if(n=n.options,i){i={};for(var m=0;m<l.length;m++)i["$"+l[m]]=!0;for(l=0;l<n.length;l++)m=i.hasOwnProperty("$"+n[l].value),n[l].selected!==m&&(n[l].selected=m),m&&p&&(n[l].defaultSelected=!0)}else{for(l=""+Gt(l),i=null,m=0;m<n.length;m++){if(n[m].value===l){n[m].selected=!0,p&&(n[m].defaultSelected=!0);return}i!==null||n[m].disabled||(i=n[m])}i!==null&&(i.selected=!0)}}function Ko(n,i){if(i.dangerouslySetInnerHTML!=null)throw Error(L(91));return Y({},i,{value:void 0,defaultValue:void 0,children:""+n._wrapperState.initialValue})}function is(n,i){var l=i.value;if(l==null){if(l=i.children,i=i.defaultValue,l!=null){if(i!=null)throw Error(L(92));if(os(l)){if(1<l.length)throw Error(L(93));l=l[0]}i=l}i==null&&(i=""),l=i}n._wrapperState={initialValue:Gt(l)}}function Eu(n,i){var l=Gt(i.value),p=Gt(i.defaultValue);l!=null&&(l=""+l,l!==n.value&&(n.value=l),i.defaultValue==null&&n.defaultValue!==l&&(n.defaultValue=l)),p!=null&&(n.defaultValue=""+p)}function of(n){var i=n.textContent;i===n._wrapperState.initialValue&&i!==""&&i!==null&&(n.value=i)}function _p(n){switch(n){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 vi(n,i){return n==null||n==="http://www.w3.org/1999/xhtml"?_p(i):n==="http://www.w3.org/2000/svg"&&i==="foreignObject"?"http://www.w3.org/1999/xhtml":n}var wi,jr=(function(n){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(i,l,p,m){MSApp.execUnsafeLocalFunction(function(){return n(i,l,p,m)})}:n})(function(n,i){if(n.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in n)n.innerHTML=i;else{for(wi=wi||document.createElement("div"),wi.innerHTML="<svg>"+i.valueOf().toString()+"</svg>",i=wi.firstChild;n.firstChild;)n.removeChild(n.firstChild);for(;i.firstChild;)n.appendChild(i.firstChild)}});function la(n,i){if(i){var l=n.firstChild;if(l&&l===n.lastChild&&l.nodeType===3){l.nodeValue=i;return}}n.textContent=i}var Jo={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},Ru=["Webkit","ms","Moz","O"];Object.keys(Jo).forEach(function(n){Ru.forEach(function(i){i=i+n.charAt(0).toUpperCase()+n.substring(1),Jo[i]=Jo[n]})});function nl(n,i,l){return i==null||typeof i=="boolean"||i===""?"":l||typeof i!="number"||i===0||Jo.hasOwnProperty(n)&&Jo[n]?(""+i).trim():i+"px"}function xu(n,i){n=n.style;for(var l in i)if(i.hasOwnProperty(l)){var p=l.indexOf("--")===0,m=nl(l,i[l],p);l==="float"&&(l="cssFloat"),p?n.setProperty(l,m):n[l]=m}}var ua=Y({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 Tu(n,i){if(i){if(ua[n]&&(i.children!=null||i.dangerouslySetInnerHTML!=null))throw Error(L(137,n));if(i.dangerouslySetInnerHTML!=null){if(i.children!=null)throw Error(L(60));if(typeof i.dangerouslySetInnerHTML!="object"||!("__html"in i.dangerouslySetInnerHTML))throw Error(L(61))}if(i.style!=null&&typeof i.style!="object")throw Error(L(62))}}function ca(n,i){if(n.indexOf("-")===-1)return typeof i.is=="string";switch(n){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 as=null;function af(n){return n=n.target||n.srcElement||window,n.correspondingUseElement&&(n=n.correspondingUseElement),n.nodeType===3?n.parentNode:n}var Cu=null,Si=null,_i=null;function sf(n){if(n=Ul(n)){if(typeof Cu!="function")throw Error(L(280));var i=n.stateNode;i&&(i=en(i),Cu(n.stateNode,n.type,i))}}function bp(n){Si?_i?_i.push(n):_i=[n]:Si=n}function lf(){if(Si){var n=Si,i=_i;if(_i=Si=null,sf(n),i)for(n=0;n<i.length;n++)sf(i[n])}}function ol(n,i){return n(i)}function uf(){}var ss=!1;function Ep(n,i,l){if(ss)return n(i,l);ss=!0;try{return ol(n,i,l)}finally{ss=!1,(Si!==null||_i!==null)&&(uf(),lf())}}function fa(n,i){var l=n.stateNode;if(l===null)return null;var p=en(l);if(p===null)return null;l=p[i];e:switch(i){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(p=!p.disabled)||(n=n.type,p=!(n==="button"||n==="input"||n==="select"||n==="textarea")),n=!p;break e;default:n=!1}if(n)return null;if(l&&typeof l!="function")throw Error(L(231,i,typeof l));return l}var da=!1;if(ae)try{var pa={};Object.defineProperty(pa,"passive",{get:function(){da=!0}}),window.addEventListener("test",pa,pa),window.removeEventListener("test",pa,pa)}catch{da=!1}function Wy(n,i,l,p,m,w,R,M,z){var te=Array.prototype.slice.call(arguments,3);try{i.apply(l,te)}catch(_e){this.onError(_e)}}var ls=!1,eo=null,us=!1,Au=null,il={onError:function(n){ls=!0,eo=n}};function al(n,i,l,p,m,w,R,M,z){ls=!1,eo=null,Wy.apply(il,arguments)}function Rp(n,i,l,p,m,w,R,M,z){if(al.apply(this,arguments),ls){if(ls){var te=eo;ls=!1,eo=null}else throw Error(L(198));us||(us=!0,Au=te)}}function ha(n){var i=n,l=n;if(n.alternate)for(;i.return;)i=i.return;else{n=i;do i=n,(i.flags&4098)!==0&&(l=i.return),n=i.return;while(n)}return i.tag===3?l:null}function xp(n){if(n.tag===13){var i=n.memoizedState;if(i===null&&(n=n.alternate,n!==null&&(i=n.memoizedState)),i!==null)return i.dehydrated}return null}function Tn(n){if(ha(n)!==n)throw Error(L(188))}function sl(n){var i=n.alternate;if(!i){if(i=ha(n),i===null)throw Error(L(188));return i!==n?null:n}for(var l=n,p=i;;){var m=l.return;if(m===null)break;var w=m.alternate;if(w===null){if(p=m.return,p!==null){l=p;continue}break}if(m.child===w.child){for(w=m.child;w;){if(w===l)return Tn(m),n;if(w===p)return Tn(m),i;w=w.sibling}throw Error(L(188))}if(l.return!==p.return)l=m,p=w;else{for(var R=!1,M=m.child;M;){if(M===l){R=!0,l=m,p=w;break}if(M===p){R=!0,p=m,l=w;break}M=M.sibling}if(!R){for(M=w.child;M;){if(M===l){R=!0,l=w,p=m;break}if(M===p){R=!0,p=w,l=m;break}M=M.sibling}if(!R)throw Error(L(189))}}if(l.alternate!==p)throw Error(L(190))}if(l.tag!==3)throw Error(L(188));return l.stateNode.current===l?n:i}function Tp(n){return n=sl(n),n!==null?Cp(n):null}function Cp(n){if(n.tag===5||n.tag===6)return n;for(n=n.child;n!==null;){var i=Cp(n);if(i!==null)return i;n=n.sibling}return null}var Ap=H.unstable_scheduleCallback,Pp=H.unstable_cancelCallback,Gy=H.unstable_shouldYield,Yy=H.unstable_requestPaint,xr=H.unstable_now,Xy=H.unstable_getCurrentPriorityLevel,cf=H.unstable_ImmediatePriority,Op=H.unstable_UserBlockingPriority,ll=H.unstable_NormalPriority,Ky=H.unstable_LowPriority,ul=H.unstable_IdlePriority,cl=null,ko=null;function Jy(n){if(ko&&typeof ko.onCommitFiberRoot=="function")try{ko.onCommitFiberRoot(cl,n,void 0,(n.current.flags&128)===128)}catch{}}var to=Math.clz32?Math.clz32:Rw,Qy=Math.log,qy=Math.LN2;function Rw(n){return n>>>=0,n===0?32:31-(Qy(n)/qy|0)|0}var fl=64,bi=4194304;function ma(n){switch(n&-n){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 n&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return n&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return n}}function cs(n,i){var l=n.pendingLanes;if(l===0)return 0;var p=0,m=n.suspendedLanes,w=n.pingedLanes,R=l&268435455;if(R!==0){var M=R&~m;M!==0?p=ma(M):(w&=R,w!==0&&(p=ma(w)))}else R=l&~m,R!==0?p=ma(R):w!==0&&(p=ma(w));if(p===0)return 0;if(i!==0&&i!==p&&(i&m)===0&&(m=p&-p,w=i&-i,m>=w||m===16&&(w&4194240)!==0))return i;if((p&4)!==0&&(p|=l&16),i=n.entangledLanes,i!==0)for(n=n.entanglements,i&=p;0<i;)l=31-to(i),m=1<<l,p|=n[l],i&=~m;return p}function Zy(n,i){switch(n){case 1:case 2:case 4:return i+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 i+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 ff(n,i){for(var l=n.suspendedLanes,p=n.pingedLanes,m=n.expirationTimes,w=n.pendingLanes;0<w;){var R=31-to(w),M=1<<R,z=m[R];z===-1?((M&l)===0||(M&p)!==0)&&(m[R]=Zy(M,i)):z<=i&&(n.expiredLanes|=M),w&=~M}}function df(n){return n=n.pendingLanes&-1073741825,n!==0?n:n&1073741824?1073741824:0}function kp(){var n=fl;return fl<<=1,(fl&4194240)===0&&(fl=64),n}function pf(n){for(var i=[],l=0;31>l;l++)i.push(n);return i}function dl(n,i,l){n.pendingLanes|=i,i!==536870912&&(n.suspendedLanes=0,n.pingedLanes=0),n=n.eventTimes,i=31-to(i),n[i]=l}function Pu(n,i){var l=n.pendingLanes&~i;n.pendingLanes=i,n.suspendedLanes=0,n.pingedLanes=0,n.expiredLanes&=i,n.mutableReadLanes&=i,n.entangledLanes&=i,i=n.entanglements;var p=n.eventTimes;for(n=n.expirationTimes;0<l;){var m=31-to(l),w=1<<m;i[m]=0,p[m]=-1,n[m]=-1,l&=~w}}function fs(n,i){var l=n.entangledLanes|=i;for(n=n.entanglements;l;){var p=31-to(l),m=1<<p;m&i|n[p]&i&&(n[p]|=i),l&=~m}}var Kt=0;function pl(n){return n&=-n,1<n?4<n?(n&268435455)!==0?16:536870912:4:1}var eg,Ou,Mp,Lp,ds,hf=!1,ku=[],Qo=null,qo=null,Zo=null,hl=new Map,ml=new Map,Mo=[],Np="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 mf(n,i){switch(n){case"focusin":case"focusout":Qo=null;break;case"dragenter":case"dragleave":qo=null;break;case"mouseover":case"mouseout":Zo=null;break;case"pointerover":case"pointerout":hl.delete(i.pointerId);break;case"gotpointercapture":case"lostpointercapture":ml.delete(i.pointerId)}}function yl(n,i,l,p,m,w){return n===null||n.nativeEvent!==w?(n={blockedOn:i,domEventName:l,eventSystemFlags:p,nativeEvent:w,targetContainers:[m]},i!==null&&(i=Ul(i),i!==null&&Ou(i)),n):(n.eventSystemFlags|=p,i=n.targetContainers,m!==null&&i.indexOf(m)===-1&&i.push(m),n)}function tg(n,i,l,p,m){switch(i){case"focusin":return Qo=yl(Qo,n,i,l,p,m),!0;case"dragenter":return qo=yl(qo,n,i,l,p,m),!0;case"mouseover":return Zo=yl(Zo,n,i,l,p,m),!0;case"pointerover":var w=m.pointerId;return hl.set(w,yl(hl.get(w)||null,n,i,l,p,m)),!0;case"gotpointercapture":return w=m.pointerId,ml.set(w,yl(ml.get(w)||null,n,i,l,p,m)),!0}return!1}function Dp(n){var i=Pi(n.target);if(i!==null){var l=ha(i);if(l!==null){if(i=l.tag,i===13){if(i=xp(l),i!==null){n.blockedOn=i,ds(n.priority,function(){Mp(l)});return}}else if(i===3&&l.stateNode.current.memoizedState.isDehydrated){n.blockedOn=l.tag===3?l.stateNode.containerInfo:null;return}}}n.blockedOn=null}function Mu(n){if(n.blockedOn!==null)return!1;for(var i=n.targetContainers;0<i.length;){var l=Nu(n.domEventName,n.eventSystemFlags,i[0],n.nativeEvent);if(l===null){l=n.nativeEvent;var p=new l.constructor(l.type,l);as=p,l.target.dispatchEvent(p),as=null}else return i=Ul(l),i!==null&&Ou(i),n.blockedOn=l,!1;i.shift()}return!0}function yf(n,i,l){Mu(n)&&l.delete(i)}function Lu(){hf=!1,Qo!==null&&Mu(Qo)&&(Qo=null),qo!==null&&Mu(qo)&&(qo=null),Zo!==null&&Mu(Zo)&&(Zo=null),hl.forEach(yf),ml.forEach(yf)}function ei(n,i){n.blockedOn===i&&(n.blockedOn=null,hf||(hf=!0,H.unstable_scheduleCallback(H.unstable_NormalPriority,Lu)))}function Ei(n){function i(m){return ei(m,n)}if(0<ku.length){ei(ku[0],n);for(var l=1;l<ku.length;l++){var p=ku[l];p.blockedOn===n&&(p.blockedOn=null)}}for(Qo!==null&&ei(Qo,n),qo!==null&&ei(qo,n),Zo!==null&&ei(Zo,n),hl.forEach(i),ml.forEach(i),l=0;l<Mo.length;l++)p=Mo[l],p.blockedOn===n&&(p.blockedOn=null);for(;0<Mo.length&&(l=Mo[0],l.blockedOn===null);)Dp(l),l.blockedOn===null&&Mo.shift()}var Ri=me.ReactCurrentBatchConfig,gl=!0;function Ip(n,i,l,p){var m=Kt,w=Ri.transition;Ri.transition=null;try{Kt=1,gf(n,i,l,p)}finally{Kt=m,Ri.transition=w}}function rg(n,i,l,p){var m=Kt,w=Ri.transition;Ri.transition=null;try{Kt=4,gf(n,i,l,p)}finally{Kt=m,Ri.transition=w}}function gf(n,i,l,p){if(gl){var m=Nu(n,i,l,p);if(m===null)Il(n,i,p,vl,l),mf(n,p);else if(tg(m,n,i,l,p))p.stopPropagation();else if(mf(n,p),i&4&&-1<Np.indexOf(n)){for(;m!==null;){var w=Ul(m);if(w!==null&&eg(w),w=Nu(n,i,l,p),w===null&&Il(n,i,p,vl,l),w===m)break;m=w}m!==null&&p.stopPropagation()}else Il(n,i,p,null,l)}}var vl=null;function Nu(n,i,l,p){if(vl=null,n=af(p),n=Pi(n),n!==null)if(i=ha(n),i===null)n=null;else if(l=i.tag,l===13){if(n=xp(i),n!==null)return n;n=null}else if(l===3){if(i.stateNode.current.memoizedState.isDehydrated)return i.tag===3?i.stateNode.containerInfo:null;n=null}else i!==n&&(n=null);return vl=n,null}function Fp(n){switch(n){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(Xy()){case cf:return 1;case Op:return 4;case ll:case Ky:return 16;case ul:return 536870912;default:return 16}default:return 16}}var ya=null,Du=null,Cn=null;function jp(){if(Cn)return Cn;var n,i=Du,l=i.length,p,m="value"in ya?ya.value:ya.textContent,w=m.length;for(n=0;n<l&&i[n]===m[n];n++);var R=l-n;for(p=1;p<=R&&i[l-p]===m[w-p];p++);return Cn=m.slice(n,1<p?1-p:void 0)}function wl(n){var i=n.keyCode;return"charCode"in n?(n=n.charCode,n===0&&i===13&&(n=13)):n=i,n===10&&(n=13),32<=n||n===13?n:0}function Iu(){return!0}function ng(){return!1}function zn(n){function i(l,p,m,w,R){this._reactName=l,this._targetInst=m,this.type=p,this.nativeEvent=w,this.target=R,this.currentTarget=null;for(var M in n)n.hasOwnProperty(M)&&(l=n[M],this[M]=l?l(w):w[M]);return this.isDefaultPrevented=(w.defaultPrevented!=null?w.defaultPrevented:w.returnValue===!1)?Iu:ng,this.isPropagationStopped=ng,this}return Y(i.prototype,{preventDefault:function(){this.defaultPrevented=!0;var l=this.nativeEvent;l&&(l.preventDefault?l.preventDefault():typeof l.returnValue!="unknown"&&(l.returnValue=!1),this.isDefaultPrevented=Iu)},stopPropagation:function(){var l=this.nativeEvent;l&&(l.stopPropagation?l.stopPropagation():typeof l.cancelBubble!="unknown"&&(l.cancelBubble=!0),this.isPropagationStopped=Iu)},persist:function(){},isPersistent:Iu}),i}var Sl={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(n){return n.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},_l=zn(Sl),ps=Y({},Sl,{view:0,detail:0}),ga=zn(ps),vf,zp,hs,bl=Y({},ps,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Fu,button:0,buttons:0,relatedTarget:function(n){return n.relatedTarget===void 0?n.fromElement===n.srcElement?n.toElement:n.fromElement:n.relatedTarget},movementX:function(n){return"movementX"in n?n.movementX:(n!==hs&&(hs&&n.type==="mousemove"?(vf=n.screenX-hs.screenX,zp=n.screenY-hs.screenY):zp=vf=0,hs=n),vf)},movementY:function(n){return"movementY"in n?n.movementY:zp}}),Up=zn(bl),$p=Y({},bl,{dataTransfer:0}),Hp=zn($p),Bp=Y({},ps,{relatedTarget:0}),wf=zn(Bp),og=Y({},Sl,{animationName:0,elapsedTime:0,pseudoElement:0}),ig=zn(og),Sf=Y({},Sl,{clipboardData:function(n){return"clipboardData"in n?n.clipboardData:window.clipboardData}}),ag=zn(Sf),Vp=Y({},Sl,{data:0}),_f=zn(Vp),sg={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},lg={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"},Wp={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function ug(n){var i=this.nativeEvent;return i.getModifierState?i.getModifierState(n):(n=Wp[n])?!!i[n]:!1}function Fu(){return ug}var Gp=Y({},ps,{key:function(n){if(n.key){var i=sg[n.key]||n.key;if(i!=="Unidentified")return i}return n.type==="keypress"?(n=wl(n),n===13?"Enter":String.fromCharCode(n)):n.type==="keydown"||n.type==="keyup"?lg[n.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Fu,charCode:function(n){return n.type==="keypress"?wl(n):0},keyCode:function(n){return n.type==="keydown"||n.type==="keyup"?n.keyCode:0},which:function(n){return n.type==="keypress"?wl(n):n.type==="keydown"||n.type==="keyup"?n.keyCode:0}}),ms=zn(Gp),ju=Y({},bl,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),El=zn(ju),Rl=Y({},ps,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Fu}),Yp=zn(Rl),zu=Y({},Sl,{propertyName:0,elapsedTime:0,pseudoElement:0}),Xp=zn(zu),Kp=Y({},bl,{deltaX:function(n){return"deltaX"in n?n.deltaX:"wheelDeltaX"in n?-n.wheelDeltaX:0},deltaY:function(n){return"deltaY"in n?n.deltaY:"wheelDeltaY"in n?-n.wheelDeltaY:"wheelDelta"in n?-n.wheelDelta:0},deltaZ:0,deltaMode:0}),Jp=zn(Kp),cg=[9,13,27,32],va=ae&&"CompositionEvent"in window,xl=null;ae&&"documentMode"in document&&(xl=document.documentMode);var bf=ae&&"TextEvent"in window&&!xl,Ef=ae&&(!va||xl&&8<xl&&11>=xl),Rf=" ",xf=!1;function Tf(n,i){switch(n){case"keyup":return cg.indexOf(i.keyCode)!==-1;case"keydown":return i.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Cf(n){return n=n.detail,typeof n=="object"&&"data"in n?n.data:null}var ys=!1;function Qp(n,i){switch(n){case"compositionend":return Cf(i);case"keypress":return i.which!==32?null:(xf=!0,Rf);case"textInput":return n=i.data,n===Rf&&xf?null:n;default:return null}}function fg(n,i){if(ys)return n==="compositionend"||!va&&Tf(n,i)?(n=jp(),Cn=Du=ya=null,ys=!1,n):null;switch(n){case"paste":return null;case"keypress":if(!(i.ctrlKey||i.altKey||i.metaKey)||i.ctrlKey&&i.altKey){if(i.char&&1<i.char.length)return i.char;if(i.which)return String.fromCharCode(i.which)}return null;case"compositionend":return Ef&&i.locale!=="ko"?null:i.data;default:return null}}var qp={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 Zp(n){var i=n&&n.nodeName&&n.nodeName.toLowerCase();return i==="input"?!!qp[n.type]:i==="textarea"}function Af(n,i,l,p){bp(p),i=Wu(i,"onChange"),0<i.length&&(l=new _l("onChange","change",null,l,p),n.push({event:l,listeners:i}))}var Tl=null,Cl=null;function dg(n){If(n,0)}function Uu(n){var i=Es(n);if(Ft(i))return n}function pg(n,i){if(n==="change")return i}var eh=!1;if(ae){var Pf;if(ae){var gs="oninput"in document;if(!gs){var th=document.createElement("div");th.setAttribute("oninput","return;"),gs=typeof th.oninput=="function"}Pf=gs}else Pf=!1;eh=Pf&&(!document.documentMode||9<document.documentMode)}function rh(){Tl&&(Tl.detachEvent("onpropertychange",nh),Cl=Tl=null)}function nh(n){if(n.propertyName==="value"&&Uu(Cl)){var i=[];Af(i,Cl,n,af(n)),Ep(dg,i)}}function hg(n,i,l){n==="focusin"?(rh(),Tl=i,Cl=l,Tl.attachEvent("onpropertychange",nh)):n==="focusout"&&rh()}function mg(n){if(n==="selectionchange"||n==="keyup"||n==="keydown")return Uu(Cl)}function Tr(n,i){if(n==="click")return Uu(i)}function vs(n,i){if(n==="input"||n==="change")return Uu(i)}function wa(n,i){return n===i&&(n!==0||1/n===1/i)||n!==n&&i!==i}var An=typeof Object.is=="function"?Object.is:wa;function ws(n,i){if(An(n,i))return!0;if(typeof n!="object"||n===null||typeof i!="object"||i===null)return!1;var l=Object.keys(n),p=Object.keys(i);if(l.length!==p.length)return!1;for(p=0;p<l.length;p++){var m=l[p];if(!ye.call(i,m)||!An(n[m],i[m]))return!1}return!0}function Of(n){for(;n&&n.firstChild;)n=n.firstChild;return n}function oh(n,i){var l=Of(n);n=0;for(var p;l;){if(l.nodeType===3){if(p=n+l.textContent.length,n<=i&&p>=i)return{node:l,offset:i-n};n=p}e:{for(;l;){if(l.nextSibling){l=l.nextSibling;break e}l=l.parentNode}l=void 0}l=Of(l)}}function ih(n,i){return n&&i?n===i?!0:n&&n.nodeType===3?!1:i&&i.nodeType===3?ih(n,i.parentNode):"contains"in n?n.contains(i):n.compareDocumentPosition?!!(n.compareDocumentPosition(i)&16):!1:!1}function ah(){for(var n=window,i=nf();i instanceof n.HTMLIFrameElement;){try{var l=typeof i.contentWindow.location.href=="string"}catch{l=!1}if(l)n=i.contentWindow;else break;i=nf(n.document)}return i}function kf(n){var i=n&&n.nodeName&&n.nodeName.toLowerCase();return i&&(i==="input"&&(n.type==="text"||n.type==="search"||n.type==="tel"||n.type==="url"||n.type==="password")||i==="textarea"||n.contentEditable==="true")}function yg(n){var i=ah(),l=n.focusedElem,p=n.selectionRange;if(i!==l&&l&&l.ownerDocument&&ih(l.ownerDocument.documentElement,l)){if(p!==null&&kf(l)){if(i=p.start,n=p.end,n===void 0&&(n=i),"selectionStart"in l)l.selectionStart=i,l.selectionEnd=Math.min(n,l.value.length);else if(n=(i=l.ownerDocument||document)&&i.defaultView||window,n.getSelection){n=n.getSelection();var m=l.textContent.length,w=Math.min(p.start,m);p=p.end===void 0?w:Math.min(p.end,m),!n.extend&&w>p&&(m=p,p=w,w=m),m=oh(l,w);var R=oh(l,p);m&&R&&(n.rangeCount!==1||n.anchorNode!==m.node||n.anchorOffset!==m.offset||n.focusNode!==R.node||n.focusOffset!==R.offset)&&(i=i.createRange(),i.setStart(m.node,m.offset),n.removeAllRanges(),w>p?(n.addRange(i),n.extend(R.node,R.offset)):(i.setEnd(R.node,R.offset),n.addRange(i)))}}for(i=[],n=l;n=n.parentNode;)n.nodeType===1&&i.push({element:n,left:n.scrollLeft,top:n.scrollTop});for(typeof l.focus=="function"&&l.focus(),l=0;l<i.length;l++)n=i[l],n.element.scrollLeft=n.left,n.element.scrollTop=n.top}}var sh=ae&&"documentMode"in document&&11>=document.documentMode,Sa=null,Al=null,Pl=null,Mf=!1;function $u(n,i,l){var p=l.window===l?l.document:l.nodeType===9?l:l.ownerDocument;Mf||Sa==null||Sa!==nf(p)||(p=Sa,"selectionStart"in p&&kf(p)?p={start:p.selectionStart,end:p.selectionEnd}:(p=(p.ownerDocument&&p.ownerDocument.defaultView||window).getSelection(),p={anchorNode:p.anchorNode,anchorOffset:p.anchorOffset,focusNode:p.focusNode,focusOffset:p.focusOffset}),Pl&&ws(Pl,p)||(Pl=p,p=Wu(Al,"onSelect"),0<p.length&&(i=new _l("onSelect","select",null,i,l),n.push({event:i,listeners:p}),i.target=Sa)))}function Hu(n,i){var l={};return l[n.toLowerCase()]=i.toLowerCase(),l["Webkit"+n]="webkit"+i,l["Moz"+n]="moz"+i,l}var Lo={animationend:Hu("Animation","AnimationEnd"),animationiteration:Hu("Animation","AnimationIteration"),animationstart:Hu("Animation","AnimationStart"),transitionend:Hu("Transition","TransitionEnd")},Ol={},kl={};ae&&(kl=document.createElement("div").style,"AnimationEvent"in window||(delete Lo.animationend.animation,delete Lo.animationiteration.animation,delete Lo.animationstart.animation),"TransitionEvent"in window||delete Lo.transitionend.transition);function Ml(n){if(Ol[n])return Ol[n];if(!Lo[n])return n;var i=Lo[n],l;for(l in i)if(i.hasOwnProperty(l)&&l in kl)return Ol[n]=i[l];return n}var Lf=Ml("animationend"),xi=Ml("animationiteration"),Ti=Ml("animationstart"),Nf=Ml("transitionend"),lh=new Map,Ll="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 ti(n,i){lh.set(n,i),se(i,[n])}for(var Ci=0;Ci<Ll.length;Ci++){var Bu=Ll[Ci],Vu=Bu.toLowerCase(),gg=Bu[0].toUpperCase()+Bu.slice(1);ti(Vu,"on"+gg)}ti(Lf,"onAnimationEnd"),ti(xi,"onAnimationIteration"),ti(Ti,"onAnimationStart"),ti("dblclick","onDoubleClick"),ti("focusin","onFocus"),ti("focusout","onBlur"),ti(Nf,"onTransitionEnd"),ee("onMouseEnter",["mouseout","mouseover"]),ee("onMouseLeave",["mouseout","mouseover"]),ee("onPointerEnter",["pointerout","pointerover"]),ee("onPointerLeave",["pointerout","pointerover"]),se("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),se("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),se("onBeforeInput",["compositionend","keypress","textInput","paste"]),se("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),se("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),se("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Nl="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(" "),uh=new Set("cancel close invalid load scroll toggle".split(" ").concat(Nl));function Df(n,i,l){var p=n.type||"unknown-event";n.currentTarget=l,Rp(p,i,void 0,n),n.currentTarget=null}function If(n,i){i=(i&4)!==0;for(var l=0;l<n.length;l++){var p=n[l],m=p.event;p=p.listeners;e:{var w=void 0;if(i)for(var R=p.length-1;0<=R;R--){var M=p[R],z=M.instance,te=M.currentTarget;if(M=M.listener,z!==w&&m.isPropagationStopped())break e;Df(m,M,te),w=z}else for(R=0;R<p.length;R++){if(M=p[R],z=M.instance,te=M.currentTarget,M=M.listener,z!==w&&m.isPropagationStopped())break e;Df(m,M,te),w=z}}}if(us)throw n=Au,us=!1,Au=null,n}function rr(n,i){var l=i[Ai];l===void 0&&(l=i[Ai]=new Set);var p=n+"__bubble";l.has(p)||(jf(i,n,2,!1),l.add(p))}function Ff(n,i,l){var p=0;i&&(p|=4),jf(l,n,p,i)}var Dl="_reactListening"+Math.random().toString(36).slice(2);function _a(n){if(!n[Dl]){n[Dl]=!0,V.forEach(function(l){l!=="selectionchange"&&(uh.has(l)||Ff(l,!1,n),Ff(l,!0,n))});var i=n.nodeType===9?n:n.ownerDocument;i===null||i[Dl]||(i[Dl]=!0,Ff("selectionchange",!1,i))}}function jf(n,i,l,p){switch(Fp(i)){case 1:var m=Ip;break;case 4:m=rg;break;default:m=gf}l=m.bind(null,i,l,n),m=void 0,!da||i!=="touchstart"&&i!=="touchmove"&&i!=="wheel"||(m=!0),p?m!==void 0?n.addEventListener(i,l,{capture:!0,passive:m}):n.addEventListener(i,l,!0):m!==void 0?n.addEventListener(i,l,{passive:m}):n.addEventListener(i,l,!1)}function Il(n,i,l,p,m){var w=p;if((i&1)===0&&(i&2)===0&&p!==null)e:for(;;){if(p===null)return;var R=p.tag;if(R===3||R===4){var M=p.stateNode.containerInfo;if(M===m||M.nodeType===8&&M.parentNode===m)break;if(R===4)for(R=p.return;R!==null;){var z=R.tag;if((z===3||z===4)&&(z=R.stateNode.containerInfo,z===m||z.nodeType===8&&z.parentNode===m))return;R=R.return}for(;M!==null;){if(R=Pi(M),R===null)return;if(z=R.tag,z===5||z===6){p=w=R;continue e}M=M.parentNode}}p=p.return}Ep(function(){var te=w,_e=af(l),be=[];e:{var we=lh.get(n);if(we!==void 0){var $e=_l,Je=n;switch(n){case"keypress":if(wl(l)===0)break e;case"keydown":case"keyup":$e=ms;break;case"focusin":Je="focus",$e=wf;break;case"focusout":Je="blur",$e=wf;break;case"beforeblur":case"afterblur":$e=wf;break;case"click":if(l.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":$e=Up;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":$e=Hp;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":$e=Yp;break;case Lf:case xi:case Ti:$e=ig;break;case Nf:$e=Xp;break;case"scroll":$e=ga;break;case"wheel":$e=Jp;break;case"copy":case"cut":case"paste":$e=ag;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":$e=El}var et=(i&4)!==0,Or=!et&&n==="scroll",K=et?we!==null?we+"Capture":null:we;et=[];for(var W=te,Z;W!==null;){Z=W;var Ae=Z.stateNode;if(Z.tag===5&&Ae!==null&&(Z=Ae,K!==null&&(Ae=fa(W,K),Ae!=null&&et.push(Fl(W,Ae,Z)))),Or)break;W=W.return}0<et.length&&(we=new $e(we,Je,null,l,_e),be.push({event:we,listeners:et}))}}if((i&7)===0){e:{if(we=n==="mouseover"||n==="pointerover",$e=n==="mouseout"||n==="pointerout",we&&l!==as&&(Je=l.relatedTarget||l.fromElement)&&(Pi(Je)||Je[ro]))break e;if(($e||we)&&(we=_e.window===_e?_e:(we=_e.ownerDocument)?we.defaultView||we.parentWindow:window,$e?(Je=l.relatedTarget||l.toElement,$e=te,Je=Je?Pi(Je):null,Je!==null&&(Or=ha(Je),Je!==Or||Je.tag!==5&&Je.tag!==6)&&(Je=null)):($e=null,Je=te),$e!==Je)){if(et=Up,Ae="onMouseLeave",K="onMouseEnter",W="mouse",(n==="pointerout"||n==="pointerover")&&(et=El,Ae="onPointerLeave",K="onPointerEnter",W="pointer"),Or=$e==null?we:Es($e),Z=Je==null?we:Es(Je),we=new et(Ae,W+"leave",$e,l,_e),we.target=Or,we.relatedTarget=Z,Ae=null,Pi(_e)===te&&(et=new et(K,W+"enter",Je,l,_e),et.target=Z,et.relatedTarget=Or,Ae=et),Or=Ae,$e&&Je)t:{for(et=$e,K=Je,W=0,Z=et;Z;Z=Ss(Z))W++;for(Z=0,Ae=K;Ae;Ae=Ss(Ae))Z++;for(;0<W-Z;)et=Ss(et),W--;for(;0<Z-W;)K=Ss(K),Z--;for(;W--;){if(et===K||K!==null&&et===K.alternate)break t;et=Ss(et),K=Ss(K)}et=null}else et=null;$e!==null&&ch(be,we,$e,et,!1),Je!==null&&Or!==null&&ch(be,Or,Je,et,!0)}}e:{if(we=te?Es(te):window,$e=we.nodeName&&we.nodeName.toLowerCase(),$e==="select"||$e==="input"&&we.type==="file")var Ye=pg;else if(Zp(we))if(eh)Ye=vs;else{Ye=mg;var ut=hg}else($e=we.nodeName)&&$e.toLowerCase()==="input"&&(we.type==="checkbox"||we.type==="radio")&&(Ye=Tr);if(Ye&&(Ye=Ye(n,te))){Af(be,Ye,l,_e);break e}ut&&ut(n,we,te),n==="focusout"&&(ut=we._wrapperState)&&ut.controlled&&we.type==="number"&&bu(we,"number",we.value)}switch(ut=te?Es(te):window,n){case"focusin":(Zp(ut)||ut.contentEditable==="true")&&(Sa=ut,Al=te,Pl=null);break;case"focusout":Pl=Al=Sa=null;break;case"mousedown":Mf=!0;break;case"contextmenu":case"mouseup":case"dragend":Mf=!1,$u(be,l,_e);break;case"selectionchange":if(sh)break;case"keydown":case"keyup":$u(be,l,_e)}var ct;if(va)e:{switch(n){case"compositionstart":var yt="onCompositionStart";break e;case"compositionend":yt="onCompositionEnd";break e;case"compositionupdate":yt="onCompositionUpdate";break e}yt=void 0}else ys?Tf(n,l)&&(yt="onCompositionEnd"):n==="keydown"&&l.keyCode===229&&(yt="onCompositionStart");yt&&(Ef&&l.locale!=="ko"&&(ys||yt!=="onCompositionStart"?yt==="onCompositionEnd"&&ys&&(ct=jp()):(ya=_e,Du="value"in ya?ya.value:ya.textContent,ys=!0)),ut=Wu(te,yt),0<ut.length&&(yt=new _f(yt,n,null,l,_e),be.push({event:yt,listeners:ut}),ct?yt.data=ct:(ct=Cf(l),ct!==null&&(yt.data=ct)))),(ct=bf?Qp(n,l):fg(n,l))&&(te=Wu(te,"onBeforeInput"),0<te.length&&(_e=new _f("onBeforeInput","beforeinput",null,l,_e),be.push({event:_e,listeners:te}),_e.data=ct))}If(be,i)})}function Fl(n,i,l){return{instance:n,listener:i,currentTarget:l}}function Wu(n,i){for(var l=i+"Capture",p=[];n!==null;){var m=n,w=m.stateNode;m.tag===5&&w!==null&&(m=w,w=fa(n,l),w!=null&&p.unshift(Fl(n,w,m)),w=fa(n,i),w!=null&&p.push(Fl(n,w,m))),n=n.return}return p}function Ss(n){if(n===null)return null;do n=n.return;while(n&&n.tag!==5);return n||null}function ch(n,i,l,p,m){for(var w=i._reactName,R=[];l!==null&&l!==p;){var M=l,z=M.alternate,te=M.stateNode;if(z!==null&&z===p)break;M.tag===5&&te!==null&&(M=te,m?(z=fa(l,w),z!=null&&R.unshift(Fl(l,z,M))):m||(z=fa(l,w),z!=null&&R.push(Fl(l,z,M)))),l=l.return}R.length!==0&&n.push({event:i,listeners:R})}var vg=/\r\n?/g,wg=/\u0000|\uFFFD/g;function fh(n){return(typeof n=="string"?n:""+n).replace(vg,`
|
|
57
|
-
`).replace(wg,"")}function _s(n,i,l){if(i=fh(i),fh(n)!==i&&l)throw Error(L(425))}function Gu(){}var zf=null,Uf=null;function $f(n,i){return n==="textarea"||n==="noscript"||typeof i.children=="string"||typeof i.children=="number"||typeof i.dangerouslySetInnerHTML=="object"&&i.dangerouslySetInnerHTML!==null&&i.dangerouslySetInnerHTML.__html!=null}var Hf=typeof setTimeout=="function"?setTimeout:void 0,Sg=typeof clearTimeout=="function"?clearTimeout:void 0,dh=typeof Promise=="function"?Promise:void 0,ln=typeof queueMicrotask=="function"?queueMicrotask:typeof dh<"u"?function(n){return dh.resolve(null).then(n).catch(ph)}:Hf;function ph(n){setTimeout(function(){throw n})}function Bf(n,i){var l=i,p=0;do{var m=l.nextSibling;if(n.removeChild(l),m&&m.nodeType===8)if(l=m.data,l==="/$"){if(p===0){n.removeChild(m),Ei(i);return}p--}else l!=="$"&&l!=="$?"&&l!=="$!"||p++;l=m}while(l);Ei(i)}function No(n){for(;n!=null;n=n.nextSibling){var i=n.nodeType;if(i===1||i===3)break;if(i===8){if(i=n.data,i==="$"||i==="$!"||i==="$?")break;if(i==="/$")return null}}return n}function jl(n){n=n.previousSibling;for(var i=0;n;){if(n.nodeType===8){var l=n.data;if(l==="$"||l==="$!"||l==="$?"){if(i===0)return n;i--}else l==="/$"&&i++}n=n.previousSibling}return null}var ba=Math.random().toString(36).slice(2),Un="__reactFiber$"+ba,vn="__reactProps$"+ba,ro="__reactContainer$"+ba,Ai="__reactEvents$"+ba,bs="__reactListeners$"+ba,zl="__reactHandles$"+ba;function Pi(n){var i=n[Un];if(i)return i;for(var l=n.parentNode;l;){if(i=l[ro]||l[Un]){if(l=i.alternate,i.child!==null||l!==null&&l.child!==null)for(n=jl(n);n!==null;){if(l=n[Un])return l;n=jl(n)}return i}n=l,l=n.parentNode}return null}function Ul(n){return n=n[Un]||n[ro],!n||n.tag!==5&&n.tag!==6&&n.tag!==13&&n.tag!==3?null:n}function Es(n){if(n.tag===5||n.tag===6)return n.stateNode;throw Error(L(33))}function en(n){return n[vn]||null}var Yu=[],Do=-1;function Oi(n){return{current:n}}function tr(n){0>Do||(n.current=Yu[Do],Yu[Do]=null,Do--)}function ir(n,i){Do++,Yu[Do]=n.current,n.current=i}var ki={},un=Oi(ki),Pn=Oi(!1),Ea=ki;function Rs(n,i){var l=n.type.contextTypes;if(!l)return ki;var p=n.stateNode;if(p&&p.__reactInternalMemoizedUnmaskedChildContext===i)return p.__reactInternalMemoizedMaskedChildContext;var m={},w;for(w in l)m[w]=i[w];return p&&(n=n.stateNode,n.__reactInternalMemoizedUnmaskedChildContext=i,n.__reactInternalMemoizedMaskedChildContext=m),m}function On(n){return n=n.childContextTypes,n!=null}function Xu(){tr(Pn),tr(un)}function hh(n,i,l){if(un.current!==ki)throw Error(L(168));ir(un,i),ir(Pn,l)}function mh(n,i,l){var p=n.stateNode;if(i=i.childContextTypes,typeof p.getChildContext!="function")return l;p=p.getChildContext();for(var m in p)if(!(m in i))throw Error(L(108,Er(n)||"Unknown",m));return Y({},l,p)}function Ku(n){return n=(n=n.stateNode)&&n.__reactInternalMemoizedMergedChildContext||ki,Ea=un.current,ir(un,n),ir(Pn,Pn.current),!0}function yh(n,i,l){var p=n.stateNode;if(!p)throw Error(L(169));l?(n=mh(n,i,Ea),p.__reactInternalMemoizedMergedChildContext=n,tr(Pn),tr(un),ir(un,n)):tr(Pn),ir(Pn,l)}var ri=null,Mi=!1,Ju=!1;function Li(n){ri===null?ri=[n]:ri.push(n)}function gh(n){Mi=!0,Li(n)}function Io(){if(!Ju&&ri!==null){Ju=!0;var n=0,i=Kt;try{var l=ri;for(Kt=1;n<l.length;n++){var p=l[n];do p=p(!0);while(p!==null)}ri=null,Mi=!1}catch(m){throw ri!==null&&(ri=ri.slice(n+1)),Ap(cf,Io),m}finally{Kt=i,Ju=!1}}return null}var xs=[],Ts=0,Qu=null,qu=0,no=[],oo=0,Ra=null,ni=1,oi="";function xa(n,i){xs[Ts++]=qu,xs[Ts++]=Qu,Qu=n,qu=i}function vh(n,i,l){no[oo++]=ni,no[oo++]=oi,no[oo++]=Ra,Ra=n;var p=ni;n=oi;var m=32-to(p)-1;p&=~(1<<m),l+=1;var w=32-to(i)+m;if(30<w){var R=m-m%5;w=(p&(1<<R)-1).toString(32),p>>=R,m-=R,ni=1<<32-to(i)+m|l<<m|p,oi=w+n}else ni=1<<w|l<<m|p,oi=n}function Zu(n){n.return!==null&&(xa(n,1),vh(n,1,0))}function Vf(n){for(;n===Qu;)Qu=xs[--Ts],xs[Ts]=null,qu=xs[--Ts],xs[Ts]=null;for(;n===Ra;)Ra=no[--oo],no[oo]=null,oi=no[--oo],no[oo]=null,ni=no[--oo],no[oo]=null}var kn=null,$n=null,dr=!1,Eo=null;function wh(n,i){var l=fo(5,null,null,0);l.elementType="DELETED",l.stateNode=i,l.return=n,i=n.deletions,i===null?(n.deletions=[l],n.flags|=16):i.push(l)}function Sh(n,i){switch(n.tag){case 5:var l=n.type;return i=i.nodeType!==1||l.toLowerCase()!==i.nodeName.toLowerCase()?null:i,i!==null?(n.stateNode=i,kn=n,$n=No(i.firstChild),!0):!1;case 6:return i=n.pendingProps===""||i.nodeType!==3?null:i,i!==null?(n.stateNode=i,kn=n,$n=null,!0):!1;case 13:return i=i.nodeType!==8?null:i,i!==null?(l=Ra!==null?{id:ni,overflow:oi}:null,n.memoizedState={dehydrated:i,treeContext:l,retryLane:1073741824},l=fo(18,null,null,0),l.stateNode=i,l.return=n,n.child=l,kn=n,$n=null,!0):!1;default:return!1}}function Wf(n){return(n.mode&1)!==0&&(n.flags&128)===0}function Gf(n){if(dr){var i=$n;if(i){var l=i;if(!Sh(n,i)){if(Wf(n))throw Error(L(418));i=No(l.nextSibling);var p=kn;i&&Sh(n,i)?wh(p,l):(n.flags=n.flags&-4097|2,dr=!1,kn=n)}}else{if(Wf(n))throw Error(L(418));n.flags=n.flags&-4097|2,dr=!1,kn=n}}}function _h(n){for(n=n.return;n!==null&&n.tag!==5&&n.tag!==3&&n.tag!==13;)n=n.return;kn=n}function $l(n){if(n!==kn)return!1;if(!dr)return _h(n),dr=!0,!1;var i;if((i=n.tag!==3)&&!(i=n.tag!==5)&&(i=n.type,i=i!=="head"&&i!=="body"&&!$f(n.type,n.memoizedProps)),i&&(i=$n)){if(Wf(n))throw bh(),Error(L(418));for(;i;)wh(n,i),i=No(i.nextSibling)}if(_h(n),n.tag===13){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(L(317));e:{for(n=n.nextSibling,i=0;n;){if(n.nodeType===8){var l=n.data;if(l==="/$"){if(i===0){$n=No(n.nextSibling);break e}i--}else l!=="$"&&l!=="$!"&&l!=="$?"||i++}n=n.nextSibling}$n=null}}else $n=kn?No(n.stateNode.nextSibling):null;return!0}function bh(){for(var n=$n;n;)n=No(n.nextSibling)}function Hl(){$n=kn=null,dr=!1}function ne(n){Eo===null?Eo=[n]:Eo.push(n)}var Cs=me.ReactCurrentBatchConfig;function As(n,i,l){if(n=l.ref,n!==null&&typeof n!="function"&&typeof n!="object"){if(l._owner){if(l=l._owner,l){if(l.tag!==1)throw Error(L(309));var p=l.stateNode}if(!p)throw Error(L(147,n));var m=p,w=""+n;return i!==null&&i.ref!==null&&typeof i.ref=="function"&&i.ref._stringRef===w?i.ref:(i=function(R){var M=m.refs;R===null?delete M[w]:M[w]=R},i._stringRef=w,i)}if(typeof n!="string")throw Error(L(284));if(!l._owner)throw Error(L(290,n))}return n}function Bl(n,i){throw n=Object.prototype.toString.call(i),Error(L(31,n==="[object Object]"?"object with keys {"+Object.keys(i).join(", ")+"}":n))}function kt(n){var i=n._init;return i(n._payload)}function Yf(n){function i(K,W){if(n){var Z=K.deletions;Z===null?(K.deletions=[W],K.flags|=16):Z.push(W)}}function l(K,W){if(!n)return null;for(;W!==null;)i(K,W),W=W.sibling;return null}function p(K,W){for(K=new Map;W!==null;)W.key!==null?K.set(W.key,W):K.set(W.index,W),W=W.sibling;return K}function m(K,W){return K=Wi(K,W),K.index=0,K.sibling=null,K}function w(K,W,Z){return K.index=Z,n?(Z=K.alternate,Z!==null?(Z=Z.index,Z<W?(K.flags|=2,W):Z):(K.flags|=2,W)):(K.flags|=1048576,W)}function R(K){return n&&K.alternate===null&&(K.flags|=2),K}function M(K,W,Z,Ae){return W===null||W.tag!==6?(W=Ld(Z,K.mode,Ae),W.return=K,W):(W=m(W,Z),W.return=K,W)}function z(K,W,Z,Ae){var Ye=Z.type;return Ye===Vt?_e(K,W,Z.props.children,Ae,Z.key):W!==null&&(W.elementType===Ye||typeof Ye=="object"&&Ye!==null&&Ye.$$typeof===Me&&kt(Ye)===W.type)?(Ae=m(W,Z.props),Ae.ref=As(K,W,Z),Ae.return=K,Ae):(Ae=Cc(Z.type,Z.key,Z.props,null,K.mode,Ae),Ae.ref=As(K,W,Z),Ae.return=K,Ae)}function te(K,W,Z,Ae){return W===null||W.tag!==4||W.stateNode.containerInfo!==Z.containerInfo||W.stateNode.implementation!==Z.implementation?(W=Nn(Z,K.mode,Ae),W.return=K,W):(W=m(W,Z.children||[]),W.return=K,W)}function _e(K,W,Z,Ae,Ye){return W===null||W.tag!==7?(W=Ha(Z,K.mode,Ae,Ye),W.return=K,W):(W=m(W,Z),W.return=K,W)}function be(K,W,Z){if(typeof W=="string"&&W!==""||typeof W=="number")return W=Ld(""+W,K.mode,Z),W.return=K,W;if(typeof W=="object"&&W!==null){switch(W.$$typeof){case ht:return Z=Cc(W.type,W.key,W.props,null,K.mode,Z),Z.ref=As(K,null,W),Z.return=K,Z;case St:return W=Nn(W,K.mode,Z),W.return=K,W;case Me:var Ae=W._init;return be(K,Ae(W._payload),Z)}if(os(W)||Wt(W))return W=Ha(W,K.mode,Z,null),W.return=K,W;Bl(K,W)}return null}function we(K,W,Z,Ae){var Ye=W!==null?W.key:null;if(typeof Z=="string"&&Z!==""||typeof Z=="number")return Ye!==null?null:M(K,W,""+Z,Ae);if(typeof Z=="object"&&Z!==null){switch(Z.$$typeof){case ht:return Z.key===Ye?z(K,W,Z,Ae):null;case St:return Z.key===Ye?te(K,W,Z,Ae):null;case Me:return Ye=Z._init,we(K,W,Ye(Z._payload),Ae)}if(os(Z)||Wt(Z))return Ye!==null?null:_e(K,W,Z,Ae,null);Bl(K,Z)}return null}function $e(K,W,Z,Ae,Ye){if(typeof Ae=="string"&&Ae!==""||typeof Ae=="number")return K=K.get(Z)||null,M(W,K,""+Ae,Ye);if(typeof Ae=="object"&&Ae!==null){switch(Ae.$$typeof){case ht:return K=K.get(Ae.key===null?Z:Ae.key)||null,z(W,K,Ae,Ye);case St:return K=K.get(Ae.key===null?Z:Ae.key)||null,te(W,K,Ae,Ye);case Me:var ut=Ae._init;return $e(K,W,Z,ut(Ae._payload),Ye)}if(os(Ae)||Wt(Ae))return K=K.get(Z)||null,_e(W,K,Ae,Ye,null);Bl(W,Ae)}return null}function Je(K,W,Z,Ae){for(var Ye=null,ut=null,ct=W,yt=W=0,Xr=null;ct!==null&&yt<Z.length;yt++){ct.index>yt?(Xr=ct,ct=null):Xr=ct.sibling;var Dt=we(K,ct,Z[yt],Ae);if(Dt===null){ct===null&&(ct=Xr);break}n&&ct&&Dt.alternate===null&&i(K,ct),W=w(Dt,W,yt),ut===null?Ye=Dt:ut.sibling=Dt,ut=Dt,ct=Xr}if(yt===Z.length)return l(K,ct),dr&&xa(K,yt),Ye;if(ct===null){for(;yt<Z.length;yt++)ct=be(K,Z[yt],Ae),ct!==null&&(W=w(ct,W,yt),ut===null?Ye=ct:ut.sibling=ct,ut=ct);return dr&&xa(K,yt),Ye}for(ct=p(K,ct);yt<Z.length;yt++)Xr=$e(ct,K,yt,Z[yt],Ae),Xr!==null&&(n&&Xr.alternate!==null&&ct.delete(Xr.key===null?yt:Xr.key),W=w(Xr,W,yt),ut===null?Ye=Xr:ut.sibling=Xr,ut=Xr);return n&&ct.forEach(function(Xi){return i(K,Xi)}),dr&&xa(K,yt),Ye}function et(K,W,Z,Ae){var Ye=Wt(Z);if(typeof Ye!="function")throw Error(L(150));if(Z=Ye.call(Z),Z==null)throw Error(L(151));for(var ut=Ye=null,ct=W,yt=W=0,Xr=null,Dt=Z.next();ct!==null&&!Dt.done;yt++,Dt=Z.next()){ct.index>yt?(Xr=ct,ct=null):Xr=ct.sibling;var Xi=we(K,ct,Dt.value,Ae);if(Xi===null){ct===null&&(ct=Xr);break}n&&ct&&Xi.alternate===null&&i(K,ct),W=w(Xi,W,yt),ut===null?Ye=Xi:ut.sibling=Xi,ut=Xi,ct=Xr}if(Dt.done)return l(K,ct),dr&&xa(K,yt),Ye;if(ct===null){for(;!Dt.done;yt++,Dt=Z.next())Dt=be(K,Dt.value,Ae),Dt!==null&&(W=w(Dt,W,yt),ut===null?Ye=Dt:ut.sibling=Dt,ut=Dt);return dr&&xa(K,yt),Ye}for(ct=p(K,ct);!Dt.done;yt++,Dt=Z.next())Dt=$e(ct,K,yt,Dt.value,Ae),Dt!==null&&(n&&Dt.alternate!==null&&ct.delete(Dt.key===null?yt:Dt.key),W=w(Dt,W,yt),ut===null?Ye=Dt:ut.sibling=Dt,ut=Dt);return n&&ct.forEach(function(uu){return i(K,uu)}),dr&&xa(K,yt),Ye}function Or(K,W,Z,Ae){if(typeof Z=="object"&&Z!==null&&Z.type===Vt&&Z.key===null&&(Z=Z.props.children),typeof Z=="object"&&Z!==null){switch(Z.$$typeof){case ht:e:{for(var Ye=Z.key,ut=W;ut!==null;){if(ut.key===Ye){if(Ye=Z.type,Ye===Vt){if(ut.tag===7){l(K,ut.sibling),W=m(ut,Z.props.children),W.return=K,K=W;break e}}else if(ut.elementType===Ye||typeof Ye=="object"&&Ye!==null&&Ye.$$typeof===Me&&kt(Ye)===ut.type){l(K,ut.sibling),W=m(ut,Z.props),W.ref=As(K,ut,Z),W.return=K,K=W;break e}l(K,ut);break}else i(K,ut);ut=ut.sibling}Z.type===Vt?(W=Ha(Z.props.children,K.mode,Ae,Z.key),W.return=K,K=W):(Ae=Cc(Z.type,Z.key,Z.props,null,K.mode,Ae),Ae.ref=As(K,W,Z),Ae.return=K,K=Ae)}return R(K);case St:e:{for(ut=Z.key;W!==null;){if(W.key===ut)if(W.tag===4&&W.stateNode.containerInfo===Z.containerInfo&&W.stateNode.implementation===Z.implementation){l(K,W.sibling),W=m(W,Z.children||[]),W.return=K,K=W;break e}else{l(K,W);break}else i(K,W);W=W.sibling}W=Nn(Z,K.mode,Ae),W.return=K,K=W}return R(K);case Me:return ut=Z._init,Or(K,W,ut(Z._payload),Ae)}if(os(Z))return Je(K,W,Z,Ae);if(Wt(Z))return et(K,W,Z,Ae);Bl(K,Z)}return typeof Z=="string"&&Z!==""||typeof Z=="number"?(Z=""+Z,W!==null&&W.tag===6?(l(K,W.sibling),W=m(W,Z),W.return=K,K=W):(l(K,W),W=Ld(Z,K.mode,Ae),W.return=K,K=W),R(K)):l(K,W)}return Or}var Ni=Yf(!0),Xf=Yf(!1),Vl=Oi(null),ec=null,Ps=null,Kf=null;function Os(){Kf=Ps=ec=null}function tc(n){var i=Vl.current;tr(Vl),n._currentValue=i}function rc(n,i,l){for(;n!==null;){var p=n.alternate;if((n.childLanes&i)!==i?(n.childLanes|=i,p!==null&&(p.childLanes|=i)):p!==null&&(p.childLanes&i)!==i&&(p.childLanes|=i),n===l)break;n=n.return}}function Ta(n,i){ec=n,Kf=Ps=null,n=n.dependencies,n!==null&&n.firstContext!==null&&((n.lanes&i)!==0&&(Sn=!0),n.firstContext=null)}function Hn(n){var i=n._currentValue;if(Kf!==n)if(n={context:n,memoizedValue:i,next:null},Ps===null){if(ec===null)throw Error(L(308));Ps=n,ec.dependencies={lanes:0,firstContext:n}}else Ps=Ps.next=n;return i}var Ca=null;function nc(n){Ca===null?Ca=[n]:Ca.push(n)}function Eh(n,i,l,p){var m=i.interleaved;return m===null?(l.next=l,nc(i)):(l.next=m.next,m.next=l),i.interleaved=l,Fo(n,p)}function Fo(n,i){n.lanes|=i;var l=n.alternate;for(l!==null&&(l.lanes|=i),l=n,n=n.return;n!==null;)n.childLanes|=i,l=n.alternate,l!==null&&(l.childLanes|=i),l=n,n=n.return;return l.tag===3?l.stateNode:null}var ii=!1;function Rh(n){n.updateQueue={baseState:n.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function _g(n,i){n=n.updateQueue,i.updateQueue===n&&(i.updateQueue={baseState:n.baseState,firstBaseUpdate:n.firstBaseUpdate,lastBaseUpdate:n.lastBaseUpdate,shared:n.shared,effects:n.effects})}function Di(n,i){return{eventTime:n,lane:i,tag:0,payload:null,callback:null,next:null}}function Ii(n,i,l){var p=n.updateQueue;if(p===null)return null;if(p=p.shared,(zt&2)!==0){var m=p.pending;return m===null?i.next=i:(i.next=m.next,m.next=i),p.pending=i,Fo(n,l)}return m=p.interleaved,m===null?(i.next=i,nc(p)):(i.next=m.next,m.next=i),p.interleaved=i,Fo(n,l)}function ks(n,i,l){if(i=i.updateQueue,i!==null&&(i=i.shared,(l&4194240)!==0)){var p=i.lanes;p&=n.pendingLanes,l|=p,i.lanes=l,fs(n,l)}}function oc(n,i){var l=n.updateQueue,p=n.alternate;if(p!==null&&(p=p.updateQueue,l===p)){var m=null,w=null;if(l=l.firstBaseUpdate,l!==null){do{var R={eventTime:l.eventTime,lane:l.lane,tag:l.tag,payload:l.payload,callback:l.callback,next:null};w===null?m=w=R:w=w.next=R,l=l.next}while(l!==null);w===null?m=w=i:w=w.next=i}else m=w=i;l={baseState:p.baseState,firstBaseUpdate:m,lastBaseUpdate:w,shared:p.shared,effects:p.effects},n.updateQueue=l;return}n=l.lastBaseUpdate,n===null?l.firstBaseUpdate=i:n.next=i,l.lastBaseUpdate=i}function ic(n,i,l,p){var m=n.updateQueue;ii=!1;var w=m.firstBaseUpdate,R=m.lastBaseUpdate,M=m.shared.pending;if(M!==null){m.shared.pending=null;var z=M,te=z.next;z.next=null,R===null?w=te:R.next=te,R=z;var _e=n.alternate;_e!==null&&(_e=_e.updateQueue,M=_e.lastBaseUpdate,M!==R&&(M===null?_e.firstBaseUpdate=te:M.next=te,_e.lastBaseUpdate=z))}if(w!==null){var be=m.baseState;R=0,_e=te=z=null,M=w;do{var we=M.lane,$e=M.eventTime;if((p&we)===we){_e!==null&&(_e=_e.next={eventTime:$e,lane:0,tag:M.tag,payload:M.payload,callback:M.callback,next:null});e:{var Je=n,et=M;switch(we=i,$e=l,et.tag){case 1:if(Je=et.payload,typeof Je=="function"){be=Je.call($e,be,we);break e}be=Je;break e;case 3:Je.flags=Je.flags&-65537|128;case 0:if(Je=et.payload,we=typeof Je=="function"?Je.call($e,be,we):Je,we==null)break e;be=Y({},be,we);break e;case 2:ii=!0}}M.callback!==null&&M.lane!==0&&(n.flags|=64,we=m.effects,we===null?m.effects=[M]:we.push(M))}else $e={eventTime:$e,lane:we,tag:M.tag,payload:M.payload,callback:M.callback,next:null},_e===null?(te=_e=$e,z=be):_e=_e.next=$e,R|=we;if(M=M.next,M===null){if(M=m.shared.pending,M===null)break;we=M,M=we.next,we.next=null,m.lastBaseUpdate=we,m.shared.pending=null}}while(!0);if(_e===null&&(z=be),m.baseState=z,m.firstBaseUpdate=te,m.lastBaseUpdate=_e,i=m.shared.interleaved,i!==null){m=i;do R|=m.lane,m=m.next;while(m!==i)}else w===null&&(m.shared.lanes=0);Fa|=R,n.lanes=R,n.memoizedState=be}}function xh(n,i,l){if(n=i.effects,i.effects=null,n!==null)for(i=0;i<n.length;i++){var p=n[i],m=p.callback;if(m!==null){if(p.callback=null,p=l,typeof m!="function")throw Error(L(191,m));m.call(p)}}}var Wl={},ar=Oi(Wl),Gl=Oi(Wl),Yl=Oi(Wl);function Aa(n){if(n===Wl)throw Error(L(174));return n}function Jf(n,i){switch(ir(Yl,i),ir(Gl,n),ir(ar,Wl),n=i.nodeType,n){case 9:case 11:i=(i=i.documentElement)?i.namespaceURI:vi(null,"");break;default:n=n===8?i.parentNode:i,i=n.namespaceURI||null,n=n.tagName,i=vi(i,n)}tr(ar),ir(ar,i)}function Pa(){tr(ar),tr(Gl),tr(Yl)}function Th(n){Aa(Yl.current);var i=Aa(ar.current),l=vi(i,n.type);i!==l&&(ir(Gl,n),ir(ar,l))}function Xl(n){Gl.current===n&&(tr(ar),tr(Gl))}var sr=Oi(0);function ac(n){for(var i=n;i!==null;){if(i.tag===13){var l=i.memoizedState;if(l!==null&&(l=l.dehydrated,l===null||l.data==="$?"||l.data==="$!"))return i}else if(i.tag===19&&i.memoizedProps.revealOrder!==void 0){if((i.flags&128)!==0)return i}else if(i.child!==null){i.child.return=i,i=i.child;continue}if(i===n)break;for(;i.sibling===null;){if(i.return===null||i.return===n)return null;i=i.return}i.sibling.return=i.return,i=i.sibling}return null}var Qf=[];function sc(){for(var n=0;n<Qf.length;n++)Qf[n]._workInProgressVersionPrimary=null;Qf.length=0}var Fi=me.ReactCurrentDispatcher,Ms=me.ReactCurrentBatchConfig,Oa=0,mr=null,Cr=null,Vr=null,lc=!1,ji=!1,wn=0,qf=0;function tn(){throw Error(L(321))}function uc(n,i){if(i===null)return!1;for(var l=0;l<i.length&&l<n.length;l++)if(!An(n[l],i[l]))return!1;return!0}function ka(n,i,l,p,m,w){if(Oa=w,mr=i,i.memoizedState=null,i.updateQueue=null,i.lanes=0,Fi.current=n===null||n.memoizedState===null?cd:Uh,n=l(p,m),ji){w=0;do{if(ji=!1,wn=0,25<=w)throw Error(L(301));w+=1,Vr=Cr=null,i.updateQueue=null,Fi.current=Rg,n=l(p,m)}while(ji)}if(Fi.current=ud,i=Cr!==null&&Cr.next!==null,Oa=0,Vr=Cr=mr=null,lc=!1,i)throw Error(L(300));return n}function cc(){var n=wn!==0;return wn=0,n}function jo(){var n={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Vr===null?mr.memoizedState=Vr=n:Vr=Vr.next=n,Vr}function io(){if(Cr===null){var n=mr.alternate;n=n!==null?n.memoizedState:null}else n=Cr.next;var i=Vr===null?mr.memoizedState:Vr.next;if(i!==null)Vr=i,Cr=n;else{if(n===null)throw Error(L(310));Cr=n,n={memoizedState:Cr.memoizedState,baseState:Cr.baseState,baseQueue:Cr.baseQueue,queue:Cr.queue,next:null},Vr===null?mr.memoizedState=Vr=n:Vr=Vr.next=n}return Vr}function Kl(n,i){return typeof i=="function"?i(n):i}function Zf(n){var i=io(),l=i.queue;if(l===null)throw Error(L(311));l.lastRenderedReducer=n;var p=Cr,m=p.baseQueue,w=l.pending;if(w!==null){if(m!==null){var R=m.next;m.next=w.next,w.next=R}p.baseQueue=m=w,l.pending=null}if(m!==null){w=m.next,p=p.baseState;var M=R=null,z=null,te=w;do{var _e=te.lane;if((Oa&_e)===_e)z!==null&&(z=z.next={lane:0,action:te.action,hasEagerState:te.hasEagerState,eagerState:te.eagerState,next:null}),p=te.hasEagerState?te.eagerState:n(p,te.action);else{var be={lane:_e,action:te.action,hasEagerState:te.hasEagerState,eagerState:te.eagerState,next:null};z===null?(M=z=be,R=p):z=z.next=be,mr.lanes|=_e,Fa|=_e}te=te.next}while(te!==null&&te!==w);z===null?R=p:z.next=M,An(p,i.memoizedState)||(Sn=!0),i.memoizedState=p,i.baseState=R,i.baseQueue=z,l.lastRenderedState=p}if(n=l.interleaved,n!==null){m=n;do w=m.lane,mr.lanes|=w,Fa|=w,m=m.next;while(m!==n)}else m===null&&(l.lanes=0);return[i.memoizedState,l.dispatch]}function ed(n){var i=io(),l=i.queue;if(l===null)throw Error(L(311));l.lastRenderedReducer=n;var p=l.dispatch,m=l.pending,w=i.memoizedState;if(m!==null){l.pending=null;var R=m=m.next;do w=n(w,R.action),R=R.next;while(R!==m);An(w,i.memoizedState)||(Sn=!0),i.memoizedState=w,i.baseQueue===null&&(i.baseState=w),l.lastRenderedState=w}return[w,p]}function Jl(){}function td(n,i){var l=mr,p=io(),m=i(),w=!An(p.memoizedState,m);if(w&&(p.memoizedState=m,Sn=!0),p=p.queue,Mh(Ah.bind(null,l,p,n),[n]),p.getSnapshot!==i||w||Vr!==null&&Vr.memoizedState.tag&1){if(l.flags|=2048,Ls(9,Ch.bind(null,l,p,m,i),void 0,null),Gr===null)throw Error(L(349));(Oa&30)!==0||rd(l,i,m)}return m}function rd(n,i,l){n.flags|=16384,n={getSnapshot:i,value:l},i=mr.updateQueue,i===null?(i={lastEffect:null,stores:null},mr.updateQueue=i,i.stores=[n]):(l=i.stores,l===null?i.stores=[n]:l.push(n))}function Ch(n,i,l,p){i.value=l,i.getSnapshot=p,Ph(i)&&Oh(n)}function Ah(n,i,l){return l(function(){Ph(i)&&Oh(n)})}function Ph(n){var i=n.getSnapshot;n=n.value;try{var l=i();return!An(n,l)}catch{return!0}}function Oh(n){var i=Fo(n,1);i!==null&&co(i,n,1,-1)}function nd(n){var i=jo();return typeof n=="function"&&(n=n()),i.memoizedState=i.baseState=n,n={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Kl,lastRenderedState:n},i.queue=n,n=n.dispatch=bg.bind(null,mr,n),[i.memoizedState,n]}function Ls(n,i,l,p){return n={tag:n,create:i,destroy:l,deps:p,next:null},i=mr.updateQueue,i===null?(i={lastEffect:null,stores:null},mr.updateQueue=i,i.lastEffect=n.next=n):(l=i.lastEffect,l===null?i.lastEffect=n.next=n:(p=l.next,l.next=n,n.next=p,i.lastEffect=n)),n}function zi(){return io().memoizedState}function Ql(n,i,l,p){var m=jo();mr.flags|=n,m.memoizedState=Ls(1|i,l,void 0,p===void 0?null:p)}function od(n,i,l,p){var m=io();p=p===void 0?null:p;var w=void 0;if(Cr!==null){var R=Cr.memoizedState;if(w=R.destroy,p!==null&&uc(p,R.deps)){m.memoizedState=Ls(i,l,w,p);return}}mr.flags|=n,m.memoizedState=Ls(1|i,l,w,p)}function kh(n,i){return Ql(8390656,8,n,i)}function Mh(n,i){return od(2048,8,n,i)}function Lh(n,i){return od(4,2,n,i)}function Nh(n,i){return od(4,4,n,i)}function Dh(n,i){if(typeof i=="function")return n=n(),i(n),function(){i(null)};if(i!=null)return n=n(),i.current=n,function(){i.current=null}}function Ih(n,i,l){return l=l!=null?l.concat([n]):null,od(4,4,Dh.bind(null,i,n),l)}function fc(){}function id(n,i){var l=io();i=i===void 0?null:i;var p=l.memoizedState;return p!==null&&i!==null&&uc(i,p[1])?p[0]:(l.memoizedState=[n,i],n)}function ql(n,i){var l=io();i=i===void 0?null:i;var p=l.memoizedState;return p!==null&&i!==null&&uc(i,p[1])?p[0]:(n=n(),l.memoizedState=[n,i],n)}function ad(n,i,l){return(Oa&21)===0?(n.baseState&&(n.baseState=!1,Sn=!0),n.memoizedState=l):(An(l,i)||(l=kp(),mr.lanes|=l,Fa|=l,n.baseState=!0),i)}function Fh(n,i){var l=Kt;Kt=l!==0&&4>l?l:4,n(!0);var p=Ms.transition;Ms.transition={};try{n(!1),i()}finally{Kt=l,Ms.transition=p}}function sd(){return io().memoizedState}function jh(n,i,l){var p=Wn(n);if(l={lane:p,action:l,hasEagerState:!1,eagerState:null,next:null},zh(n))ld(i,l);else if(l=Eh(n,i,l,p),l!==null){var m=Ir();co(l,n,p,m),Eg(l,i,p)}}function bg(n,i,l){var p=Wn(n),m={lane:p,action:l,hasEagerState:!1,eagerState:null,next:null};if(zh(n))ld(i,m);else{var w=n.alternate;if(n.lanes===0&&(w===null||w.lanes===0)&&(w=i.lastRenderedReducer,w!==null))try{var R=i.lastRenderedState,M=w(R,l);if(m.hasEagerState=!0,m.eagerState=M,An(M,R)){var z=i.interleaved;z===null?(m.next=m,nc(i)):(m.next=z.next,z.next=m),i.interleaved=m;return}}catch{}finally{}l=Eh(n,i,m,p),l!==null&&(m=Ir(),co(l,n,p,m),Eg(l,i,p))}}function zh(n){var i=n.alternate;return n===mr||i!==null&&i===mr}function ld(n,i){ji=lc=!0;var l=n.pending;l===null?i.next=i:(i.next=l.next,l.next=i),n.pending=i}function Eg(n,i,l){if((l&4194240)!==0){var p=i.lanes;p&=n.pendingLanes,l|=p,i.lanes=l,fs(n,l)}}var ud={readContext:Hn,useCallback:tn,useContext:tn,useEffect:tn,useImperativeHandle:tn,useInsertionEffect:tn,useLayoutEffect:tn,useMemo:tn,useReducer:tn,useRef:tn,useState:tn,useDebugValue:tn,useDeferredValue:tn,useTransition:tn,useMutableSource:tn,useSyncExternalStore:tn,useId:tn,unstable_isNewReconciler:!1},cd={readContext:Hn,useCallback:function(n,i){return jo().memoizedState=[n,i===void 0?null:i],n},useContext:Hn,useEffect:kh,useImperativeHandle:function(n,i,l){return l=l!=null?l.concat([n]):null,Ql(4194308,4,Dh.bind(null,i,n),l)},useLayoutEffect:function(n,i){return Ql(4194308,4,n,i)},useInsertionEffect:function(n,i){return Ql(4,2,n,i)},useMemo:function(n,i){var l=jo();return i=i===void 0?null:i,n=n(),l.memoizedState=[n,i],n},useReducer:function(n,i,l){var p=jo();return i=l!==void 0?l(i):i,p.memoizedState=p.baseState=i,n={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:n,lastRenderedState:i},p.queue=n,n=n.dispatch=jh.bind(null,mr,n),[p.memoizedState,n]},useRef:function(n){var i=jo();return n={current:n},i.memoizedState=n},useState:nd,useDebugValue:fc,useDeferredValue:function(n){return jo().memoizedState=n},useTransition:function(){var n=nd(!1),i=n[0];return n=Fh.bind(null,n[1]),jo().memoizedState=n,[i,n]},useMutableSource:function(){},useSyncExternalStore:function(n,i,l){var p=mr,m=jo();if(dr){if(l===void 0)throw Error(L(407));l=l()}else{if(l=i(),Gr===null)throw Error(L(349));(Oa&30)!==0||rd(p,i,l)}m.memoizedState=l;var w={value:l,getSnapshot:i};return m.queue=w,kh(Ah.bind(null,p,w,n),[n]),p.flags|=2048,Ls(9,Ch.bind(null,p,w,l,i),void 0,null),l},useId:function(){var n=jo(),i=Gr.identifierPrefix;if(dr){var l=oi,p=ni;l=(p&~(1<<32-to(p)-1)).toString(32)+l,i=":"+i+"R"+l,l=wn++,0<l&&(i+="H"+l.toString(32)),i+=":"}else l=qf++,i=":"+i+"r"+l.toString(32)+":";return n.memoizedState=i},unstable_isNewReconciler:!1},Uh={readContext:Hn,useCallback:id,useContext:Hn,useEffect:Mh,useImperativeHandle:Ih,useInsertionEffect:Lh,useLayoutEffect:Nh,useMemo:ql,useReducer:Zf,useRef:zi,useState:function(){return Zf(Kl)},useDebugValue:fc,useDeferredValue:function(n){var i=io();return ad(i,Cr.memoizedState,n)},useTransition:function(){var n=Zf(Kl)[0],i=io().memoizedState;return[n,i]},useMutableSource:Jl,useSyncExternalStore:td,useId:sd,unstable_isNewReconciler:!1},Rg={readContext:Hn,useCallback:id,useContext:Hn,useEffect:Mh,useImperativeHandle:Ih,useInsertionEffect:Lh,useLayoutEffect:Nh,useMemo:ql,useReducer:ed,useRef:zi,useState:function(){return ed(Kl)},useDebugValue:fc,useDeferredValue:function(n){var i=io();return Cr===null?i.memoizedState=n:ad(i,Cr.memoizedState,n)},useTransition:function(){var n=ed(Kl)[0],i=io().memoizedState;return[n,i]},useMutableSource:Jl,useSyncExternalStore:td,useId:sd,unstable_isNewReconciler:!1};function ao(n,i){if(n&&n.defaultProps){i=Y({},i),n=n.defaultProps;for(var l in n)i[l]===void 0&&(i[l]=n[l]);return i}return i}function Zl(n,i,l,p){i=n.memoizedState,l=l(p,i),l=l==null?i:Y({},i,l),n.memoizedState=l,n.lanes===0&&(n.updateQueue.baseState=l)}var eu={isMounted:function(n){return(n=n._reactInternals)?ha(n)===n:!1},enqueueSetState:function(n,i,l){n=n._reactInternals;var p=Ir(),m=Wn(n),w=Di(p,m);w.payload=i,l!=null&&(w.callback=l),i=Ii(n,w,m),i!==null&&(co(i,n,m,p),ks(i,n,m))},enqueueReplaceState:function(n,i,l){n=n._reactInternals;var p=Ir(),m=Wn(n),w=Di(p,m);w.tag=1,w.payload=i,l!=null&&(w.callback=l),i=Ii(n,w,m),i!==null&&(co(i,n,m,p),ks(i,n,m))},enqueueForceUpdate:function(n,i){n=n._reactInternals;var l=Ir(),p=Wn(n),m=Di(l,p);m.tag=2,i!=null&&(m.callback=i),i=Ii(n,m,p),i!==null&&(co(i,n,p,l),ks(i,n,p))}};function fd(n,i,l,p,m,w,R){return n=n.stateNode,typeof n.shouldComponentUpdate=="function"?n.shouldComponentUpdate(p,w,R):i.prototype&&i.prototype.isPureReactComponent?!ws(l,p)||!ws(m,w):!0}function tu(n,i,l){var p=!1,m=ki,w=i.contextType;return typeof w=="object"&&w!==null?w=Hn(w):(m=On(i)?Ea:un.current,p=i.contextTypes,w=(p=p!=null)?Rs(n,m):ki),i=new i(l,w),n.memoizedState=i.state!==null&&i.state!==void 0?i.state:null,i.updater=eu,n.stateNode=i,i._reactInternals=n,p&&(n=n.stateNode,n.__reactInternalMemoizedUnmaskedChildContext=m,n.__reactInternalMemoizedMaskedChildContext=w),i}function dd(n,i,l,p){n=i.state,typeof i.componentWillReceiveProps=="function"&&i.componentWillReceiveProps(l,p),typeof i.UNSAFE_componentWillReceiveProps=="function"&&i.UNSAFE_componentWillReceiveProps(l,p),i.state!==n&&eu.enqueueReplaceState(i,i.state,null)}function pd(n,i,l,p){var m=n.stateNode;m.props=l,m.state=n.memoizedState,m.refs={},Rh(n);var w=i.contextType;typeof w=="object"&&w!==null?m.context=Hn(w):(w=On(i)?Ea:un.current,m.context=Rs(n,w)),m.state=n.memoizedState,w=i.getDerivedStateFromProps,typeof w=="function"&&(Zl(n,i,w,l),m.state=n.memoizedState),typeof i.getDerivedStateFromProps=="function"||typeof m.getSnapshotBeforeUpdate=="function"||typeof m.UNSAFE_componentWillMount!="function"&&typeof m.componentWillMount!="function"||(i=m.state,typeof m.componentWillMount=="function"&&m.componentWillMount(),typeof m.UNSAFE_componentWillMount=="function"&&m.UNSAFE_componentWillMount(),i!==m.state&&eu.enqueueReplaceState(m,m.state,null),ic(n,l,m,p),m.state=n.memoizedState),typeof m.componentDidMount=="function"&&(n.flags|=4194308)}function ai(n,i){try{var l="",p=i;do l+=er(p),p=p.return;while(p);var m=l}catch(w){m=`
|
|
58
|
-
Error generating stack: `+w.message+`
|
|
59
|
-
`+w.stack}return{value:n,source:i,stack:m,digest:null}}function so(n,i,l){return{value:n,source:null,stack:l??null,digest:i??null}}function Ns(n,i){try{console.error(i.value)}catch(l){setTimeout(function(){throw l})}}var dc=typeof WeakMap=="function"?WeakMap:Map;function pc(n,i,l){l=Di(-1,l),l.tag=3,l.payload={element:null};var p=i.value;return l.callback=function(){ja||(ja=!0,xd=p),Ns(n,i)},l}function $h(n,i,l){l=Di(-1,l),l.tag=3;var p=n.type.getDerivedStateFromError;if(typeof p=="function"){var m=i.value;l.payload=function(){return p(m)},l.callback=function(){Ns(n,i)}}var w=n.stateNode;return w!==null&&typeof w.componentDidCatch=="function"&&(l.callback=function(){Ns(n,i),typeof p!="function"&&(li===null?li=new Set([this]):li.add(this));var R=i.stack;this.componentDidCatch(i.value,{componentStack:R!==null?R:""})}),l}function Hh(n,i,l){var p=n.pingCache;if(p===null){p=n.pingCache=new dc;var m=new Set;p.set(i,m)}else m=p.get(i),m===void 0&&(m=new Set,p.set(i,m));m.has(l)||(m.add(l),n=Dg.bind(null,n,i,l),i.then(n,n))}function Bh(n){do{var i;if((i=n.tag===13)&&(i=n.memoizedState,i=i!==null?i.dehydrated!==null:!0),i)return n;n=n.return}while(n!==null);return null}function hc(n,i,l,p,m){return(n.mode&1)===0?(n===i?n.flags|=65536:(n.flags|=128,l.flags|=131072,l.flags&=-52805,l.tag===1&&(l.alternate===null?l.tag=17:(i=Di(-1,1),i.tag=2,Ii(l,i,1))),l.lanes|=1),n):(n.flags|=65536,n.lanes=m,n)}var xg=me.ReactCurrentOwner,Sn=!1;function jt(n,i,l,p){i.child=n===null?Xf(i,null,l,p):Ni(i,n.child,l,p)}function hd(n,i,l,p,m){l=l.render;var w=i.ref;return Ta(i,m),p=ka(n,i,l,p,w,m),l=cc(),n!==null&&!Sn?(i.updateQueue=n.updateQueue,i.flags&=-2053,n.lanes&=~m,si(n,i,m)):(dr&&l&&Zu(i),i.flags|=1,jt(n,i,p,m),i.child)}function Vh(n,i,l,p,m){if(n===null){var w=l.type;return typeof w=="function"&&!Md(w)&&w.defaultProps===void 0&&l.compare===null&&l.defaultProps===void 0?(i.tag=15,i.type=w,Wh(n,i,w,p,m)):(n=Cc(l.type,null,p,i,i.mode,m),n.ref=i.ref,n.return=i,i.child=n)}if(w=n.child,(n.lanes&m)===0){var R=w.memoizedProps;if(l=l.compare,l=l!==null?l:ws,l(R,p)&&n.ref===i.ref)return si(n,i,m)}return i.flags|=1,n=Wi(w,p),n.ref=i.ref,n.return=i,i.child=n}function Wh(n,i,l,p,m){if(n!==null){var w=n.memoizedProps;if(ws(w,p)&&n.ref===i.ref)if(Sn=!1,i.pendingProps=p=w,(n.lanes&m)!==0)(n.flags&131072)!==0&&(Sn=!0);else return i.lanes=n.lanes,si(n,i,m)}return md(n,i,l,p,m)}function Gh(n,i,l){var p=i.pendingProps,m=p.children,w=n!==null?n.memoizedState:null;if(p.mode==="hidden")if((i.mode&1)===0)i.memoizedState={baseLanes:0,cachePool:null,transitions:null},ir(Ia,Vn),Vn|=l;else{if((l&1073741824)===0)return n=w!==null?w.baseLanes|l:l,i.lanes=i.childLanes=1073741824,i.memoizedState={baseLanes:n,cachePool:null,transitions:null},i.updateQueue=null,ir(Ia,Vn),Vn|=n,null;i.memoizedState={baseLanes:0,cachePool:null,transitions:null},p=w!==null?w.baseLanes:l,ir(Ia,Vn),Vn|=p}else w!==null?(p=w.baseLanes|l,i.memoizedState=null):p=l,ir(Ia,Vn),Vn|=p;return jt(n,i,m,l),i.child}function Yh(n,i){var l=i.ref;(n===null&&l!==null||n!==null&&n.ref!==l)&&(i.flags|=512,i.flags|=2097152)}function md(n,i,l,p,m){var w=On(l)?Ea:un.current;return w=Rs(i,w),Ta(i,m),l=ka(n,i,l,p,w,m),p=cc(),n!==null&&!Sn?(i.updateQueue=n.updateQueue,i.flags&=-2053,n.lanes&=~m,si(n,i,m)):(dr&&p&&Zu(i),i.flags|=1,jt(n,i,l,m),i.child)}function Xh(n,i,l,p,m){if(On(l)){var w=!0;Ku(i)}else w=!1;if(Ta(i,m),i.stateNode===null)gc(n,i),tu(i,l,p),pd(i,l,p,m),p=!0;else if(n===null){var R=i.stateNode,M=i.memoizedProps;R.props=M;var z=R.context,te=l.contextType;typeof te=="object"&&te!==null?te=Hn(te):(te=On(l)?Ea:un.current,te=Rs(i,te));var _e=l.getDerivedStateFromProps,be=typeof _e=="function"||typeof R.getSnapshotBeforeUpdate=="function";be||typeof R.UNSAFE_componentWillReceiveProps!="function"&&typeof R.componentWillReceiveProps!="function"||(M!==p||z!==te)&&dd(i,R,p,te),ii=!1;var we=i.memoizedState;R.state=we,ic(i,p,R,m),z=i.memoizedState,M!==p||we!==z||Pn.current||ii?(typeof _e=="function"&&(Zl(i,l,_e,p),z=i.memoizedState),(M=ii||fd(i,l,M,p,we,z,te))?(be||typeof R.UNSAFE_componentWillMount!="function"&&typeof R.componentWillMount!="function"||(typeof R.componentWillMount=="function"&&R.componentWillMount(),typeof R.UNSAFE_componentWillMount=="function"&&R.UNSAFE_componentWillMount()),typeof R.componentDidMount=="function"&&(i.flags|=4194308)):(typeof R.componentDidMount=="function"&&(i.flags|=4194308),i.memoizedProps=p,i.memoizedState=z),R.props=p,R.state=z,R.context=te,p=M):(typeof R.componentDidMount=="function"&&(i.flags|=4194308),p=!1)}else{R=i.stateNode,_g(n,i),M=i.memoizedProps,te=i.type===i.elementType?M:ao(i.type,M),R.props=te,be=i.pendingProps,we=R.context,z=l.contextType,typeof z=="object"&&z!==null?z=Hn(z):(z=On(l)?Ea:un.current,z=Rs(i,z));var $e=l.getDerivedStateFromProps;(_e=typeof $e=="function"||typeof R.getSnapshotBeforeUpdate=="function")||typeof R.UNSAFE_componentWillReceiveProps!="function"&&typeof R.componentWillReceiveProps!="function"||(M!==be||we!==z)&&dd(i,R,p,z),ii=!1,we=i.memoizedState,R.state=we,ic(i,p,R,m);var Je=i.memoizedState;M!==be||we!==Je||Pn.current||ii?(typeof $e=="function"&&(Zl(i,l,$e,p),Je=i.memoizedState),(te=ii||fd(i,l,te,p,we,Je,z)||!1)?(_e||typeof R.UNSAFE_componentWillUpdate!="function"&&typeof R.componentWillUpdate!="function"||(typeof R.componentWillUpdate=="function"&&R.componentWillUpdate(p,Je,z),typeof R.UNSAFE_componentWillUpdate=="function"&&R.UNSAFE_componentWillUpdate(p,Je,z)),typeof R.componentDidUpdate=="function"&&(i.flags|=4),typeof R.getSnapshotBeforeUpdate=="function"&&(i.flags|=1024)):(typeof R.componentDidUpdate!="function"||M===n.memoizedProps&&we===n.memoizedState||(i.flags|=4),typeof R.getSnapshotBeforeUpdate!="function"||M===n.memoizedProps&&we===n.memoizedState||(i.flags|=1024),i.memoizedProps=p,i.memoizedState=Je),R.props=p,R.state=Je,R.context=z,p=te):(typeof R.componentDidUpdate!="function"||M===n.memoizedProps&&we===n.memoizedState||(i.flags|=4),typeof R.getSnapshotBeforeUpdate!="function"||M===n.memoizedProps&&we===n.memoizedState||(i.flags|=1024),p=!1)}return yd(n,i,l,p,w,m)}function yd(n,i,l,p,m,w){Yh(n,i);var R=(i.flags&128)!==0;if(!p&&!R)return m&&yh(i,l,!1),si(n,i,w);p=i.stateNode,xg.current=i;var M=R&&typeof l.getDerivedStateFromError!="function"?null:p.render();return i.flags|=1,n!==null&&R?(i.child=Ni(i,n.child,null,w),i.child=Ni(i,null,M,w)):jt(n,i,M,w),i.memoizedState=p.state,m&&yh(i,l,!0),i.child}function Kh(n){var i=n.stateNode;i.pendingContext?hh(n,i.pendingContext,i.pendingContext!==i.context):i.context&&hh(n,i.context,!1),Jf(n,i.containerInfo)}function Jh(n,i,l,p,m){return Hl(),ne(m),i.flags|=256,jt(n,i,l,p),i.child}var gd={dehydrated:null,treeContext:null,retryLane:0};function vd(n){return{baseLanes:n,cachePool:null,transitions:null}}function Qh(n,i,l){var p=i.pendingProps,m=sr.current,w=!1,R=(i.flags&128)!==0,M;if((M=R)||(M=n!==null&&n.memoizedState===null?!1:(m&2)!==0),M?(w=!0,i.flags&=-129):(n===null||n.memoizedState!==null)&&(m|=1),ir(sr,m&1),n===null)return Gf(i),n=i.memoizedState,n!==null&&(n=n.dehydrated,n!==null)?((i.mode&1)===0?i.lanes=1:n.data==="$!"?i.lanes=8:i.lanes=1073741824,null):(R=p.children,n=p.fallback,w?(p=i.mode,w=i.child,R={mode:"hidden",children:R},(p&1)===0&&w!==null?(w.childLanes=0,w.pendingProps=R):w=Ac(R,p,0,null),n=Ha(n,p,l,null),w.return=i,n.return=i,w.sibling=n,i.child=w,i.child.memoizedState=vd(l),i.memoizedState=gd,n):wd(i,R));if(m=n.memoizedState,m!==null&&(M=m.dehydrated,M!==null))return Tg(n,i,R,p,M,m,l);if(w){w=p.fallback,R=i.mode,m=n.child,M=m.sibling;var z={mode:"hidden",children:p.children};return(R&1)===0&&i.child!==m?(p=i.child,p.childLanes=0,p.pendingProps=z,i.deletions=null):(p=Wi(m,z),p.subtreeFlags=m.subtreeFlags&14680064),M!==null?w=Wi(M,w):(w=Ha(w,R,l,null),w.flags|=2),w.return=i,p.return=i,p.sibling=w,i.child=p,p=w,w=i.child,R=n.child.memoizedState,R=R===null?vd(l):{baseLanes:R.baseLanes|l,cachePool:null,transitions:R.transitions},w.memoizedState=R,w.childLanes=n.childLanes&~l,i.memoizedState=gd,p}return w=n.child,n=w.sibling,p=Wi(w,{mode:"visible",children:p.children}),(i.mode&1)===0&&(p.lanes=l),p.return=i,p.sibling=null,n!==null&&(l=i.deletions,l===null?(i.deletions=[n],i.flags|=16):l.push(n)),i.child=p,i.memoizedState=null,p}function wd(n,i){return i=Ac({mode:"visible",children:i},n.mode,0,null),i.return=n,n.child=i}function mc(n,i,l,p){return p!==null&&ne(p),Ni(i,n.child,null,l),n=wd(i,i.pendingProps.children),n.flags|=2,i.memoizedState=null,n}function Tg(n,i,l,p,m,w,R){if(l)return i.flags&256?(i.flags&=-257,p=so(Error(L(422))),mc(n,i,R,p)):i.memoizedState!==null?(i.child=n.child,i.flags|=128,null):(w=p.fallback,m=i.mode,p=Ac({mode:"visible",children:p.children},m,0,null),w=Ha(w,m,R,null),w.flags|=2,p.return=i,w.return=i,p.sibling=w,i.child=p,(i.mode&1)!==0&&Ni(i,n.child,null,R),i.child.memoizedState=vd(R),i.memoizedState=gd,w);if((i.mode&1)===0)return mc(n,i,R,null);if(m.data==="$!"){if(p=m.nextSibling&&m.nextSibling.dataset,p)var M=p.dgst;return p=M,w=Error(L(419)),p=so(w,p,void 0),mc(n,i,R,p)}if(M=(R&n.childLanes)!==0,Sn||M){if(p=Gr,p!==null){switch(R&-R){case 4:m=2;break;case 16:m=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:m=32;break;case 536870912:m=268435456;break;default:m=0}m=(m&(p.suspendedLanes|R))!==0?0:m,m!==0&&m!==w.retryLane&&(w.retryLane=m,Fo(n,m),co(p,n,m,-1))}return Tc(),p=so(Error(L(421))),mc(n,i,R,p)}return m.data==="$?"?(i.flags|=128,i.child=n.child,i=Ig.bind(null,n),m._reactRetry=i,null):(n=w.treeContext,$n=No(m.nextSibling),kn=i,dr=!0,Eo=null,n!==null&&(no[oo++]=ni,no[oo++]=oi,no[oo++]=Ra,ni=n.id,oi=n.overflow,Ra=i),i=wd(i,p.children),i.flags|=4096,i)}function qh(n,i,l){n.lanes|=i;var p=n.alternate;p!==null&&(p.lanes|=i),rc(n.return,i,l)}function yc(n,i,l,p,m){var w=n.memoizedState;w===null?n.memoizedState={isBackwards:i,rendering:null,renderingStartTime:0,last:p,tail:l,tailMode:m}:(w.isBackwards=i,w.rendering=null,w.renderingStartTime=0,w.last=p,w.tail=l,w.tailMode=m)}function Sd(n,i,l){var p=i.pendingProps,m=p.revealOrder,w=p.tail;if(jt(n,i,p.children,l),p=sr.current,(p&2)!==0)p=p&1|2,i.flags|=128;else{if(n!==null&&(n.flags&128)!==0)e:for(n=i.child;n!==null;){if(n.tag===13)n.memoizedState!==null&&qh(n,l,i);else if(n.tag===19)qh(n,l,i);else if(n.child!==null){n.child.return=n,n=n.child;continue}if(n===i)break e;for(;n.sibling===null;){if(n.return===null||n.return===i)break e;n=n.return}n.sibling.return=n.return,n=n.sibling}p&=1}if(ir(sr,p),(i.mode&1)===0)i.memoizedState=null;else switch(m){case"forwards":for(l=i.child,m=null;l!==null;)n=l.alternate,n!==null&&ac(n)===null&&(m=l),l=l.sibling;l=m,l===null?(m=i.child,i.child=null):(m=l.sibling,l.sibling=null),yc(i,!1,m,l,w);break;case"backwards":for(l=null,m=i.child,i.child=null;m!==null;){if(n=m.alternate,n!==null&&ac(n)===null){i.child=m;break}n=m.sibling,m.sibling=l,l=m,m=n}yc(i,!0,l,null,w);break;case"together":yc(i,!1,null,null,void 0);break;default:i.memoizedState=null}return i.child}function gc(n,i){(i.mode&1)===0&&n!==null&&(n.alternate=null,i.alternate=null,i.flags|=2)}function si(n,i,l){if(n!==null&&(i.dependencies=n.dependencies),Fa|=i.lanes,(l&i.childLanes)===0)return null;if(n!==null&&i.child!==n.child)throw Error(L(153));if(i.child!==null){for(n=i.child,l=Wi(n,n.pendingProps),i.child=l,l.return=i;n.sibling!==null;)n=n.sibling,l=l.sibling=Wi(n,n.pendingProps),l.return=i;l.sibling=null}return i.child}function Cg(n,i,l){switch(i.tag){case 3:Kh(i),Hl();break;case 5:Th(i);break;case 1:On(i.type)&&Ku(i);break;case 4:Jf(i,i.stateNode.containerInfo);break;case 10:var p=i.type._context,m=i.memoizedProps.value;ir(Vl,p._currentValue),p._currentValue=m;break;case 13:if(p=i.memoizedState,p!==null)return p.dehydrated!==null?(ir(sr,sr.current&1),i.flags|=128,null):(l&i.child.childLanes)!==0?Qh(n,i,l):(ir(sr,sr.current&1),n=si(n,i,l),n!==null?n.sibling:null);ir(sr,sr.current&1);break;case 19:if(p=(l&i.childLanes)!==0,(n.flags&128)!==0){if(p)return Sd(n,i,l);i.flags|=128}if(m=i.memoizedState,m!==null&&(m.rendering=null,m.tail=null,m.lastEffect=null),ir(sr,sr.current),p)break;return null;case 22:case 23:return i.lanes=0,Gh(n,i,l)}return si(n,i,l)}var cn,Mn,_d,vc;cn=function(n,i){for(var l=i.child;l!==null;){if(l.tag===5||l.tag===6)n.appendChild(l.stateNode);else if(l.tag!==4&&l.child!==null){l.child.return=l,l=l.child;continue}if(l===i)break;for(;l.sibling===null;){if(l.return===null||l.return===i)return;l=l.return}l.sibling.return=l.return,l=l.sibling}},Mn=function(){},_d=function(n,i,l,p){var m=n.memoizedProps;if(m!==p){n=i.stateNode,Aa(ar.current);var w=null;switch(l){case"input":m=Nr(n,m),p=Nr(n,p),w=[];break;case"select":m=Y({},m,{value:void 0}),p=Y({},p,{value:void 0}),w=[];break;case"textarea":m=Ko(n,m),p=Ko(n,p),w=[];break;default:typeof m.onClick!="function"&&typeof p.onClick=="function"&&(n.onclick=Gu)}Tu(l,p);var R;l=null;for(te in m)if(!p.hasOwnProperty(te)&&m.hasOwnProperty(te)&&m[te]!=null)if(te==="style"){var M=m[te];for(R in M)M.hasOwnProperty(R)&&(l||(l={}),l[R]="")}else te!=="dangerouslySetInnerHTML"&&te!=="children"&&te!=="suppressContentEditableWarning"&&te!=="suppressHydrationWarning"&&te!=="autoFocus"&&(U.hasOwnProperty(te)?w||(w=[]):(w=w||[]).push(te,null));for(te in p){var z=p[te];if(M=m?.[te],p.hasOwnProperty(te)&&z!==M&&(z!=null||M!=null))if(te==="style")if(M){for(R in M)!M.hasOwnProperty(R)||z&&z.hasOwnProperty(R)||(l||(l={}),l[R]="");for(R in z)z.hasOwnProperty(R)&&M[R]!==z[R]&&(l||(l={}),l[R]=z[R])}else l||(w||(w=[]),w.push(te,l)),l=z;else te==="dangerouslySetInnerHTML"?(z=z?z.__html:void 0,M=M?M.__html:void 0,z!=null&&M!==z&&(w=w||[]).push(te,z)):te==="children"?typeof z!="string"&&typeof z!="number"||(w=w||[]).push(te,""+z):te!=="suppressContentEditableWarning"&&te!=="suppressHydrationWarning"&&(U.hasOwnProperty(te)?(z!=null&&te==="onScroll"&&rr("scroll",n),w||M===z||(w=[])):(w=w||[]).push(te,z))}l&&(w=w||[]).push("style",l);var te=w;(i.updateQueue=te)&&(i.flags|=4)}},vc=function(n,i,l,p){l!==p&&(i.flags|=4)};function Ma(n,i){if(!dr)switch(n.tailMode){case"hidden":i=n.tail;for(var l=null;i!==null;)i.alternate!==null&&(l=i),i=i.sibling;l===null?n.tail=null:l.sibling=null;break;case"collapsed":l=n.tail;for(var p=null;l!==null;)l.alternate!==null&&(p=l),l=l.sibling;p===null?i||n.tail===null?n.tail=null:n.tail.sibling=null:p.sibling=null}}function zr(n){var i=n.alternate!==null&&n.alternate.child===n.child,l=0,p=0;if(i)for(var m=n.child;m!==null;)l|=m.lanes|m.childLanes,p|=m.subtreeFlags&14680064,p|=m.flags&14680064,m.return=n,m=m.sibling;else for(m=n.child;m!==null;)l|=m.lanes|m.childLanes,p|=m.subtreeFlags,p|=m.flags,m.return=n,m=m.sibling;return n.subtreeFlags|=p,n.childLanes=l,i}function Ag(n,i,l){var p=i.pendingProps;switch(Vf(i),i.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return zr(i),null;case 1:return On(i.type)&&Xu(),zr(i),null;case 3:return p=i.stateNode,Pa(),tr(Pn),tr(un),sc(),p.pendingContext&&(p.context=p.pendingContext,p.pendingContext=null),(n===null||n.child===null)&&($l(i)?i.flags|=4:n===null||n.memoizedState.isDehydrated&&(i.flags&256)===0||(i.flags|=1024,Eo!==null&&(Cd(Eo),Eo=null))),Mn(n,i),zr(i),null;case 5:Xl(i);var m=Aa(Yl.current);if(l=i.type,n!==null&&i.stateNode!=null)_d(n,i,l,p,m),n.ref!==i.ref&&(i.flags|=512,i.flags|=2097152);else{if(!p){if(i.stateNode===null)throw Error(L(166));return zr(i),null}if(n=Aa(ar.current),$l(i)){p=i.stateNode,l=i.type;var w=i.memoizedProps;switch(p[Un]=i,p[vn]=w,n=(i.mode&1)!==0,l){case"dialog":rr("cancel",p),rr("close",p);break;case"iframe":case"object":case"embed":rr("load",p);break;case"video":case"audio":for(m=0;m<Nl.length;m++)rr(Nl[m],p);break;case"source":rr("error",p);break;case"img":case"image":case"link":rr("error",p),rr("load",p);break;case"details":rr("toggle",p);break;case"input":gi(p,w),rr("invalid",p);break;case"select":p._wrapperState={wasMultiple:!!w.multiple},rr("invalid",p);break;case"textarea":is(p,w),rr("invalid",p)}Tu(l,w),m=null;for(var R in w)if(w.hasOwnProperty(R)){var M=w[R];R==="children"?typeof M=="string"?p.textContent!==M&&(w.suppressHydrationWarning!==!0&&_s(p.textContent,M,n),m=["children",M]):typeof M=="number"&&p.textContent!==""+M&&(w.suppressHydrationWarning!==!0&&_s(p.textContent,M,n),m=["children",""+M]):U.hasOwnProperty(R)&&M!=null&&R==="onScroll"&&rr("scroll",p)}switch(l){case"input":Xo(p),Sp(p,w,!0);break;case"textarea":Xo(p),of(p);break;case"select":case"option":break;default:typeof w.onClick=="function"&&(p.onclick=Gu)}p=m,i.updateQueue=p,p!==null&&(i.flags|=4)}else{R=m.nodeType===9?m:m.ownerDocument,n==="http://www.w3.org/1999/xhtml"&&(n=_p(l)),n==="http://www.w3.org/1999/xhtml"?l==="script"?(n=R.createElement("div"),n.innerHTML="<script><\/script>",n=n.removeChild(n.firstChild)):typeof p.is=="string"?n=R.createElement(l,{is:p.is}):(n=R.createElement(l),l==="select"&&(R=n,p.multiple?R.multiple=!0:p.size&&(R.size=p.size))):n=R.createElementNS(n,l),n[Un]=i,n[vn]=p,cn(n,i,!1,!1),i.stateNode=n;e:{switch(R=ca(l,p),l){case"dialog":rr("cancel",n),rr("close",n),m=p;break;case"iframe":case"object":case"embed":rr("load",n),m=p;break;case"video":case"audio":for(m=0;m<Nl.length;m++)rr(Nl[m],n);m=p;break;case"source":rr("error",n),m=p;break;case"img":case"image":case"link":rr("error",n),rr("load",n),m=p;break;case"details":rr("toggle",n),m=p;break;case"input":gi(n,p),m=Nr(n,p),rr("invalid",n);break;case"option":m=p;break;case"select":n._wrapperState={wasMultiple:!!p.multiple},m=Y({},p,{value:void 0}),rr("invalid",n);break;case"textarea":is(n,p),m=Ko(n,p),rr("invalid",n);break;default:m=p}Tu(l,m),M=m;for(w in M)if(M.hasOwnProperty(w)){var z=M[w];w==="style"?xu(n,z):w==="dangerouslySetInnerHTML"?(z=z?z.__html:void 0,z!=null&&jr(n,z)):w==="children"?typeof z=="string"?(l!=="textarea"||z!=="")&&la(n,z):typeof z=="number"&&la(n,""+z):w!=="suppressContentEditableWarning"&&w!=="suppressHydrationWarning"&&w!=="autoFocus"&&(U.hasOwnProperty(w)?z!=null&&w==="onScroll"&&rr("scroll",n):z!=null&&bt(n,w,z,R))}switch(l){case"input":Xo(n),Sp(n,p,!1);break;case"textarea":Xo(n),of(n);break;case"option":p.value!=null&&n.setAttribute("value",""+Gt(p.value));break;case"select":n.multiple=!!p.multiple,w=p.value,w!=null?bo(n,!!p.multiple,w,!1):p.defaultValue!=null&&bo(n,!!p.multiple,p.defaultValue,!0);break;default:typeof m.onClick=="function"&&(n.onclick=Gu)}switch(l){case"button":case"input":case"select":case"textarea":p=!!p.autoFocus;break e;case"img":p=!0;break e;default:p=!1}}p&&(i.flags|=4)}i.ref!==null&&(i.flags|=512,i.flags|=2097152)}return zr(i),null;case 6:if(n&&i.stateNode!=null)vc(n,i,n.memoizedProps,p);else{if(typeof p!="string"&&i.stateNode===null)throw Error(L(166));if(l=Aa(Yl.current),Aa(ar.current),$l(i)){if(p=i.stateNode,l=i.memoizedProps,p[Un]=i,(w=p.nodeValue!==l)&&(n=kn,n!==null))switch(n.tag){case 3:_s(p.nodeValue,l,(n.mode&1)!==0);break;case 5:n.memoizedProps.suppressHydrationWarning!==!0&&_s(p.nodeValue,l,(n.mode&1)!==0)}w&&(i.flags|=4)}else p=(l.nodeType===9?l:l.ownerDocument).createTextNode(p),p[Un]=i,i.stateNode=p}return zr(i),null;case 13:if(tr(sr),p=i.memoizedState,n===null||n.memoizedState!==null&&n.memoizedState.dehydrated!==null){if(dr&&$n!==null&&(i.mode&1)!==0&&(i.flags&128)===0)bh(),Hl(),i.flags|=98560,w=!1;else if(w=$l(i),p!==null&&p.dehydrated!==null){if(n===null){if(!w)throw Error(L(318));if(w=i.memoizedState,w=w!==null?w.dehydrated:null,!w)throw Error(L(317));w[Un]=i}else Hl(),(i.flags&128)===0&&(i.memoizedState=null),i.flags|=4;zr(i),w=!1}else Eo!==null&&(Cd(Eo),Eo=null),w=!0;if(!w)return i.flags&65536?i:null}return(i.flags&128)!==0?(i.lanes=l,i):(p=p!==null,p!==(n!==null&&n.memoizedState!==null)&&p&&(i.child.flags|=8192,(i.mode&1)!==0&&(n===null||(sr.current&1)!==0?yr===0&&(yr=3):Tc())),i.updateQueue!==null&&(i.flags|=4),zr(i),null);case 4:return Pa(),Mn(n,i),n===null&&_a(i.stateNode.containerInfo),zr(i),null;case 10:return tc(i.type._context),zr(i),null;case 17:return On(i.type)&&Xu(),zr(i),null;case 19:if(tr(sr),w=i.memoizedState,w===null)return zr(i),null;if(p=(i.flags&128)!==0,R=w.rendering,R===null)if(p)Ma(w,!1);else{if(yr!==0||n!==null&&(n.flags&128)!==0)for(n=i.child;n!==null;){if(R=ac(n),R!==null){for(i.flags|=128,Ma(w,!1),p=R.updateQueue,p!==null&&(i.updateQueue=p,i.flags|=4),i.subtreeFlags=0,p=l,l=i.child;l!==null;)w=l,n=p,w.flags&=14680066,R=w.alternate,R===null?(w.childLanes=0,w.lanes=n,w.child=null,w.subtreeFlags=0,w.memoizedProps=null,w.memoizedState=null,w.updateQueue=null,w.dependencies=null,w.stateNode=null):(w.childLanes=R.childLanes,w.lanes=R.lanes,w.child=R.child,w.subtreeFlags=0,w.deletions=null,w.memoizedProps=R.memoizedProps,w.memoizedState=R.memoizedState,w.updateQueue=R.updateQueue,w.type=R.type,n=R.dependencies,w.dependencies=n===null?null:{lanes:n.lanes,firstContext:n.firstContext}),l=l.sibling;return ir(sr,sr.current&1|2),i.child}n=n.sibling}w.tail!==null&&xr()>To&&(i.flags|=128,p=!0,Ma(w,!1),i.lanes=4194304)}else{if(!p)if(n=ac(R),n!==null){if(i.flags|=128,p=!0,l=n.updateQueue,l!==null&&(i.updateQueue=l,i.flags|=4),Ma(w,!0),w.tail===null&&w.tailMode==="hidden"&&!R.alternate&&!dr)return zr(i),null}else 2*xr()-w.renderingStartTime>To&&l!==1073741824&&(i.flags|=128,p=!0,Ma(w,!1),i.lanes=4194304);w.isBackwards?(R.sibling=i.child,i.child=R):(l=w.last,l!==null?l.sibling=R:i.child=R,w.last=R)}return w.tail!==null?(i=w.tail,w.rendering=i,w.tail=i.sibling,w.renderingStartTime=xr(),i.sibling=null,l=sr.current,ir(sr,p?l&1|2:l&1),i):(zr(i),null);case 22:case 23:return Pd(),p=i.memoizedState!==null,n!==null&&n.memoizedState!==null!==p&&(i.flags|=8192),p&&(i.mode&1)!==0?(Vn&1073741824)!==0&&(zr(i),i.subtreeFlags&6&&(i.flags|=8192)):zr(i),null;case 24:return null;case 25:return null}throw Error(L(156,i.tag))}function Zh(n,i){switch(Vf(i),i.tag){case 1:return On(i.type)&&Xu(),n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 3:return Pa(),tr(Pn),tr(un),sc(),n=i.flags,(n&65536)!==0&&(n&128)===0?(i.flags=n&-65537|128,i):null;case 5:return Xl(i),null;case 13:if(tr(sr),n=i.memoizedState,n!==null&&n.dehydrated!==null){if(i.alternate===null)throw Error(L(340));Hl()}return n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 19:return tr(sr),null;case 4:return Pa(),null;case 10:return tc(i.type._context),null;case 22:case 23:return Pd(),null;case 24:return null;default:return null}}var Ui=!1,fn=!1,wc=typeof WeakSet=="function"?WeakSet:Set,Ge=null;function La(n,i){var l=n.ref;if(l!==null)if(typeof l=="function")try{l(null)}catch(p){gr(n,i,p)}else l.current=null}function Na(n,i,l){try{l()}catch(p){gr(n,i,p)}}var em=!1;function Pg(n,i){if(zf=gl,n=ah(),kf(n)){if("selectionStart"in n)var l={start:n.selectionStart,end:n.selectionEnd};else e:{l=(l=n.ownerDocument)&&l.defaultView||window;var p=l.getSelection&&l.getSelection();if(p&&p.rangeCount!==0){l=p.anchorNode;var m=p.anchorOffset,w=p.focusNode;p=p.focusOffset;try{l.nodeType,w.nodeType}catch{l=null;break e}var R=0,M=-1,z=-1,te=0,_e=0,be=n,we=null;t:for(;;){for(var $e;be!==l||m!==0&&be.nodeType!==3||(M=R+m),be!==w||p!==0&&be.nodeType!==3||(z=R+p),be.nodeType===3&&(R+=be.nodeValue.length),($e=be.firstChild)!==null;)we=be,be=$e;for(;;){if(be===n)break t;if(we===l&&++te===m&&(M=R),we===w&&++_e===p&&(z=R),($e=be.nextSibling)!==null)break;be=we,we=be.parentNode}be=$e}l=M===-1||z===-1?null:{start:M,end:z}}else l=null}l=l||{start:0,end:0}}else l=null;for(Uf={focusedElem:n,selectionRange:l},gl=!1,Ge=i;Ge!==null;)if(i=Ge,n=i.child,(i.subtreeFlags&1028)!==0&&n!==null)n.return=i,Ge=n;else for(;Ge!==null;){i=Ge;try{var Je=i.alternate;if((i.flags&1024)!==0)switch(i.tag){case 0:case 11:case 15:break;case 1:if(Je!==null){var et=Je.memoizedProps,Or=Je.memoizedState,K=i.stateNode,W=K.getSnapshotBeforeUpdate(i.elementType===i.type?et:ao(i.type,et),Or);K.__reactInternalSnapshotBeforeUpdate=W}break;case 3:var Z=i.stateNode.containerInfo;Z.nodeType===1?Z.textContent="":Z.nodeType===9&&Z.documentElement&&Z.removeChild(Z.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(L(163))}}catch(Ae){gr(i,i.return,Ae)}if(n=i.sibling,n!==null){n.return=i.return,Ge=n;break}Ge=i.return}return Je=em,em=!1,Je}function _n(n,i,l){var p=i.updateQueue;if(p=p!==null?p.lastEffect:null,p!==null){var m=p=p.next;do{if((m.tag&n)===n){var w=m.destroy;m.destroy=void 0,w!==void 0&&Na(i,l,w)}m=m.next}while(m!==p)}}function Wr(n,i){if(i=i.updateQueue,i=i!==null?i.lastEffect:null,i!==null){var l=i=i.next;do{if((l.tag&n)===n){var p=l.create;l.destroy=p()}l=l.next}while(l!==i)}}function Da(n){var i=n.ref;if(i!==null){var l=n.stateNode;switch(n.tag){case 5:n=l;break;default:n=l}typeof i=="function"?i(n):i.current=n}}function dn(n){var i=n.alternate;i!==null&&(n.alternate=null,dn(i)),n.child=null,n.deletions=null,n.sibling=null,n.tag===5&&(i=n.stateNode,i!==null&&(delete i[Un],delete i[vn],delete i[Ai],delete i[bs],delete i[zl])),n.stateNode=null,n.return=null,n.dependencies=null,n.memoizedProps=null,n.memoizedState=null,n.pendingProps=null,n.stateNode=null,n.updateQueue=null}function tm(n){return n.tag===5||n.tag===3||n.tag===4}function Mt(n){e:for(;;){for(;n.sibling===null;){if(n.return===null||tm(n.return))return null;n=n.return}for(n.sibling.return=n.return,n=n.sibling;n.tag!==5&&n.tag!==6&&n.tag!==18;){if(n.flags&2||n.child===null||n.tag===4)continue e;n.child.return=n,n=n.child}if(!(n.flags&2))return n.stateNode}}function bd(n,i,l){var p=n.tag;if(p===5||p===6)n=n.stateNode,i?l.nodeType===8?l.parentNode.insertBefore(n,i):l.insertBefore(n,i):(l.nodeType===8?(i=l.parentNode,i.insertBefore(n,l)):(i=l,i.appendChild(n)),l=l._reactRootContainer,l!=null||i.onclick!==null||(i.onclick=Gu));else if(p!==4&&(n=n.child,n!==null))for(bd(n,i,l),n=n.sibling;n!==null;)bd(n,i,l),n=n.sibling}function Ro(n,i,l){var p=n.tag;if(p===5||p===6)n=n.stateNode,i?l.insertBefore(n,i):l.appendChild(n);else if(p!==4&&(n=n.child,n!==null))for(Ro(n,i,l),n=n.sibling;n!==null;)Ro(n,i,l),n=n.sibling}var Ar=null,lo=!1;function zo(n,i,l){for(l=l.child;l!==null;)Sc(n,i,l),l=l.sibling}function Sc(n,i,l){if(ko&&typeof ko.onCommitFiberUnmount=="function")try{ko.onCommitFiberUnmount(cl,l)}catch{}switch(l.tag){case 5:fn||La(l,i);case 6:var p=Ar,m=lo;Ar=null,zo(n,i,l),Ar=p,lo=m,Ar!==null&&(lo?(n=Ar,l=l.stateNode,n.nodeType===8?n.parentNode.removeChild(l):n.removeChild(l)):Ar.removeChild(l.stateNode));break;case 18:Ar!==null&&(lo?(n=Ar,l=l.stateNode,n.nodeType===8?Bf(n.parentNode,l):n.nodeType===1&&Bf(n,l),Ei(n)):Bf(Ar,l.stateNode));break;case 4:p=Ar,m=lo,Ar=l.stateNode.containerInfo,lo=!0,zo(n,i,l),Ar=p,lo=m;break;case 0:case 11:case 14:case 15:if(!fn&&(p=l.updateQueue,p!==null&&(p=p.lastEffect,p!==null))){m=p=p.next;do{var w=m,R=w.destroy;w=w.tag,R!==void 0&&((w&2)!==0||(w&4)!==0)&&Na(l,i,R),m=m.next}while(m!==p)}zo(n,i,l);break;case 1:if(!fn&&(La(l,i),p=l.stateNode,typeof p.componentWillUnmount=="function"))try{p.props=l.memoizedProps,p.state=l.memoizedState,p.componentWillUnmount()}catch(M){gr(l,i,M)}zo(n,i,l);break;case 21:zo(n,i,l);break;case 22:l.mode&1?(fn=(p=fn)||l.memoizedState!==null,zo(n,i,l),fn=p):zo(n,i,l);break;default:zo(n,i,l)}}function rm(n){var i=n.updateQueue;if(i!==null){n.updateQueue=null;var l=n.stateNode;l===null&&(l=n.stateNode=new wc),i.forEach(function(p){var m=Fg.bind(null,n,p);l.has(p)||(l.add(p),p.then(m,m))})}}function Bn(n,i){var l=i.deletions;if(l!==null)for(var p=0;p<l.length;p++){var m=l[p];try{var w=n,R=i,M=R;e:for(;M!==null;){switch(M.tag){case 5:Ar=M.stateNode,lo=!1;break e;case 3:Ar=M.stateNode.containerInfo,lo=!0;break e;case 4:Ar=M.stateNode.containerInfo,lo=!0;break e}M=M.return}if(Ar===null)throw Error(L(160));Sc(w,R,m),Ar=null,lo=!1;var z=m.alternate;z!==null&&(z.return=null),m.return=null}catch(te){gr(m,i,te)}}if(i.subtreeFlags&12854)for(i=i.child;i!==null;)nm(i,n),i=i.sibling}function nm(n,i){var l=n.alternate,p=n.flags;switch(n.tag){case 0:case 11:case 14:case 15:if(Bn(i,n),xo(n),p&4){try{_n(3,n,n.return),Wr(3,n)}catch(et){gr(n,n.return,et)}try{_n(5,n,n.return)}catch(et){gr(n,n.return,et)}}break;case 1:Bn(i,n),xo(n),p&512&&l!==null&&La(l,l.return);break;case 5:if(Bn(i,n),xo(n),p&512&&l!==null&&La(l,l.return),n.flags&32){var m=n.stateNode;try{la(m,"")}catch(et){gr(n,n.return,et)}}if(p&4&&(m=n.stateNode,m!=null)){var w=n.memoizedProps,R=l!==null?l.memoizedProps:w,M=n.type,z=n.updateQueue;if(n.updateQueue=null,z!==null)try{M==="input"&&w.type==="radio"&&w.name!=null&&yn(m,w),ca(M,R);var te=ca(M,w);for(R=0;R<z.length;R+=2){var _e=z[R],be=z[R+1];_e==="style"?xu(m,be):_e==="dangerouslySetInnerHTML"?jr(m,be):_e==="children"?la(m,be):bt(m,_e,be,te)}switch(M){case"input":gn(m,w);break;case"textarea":Eu(m,w);break;case"select":var we=m._wrapperState.wasMultiple;m._wrapperState.wasMultiple=!!w.multiple;var $e=w.value;$e!=null?bo(m,!!w.multiple,$e,!1):we!==!!w.multiple&&(w.defaultValue!=null?bo(m,!!w.multiple,w.defaultValue,!0):bo(m,!!w.multiple,w.multiple?[]:"",!1))}m[vn]=w}catch(et){gr(n,n.return,et)}}break;case 6:if(Bn(i,n),xo(n),p&4){if(n.stateNode===null)throw Error(L(162));m=n.stateNode,w=n.memoizedProps;try{m.nodeValue=w}catch(et){gr(n,n.return,et)}}break;case 3:if(Bn(i,n),xo(n),p&4&&l!==null&&l.memoizedState.isDehydrated)try{Ei(i.containerInfo)}catch(et){gr(n,n.return,et)}break;case 4:Bn(i,n),xo(n);break;case 13:Bn(i,n),xo(n),m=n.child,m.flags&8192&&(w=m.memoizedState!==null,m.stateNode.isHidden=w,!w||m.alternate!==null&&m.alternate.memoizedState!==null||(rn=xr())),p&4&&rm(n);break;case 22:if(_e=l!==null&&l.memoizedState!==null,n.mode&1?(fn=(te=fn)||_e,Bn(i,n),fn=te):Bn(i,n),xo(n),p&8192){if(te=n.memoizedState!==null,(n.stateNode.isHidden=te)&&!_e&&(n.mode&1)!==0)for(Ge=n,_e=n.child;_e!==null;){for(be=Ge=_e;Ge!==null;){switch(we=Ge,$e=we.child,we.tag){case 0:case 11:case 14:case 15:_n(4,we,we.return);break;case 1:La(we,we.return);var Je=we.stateNode;if(typeof Je.componentWillUnmount=="function"){p=we,l=we.return;try{i=p,Je.props=i.memoizedProps,Je.state=i.memoizedState,Je.componentWillUnmount()}catch(et){gr(p,l,et)}}break;case 5:La(we,we.return);break;case 22:if(we.memoizedState!==null){ru(be);continue}}$e!==null?($e.return=we,Ge=$e):ru(be)}_e=_e.sibling}e:for(_e=null,be=n;;){if(be.tag===5){if(_e===null){_e=be;try{m=be.stateNode,te?(w=m.style,typeof w.setProperty=="function"?w.setProperty("display","none","important"):w.display="none"):(M=be.stateNode,z=be.memoizedProps.style,R=z!=null&&z.hasOwnProperty("display")?z.display:null,M.style.display=nl("display",R))}catch(et){gr(n,n.return,et)}}}else if(be.tag===6){if(_e===null)try{be.stateNode.nodeValue=te?"":be.memoizedProps}catch(et){gr(n,n.return,et)}}else if((be.tag!==22&&be.tag!==23||be.memoizedState===null||be===n)&&be.child!==null){be.child.return=be,be=be.child;continue}if(be===n)break e;for(;be.sibling===null;){if(be.return===null||be.return===n)break e;_e===be&&(_e=null),be=be.return}_e===be&&(_e=null),be.sibling.return=be.return,be=be.sibling}}break;case 19:Bn(i,n),xo(n),p&4&&rm(n);break;case 21:break;default:Bn(i,n),xo(n)}}function xo(n){var i=n.flags;if(i&2){try{e:{for(var l=n.return;l!==null;){if(tm(l)){var p=l;break e}l=l.return}throw Error(L(160))}switch(p.tag){case 5:var m=p.stateNode;p.flags&32&&(la(m,""),p.flags&=-33);var w=Mt(n);Ro(n,w,m);break;case 3:case 4:var R=p.stateNode.containerInfo,M=Mt(n);bd(n,M,R);break;default:throw Error(L(161))}}catch(z){gr(n,n.return,z)}n.flags&=-3}i&4096&&(n.flags&=-4097)}function om(n,i,l){Ge=n,_c(n,i,l)}function _c(n,i,l){for(var p=(n.mode&1)!==0;Ge!==null;){var m=Ge,w=m.child;if(m.tag===22&&p){var R=m.memoizedState!==null||Ui;if(!R){var M=m.alternate,z=M!==null&&M.memoizedState!==null||fn;M=Ui;var te=fn;if(Ui=R,(fn=z)&&!te)for(Ge=m;Ge!==null;)R=Ge,z=R.child,R.tag===22&&R.memoizedState!==null?im(m):z!==null?(z.return=R,Ge=z):im(m);for(;w!==null;)Ge=w,_c(w,i,l),w=w.sibling;Ge=m,Ui=M,fn=te}Ed(n,i,l)}else(m.subtreeFlags&8772)!==0&&w!==null?(w.return=m,Ge=w):Ed(n,i,l)}}function Ed(n){for(;Ge!==null;){var i=Ge;if((i.flags&8772)!==0){var l=i.alternate;try{if((i.flags&8772)!==0)switch(i.tag){case 0:case 11:case 15:fn||Wr(5,i);break;case 1:var p=i.stateNode;if(i.flags&4&&!fn)if(l===null)p.componentDidMount();else{var m=i.elementType===i.type?l.memoizedProps:ao(i.type,l.memoizedProps);p.componentDidUpdate(m,l.memoizedState,p.__reactInternalSnapshotBeforeUpdate)}var w=i.updateQueue;w!==null&&xh(i,w,p);break;case 3:var R=i.updateQueue;if(R!==null){if(l=null,i.child!==null)switch(i.child.tag){case 5:l=i.child.stateNode;break;case 1:l=i.child.stateNode}xh(i,R,l)}break;case 5:var M=i.stateNode;if(l===null&&i.flags&4){l=M;var z=i.memoizedProps;switch(i.type){case"button":case"input":case"select":case"textarea":z.autoFocus&&l.focus();break;case"img":z.src&&(l.src=z.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(i.memoizedState===null){var te=i.alternate;if(te!==null){var _e=te.memoizedState;if(_e!==null){var be=_e.dehydrated;be!==null&&Ei(be)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(L(163))}fn||i.flags&512&&Da(i)}catch(we){gr(i,i.return,we)}}if(i===n){Ge=null;break}if(l=i.sibling,l!==null){l.return=i.return,Ge=l;break}Ge=i.return}}function ru(n){for(;Ge!==null;){var i=Ge;if(i===n){Ge=null;break}var l=i.sibling;if(l!==null){l.return=i.return,Ge=l;break}Ge=i.return}}function im(n){for(;Ge!==null;){var i=Ge;try{switch(i.tag){case 0:case 11:case 15:var l=i.return;try{Wr(4,i)}catch(z){gr(i,l,z)}break;case 1:var p=i.stateNode;if(typeof p.componentDidMount=="function"){var m=i.return;try{p.componentDidMount()}catch(z){gr(i,m,z)}}var w=i.return;try{Da(i)}catch(z){gr(i,w,z)}break;case 5:var R=i.return;try{Da(i)}catch(z){gr(i,R,z)}}}catch(z){gr(i,i.return,z)}if(i===n){Ge=null;break}var M=i.sibling;if(M!==null){M.return=i.return,Ge=M;break}Ge=i.return}}var Og=Math.ceil,bc=me.ReactCurrentDispatcher,Rd=me.ReactCurrentOwner,uo=me.ReactCurrentBatchConfig,zt=0,Gr=null,Dr=null,Yr=0,Vn=0,Ia=Oi(0),yr=0,nu=null,Fa=0,ou=0,Ec=0,iu=null,Pr=null,rn=0,To=1/0,$i=null,ja=!1,xd=null,li=null,Rc=!1,Hi=null,xc=0,Ds=0,Is=null,ui=-1,za=0;function Ir(){return(zt&6)!==0?xr():ui!==-1?ui:ui=xr()}function Wn(n){return(n.mode&1)===0?1:(zt&2)!==0&&Yr!==0?Yr&-Yr:Cs.transition!==null?(za===0&&(za=kp()),za):(n=Kt,n!==0||(n=window.event,n=n===void 0?16:Fp(n.type)),n)}function co(n,i,l,p){if(50<Ds)throw Ds=0,Is=null,Error(L(185));dl(n,l,p),((zt&2)===0||n!==Gr)&&(n===Gr&&((zt&2)===0&&(ou|=l),yr===4&&ci(n,Yr)),Ln(n,p),l===1&&zt===0&&(i.mode&1)===0&&(To=xr()+500,Mi&&Io()))}function Ln(n,i){var l=n.callbackNode;ff(n,i);var p=cs(n,n===Gr?Yr:0);if(p===0)l!==null&&Pp(l),n.callbackNode=null,n.callbackPriority=0;else if(i=p&-p,n.callbackPriority!==i){if(l!=null&&Pp(l),i===1)n.tag===0?gh(au.bind(null,n)):Li(au.bind(null,n)),ln(function(){(zt&6)===0&&Io()}),l=null;else{switch(pl(p)){case 1:l=cf;break;case 4:l=Op;break;case 16:l=ll;break;case 536870912:l=ul;break;default:l=ll}l=fm(l,Fs.bind(null,n))}n.callbackPriority=i,n.callbackNode=l}}function Fs(n,i){if(ui=-1,za=0,(zt&6)!==0)throw Error(L(327));var l=n.callbackNode;if($a()&&n.callbackNode!==l)return null;var p=cs(n,n===Gr?Yr:0);if(p===0)return null;if((p&30)!==0||(p&n.expiredLanes)!==0||i)i=js(n,p);else{i=p;var m=zt;zt|=2;var w=sm();(Gr!==n||Yr!==i)&&($i=null,To=xr()+500,Vi(n,i));do try{Lg();break}catch(M){am(n,M)}while(!0);Os(),bc.current=w,zt=m,Dr!==null?i=0:(Gr=null,Yr=0,i=yr)}if(i!==0){if(i===2&&(m=df(n),m!==0&&(p=m,i=Td(n,m))),i===1)throw l=nu,Vi(n,0),ci(n,p),Ln(n,xr()),l;if(i===6)ci(n,p);else{if(m=n.current.alternate,(p&30)===0&&!kg(m)&&(i=js(n,p),i===2&&(w=df(n),w!==0&&(p=w,i=Td(n,w))),i===1))throw l=nu,Vi(n,0),ci(n,p),Ln(n,xr()),l;switch(n.finishedWork=m,n.finishedLanes=p,i){case 0:case 1:throw Error(L(345));case 2:Ua(n,Pr,$i);break;case 3:if(ci(n,p),(p&130023424)===p&&(i=rn+500-xr(),10<i)){if(cs(n,0)!==0)break;if(m=n.suspendedLanes,(m&p)!==p){Ir(),n.pingedLanes|=n.suspendedLanes&m;break}n.timeoutHandle=Hf(Ua.bind(null,n,Pr,$i),i);break}Ua(n,Pr,$i);break;case 4:if(ci(n,p),(p&4194240)===p)break;for(i=n.eventTimes,m=-1;0<p;){var R=31-to(p);w=1<<R,R=i[R],R>m&&(m=R),p&=~w}if(p=m,p=xr()-p,p=(120>p?120:480>p?480:1080>p?1080:1920>p?1920:3e3>p?3e3:4320>p?4320:1960*Og(p/1960))-p,10<p){n.timeoutHandle=Hf(Ua.bind(null,n,Pr,$i),p);break}Ua(n,Pr,$i);break;case 5:Ua(n,Pr,$i);break;default:throw Error(L(329))}}}return Ln(n,xr()),n.callbackNode===l?Fs.bind(null,n):null}function Td(n,i){var l=iu;return n.current.memoizedState.isDehydrated&&(Vi(n,i).flags|=256),n=js(n,i),n!==2&&(i=Pr,Pr=l,i!==null&&Cd(i)),n}function Cd(n){Pr===null?Pr=n:Pr.push.apply(Pr,n)}function kg(n){for(var i=n;;){if(i.flags&16384){var l=i.updateQueue;if(l!==null&&(l=l.stores,l!==null))for(var p=0;p<l.length;p++){var m=l[p],w=m.getSnapshot;m=m.value;try{if(!An(w(),m))return!1}catch{return!1}}}if(l=i.child,i.subtreeFlags&16384&&l!==null)l.return=i,i=l;else{if(i===n)break;for(;i.sibling===null;){if(i.return===null||i.return===n)return!0;i=i.return}i.sibling.return=i.return,i=i.sibling}}return!0}function ci(n,i){for(i&=~Ec,i&=~ou,n.suspendedLanes|=i,n.pingedLanes&=~i,n=n.expirationTimes;0<i;){var l=31-to(i),p=1<<l;n[l]=-1,i&=~p}}function au(n){if((zt&6)!==0)throw Error(L(327));$a();var i=cs(n,0);if((i&1)===0)return Ln(n,xr()),null;var l=js(n,i);if(n.tag!==0&&l===2){var p=df(n);p!==0&&(i=p,l=Td(n,p))}if(l===1)throw l=nu,Vi(n,0),ci(n,i),Ln(n,xr()),l;if(l===6)throw Error(L(345));return n.finishedWork=n.current.alternate,n.finishedLanes=i,Ua(n,Pr,$i),Ln(n,xr()),null}function Ad(n,i){var l=zt;zt|=1;try{return n(i)}finally{zt=l,zt===0&&(To=xr()+500,Mi&&Io())}}function Bi(n){Hi!==null&&Hi.tag===0&&(zt&6)===0&&$a();var i=zt;zt|=1;var l=uo.transition,p=Kt;try{if(uo.transition=null,Kt=1,n)return n()}finally{Kt=p,uo.transition=l,zt=i,(zt&6)===0&&Io()}}function Pd(){Vn=Ia.current,tr(Ia)}function Vi(n,i){n.finishedWork=null,n.finishedLanes=0;var l=n.timeoutHandle;if(l!==-1&&(n.timeoutHandle=-1,Sg(l)),Dr!==null)for(l=Dr.return;l!==null;){var p=l;switch(Vf(p),p.tag){case 1:p=p.type.childContextTypes,p!=null&&Xu();break;case 3:Pa(),tr(Pn),tr(un),sc();break;case 5:Xl(p);break;case 4:Pa();break;case 13:tr(sr);break;case 19:tr(sr);break;case 10:tc(p.type._context);break;case 22:case 23:Pd()}l=l.return}if(Gr=n,Dr=n=Wi(n.current,null),Yr=Vn=i,yr=0,nu=null,Ec=ou=Fa=0,Pr=iu=null,Ca!==null){for(i=0;i<Ca.length;i++)if(l=Ca[i],p=l.interleaved,p!==null){l.interleaved=null;var m=p.next,w=l.pending;if(w!==null){var R=w.next;w.next=m,p.next=R}l.pending=p}Ca=null}return n}function am(n,i){do{var l=Dr;try{if(Os(),Fi.current=ud,lc){for(var p=mr.memoizedState;p!==null;){var m=p.queue;m!==null&&(m.pending=null),p=p.next}lc=!1}if(Oa=0,Vr=Cr=mr=null,ji=!1,wn=0,Rd.current=null,l===null||l.return===null){yr=1,nu=i,Dr=null;break}e:{var w=n,R=l.return,M=l,z=i;if(i=Yr,M.flags|=32768,z!==null&&typeof z=="object"&&typeof z.then=="function"){var te=z,_e=M,be=_e.tag;if((_e.mode&1)===0&&(be===0||be===11||be===15)){var we=_e.alternate;we?(_e.updateQueue=we.updateQueue,_e.memoizedState=we.memoizedState,_e.lanes=we.lanes):(_e.updateQueue=null,_e.memoizedState=null)}var $e=Bh(R);if($e!==null){$e.flags&=-257,hc($e,R,M,w,i),$e.mode&1&&Hh(w,te,i),i=$e,z=te;var Je=i.updateQueue;if(Je===null){var et=new Set;et.add(z),i.updateQueue=et}else Je.add(z);break e}else{if((i&1)===0){Hh(w,te,i),Tc();break e}z=Error(L(426))}}else if(dr&&M.mode&1){var Or=Bh(R);if(Or!==null){(Or.flags&65536)===0&&(Or.flags|=256),hc(Or,R,M,w,i),ne(ai(z,M));break e}}w=z=ai(z,M),yr!==4&&(yr=2),iu===null?iu=[w]:iu.push(w),w=R;do{switch(w.tag){case 3:w.flags|=65536,i&=-i,w.lanes|=i;var K=pc(w,z,i);oc(w,K);break e;case 1:M=z;var W=w.type,Z=w.stateNode;if((w.flags&128)===0&&(typeof W.getDerivedStateFromError=="function"||Z!==null&&typeof Z.componentDidCatch=="function"&&(li===null||!li.has(Z)))){w.flags|=65536,i&=-i,w.lanes|=i;var Ae=$h(w,M,i);oc(w,Ae);break e}}w=w.return}while(w!==null)}um(l)}catch(Ye){i=Ye,Dr===l&&l!==null&&(Dr=l=l.return);continue}break}while(!0)}function sm(){var n=bc.current;return bc.current=ud,n===null?ud:n}function Tc(){(yr===0||yr===3||yr===2)&&(yr=4),Gr===null||(Fa&268435455)===0&&(ou&268435455)===0||ci(Gr,Yr)}function js(n,i){var l=zt;zt|=2;var p=sm();(Gr!==n||Yr!==i)&&($i=null,Vi(n,i));do try{Mg();break}catch(m){am(n,m)}while(!0);if(Os(),zt=l,bc.current=p,Dr!==null)throw Error(L(261));return Gr=null,Yr=0,yr}function Mg(){for(;Dr!==null;)lm(Dr)}function Lg(){for(;Dr!==null&&!Gy();)lm(Dr)}function lm(n){var i=kd(n.alternate,n,Vn);n.memoizedProps=n.pendingProps,i===null?um(n):Dr=i,Rd.current=null}function um(n){var i=n;do{var l=i.alternate;if(n=i.return,(i.flags&32768)===0){if(l=Ag(l,i,Vn),l!==null){Dr=l;return}}else{if(l=Zh(l,i),l!==null){l.flags&=32767,Dr=l;return}if(n!==null)n.flags|=32768,n.subtreeFlags=0,n.deletions=null;else{yr=6,Dr=null;return}}if(i=i.sibling,i!==null){Dr=i;return}Dr=i=n}while(i!==null);yr===0&&(yr=5)}function Ua(n,i,l){var p=Kt,m=uo.transition;try{uo.transition=null,Kt=1,Ng(n,i,l,p)}finally{uo.transition=m,Kt=p}return null}function Ng(n,i,l,p){do $a();while(Hi!==null);if((zt&6)!==0)throw Error(L(327));l=n.finishedWork;var m=n.finishedLanes;if(l===null)return null;if(n.finishedWork=null,n.finishedLanes=0,l===n.current)throw Error(L(177));n.callbackNode=null,n.callbackPriority=0;var w=l.lanes|l.childLanes;if(Pu(n,w),n===Gr&&(Dr=Gr=null,Yr=0),(l.subtreeFlags&2064)===0&&(l.flags&2064)===0||Rc||(Rc=!0,fm(ll,function(){return $a(),null})),w=(l.flags&15990)!==0,(l.subtreeFlags&15990)!==0||w){w=uo.transition,uo.transition=null;var R=Kt;Kt=1;var M=zt;zt|=4,Rd.current=null,Pg(n,l),nm(l,n),yg(Uf),gl=!!zf,Uf=zf=null,n.current=l,om(l,n,m),Yy(),zt=M,Kt=R,uo.transition=w}else n.current=l;if(Rc&&(Rc=!1,Hi=n,xc=m),w=n.pendingLanes,w===0&&(li=null),Jy(l.stateNode,p),Ln(n,xr()),i!==null)for(p=n.onRecoverableError,l=0;l<i.length;l++)m=i[l],p(m.value,{componentStack:m.stack,digest:m.digest});if(ja)throw ja=!1,n=xd,xd=null,n;return(xc&1)!==0&&n.tag!==0&&$a(),w=n.pendingLanes,(w&1)!==0?n===Is?Ds++:(Ds=0,Is=n):Ds=0,Io(),null}function $a(){if(Hi!==null){var n=pl(xc),i=uo.transition,l=Kt;try{if(uo.transition=null,Kt=16>n?16:n,Hi===null)var p=!1;else{if(n=Hi,Hi=null,xc=0,(zt&6)!==0)throw Error(L(331));var m=zt;for(zt|=4,Ge=n.current;Ge!==null;){var w=Ge,R=w.child;if((Ge.flags&16)!==0){var M=w.deletions;if(M!==null){for(var z=0;z<M.length;z++){var te=M[z];for(Ge=te;Ge!==null;){var _e=Ge;switch(_e.tag){case 0:case 11:case 15:_n(8,_e,w)}var be=_e.child;if(be!==null)be.return=_e,Ge=be;else for(;Ge!==null;){_e=Ge;var we=_e.sibling,$e=_e.return;if(dn(_e),_e===te){Ge=null;break}if(we!==null){we.return=$e,Ge=we;break}Ge=$e}}}var Je=w.alternate;if(Je!==null){var et=Je.child;if(et!==null){Je.child=null;do{var Or=et.sibling;et.sibling=null,et=Or}while(et!==null)}}Ge=w}}if((w.subtreeFlags&2064)!==0&&R!==null)R.return=w,Ge=R;else e:for(;Ge!==null;){if(w=Ge,(w.flags&2048)!==0)switch(w.tag){case 0:case 11:case 15:_n(9,w,w.return)}var K=w.sibling;if(K!==null){K.return=w.return,Ge=K;break e}Ge=w.return}}var W=n.current;for(Ge=W;Ge!==null;){R=Ge;var Z=R.child;if((R.subtreeFlags&2064)!==0&&Z!==null)Z.return=R,Ge=Z;else e:for(R=W;Ge!==null;){if(M=Ge,(M.flags&2048)!==0)try{switch(M.tag){case 0:case 11:case 15:Wr(9,M)}}catch(Ye){gr(M,M.return,Ye)}if(M===R){Ge=null;break e}var Ae=M.sibling;if(Ae!==null){Ae.return=M.return,Ge=Ae;break e}Ge=M.return}}if(zt=m,Io(),ko&&typeof ko.onPostCommitFiberRoot=="function")try{ko.onPostCommitFiberRoot(cl,n)}catch{}p=!0}return p}finally{Kt=l,uo.transition=i}}return!1}function cm(n,i,l){i=ai(l,i),i=pc(n,i,1),n=Ii(n,i,1),i=Ir(),n!==null&&(dl(n,1,i),Ln(n,i))}function gr(n,i,l){if(n.tag===3)cm(n,n,l);else for(;i!==null;){if(i.tag===3){cm(i,n,l);break}else if(i.tag===1){var p=i.stateNode;if(typeof i.type.getDerivedStateFromError=="function"||typeof p.componentDidCatch=="function"&&(li===null||!li.has(p))){n=ai(l,n),n=$h(i,n,1),i=Ii(i,n,1),n=Ir(),i!==null&&(dl(i,1,n),Ln(i,n));break}}i=i.return}}function Dg(n,i,l){var p=n.pingCache;p!==null&&p.delete(i),i=Ir(),n.pingedLanes|=n.suspendedLanes&l,Gr===n&&(Yr&l)===l&&(yr===4||yr===3&&(Yr&130023424)===Yr&&500>xr()-rn?Vi(n,0):Ec|=l),Ln(n,i)}function Od(n,i){i===0&&((n.mode&1)===0?i=1:(i=bi,bi<<=1,(bi&130023424)===0&&(bi=4194304)));var l=Ir();n=Fo(n,i),n!==null&&(dl(n,i,l),Ln(n,l))}function Ig(n){var i=n.memoizedState,l=0;i!==null&&(l=i.retryLane),Od(n,l)}function Fg(n,i){var l=0;switch(n.tag){case 13:var p=n.stateNode,m=n.memoizedState;m!==null&&(l=m.retryLane);break;case 19:p=n.stateNode;break;default:throw Error(L(314))}p!==null&&p.delete(i),Od(n,l)}var kd;kd=function(n,i,l){if(n!==null)if(n.memoizedProps!==i.pendingProps||Pn.current)Sn=!0;else{if((n.lanes&l)===0&&(i.flags&128)===0)return Sn=!1,Cg(n,i,l);Sn=(n.flags&131072)!==0}else Sn=!1,dr&&(i.flags&1048576)!==0&&vh(i,qu,i.index);switch(i.lanes=0,i.tag){case 2:var p=i.type;gc(n,i),n=i.pendingProps;var m=Rs(i,un.current);Ta(i,l),m=ka(null,i,p,n,m,l);var w=cc();return i.flags|=1,typeof m=="object"&&m!==null&&typeof m.render=="function"&&m.$$typeof===void 0?(i.tag=1,i.memoizedState=null,i.updateQueue=null,On(p)?(w=!0,Ku(i)):w=!1,i.memoizedState=m.state!==null&&m.state!==void 0?m.state:null,Rh(i),m.updater=eu,i.stateNode=m,m._reactInternals=i,pd(i,p,n,l),i=yd(null,i,p,!0,w,l)):(i.tag=0,dr&&w&&Zu(i),jt(null,i,m,l),i=i.child),i;case 16:p=i.elementType;e:{switch(gc(n,i),n=i.pendingProps,m=p._init,p=m(p._payload),i.type=p,m=i.tag=pr(p),n=ao(p,n),m){case 0:i=md(null,i,p,n,l);break e;case 1:i=Xh(null,i,p,n,l);break e;case 11:i=hd(null,i,p,n,l);break e;case 14:i=Vh(null,i,p,ao(p.type,n),l);break e}throw Error(L(306,p,""))}return i;case 0:return p=i.type,m=i.pendingProps,m=i.elementType===p?m:ao(p,m),md(n,i,p,m,l);case 1:return p=i.type,m=i.pendingProps,m=i.elementType===p?m:ao(p,m),Xh(n,i,p,m,l);case 3:e:{if(Kh(i),n===null)throw Error(L(387));p=i.pendingProps,w=i.memoizedState,m=w.element,_g(n,i),ic(i,p,null,l);var R=i.memoizedState;if(p=R.element,w.isDehydrated)if(w={element:p,isDehydrated:!1,cache:R.cache,pendingSuspenseBoundaries:R.pendingSuspenseBoundaries,transitions:R.transitions},i.updateQueue.baseState=w,i.memoizedState=w,i.flags&256){m=ai(Error(L(423)),i),i=Jh(n,i,p,l,m);break e}else if(p!==m){m=ai(Error(L(424)),i),i=Jh(n,i,p,l,m);break e}else for($n=No(i.stateNode.containerInfo.firstChild),kn=i,dr=!0,Eo=null,l=Xf(i,null,p,l),i.child=l;l;)l.flags=l.flags&-3|4096,l=l.sibling;else{if(Hl(),p===m){i=si(n,i,l);break e}jt(n,i,p,l)}i=i.child}return i;case 5:return Th(i),n===null&&Gf(i),p=i.type,m=i.pendingProps,w=n!==null?n.memoizedProps:null,R=m.children,$f(p,m)?R=null:w!==null&&$f(p,w)&&(i.flags|=32),Yh(n,i),jt(n,i,R,l),i.child;case 6:return n===null&&Gf(i),null;case 13:return Qh(n,i,l);case 4:return Jf(i,i.stateNode.containerInfo),p=i.pendingProps,n===null?i.child=Ni(i,null,p,l):jt(n,i,p,l),i.child;case 11:return p=i.type,m=i.pendingProps,m=i.elementType===p?m:ao(p,m),hd(n,i,p,m,l);case 7:return jt(n,i,i.pendingProps,l),i.child;case 8:return jt(n,i,i.pendingProps.children,l),i.child;case 12:return jt(n,i,i.pendingProps.children,l),i.child;case 10:e:{if(p=i.type._context,m=i.pendingProps,w=i.memoizedProps,R=m.value,ir(Vl,p._currentValue),p._currentValue=R,w!==null)if(An(w.value,R)){if(w.children===m.children&&!Pn.current){i=si(n,i,l);break e}}else for(w=i.child,w!==null&&(w.return=i);w!==null;){var M=w.dependencies;if(M!==null){R=w.child;for(var z=M.firstContext;z!==null;){if(z.context===p){if(w.tag===1){z=Di(-1,l&-l),z.tag=2;var te=w.updateQueue;if(te!==null){te=te.shared;var _e=te.pending;_e===null?z.next=z:(z.next=_e.next,_e.next=z),te.pending=z}}w.lanes|=l,z=w.alternate,z!==null&&(z.lanes|=l),rc(w.return,l,i),M.lanes|=l;break}z=z.next}}else if(w.tag===10)R=w.type===i.type?null:w.child;else if(w.tag===18){if(R=w.return,R===null)throw Error(L(341));R.lanes|=l,M=R.alternate,M!==null&&(M.lanes|=l),rc(R,l,i),R=w.sibling}else R=w.child;if(R!==null)R.return=w;else for(R=w;R!==null;){if(R===i){R=null;break}if(w=R.sibling,w!==null){w.return=R.return,R=w;break}R=R.return}w=R}jt(n,i,m.children,l),i=i.child}return i;case 9:return m=i.type,p=i.pendingProps.children,Ta(i,l),m=Hn(m),p=p(m),i.flags|=1,jt(n,i,p,l),i.child;case 14:return p=i.type,m=ao(p,i.pendingProps),m=ao(p.type,m),Vh(n,i,p,m,l);case 15:return Wh(n,i,i.type,i.pendingProps,l);case 17:return p=i.type,m=i.pendingProps,m=i.elementType===p?m:ao(p,m),gc(n,i),i.tag=1,On(p)?(n=!0,Ku(i)):n=!1,Ta(i,l),tu(i,p,m),pd(i,p,m,l),yd(null,i,p,!0,n,l);case 19:return Sd(n,i,l);case 22:return Gh(n,i,l)}throw Error(L(156,i.tag))};function fm(n,i){return Ap(n,i)}function dm(n,i,l,p){this.tag=n,this.key=l,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=i,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=p,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function fo(n,i,l,p){return new dm(n,i,l,p)}function Md(n){return n=n.prototype,!(!n||!n.isReactComponent)}function pr(n){if(typeof n=="function")return Md(n)?1:0;if(n!=null){if(n=n.$$typeof,n===qn)return 11;if(n===yi)return 14}return 2}function Wi(n,i){var l=n.alternate;return l===null?(l=fo(n.tag,i,n.key,n.mode),l.elementType=n.elementType,l.type=n.type,l.stateNode=n.stateNode,l.alternate=n,n.alternate=l):(l.pendingProps=i,l.type=n.type,l.flags=0,l.subtreeFlags=0,l.deletions=null),l.flags=n.flags&14680064,l.childLanes=n.childLanes,l.lanes=n.lanes,l.child=n.child,l.memoizedProps=n.memoizedProps,l.memoizedState=n.memoizedState,l.updateQueue=n.updateQueue,i=n.dependencies,l.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext},l.sibling=n.sibling,l.index=n.index,l.ref=n.ref,l}function Cc(n,i,l,p,m,w){var R=2;if(p=n,typeof n=="function")Md(n)&&(R=1);else if(typeof n=="string")R=5;else e:switch(n){case Vt:return Ha(l.children,m,w,i);case jn:R=8,m|=8;break;case Rn:return n=fo(12,l,i,m|2),n.elementType=Rn,n.lanes=w,n;case Zr:return n=fo(13,l,i,m),n.elementType=Zr,n.lanes=w,n;case Zn:return n=fo(19,l,i,m),n.elementType=Zn,n.lanes=w,n;case dt:return Ac(l,m,w,i);default:if(typeof n=="object"&&n!==null)switch(n.$$typeof){case Qn:R=10;break e;case Lt:R=9;break e;case qn:R=11;break e;case yi:R=14;break e;case Me:R=16,p=null;break e}throw Error(L(130,n==null?n:typeof n,""))}return i=fo(R,l,i,m),i.elementType=n,i.type=p,i.lanes=w,i}function Ha(n,i,l,p){return n=fo(7,n,p,i),n.lanes=l,n}function Ac(n,i,l,p){return n=fo(22,n,p,i),n.elementType=dt,n.lanes=l,n.stateNode={isHidden:!1},n}function Ld(n,i,l){return n=fo(6,n,null,i),n.lanes=l,n}function Nn(n,i,l){return i=fo(4,n.children!==null?n.children:[],n.key,i),i.lanes=l,i.stateNode={containerInfo:n.containerInfo,pendingChildren:null,implementation:n.implementation},i}function Ba(n,i,l,p,m){this.tag=i,this.containerInfo=n,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=pf(0),this.expirationTimes=pf(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=pf(0),this.identifierPrefix=p,this.onRecoverableError=m,this.mutableSourceEagerHydrationData=null}function wt(n,i,l,p,m,w,R,M,z){return n=new Ba(n,i,l,M,z),i===1?(i=1,w===!0&&(i|=8)):i=0,w=fo(3,null,null,i),n.current=w,w.stateNode=n,w.memoizedState={element:p,isDehydrated:l,cache:null,transitions:null,pendingSuspenseBoundaries:null},Rh(w),n}function xw(n,i,l){var p=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:St,key:p==null?null:""+p,children:n,containerInfo:i,implementation:l}}function lr(n){if(!n)return ki;n=n._reactInternals;e:{if(ha(n)!==n||n.tag!==1)throw Error(L(170));var i=n;do{switch(i.tag){case 3:i=i.stateNode.context;break e;case 1:if(On(i.type)){i=i.stateNode.__reactInternalMemoizedMergedChildContext;break e}}i=i.return}while(i!==null);throw Error(L(171))}if(n.tag===1){var l=n.type;if(On(l))return mh(n,l,i)}return i}function su(n,i,l,p,m,w,R,M,z){return n=wt(l,p,!0,n,m,w,R,M,z),n.context=lr(null),l=n.current,p=Ir(),m=Wn(l),w=Di(p,m),w.callback=i??null,Ii(l,w,m),n.current.lanes=m,dl(n,m,p),Ln(n,p),n}function Gi(n,i,l,p){var m=i.current,w=Ir(),R=Wn(m);return l=lr(l),i.context===null?i.context=l:i.pendingContext=l,i=Di(w,R),i.payload={element:n},p=p===void 0?null:p,p!==null&&(i.callback=p),n=Ii(m,i,R),n!==null&&(co(n,m,R,w),ks(n,m,R)),R}function Pc(n){if(n=n.current,!n.child)return null;switch(n.child.tag){case 5:return n.child.stateNode;default:return n.child.stateNode}}function pm(n,i){if(n=n.memoizedState,n!==null&&n.dehydrated!==null){var l=n.retryLane;n.retryLane=l!==0&&l<i?l:i}}function Gn(n,i){pm(n,i),(n=n.alternate)&&pm(n,i)}function jg(){return null}var hm=typeof reportError=="function"?reportError:function(n){console.error(n)};function Nd(n){this._internalRoot=n}nn.prototype.render=Nd.prototype.render=function(n){var i=this._internalRoot;if(i===null)throw Error(L(409));Gi(n,i,null,null)},nn.prototype.unmount=Nd.prototype.unmount=function(){var n=this._internalRoot;if(n!==null){this._internalRoot=null;var i=n.containerInfo;Bi(function(){Gi(null,n,null,null)}),i[ro]=null}};function nn(n){this._internalRoot=n}nn.prototype.unstable_scheduleHydration=function(n){if(n){var i=Lp();n={blockedOn:null,target:n,priority:i};for(var l=0;l<Mo.length&&i!==0&&i<Mo[l].priority;l++);Mo.splice(l,0,n),l===0&&Dp(n)}};function Dd(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11)}function lu(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11&&(n.nodeType!==8||n.nodeValue!==" react-mount-point-unstable "))}function mm(){}function Id(n,i,l,p,m){if(m){if(typeof p=="function"){var w=p;p=function(){var te=Pc(R);w.call(te)}}var R=su(i,p,n,0,null,!1,!1,"",mm);return n._reactRootContainer=R,n[ro]=R.current,_a(n.nodeType===8?n.parentNode:n),Bi(),R}for(;m=n.lastChild;)n.removeChild(m);if(typeof p=="function"){var M=p;p=function(){var te=Pc(z);M.call(te)}}var z=wt(n,0,!1,null,null,!1,!1,"",mm);return n._reactRootContainer=z,n[ro]=z.current,_a(n.nodeType===8?n.parentNode:n),Bi(function(){Gi(i,z,l,p)}),z}function Oc(n,i,l,p,m){var w=l._reactRootContainer;if(w){var R=w;if(typeof m=="function"){var M=m;m=function(){var z=Pc(R);M.call(z)}}Gi(i,R,n,m)}else R=Id(l,i,n,m,p);return Pc(R)}eg=function(n){switch(n.tag){case 3:var i=n.stateNode;if(i.current.memoizedState.isDehydrated){var l=ma(i.pendingLanes);l!==0&&(fs(i,l|1),Ln(i,xr()),(zt&6)===0&&(To=xr()+500,Io()))}break;case 13:Bi(function(){var p=Fo(n,1);if(p!==null){var m=Ir();co(p,n,1,m)}}),Gn(n,1)}},Ou=function(n){if(n.tag===13){var i=Fo(n,134217728);if(i!==null){var l=Ir();co(i,n,134217728,l)}Gn(n,134217728)}},Mp=function(n){if(n.tag===13){var i=Wn(n),l=Fo(n,i);if(l!==null){var p=Ir();co(l,n,i,p)}Gn(n,i)}},Lp=function(){return Kt},ds=function(n,i){var l=Kt;try{return Kt=n,i()}finally{Kt=l}},Cu=function(n,i,l){switch(i){case"input":if(gn(n,l),i=l.name,l.type==="radio"&&i!=null){for(l=n;l.parentNode;)l=l.parentNode;for(l=l.querySelectorAll("input[name="+JSON.stringify(""+i)+'][type="radio"]'),i=0;i<l.length;i++){var p=l[i];if(p!==n&&p.form===n.form){var m=en(p);if(!m)throw Error(L(90));Ft(p),gn(p,m)}}}break;case"textarea":Eu(n,l);break;case"select":i=l.value,i!=null&&bo(n,!!l.multiple,i,!1)}},ol=Ad,uf=Bi;var zg={usingClientEntryPoint:!1,Events:[Ul,Es,en,bp,lf,Ad]},Va={findFiberByHostInstance:Pi,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},Ug={bundleType:Va.bundleType,version:Va.version,rendererPackageName:Va.rendererPackageName,rendererConfig:Va.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:me.ReactCurrentDispatcher,findHostInstanceByFiber:function(n){return n=Tp(n),n===null?null:n.stateNode},findFiberByHostInstance:Va.findFiberByHostInstance||jg,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Yi=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Yi.isDisabled&&Yi.supportsFiber)try{cl=Yi.inject(Ug),ko=Yi}catch{}}D.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=zg,D.createPortal=function(n,i){var l=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Dd(i))throw Error(L(200));return xw(n,i,null,l)},D.createRoot=function(n,i){if(!Dd(n))throw Error(L(299));var l=!1,p="",m=hm;return i!=null&&(i.unstable_strictMode===!0&&(l=!0),i.identifierPrefix!==void 0&&(p=i.identifierPrefix),i.onRecoverableError!==void 0&&(m=i.onRecoverableError)),i=wt(n,1,!1,null,null,l,!1,p,m),n[ro]=i.current,_a(n.nodeType===8?n.parentNode:n),new Nd(i)},D.findDOMNode=function(n){if(n==null)return null;if(n.nodeType===1)return n;var i=n._reactInternals;if(i===void 0)throw typeof n.render=="function"?Error(L(188)):(n=Object.keys(n).join(","),Error(L(268,n)));return n=Tp(i),n=n===null?null:n.stateNode,n},D.flushSync=function(n){return Bi(n)},D.hydrate=function(n,i,l){if(!lu(i))throw Error(L(200));return Oc(null,n,i,!0,l)},D.hydrateRoot=function(n,i,l){if(!Dd(n))throw Error(L(405));var p=l!=null&&l.hydratedSources||null,m=!1,w="",R=hm;if(l!=null&&(l.unstable_strictMode===!0&&(m=!0),l.identifierPrefix!==void 0&&(w=l.identifierPrefix),l.onRecoverableError!==void 0&&(R=l.onRecoverableError)),i=su(i,null,n,1,l??null,m,!1,w,R),n[ro]=i.current,_a(n),p)for(n=0;n<p.length;n++)l=p[n],m=l._getVersion,m=m(l._source),i.mutableSourceEagerHydrationData==null?i.mutableSourceEagerHydrationData=[l,m]:i.mutableSourceEagerHydrationData.push(l,m);return new nn(i)},D.render=function(n,i,l){if(!lu(i))throw Error(L(200));return Oc(null,n,i,!1,l)},D.unmountComponentAtNode=function(n){if(!lu(n))throw Error(L(40));return n._reactRootContainer?(Bi(function(){Oc(null,null,n,!1,function(){n._reactRootContainer=null,n[ro]=null})}),!0):!1},D.unstable_batchedUpdates=Ad,D.unstable_renderSubtreeIntoContainer=function(n,i,l,p){if(!lu(l))throw Error(L(200));if(n==null||n._reactInternals===void 0)throw Error(L(38));return Oc(n,i,l,!1,p)},D.version="18.3.1-next-f1338f8080-20240426"}),9597:(G=>{"use strict";var D=function(k,B,H,L,V,U,se,ee){if(!k){var ae;if(B===void 0)ae=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var ye=[H,L,V,U,se,ee],ke=0;ae=new Error(B.replace(/%s/g,function(){return ye[ke++]})),ae.name="Invariant Violation"}throw ae.framesToPop=1,ae}};G.exports=D}),9921:((G,D,k)=>{"use strict";function B(ae){return ae&&typeof ae=="object"&&"default"in ae?ae.default:ae}var H=k(758),L=B(H);function V(ae,ye,ke){return ye in ae?Object.defineProperty(ae,ye,{value:ke,enumerable:!0,configurable:!0,writable:!0}):ae[ye]=ke,ae}function U(ae,ye){ae.prototype=Object.create(ye.prototype),ae.prototype.constructor=ae,ae.__proto__=ye}var se=!!(typeof window<"u"&&window.document&&window.document.createElement);function ee(ae,ye,ke){if(typeof ae!="function")throw new Error("Expected reducePropsToState to be a function.");if(typeof ye!="function")throw new Error("Expected handleStateChangeOnClient to be a function.");if(typeof ke<"u"&&typeof ke!="function")throw new Error("Expected mapStateOnServer to either be undefined or a function.");function Ne(Ze){return Ze.displayName||Ze.name||"Component"}return function(Ee){if(typeof Ee!="function")throw new Error("Expected WrappedComponent to be a React component.");var g=[],oe;function fe(){oe=ae(g.map(function(Re){return Re.props})),de.canUseDOM?ye(oe):ke&&(oe=ke(oe))}var de=(function(Re){U(De,Re);function De(){return Re.apply(this,arguments)||this}De.peek=function(){return oe},De.rewind=function(){if(De.canUseDOM)throw new Error("You may only call rewind() on the server. Call peek() to read the current state.");var ht=oe;return oe=void 0,g=[],ht};var bt=De.prototype;return bt.UNSAFE_componentWillMount=function(){g.push(this),fe()},bt.componentDidUpdate=function(){fe()},bt.componentWillUnmount=function(){var ht=g.indexOf(this);g.splice(ht,1),fe()},bt.render=function(){return L.createElement(Ee,this.props)},De})(H.PureComponent);return V(de,"displayName","SideEffect("+Ne(Ee)+")"),V(de,"canUseDOM",se),de}}G.exports=ee})},Ew={};function Oe(G){var D=Ew[G];if(D!==void 0)return D.exports;var k=Ew[G]={id:G,loaded:!1,exports:{}};return HC[G].call(k.exports,k,k.exports,Oe),k.loaded=!0,k.exports}Oe.n=G=>{var D=G&&G.__esModule?()=>G.default:()=>G;return Oe.d(D,{a:D}),D},(()=>{var G=Object.getPrototypeOf?k=>Object.getPrototypeOf(k):k=>k.__proto__,D;Oe.t=function(k,B){if(B&1&&(k=this(k)),B&8||typeof k=="object"&&k&&(B&4&&k.__esModule||B&16&&typeof k.then=="function"))return k;var H=Object.create(null);Oe.r(H);var L={};D=D||[null,G({}),G([]),G(G)];for(var V=B&2&&k;(typeof V=="object"||typeof V=="function")&&!~D.indexOf(V);V=G(V))Object.getOwnPropertyNames(V).forEach(U=>L[U]=()=>k[U]);return L.default=()=>k,Oe.d(H,L),H}})(),Oe.d=(G,D)=>{for(var k in D)Oe.o(D,k)&&!Oe.o(G,k)&&Object.defineProperty(G,k,{enumerable:!0,get:D[k]})},Oe.g=(function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}})(),Oe.o=(G,D)=>Object.prototype.hasOwnProperty.call(G,D),Oe.r=G=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(G,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(G,"__esModule",{value:!0})},Oe.nmd=G=>(G.paths=[],G.children||(G.children=[]),G),Oe.nc=void 0;var Vy={};(()=>{"use strict";Oe.r(Vy),Oe.d(Vy,{axios:()=>H,dompurify:()=>L,history:()=>V,immer:()=>G,invariant:()=>Ln,pubsubjs:()=>Cd,react:()=>oe,reactAriaLive:()=>U,reactDOM:()=>de,reactHelmet:()=>se,reactHookForm:()=>ee,reactRedux:()=>ae,reactRouterDOM:()=>ye,reduxInjectors:()=>ke,reselect:()=>D,rtk:()=>k,styledComponents:()=>Ne,styledSystem:()=>Ze,xstyled:()=>Ee});var G={};Oe.r(G),Oe.d(G,{Immer:()=>Au,applyPatches:()=>Pp,castDraft:()=>xr,castImmutable:()=>Xy,createDraft:()=>Gy,current:()=>al,enableMapSet:()=>xp,enablePatches:()=>ha,finishDraft:()=>Yy,freeze:()=>Jo,immerable:()=>Xo,isDraft:()=>yn,isDraftable:()=>gn,nothing:()=>_u,original:()=>os,produce:()=>sl,produceWithPatches:()=>Tp,setAutoFreeze:()=>Cp,setUseStrictShallowCopy:()=>Ap});var D={};Oe.r(D),Oe.d(D,{createSelector:()=>Ri,createSelectorCreator:()=>Ei,createStructuredSelector:()=>gl,lruMemoize:()=>mf,referenceEqualityCheck:()=>Mo,setGlobalDevModeChecks:()=>Ky,unstable_autotrackMemoize:()=>yl,weakMapMemoize:()=>ei});var k={};Oe.r(k),Oe.d(k,{ReducerType:()=>qp,SHOULD_AUTOBATCH:()=>Sf,TaskAbortError:()=>Lo,Tuple:()=>_l,__DO_NOT_USE__ActionTypes:()=>St,addListener:()=>_a,applyMiddleware:()=>vt,asyncThunkCreator:()=>fg,autoBatchEnhancer:()=>_f,bindActionCreators:()=>Y,buildCreateSlice:()=>Af,clearAllListeners:()=>jf,combineReducers:()=>gt,combineSlices:()=>dh,compose:()=>Ce,configureStore:()=>lg,createAction:()=>Cn,createActionCreatorInvariantMiddleware:()=>zn,createAsyncThunk:()=>Tf,createDraftSafeSelector:()=>Nu,createDraftSafeSelectorCreator:()=>vl,createDynamicMiddleware:()=>vg,createEntityAdapter:()=>kf,createImmutableStateInvariantMiddleware:()=>Up,createListenerMiddleware:()=>Wu,createNextState:()=>sl,createReducer:()=>Fu,createSelector:()=>Ri,createSelectorCreator:()=>Ei,createSerializableStateInvariantMiddleware:()=>wf,createSlice:()=>Cl,createStore:()=>Zr,current:()=>al,findNonSerializableValue:()=>Hp,formatProdErrorMessage:()=>ln,freeze:()=>Jo,isAction:()=>Nt,isActionCreator:()=>jp,isAllOf:()=>ju,isAnyOf:()=>ms,isAsyncThunkAction:()=>Jp,isDraft:()=>yn,isFluxStandardAction:()=>wl,isFulfilled:()=>Kp,isImmutableDefault:()=>vf,isPending:()=>Yp,isPlain:()=>$p,isPlainObject:()=>Vt,isRejected:()=>zu,isRejectedWithValue:()=>Xp,legacy_createStore:()=>Zn,lruMemoize:()=>mf,miniSerializeError:()=>Rf,nanoid:()=>va,original:()=>os,prepareAutoBatched:()=>ag,removeListener:()=>Il,unwrapResult:()=>Cf,weakMapMemoize:()=>ei});var B={};Oe.r(B),Oe.d(B,{hasBrowserEnv:()=>ks,hasStandardBrowserEnv:()=>ic,hasStandardBrowserWebWorkerEnv:()=>xh,navigator:()=>oc,origin:()=>Wl});var H={};Oe.r(H),Oe.d(H,{Axios:()=>Vh,AxiosError:()=>Wh,AxiosHeaders:()=>Qh,Cancel:()=>Kh,CancelToken:()=>md,CanceledError:()=>Gh,HttpStatusCode:()=>wd,VERSION:()=>Xh,all:()=>yd,default:()=>hd,formToJSON:()=>mc,getAdapter:()=>Tg,isAxiosError:()=>Jh,isCancel:()=>Yh,mergeConfig:()=>qh,spread:()=>gd,toFormData:()=>vd});var L={};Oe.r(L),Oe.d(L,{default:()=>iu});var V={};Oe.r(V),Oe.d(V,{Action:()=>rn,createBrowserHistory:()=>Rc,createHashHistory:()=>Hi,createMemoryHistory:()=>xc,createPath:()=>Ir,parsePath:()=>Wn});var U={};Oe.r(U),Oe.d(U,{LiveAnnouncer:()=>Ua,LiveMessage:()=>fm,LiveMessenger:()=>fo});var se={};Oe.r(se),Oe.d(se,{Helmet:()=>Dt,default:()=>Xi});var ee={};Oe.r(ee),Oe.d(ee,{Controller:()=>GC,Form:()=>XC,FormProvider:()=>WC,appendErrors:()=>Nw,createFormControl:()=>Jw,get:()=>Ie,set:()=>nr,useController:()=>Mw,useFieldArray:()=>sA,useForm:()=>lA,useFormContext:()=>kc,useFormState:()=>Pw,useWatch:()=>kw});var ae={};Oe.r(ae),Oe.d(ae,{Provider:()=>qA,ReactReduxContext:()=>$o,batch:()=>rP,connect:()=>JA,createDispatchHook:()=>ES,createSelectorHook:()=>RS,createStoreHook:()=>mv,shallowEqual:()=>Cm,useDispatch:()=>ZA,useSelector:()=>tP,useStore:()=>Am});var ye={};Oe.r(ye),Oe.d(ye,{Await:()=>yO,BrowserRouter:()=>bk,Form:()=>e0,HashRouter:()=>Ek,HydratedRouter:()=>GM,IDLE_BLOCKER:()=>$s,IDLE_FETCHER:()=>Mm,IDLE_NAVIGATION:()=>Hd,Link:()=>Zv,Links:()=>dk,MemoryRouter:()=>pO,Meta:()=>mk,NavLink:()=>zb,Navigate:()=>hO,NavigationType:()=>TS,Outlet:()=>z_,PrefetchPageLinks:()=>Jv,Route:()=>U_,Router:()=>Ks,RouterProvider:()=>EE,Routes:()=>mO,Scripts:()=>Lb,ScrollRestoration:()=>Ub,ServerRouter:()=>$k,StaticRouter:()=>Mk,StaticRouterProvider:()=>i0,UNSAFE_DataRouterContext:()=>qi,UNSAFE_DataRouterStateContext:()=>Gs,UNSAFE_ErrorResponseImpl:()=>pn,UNSAFE_FetchersContext:()=>Gd,UNSAFE_FrameworkContext:()=>Zi,UNSAFE_LocationContext:()=>fu,UNSAFE_NavigationContext:()=>mo,UNSAFE_RSCDefaultRootErrorBoundary:()=>_M,UNSAFE_RemixErrorBoundary:()=>Qv,UNSAFE_RouteContext:()=>yo,UNSAFE_ServerMode:()=>eE,UNSAFE_SingleFetchRedirectSymbol:()=>Ka,UNSAFE_ViewTransitionContext:()=>Wd,UNSAFE_WithComponentProps:()=>_O,UNSAFE_WithErrorBoundaryProps:()=>EO,UNSAFE_WithHydrateFallbackProps:()=>bO,UNSAFE_createBrowserHistory:()=>zd,UNSAFE_createClientRoutes:()=>ep,UNSAFE_createClientRoutesWithHMRRevalidationOptOut:()=>Rb,UNSAFE_createRouter:()=>Fc,UNSAFE_decodeViaTurboStream:()=>Ym,UNSAFE_deserializeErrors:()=>bE,UNSAFE_getHydrationData:()=>y0,UNSAFE_getPatchRoutesOnNavigationFunction:()=>Cb,UNSAFE_getTurboStreamSingleFetchDataStrategy:()=>db,UNSAFE_hydrationRouteProperties:()=>Qd,UNSAFE_invariant:()=>rt,UNSAFE_mapRouteProperties:()=>du,UNSAFE_shouldHydrateRouteLoader:()=>Vc,UNSAFE_useFogOFWarDiscovery:()=>Ab,UNSAFE_useScrollRestoration:()=>Vb,UNSAFE_withComponentProps:()=>H_,UNSAFE_withErrorBoundaryProps:()=>G_,UNSAFE_withHydrateFallbackProps:()=>V_,createBrowserRouter:()=>wk,createCookie:()=>l0,createCookieSessionStorage:()=>vM,createHashRouter:()=>Sk,createMemoryRouter:()=>j_,createMemorySessionStorage:()=>wM,createPath:()=>Kn,createRequestHandler:()=>cM,createRoutesFromChildren:()=>qd,createRoutesFromElements:()=>wO,createRoutesStub:()=>Hk,createSearchParams:()=>Wm,createSession:()=>m0,createSessionStorage:()=>pE,createStaticHandler:()=>Dk,createStaticRouter:()=>a0,data:()=>HS,generatePath:()=>_P,href:()=>SM,isCookie:()=>u0,isRouteErrorResponse:()=>Kr,isSession:()=>gM,matchPath:()=>Ic,matchRoutes:()=>ho,parsePath:()=>Ao,redirect:()=>$d,redirectDocument:()=>BS,renderMatches:()=>SO,replace:()=>VS,resolvePath:()=>US,unstable_HistoryRouter:()=>Fb,unstable_RSCHydratedRouter:()=>AM,unstable_RSCStaticRouter:()=>UM,unstable_RouterContextProvider:()=>Ji,unstable_createCallServer:()=>RM,unstable_createContext:()=>LS,unstable_getRSCStream:()=>BM,unstable_routeRSCServerRequest:()=>zM,unstable_setDevServerHooks:()=>rM,unstable_usePrompt:()=>kk,useActionData:()=>$m,useAsyncError:()=>sO,useAsyncValue:()=>L_,useBeforeUnload:()=>Pk,useBlocker:()=>N_,useFetcher:()=>Ck,useFetchers:()=>Ak,useFormAction:()=>Bb,useHref:()=>x_,useInRouterContext:()=>Ys,useLinkClickHandler:()=>Hb,useLoaderData:()=>Um,useLocation:()=>go,useMatch:()=>JP,useMatches:()=>zm,useNavigate:()=>Fm,useNavigation:()=>M_,useNavigationType:()=>KP,useOutlet:()=>P_,useOutletContext:()=>qP,useParams:()=>jm,useResolvedPath:()=>$c,useRevalidator:()=>iO,useRouteError:()=>Kd,useRouteLoaderData:()=>aO,useRoutes:()=>O_,useSearchParams:()=>Rk,useSubmit:()=>r0,useViewTransitionState:()=>Wb});var ke={};Oe.r(ke),Oe.d(ke,{SagaInjectionModes:()=>FE,createInjectorsEnhancer:()=>yL,createManager:()=>gL,forceReducerReload:()=>tL,injectReducer:()=>cL,injectSaga:()=>mL,useInjectReducer:()=>DE,useInjectSaga:()=>zE});var Ne={};Oe.r(Ne),Oe.d(Ne,{ServerStyleSheet:()=>iR,StyleSheetConsumer:()=>WL,StyleSheetContext:()=>yy,StyleSheetManager:()=>D0,ThemeConsumer:()=>rR,ThemeContext:()=>pi,ThemeProvider:()=>U0,__PRIVATE__:()=>rN,createGlobalStyle:()=>vy,css:()=>lp,default:()=>wy,isStyledComponent:()=>ap,keyframes:()=>oR,useTheme:()=>tN,version:()=>TL,withTheme:()=>aR});var Ze={};Oe.r(Ze),Oe.d(Ze,{alignContent:()=>QN,alignItems:()=>JN,alignSelf:()=>sD,background:()=>yR,backgroundImage:()=>PD,backgroundPosition:()=>kD,backgroundRepeat:()=>MD,backgroundSize:()=>OD,border:()=>mR,borderBottom:()=>TD,borderColor:()=>ED,borderLeft:()=>CD,borderRadius:()=>AD,borderRight:()=>xD,borderStyle:()=>bD,borderTop:()=>RD,borderWidth:()=>_D,borders:()=>Qa,bottom:()=>ID,boxShadow:()=>bR,buttonStyle:()=>CN,color:()=>fR,colorStyle:()=>PN,compose:()=>uR,createParser:()=>up,createStyleFunction:()=>Sy,display:()=>jN,flex:()=>rD,flexBasis:()=>iD,flexDirection:()=>tD,flexGrow:()=>nD,flexShrink:()=>oD,flexWrap:()=>eD,flexbox:()=>pR,fontFamily:()=>VN,fontSize:()=>BN,fontStyle:()=>XN,fontWeight:()=>WN,get:()=>Ja,grid:()=>hR,gridArea:()=>SD,gridAutoColumns:()=>mD,gridAutoFlow:()=>hD,gridAutoRows:()=>yD,gridColumn:()=>dD,gridColumnGap:()=>cD,gridGap:()=>uD,gridRow:()=>pD,gridRowGap:()=>fD,gridTemplateAreas:()=>wD,gridTemplateColumns:()=>gD,gridTemplateRows:()=>vD,height:()=>kN,justifyContent:()=>ZN,justifyItems:()=>qN,justifySelf:()=>aD,layout:()=>cR,left:()=>FD,letterSpacing:()=>KN,lineHeight:()=>GN,margin:()=>wR,maxHeight:()=>DN,maxWidth:()=>NN,minHeight:()=>LN,minWidth:()=>MN,opacity:()=>HN,order:()=>lD,overflow:()=>zN,overflowX:()=>UN,overflowY:()=>$N,padding:()=>SR,position:()=>gR,right:()=>DD,shadow:()=>_R,size:()=>IN,space:()=>gN,style:()=>jD,system:()=>Vo,textAlign:()=>YN,textShadow:()=>bR,textStyle:()=>AN,top:()=>ND,typography:()=>dR,variant:()=>Ey,verticalAlign:()=>FN,width:()=>ON,zIndex:()=>LD});var Ee={};Oe.r(Ee),Oe.d(Ee,{ColorModeProvider:()=>wF,Preflight:()=>QF,ServerStyleSheet:()=>iR,StyleSheetManager:()=>D0,ThemeConsumer:()=>rR,ThemeContext:()=>pi,ThemeProvider:()=>U0,aliasColor:()=>kI,alignContent:()=>xx,alignItems:()=>Rx,alignSelf:()=>Dx,animation:()=>QR,animationDuration:()=>qR,animationTimingFunction:()=>ZR,animations:()=>e1,appearance:()=>mT,background:()=>r1,backgroundAttachment:()=>l1,backgroundClip:()=>u1,backgroundColor:()=>n1,backgroundImage:()=>o1,backgroundPosition:()=>a1,backgroundRepeat:()=>s1,backgroundSize:()=>i1,backgrounds:()=>p1,between:()=>RI,border:()=>h1,borderBottom:()=>g1,borderBottomColor:()=>b1,borderBottomStyle:()=>M1,borderBottomWidth:()=>C1,borderCollapse:()=>MT,borderColor:()=>w1,borderLeft:()=>v1,borderLeftColor:()=>E1,borderLeftStyle:()=>L1,borderLeftWidth:()=>A1,borderRadius:()=>z1,borderRight:()=>y1,borderRightColor:()=>_1,borderRightStyle:()=>k1,borderRightWidth:()=>T1,borderStyle:()=>P1,borderTop:()=>m1,borderTopColor:()=>S1,borderTopStyle:()=>O1,borderTopWidth:()=>x1,borderWidth:()=>R1,borders:()=>K1,bottom:()=>vx,boxShadow:()=>Q1,boxSizing:()=>ux,breakpoints:()=>xI,col:()=>ox,color:()=>tC,columnGap:()=>nT,compose:()=>Hr,container:()=>cx,createCss:()=>zC,createGlobalStyle:()=>o2,createStyleGenerator:()=>hp,css:()=>r2,cursor:()=>yT,default:()=>UC,defaultTheme:()=>HI,display:()=>tw,divideColor:()=>V1,divideStyle:()=>W1,divideX:()=>$1,divideXReverse:()=>H1,divideY:()=>U1,divideYReverse:()=>B1,down:()=>pC,effects:()=>Z1,fill:()=>PT,flex:()=>Lx,flexBasis:()=>kx,flexDirection:()=>Mx,flexGrow:()=>Px,flexShrink:()=>Ox,flexWrap:()=>Ax,flexboxGrids:()=>ix,flexboxes:()=>Fx,float:()=>lx,fontFamily:()=>XT,fontSize:()=>KT,fontStyle:()=>ZT,fontVariant:()=>JT,fontWeight:()=>qT,gap:()=>rT,generateHexAlphaVariants:()=>fw,getAngle:()=>yp,getAnimation:()=>Q0,getBorder:()=>Zs,getBorderColor:()=>q0,getBorderStyle:()=>es,getBorderWidth:()=>hi,getBreakpointMax:()=>Ty,getBreakpointMin:()=>pp,getColor:()=>En,getColorModeInitScriptElement:()=>lF,getColorModeInitScriptTag:()=>uF,getDuration:()=>mp,getFont:()=>iw,getFontSize:()=>uw,getFontWeight:()=>sw,getInset:()=>Zc,getLetterSpacing:()=>lw,getLineHeight:()=>aw,getPercent:()=>Qc,getPreflightStyles:()=>bC,getPx:()=>ra,getRadius:()=>Z0,getRingWidth:()=>ew,getScreens:()=>qs,getShadow:()=>ky,getSize:()=>el,getSpace:()=>Mr,getStates:()=>IR,getTimingFunction:()=>Oy,getTransform:()=>ow,getTransition:()=>K0,getTransitionProperty:()=>J0,getVariants:()=>FR,getZIndex:()=>rw,gradientFrom:()=>c1,gradientTo:()=>d1,gradientVia:()=>f1,gridArea:()=>pT,gridAutoColumns:()=>lT,gridAutoFlow:()=>sT,gridAutoRows:()=>uT,gridColumn:()=>iT,gridRow:()=>aT,gridTemplateAreas:()=>dT,gridTemplateColumns:()=>cT,gridTemplateRows:()=>fT,grids:()=>hT,height:()=>bT,interactivity:()=>ST,isStyledComponent:()=>ap,justifyContent:()=>Tx,justifyItems:()=>Cx,justifySelf:()=>Nx,keyframes:()=>oR,layout:()=>Ex,left:()=>wx,letterSpacing:()=>eC,lineHeight:()=>QT,listStylePosition:()=>uC,listStyleType:()=>lC,margin:()=>jx,marginBottom:()=>$x,marginLeft:()=>Hx,marginRight:()=>Ux,marginTop:()=>zx,maskSize:()=>CT,maxHeight:()=>RT,maxWidth:()=>ET,minHeight:()=>TT,minWidth:()=>xT,mx:()=>Bx,my:()=>Vx,objectFit:()=>bx,opacity:()=>J1,order:()=>Ix,outline:()=>N1,outlineColor:()=>D1,outlineOffset:()=>j1,outlineStyle:()=>F1,outlineWidth:()=>I1,overflow:()=>fx,overflowX:()=>dx,overflowY:()=>px,overscrollBehavior:()=>_x,padding:()=>Wx,paddingBottom:()=>Xx,paddingLeft:()=>Kx,paddingRight:()=>Yx,paddingTop:()=>Gx,pointerEvents:()=>gT,position:()=>mx,px:()=>Jx,py:()=>Qx,resize:()=>vT,right:()=>gx,ring:()=>G1,ringColor:()=>X1,ringInset:()=>Y1,rotate:()=>zT,row:()=>rx,rowGap:()=>oT,rpxTransformers:()=>TI,scale:()=>HT,scaleX:()=>BT,scaleY:()=>VT,sizing:()=>AT,skewX:()=>UT,skewY:()=>$T,space:()=>nw,spaceX:()=>Zx,spaceXReverse:()=>eT,spaceY:()=>qx,spaceYReverse:()=>tT,stroke:()=>OT,style:()=>Q,styled:()=>UC,svg:()=>kT,system:()=>Ly,tableLayout:()=>LT,tables:()=>NT,text:()=>fC,textAlign:()=>oC,textDecoration:()=>nC,textOverflow:()=>sC,textShadow:()=>q1,textTransform:()=>rC,th:()=>Yt,themeGetter:()=>or,top:()=>yx,transform:()=>DT,transformOrigin:()=>IT,transforms:()=>WT,transition:()=>WR,transitionDelay:()=>KR,transitionDuration:()=>YR,transitionProperty:()=>GR,transitionTimingFunction:()=>XR,transitions:()=>JR,translateX:()=>FT,translateY:()=>jT,typography:()=>dC,up:()=>cw,useAngle:()=>_F,useAnimation:()=>bF,useBorder:()=>EF,useBorderColor:()=>RF,useBorderStyle:()=>xF,useBorderWidth:()=>TF,useBreakpoint:()=>XF,useColor:()=>CF,useColorMode:()=>aF,useDown:()=>JF,useDuration:()=>AF,useFont:()=>PF,useFontSize:()=>OF,useFontWeight:()=>kF,useInset:()=>MF,useLetterSpacing:()=>LF,useLineHeight:()=>NF,usePercent:()=>DF,usePx:()=>IF,useRadius:()=>FF,useRingWidth:()=>jF,useScreens:()=>YF,useShadow:()=>zF,useSize:()=>UF,useSpace:()=>$F,useTh:()=>SF,useTheme:()=>Qt,useTimingFunction:()=>HF,useTransform:()=>BF,useTransition:()=>VF,useTransitionProperty:()=>WF,useUp:()=>KF,useViewportWidth:()=>Iy,useZIndex:()=>GF,userSelect:()=>wT,verticalAlign:()=>iC,visibility:()=>Sx,whiteSpace:()=>aC,width:()=>_T,withTheme:()=>aR,x:()=>n2,zIndex:()=>hx});var g=Oe(758),oe=Oe.t(g,2),fe=Oe(8143),de=Oe.t(fe,2);function Re(e){return`Minified Redux error #${e}; visit https://redux.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}var De=typeof Symbol=="function"&&Symbol.observable||"@@observable",bt=De,me=()=>Math.random().toString(36).substring(7).split("").join("."),ht={INIT:`@@redux/INIT${me()}`,REPLACE:`@@redux/REPLACE${me()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${me()}`},St=ht;function Vt(e){if(typeof e!="object"||e===null)return!1;let t=e;for(;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t||Object.getPrototypeOf(e)===null}function jn(e){if(e===void 0)return"undefined";if(e===null)return"null";const t=typeof e;switch(t){case"boolean":case"string":case"number":case"symbol":case"function":return t}if(Array.isArray(e))return"array";if(Lt(e))return"date";if(Qn(e))return"error";const r=Rn(e);switch(r){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return r}return Object.prototype.toString.call(e).slice(8,-1).toLowerCase().replace(/\s/g,"")}function Rn(e){return typeof e.constructor=="function"?e.constructor.name:null}function Qn(e){return e instanceof Error||typeof e.message=="string"&&e.constructor&&typeof e.constructor.stackTraceLimit=="number"}function Lt(e){return e instanceof Date?!0:typeof e.toDateString=="function"&&typeof e.getDate=="function"&&typeof e.setDate=="function"}function qn(e){return typeof e}function Zr(e,t,r){if(typeof e!="function")throw new Error(Re(2));if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(Re(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(Re(1));return r(Zr)(e,t)}let o=e,a=t,s=new Map,u=s,c=0,f=!1;function d(){u===s&&(u=new Map,s.forEach((b,x)=>{u.set(x,b)}))}function h(){if(f)throw new Error(Re(3));return a}function y(b){if(typeof b!="function")throw new Error(Re(4));if(f)throw new Error(Re(5));let x=!0;d();const T=c++;return u.set(T,b),function(){if(x){if(f)throw new Error(Re(6));x=!1,d(),u.delete(T),s=null}}}function v(b){if(!Vt(b))throw new Error(Re(7));if(typeof b.type>"u")throw new Error(Re(8));if(typeof b.type!="string")throw new Error(Re(17));if(f)throw new Error(Re(9));try{f=!0,a=o(a,b)}finally{f=!1}return(s=u).forEach(T=>{T()}),b}function _(b){if(typeof b!="function")throw new Error(Re(10));o=b,v({type:St.REPLACE})}function S(){const b=y;return{subscribe(x){if(typeof x!="object"||x===null)throw new Error(Re(11));function T(){const P=x;P.next&&P.next(h())}return T(),{unsubscribe:b(T)}},[bt](){return this}}}return v({type:St.INIT}),{dispatch:v,subscribe:y,getState:h,replaceReducer:_,[bt]:S}}function Zn(e,t,r){return Zr(e,t,r)}function yi(e){typeof console<"u"&&typeof console.error=="function"&&console.error(e);try{throw new Error(e)}catch{}}function Me(e,t,r,o){const a=Object.keys(t),s=r&&r.type===St.INIT?"preloadedState argument passed to createStore":"previous state received by the reducer";if(a.length===0)return"Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers.";if(!Vt(e))return`The ${s} has unexpected type of "${qn(e)}". Expected argument to be an object with the following keys: "${a.join('", "')}"`;const u=Object.keys(e).filter(c=>!t.hasOwnProperty(c)&&!o[c]);if(u.forEach(c=>{o[c]=!0}),!(r&&r.type===St.REPLACE)&&u.length>0)return`Unexpected ${u.length>1?"keys":"key"} "${u.join('", "')}" found in ${s}. Expected to find one of the known reducer keys instead: "${a.join('", "')}". Unexpected keys will be ignored.`}function dt(e){Object.keys(e).forEach(t=>{const r=e[t];if(typeof r(void 0,{type:St.INIT})>"u")throw new Error(Re(12));if(typeof r(void 0,{type:St.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(Re(13))})}function gt(e){const t=Object.keys(e),r={};for(let u=0;u<t.length;u++){const c=t[u];typeof e[c]=="function"&&(r[c]=e[c])}const o=Object.keys(r);let a,s;try{dt(r)}catch(u){s=u}return function(c={},f){if(s)throw s;let d=!1;const h={};for(let y=0;y<o.length;y++){const v=o[y],_=r[v],S=c[v],E=_(S,f);if(typeof E>"u"){const b=f&&f.type;throw new Error(Re(14))}h[v]=E,d=d||E!==S}return d=d||o.length!==Object.keys(c).length,d?h:c}}function Wt(e,t){return function(...r){return t(e.apply(this,r))}}function Y(e,t){if(typeof e=="function")return Wt(e,t);if(typeof e!="object"||e===null)throw new Error(Re(16));const r={};for(const o in e){const a=e[o];typeof a=="function"&&(r[o]=Wt(a,t))}return r}function Ce(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,r)=>(...o)=>t(r(...o)))}function vt(...e){return t=>(r,o)=>{const a=t(r,o);let s=()=>{throw new Error(Re(15))};const u={getState:a.getState,dispatch:(f,...d)=>s(f,...d)},c=e.map(f=>f(u));return s=Ce(...c)(a.dispatch),{...a,dispatch:s}}}function Nt(e){return Vt(e)&&"type"in e&&typeof e.type=="string"}var Ot=Object.defineProperty,er=Object.getOwnPropertySymbols,hr=Object.prototype.hasOwnProperty,Er=Object.prototype.propertyIsEnumerable,Gt=(e,t,r)=>t in e?Ot(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,xn=(e,t)=>{for(var r in t||(t={}))hr.call(t,r)&&Gt(e,r,t[r]);if(er)for(var r of er(t))Er.call(t,r)&&Gt(e,r,t[r]);return e},_u=Symbol.for("immer-nothing"),Xo=Symbol.for("immer-draftable"),Ft=Symbol.for("immer-state"),nf=[];function Nr(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var gi=Object.getPrototypeOf;function yn(e){return!!e&&!!e[Ft]}function gn(e){var t;return e?bu(e)||Array.isArray(e)||!!e[Xo]||!!((t=e.constructor)!=null&&t[Xo])||vi(e)||wi(e):!1}var Sp=Object.prototype.constructor.toString();function bu(e){if(!e||typeof e!="object")return!1;const t=gi(e);if(t===null)return!0;const r=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return r===Object?!0:typeof r=="function"&&Function.toString.call(r)===Sp}function os(e){return yn(e)||Nr(15,e),e[Ft].base_}function bo(e,t){Ko(e)===0?Reflect.ownKeys(e).forEach(r=>{t(r,e[r],e)}):e.forEach((r,o)=>t(o,r,e))}function Ko(e){const t=e[Ft];return t?t.type_:Array.isArray(e)?1:vi(e)?2:wi(e)?3:0}function is(e,t){return Ko(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Eu(e,t){return Ko(e)===2?e.get(t):e[t]}function of(e,t,r){const o=Ko(e);o===2?e.set(t,r):o===3?e.add(r):e[t]=r}function _p(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function vi(e){return e instanceof Map}function wi(e){return e instanceof Set}function jr(e){return e.copy_||e.base_}function la(e,t){if(vi(e))return new Map(e);if(wi(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);const r=bu(e);if(t===!0||t==="class_only"&&!r){const o=Object.getOwnPropertyDescriptors(e);delete o[Ft];let a=Reflect.ownKeys(o);for(let s=0;s<a.length;s++){const u=a[s],c=o[u];c.writable===!1&&(c.writable=!0,c.configurable=!0),(c.get||c.set)&&(o[u]={configurable:!0,writable:!0,enumerable:c.enumerable,value:e[u]})}return Object.create(gi(e),o)}else{const o=gi(e);if(o!==null&&r)return xn({},e);const a=Object.create(o);return Object.assign(a,e)}}function Jo(e,t=!1){return nl(e)||yn(e)||!gn(e)||(Ko(e)>1&&Object.defineProperties(e,{set:{value:Ru},add:{value:Ru},clear:{value:Ru},delete:{value:Ru}}),Object.freeze(e),t&&Object.values(e).forEach(r=>Jo(r,!0))),e}function Ru(){Nr(2)}function nl(e){return Object.isFrozen(e)}var xu={};function ua(e){const t=xu[e];return t||Nr(0,e),t}function Tu(e,t){xu[e]||(xu[e]=t)}var ca;function as(){return ca}function af(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function Cu(e,t){t&&(ua("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function Si(e){_i(e),e.drafts_.forEach(bp),e.drafts_=null}function _i(e){e===ca&&(ca=e.parent_)}function sf(e){return ca=af(ca,e)}function bp(e){const t=e[Ft];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function lf(e,t){t.unfinalizedDrafts_=t.drafts_.length;const r=t.drafts_[0];return e!==void 0&&e!==r?(r[Ft].modified_&&(Si(t),Nr(4)),gn(e)&&(e=ol(t,e),t.parent_||ss(t,e)),t.patches_&&ua("Patches").generateReplacementPatches_(r[Ft].base_,e,t.patches_,t.inversePatches_)):e=ol(t,r,[]),Si(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==_u?e:void 0}function ol(e,t,r){if(nl(t))return t;const o=t[Ft];if(!o)return bo(t,(a,s)=>uf(e,o,t,a,s,r)),t;if(o.scope_!==e)return t;if(!o.modified_)return ss(e,o.base_,!0),o.base_;if(!o.finalized_){o.finalized_=!0,o.scope_.unfinalizedDrafts_--;const a=o.copy_;let s=a,u=!1;o.type_===3&&(s=new Set(a),a.clear(),u=!0),bo(s,(c,f)=>uf(e,o,a,c,f,r,u)),ss(e,a,!1),r&&e.patches_&&ua("Patches").generatePatches_(o,r,e.patches_,e.inversePatches_)}return o.copy_}function uf(e,t,r,o,a,s,u){if(yn(a)){const c=s&&t&&t.type_!==3&&!is(t.assigned_,o)?s.concat(o):void 0,f=ol(e,a,c);if(of(r,o,f),yn(f))e.canAutoFreeze_=!1;else return}else u&&r.add(a);if(gn(a)&&!nl(a)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;ol(e,a),(!t||!t.scope_.parent_)&&typeof o!="symbol"&&(vi(r)?r.has(o):Object.prototype.propertyIsEnumerable.call(r,o))&&ss(e,a)}}function ss(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Jo(t,r)}function Ep(e,t){const r=Array.isArray(e),o={type_:r?1:0,scope_:t?t.scope_:as(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let a=o,s=fa;r&&(a=[o],s=da);const{revoke:u,proxy:c}=Proxy.revocable(a,s);return o.draft_=c,o.revoke_=u,c}var fa={get(e,t){if(t===Ft)return e;const r=jr(e);if(!is(r,t))return Wy(e,r,t);const o=r[t];return e.finalized_||!gn(o)?o:o===pa(e.base_,t)?(us(e),e.copy_[t]=il(o,e)):o},has(e,t){return t in jr(e)},ownKeys(e){return Reflect.ownKeys(jr(e))},set(e,t,r){const o=ls(jr(e),t);if(o?.set)return o.set.call(e.draft_,r),!0;if(!e.modified_){const a=pa(jr(e),t),s=a?.[Ft];if(s&&s.base_===r)return e.copy_[t]=r,e.assigned_[t]=!1,!0;if(_p(r,a)&&(r!==void 0||is(e.base_,t)))return!0;us(e),eo(e)}return e.copy_[t]===r&&(r!==void 0||t in e.copy_)||Number.isNaN(r)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=r,e.assigned_[t]=!0),!0},deleteProperty(e,t){return pa(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,us(e),eo(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){const r=jr(e),o=Reflect.getOwnPropertyDescriptor(r,t);return o&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:o.enumerable,value:r[t]}},defineProperty(){Nr(11)},getPrototypeOf(e){return gi(e.base_)},setPrototypeOf(){Nr(12)}},da={};bo(fa,(e,t)=>{da[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),da.deleteProperty=function(e,t){return da.set.call(this,e,t,void 0)},da.set=function(e,t,r){return fa.set.call(this,e[0],t,r,e[0])};function pa(e,t){const r=e[Ft];return(r?jr(r):e)[t]}function Wy(e,t,r){var o;const a=ls(t,r);return a?"value"in a?a.value:(o=a.get)==null?void 0:o.call(e.draft_):void 0}function ls(e,t){if(!(t in e))return;let r=gi(e);for(;r;){const o=Object.getOwnPropertyDescriptor(r,t);if(o)return o;r=gi(r)}}function eo(e){e.modified_||(e.modified_=!0,e.parent_&&eo(e.parent_))}function us(e){e.copy_||(e.copy_=la(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var Au=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(t,r,o)=>{if(typeof t=="function"&&typeof r!="function"){const s=r;r=t;const u=this;return function(f=s,...d){return u.produce(f,h=>r.call(this,h,...d))}}typeof r!="function"&&Nr(6),o!==void 0&&typeof o!="function"&&Nr(7);let a;if(gn(t)){const s=sf(this),u=il(t,void 0);let c=!0;try{a=r(u),c=!1}finally{c?Si(s):_i(s)}return Cu(s,o),lf(a,s)}else if(!t||typeof t!="object"){if(a=r(t),a===void 0&&(a=t),a===_u&&(a=void 0),this.autoFreeze_&&Jo(a,!0),o){const s=[],u=[];ua("Patches").generateReplacementPatches_(t,a,s,u),o(s,u)}return a}else Nr(1,t)},this.produceWithPatches=(t,r)=>{if(typeof t=="function")return(u,...c)=>this.produceWithPatches(u,f=>t(f,...c));let o,a;return[this.produce(t,r,(u,c)=>{o=u,a=c}),o,a]},typeof e?.autoFreeze=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof e?.useStrictShallowCopy=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){gn(e)||Nr(8),yn(e)&&(e=al(e));const t=sf(this),r=il(e,void 0);return r[Ft].isManual_=!0,_i(t),r}finishDraft(e,t){const r=e&&e[Ft];(!r||!r.isManual_)&&Nr(9);const{scope_:o}=r;return Cu(o,t),lf(void 0,o)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let r;for(r=t.length-1;r>=0;r--){const a=t[r];if(a.path.length===0&&a.op==="replace"){e=a.value;break}}r>-1&&(t=t.slice(r+1));const o=ua("Patches").applyPatches_;return yn(e)?o(e,t):this.produce(e,a=>o(a,t))}};function il(e,t){const r=vi(e)?ua("MapSet").proxyMap_(e,t):wi(e)?ua("MapSet").proxySet_(e,t):Ep(e,t);return(t?t.scope_:as()).drafts_.push(r),r}function al(e){return yn(e)||Nr(10,e),Rp(e)}function Rp(e){if(!gn(e)||nl(e))return e;const t=e[Ft];let r;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=la(e,t.scope_.immer_.useStrictShallowCopy_)}else r=la(e,!0);return bo(r,(o,a)=>{of(r,o,Rp(a))}),t&&(t.finalized_=!1),r}function ha(){const t="replace",r="add",o="remove";function a(v,_,S,E){switch(v.type_){case 0:case 2:return u(v,_,S,E);case 1:return s(v,_,S,E);case 3:return c(v,_,S,E)}}function s(v,_,S,E){let{base_:b,assigned_:x}=v,T=v.copy_;T.length<b.length&&([b,T]=[T,b],[S,E]=[E,S]);for(let C=0;C<b.length;C++)if(x[C]&&T[C]!==b[C]){const P=_.concat([C]);S.push({op:t,path:P,value:y(T[C])}),E.push({op:t,path:P,value:y(b[C])})}for(let C=b.length;C<T.length;C++){const P=_.concat([C]);S.push({op:r,path:P,value:y(T[C])})}for(let C=T.length-1;b.length<=C;--C){const P=_.concat([C]);E.push({op:o,path:P})}}function u(v,_,S,E){const{base_:b,copy_:x}=v;bo(v.assigned_,(T,C)=>{const P=Eu(b,T),A=Eu(x,T),O=C?is(b,T)?t:r:o;if(P===A&&O===t)return;const F=_.concat(T);S.push(O===o?{op:O,path:F}:{op:O,path:F,value:A}),E.push(O===r?{op:o,path:F}:O===o?{op:r,path:F,value:y(P)}:{op:t,path:F,value:y(P)})})}function c(v,_,S,E){let{base_:b,copy_:x}=v,T=0;b.forEach(C=>{if(!x.has(C)){const P=_.concat([T]);S.push({op:o,path:P,value:C}),E.unshift({op:r,path:P,value:C})}T++}),T=0,x.forEach(C=>{if(!b.has(C)){const P=_.concat([T]);S.push({op:r,path:P,value:C}),E.unshift({op:o,path:P,value:C})}T++})}function f(v,_,S,E){S.push({op:t,path:[],value:_===_u?void 0:_}),E.push({op:t,path:[],value:v})}function d(v,_){return _.forEach(S=>{const{path:E,op:b}=S;let x=v;for(let A=0;A<E.length-1;A++){const O=Ko(x);let F=E[A];typeof F!="string"&&typeof F!="number"&&(F=""+F),(O===0||O===1)&&(F==="__proto__"||F==="constructor")&&Nr(19),typeof x=="function"&&F==="prototype"&&Nr(19),x=Eu(x,F),typeof x!="object"&&Nr(18,E.join("/"))}const T=Ko(x),C=h(S.value),P=E[E.length-1];switch(b){case t:switch(T){case 2:return x.set(P,C);case 3:Nr(16);default:return x[P]=C}case r:switch(T){case 1:return P==="-"?x.push(C):x.splice(P,0,C);case 2:return x.set(P,C);case 3:return x.add(C);default:return x[P]=C}case o:switch(T){case 1:return x.splice(P,1);case 2:return x.delete(P);case 3:return x.delete(S.value);default:return delete x[P]}default:Nr(17,b)}}),v}function h(v){if(!gn(v))return v;if(Array.isArray(v))return v.map(h);if(vi(v))return new Map(Array.from(v.entries()).map(([S,E])=>[S,h(E)]));if(wi(v))return new Set(Array.from(v).map(h));const _=Object.create(gi(v));for(const S in v)_[S]=h(v[S]);return is(v,Xo)&&(_[Xo]=v[Xo]),_}function y(v){return yn(v)?h(v):v}Tu("Patches",{applyPatches_:d,generatePatches_:a,generateReplacementPatches_:f})}function xp(){class e extends Map{constructor(f,d){super(),this[Ft]={type_:2,parent_:d,scope_:d?d.scope_:as(),modified_:!1,finalized_:!1,copy_:void 0,assigned_:void 0,base_:f,draft_:this,isManual_:!1,revoked_:!1}}get size(){return jr(this[Ft]).size}has(f){return jr(this[Ft]).has(f)}set(f,d){const h=this[Ft];return u(h),(!jr(h).has(f)||jr(h).get(f)!==d)&&(r(h),eo(h),h.assigned_.set(f,!0),h.copy_.set(f,d),h.assigned_.set(f,!0)),this}delete(f){if(!this.has(f))return!1;const d=this[Ft];return u(d),r(d),eo(d),d.base_.has(f)?d.assigned_.set(f,!1):d.assigned_.delete(f),d.copy_.delete(f),!0}clear(){const f=this[Ft];u(f),jr(f).size&&(r(f),eo(f),f.assigned_=new Map,bo(f.base_,d=>{f.assigned_.set(d,!1)}),f.copy_.clear())}forEach(f,d){const h=this[Ft];jr(h).forEach((y,v,_)=>{f.call(d,this.get(v),v,this)})}get(f){const d=this[Ft];u(d);const h=jr(d).get(f);if(d.finalized_||!gn(h)||h!==d.base_.get(f))return h;const y=il(h,d);return r(d),d.copy_.set(f,y),y}keys(){return jr(this[Ft]).keys()}values(){const f=this.keys();return{[Symbol.iterator]:()=>this.values(),next:()=>{const d=f.next();return d.done?d:{done:!1,value:this.get(d.value)}}}}entries(){const f=this.keys();return{[Symbol.iterator]:()=>this.entries(),next:()=>{const d=f.next();if(d.done)return d;const h=this.get(d.value);return{done:!1,value:[d.value,h]}}}}[Symbol.iterator](){return this.entries()}}function t(c,f){return new e(c,f)}function r(c){c.copy_||(c.assigned_=new Map,c.copy_=new Map(c.base_))}class o extends Set{constructor(f,d){super(),this[Ft]={type_:3,parent_:d,scope_:d?d.scope_:as(),modified_:!1,finalized_:!1,copy_:void 0,base_:f,draft_:this,drafts_:new Map,revoked_:!1,isManual_:!1}}get size(){return jr(this[Ft]).size}has(f){const d=this[Ft];return u(d),d.copy_?!!(d.copy_.has(f)||d.drafts_.has(f)&&d.copy_.has(d.drafts_.get(f))):d.base_.has(f)}add(f){const d=this[Ft];return u(d),this.has(f)||(s(d),eo(d),d.copy_.add(f)),this}delete(f){if(!this.has(f))return!1;const d=this[Ft];return u(d),s(d),eo(d),d.copy_.delete(f)||(d.drafts_.has(f)?d.copy_.delete(d.drafts_.get(f)):!1)}clear(){const f=this[Ft];u(f),jr(f).size&&(s(f),eo(f),f.copy_.clear())}values(){const f=this[Ft];return u(f),s(f),f.copy_.values()}entries(){const f=this[Ft];return u(f),s(f),f.copy_.entries()}keys(){return this.values()}[Symbol.iterator](){return this.values()}forEach(f,d){const h=this.values();let y=h.next();for(;!y.done;)f.call(d,y.value,y.value,this),y=h.next()}}function a(c,f){return new o(c,f)}function s(c){c.copy_||(c.copy_=new Set,c.base_.forEach(f=>{if(gn(f)){const d=il(f,c);c.drafts_.set(f,d),c.copy_.add(d)}else c.copy_.add(f)}))}function u(c){c.revoked_&&Nr(3,JSON.stringify(jr(c)))}Tu("MapSet",{proxyMap_:t,proxySet_:a})}var Tn=new Au,sl=Tn.produce,Tp=Tn.produceWithPatches.bind(Tn),Cp=Tn.setAutoFreeze.bind(Tn),Ap=Tn.setUseStrictShallowCopy.bind(Tn),Pp=Tn.applyPatches.bind(Tn),Gy=Tn.createDraft.bind(Tn),Yy=Tn.finishDraft.bind(Tn);function xr(e){return e}function Xy(e){return e}var cf=(e,t,r)=>{if(t.length===1&&t[0]===r){let o=!1;try{const a={};e(a)===a&&(o=!0)}catch{}if(o){let a;try{throw new Error}catch(s){({stack:a}=s)}}}},Op=(e,t,r)=>{const{memoize:o,memoizeOptions:a}=t,{inputSelectorResults:s,inputSelectorResultsCopy:u}=e,c=o(()=>({}),...a);if(!(c.apply(null,s)===c.apply(null,u))){let d;try{throw new Error}catch(h){({stack:d}=h)}}},ll={inputStabilityCheck:"once",identityFunctionCheck:"once"},Ky=e=>{Object.assign(ll,e)},ul=Symbol("NOT_FOUND");function cl(e,t=`expected a function, instead received ${typeof e}`){if(typeof e!="function")throw new TypeError(t)}function ko(e,t=`expected an object, instead received ${typeof e}`){if(typeof e!="object")throw new TypeError(t)}function Jy(e,t="expected all items to be functions, instead received the following types: "){if(!e.every(r=>typeof r=="function")){const r=e.map(o=>typeof o=="function"?`function ${o.name||"unnamed"}()`:typeof o).join(", ");throw new TypeError(`${t}[${r}]`)}}var to=e=>Array.isArray(e)?e:[e];function Qy(e){const t=Array.isArray(e[0])?e[0]:e;return Jy(t,"createSelector expects all input-selectors to be functions, but received the following types: "),t}function qy(e,t){const r=[],{length:o}=e;for(let a=0;a<o;a++)r.push(e[a].apply(null,t));return r}var Rw=(e,t)=>{const{identityFunctionCheck:r,inputStabilityCheck:o}={...ll,...t};return{identityFunctionCheck:{shouldRun:r==="always"||r==="once"&&e,run:cf},inputStabilityCheck:{shouldRun:o==="always"||o==="once"&&e,run:Op}}},fl=0,bi=null,ma=class{revision=fl;_value;_lastValue;_isEqual=cs;constructor(e,t=cs){this._value=this._lastValue=e,this._isEqual=t}get value(){return bi?.add(this),this._value}set value(e){this.value!==e&&(this._value=e,this.revision=++fl)}};function cs(e,t){return e===t}var Zy=class{_cachedValue;_cachedRevision=-1;_deps=[];hits=0;fn;constructor(e){this.fn=e}clear(){this._cachedValue=void 0,this._cachedRevision=-1,this._deps=[],this.hits=0}get value(){if(this.revision>this._cachedRevision){const{fn:e}=this,t=new Set,r=bi;bi=t,this._cachedValue=e(),bi=r,this.hits++,this._deps=Array.from(t),this._cachedRevision=this.revision}return bi?.add(this),this._cachedValue}get revision(){return Math.max(...this._deps.map(e=>e.revision),0)}};function ff(e){return e instanceof ma,e.value}function df(e,t){if(!(e instanceof ma))throw new TypeError("setValue must be passed a tracked store created with `createStorage`.");e.value=e._lastValue=t}function kp(e,t=cs){return new ma(e,t)}function pf(e){return cl(e,"the first parameter to `createCache` must be a function"),new Zy(e)}var dl=(e,t)=>!1;function Pu(){return kp(null,dl)}function fs(e,t){df(e,t)}var Kt=e=>{let t=e.collectionTag;t===null&&(t=e.collectionTag=Pu()),ff(t)},pl=e=>{const t=e.collectionTag;t!==null&&fs(t,null)},eg=Symbol(),Ou=0,Mp=Object.getPrototypeOf({}),Lp=class{constructor(e){this.value=e,this.value=e,this.tag.value=e}proxy=new Proxy(this,ds);tag=Pu();tags={};children={};collectionTag=null;id=Ou++},ds={get(e,t){function r(){const{value:a}=e,s=Reflect.get(a,t);if(typeof t=="symbol"||t in Mp)return s;if(typeof s=="object"&&s!==null){let u=e.children[t];return u===void 0&&(u=e.children[t]=Qo(s)),u.tag&&ff(u.tag),u.proxy}else{let u=e.tags[t];return u===void 0&&(u=e.tags[t]=Pu(),u.value=s),ff(u),s}}return r()},ownKeys(e){return Kt(e),Reflect.ownKeys(e.value)},getOwnPropertyDescriptor(e,t){return Reflect.getOwnPropertyDescriptor(e.value,t)},has(e,t){return Reflect.has(e.value,t)}},hf=class{constructor(e){this.value=e,this.value=e,this.tag.value=e}proxy=new Proxy([this],ku);tag=Pu();tags={};children={};collectionTag=null;id=Ou++},ku={get([e],t){return t==="length"&&Kt(e),ds.get(e,t)},ownKeys([e]){return ds.ownKeys(e)},getOwnPropertyDescriptor([e],t){return ds.getOwnPropertyDescriptor(e,t)},has([e],t){return ds.has(e,t)}};function Qo(e){return Array.isArray(e)?new hf(e):new Lp(e)}function qo(e,t){const{value:r,tags:o,children:a}=e;if(e.value=t,Array.isArray(r)&&Array.isArray(t)&&r.length!==t.length)pl(e);else if(r!==t){let s=0,u=0,c=!1;for(const d in r)s++;for(const d in t)if(u++,!(d in r)){c=!0;break}(c||s!==u)&&pl(e)}for(const s in o){const u=r[s],c=t[s];u!==c&&(pl(e),fs(o[s],c)),typeof c=="object"&&c!==null&&delete o[s]}for(const s in a){const u=a[s],c=t[s];u.value!==c&&(typeof c=="object"&&c!==null?qo(u,c):(Zo(u),delete a[s]))}}function Zo(e){e.tag&&fs(e.tag,null),pl(e);for(const t in e.tags)fs(e.tags[t],null);for(const t in e.children)Zo(e.children[t])}function hl(e){let t;return{get(r){return t&&e(t.key,r)?t.value:ul},put(r,o){t={key:r,value:o}},getEntries(){return t?[t]:[]},clear(){t=void 0}}}function ml(e,t){let r=[];function o(c){const f=r.findIndex(d=>t(c,d.key));if(f>-1){const d=r[f];return f>0&&(r.splice(f,1),r.unshift(d)),d.value}return ul}function a(c,f){o(c)===ul&&(r.unshift({key:c,value:f}),r.length>e&&r.pop())}function s(){return r}function u(){r=[]}return{get:o,put:a,getEntries:s,clear:u}}var Mo=(e,t)=>e===t;function Np(e){return function(r,o){if(r===null||o===null||r.length!==o.length)return!1;const{length:a}=r;for(let s=0;s<a;s++)if(!e(r[s],o[s]))return!1;return!0}}function mf(e,t){const r=typeof t=="object"?t:{equalityCheck:t},{equalityCheck:o=Mo,maxSize:a=1,resultEqualityCheck:s}=r,u=Np(o);let c=0;const f=a<=1?hl(u):ml(a,u);function d(){let h=f.get(arguments);if(h===ul){if(h=e.apply(null,arguments),c++,s){const v=f.getEntries().find(_=>s(_.value,h));v&&(h=v.value,c!==0&&c--)}f.put(arguments,h)}return h}return d.clearCache=()=>{f.clear(),d.resetResultsCount()},d.resultsCount=()=>c,d.resetResultsCount=()=>{c=0},d}function yl(e){const t=Qo([]);let r=null;const o=Np(Mo),a=pf(()=>e.apply(null,t.proxy));function s(){return o(r,arguments)||(qo(t,arguments),r=arguments),a.value}return s.clearCache=()=>a.clear(),s}var tg=class{constructor(e){this.value=e}deref(){return this.value}},Dp=typeof WeakRef<"u"?WeakRef:tg,Mu=0,yf=1;function Lu(){return{s:Mu,v:void 0,o:null,p:null}}function ei(e,t={}){let r=Lu();const{resultEqualityCheck:o}=t;let a,s=0;function u(){let c=r;const{length:f}=arguments;for(let y=0,v=f;y<v;y++){const _=arguments[y];if(typeof _=="function"||typeof _=="object"&&_!==null){let S=c.o;S===null&&(c.o=S=new WeakMap);const E=S.get(_);E===void 0?(c=Lu(),S.set(_,c)):c=E}else{let S=c.p;S===null&&(c.p=S=new Map);const E=S.get(_);E===void 0?(c=Lu(),S.set(_,c)):c=E}}const d=c;let h;if(c.s===yf)h=c.v;else if(h=e.apply(null,arguments),s++,o){const y=a?.deref?.()??a;y!=null&&o(y,h)&&(h=y,s!==0&&s--),a=typeof h=="object"&&h!==null||typeof h=="function"?new Dp(h):h}return d.s=yf,d.v=h,h}return u.clearCache=()=>{r=Lu(),u.resetResultsCount()},u.resultsCount=()=>s,u.resetResultsCount=()=>{s=0},u}function Ei(e,...t){const r=typeof e=="function"?{memoize:e,memoizeOptions:t}:e,o=(...a)=>{let s=0,u=0,c,f={},d=a.pop();typeof d=="object"&&(f=d,d=a.pop()),cl(d,`createSelector expects an output function after the inputs, but received: [${typeof d}]`);const h={...r,...f},{memoize:y,memoizeOptions:v=[],argsMemoize:_=ei,argsMemoizeOptions:S=[],devModeChecks:E={}}=h,b=to(v),x=to(S),T=Qy(a),C=y(function(){return s++,d.apply(null,arguments)},...b);let P=!0;const A=_(function(){u++;const F=qy(T,arguments);return c=C.apply(null,F),c},...x);return Object.assign(A,{resultFunc:d,memoizedResultFunc:C,dependencies:T,dependencyRecomputations:()=>u,resetDependencyRecomputations:()=>{u=0},lastResult:()=>c,recomputations:()=>s,resetRecomputations:()=>{s=0},memoize:y,argsMemoize:_})};return Object.assign(o,{withTypes:()=>o}),o}var Ri=Ei(ei),gl=Object.assign((e,t=Ri)=>{ko(e,`createStructuredSelector expects first argument to be an object where each property is a selector, instead received a ${typeof e}`);const r=Object.keys(e),o=r.map(s=>e[s]);return t(o,(...s)=>s.reduce((u,c,f)=>(u[r[f]]=c,u),{}))},{withTypes:()=>gl});function Ip(e){return({dispatch:r,getState:o})=>a=>s=>typeof s=="function"?s(r,o,e):a(s)}var rg=Ip(),gf=Ip,vl=(...e)=>{const t=Ei(...e),r=Object.assign((...o)=>{const a=t(...o),s=(u,...c)=>a(yn(u)?al(u):u,...c);return Object.assign(s,a),s},{withTypes:()=>r});return r},Nu=vl(ei),Fp=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Ce:Ce.apply(null,arguments)},ya=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}},Du=e=>e&&typeof e.match=="function";function Cn(e,t){function r(...o){if(t){let a=t(...o);if(!a)throw new Error(ln(0));return{type:e,payload:a.payload,..."meta"in a&&{meta:a.meta},..."error"in a&&{error:a.error}}}return{type:e,payload:o[0]}}return r.toString=()=>`${e}`,r.type=e,r.match=o=>Nt(o)&&o.type===e,r}function jp(e){return typeof e=="function"&&"type"in e&&Du(e)}function wl(e){return Nt(e)&&Object.keys(e).every(Iu)}function Iu(e){return["type","payload","error","meta"].indexOf(e)>-1}function ng(e){const t=e?`${e}`.split("/"):[],r=t[t.length-1]||"actionCreator";return`Detected an action creator with type "${e||"unknown"}" being dispatched.
|
|
60
|
-
Make sure you're calling the action creator before dispatching, i.e. \`dispatch(${r}())\` instead of \`dispatch(${r})\`. This is necessary even if the action has no payload.`}function zn(e={}){return()=>t=>r=>t(r)}function Sl(e,t){let r=0;return{measureTime(o){const a=Date.now();try{return o()}finally{const s=Date.now();r+=s-a}},warnIfExceeded(){r>e&&`${t}${r}${e}`}}}var _l=class wp extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,wp.prototype)}static get[Symbol.species](){return wp}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new wp(...t[0].concat(this)):new wp(...t.concat(this))}};function ps(e){return gn(e)?sl(e,()=>{}):e}function ga(e,t,r){return e.has(t)?e.get(t):e.set(t,r(t)).get(t)}function vf(e){return typeof e!="object"||e==null||Object.isFrozen(e)}function zp(e,t,r){const o=hs(e,t,r);return{detectMutations(){return bl(e,t,o,r)}}}function hs(e,t=[],r,o="",a=new Set){const s={value:r};if(!e(r)&&!a.has(r)){a.add(r),s.children={};for(const u in r){const c=o?o+"."+u:u;t.length&&t.indexOf(c)!==-1||(s.children[u]=hs(e,t,r[u],c))}}return s}function bl(e,t=[],r,o,a=!1,s=""){const u=r?r.value:void 0,c=u===o;if(a&&!c&&!Number.isNaN(o))return{wasMutated:!0,path:s};if(e(u)||e(o))return{wasMutated:!1};const f={};for(let h in r.children)f[h]=!0;for(let h in o)f[h]=!0;const d=t.length>0;for(let h in f){const y=s?s+"."+h:h;if(d&&t.some(S=>S instanceof RegExp?S.test(y):y===S))continue;const v=bl(e,t,r.children[h],o[h],c,y);if(v.wasMutated)return v}return{wasMutated:!1}}function Up(e={}){if(1)return()=>o=>a=>o(a);var t,r}function $p(e){const t=typeof e;return e==null||t==="string"||t==="boolean"||t==="number"||Array.isArray(e)||Vt(e)}function Hp(e,t="",r=$p,o,a=[],s){let u;if(!r(e))return{keyPath:t||"<root>",value:e};if(typeof e!="object"||e===null||s?.has(e))return!1;const c=o!=null?o(e):Object.entries(e),f=a.length>0;for(const[d,h]of c){const y=t?t+"."+d:d;if(!(f&&a.some(_=>_ instanceof RegExp?_.test(y):y===_))){if(!r(h))return{keyPath:y,value:h};if(typeof h=="object"&&(u=Hp(h,y,r,o,a,s),u))return u}}return s&&Bp(e)&&s.add(e),!1}function Bp(e){if(!Object.isFrozen(e))return!1;for(const t of Object.values(e))if(!(typeof t!="object"||t===null)&&!Bp(t))return!1;return!0}function wf(e={}){return()=>t=>r=>t(r)}function og(e){return typeof e=="boolean"}var ig=()=>function(t){const{thunk:r=!0,immutableCheck:o=!0,serializableCheck:a=!0,actionCreatorCheck:s=!0}=t??{};let u=new _l;return r&&(og(r)?u.push(rg):u.push(gf(r.extraArgument))),u},Sf="RTK_autoBatch",ag=()=>e=>({payload:e,meta:{[Sf]:!0}}),Vp=e=>t=>{setTimeout(t,e)},_f=(e={type:"raf"})=>t=>(...r)=>{const o=t(...r);let a=!0,s=!1,u=!1;const c=new Set,f=e.type==="tick"?queueMicrotask:e.type==="raf"?typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Vp(10):e.type==="callback"?e.queueNotification:Vp(e.timeout),d=()=>{u=!1,s&&(s=!1,c.forEach(h=>h()))};return Object.assign({},o,{subscribe(h){const y=()=>a&&h(),v=o.subscribe(y);return c.add(h),()=>{v(),c.delete(h)}},dispatch(h){try{return a=!h?.meta?.[Sf],s=!a,s&&(u||(u=!0,f(d))),o.dispatch(h)}finally{a=!0}}})},sg=e=>function(r){const{autoBatch:o=!0}=r??{};let a=new _l(e);return o&&a.push(_f(typeof o=="object"?o:void 0)),a};function lg(e){const t=ig(),{reducer:r=void 0,middleware:o,devTools:a=!0,duplicateMiddlewareCheck:s=!0,preloadedState:u=void 0,enhancers:c=void 0}=e||{};let f;if(typeof r=="function")f=r;else if(Vt(r))f=gt(r);else throw new Error(ln(1));let d;typeof o=="function"?d=o(t):d=t();let h=Ce;a&&(h=Fp({trace:!1,...typeof a=="object"&&a}));const y=vt(...d),v=sg(y);let _=typeof c=="function"?c(v):v();const S=h(..._);return Zr(f,u,S)}function Wp(e){const t={},r=[];let o;const a={addCase(s,u){const c=typeof s=="string"?s:s.type;if(!c)throw new Error(ln(28));if(c in t)throw new Error(ln(29));return t[c]=u,a},addAsyncThunk(s,u){return u.pending&&(t[s.pending.type]=u.pending),u.rejected&&(t[s.rejected.type]=u.rejected),u.fulfilled&&(t[s.fulfilled.type]=u.fulfilled),u.settled&&r.push({matcher:s.settled,reducer:u.settled}),a},addMatcher(s,u){return r.push({matcher:s,reducer:u}),a},addDefaultCase(s){return o=s,a}};return e(a),[t,r,o]}function ug(e){return typeof e=="function"}function Fu(e,t){let[r,o,a]=Wp(t),s;if(ug(e))s=()=>ps(e());else{const c=ps(e);s=()=>c}function u(c=s(),f){let d=[r[f.type],...o.filter(({matcher:h})=>h(f)).map(({reducer:h})=>h)];return d.filter(h=>!!h).length===0&&(d=[a]),d.reduce((h,y)=>{if(y)if(yn(h)){const _=y(h,f);return _===void 0?h:_}else{if(gn(h))return sl(h,v=>y(v,f));{const v=y(h,f);if(v===void 0){if(h===null)return h;throw Error("A case reducer on a non-draftable value must not return undefined")}return v}}return h},c)}return u.getInitialState=s,u}var Gp=(e,t)=>Du(e)?e.match(t):e(t);function ms(...e){return t=>e.some(r=>Gp(r,t))}function ju(...e){return t=>e.every(r=>Gp(r,t))}function El(e,t){if(!e||!e.meta)return!1;const r=typeof e.meta.requestId=="string",o=t.indexOf(e.meta.requestStatus)>-1;return r&&o}function Rl(e){return typeof e[0]=="function"&&"pending"in e[0]&&"fulfilled"in e[0]&&"rejected"in e[0]}function Yp(...e){return e.length===0?t=>El(t,["pending"]):Rl(e)?ms(...e.map(t=>t.pending)):Yp()(e[0])}function zu(...e){return e.length===0?t=>El(t,["rejected"]):Rl(e)?ms(...e.map(t=>t.rejected)):zu()(e[0])}function Xp(...e){const t=r=>r&&r.meta&&r.meta.rejectedWithValue;return e.length===0?ju(zu(...e),t):Rl(e)?ju(zu(...e),t):Xp()(e[0])}function Kp(...e){return e.length===0?t=>El(t,["fulfilled"]):Rl(e)?ms(...e.map(t=>t.fulfilled)):Kp()(e[0])}function Jp(...e){return e.length===0?t=>El(t,["pending","fulfilled","rejected"]):Rl(e)?ms(...e.flatMap(t=>[t.pending,t.rejected,t.fulfilled])):Jp()(e[0])}var cg="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",va=(e=21)=>{let t="",r=e;for(;r--;)t+=cg[Math.random()*64|0];return t},xl=["name","message","stack","code"],bf=class{constructor(e,t){this.payload=e,this.meta=t}_type},Ef=class{constructor(e,t){this.payload=e,this.meta=t}_type},Rf=e=>{if(typeof e=="object"&&e!==null){const t={};for(const r of xl)typeof e[r]=="string"&&(t[r]=e[r]);return t}return{message:String(e)}},xf="External signal was aborted",Tf=(()=>{function e(t,r,o){const a=Cn(t+"/fulfilled",(f,d,h,y)=>({payload:f,meta:{...y||{},arg:h,requestId:d,requestStatus:"fulfilled"}})),s=Cn(t+"/pending",(f,d,h)=>({payload:void 0,meta:{...h||{},arg:d,requestId:f,requestStatus:"pending"}})),u=Cn(t+"/rejected",(f,d,h,y,v)=>({payload:y,error:(o&&o.serializeError||Rf)(f||"Rejected"),meta:{...v||{},arg:h,requestId:d,rejectedWithValue:!!y,requestStatus:"rejected",aborted:f?.name==="AbortError",condition:f?.name==="ConditionError"}}));function c(f,{signal:d}={}){return(h,y,v)=>{const _=o?.idGenerator?o.idGenerator(f):va(),S=new AbortController;let E,b;function x(C){b=C,S.abort()}d&&(d.aborted?x(xf):d.addEventListener("abort",()=>x(xf),{once:!0}));const T=(async function(){let C;try{let A=o?.condition?.(f,{getState:y,extra:v});if(ys(A)&&(A=await A),A===!1||S.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};const O=new Promise((F,N)=>{E=()=>{N({name:"AbortError",message:b||"Aborted"})},S.signal.addEventListener("abort",E)});h(s(_,f,o?.getPendingMeta?.({requestId:_,arg:f},{getState:y,extra:v}))),C=await Promise.race([O,Promise.resolve(r(f,{dispatch:h,getState:y,extra:v,requestId:_,signal:S.signal,abort:x,rejectWithValue:(F,N)=>new bf(F,N),fulfillWithValue:(F,N)=>new Ef(F,N)})).then(F=>{if(F instanceof bf)throw F;return F instanceof Ef?a(F.payload,_,f,F.meta):a(F,_,f)})])}catch(A){C=A instanceof bf?u(null,_,f,A.payload,A.meta):u(A,_,f)}finally{E&&S.signal.removeEventListener("abort",E)}return o&&!o.dispatchConditionRejection&&u.match(C)&&C.meta.condition||h(C),C})();return Object.assign(T,{abort:x,requestId:_,arg:f,unwrap(){return T.then(Cf)}})}}return Object.assign(c,{pending:s,rejected:u,fulfilled:a,settled:ms(u,a),typePrefix:t})}return e.withTypes=()=>e,e})();function Cf(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function ys(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Qp=Symbol.for("rtk-slice-createasyncthunk"),fg={[Qp]:Tf},qp=(e=>(e.reducer="reducer",e.reducerWithPrepare="reducerWithPrepare",e.asyncThunk="asyncThunk",e))(qp||{});function Zp(e,t){return`${e}/${t}`}function Af({creators:e}={}){const t=e?.asyncThunk?.[Qp];return function(o){const{name:a,reducerPath:s=a}=o;if(!a)throw new Error(ln(11));typeof process<"u";const u=(typeof o.reducers=="function"?o.reducers(dg()):o.reducers)||{},c=Object.keys(u),f={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},d={addCase(C,P){const A=typeof C=="string"?C:C.type;if(!A)throw new Error(ln(12));if(A in f.sliceCaseReducersByType)throw new Error(ln(13));return f.sliceCaseReducersByType[A]=P,d},addMatcher(C,P){return f.sliceMatchers.push({matcher:C,reducer:P}),d},exposeAction(C,P){return f.actionCreators[C]=P,d},exposeCaseReducer(C,P){return f.sliceCaseReducersByName[C]=P,d}};c.forEach(C=>{const P=u[C],A={reducerName:C,type:Zp(a,C),createNotation:typeof o.reducers=="function"};pg(P)?Pf(A,P,d,t):Uu(A,P,d)});function h(){const[C={},P=[],A=void 0]=typeof o.extraReducers=="function"?Wp(o.extraReducers):[o.extraReducers],O={...C,...f.sliceCaseReducersByType};return Fu(o.initialState,F=>{for(let N in O)F.addCase(N,O[N]);for(let N of f.sliceMatchers)F.addMatcher(N.matcher,N.reducer);for(let N of P)F.addMatcher(N.matcher,N.reducer);A&&F.addDefaultCase(A)})}const y=C=>C,v=new Map,_=new WeakMap;let S;function E(C,P){return S||(S=h()),S(C,P)}function b(){return S||(S=h()),S.getInitialState()}function x(C,P=!1){function A(F){let N=F[C];return typeof N>"u"&&P&&(N=ga(_,A,b)),N}function O(F=y){const N=ga(v,P,()=>new WeakMap);return ga(N,F,()=>{const X={};for(const[ce,he]of Object.entries(o.selectors??{}))X[ce]=Tl(he,F,()=>ga(_,F,b),P);return X})}return{reducerPath:C,getSelectors:O,get selectors(){return O(A)},selectSlice:A}}const T={name:a,reducer:E,actions:f.actionCreators,caseReducers:f.sliceCaseReducersByName,getInitialState:b,...x(s),injectInto(C,{reducerPath:P,...A}={}){const O=P??s;return C.inject({reducerPath:O,reducer:E},A),{...T,...x(O,!0)}}};return T}}function Tl(e,t,r,o){function a(s,...u){let c=t(s);return typeof c>"u"&&o&&(c=r()),e(c,...u)}return a.unwrapped=e,a}var Cl=Af();function dg(){function e(t,r){return{_reducerDefinitionType:"asyncThunk",payloadCreator:t,...r}}return e.withTypes=()=>e,{reducer(t){return Object.assign({[t.name](...r){return t(...r)}}[t.name],{_reducerDefinitionType:"reducer"})},preparedReducer(t,r){return{_reducerDefinitionType:"reducerWithPrepare",prepare:t,reducer:r}},asyncThunk:e}}function Uu({type:e,reducerName:t,createNotation:r},o,a){let s,u;if("reducer"in o){if(r&&!eh(o))throw new Error(ln(17));s=o.reducer,u=o.prepare}else s=o;a.addCase(e,s).exposeCaseReducer(t,s).exposeAction(t,u?Cn(e,u):Cn(e))}function pg(e){return e._reducerDefinitionType==="asyncThunk"}function eh(e){return e._reducerDefinitionType==="reducerWithPrepare"}function Pf({type:e,reducerName:t},r,o,a){if(!a)throw new Error(ln(18));const{payloadCreator:s,fulfilled:u,pending:c,rejected:f,settled:d,options:h}=r,y=a(e,s,h);o.exposeAction(t,y),u&&o.addCase(y.fulfilled,u),c&&o.addCase(y.pending,c),f&&o.addCase(y.rejected,f),d&&o.addMatcher(y.settled,d),o.exposeCaseReducer(t,{fulfilled:u||gs,pending:c||gs,rejected:f||gs,settled:d||gs})}function gs(){}function th(){return{ids:[],entities:{}}}function rh(e){function t(r={},o){const a=Object.assign(th(),r);return o?e.setAll(a,o):a}return{getInitialState:t}}function nh(){function e(t,r={}){const{createSelector:o=Nu}=r,a=y=>y.ids,s=y=>y.entities,u=o(a,s,(y,v)=>y.map(_=>v[_])),c=(y,v)=>v,f=(y,v)=>y[v],d=o(a,y=>y.length);if(!t)return{selectIds:a,selectEntities:s,selectAll:u,selectTotal:d,selectById:o(s,c,f)};const h=o(t,s);return{selectIds:o(t,a),selectEntities:h,selectAll:o(t,u),selectTotal:o(t,d),selectById:o(h,c,f)}}return{getSelectors:e}}var hg=yn;function mg(e){const t=Tr((r,o)=>e(o));return function(o){return t(o,void 0)}}function Tr(e){return function(r,o){function a(u){return wl(u)}const s=u=>{a(o)?e(o.payload,u):e(o,u)};return hg(r)?(s(r),r):sl(r,s)}}function vs(e,t){return t(e)}function wa(e){return Array.isArray(e)||(e=Object.values(e)),e}function An(e){return yn(e)?al(e):e}function ws(e,t,r){e=wa(e);const o=An(r.ids),a=new Set(o),s=[],u=new Set([]),c=[];for(const f of e){const d=vs(f,t);a.has(d)||u.has(d)?c.push({id:d,changes:f}):(u.add(d),s.push(f))}return[s,c,o]}function Of(e){function t(S,E){const b=vs(S,e);b in E.entities||(E.ids.push(b),E.entities[b]=S)}function r(S,E){S=wa(S);for(const b of S)t(b,E)}function o(S,E){const b=vs(S,e);b in E.entities||E.ids.push(b),E.entities[b]=S}function a(S,E){S=wa(S);for(const b of S)o(b,E)}function s(S,E){S=wa(S),E.ids=[],E.entities={},r(S,E)}function u(S,E){return c([S],E)}function c(S,E){let b=!1;S.forEach(x=>{x in E.entities&&(delete E.entities[x],b=!0)}),b&&(E.ids=E.ids.filter(x=>x in E.entities))}function f(S){Object.assign(S,{ids:[],entities:{}})}function d(S,E,b){const x=b.entities[E.id];if(x===void 0)return!1;const T=Object.assign({},x,E.changes),C=vs(T,e),P=C!==E.id;return P&&(S[E.id]=C,delete b.entities[E.id]),b.entities[C]=T,P}function h(S,E){return y([S],E)}function y(S,E){const b={},x={};S.forEach(C=>{C.id in E.entities&&(x[C.id]={id:C.id,changes:{...x[C.id]?.changes,...C.changes}})}),S=Object.values(x),S.length>0&&S.filter(P=>d(b,P,E)).length>0&&(E.ids=Object.values(E.entities).map(P=>vs(P,e)))}function v(S,E){return _([S],E)}function _(S,E){const[b,x]=ws(S,e,E);r(b,E),y(x,E)}return{removeAll:mg(f),addOne:Tr(t),addMany:Tr(r),setOne:Tr(o),setMany:Tr(a),setAll:Tr(s),updateOne:Tr(h),updateMany:Tr(y),upsertOne:Tr(v),upsertMany:Tr(_),removeOne:Tr(u),removeMany:Tr(c)}}function oh(e,t,r){let o=0,a=e.length;for(;o<a;){let s=o+a>>>1;const u=e[s];r(t,u)>=0?o=s+1:a=s}return o}function ih(e,t,r){const o=oh(e,t,r);return e.splice(o,0,t),e}function ah(e,t){const{removeOne:r,removeMany:o,removeAll:a}=Of(e);function s(b,x){return u([b],x)}function u(b,x,T){b=wa(b);const C=new Set(T??An(x.ids)),P=b.filter(A=>!C.has(vs(A,e)));P.length!==0&&E(x,P)}function c(b,x){return f([b],x)}function f(b,x){if(b=wa(b),b.length!==0){for(const T of b)delete x.entities[e(T)];E(x,b)}}function d(b,x){b=wa(b),x.entities={},x.ids=[],u(b,x,[])}function h(b,x){return y([b],x)}function y(b,x){let T=!1,C=!1;for(let P of b){const A=x.entities[P.id];if(!A)continue;T=!0,Object.assign(A,P.changes);const O=e(A);if(P.id!==O){C=!0,delete x.entities[P.id];const F=x.ids.indexOf(P.id);x.ids[F]=O,x.entities[O]=A}}T&&E(x,[],T,C)}function v(b,x){return _([b],x)}function _(b,x){const[T,C,P]=ws(b,e,x);T.length&&u(T,x,P),C.length&&y(C,x)}function S(b,x){if(b.length!==x.length)return!1;for(let T=0;T<b.length;T++)if(b[T]!==x[T])return!1;return!0}const E=(b,x,T,C)=>{const P=An(b.entities),A=An(b.ids),O=b.entities;let F=A;C&&(F=new Set(A));let N=[];for(const he of F){const ge=P[he];ge&&N.push(ge)}const X=N.length===0;for(const he of x)O[e(he)]=he,X||ih(N,he,t);X?N=x.slice().sort(t):T&&N.sort(t);const ce=N.map(e);S(A,ce)||(b.ids=ce)};return{removeOne:r,removeMany:o,removeAll:a,addOne:Tr(s),updateOne:Tr(h),upsertOne:Tr(v),setOne:Tr(c),setMany:Tr(f),setAll:Tr(d),addMany:Tr(u),updateMany:Tr(y),upsertMany:Tr(_)}}function kf(e={}){const{selectId:t,sortComparer:r}={sortComparer:!1,selectId:u=>u.id,...e},o=r?ah(t,r):Of(t),a=rh(o),s=nh();return{selectId:t,sortComparer:r,...a,...s,...o}}var yg="task",sh="listener",Sa="completed",Al="cancelled",Pl=`task-${Al}`,Mf=`task-${Sa}`,$u=`${sh}-${Al}`,Hu=`${sh}-${Sa}`,Lo=class{constructor(e){this.code=e,this.message=`${yg} ${Al} (reason: ${e})`}name="TaskAbortError";message},Ol=(e,t)=>{if(typeof e!="function")throw new TypeError(ln(32))},kl=()=>{},Ml=(e,t=kl)=>(e.catch(t),e),Lf=(e,t)=>(e.addEventListener("abort",t,{once:!0}),()=>e.removeEventListener("abort",t)),xi=(e,t)=>{const r=e.signal;r.aborted||("reason"in r||Object.defineProperty(r,"reason",{enumerable:!0,value:t,configurable:!0,writable:!0}),e.abort(t))},Ti=e=>{if(e.aborted){const{reason:t}=e;throw new Lo(t)}};function Nf(e,t){let r=kl;return new Promise((o,a)=>{const s=()=>a(new Lo(e.reason));if(e.aborted){s();return}r=Lf(e,s),t.finally(()=>r()).then(o,a)}).finally(()=>{r=kl})}var lh=async(e,t)=>{try{return await Promise.resolve(),{status:"ok",value:await e()}}catch(r){return{status:r instanceof Lo?"cancelled":"rejected",error:r}}finally{t?.()}},Ll=e=>t=>Ml(Nf(e,t).then(r=>(Ti(e),r))),ti=e=>{const t=Ll(e);return r=>t(new Promise(o=>setTimeout(o,r)))},{assign:Ci}=Object,Bu={},Vu="listenerMiddleware",gg=(e,t)=>{const r=o=>Lf(e,()=>xi(o,e.reason));return(o,a)=>{Ol(o,"taskExecutor");const s=new AbortController;r(s);const u=lh(async()=>{Ti(e),Ti(s.signal);const c=await o({pause:Ll(s.signal),delay:ti(s.signal),signal:s.signal});return Ti(s.signal),c},()=>xi(s,Mf));return a?.autoJoin&&t.push(u.catch(kl)),{result:Ll(e)(u),cancel(){xi(s,Pl)}}}},Nl=(e,t)=>{const r=async(o,a)=>{Ti(t);let s=()=>{};const c=[new Promise((f,d)=>{let h=e({predicate:o,effect:(y,v)=>{v.unsubscribe(),f([y,v.getState(),v.getOriginalState()])}});s=()=>{h(),d()}})];a!=null&&c.push(new Promise(f=>setTimeout(f,a,null)));try{const f=await Nf(t,Promise.race(c));return Ti(t),f}finally{s()}};return(o,a)=>Ml(r(o,a))},uh=e=>{let{type:t,actionCreator:r,matcher:o,predicate:a,effect:s}=e;if(t)a=Cn(t).match;else if(r)t=r.type,a=r.match;else if(o)a=o;else if(!a)throw new Error(ln(21));return Ol(s,"options.listener"),{predicate:a,type:t,effect:s}},Df=Ci(e=>{const{type:t,predicate:r,effect:o}=uh(e);return{id:va(),effect:o,type:t,predicate:r,pending:new Set,unsubscribe:()=>{throw new Error(ln(22))}}},{withTypes:()=>Df}),If=(e,t)=>{const{type:r,effect:o,predicate:a}=uh(t);return Array.from(e.values()).find(s=>(typeof r=="string"?s.type===r:s.predicate===a)&&s.effect===o)},rr=e=>{e.pending.forEach(t=>{xi(t,$u)})},Ff=e=>()=>{e.forEach(rr),e.clear()},Dl=(e,t,r)=>{try{e(t,r)}catch(o){setTimeout(()=>{throw o},0)}},_a=Ci(Cn(`${Vu}/add`),{withTypes:()=>_a}),jf=Cn(`${Vu}/removeAll`),Il=Ci(Cn(`${Vu}/remove`),{withTypes:()=>Il}),Fl=(...e)=>{console.error(`${Vu}/error`,...e)},Wu=(e={})=>{const t=new Map,{extra:r,onError:o=Fl}=e;Ol(o,"onError");const a=h=>(h.unsubscribe=()=>t.delete(h.id),t.set(h.id,h),y=>{h.unsubscribe(),y?.cancelActive&&rr(h)}),s=h=>{const y=If(t,h)??Df(h);return a(y)};Ci(s,{withTypes:()=>s});const u=h=>{const y=If(t,h);return y&&(y.unsubscribe(),h.cancelActive&&rr(y)),!!y};Ci(u,{withTypes:()=>u});const c=async(h,y,v,_)=>{const S=new AbortController,E=Nl(s,S.signal),b=[];try{h.pending.add(S),await Promise.resolve(h.effect(y,Ci({},v,{getOriginalState:_,condition:(x,T)=>E(x,T).then(Boolean),take:E,delay:ti(S.signal),pause:Ll(S.signal),extra:r,signal:S.signal,fork:gg(S.signal,b),unsubscribe:h.unsubscribe,subscribe:()=>{t.set(h.id,h)},cancelActiveListeners:()=>{h.pending.forEach((x,T,C)=>{x!==S&&(xi(x,$u),C.delete(x))})},cancel:()=>{xi(S,$u),h.pending.delete(S)},throwIfCancelled:()=>{Ti(S.signal)}})))}catch(x){x instanceof Lo||Dl(o,x,{raisedBy:"effect"})}finally{await Promise.all(b),xi(S,Hu),h.pending.delete(S)}},f=Ff(t);return{middleware:h=>y=>v=>{if(!Nt(v))return y(v);if(_a.match(v))return s(v.payload);if(jf.match(v)){f();return}if(Il.match(v))return u(v.payload);let _=h.getState();const S=()=>{if(_===Bu)throw new Error(ln(23));return _};let E;try{if(E=y(v),t.size>0){const b=h.getState(),x=Array.from(t.values());for(const T of x){let C=!1;try{C=T.predicate(v,b,_)}catch(P){C=!1,Dl(o,P,{raisedBy:"predicate"})}C&&c(T,v,h,S)}}}finally{_=Bu}return E},startListening:s,stopListening:u,clearListeners:f}},Ss=e=>({middleware:e,applied:new Map}),ch=e=>t=>t?.meta?.instanceId===e,vg=()=>{const e=va(),t=new Map,r=Object.assign(Cn("dynamicMiddleware/add",(...c)=>({payload:c,meta:{instanceId:e}})),{withTypes:()=>r}),o=Object.assign(function(...f){f.forEach(d=>{ga(t,d,Ss)})},{withTypes:()=>o}),a=c=>{const f=Array.from(t.values()).map(d=>ga(d.applied,c,d.middleware));return Ce(...f)},s=ju(r,ch(e));return{middleware:c=>f=>d=>s(d)?(o(...d.payload),c.dispatch):a(c)(f)(d),addMiddleware:o,withMiddleware:r,instanceId:e}},wg=e=>"reducerPath"in e&&typeof e.reducerPath=="string",fh=e=>e.flatMap(t=>wg(t)?[[t.reducerPath,t.reducer]]:Object.entries(t)),_s=Symbol.for("rtk-state-proxy-original"),Gu=e=>!!e&&!!e[_s],zf=new WeakMap,Uf=(e,t,r)=>ga(zf,e,()=>new Proxy(e,{get:(o,a,s)=>{if(a===_s)return o;const u=Reflect.get(o,a,s);if(typeof u>"u"){const c=r[a];if(typeof c<"u")return c;const f=t[a];if(f){const d=f(void 0,{type:va()});if(typeof d>"u")throw new Error(ln(24));return r[a]=d,d}}return u}})),$f=e=>{if(!Gu(e))throw new Error(ln(25));return e[_s]},Hf={},Sg=(e=Hf)=>e;function dh(...e){const t=Object.fromEntries(fh(e)),r=()=>Object.keys(t).length?gt(t):Sg;let o=r();function a(f,d){return o(f,d)}a.withLazyLoadedSlices=()=>a;const s={},u=(f,d={})=>{const{reducerPath:h,reducer:y}=f,v=t[h];return!d.overrideExisting&&v&&v!==y?(typeof process<"u",a):(d.overrideExisting&&v!==y&&delete s[h],t[h]=y,o=r(),a)},c=Object.assign(function(d,h){return function(v,..._){return d(Uf(h?h(v,..._):v,t,s),..._)}},{original:$f});return Object.assign(a,{inject:u,selector:c})}function ln(e){return`Minified Redux Toolkit error #${e}; visit https://redux-toolkit.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}function ph(e,t){return function(){return e.apply(t,arguments)}}const{toString:Bf}=Object.prototype,{getPrototypeOf:No}=Object,{iterator:jl,toStringTag:ba}=Symbol,Un=(e=>t=>{const r=Bf.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),vn=e=>(e=e.toLowerCase(),t=>Un(t)===e),ro=e=>t=>typeof t===e,{isArray:Ai}=Array,bs=ro("undefined");function zl(e){return e!==null&&!bs(e)&&e.constructor!==null&&!bs(e.constructor)&&en(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Pi=vn("ArrayBuffer");function Ul(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Pi(e.buffer),t}const Es=ro("string"),en=ro("function"),Yu=ro("number"),Do=e=>e!==null&&typeof e=="object",Oi=e=>e===!0||e===!1,tr=e=>{if(Un(e)!=="object")return!1;const t=No(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(ba in e)&&!(jl in e)},ir=e=>{if(!Do(e)||zl(e))return!1;try{return Object.keys(e).length===0&&Object.getPrototypeOf(e)===Object.prototype}catch{return!1}},ki=vn("Date"),un=vn("File"),Pn=vn("Blob"),Ea=vn("FileList"),Rs=e=>Do(e)&&en(e.pipe),On=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||en(e.append)&&((t=Un(e))==="formdata"||t==="object"&&en(e.toString)&&e.toString()==="[object FormData]"))},Xu=vn("URLSearchParams"),[hh,mh,Ku,yh]=["ReadableStream","Request","Response","Headers"].map(vn),ri=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Mi(e,t,{allOwnKeys:r=!1}={}){if(e===null||typeof e>"u")return;let o,a;if(typeof e!="object"&&(e=[e]),Ai(e))for(o=0,a=e.length;o<a;o++)t.call(null,e[o],o,e);else{if(zl(e))return;const s=r?Object.getOwnPropertyNames(e):Object.keys(e),u=s.length;let c;for(o=0;o<u;o++)c=s[o],t.call(null,e[c],c,e)}}function Ju(e,t){if(zl(e))return null;t=t.toLowerCase();const r=Object.keys(e);let o=r.length,a;for(;o-- >0;)if(a=r[o],t===a.toLowerCase())return a;return null}const Li=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,gh=e=>!bs(e)&&e!==Li;function Io(){const{caseless:e,skipUndefined:t}=gh(this)&&this||{},r={},o=(a,s)=>{const u=e&&Ju(r,s)||s;tr(r[u])&&tr(a)?r[u]=Io(r[u],a):tr(a)?r[u]=Io({},a):Ai(a)?r[u]=a.slice():(!t||!bs(a))&&(r[u]=a)};for(let a=0,s=arguments.length;a<s;a++)arguments[a]&&Mi(arguments[a],o);return r}const xs=(e,t,r,{allOwnKeys:o}={})=>(Mi(t,(a,s)=>{r&&en(a)?e[s]=ph(a,r):e[s]=a},{allOwnKeys:o}),e),Ts=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Qu=(e,t,r,o)=>{e.prototype=Object.create(t.prototype,o),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},qu=(e,t,r,o)=>{let a,s,u;const c={};if(t=t||{},e==null)return t;do{for(a=Object.getOwnPropertyNames(e),s=a.length;s-- >0;)u=a[s],(!o||o(u,e,t))&&!c[u]&&(t[u]=e[u],c[u]=!0);e=r!==!1&&No(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},no=(e,t,r)=>{e=String(e),(r===void 0||r>e.length)&&(r=e.length),r-=t.length;const o=e.indexOf(t,r);return o!==-1&&o===r},oo=e=>{if(!e)return null;if(Ai(e))return e;let t=e.length;if(!Yu(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},Ra=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&No(Uint8Array)),ni=(e,t)=>{const o=(e&&e[jl]).call(e);let a;for(;(a=o.next())&&!a.done;){const s=a.value;t.call(e,s[0],s[1])}},oi=(e,t)=>{let r;const o=[];for(;(r=e.exec(t))!==null;)o.push(r);return o},xa=vn("HTMLFormElement"),vh=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,o,a){return o.toUpperCase()+a}),Zu=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),Vf=vn("RegExp"),kn=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),o={};Mi(r,(a,s)=>{let u;(u=t(a,s,e))!==!1&&(o[s]=u||a)}),Object.defineProperties(e,o)},$n=e=>{kn(e,(t,r)=>{if(en(e)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const o=e[r];if(en(o)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},dr=(e,t)=>{const r={},o=a=>{a.forEach(s=>{r[s]=!0})};return Ai(e)?o(e):o(String(e).split(t)),r},Eo=()=>{},wh=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t;function Sh(e){return!!(e&&en(e.append)&&e[ba]==="FormData"&&e[jl])}const Wf=e=>{const t=new Array(10),r=(o,a)=>{if(Do(o)){if(t.indexOf(o)>=0)return;if(zl(o))return o;if(!("toJSON"in o)){t[a]=o;const s=Ai(o)?[]:{};return Mi(o,(u,c)=>{const f=r(u,a+1);!bs(f)&&(s[c]=f)}),t[a]=void 0,s}}return o};return r(e,0)},Gf=vn("AsyncFunction"),_h=e=>e&&(Do(e)||en(e))&&en(e.then)&&en(e.catch),$l=((e,t)=>e?setImmediate:t?((r,o)=>(Li.addEventListener("message",({source:a,data:s})=>{a===Li&&s===r&&o.length&&o.shift()()},!1),a=>{o.push(a),Li.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",en(Li.postMessage)),bh=typeof queueMicrotask<"u"?queueMicrotask.bind(Li):typeof process<"u"&&process.nextTick||$l,ne={isArray:Ai,isArrayBuffer:Pi,isBuffer:zl,isFormData:On,isArrayBufferView:Ul,isString:Es,isNumber:Yu,isBoolean:Oi,isObject:Do,isPlainObject:tr,isEmptyObject:ir,isReadableStream:hh,isRequest:mh,isResponse:Ku,isHeaders:yh,isUndefined:bs,isDate:ki,isFile:un,isBlob:Pn,isRegExp:Vf,isFunction:en,isStream:Rs,isURLSearchParams:Xu,isTypedArray:Ra,isFileList:Ea,forEach:Mi,merge:Io,extend:xs,trim:ri,stripBOM:Ts,inherits:Qu,toFlatObject:qu,kindOf:Un,kindOfTest:vn,endsWith:no,toArray:oo,forEachEntry:ni,matchAll:oi,isHTMLForm:xa,hasOwnProperty:Zu,hasOwnProp:Zu,reduceDescriptors:kn,freezeMethods:$n,toObjectSet:dr,toCamelCase:vh,noop:Eo,toFiniteNumber:wh,findKey:Ju,global:Li,isContextDefined:gh,isSpecCompliantForm:Sh,toJSONObject:Wf,isAsyncFn:Gf,isThenable:_h,setImmediate:$l,asap:bh,isIterable:e=>e!=null&&en(e[jl])};function Cs(e,t,r,o,a){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),o&&(this.request=o),a&&(this.response=a,this.status=a.status?a.status:null)}ne.inherits(Cs,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:ne.toJSONObject(this.config),code:this.code,status:this.status}}});const As=Cs.prototype,Bl={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Bl[e]={value:e}}),Object.defineProperties(Cs,Bl),Object.defineProperty(As,"isAxiosError",{value:!0}),Cs.from=(e,t,r,o,a,s)=>{const u=Object.create(As);ne.toFlatObject(e,u,function(h){return h!==Error.prototype},d=>d!=="isAxiosError");const c=e&&e.message?e.message:"Error",f=t==null&&e?e.code:t;return Cs.call(u,c,f,r,o,a),e&&u.cause==null&&Object.defineProperty(u,"cause",{value:e,configurable:!0}),u.name=e&&e.name||"Error",s&&Object.assign(u,s),u};const kt=Cs,Yf=null;function Ni(e){return ne.isPlainObject(e)||ne.isArray(e)}function Xf(e){return ne.endsWith(e,"[]")?e.slice(0,-2):e}function Vl(e,t,r){return e?e.concat(t).map(function(a,s){return a=Xf(a),!r&&s?"["+a+"]":a}).join(r?".":""):t}function ec(e){return ne.isArray(e)&&!e.some(Ni)}const Ps=ne.toFlatObject(ne,{},null,function(t){return/^is[A-Z]/.test(t)});function Kf(e,t,r){if(!ne.isObject(e))throw new TypeError("target must be an object");t=t||new(Yf||FormData),r=ne.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(E,b){return!ne.isUndefined(b[E])});const o=r.metaTokens,a=r.visitor||h,s=r.dots,u=r.indexes,f=(r.Blob||typeof Blob<"u"&&Blob)&&ne.isSpecCompliantForm(t);if(!ne.isFunction(a))throw new TypeError("visitor must be a function");function d(S){if(S===null)return"";if(ne.isDate(S))return S.toISOString();if(ne.isBoolean(S))return S.toString();if(!f&&ne.isBlob(S))throw new kt("Blob is not supported. Use a Buffer instead.");return ne.isArrayBuffer(S)||ne.isTypedArray(S)?f&&typeof Blob=="function"?new Blob([S]):Buffer.from(S):S}function h(S,E,b){let x=S;if(S&&!b&&typeof S=="object"){if(ne.endsWith(E,"{}"))E=o?E:E.slice(0,-2),S=JSON.stringify(S);else if(ne.isArray(S)&&ec(S)||(ne.isFileList(S)||ne.endsWith(E,"[]"))&&(x=ne.toArray(S)))return E=Xf(E),x.forEach(function(C,P){!(ne.isUndefined(C)||C===null)&&t.append(u===!0?Vl([E],P,s):u===null?E:E+"[]",d(C))}),!1}return Ni(S)?!0:(t.append(Vl(b,E,s),d(S)),!1)}const y=[],v=Object.assign(Ps,{defaultVisitor:h,convertValue:d,isVisitable:Ni});function _(S,E){if(!ne.isUndefined(S)){if(y.indexOf(S)!==-1)throw Error("Circular reference detected in "+E.join("."));y.push(S),ne.forEach(S,function(x,T){(!(ne.isUndefined(x)||x===null)&&a.call(t,x,ne.isString(T)?T.trim():T,E,v))===!0&&_(x,E?E.concat(T):[T])}),y.pop()}}if(!ne.isObject(e))throw new TypeError("data must be an object");return _(e),t}const Os=Kf;function tc(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(o){return t[o]})}function rc(e,t){this._pairs=[],e&&Os(e,this,t)}const Ta=rc.prototype;Ta.append=function(t,r){this._pairs.push([t,r])},Ta.toString=function(t){const r=t?function(o){return t.call(this,o,tc)}:tc;return this._pairs.map(function(a){return r(a[0])+"="+r(a[1])},"").join("&")};const Hn=rc;function Ca(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function nc(e,t,r){if(!t)return e;const o=r&&r.encode||Ca;ne.isFunction(r)&&(r={serialize:r});const a=r&&r.serialize;let s;if(a?s=a(t,r):s=ne.isURLSearchParams(t)?t.toString():new Hn(t,r).toString(o),s){const u=e.indexOf("#");u!==-1&&(e=e.slice(0,u)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class Eh{constructor(){this.handlers=[]}use(t,r,o){return this.handlers.push({fulfilled:t,rejected:r,synchronous:o?o.synchronous:!1,runWhen:o?o.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){ne.forEach(this.handlers,function(o){o!==null&&t(o)})}}const Fo=Eh,ii={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Ii={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:Hn,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},ks=typeof window<"u"&&typeof document<"u",oc=typeof navigator=="object"&&navigator||void 0,ic=ks&&(!oc||["ReactNative","NativeScript","NS"].indexOf(oc.product)<0),xh=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Wl=ks&&window.location.href||"http://localhost",ar={...B,...Ii};function Gl(e,t){return Os(e,new ar.classes.URLSearchParams,{visitor:function(r,o,a,s){return ar.isNode&&ne.isBuffer(r)?(this.append(o,r.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)},...t})}function Yl(e){return ne.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Aa(e){const t={},r=Object.keys(e);let o;const a=r.length;let s;for(o=0;o<a;o++)s=r[o],t[s]=e[s];return t}function Jf(e){function t(r,o,a,s){let u=r[s++];if(u==="__proto__")return!0;const c=Number.isFinite(+u),f=s>=r.length;return u=!u&&ne.isArray(a)?a.length:u,f?(ne.hasOwnProp(a,u)?a[u]=[a[u],o]:a[u]=o,!c):((!a[u]||!ne.isObject(a[u]))&&(a[u]=[]),t(r,o,a[u],s)&&ne.isArray(a[u])&&(a[u]=Aa(a[u])),!c)}if(ne.isFormData(e)&&ne.isFunction(e.entries)){const r={};return ne.forEachEntry(e,(o,a)=>{t(Yl(o),a,r,0)}),r}return null}const Pa=Jf;function Th(e,t,r){if(ne.isString(e))try{return(t||JSON.parse)(e),ne.trim(e)}catch(o){if(o.name!=="SyntaxError")throw o}return(r||JSON.stringify)(e)}const Xl={transitional:ii,adapter:["xhr","http","fetch"],transformRequest:[function(t,r){const o=r.getContentType()||"",a=o.indexOf("application/json")>-1,s=ne.isObject(t);if(s&&ne.isHTMLForm(t)&&(t=new FormData(t)),ne.isFormData(t))return a?JSON.stringify(Pa(t)):t;if(ne.isArrayBuffer(t)||ne.isBuffer(t)||ne.isStream(t)||ne.isFile(t)||ne.isBlob(t)||ne.isReadableStream(t))return t;if(ne.isArrayBufferView(t))return t.buffer;if(ne.isURLSearchParams(t))return r.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let c;if(s){if(o.indexOf("application/x-www-form-urlencoded")>-1)return Gl(t,this.formSerializer).toString();if((c=ne.isFileList(t))||o.indexOf("multipart/form-data")>-1){const f=this.env&&this.env.FormData;return Os(c?{"files[]":t}:t,f&&new f,this.formSerializer)}}return s||a?(r.setContentType("application/json",!1),Th(t)):t}],transformResponse:[function(t){const r=this.transitional||Xl.transitional,o=r&&r.forcedJSONParsing,a=this.responseType==="json";if(ne.isResponse(t)||ne.isReadableStream(t))return t;if(t&&ne.isString(t)&&(o&&!this.responseType||a)){const u=!(r&&r.silentJSONParsing)&&a;try{return JSON.parse(t,this.parseReviver)}catch(c){if(u)throw c.name==="SyntaxError"?kt.from(c,kt.ERR_BAD_RESPONSE,this,null,this.response):c}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:ar.classes.FormData,Blob:ar.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};ne.forEach(["delete","get","head","post","put","patch"],e=>{Xl.headers[e]={}});const sr=Xl,ac=ne.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),Qf=(e=>{const t={};let r,o,a;return e&&e.split(`
|
|
61
|
-
`).forEach(function(u){a=u.indexOf(":"),r=u.substring(0,a).trim().toLowerCase(),o=u.substring(a+1).trim(),!(!r||t[r]&&ac[r])&&(r==="set-cookie"?t[r]?t[r].push(o):t[r]=[o]:t[r]=t[r]?t[r]+", "+o:o)}),t}),sc=Symbol("internals");function Fi(e){return e&&String(e).trim().toLowerCase()}function Ms(e){return e===!1||e==null?e:ne.isArray(e)?e.map(Ms):String(e)}function Oa(e){const t=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let o;for(;o=r.exec(e);)t[o[1]]=o[2];return t}const mr=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Cr(e,t,r,o,a){if(ne.isFunction(o))return o.call(this,t,r);if(a&&(t=r),!!ne.isString(t)){if(ne.isString(o))return t.indexOf(o)!==-1;if(ne.isRegExp(o))return o.test(t)}}function Vr(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,r,o)=>r.toUpperCase()+o)}function lc(e,t){const r=ne.toCamelCase(" "+t);["get","set","has"].forEach(o=>{Object.defineProperty(e,o+r,{value:function(a,s,u){return this[o].call(this,t,a,s,u)},configurable:!0})})}class ji{constructor(t){t&&this.set(t)}set(t,r,o){const a=this;function s(c,f,d){const h=Fi(f);if(!h)throw new Error("header name must be a non-empty string");const y=ne.findKey(a,h);(!y||a[y]===void 0||d===!0||d===void 0&&a[y]!==!1)&&(a[y||f]=Ms(c))}const u=(c,f)=>ne.forEach(c,(d,h)=>s(d,h,f));if(ne.isPlainObject(t)||t instanceof this.constructor)u(t,r);else if(ne.isString(t)&&(t=t.trim())&&!mr(t))u(Qf(t),r);else if(ne.isObject(t)&&ne.isIterable(t)){let c={},f,d;for(const h of t){if(!ne.isArray(h))throw TypeError("Object iterator must return a key-value pair");c[d=h[0]]=(f=c[d])?ne.isArray(f)?[...f,h[1]]:[f,h[1]]:h[1]}u(c,r)}else t!=null&&s(r,t,o);return this}get(t,r){if(t=Fi(t),t){const o=ne.findKey(this,t);if(o){const a=this[o];if(!r)return a;if(r===!0)return Oa(a);if(ne.isFunction(r))return r.call(this,a,o);if(ne.isRegExp(r))return r.exec(a);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,r){if(t=Fi(t),t){const o=ne.findKey(this,t);return!!(o&&this[o]!==void 0&&(!r||Cr(this,this[o],o,r)))}return!1}delete(t,r){const o=this;let a=!1;function s(u){if(u=Fi(u),u){const c=ne.findKey(o,u);c&&(!r||Cr(o,o[c],c,r))&&(delete o[c],a=!0)}}return ne.isArray(t)?t.forEach(s):s(t),a}clear(t){const r=Object.keys(this);let o=r.length,a=!1;for(;o--;){const s=r[o];(!t||Cr(this,this[s],s,t,!0))&&(delete this[s],a=!0)}return a}normalize(t){const r=this,o={};return ne.forEach(this,(a,s)=>{const u=ne.findKey(o,s);if(u){r[u]=Ms(a),delete r[s];return}const c=t?Vr(s):String(s).trim();c!==s&&delete r[s],r[c]=Ms(a),o[c]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const r=Object.create(null);return ne.forEach(this,(o,a)=>{o!=null&&o!==!1&&(r[a]=t&&ne.isArray(o)?o.join(", "):o)}),r}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,r])=>t+": "+r).join(`
|
|
62
|
-
`)}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...r){const o=new this(t);return r.forEach(a=>o.set(a)),o}static accessor(t){const o=(this[sc]=this[sc]={accessors:{}}).accessors,a=this.prototype;function s(u){const c=Fi(u);o[c]||(lc(a,u),o[c]=!0)}return ne.isArray(t)?t.forEach(s):s(t),this}}ji.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),ne.reduceDescriptors(ji.prototype,({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(o){this[r]=o}}}),ne.freezeMethods(ji);const wn=ji;function qf(e,t){const r=this||sr,o=t||r,a=wn.from(o.headers);let s=o.data;return ne.forEach(e,function(c){s=c.call(r,s,a.normalize(),t?t.status:void 0)}),a.normalize(),s}function tn(e){return!!(e&&e.__CANCEL__)}function uc(e,t,r){kt.call(this,e??"canceled",kt.ERR_CANCELED,t,r),this.name="CanceledError"}ne.inherits(uc,kt,{__CANCEL__:!0});const ka=uc;function cc(e,t,r){const o=r.config.validateStatus;!r.status||!o||o(r.status)?e(r):t(new kt("Request failed with status code "+r.status,[kt.ERR_BAD_REQUEST,kt.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function jo(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function io(e,t){e=e||10;const r=new Array(e),o=new Array(e);let a=0,s=0,u;return t=t!==void 0?t:1e3,function(f){const d=Date.now(),h=o[s];u||(u=d),r[a]=f,o[a]=d;let y=s,v=0;for(;y!==a;)v+=r[y++],y=y%e;if(a=(a+1)%e,a===s&&(s=(s+1)%e),d-u<t)return;const _=h&&d-h;return _?Math.round(v*1e3/_):void 0}}const Kl=io;function Zf(e,t){let r=0,o=1e3/t,a,s;const u=(d,h=Date.now())=>{r=h,a=null,s&&(clearTimeout(s),s=null),e(...d)};return[(...d)=>{const h=Date.now(),y=h-r;y>=o?u(d,h):(a=d,s||(s=setTimeout(()=>{s=null,u(a)},o-y)))},()=>a&&u(a)]}const ed=Zf,Jl=(e,t,r=3)=>{let o=0;const a=Kl(50,250);return ed(s=>{const u=s.loaded,c=s.lengthComputable?s.total:void 0,f=u-o,d=a(f),h=u<=c;o=u;const y={loaded:u,total:c,progress:c?u/c:void 0,bytes:f,rate:d||void 0,estimated:d&&c&&h?(c-u)/d:void 0,event:s,lengthComputable:c!=null,[t?"download":"upload"]:!0};e(y)},r)},td=(e,t)=>{const r=e!=null;return[o=>t[0]({lengthComputable:r,total:e,loaded:o}),t[1]]},rd=e=>(...t)=>ne.asap(()=>e(...t)),Ch=ar.hasStandardBrowserEnv?((e,t)=>r=>(r=new URL(r,ar.origin),e.protocol===r.protocol&&e.host===r.host&&(t||e.port===r.port)))(new URL(ar.origin),ar.navigator&&/(msie|trident)/i.test(ar.navigator.userAgent)):()=>!0,Ah=ar.hasStandardBrowserEnv?{write(e,t,r,o,a,s){const u=[e+"="+encodeURIComponent(t)];ne.isNumber(r)&&u.push("expires="+new Date(r).toGMTString()),ne.isString(o)&&u.push("path="+o),ne.isString(a)&&u.push("domain="+a),s===!0&&u.push("secure"),document.cookie=u.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Ph(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Oh(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function nd(e,t,r){let o=!Ph(t);return e&&(o||r==!1)?Oh(e,t):t}const Ls=e=>e instanceof wn?{...e}:e;function zi(e,t){t=t||{};const r={};function o(d,h,y,v){return ne.isPlainObject(d)&&ne.isPlainObject(h)?ne.merge.call({caseless:v},d,h):ne.isPlainObject(h)?ne.merge({},h):ne.isArray(h)?h.slice():h}function a(d,h,y,v){if(ne.isUndefined(h)){if(!ne.isUndefined(d))return o(void 0,d,y,v)}else return o(d,h,y,v)}function s(d,h){if(!ne.isUndefined(h))return o(void 0,h)}function u(d,h){if(ne.isUndefined(h)){if(!ne.isUndefined(d))return o(void 0,d)}else return o(void 0,h)}function c(d,h,y){if(y in t)return o(d,h);if(y in e)return o(void 0,d)}const f={url:s,method:s,data:s,baseURL:u,transformRequest:u,transformResponse:u,paramsSerializer:u,timeout:u,timeoutMessage:u,withCredentials:u,withXSRFToken:u,adapter:u,responseType:u,xsrfCookieName:u,xsrfHeaderName:u,onUploadProgress:u,onDownloadProgress:u,decompress:u,maxContentLength:u,maxBodyLength:u,beforeRedirect:u,transport:u,httpAgent:u,httpsAgent:u,cancelToken:u,socketPath:u,responseEncoding:u,validateStatus:c,headers:(d,h,y)=>a(Ls(d),Ls(h),y,!0)};return ne.forEach(Object.keys({...e,...t}),function(h){const y=f[h]||a,v=y(e[h],t[h],h);ne.isUndefined(v)&&y!==c||(r[h]=v)}),r}const Ql=(e=>{const t=zi({},e);let{data:r,withXSRFToken:o,xsrfHeaderName:a,xsrfCookieName:s,headers:u,auth:c}=t;if(t.headers=u=wn.from(u),t.url=nc(nd(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),c&&u.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):""))),ne.isFormData(r)){if(ar.hasStandardBrowserEnv||ar.hasStandardBrowserWebWorkerEnv)u.setContentType(void 0);else if(ne.isFunction(r.getHeaders)){const f=r.getHeaders(),d=["content-type","content-length"];Object.entries(f).forEach(([h,y])=>{d.includes(h.toLowerCase())&&u.set(h,y)})}}if(ar.hasStandardBrowserEnv&&(o&&ne.isFunction(o)&&(o=o(t)),o||o!==!1&&Ch(t.url))){const f=a&&s&&Ah.read(s);f&&u.set(a,f)}return t}),kh=typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(r,o){const a=Ql(e);let s=a.data;const u=wn.from(a.headers).normalize();let{responseType:c,onUploadProgress:f,onDownloadProgress:d}=a,h,y,v,_,S;function E(){_&&_(),S&&S(),a.cancelToken&&a.cancelToken.unsubscribe(h),a.signal&&a.signal.removeEventListener("abort",h)}let b=new XMLHttpRequest;b.open(a.method.toUpperCase(),a.url,!0),b.timeout=a.timeout;function x(){if(!b)return;const C=wn.from("getAllResponseHeaders"in b&&b.getAllResponseHeaders()),A={data:!c||c==="text"||c==="json"?b.responseText:b.response,status:b.status,statusText:b.statusText,headers:C,config:e,request:b};cc(function(F){r(F),E()},function(F){o(F),E()},A),b=null}"onloadend"in b?b.onloadend=x:b.onreadystatechange=function(){!b||b.readyState!==4||b.status===0&&!(b.responseURL&&b.responseURL.indexOf("file:")===0)||setTimeout(x)},b.onabort=function(){b&&(o(new kt("Request aborted",kt.ECONNABORTED,e,b)),b=null)},b.onerror=function(P){const A=P&&P.message?P.message:"Network Error",O=new kt(A,kt.ERR_NETWORK,e,b);O.event=P||null,o(O),b=null},b.ontimeout=function(){let P=a.timeout?"timeout of "+a.timeout+"ms exceeded":"timeout exceeded";const A=a.transitional||ii;a.timeoutErrorMessage&&(P=a.timeoutErrorMessage),o(new kt(P,A.clarifyTimeoutError?kt.ETIMEDOUT:kt.ECONNABORTED,e,b)),b=null},s===void 0&&u.setContentType(null),"setRequestHeader"in b&&ne.forEach(u.toJSON(),function(P,A){b.setRequestHeader(A,P)}),ne.isUndefined(a.withCredentials)||(b.withCredentials=!!a.withCredentials),c&&c!=="json"&&(b.responseType=a.responseType),d&&([v,S]=Jl(d,!0),b.addEventListener("progress",v)),f&&b.upload&&([y,_]=Jl(f),b.upload.addEventListener("progress",y),b.upload.addEventListener("loadend",_)),(a.cancelToken||a.signal)&&(h=C=>{b&&(o(!C||C.type?new ka(null,e,b):C),b.abort(),b=null)},a.cancelToken&&a.cancelToken.subscribe(h),a.signal&&(a.signal.aborted?h():a.signal.addEventListener("abort",h)));const T=jo(a.url);if(T&&ar.protocols.indexOf(T)===-1){o(new kt("Unsupported protocol "+T+":",kt.ERR_BAD_REQUEST,e));return}b.send(s||null)})},Lh=(e,t)=>{const{length:r}=e=e?e.filter(Boolean):[];if(t||r){let o=new AbortController,a;const s=function(d){if(!a){a=!0,c();const h=d instanceof Error?d:this.reason;o.abort(h instanceof kt?h:new ka(h instanceof Error?h.message:h))}};let u=t&&setTimeout(()=>{u=null,s(new kt(`timeout ${t} of ms exceeded`,kt.ETIMEDOUT))},t);const c=()=>{e&&(u&&clearTimeout(u),u=null,e.forEach(d=>{d.unsubscribe?d.unsubscribe(s):d.removeEventListener("abort",s)}),e=null)};e.forEach(d=>d.addEventListener("abort",s));const{signal:f}=o;return f.unsubscribe=()=>ne.asap(c),f}},Nh=function*(e,t){let r=e.byteLength;if(!t||r<t){yield e;return}let o=0,a;for(;o<r;)a=o+t,yield e.slice(o,a),o=a},Dh=async function*(e,t){for await(const r of Ih(e))yield*Nh(r,t)},Ih=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const t=e.getReader();try{for(;;){const{done:r,value:o}=await t.read();if(r)break;yield o}}finally{await t.cancel()}},fc=(e,t,r,o)=>{const a=Dh(e,t);let s=0,u,c=f=>{u||(u=!0,o&&o(f))};return new ReadableStream({async pull(f){try{const{done:d,value:h}=await a.next();if(d){c(),f.close();return}let y=h.byteLength;if(r){let v=s+=y;r(v)}f.enqueue(new Uint8Array(h))}catch(d){throw c(d),d}},cancel(f){return c(f),a.return()}},{highWaterMark:2})},id=64*1024,{isFunction:ql}=ne,ad=(({fetch:e,Request:t,Response:r})=>({fetch:e,Request:t,Response:r}))(ne.global),{ReadableStream:Fh,TextEncoder:sd}=ne.global,jh=(e,...t)=>{try{return!!e(...t)}catch{return!1}},bg=e=>{const{fetch:t,Request:r,Response:o}=Object.assign({},ad,e),a=ql(t),s=ql(r),u=ql(o);if(!a)return!1;const c=a&&ql(Fh),f=a&&(typeof sd=="function"?(S=>E=>S.encode(E))(new sd):async S=>new Uint8Array(await new r(S).arrayBuffer())),d=s&&c&&jh(()=>{let S=!1;const E=new r(ar.origin,{body:new Fh,method:"POST",get duplex(){return S=!0,"half"}}).headers.has("Content-Type");return S&&!E}),h=u&&c&&jh(()=>ne.isReadableStream(new o("").body)),y={stream:h&&(S=>S.body)};a&&["text","arrayBuffer","blob","formData","stream"].forEach(S=>{!y[S]&&(y[S]=(E,b)=>{let x=E&&E[S];if(x)return x.call(E);throw new kt(`Response type '${S}' is not supported`,kt.ERR_NOT_SUPPORT,b)})});const v=async S=>{if(S==null)return 0;if(ne.isBlob(S))return S.size;if(ne.isSpecCompliantForm(S))return(await new r(ar.origin,{method:"POST",body:S}).arrayBuffer()).byteLength;if(ne.isArrayBufferView(S)||ne.isArrayBuffer(S))return S.byteLength;if(ne.isURLSearchParams(S)&&(S=S+""),ne.isString(S))return(await f(S)).byteLength},_=async(S,E)=>{const b=ne.toFiniteNumber(S.getContentLength());return b??v(E)};return async S=>{let{url:E,method:b,data:x,signal:T,cancelToken:C,timeout:P,onDownloadProgress:A,onUploadProgress:O,responseType:F,headers:N,withCredentials:X="same-origin",fetchOptions:ce}=Ql(S);F=F?(F+"").toLowerCase():"text";let he=Lh([T,C&&C.toAbortSignal()],P),ge=null;const ve=he&&he.unsubscribe&&(()=>{he.unsubscribe()});let Fe;try{if(O&&d&&b!=="get"&&b!=="head"&&(Fe=await _(N,x))!==0){let Ct=new r(E,{method:"POST",body:x,duplex:"half"}),pt;if(ne.isFormData(x)&&(pt=Ct.headers.get("content-type"))&&N.setContentType(pt),Ct.body){const[ze,Se]=td(Fe,Jl(rd(O)));x=fc(Ct.body,id,ze,Se)}}ne.isString(X)||(X=X?"include":"omit");const He=s&&"credentials"in r.prototype,tt={...ce,signal:he,method:b.toUpperCase(),headers:N.normalize().toJSON(),body:x,duplex:"half",credentials:He?X:void 0};ge=s&&new r(E,tt);let mt=await(s?t(ge,ce):t(E,tt));const Et=h&&(F==="stream"||F==="response");if(h&&(A||Et&&ve)){const Ct={};["status","statusText","headers"].forEach(Be=>{Ct[Be]=mt[Be]});const pt=ne.toFiniteNumber(mt.headers.get("content-length")),[ze,Se]=A&&td(pt,Jl(rd(A),!0))||[];mt=new o(fc(mt.body,id,ze,()=>{Se&&Se(),ve&&ve()}),Ct)}F=F||"text";let Zt=await y[ne.findKey(y,F)||"text"](mt,S);return!Et&&ve&&ve(),await new Promise((Ct,pt)=>{cc(Ct,pt,{data:Zt,headers:wn.from(mt.headers),status:mt.status,statusText:mt.statusText,config:S,request:ge})})}catch(He){throw ve&&ve(),He&&He.name==="TypeError"&&/Load failed|fetch/i.test(He.message)?Object.assign(new kt("Network Error",kt.ERR_NETWORK,S,ge),{cause:He.cause||He}):kt.from(He,He&&He.code,S,ge)}}},zh=new Map,ld=e=>{let t=ne.merge.call({skipUndefined:!0},ad,e?e.env:null);const{fetch:r,Request:o,Response:a}=t,s=[o,a,r];let u=s.length,c=u,f,d,h=zh;for(;c--;)f=s[c],d=h.get(f),d===void 0&&h.set(f,d=c?new Map:bg(t)),h=d;return d},Eg=ld(),ud=null,cd={http:Yf,xhr:kh,fetch:{get:ld}};ne.forEach(cd,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Uh=e=>`- ${e}`,Rg=e=>ne.isFunction(e)||e===null||e===!1,ao={getAdapter:(e,t)=>{e=ne.isArray(e)?e:[e];const{length:r}=e;let o,a;const s={};for(let u=0;u<r;u++){o=e[u];let c;if(a=o,!Rg(o)&&(a=cd[(c=String(o)).toLowerCase()],a===void 0))throw new kt(`Unknown adapter '${c}'`);if(a&&(ne.isFunction(a)||(a=a.get(t))))break;s[c||"#"+u]=a}if(!a){const u=Object.entries(s).map(([f,d])=>`adapter ${f} `+(d===!1?"is not supported by the environment":"is not available in the build"));let c=r?u.length>1?`since :
|
|
59
|
+
*/function k(Me,pt){var gt=Me.length;Me.push(pt);e:for(;0<gt;){var Gt=gt-1>>>1,Y=Me[Gt];if(0<L(Y,pt))Me[Gt]=pt,Me[gt]=Y,gt=Gt;else break e}}function B(Me){return Me.length===0?null:Me[0]}function H(Me){if(Me.length===0)return null;var pt=Me[0],gt=Me.pop();if(gt!==pt){Me[0]=gt;e:for(var Gt=0,Y=Me.length,Ce=Y>>>1;Gt<Ce;){var vt=2*(Gt+1)-1,Lt=Me[vt],Pt=vt+1,er=Me[Pt];if(0>L(Lt,gt))Pt<Y&&0>L(er,Lt)?(Me[Gt]=er,Me[Pt]=gt,Gt=Pt):(Me[Gt]=Lt,Me[vt]=gt,Gt=vt);else if(Pt<Y&&0>L(er,gt))Me[Gt]=er,Me[Pt]=gt,Gt=Pt;else break e}}return pt}function L(Me,pt){var gt=Me.sortIndex-pt.sortIndex;return gt!==0?gt:Me.id-pt.id}if(typeof performance=="object"&&typeof performance.now=="function"){var V=performance;D.unstable_now=function(){return V.now()}}else{var U=Date,se=U.now();D.unstable_now=function(){return U.now()-se}}var ee=[],ae=[],me=1,ke=null,De=3,et=!1,Ee=!1,g=!1,oe=typeof setTimeout=="function"?setTimeout:null,fe=typeof clearTimeout=="function"?clearTimeout:null,de=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function Re(Me){for(var pt=B(ae);pt!==null;){if(pt.callback===null)H(ae);else if(pt.startTime<=Me)H(ae),pt.sortIndex=pt.expirationTime,k(ee,pt);else break;pt=B(ae)}}function Ie(Me){if(g=!1,Re(Me),!Ee)if(B(ee)!==null)Ee=!0,Zn(bt);else{var pt=B(ae);pt!==null&&gi(Ie,pt.startTime-Me)}}function bt(Me,pt){Ee=!1,g&&(g=!1,fe(St),St=-1),et=!0;var gt=De;try{for(Re(pt),ke=B(ee);ke!==null&&(!(ke.expirationTime>pt)||Me&&!Rn());){var Gt=ke.callback;if(typeof Gt=="function"){ke.callback=null,De=ke.priorityLevel;var Y=Gt(ke.expirationTime<=pt);pt=D.unstable_now(),typeof Y=="function"?ke.callback=Y:ke===B(ee)&&H(ee),Re(pt)}else H(ee);ke=B(ee)}if(ke!==null)var Ce=!0;else{var vt=B(ae);vt!==null&&gi(Ie,vt.startTime-pt),Ce=!1}return Ce}finally{ke=null,De=gt,et=!1}}var he=!1,mt=null,St=-1,Wt=5,jn=-1;function Rn(){return!(D.unstable_now()-jn<Wt)}function Jn(){if(mt!==null){var Me=D.unstable_now();jn=Me;var pt=!0;try{pt=mt(!0,Me)}finally{pt?Mt():(he=!1,mt=null)}}else he=!1}var Mt;if(typeof de=="function")Mt=function(){de(Jn)};else if(typeof MessageChannel<"u"){var qn=new MessageChannel,Zr=qn.port2;qn.port1.onmessage=Jn,Mt=function(){Zr.postMessage(null)}}else Mt=function(){oe(Jn,0)};function Zn(Me){mt=Me,he||(he=!0,Mt())}function gi(Me,pt){St=oe(function(){Me(D.unstable_now())},pt)}D.unstable_IdlePriority=5,D.unstable_ImmediatePriority=1,D.unstable_LowPriority=4,D.unstable_NormalPriority=3,D.unstable_Profiling=null,D.unstable_UserBlockingPriority=2,D.unstable_cancelCallback=function(Me){Me.callback=null},D.unstable_continueExecution=function(){Ee||et||(Ee=!0,Zn(bt))},D.unstable_forceFrameRate=function(Me){0>Me||125<Me?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):Wt=0<Me?Math.floor(1e3/Me):5},D.unstable_getCurrentPriorityLevel=function(){return De},D.unstable_getFirstCallbackNode=function(){return B(ee)},D.unstable_next=function(Me){switch(De){case 1:case 2:case 3:var pt=3;break;default:pt=De}var gt=De;De=pt;try{return Me()}finally{De=gt}},D.unstable_pauseExecution=function(){},D.unstable_requestPaint=function(){},D.unstable_runWithPriority=function(Me,pt){switch(Me){case 1:case 2:case 3:case 4:case 5:break;default:Me=3}var gt=De;De=Me;try{return pt()}finally{De=gt}},D.unstable_scheduleCallback=function(Me,pt,gt){var Gt=D.unstable_now();switch(typeof gt=="object"&>!==null?(gt=gt.delay,gt=typeof gt=="number"&&0<gt?Gt+gt:Gt):gt=Gt,Me){case 1:var Y=-1;break;case 2:Y=250;break;case 5:Y=1073741823;break;case 4:Y=1e4;break;default:Y=5e3}return Y=gt+Y,Me={id:me++,callback:pt,priorityLevel:Me,startTime:gt,expirationTime:Y,sortIndex:-1},gt>Gt?(Me.sortIndex=gt,k(ae,Me),B(ee)===null&&Me===B(ae)&&(g?(fe(St),St=-1):g=!0,gi(Ie,gt-Gt))):(Me.sortIndex=Y,k(ee,Me),Ee||et||(Ee=!0,Zn(bt))),Me},D.unstable_shouldYield=Rn,D.unstable_wrapCallback=function(Me){var pt=De;return function(){var gt=De;De=pt;try{return Me.apply(this,arguments)}finally{De=gt}}}}),7473:(G=>{var D=Function.prototype,k=D.toString;function B(H){if(H!=null){try{return k.call(H)}catch{}try{return H+""}catch{}}return""}G.exports=B}),7534:((G,D,k)=>{var B=k(2552),H=k(346),L="[object Arguments]";function V(U){return H(U)&&B(U)==L}G.exports=V}),8023:((G,D,k)=>{var B=k(2552),H=k(346),L="[object Number]";function V(U){return typeof U=="number"||H(U)&&B(U)==L}G.exports=V}),8096:(G=>{function D(k,B){for(var H=-1,L=Array(k);++H<k;)L[H]=B(H);return L}G.exports=D}),8140:((G,D,k)=>{var B=k(9592),H=k(6049);function L(V,U,se){var ee=U&&se||0;typeof V=="string"&&(U=V==="binary"?new Array(16):null,V=null),V=V||{};var ae=V.random||(V.rng||B)();if(ae[6]=ae[6]&15|64,ae[8]=ae[8]&63|128,U)for(var me=0;me<16;++me)U[ee+me]=ae[me];return U||H(ae)}G.exports=L}),8223:((G,D,k)=>{var B=k(6110),H=k(9325),L=B(H,"Map");G.exports=L}),8303:((G,D,k)=>{var B=k(6110),H=k(9325),L=B(H,"WeakMap");G.exports=L}),8418:((G,D,k)=>{"use strict";G.exports=k(5160)}),8984:((G,D,k)=>{var B=k(5527),H=k(3650),L=Object.prototype,V=L.hasOwnProperty;function U(se){if(!B(se))return H(se);var ee=[];for(var ae in Object(se))V.call(se,ae)&&ae!="constructor"&&ee.push(ae);return ee}G.exports=U}),9048:((G,D,k)=>{var B=k(5082),H=k(5950);function L(V,U){return U==null||B(V,U,H(U))}G.exports=L}),9325:((G,D,k)=>{var B=k(4840),H=typeof self=="object"&&self&&self.Object===Object&&self,L=B||H||Function("return this")();G.exports=L}),9350:(G=>{var D=Object.prototype,k=D.toString;function B(H){return k.call(H)}G.exports=B}),9592:(G=>{var D=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||typeof msCrypto<"u"&&typeof window.msCrypto.getRandomValues=="function"&&msCrypto.getRandomValues.bind(msCrypto);if(D){var k=new Uint8Array(16);G.exports=function(){return D(k),k}}else{var B=new Array(16);G.exports=function(){for(var L=0,V;L<16;L++)(L&3)===0&&(V=Math.random()*4294967296),B[L]=V>>>((L&3)<<3)&255;return B}}}),9935:(G=>{function D(){return!1}G.exports=D}),9982:((G,D,k)=>{"use strict";G.exports=k(7463)})},Rw={};function Oe(G){var D=Rw[G];if(D!==void 0)return D.exports;var k=Rw[G]={id:G,loaded:!1,exports:{}};return HC[G].call(k.exports,k,k.exports,Oe),k.loaded=!0,k.exports}Oe.n=G=>{var D=G&&G.__esModule?()=>G.default:()=>G;return Oe.d(D,{a:D}),D},(()=>{var G=Object.getPrototypeOf?k=>Object.getPrototypeOf(k):k=>k.__proto__,D;Oe.t=function(k,B){if(B&1&&(k=this(k)),B&8||typeof k=="object"&&k&&(B&4&&k.__esModule||B&16&&typeof k.then=="function"))return k;var H=Object.create(null);Oe.r(H);var L={};D=D||[null,G({}),G([]),G(G)];for(var V=B&2&&k;(typeof V=="object"||typeof V=="function")&&!~D.indexOf(V);V=G(V))Object.getOwnPropertyNames(V).forEach(U=>L[U]=()=>k[U]);return L.default=()=>k,Oe.d(H,L),H}})(),Oe.d=(G,D)=>{for(var k in D)Oe.o(D,k)&&!Oe.o(G,k)&&Object.defineProperty(G,k,{enumerable:!0,get:D[k]})},Oe.g=(function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}})(),Oe.o=(G,D)=>Object.prototype.hasOwnProperty.call(G,D),Oe.r=G=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(G,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(G,"__esModule",{value:!0})},Oe.nmd=G=>(G.paths=[],G.children||(G.children=[]),G),Oe.nc=void 0;var Vy={};(()=>{"use strict";Oe.r(Vy),Oe.d(Vy,{axios:()=>H,dompurify:()=>L,history:()=>V,immer:()=>G,invariant:()=>Ln,pubsubjs:()=>Cd,react:()=>oe,reactAriaLive:()=>U,reactDOM:()=>de,reactHelmet:()=>se,reactHookForm:()=>ee,reactRedux:()=>ae,reactRouterDOM:()=>me,reduxInjectors:()=>ke,reselect:()=>D,rtk:()=>k,styledComponents:()=>De,styledSystem:()=>et,xstyled:()=>Ee});var G={};Oe.r(G),Oe.d(G,{Immer:()=>Au,applyPatches:()=>Ap,castDraft:()=>xr,castImmutable:()=>Ky,createDraft:()=>Gy,current:()=>al,enableMapSet:()=>Rp,enablePatches:()=>ma,finishDraft:()=>Yy,freeze:()=>Qo,immerable:()=>Ko,isDraft:()=>yn,isDraftable:()=>gn,nothing:()=>_u,original:()=>os,produce:()=>sl,produceWithPatches:()=>xp,setAutoFreeze:()=>Tp,setUseStrictShallowCopy:()=>Cp});var D={};Oe.r(D),Oe.d(D,{createSelector:()=>xi,createSelectorCreator:()=>Ri,createStructuredSelector:()=>gl,lruMemoize:()=>yf,referenceEqualityCheck:()=>Mo,setGlobalDevModeChecks:()=>Xy,unstable_autotrackMemoize:()=>yl,weakMapMemoize:()=>ei});var k={};Oe.r(k),Oe.d(k,{ReducerType:()=>Jp,SHOULD_AUTOBATCH:()=>_f,TaskAbortError:()=>Lo,Tuple:()=>_l,__DO_NOT_USE__ActionTypes:()=>St,addListener:()=>ba,applyMiddleware:()=>vt,asyncThunkCreator:()=>fg,autoBatchEnhancer:()=>bf,bindActionCreators:()=>Y,buildCreateSlice:()=>Pf,clearAllListeners:()=>zf,combineReducers:()=>gt,combineSlices:()=>fh,compose:()=>Ce,configureStore:()=>lg,createAction:()=>Cn,createActionCreatorInvariantMiddleware:()=>zn,createAsyncThunk:()=>Cf,createDraftSafeSelector:()=>Nu,createDraftSafeSelectorCreator:()=>vl,createDynamicMiddleware:()=>vg,createEntityAdapter:()=>Mf,createImmutableStateInvariantMiddleware:()=>zp,createListenerMiddleware:()=>Wu,createNextState:()=>sl,createReducer:()=>Fu,createSelector:()=>xi,createSelectorCreator:()=>Ri,createSerializableStateInvariantMiddleware:()=>Sf,createSlice:()=>Cl,createStore:()=>Zr,current:()=>al,findNonSerializableValue:()=>$p,formatProdErrorMessage:()=>ln,freeze:()=>Qo,isAction:()=>Lt,isActionCreator:()=>Fp,isAllOf:()=>ju,isAnyOf:()=>ms,isAsyncThunkAction:()=>Xp,isDraft:()=>yn,isFluxStandardAction:()=>wl,isFulfilled:()=>Kp,isImmutableDefault:()=>wf,isPending:()=>Gp,isPlain:()=>Up,isPlainObject:()=>Wt,isRejected:()=>zu,isRejectedWithValue:()=>Yp,legacy_createStore:()=>Zn,lruMemoize:()=>yf,miniSerializeError:()=>xf,nanoid:()=>wa,original:()=>os,prepareAutoBatched:()=>ag,removeListener:()=>Il,unwrapResult:()=>Af,weakMapMemoize:()=>ei});var B={};Oe.r(B),Oe.d(B,{hasBrowserEnv:()=>ks,hasStandardBrowserEnv:()=>ic,hasStandardBrowserWebWorkerEnv:()=>Rh,navigator:()=>oc,origin:()=>Wl});var H={};Oe.r(H),Oe.d(H,{Axios:()=>Vh,AxiosError:()=>Wh,AxiosHeaders:()=>Jh,Cancel:()=>Xh,CancelToken:()=>md,CanceledError:()=>Gh,HttpStatusCode:()=>wd,VERSION:()=>Kh,all:()=>yd,default:()=>hd,formToJSON:()=>mc,getAdapter:()=>Tg,isAxiosError:()=>Qh,isCancel:()=>Yh,mergeConfig:()=>qh,spread:()=>gd,toFormData:()=>vd});var L={};Oe.r(L),Oe.d(L,{default:()=>iu});var V={};Oe.r(V),Oe.d(V,{Action:()=>rn,createBrowserHistory:()=>Rc,createHashHistory:()=>Vi,createMemoryHistory:()=>xc,createPath:()=>Ir,parsePath:()=>Wn});var U={};Oe.r(U),Oe.d(U,{LiveAnnouncer:()=>Ua,LiveMessage:()=>fm,LiveMessenger:()=>fo});var se={};Oe.r(se),Oe.d(se,{Helmet:()=>Nt,default:()=>Qi});var ee={};Oe.r(ee),Oe.d(ee,{Controller:()=>GC,Form:()=>KC,FormProvider:()=>WC,appendErrors:()=>Dw,createFormControl:()=>Jw,get:()=>je,set:()=>nr,useController:()=>Lw,useFieldArray:()=>sA,useForm:()=>lA,useFormContext:()=>kc,useFormState:()=>Ow,useWatch:()=>Mw});var ae={};Oe.r(ae),Oe.d(ae,{Provider:()=>qA,ReactReduxContext:()=>$o,batch:()=>rP,connect:()=>QA,createDispatchHook:()=>RS,createSelectorHook:()=>xS,createStoreHook:()=>mv,shallowEqual:()=>Cm,useDispatch:()=>ZA,useSelector:()=>tP,useStore:()=>Am});var me={};Oe.r(me),Oe.d(me,{Await:()=>gO,BrowserRouter:()=>bk,Form:()=>t0,HashRouter:()=>Ek,HydratedRouter:()=>BM,IDLE_BLOCKER:()=>$s,IDLE_FETCHER:()=>Mm,IDLE_NAVIGATION:()=>Hd,Link:()=>e0,Links:()=>dk,MemoryRouter:()=>hO,Meta:()=>mk,NavLink:()=>zb,Navigate:()=>mO,NavigationType:()=>CS,Outlet:()=>U_,PrefetchPageLinks:()=>Jv,Route:()=>$_,Router:()=>Xs,RouterContextProvider:()=>qi,RouterProvider:()=>EE,Routes:()=>yO,Scripts:()=>Lb,ScrollRestoration:()=>Ub,ServerRouter:()=>$k,StaticRouter:()=>Mk,StaticRouterProvider:()=>a0,UNSAFE_AwaitContextProvider:()=>XP,UNSAFE_DataRouterContext:()=>ea,UNSAFE_DataRouterStateContext:()=>Gs,UNSAFE_ErrorResponseImpl:()=>pn,UNSAFE_FetchersContext:()=>Gd,UNSAFE_FrameworkContext:()=>ta,UNSAFE_LocationContext:()=>fu,UNSAFE_NavigationContext:()=>mo,UNSAFE_RSCDefaultRootErrorBoundary:()=>vM,UNSAFE_RemixErrorBoundary:()=>qv,UNSAFE_RouteContext:()=>yo,UNSAFE_ServerMode:()=>eE,UNSAFE_SingleFetchRedirectSymbol:()=>Xa,UNSAFE_ViewTransitionContext:()=>Wd,UNSAFE_WithComponentProps:()=>bO,UNSAFE_WithErrorBoundaryProps:()=>RO,UNSAFE_WithHydrateFallbackProps:()=>EO,UNSAFE_createBrowserHistory:()=>zd,UNSAFE_createClientRoutes:()=>Zd,UNSAFE_createClientRoutesWithHMRRevalidationOptOut:()=>Rb,UNSAFE_createRouter:()=>Fc,UNSAFE_decodeViaTurboStream:()=>Ym,UNSAFE_deserializeErrors:()=>bE,UNSAFE_getHydrationData:()=>g0,UNSAFE_getPatchRoutesOnNavigationFunction:()=>Cb,UNSAFE_getTurboStreamSingleFetchDataStrategy:()=>db,UNSAFE_hydrationRouteProperties:()=>Qd,UNSAFE_invariant:()=>rt,UNSAFE_mapRouteProperties:()=>du,UNSAFE_shouldHydrateRouteLoader:()=>Wc,UNSAFE_useFogOFWarDiscovery:()=>Ab,UNSAFE_useScrollRestoration:()=>Vb,UNSAFE_withComponentProps:()=>B_,UNSAFE_withErrorBoundaryProps:()=>Y_,UNSAFE_withHydrateFallbackProps:()=>W_,createBrowserRouter:()=>wk,createContext:()=>NS,createCookie:()=>u0,createCookieSessionStorage:()=>mM,createHashRouter:()=>Sk,createMemoryRouter:()=>z_,createMemorySessionStorage:()=>yM,createPath:()=>Xn,createRequestHandler:()=>sM,createRoutesFromChildren:()=>Jd,createRoutesFromElements:()=>SO,createRoutesStub:()=>Hk,createSearchParams:()=>Wm,createSession:()=>y0,createSessionStorage:()=>pE,createStaticHandler:()=>Dk,createStaticRouter:()=>s0,data:()=>BS,generatePath:()=>_P,href:()=>gM,isCookie:()=>c0,isRouteErrorResponse:()=>Xr,isSession:()=>hM,matchPath:()=>Ic,matchRoutes:()=>ho,parsePath:()=>Ao,redirect:()=>$d,redirectDocument:()=>VS,renderMatches:()=>_O,replace:()=>WS,resolvePath:()=>$S,unstable_HistoryRouter:()=>Fb,unstable_RSCHydratedRouter:()=>xM,unstable_RSCStaticRouter:()=>FM,unstable_createCallServer:()=>_M,unstable_getRSCStream:()=>UM,unstable_routeRSCServerRequest:()=>IM,unstable_setDevServerHooks:()=>rM,unstable_usePrompt:()=>kk,useActionData:()=>$m,useAsyncError:()=>lO,useAsyncValue:()=>N_,useBeforeUnload:()=>Pk,useBlocker:()=>D_,useFetcher:()=>Ck,useFetchers:()=>Ak,useFormAction:()=>Bb,useHref:()=>T_,useInRouterContext:()=>Ys,useLinkClickHandler:()=>Hb,useLoaderData:()=>Um,useLocation:()=>go,useMatch:()=>JP,useMatches:()=>zm,useNavigate:()=>Fm,useNavigation:()=>L_,useNavigationType:()=>QP,useOutlet:()=>O_,useOutletContext:()=>ZP,useParams:()=>jm,useResolvedPath:()=>Hc,useRevalidator:()=>aO,useRouteError:()=>Kd,useRouteLoaderData:()=>sO,useRoutes:()=>k_,useSearchParams:()=>Rk,useSubmit:()=>n0,useViewTransitionState:()=>Wb});var ke={};Oe.r(ke),Oe.d(ke,{SagaInjectionModes:()=>FE,createInjectorsEnhancer:()=>pL,createManager:()=>hL,forceReducerReload:()=>qM,injectReducer:()=>sL,injectSaga:()=>dL,useInjectReducer:()=>DE,useInjectSaga:()=>zE});var De={};Oe.r(De),Oe.d(De,{ServerStyleSheet:()=>iR,StyleSheetConsumer:()=>HL,StyleSheetContext:()=>yy,StyleSheetManager:()=>I0,ThemeConsumer:()=>rR,ThemeContext:()=>pi,ThemeProvider:()=>$0,__PRIVATE__:()=>ZL,createGlobalStyle:()=>vy,css:()=>sp,default:()=>wy,isStyledComponent:()=>ip,keyframes:()=>oR,useTheme:()=>qL,version:()=>EL,withTheme:()=>aR});var et={};Oe.r(et),Oe.d(et,{alignContent:()=>KN,alignItems:()=>YN,alignSelf:()=>oD,background:()=>yR,backgroundImage:()=>TD,backgroundPosition:()=>AD,backgroundRepeat:()=>PD,backgroundSize:()=>CD,border:()=>mR,borderBottom:()=>ED,borderColor:()=>SD,borderLeft:()=>RD,borderRadius:()=>xD,borderRight:()=>bD,borderStyle:()=>wD,borderTop:()=>_D,borderWidth:()=>vD,borders:()=>Ja,bottom:()=>LD,boxShadow:()=>bR,buttonStyle:()=>RN,color:()=>fR,colorStyle:()=>TN,compose:()=>uR,createParser:()=>lp,createStyleFunction:()=>Sy,display:()=>DN,flex:()=>ZN,flexBasis:()=>rD,flexDirection:()=>qN,flexGrow:()=>eD,flexShrink:()=>tD,flexWrap:()=>JN,flexbox:()=>pR,fontFamily:()=>$N,fontSize:()=>UN,fontStyle:()=>WN,fontWeight:()=>HN,get:()=>Qa,grid:()=>hR,gridArea:()=>gD,gridAutoColumns:()=>dD,gridAutoFlow:()=>fD,gridAutoRows:()=>pD,gridColumn:()=>uD,gridColumnGap:()=>sD,gridGap:()=>aD,gridRow:()=>cD,gridRowGap:()=>lD,gridTemplateAreas:()=>yD,gridTemplateColumns:()=>hD,gridTemplateRows:()=>mD,height:()=>AN,justifyContent:()=>QN,justifyItems:()=>XN,justifySelf:()=>nD,layout:()=>cR,left:()=>ND,letterSpacing:()=>GN,lineHeight:()=>BN,margin:()=>wR,maxHeight:()=>MN,maxWidth:()=>kN,minHeight:()=>ON,minWidth:()=>PN,opacity:()=>zN,order:()=>iD,overflow:()=>IN,overflowX:()=>FN,overflowY:()=>jN,padding:()=>SR,position:()=>gR,right:()=>MD,shadow:()=>_R,size:()=>LN,space:()=>hN,style:()=>DD,system:()=>Vo,textAlign:()=>VN,textShadow:()=>bR,textStyle:()=>xN,top:()=>kD,typography:()=>dR,variant:()=>Ey,verticalAlign:()=>NN,width:()=>CN,zIndex:()=>OD});var Ee={};Oe.r(Ee),Oe.d(Ee,{ColorModeProvider:()=>yF,Preflight:()=>KF,ServerStyleSheet:()=>iR,StyleSheetManager:()=>I0,ThemeConsumer:()=>rR,ThemeContext:()=>pi,ThemeProvider:()=>$0,aliasColor:()=>AI,alignContent:()=>xx,alignItems:()=>Rx,alignSelf:()=>Dx,animation:()=>JR,animationDuration:()=>qR,animationTimingFunction:()=>ZR,animations:()=>e1,appearance:()=>mT,background:()=>r1,backgroundAttachment:()=>l1,backgroundClip:()=>u1,backgroundColor:()=>n1,backgroundImage:()=>o1,backgroundPosition:()=>a1,backgroundRepeat:()=>s1,backgroundSize:()=>i1,backgrounds:()=>p1,between:()=>_I,border:()=>h1,borderBottom:()=>g1,borderBottomColor:()=>b1,borderBottomStyle:()=>M1,borderBottomWidth:()=>C1,borderCollapse:()=>MT,borderColor:()=>w1,borderLeft:()=>v1,borderLeftColor:()=>E1,borderLeftStyle:()=>L1,borderLeftWidth:()=>A1,borderRadius:()=>z1,borderRight:()=>y1,borderRightColor:()=>_1,borderRightStyle:()=>k1,borderRightWidth:()=>T1,borderStyle:()=>P1,borderTop:()=>m1,borderTopColor:()=>S1,borderTopStyle:()=>O1,borderTopWidth:()=>x1,borderWidth:()=>R1,borders:()=>X1,bottom:()=>vx,boxShadow:()=>J1,boxSizing:()=>ux,breakpoints:()=>bI,col:()=>ox,color:()=>tC,columnGap:()=>nT,compose:()=>Hr,container:()=>cx,createCss:()=>zC,createGlobalStyle:()=>t2,createStyleGenerator:()=>pp,css:()=>ZF,cursor:()=>yT,default:()=>UC,defaultTheme:()=>zI,display:()=>rw,divideColor:()=>V1,divideStyle:()=>W1,divideX:()=>$1,divideXReverse:()=>H1,divideY:()=>U1,divideYReverse:()=>B1,down:()=>pC,effects:()=>Z1,fill:()=>PT,flex:()=>Lx,flexBasis:()=>kx,flexDirection:()=>Mx,flexGrow:()=>Px,flexShrink:()=>Ox,flexWrap:()=>Ax,flexboxGrids:()=>ix,flexboxes:()=>Fx,float:()=>lx,fontFamily:()=>KT,fontSize:()=>XT,fontStyle:()=>ZT,fontVariant:()=>QT,fontWeight:()=>qT,gap:()=>rT,generateHexAlphaVariants:()=>dw,getAngle:()=>mp,getAnimation:()=>q0,getBorder:()=>Zs,getBorderColor:()=>Z0,getBorderStyle:()=>es,getBorderWidth:()=>hi,getBreakpointMax:()=>Ty,getBreakpointMin:()=>dp,getColor:()=>En,getColorModeInitScriptElement:()=>iF,getColorModeInitScriptTag:()=>aF,getDuration:()=>hp,getFont:()=>aw,getFontSize:()=>cw,getFontWeight:()=>lw,getInset:()=>ef,getLetterSpacing:()=>uw,getLineHeight:()=>sw,getPercent:()=>qc,getPreflightStyles:()=>bC,getPx:()=>oa,getRadius:()=>ew,getRingWidth:()=>tw,getScreens:()=>qs,getShadow:()=>ky,getSize:()=>el,getSpace:()=>Mr,getStates:()=>IR,getTimingFunction:()=>Oy,getTransform:()=>iw,getTransition:()=>Q0,getTransitionProperty:()=>J0,getVariants:()=>FR,getZIndex:()=>nw,gradientFrom:()=>c1,gradientTo:()=>d1,gradientVia:()=>f1,gridArea:()=>pT,gridAutoColumns:()=>lT,gridAutoFlow:()=>sT,gridAutoRows:()=>uT,gridColumn:()=>iT,gridRow:()=>aT,gridTemplateAreas:()=>dT,gridTemplateColumns:()=>cT,gridTemplateRows:()=>fT,grids:()=>hT,height:()=>bT,interactivity:()=>ST,isStyledComponent:()=>ip,justifyContent:()=>Tx,justifyItems:()=>Cx,justifySelf:()=>Nx,keyframes:()=>oR,layout:()=>Ex,left:()=>wx,letterSpacing:()=>eC,lineHeight:()=>JT,listStylePosition:()=>uC,listStyleType:()=>lC,margin:()=>jx,marginBottom:()=>$x,marginLeft:()=>Hx,marginRight:()=>Ux,marginTop:()=>zx,maskSize:()=>CT,maxHeight:()=>RT,maxWidth:()=>ET,minHeight:()=>TT,minWidth:()=>xT,mx:()=>Bx,my:()=>Vx,objectFit:()=>bx,opacity:()=>Q1,order:()=>Ix,outline:()=>N1,outlineColor:()=>D1,outlineOffset:()=>j1,outlineStyle:()=>F1,outlineWidth:()=>I1,overflow:()=>fx,overflowX:()=>dx,overflowY:()=>px,overscrollBehavior:()=>_x,padding:()=>Wx,paddingBottom:()=>Kx,paddingLeft:()=>Xx,paddingRight:()=>Yx,paddingTop:()=>Gx,pointerEvents:()=>gT,position:()=>mx,px:()=>Qx,py:()=>Jx,resize:()=>vT,right:()=>gx,ring:()=>G1,ringColor:()=>K1,ringInset:()=>Y1,rotate:()=>zT,row:()=>rx,rowGap:()=>oT,rpxTransformers:()=>EI,scale:()=>HT,scaleX:()=>BT,scaleY:()=>VT,sizing:()=>AT,skewX:()=>UT,skewY:()=>$T,space:()=>ow,spaceX:()=>Zx,spaceXReverse:()=>eT,spaceY:()=>qx,spaceYReverse:()=>tT,stroke:()=>OT,style:()=>J,styled:()=>UC,svg:()=>kT,system:()=>Ly,tableLayout:()=>LT,tables:()=>NT,text:()=>fC,textAlign:()=>oC,textDecoration:()=>nC,textOverflow:()=>sC,textShadow:()=>q1,textTransform:()=>rC,th:()=>Kt,themeGetter:()=>or,top:()=>yx,transform:()=>DT,transformOrigin:()=>IT,transforms:()=>WT,transition:()=>WR,transitionDelay:()=>XR,transitionDuration:()=>YR,transitionProperty:()=>GR,transitionTimingFunction:()=>KR,transitions:()=>QR,translateX:()=>FT,translateY:()=>jT,typography:()=>dC,up:()=>fw,useAngle:()=>vF,useAnimation:()=>wF,useBorder:()=>SF,useBorderColor:()=>_F,useBorderStyle:()=>bF,useBorderWidth:()=>EF,useBreakpoint:()=>WF,useColor:()=>RF,useColorMode:()=>nF,useDown:()=>YF,useDuration:()=>xF,useFont:()=>TF,useFontSize:()=>CF,useFontWeight:()=>AF,useInset:()=>PF,useLetterSpacing:()=>OF,useLineHeight:()=>kF,usePercent:()=>MF,usePx:()=>LF,useRadius:()=>NF,useRingWidth:()=>DF,useScreens:()=>VF,useShadow:()=>IF,useSize:()=>FF,useSpace:()=>jF,useTh:()=>gF,useTheme:()=>Jt,useTimingFunction:()=>zF,useTransform:()=>UF,useTransition:()=>$F,useTransitionProperty:()=>HF,useUp:()=>GF,useViewportWidth:()=>Iy,useZIndex:()=>BF,userSelect:()=>wT,verticalAlign:()=>iC,visibility:()=>Sx,whiteSpace:()=>aC,width:()=>_T,withTheme:()=>aR,x:()=>e2,zIndex:()=>hx});var g=Oe(6540),oe=Oe.t(g,2),fe=Oe(961),de=Oe.t(fe,2);function Re(e){return`Minified Redux error #${e}; visit https://redux.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}var Ie=typeof Symbol=="function"&&Symbol.observable||"@@observable",bt=Ie,he=()=>Math.random().toString(36).substring(7).split("").join("."),mt={INIT:`@@redux/INIT${he()}`,REPLACE:`@@redux/REPLACE${he()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${he()}`},St=mt;function Wt(e){if(typeof e!="object"||e===null)return!1;let t=e;for(;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t||Object.getPrototypeOf(e)===null}function jn(e){if(e===void 0)return"undefined";if(e===null)return"null";const t=typeof e;switch(t){case"boolean":case"string":case"number":case"symbol":case"function":return t}if(Array.isArray(e))return"array";if(Mt(e))return"date";if(Jn(e))return"error";const r=Rn(e);switch(r){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return r}return Object.prototype.toString.call(e).slice(8,-1).toLowerCase().replace(/\s/g,"")}function Rn(e){return typeof e.constructor=="function"?e.constructor.name:null}function Jn(e){return e instanceof Error||typeof e.message=="string"&&e.constructor&&typeof e.constructor.stackTraceLimit=="number"}function Mt(e){return e instanceof Date?!0:typeof e.toDateString=="function"&&typeof e.getDate=="function"&&typeof e.setDate=="function"}function qn(e){return typeof e}function Zr(e,t,r){if(typeof e!="function")throw new Error(Re(2));if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(Re(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(Re(1));return r(Zr)(e,t)}let o=e,a=t,s=new Map,u=s,c=0,f=!1;function d(){u===s&&(u=new Map,s.forEach((_,x)=>{u.set(x,_)}))}function h(){if(f)throw new Error(Re(3));return a}function y(_){if(typeof _!="function")throw new Error(Re(4));if(f)throw new Error(Re(5));let x=!0;d();const T=c++;return u.set(T,_),function(){if(x){if(f)throw new Error(Re(6));x=!1,d(),u.delete(T),s=null}}}function v(_){if(!Wt(_))throw new Error(Re(7));if(typeof _.type>"u")throw new Error(Re(8));if(typeof _.type!="string")throw new Error(Re(17));if(f)throw new Error(Re(9));try{f=!0,a=o(a,_)}finally{f=!1}return(s=u).forEach(T=>{T()}),_}function b(_){if(typeof _!="function")throw new Error(Re(10));o=_,v({type:St.REPLACE})}function S(){const _=y;return{subscribe(x){if(typeof x!="object"||x===null)throw new Error(Re(11));function T(){const P=x;P.next&&P.next(h())}return T(),{unsubscribe:_(T)}},[bt](){return this}}}return v({type:St.INIT}),{dispatch:v,subscribe:y,getState:h,replaceReducer:b,[bt]:S}}function Zn(e,t,r){return Zr(e,t,r)}function gi(e){typeof console<"u"&&typeof console.error=="function"&&console.error(e);try{throw new Error(e)}catch{}}function Me(e,t,r,o){const a=Object.keys(t),s=r&&r.type===St.INIT?"preloadedState argument passed to createStore":"previous state received by the reducer";if(a.length===0)return"Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers.";if(!Wt(e))return`The ${s} has unexpected type of "${qn(e)}". Expected argument to be an object with the following keys: "${a.join('", "')}"`;const u=Object.keys(e).filter(c=>!t.hasOwnProperty(c)&&!o[c]);if(u.forEach(c=>{o[c]=!0}),!(r&&r.type===St.REPLACE)&&u.length>0)return`Unexpected ${u.length>1?"keys":"key"} "${u.join('", "')}" found in ${s}. Expected to find one of the known reducer keys instead: "${a.join('", "')}". Unexpected keys will be ignored.`}function pt(e){Object.keys(e).forEach(t=>{const r=e[t];if(typeof r(void 0,{type:St.INIT})>"u")throw new Error(Re(12));if(typeof r(void 0,{type:St.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(Re(13))})}function gt(e){const t=Object.keys(e),r={};for(let u=0;u<t.length;u++){const c=t[u];typeof e[c]=="function"&&(r[c]=e[c])}const o=Object.keys(r);let a,s;try{pt(r)}catch(u){s=u}return function(c={},f){if(s)throw s;let d=!1;const h={};for(let y=0;y<o.length;y++){const v=o[y],b=r[v],S=c[v],E=b(S,f);if(typeof E>"u"){const _=f&&f.type;throw new Error(Re(14))}h[v]=E,d=d||E!==S}return d=d||o.length!==Object.keys(c).length,d?h:c}}function Gt(e,t){return function(...r){return t(e.apply(this,r))}}function Y(e,t){if(typeof e=="function")return Gt(e,t);if(typeof e!="object"||e===null)throw new Error(Re(16));const r={};for(const o in e){const a=e[o];typeof a=="function"&&(r[o]=Gt(a,t))}return r}function Ce(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,r)=>(...o)=>t(r(...o)))}function vt(...e){return t=>(r,o)=>{const a=t(r,o);let s=()=>{throw new Error(Re(15))};const u={getState:a.getState,dispatch:(f,...d)=>s(f,...d)},c=e.map(f=>f(u));return s=Ce(...c)(a.dispatch),{...a,dispatch:s}}}function Lt(e){return Wt(e)&&"type"in e&&typeof e.type=="string"}var Pt=Object.defineProperty,er=Object.getOwnPropertySymbols,mr=Object.prototype.hasOwnProperty,Er=Object.prototype.propertyIsEnumerable,Yt=(e,t,r)=>t in e?Pt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,xn=(e,t)=>{for(var r in t||(t={}))mr.call(t,r)&&Yt(e,r,t[r]);if(er)for(var r of er(t))Er.call(t,r)&&Yt(e,r,t[r]);return e},_u=Symbol.for("immer-nothing"),Ko=Symbol.for("immer-draftable"),It=Symbol.for("immer-state"),of=[];function Nr(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var vi=Object.getPrototypeOf;function yn(e){return!!e&&!!e[It]}function gn(e){var t;return e?bu(e)||Array.isArray(e)||!!e[Ko]||!!((t=e.constructor)!=null&&t[Ko])||wi(e)||Si(e):!1}var wp=Object.prototype.constructor.toString();function bu(e){if(!e||typeof e!="object")return!1;const t=vi(e);if(t===null)return!0;const r=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return r===Object?!0:typeof r=="function"&&Function.toString.call(r)===wp}function os(e){return yn(e)||Nr(15,e),e[It].base_}function bo(e,t){Xo(e)===0?Reflect.ownKeys(e).forEach(r=>{t(r,e[r],e)}):e.forEach((r,o)=>t(o,r,e))}function Xo(e){const t=e[It];return t?t.type_:Array.isArray(e)?1:wi(e)?2:Si(e)?3:0}function is(e,t){return Xo(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Eu(e,t){return Xo(e)===2?e.get(t):e[t]}function af(e,t,r){const o=Xo(e);o===2?e.set(t,r):o===3?e.add(r):e[t]=r}function Sp(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function wi(e){return e instanceof Map}function Si(e){return e instanceof Set}function jr(e){return e.copy_||e.base_}function ua(e,t){if(wi(e))return new Map(e);if(Si(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);const r=bu(e);if(t===!0||t==="class_only"&&!r){const o=Object.getOwnPropertyDescriptors(e);delete o[It];let a=Reflect.ownKeys(o);for(let s=0;s<a.length;s++){const u=a[s],c=o[u];c.writable===!1&&(c.writable=!0,c.configurable=!0),(c.get||c.set)&&(o[u]={configurable:!0,writable:!0,enumerable:c.enumerable,value:e[u]})}return Object.create(vi(e),o)}else{const o=vi(e);if(o!==null&&r)return xn({},e);const a=Object.create(o);return Object.assign(a,e)}}function Qo(e,t=!1){return nl(e)||yn(e)||!gn(e)||(Xo(e)>1&&Object.defineProperties(e,{set:{value:Ru},add:{value:Ru},clear:{value:Ru},delete:{value:Ru}}),Object.freeze(e),t&&Object.values(e).forEach(r=>Qo(r,!0))),e}function Ru(){Nr(2)}function nl(e){return Object.isFrozen(e)}var xu={};function ca(e){const t=xu[e];return t||Nr(0,e),t}function Tu(e,t){xu[e]||(xu[e]=t)}var fa;function as(){return fa}function sf(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function Cu(e,t){t&&(ca("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function _i(e){bi(e),e.drafts_.forEach(_p),e.drafts_=null}function bi(e){e===fa&&(fa=e.parent_)}function lf(e){return fa=sf(fa,e)}function _p(e){const t=e[It];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function uf(e,t){t.unfinalizedDrafts_=t.drafts_.length;const r=t.drafts_[0];return e!==void 0&&e!==r?(r[It].modified_&&(_i(t),Nr(4)),gn(e)&&(e=ol(t,e),t.parent_||ss(t,e)),t.patches_&&ca("Patches").generateReplacementPatches_(r[It].base_,e,t.patches_,t.inversePatches_)):e=ol(t,r,[]),_i(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==_u?e:void 0}function ol(e,t,r){if(nl(t))return t;const o=t[It];if(!o)return bo(t,(a,s)=>cf(e,o,t,a,s,r)),t;if(o.scope_!==e)return t;if(!o.modified_)return ss(e,o.base_,!0),o.base_;if(!o.finalized_){o.finalized_=!0,o.scope_.unfinalizedDrafts_--;const a=o.copy_;let s=a,u=!1;o.type_===3&&(s=new Set(a),a.clear(),u=!0),bo(s,(c,f)=>cf(e,o,a,c,f,r,u)),ss(e,a,!1),r&&e.patches_&&ca("Patches").generatePatches_(o,r,e.patches_,e.inversePatches_)}return o.copy_}function cf(e,t,r,o,a,s,u){if(yn(a)){const c=s&&t&&t.type_!==3&&!is(t.assigned_,o)?s.concat(o):void 0,f=ol(e,a,c);if(af(r,o,f),yn(f))e.canAutoFreeze_=!1;else return}else u&&r.add(a);if(gn(a)&&!nl(a)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;ol(e,a),(!t||!t.scope_.parent_)&&typeof o!="symbol"&&(wi(r)?r.has(o):Object.prototype.propertyIsEnumerable.call(r,o))&&ss(e,a)}}function ss(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Qo(t,r)}function bp(e,t){const r=Array.isArray(e),o={type_:r?1:0,scope_:t?t.scope_:as(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let a=o,s=da;r&&(a=[o],s=pa);const{revoke:u,proxy:c}=Proxy.revocable(a,s);return o.draft_=c,o.revoke_=u,c}var da={get(e,t){if(t===It)return e;const r=jr(e);if(!is(r,t))return Wy(e,r,t);const o=r[t];return e.finalized_||!gn(o)?o:o===ha(e.base_,t)?(us(e),e.copy_[t]=il(o,e)):o},has(e,t){return t in jr(e)},ownKeys(e){return Reflect.ownKeys(jr(e))},set(e,t,r){const o=ls(jr(e),t);if(o?.set)return o.set.call(e.draft_,r),!0;if(!e.modified_){const a=ha(jr(e),t),s=a?.[It];if(s&&s.base_===r)return e.copy_[t]=r,e.assigned_[t]=!1,!0;if(Sp(r,a)&&(r!==void 0||is(e.base_,t)))return!0;us(e),eo(e)}return e.copy_[t]===r&&(r!==void 0||t in e.copy_)||Number.isNaN(r)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=r,e.assigned_[t]=!0),!0},deleteProperty(e,t){return ha(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,us(e),eo(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){const r=jr(e),o=Reflect.getOwnPropertyDescriptor(r,t);return o&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:o.enumerable,value:r[t]}},defineProperty(){Nr(11)},getPrototypeOf(e){return vi(e.base_)},setPrototypeOf(){Nr(12)}},pa={};bo(da,(e,t)=>{pa[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),pa.deleteProperty=function(e,t){return pa.set.call(this,e,t,void 0)},pa.set=function(e,t,r){return da.set.call(this,e[0],t,r,e[0])};function ha(e,t){const r=e[It];return(r?jr(r):e)[t]}function Wy(e,t,r){var o;const a=ls(t,r);return a?"value"in a?a.value:(o=a.get)==null?void 0:o.call(e.draft_):void 0}function ls(e,t){if(!(t in e))return;let r=vi(e);for(;r;){const o=Object.getOwnPropertyDescriptor(r,t);if(o)return o;r=vi(r)}}function eo(e){e.modified_||(e.modified_=!0,e.parent_&&eo(e.parent_))}function us(e){e.copy_||(e.copy_=ua(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var Au=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(t,r,o)=>{if(typeof t=="function"&&typeof r!="function"){const s=r;r=t;const u=this;return function(f=s,...d){return u.produce(f,h=>r.call(this,h,...d))}}typeof r!="function"&&Nr(6),o!==void 0&&typeof o!="function"&&Nr(7);let a;if(gn(t)){const s=lf(this),u=il(t,void 0);let c=!0;try{a=r(u),c=!1}finally{c?_i(s):bi(s)}return Cu(s,o),uf(a,s)}else if(!t||typeof t!="object"){if(a=r(t),a===void 0&&(a=t),a===_u&&(a=void 0),this.autoFreeze_&&Qo(a,!0),o){const s=[],u=[];ca("Patches").generateReplacementPatches_(t,a,s,u),o(s,u)}return a}else Nr(1,t)},this.produceWithPatches=(t,r)=>{if(typeof t=="function")return(u,...c)=>this.produceWithPatches(u,f=>t(f,...c));let o,a;return[this.produce(t,r,(u,c)=>{o=u,a=c}),o,a]},typeof e?.autoFreeze=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof e?.useStrictShallowCopy=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){gn(e)||Nr(8),yn(e)&&(e=al(e));const t=lf(this),r=il(e,void 0);return r[It].isManual_=!0,bi(t),r}finishDraft(e,t){const r=e&&e[It];(!r||!r.isManual_)&&Nr(9);const{scope_:o}=r;return Cu(o,t),uf(void 0,o)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let r;for(r=t.length-1;r>=0;r--){const a=t[r];if(a.path.length===0&&a.op==="replace"){e=a.value;break}}r>-1&&(t=t.slice(r+1));const o=ca("Patches").applyPatches_;return yn(e)?o(e,t):this.produce(e,a=>o(a,t))}};function il(e,t){const r=wi(e)?ca("MapSet").proxyMap_(e,t):Si(e)?ca("MapSet").proxySet_(e,t):bp(e,t);return(t?t.scope_:as()).drafts_.push(r),r}function al(e){return yn(e)||Nr(10,e),Ep(e)}function Ep(e){if(!gn(e)||nl(e))return e;const t=e[It];let r;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=ua(e,t.scope_.immer_.useStrictShallowCopy_)}else r=ua(e,!0);return bo(r,(o,a)=>{af(r,o,Ep(a))}),t&&(t.finalized_=!1),r}function ma(){const t="replace",r="add",o="remove";function a(v,b,S,E){switch(v.type_){case 0:case 2:return u(v,b,S,E);case 1:return s(v,b,S,E);case 3:return c(v,b,S,E)}}function s(v,b,S,E){let{base_:_,assigned_:x}=v,T=v.copy_;T.length<_.length&&([_,T]=[T,_],[S,E]=[E,S]);for(let C=0;C<_.length;C++)if(x[C]&&T[C]!==_[C]){const P=b.concat([C]);S.push({op:t,path:P,value:y(T[C])}),E.push({op:t,path:P,value:y(_[C])})}for(let C=_.length;C<T.length;C++){const P=b.concat([C]);S.push({op:r,path:P,value:y(T[C])})}for(let C=T.length-1;_.length<=C;--C){const P=b.concat([C]);E.push({op:o,path:P})}}function u(v,b,S,E){const{base_:_,copy_:x}=v;bo(v.assigned_,(T,C)=>{const P=Eu(_,T),A=Eu(x,T),O=C?is(_,T)?t:r:o;if(P===A&&O===t)return;const F=b.concat(T);S.push(O===o?{op:O,path:F}:{op:O,path:F,value:A}),E.push(O===r?{op:o,path:F}:O===o?{op:r,path:F,value:y(P)}:{op:t,path:F,value:y(P)})})}function c(v,b,S,E){let{base_:_,copy_:x}=v,T=0;_.forEach(C=>{if(!x.has(C)){const P=b.concat([T]);S.push({op:o,path:P,value:C}),E.unshift({op:r,path:P,value:C})}T++}),T=0,x.forEach(C=>{if(!_.has(C)){const P=b.concat([T]);S.push({op:r,path:P,value:C}),E.unshift({op:o,path:P,value:C})}T++})}function f(v,b,S,E){S.push({op:t,path:[],value:b===_u?void 0:b}),E.push({op:t,path:[],value:v})}function d(v,b){return b.forEach(S=>{const{path:E,op:_}=S;let x=v;for(let A=0;A<E.length-1;A++){const O=Xo(x);let F=E[A];typeof F!="string"&&typeof F!="number"&&(F=""+F),(O===0||O===1)&&(F==="__proto__"||F==="constructor")&&Nr(19),typeof x=="function"&&F==="prototype"&&Nr(19),x=Eu(x,F),typeof x!="object"&&Nr(18,E.join("/"))}const T=Xo(x),C=h(S.value),P=E[E.length-1];switch(_){case t:switch(T){case 2:return x.set(P,C);case 3:Nr(16);default:return x[P]=C}case r:switch(T){case 1:return P==="-"?x.push(C):x.splice(P,0,C);case 2:return x.set(P,C);case 3:return x.add(C);default:return x[P]=C}case o:switch(T){case 1:return x.splice(P,1);case 2:return x.delete(P);case 3:return x.delete(S.value);default:return delete x[P]}default:Nr(17,_)}}),v}function h(v){if(!gn(v))return v;if(Array.isArray(v))return v.map(h);if(wi(v))return new Map(Array.from(v.entries()).map(([S,E])=>[S,h(E)]));if(Si(v))return new Set(Array.from(v).map(h));const b=Object.create(vi(v));for(const S in v)b[S]=h(v[S]);return is(v,Ko)&&(b[Ko]=v[Ko]),b}function y(v){return yn(v)?h(v):v}Tu("Patches",{applyPatches_:d,generatePatches_:a,generateReplacementPatches_:f})}function Rp(){class e extends Map{constructor(f,d){super(),this[It]={type_:2,parent_:d,scope_:d?d.scope_:as(),modified_:!1,finalized_:!1,copy_:void 0,assigned_:void 0,base_:f,draft_:this,isManual_:!1,revoked_:!1}}get size(){return jr(this[It]).size}has(f){return jr(this[It]).has(f)}set(f,d){const h=this[It];return u(h),(!jr(h).has(f)||jr(h).get(f)!==d)&&(r(h),eo(h),h.assigned_.set(f,!0),h.copy_.set(f,d),h.assigned_.set(f,!0)),this}delete(f){if(!this.has(f))return!1;const d=this[It];return u(d),r(d),eo(d),d.base_.has(f)?d.assigned_.set(f,!1):d.assigned_.delete(f),d.copy_.delete(f),!0}clear(){const f=this[It];u(f),jr(f).size&&(r(f),eo(f),f.assigned_=new Map,bo(f.base_,d=>{f.assigned_.set(d,!1)}),f.copy_.clear())}forEach(f,d){const h=this[It];jr(h).forEach((y,v,b)=>{f.call(d,this.get(v),v,this)})}get(f){const d=this[It];u(d);const h=jr(d).get(f);if(d.finalized_||!gn(h)||h!==d.base_.get(f))return h;const y=il(h,d);return r(d),d.copy_.set(f,y),y}keys(){return jr(this[It]).keys()}values(){const f=this.keys();return{[Symbol.iterator]:()=>this.values(),next:()=>{const d=f.next();return d.done?d:{done:!1,value:this.get(d.value)}}}}entries(){const f=this.keys();return{[Symbol.iterator]:()=>this.entries(),next:()=>{const d=f.next();if(d.done)return d;const h=this.get(d.value);return{done:!1,value:[d.value,h]}}}}[Symbol.iterator](){return this.entries()}}function t(c,f){return new e(c,f)}function r(c){c.copy_||(c.assigned_=new Map,c.copy_=new Map(c.base_))}class o extends Set{constructor(f,d){super(),this[It]={type_:3,parent_:d,scope_:d?d.scope_:as(),modified_:!1,finalized_:!1,copy_:void 0,base_:f,draft_:this,drafts_:new Map,revoked_:!1,isManual_:!1}}get size(){return jr(this[It]).size}has(f){const d=this[It];return u(d),d.copy_?!!(d.copy_.has(f)||d.drafts_.has(f)&&d.copy_.has(d.drafts_.get(f))):d.base_.has(f)}add(f){const d=this[It];return u(d),this.has(f)||(s(d),eo(d),d.copy_.add(f)),this}delete(f){if(!this.has(f))return!1;const d=this[It];return u(d),s(d),eo(d),d.copy_.delete(f)||(d.drafts_.has(f)?d.copy_.delete(d.drafts_.get(f)):!1)}clear(){const f=this[It];u(f),jr(f).size&&(s(f),eo(f),f.copy_.clear())}values(){const f=this[It];return u(f),s(f),f.copy_.values()}entries(){const f=this[It];return u(f),s(f),f.copy_.entries()}keys(){return this.values()}[Symbol.iterator](){return this.values()}forEach(f,d){const h=this.values();let y=h.next();for(;!y.done;)f.call(d,y.value,y.value,this),y=h.next()}}function a(c,f){return new o(c,f)}function s(c){c.copy_||(c.copy_=new Set,c.base_.forEach(f=>{if(gn(f)){const d=il(f,c);c.drafts_.set(f,d),c.copy_.add(d)}else c.copy_.add(f)}))}function u(c){c.revoked_&&Nr(3,JSON.stringify(jr(c)))}Tu("MapSet",{proxyMap_:t,proxySet_:a})}var Tn=new Au,sl=Tn.produce,xp=Tn.produceWithPatches.bind(Tn),Tp=Tn.setAutoFreeze.bind(Tn),Cp=Tn.setUseStrictShallowCopy.bind(Tn),Ap=Tn.applyPatches.bind(Tn),Gy=Tn.createDraft.bind(Tn),Yy=Tn.finishDraft.bind(Tn);function xr(e){return e}function Ky(e){return e}var ff=(e,t,r)=>{if(t.length===1&&t[0]===r){let o=!1;try{const a={};e(a)===a&&(o=!0)}catch{}if(o){let a;try{throw new Error}catch(s){({stack:a}=s)}}}},Pp=(e,t,r)=>{const{memoize:o,memoizeOptions:a}=t,{inputSelectorResults:s,inputSelectorResultsCopy:u}=e,c=o(()=>({}),...a);if(!(c.apply(null,s)===c.apply(null,u))){let d;try{throw new Error}catch(h){({stack:d}=h)}}},ll={inputStabilityCheck:"once",identityFunctionCheck:"once"},Xy=e=>{Object.assign(ll,e)},ul=Symbol("NOT_FOUND");function cl(e,t=`expected a function, instead received ${typeof e}`){if(typeof e!="function")throw new TypeError(t)}function ko(e,t=`expected an object, instead received ${typeof e}`){if(typeof e!="object")throw new TypeError(t)}function Qy(e,t="expected all items to be functions, instead received the following types: "){if(!e.every(r=>typeof r=="function")){const r=e.map(o=>typeof o=="function"?`function ${o.name||"unnamed"}()`:typeof o).join(", ");throw new TypeError(`${t}[${r}]`)}}var to=e=>Array.isArray(e)?e:[e];function Jy(e){const t=Array.isArray(e[0])?e[0]:e;return Qy(t,"createSelector expects all input-selectors to be functions, but received the following types: "),t}function qy(e,t){const r=[],{length:o}=e;for(let a=0;a<o;a++)r.push(e[a].apply(null,t));return r}var xw=(e,t)=>{const{identityFunctionCheck:r,inputStabilityCheck:o}={...ll,...t};return{identityFunctionCheck:{shouldRun:r==="always"||r==="once"&&e,run:ff},inputStabilityCheck:{shouldRun:o==="always"||o==="once"&&e,run:Pp}}},fl=0,Ei=null,ya=class{revision=fl;_value;_lastValue;_isEqual=cs;constructor(e,t=cs){this._value=this._lastValue=e,this._isEqual=t}get value(){return Ei?.add(this),this._value}set value(e){this.value!==e&&(this._value=e,this.revision=++fl)}};function cs(e,t){return e===t}var Zy=class{_cachedValue;_cachedRevision=-1;_deps=[];hits=0;fn;constructor(e){this.fn=e}clear(){this._cachedValue=void 0,this._cachedRevision=-1,this._deps=[],this.hits=0}get value(){if(this.revision>this._cachedRevision){const{fn:e}=this,t=new Set,r=Ei;Ei=t,this._cachedValue=e(),Ei=r,this.hits++,this._deps=Array.from(t),this._cachedRevision=this.revision}return Ei?.add(this),this._cachedValue}get revision(){return Math.max(...this._deps.map(e=>e.revision),0)}};function df(e){return e instanceof ya,e.value}function pf(e,t){if(!(e instanceof ya))throw new TypeError("setValue must be passed a tracked store created with `createStorage`.");e.value=e._lastValue=t}function Op(e,t=cs){return new ya(e,t)}function hf(e){return cl(e,"the first parameter to `createCache` must be a function"),new Zy(e)}var dl=(e,t)=>!1;function Pu(){return Op(null,dl)}function fs(e,t){pf(e,t)}var Xt=e=>{let t=e.collectionTag;t===null&&(t=e.collectionTag=Pu()),df(t)},pl=e=>{const t=e.collectionTag;t!==null&&fs(t,null)},eg=Symbol(),Ou=0,kp=Object.getPrototypeOf({}),Mp=class{constructor(e){this.value=e,this.value=e,this.tag.value=e}proxy=new Proxy(this,ds);tag=Pu();tags={};children={};collectionTag=null;id=Ou++},ds={get(e,t){function r(){const{value:a}=e,s=Reflect.get(a,t);if(typeof t=="symbol"||t in kp)return s;if(typeof s=="object"&&s!==null){let u=e.children[t];return u===void 0&&(u=e.children[t]=Jo(s)),u.tag&&df(u.tag),u.proxy}else{let u=e.tags[t];return u===void 0&&(u=e.tags[t]=Pu(),u.value=s),df(u),s}}return r()},ownKeys(e){return Xt(e),Reflect.ownKeys(e.value)},getOwnPropertyDescriptor(e,t){return Reflect.getOwnPropertyDescriptor(e.value,t)},has(e,t){return Reflect.has(e.value,t)}},mf=class{constructor(e){this.value=e,this.value=e,this.tag.value=e}proxy=new Proxy([this],ku);tag=Pu();tags={};children={};collectionTag=null;id=Ou++},ku={get([e],t){return t==="length"&&Xt(e),ds.get(e,t)},ownKeys([e]){return ds.ownKeys(e)},getOwnPropertyDescriptor([e],t){return ds.getOwnPropertyDescriptor(e,t)},has([e],t){return ds.has(e,t)}};function Jo(e){return Array.isArray(e)?new mf(e):new Mp(e)}function qo(e,t){const{value:r,tags:o,children:a}=e;if(e.value=t,Array.isArray(r)&&Array.isArray(t)&&r.length!==t.length)pl(e);else if(r!==t){let s=0,u=0,c=!1;for(const d in r)s++;for(const d in t)if(u++,!(d in r)){c=!0;break}(c||s!==u)&&pl(e)}for(const s in o){const u=r[s],c=t[s];u!==c&&(pl(e),fs(o[s],c)),typeof c=="object"&&c!==null&&delete o[s]}for(const s in a){const u=a[s],c=t[s];u.value!==c&&(typeof c=="object"&&c!==null?qo(u,c):(Zo(u),delete a[s]))}}function Zo(e){e.tag&&fs(e.tag,null),pl(e);for(const t in e.tags)fs(e.tags[t],null);for(const t in e.children)Zo(e.children[t])}function hl(e){let t;return{get(r){return t&&e(t.key,r)?t.value:ul},put(r,o){t={key:r,value:o}},getEntries(){return t?[t]:[]},clear(){t=void 0}}}function ml(e,t){let r=[];function o(c){const f=r.findIndex(d=>t(c,d.key));if(f>-1){const d=r[f];return f>0&&(r.splice(f,1),r.unshift(d)),d.value}return ul}function a(c,f){o(c)===ul&&(r.unshift({key:c,value:f}),r.length>e&&r.pop())}function s(){return r}function u(){r=[]}return{get:o,put:a,getEntries:s,clear:u}}var Mo=(e,t)=>e===t;function Lp(e){return function(r,o){if(r===null||o===null||r.length!==o.length)return!1;const{length:a}=r;for(let s=0;s<a;s++)if(!e(r[s],o[s]))return!1;return!0}}function yf(e,t){const r=typeof t=="object"?t:{equalityCheck:t},{equalityCheck:o=Mo,maxSize:a=1,resultEqualityCheck:s}=r,u=Lp(o);let c=0;const f=a<=1?hl(u):ml(a,u);function d(){let h=f.get(arguments);if(h===ul){if(h=e.apply(null,arguments),c++,s){const v=f.getEntries().find(b=>s(b.value,h));v&&(h=v.value,c!==0&&c--)}f.put(arguments,h)}return h}return d.clearCache=()=>{f.clear(),d.resetResultsCount()},d.resultsCount=()=>c,d.resetResultsCount=()=>{c=0},d}function yl(e){const t=Jo([]);let r=null;const o=Lp(Mo),a=hf(()=>e.apply(null,t.proxy));function s(){return o(r,arguments)||(qo(t,arguments),r=arguments),a.value}return s.clearCache=()=>a.clear(),s}var tg=class{constructor(e){this.value=e}deref(){return this.value}},Np=typeof WeakRef<"u"?WeakRef:tg,Mu=0,gf=1;function Lu(){return{s:Mu,v:void 0,o:null,p:null}}function ei(e,t={}){let r=Lu();const{resultEqualityCheck:o}=t;let a,s=0;function u(){let c=r;const{length:f}=arguments;for(let y=0,v=f;y<v;y++){const b=arguments[y];if(typeof b=="function"||typeof b=="object"&&b!==null){let S=c.o;S===null&&(c.o=S=new WeakMap);const E=S.get(b);E===void 0?(c=Lu(),S.set(b,c)):c=E}else{let S=c.p;S===null&&(c.p=S=new Map);const E=S.get(b);E===void 0?(c=Lu(),S.set(b,c)):c=E}}const d=c;let h;if(c.s===gf)h=c.v;else if(h=e.apply(null,arguments),s++,o){const y=a?.deref?.()??a;y!=null&&o(y,h)&&(h=y,s!==0&&s--),a=typeof h=="object"&&h!==null||typeof h=="function"?new Np(h):h}return d.s=gf,d.v=h,h}return u.clearCache=()=>{r=Lu(),u.resetResultsCount()},u.resultsCount=()=>s,u.resetResultsCount=()=>{s=0},u}function Ri(e,...t){const r=typeof e=="function"?{memoize:e,memoizeOptions:t}:e,o=(...a)=>{let s=0,u=0,c,f={},d=a.pop();typeof d=="object"&&(f=d,d=a.pop()),cl(d,`createSelector expects an output function after the inputs, but received: [${typeof d}]`);const h={...r,...f},{memoize:y,memoizeOptions:v=[],argsMemoize:b=ei,argsMemoizeOptions:S=[],devModeChecks:E={}}=h,_=to(v),x=to(S),T=Jy(a),C=y(function(){return s++,d.apply(null,arguments)},..._);let P=!0;const A=b(function(){u++;const F=qy(T,arguments);return c=C.apply(null,F),c},...x);return Object.assign(A,{resultFunc:d,memoizedResultFunc:C,dependencies:T,dependencyRecomputations:()=>u,resetDependencyRecomputations:()=>{u=0},lastResult:()=>c,recomputations:()=>s,resetRecomputations:()=>{s=0},memoize:y,argsMemoize:b})};return Object.assign(o,{withTypes:()=>o}),o}var xi=Ri(ei),gl=Object.assign((e,t=xi)=>{ko(e,`createStructuredSelector expects first argument to be an object where each property is a selector, instead received a ${typeof e}`);const r=Object.keys(e),o=r.map(s=>e[s]);return t(o,(...s)=>s.reduce((u,c,f)=>(u[r[f]]=c,u),{}))},{withTypes:()=>gl});function Dp(e){return({dispatch:r,getState:o})=>a=>s=>typeof s=="function"?s(r,o,e):a(s)}var rg=Dp(),vf=Dp,vl=(...e)=>{const t=Ri(...e),r=Object.assign((...o)=>{const a=t(...o),s=(u,...c)=>a(yn(u)?al(u):u,...c);return Object.assign(s,a),s},{withTypes:()=>r});return r},Nu=vl(ei),Ip=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Ce:Ce.apply(null,arguments)},ga=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}},Du=e=>e&&typeof e.match=="function";function Cn(e,t){function r(...o){if(t){let a=t(...o);if(!a)throw new Error(ln(0));return{type:e,payload:a.payload,..."meta"in a&&{meta:a.meta},..."error"in a&&{error:a.error}}}return{type:e,payload:o[0]}}return r.toString=()=>`${e}`,r.type=e,r.match=o=>Lt(o)&&o.type===e,r}function Fp(e){return typeof e=="function"&&"type"in e&&Du(e)}function wl(e){return Lt(e)&&Object.keys(e).every(Iu)}function Iu(e){return["type","payload","error","meta"].indexOf(e)>-1}function ng(e){const t=e?`${e}`.split("/"):[],r=t[t.length-1]||"actionCreator";return`Detected an action creator with type "${e||"unknown"}" being dispatched.
|
|
60
|
+
Make sure you're calling the action creator before dispatching, i.e. \`dispatch(${r}())\` instead of \`dispatch(${r})\`. This is necessary even if the action has no payload.`}function zn(e={}){return()=>t=>r=>t(r)}function Sl(e,t){let r=0;return{measureTime(o){const a=Date.now();try{return o()}finally{const s=Date.now();r+=s-a}},warnIfExceeded(){r>e&&`${t}${r}${e}`}}}var _l=class vp extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,vp.prototype)}static get[Symbol.species](){return vp}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new vp(...t[0].concat(this)):new vp(...t.concat(this))}};function ps(e){return gn(e)?sl(e,()=>{}):e}function va(e,t,r){return e.has(t)?e.get(t):e.set(t,r(t)).get(t)}function wf(e){return typeof e!="object"||e==null||Object.isFrozen(e)}function jp(e,t,r){const o=hs(e,t,r);return{detectMutations(){return bl(e,t,o,r)}}}function hs(e,t=[],r,o="",a=new Set){const s={value:r};if(!e(r)&&!a.has(r)){a.add(r),s.children={};for(const u in r){const c=o?o+"."+u:u;t.length&&t.indexOf(c)!==-1||(s.children[u]=hs(e,t,r[u],c))}}return s}function bl(e,t=[],r,o,a=!1,s=""){const u=r?r.value:void 0,c=u===o;if(a&&!c&&!Number.isNaN(o))return{wasMutated:!0,path:s};if(e(u)||e(o))return{wasMutated:!1};const f={};for(let h in r.children)f[h]=!0;for(let h in o)f[h]=!0;const d=t.length>0;for(let h in f){const y=s?s+"."+h:h;if(d&&t.some(S=>S instanceof RegExp?S.test(y):y===S))continue;const v=bl(e,t,r.children[h],o[h],c,y);if(v.wasMutated)return v}return{wasMutated:!1}}function zp(e={}){if(1)return()=>o=>a=>o(a);var t,r}function Up(e){const t=typeof e;return e==null||t==="string"||t==="boolean"||t==="number"||Array.isArray(e)||Wt(e)}function $p(e,t="",r=Up,o,a=[],s){let u;if(!r(e))return{keyPath:t||"<root>",value:e};if(typeof e!="object"||e===null||s?.has(e))return!1;const c=o!=null?o(e):Object.entries(e),f=a.length>0;for(const[d,h]of c){const y=t?t+"."+d:d;if(!(f&&a.some(b=>b instanceof RegExp?b.test(y):y===b))){if(!r(h))return{keyPath:y,value:h};if(typeof h=="object"&&(u=$p(h,y,r,o,a,s),u))return u}}return s&&Hp(e)&&s.add(e),!1}function Hp(e){if(!Object.isFrozen(e))return!1;for(const t of Object.values(e))if(!(typeof t!="object"||t===null)&&!Hp(t))return!1;return!0}function Sf(e={}){return()=>t=>r=>t(r)}function og(e){return typeof e=="boolean"}var ig=()=>function(t){const{thunk:r=!0,immutableCheck:o=!0,serializableCheck:a=!0,actionCreatorCheck:s=!0}=t??{};let u=new _l;return r&&(og(r)?u.push(rg):u.push(vf(r.extraArgument))),u},_f="RTK_autoBatch",ag=()=>e=>({payload:e,meta:{[_f]:!0}}),Bp=e=>t=>{setTimeout(t,e)},bf=(e={type:"raf"})=>t=>(...r)=>{const o=t(...r);let a=!0,s=!1,u=!1;const c=new Set,f=e.type==="tick"?queueMicrotask:e.type==="raf"?typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Bp(10):e.type==="callback"?e.queueNotification:Bp(e.timeout),d=()=>{u=!1,s&&(s=!1,c.forEach(h=>h()))};return Object.assign({},o,{subscribe(h){const y=()=>a&&h(),v=o.subscribe(y);return c.add(h),()=>{v(),c.delete(h)}},dispatch(h){try{return a=!h?.meta?.[_f],s=!a,s&&(u||(u=!0,f(d))),o.dispatch(h)}finally{a=!0}}})},sg=e=>function(r){const{autoBatch:o=!0}=r??{};let a=new _l(e);return o&&a.push(bf(typeof o=="object"?o:void 0)),a};function lg(e){const t=ig(),{reducer:r=void 0,middleware:o,devTools:a=!0,duplicateMiddlewareCheck:s=!0,preloadedState:u=void 0,enhancers:c=void 0}=e||{};let f;if(typeof r=="function")f=r;else if(Wt(r))f=gt(r);else throw new Error(ln(1));let d;typeof o=="function"?d=o(t):d=t();let h=Ce;a&&(h=Ip({trace:!1,...typeof a=="object"&&a}));const y=vt(...d),v=sg(y);let b=typeof c=="function"?c(v):v();const S=h(...b);return Zr(f,u,S)}function Vp(e){const t={},r=[];let o;const a={addCase(s,u){const c=typeof s=="string"?s:s.type;if(!c)throw new Error(ln(28));if(c in t)throw new Error(ln(29));return t[c]=u,a},addAsyncThunk(s,u){return u.pending&&(t[s.pending.type]=u.pending),u.rejected&&(t[s.rejected.type]=u.rejected),u.fulfilled&&(t[s.fulfilled.type]=u.fulfilled),u.settled&&r.push({matcher:s.settled,reducer:u.settled}),a},addMatcher(s,u){return r.push({matcher:s,reducer:u}),a},addDefaultCase(s){return o=s,a}};return e(a),[t,r,o]}function ug(e){return typeof e=="function"}function Fu(e,t){let[r,o,a]=Vp(t),s;if(ug(e))s=()=>ps(e());else{const c=ps(e);s=()=>c}function u(c=s(),f){let d=[r[f.type],...o.filter(({matcher:h})=>h(f)).map(({reducer:h})=>h)];return d.filter(h=>!!h).length===0&&(d=[a]),d.reduce((h,y)=>{if(y)if(yn(h)){const b=y(h,f);return b===void 0?h:b}else{if(gn(h))return sl(h,v=>y(v,f));{const v=y(h,f);if(v===void 0){if(h===null)return h;throw Error("A case reducer on a non-draftable value must not return undefined")}return v}}return h},c)}return u.getInitialState=s,u}var Wp=(e,t)=>Du(e)?e.match(t):e(t);function ms(...e){return t=>e.some(r=>Wp(r,t))}function ju(...e){return t=>e.every(r=>Wp(r,t))}function El(e,t){if(!e||!e.meta)return!1;const r=typeof e.meta.requestId=="string",o=t.indexOf(e.meta.requestStatus)>-1;return r&&o}function Rl(e){return typeof e[0]=="function"&&"pending"in e[0]&&"fulfilled"in e[0]&&"rejected"in e[0]}function Gp(...e){return e.length===0?t=>El(t,["pending"]):Rl(e)?ms(...e.map(t=>t.pending)):Gp()(e[0])}function zu(...e){return e.length===0?t=>El(t,["rejected"]):Rl(e)?ms(...e.map(t=>t.rejected)):zu()(e[0])}function Yp(...e){const t=r=>r&&r.meta&&r.meta.rejectedWithValue;return e.length===0?ju(zu(...e),t):Rl(e)?ju(zu(...e),t):Yp()(e[0])}function Kp(...e){return e.length===0?t=>El(t,["fulfilled"]):Rl(e)?ms(...e.map(t=>t.fulfilled)):Kp()(e[0])}function Xp(...e){return e.length===0?t=>El(t,["pending","fulfilled","rejected"]):Rl(e)?ms(...e.flatMap(t=>[t.pending,t.rejected,t.fulfilled])):Xp()(e[0])}var cg="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",wa=(e=21)=>{let t="",r=e;for(;r--;)t+=cg[Math.random()*64|0];return t},xl=["name","message","stack","code"],Ef=class{constructor(e,t){this.payload=e,this.meta=t}_type},Rf=class{constructor(e,t){this.payload=e,this.meta=t}_type},xf=e=>{if(typeof e=="object"&&e!==null){const t={};for(const r of xl)typeof e[r]=="string"&&(t[r]=e[r]);return t}return{message:String(e)}},Tf="External signal was aborted",Cf=(()=>{function e(t,r,o){const a=Cn(t+"/fulfilled",(f,d,h,y)=>({payload:f,meta:{...y||{},arg:h,requestId:d,requestStatus:"fulfilled"}})),s=Cn(t+"/pending",(f,d,h)=>({payload:void 0,meta:{...h||{},arg:d,requestId:f,requestStatus:"pending"}})),u=Cn(t+"/rejected",(f,d,h,y,v)=>({payload:y,error:(o&&o.serializeError||xf)(f||"Rejected"),meta:{...v||{},arg:h,requestId:d,rejectedWithValue:!!y,requestStatus:"rejected",aborted:f?.name==="AbortError",condition:f?.name==="ConditionError"}}));function c(f,{signal:d}={}){return(h,y,v)=>{const b=o?.idGenerator?o.idGenerator(f):wa(),S=new AbortController;let E,_;function x(C){_=C,S.abort()}d&&(d.aborted?x(Tf):d.addEventListener("abort",()=>x(Tf),{once:!0}));const T=(async function(){let C;try{let A=o?.condition?.(f,{getState:y,extra:v});if(ys(A)&&(A=await A),A===!1||S.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};const O=new Promise((F,N)=>{E=()=>{N({name:"AbortError",message:_||"Aborted"})},S.signal.addEventListener("abort",E)});h(s(b,f,o?.getPendingMeta?.({requestId:b,arg:f},{getState:y,extra:v}))),C=await Promise.race([O,Promise.resolve(r(f,{dispatch:h,getState:y,extra:v,requestId:b,signal:S.signal,abort:x,rejectWithValue:(F,N)=>new Ef(F,N),fulfillWithValue:(F,N)=>new Rf(F,N)})).then(F=>{if(F instanceof Ef)throw F;return F instanceof Rf?a(F.payload,b,f,F.meta):a(F,b,f)})])}catch(A){C=A instanceof Ef?u(null,b,f,A.payload,A.meta):u(A,b,f)}finally{E&&S.signal.removeEventListener("abort",E)}return o&&!o.dispatchConditionRejection&&u.match(C)&&C.meta.condition||h(C),C})();return Object.assign(T,{abort:x,requestId:b,arg:f,unwrap(){return T.then(Af)}})}}return Object.assign(c,{pending:s,rejected:u,fulfilled:a,settled:ms(u,a),typePrefix:t})}return e.withTypes=()=>e,e})();function Af(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function ys(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Qp=Symbol.for("rtk-slice-createasyncthunk"),fg={[Qp]:Cf},Jp=(e=>(e.reducer="reducer",e.reducerWithPrepare="reducerWithPrepare",e.asyncThunk="asyncThunk",e))(Jp||{});function qp(e,t){return`${e}/${t}`}function Pf({creators:e}={}){const t=e?.asyncThunk?.[Qp];return function(o){const{name:a,reducerPath:s=a}=o;if(!a)throw new Error(ln(11));typeof process<"u";const u=(typeof o.reducers=="function"?o.reducers(dg()):o.reducers)||{},c=Object.keys(u),f={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},d={addCase(C,P){const A=typeof C=="string"?C:C.type;if(!A)throw new Error(ln(12));if(A in f.sliceCaseReducersByType)throw new Error(ln(13));return f.sliceCaseReducersByType[A]=P,d},addMatcher(C,P){return f.sliceMatchers.push({matcher:C,reducer:P}),d},exposeAction(C,P){return f.actionCreators[C]=P,d},exposeCaseReducer(C,P){return f.sliceCaseReducersByName[C]=P,d}};c.forEach(C=>{const P=u[C],A={reducerName:C,type:qp(a,C),createNotation:typeof o.reducers=="function"};pg(P)?Of(A,P,d,t):Uu(A,P,d)});function h(){const[C={},P=[],A=void 0]=typeof o.extraReducers=="function"?Vp(o.extraReducers):[o.extraReducers],O={...C,...f.sliceCaseReducersByType};return Fu(o.initialState,F=>{for(let N in O)F.addCase(N,O[N]);for(let N of f.sliceMatchers)F.addMatcher(N.matcher,N.reducer);for(let N of P)F.addMatcher(N.matcher,N.reducer);A&&F.addDefaultCase(A)})}const y=C=>C,v=new Map,b=new WeakMap;let S;function E(C,P){return S||(S=h()),S(C,P)}function _(){return S||(S=h()),S.getInitialState()}function x(C,P=!1){function A(F){let N=F[C];return typeof N>"u"&&P&&(N=va(b,A,_)),N}function O(F=y){const N=va(v,P,()=>new WeakMap);return va(N,F,()=>{const K={};for(const[ce,ye]of Object.entries(o.selectors??{}))K[ce]=Tl(ye,F,()=>va(b,F,_),P);return K})}return{reducerPath:C,getSelectors:O,get selectors(){return O(A)},selectSlice:A}}const T={name:a,reducer:E,actions:f.actionCreators,caseReducers:f.sliceCaseReducersByName,getInitialState:_,...x(s),injectInto(C,{reducerPath:P,...A}={}){const O=P??s;return C.inject({reducerPath:O,reducer:E},A),{...T,...x(O,!0)}}};return T}}function Tl(e,t,r,o){function a(s,...u){let c=t(s);return typeof c>"u"&&o&&(c=r()),e(c,...u)}return a.unwrapped=e,a}var Cl=Pf();function dg(){function e(t,r){return{_reducerDefinitionType:"asyncThunk",payloadCreator:t,...r}}return e.withTypes=()=>e,{reducer(t){return Object.assign({[t.name](...r){return t(...r)}}[t.name],{_reducerDefinitionType:"reducer"})},preparedReducer(t,r){return{_reducerDefinitionType:"reducerWithPrepare",prepare:t,reducer:r}},asyncThunk:e}}function Uu({type:e,reducerName:t,createNotation:r},o,a){let s,u;if("reducer"in o){if(r&&!Zp(o))throw new Error(ln(17));s=o.reducer,u=o.prepare}else s=o;a.addCase(e,s).exposeCaseReducer(t,s).exposeAction(t,u?Cn(e,u):Cn(e))}function pg(e){return e._reducerDefinitionType==="asyncThunk"}function Zp(e){return e._reducerDefinitionType==="reducerWithPrepare"}function Of({type:e,reducerName:t},r,o,a){if(!a)throw new Error(ln(18));const{payloadCreator:s,fulfilled:u,pending:c,rejected:f,settled:d,options:h}=r,y=a(e,s,h);o.exposeAction(t,y),u&&o.addCase(y.fulfilled,u),c&&o.addCase(y.pending,c),f&&o.addCase(y.rejected,f),d&&o.addMatcher(y.settled,d),o.exposeCaseReducer(t,{fulfilled:u||gs,pending:c||gs,rejected:f||gs,settled:d||gs})}function gs(){}function eh(){return{ids:[],entities:{}}}function th(e){function t(r={},o){const a=Object.assign(eh(),r);return o?e.setAll(a,o):a}return{getInitialState:t}}function rh(){function e(t,r={}){const{createSelector:o=Nu}=r,a=y=>y.ids,s=y=>y.entities,u=o(a,s,(y,v)=>y.map(b=>v[b])),c=(y,v)=>v,f=(y,v)=>y[v],d=o(a,y=>y.length);if(!t)return{selectIds:a,selectEntities:s,selectAll:u,selectTotal:d,selectById:o(s,c,f)};const h=o(t,s);return{selectIds:o(t,a),selectEntities:h,selectAll:o(t,u),selectTotal:o(t,d),selectById:o(h,c,f)}}return{getSelectors:e}}var hg=yn;function mg(e){const t=Tr((r,o)=>e(o));return function(o){return t(o,void 0)}}function Tr(e){return function(r,o){function a(u){return wl(u)}const s=u=>{a(o)?e(o.payload,u):e(o,u)};return hg(r)?(s(r),r):sl(r,s)}}function vs(e,t){return t(e)}function Sa(e){return Array.isArray(e)||(e=Object.values(e)),e}function An(e){return yn(e)?al(e):e}function ws(e,t,r){e=Sa(e);const o=An(r.ids),a=new Set(o),s=[],u=new Set([]),c=[];for(const f of e){const d=vs(f,t);a.has(d)||u.has(d)?c.push({id:d,changes:f}):(u.add(d),s.push(f))}return[s,c,o]}function kf(e){function t(S,E){const _=vs(S,e);_ in E.entities||(E.ids.push(_),E.entities[_]=S)}function r(S,E){S=Sa(S);for(const _ of S)t(_,E)}function o(S,E){const _=vs(S,e);_ in E.entities||E.ids.push(_),E.entities[_]=S}function a(S,E){S=Sa(S);for(const _ of S)o(_,E)}function s(S,E){S=Sa(S),E.ids=[],E.entities={},r(S,E)}function u(S,E){return c([S],E)}function c(S,E){let _=!1;S.forEach(x=>{x in E.entities&&(delete E.entities[x],_=!0)}),_&&(E.ids=E.ids.filter(x=>x in E.entities))}function f(S){Object.assign(S,{ids:[],entities:{}})}function d(S,E,_){const x=_.entities[E.id];if(x===void 0)return!1;const T=Object.assign({},x,E.changes),C=vs(T,e),P=C!==E.id;return P&&(S[E.id]=C,delete _.entities[E.id]),_.entities[C]=T,P}function h(S,E){return y([S],E)}function y(S,E){const _={},x={};S.forEach(C=>{C.id in E.entities&&(x[C.id]={id:C.id,changes:{...x[C.id]?.changes,...C.changes}})}),S=Object.values(x),S.length>0&&S.filter(P=>d(_,P,E)).length>0&&(E.ids=Object.values(E.entities).map(P=>vs(P,e)))}function v(S,E){return b([S],E)}function b(S,E){const[_,x]=ws(S,e,E);r(_,E),y(x,E)}return{removeAll:mg(f),addOne:Tr(t),addMany:Tr(r),setOne:Tr(o),setMany:Tr(a),setAll:Tr(s),updateOne:Tr(h),updateMany:Tr(y),upsertOne:Tr(v),upsertMany:Tr(b),removeOne:Tr(u),removeMany:Tr(c)}}function nh(e,t,r){let o=0,a=e.length;for(;o<a;){let s=o+a>>>1;const u=e[s];r(t,u)>=0?o=s+1:a=s}return o}function oh(e,t,r){const o=nh(e,t,r);return e.splice(o,0,t),e}function ih(e,t){const{removeOne:r,removeMany:o,removeAll:a}=kf(e);function s(_,x){return u([_],x)}function u(_,x,T){_=Sa(_);const C=new Set(T??An(x.ids)),P=_.filter(A=>!C.has(vs(A,e)));P.length!==0&&E(x,P)}function c(_,x){return f([_],x)}function f(_,x){if(_=Sa(_),_.length!==0){for(const T of _)delete x.entities[e(T)];E(x,_)}}function d(_,x){_=Sa(_),x.entities={},x.ids=[],u(_,x,[])}function h(_,x){return y([_],x)}function y(_,x){let T=!1,C=!1;for(let P of _){const A=x.entities[P.id];if(!A)continue;T=!0,Object.assign(A,P.changes);const O=e(A);if(P.id!==O){C=!0,delete x.entities[P.id];const F=x.ids.indexOf(P.id);x.ids[F]=O,x.entities[O]=A}}T&&E(x,[],T,C)}function v(_,x){return b([_],x)}function b(_,x){const[T,C,P]=ws(_,e,x);T.length&&u(T,x,P),C.length&&y(C,x)}function S(_,x){if(_.length!==x.length)return!1;for(let T=0;T<_.length;T++)if(_[T]!==x[T])return!1;return!0}const E=(_,x,T,C)=>{const P=An(_.entities),A=An(_.ids),O=_.entities;let F=A;C&&(F=new Set(A));let N=[];for(const ye of F){const ge=P[ye];ge&&N.push(ge)}const K=N.length===0;for(const ye of x)O[e(ye)]=ye,K||oh(N,ye,t);K?N=x.slice().sort(t):T&&N.sort(t);const ce=N.map(e);S(A,ce)||(_.ids=ce)};return{removeOne:r,removeMany:o,removeAll:a,addOne:Tr(s),updateOne:Tr(h),upsertOne:Tr(v),setOne:Tr(c),setMany:Tr(f),setAll:Tr(d),addMany:Tr(u),updateMany:Tr(y),upsertMany:Tr(b)}}function Mf(e={}){const{selectId:t,sortComparer:r}={sortComparer:!1,selectId:u=>u.id,...e},o=r?ih(t,r):kf(t),a=th(o),s=rh();return{selectId:t,sortComparer:r,...a,...s,...o}}var yg="task",ah="listener",_a="completed",Al="cancelled",Pl=`task-${Al}`,Lf=`task-${_a}`,$u=`${ah}-${Al}`,Hu=`${ah}-${_a}`,Lo=class{constructor(e){this.code=e,this.message=`${yg} ${Al} (reason: ${e})`}name="TaskAbortError";message},Ol=(e,t)=>{if(typeof e!="function")throw new TypeError(ln(32))},kl=()=>{},Ml=(e,t=kl)=>(e.catch(t),e),Nf=(e,t)=>(e.addEventListener("abort",t,{once:!0}),()=>e.removeEventListener("abort",t)),Ti=(e,t)=>{const r=e.signal;r.aborted||("reason"in r||Object.defineProperty(r,"reason",{enumerable:!0,value:t,configurable:!0,writable:!0}),e.abort(t))},Ci=e=>{if(e.aborted){const{reason:t}=e;throw new Lo(t)}};function Df(e,t){let r=kl;return new Promise((o,a)=>{const s=()=>a(new Lo(e.reason));if(e.aborted){s();return}r=Nf(e,s),t.finally(()=>r()).then(o,a)}).finally(()=>{r=kl})}var sh=async(e,t)=>{try{return await Promise.resolve(),{status:"ok",value:await e()}}catch(r){return{status:r instanceof Lo?"cancelled":"rejected",error:r}}finally{t?.()}},Ll=e=>t=>Ml(Df(e,t).then(r=>(Ci(e),r))),ti=e=>{const t=Ll(e);return r=>t(new Promise(o=>setTimeout(o,r)))},{assign:Ai}=Object,Bu={},Vu="listenerMiddleware",gg=(e,t)=>{const r=o=>Nf(e,()=>Ti(o,e.reason));return(o,a)=>{Ol(o,"taskExecutor");const s=new AbortController;r(s);const u=sh(async()=>{Ci(e),Ci(s.signal);const c=await o({pause:Ll(s.signal),delay:ti(s.signal),signal:s.signal});return Ci(s.signal),c},()=>Ti(s,Lf));return a?.autoJoin&&t.push(u.catch(kl)),{result:Ll(e)(u),cancel(){Ti(s,Pl)}}}},Nl=(e,t)=>{const r=async(o,a)=>{Ci(t);let s=()=>{};const c=[new Promise((f,d)=>{let h=e({predicate:o,effect:(y,v)=>{v.unsubscribe(),f([y,v.getState(),v.getOriginalState()])}});s=()=>{h(),d()}})];a!=null&&c.push(new Promise(f=>setTimeout(f,a,null)));try{const f=await Df(t,Promise.race(c));return Ci(t),f}finally{s()}};return(o,a)=>Ml(r(o,a))},lh=e=>{let{type:t,actionCreator:r,matcher:o,predicate:a,effect:s}=e;if(t)a=Cn(t).match;else if(r)t=r.type,a=r.match;else if(o)a=o;else if(!a)throw new Error(ln(21));return Ol(s,"options.listener"),{predicate:a,type:t,effect:s}},If=Ai(e=>{const{type:t,predicate:r,effect:o}=lh(e);return{id:wa(),effect:o,type:t,predicate:r,pending:new Set,unsubscribe:()=>{throw new Error(ln(22))}}},{withTypes:()=>If}),Ff=(e,t)=>{const{type:r,effect:o,predicate:a}=lh(t);return Array.from(e.values()).find(s=>(typeof r=="string"?s.type===r:s.predicate===a)&&s.effect===o)},rr=e=>{e.pending.forEach(t=>{Ti(t,$u)})},jf=e=>()=>{e.forEach(rr),e.clear()},Dl=(e,t,r)=>{try{e(t,r)}catch(o){setTimeout(()=>{throw o},0)}},ba=Ai(Cn(`${Vu}/add`),{withTypes:()=>ba}),zf=Cn(`${Vu}/removeAll`),Il=Ai(Cn(`${Vu}/remove`),{withTypes:()=>Il}),Fl=(...e)=>{console.error(`${Vu}/error`,...e)},Wu=(e={})=>{const t=new Map,{extra:r,onError:o=Fl}=e;Ol(o,"onError");const a=h=>(h.unsubscribe=()=>t.delete(h.id),t.set(h.id,h),y=>{h.unsubscribe(),y?.cancelActive&&rr(h)}),s=h=>{const y=Ff(t,h)??If(h);return a(y)};Ai(s,{withTypes:()=>s});const u=h=>{const y=Ff(t,h);return y&&(y.unsubscribe(),h.cancelActive&&rr(y)),!!y};Ai(u,{withTypes:()=>u});const c=async(h,y,v,b)=>{const S=new AbortController,E=Nl(s,S.signal),_=[];try{h.pending.add(S),await Promise.resolve(h.effect(y,Ai({},v,{getOriginalState:b,condition:(x,T)=>E(x,T).then(Boolean),take:E,delay:ti(S.signal),pause:Ll(S.signal),extra:r,signal:S.signal,fork:gg(S.signal,_),unsubscribe:h.unsubscribe,subscribe:()=>{t.set(h.id,h)},cancelActiveListeners:()=>{h.pending.forEach((x,T,C)=>{x!==S&&(Ti(x,$u),C.delete(x))})},cancel:()=>{Ti(S,$u),h.pending.delete(S)},throwIfCancelled:()=>{Ci(S.signal)}})))}catch(x){x instanceof Lo||Dl(o,x,{raisedBy:"effect"})}finally{await Promise.all(_),Ti(S,Hu),h.pending.delete(S)}},f=jf(t);return{middleware:h=>y=>v=>{if(!Lt(v))return y(v);if(ba.match(v))return s(v.payload);if(zf.match(v)){f();return}if(Il.match(v))return u(v.payload);let b=h.getState();const S=()=>{if(b===Bu)throw new Error(ln(23));return b};let E;try{if(E=y(v),t.size>0){const _=h.getState(),x=Array.from(t.values());for(const T of x){let C=!1;try{C=T.predicate(v,_,b)}catch(P){C=!1,Dl(o,P,{raisedBy:"predicate"})}C&&c(T,v,h,S)}}}finally{b=Bu}return E},startListening:s,stopListening:u,clearListeners:f}},Ss=e=>({middleware:e,applied:new Map}),uh=e=>t=>t?.meta?.instanceId===e,vg=()=>{const e=wa(),t=new Map,r=Object.assign(Cn("dynamicMiddleware/add",(...c)=>({payload:c,meta:{instanceId:e}})),{withTypes:()=>r}),o=Object.assign(function(...f){f.forEach(d=>{va(t,d,Ss)})},{withTypes:()=>o}),a=c=>{const f=Array.from(t.values()).map(d=>va(d.applied,c,d.middleware));return Ce(...f)},s=ju(r,uh(e));return{middleware:c=>f=>d=>s(d)?(o(...d.payload),c.dispatch):a(c)(f)(d),addMiddleware:o,withMiddleware:r,instanceId:e}},wg=e=>"reducerPath"in e&&typeof e.reducerPath=="string",ch=e=>e.flatMap(t=>wg(t)?[[t.reducerPath,t.reducer]]:Object.entries(t)),_s=Symbol.for("rtk-state-proxy-original"),Gu=e=>!!e&&!!e[_s],Uf=new WeakMap,$f=(e,t,r)=>va(Uf,e,()=>new Proxy(e,{get:(o,a,s)=>{if(a===_s)return o;const u=Reflect.get(o,a,s);if(typeof u>"u"){const c=r[a];if(typeof c<"u")return c;const f=t[a];if(f){const d=f(void 0,{type:wa()});if(typeof d>"u")throw new Error(ln(24));return r[a]=d,d}}return u}})),Hf=e=>{if(!Gu(e))throw new Error(ln(25));return e[_s]},Bf={},Sg=(e=Bf)=>e;function fh(...e){const t=Object.fromEntries(ch(e)),r=()=>Object.keys(t).length?gt(t):Sg;let o=r();function a(f,d){return o(f,d)}a.withLazyLoadedSlices=()=>a;const s={},u=(f,d={})=>{const{reducerPath:h,reducer:y}=f,v=t[h];return!d.overrideExisting&&v&&v!==y?(typeof process<"u",a):(d.overrideExisting&&v!==y&&delete s[h],t[h]=y,o=r(),a)},c=Object.assign(function(d,h){return function(v,...b){return d($f(h?h(v,...b):v,t,s),...b)}},{original:Hf});return Object.assign(a,{inject:u,selector:c})}function ln(e){return`Minified Redux Toolkit error #${e}; visit https://redux-toolkit.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}function dh(e,t){return function(){return e.apply(t,arguments)}}const{toString:Vf}=Object.prototype,{getPrototypeOf:No}=Object,{iterator:jl,toStringTag:Ea}=Symbol,Un=(e=>t=>{const r=Vf.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),vn=e=>(e=e.toLowerCase(),t=>Un(t)===e),ro=e=>t=>typeof t===e,{isArray:Pi}=Array,bs=ro("undefined");function zl(e){return e!==null&&!bs(e)&&e.constructor!==null&&!bs(e.constructor)&&en(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Oi=vn("ArrayBuffer");function Ul(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Oi(e.buffer),t}const Es=ro("string"),en=ro("function"),Yu=ro("number"),Do=e=>e!==null&&typeof e=="object",ki=e=>e===!0||e===!1,tr=e=>{if(Un(e)!=="object")return!1;const t=No(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Ea in e)&&!(jl in e)},ir=e=>{if(!Do(e)||zl(e))return!1;try{return Object.keys(e).length===0&&Object.getPrototypeOf(e)===Object.prototype}catch{return!1}},Mi=vn("Date"),un=vn("File"),Pn=vn("Blob"),Ra=vn("FileList"),Rs=e=>Do(e)&&en(e.pipe),On=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||en(e.append)&&((t=Un(e))==="formdata"||t==="object"&&en(e.toString)&&e.toString()==="[object FormData]"))},Ku=vn("URLSearchParams"),[ph,hh,Xu,mh]=["ReadableStream","Request","Response","Headers"].map(vn),ri=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Li(e,t,{allOwnKeys:r=!1}={}){if(e===null||typeof e>"u")return;let o,a;if(typeof e!="object"&&(e=[e]),Pi(e))for(o=0,a=e.length;o<a;o++)t.call(null,e[o],o,e);else{if(zl(e))return;const s=r?Object.getOwnPropertyNames(e):Object.keys(e),u=s.length;let c;for(o=0;o<u;o++)c=s[o],t.call(null,e[c],c,e)}}function Qu(e,t){if(zl(e))return null;t=t.toLowerCase();const r=Object.keys(e);let o=r.length,a;for(;o-- >0;)if(a=r[o],t===a.toLowerCase())return a;return null}const Ni=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,yh=e=>!bs(e)&&e!==Ni;function Io(){const{caseless:e,skipUndefined:t}=yh(this)&&this||{},r={},o=(a,s)=>{const u=e&&Qu(r,s)||s;tr(r[u])&&tr(a)?r[u]=Io(r[u],a):tr(a)?r[u]=Io({},a):Pi(a)?r[u]=a.slice():(!t||!bs(a))&&(r[u]=a)};for(let a=0,s=arguments.length;a<s;a++)arguments[a]&&Li(arguments[a],o);return r}const xs=(e,t,r,{allOwnKeys:o}={})=>(Li(t,(a,s)=>{r&&en(a)?e[s]=dh(a,r):e[s]=a},{allOwnKeys:o}),e),Ts=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Ju=(e,t,r,o)=>{e.prototype=Object.create(t.prototype,o),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},qu=(e,t,r,o)=>{let a,s,u;const c={};if(t=t||{},e==null)return t;do{for(a=Object.getOwnPropertyNames(e),s=a.length;s-- >0;)u=a[s],(!o||o(u,e,t))&&!c[u]&&(t[u]=e[u],c[u]=!0);e=r!==!1&&No(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},no=(e,t,r)=>{e=String(e),(r===void 0||r>e.length)&&(r=e.length),r-=t.length;const o=e.indexOf(t,r);return o!==-1&&o===r},oo=e=>{if(!e)return null;if(Pi(e))return e;let t=e.length;if(!Yu(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},xa=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&No(Uint8Array)),ni=(e,t)=>{const o=(e&&e[jl]).call(e);let a;for(;(a=o.next())&&!a.done;){const s=a.value;t.call(e,s[0],s[1])}},oi=(e,t)=>{let r;const o=[];for(;(r=e.exec(t))!==null;)o.push(r);return o},Ta=vn("HTMLFormElement"),gh=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,o,a){return o.toUpperCase()+a}),Zu=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),Wf=vn("RegExp"),kn=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),o={};Li(r,(a,s)=>{let u;(u=t(a,s,e))!==!1&&(o[s]=u||a)}),Object.defineProperties(e,o)},$n=e=>{kn(e,(t,r)=>{if(en(e)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const o=e[r];if(en(o)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},dr=(e,t)=>{const r={},o=a=>{a.forEach(s=>{r[s]=!0})};return Pi(e)?o(e):o(String(e).split(t)),r},Eo=()=>{},vh=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t;function wh(e){return!!(e&&en(e.append)&&e[Ea]==="FormData"&&e[jl])}const Gf=e=>{const t=new Array(10),r=(o,a)=>{if(Do(o)){if(t.indexOf(o)>=0)return;if(zl(o))return o;if(!("toJSON"in o)){t[a]=o;const s=Pi(o)?[]:{};return Li(o,(u,c)=>{const f=r(u,a+1);!bs(f)&&(s[c]=f)}),t[a]=void 0,s}}return o};return r(e,0)},Yf=vn("AsyncFunction"),Sh=e=>e&&(Do(e)||en(e))&&en(e.then)&&en(e.catch),$l=((e,t)=>e?setImmediate:t?((r,o)=>(Ni.addEventListener("message",({source:a,data:s})=>{a===Ni&&s===r&&o.length&&o.shift()()},!1),a=>{o.push(a),Ni.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",en(Ni.postMessage)),_h=typeof queueMicrotask<"u"?queueMicrotask.bind(Ni):typeof process<"u"&&process.nextTick||$l,ne={isArray:Pi,isArrayBuffer:Oi,isBuffer:zl,isFormData:On,isArrayBufferView:Ul,isString:Es,isNumber:Yu,isBoolean:ki,isObject:Do,isPlainObject:tr,isEmptyObject:ir,isReadableStream:ph,isRequest:hh,isResponse:Xu,isHeaders:mh,isUndefined:bs,isDate:Mi,isFile:un,isBlob:Pn,isRegExp:Wf,isFunction:en,isStream:Rs,isURLSearchParams:Ku,isTypedArray:xa,isFileList:Ra,forEach:Li,merge:Io,extend:xs,trim:ri,stripBOM:Ts,inherits:Ju,toFlatObject:qu,kindOf:Un,kindOfTest:vn,endsWith:no,toArray:oo,forEachEntry:ni,matchAll:oi,isHTMLForm:Ta,hasOwnProperty:Zu,hasOwnProp:Zu,reduceDescriptors:kn,freezeMethods:$n,toObjectSet:dr,toCamelCase:gh,noop:Eo,toFiniteNumber:vh,findKey:Qu,global:Ni,isContextDefined:yh,isSpecCompliantForm:wh,toJSONObject:Gf,isAsyncFn:Yf,isThenable:Sh,setImmediate:$l,asap:_h,isIterable:e=>e!=null&&en(e[jl])};function Cs(e,t,r,o,a){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),o&&(this.request=o),a&&(this.response=a,this.status=a.status?a.status:null)}ne.inherits(Cs,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:ne.toJSONObject(this.config),code:this.code,status:this.status}}});const As=Cs.prototype,Bl={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Bl[e]={value:e}}),Object.defineProperties(Cs,Bl),Object.defineProperty(As,"isAxiosError",{value:!0}),Cs.from=(e,t,r,o,a,s)=>{const u=Object.create(As);ne.toFlatObject(e,u,function(h){return h!==Error.prototype},d=>d!=="isAxiosError");const c=e&&e.message?e.message:"Error",f=t==null&&e?e.code:t;return Cs.call(u,c,f,r,o,a),e&&u.cause==null&&Object.defineProperty(u,"cause",{value:e,configurable:!0}),u.name=e&&e.name||"Error",s&&Object.assign(u,s),u};const Ot=Cs,Kf=null;function Di(e){return ne.isPlainObject(e)||ne.isArray(e)}function Xf(e){return ne.endsWith(e,"[]")?e.slice(0,-2):e}function Vl(e,t,r){return e?e.concat(t).map(function(a,s){return a=Xf(a),!r&&s?"["+a+"]":a}).join(r?".":""):t}function ec(e){return ne.isArray(e)&&!e.some(Di)}const Ps=ne.toFlatObject(ne,{},null,function(t){return/^is[A-Z]/.test(t)});function Qf(e,t,r){if(!ne.isObject(e))throw new TypeError("target must be an object");t=t||new(Kf||FormData),r=ne.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(E,_){return!ne.isUndefined(_[E])});const o=r.metaTokens,a=r.visitor||h,s=r.dots,u=r.indexes,f=(r.Blob||typeof Blob<"u"&&Blob)&&ne.isSpecCompliantForm(t);if(!ne.isFunction(a))throw new TypeError("visitor must be a function");function d(S){if(S===null)return"";if(ne.isDate(S))return S.toISOString();if(ne.isBoolean(S))return S.toString();if(!f&&ne.isBlob(S))throw new Ot("Blob is not supported. Use a Buffer instead.");return ne.isArrayBuffer(S)||ne.isTypedArray(S)?f&&typeof Blob=="function"?new Blob([S]):Buffer.from(S):S}function h(S,E,_){let x=S;if(S&&!_&&typeof S=="object"){if(ne.endsWith(E,"{}"))E=o?E:E.slice(0,-2),S=JSON.stringify(S);else if(ne.isArray(S)&&ec(S)||(ne.isFileList(S)||ne.endsWith(E,"[]"))&&(x=ne.toArray(S)))return E=Xf(E),x.forEach(function(C,P){!(ne.isUndefined(C)||C===null)&&t.append(u===!0?Vl([E],P,s):u===null?E:E+"[]",d(C))}),!1}return Di(S)?!0:(t.append(Vl(_,E,s),d(S)),!1)}const y=[],v=Object.assign(Ps,{defaultVisitor:h,convertValue:d,isVisitable:Di});function b(S,E){if(!ne.isUndefined(S)){if(y.indexOf(S)!==-1)throw Error("Circular reference detected in "+E.join("."));y.push(S),ne.forEach(S,function(x,T){(!(ne.isUndefined(x)||x===null)&&a.call(t,x,ne.isString(T)?T.trim():T,E,v))===!0&&b(x,E?E.concat(T):[T])}),y.pop()}}if(!ne.isObject(e))throw new TypeError("data must be an object");return b(e),t}const Os=Qf;function tc(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(o){return t[o]})}function rc(e,t){this._pairs=[],e&&Os(e,this,t)}const Ca=rc.prototype;Ca.append=function(t,r){this._pairs.push([t,r])},Ca.toString=function(t){const r=t?function(o){return t.call(this,o,tc)}:tc;return this._pairs.map(function(a){return r(a[0])+"="+r(a[1])},"").join("&")};const Hn=rc;function Aa(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function nc(e,t,r){if(!t)return e;const o=r&&r.encode||Aa;ne.isFunction(r)&&(r={serialize:r});const a=r&&r.serialize;let s;if(a?s=a(t,r):s=ne.isURLSearchParams(t)?t.toString():new Hn(t,r).toString(o),s){const u=e.indexOf("#");u!==-1&&(e=e.slice(0,u)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class bh{constructor(){this.handlers=[]}use(t,r,o){return this.handlers.push({fulfilled:t,rejected:r,synchronous:o?o.synchronous:!1,runWhen:o?o.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){ne.forEach(this.handlers,function(o){o!==null&&t(o)})}}const Fo=bh,ii={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Fi={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:Hn,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},ks=typeof window<"u"&&typeof document<"u",oc=typeof navigator=="object"&&navigator||void 0,ic=ks&&(!oc||["ReactNative","NativeScript","NS"].indexOf(oc.product)<0),Rh=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Wl=ks&&window.location.href||"http://localhost",ar={...B,...Fi};function Gl(e,t){return Os(e,new ar.classes.URLSearchParams,{visitor:function(r,o,a,s){return ar.isNode&&ne.isBuffer(r)?(this.append(o,r.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)},...t})}function Yl(e){return ne.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Pa(e){const t={},r=Object.keys(e);let o;const a=r.length;let s;for(o=0;o<a;o++)s=r[o],t[s]=e[s];return t}function Jf(e){function t(r,o,a,s){let u=r[s++];if(u==="__proto__")return!0;const c=Number.isFinite(+u),f=s>=r.length;return u=!u&&ne.isArray(a)?a.length:u,f?(ne.hasOwnProp(a,u)?a[u]=[a[u],o]:a[u]=o,!c):((!a[u]||!ne.isObject(a[u]))&&(a[u]=[]),t(r,o,a[u],s)&&ne.isArray(a[u])&&(a[u]=Pa(a[u])),!c)}if(ne.isFormData(e)&&ne.isFunction(e.entries)){const r={};return ne.forEachEntry(e,(o,a)=>{t(Yl(o),a,r,0)}),r}return null}const Oa=Jf;function xh(e,t,r){if(ne.isString(e))try{return(t||JSON.parse)(e),ne.trim(e)}catch(o){if(o.name!=="SyntaxError")throw o}return(r||JSON.stringify)(e)}const Kl={transitional:ii,adapter:["xhr","http","fetch"],transformRequest:[function(t,r){const o=r.getContentType()||"",a=o.indexOf("application/json")>-1,s=ne.isObject(t);if(s&&ne.isHTMLForm(t)&&(t=new FormData(t)),ne.isFormData(t))return a?JSON.stringify(Oa(t)):t;if(ne.isArrayBuffer(t)||ne.isBuffer(t)||ne.isStream(t)||ne.isFile(t)||ne.isBlob(t)||ne.isReadableStream(t))return t;if(ne.isArrayBufferView(t))return t.buffer;if(ne.isURLSearchParams(t))return r.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let c;if(s){if(o.indexOf("application/x-www-form-urlencoded")>-1)return Gl(t,this.formSerializer).toString();if((c=ne.isFileList(t))||o.indexOf("multipart/form-data")>-1){const f=this.env&&this.env.FormData;return Os(c?{"files[]":t}:t,f&&new f,this.formSerializer)}}return s||a?(r.setContentType("application/json",!1),xh(t)):t}],transformResponse:[function(t){const r=this.transitional||Kl.transitional,o=r&&r.forcedJSONParsing,a=this.responseType==="json";if(ne.isResponse(t)||ne.isReadableStream(t))return t;if(t&&ne.isString(t)&&(o&&!this.responseType||a)){const u=!(r&&r.silentJSONParsing)&&a;try{return JSON.parse(t,this.parseReviver)}catch(c){if(u)throw c.name==="SyntaxError"?Ot.from(c,Ot.ERR_BAD_RESPONSE,this,null,this.response):c}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:ar.classes.FormData,Blob:ar.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};ne.forEach(["delete","get","head","post","put","patch"],e=>{Kl.headers[e]={}});const sr=Kl,ac=ne.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),qf=(e=>{const t={};let r,o,a;return e&&e.split(`
|
|
61
|
+
`).forEach(function(u){a=u.indexOf(":"),r=u.substring(0,a).trim().toLowerCase(),o=u.substring(a+1).trim(),!(!r||t[r]&&ac[r])&&(r==="set-cookie"?t[r]?t[r].push(o):t[r]=[o]:t[r]=t[r]?t[r]+", "+o:o)}),t}),sc=Symbol("internals");function ji(e){return e&&String(e).trim().toLowerCase()}function Ms(e){return e===!1||e==null?e:ne.isArray(e)?e.map(Ms):String(e)}function ka(e){const t=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let o;for(;o=r.exec(e);)t[o[1]]=o[2];return t}const yr=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Cr(e,t,r,o,a){if(ne.isFunction(o))return o.call(this,t,r);if(a&&(t=r),!!ne.isString(t)){if(ne.isString(o))return t.indexOf(o)!==-1;if(ne.isRegExp(o))return o.test(t)}}function Vr(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,r,o)=>r.toUpperCase()+o)}function lc(e,t){const r=ne.toCamelCase(" "+t);["get","set","has"].forEach(o=>{Object.defineProperty(e,o+r,{value:function(a,s,u){return this[o].call(this,t,a,s,u)},configurable:!0})})}class zi{constructor(t){t&&this.set(t)}set(t,r,o){const a=this;function s(c,f,d){const h=ji(f);if(!h)throw new Error("header name must be a non-empty string");const y=ne.findKey(a,h);(!y||a[y]===void 0||d===!0||d===void 0&&a[y]!==!1)&&(a[y||f]=Ms(c))}const u=(c,f)=>ne.forEach(c,(d,h)=>s(d,h,f));if(ne.isPlainObject(t)||t instanceof this.constructor)u(t,r);else if(ne.isString(t)&&(t=t.trim())&&!yr(t))u(qf(t),r);else if(ne.isObject(t)&&ne.isIterable(t)){let c={},f,d;for(const h of t){if(!ne.isArray(h))throw TypeError("Object iterator must return a key-value pair");c[d=h[0]]=(f=c[d])?ne.isArray(f)?[...f,h[1]]:[f,h[1]]:h[1]}u(c,r)}else t!=null&&s(r,t,o);return this}get(t,r){if(t=ji(t),t){const o=ne.findKey(this,t);if(o){const a=this[o];if(!r)return a;if(r===!0)return ka(a);if(ne.isFunction(r))return r.call(this,a,o);if(ne.isRegExp(r))return r.exec(a);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,r){if(t=ji(t),t){const o=ne.findKey(this,t);return!!(o&&this[o]!==void 0&&(!r||Cr(this,this[o],o,r)))}return!1}delete(t,r){const o=this;let a=!1;function s(u){if(u=ji(u),u){const c=ne.findKey(o,u);c&&(!r||Cr(o,o[c],c,r))&&(delete o[c],a=!0)}}return ne.isArray(t)?t.forEach(s):s(t),a}clear(t){const r=Object.keys(this);let o=r.length,a=!1;for(;o--;){const s=r[o];(!t||Cr(this,this[s],s,t,!0))&&(delete this[s],a=!0)}return a}normalize(t){const r=this,o={};return ne.forEach(this,(a,s)=>{const u=ne.findKey(o,s);if(u){r[u]=Ms(a),delete r[s];return}const c=t?Vr(s):String(s).trim();c!==s&&delete r[s],r[c]=Ms(a),o[c]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const r=Object.create(null);return ne.forEach(this,(o,a)=>{o!=null&&o!==!1&&(r[a]=t&&ne.isArray(o)?o.join(", "):o)}),r}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,r])=>t+": "+r).join(`
|
|
62
|
+
`)}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...r){const o=new this(t);return r.forEach(a=>o.set(a)),o}static accessor(t){const o=(this[sc]=this[sc]={accessors:{}}).accessors,a=this.prototype;function s(u){const c=ji(u);o[c]||(lc(a,u),o[c]=!0)}return ne.isArray(t)?t.forEach(s):s(t),this}}zi.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),ne.reduceDescriptors(zi.prototype,({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(o){this[r]=o}}}),ne.freezeMethods(zi);const wn=zi;function Zf(e,t){const r=this||sr,o=t||r,a=wn.from(o.headers);let s=o.data;return ne.forEach(e,function(c){s=c.call(r,s,a.normalize(),t?t.status:void 0)}),a.normalize(),s}function tn(e){return!!(e&&e.__CANCEL__)}function uc(e,t,r){Ot.call(this,e??"canceled",Ot.ERR_CANCELED,t,r),this.name="CanceledError"}ne.inherits(uc,Ot,{__CANCEL__:!0});const Ma=uc;function cc(e,t,r){const o=r.config.validateStatus;!r.status||!o||o(r.status)?e(r):t(new Ot("Request failed with status code "+r.status,[Ot.ERR_BAD_REQUEST,Ot.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function jo(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function io(e,t){e=e||10;const r=new Array(e),o=new Array(e);let a=0,s=0,u;return t=t!==void 0?t:1e3,function(f){const d=Date.now(),h=o[s];u||(u=d),r[a]=f,o[a]=d;let y=s,v=0;for(;y!==a;)v+=r[y++],y=y%e;if(a=(a+1)%e,a===s&&(s=(s+1)%e),d-u<t)return;const b=h&&d-h;return b?Math.round(v*1e3/b):void 0}}const Xl=io;function ed(e,t){let r=0,o=1e3/t,a,s;const u=(d,h=Date.now())=>{r=h,a=null,s&&(clearTimeout(s),s=null),e(...d)};return[(...d)=>{const h=Date.now(),y=h-r;y>=o?u(d,h):(a=d,s||(s=setTimeout(()=>{s=null,u(a)},o-y)))},()=>a&&u(a)]}const td=ed,Ql=(e,t,r=3)=>{let o=0;const a=Xl(50,250);return td(s=>{const u=s.loaded,c=s.lengthComputable?s.total:void 0,f=u-o,d=a(f),h=u<=c;o=u;const y={loaded:u,total:c,progress:c?u/c:void 0,bytes:f,rate:d||void 0,estimated:d&&c&&h?(c-u)/d:void 0,event:s,lengthComputable:c!=null,[t?"download":"upload"]:!0};e(y)},r)},rd=(e,t)=>{const r=e!=null;return[o=>t[0]({lengthComputable:r,total:e,loaded:o}),t[1]]},nd=e=>(...t)=>ne.asap(()=>e(...t)),Th=ar.hasStandardBrowserEnv?((e,t)=>r=>(r=new URL(r,ar.origin),e.protocol===r.protocol&&e.host===r.host&&(t||e.port===r.port)))(new URL(ar.origin),ar.navigator&&/(msie|trident)/i.test(ar.navigator.userAgent)):()=>!0,Ch=ar.hasStandardBrowserEnv?{write(e,t,r,o,a,s){const u=[e+"="+encodeURIComponent(t)];ne.isNumber(r)&&u.push("expires="+new Date(r).toGMTString()),ne.isString(o)&&u.push("path="+o),ne.isString(a)&&u.push("domain="+a),s===!0&&u.push("secure"),document.cookie=u.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Ah(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Ph(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function od(e,t,r){let o=!Ah(t);return e&&(o||r==!1)?Ph(e,t):t}const Ls=e=>e instanceof wn?{...e}:e;function Ui(e,t){t=t||{};const r={};function o(d,h,y,v){return ne.isPlainObject(d)&&ne.isPlainObject(h)?ne.merge.call({caseless:v},d,h):ne.isPlainObject(h)?ne.merge({},h):ne.isArray(h)?h.slice():h}function a(d,h,y,v){if(ne.isUndefined(h)){if(!ne.isUndefined(d))return o(void 0,d,y,v)}else return o(d,h,y,v)}function s(d,h){if(!ne.isUndefined(h))return o(void 0,h)}function u(d,h){if(ne.isUndefined(h)){if(!ne.isUndefined(d))return o(void 0,d)}else return o(void 0,h)}function c(d,h,y){if(y in t)return o(d,h);if(y in e)return o(void 0,d)}const f={url:s,method:s,data:s,baseURL:u,transformRequest:u,transformResponse:u,paramsSerializer:u,timeout:u,timeoutMessage:u,withCredentials:u,withXSRFToken:u,adapter:u,responseType:u,xsrfCookieName:u,xsrfHeaderName:u,onUploadProgress:u,onDownloadProgress:u,decompress:u,maxContentLength:u,maxBodyLength:u,beforeRedirect:u,transport:u,httpAgent:u,httpsAgent:u,cancelToken:u,socketPath:u,responseEncoding:u,validateStatus:c,headers:(d,h,y)=>a(Ls(d),Ls(h),y,!0)};return ne.forEach(Object.keys({...e,...t}),function(h){const y=f[h]||a,v=y(e[h],t[h],h);ne.isUndefined(v)&&y!==c||(r[h]=v)}),r}const Jl=(e=>{const t=Ui({},e);let{data:r,withXSRFToken:o,xsrfHeaderName:a,xsrfCookieName:s,headers:u,auth:c}=t;if(t.headers=u=wn.from(u),t.url=nc(od(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),c&&u.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):""))),ne.isFormData(r)){if(ar.hasStandardBrowserEnv||ar.hasStandardBrowserWebWorkerEnv)u.setContentType(void 0);else if(ne.isFunction(r.getHeaders)){const f=r.getHeaders(),d=["content-type","content-length"];Object.entries(f).forEach(([h,y])=>{d.includes(h.toLowerCase())&&u.set(h,y)})}}if(ar.hasStandardBrowserEnv&&(o&&ne.isFunction(o)&&(o=o(t)),o||o!==!1&&Th(t.url))){const f=a&&s&&Ch.read(s);f&&u.set(a,f)}return t}),Oh=typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(r,o){const a=Jl(e);let s=a.data;const u=wn.from(a.headers).normalize();let{responseType:c,onUploadProgress:f,onDownloadProgress:d}=a,h,y,v,b,S;function E(){b&&b(),S&&S(),a.cancelToken&&a.cancelToken.unsubscribe(h),a.signal&&a.signal.removeEventListener("abort",h)}let _=new XMLHttpRequest;_.open(a.method.toUpperCase(),a.url,!0),_.timeout=a.timeout;function x(){if(!_)return;const C=wn.from("getAllResponseHeaders"in _&&_.getAllResponseHeaders()),A={data:!c||c==="text"||c==="json"?_.responseText:_.response,status:_.status,statusText:_.statusText,headers:C,config:e,request:_};cc(function(F){r(F),E()},function(F){o(F),E()},A),_=null}"onloadend"in _?_.onloadend=x:_.onreadystatechange=function(){!_||_.readyState!==4||_.status===0&&!(_.responseURL&&_.responseURL.indexOf("file:")===0)||setTimeout(x)},_.onabort=function(){_&&(o(new Ot("Request aborted",Ot.ECONNABORTED,e,_)),_=null)},_.onerror=function(P){const A=P&&P.message?P.message:"Network Error",O=new Ot(A,Ot.ERR_NETWORK,e,_);O.event=P||null,o(O),_=null},_.ontimeout=function(){let P=a.timeout?"timeout of "+a.timeout+"ms exceeded":"timeout exceeded";const A=a.transitional||ii;a.timeoutErrorMessage&&(P=a.timeoutErrorMessage),o(new Ot(P,A.clarifyTimeoutError?Ot.ETIMEDOUT:Ot.ECONNABORTED,e,_)),_=null},s===void 0&&u.setContentType(null),"setRequestHeader"in _&&ne.forEach(u.toJSON(),function(P,A){_.setRequestHeader(A,P)}),ne.isUndefined(a.withCredentials)||(_.withCredentials=!!a.withCredentials),c&&c!=="json"&&(_.responseType=a.responseType),d&&([v,S]=Ql(d,!0),_.addEventListener("progress",v)),f&&_.upload&&([y,b]=Ql(f),_.upload.addEventListener("progress",y),_.upload.addEventListener("loadend",b)),(a.cancelToken||a.signal)&&(h=C=>{_&&(o(!C||C.type?new Ma(null,e,_):C),_.abort(),_=null)},a.cancelToken&&a.cancelToken.subscribe(h),a.signal&&(a.signal.aborted?h():a.signal.addEventListener("abort",h)));const T=jo(a.url);if(T&&ar.protocols.indexOf(T)===-1){o(new Ot("Unsupported protocol "+T+":",Ot.ERR_BAD_REQUEST,e));return}_.send(s||null)})},Mh=(e,t)=>{const{length:r}=e=e?e.filter(Boolean):[];if(t||r){let o=new AbortController,a;const s=function(d){if(!a){a=!0,c();const h=d instanceof Error?d:this.reason;o.abort(h instanceof Ot?h:new Ma(h instanceof Error?h.message:h))}};let u=t&&setTimeout(()=>{u=null,s(new Ot(`timeout ${t} of ms exceeded`,Ot.ETIMEDOUT))},t);const c=()=>{e&&(u&&clearTimeout(u),u=null,e.forEach(d=>{d.unsubscribe?d.unsubscribe(s):d.removeEventListener("abort",s)}),e=null)};e.forEach(d=>d.addEventListener("abort",s));const{signal:f}=o;return f.unsubscribe=()=>ne.asap(c),f}},Lh=function*(e,t){let r=e.byteLength;if(!t||r<t){yield e;return}let o=0,a;for(;o<r;)a=o+t,yield e.slice(o,a),o=a},Nh=async function*(e,t){for await(const r of Dh(e))yield*Lh(r,t)},Dh=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const t=e.getReader();try{for(;;){const{done:r,value:o}=await t.read();if(r)break;yield o}}finally{await t.cancel()}},fc=(e,t,r,o)=>{const a=Nh(e,t);let s=0,u,c=f=>{u||(u=!0,o&&o(f))};return new ReadableStream({async pull(f){try{const{done:d,value:h}=await a.next();if(d){c(),f.close();return}let y=h.byteLength;if(r){let v=s+=y;r(v)}f.enqueue(new Uint8Array(h))}catch(d){throw c(d),d}},cancel(f){return c(f),a.return()}},{highWaterMark:2})},ad=64*1024,{isFunction:ql}=ne,Ih=(({Request:e,Response:t})=>({Request:e,Response:t}))(ne.global),{ReadableStream:Fh,TextEncoder:sd}=ne.global,jh=(e,...t)=>{try{return!!e(...t)}catch{return!1}},bg=e=>{e=ne.merge.call({skipUndefined:!0},Ih,e);const{fetch:t,Request:r,Response:o}=e,a=t?ql(t):typeof fetch=="function",s=ql(r),u=ql(o);if(!a)return!1;const c=a&&ql(Fh),f=a&&(typeof sd=="function"?(S=>E=>S.encode(E))(new sd):async S=>new Uint8Array(await new r(S).arrayBuffer())),d=s&&c&&jh(()=>{let S=!1;const E=new r(ar.origin,{body:new Fh,method:"POST",get duplex(){return S=!0,"half"}}).headers.has("Content-Type");return S&&!E}),h=u&&c&&jh(()=>ne.isReadableStream(new o("").body)),y={stream:h&&(S=>S.body)};a&&["text","arrayBuffer","blob","formData","stream"].forEach(S=>{!y[S]&&(y[S]=(E,_)=>{let x=E&&E[S];if(x)return x.call(E);throw new Ot(`Response type '${S}' is not supported`,Ot.ERR_NOT_SUPPORT,_)})});const v=async S=>{if(S==null)return 0;if(ne.isBlob(S))return S.size;if(ne.isSpecCompliantForm(S))return(await new r(ar.origin,{method:"POST",body:S}).arrayBuffer()).byteLength;if(ne.isArrayBufferView(S)||ne.isArrayBuffer(S))return S.byteLength;if(ne.isURLSearchParams(S)&&(S=S+""),ne.isString(S))return(await f(S)).byteLength},b=async(S,E)=>{const _=ne.toFiniteNumber(S.getContentLength());return _??v(E)};return async S=>{let{url:E,method:_,data:x,signal:T,cancelToken:C,timeout:P,onDownloadProgress:A,onUploadProgress:O,responseType:F,headers:N,withCredentials:K="same-origin",fetchOptions:ce}=Jl(S),ye=t||fetch;F=F?(F+"").toLowerCase():"text";let ge=Mh([T,C&&C.toAbortSignal()],P),we=null;const Le=ge&&ge.unsubscribe&&(()=>{ge.unsubscribe()});let Ke;try{if(O&&d&&_!=="get"&&_!=="head"&&(Ke=await b(N,x))!==0){let ft=new r(E,{method:"POST",body:x,duplex:"half"}),Fe;if(ne.isFormData(x)&&(Fe=ft.headers.get("content-type"))&&N.setContentType(Fe),ft.body){const[Se,Ue]=rd(Ke,Ql(nd(O)));x=fc(ft.body,ad,Se,Ue)}}ne.isString(K)||(K=K?"include":"omit");const We=s&&"credentials"in r.prototype,Et={...ce,signal:ge,method:_.toUpperCase(),headers:N.normalize().toJSON(),body:x,duplex:"half",credentials:We?K:void 0};we=s&&new r(E,Et);let ht=await(s?ye(we,ce):ye(E,Et));const qt=h&&(F==="stream"||F==="response");if(h&&(A||qt&&Le)){const ft={};["status","statusText","headers"].forEach(He=>{ft[He]=ht[He]});const Fe=ne.toFiniteNumber(ht.headers.get("content-length")),[Se,Ue]=A&&rd(Fe,Ql(nd(A),!0))||[];ht=new o(fc(ht.body,ad,Se,()=>{Ue&&Ue(),Le&&Le()}),ft)}F=F||"text";let Bt=await y[ne.findKey(y,F)||"text"](ht,S);return!qt&&Le&&Le(),await new Promise((ft,Fe)=>{cc(ft,Fe,{data:Bt,headers:wn.from(ht.headers),status:ht.status,statusText:ht.statusText,config:S,request:we})})}catch(We){throw Le&&Le(),We&&We.name==="TypeError"&&/Load failed|fetch/i.test(We.message)?Object.assign(new Ot("Network Error",Ot.ERR_NETWORK,S,we),{cause:We.cause||We}):Ot.from(We,We&&We.code,S,we)}}},zh=new Map,ld=e=>{let t=e?e.env:{};const{fetch:r,Request:o,Response:a}=t,s=[o,a,r];let u=s.length,c=u,f,d,h=zh;for(;c--;)f=s[c],d=h.get(f),d===void 0&&h.set(f,d=c?new Map:bg(t)),h=d;return d},Eg=ld(),ud=null,cd={http:Kf,xhr:Oh,fetch:{get:ld}};ne.forEach(cd,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Uh=e=>`- ${e}`,Rg=e=>ne.isFunction(e)||e===null||e===!1,ao={getAdapter:(e,t)=>{e=ne.isArray(e)?e:[e];const{length:r}=e;let o,a;const s={};for(let u=0;u<r;u++){o=e[u];let c;if(a=o,!Rg(o)&&(a=cd[(c=String(o)).toLowerCase()],a===void 0))throw new Ot(`Unknown adapter '${c}'`);if(a&&(ne.isFunction(a)||(a=a.get(t))))break;s[c||"#"+u]=a}if(!a){const u=Object.entries(s).map(([f,d])=>`adapter ${f} `+(d===!1?"is not supported by the environment":"is not available in the build"));let c=r?u.length>1?`since :
|
|
63
63
|
`+u.map(Uh).join(`
|
|
64
|
-
`):" "+Uh(u[0]):"as no adapter specified";throw new
|
|
65
|
-
`+s):o.stack=s}catch{}}throw o}}_request(t,r){typeof t=="string"?(r=r||{},r.url=t):r=t||{},r=zi(this.defaults,r);const{transitional:o,paramsSerializer:a,headers:s}=r;o!==void 0&&ai.assertOptions(o,{silentJSONParsing:so.transitional(so.boolean),forcedJSONParsing:so.transitional(so.boolean),clarifyTimeoutError:so.transitional(so.boolean)},!1),a!=null&&(ne.isFunction(a)?r.paramsSerializer={serialize:a}:ai.assertOptions(a,{encode:so.function,serialize:so.function},!0)),r.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?r.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:r.allowAbsoluteUrls=!0),ai.assertOptions(r,{baseUrl:so.spelling("baseURL"),withXsrfToken:so.spelling("withXSRFToken")},!0),r.method=(r.method||this.defaults.method||"get").toLowerCase();let u=s&&ne.merge(s.common,s[r.method]);s&&ne.forEach(["delete","get","head","post","put","patch","common"],S=>{delete s[S]}),r.headers=wn.concat(u,s);const c=[];let f=!0;this.interceptors.request.forEach(function(E){typeof E.runWhen=="function"&&E.runWhen(r)===!1||(f=f&&E.synchronous,c.unshift(E.fulfilled,E.rejected))});const d=[];this.interceptors.response.forEach(function(E){d.push(E.fulfilled,E.rejected)});let h,y=0,v;if(!f){const S=[eu.bind(this),void 0];for(S.unshift(...c),S.push(...d),v=S.length,h=Promise.resolve(r);y<v;)h=h.then(S[y++],S[y++]);return h}v=c.length;let _=r;for(y=0;y<v;){const S=c[y++],E=c[y++];try{_=S(_)}catch(b){E.call(this,b);break}}try{h=eu.call(this,_)}catch(S){return Promise.reject(S)}for(y=0,v=d.length;y<v;)h=h.then(d[y++],d[y++]);return h}getUri(t){t=zi(this.defaults,t);const r=nd(t.baseURL,t.url,t.allowAbsoluteUrls);return nc(r,t.params,t.paramsSerializer)}}ne.forEach(["delete","get","head","options"],function(t){Ns.prototype[t]=function(r,o){return this.request(zi(o||{},{method:t,url:r,data:(o||{}).data}))}}),ne.forEach(["post","put","patch"],function(t){function r(o){return function(s,u,c){return this.request(zi(c||{},{method:t,headers:o?{"Content-Type":"multipart/form-data"}:{},url:s,data:u}))}}Ns.prototype[t]=r(),Ns.prototype[t+"Form"]=r(!0)});const dc=Ns;class pc{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let r;this.promise=new Promise(function(s){r=s});const o=this;this.promise.then(a=>{if(!o._listeners)return;let s=o._listeners.length;for(;s-- >0;)o._listeners[s](a);o._listeners=null}),this.promise.then=a=>{let s;const u=new Promise(c=>{o.subscribe(c),s=c}).then(a);return u.cancel=function(){o.unsubscribe(s)},u},t(function(s,u,c){o.reason||(o.reason=new ka(s,u,c),r(o.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const r=this._listeners.indexOf(t);r!==-1&&this._listeners.splice(r,1)}toAbortSignal(){const t=new AbortController,r=o=>{t.abort(o)};return this.subscribe(r),t.signal.unsubscribe=()=>this.unsubscribe(r),t.signal}static source(){let t;return{token:new pc(function(a){t=a}),cancel:t}}}const $h=pc;function Hh(e){return function(r){return e.apply(null,r)}}function Bh(e){return ne.isObject(e)&&e.isAxiosError===!0}const hc={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(hc).forEach(([e,t])=>{hc[t]=e});const xg=hc;function Sn(e){const t=new dc(e),r=ph(dc.prototype.request,t);return ne.extend(r,dc.prototype,t,{allOwnKeys:!0}),ne.extend(r,t,null,{allOwnKeys:!0}),r.create=function(a){return Sn(zi(e,a))},r}const jt=Sn(sr);jt.Axios=dc,jt.CanceledError=ka,jt.CancelToken=$h,jt.isCancel=tn,jt.VERSION=fd,jt.toFormData=Os,jt.AxiosError=kt,jt.Cancel=jt.CanceledError,jt.all=function(t){return Promise.all(t)},jt.spread=Hh,jt.isAxiosError=Bh,jt.mergeConfig=zi,jt.AxiosHeaders=wn,jt.formToJSON=e=>Pa(ne.isHTMLForm(e)?new FormData(e):e),jt.getAdapter=ao.getAdapter,jt.HttpStatusCode=xg,jt.default=jt;const hd=jt,{Axios:Vh,AxiosError:Wh,CanceledError:Gh,isCancel:Yh,CancelToken:md,VERSION:Xh,all:yd,Cancel:Kh,isAxiosError:Jh,spread:gd,toFormData:vd,AxiosHeaders:Qh,HttpStatusCode:wd,formToJSON:mc,getAdapter:Tg,mergeConfig:qh}=hd;/*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */const{entries:yc,setPrototypeOf:Sd,isFrozen:gc,getPrototypeOf:si,getOwnPropertyDescriptor:Cg}=Object;let{freeze:cn,seal:Mn,create:_d}=Object,{apply:vc,construct:Ma}=typeof Reflect<"u"&&Reflect;cn||(cn=function(t){return t}),Mn||(Mn=function(t){return t}),vc||(vc=function(t,r,o){return t.apply(r,o)}),Ma||(Ma=function(t,r){return new t(...r)});const zr=dn(Array.prototype.forEach),Ag=dn(Array.prototype.lastIndexOf),Zh=dn(Array.prototype.pop),Ui=dn(Array.prototype.push),fn=dn(Array.prototype.splice),wc=dn(String.prototype.toLowerCase),Ge=dn(String.prototype.toString),La=dn(String.prototype.match),Na=dn(String.prototype.replace),em=dn(String.prototype.indexOf),Pg=dn(String.prototype.trim),_n=dn(Object.prototype.hasOwnProperty),Wr=dn(RegExp.prototype.test),Da=tm(TypeError);function dn(e){return function(t){t instanceof RegExp&&(t.lastIndex=0);for(var r=arguments.length,o=new Array(r>1?r-1:0),a=1;a<r;a++)o[a-1]=arguments[a];return vc(e,t,o)}}function tm(e){return function(){for(var t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];return Ma(e,r)}}function Mt(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:wc;Sd&&Sd(e,null);let o=t.length;for(;o--;){let a=t[o];if(typeof a=="string"){const s=r(a);s!==a&&(gc(t)||(t[o]=s),a=s)}e[a]=!0}return e}function bd(e){for(let t=0;t<e.length;t++)_n(e,t)||(e[t]=null);return e}function Ro(e){const t=_d(null);for(const[r,o]of yc(e))_n(e,r)&&(Array.isArray(o)?t[r]=bd(o):o&&typeof o=="object"&&o.constructor===Object?t[r]=Ro(o):t[r]=o);return t}function Ar(e,t){for(;e!==null;){const o=Cg(e,t);if(o){if(o.get)return dn(o.get);if(typeof o.value=="function")return dn(o.value)}e=si(e)}function r(){return null}return r}const lo=cn(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),zo=cn(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),Sc=cn(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),rm=cn(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),Bn=cn(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),nm=cn(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),xo=cn(["#text"]),om=cn(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),_c=cn(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Ed=cn(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),ru=cn(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),im=Mn(/\{\{[\w\W]*|[\w\W]*\}\}/gm),Og=Mn(/<%[\w\W]*|[\w\W]*%>/gm),bc=Mn(/\$\{[\w\W]*/gm),Rd=Mn(/^data-[\-\w.\u00B7-\uFFFF]+$/),uo=Mn(/^aria-[\-\w]+$/),zt=Mn(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Gr=Mn(/^(?:\w+script|data):/i),Dr=Mn(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Yr=Mn(/^html$/i),Vn=Mn(/^[a-z][.\w]*(-[.\w]+)+$/i);var Ia=Object.freeze({__proto__:null,ARIA_ATTR:uo,ATTR_WHITESPACE:Dr,CUSTOM_ELEMENT:Vn,DATA_ATTR:Rd,DOCTYPE_NAME:Yr,ERB_EXPR:Og,IS_ALLOWED_URI:zt,IS_SCRIPT_OR_DATA:Gr,MUSTACHE_EXPR:im,TMPLIT_EXPR:bc});const yr={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},nu=function(){return typeof window>"u"?null:window},Fa=function(t,r){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let o=null;const a="data-tt-policy-suffix";r&&r.hasAttribute(a)&&(o=r.getAttribute(a));const s="dompurify"+(o?"#"+o:"");try{return t.createPolicy(s,{createHTML(u){return u},createScriptURL(u){return u}})}catch{return""+s,null}},ou=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function Ec(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:nu();const t=je=>Ec(je);if(t.version="3.2.6",t.removed=[],!e||!e.document||e.document.nodeType!==yr.document||!e.Element)return t.isSupported=!1,t;let{document:r}=e;const o=r,a=o.currentScript,{DocumentFragment:s,HTMLTemplateElement:u,Node:c,Element:f,NodeFilter:d,NamedNodeMap:h=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:y,DOMParser:v,trustedTypes:_}=e,S=f.prototype,E=Ar(S,"cloneNode"),b=Ar(S,"remove"),x=Ar(S,"nextSibling"),T=Ar(S,"childNodes"),C=Ar(S,"parentNode");if(typeof u=="function"){const je=r.createElement("template");je.content&&je.content.ownerDocument&&(r=je.content.ownerDocument)}let P,A="";const{implementation:O,createNodeIterator:F,createDocumentFragment:N,getElementsByTagName:X}=r,{importNode:ce}=o;let he=ou();t.isSupported=typeof yc=="function"&&typeof C=="function"&&O&&O.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:ge,ERB_EXPR:ve,TMPLIT_EXPR:Fe,DATA_ATTR:He,ARIA_ATTR:tt,IS_SCRIPT_OR_DATA:mt,ATTR_WHITESPACE:Et,CUSTOM_ELEMENT:Zt}=Ia;let{IS_ALLOWED_URI:Ct}=Ia,pt=null;const ze=Mt({},[...lo,...zo,...Sc,...Bn,...xo]);let Se=null;const Be=Mt({},[...om,..._c,...Ed,...ru]);let Ve=Object.seal(_d(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),re=null,Rt=null,Le=!0,It=!0,at=!1,xt=!0,Ke=!1,qt=!0,Ht=!1,At=!1,Rr=!1,Tt=!1,Sr=!1,Jn=!1,I=!0,q=!1;const le="user-content-";let Pe=!0,ue=!1,pe={},We=null;const _t=Mt({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Pt=null;const an=Mt({},["audio","video","img","source","image","track"]);let na=null;const Qr=Mt({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),ts="http://www.w3.org/1998/Math/MathML",mi="http://www.w3.org/2000/svg",Fn="http://www.w3.org/1999/xhtml";let oa=Fn,rs=!1,ia=null;const wu=Mt({},[ts,mi,Fn],Ge);let tl=Mt({},["mi","mo","mn","ms","mtext"]),tf=Mt({},["annotation-xml"]);const $y=Mt({},["title","style","font","a","script"]);let Su=null;const Hy=["application/xhtml+xml","text/html"],rf="text/html";let Lr=null,rl=null;const bw=r.createElement("form"),j=function($){return $ instanceof RegExp||$ instanceof Function},J=function(){let $=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(rl&&rl===$)){if((!$||typeof $!="object")&&($={}),$=Ro($),Su=Hy.indexOf($.PARSER_MEDIA_TYPE)===-1?rf:$.PARSER_MEDIA_TYPE,Lr=Su==="application/xhtml+xml"?Ge:wc,pt=_n($,"ALLOWED_TAGS")?Mt({},$.ALLOWED_TAGS,Lr):ze,Se=_n($,"ALLOWED_ATTR")?Mt({},$.ALLOWED_ATTR,Lr):Be,ia=_n($,"ALLOWED_NAMESPACES")?Mt({},$.ALLOWED_NAMESPACES,Ge):wu,na=_n($,"ADD_URI_SAFE_ATTR")?Mt(Ro(Qr),$.ADD_URI_SAFE_ATTR,Lr):Qr,Pt=_n($,"ADD_DATA_URI_TAGS")?Mt(Ro(an),$.ADD_DATA_URI_TAGS,Lr):an,We=_n($,"FORBID_CONTENTS")?Mt({},$.FORBID_CONTENTS,Lr):_t,re=_n($,"FORBID_TAGS")?Mt({},$.FORBID_TAGS,Lr):Ro({}),Rt=_n($,"FORBID_ATTR")?Mt({},$.FORBID_ATTR,Lr):Ro({}),pe=_n($,"USE_PROFILES")?$.USE_PROFILES:!1,Le=$.ALLOW_ARIA_ATTR!==!1,It=$.ALLOW_DATA_ATTR!==!1,at=$.ALLOW_UNKNOWN_PROTOCOLS||!1,xt=$.ALLOW_SELF_CLOSE_IN_ATTR!==!1,Ke=$.SAFE_FOR_TEMPLATES||!1,qt=$.SAFE_FOR_XML!==!1,Ht=$.WHOLE_DOCUMENT||!1,Tt=$.RETURN_DOM||!1,Sr=$.RETURN_DOM_FRAGMENT||!1,Jn=$.RETURN_TRUSTED_TYPE||!1,Rr=$.FORCE_BODY||!1,I=$.SANITIZE_DOM!==!1,q=$.SANITIZE_NAMED_PROPS||!1,Pe=$.KEEP_CONTENT!==!1,ue=$.IN_PLACE||!1,Ct=$.ALLOWED_URI_REGEXP||zt,oa=$.NAMESPACE||Fn,tl=$.MATHML_TEXT_INTEGRATION_POINTS||tl,tf=$.HTML_INTEGRATION_POINTS||tf,Ve=$.CUSTOM_ELEMENT_HANDLING||{},$.CUSTOM_ELEMENT_HANDLING&&j($.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Ve.tagNameCheck=$.CUSTOM_ELEMENT_HANDLING.tagNameCheck),$.CUSTOM_ELEMENT_HANDLING&&j($.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Ve.attributeNameCheck=$.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),$.CUSTOM_ELEMENT_HANDLING&&typeof $.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(Ve.allowCustomizedBuiltInElements=$.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Ke&&(It=!1),Sr&&(Tt=!0),pe&&(pt=Mt({},xo),Se=[],pe.html===!0&&(Mt(pt,lo),Mt(Se,om)),pe.svg===!0&&(Mt(pt,zo),Mt(Se,_c),Mt(Se,ru)),pe.svgFilters===!0&&(Mt(pt,Sc),Mt(Se,_c),Mt(Se,ru)),pe.mathMl===!0&&(Mt(pt,Bn),Mt(Se,Ed),Mt(Se,ru))),$.ADD_TAGS&&(pt===ze&&(pt=Ro(pt)),Mt(pt,$.ADD_TAGS,Lr)),$.ADD_ATTR&&(Se===Be&&(Se=Ro(Se)),Mt(Se,$.ADD_ATTR,Lr)),$.ADD_URI_SAFE_ATTR&&Mt(na,$.ADD_URI_SAFE_ATTR,Lr),$.FORBID_CONTENTS&&(We===_t&&(We=Ro(We)),Mt(We,$.FORBID_CONTENTS,Lr)),Pe&&(pt["#text"]=!0),Ht&&Mt(pt,["html","head","body"]),pt.table&&(Mt(pt,["tbody"]),delete re.tbody),$.TRUSTED_TYPES_POLICY){if(typeof $.TRUSTED_TYPES_POLICY.createHTML!="function")throw Da('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof $.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Da('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');P=$.TRUSTED_TYPES_POLICY,A=P.createHTML("")}else P===void 0&&(P=Fa(_,a)),P!==null&&typeof A=="string"&&(A=P.createHTML(""));cn&&cn($),rl=$}},ie=Mt({},[...zo,...Sc,...rm]),Te=Mt({},[...Bn,...nm]),Ue=function($){let xe=C($);(!xe||!xe.tagName)&&(xe={namespaceURI:oa,tagName:"template"});const Xe=wc($.tagName),Bt=wc(xe.tagName);return ia[$.namespaceURI]?$.namespaceURI===mi?xe.namespaceURI===Fn?Xe==="svg":xe.namespaceURI===ts?Xe==="svg"&&(Bt==="annotation-xml"||tl[Bt]):!!ie[Xe]:$.namespaceURI===ts?xe.namespaceURI===Fn?Xe==="math":xe.namespaceURI===mi?Xe==="math"&&tf[Bt]:!!Te[Xe]:$.namespaceURI===Fn?xe.namespaceURI===mi&&!tf[Bt]||xe.namespaceURI===ts&&!tl[Bt]?!1:!Te[Xe]&&($y[Xe]||!ie[Xe]):!!(Su==="application/xhtml+xml"&&ia[$.namespaceURI]):!1},Qe=function($){Ui(t.removed,{element:$});try{C($).removeChild($)}catch{b($)}},nt=function($,xe){try{Ui(t.removed,{attribute:xe.getAttributeNode($),from:xe})}catch{Ui(t.removed,{attribute:null,from:xe})}if(xe.removeAttribute($),$==="is")if(Tt||Sr)try{Qe(xe)}catch{}else try{xe.setAttribute($,"")}catch{}},ot=function($){let xe=null,Xe=null;if(Rr)$="<remove></remove>"+$;else{const br=La($,/^[\r\n\t ]+/);Xe=br&&br[0]}Su==="application/xhtml+xml"&&oa===Fn&&($='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+$+"</body></html>");const Bt=P?P.createHTML($):$;if(oa===Fn)try{xe=new v().parseFromString(Bt,Su)}catch{}if(!xe||!xe.documentElement){xe=O.createDocument(oa,"template",null);try{xe.documentElement.innerHTML=rs?A:Bt}catch{}}const qr=xe.body||xe.documentElement;return $&&Xe&&qr.insertBefore(r.createTextNode(Xe),qr.childNodes[0]||null),oa===Fn?X.call(xe,Ht?"html":"body")[0]:Ht?xe.documentElement:qr},lt=function($){return F.call($.ownerDocument||$,$,d.SHOW_ELEMENT|d.SHOW_COMMENT|d.SHOW_TEXT|d.SHOW_PROCESSING_INSTRUCTION|d.SHOW_CDATA_SECTION,null)},ft=function($){return $ instanceof y&&(typeof $.nodeName!="string"||typeof $.textContent!="string"||typeof $.removeChild!="function"||!($.attributes instanceof h)||typeof $.removeAttribute!="function"||typeof $.setAttribute!="function"||typeof $.namespaceURI!="string"||typeof $.insertBefore!="function"||typeof $.hasChildNodes!="function")},st=function($){return typeof c=="function"&&$ instanceof c};function qe(je,$,xe){zr(je,Xe=>{Xe.call(t,$,xe,rl)})}const Ut=function($){let xe=null;if(qe(he.beforeSanitizeElements,$,null),ft($))return Qe($),!0;const Xe=Lr($.nodeName);if(qe(he.uponSanitizeElement,$,{tagName:Xe,allowedTags:pt}),qt&&$.hasChildNodes()&&!st($.firstElementChild)&&Wr(/<[/\w!]/g,$.innerHTML)&&Wr(/<[/\w!]/g,$.textContent)||$.nodeType===yr.progressingInstruction||qt&&$.nodeType===yr.comment&&Wr(/<[/\w]/g,$.data))return Qe($),!0;if(!pt[Xe]||re[Xe]){if(!re[Xe]&&Br(Xe)&&(Ve.tagNameCheck instanceof RegExp&&Wr(Ve.tagNameCheck,Xe)||Ve.tagNameCheck instanceof Function&&Ve.tagNameCheck(Xe)))return!1;if(Pe&&!We[Xe]){const Bt=C($)||$.parentNode,qr=T($)||$.childNodes;if(qr&&Bt){const br=qr.length;for(let Fr=br-1;Fr>=0;--Fr){const _o=E(qr[Fr],!0);_o.__removalCount=($.__removalCount||0)+1,Bt.insertBefore(_o,x($))}}}return Qe($),!0}return $ instanceof f&&!Ue($)||(Xe==="noscript"||Xe==="noembed"||Xe==="noframes")&&Wr(/<\/no(script|embed|frames)/i,$.innerHTML)?(Qe($),!0):(Ke&&$.nodeType===yr.text&&(xe=$.textContent,zr([ge,ve,Fe],Bt=>{xe=Na(xe,Bt," ")}),$.textContent!==xe&&(Ui(t.removed,{element:$.cloneNode()}),$.textContent=xe)),qe(he.afterSanitizeElements,$,null),!1)},fr=function($,xe,Xe){if(I&&(xe==="id"||xe==="name")&&(Xe in r||Xe in bw))return!1;if(!(It&&!Rt[xe]&&Wr(He,xe))){if(!(Le&&Wr(tt,xe))){if(!Se[xe]||Rt[xe]){if(!(Br($)&&(Ve.tagNameCheck instanceof RegExp&&Wr(Ve.tagNameCheck,$)||Ve.tagNameCheck instanceof Function&&Ve.tagNameCheck($))&&(Ve.attributeNameCheck instanceof RegExp&&Wr(Ve.attributeNameCheck,xe)||Ve.attributeNameCheck instanceof Function&&Ve.attributeNameCheck(xe))||xe==="is"&&Ve.allowCustomizedBuiltInElements&&(Ve.tagNameCheck instanceof RegExp&&Wr(Ve.tagNameCheck,Xe)||Ve.tagNameCheck instanceof Function&&Ve.tagNameCheck(Xe))))return!1}else if(!na[xe]){if(!Wr(Ct,Na(Xe,Et,""))){if(!((xe==="src"||xe==="xlink:href"||xe==="href")&&$!=="script"&&em(Xe,"data:")===0&&Pt[$])){if(!(at&&!Wr(mt,Na(Xe,Et,"")))){if(Xe)return!1}}}}}}return!0},Br=function($){return $!=="annotation-xml"&&La($,Zt)},mn=function($){qe(he.beforeSanitizeAttributes,$,null);const{attributes:xe}=$;if(!xe||ft($))return;const Xe={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Se,forceKeepAttr:void 0};let Bt=xe.length;for(;Bt--;){const qr=xe[Bt],{name:br,namespaceURI:Fr,value:_o}=qr,aa=Lr(br),$t=_o;let Xt=br==="value"?$t:Pg($t);if(Xe.attrName=aa,Xe.attrValue=Xt,Xe.keepAttr=!0,Xe.forceKeepAttr=void 0,qe(he.uponSanitizeAttribute,$,Xe),Xt=Xe.attrValue,q&&(aa==="id"||aa==="name")&&(nt(br,$),Xt=le+Xt),qt&&Wr(/((--!?|])>)|<\/(style|title)/i,Xt)){nt(br,$);continue}if(Xe.forceKeepAttr)continue;if(!Xe.keepAttr){nt(br,$);continue}if(!xt&&Wr(/\/>/i,Xt)){nt(br,$);continue}Ke&&zr([ge,ve,Fe],sa=>{Xt=Na(Xt,sa," ")});const ns=Lr($.nodeName);if(!fr(ns,aa,Xt)){nt(br,$);continue}if(P&&typeof _=="object"&&typeof _.getAttributeType=="function"&&!Fr)switch(_.getAttributeType(ns,aa)){case"TrustedHTML":{Xt=P.createHTML(Xt);break}case"TrustedScriptURL":{Xt=P.createScriptURL(Xt);break}}if(Xt!==$t)try{Fr?$.setAttributeNS(Fr,br,Xt):$.setAttribute(br,Xt),ft($)?Qe($):Zh(t.removed)}catch{nt(br,$)}}qe(he.afterSanitizeAttributes,$,null)},_r=function je($){let xe=null;const Xe=lt($);for(qe(he.beforeSanitizeShadowDOM,$,null);xe=Xe.nextNode();)qe(he.uponSanitizeShadowNode,xe,null),Ut(xe),mn(xe),xe.content instanceof s&&je(xe.content);qe(he.afterSanitizeShadowDOM,$,null)};return t.sanitize=function(je){let $=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},xe=null,Xe=null,Bt=null,qr=null;if(rs=!je,rs&&(je="<!-->"),typeof je!="string"&&!st(je))if(typeof je.toString=="function"){if(je=je.toString(),typeof je!="string")throw Da("dirty is not a string, aborting")}else throw Da("toString is not a function");if(!t.isSupported)return je;if(At||J($),t.removed=[],typeof je=="string"&&(ue=!1),ue){if(je.nodeName){const _o=Lr(je.nodeName);if(!pt[_o]||re[_o])throw Da("root node is forbidden and cannot be sanitized in-place")}}else if(je instanceof c)xe=ot("<!---->"),Xe=xe.ownerDocument.importNode(je,!0),Xe.nodeType===yr.element&&Xe.nodeName==="BODY"||Xe.nodeName==="HTML"?xe=Xe:xe.appendChild(Xe);else{if(!Tt&&!Ke&&!Ht&&je.indexOf("<")===-1)return P&&Jn?P.createHTML(je):je;if(xe=ot(je),!xe)return Tt?null:Jn?A:""}xe&&Rr&&Qe(xe.firstChild);const br=lt(ue?je:xe);for(;Bt=br.nextNode();)Ut(Bt),mn(Bt),Bt.content instanceof s&&_r(Bt.content);if(ue)return je;if(Tt){if(Sr)for(qr=N.call(xe.ownerDocument);xe.firstChild;)qr.appendChild(xe.firstChild);else qr=xe;return(Se.shadowroot||Se.shadowrootmode)&&(qr=ce.call(o,qr,!0)),qr}let Fr=Ht?xe.outerHTML:xe.innerHTML;return Ht&&pt["!doctype"]&&xe.ownerDocument&&xe.ownerDocument.doctype&&xe.ownerDocument.doctype.name&&Wr(Yr,xe.ownerDocument.doctype.name)&&(Fr="<!DOCTYPE "+xe.ownerDocument.doctype.name+`>
|
|
66
|
-
`+Fr),Ke&&zr([ge,ve,Fe],_o=>{Fr=Na(Fr,_o," ")}),P&&Jn?P.createHTML(Fr):Fr},t.setConfig=function(){let je=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};J(je),At=!0},t.clearConfig=function(){rl=null,At=!1},t.isValidAttribute=function(je,$,xe){rl||J({});const Xe=Lr(je),Bt=Lr($);return fr(Xe,Bt,xe)},t.addHook=function(je,$){typeof $=="function"&&Ui(he[je],$)},t.removeHook=function(je,$){if($!==void 0){const xe=Ag(he[je],$);return xe===-1?void 0:fn(he[je],xe,1)[0]}return Zh(he[je])},t.removeHooks=function(je){he[je]=[]},t.removeAllHooks=function(){he=ou()},t}var iu=Ec();function Pr(){return Pr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)({}).hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},Pr.apply(null,arguments)}var rn;(function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"})(rn||(rn={}));var To=function(e){return e};function $i(e,t){if(!e)try{throw new Error(t)}catch{}}var ja="beforeunload",xd="hashchange",li="popstate";function Rc(e){e===void 0&&(e={});var t=e,r=t.window,o=r===void 0?document.defaultView:r,a=o.history;function s(){var F=o.location,N=F.pathname,X=F.search,ce=F.hash,he=a.state||{};return[he.idx,To({pathname:N,search:X,hash:ce,state:he.usr||null,key:he.key||"default"})]}var u=null;function c(){if(u)_.call(u),u=null;else{var F=rn.Pop,N=s(),X=N[0],ce=N[1];if(_.length){if(X!=null){var he=h-X;he&&(u={action:F,location:ce,retry:function(){A(he*-1)}},A(he))}}else T(F)}}o.addEventListener(li,c);var f=rn.Pop,d=s(),h=d[0],y=d[1],v=ui(),_=ui();h==null&&(h=0,a.replaceState(Pr({},a.state,{idx:h}),""));function S(F){return typeof F=="string"?F:Ir(F)}function E(F,N){return N===void 0&&(N=null),To(Pr({pathname:y.pathname,hash:"",search:""},typeof F=="string"?Wn(F):F,{state:N,key:za()}))}function b(F,N){return[{usr:F.state,key:F.key,idx:N},S(F)]}function x(F,N,X){return!_.length||(_.call({action:F,location:N,retry:X}),!1)}function T(F){f=F;var N=s();h=N[0],y=N[1],v.call({action:f,location:y})}function C(F,N){var X=rn.Push,ce=E(F,N);function he(){C(F,N)}if(x(X,ce,he)){var ge=b(ce,h+1),ve=ge[0],Fe=ge[1];try{a.pushState(ve,"",Fe)}catch{o.location.assign(Fe)}T(X)}}function P(F,N){var X=rn.Replace,ce=E(F,N);function he(){P(F,N)}if(x(X,ce,he)){var ge=b(ce,h),ve=ge[0],Fe=ge[1];a.replaceState(ve,"",Fe),T(X)}}function A(F){a.go(F)}var O={get action(){return f},get location(){return y},createHref:S,push:C,replace:P,go:A,back:function(){A(-1)},forward:function(){A(1)},listen:function(N){return v.push(N)},block:function(N){var X=_.push(N);return _.length===1&&o.addEventListener(ja,Is),function(){X(),_.length||o.removeEventListener(ja,Is)}}};return O}function Hi(e){e===void 0&&(e={});var t=e,r=t.window,o=r===void 0?document.defaultView:r,a=o.history;function s(){var N=Wn(o.location.hash.substr(1)),X=N.pathname,ce=X===void 0?"/":X,he=N.search,ge=he===void 0?"":he,ve=N.hash,Fe=ve===void 0?"":ve,He=a.state||{};return[He.idx,To({pathname:ce,search:ge,hash:Fe,state:He.usr||null,key:He.key||"default"})]}var u=null;function c(){if(u)_.call(u),u=null;else{var N=rn.Pop,X=s(),ce=X[0],he=X[1];if(_.length){if(ce!=null){var ge=h-ce;ge&&(u={action:N,location:he,retry:function(){O(ge*-1)}},O(ge))}}else C(N)}}o.addEventListener(li,c),o.addEventListener(xd,function(){var N=s(),X=N[1];Ir(X)!==Ir(y)&&c()});var f=rn.Pop,d=s(),h=d[0],y=d[1],v=ui(),_=ui();h==null&&(h=0,a.replaceState(Pr({},a.state,{idx:h}),""));function S(){var N=document.querySelector("base"),X="";if(N&&N.getAttribute("href")){var ce=o.location.href,he=ce.indexOf("#");X=he===-1?ce:ce.slice(0,he)}return X}function E(N){return S()+"#"+(typeof N=="string"?N:Ir(N))}function b(N,X){return X===void 0&&(X=null),To(Pr({pathname:y.pathname,hash:"",search:""},typeof N=="string"?Wn(N):N,{state:X,key:za()}))}function x(N,X){return[{usr:N.state,key:N.key,idx:X},E(N)]}function T(N,X,ce){return!_.length||(_.call({action:N,location:X,retry:ce}),!1)}function C(N){f=N;var X=s();h=X[0],y=X[1],v.call({action:f,location:y})}function P(N,X){var ce=rn.Push,he=b(N,X);function ge(){P(N,X)}if(T(ce,he,ge)){var ve=x(he,h+1),Fe=ve[0],He=ve[1];try{a.pushState(Fe,"",He)}catch{o.location.assign(He)}C(ce)}}function A(N,X){var ce=rn.Replace,he=b(N,X);function ge(){A(N,X)}if(T(ce,he,ge)){var ve=x(he,h),Fe=ve[0],He=ve[1];a.replaceState(Fe,"",He),C(ce)}}function O(N){a.go(N)}var F={get action(){return f},get location(){return y},createHref:E,push:P,replace:A,go:O,back:function(){O(-1)},forward:function(){O(1)},listen:function(X){return v.push(X)},block:function(X){var ce=_.push(X);return _.length===1&&o.addEventListener(ja,Is),function(){ce(),_.length||o.removeEventListener(ja,Is)}}};return F}function xc(e){e===void 0&&(e={});var t=e,r=t.initialEntries,o=r===void 0?["/"]:r,a=t.initialIndex,s=o.map(function(C){var P=To(Pr({pathname:"/",search:"",hash:"",state:null,key:za()},typeof C=="string"?Wn(C):C));return P}),u=Ds(a??s.length-1,0,s.length-1),c=rn.Pop,f=s[u],d=ui(),h=ui();function y(C){return typeof C=="string"?C:Ir(C)}function v(C,P){return P===void 0&&(P=null),To(Pr({pathname:f.pathname,search:"",hash:""},typeof C=="string"?Wn(C):C,{state:P,key:za()}))}function _(C,P,A){return!h.length||(h.call({action:C,location:P,retry:A}),!1)}function S(C,P){c=C,f=P,d.call({action:c,location:f})}function E(C,P){var A=rn.Push,O=v(C,P);function F(){E(C,P)}_(A,O,F)&&(u+=1,s.splice(u,s.length,O),S(A,O))}function b(C,P){var A=rn.Replace,O=v(C,P);function F(){b(C,P)}_(A,O,F)&&(s[u]=O,S(A,O))}function x(C){var P=Ds(u+C,0,s.length-1),A=rn.Pop,O=s[P];function F(){x(C)}_(A,O,F)&&(u=P,S(A,O))}var T={get index(){return u},get action(){return c},get location(){return f},createHref:y,push:E,replace:b,go:x,back:function(){x(-1)},forward:function(){x(1)},listen:function(P){return d.push(P)},block:function(P){return h.push(P)}};return T}function Ds(e,t,r){return Math.min(Math.max(e,t),r)}function Is(e){e.preventDefault(),e.returnValue=""}function ui(){var e=[];return{get length(){return e.length},push:function(r){return e.push(r),function(){e=e.filter(function(o){return o!==r})}},call:function(r){e.forEach(function(o){return o&&o(r)})}}}function za(){return Math.random().toString(36).substr(2,8)}function Ir(e){var t=e.pathname,r=t===void 0?"/":t,o=e.search,a=o===void 0?"":o,s=e.hash,u=s===void 0?"":s;return a&&a!=="?"&&(r+=a.charAt(0)==="?"?a:"?"+a),u&&u!=="#"&&(r+=u.charAt(0)==="#"?u:"#"+u),r}function Wn(e){var t={};if(e){var r=e.indexOf("#");r>=0&&(t.hash=e.substr(r),e=e.substr(0,r));var o=e.indexOf("?");o>=0&&(t.search=e.substr(o),e=e.substr(0,o)),e&&(t.pathname=e)}return t}var co=Oe(9597),Ln=Oe.t(co,2),Fs=Oe.n(co),Td=Oe(4828),Cd=Oe.t(Td,2),kg={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",padding:0,width:"1px",position:"absolute"},ci=function(t){var r=t.message,o=t["aria-live"];return g.createElement("div",{style:kg,role:"log","aria-live":o},r||"")};ci.propTypes={};const au=ci;function Ad(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Bi(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t&&(typeof t=="object"||typeof t=="function")?t:e}function Pd(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var Vi=(function(e){Pd(t,e);function t(){var r,o,a;Ad(this,t);for(var s=arguments.length,u=Array(s),c=0;c<s;c++)u[c]=arguments[c];return a=(r=(o=Bi(this,e.call.apply(e,[this].concat(u))),o),o.state={assertiveMessage1:"",assertiveMessage2:"",politeMessage1:"",politeMessage2:"",oldPolitemessage:"",oldPoliteMessageId:"",oldAssertiveMessage:"",oldAssertiveMessageId:"",setAlternatePolite:!1,setAlternateAssertive:!1},r),Bi(o,a)}return t.getDerivedStateFromProps=function(o,a){var s=a.oldPolitemessage,u=a.oldPoliteMessageId,c=a.oldAssertiveMessage,f=a.oldAssertiveMessageId,d=o.politeMessage,h=o.politeMessageId,y=o.assertiveMessage,v=o.assertiveMessageId;return s!==d||u!==h?{politeMessage1:a.setAlternatePolite?"":d,politeMessage2:a.setAlternatePolite?d:"",oldPolitemessage:d,oldPoliteMessageId:h,setAlternatePolite:!a.setAlternatePolite}:c!==y||f!==v?{assertiveMessage1:a.setAlternateAssertive?"":y,assertiveMessage2:a.setAlternateAssertive?y:"",oldAssertiveMessage:y,oldAssertiveMessageId:v,setAlternateAssertive:!a.setAlternateAssertive}:null},t.prototype.render=function(){var o=this.state,a=o.assertiveMessage1,s=o.assertiveMessage2,u=o.politeMessage1,c=o.politeMessage2;return g.createElement("div",null,g.createElement(au,{"aria-live":"assertive",message:a}),g.createElement(au,{"aria-live":"assertive",message:s}),g.createElement(au,{"aria-live":"polite",message:u}),g.createElement(au,{"aria-live":"polite",message:c}))},t})(g.Component);Vi.propTypes={};const am=Vi;var sm=g.createContext({announceAssertive:Tc,announcePolite:Tc});function Tc(){}const js=sm;function Mg(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Lg(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t&&(typeof t=="object"||typeof t=="function")?t:e}function lm(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var um=(function(e){lm(t,e);function t(r){Mg(this,t);var o=Lg(this,e.call(this,r));return o.announcePolite=function(a,s){o.setState({announcePoliteMessage:a,politeMessageId:s||""})},o.announceAssertive=function(a,s){o.setState({announceAssertiveMessage:a,assertiveMessageId:s||""})},o.state={announcePoliteMessage:"",politeMessageId:"",announceAssertiveMessage:"",assertiveMessageId:"",updateFunctions:{announcePolite:o.announcePolite,announceAssertive:o.announceAssertive}},o}return t.prototype.render=function(){var o=this.state,a=o.announcePoliteMessage,s=o.politeMessageId,u=o.announceAssertiveMessage,c=o.assertiveMessageId,f=o.updateFunctions;return g.createElement(js.Provider,{value:f},this.props.children,g.createElement(am,{assertiveMessage:u,assertiveMessageId:c,politeMessage:a,politeMessageId:s}))},t})(g.Component);const Ua=um;var Ng=Oe(6680),$a=Oe.n(Ng);function cm(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function gr(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t&&(typeof t=="object"||typeof t=="function")?t:e}function Dg(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var Od=(function(e){Dg(t,e);function t(){var r,o,a;cm(this,t);for(var s=arguments.length,u=Array(s),c=0;c<s;c++)u[c]=arguments[c];return a=(r=(o=gr(this,e.call.apply(e,[this].concat(u))),o),o.announce=function(){var f=o.props,d=f.message,h=f["aria-live"],y=f.announceAssertive,v=f.announcePolite;h==="assertive"&&y(d||"",$a()()),h==="polite"&&v(d||"",$a()())},r),gr(o,a)}return t.prototype.componentDidMount=function(){this.announce()},t.prototype.componentDidUpdate=function(o){var a=this.props.message;a!==o.message&&this.announce()},t.prototype.componentWillUnmount=function(){var o=this.props,a=o.clearOnUnmount,s=o.announceAssertive,u=o.announcePolite;(a===!0||a==="true")&&(s(""),u(""))},t.prototype.render=function(){return null},t})(g.Component);Od.propTypes={};const Ig=Od;var Fg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},kd=function(t){return g.createElement(js.Consumer,null,function(r){return g.createElement(Ig,Fg({},r,t))})};kd.propTypes={};const fm=kd;var dm=function(t){var r=t.children;return g.createElement(js.Consumer,null,function(o){return r(o)})};dm.propTypes={};const fo=dm;var Md=Oe(2736),pr=Oe.n(Md),Wi=Oe(9921),Cc=Oe.n(Wi),Ha=Oe(4072),Ac=Oe.n(Ha),Ld=Oe(4059),Nn=Oe.n(Ld),Ba={BODY:"bodyAttributes",HTML:"htmlAttributes",TITLE:"titleAttributes"},wt={BASE:"base",BODY:"body",HEAD:"head",HTML:"html",LINK:"link",META:"meta",NOSCRIPT:"noscript",SCRIPT:"script",STYLE:"style",TITLE:"title"},xw=Object.keys(wt).map(function(e){return wt[e]}),lr={CHARSET:"charset",CSS_TEXT:"cssText",HREF:"href",HTTPEQUIV:"http-equiv",INNER_HTML:"innerHTML",ITEM_PROP:"itemprop",NAME:"name",PROPERTY:"property",REL:"rel",SRC:"src",TARGET:"target"},su={accesskey:"accessKey",charset:"charSet",class:"className",contenteditable:"contentEditable",contextmenu:"contextMenu","http-equiv":"httpEquiv",itemprop:"itemProp",tabindex:"tabIndex"},Gi={DEFAULT_TITLE:"defaultTitle",DEFER:"defer",ENCODE_SPECIAL_CHARACTERS:"encodeSpecialCharacters",ON_CHANGE_CLIENT_STATE:"onChangeClientState",TITLE_TEMPLATE:"titleTemplate"},Pc=Object.keys(su).reduce(function(e,t){return e[su[t]]=t,e},{}),pm=[wt.NOSCRIPT,wt.SCRIPT,wt.STYLE],Gn="data-react-helmet",jg=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},hm=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},Nd=(function(){function e(t,r){for(var o=0;o<r.length;o++){var a=r[o];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(t,a.key,a)}}return function(t,r,o){return r&&e(t.prototype,r),o&&e(t,o),t}})(),nn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},Dd=function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)},lu=function(e,t){var r={};for(var o in e)t.indexOf(o)>=0||Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=e[o]);return r},mm=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t&&(typeof t=="object"||typeof t=="function")?t:e},Id=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return r===!1?String(t):String(t).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")},Oc=function(t){var r=n(t,wt.TITLE),o=n(t,Gi.TITLE_TEMPLATE);if(o&&r)return o.replace(/%s/g,function(){return Array.isArray(r)?r.join(""):r});var a=n(t,Gi.DEFAULT_TITLE);return r||a||void 0},zg=function(t){return n(t,Gi.ON_CHANGE_CLIENT_STATE)||function(){}},Va=function(t,r){return r.filter(function(o){return typeof o[t]<"u"}).map(function(o){return o[t]}).reduce(function(o,a){return nn({},o,a)},{})},Ug=function(t,r){return r.filter(function(o){return typeof o[wt.BASE]<"u"}).map(function(o){return o[wt.BASE]}).reverse().reduce(function(o,a){if(!o.length)for(var s=Object.keys(a),u=0;u<s.length;u++){var c=s[u],f=c.toLowerCase();if(t.indexOf(f)!==-1&&a[f])return o.concat(a)}return o},[])},Yi=function(t,r,o){var a={};return o.filter(function(s){return Array.isArray(s[t])?!0:(typeof s[t]<"u"&&R("Helmet: "+t+' should be of type "Array". Instead found type "'+jg(s[t])+'"'),!1)}).map(function(s){return s[t]}).reverse().reduce(function(s,u){var c={};u.filter(function(v){for(var _=void 0,S=Object.keys(v),E=0;E<S.length;E++){var b=S[E],x=b.toLowerCase();r.indexOf(x)!==-1&&!(_===lr.REL&&v[_].toLowerCase()==="canonical")&&!(x===lr.REL&&v[x].toLowerCase()==="stylesheet")&&(_=x),r.indexOf(b)!==-1&&(b===lr.INNER_HTML||b===lr.CSS_TEXT||b===lr.ITEM_PROP)&&(_=b)}if(!_||!v[_])return!1;var T=v[_].toLowerCase();return a[_]||(a[_]={}),c[_]||(c[_]={}),a[_][T]?!1:(c[_][T]=!0,!0)}).reverse().forEach(function(v){return s.push(v)});for(var f=Object.keys(c),d=0;d<f.length;d++){var h=f[d],y=Nn()({},a[h],c[h]);a[h]=y}return s},[]).reverse()},n=function(t,r){for(var o=t.length-1;o>=0;o--){var a=t[o];if(a.hasOwnProperty(r))return a[r]}return null},i=function(t){return{baseTag:Ug([lr.HREF,lr.TARGET],t),bodyAttributes:Va(Ba.BODY,t),defer:n(t,Gi.DEFER),encode:n(t,Gi.ENCODE_SPECIAL_CHARACTERS),htmlAttributes:Va(Ba.HTML,t),linkTags:Yi(wt.LINK,[lr.REL,lr.HREF],t),metaTags:Yi(wt.META,[lr.NAME,lr.CHARSET,lr.HTTPEQUIV,lr.PROPERTY,lr.ITEM_PROP],t),noscriptTags:Yi(wt.NOSCRIPT,[lr.INNER_HTML],t),onChangeClientState:zg(t),scriptTags:Yi(wt.SCRIPT,[lr.SRC,lr.INNER_HTML],t),styleTags:Yi(wt.STYLE,[lr.CSS_TEXT],t),title:Oc(t),titleAttributes:Va(Ba.TITLE,t)}},l=(function(){var e=Date.now();return function(t){var r=Date.now();r-e>16?(e=r,t(r)):setTimeout(function(){l(t)},0)}})(),p=function(t){return clearTimeout(t)},m=typeof window<"u"?window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||l:Oe.g.requestAnimationFrame||l,w=typeof window<"u"?window.cancelAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame||p:Oe.g.cancelAnimationFrame||p,R=function(t){return console&&typeof console.warn=="function"&&console.warn(t)},M=null,z=function(t){M&&w(M),t.defer?M=m(function(){te(t,function(){M=null})}):(te(t),M=null)},te=function(t,r){var o=t.baseTag,a=t.bodyAttributes,s=t.htmlAttributes,u=t.linkTags,c=t.metaTags,f=t.noscriptTags,d=t.onChangeClientState,h=t.scriptTags,y=t.styleTags,v=t.title,_=t.titleAttributes;we(wt.BODY,a),we(wt.HTML,s),be(v,_);var S={baseTag:$e(wt.BASE,o),linkTags:$e(wt.LINK,u),metaTags:$e(wt.META,c),noscriptTags:$e(wt.NOSCRIPT,f),scriptTags:$e(wt.SCRIPT,h),styleTags:$e(wt.STYLE,y)},E={},b={};Object.keys(S).forEach(function(x){var T=S[x],C=T.newTags,P=T.oldTags;C.length&&(E[x]=C),P.length&&(b[x]=S[x].oldTags)}),r&&r(),d(t,E,b)},_e=function(t){return Array.isArray(t)?t.join(""):t},be=function(t,r){typeof t<"u"&&document.title!==t&&(document.title=_e(t)),we(wt.TITLE,r)},we=function(t,r){var o=document.getElementsByTagName(t)[0];if(o){for(var a=o.getAttribute(Gn),s=a?a.split(","):[],u=[].concat(s),c=Object.keys(r),f=0;f<c.length;f++){var d=c[f],h=r[d]||"";o.getAttribute(d)!==h&&o.setAttribute(d,h),s.indexOf(d)===-1&&s.push(d);var y=u.indexOf(d);y!==-1&&u.splice(y,1)}for(var v=u.length-1;v>=0;v--)o.removeAttribute(u[v]);s.length===u.length?o.removeAttribute(Gn):o.getAttribute(Gn)!==c.join(",")&&o.setAttribute(Gn,c.join(","))}},$e=function(t,r){var o=document.head||document.querySelector(wt.HEAD),a=o.querySelectorAll(t+"["+Gn+"]"),s=Array.prototype.slice.call(a),u=[],c=void 0;return r&&r.length&&r.forEach(function(f){var d=document.createElement(t);for(var h in f)if(f.hasOwnProperty(h))if(h===lr.INNER_HTML)d.innerHTML=f.innerHTML;else if(h===lr.CSS_TEXT)d.styleSheet?d.styleSheet.cssText=f.cssText:d.appendChild(document.createTextNode(f.cssText));else{var y=typeof f[h]>"u"?"":f[h];d.setAttribute(h,y)}d.setAttribute(Gn,"true"),s.some(function(v,_){return c=_,d.isEqualNode(v)})?s.splice(c,1):u.push(d)}),s.forEach(function(f){return f.parentNode.removeChild(f)}),u.forEach(function(f){return o.appendChild(f)}),{oldTags:s,newTags:u}},Je=function(t){return Object.keys(t).reduce(function(r,o){var a=typeof t[o]<"u"?o+'="'+t[o]+'"':""+o;return r?r+" "+a:a},"")},et=function(t,r,o,a){var s=Je(o),u=_e(r);return s?"<"+t+" "+Gn+'="true" '+s+">"+Id(u,a)+"</"+t+">":"<"+t+" "+Gn+'="true">'+Id(u,a)+"</"+t+">"},Or=function(t,r,o){return r.reduce(function(a,s){var u=Object.keys(s).filter(function(d){return!(d===lr.INNER_HTML||d===lr.CSS_TEXT)}).reduce(function(d,h){var y=typeof s[h]>"u"?h:h+'="'+Id(s[h],o)+'"';return d?d+" "+y:y},""),c=s.innerHTML||s.cssText||"",f=pm.indexOf(t)===-1;return a+"<"+t+" "+Gn+'="true" '+u+(f?"/>":">"+c+"</"+t+">")},"")},K=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return Object.keys(t).reduce(function(o,a){return o[su[a]||a]=t[a],o},r)},W=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return Object.keys(t).reduce(function(o,a){return o[Pc[a]||a]=t[a],o},r)},Z=function(t,r,o){var a,s=(a={key:r},a[Gn]=!0,a),u=K(o,s);return[g.createElement(wt.TITLE,u,r)]},Ae=function(t,r){return r.map(function(o,a){var s,u=(s={key:a},s[Gn]=!0,s);return Object.keys(o).forEach(function(c){var f=su[c]||c;if(f===lr.INNER_HTML||f===lr.CSS_TEXT){var d=o.innerHTML||o.cssText;u.dangerouslySetInnerHTML={__html:d}}else u[f]=o[c]}),g.createElement(t,u)})},Ye=function(t,r,o){switch(t){case wt.TITLE:return{toComponent:function(){return Z(t,r.title,r.titleAttributes,o)},toString:function(){return et(t,r.title,r.titleAttributes,o)}};case Ba.BODY:case Ba.HTML:return{toComponent:function(){return K(r)},toString:function(){return Je(r)}};default:return{toComponent:function(){return Ae(t,r)},toString:function(){return Or(t,r,o)}}}},ut=function(t){var r=t.baseTag,o=t.bodyAttributes,a=t.encode,s=t.htmlAttributes,u=t.linkTags,c=t.metaTags,f=t.noscriptTags,d=t.scriptTags,h=t.styleTags,y=t.title,v=y===void 0?"":y,_=t.titleAttributes;return{base:Ye(wt.BASE,r,a),bodyAttributes:Ye(Ba.BODY,o,a),htmlAttributes:Ye(Ba.HTML,s,a),link:Ye(wt.LINK,u,a),meta:Ye(wt.META,c,a),noscript:Ye(wt.NOSCRIPT,f,a),script:Ye(wt.SCRIPT,d,a),style:Ye(wt.STYLE,h,a),title:Ye(wt.TITLE,{title:v,titleAttributes:_},a)}},ct=function(t){var r,o;return o=r=(function(a){Dd(s,a);function s(){return hm(this,s),mm(this,a.apply(this,arguments))}return s.prototype.shouldComponentUpdate=function(c){return!Ac()(this.props,c)},s.prototype.mapNestedChildrenToProps=function(c,f){if(!f)return null;switch(c.type){case wt.SCRIPT:case wt.NOSCRIPT:return{innerHTML:f};case wt.STYLE:return{cssText:f}}throw new Error("<"+c.type+" /> elements are self-closing and can not contain children. Refer to our API for more information.")},s.prototype.flattenArrayTypeChildren=function(c){var f,d=c.child,h=c.arrayTypeChildren,y=c.newChildProps,v=c.nestedChildren;return nn({},h,(f={},f[d.type]=[].concat(h[d.type]||[],[nn({},y,this.mapNestedChildrenToProps(d,v))]),f))},s.prototype.mapObjectTypeChildren=function(c){var f,d,h=c.child,y=c.newProps,v=c.newChildProps,_=c.nestedChildren;switch(h.type){case wt.TITLE:return nn({},y,(f={},f[h.type]=_,f.titleAttributes=nn({},v),f));case wt.BODY:return nn({},y,{bodyAttributes:nn({},v)});case wt.HTML:return nn({},y,{htmlAttributes:nn({},v)})}return nn({},y,(d={},d[h.type]=nn({},v),d))},s.prototype.mapArrayTypeChildrenToProps=function(c,f){var d=nn({},f);return Object.keys(c).forEach(function(h){var y;d=nn({},d,(y={},y[h]=c[h],y))}),d},s.prototype.warnOnInvalidChildren=function(c,f){return!0},s.prototype.mapChildrenToProps=function(c,f){var d=this,h={};return g.Children.forEach(c,function(y){if(!(!y||!y.props)){var v=y.props,_=v.children,S=lu(v,["children"]),E=W(S);switch(d.warnOnInvalidChildren(y,_),y.type){case wt.LINK:case wt.META:case wt.NOSCRIPT:case wt.SCRIPT:case wt.STYLE:h=d.flattenArrayTypeChildren({child:y,arrayTypeChildren:h,newChildProps:E,nestedChildren:_});break;default:f=d.mapObjectTypeChildren({child:y,newProps:f,newChildProps:E,nestedChildren:_});break}}}),f=this.mapArrayTypeChildrenToProps(h,f),f},s.prototype.render=function(){var c=this.props,f=c.children,d=lu(c,["children"]),h=nn({},d);return f&&(h=this.mapChildrenToProps(f,h)),g.createElement(t,h)},Nd(s,null,[{key:"canUseDOM",set:function(c){t.canUseDOM=c}}]),s})(g.Component),r.propTypes={base:pr().object,bodyAttributes:pr().object,children:pr().oneOfType([pr().arrayOf(pr().node),pr().node]),defaultTitle:pr().string,defer:pr().bool,encodeSpecialCharacters:pr().bool,htmlAttributes:pr().object,link:pr().arrayOf(pr().object),meta:pr().arrayOf(pr().object),noscript:pr().arrayOf(pr().object),onChangeClientState:pr().func,script:pr().arrayOf(pr().object),style:pr().arrayOf(pr().object),title:pr().string,titleAttributes:pr().object,titleTemplate:pr().string},r.defaultProps={defer:!0,encodeSpecialCharacters:!0},r.peek=t.peek,r.rewind=function(){var a=t.rewind();return a||(a=ut({baseTag:[],bodyAttributes:{},encodeSpecialCharacters:!0,htmlAttributes:{},linkTags:[],metaTags:[],noscriptTags:[],scriptTags:[],styleTags:[],title:"",titleAttributes:{}})),a},o},yt=function(){return null},Xr=Cc()(i,z,ut)(yt),Dt=ct(Xr);Dt.renderStatic=Dt.rewind;const Xi=Dt;var uu=e=>e.type==="checkbox",cu=e=>e instanceof Date,Yn=e=>e==null;const $g=e=>typeof e=="object";var Ur=e=>!Yn(e)&&!Array.isArray(e)&&$g(e)&&!cu(e),Tw=e=>Ur(e)&&e.target?uu(e.target)?e.target.checked:e.target.value:e,BC=e=>e.substring(0,e.search(/\.\d+(\.|$)/))||e,Cw=(e,t)=>e.has(BC(t)),VC=e=>{const t=e.constructor&&e.constructor.prototype;return Ur(t)&&t.hasOwnProperty("isPrototypeOf")},Hg=typeof window<"u"&&typeof window.HTMLElement<"u"&&typeof document<"u";function vr(e){let t;const r=Array.isArray(e),o=typeof FileList<"u"?e instanceof FileList:!1;if(e instanceof Date)t=new Date(e);else if(!(Hg&&(e instanceof Blob||o))&&(r||Ur(e)))if(t=r?[]:Object.create(Object.getPrototypeOf(e)),!r&&!VC(e))t=e;else for(const a in e)e.hasOwnProperty(a)&&(t[a]=vr(e[a]));else return e;return t}var ym=e=>/^\w*$/.test(e),wr=e=>e===void 0,gm=e=>Array.isArray(e)?e.filter(Boolean):[],Bg=e=>gm(e.replace(/["|']|\]/g,"").split(/\.|\[/)),Ie=(e,t,r)=>{if(!t||!Ur(e))return r;const o=(ym(t)?[t]:Bg(t)).reduce((a,s)=>Yn(a)?a:a[s],e);return wr(o)||o===e?wr(e[t])?r:e[t]:o},Co=e=>typeof e=="boolean",nr=(e,t,r)=>{let o=-1;const a=ym(t)?[t]:Bg(t),s=a.length,u=s-1;for(;++o<s;){const c=a[o];let f=r;if(o!==u){const d=e[c];f=Ur(d)||Array.isArray(d)?d:isNaN(+a[o+1])?{}:[]}if(c==="__proto__"||c==="constructor"||c==="prototype")return;e[c]=f,e=e[c]}};const vm={BLUR:"blur",FOCUS_OUT:"focusout",CHANGE:"change"},Uo={onBlur:"onBlur",onChange:"onChange",onSubmit:"onSubmit",onTouched:"onTouched",all:"all"},Wa={max:"max",min:"min",maxLength:"maxLength",minLength:"minLength",pattern:"pattern",required:"required",validate:"validate"},Vg=g.createContext(null);Vg.displayName="HookFormContext";const kc=()=>g.useContext(Vg),WC=e=>{const{children:t,...r}=e;return g.createElement(Vg.Provider,{value:r},t)};var Aw=(e,t,r,o=!0)=>{const a={defaultValues:t._defaultValues};for(const s in e)Object.defineProperty(a,s,{get:()=>{const u=s;return t._proxyFormState[u]!==Uo.all&&(t._proxyFormState[u]=!o||Uo.all),r&&(r[u]=!0),e[u]}});return a};const wm=typeof window<"u"?g.useLayoutEffect:g.useEffect;function Pw(e){const t=kc(),{control:r=t.control,disabled:o,name:a,exact:s}=e||{},[u,c]=g.useState(r._formState),f=g.useRef({isDirty:!1,isLoading:!1,dirtyFields:!1,touchedFields:!1,validatingFields:!1,isValidating:!1,isValid:!1,errors:!1});return wm(()=>r._subscribe({name:a,formState:f.current,exact:s,callback:d=>{!o&&c({...r._formState,...d})}}),[a,o,s]),g.useEffect(()=>{f.current.isValid&&r._setValid(!0)},[r]),g.useMemo(()=>Aw(u,r,f.current,!1),[u,r])}var Ki=e=>typeof e=="string",Ow=(e,t,r,o,a)=>Ki(e)?(o&&t.watch.add(e),Ie(r,e,a)):Array.isArray(e)?e.map(s=>(o&&t.watch.add(s),Ie(r,s))):(o&&(t.watchAll=!0),r),Wg=e=>Yn(e)||!$g(e);function Ga(e,t,r=new WeakSet){if(Wg(e)||Wg(t))return e===t;if(cu(e)&&cu(t))return e.getTime()===t.getTime();const o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;if(r.has(e)||r.has(t))return!0;r.add(e),r.add(t);for(const s of o){const u=e[s];if(!a.includes(s))return!1;if(s!=="ref"){const c=t[s];if(cu(u)&&cu(c)||Ur(u)&&Ur(c)||Array.isArray(u)&&Array.isArray(c)?!Ga(u,c,r):u!==c)return!1}}return!0}function kw(e){const t=kc(),{control:r=t.control,name:o,defaultValue:a,disabled:s,exact:u,compute:c}=e||{},f=g.useRef(a),d=g.useRef(c),h=g.useRef(void 0);d.current=c;const y=g.useMemo(()=>r._getWatch(o,f.current),[r,o]),[v,_]=g.useState(d.current?d.current(y):y);return wm(()=>r._subscribe({name:o,formState:{values:!0},exact:u,callback:S=>{if(!s){const E=Ow(o,r._names,S.values||r._formValues,!1,f.current);if(d.current){const b=d.current(E);Ga(b,h.current)||(_(b),h.current=b)}else _(E)}}}),[r,s,o,u]),g.useEffect(()=>r._removeUnmounted()),v}function Mw(e){const t=kc(),{name:r,disabled:o,control:a=t.control,shouldUnregister:s,defaultValue:u}=e,c=Cw(a._names.array,r),f=g.useMemo(()=>Ie(a._formValues,r,Ie(a._defaultValues,r,u)),[a,r,u]),d=kw({control:a,name:r,defaultValue:f,exact:!0}),h=Pw({control:a,name:r,exact:!0}),y=g.useRef(e),v=g.useRef(a.register(r,{...e.rules,value:d,...Co(e.disabled)?{disabled:e.disabled}:{}}));y.current=e;const _=g.useMemo(()=>Object.defineProperties({},{invalid:{enumerable:!0,get:()=>!!Ie(h.errors,r)},isDirty:{enumerable:!0,get:()=>!!Ie(h.dirtyFields,r)},isTouched:{enumerable:!0,get:()=>!!Ie(h.touchedFields,r)},isValidating:{enumerable:!0,get:()=>!!Ie(h.validatingFields,r)},error:{enumerable:!0,get:()=>Ie(h.errors,r)}}),[h,r]),S=g.useCallback(T=>v.current.onChange({target:{value:Tw(T),name:r},type:vm.CHANGE}),[r]),E=g.useCallback(()=>v.current.onBlur({target:{value:Ie(a._formValues,r),name:r},type:vm.BLUR}),[r,a._formValues]),b=g.useCallback(T=>{const C=Ie(a._fields,r);C&&T&&(C._f.ref={focus:()=>T.focus&&T.focus(),select:()=>T.select&&T.select(),setCustomValidity:P=>T.setCustomValidity(P),reportValidity:()=>T.reportValidity()})},[a._fields,r]),x=g.useMemo(()=>({name:r,value:d,...Co(o)||h.disabled?{disabled:h.disabled||o}:{},onChange:S,onBlur:E,ref:b}),[r,o,h.disabled,S,E,b,d]);return g.useEffect(()=>{const T=a._options.shouldUnregister||s;a.register(r,{...y.current.rules,...Co(y.current.disabled)?{disabled:y.current.disabled}:{}});const C=(P,A)=>{const O=Ie(a._fields,P);O&&O._f&&(O._f.mount=A)};if(C(r,!0),T){const P=vr(Ie(a._options.defaultValues,r));nr(a._defaultValues,r,P),wr(Ie(a._formValues,r))&&nr(a._formValues,r,P)}return!c&&a.register(r),()=>{(c?T&&!a._state.action:T)?a.unregister(r):C(r,!1)}},[r,a,c,s]),g.useEffect(()=>{a._setDisabledField({disabled:o,name:r})},[o,r,a]),g.useMemo(()=>({field:x,formState:h,fieldState:_}),[x,h,_])}const GC=e=>e.render(Mw(e)),Lw=e=>{const t={};for(const r of Object.keys(e))if($g(e[r])&&e[r]!==null){const o=Lw(e[r]);for(const a of Object.keys(o))t[`${r}.${a}`]=o[a]}else t[r]=e[r];return t},YC="post";function XC(e){const t=kc(),[r,o]=g.useState(!1),{control:a=t.control,onSubmit:s,children:u,action:c,method:f=YC,headers:d,encType:h,onError:y,render:v,onSuccess:_,validateStatus:S,...E}=e,b=async x=>{let T=!1,C="";await a.handleSubmit(async P=>{const A=new FormData;let O="";try{O=JSON.stringify(P)}catch{}const F=Lw(a._formValues);for(const N in F)A.append(N,F[N]);if(s&&await s({data:P,event:x,method:f,formData:A,formDataJson:O}),c)try{const N=[d&&d["Content-Type"],h].some(ce=>ce&&ce.includes("json")),X=await fetch(String(c),{method:f,headers:{...d,...h&&h!=="multipart/form-data"?{"Content-Type":h}:{}},body:N?O:A});X&&(S?!S(X.status):X.status<200||X.status>=300)?(T=!0,y&&y({response:X}),C=String(X.status)):_&&_({response:X})}catch(N){T=!0,y&&y({error:N})}})(x),T&&e.control&&(e.control._subjects.state.next({isSubmitSuccessful:!1}),e.control.setError("root.server",{type:C}))};return g.useEffect(()=>{o(!0)},[]),v?g.createElement(g.Fragment,null,v({submit:b})):g.createElement("form",{noValidate:r,action:c,method:f,encType:h,onSubmit:b,...E},u)}var Nw=(e,t,r,o,a)=>t?{...r[e],types:{...r[e]&&r[e].types?r[e].types:{},[o]:a||!0}}:{},po=e=>Array.isArray(e)?e:[e],Dw=()=>{let e=[];return{get observers(){return e},next:a=>{for(const s of e)s.next&&s.next(a)},subscribe:a=>(e.push(a),{unsubscribe:()=>{e=e.filter(s=>s!==a)}}),unsubscribe:()=>{e=[]}}},Xn=e=>Ur(e)&&!Object.keys(e).length,Gg=e=>e.type==="file",fi=e=>typeof e=="function",Sm=e=>{if(!Hg)return!1;const t=e?e.ownerDocument:0;return e instanceof(t&&t.defaultView?t.defaultView.HTMLElement:HTMLElement)},Iw=e=>e.type==="select-multiple",Yg=e=>e.type==="radio",KC=e=>Yg(e)||uu(e),Xg=e=>Sm(e)&&e.isConnected;function JC(e,t){const r=t.slice(0,-1).length;let o=0;for(;o<r;)e=wr(e)?o++:e[t[o++]];return e}function QC(e){for(const t in e)if(e.hasOwnProperty(t)&&!wr(e[t]))return!1;return!0}function $r(e,t){const r=Array.isArray(t)?t:ym(t)?[t]:Bg(t),o=r.length===1?e:JC(e,r),a=r.length-1,s=r[a];return o&&delete o[s],a!==0&&(Ur(o)&&Xn(o)||Array.isArray(o)&&QC(o))&&$r(e,r.slice(0,-1)),e}var Fw=e=>{for(const t in e)if(fi(e[t]))return!0;return!1};function _m(e,t={}){const r=Array.isArray(e);if(Ur(e)||r)for(const o in e)Array.isArray(e[o])||Ur(e[o])&&!Fw(e[o])?(t[o]=Array.isArray(e[o])?[]:{},_m(e[o],t[o])):Yn(e[o])||(t[o]=!0);return t}function jw(e,t,r){const o=Array.isArray(e);if(Ur(e)||o)for(const a in e)Array.isArray(e[a])||Ur(e[a])&&!Fw(e[a])?wr(t)||Wg(r[a])?r[a]=Array.isArray(e[a])?_m(e[a],[]):{..._m(e[a])}:jw(e[a],Yn(t)?{}:t[a],r[a]):r[a]=!Ga(e[a],t[a]);return r}var Fd=(e,t)=>jw(e,t,_m(t));const zw={value:!1,isValid:!1},Uw={value:!0,isValid:!0};var $w=e=>{if(Array.isArray(e)){if(e.length>1){const t=e.filter(r=>r&&r.checked&&!r.disabled).map(r=>r.value);return{value:t,isValid:!!t.length}}return e[0].checked&&!e[0].disabled?e[0].attributes&&!wr(e[0].attributes.value)?wr(e[0].value)||e[0].value===""?Uw:{value:e[0].value,isValid:!0}:Uw:zw}return zw},Hw=(e,{valueAsNumber:t,valueAsDate:r,setValueAs:o})=>wr(e)?e:t?e===""?NaN:e&&+e:r&&Ki(e)?new Date(e):o?o(e):e;const Bw={isValid:!1,value:null};var Vw=e=>Array.isArray(e)?e.reduce((t,r)=>r&&r.checked&&!r.disabled?{isValid:!0,value:r.value}:t,Bw):Bw;function Ww(e){const t=e.ref;return Gg(t)?t.files:Yg(t)?Vw(e.refs).value:Iw(t)?[...t.selectedOptions].map(({value:r})=>r):uu(t)?$w(e.refs).value:Hw(wr(t.value)?e.ref.value:t.value,e)}var qC=(e,t,r,o)=>{const a={};for(const s of e){const u=Ie(t,s);u&&nr(a,s,u._f)}return{criteriaMode:r,names:[...e],fields:a,shouldUseNativeValidation:o}},bm=e=>e instanceof RegExp,jd=e=>wr(e)?e:bm(e)?e.source:Ur(e)?bm(e.value)?e.value.source:e.value:e,Mc=e=>({isOnSubmit:!e||e===Uo.onSubmit,isOnBlur:e===Uo.onBlur,isOnChange:e===Uo.onChange,isOnAll:e===Uo.all,isOnTouch:e===Uo.onTouched});const Gw="AsyncFunction";var ZC=e=>!!e&&!!e.validate&&!!(fi(e.validate)&&e.validate.constructor.name===Gw||Ur(e.validate)&&Object.values(e.validate).find(t=>t.constructor.name===Gw)),eA=e=>e.mount&&(e.required||e.min||e.max||e.maxLength||e.minLength||e.pattern||e.validate),Kg=(e,t,r)=>!r&&(t.watchAll||t.watch.has(e)||[...t.watch].some(o=>e.startsWith(o)&&/^\.\w+/.test(e.slice(o.length))));const Lc=(e,t,r,o)=>{for(const a of r||Object.keys(e)){const s=Ie(e,a);if(s){const{_f:u,...c}=s;if(u){if(u.refs&&u.refs[0]&&t(u.refs[0],a)&&!o)return!0;if(u.ref&&t(u.ref,u.name)&&!o)return!0;if(Lc(c,t))break}else if(Ur(c)&&Lc(c,t))break}}};function Yw(e,t,r){const o=Ie(e,r);if(o||ym(r))return{error:o,name:r};const a=r.split(".");for(;a.length;){const s=a.join("."),u=Ie(t,s),c=Ie(e,s);if(u&&!Array.isArray(u)&&r!==s)return{name:r};if(c&&c.type)return{name:s,error:c};if(c&&c.root&&c.root.type)return{name:`${s}.root`,error:c.root};a.pop()}return{name:r}}var tA=(e,t,r,o)=>{r(e);const{name:a,...s}=e;return Xn(s)||Object.keys(s).length>=Object.keys(t).length||Object.keys(s).find(u=>t[u]===(!o||Uo.all))},rA=(e,t,r)=>!e||!t||e===t||po(e).some(o=>o&&(r?o===t:o.startsWith(t)||t.startsWith(o))),nA=(e,t,r,o,a)=>a.isOnAll?!1:!r&&a.isOnTouch?!(t||e):(r?o.isOnBlur:a.isOnBlur)?!e:(r?o.isOnChange:a.isOnChange)?e:!0,oA=(e,t)=>!gm(Ie(e,t)).length&&$r(e,t),Xw=(e,t,r)=>{const o=po(Ie(e,r));return nr(o,"root",t[r]),nr(e,r,o),e},Em=e=>Ki(e);function Kw(e,t,r="validate"){if(Em(e)||Array.isArray(e)&&e.every(Em)||Co(e)&&!e)return{type:r,message:Em(e)?e:"",ref:t}}var Nc=e=>Ur(e)&&!bm(e)?e:{value:e,message:""},Jg=async(e,t,r,o,a,s)=>{const{ref:u,refs:c,required:f,maxLength:d,minLength:h,min:y,max:v,pattern:_,validate:S,name:E,valueAsNumber:b,mount:x}=e._f,T=Ie(r,E);if(!x||t.has(E))return{};const C=c?c[0]:u,P=ge=>{a&&C.reportValidity&&(C.setCustomValidity(Co(ge)?"":ge||""),C.reportValidity())},A={},O=Yg(u),F=uu(u),N=O||F,X=(b||Gg(u))&&wr(u.value)&&wr(T)||Sm(u)&&u.value===""||T===""||Array.isArray(T)&&!T.length,ce=Nw.bind(null,E,o,A),he=(ge,ve,Fe,He=Wa.maxLength,tt=Wa.minLength)=>{const mt=ge?ve:Fe;A[E]={type:ge?He:tt,message:mt,ref:u,...ce(ge?He:tt,mt)}};if(s?!Array.isArray(T)||!T.length:f&&(!N&&(X||Yn(T))||Co(T)&&!T||F&&!$w(c).isValid||O&&!Vw(c).isValid)){const{value:ge,message:ve}=Em(f)?{value:!!f,message:f}:Nc(f);if(ge&&(A[E]={type:Wa.required,message:ve,ref:C,...ce(Wa.required,ve)},!o))return P(ve),A}if(!X&&(!Yn(y)||!Yn(v))){let ge,ve;const Fe=Nc(v),He=Nc(y);if(!Yn(T)&&!isNaN(T)){const tt=u.valueAsNumber||T&&+T;Yn(Fe.value)||(ge=tt>Fe.value),Yn(He.value)||(ve=tt<He.value)}else{const tt=u.valueAsDate||new Date(T),mt=Ct=>new Date(new Date().toDateString()+" "+Ct),Et=u.type=="time",Zt=u.type=="week";Ki(Fe.value)&&T&&(ge=Et?mt(T)>mt(Fe.value):Zt?T>Fe.value:tt>new Date(Fe.value)),Ki(He.value)&&T&&(ve=Et?mt(T)<mt(He.value):Zt?T<He.value:tt<new Date(He.value))}if((ge||ve)&&(he(!!ge,Fe.message,He.message,Wa.max,Wa.min),!o))return P(A[E].message),A}if((d||h)&&!X&&(Ki(T)||s&&Array.isArray(T))){const ge=Nc(d),ve=Nc(h),Fe=!Yn(ge.value)&&T.length>+ge.value,He=!Yn(ve.value)&&T.length<+ve.value;if((Fe||He)&&(he(Fe,ge.message,ve.message),!o))return P(A[E].message),A}if(_&&!X&&Ki(T)){const{value:ge,message:ve}=Nc(_);if(bm(ge)&&!T.match(ge)&&(A[E]={type:Wa.pattern,message:ve,ref:u,...ce(Wa.pattern,ve)},!o))return P(ve),A}if(S){if(fi(S)){const ge=await S(T,r),ve=Kw(ge,C);if(ve&&(A[E]={...ve,...ce(Wa.validate,ve.message)},!o))return P(ve.message),A}else if(Ur(S)){let ge={};for(const ve in S){if(!Xn(ge)&&!o)break;const Fe=Kw(await S[ve](T,r),C,ve);Fe&&(ge={...Fe,...ce(ve,Fe.message)},P(Fe.message),o&&(A[E]=ge))}if(!Xn(ge)&&(A[E]={ref:C,...ge},!o))return A}}return P(!0),A};const iA={mode:Uo.onSubmit,reValidateMode:Uo.onChange,shouldFocusError:!0};function Jw(e={}){let t={...iA,...e},r={submitCount:0,isDirty:!1,isReady:!1,isLoading:fi(t.defaultValues),isValidating:!1,isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,touchedFields:{},dirtyFields:{},validatingFields:{},errors:t.errors||{},disabled:t.disabled||!1},o={},a=Ur(t.defaultValues)||Ur(t.values)?vr(t.defaultValues||t.values)||{}:{},s=t.shouldUnregister?{}:vr(a),u={action:!1,mount:!1,watch:!1},c={mount:new Set,disabled:new Set,unMount:new Set,array:new Set,watch:new Set},f,d=0;const h={isDirty:!1,dirtyFields:!1,validatingFields:!1,touchedFields:!1,isValidating:!1,isValid:!1,errors:!1};let y={...h};const v={array:Dw(),state:Dw()},_=t.criteriaMode===Uo.all,S=I=>q=>{clearTimeout(d),d=setTimeout(I,q)},E=async I=>{if(!t.disabled&&(h.isValid||y.isValid||I)){const q=t.resolver?Xn((await F()).errors):await X(o,!0);q!==r.isValid&&v.state.next({isValid:q})}},b=(I,q)=>{!t.disabled&&(h.isValidating||h.validatingFields||y.isValidating||y.validatingFields)&&((I||Array.from(c.mount)).forEach(le=>{le&&(q?nr(r.validatingFields,le,q):$r(r.validatingFields,le))}),v.state.next({validatingFields:r.validatingFields,isValidating:!Xn(r.validatingFields)}))},x=(I,q=[],le,Pe,ue=!0,pe=!0)=>{if(Pe&&le&&!t.disabled){if(u.action=!0,pe&&Array.isArray(Ie(o,I))){const We=le(Ie(o,I),Pe.argA,Pe.argB);ue&&nr(o,I,We)}if(pe&&Array.isArray(Ie(r.errors,I))){const We=le(Ie(r.errors,I),Pe.argA,Pe.argB);ue&&nr(r.errors,I,We),oA(r.errors,I)}if((h.touchedFields||y.touchedFields)&&pe&&Array.isArray(Ie(r.touchedFields,I))){const We=le(Ie(r.touchedFields,I),Pe.argA,Pe.argB);ue&&nr(r.touchedFields,I,We)}(h.dirtyFields||y.dirtyFields)&&(r.dirtyFields=Fd(a,s)),v.state.next({name:I,isDirty:he(I,q),dirtyFields:r.dirtyFields,errors:r.errors,isValid:r.isValid})}else nr(s,I,q)},T=(I,q)=>{nr(r.errors,I,q),v.state.next({errors:r.errors})},C=I=>{r.errors=I,v.state.next({errors:r.errors,isValid:!1})},P=(I,q,le,Pe)=>{const ue=Ie(o,I);if(ue){const pe=Ie(s,I,wr(le)?Ie(a,I):le);wr(pe)||Pe&&Pe.defaultChecked||q?nr(s,I,q?pe:Ww(ue._f)):Fe(I,pe),u.mount&&E()}},A=(I,q,le,Pe,ue)=>{let pe=!1,We=!1;const _t={name:I};if(!t.disabled){if(!le||Pe){(h.isDirty||y.isDirty)&&(We=r.isDirty,r.isDirty=_t.isDirty=he(),pe=We!==_t.isDirty);const Pt=Ga(Ie(a,I),q);We=!!Ie(r.dirtyFields,I),Pt?$r(r.dirtyFields,I):nr(r.dirtyFields,I,!0),_t.dirtyFields=r.dirtyFields,pe=pe||(h.dirtyFields||y.dirtyFields)&&We!==!Pt}if(le){const Pt=Ie(r.touchedFields,I);Pt||(nr(r.touchedFields,I,le),_t.touchedFields=r.touchedFields,pe=pe||(h.touchedFields||y.touchedFields)&&Pt!==le)}pe&&ue&&v.state.next(_t)}return pe?_t:{}},O=(I,q,le,Pe)=>{const ue=Ie(r.errors,I),pe=(h.isValid||y.isValid)&&Co(q)&&r.isValid!==q;if(t.delayError&&le?(f=S(()=>T(I,le)),f(t.delayError)):(clearTimeout(d),f=null,le?nr(r.errors,I,le):$r(r.errors,I)),(le?!Ga(ue,le):ue)||!Xn(Pe)||pe){const We={...Pe,...pe&&Co(q)?{isValid:q}:{},errors:r.errors,name:I};r={...r,...We},v.state.next(We)}},F=async I=>{b(I,!0);const q=await t.resolver(s,t.context,qC(I||c.mount,o,t.criteriaMode,t.shouldUseNativeValidation));return b(I),q},N=async I=>{const{errors:q}=await F(I);if(I)for(const le of I){const Pe=Ie(q,le);Pe?nr(r.errors,le,Pe):$r(r.errors,le)}else r.errors=q;return q},X=async(I,q,le={valid:!0})=>{for(const Pe in I){const ue=I[Pe];if(ue){const{_f:pe,...We}=ue;if(pe){const _t=c.array.has(pe.name),Pt=ue._f&&ZC(ue._f);Pt&&h.validatingFields&&b([Pe],!0);const an=await Jg(ue,c.disabled,s,_,t.shouldUseNativeValidation&&!q,_t);if(Pt&&h.validatingFields&&b([Pe]),an[pe.name]&&(le.valid=!1,q))break;!q&&(Ie(an,pe.name)?_t?Xw(r.errors,an,pe.name):nr(r.errors,pe.name,an[pe.name]):$r(r.errors,pe.name))}!Xn(We)&&await X(We,q,le)}}return le.valid},ce=()=>{for(const I of c.unMount){const q=Ie(o,I);q&&(q._f.refs?q._f.refs.every(le=>!Xg(le)):!Xg(q._f.ref))&&Rt(I)}c.unMount=new Set},he=(I,q)=>!t.disabled&&(I&&q&&nr(s,I,q),!Ga(Ct(),a)),ge=(I,q,le)=>Ow(I,c,{...u.mount?s:wr(q)?a:Ki(I)?{[I]:q}:q},le,q),ve=I=>gm(Ie(u.mount?s:a,I,t.shouldUnregister?Ie(a,I,[]):[])),Fe=(I,q,le={})=>{const Pe=Ie(o,I);let ue=q;if(Pe){const pe=Pe._f;pe&&(!pe.disabled&&nr(s,I,Hw(q,pe)),ue=Sm(pe.ref)&&Yn(q)?"":q,Iw(pe.ref)?[...pe.ref.options].forEach(We=>We.selected=ue.includes(We.value)):pe.refs?uu(pe.ref)?pe.refs.forEach(We=>{(!We.defaultChecked||!We.disabled)&&(Array.isArray(ue)?We.checked=!!ue.find(_t=>_t===We.value):We.checked=ue===We.value||!!ue)}):pe.refs.forEach(We=>We.checked=We.value===ue):Gg(pe.ref)?pe.ref.value="":(pe.ref.value=ue,pe.ref.type||v.state.next({name:I,values:vr(s)})))}(le.shouldDirty||le.shouldTouch)&&A(I,ue,le.shouldTouch,le.shouldDirty,!0),le.shouldValidate&&Zt(I)},He=(I,q,le)=>{for(const Pe in q){if(!q.hasOwnProperty(Pe))return;const ue=q[Pe],pe=I+"."+Pe,We=Ie(o,pe);(c.array.has(I)||Ur(ue)||We&&!We._f)&&!cu(ue)?He(pe,ue,le):Fe(pe,ue,le)}},tt=(I,q,le={})=>{const Pe=Ie(o,I),ue=c.array.has(I),pe=vr(q);nr(s,I,pe),ue?(v.array.next({name:I,values:vr(s)}),(h.isDirty||h.dirtyFields||y.isDirty||y.dirtyFields)&&le.shouldDirty&&v.state.next({name:I,dirtyFields:Fd(a,s),isDirty:he(I,pe)})):Pe&&!Pe._f&&!Yn(pe)?He(I,pe,le):Fe(I,pe,le),Kg(I,c)&&v.state.next({...r,name:I}),v.state.next({name:u.mount?I:void 0,values:vr(s)})},mt=async I=>{u.mount=!0;const q=I.target;let le=q.name,Pe=!0;const ue=Ie(o,le),pe=Pt=>{Pe=Number.isNaN(Pt)||cu(Pt)&&isNaN(Pt.getTime())||Ga(Pt,Ie(s,le,Pt))},We=Mc(t.mode),_t=Mc(t.reValidateMode);if(ue){let Pt,an;const na=q.type?Ww(ue._f):Tw(I),Qr=I.type===vm.BLUR||I.type===vm.FOCUS_OUT,ts=!eA(ue._f)&&!t.resolver&&!Ie(r.errors,le)&&!ue._f.deps||nA(Qr,Ie(r.touchedFields,le),r.isSubmitted,_t,We),mi=Kg(le,c,Qr);nr(s,le,na),Qr?(!q||!q.readOnly)&&(ue._f.onBlur&&ue._f.onBlur(I),f&&f(0)):ue._f.onChange&&ue._f.onChange(I);const Fn=A(le,na,Qr),oa=!Xn(Fn)||mi;if(!Qr&&v.state.next({name:le,type:I.type,values:vr(s)}),ts)return(h.isValid||y.isValid)&&(t.mode==="onBlur"?Qr&&E():Qr||E()),oa&&v.state.next({name:le,...mi?{}:Fn});if(!Qr&&mi&&v.state.next({...r}),t.resolver){const{errors:rs}=await F([le]);if(pe(na),Pe){const ia=Yw(r.errors,o,le),wu=Yw(rs,o,ia.name||le);Pt=wu.error,le=wu.name,an=Xn(rs)}}else b([le],!0),Pt=(await Jg(ue,c.disabled,s,_,t.shouldUseNativeValidation))[le],b([le]),pe(na),Pe&&(Pt?an=!1:(h.isValid||y.isValid)&&(an=await X(o,!0)));Pe&&(ue._f.deps&&Zt(ue._f.deps),O(le,an,Pt,Fn))}},Et=(I,q)=>{if(Ie(r.errors,q)&&I.focus)return I.focus(),1},Zt=async(I,q={})=>{let le,Pe;const ue=po(I);if(t.resolver){const pe=await N(wr(I)?I:ue);le=Xn(pe),Pe=I?!ue.some(We=>Ie(pe,We)):le}else I?(Pe=(await Promise.all(ue.map(async pe=>{const We=Ie(o,pe);return await X(We&&We._f?{[pe]:We}:We)}))).every(Boolean),!(!Pe&&!r.isValid)&&E()):Pe=le=await X(o);return v.state.next({...!Ki(I)||(h.isValid||y.isValid)&&le!==r.isValid?{}:{name:I},...t.resolver||!I?{isValid:le}:{},errors:r.errors}),q.shouldFocus&&!Pe&&Lc(o,Et,I?ue:c.mount),Pe},Ct=I=>{const q={...u.mount?s:a};return wr(I)?q:Ki(I)?Ie(q,I):I.map(le=>Ie(q,le))},pt=(I,q)=>({invalid:!!Ie((q||r).errors,I),isDirty:!!Ie((q||r).dirtyFields,I),error:Ie((q||r).errors,I),isValidating:!!Ie(r.validatingFields,I),isTouched:!!Ie((q||r).touchedFields,I)}),ze=I=>{I&&po(I).forEach(q=>$r(r.errors,q)),v.state.next({errors:I?r.errors:{}})},Se=(I,q,le)=>{const Pe=(Ie(o,I,{_f:{}})._f||{}).ref,ue=Ie(r.errors,I)||{},{ref:pe,message:We,type:_t,...Pt}=ue;nr(r.errors,I,{...Pt,...q,ref:Pe}),v.state.next({name:I,errors:r.errors,isValid:!1}),le&&le.shouldFocus&&Pe&&Pe.focus&&Pe.focus()},Be=(I,q)=>fi(I)?v.state.subscribe({next:le=>"values"in le&&I(ge(void 0,q),le)}):ge(I,q,!0),Ve=I=>v.state.subscribe({next:q=>{rA(I.name,q.name,I.exact)&&tA(q,I.formState||h,Tt,I.reRenderRoot)&&I.callback({values:{...s},...r,...q,defaultValues:a})}}).unsubscribe,re=I=>(u.mount=!0,y={...y,...I.formState},Ve({...I,formState:y})),Rt=(I,q={})=>{for(const le of I?po(I):c.mount)c.mount.delete(le),c.array.delete(le),q.keepValue||($r(o,le),$r(s,le)),!q.keepError&&$r(r.errors,le),!q.keepDirty&&$r(r.dirtyFields,le),!q.keepTouched&&$r(r.touchedFields,le),!q.keepIsValidating&&$r(r.validatingFields,le),!t.shouldUnregister&&!q.keepDefaultValue&&$r(a,le);v.state.next({values:vr(s)}),v.state.next({...r,...q.keepDirty?{isDirty:he()}:{}}),!q.keepIsValid&&E()},Le=({disabled:I,name:q})=>{(Co(I)&&u.mount||I||c.disabled.has(q))&&(I?c.disabled.add(q):c.disabled.delete(q))},It=(I,q={})=>{let le=Ie(o,I);const Pe=Co(q.disabled)||Co(t.disabled);return nr(o,I,{...le||{},_f:{...le&&le._f?le._f:{ref:{name:I}},name:I,mount:!0,...q}}),c.mount.add(I),le?Le({disabled:Co(q.disabled)?q.disabled:t.disabled,name:I}):P(I,!0,q.value),{...Pe?{disabled:q.disabled||t.disabled}:{},...t.progressive?{required:!!q.required,min:jd(q.min),max:jd(q.max),minLength:jd(q.minLength),maxLength:jd(q.maxLength),pattern:jd(q.pattern)}:{},name:I,onChange:mt,onBlur:mt,ref:ue=>{if(ue){It(I,q),le=Ie(o,I);const pe=wr(ue.value)&&ue.querySelectorAll&&ue.querySelectorAll("input,select,textarea")[0]||ue,We=KC(pe),_t=le._f.refs||[];if(We?_t.find(Pt=>Pt===pe):pe===le._f.ref)return;nr(o,I,{_f:{...le._f,...We?{refs:[..._t.filter(Xg),pe,...Array.isArray(Ie(a,I))?[{}]:[]],ref:{type:pe.type,name:I}}:{ref:pe}}}),P(I,!1,void 0,pe)}else le=Ie(o,I,{}),le._f&&(le._f.mount=!1),(t.shouldUnregister||q.shouldUnregister)&&!(Cw(c.array,I)&&u.action)&&c.unMount.add(I)}}},at=()=>t.shouldFocusError&&Lc(o,Et,c.mount),xt=I=>{Co(I)&&(v.state.next({disabled:I}),Lc(o,(q,le)=>{const Pe=Ie(o,le);Pe&&(q.disabled=Pe._f.disabled||I,Array.isArray(Pe._f.refs)&&Pe._f.refs.forEach(ue=>{ue.disabled=Pe._f.disabled||I}))},0,!1))},Ke=(I,q)=>async le=>{let Pe;le&&(le.preventDefault&&le.preventDefault(),le.persist&&le.persist());let ue=vr(s);if(v.state.next({isSubmitting:!0}),t.resolver){const{errors:pe,values:We}=await F();r.errors=pe,ue=vr(We)}else await X(o);if(c.disabled.size)for(const pe of c.disabled)$r(ue,pe);if($r(r.errors,"root"),Xn(r.errors)){v.state.next({errors:{}});try{await I(ue,le)}catch(pe){Pe=pe}}else q&&await q({...r.errors},le),at(),setTimeout(at);if(v.state.next({isSubmitted:!0,isSubmitting:!1,isSubmitSuccessful:Xn(r.errors)&&!Pe,submitCount:r.submitCount+1,errors:r.errors}),Pe)throw Pe},qt=(I,q={})=>{Ie(o,I)&&(wr(q.defaultValue)?tt(I,vr(Ie(a,I))):(tt(I,q.defaultValue),nr(a,I,vr(q.defaultValue))),q.keepTouched||$r(r.touchedFields,I),q.keepDirty||($r(r.dirtyFields,I),r.isDirty=q.defaultValue?he(I,vr(Ie(a,I))):he()),q.keepError||($r(r.errors,I),h.isValid&&E()),v.state.next({...r}))},Ht=(I,q={})=>{const le=I?vr(I):a,Pe=vr(le),ue=Xn(I),pe=ue?a:Pe;if(q.keepDefaultValues||(a=le),!q.keepValues){if(q.keepDirtyValues){const We=new Set([...c.mount,...Object.keys(Fd(a,s))]);for(const _t of Array.from(We))Ie(r.dirtyFields,_t)?nr(pe,_t,Ie(s,_t)):tt(_t,Ie(pe,_t))}else{if(Hg&&wr(I))for(const We of c.mount){const _t=Ie(o,We);if(_t&&_t._f){const Pt=Array.isArray(_t._f.refs)?_t._f.refs[0]:_t._f.ref;if(Sm(Pt)){const an=Pt.closest("form");if(an){an.reset();break}}}}if(q.keepFieldsRef)for(const We of c.mount)tt(We,Ie(pe,We));else o={}}s=t.shouldUnregister?q.keepDefaultValues?vr(a):{}:vr(pe),v.array.next({values:{...pe}}),v.state.next({values:{...pe}})}c={mount:q.keepDirtyValues?c.mount:new Set,unMount:new Set,array:new Set,disabled:new Set,watch:new Set,watchAll:!1,focus:""},u.mount=!h.isValid||!!q.keepIsValid||!!q.keepDirtyValues,u.watch=!!t.shouldUnregister,v.state.next({submitCount:q.keepSubmitCount?r.submitCount:0,isDirty:ue?!1:q.keepDirty?r.isDirty:!!(q.keepDefaultValues&&!Ga(I,a)),isSubmitted:q.keepIsSubmitted?r.isSubmitted:!1,dirtyFields:ue?{}:q.keepDirtyValues?q.keepDefaultValues&&s?Fd(a,s):r.dirtyFields:q.keepDefaultValues&&I?Fd(a,I):q.keepDirty?r.dirtyFields:{},touchedFields:q.keepTouched?r.touchedFields:{},errors:q.keepErrors?r.errors:{},isSubmitSuccessful:q.keepIsSubmitSuccessful?r.isSubmitSuccessful:!1,isSubmitting:!1,defaultValues:a})},At=(I,q)=>Ht(fi(I)?I(s):I,q),Rr=(I,q={})=>{const le=Ie(o,I),Pe=le&&le._f;if(Pe){const ue=Pe.refs?Pe.refs[0]:Pe.ref;ue.focus&&(ue.focus(),q.shouldSelect&&fi(ue.select)&&ue.select())}},Tt=I=>{r={...r,...I}},Jn={control:{register:It,unregister:Rt,getFieldState:pt,handleSubmit:Ke,setError:Se,_subscribe:Ve,_runSchema:F,_focusError:at,_getWatch:ge,_getDirty:he,_setValid:E,_setFieldArray:x,_setDisabledField:Le,_setErrors:C,_getFieldArray:ve,_reset:Ht,_resetDefaultValues:()=>fi(t.defaultValues)&&t.defaultValues().then(I=>{At(I,t.resetOptions),v.state.next({isLoading:!1})}),_removeUnmounted:ce,_disableForm:xt,_subjects:v,_proxyFormState:h,get _fields(){return o},get _formValues(){return s},get _state(){return u},set _state(I){u=I},get _defaultValues(){return a},get _names(){return c},set _names(I){c=I},get _formState(){return r},get _options(){return t},set _options(I){t={...t,...I}}},subscribe:re,trigger:Zt,register:It,handleSubmit:Ke,watch:Be,setValue:tt,getValues:Ct,reset:At,resetField:qt,clearErrors:ze,unregister:Rt,setError:Se,setFocus:Rr,getFieldState:pt};return{...Jn,formControl:Jn}}var zs=()=>{if(typeof crypto<"u"&&crypto.randomUUID)return crypto.randomUUID();const e=typeof performance>"u"?Date.now():performance.now()*1e3;return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,t=>{const r=(Math.random()*16+e)%16|0;return(t=="x"?r:r&3|8).toString(16)})},Qg=(e,t,r={})=>r.shouldFocus||wr(r.shouldFocus)?r.focusName||`${e}.${wr(r.focusIndex)?t:r.focusIndex}.`:"",qg=(e,t)=>[...e,...po(t)],Zg=e=>Array.isArray(e)?e.map(()=>{}):void 0;function ev(e,t,r){return[...e.slice(0,t),...po(r),...e.slice(t)]}var tv=(e,t,r)=>Array.isArray(e)?(wr(e[r])&&(e[r]=void 0),e.splice(r,0,e.splice(t,1)[0]),e):[],rv=(e,t)=>[...po(t),...po(e)];function aA(e,t){let r=0;const o=[...e];for(const a of t)o.splice(a-r,1),r++;return gm(o).length?o:[]}var nv=(e,t)=>wr(t)?[]:aA(e,po(t).sort((r,o)=>r-o)),ov=(e,t,r)=>{[e[t],e[r]]=[e[r],e[t]]},Qw=(e,t,r)=>(e[t]=r,e);function sA(e){const t=kc(),{control:r=t.control,name:o,keyName:a="id",shouldUnregister:s,rules:u}=e,[c,f]=g.useState(r._getFieldArray(o)),d=g.useRef(r._getFieldArray(o).map(zs)),h=g.useRef(c),y=g.useRef(!1);h.current=c,r._names.array.add(o),g.useMemo(()=>u&&r.register(o,u),[r,u,o]),wm(()=>r._subjects.array.subscribe({next:({values:A,name:O})=>{if(O===o||!O){const F=Ie(A,o);Array.isArray(F)&&(f(F),d.current=F.map(zs))}}}).unsubscribe,[r,o]);const v=g.useCallback(A=>{y.current=!0,r._setFieldArray(o,A)},[r,o]),_=(A,O)=>{const F=po(vr(A)),N=qg(r._getFieldArray(o),F);r._names.focus=Qg(o,N.length-1,O),d.current=qg(d.current,F.map(zs)),v(N),f(N),r._setFieldArray(o,N,qg,{argA:Zg(A)})},S=(A,O)=>{const F=po(vr(A)),N=rv(r._getFieldArray(o),F);r._names.focus=Qg(o,0,O),d.current=rv(d.current,F.map(zs)),v(N),f(N),r._setFieldArray(o,N,rv,{argA:Zg(A)})},E=A=>{const O=nv(r._getFieldArray(o),A);d.current=nv(d.current,A),v(O),f(O),!Array.isArray(Ie(r._fields,o))&&nr(r._fields,o,void 0),r._setFieldArray(o,O,nv,{argA:A})},b=(A,O,F)=>{const N=po(vr(O)),X=ev(r._getFieldArray(o),A,N);r._names.focus=Qg(o,A,F),d.current=ev(d.current,A,N.map(zs)),v(X),f(X),r._setFieldArray(o,X,ev,{argA:A,argB:Zg(O)})},x=(A,O)=>{const F=r._getFieldArray(o);ov(F,A,O),ov(d.current,A,O),v(F),f(F),r._setFieldArray(o,F,ov,{argA:A,argB:O},!1)},T=(A,O)=>{const F=r._getFieldArray(o);tv(F,A,O),tv(d.current,A,O),v(F),f(F),r._setFieldArray(o,F,tv,{argA:A,argB:O},!1)},C=(A,O)=>{const F=vr(O),N=Qw(r._getFieldArray(o),A,F);d.current=[...N].map((X,ce)=>!X||ce===A?zs():d.current[ce]),v(N),f([...N]),r._setFieldArray(o,N,Qw,{argA:A,argB:F},!0,!1)},P=A=>{const O=po(vr(A));d.current=O.map(zs),v([...O]),f([...O]),r._setFieldArray(o,[...O],F=>F,{},!0,!1)};return g.useEffect(()=>{if(r._state.action=!1,Kg(o,r._names)&&r._subjects.state.next({...r._formState}),y.current&&(!Mc(r._options.mode).isOnSubmit||r._formState.isSubmitted)&&!Mc(r._options.reValidateMode).isOnSubmit)if(r._options.resolver)r._runSchema([o]).then(A=>{const O=Ie(A.errors,o),F=Ie(r._formState.errors,o);(F?!O&&F.type||O&&(F.type!==O.type||F.message!==O.message):O&&O.type)&&(O?nr(r._formState.errors,o,O):$r(r._formState.errors,o),r._subjects.state.next({errors:r._formState.errors}))});else{const A=Ie(r._fields,o);A&&A._f&&!(Mc(r._options.reValidateMode).isOnSubmit&&Mc(r._options.mode).isOnSubmit)&&Jg(A,r._names.disabled,r._formValues,r._options.criteriaMode===Uo.all,r._options.shouldUseNativeValidation,!0).then(O=>!Xn(O)&&r._subjects.state.next({errors:Xw(r._formState.errors,O,o)}))}r._subjects.state.next({name:o,values:vr(r._formValues)}),r._names.focus&&Lc(r._fields,(A,O)=>{if(r._names.focus&&O.startsWith(r._names.focus)&&A.focus)return A.focus(),1}),r._names.focus="",r._setValid(),y.current=!1},[c,o,r]),g.useEffect(()=>(!Ie(r._formValues,o)&&r._setFieldArray(o),()=>{const A=(O,F)=>{const N=Ie(r._fields,O);N&&N._f&&(N._f.mount=F)};r._options.shouldUnregister||s?r.unregister(o):A(o,!1)}),[o,r,a,s]),{swap:g.useCallback(x,[v,o,r]),move:g.useCallback(T,[v,o,r]),prepend:g.useCallback(S,[v,o,r]),append:g.useCallback(_,[v,o,r]),remove:g.useCallback(E,[v,o,r]),insert:g.useCallback(b,[v,o,r]),update:g.useCallback(C,[v,o,r]),replace:g.useCallback(P,[v,o,r]),fields:g.useMemo(()=>c.map((A,O)=>({...A,[a]:d.current[O]||zs()})),[c,a])}}function lA(e={}){const t=g.useRef(void 0),r=g.useRef(void 0),[o,a]=g.useState({isDirty:!1,isValidating:!1,isLoading:fi(e.defaultValues),isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,submitCount:0,dirtyFields:{},touchedFields:{},validatingFields:{},errors:e.errors||{},disabled:e.disabled||!1,isReady:!1,defaultValues:fi(e.defaultValues)?void 0:e.defaultValues});if(!t.current)if(e.formControl)t.current={...e.formControl,formState:o},e.defaultValues&&!fi(e.defaultValues)&&e.formControl.reset(e.defaultValues,e.resetOptions);else{const{formControl:u,...c}=Jw(e);t.current={...c,formState:o}}const s=t.current.control;return s._options=e,wm(()=>{const u=s._subscribe({formState:s._proxyFormState,callback:()=>a({...s._formState}),reRenderRoot:!0});return a(c=>({...c,isReady:!0})),s._formState.isReady=!0,u},[s]),g.useEffect(()=>s._disableForm(e.disabled),[s,e.disabled]),g.useEffect(()=>{e.mode&&(s._options.mode=e.mode),e.reValidateMode&&(s._options.reValidateMode=e.reValidateMode)},[s,e.mode,e.reValidateMode]),g.useEffect(()=>{e.errors&&(s._setErrors(e.errors),s._focusError())},[s,e.errors]),g.useEffect(()=>{e.shouldUnregister&&s._subjects.state.next({values:s._getWatch()})},[s,e.shouldUnregister]),g.useEffect(()=>{if(s._proxyFormState.isDirty){const u=s._getDirty();u!==o.isDirty&&s._subjects.state.next({isDirty:u})}},[s,o.isDirty]),g.useEffect(()=>{e.values&&!Ga(e.values,r.current)?(s._reset(e.values,{keepFieldsRef:!0,...s._options.resetOptions}),r.current=e.values,a(u=>({...u}))):s._resetDefaultValues()},[s,e.values]),g.useEffect(()=>{s._state.mount||(s._setValid(),s._state.mount=!0),s._state.watch&&(s._state.watch=!1,s._subjects.state.next({...s._formState})),s._removeUnmounted()}),t.current.formState=Aw(o,s),t.current}var uA=Oe(6032),cA=Object.defineProperty,fA=Object.defineProperties,dA=Object.getOwnPropertyDescriptors,Rm=Object.getOwnPropertySymbols,qw=Object.prototype.hasOwnProperty,Zw=Object.prototype.propertyIsEnumerable,eS=(e,t,r)=>t in e?cA(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Dc=(e,t)=>{for(var r in t||(t={}))qw.call(t,r)&&eS(e,r,t[r]);if(Rm)for(var r of Rm(t))Zw.call(t,r)&&eS(e,r,t[r]);return e},iv=(e,t)=>fA(e,dA(t)),tS=(e,t)=>{var r={};for(var o in e)qw.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&Rm)for(var o of Rm(e))t.indexOf(o)<0&&Zw.call(e,o)&&(r[o]=e[o]);return r},rS=g.version.startsWith("19"),pA=Symbol.for(rS?"react.transitional.element":"react.element"),hA=Symbol.for("react.portal"),nS=Symbol.for("react.fragment"),oS=Symbol.for("react.strict_mode"),iS=Symbol.for("react.profiler"),av=Symbol.for("react.consumer"),sv=Symbol.for("react.context"),lv=Symbol.for("react.forward_ref"),aS=Symbol.for("react.suspense"),sS=Symbol.for("react.suspense_list"),xm=Symbol.for("react.memo"),lS=Symbol.for("react.lazy"),mA=null,yA=null,gA=lv,vA=xm;function a2(e){return typeof e=="string"||typeof e=="function"||e===nS||e===iS||e===oS||e===aS||e===sS||e===mA||typeof e=="object"&&e!==null&&(e.$$typeof===lS||e.$$typeof===xm||e.$$typeof===sv||e.$$typeof===av||e.$$typeof===lv||e.$$typeof===yA||e.getModuleId!==void 0)}function uv(e){if(typeof e=="object"&&e!==null){const{$$typeof:t}=e;switch(t){case pA:switch(e=e.type,e){case nS:case iS:case oS:case aS:case sS:return e;default:switch(e=e&&e.$$typeof,e){case sv:case lv:case lS:case xm:return e;case av:return e;default:return t}}case hA:return t}}}function s2(e){return rS?uv(e)===av:uv(e)===sv}function wA(e){return uv(e)===xm}function uS(e){typeof console<"u"&&typeof console.error=="function"&&console.error(e);try{throw new Error(e)}catch{}}function cv(e,t){if(e)(t==="mapStateToProps"||t==="mapDispatchToProps")&&(Object.prototype.hasOwnProperty.call(e,"dependsOnOwnProps")||uS(`The selector for ${t} of connect did not specify a value for dependsOnOwnProps.`));else throw new Error(`Unexpected value for ${t} in connect.`)}function l2(e,t,r){cv(e,"mapStateToProps"),cv(t,"mapDispatchToProps"),cv(r,"mergeProps")}function SA(e,t,r,o,{areStatesEqual:a,areOwnPropsEqual:s,areStatePropsEqual:u}){let c=!1,f,d,h,y,v;function _(T,C){return f=T,d=C,h=e(f,d),y=t(o,d),v=r(h,y,d),c=!0,v}function S(){return h=e(f,d),t.dependsOnOwnProps&&(y=t(o,d)),v=r(h,y,d),v}function E(){return e.dependsOnOwnProps&&(h=e(f,d)),t.dependsOnOwnProps&&(y=t(o,d)),v=r(h,y,d),v}function b(){const T=e(f,d),C=!u(T,h);return h=T,C&&(v=r(h,y,d)),v}function x(T,C){const P=!s(C,d),A=!a(T,f,C,d);return f=T,d=C,P&&A?S():P?E():A?b():v}return function(C,P){return c?x(C,P):_(C,P)}}function _A(e,t){var r=t,{initMapStateToProps:o,initMapDispatchToProps:a,initMergeProps:s}=r,u=tS(r,["initMapStateToProps","initMapDispatchToProps","initMergeProps"]);const c=o(e,u),f=a(e,u),d=s(e,u);return SA(c,f,d,e,u)}function bA(e,t){const r={};for(const o in e){const a=e[o];typeof a=="function"&&(r[o]=(...s)=>t(a(...s)))}return r}function EA(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);if(t===null)return!0;let r=t;for(;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return t===r}function u2(e,t,r){EA(e)||uS(`${r}() in ${t} must return a plain object. Instead received ${e}.`)}function fv(e){return function(r){const o=e(r);function a(){return o}return a.dependsOnOwnProps=!1,a}}function cS(e){return e.dependsOnOwnProps?!!e.dependsOnOwnProps:e.length!==1}function fS(e,t){return function(o,{displayName:a}){const s=function(c,f){return s.dependsOnOwnProps?s.mapToProps(c,f):s.mapToProps(c,void 0)};return s.dependsOnOwnProps=!0,s.mapToProps=function(c,f){s.mapToProps=e,s.dependsOnOwnProps=cS(e);let d=s(c,f);return typeof d=="function"&&(s.mapToProps=d,s.dependsOnOwnProps=cS(d),d=s(c,f)),d},s}}function dv(e,t){return(r,o)=>{throw new Error(`Invalid value of type ${typeof e} for ${t} argument when connecting component ${o.wrappedComponentName}.`)}}function RA(e){return e&&typeof e=="object"?fv(t=>bA(e,t)):e?typeof e=="function"?fS(e,"mapDispatchToProps"):dv(e,"mapDispatchToProps"):fv(t=>({dispatch:t}))}function xA(e){return e?typeof e=="function"?fS(e,"mapStateToProps"):dv(e,"mapStateToProps"):fv(()=>({}))}function TA(e,t,r){return Dc(Dc(Dc({},r),e),t)}function CA(e){return function(r,{displayName:o,areMergedPropsEqual:a}){let s=!1,u;return function(f,d,h){const y=e(f,d,h);return s?a(y,u)||(u=y):(s=!0,u=y),u}}}function AA(e){return e?typeof e=="function"?CA(e):dv(e,"mergeProps"):()=>TA}function dS(e){e()}function PA(){let e=null,t=null;return{clear(){e=null,t=null},notify(){dS(()=>{let r=e;for(;r;)r.callback(),r=r.next})},get(){const r=[];let o=e;for(;o;)r.push(o),o=o.next;return r},subscribe(r){let o=!0;const a=t={callback:r,next:null,prev:t};return a.prev?a.prev.next=a:e=a,function(){!o||e===null||(o=!1,a.next?a.next.prev=a.prev:t=a.prev,a.prev?a.prev.next=a.next:e=a.next)}}}}var pS={notify(){},get:()=>[]};function hS(e,t){let r,o=pS,a=0,s=!1;function u(E){h();const b=o.subscribe(E);let x=!1;return()=>{x||(x=!0,b(),y())}}function c(){o.notify()}function f(){S.onStateChange&&S.onStateChange()}function d(){return s}function h(){a++,r||(r=t?t.addNestedSub(f):e.subscribe(f),o=PA())}function y(){a--,r&&a===0&&(r(),r=void 0,o.clear(),o=pS)}function v(){s||(s=!0,h())}function _(){s&&(s=!1,y())}const S={addNestedSub:u,notifyNestedSubs:c,handleChangeWrapper:f,isSubscribed:d,trySubscribe:v,tryUnsubscribe:_,getListeners:()=>o};return S}var OA=()=>typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",kA=OA(),MA=()=>typeof navigator<"u"&&navigator.product==="ReactNative",LA=MA(),NA=()=>kA||LA?g.useLayoutEffect:g.useEffect,Tm=NA();function mS(e,t){return e===t?e!==0||t!==0||1/e===1/t:e!==e&&t!==t}function Cm(e,t){if(mS(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;const r=Object.keys(e),o=Object.keys(t);if(r.length!==o.length)return!1;for(let a=0;a<r.length;a++)if(!Object.prototype.hasOwnProperty.call(t,r[a])||!mS(e[r[a]],t[r[a]]))return!1;return!0}var DA={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},IA={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},FA={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},yS={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},jA={[gA]:FA,[vA]:yS};function gS(e){return wA(e)?yS:jA[e.$$typeof]||DA}var zA=Object.defineProperty,UA=Object.getOwnPropertyNames,vS=Object.getOwnPropertySymbols,$A=Object.getOwnPropertyDescriptor,HA=Object.getPrototypeOf,wS=Object.prototype;function pv(e,t){if(typeof t!="string"){if(wS){const s=HA(t);s&&s!==wS&&pv(e,s)}let r=UA(t);vS&&(r=r.concat(vS(t)));const o=gS(e),a=gS(t);for(let s=0;s<r.length;++s){const u=r[s];if(!IA[u]&&!(a&&a[u])&&!(o&&o[u])){const c=$A(t,u);try{zA(e,u,c)}catch{}}}}return e}var SS=Symbol.for("react-redux-context"),_S=typeof globalThis<"u"?globalThis:{};function BA(){var e;if(!g.createContext)return{};const t=(e=_S[SS])!=null?e:_S[SS]=new Map;let r=t.get(g.createContext);return r||(r=g.createContext(null),t.set(g.createContext,r)),r}var $o=BA(),VA=[null,null],c2=e=>{try{return JSON.stringify(e)}catch{return String(e)}};function WA(e,t,r){Tm(()=>e(...t),r)}function GA(e,t,r,o,a,s){e.current=o,r.current=!1,a.current&&(a.current=null,s())}function YA(e,t,r,o,a,s,u,c,f,d,h){if(!e)return()=>{};let y=!1,v=null;const _=()=>{if(y||!c.current)return;const E=t.getState();let b,x;try{b=o(E,a.current)}catch(T){x=T,v=T}x||(v=null),b===s.current?u.current||d():(s.current=b,f.current=b,u.current=!0,h())};return r.onStateChange=_,r.trySubscribe(),_(),()=>{if(y=!0,r.tryUnsubscribe(),r.onStateChange=null,v)throw v}}function XA(e,t){return e===t}var f2=!1;function KA(e,t,r,{pure:o,areStatesEqual:a=XA,areOwnPropsEqual:s=Cm,areStatePropsEqual:u=Cm,areMergedPropsEqual:c=Cm,forwardRef:f=!1,context:d=$o}={}){const h=d,y=xA(e),v=RA(t),_=AA(r),S=!!e;return b=>{const x=b.displayName||b.name||"Component",T=`Connect(${x})`,C={shouldHandleStateChanges:S,displayName:T,wrappedComponentName:x,WrappedComponent:b,initMapStateToProps:y,initMapDispatchToProps:v,initMergeProps:_,areStatesEqual:a,areStatePropsEqual:u,areOwnPropsEqual:s,areMergedPropsEqual:c};function P(F){const[N,X,ce]=g.useMemo(()=>{const Ke=F,{reactReduxForwardedRef:qt}=Ke,Ht=tS(Ke,["reactReduxForwardedRef"]);return[F.context,qt,Ht]},[F]),he=g.useMemo(()=>{let Ke=h;return N?.Consumer,Ke},[N,h]),ge=g.useContext(he),ve=!!F.store&&!!F.store.getState&&!!F.store.dispatch,Fe=!!ge&&!!ge.store,He=ve?F.store:ge.store,tt=Fe?ge.getServerState:He.getState,mt=g.useMemo(()=>_A(He.dispatch,C),[He]),[Et,Zt]=g.useMemo(()=>{if(!S)return VA;const Ke=hS(He,ve?void 0:ge.subscription),qt=Ke.notifyNestedSubs.bind(Ke);return[Ke,qt]},[He,ve,ge]),Ct=g.useMemo(()=>ve?ge:iv(Dc({},ge),{subscription:Et}),[ve,ge,Et]),pt=g.useRef(void 0),ze=g.useRef(ce),Se=g.useRef(void 0),Be=g.useRef(!1),Ve=g.useRef(!1),re=g.useRef(void 0);Tm(()=>(Ve.current=!0,()=>{Ve.current=!1}),[]);const Rt=g.useMemo(()=>()=>Se.current&&ce===ze.current?Se.current:mt(He.getState(),ce),[He,ce]),Le=g.useMemo(()=>qt=>Et?YA(S,He,Et,mt,ze,pt,Be,Ve,Se,Zt,qt):()=>{},[Et]);WA(GA,[ze,pt,Be,ce,Se,Zt]);let It;try{It=g.useSyncExternalStore(Le,Rt,tt?()=>mt(tt(),ce):Rt)}catch(Ke){throw re.current&&(Ke.message+=`
|
|
64
|
+
`):" "+Uh(u[0]):"as no adapter specified";throw new Ot("There is no suitable adapter to dispatch the request "+c,"ERR_NOT_SUPPORT")}return a},adapters:cd};function Zl(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Ma(null,e)}function eu(e){return Zl(e),e.headers=wn.from(e.headers),e.data=Zf.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),ao.getAdapter(e.adapter||sr.adapter,e)(e).then(function(o){return Zl(e),o.data=Zf.call(e,e.transformResponse,o),o.headers=wn.from(o.headers),o},function(o){return tn(o)||(Zl(e),o&&o.response&&(o.response.data=Zf.call(e,e.transformResponse,o.response),o.response.headers=wn.from(o.response.headers))),Promise.reject(o)})}const fd="1.12.2",tu={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{tu[e]=function(o){return typeof o===e||"a"+(t<1?"n ":" ")+e}});const dd={};tu.transitional=function(t,r,o){function a(s,u){return"[Axios v"+fd+"] Transitional option '"+s+"'"+u+(o?". "+o:"")}return(s,u,c)=>{if(t===!1)throw new Ot(a(u," has been removed"+(r?" in "+r:"")),Ot.ERR_DEPRECATED);return r&&!dd[u]&&(dd[u]=!0,a(u," has been deprecated since v"+r+" and will be removed in the near future")),t?t(s,u,c):!0}},tu.spelling=function(t){return(r,o)=>(`${o}${t}`,!0)};function pd(e,t,r){if(typeof e!="object")throw new Ot("options must be an object",Ot.ERR_BAD_OPTION_VALUE);const o=Object.keys(e);let a=o.length;for(;a-- >0;){const s=o[a],u=t[s];if(u){const c=e[s],f=c===void 0||u(c,s,e);if(f!==!0)throw new Ot("option "+s+" must be "+f,Ot.ERR_BAD_OPTION_VALUE);continue}if(r!==!0)throw new Ot("Unknown option "+s,Ot.ERR_BAD_OPTION)}}const ai={assertOptions:pd,validators:tu},so=ai.validators;class Ns{constructor(t){this.defaults=t||{},this.interceptors={request:new Fo,response:new Fo}}async request(t,r){try{return await this._request(t,r)}catch(o){if(o instanceof Error){let a={};Error.captureStackTrace?Error.captureStackTrace(a):a=new Error;const s=a.stack?a.stack.replace(/^.+\n/,""):"";try{o.stack?s&&!String(o.stack).endsWith(s.replace(/^.+\n.+\n/,""))&&(o.stack+=`
|
|
65
|
+
`+s):o.stack=s}catch{}}throw o}}_request(t,r){typeof t=="string"?(r=r||{},r.url=t):r=t||{},r=Ui(this.defaults,r);const{transitional:o,paramsSerializer:a,headers:s}=r;o!==void 0&&ai.assertOptions(o,{silentJSONParsing:so.transitional(so.boolean),forcedJSONParsing:so.transitional(so.boolean),clarifyTimeoutError:so.transitional(so.boolean)},!1),a!=null&&(ne.isFunction(a)?r.paramsSerializer={serialize:a}:ai.assertOptions(a,{encode:so.function,serialize:so.function},!0)),r.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?r.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:r.allowAbsoluteUrls=!0),ai.assertOptions(r,{baseUrl:so.spelling("baseURL"),withXsrfToken:so.spelling("withXSRFToken")},!0),r.method=(r.method||this.defaults.method||"get").toLowerCase();let u=s&&ne.merge(s.common,s[r.method]);s&&ne.forEach(["delete","get","head","post","put","patch","common"],S=>{delete s[S]}),r.headers=wn.concat(u,s);const c=[];let f=!0;this.interceptors.request.forEach(function(E){typeof E.runWhen=="function"&&E.runWhen(r)===!1||(f=f&&E.synchronous,c.unshift(E.fulfilled,E.rejected))});const d=[];this.interceptors.response.forEach(function(E){d.push(E.fulfilled,E.rejected)});let h,y=0,v;if(!f){const S=[eu.bind(this),void 0];for(S.unshift(...c),S.push(...d),v=S.length,h=Promise.resolve(r);y<v;)h=h.then(S[y++],S[y++]);return h}v=c.length;let b=r;for(;y<v;){const S=c[y++],E=c[y++];try{b=S(b)}catch(_){E.call(this,_);break}}try{h=eu.call(this,b)}catch(S){return Promise.reject(S)}for(y=0,v=d.length;y<v;)h=h.then(d[y++],d[y++]);return h}getUri(t){t=Ui(this.defaults,t);const r=od(t.baseURL,t.url,t.allowAbsoluteUrls);return nc(r,t.params,t.paramsSerializer)}}ne.forEach(["delete","get","head","options"],function(t){Ns.prototype[t]=function(r,o){return this.request(Ui(o||{},{method:t,url:r,data:(o||{}).data}))}}),ne.forEach(["post","put","patch"],function(t){function r(o){return function(s,u,c){return this.request(Ui(c||{},{method:t,headers:o?{"Content-Type":"multipart/form-data"}:{},url:s,data:u}))}}Ns.prototype[t]=r(),Ns.prototype[t+"Form"]=r(!0)});const dc=Ns;class pc{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let r;this.promise=new Promise(function(s){r=s});const o=this;this.promise.then(a=>{if(!o._listeners)return;let s=o._listeners.length;for(;s-- >0;)o._listeners[s](a);o._listeners=null}),this.promise.then=a=>{let s;const u=new Promise(c=>{o.subscribe(c),s=c}).then(a);return u.cancel=function(){o.unsubscribe(s)},u},t(function(s,u,c){o.reason||(o.reason=new Ma(s,u,c),r(o.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const r=this._listeners.indexOf(t);r!==-1&&this._listeners.splice(r,1)}toAbortSignal(){const t=new AbortController,r=o=>{t.abort(o)};return this.subscribe(r),t.signal.unsubscribe=()=>this.unsubscribe(r),t.signal}static source(){let t;return{token:new pc(function(a){t=a}),cancel:t}}}const $h=pc;function Hh(e){return function(r){return e.apply(null,r)}}function Bh(e){return ne.isObject(e)&&e.isAxiosError===!0}const hc={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(hc).forEach(([e,t])=>{hc[t]=e});const xg=hc;function Sn(e){const t=new dc(e),r=dh(dc.prototype.request,t);return ne.extend(r,dc.prototype,t,{allOwnKeys:!0}),ne.extend(r,t,null,{allOwnKeys:!0}),r.create=function(a){return Sn(Ui(e,a))},r}const Ft=Sn(sr);Ft.Axios=dc,Ft.CanceledError=Ma,Ft.CancelToken=$h,Ft.isCancel=tn,Ft.VERSION=fd,Ft.toFormData=Os,Ft.AxiosError=Ot,Ft.Cancel=Ft.CanceledError,Ft.all=function(t){return Promise.all(t)},Ft.spread=Hh,Ft.isAxiosError=Bh,Ft.mergeConfig=Ui,Ft.AxiosHeaders=wn,Ft.formToJSON=e=>Oa(ne.isHTMLForm(e)?new FormData(e):e),Ft.getAdapter=ao.getAdapter,Ft.HttpStatusCode=xg,Ft.default=Ft;const hd=Ft,{Axios:Vh,AxiosError:Wh,CanceledError:Gh,isCancel:Yh,CancelToken:md,VERSION:Kh,all:yd,Cancel:Xh,isAxiosError:Qh,spread:gd,toFormData:vd,AxiosHeaders:Jh,HttpStatusCode:wd,formToJSON:mc,getAdapter:Tg,mergeConfig:qh}=hd;/*! @license DOMPurify 3.2.7 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.7/LICENSE */const{entries:yc,setPrototypeOf:Sd,isFrozen:gc,getPrototypeOf:si,getOwnPropertyDescriptor:Cg}=Object;let{freeze:cn,seal:Mn,create:_d}=Object,{apply:vc,construct:La}=typeof Reflect<"u"&&Reflect;cn||(cn=function(t){return t}),Mn||(Mn=function(t){return t}),vc||(vc=function(t,r){for(var o=arguments.length,a=new Array(o>2?o-2:0),s=2;s<o;s++)a[s-2]=arguments[s];return t.apply(r,a)}),La||(La=function(t){for(var r=arguments.length,o=new Array(r>1?r-1:0),a=1;a<r;a++)o[a-1]=arguments[a];return new t(...o)});const zr=dn(Array.prototype.forEach),Ag=dn(Array.prototype.lastIndexOf),Zh=dn(Array.prototype.pop),$i=dn(Array.prototype.push),fn=dn(Array.prototype.splice),wc=dn(String.prototype.toLowerCase),Ge=dn(String.prototype.toString),Hi=dn(String.prototype.match),Na=dn(String.prototype.replace),em=dn(String.prototype.indexOf),Pg=dn(String.prototype.trim),_n=dn(Object.prototype.hasOwnProperty),Wr=dn(RegExp.prototype.test),Da=tm(TypeError);function dn(e){return function(t){t instanceof RegExp&&(t.lastIndex=0);for(var r=arguments.length,o=new Array(r>1?r-1:0),a=1;a<r;a++)o[a-1]=arguments[a];return vc(e,t,o)}}function tm(e){return function(){for(var t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];return La(e,r)}}function kt(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:wc;Sd&&Sd(e,null);let o=t.length;for(;o--;){let a=t[o];if(typeof a=="string"){const s=r(a);s!==a&&(gc(t)||(t[o]=s),a=s)}e[a]=!0}return e}function bd(e){for(let t=0;t<e.length;t++)_n(e,t)||(e[t]=null);return e}function Ro(e){const t=_d(null);for(const[r,o]of yc(e))_n(e,r)&&(Array.isArray(o)?t[r]=bd(o):o&&typeof o=="object"&&o.constructor===Object?t[r]=Ro(o):t[r]=o);return t}function Ar(e,t){for(;e!==null;){const o=Cg(e,t);if(o){if(o.get)return dn(o.get);if(typeof o.value=="function")return dn(o.value)}e=si(e)}function r(){return null}return r}const lo=cn(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),zo=cn(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","slot","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),Sc=cn(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),rm=cn(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),Bn=cn(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),nm=cn(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),xo=cn(["#text"]),om=cn(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),_c=cn(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Ed=cn(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),ru=cn(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),im=Mn(/\{\{[\w\W]*|[\w\W]*\}\}/gm),Og=Mn(/<%[\w\W]*|[\w\W]*%>/gm),bc=Mn(/\$\{[\w\W]*/gm),Rd=Mn(/^data-[\-\w.\u00B7-\uFFFF]+$/),uo=Mn(/^aria-[\-\w]+$/),jt=Mn(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Gr=Mn(/^(?:\w+script|data):/i),Dr=Mn(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Yr=Mn(/^html$/i),Vn=Mn(/^[a-z][.\w]*(-[.\w]+)+$/i);var Ia=Object.freeze({__proto__:null,ARIA_ATTR:uo,ATTR_WHITESPACE:Dr,CUSTOM_ELEMENT:Vn,DATA_ATTR:Rd,DOCTYPE_NAME:Yr,ERB_EXPR:Og,IS_ALLOWED_URI:jt,IS_SCRIPT_OR_DATA:Gr,MUSTACHE_EXPR:im,TMPLIT_EXPR:bc});const gr={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},nu=function(){return typeof window>"u"?null:window},Fa=function(t,r){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let o=null;const a="data-tt-policy-suffix";r&&r.hasAttribute(a)&&(o=r.getAttribute(a));const s="dompurify"+(o?"#"+o:"");try{return t.createPolicy(s,{createHTML(u){return u},createScriptURL(u){return u}})}catch{return""+s,null}},ou=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function Ec(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:nu();const t=ze=>Ec(ze);if(t.version="3.2.7",t.removed=[],!e||!e.document||e.document.nodeType!==gr.document||!e.Element)return t.isSupported=!1,t;let{document:r}=e;const o=r,a=o.currentScript,{DocumentFragment:s,HTMLTemplateElement:u,Node:c,Element:f,NodeFilter:d,NamedNodeMap:h=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:y,DOMParser:v,trustedTypes:b}=e,S=f.prototype,E=Ar(S,"cloneNode"),_=Ar(S,"remove"),x=Ar(S,"nextSibling"),T=Ar(S,"childNodes"),C=Ar(S,"parentNode");if(typeof u=="function"){const ze=r.createElement("template");ze.content&&ze.content.ownerDocument&&(r=ze.content.ownerDocument)}let P,A="";const{implementation:O,createNodeIterator:F,createDocumentFragment:N,getElementsByTagName:K}=r,{importNode:ce}=o;let ye=ou();t.isSupported=typeof yc=="function"&&typeof C=="function"&&O&&O.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:ge,ERB_EXPR:we,TMPLIT_EXPR:Le,DATA_ATTR:Ke,ARIA_ATTR:We,IS_SCRIPT_OR_DATA:Et,ATTR_WHITESPACE:ht,CUSTOM_ELEMENT:qt}=Ia;let{IS_ALLOWED_URI:Bt}=Ia,ft=null;const Fe=kt({},[...lo,...zo,...Sc,...Bn,...xo]);let Se=null;const Ue=kt({},[...om,..._c,...Ed,...ru]);let He=Object.seal(_d(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),re=null,Rt=null,Ne=!0,Dt=!0,at=!1,xt=!0,Qe=!1,Zt=!0,$t=!1,Ct=!1,Rr=!1,Tt=!1,_r=!1,Qn=!1,I=!0,q=!1;const le="user-content-";let Pe=!0,ue=!1,pe={},Ve=null;const _t=kt({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let At=null;const an=kt({},["audio","video","img","source","image","track"]);let ia=null;const Jr=kt({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),ts="http://www.w3.org/1998/Math/MathML",mi="http://www.w3.org/2000/svg",Fn="http://www.w3.org/1999/xhtml";let aa=Fn,rs=!1,sa=null;const wu=kt({},[ts,mi,Fn],Ge);let tl=kt({},["mi","mo","mn","ms","mtext"]),rf=kt({},["annotation-xml"]);const $y=kt({},["title","style","font","a","script"]);let Su=null;const Hy=["application/xhtml+xml","text/html"],nf="text/html";let Lr=null,rl=null;const Ew=r.createElement("form"),j=function($){return $ instanceof RegExp||$ instanceof Function},Q=function(){let $=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(rl&&rl===$)){if((!$||typeof $!="object")&&($={}),$=Ro($),Su=Hy.indexOf($.PARSER_MEDIA_TYPE)===-1?nf:$.PARSER_MEDIA_TYPE,Lr=Su==="application/xhtml+xml"?Ge:wc,ft=_n($,"ALLOWED_TAGS")?kt({},$.ALLOWED_TAGS,Lr):Fe,Se=_n($,"ALLOWED_ATTR")?kt({},$.ALLOWED_ATTR,Lr):Ue,sa=_n($,"ALLOWED_NAMESPACES")?kt({},$.ALLOWED_NAMESPACES,Ge):wu,ia=_n($,"ADD_URI_SAFE_ATTR")?kt(Ro(Jr),$.ADD_URI_SAFE_ATTR,Lr):Jr,At=_n($,"ADD_DATA_URI_TAGS")?kt(Ro(an),$.ADD_DATA_URI_TAGS,Lr):an,Ve=_n($,"FORBID_CONTENTS")?kt({},$.FORBID_CONTENTS,Lr):_t,re=_n($,"FORBID_TAGS")?kt({},$.FORBID_TAGS,Lr):Ro({}),Rt=_n($,"FORBID_ATTR")?kt({},$.FORBID_ATTR,Lr):Ro({}),pe=_n($,"USE_PROFILES")?$.USE_PROFILES:!1,Ne=$.ALLOW_ARIA_ATTR!==!1,Dt=$.ALLOW_DATA_ATTR!==!1,at=$.ALLOW_UNKNOWN_PROTOCOLS||!1,xt=$.ALLOW_SELF_CLOSE_IN_ATTR!==!1,Qe=$.SAFE_FOR_TEMPLATES||!1,Zt=$.SAFE_FOR_XML!==!1,$t=$.WHOLE_DOCUMENT||!1,Tt=$.RETURN_DOM||!1,_r=$.RETURN_DOM_FRAGMENT||!1,Qn=$.RETURN_TRUSTED_TYPE||!1,Rr=$.FORCE_BODY||!1,I=$.SANITIZE_DOM!==!1,q=$.SANITIZE_NAMED_PROPS||!1,Pe=$.KEEP_CONTENT!==!1,ue=$.IN_PLACE||!1,Bt=$.ALLOWED_URI_REGEXP||jt,aa=$.NAMESPACE||Fn,tl=$.MATHML_TEXT_INTEGRATION_POINTS||tl,rf=$.HTML_INTEGRATION_POINTS||rf,He=$.CUSTOM_ELEMENT_HANDLING||{},$.CUSTOM_ELEMENT_HANDLING&&j($.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(He.tagNameCheck=$.CUSTOM_ELEMENT_HANDLING.tagNameCheck),$.CUSTOM_ELEMENT_HANDLING&&j($.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(He.attributeNameCheck=$.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),$.CUSTOM_ELEMENT_HANDLING&&typeof $.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(He.allowCustomizedBuiltInElements=$.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Qe&&(Dt=!1),_r&&(Tt=!0),pe&&(ft=kt({},xo),Se=[],pe.html===!0&&(kt(ft,lo),kt(Se,om)),pe.svg===!0&&(kt(ft,zo),kt(Se,_c),kt(Se,ru)),pe.svgFilters===!0&&(kt(ft,Sc),kt(Se,_c),kt(Se,ru)),pe.mathMl===!0&&(kt(ft,Bn),kt(Se,Ed),kt(Se,ru))),$.ADD_TAGS&&(ft===Fe&&(ft=Ro(ft)),kt(ft,$.ADD_TAGS,Lr)),$.ADD_ATTR&&(Se===Ue&&(Se=Ro(Se)),kt(Se,$.ADD_ATTR,Lr)),$.ADD_URI_SAFE_ATTR&&kt(ia,$.ADD_URI_SAFE_ATTR,Lr),$.FORBID_CONTENTS&&(Ve===_t&&(Ve=Ro(Ve)),kt(Ve,$.FORBID_CONTENTS,Lr)),Pe&&(ft["#text"]=!0),$t&&kt(ft,["html","head","body"]),ft.table&&(kt(ft,["tbody"]),delete re.tbody),$.TRUSTED_TYPES_POLICY){if(typeof $.TRUSTED_TYPES_POLICY.createHTML!="function")throw Da('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof $.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Da('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');P=$.TRUSTED_TYPES_POLICY,A=P.createHTML("")}else P===void 0&&(P=Fa(b,a)),P!==null&&typeof A=="string"&&(A=P.createHTML(""));cn&&cn($),rl=$}},ie=kt({},[...zo,...Sc,...rm]),Te=kt({},[...Bn,...nm]),$e=function($){let xe=C($);(!xe||!xe.tagName)&&(xe={namespaceURI:aa,tagName:"template"});const Xe=wc($.tagName),Ht=wc(xe.tagName);return sa[$.namespaceURI]?$.namespaceURI===mi?xe.namespaceURI===Fn?Xe==="svg":xe.namespaceURI===ts?Xe==="svg"&&(Ht==="annotation-xml"||tl[Ht]):!!ie[Xe]:$.namespaceURI===ts?xe.namespaceURI===Fn?Xe==="math":xe.namespaceURI===mi?Xe==="math"&&rf[Ht]:!!Te[Xe]:$.namespaceURI===Fn?xe.namespaceURI===mi&&!rf[Ht]||xe.namespaceURI===ts&&!tl[Ht]?!1:!Te[Xe]&&($y[Xe]||!ie[Xe]):!!(Su==="application/xhtml+xml"&&sa[$.namespaceURI]):!1},qe=function($){$i(t.removed,{element:$});try{C($).removeChild($)}catch{_($)}},nt=function($,xe){try{$i(t.removed,{attribute:xe.getAttributeNode($),from:xe})}catch{$i(t.removed,{attribute:null,from:xe})}if(xe.removeAttribute($),$==="is")if(Tt||_r)try{qe(xe)}catch{}else try{xe.setAttribute($,"")}catch{}},ot=function($){let xe=null,Xe=null;if(Rr)$="<remove></remove>"+$;else{const hr=Hi($,/^[\r\n\t ]+/);Xe=hr&&hr[0]}Su==="application/xhtml+xml"&&aa===Fn&&($='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+$+"</body></html>");const Ht=P?P.createHTML($):$;if(aa===Fn)try{xe=new v().parseFromString(Ht,Su)}catch{}if(!xe||!xe.documentElement){xe=O.createDocument(aa,"template",null);try{xe.documentElement.innerHTML=rs?A:Ht}catch{}}const qr=xe.body||xe.documentElement;return $&&Xe&&qr.insertBefore(r.createTextNode(Xe),qr.childNodes[0]||null),aa===Fn?K.call(xe,$t?"html":"body")[0]:$t?xe.documentElement:qr},lt=function($){return F.call($.ownerDocument||$,$,d.SHOW_ELEMENT|d.SHOW_COMMENT|d.SHOW_TEXT|d.SHOW_PROCESSING_INSTRUCTION|d.SHOW_CDATA_SECTION,null)},dt=function($){return $ instanceof y&&(typeof $.nodeName!="string"||typeof $.textContent!="string"||typeof $.removeChild!="function"||!($.attributes instanceof h)||typeof $.removeAttribute!="function"||typeof $.setAttribute!="function"||typeof $.namespaceURI!="string"||typeof $.insertBefore!="function"||typeof $.hasChildNodes!="function")},st=function($){return typeof c=="function"&&$ instanceof c};function Ze(ze,$,xe){zr(ze,Xe=>{Xe.call(t,$,xe,rl)})}const zt=function($){let xe=null;if(Ze(ye.beforeSanitizeElements,$,null),dt($))return qe($),!0;const Xe=Lr($.nodeName);if(Ze(ye.uponSanitizeElement,$,{tagName:Xe,allowedTags:ft}),Zt&&$.hasChildNodes()&&!st($.firstElementChild)&&Wr(/<[/\w!]/g,$.innerHTML)&&Wr(/<[/\w!]/g,$.textContent)||$.nodeType===gr.progressingInstruction||Zt&&$.nodeType===gr.comment&&Wr(/<[/\w]/g,$.data))return qe($),!0;if(!ft[Xe]||re[Xe]){if(!re[Xe]&&Br(Xe)&&(He.tagNameCheck instanceof RegExp&&Wr(He.tagNameCheck,Xe)||He.tagNameCheck instanceof Function&&He.tagNameCheck(Xe)))return!1;if(Pe&&!Ve[Xe]){const Ht=C($)||$.parentNode,qr=T($)||$.childNodes;if(qr&&Ht){const hr=qr.length;for(let Fr=hr-1;Fr>=0;--Fr){const _o=E(qr[Fr],!0);_o.__removalCount=($.__removalCount||0)+1,Ht.insertBefore(_o,x($))}}}return qe($),!0}return $ instanceof f&&!$e($)||(Xe==="noscript"||Xe==="noembed"||Xe==="noframes")&&Wr(/<\/no(script|embed|frames)/i,$.innerHTML)?(qe($),!0):(Qe&&$.nodeType===gr.text&&(xe=$.textContent,zr([ge,we,Le],Ht=>{xe=Na(xe,Ht," ")}),$.textContent!==xe&&($i(t.removed,{element:$.cloneNode()}),$.textContent=xe)),Ze(ye.afterSanitizeElements,$,null),!1)},fr=function($,xe,Xe){if(I&&(xe==="id"||xe==="name")&&(Xe in r||Xe in Ew))return!1;if(!(Dt&&!Rt[xe]&&Wr(Ke,xe))){if(!(Ne&&Wr(We,xe))){if(!Se[xe]||Rt[xe]){if(!(Br($)&&(He.tagNameCheck instanceof RegExp&&Wr(He.tagNameCheck,$)||He.tagNameCheck instanceof Function&&He.tagNameCheck($))&&(He.attributeNameCheck instanceof RegExp&&Wr(He.attributeNameCheck,xe)||He.attributeNameCheck instanceof Function&&He.attributeNameCheck(xe,$))||xe==="is"&&He.allowCustomizedBuiltInElements&&(He.tagNameCheck instanceof RegExp&&Wr(He.tagNameCheck,Xe)||He.tagNameCheck instanceof Function&&He.tagNameCheck(Xe))))return!1}else if(!ia[xe]){if(!Wr(Bt,Na(Xe,ht,""))){if(!((xe==="src"||xe==="xlink:href"||xe==="href")&&$!=="script"&&em(Xe,"data:")===0&&At[$])){if(!(at&&!Wr(Et,Na(Xe,ht,"")))){if(Xe)return!1}}}}}}return!0},Br=function($){return $!=="annotation-xml"&&Hi($,qt)},mn=function($){Ze(ye.beforeSanitizeAttributes,$,null);const{attributes:xe}=$;if(!xe||dt($))return;const Xe={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Se,forceKeepAttr:void 0};let Ht=xe.length;for(;Ht--;){const qr=xe[Ht],{name:hr,namespaceURI:Fr,value:_o}=qr,yi=Lr(hr),Ut=_o;let Vt=hr==="value"?Ut:Pg(Ut);if(Xe.attrName=yi,Xe.attrValue=Vt,Xe.keepAttr=!0,Xe.forceKeepAttr=void 0,Ze(ye.uponSanitizeAttribute,$,Xe),Vt=Xe.attrValue,q&&(yi==="id"||yi==="name")&&(nt(hr,$),Vt=le+Vt),Zt&&Wr(/((--!?|])>)|<\/(style|title|textarea)/i,Vt)){nt(hr,$);continue}if(yi==="attributename"&&Hi(Vt,"href")){nt(hr,$);continue}if(Xe.forceKeepAttr)continue;if(!Xe.keepAttr){nt(hr,$);continue}if(!xt&&Wr(/\/>/i,Vt)){nt(hr,$);continue}Qe&&zr([ge,we,Le],la=>{Vt=Na(Vt,la," ")});const ns=Lr($.nodeName);if(!fr(ns,yi,Vt)){nt(hr,$);continue}if(P&&typeof b=="object"&&typeof b.getAttributeType=="function"&&!Fr)switch(b.getAttributeType(ns,yi)){case"TrustedHTML":{Vt=P.createHTML(Vt);break}case"TrustedScriptURL":{Vt=P.createScriptURL(Vt);break}}if(Vt!==Ut)try{Fr?$.setAttributeNS(Fr,hr,Vt):$.setAttribute(hr,Vt),dt($)?qe($):Zh(t.removed)}catch{nt(hr,$)}}Ze(ye.afterSanitizeAttributes,$,null)},br=function ze($){let xe=null;const Xe=lt($);for(Ze(ye.beforeSanitizeShadowDOM,$,null);xe=Xe.nextNode();)Ze(ye.uponSanitizeShadowNode,xe,null),zt(xe),mn(xe),xe.content instanceof s&&ze(xe.content);Ze(ye.afterSanitizeShadowDOM,$,null)};return t.sanitize=function(ze){let $=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},xe=null,Xe=null,Ht=null,qr=null;if(rs=!ze,rs&&(ze="<!-->"),typeof ze!="string"&&!st(ze))if(typeof ze.toString=="function"){if(ze=ze.toString(),typeof ze!="string")throw Da("dirty is not a string, aborting")}else throw Da("toString is not a function");if(!t.isSupported)return ze;if(Ct||Q($),t.removed=[],typeof ze=="string"&&(ue=!1),ue){if(ze.nodeName){const _o=Lr(ze.nodeName);if(!ft[_o]||re[_o])throw Da("root node is forbidden and cannot be sanitized in-place")}}else if(ze instanceof c)xe=ot("<!---->"),Xe=xe.ownerDocument.importNode(ze,!0),Xe.nodeType===gr.element&&Xe.nodeName==="BODY"||Xe.nodeName==="HTML"?xe=Xe:xe.appendChild(Xe);else{if(!Tt&&!Qe&&!$t&&ze.indexOf("<")===-1)return P&&Qn?P.createHTML(ze):ze;if(xe=ot(ze),!xe)return Tt?null:Qn?A:""}xe&&Rr&&qe(xe.firstChild);const hr=lt(ue?ze:xe);for(;Ht=hr.nextNode();)zt(Ht),mn(Ht),Ht.content instanceof s&&br(Ht.content);if(ue)return ze;if(Tt){if(_r)for(qr=N.call(xe.ownerDocument);xe.firstChild;)qr.appendChild(xe.firstChild);else qr=xe;return(Se.shadowroot||Se.shadowrootmode)&&(qr=ce.call(o,qr,!0)),qr}let Fr=$t?xe.outerHTML:xe.innerHTML;return $t&&ft["!doctype"]&&xe.ownerDocument&&xe.ownerDocument.doctype&&xe.ownerDocument.doctype.name&&Wr(Yr,xe.ownerDocument.doctype.name)&&(Fr="<!DOCTYPE "+xe.ownerDocument.doctype.name+`>
|
|
66
|
+
`+Fr),Qe&&zr([ge,we,Le],_o=>{Fr=Na(Fr,_o," ")}),P&&Qn?P.createHTML(Fr):Fr},t.setConfig=function(){let ze=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Q(ze),Ct=!0},t.clearConfig=function(){rl=null,Ct=!1},t.isValidAttribute=function(ze,$,xe){rl||Q({});const Xe=Lr(ze),Ht=Lr($);return fr(Xe,Ht,xe)},t.addHook=function(ze,$){typeof $=="function"&&$i(ye[ze],$)},t.removeHook=function(ze,$){if($!==void 0){const xe=Ag(ye[ze],$);return xe===-1?void 0:fn(ye[ze],xe,1)[0]}return Zh(ye[ze])},t.removeHooks=function(ze){ye[ze]=[]},t.removeAllHooks=function(){ye=ou()},t}var iu=Ec();function Pr(){return Pr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)({}).hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},Pr.apply(null,arguments)}var rn;(function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"})(rn||(rn={}));var To=function(e){return e};function Bi(e,t){if(!e)try{throw new Error(t)}catch{}}var ja="beforeunload",xd="hashchange",li="popstate";function Rc(e){e===void 0&&(e={});var t=e,r=t.window,o=r===void 0?document.defaultView:r,a=o.history;function s(){var F=o.location,N=F.pathname,K=F.search,ce=F.hash,ye=a.state||{};return[ye.idx,To({pathname:N,search:K,hash:ce,state:ye.usr||null,key:ye.key||"default"})]}var u=null;function c(){if(u)b.call(u),u=null;else{var F=rn.Pop,N=s(),K=N[0],ce=N[1];if(b.length){if(K!=null){var ye=h-K;ye&&(u={action:F,location:ce,retry:function(){A(ye*-1)}},A(ye))}}else T(F)}}o.addEventListener(li,c);var f=rn.Pop,d=s(),h=d[0],y=d[1],v=ui(),b=ui();h==null&&(h=0,a.replaceState(Pr({},a.state,{idx:h}),""));function S(F){return typeof F=="string"?F:Ir(F)}function E(F,N){return N===void 0&&(N=null),To(Pr({pathname:y.pathname,hash:"",search:""},typeof F=="string"?Wn(F):F,{state:N,key:za()}))}function _(F,N){return[{usr:F.state,key:F.key,idx:N},S(F)]}function x(F,N,K){return!b.length||(b.call({action:F,location:N,retry:K}),!1)}function T(F){f=F;var N=s();h=N[0],y=N[1],v.call({action:f,location:y})}function C(F,N){var K=rn.Push,ce=E(F,N);function ye(){C(F,N)}if(x(K,ce,ye)){var ge=_(ce,h+1),we=ge[0],Le=ge[1];try{a.pushState(we,"",Le)}catch{o.location.assign(Le)}T(K)}}function P(F,N){var K=rn.Replace,ce=E(F,N);function ye(){P(F,N)}if(x(K,ce,ye)){var ge=_(ce,h),we=ge[0],Le=ge[1];a.replaceState(we,"",Le),T(K)}}function A(F){a.go(F)}var O={get action(){return f},get location(){return y},createHref:S,push:C,replace:P,go:A,back:function(){A(-1)},forward:function(){A(1)},listen:function(N){return v.push(N)},block:function(N){var K=b.push(N);return b.length===1&&o.addEventListener(ja,Is),function(){K(),b.length||o.removeEventListener(ja,Is)}}};return O}function Vi(e){e===void 0&&(e={});var t=e,r=t.window,o=r===void 0?document.defaultView:r,a=o.history;function s(){var N=Wn(o.location.hash.substr(1)),K=N.pathname,ce=K===void 0?"/":K,ye=N.search,ge=ye===void 0?"":ye,we=N.hash,Le=we===void 0?"":we,Ke=a.state||{};return[Ke.idx,To({pathname:ce,search:ge,hash:Le,state:Ke.usr||null,key:Ke.key||"default"})]}var u=null;function c(){if(u)b.call(u),u=null;else{var N=rn.Pop,K=s(),ce=K[0],ye=K[1];if(b.length){if(ce!=null){var ge=h-ce;ge&&(u={action:N,location:ye,retry:function(){O(ge*-1)}},O(ge))}}else C(N)}}o.addEventListener(li,c),o.addEventListener(xd,function(){var N=s(),K=N[1];Ir(K)!==Ir(y)&&c()});var f=rn.Pop,d=s(),h=d[0],y=d[1],v=ui(),b=ui();h==null&&(h=0,a.replaceState(Pr({},a.state,{idx:h}),""));function S(){var N=document.querySelector("base"),K="";if(N&&N.getAttribute("href")){var ce=o.location.href,ye=ce.indexOf("#");K=ye===-1?ce:ce.slice(0,ye)}return K}function E(N){return S()+"#"+(typeof N=="string"?N:Ir(N))}function _(N,K){return K===void 0&&(K=null),To(Pr({pathname:y.pathname,hash:"",search:""},typeof N=="string"?Wn(N):N,{state:K,key:za()}))}function x(N,K){return[{usr:N.state,key:N.key,idx:K},E(N)]}function T(N,K,ce){return!b.length||(b.call({action:N,location:K,retry:ce}),!1)}function C(N){f=N;var K=s();h=K[0],y=K[1],v.call({action:f,location:y})}function P(N,K){var ce=rn.Push,ye=_(N,K);function ge(){P(N,K)}if(T(ce,ye,ge)){var we=x(ye,h+1),Le=we[0],Ke=we[1];try{a.pushState(Le,"",Ke)}catch{o.location.assign(Ke)}C(ce)}}function A(N,K){var ce=rn.Replace,ye=_(N,K);function ge(){A(N,K)}if(T(ce,ye,ge)){var we=x(ye,h),Le=we[0],Ke=we[1];a.replaceState(Le,"",Ke),C(ce)}}function O(N){a.go(N)}var F={get action(){return f},get location(){return y},createHref:E,push:P,replace:A,go:O,back:function(){O(-1)},forward:function(){O(1)},listen:function(K){return v.push(K)},block:function(K){var ce=b.push(K);return b.length===1&&o.addEventListener(ja,Is),function(){ce(),b.length||o.removeEventListener(ja,Is)}}};return F}function xc(e){e===void 0&&(e={});var t=e,r=t.initialEntries,o=r===void 0?["/"]:r,a=t.initialIndex,s=o.map(function(C){var P=To(Pr({pathname:"/",search:"",hash:"",state:null,key:za()},typeof C=="string"?Wn(C):C));return P}),u=Ds(a??s.length-1,0,s.length-1),c=rn.Pop,f=s[u],d=ui(),h=ui();function y(C){return typeof C=="string"?C:Ir(C)}function v(C,P){return P===void 0&&(P=null),To(Pr({pathname:f.pathname,search:"",hash:""},typeof C=="string"?Wn(C):C,{state:P,key:za()}))}function b(C,P,A){return!h.length||(h.call({action:C,location:P,retry:A}),!1)}function S(C,P){c=C,f=P,d.call({action:c,location:f})}function E(C,P){var A=rn.Push,O=v(C,P);function F(){E(C,P)}b(A,O,F)&&(u+=1,s.splice(u,s.length,O),S(A,O))}function _(C,P){var A=rn.Replace,O=v(C,P);function F(){_(C,P)}b(A,O,F)&&(s[u]=O,S(A,O))}function x(C){var P=Ds(u+C,0,s.length-1),A=rn.Pop,O=s[P];function F(){x(C)}b(A,O,F)&&(u=P,S(A,O))}var T={get index(){return u},get action(){return c},get location(){return f},createHref:y,push:E,replace:_,go:x,back:function(){x(-1)},forward:function(){x(1)},listen:function(P){return d.push(P)},block:function(P){return h.push(P)}};return T}function Ds(e,t,r){return Math.min(Math.max(e,t),r)}function Is(e){e.preventDefault(),e.returnValue=""}function ui(){var e=[];return{get length(){return e.length},push:function(r){return e.push(r),function(){e=e.filter(function(o){return o!==r})}},call:function(r){e.forEach(function(o){return o&&o(r)})}}}function za(){return Math.random().toString(36).substr(2,8)}function Ir(e){var t=e.pathname,r=t===void 0?"/":t,o=e.search,a=o===void 0?"":o,s=e.hash,u=s===void 0?"":s;return a&&a!=="?"&&(r+=a.charAt(0)==="?"?a:"?"+a),u&&u!=="#"&&(r+=u.charAt(0)==="#"?u:"#"+u),r}function Wn(e){var t={};if(e){var r=e.indexOf("#");r>=0&&(t.hash=e.substr(r),e=e.substr(0,r));var o=e.indexOf("?");o>=0&&(t.search=e.substr(o),e=e.substr(0,o)),e&&(t.pathname=e)}return t}var co=Oe(311),Ln=Oe.t(co,2),Fs=Oe.n(co),Td=Oe(3224),Cd=Oe.t(Td,2),kg={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",padding:0,width:"1px",position:"absolute"},ci=function(t){var r=t.message,o=t["aria-live"];return g.createElement("div",{style:kg,role:"log","aria-live":o},r||"")};ci.propTypes={};const au=ci;function Ad(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Wi(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t&&(typeof t=="object"||typeof t=="function")?t:e}function Pd(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var Gi=(function(e){Pd(t,e);function t(){var r,o,a;Ad(this,t);for(var s=arguments.length,u=Array(s),c=0;c<s;c++)u[c]=arguments[c];return a=(r=(o=Wi(this,e.call.apply(e,[this].concat(u))),o),o.state={assertiveMessage1:"",assertiveMessage2:"",politeMessage1:"",politeMessage2:"",oldPolitemessage:"",oldPoliteMessageId:"",oldAssertiveMessage:"",oldAssertiveMessageId:"",setAlternatePolite:!1,setAlternateAssertive:!1},r),Wi(o,a)}return t.getDerivedStateFromProps=function(o,a){var s=a.oldPolitemessage,u=a.oldPoliteMessageId,c=a.oldAssertiveMessage,f=a.oldAssertiveMessageId,d=o.politeMessage,h=o.politeMessageId,y=o.assertiveMessage,v=o.assertiveMessageId;return s!==d||u!==h?{politeMessage1:a.setAlternatePolite?"":d,politeMessage2:a.setAlternatePolite?d:"",oldPolitemessage:d,oldPoliteMessageId:h,setAlternatePolite:!a.setAlternatePolite}:c!==y||f!==v?{assertiveMessage1:a.setAlternateAssertive?"":y,assertiveMessage2:a.setAlternateAssertive?y:"",oldAssertiveMessage:y,oldAssertiveMessageId:v,setAlternateAssertive:!a.setAlternateAssertive}:null},t.prototype.render=function(){var o=this.state,a=o.assertiveMessage1,s=o.assertiveMessage2,u=o.politeMessage1,c=o.politeMessage2;return g.createElement("div",null,g.createElement(au,{"aria-live":"assertive",message:a}),g.createElement(au,{"aria-live":"assertive",message:s}),g.createElement(au,{"aria-live":"polite",message:u}),g.createElement(au,{"aria-live":"polite",message:c}))},t})(g.Component);Gi.propTypes={};const am=Gi;var sm=g.createContext({announceAssertive:Tc,announcePolite:Tc});function Tc(){}const js=sm;function Mg(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Lg(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t&&(typeof t=="object"||typeof t=="function")?t:e}function lm(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var um=(function(e){lm(t,e);function t(r){Mg(this,t);var o=Lg(this,e.call(this,r));return o.announcePolite=function(a,s){o.setState({announcePoliteMessage:a,politeMessageId:s||""})},o.announceAssertive=function(a,s){o.setState({announceAssertiveMessage:a,assertiveMessageId:s||""})},o.state={announcePoliteMessage:"",politeMessageId:"",announceAssertiveMessage:"",assertiveMessageId:"",updateFunctions:{announcePolite:o.announcePolite,announceAssertive:o.announceAssertive}},o}return t.prototype.render=function(){var o=this.state,a=o.announcePoliteMessage,s=o.politeMessageId,u=o.announceAssertiveMessage,c=o.assertiveMessageId,f=o.updateFunctions;return g.createElement(js.Provider,{value:f},this.props.children,g.createElement(am,{assertiveMessage:u,assertiveMessageId:c,politeMessage:a,politeMessageId:s}))},t})(g.Component);const Ua=um;var Ng=Oe(8140),$a=Oe.n(Ng);function cm(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function vr(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t&&(typeof t=="object"||typeof t=="function")?t:e}function Dg(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var Od=(function(e){Dg(t,e);function t(){var r,o,a;cm(this,t);for(var s=arguments.length,u=Array(s),c=0;c<s;c++)u[c]=arguments[c];return a=(r=(o=vr(this,e.call.apply(e,[this].concat(u))),o),o.announce=function(){var f=o.props,d=f.message,h=f["aria-live"],y=f.announceAssertive,v=f.announcePolite;h==="assertive"&&y(d||"",$a()()),h==="polite"&&v(d||"",$a()())},r),vr(o,a)}return t.prototype.componentDidMount=function(){this.announce()},t.prototype.componentDidUpdate=function(o){var a=this.props.message;a!==o.message&&this.announce()},t.prototype.componentWillUnmount=function(){var o=this.props,a=o.clearOnUnmount,s=o.announceAssertive,u=o.announcePolite;(a===!0||a==="true")&&(s(""),u(""))},t.prototype.render=function(){return null},t})(g.Component);Od.propTypes={};const Ig=Od;var Fg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},kd=function(t){return g.createElement(js.Consumer,null,function(r){return g.createElement(Ig,Fg({},r,t))})};kd.propTypes={};const fm=kd;var dm=function(t){var r=t.children;return g.createElement(js.Consumer,null,function(o){return r(o)})};dm.propTypes={};const fo=dm;var Md=Oe(5556),pr=Oe.n(Md),Yi=Oe(2098),Cc=Oe.n(Yi),Ha=Oe(115),Ac=Oe.n(Ha),Ld=Oe(5228),Nn=Oe.n(Ld),Ba={BODY:"bodyAttributes",HTML:"htmlAttributes",TITLE:"titleAttributes"},wt={BASE:"base",BODY:"body",HEAD:"head",HTML:"html",LINK:"link",META:"meta",NOSCRIPT:"noscript",SCRIPT:"script",STYLE:"style",TITLE:"title"},Tw=Object.keys(wt).map(function(e){return wt[e]}),lr={CHARSET:"charset",CSS_TEXT:"cssText",HREF:"href",HTTPEQUIV:"http-equiv",INNER_HTML:"innerHTML",ITEM_PROP:"itemprop",NAME:"name",PROPERTY:"property",REL:"rel",SRC:"src",TARGET:"target"},su={accesskey:"accessKey",charset:"charSet",class:"className",contenteditable:"contentEditable",contextmenu:"contextMenu","http-equiv":"httpEquiv",itemprop:"itemProp",tabindex:"tabIndex"},Ki={DEFAULT_TITLE:"defaultTitle",DEFER:"defer",ENCODE_SPECIAL_CHARACTERS:"encodeSpecialCharacters",ON_CHANGE_CLIENT_STATE:"onChangeClientState",TITLE_TEMPLATE:"titleTemplate"},Pc=Object.keys(su).reduce(function(e,t){return e[su[t]]=t,e},{}),pm=[wt.NOSCRIPT,wt.SCRIPT,wt.STYLE],Gn="data-react-helmet",jg=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},hm=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},Nd=(function(){function e(t,r){for(var o=0;o<r.length;o++){var a=r[o];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(t,a.key,a)}}return function(t,r,o){return r&&e(t.prototype,r),o&&e(t,o),t}})(),nn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},Dd=function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)},lu=function(e,t){var r={};for(var o in e)t.indexOf(o)>=0||Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=e[o]);return r},mm=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t&&(typeof t=="object"||typeof t=="function")?t:e},Id=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return r===!1?String(t):String(t).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")},Oc=function(t){var r=n(t,wt.TITLE),o=n(t,Ki.TITLE_TEMPLATE);if(o&&r)return o.replace(/%s/g,function(){return Array.isArray(r)?r.join(""):r});var a=n(t,Ki.DEFAULT_TITLE);return r||a||void 0},zg=function(t){return n(t,Ki.ON_CHANGE_CLIENT_STATE)||function(){}},Va=function(t,r){return r.filter(function(o){return typeof o[t]<"u"}).map(function(o){return o[t]}).reduce(function(o,a){return nn({},o,a)},{})},Ug=function(t,r){return r.filter(function(o){return typeof o[wt.BASE]<"u"}).map(function(o){return o[wt.BASE]}).reverse().reduce(function(o,a){if(!o.length)for(var s=Object.keys(a),u=0;u<s.length;u++){var c=s[u],f=c.toLowerCase();if(t.indexOf(f)!==-1&&a[f])return o.concat(a)}return o},[])},Xi=function(t,r,o){var a={};return o.filter(function(s){return Array.isArray(s[t])?!0:(typeof s[t]<"u"&&R("Helmet: "+t+' should be of type "Array". Instead found type "'+jg(s[t])+'"'),!1)}).map(function(s){return s[t]}).reverse().reduce(function(s,u){var c={};u.filter(function(v){for(var b=void 0,S=Object.keys(v),E=0;E<S.length;E++){var _=S[E],x=_.toLowerCase();r.indexOf(x)!==-1&&!(b===lr.REL&&v[b].toLowerCase()==="canonical")&&!(x===lr.REL&&v[x].toLowerCase()==="stylesheet")&&(b=x),r.indexOf(_)!==-1&&(_===lr.INNER_HTML||_===lr.CSS_TEXT||_===lr.ITEM_PROP)&&(b=_)}if(!b||!v[b])return!1;var T=v[b].toLowerCase();return a[b]||(a[b]={}),c[b]||(c[b]={}),a[b][T]?!1:(c[b][T]=!0,!0)}).reverse().forEach(function(v){return s.push(v)});for(var f=Object.keys(c),d=0;d<f.length;d++){var h=f[d],y=Nn()({},a[h],c[h]);a[h]=y}return s},[]).reverse()},n=function(t,r){for(var o=t.length-1;o>=0;o--){var a=t[o];if(a.hasOwnProperty(r))return a[r]}return null},i=function(t){return{baseTag:Ug([lr.HREF,lr.TARGET],t),bodyAttributes:Va(Ba.BODY,t),defer:n(t,Ki.DEFER),encode:n(t,Ki.ENCODE_SPECIAL_CHARACTERS),htmlAttributes:Va(Ba.HTML,t),linkTags:Xi(wt.LINK,[lr.REL,lr.HREF],t),metaTags:Xi(wt.META,[lr.NAME,lr.CHARSET,lr.HTTPEQUIV,lr.PROPERTY,lr.ITEM_PROP],t),noscriptTags:Xi(wt.NOSCRIPT,[lr.INNER_HTML],t),onChangeClientState:zg(t),scriptTags:Xi(wt.SCRIPT,[lr.SRC,lr.INNER_HTML],t),styleTags:Xi(wt.STYLE,[lr.CSS_TEXT],t),title:Oc(t),titleAttributes:Va(Ba.TITLE,t)}},l=(function(){var e=Date.now();return function(t){var r=Date.now();r-e>16?(e=r,t(r)):setTimeout(function(){l(t)},0)}})(),p=function(t){return clearTimeout(t)},m=typeof window<"u"?window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||l:Oe.g.requestAnimationFrame||l,w=typeof window<"u"?window.cancelAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame||p:Oe.g.cancelAnimationFrame||p,R=function(t){return console&&typeof console.warn=="function"&&console.warn(t)},M=null,z=function(t){M&&w(M),t.defer?M=m(function(){te(t,function(){M=null})}):(te(t),M=null)},te=function(t,r){var o=t.baseTag,a=t.bodyAttributes,s=t.htmlAttributes,u=t.linkTags,c=t.metaTags,f=t.noscriptTags,d=t.onChangeClientState,h=t.scriptTags,y=t.styleTags,v=t.title,b=t.titleAttributes;ve(wt.BODY,a),ve(wt.HTML,s),be(v,b);var S={baseTag:Be(wt.BASE,o),linkTags:Be(wt.LINK,u),metaTags:Be(wt.META,c),noscriptTags:Be(wt.NOSCRIPT,f),scriptTags:Be(wt.SCRIPT,h),styleTags:Be(wt.STYLE,y)},E={},_={};Object.keys(S).forEach(function(x){var T=S[x],C=T.newTags,P=T.oldTags;C.length&&(E[x]=C),P.length&&(_[x]=S[x].oldTags)}),r&&r(),d(t,E,_)},_e=function(t){return Array.isArray(t)?t.join(""):t},be=function(t,r){typeof t<"u"&&document.title!==t&&(document.title=_e(t)),ve(wt.TITLE,r)},ve=function(t,r){var o=document.getElementsByTagName(t)[0];if(o){for(var a=o.getAttribute(Gn),s=a?a.split(","):[],u=[].concat(s),c=Object.keys(r),f=0;f<c.length;f++){var d=c[f],h=r[d]||"";o.getAttribute(d)!==h&&o.setAttribute(d,h),s.indexOf(d)===-1&&s.push(d);var y=u.indexOf(d);y!==-1&&u.splice(y,1)}for(var v=u.length-1;v>=0;v--)o.removeAttribute(u[v]);s.length===u.length?o.removeAttribute(Gn):o.getAttribute(Gn)!==c.join(",")&&o.setAttribute(Gn,c.join(","))}},Be=function(t,r){var o=document.head||document.querySelector(wt.HEAD),a=o.querySelectorAll(t+"["+Gn+"]"),s=Array.prototype.slice.call(a),u=[],c=void 0;return r&&r.length&&r.forEach(function(f){var d=document.createElement(t);for(var h in f)if(f.hasOwnProperty(h))if(h===lr.INNER_HTML)d.innerHTML=f.innerHTML;else if(h===lr.CSS_TEXT)d.styleSheet?d.styleSheet.cssText=f.cssText:d.appendChild(document.createTextNode(f.cssText));else{var y=typeof f[h]>"u"?"":f[h];d.setAttribute(h,y)}d.setAttribute(Gn,"true"),s.some(function(v,b){return c=b,d.isEqualNode(v)})?s.splice(c,1):u.push(d)}),s.forEach(function(f){return f.parentNode.removeChild(f)}),u.forEach(function(f){return o.appendChild(f)}),{oldTags:s,newTags:u}},Je=function(t){return Object.keys(t).reduce(function(r,o){var a=typeof t[o]<"u"?o+'="'+t[o]+'"':""+o;return r?r+" "+a:a},"")},tt=function(t,r,o,a){var s=Je(o),u=_e(r);return s?"<"+t+" "+Gn+'="true" '+s+">"+Id(u,a)+"</"+t+">":"<"+t+" "+Gn+'="true">'+Id(u,a)+"</"+t+">"},Or=function(t,r,o){return r.reduce(function(a,s){var u=Object.keys(s).filter(function(d){return!(d===lr.INNER_HTML||d===lr.CSS_TEXT)}).reduce(function(d,h){var y=typeof s[h]>"u"?h:h+'="'+Id(s[h],o)+'"';return d?d+" "+y:y},""),c=s.innerHTML||s.cssText||"",f=pm.indexOf(t)===-1;return a+"<"+t+" "+Gn+'="true" '+u+(f?"/>":">"+c+"</"+t+">")},"")},X=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return Object.keys(t).reduce(function(o,a){return o[su[a]||a]=t[a],o},r)},W=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return Object.keys(t).reduce(function(o,a){return o[Pc[a]||a]=t[a],o},r)},Z=function(t,r,o){var a,s=(a={key:r},a[Gn]=!0,a),u=X(o,s);return[g.createElement(wt.TITLE,u,r)]},Ae=function(t,r){return r.map(function(o,a){var s,u=(s={key:a},s[Gn]=!0,s);return Object.keys(o).forEach(function(c){var f=su[c]||c;if(f===lr.INNER_HTML||f===lr.CSS_TEXT){var d=o.innerHTML||o.cssText;u.dangerouslySetInnerHTML={__html:d}}else u[f]=o[c]}),g.createElement(t,u)})},Ye=function(t,r,o){switch(t){case wt.TITLE:return{toComponent:function(){return Z(t,r.title,r.titleAttributes,o)},toString:function(){return tt(t,r.title,r.titleAttributes,o)}};case Ba.BODY:case Ba.HTML:return{toComponent:function(){return X(r)},toString:function(){return Je(r)}};default:return{toComponent:function(){return Ae(t,r)},toString:function(){return Or(t,r,o)}}}},ut=function(t){var r=t.baseTag,o=t.bodyAttributes,a=t.encode,s=t.htmlAttributes,u=t.linkTags,c=t.metaTags,f=t.noscriptTags,d=t.scriptTags,h=t.styleTags,y=t.title,v=y===void 0?"":y,b=t.titleAttributes;return{base:Ye(wt.BASE,r,a),bodyAttributes:Ye(Ba.BODY,o,a),htmlAttributes:Ye(Ba.HTML,s,a),link:Ye(wt.LINK,u,a),meta:Ye(wt.META,c,a),noscript:Ye(wt.NOSCRIPT,f,a),script:Ye(wt.SCRIPT,d,a),style:Ye(wt.STYLE,h,a),title:Ye(wt.TITLE,{title:v,titleAttributes:b},a)}},ct=function(t){var r,o;return o=r=(function(a){Dd(s,a);function s(){return hm(this,s),mm(this,a.apply(this,arguments))}return s.prototype.shouldComponentUpdate=function(c){return!Ac()(this.props,c)},s.prototype.mapNestedChildrenToProps=function(c,f){if(!f)return null;switch(c.type){case wt.SCRIPT:case wt.NOSCRIPT:return{innerHTML:f};case wt.STYLE:return{cssText:f}}throw new Error("<"+c.type+" /> elements are self-closing and can not contain children. Refer to our API for more information.")},s.prototype.flattenArrayTypeChildren=function(c){var f,d=c.child,h=c.arrayTypeChildren,y=c.newChildProps,v=c.nestedChildren;return nn({},h,(f={},f[d.type]=[].concat(h[d.type]||[],[nn({},y,this.mapNestedChildrenToProps(d,v))]),f))},s.prototype.mapObjectTypeChildren=function(c){var f,d,h=c.child,y=c.newProps,v=c.newChildProps,b=c.nestedChildren;switch(h.type){case wt.TITLE:return nn({},y,(f={},f[h.type]=b,f.titleAttributes=nn({},v),f));case wt.BODY:return nn({},y,{bodyAttributes:nn({},v)});case wt.HTML:return nn({},y,{htmlAttributes:nn({},v)})}return nn({},y,(d={},d[h.type]=nn({},v),d))},s.prototype.mapArrayTypeChildrenToProps=function(c,f){var d=nn({},f);return Object.keys(c).forEach(function(h){var y;d=nn({},d,(y={},y[h]=c[h],y))}),d},s.prototype.warnOnInvalidChildren=function(c,f){return!0},s.prototype.mapChildrenToProps=function(c,f){var d=this,h={};return g.Children.forEach(c,function(y){if(!(!y||!y.props)){var v=y.props,b=v.children,S=lu(v,["children"]),E=W(S);switch(d.warnOnInvalidChildren(y,b),y.type){case wt.LINK:case wt.META:case wt.NOSCRIPT:case wt.SCRIPT:case wt.STYLE:h=d.flattenArrayTypeChildren({child:y,arrayTypeChildren:h,newChildProps:E,nestedChildren:b});break;default:f=d.mapObjectTypeChildren({child:y,newProps:f,newChildProps:E,nestedChildren:b});break}}}),f=this.mapArrayTypeChildrenToProps(h,f),f},s.prototype.render=function(){var c=this.props,f=c.children,d=lu(c,["children"]),h=nn({},d);return f&&(h=this.mapChildrenToProps(f,h)),g.createElement(t,h)},Nd(s,null,[{key:"canUseDOM",set:function(c){t.canUseDOM=c}}]),s})(g.Component),r.propTypes={base:pr().object,bodyAttributes:pr().object,children:pr().oneOfType([pr().arrayOf(pr().node),pr().node]),defaultTitle:pr().string,defer:pr().bool,encodeSpecialCharacters:pr().bool,htmlAttributes:pr().object,link:pr().arrayOf(pr().object),meta:pr().arrayOf(pr().object),noscript:pr().arrayOf(pr().object),onChangeClientState:pr().func,script:pr().arrayOf(pr().object),style:pr().arrayOf(pr().object),title:pr().string,titleAttributes:pr().object,titleTemplate:pr().string},r.defaultProps={defer:!0,encodeSpecialCharacters:!0},r.peek=t.peek,r.rewind=function(){var a=t.rewind();return a||(a=ut({baseTag:[],bodyAttributes:{},encodeSpecialCharacters:!0,htmlAttributes:{},linkTags:[],metaTags:[],noscriptTags:[],scriptTags:[],styleTags:[],title:"",titleAttributes:{}})),a},o},yt=function(){return null},Kr=Cc()(i,z,ut)(yt),Nt=ct(Kr);Nt.renderStatic=Nt.rewind;const Qi=Nt;var uu=e=>e.type==="checkbox",cu=e=>e instanceof Date,Yn=e=>e==null;const $g=e=>typeof e=="object";var Ur=e=>!Yn(e)&&!Array.isArray(e)&&$g(e)&&!cu(e),Cw=e=>Ur(e)&&e.target?uu(e.target)?e.target.checked:e.target.value:e,BC=e=>e.substring(0,e.search(/\.\d+(\.|$)/))||e,Aw=(e,t)=>e.has(BC(t)),VC=e=>{const t=e.constructor&&e.constructor.prototype;return Ur(t)&&t.hasOwnProperty("isPrototypeOf")},Hg=typeof window<"u"&&typeof window.HTMLElement<"u"&&typeof document<"u";function wr(e){let t;const r=Array.isArray(e),o=typeof FileList<"u"?e instanceof FileList:!1;if(e instanceof Date)t=new Date(e);else if(!(Hg&&(e instanceof Blob||o))&&(r||Ur(e)))if(t=r?[]:Object.create(Object.getPrototypeOf(e)),!r&&!VC(e))t=e;else for(const a in e)e.hasOwnProperty(a)&&(t[a]=wr(e[a]));else return e;return t}var ym=e=>/^\w*$/.test(e),Sr=e=>e===void 0,gm=e=>Array.isArray(e)?e.filter(Boolean):[],Bg=e=>gm(e.replace(/["|']|\]/g,"").split(/\.|\[/)),je=(e,t,r)=>{if(!t||!Ur(e))return r;const o=(ym(t)?[t]:Bg(t)).reduce((a,s)=>Yn(a)?a:a[s],e);return Sr(o)||o===e?Sr(e[t])?r:e[t]:o},Co=e=>typeof e=="boolean",nr=(e,t,r)=>{let o=-1;const a=ym(t)?[t]:Bg(t),s=a.length,u=s-1;for(;++o<s;){const c=a[o];let f=r;if(o!==u){const d=e[c];f=Ur(d)||Array.isArray(d)?d:isNaN(+a[o+1])?{}:[]}if(c==="__proto__"||c==="constructor"||c==="prototype")return;e[c]=f,e=e[c]}};const vm={BLUR:"blur",FOCUS_OUT:"focusout",CHANGE:"change"},Uo={onBlur:"onBlur",onChange:"onChange",onSubmit:"onSubmit",onTouched:"onTouched",all:"all"},Wa={max:"max",min:"min",maxLength:"maxLength",minLength:"minLength",pattern:"pattern",required:"required",validate:"validate"},Vg=g.createContext(null);Vg.displayName="HookFormContext";const kc=()=>g.useContext(Vg),WC=e=>{const{children:t,...r}=e;return g.createElement(Vg.Provider,{value:r},t)};var Pw=(e,t,r,o=!0)=>{const a={defaultValues:t._defaultValues};for(const s in e)Object.defineProperty(a,s,{get:()=>{const u=s;return t._proxyFormState[u]!==Uo.all&&(t._proxyFormState[u]=!o||Uo.all),r&&(r[u]=!0),e[u]}});return a};const wm=typeof window<"u"?g.useLayoutEffect:g.useEffect;function Ow(e){const t=kc(),{control:r=t.control,disabled:o,name:a,exact:s}=e||{},[u,c]=g.useState(r._formState),f=g.useRef({isDirty:!1,isLoading:!1,dirtyFields:!1,touchedFields:!1,validatingFields:!1,isValidating:!1,isValid:!1,errors:!1});return wm(()=>r._subscribe({name:a,formState:f.current,exact:s,callback:d=>{!o&&c({...r._formState,...d})}}),[a,o,s]),g.useEffect(()=>{f.current.isValid&&r._setValid(!0)},[r]),g.useMemo(()=>Pw(u,r,f.current,!1),[u,r])}var Ji=e=>typeof e=="string",kw=(e,t,r,o,a)=>Ji(e)?(o&&t.watch.add(e),je(r,e,a)):Array.isArray(e)?e.map(s=>(o&&t.watch.add(s),je(r,s))):(o&&(t.watchAll=!0),r),Wg=e=>Yn(e)||!$g(e);function Ga(e,t,r=new WeakSet){if(Wg(e)||Wg(t))return e===t;if(cu(e)&&cu(t))return e.getTime()===t.getTime();const o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;if(r.has(e)||r.has(t))return!0;r.add(e),r.add(t);for(const s of o){const u=e[s];if(!a.includes(s))return!1;if(s!=="ref"){const c=t[s];if(cu(u)&&cu(c)||Ur(u)&&Ur(c)||Array.isArray(u)&&Array.isArray(c)?!Ga(u,c,r):u!==c)return!1}}return!0}function Mw(e){const t=kc(),{control:r=t.control,name:o,defaultValue:a,disabled:s,exact:u,compute:c}=e||{},f=g.useRef(a),d=g.useRef(c),h=g.useRef(void 0);d.current=c;const y=g.useMemo(()=>r._getWatch(o,f.current),[r,o]),[v,b]=g.useState(d.current?d.current(y):y);return wm(()=>r._subscribe({name:o,formState:{values:!0},exact:u,callback:S=>{if(!s){const E=kw(o,r._names,S.values||r._formValues,!1,f.current);if(d.current){const _=d.current(E);Ga(_,h.current)||(b(_),h.current=_)}else b(E)}}}),[r,s,o,u]),g.useEffect(()=>r._removeUnmounted()),v}function Lw(e){const t=kc(),{name:r,disabled:o,control:a=t.control,shouldUnregister:s,defaultValue:u}=e,c=Aw(a._names.array,r),f=g.useMemo(()=>je(a._formValues,r,je(a._defaultValues,r,u)),[a,r,u]),d=Mw({control:a,name:r,defaultValue:f,exact:!0}),h=Ow({control:a,name:r,exact:!0}),y=g.useRef(e),v=g.useRef(a.register(r,{...e.rules,value:d,...Co(e.disabled)?{disabled:e.disabled}:{}}));y.current=e;const b=g.useMemo(()=>Object.defineProperties({},{invalid:{enumerable:!0,get:()=>!!je(h.errors,r)},isDirty:{enumerable:!0,get:()=>!!je(h.dirtyFields,r)},isTouched:{enumerable:!0,get:()=>!!je(h.touchedFields,r)},isValidating:{enumerable:!0,get:()=>!!je(h.validatingFields,r)},error:{enumerable:!0,get:()=>je(h.errors,r)}}),[h,r]),S=g.useCallback(T=>v.current.onChange({target:{value:Cw(T),name:r},type:vm.CHANGE}),[r]),E=g.useCallback(()=>v.current.onBlur({target:{value:je(a._formValues,r),name:r},type:vm.BLUR}),[r,a._formValues]),_=g.useCallback(T=>{const C=je(a._fields,r);C&&T&&(C._f.ref={focus:()=>T.focus&&T.focus(),select:()=>T.select&&T.select(),setCustomValidity:P=>T.setCustomValidity(P),reportValidity:()=>T.reportValidity()})},[a._fields,r]),x=g.useMemo(()=>({name:r,value:d,...Co(o)||h.disabled?{disabled:h.disabled||o}:{},onChange:S,onBlur:E,ref:_}),[r,o,h.disabled,S,E,_,d]);return g.useEffect(()=>{const T=a._options.shouldUnregister||s;a.register(r,{...y.current.rules,...Co(y.current.disabled)?{disabled:y.current.disabled}:{}});const C=(P,A)=>{const O=je(a._fields,P);O&&O._f&&(O._f.mount=A)};if(C(r,!0),T){const P=wr(je(a._options.defaultValues,r));nr(a._defaultValues,r,P),Sr(je(a._formValues,r))&&nr(a._formValues,r,P)}return!c&&a.register(r),()=>{(c?T&&!a._state.action:T)?a.unregister(r):C(r,!1)}},[r,a,c,s]),g.useEffect(()=>{a._setDisabledField({disabled:o,name:r})},[o,r,a]),g.useMemo(()=>({field:x,formState:h,fieldState:b}),[x,h,b])}const GC=e=>e.render(Lw(e)),Nw=e=>{const t={};for(const r of Object.keys(e))if($g(e[r])&&e[r]!==null){const o=Nw(e[r]);for(const a of Object.keys(o))t[`${r}.${a}`]=o[a]}else t[r]=e[r];return t},YC="post";function KC(e){const t=kc(),[r,o]=g.useState(!1),{control:a=t.control,onSubmit:s,children:u,action:c,method:f=YC,headers:d,encType:h,onError:y,render:v,onSuccess:b,validateStatus:S,...E}=e,_=async x=>{let T=!1,C="";await a.handleSubmit(async P=>{const A=new FormData;let O="";try{O=JSON.stringify(P)}catch{}const F=Nw(a._formValues);for(const N in F)A.append(N,F[N]);if(s&&await s({data:P,event:x,method:f,formData:A,formDataJson:O}),c)try{const N=[d&&d["Content-Type"],h].some(ce=>ce&&ce.includes("json")),K=await fetch(String(c),{method:f,headers:{...d,...h&&h!=="multipart/form-data"?{"Content-Type":h}:{}},body:N?O:A});K&&(S?!S(K.status):K.status<200||K.status>=300)?(T=!0,y&&y({response:K}),C=String(K.status)):b&&b({response:K})}catch(N){T=!0,y&&y({error:N})}})(x),T&&e.control&&(e.control._subjects.state.next({isSubmitSuccessful:!1}),e.control.setError("root.server",{type:C}))};return g.useEffect(()=>{o(!0)},[]),v?g.createElement(g.Fragment,null,v({submit:_})):g.createElement("form",{noValidate:r,action:c,method:f,encType:h,onSubmit:_,...E},u)}var Dw=(e,t,r,o,a)=>t?{...r[e],types:{...r[e]&&r[e].types?r[e].types:{},[o]:a||!0}}:{},po=e=>Array.isArray(e)?e:[e],Iw=()=>{let e=[];return{get observers(){return e},next:a=>{for(const s of e)s.next&&s.next(a)},subscribe:a=>(e.push(a),{unsubscribe:()=>{e=e.filter(s=>s!==a)}}),unsubscribe:()=>{e=[]}}},Kn=e=>Ur(e)&&!Object.keys(e).length,Gg=e=>e.type==="file",fi=e=>typeof e=="function",Sm=e=>{if(!Hg)return!1;const t=e?e.ownerDocument:0;return e instanceof(t&&t.defaultView?t.defaultView.HTMLElement:HTMLElement)},Fw=e=>e.type==="select-multiple",Yg=e=>e.type==="radio",XC=e=>Yg(e)||uu(e),Kg=e=>Sm(e)&&e.isConnected;function QC(e,t){const r=t.slice(0,-1).length;let o=0;for(;o<r;)e=Sr(e)?o++:e[t[o++]];return e}function JC(e){for(const t in e)if(e.hasOwnProperty(t)&&!Sr(e[t]))return!1;return!0}function $r(e,t){const r=Array.isArray(t)?t:ym(t)?[t]:Bg(t),o=r.length===1?e:QC(e,r),a=r.length-1,s=r[a];return o&&delete o[s],a!==0&&(Ur(o)&&Kn(o)||Array.isArray(o)&&JC(o))&&$r(e,r.slice(0,-1)),e}var jw=e=>{for(const t in e)if(fi(e[t]))return!0;return!1};function _m(e,t={}){const r=Array.isArray(e);if(Ur(e)||r)for(const o in e)Array.isArray(e[o])||Ur(e[o])&&!jw(e[o])?(t[o]=Array.isArray(e[o])?[]:{},_m(e[o],t[o])):Yn(e[o])||(t[o]=!0);return t}function zw(e,t,r){const o=Array.isArray(e);if(Ur(e)||o)for(const a in e)Array.isArray(e[a])||Ur(e[a])&&!jw(e[a])?Sr(t)||Wg(r[a])?r[a]=Array.isArray(e[a])?_m(e[a],[]):{..._m(e[a])}:zw(e[a],Yn(t)?{}:t[a],r[a]):r[a]=!Ga(e[a],t[a]);return r}var Fd=(e,t)=>zw(e,t,_m(t));const Uw={value:!1,isValid:!1},$w={value:!0,isValid:!0};var Hw=e=>{if(Array.isArray(e)){if(e.length>1){const t=e.filter(r=>r&&r.checked&&!r.disabled).map(r=>r.value);return{value:t,isValid:!!t.length}}return e[0].checked&&!e[0].disabled?e[0].attributes&&!Sr(e[0].attributes.value)?Sr(e[0].value)||e[0].value===""?$w:{value:e[0].value,isValid:!0}:$w:Uw}return Uw},Bw=(e,{valueAsNumber:t,valueAsDate:r,setValueAs:o})=>Sr(e)?e:t?e===""?NaN:e&&+e:r&&Ji(e)?new Date(e):o?o(e):e;const Vw={isValid:!1,value:null};var Ww=e=>Array.isArray(e)?e.reduce((t,r)=>r&&r.checked&&!r.disabled?{isValid:!0,value:r.value}:t,Vw):Vw;function Gw(e){const t=e.ref;return Gg(t)?t.files:Yg(t)?Ww(e.refs).value:Fw(t)?[...t.selectedOptions].map(({value:r})=>r):uu(t)?Hw(e.refs).value:Bw(Sr(t.value)?e.ref.value:t.value,e)}var qC=(e,t,r,o)=>{const a={};for(const s of e){const u=je(t,s);u&&nr(a,s,u._f)}return{criteriaMode:r,names:[...e],fields:a,shouldUseNativeValidation:o}},bm=e=>e instanceof RegExp,jd=e=>Sr(e)?e:bm(e)?e.source:Ur(e)?bm(e.value)?e.value.source:e.value:e,Mc=e=>({isOnSubmit:!e||e===Uo.onSubmit,isOnBlur:e===Uo.onBlur,isOnChange:e===Uo.onChange,isOnAll:e===Uo.all,isOnTouch:e===Uo.onTouched});const Yw="AsyncFunction";var ZC=e=>!!e&&!!e.validate&&!!(fi(e.validate)&&e.validate.constructor.name===Yw||Ur(e.validate)&&Object.values(e.validate).find(t=>t.constructor.name===Yw)),eA=e=>e.mount&&(e.required||e.min||e.max||e.maxLength||e.minLength||e.pattern||e.validate),Xg=(e,t,r)=>!r&&(t.watchAll||t.watch.has(e)||[...t.watch].some(o=>e.startsWith(o)&&/^\.\w+/.test(e.slice(o.length))));const Lc=(e,t,r,o)=>{for(const a of r||Object.keys(e)){const s=je(e,a);if(s){const{_f:u,...c}=s;if(u){if(u.refs&&u.refs[0]&&t(u.refs[0],a)&&!o)return!0;if(u.ref&&t(u.ref,u.name)&&!o)return!0;if(Lc(c,t))break}else if(Ur(c)&&Lc(c,t))break}}};function Kw(e,t,r){const o=je(e,r);if(o||ym(r))return{error:o,name:r};const a=r.split(".");for(;a.length;){const s=a.join("."),u=je(t,s),c=je(e,s);if(u&&!Array.isArray(u)&&r!==s)return{name:r};if(c&&c.type)return{name:s,error:c};if(c&&c.root&&c.root.type)return{name:`${s}.root`,error:c.root};a.pop()}return{name:r}}var tA=(e,t,r,o)=>{r(e);const{name:a,...s}=e;return Kn(s)||Object.keys(s).length>=Object.keys(t).length||Object.keys(s).find(u=>t[u]===(!o||Uo.all))},rA=(e,t,r)=>!e||!t||e===t||po(e).some(o=>o&&(r?o===t:o.startsWith(t)||t.startsWith(o))),nA=(e,t,r,o,a)=>a.isOnAll?!1:!r&&a.isOnTouch?!(t||e):(r?o.isOnBlur:a.isOnBlur)?!e:(r?o.isOnChange:a.isOnChange)?e:!0,oA=(e,t)=>!gm(je(e,t)).length&&$r(e,t),Xw=(e,t,r)=>{const o=po(je(e,r));return nr(o,"root",t[r]),nr(e,r,o),e},Em=e=>Ji(e);function Qw(e,t,r="validate"){if(Em(e)||Array.isArray(e)&&e.every(Em)||Co(e)&&!e)return{type:r,message:Em(e)?e:"",ref:t}}var Nc=e=>Ur(e)&&!bm(e)?e:{value:e,message:""},Qg=async(e,t,r,o,a,s)=>{const{ref:u,refs:c,required:f,maxLength:d,minLength:h,min:y,max:v,pattern:b,validate:S,name:E,valueAsNumber:_,mount:x}=e._f,T=je(r,E);if(!x||t.has(E))return{};const C=c?c[0]:u,P=ge=>{a&&C.reportValidity&&(C.setCustomValidity(Co(ge)?"":ge||""),C.reportValidity())},A={},O=Yg(u),F=uu(u),N=O||F,K=(_||Gg(u))&&Sr(u.value)&&Sr(T)||Sm(u)&&u.value===""||T===""||Array.isArray(T)&&!T.length,ce=Dw.bind(null,E,o,A),ye=(ge,we,Le,Ke=Wa.maxLength,We=Wa.minLength)=>{const Et=ge?we:Le;A[E]={type:ge?Ke:We,message:Et,ref:u,...ce(ge?Ke:We,Et)}};if(s?!Array.isArray(T)||!T.length:f&&(!N&&(K||Yn(T))||Co(T)&&!T||F&&!Hw(c).isValid||O&&!Ww(c).isValid)){const{value:ge,message:we}=Em(f)?{value:!!f,message:f}:Nc(f);if(ge&&(A[E]={type:Wa.required,message:we,ref:C,...ce(Wa.required,we)},!o))return P(we),A}if(!K&&(!Yn(y)||!Yn(v))){let ge,we;const Le=Nc(v),Ke=Nc(y);if(!Yn(T)&&!isNaN(T)){const We=u.valueAsNumber||T&&+T;Yn(Le.value)||(ge=We>Le.value),Yn(Ke.value)||(we=We<Ke.value)}else{const We=u.valueAsDate||new Date(T),Et=Bt=>new Date(new Date().toDateString()+" "+Bt),ht=u.type=="time",qt=u.type=="week";Ji(Le.value)&&T&&(ge=ht?Et(T)>Et(Le.value):qt?T>Le.value:We>new Date(Le.value)),Ji(Ke.value)&&T&&(we=ht?Et(T)<Et(Ke.value):qt?T<Ke.value:We<new Date(Ke.value))}if((ge||we)&&(ye(!!ge,Le.message,Ke.message,Wa.max,Wa.min),!o))return P(A[E].message),A}if((d||h)&&!K&&(Ji(T)||s&&Array.isArray(T))){const ge=Nc(d),we=Nc(h),Le=!Yn(ge.value)&&T.length>+ge.value,Ke=!Yn(we.value)&&T.length<+we.value;if((Le||Ke)&&(ye(Le,ge.message,we.message),!o))return P(A[E].message),A}if(b&&!K&&Ji(T)){const{value:ge,message:we}=Nc(b);if(bm(ge)&&!T.match(ge)&&(A[E]={type:Wa.pattern,message:we,ref:u,...ce(Wa.pattern,we)},!o))return P(we),A}if(S){if(fi(S)){const ge=await S(T,r),we=Qw(ge,C);if(we&&(A[E]={...we,...ce(Wa.validate,we.message)},!o))return P(we.message),A}else if(Ur(S)){let ge={};for(const we in S){if(!Kn(ge)&&!o)break;const Le=Qw(await S[we](T,r),C,we);Le&&(ge={...Le,...ce(we,Le.message)},P(Le.message),o&&(A[E]=ge))}if(!Kn(ge)&&(A[E]={ref:C,...ge},!o))return A}}return P(!0),A};const iA={mode:Uo.onSubmit,reValidateMode:Uo.onChange,shouldFocusError:!0};function Jw(e={}){let t={...iA,...e},r={submitCount:0,isDirty:!1,isReady:!1,isLoading:fi(t.defaultValues),isValidating:!1,isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,touchedFields:{},dirtyFields:{},validatingFields:{},errors:t.errors||{},disabled:t.disabled||!1},o={},a=Ur(t.defaultValues)||Ur(t.values)?wr(t.defaultValues||t.values)||{}:{},s=t.shouldUnregister?{}:wr(a),u={action:!1,mount:!1,watch:!1},c={mount:new Set,disabled:new Set,unMount:new Set,array:new Set,watch:new Set},f,d=0;const h={isDirty:!1,dirtyFields:!1,validatingFields:!1,touchedFields:!1,isValidating:!1,isValid:!1,errors:!1};let y={...h};const v={array:Iw(),state:Iw()},b=t.criteriaMode===Uo.all,S=I=>q=>{clearTimeout(d),d=setTimeout(I,q)},E=async I=>{if(!t.disabled&&(h.isValid||y.isValid||I)){const q=t.resolver?Kn((await F()).errors):await K(o,!0);q!==r.isValid&&v.state.next({isValid:q})}},_=(I,q)=>{!t.disabled&&(h.isValidating||h.validatingFields||y.isValidating||y.validatingFields)&&((I||Array.from(c.mount)).forEach(le=>{le&&(q?nr(r.validatingFields,le,q):$r(r.validatingFields,le))}),v.state.next({validatingFields:r.validatingFields,isValidating:!Kn(r.validatingFields)}))},x=(I,q=[],le,Pe,ue=!0,pe=!0)=>{if(Pe&&le&&!t.disabled){if(u.action=!0,pe&&Array.isArray(je(o,I))){const Ve=le(je(o,I),Pe.argA,Pe.argB);ue&&nr(o,I,Ve)}if(pe&&Array.isArray(je(r.errors,I))){const Ve=le(je(r.errors,I),Pe.argA,Pe.argB);ue&&nr(r.errors,I,Ve),oA(r.errors,I)}if((h.touchedFields||y.touchedFields)&&pe&&Array.isArray(je(r.touchedFields,I))){const Ve=le(je(r.touchedFields,I),Pe.argA,Pe.argB);ue&&nr(r.touchedFields,I,Ve)}(h.dirtyFields||y.dirtyFields)&&(r.dirtyFields=Fd(a,s)),v.state.next({name:I,isDirty:ye(I,q),dirtyFields:r.dirtyFields,errors:r.errors,isValid:r.isValid})}else nr(s,I,q)},T=(I,q)=>{nr(r.errors,I,q),v.state.next({errors:r.errors})},C=I=>{r.errors=I,v.state.next({errors:r.errors,isValid:!1})},P=(I,q,le,Pe)=>{const ue=je(o,I);if(ue){const pe=je(s,I,Sr(le)?je(a,I):le);Sr(pe)||Pe&&Pe.defaultChecked||q?nr(s,I,q?pe:Gw(ue._f)):Le(I,pe),u.mount&&E()}},A=(I,q,le,Pe,ue)=>{let pe=!1,Ve=!1;const _t={name:I};if(!t.disabled){if(!le||Pe){(h.isDirty||y.isDirty)&&(Ve=r.isDirty,r.isDirty=_t.isDirty=ye(),pe=Ve!==_t.isDirty);const At=Ga(je(a,I),q);Ve=!!je(r.dirtyFields,I),At?$r(r.dirtyFields,I):nr(r.dirtyFields,I,!0),_t.dirtyFields=r.dirtyFields,pe=pe||(h.dirtyFields||y.dirtyFields)&&Ve!==!At}if(le){const At=je(r.touchedFields,I);At||(nr(r.touchedFields,I,le),_t.touchedFields=r.touchedFields,pe=pe||(h.touchedFields||y.touchedFields)&&At!==le)}pe&&ue&&v.state.next(_t)}return pe?_t:{}},O=(I,q,le,Pe)=>{const ue=je(r.errors,I),pe=(h.isValid||y.isValid)&&Co(q)&&r.isValid!==q;if(t.delayError&&le?(f=S(()=>T(I,le)),f(t.delayError)):(clearTimeout(d),f=null,le?nr(r.errors,I,le):$r(r.errors,I)),(le?!Ga(ue,le):ue)||!Kn(Pe)||pe){const Ve={...Pe,...pe&&Co(q)?{isValid:q}:{},errors:r.errors,name:I};r={...r,...Ve},v.state.next(Ve)}},F=async I=>{_(I,!0);const q=await t.resolver(s,t.context,qC(I||c.mount,o,t.criteriaMode,t.shouldUseNativeValidation));return _(I),q},N=async I=>{const{errors:q}=await F(I);if(I)for(const le of I){const Pe=je(q,le);Pe?nr(r.errors,le,Pe):$r(r.errors,le)}else r.errors=q;return q},K=async(I,q,le={valid:!0})=>{for(const Pe in I){const ue=I[Pe];if(ue){const{_f:pe,...Ve}=ue;if(pe){const _t=c.array.has(pe.name),At=ue._f&&ZC(ue._f);At&&h.validatingFields&&_([Pe],!0);const an=await Qg(ue,c.disabled,s,b,t.shouldUseNativeValidation&&!q,_t);if(At&&h.validatingFields&&_([Pe]),an[pe.name]&&(le.valid=!1,q))break;!q&&(je(an,pe.name)?_t?Xw(r.errors,an,pe.name):nr(r.errors,pe.name,an[pe.name]):$r(r.errors,pe.name))}!Kn(Ve)&&await K(Ve,q,le)}}return le.valid},ce=()=>{for(const I of c.unMount){const q=je(o,I);q&&(q._f.refs?q._f.refs.every(le=>!Kg(le)):!Kg(q._f.ref))&&Rt(I)}c.unMount=new Set},ye=(I,q)=>!t.disabled&&(I&&q&&nr(s,I,q),!Ga(Bt(),a)),ge=(I,q,le)=>kw(I,c,{...u.mount?s:Sr(q)?a:Ji(I)?{[I]:q}:q},le,q),we=I=>gm(je(u.mount?s:a,I,t.shouldUnregister?je(a,I,[]):[])),Le=(I,q,le={})=>{const Pe=je(o,I);let ue=q;if(Pe){const pe=Pe._f;pe&&(!pe.disabled&&nr(s,I,Bw(q,pe)),ue=Sm(pe.ref)&&Yn(q)?"":q,Fw(pe.ref)?[...pe.ref.options].forEach(Ve=>Ve.selected=ue.includes(Ve.value)):pe.refs?uu(pe.ref)?pe.refs.forEach(Ve=>{(!Ve.defaultChecked||!Ve.disabled)&&(Array.isArray(ue)?Ve.checked=!!ue.find(_t=>_t===Ve.value):Ve.checked=ue===Ve.value||!!ue)}):pe.refs.forEach(Ve=>Ve.checked=Ve.value===ue):Gg(pe.ref)?pe.ref.value="":(pe.ref.value=ue,pe.ref.type||v.state.next({name:I,values:wr(s)})))}(le.shouldDirty||le.shouldTouch)&&A(I,ue,le.shouldTouch,le.shouldDirty,!0),le.shouldValidate&&qt(I)},Ke=(I,q,le)=>{for(const Pe in q){if(!q.hasOwnProperty(Pe))return;const ue=q[Pe],pe=I+"."+Pe,Ve=je(o,pe);(c.array.has(I)||Ur(ue)||Ve&&!Ve._f)&&!cu(ue)?Ke(pe,ue,le):Le(pe,ue,le)}},We=(I,q,le={})=>{const Pe=je(o,I),ue=c.array.has(I),pe=wr(q);nr(s,I,pe),ue?(v.array.next({name:I,values:wr(s)}),(h.isDirty||h.dirtyFields||y.isDirty||y.dirtyFields)&&le.shouldDirty&&v.state.next({name:I,dirtyFields:Fd(a,s),isDirty:ye(I,pe)})):Pe&&!Pe._f&&!Yn(pe)?Ke(I,pe,le):Le(I,pe,le),Xg(I,c)&&v.state.next({...r,name:I}),v.state.next({name:u.mount?I:void 0,values:wr(s)})},Et=async I=>{u.mount=!0;const q=I.target;let le=q.name,Pe=!0;const ue=je(o,le),pe=At=>{Pe=Number.isNaN(At)||cu(At)&&isNaN(At.getTime())||Ga(At,je(s,le,At))},Ve=Mc(t.mode),_t=Mc(t.reValidateMode);if(ue){let At,an;const ia=q.type?Gw(ue._f):Cw(I),Jr=I.type===vm.BLUR||I.type===vm.FOCUS_OUT,ts=!eA(ue._f)&&!t.resolver&&!je(r.errors,le)&&!ue._f.deps||nA(Jr,je(r.touchedFields,le),r.isSubmitted,_t,Ve),mi=Xg(le,c,Jr);nr(s,le,ia),Jr?(!q||!q.readOnly)&&(ue._f.onBlur&&ue._f.onBlur(I),f&&f(0)):ue._f.onChange&&ue._f.onChange(I);const Fn=A(le,ia,Jr),aa=!Kn(Fn)||mi;if(!Jr&&v.state.next({name:le,type:I.type,values:wr(s)}),ts)return(h.isValid||y.isValid)&&(t.mode==="onBlur"?Jr&&E():Jr||E()),aa&&v.state.next({name:le,...mi?{}:Fn});if(!Jr&&mi&&v.state.next({...r}),t.resolver){const{errors:rs}=await F([le]);if(pe(ia),Pe){const sa=Kw(r.errors,o,le),wu=Kw(rs,o,sa.name||le);At=wu.error,le=wu.name,an=Kn(rs)}}else _([le],!0),At=(await Qg(ue,c.disabled,s,b,t.shouldUseNativeValidation))[le],_([le]),pe(ia),Pe&&(At?an=!1:(h.isValid||y.isValid)&&(an=await K(o,!0)));Pe&&(ue._f.deps&&qt(ue._f.deps),O(le,an,At,Fn))}},ht=(I,q)=>{if(je(r.errors,q)&&I.focus)return I.focus(),1},qt=async(I,q={})=>{let le,Pe;const ue=po(I);if(t.resolver){const pe=await N(Sr(I)?I:ue);le=Kn(pe),Pe=I?!ue.some(Ve=>je(pe,Ve)):le}else I?(Pe=(await Promise.all(ue.map(async pe=>{const Ve=je(o,pe);return await K(Ve&&Ve._f?{[pe]:Ve}:Ve)}))).every(Boolean),!(!Pe&&!r.isValid)&&E()):Pe=le=await K(o);return v.state.next({...!Ji(I)||(h.isValid||y.isValid)&&le!==r.isValid?{}:{name:I},...t.resolver||!I?{isValid:le}:{},errors:r.errors}),q.shouldFocus&&!Pe&&Lc(o,ht,I?ue:c.mount),Pe},Bt=I=>{const q={...u.mount?s:a};return Sr(I)?q:Ji(I)?je(q,I):I.map(le=>je(q,le))},ft=(I,q)=>({invalid:!!je((q||r).errors,I),isDirty:!!je((q||r).dirtyFields,I),error:je((q||r).errors,I),isValidating:!!je(r.validatingFields,I),isTouched:!!je((q||r).touchedFields,I)}),Fe=I=>{I&&po(I).forEach(q=>$r(r.errors,q)),v.state.next({errors:I?r.errors:{}})},Se=(I,q,le)=>{const Pe=(je(o,I,{_f:{}})._f||{}).ref,ue=je(r.errors,I)||{},{ref:pe,message:Ve,type:_t,...At}=ue;nr(r.errors,I,{...At,...q,ref:Pe}),v.state.next({name:I,errors:r.errors,isValid:!1}),le&&le.shouldFocus&&Pe&&Pe.focus&&Pe.focus()},Ue=(I,q)=>fi(I)?v.state.subscribe({next:le=>"values"in le&&I(ge(void 0,q),le)}):ge(I,q,!0),He=I=>v.state.subscribe({next:q=>{rA(I.name,q.name,I.exact)&&tA(q,I.formState||h,Tt,I.reRenderRoot)&&I.callback({values:{...s},...r,...q,defaultValues:a})}}).unsubscribe,re=I=>(u.mount=!0,y={...y,...I.formState},He({...I,formState:y})),Rt=(I,q={})=>{for(const le of I?po(I):c.mount)c.mount.delete(le),c.array.delete(le),q.keepValue||($r(o,le),$r(s,le)),!q.keepError&&$r(r.errors,le),!q.keepDirty&&$r(r.dirtyFields,le),!q.keepTouched&&$r(r.touchedFields,le),!q.keepIsValidating&&$r(r.validatingFields,le),!t.shouldUnregister&&!q.keepDefaultValue&&$r(a,le);v.state.next({values:wr(s)}),v.state.next({...r,...q.keepDirty?{isDirty:ye()}:{}}),!q.keepIsValid&&E()},Ne=({disabled:I,name:q})=>{(Co(I)&&u.mount||I||c.disabled.has(q))&&(I?c.disabled.add(q):c.disabled.delete(q))},Dt=(I,q={})=>{let le=je(o,I);const Pe=Co(q.disabled)||Co(t.disabled);return nr(o,I,{...le||{},_f:{...le&&le._f?le._f:{ref:{name:I}},name:I,mount:!0,...q}}),c.mount.add(I),le?Ne({disabled:Co(q.disabled)?q.disabled:t.disabled,name:I}):P(I,!0,q.value),{...Pe?{disabled:q.disabled||t.disabled}:{},...t.progressive?{required:!!q.required,min:jd(q.min),max:jd(q.max),minLength:jd(q.minLength),maxLength:jd(q.maxLength),pattern:jd(q.pattern)}:{},name:I,onChange:Et,onBlur:Et,ref:ue=>{if(ue){Dt(I,q),le=je(o,I);const pe=Sr(ue.value)&&ue.querySelectorAll&&ue.querySelectorAll("input,select,textarea")[0]||ue,Ve=XC(pe),_t=le._f.refs||[];if(Ve?_t.find(At=>At===pe):pe===le._f.ref)return;nr(o,I,{_f:{...le._f,...Ve?{refs:[..._t.filter(Kg),pe,...Array.isArray(je(a,I))?[{}]:[]],ref:{type:pe.type,name:I}}:{ref:pe}}}),P(I,!1,void 0,pe)}else le=je(o,I,{}),le._f&&(le._f.mount=!1),(t.shouldUnregister||q.shouldUnregister)&&!(Aw(c.array,I)&&u.action)&&c.unMount.add(I)}}},at=()=>t.shouldFocusError&&Lc(o,ht,c.mount),xt=I=>{Co(I)&&(v.state.next({disabled:I}),Lc(o,(q,le)=>{const Pe=je(o,le);Pe&&(q.disabled=Pe._f.disabled||I,Array.isArray(Pe._f.refs)&&Pe._f.refs.forEach(ue=>{ue.disabled=Pe._f.disabled||I}))},0,!1))},Qe=(I,q)=>async le=>{let Pe;le&&(le.preventDefault&&le.preventDefault(),le.persist&&le.persist());let ue=wr(s);if(v.state.next({isSubmitting:!0}),t.resolver){const{errors:pe,values:Ve}=await F();r.errors=pe,ue=wr(Ve)}else await K(o);if(c.disabled.size)for(const pe of c.disabled)$r(ue,pe);if($r(r.errors,"root"),Kn(r.errors)){v.state.next({errors:{}});try{await I(ue,le)}catch(pe){Pe=pe}}else q&&await q({...r.errors},le),at(),setTimeout(at);if(v.state.next({isSubmitted:!0,isSubmitting:!1,isSubmitSuccessful:Kn(r.errors)&&!Pe,submitCount:r.submitCount+1,errors:r.errors}),Pe)throw Pe},Zt=(I,q={})=>{je(o,I)&&(Sr(q.defaultValue)?We(I,wr(je(a,I))):(We(I,q.defaultValue),nr(a,I,wr(q.defaultValue))),q.keepTouched||$r(r.touchedFields,I),q.keepDirty||($r(r.dirtyFields,I),r.isDirty=q.defaultValue?ye(I,wr(je(a,I))):ye()),q.keepError||($r(r.errors,I),h.isValid&&E()),v.state.next({...r}))},$t=(I,q={})=>{const le=I?wr(I):a,Pe=wr(le),ue=Kn(I),pe=ue?a:Pe;if(q.keepDefaultValues||(a=le),!q.keepValues){if(q.keepDirtyValues){const Ve=new Set([...c.mount,...Object.keys(Fd(a,s))]);for(const _t of Array.from(Ve))je(r.dirtyFields,_t)?nr(pe,_t,je(s,_t)):We(_t,je(pe,_t))}else{if(Hg&&Sr(I))for(const Ve of c.mount){const _t=je(o,Ve);if(_t&&_t._f){const At=Array.isArray(_t._f.refs)?_t._f.refs[0]:_t._f.ref;if(Sm(At)){const an=At.closest("form");if(an){an.reset();break}}}}if(q.keepFieldsRef)for(const Ve of c.mount)We(Ve,je(pe,Ve));else o={}}s=t.shouldUnregister?q.keepDefaultValues?wr(a):{}:wr(pe),v.array.next({values:{...pe}}),v.state.next({values:{...pe}})}c={mount:q.keepDirtyValues?c.mount:new Set,unMount:new Set,array:new Set,disabled:new Set,watch:new Set,watchAll:!1,focus:""},u.mount=!h.isValid||!!q.keepIsValid||!!q.keepDirtyValues,u.watch=!!t.shouldUnregister,v.state.next({submitCount:q.keepSubmitCount?r.submitCount:0,isDirty:ue?!1:q.keepDirty?r.isDirty:!!(q.keepDefaultValues&&!Ga(I,a)),isSubmitted:q.keepIsSubmitted?r.isSubmitted:!1,dirtyFields:ue?{}:q.keepDirtyValues?q.keepDefaultValues&&s?Fd(a,s):r.dirtyFields:q.keepDefaultValues&&I?Fd(a,I):q.keepDirty?r.dirtyFields:{},touchedFields:q.keepTouched?r.touchedFields:{},errors:q.keepErrors?r.errors:{},isSubmitSuccessful:q.keepIsSubmitSuccessful?r.isSubmitSuccessful:!1,isSubmitting:!1,defaultValues:a})},Ct=(I,q)=>$t(fi(I)?I(s):I,q),Rr=(I,q={})=>{const le=je(o,I),Pe=le&&le._f;if(Pe){const ue=Pe.refs?Pe.refs[0]:Pe.ref;ue.focus&&(ue.focus(),q.shouldSelect&&fi(ue.select)&&ue.select())}},Tt=I=>{r={...r,...I}},Qn={control:{register:Dt,unregister:Rt,getFieldState:ft,handleSubmit:Qe,setError:Se,_subscribe:He,_runSchema:F,_focusError:at,_getWatch:ge,_getDirty:ye,_setValid:E,_setFieldArray:x,_setDisabledField:Ne,_setErrors:C,_getFieldArray:we,_reset:$t,_resetDefaultValues:()=>fi(t.defaultValues)&&t.defaultValues().then(I=>{Ct(I,t.resetOptions),v.state.next({isLoading:!1})}),_removeUnmounted:ce,_disableForm:xt,_subjects:v,_proxyFormState:h,get _fields(){return o},get _formValues(){return s},get _state(){return u},set _state(I){u=I},get _defaultValues(){return a},get _names(){return c},set _names(I){c=I},get _formState(){return r},get _options(){return t},set _options(I){t={...t,...I}}},subscribe:re,trigger:qt,register:Dt,handleSubmit:Qe,watch:Ue,setValue:We,getValues:Bt,reset:Ct,resetField:Zt,clearErrors:Fe,unregister:Rt,setError:Se,setFocus:Rr,getFieldState:ft};return{...Qn,formControl:Qn}}var zs=()=>{if(typeof crypto<"u"&&crypto.randomUUID)return crypto.randomUUID();const e=typeof performance>"u"?Date.now():performance.now()*1e3;return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,t=>{const r=(Math.random()*16+e)%16|0;return(t=="x"?r:r&3|8).toString(16)})},Jg=(e,t,r={})=>r.shouldFocus||Sr(r.shouldFocus)?r.focusName||`${e}.${Sr(r.focusIndex)?t:r.focusIndex}.`:"",qg=(e,t)=>[...e,...po(t)],Zg=e=>Array.isArray(e)?e.map(()=>{}):void 0;function ev(e,t,r){return[...e.slice(0,t),...po(r),...e.slice(t)]}var tv=(e,t,r)=>Array.isArray(e)?(Sr(e[r])&&(e[r]=void 0),e.splice(r,0,e.splice(t,1)[0]),e):[],rv=(e,t)=>[...po(t),...po(e)];function aA(e,t){let r=0;const o=[...e];for(const a of t)o.splice(a-r,1),r++;return gm(o).length?o:[]}var nv=(e,t)=>Sr(t)?[]:aA(e,po(t).sort((r,o)=>r-o)),ov=(e,t,r)=>{[e[t],e[r]]=[e[r],e[t]]},qw=(e,t,r)=>(e[t]=r,e);function sA(e){const t=kc(),{control:r=t.control,name:o,keyName:a="id",shouldUnregister:s,rules:u}=e,[c,f]=g.useState(r._getFieldArray(o)),d=g.useRef(r._getFieldArray(o).map(zs)),h=g.useRef(c),y=g.useRef(!1);h.current=c,r._names.array.add(o),g.useMemo(()=>u&&r.register(o,u),[r,u,o]),wm(()=>r._subjects.array.subscribe({next:({values:A,name:O})=>{if(O===o||!O){const F=je(A,o);Array.isArray(F)&&(f(F),d.current=F.map(zs))}}}).unsubscribe,[r,o]);const v=g.useCallback(A=>{y.current=!0,r._setFieldArray(o,A)},[r,o]),b=(A,O)=>{const F=po(wr(A)),N=qg(r._getFieldArray(o),F);r._names.focus=Jg(o,N.length-1,O),d.current=qg(d.current,F.map(zs)),v(N),f(N),r._setFieldArray(o,N,qg,{argA:Zg(A)})},S=(A,O)=>{const F=po(wr(A)),N=rv(r._getFieldArray(o),F);r._names.focus=Jg(o,0,O),d.current=rv(d.current,F.map(zs)),v(N),f(N),r._setFieldArray(o,N,rv,{argA:Zg(A)})},E=A=>{const O=nv(r._getFieldArray(o),A);d.current=nv(d.current,A),v(O),f(O),!Array.isArray(je(r._fields,o))&&nr(r._fields,o,void 0),r._setFieldArray(o,O,nv,{argA:A})},_=(A,O,F)=>{const N=po(wr(O)),K=ev(r._getFieldArray(o),A,N);r._names.focus=Jg(o,A,F),d.current=ev(d.current,A,N.map(zs)),v(K),f(K),r._setFieldArray(o,K,ev,{argA:A,argB:Zg(O)})},x=(A,O)=>{const F=r._getFieldArray(o);ov(F,A,O),ov(d.current,A,O),v(F),f(F),r._setFieldArray(o,F,ov,{argA:A,argB:O},!1)},T=(A,O)=>{const F=r._getFieldArray(o);tv(F,A,O),tv(d.current,A,O),v(F),f(F),r._setFieldArray(o,F,tv,{argA:A,argB:O},!1)},C=(A,O)=>{const F=wr(O),N=qw(r._getFieldArray(o),A,F);d.current=[...N].map((K,ce)=>!K||ce===A?zs():d.current[ce]),v(N),f([...N]),r._setFieldArray(o,N,qw,{argA:A,argB:F},!0,!1)},P=A=>{const O=po(wr(A));d.current=O.map(zs),v([...O]),f([...O]),r._setFieldArray(o,[...O],F=>F,{},!0,!1)};return g.useEffect(()=>{if(r._state.action=!1,Xg(o,r._names)&&r._subjects.state.next({...r._formState}),y.current&&(!Mc(r._options.mode).isOnSubmit||r._formState.isSubmitted)&&!Mc(r._options.reValidateMode).isOnSubmit)if(r._options.resolver)r._runSchema([o]).then(A=>{const O=je(A.errors,o),F=je(r._formState.errors,o);(F?!O&&F.type||O&&(F.type!==O.type||F.message!==O.message):O&&O.type)&&(O?nr(r._formState.errors,o,O):$r(r._formState.errors,o),r._subjects.state.next({errors:r._formState.errors}))});else{const A=je(r._fields,o);A&&A._f&&!(Mc(r._options.reValidateMode).isOnSubmit&&Mc(r._options.mode).isOnSubmit)&&Qg(A,r._names.disabled,r._formValues,r._options.criteriaMode===Uo.all,r._options.shouldUseNativeValidation,!0).then(O=>!Kn(O)&&r._subjects.state.next({errors:Xw(r._formState.errors,O,o)}))}r._subjects.state.next({name:o,values:wr(r._formValues)}),r._names.focus&&Lc(r._fields,(A,O)=>{if(r._names.focus&&O.startsWith(r._names.focus)&&A.focus)return A.focus(),1}),r._names.focus="",r._setValid(),y.current=!1},[c,o,r]),g.useEffect(()=>(!je(r._formValues,o)&&r._setFieldArray(o),()=>{const A=(O,F)=>{const N=je(r._fields,O);N&&N._f&&(N._f.mount=F)};r._options.shouldUnregister||s?r.unregister(o):A(o,!1)}),[o,r,a,s]),{swap:g.useCallback(x,[v,o,r]),move:g.useCallback(T,[v,o,r]),prepend:g.useCallback(S,[v,o,r]),append:g.useCallback(b,[v,o,r]),remove:g.useCallback(E,[v,o,r]),insert:g.useCallback(_,[v,o,r]),update:g.useCallback(C,[v,o,r]),replace:g.useCallback(P,[v,o,r]),fields:g.useMemo(()=>c.map((A,O)=>({...A,[a]:d.current[O]||zs()})),[c,a])}}function lA(e={}){const t=g.useRef(void 0),r=g.useRef(void 0),[o,a]=g.useState({isDirty:!1,isValidating:!1,isLoading:fi(e.defaultValues),isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,submitCount:0,dirtyFields:{},touchedFields:{},validatingFields:{},errors:e.errors||{},disabled:e.disabled||!1,isReady:!1,defaultValues:fi(e.defaultValues)?void 0:e.defaultValues});if(!t.current)if(e.formControl)t.current={...e.formControl,formState:o},e.defaultValues&&!fi(e.defaultValues)&&e.formControl.reset(e.defaultValues,e.resetOptions);else{const{formControl:u,...c}=Jw(e);t.current={...c,formState:o}}const s=t.current.control;return s._options=e,wm(()=>{const u=s._subscribe({formState:s._proxyFormState,callback:()=>a({...s._formState}),reRenderRoot:!0});return a(c=>({...c,isReady:!0})),s._formState.isReady=!0,u},[s]),g.useEffect(()=>s._disableForm(e.disabled),[s,e.disabled]),g.useEffect(()=>{e.mode&&(s._options.mode=e.mode),e.reValidateMode&&(s._options.reValidateMode=e.reValidateMode)},[s,e.mode,e.reValidateMode]),g.useEffect(()=>{e.errors&&(s._setErrors(e.errors),s._focusError())},[s,e.errors]),g.useEffect(()=>{e.shouldUnregister&&s._subjects.state.next({values:s._getWatch()})},[s,e.shouldUnregister]),g.useEffect(()=>{if(s._proxyFormState.isDirty){const u=s._getDirty();u!==o.isDirty&&s._subjects.state.next({isDirty:u})}},[s,o.isDirty]),g.useEffect(()=>{e.values&&!Ga(e.values,r.current)?(s._reset(e.values,{keepFieldsRef:!0,...s._options.resetOptions}),r.current=e.values,a(u=>({...u}))):s._resetDefaultValues()},[s,e.values]),g.useEffect(()=>{s._state.mount||(s._setValid(),s._state.mount=!0),s._state.watch&&(s._state.watch=!1,s._subjects.state.next({...s._formState})),s._removeUnmounted()}),t.current.formState=Pw(o,s),t.current}var uA=Oe(8418),cA=Object.defineProperty,fA=Object.defineProperties,dA=Object.getOwnPropertyDescriptors,Rm=Object.getOwnPropertySymbols,Zw=Object.prototype.hasOwnProperty,eS=Object.prototype.propertyIsEnumerable,tS=(e,t,r)=>t in e?cA(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Dc=(e,t)=>{for(var r in t||(t={}))Zw.call(t,r)&&tS(e,r,t[r]);if(Rm)for(var r of Rm(t))eS.call(t,r)&&tS(e,r,t[r]);return e},iv=(e,t)=>fA(e,dA(t)),rS=(e,t)=>{var r={};for(var o in e)Zw.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&Rm)for(var o of Rm(e))t.indexOf(o)<0&&eS.call(e,o)&&(r[o]=e[o]);return r},nS=g.version.startsWith("19"),pA=Symbol.for(nS?"react.transitional.element":"react.element"),hA=Symbol.for("react.portal"),oS=Symbol.for("react.fragment"),iS=Symbol.for("react.strict_mode"),aS=Symbol.for("react.profiler"),av=Symbol.for("react.consumer"),sv=Symbol.for("react.context"),lv=Symbol.for("react.forward_ref"),sS=Symbol.for("react.suspense"),lS=Symbol.for("react.suspense_list"),xm=Symbol.for("react.memo"),uS=Symbol.for("react.lazy"),mA=null,yA=null,gA=lv,vA=xm;function n2(e){return typeof e=="string"||typeof e=="function"||e===oS||e===aS||e===iS||e===sS||e===lS||e===mA||typeof e=="object"&&e!==null&&(e.$$typeof===uS||e.$$typeof===xm||e.$$typeof===sv||e.$$typeof===av||e.$$typeof===lv||e.$$typeof===yA||e.getModuleId!==void 0)}function uv(e){if(typeof e=="object"&&e!==null){const{$$typeof:t}=e;switch(t){case pA:switch(e=e.type,e){case oS:case aS:case iS:case sS:case lS:return e;default:switch(e=e&&e.$$typeof,e){case sv:case lv:case uS:case xm:return e;case av:return e;default:return t}}case hA:return t}}}function o2(e){return nS?uv(e)===av:uv(e)===sv}function wA(e){return uv(e)===xm}function cS(e){typeof console<"u"&&typeof console.error=="function"&&console.error(e);try{throw new Error(e)}catch{}}function cv(e,t){if(e)(t==="mapStateToProps"||t==="mapDispatchToProps")&&(Object.prototype.hasOwnProperty.call(e,"dependsOnOwnProps")||cS(`The selector for ${t} of connect did not specify a value for dependsOnOwnProps.`));else throw new Error(`Unexpected value for ${t} in connect.`)}function i2(e,t,r){cv(e,"mapStateToProps"),cv(t,"mapDispatchToProps"),cv(r,"mergeProps")}function SA(e,t,r,o,{areStatesEqual:a,areOwnPropsEqual:s,areStatePropsEqual:u}){let c=!1,f,d,h,y,v;function b(T,C){return f=T,d=C,h=e(f,d),y=t(o,d),v=r(h,y,d),c=!0,v}function S(){return h=e(f,d),t.dependsOnOwnProps&&(y=t(o,d)),v=r(h,y,d),v}function E(){return e.dependsOnOwnProps&&(h=e(f,d)),t.dependsOnOwnProps&&(y=t(o,d)),v=r(h,y,d),v}function _(){const T=e(f,d),C=!u(T,h);return h=T,C&&(v=r(h,y,d)),v}function x(T,C){const P=!s(C,d),A=!a(T,f,C,d);return f=T,d=C,P&&A?S():P?E():A?_():v}return function(C,P){return c?x(C,P):b(C,P)}}function _A(e,t){var r=t,{initMapStateToProps:o,initMapDispatchToProps:a,initMergeProps:s}=r,u=rS(r,["initMapStateToProps","initMapDispatchToProps","initMergeProps"]);const c=o(e,u),f=a(e,u),d=s(e,u);return SA(c,f,d,e,u)}function bA(e,t){const r={};for(const o in e){const a=e[o];typeof a=="function"&&(r[o]=(...s)=>t(a(...s)))}return r}function EA(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);if(t===null)return!0;let r=t;for(;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return t===r}function a2(e,t,r){EA(e)||cS(`${r}() in ${t} must return a plain object. Instead received ${e}.`)}function fv(e){return function(r){const o=e(r);function a(){return o}return a.dependsOnOwnProps=!1,a}}function fS(e){return e.dependsOnOwnProps?!!e.dependsOnOwnProps:e.length!==1}function dS(e,t){return function(o,{displayName:a}){const s=function(c,f){return s.dependsOnOwnProps?s.mapToProps(c,f):s.mapToProps(c,void 0)};return s.dependsOnOwnProps=!0,s.mapToProps=function(c,f){s.mapToProps=e,s.dependsOnOwnProps=fS(e);let d=s(c,f);return typeof d=="function"&&(s.mapToProps=d,s.dependsOnOwnProps=fS(d),d=s(c,f)),d},s}}function dv(e,t){return(r,o)=>{throw new Error(`Invalid value of type ${typeof e} for ${t} argument when connecting component ${o.wrappedComponentName}.`)}}function RA(e){return e&&typeof e=="object"?fv(t=>bA(e,t)):e?typeof e=="function"?dS(e,"mapDispatchToProps"):dv(e,"mapDispatchToProps"):fv(t=>({dispatch:t}))}function xA(e){return e?typeof e=="function"?dS(e,"mapStateToProps"):dv(e,"mapStateToProps"):fv(()=>({}))}function TA(e,t,r){return Dc(Dc(Dc({},r),e),t)}function CA(e){return function(r,{displayName:o,areMergedPropsEqual:a}){let s=!1,u;return function(f,d,h){const y=e(f,d,h);return s?a(y,u)||(u=y):(s=!0,u=y),u}}}function AA(e){return e?typeof e=="function"?CA(e):dv(e,"mergeProps"):()=>TA}function pS(e){e()}function PA(){let e=null,t=null;return{clear(){e=null,t=null},notify(){pS(()=>{let r=e;for(;r;)r.callback(),r=r.next})},get(){const r=[];let o=e;for(;o;)r.push(o),o=o.next;return r},subscribe(r){let o=!0;const a=t={callback:r,next:null,prev:t};return a.prev?a.prev.next=a:e=a,function(){!o||e===null||(o=!1,a.next?a.next.prev=a.prev:t=a.prev,a.prev?a.prev.next=a.next:e=a.next)}}}}var hS={notify(){},get:()=>[]};function mS(e,t){let r,o=hS,a=0,s=!1;function u(E){h();const _=o.subscribe(E);let x=!1;return()=>{x||(x=!0,_(),y())}}function c(){o.notify()}function f(){S.onStateChange&&S.onStateChange()}function d(){return s}function h(){a++,r||(r=t?t.addNestedSub(f):e.subscribe(f),o=PA())}function y(){a--,r&&a===0&&(r(),r=void 0,o.clear(),o=hS)}function v(){s||(s=!0,h())}function b(){s&&(s=!1,y())}const S={addNestedSub:u,notifyNestedSubs:c,handleChangeWrapper:f,isSubscribed:d,trySubscribe:v,tryUnsubscribe:b,getListeners:()=>o};return S}var OA=()=>typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",kA=OA(),MA=()=>typeof navigator<"u"&&navigator.product==="ReactNative",LA=MA(),NA=()=>kA||LA?g.useLayoutEffect:g.useEffect,Tm=NA();function yS(e,t){return e===t?e!==0||t!==0||1/e===1/t:e!==e&&t!==t}function Cm(e,t){if(yS(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;const r=Object.keys(e),o=Object.keys(t);if(r.length!==o.length)return!1;for(let a=0;a<r.length;a++)if(!Object.prototype.hasOwnProperty.call(t,r[a])||!yS(e[r[a]],t[r[a]]))return!1;return!0}var DA={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},IA={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},FA={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},gS={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},jA={[gA]:FA,[vA]:gS};function vS(e){return wA(e)?gS:jA[e.$$typeof]||DA}var zA=Object.defineProperty,UA=Object.getOwnPropertyNames,wS=Object.getOwnPropertySymbols,$A=Object.getOwnPropertyDescriptor,HA=Object.getPrototypeOf,SS=Object.prototype;function pv(e,t){if(typeof t!="string"){if(SS){const s=HA(t);s&&s!==SS&&pv(e,s)}let r=UA(t);wS&&(r=r.concat(wS(t)));const o=vS(e),a=vS(t);for(let s=0;s<r.length;++s){const u=r[s];if(!IA[u]&&!(a&&a[u])&&!(o&&o[u])){const c=$A(t,u);try{zA(e,u,c)}catch{}}}}return e}var _S=Symbol.for("react-redux-context"),bS=typeof globalThis<"u"?globalThis:{};function BA(){var e;if(!g.createContext)return{};const t=(e=bS[_S])!=null?e:bS[_S]=new Map;let r=t.get(g.createContext);return r||(r=g.createContext(null),t.set(g.createContext,r)),r}var $o=BA(),VA=[null,null],s2=e=>{try{return JSON.stringify(e)}catch{return String(e)}};function WA(e,t,r){Tm(()=>e(...t),r)}function GA(e,t,r,o,a,s){e.current=o,r.current=!1,a.current&&(a.current=null,s())}function YA(e,t,r,o,a,s,u,c,f,d,h){if(!e)return()=>{};let y=!1,v=null;const b=()=>{if(y||!c.current)return;const E=t.getState();let _,x;try{_=o(E,a.current)}catch(T){x=T,v=T}x||(v=null),_===s.current?u.current||d():(s.current=_,f.current=_,u.current=!0,h())};return r.onStateChange=b,r.trySubscribe(),b(),()=>{if(y=!0,r.tryUnsubscribe(),r.onStateChange=null,v)throw v}}function KA(e,t){return e===t}var l2=!1;function XA(e,t,r,{pure:o,areStatesEqual:a=KA,areOwnPropsEqual:s=Cm,areStatePropsEqual:u=Cm,areMergedPropsEqual:c=Cm,forwardRef:f=!1,context:d=$o}={}){const h=d,y=xA(e),v=RA(t),b=AA(r),S=!!e;return _=>{const x=_.displayName||_.name||"Component",T=`Connect(${x})`,C={shouldHandleStateChanges:S,displayName:T,wrappedComponentName:x,WrappedComponent:_,initMapStateToProps:y,initMapDispatchToProps:v,initMergeProps:b,areStatesEqual:a,areStatePropsEqual:u,areOwnPropsEqual:s,areMergedPropsEqual:c};function P(F){const[N,K,ce]=g.useMemo(()=>{const Qe=F,{reactReduxForwardedRef:Zt}=Qe,$t=rS(Qe,["reactReduxForwardedRef"]);return[F.context,Zt,$t]},[F]),ye=g.useMemo(()=>{let Qe=h;return N?.Consumer,Qe},[N,h]),ge=g.useContext(ye),we=!!F.store&&!!F.store.getState&&!!F.store.dispatch,Le=!!ge&&!!ge.store,Ke=we?F.store:ge.store,We=Le?ge.getServerState:Ke.getState,Et=g.useMemo(()=>_A(Ke.dispatch,C),[Ke]),[ht,qt]=g.useMemo(()=>{if(!S)return VA;const Qe=mS(Ke,we?void 0:ge.subscription),Zt=Qe.notifyNestedSubs.bind(Qe);return[Qe,Zt]},[Ke,we,ge]),Bt=g.useMemo(()=>we?ge:iv(Dc({},ge),{subscription:ht}),[we,ge,ht]),ft=g.useRef(void 0),Fe=g.useRef(ce),Se=g.useRef(void 0),Ue=g.useRef(!1),He=g.useRef(!1),re=g.useRef(void 0);Tm(()=>(He.current=!0,()=>{He.current=!1}),[]);const Rt=g.useMemo(()=>()=>Se.current&&ce===Fe.current?Se.current:Et(Ke.getState(),ce),[Ke,ce]),Ne=g.useMemo(()=>Zt=>ht?YA(S,Ke,ht,Et,Fe,ft,Ue,He,Se,qt,Zt):()=>{},[ht]);WA(GA,[Fe,ft,Ue,ce,Se,qt]);let Dt;try{Dt=g.useSyncExternalStore(Ne,Rt,We?()=>Et(We(),ce):Rt)}catch(Qe){throw re.current&&(Qe.message+=`
|
|
67
67
|
The error may be correlated with this previous error:
|
|
68
68
|
${re.current.stack}
|
|
69
69
|
|
|
70
|
-
`),
|
|
71
|
-
* react-router v7.
|
|
70
|
+
`),Qe}Tm(()=>{re.current=void 0,Se.current=void 0,ft.current=Dt});const at=g.useMemo(()=>g.createElement(_,iv(Dc({},Dt),{ref:K})),[K,_,Dt]);return g.useMemo(()=>S?g.createElement(ye.Provider,{value:Bt},at):at,[ye,at,Bt])}const O=g.memo(P);if(O.WrappedComponent=_,O.displayName=P.displayName=T,f){const N=g.forwardRef(function(ce,ye){return g.createElement(O,iv(Dc({},ce),{reactReduxForwardedRef:ye}))});return N.displayName=T,N.WrappedComponent=_,pv(N,_)}return pv(O,_)}}var QA=XA;function JA(e){const{children:t,context:r,serverState:o,store:a}=e,s=g.useMemo(()=>{const f=mS(a);return{store:a,subscription:f,getServerState:o?()=>o:void 0}},[a,o]),u=g.useMemo(()=>a.getState(),[a]);Tm(()=>{const{subscription:f}=s;return f.onStateChange=f.notifyNestedSubs,f.trySubscribe(),u!==a.getState()&&f.notifyNestedSubs(),()=>{f.tryUnsubscribe(),f.onStateChange=void 0}},[s,u]);const c=r||$o;return g.createElement(c.Provider,{value:s},t)}var qA=JA;function hv(e=$o){return function(){return g.useContext(e)}}var ES=hv();function mv(e=$o){const t=e===$o?ES:hv(e),r=()=>{const{store:o}=t();return o};return Object.assign(r,{withTypes:()=>r}),r}var Am=mv();function RS(e=$o){const t=e===$o?Am:mv(e),r=()=>t().dispatch;return Object.assign(r,{withTypes:()=>r}),r}var ZA=RS(),eP=(e,t)=>e===t;function xS(e=$o){const t=e===$o?ES:hv(e),r=(o,a={})=>{const{equalityFn:s=eP}=typeof a=="function"?{equalityFn:a}:a,u=t(),{store:c,subscription:f,getServerState:d}=u,h=g.useRef(!0),y=g.useCallback({[o.name](b){return o(b)}}[o.name],[o]),v=(0,uA.useSyncExternalStoreWithSelector)(f.addNestedSub,c.getState,d||c.getState,y,s);return g.useDebugValue(v),v};return Object.assign(r,{withTypes:()=>r}),r}var tP=xS(),rP=pS;/**
|
|
71
|
+
* react-router v7.9.1
|
|
72
72
|
*
|
|
73
73
|
* Copyright (c) Remix Software Inc.
|
|
74
74
|
*
|
|
@@ -76,41 +76,41 @@ ${re.current.stack}
|
|
|
76
76
|
* LICENSE.md file in the root directory of this source tree.
|
|
77
77
|
*
|
|
78
78
|
* @license MIT
|
|
79
|
-
*/var xS=e=>{throw TypeError(e)},nP=(e,t,r)=>t.has(e)||xS("Cannot "+r),yv=(e,t,r)=>(nP(e,t,"read from private field"),r?r.call(e):t.get(e)),oP=(e,t,r)=>t.has(e)?xS("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),TS=(e=>(e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE",e))(TS||{}),CS="popstate";function AS(e={}){let{initialEntries:t=["/"],initialIndex:r,v5Compat:o=!1}=e,a;a=t.map((_,S)=>h(_,typeof _=="string"?null:_.state,S===0?"default":void 0));let s=f(r??a.length-1),u="POP",c=null;function f(_){return Math.min(Math.max(_,0),a.length-1)}function d(){return a[s]}function h(_,S=null,E){let b=Ya(a?d().pathname:"/",_,S,E);return ur(b.pathname.charAt(0)==="/",`relative pathnames are not supported in memory history: ${JSON.stringify(_)}`),b}function y(_){return typeof _=="string"?_:Kn(_)}return{get index(){return s},get action(){return u},get location(){return d()},createHref:y,createURL(_){return new URL(y(_),"http://localhost")},encodeLocation(_){let S=typeof _=="string"?Ao(_):_;return{pathname:S.pathname||"",search:S.search||"",hash:S.hash||""}},push(_,S){u="PUSH";let E=h(_,S);s+=1,a.splice(s,a.length,E),o&&c&&c({action:u,location:E,delta:1})},replace(_,S){u="REPLACE";let E=h(_,S);a[s]=E,o&&c&&c({action:u,location:E,delta:0})},go(_){u="POP";let S=f(s+_),E=a[S];s=S,c&&c({action:u,location:E,delta:_})},listen(_){return c=_,()=>{c=null}}}}function zd(e={}){function t(o,a){let{pathname:s,search:u,hash:c}=o.location;return Ya("",{pathname:s,search:u,hash:c},a.state&&a.state.usr||null,a.state&&a.state.key||"default")}function r(o,a){return typeof a=="string"?a:Kn(a)}return kS(t,r,null,e)}function PS(e={}){function t(a,s){let{pathname:u="/",search:c="",hash:f=""}=Ao(a.location.hash.substring(1));return!u.startsWith("/")&&!u.startsWith(".")&&(u="/"+u),Ya("",{pathname:u,search:c,hash:f},s.state&&s.state.usr||null,s.state&&s.state.key||"default")}function r(a,s){let u=a.document.querySelector("base"),c="";if(u&&u.getAttribute("href")){let f=a.location.href,d=f.indexOf("#");c=d===-1?f:f.slice(0,d)}return c+"#"+(typeof s=="string"?s:Kn(s))}function o(a,s){ur(a.pathname.charAt(0)==="/",`relative pathnames are not supported in hash history.push(${JSON.stringify(s)})`)}return kS(t,r,o,e)}function rt(e,t){if(e===!1||e===null||typeof e>"u")throw new Error(t)}function ur(e,t){if(!e)try{throw new Error(t)}catch{}}function iP(){return Math.random().toString(36).substring(2,10)}function OS(e,t){return{usr:e.state,key:e.key,idx:t}}function Ya(e,t,r=null,o){return{pathname:typeof e=="string"?e:e.pathname,search:"",hash:"",...typeof t=="string"?Ao(t):t,state:r,key:t&&t.key||o||iP()}}function Kn({pathname:e="/",search:t="",hash:r=""}){return t&&t!=="?"&&(e+=t.charAt(0)==="?"?t:"?"+t),r&&r!=="#"&&(e+=r.charAt(0)==="#"?r:"#"+r),e}function Ao(e){let t={};if(e){let r=e.indexOf("#");r>=0&&(t.hash=e.substring(r),e=e.substring(0,r));let o=e.indexOf("?");o>=0&&(t.search=e.substring(o),e=e.substring(0,o)),e&&(t.pathname=e)}return t}function kS(e,t,r,o={}){let{window:a=document.defaultView,v5Compat:s=!1}=o,u=a.history,c="POP",f=null,d=h();d==null&&(d=0,u.replaceState({...u.state,idx:d},""));function h(){return(u.state||{idx:null}).idx}function y(){c="POP";let b=h(),x=b==null?null:b-d;d=b,f&&f({action:c,location:E.location,delta:x})}function v(b,x){c="PUSH";let T=Ya(E.location,b,x);r&&r(T,b),d=h()+1;let C=OS(T,d),P=E.createHref(T);try{u.pushState(C,"",P)}catch(A){if(A instanceof DOMException&&A.name==="DataCloneError")throw A;a.location.assign(P)}s&&f&&f({action:c,location:E.location,delta:1})}function _(b,x){c="REPLACE";let T=Ya(E.location,b,x);r&&r(T,b),d=h();let C=OS(T,d),P=E.createHref(T);u.replaceState(C,"",P),s&&f&&f({action:c,location:E.location,delta:0})}function S(b){return MS(b)}let E={get action(){return c},get location(){return e(a,u)},listen(b){if(f)throw new Error("A history only accepts one active listener");return a.addEventListener(CS,y),f=b,()=>{a.removeEventListener(CS,y),f=null}},createHref(b){return t(a,b)},createURL:S,encodeLocation(b){let x=S(b);return{pathname:x.pathname,search:x.search,hash:x.hash}},push:v,replace:_,go(b){return u.go(b)}};return E}function MS(e,t=!1){let r="http://localhost";typeof window<"u"&&(r=window.location.origin!=="null"?window.location.origin:window.location.href),rt(r,"No window.location.(origin|href) available to create URL");let o=typeof e=="string"?e:Kn(e);return o=o.replace(/ $/,"%20"),!t&&o.startsWith("//")&&(o=r+o),new URL(o,r)}function LS(e){return{defaultValue:e}}var Ud,Ji=class{constructor(e){if(oP(this,Ud,new Map),e)for(let[t,r]of e)this.set(t,r)}get(e){if(yv(this,Ud).has(e))return yv(this,Ud).get(e);if(e.defaultValue!==void 0)return e.defaultValue;throw new Error("No value found for context")}set(e,t){yv(this,Ud).set(e,t)}};Ud=new WeakMap;var aP=new Set(["lazy","caseSensitive","path","id","index","children"]);function sP(e){return aP.has(e)}var lP=new Set(["lazy","caseSensitive","path","id","index","unstable_middleware","children"]);function uP(e){return lP.has(e)}function cP(e){return e.index===!0}function Us(e,t,r=[],o={},a=!1){return e.map((s,u)=>{let c=[...r,String(u)],f=typeof s.id=="string"?s.id:c.join("-");if(rt(s.index!==!0||!s.children,"Cannot specify children on an index route"),rt(a||!o[f],`Found a route id collision on id "${f}". Route id's must be globally unique within Data Router usages`),cP(s)){let d={...s,...t(s),id:f};return o[f]=d,d}else{let d={...s,...t(s),id:f,children:void 0};return o[f]=d,s.children&&(d.children=Us(s.children,t,c,o,a)),d}})}function ho(e,t,r="/"){return Pm(e,t,r,!1)}function Pm(e,t,r,o){let a=typeof t=="string"?Ao(t):t,s=on(a.pathname||"/",r);if(s==null)return null;let u=DS(e);fP(u);let c=null;for(let f=0;c==null&&f<u.length;++f){let d=zS(s);c=SP(u[f],d,o)}return c}function NS(e,t){let{route:r,pathname:o,params:a}=e;return{id:r.id,pathname:o,params:a,data:t[r.id],loaderData:t[r.id],handle:r.handle}}function DS(e,t=[],r=[],o="",a=!1){let s=(u,c,f=a,d)=>{let h={relativePath:d===void 0?u.path||"":d,caseSensitive:u.caseSensitive===!0,childrenIndex:c,route:u};if(h.relativePath.startsWith("/")){if(!h.relativePath.startsWith(o)&&f)return;rt(h.relativePath.startsWith(o),`Absolute route path "${h.relativePath}" nested under path "${o}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),h.relativePath=h.relativePath.slice(o.length)}let y=Qi([o,h.relativePath]),v=r.concat(h);u.children&&u.children.length>0&&(rt(u.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${y}".`),DS(u.children,t,v,y,f)),!(u.path==null&&!u.index)&&t.push({path:y,score:vP(y,u.index),routesMeta:v})};return e.forEach((u,c)=>{if(u.path===""||!u.path?.includes("?"))s(u,c);else for(let f of IS(u.path))s(u,c,!0,f)}),t}function IS(e){let t=e.split("/");if(t.length===0)return[];let[r,...o]=t,a=r.endsWith("?"),s=r.replace(/\?$/,"");if(o.length===0)return a?[s,""]:[s];let u=IS(o.join("/")),c=[];return c.push(...u.map(f=>f===""?s:[s,f].join("/"))),a&&c.push(...u),c.map(f=>e.startsWith("/")&&f===""?"/":f)}function fP(e){e.sort((t,r)=>t.score!==r.score?r.score-t.score:wP(t.routesMeta.map(o=>o.childrenIndex),r.routesMeta.map(o=>o.childrenIndex)))}var dP=/^:[\w-]+$/,pP=3,hP=2,mP=1,yP=10,gP=-2,FS=e=>e==="*";function vP(e,t){let r=e.split("/"),o=r.length;return r.some(FS)&&(o+=gP),t&&(o+=hP),r.filter(a=>!FS(a)).reduce((a,s)=>a+(dP.test(s)?pP:s===""?mP:yP),o)}function wP(e,t){return e.length===t.length&&e.slice(0,-1).every((o,a)=>o===t[a])?e[e.length-1]-t[t.length-1]:0}function SP(e,t,r=!1){let{routesMeta:o}=e,a={},s="/",u=[];for(let c=0;c<o.length;++c){let f=o[c],d=c===o.length-1,h=s==="/"?t:t.slice(s.length)||"/",y=Ic({path:f.relativePath,caseSensitive:f.caseSensitive,end:d},h),v=f.route;if(!y&&d&&r&&!o[o.length-1].route.index&&(y=Ic({path:f.relativePath,caseSensitive:f.caseSensitive,end:!1},h)),!y)return null;Object.assign(a,y.params),u.push({params:a,pathname:Qi([s,y.pathname]),pathnameBase:RP(Qi([s,y.pathnameBase])),route:v}),y.pathnameBase!=="/"&&(s=Qi([s,y.pathnameBase]))}return u}function _P(e,t={}){let r=e;r.endsWith("*")&&r!=="*"&&!r.endsWith("/*")&&(ur(!1,`Route path "${r}" will be treated as if it were "${r.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${r.replace(/\*$/,"/*")}".`),r=r.replace(/\*$/,"/*"));const o=r.startsWith("/")?"/":"",a=u=>u==null?"":typeof u=="string"?u:String(u),s=r.split(/\/+/).map((u,c,f)=>{if(c===f.length-1&&u==="*")return a(t["*"]);const h=u.match(/^:([\w-]+)(\??)$/);if(h){const[,y,v]=h;let _=t[y];return rt(v==="?"||_!=null,`Missing ":${y}" param`),encodeURIComponent(a(_))}return u.replace(/\?$/g,"")}).filter(u=>!!u);return o+s.join("/")}function Ic(e,t){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[r,o]=jS(e.path,e.caseSensitive,e.end),a=t.match(r);if(!a)return null;let s=a[0],u=s.replace(/(.)\/+$/,"$1"),c=a.slice(1);return{params:o.reduce((d,{paramName:h,isOptional:y},v)=>{if(h==="*"){let S=c[v]||"";u=s.slice(0,s.length-S.length).replace(/(.)\/+$/,"$1")}const _=c[v];return y&&!_?d[h]=void 0:d[h]=(_||"").replace(/%2F/g,"/"),d},{}),pathname:s,pathnameBase:u,pattern:e}}function jS(e,t=!1,r=!0){ur(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 o=[],a="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(u,c,f)=>(o.push({paramName:c,isOptional:f!=null}),f?"/?([^\\/]+)?":"/([^\\/]+)")).replace(/\/([\w-]+)\?(\/|$)/g,"(/$1)?$2");return e.endsWith("*")?(o.push({paramName:"*"}),a+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):r?a+="\\/*$":e!==""&&e!=="/"&&(a+="(?:(?=\\/|$))"),[new RegExp(a,t?void 0:"i"),o]}function zS(e){try{return e.split("/").map(t=>decodeURIComponent(t).replace(/\//g,"%2F")).join("/")}catch(t){return ur(!1,`The URL path "${e}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${t}).`),e}}function on(e,t){if(t==="/")return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let r=t.endsWith("/")?t.length-1:t.length,o=e.charAt(r);return o&&o!=="/"?null:e.slice(r)||"/"}function bP({basename:e,pathname:t}){return t==="/"?e:Qi([e,t])}function US(e,t="/"){let{pathname:r,search:o="",hash:a=""}=typeof e=="string"?Ao(e):e;return{pathname:r?r.startsWith("/")?r:EP(r,t):t,search:xP(o),hash:TP(a)}}function EP(e,t){let r=t.replace(/\/+$/,"").split("/");return e.split("/").forEach(a=>{a===".."?r.length>1&&r.pop():a!=="."&&r.push(a)}),r.length>1?r.join("/"):"/"}function gv(e,t,r,o){return`Cannot include a '${e}' character in a manually specified \`to.${t}\` field [${JSON.stringify(o)}]. Please separate it out to the \`to.${r}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function $S(e){return e.filter((t,r)=>r===0||t.route.path&&t.route.path.length>0)}function Om(e){let t=$S(e);return t.map((r,o)=>o===t.length-1?r.pathname:r.pathnameBase)}function km(e,t,r,o=!1){let a;typeof e=="string"?a=Ao(e):(a={...e},rt(!a.pathname||!a.pathname.includes("?"),gv("?","pathname","search",a)),rt(!a.pathname||!a.pathname.includes("#"),gv("#","pathname","hash",a)),rt(!a.search||!a.search.includes("#"),gv("#","search","hash",a)));let s=e===""||a.pathname==="",u=s?"/":a.pathname,c;if(u==null)c=r;else{let y=t.length-1;if(!o&&u.startsWith("..")){let v=u.split("/");for(;v[0]==="..";)v.shift(),y-=1;a.pathname=v.join("/")}c=y>=0?t[y]:"/"}let f=US(a,c),d=u&&u!=="/"&&u.endsWith("/"),h=(s||u===".")&&r.endsWith("/");return!f.pathname.endsWith("/")&&(d||h)&&(f.pathname+="/"),f}var Qi=e=>e.join("/").replace(/\/\/+/g,"/"),RP=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),xP=e=>!e||e==="?"?"":e.startsWith("?")?e:"?"+e,TP=e=>!e||e==="#"?"":e.startsWith("#")?e:"#"+e,CP=class{constructor(e,t){this.type="DataWithResponseInit",this.data=e,this.init=t||null}};function HS(e,t){return new CP(e,typeof t=="number"?{status:t}:t)}var $d=(e,t=302)=>{let r=t;typeof r=="number"?r={status:r}:typeof r.status>"u"&&(r.status=302);let o=new Headers(r.headers);return o.set("Location",e),new Response(null,{...r,headers:o})},BS=(e,t)=>{let r=$d(e,t);return r.headers.set("X-Remix-Reload-Document","true"),r},VS=(e,t)=>{let r=$d(e,t);return r.headers.set("X-Remix-Replace","true"),r},pn=class{constructor(e,t,r,o=!1){this.status=e,this.statusText=t||"",this.internal=o,r instanceof Error?(this.data=r.toString(),this.error=r):this.data=r}};function Kr(e){return e!=null&&typeof e.status=="number"&&typeof e.statusText=="string"&&typeof e.internal=="boolean"&&"data"in e}var WS=["POST","PUT","PATCH","DELETE"],AP=new Set(WS),PP=["GET",...WS],OP=new Set(PP),GS=new Set([301,302,303,307,308]),kP=new Set([307,308]),Hd={state:"idle",location:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0},Mm={state:"idle",data:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0},$s={state:"unblocked",proceed:void 0,reset:void 0,location:void 0},MP=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,vv=e=>MP.test(e),YS=e=>({hasErrorBoundary:!!e.hasErrorBoundary}),XS="remix-router-transitions",KS=Symbol("ResetLoaderData");function Fc(e){const t=e.window?e.window:typeof window<"u"?window:void 0,r=typeof t<"u"&&typeof t.document<"u"&&typeof t.document.createElement<"u";rt(e.routes.length>0,"You must provide a non-empty routes array to createRouter");let o=e.hydrationRouteProperties||[],a=e.mapRouteProperties||YS,s={},u=Us(e.routes,a,void 0,s),c,f=e.basename||"/";f.startsWith("/")||(f=`/${f}`);let d=e.dataStrategy||jP,h={...e.future},y=null,v=new Set,_=null,S=null,E=null,b=e.hydrationData!=null,x=ho(u,e.history.location,f),T=!1,C=null,P;if(x==null&&!e.patchRoutesOnNavigation){let j=Jr(404,{pathname:e.history.location.pathname}),{matches:J,route:ie}=zc(u);P=!0,x=J,C={[ie.id]:j}}else if(x&&!e.hydrationData&&rf(x,u,e.history.location.pathname).active&&(x=null),x)if(x.some(j=>j.route.lazy))P=!1;else if(!x.some(j=>j.route.loader))P=!0;else{let j=e.hydrationData?e.hydrationData.loaderData:null,J=e.hydrationData?e.hydrationData.errors:null;if(J){let ie=x.findIndex(Te=>J[Te.route.id]!==void 0);P=x.slice(0,ie+1).every(Te=>!Sv(Te.route,j,J))}else P=x.every(ie=>!Sv(ie.route,j,J))}else{P=!1,x=[];let j=rf(null,u,e.history.location.pathname);j.active&&j.matches&&(T=!0,x=j.matches)}let A,O={historyAction:e.history.action,location:e.history.location,matches:x,initialized:P,navigation:Hd,restoreScrollPosition:e.hydrationData!=null?!1:null,preventScrollReset:!1,revalidation:"idle",loaderData:e.hydrationData&&e.hydrationData.loaderData||{},actionData:e.hydrationData&&e.hydrationData.actionData||null,errors:e.hydrationData&&e.hydrationData.errors||C,fetchers:new Map,blockers:new Map},F="POP",N=!1,X,ce=!1,he=new Map,ge=null,ve=!1,Fe=!1,He=new Set,tt=new Map,mt=0,Et=-1,Zt=new Map,Ct=new Set,pt=new Map,ze=new Map,Se=new Set,Be=new Map,Ve,re=null;function Rt(){if(y=e.history.listen(({action:j,location:J,delta:ie})=>{if(Ve){Ve(),Ve=void 0;return}ur(Be.size===0||ie!=null,"You are trying to use a blocker on a POP navigation to a location that was not created by @remix-run/router. This will fail silently in production. This can happen if you are navigating outside the router via `window.history.pushState`/`window.location.hash` instead of using router navigation APIs. This can also happen if you are using createHashRouter and the user manually changes the URL.");let Te=wu({currentLocation:O.location,nextLocation:J,historyAction:j});if(Te&&ie!=null){let Ue=new Promise(Qe=>{Ve=Qe});e.history.go(ie*-1),ia(Te,{state:"blocked",location:J,proceed(){ia(Te,{state:"proceeding",proceed:void 0,reset:void 0,location:J}),Ue.then(()=>e.history.go(ie))},reset(){let Qe=new Map(O.blockers);Qe.set(Te,$s),at({blockers:Qe})}});return}return Ht(j,J)}),r){WP(t,he);let j=()=>GP(t,he);t.addEventListener("pagehide",j),ge=()=>t.removeEventListener("pagehide",j)}return O.initialized||Ht("POP",O.location,{initialHydration:!0}),A}function Le(){y&&y(),ge&&ge(),v.clear(),X&&X.abort(),O.fetchers.forEach((j,J)=>an(J)),O.blockers.forEach((j,J)=>rs(J))}function It(j){return v.add(j),()=>v.delete(j)}function at(j,J={}){j.matches&&(j.matches=j.matches.map(Ue=>{let Qe=s[Ue.route.id],nt=Ue.route;return nt.element!==Qe.element||nt.errorElement!==Qe.errorElement||nt.hydrateFallbackElement!==Qe.hydrateFallbackElement?{...Ue,route:Qe}:Ue})),O={...O,...j};let ie=[],Te=[];O.fetchers.forEach((Ue,Qe)=>{Ue.state==="idle"&&(Se.has(Qe)?ie.push(Qe):Te.push(Qe))}),Se.forEach(Ue=>{!O.fetchers.has(Ue)&&!tt.has(Ue)&&ie.push(Ue)}),[...v].forEach(Ue=>Ue(O,{deletedFetchers:ie,viewTransitionOpts:J.viewTransitionOpts,flushSync:J.flushSync===!0})),ie.forEach(Ue=>an(Ue)),Te.forEach(Ue=>O.fetchers.delete(Ue))}function xt(j,J,{flushSync:ie}={}){let Te=O.actionData!=null&&O.navigation.formMethod!=null&&Dn(O.navigation.formMethod)&&O.navigation.state==="loading"&&j.state?._isRedirect!==!0,Ue;J.actionData?Object.keys(J.actionData).length>0?Ue=J.actionData:Ue=null:Te?Ue=O.actionData:Ue=null;let Qe=J.loaderData?w_(O.loaderData,J.loaderData,J.matches||[],J.errors):O.loaderData,nt=O.blockers;nt.size>0&&(nt=new Map(nt),nt.forEach((st,qe)=>nt.set(qe,$s)));let ot=ve?!1:Hy(j,J.matches||O.matches),lt=N===!0||O.navigation.formMethod!=null&&Dn(O.navigation.formMethod)&&j.state?._isRedirect!==!0;c&&(u=c,c=void 0),ve||F==="POP"||(F==="PUSH"?e.history.push(j,j.state):F==="REPLACE"&&e.history.replace(j,j.state));let ft;if(F==="POP"){let st=he.get(O.location.pathname);st&&st.has(j.pathname)?ft={currentLocation:O.location,nextLocation:j}:he.has(j.pathname)&&(ft={currentLocation:j,nextLocation:O.location})}else if(ce){let st=he.get(O.location.pathname);st?st.add(j.pathname):(st=new Set([j.pathname]),he.set(O.location.pathname,st)),ft={currentLocation:O.location,nextLocation:j}}at({...J,actionData:Ue,loaderData:Qe,historyAction:F,location:j,initialized:!0,navigation:Hd,revalidation:"idle",restoreScrollPosition:ot,preventScrollReset:lt,blockers:nt},{viewTransitionOpts:ft,flushSync:ie===!0}),F="POP",N=!1,ce=!1,ve=!1,Fe=!1,re?.resolve(),re=null}async function Ke(j,J){if(typeof j=="number"){e.history.go(j);return}let ie=wv(O.location,O.matches,f,j,J?.fromRouteId,J?.relative),{path:Te,submission:Ue,error:Qe}=ZS(!1,ie,J),nt=O.location,ot=Ya(O.location,Te,J&&J.state);ot={...ot,...e.history.encodeLocation(ot)};let lt=J&&J.replace!=null?J.replace:void 0,ft="PUSH";lt===!0?ft="REPLACE":lt===!1||Ue!=null&&Dn(Ue.formMethod)&&Ue.formAction===O.location.pathname+O.location.search&&(ft="REPLACE");let st=J&&"preventScrollReset"in J?J.preventScrollReset===!0:void 0,qe=(J&&J.flushSync)===!0,Ut=wu({currentLocation:nt,nextLocation:ot,historyAction:ft});if(Ut){ia(Ut,{state:"blocked",location:ot,proceed(){ia(Ut,{state:"proceeding",proceed:void 0,reset:void 0,location:ot}),Ke(j,J)},reset(){let fr=new Map(O.blockers);fr.set(Ut,$s),at({blockers:fr})}});return}await Ht(ft,ot,{submission:Ue,pendingError:Qe,preventScrollReset:st,replace:J&&J.replace,enableViewTransition:J&&J.viewTransition,flushSync:qe})}function qt(){re||(re=YP()),pe(),at({revalidation:"loading"});let j=re.promise;return O.navigation.state==="submitting"?j:O.navigation.state==="idle"?(Ht(O.historyAction,O.location,{startUninterruptedRevalidation:!0}),j):(Ht(F||O.historyAction,O.navigation.location,{overrideNavigation:O.navigation,enableViewTransition:ce===!0}),j)}async function Ht(j,J,ie){X&&X.abort(),X=null,F=j,ve=(ie&&ie.startUninterruptedRevalidation)===!0,Su(O.location,O.matches),N=(ie&&ie.preventScrollReset)===!0,ce=(ie&&ie.enableViewTransition)===!0;let Te=c||u,Ue=ie&&ie.overrideNavigation,Qe=ie?.initialHydration&&O.matches&&O.matches.length>0&&!T?O.matches:ho(Te,J,f),nt=(ie&&ie.flushSync)===!0;if(Qe&&O.initialized&&!Fe&&UP(O.location,J)&&!(ie&&ie.submission&&Dn(ie.submission.formMethod))){xt(J,{matches:Qe},{flushSync:nt});return}let ot=rf(Qe,Te,J.pathname);if(ot.active&&ot.matches&&(Qe=ot.matches),!Qe){let{error:mn,notFoundMatches:_r,route:je}=tl(J.pathname);xt(J,{matches:_r,loaderData:{},errors:{[je.id]:mn}},{flushSync:nt});return}X=new AbortController;let lt=jc(e.history,J,X.signal,ie&&ie.submission),ft=e.unstable_getContext?await e.unstable_getContext():new Ji,st;if(ie&&ie.pendingError)st=[Ho(Qe).route.id,{type:"error",error:ie.pendingError}];else if(ie&&ie.submission&&Dn(ie.submission.formMethod)){let mn=await At(lt,J,ie.submission,Qe,ft,ot.active,ie&&ie.initialHydration===!0,{replace:ie.replace,flushSync:nt});if(mn.shortCircuited)return;if(mn.pendingActionResult){let[_r,je]=mn.pendingActionResult;if(hn(je)&&Kr(je.error)&&je.error.status===404){X=null,xt(J,{matches:mn.matches,loaderData:{},errors:{[_r]:je.error}});return}}Qe=mn.matches||Qe,st=mn.pendingActionResult,Ue=Cv(J,ie.submission),nt=!1,ot.active=!1,lt=jc(e.history,lt.url,lt.signal)}let{shortCircuited:qe,matches:Ut,loaderData:fr,errors:Br}=await Rr(lt,J,Qe,ft,ot.active,Ue,ie&&ie.submission,ie&&ie.fetcherSubmission,ie&&ie.replace,ie&&ie.initialHydration===!0,nt,st);qe||(X=null,xt(J,{matches:Ut||Qe,...S_(st),loaderData:fr,errors:Br}))}async function At(j,J,ie,Te,Ue,Qe,nt,ot={}){pe();let lt=BP(J,ie);if(at({navigation:lt},{flushSync:ot.flushSync===!0}),Qe){let qe=await Lr(Te,J.pathname,j.signal);if(qe.type==="aborted")return{shortCircuited:!0};if(qe.type==="error"){if(qe.partialMatches.length===0){let{matches:fr,route:Br}=zc(u);return{matches:fr,pendingActionResult:[Br.id,{type:"error",error:qe.error}]}}let Ut=Ho(qe.partialMatches).route.id;return{matches:qe.partialMatches,pendingActionResult:[Ut,{type:"error",error:qe.error}]}}else if(qe.matches)Te=qe.matches;else{let{notFoundMatches:Ut,error:fr,route:Br}=tl(J.pathname);return{matches:Ut,pendingActionResult:[Br.id,{type:"error",error:fr}]}}}let ft,st=Uc(Te,J);if(!st.route.action&&!st.route.lazy)ft={type:"error",error:Jr(405,{method:j.method,pathname:J.pathname,routeId:st.route.id})};else{let qe=Hs(a,s,j,Te,st,nt?[]:o,Ue),Ut=await Pe(j,qe,Ue,null);if(ft=Ut[st.route.id],!ft){for(let fr of Te)if(Ut[fr.route.id]){ft=Ut[fr.route.id];break}}if(j.signal.aborted)return{shortCircuited:!0}}if(Bs(ft)){let qe;return ot&&ot.replace!=null?qe=ot.replace:qe=m_(ft.response.headers.get("Location"),new URL(j.url),f)===O.location.pathname+O.location.search,await le(j,ft,!0,{submission:ie,replace:qe}),{shortCircuited:!0}}if(hn(ft)){let qe=Ho(Te,st.route.id);return(ot&&ot.replace)!==!0&&(F="PUSH"),{matches:Te,pendingActionResult:[qe.route.id,ft,st.route.id]}}return{matches:Te,pendingActionResult:[st.route.id,ft]}}async function Rr(j,J,ie,Te,Ue,Qe,nt,ot,lt,ft,st,qe){let Ut=Qe||Cv(J,nt),fr=nt||ot||R_(Ut),Br=!ve&&!ft;if(Ue){if(Br){let Xt=Tt(qe);at({navigation:Ut,...Xt!==void 0?{actionData:Xt}:{}},{flushSync:st})}let $t=await Lr(ie,J.pathname,j.signal);if($t.type==="aborted")return{shortCircuited:!0};if($t.type==="error"){if($t.partialMatches.length===0){let{matches:ns,route:sa}=zc(u);return{matches:ns,loaderData:{},errors:{[sa.id]:$t.error}}}let Xt=Ho($t.partialMatches).route.id;return{matches:$t.partialMatches,loaderData:{},errors:{[Xt]:$t.error}}}else if($t.matches)ie=$t.matches;else{let{error:Xt,notFoundMatches:ns,route:sa}=tl(J.pathname);return{matches:ns,loaderData:{},errors:{[sa.id]:Xt}}}}let mn=c||u,{dsMatches:_r,revalidatingFetchers:je}=e_(j,Te,a,s,e.history,O,ie,fr,J,ft?[]:o,ft===!0,Fe,He,Se,pt,Ct,mn,f,e.patchRoutesOnNavigation!=null,qe);if(Et=++mt,!e.dataStrategy&&!_r.some($t=>$t.shouldLoad)&&!_r.some($t=>$t.route.unstable_middleware)&&je.length===0){let $t=mi();return xt(J,{matches:ie,loaderData:{},errors:qe&&hn(qe[1])?{[qe[0]]:qe[1].error}:null,...S_(qe),...$t?{fetchers:new Map(O.fetchers)}:{}},{flushSync:st}),{shortCircuited:!0}}if(Br){let $t={};if(!Ue){$t.navigation=Ut;let Xt=Tt(qe);Xt!==void 0&&($t.actionData=Xt)}je.length>0&&($t.fetchers=Sr(je)),at($t,{flushSync:st})}je.forEach($t=>{Qr($t.key),$t.controller&&tt.set($t.key,$t.controller)});let $=()=>je.forEach($t=>Qr($t.key));X&&X.signal.addEventListener("abort",$);let{loaderResults:xe,fetcherResults:Xe}=await ue(_r,je,j,Te);if(j.signal.aborted)return{shortCircuited:!0};X&&X.signal.removeEventListener("abort",$),je.forEach($t=>tt.delete($t.key));let Bt=Nm(xe);if(Bt)return await le(j,Bt.result,!0,{replace:lt}),{shortCircuited:!0};if(Bt=Nm(Xe),Bt)return Ct.add(Bt.key),await le(j,Bt.result,!0,{replace:lt}),{shortCircuited:!0};let{loaderData:qr,errors:br}=v_(O,ie,xe,qe,je,Xe);ft&&O.errors&&(br={...O.errors,...br});let Fr=mi(),_o=Fn(Et),aa=Fr||_o||je.length>0;return{matches:ie,loaderData:qr,errors:br,...aa?{fetchers:new Map(O.fetchers)}:{}}}function Tt(j){if(j&&!hn(j[1]))return{[j[0]]:j[1].data};if(O.actionData)return Object.keys(O.actionData).length===0?null:O.actionData}function Sr(j){return j.forEach(J=>{let ie=O.fetchers.get(J.key),Te=Vd(void 0,ie?ie.data:void 0);O.fetchers.set(J.key,Te)}),new Map(O.fetchers)}async function Jn(j,J,ie,Te){Qr(j);let Ue=(Te&&Te.flushSync)===!0,Qe=c||u,nt=wv(O.location,O.matches,f,ie,J,Te?.relative),ot=ho(Qe,nt,f),lt=rf(ot,Qe,nt);if(lt.active&<.matches&&(ot=lt.matches),!ot){_t(j,J,Jr(404,{pathname:nt}),{flushSync:Ue});return}let{path:ft,submission:st,error:qe}=ZS(!0,nt,Te);if(qe){_t(j,J,qe,{flushSync:Ue});return}let Ut=e.unstable_getContext?await e.unstable_getContext():new Ji,fr=(Te&&Te.preventScrollReset)===!0;if(st&&Dn(st.formMethod)){await I(j,J,ft,ot,Ut,lt.active,Ue,fr,st);return}pt.set(j,{routeId:J,path:ft}),await q(j,J,ft,ot,Ut,lt.active,Ue,fr,st)}async function I(j,J,ie,Te,Ue,Qe,nt,ot,lt){pe(),pt.delete(j);let ft=O.fetchers.get(j);We(j,VP(lt,ft),{flushSync:nt});let st=new AbortController,qe=jc(e.history,ie,st.signal,lt);if(Qe){let sn=await Lr(Te,new URL(qe.url).pathname,qe.signal,j);if(sn.type==="aborted")return;if(sn.type==="error"){_t(j,J,sn.error,{flushSync:nt});return}else if(sn.matches)Te=sn.matches;else{_t(j,J,Jr(404,{pathname:ie}),{flushSync:nt});return}}let Ut=Uc(Te,ie);if(!Ut.route.action&&!Ut.route.lazy){let sn=Jr(405,{method:lt.formMethod,pathname:ie,routeId:J});_t(j,J,sn,{flushSync:nt});return}tt.set(j,st);let fr=mt,Br=Hs(a,s,qe,Te,Ut,o,Ue),_r=(await Pe(qe,Br,Ue,j))[Ut.route.id];if(qe.signal.aborted){tt.get(j)===st&&tt.delete(j);return}if(Se.has(j)){if(Bs(_r)||hn(_r)){We(j,Ws(void 0));return}}else{if(Bs(_r))if(tt.delete(j),Et>fr){We(j,Ws(void 0));return}else return Ct.add(j),We(j,Vd(lt)),le(qe,_r,!1,{fetcherSubmission:lt,preventScrollReset:ot});if(hn(_r)){_t(j,J,_r.error);return}}let je=O.navigation.location||O.location,$=jc(e.history,je,st.signal),xe=c||u,Xe=O.navigation.state!=="idle"?ho(xe,O.navigation.location,f):O.matches;rt(Xe,"Didn't find any matches after fetcher action");let Bt=++mt;Zt.set(j,Bt);let qr=Vd(lt,_r.data);O.fetchers.set(j,qr);let{dsMatches:br,revalidatingFetchers:Fr}=e_($,Ue,a,s,e.history,O,Xe,lt,je,o,!1,Fe,He,Se,pt,Ct,xe,f,e.patchRoutesOnNavigation!=null,[Ut.route.id,_r]);Fr.filter(sn=>sn.key!==j).forEach(sn=>{let By=sn.key,$C=O.fetchers.get(By),i2=Vd(void 0,$C?$C.data:void 0);O.fetchers.set(By,i2),Qr(By),sn.controller&&tt.set(By,sn.controller)}),at({fetchers:new Map(O.fetchers)});let _o=()=>Fr.forEach(sn=>Qr(sn.key));st.signal.addEventListener("abort",_o);let{loaderResults:aa,fetcherResults:$t}=await ue(br,Fr,$,Ue);if(st.signal.aborted)return;if(st.signal.removeEventListener("abort",_o),Zt.delete(j),tt.delete(j),Fr.forEach(sn=>tt.delete(sn.key)),O.fetchers.has(j)){let sn=Ws(_r.data);O.fetchers.set(j,sn)}let Xt=Nm(aa);if(Xt)return le($,Xt.result,!1,{preventScrollReset:ot});if(Xt=Nm($t),Xt)return Ct.add(Xt.key),le($,Xt.result,!1,{preventScrollReset:ot});let{loaderData:ns,errors:sa}=v_(O,Xe,aa,void 0,Fr,$t);Fn(Bt),O.navigation.state==="loading"&&Bt>Et?(rt(F,"Expected pending action"),X&&X.abort(),xt(O.navigation.location,{matches:Xe,loaderData:ns,errors:sa,fetchers:new Map(O.fetchers)})):(at({errors:sa,loaderData:w_(O.loaderData,ns,Xe,sa),fetchers:new Map(O.fetchers)}),Fe=!1)}async function q(j,J,ie,Te,Ue,Qe,nt,ot,lt){let ft=O.fetchers.get(j);We(j,Vd(lt,ft?ft.data:void 0),{flushSync:nt});let st=new AbortController,qe=jc(e.history,ie,st.signal);if(Qe){let je=await Lr(Te,new URL(qe.url).pathname,qe.signal,j);if(je.type==="aborted")return;if(je.type==="error"){_t(j,J,je.error,{flushSync:nt});return}else if(je.matches)Te=je.matches;else{_t(j,J,Jr(404,{pathname:ie}),{flushSync:nt});return}}let Ut=Uc(Te,ie);tt.set(j,st);let fr=mt,Br=Hs(a,s,qe,Te,Ut,o,Ue),_r=(await Pe(qe,Br,Ue,j))[Ut.route.id];if(tt.get(j)===st&&tt.delete(j),!qe.signal.aborted){if(Se.has(j)){We(j,Ws(void 0));return}if(Bs(_r))if(Et>fr){We(j,Ws(void 0));return}else{Ct.add(j),await le(qe,_r,!1,{preventScrollReset:ot});return}if(hn(_r)){_t(j,J,_r.error);return}We(j,Ws(_r.data))}}async function le(j,J,ie,{submission:Te,fetcherSubmission:Ue,preventScrollReset:Qe,replace:nt}={}){J.response.headers.has("X-Remix-Revalidate")&&(Fe=!0);let ot=J.response.headers.get("Location");rt(ot,"Expected a Location header on the redirect Response"),ot=m_(ot,new URL(j.url),f);let lt=Ya(O.location,ot,{_isRedirect:!0});if(r){let Br=!1;if(J.response.headers.has("X-Remix-Reload-Document"))Br=!0;else if(vv(ot)){const mn=MS(ot,!0);Br=mn.origin!==t.location.origin||on(mn.pathname,f)==null}if(Br){nt?t.location.replace(ot):t.location.assign(ot);return}}X=null;let ft=nt===!0||J.response.headers.has("X-Remix-Replace")?"REPLACE":"PUSH",{formMethod:st,formAction:qe,formEncType:Ut}=O.navigation;!Te&&!Ue&&st&&qe&&Ut&&(Te=R_(O.navigation));let fr=Te||Ue;if(kP.has(J.response.status)&&fr&&Dn(fr.formMethod))await Ht(ft,lt,{submission:{...fr,formAction:ot},preventScrollReset:Qe||N,enableViewTransition:ie?ce:void 0});else{let Br=Cv(lt,Te);await Ht(ft,lt,{overrideNavigation:Br,fetcherSubmission:Ue,preventScrollReset:Qe||N,enableViewTransition:ie?ce:void 0})}}async function Pe(j,J,ie,Te){let Ue,Qe={};try{Ue=await f_(d,j,J,Te,ie,!1)}catch(nt){return J.filter(ot=>ot.shouldLoad).forEach(ot=>{Qe[ot.route.id]={type:"error",error:nt}}),Qe}if(j.signal.aborted)return Qe;for(let[nt,ot]of Object.entries(Ue))if(E_(ot)){let lt=ot.result;Qe[nt]={type:"redirect",response:h_(lt,j,nt,J,f)}}else Qe[nt]=await p_(ot);return Qe}async function ue(j,J,ie,Te){let Ue=Pe(ie,j,Te,null),Qe=Promise.all(J.map(async lt=>{if(lt.matches&<.match&<.request&<.controller){let st=(await Pe(lt.request,lt.matches,Te,lt.key))[lt.match.route.id];return{[lt.key]:st}}else return Promise.resolve({[lt.key]:{type:"error",error:Jr(404,{pathname:lt.path})}})})),nt=await Ue,ot=(await Qe).reduce((lt,ft)=>Object.assign(lt,ft),{});return{loaderResults:nt,fetcherResults:ot}}function pe(){Fe=!0,pt.forEach((j,J)=>{tt.has(J)&&He.add(J),Qr(J)})}function We(j,J,ie={}){O.fetchers.set(j,J),at({fetchers:new Map(O.fetchers)},{flushSync:(ie&&ie.flushSync)===!0})}function _t(j,J,ie,Te={}){let Ue=Ho(O.matches,J);an(j),at({errors:{[Ue.route.id]:ie},fetchers:new Map(O.fetchers)},{flushSync:(Te&&Te.flushSync)===!0})}function Pt(j){return ze.set(j,(ze.get(j)||0)+1),Se.has(j)&&Se.delete(j),O.fetchers.get(j)||Mm}function an(j){let J=O.fetchers.get(j);tt.has(j)&&!(J&&J.state==="loading"&&Zt.has(j))&&Qr(j),pt.delete(j),Zt.delete(j),Ct.delete(j),Se.delete(j),He.delete(j),O.fetchers.delete(j)}function na(j){let J=(ze.get(j)||0)-1;J<=0?(ze.delete(j),Se.add(j)):ze.set(j,J),at({fetchers:new Map(O.fetchers)})}function Qr(j){let J=tt.get(j);J&&(J.abort(),tt.delete(j))}function ts(j){for(let J of j){let ie=Pt(J),Te=Ws(ie.data);O.fetchers.set(J,Te)}}function mi(){let j=[],J=!1;for(let ie of Ct){let Te=O.fetchers.get(ie);rt(Te,`Expected fetcher: ${ie}`),Te.state==="loading"&&(Ct.delete(ie),j.push(ie),J=!0)}return ts(j),J}function Fn(j){let J=[];for(let[ie,Te]of Zt)if(Te<j){let Ue=O.fetchers.get(ie);rt(Ue,`Expected fetcher: ${ie}`),Ue.state==="loading"&&(Qr(ie),Zt.delete(ie),J.push(ie))}return ts(J),J.length>0}function oa(j,J){let ie=O.blockers.get(j)||$s;return Be.get(j)!==J&&Be.set(j,J),ie}function rs(j){O.blockers.delete(j),Be.delete(j)}function ia(j,J){let ie=O.blockers.get(j)||$s;rt(ie.state==="unblocked"&&J.state==="blocked"||ie.state==="blocked"&&J.state==="blocked"||ie.state==="blocked"&&J.state==="proceeding"||ie.state==="blocked"&&J.state==="unblocked"||ie.state==="proceeding"&&J.state==="unblocked",`Invalid blocker state transition: ${ie.state} -> ${J.state}`);let Te=new Map(O.blockers);Te.set(j,J),at({blockers:Te})}function wu({currentLocation:j,nextLocation:J,historyAction:ie}){if(Be.size===0)return;Be.size>1&&ur(!1,"A router only supports one blocker at a time");let Te=Array.from(Be.entries()),[Ue,Qe]=Te[Te.length-1],nt=O.blockers.get(Ue);if(!(nt&&nt.state==="proceeding")&&Qe({currentLocation:j,nextLocation:J,historyAction:ie}))return Ue}function tl(j){let J=Jr(404,{pathname:j}),ie=c||u,{matches:Te,route:Ue}=zc(ie);return{notFoundMatches:Te,route:Ue,error:J}}function tf(j,J,ie){if(_=j,E=J,S=ie||null,!b&&O.navigation===Hd){b=!0;let Te=Hy(O.location,O.matches);Te!=null&&at({restoreScrollPosition:Te})}return()=>{_=null,E=null,S=null}}function $y(j,J){return S&&S(j,J.map(Te=>NS(Te,O.loaderData)))||j.key}function Su(j,J){if(_&&E){let ie=$y(j,J);_[ie]=E()}}function Hy(j,J){if(_){let ie=$y(j,J),Te=_[ie];if(typeof Te=="number")return Te}return null}function rf(j,J,ie){if(e.patchRoutesOnNavigation)if(j){if(Object.keys(j[0].params).length>0)return{active:!0,matches:Pm(J,ie,f,!0)}}else return{active:!0,matches:Pm(J,ie,f,!0)||[]};return{active:!1,matches:null}}async function Lr(j,J,ie,Te){if(!e.patchRoutesOnNavigation)return{type:"success",matches:j};let Ue=j;for(;;){let Qe=c==null,nt=c||u,ot=s;try{await e.patchRoutesOnNavigation({signal:ie,path:J,matches:Ue,fetcherKey:Te,patch:(st,qe)=>{ie.aborted||t_(st,qe,nt,ot,a,!1)}})}catch(st){return{type:"error",error:st,partialMatches:Ue}}finally{Qe&&!ie.aborted&&(u=[...u])}if(ie.aborted)return{type:"aborted"};let lt=ho(nt,J,f);if(lt)return{type:"success",matches:lt};let ft=Pm(nt,J,f,!0);if(!ft||Ue.length===ft.length&&Ue.every((st,qe)=>st.route.id===ft[qe].route.id))return{type:"success",matches:null};Ue=ft}}function rl(j){s={},c=Us(j,a,void 0,s)}function bw(j,J,ie=!1){let Te=c==null;t_(j,J,c||u,s,a,ie),Te&&(u=[...u],at({}))}return A={get basename(){return f},get future(){return h},get state(){return O},get routes(){return u},get window(){return t},initialize:Rt,subscribe:It,enableScrollRestoration:tf,navigate:Ke,fetch:Jn,revalidate:qt,createHref:j=>e.history.createHref(j),encodeLocation:j=>e.history.encodeLocation(j),getFetcher:Pt,deleteFetcher:na,dispose:Le,getBlocker:oa,deleteBlocker:rs,patchRoutes:bw,_internalFetchControllers:tt,_internalSetRoutes:rl,_internalSetStateDoNotUseOrYouWillBreakYourApp(j){at(j)}},A}function JS(e,t){rt(e.length>0,"You must provide a non-empty routes array to createStaticHandler");let r={},o=(t?t.basename:null)||"/",a=t?.mapRouteProperties||YS,s=Us(e,a,void 0,r);async function u(v,{requestContext:_,filterMatchesToLoad:S,skipLoaderErrorBubbling:E,skipRevalidation:b,dataStrategy:x,unstable_generateMiddlewareResponse:T}={}){let C=new URL(v.url),P=v.method,A=Ya("",Kn(C),null,"default"),O=ho(s,A,o);if(_=_??new Ji,!xv(P)&&P!=="HEAD"){let N=Jr(405,{method:P}),{matches:X,route:ce}=zc(s),he={basename:o,location:A,matches:X,loaderData:{},actionData:null,errors:{[ce.id]:N},statusCode:N.status,loaderHeaders:{},actionHeaders:{}};return T?T(()=>Promise.resolve(he)):he}else if(!O){let N=Jr(404,{pathname:A.pathname}),{matches:X,route:ce}=zc(s),he={basename:o,location:A,matches:X,loaderData:{},actionData:null,errors:{[ce.id]:N},statusCode:N.status,loaderHeaders:{},actionHeaders:{}};return T?T(()=>Promise.resolve(he)):he}if(T){rt(_ instanceof Ji,"When using middleware in `staticHandler.query()`, any provided `requestContext` must be an instance of `unstable_RouterContextProvider`");try{await i_(O,r,a);let N,X=await a_({request:v,matches:O,params:O[0].params,context:_},async()=>await T(async(he,ge={})=>{let ve=await f(he,A,O,_,x||null,E===!0,null,"filterMatchesToLoad"in ge?ge.filterMatchesToLoad??null:null,b===!0);return kr(ve)?ve:(N={location:A,basename:o,...ve},N)}),async(ce,he)=>{if(Im(ce))return ce;if(kr(ce))try{ce=new pn(ce.status,ce.statusText,await d_(ce))}catch(ge){ce=ge}if(Vs(ce)&&(ce=$P(ce)),N){he in N.loaderData&&(N.loaderData[he]=void 0);let ge=QS(s,N,ce,E?he:Ho(O,he).route.id);return T(()=>Promise.resolve(ge))}else{let ge=E?he:Ho(O,O.find(Fe=>Fe.route.id===he||Fe.route.loader)?.route.id||he).route.id,ve={matches:O,location:A,basename:o,loaderData:{},actionData:null,errors:{[ge]:ce},statusCode:Kr(ce)?ce.status:500,actionHeaders:{},loaderHeaders:{}};return T(()=>Promise.resolve(ve))}});return rt(kr(X),"Expected a response in query()"),X}catch(N){if(kr(N))return N;throw N}}let F=await f(v,A,O,_,x||null,E===!0,null,S||null,b===!0);return kr(F)?F:{location:A,basename:o,...F}}async function c(v,{routeId:_,requestContext:S,dataStrategy:E,unstable_generateMiddlewareResponse:b}={}){let x=new URL(v.url),T=v.method,C=Ya("",Kn(x),null,"default"),P=ho(s,C,o);if(S=S??new Ji,!xv(T)&&T!=="HEAD"&&T!=="OPTIONS")throw Jr(405,{method:T});if(!P)throw Jr(404,{pathname:C.pathname});let A=_?P.find(N=>N.route.id===_):Uc(P,C);if(_&&!A)throw Jr(403,{pathname:C.pathname,routeId:_});if(!A)throw Jr(404,{pathname:C.pathname});if(b)return rt(S instanceof Ji,"When using middleware in `staticHandler.queryRoute()`, any provided `requestContext` must be an instance of `unstable_RouterContextProvider`"),await i_(P,r,a),await a_({request:v,matches:P,params:P[0].params,context:S},async()=>await b(async ce=>{let he=await f(ce,C,P,S,E||null,!1,A,null,!1),ge=F(he);return kr(ge)?ge:typeof ge=="string"?new Response(ge):Response.json(ge)}),X=>{if(Vs(X))return Promise.resolve(Rv(X));if(kr(X))return Promise.resolve(X);throw X});let O=await f(v,C,P,S,E||null,!1,A,null,!1);return F(O);function F(N){if(kr(N))return N;let X=N.errors?Object.values(N.errors)[0]:void 0;if(X!==void 0)throw X;if(N.actionData)return Object.values(N.actionData)[0];if(N.loaderData)return Object.values(N.loaderData)[0]}}async function f(v,_,S,E,b,x,T,C,P){rt(v.signal,"query()/queryRoute() requests must contain an AbortController signal");try{if(Dn(v.method))return await d(v,S,T||Uc(S,_),E,b,x,T!=null,C,P);let A=await h(v,S,E,b,x,T,C);return kr(A)?A:{...A,actionData:null,actionHeaders:{}}}catch(A){if(b_(A)&&kr(A.result)){if(A.type==="error")throw A.result;return A.result}if(Im(A))return A;throw A}}async function d(v,_,S,E,b,x,T,C,P){let A;if(!S.route.action&&!S.route.lazy){let N=Jr(405,{method:v.method,pathname:new URL(v.url).pathname,routeId:S.route.id});if(T)throw N;A={type:"error",error:N}}else{let N=Hs(a,r,v,_,S,[],E);A=(await y(v,N,T,E,b))[S.route.id],v.signal.aborted&&qS(v,T)}if(Bs(A))throw new Response(null,{status:A.response.status,headers:{Location:A.response.headers.get("Location")}});if(T){if(hn(A))throw A.error;return{matches:[S],loaderData:{},actionData:{[S.route.id]:A.data},errors:null,statusCode:200,loaderHeaders:{},actionHeaders:{}}}if(P)if(hn(A)){let N=x?S:Ho(_,S.route.id);return{statusCode:Kr(A.error)?A.error.status:A.statusCode!=null?A.statusCode:500,actionData:null,actionHeaders:{...A.headers?{[S.route.id]:A.headers}:{}},matches:_,loaderData:{},errors:{[N.route.id]:A.error},loaderHeaders:{}}}else return{actionData:{[S.route.id]:A.data},actionHeaders:A.headers?{[S.route.id]:A.headers}:{},matches:_,loaderData:{},errors:null,statusCode:A.statusCode||200,loaderHeaders:{}};let O=new Request(v.url,{headers:v.headers,redirect:v.redirect,signal:v.signal});if(hn(A)){let N=x?S:Ho(_,S.route.id);return{...await h(O,_,E,b,x,null,C,[N.route.id,A]),statusCode:Kr(A.error)?A.error.status:A.statusCode!=null?A.statusCode:500,actionData:null,actionHeaders:{...A.headers?{[S.route.id]:A.headers}:{}}}}return{...await h(O,_,E,b,x,null,C),actionData:{[S.route.id]:A.data},...A.statusCode?{statusCode:A.statusCode}:{},actionHeaders:A.headers?{[S.route.id]:A.headers}:{}}}async function h(v,_,S,E,b,x,T,C){let P=x!=null;if(P&&!x?.route.loader&&!x?.route.lazy)throw Jr(400,{method:v.method,pathname:new URL(v.url).pathname,routeId:x?.route.id});let A;if(x)A=Hs(a,r,v,_,x,[],S);else{let N=C&&hn(C[1])?_.findIndex(X=>X.route.id===C[0])-1:void 0;A=_.map((X,ce)=>N!=null&&ce>N?Bd(a,r,v,X,[],S,!1):Bd(a,r,v,X,[],S,(X.route.loader||X.route.lazy)!=null&&(!T||T(X))))}if(!E&&!A.some(N=>N.shouldLoad))return{matches:_,loaderData:{},errors:C&&hn(C[1])?{[C[0]]:C[1].error}:null,statusCode:200,loaderHeaders:{}};let O=await y(v,A,P,S,E);return v.signal.aborted&&qS(v,P),{...g_(_,O,C,!0,b),matches:_}}async function y(v,_,S,E,b){let x=await f_(b||bv,v,_,null,E,!0),T={};return await Promise.all(_.map(async C=>{if(!(C.route.id in x))return;let P=x[C.route.id];if(E_(P)){let A=P.result;throw h_(A,v,C.route.id,_,o)}if(S){if(kr(P.result))throw P;if(Vs(P.result))throw Rv(P.result)}T[C.route.id]=await p_(P)})),T}return{dataRoutes:s,query:u,queryRoute:c}}function QS(e,t,r,o){let a=o||t._deepestRenderedBoundaryId||e[0].id;return{...t,statusCode:Kr(r)?r.status:500,errors:{[a]:r}}}function qS(e,t){if(e.signal.reason!==void 0)throw e.signal.reason;let r=t?"queryRoute":"query";throw new Error(`${r}() call aborted without an \`AbortSignal.reason\`: ${e.method} ${e.url}`)}function LP(e){return e!=null&&("formData"in e&&e.formData!=null||"body"in e&&e.body!==void 0)}function wv(e,t,r,o,a,s){let u,c;if(a){u=[];for(let d of t)if(u.push(d),d.route.id===a){c=d;break}}else u=t,c=t[t.length-1];let f=km(o||".",Om(u),on(e.pathname,r)||e.pathname,s==="path");if(o==null&&(f.search=e.search,f.hash=e.hash),(o==null||o===""||o===".")&&c){let d=Tv(f.search);if(c.route.index&&!d)f.search=f.search?f.search.replace(/^\?/,"?index&"):"?index";else if(!c.route.index&&d){let h=new URLSearchParams(f.search),y=h.getAll("index");h.delete("index"),y.filter(_=>_).forEach(_=>h.append("index",_));let v=h.toString();f.search=v?`?${v}`:""}}return r!=="/"&&(f.pathname=bP({basename:r,pathname:f.pathname})),Kn(f)}function ZS(e,t,r){if(!r||!LP(r))return{path:t};if(r.formMethod&&!xv(r.formMethod))return{path:t,error:Jr(405,{method:r.formMethod})};let o=()=>({path:t,error:Jr(400,{type:"invalid-body"})}),s=(r.formMethod||"get").toUpperCase(),u=__(t);if(r.body!==void 0){if(r.formEncType==="text/plain"){if(!Dn(s))return o();let y=typeof r.body=="string"?r.body:r.body instanceof FormData||r.body instanceof URLSearchParams?Array.from(r.body.entries()).reduce((v,[_,S])=>`${v}${_}=${S}
|
|
80
|
-
`,""):String(r.body);return{path:t,submission:{formMethod:s,formAction:u,formEncType:r.formEncType,formData:void 0,json:void 0,text:y}}}else if(r.formEncType==="application/json"){if(!Dn(s))return o();try{let y=typeof r.body=="string"?JSON.parse(r.body):r.body;return{path:t,submission:{formMethod:s,formAction:u,formEncType:r.formEncType,formData:void 0,json:y,text:void 0}}}catch{return o()}}}rt(typeof FormData=="function","FormData is not available in this environment");let c,f;if(r.formData)c=Ev(r.formData),f=r.formData;else if(r.body instanceof FormData)c=Ev(r.body),f=r.body;else if(r.body instanceof URLSearchParams)c=r.body,f=y_(c);else if(r.body==null)c=new URLSearchParams,f=new FormData;else try{c=new URLSearchParams(r.body),f=y_(c)}catch{return o()}let d={formMethod:s,formAction:u,formEncType:r&&r.formEncType||"application/x-www-form-urlencoded",formData:f,json:void 0,text:void 0};if(Dn(d.formMethod))return{path:t,submission:d};let h=Ao(t);return e&&h.search&&Tv(h.search)&&c.append("index",""),h.search=`?${c}`,{path:Kn(h),submission:d}}function e_(e,t,r,o,a,s,u,c,f,d,h,y,v,_,S,E,b,x,T,C){let P=C?hn(C[1])?C[1].error:C[1].data:void 0,A=a.createURL(s.location),O=a.createURL(f),F;if(h&&s.errors){let ve=Object.keys(s.errors)[0];F=u.findIndex(Fe=>Fe.route.id===ve)}else if(C&&hn(C[1])){let ve=C[0];F=u.findIndex(Fe=>Fe.route.id===ve)-1}let N=C?C[1].statusCode:void 0,X=N&&N>=400,ce={currentUrl:A,currentParams:s.matches[0]?.params||{},nextUrl:O,nextParams:u[0].params,...c,actionResult:P,actionStatus:N},he=u.map((ve,Fe)=>{let{route:He}=ve,tt=null;if(F!=null&&Fe>F?tt=!1:He.lazy?tt=!0:He.loader==null?tt=!1:h?tt=Sv(He,s.loaderData,s.errors):NP(s.loaderData,s.matches[Fe],ve)&&(tt=!0),tt!==null)return Bd(r,o,e,ve,d,t,tt);let mt=X?!1:y||A.pathname+A.search===O.pathname+O.search||A.search!==O.search||DP(s.matches[Fe],ve),Et={...ce,defaultShouldRevalidate:mt},Zt=Lm(ve,Et);return Bd(r,o,e,ve,d,t,Zt,Et)}),ge=[];return S.forEach((ve,Fe)=>{if(h||!u.some(ze=>ze.route.id===ve.routeId)||_.has(Fe))return;let He=s.fetchers.get(Fe),tt=He&&He.state!=="idle"&&He.data===void 0,mt=ho(b,ve.path,x);if(!mt){if(T&&tt)return;ge.push({key:Fe,routeId:ve.routeId,path:ve.path,matches:null,match:null,request:null,controller:null});return}if(E.has(Fe))return;let Et=Uc(mt,ve.path),Zt=new AbortController,Ct=jc(a,ve.path,Zt.signal),pt=null;if(v.has(Fe))v.delete(Fe),pt=Hs(r,o,Ct,mt,Et,d,t);else if(tt)y&&(pt=Hs(r,o,Ct,mt,Et,d,t));else{let ze={...ce,defaultShouldRevalidate:X?!1:y};Lm(Et,ze)&&(pt=Hs(r,o,Ct,mt,Et,d,t,ze))}pt&&ge.push({key:Fe,routeId:ve.routeId,path:ve.path,matches:pt,match:Et,request:Ct,controller:Zt})}),{dsMatches:he,revalidatingFetchers:ge}}function Sv(e,t,r){if(e.lazy)return!0;if(!e.loader)return!1;let o=t!=null&&e.id in t,a=r!=null&&r[e.id]!==void 0;return!o&&a?!1:typeof e.loader=="function"&&e.loader.hydrate===!0?!0:!o&&!a}function NP(e,t,r){let o=!t||r.route.id!==t.route.id,a=!e.hasOwnProperty(r.route.id);return o||a}function DP(e,t){let r=e.route.path;return e.pathname!==t.pathname||r!=null&&r.endsWith("*")&&e.params["*"]!==t.params["*"]}function Lm(e,t){if(e.route.shouldRevalidate){let r=e.route.shouldRevalidate(t);if(typeof r=="boolean")return r}return t.defaultShouldRevalidate}function t_(e,t,r,o,a,s){let u;if(e){let d=o[e];rt(d,`No route found to patch children into: routeId = ${e}`),d.children||(d.children=[]),u=d.children}else u=r;let c=[],f=[];if(t.forEach(d=>{let h=u.find(y=>r_(d,y));h?f.push({existingRoute:h,newRoute:d}):c.push(d)}),c.length>0){let d=Us(c,a,[e||"_","patch",String(u?.length||"0")],o);u.push(...d)}if(s&&f.length>0)for(let d=0;d<f.length;d++){let{existingRoute:h,newRoute:y}=f[d],v=h,[_]=Us([y],a,[],{},!0);Object.assign(v,{element:_.element?_.element:v.element,errorElement:_.errorElement?_.errorElement:v.errorElement,hydrateFallbackElement:_.hydrateFallbackElement?_.hydrateFallbackElement:v.hydrateFallbackElement})}}function r_(e,t){return"id"in e&&"id"in t&&e.id===t.id?!0:e.index===t.index&&e.path===t.path&&e.caseSensitive===t.caseSensitive?(!e.children||e.children.length===0)&&(!t.children||t.children.length===0)?!0:e.children.every((r,o)=>t.children?.some(a=>r_(r,a))):!1}var n_=new WeakMap,_v=({key:e,route:t,manifest:r,mapRouteProperties:o})=>{let a=r[t.id];if(rt(a,"No route found in manifest"),!a.lazy||typeof a.lazy!="object")return;let s=a.lazy[e];if(!s)return;let u=n_.get(a);u||(u={},n_.set(a,u));let c=u[e];if(c)return c;let f=(async()=>{let d=sP(e),y=a[e]!==void 0&&e!=="hasErrorBoundary";if(d)ur(!d,"Route property "+e+" is not a supported lazy route property. This property will be ignored."),u[e]=Promise.resolve();else if(y)ur(!1,`Route "${a.id}" has a static property "${e}" defined. The lazy property will be ignored.`);else{let v=await s();v!=null&&(Object.assign(a,{[e]:v}),Object.assign(a,o(a)))}typeof a.lazy=="object"&&(a.lazy[e]=void 0,Object.values(a.lazy).every(v=>v===void 0)&&(a.lazy=void 0))})();return u[e]=f,f},o_=new WeakMap;function IP(e,t,r,o,a){let s=r[e.id];if(rt(s,"No route found in manifest"),!e.lazy)return{lazyRoutePromise:void 0,lazyHandlerPromise:void 0};if(typeof e.lazy=="function"){let h=o_.get(s);if(h)return{lazyRoutePromise:h,lazyHandlerPromise:h};let y=(async()=>{rt(typeof e.lazy=="function","No lazy route function found");let v=await e.lazy(),_={};for(let S in v){let E=v[S];if(E===void 0)continue;let b=uP(S),T=s[S]!==void 0&&S!=="hasErrorBoundary";b?ur(!b,"Route property "+S+" is not a supported property to be returned from a lazy route function. This property will be ignored."):T?ur(!T,`Route "${s.id}" has a static property "${S}" defined but its lazy function is also returning a value for this property. The lazy route property "${S}" will be ignored.`):_[S]=E}Object.assign(s,_),Object.assign(s,{...o(s),lazy:void 0})})();return o_.set(s,y),y.catch(()=>{}),{lazyRoutePromise:y,lazyHandlerPromise:y}}let u=Object.keys(e.lazy),c=[],f;for(let h of u){if(a&&a.includes(h))continue;let y=_v({key:h,route:e,manifest:r,mapRouteProperties:o});y&&(c.push(y),h===t&&(f=y))}let d=c.length>0?Promise.all(c).then(()=>{}):void 0;return d?.catch(()=>{}),f?.catch(()=>{}),{lazyRoutePromise:d,lazyHandlerPromise:f}}function FP(e){return e!==void 0}function i_(e,t,r){let o=e.map(({route:a})=>{if(!(typeof a.lazy!="object"||!a.lazy.unstable_middleware))return _v({key:"unstable_middleware",route:a,manifest:t,mapRouteProperties:r})}).filter(FP);return o.length>0?Promise.all(o):void 0}async function bv(e){let t=e.matches.filter(a=>a.shouldLoad),r={};return(await Promise.all(t.map(a=>a.resolve()))).forEach((a,s)=>{r[t[s].route.id]=a}),r}async function jP(e){return e.matches.some(t=>t.route.unstable_middleware)?s_(e,()=>bv(e)):bv(e)}function a_(e,t,r){return l_(e,t,o,kr,r);function o(a){return Vs(a)?Rv(a):a}}function s_(e,t){return l_(e,t,o=>o,HP,r);function r(o,a,s){if(s)return Promise.resolve(Object.assign(s.value,{[a]:{type:"error",result:o}}));{let{matches:u}=e,c=Math.min(u.findIndex(d=>d.route.id===a)||0,u.findIndex(d=>d.unstable_shouldCallHandler())||0),f=Ho(u,u[c].route.id).route.id;return Promise.resolve({[f]:{type:"error",result:o}})}}}async function l_(e,t,r,o,a){let{matches:s,request:u,params:c,context:f}=e,d=s.flatMap(y=>y.route.unstable_middleware?y.route.unstable_middleware.map(v=>[y.route.id,v]):[]);return await u_({request:u,params:c,context:f},d,t,r,o,a)}async function u_(e,t,r,o,a,s,u=0){let{request:c}=e;if(c.signal.aborted)throw c.signal.reason??new Error(`Request aborted: ${c.method} ${c.url}`);let f=t[u];if(!f)return await r();let[d,h]=f,y,v=async()=>{if(y)throw new Error("You may only call `next()` once per middleware");try{return y={value:await u_(e,t,r,o,a,s,u+1)},y.value}catch(_){return y={value:await s(_,d,y)},y.value}};try{let _=await h(e,v),S=_!=null?o(_):void 0;return a(S)?S:y?S??y.value:(y={value:await v()},y.value)}catch(_){return await s(_,d,y)}}function c_(e,t,r,o,a){let s=_v({key:"unstable_middleware",route:o.route,manifest:t,mapRouteProperties:e}),u=IP(o.route,Dn(r.method)?"action":"loader",t,e,a);return{middleware:s,route:u.lazyRoutePromise,handler:u.lazyHandlerPromise}}function Bd(e,t,r,o,a,s,u,c=null){let f=!1,d=c_(e,t,r,o,a);return{...o,_lazyPromises:d,shouldLoad:u,unstable_shouldRevalidateArgs:c,unstable_shouldCallHandler(h){return f=!0,c?typeof h=="boolean"?Lm(o,{...c,defaultShouldRevalidate:h}):Lm(o,c):u},resolve(h){return f||u||h&&!Dn(r.method)&&(o.route.lazy||o.route.loader)?zP({request:r,match:o,lazyHandlerPromise:d?.handler,lazyRoutePromise:d?.route,handlerOverride:h,scopedContext:s}):Promise.resolve({type:"data",result:void 0})}}}function Hs(e,t,r,o,a,s,u,c=null){return o.map(f=>f.route.id!==a.route.id?{...f,shouldLoad:!1,unstable_shouldRevalidateArgs:c,unstable_shouldCallHandler:()=>!1,_lazyPromises:c_(e,t,r,f,s),resolve:()=>Promise.resolve({type:"data",result:void 0})}:Bd(e,t,r,f,s,u,!0,c))}async function f_(e,t,r,o,a,s){r.some(d=>d._lazyPromises?.middleware)&&await Promise.all(r.map(d=>d._lazyPromises?.middleware));let u={request:t,params:r[0].params,context:a,matches:r},f=await e({...u,fetcherKey:o,unstable_runClientMiddleware:s?()=>{throw new Error("You cannot call `unstable_runClientMiddleware()` from a static handler `dataStrategy`. Middleware is run outside of `dataStrategy` during SSR in order to bubble up the Response. You can enable middleware via the `respond` API in `query`/`queryRoute`")}:d=>{let h=u;return s_(h,()=>d({...h,fetcherKey:o,unstable_runClientMiddleware:()=>{throw new Error("Cannot call `unstable_runClientMiddleware()` from within an `unstable_runClientMiddleware` handler")}}))}});try{await Promise.all(r.flatMap(d=>[d._lazyPromises?.handler,d._lazyPromises?.route]))}catch{}return f}async function zP({request:e,match:t,lazyHandlerPromise:r,lazyRoutePromise:o,handlerOverride:a,scopedContext:s}){let u,c,f=Dn(e.method),d=f?"action":"loader",h=y=>{let v,_=new Promise((b,x)=>v=x);c=()=>v(),e.signal.addEventListener("abort",c);let S=b=>typeof y!="function"?Promise.reject(new Error(`You cannot call the handler for a route which defines a boolean "${d}" [routeId: ${t.route.id}]`)):y({request:e,params:t.params,context:s},...b!==void 0?[b]:[]),E=(async()=>{try{return{type:"data",result:await(a?a(x=>S(x)):S())}}catch(b){return{type:"error",result:b}}})();return Promise.race([E,_])};try{let y=f?t.route.action:t.route.loader;if(r||o)if(y){let v,[_]=await Promise.all([h(y).catch(S=>{v=S}),r,o]);if(v!==void 0)throw v;u=_}else{await r;let v=f?t.route.action:t.route.loader;if(v)[u]=await Promise.all([h(v),o]);else if(d==="action"){let _=new URL(e.url),S=_.pathname+_.search;throw Jr(405,{method:e.method,pathname:S,routeId:t.route.id})}else return{type:"data",result:void 0}}else if(y)u=await h(y);else{let v=new URL(e.url),_=v.pathname+v.search;throw Jr(404,{pathname:_})}}catch(y){return{type:"error",result:y}}finally{c&&e.signal.removeEventListener("abort",c)}return u}async function d_(e){let t=e.headers.get("Content-Type");return t&&/\bapplication\/json\b/.test(t)?e.body==null?null:e.json():e.text()}async function p_(e){let{result:t,type:r}=e;if(kr(t)){let o;try{o=await d_(t)}catch(a){return{type:"error",error:a}}return r==="error"?{type:"error",error:new pn(t.status,t.statusText,o),statusCode:t.status,headers:t.headers}:{type:"data",data:o,statusCode:t.status,headers:t.headers}}return r==="error"?Vs(t)?t.data instanceof Error?{type:"error",error:t.data,statusCode:t.init?.status,headers:t.init?.headers?new Headers(t.init.headers):void 0}:{type:"error",error:new pn(t.init?.status||500,void 0,t.data),statusCode:Kr(t)?t.status:void 0,headers:t.init?.headers?new Headers(t.init.headers):void 0}:{type:"error",error:t,statusCode:Kr(t)?t.status:void 0}:Vs(t)?{type:"data",data:t.data,statusCode:t.init?.status,headers:t.init?.headers?new Headers(t.init.headers):void 0}:{type:"data",data:t}}function h_(e,t,r,o,a){let s=e.headers.get("Location");if(rt(s,"Redirects returned/thrown from loaders/actions must have a Location header"),!vv(s)){let u=o.slice(0,o.findIndex(c=>c.route.id===r)+1);s=wv(new URL(t.url),u,a,s),e.headers.set("Location",s)}return e}function m_(e,t,r){if(vv(e)){let o=e,a=o.startsWith("//")?new URL(t.protocol+o):new URL(o),s=on(a.pathname,r)!=null;if(a.origin===t.origin&&s)return a.pathname+a.search+a.hash}return e}function jc(e,t,r,o){let a=e.createURL(__(t)).toString(),s={signal:r};if(o&&Dn(o.formMethod)){let{formMethod:u,formEncType:c}=o;s.method=u.toUpperCase(),c==="application/json"?(s.headers=new Headers({"Content-Type":c}),s.body=JSON.stringify(o.json)):c==="text/plain"?s.body=o.text:c==="application/x-www-form-urlencoded"&&o.formData?s.body=Ev(o.formData):s.body=o.formData}return new Request(a,s)}function Ev(e){let t=new URLSearchParams;for(let[r,o]of e.entries())t.append(r,typeof o=="string"?o:o.name);return t}function y_(e){let t=new FormData;for(let[r,o]of e.entries())t.append(r,o);return t}function g_(e,t,r,o=!1,a=!1){let s={},u=null,c,f=!1,d={},h=r&&hn(r[1])?r[1].error:void 0;return e.forEach(y=>{if(!(y.route.id in t))return;let v=y.route.id,_=t[v];if(rt(!Bs(_),"Cannot handle redirect results in processLoaderData"),hn(_)){let S=_.error;if(h!==void 0&&(S=h,h=void 0),u=u||{},a)u[v]=S;else{let E=Ho(e,v);u[E.route.id]==null&&(u[E.route.id]=S)}o||(s[v]=KS),f||(f=!0,c=Kr(_.error)?_.error.status:500),_.headers&&(d[v]=_.headers)}else s[v]=_.data,_.statusCode&&_.statusCode!==200&&!f&&(c=_.statusCode),_.headers&&(d[v]=_.headers)}),h!==void 0&&r&&(u={[r[0]]:h},r[2]&&(s[r[2]]=void 0)),{loaderData:s,errors:u,statusCode:c||200,loaderHeaders:d}}function v_(e,t,r,o,a,s){let{loaderData:u,errors:c}=g_(t,r,o);return a.filter(f=>!f.matches||f.matches.some(d=>d.shouldLoad)).forEach(f=>{let{key:d,match:h,controller:y}=f;if(y&&y.signal.aborted)return;let v=s[d];if(rt(v,"Did not find corresponding fetcher result"),hn(v)){let _=Ho(e.matches,h?.route.id);c&&c[_.route.id]||(c={...c,[_.route.id]:v.error}),e.fetchers.delete(d)}else if(Bs(v))rt(!1,"Unhandled fetcher revalidation redirect");else{let _=Ws(v.data);e.fetchers.set(d,_)}}),{loaderData:u,errors:c}}function w_(e,t,r,o){let a=Object.entries(t).filter(([,s])=>s!==KS).reduce((s,[u,c])=>(s[u]=c,s),{});for(let s of r){let u=s.route.id;if(!t.hasOwnProperty(u)&&e.hasOwnProperty(u)&&s.route.loader&&(a[u]=e[u]),o&&o.hasOwnProperty(u))break}return a}function S_(e){return e?hn(e[1])?{actionData:{}}:{actionData:{[e[0]]:e[1].data}}:{}}function Ho(e,t){return(t?e.slice(0,e.findIndex(o=>o.route.id===t)+1):[...e]).reverse().find(o=>o.route.hasErrorBoundary===!0)||e[0]}function zc(e){let t=e.length===1?e[0]:e.find(r=>r.index||!r.path||r.path==="/")||{id:"__shim-error-route__"};return{matches:[{params:{},pathname:"",pathnameBase:"",route:t}],route:t}}function Jr(e,{pathname:t,routeId:r,method:o,type:a,message:s}={}){let u="Unknown Server Error",c="Unknown @remix-run/router error";return e===400?(u="Bad Request",o&&t&&r?c=`You made a ${o} request to "${t}" but did not provide a \`loader\` for route "${r}", so there is no way to handle the request.`:a==="invalid-body"&&(c="Unable to encode submission body")):e===403?(u="Forbidden",c=`Route "${r}" does not match URL "${t}"`):e===404?(u="Not Found",c=`No route matches URL "${t}"`):e===405&&(u="Method Not Allowed",o&&t&&r?c=`You made a ${o.toUpperCase()} request to "${t}" but did not provide an \`action\` for route "${r}", so there is no way to handle the request.`:o&&(c=`Invalid request method "${o.toUpperCase()}"`)),new pn(e||500,u,new Error(c),!0)}function Nm(e){let t=Object.entries(e);for(let r=t.length-1;r>=0;r--){let[o,a]=t[r];if(Bs(a))return{key:o,result:a}}}function __(e){let t=typeof e=="string"?Ao(e):e;return Kn({...t,hash:""})}function UP(e,t){return e.pathname!==t.pathname||e.search!==t.search?!1:e.hash===""?t.hash!=="":e.hash===t.hash?!0:t.hash!==""}function Rv(e){return Response.json(e.data,e.init??void 0)}function $P(e){return new pn(e.init?.status??500,e.init?.statusText??"Internal Server Error",e.data)}function HP(e){return e!=null&&typeof e=="object"&&Object.entries(e).every(([t,r])=>typeof t=="string"&&b_(r))}function b_(e){return e!=null&&typeof e=="object"&&"type"in e&&"result"in e&&(e.type==="data"||e.type==="error")}function E_(e){return kr(e.result)&&GS.has(e.result.status)}function hn(e){return e.type==="error"}function Bs(e){return(e&&e.type)==="redirect"}function Vs(e){return typeof e=="object"&&e!=null&&"type"in e&&"data"in e&&"init"in e&&e.type==="DataWithResponseInit"}function kr(e){return e!=null&&typeof e.status=="number"&&typeof e.statusText=="string"&&typeof e.headers=="object"&&typeof e.body<"u"}function Dm(e){return GS.has(e)}function Im(e){return kr(e)&&Dm(e.status)&&e.headers.has("Location")}function xv(e){return OP.has(e.toUpperCase())}function Dn(e){return AP.has(e.toUpperCase())}function Tv(e){return new URLSearchParams(e).getAll("index").some(t=>t==="")}function Uc(e,t){let r=typeof t=="string"?Ao(t).search:t.search;if(e[e.length-1].route.index&&Tv(r||""))return e[e.length-1];let o=$S(e);return o[o.length-1]}function R_(e){let{formMethod:t,formAction:r,formEncType:o,text:a,formData:s,json:u}=e;if(!(!t||!r||!o)){if(a!=null)return{formMethod:t,formAction:r,formEncType:o,formData:void 0,json:void 0,text:a};if(s!=null)return{formMethod:t,formAction:r,formEncType:o,formData:s,json:void 0,text:void 0};if(u!==void 0)return{formMethod:t,formAction:r,formEncType:o,formData:void 0,json:u,text:void 0}}}function Cv(e,t){return t?{state:"loading",location:e,formMethod:t.formMethod,formAction:t.formAction,formEncType:t.formEncType,formData:t.formData,json:t.json,text:t.text}:{state:"loading",location:e,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0}}function BP(e,t){return{state:"submitting",location:e,formMethod:t.formMethod,formAction:t.formAction,formEncType:t.formEncType,formData:t.formData,json:t.json,text:t.text}}function Vd(e,t){return e?{state:"loading",formMethod:e.formMethod,formAction:e.formAction,formEncType:e.formEncType,formData:e.formData,json:e.json,text:e.text,data:t}:{state:"loading",formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0,data:t}}function VP(e,t){return{state:"submitting",formMethod:e.formMethod,formAction:e.formAction,formEncType:e.formEncType,formData:e.formData,json:e.json,text:e.text,data:t?t.data:void 0}}function Ws(e){return{state:"idle",formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0,data:e}}function WP(e,t){try{let r=e.sessionStorage.getItem(XS);if(r){let o=JSON.parse(r);for(let[a,s]of Object.entries(o||{}))s&&Array.isArray(s)&&t.set(a,new Set(s||[]))}}catch{}}function GP(e,t){if(t.size>0){let r={};for(let[o,a]of t)r[o]=[...a];try{e.sessionStorage.setItem(XS,JSON.stringify(r))}catch(o){ur(!1,`Failed to save applied view transitions in sessionStorage (${o}).`)}}}function YP(){let e,t,r=new Promise((o,a)=>{e=async s=>{o(s);try{await r}catch{}},t=async s=>{a(s);try{await r}catch{}}});return{promise:r,resolve:e,reject:t}}var qi=g.createContext(null);qi.displayName="DataRouter";var Gs=g.createContext(null);Gs.displayName="DataRouterState";var Av=g.createContext(!1);function XP(){return g.useContext(Av)}var Wd=g.createContext({isTransitioning:!1});Wd.displayName="ViewTransition";var Gd=g.createContext(new Map);Gd.displayName="Fetchers";var Yd=g.createContext(null);Yd.displayName="Await";var mo=g.createContext(null);mo.displayName="Navigation";var fu=g.createContext(null);fu.displayName="Location";var yo=g.createContext({outlet:null,matches:[],isDataRoute:!1});yo.displayName="Route";var Pv=g.createContext(null);Pv.displayName="RouteError";var Xa=!0;function x_(e,{relative:t}={}){rt(Ys(),"useHref() may be used only in the context of a <Router> component.");let{basename:r,navigator:o}=g.useContext(mo),{hash:a,pathname:s,search:u}=$c(e,{relative:t}),c=s;return r!=="/"&&(c=s==="/"?r:Qi([r,s])),o.createHref({pathname:c,search:u,hash:a})}function Ys(){return g.useContext(fu)!=null}function go(){return rt(Ys(),"useLocation() may be used only in the context of a <Router> component."),g.useContext(fu).location}function KP(){return g.useContext(fu).navigationType}function JP(e){rt(Ys(),"useMatch() may be used only in the context of a <Router> component.");let{pathname:t}=go();return g.useMemo(()=>Ic(e,zS(t)),[t,e])}var T_="You should call navigate() in a React.useEffect(), not when your component is first rendered.";function C_(e){g.useContext(mo).static||g.useLayoutEffect(e)}function Fm(){let{isDataRoute:e}=g.useContext(yo);return e?uO():QP()}function QP(){rt(Ys(),"useNavigate() may be used only in the context of a <Router> component.");let e=g.useContext(qi),{basename:t,navigator:r}=g.useContext(mo),{matches:o}=g.useContext(yo),{pathname:a}=go(),s=JSON.stringify(Om(o)),u=g.useRef(!1);return C_(()=>{u.current=!0}),g.useCallback((f,d={})=>{if(ur(u.current,T_),!u.current)return;if(typeof f=="number"){r.go(f);return}let h=km(f,JSON.parse(s),a,d.relative==="path");e==null&&t!=="/"&&(h.pathname=h.pathname==="/"?t:Qi([t,h.pathname])),(d.replace?r.replace:r.push)(h,d.state,d)},[t,r,s,a,e])}var A_=g.createContext(null);function qP(){return g.useContext(A_)}function P_(e){let t=g.useContext(yo).outlet;return t&&g.createElement(A_.Provider,{value:e},t)}function jm(){let{matches:e}=g.useContext(yo),t=e[e.length-1];return t?t.params:{}}function $c(e,{relative:t}={}){let{matches:r}=g.useContext(yo),{pathname:o}=go(),a=JSON.stringify(Om(r));return g.useMemo(()=>km(e,JSON.parse(a),o,t==="path"),[e,a,o,t])}function O_(e,t){return Ov(e,t)}function Ov(e,t,r,o,a){rt(Ys(),"useRoutes() may be used only in the context of a <Router> component.");let{navigator:s}=g.useContext(mo),{matches:u}=g.useContext(yo),c=u[u.length-1],f=c?c.params:{},d=c?c.pathname:"/",h=c?c.pathnameBase:"/",y=c&&c.route;if(Xa){let T=y&&y.path||"";I_(d,!y||T.endsWith("*")||T.endsWith("*?"),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${d}" (under <Route path="${T}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
|
|
79
|
+
*/var TS=e=>{throw TypeError(e)},nP=(e,t,r)=>t.has(e)||TS("Cannot "+r),yv=(e,t,r)=>(nP(e,t,"read from private field"),r?r.call(e):t.get(e)),oP=(e,t,r)=>t.has(e)?TS("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),CS=(e=>(e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE",e))(CS||{}),AS="popstate";function PS(e={}){let{initialEntries:t=["/"],initialIndex:r,v5Compat:o=!1}=e,a;a=t.map((b,S)=>h(b,typeof b=="string"?null:b.state,S===0?"default":void 0));let s=f(r??a.length-1),u="POP",c=null;function f(b){return Math.min(Math.max(b,0),a.length-1)}function d(){return a[s]}function h(b,S=null,E){let _=Ya(a?d().pathname:"/",b,S,E);return ur(_.pathname.charAt(0)==="/",`relative pathnames are not supported in memory history: ${JSON.stringify(b)}`),_}function y(b){return typeof b=="string"?b:Xn(b)}return{get index(){return s},get action(){return u},get location(){return d()},createHref:y,createURL(b){return new URL(y(b),"http://localhost")},encodeLocation(b){let S=typeof b=="string"?Ao(b):b;return{pathname:S.pathname||"",search:S.search||"",hash:S.hash||""}},push(b,S){u="PUSH";let E=h(b,S);s+=1,a.splice(s,a.length,E),o&&c&&c({action:u,location:E,delta:1})},replace(b,S){u="REPLACE";let E=h(b,S);a[s]=E,o&&c&&c({action:u,location:E,delta:0})},go(b){u="POP";let S=f(s+b),E=a[S];s=S,c&&c({action:u,location:E,delta:b})},listen(b){return c=b,()=>{c=null}}}}function zd(e={}){function t(o,a){let{pathname:s,search:u,hash:c}=o.location;return Ya("",{pathname:s,search:u,hash:c},a.state&&a.state.usr||null,a.state&&a.state.key||"default")}function r(o,a){return typeof a=="string"?a:Xn(a)}return MS(t,r,null,e)}function OS(e={}){function t(a,s){let{pathname:u="/",search:c="",hash:f=""}=Ao(a.location.hash.substring(1));return!u.startsWith("/")&&!u.startsWith(".")&&(u="/"+u),Ya("",{pathname:u,search:c,hash:f},s.state&&s.state.usr||null,s.state&&s.state.key||"default")}function r(a,s){let u=a.document.querySelector("base"),c="";if(u&&u.getAttribute("href")){let f=a.location.href,d=f.indexOf("#");c=d===-1?f:f.slice(0,d)}return c+"#"+(typeof s=="string"?s:Xn(s))}function o(a,s){ur(a.pathname.charAt(0)==="/",`relative pathnames are not supported in hash history.push(${JSON.stringify(s)})`)}return MS(t,r,o,e)}function rt(e,t){if(e===!1||e===null||typeof e>"u")throw new Error(t)}function ur(e,t){if(!e)try{throw new Error(t)}catch{}}function iP(){return Math.random().toString(36).substring(2,10)}function kS(e,t){return{usr:e.state,key:e.key,idx:t}}function Ya(e,t,r=null,o){return{pathname:typeof e=="string"?e:e.pathname,search:"",hash:"",...typeof t=="string"?Ao(t):t,state:r,key:t&&t.key||o||iP()}}function Xn({pathname:e="/",search:t="",hash:r=""}){return t&&t!=="?"&&(e+=t.charAt(0)==="?"?t:"?"+t),r&&r!=="#"&&(e+=r.charAt(0)==="#"?r:"#"+r),e}function Ao(e){let t={};if(e){let r=e.indexOf("#");r>=0&&(t.hash=e.substring(r),e=e.substring(0,r));let o=e.indexOf("?");o>=0&&(t.search=e.substring(o),e=e.substring(0,o)),e&&(t.pathname=e)}return t}function MS(e,t,r,o={}){let{window:a=document.defaultView,v5Compat:s=!1}=o,u=a.history,c="POP",f=null,d=h();d==null&&(d=0,u.replaceState({...u.state,idx:d},""));function h(){return(u.state||{idx:null}).idx}function y(){c="POP";let _=h(),x=_==null?null:_-d;d=_,f&&f({action:c,location:E.location,delta:x})}function v(_,x){c="PUSH";let T=Ya(E.location,_,x);r&&r(T,_),d=h()+1;let C=kS(T,d),P=E.createHref(T);try{u.pushState(C,"",P)}catch(A){if(A instanceof DOMException&&A.name==="DataCloneError")throw A;a.location.assign(P)}s&&f&&f({action:c,location:E.location,delta:1})}function b(_,x){c="REPLACE";let T=Ya(E.location,_,x);r&&r(T,_),d=h();let C=kS(T,d),P=E.createHref(T);u.replaceState(C,"",P),s&&f&&f({action:c,location:E.location,delta:0})}function S(_){return LS(_)}let E={get action(){return c},get location(){return e(a,u)},listen(_){if(f)throw new Error("A history only accepts one active listener");return a.addEventListener(AS,y),f=_,()=>{a.removeEventListener(AS,y),f=null}},createHref(_){return t(a,_)},createURL:S,encodeLocation(_){let x=S(_);return{pathname:x.pathname,search:x.search,hash:x.hash}},push:v,replace:b,go(_){return u.go(_)}};return E}function LS(e,t=!1){let r="http://localhost";typeof window<"u"&&(r=window.location.origin!=="null"?window.location.origin:window.location.href),rt(r,"No window.location.(origin|href) available to create URL");let o=typeof e=="string"?e:Xn(e);return o=o.replace(/ $/,"%20"),!t&&o.startsWith("//")&&(o=r+o),new URL(o,r)}function NS(e){return{defaultValue:e}}var Ud,qi=class{constructor(e){if(oP(this,Ud,new Map),e)for(let[t,r]of e)this.set(t,r)}get(e){if(yv(this,Ud).has(e))return yv(this,Ud).get(e);if(e.defaultValue!==void 0)return e.defaultValue;throw new Error("No value found for context")}set(e,t){yv(this,Ud).set(e,t)}};Ud=new WeakMap;var aP=new Set(["lazy","caseSensitive","path","id","index","children"]);function sP(e){return aP.has(e)}var lP=new Set(["lazy","caseSensitive","path","id","index","middleware","children"]);function uP(e){return lP.has(e)}function cP(e){return e.index===!0}function Us(e,t,r=[],o={},a=!1){return e.map((s,u)=>{let c=[...r,String(u)],f=typeof s.id=="string"?s.id:c.join("-");if(rt(s.index!==!0||!s.children,"Cannot specify children on an index route"),rt(a||!o[f],`Found a route id collision on id "${f}". Route id's must be globally unique within Data Router usages`),cP(s)){let d={...s,...t(s),id:f};return o[f]=d,d}else{let d={...s,...t(s),id:f,children:void 0};return o[f]=d,s.children&&(d.children=Us(s.children,t,c,o,a)),d}})}function ho(e,t,r="/"){return Pm(e,t,r,!1)}function Pm(e,t,r,o){let a=typeof t=="string"?Ao(t):t,s=on(a.pathname||"/",r);if(s==null)return null;let u=IS(e);fP(u);let c=null;for(let f=0;c==null&&f<u.length;++f){let d=US(s);c=SP(u[f],d,o)}return c}function DS(e,t){let{route:r,pathname:o,params:a}=e;return{id:r.id,pathname:o,params:a,data:t[r.id],loaderData:t[r.id],handle:r.handle}}function IS(e,t=[],r=[],o="",a=!1){let s=(u,c,f=a,d)=>{let h={relativePath:d===void 0?u.path||"":d,caseSensitive:u.caseSensitive===!0,childrenIndex:c,route:u};if(h.relativePath.startsWith("/")){if(!h.relativePath.startsWith(o)&&f)return;rt(h.relativePath.startsWith(o),`Absolute route path "${h.relativePath}" nested under path "${o}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),h.relativePath=h.relativePath.slice(o.length)}let y=Zi([o,h.relativePath]),v=r.concat(h);u.children&&u.children.length>0&&(rt(u.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${y}".`),IS(u.children,t,v,y,f)),!(u.path==null&&!u.index)&&t.push({path:y,score:vP(y,u.index),routesMeta:v})};return e.forEach((u,c)=>{if(u.path===""||!u.path?.includes("?"))s(u,c);else for(let f of FS(u.path))s(u,c,!0,f)}),t}function FS(e){let t=e.split("/");if(t.length===0)return[];let[r,...o]=t,a=r.endsWith("?"),s=r.replace(/\?$/,"");if(o.length===0)return a?[s,""]:[s];let u=FS(o.join("/")),c=[];return c.push(...u.map(f=>f===""?s:[s,f].join("/"))),a&&c.push(...u),c.map(f=>e.startsWith("/")&&f===""?"/":f)}function fP(e){e.sort((t,r)=>t.score!==r.score?r.score-t.score:wP(t.routesMeta.map(o=>o.childrenIndex),r.routesMeta.map(o=>o.childrenIndex)))}var dP=/^:[\w-]+$/,pP=3,hP=2,mP=1,yP=10,gP=-2,jS=e=>e==="*";function vP(e,t){let r=e.split("/"),o=r.length;return r.some(jS)&&(o+=gP),t&&(o+=hP),r.filter(a=>!jS(a)).reduce((a,s)=>a+(dP.test(s)?pP:s===""?mP:yP),o)}function wP(e,t){return e.length===t.length&&e.slice(0,-1).every((o,a)=>o===t[a])?e[e.length-1]-t[t.length-1]:0}function SP(e,t,r=!1){let{routesMeta:o}=e,a={},s="/",u=[];for(let c=0;c<o.length;++c){let f=o[c],d=c===o.length-1,h=s==="/"?t:t.slice(s.length)||"/",y=Ic({path:f.relativePath,caseSensitive:f.caseSensitive,end:d},h),v=f.route;if(!y&&d&&r&&!o[o.length-1].route.index&&(y=Ic({path:f.relativePath,caseSensitive:f.caseSensitive,end:!1},h)),!y)return null;Object.assign(a,y.params),u.push({params:a,pathname:Zi([s,y.pathname]),pathnameBase:RP(Zi([s,y.pathnameBase])),route:v}),y.pathnameBase!=="/"&&(s=Zi([s,y.pathnameBase]))}return u}function _P(e,t={}){let r=e;r.endsWith("*")&&r!=="*"&&!r.endsWith("/*")&&(ur(!1,`Route path "${r}" will be treated as if it were "${r.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${r.replace(/\*$/,"/*")}".`),r=r.replace(/\*$/,"/*"));const o=r.startsWith("/")?"/":"",a=u=>u==null?"":typeof u=="string"?u:String(u),s=r.split(/\/+/).map((u,c,f)=>{if(c===f.length-1&&u==="*")return a(t["*"]);const h=u.match(/^:([\w-]+)(\??)$/);if(h){const[,y,v]=h;let b=t[y];return rt(v==="?"||b!=null,`Missing ":${y}" param`),encodeURIComponent(a(b))}return u.replace(/\?$/g,"")}).filter(u=>!!u);return o+s.join("/")}function Ic(e,t){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[r,o]=zS(e.path,e.caseSensitive,e.end),a=t.match(r);if(!a)return null;let s=a[0],u=s.replace(/(.)\/+$/,"$1"),c=a.slice(1);return{params:o.reduce((d,{paramName:h,isOptional:y},v)=>{if(h==="*"){let S=c[v]||"";u=s.slice(0,s.length-S.length).replace(/(.)\/+$/,"$1")}const b=c[v];return y&&!b?d[h]=void 0:d[h]=(b||"").replace(/%2F/g,"/"),d},{}),pathname:s,pathnameBase:u,pattern:e}}function zS(e,t=!1,r=!0){ur(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 o=[],a="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(u,c,f)=>(o.push({paramName:c,isOptional:f!=null}),f?"/?([^\\/]+)?":"/([^\\/]+)")).replace(/\/([\w-]+)\?(\/|$)/g,"(/$1)?$2");return e.endsWith("*")?(o.push({paramName:"*"}),a+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):r?a+="\\/*$":e!==""&&e!=="/"&&(a+="(?:(?=\\/|$))"),[new RegExp(a,t?void 0:"i"),o]}function US(e){try{return e.split("/").map(t=>decodeURIComponent(t).replace(/\//g,"%2F")).join("/")}catch(t){return ur(!1,`The URL path "${e}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${t}).`),e}}function on(e,t){if(t==="/")return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let r=t.endsWith("/")?t.length-1:t.length,o=e.charAt(r);return o&&o!=="/"?null:e.slice(r)||"/"}function bP({basename:e,pathname:t}){return t==="/"?e:Zi([e,t])}function $S(e,t="/"){let{pathname:r,search:o="",hash:a=""}=typeof e=="string"?Ao(e):e;return{pathname:r?r.startsWith("/")?r:EP(r,t):t,search:xP(o),hash:TP(a)}}function EP(e,t){let r=t.replace(/\/+$/,"").split("/");return e.split("/").forEach(a=>{a===".."?r.length>1&&r.pop():a!=="."&&r.push(a)}),r.length>1?r.join("/"):"/"}function gv(e,t,r,o){return`Cannot include a '${e}' character in a manually specified \`to.${t}\` field [${JSON.stringify(o)}]. Please separate it out to the \`to.${r}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function HS(e){return e.filter((t,r)=>r===0||t.route.path&&t.route.path.length>0)}function Om(e){let t=HS(e);return t.map((r,o)=>o===t.length-1?r.pathname:r.pathnameBase)}function km(e,t,r,o=!1){let a;typeof e=="string"?a=Ao(e):(a={...e},rt(!a.pathname||!a.pathname.includes("?"),gv("?","pathname","search",a)),rt(!a.pathname||!a.pathname.includes("#"),gv("#","pathname","hash",a)),rt(!a.search||!a.search.includes("#"),gv("#","search","hash",a)));let s=e===""||a.pathname==="",u=s?"/":a.pathname,c;if(u==null)c=r;else{let y=t.length-1;if(!o&&u.startsWith("..")){let v=u.split("/");for(;v[0]==="..";)v.shift(),y-=1;a.pathname=v.join("/")}c=y>=0?t[y]:"/"}let f=$S(a,c),d=u&&u!=="/"&&u.endsWith("/"),h=(s||u===".")&&r.endsWith("/");return!f.pathname.endsWith("/")&&(d||h)&&(f.pathname+="/"),f}var Zi=e=>e.join("/").replace(/\/\/+/g,"/"),RP=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),xP=e=>!e||e==="?"?"":e.startsWith("?")?e:"?"+e,TP=e=>!e||e==="#"?"":e.startsWith("#")?e:"#"+e,CP=class{constructor(e,t){this.type="DataWithResponseInit",this.data=e,this.init=t||null}};function BS(e,t){return new CP(e,typeof t=="number"?{status:t}:t)}var $d=(e,t=302)=>{let r=t;typeof r=="number"?r={status:r}:typeof r.status>"u"&&(r.status=302);let o=new Headers(r.headers);return o.set("Location",e),new Response(null,{...r,headers:o})},VS=(e,t)=>{let r=$d(e,t);return r.headers.set("X-Remix-Reload-Document","true"),r},WS=(e,t)=>{let r=$d(e,t);return r.headers.set("X-Remix-Replace","true"),r},pn=class{constructor(e,t,r,o=!1){this.status=e,this.statusText=t||"",this.internal=o,r instanceof Error?(this.data=r.toString(),this.error=r):this.data=r}};function Xr(e){return e!=null&&typeof e.status=="number"&&typeof e.statusText=="string"&&typeof e.internal=="boolean"&&"data"in e}var GS=["POST","PUT","PATCH","DELETE"],AP=new Set(GS),PP=["GET",...GS],OP=new Set(PP),YS=new Set([301,302,303,307,308]),kP=new Set([307,308]),Hd={state:"idle",location:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0},Mm={state:"idle",data:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0},$s={state:"unblocked",proceed:void 0,reset:void 0,location:void 0},MP=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,vv=e=>MP.test(e),KS=e=>({hasErrorBoundary:!!e.hasErrorBoundary}),XS="remix-router-transitions",QS=Symbol("ResetLoaderData");function Fc(e){const t=e.window?e.window:typeof window<"u"?window:void 0,r=typeof t<"u"&&typeof t.document<"u"&&typeof t.document.createElement<"u";rt(e.routes.length>0,"You must provide a non-empty routes array to createRouter");let o=e.hydrationRouteProperties||[],a=e.mapRouteProperties||KS,s={},u=Us(e.routes,a,void 0,s),c,f=e.basename||"/";f.startsWith("/")||(f=`/${f}`);let d=e.dataStrategy||jP,h={...e.future},y=null,v=new Set,b=null,S=null,E=null,_=e.hydrationData!=null,x=ho(u,e.history.location,f),T=!1,C=null,P;if(x==null&&!e.patchRoutesOnNavigation){let j=Qr(404,{pathname:e.history.location.pathname}),{matches:Q,route:ie}=zc(u);P=!0,x=Q,C={[ie.id]:j}}else if(x&&!e.hydrationData&&nf(x,u,e.history.location.pathname).active&&(x=null),x)if(x.some(j=>j.route.lazy))P=!1;else if(!x.some(j=>j.route.loader))P=!0;else{let j=e.hydrationData?e.hydrationData.loaderData:null,Q=e.hydrationData?e.hydrationData.errors:null;if(Q){let ie=x.findIndex(Te=>Q[Te.route.id]!==void 0);P=x.slice(0,ie+1).every(Te=>!Sv(Te.route,j,Q))}else P=x.every(ie=>!Sv(ie.route,j,Q))}else{P=!1,x=[];let j=nf(null,u,e.history.location.pathname);j.active&&j.matches&&(T=!0,x=j.matches)}let A,O={historyAction:e.history.action,location:e.history.location,matches:x,initialized:P,navigation:Hd,restoreScrollPosition:e.hydrationData!=null?!1:null,preventScrollReset:!1,revalidation:"idle",loaderData:e.hydrationData&&e.hydrationData.loaderData||{},actionData:e.hydrationData&&e.hydrationData.actionData||null,errors:e.hydrationData&&e.hydrationData.errors||C,fetchers:new Map,blockers:new Map},F="POP",N=!1,K,ce=!1,ye=new Map,ge=null,we=!1,Le=!1,Ke=new Set,We=new Map,Et=0,ht=-1,qt=new Map,Bt=new Set,ft=new Map,Fe=new Map,Se=new Set,Ue=new Map,He,re=null;function Rt(){if(y=e.history.listen(({action:j,location:Q,delta:ie})=>{if(He){He(),He=void 0;return}ur(Ue.size===0||ie!=null,"You are trying to use a blocker on a POP navigation to a location that was not created by @remix-run/router. This will fail silently in production. This can happen if you are navigating outside the router via `window.history.pushState`/`window.location.hash` instead of using router navigation APIs. This can also happen if you are using createHashRouter and the user manually changes the URL.");let Te=wu({currentLocation:O.location,nextLocation:Q,historyAction:j});if(Te&&ie!=null){let $e=new Promise(qe=>{He=qe});e.history.go(ie*-1),sa(Te,{state:"blocked",location:Q,proceed(){sa(Te,{state:"proceeding",proceed:void 0,reset:void 0,location:Q}),$e.then(()=>e.history.go(ie))},reset(){let qe=new Map(O.blockers);qe.set(Te,$s),at({blockers:qe})}});return}return $t(j,Q)}),r){WP(t,ye);let j=()=>GP(t,ye);t.addEventListener("pagehide",j),ge=()=>t.removeEventListener("pagehide",j)}return O.initialized||$t("POP",O.location,{initialHydration:!0}),A}function Ne(){y&&y(),ge&&ge(),v.clear(),K&&K.abort(),O.fetchers.forEach((j,Q)=>an(Q)),O.blockers.forEach((j,Q)=>rs(Q))}function Dt(j){return v.add(j),()=>v.delete(j)}function at(j,Q={}){j.matches&&(j.matches=j.matches.map($e=>{let qe=s[$e.route.id],nt=$e.route;return nt.element!==qe.element||nt.errorElement!==qe.errorElement||nt.hydrateFallbackElement!==qe.hydrateFallbackElement?{...$e,route:qe}:$e})),O={...O,...j};let ie=[],Te=[];O.fetchers.forEach(($e,qe)=>{$e.state==="idle"&&(Se.has(qe)?ie.push(qe):Te.push(qe))}),Se.forEach($e=>{!O.fetchers.has($e)&&!We.has($e)&&ie.push($e)}),[...v].forEach($e=>$e(O,{deletedFetchers:ie,viewTransitionOpts:Q.viewTransitionOpts,flushSync:Q.flushSync===!0})),ie.forEach($e=>an($e)),Te.forEach($e=>O.fetchers.delete($e))}function xt(j,Q,{flushSync:ie}={}){let Te=O.actionData!=null&&O.navigation.formMethod!=null&&Dn(O.navigation.formMethod)&&O.navigation.state==="loading"&&j.state?._isRedirect!==!0,$e;Q.actionData?Object.keys(Q.actionData).length>0?$e=Q.actionData:$e=null:Te?$e=O.actionData:$e=null;let qe=Q.loaderData?S_(O.loaderData,Q.loaderData,Q.matches||[],Q.errors):O.loaderData,nt=O.blockers;nt.size>0&&(nt=new Map(nt),nt.forEach((st,Ze)=>nt.set(Ze,$s)));let ot=we?!1:Hy(j,Q.matches||O.matches),lt=N===!0||O.navigation.formMethod!=null&&Dn(O.navigation.formMethod)&&j.state?._isRedirect!==!0;c&&(u=c,c=void 0),we||F==="POP"||(F==="PUSH"?e.history.push(j,j.state):F==="REPLACE"&&e.history.replace(j,j.state));let dt;if(F==="POP"){let st=ye.get(O.location.pathname);st&&st.has(j.pathname)?dt={currentLocation:O.location,nextLocation:j}:ye.has(j.pathname)&&(dt={currentLocation:j,nextLocation:O.location})}else if(ce){let st=ye.get(O.location.pathname);st?st.add(j.pathname):(st=new Set([j.pathname]),ye.set(O.location.pathname,st)),dt={currentLocation:O.location,nextLocation:j}}at({...Q,actionData:$e,loaderData:qe,historyAction:F,location:j,initialized:!0,navigation:Hd,revalidation:"idle",restoreScrollPosition:ot,preventScrollReset:lt,blockers:nt},{viewTransitionOpts:dt,flushSync:ie===!0}),F="POP",N=!1,ce=!1,we=!1,Le=!1,re?.resolve(),re=null}async function Qe(j,Q){if(typeof j=="number"){e.history.go(j);return}let ie=wv(O.location,O.matches,f,j,Q?.fromRouteId,Q?.relative),{path:Te,submission:$e,error:qe}=e_(!1,ie,Q),nt=O.location,ot=Ya(O.location,Te,Q&&Q.state);ot={...ot,...e.history.encodeLocation(ot)};let lt=Q&&Q.replace!=null?Q.replace:void 0,dt="PUSH";lt===!0?dt="REPLACE":lt===!1||$e!=null&&Dn($e.formMethod)&&$e.formAction===O.location.pathname+O.location.search&&(dt="REPLACE");let st=Q&&"preventScrollReset"in Q?Q.preventScrollReset===!0:void 0,Ze=(Q&&Q.flushSync)===!0,zt=wu({currentLocation:nt,nextLocation:ot,historyAction:dt});if(zt){sa(zt,{state:"blocked",location:ot,proceed(){sa(zt,{state:"proceeding",proceed:void 0,reset:void 0,location:ot}),Qe(j,Q)},reset(){let fr=new Map(O.blockers);fr.set(zt,$s),at({blockers:fr})}});return}await $t(dt,ot,{submission:$e,pendingError:qe,preventScrollReset:st,replace:Q&&Q.replace,enableViewTransition:Q&&Q.viewTransition,flushSync:Ze})}function Zt(){re||(re=YP()),pe(),at({revalidation:"loading"});let j=re.promise;return O.navigation.state==="submitting"?j:O.navigation.state==="idle"?($t(O.historyAction,O.location,{startUninterruptedRevalidation:!0}),j):($t(F||O.historyAction,O.navigation.location,{overrideNavigation:O.navigation,enableViewTransition:ce===!0}),j)}async function $t(j,Q,ie){K&&K.abort(),K=null,F=j,we=(ie&&ie.startUninterruptedRevalidation)===!0,Su(O.location,O.matches),N=(ie&&ie.preventScrollReset)===!0,ce=(ie&&ie.enableViewTransition)===!0;let Te=c||u,$e=ie&&ie.overrideNavigation,qe=ie?.initialHydration&&O.matches&&O.matches.length>0&&!T?O.matches:ho(Te,Q,f),nt=(ie&&ie.flushSync)===!0;if(qe&&O.initialized&&!Le&&UP(O.location,Q)&&!(ie&&ie.submission&&Dn(ie.submission.formMethod))){xt(Q,{matches:qe},{flushSync:nt});return}let ot=nf(qe,Te,Q.pathname);if(ot.active&&ot.matches&&(qe=ot.matches),!qe){let{error:mn,notFoundMatches:br,route:ze}=tl(Q.pathname);xt(Q,{matches:br,loaderData:{},errors:{[ze.id]:mn}},{flushSync:nt});return}K=new AbortController;let lt=jc(e.history,Q,K.signal,ie&&ie.submission),dt=e.getContext?await e.getContext():new qi,st;if(ie&&ie.pendingError)st=[Ho(qe).route.id,{type:"error",error:ie.pendingError}];else if(ie&&ie.submission&&Dn(ie.submission.formMethod)){let mn=await Ct(lt,Q,ie.submission,qe,dt,ot.active,ie&&ie.initialHydration===!0,{replace:ie.replace,flushSync:nt});if(mn.shortCircuited)return;if(mn.pendingActionResult){let[br,ze]=mn.pendingActionResult;if(hn(ze)&&Xr(ze.error)&&ze.error.status===404){K=null,xt(Q,{matches:mn.matches,loaderData:{},errors:{[br]:ze.error}});return}}qe=mn.matches||qe,st=mn.pendingActionResult,$e=Cv(Q,ie.submission),nt=!1,ot.active=!1,lt=jc(e.history,lt.url,lt.signal)}let{shortCircuited:Ze,matches:zt,loaderData:fr,errors:Br}=await Rr(lt,Q,qe,dt,ot.active,$e,ie&&ie.submission,ie&&ie.fetcherSubmission,ie&&ie.replace,ie&&ie.initialHydration===!0,nt,st);Ze||(K=null,xt(Q,{matches:zt||qe,...__(st),loaderData:fr,errors:Br}))}async function Ct(j,Q,ie,Te,$e,qe,nt,ot={}){pe();let lt=BP(Q,ie);if(at({navigation:lt},{flushSync:ot.flushSync===!0}),qe){let Ze=await Lr(Te,Q.pathname,j.signal);if(Ze.type==="aborted")return{shortCircuited:!0};if(Ze.type==="error"){if(Ze.partialMatches.length===0){let{matches:fr,route:Br}=zc(u);return{matches:fr,pendingActionResult:[Br.id,{type:"error",error:Ze.error}]}}let zt=Ho(Ze.partialMatches).route.id;return{matches:Ze.partialMatches,pendingActionResult:[zt,{type:"error",error:Ze.error}]}}else if(Ze.matches)Te=Ze.matches;else{let{notFoundMatches:zt,error:fr,route:Br}=tl(Q.pathname);return{matches:zt,pendingActionResult:[Br.id,{type:"error",error:fr}]}}}let dt,st=Uc(Te,Q);if(!st.route.action&&!st.route.lazy)dt={type:"error",error:Qr(405,{method:j.method,pathname:Q.pathname,routeId:st.route.id})};else{let Ze=Hs(a,s,j,Te,st,nt?[]:o,$e),zt=await Pe(j,Ze,$e,null);if(dt=zt[st.route.id],!dt){for(let fr of Te)if(zt[fr.route.id]){dt=zt[fr.route.id];break}}if(j.signal.aborted)return{shortCircuited:!0}}if(Bs(dt)){let Ze;return ot&&ot.replace!=null?Ze=ot.replace:Ze=y_(dt.response.headers.get("Location"),new URL(j.url),f)===O.location.pathname+O.location.search,await le(j,dt,!0,{submission:ie,replace:Ze}),{shortCircuited:!0}}if(hn(dt)){let Ze=Ho(Te,st.route.id);return(ot&&ot.replace)!==!0&&(F="PUSH"),{matches:Te,pendingActionResult:[Ze.route.id,dt,st.route.id]}}return{matches:Te,pendingActionResult:[st.route.id,dt]}}async function Rr(j,Q,ie,Te,$e,qe,nt,ot,lt,dt,st,Ze){let zt=qe||Cv(Q,nt),fr=nt||ot||x_(zt),Br=!we&&!dt;if($e){if(Br){let Vt=Tt(Ze);at({navigation:zt,...Vt!==void 0?{actionData:Vt}:{}},{flushSync:st})}let Ut=await Lr(ie,Q.pathname,j.signal);if(Ut.type==="aborted")return{shortCircuited:!0};if(Ut.type==="error"){if(Ut.partialMatches.length===0){let{matches:ns,route:la}=zc(u);return{matches:ns,loaderData:{},errors:{[la.id]:Ut.error}}}let Vt=Ho(Ut.partialMatches).route.id;return{matches:Ut.partialMatches,loaderData:{},errors:{[Vt]:Ut.error}}}else if(Ut.matches)ie=Ut.matches;else{let{error:Vt,notFoundMatches:ns,route:la}=tl(Q.pathname);return{matches:ns,loaderData:{},errors:{[la.id]:Vt}}}}let mn=c||u,{dsMatches:br,revalidatingFetchers:ze}=t_(j,Te,a,s,e.history,O,ie,fr,Q,dt?[]:o,dt===!0,Le,Ke,Se,ft,Bt,mn,f,e.patchRoutesOnNavigation!=null,Ze);if(ht=++Et,!e.dataStrategy&&!br.some(Ut=>Ut.shouldLoad)&&!br.some(Ut=>Ut.route.middleware)&&ze.length===0){let Ut=mi();return xt(Q,{matches:ie,loaderData:{},errors:Ze&&hn(Ze[1])?{[Ze[0]]:Ze[1].error}:null,...__(Ze),...Ut?{fetchers:new Map(O.fetchers)}:{}},{flushSync:st}),{shortCircuited:!0}}if(Br){let Ut={};if(!$e){Ut.navigation=zt;let Vt=Tt(Ze);Vt!==void 0&&(Ut.actionData=Vt)}ze.length>0&&(Ut.fetchers=_r(ze)),at(Ut,{flushSync:st})}ze.forEach(Ut=>{Jr(Ut.key),Ut.controller&&We.set(Ut.key,Ut.controller)});let $=()=>ze.forEach(Ut=>Jr(Ut.key));K&&K.signal.addEventListener("abort",$);let{loaderResults:xe,fetcherResults:Xe}=await ue(br,ze,j,Te);if(j.signal.aborted)return{shortCircuited:!0};K&&K.signal.removeEventListener("abort",$),ze.forEach(Ut=>We.delete(Ut.key));let Ht=Nm(xe);if(Ht)return await le(j,Ht.result,!0,{replace:lt}),{shortCircuited:!0};if(Ht=Nm(Xe),Ht)return Bt.add(Ht.key),await le(j,Ht.result,!0,{replace:lt}),{shortCircuited:!0};let{loaderData:qr,errors:hr}=w_(O,ie,xe,Ze,ze,Xe);dt&&O.errors&&(hr={...O.errors,...hr});let Fr=mi(),_o=Fn(ht),yi=Fr||_o||ze.length>0;return{matches:ie,loaderData:qr,errors:hr,...yi?{fetchers:new Map(O.fetchers)}:{}}}function Tt(j){if(j&&!hn(j[1]))return{[j[0]]:j[1].data};if(O.actionData)return Object.keys(O.actionData).length===0?null:O.actionData}function _r(j){return j.forEach(Q=>{let ie=O.fetchers.get(Q.key),Te=Vd(void 0,ie?ie.data:void 0);O.fetchers.set(Q.key,Te)}),new Map(O.fetchers)}async function Qn(j,Q,ie,Te){Jr(j);let $e=(Te&&Te.flushSync)===!0,qe=c||u,nt=wv(O.location,O.matches,f,ie,Q,Te?.relative),ot=ho(qe,nt,f),lt=nf(ot,qe,nt);if(lt.active&<.matches&&(ot=lt.matches),!ot){_t(j,Q,Qr(404,{pathname:nt}),{flushSync:$e});return}let{path:dt,submission:st,error:Ze}=e_(!0,nt,Te);if(Ze){_t(j,Q,Ze,{flushSync:$e});return}let zt=e.getContext?await e.getContext():new qi,fr=(Te&&Te.preventScrollReset)===!0;if(st&&Dn(st.formMethod)){await I(j,Q,dt,ot,zt,lt.active,$e,fr,st);return}ft.set(j,{routeId:Q,path:dt}),await q(j,Q,dt,ot,zt,lt.active,$e,fr,st)}async function I(j,Q,ie,Te,$e,qe,nt,ot,lt){pe(),ft.delete(j);let dt=O.fetchers.get(j);Ve(j,VP(lt,dt),{flushSync:nt});let st=new AbortController,Ze=jc(e.history,ie,st.signal,lt);if(qe){let sn=await Lr(Te,new URL(Ze.url).pathname,Ze.signal,j);if(sn.type==="aborted")return;if(sn.type==="error"){_t(j,Q,sn.error,{flushSync:nt});return}else if(sn.matches)Te=sn.matches;else{_t(j,Q,Qr(404,{pathname:ie}),{flushSync:nt});return}}let zt=Uc(Te,ie);if(!zt.route.action&&!zt.route.lazy){let sn=Qr(405,{method:lt.formMethod,pathname:ie,routeId:Q});_t(j,Q,sn,{flushSync:nt});return}We.set(j,st);let fr=Et,Br=Hs(a,s,Ze,Te,zt,o,$e),br=(await Pe(Ze,Br,$e,j))[zt.route.id];if(Ze.signal.aborted){We.get(j)===st&&We.delete(j);return}if(Se.has(j)){if(Bs(br)||hn(br)){Ve(j,Ws(void 0));return}}else{if(Bs(br))if(We.delete(j),ht>fr){Ve(j,Ws(void 0));return}else return Bt.add(j),Ve(j,Vd(lt)),le(Ze,br,!1,{fetcherSubmission:lt,preventScrollReset:ot});if(hn(br)){_t(j,Q,br.error);return}}let ze=O.navigation.location||O.location,$=jc(e.history,ze,st.signal),xe=c||u,Xe=O.navigation.state!=="idle"?ho(xe,O.navigation.location,f):O.matches;rt(Xe,"Didn't find any matches after fetcher action");let Ht=++Et;qt.set(j,Ht);let qr=Vd(lt,br.data);O.fetchers.set(j,qr);let{dsMatches:hr,revalidatingFetchers:Fr}=t_($,$e,a,s,e.history,O,Xe,lt,ze,o,!1,Le,Ke,Se,ft,Bt,xe,f,e.patchRoutesOnNavigation!=null,[zt.route.id,br]);Fr.filter(sn=>sn.key!==j).forEach(sn=>{let By=sn.key,$C=O.fetchers.get(By),r2=Vd(void 0,$C?$C.data:void 0);O.fetchers.set(By,r2),Jr(By),sn.controller&&We.set(By,sn.controller)}),at({fetchers:new Map(O.fetchers)});let _o=()=>Fr.forEach(sn=>Jr(sn.key));st.signal.addEventListener("abort",_o);let{loaderResults:yi,fetcherResults:Ut}=await ue(hr,Fr,$,$e);if(st.signal.aborted)return;if(st.signal.removeEventListener("abort",_o),qt.delete(j),We.delete(j),Fr.forEach(sn=>We.delete(sn.key)),O.fetchers.has(j)){let sn=Ws(br.data);O.fetchers.set(j,sn)}let Vt=Nm(yi);if(Vt)return le($,Vt.result,!1,{preventScrollReset:ot});if(Vt=Nm(Ut),Vt)return Bt.add(Vt.key),le($,Vt.result,!1,{preventScrollReset:ot});let{loaderData:ns,errors:la}=w_(O,Xe,yi,void 0,Fr,Ut);Fn(Ht),O.navigation.state==="loading"&&Ht>ht?(rt(F,"Expected pending action"),K&&K.abort(),xt(O.navigation.location,{matches:Xe,loaderData:ns,errors:la,fetchers:new Map(O.fetchers)})):(at({errors:la,loaderData:S_(O.loaderData,ns,Xe,la),fetchers:new Map(O.fetchers)}),Le=!1)}async function q(j,Q,ie,Te,$e,qe,nt,ot,lt){let dt=O.fetchers.get(j);Ve(j,Vd(lt,dt?dt.data:void 0),{flushSync:nt});let st=new AbortController,Ze=jc(e.history,ie,st.signal);if(qe){let ze=await Lr(Te,new URL(Ze.url).pathname,Ze.signal,j);if(ze.type==="aborted")return;if(ze.type==="error"){_t(j,Q,ze.error,{flushSync:nt});return}else if(ze.matches)Te=ze.matches;else{_t(j,Q,Qr(404,{pathname:ie}),{flushSync:nt});return}}let zt=Uc(Te,ie);We.set(j,st);let fr=Et,Br=Hs(a,s,Ze,Te,zt,o,$e),br=(await Pe(Ze,Br,$e,j))[zt.route.id];if(We.get(j)===st&&We.delete(j),!Ze.signal.aborted){if(Se.has(j)){Ve(j,Ws(void 0));return}if(Bs(br))if(ht>fr){Ve(j,Ws(void 0));return}else{Bt.add(j),await le(Ze,br,!1,{preventScrollReset:ot});return}if(hn(br)){_t(j,Q,br.error);return}Ve(j,Ws(br.data))}}async function le(j,Q,ie,{submission:Te,fetcherSubmission:$e,preventScrollReset:qe,replace:nt}={}){Q.response.headers.has("X-Remix-Revalidate")&&(Le=!0);let ot=Q.response.headers.get("Location");rt(ot,"Expected a Location header on the redirect Response"),ot=y_(ot,new URL(j.url),f);let lt=Ya(O.location,ot,{_isRedirect:!0});if(r){let Br=!1;if(Q.response.headers.has("X-Remix-Reload-Document"))Br=!0;else if(vv(ot)){const mn=LS(ot,!0);Br=mn.origin!==t.location.origin||on(mn.pathname,f)==null}if(Br){nt?t.location.replace(ot):t.location.assign(ot);return}}K=null;let dt=nt===!0||Q.response.headers.has("X-Remix-Replace")?"REPLACE":"PUSH",{formMethod:st,formAction:Ze,formEncType:zt}=O.navigation;!Te&&!$e&&st&&Ze&&zt&&(Te=x_(O.navigation));let fr=Te||$e;if(kP.has(Q.response.status)&&fr&&Dn(fr.formMethod))await $t(dt,lt,{submission:{...fr,formAction:ot},preventScrollReset:qe||N,enableViewTransition:ie?ce:void 0});else{let Br=Cv(lt,Te);await $t(dt,lt,{overrideNavigation:Br,fetcherSubmission:$e,preventScrollReset:qe||N,enableViewTransition:ie?ce:void 0})}}async function Pe(j,Q,ie,Te){let $e,qe={};try{$e=await d_(d,j,Q,Te,ie,!1)}catch(nt){return Q.filter(ot=>ot.shouldLoad).forEach(ot=>{qe[ot.route.id]={type:"error",error:nt}}),qe}if(j.signal.aborted)return qe;for(let[nt,ot]of Object.entries($e))if(R_(ot)){let lt=ot.result;qe[nt]={type:"redirect",response:m_(lt,j,nt,Q,f)}}else qe[nt]=await h_(ot);return qe}async function ue(j,Q,ie,Te){let $e=Pe(ie,j,Te,null),qe=Promise.all(Q.map(async lt=>{if(lt.matches&<.match&<.request&<.controller){let st=(await Pe(lt.request,lt.matches,Te,lt.key))[lt.match.route.id];return{[lt.key]:st}}else return Promise.resolve({[lt.key]:{type:"error",error:Qr(404,{pathname:lt.path})}})})),nt=await $e,ot=(await qe).reduce((lt,dt)=>Object.assign(lt,dt),{});return{loaderResults:nt,fetcherResults:ot}}function pe(){Le=!0,ft.forEach((j,Q)=>{We.has(Q)&&Ke.add(Q),Jr(Q)})}function Ve(j,Q,ie={}){O.fetchers.set(j,Q),at({fetchers:new Map(O.fetchers)},{flushSync:(ie&&ie.flushSync)===!0})}function _t(j,Q,ie,Te={}){let $e=Ho(O.matches,Q);an(j),at({errors:{[$e.route.id]:ie},fetchers:new Map(O.fetchers)},{flushSync:(Te&&Te.flushSync)===!0})}function At(j){return Fe.set(j,(Fe.get(j)||0)+1),Se.has(j)&&Se.delete(j),O.fetchers.get(j)||Mm}function an(j){let Q=O.fetchers.get(j);We.has(j)&&!(Q&&Q.state==="loading"&&qt.has(j))&&Jr(j),ft.delete(j),qt.delete(j),Bt.delete(j),Se.delete(j),Ke.delete(j),O.fetchers.delete(j)}function ia(j){let Q=(Fe.get(j)||0)-1;Q<=0?(Fe.delete(j),Se.add(j)):Fe.set(j,Q),at({fetchers:new Map(O.fetchers)})}function Jr(j){let Q=We.get(j);Q&&(Q.abort(),We.delete(j))}function ts(j){for(let Q of j){let ie=At(Q),Te=Ws(ie.data);O.fetchers.set(Q,Te)}}function mi(){let j=[],Q=!1;for(let ie of Bt){let Te=O.fetchers.get(ie);rt(Te,`Expected fetcher: ${ie}`),Te.state==="loading"&&(Bt.delete(ie),j.push(ie),Q=!0)}return ts(j),Q}function Fn(j){let Q=[];for(let[ie,Te]of qt)if(Te<j){let $e=O.fetchers.get(ie);rt($e,`Expected fetcher: ${ie}`),$e.state==="loading"&&(Jr(ie),qt.delete(ie),Q.push(ie))}return ts(Q),Q.length>0}function aa(j,Q){let ie=O.blockers.get(j)||$s;return Ue.get(j)!==Q&&Ue.set(j,Q),ie}function rs(j){O.blockers.delete(j),Ue.delete(j)}function sa(j,Q){let ie=O.blockers.get(j)||$s;rt(ie.state==="unblocked"&&Q.state==="blocked"||ie.state==="blocked"&&Q.state==="blocked"||ie.state==="blocked"&&Q.state==="proceeding"||ie.state==="blocked"&&Q.state==="unblocked"||ie.state==="proceeding"&&Q.state==="unblocked",`Invalid blocker state transition: ${ie.state} -> ${Q.state}`);let Te=new Map(O.blockers);Te.set(j,Q),at({blockers:Te})}function wu({currentLocation:j,nextLocation:Q,historyAction:ie}){if(Ue.size===0)return;Ue.size>1&&ur(!1,"A router only supports one blocker at a time");let Te=Array.from(Ue.entries()),[$e,qe]=Te[Te.length-1],nt=O.blockers.get($e);if(!(nt&&nt.state==="proceeding")&&qe({currentLocation:j,nextLocation:Q,historyAction:ie}))return $e}function tl(j){let Q=Qr(404,{pathname:j}),ie=c||u,{matches:Te,route:$e}=zc(ie);return{notFoundMatches:Te,route:$e,error:Q}}function rf(j,Q,ie){if(b=j,E=Q,S=ie||null,!_&&O.navigation===Hd){_=!0;let Te=Hy(O.location,O.matches);Te!=null&&at({restoreScrollPosition:Te})}return()=>{b=null,E=null,S=null}}function $y(j,Q){return S&&S(j,Q.map(Te=>DS(Te,O.loaderData)))||j.key}function Su(j,Q){if(b&&E){let ie=$y(j,Q);b[ie]=E()}}function Hy(j,Q){if(b){let ie=$y(j,Q),Te=b[ie];if(typeof Te=="number")return Te}return null}function nf(j,Q,ie){if(e.patchRoutesOnNavigation)if(j){if(Object.keys(j[0].params).length>0)return{active:!0,matches:Pm(Q,ie,f,!0)}}else return{active:!0,matches:Pm(Q,ie,f,!0)||[]};return{active:!1,matches:null}}async function Lr(j,Q,ie,Te){if(!e.patchRoutesOnNavigation)return{type:"success",matches:j};let $e=j;for(;;){let qe=c==null,nt=c||u,ot=s;try{await e.patchRoutesOnNavigation({signal:ie,path:Q,matches:$e,fetcherKey:Te,patch:(st,Ze)=>{ie.aborted||r_(st,Ze,nt,ot,a,!1)}})}catch(st){return{type:"error",error:st,partialMatches:$e}}finally{qe&&!ie.aborted&&(u=[...u])}if(ie.aborted)return{type:"aborted"};let lt=ho(nt,Q,f);if(lt)return{type:"success",matches:lt};let dt=Pm(nt,Q,f,!0);if(!dt||$e.length===dt.length&&$e.every((st,Ze)=>st.route.id===dt[Ze].route.id))return{type:"success",matches:null};$e=dt}}function rl(j){s={},c=Us(j,a,void 0,s)}function Ew(j,Q,ie=!1){let Te=c==null;r_(j,Q,c||u,s,a,ie),Te&&(u=[...u],at({}))}return A={get basename(){return f},get future(){return h},get state(){return O},get routes(){return u},get window(){return t},initialize:Rt,subscribe:Dt,enableScrollRestoration:rf,navigate:Qe,fetch:Qn,revalidate:Zt,createHref:j=>e.history.createHref(j),encodeLocation:j=>e.history.encodeLocation(j),getFetcher:At,deleteFetcher:ia,dispose:Ne,getBlocker:aa,deleteBlocker:rs,patchRoutes:Ew,_internalFetchControllers:We,_internalSetRoutes:rl,_internalSetStateDoNotUseOrYouWillBreakYourApp(j){at(j)}},A}function JS(e,t){rt(e.length>0,"You must provide a non-empty routes array to createStaticHandler");let r={},o=(t?t.basename:null)||"/",a=t?.mapRouteProperties||KS,s=Us(e,a,void 0,r);async function u(v,{requestContext:b,filterMatchesToLoad:S,skipLoaderErrorBubbling:E,skipRevalidation:_,dataStrategy:x,generateMiddlewareResponse:T}={}){let C=new URL(v.url),P=v.method,A=Ya("",Xn(C),null,"default"),O=ho(s,A,o);if(b=b??new qi,!xv(P)&&P!=="HEAD"){let N=Qr(405,{method:P}),{matches:K,route:ce}=zc(s),ye={basename:o,location:A,matches:K,loaderData:{},actionData:null,errors:{[ce.id]:N},statusCode:N.status,loaderHeaders:{},actionHeaders:{}};return T?T(()=>Promise.resolve(ye)):ye}else if(!O){let N=Qr(404,{pathname:A.pathname}),{matches:K,route:ce}=zc(s),ye={basename:o,location:A,matches:K,loaderData:{},actionData:null,errors:{[ce.id]:N},statusCode:N.status,loaderHeaders:{},actionHeaders:{}};return T?T(()=>Promise.resolve(ye)):ye}if(T){rt(b instanceof qi,"When using middleware in `staticHandler.query()`, any provided `requestContext` must be an instance of `RouterContextProvider`");try{await a_(O,r,a);let N,K=await s_({request:v,matches:O,params:O[0].params,context:b},async()=>await T(async(ye,ge={})=>{let we=await f(ye,A,O,b,x||null,E===!0,null,"filterMatchesToLoad"in ge?ge.filterMatchesToLoad??null:S??null,_===!0);return kr(we)?we:(N={location:A,basename:o,...we},N)}),async(ce,ye)=>{if(Im(ce))return ce;if(kr(ce))try{ce=new pn(ce.status,ce.statusText,await p_(ce))}catch(ge){ce=ge}if(Vs(ce)&&(ce=$P(ce)),N){ye in N.loaderData&&(N.loaderData[ye]=void 0);let ge=qS(s,N,ce,E?ye:Ho(O,ye).route.id);return T(()=>Promise.resolve(ge))}else{let ge=E?ye:Ho(O,O.find(Le=>Le.route.id===ye||Le.route.loader)?.route.id||ye).route.id,we={matches:O,location:A,basename:o,loaderData:{},actionData:null,errors:{[ge]:ce},statusCode:Xr(ce)?ce.status:500,actionHeaders:{},loaderHeaders:{}};return T(()=>Promise.resolve(we))}});return rt(kr(K),"Expected a response in query()"),K}catch(N){if(kr(N))return N;throw N}}let F=await f(v,A,O,b,x||null,E===!0,null,S||null,_===!0);return kr(F)?F:{location:A,basename:o,...F}}async function c(v,{routeId:b,requestContext:S,dataStrategy:E,generateMiddlewareResponse:_}={}){let x=new URL(v.url),T=v.method,C=Ya("",Xn(x),null,"default"),P=ho(s,C,o);if(S=S??new qi,!xv(T)&&T!=="HEAD"&&T!=="OPTIONS")throw Qr(405,{method:T});if(!P)throw Qr(404,{pathname:C.pathname});let A=b?P.find(N=>N.route.id===b):Uc(P,C);if(b&&!A)throw Qr(403,{pathname:C.pathname,routeId:b});if(!A)throw Qr(404,{pathname:C.pathname});if(_)return rt(S instanceof qi,"When using middleware in `staticHandler.queryRoute()`, any provided `requestContext` must be an instance of `RouterContextProvider`"),await a_(P,r,a),await s_({request:v,matches:P,params:P[0].params,context:S},async()=>await _(async ce=>{let ye=await f(ce,C,P,S,E||null,!1,A,null,!1),ge=F(ye);return kr(ge)?ge:typeof ge=="string"?new Response(ge):Response.json(ge)}),K=>{if(Vs(K))return Promise.resolve(Rv(K));if(kr(K))return Promise.resolve(K);throw K});let O=await f(v,C,P,S,E||null,!1,A,null,!1);return F(O);function F(N){if(kr(N))return N;let K=N.errors?Object.values(N.errors)[0]:void 0;if(K!==void 0)throw K;if(N.actionData)return Object.values(N.actionData)[0];if(N.loaderData)return Object.values(N.loaderData)[0]}}async function f(v,b,S,E,_,x,T,C,P){rt(v.signal,"query()/queryRoute() requests must contain an AbortController signal");try{if(Dn(v.method))return await d(v,S,T||Uc(S,b),E,_,x,T!=null,C,P);let A=await h(v,S,E,_,x,T,C);return kr(A)?A:{...A,actionData:null,actionHeaders:{}}}catch(A){if(E_(A)&&kr(A.result)){if(A.type==="error")throw A.result;return A.result}if(Im(A))return A;throw A}}async function d(v,b,S,E,_,x,T,C,P){let A;if(!S.route.action&&!S.route.lazy){let N=Qr(405,{method:v.method,pathname:new URL(v.url).pathname,routeId:S.route.id});if(T)throw N;A={type:"error",error:N}}else{let N=Hs(a,r,v,b,S,[],E);A=(await y(v,N,T,E,_))[S.route.id],v.signal.aborted&&ZS(v,T)}if(Bs(A))throw new Response(null,{status:A.response.status,headers:{Location:A.response.headers.get("Location")}});if(T){if(hn(A))throw A.error;return{matches:[S],loaderData:{},actionData:{[S.route.id]:A.data},errors:null,statusCode:200,loaderHeaders:{},actionHeaders:{}}}if(P)if(hn(A)){let N=x?S:Ho(b,S.route.id);return{statusCode:Xr(A.error)?A.error.status:A.statusCode!=null?A.statusCode:500,actionData:null,actionHeaders:{...A.headers?{[S.route.id]:A.headers}:{}},matches:b,loaderData:{},errors:{[N.route.id]:A.error},loaderHeaders:{}}}else return{actionData:{[S.route.id]:A.data},actionHeaders:A.headers?{[S.route.id]:A.headers}:{},matches:b,loaderData:{},errors:null,statusCode:A.statusCode||200,loaderHeaders:{}};let O=new Request(v.url,{headers:v.headers,redirect:v.redirect,signal:v.signal});if(hn(A)){let N=x?S:Ho(b,S.route.id);return{...await h(O,b,E,_,x,null,C,[N.route.id,A]),statusCode:Xr(A.error)?A.error.status:A.statusCode!=null?A.statusCode:500,actionData:null,actionHeaders:{...A.headers?{[S.route.id]:A.headers}:{}}}}return{...await h(O,b,E,_,x,null,C),actionData:{[S.route.id]:A.data},...A.statusCode?{statusCode:A.statusCode}:{},actionHeaders:A.headers?{[S.route.id]:A.headers}:{}}}async function h(v,b,S,E,_,x,T,C){let P=x!=null;if(P&&!x?.route.loader&&!x?.route.lazy)throw Qr(400,{method:v.method,pathname:new URL(v.url).pathname,routeId:x?.route.id});let A;if(x)A=Hs(a,r,v,b,x,[],S);else{let N=C&&hn(C[1])?b.findIndex(K=>K.route.id===C[0])-1:void 0;A=b.map((K,ce)=>N!=null&&ce>N?Bd(a,r,v,K,[],S,!1):Bd(a,r,v,K,[],S,(K.route.loader||K.route.lazy)!=null&&(!T||T(K))))}if(!E&&!A.some(N=>N.shouldLoad))return{matches:b,loaderData:{},errors:C&&hn(C[1])?{[C[0]]:C[1].error}:null,statusCode:200,loaderHeaders:{}};let O=await y(v,A,P,S,E);return v.signal.aborted&&ZS(v,P),{...v_(b,O,C,!0,_),matches:b}}async function y(v,b,S,E,_){let x=await d_(_||bv,v,b,null,E,!0),T={};return await Promise.all(b.map(async C=>{if(!(C.route.id in x))return;let P=x[C.route.id];if(R_(P)){let A=P.result;throw m_(A,v,C.route.id,b,o)}if(S){if(kr(P.result))throw P;if(Vs(P.result))throw Rv(P.result)}T[C.route.id]=await h_(P)})),T}return{dataRoutes:s,query:u,queryRoute:c}}function qS(e,t,r,o){let a=o||t._deepestRenderedBoundaryId||e[0].id;return{...t,statusCode:Xr(r)?r.status:500,errors:{[a]:r}}}function ZS(e,t){if(e.signal.reason!==void 0)throw e.signal.reason;let r=t?"queryRoute":"query";throw new Error(`${r}() call aborted without an \`AbortSignal.reason\`: ${e.method} ${e.url}`)}function LP(e){return e!=null&&("formData"in e&&e.formData!=null||"body"in e&&e.body!==void 0)}function wv(e,t,r,o,a,s){let u,c;if(a){u=[];for(let d of t)if(u.push(d),d.route.id===a){c=d;break}}else u=t,c=t[t.length-1];let f=km(o||".",Om(u),on(e.pathname,r)||e.pathname,s==="path");if(o==null&&(f.search=e.search,f.hash=e.hash),(o==null||o===""||o===".")&&c){let d=Tv(f.search);if(c.route.index&&!d)f.search=f.search?f.search.replace(/^\?/,"?index&"):"?index";else if(!c.route.index&&d){let h=new URLSearchParams(f.search),y=h.getAll("index");h.delete("index"),y.filter(b=>b).forEach(b=>h.append("index",b));let v=h.toString();f.search=v?`?${v}`:""}}return r!=="/"&&(f.pathname=bP({basename:r,pathname:f.pathname})),Xn(f)}function e_(e,t,r){if(!r||!LP(r))return{path:t};if(r.formMethod&&!xv(r.formMethod))return{path:t,error:Qr(405,{method:r.formMethod})};let o=()=>({path:t,error:Qr(400,{type:"invalid-body"})}),s=(r.formMethod||"get").toUpperCase(),u=b_(t);if(r.body!==void 0){if(r.formEncType==="text/plain"){if(!Dn(s))return o();let y=typeof r.body=="string"?r.body:r.body instanceof FormData||r.body instanceof URLSearchParams?Array.from(r.body.entries()).reduce((v,[b,S])=>`${v}${b}=${S}
|
|
80
|
+
`,""):String(r.body);return{path:t,submission:{formMethod:s,formAction:u,formEncType:r.formEncType,formData:void 0,json:void 0,text:y}}}else if(r.formEncType==="application/json"){if(!Dn(s))return o();try{let y=typeof r.body=="string"?JSON.parse(r.body):r.body;return{path:t,submission:{formMethod:s,formAction:u,formEncType:r.formEncType,formData:void 0,json:y,text:void 0}}}catch{return o()}}}rt(typeof FormData=="function","FormData is not available in this environment");let c,f;if(r.formData)c=Ev(r.formData),f=r.formData;else if(r.body instanceof FormData)c=Ev(r.body),f=r.body;else if(r.body instanceof URLSearchParams)c=r.body,f=g_(c);else if(r.body==null)c=new URLSearchParams,f=new FormData;else try{c=new URLSearchParams(r.body),f=g_(c)}catch{return o()}let d={formMethod:s,formAction:u,formEncType:r&&r.formEncType||"application/x-www-form-urlencoded",formData:f,json:void 0,text:void 0};if(Dn(d.formMethod))return{path:t,submission:d};let h=Ao(t);return e&&h.search&&Tv(h.search)&&c.append("index",""),h.search=`?${c}`,{path:Xn(h),submission:d}}function t_(e,t,r,o,a,s,u,c,f,d,h,y,v,b,S,E,_,x,T,C){let P=C?hn(C[1])?C[1].error:C[1].data:void 0,A=a.createURL(s.location),O=a.createURL(f),F;if(h&&s.errors){let we=Object.keys(s.errors)[0];F=u.findIndex(Le=>Le.route.id===we)}else if(C&&hn(C[1])){let we=C[0];F=u.findIndex(Le=>Le.route.id===we)-1}let N=C?C[1].statusCode:void 0,K=N&&N>=400,ce={currentUrl:A,currentParams:s.matches[0]?.params||{},nextUrl:O,nextParams:u[0].params,...c,actionResult:P,actionStatus:N},ye=u.map((we,Le)=>{let{route:Ke}=we,We=null;if(F!=null&&Le>F?We=!1:Ke.lazy?We=!0:Ke.loader==null?We=!1:h?We=Sv(Ke,s.loaderData,s.errors):NP(s.loaderData,s.matches[Le],we)&&(We=!0),We!==null)return Bd(r,o,e,we,d,t,We);let Et=K?!1:y||A.pathname+A.search===O.pathname+O.search||A.search!==O.search||DP(s.matches[Le],we),ht={...ce,defaultShouldRevalidate:Et},qt=Lm(we,ht);return Bd(r,o,e,we,d,t,qt,ht)}),ge=[];return S.forEach((we,Le)=>{if(h||!u.some(Fe=>Fe.route.id===we.routeId)||b.has(Le))return;let Ke=s.fetchers.get(Le),We=Ke&&Ke.state!=="idle"&&Ke.data===void 0,Et=ho(_,we.path,x);if(!Et){if(T&&We)return;ge.push({key:Le,routeId:we.routeId,path:we.path,matches:null,match:null,request:null,controller:null});return}if(E.has(Le))return;let ht=Uc(Et,we.path),qt=new AbortController,Bt=jc(a,we.path,qt.signal),ft=null;if(v.has(Le))v.delete(Le),ft=Hs(r,o,Bt,Et,ht,d,t);else if(We)y&&(ft=Hs(r,o,Bt,Et,ht,d,t));else{let Fe={...ce,defaultShouldRevalidate:K?!1:y};Lm(ht,Fe)&&(ft=Hs(r,o,Bt,Et,ht,d,t,Fe))}ft&&ge.push({key:Le,routeId:we.routeId,path:we.path,matches:ft,match:ht,request:Bt,controller:qt})}),{dsMatches:ye,revalidatingFetchers:ge}}function Sv(e,t,r){if(e.lazy)return!0;if(!e.loader)return!1;let o=t!=null&&e.id in t,a=r!=null&&r[e.id]!==void 0;return!o&&a?!1:typeof e.loader=="function"&&e.loader.hydrate===!0?!0:!o&&!a}function NP(e,t,r){let o=!t||r.route.id!==t.route.id,a=!e.hasOwnProperty(r.route.id);return o||a}function DP(e,t){let r=e.route.path;return e.pathname!==t.pathname||r!=null&&r.endsWith("*")&&e.params["*"]!==t.params["*"]}function Lm(e,t){if(e.route.shouldRevalidate){let r=e.route.shouldRevalidate(t);if(typeof r=="boolean")return r}return t.defaultShouldRevalidate}function r_(e,t,r,o,a,s){let u;if(e){let d=o[e];rt(d,`No route found to patch children into: routeId = ${e}`),d.children||(d.children=[]),u=d.children}else u=r;let c=[],f=[];if(t.forEach(d=>{let h=u.find(y=>n_(d,y));h?f.push({existingRoute:h,newRoute:d}):c.push(d)}),c.length>0){let d=Us(c,a,[e||"_","patch",String(u?.length||"0")],o);u.push(...d)}if(s&&f.length>0)for(let d=0;d<f.length;d++){let{existingRoute:h,newRoute:y}=f[d],v=h,[b]=Us([y],a,[],{},!0);Object.assign(v,{element:b.element?b.element:v.element,errorElement:b.errorElement?b.errorElement:v.errorElement,hydrateFallbackElement:b.hydrateFallbackElement?b.hydrateFallbackElement:v.hydrateFallbackElement})}}function n_(e,t){return"id"in e&&"id"in t&&e.id===t.id?!0:e.index===t.index&&e.path===t.path&&e.caseSensitive===t.caseSensitive?(!e.children||e.children.length===0)&&(!t.children||t.children.length===0)?!0:e.children.every((r,o)=>t.children?.some(a=>n_(r,a))):!1}var o_=new WeakMap,_v=({key:e,route:t,manifest:r,mapRouteProperties:o})=>{let a=r[t.id];if(rt(a,"No route found in manifest"),!a.lazy||typeof a.lazy!="object")return;let s=a.lazy[e];if(!s)return;let u=o_.get(a);u||(u={},o_.set(a,u));let c=u[e];if(c)return c;let f=(async()=>{let d=sP(e),y=a[e]!==void 0&&e!=="hasErrorBoundary";if(d)ur(!d,"Route property "+e+" is not a supported lazy route property. This property will be ignored."),u[e]=Promise.resolve();else if(y)ur(!1,`Route "${a.id}" has a static property "${e}" defined. The lazy property will be ignored.`);else{let v=await s();v!=null&&(Object.assign(a,{[e]:v}),Object.assign(a,o(a)))}typeof a.lazy=="object"&&(a.lazy[e]=void 0,Object.values(a.lazy).every(v=>v===void 0)&&(a.lazy=void 0))})();return u[e]=f,f},i_=new WeakMap;function IP(e,t,r,o,a){let s=r[e.id];if(rt(s,"No route found in manifest"),!e.lazy)return{lazyRoutePromise:void 0,lazyHandlerPromise:void 0};if(typeof e.lazy=="function"){let h=i_.get(s);if(h)return{lazyRoutePromise:h,lazyHandlerPromise:h};let y=(async()=>{rt(typeof e.lazy=="function","No lazy route function found");let v=await e.lazy(),b={};for(let S in v){let E=v[S];if(E===void 0)continue;let _=uP(S),T=s[S]!==void 0&&S!=="hasErrorBoundary";_?ur(!_,"Route property "+S+" is not a supported property to be returned from a lazy route function. This property will be ignored."):T?ur(!T,`Route "${s.id}" has a static property "${S}" defined but its lazy function is also returning a value for this property. The lazy route property "${S}" will be ignored.`):b[S]=E}Object.assign(s,b),Object.assign(s,{...o(s),lazy:void 0})})();return i_.set(s,y),y.catch(()=>{}),{lazyRoutePromise:y,lazyHandlerPromise:y}}let u=Object.keys(e.lazy),c=[],f;for(let h of u){if(a&&a.includes(h))continue;let y=_v({key:h,route:e,manifest:r,mapRouteProperties:o});y&&(c.push(y),h===t&&(f=y))}let d=c.length>0?Promise.all(c).then(()=>{}):void 0;return d?.catch(()=>{}),f?.catch(()=>{}),{lazyRoutePromise:d,lazyHandlerPromise:f}}function FP(e){return e!==void 0}function a_(e,t,r){let o=e.map(({route:a})=>{if(!(typeof a.lazy!="object"||!a.lazy.middleware))return _v({key:"middleware",route:a,manifest:t,mapRouteProperties:r})}).filter(FP);return o.length>0?Promise.all(o):void 0}async function bv(e){let t=e.matches.filter(a=>a.shouldLoad),r={};return(await Promise.all(t.map(a=>a.resolve()))).forEach((a,s)=>{r[t[s].route.id]=a}),r}async function jP(e){return e.matches.some(t=>t.route.middleware)?l_(e,()=>bv(e)):bv(e)}function s_(e,t,r){return u_(e,t,o,kr,r);function o(a){return Vs(a)?Rv(a):a}}function l_(e,t){return u_(e,t,o=>o,HP,r);function r(o,a,s){if(s)return Promise.resolve(Object.assign(s.value,{[a]:{type:"error",result:o}}));{let{matches:u}=e,c=Math.min(u.findIndex(d=>d.route.id===a)||0,u.findIndex(d=>d.unstable_shouldCallHandler())||0),f=Ho(u,u[c].route.id).route.id;return Promise.resolve({[f]:{type:"error",result:o}})}}}async function u_(e,t,r,o,a){let{matches:s,request:u,params:c,context:f}=e,d=s.flatMap(y=>y.route.middleware?y.route.middleware.map(v=>[y.route.id,v]):[]);return await c_({request:u,params:c,context:f},d,t,r,o,a)}async function c_(e,t,r,o,a,s,u=0){let{request:c}=e;if(c.signal.aborted)throw c.signal.reason??new Error(`Request aborted: ${c.method} ${c.url}`);let f=t[u];if(!f)return await r();let[d,h]=f,y,v=async()=>{if(y)throw new Error("You may only call `next()` once per middleware");try{return y={value:await c_(e,t,r,o,a,s,u+1)},y.value}catch(b){return y={value:await s(b,d,y)},y.value}};try{let b=await h(e,v),S=b!=null?o(b):void 0;return a(S)?S:y?S??y.value:(y={value:await v()},y.value)}catch(b){return await s(b,d,y)}}function f_(e,t,r,o,a){let s=_v({key:"middleware",route:o.route,manifest:t,mapRouteProperties:e}),u=IP(o.route,Dn(r.method)?"action":"loader",t,e,a);return{middleware:s,route:u.lazyRoutePromise,handler:u.lazyHandlerPromise}}function Bd(e,t,r,o,a,s,u,c=null){let f=!1,d=f_(e,t,r,o,a);return{...o,_lazyPromises:d,shouldLoad:u,unstable_shouldRevalidateArgs:c,unstable_shouldCallHandler(h){return f=!0,c?typeof h=="boolean"?Lm(o,{...c,defaultShouldRevalidate:h}):Lm(o,c):u},resolve(h){return f||u||h&&!Dn(r.method)&&(o.route.lazy||o.route.loader)?zP({request:r,match:o,lazyHandlerPromise:d?.handler,lazyRoutePromise:d?.route,handlerOverride:h,scopedContext:s}):Promise.resolve({type:"data",result:void 0})}}}function Hs(e,t,r,o,a,s,u,c=null){return o.map(f=>f.route.id!==a.route.id?{...f,shouldLoad:!1,unstable_shouldRevalidateArgs:c,unstable_shouldCallHandler:()=>!1,_lazyPromises:f_(e,t,r,f,s),resolve:()=>Promise.resolve({type:"data",result:void 0})}:Bd(e,t,r,f,s,u,!0,c))}async function d_(e,t,r,o,a,s){r.some(d=>d._lazyPromises?.middleware)&&await Promise.all(r.map(d=>d._lazyPromises?.middleware));let u={request:t,params:r[0].params,context:a,matches:r},f=await e({...u,fetcherKey:o,runClientMiddleware:s?()=>{throw new Error("You cannot call `runClientMiddleware()` from a static handler `dataStrategy`. Middleware is run outside of `dataStrategy` during SSR in order to bubble up the Response. You can enable middleware via the `respond` API in `query`/`queryRoute`")}:d=>{let h=u;return l_(h,()=>d({...h,fetcherKey:o,runClientMiddleware:()=>{throw new Error("Cannot call `runClientMiddleware()` from within an `runClientMiddleware` handler")}}))}});try{await Promise.all(r.flatMap(d=>[d._lazyPromises?.handler,d._lazyPromises?.route]))}catch{}return f}async function zP({request:e,match:t,lazyHandlerPromise:r,lazyRoutePromise:o,handlerOverride:a,scopedContext:s}){let u,c,f=Dn(e.method),d=f?"action":"loader",h=y=>{let v,b=new Promise((_,x)=>v=x);c=()=>v(),e.signal.addEventListener("abort",c);let S=_=>typeof y!="function"?Promise.reject(new Error(`You cannot call the handler for a route which defines a boolean "${d}" [routeId: ${t.route.id}]`)):y({request:e,params:t.params,context:s},..._!==void 0?[_]:[]),E=(async()=>{try{return{type:"data",result:await(a?a(x=>S(x)):S())}}catch(_){return{type:"error",result:_}}})();return Promise.race([E,b])};try{let y=f?t.route.action:t.route.loader;if(r||o)if(y){let v,[b]=await Promise.all([h(y).catch(S=>{v=S}),r,o]);if(v!==void 0)throw v;u=b}else{await r;let v=f?t.route.action:t.route.loader;if(v)[u]=await Promise.all([h(v),o]);else if(d==="action"){let b=new URL(e.url),S=b.pathname+b.search;throw Qr(405,{method:e.method,pathname:S,routeId:t.route.id})}else return{type:"data",result:void 0}}else if(y)u=await h(y);else{let v=new URL(e.url),b=v.pathname+v.search;throw Qr(404,{pathname:b})}}catch(y){return{type:"error",result:y}}finally{c&&e.signal.removeEventListener("abort",c)}return u}async function p_(e){let t=e.headers.get("Content-Type");return t&&/\bapplication\/json\b/.test(t)?e.body==null?null:e.json():e.text()}async function h_(e){let{result:t,type:r}=e;if(kr(t)){let o;try{o=await p_(t)}catch(a){return{type:"error",error:a}}return r==="error"?{type:"error",error:new pn(t.status,t.statusText,o),statusCode:t.status,headers:t.headers}:{type:"data",data:o,statusCode:t.status,headers:t.headers}}return r==="error"?Vs(t)?t.data instanceof Error?{type:"error",error:t.data,statusCode:t.init?.status,headers:t.init?.headers?new Headers(t.init.headers):void 0}:{type:"error",error:new pn(t.init?.status||500,void 0,t.data),statusCode:Xr(t)?t.status:void 0,headers:t.init?.headers?new Headers(t.init.headers):void 0}:{type:"error",error:t,statusCode:Xr(t)?t.status:void 0}:Vs(t)?{type:"data",data:t.data,statusCode:t.init?.status,headers:t.init?.headers?new Headers(t.init.headers):void 0}:{type:"data",data:t}}function m_(e,t,r,o,a){let s=e.headers.get("Location");if(rt(s,"Redirects returned/thrown from loaders/actions must have a Location header"),!vv(s)){let u=o.slice(0,o.findIndex(c=>c.route.id===r)+1);s=wv(new URL(t.url),u,a,s),e.headers.set("Location",s)}return e}function y_(e,t,r){if(vv(e)){let o=e,a=o.startsWith("//")?new URL(t.protocol+o):new URL(o),s=on(a.pathname,r)!=null;if(a.origin===t.origin&&s)return a.pathname+a.search+a.hash}return e}function jc(e,t,r,o){let a=e.createURL(b_(t)).toString(),s={signal:r};if(o&&Dn(o.formMethod)){let{formMethod:u,formEncType:c}=o;s.method=u.toUpperCase(),c==="application/json"?(s.headers=new Headers({"Content-Type":c}),s.body=JSON.stringify(o.json)):c==="text/plain"?s.body=o.text:c==="application/x-www-form-urlencoded"&&o.formData?s.body=Ev(o.formData):s.body=o.formData}return new Request(a,s)}function Ev(e){let t=new URLSearchParams;for(let[r,o]of e.entries())t.append(r,typeof o=="string"?o:o.name);return t}function g_(e){let t=new FormData;for(let[r,o]of e.entries())t.append(r,o);return t}function v_(e,t,r,o=!1,a=!1){let s={},u=null,c,f=!1,d={},h=r&&hn(r[1])?r[1].error:void 0;return e.forEach(y=>{if(!(y.route.id in t))return;let v=y.route.id,b=t[v];if(rt(!Bs(b),"Cannot handle redirect results in processLoaderData"),hn(b)){let S=b.error;if(h!==void 0&&(S=h,h=void 0),u=u||{},a)u[v]=S;else{let E=Ho(e,v);u[E.route.id]==null&&(u[E.route.id]=S)}o||(s[v]=QS),f||(f=!0,c=Xr(b.error)?b.error.status:500),b.headers&&(d[v]=b.headers)}else s[v]=b.data,b.statusCode&&b.statusCode!==200&&!f&&(c=b.statusCode),b.headers&&(d[v]=b.headers)}),h!==void 0&&r&&(u={[r[0]]:h},r[2]&&(s[r[2]]=void 0)),{loaderData:s,errors:u,statusCode:c||200,loaderHeaders:d}}function w_(e,t,r,o,a,s){let{loaderData:u,errors:c}=v_(t,r,o);return a.filter(f=>!f.matches||f.matches.some(d=>d.shouldLoad)).forEach(f=>{let{key:d,match:h,controller:y}=f;if(y&&y.signal.aborted)return;let v=s[d];if(rt(v,"Did not find corresponding fetcher result"),hn(v)){let b=Ho(e.matches,h?.route.id);c&&c[b.route.id]||(c={...c,[b.route.id]:v.error}),e.fetchers.delete(d)}else if(Bs(v))rt(!1,"Unhandled fetcher revalidation redirect");else{let b=Ws(v.data);e.fetchers.set(d,b)}}),{loaderData:u,errors:c}}function S_(e,t,r,o){let a=Object.entries(t).filter(([,s])=>s!==QS).reduce((s,[u,c])=>(s[u]=c,s),{});for(let s of r){let u=s.route.id;if(!t.hasOwnProperty(u)&&e.hasOwnProperty(u)&&s.route.loader&&(a[u]=e[u]),o&&o.hasOwnProperty(u))break}return a}function __(e){return e?hn(e[1])?{actionData:{}}:{actionData:{[e[0]]:e[1].data}}:{}}function Ho(e,t){return(t?e.slice(0,e.findIndex(o=>o.route.id===t)+1):[...e]).reverse().find(o=>o.route.hasErrorBoundary===!0)||e[0]}function zc(e){let t=e.length===1?e[0]:e.find(r=>r.index||!r.path||r.path==="/")||{id:"__shim-error-route__"};return{matches:[{params:{},pathname:"",pathnameBase:"",route:t}],route:t}}function Qr(e,{pathname:t,routeId:r,method:o,type:a,message:s}={}){let u="Unknown Server Error",c="Unknown @remix-run/router error";return e===400?(u="Bad Request",o&&t&&r?c=`You made a ${o} request to "${t}" but did not provide a \`loader\` for route "${r}", so there is no way to handle the request.`:a==="invalid-body"&&(c="Unable to encode submission body")):e===403?(u="Forbidden",c=`Route "${r}" does not match URL "${t}"`):e===404?(u="Not Found",c=`No route matches URL "${t}"`):e===405&&(u="Method Not Allowed",o&&t&&r?c=`You made a ${o.toUpperCase()} request to "${t}" but did not provide an \`action\` for route "${r}", so there is no way to handle the request.`:o&&(c=`Invalid request method "${o.toUpperCase()}"`)),new pn(e||500,u,new Error(c),!0)}function Nm(e){let t=Object.entries(e);for(let r=t.length-1;r>=0;r--){let[o,a]=t[r];if(Bs(a))return{key:o,result:a}}}function b_(e){let t=typeof e=="string"?Ao(e):e;return Xn({...t,hash:""})}function UP(e,t){return e.pathname!==t.pathname||e.search!==t.search?!1:e.hash===""?t.hash!=="":e.hash===t.hash?!0:t.hash!==""}function Rv(e){return Response.json(e.data,e.init??void 0)}function $P(e){return new pn(e.init?.status??500,e.init?.statusText??"Internal Server Error",e.data)}function HP(e){return e!=null&&typeof e=="object"&&Object.entries(e).every(([t,r])=>typeof t=="string"&&E_(r))}function E_(e){return e!=null&&typeof e=="object"&&"type"in e&&"result"in e&&(e.type==="data"||e.type==="error")}function R_(e){return kr(e.result)&&YS.has(e.result.status)}function hn(e){return e.type==="error"}function Bs(e){return(e&&e.type)==="redirect"}function Vs(e){return typeof e=="object"&&e!=null&&"type"in e&&"data"in e&&"init"in e&&e.type==="DataWithResponseInit"}function kr(e){return e!=null&&typeof e.status=="number"&&typeof e.statusText=="string"&&typeof e.headers=="object"&&typeof e.body<"u"}function Dm(e){return YS.has(e)}function Im(e){return kr(e)&&Dm(e.status)&&e.headers.has("Location")}function xv(e){return OP.has(e.toUpperCase())}function Dn(e){return AP.has(e.toUpperCase())}function Tv(e){return new URLSearchParams(e).getAll("index").some(t=>t==="")}function Uc(e,t){let r=typeof t=="string"?Ao(t).search:t.search;if(e[e.length-1].route.index&&Tv(r||""))return e[e.length-1];let o=HS(e);return o[o.length-1]}function x_(e){let{formMethod:t,formAction:r,formEncType:o,text:a,formData:s,json:u}=e;if(!(!t||!r||!o)){if(a!=null)return{formMethod:t,formAction:r,formEncType:o,formData:void 0,json:void 0,text:a};if(s!=null)return{formMethod:t,formAction:r,formEncType:o,formData:s,json:void 0,text:void 0};if(u!==void 0)return{formMethod:t,formAction:r,formEncType:o,formData:void 0,json:u,text:void 0}}}function Cv(e,t){return t?{state:"loading",location:e,formMethod:t.formMethod,formAction:t.formAction,formEncType:t.formEncType,formData:t.formData,json:t.json,text:t.text}:{state:"loading",location:e,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0}}function BP(e,t){return{state:"submitting",location:e,formMethod:t.formMethod,formAction:t.formAction,formEncType:t.formEncType,formData:t.formData,json:t.json,text:t.text}}function Vd(e,t){return e?{state:"loading",formMethod:e.formMethod,formAction:e.formAction,formEncType:e.formEncType,formData:e.formData,json:e.json,text:e.text,data:t}:{state:"loading",formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0,data:t}}function VP(e,t){return{state:"submitting",formMethod:e.formMethod,formAction:e.formAction,formEncType:e.formEncType,formData:e.formData,json:e.json,text:e.text,data:t?t.data:void 0}}function Ws(e){return{state:"idle",formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0,data:e}}function WP(e,t){try{let r=e.sessionStorage.getItem(XS);if(r){let o=JSON.parse(r);for(let[a,s]of Object.entries(o||{}))s&&Array.isArray(s)&&t.set(a,new Set(s||[]))}}catch{}}function GP(e,t){if(t.size>0){let r={};for(let[o,a]of t)r[o]=[...a];try{e.sessionStorage.setItem(XS,JSON.stringify(r))}catch(o){ur(!1,`Failed to save applied view transitions in sessionStorage (${o}).`)}}}function YP(){let e,t,r=new Promise((o,a)=>{e=async s=>{o(s);try{await r}catch{}},t=async s=>{a(s);try{await r}catch{}}});return{promise:r,resolve:e,reject:t}}var ea=g.createContext(null);ea.displayName="DataRouter";var Gs=g.createContext(null);Gs.displayName="DataRouterState";var Av=g.createContext(!1);function KP(){return g.useContext(Av)}var Wd=g.createContext({isTransitioning:!1});Wd.displayName="ViewTransition";var Gd=g.createContext(new Map);Gd.displayName="Fetchers";var $c=g.createContext(null);$c.displayName="Await";var XP=e=>g.createElement($c.Provider,e),mo=g.createContext(null);mo.displayName="Navigation";var fu=g.createContext(null);fu.displayName="Location";var yo=g.createContext({outlet:null,matches:[],isDataRoute:!1});yo.displayName="Route";var Pv=g.createContext(null);Pv.displayName="RouteError";var Ka=!0;function T_(e,{relative:t}={}){rt(Ys(),"useHref() may be used only in the context of a <Router> component.");let{basename:r,navigator:o}=g.useContext(mo),{hash:a,pathname:s,search:u}=Hc(e,{relative:t}),c=s;return r!=="/"&&(c=s==="/"?r:Zi([r,s])),o.createHref({pathname:c,search:u,hash:a})}function Ys(){return g.useContext(fu)!=null}function go(){return rt(Ys(),"useLocation() may be used only in the context of a <Router> component."),g.useContext(fu).location}function QP(){return g.useContext(fu).navigationType}function JP(e){rt(Ys(),"useMatch() may be used only in the context of a <Router> component.");let{pathname:t}=go();return g.useMemo(()=>Ic(e,US(t)),[t,e])}var C_="You should call navigate() in a React.useEffect(), not when your component is first rendered.";function A_(e){g.useContext(mo).static||g.useLayoutEffect(e)}function Fm(){let{isDataRoute:e}=g.useContext(yo);return e?cO():qP()}function qP(){rt(Ys(),"useNavigate() may be used only in the context of a <Router> component.");let e=g.useContext(ea),{basename:t,navigator:r}=g.useContext(mo),{matches:o}=g.useContext(yo),{pathname:a}=go(),s=JSON.stringify(Om(o)),u=g.useRef(!1);return A_(()=>{u.current=!0}),g.useCallback((f,d={})=>{if(ur(u.current,C_),!u.current)return;if(typeof f=="number"){r.go(f);return}let h=km(f,JSON.parse(s),a,d.relative==="path");e==null&&t!=="/"&&(h.pathname=h.pathname==="/"?t:Zi([t,h.pathname])),(d.replace?r.replace:r.push)(h,d.state,d)},[t,r,s,a,e])}var P_=g.createContext(null);function ZP(){return g.useContext(P_)}function O_(e){let t=g.useContext(yo).outlet;return t&&g.createElement(P_.Provider,{value:e},t)}function jm(){let{matches:e}=g.useContext(yo),t=e[e.length-1];return t?t.params:{}}function Hc(e,{relative:t}={}){let{matches:r}=g.useContext(yo),{pathname:o}=go(),a=JSON.stringify(Om(r));return g.useMemo(()=>km(e,JSON.parse(a),o,t==="path"),[e,a,o,t])}function k_(e,t){return Ov(e,t)}function Ov(e,t,r,o,a){rt(Ys(),"useRoutes() may be used only in the context of a <Router> component.");let{navigator:s}=g.useContext(mo),{matches:u}=g.useContext(yo),c=u[u.length-1],f=c?c.params:{},d=c?c.pathname:"/",h=c?c.pathnameBase:"/",y=c&&c.route;if(Ka){let T=y&&y.path||"";F_(d,!y||T.endsWith("*")||T.endsWith("*?"),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${d}" (under <Route path="${T}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
|
|
81
81
|
|
|
82
|
-
Please change the parent <Route path="${T}"> to <Route path="${T==="/"?"*":`${T}/*`}">.`)}let v=go(),_;if(t){let T=typeof t=="string"?Ao(t):t;rt(h==="/"||T.pathname?.startsWith(h),`When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${h}" but pathname "${T.pathname}" was given in the \`location\` prop.`),_=T}else _=v;let S=_.pathname||"/",E=S;if(h!=="/"){let T=h.replace(/^\//,"").split("/");E="/"+S.replace(/^\//,"").split("/").slice(T.length).join("/")}let b=ho(e,{pathname:E});Xa&&(ur(y||b!=null,`No routes matched location "${_.pathname}${_.search}${_.hash}" `),ur(b==null||b[b.length-1].route.element!==void 0||b[b.length-1].route.Component!==void 0||b[b.length-1].route.lazy!==void 0,`Matched leaf route at location "${_.pathname}${_.search}${_.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`));let x=k_(b&&b.map(T=>Object.assign({},T,{params:Object.assign({},f,T.params),pathname:Qi([h,s.encodeLocation?s.encodeLocation(T.pathname).pathname:T.pathname]),pathnameBase:T.pathnameBase==="/"?h:Qi([h,s.encodeLocation?s.encodeLocation(T.pathnameBase).pathname:T.pathnameBase])})),u,r,o,a);return t&&x?g.createElement(fu.Provider,{value:{location:{pathname:"/",search:"",hash:"",state:null,key:"default",..._},navigationType:"POP"}},x):x}function ZP(){let e=Kd(),t=Kr(e)?`${e.status} ${e.statusText}`:e instanceof Error?e.message:JSON.stringify(e),r=e instanceof Error?e.stack:null,o="rgba(200,200,200, 0.5)",a={padding:"0.5rem",backgroundColor:o},s={padding:"2px 4px",backgroundColor:o},u=null;return Xa&&(console.error("Error handled by React Router default ErrorBoundary:",e),u=g.createElement(g.Fragment,null,g.createElement("p",null,"\u{1F4BF} Hey developer \u{1F44B}"),g.createElement("p",null,"You can provide a way better UX than this when your app throws errors by providing your own ",g.createElement("code",{style:s},"ErrorBoundary")," or"," ",g.createElement("code",{style:s},"errorElement")," prop on your route."))),g.createElement(g.Fragment,null,g.createElement("h2",null,"Unexpected Application Error!"),g.createElement("h3",{style:{fontStyle:"italic"}},t),r?g.createElement("pre",{style:a},r):null,u)}var eO=g.createElement(ZP,null),tO=class extends g.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||t.revalidation!=="idle"&&e.revalidation==="idle"?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error!==void 0?e.error:t.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){this.props.unstable_onError?this.props.unstable_onError(e,t):console.error("React Router caught the following error during render",e)}render(){return this.state.error!==void 0?g.createElement(yo.Provider,{value:this.props.routeContext},g.createElement(Pv.Provider,{value:this.state.error,children:this.props.component})):this.props.children}};function rO({routeContext:e,match:t,children:r}){let o=g.useContext(qi);return o&&o.static&&o.staticContext&&(t.route.errorElement||t.route.ErrorBoundary)&&(o.staticContext._deepestRenderedBoundaryId=t.route.id),g.createElement(yo.Provider,{value:e},r)}function k_(e,t=[],r=null,o=null,a=null){if(e==null){if(!r)return null;if(r.errors)e=r.matches;else if(t.length===0&&!r.initialized&&r.matches.length>0)e=r.matches;else return null}let s=e,u=r?.errors;if(u!=null){let d=s.findIndex(h=>h.route.id&&u?.[h.route.id]!==void 0);rt(d>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(u).join(",")}`),s=s.slice(0,Math.min(s.length,d+1))}let c=!1,f=-1;if(r)for(let d=0;d<s.length;d++){let h=s[d];if((h.route.HydrateFallback||h.route.hydrateFallbackElement)&&(f=d),h.route.id){let{loaderData:y,errors:v}=r,_=h.route.loader&&!y.hasOwnProperty(h.route.id)&&(!v||v[h.route.id]===void 0);if(h.route.lazy||_){c=!0,f>=0?s=s.slice(0,f+1):s=[s[0]];break}}}return s.reduceRight((d,h,y)=>{let v,_=!1,S=null,E=null;r&&(v=u&&h.route.id?u[h.route.id]:void 0,S=h.route.errorElement||eO,c&&(f<0&&y===0?(I_("route-fallback",!1,"No `HydrateFallback` element provided to render during initial hydration"),_=!0,E=null):f===y&&(_=!0,E=h.route.hydrateFallbackElement||null)));let b=t.concat(s.slice(0,y+1)),x=()=>{let T;return v?T=S:_?T=E:h.route.Component?T=g.createElement(h.route.Component,null):h.route.element?T=h.route.element:T=d,g.createElement(rO,{match:h,routeContext:{outlet:d,matches:b,isDataRoute:r!=null},children:T})};return r&&(h.route.ErrorBoundary||h.route.errorElement||y===0)?g.createElement(tO,{location:r.location,revalidation:r.revalidation,component:S,error:v,children:x(),routeContext:{outlet:null,matches:b,isDataRoute:!0},unstable_onError:o}):x()},null)}function kv(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function Mv(e){let t=g.useContext(qi);return rt(t,kv(e)),t}function Xs(e){let t=g.useContext(Gs);return rt(t,kv(e)),t}function nO(e){let t=g.useContext(yo);return rt(t,kv(e)),t}function Xd(e){let t=nO(e),r=t.matches[t.matches.length-1];return rt(r.route.id,`${e} can only be used on routes that contain a unique "id"`),r.route.id}function oO(){return Xd("useRouteId")}function M_(){return Xs("useNavigation").navigation}function iO(){let e=Mv("useRevalidator"),t=Xs("useRevalidator"),r=g.useCallback(async()=>{await e.router.revalidate()},[e.router]);return g.useMemo(()=>({revalidate:r,state:t.revalidation}),[r,t.revalidation])}function zm(){let{matches:e,loaderData:t}=Xs("useMatches");return g.useMemo(()=>e.map(r=>NS(r,t)),[e,t])}function Um(){let e=Xs("useLoaderData"),t=Xd("useLoaderData");return e.loaderData[t]}function aO(e){return Xs("useRouteLoaderData").loaderData[e]}function $m(){let e=Xs("useActionData"),t=Xd("useLoaderData");return e.actionData?e.actionData[t]:void 0}function Kd(){let e=g.useContext(Pv),t=Xs("useRouteError"),r=Xd("useRouteError");return e!==void 0?e:t.errors?.[r]}function L_(){return g.useContext(Yd)?._data}function sO(){return g.useContext(Yd)?._error}var lO=0;function N_(e){let{router:t,basename:r}=Mv("useBlocker"),o=Xs("useBlocker"),[a,s]=g.useState(""),u=g.useCallback(c=>{if(typeof e!="function")return!!e;if(r==="/")return e(c);let{currentLocation:f,nextLocation:d,historyAction:h}=c;return e({currentLocation:{...f,pathname:on(f.pathname,r)||f.pathname},nextLocation:{...d,pathname:on(d.pathname,r)||d.pathname},historyAction:h})},[r,e]);return g.useEffect(()=>{let c=String(++lO);return s(c),()=>t.deleteBlocker(c)},[t]),g.useEffect(()=>{a!==""&&t.getBlocker(a,u)},[t,a,u]),a&&o.blockers.has(a)?o.blockers.get(a):$s}function uO(){let{router:e}=Mv("useNavigate"),t=Xd("useNavigate"),r=g.useRef(!1);return C_(()=>{r.current=!0}),g.useCallback(async(a,s={})=>{ur(r.current,T_),r.current&&(typeof a=="number"?e.navigate(a):await e.navigate(a,{fromRouteId:t,...s}))},[e,t])}var D_={};function I_(e,t,r){!t&&!D_[e]&&(D_[e]=!0,ur(!1,r))}var F_={};function Jd(e,t){!e&&!F_[t]&&(F_[t]=!0)}function du(e){let t={hasErrorBoundary:e.hasErrorBoundary||e.ErrorBoundary!=null||e.errorElement!=null};return e.Component&&(Xa&&e.element&&ur(!1,"You should not include both `Component` and `element` on your route - `Component` will be used."),Object.assign(t,{element:g.createElement(e.Component),Component:void 0})),e.HydrateFallback&&(Xa&&e.hydrateFallbackElement&&ur(!1,"You should not include both `HydrateFallback` and `hydrateFallbackElement` on your route - `HydrateFallback` will be used."),Object.assign(t,{hydrateFallbackElement:g.createElement(e.HydrateFallback),HydrateFallback:void 0})),e.ErrorBoundary&&(Xa&&e.errorElement&&ur(!1,"You should not include both `ErrorBoundary` and `errorElement` on your route - `ErrorBoundary` will be used."),Object.assign(t,{errorElement:g.createElement(e.ErrorBoundary),ErrorBoundary:void 0})),t}var Qd=["HydrateFallback","hydrateFallbackElement"];function j_(e,t){return Fc({basename:t?.basename,unstable_getContext:t?.unstable_getContext,future:t?.future,history:AS({initialEntries:t?.initialEntries,initialIndex:t?.initialIndex}),hydrationData:t?.hydrationData,routes:e,hydrationRouteProperties:Qd,mapRouteProperties:du,dataStrategy:t?.dataStrategy,patchRoutesOnNavigation:t?.patchRoutesOnNavigation}).initialize()}var cO=class{constructor(){this.status="pending",this.promise=new Promise((e,t)=>{this.resolve=r=>{this.status==="pending"&&(this.status="resolved",e(r))},this.reject=r=>{this.status==="pending"&&(this.status="rejected",t(r))}})}};function Lv({router:e,flushSync:t,unstable_onError:r}){let[o,a]=g.useState(e.state),[s,u]=g.useState(),[c,f]=g.useState({isTransitioning:!1}),[d,h]=g.useState(),[y,v]=g.useState(),[_,S]=g.useState(),E=g.useRef(new Map),b=g.useCallback(A=>{a(O=>(A.errors&&r&&Object.entries(A.errors).forEach(([F,N])=>{O.errors?.[F]!==N&&r(N)}),A))},[r]),x=g.useCallback((A,{deletedFetchers:O,flushSync:F,viewTransitionOpts:N})=>{A.fetchers.forEach((ce,he)=>{ce.data!==void 0&&E.current.set(he,ce.data)}),O.forEach(ce=>E.current.delete(ce)),Jd(F===!1||t!=null,'You provided the `flushSync` option to a router update, but you are not using the `<RouterProvider>` from `react-router/dom` so `ReactDOM.flushSync()` is unavailable. Please update your app to `import { RouterProvider } from "react-router/dom"` and ensure you have `react-dom` installed as a dependency to use the `flushSync` option.');let X=e.window!=null&&e.window.document!=null&&typeof e.window.document.startViewTransition=="function";if(Jd(N==null||X,"You provided the `viewTransition` option to a router update, but you do not appear to be running in a DOM environment as `window.startViewTransition` is not available."),!N||!X){t&&F?t(()=>b(A)):g.startTransition(()=>b(A));return}if(t&&F){t(()=>{y&&(d&&d.resolve(),y.skipTransition()),f({isTransitioning:!0,flushSync:!0,currentLocation:N.currentLocation,nextLocation:N.nextLocation})});let ce=e.window.document.startViewTransition(()=>{t(()=>b(A))});ce.finished.finally(()=>{t(()=>{h(void 0),v(void 0),u(void 0),f({isTransitioning:!1})})}),t(()=>v(ce));return}y?(d&&d.resolve(),y.skipTransition(),S({state:A,currentLocation:N.currentLocation,nextLocation:N.nextLocation})):(u(A),f({isTransitioning:!0,flushSync:!1,currentLocation:N.currentLocation,nextLocation:N.nextLocation}))},[e.window,t,y,d,b]);g.useLayoutEffect(()=>e.subscribe(x),[e,x]),g.useEffect(()=>{c.isTransitioning&&!c.flushSync&&h(new cO)},[c]),g.useEffect(()=>{if(d&&s&&e.window){let A=s,O=d.promise,F=e.window.document.startViewTransition(async()=>{g.startTransition(()=>b(A)),await O});F.finished.finally(()=>{h(void 0),v(void 0),u(void 0),f({isTransitioning:!1})}),v(F)}},[s,d,e.window,b]),g.useEffect(()=>{d&&s&&o.location.key===s.location.key&&d.resolve()},[d,y,o.location,s]),g.useEffect(()=>{!c.isTransitioning&&_&&(u(_.state),f({isTransitioning:!0,flushSync:!1,currentLocation:_.currentLocation,nextLocation:_.nextLocation}),S(void 0))},[c.isTransitioning,_]);let T=g.useMemo(()=>({createHref:e.createHref,encodeLocation:e.encodeLocation,go:A=>e.navigate(A),push:(A,O,F)=>e.navigate(A,{state:O,preventScrollReset:F?.preventScrollReset}),replace:(A,O,F)=>e.navigate(A,{replace:!0,state:O,preventScrollReset:F?.preventScrollReset})}),[e]),C=e.basename||"/",P=g.useMemo(()=>({router:e,navigator:T,static:!1,basename:C,unstable_onError:r}),[e,T,C,r]);return g.createElement(g.Fragment,null,g.createElement(qi.Provider,{value:P},g.createElement(Gs.Provider,{value:o},g.createElement(Gd.Provider,{value:E.current},g.createElement(Wd.Provider,{value:c},g.createElement(Ks,{basename:C,location:o.location,navigationType:o.historyAction,navigator:T},g.createElement(fO,{routes:e.routes,future:e.future,state:o,unstable_onError:r})))))),null)}var fO=g.memo(dO);function dO({routes:e,future:t,state:r,unstable_onError:o}){return Ov(e,void 0,r,o,t)}function pO({basename:e,children:t,initialEntries:r,initialIndex:o}){let a=g.useRef();a.current==null&&(a.current=AS({initialEntries:r,initialIndex:o,v5Compat:!0}));let s=a.current,[u,c]=g.useState({action:s.action,location:s.location}),f=g.useCallback(d=>{g.startTransition(()=>c(d))},[c]);return g.useLayoutEffect(()=>s.listen(f),[s,f]),g.createElement(Ks,{basename:e,children:t,location:u.location,navigationType:u.action,navigator:s})}function hO({to:e,replace:t,state:r,relative:o}){rt(Ys(),"<Navigate> may be used only in the context of a <Router> component.");let{static:a}=g.useContext(mo);ur(!a,"<Navigate> must not be used on the initial render in a <StaticRouter>. This is a no-op, but you should modify your code so the <Navigate> is only ever rendered in response to some user interaction or state change.");let{matches:s}=g.useContext(yo),{pathname:u}=go(),c=Fm(),f=km(e,Om(s),u,o==="path"),d=JSON.stringify(f);return g.useEffect(()=>{c(JSON.parse(d),{replace:t,state:r,relative:o})},[c,d,o,t,r]),null}function z_(e){return P_(e.context)}function U_(e){rt(!1,"A <Route> is only ever to be used as the child of <Routes> element, never rendered directly. Please wrap your <Route> in a <Routes>.")}function Ks({basename:e="/",children:t=null,location:r,navigationType:o="POP",navigator:a,static:s=!1}){rt(!Ys(),"You cannot render a <Router> inside another <Router>. You should never have more than one in your app.");let u=e.replace(/^\/*/,"/"),c=g.useMemo(()=>({basename:u,navigator:a,static:s,future:{}}),[u,a,s]);typeof r=="string"&&(r=Ao(r));let{pathname:f="/",search:d="",hash:h="",state:y=null,key:v="default"}=r,_=g.useMemo(()=>{let S=on(f,u);return S==null?null:{location:{pathname:S,search:d,hash:h,state:y,key:v},navigationType:o}},[u,f,d,h,y,v,o]);return ur(_!=null,`<Router basename="${u}"> is not able to match the URL "${f}${d}${h}" because it does not start with the basename, so the <Router> won't render anything.`),_==null?null:g.createElement(mo.Provider,{value:c},g.createElement(fu.Provider,{children:t,value:_}))}function mO({children:e,location:t}){return O_(qd(e),t)}function yO({children:e,errorElement:t,resolve:r}){let o=g.useContext(qi);return g.createElement(gO,{resolve:r,errorElement:t,unstable_onError:o?.unstable_onError},g.createElement(vO,null,e))}var gO=class extends g.Component{constructor(e){super(e),this.state={error:null}}static getDerivedStateFromError(e){return{error:e}}componentDidCatch(e,t){this.props.unstable_onError?this.props.unstable_onError(e,t):console.error("<Await> caught the following error during render",e,t)}render(){let{children:e,errorElement:t,resolve:r}=this.props,o=null,a=0;if(!(r instanceof Promise))a=1,o=Promise.resolve(),Object.defineProperty(o,"_tracked",{get:()=>!0}),Object.defineProperty(o,"_data",{get:()=>r});else if(this.state.error){a=2;let s=this.state.error;o=Promise.reject().catch(()=>{}),Object.defineProperty(o,"_tracked",{get:()=>!0}),Object.defineProperty(o,"_error",{get:()=>s})}else r._tracked?(o=r,a="_error"in o?2:"_data"in o?1:0):(a=0,Object.defineProperty(r,"_tracked",{get:()=>!0}),o=r.then(s=>Object.defineProperty(r,"_data",{get:()=>s}),s=>{this.props.unstable_onError?.(s),Object.defineProperty(r,"_error",{get:()=>s})}));if(a===2&&!t)throw o._error;if(a===2)return g.createElement(Yd.Provider,{value:o,children:t});if(a===1)return g.createElement(Yd.Provider,{value:o,children:e});throw o}};function vO({children:e}){let t=L_(),r=typeof e=="function"?e(t):e;return g.createElement(g.Fragment,null,r)}function qd(e,t=[]){let r=[];return g.Children.forEach(e,(o,a)=>{if(!g.isValidElement(o))return;let s=[...t,a];if(o.type===g.Fragment){r.push.apply(r,qd(o.props.children,s));return}rt(o.type===U_,`[${typeof o.type=="string"?o.type:o.type.name}] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>`),rt(!o.props.index||!o.props.children,"An index route cannot have child routes.");let u={id:o.props.id||s.join("-"),caseSensitive:o.props.caseSensitive,element:o.props.element,Component:o.props.Component,index:o.props.index,path:o.props.path,loader:o.props.loader,action:o.props.action,hydrateFallbackElement:o.props.hydrateFallbackElement,HydrateFallback:o.props.HydrateFallback,errorElement:o.props.errorElement,ErrorBoundary:o.props.ErrorBoundary,hasErrorBoundary:o.props.hasErrorBoundary===!0||o.props.ErrorBoundary!=null||o.props.errorElement!=null,shouldRevalidate:o.props.shouldRevalidate,handle:o.props.handle,lazy:o.props.lazy};o.props.children&&(u.children=qd(o.props.children,s)),r.push(u)}),r}var wO=qd;function SO(e){return k_(e)}function $_(){return{params:jm(),loaderData:Um(),actionData:$m(),matches:zm()}}function _O({children:e}){const t=$_();return g.cloneElement(e,t)}function H_(e){return function(){const r=$_();return g.createElement(e,r)}}function B_(){return{params:jm(),loaderData:Um(),actionData:$m()}}function bO({children:e}){const t=B_();return g.cloneElement(e,t)}function V_(e){return function(){const r=B_();return g.createElement(e,r)}}function W_(){return{params:jm(),loaderData:Um(),actionData:$m(),error:Kd()}}function EO({children:e}){const t=W_();return g.cloneElement(e,t)}function G_(e){return function(){const r=W_();return g.createElement(e,r)}}var Hm="get",Bm="application/x-www-form-urlencoded";function Vm(e){return e!=null&&typeof e.tagName=="string"}function RO(e){return Vm(e)&&e.tagName.toLowerCase()==="button"}function xO(e){return Vm(e)&&e.tagName.toLowerCase()==="form"}function TO(e){return Vm(e)&&e.tagName.toLowerCase()==="input"}function CO(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function AO(e,t){return e.button===0&&(!t||t==="_self")&&!CO(e)}function Wm(e=""){return new URLSearchParams(typeof e=="string"||Array.isArray(e)||e instanceof URLSearchParams?e:Object.keys(e).reduce((t,r)=>{let o=e[r];return t.concat(Array.isArray(o)?o.map(a=>[r,a]):[[r,o]])},[]))}function PO(e,t){let r=Wm(e);return t&&t.forEach((o,a)=>{r.has(a)||t.getAll(a).forEach(s=>{r.append(a,s)})}),r}var Gm=null;function OO(){if(Gm===null)try{new FormData(document.createElement("form"),0),Gm=!1}catch{Gm=!0}return Gm}var kO=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function Nv(e){return e!=null&&!kO.has(e)?(ur(!1,`"${e}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${Bm}"`),null):e}function MO(e,t){let r,o,a,s,u;if(xO(e)){let c=e.getAttribute("action");o=c?on(c,t):null,r=e.getAttribute("method")||Hm,a=Nv(e.getAttribute("enctype"))||Bm,s=new FormData(e)}else if(RO(e)||TO(e)&&(e.type==="submit"||e.type==="image")){let c=e.form;if(c==null)throw new Error('Cannot submit a <button> or <input type="submit"> without a <form>');let f=e.getAttribute("formaction")||c.getAttribute("action");if(o=f?on(f,t):null,r=e.getAttribute("formmethod")||c.getAttribute("method")||Hm,a=Nv(e.getAttribute("formenctype"))||Nv(c.getAttribute("enctype"))||Bm,s=new FormData(c,e),!OO()){let{name:d,type:h,value:y}=e;if(h==="image"){let v=d?`${d}.`:"";s.append(`${v}x`,"0"),s.append(`${v}y`,"0")}else d&&s.append(d,y)}}else{if(Vm(e))throw new Error('Cannot submit element that is not <form>, <button>, or <input type="submit|image">');r=Hm,o=null,a=Bm,u=e}return s&&a==="text/plain"&&(u=s,s=void 0),{action:o,method:r.toLowerCase(),encType:a,formData:s,body:u}}var Y_=-1,X_=-2,K_=-3,J_=-4,Dv=-5,Q_=-6,q_=-7,Z_="B",eb="D",Hc="E",Iv="M",tb="N",Bc="P",rb="R",Fv="S",nb="Y",ob="U",jv="Z",ib=class{constructor(){this.promise=new Promise((e,t)=>{this.resolve=e,this.reject=t})}};function LO(){const e=new TextDecoder;let t="";return new TransformStream({transform(r,o){const a=e.decode(r,{stream:!0}),s=(t+a).split(`
|
|
83
|
-
`);t=s.pop()||"";for(const u of s)o.enqueue(u)},flush(r){t&&r.enqueue(t)}})}function Bo(e){const{indices:t}=this,r=t.get(e);if(r)return[r];if(e===void 0)return
|
|
82
|
+
Please change the parent <Route path="${T}"> to <Route path="${T==="/"?"*":`${T}/*`}">.`)}let v=go(),b;if(t){let T=typeof t=="string"?Ao(t):t;rt(h==="/"||T.pathname?.startsWith(h),`When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${h}" but pathname "${T.pathname}" was given in the \`location\` prop.`),b=T}else b=v;let S=b.pathname||"/",E=S;if(h!=="/"){let T=h.replace(/^\//,"").split("/");E="/"+S.replace(/^\//,"").split("/").slice(T.length).join("/")}let _=ho(e,{pathname:E});Ka&&(ur(y||_!=null,`No routes matched location "${b.pathname}${b.search}${b.hash}" `),ur(_==null||_[_.length-1].route.element!==void 0||_[_.length-1].route.Component!==void 0||_[_.length-1].route.lazy!==void 0,`Matched leaf route at location "${b.pathname}${b.search}${b.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`));let x=M_(_&&_.map(T=>Object.assign({},T,{params:Object.assign({},f,T.params),pathname:Zi([h,s.encodeLocation?s.encodeLocation(T.pathname).pathname:T.pathname]),pathnameBase:T.pathnameBase==="/"?h:Zi([h,s.encodeLocation?s.encodeLocation(T.pathnameBase).pathname:T.pathnameBase])})),u,r,o,a);return t&&x?g.createElement(fu.Provider,{value:{location:{pathname:"/",search:"",hash:"",state:null,key:"default",...b},navigationType:"POP"}},x):x}function eO(){let e=Kd(),t=Xr(e)?`${e.status} ${e.statusText}`:e instanceof Error?e.message:JSON.stringify(e),r=e instanceof Error?e.stack:null,o="rgba(200,200,200, 0.5)",a={padding:"0.5rem",backgroundColor:o},s={padding:"2px 4px",backgroundColor:o},u=null;return Ka&&(console.error("Error handled by React Router default ErrorBoundary:",e),u=g.createElement(g.Fragment,null,g.createElement("p",null,"\u{1F4BF} Hey developer \u{1F44B}"),g.createElement("p",null,"You can provide a way better UX than this when your app throws errors by providing your own ",g.createElement("code",{style:s},"ErrorBoundary")," or"," ",g.createElement("code",{style:s},"errorElement")," prop on your route."))),g.createElement(g.Fragment,null,g.createElement("h2",null,"Unexpected Application Error!"),g.createElement("h3",{style:{fontStyle:"italic"}},t),r?g.createElement("pre",{style:a},r):null,u)}var tO=g.createElement(eO,null),rO=class extends g.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||t.revalidation!=="idle"&&e.revalidation==="idle"?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error!==void 0?e.error:t.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){this.props.unstable_onError?this.props.unstable_onError(e,t):console.error("React Router caught the following error during render",e)}render(){return this.state.error!==void 0?g.createElement(yo.Provider,{value:this.props.routeContext},g.createElement(Pv.Provider,{value:this.state.error,children:this.props.component})):this.props.children}};function nO({routeContext:e,match:t,children:r}){let o=g.useContext(ea);return o&&o.static&&o.staticContext&&(t.route.errorElement||t.route.ErrorBoundary)&&(o.staticContext._deepestRenderedBoundaryId=t.route.id),g.createElement(yo.Provider,{value:e},r)}function M_(e,t=[],r=null,o=null,a=null){if(e==null){if(!r)return null;if(r.errors)e=r.matches;else if(t.length===0&&!r.initialized&&r.matches.length>0)e=r.matches;else return null}let s=e,u=r?.errors;if(u!=null){let d=s.findIndex(h=>h.route.id&&u?.[h.route.id]!==void 0);rt(d>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(u).join(",")}`),s=s.slice(0,Math.min(s.length,d+1))}let c=!1,f=-1;if(r)for(let d=0;d<s.length;d++){let h=s[d];if((h.route.HydrateFallback||h.route.hydrateFallbackElement)&&(f=d),h.route.id){let{loaderData:y,errors:v}=r,b=h.route.loader&&!y.hasOwnProperty(h.route.id)&&(!v||v[h.route.id]===void 0);if(h.route.lazy||b){c=!0,f>=0?s=s.slice(0,f+1):s=[s[0]];break}}}return s.reduceRight((d,h,y)=>{let v,b=!1,S=null,E=null;r&&(v=u&&h.route.id?u[h.route.id]:void 0,S=h.route.errorElement||tO,c&&(f<0&&y===0?(F_("route-fallback",!1,"No `HydrateFallback` element provided to render during initial hydration"),b=!0,E=null):f===y&&(b=!0,E=h.route.hydrateFallbackElement||null)));let _=t.concat(s.slice(0,y+1)),x=()=>{let T;return v?T=S:b?T=E:h.route.Component?T=g.createElement(h.route.Component,null):h.route.element?T=h.route.element:T=d,g.createElement(nO,{match:h,routeContext:{outlet:d,matches:_,isDataRoute:r!=null},children:T})};return r&&(h.route.ErrorBoundary||h.route.errorElement||y===0)?g.createElement(rO,{location:r.location,revalidation:r.revalidation,component:S,error:v,children:x(),routeContext:{outlet:null,matches:_,isDataRoute:!0},unstable_onError:o}):x()},null)}function kv(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function Mv(e){let t=g.useContext(ea);return rt(t,kv(e)),t}function Ks(e){let t=g.useContext(Gs);return rt(t,kv(e)),t}function oO(e){let t=g.useContext(yo);return rt(t,kv(e)),t}function Yd(e){let t=oO(e),r=t.matches[t.matches.length-1];return rt(r.route.id,`${e} can only be used on routes that contain a unique "id"`),r.route.id}function iO(){return Yd("useRouteId")}function L_(){return Ks("useNavigation").navigation}function aO(){let e=Mv("useRevalidator"),t=Ks("useRevalidator"),r=g.useCallback(async()=>{await e.router.revalidate()},[e.router]);return g.useMemo(()=>({revalidate:r,state:t.revalidation}),[r,t.revalidation])}function zm(){let{matches:e,loaderData:t}=Ks("useMatches");return g.useMemo(()=>e.map(r=>DS(r,t)),[e,t])}function Um(){let e=Ks("useLoaderData"),t=Yd("useLoaderData");return e.loaderData[t]}function sO(e){return Ks("useRouteLoaderData").loaderData[e]}function $m(){let e=Ks("useActionData"),t=Yd("useLoaderData");return e.actionData?e.actionData[t]:void 0}function Kd(){let e=g.useContext(Pv),t=Ks("useRouteError"),r=Yd("useRouteError");return e!==void 0?e:t.errors?.[r]}function N_(){return g.useContext($c)?._data}function lO(){return g.useContext($c)?._error}var uO=0;function D_(e){let{router:t,basename:r}=Mv("useBlocker"),o=Ks("useBlocker"),[a,s]=g.useState(""),u=g.useCallback(c=>{if(typeof e!="function")return!!e;if(r==="/")return e(c);let{currentLocation:f,nextLocation:d,historyAction:h}=c;return e({currentLocation:{...f,pathname:on(f.pathname,r)||f.pathname},nextLocation:{...d,pathname:on(d.pathname,r)||d.pathname},historyAction:h})},[r,e]);return g.useEffect(()=>{let c=String(++uO);return s(c),()=>t.deleteBlocker(c)},[t]),g.useEffect(()=>{a!==""&&t.getBlocker(a,u)},[t,a,u]),a&&o.blockers.has(a)?o.blockers.get(a):$s}function cO(){let{router:e}=Mv("useNavigate"),t=Yd("useNavigate"),r=g.useRef(!1);return A_(()=>{r.current=!0}),g.useCallback(async(a,s={})=>{ur(r.current,C_),r.current&&(typeof a=="number"?e.navigate(a):await e.navigate(a,{fromRouteId:t,...s}))},[e,t])}var I_={};function F_(e,t,r){!t&&!I_[e]&&(I_[e]=!0,ur(!1,r))}var j_={};function Xd(e,t){!e&&!j_[t]&&(j_[t]=!0)}function du(e){let t={hasErrorBoundary:e.hasErrorBoundary||e.ErrorBoundary!=null||e.errorElement!=null};return e.Component&&(Ka&&e.element&&ur(!1,"You should not include both `Component` and `element` on your route - `Component` will be used."),Object.assign(t,{element:g.createElement(e.Component),Component:void 0})),e.HydrateFallback&&(Ka&&e.hydrateFallbackElement&&ur(!1,"You should not include both `HydrateFallback` and `hydrateFallbackElement` on your route - `HydrateFallback` will be used."),Object.assign(t,{hydrateFallbackElement:g.createElement(e.HydrateFallback),HydrateFallback:void 0})),e.ErrorBoundary&&(Ka&&e.errorElement&&ur(!1,"You should not include both `ErrorBoundary` and `errorElement` on your route - `ErrorBoundary` will be used."),Object.assign(t,{errorElement:g.createElement(e.ErrorBoundary),ErrorBoundary:void 0})),t}var Qd=["HydrateFallback","hydrateFallbackElement"];function z_(e,t){return Fc({basename:t?.basename,getContext:t?.getContext,future:t?.future,history:PS({initialEntries:t?.initialEntries,initialIndex:t?.initialIndex}),hydrationData:t?.hydrationData,routes:e,hydrationRouteProperties:Qd,mapRouteProperties:du,dataStrategy:t?.dataStrategy,patchRoutesOnNavigation:t?.patchRoutesOnNavigation}).initialize()}var fO=class{constructor(){this.status="pending",this.promise=new Promise((e,t)=>{this.resolve=r=>{this.status==="pending"&&(this.status="resolved",e(r))},this.reject=r=>{this.status==="pending"&&(this.status="rejected",t(r))}})}};function Lv({router:e,flushSync:t,unstable_onError:r}){let[o,a]=g.useState(e.state),[s,u]=g.useState(),[c,f]=g.useState({isTransitioning:!1}),[d,h]=g.useState(),[y,v]=g.useState(),[b,S]=g.useState(),E=g.useRef(new Map),_=g.useCallback(A=>{a(O=>(A.errors&&r&&Object.entries(A.errors).forEach(([F,N])=>{O.errors?.[F]!==N&&r(N)}),A))},[r]),x=g.useCallback((A,{deletedFetchers:O,flushSync:F,viewTransitionOpts:N})=>{A.fetchers.forEach((ce,ye)=>{ce.data!==void 0&&E.current.set(ye,ce.data)}),O.forEach(ce=>E.current.delete(ce)),Xd(F===!1||t!=null,'You provided the `flushSync` option to a router update, but you are not using the `<RouterProvider>` from `react-router/dom` so `ReactDOM.flushSync()` is unavailable. Please update your app to `import { RouterProvider } from "react-router/dom"` and ensure you have `react-dom` installed as a dependency to use the `flushSync` option.');let K=e.window!=null&&e.window.document!=null&&typeof e.window.document.startViewTransition=="function";if(Xd(N==null||K,"You provided the `viewTransition` option to a router update, but you do not appear to be running in a DOM environment as `window.startViewTransition` is not available."),!N||!K){t&&F?t(()=>_(A)):g.startTransition(()=>_(A));return}if(t&&F){t(()=>{y&&(d&&d.resolve(),y.skipTransition()),f({isTransitioning:!0,flushSync:!0,currentLocation:N.currentLocation,nextLocation:N.nextLocation})});let ce=e.window.document.startViewTransition(()=>{t(()=>_(A))});ce.finished.finally(()=>{t(()=>{h(void 0),v(void 0),u(void 0),f({isTransitioning:!1})})}),t(()=>v(ce));return}y?(d&&d.resolve(),y.skipTransition(),S({state:A,currentLocation:N.currentLocation,nextLocation:N.nextLocation})):(u(A),f({isTransitioning:!0,flushSync:!1,currentLocation:N.currentLocation,nextLocation:N.nextLocation}))},[e.window,t,y,d,_]);g.useLayoutEffect(()=>e.subscribe(x),[e,x]),g.useEffect(()=>{c.isTransitioning&&!c.flushSync&&h(new fO)},[c]),g.useEffect(()=>{if(d&&s&&e.window){let A=s,O=d.promise,F=e.window.document.startViewTransition(async()=>{g.startTransition(()=>_(A)),await O});F.finished.finally(()=>{h(void 0),v(void 0),u(void 0),f({isTransitioning:!1})}),v(F)}},[s,d,e.window,_]),g.useEffect(()=>{d&&s&&o.location.key===s.location.key&&d.resolve()},[d,y,o.location,s]),g.useEffect(()=>{!c.isTransitioning&&b&&(u(b.state),f({isTransitioning:!0,flushSync:!1,currentLocation:b.currentLocation,nextLocation:b.nextLocation}),S(void 0))},[c.isTransitioning,b]);let T=g.useMemo(()=>({createHref:e.createHref,encodeLocation:e.encodeLocation,go:A=>e.navigate(A),push:(A,O,F)=>e.navigate(A,{state:O,preventScrollReset:F?.preventScrollReset}),replace:(A,O,F)=>e.navigate(A,{replace:!0,state:O,preventScrollReset:F?.preventScrollReset})}),[e]),C=e.basename||"/",P=g.useMemo(()=>({router:e,navigator:T,static:!1,basename:C,unstable_onError:r}),[e,T,C,r]);return g.createElement(g.Fragment,null,g.createElement(ea.Provider,{value:P},g.createElement(Gs.Provider,{value:o},g.createElement(Gd.Provider,{value:E.current},g.createElement(Wd.Provider,{value:c},g.createElement(Xs,{basename:C,location:o.location,navigationType:o.historyAction,navigator:T},g.createElement(dO,{routes:e.routes,future:e.future,state:o,unstable_onError:r})))))),null)}var dO=g.memo(pO);function pO({routes:e,future:t,state:r,unstable_onError:o}){return Ov(e,void 0,r,o,t)}function hO({basename:e,children:t,initialEntries:r,initialIndex:o}){let a=g.useRef();a.current==null&&(a.current=PS({initialEntries:r,initialIndex:o,v5Compat:!0}));let s=a.current,[u,c]=g.useState({action:s.action,location:s.location}),f=g.useCallback(d=>{g.startTransition(()=>c(d))},[c]);return g.useLayoutEffect(()=>s.listen(f),[s,f]),g.createElement(Xs,{basename:e,children:t,location:u.location,navigationType:u.action,navigator:s})}function mO({to:e,replace:t,state:r,relative:o}){rt(Ys(),"<Navigate> may be used only in the context of a <Router> component.");let{static:a}=g.useContext(mo);ur(!a,"<Navigate> must not be used on the initial render in a <StaticRouter>. This is a no-op, but you should modify your code so the <Navigate> is only ever rendered in response to some user interaction or state change.");let{matches:s}=g.useContext(yo),{pathname:u}=go(),c=Fm(),f=km(e,Om(s),u,o==="path"),d=JSON.stringify(f);return g.useEffect(()=>{c(JSON.parse(d),{replace:t,state:r,relative:o})},[c,d,o,t,r]),null}function U_(e){return O_(e.context)}function $_(e){rt(!1,"A <Route> is only ever to be used as the child of <Routes> element, never rendered directly. Please wrap your <Route> in a <Routes>.")}function Xs({basename:e="/",children:t=null,location:r,navigationType:o="POP",navigator:a,static:s=!1}){rt(!Ys(),"You cannot render a <Router> inside another <Router>. You should never have more than one in your app.");let u=e.replace(/^\/*/,"/"),c=g.useMemo(()=>({basename:u,navigator:a,static:s,future:{}}),[u,a,s]);typeof r=="string"&&(r=Ao(r));let{pathname:f="/",search:d="",hash:h="",state:y=null,key:v="default"}=r,b=g.useMemo(()=>{let S=on(f,u);return S==null?null:{location:{pathname:S,search:d,hash:h,state:y,key:v},navigationType:o}},[u,f,d,h,y,v,o]);return ur(b!=null,`<Router basename="${u}"> is not able to match the URL "${f}${d}${h}" because it does not start with the basename, so the <Router> won't render anything.`),b==null?null:g.createElement(mo.Provider,{value:c},g.createElement(fu.Provider,{children:t,value:b}))}function yO({children:e,location:t}){return k_(Jd(e),t)}function gO({children:e,errorElement:t,resolve:r}){let o=g.useContext(ea);return g.createElement(vO,{resolve:r,errorElement:t,unstable_onError:o?.unstable_onError},g.createElement(wO,null,e))}var vO=class extends g.Component{constructor(e){super(e),this.state={error:null}}static getDerivedStateFromError(e){return{error:e}}componentDidCatch(e,t){this.props.unstable_onError?this.props.unstable_onError(e,t):console.error("<Await> caught the following error during render",e,t)}render(){let{children:e,errorElement:t,resolve:r}=this.props,o=null,a=0;if(!(r instanceof Promise))a=1,o=Promise.resolve(),Object.defineProperty(o,"_tracked",{get:()=>!0}),Object.defineProperty(o,"_data",{get:()=>r});else if(this.state.error){a=2;let s=this.state.error;o=Promise.reject().catch(()=>{}),Object.defineProperty(o,"_tracked",{get:()=>!0}),Object.defineProperty(o,"_error",{get:()=>s})}else r._tracked?(o=r,a="_error"in o?2:"_data"in o?1:0):(a=0,Object.defineProperty(r,"_tracked",{get:()=>!0}),o=r.then(s=>Object.defineProperty(r,"_data",{get:()=>s}),s=>{this.props.unstable_onError?.(s),Object.defineProperty(r,"_error",{get:()=>s})}));if(a===2&&!t)throw o._error;if(a===2)return g.createElement($c.Provider,{value:o,children:t});if(a===1)return g.createElement($c.Provider,{value:o,children:e});throw o}};function wO({children:e}){let t=N_(),r=typeof e=="function"?e(t):e;return g.createElement(g.Fragment,null,r)}function Jd(e,t=[]){let r=[];return g.Children.forEach(e,(o,a)=>{if(!g.isValidElement(o))return;let s=[...t,a];if(o.type===g.Fragment){r.push.apply(r,Jd(o.props.children,s));return}rt(o.type===$_,`[${typeof o.type=="string"?o.type:o.type.name}] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>`),rt(!o.props.index||!o.props.children,"An index route cannot have child routes.");let u={id:o.props.id||s.join("-"),caseSensitive:o.props.caseSensitive,element:o.props.element,Component:o.props.Component,index:o.props.index,path:o.props.path,loader:o.props.loader,action:o.props.action,hydrateFallbackElement:o.props.hydrateFallbackElement,HydrateFallback:o.props.HydrateFallback,errorElement:o.props.errorElement,ErrorBoundary:o.props.ErrorBoundary,hasErrorBoundary:o.props.hasErrorBoundary===!0||o.props.ErrorBoundary!=null||o.props.errorElement!=null,shouldRevalidate:o.props.shouldRevalidate,handle:o.props.handle,lazy:o.props.lazy};o.props.children&&(u.children=Jd(o.props.children,s)),r.push(u)}),r}var SO=Jd;function _O(e){return M_(e)}function H_(){return{params:jm(),loaderData:Um(),actionData:$m(),matches:zm()}}function bO({children:e}){const t=H_();return g.cloneElement(e,t)}function B_(e){return function(){const r=H_();return g.createElement(e,r)}}function V_(){return{params:jm(),loaderData:Um(),actionData:$m()}}function EO({children:e}){const t=V_();return g.cloneElement(e,t)}function W_(e){return function(){const r=V_();return g.createElement(e,r)}}function G_(){return{params:jm(),loaderData:Um(),actionData:$m(),error:Kd()}}function RO({children:e}){const t=G_();return g.cloneElement(e,t)}function Y_(e){return function(){const r=G_();return g.createElement(e,r)}}var Hm="get",Bm="application/x-www-form-urlencoded";function Vm(e){return e!=null&&typeof e.tagName=="string"}function xO(e){return Vm(e)&&e.tagName.toLowerCase()==="button"}function TO(e){return Vm(e)&&e.tagName.toLowerCase()==="form"}function CO(e){return Vm(e)&&e.tagName.toLowerCase()==="input"}function AO(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function PO(e,t){return e.button===0&&(!t||t==="_self")&&!AO(e)}function Wm(e=""){return new URLSearchParams(typeof e=="string"||Array.isArray(e)||e instanceof URLSearchParams?e:Object.keys(e).reduce((t,r)=>{let o=e[r];return t.concat(Array.isArray(o)?o.map(a=>[r,a]):[[r,o]])},[]))}function OO(e,t){let r=Wm(e);return t&&t.forEach((o,a)=>{r.has(a)||t.getAll(a).forEach(s=>{r.append(a,s)})}),r}var Gm=null;function kO(){if(Gm===null)try{new FormData(document.createElement("form"),0),Gm=!1}catch{Gm=!0}return Gm}var MO=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function Nv(e){return e!=null&&!MO.has(e)?(ur(!1,`"${e}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${Bm}"`),null):e}function LO(e,t){let r,o,a,s,u;if(TO(e)){let c=e.getAttribute("action");o=c?on(c,t):null,r=e.getAttribute("method")||Hm,a=Nv(e.getAttribute("enctype"))||Bm,s=new FormData(e)}else if(xO(e)||CO(e)&&(e.type==="submit"||e.type==="image")){let c=e.form;if(c==null)throw new Error('Cannot submit a <button> or <input type="submit"> without a <form>');let f=e.getAttribute("formaction")||c.getAttribute("action");if(o=f?on(f,t):null,r=e.getAttribute("formmethod")||c.getAttribute("method")||Hm,a=Nv(e.getAttribute("formenctype"))||Nv(c.getAttribute("enctype"))||Bm,s=new FormData(c,e),!kO()){let{name:d,type:h,value:y}=e;if(h==="image"){let v=d?`${d}.`:"";s.append(`${v}x`,"0"),s.append(`${v}y`,"0")}else d&&s.append(d,y)}}else{if(Vm(e))throw new Error('Cannot submit element that is not <form>, <button>, or <input type="submit|image">');r=Hm,o=null,a=Bm,u=e}return s&&a==="text/plain"&&(u=s,s=void 0),{action:o,method:r.toLowerCase(),encType:a,formData:s,body:u}}var K_=-1,X_=-2,Q_=-3,J_=-4,Dv=-5,q_=-6,Z_=-7,eb="B",tb="D",Bc="E",Iv="M",rb="N",Vc="P",nb="R",Fv="S",ob="Y",ib="U",jv="Z",ab=class{constructor(){this.promise=new Promise((e,t)=>{this.resolve=e,this.reject=t})}};function NO(){const e=new TextDecoder;let t="";return new TransformStream({transform(r,o){const a=e.decode(r,{stream:!0}),s=(t+a).split(`
|
|
83
|
+
`);t=s.pop()||"";for(const u of s)o.enqueue(u)},flush(r){t&&r.enqueue(t)}})}function Bo(e){const{indices:t}=this,r=t.get(e);if(r)return[r];if(e===void 0)return Z_;if(e===null)return Dv;if(Number.isNaN(e))return X_;if(e===Number.POSITIVE_INFINITY)return q_;if(e===Number.NEGATIVE_INFINITY)return Q_;if(e===0&&1/e<0)return J_;const o=this.index++;return t.set(e,o),DO.call(this,e,o),o}function DO(e,t){const{deferred:r,plugins:o,postPlugins:a}=this,s=this.stringified,u=[[e,t]];for(;u.length>0;){const[c,f]=u.pop(),d=y=>Object.keys(y).map(v=>`"_${Bo.call(this,v)}":${Bo.call(this,y[v])}`).join(",");let h=null;switch(typeof c){case"boolean":case"number":case"string":s[f]=JSON.stringify(c);break;case"bigint":s[f]=`["${eb}","${c}"]`;break;case"symbol":{const y=Symbol.keyFor(c);y?s[f]=`["${ob}",${JSON.stringify(y)}]`:h=new Error("Cannot encode symbol unless created with Symbol.for()");break}case"object":{if(!c){s[f]=`${Dv}`;break}const y=Array.isArray(c);let v=!1;if(!y&&o)for(const b of o){const S=b(c);if(Array.isArray(S)){v=!0;const[E,..._]=S;s[f]=`[${JSON.stringify(E)}`,_.length>0&&(s[f]+=`,${_.map(x=>Bo.call(this,x)).join(",")}`),s[f]+="]";break}}if(!v){let b=y?"[":"{";if(y){for(let S=0;S<c.length;S++)b+=(S?",":"")+(S in c?Bo.call(this,c[S]):K_);s[f]=`${b}]`}else if(c instanceof Date){const S=c.getTime();s[f]=`["${tb}",${Number.isNaN(S)?JSON.stringify("invalid"):S}]`}else c instanceof URL?s[f]=`["${ib}",${JSON.stringify(c.href)}]`:c instanceof RegExp?s[f]=`["${nb}",${JSON.stringify(c.source)},${JSON.stringify(c.flags)}]`:c instanceof Set?c.size>0?s[f]=`["${Fv}",${[...c].map(S=>Bo.call(this,S)).join(",")}]`:s[f]=`["${Fv}"]`:c instanceof Map?c.size>0?s[f]=`["${Iv}",${[...c].flatMap(([S,E])=>[Bo.call(this,S),Bo.call(this,E)]).join(",")}]`:s[f]=`["${Iv}"]`:c instanceof Promise?(s[f]=`["${Vc}",${f}]`,r[f]=c):c instanceof Error?(s[f]=`["${Bc}",${JSON.stringify(c.message)}`,c.name!=="Error"&&(s[f]+=`,${JSON.stringify(c.name)}`),s[f]+="]"):Object.getPrototypeOf(c)===null?s[f]=`["${rb}",{${d(c)}}]`:FO(c)?s[f]=`{${d(c)}}`:h=new Error("Cannot encode object with prototype")}break}default:{const y=Array.isArray(c);let v=!1;if(!y&&o)for(const b of o){const S=b(c);if(Array.isArray(S)){v=!0;const[E,..._]=S;s[f]=`[${JSON.stringify(E)}`,_.length>0&&(s[f]+=`,${_.map(x=>Bo.call(this,x)).join(",")}`),s[f]+="]";break}}v||(h=new Error("Cannot encode function or unexpected type"))}}if(h){let y=!1;if(a)for(const v of a){const b=v(c);if(Array.isArray(b)){y=!0;const[S,...E]=b;s[f]=`[${JSON.stringify(S)}`,E.length>0&&(s[f]+=`,${E.map(_=>Bo.call(this,_)).join(",")}`),s[f]+="]";break}}if(!y)throw h}}}var IO=Object.getOwnPropertyNames(Object.prototype).sort().join("\0");function FO(e){const t=Object.getPrototypeOf(e);return t===Object.prototype||t===null||Object.getOwnPropertyNames(t).sort().join("\0")===IO}var zv=typeof window<"u"?window:typeof globalThis<"u"?globalThis:void 0;function Uv(e){const{hydrated:t,values:r}=this;if(typeof e=="number")return sb.call(this,e);if(!Array.isArray(e)||!e.length)throw new SyntaxError;const o=r.length;for(const a of e)r.push(a);return t.length=r.length,sb.call(this,o)}function sb(e){const{hydrated:t,values:r,deferred:o,plugins:a}=this;let s;const u=[[e,f=>{s=f}]];let c=[];for(;u.length>0;){const[f,d]=u.pop();switch(f){case Z_:d(void 0);continue;case Dv:d(null);continue;case X_:d(NaN);continue;case q_:d(1/0);continue;case Q_:d(-1/0);continue;case J_:d(-0);continue}if(t[f]){d(t[f]);continue}const h=r[f];if(!h||typeof h!="object"){t[f]=h,d(h);continue}if(Array.isArray(h))if(typeof h[0]=="string"){const[y,v,b]=h;switch(y){case tb:d(t[f]=new Date(v));continue;case ib:d(t[f]=new URL(v));continue;case eb:d(t[f]=BigInt(v));continue;case nb:d(t[f]=new RegExp(v,b));continue;case ob:d(t[f]=Symbol.for(v));continue;case Fv:const S=new Set;t[f]=S;for(let P=h.length-1;P>0;P--)u.push([h[P],A=>{S.add(A)}]);d(S);continue;case Iv:const E=new Map;t[f]=E;for(let P=h.length-2;P>0;P-=2){const A=[];u.push([h[P+1],O=>{A[1]=O}]),u.push([h[P],O=>{A[0]=O}]),c.push(()=>{E.set(A[0],A[1])})}d(E);continue;case rb:const _=Object.create(null);t[f]=_;for(const P of Object.keys(v).reverse()){const A=[];u.push([v[P],O=>{A[1]=O}]),u.push([Number(P.slice(1)),O=>{A[0]=O}]),c.push(()=>{_[A[0]]=A[1]})}d(_);continue;case Vc:if(t[v])d(t[f]=t[v]);else{const P=new ab;o[v]=P,d(t[f]=P.promise)}continue;case Bc:const[,x,T]=h;let C=T&&zv&&zv[T]?new zv[T](x):new Error(x);t[f]=C,d(C);continue;case jv:d(t[f]=t[v]);continue;default:if(Array.isArray(a)){const P=[],A=h.slice(1);for(let O=0;O<A.length;O++){const F=A[O];u.push([F,N=>{P[O]=N}])}c.push(()=>{for(const O of a){const F=O(h[0],...P);if(F){d(t[f]=F.value);return}}throw new SyntaxError});continue}throw new SyntaxError}}else{const y=[];t[f]=y;for(let v=0;v<h.length;v++){const b=h[v];b!==K_&&u.push([b,S=>{y[v]=S}])}d(y);continue}else{const y={};t[f]=y;for(const v of Object.keys(h).reverse()){const b=[];u.push([h[v],S=>{b[1]=S}]),u.push([Number(v.slice(1)),S=>{b[0]=S}]),c.push(()=>{y[b[0]]=b[1]})}d(y);continue}}for(;c.length>0;)c.pop()();return s}async function jO(e,t){const{plugins:r}=t??{},o=new ab,a=e.pipeThrough(NO()).getReader(),s={values:[],hydrated:[],deferred:{},plugins:r},u=await zO.call(s,a);let c=o.promise;return u.done?o.resolve():c=UO.call(s,a).then(o.resolve).catch(f=>{for(const d of Object.values(s.deferred))d.reject(f);o.reject(f)}),{done:c.then(()=>a.closed),value:u.value}}async function zO(e){const t=await e.read();if(!t.value)throw new SyntaxError;let r;try{r=JSON.parse(t.value)}catch{throw new SyntaxError}return{done:t.done,value:Uv.call(this,r)}}async function UO(e){let t=await e.read();for(;!t.done;){if(!t.value)continue;const r=t.value;switch(r[0]){case Vc:{const o=r.indexOf(":"),a=Number(r.slice(1,o)),s=this.deferred[a];if(!s)throw new Error(`Deferred ID ${a} not found in stream`);const u=r.slice(o+1);let c;try{c=JSON.parse(u)}catch{throw new SyntaxError}const f=Uv.call(this,c);s.resolve(f);break}case Bc:{const o=r.indexOf(":"),a=Number(r.slice(1,o)),s=this.deferred[a];if(!s)throw new Error(`Deferred ID ${a} not found in stream`);const u=r.slice(o+1);let c;try{c=JSON.parse(u)}catch{throw new SyntaxError}const f=Uv.call(this,c);s.reject(f);break}default:throw new SyntaxError}t=await e.read()}}function $O(e,t){const{plugins:r,postPlugins:o,signal:a}=t??{},s={deferred:{},index:0,indices:new Map,stringified:[],plugins:r,postPlugins:o,signal:a},u=new TextEncoder;let c=0;return new ReadableStream({async start(d){const h=Bo.call(s,e);if(Array.isArray(h))throw new Error("This should never happen");h<0?d.enqueue(u.encode(`${h}
|
|
84
84
|
`)):(d.enqueue(u.encode(`[${s.stringified.join(",")}]
|
|
85
|
-
`)),c=s.stringified.length-1);const y=new WeakSet;if(Object.keys(s.deferred).length){let v;const
|
|
85
|
+
`)),c=s.stringified.length-1);const y=new WeakSet;if(Object.keys(s.deferred).length){let v;const b=new Promise((S,E)=>{if(v=S,a){const _=()=>E(a.reason||new Error("Signal was aborted."));a.aborted?_():a.addEventListener("abort",x=>{_()})}});for(;Object.keys(s.deferred).length>0;){for(const[S,E]of Object.entries(s.deferred))y.has(E)||y.add(s.deferred[Number(S)]=Promise.race([b,E]).then(_=>{const x=Bo.call(s,_);if(Array.isArray(x))d.enqueue(u.encode(`${Vc}${S}:[["${jv}",${x[0]}]]
|
|
86
|
+
`)),s.index++,c++;else if(x<0)d.enqueue(u.encode(`${Vc}${S}:${x}
|
|
87
|
+
`));else{const T=s.stringified.slice(c+1).join(",");d.enqueue(u.encode(`${Vc}${S}:[${T}]
|
|
88
|
+
`)),c=s.stringified.length-1}},_=>{(!_||typeof _!="object"||!(_ instanceof Error))&&(_=new Error("An unknown error occurred"));const x=Bo.call(s,_);if(Array.isArray(x))d.enqueue(u.encode(`${Bc}${S}:[["${jv}",${x[0]}]]
|
|
86
89
|
`)),s.index++,c++;else if(x<0)d.enqueue(u.encode(`${Bc}${S}:${x}
|
|
87
90
|
`));else{const T=s.stringified.slice(c+1).join(",");d.enqueue(u.encode(`${Bc}${S}:[${T}]
|
|
88
|
-
`)),c=s.stringified.length-1}},b=>{(!b||typeof b!="object"||!(b instanceof Error))&&(b=new Error("An unknown error occurred"));const x=Bo.call(s,b);if(Array.isArray(x))d.enqueue(u.encode(`${Hc}${S}:[["${jv}",${x[0]}]]
|
|
89
|
-
`)),s.index++,c++;else if(x<0)d.enqueue(u.encode(`${Hc}${S}:${x}
|
|
90
|
-
`));else{const T=s.stringified.slice(c+1).join(",");d.enqueue(u.encode(`${Hc}${S}:[${T}]
|
|
91
|
-
`)),c=s.stringified.length-1}}).finally(()=>{delete s.deferred[Number(S)]}));await Promise.race(Object.values(s.deferred))}v()}await Promise.all(Object.values(s.deferred)),d.close()}})}async function sb(e){let t={signal:e.signal};if(e.method!=="GET"){t.method=e.method;let r=e.headers.get("Content-Type");r&&/\bapplication\/json\b/.test(r)?(t.headers={"Content-Type":r},t.body=JSON.stringify(await e.json())):r&&/\btext\/plain\b/.test(r)?(t.headers={"Content-Type":r},t.body=await e.text()):r&&/\bapplication\/x-www-form-urlencoded\b/.test(r)?t.body=new URLSearchParams(await e.text()):t.body=await e.formData()}return t}var $O={"&":"\\u0026",">":"\\u003e","<":"\\u003c","\u2028":"\\u2028","\u2029":"\\u2029"},HO=/[&><\u2028\u2029]/g;function BO(e){return e.replace(HO,t=>$O[t])}function lb(e){return{__html:e}}function In(e,t){if(e===!1||e===null||typeof e>"u")throw new Error(t)}var Ka=Symbol("SingleFetchRedirect"),ub=class extends Error{},$v=202,cb=new Set([100,101,204,205]);function fb({context:e,identifier:t,reader:r,textDecoder:o,nonce:a}){if(!e.renderMeta||!e.renderMeta.didRenderScripts)return null;e.renderMeta.streamCache||(e.renderMeta.streamCache={});let{streamCache:s}=e.renderMeta,u=s[t];if(u||(u=s[t]=r.read().then(h=>{s[t].result={done:h.done,value:o.decode(h.value,{stream:!0})}}).catch(h=>{s[t].error=h})),u.error)throw u.error;if(u.result===void 0)throw u;let{done:c,value:f}=u.result,d=f?g.createElement("script",{nonce:a,dangerouslySetInnerHTML:{__html:`window.__reactRouterContext.streamController.enqueue(${BO(JSON.stringify(f))});`}}):null;return c?g.createElement(g.Fragment,null,d,g.createElement("script",{nonce:a,dangerouslySetInnerHTML:{__html:"window.__reactRouterContext.streamController.close();"}})):g.createElement(g.Fragment,null,d,g.createElement(g.Suspense,null,g.createElement(fb,{context:e,identifier:t+1,reader:r,textDecoder:o,nonce:a})))}function db(e,t,r,o,a){let s=pb(e,u=>{let c=t.routes[u.route.id];In(c,"Route not found in manifest");let f=r[u.route.id];return{hasLoader:c.hasLoader,hasClientLoader:c.hasClientLoader,hasShouldRevalidate:!!f?.shouldRevalidate}},KO,o,a);return async u=>u.unstable_runClientMiddleware(s)}function pb(e,t,r,o,a,s=()=>!0){return async u=>{let{request:c,matches:f,fetcherKey:d}=u,h=e();if(c.method!=="GET")return VO(u,r,a);let y=f.some(v=>{let{hasLoader:_,hasClientLoader:S}=t(v);return v.unstable_shouldCallHandler()&&_&&!S});return!o&&!y?WO(u,t,r,a):d?XO(u,r,a):GO(u,h,t,r,o,a,s)}}async function VO(e,t,r){let o=e.matches.find(u=>u.unstable_shouldCallHandler());In(o,"No action match found");let a,s=await o.resolve(async u=>await u(async()=>{let{data:f,status:d}=await t(e,r,[o.route.id]);return a=d,Zd(f,o.route.id)}));return kr(s.result)||Kr(s.result)||Vs(s.result)?{[o.route.id]:s}:{[o.route.id]:{type:s.type,result:HS(s.result,a)}}}async function WO(e,t,r,o){let a=e.matches.filter(u=>u.unstable_shouldCallHandler()),s={};return await Promise.all(a.map(u=>u.resolve(async c=>{try{let{hasClientLoader:f}=t(u),d=u.route.id,h=f?await c(async()=>{let{data:y}=await r(e,o,[d]);return Zd(y,d)}):await c();s[u.route.id]={type:"data",result:h}}catch(f){s[u.route.id]={type:"error",result:f}}}))),s}async function GO(e,t,r,o,a,s,u=()=>!0){let c=new Set,f=!1,d=e.matches.map(()=>mb()),h=mb(),y={},v=Promise.all(e.matches.map(async(S,E)=>S.resolve(async b=>{d[E].resolve();let x=S.route.id,{hasLoader:T,hasClientLoader:C,hasShouldRevalidate:P}=r(S),A=!S.unstable_shouldRevalidateArgs||S.unstable_shouldRevalidateArgs.actionStatus==null||S.unstable_shouldRevalidateArgs.actionStatus<400;if(!S.unstable_shouldCallHandler(A)){f||(f=S.unstable_shouldRevalidateArgs!=null&&T&&P===!0);return}if(u(S)&&C){T&&(f=!0);try{let F=await b(async()=>{let{data:N}=await o(e,s,[x]);return Zd(N,x)});y[x]={type:"data",result:F}}catch(F){y[x]={type:"error",result:F}}return}T&&c.add(x);try{let F=await b(async()=>{let N=await h.promise;return Zd(N,x)});y[x]={type:"data",result:F}}catch(F){y[x]={type:"error",result:F}}})));if(await Promise.all(d.map(S=>S.promise)),(!t.state.initialized&&t.state.navigation.state==="idle"||c.size===0)&&!window.__reactRouterHdrActive)h.resolve({routes:{}});else{let S=a&&f&&c.size>0?[...c.keys()]:void 0;try{let E=await o(e,s,S);h.resolve(E.data)}catch(E){h.reject(E)}}return await v,await YO(h.promise,e.matches,c,y),y}async function YO(e,t,r,o){try{let a,s=await e;if("routes"in s){for(let u of t)if(u.route.id in s.routes){let c=s.routes[u.route.id];if("error"in c){a=c.error,o[u.route.id]?.result==null&&(o[u.route.id]={type:"error",result:a});break}}}a!==void 0&&Array.from(r.values()).forEach(u=>{o[u].result instanceof ub&&(o[u].result=a)})}catch{}}async function XO(e,t,r){let o=e.matches.find(u=>u.unstable_shouldCallHandler());In(o,"No fetcher match found");let a=o.route.id,s=await o.resolve(async u=>u(async()=>{let{data:c}=await t(e,r,[a]);return Zd(c,a)}));return{[o.route.id]:s}}function hb(e){let t=e.searchParams.getAll("index");e.searchParams.delete("index");let r=[];for(let o of t)o&&r.push(o);for(let o of r)e.searchParams.append("index",o);return e}function Hv(e,t,r){let o=typeof e=="string"?new URL(e,typeof window>"u"?"server://singlefetch/":window.location.origin):e;return o.pathname==="/"?o.pathname=`_root.${r}`:t&&on(o.pathname,t)==="/"?o.pathname=`${t.replace(/\/$/,"")}/_root.${r}`:o.pathname=`${o.pathname.replace(/\/$/,"")}.${r}`,o}async function KO(e,t,r){let{request:o}=e,a=Hv(o.url,t,"data");o.method==="GET"&&(a=hb(a),r&&a.searchParams.set("_routes",r.join(",")));let s=await fetch(a,await sb(o));if(s.status===404&&!s.headers.has("X-Remix-Response"))throw new pn(404,"Not Found",!0);if(s.status===204&&s.headers.has("X-Remix-Redirect"))return{status:$v,data:{redirect:{redirect:s.headers.get("X-Remix-Redirect"),status:Number(s.headers.get("X-Remix-Status")||"302"),revalidate:s.headers.get("X-Remix-Revalidate")==="true",reload:s.headers.get("X-Remix-Reload-Document")==="true",replace:s.headers.get("X-Remix-Replace")==="true"}}};if(cb.has(s.status)){let u={};return r&&o.method!=="GET"&&(u[r[0]]={data:void 0}),{status:s.status,data:{routes:u}}}In(s.body,"No response body to decode");try{let u=await Ym(s.body,window),c;if(o.method==="GET"){let f=u.value;Ka in f?c={redirect:f[Ka]}:c={routes:f}}else{let f=u.value,d=r?.[0];In(d,"No routeId found for single fetch call decoding"),"redirect"in f?c={redirect:f}:c={routes:{[d]:f}}}return{status:s.status,data:c}}catch{throw new Error("Unable to decode turbo-stream response")}}function Ym(e,t){return FO(e,{plugins:[(r,...o)=>{if(r==="SanitizedError"){let[a,s,u]=o,c=Error;a&&a in t&&typeof t[a]=="function"&&(c=t[a]);let f=new c(s);return f.stack=u,{value:f}}if(r==="ErrorResponse"){let[a,s,u]=o;return{value:new pn(s,u,a)}}if(r==="SingleFetchRedirect")return{value:{[Ka]:o[0]}};if(r==="SingleFetchClassInstance")return{value:o[0]};if(r==="SingleFetchFallback")return{value:void 0}}]})}function Zd(e,t){if("redirect"in e){let{redirect:o,revalidate:a,reload:s,replace:u,status:c}=e.redirect;throw $d(o,{status:c,headers:{...a?{"X-Remix-Revalidate":"yes"}:null,...s?{"X-Remix-Reload-Document":"yes"}:null,...u?{"X-Remix-Replace":"yes"}:null}})}let r=e.routes[t];if(r==null)throw new ub(`No result found for routeId "${t}"`);if("error"in r)throw r.error;if("data"in r)return r.data;throw new Error(`Invalid response found for routeId "${t}"`)}function mb(){let e,t,r=new Promise((o,a)=>{e=async s=>{o(s);try{await r}catch{}},t=async s=>{a(s);try{await r}catch{}}});return{promise:r,resolve:e,reject:t}}async function yb(e,t){if(e.id in t)return t[e.id];try{let r=await import(e.module);return t[e.id]=r,r}catch(r){return console.error(`Error loading route module \`${e.module}\`, reloading page...`),console.error(r),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise(()=>{})}}function JO(e,t,r){let o=e.map(s=>{let u=t[s.route.id],c=r.routes[s.route.id];return[c&&c.css?c.css.map(f=>({rel:"stylesheet",href:f})):[],u?.links?.()||[]]}).flat(2),a=Vv(e,r);return _b(o,a)}function gb(e){return e.css?e.css.map(t=>({rel:"stylesheet",href:t})):[]}async function QO(e){if(!e.css)return;let t=gb(e);await Promise.all(t.map(wb))}async function vb(e,t){if(!e.css&&!t.links||!rk())return;let r=[];if(e.css&&r.push(...gb(e)),t.links&&r.push(...t.links()),r.length===0)return;let o=[];for(let a of r)!Bv(a)&&a.rel==="stylesheet"&&o.push({...a,rel:"preload",as:"style"});await Promise.all(o.map(wb))}async function wb(e){return new Promise(t=>{if(e.media&&!window.matchMedia(e.media).matches||document.querySelector(`link[rel="stylesheet"][href="${e.href}"]`))return t();let r=document.createElement("link");Object.assign(r,e);function o(){document.head.contains(r)&&document.head.removeChild(r)}r.onload=()=>{o(),t()},r.onerror=()=>{o(),t()},document.head.appendChild(r)})}function Bv(e){return e!=null&&typeof e.page=="string"}function qO(e){return e==null?!1:e.href==null?e.rel==="preload"&&typeof e.imageSrcSet=="string"&&typeof e.imageSizes=="string":typeof e.rel=="string"&&typeof e.href=="string"}async function ZO(e,t,r){let o=await Promise.all(e.map(async a=>{let s=t.routes[a.route.id];if(s){let u=await yb(s,r);return u.links?u.links():[]}return[]}));return _b(o.flat(1).filter(qO).filter(a=>a.rel==="stylesheet"||a.rel==="preload").map(a=>a.rel==="stylesheet"?{...a,rel:"prefetch",as:"style"}:{...a,rel:"prefetch"}))}function Sb(e,t,r,o,a,s){let u=(f,d)=>r[d]?f.route.id!==r[d].route.id:!0,c=(f,d)=>r[d].pathname!==f.pathname||r[d].route.path?.endsWith("*")&&r[d].params["*"]!==f.params["*"];return s==="assets"?t.filter((f,d)=>u(f,d)||c(f,d)):s==="data"?t.filter((f,d)=>{let h=o.routes[f.route.id];if(!h||!h.hasLoader)return!1;if(u(f,d)||c(f,d))return!0;if(f.route.shouldRevalidate){let y=f.route.shouldRevalidate({currentUrl:new URL(a.pathname+a.search+a.hash,window.origin),currentParams:r[0]?.params||{},nextUrl:new URL(e,window.origin),nextParams:f.params,defaultShouldRevalidate:!0});if(typeof y=="boolean")return y}return!0}):[]}function Vv(e,t,{includeHydrateFallback:r}={}){return ek(e.map(o=>{let a=t.routes[o.route.id];if(!a)return[];let s=[a.module];return a.clientActionModule&&(s=s.concat(a.clientActionModule)),a.clientLoaderModule&&(s=s.concat(a.clientLoaderModule)),r&&a.hydrateFallbackModule&&(s=s.concat(a.hydrateFallbackModule)),a.imports&&(s=s.concat(a.imports)),s}).flat(1))}function ek(e){return[...new Set(e)]}function tk(e){let t={},r=Object.keys(e).sort();for(let o of r)t[o]=e[o];return t}function _b(e,t){let r=new Set,o=new Set(t);return e.reduce((a,s)=>{if(t&&!Bv(s)&&s.as==="script"&&s.href&&o.has(s.href))return a;let c=JSON.stringify(tk(s));return r.has(c)||(r.add(c),a.push({key:c,link:s})),a},[])}var Xm;function rk(){if(Xm!==void 0)return Xm;let e=document.createElement("link");return Xm=e.relList.supports("preload"),e=null,Xm}function nk(){return g.createElement(qv,{title:"Loading...",renderScripts:!0},Xa?g.createElement("script",{dangerouslySetInnerHTML:{__html:`
|
|
91
|
+
`)),c=s.stringified.length-1}}).finally(()=>{delete s.deferred[Number(S)]}));await Promise.race(Object.values(s.deferred))}v()}await Promise.all(Object.values(s.deferred)),d.close()}})}async function lb(e){let t={signal:e.signal};if(e.method!=="GET"){t.method=e.method;let r=e.headers.get("Content-Type");r&&/\bapplication\/json\b/.test(r)?(t.headers={"Content-Type":r},t.body=JSON.stringify(await e.json())):r&&/\btext\/plain\b/.test(r)?(t.headers={"Content-Type":r},t.body=await e.text()):r&&/\bapplication\/x-www-form-urlencoded\b/.test(r)?t.body=new URLSearchParams(await e.text()):t.body=await e.formData()}return t}var HO={"&":"\\u0026",">":"\\u003e","<":"\\u003c","\u2028":"\\u2028","\u2029":"\\u2029"},BO=/[&><\u2028\u2029]/g;function $v(e){return e.replace(BO,t=>HO[t])}function In(e,t){if(e===!1||e===null||typeof e>"u")throw new Error(t)}var Xa=Symbol("SingleFetchRedirect"),ub=class extends Error{},Hv=202,cb=new Set([100,101,204,205]);function fb({context:e,identifier:t,reader:r,textDecoder:o,nonce:a}){if(!e.renderMeta||!e.renderMeta.didRenderScripts)return null;e.renderMeta.streamCache||(e.renderMeta.streamCache={});let{streamCache:s}=e.renderMeta,u=s[t];if(u||(u=s[t]=r.read().then(h=>{s[t].result={done:h.done,value:o.decode(h.value,{stream:!0})}}).catch(h=>{s[t].error=h})),u.error)throw u.error;if(u.result===void 0)throw u;let{done:c,value:f}=u.result,d=f?g.createElement("script",{nonce:a,dangerouslySetInnerHTML:{__html:`window.__reactRouterContext.streamController.enqueue(${$v(JSON.stringify(f))});`}}):null;return c?g.createElement(g.Fragment,null,d,g.createElement("script",{nonce:a,dangerouslySetInnerHTML:{__html:"window.__reactRouterContext.streamController.close();"}})):g.createElement(g.Fragment,null,d,g.createElement(g.Suspense,null,g.createElement(fb,{context:e,identifier:t+1,reader:r,textDecoder:o,nonce:a})))}function db(e,t,r,o,a){let s=pb(e,u=>{let c=t.routes[u.route.id];In(c,"Route not found in manifest");let f=r[u.route.id];return{hasLoader:c.hasLoader,hasClientLoader:c.hasClientLoader,hasShouldRevalidate:!!f?.shouldRevalidate}},XO,o,a);return async u=>u.runClientMiddleware(s)}function pb(e,t,r,o,a,s=()=>!0){return async u=>{let{request:c,matches:f,fetcherKey:d}=u,h=e();if(c.method!=="GET")return VO(u,r,a);let y=f.some(v=>{let{hasLoader:b,hasClientLoader:S}=t(v);return v.unstable_shouldCallHandler()&&b&&!S});return!o&&!y?WO(u,t,r,a):d?KO(u,r,a):GO(u,h,t,r,o,a,s)}}async function VO(e,t,r){let o=e.matches.find(u=>u.unstable_shouldCallHandler());In(o,"No action match found");let a,s=await o.resolve(async u=>await u(async()=>{let{data:f,status:d}=await t(e,r,[o.route.id]);return a=d,qd(f,o.route.id)}));return kr(s.result)||Xr(s.result)||Vs(s.result)?{[o.route.id]:s}:{[o.route.id]:{type:s.type,result:BS(s.result,a)}}}async function WO(e,t,r,o){let a=e.matches.filter(u=>u.unstable_shouldCallHandler()),s={};return await Promise.all(a.map(u=>u.resolve(async c=>{try{let{hasClientLoader:f}=t(u),d=u.route.id,h=f?await c(async()=>{let{data:y}=await r(e,o,[d]);return qd(y,d)}):await c();s[u.route.id]={type:"data",result:h}}catch(f){s[u.route.id]={type:"error",result:f}}}))),s}async function GO(e,t,r,o,a,s,u=()=>!0){let c=new Set,f=!1,d=e.matches.map(()=>mb()),h=mb(),y={},v=Promise.all(e.matches.map(async(S,E)=>S.resolve(async _=>{d[E].resolve();let x=S.route.id,{hasLoader:T,hasClientLoader:C,hasShouldRevalidate:P}=r(S),A=!S.unstable_shouldRevalidateArgs||S.unstable_shouldRevalidateArgs.actionStatus==null||S.unstable_shouldRevalidateArgs.actionStatus<400;if(!S.unstable_shouldCallHandler(A)){f||(f=S.unstable_shouldRevalidateArgs!=null&&T&&P===!0);return}if(u(S)&&C){T&&(f=!0);try{let F=await _(async()=>{let{data:N}=await o(e,s,[x]);return qd(N,x)});y[x]={type:"data",result:F}}catch(F){y[x]={type:"error",result:F}}return}T&&c.add(x);try{let F=await _(async()=>{let N=await h.promise;return qd(N,x)});y[x]={type:"data",result:F}}catch(F){y[x]={type:"error",result:F}}})));if(await Promise.all(d.map(S=>S.promise)),(!t.state.initialized&&t.state.navigation.state==="idle"||c.size===0)&&!window.__reactRouterHdrActive)h.resolve({routes:{}});else{let S=a&&f&&c.size>0?[...c.keys()]:void 0;try{let E=await o(e,s,S);h.resolve(E.data)}catch(E){h.reject(E)}}return await v,await YO(h.promise,e.matches,c,y),y}async function YO(e,t,r,o){try{let a,s=await e;if("routes"in s){for(let u of t)if(u.route.id in s.routes){let c=s.routes[u.route.id];if("error"in c){a=c.error,o[u.route.id]?.result==null&&(o[u.route.id]={type:"error",result:a});break}}}a!==void 0&&Array.from(r.values()).forEach(u=>{o[u].result instanceof ub&&(o[u].result=a)})}catch{}}async function KO(e,t,r){let o=e.matches.find(u=>u.unstable_shouldCallHandler());In(o,"No fetcher match found");let a=o.route.id,s=await o.resolve(async u=>u(async()=>{let{data:c}=await t(e,r,[a]);return qd(c,a)}));return{[o.route.id]:s}}function hb(e){let t=e.searchParams.getAll("index");e.searchParams.delete("index");let r=[];for(let o of t)o&&r.push(o);for(let o of r)e.searchParams.append("index",o);return e}function Bv(e,t,r){let o=typeof e=="string"?new URL(e,typeof window>"u"?"server://singlefetch/":window.location.origin):e;return o.pathname==="/"?o.pathname=`_root.${r}`:t&&on(o.pathname,t)==="/"?o.pathname=`${t.replace(/\/$/,"")}/_root.${r}`:o.pathname=`${o.pathname.replace(/\/$/,"")}.${r}`,o}async function XO(e,t,r){let{request:o}=e,a=Bv(o.url,t,"data");o.method==="GET"&&(a=hb(a),r&&a.searchParams.set("_routes",r.join(",")));let s=await fetch(a,await lb(o));if(s.status===404&&!s.headers.has("X-Remix-Response"))throw new pn(404,"Not Found",!0);if(s.status===204&&s.headers.has("X-Remix-Redirect"))return{status:Hv,data:{redirect:{redirect:s.headers.get("X-Remix-Redirect"),status:Number(s.headers.get("X-Remix-Status")||"302"),revalidate:s.headers.get("X-Remix-Revalidate")==="true",reload:s.headers.get("X-Remix-Reload-Document")==="true",replace:s.headers.get("X-Remix-Replace")==="true"}}};if(cb.has(s.status)){let u={};return r&&o.method!=="GET"&&(u[r[0]]={data:void 0}),{status:s.status,data:{routes:u}}}In(s.body,"No response body to decode");try{let u=await Ym(s.body,window),c;if(o.method==="GET"){let f=u.value;Xa in f?c={redirect:f[Xa]}:c={routes:f}}else{let f=u.value,d=r?.[0];In(d,"No routeId found for single fetch call decoding"),"redirect"in f?c={redirect:f}:c={routes:{[d]:f}}}return{status:s.status,data:c}}catch{throw new Error("Unable to decode turbo-stream response")}}function Ym(e,t){return jO(e,{plugins:[(r,...o)=>{if(r==="SanitizedError"){let[a,s,u]=o,c=Error;a&&a in t&&typeof t[a]=="function"&&(c=t[a]);let f=new c(s);return f.stack=u,{value:f}}if(r==="ErrorResponse"){let[a,s,u]=o;return{value:new pn(s,u,a)}}if(r==="SingleFetchRedirect")return{value:{[Xa]:o[0]}};if(r==="SingleFetchClassInstance")return{value:o[0]};if(r==="SingleFetchFallback")return{value:void 0}}]})}function qd(e,t){if("redirect"in e){let{redirect:o,revalidate:a,reload:s,replace:u,status:c}=e.redirect;throw $d(o,{status:c,headers:{...a?{"X-Remix-Revalidate":"yes"}:null,...s?{"X-Remix-Reload-Document":"yes"}:null,...u?{"X-Remix-Replace":"yes"}:null}})}let r=e.routes[t];if(r==null)throw new ub(`No result found for routeId "${t}"`);if("error"in r)throw r.error;if("data"in r)return r.data;throw new Error(`Invalid response found for routeId "${t}"`)}function mb(){let e,t,r=new Promise((o,a)=>{e=async s=>{o(s);try{await r}catch{}},t=async s=>{a(s);try{await r}catch{}}});return{promise:r,resolve:e,reject:t}}async function yb(e,t){if(e.id in t)return t[e.id];try{let r=await import(e.module);return t[e.id]=r,r}catch(r){return console.error(`Error loading route module \`${e.module}\`, reloading page...`),console.error(r),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise(()=>{})}}function QO(e,t,r){let o=e.map(s=>{let u=t[s.route.id],c=r.routes[s.route.id];return[c&&c.css?c.css.map(f=>({rel:"stylesheet",href:f})):[],u?.links?.()||[]]}).flat(2),a=Wv(e,r);return _b(o,a)}function gb(e){return e.css?e.css.map(t=>({rel:"stylesheet",href:t})):[]}async function JO(e){if(!e.css)return;let t=gb(e);await Promise.all(t.map(wb))}async function vb(e,t){if(!e.css&&!t.links||!rk())return;let r=[];if(e.css&&r.push(...gb(e)),t.links&&r.push(...t.links()),r.length===0)return;let o=[];for(let a of r)!Vv(a)&&a.rel==="stylesheet"&&o.push({...a,rel:"preload",as:"style"});await Promise.all(o.map(wb))}async function wb(e){return new Promise(t=>{if(e.media&&!window.matchMedia(e.media).matches||document.querySelector(`link[rel="stylesheet"][href="${e.href}"]`))return t();let r=document.createElement("link");Object.assign(r,e);function o(){document.head.contains(r)&&document.head.removeChild(r)}r.onload=()=>{o(),t()},r.onerror=()=>{o(),t()},document.head.appendChild(r)})}function Vv(e){return e!=null&&typeof e.page=="string"}function qO(e){return e==null?!1:e.href==null?e.rel==="preload"&&typeof e.imageSrcSet=="string"&&typeof e.imageSizes=="string":typeof e.rel=="string"&&typeof e.href=="string"}async function ZO(e,t,r){let o=await Promise.all(e.map(async a=>{let s=t.routes[a.route.id];if(s){let u=await yb(s,r);return u.links?u.links():[]}return[]}));return _b(o.flat(1).filter(qO).filter(a=>a.rel==="stylesheet"||a.rel==="preload").map(a=>a.rel==="stylesheet"?{...a,rel:"prefetch",as:"style"}:{...a,rel:"prefetch"}))}function Sb(e,t,r,o,a,s){let u=(f,d)=>r[d]?f.route.id!==r[d].route.id:!0,c=(f,d)=>r[d].pathname!==f.pathname||r[d].route.path?.endsWith("*")&&r[d].params["*"]!==f.params["*"];return s==="assets"?t.filter((f,d)=>u(f,d)||c(f,d)):s==="data"?t.filter((f,d)=>{let h=o.routes[f.route.id];if(!h||!h.hasLoader)return!1;if(u(f,d)||c(f,d))return!0;if(f.route.shouldRevalidate){let y=f.route.shouldRevalidate({currentUrl:new URL(a.pathname+a.search+a.hash,window.origin),currentParams:r[0]?.params||{},nextUrl:new URL(e,window.origin),nextParams:f.params,defaultShouldRevalidate:!0});if(typeof y=="boolean")return y}return!0}):[]}function Wv(e,t,{includeHydrateFallback:r}={}){return ek(e.map(o=>{let a=t.routes[o.route.id];if(!a)return[];let s=[a.module];return a.clientActionModule&&(s=s.concat(a.clientActionModule)),a.clientLoaderModule&&(s=s.concat(a.clientLoaderModule)),r&&a.hydrateFallbackModule&&(s=s.concat(a.hydrateFallbackModule)),a.imports&&(s=s.concat(a.imports)),s}).flat(1))}function ek(e){return[...new Set(e)]}function tk(e){let t={},r=Object.keys(e).sort();for(let o of r)t[o]=e[o];return t}function _b(e,t){let r=new Set,o=new Set(t);return e.reduce((a,s)=>{if(t&&!Vv(s)&&s.as==="script"&&s.href&&o.has(s.href))return a;let c=JSON.stringify(tk(s));return r.has(c)||(r.add(c),a.push({key:c,link:s})),a},[])}var Km;function rk(){if(Km!==void 0)return Km;let e=document.createElement("link");return Km=e.relList.supports("preload"),e=null,Km}function nk(){return g.createElement(Zv,{title:"Loading...",renderScripts:!0},Ka?g.createElement("script",{dangerouslySetInnerHTML:{__html:`
|
|
92
92
|
console.log(
|
|
93
93
|
"\u{1F4BF} Hey developer \u{1F44B}. You can provide a way better UX than this " +
|
|
94
94
|
"when your app is loading JS modules and/or running \`clientLoader\` " +
|
|
95
95
|
"functions. Check out https://reactrouter.com/start/framework/route-module#hydratefallback " +
|
|
96
96
|
"for more information."
|
|
97
97
|
);
|
|
98
|
-
`}}):null)}function Wv(e){let t={};return Object.values(e).forEach(r=>{if(r){let o=r.parentId||"";t[o]||(t[o]=[]),t[o].push(r)}}),t}function bb(e,t,r){let o=Tb(t),a=t.HydrateFallback&&(!r||e.id==="root")?t.HydrateFallback:e.id==="root"?nk:void 0,s=t.ErrorBoundary?t.ErrorBoundary:e.id==="root"?()=>g.createElement(Nb,{error:Kd()}):void 0;return e.id==="root"&&t.Layout?{...o?{element:g.createElement(t.Layout,null,g.createElement(o,null))}:{Component:o},...s?{errorElement:g.createElement(t.Layout,null,g.createElement(s,null))}:{ErrorBoundary:s},...a?{hydrateFallbackElement:g.createElement(t.Layout,null,g.createElement(a,null))}:{HydrateFallback:a}}:{Component:o,ErrorBoundary:s,HydrateFallback:a}}function Eb(e,t,r,o,a="",s=Wv(e),u=Promise.resolve({Component:()=>null})){return(s[a]||[]).map(c=>{let f=t[c.id];In(f,"No `routeModule` available to create server routes");let d={...bb(c,f,o),caseSensitive:c.caseSensitive,id:c.id,index:c.index,path:c.path,handle:f.handle,lazy:o?()=>u:void 0,loader:c.hasLoader||c.hasClientLoader?()=>null:void 0},h=Eb(e,t,r,o,c.id,s,u);return h.length>0&&(d.children=h),d})}function Rb(e,t,r,o,a,s){return ep(t,r,o,a,s,"",Wv(t),e)}function Km(e,t){if(e==="loader"&&!t.hasLoader||e==="action"&&!t.hasAction){let o=`You are trying to call ${e==="action"?"serverAction()":"serverLoader()"} on a route that does not have a server ${e} (routeId: "${t.id}")`;throw console.error(o),new pn(400,"Bad Request",new Error(o),!0)}}function Jm(e,t){let r=e==="clientAction"?"a":"an",o=`Route "${t}" does not have ${r} ${e}, but you are trying to submit to it. To fix this, please add ${r} \`${e}\` function to the route`;throw console.error(o),new pn(405,"Method Not Allowed",new Error(o),!0)}function ep(e,t,r,o,a,s="",u=Wv(e),c){return(u[s]||[]).map(f=>{let d=t[f.id];function h(T){return In(typeof T=="function","No single fetch function available for route handler"),T()}function y(T){return f.hasLoader?h(T):Promise.resolve(null)}function v(T){if(!f.hasAction)throw Jm("action",f.id);return h(T)}function _(T){import(T)}function S(T){T.clientActionModule&&_(T.clientActionModule),T.clientLoaderModule&&_(T.clientLoaderModule)}async function E(T){let C=t[f.id],P=C?vb(f,C):Promise.resolve();try{return T()}finally{await P}}let b={id:f.id,index:f.index,path:f.path};if(d){Object.assign(b,{...b,...bb(f,d,a),unstable_middleware:d.unstable_clientMiddleware,handle:d.handle,shouldRevalidate:xb(b.path,d,f,o,c)});let T=r&&r.loaderData&&f.id in r.loaderData,C=T?r?.loaderData?.[f.id]:void 0,P=r&&r.errors&&f.id in r.errors,A=P?r?.errors?.[f.id]:void 0,O=c==null&&(d.clientLoader?.hydrate===!0||!f.hasLoader);b.loader=async({request:F,params:N,context:X},ce)=>{try{return await E(async()=>(In(d,"No `routeModule` available for critical-route loader"),d.clientLoader?d.clientLoader({request:F,params:N,context:X,async serverLoader(){if(Km("loader",f),O){if(T)return C;if(P)throw A}return y(ce)}}):y(ce)))}finally{O=!1}},b.loader.hydrate=Vc(f.id,d.clientLoader,f.hasLoader,a),b.action=({request:F,params:N,context:X},ce)=>E(async()=>{if(In(d,"No `routeModule` available for critical-route action"),!d.clientAction){if(a)throw Jm("clientAction",f.id);return v(ce)}return d.clientAction({request:F,params:N,context:X,async serverAction(){return Km("action",f),v(ce)}})})}else{f.hasClientLoader||(b.loader=(P,A)=>E(()=>y(A))),f.hasClientAction||(b.action=(P,A)=>E(()=>{if(a)throw Jm("clientAction",f.id);return v(A)}));let T;async function C(){return T?await T:(T=(async()=>{(f.clientLoaderModule||f.clientActionModule)&&await new Promise(A=>setTimeout(A,0));let P=ik(f,t);return S(f),await P})(),await T)}b.lazy={loader:f.hasClientLoader?async()=>{let{clientLoader:P}=f.clientLoaderModule?await import(f.clientLoaderModule):await C();return In(P,"No `clientLoader` export found"),(A,O)=>P({...A,async serverLoader(){return Km("loader",f),y(O)}})}:void 0,action:f.hasClientAction?async()=>{let P=f.clientActionModule?import(f.clientActionModule):C();S(f);let{clientAction:A}=await P;return In(A,"No `clientAction` export found"),(O,F)=>A({...O,async serverAction(){return Km("action",f),v(F)}})}:void 0,unstable_middleware:f.hasClientMiddleware?async()=>{let{unstable_clientMiddleware:P}=f.clientMiddlewareModule?await import(f.clientMiddlewareModule):await C();return In(P,"No `unstable_clientMiddleware` export found"),P}:void 0,shouldRevalidate:async()=>{let P=await C();return xb(b.path,P,f,o,c)},handle:async()=>(await C()).handle,Component:async()=>(await C()).Component,ErrorBoundary:f.hasErrorBoundary?async()=>(await C()).ErrorBoundary:void 0}}let x=ep(e,t,r,o,a,f.id,u,c);return x.length>0&&(b.children=x),b})}function xb(e,t,r,o,a){if(a)return ok(r.id,t.shouldRevalidate,a);if(!o&&r.hasLoader&&!r.hasClientLoader){let s=e?jS(e)[1].map(c=>c.paramName):[];const u=c=>s.some(f=>c.currentParams[f]!==c.nextParams[f]);if(t.shouldRevalidate){let c=t.shouldRevalidate;return f=>c({...f,defaultShouldRevalidate:u(f)})}else return c=>u(c)}if(o&&t.shouldRevalidate){let s=t.shouldRevalidate;return u=>s({...u,defaultShouldRevalidate:!0})}return t.shouldRevalidate}function ok(e,t,r){let o=!1;return a=>o?t?t(a):a.defaultShouldRevalidate:(o=!0,r.has(e))}async function ik(e,t){let r=yb(e,t),o=QO(e),a=await r;return await Promise.all([o,vb(e,a)]),{Component:Tb(a),ErrorBoundary:a.ErrorBoundary,unstable_clientMiddleware:a.unstable_clientMiddleware,clientAction:a.clientAction,clientLoader:a.clientLoader,handle:a.handle,links:a.links,meta:a.meta,shouldRevalidate:a.shouldRevalidate}}function Tb(e){if(e.default==null)return;if(!(typeof e.default=="object"&&Object.keys(e.default).length===0))return e.default}function Vc(e,t,r,o){return o&&e!=="root"||t!=null&&(t.hydrate===!0||r!==!0)}var Qm=new Set,ak=1e3,qm=new Set,sk=7680;function Gv(e,t){return e.mode==="lazy"&&t===!0}function lk({sri:e,...t},r){let o=new Set(r.state.matches.map(c=>c.route.id)),a=r.state.location.pathname.split("/").filter(Boolean),s=["/"];for(a.pop();a.length>0;)s.push(`/${a.join("/")}`),a.pop();s.forEach(c=>{let f=ho(r.routes,c,r.basename);f&&f.forEach(d=>o.add(d.route.id))});let u=[...o].reduce((c,f)=>Object.assign(c,{[f]:t.routes[f]}),{});return{...t,routes:u,sri:e?!0:void 0}}function Cb(e,t,r,o,a,s){if(Gv(o,r))return async({path:u,patch:c,signal:f,fetcherKey:d})=>{qm.has(u)||await Ob([u],d?window.location.href:u,e,t,r,a,s,o.manifestPath,c,f)}}function Ab(e,t,r,o,a,s){g.useEffect(()=>{if(!Gv(a,o)||window.navigator?.connection?.saveData===!0)return;function u(h){let y=h.tagName==="FORM"?h.getAttribute("action"):h.getAttribute("href");if(!y)return;let v=h.tagName==="A"?h.pathname:new URL(y,window.location.origin).pathname;qm.has(v)||Qm.add(v)}async function c(){document.querySelectorAll("a[data-discover], form[data-discover]").forEach(u);let h=Array.from(Qm.keys()).filter(y=>qm.has(y)?(Qm.delete(y),!1):!0);if(h.length!==0)try{await Ob(h,null,t,r,o,s,e.basename,a.manifestPath,e.patchRoutes)}catch(y){console.error("Failed to fetch manifest patches",y)}}let f=ck(c,100);c();let d=new MutationObserver(()=>f());return d.observe(document.documentElement,{subtree:!0,childList:!0,attributes:!0,attributeFilter:["data-discover","href","action"]}),()=>d.disconnect()},[o,s,t,r,e,a])}function Pb(e,t){let r=e||"/__manifest";return t==null?r:`${t}${r}`.replace(/\/+/g,"/")}var Yv="react-router-manifest-version";async function Ob(e,t,r,o,a,s,u,c,f,d){const h=new URLSearchParams;e.sort().forEach(b=>h.append("p",b)),h.set("version",r.version);let y=new URL(Pb(c,u),window.location.origin);if(y.search=h.toString(),y.toString().length>sk){Qm.clear();return}let v;try{let b=await fetch(y,{signal:d});if(b.ok){if(b.status===204&&b.headers.has("X-Remix-Reload-Document")){if(!t)return;if(sessionStorage.getItem(Yv)===r.version){console.error("Unable to discover routes due to manifest version mismatch.");return}sessionStorage.setItem(Yv,r.version),window.location.href=t,await new Promise(()=>{})}else if(b.status>=400)throw new Error(await b.text())}else throw new Error(`${b.status} ${b.statusText}`);sessionStorage.removeItem(Yv),v=await b.json()}catch(b){if(d?.aborted)return;throw b}let _=new Set(Object.keys(r.routes)),S=Object.values(v).reduce((b,x)=>(x&&!_.has(x.id)&&(b[x.id]=x),b),{});Object.assign(r.routes,S),e.forEach(b=>uk(b,qm));let E=new Set;Object.values(S).forEach(b=>{b&&(!b.parentId||!S[b.parentId])&&E.add(b.parentId)}),E.forEach(b=>f(b||null,ep(S,o,null,a,s,b)))}function uk(e,t){if(t.size>=ak){let r=t.values().next().value;t.delete(r)}t.add(e)}function ck(e,t){let r;return(...o)=>{window.clearTimeout(r),r=window.setTimeout(()=>e(...o),t)}}function Xv(){let e=g.useContext(qi);return In(e,"You must render this element inside a <DataRouterContext.Provider> element"),e}function Zm(){let e=g.useContext(Gs);return In(e,"You must render this element inside a <DataRouterStateContext.Provider> element"),e}var Zi=g.createContext(void 0);Zi.displayName="FrameworkContext";function Wc(){let e=g.useContext(Zi);return In(e,"You must render this element inside a <HydratedRouter> element"),e}function fk(e,t){let r=g.useContext(Zi),[o,a]=g.useState(!1),[s,u]=g.useState(!1),{onFocus:c,onBlur:f,onMouseEnter:d,onMouseLeave:h,onTouchStart:y}=t,v=g.useRef(null);g.useEffect(()=>{if(e==="render"&&u(!0),e==="viewport"){let E=x=>{x.forEach(T=>{u(T.isIntersecting)})},b=new IntersectionObserver(E,{threshold:.5});return v.current&&b.observe(v.current),()=>{b.disconnect()}}},[e]),g.useEffect(()=>{if(o){let E=setTimeout(()=>{u(!0)},100);return()=>{clearTimeout(E)}}},[o]);let _=()=>{a(!0)},S=()=>{a(!1),u(!1)};return r?e!=="intent"?[s,v,{}]:[s,v,{onFocus:tp(c,_),onBlur:tp(f,S),onMouseEnter:tp(d,_),onMouseLeave:tp(h,S),onTouchStart:tp(y,_)}]:[!1,v,{}]}function tp(e,t){return r=>{e&&e(r),r.defaultPrevented||t(r)}}function Kv(e,t,r){if(r&&!ey)return[e[0]];if(t){let o=e.findIndex(a=>t[a.route.id]!==void 0);return e.slice(0,o+1)}return e}var kb="data-react-router-critical-css";function dk({nonce:e}){let{isSpaMode:t,manifest:r,routeModules:o,criticalCss:a}=Wc(),{errors:s,matches:u}=Zm(),c=Kv(u,s,t),f=g.useMemo(()=>JO(c,o,r),[c,o,r]);return g.createElement(g.Fragment,null,typeof a=="string"?g.createElement("style",{[kb]:"",dangerouslySetInnerHTML:{__html:a}}):null,typeof a=="object"?g.createElement("link",{[kb]:"",rel:"stylesheet",href:a.href,nonce:e}):null,f.map(({key:d,link:h})=>Bv(h)?g.createElement(Jv,{key:d,nonce:e,...h}):g.createElement("link",{key:d,nonce:e,...h})))}function Jv({page:e,...t}){let{router:r}=Xv(),o=g.useMemo(()=>ho(r.routes,e,r.basename),[r.routes,e,r.basename]);return o?g.createElement(hk,{page:e,matches:o,...t}):null}function pk(e){let{manifest:t,routeModules:r}=Wc(),[o,a]=g.useState([]);return g.useEffect(()=>{let s=!1;return ZO(e,t,r).then(u=>{s||a(u)}),()=>{s=!0}},[e,t,r]),o}function hk({page:e,matches:t,...r}){let o=go(),{manifest:a,routeModules:s}=Wc(),{basename:u}=Xv(),{loaderData:c,matches:f}=Zm(),d=g.useMemo(()=>Sb(e,t,f,a,o,"data"),[e,t,f,a,o]),h=g.useMemo(()=>Sb(e,t,f,a,o,"assets"),[e,t,f,a,o]),y=g.useMemo(()=>{if(e===o.pathname+o.search+o.hash)return[];let S=new Set,E=!1;if(t.forEach(x=>{let T=a.routes[x.route.id];!T||!T.hasLoader||(!d.some(C=>C.route.id===x.route.id)&&x.route.id in c&&s[x.route.id]?.shouldRevalidate||T.hasClientLoader?E=!0:S.add(x.route.id))}),S.size===0)return[];let b=Hv(e,u,"data");return E&&S.size>0&&b.searchParams.set("_routes",t.filter(x=>S.has(x.route.id)).map(x=>x.route.id).join(",")),[b.pathname+b.search]},[u,c,o,a,d,t,e,s]),v=g.useMemo(()=>Vv(h,a),[h,a]),_=pk(h);return g.createElement(g.Fragment,null,y.map(S=>g.createElement("link",{key:S,rel:"prefetch",as:"fetch",href:S,...r})),v.map(S=>g.createElement("link",{key:S,rel:"modulepreload",href:S,...r})),_.map(({key:S,link:E})=>g.createElement("link",{key:S,nonce:r.nonce,...E})))}function mk(){let{isSpaMode:e,routeModules:t}=Wc(),{errors:r,matches:o,loaderData:a}=Zm(),s=go(),u=Kv(o,r,e),c=null;r&&(c=r[u[u.length-1].route.id]);let f=[],d=null,h=[];for(let y=0;y<u.length;y++){let v=u[y],_=v.route.id,S=a[_],E=v.params,b=t[_],x=[],T={id:_,data:S,loaderData:S,meta:[],params:v.params,pathname:v.pathname,handle:v.route.handle,error:c};if(h[y]=T,b?.meta?x=typeof b.meta=="function"?b.meta({data:S,loaderData:S,params:E,location:s,matches:h,error:c}):Array.isArray(b.meta)?[...b.meta]:b.meta:d&&(x=[...d]),x=x||[],!Array.isArray(x))throw new Error("The route at "+v.route.path+` returns an invalid value. All route meta functions must return an array of meta objects.
|
|
98
|
+
`}}):null)}function Gv(e){let t={};return Object.values(e).forEach(r=>{if(r){let o=r.parentId||"";t[o]||(t[o]=[]),t[o].push(r)}}),t}function bb(e,t,r){let o=Tb(t),a=t.HydrateFallback&&(!r||e.id==="root")?t.HydrateFallback:e.id==="root"?nk:void 0,s=t.ErrorBoundary?t.ErrorBoundary:e.id==="root"?()=>g.createElement(Nb,{error:Kd()}):void 0;return e.id==="root"&&t.Layout?{...o?{element:g.createElement(t.Layout,null,g.createElement(o,null))}:{Component:o},...s?{errorElement:g.createElement(t.Layout,null,g.createElement(s,null))}:{ErrorBoundary:s},...a?{hydrateFallbackElement:g.createElement(t.Layout,null,g.createElement(a,null))}:{HydrateFallback:a}}:{Component:o,ErrorBoundary:s,HydrateFallback:a}}function Eb(e,t,r,o,a="",s=Gv(e),u=Promise.resolve({Component:()=>null})){return(s[a]||[]).map(c=>{let f=t[c.id];In(f,"No `routeModule` available to create server routes");let d={...bb(c,f,o),caseSensitive:c.caseSensitive,id:c.id,index:c.index,path:c.path,handle:f.handle,lazy:o?()=>u:void 0,loader:c.hasLoader||c.hasClientLoader?()=>null:void 0},h=Eb(e,t,r,o,c.id,s,u);return h.length>0&&(d.children=h),d})}function Rb(e,t,r,o,a,s){return Zd(t,r,o,a,s,"",Gv(t),e)}function Xm(e,t){if(e==="loader"&&!t.hasLoader||e==="action"&&!t.hasAction){let o=`You are trying to call ${e==="action"?"serverAction()":"serverLoader()"} on a route that does not have a server ${e} (routeId: "${t.id}")`;throw console.error(o),new pn(400,"Bad Request",new Error(o),!0)}}function Qm(e,t){let r=e==="clientAction"?"a":"an",o=`Route "${t}" does not have ${r} ${e}, but you are trying to submit to it. To fix this, please add ${r} \`${e}\` function to the route`;throw console.error(o),new pn(405,"Method Not Allowed",new Error(o),!0)}function Zd(e,t,r,o,a,s="",u=Gv(e),c){return(u[s]||[]).map(f=>{let d=t[f.id];function h(T){return In(typeof T=="function","No single fetch function available for route handler"),T()}function y(T){return f.hasLoader?h(T):Promise.resolve(null)}function v(T){if(!f.hasAction)throw Qm("action",f.id);return h(T)}function b(T){import(T)}function S(T){T.clientActionModule&&b(T.clientActionModule),T.clientLoaderModule&&b(T.clientLoaderModule)}async function E(T){let C=t[f.id],P=C?vb(f,C):Promise.resolve();try{return T()}finally{await P}}let _={id:f.id,index:f.index,path:f.path};if(d){Object.assign(_,{..._,...bb(f,d,a),middleware:d.clientMiddleware,handle:d.handle,shouldRevalidate:xb(_.path,d,f,o,c)});let T=r&&r.loaderData&&f.id in r.loaderData,C=T?r?.loaderData?.[f.id]:void 0,P=r&&r.errors&&f.id in r.errors,A=P?r?.errors?.[f.id]:void 0,O=c==null&&(d.clientLoader?.hydrate===!0||!f.hasLoader);_.loader=async({request:F,params:N,context:K},ce)=>{try{return await E(async()=>(In(d,"No `routeModule` available for critical-route loader"),d.clientLoader?d.clientLoader({request:F,params:N,context:K,async serverLoader(){if(Xm("loader",f),O){if(T)return C;if(P)throw A}return y(ce)}}):y(ce)))}finally{O=!1}},_.loader.hydrate=Wc(f.id,d.clientLoader,f.hasLoader,a),_.action=({request:F,params:N,context:K},ce)=>E(async()=>{if(In(d,"No `routeModule` available for critical-route action"),!d.clientAction){if(a)throw Qm("clientAction",f.id);return v(ce)}return d.clientAction({request:F,params:N,context:K,async serverAction(){return Xm("action",f),v(ce)}})})}else{f.hasClientLoader||(_.loader=(P,A)=>E(()=>y(A))),f.hasClientAction||(_.action=(P,A)=>E(()=>{if(a)throw Qm("clientAction",f.id);return v(A)}));let T;async function C(){return T?await T:(T=(async()=>{(f.clientLoaderModule||f.clientActionModule)&&await new Promise(A=>setTimeout(A,0));let P=ik(f,t);return S(f),await P})(),await T)}_.lazy={loader:f.hasClientLoader?async()=>{let{clientLoader:P}=f.clientLoaderModule?await import(f.clientLoaderModule):await C();return In(P,"No `clientLoader` export found"),(A,O)=>P({...A,async serverLoader(){return Xm("loader",f),y(O)}})}:void 0,action:f.hasClientAction?async()=>{let P=f.clientActionModule?import(f.clientActionModule):C();S(f);let{clientAction:A}=await P;return In(A,"No `clientAction` export found"),(O,F)=>A({...O,async serverAction(){return Xm("action",f),v(F)}})}:void 0,middleware:f.hasClientMiddleware?async()=>{let{clientMiddleware:P}=f.clientMiddlewareModule?await import(f.clientMiddlewareModule):await C();return In(P,"No `clientMiddleware` export found"),P}:void 0,shouldRevalidate:async()=>{let P=await C();return xb(_.path,P,f,o,c)},handle:async()=>(await C()).handle,Component:async()=>(await C()).Component,ErrorBoundary:f.hasErrorBoundary?async()=>(await C()).ErrorBoundary:void 0}}let x=Zd(e,t,r,o,a,f.id,u,c);return x.length>0&&(_.children=x),_})}function xb(e,t,r,o,a){if(a)return ok(r.id,t.shouldRevalidate,a);if(!o&&r.hasLoader&&!r.hasClientLoader){let s=e?zS(e)[1].map(c=>c.paramName):[];const u=c=>s.some(f=>c.currentParams[f]!==c.nextParams[f]);if(t.shouldRevalidate){let c=t.shouldRevalidate;return f=>c({...f,defaultShouldRevalidate:u(f)})}else return c=>u(c)}if(o&&t.shouldRevalidate){let s=t.shouldRevalidate;return u=>s({...u,defaultShouldRevalidate:!0})}return t.shouldRevalidate}function ok(e,t,r){let o=!1;return a=>o?t?t(a):a.defaultShouldRevalidate:(o=!0,r.has(e))}async function ik(e,t){let r=yb(e,t),o=JO(e),a=await r;return await Promise.all([o,vb(e,a)]),{Component:Tb(a),ErrorBoundary:a.ErrorBoundary,clientMiddleware:a.clientMiddleware,clientAction:a.clientAction,clientLoader:a.clientLoader,handle:a.handle,links:a.links,meta:a.meta,shouldRevalidate:a.shouldRevalidate}}function Tb(e){if(e.default==null)return;if(!(typeof e.default=="object"&&Object.keys(e.default).length===0))return e.default}function Wc(e,t,r,o){return o&&e!=="root"||t!=null&&(t.hydrate===!0||r!==!0)}var Jm=new Set,ak=1e3,qm=new Set,sk=7680;function Yv(e,t){return e.mode==="lazy"&&t===!0}function lk({sri:e,...t},r){let o=new Set(r.state.matches.map(c=>c.route.id)),a=r.state.location.pathname.split("/").filter(Boolean),s=["/"];for(a.pop();a.length>0;)s.push(`/${a.join("/")}`),a.pop();s.forEach(c=>{let f=ho(r.routes,c,r.basename);f&&f.forEach(d=>o.add(d.route.id))});let u=[...o].reduce((c,f)=>Object.assign(c,{[f]:t.routes[f]}),{});return{...t,routes:u,sri:e?!0:void 0}}function Cb(e,t,r,o,a,s){if(Yv(o,r))return async({path:u,patch:c,signal:f,fetcherKey:d})=>{qm.has(u)||await Ob([u],d?window.location.href:u,e,t,r,a,s,o.manifestPath,c,f)}}function Ab(e,t,r,o,a,s){g.useEffect(()=>{if(!Yv(a,o)||window.navigator?.connection?.saveData===!0)return;function u(h){let y=h.tagName==="FORM"?h.getAttribute("action"):h.getAttribute("href");if(!y)return;let v=h.tagName==="A"?h.pathname:new URL(y,window.location.origin).pathname;qm.has(v)||Jm.add(v)}async function c(){document.querySelectorAll("a[data-discover], form[data-discover]").forEach(u);let h=Array.from(Jm.keys()).filter(y=>qm.has(y)?(Jm.delete(y),!1):!0);if(h.length!==0)try{await Ob(h,null,t,r,o,s,e.basename,a.manifestPath,e.patchRoutes)}catch(y){console.error("Failed to fetch manifest patches",y)}}let f=ck(c,100);c();let d=new MutationObserver(()=>f());return d.observe(document.documentElement,{subtree:!0,childList:!0,attributes:!0,attributeFilter:["data-discover","href","action"]}),()=>d.disconnect()},[o,s,t,r,e,a])}function Pb(e,t){let r=e||"/__manifest";return t==null?r:`${t}${r}`.replace(/\/+/g,"/")}var Kv="react-router-manifest-version";async function Ob(e,t,r,o,a,s,u,c,f,d){const h=new URLSearchParams;e.sort().forEach(_=>h.append("p",_)),h.set("version",r.version);let y=new URL(Pb(c,u),window.location.origin);if(y.search=h.toString(),y.toString().length>sk){Jm.clear();return}let v;try{let _=await fetch(y,{signal:d});if(_.ok){if(_.status===204&&_.headers.has("X-Remix-Reload-Document")){if(!t)return;if(sessionStorage.getItem(Kv)===r.version){console.error("Unable to discover routes due to manifest version mismatch.");return}sessionStorage.setItem(Kv,r.version),window.location.href=t,await new Promise(()=>{})}else if(_.status>=400)throw new Error(await _.text())}else throw new Error(`${_.status} ${_.statusText}`);sessionStorage.removeItem(Kv),v=await _.json()}catch(_){if(d?.aborted)return;throw _}let b=new Set(Object.keys(r.routes)),S=Object.values(v).reduce((_,x)=>(x&&!b.has(x.id)&&(_[x.id]=x),_),{});Object.assign(r.routes,S),e.forEach(_=>uk(_,qm));let E=new Set;Object.values(S).forEach(_=>{_&&(!_.parentId||!S[_.parentId])&&E.add(_.parentId)}),E.forEach(_=>f(_||null,Zd(S,o,null,a,s,_)))}function uk(e,t){if(t.size>=ak){let r=t.values().next().value;t.delete(r)}t.add(e)}function ck(e,t){let r;return(...o)=>{window.clearTimeout(r),r=window.setTimeout(()=>e(...o),t)}}function Xv(){let e=g.useContext(ea);return In(e,"You must render this element inside a <DataRouterContext.Provider> element"),e}function Zm(){let e=g.useContext(Gs);return In(e,"You must render this element inside a <DataRouterStateContext.Provider> element"),e}var ta=g.createContext(void 0);ta.displayName="FrameworkContext";function Gc(){let e=g.useContext(ta);return In(e,"You must render this element inside a <HydratedRouter> element"),e}function fk(e,t){let r=g.useContext(ta),[o,a]=g.useState(!1),[s,u]=g.useState(!1),{onFocus:c,onBlur:f,onMouseEnter:d,onMouseLeave:h,onTouchStart:y}=t,v=g.useRef(null);g.useEffect(()=>{if(e==="render"&&u(!0),e==="viewport"){let E=x=>{x.forEach(T=>{u(T.isIntersecting)})},_=new IntersectionObserver(E,{threshold:.5});return v.current&&_.observe(v.current),()=>{_.disconnect()}}},[e]),g.useEffect(()=>{if(o){let E=setTimeout(()=>{u(!0)},100);return()=>{clearTimeout(E)}}},[o]);let b=()=>{a(!0)},S=()=>{a(!1),u(!1)};return r?e!=="intent"?[s,v,{}]:[s,v,{onFocus:ep(c,b),onBlur:ep(f,S),onMouseEnter:ep(d,b),onMouseLeave:ep(h,S),onTouchStart:ep(y,b)}]:[!1,v,{}]}function ep(e,t){return r=>{e&&e(r),r.defaultPrevented||t(r)}}function Qv(e,t,r){if(r&&!ey)return[e[0]];if(t){let o=e.findIndex(a=>t[a.route.id]!==void 0);return e.slice(0,o+1)}return e}var kb="data-react-router-critical-css";function dk({nonce:e}){let{isSpaMode:t,manifest:r,routeModules:o,criticalCss:a}=Gc(),{errors:s,matches:u}=Zm(),c=Qv(u,s,t),f=g.useMemo(()=>QO(c,o,r),[c,o,r]);return g.createElement(g.Fragment,null,typeof a=="string"?g.createElement("style",{[kb]:"",dangerouslySetInnerHTML:{__html:a}}):null,typeof a=="object"?g.createElement("link",{[kb]:"",rel:"stylesheet",href:a.href,nonce:e}):null,f.map(({key:d,link:h})=>Vv(h)?g.createElement(Jv,{key:d,nonce:e,...h}):g.createElement("link",{key:d,nonce:e,...h})))}function Jv({page:e,...t}){let{router:r}=Xv(),o=g.useMemo(()=>ho(r.routes,e,r.basename),[r.routes,e,r.basename]);return o?g.createElement(hk,{page:e,matches:o,...t}):null}function pk(e){let{manifest:t,routeModules:r}=Gc(),[o,a]=g.useState([]);return g.useEffect(()=>{let s=!1;return ZO(e,t,r).then(u=>{s||a(u)}),()=>{s=!0}},[e,t,r]),o}function hk({page:e,matches:t,...r}){let o=go(),{manifest:a,routeModules:s}=Gc(),{basename:u}=Xv(),{loaderData:c,matches:f}=Zm(),d=g.useMemo(()=>Sb(e,t,f,a,o,"data"),[e,t,f,a,o]),h=g.useMemo(()=>Sb(e,t,f,a,o,"assets"),[e,t,f,a,o]),y=g.useMemo(()=>{if(e===o.pathname+o.search+o.hash)return[];let S=new Set,E=!1;if(t.forEach(x=>{let T=a.routes[x.route.id];!T||!T.hasLoader||(!d.some(C=>C.route.id===x.route.id)&&x.route.id in c&&s[x.route.id]?.shouldRevalidate||T.hasClientLoader?E=!0:S.add(x.route.id))}),S.size===0)return[];let _=Bv(e,u,"data");return E&&S.size>0&&_.searchParams.set("_routes",t.filter(x=>S.has(x.route.id)).map(x=>x.route.id).join(",")),[_.pathname+_.search]},[u,c,o,a,d,t,e,s]),v=g.useMemo(()=>Wv(h,a),[h,a]),b=pk(h);return g.createElement(g.Fragment,null,y.map(S=>g.createElement("link",{key:S,rel:"prefetch",as:"fetch",href:S,...r})),v.map(S=>g.createElement("link",{key:S,rel:"modulepreload",href:S,...r})),b.map(({key:S,link:E})=>g.createElement("link",{key:S,nonce:r.nonce,...E})))}function mk(){let{isSpaMode:e,routeModules:t}=Gc(),{errors:r,matches:o,loaderData:a}=Zm(),s=go(),u=Qv(o,r,e),c=null;r&&(c=r[u[u.length-1].route.id]);let f=[],d=null,h=[];for(let y=0;y<u.length;y++){let v=u[y],b=v.route.id,S=a[b],E=v.params,_=t[b],x=[],T={id:b,data:S,loaderData:S,meta:[],params:v.params,pathname:v.pathname,handle:v.route.handle,error:c};if(h[y]=T,_?.meta?x=typeof _.meta=="function"?_.meta({data:S,loaderData:S,params:E,location:s,matches:h,error:c}):Array.isArray(_.meta)?[..._.meta]:_.meta:d&&(x=[...d]),x=x||[],!Array.isArray(x))throw new Error("The route at "+v.route.path+` returns an invalid value. All route meta functions must return an array of meta objects.
|
|
99
99
|
|
|
100
|
-
To reference the meta function API, see https://remix.run/route/meta`);T.meta=x,h[y]=T,f=[...x],d=f}return g.createElement(g.Fragment,null,f.flat().map(y=>{if(!y)return null;if("tagName"in y){let{tagName:v,...
|
|
101
|
-
${
|
|
102
|
-
`),
|
|
100
|
+
To reference the meta function API, see https://remix.run/route/meta`);T.meta=x,h[y]=T,f=[...x],d=f}return g.createElement(g.Fragment,null,f.flat().map(y=>{if(!y)return null;if("tagName"in y){let{tagName:v,...b}=y;if(!yk(v))return`${v}`,null;let S=v;return g.createElement(S,{key:JSON.stringify(b),...b})}if("title"in y)return g.createElement("title",{key:"title"},String(y.title));if("charset"in y&&(y.charSet??(y.charSet=y.charset),delete y.charset),"charSet"in y&&y.charSet!=null)return typeof y.charSet=="string"?g.createElement("meta",{key:"charSet",charSet:y.charSet}):null;if("script:ld+json"in y)try{let v=JSON.stringify(y["script:ld+json"]);return g.createElement("script",{key:`script:ld+json:${v}`,type:"application/ld+json",dangerouslySetInnerHTML:{__html:$v(v)}})}catch{return null}return g.createElement("meta",{key:JSON.stringify(y),...y})}))}function yk(e){return typeof e=="string"&&/^(meta|link)$/.test(e)}var ey=!1;function Mb(){ey=!0}function Lb(e){let{manifest:t,serverHandoffString:r,isSpaMode:o,renderMeta:a,routeDiscovery:s,ssr:u}=Gc(),{router:c,static:f,staticContext:d}=Xv(),{matches:h}=Zm(),y=KP(),v=Yv(s,u);a&&(a.didRenderScripts=!0);let b=Qv(h,null,o);g.useEffect(()=>{Mb()},[]);let S=g.useMemo(()=>{if(y)return null;let T=d?`window.__reactRouterContext = ${r};window.__reactRouterContext.stream = new ReadableStream({start(controller){window.__reactRouterContext.streamController = controller;}}).pipeThrough(new TextEncoderStream());`:" ",C=f?`${t.hmr?.runtime?`import ${JSON.stringify(t.hmr.runtime)};`:""}${v?"":`import ${JSON.stringify(t.url)}`};
|
|
101
|
+
${b.map((P,A)=>{let O=`route${A}`,F=t.routes[P.route.id];In(F,`Route ${P.route.id} not found in manifest`);let{clientActionModule:N,clientLoaderModule:K,clientMiddlewareModule:ce,hydrateFallbackModule:ye,module:ge}=F,we=[...N?[{module:N,varName:`${O}_clientAction`}]:[],...K?[{module:K,varName:`${O}_clientLoader`}]:[],...ce?[{module:ce,varName:`${O}_clientMiddleware`}]:[],...ye?[{module:ye,varName:`${O}_HydrateFallback`}]:[],{module:ge,varName:`${O}_main`}];if(we.length===1)return`import * as ${O} from ${JSON.stringify(ge)};`;let Le=we.map(We=>`import * as ${We.varName} from "${We.module}";`).join(`
|
|
102
|
+
`),Ke=`const ${O} = {${we.map(We=>`...${We.varName}`).join(",")}};`;return[Le,Ke].join(`
|
|
103
103
|
`)}).join(`
|
|
104
104
|
`)}
|
|
105
105
|
${v?`window.__reactRouterManifest = ${JSON.stringify(lk(t,c),null,2)};`:""}
|
|
106
|
-
window.__reactRouterRouteModules = {${
|
|
106
|
+
window.__reactRouterRouteModules = {${b.map((P,A)=>`${JSON.stringify(P.route.id)}:route${A}`).join(",")}};
|
|
107
107
|
|
|
108
|
-
import(${JSON.stringify(t.entry.module)});`:" ";return g.createElement(g.Fragment,null,g.createElement("script",{...e,suppressHydrationWarning:!0,dangerouslySetInnerHTML:
|
|
108
|
+
import(${JSON.stringify(t.entry.module)});`:" ";return g.createElement(g.Fragment,null,g.createElement("script",{...e,suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:T},type:void 0}),g.createElement("script",{...e,suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:C},type:"module",async:!0}))},[]),E=ey||y?[]:gk(t.entry.imports.concat(Wv(b,t,{includeHydrateFallback:!0}))),_=typeof t.sri=="object"?t.sri:{};return Xd(!y,"The <Scripts /> element is a no-op when using RSC and can be safely removed."),ey||y?null:g.createElement(g.Fragment,null,typeof t.sri=="object"?g.createElement("script",{"rr-importmap":"",type:"importmap",suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:JSON.stringify({integrity:_})}}):null,v?null:g.createElement("link",{rel:"modulepreload",href:t.url,crossOrigin:e.crossOrigin,integrity:_[t.url],suppressHydrationWarning:!0}),g.createElement("link",{rel:"modulepreload",href:t.entry.module,crossOrigin:e.crossOrigin,integrity:_[t.entry.module],suppressHydrationWarning:!0}),E.map(x=>g.createElement("link",{key:x,rel:"modulepreload",href:x,crossOrigin:e.crossOrigin,integrity:_[x],suppressHydrationWarning:!0})),S)}function gk(e){return[...new Set(e)]}function vk(...e){return t=>{e.forEach(r=>{typeof r=="function"?r(t):r!=null&&(r.current=t)})}}var qv=class extends g.Component{constructor(e){super(e),this.state={error:e.error||null,location:e.location}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location?{error:e.error||null,location:e.location}:{error:e.error||t.error,location:t.location}}render(){return this.state.error?g.createElement(Nb,{error:this.state.error,isOutsideRemixApp:!0}):this.props.children}};function Nb({error:e,isOutsideRemixApp:t}){console.error(e);let r=g.createElement("script",{dangerouslySetInnerHTML:{__html:`
|
|
109
109
|
console.log(
|
|
110
110
|
"\u{1F4BF} Hey developer \u{1F44B}. You can provide a way better UX than this when your app throws errors. Check out https://reactrouter.com/how-to/error-boundary for more information."
|
|
111
111
|
);
|
|
112
|
-
`}});if(Kr(e))return g.createElement(qv,{title:"Unhandled Thrown Response!"},g.createElement("h1",{style:{fontSize:"24px"}},e.status," ",e.statusText),Xa?r:null);let o;if(e instanceof Error)o=e;else{let a=e==null?"Unknown Error":typeof e=="object"&&"toString"in e?e.toString():JSON.stringify(e);o=new Error(a)}return g.createElement(qv,{title:"Application Error!",isOutsideRemixApp:t},g.createElement("h1",{style:{fontSize:"24px"}},"Application Error"),g.createElement("pre",{style:{padding:"2rem",background:"hsla(10, 50%, 50%, 0.1)",color:"red",overflow:"auto"}},o.stack),r)}function qv({title:e,renderScripts:t,isOutsideRemixApp:r,children:o}){let{routeModules:a}=Wc();return a.root?.Layout&&!r?o:g.createElement("html",{lang:"en"},g.createElement("head",null,g.createElement("meta",{charSet:"utf-8"}),g.createElement("meta",{name:"viewport",content:"width=device-width,initial-scale=1,viewport-fit=cover"}),g.createElement("title",null,e)),g.createElement("body",null,g.createElement("main",{style:{fontFamily:"system-ui, sans-serif",padding:"2rem"}},o,t?g.createElement(Lb,null):null)))}var Db=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";try{Db&&(window.__reactRouterVersion="7.8.2")}catch{}function wk(e,t){return Fc({basename:t?.basename,unstable_getContext:t?.unstable_getContext,future:t?.future,history:zd({window:t?.window}),hydrationData:t?.hydrationData||Ib(),routes:e,mapRouteProperties:du,hydrationRouteProperties:Qd,dataStrategy:t?.dataStrategy,patchRoutesOnNavigation:t?.patchRoutesOnNavigation,window:t?.window}).initialize()}function Sk(e,t){return Fc({basename:t?.basename,unstable_getContext:t?.unstable_getContext,future:t?.future,history:PS({window:t?.window}),hydrationData:t?.hydrationData||Ib(),routes:e,mapRouteProperties:du,hydrationRouteProperties:Qd,dataStrategy:t?.dataStrategy,patchRoutesOnNavigation:t?.patchRoutesOnNavigation,window:t?.window}).initialize()}function Ib(){let e=window?.__staticRouterHydrationData;return e&&e.errors&&(e={...e,errors:_k(e.errors)}),e}function _k(e){if(!e)return null;let t=Object.entries(e),r={};for(let[o,a]of t)if(a&&a.__type==="RouteErrorResponse")r[o]=new pn(a.status,a.statusText,a.data,a.internal===!0);else if(a&&a.__type==="Error"){if(a.__subType){let s=window[a.__subType];if(typeof s=="function")try{let u=new s(a.message);u.stack="",r[o]=u}catch{}}if(r[o]==null){let s=new Error(a.message);s.stack="",r[o]=s}}else r[o]=a;return r}function bk({basename:e,children:t,window:r}){let o=g.useRef();o.current==null&&(o.current=zd({window:r,v5Compat:!0}));let a=o.current,[s,u]=g.useState({action:a.action,location:a.location}),c=g.useCallback(f=>{g.startTransition(()=>u(f))},[u]);return g.useLayoutEffect(()=>a.listen(c),[a,c]),g.createElement(Ks,{basename:e,children:t,location:s.location,navigationType:s.action,navigator:a})}function Ek({basename:e,children:t,window:r}){let o=g.useRef();o.current==null&&(o.current=PS({window:r,v5Compat:!0}));let a=o.current,[s,u]=g.useState({action:a.action,location:a.location}),c=g.useCallback(f=>{g.startTransition(()=>u(f))},[u]);return g.useLayoutEffect(()=>a.listen(c),[a,c]),g.createElement(Ks,{basename:e,children:t,location:s.location,navigationType:s.action,navigator:a})}function Fb({basename:e,children:t,history:r}){let[o,a]=g.useState({action:r.action,location:r.location}),s=g.useCallback(u=>{g.startTransition(()=>a(u))},[a]);return g.useLayoutEffect(()=>r.listen(s),[r,s]),g.createElement(Ks,{basename:e,children:t,location:o.location,navigationType:o.action,navigator:r})}Fb.displayName="unstable_HistoryRouter";var jb=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Zv=g.forwardRef(function({onClick:t,discover:r="render",prefetch:o="none",relative:a,reloadDocument:s,replace:u,state:c,target:f,to:d,preventScrollReset:h,viewTransition:y,...v},_){let{basename:S}=g.useContext(mo),E=typeof d=="string"&&jb.test(d),b,x=!1;if(typeof d=="string"&&E&&(b=d,Db))try{let X=new URL(window.location.href),ce=d.startsWith("//")?new URL(X.protocol+d):new URL(d),he=on(ce.pathname,S);ce.origin===X.origin&&he!=null?d=he+ce.search+ce.hash:x=!0}catch{ur(!1,`<Link to="${d}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}let T=x_(d,{relative:a}),[C,P,A]=fk(o,v),O=Hb(d,{replace:u,state:c,target:f,preventScrollReset:h,relative:a,viewTransition:y});function F(X){t&&t(X),X.defaultPrevented||O(X)}let N=g.createElement("a",{...v,...A,href:b||T,onClick:x||s?t:F,ref:vk(_,P),target:f,"data-discover":!E&&r==="render"?"true":void 0});return C&&!E?g.createElement(g.Fragment,null,N,g.createElement(Jv,{page:T})):N});Zv.displayName="Link";var zb=g.forwardRef(function({"aria-current":t="page",caseSensitive:r=!1,className:o="",end:a=!1,style:s,to:u,viewTransition:c,children:f,...d},h){let y=$c(u,{relative:d.relative}),v=go(),_=g.useContext(Gs),{navigator:S,basename:E}=g.useContext(mo),b=_!=null&&Wb(y)&&c===!0,x=S.encodeLocation?S.encodeLocation(y).pathname:y.pathname,T=v.pathname,C=_&&_.navigation&&_.navigation.location?_.navigation.location.pathname:null;r||(T=T.toLowerCase(),C=C?C.toLowerCase():null,x=x.toLowerCase()),C&&E&&(C=on(C,E)||C);const P=x!=="/"&&x.endsWith("/")?x.length-1:x.length;let A=T===x||!a&&T.startsWith(x)&&T.charAt(P)==="/",O=C!=null&&(C===x||!a&&C.startsWith(x)&&C.charAt(x.length)==="/"),F={isActive:A,isPending:O,isTransitioning:b},N=A?t:void 0,X;typeof o=="function"?X=o(F):X=[o,A?"active":null,O?"pending":null,b?"transitioning":null].filter(Boolean).join(" ");let ce=typeof s=="function"?s(F):s;return g.createElement(Zv,{...d,"aria-current":N,className:X,ref:h,style:ce,to:u,viewTransition:c},typeof f=="function"?f(F):f)});zb.displayName="NavLink";var e0=g.forwardRef(({discover:e="render",fetcherKey:t,navigate:r,reloadDocument:o,replace:a,state:s,method:u=Hm,action:c,onSubmit:f,relative:d,preventScrollReset:h,viewTransition:y,...v},_)=>{let S=r0(),E=Bb(c,{relative:d}),b=u.toLowerCase()==="get"?"get":"post",x=typeof c=="string"&&jb.test(c),T=C=>{if(f&&f(C),C.defaultPrevented)return;C.preventDefault();let P=C.nativeEvent.submitter,A=P?.getAttribute("formmethod")||u;S(P||C.currentTarget,{fetcherKey:t,method:A,navigate:r,replace:a,state:s,relative:d,preventScrollReset:h,viewTransition:y})};return g.createElement("form",{ref:_,method:b,action:E,onSubmit:o?f:T,...v,"data-discover":!x&&e==="render"?"true":void 0})});e0.displayName="Form";function Ub({getKey:e,storageKey:t,...r}){let o=g.useContext(Zi),{basename:a}=g.useContext(mo),s=go(),u=zm();Vb({getKey:e,storageKey:t});let c=g.useMemo(()=>{if(!o||!e)return null;let d=o0(s,u,a,e);return d!==s.key?d:null},[]);if(!o||o.isSpaMode)return null;let f=((d,h)=>{if(!window.history.state||!window.history.state.key){let y=Math.random().toString(32).slice(2);window.history.replaceState({key:y},"")}try{let v=JSON.parse(sessionStorage.getItem(d)||"{}")[h||window.history.state.key];typeof v=="number"&&window.scrollTo(0,v)}catch(y){console.error(y),sessionStorage.removeItem(d)}}).toString();return g.createElement("script",{...r,suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:`(${f})(${JSON.stringify(t||n0)}, ${JSON.stringify(c)})`}})}Ub.displayName="ScrollRestoration";function $b(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function ty(e){let t=g.useContext(qi);return rt(t,$b(e)),t}function t0(e){let t=g.useContext(Gs);return rt(t,$b(e)),t}function Hb(e,{target:t,replace:r,state:o,preventScrollReset:a,relative:s,viewTransition:u}={}){let c=Fm(),f=go(),d=$c(e,{relative:s});return g.useCallback(h=>{if(AO(h,t)){h.preventDefault();let y=r!==void 0?r:Kn(f)===Kn(d);c(e,{replace:y,state:o,preventScrollReset:a,relative:s,viewTransition:u})}},[f,c,d,r,o,t,e,a,s,u])}function Rk(e){ur(typeof URLSearchParams<"u","You cannot use the `useSearchParams` hook in a browser that does not support the URLSearchParams API. If you need to support Internet Explorer 11, we recommend you load a polyfill such as https://github.com/ungap/url-search-params.");let t=g.useRef(Wm(e)),r=g.useRef(!1),o=go(),a=g.useMemo(()=>PO(o.search,r.current?null:t.current),[o.search]),s=Fm(),u=g.useCallback((c,f)=>{const d=Wm(typeof c=="function"?c(new URLSearchParams(a)):c);r.current=!0,s("?"+d,f)},[s,a]);return[a,u]}var xk=0,Tk=()=>`__${String(++xk)}__`;function r0(){let{router:e}=ty("useSubmit"),{basename:t}=g.useContext(mo),r=oO();return g.useCallback(async(o,a={})=>{let{action:s,method:u,encType:c,formData:f,body:d}=MO(o,t);if(a.navigate===!1){let h=a.fetcherKey||Tk();await e.fetch(h,r,a.action||s,{preventScrollReset:a.preventScrollReset,formData:f,body:d,formMethod:a.method||u,formEncType:a.encType||c,flushSync:a.flushSync})}else await e.navigate(a.action||s,{preventScrollReset:a.preventScrollReset,formData:f,body:d,formMethod:a.method||u,formEncType:a.encType||c,replace:a.replace,state:a.state,fromRouteId:r,flushSync:a.flushSync,viewTransition:a.viewTransition})},[e,t,r])}function Bb(e,{relative:t}={}){let{basename:r}=g.useContext(mo),o=g.useContext(yo);rt(o,"useFormAction must be used inside a RouteContext");let[a]=o.matches.slice(-1),s={...$c(e||".",{relative:t})},u=go();if(e==null){s.search=u.search;let c=new URLSearchParams(s.search),f=c.getAll("index");if(f.some(h=>h==="")){c.delete("index"),f.filter(y=>y).forEach(y=>c.append("index",y));let h=c.toString();s.search=h?`?${h}`:""}}return(!e||e===".")&&a.route.index&&(s.search=s.search?s.search.replace(/^\?/,"?index&"):"?index"),r!=="/"&&(s.pathname=s.pathname==="/"?r:Qi([r,s.pathname])),Kn(s)}function Ck({key:e}={}){let{router:t}=ty("useFetcher"),r=t0("useFetcher"),o=g.useContext(Gd),a=g.useContext(yo),s=a.matches[a.matches.length-1]?.route.id;rt(o,"useFetcher must be used inside a FetchersContext"),rt(a,"useFetcher must be used inside a RouteContext"),rt(s!=null,'useFetcher can only be used on routes that contain a unique "id"');let u=g.useId(),[c,f]=g.useState(e||u);e&&e!==c&&f(e),g.useEffect(()=>(t.getFetcher(c),()=>t.deleteFetcher(c)),[t,c]);let d=g.useCallback(async(b,x)=>{rt(s,"No routeId available for fetcher.load()"),await t.fetch(c,s,b,x)},[c,s,t]),h=r0(),y=g.useCallback(async(b,x)=>{await h(b,{...x,navigate:!1,fetcherKey:c})},[c,h]),v=g.useMemo(()=>{let b=g.forwardRef((x,T)=>g.createElement(e0,{...x,navigate:!1,fetcherKey:c,ref:T}));return b.displayName="fetcher.Form",b},[c]),_=r.fetchers.get(c)||Mm,S=o.get(c);return g.useMemo(()=>({Form:v,submit:y,load:d,..._,data:S}),[v,y,d,_,S])}function Ak(){let e=t0("useFetchers");return Array.from(e.fetchers.entries()).map(([t,r])=>({...r,key:t}))}var n0="react-router-scroll-positions",ry={};function o0(e,t,r,o){let a=null;return o&&(r!=="/"?a=o({...e,pathname:on(e.pathname,r)||e.pathname},t):a=o(e,t)),a==null&&(a=e.key),a}function Vb({getKey:e,storageKey:t}={}){let{router:r}=ty("useScrollRestoration"),{restoreScrollPosition:o,preventScrollReset:a}=t0("useScrollRestoration"),{basename:s}=g.useContext(mo),u=go(),c=zm(),f=M_();g.useEffect(()=>(window.history.scrollRestoration="manual",()=>{window.history.scrollRestoration="auto"}),[]),Ok(g.useCallback(()=>{if(f.state==="idle"){let d=o0(u,c,s,e);ry[d]=window.scrollY}try{sessionStorage.setItem(t||n0,JSON.stringify(ry))}catch(d){ur(!1,`Failed to save scroll positions in sessionStorage, <ScrollRestoration /> will not work properly (${d}).`)}window.history.scrollRestoration="auto"},[f.state,e,s,u,c,t])),typeof document<"u"&&(g.useLayoutEffect(()=>{try{let d=sessionStorage.getItem(t||n0);d&&(ry=JSON.parse(d))}catch{}},[t]),g.useLayoutEffect(()=>{let d=r?.enableScrollRestoration(ry,()=>window.scrollY,e?(h,y)=>o0(h,y,s,e):void 0);return()=>d&&d()},[r,s,e]),g.useLayoutEffect(()=>{if(o!==!1){if(typeof o=="number"){window.scrollTo(0,o);return}try{if(u.hash){let d=document.getElementById(decodeURIComponent(u.hash.slice(1)));if(d){d.scrollIntoView();return}}}catch{ur(!1,`"${u.hash.slice(1)}" is not a decodable element ID. The view will not scroll to it.`)}a!==!0&&window.scrollTo(0,0)}},[u,o,a]))}function Pk(e,t){let{capture:r}=t||{};g.useEffect(()=>{let o=r!=null?{capture:r}:void 0;return window.addEventListener("beforeunload",e,o),()=>{window.removeEventListener("beforeunload",e,o)}},[e,r])}function Ok(e,t){let{capture:r}=t||{};g.useEffect(()=>{let o=r!=null?{capture:r}:void 0;return window.addEventListener("pagehide",e,o),()=>{window.removeEventListener("pagehide",e,o)}},[e,r])}function kk({when:e,message:t}){let r=N_(e);g.useEffect(()=>{r.state==="blocked"&&(window.confirm(t)?setTimeout(r.proceed,0):r.reset())},[r,t]),g.useEffect(()=>{r.state==="blocked"&&!e&&r.reset()},[r,e])}function Wb(e,{relative:t}={}){let r=g.useContext(Wd);rt(r!=null,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:o}=ty("useViewTransitionState"),a=$c(e,{relative:t});if(!r.isTransitioning)return!1;let s=on(r.currentLocation.pathname,o)||r.currentLocation.pathname,u=on(r.nextLocation.pathname,o)||r.nextLocation.pathname;return Ic(a.pathname,u)!=null||Ic(a.pathname,s)!=null}function Mk({basename:e,children:t,location:r="/"}){typeof r=="string"&&(r=Ao(r));let o="POP",a={pathname:r.pathname||"/",search:r.search||"",hash:r.hash||"",state:r.state!=null?r.state:null,key:r.key||"default"},s=Gb();return g.createElement(Ks,{basename:e,children:t,location:a,navigationType:o,navigator:s,static:!0})}function i0({context:e,router:t,hydrate:r=!0,nonce:o}){rt(t&&e,"You must provide `router` and `context` to <StaticRouterProvider>");let a={router:t,navigator:Gb(),static:!0,staticContext:e,basename:e.basename||"/"},s=new Map,u="";if(r!==!1){let f={loaderData:e.loaderData,actionData:e.actionData,errors:Nk(e.errors)};u=`window.__staticRouterHydrationData = JSON.parse(${zk(JSON.stringify(JSON.stringify(f)))});`}let{state:c}=a.router;return g.createElement(g.Fragment,null,g.createElement(qi.Provider,{value:a},g.createElement(Gs.Provider,{value:c},g.createElement(Gd.Provider,{value:s},g.createElement(Wd.Provider,{value:{isTransitioning:!1}},g.createElement(Ks,{basename:a.basename,location:c.location,navigationType:c.historyAction,navigator:a.navigator,static:a.static},g.createElement(Lk,{routes:t.routes,future:t.future,state:c})))))),u?g.createElement("script",{suppressHydrationWarning:!0,nonce:o,dangerouslySetInnerHTML:{__html:u}}):null)}function Lk({routes:e,future:t,state:r}){return Ov(e,void 0,r,void 0,t)}function Nk(e){if(!e)return null;let t=Object.entries(e),r={};for(let[o,a]of t)Kr(a)?r[o]={...a,__type:"RouteErrorResponse"}:a instanceof Error?r[o]={message:a.message,__type:"Error",...a.name!=="Error"?{__subType:a.name}:{}}:r[o]=a;return r}function Gb(){return{createHref:Yb,encodeLocation:Xb,push(e){throw new Error(`You cannot use navigator.push() on the server because it is a stateless environment. This error was probably triggered when you did a \`navigate(${JSON.stringify(e)})\` somewhere in your app.`)},replace(e){throw new Error(`You cannot use navigator.replace() on the server because it is a stateless environment. This error was probably triggered when you did a \`navigate(${JSON.stringify(e)}, { replace: true })\` somewhere in your app.`)},go(e){throw new Error(`You cannot use navigator.go() on the server because it is a stateless environment. This error was probably triggered when you did a \`navigate(${e})\` somewhere in your app.`)},back(){throw new Error("You cannot use navigator.back() on the server because it is a stateless environment.")},forward(){throw new Error("You cannot use navigator.forward() on the server because it is a stateless environment.")}}}function Dk(e,t){return JS(e,{...t,mapRouteProperties:du})}function a0(e,t,r={}){let o={},a=Us(e,du,void 0,o),s=t.matches.map(c=>{let f=o[c.route.id]||c.route;return{...c,route:f}}),u=c=>`You cannot use router.${c}() on the server because it is a stateless environment`;return{get basename(){return t.basename},get future(){return{unstable_middleware:!1,...r?.future}},get state(){return{historyAction:"POP",location:t.location,matches:s,loaderData:t.loaderData,actionData:t.actionData,errors:t.errors,initialized:!0,navigation:Hd,restoreScrollPosition:null,preventScrollReset:!1,revalidation:"idle",fetchers:new Map,blockers:new Map}},get routes(){return a},get window(){},initialize(){throw u("initialize")},subscribe(){throw u("subscribe")},enableScrollRestoration(){throw u("enableScrollRestoration")},navigate(){throw u("navigate")},fetch(){throw u("fetch")},revalidate(){throw u("revalidate")},createHref:Yb,encodeLocation:Xb,getFetcher(){return Mm},deleteFetcher(){throw u("deleteFetcher")},dispose(){throw u("dispose")},getBlocker(){return $s},deleteBlocker(){throw u("deleteBlocker")},patchRoutes(){throw u("patchRoutes")},_internalFetchControllers:new Map,_internalSetRoutes(){throw u("_internalSetRoutes")},_internalSetStateDoNotUseOrYouWillBreakYourApp(){throw u("_internalSetStateDoNotUseOrYouWillBreakYourApp")}}}function Yb(e){return typeof e=="string"?e:Kn(e)}function Xb(e){let t=typeof e=="string"?e:Kn(e);t=t.replace(/ $/,"%20");let r=Ik.test(t)?new URL(t):new URL(t,"http://localhost");return{pathname:r.pathname,search:r.search,hash:r.hash}}var Ik=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Fk={"&":"\\u0026",">":"\\u003e","<":"\\u003c","\u2028":"\\u2028","\u2029":"\\u2029"},jk=/[&><\u2028\u2029]/g;function zk(e){return e.replace(jk,t=>Fk[t])}var Kb=Oe(1505),Uk=Oe(4322);/**
|
|
113
|
-
* react-router v7.
|
|
112
|
+
`}});if(Xr(e))return g.createElement(Zv,{title:"Unhandled Thrown Response!"},g.createElement("h1",{style:{fontSize:"24px"}},e.status," ",e.statusText),Ka?r:null);let o;if(e instanceof Error)o=e;else{let a=e==null?"Unknown Error":typeof e=="object"&&"toString"in e?e.toString():JSON.stringify(e);o=new Error(a)}return g.createElement(Zv,{title:"Application Error!",isOutsideRemixApp:t},g.createElement("h1",{style:{fontSize:"24px"}},"Application Error"),g.createElement("pre",{style:{padding:"2rem",background:"hsla(10, 50%, 50%, 0.1)",color:"red",overflow:"auto"}},o.stack),r)}function Zv({title:e,renderScripts:t,isOutsideRemixApp:r,children:o}){let{routeModules:a}=Gc();return a.root?.Layout&&!r?o:g.createElement("html",{lang:"en"},g.createElement("head",null,g.createElement("meta",{charSet:"utf-8"}),g.createElement("meta",{name:"viewport",content:"width=device-width,initial-scale=1,viewport-fit=cover"}),g.createElement("title",null,e)),g.createElement("body",null,g.createElement("main",{style:{fontFamily:"system-ui, sans-serif",padding:"2rem"}},o,t?g.createElement(Lb,null):null)))}var Db=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";try{Db&&(window.__reactRouterVersion="7.9.1")}catch{}function wk(e,t){return Fc({basename:t?.basename,getContext:t?.getContext,future:t?.future,history:zd({window:t?.window}),hydrationData:t?.hydrationData||Ib(),routes:e,mapRouteProperties:du,hydrationRouteProperties:Qd,dataStrategy:t?.dataStrategy,patchRoutesOnNavigation:t?.patchRoutesOnNavigation,window:t?.window}).initialize()}function Sk(e,t){return Fc({basename:t?.basename,getContext:t?.getContext,future:t?.future,history:OS({window:t?.window}),hydrationData:t?.hydrationData||Ib(),routes:e,mapRouteProperties:du,hydrationRouteProperties:Qd,dataStrategy:t?.dataStrategy,patchRoutesOnNavigation:t?.patchRoutesOnNavigation,window:t?.window}).initialize()}function Ib(){let e=window?.__staticRouterHydrationData;return e&&e.errors&&(e={...e,errors:_k(e.errors)}),e}function _k(e){if(!e)return null;let t=Object.entries(e),r={};for(let[o,a]of t)if(a&&a.__type==="RouteErrorResponse")r[o]=new pn(a.status,a.statusText,a.data,a.internal===!0);else if(a&&a.__type==="Error"){if(a.__subType){let s=window[a.__subType];if(typeof s=="function")try{let u=new s(a.message);u.stack="",r[o]=u}catch{}}if(r[o]==null){let s=new Error(a.message);s.stack="",r[o]=s}}else r[o]=a;return r}function bk({basename:e,children:t,window:r}){let o=g.useRef();o.current==null&&(o.current=zd({window:r,v5Compat:!0}));let a=o.current,[s,u]=g.useState({action:a.action,location:a.location}),c=g.useCallback(f=>{g.startTransition(()=>u(f))},[u]);return g.useLayoutEffect(()=>a.listen(c),[a,c]),g.createElement(Xs,{basename:e,children:t,location:s.location,navigationType:s.action,navigator:a})}function Ek({basename:e,children:t,window:r}){let o=g.useRef();o.current==null&&(o.current=OS({window:r,v5Compat:!0}));let a=o.current,[s,u]=g.useState({action:a.action,location:a.location}),c=g.useCallback(f=>{g.startTransition(()=>u(f))},[u]);return g.useLayoutEffect(()=>a.listen(c),[a,c]),g.createElement(Xs,{basename:e,children:t,location:s.location,navigationType:s.action,navigator:a})}function Fb({basename:e,children:t,history:r}){let[o,a]=g.useState({action:r.action,location:r.location}),s=g.useCallback(u=>{g.startTransition(()=>a(u))},[a]);return g.useLayoutEffect(()=>r.listen(s),[r,s]),g.createElement(Xs,{basename:e,children:t,location:o.location,navigationType:o.action,navigator:r})}Fb.displayName="unstable_HistoryRouter";var jb=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,e0=g.forwardRef(function({onClick:t,discover:r="render",prefetch:o="none",relative:a,reloadDocument:s,replace:u,state:c,target:f,to:d,preventScrollReset:h,viewTransition:y,...v},b){let{basename:S}=g.useContext(mo),E=typeof d=="string"&&jb.test(d),_,x=!1;if(typeof d=="string"&&E&&(_=d,Db))try{let K=new URL(window.location.href),ce=d.startsWith("//")?new URL(K.protocol+d):new URL(d),ye=on(ce.pathname,S);ce.origin===K.origin&&ye!=null?d=ye+ce.search+ce.hash:x=!0}catch{ur(!1,`<Link to="${d}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}let T=T_(d,{relative:a}),[C,P,A]=fk(o,v),O=Hb(d,{replace:u,state:c,target:f,preventScrollReset:h,relative:a,viewTransition:y});function F(K){t&&t(K),K.defaultPrevented||O(K)}let N=g.createElement("a",{...v,...A,href:_||T,onClick:x||s?t:F,ref:vk(b,P),target:f,"data-discover":!E&&r==="render"?"true":void 0});return C&&!E?g.createElement(g.Fragment,null,N,g.createElement(Jv,{page:T})):N});e0.displayName="Link";var zb=g.forwardRef(function({"aria-current":t="page",caseSensitive:r=!1,className:o="",end:a=!1,style:s,to:u,viewTransition:c,children:f,...d},h){let y=Hc(u,{relative:d.relative}),v=go(),b=g.useContext(Gs),{navigator:S,basename:E}=g.useContext(mo),_=b!=null&&Wb(y)&&c===!0,x=S.encodeLocation?S.encodeLocation(y).pathname:y.pathname,T=v.pathname,C=b&&b.navigation&&b.navigation.location?b.navigation.location.pathname:null;r||(T=T.toLowerCase(),C=C?C.toLowerCase():null,x=x.toLowerCase()),C&&E&&(C=on(C,E)||C);const P=x!=="/"&&x.endsWith("/")?x.length-1:x.length;let A=T===x||!a&&T.startsWith(x)&&T.charAt(P)==="/",O=C!=null&&(C===x||!a&&C.startsWith(x)&&C.charAt(x.length)==="/"),F={isActive:A,isPending:O,isTransitioning:_},N=A?t:void 0,K;typeof o=="function"?K=o(F):K=[o,A?"active":null,O?"pending":null,_?"transitioning":null].filter(Boolean).join(" ");let ce=typeof s=="function"?s(F):s;return g.createElement(e0,{...d,"aria-current":N,className:K,ref:h,style:ce,to:u,viewTransition:c},typeof f=="function"?f(F):f)});zb.displayName="NavLink";var t0=g.forwardRef(({discover:e="render",fetcherKey:t,navigate:r,reloadDocument:o,replace:a,state:s,method:u=Hm,action:c,onSubmit:f,relative:d,preventScrollReset:h,viewTransition:y,...v},b)=>{let S=n0(),E=Bb(c,{relative:d}),_=u.toLowerCase()==="get"?"get":"post",x=typeof c=="string"&&jb.test(c),T=C=>{if(f&&f(C),C.defaultPrevented)return;C.preventDefault();let P=C.nativeEvent.submitter,A=P?.getAttribute("formmethod")||u;S(P||C.currentTarget,{fetcherKey:t,method:A,navigate:r,replace:a,state:s,relative:d,preventScrollReset:h,viewTransition:y})};return g.createElement("form",{ref:b,method:_,action:E,onSubmit:o?f:T,...v,"data-discover":!x&&e==="render"?"true":void 0})});t0.displayName="Form";function Ub({getKey:e,storageKey:t,...r}){let o=g.useContext(ta),{basename:a}=g.useContext(mo),s=go(),u=zm();Vb({getKey:e,storageKey:t});let c=g.useMemo(()=>{if(!o||!e)return null;let d=i0(s,u,a,e);return d!==s.key?d:null},[]);if(!o||o.isSpaMode)return null;let f=((d,h)=>{if(!window.history.state||!window.history.state.key){let y=Math.random().toString(32).slice(2);window.history.replaceState({key:y},"")}try{let v=JSON.parse(sessionStorage.getItem(d)||"{}")[h||window.history.state.key];typeof v=="number"&&window.scrollTo(0,v)}catch(y){console.error(y),sessionStorage.removeItem(d)}}).toString();return g.createElement("script",{...r,suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:`(${f})(${JSON.stringify(t||o0)}, ${JSON.stringify(c)})`}})}Ub.displayName="ScrollRestoration";function $b(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function ty(e){let t=g.useContext(ea);return rt(t,$b(e)),t}function r0(e){let t=g.useContext(Gs);return rt(t,$b(e)),t}function Hb(e,{target:t,replace:r,state:o,preventScrollReset:a,relative:s,viewTransition:u}={}){let c=Fm(),f=go(),d=Hc(e,{relative:s});return g.useCallback(h=>{if(PO(h,t)){h.preventDefault();let y=r!==void 0?r:Xn(f)===Xn(d);c(e,{replace:y,state:o,preventScrollReset:a,relative:s,viewTransition:u})}},[f,c,d,r,o,t,e,a,s,u])}function Rk(e){ur(typeof URLSearchParams<"u","You cannot use the `useSearchParams` hook in a browser that does not support the URLSearchParams API. If you need to support Internet Explorer 11, we recommend you load a polyfill such as https://github.com/ungap/url-search-params.");let t=g.useRef(Wm(e)),r=g.useRef(!1),o=go(),a=g.useMemo(()=>OO(o.search,r.current?null:t.current),[o.search]),s=Fm(),u=g.useCallback((c,f)=>{const d=Wm(typeof c=="function"?c(new URLSearchParams(a)):c);r.current=!0,s("?"+d,f)},[s,a]);return[a,u]}var xk=0,Tk=()=>`__${String(++xk)}__`;function n0(){let{router:e}=ty("useSubmit"),{basename:t}=g.useContext(mo),r=iO();return g.useCallback(async(o,a={})=>{let{action:s,method:u,encType:c,formData:f,body:d}=LO(o,t);if(a.navigate===!1){let h=a.fetcherKey||Tk();await e.fetch(h,r,a.action||s,{preventScrollReset:a.preventScrollReset,formData:f,body:d,formMethod:a.method||u,formEncType:a.encType||c,flushSync:a.flushSync})}else await e.navigate(a.action||s,{preventScrollReset:a.preventScrollReset,formData:f,body:d,formMethod:a.method||u,formEncType:a.encType||c,replace:a.replace,state:a.state,fromRouteId:r,flushSync:a.flushSync,viewTransition:a.viewTransition})},[e,t,r])}function Bb(e,{relative:t}={}){let{basename:r}=g.useContext(mo),o=g.useContext(yo);rt(o,"useFormAction must be used inside a RouteContext");let[a]=o.matches.slice(-1),s={...Hc(e||".",{relative:t})},u=go();if(e==null){s.search=u.search;let c=new URLSearchParams(s.search),f=c.getAll("index");if(f.some(h=>h==="")){c.delete("index"),f.filter(y=>y).forEach(y=>c.append("index",y));let h=c.toString();s.search=h?`?${h}`:""}}return(!e||e===".")&&a.route.index&&(s.search=s.search?s.search.replace(/^\?/,"?index&"):"?index"),r!=="/"&&(s.pathname=s.pathname==="/"?r:Zi([r,s.pathname])),Xn(s)}function Ck({key:e}={}){let{router:t}=ty("useFetcher"),r=r0("useFetcher"),o=g.useContext(Gd),a=g.useContext(yo),s=a.matches[a.matches.length-1]?.route.id;rt(o,"useFetcher must be used inside a FetchersContext"),rt(a,"useFetcher must be used inside a RouteContext"),rt(s!=null,'useFetcher can only be used on routes that contain a unique "id"');let u=g.useId(),[c,f]=g.useState(e||u);e&&e!==c&&f(e),g.useEffect(()=>(t.getFetcher(c),()=>t.deleteFetcher(c)),[t,c]);let d=g.useCallback(async(_,x)=>{rt(s,"No routeId available for fetcher.load()"),await t.fetch(c,s,_,x)},[c,s,t]),h=n0(),y=g.useCallback(async(_,x)=>{await h(_,{...x,navigate:!1,fetcherKey:c})},[c,h]),v=g.useMemo(()=>{let _=g.forwardRef((x,T)=>g.createElement(t0,{...x,navigate:!1,fetcherKey:c,ref:T}));return _.displayName="fetcher.Form",_},[c]),b=r.fetchers.get(c)||Mm,S=o.get(c);return g.useMemo(()=>({Form:v,submit:y,load:d,...b,data:S}),[v,y,d,b,S])}function Ak(){let e=r0("useFetchers");return Array.from(e.fetchers.entries()).map(([t,r])=>({...r,key:t}))}var o0="react-router-scroll-positions",ry={};function i0(e,t,r,o){let a=null;return o&&(r!=="/"?a=o({...e,pathname:on(e.pathname,r)||e.pathname},t):a=o(e,t)),a==null&&(a=e.key),a}function Vb({getKey:e,storageKey:t}={}){let{router:r}=ty("useScrollRestoration"),{restoreScrollPosition:o,preventScrollReset:a}=r0("useScrollRestoration"),{basename:s}=g.useContext(mo),u=go(),c=zm(),f=L_();g.useEffect(()=>(window.history.scrollRestoration="manual",()=>{window.history.scrollRestoration="auto"}),[]),Ok(g.useCallback(()=>{if(f.state==="idle"){let d=i0(u,c,s,e);ry[d]=window.scrollY}try{sessionStorage.setItem(t||o0,JSON.stringify(ry))}catch(d){ur(!1,`Failed to save scroll positions in sessionStorage, <ScrollRestoration /> will not work properly (${d}).`)}window.history.scrollRestoration="auto"},[f.state,e,s,u,c,t])),typeof document<"u"&&(g.useLayoutEffect(()=>{try{let d=sessionStorage.getItem(t||o0);d&&(ry=JSON.parse(d))}catch{}},[t]),g.useLayoutEffect(()=>{let d=r?.enableScrollRestoration(ry,()=>window.scrollY,e?(h,y)=>i0(h,y,s,e):void 0);return()=>d&&d()},[r,s,e]),g.useLayoutEffect(()=>{if(o!==!1){if(typeof o=="number"){window.scrollTo(0,o);return}try{if(u.hash){let d=document.getElementById(decodeURIComponent(u.hash.slice(1)));if(d){d.scrollIntoView();return}}}catch{ur(!1,`"${u.hash.slice(1)}" is not a decodable element ID. The view will not scroll to it.`)}a!==!0&&window.scrollTo(0,0)}},[u,o,a]))}function Pk(e,t){let{capture:r}=t||{};g.useEffect(()=>{let o=r!=null?{capture:r}:void 0;return window.addEventListener("beforeunload",e,o),()=>{window.removeEventListener("beforeunload",e,o)}},[e,r])}function Ok(e,t){let{capture:r}=t||{};g.useEffect(()=>{let o=r!=null?{capture:r}:void 0;return window.addEventListener("pagehide",e,o),()=>{window.removeEventListener("pagehide",e,o)}},[e,r])}function kk({when:e,message:t}){let r=D_(e);g.useEffect(()=>{r.state==="blocked"&&(window.confirm(t)?setTimeout(r.proceed,0):r.reset())},[r,t]),g.useEffect(()=>{r.state==="blocked"&&!e&&r.reset()},[r,e])}function Wb(e,{relative:t}={}){let r=g.useContext(Wd);rt(r!=null,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:o}=ty("useViewTransitionState"),a=Hc(e,{relative:t});if(!r.isTransitioning)return!1;let s=on(r.currentLocation.pathname,o)||r.currentLocation.pathname,u=on(r.nextLocation.pathname,o)||r.nextLocation.pathname;return Ic(a.pathname,u)!=null||Ic(a.pathname,s)!=null}function Mk({basename:e,children:t,location:r="/"}){typeof r=="string"&&(r=Ao(r));let o="POP",a={pathname:r.pathname||"/",search:r.search||"",hash:r.hash||"",state:r.state!=null?r.state:null,key:r.key||"default"},s=Gb();return g.createElement(Xs,{basename:e,children:t,location:a,navigationType:o,navigator:s,static:!0})}function a0({context:e,router:t,hydrate:r=!0,nonce:o}){rt(t&&e,"You must provide `router` and `context` to <StaticRouterProvider>");let a={router:t,navigator:Gb(),static:!0,staticContext:e,basename:e.basename||"/"},s=new Map,u="";if(r!==!1){let f={loaderData:e.loaderData,actionData:e.actionData,errors:Nk(e.errors)};u=`window.__staticRouterHydrationData = JSON.parse(${zk(JSON.stringify(JSON.stringify(f)))});`}let{state:c}=a.router;return g.createElement(g.Fragment,null,g.createElement(ea.Provider,{value:a},g.createElement(Gs.Provider,{value:c},g.createElement(Gd.Provider,{value:s},g.createElement(Wd.Provider,{value:{isTransitioning:!1}},g.createElement(Xs,{basename:a.basename,location:c.location,navigationType:c.historyAction,navigator:a.navigator,static:a.static},g.createElement(Lk,{routes:t.routes,future:t.future,state:c})))))),u?g.createElement("script",{suppressHydrationWarning:!0,nonce:o,dangerouslySetInnerHTML:{__html:u}}):null)}function Lk({routes:e,future:t,state:r}){return Ov(e,void 0,r,void 0,t)}function Nk(e){if(!e)return null;let t=Object.entries(e),r={};for(let[o,a]of t)Xr(a)?r[o]={...a,__type:"RouteErrorResponse"}:a instanceof Error?r[o]={message:a.message,__type:"Error",...a.name!=="Error"?{__subType:a.name}:{}}:r[o]=a;return r}function Gb(){return{createHref:Yb,encodeLocation:Kb,push(e){throw new Error(`You cannot use navigator.push() on the server because it is a stateless environment. This error was probably triggered when you did a \`navigate(${JSON.stringify(e)})\` somewhere in your app.`)},replace(e){throw new Error(`You cannot use navigator.replace() on the server because it is a stateless environment. This error was probably triggered when you did a \`navigate(${JSON.stringify(e)}, { replace: true })\` somewhere in your app.`)},go(e){throw new Error(`You cannot use navigator.go() on the server because it is a stateless environment. This error was probably triggered when you did a \`navigate(${e})\` somewhere in your app.`)},back(){throw new Error("You cannot use navigator.back() on the server because it is a stateless environment.")},forward(){throw new Error("You cannot use navigator.forward() on the server because it is a stateless environment.")}}}function Dk(e,t){return JS(e,{...t,mapRouteProperties:du})}function s0(e,t,r={}){let o={},a=Us(e,du,void 0,o),s=t.matches.map(c=>{let f=o[c.route.id]||c.route;return{...c,route:f}}),u=c=>`You cannot use router.${c}() on the server because it is a stateless environment`;return{get basename(){return t.basename},get future(){return{v8_middleware:!1,...r?.future}},get state(){return{historyAction:"POP",location:t.location,matches:s,loaderData:t.loaderData,actionData:t.actionData,errors:t.errors,initialized:!0,navigation:Hd,restoreScrollPosition:null,preventScrollReset:!1,revalidation:"idle",fetchers:new Map,blockers:new Map}},get routes(){return a},get window(){},initialize(){throw u("initialize")},subscribe(){throw u("subscribe")},enableScrollRestoration(){throw u("enableScrollRestoration")},navigate(){throw u("navigate")},fetch(){throw u("fetch")},revalidate(){throw u("revalidate")},createHref:Yb,encodeLocation:Kb,getFetcher(){return Mm},deleteFetcher(){throw u("deleteFetcher")},dispose(){throw u("dispose")},getBlocker(){return $s},deleteBlocker(){throw u("deleteBlocker")},patchRoutes(){throw u("patchRoutes")},_internalFetchControllers:new Map,_internalSetRoutes(){throw u("_internalSetRoutes")},_internalSetStateDoNotUseOrYouWillBreakYourApp(){throw u("_internalSetStateDoNotUseOrYouWillBreakYourApp")}}}function Yb(e){return typeof e=="string"?e:Xn(e)}function Kb(e){let t=typeof e=="string"?e:Xn(e);t=t.replace(/ $/,"%20");let r=Ik.test(t)?new URL(t):new URL(t,"http://localhost");return{pathname:r.pathname,search:r.search,hash:r.hash}}var Ik=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Fk={"&":"\\u0026",">":"\\u003e","<":"\\u003c","\u2028":"\\u2028","\u2029":"\\u2029"},jk=/[&><\u2028\u2029]/g;function zk(e){return e.replace(jk,t=>Fk[t])}var Xb=Oe(22),Uk=Oe(4635);/**
|
|
113
|
+
* react-router v7.9.1
|
|
114
114
|
*
|
|
115
115
|
* Copyright (c) Remix Software Inc.
|
|
116
116
|
*
|
|
@@ -118,14 +118,14 @@ import(${JSON.stringify(t.entry.module)});`:" ";return g.createElement(g.Fragmen
|
|
|
118
118
|
* LICENSE.md file in the root directory of this source tree.
|
|
119
119
|
*
|
|
120
120
|
* @license MIT
|
|
121
|
-
*/function $k({context:e,url:t,nonce:r}){typeof t=="string"&&(t=new URL(t));let{manifest:o,routeModules:a,criticalCss:s,serverHandoffString:u}=e,c=Eb(o.routes,a,e.future,e.isSpaMode);e.staticHandlerContext.loaderData={...e.staticHandlerContext.loaderData};for(let d of e.staticHandlerContext.matches){let h=d.route.id,y=a[h],v=e.manifest.routes[h];y&&v&&Vc(h,y.clientLoader,v.hasLoader,e.isSpaMode)&&(y.HydrateFallback||!v.hasLoader)&&delete e.staticHandlerContext.loaderData[h]}let f=a0(c,e.staticHandlerContext);return g.createElement(g.Fragment,null,g.createElement(Zi.Provider,{value:{manifest:o,routeModules:a,criticalCss:s,serverHandoffString:u,future:e.future,ssr:e.ssr,isSpaMode:e.isSpaMode,routeDiscovery:e.routeDiscovery,serializeError:e.serializeError,renderMeta:e.renderMeta}},g.createElement(Qv,{location:f.state.location},g.createElement(i0,{router:f,context:e.staticHandlerContext,hydrate:!1}))),e.serverHandoffStream?g.createElement(g.Suspense,null,g.createElement(fb,{context:e,identifier:0,reader:e.serverHandoffStream.getReader(),textDecoder:new TextDecoder,nonce:r})):null)}function Hk(e,t){return function({initialEntries:o,initialIndex:a,hydrationData:s,future:u}){let c=g.useRef(),f=g.useRef();if(c.current==null){f.current={future:{unstable_subResourceIntegrity:u?.unstable_subResourceIntegrity===!0,unstable_middleware:u?.unstable_middleware===!0},manifest:{routes:{},entry:{imports:[],module:""},url:"",version:""},routeModules:{},ssr:!1,isSpaMode:!1,routeDiscovery:{mode:"lazy",manifestPath:"/__manifest"}};let d=Jb(Us(e,h=>h),t!==void 0?t:u?.unstable_middleware?new Ji:{},f.current.manifest,f.current.routeModules);c.current=j_(d,{initialEntries:o,initialIndex:a,hydrationData:s})}return g.createElement(Zi.Provider,{value:f.current},g.createElement(Lv,{router:c.current}))}}function Jb(e,t,r,o,a){return e.map(s=>{if(!s.id)throw new Error("Expected a route.id in react-router processRoutes() function");let u={id:s.id,path:s.path,index:s.index,Component:s.Component?H_(s.Component):void 0,HydrateFallback:s.HydrateFallback?V_(s.HydrateFallback):void 0,ErrorBoundary:s.ErrorBoundary?G_(s.ErrorBoundary):void 0,action:s.action?f=>s.action({...f,context:t}):void 0,loader:s.loader?f=>s.loader({...f,context:t}):void 0,handle:s.handle,shouldRevalidate:s.shouldRevalidate},c={id:s.id,path:s.path,index:s.index,parentId:a,hasAction:s.action!=null,hasLoader:s.loader!=null,hasClientAction:!1,hasClientLoader:!1,hasClientMiddleware:!1,hasErrorBoundary:s.ErrorBoundary!=null,module:"build/stub-path-to-module.js",clientActionModule:void 0,clientLoaderModule:void 0,clientMiddlewareModule:void 0,hydrateFallbackModule:void 0};return r.routes[u.id]=c,o[s.id]={default:u.Component||z_,ErrorBoundary:u.ErrorBoundary||void 0,handle:s.handle,links:s.links,meta:s.meta,shouldRevalidate:s.shouldRevalidate},s.children&&(u.children=Jb(s.children,t,r,o,u.id)),u})}var s0=new TextEncoder,Bk=async(e,t)=>{let r=s0.encode(e),o=await Qb(t,["sign"]),a=await crypto.subtle.sign("HMAC",o,r),s=btoa(String.fromCharCode(...new Uint8Array(a))).replace(/=+$/,"");return e+"."+s},Vk=async(e,t)=>{let r=e.lastIndexOf("."),o=e.slice(0,r),a=e.slice(r+1),s=s0.encode(o),u=await Qb(t,["verify"]);try{let c=Wk(atob(a));return await crypto.subtle.verify("HMAC",u,c,s)?o:!1}catch{return!1}},Qb=async(e,t)=>crypto.subtle.importKey("raw",s0.encode(e),{name:"HMAC",hash:"SHA-256"},!1,t);function Wk(e){let t=new Uint8Array(e.length);for(let r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}var l0=(e,t={})=>{let{secrets:r=[],...o}={path:"/",sameSite:"lax",...t};return Qk(e,o.expires),{get name(){return e},get isSigned(){return r.length>0},get expires(){return typeof o.maxAge<"u"?new Date(Date.now()+o.maxAge*1e3):o.expires},async parse(a,s){if(!a)return null;let u=(0,Kb.qg)(a,{...o,...s});if(e in u){let c=u[e];return typeof c=="string"&&c!==""?await Yk(c,r):""}else return null},async serialize(a,s){return(0,Kb.lK)(e,a===""?"":await Gk(a,r),{...o,...s})}}},u0=e=>e!=null&&typeof e.name=="string"&&typeof e.isSigned=="boolean"&&typeof e.parse=="function"&&typeof e.serialize=="function";async function Gk(e,t){let r=Xk(e);return t.length>0&&(r=await Bk(r,t[0])),r}async function Yk(e,t){if(t.length>0){for(let r of t){let o=await Vk(e,r);if(o!==!1)return qb(o)}return null}return qb(e)}function Xk(e){return btoa(Jk(encodeURIComponent(JSON.stringify(e))))}function qb(e){try{return JSON.parse(decodeURIComponent(Kk(atob(e))))}catch{return{}}}function Kk(e){let t=e.toString(),r="",o=0,a,s;for(;o<t.length;)a=t.charAt(o++),/[\w*+\-./@]/.exec(a)?r+=a:(s=a.charCodeAt(0),s<256?r+="%"+Zb(s,2):r+="%u"+Zb(s,4).toUpperCase());return r}function Zb(e,t){let r=e.toString(16);for(;r.length<t;)r="0"+r;return r}function Jk(e){let t=e.toString(),r="",o=0,a,s;for(;o<t.length;){if(a=t.charAt(o++),a==="%"){if(t.charAt(o)==="u"){if(s=t.slice(o+1,o+5),/^[\da-f]{4}$/i.exec(s)){r+=String.fromCharCode(parseInt(s,16)),o+=5;continue}}else if(s=t.slice(o,o+2),/^[\da-f]{2}$/i.exec(s)){r+=String.fromCharCode(parseInt(s,16)),o+=2;continue}}r+=a}return r}function Qk(e,t){Jd(!t,`The "${e}" cookie has an "expires" property set. This will cause the expires value to not be updated when the session is committed. Instead, you should set the expires value when serializing the cookie. You can use \`commitSession(session, { expires })\` if using a session storage object, or \`cookie.serialize("value", { expires })\` if you're using the cookie directly.`)}function qk(e){return Object.keys(e).reduce((t,r)=>{let o=e[r];return o&&(t[r]=o.module),t},{})}var eE=(e=>(e.Development="development",e.Production="production",e.Test="test",e))(eE||{});function Zk(e){return e==="development"||e==="production"||e==="test"}function ny(e,t){if(e instanceof Error&&t!=="development"){let r=new Error("Unexpected Server Error");return r.stack=void 0,r}return e}function oy(e,t){return Object.entries(e).reduce((r,[o,a])=>Object.assign(r,{[o]:ny(a,t)}),{})}function tE(e,t){let r=ny(e,t);return{message:r.message,stack:r.stack}}function rE(e,t){if(!e)return null;let r=Object.entries(e),o={};for(let[a,s]of r)if(Kr(s))o[a]={...s,__type:"RouteErrorResponse"};else if(s instanceof Error){let u=ny(s,t);o[a]={message:u.message,stack:u.stack,__type:"Error",...u.name!=="Error"?{__subType:u.name}:{}}}else o[a]=s;return o}function c0(e,t,r){let o=ho(e,t,r);return o?o.map(a=>({params:a.params,pathname:a.pathname,route:a.route})):null}async function nE(e,t){let r=await e({request:tM(eM(t.request)),params:t.params,context:t.context});if(Vs(r)&&r.init&&r.init.status&&Dm(r.init.status))throw new Response(null,r.init);return r}function eM(e){let t=new URL(e.url),r=t.searchParams.getAll("index");t.searchParams.delete("index");let o=[];for(let s of r)s&&o.push(s);for(let s of o)t.searchParams.append("index",s);let a={method:e.method,body:e.body,headers:e.headers,signal:e.signal};return a.body&&(a.duplex="half"),new Request(t.href,a)}function tM(e){let t=new URL(e.url);t.searchParams.delete("_routes");let r={method:e.method,body:e.body,headers:e.headers,signal:e.signal};return r.body&&(r.duplex="half"),new Request(t.href,r)}function iy(e,t){if(e===!1||e===null||typeof e>"u")throw console.error("The following error is a bug in React Router; please open an issue! https://github.com/remix-run/react-router/issues/new/choose"),new Error(t)}var oE="__reactRouterDevServerHooks";function rM(e){globalThis[oE]=e}function f0(){return globalThis[oE]}function iE(e,t){if(typeof process<"u")try{if("MISSING_ENV_VAR".IS_RR_BUILD_REQUEST==="yes")return e.headers.get(t)}catch{}return null}function aE(e){let t={};return Object.values(e).forEach(r=>{if(r){let o=r.parentId||"";t[o]||(t[o]=[]),t[o].push(r)}}),t}function sE(e,t="",r=aE(e)){return(r[t]||[]).map(o=>({...o,children:sE(e,o.id,r)}))}function lE(e,t,r="",o=aE(e)){return(o[r]||[]).map(a=>{let s={hasErrorBoundary:a.id==="root"||a.module.ErrorBoundary!=null,id:a.id,path:a.path,unstable_middleware:a.module.unstable_middleware,loader:a.module.loader?async u=>{let c=iE(u.request,"X-React-Router-Prerender-Data");if(c!=null){let d=c&&decodeURI(c);iy(d,"Missing prerendered data for route");let h=new TextEncoder().encode(d),y=new ReadableStream({start(S){S.enqueue(h),S.close()}}),_=(await Ym(y,global)).value;if(_&&Ka in _){let S=_[Ka],E={status:S.status};throw S.reload?BS(S.redirect,E):S.replace?VS(S.redirect,E):$d(S.redirect,E)}else{iy(_&&a.id in _,"Unable to decode prerendered data");let S=_[a.id];return iy("data"in S,"Unable to process prerendered data"),S.data}}return await nE(a.module.loader,u)}:void 0,action:a.module.action?u=>nE(a.module.action,u):void 0,handle:a.module.handle};return a.index?{index:!0,...s}:{caseSensitive:a.caseSensitive,children:lE(e,t,a.id,o),...s}})}var nM={"&":"\\u0026",">":"\\u003e","<":"\\u003c","\u2028":"\\u2028","\u2029":"\\u2029"},oM=/[&><\u2028\u2029]/g;function iM(e){return e.replace(oM,t=>nM[t])}function uE(e){return iM(JSON.stringify(e))}function d0(e,t){return aM(e,r=>{let o=t.routes[r.route.id];return iy(o,`Route with id "${r.route.id}" not found in build`),o.module.headers})}function aM(e,t,r){let o=e.errors?e.matches.findIndex(c=>e.errors[c.route.id]):-1,a=o>=0?e.matches.slice(0,o+1):e.matches,s;if(o>=0){let{actionHeaders:c,actionData:f,loaderHeaders:d,loaderData:h}=e;e.matches.slice(o).some(y=>{let v=y.route.id;return c[v]&&(!f||!f.hasOwnProperty(v))?s=c[v]:d[v]&&!h.hasOwnProperty(v)&&(s=d[v]),s!=null})}const u=new Headers(r);return a.reduce((c,f,d)=>{let{id:h}=f.route,y=e.loaderHeaders[h]||new Headers,v=e.actionHeaders[h]||new Headers,_=s!=null&&d===a.length-1,S=_&&s!==y&&s!==v,E=t(f);if(E==null){let x=new Headers(c);return S&&pu(s,x),pu(v,x),pu(y,x),x}let b=new Headers(typeof E=="function"?E({loaderHeaders:y,parentHeaders:c,actionHeaders:v,errorHeaders:_?s:void 0}):E);return S&&pu(s,b),pu(v,b),pu(y,b),pu(c,b),b},new Headers(u))}function pu(e,t){let r=e.get("Set-Cookie");if(r){let o=(0,Uk.splitCookiesString)(r),a=new Set(t.getSetCookie());o.forEach(s=>{a.has(s)||t.append("Set-Cookie",s)})}}var cE=new Set([...cb,304]);async function sM(e,t,r,o,a,s,u){try{let h=new Request(a,{method:o.method,body:o.body,headers:o.headers,signal:o.signal,...o.body?{duplex:"half"}:void 0}),y=await r.query(h,{requestContext:s,skipLoaderErrorBubbling:!0,skipRevalidation:!0,unstable_generateMiddlewareResponse:e.future.unstable_middleware?async v=>{try{let _=await v(h);return c(_)}catch(_){return f(_)}}:void 0});return c(y)}catch(h){return f(h)}function c(h){return kr(h)?h:d(h)}function f(h){return u(h),rp(o,e,t,{result:{error:h},headers:new Headers,status:500})}function d(h){let y=d0(h,e);if(Dm(h.statusCode)&&y.has("Location"))return new Response(null,{status:h.statusCode,headers:y});h.errors&&(Object.values(h.errors).forEach(_=>{(!Kr(_)||_.error)&&u(_)}),h.errors=oy(h.errors,t));let v;return h.errors?v={error:Object.values(h.errors)[0]}:v={data:Object.values(h.actionData||{})[0]},rp(o,e,t,{result:v,headers:y,status:h.statusCode})}}async function lM(e,t,r,o,a,s,u){let c=new URL(o.url).searchParams.get("_routes"),f=c?new Set(c.split(",")):null;try{let v=new Request(a,{headers:o.headers,signal:o.signal}),_=await r.query(v,{requestContext:s,filterMatchesToLoad:S=>!f||f.has(S.route.id),skipLoaderErrorBubbling:!0,unstable_generateMiddlewareResponse:e.future.unstable_middleware?async S=>{try{let E=await S(v);return d(E)}catch(E){return h(E)}}:void 0});return d(_)}catch(v){return h(v)}function d(v){return kr(v)?v:y(v)}function h(v){return u(v),rp(o,e,t,{result:{error:v},headers:new Headers,status:500})}function y(v){let _=d0(v,e);if(Dm(v.statusCode)&&_.has("Location"))return new Response(null,{status:v.statusCode,headers:_});v.errors&&(Object.values(v.errors).forEach(b=>{(!Kr(b)||b.error)&&u(b)}),v.errors=oy(v.errors,t));let S={},E=new Set(v.matches.filter(b=>f?f.has(b.route.id):b.route.loader!=null).map(b=>b.route.id));if(v.errors)for(let[b,x]of Object.entries(v.errors))S[b]={error:x};for(let[b,x]of Object.entries(v.loaderData))!(b in S)&&E.has(b)&&(S[b]={data:x});return rp(o,e,t,{result:S,headers:_,status:v.statusCode})}}function rp(e,t,r,{result:o,headers:a,status:s}){let u=new Headers(a);return u.set("X-Remix-Response","yes"),cE.has(s)?new Response(null,{status:s,headers:u}):(u.set("Content-Type","text/x-script"),u.delete("Content-Length"),new Response(p0(o,e.signal,t.entry.module.streamTimeout,r),{status:s||200,headers:u}))}function fE(e,t,r,o){let a=uM(e.status,e.headers,r.basename),s=new Headers(e.headers);return s.delete("Location"),s.set("Content-Type","text/x-script"),rp(t,r,o,{result:t.method==="GET"?{[Ka]:a}:a,headers:s,status:$v})}function uM(e,t,r){let o=t.get("Location");return r&&(o=on(o,r)||o),{redirect:o,status:e,revalidate:t.has("X-Remix-Revalidate")||t.has("Set-Cookie"),reload:t.has("X-Remix-Reload-Document"),replace:t.has("X-Remix-Replace")}}function p0(e,t,r,o){let a=new AbortController,s=setTimeout(()=>a.abort(new Error("Server Timeout")),typeof r=="number"?r:4950);return t.addEventListener("abort",()=>clearTimeout(s)),UO(e,{signal:a.signal,plugins:[u=>{if(u instanceof Error){let{name:c,message:f,stack:d}=o==="production"?ny(u,o):u;return["SanitizedError",c,f,d]}if(u instanceof pn){let{data:c,status:f,statusText:d}=u;return["ErrorResponse",c,f,d]}if(u&&typeof u=="object"&&Ka in u)return["SingleFetchRedirect",u[Ka]]}],postPlugins:[u=>{if(u&&typeof u=="object")return["SingleFetchClassInstance",Object.fromEntries(Object.entries(u))]},()=>["SingleFetchFallback"]]})}function dE(e,t){let r=sE(e.routes),o=lE(e.routes,e.future),a=Zk(t)?t:"production",s=JS(o,{basename:e.basename}),u=e.entry.module.handleError||((c,{request:f})=>{a!=="test"&&!f.signal.aborted&&console.error(Kr(c)&&c.error?c.error:c)});return{routes:r,dataRoutes:o,serverMode:a,staticHandler:s,errorHandler:u}}var cM=(e,t)=>{let r,o,a,s,u;return async function(f,d){if(r=typeof e=="function"?await e():e,typeof e=="function"){let P=dE(r,t);o=P.routes,a=P.serverMode,s=P.staticHandler,u=P.errorHandler}else if(!o||!a||!s||!u){let P=dE(r,t);o=P.routes,a=P.serverMode,s=P.staticHandler,u=P.errorHandler}let h={},y,v=P=>{t==="development"&&f0()?.processRequestError?.(P),u(P,{context:y,params:h,request:f})};if(r.future.unstable_middleware){if(d&&!(d instanceof Ji)){let P=new Error("Invalid `context` value provided to `handleRequest`. When middleware is enabled you must return an instance of `unstable_RouterContextProvider` from your `getLoadContext` function.");return v(P),ay(P,a)}y=d||new Ji}else y=d||{};let _=new URL(f.url),S=r.basename||"/",E=_.pathname;on(E,S)==="/_root.data"?E=S:E.endsWith(".data")&&(E=E.replace(/\.data$/,"")),on(E,S)!=="/"&&E.endsWith("/")&&(E=E.slice(0,-1));let b=iE(f,"X-React-Router-SPA-Mode")==="yes";if(!r.ssr){let P=decodeURI(E);if(S!=="/"){let A=on(P,S);if(A==null)return u(new pn(404,"Not Found",`Refusing to prerender the \`${P}\` path because it does not start with the basename \`${S}\``),{context:y,params:h,request:f}),new Response("Not Found",{status:404,statusText:"Not Found"});P=A}if(r.prerender.length===0)b=!0;else if(!r.prerender.includes(P)&&!r.prerender.includes(P+"/")){if(_.pathname.endsWith(".data"))return u(new pn(404,"Not Found",`Refusing to SSR the path \`${P}\` because \`ssr:false\` is set and the path is not included in the \`prerender\` config, so in production the path will be a 404.`),{context:y,params:h,request:f}),new Response("Not Found",{status:404,statusText:"Not Found"});b=!0}}let x=Pb(r.routeDiscovery.manifestPath,S);if(_.pathname===x)try{return await fM(r,o,_)}catch(P){return v(P),new Response("Unknown Server Error",{status:500})}let T=c0(o,E,r.basename);T&&T.length>0&&Object.assign(h,T[0].params);let C;if(_.pathname.endsWith(".data")){let P=new URL(f.url);P.pathname=E;let A=c0(o,P.pathname,r.basename);C=await dM(a,r,s,f,P,y,v),Im(C)&&(C=fE(C,f,r,a)),r.entry.module.handleDataRequest&&(C=await r.entry.module.handleDataRequest(C,{context:y,params:A?A[0].params:{},request:f}),Im(C)&&(C=fE(C,f,r,a)))}else if(!b&&T&&T[T.length-1].route.module.default==null&&T[T.length-1].route.module.ErrorBoundary==null)C=await hM(a,r,s,T.slice(-1)[0].route.id,f,y,v);else{let{pathname:P}=_,A;r.unstable_getCriticalCss?A=await r.unstable_getCriticalCss({pathname:P}):t==="development"&&f0()?.getCriticalCss&&(A=await f0()?.getCriticalCss?.(P)),C=await pM(a,r,s,f,y,v,b,A)}return f.method==="HEAD"?new Response(null,{headers:C.headers,status:C.status,statusText:C.statusText}):C}};async function fM(e,t,r){if(e.assets.version!==r.searchParams.get("version"))return new Response(null,{status:204,headers:{"X-Remix-Reload-Document":"true"}});let o={};if(r.searchParams.has("p")){let a=new Set;r.searchParams.getAll("p").forEach(s=>{s.startsWith("/")||(s=`/${s}`);let u=s.split("/").slice(1);u.forEach((c,f)=>{let d=u.slice(0,f+1).join("/");a.add(`/${d}`)})});for(let s of a){let u=c0(t,s,e.basename);if(u)for(let c of u){let f=c.route.id,d=e.assets.routes[f];d&&(o[f]=d)}}return Response.json(o,{headers:{"Cache-Control":"public, max-age=31536000, immutable"}})}return new Response("Invalid Request",{status:400})}async function dM(e,t,r,o,a,s,u){return o.method!=="GET"?await sM(t,e,r,o,a,s,u):await lM(t,e,r,o,a,s,u)}async function pM(e,t,r,o,a,s,u,c){try{let d=await r.query(o,{requestContext:a,unstable_generateMiddlewareResponse:t.future.unstable_middleware?async h=>{try{let y=await h(o);return kr(y)||(y=await f(y,u)),y}catch(y){return s(y),new Response(null,{status:500})}}:void 0});return kr(d)||(d=await f(d,u)),d}catch(d){return s(d),new Response(null,{status:500})}async function f(d,h){let y=d0(d,t);if(cE.has(d.statusCode))return new Response(null,{status:d.statusCode,headers:y});d.errors&&(Object.values(d.errors).forEach(b=>{(!Kr(b)||b.error)&&s(b)}),d.errors=oy(d.errors,e));let v={loaderData:d.loaderData,actionData:d.actionData,errors:rE(d.errors,e)},_={basename:t.basename,future:t.future,routeDiscovery:t.routeDiscovery,ssr:t.ssr,isSpaMode:h},S={manifest:t.assets,routeModules:qk(t.routes),staticHandlerContext:d,criticalCss:c,serverHandoffString:uE({..._,criticalCss:c}),serverHandoffStream:p0(v,o.signal,t.entry.module.streamTimeout,e),renderMeta:{},future:t.future,ssr:t.ssr,routeDiscovery:t.routeDiscovery,isSpaMode:h,serializeError:b=>tE(b,e)},E=t.entry.module.default;try{return await E(o,d.statusCode,y,S,a)}catch(b){s(b);let x=b;if(kr(b))try{let C=await yM(b);x=new pn(b.status,b.statusText,C)}catch{}d=QS(r.dataRoutes,d,x),d.errors&&(d.errors=oy(d.errors,e));let T={loaderData:d.loaderData,actionData:d.actionData,errors:rE(d.errors,e)};S={...S,staticHandlerContext:d,serverHandoffString:uE(_),serverHandoffStream:p0(T,o.signal,t.entry.module.streamTimeout,e),renderMeta:{}};try{return await E(o,d.statusCode,y,S,a)}catch(C){return s(C),ay(C,e)}}}}async function hM(e,t,r,o,a,s,u){try{let d=await r.queryRoute(a,{routeId:o,requestContext:s,unstable_generateMiddlewareResponse:t.future.unstable_middleware?async h=>{try{let y=await h(a);return c(y)}catch(y){return f(y)}}:void 0});return c(d)}catch(d){return f(d)}function c(d){return kr(d)?d:typeof d=="string"?new Response(d):Response.json(d)}function f(d){if(kr(d))return d.headers.set("X-Remix-Catch","yes"),d;if(Kr(d))return u(d),mM(d,e);if(d instanceof Error&&d.message==="Expected a response from queryRoute"){let h=new Error("Expected a Response to be returned from resource route handler");return u(h),ay(h,e)}return u(d),ay(d,e)}}function mM(e,t){return Response.json(tE(e.error||new Error("Unexpected Server Error"),t),{status:e.status,statusText:e.statusText,headers:{"X-Remix-Error":"yes"}})}function ay(e,t){let r="Unexpected Server Error";return t!=="production"&&(r+=`
|
|
121
|
+
*/function $k({context:e,url:t,nonce:r}){typeof t=="string"&&(t=new URL(t));let{manifest:o,routeModules:a,criticalCss:s,serverHandoffString:u}=e,c=Eb(o.routes,a,e.future,e.isSpaMode);e.staticHandlerContext.loaderData={...e.staticHandlerContext.loaderData};for(let d of e.staticHandlerContext.matches){let h=d.route.id,y=a[h],v=e.manifest.routes[h];y&&v&&Wc(h,y.clientLoader,v.hasLoader,e.isSpaMode)&&(y.HydrateFallback||!v.hasLoader)&&delete e.staticHandlerContext.loaderData[h]}let f=s0(c,e.staticHandlerContext);return g.createElement(g.Fragment,null,g.createElement(ta.Provider,{value:{manifest:o,routeModules:a,criticalCss:s,serverHandoffString:u,future:e.future,ssr:e.ssr,isSpaMode:e.isSpaMode,routeDiscovery:e.routeDiscovery,serializeError:e.serializeError,renderMeta:e.renderMeta}},g.createElement(qv,{location:f.state.location},g.createElement(a0,{router:f,context:e.staticHandlerContext,hydrate:!1}))),e.serverHandoffStream?g.createElement(g.Suspense,null,g.createElement(fb,{context:e,identifier:0,reader:e.serverHandoffStream.getReader(),textDecoder:new TextDecoder,nonce:r})):null)}function Hk(e,t){return function({initialEntries:o,initialIndex:a,hydrationData:s,future:u}){let c=g.useRef(),f=g.useRef();if(c.current==null){f.current={future:{unstable_subResourceIntegrity:u?.unstable_subResourceIntegrity===!0,v8_middleware:u?.v8_middleware===!0},manifest:{routes:{},entry:{imports:[],module:""},url:"",version:""},routeModules:{},ssr:!1,isSpaMode:!1,routeDiscovery:{mode:"lazy",manifestPath:"/__manifest"}};let d=Qb(Us(e,h=>h),t!==void 0?t:u?.v8_middleware?new qi:{},f.current.manifest,f.current.routeModules);c.current=z_(d,{initialEntries:o,initialIndex:a,hydrationData:s})}return g.createElement(ta.Provider,{value:f.current},g.createElement(Lv,{router:c.current}))}}function Qb(e,t,r,o,a){return e.map(s=>{if(!s.id)throw new Error("Expected a route.id in react-router processRoutes() function");let u={id:s.id,path:s.path,index:s.index,Component:s.Component?B_(s.Component):void 0,HydrateFallback:s.HydrateFallback?W_(s.HydrateFallback):void 0,ErrorBoundary:s.ErrorBoundary?Y_(s.ErrorBoundary):void 0,action:s.action?f=>s.action({...f,context:t}):void 0,loader:s.loader?f=>s.loader({...f,context:t}):void 0,handle:s.handle,shouldRevalidate:s.shouldRevalidate},c={id:s.id,path:s.path,index:s.index,parentId:a,hasAction:s.action!=null,hasLoader:s.loader!=null,hasClientAction:!1,hasClientLoader:!1,hasClientMiddleware:!1,hasErrorBoundary:s.ErrorBoundary!=null,module:"build/stub-path-to-module.js",clientActionModule:void 0,clientLoaderModule:void 0,clientMiddlewareModule:void 0,hydrateFallbackModule:void 0};return r.routes[u.id]=c,o[s.id]={default:u.Component||U_,ErrorBoundary:u.ErrorBoundary||void 0,handle:s.handle,links:s.links,meta:s.meta,shouldRevalidate:s.shouldRevalidate},s.children&&(u.children=Qb(s.children,t,r,o,u.id)),u})}var l0=new TextEncoder,Bk=async(e,t)=>{let r=l0.encode(e),o=await Jb(t,["sign"]),a=await crypto.subtle.sign("HMAC",o,r),s=btoa(String.fromCharCode(...new Uint8Array(a))).replace(/=+$/,"");return e+"."+s},Vk=async(e,t)=>{let r=e.lastIndexOf("."),o=e.slice(0,r),a=e.slice(r+1),s=l0.encode(o),u=await Jb(t,["verify"]);try{let c=Wk(atob(a));return await crypto.subtle.verify("HMAC",u,c,s)?o:!1}catch{return!1}},Jb=async(e,t)=>crypto.subtle.importKey("raw",l0.encode(e),{name:"HMAC",hash:"SHA-256"},!1,t);function Wk(e){let t=new Uint8Array(e.length);for(let r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}var u0=(e,t={})=>{let{secrets:r=[],...o}={path:"/",sameSite:"lax",...t};return Jk(e,o.expires),{get name(){return e},get isSigned(){return r.length>0},get expires(){return typeof o.maxAge<"u"?new Date(Date.now()+o.maxAge*1e3):o.expires},async parse(a,s){if(!a)return null;let u=(0,Xb.qg)(a,{...o,...s});if(e in u){let c=u[e];return typeof c=="string"&&c!==""?await Yk(c,r):""}else return null},async serialize(a,s){return(0,Xb.lK)(e,a===""?"":await Gk(a,r),{...o,...s})}}},c0=e=>e!=null&&typeof e.name=="string"&&typeof e.isSigned=="boolean"&&typeof e.parse=="function"&&typeof e.serialize=="function";async function Gk(e,t){let r=Kk(e);return t.length>0&&(r=await Bk(r,t[0])),r}async function Yk(e,t){if(t.length>0){for(let r of t){let o=await Vk(e,r);if(o!==!1)return qb(o)}return null}return qb(e)}function Kk(e){return btoa(Qk(encodeURIComponent(JSON.stringify(e))))}function qb(e){try{return JSON.parse(decodeURIComponent(Xk(atob(e))))}catch{return{}}}function Xk(e){let t=e.toString(),r="",o=0,a,s;for(;o<t.length;)a=t.charAt(o++),/[\w*+\-./@]/.exec(a)?r+=a:(s=a.charCodeAt(0),s<256?r+="%"+Zb(s,2):r+="%u"+Zb(s,4).toUpperCase());return r}function Zb(e,t){let r=e.toString(16);for(;r.length<t;)r="0"+r;return r}function Qk(e){let t=e.toString(),r="",o=0,a,s;for(;o<t.length;){if(a=t.charAt(o++),a==="%"){if(t.charAt(o)==="u"){if(s=t.slice(o+1,o+5),/^[\da-f]{4}$/i.exec(s)){r+=String.fromCharCode(parseInt(s,16)),o+=5;continue}}else if(s=t.slice(o,o+2),/^[\da-f]{2}$/i.exec(s)){r+=String.fromCharCode(parseInt(s,16)),o+=2;continue}}r+=a}return r}function Jk(e,t){Xd(!t,`The "${e}" cookie has an "expires" property set. This will cause the expires value to not be updated when the session is committed. Instead, you should set the expires value when serializing the cookie. You can use \`commitSession(session, { expires })\` if using a session storage object, or \`cookie.serialize("value", { expires })\` if you're using the cookie directly.`)}function qk(e){return Object.keys(e).reduce((t,r)=>{let o=e[r];return o&&(t[r]=o.module),t},{})}var eE=(e=>(e.Development="development",e.Production="production",e.Test="test",e))(eE||{});function Zk(e){return e==="development"||e==="production"||e==="test"}function ny(e,t){if(e instanceof Error&&t!=="development"){let r=new Error("Unexpected Server Error");return r.stack=void 0,r}return e}function oy(e,t){return Object.entries(e).reduce((r,[o,a])=>Object.assign(r,{[o]:ny(a,t)}),{})}function tE(e,t){let r=ny(e,t);return{message:r.message,stack:r.stack}}function rE(e,t){if(!e)return null;let r=Object.entries(e),o={};for(let[a,s]of r)if(Xr(s))o[a]={...s,__type:"RouteErrorResponse"};else if(s instanceof Error){let u=ny(s,t);o[a]={message:u.message,stack:u.stack,__type:"Error",...u.name!=="Error"?{__subType:u.name}:{}}}else o[a]=s;return o}function f0(e,t,r){let o=ho(e,t,r);return o?o.map(a=>({params:a.params,pathname:a.pathname,route:a.route})):null}async function nE(e,t){let r=await e({request:tM(eM(t.request)),params:t.params,context:t.context});if(Vs(r)&&r.init&&r.init.status&&Dm(r.init.status))throw new Response(null,r.init);return r}function eM(e){let t=new URL(e.url),r=t.searchParams.getAll("index");t.searchParams.delete("index");let o=[];for(let s of r)s&&o.push(s);for(let s of o)t.searchParams.append("index",s);let a={method:e.method,body:e.body,headers:e.headers,signal:e.signal};return a.body&&(a.duplex="half"),new Request(t.href,a)}function tM(e){let t=new URL(e.url);t.searchParams.delete("_routes");let r={method:e.method,body:e.body,headers:e.headers,signal:e.signal};return r.body&&(r.duplex="half"),new Request(t.href,r)}function iy(e,t){if(e===!1||e===null||typeof e>"u")throw console.error("The following error is a bug in React Router; please open an issue! https://github.com/remix-run/react-router/issues/new/choose"),new Error(t)}var oE="__reactRouterDevServerHooks";function rM(e){globalThis[oE]=e}function d0(){return globalThis[oE]}function iE(e,t){if(typeof process<"u")try{if("MISSING_ENV_VAR".IS_RR_BUILD_REQUEST==="yes")return e.headers.get(t)}catch{}return null}function aE(e){let t={};return Object.values(e).forEach(r=>{if(r){let o=r.parentId||"";t[o]||(t[o]=[]),t[o].push(r)}}),t}function sE(e,t="",r=aE(e)){return(r[t]||[]).map(o=>({...o,children:sE(e,o.id,r)}))}function lE(e,t,r="",o=aE(e)){return(o[r]||[]).map(a=>{let s={hasErrorBoundary:a.id==="root"||a.module.ErrorBoundary!=null,id:a.id,path:a.path,middleware:a.module.middleware,loader:a.module.loader?async u=>{let c=iE(u.request,"X-React-Router-Prerender-Data");if(c!=null){let d=c&&decodeURI(c);iy(d,"Missing prerendered data for route");let h=new TextEncoder().encode(d),y=new ReadableStream({start(S){S.enqueue(h),S.close()}}),b=(await Ym(y,global)).value;if(b&&Xa in b){let S=b[Xa],E={status:S.status};throw S.reload?VS(S.redirect,E):S.replace?WS(S.redirect,E):$d(S.redirect,E)}else{iy(b&&a.id in b,"Unable to decode prerendered data");let S=b[a.id];return iy("data"in S,"Unable to process prerendered data"),S.data}}return await nE(a.module.loader,u)}:void 0,action:a.module.action?u=>nE(a.module.action,u):void 0,handle:a.module.handle};return a.index?{index:!0,...s}:{caseSensitive:a.caseSensitive,children:lE(e,t,a.id,o),...s}})}function uE(e){return $v(JSON.stringify(e))}function p0(e,t){return nM(e,r=>{let o=t.routes[r.route.id];return iy(o,`Route with id "${r.route.id}" not found in build`),o.module.headers})}function nM(e,t,r){let o=e.errors?e.matches.findIndex(c=>e.errors[c.route.id]):-1,a=o>=0?e.matches.slice(0,o+1):e.matches,s;if(o>=0){let{actionHeaders:c,actionData:f,loaderHeaders:d,loaderData:h}=e;e.matches.slice(o).some(y=>{let v=y.route.id;return c[v]&&(!f||!f.hasOwnProperty(v))?s=c[v]:d[v]&&!h.hasOwnProperty(v)&&(s=d[v]),s!=null})}const u=new Headers(r);return a.reduce((c,f,d)=>{let{id:h}=f.route,y=e.loaderHeaders[h]||new Headers,v=e.actionHeaders[h]||new Headers,b=s!=null&&d===a.length-1,S=b&&s!==y&&s!==v,E=t(f);if(E==null){let x=new Headers(c);return S&&pu(s,x),pu(v,x),pu(y,x),x}let _=new Headers(typeof E=="function"?E({loaderHeaders:y,parentHeaders:c,actionHeaders:v,errorHeaders:b?s:void 0}):E);return S&&pu(s,_),pu(v,_),pu(y,_),pu(c,_),_},new Headers(u))}function pu(e,t){let r=e.get("Set-Cookie");if(r){let o=(0,Uk.splitCookiesString)(r),a=new Set(t.getSetCookie());o.forEach(s=>{a.has(s)||t.append("Set-Cookie",s)})}}var cE=new Set([...cb,304]);async function oM(e,t,r,o,a,s,u){try{let h=new Request(a,{method:o.method,body:o.body,headers:o.headers,signal:o.signal,...o.body?{duplex:"half"}:void 0}),y=await r.query(h,{requestContext:s,skipLoaderErrorBubbling:!0,skipRevalidation:!0,generateMiddlewareResponse:e.future.v8_middleware?async v=>{try{let b=await v(h);return c(b)}catch(b){return f(b)}}:void 0});return c(y)}catch(h){return f(h)}function c(h){return kr(h)?h:d(h)}function f(h){return u(h),tp(o,e,t,{result:{error:h},headers:new Headers,status:500})}function d(h){let y=p0(h,e);if(Dm(h.statusCode)&&y.has("Location"))return new Response(null,{status:h.statusCode,headers:y});h.errors&&(Object.values(h.errors).forEach(b=>{(!Xr(b)||b.error)&&u(b)}),h.errors=oy(h.errors,t));let v;return h.errors?v={error:Object.values(h.errors)[0]}:v={data:Object.values(h.actionData||{})[0]},tp(o,e,t,{result:v,headers:y,status:h.statusCode})}}async function iM(e,t,r,o,a,s,u){let c=new URL(o.url).searchParams.get("_routes"),f=c?new Set(c.split(",")):null;try{let v=new Request(a,{headers:o.headers,signal:o.signal}),b=await r.query(v,{requestContext:s,filterMatchesToLoad:S=>!f||f.has(S.route.id),skipLoaderErrorBubbling:!0,generateMiddlewareResponse:e.future.v8_middleware?async S=>{try{let E=await S(v);return d(E)}catch(E){return h(E)}}:void 0});return d(b)}catch(v){return h(v)}function d(v){return kr(v)?v:y(v)}function h(v){return u(v),tp(o,e,t,{result:{error:v},headers:new Headers,status:500})}function y(v){let b=p0(v,e);if(Dm(v.statusCode)&&b.has("Location"))return new Response(null,{status:v.statusCode,headers:b});v.errors&&(Object.values(v.errors).forEach(_=>{(!Xr(_)||_.error)&&u(_)}),v.errors=oy(v.errors,t));let S={},E=new Set(v.matches.filter(_=>f?f.has(_.route.id):_.route.loader!=null).map(_=>_.route.id));if(v.errors)for(let[_,x]of Object.entries(v.errors))S[_]={error:x};for(let[_,x]of Object.entries(v.loaderData))!(_ in S)&&E.has(_)&&(S[_]={data:x});return tp(o,e,t,{result:S,headers:b,status:v.statusCode})}}function tp(e,t,r,{result:o,headers:a,status:s}){let u=new Headers(a);return u.set("X-Remix-Response","yes"),cE.has(s)?new Response(null,{status:s,headers:u}):(u.set("Content-Type","text/x-script"),u.delete("Content-Length"),new Response(h0(o,e.signal,t.entry.module.streamTimeout,r),{status:s||200,headers:u}))}function fE(e,t,r,o){let a=aM(e.status,e.headers,r.basename),s=new Headers(e.headers);return s.delete("Location"),s.set("Content-Type","text/x-script"),tp(t,r,o,{result:t.method==="GET"?{[Xa]:a}:a,headers:s,status:Hv})}function aM(e,t,r){let o=t.get("Location");return r&&(o=on(o,r)||o),{redirect:o,status:e,revalidate:t.has("X-Remix-Revalidate")||t.has("Set-Cookie"),reload:t.has("X-Remix-Reload-Document"),replace:t.has("X-Remix-Replace")}}function h0(e,t,r,o){let a=new AbortController,s=setTimeout(()=>a.abort(new Error("Server Timeout")),typeof r=="number"?r:4950);return t.addEventListener("abort",()=>clearTimeout(s)),$O(e,{signal:a.signal,plugins:[u=>{if(u instanceof Error){let{name:c,message:f,stack:d}=o==="production"?ny(u,o):u;return["SanitizedError",c,f,d]}if(u instanceof pn){let{data:c,status:f,statusText:d}=u;return["ErrorResponse",c,f,d]}if(u&&typeof u=="object"&&Xa in u)return["SingleFetchRedirect",u[Xa]]}],postPlugins:[u=>{if(u&&typeof u=="object")return["SingleFetchClassInstance",Object.fromEntries(Object.entries(u))]},()=>["SingleFetchFallback"]]})}function dE(e,t){let r=sE(e.routes),o=lE(e.routes,e.future),a=Zk(t)?t:"production",s=JS(o,{basename:e.basename}),u=e.entry.module.handleError||((c,{request:f})=>{a!=="test"&&!f.signal.aborted&&console.error(Xr(c)&&c.error?c.error:c)});return{routes:r,dataRoutes:o,serverMode:a,staticHandler:s,errorHandler:u}}var sM=(e,t)=>{let r,o,a,s,u;return async function(f,d){if(r=typeof e=="function"?await e():e,typeof e=="function"){let P=dE(r,t);o=P.routes,a=P.serverMode,s=P.staticHandler,u=P.errorHandler}else if(!o||!a||!s||!u){let P=dE(r,t);o=P.routes,a=P.serverMode,s=P.staticHandler,u=P.errorHandler}let h={},y,v=P=>{t==="development"&&d0()?.processRequestError?.(P),u(P,{context:y,params:h,request:f})};if(r.future.v8_middleware){if(d&&!(d instanceof qi)){let P=new Error("Invalid `context` value provided to `handleRequest`. When middleware is enabled you must return an instance of `RouterContextProvider` from your `getLoadContext` function.");return v(P),ay(P,a)}y=d||new qi}else y=d||{};let b=new URL(f.url),S=r.basename||"/",E=b.pathname;on(E,S)==="/_root.data"?E=S:E.endsWith(".data")&&(E=E.replace(/\.data$/,"")),on(E,S)!=="/"&&E.endsWith("/")&&(E=E.slice(0,-1));let _=iE(f,"X-React-Router-SPA-Mode")==="yes";if(!r.ssr){let P=decodeURI(E);if(S!=="/"){let A=on(P,S);if(A==null)return u(new pn(404,"Not Found",`Refusing to prerender the \`${P}\` path because it does not start with the basename \`${S}\``),{context:y,params:h,request:f}),new Response("Not Found",{status:404,statusText:"Not Found"});P=A}if(r.prerender.length===0)_=!0;else if(!r.prerender.includes(P)&&!r.prerender.includes(P+"/")){if(b.pathname.endsWith(".data"))return u(new pn(404,"Not Found",`Refusing to SSR the path \`${P}\` because \`ssr:false\` is set and the path is not included in the \`prerender\` config, so in production the path will be a 404.`),{context:y,params:h,request:f}),new Response("Not Found",{status:404,statusText:"Not Found"});_=!0}}let x=Pb(r.routeDiscovery.manifestPath,S);if(b.pathname===x)try{return await lM(r,o,b)}catch(P){return v(P),new Response("Unknown Server Error",{status:500})}let T=f0(o,E,r.basename);T&&T.length>0&&Object.assign(h,T[0].params);let C;if(b.pathname.endsWith(".data")){let P=new URL(f.url);P.pathname=E;let A=f0(o,P.pathname,r.basename);C=await uM(a,r,s,f,P,y,v),Im(C)&&(C=fE(C,f,r,a)),r.entry.module.handleDataRequest&&(C=await r.entry.module.handleDataRequest(C,{context:y,params:A?A[0].params:{},request:f}),Im(C)&&(C=fE(C,f,r,a)))}else if(!_&&T&&T[T.length-1].route.module.default==null&&T[T.length-1].route.module.ErrorBoundary==null)C=await fM(a,r,s,T.slice(-1)[0].route.id,f,y,v);else{let{pathname:P}=b,A;r.unstable_getCriticalCss?A=await r.unstable_getCriticalCss({pathname:P}):t==="development"&&d0()?.getCriticalCss&&(A=await d0()?.getCriticalCss?.(P)),C=await cM(a,r,s,f,y,v,_,A)}return f.method==="HEAD"?new Response(null,{headers:C.headers,status:C.status,statusText:C.statusText}):C}};async function lM(e,t,r){if(e.assets.version!==r.searchParams.get("version"))return new Response(null,{status:204,headers:{"X-Remix-Reload-Document":"true"}});let o={};if(r.searchParams.has("p")){let a=new Set;r.searchParams.getAll("p").forEach(s=>{s.startsWith("/")||(s=`/${s}`);let u=s.split("/").slice(1);u.forEach((c,f)=>{let d=u.slice(0,f+1).join("/");a.add(`/${d}`)})});for(let s of a){let u=f0(t,s,e.basename);if(u)for(let c of u){let f=c.route.id,d=e.assets.routes[f];d&&(o[f]=d)}}return Response.json(o,{headers:{"Cache-Control":"public, max-age=31536000, immutable"}})}return new Response("Invalid Request",{status:400})}async function uM(e,t,r,o,a,s,u){return o.method!=="GET"?await oM(t,e,r,o,a,s,u):await iM(t,e,r,o,a,s,u)}async function cM(e,t,r,o,a,s,u,c){try{let d=await r.query(o,{requestContext:a,generateMiddlewareResponse:t.future.v8_middleware?async h=>{try{let y=await h(o);return kr(y)||(y=await f(y,u)),y}catch(y){return s(y),new Response(null,{status:500})}}:void 0});return kr(d)||(d=await f(d,u)),d}catch(d){return s(d),new Response(null,{status:500})}async function f(d,h){let y=p0(d,t);if(cE.has(d.statusCode))return new Response(null,{status:d.statusCode,headers:y});d.errors&&(Object.values(d.errors).forEach(_=>{(!Xr(_)||_.error)&&s(_)}),d.errors=oy(d.errors,e));let v={loaderData:d.loaderData,actionData:d.actionData,errors:rE(d.errors,e)},b={basename:t.basename,future:t.future,routeDiscovery:t.routeDiscovery,ssr:t.ssr,isSpaMode:h},S={manifest:t.assets,routeModules:qk(t.routes),staticHandlerContext:d,criticalCss:c,serverHandoffString:uE({...b,criticalCss:c}),serverHandoffStream:h0(v,o.signal,t.entry.module.streamTimeout,e),renderMeta:{},future:t.future,ssr:t.ssr,routeDiscovery:t.routeDiscovery,isSpaMode:h,serializeError:_=>tE(_,e)},E=t.entry.module.default;try{return await E(o,d.statusCode,y,S,a)}catch(_){s(_);let x=_;if(kr(_))try{let C=await pM(_);x=new pn(_.status,_.statusText,C)}catch{}d=qS(r.dataRoutes,d,x),d.errors&&(d.errors=oy(d.errors,e));let T={loaderData:d.loaderData,actionData:d.actionData,errors:rE(d.errors,e)};S={...S,staticHandlerContext:d,serverHandoffString:uE(b),serverHandoffStream:h0(T,o.signal,t.entry.module.streamTimeout,e),renderMeta:{}};try{return await E(o,d.statusCode,y,S,a)}catch(C){return s(C),ay(C,e)}}}}async function fM(e,t,r,o,a,s,u){try{let d=await r.queryRoute(a,{routeId:o,requestContext:s,generateMiddlewareResponse:t.future.v8_middleware?async h=>{try{let y=await h(a);return c(y)}catch(y){return f(y)}}:void 0});return c(d)}catch(d){return f(d)}function c(d){return kr(d)?d:typeof d=="string"?new Response(d):Response.json(d)}function f(d){if(kr(d))return d.headers.set("X-Remix-Catch","yes"),d;if(Xr(d))return u(d),dM(d,e);if(d instanceof Error&&d.message==="Expected a response from queryRoute"){let h=new Error("Expected a Response to be returned from resource route handler");return u(h),ay(h,e)}return u(d),ay(d,e)}}function dM(e,t){return Response.json(tE(e.error||new Error("Unexpected Server Error"),t),{status:e.status,statusText:e.statusText,headers:{"X-Remix-Error":"yes"}})}function ay(e,t){let r="Unexpected Server Error";return t!=="production"&&(r+=`
|
|
122
122
|
|
|
123
|
-
${String(e)}`),new Response(r,{status:500,headers:{"Content-Type":"text/plain"}})}function
|
|
123
|
+
${String(e)}`),new Response(r,{status:500,headers:{"Content-Type":"text/plain"}})}function pM(e){let t=e.headers.get("Content-Type");return t&&/\bapplication\/json\b/.test(t)?e.body==null?null:e.json():e.text()}function m0(e){return`__flash_${e}__`}var y0=(e={},t="")=>{let r=new Map(Object.entries(e));return{get id(){return t},get data(){return Object.fromEntries(r)},has(o){return r.has(o)||r.has(m0(o))},get(o){if(r.has(o))return r.get(o);let a=m0(o);if(r.has(a)){let s=r.get(a);return r.delete(a),s}},set(o,a){r.set(o,a)},flash(o,a){r.set(m0(o),a)},unset(o){r.delete(o)}}},hM=e=>e!=null&&typeof e.id=="string"&&typeof e.data<"u"&&typeof e.has=="function"&&typeof e.get=="function"&&typeof e.set=="function"&&typeof e.flash=="function"&&typeof e.unset=="function";function pE({cookie:e,createData:t,readData:r,updateData:o,deleteData:a}){let s=c0(e)?e:u0(e?.name||"__session",e);return hE(s),{async getSession(u,c){let f=u&&await s.parse(u,c),d=f&&await r(f);return y0(d||{},f||"")},async commitSession(u,c){let{id:f,data:d}=u,h=c?.maxAge!=null?new Date(Date.now()+c.maxAge*1e3):c?.expires!=null?c.expires:s.expires;return f?await o(f,d,h):f=await t(d,h),s.serialize(f,c)},async destroySession(u,c){return await a(u.id),s.serialize("",{...c,maxAge:void 0,expires:new Date(0)})}}}function hE(e){Xd(e.isSigned,`The "${e.name}" cookie is not signed, but session cookies should be signed to prevent tampering on the client before they are sent back to the server. See https://reactrouter.com/explanation/sessions-and-cookies#signing-cookies for more information.`)}function mM({cookie:e}={}){let t=c0(e)?e:u0(e?.name||"__session",e);return hE(t),{async getSession(r,o){return y0(r&&await t.parse(r,o)||{})},async commitSession(r,o){let a=await t.serialize(r.data,o);if(a.length>4096)throw new Error("Cookie length will exceed browser maximum. Length: "+a.length);return a},async destroySession(r,o){return t.serialize("",{...o,maxAge:void 0,expires:new Date(0)})}}}function yM({cookie:e}={}){let t=new Map;return pE({cookie:e,async createData(r,o){let a=Math.random().toString(36).substring(2,10);return t.set(a,{data:r,expires:o}),a},async readData(r){if(t.has(r)){let{data:o,expires:a}=t.get(r);if(!a||a>new Date)return o;a&&t.delete(r)}return null},async updateData(r,o,a){t.set(r,{data:o,expires:a})},async deleteData(r){t.delete(r)}})}function gM(e,...t){let r=t[0],o=e.replace(/\/*\*?$/,"").replace(/\/:([\w-]+)(\?)?/g,(a,s,u)=>{const c=u===void 0,f=r?r[s]:void 0;if(c&&f===void 0)throw new Error(`Path '${e}' requires param '${s}' but it was not provided`);return f===void 0?"":"/"+f});if(e.endsWith("*")){const a=r?r["*"]:void 0;a!==void 0&&(o+="/"+a)}return o||"/"}function g0({state:e,routes:t,getRouteInfo:r,location:o,basename:a,isSpaMode:s}){let u={...e,loaderData:{...e.loaderData}},c=ho(t,o,a);if(c)for(let f of c){let d=f.route.id,h=r(d);Wc(d,h.clientLoader,h.hasLoader,s)&&(h.hasHydrateFallback||!h.hasLoader)?delete u.loaderData[d]:h.hasLoader||(u.loaderData[d]=null)}return u}var mE=class extends g.Component{constructor(e){super(e),this.state={error:null,location:e.location}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location?{error:null,location:e.location}:{error:t.error,location:t.location}}render(){return this.state.error?g.createElement(gE,{error:this.state.error,renderAppShell:!0}):this.props.children}};function yE({renderAppShell:e,title:t,children:r}){return e?g.createElement("html",{lang:"en"},g.createElement("head",null,g.createElement("meta",{charSet:"utf-8"}),g.createElement("meta",{name:"viewport",content:"width=device-width,initial-scale=1,viewport-fit=cover"}),g.createElement("title",null,t)),g.createElement("body",null,g.createElement("main",{style:{fontFamily:"system-ui, sans-serif",padding:"2rem"}},r))):r}function gE({error:e,renderAppShell:t}){console.error(e);let r=g.createElement("script",{dangerouslySetInnerHTML:{__html:`
|
|
124
124
|
console.log(
|
|
125
125
|
"\u{1F4BF} Hey developer \u{1F44B}. You can provide a way better UX than this when your app throws errors. Check out https://reactrouter.com/how-to/error-boundary for more information."
|
|
126
126
|
);
|
|
127
|
-
`}});if(Kr(e))return g.createElement(yE,{renderAppShell:t,title:"Unhandled Thrown Response!"},g.createElement("h1",{style:{fontSize:"24px"}},e.status," ",e.statusText),Xa?r:null);let o;if(e instanceof Error)o=e;else{let a=e==null?"Unknown Error":typeof e=="object"&&"toString"in e?e.toString():JSON.stringify(e);o=new Error(a)}return g.createElement(yE,{renderAppShell:t,title:"Application Error!"},g.createElement("h1",{style:{fontSize:"24px"}},"Application Error"),g.createElement("pre",{style:{padding:"2rem",background:"hsla(10, 50%, 50%, 0.1)",color:"red",overflow:"auto"}},o.stack),r)}function _M({hasRootLayout:e}){let t=Kd();if(e===void 0)throw new Error("Missing 'hasRootLayout' prop");return g.createElement(gE,{renderAppShell:!e,error:t})}function bM(e){const t={};for(const r of e.matches)g0(t,r);return t}function g0(e,t){t=Array.isArray(t)?t:[t];for(const r of t)e[r.id]={links:r.links,meta:r.meta,default:EM}}var EM=()=>null;function RM({createFromReadableStream:e,createTemporaryReferenceSet:t,encodeReply:r,fetch:o=fetch}){const a=window;let s=0;return async(u,c)=>{let f=a.__routerActionID=(a.__routerActionID??(a.__routerActionID=0))+1;const d=t(),h=await o(new Request(location.href,{body:await r(c,{temporaryReferences:d}),method:"POST",headers:{Accept:"text/x-component","rsc-action-id":u}}));if(!h.body)throw new Error("No response body");const y=await e(h.body,{temporaryReferences:d});if(y.type==="redirect"){if(y.reload){window.location.href=y.location;return}return a.__reactRouterDataRouter.navigate(y.location,{replace:y.replace}),y.actionResult}if(y.type!=="action")throw new Error("Unexpected payload type");return y.rerender&&g.startTransition(async()=>{const v=await y.rerender;if(v&&s<f&&a.__routerActionID<=f){if(s=f,v.type==="redirect"){if(v.reload){window.location.href=v.location;return}a.__reactRouterDataRouter.navigate(v.location,{replace:v.replace});return}let _;for(const S of v.matches)a.__reactRouterDataRouter.patchRoutes(_?.id??null,[Gc(S)],!0),_=S;window.__reactRouterDataRouter._internalSetStateDoNotUseOrYouWillBreakYourApp({}),g.startTransition(()=>{window.__reactRouterDataRouter._internalSetStateDoNotUseOrYouWillBreakYourApp({loaderData:Object.assign({},a.__reactRouterDataRouter.state.loaderData,v.loaderData),errors:v.errors?Object.assign({},a.__reactRouterDataRouter.state.errors,v.errors):null})})}}),y.actionResult}}function xM({fetchImplementation:e,createFromReadableStream:t,unstable_getContext:r,payload:o}){const a=window;if(a.__reactRouterDataRouter&&a.__reactRouterRouteModules)return{router:a.__reactRouterDataRouter,routeModules:a.__reactRouterRouteModules};if(o.type!=="render")throw new Error("Invalid payload type");a.__reactRouterRouteModules=a.__reactRouterRouteModules??{},g0(a.__reactRouterRouteModules,o.matches);let s=new Map;o.patches?.forEach(f=>{rt(f.parentId,"Invalid patch parentId"),s.has(f.parentId)||s.set(f.parentId,[]),s.get(f.parentId)?.push(f)});let u=o.matches.reduceRight((f,d)=>{const h=Gc(d,o);if(f.length>0){h.children=f;let y=s.get(d.id);y&&h.children.push(...y.map(v=>Gc(v)))}return[h]},[]);a.__reactRouterDataRouter=Fc({routes:u,unstable_getContext:r,basename:o.basename,history:zd(),hydrationData:y0({loaderData:o.loaderData,actionData:o.actionData,errors:o.errors},u,f=>{let d=o.matches.find(h=>h.id===f);return rt(d,"Route not found in payload"),{clientLoader:d.clientLoader,hasLoader:d.hasLoader,hasHydrateFallback:d.hydrateFallbackElement!=null}},o.location,void 0,!1),async patchRoutesOnNavigation({path:f,signal:d}){uy.has(f)||await wE([f],t,e,d)},dataStrategy:TM(()=>a.__reactRouterDataRouter,!0,o.basename,t,e)}),a.__reactRouterDataRouter.state.initialized?(a.__routerInitialized=!0,a.__reactRouterDataRouter.initialize()):a.__routerInitialized=!1;let c;return a.__reactRouterDataRouter.subscribe(({loaderData:f,actionData:d})=>{c!==f&&(a.__routerActionID=(a.__routerActionID??(a.__routerActionID=0))+1)}),a.__reactRouterDataRouter._updateRoutesForHMR=f=>{const d=window.__reactRouterDataRouter.routes,h=[];function y(v,_){return v.map(S=>{const E=f.get(S.id);if(E){const{routeModule:x,hasAction:T,hasComponent:C,hasErrorBoundary:P,hasLoader:A}=E,O=Gc({clientAction:x.clientAction,clientLoader:x.clientLoader,element:S.element,errorElement:S.errorElement,handle:S.handle,hasAction:T,hasComponent:C,hasErrorBoundary:P,hasLoader:A,hydrateFallbackElement:S.hydrateFallbackElement,id:S.id,index:S.index,links:x.links,meta:x.meta,parentId:_,path:S.path,shouldRevalidate:x.shouldRevalidate});return S.children&&(O.children=y(S.children,S.id)),O}const b={...S};return S.children&&(b.children=y(S.children,S.id)),b})}h.push(...y(d,void 0)),window.__reactRouterDataRouter._internalSetRoutes(h)},{router:a.__reactRouterDataRouter,routeModules:a.__reactRouterRouteModules}}var v0=LS();function TM(e,t,r,o,a){let s=pb(e,u=>{let c=u;return{hasLoader:c.route.hasLoader,hasClientLoader:c.route.hasClientLoader,hasComponent:c.route.hasComponent,hasAction:c.route.hasAction,hasClientAction:c.route.hasClientAction,hasShouldRevalidate:c.route.hasShouldRevalidate}},CM(o,a),t,r,u=>{let c=u;return c.route.hasComponent&&!c.route.element});return async u=>u.unstable_runClientMiddleware(async()=>{let c=u.context;c.set(v0,[]);let f=await s(u);const d=new Map;for(const h of c.get(v0))d.has(h.id)||d.set(h.id,[]),d.get(h.id).push(h);for(const h of u.matches){const y=d.get(h.route.id);if(y)for(const v of y)window.__reactRouterDataRouter.patchRoutes(v.parentId??null,[Gc(v)],!0)}return f})}function CM(e,t){return async(r,o,a)=>{let{request:s,context:u}=r,c=Hv(s.url,o,"rsc");s.method==="GET"&&(c=hb(c),a&&c.searchParams.set("_routes",a.join(",")));let f=await t(new Request(c,await sb(s)));if(f.status===404&&!f.headers.has("X-Remix-Response"))throw new pn(404,"Not Found",!0);rt(f.body,"No response body to decode");try{const d=await e(f.body,{temporaryReferences:void 0});if(d.type==="redirect")return{status:f.status,data:{redirect:{redirect:d.location,reload:d.reload,replace:d.replace,revalidate:!1,status:d.status}}};if(d.type!=="render")throw new Error("Unexpected payload type");u.get(v0).push(...d.matches);let h={routes:{}};const y=Dn(s.method)?"actionData":"loaderData";for(let[v,_]of Object.entries(d[y]||{}))h.routes[v]={data:_};if(d.errors)for(let[v,_]of Object.entries(d.errors))h.routes[v]={error:_};return{status:f.status,data:h}}catch{throw new Error("Unable to decode RSC response")}}}function AM({createFromReadableStream:e,fetch:t=fetch,payload:r,routeDiscovery:o="eager",unstable_getContext:a}){if(r.type!=="render")throw new Error("Invalid payload type");let{router:s,routeModules:u}=g.useMemo(()=>xM({payload:r,fetchImplementation:t,unstable_getContext:a,createFromReadableStream:e}),[e,r,t,a]);g.useEffect(()=>{Mb()},[]),g.useLayoutEffect(()=>{const h=window;h.__routerInitialized||(h.__routerInitialized=!0,h.__reactRouterDataRouter.initialize())},[]);let[c,f]=g.useState(s.state.location);g.useLayoutEffect(()=>s.subscribe(h=>{h.location!==c&&f(h.location)}),[s,c]),g.useEffect(()=>{if(o==="lazy"||window.navigator?.connection?.saveData===!0)return;function h(S){let E=S.tagName==="FORM"?S.getAttribute("action"):S.getAttribute("href");if(!E)return;let b=S.tagName==="A"?S.pathname:new URL(E,window.location.origin).pathname;uy.has(b)||ly.add(b)}async function y(){document.querySelectorAll("a[data-discover], form[data-discover]").forEach(h);let S=Array.from(ly.keys()).filter(E=>uy.has(E)?(ly.delete(E),!1):!0);if(S.length!==0)try{await wE(S,e,t)}catch(E){console.error("Failed to fetch manifest patches",E)}}let v=LM(y,100);y(),new MutationObserver(()=>v()).observe(document.documentElement,{subtree:!0,childList:!0,attributes:!0,attributeFilter:["data-discover","href","action"]})},[o,e,t]);const d={future:{unstable_middleware:!1,unstable_subResourceIntegrity:!1},isSpaMode:!1,ssr:!0,criticalCss:"",manifest:{routes:{},version:"1",url:"",entry:{module:"",imports:[]}},routeDiscovery:{mode:"lazy",manifestPath:"/__manifest"},routeModules:u};return g.createElement(Av.Provider,{value:!0},g.createElement(mE,{location:c},g.createElement(Zi.Provider,{value:d},g.createElement(Lv,{router:s,flushSync:fe.flushSync}))))}function Gc(e,t){let r=t&&e.id in t.loaderData,o=t?.loaderData[e.id],a=t?.errors&&e.id in t.errors,s=t?.errors?.[e.id],u=e.clientLoader?.hydrate===!0||!e.hasLoader||e.hasComponent&&!e.element;rt(window.__reactRouterRouteModules),g0(window.__reactRouterRouteModules,e);let c={id:e.id,element:e.element,errorElement:e.errorElement,handle:e.handle,hasErrorBoundary:e.hasErrorBoundary,hydrateFallbackElement:e.hydrateFallbackElement,index:e.index,loader:e.clientLoader?async(f,d)=>{try{return await e.clientLoader({...f,serverLoader:()=>{if(vE("loader",e.id,e.hasLoader),u){if(r)return o;if(a)throw s}return sy(d)}})}finally{u=!1}}:((f,d)=>sy(d)),action:e.clientAction?(f,d)=>e.clientAction({...f,serverAction:async()=>(vE("action",e.id,e.hasLoader),await sy(d))}):e.hasAction?(f,d)=>sy(d):()=>{throw Jm("action",e.id)},path:e.path,shouldRevalidate:e.shouldRevalidate,hasLoader:!0,hasClientLoader:e.clientLoader!=null,hasAction:e.hasAction,hasClientAction:e.clientAction!=null,hasShouldRevalidate:e.shouldRevalidate!=null};return typeof c.loader=="function"&&(c.loader.hydrate=Vc(e.id,e.clientLoader,e.hasLoader,!1)),c}function sy(e){return rt(typeof e=="function","Invalid singleFetch parameter"),e()}function vE(e,t,r){if(!r){let a=`You are trying to call ${e==="action"?"serverAction()":"serverLoader()"} on a route that does not have a server ${e} (routeId: "${t}")`;throw console.error(a),new pn(400,"Bad Request",new Error(a),!0)}}var ly=new Set,PM=1e3,uy=new Set,OM=7680;function kM(e){if(e.length===0)return null;if(e.length===1)return new URL(`${e[0]}.manifest`,window.location.origin);let r=(window.__reactRouterDataRouter.basename??"").replace(/^\/|\/$/g,""),o=new URL(`${r}/.manifest`,window.location.origin);return e.sort().forEach(a=>o.searchParams.append("p",a)),o}async function wE(e,t,r,o){let a=kM(e);if(a==null)return;if(a.toString().length>OM){ly.clear();return}let s=await r(new Request(a,{signal:o}));if(!s.body||s.status<200||s.status>=300)throw new Error("Unable to fetch new route matches from the server");let u=await t(s.body,{temporaryReferences:void 0});if(u.type!=="manifest")throw new Error("Failed to patch routes");e.forEach(c=>MM(c,uy)),u.patches.forEach(c=>{window.__reactRouterDataRouter.patchRoutes(c.parentId??null,[Gc(c)])})}function MM(e,t){if(t.size>=PM){let r=t.values().next().value;t.delete(r)}t.add(e)}function LM(e,t){let r;return(...o)=>{window.clearTimeout(r),r=window.setTimeout(()=>e(...o),t)}}var w0=new TextEncoder,SE="</body></html>";function NM(e){let t=new TextDecoder,r,o=new Promise(f=>r=f),a=!1,s=[],u=null;function c(f){for(let d of s){let h=t.decode(d,{stream:!0});h.endsWith(SE)&&(h=h.slice(0,-SE.length)),f.enqueue(w0.encode(h))}s.length=0,u=null}return new TransformStream({transform(f,d){s.push(f),!u&&(u=setTimeout(async()=>{c(d),a||(a=!0,DM(e,d).catch(h=>d.error(h)).then(r))},0))},async flush(f){await o,u&&(clearTimeout(u),c(f)),f.enqueue(w0.encode("</body></html>"))}})}async function DM(e,t){let r=new TextDecoder("utf-8",{fatal:!0});const o=e.getReader();try{let s;for(;(s=await o.read())&&!s.done;){const u=s.value;try{S0(JSON.stringify(r.decode(u,{stream:!0})),t)}catch{let f=JSON.stringify(btoa(String.fromCodePoint(...u)));S0(`Uint8Array.from(atob(${f}), m => m.codePointAt(0))`,t)}}}finally{o.releaseLock()}let a=r.decode();a.length&&S0(JSON.stringify(a),t)}function S0(e,t){t.enqueue(w0.encode(`<script>${IM(`(self.__FLIGHT_DATA||=[]).push(${e})`)}<\/script>`))}function IM(e){return e.replace(/<!--/g,"<\\!--").replace(/<\/(script)/gi,"</\\$1")}var FM="use",_E=oe[FM];function jM(e){if(_E)return _E(e);throw new Error("React Router v7 requires React 19+ for RSC features.")}async function zM({request:e,fetchServer:t,createFromReadableStream:r,renderHTML:o,hydrate:a=!0}){const s=new URL(e.url),c=$M(s)||HM(s)||e.headers.has("rsc-action-id"),f=await t(e);if(c||f.headers.get("React-Router-Resource")==="true")return f;if(!f.body)throw new Error("Missing body in server response");let d=null;a&&(d=f.clone());const h=f.body;let y;const v=async()=>y||(y=r(h),y);try{const _=await v();if(f.status===$v&&_.type==="redirect"){const x=new Headers(f.headers);return x.delete("Content-Encoding"),x.delete("Content-Length"),x.delete("Content-Type"),x.delete("x-remix-response"),x.set("Location",_.location),new Response(d?.body||"",{headers:x,status:_.status,statusText:f.statusText})}const S=await o(v),E=new Headers(f.headers);if(E.set("Content-Type","text/html"),!a)return new Response(S,{status:f.status,headers:E});if(!d?.body)throw new Error("Failed to clone server response");const b=S.pipeThrough(NM(d.body));return new Response(b,{status:f.status,headers:E})}catch(_){if(_ instanceof Response)return _;throw _}}function UM({getPayload:e}){const t=jM(e());if(t.type==="redirect")throw new Response(null,{status:t.status,headers:{Location:t.location}});if(t.type!=="render")return null;let r={...t.loaderData};for(const u of t.matches)Vc(u.id,u.clientLoader,u.hasLoader,!1)&&(u.hydrateFallbackElement||!u.hasLoader)&&delete r[u.id];const o={actionData:t.actionData,actionHeaders:{},basename:t.basename,errors:t.errors,loaderData:r,loaderHeaders:{},location:t.location,statusCode:200,matches:t.matches.map(u=>({params:u.params,pathname:u.pathname,pathnameBase:u.pathnameBase,route:{id:u.id,action:u.hasAction||!!u.clientAction,handle:u.handle,hasErrorBoundary:u.hasErrorBoundary,loader:u.hasLoader||!!u.clientLoader,index:u.index,path:u.path,shouldRevalidate:u.shouldRevalidate}}))},a=a0(t.matches.reduceRight((u,c)=>{const f={id:c.id,action:c.hasAction||!!c.clientAction,element:c.element,errorElement:c.errorElement,handle:c.handle,hasErrorBoundary:!!c.errorElement,hydrateFallbackElement:c.hydrateFallbackElement,index:c.index,loader:c.hasLoader||!!c.clientLoader,path:c.path,shouldRevalidate:c.shouldRevalidate};return u.length>0&&(f.children=u),[f]},[]),o),s={future:{unstable_middleware:!1,unstable_subResourceIntegrity:!1},isSpaMode:!1,ssr:!0,criticalCss:"",manifest:{routes:{},version:"1",url:"",entry:{module:"",imports:[]}},routeDiscovery:{mode:"lazy",manifestPath:"/__manifest"},routeModules:bM(t)};return g.createElement(Av.Provider,{value:!0},g.createElement(mE,{location:t.location},g.createElement(Zi.Provider,{value:s},g.createElement(i0,{context:o,router:a,hydrate:!1,nonce:t.nonce}))))}function $M(e){return e.pathname.endsWith(".rsc")}function HM(e){return e.pathname.endsWith(".manifest")}function BM(){let e=new TextEncoder,t=null,r=new ReadableStream({start(o){if(typeof window>"u")return;let a=s=>{typeof s=="string"?o.enqueue(e.encode(s)):o.enqueue(s)};window.__FLIGHT_DATA||(window.__FLIGHT_DATA=[]),window.__FLIGHT_DATA.forEach(a),window.__FLIGHT_DATA.push=s=>(a(s),0),t=o}});return typeof document<"u"&&document.readyState==="loading"?document.addEventListener("DOMContentLoaded",()=>{t?.close()}):t?.close(),r}function bE(e){if(!e)return null;let t=Object.entries(e),r={};for(let[o,a]of t)if(a&&a.__type==="RouteErrorResponse")r[o]=new pn(a.status,a.statusText,a.data,a.internal===!0);else if(a&&a.__type==="Error"){if(a.__subType){let s=window[a.__subType];if(typeof s=="function")try{let u=new s(a.message);u.stack=a.stack,r[o]=u}catch{}}if(r[o]==null){let s=new Error(a.message);s.stack=a.stack,r[o]=s}}else r[o]=a;return r}/**
|
|
128
|
-
* react-router v7.
|
|
127
|
+
`}});if(Xr(e))return g.createElement(yE,{renderAppShell:t,title:"Unhandled Thrown Response!"},g.createElement("h1",{style:{fontSize:"24px"}},e.status," ",e.statusText),Ka?r:null);let o;if(e instanceof Error)o=e;else{let a=e==null?"Unknown Error":typeof e=="object"&&"toString"in e?e.toString():JSON.stringify(e);o=new Error(a)}return g.createElement(yE,{renderAppShell:t,title:"Application Error!"},g.createElement("h1",{style:{fontSize:"24px"}},"Application Error"),g.createElement("pre",{style:{padding:"2rem",background:"hsla(10, 50%, 50%, 0.1)",color:"red",overflow:"auto"}},o.stack),r)}function vM({hasRootLayout:e}){let t=Kd();if(e===void 0)throw new Error("Missing 'hasRootLayout' prop");return g.createElement(gE,{renderAppShell:!e,error:t})}function wM(e){const t={};for(const r of e.matches)v0(t,r);return t}function v0(e,t){t=Array.isArray(t)?t:[t];for(const r of t)e[r.id]={links:r.links,meta:r.meta,default:SM}}var SM=()=>null;function _M({createFromReadableStream:e,createTemporaryReferenceSet:t,encodeReply:r,fetch:o=fetch}){const a=window;let s=0;return async(u,c)=>{let f=a.__routerActionID=(a.__routerActionID??(a.__routerActionID=0))+1;const d=t(),h=await o(new Request(location.href,{body:await r(c,{temporaryReferences:d}),method:"POST",headers:{Accept:"text/x-component","rsc-action-id":u}}));if(!h.body)throw new Error("No response body");const y=await e(h.body,{temporaryReferences:d});if(y.type==="redirect"){if(y.reload){window.location.href=y.location;return}return a.__reactRouterDataRouter.navigate(y.location,{replace:y.replace}),y.actionResult}if(y.type!=="action")throw new Error("Unexpected payload type");return y.rerender&&g.startTransition(async()=>{const v=await y.rerender;if(v&&s<f&&a.__routerActionID<=f){if(s=f,v.type==="redirect"){if(v.reload){window.location.href=v.location;return}a.__reactRouterDataRouter.navigate(v.location,{replace:v.replace});return}let b;for(const S of v.matches)a.__reactRouterDataRouter.patchRoutes(b?.id??null,[Yc(S)],!0),b=S;window.__reactRouterDataRouter._internalSetStateDoNotUseOrYouWillBreakYourApp({}),g.startTransition(()=>{window.__reactRouterDataRouter._internalSetStateDoNotUseOrYouWillBreakYourApp({loaderData:Object.assign({},a.__reactRouterDataRouter.state.loaderData,v.loaderData),errors:v.errors?Object.assign({},a.__reactRouterDataRouter.state.errors,v.errors):null})})}}),y.actionResult}}function bM({fetchImplementation:e,createFromReadableStream:t,getContext:r,payload:o}){const a=window;if(a.__reactRouterDataRouter&&a.__reactRouterRouteModules)return{router:a.__reactRouterDataRouter,routeModules:a.__reactRouterRouteModules};if(o.type!=="render")throw new Error("Invalid payload type");a.__reactRouterRouteModules=a.__reactRouterRouteModules??{},v0(a.__reactRouterRouteModules,o.matches);let s=new Map;o.patches?.forEach(f=>{rt(f.parentId,"Invalid patch parentId"),s.has(f.parentId)||s.set(f.parentId,[]),s.get(f.parentId)?.push(f)});let u=o.matches.reduceRight((f,d)=>{const h=Yc(d,o);if(f.length>0){h.children=f;let y=s.get(d.id);y&&h.children.push(...y.map(v=>Yc(v)))}return[h]},[]);a.__reactRouterDataRouter=Fc({routes:u,getContext:r,basename:o.basename,history:zd(),hydrationData:g0({state:{loaderData:o.loaderData,actionData:o.actionData,errors:o.errors},routes:u,getRouteInfo:f=>{let d=o.matches.find(h=>h.id===f);return rt(d,"Route not found in payload"),{clientLoader:d.clientLoader,hasLoader:d.hasLoader,hasHydrateFallback:d.hydrateFallbackElement!=null}},location:o.location,basename:o.basename,isSpaMode:!1}),async patchRoutesOnNavigation({path:f,signal:d}){uy.has(f)||await wE([f],t,e,d)},dataStrategy:EM(()=>a.__reactRouterDataRouter,!0,o.basename,t,e)}),a.__reactRouterDataRouter.state.initialized?(a.__routerInitialized=!0,a.__reactRouterDataRouter.initialize()):a.__routerInitialized=!1;let c;return a.__reactRouterDataRouter.subscribe(({loaderData:f,actionData:d})=>{c!==f&&(a.__routerActionID=(a.__routerActionID??(a.__routerActionID=0))+1)}),a.__reactRouterDataRouter._updateRoutesForHMR=f=>{const d=window.__reactRouterDataRouter.routes,h=[];function y(v,b){return v.map(S=>{const E=f.get(S.id);if(E){const{routeModule:x,hasAction:T,hasComponent:C,hasErrorBoundary:P,hasLoader:A}=E,O=Yc({clientAction:x.clientAction,clientLoader:x.clientLoader,element:S.element,errorElement:S.errorElement,handle:S.handle,hasAction:T,hasComponent:C,hasErrorBoundary:P,hasLoader:A,hydrateFallbackElement:S.hydrateFallbackElement,id:S.id,index:S.index,links:x.links,meta:x.meta,parentId:b,path:S.path,shouldRevalidate:x.shouldRevalidate});return S.children&&(O.children=y(S.children,S.id)),O}const _={...S};return S.children&&(_.children=y(S.children,S.id)),_})}h.push(...y(d,void 0)),window.__reactRouterDataRouter._internalSetRoutes(h)},{router:a.__reactRouterDataRouter,routeModules:a.__reactRouterRouteModules}}var w0=NS();function EM(e,t,r,o,a){let s=pb(e,u=>{let c=u;return{hasLoader:c.route.hasLoader,hasClientLoader:c.route.hasClientLoader,hasComponent:c.route.hasComponent,hasAction:c.route.hasAction,hasClientAction:c.route.hasClientAction,hasShouldRevalidate:c.route.hasShouldRevalidate}},RM(o,a),t,r,u=>{let c=u;return c.route.hasComponent&&!c.route.element});return async u=>u.runClientMiddleware(async()=>{let c=u.context;c.set(w0,[]);let f=await s(u);const d=new Map;for(const h of c.get(w0))d.has(h.id)||d.set(h.id,[]),d.get(h.id).push(h);for(const h of u.matches){const y=d.get(h.route.id);if(y)for(const v of y)window.__reactRouterDataRouter.patchRoutes(v.parentId??null,[Yc(v)],!0)}return f})}function RM(e,t){return async(r,o,a)=>{let{request:s,context:u}=r,c=Bv(s.url,o,"rsc");s.method==="GET"&&(c=hb(c),a&&c.searchParams.set("_routes",a.join(",")));let f=await t(new Request(c,await lb(s)));if(f.status===404&&!f.headers.has("X-Remix-Response"))throw new pn(404,"Not Found",!0);rt(f.body,"No response body to decode");try{const d=await e(f.body,{temporaryReferences:void 0});if(d.type==="redirect")return{status:f.status,data:{redirect:{redirect:d.location,reload:d.reload,replace:d.replace,revalidate:!1,status:d.status}}};if(d.type!=="render")throw new Error("Unexpected payload type");u.get(w0).push(...d.matches);let h={routes:{}};const y=Dn(s.method)?"actionData":"loaderData";for(let[v,b]of Object.entries(d[y]||{}))h.routes[v]={data:b};if(d.errors)for(let[v,b]of Object.entries(d.errors))h.routes[v]={error:b};return{status:f.status,data:h}}catch{throw new Error("Unable to decode RSC response")}}}function xM({createFromReadableStream:e,fetch:t=fetch,payload:r,routeDiscovery:o="eager",getContext:a}){if(r.type!=="render")throw new Error("Invalid payload type");let{router:s,routeModules:u}=g.useMemo(()=>bM({payload:r,fetchImplementation:t,getContext:a,createFromReadableStream:e}),[e,r,t,a]);g.useEffect(()=>{Mb()},[]),g.useLayoutEffect(()=>{const h=window;h.__routerInitialized||(h.__routerInitialized=!0,h.__reactRouterDataRouter.initialize())},[]);let[c,f]=g.useState(s.state.location);g.useLayoutEffect(()=>s.subscribe(h=>{h.location!==c&&f(h.location)}),[s,c]),g.useEffect(()=>{if(o==="lazy"||window.navigator?.connection?.saveData===!0)return;function h(S){let E=S.tagName==="FORM"?S.getAttribute("action"):S.getAttribute("href");if(!E)return;let _=S.tagName==="A"?S.pathname:new URL(E,window.location.origin).pathname;uy.has(_)||ly.add(_)}async function y(){document.querySelectorAll("a[data-discover], form[data-discover]").forEach(h);let S=Array.from(ly.keys()).filter(E=>uy.has(E)?(ly.delete(E),!1):!0);if(S.length!==0)try{await wE(S,e,t)}catch(E){console.error("Failed to fetch manifest patches",E)}}let v=OM(y,100);y(),new MutationObserver(()=>v()).observe(document.documentElement,{subtree:!0,childList:!0,attributes:!0,attributeFilter:["data-discover","href","action"]})},[o,e,t]);const d={future:{v8_middleware:!1,unstable_subResourceIntegrity:!1},isSpaMode:!1,ssr:!0,criticalCss:"",manifest:{routes:{},version:"1",url:"",entry:{module:"",imports:[]}},routeDiscovery:{mode:"lazy",manifestPath:"/__manifest"},routeModules:u};return g.createElement(Av.Provider,{value:!0},g.createElement(mE,{location:c},g.createElement(ta.Provider,{value:d},g.createElement(Lv,{router:s,flushSync:fe.flushSync}))))}function Yc(e,t){let r=t&&e.id in t.loaderData,o=t?.loaderData[e.id],a=t?.errors&&e.id in t.errors,s=t?.errors?.[e.id],u=e.clientLoader?.hydrate===!0||!e.hasLoader||e.hasComponent&&!e.element;rt(window.__reactRouterRouteModules),v0(window.__reactRouterRouteModules,e);let c={id:e.id,element:e.element,errorElement:e.errorElement,handle:e.handle,hasErrorBoundary:e.hasErrorBoundary,hydrateFallbackElement:e.hydrateFallbackElement,index:e.index,loader:e.clientLoader?async(f,d)=>{try{return await e.clientLoader({...f,serverLoader:()=>{if(vE("loader",e.id,e.hasLoader),u){if(r)return o;if(a)throw s}return sy(d)}})}finally{u=!1}}:((f,d)=>sy(d)),action:e.clientAction?(f,d)=>e.clientAction({...f,serverAction:async()=>(vE("action",e.id,e.hasLoader),await sy(d))}):e.hasAction?(f,d)=>sy(d):()=>{throw Qm("action",e.id)},path:e.path,shouldRevalidate:e.shouldRevalidate,hasLoader:!0,hasClientLoader:e.clientLoader!=null,hasAction:e.hasAction,hasClientAction:e.clientAction!=null,hasShouldRevalidate:e.shouldRevalidate!=null};return typeof c.loader=="function"&&(c.loader.hydrate=Wc(e.id,e.clientLoader,e.hasLoader,!1)),c}function sy(e){return rt(typeof e=="function","Invalid singleFetch parameter"),e()}function vE(e,t,r){if(!r){let a=`You are trying to call ${e==="action"?"serverAction()":"serverLoader()"} on a route that does not have a server ${e} (routeId: "${t}")`;throw console.error(a),new pn(400,"Bad Request",new Error(a),!0)}}var ly=new Set,TM=1e3,uy=new Set,CM=7680;function AM(e){if(e.length===0)return null;if(e.length===1)return new URL(`${e[0]}.manifest`,window.location.origin);let r=(window.__reactRouterDataRouter.basename??"").replace(/^\/|\/$/g,""),o=new URL(`${r}/.manifest`,window.location.origin);return e.sort().forEach(a=>o.searchParams.append("p",a)),o}async function wE(e,t,r,o){let a=AM(e);if(a==null)return;if(a.toString().length>CM){ly.clear();return}let s=await r(new Request(a,{signal:o}));if(!s.body||s.status<200||s.status>=300)throw new Error("Unable to fetch new route matches from the server");let u=await t(s.body,{temporaryReferences:void 0});if(u.type!=="manifest")throw new Error("Failed to patch routes");e.forEach(c=>PM(c,uy)),u.patches.forEach(c=>{window.__reactRouterDataRouter.patchRoutes(c.parentId??null,[Yc(c)])})}function PM(e,t){if(t.size>=TM){let r=t.values().next().value;t.delete(r)}t.add(e)}function OM(e,t){let r;return(...o)=>{window.clearTimeout(r),r=window.setTimeout(()=>e(...o),t)}}var S0=new TextEncoder,SE="</body></html>";function kM(e){let t=new TextDecoder,r,o=new Promise(f=>r=f),a=!1,s=[],u=null;function c(f){for(let d of s){let h=t.decode(d,{stream:!0});h.endsWith(SE)&&(h=h.slice(0,-SE.length)),f.enqueue(S0.encode(h))}s.length=0,u=null}return new TransformStream({transform(f,d){s.push(f),!u&&(u=setTimeout(async()=>{c(d),a||(a=!0,MM(e,d).catch(h=>d.error(h)).then(r))},0))},async flush(f){await o,u&&(clearTimeout(u),c(f)),f.enqueue(S0.encode("</body></html>"))}})}async function MM(e,t){let r=new TextDecoder("utf-8",{fatal:!0});const o=e.getReader();try{let s;for(;(s=await o.read())&&!s.done;){const u=s.value;try{_0(JSON.stringify(r.decode(u,{stream:!0})),t)}catch{let f=JSON.stringify(btoa(String.fromCodePoint(...u)));_0(`Uint8Array.from(atob(${f}), m => m.codePointAt(0))`,t)}}}finally{o.releaseLock()}let a=r.decode();a.length&&_0(JSON.stringify(a),t)}function _0(e,t){t.enqueue(S0.encode(`<script>${LM(`(self.__FLIGHT_DATA||=[]).push(${e})`)}<\/script>`))}function LM(e){return e.replace(/<!--/g,"<\\!--").replace(/<\/(script)/gi,"</\\$1")}var NM="use",_E=oe[NM];function DM(e){if(_E)return _E(e);throw new Error("React Router v7 requires React 19+ for RSC features.")}async function IM({request:e,fetchServer:t,createFromReadableStream:r,renderHTML:o,hydrate:a=!0}){const s=new URL(e.url),c=jM(s)||zM(s)||e.headers.has("rsc-action-id"),f=await t(e);if(c||f.headers.get("React-Router-Resource")==="true")return f;if(!f.body)throw new Error("Missing body in server response");const d=f.clone();let h=null;a&&(h=f.clone());const y=f.body;let v,b=[];const S=()=>v?new ReadableStream({start(_){v.forEach(x=>_.enqueue(x)),b.push(_)}}):(v=[],y.pipeThrough(new TransformStream({transform(_,x){v.push(_),x.enqueue(_),b.forEach(T=>T.enqueue(_))},flush(){b.forEach(_=>_.close()),b=[]}}))),E=async()=>r(S());try{if(!d.body)throw new Error("Failed to clone server response");const _=await r(d.body);if(f.status===Hv&&_.type==="redirect"){const P=new Headers(f.headers);return P.delete("Content-Encoding"),P.delete("Content-Length"),P.delete("Content-Type"),P.delete("x-remix-response"),P.set("Location",_.location),new Response(h?.body||"",{headers:P,status:_.status,statusText:f.statusText})}const x=await o(E),T=new Headers(f.headers);if(T.set("Content-Type","text/html"),!a)return new Response(x,{status:f.status,headers:T});if(!h?.body)throw new Error("Failed to clone server response");const C=x.pipeThrough(kM(h.body));return new Response(C,{status:f.status,headers:T})}catch(_){if(_ instanceof Response)return _;throw _}}function FM({getPayload:e}){const t=DM(e());if(t.type==="redirect")throw new Response(null,{status:t.status,headers:{Location:t.location}});if(t.type!=="render")return null;let r={...t.loaderData};for(const u of t.matches)Wc(u.id,u.clientLoader,u.hasLoader,!1)&&(u.hydrateFallbackElement||!u.hasLoader)&&delete r[u.id];const o={actionData:t.actionData,actionHeaders:{},basename:t.basename,errors:t.errors,loaderData:r,loaderHeaders:{},location:t.location,statusCode:200,matches:t.matches.map(u=>({params:u.params,pathname:u.pathname,pathnameBase:u.pathnameBase,route:{id:u.id,action:u.hasAction||!!u.clientAction,handle:u.handle,hasErrorBoundary:u.hasErrorBoundary,loader:u.hasLoader||!!u.clientLoader,index:u.index,path:u.path,shouldRevalidate:u.shouldRevalidate}}))},a=s0(t.matches.reduceRight((u,c)=>{const f={id:c.id,action:c.hasAction||!!c.clientAction,element:c.element,errorElement:c.errorElement,handle:c.handle,hasErrorBoundary:!!c.errorElement,hydrateFallbackElement:c.hydrateFallbackElement,index:c.index,loader:c.hasLoader||!!c.clientLoader,path:c.path,shouldRevalidate:c.shouldRevalidate};return u.length>0&&(f.children=u),[f]},[]),o),s={future:{v8_middleware:!1,unstable_subResourceIntegrity:!1},isSpaMode:!1,ssr:!0,criticalCss:"",manifest:{routes:{},version:"1",url:"",entry:{module:"",imports:[]}},routeDiscovery:{mode:"lazy",manifestPath:"/__manifest"},routeModules:wM(t)};return g.createElement(Av.Provider,{value:!0},g.createElement(mE,{location:t.location},g.createElement(ta.Provider,{value:s},g.createElement(a0,{context:o,router:a,hydrate:!1,nonce:t.nonce}))))}function jM(e){return e.pathname.endsWith(".rsc")}function zM(e){return e.pathname.endsWith(".manifest")}function UM(){let e=new TextEncoder,t=null,r=new ReadableStream({start(o){if(typeof window>"u")return;let a=s=>{typeof s=="string"?o.enqueue(e.encode(s)):o.enqueue(s)};window.__FLIGHT_DATA||(window.__FLIGHT_DATA=[]),window.__FLIGHT_DATA.forEach(a),window.__FLIGHT_DATA.push=s=>(a(s),0),t=o}});return typeof document<"u"&&document.readyState==="loading"?document.addEventListener("DOMContentLoaded",()=>{t?.close()}):t?.close(),r}function bE(e){if(!e)return null;let t=Object.entries(e),r={};for(let[o,a]of t)if(a&&a.__type==="RouteErrorResponse")r[o]=new pn(a.status,a.statusText,a.data,a.internal===!0);else if(a&&a.__type==="Error"){if(a.__subType){let s=window[a.__subType];if(typeof s=="function")try{let u=new s(a.message);u.stack=a.stack,r[o]=u}catch{}}if(r[o]==null){let s=new Error(a.message);s.stack=a.stack,r[o]=s}}else r[o]=a;return r}/**
|
|
128
|
+
* react-router v7.9.1
|
|
129
129
|
*
|
|
130
130
|
* Copyright (c) Remix Software Inc.
|
|
131
131
|
*
|
|
@@ -133,8 +133,8 @@ ${String(e)}`),new Response(r,{status:500,headers:{"Content-Type":"text/plain"}}
|
|
|
133
133
|
* LICENSE.md file in the root directory of this source tree.
|
|
134
134
|
*
|
|
135
135
|
* @license MIT
|
|
136
|
-
*/function EE(e){return g.createElement(Lv,{flushSync:fe.flushSync,...e})}var it=null,
|
|
137
|
-
* react-router v7.
|
|
136
|
+
*/function EE(e){return g.createElement(Lv,{flushSync:fe.flushSync,...e})}var it=null,rp=null;function $M(){if(!it&&window.__reactRouterContext&&window.__reactRouterManifest&&window.__reactRouterRouteModules){if(window.__reactRouterManifest.sri===!0){const e=document.querySelector("script[rr-importmap]");if(e?.textContent)try{window.__reactRouterManifest.sri=JSON.parse(e.textContent).integrity}catch(t){console.error("Failed to parse import map",t)}}it={context:window.__reactRouterContext,manifest:window.__reactRouterManifest,routeModules:window.__reactRouterRouteModules,stateDecodingPromise:void 0,router:void 0,routerInitialized:!1}}}function HM({getContext:e}){if($M(),!it)throw new Error("You must be using the SSR features of React Router in order to skip passing a `router` prop to `<RouterProvider>`");let t=it;if(!it.stateDecodingPromise){let s=it.context.stream;rt(s,"No stream found for single fetch decoding"),it.context.stream=void 0,it.stateDecodingPromise=Ym(s,window).then(u=>{it.context.state=u.value,t.stateDecodingPromise.value=!0}).catch(u=>{t.stateDecodingPromise.error=u})}if(it.stateDecodingPromise.error)throw it.stateDecodingPromise.error;if(!it.stateDecodingPromise.value)throw it.stateDecodingPromise;let r=Zd(it.manifest.routes,it.routeModules,it.context.state,it.context.ssr,it.context.isSpaMode),o;if(it.context.isSpaMode){let{loaderData:s}=it.context.state;it.manifest.routes.root?.hasLoader&&s&&"root"in s&&(o={loaderData:{root:s.root}})}else o=g0({state:it.context.state,routes:r,getRouteInfo:s=>({clientLoader:it.routeModules[s]?.clientLoader,hasLoader:it.manifest.routes[s]?.hasLoader===!0,hasHydrateFallback:it.routeModules[s]?.HydrateFallback!=null}),location:window.location,basename:window.__reactRouterContext?.basename,isSpaMode:it.context.isSpaMode}),o&&o.errors&&(o.errors=bE(o.errors));let a=Fc({routes:r,history:zd(),basename:it.context.basename,getContext:e,hydrationData:o,hydrationRouteProperties:Qd,mapRouteProperties:du,future:{middleware:it.context.future.v8_middleware},dataStrategy:db(()=>a,it.manifest,it.routeModules,it.context.ssr,it.context.basename),patchRoutesOnNavigation:Cb(it.manifest,it.routeModules,it.context.ssr,it.context.routeDiscovery,it.context.isSpaMode,it.context.basename)});return it.router=a,a.state.initialized&&(it.routerInitialized=!0,a.initialize()),a.createRoutesForHMR=Rb,window.__reactRouterDataRouter=a,a}function BM(e){rp||(rp=HM({getContext:e.getContext}));let[t,r]=g.useState(void 0);g.useEffect(()=>{},[]),g.useEffect(()=>{},[t]);let[o,a]=g.useState(rp.state.location);return g.useLayoutEffect(()=>{it&&it.router&&!it.routerInitialized&&(it.routerInitialized=!0,it.router.initialize())},[]),g.useLayoutEffect(()=>{if(it&&it.router)return it.router.subscribe(s=>{s.location!==o&&a(s.location)})},[o]),rt(it,"ssrInfo unavailable for HydratedRouter"),Ab(rp,it.manifest,it.routeModules,it.context.ssr,it.context.routeDiscovery,it.context.isSpaMode),g.createElement(g.Fragment,null,g.createElement(ta.Provider,{value:{manifest:it.manifest,routeModules:it.routeModules,future:it.context.future,criticalCss:t,ssr:it.context.ssr,isSpaMode:it.context.isSpaMode,routeDiscovery:it.context.routeDiscovery}},g.createElement(qv,{location:o},g.createElement(EE,{router:rp,unstable_onError:e.unstable_onError}))),g.createElement(g.Fragment,null))}/**
|
|
137
|
+
* react-router v7.9.1
|
|
138
138
|
*
|
|
139
139
|
* Copyright (c) Remix Software Inc.
|
|
140
140
|
*
|
|
@@ -143,7 +143,7 @@ ${String(e)}`),new Response(r,{status:500,headers:{"Content-Type":"text/plain"}}
|
|
|
143
143
|
*
|
|
144
144
|
* @license MIT
|
|
145
145
|
*//**
|
|
146
|
-
* react-router-dom v7.
|
|
146
|
+
* react-router-dom v7.9.1
|
|
147
147
|
*
|
|
148
148
|
* Copyright (c) Remix Software Inc.
|
|
149
149
|
*
|
|
@@ -151,11 +151,11 @@ ${String(e)}`),new Response(r,{status:500,headers:{"Content-Type":"text/plain"}}
|
|
|
151
151
|
* LICENSE.md file in the root directory of this source tree.
|
|
152
152
|
*
|
|
153
153
|
* @license MIT
|
|
154
|
-
*/var
|
|
155
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function op(e){var t={dispatch:ea(),subscribe:ea(),getState:ea(),replaceReducer:ea(),runSaga:ea(),createReducer:ea(),injectedReducers:xE(),injectedSagas:xE()};Fs()(b0()(e,t),"(redux-injectors...) checkStore: Expected a redux store that has been configured for use with redux-injectors.")}function uL(e,t){return function(o,a){t||op(e),Fs()(_0()(o)&&!RE()(o)&&ea()(a),"(redux-injectors...) injectReducer: Expected `reducer` to be a reducer function"),!(Reflect.has(e.injectedReducers,o)&&e.injectedReducers[o]===a)&&(e.injectedReducers[o]=a,e.replaceReducer(e.createReducer(e.injectedReducers)))}}function NE(e){return op(e),{injectReducer:uL(e,!0)}}var cL=(function(e){var t=e.key,r=e.reducer;return function(o){var a=(function(s){OE(c,s);var u=kE(c);function c(f,d){var h;return TE(this,c),h=u.call(this,f,d),NE(d.store).injectReducer(t,r),h}return AE(c,[{key:"render",value:function(){return g.createElement(o,this.props)}}]),c})(g.Component);return hu(a,"WrappedComponent",o),hu(a,"contextType",$o),hu(a,"displayName","withReducer(".concat(o.displayName||o.name||"Component",")")),cy()(a,o)}}),DE=function(t){var r=t.key,o=t.reducer,a=Am(),s=g.useState(!1),u=ME(s,2),c=u[0],f=u[1];return g.useLayoutEffect(function(){NE(a).injectReducer(r,o),f(!0)},[]),c},IE="@@saga-injector/restart-on-remount",ip="@@saga-injector/daemon",x0="@@saga-injector/once-till-unmount",Yc="@@saga-injector/counter",FE={RESTART_ON_REMOUNT:IE,DAEMON:ip,ONCE_TILL_UNMOUNT:x0,COUNTER:Yc},fL=[IE,ip,x0,Yc],jE=function(t){return Fs()(_0()(t)&&!RE()(t),"(redux-injectors...) injectSaga: Expected `key` to be a non empty string")},dL=function(t){var r={saga:ea(),mode:function(a){return _0()(a)&&fL.includes(a)},count:eL()};Fs()(b0()(t,r),"(redux-injectors...) injectSaga: Expected a valid saga descriptor")};function pL(e,t){return function(o){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};t||op(e);var s=E0({},a,{mode:a.mode||ip,count:0}),u=s.saga,c=s.mode;jE(o),dL(s);var f=Reflect.has(e.injectedSagas,o);if(0)var d;if(c===Yc){e.injectedSagas[o]==="done"&&(f=!1);var h=0;f&&(h=Math.max(e.injectedSagas[o].count||0,0)),s.count=h+1}!f||f&&c!==ip&&c!==x0&&c!==Yc?e.injectedSagas[o]=E0({},s,{task:e.runSaga(u)}):f&&c===Yc&&(e.injectedSagas[o].count=s.count)}}function hL(e,t){return function(o){if(t||op(e),jE(o),Reflect.has(e.injectedSagas,o)){var a=e.injectedSagas[o];if(!a.mode)return;if(a.mode===Yc){if(a.count-=1,a.count>0)return;a.task.cancel(),delete e.injectedSagas[o]}else a.mode!==ip&&(a.task.cancel(),e.injectedSagas[o]="done")}}}function T0(e){return op(e),{injectSaga:pL(e,!0),ejectSaga:hL(e,!0)}}var mL=(function(e){var t=e.key,r=e.saga,o=e.mode;return function(a){var s=(function(u){OE(f,u);var c=kE(f);function f(d,h){var y;return TE(this,f),y=c.call(this,d,h),y.injectors=T0(h.store),y.injectors.injectSaga(t,{saga:r,mode:o}),y}return AE(f,[{key:"componentWillUnmount",value:function(){this.injectors.ejectSaga(t)}},{key:"render",value:function(){return g.createElement(a,this.props)}}]),f})(g.Component);return hu(s,"WrappedComponent",a),hu(s,"contextType",$o),hu(s,"displayName","withSaga(".concat(a.displayName||a.name||"Component",")")),cy()(s,a)}}),zE=function(t){var r=t.key,o=t.saga,a=Am(),s=g.useState(!1),u=ME(s,2),c=u[0],f=u[1];return g.useLayoutEffect(function(){return T0(a).injectSaga(r,{saga:o,mode:FE.COUNTER}),f(!0),function(){T0(a).ejectSaga(r)}},[]),c};function yL(e){return Fs()(b0()(e,{runSaga:ea(),createReducer:ea()}),"(redux-injectors...) createInjectorsEnhancer: params `runSaga` and `createReducer` are required."),function(t){return function(){var r=t.apply(void 0,arguments);return E0({},r,{createReducer:e.createReducer,runSaga:e.runSaga,injectedReducers:{},injectedSagas:{}})}}}function gL(e){var t=e.name,r=e.key,o=e.reducer,a=e.saga;function s(u){var c=o?DE({key:r,reducer:o}):!0,f=a?zE({key:r,saga:a}):!0;return c&&f?u.children:null}return s.displayName=t,s}var UE=Oe(4276),vL=Oe(2945),wL=Oe.n(vL);function SL(e){function t(ze,Se,Be,Ve,re){for(var Rt=0,Le=0,It=0,at=0,xt,Ke,qt=0,Ht=0,At,Rr=At=xt=0,Tt=0,Sr=0,Jn=0,I=0,q=Be.length,le=q-1,Pe,ue="",pe="",We="",_t="",Pt;Tt<q;){if(Ke=Be.charCodeAt(Tt),Tt===le&&Le+at+It+Rt!==0&&(Le!==0&&(Ke=Le===47?10:47),at=It=Rt=0,q++,le++),Le+at+It+Rt===0){if(Tt===le&&(0<Sr&&(ue=ue.replace(v,"")),0<ue.trim().length)){switch(Ke){case 32:case 9:case 59:case 13:case 10:break;default:ue+=Be.charAt(Tt)}Ke=59}switch(Ke){case 123:for(ue=ue.trim(),xt=ue.charCodeAt(0),At=1,I=++Tt;Tt<q;){switch(Ke=Be.charCodeAt(Tt)){case 123:At++;break;case 125:At--;break;case 47:switch(Ke=Be.charCodeAt(Tt+1)){case 42:case 47:e:{for(Rr=Tt+1;Rr<le;++Rr)switch(Be.charCodeAt(Rr)){case 47:if(Ke===42&&Be.charCodeAt(Rr-1)===42&&Tt+2!==Rr){Tt=Rr+1;break e}break;case 10:if(Ke===47){Tt=Rr+1;break e}}Tt=Rr}}break;case 91:Ke++;case 40:Ke++;case 34:case 39:for(;Tt++<le&&Be.charCodeAt(Tt)!==Ke;);}if(At===0)break;Tt++}switch(At=Be.substring(I,Tt),xt===0&&(xt=(ue=ue.replace(y,"").trim()).charCodeAt(0)),xt){case 64:switch(0<Sr&&(ue=ue.replace(v,"")),Ke=ue.charCodeAt(1),Ke){case 100:case 109:case 115:case 45:Sr=Se;break;default:Sr=tt}if(At=t(Se,Sr,At,Ke,re+1),I=At.length,0<Et&&(Sr=r(tt,ue,Jn),Pt=c(3,At,Sr,Se,ve,ge,I,Ke,re,Ve),ue=Sr.join(""),Pt!==void 0&&(I=(At=Pt.trim()).length)===0&&(Ke=0,At="")),0<I)switch(Ke){case 115:ue=ue.replace(O,u);case 100:case 109:case 45:At=ue+"{"+At+"}";break;case 107:ue=ue.replace(T,"$1 $2"),At=ue+"{"+At+"}",At=He===1||He===2&&s("@"+At,3)?"@-webkit-"+At+"@"+At:"@"+At;break;default:At=ue+At,Ve===112&&(At=(pe+=At,""))}else At="";break;default:At=t(Se,r(Se,ue,Jn),At,Ve,re+1)}We+=At,At=Jn=Sr=Rr=xt=0,ue="",Ke=Be.charCodeAt(++Tt);break;case 125:case 59:if(ue=(0<Sr?ue.replace(v,""):ue).trim(),1<(I=ue.length))switch(Rr===0&&(xt=ue.charCodeAt(0),xt===45||96<xt&&123>xt)&&(I=(ue=ue.replace(" ",":")).length),0<Et&&(Pt=c(1,ue,Se,ze,ve,ge,pe.length,Ve,re,Ve))!==void 0&&(I=(ue=Pt.trim()).length)===0&&(ue="\0\0"),xt=ue.charCodeAt(0),Ke=ue.charCodeAt(1),xt){case 0:break;case 64:if(Ke===105||Ke===99){_t+=ue+Be.charAt(Tt);break}default:ue.charCodeAt(I-1)!==58&&(pe+=a(ue,xt,Ke,ue.charCodeAt(2)))}Jn=Sr=Rr=xt=0,ue="",Ke=Be.charCodeAt(++Tt)}}switch(Ke){case 13:case 10:Le===47?Le=0:1+xt===0&&Ve!==107&&0<ue.length&&(Sr=1,ue+="\0"),0<Et*Ct&&c(0,ue,Se,ze,ve,ge,pe.length,Ve,re,Ve),ge=1,ve++;break;case 59:case 125:if(Le+at+It+Rt===0){ge++;break}default:switch(ge++,Pe=Be.charAt(Tt),Ke){case 9:case 32:if(at+Rt+Le===0)switch(qt){case 44:case 58:case 9:case 32:Pe="";break;default:Ke!==32&&(Pe=" ")}break;case 0:Pe="\\0";break;case 12:Pe="\\f";break;case 11:Pe="\\v";break;case 38:at+Le+Rt===0&&(Sr=Jn=1,Pe="\f"+Pe);break;case 108:if(at+Le+Rt+Fe===0&&0<Rr)switch(Tt-Rr){case 2:qt===112&&Be.charCodeAt(Tt-3)===58&&(Fe=qt);case 8:Ht===111&&(Fe=Ht)}break;case 58:at+Le+Rt===0&&(Rr=Tt);break;case 44:Le+It+at+Rt===0&&(Sr=1,Pe+="\r");break;case 34:case 39:Le===0&&(at=at===Ke?0:at===0?Ke:at);break;case 91:at+Le+It===0&&Rt++;break;case 93:at+Le+It===0&&Rt--;break;case 41:at+Le+Rt===0&&It--;break;case 40:if(at+Le+Rt===0){if(xt===0)switch(2*qt+3*Ht){case 533:break;default:xt=1}It++}break;case 64:Le+It+at+Rt+Rr+At===0&&(At=1);break;case 42:case 47:if(!(0<at+Rt+It))switch(Le){case 0:switch(2*Ke+3*Be.charCodeAt(Tt+1)){case 235:Le=47;break;case 220:I=Tt,Le=42}break;case 42:Ke===47&&qt===42&&I+2!==Tt&&(Be.charCodeAt(I+2)===33&&(pe+=Be.substring(I,Tt+1)),Pe="",Le=0)}}Le===0&&(ue+=Pe)}Ht=qt,qt=Ke,Tt++}if(I=pe.length,0<I){if(Sr=Se,0<Et&&(Pt=c(2,pe,Sr,ze,ve,ge,I,Ve,re,Ve),Pt!==void 0&&(pe=Pt).length===0))return _t+pe+We;if(pe=Sr.join(",")+"{"+pe+"}",He*Fe!==0){switch(He!==2||s(pe,2)||(Fe=0),Fe){case 111:pe=pe.replace(P,":-moz-$1")+pe;break;case 112:pe=pe.replace(C,"::-webkit-input-$1")+pe.replace(C,"::-moz-$1")+pe.replace(C,":-ms-input-$1")+pe}Fe=0}}return _t+pe+We}function r(ze,Se,Be){var Ve=Se.trim().split(b);Se=Ve;var re=Ve.length,Rt=ze.length;switch(Rt){case 0:case 1:var Le=0;for(ze=Rt===0?"":ze[0]+" ";Le<re;++Le)Se[Le]=o(ze,Se[Le],Be).trim();break;default:var It=Le=0;for(Se=[];Le<re;++Le)for(var at=0;at<Rt;++at)Se[It++]=o(ze[at]+" ",Ve[Le],Be).trim()}return Se}function o(ze,Se,Be){var Ve=Se.charCodeAt(0);switch(33>Ve&&(Ve=(Se=Se.trim()).charCodeAt(0)),Ve){case 38:return Se.replace(x,"$1"+ze.trim());case 58:return ze.trim()+Se.replace(x,"$1"+ze.trim());default:if(0<1*Be&&0<Se.indexOf("\f"))return Se.replace(x,(ze.charCodeAt(0)===58?"":"$1")+ze.trim())}return ze+Se}function a(ze,Se,Be,Ve){var re=ze+";",Rt=2*Se+3*Be+4*Ve;if(Rt===944){ze=re.indexOf(":",9)+1;var Le=re.substring(ze,re.length-1).trim();return Le=re.substring(0,ze).trim()+Le+";",He===1||He===2&&s(Le,1)?"-webkit-"+Le+Le:Le}if(He===0||He===2&&!s(re,1))return re;switch(Rt){case 1015:return re.charCodeAt(10)===97?"-webkit-"+re+re:re;case 951:return re.charCodeAt(3)===116?"-webkit-"+re+re:re;case 963:return re.charCodeAt(5)===110?"-webkit-"+re+re:re;case 1009:if(re.charCodeAt(4)!==100)break;case 969:case 942:return"-webkit-"+re+re;case 978:return"-webkit-"+re+"-moz-"+re+re;case 1019:case 983:return"-webkit-"+re+"-moz-"+re+"-ms-"+re+re;case 883:if(re.charCodeAt(8)===45)return"-webkit-"+re+re;if(0<re.indexOf("image-set(",11))return re.replace(he,"$1-webkit-$2")+re;break;case 932:if(re.charCodeAt(4)===45)switch(re.charCodeAt(5)){case 103:return"-webkit-box-"+re.replace("-grow","")+"-webkit-"+re+"-ms-"+re.replace("grow","positive")+re;case 115:return"-webkit-"+re+"-ms-"+re.replace("shrink","negative")+re;case 98:return"-webkit-"+re+"-ms-"+re.replace("basis","preferred-size")+re}return"-webkit-"+re+"-ms-"+re+re;case 964:return"-webkit-"+re+"-ms-flex-"+re+re;case 1023:if(re.charCodeAt(8)!==99)break;return Le=re.substring(re.indexOf(":",15)).replace("flex-","").replace("space-between","justify"),"-webkit-box-pack"+Le+"-webkit-"+re+"-ms-flex-pack"+Le+re;case 1005:return S.test(re)?re.replace(_,":-webkit-")+re.replace(_,":-moz-")+re:re;case 1e3:switch(Le=re.substring(13).trim(),Se=Le.indexOf("-")+1,Le.charCodeAt(0)+Le.charCodeAt(Se)){case 226:Le=re.replace(A,"tb");break;case 232:Le=re.replace(A,"tb-rl");break;case 220:Le=re.replace(A,"lr");break;default:return re}return"-webkit-"+re+"-ms-"+Le+re;case 1017:if(re.indexOf("sticky",9)===-1)break;case 975:switch(Se=(re=ze).length-10,Le=(re.charCodeAt(Se)===33?re.substring(0,Se):re).substring(ze.indexOf(":",7)+1).trim(),Rt=Le.charCodeAt(0)+(Le.charCodeAt(7)|0)){case 203:if(111>Le.charCodeAt(8))break;case 115:re=re.replace(Le,"-webkit-"+Le)+";"+re;break;case 207:case 102:re=re.replace(Le,"-webkit-"+(102<Rt?"inline-":"")+"box")+";"+re.replace(Le,"-webkit-"+Le)+";"+re.replace(Le,"-ms-"+Le+"box")+";"+re}return re+";";case 938:if(re.charCodeAt(5)===45)switch(re.charCodeAt(6)){case 105:return Le=re.replace("-items",""),"-webkit-"+re+"-webkit-box-"+Le+"-ms-flex-"+Le+re;case 115:return"-webkit-"+re+"-ms-flex-item-"+re.replace(N,"")+re;default:return"-webkit-"+re+"-ms-flex-line-pack"+re.replace("align-content","").replace(N,"")+re}break;case 973:case 989:if(re.charCodeAt(3)!==45||re.charCodeAt(4)===122)break;case 931:case 953:if(ce.test(ze)===!0)return(Le=ze.substring(ze.indexOf(":")+1)).charCodeAt(0)===115?a(ze.replace("stretch","fill-available"),Se,Be,Ve).replace(":fill-available",":stretch"):re.replace(Le,"-webkit-"+Le)+re.replace(Le,"-moz-"+Le.replace("fill-",""))+re;break;case 962:if(re="-webkit-"+re+(re.charCodeAt(5)===102?"-ms-"+re:"")+re,Be+Ve===211&&re.charCodeAt(13)===105&&0<re.indexOf("transform",10))return re.substring(0,re.indexOf(";",27)+1).replace(E,"$1-webkit-$2")+re}return re}function s(ze,Se){var Be=ze.indexOf(Se===1?":":"{"),Ve=ze.substring(0,Se!==3?Be:10);return Be=ze.substring(Be+1,ze.length-1),Zt(Se!==2?Ve:Ve.replace(X,"$1"),Be,Se)}function u(ze,Se){var Be=a(Se,Se.charCodeAt(0),Se.charCodeAt(1),Se.charCodeAt(2));return Be!==Se+";"?Be.replace(F," or ($1)").substring(4):"("+Se+")"}function c(ze,Se,Be,Ve,re,Rt,Le,It,at,xt){for(var Ke=0,qt=Se,Ht;Ke<Et;++Ke)switch(Ht=mt[Ke].call(h,ze,qt,Be,Ve,re,Rt,Le,It,at,xt)){case void 0:case!1:case!0:case null:break;default:qt=Ht}if(qt!==Se)return qt}function f(ze){switch(ze){case void 0:case null:Et=mt.length=0;break;default:if(typeof ze=="function")mt[Et++]=ze;else if(typeof ze=="object")for(var Se=0,Be=ze.length;Se<Be;++Se)f(ze[Se]);else Ct=!!ze|0}return f}function d(ze){return ze=ze.prefix,ze!==void 0&&(Zt=null,ze?typeof ze!="function"?He=1:(He=2,Zt=ze):He=0),d}function h(ze,Se){var Be=ze;if(33>Be.charCodeAt(0)&&(Be=Be.trim()),pt=Be,Be=[pt],0<Et){var Ve=c(-1,Se,Be,Be,ve,ge,0,0,0,0);Ve!==void 0&&typeof Ve=="string"&&(Se=Ve)}var re=t(tt,Be,Se,0,0);return 0<Et&&(Ve=c(-2,re,Be,Be,ve,ge,re.length,0,0,0),Ve!==void 0&&(re=Ve)),pt="",Fe=0,ge=ve=1,re}var y=/^\0+/g,v=/[\0\r\f]/g,_=/: */g,S=/zoo|gra/,E=/([,: ])(transform)/g,b=/,\r+?/g,x=/([\t\r\n ])*\f?&/g,T=/@(k\w+)\s*(\S*)\s*/,C=/::(place)/g,P=/:(read-only)/g,A=/[svh]\w+-[tblr]{2}/,O=/\(\s*(.*)\s*\)/g,F=/([\s\S]*?);/g,N=/-self|flex-/g,X=/[^]*?(:[rp][el]a[\w-]+)[^]*/,ce=/stretch|:\s*\w+\-(?:conte|avail)/,he=/([^-])(image-set\()/,ge=1,ve=1,Fe=0,He=1,tt=[],mt=[],Et=0,Zt=null,Ct=0,pt="";return h.use=f,h.set=d,e!==void 0&&d(e),h}const _L=SL;var bL={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};const EL=bL;function RL(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var xL=/^((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|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|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|popover|popoverTarget|popoverTargetAction|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)-.*))$/,$E=RL(function(e){return xL.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91});function Po(){return(Po=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e}).apply(this,arguments)}var HE=function(e,t){for(var r=[e[0]],o=0,a=t.length;o<a;o+=1)r.push(t[o],e[o+1]);return r},C0=function(e){return e!==null&&typeof e=="object"&&(e.toString?e.toString():Object.prototype.toString.call(e))==="[object Object]"&&!(0,UE.typeOf)(e)},dy=Object.freeze([]),Js=Object.freeze({});function Xc(e){return typeof e=="function"}function A0(e){return e.displayName||e.name||"Component"}function ap(e){return e&&typeof e.styledComponentId=="string"}var Qs=typeof process<"u"&&!0&&("MISSING_ENV_VAR".REACT_APP_SC_ATTR||"MISSING_ENV_VAR".SC_ATTR)||"data-styled",TL="5.3.11",P0=typeof window<"u"&&"HTMLElement"in window,CL=!!(typeof SC_DISABLE_SPEEDY=="boolean"?SC_DISABLE_SPEEDY:typeof process<"u"&&("MISSING_ENV_VAR".REACT_APP_SC_DISABLE_SPEEDY!==void 0&&"MISSING_ENV_VAR".REACT_APP_SC_DISABLE_SPEEDY!==""?"MISSING_ENV_VAR".REACT_APP_SC_DISABLE_SPEEDY!=="false"&&"MISSING_ENV_VAR".REACT_APP_SC_DISABLE_SPEEDY:"MISSING_ENV_VAR".SC_DISABLE_SPEEDY!==void 0&&"MISSING_ENV_VAR".SC_DISABLE_SPEEDY!==""&&"MISSING_ENV_VAR".SC_DISABLE_SPEEDY!=="false"&&"MISSING_ENV_VAR".SC_DISABLE_SPEEDY)),AL={},d2={};function p2(){for(var e=arguments.length<=0?void 0:arguments[0],t=[],r=1,o=arguments.length;r<o;r+=1)t.push(r<0||arguments.length<=r?void 0:arguments[r]);return t.forEach((function(a){e=e.replace(/%[a-z]/,a)})),e}function di(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),o=1;o<t;o++)r[o-1]=arguments[o];throw new Error("An error occurred. See https://git.io/JUIaE#"+e+" for more information."+(r.length>0?" Args: "+r.join(", "):""))}var PL=(function(){function e(r){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=r}var t=e.prototype;return t.indexOfGroup=function(r){for(var o=0,a=0;a<r;a++)o+=this.groupSizes[a];return o},t.insertRules=function(r,o){if(r>=this.groupSizes.length){for(var a=this.groupSizes,s=a.length,u=s;r>=u;)(u<<=1)<0&&di(16,""+r);this.groupSizes=new Uint32Array(u),this.groupSizes.set(a),this.length=u;for(var c=s;c<u;c++)this.groupSizes[c]=0}for(var f=this.indexOfGroup(r+1),d=0,h=o.length;d<h;d++)this.tag.insertRule(f,o[d])&&(this.groupSizes[r]++,f++)},t.clearGroup=function(r){if(r<this.length){var o=this.groupSizes[r],a=this.indexOfGroup(r),s=a+o;this.groupSizes[r]=0;for(var u=a;u<s;u++)this.tag.deleteRule(a)}},t.getGroup=function(r){var o="";if(r>=this.length||this.groupSizes[r]===0)return o;for(var a=this.groupSizes[r],s=this.indexOfGroup(r),u=s+a,c=s;c<u;c++)o+=this.tag.getRule(c)+`/*!sc*/
|
|
156
|
-
`;return o},e})(),py=new Map,hy=new Map,
|
|
157
|
-
`),o=[],a=0,s=r.length;a<s;a++){var u=r[a].trim();if(u){var c=u.match(
|
|
158
|
-
`}}}return s})(this)},e})(),UL=/(a)(d)/gi,WE=function(e){return String.fromCharCode(e+(e>25?39:97))};function k0(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=WE(t%52)+r;return(WE(t%52)+r).replace(UL,"$1-$2")}var Jc=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},GE=function(e){return Jc(5381,e)};function YE(e){for(var t=0;t<e.length;t+=1){var r=e[t];if(Xc(r)&&!ap(r))return!1}return!0}var $L=GE("5.3.11"),HL=(function(){function e(t,r,o){this.rules=t,this.staticRulesId="",this.isStatic=(o===void 0||o.isStatic)&&YE(t),this.componentId=r,this.baseHash=Jc($L,r),this.baseStyle=o,Kc.registerId(r)}return e.prototype.generateAndInjectStyles=function(t,r,o){var a=this.componentId,s=[];if(this.baseStyle&&s.push(this.baseStyle.generateAndInjectStyles(t,r,o)),this.isStatic&&!o.hash)if(this.staticRulesId&&r.hasNameForId(a,this.staticRulesId))s.push(this.staticRulesId);else{var u=mu(this.rules,t,r,o).join(""),c=k0(Jc(this.baseHash,u)>>>0);if(!r.hasNameForId(a,c)){var f=o(u,"."+c,void 0,a);r.insertRules(a,c,f)}s.push(c),this.staticRulesId=c}else{for(var d=this.rules.length,h=Jc(this.baseHash,o.hash),y="",v=0;v<d;v++){var _=this.rules[v];if(typeof _=="string")y+=_;else if(_){var S=mu(_,t,r,o),E=Array.isArray(S)?S.join(""):S;h=Jc(h,E+v),y+=E}}if(y){var b=k0(h>>>0);if(!r.hasNameForId(a,b)){var x=o(y,"."+b,void 0,a);r.insertRules(a,b,x)}s.push(b)}}return s.join(" ")},e})(),BL=/^\s*\/\/.*$/gm,VL=[":","[",".","#"];function XE(e){var t,r,o,a,s=e===void 0?Js:e,u=s.options,c=u===void 0?Js:u,f=s.plugins,d=f===void 0?dy:f,h=new _L(c),y=[],v=(function(E){function b(x){if(x)try{E(x+"}")}catch{}}return function(x,T,C,P,A,O,F,N,X,ce){switch(x){case 1:if(X===0&&T.charCodeAt(0)===64)return E(T+";"),"";break;case 2:if(N===0)return T+"/*|*/";break;case 3:switch(N){case 102:case 112:return E(C[0]+T),"";default:return T+(ce===0?"/*|*/":"")}case-2:T.split("/*|*/}").forEach(b)}}})((function(E){y.push(E)})),_=function(E,b,x){return b===0&&VL.indexOf(x[r.length])!==-1||x.match(a)?E:"."+t};function S(E,b,x,T){T===void 0&&(T="&");var C=E.replace(BL,""),P=b&&x?x+" "+b+" { "+C+" }":C;return t=T,r=b,o=new RegExp("\\"+r+"\\b","g"),a=new RegExp("(\\"+r+"\\b){2,}"),h(x||!b?"":b,P)}return h.use([].concat(d,[function(E,b,x){E===2&&x.length&&x[0].lastIndexOf(r)>0&&(x[0]=x[0].replace(o,_))},v,function(E){if(E===-2){var b=y;return y=[],b}}])),S.hash=d.length?d.reduce((function(E,b){return b.name||di(15),Jc(E,b.name)}),5381).toString():"",S}var yy=g.createContext(),WL=yy.Consumer,M0=g.createContext(),KE=(M0.Consumer,new Kc),L0=XE();function N0(){return(0,g.useContext)(yy)||KE}function JE(){return(0,g.useContext)(M0)||L0}function D0(e){var t=(0,g.useState)(e.stylisPlugins),r=t[0],o=t[1],a=N0(),s=(0,g.useMemo)((function(){var c=a;return e.sheet?c=e.sheet:e.target&&(c=c.reconstructWithOptions({target:e.target},!1)),e.disableCSSOMInjection&&(c=c.reconstructWithOptions({useCSSOMInjection:!1})),c}),[e.disableCSSOMInjection,e.sheet,e.target]),u=(0,g.useMemo)((function(){return XE({options:{prefix:!e.disableVendorPrefixes},plugins:r})}),[e.disableVendorPrefixes,r]);return(0,g.useEffect)((function(){wL()(r,e.stylisPlugins)||o(e.stylisPlugins)}),[e.stylisPlugins]),g.createElement(yy.Provider,{value:s},g.createElement(M0.Provider,{value:u},e.children))}var QE=(function(){function e(t,r){var o=this;this.inject=function(a,s){s===void 0&&(s=L0);var u=o.name+s.hash;a.hasNameForId(o.id,u)||a.insertRules(o.id,u,s(o.rules,u,"@keyframes"))},this.toString=function(){return di(12,String(o.name))},this.name=t,this.id="sc-keyframes-"+t,this.rules=r}return e.prototype.getName=function(t){return t===void 0&&(t=L0),this.name+t.hash},e})(),GL=/([A-Z])/,YL=/([A-Z])/g,XL=/^ms-/,KL=function(e){return"-"+e.toLowerCase()};function qE(e){return GL.test(e)?e.replace(YL,KL).replace(XL,"-ms-"):e}var ZE=function(e){return e==null||e===!1||e===""};function mu(e,t,r,o){if(Array.isArray(e)){for(var a,s=[],u=0,c=e.length;u<c;u+=1)(a=mu(e[u],t,r,o))!==""&&(Array.isArray(a)?s.push.apply(s,a):s.push(a));return s}if(ZE(e))return"";if(ap(e))return"."+e.styledComponentId;if(Xc(e)){if(typeof(d=e)!="function"||d.prototype&&d.prototype.isReactComponent||!t)return e;var f=e(t);return mu(f,t,r,o)}var d;return e instanceof QE?r?(e.inject(r,o),e.getName(o)):e:C0(e)?(function h(y,v){var _,S,E=[];for(var b in y)y.hasOwnProperty(b)&&!ZE(y[b])&&(Array.isArray(y[b])&&y[b].isCss||Xc(y[b])?E.push(qE(b)+":",y[b],";"):C0(y[b])?E.push.apply(E,h(y[b],b)):E.push(qE(b)+": "+(_=b,(S=y[b])==null||typeof S=="boolean"||S===""?"":typeof S!="number"||S===0||_ in EL||_.startsWith("--")?String(S).trim():S+"px")+";"));return v?[v+" {"].concat(E,["}"]):E})(e):e.toString()}var eR=function(e){return Array.isArray(e)&&(e.isCss=!0),e};function lp(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),o=1;o<t;o++)r[o-1]=arguments[o];return Xc(e)||C0(e)?eR(mu(HE(dy,[e].concat(r)))):r.length===0&&e.length===1&&typeof e[0]=="string"?e:eR(mu(HE(e,r)))}var h2=/invalid hook call/i,m2=new Set,y2=function(e,t){if(0)var r,o,a},I0=function(e,t,r){return r===void 0&&(r=Js),e.theme!==r.theme&&e.theme||t||r.theme},JL=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,QL=/(^-|-$)/g;function F0(e){return e.replace(JL,"-").replace(QL,"")}var j0=function(e){return k0(GE(e)>>>0)};function gy(e){return typeof e=="string"&&!0}var z0=function(e){return typeof e=="function"||typeof e=="object"&&e!==null&&!Array.isArray(e)},qL=function(e){return e!=="__proto__"&&e!=="constructor"&&e!=="prototype"};function ZL(e,t,r){var o=e[r];z0(t)&&z0(o)?tR(o,t):e[r]=t}function tR(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),o=1;o<t;o++)r[o-1]=arguments[o];for(var a=0,s=r;a<s.length;a++){var u=s[a];if(z0(u))for(var c in u)qL(c)&&ZL(e,u[c],c)}return e}var pi=g.createContext(),rR=pi.Consumer;function U0(e){var t=(0,g.useContext)(pi),r=(0,g.useMemo)((function(){return(function(o,a){if(!o)return di(14);if(Xc(o)){var s=o(a);return s}return Array.isArray(o)||typeof o!="object"?di(8):a?Po({},a,{},o):o})(e.theme,t)}),[e.theme,t]);return e.children?g.createElement(pi.Provider,{value:r},e.children):null}var $0={};function nR(e,t,r){var o=ap(e),a=!gy(e),s=t.attrs,u=s===void 0?dy:s,c=t.componentId,f=c===void 0?(function(T,C){var P=typeof T!="string"?"sc":F0(T);$0[P]=($0[P]||0)+1;var A=P+"-"+j0("5.3.11"+P+$0[P]);return C?C+"-"+A:A})(t.displayName,t.parentComponentId):c,d=t.displayName,h=d===void 0?(function(T){return gy(T)?"styled."+T:"Styled("+A0(T)+")"})(e):d,y=t.displayName&&t.componentId?F0(t.displayName)+"-"+t.componentId:t.componentId||f,v=o&&e.attrs?Array.prototype.concat(e.attrs,u).filter(Boolean):u,_=t.shouldForwardProp;o&&e.shouldForwardProp&&(_=t.shouldForwardProp?function(T,C,P){return e.shouldForwardProp(T,C,P)&&t.shouldForwardProp(T,C,P)}:e.shouldForwardProp);var S,E=new HL(r,y,o?e.componentStyle:void 0),b=E.isStatic&&u.length===0,x=function(T,C){return(function(P,A,O,F){var N=P.attrs,X=P.componentStyle,ce=P.defaultProps,he=P.foldedComponentIds,ge=P.shouldForwardProp,ve=P.styledComponentId,Fe=P.target,He=(function(Ve,re,Rt){Ve===void 0&&(Ve=Js);var Le=Po({},re,{theme:Ve}),It={};return Rt.forEach((function(at){var xt,Ke,qt,Ht=at;for(xt in Xc(Ht)&&(Ht=Ht(Le)),Ht)Le[xt]=It[xt]=xt==="className"?(Ke=It[xt],qt=Ht[xt],Ke&&qt?Ke+" "+qt:Ke||qt):Ht[xt]})),[Le,It]})(I0(A,(0,g.useContext)(pi),ce)||Js,A,N),tt=He[0],mt=He[1],Et=(function(Ve,re,Rt,Le){var It=N0(),at=JE(),xt=re?Ve.generateAndInjectStyles(Js,It,at):Ve.generateAndInjectStyles(Rt,It,at);return xt})(X,F,tt,void 0),Zt=O,Ct=mt.$as||A.$as||mt.as||A.as||Fe,pt=gy(Ct),ze=mt!==A?Po({},A,{},mt):A,Se={};for(var Be in ze)Be[0]!=="$"&&Be!=="as"&&(Be==="forwardedAs"?Se.as=ze[Be]:(ge?ge(Be,$E,Ct):!pt||$E(Be))&&(Se[Be]=ze[Be]));return A.style&&mt.style!==A.style&&(Se.style=Po({},A.style,{},mt.style)),Se.className=Array.prototype.concat(he,ve,Et!==ve?Et:null,A.className,mt.className).filter(Boolean).join(" "),Se.ref=Zt,(0,g.createElement)(Ct,Se)})(S,T,C,b)};return x.displayName=h,(S=g.forwardRef(x)).attrs=v,S.componentStyle=E,S.displayName=h,S.shouldForwardProp=_,S.foldedComponentIds=o?Array.prototype.concat(e.foldedComponentIds,e.styledComponentId):dy,S.styledComponentId=y,S.target=o?e.target:e,S.withComponent=function(T){var C=t.componentId,P=(function(O,F){if(O==null)return{};var N,X,ce={},he=Object.keys(O);for(X=0;X<he.length;X++)N=he[X],F.indexOf(N)>=0||(ce[N]=O[N]);return ce})(t,["componentId"]),A=C&&C+"-"+(gy(T)?T:F0(A0(T)));return nR(T,Po({},P,{attrs:v,componentId:A}),r)},Object.defineProperty(S,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(T){this._foldedDefaultProps=o?tR({},e.defaultProps,T):T}}),Object.defineProperty(S,"toString",{value:function(){return"."+S.styledComponentId}}),a&&cy()(S,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),S}var H0=function(e){return(function t(r,o,a){if(a===void 0&&(a=Js),!(0,UE.isValidElementType)(o))return di(1,String(o));var s=function(){return r(o,a,lp.apply(void 0,arguments))};return s.withConfig=function(u){return t(r,o,Po({},a,{},u))},s.attrs=function(u){return t(r,o,Po({},a,{attrs:Array.prototype.concat(a.attrs,u).filter(Boolean)}))},s})(nR,e)};["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","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){H0[e]=H0(e)}));var eN=(function(){function e(r,o){this.rules=r,this.componentId=o,this.isStatic=YE(r),Kc.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(r,o,a,s){var u=s(mu(this.rules,o,a,s).join(""),""),c=this.componentId+r;a.insertRules(c,c,u)},t.removeStyles=function(r,o){o.clearRules(this.componentId+r)},t.renderStyles=function(r,o,a,s){r>2&&Kc.registerId(this.componentId+r),this.removeStyles(r,a),this.createStyles(r,o,a,s)},e})();function vy(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),o=1;o<t;o++)r[o-1]=arguments[o];var a=lp.apply(void 0,[e].concat(r)),s="sc-global-"+j0(JSON.stringify(a)),u=new eN(a,s);function c(d){var h=N0(),y=JE(),v=(0,g.useContext)(pi),_=(0,g.useRef)(h.allocateGSInstance(s)).current;return h.server&&f(_,d,h,v,y),(0,g.useLayoutEffect)((function(){if(!h.server)return f(_,d,h,v,y),function(){return u.removeStyles(_,h)}}),[_,d,h,v,y]),null}function f(d,h,y,v,_){if(u.isStatic)u.renderStyles(d,AL,y,_);else{var S=Po({},h,{theme:I0(h,v,c.defaultProps)});u.renderStyles(d,S,y,_)}}return g.memo(c)}function oR(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),o=1;o<t;o++)r[o-1]=arguments[o];var a=lp.apply(void 0,[e].concat(r)).join(""),s=j0(a);return new QE(s,a)}var iR=(function(){function e(){var r=this;this._emitSheetCSS=function(){var o=r.instance.toString();if(!o)return"";var a=O0();return"<style "+[a&&'nonce="'+a+'"',Qs+'="true"','data-styled-version="5.3.11"'].filter(Boolean).join(" ")+">"+o+"</style>"},this.getStyleTags=function(){return r.sealed?di(2):r._emitSheetCSS()},this.getStyleElement=function(){var o;if(r.sealed)return di(2);var a=((o={})[Qs]="",o["data-styled-version"]="5.3.11",o.dangerouslySetInnerHTML={__html:r.instance.toString()},o),s=O0();return s&&(a.nonce=s),[g.createElement("style",Po({},a,{key:"sc-0-0"}))]},this.seal=function(){r.sealed=!0},this.instance=new Kc({isServer:!0}),this.sealed=!1}var t=e.prototype;return t.collectStyles=function(r){return this.sealed?di(2):g.createElement(D0,{sheet:this.instance},r)},t.interleaveWithNodeStream=function(r){return di(3)},e})(),aR=function(e){var t=g.forwardRef((function(r,o){var a=(0,g.useContext)(pi),s=e.defaultProps,u=I0(r,a,s);return g.createElement(e,Po({},r,{theme:u,ref:o}))}));return cy()(t,e),t.displayName="WithTheme("+A0(e)+")",t},tN=function(){return(0,g.useContext)(pi)},rN={StyleSheet:Kc,masterSheet:KE};const wy=H0;var sR=function(t,r){var o=Nn()({},t,r);for(var a in t){var s;!t[a]||typeof r[a]!="object"||Nn()(o,(s={},s[a]=Nn()(t[a],r[a]),s))}return o},nN=function(t){var r={};return Object.keys(t).sort(function(o,a){return o.localeCompare(a,void 0,{numeric:!0,sensitivity:"base"})}).forEach(function(o){r[o]=t[o]}),r},oN={breakpoints:[40,52,64].map(function(e){return e+"em"})},lR=function(t){return"@media screen and (min-width: "+t+")"},iN=function(t,r){return Ja(r,t,t)},Ja=function(t,r,o,a,s){for(r=r&&r.split?r.split("."):[r],a=0;a<r.length;a++)t=t?t[r[a]]:s;return t===s?o:t},up=function e(t){var r={},o=function(u){var c={},f=!1,d=u.theme&&u.theme.disableStyledSystemCache;for(var h in u)if(t[h]){var y=t[h],v=u[h],_=Ja(u.theme,y.scale,y.defaults);if(typeof v=="object"){if(r.breakpoints=!d&&r.breakpoints||Ja(u.theme,"breakpoints",oN.breakpoints),Array.isArray(v)){r.media=!d&&r.media||[null].concat(r.breakpoints.map(lR)),c=sR(c,aN(r.media,y,_,v,u));continue}v!==null&&(c=sR(c,sN(r.breakpoints,y,_,v,u)),f=!0);continue}Nn()(c,y(v,_,u))}return f&&(c=nN(c)),c};o.config=t,o.propNames=Object.keys(t),o.cache=r;var a=Object.keys(t).filter(function(s){return s!=="config"});return a.length>1&&a.forEach(function(s){var u;o[s]=e((u={},u[s]=t[s],u))}),o},aN=function(t,r,o,a,s){var u={};return a.slice(0,t.length).forEach(function(c,f){var d=t[f],h=r(c,o,s);if(!d)Nn()(u,h);else{var y;Nn()(u,(y={},y[d]=Nn()({},u[d],h),y))}}),u},sN=function(t,r,o,a,s){var u={};for(var c in a){var f=t[c],d=a[c],h=r(d,o,s);if(!f)Nn()(u,h);else{var y,v=lR(f);Nn()(u,(y={},y[v]=Nn()({},u[v],h),y))}}return u},Sy=function(t){var r=t.properties,o=t.property,a=t.scale,s=t.transform,u=s===void 0?iN:s,c=t.defaultScale;r=r||[o];var f=function(h,y,v){var _={},S=u(h,y,v);if(S!==null)return r.forEach(function(E){_[E]=S}),_};return f.scale=a,f.defaults=c,f},Vo=function(t){t===void 0&&(t={});var r={};Object.keys(t).forEach(function(a){var s=t[a];if(s===!0){r[a]=Sy({property:a,scale:a});return}if(typeof s=="function"){r[a]=s;return}r[a]=Sy(s)});var o=up(r);return o},uR=function(){for(var t={},r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];o.forEach(function(u){!u||!u.config||Nn()(t,u.config)});var s=up(t);return s},lN=function(t){return typeof t=="number"&&!isNaN(t)},uN=function(t,r){return Ja(r,t,!lN(t)||t>1?t:t*100+"%")},cN={width:{property:"width",scale:"sizes",transform:uN},height:{property:"height",scale:"sizes"},minWidth:{property:"minWidth",scale:"sizes"},minHeight:{property:"minHeight",scale:"sizes"},maxWidth:{property:"maxWidth",scale:"sizes"},maxHeight:{property:"maxHeight",scale:"sizes"},size:{properties:["width","height"],scale:"sizes"},overflow:!0,overflowX:!0,overflowY:!0,display:!0,verticalAlign:!0},cR=Vo(cN);const Wo=cR;var B0={color:{property:"color",scale:"colors"},backgroundColor:{property:"backgroundColor",scale:"colors"},opacity:!0};B0.bg=B0.backgroundColor;var fR=Vo(B0);const fN=fR;var dN={fontSizes:[12,14,16,20,24,32,48,64,72]},pN={fontFamily:{property:"fontFamily",scale:"fonts"},fontSize:{property:"fontSize",scale:"fontSizes",defaultScale:dN.fontSizes},fontWeight:{property:"fontWeight",scale:"fontWeights"},lineHeight:{property:"lineHeight",scale:"lineHeights"},letterSpacing:{property:"letterSpacing",scale:"letterSpacings"},textAlign:!0,fontStyle:!0},dR=Vo(pN);const yu=dR;var hN={alignItems:!0,alignContent:!0,justifyItems:!0,justifyContent:!0,flexWrap:!0,flexDirection:!0,flex:!0,flexGrow:!0,flexShrink:!0,flexBasis:!0,justifySelf:!0,alignSelf:!0,order:!0},pR=Vo(hN);const Oo=pR;var V0={space:[0,4,8,16,32,64,128,256,512]},mN={gridGap:{property:"gridGap",scale:"space",defaultScale:V0.space},gridColumnGap:{property:"gridColumnGap",scale:"space",defaultScale:V0.space},gridRowGap:{property:"gridRowGap",scale:"space",defaultScale:V0.space},gridColumn:!0,gridRow:!0,gridAutoFlow:!0,gridAutoColumns:!0,gridAutoRows:!0,gridTemplateColumns:!0,gridTemplateRows:!0,gridTemplateAreas:!0,gridArea:!0},hR=Vo(mN);const Go=hR;var bn={border:{property:"border",scale:"borders"},borderWidth:{property:"borderWidth",scale:"borderWidths"},borderStyle:{property:"borderStyle",scale:"borderStyles"},borderColor:{property:"borderColor",scale:"colors"},borderRadius:{property:"borderRadius",scale:"radii"},borderTop:{property:"borderTop",scale:"borders"},borderTopLeftRadius:{property:"borderTopLeftRadius",scale:"radii"},borderTopRightRadius:{property:"borderTopRightRadius",scale:"radii"},borderRight:{property:"borderRight",scale:"borders"},borderBottom:{property:"borderBottom",scale:"borders"},borderBottomLeftRadius:{property:"borderBottomLeftRadius",scale:"radii"},borderBottomRightRadius:{property:"borderBottomRightRadius",scale:"radii"},borderLeft:{property:"borderLeft",scale:"borders"},borderX:{properties:["borderLeft","borderRight"],scale:"borders"},borderY:{properties:["borderTop","borderBottom"],scale:"borders"}};bn.borderTopWidth={property:"borderTopWidth",scale:"borderWidths"},bn.borderTopColor={property:"borderTopColor",scale:"colors"},bn.borderTopStyle={property:"borderTopStyle",scale:"borderStyles"},bn.borderTopLeftRadius={property:"borderTopLeftRadius",scale:"radii"},bn.borderTopRightRadius={property:"borderTopRightRadius",scale:"radii"},bn.borderBottomWidth={property:"borderBottomWidth",scale:"borderWidths"},bn.borderBottomColor={property:"borderBottomColor",scale:"colors"},bn.borderBottomStyle={property:"borderBottomStyle",scale:"borderStyles"},bn.borderBottomLeftRadius={property:"borderBottomLeftRadius",scale:"radii"},bn.borderBottomRightRadius={property:"borderBottomRightRadius",scale:"radii"},bn.borderLeftWidth={property:"borderLeftWidth",scale:"borderWidths"},bn.borderLeftColor={property:"borderLeftColor",scale:"colors"},bn.borderLeftStyle={property:"borderLeftStyle",scale:"borderStyles"},bn.borderRightWidth={property:"borderRightWidth",scale:"borderWidths"},bn.borderRightColor={property:"borderRightColor",scale:"colors"},bn.borderRightStyle={property:"borderRightStyle",scale:"borderStyles"};var mR=Vo(bn);const Qa=mR;var qa={background:!0,backgroundImage:!0,backgroundSize:!0,backgroundPosition:!0,backgroundRepeat:!0};qa.bgImage=qa.backgroundImage,qa.bgSize=qa.backgroundSize,qa.bgPosition=qa.backgroundPosition,qa.bgRepeat=qa.backgroundRepeat;var yR=Vo(qa);const _y=yR;var by={space:[0,4,8,16,32,64,128,256,512]},yN={position:!0,zIndex:{property:"zIndex",scale:"zIndices"},top:{property:"top",scale:"space",defaultScale:by.space},right:{property:"right",scale:"space",defaultScale:by.space},bottom:{property:"bottom",scale:"space",defaultScale:by.space},left:{property:"left",scale:"space",defaultScale:by.space}},gR=Vo(yN);const cp=gR;var vo={space:[0,4,8,16,32,64,128,256,512]},vR=function(t){return typeof t=="number"&&!isNaN(t)},gu=function(t,r){if(!vR(t))return Ja(r,t,t);var o=t<0,a=Math.abs(t),s=Ja(r,a,a);return vR(s)?s*(o?-1:1):o?"-"+s:s},Jt={};Jt.margin={margin:{property:"margin",scale:"space",transform:gu,defaultScale:vo.space},marginTop:{property:"marginTop",scale:"space",transform:gu,defaultScale:vo.space},marginRight:{property:"marginRight",scale:"space",transform:gu,defaultScale:vo.space},marginBottom:{property:"marginBottom",scale:"space",transform:gu,defaultScale:vo.space},marginLeft:{property:"marginLeft",scale:"space",transform:gu,defaultScale:vo.space},marginX:{properties:["marginLeft","marginRight"],scale:"space",transform:gu,defaultScale:vo.space},marginY:{properties:["marginTop","marginBottom"],scale:"space",transform:gu,defaultScale:vo.space}},Jt.margin.m=Jt.margin.margin,Jt.margin.mt=Jt.margin.marginTop,Jt.margin.mr=Jt.margin.marginRight,Jt.margin.mb=Jt.margin.marginBottom,Jt.margin.ml=Jt.margin.marginLeft,Jt.margin.mx=Jt.margin.marginX,Jt.margin.my=Jt.margin.marginY,Jt.padding={padding:{property:"padding",scale:"space",defaultScale:vo.space},paddingTop:{property:"paddingTop",scale:"space",defaultScale:vo.space},paddingRight:{property:"paddingRight",scale:"space",defaultScale:vo.space},paddingBottom:{property:"paddingBottom",scale:"space",defaultScale:vo.space},paddingLeft:{property:"paddingLeft",scale:"space",defaultScale:vo.space},paddingX:{properties:["paddingLeft","paddingRight"],scale:"space",defaultScale:vo.space},paddingY:{properties:["paddingTop","paddingBottom"],scale:"space",defaultScale:vo.space}},Jt.padding.p=Jt.padding.padding,Jt.padding.pt=Jt.padding.paddingTop,Jt.padding.pr=Jt.padding.paddingRight,Jt.padding.pb=Jt.padding.paddingBottom,Jt.padding.pl=Jt.padding.paddingLeft,Jt.padding.px=Jt.padding.paddingX,Jt.padding.py=Jt.padding.paddingY;var wR=Vo(Jt.margin),SR=Vo(Jt.padding),gN=uR(wR,SR);const g2=null;var _R=Vo({boxShadow:{property:"boxShadow",scale:"shadows"},textShadow:{property:"textShadow",scale:"shadows"}});const bR=_R;function fp(){return fp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},fp.apply(this,arguments)}var ta=function(t,r,o,a,s){for(r=r&&r.split?r.split("."):[r],a=0;a<r.length;a++)t=t?t[r[a]]:s;return t===s?o:t},vN=[40,52,64].map(function(e){return e+"em"}),wN={space:[0,4,8,16,32,64,128,256,512],fontSizes:[12,14,16,20,24,32,48,64,72]},SN={bg:"backgroundColor",m:"margin",mt:"marginTop",mr:"marginRight",mb:"marginBottom",ml:"marginLeft",mx:"marginX",my:"marginY",p:"padding",pt:"paddingTop",pr:"paddingRight",pb:"paddingBottom",pl:"paddingLeft",px:"paddingX",py:"paddingY"},ER={marginX:["marginLeft","marginRight"],marginY:["marginTop","marginBottom"],paddingX:["paddingLeft","paddingRight"],paddingY:["paddingTop","paddingBottom"],size:["width","height"]},_N={color:"colors",backgroundColor:"colors",borderColor:"colors",margin:"space",marginTop:"space",marginRight:"space",marginBottom:"space",marginLeft:"space",marginX:"space",marginY:"space",padding:"space",paddingTop:"space",paddingRight:"space",paddingBottom:"space",paddingLeft:"space",paddingX:"space",paddingY:"space",top:"space",right:"space",bottom:"space",left:"space",gridGap:"space",gridColumnGap:"space",gridRowGap:"space",gap:"space",columnGap:"space",rowGap:"space",fontFamily:"fonts",fontSize:"fontSizes",fontWeight:"fontWeights",lineHeight:"lineHeights",letterSpacing:"letterSpacings",border:"borders",borderTop:"borders",borderRight:"borders",borderBottom:"borders",borderLeft:"borders",borderWidth:"borderWidths",borderStyle:"borderStyles",borderRadius:"radii",borderTopRightRadius:"radii",borderTopLeftRadius:"radii",borderBottomRightRadius:"radii",borderBottomLeftRadius:"radii",borderTopWidth:"borderWidths",borderTopColor:"colors",borderTopStyle:"borderStyles",borderBottomWidth:"borderWidths",borderBottomColor:"colors",borderBottomStyle:"borderStyles",borderLeftWidth:"borderWidths",borderLeftColor:"colors",borderLeftStyle:"borderStyles",borderRightWidth:"borderWidths",borderRightColor:"colors",borderRightStyle:"borderStyles",outlineColor:"colors",boxShadow:"shadows",textShadow:"shadows",zIndex:"zIndices",width:"sizes",minWidth:"sizes",maxWidth:"sizes",height:"sizes",minHeight:"sizes",maxHeight:"sizes",flexBasis:"sizes",size:"sizes",fill:"colors",stroke:"colors"},bN=function(t,r){if(typeof r!="number"||r>=0)return ta(t,r,r);var o=Math.abs(r),a=ta(t,o,o);return typeof a=="string"?"-"+a:a*-1},EN=["margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","top","bottom","left","right"].reduce(function(e,t){var r;return fp({},e,(r={},r[t]=bN,r))},{}),RN=function(t){return function(r){var o={},a=ta(r,"breakpoints",vN),s=[null].concat(a.map(function(h){return"@media screen and (min-width: "+h+")"}));for(var u in t){var c=typeof t[u]=="function"?t[u](r):t[u];if(c!=null){if(!Array.isArray(c)){o[u]=c;continue}for(var f=0;f<c.slice(0,s.length).length;f++){var d=s[f];if(!d){o[u]=c[f];continue}o[d]=o[d]||{},c[f]!=null&&(o[d][u]=c[f])}}}return o}},xN=function e(t){return function(r){r===void 0&&(r={});var o=fp({},wN,{},r.theme||r),a={},s=typeof t=="function"?t(o):t,u=RN(s)(o);for(var c in u){var f=u[c],d=typeof f=="function"?f(o):f;if(c==="variant"){var h=e(ta(o,d))(o);a=fp({},a,{},h);continue}if(d&&typeof d=="object"){a[c]=e(d)(o);continue}var y=ta(SN,c,c),v=ta(_N,y),_=ta(o,v,ta(o,y,{})),S=ta(EN,y,ta),E=S(_,d,d);if(ER[y])for(var b=ER[y],x=0;x<b.length;x++)a[b[x]]=E;else a[y]=E}return a}};const TN=xN;var Ey=function(t){var r,o=t.scale,a=t.prop,s=a===void 0?"variant":a,u=t.variants,c=u===void 0?{}:u,f=t.key,d;Object.keys(c).length?d=function(_,S,E){return TN(Ja(S,_,null))(E.theme)}:d=function(_,S){return Ja(S,_,null)},d.scale=o||f,d.defaults=c;var h=(r={},r[s]=d,r),y=up(h);return y};const v2=null;var CN=Ey({key:"buttons"}),AN=Ey({key:"textStyles",prop:"textStyle"}),PN=Ey({key:"colorStyles",prop:"colors"}),ON=Wo.width,kN=Wo.height,MN=Wo.minWidth,LN=Wo.minHeight,NN=Wo.maxWidth,DN=Wo.maxHeight,IN=Wo.size,FN=Wo.verticalAlign,jN=Wo.display,zN=Wo.overflow,UN=Wo.overflowX,$N=Wo.overflowY,HN=fN.opacity,BN=yu.fontSize,VN=yu.fontFamily,WN=yu.fontWeight,GN=yu.lineHeight,YN=yu.textAlign,XN=yu.fontStyle,KN=yu.letterSpacing,JN=Oo.alignItems,QN=Oo.alignContent,qN=Oo.justifyItems,ZN=Oo.justifyContent,eD=Oo.flexWrap,tD=Oo.flexDirection,rD=Oo.flex,nD=Oo.flexGrow,oD=Oo.flexShrink,iD=Oo.flexBasis,aD=Oo.justifySelf,sD=Oo.alignSelf,lD=Oo.order,uD=Go.gridGap,cD=Go.gridColumnGap,fD=Go.gridRowGap,dD=Go.gridColumn,pD=Go.gridRow,hD=Go.gridAutoFlow,mD=Go.gridAutoColumns,yD=Go.gridAutoRows,gD=Go.gridTemplateColumns,vD=Go.gridTemplateRows,wD=Go.gridTemplateAreas,SD=Go.gridArea,_D=Qa.borderWidth,bD=Qa.borderStyle,ED=Qa.borderColor,RD=Qa.borderTop,xD=Qa.borderRight,TD=Qa.borderBottom,CD=Qa.borderLeft,AD=Qa.borderRadius,PD=_y.backgroundImage,OD=_y.backgroundSize,kD=_y.backgroundPosition,MD=_y.backgroundRepeat,LD=cp.zIndex,ND=cp.top,DD=cp.right,ID=cp.bottom,FD=cp.left,jD=function(t){var r=t.prop,o=t.cssProperty,a=t.alias,s=t.key,u=t.transformValue,c=t.scale,f=t.properties,d={};d[r]=Sy({properties:f,property:o||r,scale:s,defaultScale:c,transform:u}),a&&(d[a]=d[r]);var h=up(d);return h};const zD=!1,RR=["__proto__","constructor","prototype"],w2=e=>e,wo=e=>e!=null,Za=e=>typeof e=="number"&&!Number.isNaN(e),So=e=>typeof e=="string"&&e!=="",vu=e=>typeof e=="object"&&e!==null,W0=e=>typeof e=="function",UD=e=>Za(e)&&e<0,$D=(e,t)=>{const r=String(t).split("."),o=r.length;let a=e;for(let s=0;s<o;s+=1){if(!wo(a))return a;const u=r[s];a=wo(a[u])?a[u]:void 0}return a},xR=(e,t)=>{if(!wo(t))return e;for(const r in t)RR.indexOf(r)===-1&&(e[r]=t[r]);return e},G0=(e,t)=>{if(!wo(t))return e;for(const r in t)RR.indexOf(r)===-1&&(vu(e[r])?e[r]=G0(xR({},e[r]),t[r]):e[r]=t[r]);return e},HD=(e,t)=>{zD&&!e&&console.error&&console.error(t)};function dp(e,t){return typeof e=="function"?dp(e(t),t):e}const Ry=(e,t,r=e.theme)=>dp($D(r,t),e);function S2(e,t){const r={};for(const o in e)t.indexOf(o)===-1&&(r[o]=e[o]);return r}function BD(e){return e.reduce((t,r)=>{const o=t.length-1,a=t[o];return typeof a=="string"&&typeof r=="string"?t[o]=a+r:t.push(r),t},[])}function TR(e,t){for(let r=0;r<e.length;r++){const o=e[r];Array.isArray(o)?TR(o,t):t.push(o)}return t}function _2(e){return TR(e,[])}var CR=Math.pow;const AR=e=>Math.round(e*CR(10,4))/CR(10,4),Y0=e=>t=>Za(t)&&t!==0?`${t}${e}`:t,VD=Y0("ms"),xy=Y0("px"),WD=Y0("deg"),PR=(e,{rootFontSize:t=16}={})=>AR(e/t),OR=(e,t)=>{const r=Number(e);return Number.isNaN(r)||r===0?e:`${PR(r,t)}rem`},X0=(e,t)=>{if(!So(e)||e.length<4||e.slice(-3)!=="rpx")return e;const o=Number(e.slice(0,e.length-3));return o===0?0:`${PR(o,t)}rem`},GD=e=>Za(e)&&e!==0&&e>=-1&&e<=1?`${AR(e*100)}%`:e,kR=(e,{rawValue:t,variants:r,props:o})=>{if(So(t)){const a=t.startsWith("-"),s=a?t.substr(1):t,u=Ry(o,s,r),c=So(u)||Za(u)?u:s;return a?`-${c}`:c}if(Za(t)){const a=UD(t),s=Math.abs(t),u=r?r[s]:void 0;if(So(u))return a?`-${u}`:u;const c=Za(u)?u:s;return a?c*-1:c}},MR=e=>e?`@media (min-width: ${e})`:null,YD=e=>e?`@media (max-width: ${e})`:null,XD=(e,t)=>e&&t?`@media (min-width: ${e}) and (max-width: ${t})`:null,pp=(e,t)=>{const r=e[t];return r===0?null:xy(r)},Ty=(e,t)=>{const r=e[t];return r===0?null:xy(r-.02)};var KD=Object.defineProperty,LR=Object.getOwnPropertySymbols,JD=Object.prototype.hasOwnProperty,QD=Object.prototype.propertyIsEnumerable,NR=(e,t,r)=>t in e?KD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,DR=(e,t)=>{for(var r in t||(t={}))JD.call(t,r)&&NR(e,r,t[r]);if(LR)for(var r of LR(t))QD.call(t,r)&&NR(e,r,t[r]);return e};const qs=e=>e.theme&&e.theme.screens?e.theme.screens:{},IR=e=>e.theme&&e.theme.states?e.theme.states:{},FR=e=>{const t=qs(e),r=IR(e),o={};for(const s in t)o[s]=MR(pp(t,s));const a=DR(DR({},o),r);for(const[s,u]of Object.entries(a))u&&u.startsWith("@")&&(delete a[s],a[s]=u);return a},jR=(e,t)=>{if(t.has("_variants"))return t.get("_variants");const r=FR(e);return t.set("_variants",r),r},Cy=typeof Map<"u"&&typeof WeakMap<"u"?new WeakMap:null,qD=e=>{var t;return((t=e?.xstyled)==null?void 0:t.cache)===!1},ZD=e=>{if(qD(e)||Cy===null)return null;if(Cy.has(e))return Cy.get(e)||null;const r={};return Cy.set(e,r),r},zR={has:()=>!1,set:()=>{},get:()=>{}},Ay=(e,t)=>{if(!e)return zR;const r=ZD(e);return!r||!e?zR:(r[t]=r[t]||new Map,r[t])};var eI=Object.defineProperty,UR=Object.getOwnPropertySymbols,tI=Object.prototype.hasOwnProperty,rI=Object.prototype.propertyIsEnumerable,$R=(e,t,r)=>t in e?eI(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,nI=(e,t)=>{for(var r in t||(t={}))tI.call(t,r)&&$R(e,r,t[r]);if(UR)for(var r of UR(t))rI.call(t,r)&&$R(e,r,t[r]);return e};let oI=0;const HR={shorthand:[/\s+/," "],multiple:[/\s*,\s*/,","]},BR=(e,t)=>r=>r.split(e[0]).map(t).join(e[1]),or=({name:e,transform:t,key:r,compose:o,shorthand:a,multiple:s})=>{const u=oI++,c=(f,d)=>h=>{let y=f;if(!So(f)&&!Za(f)&&f!==!0)return y;const v=`${typeof f}-${f}-${d}`,_=Ay(h.theme,`__themeGetter${u}`);if(_.has(v))return _.get(v);const S=E=>{const b=wo(d)?d:E;let x=E;const T=wo(r)?Ry(h,r):null;if(wo(T)){const A=E===!0?"default":So(E)||Za(E)?E:null;if(wo(A)){const O=Ry(h,A,T);x=Array.isArray(O)?O.join(","):O}}let C=E;wo(x)||(C=b,x=b);const P=(e&&h.theme&&h.theme.transformers?h.theme.transformers[e]:null)||t;return P&&(x=P(x,{rawValue:C,variants:T,props:h})),o?o(x)(h):x};if((a||s)&&So(f)){let E=S;a&&(E=BR(HR.shorthand,E)),s&&(E=BR(HR.multiple,E)),y=E(f)}else y=S(f);return _.set(v,y),y};return c.meta={name:e,transform:t},c},hp=({getStyle:e,props:t,cssGetters:r={},generators:o})=>{const a=e;return a.meta={props:t,cssGetters:r,getStyle:a,generators:o},a.apply=s=>({theme:u})=>a(nI({theme:u},s)),a},Py=(e,t,r)=>{const o=Ay(e.theme,"__variants"),a=jR(e,o);let s={};for(const u in t){const c=r(t[u]);if(c===null)continue;const f=u in a?a[u]:u;f!==void 0&&(f===null?s=G0(s,c):s[f]=s[f]?xR(s[f],c):c)}return s},iI=(e,t,r)=>o=>{const a=d=>wo(d)?vu(d)?Py(o,d,a):dp(t(r?r(d)(o):d),o):null,s=o[e];if(!wo(s))return null;const u=Ay(o.theme,e),c=vu(s)?JSON.stringify(s):s;if(u.has(c))return u.get(c);const f=a(s);return u.set(c,f),f},aI=e=>{const t={};for(let r=0;r<e.length;r++){const o=e[r];if(o&&o.meta)for(let a=0;a<o.meta.props.length;a++){const s=o.meta.props[a];t[s]=o}}return t},sI=(e,t)=>{for(const r in t){const o=t[r],a=e[o];a&&(delete e[o],e[o]=a)}return e};function Hr(...e){let t=[];e.forEach(u=>{HD(!!u,'Undefined generator in "compose" method'),u&&(u.meta.generators?t=[...t,...u.meta.generators]:t.push(u))});const r=aI(t),o=(u,c=!0)=>{const f={};let d;for(const y in u){const v=r[y];if(v){const _=v.meta.getStyle(u,!1);G0(f,_),d=!0}}if(!d||!c)return f;const h=jR(u,Ay(u.theme,"__states"));return sI(f,h)},a=[],s={};for(let u=0;u<t.length;u++){const c=t[u];a.push(...c.meta.props),Object.assign(s,c.meta.cssGetters)}return hp({getStyle:o,props:a,cssGetters:s,generators:e})}const lI=e=>t=>{if(So(e))return{[e]:t};const r={};for(const o in e)r[e[o]]=t;return r},VR=e=>W0(e)?e:lI(e),uI=e=>e.replace(/[A-Z]/g,"-$&").toLowerCase(),Q=({prop:e,css:t,themeGet:r,key:o,transform:a,cssProps:s})=>{const u=r||(o||a?or({key:o,transform:a}):void 0),c=s||(So(t)?[t]:Array.isArray(t)?t:So(e)?[e]:Array.isArray(e)?e:[]);if(Array.isArray(e)){const S=t&&VR(t),E=e.map(b=>Q({prop:b,css:S,cssProps:c,themeGet:u}));return Hr(...E)}const f=[e],d=VR(t||f),h=[],y=iI(e,d,u),v=u?c.reduce((S,E)=>(S[uI(E)]=u,S),{}):{},_=hp({getStyle:y,props:f,cssGetters:v});return h.push(_),Hr(...h)},ra=or({name:"px",transform:(e,{props:t})=>{var r,o,a;const s=(a=(o=(r=t?.theme)==null?void 0:r.settings)==null?void 0:o.rootFontSize)!=null?a:void 0,u=Number(e);return xy(X0(Number.isNaN(u)?e:u,{rootFontSize:s}))}}),mp=or({name:"duration",key:"durations",transform:e=>{const t=Number(e);return VD(Number.isNaN(t)?e:t)}}),yp=or({name:"angle",transform:e=>{const t=Number(e);return WD(Number.isNaN(t)?e:t)}}),Qc=or({name:"percent",compose:ra,transform:GD}),K0=or({name:"transition",key:"transitions"}),J0=or({name:"transitionProperty",key:"transitionProperties"}),Oy=or({name:"timingFunction",key:"timingFunctions"}),WR=Q({prop:"transition",themeGet:K0}),GR=Q({prop:"transitionProperty",themeGet:J0}),YR=Q({prop:"transitionDuration",themeGet:mp}),XR=Q({prop:"transitionTimingFunction",themeGet:Oy}),KR=Q({prop:"transitionDelay",themeGet:mp}),JR=Hr(WR,GR,YR,XR,KR),Q0=or({name:"animation",key:"animations"}),QR=Q({prop:"animation",themeGet:Q0}),qR=Q({prop:"animationDuration",themeGet:mp}),ZR=Q({prop:"animationTimingFunction",themeGet:Oy}),e1=Hr(QR,qR,ZR),En=or({name:"color",key:"colors"}),t1={"gradient-to-t":"linear-gradient(to top, var(--x-gradient-stops))","gradient-to-tr":"linear-gradient(to top right, var(--x-gradient-stops))","gradient-to-r":"linear-gradient(to right, var(--x-gradient-stops))","gradient-to-br":"linear-gradient(to bottom right, var(--x-gradient-stops))","gradient-to-b":"linear-gradient(to bottom, var(--x-gradient-stops))","gradient-to-bl":"linear-gradient(to bottom left, var(--x-gradient-stops))","gradient-to-l":"linear-gradient(to left, var(--x-gradient-stops))","gradient-to-tl":"linear-gradient(to top left, var(--x-gradient-stops))"},r1=Q({prop:"background",css:e=>({background:t1[e]||e})}),n1=Q({prop:["backgroundColor","bg"],css:"backgroundColor",themeGet:En}),o1=Q({prop:"backgroundImage",css:e=>({backgroundImage:t1[e]||e})}),i1=Q({prop:"backgroundSize"}),a1=Q({prop:"backgroundPosition"}),s1=Q({prop:"backgroundRepeat"}),l1=Q({prop:"backgroundAttachment"}),u1=Q({prop:"backgroundClip",css:["backgroundClip","-webkitBackgroundClip"]}),c1=Q({prop:"gradientFrom",themeGet:En,css:e=>({"--x-gradient-from":e,"--x-gradient-stops":"var(--x-gradient-from), var(--x-gradient-to, transparent)"})}),f1=Q({prop:"gradientVia",themeGet:En,css:e=>({"--x-gradient-stops":`var(--x-gradient-from), ${e}, var(--x-gradient-to, transparent)`})}),d1=Q({prop:"gradientTo",themeGet:En,css:"--x-gradient-to"}),p1=Hr(r1,n1,o1,i1,a1,s1,l1,u1,c1,f1,d1),Zs=or({name:"border",key:"borders",transform:e=>{const t=Number(e);return t>0?`${xy(t)} solid`:e}}),hi=or({name:"borderWidth",key:"borderWidths",compose:ra,shorthand:!0}),q0=or({name:"borderColor",compose:En,shorthand:!0}),es=or({name:"borderStyle",key:"borderStyles"}),h1=Q({prop:"border",themeGet:Zs}),m1=Q({prop:"borderTop",themeGet:Zs}),y1=Q({prop:"borderRight",themeGet:Zs}),g1=Q({prop:"borderBottom",themeGet:Zs}),v1=Q({prop:"borderLeft",themeGet:Zs}),w1=Q({prop:"borderColor",themeGet:q0}),S1=Q({prop:"borderTopColor",themeGet:En}),_1=Q({prop:"borderRightColor",themeGet:En}),b1=Q({prop:"borderBottomColor",themeGet:En}),E1=Q({prop:"borderLeftColor",themeGet:En}),R1=Q({prop:"borderWidth",themeGet:hi}),x1=Q({prop:"borderTopWidth",themeGet:hi}),T1=Q({prop:"borderRightWidth",themeGet:hi}),C1=Q({prop:"borderBottomWidth",themeGet:hi}),A1=Q({prop:"borderLeftWidth",themeGet:hi}),P1=Q({prop:"borderStyle",themeGet:es,cssProps:["borderStyle","borderTopStyle","borderRightStyle","borderBottomStyle","borderLeftStyle"]}),O1=Q({prop:"borderTopStyle",themeGet:es}),k1=Q({prop:"borderRightStyle",themeGet:es}),M1=Q({prop:"borderBottomStyle",themeGet:es}),L1=Q({prop:"borderLeftStyle",themeGet:es}),N1=Q({prop:"outline",themeGet:Zs}),D1=Q({prop:"outlineColor",themeGet:En}),I1=Q({prop:"outlineWidth",themeGet:hi}),F1=Q({prop:"outlineStyle",themeGet:es}),j1=Q({prop:"outlineOffset",themeGet:hi}),Z0=or({name:"radius",key:"radii",compose:ra,shorthand:!0}),z1=Q({prop:"borderRadius",themeGet:Z0,cssProps:["borderRadius","borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","borderBottomLeftRadius"]}),qc="& > :not([hidden]) ~ :not([hidden])",U1=Q({prop:"divideY",themeGet:hi,css:e=>{const t=e===!0?1:e;return{[qc]:{"--x-divide-y-reverse":0,borderTopWidth:`calc(${t} * calc(1 - var(--x-divide-y-reverse)))`,borderBottomWidth:`calc(${t} * var(--x-divide-y-reverse))`}}}}),$1=Q({prop:"divideX",themeGet:hi,css:e=>{const t=e===!0?1:e;return{[qc]:{"--x-divide-x-reverse":0,borderRightWidth:`calc(${t} * var(--x-divide-x-reverse))`,borderLeftWidth:`calc(${t} * calc(1 - var(--x-divide-x-reverse)))`}}}}),H1=Q({prop:"divideXReverse",css:()=>({[qc]:{"--x-divide-x-reverse":"1"}})}),B1=Q({prop:"divideYReverse",css:()=>({[qc]:{"--x-divide-y-reverse":"1"}})}),V1=Q({prop:"divideColor",themeGet:En,css:e=>({[qc]:{borderColor:e}})}),W1=Q({prop:"divideStyle",themeGet:es,css:e=>({[qc]:{borderStyle:e}})}),ew=or({name:"ringWidth",key:"ringWidths",compose:ra}),G1=Q({prop:"ring",themeGet:ew,css:e=>({"--x-ring-shadow":`var(--x-ring-inset, /*!*/ /*!*/) 0 0 0 ${e} var(--x-ring-color)`,boxShadow:"var(--x-ring-shadow, 0 0 #0000), var(--x-shadow, 0 0 #0000)"})}),Y1=Q({prop:"ringInset",css:()=>({"--x-ring-inset":"inset"})}),X1=Q({prop:"ringColor",themeGet:En,css:e=>({"--x-ring-color":e})}),K1=Hr(h1,m1,y1,g1,v1,w1,S1,_1,b1,E1,R1,x1,T1,C1,A1,P1,O1,k1,M1,L1,z1,N1,D1,I1,F1,j1,$1,U1,H1,B1,V1,W1,G1,Y1,X1),ky=or({name:"shadow",key:"shadows",multiple:!0}),J1=Q({prop:"opacity"}),Q1=Q({prop:"boxShadow",themeGet:ky,css:e=>({"--x-shadow":e,boxShadow:"var(--x-ring-shadow, 0 0 #0000), var(--x-shadow)"})}),q1=Q({prop:"textShadow",themeGet:ky}),Z1=Hr(J1,Q1,q1);var cI=Object.defineProperty,ex=Object.getOwnPropertySymbols,fI=Object.prototype.hasOwnProperty,dI=Object.prototype.propertyIsEnumerable,tx=(e,t,r)=>t in e?cI(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,My=(e,t)=>{for(var r in t||(t={}))fI.call(t,r)&&tx(e,r,t[r]);if(ex)for(var r of ex(t))dI.call(t,r)&&tx(e,r,t[r]);return e};const rx=Q({prop:"row",css:()=>({boxSizing:"border-box",flexGrow:1,flexWrap:"wrap",display:"flex"})}),nx=(e,t)=>{if(!wo(t))return null;if(t===!0)return{flexBasis:0,flexGrow:1,maxWidth:"100%"};if(t==="auto")return{flex:"0 0 auto",maxWidth:"none",width:"auto"};const r=Qc(t)(e);return{flex:`0 0 ${r}`,maxWidth:r}},ox=hp({getStyle:e=>{const t=e.col,r={boxSizing:"border-box",flexBasis:0,flexGrow:1,maxWidth:"100%"};if(vu(t)){const o=Py(e,t,a=>nx(e,a));return My(My({},r),o)}return My(My({},r),nx(e,t))},props:["col"]}),ix=Hr(rx,ox);var pI=Object.defineProperty,ax=Object.getOwnPropertySymbols,hI=Object.prototype.hasOwnProperty,mI=Object.prototype.propertyIsEnumerable,sx=(e,t,r)=>t in e?pI(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,yI=(e,t)=>{for(var r in t||(t={}))hI.call(t,r)&&sx(e,r,t[r]);if(ax)for(var r of ax(t))mI.call(t,r)&&sx(e,r,t[r]);return e};const tw=Q({prop:"display"}),lx=Q({prop:"float"}),ux=Q({prop:"boxSizing"}),cx=hp({getStyle:e=>{if(!e.container)return null;const t=qs(e);let r=Py(e,t,o=>o!==0?{maxWidth:o}:{});return vu(e.container)&&(r=Py(e,e.container,()=>r)),yI({width:"100%"},r)},props:["container"]}),fx=Q({prop:"overflow"}),dx=Q({prop:"overflowX"}),px=Q({prop:"overflowY"}),rw=or({name:"zIndex",key:"zIndices"}),hx=Q({prop:"zIndex",themeGet:rw}),mx=Q({prop:"position"}),Zc=or({name:"inset",key:"inset",compose:ra,transform:kR}),yx=Q({prop:"top",themeGet:Zc}),gx=Q({prop:"right",themeGet:Zc}),vx=Q({prop:"bottom",themeGet:Zc}),wx=Q({prop:"left",themeGet:Zc}),Sx=Q({prop:"visibility"}),_x=Q({prop:"overscrollBehavior"}),bx=Q({prop:"objectFit"}),Ex=Hr(ux,tw,lx,cx,fx,dx,px,mx,hx,yx,gx,vx,wx,Sx,_x,bx),Rx=Q({prop:"alignItems"}),xx=Q({prop:"alignContent"}),Tx=Q({prop:"justifyContent"}),Cx=Q({prop:"justifyItems"}),Ax=Q({prop:"flexWrap"}),Px=Q({prop:"flexGrow"}),Ox=Q({prop:"flexShrink"}),kx=Q({prop:"flexBasis",themeGet:Qc}),Mx=Q({prop:"flexDirection"}),Lx=Q({prop:"flex"}),Nx=Q({prop:"justifySelf"}),Dx=Q({prop:"alignSelf"}),Ix=Q({prop:"order"}),Fx=Hr(tw,Rx,xx,Tx,Cx,Ax,kx,Ox,Px,Mx,Lx,Nx,Dx,Ix),Mr=or({name:"space",key:"space",compose:ra,shorthand:!0,transform:kR}),jx=Q({prop:["margin","m"],themeGet:Mr,css:"margin"}),zx=Q({prop:["marginTop","mt"],themeGet:Mr,css:"marginTop"}),Ux=Q({prop:["marginRight","mr"],themeGet:Mr,css:"marginRight"}),$x=Q({prop:["marginBottom","mb"],themeGet:Mr,css:"marginBottom"}),Hx=Q({prop:["marginLeft","ml"],themeGet:Mr,css:"marginLeft"}),Bx=Q({prop:"mx",themeGet:Mr,css:["marginRight","marginLeft"]}),Vx=Q({prop:"my",themeGet:Mr,css:["marginTop","marginBottom"]}),Wx=Q({prop:["padding","p"],themeGet:Mr,css:"padding"}),Gx=Q({prop:["paddingTop","pt"],themeGet:Mr,css:"paddingTop"}),Yx=Q({prop:["paddingRight","pr"],themeGet:Mr,css:"paddingRight"}),Xx=Q({prop:["paddingBottom","pb"],themeGet:Mr,css:"paddingBottom"}),Kx=Q({prop:["paddingLeft","pl"],themeGet:Mr,css:"paddingLeft"}),Jx=Q({prop:"px",themeGet:Mr,css:["paddingRight","paddingLeft"]}),Qx=Q({prop:"py",themeGet:Mr,css:["paddingTop","paddingBottom"]}),qx=Q({prop:"spaceY",themeGet:Mr,css:e=>({"& > :not([hidden]) ~ :not([hidden])":{"--x-space-y-reverse":0,marginTop:`calc(${e} * calc(1 - var(--x-space-y-reverse)))`,marginBottom:`calc(${e} * var(--x-space-y-reverse))`}})}),Zx=Q({prop:"spaceX",themeGet:Mr,css:e=>({"& > :not([hidden]) ~ :not([hidden])":{"--x-space-x-reverse":0,marginRight:`calc(${e} * var(--x-space-x-reverse))`,marginLeft:`calc(${e} * calc(1 - var(--x-space-x-reverse)))`}})}),eT=Q({prop:"spaceXReverse",css:()=>({"& > :not([hidden]) ~ :not([hidden])":{"--x-space-x-reverse":"1"}})}),tT=Q({prop:"spaceYReverse",css:()=>({"& > :not([hidden]) ~ :not([hidden])":{"--x-space-y-reverse":"1"}})}),nw=Hr(jx,zx,Ux,$x,Hx,Bx,Vx,Wx,Gx,Yx,Xx,Kx,Jx,Qx,Zx,qx,eT,tT),rT=Q({prop:"gap",themeGet:Mr}),nT=Q({prop:"columnGap",themeGet:Mr}),oT=Q({prop:"rowGap",themeGet:Mr}),iT=Q({prop:"gridColumn"}),aT=Q({prop:"gridRow"}),sT=Q({prop:"gridAutoFlow"}),lT=Q({prop:"gridAutoColumns"}),uT=Q({prop:"gridAutoRows"}),cT=Q({prop:"gridTemplateColumns",key:"gridTemplateColumns"}),fT=Q({prop:"gridTemplateRows",key:"gridTemplateRows"}),dT=Q({prop:"gridTemplateAreas"}),pT=Q({prop:"gridArea"}),hT=Hr(rT,nT,oT,iT,aT,sT,lT,uT,cT,fT,dT,pT),mT=Q({prop:"appearance"}),yT=Q({prop:"cursor"}),gT=Q({prop:"pointerEvents"}),vT=Q({prop:"resize"}),wT=Q({prop:"userSelect"}),ST=Hr(mT,yT,gT,vT,wT),el=or({name:"size",key:"sizes",compose:Qc}),_T=Q({prop:"w",themeGet:el,css:"width"}),bT=Q({prop:"h",themeGet:el,css:"height"}),ET=Q({prop:["maxWidth","maxW"],themeGet:el,css:"maxWidth"}),RT=Q({prop:["maxHeight","maxH"],themeGet:el,css:"maxHeight"}),xT=Q({prop:["minWidth","minW"],themeGet:el,css:"minWidth"}),TT=Q({prop:["minHeight","minH"],themeGet:el,css:"minHeight"}),CT=Q({prop:"maskSize",themeGet:or({name:"size",key:"sizes",compose:Qc,multiple:!0,shorthand:!0})}),AT=Hr(_T,bT,ET,RT,xT,TT,CT),PT=Q({prop:"fill",themeGet:En}),OT=Q({prop:"stroke",themeGet:En}),kT=Hr(PT,OT),MT=Q({prop:"borderCollapse"}),LT=Q({prop:"tableLayout"}),NT=Hr(MT,LT),ow=or({name:"transform",key:"transforms"}),DT=Q({prop:"transform",themeGet:ow,css:e=>e===!0?{"--x-translate-x":0,"--x-translate-y":0,"--x-rotate":0,"--x-skew-x":0,"--x-skew-y":0,"--x-scale-x":"1","--x-scale-y":"1",transform:"translate3d(var(--x-translate-x), var(--x-translate-y), 0) rotate(var(--x-rotate)) skewX(var(--x-skew-x)) skewY(var(--x-skew-y)) scaleX(var(--x-scale-x)) scaleY(var(--x-scale-y))"}:{transform:e}}),IT=Q({prop:"transformOrigin"}),FT=Q({prop:"translateX",themeGet:Mr,css:"--x-translate-x"}),jT=Q({prop:"translateY",themeGet:Mr,css:"--x-translate-y"}),zT=Q({prop:"rotate",themeGet:yp,css:"--x-rotate"}),UT=Q({prop:"skewX",themeGet:yp,css:"--x-skew-x"}),$T=Q({prop:"skewY",themeGet:yp,css:"--x-skew-y"}),HT=Q({prop:"scale",transform:e=>String(e),css:["--x-scale-x","--x-scale-y"]}),BT=Q({prop:"scaleX",transform:e=>String(e),css:"--x-scale-x"}),VT=Q({prop:"scaleY",transform:e=>String(e),css:"--x-scale-y"}),WT=Hr(DT,IT,FT,jT,zT,UT,$T,HT,BT,VT);var gI=Object.defineProperty,vI=Object.defineProperties,wI=Object.getOwnPropertyDescriptors,GT=Object.getOwnPropertySymbols,SI=Object.prototype.hasOwnProperty,_I=Object.prototype.propertyIsEnumerable,YT=(e,t,r)=>t in e?gI(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,bI=(e,t)=>{for(var r in t||(t={}))SI.call(t,r)&&YT(e,r,t[r]);if(GT)for(var r of GT(t))_I.call(t,r)&&YT(e,r,t[r]);return e},EI=(e,t)=>vI(e,wI(t));const iw=or({name:"font",key:"fonts"}),aw=or({name:"lineHeight",key:"lineHeights",transform:(e,{props:t})=>{var r,o,a;const s=(a=(o=(r=t?.theme)==null?void 0:r.settings)==null?void 0:o.rootFontSize)!=null?a:void 0;return X0(e,{rootFontSize:s})}}),sw=or({name:"fontWeight",key:"fontWeights"}),lw=or({name:"letterSpacing",key:"letterSpacings",compose:ra}),uw=or({name:"fontSize",key:"fontSizes",compose:ra}),XT=Q({prop:"fontFamily",themeGet:iw}),KT=Q({prop:"fontSize",themeGet:uw}),JT=Q({prop:"fontVariant"}),QT=Q({prop:"lineHeight",themeGet:aw}),qT=Q({prop:"fontWeight",themeGet:sw}),ZT=Q({prop:"fontStyle"}),eC=Q({prop:"letterSpacing",themeGet:lw}),tC=Q({prop:"color",themeGet:En}),rC=Q({prop:"textTransform"}),nC=Q({prop:"textDecoration"}),oC=Q({prop:"textAlign"}),iC=Q({prop:"verticalAlign"}),aC=Q({prop:"whiteSpace"}),sC=Q({prop:"textOverflow"}),lC=Q({prop:"listStyleType"}),uC=Q({prop:"listStylePosition"}),cC=Hr(nw,XT,KT,ZT,JT,QT,qT,oC,eC,tC,rC,nC,iC,aC,sC,lC,uC),fC=Q({prop:"text",key:"texts",css:e=>({theme:t})=>cC(EI(bI({},e),{theme:t}))}),dC=Hr(cC,fC),Ly=Hr(e1,p1,K1,Z1,ix,Fx,hT,ST,Ex,AT,nw,kT,NT,WT,JR,dC),Yt=(e,t)=>r=>{const o=Ry(r,e);return wo(o)?o:wo(t)?t:e};[yp,Q0,Zs,q0,es,hi,En,mp,iw,uw,sw,Zc,lw,aw,Qc,ra,Z0,ew,ky,el,Mr,Oy,ow,K0,J0,rw].forEach(e=>{Yt[e.meta.name]=e});const cw=(e,t)=>r=>{const o=qs(r),a=pp(o,e);return a===null?t:[`${MR(a)} {`,t,"}"]},pC=(e,t)=>r=>{const o=qs(r),a=Ty(o,e);return a===null?null:[`${YD(a)} {`,t,"}"]},RI=(e,t,r)=>o=>{const a=qs(o),s=pp(a,e),u=Ty(a,t);return u===null?cw(e,r)(o):s===null?pC(t,r)(o):[`${XD(s,u)} {`,r,"}"]},xI=e=>t=>{const r=[],o=Object.keys(e),a=o.length;for(let s=0;s<a;s++){const u=o[s],c=e[u],f=cw(u,c)(t);Array.isArray(f)?f.forEach(d=>r.push(d)):r.push(f)}return r},TI={px:e=>OR(X0(e)),border:e=>Za(e)&&e>0?`${OR(e)} solid`:e};var CI=Object.defineProperty,hC=Object.getOwnPropertySymbols,AI=Object.prototype.hasOwnProperty,PI=Object.prototype.propertyIsEnumerable,mC=(e,t,r)=>t in e?CI(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,yC=(e,t)=>{for(var r in t||(t={}))AI.call(t,r)&&mC(e,r,t[r]);if(hC)for(var r of hC(t))PI.call(t,r)&&mC(e,r,t[r]);return e};const gC=[0,5,10,20,25,30,40,50,60,70,75,80,90,95,100],fw=(e,t=gC)=>{const r=(a,s)=>`${a}${Math.round(s/100*255).toString(16).padStart(2,"0")}`,o=Object.keys(e).reduce((a,s)=>(t.forEach(u=>{const c=e[s],f=`${s}-a${u}`;a[f]=So(c)?r(c,u):fw(c,t)}),a),{});return yC(yC({},e),o)},OI=[50,100,200,300,400,500,600,700,800,900],kI=(e,t,r=OI,o=gC)=>r.reduce((a,s)=>(a[`${e}-${s}`]=Yt.color(`${t}-${s}`),o.forEach(u=>{a[`${e}-${s}-a${u}`]=Yt.color(`${t}-${s}-a${u}`)}),a),{});var MI=Object.defineProperty,LI=Object.defineProperties,NI=Object.getOwnPropertyDescriptors,vC=Object.getOwnPropertySymbols,DI=Object.prototype.hasOwnProperty,II=Object.prototype.propertyIsEnumerable,wC=(e,t,r)=>t in e?MI(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,FI=(e,t)=>{for(var r in t||(t={}))DI.call(t,r)&&wC(e,r,t[r]);if(vC)for(var r of vC(t))II.call(t,r)&&wC(e,r,t[r]);return e},jI=(e,t)=>LI(e,NI(t));const Ny={.5:"0.125rem",1:"0.25rem",1.5:"0.375rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",3.5:"0.875rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",11:"2.75rem",12:"3rem",14:"3.5rem",16:"4rem",20:"5rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem"},SC={"ease-in":"cubic-bezier(0.4, 0, 1, 1)","ease-out":"cubic-bezier(0, 0, 0.2, 1)","ease-in-out":"cubic-bezier(0.4, 0, 0.2, 1)"},dw={default:["background-color","border-color","color","fill","stroke","opacity","box-shadow","transform"],colors:["background-color","border-color","color","fill","stroke"],opacity:["opacity"],shadow:["box-shadow"],transform:["transform"]},zI=Object.keys(dw).reduce((e,t)=>(e[t]=dw[t].map(r=>`${r} ${SC["ease-in-out"]} 150ms`).join(","),e),{}),UI={black:"#000000",white:"#ffffff","blue-gray-50":"#f8fafc","blue-gray-100":"#f1f5f9","blue-gray-200":"#e2e8f0","blue-gray-300":"#cbd5e1","blue-gray-400":"#94a3b8","blue-gray-500":"#64748b","blue-gray-600":"#475569","blue-gray-700":"#334155","blue-gray-800":"#1e293b","blue-gray-900":"#0f172a","cool-gray-50":"#f9fafb","cool-gray-100":"#f3f4f6","cool-gray-200":"#e5e7eb","cool-gray-300":"#d1d5db","cool-gray-400":"#9ca3af","cool-gray-500":"#6b7280","cool-gray-600":"#4b5563","cool-gray-700":"#374151","cool-gray-800":"#1f2937","cool-gray-900":"#111827","gray-50":"#fafafa","gray-100":"#f4f4f5","gray-200":"#e4e4e7","gray-300":"#d4d4d8","gray-400":"#a1a1aa","gray-500":"#71717a","gray-600":"#52525b","gray-700":"#3f3f46","gray-800":"#27272a","gray-900":"#18181b","true-gray-50":"#fafafa","true-gray-100":"#f5f5f5","true-gray-200":"#e5e5e5","true-gray-300":"#d4d4d4","true-gray-400":"#a3a3a3","true-gray-500":"#737373","true-gray-600":"#525252","true-gray-700":"#404040","true-gray-800":"#262626","true-gray-900":"#171717","warm-gray-50":"#fafaf9","warm-gray-100":"#f5f5f4","warm-gray-200":"#e7e5e4","warm-gray-300":"#d6d3d1","warm-gray-400":"#a8a29e","warm-gray-500":"#78716c","warm-gray-600":"#57534e","warm-gray-700":"#44403c","warm-gray-800":"#292524","warm-gray-900":"#1c1917","red-50":"#fef2f2","red-100":"#fee2e2","red-200":"#fecaca","red-300":"#fca5a5","red-400":"#f87171","red-500":"#ef4444","red-600":"#dc2626","red-700":"#b91c1c","red-800":"#991b1b","red-900":"#7f1d1d","orange-50":"#fff7ed","orange-100":"#ffedd5","orange-200":"#fed7aa","orange-300":"#fdba74","orange-400":"#fb923c","orange-500":"#f97316","orange-600":"#ea580c","orange-700":"#c2410c","orange-800":"#9a3412","orange-900":"#7c2d12","amber-50":"#fffbeb","amber-100":"#fef3c7","amber-200":"#fde68a","amber-300":"#fcd34d","amber-400":"#fbbf24","amber-500":"#f59e0b","amber-600":"#d97706","amber-700":"#b45309","amber-800":"#92400e","amber-900":"#78350f","yellow-50":"#fefce8","yellow-100":"#fef9c3","yellow-200":"#fef08a","yellow-300":"#fde047","yellow-400":"#facc15","yellow-500":"#eab308","yellow-600":"#ca8a04","yellow-700":"#a16207","yellow-800":"#854d0e","yellow-900":"#713f12","lime-50":"#f7fee7","lime-100":"#ecfccb","lime-200":"#d9f99d","lime-300":"#bef264","lime-400":"#a3e635","lime-500":"#84cc16","lime-600":"#65a30d","lime-700":"#4d7c0f","lime-800":"#3f6212","lime-900":"#365314","green-50":"#f0fdf4","green-100":"#dcfce7","green-200":"#bbf7d0","green-300":"#86efac","green-400":"#4ade80","green-500":"#22c55e","green-600":"#16a34a","green-700":"#15803d","green-800":"#166534","green-900":"#14532d","emerald-50":"#ecfdf5","emerald-100":"#d1fae5","emerald-200":"#a7f3d0","emerald-300":"#6ee7b7","emerald-400":"#34d399","emerald-500":"#10b981","emerald-600":"#059669","emerald-700":"#047857","emerald-800":"#065f46","emerald-900":"#064e3b","teal-50":"#f0fdfa","teal-100":"#ccfbf1","teal-200":"#99f6e4","teal-300":"#5eead4","teal-400":"#2dd4bf","teal-500":"#14b8a6","teal-600":"#0d9488","teal-700":"#0f766e","teal-800":"#115e59","teal-900":"#134e4a","cyan-50":"#ecfeff","cyan-100":"#cffafe","cyan-200":"#a5f3fc","cyan-300":"#67e8f9","cyan-400":"#22d3ee","cyan-500":"#06b6d4","cyan-600":"#0891b2","cyan-700":"#0e7490","cyan-800":"#155e75","cyan-900":"#164e63","light-blue-50":"#f0f9ff","light-blue-100":"#e0f2fe","light-blue-200":"#bae6fd","light-blue-300":"#7dd3fc","light-blue-400":"#38bdf8","light-blue-500":"#0ea5e9","light-blue-600":"#0284c7","light-blue-700":"#0369a1","light-blue-800":"#075985","light-blue-900":"#0c4a6e","blue-50":"#eff6ff","blue-100":"#dbeafe","blue-200":"#bfdbfe","blue-300":"#93c5fd","blue-400":"#60a5fa","blue-500":"#3b82f6","blue-600":"#2563eb","blue-700":"#1d4ed8","blue-800":"#1e40af","blue-900":"#1e3a8a","indigo-50":"#eef2ff","indigo-100":"#e0e7ff","indigo-200":"#c7d2fe","indigo-300":"#a5b4fc","indigo-400":"#818cf8","indigo-500":"#6366f1","indigo-600":"#4f46e5","indigo-700":"#4338ca","indigo-800":"#3730a3","indigo-900":"#312e81","violet-50":"#f5f3ff","violet-100":"#ede9fe","violet-200":"#ddd6fe","violet-300":"#c4b5fd","violet-400":"#a78bfa","violet-500":"#8b5cf6","violet-600":"#7c3aed","violet-700":"#6d28d9","violet-800":"#5b21b6","violet-900":"#4c1d95","purple-50":"#faf5ff","purple-100":"#f3e8ff","purple-200":"#e9d5ff","purple-300":"#d8b4fe","purple-400":"#c084fc","purple-500":"#a855f7","purple-600":"#9333ea","purple-700":"#7e22ce","purple-800":"#6b21a8","purple-900":"#581c87","fuchsia-50":"#fdf4ff","fuchsia-100":"#fae8ff","fuchsia-200":"#f5d0fe","fuchsia-300":"#f0abfc","fuchsia-400":"#e879f9","fuchsia-500":"#d946ef","fuchsia-600":"#c026d3","fuchsia-700":"#a21caf","fuchsia-800":"#86198f","fuchsia-900":"#701a75","pink-50":"#fdf2f8","pink-100":"#fce7f3","pink-200":"#fbcfe8","pink-300":"#f9a8d4","pink-400":"#f472b6","pink-500":"#ec4899","pink-600":"#db2777","pink-700":"#be185d","pink-800":"#9d174d","pink-900":"#831843","rose-50":"#fff1f2","rose-100":"#ffe4e6","rose-200":"#fecdd3","rose-300":"#fda4af","rose-400":"#fb7185","rose-500":"#f43f5e","rose-600":"#e11d48","rose-700":"#be123c","rose-800":"#9f1239","rose-900":"#881337"},_C={xs:"0.75rem",sm:"0.875rem",default:"1rem",lg:"1.125rem",xl:"1.25rem","2xl":"1.5rem","3xl":"1.875rem","4xl":"2.25rem","5xl":"3rem","6xl":"3.75rem","7xl":"4.5rem","8xl":"6rem","9xl":"8rem"},$I=Object.keys(_C).reduce((e,t)=>(e[t]={fontSize:t,lineHeight:t},e),{}),HI={colors:fw(UI),space:Ny,screens:{_:0,xs:0,sm:640,md:768,lg:1024,xl:1280,"2xl":1536},durations:{instant:"100ms","fast-in":"250ms","fast-out":"200ms","slow-in":"300ms","slow-out":"250ms"},sizes:jI(FI({},Ny),{.5:void 0,1:void 0,"0.5s":Ny[.5],"1s":Ny[1],full:"100%",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"}),radii:{none:"0",sm:"0.125rem",default:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem",full:"9999px"},shadows:{xs:"0 0 0 1px rgba(0, 0, 0, 0.05)",sm:"0 1px 2px 0 rgba(0, 0, 0, 0.05)",default:"0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",md:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",lg:"0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",xl:"0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)","2xl":"0 25px 50px -12px rgba(0, 0, 0, 0.25)",inner:"inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)",outline:"0 0 0 3px rgba(66, 153, 225, 0.5)"},fontSizes:_C,fontWeights:{hairline:"100",thin:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},fonts:{mono:'ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace',serif:'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif',sans:'ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"'},letterSpacings:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeights:{none:1,tight:1.25,snug:1.375,normal:1.5,relaxed:1.625,loose:2,3:".75rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",xs:"1rem",sm:"1.25rem",default:"1.5rem",lg:"1.75rem",xl:"1.75rem","2xl":"2rem","3xl":"2.25rem","4xl":"2.5rem","5xl":1,"6xl":1,"7xl":1,"8xl":1,"9xl":1},gridTemplateColumns:{1:"repeat(1, minmax(0, 1fr))",2:"repeat(2, minmax(0, 1fr))",3:"repeat(3, minmax(0, 1fr))",4:"repeat(4, minmax(0, 1fr))",5:"repeat(5, minmax(0, 1fr))",6:"repeat(6, minmax(0, 1fr))",7:"repeat(7, minmax(0, 1fr))",8:"repeat(8, minmax(0, 1fr))",9:"repeat(9, minmax(0, 1fr))",10:"repeat(10, minmax(0, 1fr))",11:"repeat(11, minmax(0, 1fr))",12:"repeat(12, minmax(0, 1fr))"},gridTemplateRows:{1:"repeat(1, minmax(0, 1fr))",2:"repeat(2, minmax(0, 1fr))",3:"repeat(3, minmax(0, 1fr))",4:"repeat(4, minmax(0, 1fr))",5:"repeat(5, minmax(0, 1fr))",6:"repeat(6, minmax(0, 1fr))"},borderWidths:{default:1},ringWidths:{default:3},borders:{default:"1px solid transparent"},texts:$I,transitions:zI,transitionProperties:dw,timingFunctions:SC,animations:{spin:"x-spin 1s linear infinite",ping:"x-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite",pulse:"x-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite",bounce:"x-bounce 1s infinite"},states:{_:null,motionSafe:"@media (prefers-reduced-motion: no-preference)",motionReduce:"@media (prefers-reduced-motion: reduce)",first:"&:first-child",last:"&:last-child",odd:"&:odd",even:"&:even",visited:"&:visited",checked:"&:checked",focusWithin:"&:focus-within",hover:"&:hover",focus:"&:focus",focusVisible:"&:focus-visible",active:"&:active",disabled:"&:disabled, &[aria-disabled=true]",placeholder:"&::placeholder"},xstyled:{cache:!0}},bC=e=>`
|
|
154
|
+
*/var VM=Oe(4146),cy=Oe.n(VM),WM=Oe(2193),RE=Oe.n(WM),GM=Oe(1882),ra=Oe.n(GM),YM=Oe(5015),b0=Oe.n(YM),KM=Oe(9048),E0=Oe.n(KM),XM=Oe(3805),xE=Oe.n(XM),QM=Oe(8023),JM=Oe.n(QM);function qM(e){e.replaceReducer(e.createReducer(e.injectedReducers))}function TE(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function CE(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function AE(e,t,r){return t&&CE(e.prototype,t),r&&CE(e,r),e}function hu(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function PE(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,o)}return r}function R0(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?PE(Object(r),!0).forEach(function(o){hu(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):PE(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function OE(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&x0(e,t)}function fy(e){return fy=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},fy(e)}function x0(e,t){return x0=Object.setPrototypeOf||function(o,a){return o.__proto__=a,o},x0(e,t)}function ZM(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function eL(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function tL(e,t){return t&&(typeof t=="object"||typeof t=="function")?t:eL(e)}function kE(e){return function(){var t=fy(e),r;if(ZM()){var o=fy(this).constructor;r=Reflect.construct(t,arguments,o)}else r=t.apply(this,arguments);return tL(this,r)}}function ME(e,t){return rL(e)||nL(e,t)||oL(e,t)||iL()}function rL(e){if(Array.isArray(e))return e}function nL(e,t){if(!(typeof Symbol>"u"||!(Symbol.iterator in Object(e)))){var r=[],o=!0,a=!1,s=void 0;try{for(var u=e[Symbol.iterator](),c;!(o=(c=u.next()).done)&&(r.push(c.value),!(t&&r.length===t));o=!0);}catch(f){a=!0,s=f}finally{try{!o&&u.return!=null&&u.return()}finally{if(a)throw s}}return r}}function oL(e,t){if(e){if(typeof e=="string")return LE(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(r);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return LE(e,t)}}function LE(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function iL(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
155
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function np(e){var t={dispatch:ra(),subscribe:ra(),getState:ra(),replaceReducer:ra(),runSaga:ra(),createReducer:ra(),injectedReducers:xE(),injectedSagas:xE()};Fs()(E0()(e,t),"(redux-injectors...) checkStore: Expected a redux store that has been configured for use with redux-injectors.")}function aL(e,t){return function(o,a){t||np(e),Fs()(b0()(o)&&!RE()(o)&&ra()(a),"(redux-injectors...) injectReducer: Expected `reducer` to be a reducer function"),!(Reflect.has(e.injectedReducers,o)&&e.injectedReducers[o]===a)&&(e.injectedReducers[o]=a,e.replaceReducer(e.createReducer(e.injectedReducers)))}}function NE(e){return np(e),{injectReducer:aL(e,!0)}}var sL=(function(e){var t=e.key,r=e.reducer;return function(o){var a=(function(s){OE(c,s);var u=kE(c);function c(f,d){var h;return TE(this,c),h=u.call(this,f,d),NE(d.store).injectReducer(t,r),h}return AE(c,[{key:"render",value:function(){return g.createElement(o,this.props)}}]),c})(g.Component);return hu(a,"WrappedComponent",o),hu(a,"contextType",$o),hu(a,"displayName","withReducer(".concat(o.displayName||o.name||"Component",")")),cy()(a,o)}}),DE=function(t){var r=t.key,o=t.reducer,a=Am(),s=g.useState(!1),u=ME(s,2),c=u[0],f=u[1];return g.useLayoutEffect(function(){NE(a).injectReducer(r,o),f(!0)},[]),c},IE="@@saga-injector/restart-on-remount",op="@@saga-injector/daemon",T0="@@saga-injector/once-till-unmount",Kc="@@saga-injector/counter",FE={RESTART_ON_REMOUNT:IE,DAEMON:op,ONCE_TILL_UNMOUNT:T0,COUNTER:Kc},lL=[IE,op,T0,Kc],jE=function(t){return Fs()(b0()(t)&&!RE()(t),"(redux-injectors...) injectSaga: Expected `key` to be a non empty string")},uL=function(t){var r={saga:ra(),mode:function(a){return b0()(a)&&lL.includes(a)},count:JM()};Fs()(E0()(t,r),"(redux-injectors...) injectSaga: Expected a valid saga descriptor")};function cL(e,t){return function(o){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};t||np(e);var s=R0({},a,{mode:a.mode||op,count:0}),u=s.saga,c=s.mode;jE(o),uL(s);var f=Reflect.has(e.injectedSagas,o);if(0)var d;if(c===Kc){e.injectedSagas[o]==="done"&&(f=!1);var h=0;f&&(h=Math.max(e.injectedSagas[o].count||0,0)),s.count=h+1}!f||f&&c!==op&&c!==T0&&c!==Kc?e.injectedSagas[o]=R0({},s,{task:e.runSaga(u)}):f&&c===Kc&&(e.injectedSagas[o].count=s.count)}}function fL(e,t){return function(o){if(t||np(e),jE(o),Reflect.has(e.injectedSagas,o)){var a=e.injectedSagas[o];if(!a.mode)return;if(a.mode===Kc){if(a.count-=1,a.count>0)return;a.task.cancel(),delete e.injectedSagas[o]}else a.mode!==op&&(a.task.cancel(),e.injectedSagas[o]="done")}}}function C0(e){return np(e),{injectSaga:cL(e,!0),ejectSaga:fL(e,!0)}}var dL=(function(e){var t=e.key,r=e.saga,o=e.mode;return function(a){var s=(function(u){OE(f,u);var c=kE(f);function f(d,h){var y;return TE(this,f),y=c.call(this,d,h),y.injectors=C0(h.store),y.injectors.injectSaga(t,{saga:r,mode:o}),y}return AE(f,[{key:"componentWillUnmount",value:function(){this.injectors.ejectSaga(t)}},{key:"render",value:function(){return g.createElement(a,this.props)}}]),f})(g.Component);return hu(s,"WrappedComponent",a),hu(s,"contextType",$o),hu(s,"displayName","withSaga(".concat(a.displayName||a.name||"Component",")")),cy()(s,a)}}),zE=function(t){var r=t.key,o=t.saga,a=Am(),s=g.useState(!1),u=ME(s,2),c=u[0],f=u[1];return g.useLayoutEffect(function(){return C0(a).injectSaga(r,{saga:o,mode:FE.COUNTER}),f(!0),function(){C0(a).ejectSaga(r)}},[]),c};function pL(e){return Fs()(E0()(e,{runSaga:ra(),createReducer:ra()}),"(redux-injectors...) createInjectorsEnhancer: params `runSaga` and `createReducer` are required."),function(t){return function(){var r=t.apply(void 0,arguments);return R0({},r,{createReducer:e.createReducer,runSaga:e.runSaga,injectedReducers:{},injectedSagas:{}})}}}function hL(e){var t=e.name,r=e.key,o=e.reducer,a=e.saga;function s(u){var c=o?DE({key:r,reducer:o}):!0,f=a?zE({key:r,saga:a}):!0;return c&&f?u.children:null}return s.displayName=t,s}var UE=Oe(4363),mL=Oe(2833),yL=Oe.n(mL);function gL(e){function t(Fe,Se,Ue,He,re){for(var Rt=0,Ne=0,Dt=0,at=0,xt,Qe,Zt=0,$t=0,Ct,Rr=Ct=xt=0,Tt=0,_r=0,Qn=0,I=0,q=Ue.length,le=q-1,Pe,ue="",pe="",Ve="",_t="",At;Tt<q;){if(Qe=Ue.charCodeAt(Tt),Tt===le&&Ne+at+Dt+Rt!==0&&(Ne!==0&&(Qe=Ne===47?10:47),at=Dt=Rt=0,q++,le++),Ne+at+Dt+Rt===0){if(Tt===le&&(0<_r&&(ue=ue.replace(v,"")),0<ue.trim().length)){switch(Qe){case 32:case 9:case 59:case 13:case 10:break;default:ue+=Ue.charAt(Tt)}Qe=59}switch(Qe){case 123:for(ue=ue.trim(),xt=ue.charCodeAt(0),Ct=1,I=++Tt;Tt<q;){switch(Qe=Ue.charCodeAt(Tt)){case 123:Ct++;break;case 125:Ct--;break;case 47:switch(Qe=Ue.charCodeAt(Tt+1)){case 42:case 47:e:{for(Rr=Tt+1;Rr<le;++Rr)switch(Ue.charCodeAt(Rr)){case 47:if(Qe===42&&Ue.charCodeAt(Rr-1)===42&&Tt+2!==Rr){Tt=Rr+1;break e}break;case 10:if(Qe===47){Tt=Rr+1;break e}}Tt=Rr}}break;case 91:Qe++;case 40:Qe++;case 34:case 39:for(;Tt++<le&&Ue.charCodeAt(Tt)!==Qe;);}if(Ct===0)break;Tt++}switch(Ct=Ue.substring(I,Tt),xt===0&&(xt=(ue=ue.replace(y,"").trim()).charCodeAt(0)),xt){case 64:switch(0<_r&&(ue=ue.replace(v,"")),Qe=ue.charCodeAt(1),Qe){case 100:case 109:case 115:case 45:_r=Se;break;default:_r=We}if(Ct=t(Se,_r,Ct,Qe,re+1),I=Ct.length,0<ht&&(_r=r(We,ue,Qn),At=c(3,Ct,_r,Se,we,ge,I,Qe,re,He),ue=_r.join(""),At!==void 0&&(I=(Ct=At.trim()).length)===0&&(Qe=0,Ct="")),0<I)switch(Qe){case 115:ue=ue.replace(O,u);case 100:case 109:case 45:Ct=ue+"{"+Ct+"}";break;case 107:ue=ue.replace(T,"$1 $2"),Ct=ue+"{"+Ct+"}",Ct=Ke===1||Ke===2&&s("@"+Ct,3)?"@-webkit-"+Ct+"@"+Ct:"@"+Ct;break;default:Ct=ue+Ct,He===112&&(Ct=(pe+=Ct,""))}else Ct="";break;default:Ct=t(Se,r(Se,ue,Qn),Ct,He,re+1)}Ve+=Ct,Ct=Qn=_r=Rr=xt=0,ue="",Qe=Ue.charCodeAt(++Tt);break;case 125:case 59:if(ue=(0<_r?ue.replace(v,""):ue).trim(),1<(I=ue.length))switch(Rr===0&&(xt=ue.charCodeAt(0),xt===45||96<xt&&123>xt)&&(I=(ue=ue.replace(" ",":")).length),0<ht&&(At=c(1,ue,Se,Fe,we,ge,pe.length,He,re,He))!==void 0&&(I=(ue=At.trim()).length)===0&&(ue="\0\0"),xt=ue.charCodeAt(0),Qe=ue.charCodeAt(1),xt){case 0:break;case 64:if(Qe===105||Qe===99){_t+=ue+Ue.charAt(Tt);break}default:ue.charCodeAt(I-1)!==58&&(pe+=a(ue,xt,Qe,ue.charCodeAt(2)))}Qn=_r=Rr=xt=0,ue="",Qe=Ue.charCodeAt(++Tt)}}switch(Qe){case 13:case 10:Ne===47?Ne=0:1+xt===0&&He!==107&&0<ue.length&&(_r=1,ue+="\0"),0<ht*Bt&&c(0,ue,Se,Fe,we,ge,pe.length,He,re,He),ge=1,we++;break;case 59:case 125:if(Ne+at+Dt+Rt===0){ge++;break}default:switch(ge++,Pe=Ue.charAt(Tt),Qe){case 9:case 32:if(at+Rt+Ne===0)switch(Zt){case 44:case 58:case 9:case 32:Pe="";break;default:Qe!==32&&(Pe=" ")}break;case 0:Pe="\\0";break;case 12:Pe="\\f";break;case 11:Pe="\\v";break;case 38:at+Ne+Rt===0&&(_r=Qn=1,Pe="\f"+Pe);break;case 108:if(at+Ne+Rt+Le===0&&0<Rr)switch(Tt-Rr){case 2:Zt===112&&Ue.charCodeAt(Tt-3)===58&&(Le=Zt);case 8:$t===111&&(Le=$t)}break;case 58:at+Ne+Rt===0&&(Rr=Tt);break;case 44:Ne+Dt+at+Rt===0&&(_r=1,Pe+="\r");break;case 34:case 39:Ne===0&&(at=at===Qe?0:at===0?Qe:at);break;case 91:at+Ne+Dt===0&&Rt++;break;case 93:at+Ne+Dt===0&&Rt--;break;case 41:at+Ne+Rt===0&&Dt--;break;case 40:if(at+Ne+Rt===0){if(xt===0)switch(2*Zt+3*$t){case 533:break;default:xt=1}Dt++}break;case 64:Ne+Dt+at+Rt+Rr+Ct===0&&(Ct=1);break;case 42:case 47:if(!(0<at+Rt+Dt))switch(Ne){case 0:switch(2*Qe+3*Ue.charCodeAt(Tt+1)){case 235:Ne=47;break;case 220:I=Tt,Ne=42}break;case 42:Qe===47&&Zt===42&&I+2!==Tt&&(Ue.charCodeAt(I+2)===33&&(pe+=Ue.substring(I,Tt+1)),Pe="",Ne=0)}}Ne===0&&(ue+=Pe)}$t=Zt,Zt=Qe,Tt++}if(I=pe.length,0<I){if(_r=Se,0<ht&&(At=c(2,pe,_r,Fe,we,ge,I,He,re,He),At!==void 0&&(pe=At).length===0))return _t+pe+Ve;if(pe=_r.join(",")+"{"+pe+"}",Ke*Le!==0){switch(Ke!==2||s(pe,2)||(Le=0),Le){case 111:pe=pe.replace(P,":-moz-$1")+pe;break;case 112:pe=pe.replace(C,"::-webkit-input-$1")+pe.replace(C,"::-moz-$1")+pe.replace(C,":-ms-input-$1")+pe}Le=0}}return _t+pe+Ve}function r(Fe,Se,Ue){var He=Se.trim().split(_);Se=He;var re=He.length,Rt=Fe.length;switch(Rt){case 0:case 1:var Ne=0;for(Fe=Rt===0?"":Fe[0]+" ";Ne<re;++Ne)Se[Ne]=o(Fe,Se[Ne],Ue).trim();break;default:var Dt=Ne=0;for(Se=[];Ne<re;++Ne)for(var at=0;at<Rt;++at)Se[Dt++]=o(Fe[at]+" ",He[Ne],Ue).trim()}return Se}function o(Fe,Se,Ue){var He=Se.charCodeAt(0);switch(33>He&&(He=(Se=Se.trim()).charCodeAt(0)),He){case 38:return Se.replace(x,"$1"+Fe.trim());case 58:return Fe.trim()+Se.replace(x,"$1"+Fe.trim());default:if(0<1*Ue&&0<Se.indexOf("\f"))return Se.replace(x,(Fe.charCodeAt(0)===58?"":"$1")+Fe.trim())}return Fe+Se}function a(Fe,Se,Ue,He){var re=Fe+";",Rt=2*Se+3*Ue+4*He;if(Rt===944){Fe=re.indexOf(":",9)+1;var Ne=re.substring(Fe,re.length-1).trim();return Ne=re.substring(0,Fe).trim()+Ne+";",Ke===1||Ke===2&&s(Ne,1)?"-webkit-"+Ne+Ne:Ne}if(Ke===0||Ke===2&&!s(re,1))return re;switch(Rt){case 1015:return re.charCodeAt(10)===97?"-webkit-"+re+re:re;case 951:return re.charCodeAt(3)===116?"-webkit-"+re+re:re;case 963:return re.charCodeAt(5)===110?"-webkit-"+re+re:re;case 1009:if(re.charCodeAt(4)!==100)break;case 969:case 942:return"-webkit-"+re+re;case 978:return"-webkit-"+re+"-moz-"+re+re;case 1019:case 983:return"-webkit-"+re+"-moz-"+re+"-ms-"+re+re;case 883:if(re.charCodeAt(8)===45)return"-webkit-"+re+re;if(0<re.indexOf("image-set(",11))return re.replace(ye,"$1-webkit-$2")+re;break;case 932:if(re.charCodeAt(4)===45)switch(re.charCodeAt(5)){case 103:return"-webkit-box-"+re.replace("-grow","")+"-webkit-"+re+"-ms-"+re.replace("grow","positive")+re;case 115:return"-webkit-"+re+"-ms-"+re.replace("shrink","negative")+re;case 98:return"-webkit-"+re+"-ms-"+re.replace("basis","preferred-size")+re}return"-webkit-"+re+"-ms-"+re+re;case 964:return"-webkit-"+re+"-ms-flex-"+re+re;case 1023:if(re.charCodeAt(8)!==99)break;return Ne=re.substring(re.indexOf(":",15)).replace("flex-","").replace("space-between","justify"),"-webkit-box-pack"+Ne+"-webkit-"+re+"-ms-flex-pack"+Ne+re;case 1005:return S.test(re)?re.replace(b,":-webkit-")+re.replace(b,":-moz-")+re:re;case 1e3:switch(Ne=re.substring(13).trim(),Se=Ne.indexOf("-")+1,Ne.charCodeAt(0)+Ne.charCodeAt(Se)){case 226:Ne=re.replace(A,"tb");break;case 232:Ne=re.replace(A,"tb-rl");break;case 220:Ne=re.replace(A,"lr");break;default:return re}return"-webkit-"+re+"-ms-"+Ne+re;case 1017:if(re.indexOf("sticky",9)===-1)break;case 975:switch(Se=(re=Fe).length-10,Ne=(re.charCodeAt(Se)===33?re.substring(0,Se):re).substring(Fe.indexOf(":",7)+1).trim(),Rt=Ne.charCodeAt(0)+(Ne.charCodeAt(7)|0)){case 203:if(111>Ne.charCodeAt(8))break;case 115:re=re.replace(Ne,"-webkit-"+Ne)+";"+re;break;case 207:case 102:re=re.replace(Ne,"-webkit-"+(102<Rt?"inline-":"")+"box")+";"+re.replace(Ne,"-webkit-"+Ne)+";"+re.replace(Ne,"-ms-"+Ne+"box")+";"+re}return re+";";case 938:if(re.charCodeAt(5)===45)switch(re.charCodeAt(6)){case 105:return Ne=re.replace("-items",""),"-webkit-"+re+"-webkit-box-"+Ne+"-ms-flex-"+Ne+re;case 115:return"-webkit-"+re+"-ms-flex-item-"+re.replace(N,"")+re;default:return"-webkit-"+re+"-ms-flex-line-pack"+re.replace("align-content","").replace(N,"")+re}break;case 973:case 989:if(re.charCodeAt(3)!==45||re.charCodeAt(4)===122)break;case 931:case 953:if(ce.test(Fe)===!0)return(Ne=Fe.substring(Fe.indexOf(":")+1)).charCodeAt(0)===115?a(Fe.replace("stretch","fill-available"),Se,Ue,He).replace(":fill-available",":stretch"):re.replace(Ne,"-webkit-"+Ne)+re.replace(Ne,"-moz-"+Ne.replace("fill-",""))+re;break;case 962:if(re="-webkit-"+re+(re.charCodeAt(5)===102?"-ms-"+re:"")+re,Ue+He===211&&re.charCodeAt(13)===105&&0<re.indexOf("transform",10))return re.substring(0,re.indexOf(";",27)+1).replace(E,"$1-webkit-$2")+re}return re}function s(Fe,Se){var Ue=Fe.indexOf(Se===1?":":"{"),He=Fe.substring(0,Se!==3?Ue:10);return Ue=Fe.substring(Ue+1,Fe.length-1),qt(Se!==2?He:He.replace(K,"$1"),Ue,Se)}function u(Fe,Se){var Ue=a(Se,Se.charCodeAt(0),Se.charCodeAt(1),Se.charCodeAt(2));return Ue!==Se+";"?Ue.replace(F," or ($1)").substring(4):"("+Se+")"}function c(Fe,Se,Ue,He,re,Rt,Ne,Dt,at,xt){for(var Qe=0,Zt=Se,$t;Qe<ht;++Qe)switch($t=Et[Qe].call(h,Fe,Zt,Ue,He,re,Rt,Ne,Dt,at,xt)){case void 0:case!1:case!0:case null:break;default:Zt=$t}if(Zt!==Se)return Zt}function f(Fe){switch(Fe){case void 0:case null:ht=Et.length=0;break;default:if(typeof Fe=="function")Et[ht++]=Fe;else if(typeof Fe=="object")for(var Se=0,Ue=Fe.length;Se<Ue;++Se)f(Fe[Se]);else Bt=!!Fe|0}return f}function d(Fe){return Fe=Fe.prefix,Fe!==void 0&&(qt=null,Fe?typeof Fe!="function"?Ke=1:(Ke=2,qt=Fe):Ke=0),d}function h(Fe,Se){var Ue=Fe;if(33>Ue.charCodeAt(0)&&(Ue=Ue.trim()),ft=Ue,Ue=[ft],0<ht){var He=c(-1,Se,Ue,Ue,we,ge,0,0,0,0);He!==void 0&&typeof He=="string"&&(Se=He)}var re=t(We,Ue,Se,0,0);return 0<ht&&(He=c(-2,re,Ue,Ue,we,ge,re.length,0,0,0),He!==void 0&&(re=He)),ft="",Le=0,ge=we=1,re}var y=/^\0+/g,v=/[\0\r\f]/g,b=/: */g,S=/zoo|gra/,E=/([,: ])(transform)/g,_=/,\r+?/g,x=/([\t\r\n ])*\f?&/g,T=/@(k\w+)\s*(\S*)\s*/,C=/::(place)/g,P=/:(read-only)/g,A=/[svh]\w+-[tblr]{2}/,O=/\(\s*(.*)\s*\)/g,F=/([\s\S]*?);/g,N=/-self|flex-/g,K=/[^]*?(:[rp][el]a[\w-]+)[^]*/,ce=/stretch|:\s*\w+\-(?:conte|avail)/,ye=/([^-])(image-set\()/,ge=1,we=1,Le=0,Ke=1,We=[],Et=[],ht=0,qt=null,Bt=0,ft="";return h.use=f,h.set=d,e!==void 0&&d(e),h}const vL=gL;var wL={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};const SL=wL;function _L(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var bL=/^((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|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|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|popover|popoverTarget|popoverTargetAction|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)-.*))$/,$E=_L(function(e){return bL.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91});function Po(){return(Po=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e}).apply(this,arguments)}var HE=function(e,t){for(var r=[e[0]],o=0,a=t.length;o<a;o+=1)r.push(t[o],e[o+1]);return r},A0=function(e){return e!==null&&typeof e=="object"&&(e.toString?e.toString():Object.prototype.toString.call(e))==="[object Object]"&&!(0,UE.typeOf)(e)},dy=Object.freeze([]),Qs=Object.freeze({});function Xc(e){return typeof e=="function"}function P0(e){return e.displayName||e.name||"Component"}function ip(e){return e&&typeof e.styledComponentId=="string"}var Js=typeof process<"u"&&!0&&("MISSING_ENV_VAR".REACT_APP_SC_ATTR||"MISSING_ENV_VAR".SC_ATTR)||"data-styled",EL="5.3.11",O0=typeof window<"u"&&"HTMLElement"in window,RL=!!(typeof SC_DISABLE_SPEEDY=="boolean"?SC_DISABLE_SPEEDY:typeof process<"u"&&("MISSING_ENV_VAR".REACT_APP_SC_DISABLE_SPEEDY!==void 0&&"MISSING_ENV_VAR".REACT_APP_SC_DISABLE_SPEEDY!==""?"MISSING_ENV_VAR".REACT_APP_SC_DISABLE_SPEEDY!=="false"&&"MISSING_ENV_VAR".REACT_APP_SC_DISABLE_SPEEDY:"MISSING_ENV_VAR".SC_DISABLE_SPEEDY!==void 0&&"MISSING_ENV_VAR".SC_DISABLE_SPEEDY!==""&&"MISSING_ENV_VAR".SC_DISABLE_SPEEDY!=="false"&&"MISSING_ENV_VAR".SC_DISABLE_SPEEDY)),xL={},u2={};function c2(){for(var e=arguments.length<=0?void 0:arguments[0],t=[],r=1,o=arguments.length;r<o;r+=1)t.push(r<0||arguments.length<=r?void 0:arguments[r]);return t.forEach((function(a){e=e.replace(/%[a-z]/,a)})),e}function di(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),o=1;o<t;o++)r[o-1]=arguments[o];throw new Error("An error occurred. See https://git.io/JUIaE#"+e+" for more information."+(r.length>0?" Args: "+r.join(", "):""))}var TL=(function(){function e(r){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=r}var t=e.prototype;return t.indexOfGroup=function(r){for(var o=0,a=0;a<r;a++)o+=this.groupSizes[a];return o},t.insertRules=function(r,o){if(r>=this.groupSizes.length){for(var a=this.groupSizes,s=a.length,u=s;r>=u;)(u<<=1)<0&&di(16,""+r);this.groupSizes=new Uint32Array(u),this.groupSizes.set(a),this.length=u;for(var c=s;c<u;c++)this.groupSizes[c]=0}for(var f=this.indexOfGroup(r+1),d=0,h=o.length;d<h;d++)this.tag.insertRule(f,o[d])&&(this.groupSizes[r]++,f++)},t.clearGroup=function(r){if(r<this.length){var o=this.groupSizes[r],a=this.indexOfGroup(r),s=a+o;this.groupSizes[r]=0;for(var u=a;u<s;u++)this.tag.deleteRule(a)}},t.getGroup=function(r){var o="";if(r>=this.length||this.groupSizes[r]===0)return o;for(var a=this.groupSizes[r],s=this.indexOfGroup(r),u=s+a,c=s;c<u;c++)o+=this.tag.getRule(c)+`/*!sc*/
|
|
156
|
+
`;return o},e})(),py=new Map,hy=new Map,ap=1,my=function(e){if(py.has(e))return py.get(e);for(;hy.has(ap);)ap++;var t=ap++;return py.set(e,t),hy.set(t,e),t},CL=function(e){return hy.get(e)},AL=function(e,t){t>=ap&&(ap=t+1),py.set(e,t),hy.set(t,e)},PL="style["+Js+'][data-styled-version="5.3.11"]',OL=new RegExp("^"+Js+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),kL=function(e,t,r){for(var o,a=r.split(","),s=0,u=a.length;s<u;s++)(o=a[s])&&e.registerName(t,o)},ML=function(e,t){for(var r=(t.textContent||"").split(`/*!sc*/
|
|
157
|
+
`),o=[],a=0,s=r.length;a<s;a++){var u=r[a].trim();if(u){var c=u.match(OL);if(c){var f=0|parseInt(c[1],10),d=c[2];f!==0&&(AL(d,f),kL(e,d,c[3]),e.getTag().insertRules(f,o)),o.length=0}else o.push(u)}}},k0=function(){return Oe.nc},BE=function(e){var t=document.head,r=e||t,o=document.createElement("style"),a=(function(c){for(var f=c.childNodes,d=f.length;d>=0;d--){var h=f[d];if(h&&h.nodeType===1&&h.hasAttribute(Js))return h}})(r),s=a!==void 0?a.nextSibling:null;o.setAttribute(Js,"active"),o.setAttribute("data-styled-version","5.3.11");var u=k0();return u&&o.setAttribute("nonce",u),r.insertBefore(o,s),o},LL=(function(){function e(r){var o=this.element=BE(r);o.appendChild(document.createTextNode("")),this.sheet=(function(a){if(a.sheet)return a.sheet;for(var s=document.styleSheets,u=0,c=s.length;u<c;u++){var f=s[u];if(f.ownerNode===a)return f}di(17)})(o),this.length=0}var t=e.prototype;return t.insertRule=function(r,o){try{return this.sheet.insertRule(o,r),this.length++,!0}catch{return!1}},t.deleteRule=function(r){this.sheet.deleteRule(r),this.length--},t.getRule=function(r){var o=this.sheet.cssRules[r];return o!==void 0&&typeof o.cssText=="string"?o.cssText:""},e})(),NL=(function(){function e(r){var o=this.element=BE(r);this.nodes=o.childNodes,this.length=0}var t=e.prototype;return t.insertRule=function(r,o){if(r<=this.length&&r>=0){var a=document.createTextNode(o),s=this.nodes[r];return this.element.insertBefore(a,s||null),this.length++,!0}return!1},t.deleteRule=function(r){this.element.removeChild(this.nodes[r]),this.length--},t.getRule=function(r){return r<this.length?this.nodes[r].textContent:""},e})(),DL=(function(){function e(r){this.rules=[],this.length=0}var t=e.prototype;return t.insertRule=function(r,o){return r<=this.length&&(this.rules.splice(r,0,o),this.length++,!0)},t.deleteRule=function(r){this.rules.splice(r,1),this.length--},t.getRule=function(r){return r<this.length?this.rules[r]:""},e})(),VE=O0,IL={isServer:!O0,useCSSOMInjection:!RL},Qc=(function(){function e(r,o,a){r===void 0&&(r=Qs),o===void 0&&(o={}),this.options=Po({},IL,{},r),this.gs=o,this.names=new Map(a),this.server=!!r.isServer,!this.server&&O0&&VE&&(VE=!1,(function(s){for(var u=document.querySelectorAll(PL),c=0,f=u.length;c<f;c++){var d=u[c];d&&d.getAttribute(Js)!=="active"&&(ML(s,d),d.parentNode&&d.parentNode.removeChild(d))}})(this))}e.registerId=function(r){return my(r)};var t=e.prototype;return t.reconstructWithOptions=function(r,o){return o===void 0&&(o=!0),new e(Po({},this.options,{},r),this.gs,o&&this.names||void 0)},t.allocateGSInstance=function(r){return this.gs[r]=(this.gs[r]||0)+1},t.getTag=function(){return this.tag||(this.tag=(a=(o=this.options).isServer,s=o.useCSSOMInjection,u=o.target,r=a?new DL(u):s?new LL(u):new NL(u),new TL(r)));var r,o,a,s,u},t.hasNameForId=function(r,o){return this.names.has(r)&&this.names.get(r).has(o)},t.registerName=function(r,o){if(my(r),this.names.has(r))this.names.get(r).add(o);else{var a=new Set;a.add(o),this.names.set(r,a)}},t.insertRules=function(r,o,a){this.registerName(r,o),this.getTag().insertRules(my(r),a)},t.clearNames=function(r){this.names.has(r)&&this.names.get(r).clear()},t.clearRules=function(r){this.getTag().clearGroup(my(r)),this.clearNames(r)},t.clearTag=function(){this.tag=void 0},t.toString=function(){return(function(r){for(var o=r.getTag(),a=o.length,s="",u=0;u<a;u++){var c=CL(u);if(c!==void 0){var f=r.names.get(c),d=o.getGroup(u);if(f&&d&&f.size){var h=Js+".g"+u+'[id="'+c+'"]',y="";f!==void 0&&f.forEach((function(v){v.length>0&&(y+=v+",")})),s+=""+d+h+'{content:"'+y+`"}/*!sc*/
|
|
158
|
+
`}}}return s})(this)},e})(),FL=/(a)(d)/gi,WE=function(e){return String.fromCharCode(e+(e>25?39:97))};function M0(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=WE(t%52)+r;return(WE(t%52)+r).replace(FL,"$1-$2")}var Jc=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},GE=function(e){return Jc(5381,e)};function YE(e){for(var t=0;t<e.length;t+=1){var r=e[t];if(Xc(r)&&!ip(r))return!1}return!0}var jL=GE("5.3.11"),zL=(function(){function e(t,r,o){this.rules=t,this.staticRulesId="",this.isStatic=(o===void 0||o.isStatic)&&YE(t),this.componentId=r,this.baseHash=Jc(jL,r),this.baseStyle=o,Qc.registerId(r)}return e.prototype.generateAndInjectStyles=function(t,r,o){var a=this.componentId,s=[];if(this.baseStyle&&s.push(this.baseStyle.generateAndInjectStyles(t,r,o)),this.isStatic&&!o.hash)if(this.staticRulesId&&r.hasNameForId(a,this.staticRulesId))s.push(this.staticRulesId);else{var u=mu(this.rules,t,r,o).join(""),c=M0(Jc(this.baseHash,u)>>>0);if(!r.hasNameForId(a,c)){var f=o(u,"."+c,void 0,a);r.insertRules(a,c,f)}s.push(c),this.staticRulesId=c}else{for(var d=this.rules.length,h=Jc(this.baseHash,o.hash),y="",v=0;v<d;v++){var b=this.rules[v];if(typeof b=="string")y+=b;else if(b){var S=mu(b,t,r,o),E=Array.isArray(S)?S.join(""):S;h=Jc(h,E+v),y+=E}}if(y){var _=M0(h>>>0);if(!r.hasNameForId(a,_)){var x=o(y,"."+_,void 0,a);r.insertRules(a,_,x)}s.push(_)}}return s.join(" ")},e})(),UL=/^\s*\/\/.*$/gm,$L=[":","[",".","#"];function KE(e){var t,r,o,a,s=e===void 0?Qs:e,u=s.options,c=u===void 0?Qs:u,f=s.plugins,d=f===void 0?dy:f,h=new vL(c),y=[],v=(function(E){function _(x){if(x)try{E(x+"}")}catch{}}return function(x,T,C,P,A,O,F,N,K,ce){switch(x){case 1:if(K===0&&T.charCodeAt(0)===64)return E(T+";"),"";break;case 2:if(N===0)return T+"/*|*/";break;case 3:switch(N){case 102:case 112:return E(C[0]+T),"";default:return T+(ce===0?"/*|*/":"")}case-2:T.split("/*|*/}").forEach(_)}}})((function(E){y.push(E)})),b=function(E,_,x){return _===0&&$L.indexOf(x[r.length])!==-1||x.match(a)?E:"."+t};function S(E,_,x,T){T===void 0&&(T="&");var C=E.replace(UL,""),P=_&&x?x+" "+_+" { "+C+" }":C;return t=T,r=_,o=new RegExp("\\"+r+"\\b","g"),a=new RegExp("(\\"+r+"\\b){2,}"),h(x||!_?"":_,P)}return h.use([].concat(d,[function(E,_,x){E===2&&x.length&&x[0].lastIndexOf(r)>0&&(x[0]=x[0].replace(o,b))},v,function(E){if(E===-2){var _=y;return y=[],_}}])),S.hash=d.length?d.reduce((function(E,_){return _.name||di(15),Jc(E,_.name)}),5381).toString():"",S}var yy=g.createContext(),HL=yy.Consumer,L0=g.createContext(),XE=(L0.Consumer,new Qc),N0=KE();function D0(){return(0,g.useContext)(yy)||XE}function QE(){return(0,g.useContext)(L0)||N0}function I0(e){var t=(0,g.useState)(e.stylisPlugins),r=t[0],o=t[1],a=D0(),s=(0,g.useMemo)((function(){var c=a;return e.sheet?c=e.sheet:e.target&&(c=c.reconstructWithOptions({target:e.target},!1)),e.disableCSSOMInjection&&(c=c.reconstructWithOptions({useCSSOMInjection:!1})),c}),[e.disableCSSOMInjection,e.sheet,e.target]),u=(0,g.useMemo)((function(){return KE({options:{prefix:!e.disableVendorPrefixes},plugins:r})}),[e.disableVendorPrefixes,r]);return(0,g.useEffect)((function(){yL()(r,e.stylisPlugins)||o(e.stylisPlugins)}),[e.stylisPlugins]),g.createElement(yy.Provider,{value:s},g.createElement(L0.Provider,{value:u},e.children))}var JE=(function(){function e(t,r){var o=this;this.inject=function(a,s){s===void 0&&(s=N0);var u=o.name+s.hash;a.hasNameForId(o.id,u)||a.insertRules(o.id,u,s(o.rules,u,"@keyframes"))},this.toString=function(){return di(12,String(o.name))},this.name=t,this.id="sc-keyframes-"+t,this.rules=r}return e.prototype.getName=function(t){return t===void 0&&(t=N0),this.name+t.hash},e})(),BL=/([A-Z])/,VL=/([A-Z])/g,WL=/^ms-/,GL=function(e){return"-"+e.toLowerCase()};function qE(e){return BL.test(e)?e.replace(VL,GL).replace(WL,"-ms-"):e}var ZE=function(e){return e==null||e===!1||e===""};function mu(e,t,r,o){if(Array.isArray(e)){for(var a,s=[],u=0,c=e.length;u<c;u+=1)(a=mu(e[u],t,r,o))!==""&&(Array.isArray(a)?s.push.apply(s,a):s.push(a));return s}if(ZE(e))return"";if(ip(e))return"."+e.styledComponentId;if(Xc(e)){if(typeof(d=e)!="function"||d.prototype&&d.prototype.isReactComponent||!t)return e;var f=e(t);return mu(f,t,r,o)}var d;return e instanceof JE?r?(e.inject(r,o),e.getName(o)):e:A0(e)?(function h(y,v){var b,S,E=[];for(var _ in y)y.hasOwnProperty(_)&&!ZE(y[_])&&(Array.isArray(y[_])&&y[_].isCss||Xc(y[_])?E.push(qE(_)+":",y[_],";"):A0(y[_])?E.push.apply(E,h(y[_],_)):E.push(qE(_)+": "+(b=_,(S=y[_])==null||typeof S=="boolean"||S===""?"":typeof S!="number"||S===0||b in SL||b.startsWith("--")?String(S).trim():S+"px")+";"));return v?[v+" {"].concat(E,["}"]):E})(e):e.toString()}var eR=function(e){return Array.isArray(e)&&(e.isCss=!0),e};function sp(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),o=1;o<t;o++)r[o-1]=arguments[o];return Xc(e)||A0(e)?eR(mu(HE(dy,[e].concat(r)))):r.length===0&&e.length===1&&typeof e[0]=="string"?e:eR(mu(HE(e,r)))}var f2=/invalid hook call/i,d2=new Set,p2=function(e,t){if(0)var r,o,a},F0=function(e,t,r){return r===void 0&&(r=Qs),e.theme!==r.theme&&e.theme||t||r.theme},YL=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,KL=/(^-|-$)/g;function j0(e){return e.replace(YL,"-").replace(KL,"")}var z0=function(e){return M0(GE(e)>>>0)};function gy(e){return typeof e=="string"&&!0}var U0=function(e){return typeof e=="function"||typeof e=="object"&&e!==null&&!Array.isArray(e)},XL=function(e){return e!=="__proto__"&&e!=="constructor"&&e!=="prototype"};function QL(e,t,r){var o=e[r];U0(t)&&U0(o)?tR(o,t):e[r]=t}function tR(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),o=1;o<t;o++)r[o-1]=arguments[o];for(var a=0,s=r;a<s.length;a++){var u=s[a];if(U0(u))for(var c in u)XL(c)&&QL(e,u[c],c)}return e}var pi=g.createContext(),rR=pi.Consumer;function $0(e){var t=(0,g.useContext)(pi),r=(0,g.useMemo)((function(){return(function(o,a){if(!o)return di(14);if(Xc(o)){var s=o(a);return s}return Array.isArray(o)||typeof o!="object"?di(8):a?Po({},a,{},o):o})(e.theme,t)}),[e.theme,t]);return e.children?g.createElement(pi.Provider,{value:r},e.children):null}var H0={};function nR(e,t,r){var o=ip(e),a=!gy(e),s=t.attrs,u=s===void 0?dy:s,c=t.componentId,f=c===void 0?(function(T,C){var P=typeof T!="string"?"sc":j0(T);H0[P]=(H0[P]||0)+1;var A=P+"-"+z0("5.3.11"+P+H0[P]);return C?C+"-"+A:A})(t.displayName,t.parentComponentId):c,d=t.displayName,h=d===void 0?(function(T){return gy(T)?"styled."+T:"Styled("+P0(T)+")"})(e):d,y=t.displayName&&t.componentId?j0(t.displayName)+"-"+t.componentId:t.componentId||f,v=o&&e.attrs?Array.prototype.concat(e.attrs,u).filter(Boolean):u,b=t.shouldForwardProp;o&&e.shouldForwardProp&&(b=t.shouldForwardProp?function(T,C,P){return e.shouldForwardProp(T,C,P)&&t.shouldForwardProp(T,C,P)}:e.shouldForwardProp);var S,E=new zL(r,y,o?e.componentStyle:void 0),_=E.isStatic&&u.length===0,x=function(T,C){return(function(P,A,O,F){var N=P.attrs,K=P.componentStyle,ce=P.defaultProps,ye=P.foldedComponentIds,ge=P.shouldForwardProp,we=P.styledComponentId,Le=P.target,Ke=(function(He,re,Rt){He===void 0&&(He=Qs);var Ne=Po({},re,{theme:He}),Dt={};return Rt.forEach((function(at){var xt,Qe,Zt,$t=at;for(xt in Xc($t)&&($t=$t(Ne)),$t)Ne[xt]=Dt[xt]=xt==="className"?(Qe=Dt[xt],Zt=$t[xt],Qe&&Zt?Qe+" "+Zt:Qe||Zt):$t[xt]})),[Ne,Dt]})(F0(A,(0,g.useContext)(pi),ce)||Qs,A,N),We=Ke[0],Et=Ke[1],ht=(function(He,re,Rt,Ne){var Dt=D0(),at=QE(),xt=re?He.generateAndInjectStyles(Qs,Dt,at):He.generateAndInjectStyles(Rt,Dt,at);return xt})(K,F,We,void 0),qt=O,Bt=Et.$as||A.$as||Et.as||A.as||Le,ft=gy(Bt),Fe=Et!==A?Po({},A,{},Et):A,Se={};for(var Ue in Fe)Ue[0]!=="$"&&Ue!=="as"&&(Ue==="forwardedAs"?Se.as=Fe[Ue]:(ge?ge(Ue,$E,Bt):!ft||$E(Ue))&&(Se[Ue]=Fe[Ue]));return A.style&&Et.style!==A.style&&(Se.style=Po({},A.style,{},Et.style)),Se.className=Array.prototype.concat(ye,we,ht!==we?ht:null,A.className,Et.className).filter(Boolean).join(" "),Se.ref=qt,(0,g.createElement)(Bt,Se)})(S,T,C,_)};return x.displayName=h,(S=g.forwardRef(x)).attrs=v,S.componentStyle=E,S.displayName=h,S.shouldForwardProp=b,S.foldedComponentIds=o?Array.prototype.concat(e.foldedComponentIds,e.styledComponentId):dy,S.styledComponentId=y,S.target=o?e.target:e,S.withComponent=function(T){var C=t.componentId,P=(function(O,F){if(O==null)return{};var N,K,ce={},ye=Object.keys(O);for(K=0;K<ye.length;K++)N=ye[K],F.indexOf(N)>=0||(ce[N]=O[N]);return ce})(t,["componentId"]),A=C&&C+"-"+(gy(T)?T:j0(P0(T)));return nR(T,Po({},P,{attrs:v,componentId:A}),r)},Object.defineProperty(S,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(T){this._foldedDefaultProps=o?tR({},e.defaultProps,T):T}}),Object.defineProperty(S,"toString",{value:function(){return"."+S.styledComponentId}}),a&&cy()(S,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),S}var B0=function(e){return(function t(r,o,a){if(a===void 0&&(a=Qs),!(0,UE.isValidElementType)(o))return di(1,String(o));var s=function(){return r(o,a,sp.apply(void 0,arguments))};return s.withConfig=function(u){return t(r,o,Po({},a,{},u))},s.attrs=function(u){return t(r,o,Po({},a,{attrs:Array.prototype.concat(a.attrs,u).filter(Boolean)}))},s})(nR,e)};["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","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){B0[e]=B0(e)}));var JL=(function(){function e(r,o){this.rules=r,this.componentId=o,this.isStatic=YE(r),Qc.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(r,o,a,s){var u=s(mu(this.rules,o,a,s).join(""),""),c=this.componentId+r;a.insertRules(c,c,u)},t.removeStyles=function(r,o){o.clearRules(this.componentId+r)},t.renderStyles=function(r,o,a,s){r>2&&Qc.registerId(this.componentId+r),this.removeStyles(r,a),this.createStyles(r,o,a,s)},e})();function vy(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),o=1;o<t;o++)r[o-1]=arguments[o];var a=sp.apply(void 0,[e].concat(r)),s="sc-global-"+z0(JSON.stringify(a)),u=new JL(a,s);function c(d){var h=D0(),y=QE(),v=(0,g.useContext)(pi),b=(0,g.useRef)(h.allocateGSInstance(s)).current;return h.server&&f(b,d,h,v,y),(0,g.useLayoutEffect)((function(){if(!h.server)return f(b,d,h,v,y),function(){return u.removeStyles(b,h)}}),[b,d,h,v,y]),null}function f(d,h,y,v,b){if(u.isStatic)u.renderStyles(d,xL,y,b);else{var S=Po({},h,{theme:F0(h,v,c.defaultProps)});u.renderStyles(d,S,y,b)}}return g.memo(c)}function oR(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),o=1;o<t;o++)r[o-1]=arguments[o];var a=sp.apply(void 0,[e].concat(r)).join(""),s=z0(a);return new JE(s,a)}var iR=(function(){function e(){var r=this;this._emitSheetCSS=function(){var o=r.instance.toString();if(!o)return"";var a=k0();return"<style "+[a&&'nonce="'+a+'"',Js+'="true"','data-styled-version="5.3.11"'].filter(Boolean).join(" ")+">"+o+"</style>"},this.getStyleTags=function(){return r.sealed?di(2):r._emitSheetCSS()},this.getStyleElement=function(){var o;if(r.sealed)return di(2);var a=((o={})[Js]="",o["data-styled-version"]="5.3.11",o.dangerouslySetInnerHTML={__html:r.instance.toString()},o),s=k0();return s&&(a.nonce=s),[g.createElement("style",Po({},a,{key:"sc-0-0"}))]},this.seal=function(){r.sealed=!0},this.instance=new Qc({isServer:!0}),this.sealed=!1}var t=e.prototype;return t.collectStyles=function(r){return this.sealed?di(2):g.createElement(I0,{sheet:this.instance},r)},t.interleaveWithNodeStream=function(r){return di(3)},e})(),aR=function(e){var t=g.forwardRef((function(r,o){var a=(0,g.useContext)(pi),s=e.defaultProps,u=F0(r,a,s);return g.createElement(e,Po({},r,{theme:u,ref:o}))}));return cy()(t,e),t.displayName="WithTheme("+P0(e)+")",t},qL=function(){return(0,g.useContext)(pi)},ZL={StyleSheet:Qc,masterSheet:XE};const wy=B0;var sR=function(t,r){var o=Nn()({},t,r);for(var a in t){var s;!t[a]||typeof r[a]!="object"||Nn()(o,(s={},s[a]=Nn()(t[a],r[a]),s))}return o},eN=function(t){var r={};return Object.keys(t).sort(function(o,a){return o.localeCompare(a,void 0,{numeric:!0,sensitivity:"base"})}).forEach(function(o){r[o]=t[o]}),r},tN={breakpoints:[40,52,64].map(function(e){return e+"em"})},lR=function(t){return"@media screen and (min-width: "+t+")"},rN=function(t,r){return Qa(r,t,t)},Qa=function(t,r,o,a,s){for(r=r&&r.split?r.split("."):[r],a=0;a<r.length;a++)t=t?t[r[a]]:s;return t===s?o:t},lp=function e(t){var r={},o=function(u){var c={},f=!1,d=u.theme&&u.theme.disableStyledSystemCache;for(var h in u)if(t[h]){var y=t[h],v=u[h],b=Qa(u.theme,y.scale,y.defaults);if(typeof v=="object"){if(r.breakpoints=!d&&r.breakpoints||Qa(u.theme,"breakpoints",tN.breakpoints),Array.isArray(v)){r.media=!d&&r.media||[null].concat(r.breakpoints.map(lR)),c=sR(c,nN(r.media,y,b,v,u));continue}v!==null&&(c=sR(c,oN(r.breakpoints,y,b,v,u)),f=!0);continue}Nn()(c,y(v,b,u))}return f&&(c=eN(c)),c};o.config=t,o.propNames=Object.keys(t),o.cache=r;var a=Object.keys(t).filter(function(s){return s!=="config"});return a.length>1&&a.forEach(function(s){var u;o[s]=e((u={},u[s]=t[s],u))}),o},nN=function(t,r,o,a,s){var u={};return a.slice(0,t.length).forEach(function(c,f){var d=t[f],h=r(c,o,s);if(!d)Nn()(u,h);else{var y;Nn()(u,(y={},y[d]=Nn()({},u[d],h),y))}}),u},oN=function(t,r,o,a,s){var u={};for(var c in a){var f=t[c],d=a[c],h=r(d,o,s);if(!f)Nn()(u,h);else{var y,v=lR(f);Nn()(u,(y={},y[v]=Nn()({},u[v],h),y))}}return u},Sy=function(t){var r=t.properties,o=t.property,a=t.scale,s=t.transform,u=s===void 0?rN:s,c=t.defaultScale;r=r||[o];var f=function(h,y,v){var b={},S=u(h,y,v);if(S!==null)return r.forEach(function(E){b[E]=S}),b};return f.scale=a,f.defaults=c,f},Vo=function(t){t===void 0&&(t={});var r={};Object.keys(t).forEach(function(a){var s=t[a];if(s===!0){r[a]=Sy({property:a,scale:a});return}if(typeof s=="function"){r[a]=s;return}r[a]=Sy(s)});var o=lp(r);return o},uR=function(){for(var t={},r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];o.forEach(function(u){!u||!u.config||Nn()(t,u.config)});var s=lp(t);return s},iN=function(t){return typeof t=="number"&&!isNaN(t)},aN=function(t,r){return Qa(r,t,!iN(t)||t>1?t:t*100+"%")},sN={width:{property:"width",scale:"sizes",transform:aN},height:{property:"height",scale:"sizes"},minWidth:{property:"minWidth",scale:"sizes"},minHeight:{property:"minHeight",scale:"sizes"},maxWidth:{property:"maxWidth",scale:"sizes"},maxHeight:{property:"maxHeight",scale:"sizes"},size:{properties:["width","height"],scale:"sizes"},overflow:!0,overflowX:!0,overflowY:!0,display:!0,verticalAlign:!0},cR=Vo(sN);const Wo=cR;var V0={color:{property:"color",scale:"colors"},backgroundColor:{property:"backgroundColor",scale:"colors"},opacity:!0};V0.bg=V0.backgroundColor;var fR=Vo(V0);const lN=fR;var uN={fontSizes:[12,14,16,20,24,32,48,64,72]},cN={fontFamily:{property:"fontFamily",scale:"fonts"},fontSize:{property:"fontSize",scale:"fontSizes",defaultScale:uN.fontSizes},fontWeight:{property:"fontWeight",scale:"fontWeights"},lineHeight:{property:"lineHeight",scale:"lineHeights"},letterSpacing:{property:"letterSpacing",scale:"letterSpacings"},textAlign:!0,fontStyle:!0},dR=Vo(cN);const yu=dR;var fN={alignItems:!0,alignContent:!0,justifyItems:!0,justifyContent:!0,flexWrap:!0,flexDirection:!0,flex:!0,flexGrow:!0,flexShrink:!0,flexBasis:!0,justifySelf:!0,alignSelf:!0,order:!0},pR=Vo(fN);const Oo=pR;var W0={space:[0,4,8,16,32,64,128,256,512]},dN={gridGap:{property:"gridGap",scale:"space",defaultScale:W0.space},gridColumnGap:{property:"gridColumnGap",scale:"space",defaultScale:W0.space},gridRowGap:{property:"gridRowGap",scale:"space",defaultScale:W0.space},gridColumn:!0,gridRow:!0,gridAutoFlow:!0,gridAutoColumns:!0,gridAutoRows:!0,gridTemplateColumns:!0,gridTemplateRows:!0,gridTemplateAreas:!0,gridArea:!0},hR=Vo(dN);const Go=hR;var bn={border:{property:"border",scale:"borders"},borderWidth:{property:"borderWidth",scale:"borderWidths"},borderStyle:{property:"borderStyle",scale:"borderStyles"},borderColor:{property:"borderColor",scale:"colors"},borderRadius:{property:"borderRadius",scale:"radii"},borderTop:{property:"borderTop",scale:"borders"},borderTopLeftRadius:{property:"borderTopLeftRadius",scale:"radii"},borderTopRightRadius:{property:"borderTopRightRadius",scale:"radii"},borderRight:{property:"borderRight",scale:"borders"},borderBottom:{property:"borderBottom",scale:"borders"},borderBottomLeftRadius:{property:"borderBottomLeftRadius",scale:"radii"},borderBottomRightRadius:{property:"borderBottomRightRadius",scale:"radii"},borderLeft:{property:"borderLeft",scale:"borders"},borderX:{properties:["borderLeft","borderRight"],scale:"borders"},borderY:{properties:["borderTop","borderBottom"],scale:"borders"}};bn.borderTopWidth={property:"borderTopWidth",scale:"borderWidths"},bn.borderTopColor={property:"borderTopColor",scale:"colors"},bn.borderTopStyle={property:"borderTopStyle",scale:"borderStyles"},bn.borderTopLeftRadius={property:"borderTopLeftRadius",scale:"radii"},bn.borderTopRightRadius={property:"borderTopRightRadius",scale:"radii"},bn.borderBottomWidth={property:"borderBottomWidth",scale:"borderWidths"},bn.borderBottomColor={property:"borderBottomColor",scale:"colors"},bn.borderBottomStyle={property:"borderBottomStyle",scale:"borderStyles"},bn.borderBottomLeftRadius={property:"borderBottomLeftRadius",scale:"radii"},bn.borderBottomRightRadius={property:"borderBottomRightRadius",scale:"radii"},bn.borderLeftWidth={property:"borderLeftWidth",scale:"borderWidths"},bn.borderLeftColor={property:"borderLeftColor",scale:"colors"},bn.borderLeftStyle={property:"borderLeftStyle",scale:"borderStyles"},bn.borderRightWidth={property:"borderRightWidth",scale:"borderWidths"},bn.borderRightColor={property:"borderRightColor",scale:"colors"},bn.borderRightStyle={property:"borderRightStyle",scale:"borderStyles"};var mR=Vo(bn);const Ja=mR;var qa={background:!0,backgroundImage:!0,backgroundSize:!0,backgroundPosition:!0,backgroundRepeat:!0};qa.bgImage=qa.backgroundImage,qa.bgSize=qa.backgroundSize,qa.bgPosition=qa.backgroundPosition,qa.bgRepeat=qa.backgroundRepeat;var yR=Vo(qa);const _y=yR;var by={space:[0,4,8,16,32,64,128,256,512]},pN={position:!0,zIndex:{property:"zIndex",scale:"zIndices"},top:{property:"top",scale:"space",defaultScale:by.space},right:{property:"right",scale:"space",defaultScale:by.space},bottom:{property:"bottom",scale:"space",defaultScale:by.space},left:{property:"left",scale:"space",defaultScale:by.space}},gR=Vo(pN);const up=gR;var vo={space:[0,4,8,16,32,64,128,256,512]},vR=function(t){return typeof t=="number"&&!isNaN(t)},gu=function(t,r){if(!vR(t))return Qa(r,t,t);var o=t<0,a=Math.abs(t),s=Qa(r,a,a);return vR(s)?s*(o?-1:1):o?"-"+s:s},Qt={};Qt.margin={margin:{property:"margin",scale:"space",transform:gu,defaultScale:vo.space},marginTop:{property:"marginTop",scale:"space",transform:gu,defaultScale:vo.space},marginRight:{property:"marginRight",scale:"space",transform:gu,defaultScale:vo.space},marginBottom:{property:"marginBottom",scale:"space",transform:gu,defaultScale:vo.space},marginLeft:{property:"marginLeft",scale:"space",transform:gu,defaultScale:vo.space},marginX:{properties:["marginLeft","marginRight"],scale:"space",transform:gu,defaultScale:vo.space},marginY:{properties:["marginTop","marginBottom"],scale:"space",transform:gu,defaultScale:vo.space}},Qt.margin.m=Qt.margin.margin,Qt.margin.mt=Qt.margin.marginTop,Qt.margin.mr=Qt.margin.marginRight,Qt.margin.mb=Qt.margin.marginBottom,Qt.margin.ml=Qt.margin.marginLeft,Qt.margin.mx=Qt.margin.marginX,Qt.margin.my=Qt.margin.marginY,Qt.padding={padding:{property:"padding",scale:"space",defaultScale:vo.space},paddingTop:{property:"paddingTop",scale:"space",defaultScale:vo.space},paddingRight:{property:"paddingRight",scale:"space",defaultScale:vo.space},paddingBottom:{property:"paddingBottom",scale:"space",defaultScale:vo.space},paddingLeft:{property:"paddingLeft",scale:"space",defaultScale:vo.space},paddingX:{properties:["paddingLeft","paddingRight"],scale:"space",defaultScale:vo.space},paddingY:{properties:["paddingTop","paddingBottom"],scale:"space",defaultScale:vo.space}},Qt.padding.p=Qt.padding.padding,Qt.padding.pt=Qt.padding.paddingTop,Qt.padding.pr=Qt.padding.paddingRight,Qt.padding.pb=Qt.padding.paddingBottom,Qt.padding.pl=Qt.padding.paddingLeft,Qt.padding.px=Qt.padding.paddingX,Qt.padding.py=Qt.padding.paddingY;var wR=Vo(Qt.margin),SR=Vo(Qt.padding),hN=uR(wR,SR);const h2=null;var _R=Vo({boxShadow:{property:"boxShadow",scale:"shadows"},textShadow:{property:"textShadow",scale:"shadows"}});const bR=_R;function cp(){return cp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},cp.apply(this,arguments)}var na=function(t,r,o,a,s){for(r=r&&r.split?r.split("."):[r],a=0;a<r.length;a++)t=t?t[r[a]]:s;return t===s?o:t},mN=[40,52,64].map(function(e){return e+"em"}),yN={space:[0,4,8,16,32,64,128,256,512],fontSizes:[12,14,16,20,24,32,48,64,72]},gN={bg:"backgroundColor",m:"margin",mt:"marginTop",mr:"marginRight",mb:"marginBottom",ml:"marginLeft",mx:"marginX",my:"marginY",p:"padding",pt:"paddingTop",pr:"paddingRight",pb:"paddingBottom",pl:"paddingLeft",px:"paddingX",py:"paddingY"},ER={marginX:["marginLeft","marginRight"],marginY:["marginTop","marginBottom"],paddingX:["paddingLeft","paddingRight"],paddingY:["paddingTop","paddingBottom"],size:["width","height"]},vN={color:"colors",backgroundColor:"colors",borderColor:"colors",margin:"space",marginTop:"space",marginRight:"space",marginBottom:"space",marginLeft:"space",marginX:"space",marginY:"space",padding:"space",paddingTop:"space",paddingRight:"space",paddingBottom:"space",paddingLeft:"space",paddingX:"space",paddingY:"space",top:"space",right:"space",bottom:"space",left:"space",gridGap:"space",gridColumnGap:"space",gridRowGap:"space",gap:"space",columnGap:"space",rowGap:"space",fontFamily:"fonts",fontSize:"fontSizes",fontWeight:"fontWeights",lineHeight:"lineHeights",letterSpacing:"letterSpacings",border:"borders",borderTop:"borders",borderRight:"borders",borderBottom:"borders",borderLeft:"borders",borderWidth:"borderWidths",borderStyle:"borderStyles",borderRadius:"radii",borderTopRightRadius:"radii",borderTopLeftRadius:"radii",borderBottomRightRadius:"radii",borderBottomLeftRadius:"radii",borderTopWidth:"borderWidths",borderTopColor:"colors",borderTopStyle:"borderStyles",borderBottomWidth:"borderWidths",borderBottomColor:"colors",borderBottomStyle:"borderStyles",borderLeftWidth:"borderWidths",borderLeftColor:"colors",borderLeftStyle:"borderStyles",borderRightWidth:"borderWidths",borderRightColor:"colors",borderRightStyle:"borderStyles",outlineColor:"colors",boxShadow:"shadows",textShadow:"shadows",zIndex:"zIndices",width:"sizes",minWidth:"sizes",maxWidth:"sizes",height:"sizes",minHeight:"sizes",maxHeight:"sizes",flexBasis:"sizes",size:"sizes",fill:"colors",stroke:"colors"},wN=function(t,r){if(typeof r!="number"||r>=0)return na(t,r,r);var o=Math.abs(r),a=na(t,o,o);return typeof a=="string"?"-"+a:a*-1},SN=["margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","top","bottom","left","right"].reduce(function(e,t){var r;return cp({},e,(r={},r[t]=wN,r))},{}),_N=function(t){return function(r){var o={},a=na(r,"breakpoints",mN),s=[null].concat(a.map(function(h){return"@media screen and (min-width: "+h+")"}));for(var u in t){var c=typeof t[u]=="function"?t[u](r):t[u];if(c!=null){if(!Array.isArray(c)){o[u]=c;continue}for(var f=0;f<c.slice(0,s.length).length;f++){var d=s[f];if(!d){o[u]=c[f];continue}o[d]=o[d]||{},c[f]!=null&&(o[d][u]=c[f])}}}return o}},bN=function e(t){return function(r){r===void 0&&(r={});var o=cp({},yN,{},r.theme||r),a={},s=typeof t=="function"?t(o):t,u=_N(s)(o);for(var c in u){var f=u[c],d=typeof f=="function"?f(o):f;if(c==="variant"){var h=e(na(o,d))(o);a=cp({},a,{},h);continue}if(d&&typeof d=="object"){a[c]=e(d)(o);continue}var y=na(gN,c,c),v=na(vN,y),b=na(o,v,na(o,y,{})),S=na(SN,y,na),E=S(b,d,d);if(ER[y])for(var _=ER[y],x=0;x<_.length;x++)a[_[x]]=E;else a[y]=E}return a}};const EN=bN;var Ey=function(t){var r,o=t.scale,a=t.prop,s=a===void 0?"variant":a,u=t.variants,c=u===void 0?{}:u,f=t.key,d;Object.keys(c).length?d=function(b,S,E){return EN(Qa(S,b,null))(E.theme)}:d=function(b,S){return Qa(S,b,null)},d.scale=o||f,d.defaults=c;var h=(r={},r[s]=d,r),y=lp(h);return y};const m2=null;var RN=Ey({key:"buttons"}),xN=Ey({key:"textStyles",prop:"textStyle"}),TN=Ey({key:"colorStyles",prop:"colors"}),CN=Wo.width,AN=Wo.height,PN=Wo.minWidth,ON=Wo.minHeight,kN=Wo.maxWidth,MN=Wo.maxHeight,LN=Wo.size,NN=Wo.verticalAlign,DN=Wo.display,IN=Wo.overflow,FN=Wo.overflowX,jN=Wo.overflowY,zN=lN.opacity,UN=yu.fontSize,$N=yu.fontFamily,HN=yu.fontWeight,BN=yu.lineHeight,VN=yu.textAlign,WN=yu.fontStyle,GN=yu.letterSpacing,YN=Oo.alignItems,KN=Oo.alignContent,XN=Oo.justifyItems,QN=Oo.justifyContent,JN=Oo.flexWrap,qN=Oo.flexDirection,ZN=Oo.flex,eD=Oo.flexGrow,tD=Oo.flexShrink,rD=Oo.flexBasis,nD=Oo.justifySelf,oD=Oo.alignSelf,iD=Oo.order,aD=Go.gridGap,sD=Go.gridColumnGap,lD=Go.gridRowGap,uD=Go.gridColumn,cD=Go.gridRow,fD=Go.gridAutoFlow,dD=Go.gridAutoColumns,pD=Go.gridAutoRows,hD=Go.gridTemplateColumns,mD=Go.gridTemplateRows,yD=Go.gridTemplateAreas,gD=Go.gridArea,vD=Ja.borderWidth,wD=Ja.borderStyle,SD=Ja.borderColor,_D=Ja.borderTop,bD=Ja.borderRight,ED=Ja.borderBottom,RD=Ja.borderLeft,xD=Ja.borderRadius,TD=_y.backgroundImage,CD=_y.backgroundSize,AD=_y.backgroundPosition,PD=_y.backgroundRepeat,OD=up.zIndex,kD=up.top,MD=up.right,LD=up.bottom,ND=up.left,DD=function(t){var r=t.prop,o=t.cssProperty,a=t.alias,s=t.key,u=t.transformValue,c=t.scale,f=t.properties,d={};d[r]=Sy({properties:f,property:o||r,scale:s,defaultScale:c,transform:u}),a&&(d[a]=d[r]);var h=lp(d);return h};const ID=!1,RR=["__proto__","constructor","prototype"],y2=e=>e,wo=e=>e!=null,Za=e=>typeof e=="number"&&!Number.isNaN(e),So=e=>typeof e=="string"&&e!=="",vu=e=>typeof e=="object"&&e!==null,G0=e=>typeof e=="function",FD=e=>Za(e)&&e<0,jD=(e,t)=>{const r=String(t).split("."),o=r.length;let a=e;for(let s=0;s<o;s+=1){if(!wo(a))return a;const u=r[s];a=wo(a[u])?a[u]:void 0}return a},xR=(e,t)=>{if(!wo(t))return e;for(const r in t)RR.indexOf(r)===-1&&(e[r]=t[r]);return e},Y0=(e,t)=>{if(!wo(t))return e;for(const r in t)RR.indexOf(r)===-1&&(vu(e[r])?e[r]=Y0(xR({},e[r]),t[r]):e[r]=t[r]);return e},zD=(e,t)=>{ID&&!e&&console.error&&console.error(t)};function fp(e,t){return typeof e=="function"?fp(e(t),t):e}const Ry=(e,t,r=e.theme)=>fp(jD(r,t),e);function g2(e,t){const r={};for(const o in e)t.indexOf(o)===-1&&(r[o]=e[o]);return r}function UD(e){return e.reduce((t,r)=>{const o=t.length-1,a=t[o];return typeof a=="string"&&typeof r=="string"?t[o]=a+r:t.push(r),t},[])}function TR(e,t){for(let r=0;r<e.length;r++){const o=e[r];Array.isArray(o)?TR(o,t):t.push(o)}return t}function v2(e){return TR(e,[])}var CR=Math.pow;const AR=e=>Math.round(e*CR(10,4))/CR(10,4),K0=e=>t=>Za(t)&&t!==0?`${t}${e}`:t,$D=K0("ms"),xy=K0("px"),HD=K0("deg"),PR=(e,{rootFontSize:t=16}={})=>AR(e/t),OR=(e,t)=>{const r=Number(e);return Number.isNaN(r)||r===0?e:`${PR(r,t)}rem`},X0=(e,t)=>{if(!So(e)||e.length<4||e.slice(-3)!=="rpx")return e;const o=Number(e.slice(0,e.length-3));return o===0?0:`${PR(o,t)}rem`},BD=e=>Za(e)&&e!==0&&e>=-1&&e<=1?`${AR(e*100)}%`:e,kR=(e,{rawValue:t,variants:r,props:o})=>{if(So(t)){const a=t.startsWith("-"),s=a?t.substr(1):t,u=Ry(o,s,r),c=So(u)||Za(u)?u:s;return a?`-${c}`:c}if(Za(t)){const a=FD(t),s=Math.abs(t),u=r?r[s]:void 0;if(So(u))return a?`-${u}`:u;const c=Za(u)?u:s;return a?c*-1:c}},MR=e=>e?`@media (min-width: ${e})`:null,VD=e=>e?`@media (max-width: ${e})`:null,WD=(e,t)=>e&&t?`@media (min-width: ${e}) and (max-width: ${t})`:null,dp=(e,t)=>{const r=e[t];return r===0?null:xy(r)},Ty=(e,t)=>{const r=e[t];return r===0?null:xy(r-.02)};var GD=Object.defineProperty,LR=Object.getOwnPropertySymbols,YD=Object.prototype.hasOwnProperty,KD=Object.prototype.propertyIsEnumerable,NR=(e,t,r)=>t in e?GD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,DR=(e,t)=>{for(var r in t||(t={}))YD.call(t,r)&&NR(e,r,t[r]);if(LR)for(var r of LR(t))KD.call(t,r)&&NR(e,r,t[r]);return e};const qs=e=>e.theme&&e.theme.screens?e.theme.screens:{},IR=e=>e.theme&&e.theme.states?e.theme.states:{},FR=e=>{const t=qs(e),r=IR(e),o={};for(const s in t)o[s]=MR(dp(t,s));const a=DR(DR({},o),r);for(const[s,u]of Object.entries(a))u&&u.startsWith("@")&&(delete a[s],a[s]=u);return a},jR=(e,t)=>{if(t.has("_variants"))return t.get("_variants");const r=FR(e);return t.set("_variants",r),r},Cy=typeof Map<"u"&&typeof WeakMap<"u"?new WeakMap:null,XD=e=>{var t;return((t=e?.xstyled)==null?void 0:t.cache)===!1},QD=e=>{if(XD(e)||Cy===null)return null;if(Cy.has(e))return Cy.get(e)||null;const r={};return Cy.set(e,r),r},zR={has:()=>!1,set:()=>{},get:()=>{}},Ay=(e,t)=>{if(!e)return zR;const r=QD(e);return!r||!e?zR:(r[t]=r[t]||new Map,r[t])};var JD=Object.defineProperty,UR=Object.getOwnPropertySymbols,qD=Object.prototype.hasOwnProperty,ZD=Object.prototype.propertyIsEnumerable,$R=(e,t,r)=>t in e?JD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,eI=(e,t)=>{for(var r in t||(t={}))qD.call(t,r)&&$R(e,r,t[r]);if(UR)for(var r of UR(t))ZD.call(t,r)&&$R(e,r,t[r]);return e};let tI=0;const HR={shorthand:[/\s+/," "],multiple:[/\s*,\s*/,","]},BR=(e,t)=>r=>r.split(e[0]).map(t).join(e[1]),or=({name:e,transform:t,key:r,compose:o,shorthand:a,multiple:s})=>{const u=tI++,c=(f,d)=>h=>{let y=f;if(!So(f)&&!Za(f)&&f!==!0)return y;const v=`${typeof f}-${f}-${d}`,b=Ay(h.theme,`__themeGetter${u}`);if(b.has(v))return b.get(v);const S=E=>{const _=wo(d)?d:E;let x=E;const T=wo(r)?Ry(h,r):null;if(wo(T)){const A=E===!0?"default":So(E)||Za(E)?E:null;if(wo(A)){const O=Ry(h,A,T);x=Array.isArray(O)?O.join(","):O}}let C=E;wo(x)||(C=_,x=_);const P=(e&&h.theme&&h.theme.transformers?h.theme.transformers[e]:null)||t;return P&&(x=P(x,{rawValue:C,variants:T,props:h})),o?o(x)(h):x};if((a||s)&&So(f)){let E=S;a&&(E=BR(HR.shorthand,E)),s&&(E=BR(HR.multiple,E)),y=E(f)}else y=S(f);return b.set(v,y),y};return c.meta={name:e,transform:t},c},pp=({getStyle:e,props:t,cssGetters:r={},generators:o})=>{const a=e;return a.meta={props:t,cssGetters:r,getStyle:a,generators:o},a.apply=s=>({theme:u})=>a(eI({theme:u},s)),a},Py=(e,t,r)=>{const o=Ay(e.theme,"__variants"),a=jR(e,o);let s={};for(const u in t){const c=r(t[u]);if(c===null)continue;const f=u in a?a[u]:u;f!==void 0&&(f===null?s=Y0(s,c):s[f]=s[f]?xR(s[f],c):c)}return s},rI=(e,t,r)=>o=>{const a=d=>wo(d)?vu(d)?Py(o,d,a):fp(t(r?r(d)(o):d),o):null,s=o[e];if(!wo(s))return null;const u=Ay(o.theme,e),c=vu(s)?JSON.stringify(s):s;if(u.has(c))return u.get(c);const f=a(s);return u.set(c,f),f},nI=e=>{const t={};for(let r=0;r<e.length;r++){const o=e[r];if(o&&o.meta)for(let a=0;a<o.meta.props.length;a++){const s=o.meta.props[a];t[s]=o}}return t},oI=(e,t)=>{for(const r in t){const o=t[r],a=e[o];a&&(delete e[o],e[o]=a)}return e};function Hr(...e){let t=[];e.forEach(u=>{zD(!!u,'Undefined generator in "compose" method'),u&&(u.meta.generators?t=[...t,...u.meta.generators]:t.push(u))});const r=nI(t),o=(u,c=!0)=>{const f={};let d;for(const y in u){const v=r[y];if(v){const b=v.meta.getStyle(u,!1);Y0(f,b),d=!0}}if(!d||!c)return f;const h=jR(u,Ay(u.theme,"__states"));return oI(f,h)},a=[],s={};for(let u=0;u<t.length;u++){const c=t[u];a.push(...c.meta.props),Object.assign(s,c.meta.cssGetters)}return pp({getStyle:o,props:a,cssGetters:s,generators:e})}const iI=e=>t=>{if(So(e))return{[e]:t};const r={};for(const o in e)r[e[o]]=t;return r},VR=e=>G0(e)?e:iI(e),aI=e=>e.replace(/[A-Z]/g,"-$&").toLowerCase(),J=({prop:e,css:t,themeGet:r,key:o,transform:a,cssProps:s})=>{const u=r||(o||a?or({key:o,transform:a}):void 0),c=s||(So(t)?[t]:Array.isArray(t)?t:So(e)?[e]:Array.isArray(e)?e:[]);if(Array.isArray(e)){const S=t&&VR(t),E=e.map(_=>J({prop:_,css:S,cssProps:c,themeGet:u}));return Hr(...E)}const f=[e],d=VR(t||f),h=[],y=rI(e,d,u),v=u?c.reduce((S,E)=>(S[aI(E)]=u,S),{}):{},b=pp({getStyle:y,props:f,cssGetters:v});return h.push(b),Hr(...h)},oa=or({name:"px",transform:(e,{props:t})=>{var r,o,a;const s=(a=(o=(r=t?.theme)==null?void 0:r.settings)==null?void 0:o.rootFontSize)!=null?a:void 0,u=Number(e);return xy(X0(Number.isNaN(u)?e:u,{rootFontSize:s}))}}),hp=or({name:"duration",key:"durations",transform:e=>{const t=Number(e);return $D(Number.isNaN(t)?e:t)}}),mp=or({name:"angle",transform:e=>{const t=Number(e);return HD(Number.isNaN(t)?e:t)}}),qc=or({name:"percent",compose:oa,transform:BD}),Q0=or({name:"transition",key:"transitions"}),J0=or({name:"transitionProperty",key:"transitionProperties"}),Oy=or({name:"timingFunction",key:"timingFunctions"}),WR=J({prop:"transition",themeGet:Q0}),GR=J({prop:"transitionProperty",themeGet:J0}),YR=J({prop:"transitionDuration",themeGet:hp}),KR=J({prop:"transitionTimingFunction",themeGet:Oy}),XR=J({prop:"transitionDelay",themeGet:hp}),QR=Hr(WR,GR,YR,KR,XR),q0=or({name:"animation",key:"animations"}),JR=J({prop:"animation",themeGet:q0}),qR=J({prop:"animationDuration",themeGet:hp}),ZR=J({prop:"animationTimingFunction",themeGet:Oy}),e1=Hr(JR,qR,ZR),En=or({name:"color",key:"colors"}),t1={"gradient-to-t":"linear-gradient(to top, var(--x-gradient-stops))","gradient-to-tr":"linear-gradient(to top right, var(--x-gradient-stops))","gradient-to-r":"linear-gradient(to right, var(--x-gradient-stops))","gradient-to-br":"linear-gradient(to bottom right, var(--x-gradient-stops))","gradient-to-b":"linear-gradient(to bottom, var(--x-gradient-stops))","gradient-to-bl":"linear-gradient(to bottom left, var(--x-gradient-stops))","gradient-to-l":"linear-gradient(to left, var(--x-gradient-stops))","gradient-to-tl":"linear-gradient(to top left, var(--x-gradient-stops))"},r1=J({prop:"background",css:e=>({background:t1[e]||e})}),n1=J({prop:["backgroundColor","bg"],css:"backgroundColor",themeGet:En}),o1=J({prop:"backgroundImage",css:e=>({backgroundImage:t1[e]||e})}),i1=J({prop:"backgroundSize"}),a1=J({prop:"backgroundPosition"}),s1=J({prop:"backgroundRepeat"}),l1=J({prop:"backgroundAttachment"}),u1=J({prop:"backgroundClip",css:["backgroundClip","-webkitBackgroundClip"]}),c1=J({prop:"gradientFrom",themeGet:En,css:e=>({"--x-gradient-from":e,"--x-gradient-stops":"var(--x-gradient-from), var(--x-gradient-to, transparent)"})}),f1=J({prop:"gradientVia",themeGet:En,css:e=>({"--x-gradient-stops":`var(--x-gradient-from), ${e}, var(--x-gradient-to, transparent)`})}),d1=J({prop:"gradientTo",themeGet:En,css:"--x-gradient-to"}),p1=Hr(r1,n1,o1,i1,a1,s1,l1,u1,c1,f1,d1),Zs=or({name:"border",key:"borders",transform:e=>{const t=Number(e);return t>0?`${xy(t)} solid`:e}}),hi=or({name:"borderWidth",key:"borderWidths",compose:oa,shorthand:!0}),Z0=or({name:"borderColor",compose:En,shorthand:!0}),es=or({name:"borderStyle",key:"borderStyles"}),h1=J({prop:"border",themeGet:Zs}),m1=J({prop:"borderTop",themeGet:Zs}),y1=J({prop:"borderRight",themeGet:Zs}),g1=J({prop:"borderBottom",themeGet:Zs}),v1=J({prop:"borderLeft",themeGet:Zs}),w1=J({prop:"borderColor",themeGet:Z0}),S1=J({prop:"borderTopColor",themeGet:En}),_1=J({prop:"borderRightColor",themeGet:En}),b1=J({prop:"borderBottomColor",themeGet:En}),E1=J({prop:"borderLeftColor",themeGet:En}),R1=J({prop:"borderWidth",themeGet:hi}),x1=J({prop:"borderTopWidth",themeGet:hi}),T1=J({prop:"borderRightWidth",themeGet:hi}),C1=J({prop:"borderBottomWidth",themeGet:hi}),A1=J({prop:"borderLeftWidth",themeGet:hi}),P1=J({prop:"borderStyle",themeGet:es,cssProps:["borderStyle","borderTopStyle","borderRightStyle","borderBottomStyle","borderLeftStyle"]}),O1=J({prop:"borderTopStyle",themeGet:es}),k1=J({prop:"borderRightStyle",themeGet:es}),M1=J({prop:"borderBottomStyle",themeGet:es}),L1=J({prop:"borderLeftStyle",themeGet:es}),N1=J({prop:"outline",themeGet:Zs}),D1=J({prop:"outlineColor",themeGet:En}),I1=J({prop:"outlineWidth",themeGet:hi}),F1=J({prop:"outlineStyle",themeGet:es}),j1=J({prop:"outlineOffset",themeGet:hi}),ew=or({name:"radius",key:"radii",compose:oa,shorthand:!0}),z1=J({prop:"borderRadius",themeGet:ew,cssProps:["borderRadius","borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","borderBottomLeftRadius"]}),Zc="& > :not([hidden]) ~ :not([hidden])",U1=J({prop:"divideY",themeGet:hi,css:e=>{const t=e===!0?1:e;return{[Zc]:{"--x-divide-y-reverse":0,borderTopWidth:`calc(${t} * calc(1 - var(--x-divide-y-reverse)))`,borderBottomWidth:`calc(${t} * var(--x-divide-y-reverse))`}}}}),$1=J({prop:"divideX",themeGet:hi,css:e=>{const t=e===!0?1:e;return{[Zc]:{"--x-divide-x-reverse":0,borderRightWidth:`calc(${t} * var(--x-divide-x-reverse))`,borderLeftWidth:`calc(${t} * calc(1 - var(--x-divide-x-reverse)))`}}}}),H1=J({prop:"divideXReverse",css:()=>({[Zc]:{"--x-divide-x-reverse":"1"}})}),B1=J({prop:"divideYReverse",css:()=>({[Zc]:{"--x-divide-y-reverse":"1"}})}),V1=J({prop:"divideColor",themeGet:En,css:e=>({[Zc]:{borderColor:e}})}),W1=J({prop:"divideStyle",themeGet:es,css:e=>({[Zc]:{borderStyle:e}})}),tw=or({name:"ringWidth",key:"ringWidths",compose:oa}),G1=J({prop:"ring",themeGet:tw,css:e=>({"--x-ring-shadow":`var(--x-ring-inset, /*!*/ /*!*/) 0 0 0 ${e} var(--x-ring-color)`,boxShadow:"var(--x-ring-shadow, 0 0 #0000), var(--x-shadow, 0 0 #0000)"})}),Y1=J({prop:"ringInset",css:()=>({"--x-ring-inset":"inset"})}),K1=J({prop:"ringColor",themeGet:En,css:e=>({"--x-ring-color":e})}),X1=Hr(h1,m1,y1,g1,v1,w1,S1,_1,b1,E1,R1,x1,T1,C1,A1,P1,O1,k1,M1,L1,z1,N1,D1,I1,F1,j1,$1,U1,H1,B1,V1,W1,G1,Y1,K1),ky=or({name:"shadow",key:"shadows",multiple:!0}),Q1=J({prop:"opacity"}),J1=J({prop:"boxShadow",themeGet:ky,css:e=>({"--x-shadow":e,boxShadow:"var(--x-ring-shadow, 0 0 #0000), var(--x-shadow)"})}),q1=J({prop:"textShadow",themeGet:ky}),Z1=Hr(Q1,J1,q1);var sI=Object.defineProperty,ex=Object.getOwnPropertySymbols,lI=Object.prototype.hasOwnProperty,uI=Object.prototype.propertyIsEnumerable,tx=(e,t,r)=>t in e?sI(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,My=(e,t)=>{for(var r in t||(t={}))lI.call(t,r)&&tx(e,r,t[r]);if(ex)for(var r of ex(t))uI.call(t,r)&&tx(e,r,t[r]);return e};const rx=J({prop:"row",css:()=>({boxSizing:"border-box",flexGrow:1,flexWrap:"wrap",display:"flex"})}),nx=(e,t)=>{if(!wo(t))return null;if(t===!0)return{flexBasis:0,flexGrow:1,maxWidth:"100%"};if(t==="auto")return{flex:"0 0 auto",maxWidth:"none",width:"auto"};const r=qc(t)(e);return{flex:`0 0 ${r}`,maxWidth:r}},ox=pp({getStyle:e=>{const t=e.col,r={boxSizing:"border-box",flexBasis:0,flexGrow:1,maxWidth:"100%"};if(vu(t)){const o=Py(e,t,a=>nx(e,a));return My(My({},r),o)}return My(My({},r),nx(e,t))},props:["col"]}),ix=Hr(rx,ox);var cI=Object.defineProperty,ax=Object.getOwnPropertySymbols,fI=Object.prototype.hasOwnProperty,dI=Object.prototype.propertyIsEnumerable,sx=(e,t,r)=>t in e?cI(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,pI=(e,t)=>{for(var r in t||(t={}))fI.call(t,r)&&sx(e,r,t[r]);if(ax)for(var r of ax(t))dI.call(t,r)&&sx(e,r,t[r]);return e};const rw=J({prop:"display"}),lx=J({prop:"float"}),ux=J({prop:"boxSizing"}),cx=pp({getStyle:e=>{if(!e.container)return null;const t=qs(e);let r=Py(e,t,o=>o!==0?{maxWidth:o}:{});return vu(e.container)&&(r=Py(e,e.container,()=>r)),pI({width:"100%"},r)},props:["container"]}),fx=J({prop:"overflow"}),dx=J({prop:"overflowX"}),px=J({prop:"overflowY"}),nw=or({name:"zIndex",key:"zIndices"}),hx=J({prop:"zIndex",themeGet:nw}),mx=J({prop:"position"}),ef=or({name:"inset",key:"inset",compose:oa,transform:kR}),yx=J({prop:"top",themeGet:ef}),gx=J({prop:"right",themeGet:ef}),vx=J({prop:"bottom",themeGet:ef}),wx=J({prop:"left",themeGet:ef}),Sx=J({prop:"visibility"}),_x=J({prop:"overscrollBehavior"}),bx=J({prop:"objectFit"}),Ex=Hr(ux,rw,lx,cx,fx,dx,px,mx,hx,yx,gx,vx,wx,Sx,_x,bx),Rx=J({prop:"alignItems"}),xx=J({prop:"alignContent"}),Tx=J({prop:"justifyContent"}),Cx=J({prop:"justifyItems"}),Ax=J({prop:"flexWrap"}),Px=J({prop:"flexGrow"}),Ox=J({prop:"flexShrink"}),kx=J({prop:"flexBasis",themeGet:qc}),Mx=J({prop:"flexDirection"}),Lx=J({prop:"flex"}),Nx=J({prop:"justifySelf"}),Dx=J({prop:"alignSelf"}),Ix=J({prop:"order"}),Fx=Hr(rw,Rx,xx,Tx,Cx,Ax,kx,Ox,Px,Mx,Lx,Nx,Dx,Ix),Mr=or({name:"space",key:"space",compose:oa,shorthand:!0,transform:kR}),jx=J({prop:["margin","m"],themeGet:Mr,css:"margin"}),zx=J({prop:["marginTop","mt"],themeGet:Mr,css:"marginTop"}),Ux=J({prop:["marginRight","mr"],themeGet:Mr,css:"marginRight"}),$x=J({prop:["marginBottom","mb"],themeGet:Mr,css:"marginBottom"}),Hx=J({prop:["marginLeft","ml"],themeGet:Mr,css:"marginLeft"}),Bx=J({prop:"mx",themeGet:Mr,css:["marginRight","marginLeft"]}),Vx=J({prop:"my",themeGet:Mr,css:["marginTop","marginBottom"]}),Wx=J({prop:["padding","p"],themeGet:Mr,css:"padding"}),Gx=J({prop:["paddingTop","pt"],themeGet:Mr,css:"paddingTop"}),Yx=J({prop:["paddingRight","pr"],themeGet:Mr,css:"paddingRight"}),Kx=J({prop:["paddingBottom","pb"],themeGet:Mr,css:"paddingBottom"}),Xx=J({prop:["paddingLeft","pl"],themeGet:Mr,css:"paddingLeft"}),Qx=J({prop:"px",themeGet:Mr,css:["paddingRight","paddingLeft"]}),Jx=J({prop:"py",themeGet:Mr,css:["paddingTop","paddingBottom"]}),qx=J({prop:"spaceY",themeGet:Mr,css:e=>({"& > :not([hidden]) ~ :not([hidden])":{"--x-space-y-reverse":0,marginTop:`calc(${e} * calc(1 - var(--x-space-y-reverse)))`,marginBottom:`calc(${e} * var(--x-space-y-reverse))`}})}),Zx=J({prop:"spaceX",themeGet:Mr,css:e=>({"& > :not([hidden]) ~ :not([hidden])":{"--x-space-x-reverse":0,marginRight:`calc(${e} * var(--x-space-x-reverse))`,marginLeft:`calc(${e} * calc(1 - var(--x-space-x-reverse)))`}})}),eT=J({prop:"spaceXReverse",css:()=>({"& > :not([hidden]) ~ :not([hidden])":{"--x-space-x-reverse":"1"}})}),tT=J({prop:"spaceYReverse",css:()=>({"& > :not([hidden]) ~ :not([hidden])":{"--x-space-y-reverse":"1"}})}),ow=Hr(jx,zx,Ux,$x,Hx,Bx,Vx,Wx,Gx,Yx,Kx,Xx,Qx,Jx,Zx,qx,eT,tT),rT=J({prop:"gap",themeGet:Mr}),nT=J({prop:"columnGap",themeGet:Mr}),oT=J({prop:"rowGap",themeGet:Mr}),iT=J({prop:"gridColumn"}),aT=J({prop:"gridRow"}),sT=J({prop:"gridAutoFlow"}),lT=J({prop:"gridAutoColumns"}),uT=J({prop:"gridAutoRows"}),cT=J({prop:"gridTemplateColumns",key:"gridTemplateColumns"}),fT=J({prop:"gridTemplateRows",key:"gridTemplateRows"}),dT=J({prop:"gridTemplateAreas"}),pT=J({prop:"gridArea"}),hT=Hr(rT,nT,oT,iT,aT,sT,lT,uT,cT,fT,dT,pT),mT=J({prop:"appearance"}),yT=J({prop:"cursor"}),gT=J({prop:"pointerEvents"}),vT=J({prop:"resize"}),wT=J({prop:"userSelect"}),ST=Hr(mT,yT,gT,vT,wT),el=or({name:"size",key:"sizes",compose:qc}),_T=J({prop:"w",themeGet:el,css:"width"}),bT=J({prop:"h",themeGet:el,css:"height"}),ET=J({prop:["maxWidth","maxW"],themeGet:el,css:"maxWidth"}),RT=J({prop:["maxHeight","maxH"],themeGet:el,css:"maxHeight"}),xT=J({prop:["minWidth","minW"],themeGet:el,css:"minWidth"}),TT=J({prop:["minHeight","minH"],themeGet:el,css:"minHeight"}),CT=J({prop:"maskSize",themeGet:or({name:"size",key:"sizes",compose:qc,multiple:!0,shorthand:!0})}),AT=Hr(_T,bT,ET,RT,xT,TT,CT),PT=J({prop:"fill",themeGet:En}),OT=J({prop:"stroke",themeGet:En}),kT=Hr(PT,OT),MT=J({prop:"borderCollapse"}),LT=J({prop:"tableLayout"}),NT=Hr(MT,LT),iw=or({name:"transform",key:"transforms"}),DT=J({prop:"transform",themeGet:iw,css:e=>e===!0?{"--x-translate-x":0,"--x-translate-y":0,"--x-rotate":0,"--x-skew-x":0,"--x-skew-y":0,"--x-scale-x":"1","--x-scale-y":"1",transform:"translate3d(var(--x-translate-x), var(--x-translate-y), 0) rotate(var(--x-rotate)) skewX(var(--x-skew-x)) skewY(var(--x-skew-y)) scaleX(var(--x-scale-x)) scaleY(var(--x-scale-y))"}:{transform:e}}),IT=J({prop:"transformOrigin"}),FT=J({prop:"translateX",themeGet:Mr,css:"--x-translate-x"}),jT=J({prop:"translateY",themeGet:Mr,css:"--x-translate-y"}),zT=J({prop:"rotate",themeGet:mp,css:"--x-rotate"}),UT=J({prop:"skewX",themeGet:mp,css:"--x-skew-x"}),$T=J({prop:"skewY",themeGet:mp,css:"--x-skew-y"}),HT=J({prop:"scale",transform:e=>String(e),css:["--x-scale-x","--x-scale-y"]}),BT=J({prop:"scaleX",transform:e=>String(e),css:"--x-scale-x"}),VT=J({prop:"scaleY",transform:e=>String(e),css:"--x-scale-y"}),WT=Hr(DT,IT,FT,jT,zT,UT,$T,HT,BT,VT);var hI=Object.defineProperty,mI=Object.defineProperties,yI=Object.getOwnPropertyDescriptors,GT=Object.getOwnPropertySymbols,gI=Object.prototype.hasOwnProperty,vI=Object.prototype.propertyIsEnumerable,YT=(e,t,r)=>t in e?hI(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,wI=(e,t)=>{for(var r in t||(t={}))gI.call(t,r)&&YT(e,r,t[r]);if(GT)for(var r of GT(t))vI.call(t,r)&&YT(e,r,t[r]);return e},SI=(e,t)=>mI(e,yI(t));const aw=or({name:"font",key:"fonts"}),sw=or({name:"lineHeight",key:"lineHeights",transform:(e,{props:t})=>{var r,o,a;const s=(a=(o=(r=t?.theme)==null?void 0:r.settings)==null?void 0:o.rootFontSize)!=null?a:void 0;return X0(e,{rootFontSize:s})}}),lw=or({name:"fontWeight",key:"fontWeights"}),uw=or({name:"letterSpacing",key:"letterSpacings",compose:oa}),cw=or({name:"fontSize",key:"fontSizes",compose:oa}),KT=J({prop:"fontFamily",themeGet:aw}),XT=J({prop:"fontSize",themeGet:cw}),QT=J({prop:"fontVariant"}),JT=J({prop:"lineHeight",themeGet:sw}),qT=J({prop:"fontWeight",themeGet:lw}),ZT=J({prop:"fontStyle"}),eC=J({prop:"letterSpacing",themeGet:uw}),tC=J({prop:"color",themeGet:En}),rC=J({prop:"textTransform"}),nC=J({prop:"textDecoration"}),oC=J({prop:"textAlign"}),iC=J({prop:"verticalAlign"}),aC=J({prop:"whiteSpace"}),sC=J({prop:"textOverflow"}),lC=J({prop:"listStyleType"}),uC=J({prop:"listStylePosition"}),cC=Hr(ow,KT,XT,ZT,QT,JT,qT,oC,eC,tC,rC,nC,iC,aC,sC,lC,uC),fC=J({prop:"text",key:"texts",css:e=>({theme:t})=>cC(SI(wI({},e),{theme:t}))}),dC=Hr(cC,fC),Ly=Hr(e1,p1,X1,Z1,ix,Fx,hT,ST,Ex,AT,ow,kT,NT,WT,QR,dC),Kt=(e,t)=>r=>{const o=Ry(r,e);return wo(o)?o:wo(t)?t:e};[mp,q0,Zs,Z0,es,hi,En,hp,aw,cw,lw,ef,uw,sw,qc,oa,ew,tw,ky,el,Mr,Oy,iw,Q0,J0,nw].forEach(e=>{Kt[e.meta.name]=e});const fw=(e,t)=>r=>{const o=qs(r),a=dp(o,e);return a===null?t:[`${MR(a)} {`,t,"}"]},pC=(e,t)=>r=>{const o=qs(r),a=Ty(o,e);return a===null?null:[`${VD(a)} {`,t,"}"]},_I=(e,t,r)=>o=>{const a=qs(o),s=dp(a,e),u=Ty(a,t);return u===null?fw(e,r)(o):s===null?pC(t,r)(o):[`${WD(s,u)} {`,r,"}"]},bI=e=>t=>{const r=[],o=Object.keys(e),a=o.length;for(let s=0;s<a;s++){const u=o[s],c=e[u],f=fw(u,c)(t);Array.isArray(f)?f.forEach(d=>r.push(d)):r.push(f)}return r},EI={px:e=>OR(X0(e)),border:e=>Za(e)&&e>0?`${OR(e)} solid`:e};var RI=Object.defineProperty,hC=Object.getOwnPropertySymbols,xI=Object.prototype.hasOwnProperty,TI=Object.prototype.propertyIsEnumerable,mC=(e,t,r)=>t in e?RI(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,yC=(e,t)=>{for(var r in t||(t={}))xI.call(t,r)&&mC(e,r,t[r]);if(hC)for(var r of hC(t))TI.call(t,r)&&mC(e,r,t[r]);return e};const gC=[0,5,10,20,25,30,40,50,60,70,75,80,90,95,100],dw=(e,t=gC)=>{const r=(a,s)=>`${a}${Math.round(s/100*255).toString(16).padStart(2,"0")}`,o=Object.keys(e).reduce((a,s)=>(t.forEach(u=>{const c=e[s],f=`${s}-a${u}`;a[f]=So(c)?r(c,u):dw(c,t)}),a),{});return yC(yC({},e),o)},CI=[50,100,200,300,400,500,600,700,800,900],AI=(e,t,r=CI,o=gC)=>r.reduce((a,s)=>(a[`${e}-${s}`]=Kt.color(`${t}-${s}`),o.forEach(u=>{a[`${e}-${s}-a${u}`]=Kt.color(`${t}-${s}-a${u}`)}),a),{});var PI=Object.defineProperty,OI=Object.defineProperties,kI=Object.getOwnPropertyDescriptors,vC=Object.getOwnPropertySymbols,MI=Object.prototype.hasOwnProperty,LI=Object.prototype.propertyIsEnumerable,wC=(e,t,r)=>t in e?PI(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,NI=(e,t)=>{for(var r in t||(t={}))MI.call(t,r)&&wC(e,r,t[r]);if(vC)for(var r of vC(t))LI.call(t,r)&&wC(e,r,t[r]);return e},DI=(e,t)=>OI(e,kI(t));const Ny={.5:"0.125rem",1:"0.25rem",1.5:"0.375rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",3.5:"0.875rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",11:"2.75rem",12:"3rem",14:"3.5rem",16:"4rem",20:"5rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem"},SC={"ease-in":"cubic-bezier(0.4, 0, 1, 1)","ease-out":"cubic-bezier(0, 0, 0.2, 1)","ease-in-out":"cubic-bezier(0.4, 0, 0.2, 1)"},pw={default:["background-color","border-color","color","fill","stroke","opacity","box-shadow","transform"],colors:["background-color","border-color","color","fill","stroke"],opacity:["opacity"],shadow:["box-shadow"],transform:["transform"]},II=Object.keys(pw).reduce((e,t)=>(e[t]=pw[t].map(r=>`${r} ${SC["ease-in-out"]} 150ms`).join(","),e),{}),FI={black:"#000000",white:"#ffffff","blue-gray-50":"#f8fafc","blue-gray-100":"#f1f5f9","blue-gray-200":"#e2e8f0","blue-gray-300":"#cbd5e1","blue-gray-400":"#94a3b8","blue-gray-500":"#64748b","blue-gray-600":"#475569","blue-gray-700":"#334155","blue-gray-800":"#1e293b","blue-gray-900":"#0f172a","cool-gray-50":"#f9fafb","cool-gray-100":"#f3f4f6","cool-gray-200":"#e5e7eb","cool-gray-300":"#d1d5db","cool-gray-400":"#9ca3af","cool-gray-500":"#6b7280","cool-gray-600":"#4b5563","cool-gray-700":"#374151","cool-gray-800":"#1f2937","cool-gray-900":"#111827","gray-50":"#fafafa","gray-100":"#f4f4f5","gray-200":"#e4e4e7","gray-300":"#d4d4d8","gray-400":"#a1a1aa","gray-500":"#71717a","gray-600":"#52525b","gray-700":"#3f3f46","gray-800":"#27272a","gray-900":"#18181b","true-gray-50":"#fafafa","true-gray-100":"#f5f5f5","true-gray-200":"#e5e5e5","true-gray-300":"#d4d4d4","true-gray-400":"#a3a3a3","true-gray-500":"#737373","true-gray-600":"#525252","true-gray-700":"#404040","true-gray-800":"#262626","true-gray-900":"#171717","warm-gray-50":"#fafaf9","warm-gray-100":"#f5f5f4","warm-gray-200":"#e7e5e4","warm-gray-300":"#d6d3d1","warm-gray-400":"#a8a29e","warm-gray-500":"#78716c","warm-gray-600":"#57534e","warm-gray-700":"#44403c","warm-gray-800":"#292524","warm-gray-900":"#1c1917","red-50":"#fef2f2","red-100":"#fee2e2","red-200":"#fecaca","red-300":"#fca5a5","red-400":"#f87171","red-500":"#ef4444","red-600":"#dc2626","red-700":"#b91c1c","red-800":"#991b1b","red-900":"#7f1d1d","orange-50":"#fff7ed","orange-100":"#ffedd5","orange-200":"#fed7aa","orange-300":"#fdba74","orange-400":"#fb923c","orange-500":"#f97316","orange-600":"#ea580c","orange-700":"#c2410c","orange-800":"#9a3412","orange-900":"#7c2d12","amber-50":"#fffbeb","amber-100":"#fef3c7","amber-200":"#fde68a","amber-300":"#fcd34d","amber-400":"#fbbf24","amber-500":"#f59e0b","amber-600":"#d97706","amber-700":"#b45309","amber-800":"#92400e","amber-900":"#78350f","yellow-50":"#fefce8","yellow-100":"#fef9c3","yellow-200":"#fef08a","yellow-300":"#fde047","yellow-400":"#facc15","yellow-500":"#eab308","yellow-600":"#ca8a04","yellow-700":"#a16207","yellow-800":"#854d0e","yellow-900":"#713f12","lime-50":"#f7fee7","lime-100":"#ecfccb","lime-200":"#d9f99d","lime-300":"#bef264","lime-400":"#a3e635","lime-500":"#84cc16","lime-600":"#65a30d","lime-700":"#4d7c0f","lime-800":"#3f6212","lime-900":"#365314","green-50":"#f0fdf4","green-100":"#dcfce7","green-200":"#bbf7d0","green-300":"#86efac","green-400":"#4ade80","green-500":"#22c55e","green-600":"#16a34a","green-700":"#15803d","green-800":"#166534","green-900":"#14532d","emerald-50":"#ecfdf5","emerald-100":"#d1fae5","emerald-200":"#a7f3d0","emerald-300":"#6ee7b7","emerald-400":"#34d399","emerald-500":"#10b981","emerald-600":"#059669","emerald-700":"#047857","emerald-800":"#065f46","emerald-900":"#064e3b","teal-50":"#f0fdfa","teal-100":"#ccfbf1","teal-200":"#99f6e4","teal-300":"#5eead4","teal-400":"#2dd4bf","teal-500":"#14b8a6","teal-600":"#0d9488","teal-700":"#0f766e","teal-800":"#115e59","teal-900":"#134e4a","cyan-50":"#ecfeff","cyan-100":"#cffafe","cyan-200":"#a5f3fc","cyan-300":"#67e8f9","cyan-400":"#22d3ee","cyan-500":"#06b6d4","cyan-600":"#0891b2","cyan-700":"#0e7490","cyan-800":"#155e75","cyan-900":"#164e63","light-blue-50":"#f0f9ff","light-blue-100":"#e0f2fe","light-blue-200":"#bae6fd","light-blue-300":"#7dd3fc","light-blue-400":"#38bdf8","light-blue-500":"#0ea5e9","light-blue-600":"#0284c7","light-blue-700":"#0369a1","light-blue-800":"#075985","light-blue-900":"#0c4a6e","blue-50":"#eff6ff","blue-100":"#dbeafe","blue-200":"#bfdbfe","blue-300":"#93c5fd","blue-400":"#60a5fa","blue-500":"#3b82f6","blue-600":"#2563eb","blue-700":"#1d4ed8","blue-800":"#1e40af","blue-900":"#1e3a8a","indigo-50":"#eef2ff","indigo-100":"#e0e7ff","indigo-200":"#c7d2fe","indigo-300":"#a5b4fc","indigo-400":"#818cf8","indigo-500":"#6366f1","indigo-600":"#4f46e5","indigo-700":"#4338ca","indigo-800":"#3730a3","indigo-900":"#312e81","violet-50":"#f5f3ff","violet-100":"#ede9fe","violet-200":"#ddd6fe","violet-300":"#c4b5fd","violet-400":"#a78bfa","violet-500":"#8b5cf6","violet-600":"#7c3aed","violet-700":"#6d28d9","violet-800":"#5b21b6","violet-900":"#4c1d95","purple-50":"#faf5ff","purple-100":"#f3e8ff","purple-200":"#e9d5ff","purple-300":"#d8b4fe","purple-400":"#c084fc","purple-500":"#a855f7","purple-600":"#9333ea","purple-700":"#7e22ce","purple-800":"#6b21a8","purple-900":"#581c87","fuchsia-50":"#fdf4ff","fuchsia-100":"#fae8ff","fuchsia-200":"#f5d0fe","fuchsia-300":"#f0abfc","fuchsia-400":"#e879f9","fuchsia-500":"#d946ef","fuchsia-600":"#c026d3","fuchsia-700":"#a21caf","fuchsia-800":"#86198f","fuchsia-900":"#701a75","pink-50":"#fdf2f8","pink-100":"#fce7f3","pink-200":"#fbcfe8","pink-300":"#f9a8d4","pink-400":"#f472b6","pink-500":"#ec4899","pink-600":"#db2777","pink-700":"#be185d","pink-800":"#9d174d","pink-900":"#831843","rose-50":"#fff1f2","rose-100":"#ffe4e6","rose-200":"#fecdd3","rose-300":"#fda4af","rose-400":"#fb7185","rose-500":"#f43f5e","rose-600":"#e11d48","rose-700":"#be123c","rose-800":"#9f1239","rose-900":"#881337"},_C={xs:"0.75rem",sm:"0.875rem",default:"1rem",lg:"1.125rem",xl:"1.25rem","2xl":"1.5rem","3xl":"1.875rem","4xl":"2.25rem","5xl":"3rem","6xl":"3.75rem","7xl":"4.5rem","8xl":"6rem","9xl":"8rem"},jI=Object.keys(_C).reduce((e,t)=>(e[t]={fontSize:t,lineHeight:t},e),{}),zI={colors:dw(FI),space:Ny,screens:{_:0,xs:0,sm:640,md:768,lg:1024,xl:1280,"2xl":1536},durations:{instant:"100ms","fast-in":"250ms","fast-out":"200ms","slow-in":"300ms","slow-out":"250ms"},sizes:DI(NI({},Ny),{.5:void 0,1:void 0,"0.5s":Ny[.5],"1s":Ny[1],full:"100%",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"}),radii:{none:"0",sm:"0.125rem",default:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem",full:"9999px"},shadows:{xs:"0 0 0 1px rgba(0, 0, 0, 0.05)",sm:"0 1px 2px 0 rgba(0, 0, 0, 0.05)",default:"0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",md:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",lg:"0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",xl:"0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)","2xl":"0 25px 50px -12px rgba(0, 0, 0, 0.25)",inner:"inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)",outline:"0 0 0 3px rgba(66, 153, 225, 0.5)"},fontSizes:_C,fontWeights:{hairline:"100",thin:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},fonts:{mono:'ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace',serif:'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif',sans:'ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"'},letterSpacings:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeights:{none:1,tight:1.25,snug:1.375,normal:1.5,relaxed:1.625,loose:2,3:".75rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",xs:"1rem",sm:"1.25rem",default:"1.5rem",lg:"1.75rem",xl:"1.75rem","2xl":"2rem","3xl":"2.25rem","4xl":"2.5rem","5xl":1,"6xl":1,"7xl":1,"8xl":1,"9xl":1},gridTemplateColumns:{1:"repeat(1, minmax(0, 1fr))",2:"repeat(2, minmax(0, 1fr))",3:"repeat(3, minmax(0, 1fr))",4:"repeat(4, minmax(0, 1fr))",5:"repeat(5, minmax(0, 1fr))",6:"repeat(6, minmax(0, 1fr))",7:"repeat(7, minmax(0, 1fr))",8:"repeat(8, minmax(0, 1fr))",9:"repeat(9, minmax(0, 1fr))",10:"repeat(10, minmax(0, 1fr))",11:"repeat(11, minmax(0, 1fr))",12:"repeat(12, minmax(0, 1fr))"},gridTemplateRows:{1:"repeat(1, minmax(0, 1fr))",2:"repeat(2, minmax(0, 1fr))",3:"repeat(3, minmax(0, 1fr))",4:"repeat(4, minmax(0, 1fr))",5:"repeat(5, minmax(0, 1fr))",6:"repeat(6, minmax(0, 1fr))"},borderWidths:{default:1},ringWidths:{default:3},borders:{default:"1px solid transparent"},texts:jI,transitions:II,transitionProperties:pw,timingFunctions:SC,animations:{spin:"x-spin 1s linear infinite",ping:"x-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite",pulse:"x-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite",bounce:"x-bounce 1s infinite"},states:{_:null,motionSafe:"@media (prefers-reduced-motion: no-preference)",motionReduce:"@media (prefers-reduced-motion: reduce)",first:"&:first-child",last:"&:last-child",odd:"&:odd",even:"&:even",visited:"&:visited",checked:"&:checked",focusWithin:"&:focus-within",hover:"&:hover",focus:"&:focus",focusVisible:"&:focus-visible",active:"&:active",disabled:"&:disabled, &[aria-disabled=true]",placeholder:"&::placeholder"},xstyled:{cache:!0}},bC=e=>`
|
|
159
159
|
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
|
|
160
160
|
*,::after,::before{box-sizing:border-box}:root{-moz-tab-size:4;tab-size:4}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}body{font-family:system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji'}hr{height:0;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,'Liberation Mono',Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}
|
|
161
161
|
|
|
@@ -219,11 +219,11 @@ object {
|
|
|
219
219
|
::after {
|
|
220
220
|
border-width: 0;
|
|
221
221
|
border-style: solid;
|
|
222
|
-
border-color: ${
|
|
222
|
+
border-color: ${Kt.color("default-border-color","currentColor")({theme:e})};
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
* {
|
|
226
|
-
--x-ring-color: ${
|
|
226
|
+
--x-ring-color: ${Kt.color("default-ring-color","rgba(59,130,246,0.5)")({theme:e})};
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
/* Default outline on buttons */
|
|
@@ -272,9 +272,9 @@ button:focus {
|
|
|
272
272
|
animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
|
|
273
273
|
}
|
|
274
274
|
}
|
|
275
|
-
`;function Dy(e){return qs({theme:e})}function
|
|
275
|
+
`;function Dy(e){return qs({theme:e})}function UI(e,t){const o=Dy(e)[t];return o===0?null:o}function $I(e,t){const o=Dy(e)[t];return o===0?null:o-.02}function Iy(){const[e,t]=g.useState(typeof window>"u"?null:window.innerWidth);return g.useEffect(()=>{function r(){t(window.innerWidth)}return window.addEventListener("resize",r),t(window.innerWidth),()=>window.removeEventListener("resize",r)},[]),e}function HI(e){const t=Dy(e),r=Iy();return g.useMemo(()=>Object.keys(t).reverse().find(o=>r!==null&&r>=t[o])||null,[t,r])}function BI(e,t){const r=UI(e,t),o=Iy();return o!==null&&r!==null&&o>=r}function VI(e,t){const r=$I(e,t),o=Iy();return o!==null&&r!==null&&o<r}const EC=(...e)=>e.filter(Boolean).join("."),hw=e=>`--${e.replace(/\./g,"-")}`,RC=(e,t)=>`var(${hw(e)}, ${t})`,xC=(e,t)=>`${e}: ${t};`;function TC(e,t,r=Object.keys(e),o){const a=Array.isArray(e)?[]:{};for(const s in r){const u=r[s],c=e[u],f=EC(o,u);if(vu(c)){a[u]=TC(c,t,Object.keys(c),f);continue}if(So(c)){a[u]=RC(f,c);continue}if(G0(c)){a[u]=RC(f,fp(c,{theme:t}));continue}}return a}function mw(e,t,r=Object.keys(e),o,a={value:""}){for(const s in r){const u=r[s],c=e[u],f=EC(o,u);if(vu(c)){mw(c,t,Object.keys(c),f,a);continue}if(So(c)){a.value+=xC(hw(f),c);continue}if(G0(c)){a.value+=xC(hw(f),fp(c,{theme:t}));continue}}return a.value}var WI=Object.defineProperty,GI=Object.defineProperties,YI=Object.getOwnPropertyDescriptors,Fy=Object.getOwnPropertySymbols,CC=Object.prototype.hasOwnProperty,AC=Object.prototype.propertyIsEnumerable,PC=(e,t,r)=>t in e?WI(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Yo=(e,t)=>{for(var r in t||(t={}))CC.call(t,r)&&PC(e,r,t[r]);if(Fy)for(var r of Fy(t))AC.call(t,r)&&PC(e,r,t[r]);return e},yp=(e,t)=>GI(e,YI(t)),yw=(e,t)=>{var r={};for(var o in e)CC.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&Fy)for(var o of Fy(e))t.indexOf(o)<0&&AC.call(e,o)&&(r[o]=e[o]);return r};const jy="xstyled-color-mode",gp=typeof window<"u"&&(()=>{try{const e="xstyled-test-key";return window.localStorage.setItem(e,e),window.localStorage.removeItem(e),!0}catch{return!1}})()?{get:()=>window.localStorage.getItem(jy),set:e=>{window.localStorage.setItem(jy,e)},clear:()=>window.localStorage.removeItem(jy)}:{get:()=>null,set:()=>{},clear:()=>{}},OC="xstyled-color-mode-",kC=e=>`${OC}${e}`,gw="xstyled-colors",MC=["light","dark"];function KI(e,t){return yp(Yo({},e),{colors:Yo(Yo({},e.colors),e.colors.modes[t])})}const XI=e=>`@media ${e}`,LC=e=>`(prefers-color-scheme: ${e})`;function tf(e){return!!(e&&e.colors&&e.colors.modes)}function vw(e){return!!(e&&(e.useCustomProperties===void 0||e.useCustomProperties))}function QI(e){return!!(e&&(e.useColorSchemeMediaQuery===void 0||e.useColorSchemeMediaQuery))}function zy(e){return e.initialColorModeName||"default"}function JI(e){return e.defaultColorModeName||zy(e)}function NC(e){let t=[];for(const r in e)t=[...t,...Object.keys(e[r])];return t}function qI(e,{targetSelector:t="body"}={}){if(!tf(e))return null;const r=e.colors,{modes:o}=r,a=yw(r,["modes"]),s=NC(o);let u=mw(a,e,s,gw);function c(d){const h=KI(e,d),y=h.colors,{modes:v}=y,b=yw(y,["modes"]);return mw(Yo(Yo({},b),v[d]),h,s,gw)}return e.useColorSchemeMediaQuery!==!1&&MC.forEach(d=>{if(o[d]){const h=XI(LC(d));u+=`${h}{${c(d)}}`}}),[zy(e),...Object.keys(o)].forEach(d=>{const h=`&.${kC(d)}`;u+=`${h}{${c(d)}}`}),`${t}{${u}}`}function ZI(e){if(typeof window>"u"||window.matchMedia===void 0)return null;const t=LC(e);return window.matchMedia(t)}function eF(e){const t=g.useMemo(()=>QI(e)?MC.map(a=>{if(!tf(e)||!e.colors.modes[a])return null;const s=ZI(a);return s?{mode:a,mql:s}:null}).filter(Boolean):[],[e]),[r,o]=g.useState(()=>{const a=t.find(s=>s.mql.matches);return a?a.mode:null});return g.useEffect(()=>{const a=t.map(({mode:s,mql:u})=>{const c=({matches:f})=>{o(f?s:d=>d===s?null:s)};return u.addEventListener("change",c),()=>u.removeEventListener("change",c)});return()=>a.forEach(s=>s())}),r}const ww=typeof window<"u"?g.useLayoutEffect:g.useEffect;function tF(e,{target:t}={}){const r=eF(e),o=JI(e),a=zy(e),[s,u]=g.useState(()=>tf(e)?o:null),c=vw(e),f=g.useCallback(d=>{u(d||null),d?gp.set(d):gp.clear()},[]);return ww(()=>{if(!tf(e))return;const d=gp.get();s!==(d||r||o)&&u(d||r||o)},[]),ww(()=>{if(gp.get())return;const h=r||o;h!==s&&u(h)},[s,r,o]),ww(()=>{if(!s||!c||!gp.get()&&!(a!==s))return;const y=kC(s),v=t||document.body;return v.classList.add(y),()=>{v.classList.remove(y)}},[c,t,s,a]),[s,f]}function rF(e,t){const[r]=g.useState(t),o=g.useMemo(()=>{if(!r||!vw(e))return null;if(!tf(e))return e;const s=e.colors,{modes:u}=s,c=yw(s,["modes"]),f=NC(u);return yp(Yo({},e),{colors:yp(Yo(Yo({},c),TC(c,e,f,gw)),{modes:u}),__rawColors:e.colors})},[r,e]),a=g.useMemo(()=>!t||vw(e)?null:tf(e)?t===zy(e)?yp(Yo({},e),{__colorMode:t}):yp(Yo({},e),{colors:Yo(Yo({},e.colors),e.colors.modes[t]),__colorMode:t,__rawColors:e.colors}):e,[e,t]);return o||a}const DC=g.createContext(null);function nF(){const e=g.useContext(DC);if(!e)throw new Error("[useColorMode] requires the ColorModeProvider component");return e}function oF({ThemeContext:e,ThemeProvider:t,ColorModeStyle:r}){function o({children:a,target:s,targetSelector:u}){const c=g.useContext(e);if(!c)throw new Error("[ColorModeProvider] requires ThemeProvider upper in the tree");const f=tF(c,{target:s}),d=rF(c,f[0]);return g.createElement(g.Fragment,null,g.createElement(r,{targetSelector:u}),g.createElement(t,{theme:d},g.createElement(DC.Provider,{value:f},a)))}return o}function IC({target:e="document.body"}={}){return`(function() { try {
|
|
276
276
|
var mode = localStorage.getItem('${jy}');
|
|
277
277
|
if (mode) ${e}.classList.add('${OC}' + mode);
|
|
278
|
-
} catch (e) {} })();`}function
|
|
278
|
+
} catch (e) {} })();`}function iF(e){return g.createElement("script",{key:"xstyled-color-mode-init",dangerouslySetInnerHTML:{__html:IC(e)}})}function aF(e){return`<script>${IC(e)}<\/script>`}function sF(){return["&&{",Ly,"}"]}sF.meta=Ly.meta;const FC=e=>t=>r=>{const o=e(qs(r),t);return o===null?"0":o||t},lF={"min-width":FC(dp),"max-width":FC(Ty)},jC="[-\\w]",uF=`(${jC}+)(\\s*:\\s*)(?=\\S)((?:\\\\[\\s\\S]|[^\\\\;{}])*?)(\\s*!important)?(\\s*;)`,cF="(@media\\b\\s*)(?=\\S)([^{]+?)(\\s*\\{)",fF=new RegExp(`(?:${uF}|${cF})`,"g"),dF=new RegExp(`(\\(\\s*)(${jC}+)(\\s*:\\s*)([^\\)]*?)(\\s*\\))`,"g"),pF=e=>{let t,r=0;const o=[];for(;t=dF.exec(e);){const[,a,s,u,c,f]=t,d=lF[s];d&&(o.push(e.slice(r,t.index)),o.push(h=>`${a}${s}${u}${d(c)(h)}${f}`),r=t.index+t[0].length)}return o.push(e.slice(r,e.length)),o},hF=e=>t=>{if(typeof t!="string")return t;let r,o=0;const a=[];for(;r=fF.exec(t);){const[,s,u,c,f,d,h,y,v]=r;if(h)a.push(t.slice(o,r.index)),a.push(h),pF(y).forEach(b=>a.push(b)),a.push(v),o=r.index+r[0].length;else{const b=e.meta.cssGetters[s];b&&(a.push(t.slice(o,r.index)),a.push(S=>`${s}${u}${b(c)(S)}${f||""}${d}`),o=r.index+r[0].length)}}return a.push(t.slice(o,t.length)),a},cr=(e,t)=>(r,o)=>{const a=t();return(0,g.useMemo)(()=>e(r,o)({theme:a}),[r,o,a])},mF=vy`${e=>qI(e.theme,{targetSelector:e.targetSelector})}`,yF=oF({ThemeContext:pi,ThemeProvider:$0,ColorModeStyle:mF}),Jt=()=>(0,g.useContext)(pi),gF=cr(Kt,Jt),vF=cr(Kt.angle,Jt),wF=cr(Kt.animation,Jt),SF=cr(Kt.border,Jt),_F=cr(Kt.borderColor,Jt),bF=cr(Kt.borderStyle,Jt),EF=cr(Kt.borderWidth,Jt),RF=cr(Kt.color,Jt),xF=cr(Kt.duration,Jt),TF=cr(Kt.font,Jt),CF=cr(Kt.fontSize,Jt),AF=cr(Kt.fontWeight,Jt),PF=cr(Kt.inset,Jt),OF=cr(Kt.letterSpacing,Jt),kF=cr(Kt.lineHeight,Jt),MF=cr(Kt.percent,Jt),LF=cr(Kt.px,Jt),NF=cr(Kt.radius,Jt),DF=cr(Kt.ringWidth,Jt),IF=cr(Kt.shadow,Jt),FF=cr(Kt.size,Jt),jF=cr(Kt.space,Jt),zF=cr(Kt.timingFunction,Jt),UF=cr(Kt.transform,Jt),$F=cr(Kt.transition,Jt),HF=cr(Kt.transitionProperty,Jt),BF=cr(Kt.zIndex,Jt),VF=()=>Dy(Jt()),WF=()=>HI(Jt()),GF=e=>BI(Jt(),e),YF=e=>VI(Jt(),e),KF=vy(({theme:e})=>bC(e)),Uy=e=>{const t=hF(e);return(...r)=>{const o=sp(...r);return UD(o).map(t)}},Sw=typeof wy=="function"?wy:wy.default,_w=(e,t,r)=>{const o=(...a)=>e`${t(...a)}${r}`;return o.attrs=a=>_w(e.attrs(a),t,r),o.withConfig=a=>_w(e.withConfig(a),t,r),o},XF=e=>{const t=new Set(e.meta.props);return(r,o,a)=>So(r)&&t.has(r)?!1:typeof a=="string"?o(r):!0},bw=(e,t)=>{const r=t?{shouldForwardProp:XF(t)}:{};return o=>{const a=Sw(o);return _w(r?a.withConfig(r):a,e,t)}},QF=e=>{const t=Uy(e),r=bw(t),o=bw(t,e);return r.box=o("div"),Object.keys(Sw).forEach(a=>{r[a]=r(a),r[`${a}Box`]=o(a)}),r},JF=e=>{const t=bw(Uy(e),e),r={};return Object.keys(Sw).forEach(o=>{r[o]=t(o)``}),r},qF=e=>{const t=Uy(e);return(...r)=>vy([t(...r)])},zC=e=>({css:Uy(e),x:JF(e),styled:QF(e),createGlobalStyle:qF(e)}),{css:ZF,styled:UC,x:e2,createGlobalStyle:t2}=zC(Ly)})(),emuiAppReactDependencies=Vy})();
|
|
279
279
|
|
|
280
280
|
//# sourceMappingURL=index.js.map
|