@zuixihuanxingnai/react-super-ui 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +255 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +27838 -0
- package/dist/index.es.js.map +1 -0
- package/dist/packages/components/button/Button.d.ts +9 -0
- package/dist/packages/components/button/index.d.ts +1 -0
- package/dist/packages/components/form/Form.d.ts +7 -0
- package/dist/packages/components/form/FormItem.d.ts +16 -0
- package/dist/packages/components/form/context.d.ts +14 -0
- package/dist/packages/components/form/index.d.ts +2 -0
- package/dist/packages/components/index.d.ts +5 -0
- package/dist/packages/components/input/Input.d.ts +11 -0
- package/dist/packages/components/input/index.d.ts +1 -0
- package/dist/packages/components/modal/Modal.d.ts +19 -0
- package/dist/packages/components/modal/confirm.d.ts +6 -0
- package/dist/packages/components/modal/index.d.ts +9 -0
- package/dist/packages/components/select/Select.d.ts +33 -0
- package/dist/packages/components/select/index.d.ts +1 -0
- package/dist/style.css +1 -0
- package/package.json +34 -0
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const $t=require("react/jsx-runtime"),oa=require("react"),rS=require("react-dom");function M2(q){var lt,at,M="";if(typeof q=="string"||typeof q=="number")M+=q;else if(typeof q=="object")if(Array.isArray(q)){var St=q.length;for(lt=0;lt<St;lt++)q[lt]&&(at=M2(q[lt]))&&(M&&(M+=" "),M+=at)}else for(at in q)q[at]&&(M&&(M+=" "),M+=at);return M}function um(){for(var q,lt,at=0,M="",St=arguments.length;at<St;at++)(q=arguments[at])&&(lt=M2(q))&&(M&&(M+=" "),M+=lt);return M}const aE=({children:q,variant:lt="default",size:at="middle",loading:M=!1,icon:St,block:xt=!1,className:ie,disabled:Z,...Vt})=>{const ee=M||Z;return $t.jsxs("button",{className:um("ui-btn",`ui-btn-${lt}`,`ui-btn-${at}`,{"ui-btn-loading":M,"ui-btn-block":xt,"is-disabled":ee},ie),disabled:ee,...Vt,children:[M&&$t.jsx("span",{className:"ui-btn-spinner"}),!M&&St&&$t.jsx("span",{className:"ui-btn-icon",children:St}),$t.jsx("span",{className:"ui-btn-content",children:q})]})};function nE(q,lt){oa.useEffect(()=>{const at=M=>{const St=M.target;q.current&&(q.current.contains(St)||lt(M))};return document.addEventListener("mousedown",at),()=>{document.removeEventListener("mousedown",at)}},[q,lt])}function uE(q){oa.useEffect(()=>{if(!q)return;const lt=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=lt}},[q])}function R2(q){const{value:lt,defaultValue:at,onChange:M}=q,[St,xt]=oa.useState(at);return[lt!==void 0?lt:St,Vt=>{lt===void 0&&xt(Vt),M==null||M(Vt)}]}const cE=({label:q,errorMessage:lt,error:at=!1,size:M="middle",prefix:St,suffix:xt,clearable:ie=!1,disabled:Z,className:Vt,value:ee,defaultValue:$e,onChange:F,...yt})=>{const[kt,ut]=R2({value:ee,defaultValue:$e,onChange:el=>{F&&F({target:{value:el}})}}),qt=at||!!lt,Tt=el=>{ut(el.target.value)},pt=()=>{ut("")};return $t.jsxs("div",{children:[q&&$t.jsx("label",{className:"ui-form-label",children:q}),$t.jsxs("div",{className:um("ui-input-wrapper",`ui-input-${M}`,{"is-disabled":Z,"is-error":qt},Vt),style:{width:"auto",display:"inline-flex"},children:[St&&$t.jsx("span",{className:"ui-input-prefix",children:St}),$t.jsx("input",{...yt,className:"ui-input",disabled:Z,value:kt??"",onChange:Tt}),ie&&kt&&!Z&&$t.jsx("span",{className:"ui-input-clear",onClick:pt,children:"×"}),xt&&$t.jsx("span",{className:"ui-input-suffix",children:xt})]}),qt&<&&$t.jsx("div",{className:"ui-form-error",children:lt})]})},U2=oa.createContext(void 0),iE=()=>{const q=oa.useContext(U2);return q||(console.warn("Input 必须放在 Form 组件内使用"),{values:{},errors:{},setFieldValue:()=>{},setFieldError:()=>{},registerField:()=>{},unregisterField:()=>{},resetFields:()=>{},validateFields:async()=>!0})},oE=({children:q,onFinish:lt,initialValues:at={}})=>{const[M,St]=oa.useState(at),[xt,ie]=oa.useState({}),Z=oa.useRef({}),Vt=(qt,Tt)=>{St(pt=>({...pt,[qt]:Tt}))},ee=(qt,Tt)=>{ie(pt=>({...pt,[qt]:Tt}))},$e=(qt,Tt)=>{Z.current[qt]=Tt},F=qt=>{delete Z.current[qt]},yt=()=>{St(at),ie({})},kt=async()=>{const qt=Object.values(Z.current);return(await Promise.all(qt.map(pt=>pt()))).every(Boolean)},ut=async qt=>{qt.preventDefault(),await kt()&&(lt==null||lt(M))};return $t.jsx(U2.Provider,{value:{values:M,errors:xt,setFieldValue:Vt,setFieldError:ee,registerField:$e,unregisterField:F,validateFields:kt,resetFields:yt},children:$t.jsx("form",{onSubmit:ut,className:"ui-form-container",children:q})})};async function fE(q,lt=[],at){for(const M of lt){const St=M.trigger||"change";if(!(at&&St!==at)){if(M.required&&(q==null||q===""))return M.message||"该字段不能为空";if(M.validator)try{await M.validator(q)}catch(xt){return(xt==null?void 0:xt.message)||M.message||"校验失败"}}}return""}const sE=({name:q,label:lt,rules:at=[],children:M})=>{const{values:St,errors:xt,setFieldValue:ie,setFieldError:Z,registerField:Vt,unregisterField:ee}=iE(),$e=St[q]??"",F=xt[q]??"",yt=async(Tt=$e,pt)=>{const el=await fE(Tt,at,pt);return Z(q,el),!el};oa.useEffect(()=>(Vt(q,()=>yt($e)),()=>{ee(q)}),[q,$e,yt,Vt,ee]);const kt=async Tt=>{const pt=Tt.target.value;ie(q,pt),await yt(pt,"change")},ut=async Tt=>{const pt=Tt.target.value;await yt(pt,"blur")},qt=oa.cloneElement(M,{value:$e,onChange:kt,onBlur:ut,error:F});return $t.jsxs("div",{className:um("ui-form-item",{"is-error":F}),children:[lt&&$t.jsx("label",{className:"ui-form-label",children:lt}),qt,F&&$t.jsx("div",{className:"ui-form-error",children:F})]})},C2=({open:q,title:lt,children:at,footer:M,closable:St=!0,maskClosable:xt=!0,mask:ie=!0,keyboard:Z=!0,width:Vt=520,height:ee=200,okText:$e="确定",cancelText:F="取消",confirmLoading:yt=!1,onOk:kt,onClose:ut})=>{const[qt,Tt]=oa.useState(!1),pt=yt||qt;if(uE(q),oa.useEffect(()=>{if(!q||!Z)return;const We=xl=>{xl.key==="Escape"&&(ut==null||ut())};return document.addEventListener("keydown",We),()=>{document.removeEventListener("keydown",We)}},[q,Z,ut]),!q)return null;const el=async()=>{if(kt)try{const We=kt();We&&typeof We.then=="function"&&(Tt(!0),await We)}finally{Tt(!1)}},xe=$t.jsxs($t.Fragment,{children:[$t.jsx("button",{type:"button",className:"ui-btn ui-btn-default ui-btn-middle",onClick:ut,children:F}),$t.jsx("button",{type:"button",className:"ui-btn ui-btn-primary ui-btn-middle",onClick:el,disabled:pt,children:pt?"Loading...":$e})]}),Ol=$t.jsx("div",{className:"ui-modal-mask",style:{background:ie?"rgba(0, 0, 0, 0.45)":"transparent"},onClick:()=>{xt&&(ut==null||ut())},children:$t.jsxs("div",{className:"ui-modal",style:{width:Vt,height:ee},onClick:We=>We.stopPropagation(),children:[(lt||St)&&$t.jsxs("div",{className:"ui-modal-header",children:[$t.jsx("div",{className:"ui-modal-title",children:lt}),St&&$t.jsx("button",{type:"button",className:"ui-modal-close",onClick:ut,children:"×"})]}),$t.jsx("div",{className:"ui-modal-body",children:at}),M!==null&&$t.jsx("div",{className:"ui-modal-footer",children:M===void 0?xe:M})]})});return rS.createPortal(Ol,document.body)};var sS={exports:{}},ip={},Ng={exports:{}},oS={};/**
|
|
2
|
+
* @license React
|
|
3
|
+
* scheduler.production.js
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the MIT license found in the
|
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
|
9
|
+
*/var E2;function rE(){return E2||(E2=1,function(q){function lt(O,V){var L=O.length;O.push(V);t:for(;0<L;){var it=L-1>>>1,vt=O[it];if(0<St(vt,V))O[it]=V,O[L]=vt,L=it;else break t}}function at(O){return O.length===0?null:O[0]}function M(O){if(O.length===0)return null;var V=O[0],L=O.pop();if(L!==V){O[0]=L;t:for(var it=0,vt=O.length,Fe=vt>>>1;it<Fe;){var oe=2*(it+1)-1,jt=O[oe],_t=oe+1,Ml=O[_t];if(0>St(jt,L))_t<vt&&0>St(Ml,jt)?(O[it]=Ml,O[_t]=L,it=_t):(O[it]=jt,O[oe]=L,it=oe);else if(_t<vt&&0>St(Ml,L))O[it]=Ml,O[_t]=L,it=_t;else break t}}return V}function St(O,V){var L=O.sortIndex-V.sortIndex;return L!==0?L:O.id-V.id}if(q.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var xt=performance;q.unstable_now=function(){return xt.now()}}else{var ie=Date,Z=ie.now();q.unstable_now=function(){return ie.now()-Z}}var Vt=[],ee=[],$e=1,F=null,yt=3,kt=!1,ut=!1,qt=!1,Tt=!1,pt=typeof setTimeout=="function"?setTimeout:null,el=typeof clearTimeout=="function"?clearTimeout:null,xe=typeof setImmediate<"u"?setImmediate:null;function Ol(O){for(var V=at(ee);V!==null;){if(V.callback===null)M(ee);else if(V.startTime<=O)M(ee),V.sortIndex=V.expirationTime,lt(Vt,V);else break;V=at(ee)}}function We(O){if(qt=!1,Ol(O),!ut)if(at(Vt)!==null)ut=!0,xl||(xl=!0,wt());else{var V=at(ee);V!==null&&ra(We,V.startTime-O)}}var xl=!1,sl=-1,Zt=5,fa=-1;function P(){return Tt?!0:!(q.unstable_now()-fa<Zt)}function ll(){if(Tt=!1,xl){var O=q.unstable_now();fa=O;var V=!0;try{t:{ut=!1,qt&&(qt=!1,el(sl),sl=-1),kt=!0;var L=yt;try{e:{for(Ol(O),F=at(Vt);F!==null&&!(F.expirationTime>O&&P());){var it=F.callback;if(typeof it=="function"){F.callback=null,yt=F.priorityLevel;var vt=it(F.expirationTime<=O);if(O=q.unstable_now(),typeof vt=="function"){F.callback=vt,Ol(O),V=!0;break e}F===at(Vt)&&M(Vt),Ol(O)}else M(Vt);F=at(Vt)}if(F!==null)V=!0;else{var Fe=at(ee);Fe!==null&&ra(We,Fe.startTime-O),V=!1}}break t}finally{F=null,yt=L,kt=!1}V=void 0}}finally{V?wt():xl=!1}}}var wt;if(typeof xe=="function")wt=function(){xe(ll)};else if(typeof MessageChannel<"u"){var Yt=new MessageChannel,sa=Yt.port2;Yt.port1.onmessage=ll,wt=function(){sa.postMessage(null)}}else wt=function(){pt(ll,0)};function ra(O,V){sl=pt(function(){O(q.unstable_now())},V)}q.unstable_IdlePriority=5,q.unstable_ImmediatePriority=1,q.unstable_LowPriority=4,q.unstable_NormalPriority=3,q.unstable_Profiling=null,q.unstable_UserBlockingPriority=2,q.unstable_cancelCallback=function(O){O.callback=null},q.unstable_forceFrameRate=function(O){0>O||125<O?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):Zt=0<O?Math.floor(1e3/O):5},q.unstable_getCurrentPriorityLevel=function(){return yt},q.unstable_next=function(O){switch(yt){case 1:case 2:case 3:var V=3;break;default:V=yt}var L=yt;yt=V;try{return O()}finally{yt=L}},q.unstable_requestPaint=function(){Tt=!0},q.unstable_runWithPriority=function(O,V){switch(O){case 1:case 2:case 3:case 4:case 5:break;default:O=3}var L=yt;yt=O;try{return V()}finally{yt=L}},q.unstable_scheduleCallback=function(O,V,L){var it=q.unstable_now();switch(typeof L=="object"&&L!==null?(L=L.delay,L=typeof L=="number"&&0<L?it+L:it):L=it,O){case 1:var vt=-1;break;case 2:vt=250;break;case 5:vt=1073741823;break;case 4:vt=1e4;break;default:vt=5e3}return vt=L+vt,O={id:$e++,callback:V,priorityLevel:O,startTime:L,expirationTime:vt,sortIndex:-1},L>it?(O.sortIndex=L,lt(ee,O),at(Vt)===null&&O===at(ee)&&(qt?(el(sl),sl=-1):qt=!0,ra(We,L-it))):(O.sortIndex=vt,lt(Vt,O),ut||kt||(ut=!0,xl||(xl=!0,wt()))),O},q.unstable_shouldYield=P,q.unstable_wrapCallback=function(O){var V=yt;return function(){var L=yt;yt=V;try{return O.apply(this,arguments)}finally{yt=L}}}}(oS)),oS}var fS={};/**
|
|
10
|
+
* @license React
|
|
11
|
+
* scheduler.development.js
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
14
|
+
*
|
|
15
|
+
* This source code is licensed under the MIT license found in the
|
|
16
|
+
* LICENSE file in the root directory of this source tree.
|
|
17
|
+
*/var A2;function dE(){return A2||(A2=1,function(q){process.env.NODE_ENV!=="production"&&function(){function lt(){if(We=!1,fa){var O=q.unstable_now();wt=O;var V=!0;try{t:{xe=!1,Ol&&(Ol=!1,sl(P),P=-1),el=!0;var L=pt;try{e:{for(ie(O),Tt=M(kt);Tt!==null&&!(Tt.expirationTime>O&&Vt());){var it=Tt.callback;if(typeof it=="function"){Tt.callback=null,pt=Tt.priorityLevel;var vt=it(Tt.expirationTime<=O);if(O=q.unstable_now(),typeof vt=="function"){Tt.callback=vt,ie(O),V=!0;break e}Tt===M(kt)&&St(kt),ie(O)}else St(kt);Tt=M(kt)}if(Tt!==null)V=!0;else{var Fe=M(ut);Fe!==null&&ee(Z,Fe.startTime-O),V=!1}}break t}finally{Tt=null,pt=L,el=!1}V=void 0}}finally{V?Yt():fa=!1}}}function at(O,V){var L=O.length;O.push(V);t:for(;0<L;){var it=L-1>>>1,vt=O[it];if(0<xt(vt,V))O[it]=V,O[L]=vt,L=it;else break t}}function M(O){return O.length===0?null:O[0]}function St(O){if(O.length===0)return null;var V=O[0],L=O.pop();if(L!==V){O[0]=L;t:for(var it=0,vt=O.length,Fe=vt>>>1;it<Fe;){var oe=2*(it+1)-1,jt=O[oe],_t=oe+1,Ml=O[_t];if(0>xt(jt,L))_t<vt&&0>xt(Ml,jt)?(O[it]=Ml,O[_t]=L,it=_t):(O[it]=jt,O[oe]=L,it=oe);else if(_t<vt&&0>xt(Ml,L))O[it]=Ml,O[_t]=L,it=_t;else break t}}return V}function xt(O,V){var L=O.sortIndex-V.sortIndex;return L!==0?L:O.id-V.id}function ie(O){for(var V=M(ut);V!==null;){if(V.callback===null)St(ut);else if(V.startTime<=O)St(ut),V.sortIndex=V.expirationTime,at(kt,V);else break;V=M(ut)}}function Z(O){if(Ol=!1,ie(O),!xe)if(M(kt)!==null)xe=!0,fa||(fa=!0,Yt());else{var V=M(ut);V!==null&&ee(Z,V.startTime-O)}}function Vt(){return We?!0:!(q.unstable_now()-wt<ll)}function ee(O,V){P=xl(function(){O(q.unstable_now())},V)}if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error()),q.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var $e=performance;q.unstable_now=function(){return $e.now()}}else{var F=Date,yt=F.now();q.unstable_now=function(){return F.now()-yt}}var kt=[],ut=[],qt=1,Tt=null,pt=3,el=!1,xe=!1,Ol=!1,We=!1,xl=typeof setTimeout=="function"?setTimeout:null,sl=typeof clearTimeout=="function"?clearTimeout:null,Zt=typeof setImmediate<"u"?setImmediate:null,fa=!1,P=-1,ll=5,wt=-1;if(typeof Zt=="function")var Yt=function(){Zt(lt)};else if(typeof MessageChannel<"u"){var sa=new MessageChannel,ra=sa.port2;sa.port1.onmessage=lt,Yt=function(){ra.postMessage(null)}}else Yt=function(){xl(lt,0)};q.unstable_IdlePriority=5,q.unstable_ImmediatePriority=1,q.unstable_LowPriority=4,q.unstable_NormalPriority=3,q.unstable_Profiling=null,q.unstable_UserBlockingPriority=2,q.unstable_cancelCallback=function(O){O.callback=null},q.unstable_forceFrameRate=function(O){0>O||125<O?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):ll=0<O?Math.floor(1e3/O):5},q.unstable_getCurrentPriorityLevel=function(){return pt},q.unstable_next=function(O){switch(pt){case 1:case 2:case 3:var V=3;break;default:V=pt}var L=pt;pt=V;try{return O()}finally{pt=L}},q.unstable_requestPaint=function(){We=!0},q.unstable_runWithPriority=function(O,V){switch(O){case 1:case 2:case 3:case 4:case 5:break;default:O=3}var L=pt;pt=O;try{return V()}finally{pt=L}},q.unstable_scheduleCallback=function(O,V,L){var it=q.unstable_now();switch(typeof L=="object"&&L!==null?(L=L.delay,L=typeof L=="number"&&0<L?it+L:it):L=it,O){case 1:var vt=-1;break;case 2:vt=250;break;case 5:vt=1073741823;break;case 4:vt=1e4;break;default:vt=5e3}return vt=L+vt,O={id:qt++,callback:V,priorityLevel:O,startTime:L,expirationTime:vt,sortIndex:-1},L>it?(O.sortIndex=L,at(ut,O),M(kt)===null&&O===M(ut)&&(Ol?(sl(P),P=-1):Ol=!0,ee(Z,L-it))):(O.sortIndex=vt,at(kt,O),xe||el||(xe=!0,fa||(fa=!0,Yt()))),O},q.unstable_shouldYield=Vt,q.unstable_wrapCallback=function(O){var V=pt;return function(){var L=pt;pt=V;try{return O.apply(this,arguments)}finally{pt=L}}},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()}(fS)),fS}var z2;function _2(){return z2||(z2=1,process.env.NODE_ENV==="production"?Ng.exports=rE():Ng.exports=dE()),Ng.exports}/**
|
|
18
|
+
* @license React
|
|
19
|
+
* react-dom-client.production.js
|
|
20
|
+
*
|
|
21
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
22
|
+
*
|
|
23
|
+
* This source code is licensed under the MIT license found in the
|
|
24
|
+
* LICENSE file in the root directory of this source tree.
|
|
25
|
+
*/var D2;function hE(){if(D2)return ip;D2=1;var q=_2(),lt=oa,at=rS;function M(l){var n="https://react.dev/errors/"+l;if(1<arguments.length){n+="?args[]="+encodeURIComponent(arguments[1]);for(var u=2;u<arguments.length;u++)n+="&args[]="+encodeURIComponent(arguments[u])}return"Minified React error #"+l+"; visit "+n+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function St(l){return!(!l||l.nodeType!==1&&l.nodeType!==9&&l.nodeType!==11)}function xt(l){var n=l,u=l;if(l.alternate)for(;n.return;)n=n.return;else{l=n;do n=l,n.flags&4098&&(u=n.return),l=n.return;while(l)}return n.tag===3?u:null}function ie(l){if(l.tag===13){var n=l.memoizedState;if(n===null&&(l=l.alternate,l!==null&&(n=l.memoizedState)),n!==null)return n.dehydrated}return null}function Z(l){if(l.tag===31){var n=l.memoizedState;if(n===null&&(l=l.alternate,l!==null&&(n=l.memoizedState)),n!==null)return n.dehydrated}return null}function Vt(l){if(xt(l)!==l)throw Error(M(188))}function ee(l){var n=l.alternate;if(!n){if(n=xt(l),n===null)throw Error(M(188));return n!==l?null:l}for(var u=l,i=n;;){var s=u.return;if(s===null)break;var r=s.alternate;if(r===null){if(i=s.return,i!==null){u=i;continue}break}if(s.child===r.child){for(r=s.child;r;){if(r===u)return Vt(s),l;if(r===i)return Vt(s),n;r=r.sibling}throw Error(M(188))}if(u.return!==i.return)u=s,i=r;else{for(var m=!1,v=s.child;v;){if(v===u){m=!0,u=s,i=r;break}if(v===i){m=!0,i=s,u=r;break}v=v.sibling}if(!m){for(v=r.child;v;){if(v===u){m=!0,u=r,i=s;break}if(v===i){m=!0,i=r,u=s;break}v=v.sibling}if(!m)throw Error(M(189))}}if(u.alternate!==i)throw Error(M(190))}if(u.tag!==3)throw Error(M(188));return u.stateNode.current===u?l:n}function $e(l){var n=l.tag;if(n===5||n===26||n===27||n===6)return l;for(l=l.child;l!==null;){if(n=$e(l),n!==null)return n;l=l.sibling}return null}var F=Object.assign,yt=Symbol.for("react.element"),kt=Symbol.for("react.transitional.element"),ut=Symbol.for("react.portal"),qt=Symbol.for("react.fragment"),Tt=Symbol.for("react.strict_mode"),pt=Symbol.for("react.profiler"),el=Symbol.for("react.consumer"),xe=Symbol.for("react.context"),Ol=Symbol.for("react.forward_ref"),We=Symbol.for("react.suspense"),xl=Symbol.for("react.suspense_list"),sl=Symbol.for("react.memo"),Zt=Symbol.for("react.lazy"),fa=Symbol.for("react.activity"),P=Symbol.for("react.memo_cache_sentinel"),ll=Symbol.iterator;function wt(l){return l===null||typeof l!="object"?null:(l=ll&&l[ll]||l["@@iterator"],typeof l=="function"?l:null)}var Yt=Symbol.for("react.client.reference");function sa(l){if(l==null)return null;if(typeof l=="function")return l.$$typeof===Yt?null:l.displayName||l.name||null;if(typeof l=="string")return l;switch(l){case qt:return"Fragment";case pt:return"Profiler";case Tt:return"StrictMode";case We:return"Suspense";case xl:return"SuspenseList";case fa:return"Activity"}if(typeof l=="object")switch(l.$$typeof){case ut:return"Portal";case xe:return l.displayName||"Context";case el:return(l._context.displayName||"Context")+".Consumer";case Ol:var n=l.render;return l=l.displayName,l||(l=n.displayName||n.name||"",l=l!==""?"ForwardRef("+l+")":"ForwardRef"),l;case sl:return n=l.displayName||null,n!==null?n:sa(l.type)||"Memo";case Zt:n=l._payload,l=l._init;try{return sa(l(n))}catch{}}return null}var ra=Array.isArray,O=lt.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,V=at.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,L={pending:!1,data:null,method:null,action:null},it=[],vt=-1;function Fe(l){return{current:l}}function oe(l){0>vt||(l.current=it[vt],it[vt]=null,vt--)}function jt(l,n){vt++,it[vt]=l.current,l.current=n}var _t=Fe(null),Ml=Fe(null),sc=Fe(null),wf=Fe(null);function Jf(l,n){switch(jt(sc,n),jt(Ml,l),jt(_t,null),n.nodeType){case 9:case 11:l=(l=n.documentElement)&&(l=l.namespaceURI)?Dv(l):0;break;default:if(l=n.tagName,n=n.namespaceURI)n=Dv(n),l=l0(n,l);else switch(l){case"svg":l=1;break;case"math":l=2;break;default:l=0}}oe(_t),jt(_t,l)}function Hu(){oe(_t),oe(Ml),oe(sc)}function cm(l){l.memoizedState!==null&&jt(wf,l);var n=_t.current,u=l0(n,l.type);n!==u&&(jt(Ml,l),jt(_t,u))}function $(l){Ml.current===l&&(oe(_t),oe(Ml)),wf.current===l&&(oe(wf),or._currentValue=L)}var Kf,$f;function Qn(l){if(Kf===void 0)try{throw Error()}catch(u){var n=u.stack.trim().match(/\n( *(at )?)/);Kf=n&&n[1]||"",$f=-1<u.stack.indexOf(`
|
|
26
|
+
at`)?" (<anonymous>)":-1<u.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
27
|
+
`+Kf+l+$f}var Pc=!1;function fe(l,n){if(!l||Pc)return"";Pc=!0;var u=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var i={DetermineComponentFrameRoot:function(){try{if(n){var X=function(){throw Error()};if(Object.defineProperty(X.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(X,[])}catch(x){var _=x}Reflect.construct(l,[],X)}else{try{X.call()}catch(x){_=x}l.call(X.prototype)}}else{try{throw Error()}catch(x){_=x}(X=l())&&typeof X.catch=="function"&&X.catch(function(){})}}catch(x){if(x&&_&&typeof x.stack=="string")return[x.stack,_.stack]}return[null,null]}};i.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var s=Object.getOwnPropertyDescriptor(i.DetermineComponentFrameRoot,"name");s&&s.configurable&&Object.defineProperty(i.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var r=i.DetermineComponentFrameRoot(),m=r[0],v=r[1];if(m&&v){var T=m.split(`
|
|
28
|
+
`),C=v.split(`
|
|
29
|
+
`);for(s=i=0;i<T.length&&!T[i].includes("DetermineComponentFrameRoot");)i++;for(;s<C.length&&!C[s].includes("DetermineComponentFrameRoot");)s++;if(i===T.length||s===C.length)for(i=T.length-1,s=C.length-1;1<=i&&0<=s&&T[i]!==C[s];)s--;for(;1<=i&&0<=s;i--,s--)if(T[i]!==C[s]){if(i!==1||s!==1)do if(i--,s--,0>s||T[i]!==C[s]){var Y=`
|
|
30
|
+
`+T[i].replace(" at new "," at ");return l.displayName&&Y.includes("<anonymous>")&&(Y=Y.replace("<anonymous>",l.displayName)),Y}while(1<=i&&0<=s);break}}}finally{Pc=!1,Error.prepareStackTrace=u}return(u=l?l.displayName||l.name:"")?Qn(u):""}function im(l,n){switch(l.tag){case 26:case 27:case 5:return Qn(l.type);case 16:return Qn("Lazy");case 13:return l.child!==n&&n!==null?Qn("Suspense Fallback"):Qn("Suspense");case 19:return Qn("SuspenseList");case 0:case 15:return fe(l.type,!1);case 11:return fe(l.type.render,!1);case 1:return fe(l.type,!0);case 31:return Qn("Activity");default:return""}}function xr(l){try{var n="",u=null;do n+=im(l,u),u=l,l=l.return;while(l);return n}catch(i){return`
|
|
31
|
+
Error generating stack: `+i.message+`
|
|
32
|
+
`+i.stack}}var om=Object.prototype.hasOwnProperty,pe=q.unstable_scheduleCallback,fm=q.unstable_cancelCallback,ti=q.unstable_shouldYield,qr=q.unstable_requestPaint,Rl=q.unstable_now,xg=q.unstable_getCurrentPriorityLevel,Yr=q.unstable_ImmediatePriority,jr=q.unstable_UserBlockingPriority,rc=q.unstable_NormalPriority,qg=q.unstable_LowPriority,sm=q.unstable_IdlePriority,fp=q.log,sp=q.unstable_setDisableYieldValue,ei=null,da=null;function Bu(l){if(typeof fp=="function"&&sp(l),da&&typeof da.setStrictMode=="function")try{da.setStrictMode(ei,l)}catch{}}var Ll=Math.clz32?Math.clz32:rm,rp=Math.log,dp=Math.LN2;function rm(l){return l>>>=0,l===0?32:31-(rp(l)/dp|0)|0}var Nu=256,sn=262144,dc=4194304;function Ja(l){var n=l&42;if(n!==0)return n;switch(l&-l){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:return 64;case 128:return 128;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:return l&261888;case 262144:case 524288:case 1048576:case 2097152:return l&3932160;case 4194304:case 8388608:case 16777216:case 33554432:return l&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return l}}function Qe(l,n,u){var i=l.pendingLanes;if(i===0)return 0;var s=0,r=l.suspendedLanes,m=l.pingedLanes;l=l.warmLanes;var v=i&134217727;return v!==0?(i=v&~r,i!==0?s=Ja(i):(m&=v,m!==0?s=Ja(m):u||(u=v&~l,u!==0&&(s=Ja(u))))):(v=i&~r,v!==0?s=Ja(v):m!==0?s=Ja(m):u||(u=i&~l,u!==0&&(s=Ja(u)))),s===0?0:n!==0&&n!==s&&!(n&r)&&(r=s&-s,u=n&-n,r>=u||r===32&&(u&4194048)!==0)?n:s}function rn(l,n){return(l.pendingLanes&~(l.suspendedLanes&~l.pingedLanes)&n)===0}function ro(l,n){switch(l){case 1:case 2:case 4:case 8:case 64:return n+250;case 16:case 32: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+5e3;case 4194304:case 8388608:case 16777216:case 33554432:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function li(){var l=dc;return dc<<=1,!(dc&62914560)&&(dc=4194304),l}function Wf(l){for(var n=[],u=0;31>u;u++)n.push(l);return n}function ho(l,n){l.pendingLanes|=n,n!==268435456&&(l.suspendedLanes=0,l.pingedLanes=0,l.warmLanes=0)}function Gr(l,n,u,i,s,r){var m=l.pendingLanes;l.pendingLanes=u,l.suspendedLanes=0,l.pingedLanes=0,l.warmLanes=0,l.expiredLanes&=u,l.entangledLanes&=u,l.errorRecoveryDisabledLanes&=u,l.shellSuspendCounter=0;var v=l.entanglements,T=l.expirationTimes,C=l.hiddenUpdates;for(u=m&~u;0<u;){var Y=31-Ll(u),X=1<<Y;v[Y]=0,T[Y]=-1;var _=C[Y];if(_!==null)for(C[Y]=null,Y=0;Y<_.length;Y++){var x=_[Y];x!==null&&(x.lane&=-536870913)}u&=~X}i!==0&&Ff(l,i,0),r!==0&&s===0&&l.tag!==0&&(l.suspendedLanes|=r&~(m&~n))}function Ff(l,n,u){l.pendingLanes|=n,l.suspendedLanes&=~n;var i=31-Ll(n);l.entangledLanes|=n,l.entanglements[i]=l.entanglements[i]|1073741824|u&261930}function Vn(l,n){var u=l.entangledLanes|=n;for(l=l.entanglements;u;){var i=31-Ll(u),s=1<<i;s&n|l[i]&n&&(l[i]|=n),u&=~s}}function Ea(l,n){var u=n&-n;return u=u&42?1:Xr(u),u&(l.suspendedLanes|n)?0:u}function Xr(l){switch(l){case 2:l=1;break;case 8:l=4;break;case 32:l=16;break;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:l=128;break;case 268435456:l=134217728;break;default:l=0}return l}function dm(l){return l&=-l,2<l?8<l?l&134217727?32:268435456:8:2}function Qr(){var l=V.p;return l!==0?l:(l=window.event,l===void 0?32:fr(l.type))}function hm(l,n){var u=V.p;try{return V.p=l,n()}finally{V.p=u}}var dn=Math.random().toString(36).slice(2),se="__reactFiber$"+dn,wl="__reactProps$"+dn,hc="__reactContainer$"+dn,Vr="__reactEvents$"+dn,mm="__reactListeners$"+dn,hp="__reactHandles$"+dn,ym="__reactResources$"+dn,Zn="__reactMarker$"+dn;function Zr(l){delete l[se],delete l[wl],delete l[Vr],delete l[mm],delete l[hp]}function ai(l){var n=l[se];if(n)return n;for(var u=l.parentNode;u;){if(n=u[hc]||u[se]){if(u=n.alternate,n.child!==null||u!==null&&u.child!==null)for(l=Bn(l);l!==null;){if(u=l[se])return u;l=Bn(l)}return n}l=u,u=l.parentNode}return null}function ni(l){if(l=l[se]||l[hc]){var n=l.tag;if(n===5||n===6||n===13||n===31||n===26||n===27||n===3)return l}return null}function mo(l){var n=l.tag;if(n===5||n===26||n===27||n===6)return l.stateNode;throw Error(M(33))}function ui(l){var n=l[ym];return n||(n=l[ym]={hoistableStyles:new Map,hoistableScripts:new Map}),n}function le(l){l[Zn]=!0}var ci=new Set,mc={};function yc(l,n){Ln(l,n),Ln(l+"Capture",n)}function Ln(l,n){for(mc[l]=n,l=0;l<n.length;l++)ci.add(n[l])}var Lr=RegExp("^[: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]*$"),wr={},yo={};function po(l){return om.call(yo,l)?!0:om.call(wr,l)?!1:Lr.test(l)?yo[l]=!0:(wr[l]=!0,!1)}function vo(l,n,u){if(po(n))if(u===null)l.removeAttribute(n);else{switch(typeof u){case"undefined":case"function":case"symbol":l.removeAttribute(n);return;case"boolean":var i=n.toLowerCase().slice(0,5);if(i!=="data-"&&i!=="aria-"){l.removeAttribute(n);return}}l.setAttribute(n,""+u)}}function Jr(l,n,u){if(u===null)l.removeAttribute(n);else{switch(typeof u){case"undefined":case"function":case"symbol":case"boolean":l.removeAttribute(n);return}l.setAttribute(n,""+u)}}function xu(l,n,u,i){if(i===null)l.removeAttribute(u);else{switch(typeof i){case"undefined":case"function":case"symbol":case"boolean":l.removeAttribute(u);return}l.setAttributeNS(n,u,""+i)}}function Aa(l){switch(typeof l){case"bigint":case"boolean":case"number":case"string":case"undefined":return l;case"object":return l;default:return""}}function Kr(l){var n=l.type;return(l=l.nodeName)&&l.toLowerCase()==="input"&&(n==="checkbox"||n==="radio")}function pm(l,n,u){var i=Object.getOwnPropertyDescriptor(l.constructor.prototype,n);if(!l.hasOwnProperty(n)&&typeof i<"u"&&typeof i.get=="function"&&typeof i.set=="function"){var s=i.get,r=i.set;return Object.defineProperty(l,n,{configurable:!0,get:function(){return s.call(this)},set:function(m){u=""+m,r.call(this,m)}}),Object.defineProperty(l,n,{enumerable:i.enumerable}),{getValue:function(){return u},setValue:function(m){u=""+m},stopTracking:function(){l._valueTracker=null,delete l[n]}}}}function $r(l){if(!l._valueTracker){var n=Kr(l)?"checked":"value";l._valueTracker=pm(l,n,""+l[n])}}function vm(l){if(!l)return!1;var n=l._valueTracker;if(!n)return!0;var u=n.getValue(),i="";return l&&(i=Kr(l)?l.checked?"true":"false":l.value),l=i,l!==u?(n.setValue(l),!0):!1}function kf(l){if(l=l||(typeof document<"u"?document:void 0),typeof l>"u")return null;try{return l.activeElement||l.body}catch{return l.body}}var Yg=/[\n"\\]/g;function za(l){return l.replace(Yg,function(n){return"\\"+n.charCodeAt(0).toString(16)+" "})}function If(l,n,u,i,s,r,m,v){l.name="",m!=null&&typeof m!="function"&&typeof m!="symbol"&&typeof m!="boolean"?l.type=m:l.removeAttribute("type"),n!=null?m==="number"?(n===0&&l.value===""||l.value!=n)&&(l.value=""+Aa(n)):l.value!==""+Aa(n)&&(l.value=""+Aa(n)):m!=="submit"&&m!=="reset"||l.removeAttribute("value"),n!=null?ii(l,m,Aa(n)):u!=null?ii(l,m,Aa(u)):i!=null&&l.removeAttribute("value"),s==null&&r!=null&&(l.defaultChecked=!!r),s!=null&&(l.checked=s&&typeof s!="function"&&typeof s!="symbol"),v!=null&&typeof v!="function"&&typeof v!="symbol"&&typeof v!="boolean"?l.name=""+Aa(v):l.removeAttribute("name")}function Pf(l,n,u,i,s,r,m,v){if(r!=null&&typeof r!="function"&&typeof r!="symbol"&&typeof r!="boolean"&&(l.type=r),n!=null||u!=null){if(!(r!=="submit"&&r!=="reset"||n!=null)){$r(l);return}u=u!=null?""+Aa(u):"",n=n!=null?""+Aa(n):u,v||n===l.value||(l.value=n),l.defaultValue=n}i=i??s,i=typeof i!="function"&&typeof i!="symbol"&&!!i,l.checked=v?l.checked:!!i,l.defaultChecked=!!i,m!=null&&typeof m!="function"&&typeof m!="symbol"&&typeof m!="boolean"&&(l.name=m),$r(l)}function ii(l,n,u){n==="number"&&kf(l.ownerDocument)===l||l.defaultValue===""+u||(l.defaultValue=""+u)}function go(l,n,u,i){if(l=l.options,n){n={};for(var s=0;s<u.length;s++)n["$"+u[s]]=!0;for(u=0;u<l.length;u++)s=n.hasOwnProperty("$"+l[u].value),l[u].selected!==s&&(l[u].selected=s),s&&i&&(l[u].defaultSelected=!0)}else{for(u=""+Aa(u),n=null,s=0;s<l.length;s++){if(l[s].value===u){l[s].selected=!0,i&&(l[s].defaultSelected=!0);return}n!==null||l[s].disabled||(n=l[s])}n!==null&&(n.selected=!0)}}function gm(l,n,u){if(n!=null&&(n=""+Aa(n),n!==l.value&&(l.value=n),u==null)){l.defaultValue!==n&&(l.defaultValue=n);return}l.defaultValue=u!=null?""+Aa(u):""}function Sm(l,n,u,i){if(n==null){if(i!=null){if(u!=null)throw Error(M(92));if(ra(i)){if(1<i.length)throw Error(M(93));i=i[0]}u=i}u==null&&(u=""),n=u}u=Aa(n),l.defaultValue=u,i=l.textContent,i===u&&i!==""&&i!==null&&(l.value=i),$r(l)}function wn(l,n){if(n){var u=l.firstChild;if(u&&u===l.lastChild&&u.nodeType===3){u.nodeValue=n;return}}l.textContent=n}var mp=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" "));function yp(l,n,u){var i=n.indexOf("--")===0;u==null||typeof u=="boolean"||u===""?i?l.setProperty(n,""):n==="float"?l.cssFloat="":l[n]="":i?l.setProperty(n,u):typeof u!="number"||u===0||mp.has(n)?n==="float"?l.cssFloat=u:l[n]=(""+u).trim():l[n]=u+"px"}function pp(l,n,u){if(n!=null&&typeof n!="object")throw Error(M(62));if(l=l.style,u!=null){for(var i in u)!u.hasOwnProperty(i)||n!=null&&n.hasOwnProperty(i)||(i.indexOf("--")===0?l.setProperty(i,""):i==="float"?l.cssFloat="":l[i]="");for(var s in n)i=n[s],n.hasOwnProperty(s)&&u[s]!==i&&yp(l,s,i)}else for(var r in n)n.hasOwnProperty(r)&&yp(l,r,n[r])}function bm(l){if(l.indexOf("-")===-1)return!1;switch(l){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 jg=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["crossOrigin","crossorigin"],["accentHeight","accent-height"],["alignmentBaseline","alignment-baseline"],["arabicForm","arabic-form"],["baselineShift","baseline-shift"],["capHeight","cap-height"],["clipPath","clip-path"],["clipRule","clip-rule"],["colorInterpolation","color-interpolation"],["colorInterpolationFilters","color-interpolation-filters"],["colorProfile","color-profile"],["colorRendering","color-rendering"],["dominantBaseline","dominant-baseline"],["enableBackground","enable-background"],["fillOpacity","fill-opacity"],["fillRule","fill-rule"],["floodColor","flood-color"],["floodOpacity","flood-opacity"],["fontFamily","font-family"],["fontSize","font-size"],["fontSizeAdjust","font-size-adjust"],["fontStretch","font-stretch"],["fontStyle","font-style"],["fontVariant","font-variant"],["fontWeight","font-weight"],["glyphName","glyph-name"],["glyphOrientationHorizontal","glyph-orientation-horizontal"],["glyphOrientationVertical","glyph-orientation-vertical"],["horizAdvX","horiz-adv-x"],["horizOriginX","horiz-origin-x"],["imageRendering","image-rendering"],["letterSpacing","letter-spacing"],["lightingColor","lighting-color"],["markerEnd","marker-end"],["markerMid","marker-mid"],["markerStart","marker-start"],["overlinePosition","overline-position"],["overlineThickness","overline-thickness"],["paintOrder","paint-order"],["panose-1","panose-1"],["pointerEvents","pointer-events"],["renderingIntent","rendering-intent"],["shapeRendering","shape-rendering"],["stopColor","stop-color"],["stopOpacity","stop-opacity"],["strikethroughPosition","strikethrough-position"],["strikethroughThickness","strikethrough-thickness"],["strokeDasharray","stroke-dasharray"],["strokeDashoffset","stroke-dashoffset"],["strokeLinecap","stroke-linecap"],["strokeLinejoin","stroke-linejoin"],["strokeMiterlimit","stroke-miterlimit"],["strokeOpacity","stroke-opacity"],["strokeWidth","stroke-width"],["textAnchor","text-anchor"],["textDecoration","text-decoration"],["textRendering","text-rendering"],["transformOrigin","transform-origin"],["underlinePosition","underline-position"],["underlineThickness","underline-thickness"],["unicodeBidi","unicode-bidi"],["unicodeRange","unicode-range"],["unitsPerEm","units-per-em"],["vAlphabetic","v-alphabetic"],["vHanging","v-hanging"],["vIdeographic","v-ideographic"],["vMathematical","v-mathematical"],["vectorEffect","vector-effect"],["vertAdvY","vert-adv-y"],["vertOriginX","vert-origin-x"],["vertOriginY","vert-origin-y"],["wordSpacing","word-spacing"],["writingMode","writing-mode"],["xmlnsXlink","xmlns:xlink"],["xHeight","x-height"]]),ts=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i;function Ka(l){return ts.test(""+l)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":l}function hn(){}var Wr=null;function Fr(l){return l=l.target||l.srcElement||window,l.correspondingUseElement&&(l=l.correspondingUseElement),l.nodeType===3?l.parentNode:l}var Jn=null,oi=null;function es(l){var n=ni(l);if(n&&(l=n.stateNode)){var u=l[wl]||null;t:switch(l=n.stateNode,n.type){case"input":if(If(l,u.value,u.defaultValue,u.defaultValue,u.checked,u.defaultChecked,u.type,u.name),n=u.name,u.type==="radio"&&n!=null){for(u=l;u.parentNode;)u=u.parentNode;for(u=u.querySelectorAll('input[name="'+za(""+n)+'"][type="radio"]'),n=0;n<u.length;n++){var i=u[n];if(i!==l&&i.form===l.form){var s=i[wl]||null;if(!s)throw Error(M(90));If(i,s.value,s.defaultValue,s.defaultValue,s.checked,s.defaultChecked,s.type,s.name)}}for(n=0;n<u.length;n++)i=u[n],i.form===l.form&&vm(i)}break t;case"textarea":gm(l,u.value,u.defaultValue);break t;case"select":n=u.value,n!=null&&go(l,!!u.multiple,n,!1)}}}var So=!1;function Tm(l,n,u){if(So)return l(n,u);So=!0;try{var i=l(n);return i}finally{if(So=!1,(Jn!==null||oi!==null)&&(ef(),Jn&&(n=Jn,l=oi,oi=Jn=null,es(n),l)))for(n=0;n<l.length;n++)es(l[n])}}function rl(l,n){var u=l.stateNode;if(u===null)return null;var i=u[wl]||null;if(i===null)return null;u=i[n];t:switch(n){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(i=!i.disabled)||(l=l.type,i=!(l==="button"||l==="input"||l==="select"||l==="textarea")),l=!i;break t;default:l=!1}if(l)return null;if(u&&typeof u!="function")throw Error(M(231,n,typeof u));return u}var qu=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),ls=!1;if(qu)try{var bo={};Object.defineProperty(bo,"passive",{get:function(){ls=!0}}),window.addEventListener("test",bo,bo),window.removeEventListener("test",bo,bo)}catch{ls=!1}var Yu=null,Em=null,kr=null;function Am(){if(kr)return kr;var l,n=Em,u=n.length,i,s="value"in Yu?Yu.value:Yu.textContent,r=s.length;for(l=0;l<u&&n[l]===s[l];l++);var m=u-l;for(i=1;i<=m&&n[u-i]===s[r-i];i++);return kr=s.slice(l,1<i?1-i:void 0)}function Ir(l){var n=l.keyCode;return"charCode"in l?(l=l.charCode,l===0&&n===13&&(l=13)):l=n,l===10&&(l=13),32<=l||l===13?l:0}function as(){return!0}function vp(){return!1}function Ul(l){function n(u,i,s,r,m){this._reactName=u,this._targetInst=s,this.type=i,this.nativeEvent=r,this.target=m,this.currentTarget=null;for(var v in l)l.hasOwnProperty(v)&&(u=l[v],this[v]=u?u(r):r[v]);return this.isDefaultPrevented=(r.defaultPrevented!=null?r.defaultPrevented:r.returnValue===!1)?as:vp,this.isPropagationStopped=vp,this}return F(n.prototype,{preventDefault:function(){this.defaultPrevented=!0;var u=this.nativeEvent;u&&(u.preventDefault?u.preventDefault():typeof u.returnValue!="unknown"&&(u.returnValue=!1),this.isDefaultPrevented=as)},stopPropagation:function(){var u=this.nativeEvent;u&&(u.stopPropagation?u.stopPropagation():typeof u.cancelBubble!="unknown"&&(u.cancelBubble=!0),this.isPropagationStopped=as)},persist:function(){},isPersistent:as}),n}var pc={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(l){return l.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},ns=Ul(pc),To=F({},pc,{view:0,detail:0}),Gg=Ul(To),zm,Dm,us,Pr=F({},To,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:$a,button:0,buttons:0,relatedTarget:function(l){return l.relatedTarget===void 0?l.fromElement===l.srcElement?l.toElement:l.fromElement:l.relatedTarget},movementX:function(l){return"movementX"in l?l.movementX:(l!==us&&(us&&l.type==="mousemove"?(zm=l.screenX-us.screenX,Dm=l.screenY-us.screenY):Dm=zm=0,us=l),zm)},movementY:function(l){return"movementY"in l?l.movementY:Dm}}),Eo=Ul(Pr),gp=F({},Pr,{dataTransfer:0}),Sp=Ul(gp),bp=F({},To,{relatedTarget:0}),td=Ul(bp),Om=F({},pc,{animationName:0,elapsedTime:0,pseudoElement:0}),Tp=Ul(Om),fi=F({},pc,{clipboardData:function(l){return"clipboardData"in l?l.clipboardData:window.clipboardData}}),si=Ul(fi),mn=F({},pc,{data:0}),Ep=Ul(mn),Mm={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Kn={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"},Ap={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function yn(l){var n=this.nativeEvent;return n.getModifierState?n.getModifierState(l):(l=Ap[l])?!!n[l]:!1}function $a(){return yn}var ed=F({},To,{key:function(l){if(l.key){var n=Mm[l.key]||l.key;if(n!=="Unidentified")return n}return l.type==="keypress"?(l=Ir(l),l===13?"Enter":String.fromCharCode(l)):l.type==="keydown"||l.type==="keyup"?Kn[l.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:$a,charCode:function(l){return l.type==="keypress"?Ir(l):0},keyCode:function(l){return l.type==="keydown"||l.type==="keyup"?l.keyCode:0},which:function(l){return l.type==="keypress"?Ir(l):l.type==="keydown"||l.type==="keyup"?l.keyCode:0}}),ld=Ul(ed),Rm=F({},Pr,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),pn=Ul(Rm),Xg=F({},To,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:$a}),zp=Ul(Xg),Dp=F({},pc,{propertyName:0,elapsedTime:0,pseudoElement:0}),Qg=Ul(Dp),Um=F({},Pr,{deltaX:function(l){return"deltaX"in l?l.deltaX:"wheelDeltaX"in l?-l.wheelDeltaX:0},deltaY:function(l){return"deltaY"in l?l.deltaY:"wheelDeltaY"in l?-l.wheelDeltaY:"wheelDelta"in l?-l.wheelDelta:0},deltaZ:0,deltaMode:0}),Vg=Ul(Um),Op=F({},pc,{newState:0,oldState:0}),Cm=Ul(Op),ad=[9,13,27,32],Ao=qu&&"CompositionEvent"in window,ri=null;qu&&"documentMode"in document&&(ri=document.documentMode);var ql=qu&&"TextEvent"in window&&!ri,_m=qu&&(!Ao||ri&&8<ri&&11>=ri),cs=" ",vc=!1;function nd(l,n){switch(l){case"keyup":return ad.indexOf(n.keyCode)!==-1;case"keydown":return n.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Hm(l){return l=l.detail,typeof l=="object"&&"data"in l?l.data:null}var di=!1;function Mp(l,n){switch(l){case"compositionend":return Hm(n);case"keypress":return n.which!==32?null:(vc=!0,cs);case"textInput":return l=n.data,l===cs&&vc?null:l;default:return null}}function Zg(l,n){if(di)return l==="compositionend"||!Ao&&nd(l,n)?(l=Am(),kr=Em=Yu=null,di=!1,l):null;switch(l){case"paste":return null;case"keypress":if(!(n.ctrlKey||n.altKey||n.metaKey)||n.ctrlKey&&n.altKey){if(n.char&&1<n.char.length)return n.char;if(n.which)return String.fromCharCode(n.which)}return null;case"compositionend":return _m&&n.locale!=="ko"?null:n.data;default:return null}}var Bm={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 $n(l){var n=l&&l.nodeName&&l.nodeName.toLowerCase();return n==="input"?!!Bm[l.type]:n==="textarea"}function Nm(l,n,u,i){Jn?oi?oi.push(i):oi=[i]:Jn=i,n=lr(n,"onChange"),0<n.length&&(u=new ns("onChange","change",null,u,i),l.push({event:u,listeners:n}))}var hi=null,gc=null;function mi(l){Ev(l,0)}function zo(l){var n=mo(l);if(vm(n))return l}function xm(l,n){if(l==="change")return n}var ud=!1;if(qu){var Jl;if(qu){var vn="oninput"in document;if(!vn){var qm=document.createElement("div");qm.setAttribute("oninput","return;"),vn=typeof qm.oninput=="function"}Jl=vn}else Jl=!1;ud=Jl&&(!document.documentMode||9<document.documentMode)}function cd(){hi&&(hi.detachEvent("onpropertychange",id),gc=hi=null)}function id(l){if(l.propertyName==="value"&&zo(gc)){var n=[];Nm(n,gc,l,Fr(l)),Tm(mi,n)}}function Rp(l,n,u){l==="focusin"?(cd(),hi=n,gc=u,hi.attachEvent("onpropertychange",id)):l==="focusout"&&cd()}function Up(l){if(l==="selectionchange"||l==="keyup"||l==="keydown")return zo(gc)}function Sc(l,n){if(l==="click")return zo(n)}function yi(l,n){if(l==="input"||l==="change")return zo(n)}function Cp(l,n){return l===n&&(l!==0||1/l===1/n)||l!==l&&n!==n}var Yl=typeof Object.is=="function"?Object.is:Cp;function Wa(l,n){if(Yl(l,n))return!0;if(typeof l!="object"||l===null||typeof n!="object"||n===null)return!1;var u=Object.keys(l),i=Object.keys(n);if(u.length!==i.length)return!1;for(i=0;i<u.length;i++){var s=u[i];if(!om.call(n,s)||!Yl(l[s],n[s]))return!1}return!0}function Ym(l){for(;l&&l.firstChild;)l=l.firstChild;return l}function jm(l,n){var u=Ym(l);l=0;for(var i;u;){if(u.nodeType===3){if(i=l+u.textContent.length,l<=n&&i>=n)return{node:u,offset:n-l};l=i}t:{for(;u;){if(u.nextSibling){u=u.nextSibling;break t}u=u.parentNode}u=void 0}u=Ym(u)}}function pi(l,n){return l&&n?l===n?!0:l&&l.nodeType===3?!1:n&&n.nodeType===3?pi(l,n.parentNode):"contains"in l?l.contains(n):l.compareDocumentPosition?!!(l.compareDocumentPosition(n)&16):!1:!1}function bc(l){l=l!=null&&l.ownerDocument!=null&&l.ownerDocument.defaultView!=null?l.ownerDocument.defaultView:window;for(var n=kf(l.document);n instanceof l.HTMLIFrameElement;){try{var u=typeof n.contentWindow.location.href=="string"}catch{u=!1}if(u)l=n.contentWindow;else break;n=kf(l.document)}return n}function is(l){var n=l&&l.nodeName&&l.nodeName.toLowerCase();return n&&(n==="input"&&(l.type==="text"||l.type==="search"||l.type==="tel"||l.type==="url"||l.type==="password")||n==="textarea"||l.contentEditable==="true")}var os=qu&&"documentMode"in document&&11>=document.documentMode,Tc=null,Do=null,Fa=null,gn=!1;function od(l,n,u){var i=u.window===u?u.document:u.nodeType===9?u:u.ownerDocument;gn||Tc==null||Tc!==kf(i)||(i=Tc,"selectionStart"in i&&is(i)?i={start:i.selectionStart,end:i.selectionEnd}:(i=(i.ownerDocument&&i.ownerDocument.defaultView||window).getSelection(),i={anchorNode:i.anchorNode,anchorOffset:i.anchorOffset,focusNode:i.focusNode,focusOffset:i.focusOffset}),Fa&&Wa(Fa,i)||(Fa=i,i=lr(Do,"onSelect"),0<i.length&&(n=new ns("onSelect","select",null,n,u),l.push({event:n,listeners:i}),n.target=Tc)))}function ju(l,n){var u={};return u[l.toLowerCase()]=n.toLowerCase(),u["Webkit"+l]="webkit"+n,u["Moz"+l]="moz"+n,u}var Sn={animationend:ju("Animation","AnimationEnd"),animationiteration:ju("Animation","AnimationIteration"),animationstart:ju("Animation","AnimationStart"),transitionrun:ju("Transition","TransitionRun"),transitionstart:ju("Transition","TransitionStart"),transitioncancel:ju("Transition","TransitionCancel"),transitionend:ju("Transition","TransitionEnd")},Oo={},Ec={};qu&&(Ec=document.createElement("div").style,"AnimationEvent"in window||(delete Sn.animationend.animation,delete Sn.animationiteration.animation,delete Sn.animationstart.animation),"TransitionEvent"in window||delete Sn.transitionend.transition);function It(l){if(Oo[l])return Oo[l];if(!Sn[l])return l;var n=Sn[l],u;for(u in n)if(n.hasOwnProperty(u)&&u in Ec)return Oo[l]=n[u];return l}var fs=It("animationend"),Gm=It("animationiteration"),fd=It("animationstart"),vi=It("transitionrun"),ss=It("transitionstart"),Wn=It("transitioncancel"),_p=It("transitionend"),Fn=new Map,Mo="abort auxClick beforeToggle 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(" ");Mo.push("scrollEnd");function Kl(l,n){Fn.set(l,n),yc(n,[l])}var gi=typeof reportError=="function"?reportError:function(l){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var n=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof l=="object"&&l!==null&&typeof l.message=="string"?String(l.message):String(l),error:l});if(!window.dispatchEvent(n))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",l);return}console.error(l)},ze=[],dl=0,ka=0;function Da(){for(var l=dl,n=ka=dl=0;n<l;){var u=ze[n];ze[n++]=null;var i=ze[n];ze[n++]=null;var s=ze[n];ze[n++]=null;var r=ze[n];if(ze[n++]=null,i!==null&&s!==null){var m=i.pending;m===null?s.next=s:(s.next=m.next,m.next=s),i.pending=s}r!==0&&sd(u,s,r)}}function Oa(l,n,u,i){ze[dl++]=l,ze[dl++]=n,ze[dl++]=u,ze[dl++]=i,ka|=i,l.lanes|=i,l=l.alternate,l!==null&&(l.lanes|=i)}function Ia(l,n,u,i){return Oa(l,n,u,i),rs(l)}function Gu(l,n){return Oa(l,null,null,n),rs(l)}function sd(l,n,u){l.lanes|=u;var i=l.alternate;i!==null&&(i.lanes|=u);for(var s=!1,r=l.return;r!==null;)r.childLanes|=u,i=r.alternate,i!==null&&(i.childLanes|=u),r.tag===22&&(l=r.stateNode,l===null||l._visibility&1||(s=!0)),l=r,r=r.return;return l.tag===3?(r=l.stateNode,s&&n!==null&&(s=31-Ll(u),l=r.hiddenUpdates,i=l[s],i===null?l[s]=[n]:i.push(n),n.lane=u|536870912),r):null}function rs(l){if(50<tf)throw tf=0,Ks=null,Error(M(185));for(var n=l.return;n!==null;)l=n,n=l.return;return l.tag===3?l.stateNode:null}var $l={};function Hp(l,n,u,i){this.tag=l,this.key=u,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=n,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=i,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function qe(l,n,u,i){return new Hp(l,n,u,i)}function Si(l){return l=l.prototype,!(!l||!l.isReactComponent)}function Xu(l,n){var u=l.alternate;return u===null?(u=qe(l.tag,n,l.key,l.mode),u.elementType=l.elementType,u.type=l.type,u.stateNode=l.stateNode,u.alternate=l,l.alternate=u):(u.pendingProps=n,u.type=l.type,u.flags=0,u.subtreeFlags=0,u.deletions=null),u.flags=l.flags&65011712,u.childLanes=l.childLanes,u.lanes=l.lanes,u.child=l.child,u.memoizedProps=l.memoizedProps,u.memoizedState=l.memoizedState,u.updateQueue=l.updateQueue,n=l.dependencies,u.dependencies=n===null?null:{lanes:n.lanes,firstContext:n.firstContext},u.sibling=l.sibling,u.index=l.index,u.ref=l.ref,u.refCleanup=l.refCleanup,u}function Xm(l,n){l.flags&=65011714;var u=l.alternate;return u===null?(l.childLanes=0,l.lanes=n,l.child=null,l.subtreeFlags=0,l.memoizedProps=null,l.memoizedState=null,l.updateQueue=null,l.dependencies=null,l.stateNode=null):(l.childLanes=u.childLanes,l.lanes=u.lanes,l.child=u.child,l.subtreeFlags=0,l.deletions=null,l.memoizedProps=u.memoizedProps,l.memoizedState=u.memoizedState,l.updateQueue=u.updateQueue,l.type=u.type,n=u.dependencies,l.dependencies=n===null?null:{lanes:n.lanes,firstContext:n.firstContext}),l}function rd(l,n,u,i,s,r){var m=0;if(i=l,typeof l=="function")Si(l)&&(m=1);else if(typeof l=="string")m=f0(l,u,_t.current)?26:l==="html"||l==="head"||l==="body"?27:5;else t:switch(l){case fa:return l=qe(31,u,n,s),l.elementType=fa,l.lanes=r,l;case qt:return Qu(u.children,s,r,n);case Tt:m=8,s|=24;break;case pt:return l=qe(12,u,n,s|2),l.elementType=pt,l.lanes=r,l;case We:return l=qe(13,u,n,s),l.elementType=We,l.lanes=r,l;case xl:return l=qe(19,u,n,s),l.elementType=xl,l.lanes=r,l;default:if(typeof l=="object"&&l!==null)switch(l.$$typeof){case xe:m=10;break t;case el:m=9;break t;case Ol:m=11;break t;case sl:m=14;break t;case Zt:m=16,i=null;break t}m=29,u=Error(M(130,l===null?"null":typeof l,"")),i=null}return n=qe(m,u,n,s),n.elementType=l,n.type=i,n.lanes=r,n}function Qu(l,n,u,i){return l=qe(7,l,i,n),l.lanes=u,l}function Ro(l,n,u){return l=qe(6,l,null,n),l.lanes=u,l}function Qm(l){var n=qe(18,null,null,0);return n.stateNode=l,n}function dd(l,n,u){return n=qe(4,l.children!==null?l.children:[],l.key,n),n.lanes=u,n.stateNode={containerInfo:l.containerInfo,pendingChildren:null,implementation:l.implementation},n}var Vm=new WeakMap;function Ma(l,n){if(typeof l=="object"&&l!==null){var u=Vm.get(l);return u!==void 0?u:(n={value:l,source:n,stack:xr(n)},Vm.set(l,n),n)}return{value:l,source:n,stack:xr(n)}}var Ra=[],bi=0,ds=null,Ve=0,ha=[],Wl=0,bn=null,ma=1,Tn="";function Pa(l,n){Ra[bi++]=Ve,Ra[bi++]=ds,ds=l,Ve=n}function Zm(l,n,u){ha[Wl++]=ma,ha[Wl++]=Tn,ha[Wl++]=bn,bn=l;var i=ma;l=Tn;var s=32-Ll(i)-1;i&=~(1<<s),u+=1;var r=32-Ll(n)+s;if(30<r){var m=s-s%5;r=(i&(1<<m)-1).toString(32),i>>=m,s-=m,ma=1<<32-Ll(n)+s|u<<s|i,Tn=r+l}else ma=1<<r|u<<s|i,Tn=l}function Uo(l){l.return!==null&&(Pa(l,1),Zm(l,1,0))}function hd(l){for(;l===ds;)ds=Ra[--bi],Ra[bi]=null,Ve=Ra[--bi],Ra[bi]=null;for(;l===bn;)bn=ha[--Wl],ha[Wl]=null,Tn=ha[--Wl],ha[Wl]=null,ma=ha[--Wl],ha[Wl]=null}function hs(l,n){ha[Wl++]=ma,ha[Wl++]=Tn,ha[Wl++]=bn,ma=n.id,Tn=n.overflow,bn=l}var hl=null,ve=null,Bt=!1,kn=null,al=!1,In=Error(M(519));function tn(l){var n=Error(M(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?"text":"HTML",""));throw _o(Ma(n,l)),In}function ms(l){var n=l.stateNode,u=l.type,i=l.memoizedProps;switch(n[se]=l,n[wl]=i,u){case"dialog":Ht("cancel",n),Ht("close",n);break;case"iframe":case"object":case"embed":Ht("load",n);break;case"video":case"audio":for(u=0;u<cf.length;u++)Ht(cf[u],n);break;case"source":Ht("error",n);break;case"img":case"image":case"link":Ht("error",n),Ht("load",n);break;case"details":Ht("toggle",n);break;case"input":Ht("invalid",n),Pf(n,i.value,i.defaultValue,i.checked,i.defaultChecked,i.type,i.name,!0);break;case"select":Ht("invalid",n);break;case"textarea":Ht("invalid",n),Sm(n,i.value,i.defaultValue,i.children)}u=i.children,typeof u!="string"&&typeof u!="number"&&typeof u!="bigint"||n.textContent===""+u||i.suppressHydrationWarning===!0||Iy(n.textContent,u)?(i.popover!=null&&(Ht("beforetoggle",n),Ht("toggle",n)),i.onScroll!=null&&Ht("scroll",n),i.onScrollEnd!=null&&Ht("scrollend",n),i.onClick!=null&&(n.onclick=hn),n=!0):n=!1,n||tn(l,!0)}function Co(l){for(hl=l.return;hl;)switch(hl.tag){case 5:case 31:case 13:al=!1;return;case 27:case 3:al=!0;return;default:hl=hl.return}}function Pn(l){if(l!==hl)return!1;if(!Bt)return Co(l),Bt=!0,!1;var n=l.tag,u;if((u=n!==3&&n!==27)&&((u=n===5)&&(u=l.type,u=!(u!=="form"&&u!=="button")||ff(l.type,l.memoizedProps)),u=!u),u&&ve&&tn(l),Co(l),n===13){if(l=l.memoizedState,l=l!==null?l.dehydrated:null,!l)throw Error(M(317));ve=ph(l)}else if(n===31){if(l=l.memoizedState,l=l!==null?l.dehydrated:null,!l)throw Error(M(317));ve=ph(l)}else n===27?(n=ve,Hn(l.type)?(l=ur,ur=null,ve=l):ve=n):ve=hl?ua(l.stateNode.nextSibling):null;return!0}function Ac(){ve=hl=null,Bt=!1}function Lm(){var l=kn;return l!==null&&(Be===null?Be=l:Be.push.apply(Be,l),kn=null),l}function _o(l){kn===null?kn=[l]:kn.push(l)}var md=Fe(null),Vu=null,En=null;function Fl(l,n,u){jt(md,n._currentValue),n._currentValue=u}function An(l){l._currentValue=md.current,oe(md)}function yd(l,n,u){for(;l!==null;){var i=l.alternate;if((l.childLanes&n)!==n?(l.childLanes|=n,i!==null&&(i.childLanes|=n)):i!==null&&(i.childLanes&n)!==n&&(i.childLanes|=n),l===u)break;l=l.return}}function tu(l,n,u,i){var s=l.child;for(s!==null&&(s.return=l);s!==null;){var r=s.dependencies;if(r!==null){var m=s.child;r=r.firstContext;t:for(;r!==null;){var v=r;r=s;for(var T=0;T<n.length;T++)if(v.context===n[T]){r.lanes|=u,v=r.alternate,v!==null&&(v.lanes|=u),yd(r.return,u,l),i||(m=null);break t}r=v.next}}else if(s.tag===18){if(m=s.return,m===null)throw Error(M(341));m.lanes|=u,r=m.alternate,r!==null&&(r.lanes|=u),yd(m,u,l),m=null}else m=s.child;if(m!==null)m.return=s;else for(m=s;m!==null;){if(m===l){m=null;break}if(s=m.sibling,s!==null){s.return=m.return,m=s;break}m=m.return}s=m}}function ml(l,n,u,i){l=null;for(var s=n,r=!1;s!==null;){if(!r){if(s.flags&524288)r=!0;else if(s.flags&262144)break}if(s.tag===10){var m=s.alternate;if(m===null)throw Error(M(387));if(m=m.memoizedProps,m!==null){var v=s.type;Yl(s.pendingProps.value,m.value)||(l!==null?l.push(v):l=[v])}}else if(s===wf.current){if(m=s.alternate,m===null)throw Error(M(387));m.memoizedState.memoizedState!==s.memoizedState.memoizedState&&(l!==null?l.push(or):l=[or])}s=s.return}l!==null&&tu(n,l,u,i),n.flags|=262144}function Ti(l){for(l=l.firstContext;l!==null;){if(!Yl(l.context._currentValue,l.memoizedValue))return!0;l=l.next}return!1}function dt(l){Vu=l,En=null,l=l.dependencies,l!==null&&(l.firstContext=null)}function Q(l){return ys(Vu,l)}function Zu(l,n){return Vu===null&&dt(l),ys(l,n)}function ys(l,n){var u=n._currentValue;if(n={context:n,memoizedValue:u,next:null},En===null){if(l===null)throw Error(M(308));En=n,l.dependencies={lanes:0,firstContext:n},l.flags|=524288}else En=En.next=n;return u}var Ye=typeof AbortController<"u"?AbortController:function(){var l=[],n=this.signal={aborted:!1,addEventListener:function(u,i){l.push(i)}};this.abort=function(){n.aborted=!0,l.forEach(function(u){return u()})}},wm=q.unstable_scheduleCallback,Jm=q.unstable_NormalPriority,Ze={$$typeof:xe,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function ps(){return{controller:new Ye,data:new Map,refCount:0}}function vs(l){l.refCount--,l.refCount===0&&wm(Jm,function(){l.controller.abort()})}var Ei=null,gs=0,zc=0,ke=null;function ae(l,n){if(Ei===null){var u=Ei=[];gs=0,zc=oh(),ke={status:"pending",value:void 0,then:function(i){u.push(i)}}}return gs++,n.then(Ss,Ss),n}function Ss(){if(--gs===0&&Ei!==null){ke!==null&&(ke.status="fulfilled");var l=Ei;Ei=null,zc=0,ke=null;for(var n=0;n<l.length;n++)(0,l[n])()}}function bs(l,n){var u=[],i={status:"pending",value:null,reason:null,then:function(s){u.push(s)}};return l.then(function(){i.status="fulfilled",i.value=n;for(var s=0;s<u.length;s++)(0,u[s])(n)},function(s){for(i.status="rejected",i.reason=s,s=0;s<u.length;s++)(0,u[s])(void 0)}),i}var Lu=O.S;O.S=function(l,n){Gy=Rl(),typeof n=="object"&&n!==null&&typeof n.then=="function"&&ae(l,n),Lu!==null&&Lu(l,n)};var Ua=Fe(null);function Ca(){var l=Ua.current;return l!==null?l:de.pooledCache}function Ho(l,n){n===null?jt(Ua,Ua.current):jt(Ua,n.pool)}function Ai(){var l=Ca();return l===null?null:{parent:Ze._currentValue,pool:l}}var Dc=Error(M(460)),zi=Error(M(474)),Bo=Error(M(542)),Di={then:function(){}};function Km(l){return l=l.status,l==="fulfilled"||l==="rejected"}function $m(l,n,u){switch(u=l[u],u===void 0?l.push(n):u!==n&&(n.then(hn,hn),n=u),n.status){case"fulfilled":return n.value;case"rejected":throw l=n.reason,pd(l),l;default:if(typeof n.status=="string")n.then(hn,hn);else{if(l=de,l!==null&&100<l.shellSuspendCounter)throw Error(M(482));l=n,l.status="pending",l.then(function(i){if(n.status==="pending"){var s=n;s.status="fulfilled",s.value=i}},function(i){if(n.status==="pending"){var s=n;s.status="rejected",s.reason=i}})}switch(n.status){case"fulfilled":return n.value;case"rejected":throw l=n.reason,pd(l),l}throw Mc=n,Dc}}function Oc(l){try{var n=l._init;return n(l._payload)}catch(u){throw u!==null&&typeof u=="object"&&typeof u.then=="function"?(Mc=u,Dc):u}}var Mc=null;function Wm(){if(Mc===null)throw Error(M(459));var l=Mc;return Mc=null,l}function pd(l){if(l===Dc||l===Bo)throw Error(M(483))}var Rc=null,Oi=0;function Ts(l){var n=Oi;return Oi+=1,Rc===null&&(Rc=[]),$m(Rc,l,n)}function No(l,n){n=n.props.ref,l.ref=n!==void 0?n:null}function Es(l,n){throw n.$$typeof===yt?Error(M(525)):(l=Object.prototype.toString.call(n),Error(M(31,l==="[object Object]"?"object with keys {"+Object.keys(n).join(", ")+"}":l)))}function Bp(l){function n(R,z){if(l){var U=R.deletions;U===null?(R.deletions=[z],R.flags|=16):U.push(z)}}function u(R,z){if(!l)return null;for(;z!==null;)n(R,z),z=z.sibling;return null}function i(R){for(var z=new Map;R!==null;)R.key!==null?z.set(R.key,R):z.set(R.index,R),R=R.sibling;return z}function s(R,z){return R=Xu(R,z),R.index=0,R.sibling=null,R}function r(R,z,U){return R.index=U,l?(U=R.alternate,U!==null?(U=U.index,U<z?(R.flags|=67108866,z):U):(R.flags|=67108866,z)):(R.flags|=1048576,z)}function m(R){return l&&R.alternate===null&&(R.flags|=67108866),R}function v(R,z,U,G){return z===null||z.tag!==6?(z=Ro(U,R.mode,G),z.return=R,z):(z=s(z,U),z.return=R,z)}function T(R,z,U,G){var tt=U.type;return tt===qt?Y(R,z,U.props.children,G,U.key):z!==null&&(z.elementType===tt||typeof tt=="object"&&tt!==null&&tt.$$typeof===Zt&&Oc(tt)===z.type)?(z=s(z,U.props),No(z,U),z.return=R,z):(z=rd(U.type,U.key,U.props,null,R.mode,G),No(z,U),z.return=R,z)}function C(R,z,U,G){return z===null||z.tag!==4||z.stateNode.containerInfo!==U.containerInfo||z.stateNode.implementation!==U.implementation?(z=dd(U,R.mode,G),z.return=R,z):(z=s(z,U.children||[]),z.return=R,z)}function Y(R,z,U,G,tt){return z===null||z.tag!==7?(z=Qu(U,R.mode,G,tt),z.return=R,z):(z=s(z,U),z.return=R,z)}function X(R,z,U){if(typeof z=="string"&&z!==""||typeof z=="number"||typeof z=="bigint")return z=Ro(""+z,R.mode,U),z.return=R,z;if(typeof z=="object"&&z!==null){switch(z.$$typeof){case kt:return U=rd(z.type,z.key,z.props,null,R.mode,U),No(U,z),U.return=R,U;case ut:return z=dd(z,R.mode,U),z.return=R,z;case Zt:return z=Oc(z),X(R,z,U)}if(ra(z)||wt(z))return z=Qu(z,R.mode,U,null),z.return=R,z;if(typeof z.then=="function")return X(R,Ts(z),U);if(z.$$typeof===xe)return X(R,Zu(R,z),U);Es(R,z)}return null}function _(R,z,U,G){var tt=z!==null?z.key:null;if(typeof U=="string"&&U!==""||typeof U=="number"||typeof U=="bigint")return tt!==null?null:v(R,z,""+U,G);if(typeof U=="object"&&U!==null){switch(U.$$typeof){case kt:return U.key===tt?T(R,z,U,G):null;case ut:return U.key===tt?C(R,z,U,G):null;case Zt:return U=Oc(U),_(R,z,U,G)}if(ra(U)||wt(U))return tt!==null?null:Y(R,z,U,G,null);if(typeof U.then=="function")return _(R,z,Ts(U),G);if(U.$$typeof===xe)return _(R,z,Zu(R,U),G);Es(R,U)}return null}function x(R,z,U,G,tt){if(typeof G=="string"&&G!==""||typeof G=="number"||typeof G=="bigint")return R=R.get(U)||null,v(z,R,""+G,tt);if(typeof G=="object"&&G!==null){switch(G.$$typeof){case kt:return R=R.get(G.key===null?U:G.key)||null,T(z,R,G,tt);case ut:return R=R.get(G.key===null?U:G.key)||null,C(z,R,G,tt);case Zt:return G=Oc(G),x(R,z,U,G,tt)}if(ra(G)||wt(G))return R=R.get(U)||null,Y(z,R,G,tt,null);if(typeof G.then=="function")return x(R,z,U,Ts(G),tt);if(G.$$typeof===xe)return x(R,z,U,Zu(z,G),tt);Es(z,G)}return null}function W(R,z,U,G){for(var tt=null,Jt=null,k=z,gt=z=0,At=null;k!==null&><U.length;gt++){k.index>gt?(At=k,k=null):At=k.sibling;var Ft=_(R,k,U[gt],G);if(Ft===null){k===null&&(k=At);break}l&&k&&Ft.alternate===null&&n(R,k),z=r(Ft,z,gt),Jt===null?tt=Ft:Jt.sibling=Ft,Jt=Ft,k=At}if(gt===U.length)return u(R,k),Bt&&Pa(R,gt),tt;if(k===null){for(;gt<U.length;gt++)k=X(R,U[gt],G),k!==null&&(z=r(k,z,gt),Jt===null?tt=k:Jt.sibling=k,Jt=k);return Bt&&Pa(R,gt),tt}for(k=i(k);gt<U.length;gt++)At=x(k,R,gt,U[gt],G),At!==null&&(l&&At.alternate!==null&&k.delete(At.key===null?gt:At.key),z=r(At,z,gt),Jt===null?tt=At:Jt.sibling=At,Jt=At);return l&&k.forEach(function(xn){return n(R,xn)}),Bt&&Pa(R,gt),tt}function ct(R,z,U,G){if(U==null)throw Error(M(151));for(var tt=null,Jt=null,k=z,gt=z=0,At=null,Ft=U.next();k!==null&&!Ft.done;gt++,Ft=U.next()){k.index>gt?(At=k,k=null):At=k.sibling;var xn=_(R,k,Ft.value,G);if(xn===null){k===null&&(k=At);break}l&&k&&xn.alternate===null&&n(R,k),z=r(xn,z,gt),Jt===null?tt=xn:Jt.sibling=xn,Jt=xn,k=At}if(Ft.done)return u(R,k),Bt&&Pa(R,gt),tt;if(k===null){for(;!Ft.done;gt++,Ft=U.next())Ft=X(R,Ft.value,G),Ft!==null&&(z=r(Ft,z,gt),Jt===null?tt=Ft:Jt.sibling=Ft,Jt=Ft);return Bt&&Pa(R,gt),tt}for(k=i(k);!Ft.done;gt++,Ft=U.next())Ft=x(k,R,gt,Ft.value,G),Ft!==null&&(l&&Ft.alternate!==null&&k.delete(Ft.key===null?gt:Ft.key),z=r(Ft,z,gt),Jt===null?tt=Ft:Jt.sibling=Ft,Jt=Ft);return l&&k.forEach(function(Yv){return n(R,Yv)}),Bt&&Pa(R,gt),tt}function me(R,z,U,G){if(typeof U=="object"&&U!==null&&U.type===qt&&U.key===null&&(U=U.props.children),typeof U=="object"&&U!==null){switch(U.$$typeof){case kt:t:{for(var tt=U.key;z!==null;){if(z.key===tt){if(tt=U.type,tt===qt){if(z.tag===7){u(R,z.sibling),G=s(z,U.props.children),G.return=R,R=G;break t}}else if(z.elementType===tt||typeof tt=="object"&&tt!==null&&tt.$$typeof===Zt&&Oc(tt)===z.type){u(R,z.sibling),G=s(z,U.props),No(G,U),G.return=R,R=G;break t}u(R,z);break}else n(R,z);z=z.sibling}U.type===qt?(G=Qu(U.props.children,R.mode,G,U.key),G.return=R,R=G):(G=rd(U.type,U.key,U.props,null,R.mode,G),No(G,U),G.return=R,R=G)}return m(R);case ut:t:{for(tt=U.key;z!==null;){if(z.key===tt)if(z.tag===4&&z.stateNode.containerInfo===U.containerInfo&&z.stateNode.implementation===U.implementation){u(R,z.sibling),G=s(z,U.children||[]),G.return=R,R=G;break t}else{u(R,z);break}else n(R,z);z=z.sibling}G=dd(U,R.mode,G),G.return=R,R=G}return m(R);case Zt:return U=Oc(U),me(R,z,U,G)}if(ra(U))return W(R,z,U,G);if(wt(U)){if(tt=wt(U),typeof tt!="function")throw Error(M(150));return U=tt.call(U),ct(R,z,U,G)}if(typeof U.then=="function")return me(R,z,Ts(U),G);if(U.$$typeof===xe)return me(R,z,Zu(R,U),G);Es(R,U)}return typeof U=="string"&&U!==""||typeof U=="number"||typeof U=="bigint"?(U=""+U,z!==null&&z.tag===6?(u(R,z.sibling),G=s(z,U),G.return=R,R=G):(u(R,z),G=Ro(U,R.mode,G),G.return=R,R=G),m(R)):u(R,z)}return function(R,z,U,G){try{Oi=0;var tt=me(R,z,U,G);return Rc=null,tt}catch(k){if(k===Dc||k===Bo)throw k;var Jt=qe(29,k,null,R.mode);return Jt.lanes=G,Jt.return=R,Jt}finally{}}}var Uc=Bp(!0),Fm=Bp(!1),wu=!1;function As(l){l.updateQueue={baseState:l.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function vd(l,n){l=l.updateQueue,n.updateQueue===l&&(n.updateQueue={baseState:l.baseState,firstBaseUpdate:l.firstBaseUpdate,lastBaseUpdate:l.lastBaseUpdate,shared:l.shared,callbacks:null})}function Ju(l){return{lane:l,tag:0,payload:null,callback:null,next:null}}function _a(l,n,u){var i=l.updateQueue;if(i===null)return null;if(i=i.shared,Wt&2){var s=i.pending;return s===null?n.next=n:(n.next=s.next,s.next=n),i.pending=n,n=rs(l),sd(l,null,u),n}return Oa(l,i,n,u),rs(l)}function Cc(l,n,u){if(n=n.updateQueue,n!==null&&(n=n.shared,(u&4194048)!==0)){var i=n.lanes;i&=l.pendingLanes,u|=i,n.lanes=u,Vn(l,u)}}function gd(l,n){var u=l.updateQueue,i=l.alternate;if(i!==null&&(i=i.updateQueue,u===i)){var s=null,r=null;if(u=u.firstBaseUpdate,u!==null){do{var m={lane:u.lane,tag:u.tag,payload:u.payload,callback:null,next:null};r===null?s=r=m:r=r.next=m,u=u.next}while(u!==null);r===null?s=r=n:r=r.next=n}else s=r=n;u={baseState:i.baseState,firstBaseUpdate:s,lastBaseUpdate:r,shared:i.shared,callbacks:i.callbacks},l.updateQueue=u;return}l=u.lastBaseUpdate,l===null?u.firstBaseUpdate=n:l.next=n,u.lastBaseUpdate=n}var km=!1;function _c(){if(km){var l=ke;if(l!==null)throw l}}function eu(l,n,u,i){km=!1;var s=l.updateQueue;wu=!1;var r=s.firstBaseUpdate,m=s.lastBaseUpdate,v=s.shared.pending;if(v!==null){s.shared.pending=null;var T=v,C=T.next;T.next=null,m===null?r=C:m.next=C,m=T;var Y=l.alternate;Y!==null&&(Y=Y.updateQueue,v=Y.lastBaseUpdate,v!==m&&(v===null?Y.firstBaseUpdate=C:v.next=C,Y.lastBaseUpdate=T))}if(r!==null){var X=s.baseState;m=0,Y=C=T=null,v=r;do{var _=v.lane&-536870913,x=_!==v.lane;if(x?(Ut&_)===_:(i&_)===_){_!==0&&_===zc&&(km=!0),Y!==null&&(Y=Y.next={lane:0,tag:v.tag,payload:v.payload,callback:null,next:null});t:{var W=l,ct=v;_=n;var me=u;switch(ct.tag){case 1:if(W=ct.payload,typeof W=="function"){X=W.call(me,X,_);break t}X=W;break t;case 3:W.flags=W.flags&-65537|128;case 0:if(W=ct.payload,_=typeof W=="function"?W.call(me,X,_):W,_==null)break t;X=F({},X,_);break t;case 2:wu=!0}}_=v.callback,_!==null&&(l.flags|=64,x&&(l.flags|=8192),x=s.callbacks,x===null?s.callbacks=[_]:x.push(_))}else x={lane:_,tag:v.tag,payload:v.payload,callback:v.callback,next:null},Y===null?(C=Y=x,T=X):Y=Y.next=x,m|=_;if(v=v.next,v===null){if(v=s.shared.pending,v===null)break;x=v,v=x.next,x.next=null,s.lastBaseUpdate=x,s.shared.pending=null}}while(!0);Y===null&&(T=X),s.baseState=T,s.firstBaseUpdate=C,s.lastBaseUpdate=Y,r===null&&(s.shared.lanes=0),Cn|=m,l.lanes=m,l.memoizedState=X}}function Sd(l,n){if(typeof l!="function")throw Error(M(191,l));l.call(n)}function Hc(l,n){var u=l.callbacks;if(u!==null)for(l.callbacks=null,l=0;l<u.length;l++)Sd(u[l],n)}var nl=Fe(null),Mi=Fe(0);function Np(l,n){l=Un,jt(Mi,l),jt(nl,n),Un=l|n.baseLanes}function zs(){jt(Mi,Un),jt(nl,nl.current)}function xo(){Un=Mi.current,oe(nl),oe(Mi)}var kl=Fe(null),Ha=null;function lu(l){var n=l.alternate;jt(De,De.current&1),jt(kl,l),Ha===null&&(n===null||nl.current!==null||n.memoizedState!==null)&&(Ha=l)}function qo(l){jt(De,De.current),jt(kl,l),Ha===null&&(Ha=l)}function bd(l){l.tag===22?(jt(De,De.current),jt(kl,l),Ha===null&&(Ha=l)):zn()}function zn(){jt(De,De.current),jt(kl,kl.current)}function Il(l){oe(kl),Ha===l&&(Ha=null),oe(De)}var De=Fe(0);function Yo(l){for(var n=l;n!==null;){if(n.tag===13){var u=n.memoizedState;if(u!==null&&(u=u.dehydrated,u===null||nn(u)||Lc(u)))return n}else if(n.tag===19&&(n.memoizedProps.revealOrder==="forwards"||n.memoizedProps.revealOrder==="backwards"||n.memoizedProps.revealOrder==="unstable_legacy-backwards"||n.memoizedProps.revealOrder==="together")){if(n.flags&128)return n}else if(n.child!==null){n.child.return=n,n=n.child;continue}if(n===l)break;for(;n.sibling===null;){if(n.return===null||n.return===l)return null;n=n.return}n.sibling.return=n.return,n=n.sibling}return null}var au=0,bt=null,ne=null,Le=null,Ri=!1,Ui=!1,Ku=!1,Ds=0,jo=0,Bc=null,xp=0;function _e(){throw Error(M(321))}function $u(l,n){if(n===null)return!1;for(var u=0;u<n.length&&u<l.length;u++)if(!Yl(l[u],n[u]))return!1;return!0}function Os(l,n,u,i,s,r){return au=r,bt=n,n.memoizedState=null,n.updateQueue=null,n.lanes=0,O.H=l===null||l.memoizedState===null?Zp:Yd,Ku=!1,r=u(i,s),Ku=!1,Ui&&(r=qp(n,u,i,s)),Td(l),r}function Td(l){O.H=xs;var n=ne!==null&&ne.next!==null;if(au=0,Le=ne=bt=null,Ri=!1,jo=0,Bc=null,n)throw Error(M(300));l===null||we||(l=l.dependencies,l!==null&&Ti(l)&&(we=!0))}function qp(l,n,u,i){bt=l;var s=0;do{if(Ui&&(Bc=null),jo=0,Ui=!1,25<=s)throw Error(M(301));if(s+=1,Le=ne=null,l.updateQueue!=null){var r=l.updateQueue;r.lastEffect=null,r.events=null,r.stores=null,r.memoCache!=null&&(r.memoCache.index=0)}O.H=Lp,r=n(u,i)}while(Ui);return r}function Lg(){var l=O.H,n=l.useState()[0];return n=typeof n.then=="function"?_i(n):n,l=l.useState()[0],(ne!==null?ne.memoizedState:null)!==l&&(bt.flags|=1024),n}function Ed(){var l=Ds!==0;return Ds=0,l}function Ci(l,n,u){n.updateQueue=l.updateQueue,n.flags&=-2053,l.lanes&=~u}function Ms(l){if(Ri){for(l=l.memoizedState;l!==null;){var n=l.queue;n!==null&&(n.pending=null),l=l.next}Ri=!1}au=0,Le=ne=bt=null,Ui=!1,jo=Ds=0,Bc=null}function yl(){var l={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Le===null?bt.memoizedState=Le=l:Le=Le.next=l,Le}function je(){if(ne===null){var l=bt.alternate;l=l!==null?l.memoizedState:null}else l=ne.next;var n=Le===null?bt.memoizedState:Le.next;if(n!==null)Le=n,ne=l;else{if(l===null)throw bt.alternate===null?Error(M(467)):Error(M(310));ne=l,l={memoizedState:ne.memoizedState,baseState:ne.baseState,baseQueue:ne.baseQueue,queue:ne.queue,next:null},Le===null?bt.memoizedState=Le=l:Le=Le.next=l}return Le}function Rs(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function _i(l){var n=jo;return jo+=1,Bc===null&&(Bc=[]),l=$m(Bc,l,n),n=bt,(Le===null?n.memoizedState:Le.next)===null&&(n=n.alternate,O.H=n===null||n.memoizedState===null?Zp:Yd),l}function Go(l){if(l!==null&&typeof l=="object"){if(typeof l.then=="function")return _i(l);if(l.$$typeof===xe)return Q(l)}throw Error(M(438,String(l)))}function Ad(l){var n=null,u=bt.updateQueue;if(u!==null&&(n=u.memoCache),n==null){var i=bt.alternate;i!==null&&(i=i.updateQueue,i!==null&&(i=i.memoCache,i!=null&&(n={data:i.data.map(function(s){return s.slice()}),index:0})))}if(n==null&&(n={data:[],index:0}),u===null&&(u=Rs(),bt.updateQueue=u),u.memoCache=n,u=n.data[n.index],u===void 0)for(u=n.data[n.index]=Array(l),i=0;i<l;i++)u[i]=P;return n.index++,u}function nu(l,n){return typeof n=="function"?n(l):n}function uu(l){var n=je();return zd(n,ne,l)}function zd(l,n,u){var i=l.queue;if(i===null)throw Error(M(311));i.lastRenderedReducer=u;var s=l.baseQueue,r=i.pending;if(r!==null){if(s!==null){var m=s.next;s.next=r.next,r.next=m}n.baseQueue=s=r,i.pending=null}if(r=l.baseState,s===null)l.memoizedState=r;else{n=s.next;var v=m=null,T=null,C=n,Y=!1;do{var X=C.lane&-536870913;if(X!==C.lane?(Ut&X)===X:(au&X)===X){var _=C.revertLane;if(_===0)T!==null&&(T=T.next={lane:0,revertLane:0,gesture:null,action:C.action,hasEagerState:C.hasEagerState,eagerState:C.eagerState,next:null}),X===zc&&(Y=!0);else if((au&_)===_){C=C.next,_===zc&&(Y=!0);continue}else X={lane:0,revertLane:C.revertLane,gesture:null,action:C.action,hasEagerState:C.hasEagerState,eagerState:C.eagerState,next:null},T===null?(v=T=X,m=r):T=T.next=X,bt.lanes|=_,Cn|=_;X=C.action,Ku&&u(r,X),r=C.hasEagerState?C.eagerState:u(r,X)}else _={lane:X,revertLane:C.revertLane,gesture:C.gesture,action:C.action,hasEagerState:C.hasEagerState,eagerState:C.eagerState,next:null},T===null?(v=T=_,m=r):T=T.next=_,bt.lanes|=X,Cn|=X;C=C.next}while(C!==null&&C!==n);if(T===null?m=r:T.next=v,!Yl(r,l.memoizedState)&&(we=!0,Y&&(u=ke,u!==null)))throw u;l.memoizedState=r,l.baseState=m,l.baseQueue=T,i.lastRenderedState=r}return s===null&&(i.lanes=0),[l.memoizedState,i.dispatch]}function Dd(l){var n=je(),u=n.queue;if(u===null)throw Error(M(311));u.lastRenderedReducer=l;var i=u.dispatch,s=u.pending,r=n.memoizedState;if(s!==null){u.pending=null;var m=s=s.next;do r=l(r,m.action),m=m.next;while(m!==s);Yl(r,n.memoizedState)||(we=!0),n.memoizedState=r,n.baseQueue===null&&(n.baseState=r),u.lastRenderedState=r}return[r,i]}function Im(l,n,u){var i=bt,s=je(),r=Bt;if(r){if(u===void 0)throw Error(M(407));u=u()}else u=n();var m=!Yl((ne||s).memoizedState,u);if(m&&(s.memoizedState=u,we=!0),s=s.queue,Cd(Od.bind(null,i,s,l),[l]),s.getSnapshot!==n||m||Le!==null&&Le.memoizedState.tag&1){if(i.flags|=2048,Bi(9,{destroy:void 0},Pm.bind(null,i,s,u,n),null),de===null)throw Error(M(349));r||au&127||Us(i,n,u)}return u}function Us(l,n,u){l.flags|=16384,l={getSnapshot:n,value:u},n=bt.updateQueue,n===null?(n=Rs(),bt.updateQueue=n,n.stores=[l]):(u=n.stores,u===null?n.stores=[l]:u.push(l))}function Pm(l,n,u,i){n.value=u,n.getSnapshot=i,Md(n)&&Rd(l)}function Od(l,n,u){return u(function(){Md(n)&&Rd(l)})}function Md(l){var n=l.getSnapshot;l=l.value;try{var u=n();return!Yl(l,u)}catch{return!0}}function Rd(l){var n=Gu(l,2);n!==null&&na(n,l,2)}function ty(l){var n=yl();if(typeof l=="function"){var u=l;if(l=u(),Ku){Bu(!0);try{u()}finally{Bu(!1)}}}return n.memoizedState=n.baseState=l,n.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:nu,lastRenderedState:l},n}function pl(l,n,u,i){return l.baseState=u,zd(l,ne,typeof i=="function"?i:nu)}function Yp(l,n,u,i,s){if(Ns(l))throw Error(M(485));if(l=n.action,l!==null){var r={payload:s,action:l,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(m){r.listeners.push(m)}};O.T!==null?u(!0):r.isTransition=!1,i(r),u=n.pending,u===null?(r.next=n.pending=r,ey(n,r)):(r.next=u.next,n.pending=u.next=r)}}function ey(l,n){var u=n.action,i=n.payload,s=l.state;if(n.isTransition){var r=O.T,m={};O.T=m;try{var v=u(s,i),T=O.S;T!==null&&T(m,v),ly(l,n,v)}catch(C){Hi(l,n,C)}finally{r!==null&&m.types!==null&&(r.types=m.types),O.T=r}}else try{r=u(s,i),ly(l,n,r)}catch(C){Hi(l,n,C)}}function ly(l,n,u){u!==null&&typeof u=="object"&&typeof u.then=="function"?u.then(function(i){ay(l,n,i)},function(i){return Hi(l,n,i)}):ay(l,n,u)}function ay(l,n,u){n.status="fulfilled",n.value=u,ny(n),l.state=u,n=l.pending,n!==null&&(u=n.next,u===n?l.pending=null:(u=u.next,n.next=u,ey(l,u)))}function Hi(l,n,u){var i=l.pending;if(l.pending=null,i!==null){i=i.next;do n.status="rejected",n.reason=u,ny(n),n=n.next;while(n!==i)}l.action=null}function ny(l){l=l.listeners;for(var n=0;n<l.length;n++)(0,l[n])()}function Cs(l,n){return n}function uy(l,n){if(Bt){var u=de.formState;if(u!==null){t:{var i=bt;if(Bt){if(ve){e:{for(var s=ve,r=al;s.nodeType!==8;){if(!r){s=null;break e}if(s=ua(s.nextSibling),s===null){s=null;break e}}r=s.data,s=r==="F!"||r==="F"?s:null}if(s){ve=ua(s.nextSibling),i=s.data==="F!";break t}}tn(i)}i=!1}i&&(n=u[0])}}return u=yl(),u.memoizedState=u.baseState=n,i={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Cs,lastRenderedState:n},u.queue=i,u=xd.bind(null,bt,i),i.dispatch=u,i=ty(!1),r=Nc.bind(null,bt,!1,i.queue),i=yl(),s={state:n,dispatch:null,action:l,pending:null},i.queue=s,u=Yp.bind(null,bt,s,r,u),s.dispatch=u,i.memoizedState=l,[n,u,!1]}function jp(l){var n=je();return _s(n,ne,l)}function _s(l,n,u){if(n=zd(l,n,Cs)[0],l=uu(nu)[0],typeof n=="object"&&n!==null&&typeof n.then=="function")try{var i=_i(n)}catch(m){throw m===Dc?Bo:m}else i=n;n=je();var s=n.queue,r=s.dispatch;return u!==n.memoizedState&&(bt.flags|=2048,Bi(9,{destroy:void 0},cy.bind(null,s,u),null)),[i,r,l]}function cy(l,n){l.action=n}function iy(l){var n=je(),u=ne;if(u!==null)return _s(n,u,l);je(),n=n.memoizedState,u=je();var i=u.queue.dispatch;return u.memoizedState=l,[n,i,!1]}function Bi(l,n,u,i){return l={tag:l,create:u,deps:i,inst:n,next:null},n=bt.updateQueue,n===null&&(n=Rs(),bt.updateQueue=n),u=n.lastEffect,u===null?n.lastEffect=l.next=l:(i=u.next,u.next=l,l.next=i,n.lastEffect=l),l}function oy(){return je().memoizedState}function Xo(l,n,u,i){var s=yl();bt.flags|=l,s.memoizedState=Bi(1|n,{destroy:void 0},u,i===void 0?null:i)}function Qo(l,n,u,i){var s=je();i=i===void 0?null:i;var r=s.memoizedState.inst;ne!==null&&i!==null&&$u(i,ne.memoizedState.deps)?s.memoizedState=Bi(n,r,u,i):(bt.flags|=l,s.memoizedState=Bi(1|n,r,u,i))}function Ud(l,n){Xo(8390656,8,l,n)}function Cd(l,n){Qo(2048,8,l,n)}function fy(l){bt.flags|=4;var n=bt.updateQueue;if(n===null)n=Rs(),bt.updateQueue=n,n.events=[l];else{var u=n.events;u===null?n.events=[l]:u.push(l)}}function Hs(l){var n=je().memoizedState;return fy({ref:n,nextImpl:l}),function(){if(Wt&2)throw Error(M(440));return n.impl.apply(void 0,arguments)}}function _d(l,n){return Qo(4,2,l,n)}function sy(l,n){return Qo(4,4,l,n)}function Hd(l,n){if(typeof n=="function"){l=l();var u=n(l);return function(){typeof u=="function"?u():n(null)}}if(n!=null)return l=l(),n.current=l,function(){n.current=null}}function ry(l,n,u){u=u!=null?u.concat([l]):null,Qo(4,4,Hd.bind(null,n,l),u)}function Dn(){}function Bd(l,n){var u=je();n=n===void 0?null:n;var i=u.memoizedState;return n!==null&&$u(n,i[1])?i[0]:(u.memoizedState=[l,n],l)}function Gp(l,n){var u=je();n=n===void 0?null:n;var i=u.memoizedState;if(n!==null&&$u(n,i[1]))return i[0];if(i=l(),Ku){Bu(!0);try{l()}finally{Bu(!1)}}return u.memoizedState=[i,n],i}function Bs(l,n,u){return u===void 0||au&1073741824&&!(Ut&261930)?l.memoizedState=n:(l.memoizedState=u,l=tv(),bt.lanes|=l,Cn|=l,u)}function cu(l,n,u,i){return Yl(u,n)?u:nl.current!==null?(l=Bs(l,u,i),Yl(l,n)||(we=!0),l):!(au&42)||au&1073741824&&!(Ut&261930)?(we=!0,l.memoizedState=u):(l=tv(),bt.lanes|=l,Cn|=l,n)}function Nd(l,n,u,i,s){var r=V.p;V.p=r!==0&&8>r?r:8;var m=O.T,v={};O.T=v,Nc(l,!1,n,u);try{var T=s(),C=O.S;if(C!==null&&C(v,T),T!==null&&typeof T=="object"&&typeof T.then=="function"){var Y=bs(T,i);Wu(l,n,Y,ga(l))}else Wu(l,n,i,ga(l))}catch(X){Wu(l,n,{then:function(){},status:"rejected",reason:X},ga())}finally{V.p=r,m!==null&&v.types!==null&&(m.types=v.types),O.T=m}}function Xp(){}function Vo(l,n,u,i){if(l.tag!==5)throw Error(M(476));var s=Zo(l).queue;Nd(l,s,n,L,u===null?Xp:function(){return re(l),u(i)})}function Zo(l){var n=l.memoizedState;if(n!==null)return n;n={memoizedState:L,baseState:L,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:nu,lastRenderedState:L},next:null};var u={};return n.next={memoizedState:u,baseState:u,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:nu,lastRenderedState:u},next:null},l.memoizedState=n,l=l.alternate,l!==null&&(l.memoizedState=n),n}function re(l){var n=Zo(l);n.next===null&&(n=l.alternate.memoizedState),Wu(l,n.next.queue,{},ga())}function dy(){return Q(or)}function Qp(){return je().memoizedState}function hy(){return je().memoizedState}function iu(l){for(var n=l.return;n!==null;){switch(n.tag){case 24:case 3:var u=ga();l=Ju(u);var i=_a(n,l,u);i!==null&&(na(i,n,u),Cc(i,n,u)),n={cache:ps()},l.payload=n;return}n=n.return}}function Vp(l,n,u){var i=ga();u={lane:i,revertLane:0,gesture:null,action:u,hasEagerState:!1,eagerState:null,next:null},Ns(l)?qd(n,u):(u=Ia(l,n,u,i),u!==null&&(na(u,l,i),my(u,n,i)))}function xd(l,n,u){var i=ga();Wu(l,n,u,i)}function Wu(l,n,u,i){var s={lane:i,revertLane:0,gesture:null,action:u,hasEagerState:!1,eagerState:null,next:null};if(Ns(l))qd(n,s);else{var r=l.alternate;if(l.lanes===0&&(r===null||r.lanes===0)&&(r=n.lastRenderedReducer,r!==null))try{var m=n.lastRenderedState,v=r(m,u);if(s.hasEagerState=!0,s.eagerState=v,Yl(v,m))return Oa(l,n,s,0),de===null&&Da(),!1}catch{}finally{}if(u=Ia(l,n,s,i),u!==null)return na(u,l,i),my(u,n,i),!0}return!1}function Nc(l,n,u,i){if(i={lane:2,revertLane:oh(),gesture:null,action:i,hasEagerState:!1,eagerState:null,next:null},Ns(l)){if(n)throw Error(M(479))}else n=Ia(l,u,i,2),n!==null&&na(n,l,2)}function Ns(l){var n=l.alternate;return l===bt||n!==null&&n===bt}function qd(l,n){Ui=Ri=!0;var u=l.pending;u===null?n.next=n:(n.next=u.next,u.next=n),l.pending=n}function my(l,n,u){if(u&4194048){var i=n.lanes;i&=l.pendingLanes,u|=i,n.lanes=u,Vn(l,u)}}var xs={readContext:Q,use:Go,useCallback:_e,useContext:_e,useEffect:_e,useImperativeHandle:_e,useLayoutEffect:_e,useInsertionEffect:_e,useMemo:_e,useReducer:_e,useRef:_e,useState:_e,useDebugValue:_e,useDeferredValue:_e,useTransition:_e,useSyncExternalStore:_e,useId:_e,useHostTransitionStatus:_e,useFormState:_e,useActionState:_e,useOptimistic:_e,useMemoCache:_e,useCacheRefresh:_e};xs.useEffectEvent=_e;var Zp={readContext:Q,use:Go,useCallback:function(l,n){return yl().memoizedState=[l,n===void 0?null:n],l},useContext:Q,useEffect:Ud,useImperativeHandle:function(l,n,u){u=u!=null?u.concat([l]):null,Xo(4194308,4,Hd.bind(null,n,l),u)},useLayoutEffect:function(l,n){return Xo(4194308,4,l,n)},useInsertionEffect:function(l,n){Xo(4,2,l,n)},useMemo:function(l,n){var u=yl();n=n===void 0?null:n;var i=l();if(Ku){Bu(!0);try{l()}finally{Bu(!1)}}return u.memoizedState=[i,n],i},useReducer:function(l,n,u){var i=yl();if(u!==void 0){var s=u(n);if(Ku){Bu(!0);try{u(n)}finally{Bu(!1)}}}else s=n;return i.memoizedState=i.baseState=s,l={pending:null,lanes:0,dispatch:null,lastRenderedReducer:l,lastRenderedState:s},i.queue=l,l=l.dispatch=Vp.bind(null,bt,l),[i.memoizedState,l]},useRef:function(l){var n=yl();return l={current:l},n.memoizedState=l},useState:function(l){l=ty(l);var n=l.queue,u=xd.bind(null,bt,n);return n.dispatch=u,[l.memoizedState,u]},useDebugValue:Dn,useDeferredValue:function(l,n){var u=yl();return Bs(u,l,n)},useTransition:function(){var l=ty(!1);return l=Nd.bind(null,bt,l.queue,!0,!1),yl().memoizedState=l,[!1,l]},useSyncExternalStore:function(l,n,u){var i=bt,s=yl();if(Bt){if(u===void 0)throw Error(M(407));u=u()}else{if(u=n(),de===null)throw Error(M(349));Ut&127||Us(i,n,u)}s.memoizedState=u;var r={value:u,getSnapshot:n};return s.queue=r,Ud(Od.bind(null,i,r,l),[l]),i.flags|=2048,Bi(9,{destroy:void 0},Pm.bind(null,i,r,u,n),null),u},useId:function(){var l=yl(),n=de.identifierPrefix;if(Bt){var u=Tn,i=ma;u=(i&~(1<<32-Ll(i)-1)).toString(32)+u,n="_"+n+"R_"+u,u=Ds++,0<u&&(n+="H"+u.toString(32)),n+="_"}else u=xp++,n="_"+n+"r_"+u.toString(32)+"_";return l.memoizedState=n},useHostTransitionStatus:dy,useFormState:uy,useActionState:uy,useOptimistic:function(l){var n=yl();n.memoizedState=n.baseState=l;var u={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return n.queue=u,n=Nc.bind(null,bt,!0,u),u.dispatch=n,[l,n]},useMemoCache:Ad,useCacheRefresh:function(){return yl().memoizedState=iu.bind(null,bt)},useEffectEvent:function(l){var n=yl(),u={impl:l};return n.memoizedState=u,function(){if(Wt&2)throw Error(M(440));return u.impl.apply(void 0,arguments)}}},Yd={readContext:Q,use:Go,useCallback:Bd,useContext:Q,useEffect:Cd,useImperativeHandle:ry,useInsertionEffect:_d,useLayoutEffect:sy,useMemo:Gp,useReducer:uu,useRef:oy,useState:function(){return uu(nu)},useDebugValue:Dn,useDeferredValue:function(l,n){var u=je();return cu(u,ne.memoizedState,l,n)},useTransition:function(){var l=uu(nu)[0],n=je().memoizedState;return[typeof l=="boolean"?l:_i(l),n]},useSyncExternalStore:Im,useId:Qp,useHostTransitionStatus:dy,useFormState:jp,useActionState:jp,useOptimistic:function(l,n){var u=je();return pl(u,ne,l,n)},useMemoCache:Ad,useCacheRefresh:hy};Yd.useEffectEvent=Hs;var Lp={readContext:Q,use:Go,useCallback:Bd,useContext:Q,useEffect:Cd,useImperativeHandle:ry,useInsertionEffect:_d,useLayoutEffect:sy,useMemo:Gp,useReducer:Dd,useRef:oy,useState:function(){return Dd(nu)},useDebugValue:Dn,useDeferredValue:function(l,n){var u=je();return ne===null?Bs(u,l,n):cu(u,ne.memoizedState,l,n)},useTransition:function(){var l=Dd(nu)[0],n=je().memoizedState;return[typeof l=="boolean"?l:_i(l),n]},useSyncExternalStore:Im,useId:Qp,useHostTransitionStatus:dy,useFormState:iy,useActionState:iy,useOptimistic:function(l,n){var u=je();return ne!==null?pl(u,ne,l,n):(u.baseState=l,[l,u.queue.dispatch])},useMemoCache:Ad,useCacheRefresh:hy};Lp.useEffectEvent=Hs;function Ni(l,n,u,i){n=l.memoizedState,u=u(i,n),u=u==null?n:F({},n,u),l.memoizedState=u,l.lanes===0&&(l.updateQueue.baseState=u)}var en={enqueueSetState:function(l,n,u){l=l._reactInternals;var i=ga(),s=Ju(i);s.payload=n,u!=null&&(s.callback=u),n=_a(l,s,i),n!==null&&(na(n,l,i),Cc(n,l,i))},enqueueReplaceState:function(l,n,u){l=l._reactInternals;var i=ga(),s=Ju(i);s.tag=1,s.payload=n,u!=null&&(s.callback=u),n=_a(l,s,i),n!==null&&(na(n,l,i),Cc(n,l,i))},enqueueForceUpdate:function(l,n){l=l._reactInternals;var u=ga(),i=Ju(u);i.tag=2,n!=null&&(i.callback=n),n=_a(l,i,u),n!==null&&(na(n,l,u),Cc(n,l,u))}};function yy(l,n,u,i,s,r,m){return l=l.stateNode,typeof l.shouldComponentUpdate=="function"?l.shouldComponentUpdate(i,r,m):n.prototype&&n.prototype.isPureReactComponent?!Wa(u,i)||!Wa(s,r):!0}function wp(l,n,u,i){l=n.state,typeof n.componentWillReceiveProps=="function"&&n.componentWillReceiveProps(u,i),typeof n.UNSAFE_componentWillReceiveProps=="function"&&n.UNSAFE_componentWillReceiveProps(u,i),n.state!==l&&en.enqueueReplaceState(n,n.state,null)}function xc(l,n){var u=n;if("ref"in n){u={};for(var i in n)i!=="ref"&&(u[i]=n[i])}if(l=l.defaultProps){u===n&&(u=F({},u));for(var s in l)u[s]===void 0&&(u[s]=l[s])}return u}function jd(l){gi(l)}function py(l){console.error(l)}function Gd(l){gi(l)}function Lo(l,n){try{var u=l.onUncaughtError;u(n.value,{componentStack:n.stack})}catch(i){setTimeout(function(){throw i})}}function qs(l,n,u){try{var i=l.onCaughtError;i(u.value,{componentStack:u.stack,errorBoundary:n.tag===1?n.stateNode:null})}catch(s){setTimeout(function(){throw s})}}function vy(l,n,u){return u=Ju(u),u.tag=3,u.payload={element:null},u.callback=function(){Lo(l,n)},u}function gy(l){return l=Ju(l),l.tag=3,l}function Sy(l,n,u,i){var s=u.type.getDerivedStateFromError;if(typeof s=="function"){var r=i.value;l.payload=function(){return s(r)},l.callback=function(){qs(n,u,i)}}var m=u.stateNode;m!==null&&typeof m.componentDidCatch=="function"&&(l.callback=function(){qs(n,u,i),typeof s!="function"&&(Oe===null?Oe=new Set([this]):Oe.add(this));var v=i.stack;this.componentDidCatch(i.value,{componentStack:v!==null?v:""})})}function wg(l,n,u,i,s){if(u.flags|=32768,i!==null&&typeof i=="object"&&typeof i.then=="function"){if(n=u.alternate,n!==null&&ml(n,u,s,!0),u=kl.current,u!==null){switch(u.tag){case 31:case 13:return Ha===null?nh():u.alternate===null&&Se===0&&(Se=3),u.flags&=-257,u.flags|=65536,u.lanes=s,i===Di?u.flags|=16384:(n=u.updateQueue,n===null?u.updateQueue=new Set([i]):n.add(i),Fs(l,i,s)),!1;case 22:return u.flags|=65536,i===Di?u.flags|=16384:(n=u.updateQueue,n===null?(n={transitions:null,markerInstances:null,retryQueue:new Set([i])},u.updateQueue=n):(u=n.retryQueue,u===null?n.retryQueue=new Set([i]):u.add(i)),Fs(l,i,s)),!1}throw Error(M(435,u.tag))}return Fs(l,i,s),nh(),!1}if(Bt)return n=kl.current,n!==null?(!(n.flags&65536)&&(n.flags|=256),n.flags|=65536,n.lanes=s,i!==In&&(l=Error(M(422),{cause:i}),_o(Ma(l,u)))):(i!==In&&(n=Error(M(423),{cause:i}),_o(Ma(n,u))),l=l.current.alternate,l.flags|=65536,s&=-s,l.lanes|=s,i=Ma(i,u),s=vy(l.stateNode,i,s),gd(l,s),Se!==4&&(Se=2)),!1;var r=Error(M(520),{cause:i});if(r=Ma(r,u),Js===null?Js=[r]:Js.push(r),Se!==4&&(Se=2),n===null)return!0;i=Ma(i,u),u=n;do{switch(u.tag){case 3:return u.flags|=65536,l=s&-s,u.lanes|=l,l=vy(u.stateNode,i,l),gd(u,l),!1;case 1:if(n=u.type,r=u.stateNode,(u.flags&128)===0&&(typeof n.getDerivedStateFromError=="function"||r!==null&&typeof r.componentDidCatch=="function"&&(Oe===null||!Oe.has(r))))return u.flags|=65536,s&=-s,u.lanes|=s,s=gy(s),Sy(s,l,u,i),gd(u,s),!1}u=u.return}while(u!==null);return!1}var Xd=Error(M(461)),we=!1;function Ee(l,n,u,i){n.child=l===null?Fm(n,null,u,i):Uc(n,l.child,u,i)}function by(l,n,u,i,s){u=u.render;var r=n.ref;if("ref"in i){var m={};for(var v in i)v!=="ref"&&(m[v]=i[v])}else m=i;return dt(n),i=Os(l,n,u,m,r,s),v=Ed(),l!==null&&!we?(Ci(l,n,s),xa(l,n,s)):(Bt&&v&&Uo(n),n.flags|=1,Ee(l,n,i,s),n.child)}function Ty(l,n,u,i,s){if(l===null){var r=u.type;return typeof r=="function"&&!Si(r)&&r.defaultProps===void 0&&u.compare===null?(n.tag=15,n.type=r,Ey(l,n,r,i,s)):(l=rd(u.type,null,i,n,n.mode,s),l.ref=n.ref,l.return=n,n.child=l)}if(r=l.child,!Zd(l,s)){var m=r.memoizedProps;if(u=u.compare,u=u!==null?u:Wa,u(m,i)&&l.ref===n.ref)return xa(l,n,s)}return n.flags|=1,l=Xu(r,i),l.ref=n.ref,l.return=n,n.child=l}function Ey(l,n,u,i,s){if(l!==null){var r=l.memoizedProps;if(Wa(r,i)&&l.ref===n.ref)if(we=!1,n.pendingProps=i=r,Zd(l,s))l.flags&131072&&(we=!0);else return n.lanes=l.lanes,xa(l,n,s)}return Qd(l,n,u,i,s)}function Jp(l,n,u,i){var s=i.children,r=l!==null?l.memoizedState:null;if(l===null&&n.stateNode===null&&(n.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),i.mode==="hidden"){if(n.flags&128){if(r=r!==null?r.baseLanes|u:u,l!==null){for(i=n.child=l.child,s=0;i!==null;)s=s|i.lanes|i.childLanes,i=i.sibling;i=s&~r}else i=0,n.child=null;return Pl(l,n,r,u,i)}if(u&536870912)n.memoizedState={baseLanes:0,cachePool:null},l!==null&&Ho(n,r!==null?r.cachePool:null),r!==null?Np(n,r):zs(),bd(n);else return i=n.lanes=536870912,Pl(l,n,r!==null?r.baseLanes|u:u,u,i)}else r!==null?(Ho(n,r.cachePool),Np(n,r),zn(),n.memoizedState=null):(l!==null&&Ho(n,null),zs(),zn());return Ee(l,n,s,u),n.child}function qc(l,n){return l!==null&&l.tag===22||n.stateNode!==null||(n.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),n.sibling}function Pl(l,n,u,i,s){var r=Ca();return r=r===null?null:{parent:Ze._currentValue,pool:r},n.memoizedState={baseLanes:u,cachePool:r},l!==null&&Ho(n,null),zs(),bd(n),l!==null&&ml(l,n,i,!0),n.childLanes=s,null}function Ys(l,n){return n=Xs({mode:n.mode,children:n.children},l.mode),n.ref=l.ref,l.child=n,n.return=l,n}function ta(l,n,u){return Uc(n,l.child,null,u),l=Ys(n,n.pendingProps),l.flags|=2,Il(n),n.memoizedState=null,l}function Kp(l,n,u){var i=n.pendingProps,s=(n.flags&128)!==0;if(n.flags&=-129,l===null){if(Bt){if(i.mode==="hidden")return l=Ys(n,i),n.lanes=536870912,qc(null,l);if(qo(n),(l=ve)?(l=Rv(l,al),l=l!==null&&l.data==="&"?l:null,l!==null&&(n.memoizedState={dehydrated:l,treeContext:bn!==null?{id:ma,overflow:Tn}:null,retryLane:536870912,hydrationErrors:null},u=Qm(l),u.return=n,n.child=u,hl=n,ve=null)):l=null,l===null)throw tn(n);return n.lanes=536870912,null}return Ys(n,i)}var r=l.memoizedState;if(r!==null){var m=r.dehydrated;if(qo(n),s)if(n.flags&256)n.flags&=-257,n=ta(l,n,u);else if(n.memoizedState!==null)n.child=l.child,n.flags|=128,n=null;else throw Error(M(558));else if(we||ml(l,n,u,!1),s=(u&l.childLanes)!==0,we||s){if(i=de,i!==null&&(m=Ea(i,u),m!==0&&m!==r.retryLane))throw r.retryLane=m,Gu(l,m),na(i,l,m),Xd;nh(),n=ta(l,n,u)}else l=r.treeContext,ve=ua(m.nextSibling),hl=n,Bt=!0,kn=null,al=!1,l!==null&&hs(n,l),n=Ys(n,i),n.flags|=4096;return n}return l=Xu(l.child,{mode:i.mode,children:i.children}),l.ref=n.ref,n.child=l,l.return=n,l}function Ba(l,n){var u=n.ref;if(u===null)l!==null&&l.ref!==null&&(n.flags|=4194816);else{if(typeof u!="function"&&typeof u!="object")throw Error(M(284));(l===null||l.ref!==u)&&(n.flags|=4194816)}}function Qd(l,n,u,i,s){return dt(n),u=Os(l,n,u,i,void 0,s),i=Ed(),l!==null&&!we?(Ci(l,n,s),xa(l,n,s)):(Bt&&i&&Uo(n),n.flags|=1,Ee(l,n,u,s),n.child)}function Yc(l,n,u,i,s,r){return dt(n),n.updateQueue=null,u=qp(n,i,u,s),Td(l),i=Ed(),l!==null&&!we?(Ci(l,n,r),xa(l,n,r)):(Bt&&i&&Uo(n),n.flags|=1,Ee(l,n,u,r),n.child)}function Ay(l,n,u,i,s){if(dt(n),n.stateNode===null){var r=$l,m=u.contextType;typeof m=="object"&&m!==null&&(r=Q(m)),r=new u(i,r),n.memoizedState=r.state!==null&&r.state!==void 0?r.state:null,r.updater=en,n.stateNode=r,r._reactInternals=n,r=n.stateNode,r.props=i,r.state=n.memoizedState,r.refs={},As(n),m=u.contextType,r.context=typeof m=="object"&&m!==null?Q(m):$l,r.state=n.memoizedState,m=u.getDerivedStateFromProps,typeof m=="function"&&(Ni(n,u,m,i),r.state=n.memoizedState),typeof u.getDerivedStateFromProps=="function"||typeof r.getSnapshotBeforeUpdate=="function"||typeof r.UNSAFE_componentWillMount!="function"&&typeof r.componentWillMount!="function"||(m=r.state,typeof r.componentWillMount=="function"&&r.componentWillMount(),typeof r.UNSAFE_componentWillMount=="function"&&r.UNSAFE_componentWillMount(),m!==r.state&&en.enqueueReplaceState(r,r.state,null),eu(n,i,r,s),_c(),r.state=n.memoizedState),typeof r.componentDidMount=="function"&&(n.flags|=4194308),i=!0}else if(l===null){r=n.stateNode;var v=n.memoizedProps,T=xc(u,v);r.props=T;var C=r.context,Y=u.contextType;m=$l,typeof Y=="object"&&Y!==null&&(m=Q(Y));var X=u.getDerivedStateFromProps;Y=typeof X=="function"||typeof r.getSnapshotBeforeUpdate=="function",v=n.pendingProps!==v,Y||typeof r.UNSAFE_componentWillReceiveProps!="function"&&typeof r.componentWillReceiveProps!="function"||(v||C!==m)&&wp(n,r,i,m),wu=!1;var _=n.memoizedState;r.state=_,eu(n,i,r,s),_c(),C=n.memoizedState,v||_!==C||wu?(typeof X=="function"&&(Ni(n,u,X,i),C=n.memoizedState),(T=wu||yy(n,u,T,i,_,C,m))?(Y||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"&&(n.flags|=4194308)):(typeof r.componentDidMount=="function"&&(n.flags|=4194308),n.memoizedProps=i,n.memoizedState=C),r.props=i,r.state=C,r.context=m,i=T):(typeof r.componentDidMount=="function"&&(n.flags|=4194308),i=!1)}else{r=n.stateNode,vd(l,n),m=n.memoizedProps,Y=xc(u,m),r.props=Y,X=n.pendingProps,_=r.context,C=u.contextType,T=$l,typeof C=="object"&&C!==null&&(T=Q(C)),v=u.getDerivedStateFromProps,(C=typeof v=="function"||typeof r.getSnapshotBeforeUpdate=="function")||typeof r.UNSAFE_componentWillReceiveProps!="function"&&typeof r.componentWillReceiveProps!="function"||(m!==X||_!==T)&&wp(n,r,i,T),wu=!1,_=n.memoizedState,r.state=_,eu(n,i,r,s),_c();var x=n.memoizedState;m!==X||_!==x||wu||l!==null&&l.dependencies!==null&&Ti(l.dependencies)?(typeof v=="function"&&(Ni(n,u,v,i),x=n.memoizedState),(Y=wu||yy(n,u,Y,i,_,x,T)||l!==null&&l.dependencies!==null&&Ti(l.dependencies))?(C||typeof r.UNSAFE_componentWillUpdate!="function"&&typeof r.componentWillUpdate!="function"||(typeof r.componentWillUpdate=="function"&&r.componentWillUpdate(i,x,T),typeof r.UNSAFE_componentWillUpdate=="function"&&r.UNSAFE_componentWillUpdate(i,x,T)),typeof r.componentDidUpdate=="function"&&(n.flags|=4),typeof r.getSnapshotBeforeUpdate=="function"&&(n.flags|=1024)):(typeof r.componentDidUpdate!="function"||m===l.memoizedProps&&_===l.memoizedState||(n.flags|=4),typeof r.getSnapshotBeforeUpdate!="function"||m===l.memoizedProps&&_===l.memoizedState||(n.flags|=1024),n.memoizedProps=i,n.memoizedState=x),r.props=i,r.state=x,r.context=T,i=Y):(typeof r.componentDidUpdate!="function"||m===l.memoizedProps&&_===l.memoizedState||(n.flags|=4),typeof r.getSnapshotBeforeUpdate!="function"||m===l.memoizedProps&&_===l.memoizedState||(n.flags|=1024),i=!1)}return r=i,Ba(l,n),i=(n.flags&128)!==0,r||i?(r=n.stateNode,u=i&&typeof u.getDerivedStateFromError!="function"?null:r.render(),n.flags|=1,l!==null&&i?(n.child=Uc(n,l.child,null,s),n.child=Uc(n,null,u,s)):Ee(l,n,u,s),n.memoizedState=r.state,l=n.child):l=xa(l,n,s),l}function On(l,n,u,i){return Ac(),n.flags|=256,Ee(l,n,u,i),n.child}var js={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function Gs(l){return{baseLanes:l,cachePool:Ai()}}function Na(l,n,u){return l=l!==null?l.childLanes&~u:0,n&&(l|=aa),l}function zy(l,n,u){var i=n.pendingProps,s=!1,r=(n.flags&128)!==0,m;if((m=r)||(m=l!==null&&l.memoizedState===null?!1:(De.current&2)!==0),m&&(s=!0,n.flags&=-129),m=(n.flags&32)!==0,n.flags&=-33,l===null){if(Bt){if(s?lu(n):zn(),(l=ve)?(l=Rv(l,al),l=l!==null&&l.data!=="&"?l:null,l!==null&&(n.memoizedState={dehydrated:l,treeContext:bn!==null?{id:ma,overflow:Tn}:null,retryLane:536870912,hydrationErrors:null},u=Qm(l),u.return=n,n.child=u,hl=n,ve=null)):l=null,l===null)throw tn(n);return Lc(l)?n.lanes=32:n.lanes=536870912,null}var v=i.children;return i=i.fallback,s?(zn(),s=n.mode,v=Xs({mode:"hidden",children:v},s),i=Qu(i,s,u,null),v.return=n,i.return=n,v.sibling=i,n.child=v,i=n.child,i.memoizedState=Gs(u),i.childLanes=Na(l,m,u),n.memoizedState=js,qc(null,i)):(lu(n),jc(n,v))}var T=l.memoizedState;if(T!==null&&(v=T.dehydrated,v!==null)){if(r)n.flags&256?(lu(n),n.flags&=-257,n=xi(l,n,u)):n.memoizedState!==null?(zn(),n.child=l.child,n.flags|=128,n=null):(zn(),v=i.fallback,s=n.mode,i=Xs({mode:"visible",children:i.children},s),v=Qu(v,s,u,null),v.flags|=2,i.return=n,v.return=n,i.sibling=v,n.child=i,Uc(n,l.child,null,u),i=n.child,i.memoizedState=Gs(u),i.childLanes=Na(l,m,u),n.memoizedState=js,n=qc(null,i));else if(lu(n),Lc(v)){if(m=v.nextSibling&&v.nextSibling.dataset,m)var C=m.dgst;m=C,i=Error(M(419)),i.stack="",i.digest=m,_o({value:i,source:null,stack:null}),n=xi(l,n,u)}else if(we||ml(l,n,u,!1),m=(u&l.childLanes)!==0,we||m){if(m=de,m!==null&&(i=Ea(m,u),i!==0&&i!==T.retryLane))throw T.retryLane=i,Gu(l,i),na(m,l,i),Xd;nn(v)||nh(),n=xi(l,n,u)}else nn(v)?(n.flags|=192,n.child=l.child,n=null):(l=T.treeContext,ve=ua(v.nextSibling),hl=n,Bt=!0,kn=null,al=!1,l!==null&&hs(n,l),n=jc(n,i.children),n.flags|=4096);return n}return s?(zn(),v=i.fallback,s=n.mode,T=l.child,C=T.sibling,i=Xu(T,{mode:"hidden",children:i.children}),i.subtreeFlags=T.subtreeFlags&65011712,C!==null?v=Xu(C,v):(v=Qu(v,s,u,null),v.flags|=2),v.return=n,i.return=n,i.sibling=v,n.child=i,qc(null,i),i=n.child,v=l.child.memoizedState,v===null?v=Gs(u):(s=v.cachePool,s!==null?(T=Ze._currentValue,s=s.parent!==T?{parent:T,pool:T}:s):s=Ai(),v={baseLanes:v.baseLanes|u,cachePool:s}),i.memoizedState=v,i.childLanes=Na(l,m,u),n.memoizedState=js,qc(l.child,i)):(lu(n),u=l.child,l=u.sibling,u=Xu(u,{mode:"visible",children:i.children}),u.return=n,u.sibling=null,l!==null&&(m=n.deletions,m===null?(n.deletions=[l],n.flags|=16):m.push(l)),n.child=u,n.memoizedState=null,u)}function jc(l,n){return n=Xs({mode:"visible",children:n},l.mode),n.return=l,l.child=n}function Xs(l,n){return l=qe(22,l,null,n),l.lanes=0,l}function xi(l,n,u){return Uc(n,l.child,null,u),l=jc(n,n.pendingProps.children),l.flags|=2,n.memoizedState=null,l}function qi(l,n,u){l.lanes|=n;var i=l.alternate;i!==null&&(i.lanes|=n),yd(l.return,n,u)}function Vd(l,n,u,i,s,r){var m=l.memoizedState;m===null?l.memoizedState={isBackwards:n,rendering:null,renderingStartTime:0,last:i,tail:u,tailMode:s,treeForkCount:r}:(m.isBackwards=n,m.rendering=null,m.renderingStartTime=0,m.last=i,m.tail=u,m.tailMode=s,m.treeForkCount=r)}function Dy(l,n,u){var i=n.pendingProps,s=i.revealOrder,r=i.tail;i=i.children;var m=De.current,v=(m&2)!==0;if(v?(m=m&1|2,n.flags|=128):m&=1,jt(De,m),Ee(l,n,i,u),i=Bt?Ve:0,!v&&l!==null&&l.flags&128)t:for(l=n.child;l!==null;){if(l.tag===13)l.memoizedState!==null&&qi(l,u,n);else if(l.tag===19)qi(l,u,n);else if(l.child!==null){l.child.return=l,l=l.child;continue}if(l===n)break t;for(;l.sibling===null;){if(l.return===null||l.return===n)break t;l=l.return}l.sibling.return=l.return,l=l.sibling}switch(s){case"forwards":for(u=n.child,s=null;u!==null;)l=u.alternate,l!==null&&Yo(l)===null&&(s=u),u=u.sibling;u=s,u===null?(s=n.child,n.child=null):(s=u.sibling,u.sibling=null),Vd(n,!1,s,u,r,i);break;case"backwards":case"unstable_legacy-backwards":for(u=null,s=n.child,n.child=null;s!==null;){if(l=s.alternate,l!==null&&Yo(l)===null){n.child=s;break}l=s.sibling,s.sibling=u,u=s,s=l}Vd(n,!0,u,null,r,i);break;case"together":Vd(n,!1,null,null,void 0,i);break;default:n.memoizedState=null}return n.child}function xa(l,n,u){if(l!==null&&(n.dependencies=l.dependencies),Cn|=n.lanes,!(u&n.childLanes))if(l!==null){if(ml(l,n,u,!1),(u&n.childLanes)===0)return null}else return null;if(l!==null&&n.child!==l.child)throw Error(M(153));if(n.child!==null){for(l=n.child,u=Xu(l,l.pendingProps),n.child=u,u.return=n;l.sibling!==null;)l=l.sibling,u=u.sibling=Xu(l,l.pendingProps),u.return=n;u.sibling=null}return n.child}function Zd(l,n){return l.lanes&n?!0:(l=l.dependencies,!!(l!==null&&Ti(l)))}function Ld(l,n,u){switch(n.tag){case 3:Jf(n,n.stateNode.containerInfo),Fl(n,Ze,l.memoizedState.cache),Ac();break;case 27:case 5:cm(n);break;case 4:Jf(n,n.stateNode.containerInfo);break;case 10:Fl(n,n.type,n.memoizedProps.value);break;case 31:if(n.memoizedState!==null)return n.flags|=128,qo(n),null;break;case 13:var i=n.memoizedState;if(i!==null)return i.dehydrated!==null?(lu(n),n.flags|=128,null):u&n.child.childLanes?zy(l,n,u):(lu(n),l=xa(l,n,u),l!==null?l.sibling:null);lu(n);break;case 19:var s=(l.flags&128)!==0;if(i=(u&n.childLanes)!==0,i||(ml(l,n,u,!1),i=(u&n.childLanes)!==0),s){if(i)return Dy(l,n,u);n.flags|=128}if(s=n.memoizedState,s!==null&&(s.rendering=null,s.tail=null,s.lastEffect=null),jt(De,De.current),i)break;return null;case 22:return n.lanes=0,Jp(l,n,u,n.pendingProps);case 24:Fl(n,Ze,l.memoizedState.cache)}return xa(l,n,u)}function Oy(l,n,u){if(l!==null)if(l.memoizedProps!==n.pendingProps)we=!0;else{if(!Zd(l,u)&&!(n.flags&128))return we=!1,Ld(l,n,u);we=!!(l.flags&131072)}else we=!1,Bt&&n.flags&1048576&&Zm(n,Ve,n.index);switch(n.lanes=0,n.tag){case 16:t:{var i=n.pendingProps;if(l=Oc(n.elementType),n.type=l,typeof l=="function")Si(l)?(i=xc(l,i),n.tag=1,n=Ay(null,n,l,i,u)):(n.tag=0,n=Qd(null,n,l,i,u));else{if(l!=null){var s=l.$$typeof;if(s===Ol){n.tag=11,n=by(null,n,l,i,u);break t}else if(s===sl){n.tag=14,n=Ty(null,n,l,i,u);break t}}throw n=sa(l)||l,Error(M(306,n,""))}}return n;case 0:return Qd(l,n,n.type,n.pendingProps,u);case 1:return i=n.type,s=xc(i,n.pendingProps),Ay(l,n,i,s,u);case 3:t:{if(Jf(n,n.stateNode.containerInfo),l===null)throw Error(M(387));i=n.pendingProps;var r=n.memoizedState;s=r.element,vd(l,n),eu(n,i,null,u);var m=n.memoizedState;if(i=m.cache,Fl(n,Ze,i),i!==r.cache&&tu(n,[Ze],u,!0),_c(),i=m.element,r.isDehydrated)if(r={element:i,isDehydrated:!1,cache:m.cache},n.updateQueue.baseState=r,n.memoizedState=r,n.flags&256){n=On(l,n,i,u);break t}else if(i!==s){s=Ma(Error(M(424)),n),_o(s),n=On(l,n,i,u);break t}else{switch(l=n.stateNode.containerInfo,l.nodeType){case 9:l=l.body;break;default:l=l.nodeName==="HTML"?l.ownerDocument.body:l}for(ve=ua(l.firstChild),hl=n,Bt=!0,kn=null,al=!0,u=Fm(n,null,i,u),n.child=u;u;)u.flags=u.flags&-3|4096,u=u.sibling}else{if(Ac(),i===s){n=xa(l,n,u);break t}Ee(l,n,i,u)}n=n.child}return n;case 26:return Ba(l,n),l===null?(u=hf(n.type,null,n.pendingProps,null))?n.memoizedState=u:Bt||(u=n.type,l=n.pendingProps,i=Zc(sc.current).createElement(u),i[se]=n,i[wl]=l,Cl(i,u,l),le(i),n.stateNode=i):n.memoizedState=hf(n.type,l.memoizedProps,n.pendingProps,l.memoizedState),null;case 27:return cm(n),l===null&&Bt&&(i=n.stateNode=rf(n.type,n.pendingProps,sc.current),hl=n,al=!0,s=ve,Hn(n.type)?(ur=s,ve=ua(i.firstChild)):ve=s),Ee(l,n,n.pendingProps.children,u),Ba(l,n),l===null&&(n.flags|=4194304),n.child;case 5:return l===null&&Bt&&((s=i=ve)&&(i=$g(i,n.type,n.pendingProps,al),i!==null?(n.stateNode=i,hl=n,ve=ua(i.firstChild),al=!1,s=!0):s=!1),s||tn(n)),cm(n),s=n.type,r=n.pendingProps,m=l!==null?l.memoizedProps:null,i=r.children,ff(s,r)?i=null:m!==null&&ff(s,m)&&(n.flags|=32),n.memoizedState!==null&&(s=Os(l,n,Lg,null,null,u),or._currentValue=s),Ba(l,n),Ee(l,n,i,u),n.child;case 6:return l===null&&Bt&&((l=u=ve)&&(u=Dt(u,n.pendingProps,al),u!==null?(n.stateNode=u,hl=n,ve=null,l=!0):l=!1),l||tn(n)),null;case 13:return zy(l,n,u);case 4:return Jf(n,n.stateNode.containerInfo),i=n.pendingProps,l===null?n.child=Uc(n,null,i,u):Ee(l,n,i,u),n.child;case 11:return by(l,n,n.type,n.pendingProps,u);case 7:return Ee(l,n,n.pendingProps,u),n.child;case 8:return Ee(l,n,n.pendingProps.children,u),n.child;case 12:return Ee(l,n,n.pendingProps.children,u),n.child;case 10:return i=n.pendingProps,Fl(n,n.type,i.value),Ee(l,n,i.children,u),n.child;case 9:return s=n.type._context,i=n.pendingProps.children,dt(n),s=Q(s),i=i(s),n.flags|=1,Ee(l,n,i,u),n.child;case 14:return Ty(l,n,n.type,n.pendingProps,u);case 15:return Ey(l,n,n.type,n.pendingProps,u);case 19:return Dy(l,n,u);case 31:return Kp(l,n,u);case 22:return Jp(l,n,u,n.pendingProps);case 24:return dt(n),i=Q(Ze),l===null?(s=Ca(),s===null&&(s=de,r=ps(),s.pooledCache=r,r.refCount++,r!==null&&(s.pooledCacheLanes|=u),s=r),n.memoizedState={parent:i,cache:s},As(n),Fl(n,Ze,s)):(l.lanes&u&&(vd(l,n),eu(n,null,null,u),_c()),s=l.memoizedState,r=n.memoizedState,s.parent!==i?(s={parent:i,cache:i},n.memoizedState=s,n.lanes===0&&(n.memoizedState=n.updateQueue.baseState=s),Fl(n,Ze,i)):(i=r.cache,Fl(n,Ze,i),i!==s.cache&&tu(n,[Ze],u,!0))),Ee(l,n,n.pendingProps.children,u),n.child;case 29:throw n.pendingProps}throw Error(M(156,n.tag))}function ou(l){l.flags|=4}function My(l,n,u,i,s){if((n=(l.mode&32)!==0)&&(n=!1),n){if(l.flags|=16777216,(s&335544128)===s)if(l.stateNode.complete)l.flags|=8192;else if(av())l.flags|=8192;else throw Mc=Di,zi}else l.flags&=-16777217}function Ry(l,n){if(n.type!=="stylesheet"||n.state.loading&4)l.flags&=-16777217;else if(l.flags|=16777216,!ba(n))if(av())l.flags|=8192;else throw Mc=Di,zi}function jl(l,n){n!==null&&(l.flags|=4),l.flags&16384&&(n=l.tag!==22?li():536870912,l.lanes|=n,He|=n)}function wo(l,n){if(!Bt)switch(l.tailMode){case"hidden":n=l.tail;for(var u=null;n!==null;)n.alternate!==null&&(u=n),n=n.sibling;u===null?l.tail=null:u.sibling=null;break;case"collapsed":u=l.tail;for(var i=null;u!==null;)u.alternate!==null&&(i=u),u=u.sibling;i===null?n||l.tail===null?l.tail=null:l.tail.sibling=null:i.sibling=null}}function rt(l){var n=l.alternate!==null&&l.alternate.child===l.child,u=0,i=0;if(n)for(var s=l.child;s!==null;)u|=s.lanes|s.childLanes,i|=s.subtreeFlags&65011712,i|=s.flags&65011712,s.return=l,s=s.sibling;else for(s=l.child;s!==null;)u|=s.lanes|s.childLanes,i|=s.subtreeFlags,i|=s.flags,s.return=l,s=s.sibling;return l.subtreeFlags|=i,l.childLanes=u,n}function $p(l,n,u){var i=n.pendingProps;switch(hd(n),n.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return rt(n),null;case 1:return rt(n),null;case 3:return u=n.stateNode,i=null,l!==null&&(i=l.memoizedState.cache),n.memoizedState.cache!==i&&(n.flags|=2048),An(Ze),Hu(),u.pendingContext&&(u.context=u.pendingContext,u.pendingContext=null),(l===null||l.child===null)&&(Pn(n)?ou(n):l===null||l.memoizedState.isDehydrated&&!(n.flags&256)||(n.flags|=1024,Lm())),rt(n),null;case 26:var s=n.type,r=n.memoizedState;return l===null?(ou(n),r!==null?(rt(n),Ry(n,r)):(rt(n),My(n,s,null,i,u))):r?r!==l.memoizedState?(ou(n),rt(n),Ry(n,r)):(rt(n),n.flags&=-16777217):(l=l.memoizedProps,l!==i&&ou(n),rt(n),My(n,s,l,i,u)),null;case 27:if($(n),u=sc.current,s=n.type,l!==null&&n.stateNode!=null)l.memoizedProps!==i&&ou(n);else{if(!i){if(n.stateNode===null)throw Error(M(166));return rt(n),null}l=_t.current,Pn(n)?ms(n):(l=rf(s,i,u),n.stateNode=l,ou(n))}return rt(n),null;case 5:if($(n),s=n.type,l!==null&&n.stateNode!=null)l.memoizedProps!==i&&ou(n);else{if(!i){if(n.stateNode===null)throw Error(M(166));return rt(n),null}if(r=_t.current,Pn(n))ms(n);else{var m=Zc(sc.current);switch(r){case 1:r=m.createElementNS("http://www.w3.org/2000/svg",s);break;case 2:r=m.createElementNS("http://www.w3.org/1998/Math/MathML",s);break;default:switch(s){case"svg":r=m.createElementNS("http://www.w3.org/2000/svg",s);break;case"math":r=m.createElementNS("http://www.w3.org/1998/Math/MathML",s);break;case"script":r=m.createElement("div"),r.innerHTML="<script><\/script>",r=r.removeChild(r.firstChild);break;case"select":r=typeof i.is=="string"?m.createElement("select",{is:i.is}):m.createElement("select"),i.multiple?r.multiple=!0:i.size&&(r.size=i.size);break;default:r=typeof i.is=="string"?m.createElement(s,{is:i.is}):m.createElement(s)}}r[se]=n,r[wl]=i;t:for(m=n.child;m!==null;){if(m.tag===5||m.tag===6)r.appendChild(m.stateNode);else if(m.tag!==4&&m.tag!==27&&m.child!==null){m.child.return=m,m=m.child;continue}if(m===n)break t;for(;m.sibling===null;){if(m.return===null||m.return===n)break t;m=m.return}m.sibling.return=m.return,m=m.sibling}n.stateNode=r;t:switch(Cl(r,s,i),s){case"button":case"input":case"select":case"textarea":i=!!i.autoFocus;break t;case"img":i=!0;break t;default:i=!1}i&&ou(n)}}return rt(n),My(n,n.type,l===null?null:l.memoizedProps,n.pendingProps,u),null;case 6:if(l&&n.stateNode!=null)l.memoizedProps!==i&&ou(n);else{if(typeof i!="string"&&n.stateNode===null)throw Error(M(166));if(l=sc.current,Pn(n)){if(l=n.stateNode,u=n.memoizedProps,i=null,s=hl,s!==null)switch(s.tag){case 27:case 5:i=s.memoizedProps}l[se]=n,l=!!(l.nodeValue===u||i!==null&&i.suppressHydrationWarning===!0||Iy(l.nodeValue,u)),l||tn(n,!0)}else l=Zc(l).createTextNode(i),l[se]=n,n.stateNode=l}return rt(n),null;case 31:if(u=n.memoizedState,l===null||l.memoizedState!==null){if(i=Pn(n),u!==null){if(l===null){if(!i)throw Error(M(318));if(l=n.memoizedState,l=l!==null?l.dehydrated:null,!l)throw Error(M(557));l[se]=n}else Ac(),!(n.flags&128)&&(n.memoizedState=null),n.flags|=4;rt(n),l=!1}else u=Lm(),l!==null&&l.memoizedState!==null&&(l.memoizedState.hydrationErrors=u),l=!0;if(!l)return n.flags&256?(Il(n),n):(Il(n),null);if(n.flags&128)throw Error(M(558))}return rt(n),null;case 13:if(i=n.memoizedState,l===null||l.memoizedState!==null&&l.memoizedState.dehydrated!==null){if(s=Pn(n),i!==null&&i.dehydrated!==null){if(l===null){if(!s)throw Error(M(318));if(s=n.memoizedState,s=s!==null?s.dehydrated:null,!s)throw Error(M(317));s[se]=n}else Ac(),!(n.flags&128)&&(n.memoizedState=null),n.flags|=4;rt(n),s=!1}else s=Lm(),l!==null&&l.memoizedState!==null&&(l.memoizedState.hydrationErrors=s),s=!0;if(!s)return n.flags&256?(Il(n),n):(Il(n),null)}return Il(n),n.flags&128?(n.lanes=u,n):(u=i!==null,l=l!==null&&l.memoizedState!==null,u&&(i=n.child,s=null,i.alternate!==null&&i.alternate.memoizedState!==null&&i.alternate.memoizedState.cachePool!==null&&(s=i.alternate.memoizedState.cachePool.pool),r=null,i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(r=i.memoizedState.cachePool.pool),r!==s&&(i.flags|=2048)),u!==l&&u&&(n.child.flags|=8192),jl(n,n.updateQueue),rt(n),null);case 4:return Hu(),l===null&&of(n.stateNode.containerInfo),rt(n),null;case 10:return An(n.type),rt(n),null;case 19:if(oe(De),i=n.memoizedState,i===null)return rt(n),null;if(s=(n.flags&128)!==0,r=i.rendering,r===null)if(s)wo(i,!1);else{if(Se!==0||l!==null&&l.flags&128)for(l=n.child;l!==null;){if(r=Yo(l),r!==null){for(n.flags|=128,wo(i,!1),l=r.updateQueue,n.updateQueue=l,jl(n,l),n.subtreeFlags=0,l=u,u=n.child;u!==null;)Xm(u,l),u=u.sibling;return jt(De,De.current&1|2),Bt&&Pa(n,i.treeForkCount),n.child}l=l.sibling}i.tail!==null&&Rl()>Pt&&(n.flags|=128,s=!0,wo(i,!1),n.lanes=4194304)}else{if(!s)if(l=Yo(r),l!==null){if(n.flags|=128,s=!0,l=l.updateQueue,n.updateQueue=l,jl(n,l),wo(i,!0),i.tail===null&&i.tailMode==="hidden"&&!r.alternate&&!Bt)return rt(n),null}else 2*Rl()-i.renderingStartTime>Pt&&u!==536870912&&(n.flags|=128,s=!0,wo(i,!1),n.lanes=4194304);i.isBackwards?(r.sibling=n.child,n.child=r):(l=i.last,l!==null?l.sibling=r:n.child=r,i.last=r)}return i.tail!==null?(l=i.tail,i.rendering=l,i.tail=l.sibling,i.renderingStartTime=Rl(),l.sibling=null,u=De.current,jt(De,s?u&1|2:u&1),Bt&&Pa(n,i.treeForkCount),l):(rt(n),null);case 22:case 23:return Il(n),xo(),i=n.memoizedState!==null,l!==null?l.memoizedState!==null!==i&&(n.flags|=8192):i&&(n.flags|=8192),i?u&536870912&&!(n.flags&128)&&(rt(n),n.subtreeFlags&6&&(n.flags|=8192)):rt(n),u=n.updateQueue,u!==null&&jl(n,u.retryQueue),u=null,l!==null&&l.memoizedState!==null&&l.memoizedState.cachePool!==null&&(u=l.memoizedState.cachePool.pool),i=null,n.memoizedState!==null&&n.memoizedState.cachePool!==null&&(i=n.memoizedState.cachePool.pool),i!==u&&(n.flags|=2048),l!==null&&oe(Ua),null;case 24:return u=null,l!==null&&(u=l.memoizedState.cache),n.memoizedState.cache!==u&&(n.flags|=2048),An(Ze),rt(n),null;case 25:return null;case 30:return null}throw Error(M(156,n.tag))}function Wp(l,n){switch(hd(n),n.tag){case 1:return l=n.flags,l&65536?(n.flags=l&-65537|128,n):null;case 3:return An(Ze),Hu(),l=n.flags,l&65536&&!(l&128)?(n.flags=l&-65537|128,n):null;case 26:case 27:case 5:return $(n),null;case 31:if(n.memoizedState!==null){if(Il(n),n.alternate===null)throw Error(M(340));Ac()}return l=n.flags,l&65536?(n.flags=l&-65537|128,n):null;case 13:if(Il(n),l=n.memoizedState,l!==null&&l.dehydrated!==null){if(n.alternate===null)throw Error(M(340));Ac()}return l=n.flags,l&65536?(n.flags=l&-65537|128,n):null;case 19:return oe(De),null;case 4:return Hu(),null;case 10:return An(n.type),null;case 22:case 23:return Il(n),xo(),l!==null&&oe(Ua),l=n.flags,l&65536?(n.flags=l&-65537|128,n):null;case 24:return An(Ze),null;case 25:return null;default:return null}}function Fp(l,n){switch(hd(n),n.tag){case 3:An(Ze),Hu();break;case 26:case 27:case 5:$(n);break;case 4:Hu();break;case 31:n.memoizedState!==null&&Il(n);break;case 13:Il(n);break;case 19:oe(De);break;case 10:An(n.type);break;case 22:case 23:Il(n),xo(),l!==null&&oe(Ua);break;case 24:An(Ze)}}function ln(l,n){try{var u=n.updateQueue,i=u!==null?u.lastEffect:null;if(i!==null){var s=i.next;u=s;do{if((u.tag&l)===l){i=void 0;var r=u.create,m=u.inst;i=r(),m.destroy=i}u=u.next}while(u!==s)}}catch(v){ce(n,n.return,v)}}function qa(l,n,u){try{var i=n.updateQueue,s=i!==null?i.lastEffect:null;if(s!==null){var r=s.next;i=r;do{if((i.tag&l)===l){var m=i.inst,v=m.destroy;if(v!==void 0){m.destroy=void 0,s=n;var T=u,C=v;try{C()}catch(Y){ce(s,T,Y)}}}i=i.next}while(i!==r)}}catch(Y){ce(n,n.return,Y)}}function wd(l){var n=l.updateQueue;if(n!==null){var u=l.stateNode;try{Hc(n,u)}catch(i){ce(l,l.return,i)}}}function Gc(l,n,u){u.props=xc(l.type,l.memoizedProps),u.state=l.memoizedState;try{u.componentWillUnmount()}catch(i){ce(l,n,i)}}function fu(l,n){try{var u=l.ref;if(u!==null){switch(l.tag){case 26:case 27:case 5:var i=l.stateNode;break;case 30:i=l.stateNode;break;default:i=l.stateNode}typeof u=="function"?l.refCleanup=u(i):u.current=i}}catch(s){ce(l,n,s)}}function Mn(l,n){var u=l.ref,i=l.refCleanup;if(u!==null)if(typeof i=="function")try{i()}catch(s){ce(l,n,s)}finally{l.refCleanup=null,l=l.alternate,l!=null&&(l.refCleanup=null)}else if(typeof u=="function")try{u(null)}catch(s){ce(l,n,s)}else u.current=null}function Uy(l){var n=l.type,u=l.memoizedProps,i=l.stateNode;try{t:switch(n){case"button":case"input":case"select":case"textarea":u.autoFocus&&i.focus();break t;case"img":u.src?i.src=u.src:u.srcSet&&(i.srcset=u.srcSet)}}catch(s){ce(l,l.return,s)}}function Jd(l,n,u){try{var i=l.stateNode;t0(i,l.type,u,n),i[wl]=n}catch(s){ce(l,l.return,s)}}function Cy(l){return l.tag===5||l.tag===3||l.tag===26||l.tag===27&&Hn(l.type)||l.tag===4}function Jo(l){t:for(;;){for(;l.sibling===null;){if(l.return===null||Cy(l.return))return null;l=l.return}for(l.sibling.return=l.return,l=l.sibling;l.tag!==5&&l.tag!==6&&l.tag!==18;){if(l.tag===27&&Hn(l.type)||l.flags&2||l.child===null||l.tag===4)continue t;l.child.return=l,l=l.child}if(!(l.flags&2))return l.stateNode}}function Ko(l,n,u){var i=l.tag;if(i===5||i===6)l=l.stateNode,n?(u.nodeType===9?u.body:u.nodeName==="HTML"?u.ownerDocument.body:u).insertBefore(l,n):(n=u.nodeType===9?u.body:u.nodeName==="HTML"?u.ownerDocument.body:u,n.appendChild(l),u=u._reactRootContainer,u!=null||n.onclick!==null||(n.onclick=hn));else if(i!==4&&(i===27&&Hn(l.type)&&(u=l.stateNode,n=null),l=l.child,l!==null))for(Ko(l,n,u),l=l.sibling;l!==null;)Ko(l,n,u),l=l.sibling}function $o(l,n,u){var i=l.tag;if(i===5||i===6)l=l.stateNode,n?u.insertBefore(l,n):u.appendChild(l);else if(i!==4&&(i===27&&Hn(l.type)&&(u=l.stateNode),l=l.child,l!==null))for($o(l,n,u),l=l.sibling;l!==null;)$o(l,n,u),l=l.sibling}function _y(l){var n=l.stateNode,u=l.memoizedProps;try{for(var i=l.type,s=n.attributes;s.length;)n.removeAttributeNode(s[0]);Cl(n,i,u),n[se]=l,n[wl]=u}catch(r){ce(l,l.return,r)}}var Fu=!1,Ie=!1,Kd=!1,Hy=typeof WeakSet=="function"?WeakSet:Set,vl=null;function Wo(l,n){if(l=l.containerInfo,hh=cl,l=bc(l),is(l)){if("selectionStart"in l)var u={start:l.selectionStart,end:l.selectionEnd};else t:{u=(u=l.ownerDocument)&&u.defaultView||window;var i=u.getSelection&&u.getSelection();if(i&&i.rangeCount!==0){u=i.anchorNode;var s=i.anchorOffset,r=i.focusNode;i=i.focusOffset;try{u.nodeType,r.nodeType}catch{u=null;break t}var m=0,v=-1,T=-1,C=0,Y=0,X=l,_=null;e:for(;;){for(var x;X!==u||s!==0&&X.nodeType!==3||(v=m+s),X!==r||i!==0&&X.nodeType!==3||(T=m+i),X.nodeType===3&&(m+=X.nodeValue.length),(x=X.firstChild)!==null;)_=X,X=x;for(;;){if(X===l)break e;if(_===u&&++C===s&&(v=m),_===r&&++Y===i&&(T=m),(x=X.nextSibling)!==null)break;X=_,_=X.parentNode}X=x}u=v===-1||T===-1?null:{start:v,end:T}}else u=null}u=u||{start:0,end:0}}else u=null;for(mh={focusedElem:l,selectionRange:u},cl=!1,vl=n;vl!==null;)if(n=vl,l=n.child,(n.subtreeFlags&1028)!==0&&l!==null)l.return=n,vl=l;else for(;vl!==null;){switch(n=vl,r=n.alternate,l=n.flags,n.tag){case 0:if(l&4&&(l=n.updateQueue,l=l!==null?l.events:null,l!==null))for(u=0;u<l.length;u++)s=l[u],s.ref.impl=s.nextImpl;break;case 11:case 15:break;case 1:if(l&1024&&r!==null){l=void 0,u=n,s=r.memoizedProps,r=r.memoizedState,i=u.stateNode;try{var W=xc(u.type,s);l=i.getSnapshotBeforeUpdate(W,r),i.__reactInternalSnapshotBeforeUpdate=l}catch(ct){ce(u,u.return,ct)}}break;case 3:if(l&1024){if(l=n.stateNode.containerInfo,u=l.nodeType,u===9)nr(l);else if(u===1)switch(l.nodeName){case"HEAD":case"HTML":case"BODY":nr(l);break;default:l.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if(l&1024)throw Error(M(163))}if(l=n.sibling,l!==null){l.return=n.return,vl=l;break}vl=n.return}}function Qs(l,n,u){var i=u.flags;switch(u.tag){case 0:case 11:case 15:ku(l,u),i&4&&ln(5,u);break;case 1:if(ku(l,u),i&4)if(l=u.stateNode,n===null)try{l.componentDidMount()}catch(m){ce(u,u.return,m)}else{var s=xc(u.type,n.memoizedProps);n=n.memoizedState;try{l.componentDidUpdate(s,n,l.__reactInternalSnapshotBeforeUpdate)}catch(m){ce(u,u.return,m)}}i&64&&wd(u),i&512&&fu(u,u.return);break;case 3:if(ku(l,u),i&64&&(l=u.updateQueue,l!==null)){if(n=null,u.child!==null)switch(u.child.tag){case 27:case 5:n=u.child.stateNode;break;case 1:n=u.child.stateNode}try{Hc(l,n)}catch(m){ce(u,u.return,m)}}break;case 27:n===null&&i&4&&_y(u);case 26:case 5:ku(l,u),n===null&&i&4&&Uy(u),i&512&&fu(u,u.return);break;case 12:ku(l,u);break;case 31:ku(l,u),i&4&&kp(l,u);break;case 13:ku(l,u),i&4&&xy(l,u),i&64&&(l=u.memoizedState,l!==null&&(l=l.dehydrated,l!==null&&(u=Ya.bind(null,u),sf(l,u))));break;case 22:if(i=u.memoizedState!==null||Fu,!i){n=n!==null&&n.memoizedState!==null||Ie,s=Fu;var r=Ie;Fu=i,(Ie=n)&&!r?Rn(l,u,(u.subtreeFlags&8772)!==0):ku(l,u),Fu=s,Ie=r}break;case 30:break;default:ku(l,u)}}function By(l){var n=l.alternate;n!==null&&(l.alternate=null,By(n)),l.child=null,l.deletions=null,l.sibling=null,l.tag===5&&(n=l.stateNode,n!==null&&Zr(n)),l.stateNode=null,l.return=null,l.dependencies=null,l.memoizedProps=null,l.memoizedState=null,l.pendingProps=null,l.stateNode=null,l.updateQueue=null}var ge=null,ea=!1;function su(l,n,u){for(u=u.child;u!==null;)Ny(l,n,u),u=u.sibling}function Ny(l,n,u){if(da&&typeof da.onCommitFiberUnmount=="function")try{da.onCommitFiberUnmount(ei,u)}catch{}switch(u.tag){case 26:Ie||Mn(u,n),su(l,n,u),u.memoizedState?u.memoizedState.count--:u.stateNode&&(u=u.stateNode,u.parentNode.removeChild(u));break;case 27:Ie||Mn(u,n);var i=ge,s=ea;Hn(u.type)&&(ge=u.stateNode,ea=!1),su(l,n,u),Li(u.stateNode),ge=i,ea=s;break;case 5:Ie||Mn(u,n);case 6:if(i=ge,s=ea,ge=null,su(l,n,u),ge=i,ea=s,ge!==null)if(ea)try{(ge.nodeType===9?ge.body:ge.nodeName==="HTML"?ge.ownerDocument.body:ge).removeChild(u.stateNode)}catch(r){ce(u,n,r)}else try{ge.removeChild(u.stateNode)}catch(r){ce(u,n,r)}break;case 18:ge!==null&&(ea?(l=ge,n0(l.nodeType===9?l.body:l.nodeName==="HTML"?l.ownerDocument.body:l,u.stateNode),Tf(l)):n0(ge,u.stateNode));break;case 4:i=ge,s=ea,ge=u.stateNode.containerInfo,ea=!0,su(l,n,u),ge=i,ea=s;break;case 0:case 11:case 14:case 15:qa(2,u,n),Ie||qa(4,u,n),su(l,n,u);break;case 1:Ie||(Mn(u,n),i=u.stateNode,typeof i.componentWillUnmount=="function"&&Gc(u,n,i)),su(l,n,u);break;case 21:su(l,n,u);break;case 22:Ie=(i=Ie)||u.memoizedState!==null,su(l,n,u),Ie=i;break;default:su(l,n,u)}}function kp(l,n){if(n.memoizedState===null&&(l=n.alternate,l!==null&&(l=l.memoizedState,l!==null))){l=l.dehydrated;try{Tf(l)}catch(u){ce(n,n.return,u)}}}function xy(l,n){if(n.memoizedState===null&&(l=n.alternate,l!==null&&(l=l.memoizedState,l!==null&&(l=l.dehydrated,l!==null))))try{Tf(l)}catch(u){ce(n,n.return,u)}}function Vs(l){switch(l.tag){case 31:case 13:case 19:var n=l.stateNode;return n===null&&(n=l.stateNode=new Hy),n;case 22:return l=l.stateNode,n=l._retryCache,n===null&&(n=l._retryCache=new Hy),n;default:throw Error(M(435,l.tag))}}function Zs(l,n){var u=Vs(l);n.forEach(function(i){if(!u.has(i)){u.add(i);var s=gv.bind(null,l,i);i.then(s,s)}})}function la(l,n){var u=n.deletions;if(u!==null)for(var i=0;i<u.length;i++){var s=u[i],r=l,m=n,v=m;t:for(;v!==null;){switch(v.tag){case 27:if(Hn(v.type)){ge=v.stateNode,ea=!1;break t}break;case 5:ge=v.stateNode,ea=!1;break t;case 3:case 4:ge=v.stateNode.containerInfo,ea=!0;break t}v=v.return}if(ge===null)throw Error(M(160));Ny(r,m,s),ge=null,ea=!1,r=s.alternate,r!==null&&(r.return=null),s.return=null}if(n.subtreeFlags&13886)for(n=n.child;n!==null;)$d(n,l),n=n.sibling}var Et=null;function $d(l,n){var u=l.alternate,i=l.flags;switch(l.tag){case 0:case 11:case 14:case 15:la(n,l),ya(l),i&4&&(qa(3,l,l.return),ln(3,l),qa(5,l,l.return));break;case 1:la(n,l),ya(l),i&512&&(Ie||u===null||Mn(u,u.return)),i&64&&Fu&&(l=l.updateQueue,l!==null&&(i=l.callbacks,i!==null&&(u=l.shared.hiddenCallbacks,l.shared.hiddenCallbacks=u===null?i:u.concat(i))));break;case 26:var s=Et;if(la(n,l),ya(l),i&512&&(Ie||u===null||Mn(u,u.return)),i&4){var r=u!==null?u.memoizedState:null;if(i=l.memoizedState,u===null)if(i===null)if(l.stateNode===null){t:{i=l.type,u=l.memoizedProps,s=s.ownerDocument||s;e:switch(i){case"title":r=s.getElementsByTagName("title")[0],(!r||r[Zn]||r[se]||r.namespaceURI==="http://www.w3.org/2000/svg"||r.hasAttribute("itemprop"))&&(r=s.createElement(i),s.head.insertBefore(r,s.querySelector("head > title"))),Cl(r,i,u),r[se]=l,le(r),i=r;break t;case"link":var m=o0("link","href",s).get(i+(u.href||""));if(m){for(var v=0;v<m.length;v++)if(r=m[v],r.getAttribute("href")===(u.href==null||u.href===""?null:u.href)&&r.getAttribute("rel")===(u.rel==null?null:u.rel)&&r.getAttribute("title")===(u.title==null?null:u.title)&&r.getAttribute("crossorigin")===(u.crossOrigin==null?null:u.crossOrigin)){m.splice(v,1);break e}}r=s.createElement(i),Cl(r,i,u),s.head.appendChild(r);break;case"meta":if(m=o0("meta","content",s).get(i+(u.content||""))){for(v=0;v<m.length;v++)if(r=m[v],r.getAttribute("content")===(u.content==null?null:""+u.content)&&r.getAttribute("name")===(u.name==null?null:u.name)&&r.getAttribute("property")===(u.property==null?null:u.property)&&r.getAttribute("http-equiv")===(u.httpEquiv==null?null:u.httpEquiv)&&r.getAttribute("charset")===(u.charSet==null?null:u.charSet)){m.splice(v,1);break e}}r=s.createElement(i),Cl(r,i,u),s.head.appendChild(r);break;default:throw Error(M(468,i))}r[se]=l,le(r),i=r}l.stateNode=i}else Sh(s,l.type,l.stateNode);else l.stateNode=i0(s,i,l.memoizedProps);else r!==i?(r===null?u.stateNode!==null&&(u=u.stateNode,u.parentNode.removeChild(u)):r.count--,i===null?Sh(s,l.type,l.stateNode):i0(s,i,l.memoizedProps)):i===null&&l.stateNode!==null&&Jd(l,l.memoizedProps,u.memoizedProps)}break;case 27:la(n,l),ya(l),i&512&&(Ie||u===null||Mn(u,u.return)),u!==null&&i&4&&Jd(l,l.memoizedProps,u.memoizedProps);break;case 5:if(la(n,l),ya(l),i&512&&(Ie||u===null||Mn(u,u.return)),l.flags&32){s=l.stateNode;try{wn(s,"")}catch(W){ce(l,l.return,W)}}i&4&&l.stateNode!=null&&(s=l.memoizedProps,Jd(l,s,u!==null?u.memoizedProps:s)),i&1024&&(Kd=!0);break;case 6:if(la(n,l),ya(l),i&4){if(l.stateNode===null)throw Error(M(162));i=l.memoizedProps,u=l.stateNode;try{u.nodeValue=i}catch(W){ce(l,l.return,W)}}break;case 3:if(pf=null,s=Et,Et=Gl(n.containerInfo),la(n,l),Et=s,ya(l),i&4&&u!==null&&u.memoizedState.isDehydrated)try{Tf(n.containerInfo)}catch(W){ce(l,l.return,W)}Kd&&(Kd=!1,qy(l));break;case 4:i=Et,Et=Gl(l.stateNode.containerInfo),la(n,l),ya(l),Et=i;break;case 12:la(n,l),ya(l);break;case 31:la(n,l),ya(l),i&4&&(i=l.updateQueue,i!==null&&(l.updateQueue=null,Zs(l,i)));break;case 13:la(n,l),ya(l),l.child.flags&8192&&l.memoizedState!==null!=(u!==null&&u.memoizedState!==null)&&(_n=Rl()),i&4&&(i=l.updateQueue,i!==null&&(l.updateQueue=null,Zs(l,i)));break;case 22:s=l.memoizedState!==null;var T=u!==null&&u.memoizedState!==null,C=Fu,Y=Ie;if(Fu=C||s,Ie=Y||T,la(n,l),Ie=Y,Fu=C,ya(l),i&8192)t:for(n=l.stateNode,n._visibility=s?n._visibility&-2:n._visibility|1,s&&(u===null||T||Fu||Ie||Yi(l)),u=null,n=l;;){if(n.tag===5||n.tag===26){if(u===null){T=u=n;try{if(r=T.stateNode,s)m=r.style,typeof m.setProperty=="function"?m.setProperty("display","none","important"):m.display="none";else{v=T.stateNode;var X=T.memoizedProps.style,_=X!=null&&X.hasOwnProperty("display")?X.display:null;v.style.display=_==null||typeof _=="boolean"?"":(""+_).trim()}}catch(W){ce(T,T.return,W)}}}else if(n.tag===6){if(u===null){T=n;try{T.stateNode.nodeValue=s?"":T.memoizedProps}catch(W){ce(T,T.return,W)}}}else if(n.tag===18){if(u===null){T=n;try{var x=T.stateNode;s?Je(x,!0):Je(T.stateNode,!1)}catch(W){ce(T,T.return,W)}}}else if((n.tag!==22&&n.tag!==23||n.memoizedState===null||n===l)&&n.child!==null){n.child.return=n,n=n.child;continue}if(n===l)break t;for(;n.sibling===null;){if(n.return===null||n.return===l)break t;u===n&&(u=null),n=n.return}u===n&&(u=null),n.sibling.return=n.return,n=n.sibling}i&4&&(i=l.updateQueue,i!==null&&(u=i.retryQueue,u!==null&&(i.retryQueue=null,Zs(l,u))));break;case 19:la(n,l),ya(l),i&4&&(i=l.updateQueue,i!==null&&(l.updateQueue=null,Zs(l,i)));break;case 30:break;case 21:break;default:la(n,l),ya(l)}}function ya(l){var n=l.flags;if(n&2){try{for(var u,i=l.return;i!==null;){if(Cy(i)){u=i;break}i=i.return}if(u==null)throw Error(M(160));switch(u.tag){case 27:var s=u.stateNode,r=Jo(l);$o(l,r,s);break;case 5:var m=u.stateNode;u.flags&32&&(wn(m,""),u.flags&=-33);var v=Jo(l);$o(l,v,m);break;case 3:case 4:var T=u.stateNode.containerInfo,C=Jo(l);Ko(l,C,T);break;default:throw Error(M(161))}}catch(Y){ce(l,l.return,Y)}l.flags&=-3}n&4096&&(l.flags&=-4097)}function qy(l){if(l.subtreeFlags&1024)for(l=l.child;l!==null;){var n=l;qy(n),n.tag===5&&n.flags&1024&&n.stateNode.reset(),l=l.sibling}}function ku(l,n){if(n.subtreeFlags&8772)for(n=n.child;n!==null;)Qs(l,n.alternate,n),n=n.sibling}function Yi(l){for(l=l.child;l!==null;){var n=l;switch(n.tag){case 0:case 11:case 14:case 15:qa(4,n,n.return),Yi(n);break;case 1:Mn(n,n.return);var u=n.stateNode;typeof u.componentWillUnmount=="function"&&Gc(n,n.return,u),Yi(n);break;case 27:Li(n.stateNode);case 26:case 5:Mn(n,n.return),Yi(n);break;case 22:n.memoizedState===null&&Yi(n);break;case 30:Yi(n);break;default:Yi(n)}l=l.sibling}}function Rn(l,n,u){for(u=u&&(n.subtreeFlags&8772)!==0,n=n.child;n!==null;){var i=n.alternate,s=l,r=n,m=r.flags;switch(r.tag){case 0:case 11:case 15:Rn(s,r,u),ln(4,r);break;case 1:if(Rn(s,r,u),i=r,s=i.stateNode,typeof s.componentDidMount=="function")try{s.componentDidMount()}catch(C){ce(i,i.return,C)}if(i=r,s=i.updateQueue,s!==null){var v=i.stateNode;try{var T=s.shared.hiddenCallbacks;if(T!==null)for(s.shared.hiddenCallbacks=null,s=0;s<T.length;s++)Sd(T[s],v)}catch(C){ce(i,i.return,C)}}u&&m&64&&wd(r),fu(r,r.return);break;case 27:_y(r);case 26:case 5:Rn(s,r,u),u&&i===null&&m&4&&Uy(r),fu(r,r.return);break;case 12:Rn(s,r,u);break;case 31:Rn(s,r,u),u&&m&4&&kp(s,r);break;case 13:Rn(s,r,u),u&&m&4&&xy(s,r);break;case 22:r.memoizedState===null&&Rn(s,r,u),fu(r,r.return);break;case 30:break;default:Rn(s,r,u)}n=n.sibling}}function Wd(l,n){var u=null;l!==null&&l.memoizedState!==null&&l.memoizedState.cachePool!==null&&(u=l.memoizedState.cachePool.pool),l=null,n.memoizedState!==null&&n.memoizedState.cachePool!==null&&(l=n.memoizedState.cachePool.pool),l!==u&&(l!=null&&l.refCount++,u!=null&&vs(u))}function Fd(l,n){l=null,n.alternate!==null&&(l=n.alternate.memoizedState.cache),n=n.memoizedState.cache,n!==l&&(n.refCount++,l!=null&&vs(l))}function an(l,n,u,i){if(n.subtreeFlags&10256)for(n=n.child;n!==null;)Fo(l,n,u,i),n=n.sibling}function Fo(l,n,u,i){var s=n.flags;switch(n.tag){case 0:case 11:case 15:an(l,n,u,i),s&2048&&ln(9,n);break;case 1:an(l,n,u,i);break;case 3:an(l,n,u,i),s&2048&&(l=null,n.alternate!==null&&(l=n.alternate.memoizedState.cache),n=n.memoizedState.cache,n!==l&&(n.refCount++,l!=null&&vs(l)));break;case 12:if(s&2048){an(l,n,u,i),l=n.stateNode;try{var r=n.memoizedProps,m=r.id,v=r.onPostCommit;typeof v=="function"&&v(m,n.alternate===null?"mount":"update",l.passiveEffectDuration,-0)}catch(T){ce(n,n.return,T)}}else an(l,n,u,i);break;case 31:an(l,n,u,i);break;case 13:an(l,n,u,i);break;case 23:break;case 22:r=n.stateNode,m=n.alternate,n.memoizedState!==null?r._visibility&2?an(l,n,u,i):Ls(l,n):r._visibility&2?an(l,n,u,i):(r._visibility|=2,ko(l,n,u,i,(n.subtreeFlags&10256)!==0||!1)),s&2048&&Wd(m,n);break;case 24:an(l,n,u,i),s&2048&&Fd(n.alternate,n);break;default:an(l,n,u,i)}}function ko(l,n,u,i,s){for(s=s&&((n.subtreeFlags&10256)!==0||!1),n=n.child;n!==null;){var r=l,m=n,v=u,T=i,C=m.flags;switch(m.tag){case 0:case 11:case 15:ko(r,m,v,T,s),ln(8,m);break;case 23:break;case 22:var Y=m.stateNode;m.memoizedState!==null?Y._visibility&2?ko(r,m,v,T,s):Ls(r,m):(Y._visibility|=2,ko(r,m,v,T,s)),s&&C&2048&&Wd(m.alternate,m);break;case 24:ko(r,m,v,T,s),s&&C&2048&&Fd(m.alternate,m);break;default:ko(r,m,v,T,s)}n=n.sibling}}function Ls(l,n){if(n.subtreeFlags&10256)for(n=n.child;n!==null;){var u=l,i=n,s=i.flags;switch(i.tag){case 22:Ls(u,i),s&2048&&Wd(i.alternate,i);break;case 24:Ls(u,i),s&2048&&Fd(i.alternate,i);break;default:Ls(u,i)}n=n.sibling}}var pa=8192;function ru(l,n,u){if(l.subtreeFlags&pa)for(l=l.child;l!==null;)Ip(l,n,u),l=l.sibling}function Ip(l,n,u){switch(l.tag){case 26:ru(l,n,u),l.flags&pa&&l.memoizedState!==null&&pu(u,Et,l.memoizedState,l.memoizedProps);break;case 5:ru(l,n,u);break;case 3:case 4:var i=Et;Et=Gl(l.stateNode.containerInfo),ru(l,n,u),Et=i;break;case 22:l.memoizedState===null&&(i=l.alternate,i!==null&&i.memoizedState!==null?(i=pa,pa=16777216,ru(l,n,u),pa=i):ru(l,n,u));break;default:ru(l,n,u)}}function kd(l){var n=l.alternate;if(n!==null&&(l=n.child,l!==null)){n.child=null;do n=l.sibling,l.sibling=null,l=n;while(l!==null)}}function Io(l){var n=l.deletions;if(l.flags&16){if(n!==null)for(var u=0;u<n.length;u++){var i=n[u];vl=i,Id(i,l)}kd(l)}if(l.subtreeFlags&10256)for(l=l.child;l!==null;)Yy(l),l=l.sibling}function Yy(l){switch(l.tag){case 0:case 11:case 15:Io(l),l.flags&2048&&qa(9,l,l.return);break;case 3:Io(l);break;case 12:Io(l);break;case 22:var n=l.stateNode;l.memoizedState!==null&&n._visibility&2&&(l.return===null||l.return.tag!==13)?(n._visibility&=-3,ws(l)):Io(l);break;default:Io(l)}}function ws(l){var n=l.deletions;if(l.flags&16){if(n!==null)for(var u=0;u<n.length;u++){var i=n[u];vl=i,Id(i,l)}kd(l)}for(l=l.child;l!==null;){switch(n=l,n.tag){case 0:case 11:case 15:qa(8,n,n.return),ws(n);break;case 22:u=n.stateNode,u._visibility&2&&(u._visibility&=-3,ws(n));break;default:ws(n)}l=l.sibling}}function Id(l,n){for(;vl!==null;){var u=vl;switch(u.tag){case 0:case 11:case 15:qa(8,u,n);break;case 23:case 22:if(u.memoizedState!==null&&u.memoizedState.cachePool!==null){var i=u.memoizedState.cachePool.pool;i!=null&&i.refCount++}break;case 24:vs(u.memoizedState.cache)}if(i=u.child,i!==null)i.return=u,vl=i;else t:for(u=l;vl!==null;){i=vl;var s=i.sibling,r=i.return;if(By(i),i===u){vl=null;break t}if(s!==null){s.return=r,vl=s;break t}vl=r}}}var Pp={getCacheForType:function(l){var n=Q(Ze),u=n.data.get(l);return u===void 0&&(u=l(),n.data.set(l,u)),u},cacheSignal:function(){return Q(Ze).controller.signal}},jy=typeof WeakMap=="function"?WeakMap:Map,Wt=0,de=null,Nt=null,Ut=0,ue=0,ft=null,du=!1,Xc=!1,Pd=!1,Un=0,Se=0,Cn=0,ji=0,th=0,aa=0,He=0,Js=null,Be=null,eh=!1,_n=0,Gy=0,Pt=1/0,Po=null,Oe=null,ul=0,Iu=null,Qc=null,hu=0,va=0,lh=null,ah=null,tf=0,Ks=null;function ga(){return Wt&2&&Ut!==0?Ut&-Ut:O.T!==null?oh():Qr()}function tv(){if(aa===0)if(!(Ut&536870912)||Bt){var l=sn;sn<<=1,!(sn&3932160)&&(sn=262144),aa=l}else aa=536870912;return l=kl.current,l!==null&&(l.flags|=32),aa}function na(l,n,u){(l===de&&(ue===2||ue===9)||l.cancelPendingCommit!==null)&&(mu(l,0),Pu(l,Ut,aa,!1)),ho(l,u),(!(Wt&2)||l!==de)&&(l===de&&(!(Wt&2)&&(ji|=u),Se===4&&Pu(l,Ut,aa,!1)),yu(l))}function ev(l,n,u){if(Wt&6)throw Error(M(327));var i=!u&&(n&127)===0&&(n&l.expiredLanes)===0||rn(l,n),s=i?cv(l,n):uh(l,n,!0),r=i;do{if(s===0){Xc&&!i&&Pu(l,n,0,!1);break}else{if(u=l.current.alternate,r&&!lv(u)){s=uh(l,n,!1),r=!1;continue}if(s===2){if(r=n,l.errorRecoveryDisabledLanes&r)var m=0;else m=l.pendingLanes&-536870913,m=m!==0?m:m&536870912?536870912:0;if(m!==0){n=m;t:{var v=l;s=Js;var T=v.current.memoizedState.isDehydrated;if(T&&(mu(v,m).flags|=256),m=uh(v,m,!1),m!==2){if(Pd&&!T){v.errorRecoveryDisabledLanes|=r,ji|=r,s=4;break t}r=Be,Be=s,r!==null&&(Be===null?Be=r:Be.push.apply(Be,r))}s=m}if(r=!1,s!==2)continue}}if(s===1){mu(l,0),Pu(l,n,0,!0);break}t:{switch(i=l,r=s,r){case 0:case 1:throw Error(M(345));case 4:if((n&4194048)!==n)break;case 6:Pu(i,n,aa,!du);break t;case 2:Be=null;break;case 3:case 5:break;default:throw Error(M(329))}if((n&62914560)===n&&(s=_n+300-Rl(),10<s)){if(Pu(i,n,aa,!du),Qe(i,0,!0)!==0)break t;hu=n,i.timeoutHandle=ar($s.bind(null,i,u,Be,Po,eh,n,aa,ji,He,du,r,"Throttled",-0,0),s);break t}$s(i,u,Be,Po,eh,n,aa,ji,He,du,r,null,-0,0)}}break}while(!0);yu(l)}function $s(l,n,u,i,s,r,m,v,T,C,Y,X,_,x){if(l.timeoutHandle=-1,X=n.subtreeFlags,X&8192||(X&16785408)===16785408){X={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:hn},Ip(n,r,X);var W=(r&62914560)===r?_n-Rl():(r&4194048)===r?Gy-Rl():0;if(W=s0(X,W),W!==null){hu=r,l.cancelPendingCommit=W(sv.bind(null,l,n,r,u,i,s,m,v,T,Y,X,null,_,x)),Pu(l,r,m,!C);return}}sv(l,n,r,u,i,s,m,v,T)}function lv(l){for(var n=l;;){var u=n.tag;if((u===0||u===11||u===15)&&n.flags&16384&&(u=n.updateQueue,u!==null&&(u=u.stores,u!==null)))for(var i=0;i<u.length;i++){var s=u[i],r=s.getSnapshot;s=s.value;try{if(!Yl(r(),s))return!1}catch{return!1}}if(u=n.child,n.subtreeFlags&16384&&u!==null)u.return=n,n=u;else{if(n===l)break;for(;n.sibling===null;){if(n.return===null||n.return===l)return!0;n=n.return}n.sibling.return=n.return,n=n.sibling}}return!0}function Pu(l,n,u,i){n&=~th,n&=~ji,l.suspendedLanes|=n,l.pingedLanes&=~n,i&&(l.warmLanes|=n),i=l.expirationTimes;for(var s=n;0<s;){var r=31-Ll(s),m=1<<r;i[r]=-1,s&=~m}u!==0&&Ff(l,u,n)}function ef(){return Wt&6?!0:(ec(0),!1)}function Xy(){if(Nt!==null){if(ue===0)var l=Nt.return;else l=Nt,En=Vu=null,Ms(l),Rc=null,Oi=0,l=Nt;for(;l!==null;)Fp(l.alternate,l),l=l.return;Nt=null}}function mu(l,n){var u=l.timeoutHandle;u!==-1&&(l.timeoutHandle=-1,Ov(u)),u=l.cancelPendingCommit,u!==null&&(l.cancelPendingCommit=null,u()),hu=0,Xy(),de=l,Nt=u=Xu(l.current,null),Ut=n,ue=0,ft=null,du=!1,Xc=rn(l,n),Pd=!1,He=aa=th=ji=Cn=Se=0,Be=Js=null,eh=!1,n&8&&(n|=n&32);var i=l.entangledLanes;if(i!==0)for(l=l.entanglements,i&=n;0<i;){var s=31-Ll(i),r=1<<s;n|=l[s],i&=~r}return Un=n,Da(),u}function lf(l,n){bt=null,O.H=xs,n===Dc||n===Bo?(n=Wm(),ue=3):n===zi?(n=Wm(),ue=4):ue=n===Xd?8:n!==null&&typeof n=="object"&&typeof n.then=="function"?6:1,ft=n,Nt===null&&(Se=1,Lo(l,Ma(n,l.current)))}function av(){var l=kl.current;return l===null?!0:(Ut&4194048)===Ut?Ha===null:(Ut&62914560)===Ut||Ut&536870912?l===Ha:!1}function nv(){var l=O.H;return O.H=xs,l===null?xs:l}function uv(){var l=O.A;return O.A=Pp,l}function nh(){Se=4,du||(Ut&4194048)!==Ut&&kl.current!==null||(Xc=!0),!(Cn&134217727)&&!(ji&134217727)||de===null||Pu(de,Ut,aa,!1)}function uh(l,n,u){var i=Wt;Wt|=2;var s=nv(),r=uv();(de!==l||Ut!==n)&&(Po=null,mu(l,n)),n=!1;var m=Se;t:do try{if(ue!==0&&Nt!==null){var v=Nt,T=ft;switch(ue){case 8:Xy(),m=6;break t;case 3:case 2:case 9:case 6:kl.current===null&&(n=!0);var C=ue;if(ue=0,ft=null,Gi(l,v,T,C),u&&Xc){m=0;break t}break;default:C=ue,ue=0,ft=null,Gi(l,v,T,C)}}Jg(),m=Se;break}catch(Y){lf(l,Y)}while(!0);return n&&l.shellSuspendCounter++,En=Vu=null,Wt=i,O.H=s,O.A=r,Nt===null&&(de=null,Ut=0,Da()),m}function Jg(){for(;Nt!==null;)iv(Nt)}function cv(l,n){var u=Wt;Wt|=2;var i=nv(),s=uv();de!==l||Ut!==n?(Po=null,Pt=Rl()+500,mu(l,n)):Xc=rn(l,n);t:do try{if(ue!==0&&Nt!==null){n=Nt;var r=ft;e:switch(ue){case 1:ue=0,ft=null,Gi(l,n,r,1);break;case 2:case 9:if(Km(r)){ue=0,ft=null,ov(n);break}n=function(){ue!==2&&ue!==9||de!==l||(ue=7),yu(l)},r.then(n,n);break t;case 3:ue=7;break t;case 4:ue=5;break t;case 7:Km(r)?(ue=0,ft=null,ov(n)):(ue=0,ft=null,Gi(l,n,r,7));break;case 5:var m=null;switch(Nt.tag){case 26:m=Nt.memoizedState;case 5:case 27:var v=Nt;if(m?ba(m):v.stateNode.complete){ue=0,ft=null;var T=v.sibling;if(T!==null)Nt=T;else{var C=v.return;C!==null?(Nt=C,Ws(C)):Nt=null}break e}}ue=0,ft=null,Gi(l,n,r,5);break;case 6:ue=0,ft=null,Gi(l,n,r,6);break;case 8:Xy(),Se=6;break t;default:throw Error(M(462))}}Vc();break}catch(Y){lf(l,Y)}while(!0);return En=Vu=null,O.H=i,O.A=s,Wt=u,Nt!==null?0:(de=null,Ut=0,Da(),Se)}function Vc(){for(;Nt!==null&&!ti();)iv(Nt)}function iv(l){var n=Oy(l.alternate,l,Un);l.memoizedProps=l.pendingProps,n===null?Ws(l):Nt=n}function ov(l){var n=l,u=n.alternate;switch(n.tag){case 15:case 0:n=Yc(u,n,n.pendingProps,n.type,void 0,Ut);break;case 11:n=Yc(u,n,n.pendingProps,n.type.render,n.ref,Ut);break;case 5:Ms(n);default:Fp(u,n),n=Nt=Xm(n,Un),n=Oy(u,n,Un)}l.memoizedProps=l.pendingProps,n===null?Ws(l):Nt=n}function Gi(l,n,u,i){En=Vu=null,Ms(n),Rc=null,Oi=0;var s=n.return;try{if(wg(l,s,n,u,Ut)){Se=1,Lo(l,Ma(u,l.current)),Nt=null;return}}catch(r){if(s!==null)throw Nt=s,r;Se=1,Lo(l,Ma(u,l.current)),Nt=null;return}n.flags&32768?(Bt||i===1?l=!0:Xc||Ut&536870912?l=!1:(du=l=!0,(i===2||i===9||i===3||i===6)&&(i=kl.current,i!==null&&i.tag===13&&(i.flags|=16384))),fv(n,l)):Ws(n)}function Ws(l){var n=l;do{if(n.flags&32768){fv(n,du);return}l=n.return;var u=$p(n.alternate,n,Un);if(u!==null){Nt=u;return}if(n=n.sibling,n!==null){Nt=n;return}Nt=n=l}while(n!==null);Se===0&&(Se=5)}function fv(l,n){do{var u=Wp(l.alternate,l);if(u!==null){u.flags&=32767,Nt=u;return}if(u=l.return,u!==null&&(u.flags|=32768,u.subtreeFlags=0,u.deletions=null),!n&&(l=l.sibling,l!==null)){Nt=l;return}Nt=l=u}while(l!==null);Se=6,Nt=null}function sv(l,n,u,i,s,r,m,v,T){l.cancelPendingCommit=null;do af();while(ul!==0);if(Wt&6)throw Error(M(327));if(n!==null){if(n===l.current)throw Error(M(177));if(r=n.lanes|n.childLanes,r|=ka,Gr(l,u,r,m,v,T),l===de&&(Nt=de=null,Ut=0),Qc=n,Iu=l,hu=u,va=r,lh=s,ah=i,n.subtreeFlags&10256||n.flags&10256?(l.callbackNode=null,l.callbackPriority=0,Sv(rc,function(){return yv(),null})):(l.callbackNode=null,l.callbackPriority=0),i=(n.flags&13878)!==0,n.subtreeFlags&13878||i){i=O.T,O.T=null,s=V.p,V.p=2,m=Wt,Wt|=4;try{Wo(l,n,u)}finally{Wt=m,V.p=s,O.T=i}}ul=1,rv(),dv(),hv()}}function rv(){if(ul===1){ul=0;var l=Iu,n=Qc,u=(n.flags&13878)!==0;if(n.subtreeFlags&13878||u){u=O.T,O.T=null;var i=V.p;V.p=2;var s=Wt;Wt|=4;try{$d(n,l);var r=mh,m=bc(l.containerInfo),v=r.focusedElem,T=r.selectionRange;if(m!==v&&v&&v.ownerDocument&&pi(v.ownerDocument.documentElement,v)){if(T!==null&&is(v)){var C=T.start,Y=T.end;if(Y===void 0&&(Y=C),"selectionStart"in v)v.selectionStart=C,v.selectionEnd=Math.min(Y,v.value.length);else{var X=v.ownerDocument||document,_=X&&X.defaultView||window;if(_.getSelection){var x=_.getSelection(),W=v.textContent.length,ct=Math.min(T.start,W),me=T.end===void 0?ct:Math.min(T.end,W);!x.extend&&ct>me&&(m=me,me=ct,ct=m);var R=jm(v,ct),z=jm(v,me);if(R&&z&&(x.rangeCount!==1||x.anchorNode!==R.node||x.anchorOffset!==R.offset||x.focusNode!==z.node||x.focusOffset!==z.offset)){var U=X.createRange();U.setStart(R.node,R.offset),x.removeAllRanges(),ct>me?(x.addRange(U),x.extend(z.node,z.offset)):(U.setEnd(z.node,z.offset),x.addRange(U))}}}}for(X=[],x=v;x=x.parentNode;)x.nodeType===1&&X.push({element:x,left:x.scrollLeft,top:x.scrollTop});for(typeof v.focus=="function"&&v.focus(),v=0;v<X.length;v++){var G=X[v];G.element.scrollLeft=G.left,G.element.scrollTop=G.top}}cl=!!hh,mh=hh=null}finally{Wt=s,V.p=i,O.T=u}}l.current=n,ul=2}}function dv(){if(ul===2){ul=0;var l=Iu,n=Qc,u=(n.flags&8772)!==0;if(n.subtreeFlags&8772||u){u=O.T,O.T=null;var i=V.p;V.p=2;var s=Wt;Wt|=4;try{Qs(l,n.alternate,n)}finally{Wt=s,V.p=i,O.T=u}}ul=3}}function hv(){if(ul===4||ul===3){ul=0,qr();var l=Iu,n=Qc,u=hu,i=ah;n.subtreeFlags&10256||n.flags&10256?ul=5:(ul=0,Qc=Iu=null,mv(l,l.pendingLanes));var s=l.pendingLanes;if(s===0&&(Oe=null),dm(u),n=n.stateNode,da&&typeof da.onCommitFiberRoot=="function")try{da.onCommitFiberRoot(ei,n,void 0,(n.current.flags&128)===128)}catch{}if(i!==null){n=O.T,s=V.p,V.p=2,O.T=null;try{for(var r=l.onRecoverableError,m=0;m<i.length;m++){var v=i[m];r(v.value,{componentStack:v.stack})}}finally{O.T=n,V.p=s}}hu&3&&af(),yu(l),s=l.pendingLanes,u&261930&&s&42?l===Ks?tf++:(tf=0,Ks=l):tf=0,ec(0)}}function mv(l,n){(l.pooledCacheLanes&=n)===0&&(n=l.pooledCache,n!=null&&(l.pooledCache=null,vs(n)))}function af(){return rv(),dv(),hv(),yv()}function yv(){if(ul!==5)return!1;var l=Iu,n=va;va=0;var u=dm(hu),i=O.T,s=V.p;try{V.p=32>u?32:u,O.T=null,u=lh,lh=null;var r=Iu,m=hu;if(ul=0,Qc=Iu=null,hu=0,Wt&6)throw Error(M(331));var v=Wt;if(Wt|=4,Yy(r.current),Fo(r,r.current,m,u),Wt=v,ec(0,!1),da&&typeof da.onPostCommitFiberRoot=="function")try{da.onPostCommitFiberRoot(ei,r)}catch{}return!0}finally{V.p=s,O.T=i,mv(l,n)}}function pv(l,n,u){n=Ma(u,n),n=vy(l.stateNode,n,2),l=_a(l,n,2),l!==null&&(ho(l,2),yu(l))}function ce(l,n,u){if(l.tag===3)pv(l,l,u);else for(;n!==null;){if(n.tag===3){pv(n,l,u);break}else if(n.tag===1){var i=n.stateNode;if(typeof n.type.getDerivedStateFromError=="function"||typeof i.componentDidCatch=="function"&&(Oe===null||!Oe.has(i))){l=Ma(u,l),u=gy(2),i=_a(n,u,2),i!==null&&(Sy(u,i,n,l),ho(i,2),yu(i));break}}n=n.return}}function Fs(l,n,u){var i=l.pingCache;if(i===null){i=l.pingCache=new jy;var s=new Set;i.set(n,s)}else s=i.get(n),s===void 0&&(s=new Set,i.set(n,s));s.has(u)||(Pd=!0,s.add(u),l=Qy.bind(null,l,n,u),n.then(l,l))}function Qy(l,n,u){var i=l.pingCache;i!==null&&i.delete(n),l.pingedLanes|=l.suspendedLanes&u,l.warmLanes&=~u,de===l&&(Ut&u)===u&&(Se===4||Se===3&&(Ut&62914560)===Ut&&300>Rl()-_n?!(Wt&2)&&mu(l,0):th|=u,He===Ut&&(He=0)),yu(l)}function vv(l,n){n===0&&(n=li()),l=Gu(l,n),l!==null&&(ho(l,n),yu(l))}function Ya(l){var n=l.memoizedState,u=0;n!==null&&(u=n.retryLane),vv(l,u)}function gv(l,n){var u=0;switch(l.tag){case 31:case 13:var i=l.stateNode,s=l.memoizedState;s!==null&&(u=s.retryLane);break;case 19:i=l.stateNode;break;case 22:i=l.stateNode._retryCache;break;default:throw Error(M(314))}i!==null&&i.delete(n),vv(l,u)}function Sv(l,n){return pe(l,n)}var nf=null,Xi=null,Vy=!1,ch=!1,Zy=!1,tc=0;function yu(l){l!==Xi&&l.next===null&&(Xi===null?nf=Xi=l:Xi=Xi.next=l),ch=!0,Vy||(Vy=!0,Is())}function ec(l,n){if(!Zy&&ch){Zy=!0;do for(var u=!1,i=nf;i!==null;){if(l!==0){var s=i.pendingLanes;if(s===0)var r=0;else{var m=i.suspendedLanes,v=i.pingedLanes;r=(1<<31-Ll(42|l)+1)-1,r&=s&~(m&~v),r=r&201326741?r&201326741|1:r?r|2:0}r!==0&&(u=!0,Qi(i,r))}else r=Ut,r=Qe(i,i===de?r:0,i.cancelPendingCommit!==null||i.timeoutHandle!==-1),!(r&3)||rn(i,r)||(u=!0,Qi(i,r));i=i.next}while(u);Zy=!1}}function ih(){Ly()}function Ly(){ch=Vy=!1;var l=0;tc!==0&&Kg()&&(l=tc);for(var n=Rl(),u=null,i=nf;i!==null;){var s=i.next,r=wy(i,n);r===0?(i.next=null,u===null?nf=s:u.next=s,s===null&&(Xi=u)):(u=i,(l!==0||r&3)&&(ch=!0)),i=s}ul!==0&&ul!==5||ec(l),tc!==0&&(tc=0)}function wy(l,n){for(var u=l.suspendedLanes,i=l.pingedLanes,s=l.expirationTimes,r=l.pendingLanes&-62914561;0<r;){var m=31-Ll(r),v=1<<m,T=s[m];T===-1?(!(v&u)||v&i)&&(s[m]=ro(v,n)):T<=n&&(l.expiredLanes|=v),r&=~v}if(n=de,u=Ut,u=Qe(l,l===n?u:0,l.cancelPendingCommit!==null||l.timeoutHandle!==-1),i=l.callbackNode,u===0||l===n&&(ue===2||ue===9)||l.cancelPendingCommit!==null)return i!==null&&i!==null&&fm(i),l.callbackNode=null,l.callbackPriority=0;if(!(u&3)||rn(l,u)){if(n=u&-u,n===l.callbackPriority)return n;switch(i!==null&&fm(i),dm(u)){case 2:case 8:u=jr;break;case 32:u=rc;break;case 268435456:u=sm;break;default:u=rc}return i=ks.bind(null,l),u=pe(u,i),l.callbackPriority=n,l.callbackNode=u,n}return i!==null&&i!==null&&fm(i),l.callbackPriority=2,l.callbackNode=null,2}function ks(l,n){if(ul!==0&&ul!==5)return l.callbackNode=null,l.callbackPriority=0,null;var u=l.callbackNode;if(af()&&l.callbackNode!==u)return null;var i=Ut;return i=Qe(l,l===de?i:0,l.cancelPendingCommit!==null||l.timeoutHandle!==-1),i===0?null:(ev(l,i,n),wy(l,Rl()),l.callbackNode!=null&&l.callbackNode===u?ks.bind(null,l):null)}function Qi(l,n){if(af())return null;ev(l,n,!0)}function Is(){Mv(function(){Wt&6?pe(Yr,ih):Ly()})}function oh(){if(tc===0){var l=zc;l===0&&(l=Nu,Nu<<=1,!(Nu&261888)&&(Nu=256)),tc=l}return tc}function bv(l){return l==null||typeof l=="symbol"||typeof l=="boolean"?null:typeof l=="function"?l:Ka(""+l)}function Vi(l,n){var u=n.ownerDocument.createElement("input");return u.name=n.name,u.value=n.value,l.id&&u.setAttribute("form",l.id),n.parentNode.insertBefore(u,n),l=new FormData(l),u.parentNode.removeChild(u),l}function Ps(l,n,u,i,s){if(n==="submit"&&u&&u.stateNode===s){var r=bv((s[wl]||null).action),m=i.submitter;m&&(n=(n=m[wl]||null)?bv(n.formAction):m.getAttribute("formAction"),n!==null&&(r=n,m=null));var v=new ns("action","action",null,i,s);l.push({event:v,listeners:[{instance:null,listener:function(){if(i.defaultPrevented){if(tc!==0){var T=m?Vi(s,m):new FormData(s);Vo(u,{pending:!0,data:T,method:s.method,action:r},null,T)}}else typeof r=="function"&&(v.preventDefault(),T=m?Vi(s,m):new FormData(s),Vo(u,{pending:!0,data:T,method:s.method,action:r},r,T))},currentTarget:s}]})}}for(var fh=0;fh<Mo.length;fh++){var uf=Mo[fh],Jy=uf.toLowerCase(),Ky=uf[0].toUpperCase()+uf.slice(1);Kl(Jy,"on"+Ky)}Kl(fs,"onAnimationEnd"),Kl(Gm,"onAnimationIteration"),Kl(fd,"onAnimationStart"),Kl("dblclick","onDoubleClick"),Kl("focusin","onFocus"),Kl("focusout","onBlur"),Kl(vi,"onTransitionRun"),Kl(ss,"onTransitionStart"),Kl(Wn,"onTransitionCancel"),Kl(_p,"onTransitionEnd"),Ln("onMouseEnter",["mouseout","mouseover"]),Ln("onMouseLeave",["mouseout","mouseover"]),Ln("onPointerEnter",["pointerout","pointerover"]),Ln("onPointerLeave",["pointerout","pointerover"]),yc("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),yc("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),yc("onBeforeInput",["compositionend","keypress","textInput","paste"]),yc("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),yc("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),yc("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var cf="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(" "),Tv=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(cf));function Ev(l,n){n=(n&4)!==0;for(var u=0;u<l.length;u++){var i=l[u],s=i.event;i=i.listeners;t:{var r=void 0;if(n)for(var m=i.length-1;0<=m;m--){var v=i[m],T=v.instance,C=v.currentTarget;if(v=v.listener,T!==r&&s.isPropagationStopped())break t;r=v,s.currentTarget=C;try{r(s)}catch(Y){gi(Y)}s.currentTarget=null,r=T}else for(m=0;m<i.length;m++){if(v=i[m],T=v.instance,C=v.currentTarget,v=v.listener,T!==r&&s.isPropagationStopped())break t;r=v,s.currentTarget=C;try{r(s)}catch(Y){gi(Y)}s.currentTarget=null,r=T}}}}function Ht(l,n){var u=n[Vr];u===void 0&&(u=n[Vr]=new Set);var i=l+"__bubble";u.has(i)||(tr(n,l,2,!1),u.add(i))}function $y(l,n,u){var i=0;n&&(i|=4),tr(u,l,i,n)}var sh="_reactListening"+Math.random().toString(36).slice(2);function of(l){if(!l[sh]){l[sh]=!0,ci.forEach(function(u){u!=="selectionchange"&&(Tv.has(u)||$y(u,!1,l),$y(u,!0,l))});var n=l.nodeType===9?l:l.ownerDocument;n===null||n[sh]||(n[sh]=!0,$y("selectionchange",!1,n))}}function tr(l,n,u,i){switch(fr(n)){case 2:var s=vu;break;case 8:s=gu;break;default:s=_l}u=s.bind(null,n,u,l),s=void 0,!ls||n!=="touchstart"&&n!=="touchmove"&&n!=="wheel"||(s=!0),i?s!==void 0?l.addEventListener(n,u,{capture:!0,passive:s}):l.addEventListener(n,u,!0):s!==void 0?l.addEventListener(n,u,{passive:s}):l.addEventListener(n,u,!1)}function Wy(l,n,u,i,s){var r=i;if(!(n&1)&&!(n&2)&&i!==null)t:for(;;){if(i===null)return;var m=i.tag;if(m===3||m===4){var v=i.stateNode.containerInfo;if(v===s)break;if(m===4)for(m=i.return;m!==null;){var T=m.tag;if((T===3||T===4)&&m.stateNode.containerInfo===s)return;m=m.return}for(;v!==null;){if(m=ai(v),m===null)return;if(T=m.tag,T===5||T===6||T===26||T===27){i=r=m;continue t}v=v.parentNode}}i=i.return}Tm(function(){var C=r,Y=Fr(u),X=[];t:{var _=Fn.get(l);if(_!==void 0){var x=ns,W=l;switch(l){case"keypress":if(Ir(u)===0)break t;case"keydown":case"keyup":x=ld;break;case"focusin":W="focus",x=td;break;case"focusout":W="blur",x=td;break;case"beforeblur":case"afterblur":x=td;break;case"click":if(u.button===2)break t;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":x=Eo;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":x=Sp;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":x=zp;break;case fs:case Gm:case fd:x=Tp;break;case _p:x=Qg;break;case"scroll":case"scrollend":x=Gg;break;case"wheel":x=Vg;break;case"copy":case"cut":case"paste":x=si;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":x=pn;break;case"toggle":case"beforetoggle":x=Cm}var ct=(n&4)!==0,me=!ct&&(l==="scroll"||l==="scrollend"),R=ct?_!==null?_+"Capture":null:_;ct=[];for(var z=C,U;z!==null;){var G=z;if(U=G.stateNode,G=G.tag,G!==5&&G!==26&&G!==27||U===null||R===null||(G=rl(z,R),G!=null&&ct.push(er(z,G,U))),me)break;z=z.return}0<ct.length&&(_=new x(_,W,null,u,Y),X.push({event:_,listeners:ct}))}}if(!(n&7)){t:{if(_=l==="mouseover"||l==="pointerover",x=l==="mouseout"||l==="pointerout",_&&u!==Wr&&(W=u.relatedTarget||u.fromElement)&&(ai(W)||W[hc]))break t;if((x||_)&&(_=Y.window===Y?Y:(_=Y.ownerDocument)?_.defaultView||_.parentWindow:window,x?(W=u.relatedTarget||u.toElement,x=C,W=W?ai(W):null,W!==null&&(me=xt(W),ct=W.tag,W!==me||ct!==5&&ct!==27&&ct!==6)&&(W=null)):(x=null,W=C),x!==W)){if(ct=Eo,G="onMouseLeave",R="onMouseEnter",z="mouse",(l==="pointerout"||l==="pointerover")&&(ct=pn,G="onPointerLeave",R="onPointerEnter",z="pointer"),me=x==null?_:mo(x),U=W==null?_:mo(W),_=new ct(G,z+"leave",x,u,Y),_.target=me,_.relatedTarget=U,G=null,ai(Y)===C&&(ct=new ct(R,z+"enter",W,u,Y),ct.target=U,ct.relatedTarget=me,G=ct),me=G,x&&W)e:{for(ct=Av,R=x,z=W,U=0,G=R;G;G=ct(G))U++;G=0;for(var tt=z;tt;tt=ct(tt))G++;for(;0<U-G;)R=ct(R),U--;for(;0<G-U;)z=ct(z),G--;for(;U--;){if(R===z||z!==null&&R===z.alternate){ct=R;break e}R=ct(R),z=ct(z)}ct=null}else ct=null;x!==null&&rh(X,_,x,ct,!1),W!==null&&me!==null&&rh(X,me,W,ct,!0)}}t:{if(_=C?mo(C):window,x=_.nodeName&&_.nodeName.toLowerCase(),x==="select"||x==="input"&&_.type==="file")var Jt=xm;else if($n(_))if(ud)Jt=yi;else{Jt=Up;var k=Rp}else x=_.nodeName,!x||x.toLowerCase()!=="input"||_.type!=="checkbox"&&_.type!=="radio"?C&&bm(C.elementType)&&(Jt=xm):Jt=Sc;if(Jt&&(Jt=Jt(l,C))){Nm(X,Jt,u,Y);break t}k&&k(l,_,C),l==="focusout"&&C&&_.type==="number"&&C.memoizedProps.value!=null&&ii(_,"number",_.value)}switch(k=C?mo(C):window,l){case"focusin":($n(k)||k.contentEditable==="true")&&(Tc=k,Do=C,Fa=null);break;case"focusout":Fa=Do=Tc=null;break;case"mousedown":gn=!0;break;case"contextmenu":case"mouseup":case"dragend":gn=!1,od(X,u,Y);break;case"selectionchange":if(os)break;case"keydown":case"keyup":od(X,u,Y)}var gt;if(Ao)t:{switch(l){case"compositionstart":var At="onCompositionStart";break t;case"compositionend":At="onCompositionEnd";break t;case"compositionupdate":At="onCompositionUpdate";break t}At=void 0}else di?nd(l,u)&&(At="onCompositionEnd"):l==="keydown"&&u.keyCode===229&&(At="onCompositionStart");At&&(_m&&u.locale!=="ko"&&(di||At!=="onCompositionStart"?At==="onCompositionEnd"&&di&&(gt=Am()):(Yu=Y,Em="value"in Yu?Yu.value:Yu.textContent,di=!0)),k=lr(C,At),0<k.length&&(At=new Ep(At,l,null,u,Y),X.push({event:At,listeners:k}),gt?At.data=gt:(gt=Hm(u),gt!==null&&(At.data=gt)))),(gt=ql?Mp(l,u):Zg(l,u))&&(At=lr(C,"onBeforeInput"),0<At.length&&(k=new Ep("onBeforeInput","beforeinput",null,u,Y),X.push({event:k,listeners:At}),k.data=gt)),Ps(X,l,C,u,Y)}Ev(X,n)})}function er(l,n,u){return{instance:l,listener:n,currentTarget:u}}function lr(l,n){for(var u=n+"Capture",i=[];l!==null;){var s=l,r=s.stateNode;if(s=s.tag,s!==5&&s!==26&&s!==27||r===null||(s=rl(l,u),s!=null&&i.unshift(er(l,s,r)),s=rl(l,n),s!=null&&i.push(er(l,s,r))),l.tag===3)return i;l=l.return}return[]}function Av(l){if(l===null)return null;do l=l.return;while(l&&l.tag!==5&&l.tag!==27);return l||null}function rh(l,n,u,i,s){for(var r=n._reactName,m=[];u!==null&&u!==i;){var v=u,T=v.alternate,C=v.stateNode;if(v=v.tag,T!==null&&T===i)break;v!==5&&v!==26&&v!==27||C===null||(T=C,s?(C=rl(u,r),C!=null&&m.unshift(er(u,C,T))):s||(C=rl(u,r),C!=null&&m.push(er(u,C,T)))),u=u.return}m.length!==0&&l.push({event:n,listeners:m})}var zv=/\r\n?/g,Fy=/\u0000|\uFFFD/g;function ky(l){return(typeof l=="string"?l:""+l).replace(zv,`
|
|
33
|
+
`).replace(Fy,"")}function Iy(l,n){return n=ky(n),ky(l)===n}function he(l,n,u,i,s,r){switch(u){case"children":typeof i=="string"?n==="body"||n==="textarea"&&i===""||wn(l,i):(typeof i=="number"||typeof i=="bigint")&&n!=="body"&&wn(l,""+i);break;case"className":Jr(l,"class",i);break;case"tabIndex":Jr(l,"tabindex",i);break;case"dir":case"role":case"viewBox":case"width":case"height":Jr(l,u,i);break;case"style":pp(l,i,r);break;case"data":if(n!=="object"){Jr(l,"data",i);break}case"src":case"href":if(i===""&&(n!=="a"||u!=="href")){l.removeAttribute(u);break}if(i==null||typeof i=="function"||typeof i=="symbol"||typeof i=="boolean"){l.removeAttribute(u);break}i=Ka(""+i),l.setAttribute(u,i);break;case"action":case"formAction":if(typeof i=="function"){l.setAttribute(u,"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')");break}else typeof r=="function"&&(u==="formAction"?(n!=="input"&&he(l,n,"name",s.name,s,null),he(l,n,"formEncType",s.formEncType,s,null),he(l,n,"formMethod",s.formMethod,s,null),he(l,n,"formTarget",s.formTarget,s,null)):(he(l,n,"encType",s.encType,s,null),he(l,n,"method",s.method,s,null),he(l,n,"target",s.target,s,null)));if(i==null||typeof i=="symbol"||typeof i=="boolean"){l.removeAttribute(u);break}i=Ka(""+i),l.setAttribute(u,i);break;case"onClick":i!=null&&(l.onclick=hn);break;case"onScroll":i!=null&&Ht("scroll",l);break;case"onScrollEnd":i!=null&&Ht("scrollend",l);break;case"dangerouslySetInnerHTML":if(i!=null){if(typeof i!="object"||!("__html"in i))throw Error(M(61));if(u=i.__html,u!=null){if(s.children!=null)throw Error(M(60));l.innerHTML=u}}break;case"multiple":l.multiple=i&&typeof i!="function"&&typeof i!="symbol";break;case"muted":l.muted=i&&typeof i!="function"&&typeof i!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(i==null||typeof i=="function"||typeof i=="boolean"||typeof i=="symbol"){l.removeAttribute("xlink:href");break}u=Ka(""+i),l.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",u);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":i!=null&&typeof i!="function"&&typeof i!="symbol"?l.setAttribute(u,""+i):l.removeAttribute(u);break;case"inert":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":i&&typeof i!="function"&&typeof i!="symbol"?l.setAttribute(u,""):l.removeAttribute(u);break;case"capture":case"download":i===!0?l.setAttribute(u,""):i!==!1&&i!=null&&typeof i!="function"&&typeof i!="symbol"?l.setAttribute(u,i):l.removeAttribute(u);break;case"cols":case"rows":case"size":case"span":i!=null&&typeof i!="function"&&typeof i!="symbol"&&!isNaN(i)&&1<=i?l.setAttribute(u,i):l.removeAttribute(u);break;case"rowSpan":case"start":i==null||typeof i=="function"||typeof i=="symbol"||isNaN(i)?l.removeAttribute(u):l.setAttribute(u,i);break;case"popover":Ht("beforetoggle",l),Ht("toggle",l),vo(l,"popover",i);break;case"xlinkActuate":xu(l,"http://www.w3.org/1999/xlink","xlink:actuate",i);break;case"xlinkArcrole":xu(l,"http://www.w3.org/1999/xlink","xlink:arcrole",i);break;case"xlinkRole":xu(l,"http://www.w3.org/1999/xlink","xlink:role",i);break;case"xlinkShow":xu(l,"http://www.w3.org/1999/xlink","xlink:show",i);break;case"xlinkTitle":xu(l,"http://www.w3.org/1999/xlink","xlink:title",i);break;case"xlinkType":xu(l,"http://www.w3.org/1999/xlink","xlink:type",i);break;case"xmlBase":xu(l,"http://www.w3.org/XML/1998/namespace","xml:base",i);break;case"xmlLang":xu(l,"http://www.w3.org/XML/1998/namespace","xml:lang",i);break;case"xmlSpace":xu(l,"http://www.w3.org/XML/1998/namespace","xml:space",i);break;case"is":vo(l,"is",i);break;case"innerText":case"textContent":break;default:(!(2<u.length)||u[0]!=="o"&&u[0]!=="O"||u[1]!=="n"&&u[1]!=="N")&&(u=jg.get(u)||u,vo(l,u,i))}}function Py(l,n,u,i,s,r){switch(u){case"style":pp(l,i,r);break;case"dangerouslySetInnerHTML":if(i!=null){if(typeof i!="object"||!("__html"in i))throw Error(M(61));if(u=i.__html,u!=null){if(s.children!=null)throw Error(M(60));l.innerHTML=u}}break;case"children":typeof i=="string"?wn(l,i):(typeof i=="number"||typeof i=="bigint")&&wn(l,""+i);break;case"onScroll":i!=null&&Ht("scroll",l);break;case"onScrollEnd":i!=null&&Ht("scrollend",l);break;case"onClick":i!=null&&(l.onclick=hn);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!mc.hasOwnProperty(u))t:{if(u[0]==="o"&&u[1]==="n"&&(s=u.endsWith("Capture"),n=u.slice(2,s?u.length-7:void 0),r=l[wl]||null,r=r!=null?r[u]:null,typeof r=="function"&&l.removeEventListener(n,r,s),typeof i=="function")){typeof r!="function"&&r!==null&&(u in l?l[u]=null:l.hasAttribute(u)&&l.removeAttribute(u)),l.addEventListener(n,i,s);break t}u in l?l[u]=i:i===!0?l.setAttribute(u,""):vo(l,u,i)}}}function Cl(l,n,u){switch(n){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":Ht("error",l),Ht("load",l);var i=!1,s=!1,r;for(r in u)if(u.hasOwnProperty(r)){var m=u[r];if(m!=null)switch(r){case"src":i=!0;break;case"srcSet":s=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(M(137,n));default:he(l,n,r,m,u,null)}}s&&he(l,n,"srcSet",u.srcSet,u,null),i&&he(l,n,"src",u.src,u,null);return;case"input":Ht("invalid",l);var v=r=m=s=null,T=null,C=null;for(i in u)if(u.hasOwnProperty(i)){var Y=u[i];if(Y!=null)switch(i){case"name":s=Y;break;case"type":m=Y;break;case"checked":T=Y;break;case"defaultChecked":C=Y;break;case"value":r=Y;break;case"defaultValue":v=Y;break;case"children":case"dangerouslySetInnerHTML":if(Y!=null)throw Error(M(137,n));break;default:he(l,n,i,Y,u,null)}}Pf(l,r,v,T,C,m,s,!1);return;case"select":Ht("invalid",l),i=m=r=null;for(s in u)if(u.hasOwnProperty(s)&&(v=u[s],v!=null))switch(s){case"value":r=v;break;case"defaultValue":m=v;break;case"multiple":i=v;default:he(l,n,s,v,u,null)}n=r,u=m,l.multiple=!!i,n!=null?go(l,!!i,n,!1):u!=null&&go(l,!!i,u,!0);return;case"textarea":Ht("invalid",l),r=s=i=null;for(m in u)if(u.hasOwnProperty(m)&&(v=u[m],v!=null))switch(m){case"value":i=v;break;case"defaultValue":s=v;break;case"children":r=v;break;case"dangerouslySetInnerHTML":if(v!=null)throw Error(M(91));break;default:he(l,n,m,v,u,null)}Sm(l,i,s,r);return;case"option":for(T in u)if(u.hasOwnProperty(T)&&(i=u[T],i!=null))switch(T){case"selected":l.selected=i&&typeof i!="function"&&typeof i!="symbol";break;default:he(l,n,T,i,u,null)}return;case"dialog":Ht("beforetoggle",l),Ht("toggle",l),Ht("cancel",l),Ht("close",l);break;case"iframe":case"object":Ht("load",l);break;case"video":case"audio":for(i=0;i<cf.length;i++)Ht(cf[i],l);break;case"image":Ht("error",l),Ht("load",l);break;case"details":Ht("toggle",l);break;case"embed":case"source":case"link":Ht("error",l),Ht("load",l);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(C in u)if(u.hasOwnProperty(C)&&(i=u[C],i!=null))switch(C){case"children":case"dangerouslySetInnerHTML":throw Error(M(137,n));default:he(l,n,C,i,u,null)}return;default:if(bm(n)){for(Y in u)u.hasOwnProperty(Y)&&(i=u[Y],i!==void 0&&Py(l,n,Y,i,u,void 0));return}}for(v in u)u.hasOwnProperty(v)&&(i=u[v],i!=null&&he(l,n,v,i,u,null))}function t0(l,n,u,i){switch(n){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var s=null,r=null,m=null,v=null,T=null,C=null,Y=null;for(x in u){var X=u[x];if(u.hasOwnProperty(x)&&X!=null)switch(x){case"checked":break;case"value":break;case"defaultValue":T=X;default:i.hasOwnProperty(x)||he(l,n,x,null,i,X)}}for(var _ in i){var x=i[_];if(X=u[_],i.hasOwnProperty(_)&&(x!=null||X!=null))switch(_){case"type":r=x;break;case"name":s=x;break;case"checked":C=x;break;case"defaultChecked":Y=x;break;case"value":m=x;break;case"defaultValue":v=x;break;case"children":case"dangerouslySetInnerHTML":if(x!=null)throw Error(M(137,n));break;default:x!==X&&he(l,n,_,x,i,X)}}If(l,m,v,T,C,Y,r,s);return;case"select":x=m=v=_=null;for(r in u)if(T=u[r],u.hasOwnProperty(r)&&T!=null)switch(r){case"value":break;case"multiple":x=T;default:i.hasOwnProperty(r)||he(l,n,r,null,i,T)}for(s in i)if(r=i[s],T=u[s],i.hasOwnProperty(s)&&(r!=null||T!=null))switch(s){case"value":_=r;break;case"defaultValue":v=r;break;case"multiple":m=r;default:r!==T&&he(l,n,s,r,i,T)}n=v,u=m,i=x,_!=null?go(l,!!u,_,!1):!!i!=!!u&&(n!=null?go(l,!!u,n,!0):go(l,!!u,u?[]:"",!1));return;case"textarea":x=_=null;for(v in u)if(s=u[v],u.hasOwnProperty(v)&&s!=null&&!i.hasOwnProperty(v))switch(v){case"value":break;case"children":break;default:he(l,n,v,null,i,s)}for(m in i)if(s=i[m],r=u[m],i.hasOwnProperty(m)&&(s!=null||r!=null))switch(m){case"value":_=s;break;case"defaultValue":x=s;break;case"children":break;case"dangerouslySetInnerHTML":if(s!=null)throw Error(M(91));break;default:s!==r&&he(l,n,m,s,i,r)}gm(l,_,x);return;case"option":for(var W in u)if(_=u[W],u.hasOwnProperty(W)&&_!=null&&!i.hasOwnProperty(W))switch(W){case"selected":l.selected=!1;break;default:he(l,n,W,null,i,_)}for(T in i)if(_=i[T],x=u[T],i.hasOwnProperty(T)&&_!==x&&(_!=null||x!=null))switch(T){case"selected":l.selected=_&&typeof _!="function"&&typeof _!="symbol";break;default:he(l,n,T,_,i,x)}return;case"img":case"link":case"area":case"base":case"br":case"col":case"embed":case"hr":case"keygen":case"meta":case"param":case"source":case"track":case"wbr":case"menuitem":for(var ct in u)_=u[ct],u.hasOwnProperty(ct)&&_!=null&&!i.hasOwnProperty(ct)&&he(l,n,ct,null,i,_);for(C in i)if(_=i[C],x=u[C],i.hasOwnProperty(C)&&_!==x&&(_!=null||x!=null))switch(C){case"children":case"dangerouslySetInnerHTML":if(_!=null)throw Error(M(137,n));break;default:he(l,n,C,_,i,x)}return;default:if(bm(n)){for(var me in u)_=u[me],u.hasOwnProperty(me)&&_!==void 0&&!i.hasOwnProperty(me)&&Py(l,n,me,void 0,i,_);for(Y in i)_=i[Y],x=u[Y],!i.hasOwnProperty(Y)||_===x||_===void 0&&x===void 0||Py(l,n,Y,_,i,x);return}}for(var R in u)_=u[R],u.hasOwnProperty(R)&&_!=null&&!i.hasOwnProperty(R)&&he(l,n,R,null,i,_);for(X in i)_=i[X],x=u[X],!i.hasOwnProperty(X)||_===x||_==null&&x==null||he(l,n,X,_,i,x)}function dh(l){switch(l){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function e0(){if(typeof performance.getEntriesByType=="function"){for(var l=0,n=0,u=performance.getEntriesByType("resource"),i=0;i<u.length;i++){var s=u[i],r=s.transferSize,m=s.initiatorType,v=s.duration;if(r&&v&&dh(m)){for(m=0,v=s.responseEnd,i+=1;i<u.length;i++){var T=u[i],C=T.startTime;if(C>v)break;var Y=T.transferSize,X=T.initiatorType;Y&&dh(X)&&(T=T.responseEnd,m+=Y*(T<v?1:(v-C)/(T-C)))}if(--i,n+=8*(r+m)/(s.duration/1e3),l++,10<l)break}}if(0<l)return n/l/1e6}return navigator.connection&&(l=navigator.connection.downlink,typeof l=="number")?l:5}var hh=null,mh=null;function Zc(l){return l.nodeType===9?l:l.ownerDocument}function Dv(l){switch(l){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function l0(l,n){if(l===0)switch(n){case"svg":return 1;case"math":return 2;default:return 0}return l===1&&n==="foreignObject"?0:l}function ff(l,n){return l==="textarea"||l==="noscript"||typeof n.children=="string"||typeof n.children=="number"||typeof n.children=="bigint"||typeof n.dangerouslySetInnerHTML=="object"&&n.dangerouslySetInnerHTML!==null&&n.dangerouslySetInnerHTML.__html!=null}var yh=null;function Kg(){var l=window.event;return l&&l.type==="popstate"?l===yh?!1:(yh=l,!0):(yh=null,!1)}var ar=typeof setTimeout=="function"?setTimeout:void 0,Ov=typeof clearTimeout=="function"?clearTimeout:void 0,Zi=typeof Promise=="function"?Promise:void 0,Mv=typeof queueMicrotask=="function"?queueMicrotask:typeof Zi<"u"?function(l){return Zi.resolve(null).then(l).catch(a0)}:ar;function a0(l){setTimeout(function(){throw l})}function Hn(l){return l==="head"}function n0(l,n){var u=n,i=0;do{var s=u.nextSibling;if(l.removeChild(u),s&&s.nodeType===8)if(u=s.data,u==="/$"||u==="/&"){if(i===0){l.removeChild(s),Tf(n);return}i--}else if(u==="$"||u==="$?"||u==="$~"||u==="$!"||u==="&")i++;else if(u==="html")Li(l.ownerDocument.documentElement);else if(u==="head"){u=l.ownerDocument.head,Li(u);for(var r=u.firstChild;r;){var m=r.nextSibling,v=r.nodeName;r[Zn]||v==="SCRIPT"||v==="STYLE"||v==="LINK"&&r.rel.toLowerCase()==="stylesheet"||u.removeChild(r),r=m}}else u==="body"&&Li(l.ownerDocument.body);u=s}while(u);Tf(n)}function Je(l,n){var u=l;l=0;do{var i=u.nextSibling;if(u.nodeType===1?n?(u._stashedDisplay=u.style.display,u.style.display="none"):(u.style.display=u._stashedDisplay||"",u.getAttribute("style")===""&&u.removeAttribute("style")):u.nodeType===3&&(n?(u._stashedText=u.nodeValue,u.nodeValue=""):u.nodeValue=u._stashedText||""),i&&i.nodeType===8)if(u=i.data,u==="/$"){if(l===0)break;l--}else u!=="$"&&u!=="$?"&&u!=="$~"&&u!=="$!"||l++;u=i}while(u)}function nr(l){var n=l.firstChild;for(n&&n.nodeType===10&&(n=n.nextSibling);n;){var u=n;switch(n=n.nextSibling,u.nodeName){case"HTML":case"HEAD":case"BODY":nr(u),Zr(u);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(u.rel.toLowerCase()==="stylesheet")continue}l.removeChild(u)}}function $g(l,n,u,i){for(;l.nodeType===1;){var s=u;if(l.nodeName.toLowerCase()!==n.toLowerCase()){if(!i&&(l.nodeName!=="INPUT"||l.type!=="hidden"))break}else if(i){if(!l[Zn])switch(n){case"meta":if(!l.hasAttribute("itemprop"))break;return l;case"link":if(r=l.getAttribute("rel"),r==="stylesheet"&&l.hasAttribute("data-precedence"))break;if(r!==s.rel||l.getAttribute("href")!==(s.href==null||s.href===""?null:s.href)||l.getAttribute("crossorigin")!==(s.crossOrigin==null?null:s.crossOrigin)||l.getAttribute("title")!==(s.title==null?null:s.title))break;return l;case"style":if(l.hasAttribute("data-precedence"))break;return l;case"script":if(r=l.getAttribute("src"),(r!==(s.src==null?null:s.src)||l.getAttribute("type")!==(s.type==null?null:s.type)||l.getAttribute("crossorigin")!==(s.crossOrigin==null?null:s.crossOrigin))&&r&&l.hasAttribute("async")&&!l.hasAttribute("itemprop"))break;return l;default:return l}}else if(n==="input"&&l.type==="hidden"){var r=s.name==null?null:""+s.name;if(s.type==="hidden"&&l.getAttribute("name")===r)return l}else return l;if(l=ua(l.nextSibling),l===null)break}return null}function Dt(l,n,u){if(n==="")return null;for(;l.nodeType!==3;)if((l.nodeType!==1||l.nodeName!=="INPUT"||l.type!=="hidden")&&!u||(l=ua(l.nextSibling),l===null))return null;return l}function Rv(l,n){for(;l.nodeType!==8;)if((l.nodeType!==1||l.nodeName!=="INPUT"||l.type!=="hidden")&&!n||(l=ua(l.nextSibling),l===null))return null;return l}function nn(l){return l.data==="$?"||l.data==="$~"}function Lc(l){return l.data==="$!"||l.data==="$?"&&l.ownerDocument.readyState!=="loading"}function sf(l,n){var u=l.ownerDocument;if(l.data==="$~")l._reactRetry=n;else if(l.data!=="$?"||u.readyState!=="loading")n();else{var i=function(){n(),u.removeEventListener("DOMContentLoaded",i)};u.addEventListener("DOMContentLoaded",i),l._reactRetry=i}}function ua(l){for(;l!=null;l=l.nextSibling){var n=l.nodeType;if(n===1||n===3)break;if(n===8){if(n=l.data,n==="$"||n==="$!"||n==="$?"||n==="$~"||n==="&"||n==="F!"||n==="F")break;if(n==="/$"||n==="/&")return null}}return l}var ur=null;function ph(l){l=l.nextSibling;for(var n=0;l;){if(l.nodeType===8){var u=l.data;if(u==="/$"||u==="/&"){if(n===0)return ua(l.nextSibling);n--}else u!=="$"&&u!=="$!"&&u!=="$?"&&u!=="$~"&&u!=="&"||n++}l=l.nextSibling}return null}function Bn(l){l=l.previousSibling;for(var n=0;l;){if(l.nodeType===8){var u=l.data;if(u==="$"||u==="$!"||u==="$?"||u==="$~"||u==="&"){if(n===0)return l;n--}else u!=="/$"&&u!=="/&"||n++}l=l.previousSibling}return null}function rf(l,n,u){switch(n=Zc(u),l){case"html":if(l=n.documentElement,!l)throw Error(M(452));return l;case"head":if(l=n.head,!l)throw Error(M(453));return l;case"body":if(l=n.body,!l)throw Error(M(454));return l;default:throw Error(M(451))}}function Li(l){for(var n=l.attributes;n.length;)l.removeAttributeNode(n[0]);Zr(l)}var Sa=new Map,cr=new Set;function Gl(l){return typeof l.getRootNode=="function"?l.getRootNode():l.nodeType===9?l:l.ownerDocument}var Nn=V.d;V.d={f:Wg,r:Uv,D:N,C:te,L:Fg,m:u0,X:lc,S:c0,M:wc};function Wg(){var l=Nn.f(),n=ef();return l||n}function Uv(l){var n=ni(l);n!==null&&n.tag===5&&n.type==="form"?re(n):Nn.r(l)}var df=typeof document>"u"?null:document;function Pe(l,n,u){var i=df;if(i&&typeof n=="string"&&n){var s=za(n);s='link[rel="'+l+'"][href="'+s+'"]',typeof u=="string"&&(s+='[crossorigin="'+u+'"]'),cr.has(s)||(cr.add(s),l={rel:l,crossOrigin:u,href:n},i.querySelector(s)===null&&(n=i.createElement("link"),Cl(n,"link",l),le(n),i.head.appendChild(n)))}}function N(l){Nn.D(l),Pe("dns-prefetch",l,null)}function te(l,n){Nn.C(l,n),Pe("preconnect",l,n)}function Fg(l,n,u){Nn.L(l,n,u);var i=df;if(i&&l&&n){var s='link[rel="preload"][as="'+za(n)+'"]';n==="image"&&u&&u.imageSrcSet?(s+='[imagesrcset="'+za(u.imageSrcSet)+'"]',typeof u.imageSizes=="string"&&(s+='[imagesizes="'+za(u.imageSizes)+'"]')):s+='[href="'+za(l)+'"]';var r=s;switch(n){case"style":r=ja(l);break;case"script":r=wi(l)}Sa.has(r)||(l=F({rel:"preload",href:n==="image"&&u&&u.imageSrcSet?void 0:l,as:n},u),Sa.set(r,l),i.querySelector(s)!==null||n==="style"&&i.querySelector(Jc(r))||n==="script"&&i.querySelector(yf(r))||(n=i.createElement("link"),Cl(n,"link",l),le(n),i.head.appendChild(n)))}}function u0(l,n){Nn.m(l,n);var u=df;if(u&&l){var i=n&&typeof n.as=="string"?n.as:"script",s='link[rel="modulepreload"][as="'+za(i)+'"][href="'+za(l)+'"]',r=s;switch(i){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":r=wi(l)}if(!Sa.has(r)&&(l=F({rel:"modulepreload",href:l},n),Sa.set(r,l),u.querySelector(s)===null)){switch(i){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(u.querySelector(yf(r)))return}i=u.createElement("link"),Cl(i,"link",l),le(i),u.head.appendChild(i)}}}function c0(l,n,u){Nn.S(l,n,u);var i=df;if(i&&l){var s=ui(i).hoistableStyles,r=ja(l);n=n||"default";var m=s.get(r);if(!m){var v={loading:0,preload:null};if(m=i.querySelector(Jc(r)))v.loading=5;else{l=F({rel:"stylesheet",href:l,"data-precedence":n},u),(u=Sa.get(r))&&vh(l,u);var T=m=i.createElement("link");le(T),Cl(T,"link",l),T._p=new Promise(function(C,Y){T.onload=C,T.onerror=Y}),T.addEventListener("load",function(){v.loading|=1}),T.addEventListener("error",function(){v.loading|=2}),v.loading|=4,ir(m,n,i)}m={type:"stylesheet",instance:m,count:1,state:v},s.set(r,m)}}}function lc(l,n){Nn.X(l,n);var u=df;if(u&&l){var i=ui(u).hoistableScripts,s=wi(l),r=i.get(s);r||(r=u.querySelector(yf(s)),r||(l=F({src:l,async:!0},n),(n=Sa.get(s))&&gh(l,n),r=u.createElement("script"),le(r),Cl(r,"link",l),u.head.appendChild(r)),r={type:"script",instance:r,count:1,state:null},i.set(s,r))}}function wc(l,n){Nn.M(l,n);var u=df;if(u&&l){var i=ui(u).hoistableScripts,s=wi(l),r=i.get(s);r||(r=u.querySelector(yf(s)),r||(l=F({src:l,async:!0,type:"module"},n),(n=Sa.get(s))&&gh(l,n),r=u.createElement("script"),le(r),Cl(r,"link",l),u.head.appendChild(r)),r={type:"script",instance:r,count:1,state:null},i.set(s,r))}}function hf(l,n,u,i){var s=(s=sc.current)?Gl(s):null;if(!s)throw Error(M(446));switch(l){case"meta":case"title":return null;case"style":return typeof u.precedence=="string"&&typeof u.href=="string"?(n=ja(u.href),u=ui(s).hoistableStyles,i=u.get(n),i||(i={type:"style",instance:null,count:0,state:null},u.set(n,i)),i):{type:"void",instance:null,count:0,state:null};case"link":if(u.rel==="stylesheet"&&typeof u.href=="string"&&typeof u.precedence=="string"){l=ja(u.href);var r=ui(s).hoistableStyles,m=r.get(l);if(m||(s=s.ownerDocument||s,m={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},r.set(l,m),(r=s.querySelector(Jc(l)))&&!r._p&&(m.instance=r,m.state.loading=5),Sa.has(l)||(u={rel:"preload",as:"style",href:u.href,crossOrigin:u.crossOrigin,integrity:u.integrity,media:u.media,hrefLang:u.hrefLang,referrerPolicy:u.referrerPolicy},Sa.set(l,u),r||Cv(s,l,u,m.state))),n&&i===null)throw Error(M(528,""));return m}if(n&&i!==null)throw Error(M(529,""));return null;case"script":return n=u.async,u=u.src,typeof u=="string"&&n&&typeof n!="function"&&typeof n!="symbol"?(n=wi(u),u=ui(s).hoistableScripts,i=u.get(n),i||(i={type:"script",instance:null,count:0,state:null},u.set(n,i)),i):{type:"void",instance:null,count:0,state:null};default:throw Error(M(444,l))}}function ja(l){return'href="'+za(l)+'"'}function Jc(l){return'link[rel="stylesheet"]['+l+"]"}function mf(l){return F({},l,{"data-precedence":l.precedence,precedence:null})}function Cv(l,n,u,i){l.querySelector('link[rel="preload"][as="style"]['+n+"]")?i.loading=1:(n=l.createElement("link"),i.preload=n,n.addEventListener("load",function(){return i.loading|=1}),n.addEventListener("error",function(){return i.loading|=2}),Cl(n,"link",u),le(n),l.head.appendChild(n))}function wi(l){return'[src="'+za(l)+'"]'}function yf(l){return"script[async]"+l}function i0(l,n,u){if(n.count++,n.instance===null)switch(n.type){case"style":var i=l.querySelector('style[data-href~="'+za(u.href)+'"]');if(i)return n.instance=i,le(i),i;var s=F({},u,{"data-href":u.href,"data-precedence":u.precedence,href:null,precedence:null});return i=(l.ownerDocument||l).createElement("style"),le(i),Cl(i,"style",s),ir(i,u.precedence,l),n.instance=i;case"stylesheet":s=ja(u.href);var r=l.querySelector(Jc(s));if(r)return n.state.loading|=4,n.instance=r,le(r),r;i=mf(u),(s=Sa.get(s))&&vh(i,s),r=(l.ownerDocument||l).createElement("link"),le(r);var m=r;return m._p=new Promise(function(v,T){m.onload=v,m.onerror=T}),Cl(r,"link",i),n.state.loading|=4,ir(r,u.precedence,l),n.instance=r;case"script":return r=wi(u.src),(s=l.querySelector(yf(r)))?(n.instance=s,le(s),s):(i=u,(s=Sa.get(r))&&(i=F({},u),gh(i,s)),l=l.ownerDocument||l,s=l.createElement("script"),le(s),Cl(s,"link",i),l.head.appendChild(s),n.instance=s);case"void":return null;default:throw Error(M(443,n.type))}else n.type==="stylesheet"&&!(n.state.loading&4)&&(i=n.instance,n.state.loading|=4,ir(i,u.precedence,l));return n.instance}function ir(l,n,u){for(var i=u.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),s=i.length?i[i.length-1]:null,r=s,m=0;m<i.length;m++){var v=i[m];if(v.dataset.precedence===n)r=v;else if(r!==s)break}r?r.parentNode.insertBefore(l,r.nextSibling):(n=u.nodeType===9?u.head:u,n.insertBefore(l,n.firstChild))}function vh(l,n){l.crossOrigin==null&&(l.crossOrigin=n.crossOrigin),l.referrerPolicy==null&&(l.referrerPolicy=n.referrerPolicy),l.title==null&&(l.title=n.title)}function gh(l,n){l.crossOrigin==null&&(l.crossOrigin=n.crossOrigin),l.referrerPolicy==null&&(l.referrerPolicy=n.referrerPolicy),l.integrity==null&&(l.integrity=n.integrity)}var pf=null;function o0(l,n,u){if(pf===null){var i=new Map,s=pf=new Map;s.set(u,i)}else s=pf,i=s.get(u),i||(i=new Map,s.set(u,i));if(i.has(l))return i;for(i.set(l,null),u=u.getElementsByTagName(l),s=0;s<u.length;s++){var r=u[s];if(!(r[Zn]||r[se]||l==="link"&&r.getAttribute("rel")==="stylesheet")&&r.namespaceURI!=="http://www.w3.org/2000/svg"){var m=r.getAttribute(n)||"";m=l+m;var v=i.get(m);v?v.push(r):i.set(m,[r])}}return i}function Sh(l,n,u){l=l.ownerDocument||l,l.head.insertBefore(u,n==="title"?l.querySelector("head > title"):null)}function f0(l,n,u){if(u===1||n.itemProp!=null)return!1;switch(l){case"meta":case"title":return!0;case"style":if(typeof n.precedence!="string"||typeof n.href!="string"||n.href==="")break;return!0;case"link":if(typeof n.rel!="string"||typeof n.href!="string"||n.href===""||n.onLoad||n.onError)break;switch(n.rel){case"stylesheet":return l=n.disabled,typeof n.precedence=="string"&&l==null;default:return!0}case"script":if(n.async&&typeof n.async!="function"&&typeof n.async!="symbol"&&!n.onLoad&&!n.onError&&n.src&&typeof n.src=="string")return!0}return!1}function ba(l){return!(l.type==="stylesheet"&&!(l.state.loading&3))}function pu(l,n,u,i){if(u.type==="stylesheet"&&(typeof i.media!="string"||matchMedia(i.media).matches!==!1)&&!(u.state.loading&4)){if(u.instance===null){var s=ja(i.href),r=n.querySelector(Jc(s));if(r){n=r._p,n!==null&&typeof n=="object"&&typeof n.then=="function"&&(l.count++,l=bh.bind(l),n.then(l,l)),u.state.loading|=4,u.instance=r,le(r);return}r=n.ownerDocument||n,i=mf(i),(s=Sa.get(s))&&vh(i,s),r=r.createElement("link"),le(r);var m=r;m._p=new Promise(function(v,T){m.onload=v,m.onerror=T}),Cl(r,"link",i),u.instance=r}l.stylesheets===null&&(l.stylesheets=new Map),l.stylesheets.set(u,n),(n=u.state.preload)&&!(u.state.loading&3)&&(l.count++,u=bh.bind(l),n.addEventListener("load",u),n.addEventListener("error",u))}}var Ga=0;function s0(l,n){return l.stylesheets&&l.count===0&&Eh(l,l.stylesheets),0<l.count||0<l.imgCount?function(u){var i=setTimeout(function(){if(l.stylesheets&&Eh(l,l.stylesheets),l.unsuspend){var r=l.unsuspend;l.unsuspend=null,r()}},6e4+n);0<l.imgBytes&&Ga===0&&(Ga=62500*e0());var s=setTimeout(function(){if(l.waitingForImages=!1,l.count===0&&(l.stylesheets&&Eh(l,l.stylesheets),l.unsuspend)){var r=l.unsuspend;l.unsuspend=null,r()}},(l.imgBytes>Ga?50:800)+n);return l.unsuspend=u,function(){l.unsuspend=null,clearTimeout(i),clearTimeout(s)}}:null}function bh(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)Eh(this,this.stylesheets);else if(this.unsuspend){var l=this.unsuspend;this.unsuspend=null,l()}}}var Th=null;function Eh(l,n){l.stylesheets=null,l.unsuspend!==null&&(l.count++,Th=new Map,n.forEach(gl,l),Th=null,bh.call(l))}function gl(l,n){if(!(n.state.loading&4)){var u=Th.get(l);if(u)var i=u.get(null);else{u=new Map,Th.set(l,u);for(var s=l.querySelectorAll("link[data-precedence],style[data-precedence]"),r=0;r<s.length;r++){var m=s[r];(m.nodeName==="LINK"||m.getAttribute("media")!=="not all")&&(u.set(m.dataset.precedence,m),i=m)}i&&u.set(null,i)}s=n.instance,m=s.getAttribute("data-precedence"),r=u.get(m)||i,r===i&&u.set(null,s),u.set(m,s),this.count++,i=bh.bind(this),s.addEventListener("load",i),s.addEventListener("error",i),r?r.parentNode.insertBefore(s,r.nextSibling):(l=l.nodeType===9?l.head:l,l.insertBefore(s,l.firstChild)),n.state.loading|=4}}var or={$$typeof:xe,Provider:null,Consumer:null,_currentValue:L,_currentValue2:L,_threadCount:0};function r0(l,n,u,i,s,r,m,v,T){this.tag=1,this.containerInfo=l,this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.next=this.pendingContext=this.context=this.cancelPendingCommit=null,this.callbackPriority=0,this.expirationTimes=Wf(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Wf(0),this.hiddenUpdates=Wf(null),this.identifierPrefix=i,this.onUncaughtError=s,this.onCaughtError=r,this.onRecoverableError=m,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=T,this.incompleteTransitions=new Map}function Ah(l,n,u,i,s,r,m,v,T,C,Y,X){return l=new r0(l,n,u,m,T,C,Y,X,v),n=1,r===!0&&(n|=24),r=qe(3,null,null,n),l.current=r,r.stateNode=l,n=ps(),n.refCount++,l.pooledCache=n,n.refCount++,r.memoizedState={element:i,isDehydrated:u,cache:n},As(r),l}function Ji(l){return l?(l=$l,l):$l}function _v(l,n,u,i,s,r){s=Ji(s),i.context===null?i.context=s:i.pendingContext=s,i=Ju(n),i.payload={element:u},r=r===void 0?null:r,r!==null&&(i.callback=r),u=_a(l,i,n),u!==null&&(na(u,l,n),Cc(u,l,n))}function zh(l,n){if(l=l.memoizedState,l!==null&&l.dehydrated!==null){var u=l.retryLane;l.retryLane=u!==0&&u<n?u:n}}function d0(l,n){zh(l,n),(l=l.alternate)&&zh(l,n)}function Hv(l){if(l.tag===13||l.tag===31){var n=Gu(l,67108864);n!==null&&na(n,l,67108864),d0(l,67108864)}}function Ki(l){if(l.tag===13||l.tag===31){var n=ga();n=Xr(n);var u=Gu(l,n);u!==null&&na(u,l,n),d0(l,n)}}var cl=!0;function vu(l,n,u,i){var s=O.T;O.T=null;var r=V.p;try{V.p=2,_l(l,n,u,i)}finally{V.p=r,O.T=s}}function gu(l,n,u,i){var s=O.T;O.T=null;var r=V.p;try{V.p=8,_l(l,n,u,i)}finally{V.p=r,O.T=s}}function _l(l,n,u,i){if(cl){var s=h0(i);if(s===null)Wy(l,n,i,Dh,u),ac(l,i);else if(kg(s,l,n,u,i))i.stopPropagation();else if(ac(l,i),n&4&&-1<ca.indexOf(l)){for(;s!==null;){var r=ni(s);if(r!==null)switch(r.tag){case 3:if(r=r.stateNode,r.current.memoizedState.isDehydrated){var m=Ja(r.pendingLanes);if(m!==0){var v=r;for(v.pendingLanes|=2,v.entangledLanes|=2;m;){var T=1<<31-Ll(m);v.entanglements[1]|=T,m&=~T}yu(r),!(Wt&6)&&(Pt=Rl()+500,ec(0))}}break;case 31:case 13:v=Gu(r,2),v!==null&&na(v,r,2),ef(),d0(r,2)}if(r=h0(i),r===null&&Wy(l,n,i,Dh,u),r===s)break;s=r}s!==null&&i.stopPropagation()}else Wy(l,n,i,null,u)}}function h0(l){return l=Fr(l),vf(l)}var Dh=null;function vf(l){if(Dh=null,l=ai(l),l!==null){var n=xt(l);if(n===null)l=null;else{var u=n.tag;if(u===13){if(l=ie(n),l!==null)return l;l=null}else if(u===31){if(l=Z(n),l!==null)return l;l=null}else if(u===3){if(n.stateNode.current.memoizedState.isDehydrated)return n.tag===3?n.stateNode.containerInfo:null;l=null}else n!==l&&(l=null)}}return Dh=l,null}function fr(l){switch(l){case"beforetoggle":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"toggle":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 2;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"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 8;case"message":switch(xg()){case Yr:return 2;case jr:return 8;case rc:case qg:return 32;case sm:return 268435456;default:return 32}default:return 32}}var gf=!1,il=null,Hl=null,Xl=null,Kc=new Map,un=new Map,Me=[],ca="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".split(" ");function ac(l,n){switch(l){case"focusin":case"focusout":il=null;break;case"dragenter":case"dragleave":Hl=null;break;case"mouseover":case"mouseout":Xl=null;break;case"pointerover":case"pointerout":Kc.delete(n.pointerId);break;case"gotpointercapture":case"lostpointercapture":un.delete(n.pointerId)}}function $i(l,n,u,i,s,r){return l===null||l.nativeEvent!==r?(l={blockedOn:n,domEventName:u,eventSystemFlags:i,nativeEvent:r,targetContainers:[s]},n!==null&&(n=ni(n),n!==null&&Hv(n)),l):(l.eventSystemFlags|=i,n=l.targetContainers,s!==null&&n.indexOf(s)===-1&&n.push(s),l)}function kg(l,n,u,i,s){switch(n){case"focusin":return il=$i(il,l,n,u,i,s),!0;case"dragenter":return Hl=$i(Hl,l,n,u,i,s),!0;case"mouseover":return Xl=$i(Xl,l,n,u,i,s),!0;case"pointerover":var r=s.pointerId;return Kc.set(r,$i(Kc.get(r)||null,l,n,u,i,s)),!0;case"gotpointercapture":return r=s.pointerId,un.set(r,$i(un.get(r)||null,l,n,u,i,s)),!0}return!1}function Bv(l){var n=ai(l.target);if(n!==null){var u=xt(n);if(u!==null){if(n=u.tag,n===13){if(n=ie(u),n!==null){l.blockedOn=n,hm(l.priority,function(){Ki(u)});return}}else if(n===31){if(n=Z(u),n!==null){l.blockedOn=n,hm(l.priority,function(){Ki(u)});return}}else if(n===3&&u.stateNode.current.memoizedState.isDehydrated){l.blockedOn=u.tag===3?u.stateNode.containerInfo:null;return}}}l.blockedOn=null}function sr(l){if(l.blockedOn!==null)return!1;for(var n=l.targetContainers;0<n.length;){var u=h0(l.nativeEvent);if(u===null){u=l.nativeEvent;var i=new u.constructor(u.type,u);Wr=i,u.target.dispatchEvent(i),Wr=null}else return n=ni(u),n!==null&&Hv(n),l.blockedOn=u,!1;n.shift()}return!0}function Sf(l,n,u){sr(l)&&u.delete(n)}function Nv(){gf=!1,il!==null&&sr(il)&&(il=null),Hl!==null&&sr(Hl)&&(Hl=null),Xl!==null&&sr(Xl)&&(Xl=null),Kc.forEach(Sf),un.forEach(Sf)}function Su(l,n){l.blockedOn===n&&(l.blockedOn=null,gf||(gf=!0,q.unstable_scheduleCallback(q.unstable_NormalPriority,Nv)))}var bf=null;function xv(l){bf!==l&&(bf=l,q.unstable_scheduleCallback(q.unstable_NormalPriority,function(){bf===l&&(bf=null);for(var n=0;n<l.length;n+=3){var u=l[n],i=l[n+1],s=l[n+2];if(typeof i!="function"){if(vf(i||u)===null)continue;break}var r=ni(u);r!==null&&(l.splice(n,3),n-=3,Vo(r,{pending:!0,data:s,method:u.method,action:i},i,s))}}))}function Tf(l){function n(T){return Su(T,l)}il!==null&&Su(il,l),Hl!==null&&Su(Hl,l),Xl!==null&&Su(Xl,l),Kc.forEach(n),un.forEach(n);for(var u=0;u<Me.length;u++){var i=Me[u];i.blockedOn===l&&(i.blockedOn=null)}for(;0<Me.length&&(u=Me[0],u.blockedOn===null);)Bv(u),u.blockedOn===null&&Me.shift();if(u=(l.ownerDocument||l).$$reactFormReplay,u!=null)for(i=0;i<u.length;i+=3){var s=u[i],r=u[i+1],m=s[wl]||null;if(typeof r=="function")m||xv(u);else if(m){var v=null;if(r&&r.hasAttribute("formAction")){if(s=r,m=r[wl]||null)v=m.formAction;else if(vf(s)!==null)continue}else v=m.action;typeof v=="function"?u[i+1]=v:(u.splice(i,3),i-=3),xv(u)}}}function m0(){function l(r){r.canIntercept&&r.info==="react-transition"&&r.intercept({handler:function(){return new Promise(function(m){return s=m})},focusReset:"manual",scroll:"manual"})}function n(){s!==null&&(s(),s=null),i||setTimeout(u,20)}function u(){if(!i&&!navigation.transition){var r=navigation.currentEntry;r&&r.url!=null&&navigation.navigate(r.url,{state:r.getState(),info:"react-transition",history:"replace"})}}if(typeof navigation=="object"){var i=!1,s=null;return navigation.addEventListener("navigate",l),navigation.addEventListener("navigatesuccess",n),navigation.addEventListener("navigateerror",n),setTimeout(u,100),function(){i=!0,navigation.removeEventListener("navigate",l),navigation.removeEventListener("navigatesuccess",n),navigation.removeEventListener("navigateerror",n),s!==null&&(s(),s=null)}}}function Oh(l){this._internalRoot=l}Mh.prototype.render=Oh.prototype.render=function(l){var n=this._internalRoot;if(n===null)throw Error(M(409));var u=n.current,i=ga();_v(u,i,l,n,null,null)},Mh.prototype.unmount=Oh.prototype.unmount=function(){var l=this._internalRoot;if(l!==null){this._internalRoot=null;var n=l.containerInfo;_v(l.current,2,null,l,null,null),ef(),n[hc]=null}};function Mh(l){this._internalRoot=l}Mh.prototype.unstable_scheduleHydration=function(l){if(l){var n=Qr();l={blockedOn:null,target:l,priority:n};for(var u=0;u<Me.length&&n!==0&&n<Me[u].priority;u++);Me.splice(u,0,l),u===0&&Bv(l)}};var y0=lt.version;if(y0!=="19.2.5")throw Error(M(527,y0,"19.2.5"));V.findDOMNode=function(l){var n=l._reactInternals;if(n===void 0)throw typeof l.render=="function"?Error(M(188)):(l=Object.keys(l).join(","),Error(M(268,l)));return l=ee(n),l=l!==null?$e(l):null,l=l===null?null:l.stateNode,l};var qv={bundleType:0,version:"19.2.5",rendererPackageName:"react-dom",currentDispatcherRef:O,reconcilerVersion:"19.2.5"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var rr=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!rr.isDisabled&&rr.supportsFiber)try{ei=rr.inject(qv),da=rr}catch{}}return ip.createRoot=function(l,n){if(!St(l))throw Error(M(299));var u=!1,i="",s=jd,r=py,m=Gd;return n!=null&&(n.unstable_strictMode===!0&&(u=!0),n.identifierPrefix!==void 0&&(i=n.identifierPrefix),n.onUncaughtError!==void 0&&(s=n.onUncaughtError),n.onCaughtError!==void 0&&(r=n.onCaughtError),n.onRecoverableError!==void 0&&(m=n.onRecoverableError)),n=Ah(l,1,!1,null,null,u,i,null,s,r,m,m0),l[hc]=n.current,of(l),new Oh(n)},ip.hydrateRoot=function(l,n,u){if(!St(l))throw Error(M(299));var i=!1,s="",r=jd,m=py,v=Gd,T=null;return u!=null&&(u.unstable_strictMode===!0&&(i=!0),u.identifierPrefix!==void 0&&(s=u.identifierPrefix),u.onUncaughtError!==void 0&&(r=u.onUncaughtError),u.onCaughtError!==void 0&&(m=u.onCaughtError),u.onRecoverableError!==void 0&&(v=u.onRecoverableError),u.formState!==void 0&&(T=u.formState)),n=Ah(l,1,!0,n,u??null,i,s,T,r,m,v,m0),n.context=Ji(null),u=n.current,i=ga(),i=Xr(i),s=Ju(i),s.callback=null,_a(u,s,i),u=i,n.current.lanes=u,ho(n,u),yu(n),l[hc]=n.current,of(l),new Mh(n)},ip.version="19.2.5",ip}var op={};/**
|
|
34
|
+
* @license React
|
|
35
|
+
* react-dom-client.development.js
|
|
36
|
+
*
|
|
37
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
38
|
+
*
|
|
39
|
+
* This source code is licensed under the MIT license found in the
|
|
40
|
+
* LICENSE file in the root directory of this source tree.
|
|
41
|
+
*/var O2;function mE(){return O2||(O2=1,process.env.NODE_ENV!=="production"&&function(){function q(t,e){for(t=t.memoizedState;t!==null&&0<e;)t=t.next,e--;return t}function lt(t,e,a,c){if(a>=e.length)return c;var o=e[a],f=Pe(t)?t.slice():Dt({},t);return f[o]=lt(t[o],e,a+1,c),f}function at(t,e,a){if(e.length!==a.length)console.warn("copyWithRename() expects paths of the same length");else{for(var c=0;c<a.length-1;c++)if(e[c]!==a[c]){console.warn("copyWithRename() expects paths to be the same except for the deepest key");return}return M(t,e,a,0)}}function M(t,e,a,c){var o=e[c],f=Pe(t)?t.slice():Dt({},t);return c+1===e.length?(f[a[c]]=f[o],Pe(f)?f.splice(o,1):delete f[o]):f[o]=M(t[o],e,a,c+1),f}function St(t,e,a){var c=e[a],o=Pe(t)?t.slice():Dt({},t);return a+1===e.length?(Pe(o)?o.splice(c,1):delete o[c],o):(o[c]=St(t[c],e,a+1),o)}function xt(){return!1}function ie(){return null}function Z(){console.error("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://react.dev/link/rules-of-hooks")}function Vt(){console.error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().")}function ee(){}function $e(){}function F(t){var e=[];return t.forEach(function(a){e.push(a)}),e.sort().join(", ")}function yt(t,e,a,c){return new Zg(t,e,a,c)}function kt(t,e){t.context===Df&&(rh(t.current,2,e,t,null,null),qa())}function ut(t,e){if(Eu!==null){var a=e.staleFamilies;e=e.updatedFamilies,Vs(),Mp(t.current,e,a),qa()}}function qt(t){Eu=t}function Tt(t){return!(!t||t.nodeType!==1&&t.nodeType!==9&&t.nodeType!==11)}function pt(t){var e=t,a=t;if(t.alternate)for(;e.return;)e=e.return;else{t=e;do e=t,e.flags&4098&&(a=e.return),t=e.return;while(t)}return e.tag===3?a:null}function el(t){if(t.tag===13){var e=t.memoizedState;if(e===null&&(t=t.alternate,t!==null&&(e=t.memoizedState)),e!==null)return e.dehydrated}return null}function xe(t){if(t.tag===31){var e=t.memoizedState;if(e===null&&(t=t.alternate,t!==null&&(e=t.memoizedState)),e!==null)return e.dehydrated}return null}function Ol(t){if(pt(t)!==t)throw Error("Unable to find node on an unmounted component.")}function We(t){var e=t.alternate;if(!e){if(e=pt(t),e===null)throw Error("Unable to find node on an unmounted component.");return e!==t?null:t}for(var a=t,c=e;;){var o=a.return;if(o===null)break;var f=o.alternate;if(f===null){if(c=o.return,c!==null){a=c;continue}break}if(o.child===f.child){for(f=o.child;f;){if(f===a)return Ol(o),t;if(f===c)return Ol(o),e;f=f.sibling}throw Error("Unable to find node on an unmounted component.")}if(a.return!==c.return)a=o,c=f;else{for(var d=!1,h=o.child;h;){if(h===a){d=!0,a=o,c=f;break}if(h===c){d=!0,c=o,a=f;break}h=h.sibling}if(!d){for(h=f.child;h;){if(h===a){d=!0,a=f,c=o;break}if(h===c){d=!0,c=f,a=o;break}h=h.sibling}if(!d)throw Error("Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.")}}if(a.alternate!==c)throw Error("Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.")}if(a.tag!==3)throw Error("Unable to find node on an unmounted component.");return a.stateNode.current===a?t:e}function xl(t){var e=t.tag;if(e===5||e===26||e===27||e===6)return t;for(t=t.child;t!==null;){if(e=xl(t),e!==null)return e;t=t.sibling}return null}function sl(t){return t===null||typeof t!="object"?null:(t=Uv&&t[Uv]||t["@@iterator"],typeof t=="function"?t:null)}function Zt(t){if(t==null)return null;if(typeof t=="function")return t.$$typeof===df?null:t.displayName||t.name||null;if(typeof t=="string")return t;switch(t){case sf:return"Fragment";case ur:return"Profiler";case ua:return"StrictMode";case Li:return"Suspense";case Sa:return"SuspenseList";case Nn:return"Activity"}if(typeof t=="object")switch(typeof t.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),t.$$typeof){case Lc:return"Portal";case Bn:return t.displayName||"Context";case ph:return(t._context.displayName||"Context")+".Consumer";case rf:var e=t.render;return t=t.displayName,t||(t=e.displayName||e.name||"",t=t!==""?"ForwardRef("+t+")":"ForwardRef"),t;case cr:return e=t.displayName||null,e!==null?e:Zt(t.type)||"Memo";case Gl:e=t._payload,t=t._init;try{return Zt(t(e))}catch{}}return null}function fa(t){return typeof t.tag=="number"?P(t):typeof t.name=="string"?t.name:null}function P(t){var e=t.type;switch(t.tag){case 31:return"Activity";case 24:return"Cache";case 9:return(e._context.displayName||"Context")+".Consumer";case 10:return e.displayName||"Context";case 18:return"DehydratedFragment";case 11:return t=e.render,t=t.displayName||t.name||"",e.displayName||(t!==""?"ForwardRef("+t+")":"ForwardRef");case 7:return"Fragment";case 26:case 27:case 5:return e;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return Zt(e);case 8:return e===ua?"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 14:case 15:if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;break;case 29:if(e=t._debugInfo,e!=null){for(var a=e.length-1;0<=a;a--)if(typeof e[a].name=="string")return e[a].name}if(t.return!==null)return P(t.return)}return null}function ll(t){return{current:t}}function wt(t,e){0>lc?console.error("Unexpected pop."):(e!==c0[lc]&&console.error("Unexpected Fiber popped."),t.current=u0[lc],u0[lc]=null,c0[lc]=null,lc--)}function Yt(t,e,a){lc++,u0[lc]=t.current,c0[lc]=a,t.current=e}function sa(t){return t===null&&console.error("Expected host context to exist. This error is likely caused by a bug in React. Please file an issue."),t}function ra(t,e){Yt(ja,e,t),Yt(hf,t,t),Yt(wc,null,t);var a=e.nodeType;switch(a){case 9:case 11:a=a===9?"#document":"#fragment",e=(e=e.documentElement)&&(e=e.namespaceURI)?lv(e):oo;break;default:if(a=e.tagName,e=e.namespaceURI)e=lv(e),e=Pu(e,a);else switch(a){case"svg":e=am;break;case"math":e=Mg;break;default:e=oo}}a=a.toLowerCase(),a=vm(null,a),a={context:e,ancestorInfo:a},wt(wc,t),Yt(wc,a,t)}function O(t){wt(wc,t),wt(hf,t),wt(ja,t)}function V(){return sa(wc.current)}function L(t){t.memoizedState!==null&&Yt(Jc,t,t);var e=sa(wc.current),a=t.type,c=Pu(e.context,a);a=vm(e.ancestorInfo,a),c={context:c,ancestorInfo:a},e!==c&&(Yt(hf,t,t),Yt(wc,c,t))}function it(t){hf.current===t&&(wt(wc,t),wt(hf,t)),Jc.current===t&&(wt(Jc,t),np._currentValue=Nr)}function vt(){}function Fe(){if(mf===0){Cv=console.log,wi=console.info,yf=console.warn,i0=console.error,ir=console.group,vh=console.groupCollapsed,gh=console.groupEnd;var t={configurable:!0,enumerable:!0,value:vt,writable:!0};Object.defineProperties(console,{info:t,log:t,warn:t,error:t,group:t,groupCollapsed:t,groupEnd:t})}mf++}function oe(){if(mf--,mf===0){var t={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:Dt({},t,{value:Cv}),info:Dt({},t,{value:wi}),warn:Dt({},t,{value:yf}),error:Dt({},t,{value:i0}),group:Dt({},t,{value:ir}),groupCollapsed:Dt({},t,{value:vh}),groupEnd:Dt({},t,{value:gh})})}0>mf&&console.error("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}function jt(t){var e=Error.prepareStackTrace;if(Error.prepareStackTrace=void 0,t=t.stack,Error.prepareStackTrace=e,t.startsWith(`Error: react-stack-top-frame
|
|
42
|
+
`)&&(t=t.slice(29)),e=t.indexOf(`
|
|
43
|
+
`),e!==-1&&(t=t.slice(e+1)),e=t.indexOf("react_stack_bottom_frame"),e!==-1&&(e=t.lastIndexOf(`
|
|
44
|
+
`,e)),e!==-1)t=t.slice(0,e);else return"";return t}function _t(t){if(pf===void 0)try{throw Error()}catch(a){var e=a.stack.trim().match(/\n( *(at )?)/);pf=e&&e[1]||"",o0=-1<a.stack.indexOf(`
|
|
45
|
+
at`)?" (<anonymous>)":-1<a.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
46
|
+
`+pf+t+o0}function Ml(t,e){if(!t||Sh)return"";var a=f0.get(t);if(a!==void 0)return a;Sh=!0,a=Error.prepareStackTrace,Error.prepareStackTrace=void 0;var c=null;c=N.H,N.H=null,Fe();try{var o={DetermineComponentFrameRoot:function(){try{if(e){var S=function(){throw Error()};if(Object.defineProperty(S.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(S,[])}catch(w){var H=w}Reflect.construct(t,[],S)}else{try{S.call()}catch(w){H=w}t.call(S.prototype)}}else{try{throw Error()}catch(w){H=w}(S=t())&&typeof S.catch=="function"&&S.catch(function(){})}}catch(w){if(w&&H&&typeof w.stack=="string")return[w.stack,H.stack]}return[null,null]}};o.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var f=Object.getOwnPropertyDescriptor(o.DetermineComponentFrameRoot,"name");f&&f.configurable&&Object.defineProperty(o.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var d=o.DetermineComponentFrameRoot(),h=d[0],y=d[1];if(h&&y){var p=h.split(`
|
|
47
|
+
`),A=y.split(`
|
|
48
|
+
`);for(d=f=0;f<p.length&&!p[f].includes("DetermineComponentFrameRoot");)f++;for(;d<A.length&&!A[d].includes("DetermineComponentFrameRoot");)d++;if(f===p.length||d===A.length)for(f=p.length-1,d=A.length-1;1<=f&&0<=d&&p[f]!==A[d];)d--;for(;1<=f&&0<=d;f--,d--)if(p[f]!==A[d]){if(f!==1||d!==1)do if(f--,d--,0>d||p[f]!==A[d]){var D=`
|
|
49
|
+
`+p[f].replace(" at new "," at ");return t.displayName&&D.includes("<anonymous>")&&(D=D.replace("<anonymous>",t.displayName)),typeof t=="function"&&f0.set(t,D),D}while(1<=f&&0<=d);break}}}finally{Sh=!1,N.H=c,oe(),Error.prepareStackTrace=a}return p=(p=t?t.displayName||t.name:"")?_t(p):"",typeof t=="function"&&f0.set(t,p),p}function sc(t,e){switch(t.tag){case 26:case 27:case 5:return _t(t.type);case 16:return _t("Lazy");case 13:return t.child!==e&&e!==null?_t("Suspense Fallback"):_t("Suspense");case 19:return _t("SuspenseList");case 0:case 15:return Ml(t.type,!1);case 11:return Ml(t.type.render,!1);case 1:return Ml(t.type,!0);case 31:return _t("Activity");default:return""}}function wf(t){try{var e="",a=null;do{e+=sc(t,a);var c=t._debugInfo;if(c)for(var o=c.length-1;0<=o;o--){var f=c[o];if(typeof f.name=="string"){var d=e;t:{var h=f.name,y=f.env,p=f.debugLocation;if(p!=null){var A=jt(p),D=A.lastIndexOf(`
|
|
50
|
+
`),S=D===-1?A:A.slice(D+1);if(S.indexOf(h)!==-1){var H=`
|
|
51
|
+
`+S;break t}}H=_t(h+(y?" ["+y+"]":""))}e=d+H}}a=t,t=t.return}while(t);return e}catch(w){return`
|
|
52
|
+
Error generating stack: `+w.message+`
|
|
53
|
+
`+w.stack}}function Jf(t){return(t=t?t.displayName||t.name:"")?_t(t):""}function Hu(){if(ba===null)return null;var t=ba._debugOwner;return t!=null?fa(t):null}function cm(){if(ba===null)return"";var t=ba;try{var e="";switch(t.tag===6&&(t=t.return),t.tag){case 26:case 27:case 5:e+=_t(t.type);break;case 13:e+=_t("Suspense");break;case 19:e+=_t("SuspenseList");break;case 31:e+=_t("Activity");break;case 30:case 0:case 15:case 1:t._debugOwner||e!==""||(e+=Jf(t.type));break;case 11:t._debugOwner||e!==""||(e+=Jf(t.type.render))}for(;t;)if(typeof t.tag=="number"){var a=t;t=a._debugOwner;var c=a._debugStack;if(t&&c){var o=jt(c);o!==""&&(e+=`
|
|
54
|
+
`+o)}}else if(t.debugStack!=null){var f=t.debugStack;(t=t.owner)&&f&&(e+=`
|
|
55
|
+
`+jt(f))}else break;var d=e}catch(h){d=`
|
|
56
|
+
Error generating stack: `+h.message+`
|
|
57
|
+
`+h.stack}return d}function $(t,e,a,c,o,f,d){var h=ba;Kf(t);try{return t!==null&&t._debugTask?t._debugTask.run(e.bind(null,a,c,o,f,d)):e(a,c,o,f,d)}finally{Kf(h)}throw Error("runWithFiberInDEV should never be called in production. This is a bug in React.")}function Kf(t){N.getCurrentStack=t===null?null:cm,pu=!1,ba=t}function $f(t){return typeof Symbol=="function"&&Symbol.toStringTag&&t[Symbol.toStringTag]||t.constructor.name||"Object"}function Qn(t){try{return Pc(t),!1}catch{return!0}}function Pc(t){return""+t}function fe(t,e){if(Qn(t))return console.error("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before using it here.",e,$f(t)),Pc(t)}function im(t,e){if(Qn(t))return console.error("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before using it here.",e,$f(t)),Pc(t)}function xr(t){if(Qn(t))return console.error("Form field values (value, checked, defaultValue, or defaultChecked props) must be strings, not %s. This value must be coerced to a string before using it here.",$f(t)),Pc(t)}function om(t){if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u")return!1;var e=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(e.isDisabled)return!0;if(!e.supportsFiber)return console.error("The installed version of React DevTools is too old and will not work with the current version of React. Please update React DevTools. https://react.dev/link/react-devtools"),!0;try{Ki=e.inject(t),cl=e}catch(a){console.error("React instrumentation encountered an error: %o.",a)}return!!e.checkDCE}function pe(t){if(typeof d0=="function"&&Hv(t),cl&&typeof cl.setStrictMode=="function")try{cl.setStrictMode(Ki,t)}catch(e){vu||(vu=!0,console.error("React instrumentation encountered an error: %o",e))}}function fm(t){return t>>>=0,t===0?32:31-(h0(t)/Dh|0)|0}function ti(t){var e=t&42;if(e!==0)return e;switch(t&-t){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:return 64;case 128:return 128;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:return t&261888;case 262144:case 524288:case 1048576:case 2097152:return t&3932160;case 4194304:case 8388608:case 16777216:case 33554432:return t&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return console.error("Should have found matching lanes. This is a bug in React."),t}}function qr(t,e,a){var c=t.pendingLanes;if(c===0)return 0;var o=0,f=t.suspendedLanes,d=t.pingedLanes;t=t.warmLanes;var h=c&134217727;return h!==0?(c=h&~f,c!==0?o=ti(c):(d&=h,d!==0?o=ti(d):a||(a=h&~t,a!==0&&(o=ti(a))))):(h=c&~f,h!==0?o=ti(h):d!==0?o=ti(d):a||(a=c&~t,a!==0&&(o=ti(a)))),o===0?0:e!==0&&e!==o&&!(e&f)&&(f=o&-o,a=e&-e,f>=a||f===32&&(a&4194048)!==0)?e:o}function Rl(t,e){return(t.pendingLanes&~(t.suspendedLanes&~t.pingedLanes)&e)===0}function xg(t,e){switch(t){case 1:case 2:case 4:case 8:case 64:return e+250;case 16:case 32:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e+5e3;case 4194304:case 8388608:case 16777216:case 33554432:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return console.error("Should have found matching lanes. This is a bug in React."),-1}}function Yr(){var t=gf;return gf<<=1,!(gf&62914560)&&(gf=4194304),t}function jr(t){for(var e=[],a=0;31>a;a++)e.push(t);return e}function rc(t,e){t.pendingLanes|=e,e!==268435456&&(t.suspendedLanes=0,t.pingedLanes=0,t.warmLanes=0)}function qg(t,e,a,c,o,f){var d=t.pendingLanes;t.pendingLanes=a,t.suspendedLanes=0,t.pingedLanes=0,t.warmLanes=0,t.expiredLanes&=a,t.entangledLanes&=a,t.errorRecoveryDisabledLanes&=a,t.shellSuspendCounter=0;var h=t.entanglements,y=t.expirationTimes,p=t.hiddenUpdates;for(a=d&~a;0<a;){var A=31-_l(a),D=1<<A;h[A]=0,y[A]=-1;var S=p[A];if(S!==null)for(p[A]=null,A=0;A<S.length;A++){var H=S[A];H!==null&&(H.lane&=-536870913)}a&=~D}c!==0&&sm(t,c,0),f!==0&&o===0&&t.tag!==0&&(t.suspendedLanes|=f&~(d&~e))}function sm(t,e,a){t.pendingLanes|=e,t.suspendedLanes&=~e;var c=31-_l(e);t.entangledLanes|=e,t.entanglements[c]=t.entanglements[c]|1073741824|a&261930}function fp(t,e){var a=t.entangledLanes|=e;for(t=t.entanglements;a;){var c=31-_l(a),o=1<<c;o&e|t[c]&e&&(t[c]|=e),a&=~o}}function sp(t,e){var a=e&-e;return a=a&42?1:ei(a),a&(t.suspendedLanes|e)?0:a}function ei(t){switch(t){case 2:t=1;break;case 8:t=4;break;case 32:t=16;break;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:t=128;break;case 268435456:t=134217728;break;default:t=0}return t}function da(t,e,a){if(gu)for(t=t.pendingUpdatersLaneMap;0<a;){var c=31-_l(a),o=1<<c;t[c].add(e),a&=~o}}function Bu(t,e){if(gu)for(var a=t.pendingUpdatersLaneMap,c=t.memoizedUpdaters;0<e;){var o=31-_l(e);t=1<<o,o=a[o],0<o.size&&(o.forEach(function(f){var d=f.alternate;d!==null&&c.has(d)||c.add(f)}),o.clear()),e&=~t}}function Ll(t){return t&=-t,il<t?Hl<t?t&134217727?Xl:Kc:Hl:il}function rp(){var t=te.p;return t!==0?t:(t=window.event,t===void 0?Xl:hh(t.type))}function dp(t,e){var a=te.p;try{return te.p=t,e()}finally{te.p=a}}function rm(t){delete t[Me],delete t[ca],delete t[$i],delete t[kg],delete t[Bv]}function Nu(t){var e=t[Me];if(e)return e;for(var a=t.parentNode;a;){if(e=a[ac]||a[Me]){if(a=e.alternate,e.child!==null||a!==null&&a.child!==null)for(t=Xi(t);t!==null;){if(a=t[Me])return a;t=Xi(t)}return e}t=a,a=t.parentNode}return null}function sn(t){if(t=t[Me]||t[ac]){var e=t.tag;if(e===5||e===6||e===13||e===31||e===26||e===27||e===3)return t}return null}function dc(t){var e=t.tag;if(e===5||e===26||e===27||e===6)return t.stateNode;throw Error("getNodeFromInstance: Invalid argument.")}function Ja(t){var e=t[sr];return e||(e=t[sr]={hoistableStyles:new Map,hoistableScripts:new Map}),e}function Qe(t){t[Sf]=!0}function rn(t,e){ro(t,e),ro(t+"Capture",e)}function ro(t,e){Su[t]&&console.error("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.",t),Su[t]=e;var a=t.toLowerCase();for(bf[a]=t,t==="onDoubleClick"&&(bf.ondblclick=t),t=0;t<e.length;t++)Nv.add(e[t])}function li(t,e){xv[e.type]||e.onChange||e.onInput||e.readOnly||e.disabled||e.value==null||console.error(t==="select"?"You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set `onChange`.":"You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),e.onChange||e.readOnly||e.disabled||e.checked==null||console.error("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function Wf(t){return Ga.call(Oh,t)?!0:Ga.call(m0,t)?!1:Tf.test(t)?Oh[t]=!0:(m0[t]=!0,console.error("Invalid attribute name: `%s`",t),!1)}function ho(t,e,a){if(Wf(e)){if(!t.hasAttribute(e)){switch(typeof a){case"symbol":case"object":return a;case"function":return a;case"boolean":if(a===!1)return a}return a===void 0?void 0:null}return t=t.getAttribute(e),t===""&&a===!0?!0:(fe(a,e),t===""+a?a:t)}}function Gr(t,e,a){if(Wf(e))if(a===null)t.removeAttribute(e);else{switch(typeof a){case"undefined":case"function":case"symbol":t.removeAttribute(e);return;case"boolean":var c=e.toLowerCase().slice(0,5);if(c!=="data-"&&c!=="aria-"){t.removeAttribute(e);return}}fe(a,e),t.setAttribute(e,""+a)}}function Ff(t,e,a){if(a===null)t.removeAttribute(e);else{switch(typeof a){case"undefined":case"function":case"symbol":case"boolean":t.removeAttribute(e);return}fe(a,e),t.setAttribute(e,""+a)}}function Vn(t,e,a,c){if(c===null)t.removeAttribute(a);else{switch(typeof c){case"undefined":case"function":case"symbol":case"boolean":t.removeAttribute(a);return}fe(c,a),t.setAttributeNS(e,a,""+c)}}function Ea(t){switch(typeof t){case"bigint":case"boolean":case"number":case"string":case"undefined":return t;case"object":return xr(t),t;default:return""}}function Xr(t){var e=t.type;return(t=t.nodeName)&&t.toLowerCase()==="input"&&(e==="checkbox"||e==="radio")}function dm(t,e,a){var c=Object.getOwnPropertyDescriptor(t.constructor.prototype,e);if(!t.hasOwnProperty(e)&&typeof c<"u"&&typeof c.get=="function"&&typeof c.set=="function"){var o=c.get,f=c.set;return Object.defineProperty(t,e,{configurable:!0,get:function(){return o.call(this)},set:function(d){xr(d),a=""+d,f.call(this,d)}}),Object.defineProperty(t,e,{enumerable:c.enumerable}),{getValue:function(){return a},setValue:function(d){xr(d),a=""+d},stopTracking:function(){t._valueTracker=null,delete t[e]}}}}function Qr(t){if(!t._valueTracker){var e=Xr(t)?"checked":"value";t._valueTracker=dm(t,e,""+t[e])}}function hm(t){if(!t)return!1;var e=t._valueTracker;if(!e)return!0;var a=e.getValue(),c="";return t&&(c=Xr(t)?t.checked?"true":"false":t.value),t=c,t!==a?(e.setValue(t),!0):!1}function dn(t){if(t=t||(typeof document<"u"?document:void 0),typeof t>"u")return null;try{return t.activeElement||t.body}catch{return t.body}}function se(t){return t.replace(Mh,function(e){return"\\"+e.charCodeAt(0).toString(16)+" "})}function wl(t,e){e.checked===void 0||e.defaultChecked===void 0||qv||(console.error("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://react.dev/link/controlled-components",Hu()||"A component",e.type),qv=!0),e.value===void 0||e.defaultValue===void 0||y0||(console.error("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://react.dev/link/controlled-components",Hu()||"A component",e.type),y0=!0)}function hc(t,e,a,c,o,f,d,h){t.name="",d!=null&&typeof d!="function"&&typeof d!="symbol"&&typeof d!="boolean"?(fe(d,"type"),t.type=d):t.removeAttribute("type"),e!=null?d==="number"?(e===0&&t.value===""||t.value!=e)&&(t.value=""+Ea(e)):t.value!==""+Ea(e)&&(t.value=""+Ea(e)):d!=="submit"&&d!=="reset"||t.removeAttribute("value"),e!=null?mm(t,d,Ea(e)):a!=null?mm(t,d,Ea(a)):c!=null&&t.removeAttribute("value"),o==null&&f!=null&&(t.defaultChecked=!!f),o!=null&&(t.checked=o&&typeof o!="function"&&typeof o!="symbol"),h!=null&&typeof h!="function"&&typeof h!="symbol"&&typeof h!="boolean"?(fe(h,"name"),t.name=""+Ea(h)):t.removeAttribute("name")}function Vr(t,e,a,c,o,f,d,h){if(f!=null&&typeof f!="function"&&typeof f!="symbol"&&typeof f!="boolean"&&(fe(f,"type"),t.type=f),e!=null||a!=null){if(!(f!=="submit"&&f!=="reset"||e!=null)){Qr(t);return}a=a!=null?""+Ea(a):"",e=e!=null?""+Ea(e):a,h||e===t.value||(t.value=e),t.defaultValue=e}c=c??o,c=typeof c!="function"&&typeof c!="symbol"&&!!c,t.checked=h?t.checked:!!c,t.defaultChecked=!!c,d!=null&&typeof d!="function"&&typeof d!="symbol"&&typeof d!="boolean"&&(fe(d,"name"),t.name=d),Qr(t)}function mm(t,e,a){e==="number"&&dn(t.ownerDocument)===t||t.defaultValue===""+a||(t.defaultValue=""+a)}function hp(t,e){e.value==null&&(typeof e.children=="object"&&e.children!==null?nr.Children.forEach(e.children,function(a){a==null||typeof a=="string"||typeof a=="number"||typeof a=="bigint"||l||(l=!0,console.error("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>."))}):e.dangerouslySetInnerHTML==null||n||(n=!0,console.error("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected."))),e.selected==null||rr||(console.error("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),rr=!0)}function ym(){var t=Hu();return t?`
|
|
58
|
+
|
|
59
|
+
Check the render method of \``+t+"`.":""}function Zn(t,e,a,c){if(t=t.options,e){e={};for(var o=0;o<a.length;o++)e["$"+a[o]]=!0;for(a=0;a<t.length;a++)o=e.hasOwnProperty("$"+t[a].value),t[a].selected!==o&&(t[a].selected=o),o&&c&&(t[a].defaultSelected=!0)}else{for(a=""+Ea(a),e=null,o=0;o<t.length;o++){if(t[o].value===a){t[o].selected=!0,c&&(t[o].defaultSelected=!0);return}e!==null||t[o].disabled||(e=t[o])}e!==null&&(e.selected=!0)}}function Zr(t,e){for(t=0;t<i.length;t++){var a=i[t];if(e[a]!=null){var c=Pe(e[a]);e.multiple&&!c?console.error("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s",a,ym()):!e.multiple&&c&&console.error("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",a,ym())}}e.value===void 0||e.defaultValue===void 0||u||(console.error("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://react.dev/link/controlled-components"),u=!0)}function ai(t,e){e.value===void 0||e.defaultValue===void 0||s||(console.error("%s contains a textarea with both value and defaultValue props. Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://react.dev/link/controlled-components",Hu()||"A component"),s=!0),e.children!=null&&e.value==null&&console.error("Use the `defaultValue` or `value` props instead of setting children on <textarea>.")}function ni(t,e,a){if(e!=null&&(e=""+Ea(e),e!==t.value&&(t.value=e),a==null)){t.defaultValue!==e&&(t.defaultValue=e);return}t.defaultValue=a!=null?""+Ea(a):""}function mo(t,e,a,c){if(e==null){if(c!=null){if(a!=null)throw Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(Pe(c)){if(1<c.length)throw Error("<textarea> can only have at most one child.");c=c[0]}a=c}a==null&&(a=""),e=a}a=Ea(e),t.defaultValue=a,c=t.textContent,c===a&&c!==""&&c!==null&&(t.value=c),Qr(t)}function ui(t,e){return t.serverProps===void 0&&t.serverTail.length===0&&t.children.length===1&&3<t.distanceFromLeaf&&t.distanceFromLeaf>15-e?ui(t.children[0],e):t}function le(t){return" "+" ".repeat(t)}function ci(t){return"+ "+" ".repeat(t)}function mc(t){return"- "+" ".repeat(t)}function yc(t){switch(t.tag){case 26:case 27:case 5:return t.type;case 16:return"Lazy";case 31:return"Activity";case 13:return"Suspense";case 19:return"SuspenseList";case 0:case 15:return t=t.type,t.displayName||t.name||null;case 11:return t=t.type.render,t.displayName||t.name||null;case 1:return t=t.type,t.displayName||t.name||null;default:return null}}function Ln(t,e){return r.test(t)?(t=JSON.stringify(t),t.length>e-2?8>e?'{"..."}':"{"+t.slice(0,e-7)+'..."}':"{"+t+"}"):t.length>e?5>e?'{"..."}':t.slice(0,e-3)+"...":t}function Lr(t,e,a){var c=120-2*a;if(e===null)return ci(a)+Ln(t,c)+`
|
|
60
|
+
`;if(typeof e=="string"){for(var o=0;o<e.length&&o<t.length&&e.charCodeAt(o)===t.charCodeAt(o);o++);return o>c-8&&10<o&&(t="..."+t.slice(o-8),e="..."+e.slice(o-8)),ci(a)+Ln(t,c)+`
|
|
61
|
+
`+mc(a)+Ln(e,c)+`
|
|
62
|
+
`}return le(a)+Ln(t,c)+`
|
|
63
|
+
`}function wr(t){return Object.prototype.toString.call(t).replace(/^\[object (.*)\]$/,function(e,a){return a})}function yo(t,e){switch(typeof t){case"string":return t=JSON.stringify(t),t.length>e?5>e?'"..."':t.slice(0,e-4)+'..."':t;case"object":if(t===null)return"null";if(Pe(t))return"[...]";if(t.$$typeof===nn)return(e=Zt(t.type))?"<"+e+">":"<...>";var a=wr(t);if(a==="Object"){a="",e-=2;for(var c in t)if(t.hasOwnProperty(c)){var o=JSON.stringify(c);if(o!=='"'+c+'"'&&(c=o),e-=c.length-2,o=yo(t[c],15>e?e:15),e-=o.length,0>e){a+=a===""?"...":", ...";break}a+=(a===""?"":",")+c+":"+o}return"{"+a+"}"}return a;case"function":return(e=t.displayName||t.name)?"function "+e:"function";default:return String(t)}}function po(t,e){return typeof t!="string"||r.test(t)?"{"+yo(t,e-2)+"}":t.length>e-2?5>e?'"..."':'"'+t.slice(0,e-5)+'..."':'"'+t+'"'}function vo(t,e,a){var c=120-a.length-t.length,o=[],f;for(f in e)if(e.hasOwnProperty(f)&&f!=="children"){var d=po(e[f],120-a.length-f.length-1);c-=f.length+d.length+2,o.push(f+"="+d)}return o.length===0?a+"<"+t+`>
|
|
64
|
+
`:0<c?a+"<"+t+" "+o.join(" ")+`>
|
|
65
|
+
`:a+"<"+t+`
|
|
66
|
+
`+a+" "+o.join(`
|
|
67
|
+
`+a+" ")+`
|
|
68
|
+
`+a+`>
|
|
69
|
+
`}function Jr(t,e,a){var c="",o=Dt({},e),f;for(f in t)if(t.hasOwnProperty(f)){delete o[f];var d=120-2*a-f.length-2,h=yo(t[f],d);e.hasOwnProperty(f)?(d=yo(e[f],d),c+=ci(a)+f+": "+h+`
|
|
70
|
+
`,c+=mc(a)+f+": "+d+`
|
|
71
|
+
`):c+=ci(a)+f+": "+h+`
|
|
72
|
+
`}for(var y in o)o.hasOwnProperty(y)&&(t=yo(o[y],120-2*a-y.length-2),c+=mc(a)+y+": "+t+`
|
|
73
|
+
`);return c}function xu(t,e,a,c){var o="",f=new Map;for(p in a)a.hasOwnProperty(p)&&f.set(p.toLowerCase(),p);if(f.size===1&&f.has("children"))o+=vo(t,e,le(c));else{for(var d in e)if(e.hasOwnProperty(d)&&d!=="children"){var h=120-2*(c+1)-d.length-1,y=f.get(d.toLowerCase());if(y!==void 0){f.delete(d.toLowerCase());var p=e[d];y=a[y];var A=po(p,h);h=po(y,h),typeof p=="object"&&p!==null&&typeof y=="object"&&y!==null&&wr(p)==="Object"&&wr(y)==="Object"&&(2<Object.keys(p).length||2<Object.keys(y).length||-1<A.indexOf("...")||-1<h.indexOf("..."))?o+=le(c+1)+d+`={{
|
|
74
|
+
`+Jr(p,y,c+2)+le(c+1)+`}}
|
|
75
|
+
`:(o+=ci(c+1)+d+"="+A+`
|
|
76
|
+
`,o+=mc(c+1)+d+"="+h+`
|
|
77
|
+
`)}else o+=le(c+1)+d+"="+po(e[d],h)+`
|
|
78
|
+
`}f.forEach(function(D){if(D!=="children"){var S=120-2*(c+1)-D.length-1;o+=mc(c+1)+D+"="+po(a[D],S)+`
|
|
79
|
+
`}}),o=o===""?le(c)+"<"+t+`>
|
|
80
|
+
`:le(c)+"<"+t+`
|
|
81
|
+
`+o+le(c)+`>
|
|
82
|
+
`}return t=a.children,e=e.children,typeof t=="string"||typeof t=="number"||typeof t=="bigint"?(f="",(typeof e=="string"||typeof e=="number"||typeof e=="bigint")&&(f=""+e),o+=Lr(f,""+t,c+1)):(typeof e=="string"||typeof e=="number"||typeof e=="bigint")&&(o=t==null?o+Lr(""+e,null,c+1):o+Lr(""+e,void 0,c+1)),o}function Aa(t,e){var a=yc(t);if(a===null){for(a="",t=t.child;t;)a+=Aa(t,e),t=t.sibling;return a}return le(e)+"<"+a+`>
|
|
83
|
+
`}function Kr(t,e){var a=ui(t,e);if(a!==t&&(t.children.length!==1||t.children[0]!==a))return le(e)+`...
|
|
84
|
+
`+Kr(a,e+1);a="";var c=t.fiber._debugInfo;if(c)for(var o=0;o<c.length;o++){var f=c[o].name;typeof f=="string"&&(a+=le(e)+"<"+f+`>
|
|
85
|
+
`,e++)}if(c="",o=t.fiber.pendingProps,t.fiber.tag===6)c=Lr(o,t.serverProps,e),e++;else if(f=yc(t.fiber),f!==null)if(t.serverProps===void 0){c=e;var d=120-2*c-f.length-2,h="";for(p in o)if(o.hasOwnProperty(p)&&p!=="children"){var y=po(o[p],15);if(d-=p.length+y.length+2,0>d){h+=" ...";break}h+=" "+p+"="+y}c=le(c)+"<"+f+h+`>
|
|
86
|
+
`,e++}else t.serverProps===null?(c=vo(f,o,ci(e)),e++):typeof t.serverProps=="string"?console.error("Should not have matched a non HostText fiber to a Text node. This is a bug in React."):(c=xu(f,o,t.serverProps,e),e++);var p="";for(o=t.fiber.child,f=0;o&&f<t.children.length;)d=t.children[f],d.fiber===o?(p+=Kr(d,e),f++):p+=Aa(o,e),o=o.sibling;for(o&&0<t.children.length&&(p+=le(e)+`...
|
|
87
|
+
`),o=t.serverTail,t.serverProps===null&&e--,t=0;t<o.length;t++)f=o[t],p=typeof f=="string"?p+(mc(e)+Ln(f,120-2*e)+`
|
|
88
|
+
`):p+vo(f.type,f.props,mc(e));return a+c+p}function pm(t){try{return`
|
|
89
|
+
|
|
90
|
+
`+Kr(t,0)}catch{return""}}function $r(t,e,a){for(var c=e,o=null,f=0;c;)c===t&&(f=0),o={fiber:c,children:o!==null?[o]:[],serverProps:c===e?a:c===t?null:void 0,serverTail:[],distanceFromLeaf:f},f++,c=c.return;return o!==null?pm(o).replaceAll(/^[+-]/gm,">"):""}function vm(t,e){var a=Dt({},t||Y),c={tag:e};return v.indexOf(e)!==-1&&(a.aTagInScope=null,a.buttonTagInScope=null,a.nobrTagInScope=null),T.indexOf(e)!==-1&&(a.pTagInButtonScope=null),m.indexOf(e)!==-1&&e!=="address"&&e!=="div"&&e!=="p"&&(a.listItemTagAutoclosing=null,a.dlItemTagAutoclosing=null),a.current=c,e==="form"&&(a.formTag=c),e==="a"&&(a.aTagInScope=c),e==="button"&&(a.buttonTagInScope=c),e==="nobr"&&(a.nobrTagInScope=c),e==="p"&&(a.pTagInButtonScope=c),e==="li"&&(a.listItemTagAutoclosing=c),(e==="dd"||e==="dt")&&(a.dlItemTagAutoclosing=c),e==="#document"||e==="html"?a.containerTagInScope=null:a.containerTagInScope||(a.containerTagInScope=c),t!==null||e!=="#document"&&e!=="html"&&e!=="body"?a.implicitRootScope===!0&&(a.implicitRootScope=!1):a.implicitRootScope=!0,a}function kf(t,e,a){switch(e){case"select":return t==="hr"||t==="option"||t==="optgroup"||t==="script"||t==="template"||t==="#text";case"optgroup":return t==="option"||t==="#text";case"option":return t==="#text";case"tr":return t==="th"||t==="td"||t==="style"||t==="script"||t==="template";case"tbody":case"thead":case"tfoot":return t==="tr"||t==="style"||t==="script"||t==="template";case"colgroup":return t==="col"||t==="template";case"table":return t==="caption"||t==="colgroup"||t==="tbody"||t==="tfoot"||t==="thead"||t==="style"||t==="script"||t==="template";case"head":return t==="base"||t==="basefont"||t==="bgsound"||t==="link"||t==="meta"||t==="title"||t==="noscript"||t==="noframes"||t==="style"||t==="script"||t==="template";case"html":if(a)break;return t==="head"||t==="body"||t==="frameset";case"frameset":return t==="frame";case"#document":if(!a)return t==="html"}switch(t){case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return e!=="h1"&&e!=="h2"&&e!=="h3"&&e!=="h4"&&e!=="h5"&&e!=="h6";case"rp":case"rt":return C.indexOf(e)===-1;case"caption":case"col":case"colgroup":case"frameset":case"frame":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return e==null;case"head":return a||e===null;case"html":return a&&e==="#document"||e===null;case"body":return a&&(e==="#document"||e==="html")||e===null}return!0}function Yg(t,e){switch(t){case"address":case"article":case"aside":case"blockquote":case"center":case"details":case"dialog":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"main":case"menu":case"nav":case"ol":case"p":case"section":case"summary":case"ul":case"pre":case"listing":case"table":case"hr":case"xmp":case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return e.pTagInButtonScope;case"form":return e.formTag||e.pTagInButtonScope;case"li":return e.listItemTagAutoclosing;case"dd":case"dt":return e.dlItemTagAutoclosing;case"button":return e.buttonTagInScope;case"a":return e.aTagInScope;case"nobr":return e.nobrTagInScope}return null}function za(t,e){for(;t;){switch(t.tag){case 5:case 26:case 27:if(t.type===e)return t}t=t.return}return null}function If(t,e){e=e||Y;var a=e.current;if(e=(a=kf(t,a&&a.tag,e.implicitRootScope)?null:a)?null:Yg(t,e),e=a||e,!e)return!0;var c=e.tag;if(e=String(!!a)+"|"+t+"|"+c,X[e])return!1;X[e]=!0;var o=(e=ba)?za(e.return,c):null,f=e!==null&&o!==null?$r(o,e,null):"",d="<"+t+">";return a?(a="",c==="table"&&t==="tr"&&(a+=" Add a <tbody>, <thead> or <tfoot> to your code to match the DOM tree generated by the browser."),console.error(`In HTML, %s cannot be a child of <%s>.%s
|
|
91
|
+
This will cause a hydration error.%s`,d,c,a,f)):console.error(`In HTML, %s cannot be a descendant of <%s>.
|
|
92
|
+
This will cause a hydration error.%s`,d,c,f),e&&(t=e.return,o===null||t===null||o===t&&t._debugOwner===e._debugOwner||$(o,function(){console.error(`<%s> cannot contain a nested %s.
|
|
93
|
+
See this log for the ancestor stack trace.`,c,d)})),!1}function Pf(t,e,a){if(a||kf("#text",e,!1))return!0;if(a="#text|"+e,X[a])return!1;X[a]=!0;var c=(a=ba)?za(a,e):null;return a=a!==null&&c!==null?$r(c,a,a.tag!==6?{children:null}:null):"",/\S/.test(t)?console.error(`In HTML, text nodes cannot be a child of <%s>.
|
|
94
|
+
This will cause a hydration error.%s`,e,a):console.error(`In HTML, whitespace text nodes cannot be a child of <%s>. Make sure you don't have any extra whitespace between tags on each line of your source code.
|
|
95
|
+
This will cause a hydration error.%s`,e,a),!1}function ii(t,e){if(e){var a=t.firstChild;if(a&&a===t.lastChild&&a.nodeType===3){a.nodeValue=e;return}}t.textContent=e}function go(t){return t.replace(R,function(e,a){return a.toUpperCase()})}function gm(t,e,a){var c=e.indexOf("--")===0;c||(-1<e.indexOf("-")?U.hasOwnProperty(e)&&U[e]||(U[e]=!0,console.error("Unsupported style property %s. Did you mean %s?",e,go(e.replace(me,"ms-")))):ct.test(e)?U.hasOwnProperty(e)&&U[e]||(U[e]=!0,console.error("Unsupported vendor-prefixed style property %s. Did you mean %s?",e,e.charAt(0).toUpperCase()+e.slice(1))):!z.test(a)||G.hasOwnProperty(a)&&G[a]||(G[a]=!0,console.error(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,e,a.replace(z,""))),typeof a=="number"&&(isNaN(a)?tt||(tt=!0,console.error("`NaN` is an invalid value for the `%s` css style property.",e)):isFinite(a)||Jt||(Jt=!0,console.error("`Infinity` is an invalid value for the `%s` css style property.",e)))),a==null||typeof a=="boolean"||a===""?c?t.setProperty(e,""):e==="float"?t.cssFloat="":t[e]="":c?t.setProperty(e,a):typeof a!="number"||a===0||k.has(e)?e==="float"?t.cssFloat=a:(im(a,e),t[e]=(""+a).trim()):t[e]=a+"px"}function Sm(t,e,a){if(e!=null&&typeof e!="object")throw Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");if(e&&Object.freeze(e),t=t.style,a!=null){if(e){var c={};if(a){for(var o in a)if(a.hasOwnProperty(o)&&!e.hasOwnProperty(o))for(var f=_[o]||[o],d=0;d<f.length;d++)c[f[d]]=o}for(var h in e)if(e.hasOwnProperty(h)&&(!a||a[h]!==e[h]))for(o=_[h]||[h],f=0;f<o.length;f++)c[o[f]]=h;h={};for(var y in e)for(o=_[y]||[y],f=0;f<o.length;f++)h[o[f]]=y;y={};for(var p in c)if(o=c[p],(f=h[p])&&o!==f&&(d=o+","+f,!y[d])){y[d]=!0,d=console;var A=e[o];d.error.call(d,"%s a style property during rerender (%s) when a conflicting property is set (%s) can lead to styling bugs. To avoid this, don't mix shorthand and non-shorthand properties for the same value; instead, replace the shorthand with separate values.",A==null||typeof A=="boolean"||A===""?"Removing":"Updating",o,f)}}for(var D in a)!a.hasOwnProperty(D)||e!=null&&e.hasOwnProperty(D)||(D.indexOf("--")===0?t.setProperty(D,""):D==="float"?t.cssFloat="":t[D]="");for(var S in e)p=e[S],e.hasOwnProperty(S)&&a[S]!==p&&gm(t,S,p)}else for(c in e)e.hasOwnProperty(c)&&gm(t,c,e[c])}function wn(t){if(t.indexOf("-")===-1)return!1;switch(t){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}}function mp(t){return Ft.get(t)||t}function yp(t,e){if(Ga.call(Rh,e)&&Rh[e])return!0;if(q2.test(e)){if(t="aria-"+e.slice(4).toLowerCase(),t=Yv.hasOwnProperty(t)?t:null,t==null)return console.error("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",e),Rh[e]=!0;if(e!==t)return console.error("Invalid ARIA attribute `%s`. Did you mean `%s`?",e,t),Rh[e]=!0}if(x2.test(e)){if(t=e.toLowerCase(),t=Yv.hasOwnProperty(t)?t:null,t==null)return Rh[e]=!0,!1;e!==t&&(console.error("Unknown ARIA attribute `%s`. Did you mean `%s`?",e,t),Rh[e]=!0)}return!0}function pp(t,e){var a=[],c;for(c in e)yp(t,c)||a.push(c);e=a.map(function(o){return"`"+o+"`"}).join(", "),a.length===1?console.error("Invalid aria prop %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props",e,t):1<a.length&&console.error("Invalid aria props %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props",e,t)}function bm(t,e,a,c){if(Ga.call(Xa,e)&&Xa[e])return!0;var o=e.toLowerCase();if(o==="onfocusin"||o==="onfocusout")return console.error("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),Xa[e]=!0;if(typeof a=="function"&&(t==="form"&&e==="action"||t==="input"&&e==="formAction"||t==="button"&&e==="formAction"))return!0;if(c!=null){if(t=c.possibleRegistrationNames,c.registrationNameDependencies.hasOwnProperty(e))return!0;if(c=t.hasOwnProperty(o)?t[o]:null,c!=null)return console.error("Invalid event handler property `%s`. Did you mean `%s`?",e,c),Xa[e]=!0;if(hS.test(e))return console.error("Unknown event handler property `%s`. It will be ignored.",e),Xa[e]=!0}else if(hS.test(e))return Y2.test(e)&&console.error("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",e),Xa[e]=!0;if(j2.test(e)||G2.test(e))return!0;if(o==="innerhtml")return console.error("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),Xa[e]=!0;if(o==="aria")return console.error("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),Xa[e]=!0;if(o==="is"&&a!==null&&a!==void 0&&typeof a!="string")return console.error("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof a),Xa[e]=!0;if(typeof a=="number"&&isNaN(a))return console.error("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",e),Xa[e]=!0;if(xn.hasOwnProperty(o)){if(o=xn[o],o!==e)return console.error("Invalid DOM property `%s`. Did you mean `%s`?",e,o),Xa[e]=!0}else if(e!==o)return console.error("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",e,o),Xa[e]=!0;switch(e){case"dangerouslySetInnerHTML":case"children":case"style":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":return!0;case"innerText":case"textContent":return!0}switch(typeof a){case"boolean":switch(e){case"autoFocus":case"checked":case"multiple":case"muted":case"selected":case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":case"capture":case"download":case"inert":return!0;default:return o=e.toLowerCase().slice(0,5),o==="data-"||o==="aria-"?!0:(a?console.error('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',a,e,e,a,e):console.error('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',a,e,e,a,e,e,e),Xa[e]=!0)}case"function":case"symbol":return Xa[e]=!0,!1;case"string":if(a==="false"||a==="true"){switch(e){case"checked":case"selected":case"multiple":case"muted":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":case"inert":break;default:return!0}console.error("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",a,e,a==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',e,a),Xa[e]=!0}}return!0}function jg(t,e,a){var c=[],o;for(o in e)bm(t,o,e[o],a)||c.push(o);e=c.map(function(f){return"`"+f+"`"}).join(", "),c.length===1?console.error("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://react.dev/link/attribute-behavior ",e,t):1<c.length&&console.error("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://react.dev/link/attribute-behavior ",e,t)}function ts(t){return X2.test(""+t)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":t}function Ka(){}function hn(t){return t=t.target||t.srcElement||window,t.correspondingUseElement&&(t=t.correspondingUseElement),t.nodeType===3?t.parentNode:t}function Wr(t){var e=sn(t);if(e&&(t=e.stateNode)){var a=t[ca]||null;t:switch(t=e.stateNode,e.type){case"input":if(hc(t,a.value,a.defaultValue,a.defaultValue,a.checked,a.defaultChecked,a.type,a.name),e=a.name,a.type==="radio"&&e!=null){for(a=t;a.parentNode;)a=a.parentNode;for(fe(e,"name"),a=a.querySelectorAll('input[name="'+se(""+e)+'"][type="radio"]'),e=0;e<a.length;e++){var c=a[e];if(c!==t&&c.form===t.form){var o=c[ca]||null;if(!o)throw Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");hc(c,o.value,o.defaultValue,o.defaultValue,o.checked,o.defaultChecked,o.type,o.name)}}for(e=0;e<a.length;e++)c=a[e],c.form===t.form&&hm(c)}break t;case"textarea":ni(t,a.value,a.defaultValue);break t;case"select":e=a.value,e!=null&&Zn(t,!!a.multiple,e,!1)}}}function Fr(t,e,a){if(Ig)return t(e,a);Ig=!0;try{var c=t(e);return c}finally{if(Ig=!1,(Uh!==null||Ch!==null)&&(qa(),Uh&&(e=Uh,t=Ch,Ch=Uh=null,Wr(e),t)))for(e=0;e<t.length;e++)Wr(t[e])}}function Jn(t,e){var a=t.stateNode;if(a===null)return null;var c=a[ca]||null;if(c===null)return null;a=c[e];t:switch(e){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(c=!c.disabled)||(t=t.type,c=!(t==="button"||t==="input"||t==="select"||t==="textarea")),t=!c;break t;default:t=!1}if(t)return null;if(a&&typeof a!="function")throw Error("Expected `"+e+"` listener to be a function, instead got a value of `"+typeof a+"` type.");return a}function oi(){if(jv)return jv;var t,e=t1,a=e.length,c,o="value"in Ef?Ef.value:Ef.textContent,f=o.length;for(t=0;t<a&&e[t]===o[t];t++);var d=a-t;for(c=1;c<=d&&e[a-c]===o[f-c];c++);return jv=o.slice(t,1<c?1-c:void 0)}function es(t){var e=t.keyCode;return"charCode"in t?(t=t.charCode,t===0&&e===13&&(t=13)):t=e,t===10&&(t=13),32<=t||t===13?t:0}function So(){return!0}function Tm(){return!1}function rl(t){function e(a,c,o,f,d){this._reactName=a,this._targetInst=o,this.type=c,this.nativeEvent=f,this.target=d,this.currentTarget=null;for(var h in t)t.hasOwnProperty(h)&&(a=t[h],this[h]=a?a(f):f[h]);return this.isDefaultPrevented=(f.defaultPrevented!=null?f.defaultPrevented:f.returnValue===!1)?So:Tm,this.isPropagationStopped=Tm,this}return Dt(e.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():typeof a.returnValue!="unknown"&&(a.returnValue=!1),this.isDefaultPrevented=So)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():typeof a.cancelBubble!="unknown"&&(a.cancelBubble=!0),this.isPropagationStopped=So)},persist:function(){},isPersistent:So}),e}function qu(t){var e=this.nativeEvent;return e.getModifierState?e.getModifierState(t):(t=P2[t])?!!e[t]:!1}function ls(){return qu}function bo(t,e){switch(t){case"keyup":return rT.indexOf(e.keyCode)!==-1;case"keydown":return e.keyCode!==vS;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Yu(t){return t=t.detail,typeof t=="object"&&"data"in t?t.data:null}function Em(t,e){switch(t){case"compositionend":return Yu(e);case"keypress":return e.which!==SS?null:(TS=!0,bS);case"textInput":return t=e.data,t===bS&&TS?null:t;default:return null}}function kr(t,e){if(_h)return t==="compositionend"||!n1&&bo(t,e)?(t=oi(),jv=t1=Ef=null,_h=!1,t):null;switch(t){case"paste":return null;case"keypress":if(!(e.ctrlKey||e.altKey||e.metaKey)||e.ctrlKey&&e.altKey){if(e.char&&1<e.char.length)return e.char;if(e.which)return String.fromCharCode(e.which)}return null;case"compositionend":return gS&&e.locale!=="ko"?null:e.data;default:return null}}function Am(t){var e=t&&t.nodeName&&t.nodeName.toLowerCase();return e==="input"?!!hT[t.type]:e==="textarea"}function Ir(t){if(!$c)return!1;t="on"+t;var e=t in document;return e||(e=document.createElement("div"),e.setAttribute(t,"return;"),e=typeof e[t]=="function"),e}function as(t,e,a,c){Uh?Ch?Ch.push(c):Ch=[c]:Uh=c,e=Cn(e,"onChange"),0<e.length&&(a=new Gv("onChange","change",null,a,c),t.push({event:a,listeners:e}))}function vp(t){ue(t,0)}function Ul(t){var e=dc(t);if(hm(e))return t}function pc(t,e){if(t==="change")return e}function ns(){T0&&(T0.detachEvent("onpropertychange",To),E0=T0=null)}function To(t){if(t.propertyName==="value"&&Ul(E0)){var e=[];as(e,E0,t,hn(t)),Fr(vp,e)}}function Gg(t,e,a){t==="focusin"?(ns(),T0=e,E0=a,T0.attachEvent("onpropertychange",To)):t==="focusout"&&ns()}function zm(t){if(t==="selectionchange"||t==="keyup"||t==="keydown")return Ul(E0)}function Dm(t,e){if(t==="click")return Ul(e)}function us(t,e){if(t==="input"||t==="change")return Ul(e)}function Pr(t,e){return t===e&&(t!==0||1/t===1/e)||t!==t&&e!==e}function Eo(t,e){if(Qa(t,e))return!0;if(typeof t!="object"||t===null||typeof e!="object"||e===null)return!1;var a=Object.keys(t),c=Object.keys(e);if(a.length!==c.length)return!1;for(c=0;c<a.length;c++){var o=a[c];if(!Ga.call(e,o)||!Qa(t[o],e[o]))return!1}return!0}function gp(t){for(;t&&t.firstChild;)t=t.firstChild;return t}function Sp(t,e){var a=gp(t);t=0;for(var c;a;){if(a.nodeType===3){if(c=t+a.textContent.length,t<=e&&c>=e)return{node:a,offset:e-t};t=c}t:{for(;a;){if(a.nextSibling){a=a.nextSibling;break t}a=a.parentNode}a=void 0}a=gp(a)}}function bp(t,e){return t&&e?t===e?!0:t&&t.nodeType===3?!1:e&&e.nodeType===3?bp(t,e.parentNode):"contains"in t?t.contains(e):t.compareDocumentPosition?!!(t.compareDocumentPosition(e)&16):!1:!1}function td(t){t=t!=null&&t.ownerDocument!=null&&t.ownerDocument.defaultView!=null?t.ownerDocument.defaultView:window;for(var e=dn(t.document);e instanceof t.HTMLIFrameElement;){try{var a=typeof e.contentWindow.location.href=="string"}catch{a=!1}if(a)t=e.contentWindow;else break;e=dn(t.document)}return e}function Om(t){var e=t&&t.nodeName&&t.nodeName.toLowerCase();return e&&(e==="input"&&(t.type==="text"||t.type==="search"||t.type==="tel"||t.type==="url"||t.type==="password")||e==="textarea"||t.contentEditable==="true")}function Tp(t,e,a){var c=a.window===a?a.document:a.nodeType===9?a:a.ownerDocument;c1||Hh==null||Hh!==dn(c)||(c=Hh,"selectionStart"in c&&Om(c)?c={start:c.selectionStart,end:c.selectionEnd}:(c=(c.ownerDocument&&c.ownerDocument.defaultView||window).getSelection(),c={anchorNode:c.anchorNode,anchorOffset:c.anchorOffset,focusNode:c.focusNode,focusOffset:c.focusOffset}),A0&&Eo(A0,c)||(A0=c,c=Cn(u1,"onSelect"),0<c.length&&(e=new Gv("onSelect","select",null,e,a),t.push({event:e,listeners:c}),e.target=Hh)))}function fi(t,e){var a={};return a[t.toLowerCase()]=e.toLowerCase(),a["Webkit"+t]="webkit"+e,a["Moz"+t]="moz"+e,a}function si(t){if(i1[t])return i1[t];if(!Bh[t])return t;var e=Bh[t],a;for(a in e)if(e.hasOwnProperty(a)&&a in AS)return i1[t]=e[a];return t}function mn(t,e){RS.set(t,e),rn(e,[t])}function Ep(t){for(var e=Qv,a=0;a<t.length;a++){var c=t[a];if(typeof c=="object"&&c!==null)if(Pe(c)&&c.length===2&&typeof c[0]=="string"){if(e!==Qv&&e!==d1)return s1;e=d1}else return s1;else{if(typeof c=="function"||typeof c=="string"&&50<c.length||e!==Qv&&e!==r1)return s1;e=r1}}return e}function Mm(t,e,a,c){for(var o in t)Ga.call(t,o)&&o[0]!=="_"&&Kn(o,t[o],e,a,c)}function Kn(t,e,a,c,o){switch(typeof e){case"object":if(e===null){e="null";break}else{if(e.$$typeof===nn){var f=Zt(e.type)||"…",d=e.key;e=e.props;var h=Object.keys(e),y=h.length;if(d==null&&y===0){e="<"+f+" />";break}if(3>c||y===1&&h[0]==="children"&&d==null){e="<"+f+" … />";break}a.push([o+" ".repeat(c)+t,"<"+f]),d!==null&&Kn("key",d,a,c+1,o),t=!1;for(var p in e)p==="children"?e.children!=null&&(!Pe(e.children)||0<e.children.length)&&(t=!0):Ga.call(e,p)&&p[0]!=="_"&&Kn(p,e[p],a,c+1,o);a.push(["",t?">…</"+f+">":"/>"]);return}if(f=Object.prototype.toString.call(e),f=f.slice(8,f.length-1),f==="Array"){if(p=Ep(e),p===r1||p===Qv){e=JSON.stringify(e);break}else if(p===d1){for(a.push([o+" ".repeat(c)+t,""]),t=0;t<e.length;t++)f=e[t],Kn(f[0],f[1],a,c+1,o);return}}if(f==="Promise"){if(e.status==="fulfilled"){if(f=a.length,Kn(t,e.value,a,c,o),a.length>f){a=a[f],a[1]="Promise<"+(a[1]||"Object")+">";return}}else if(e.status==="rejected"&&(f=a.length,Kn(t,e.reason,a,c,o),a.length>f)){a=a[f],a[1]="Rejected Promise<"+a[1]+">";return}a.push([" ".repeat(c)+t,"Promise"]);return}f==="Object"&&(p=Object.getPrototypeOf(e))&&typeof p.constructor=="function"&&(f=p.constructor.name),a.push([o+" ".repeat(c)+t,f==="Object"?3>c?"":"…":f]),3>c&&Mm(e,a,c+1,o);return}case"function":e=e.name===""?"() => {}":e.name+"() {}";break;case"string":e=e===bT?"…":JSON.stringify(e);break;case"undefined":e="undefined";break;case"boolean":e=e?"true":"false";break;default:e=String(e)}a.push([o+" ".repeat(c)+t,e])}function Ap(t,e,a,c){var o=!0;for(d in t)d in e||(a.push([Vv+" ".repeat(c)+d,"…"]),o=!1);for(var f in e)if(f in t){var d=t[f],h=e[f];if(d!==h){if(c===0&&f==="children")o=" ".repeat(c)+f,a.push([Vv+o,"…"],[Zv+o,"…"]);else{if(!(3<=c)){if(typeof d=="object"&&typeof h=="object"&&d!==null&&h!==null&&d.$$typeof===h.$$typeof)if(h.$$typeof===nn){if(d.type===h.type&&d.key===h.key){d=Zt(h.type)||"…",o=" ".repeat(c)+f,d="<"+d+" … />",a.push([Vv+o,d],[Zv+o,d]),o=!1;continue}}else{var y=Object.prototype.toString.call(d),p=Object.prototype.toString.call(h);if(y===p&&(p==="[object Object]"||p==="[object Array]")){y=[_S+" ".repeat(c)+f,p==="[object Array]"?"Array":""],a.push(y),p=a.length,Ap(d,h,a,c+1)?p===a.length&&(y[1]="Referentially unequal but deeply equal objects. Consider memoization."):o=!1;continue}}else if(typeof d=="function"&&typeof h=="function"&&d.name===h.name&&d.length===h.length&&(y=Function.prototype.toString.call(d),p=Function.prototype.toString.call(h),y===p)){d=h.name===""?"() => {}":h.name+"() {}",a.push([_S+" ".repeat(c)+f,d+" Referentially unequal function closure. Consider memoization."]);continue}}Kn(f,d,a,c,Vv),Kn(f,h,a,c,Zv)}o=!1}}else a.push([Zv+" ".repeat(c)+f,"…"]),o=!1;return o}function yn(t){Lt=t&63?"Blocking":t&64?"Gesture":t&4194176?"Transition":t&62914560?"Suspense":t&2080374784?"Idle":"Other"}function $a(t,e,a,c){Re&&(zf.start=e,zf.end=a,Wi.color="warning",Wi.tooltipText=c,Wi.properties=null,(t=t._debugTask)?t.run(performance.measure.bind(performance,c,zf)):performance.measure(c,zf))}function ed(t,e,a){$a(t,e,a,"Reconnect")}function ld(t,e,a,c,o){var f=P(t);if(f!==null&&Re){var d=t.alternate,h=t.actualDuration;if(d===null||d.child!==t.child)for(var y=t.child;y!==null;y=y.sibling)h-=y.actualDuration;c=.5>h?c?"tertiary-light":"primary-light":10>h?c?"tertiary":"primary":100>h?c?"tertiary-dark":"primary-dark":"error";var p=t.memoizedProps;h=t._debugTask,p!==null&&d!==null&&d.memoizedProps!==p?(y=[TT],p=Ap(d.memoizedProps,p,y,0),1<y.length&&(p&&!Af&&!(d.lanes&o)&&100<t.actualDuration?(Af=!0,y[0]=ET,Wi.color="warning",Wi.tooltipText=HS):(Wi.color=c,Wi.tooltipText=f),Wi.properties=y,zf.start=e,zf.end=a,h!=null?h.run(performance.measure.bind(performance,""+f,zf)):performance.measure(""+f,zf))):h!=null?h.run(console.timeStamp.bind(console,f,e,a,bu,void 0,c)):console.timeStamp(f,e,a,bu,void 0,c)}}function Rm(t,e,a,c){if(Re){var o=P(t);if(o!==null){for(var f=null,d=[],h=0;h<c.length;h++){var y=c[h];f==null&&y.source!==null&&(f=y.source._debugTask),y=y.value,d.push(["Error",typeof y=="object"&&y!==null&&typeof y.message=="string"?String(y.message):String(y)])}t.key!==null&&Kn("key",t.key,d,0,""),t.memoizedProps!==null&&Mm(t.memoizedProps,d,0,""),f==null&&(f=t._debugTask),t={start:e,end:a,detail:{devtools:{color:"error",track:bu,tooltipText:t.tag===13?"Hydration failed":"Error boundary caught an error",properties:d}}},f?f.run(performance.measure.bind(performance,""+o,t)):performance.measure(""+o,t)}}}function pn(t,e,a,c,o){if(o!==null){if(Re){var f=P(t);if(f!==null){c=[];for(var d=0;d<o.length;d++){var h=o[d].value;c.push(["Error",typeof h=="object"&&h!==null&&typeof h.message=="string"?String(h.message):String(h)])}t.key!==null&&Kn("key",t.key,c,0,""),t.memoizedProps!==null&&Mm(t.memoizedProps,c,0,""),e={start:e,end:a,detail:{devtools:{color:"error",track:bu,tooltipText:"A lifecycle or effect errored",properties:c}}},(t=t._debugTask)?t.run(performance.measure.bind(performance,""+f,e)):performance.measure(""+f,e)}}}else f=P(t),f!==null&&Re&&(o=1>c?"secondary-light":100>c?"secondary":500>c?"secondary-dark":"error",(t=t._debugTask)?t.run(console.timeStamp.bind(console,f,e,a,bu,void 0,o)):console.timeStamp(f,e,a,bu,void 0,o))}function Xg(t,e,a,c){if(Re&&!(e<=t)){var o=(a&738197653)===a?"tertiary-dark":"primary-dark";a=(a&536870912)===a?"Prepared":(a&201326741)===a?"Hydrated":"Render",c?c.run(console.timeStamp.bind(console,a,t,e,Lt,Xt,o)):console.timeStamp(a,t,e,Lt,Xt,o)}}function zp(t,e,a,c){!Re||e<=t||(a=(a&738197653)===a?"tertiary-dark":"primary-dark",c?c.run(console.timeStamp.bind(console,"Prewarm",t,e,Lt,Xt,a)):console.timeStamp("Prewarm",t,e,Lt,Xt,a))}function Dp(t,e,a,c){!Re||e<=t||(a=(a&738197653)===a?"tertiary-dark":"primary-dark",c?c.run(console.timeStamp.bind(console,"Suspended",t,e,Lt,Xt,a)):console.timeStamp("Suspended",t,e,Lt,Xt,a))}function Qg(t,e,a,c,o,f){if(Re&&!(e<=t)){a=[];for(var d=0;d<c.length;d++){var h=c[d].value;a.push(["Recoverable Error",typeof h=="object"&&h!==null&&typeof h.message=="string"?String(h.message):String(h)])}t={start:t,end:e,detail:{devtools:{color:"primary-dark",track:Lt,trackGroup:Xt,tooltipText:o?"Hydration Failed":"Recovered after Error",properties:a}}},f?f.run(performance.measure.bind(performance,"Recovered",t)):performance.measure("Recovered",t)}}function Um(t,e,a,c){!Re||e<=t||(c?c.run(console.timeStamp.bind(console,"Errored",t,e,Lt,Xt,"error")):console.timeStamp("Errored",t,e,Lt,Xt,"error"))}function Vg(t,e,a,c){!Re||e<=t||(c?c.run(console.timeStamp.bind(console,a,t,e,Lt,Xt,"secondary-light")):console.timeStamp(a,t,e,Lt,Xt,"secondary-light"))}function Op(t,e,a,c,o){if(Re&&!(e<=t)){for(var f=[],d=0;d<a.length;d++){var h=a[d].value;f.push(["Error",typeof h=="object"&&h!==null&&typeof h.message=="string"?String(h.message):String(h)])}t={start:t,end:e,detail:{devtools:{color:"error",track:Lt,trackGroup:Xt,tooltipText:c?"Remaining Effects Errored":"Commit Errored",properties:f}}},o?o.run(performance.measure.bind(performance,"Errored",t)):performance.measure("Errored",t)}}function Cm(t,e,a){!Re||e<=t||console.timeStamp("Animating",t,e,Lt,Xt,"secondary-dark")}function ad(){for(var t=Nh,e=h1=Nh=0;e<t;){var a=Tu[e];Tu[e++]=null;var c=Tu[e];Tu[e++]=null;var o=Tu[e];Tu[e++]=null;var f=Tu[e];if(Tu[e++]=null,c!==null&&o!==null){var d=c.pending;d===null?o.next=o:(o.next=d.next,d.next=o),c.pending=o}f!==0&&_m(a,o,f)}}function Ao(t,e,a,c){Tu[Nh++]=t,Tu[Nh++]=e,Tu[Nh++]=a,Tu[Nh++]=c,h1|=c,t.lanes|=c,t=t.alternate,t!==null&&(t.lanes|=c)}function ri(t,e,a,c){return Ao(t,e,a,c),cs(t)}function ql(t,e){return Ao(t,null,null,e),cs(t)}function _m(t,e,a){t.lanes|=a;var c=t.alternate;c!==null&&(c.lanes|=a);for(var o=!1,f=t.return;f!==null;)f.childLanes|=a,c=f.alternate,c!==null&&(c.childLanes|=a),f.tag===22&&(t=f.stateNode,t===null||t._visibility&z0||(o=!0)),t=f,f=f.return;return t.tag===3?(f=t.stateNode,o&&e!==null&&(o=31-_l(a),t=f.hiddenUpdates,c=t[o],c===null?t[o]=[e]:c.push(e),e.lane=a|536870912),f):null}function cs(t){if(k0>jT)throw Rr=k0=0,I0=J1=null,Error("Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.");Rr>GT&&(Rr=0,I0=null,console.error("Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.")),t.alternate===null&&t.flags&4098&&an(t);for(var e=t,a=e.return;a!==null;)e.alternate===null&&e.flags&4098&&an(t),e=a,a=e.return;return e.tag===3?e.stateNode:null}function vc(t){if(Eu===null)return t;var e=Eu(t);return e===void 0?t:e.current}function nd(t){if(Eu===null)return t;var e=Eu(t);return e===void 0?t!=null&&typeof t.render=="function"&&(e=vc(t.render),t.render!==e)?(e={$$typeof:rf,render:e},t.displayName!==void 0&&(e.displayName=t.displayName),e):t:e.current}function Hm(t,e){if(Eu===null)return!1;var a=t.elementType;e=e.type;var c=!1,o=typeof e=="object"&&e!==null?e.$$typeof:null;switch(t.tag){case 1:typeof e=="function"&&(c=!0);break;case 0:(typeof e=="function"||o===Gl)&&(c=!0);break;case 11:(o===rf||o===Gl)&&(c=!0);break;case 14:case 15:(o===cr||o===Gl)&&(c=!0);break;default:return!1}return!!(c&&(t=Eu(a),t!==void 0&&t===Eu(e)))}function di(t){Eu!==null&&typeof WeakSet=="function"&&(xh===null&&(xh=new WeakSet),xh.add(t))}function Mp(t,e,a){do{var c=t,o=c.alternate,f=c.child,d=c.sibling,h=c.tag;c=c.type;var y=null;switch(h){case 0:case 15:case 1:y=c;break;case 11:y=c.render}if(Eu===null)throw Error("Expected resolveFamily to be set during hot reload.");var p=!1;if(c=!1,y!==null&&(y=Eu(y),y!==void 0&&(a.has(y)?c=!0:e.has(y)&&(h===1?c=!0:p=!0))),xh!==null&&(xh.has(t)||o!==null&&xh.has(o))&&(c=!0),c&&(t._debugNeedsRemount=!0),(c||p)&&(o=ql(t,2),o!==null&&rt(o,t,2)),f===null||c||Mp(f,e,a),d===null)break;t=d}while(!0)}function Zg(t,e,a,c){this.tag=t,this.key=a,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=e,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=c,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null,this.actualDuration=-0,this.actualStartTime=-1.1,this.treeBaseDuration=this.selfBaseDuration=-0,this._debugTask=this._debugStack=this._debugOwner=this._debugInfo=null,this._debugNeedsRemount=!1,this._debugHookTypes=null,BS||typeof Object.preventExtensions!="function"||Object.preventExtensions(this)}function Bm(t){return t=t.prototype,!(!t||!t.isReactComponent)}function $n(t,e){var a=t.alternate;switch(a===null?(a=yt(t.tag,e,t.key,t.mode),a.elementType=t.elementType,a.type=t.type,a.stateNode=t.stateNode,a._debugOwner=t._debugOwner,a._debugStack=t._debugStack,a._debugTask=t._debugTask,a._debugHookTypes=t._debugHookTypes,a.alternate=t,t.alternate=a):(a.pendingProps=e,a.type=t.type,a.flags=0,a.subtreeFlags=0,a.deletions=null,a.actualDuration=-0,a.actualStartTime=-1.1),a.flags=t.flags&65011712,a.childLanes=t.childLanes,a.lanes=t.lanes,a.child=t.child,a.memoizedProps=t.memoizedProps,a.memoizedState=t.memoizedState,a.updateQueue=t.updateQueue,e=t.dependencies,a.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext,_debugThenableState:e._debugThenableState},a.sibling=t.sibling,a.index=t.index,a.ref=t.ref,a.refCleanup=t.refCleanup,a.selfBaseDuration=t.selfBaseDuration,a.treeBaseDuration=t.treeBaseDuration,a._debugInfo=t._debugInfo,a._debugNeedsRemount=t._debugNeedsRemount,a.tag){case 0:case 15:a.type=vc(t.type);break;case 1:a.type=vc(t.type);break;case 11:a.type=nd(t.type)}return a}function Nm(t,e){t.flags&=65011714;var a=t.alternate;return a===null?(t.childLanes=0,t.lanes=e,t.child=null,t.subtreeFlags=0,t.memoizedProps=null,t.memoizedState=null,t.updateQueue=null,t.dependencies=null,t.stateNode=null,t.selfBaseDuration=0,t.treeBaseDuration=0):(t.childLanes=a.childLanes,t.lanes=a.lanes,t.child=a.child,t.subtreeFlags=0,t.deletions=null,t.memoizedProps=a.memoizedProps,t.memoizedState=a.memoizedState,t.updateQueue=a.updateQueue,t.type=a.type,e=a.dependencies,t.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext,_debugThenableState:e._debugThenableState},t.selfBaseDuration=a.selfBaseDuration,t.treeBaseDuration=a.treeBaseDuration),t}function hi(t,e,a,c,o,f){var d=0,h=t;if(typeof t=="function")Bm(t)&&(d=1),h=vc(h);else if(typeof t=="string")d=V(),d=Ev(t,a,d)?26:t==="html"||t==="head"||t==="body"?27:5;else t:switch(t){case Nn:return e=yt(31,a,e,o),e.elementType=Nn,e.lanes=f,e;case sf:return mi(a.children,o,f,e);case ua:d=8,o|=Ta,o|=nc;break;case ur:return t=a,c=o,typeof t.id!="string"&&console.error('Profiler must specify an "id" of type `string` as a prop. Received the type `%s` instead.',typeof t.id),e=yt(12,t,e,c|Ot),e.elementType=ur,e.lanes=f,e.stateNode={effectDuration:0,passiveEffectDuration:0},e;case Li:return e=yt(13,a,e,o),e.elementType=Li,e.lanes=f,e;case Sa:return e=yt(19,a,e,o),e.elementType=Sa,e.lanes=f,e;default:if(typeof t=="object"&&t!==null)switch(t.$$typeof){case Bn:d=10;break t;case ph:d=9;break t;case rf:d=11,h=nd(h);break t;case cr:d=14;break t;case Gl:d=16,h=null;break t}h="",(t===void 0||typeof t=="object"&&t!==null&&Object.keys(t).length===0)&&(h+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),t===null?a="null":Pe(t)?a="array":t!==void 0&&t.$$typeof===nn?(a="<"+(Zt(t.type)||"Unknown")+" />",h=" Did you accidentally export a JSX literal instead of a component?"):a=typeof t,(d=c?fa(c):null)&&(h+=`
|
|
96
|
+
|
|
97
|
+
Check the render method of \``+d+"`."),d=29,a=Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: "+(a+"."+h)),h=null}return e=yt(d,a,e,o),e.elementType=t,e.type=h,e.lanes=f,e._debugOwner=c,e}function gc(t,e,a){return e=hi(t.type,t.key,t.props,t._owner,e,a),e._debugOwner=t._owner,e._debugStack=t._debugStack,e._debugTask=t._debugTask,e}function mi(t,e,a,c){return t=yt(7,t,c,e),t.lanes=a,t}function zo(t,e,a){return t=yt(6,t,null,e),t.lanes=a,t}function xm(t){var e=yt(18,null,null,st);return e.stateNode=t,e}function ud(t,e,a){return e=yt(4,t.children!==null?t.children:[],t.key,e),e.lanes=a,e.stateNode={containerInfo:t.containerInfo,pendingChildren:null,implementation:t.implementation},e}function Jl(t,e){if(typeof t=="object"&&t!==null){var a=m1.get(t);return a!==void 0?a:(e={value:t,source:e,stack:wf(e)},m1.set(t,e),e)}return{value:t,source:e,stack:wf(e)}}function vn(t,e){Sc(),qh[Yh++]=D0,qh[Yh++]=Lv,Lv=t,D0=e}function qm(t,e,a){Sc(),Au[zu++]=ki,Au[zu++]=Ii,Au[zu++]=hr,hr=t;var c=ki;t=Ii;var o=32-_l(c)-1;c&=~(1<<o),a+=1;var f=32-_l(e)+o;if(30<f){var d=o-o%5;f=(c&(1<<d)-1).toString(32),c>>=d,o-=d,ki=1<<32-_l(e)+o|a<<o|c,Ii=f+t}else ki=1<<f|a<<o|c,Ii=t}function cd(t){Sc(),t.return!==null&&(vn(t,1),qm(t,1,0))}function id(t){for(;t===Lv;)Lv=qh[--Yh],qh[Yh]=null,D0=qh[--Yh],qh[Yh]=null;for(;t===hr;)hr=Au[--zu],Au[zu]=null,Ii=Au[--zu],Au[zu]=null,ki=Au[--zu],Au[zu]=null}function Rp(){return Sc(),hr!==null?{id:ki,overflow:Ii}:null}function Up(t,e){Sc(),Au[zu++]=ki,Au[zu++]=Ii,Au[zu++]=hr,ki=e.id,Ii=e.overflow,hr=t}function Sc(){Gt||console.error("Expected to be hydrating. This is a bug in React. Please file an issue.")}function yi(t,e){if(t.return===null){if(qn===null)qn={fiber:t,children:[],serverProps:void 0,serverTail:[],distanceFromLeaf:e};else{if(qn.fiber!==t)throw Error("Saw multiple hydration diff roots in a pass. This is a bug in React.");qn.distanceFromLeaf>e&&(qn.distanceFromLeaf=e)}return qn}var a=yi(t.return,e+1).children;return 0<a.length&&a[a.length-1].fiber===t?(a=a[a.length-1],a.distanceFromLeaf>e&&(a.distanceFromLeaf=e),a):(e={fiber:t,children:[],serverProps:void 0,serverTail:[],distanceFromLeaf:e},a.push(e),e)}function Cp(){Gt&&console.error("We should not be hydrating here. This is a bug in React. Please file a bug.")}function Yl(t,e){Wc||(t=yi(t,0),t.serverProps=null,e!==null&&(e=gv(e),t.serverTail.push(e)))}function Wa(t){var e=1<arguments.length&&arguments[1]!==void 0?arguments[1]:!1,a="",c=qn;throw c!==null&&(qn=null,a=pm(c)),os(Jl(Error("Hydration failed because the server rendered "+(e?"text":"HTML")+` didn't match the client. As a result this tree will be regenerated on the client. This can happen if a SSR-ed Client Component used:
|
|
98
|
+
|
|
99
|
+
- A server/client branch \`if (typeof window !== 'undefined')\`.
|
|
100
|
+
- Variable input such as \`Date.now()\` or \`Math.random()\` which changes each time it's called.
|
|
101
|
+
- Date formatting in a user's locale which doesn't match the server.
|
|
102
|
+
- External changing data without sending a snapshot of it along with the HTML.
|
|
103
|
+
- Invalid HTML tag nesting.
|
|
104
|
+
|
|
105
|
+
It can also happen if the client has a browser extension installed which messes with the HTML before React loaded.
|
|
106
|
+
|
|
107
|
+
https://react.dev/link/hydration-mismatch`+a),t)),y1}function Ym(t){var e=t.stateNode,a=t.type,c=t.memoizedProps;switch(e[Me]=t,e[ca]=c,aa(a,c),a){case"dialog":ft("cancel",e),ft("close",e);break;case"iframe":case"object":case"embed":ft("load",e);break;case"video":case"audio":for(a=0;a<P0.length;a++)ft(P0[a],e);break;case"source":ft("error",e);break;case"img":case"image":case"link":ft("error",e),ft("load",e);break;case"details":ft("toggle",e);break;case"input":li("input",c),ft("invalid",e),wl(e,c),Vr(e,c.value,c.defaultValue,c.checked,c.defaultChecked,c.type,c.name,!0);break;case"option":hp(e,c);break;case"select":li("select",c),ft("invalid",e),Zr(e,c);break;case"textarea":li("textarea",c),ft("invalid",e),ai(e,c),mo(e,c.value,c.defaultValue,c.children)}a=c.children,typeof a!="string"&&typeof a!="number"&&typeof a!="bigint"||e.textContent===""+a||c.suppressHydrationWarning===!0||Gy(e.textContent,a)?(c.popover!=null&&(ft("beforetoggle",e),ft("toggle",e)),c.onScroll!=null&&ft("scroll",e),c.onScrollEnd!=null&&ft("scrollend",e),c.onClick!=null&&(e.onclick=Ka),e=!0):e=!1,e||Wa(t,!0)}function jm(t){for(ia=t.return;ia;)switch(ia.tag){case 5:case 31:case 13:Du=!1;return;case 27:case 3:Du=!0;return;default:ia=ia.return}}function pi(t){if(t!==ia)return!1;if(!Gt)return jm(t),Gt=!0,!1;var e=t.tag,a;if((a=e!==3&&e!==27)&&((a=e===5)&&(a=t.type,a=!(a!=="form"&&a!=="button")||ef(t.type,t.memoizedProps)),a=!a),a&&Ue){for(a=Ue;a;){var c=yi(t,0),o=gv(a);c.serverTail.push(o),a=o.type==="Suspense"?nf(a):Ya(a.nextSibling)}Wa(t)}if(jm(t),e===13){if(t=t.memoizedState,t=t!==null?t.dehydrated:null,!t)throw Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");Ue=nf(t)}else if(e===31){if(t=t.memoizedState,t=t!==null?t.dehydrated:null,!t)throw Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");Ue=nf(t)}else e===27?(e=Ue,Vc(t.type)?(t=nS,nS=null,Ue=t):Ue=e):Ue=ia?Ya(t.stateNode.nextSibling):null;return!0}function bc(){Ue=ia=null,Wc=Gt=!1}function is(){var t=Of;return t!==null&&(wa===null?wa=t:wa.push.apply(wa,t),Of=null),t}function os(t){Of===null?Of=[t]:Of.push(t)}function Tc(){var t=qn;if(t!==null){qn=null;for(var e=pm(t);0<t.children.length;)t=t.children[0];$(t.fiber,function(){console.error(`A tree hydrated but some attributes of the server rendered HTML didn't match the client properties. This won't be patched up. This can happen if a SSR-ed Client Component used:
|
|
108
|
+
|
|
109
|
+
- A server/client branch \`if (typeof window !== 'undefined')\`.
|
|
110
|
+
- Variable input such as \`Date.now()\` or \`Math.random()\` which changes each time it's called.
|
|
111
|
+
- Date formatting in a user's locale which doesn't match the server.
|
|
112
|
+
- External changing data without sending a snapshot of it along with the HTML.
|
|
113
|
+
- Invalid HTML tag nesting.
|
|
114
|
+
|
|
115
|
+
It can also happen if the client has a browser extension installed which messes with the HTML before React loaded.
|
|
116
|
+
|
|
117
|
+
%s%s`,"https://react.dev/link/hydration-mismatch",e)})}}function Do(){jh=wv=null,Gh=!1}function Fa(t,e,a){Yt(p1,e._currentValue,t),e._currentValue=a,Yt(v1,e._currentRenderer,t),e._currentRenderer!==void 0&&e._currentRenderer!==null&&e._currentRenderer!==xS&&console.error("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),e._currentRenderer=xS}function gn(t,e){t._currentValue=p1.current;var a=v1.current;wt(v1,e),t._currentRenderer=a,wt(p1,e)}function od(t,e,a){for(;t!==null;){var c=t.alternate;if((t.childLanes&e)!==e?(t.childLanes|=e,c!==null&&(c.childLanes|=e)):c!==null&&(c.childLanes&e)!==e&&(c.childLanes|=e),t===a)break;t=t.return}t!==a&&console.error("Expected to find the propagation root when scheduling context work. This error is likely caused by a bug in React. Please file an issue.")}function ju(t,e,a,c){var o=t.child;for(o!==null&&(o.return=t);o!==null;){var f=o.dependencies;if(f!==null){var d=o.child;f=f.firstContext;t:for(;f!==null;){var h=f;f=o;for(var y=0;y<e.length;y++)if(h.context===e[y]){f.lanes|=a,h=f.alternate,h!==null&&(h.lanes|=a),od(f.return,a,t),c||(d=null);break t}f=h.next}}else if(o.tag===18){if(d=o.return,d===null)throw Error("We just came from a parent so we must have had a parent. This is a bug in React.");d.lanes|=a,f=d.alternate,f!==null&&(f.lanes|=a),od(d,a,t),d=null}else d=o.child;if(d!==null)d.return=o;else for(d=o;d!==null;){if(d===t){d=null;break}if(o=d.sibling,o!==null){o.return=d.return,d=o;break}d=d.return}o=d}}function Sn(t,e,a,c){t=null;for(var o=e,f=!1;o!==null;){if(!f){if(o.flags&524288)f=!0;else if(o.flags&262144)break}if(o.tag===10){var d=o.alternate;if(d===null)throw Error("Should have a current fiber. This is a bug in React.");if(d=d.memoizedProps,d!==null){var h=o.type;Qa(o.pendingProps.value,d.value)||(t!==null?t.push(h):t=[h])}}else if(o===Jc.current){if(d=o.alternate,d===null)throw Error("Should have a current fiber. This is a bug in React.");d.memoizedState.memoizedState!==o.memoizedState.memoizedState&&(t!==null?t.push(np):t=[np])}o=o.return}t!==null&&ju(e,t,a,c),e.flags|=262144}function Oo(t){for(t=t.firstContext;t!==null;){if(!Qa(t.context._currentValue,t.memoizedValue))return!0;t=t.next}return!1}function Ec(t){wv=t,jh=null,t=t.dependencies,t!==null&&(t.firstContext=null)}function It(t){return Gh&&console.error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."),Gm(wv,t)}function fs(t,e){return wv===null&&Ec(t),Gm(t,e)}function Gm(t,e){var a=e._currentValue;if(e={context:e,memoizedValue:a,next:null},jh===null){if(t===null)throw Error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");jh=e,t.dependencies={lanes:0,firstContext:e,_debugThenableState:null},t.flags|=524288}else jh=jh.next=e;return a}function fd(){return{controller:new DT,data:new Map,refCount:0}}function vi(t){t.controller.signal.aborted&&console.warn("A cache instance was retained after it was already freed. This likely indicates a bug in React."),t.refCount++}function ss(t){t.refCount--,0>t.refCount&&console.warn("A cache instance was released after it was already freed. This likely indicates a bug in React."),t.refCount===0&&OT(MT,function(){t.controller.abort()})}function Wn(t,e,a){t&127?0>Fc&&(Fc=bl(),M0=Jv(e),g1=e,a!=null&&(S1=P(a)),(Kt&(Nl|Gn))!==Zl&&(Ke=!0,Rf=O0),t=lf(),e=mu(),t!==Xh||e!==R0?Xh=-1.1:e!==null&&(Rf=O0),pr=t,R0=e):t&4194048&&0>Ou&&(Ou=bl(),U0=Jv(e),qS=e,a!=null&&(YS=P(a)),0>lo)&&(t=lf(),e=mu(),(t!==Cf||e!==vr)&&(Cf=-1.1),Uf=t,vr=e)}function _p(t){if(0>Fc){Fc=bl(),M0=t._debugTask!=null?t._debugTask:null,(Kt&(Nl|Gn))!==Zl&&(Rf=O0);var e=lf(),a=mu();e!==Xh||a!==R0?Xh=-1.1:a!==null&&(Rf=O0),pr=e,R0=a}0>Ou&&(Ou=bl(),U0=t._debugTask!=null?t._debugTask:null,0>lo)&&(t=lf(),e=mu(),(t!==Cf||e!==vr)&&(Cf=-1.1),Uf=t,vr=e)}function Fn(){var t=mr;return mr=0,t}function Mo(t){var e=mr;return mr=t,e}function Kl(t){var e=mr;return mr+=t,e}function gi(){ot=nt=-1.1}function ze(){var t=nt;return nt=-1.1,t}function dl(t){0<=t&&(nt=t)}function ka(){var t=Ge;return Ge=-0,t}function Da(t){0<=t&&(Ge=t)}function Oa(){var t=Ne;return Ne=null,t}function Ia(){var t=Ke;return Ke=!1,t}function Gu(t){Va=bl(),0>t.actualStartTime&&(t.actualStartTime=Va)}function sd(t){if(0<=Va){var e=bl()-Va;t.actualDuration+=e,t.selfBaseDuration=e,Va=-1}}function rs(t){if(0<=Va){var e=bl()-Va;t.actualDuration+=e,Va=-1}}function $l(){if(0<=Va){var t=bl(),e=t-Va;Va=-1,mr+=e,Ge+=e,ot=t}}function Hp(t){Ne===null&&(Ne=[]),Ne.push(t),to===null&&(to=[]),to.push(t)}function qe(){Va=bl(),0>nt&&(nt=Va)}function Si(t){for(var e=t.child;e;)t.actualDuration+=e.actualDuration,e=e.sibling}function Xu(t,e){if(_0===null){var a=_0=[];T1=0,gr=jy(),Qh={status:"pending",value:void 0,then:function(c){a.push(c)}}}return T1++,e.then(Xm,Xm),e}function Xm(){if(--T1===0&&(-1<Ou||(lo=-1.1),_0!==null)){Qh!==null&&(Qh.status="fulfilled");var t=_0;_0=null,gr=0,Qh=null;for(var e=0;e<t.length;e++)(0,t[e])()}}function rd(t,e){var a=[],c={status:"pending",value:null,reason:null,then:function(o){a.push(o)}};return t.then(function(){c.status="fulfilled",c.value=e;for(var o=0;o<a.length;o++)(0,a[o])(e)},function(o){for(c.status="rejected",c.reason=o,o=0;o<a.length;o++)(0,a[o])(void 0)}),c}function Qu(){var t=Sr.current;return t!==null?t:Te.pooledCache}function Ro(t,e){e===null?Yt(Sr,Sr.current,t):Yt(Sr,e.pool,t)}function Qm(){var t=Qu();return t===null?null:{parent:Sl._currentValue,pool:t}}function dd(){return{didWarnAboutUncachedPromise:!1,thenables:[]}}function Vm(t){return t=t.status,t==="fulfilled"||t==="rejected"}function Ma(t,e,a){N.actQueue!==null&&(N.didUsePromise=!0);var c=t.thenables;if(a=c[a],a===void 0?c.push(e):a!==e&&(t.didWarnAboutUncachedPromise||(t.didWarnAboutUncachedPromise=!0,console.error("A component was suspended by an uncached promise. Creating promises inside a Client Component or hook is not yet supported, except via a Suspense-compatible library or framework.")),e.then(Ka,Ka),e=a),e._debugInfo===void 0){t=performance.now(),c=e.displayName;var o={name:typeof c=="string"?c:"Promise",start:t,end:t,value:e};e._debugInfo=[{awaited:o}],e.status!=="fulfilled"&&e.status!=="rejected"&&(t=function(){o.end=performance.now()},e.then(t,t))}switch(e.status){case"fulfilled":return e.value;case"rejected":throw t=e.reason,ds(t),t;default:if(typeof e.status=="string")e.then(Ka,Ka);else{if(t=Te,t!==null&&100<t.shellSuspendCounter)throw Error("An unknown Component is an async Client Component. Only Server Components can be async at the moment. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server.");t=e,t.status="pending",t.then(function(f){if(e.status==="pending"){var d=e;d.status="fulfilled",d.value=f}},function(f){if(e.status==="pending"){var d=e;d.status="rejected",d.reason=f}})}switch(e.status){case"fulfilled":return e.value;case"rejected":throw t=e.reason,ds(t),t}throw Tr=e,j0=!0,Vh}}function Ra(t){try{return HT(t)}catch(e){throw e!==null&&typeof e=="object"&&typeof e.then=="function"?(Tr=e,j0=!0,Vh):e}}function bi(){if(Tr===null)throw Error("Expected a suspended thenable. This is a bug in React. Please file an issue.");var t=Tr;return Tr=null,j0=!1,t}function ds(t){if(t===Vh||t===tg)throw Error("Hooks are not supported inside an async component. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server.")}function Ve(t){var e=Mt;return t!=null&&(Mt=e===null?t:e.concat(t)),e}function ha(){var t=Mt;if(t!=null){for(var e=t.length-1;0<=e;e--)if(t[e].name!=null){var a=t[e].debugTask;if(a!=null)return a}}return null}function Wl(t,e,a){for(var c=Object.keys(t.props),o=0;o<c.length;o++){var f=c[o];if(f!=="children"&&f!=="key"){e===null&&(e=gc(t,a.mode,0),e._debugInfo=Mt,e.return=a),$(e,function(d){console.error("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",d)},f);break}}}function bn(t){var e=G0;return G0+=1,Zh===null&&(Zh=dd()),Ma(Zh,t,e)}function ma(t,e){e=e.props.ref,t.ref=e!==void 0?e:null}function Tn(t,e){throw e.$$typeof===Rv?Error(`A React Element from an older version of React was rendered. This is not supported. It can happen if:
|
|
118
|
+
- Multiple copies of the "react" package is used.
|
|
119
|
+
- A library pre-bundled an old copy of "react" or "react/jsx-runtime".
|
|
120
|
+
- A compiler tries to "inline" JSX instead of using the runtime.`):(t=Object.prototype.toString.call(e),Error("Objects are not valid as a React child (found: "+(t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead."))}function Pa(t,e){var a=ha();a!==null?a.run(Tn.bind(null,t,e)):Tn(t,e)}function Zm(t,e){var a=P(t)||"Component";ab[a]||(ab[a]=!0,e=e.displayName||e.name||"Component",t.tag===3?console.error(`Functions are not valid as a React child. This may happen if you return %s instead of <%s /> from render. Or maybe you meant to call this function rather than return it.
|
|
121
|
+
root.render(%s)`,e,e,e):console.error(`Functions are not valid as a React child. This may happen if you return %s instead of <%s /> from render. Or maybe you meant to call this function rather than return it.
|
|
122
|
+
<%s>{%s}</%s>`,e,e,a,e,a))}function Uo(t,e){var a=ha();a!==null?a.run(Zm.bind(null,t,e)):Zm(t,e)}function hd(t,e){var a=P(t)||"Component";nb[a]||(nb[a]=!0,e=String(e),t.tag===3?console.error(`Symbols are not valid as a React child.
|
|
123
|
+
root.render(%s)`,e):console.error(`Symbols are not valid as a React child.
|
|
124
|
+
<%s>%s</%s>`,a,e,a))}function hs(t,e){var a=ha();a!==null?a.run(hd.bind(null,t,e)):hd(t,e)}function hl(t){function e(g,b){if(t){var E=g.deletions;E===null?(g.deletions=[b],g.flags|=16):E.push(b)}}function a(g,b){if(!t)return null;for(;b!==null;)e(g,b),b=b.sibling;return null}function c(g){for(var b=new Map;g!==null;)g.key!==null?b.set(g.key,g):b.set(g.index,g),g=g.sibling;return b}function o(g,b){return g=$n(g,b),g.index=0,g.sibling=null,g}function f(g,b,E){return g.index=E,t?(E=g.alternate,E!==null?(E=E.index,E<b?(g.flags|=67108866,b):E):(g.flags|=67108866,b)):(g.flags|=1048576,b)}function d(g){return t&&g.alternate===null&&(g.flags|=67108866),g}function h(g,b,E,j){return b===null||b.tag!==6?(b=zo(E,g.mode,j),b.return=g,b._debugOwner=g,b._debugTask=g._debugTask,b._debugInfo=Mt,b):(b=o(b,E),b.return=g,b._debugInfo=Mt,b)}function y(g,b,E,j){var J=E.type;return J===sf?(b=A(g,b,E.props.children,j,E.key),Wl(E,b,g),b):b!==null&&(b.elementType===J||Hm(b,E)||typeof J=="object"&&J!==null&&J.$$typeof===Gl&&Ra(J)===b.type)?(b=o(b,E.props),ma(b,E),b.return=g,b._debugOwner=E._owner,b._debugInfo=Mt,b):(b=gc(E,g.mode,j),ma(b,E),b.return=g,b._debugInfo=Mt,b)}function p(g,b,E,j){return b===null||b.tag!==4||b.stateNode.containerInfo!==E.containerInfo||b.stateNode.implementation!==E.implementation?(b=ud(E,g.mode,j),b.return=g,b._debugInfo=Mt,b):(b=o(b,E.children||[]),b.return=g,b._debugInfo=Mt,b)}function A(g,b,E,j,J){return b===null||b.tag!==7?(b=mi(E,g.mode,j,J),b.return=g,b._debugOwner=g,b._debugTask=g._debugTask,b._debugInfo=Mt,b):(b=o(b,E),b.return=g,b._debugInfo=Mt,b)}function D(g,b,E){if(typeof b=="string"&&b!==""||typeof b=="number"||typeof b=="bigint")return b=zo(""+b,g.mode,E),b.return=g,b._debugOwner=g,b._debugTask=g._debugTask,b._debugInfo=Mt,b;if(typeof b=="object"&&b!==null){switch(b.$$typeof){case nn:return E=gc(b,g.mode,E),ma(E,b),E.return=g,g=Ve(b._debugInfo),E._debugInfo=Mt,Mt=g,E;case Lc:return b=ud(b,g.mode,E),b.return=g,b._debugInfo=Mt,b;case Gl:var j=Ve(b._debugInfo);return b=Ra(b),g=D(g,b,E),Mt=j,g}if(Pe(b)||sl(b))return E=mi(b,g.mode,E,null),E.return=g,E._debugOwner=g,E._debugTask=g._debugTask,g=Ve(b._debugInfo),E._debugInfo=Mt,Mt=g,E;if(typeof b.then=="function")return j=Ve(b._debugInfo),g=D(g,bn(b),E),Mt=j,g;if(b.$$typeof===Bn)return D(g,fs(g,b),E);Pa(g,b)}return typeof b=="function"&&Uo(g,b),typeof b=="symbol"&&hs(g,b),null}function S(g,b,E,j){var J=b!==null?b.key:null;if(typeof E=="string"&&E!==""||typeof E=="number"||typeof E=="bigint")return J!==null?null:h(g,b,""+E,j);if(typeof E=="object"&&E!==null){switch(E.$$typeof){case nn:return E.key===J?(J=Ve(E._debugInfo),g=y(g,b,E,j),Mt=J,g):null;case Lc:return E.key===J?p(g,b,E,j):null;case Gl:return J=Ve(E._debugInfo),E=Ra(E),g=S(g,b,E,j),Mt=J,g}if(Pe(E)||sl(E))return J!==null?null:(J=Ve(E._debugInfo),g=A(g,b,E,j,null),Mt=J,g);if(typeof E.then=="function")return J=Ve(E._debugInfo),g=S(g,b,bn(E),j),Mt=J,g;if(E.$$typeof===Bn)return S(g,b,fs(g,E),j);Pa(g,E)}return typeof E=="function"&&Uo(g,E),typeof E=="symbol"&&hs(g,E),null}function H(g,b,E,j,J){if(typeof j=="string"&&j!==""||typeof j=="number"||typeof j=="bigint")return g=g.get(E)||null,h(b,g,""+j,J);if(typeof j=="object"&&j!==null){switch(j.$$typeof){case nn:return E=g.get(j.key===null?E:j.key)||null,g=Ve(j._debugInfo),b=y(b,E,j,J),Mt=g,b;case Lc:return g=g.get(j.key===null?E:j.key)||null,p(b,g,j,J);case Gl:var mt=Ve(j._debugInfo);return j=Ra(j),b=H(g,b,E,j,J),Mt=mt,b}if(Pe(j)||sl(j))return E=g.get(E)||null,g=Ve(j._debugInfo),b=A(b,E,j,J,null),Mt=g,b;if(typeof j.then=="function")return mt=Ve(j._debugInfo),b=H(g,b,E,bn(j),J),Mt=mt,b;if(j.$$typeof===Bn)return H(g,b,E,fs(b,j),J);Pa(b,j)}return typeof j=="function"&&Uo(b,j),typeof j=="symbol"&&hs(b,j),null}function w(g,b,E,j){if(typeof E!="object"||E===null)return j;switch(E.$$typeof){case nn:case Lc:$e(g,b,E);var J=E.key;if(typeof J!="string")break;if(j===null){j=new Set,j.add(J);break}if(!j.has(J)){j.add(J);break}$(b,function(){console.error("Encountered two children with the same key, `%s`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.",J)});break;case Gl:E=Ra(E),w(g,b,E,j)}return j}function K(g,b,E,j){for(var J=null,mt=null,et=null,I=b,zt=b=0,Ce=null;I!==null&&zt<E.length;zt++){I.index>zt?(Ce=I,I=null):Ce=I.sibling;var fl=S(g,I,E[zt],j);if(fl===null){I===null&&(I=Ce);break}J=w(g,fl,E[zt],J),t&&I&&fl.alternate===null&&e(g,I),b=f(fl,b,zt),et===null?mt=fl:et.sibling=fl,et=fl,I=Ce}if(zt===E.length)return a(g,I),Gt&&vn(g,zt),mt;if(I===null){for(;zt<E.length;zt++)I=D(g,E[zt],j),I!==null&&(J=w(g,I,E[zt],J),b=f(I,b,zt),et===null?mt=I:et.sibling=I,et=I);return Gt&&vn(g,zt),mt}for(I=c(I);zt<E.length;zt++)Ce=H(I,g,zt,E[zt],j),Ce!==null&&(J=w(g,Ce,E[zt],J),t&&Ce.alternate!==null&&I.delete(Ce.key===null?zt:Ce.key),b=f(Ce,b,zt),et===null?mt=Ce:et.sibling=Ce,et=Ce);return t&&I.forEach(function(so){return e(g,so)}),Gt&&vn(g,zt),mt}function Ae(g,b,E,j){if(E==null)throw Error("An iterable object provided no iterator.");for(var J=null,mt=null,et=b,I=b=0,zt=null,Ce=null,fl=E.next();et!==null&&!fl.done;I++,fl=E.next()){et.index>I?(zt=et,et=null):zt=et.sibling;var so=S(g,et,fl.value,j);if(so===null){et===null&&(et=zt);break}Ce=w(g,so,fl.value,Ce),t&&et&&so.alternate===null&&e(g,et),b=f(so,b,I),mt===null?J=so:mt.sibling=so,mt=so,et=zt}if(fl.done)return a(g,et),Gt&&vn(g,I),J;if(et===null){for(;!fl.done;I++,fl=E.next())et=D(g,fl.value,j),et!==null&&(Ce=w(g,et,fl.value,Ce),b=f(et,b,I),mt===null?J=et:mt.sibling=et,mt=et);return Gt&&vn(g,I),J}for(et=c(et);!fl.done;I++,fl=E.next())zt=H(et,g,I,fl.value,j),zt!==null&&(Ce=w(g,zt,fl.value,Ce),t&&zt.alternate!==null&&et.delete(zt.key===null?I:zt.key),b=f(zt,b,I),mt===null?J=zt:mt.sibling=zt,mt=zt);return t&&et.forEach(function(lE){return e(g,lE)}),Gt&&vn(g,I),J}function Qt(g,b,E,j){if(typeof E=="object"&&E!==null&&E.type===sf&&E.key===null&&(Wl(E,null,g),E=E.props.children),typeof E=="object"&&E!==null){switch(E.$$typeof){case nn:var J=Ve(E._debugInfo);t:{for(var mt=E.key;b!==null;){if(b.key===mt){if(mt=E.type,mt===sf){if(b.tag===7){a(g,b.sibling),j=o(b,E.props.children),j.return=g,j._debugOwner=E._owner,j._debugInfo=Mt,Wl(E,j,g),g=j;break t}}else if(b.elementType===mt||Hm(b,E)||typeof mt=="object"&&mt!==null&&mt.$$typeof===Gl&&Ra(mt)===b.type){a(g,b.sibling),j=o(b,E.props),ma(j,E),j.return=g,j._debugOwner=E._owner,j._debugInfo=Mt,g=j;break t}a(g,b);break}else e(g,b);b=b.sibling}E.type===sf?(j=mi(E.props.children,g.mode,j,E.key),j.return=g,j._debugOwner=g,j._debugTask=g._debugTask,j._debugInfo=Mt,Wl(E,j,g),g=j):(j=gc(E,g.mode,j),ma(j,E),j.return=g,j._debugInfo=Mt,g=j)}return g=d(g),Mt=J,g;case Lc:t:{for(J=E,E=J.key;b!==null;){if(b.key===E)if(b.tag===4&&b.stateNode.containerInfo===J.containerInfo&&b.stateNode.implementation===J.implementation){a(g,b.sibling),j=o(b,J.children||[]),j.return=g,g=j;break t}else{a(g,b);break}else e(g,b);b=b.sibling}j=ud(J,g.mode,j),j.return=g,g=j}return d(g);case Gl:return J=Ve(E._debugInfo),E=Ra(E),g=Qt(g,b,E,j),Mt=J,g}if(Pe(E))return J=Ve(E._debugInfo),g=K(g,b,E,j),Mt=J,g;if(sl(E)){if(J=Ve(E._debugInfo),mt=sl(E),typeof mt!="function")throw Error("An object is not an iterable. This error is likely caused by a bug in React. Please file an issue.");var et=mt.call(E);return et===E?(g.tag!==0||Object.prototype.toString.call(g.type)!=="[object GeneratorFunction]"||Object.prototype.toString.call(et)!=="[object Generator]")&&(eb||console.error("Using Iterators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. You can also use an Iterable that can iterate multiple times over the same items."),eb=!0):E.entries!==mt||D1||(console.error("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),D1=!0),g=Ae(g,b,et,j),Mt=J,g}if(typeof E.then=="function")return J=Ve(E._debugInfo),g=Qt(g,b,bn(E),j),Mt=J,g;if(E.$$typeof===Bn)return Qt(g,b,fs(g,E),j);Pa(g,E)}return typeof E=="string"&&E!==""||typeof E=="number"||typeof E=="bigint"?(J=""+E,b!==null&&b.tag===6?(a(g,b.sibling),j=o(b,J),j.return=g,g=j):(a(g,b),j=zo(J,g.mode,j),j.return=g,j._debugOwner=g,j._debugTask=g._debugTask,j._debugInfo=Mt,g=j),d(g)):(typeof E=="function"&&Uo(g,E),typeof E=="symbol"&&hs(g,E),a(g,b))}return function(g,b,E,j){var J=Mt;Mt=null;try{G0=0;var mt=Qt(g,b,E,j);return Zh=null,mt}catch(Ce){if(Ce===Vh||Ce===tg)throw Ce;var et=yt(29,Ce,null,g.mode);et.lanes=j,et.return=g;var I=et._debugInfo=Mt;if(et._debugOwner=g._debugOwner,et._debugTask=g._debugTask,I!=null){for(var zt=I.length-1;0<=zt;zt--)if(typeof I[zt].stack=="string"){et._debugOwner=I[zt],et._debugTask=I[zt].debugTask;break}}return et}finally{Mt=J}}}function ve(t,e){var a=Pe(t);return t=!a&&typeof sl(t)=="function",a||t?(a=a?"array":"iterable",console.error("A nested %s was passed to row #%s in <SuspenseList />. Wrap it in an additional SuspenseList to configure its revealOrder: <SuspenseList revealOrder=...> ... <SuspenseList revealOrder=...>{%s}</SuspenseList> ... </SuspenseList>",a,e,a),!1):!0}function Bt(t){t.updateQueue={baseState:t.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function kn(t,e){t=t.updateQueue,e.updateQueue===t&&(e.updateQueue={baseState:t.baseState,firstBaseUpdate:t.firstBaseUpdate,lastBaseUpdate:t.lastBaseUpdate,shared:t.shared,callbacks:null})}function al(t){return{lane:t,tag:cb,payload:null,callback:null,next:null}}function In(t,e,a){var c=t.updateQueue;if(c===null)return null;if(c=c.shared,M1===c&&!fb){var o=P(t);console.error(`An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback.
|
|
125
|
+
|
|
126
|
+
Please update the following component: %s`,o),fb=!0}return(Kt&Nl)!==Zl?(o=c.pending,o===null?e.next=e:(e.next=o.next,o.next=e),c.pending=e,e=cs(t),_m(t,null,a),e):(Ao(t,c,e,a),cs(t))}function tn(t,e,a){if(e=e.updateQueue,e!==null&&(e=e.shared,(a&4194048)!==0)){var c=e.lanes;c&=t.pendingLanes,a|=c,e.lanes=a,fp(t,a)}}function ms(t,e){var a=t.updateQueue,c=t.alternate;if(c!==null&&(c=c.updateQueue,a===c)){var o=null,f=null;if(a=a.firstBaseUpdate,a!==null){do{var d={lane:a.lane,tag:a.tag,payload:a.payload,callback:null,next:null};f===null?o=f=d:f=f.next=d,a=a.next}while(a!==null);f===null?o=f=e:f=f.next=e}else o=f=e;a={baseState:c.baseState,firstBaseUpdate:o,lastBaseUpdate:f,shared:c.shared,callbacks:c.callbacks},t.updateQueue=a;return}t=a.lastBaseUpdate,t===null?a.firstBaseUpdate=e:t.next=e,a.lastBaseUpdate=e}function Co(){if(R1){var t=Qh;if(t!==null)throw t}}function Pn(t,e,a,c){R1=!1;var o=t.updateQueue;_f=!1,M1=o.shared;var f=o.firstBaseUpdate,d=o.lastBaseUpdate,h=o.shared.pending;if(h!==null){o.shared.pending=null;var y=h,p=y.next;y.next=null,d===null?f=p:d.next=p,d=y;var A=t.alternate;A!==null&&(A=A.updateQueue,h=A.lastBaseUpdate,h!==d&&(h===null?A.firstBaseUpdate=p:h.next=p,A.lastBaseUpdate=y))}if(f!==null){var D=o.baseState;d=0,A=p=y=null,h=f;do{var S=h.lane&-536870913,H=S!==h.lane;if(H?(Rt&S)===S:(c&S)===S){S!==0&&S===gr&&(R1=!0),A!==null&&(A=A.next={lane:0,tag:h.tag,payload:h.payload,callback:null,next:null});t:{S=t;var w=h,K=e,Ae=a;switch(w.tag){case ib:if(w=w.payload,typeof w=="function"){Gh=!0;var Qt=w.call(Ae,D,K);if(S.mode&Ta){pe(!0);try{w.call(Ae,D,K)}finally{pe(!1)}}Gh=!1,D=Qt;break t}D=w;break t;case O1:S.flags=S.flags&-65537|128;case cb:if(Qt=w.payload,typeof Qt=="function"){if(Gh=!0,w=Qt.call(Ae,D,K),S.mode&Ta){pe(!0);try{Qt.call(Ae,D,K)}finally{pe(!1)}}Gh=!1}else w=Qt;if(w==null)break t;D=Dt({},D,w);break t;case ob:_f=!0}}S=h.callback,S!==null&&(t.flags|=64,H&&(t.flags|=8192),H=o.callbacks,H===null?o.callbacks=[S]:H.push(S))}else H={lane:S,tag:h.tag,payload:h.payload,callback:h.callback,next:null},A===null?(p=A=H,y=D):A=A.next=H,d|=S;if(h=h.next,h===null){if(h=o.shared.pending,h===null)break;H=h,h=H.next,H.next=null,o.lastBaseUpdate=H,o.shared.pending=null}}while(!0);A===null&&(y=D),o.baseState=y,o.firstBaseUpdate=p,o.lastBaseUpdate=A,f===null&&(o.shared.lanes=0),Nf|=d,t.lanes=d,t.memoizedState=D}M1=null}function Ac(t,e){if(typeof t!="function")throw Error("Invalid argument passed as callback. Expected a function. Instead received: "+t);t.call(e)}function Lm(t,e){var a=t.shared.hiddenCallbacks;if(a!==null)for(t.shared.hiddenCallbacks=null,t=0;t<a.length;t++)Ac(a[t],e)}function _o(t,e){var a=t.callbacks;if(a!==null)for(t.callbacks=null,t=0;t<a.length;t++)Ac(a[t],e)}function md(t,e){var a=Ic;Yt(lg,a,t),Yt(Lh,e,t),Ic=a|e.baseLanes}function Vu(t){Yt(lg,Ic,t),Yt(Lh,Lh.current,t)}function En(t){Ic=lg.current,wt(Lh,t),wt(lg,t)}function Fl(t){var e=t.alternate;Yt(ol,ol.current&wh,t),Yt(Yn,t,t),Mu===null&&(e===null||Lh.current!==null||e.memoizedState!==null)&&(Mu=t)}function An(t){Yt(ol,ol.current,t),Yt(Yn,t,t),Mu===null&&(Mu=t)}function yd(t){t.tag===22?(Yt(ol,ol.current,t),Yt(Yn,t,t),Mu===null&&(Mu=t)):tu(t)}function tu(t){Yt(ol,ol.current,t),Yt(Yn,Yn.current,t)}function ml(t){wt(Yn,t),Mu===t&&(Mu=null),wt(ol,t)}function Ti(t){for(var e=t;e!==null;){if(e.tag===13){var a=e.memoizedState;if(a!==null&&(a=a.dehydrated,a===null||Fs(a)||Qy(a)))return e}else if(e.tag===19&&(e.memoizedProps.revealOrder==="forwards"||e.memoizedProps.revealOrder==="backwards"||e.memoizedProps.revealOrder==="unstable_legacy-backwards"||e.memoizedProps.revealOrder==="together")){if(e.flags&128)return e}else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break;for(;e.sibling===null;){if(e.return===null||e.return===t)return null;e=e.return}e.sibling.return=e.return,e=e.sibling}return null}function dt(){var t=B;Uu===null?Uu=[t]:Uu.push(t)}function Q(){var t=B;if(Uu!==null&&(uo++,Uu[uo]!==t)){var e=P(ht);if(!sb.has(e)&&(sb.add(e),Uu!==null)){for(var a="",c=0;c<=uo;c++){var o=Uu[c],f=c===uo?t:o;for(o=c+1+". "+o;30>o.length;)o+=" ";o+=f+`
|
|
127
|
+
`,a+=o}console.error(`React has detected a change in the order of Hooks called by %s. This will lead to bugs and errors if not fixed. For more information, read the Rules of Hooks: https://react.dev/link/rules-of-hooks
|
|
128
|
+
|
|
129
|
+
Previous render Next render
|
|
130
|
+
------------------------------------------------------
|
|
131
|
+
%s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
132
|
+
`,e,a)}}}function Zu(t){t==null||Pe(t)||console.error("%s received a final argument that is not an array (instead, received `%s`). When specified, the final argument must be an array.",B,typeof t)}function ys(){var t=P(ht);db.has(t)||(db.add(t),console.error("ReactDOM.useFormState has been renamed to React.useActionState. Please update %s to use React.useActionState.",t))}function Ye(){throw Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
133
|
+
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
134
|
+
2. You might be breaking the Rules of Hooks
|
|
135
|
+
3. You might have more than one copy of React in the same app
|
|
136
|
+
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`)}function wm(t,e){if(V0)return!1;if(e===null)return console.error("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",B),!1;t.length!==e.length&&console.error(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
|
|
137
|
+
|
|
138
|
+
Previous: %s
|
|
139
|
+
Incoming: %s`,B,"["+e.join(", ")+"]","["+t.join(", ")+"]");for(var a=0;a<e.length&&a<t.length;a++)if(!Qa(t[a],e[a]))return!1;return!0}function Jm(t,e,a,c,o,f){ao=f,ht=e,Uu=t!==null?t._debugHookTypes:null,uo=-1,V0=t!==null&&t.type!==e.type,(Object.prototype.toString.call(a)==="[object AsyncFunction]"||Object.prototype.toString.call(a)==="[object AsyncGeneratorFunction]")&&(f=P(ht),U1.has(f)||(U1.add(f),console.error("%s is an async Client Component. Only Server Components can be async at the moment. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server.",f===null?"An unknown Component":"<"+f+">"))),e.memoizedState=null,e.updateQueue=null,e.lanes=0,N.H=t!==null&&t.memoizedState!==null?_1:Uu!==null?hb:C1,Ar=f=(e.mode&Ta)!==st;var d=E1(a,c,o);if(Ar=!1,Kh&&(d=ps(e,a,c,o)),f){pe(!0);try{d=ps(e,a,c,o)}finally{pe(!1)}}return Ze(t,e),d}function Ze(t,e){e._debugHookTypes=Uu,e.dependencies===null?no!==null&&(e.dependencies={lanes:0,firstContext:null,_debugThenableState:no}):e.dependencies._debugThenableState=no,N.H=Z0;var a=be!==null&&be.next!==null;if(ao=0,Uu=B=Tl=be=ht=null,uo=-1,t!==null&&(t.flags&65011712)!==(e.flags&65011712)&&console.error("Internal React error: Expected static flag was missing. Please notify the React team."),ng=!1,Q0=0,no=null,a)throw Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");t===null||El||(t=t.dependencies,t!==null&&Oo(t)&&(El=!0)),j0?(j0=!1,t=!0):t=!1,t&&(e=P(e)||"Unknown",rb.has(e)||U1.has(e)||(rb.add(e),console.error("`use` was called from inside a try/catch block. This is not allowed and can lead to unexpected behavior. To handle errors triggered by `use`, wrap your component in a error boundary.")))}function ps(t,e,a,c){ht=t;var o=0;do{if(Kh&&(no=null),Q0=0,Kh=!1,o>=NT)throw Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(o+=1,V0=!1,Tl=be=null,t.updateQueue!=null){var f=t.updateQueue;f.lastEffect=null,f.events=null,f.stores=null,f.memoCache!=null&&(f.memoCache.index=0)}uo=-1,N.H=mb,f=E1(e,a,c)}while(Kh);return f}function vs(){var t=N.H,e=t.useState()[0];return e=typeof e.then=="function"?bs(e):e,t=t.useState()[0],(be!==null?be.memoizedState:null)!==t&&(ht.flags|=1024),e}function Ei(){var t=ug!==0;return ug=0,t}function gs(t,e,a){e.updateQueue=t.updateQueue,e.flags=(e.mode&nc)!==st?e.flags&-402655237:e.flags&-2053,t.lanes&=~a}function zc(t){if(ng){for(t=t.memoizedState;t!==null;){var e=t.queue;e!==null&&(e.pending=null),t=t.next}ng=!1}ao=0,Uu=Tl=be=ht=null,uo=-1,B=null,Kh=!1,Q0=ug=0,no=null}function ke(){var t={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Tl===null?ht.memoizedState=Tl=t:Tl=Tl.next=t,Tl}function ae(){if(be===null){var t=ht.alternate;t=t!==null?t.memoizedState:null}else t=be.next;var e=Tl===null?ht.memoizedState:Tl.next;if(e!==null)Tl=e,be=t;else{if(t===null)throw ht.alternate===null?Error("Update hook called on initial render. This is likely a bug in React. Please file an issue."):Error("Rendered more hooks than during the previous render.");be=t,t={memoizedState:be.memoizedState,baseState:be.baseState,baseQueue:be.baseQueue,queue:be.queue,next:null},Tl===null?ht.memoizedState=Tl=t:Tl=Tl.next=t}return Tl}function Ss(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function bs(t){var e=Q0;return Q0+=1,no===null&&(no=dd()),t=Ma(no,t,e),e=ht,(Tl===null?e.memoizedState:Tl.next)===null&&(e=e.alternate,N.H=e!==null&&e.memoizedState!==null?_1:C1),t}function Lu(t){if(t!==null&&typeof t=="object"){if(typeof t.then=="function")return bs(t);if(t.$$typeof===Bn)return It(t)}throw Error("An unsupported type was passed to use(): "+String(t))}function Ua(t){var e=null,a=ht.updateQueue;if(a!==null&&(e=a.memoCache),e==null){var c=ht.alternate;c!==null&&(c=c.updateQueue,c!==null&&(c=c.memoCache,c!=null&&(e={data:c.data.map(function(o){return o.slice()}),index:0})))}if(e==null&&(e={data:[],index:0}),a===null&&(a=Ss(),ht.updateQueue=a),a.memoCache=e,a=e.data[e.index],a===void 0||V0)for(a=e.data[e.index]=Array(t),c=0;c<t;c++)a[c]=Wg;else a.length!==t&&console.error("Expected a constant size argument for each invocation of useMemoCache. The previous cache was allocated with size %s but size %s was requested.",a.length,t);return e.index++,a}function Ca(t,e){return typeof e=="function"?e(t):e}function Ho(t,e,a){var c=ke();if(a!==void 0){var o=a(e);if(Ar){pe(!0);try{a(e)}finally{pe(!1)}}}else o=e;return c.memoizedState=c.baseState=o,t={pending:null,lanes:0,dispatch:null,lastRenderedReducer:t,lastRenderedState:o},c.queue=t,t=t.dispatch=Lg.bind(null,ht,t),[c.memoizedState,t]}function Ai(t){var e=ae();return Dc(e,be,t)}function Dc(t,e,a){var c=t.queue;if(c===null)throw Error("Should have a queue. You are likely calling Hooks conditionally, which is not allowed. (https://react.dev/link/invalid-hook-call)");c.lastRenderedReducer=a;var o=t.baseQueue,f=c.pending;if(f!==null){if(o!==null){var d=o.next;o.next=f.next,f.next=d}e.baseQueue!==o&&console.error("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),e.baseQueue=o=f,c.pending=null}if(f=t.baseState,o===null)t.memoizedState=f;else{e=o.next;var h=d=null,y=null,p=e,A=!1;do{var D=p.lane&-536870913;if(D!==p.lane?(Rt&D)===D:(ao&D)===D){var S=p.revertLane;if(S===0)y!==null&&(y=y.next={lane:0,revertLane:0,gesture:null,action:p.action,hasEagerState:p.hasEagerState,eagerState:p.eagerState,next:null}),D===gr&&(A=!0);else if((ao&S)===S){p=p.next,S===gr&&(A=!0);continue}else D={lane:0,revertLane:p.revertLane,gesture:null,action:p.action,hasEagerState:p.hasEagerState,eagerState:p.eagerState,next:null},y===null?(h=y=D,d=f):y=y.next=D,ht.lanes|=S,Nf|=S;D=p.action,Ar&&a(f,D),f=p.hasEagerState?p.eagerState:a(f,D)}else S={lane:D,revertLane:p.revertLane,gesture:p.gesture,action:p.action,hasEagerState:p.hasEagerState,eagerState:p.eagerState,next:null},y===null?(h=y=S,d=f):y=y.next=S,ht.lanes|=D,Nf|=D;p=p.next}while(p!==null&&p!==e);if(y===null?d=f:y.next=h,!Qa(f,t.memoizedState)&&(El=!0,A&&(a=Qh,a!==null)))throw a;t.memoizedState=f,t.baseState=d,t.baseQueue=y,c.lastRenderedState=f}return o===null&&(c.lanes=0),[t.memoizedState,c.dispatch]}function zi(t){var e=ae(),a=e.queue;if(a===null)throw Error("Should have a queue. You are likely calling Hooks conditionally, which is not allowed. (https://react.dev/link/invalid-hook-call)");a.lastRenderedReducer=t;var c=a.dispatch,o=a.pending,f=e.memoizedState;if(o!==null){a.pending=null;var d=o=o.next;do f=t(f,d.action),d=d.next;while(d!==o);Qa(f,e.memoizedState)||(El=!0),e.memoizedState=f,e.baseQueue===null&&(e.baseState=f),a.lastRenderedState=f}return[f,c]}function Bo(t,e,a){var c=ht,o=ke();if(Gt){if(a===void 0)throw Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");var f=a();Jh||f===a()||(console.error("The result of getServerSnapshot should be cached to avoid an infinite loop"),Jh=!0)}else{if(f=e(),Jh||(a=e(),Qa(f,a)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),Jh=!0)),Te===null)throw Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");Rt&127||Km(c,e,f)}return o.memoizedState=f,a={value:f,getSnapshot:e},o.queue=a,Mi(Oc.bind(null,c,a,t),[t]),c.flags|=2048,eu(Ru|La,{destroy:void 0},$m.bind(null,c,a,f,e),null),f}function Di(t,e,a){var c=ht,o=ae(),f=Gt;if(f){if(a===void 0)throw Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");a=a()}else if(a=e(),!Jh){var d=e();Qa(a,d)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),Jh=!0)}(d=!Qa((be||o).memoizedState,a))&&(o.memoizedState=a,El=!0),o=o.queue;var h=Oc.bind(null,c,o,t);if(nl(2048,La,h,[t]),o.getSnapshot!==e||d||Tl!==null&&Tl.memoizedState.tag&Ru){if(c.flags|=2048,eu(Ru|La,{destroy:void 0},$m.bind(null,c,o,a,e),null),Te===null)throw Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");f||ao&127||Km(c,e,a)}return a}function Km(t,e,a){t.flags|=16384,t={getSnapshot:e,value:a},e=ht.updateQueue,e===null?(e=Ss(),ht.updateQueue=e,e.stores=[t]):(a=e.stores,a===null?e.stores=[t]:a.push(t))}function $m(t,e,a,c){e.value=a,e.getSnapshot=c,Mc(e)&&Wm(t)}function Oc(t,e,a){return a(function(){Mc(e)&&(Wn(2,"updateSyncExternalStore()",t),Wm(t))})}function Mc(t){var e=t.getSnapshot;t=t.value;try{var a=e();return!Qa(t,a)}catch{return!0}}function Wm(t){var e=ql(t,2);e!==null&&rt(e,t,2)}function pd(t){var e=ke();if(typeof t=="function"){var a=t;if(t=a(),Ar){pe(!0);try{a()}finally{pe(!1)}}}return e.memoizedState=e.baseState=t,e.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Ca,lastRenderedState:t},e}function Rc(t){t=pd(t);var e=t.queue,a=Ed.bind(null,ht,e);return e.dispatch=a,[t.memoizedState,a]}function Oi(t){var e=ke();e.memoizedState=e.baseState=t;var a={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return e.queue=a,e=Ms.bind(null,ht,!0,a),a.dispatch=e,[t,e]}function Ts(t,e){var a=ae();return No(a,be,t,e)}function No(t,e,a,c){return t.baseState=a,Dc(t,be,typeof c=="function"?c:Ca)}function Es(t,e){var a=ae();return be!==null?No(a,be,t,e):(a.baseState=t,[t,a.queue.dispatch])}function Bp(t,e,a,c,o){if(yl(t))throw Error("Cannot update form state while rendering.");if(t=e.action,t!==null){var f={payload:o,action:t,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(d){f.listeners.push(d)}};N.T!==null?a(!0):f.isTransition=!1,c(f),a=e.pending,a===null?(f.next=e.pending=f,Uc(e,f)):(f.next=a.next,e.pending=a.next=f)}}function Uc(t,e){var a=e.action,c=e.payload,o=t.state;if(e.isTransition){var f=N.T,d={};d._updatedFibers=new Set,N.T=d;try{var h=a(o,c),y=N.S;y!==null&&y(d,h),Fm(t,e,h)}catch(p){As(t,e,p)}finally{f!==null&&d.types!==null&&(f.types!==null&&f.types!==d.types&&console.error("We expected inner Transitions to have transferred the outer types set and that you cannot add to the outer Transition while inside the inner.This is a bug in React."),f.types=d.types),N.T=f,f===null&&d._updatedFibers&&(t=d._updatedFibers.size,d._updatedFibers.clear(),10<t&&console.warn("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."))}}else try{d=a(o,c),Fm(t,e,d)}catch(p){As(t,e,p)}}function Fm(t,e,a){a!==null&&typeof a=="object"&&typeof a.then=="function"?(N.asyncTransitions++,a.then(Ri,Ri),a.then(function(c){wu(t,e,c)},function(c){return As(t,e,c)}),e.isTransition||console.error("An async function with useActionState was called outside of a transition. This is likely not what you intended (for example, isPending will not update correctly). Either call the returned function inside startTransition, or pass it to an `action` or `formAction` prop.")):wu(t,e,a)}function wu(t,e,a){e.status="fulfilled",e.value=a,vd(e),t.state=a,e=t.pending,e!==null&&(a=e.next,a===e?t.pending=null:(a=a.next,e.next=a,Uc(t,a)))}function As(t,e,a){var c=t.pending;if(t.pending=null,c!==null){c=c.next;do e.status="rejected",e.reason=a,vd(e),e=e.next;while(e!==c)}t.action=null}function vd(t){t=t.listeners;for(var e=0;e<t.length;e++)(0,t[e])()}function Ju(t,e){return e}function _a(t,e){if(Gt){var a=Te.formState;if(a!==null){t:{var c=ht;if(Gt){if(Ue){e:{for(var o=Ue,f=Du;o.nodeType!==8;){if(!f){o=null;break e}if(o=Ya(o.nextSibling),o===null){o=null;break e}}f=o.data,o=f===tS||f===Pb?o:null}if(o){Ue=Ya(o.nextSibling),c=o.data===tS;break t}}Wa(c)}c=!1}c&&(e=a[0])}}return a=ke(),a.memoizedState=a.baseState=e,c={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Ju,lastRenderedState:e},a.queue=c,a=Ed.bind(null,ht,c),c.dispatch=a,c=pd(!1),f=Ms.bind(null,ht,!1,c.queue),c=ke(),o={state:e,dispatch:null,action:t,pending:null},c.queue=o,a=Bp.bind(null,ht,o,f,a),o.dispatch=a,c.memoizedState=t,[e,a,!1]}function Cc(t){var e=ae();return gd(e,be,t)}function gd(t,e,a){if(e=Dc(t,e,Ju)[0],t=Ai(Ca)[0],typeof e=="object"&&e!==null&&typeof e.then=="function")try{var c=bs(e)}catch(d){throw d===Vh?tg:d}else c=e;e=ae();var o=e.queue,f=o.dispatch;return a!==e.memoizedState&&(ht.flags|=2048,eu(Ru|La,{destroy:void 0},km.bind(null,o,a),null)),[c,f,t]}function km(t,e){t.action=e}function _c(t){var e=ae(),a=be;if(a!==null)return gd(e,a,t);ae(),e=e.memoizedState,a=ae();var c=a.queue.dispatch;return a.memoizedState=t,[e,c,!1]}function eu(t,e,a,c){return t={tag:t,create:a,deps:c,inst:e,next:null},e=ht.updateQueue,e===null&&(e=Ss(),ht.updateQueue=e),a=e.lastEffect,a===null?e.lastEffect=t.next=t:(c=a.next,a.next=t,t.next=c,e.lastEffect=t),t}function Sd(t){var e=ke();return t={current:t},e.memoizedState=t}function Hc(t,e,a,c){var o=ke();ht.flags|=t,o.memoizedState=eu(Ru|e,{destroy:void 0},a,c===void 0?null:c)}function nl(t,e,a,c){var o=ae();c=c===void 0?null:c;var f=o.memoizedState.inst;be!==null&&c!==null&&wm(c,be.memoizedState.deps)?o.memoizedState=eu(e,f,a,c):(ht.flags|=t,o.memoizedState=eu(Ru|e,f,a,c))}function Mi(t,e){(ht.mode&nc)!==st?Hc(276826112,La,t,e):Hc(8390656,La,t,e)}function Np(t){ht.flags|=4;var e=ht.updateQueue;if(e===null)e=Ss(),ht.updateQueue=e,e.events=[t];else{var a=e.events;a===null?e.events=[t]:a.push(t)}}function zs(t){var e=ke(),a={impl:t};return e.memoizedState=a,function(){if((Kt&Nl)!==Zl)throw Error("A function wrapped in useEffectEvent can't be called during rendering.");return a.impl.apply(void 0,arguments)}}function xo(t){var e=ae().memoizedState;return Np({ref:e,nextImpl:t}),function(){if((Kt&Nl)!==Zl)throw Error("A function wrapped in useEffectEvent can't be called during rendering.");return e.impl.apply(void 0,arguments)}}function kl(t,e){var a=4194308;return(ht.mode&nc)!==st&&(a|=134217728),Hc(a,jn,t,e)}function Ha(t,e){if(typeof e=="function"){t=t();var a=e(t);return function(){typeof a=="function"?a():e(null)}}if(e!=null)return e.hasOwnProperty("current")||console.error("Expected useImperativeHandle() first argument to either be a ref callback or React.createRef() object. Instead received: %s.","an object with keys {"+Object.keys(e).join(", ")+"}"),t=t(),e.current=t,function(){e.current=null}}function lu(t,e,a){typeof e!="function"&&console.error("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",e!==null?typeof e:"null"),a=a!=null?a.concat([t]):null;var c=4194308;(ht.mode&nc)!==st&&(c|=134217728),Hc(c,jn,Ha.bind(null,e,t),a)}function qo(t,e,a){typeof e!="function"&&console.error("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",e!==null?typeof e:"null"),a=a!=null?a.concat([t]):null,nl(4,jn,Ha.bind(null,e,t),a)}function bd(t,e){return ke().memoizedState=[t,e===void 0?null:e],t}function zn(t,e){var a=ae();e=e===void 0?null:e;var c=a.memoizedState;return e!==null&&wm(e,c[1])?c[0]:(a.memoizedState=[t,e],t)}function Il(t,e){var a=ke();e=e===void 0?null:e;var c=t();if(Ar){pe(!0);try{t()}finally{pe(!1)}}return a.memoizedState=[c,e],c}function De(t,e){var a=ae();e=e===void 0?null:e;var c=a.memoizedState;if(e!==null&&wm(e,c[1]))return c[0];if(c=t(),Ar){pe(!0);try{t()}finally{pe(!1)}}return a.memoizedState=[c,e],c}function Yo(t,e){var a=ke();return ne(a,t,e)}function au(t,e){var a=ae();return Le(a,be.memoizedState,t,e)}function bt(t,e){var a=ae();return be===null?ne(a,t,e):Le(a,be.memoizedState,t,e)}function ne(t,e,a){return a===void 0||ao&1073741824&&!(Rt&261930)?t.memoizedState=e:(t.memoizedState=a,t=wo(),ht.lanes|=t,Nf|=t,a)}function Le(t,e,a,c){return Qa(a,e)?a:Lh.current!==null?(t=ne(t,a,c),Qa(t,e)||(El=!0),t):!(ao&42)||ao&1073741824&&!(Rt&261930)?(El=!0,t.memoizedState=a):(t=wo(),ht.lanes|=t,Nf|=t,e)}function Ri(){N.asyncTransitions--}function Ui(t,e,a,c,o){var f=te.p;te.p=f!==0&&f<Hl?f:Hl;var d=N.T,h={};h._updatedFibers=new Set,N.T=h,Ms(t,!1,e,a);try{var y=o(),p=N.S;if(p!==null&&p(h,y),y!==null&&typeof y=="object"&&typeof y.then=="function"){N.asyncTransitions++,y.then(Ri,Ri);var A=rd(y,c);Ci(t,e,A,jl(t))}else Ci(t,e,c,jl(t))}catch(D){Ci(t,e,{then:function(){},status:"rejected",reason:D},jl(t))}finally{te.p=f,d!==null&&h.types!==null&&(d.types!==null&&d.types!==h.types&&console.error("We expected inner Transitions to have transferred the outer types set and that you cannot add to the outer Transition while inside the inner.This is a bug in React."),d.types=h.types),N.T=d,d===null&&h._updatedFibers&&(t=h._updatedFibers.size,h._updatedFibers.clear(),10<t&&console.warn("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."))}}function Ku(t,e,a,c){if(t.tag!==5)throw Error("Expected the form instance to be a HostComponent. This is a bug in React.");var o=Ds(t).queue;_p(t),Ui(t,o,e,Nr,a===null?ee:function(){return jo(t),a(c)})}function Ds(t){var e=t.memoizedState;if(e!==null)return e;e={memoizedState:Nr,baseState:Nr,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Ca,lastRenderedState:Nr},next:null};var a={};return e.next={memoizedState:a,baseState:a,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Ca,lastRenderedState:a},next:null},t.memoizedState=e,t=t.alternate,t!==null&&(t.memoizedState=e),e}function jo(t){N.T===null&&console.error("requestFormReset was called outside a transition or action. To fix, move to an action, or wrap with startTransition.");var e=Ds(t);e.next===null&&(e=t.alternate.memoizedState),Ci(t,e.next.queue,{},jl(t))}function Bc(){var t=pd(!1);return t=Ui.bind(null,ht,t.queue,!0,!1),ke().memoizedState=t,[!1,t]}function xp(){var t=Ai(Ca)[0],e=ae().memoizedState;return[typeof t=="boolean"?t:bs(t),e]}function _e(){var t=zi(Ca)[0],e=ae().memoizedState;return[typeof t=="boolean"?t:bs(t),e]}function $u(){return It(np)}function Os(){var t=ke(),e=Te.identifierPrefix;if(Gt){var a=Ii,c=ki;a=(c&~(1<<32-_l(c)-1)).toString(32)+a,e="_"+e+"R_"+a,a=ug++,0<a&&(e+="H"+a.toString(32)),e+="_"}else a=BT++,e="_"+e+"r_"+a.toString(32)+"_";return t.memoizedState=e}function Td(){return ke().memoizedState=qp.bind(null,ht)}function qp(t,e){for(var a=t.return;a!==null;){switch(a.tag){case 24:case 3:var c=jl(a),o=al(c),f=In(a,o,c);f!==null&&(Wn(c,"refresh()",t),rt(f,a,c),tn(f,a,c)),t=fd(),e!=null&&f!==null&&console.error("The seed argument is not enabled outside experimental channels."),o.payload={cache:t};return}a=a.return}}function Lg(t,e,a){var c=arguments;typeof c[3]=="function"&&console.error("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect()."),c=jl(t);var o={lane:c,revertLane:0,gesture:null,action:a,hasEagerState:!1,eagerState:null,next:null};yl(t)?je(e,o):(o=ri(t,e,o,c),o!==null&&(Wn(c,"dispatch()",t),rt(o,t,c),Rs(o,e,c)))}function Ed(t,e,a){var c=arguments;typeof c[3]=="function"&&console.error("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect()."),c=jl(t),Ci(t,e,a,c)&&Wn(c,"setState()",t)}function Ci(t,e,a,c){var o={lane:c,revertLane:0,gesture:null,action:a,hasEagerState:!1,eagerState:null,next:null};if(yl(t))je(e,o);else{var f=t.alternate;if(t.lanes===0&&(f===null||f.lanes===0)&&(f=e.lastRenderedReducer,f!==null)){var d=N.H;N.H=cc;try{var h=e.lastRenderedState,y=f(h,a);if(o.hasEagerState=!0,o.eagerState=y,Qa(y,h))return Ao(t,e,o,0),Te===null&&ad(),!1}catch{}finally{N.H=d}}if(a=ri(t,e,o,c),a!==null)return rt(a,t,c),Rs(a,e,c),!0}return!1}function Ms(t,e,a,c){if(N.T===null&&gr===0&&console.error("An optimistic state update occurred outside a transition or action. To fix, move the update to an action, or wrap with startTransition."),c={lane:2,revertLane:jy(),gesture:null,action:c,hasEagerState:!1,eagerState:null,next:null},yl(t)){if(e)throw Error("Cannot update optimistic state while rendering.");console.error("Cannot call startTransition while rendering.")}else e=ri(t,a,c,2),e!==null&&(Wn(2,"setOptimistic()",t),rt(e,t,2))}function yl(t){var e=t.alternate;return t===ht||e!==null&&e===ht}function je(t,e){Kh=ng=!0;var a=t.pending;a===null?e.next=e:(e.next=a.next,a.next=e),t.pending=e}function Rs(t,e,a){if(a&4194048){var c=e.lanes;c&=t.pendingLanes,a|=c,e.lanes=a,fp(t,a)}}function _i(t){if(t!==null&&typeof t!="function"){var e=String(t);Db.has(e)||(Db.add(e),console.error("Expected the last optional `callback` argument to be a function. Instead received: %s.",t))}}function Go(t,e,a,c){var o=t.memoizedState,f=a(c,o);if(t.mode&Ta){pe(!0);try{f=a(c,o)}finally{pe(!1)}}f===void 0&&(e=Zt(e)||"Component",Tb.has(e)||(Tb.add(e),console.error("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",e))),o=f==null?o:Dt({},o,f),t.memoizedState=o,t.lanes===0&&(t.updateQueue.baseState=o)}function Ad(t,e,a,c,o,f,d){var h=t.stateNode;if(typeof h.shouldComponentUpdate=="function"){if(a=h.shouldComponentUpdate(c,f,d),t.mode&Ta){pe(!0);try{a=h.shouldComponentUpdate(c,f,d)}finally{pe(!1)}}return a===void 0&&console.error("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",Zt(e)||"Component"),a}return e.prototype&&e.prototype.isPureReactComponent?!Eo(a,c)||!Eo(o,f):!0}function nu(t,e,a,c){var o=e.state;typeof e.componentWillReceiveProps=="function"&&e.componentWillReceiveProps(a,c),typeof e.UNSAFE_componentWillReceiveProps=="function"&&e.UNSAFE_componentWillReceiveProps(a,c),e.state!==o&&(t=P(t)||"Component",pb.has(t)||(pb.add(t),console.error("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",t)),H1.enqueueReplaceState(e,e.state,null))}function uu(t,e){var a=e;if("ref"in e){a={};for(var c in e)c!=="ref"&&(a[c]=e[c])}if(t=t.defaultProps){a===e&&(a=Dt({},a));for(var o in t)a[o]===void 0&&(a[o]=t[o])}return a}function zd(t){f1(t),console.warn(`%s
|
|
140
|
+
|
|
141
|
+
%s
|
|
142
|
+
`,$h?"An error occurred in the <"+$h+"> component.":"An error occurred in one of your React components.",`Consider adding an error boundary to your tree to customize error handling behavior.
|
|
143
|
+
Visit https://react.dev/link/error-boundaries to learn more about error boundaries.`)}function Dd(t){var e=$h?"The above error occurred in the <"+$h+"> component.":"The above error occurred in one of your React components.",a="React will try to recreate this component tree from scratch using the error boundary you provided, "+((B1||"Anonymous")+".");if(typeof t=="object"&&t!==null&&typeof t.environmentName=="string"){var c=t.environmentName;t=[`%o
|
|
144
|
+
|
|
145
|
+
%s
|
|
146
|
+
|
|
147
|
+
%s
|
|
148
|
+
`,t,e,a].slice(0),typeof t[0]=="string"?t.splice(0,1,i2+" "+t[0],o2,Cg+c+Cg,f2):t.splice(0,0,i2,o2,Cg+c+Cg,f2),t.unshift(console),c=tE.apply(console.error,t),c()}else console.error(`%o
|
|
149
|
+
|
|
150
|
+
%s
|
|
151
|
+
|
|
152
|
+
%s
|
|
153
|
+
`,t,e,a)}function Im(t){f1(t)}function Us(t,e){try{$h=e.source?P(e.source):null,B1=null;var a=e.value;if(N.actQueue!==null)N.thrownErrors.push(a);else{var c=t.onUncaughtError;c(a,{componentStack:e.stack})}}catch(o){setTimeout(function(){throw o})}}function Pm(t,e,a){try{$h=a.source?P(a.source):null,B1=P(e);var c=t.onCaughtError;c(a.value,{componentStack:a.stack,errorBoundary:e.tag===1?e.stateNode:null})}catch(o){setTimeout(function(){throw o})}}function Od(t,e,a){return a=al(a),a.tag=O1,a.payload={element:null},a.callback=function(){$(e.source,Us,t,e)},a}function Md(t){return t=al(t),t.tag=O1,t}function Rd(t,e,a,c){var o=a.type.getDerivedStateFromError;if(typeof o=="function"){var f=c.value;t.payload=function(){return o(f)},t.callback=function(){di(a),$(c.source,Pm,e,a,c)}}var d=a.stateNode;d!==null&&typeof d.componentDidCatch=="function"&&(t.callback=function(){di(a),$(c.source,Pm,e,a,c),typeof o!="function"&&(qf===null?qf=new Set([this]):qf.add(this)),UT(this,c),typeof o=="function"||!(a.lanes&2)&&console.error("%s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.",P(a)||"Unknown")})}function ty(t,e,a,c,o){if(a.flags|=32768,gu&&Fo(t,o),c!==null&&typeof c=="object"&&typeof c.then=="function"){if(e=a.alternate,e!==null&&Sn(e,a,o,!0),Gt&&(Wc=!0),a=Yn.current,a!==null){switch(a.tag){case 31:case 13:return Mu===null?Ko():a.alternate===null&&Xe===io&&(Xe=og),a.flags&=-257,a.flags|=65536,a.lanes=o,c===eg?a.flags|=16384:(e=a.updateQueue,e===null?a.updateQueue=new Set([c]):e.add(c),$d(t,c,o)),!1;case 22:return a.flags|=65536,c===eg?a.flags|=16384:(e=a.updateQueue,e===null?(e={transitions:null,markerInstances:null,retryQueue:new Set([c])},a.updateQueue=e):(a=e.retryQueue,a===null?e.retryQueue=new Set([c]):a.add(c)),$d(t,c,o)),!1}throw Error("Unexpected Suspense handler tag ("+a.tag+"). This is a bug in React.")}return $d(t,c,o),Ko(),!1}if(Gt)return Wc=!0,e=Yn.current,e!==null?(!(e.flags&65536)&&(e.flags|=256),e.flags|=65536,e.lanes=o,c!==y1&&os(Jl(Error("There was an error while hydrating but React was able to recover by instead client rendering from the nearest Suspense boundary.",{cause:c}),a))):(c!==y1&&os(Jl(Error("There was an error while hydrating but React was able to recover by instead client rendering the entire root.",{cause:c}),a)),t=t.current.alternate,t.flags|=65536,o&=-o,t.lanes|=o,c=Jl(c,a),o=Od(t.stateNode,c,o),ms(t,o),Xe!==Hf&&(Xe=zr)),!1;var f=Jl(Error("There was an error during concurrent rendering but React was able to recover by instead synchronously rendering the entire root.",{cause:c}),a);if(W0===null?W0=[f]:W0.push(f),Xe!==Hf&&(Xe=zr),e===null)return!0;c=Jl(c,a),a=e;do{switch(a.tag){case 3:return a.flags|=65536,t=o&-o,a.lanes|=t,t=Od(a.stateNode,c,t),ms(a,t),!1;case 1:if(e=a.type,f=a.stateNode,(a.flags&128)===0&&(typeof e.getDerivedStateFromError=="function"||f!==null&&typeof f.componentDidCatch=="function"&&(qf===null||!qf.has(f))))return a.flags|=65536,o&=-o,a.lanes|=o,o=Md(o),Rd(o,t,a,c),ms(a,o),!1}a=a.return}while(a!==null);return!1}function pl(t,e,a,c){e.child=t===null?ub(e,null,a,c):Er(e,t.child,a,c)}function Yp(t,e,a,c,o){a=a.render;var f=e.ref;if("ref"in c){var d={};for(var h in c)h!=="ref"&&(d[h]=c[h])}else d=c;return Ec(e),c=Jm(t,e,a,d,f,o),h=Ei(),t!==null&&!El?(gs(t,e,o),Dn(t,e,o)):(Gt&&h&&cd(e),e.flags|=1,pl(t,e,c,o),e.child)}function ey(t,e,a,c,o){if(t===null){var f=a.type;return typeof f=="function"&&!Bm(f)&&f.defaultProps===void 0&&a.compare===null?(a=vc(f),e.tag=15,e.type=a,Xo(e,f),ly(t,e,a,c,o)):(t=hi(a.type,null,c,e,e.mode,o),t.ref=e.ref,t.return=e,e.child=t)}if(f=t.child,!Bd(t,o)){var d=f.memoizedProps;if(a=a.compare,a=a!==null?a:Eo,a(d,c)&&t.ref===e.ref)return Dn(t,e,o)}return e.flags|=1,t=$n(f,c),t.ref=e.ref,t.return=e,e.child=t}function ly(t,e,a,c,o){if(t!==null){var f=t.memoizedProps;if(Eo(f,c)&&t.ref===e.ref&&e.type===t.type)if(El=!1,e.pendingProps=c=f,Bd(t,o))t.flags&131072&&(El=!0);else return e.lanes=t.lanes,Dn(t,e,o)}return cy(t,e,a,c,o)}function ay(t,e,a,c){var o=c.children,f=t!==null?t.memoizedState:null;if(t===null&&e.stateNode===null&&(e.stateNode={_visibility:z0,_pendingMarkers:null,_retryCache:null,_transitions:null}),c.mode==="hidden"){if(e.flags&128){if(f=f!==null?f.baseLanes|a:a,t!==null){for(c=e.child=t.child,o=0;c!==null;)o=o|c.lanes|c.childLanes,c=c.sibling;c=o&~f}else c=0,e.child=null;return ny(t,e,f,a,c)}if(a&536870912)e.memoizedState={baseLanes:0,cachePool:null},t!==null&&Ro(e,f!==null?f.cachePool:null),f!==null?md(e,f):Vu(e),yd(e);else return c=e.lanes=536870912,ny(t,e,f!==null?f.baseLanes|a:a,a,c)}else f!==null?(Ro(e,f.cachePool),md(e,f),tu(e),e.memoizedState=null):(t!==null&&Ro(e,null),Vu(e),tu(e));return pl(t,e,o,a),e.child}function Hi(t,e){return t!==null&&t.tag===22||e.stateNode!==null||(e.stateNode={_visibility:z0,_pendingMarkers:null,_retryCache:null,_transitions:null}),e.sibling}function ny(t,e,a,c,o){var f=Qu();return f=f===null?null:{parent:Sl._currentValue,pool:f},e.memoizedState={baseLanes:a,cachePool:f},t!==null&&Ro(e,null),Vu(e),yd(e),t!==null&&Sn(t,e,c,!0),e.childLanes=o,null}function Cs(t,e){var a=e.hidden;return a!==void 0&&console.error(`<Activity> doesn't accept a hidden prop. Use mode="hidden" instead.
|
|
154
|
+
- <Activity %s>
|
|
155
|
+
+ <Activity %s>`,a===!0?"hidden":a===!1?"hidden={false}":"hidden={...}",a?'mode="hidden"':'mode="visible"'),e=Hs({mode:e.mode,children:e.children},t.mode),e.ref=t.ref,t.child=e,e.return=t,e}function uy(t,e,a){return Er(e,t.child,null,a),t=Cs(e,e.pendingProps),t.flags|=2,ml(e),e.memoizedState=null,t}function jp(t,e,a){var c=e.pendingProps,o=(e.flags&128)!==0;if(e.flags&=-129,t===null){if(Gt){if(c.mode==="hidden")return t=Cs(e,c),e.lanes=536870912,Hi(null,t);if(An(e),(t=Ue)?(a=ce(t,Du),a=a!==null&&a.data===Cr?a:null,a!==null&&(c={dehydrated:a,treeContext:Rp(),retryLane:536870912,hydrationErrors:null},e.memoizedState=c,c=xm(a),c.return=e,e.child=c,ia=e,Ue=null)):a=null,a===null)throw Yl(e,t),Wa(e);return e.lanes=536870912,null}return Cs(e,c)}var f=t.memoizedState;if(f!==null){var d=f.dehydrated;if(An(e),o)if(e.flags&256)e.flags&=-257,e=uy(t,e,a);else if(e.memoizedState!==null)e.child=t.child,e.flags|=128,e=null;else throw Error("Client rendering an Activity suspended it again. This is a bug in React.");else if(Cp(),a&536870912&&Jo(e),El||Sn(t,e,a,!1),o=(a&t.childLanes)!==0,El||o){if(c=Te,c!==null&&(d=sp(c,a),d!==0&&d!==f.retryLane))throw f.retryLane=d,ql(t,d),rt(c,t,d),N1;Ko(),e=uy(t,e,a)}else t=f.treeContext,Ue=Ya(d.nextSibling),ia=e,Gt=!0,Of=null,Wc=!1,qn=null,Du=!1,t!==null&&Up(e,t),e=Cs(e,c),e.flags|=4096;return e}return f=t.child,c={mode:c.mode,children:c.children},a&536870912&&a&t.lanes&&Jo(e),t=$n(f,c),t.ref=e.ref,e.child=t,t.return=e,t}function _s(t,e){var a=e.ref;if(a===null)t!==null&&t.ref!==null&&(e.flags|=4194816);else{if(typeof a!="function"&&typeof a!="object")throw Error("Expected ref to be a function, an object returned by React.createRef(), or undefined/null.");(t===null||t.ref!==a)&&(e.flags|=4194816)}}function cy(t,e,a,c,o){if(a.prototype&&typeof a.prototype.render=="function"){var f=Zt(a)||"Unknown";Ob[f]||(console.error("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",f,f),Ob[f]=!0)}return e.mode&Ta&&uc.recordLegacyContextWarning(e,null),t===null&&(Xo(e,e.type),a.contextTypes&&(f=Zt(a)||"Unknown",Rb[f]||(Rb[f]=!0,console.error("%s uses the legacy contextTypes API which was removed in React 19. Use React.createContext() with React.useContext() instead. (https://react.dev/link/legacy-context)",f)))),Ec(e),a=Jm(t,e,a,c,void 0,o),c=Ei(),t!==null&&!El?(gs(t,e,o),Dn(t,e,o)):(Gt&&c&&cd(e),e.flags|=1,pl(t,e,a,o),e.child)}function iy(t,e,a,c,o,f){return Ec(e),uo=-1,V0=t!==null&&t.type!==e.type,e.updateQueue=null,a=ps(e,c,a,o),Ze(t,e),c=Ei(),t!==null&&!El?(gs(t,e,f),Dn(t,e,f)):(Gt&&c&&cd(e),e.flags|=1,pl(t,e,a,f),e.child)}function Bi(t,e,a,c,o){switch(ie(e)){case!1:var f=e.stateNode,d=new e.type(e.memoizedProps,f.context).state;f.updater.enqueueSetState(f,d,null);break;case!0:e.flags|=128,e.flags|=65536,f=Error("Simulated error coming from DevTools");var h=o&-o;if(e.lanes|=h,d=Te,d===null)throw Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");h=Md(h),Rd(h,d,e,Jl(f,e)),ms(e,h)}if(Ec(e),e.stateNode===null){if(d=Df,f=a.contextType,"contextType"in a&&f!==null&&(f===void 0||f.$$typeof!==Bn)&&!zb.has(a)&&(zb.add(a),h=f===void 0?" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":typeof f!="object"?" However, it is set to a "+typeof f+".":f.$$typeof===ph?" Did you accidentally pass the Context.Consumer instead?":" However, it is set to an object with keys {"+Object.keys(f).join(", ")+"}.",console.error("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",Zt(a)||"Component",h)),typeof f=="object"&&f!==null&&(d=It(f)),f=new a(c,d),e.mode&Ta){pe(!0);try{f=new a(c,d)}finally{pe(!1)}}if(d=e.memoizedState=f.state!==null&&f.state!==void 0?f.state:null,f.updater=H1,e.stateNode=f,f._reactInternals=e,f._reactInternalInstance=yb,typeof a.getDerivedStateFromProps=="function"&&d===null&&(d=Zt(a)||"Component",vb.has(d)||(vb.add(d),console.error("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",d,f.state===null?"null":"undefined",d))),typeof a.getDerivedStateFromProps=="function"||typeof f.getSnapshotBeforeUpdate=="function"){var y=h=d=null;if(typeof f.componentWillMount=="function"&&f.componentWillMount.__suppressDeprecationWarning!==!0?d="componentWillMount":typeof f.UNSAFE_componentWillMount=="function"&&(d="UNSAFE_componentWillMount"),typeof f.componentWillReceiveProps=="function"&&f.componentWillReceiveProps.__suppressDeprecationWarning!==!0?h="componentWillReceiveProps":typeof f.UNSAFE_componentWillReceiveProps=="function"&&(h="UNSAFE_componentWillReceiveProps"),typeof f.componentWillUpdate=="function"&&f.componentWillUpdate.__suppressDeprecationWarning!==!0?y="componentWillUpdate":typeof f.UNSAFE_componentWillUpdate=="function"&&(y="UNSAFE_componentWillUpdate"),d!==null||h!==null||y!==null){f=Zt(a)||"Component";var p=typeof a.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";Sb.has(f)||(Sb.add(f),console.error(`Unsafe legacy lifecycles will not be called for components using new component APIs.
|
|
156
|
+
|
|
157
|
+
%s uses %s but also contains the following legacy lifecycles:%s%s%s
|
|
158
|
+
|
|
159
|
+
The above lifecycles should be removed. Learn more about this warning here:
|
|
160
|
+
https://react.dev/link/unsafe-component-lifecycles`,f,p,d!==null?`
|
|
161
|
+
`+d:"",h!==null?`
|
|
162
|
+
`+h:"",y!==null?`
|
|
163
|
+
`+y:""))}}f=e.stateNode,d=Zt(a)||"Component",f.render||(a.prototype&&typeof a.prototype.render=="function"?console.error("No `render` method found on the %s instance: did you accidentally return an object from the constructor?",d):console.error("No `render` method found on the %s instance: you may have forgotten to define `render`.",d)),!f.getInitialState||f.getInitialState.isReactClassApproved||f.state||console.error("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",d),f.getDefaultProps&&!f.getDefaultProps.isReactClassApproved&&console.error("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",d),f.contextType&&console.error("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",d),a.childContextTypes&&!Ab.has(a)&&(Ab.add(a),console.error("%s uses the legacy childContextTypes API which was removed in React 19. Use React.createContext() instead. (https://react.dev/link/legacy-context)",d)),a.contextTypes&&!Eb.has(a)&&(Eb.add(a),console.error("%s uses the legacy contextTypes API which was removed in React 19. Use React.createContext() with static contextType instead. (https://react.dev/link/legacy-context)",d)),typeof f.componentShouldUpdate=="function"&&console.error("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",d),a.prototype&&a.prototype.isPureReactComponent&&typeof f.shouldComponentUpdate<"u"&&console.error("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",Zt(a)||"A pure component"),typeof f.componentDidUnmount=="function"&&console.error("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",d),typeof f.componentDidReceiveProps=="function"&&console.error("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",d),typeof f.componentWillRecieveProps=="function"&&console.error("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",d),typeof f.UNSAFE_componentWillRecieveProps=="function"&&console.error("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",d),h=f.props!==c,f.props!==void 0&&h&&console.error("When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",d),f.defaultProps&&console.error("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",d,d),typeof f.getSnapshotBeforeUpdate!="function"||typeof f.componentDidUpdate=="function"||gb.has(a)||(gb.add(a),console.error("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",Zt(a))),typeof f.getDerivedStateFromProps=="function"&&console.error("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",d),typeof f.getDerivedStateFromError=="function"&&console.error("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",d),typeof a.getSnapshotBeforeUpdate=="function"&&console.error("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",d),(h=f.state)&&(typeof h!="object"||Pe(h))&&console.error("%s.state: must be set to an object or null",d),typeof f.getChildContext=="function"&&typeof a.childContextTypes!="object"&&console.error("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",d),f=e.stateNode,f.props=c,f.state=e.memoizedState,f.refs={},Bt(e),d=a.contextType,f.context=typeof d=="object"&&d!==null?It(d):Df,f.state===c&&(d=Zt(a)||"Component",bb.has(d)||(bb.add(d),console.error("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",d))),e.mode&Ta&&uc.recordLegacyContextWarning(e,f),uc.recordUnsafeLifecycleWarnings(e,f),f.state=e.memoizedState,d=a.getDerivedStateFromProps,typeof d=="function"&&(Go(e,a,d,c),f.state=e.memoizedState),typeof a.getDerivedStateFromProps=="function"||typeof f.getSnapshotBeforeUpdate=="function"||typeof f.UNSAFE_componentWillMount!="function"&&typeof f.componentWillMount!="function"||(d=f.state,typeof f.componentWillMount=="function"&&f.componentWillMount(),typeof f.UNSAFE_componentWillMount=="function"&&f.UNSAFE_componentWillMount(),d!==f.state&&(console.error("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",P(e)||"Component"),H1.enqueueReplaceState(f,f.state,null)),Pn(e,c,f,o),Co(),f.state=e.memoizedState),typeof f.componentDidMount=="function"&&(e.flags|=4194308),(e.mode&nc)!==st&&(e.flags|=134217728),f=!0}else if(t===null){f=e.stateNode;var A=e.memoizedProps;h=uu(a,A),f.props=h;var D=f.context;y=a.contextType,d=Df,typeof y=="object"&&y!==null&&(d=It(y)),p=a.getDerivedStateFromProps,y=typeof p=="function"||typeof f.getSnapshotBeforeUpdate=="function",A=e.pendingProps!==A,y||typeof f.UNSAFE_componentWillReceiveProps!="function"&&typeof f.componentWillReceiveProps!="function"||(A||D!==d)&&nu(e,f,c,d),_f=!1;var S=e.memoizedState;f.state=S,Pn(e,c,f,o),Co(),D=e.memoizedState,A||S!==D||_f?(typeof p=="function"&&(Go(e,a,p,c),D=e.memoizedState),(h=_f||Ad(e,a,h,c,S,D,d))?(y||typeof f.UNSAFE_componentWillMount!="function"&&typeof f.componentWillMount!="function"||(typeof f.componentWillMount=="function"&&f.componentWillMount(),typeof f.UNSAFE_componentWillMount=="function"&&f.UNSAFE_componentWillMount()),typeof f.componentDidMount=="function"&&(e.flags|=4194308),(e.mode&nc)!==st&&(e.flags|=134217728)):(typeof f.componentDidMount=="function"&&(e.flags|=4194308),(e.mode&nc)!==st&&(e.flags|=134217728),e.memoizedProps=c,e.memoizedState=D),f.props=c,f.state=D,f.context=d,f=h):(typeof f.componentDidMount=="function"&&(e.flags|=4194308),(e.mode&nc)!==st&&(e.flags|=134217728),f=!1)}else{f=e.stateNode,kn(t,e),d=e.memoizedProps,y=uu(a,d),f.props=y,p=e.pendingProps,S=f.context,D=a.contextType,h=Df,typeof D=="object"&&D!==null&&(h=It(D)),A=a.getDerivedStateFromProps,(D=typeof A=="function"||typeof f.getSnapshotBeforeUpdate=="function")||typeof f.UNSAFE_componentWillReceiveProps!="function"&&typeof f.componentWillReceiveProps!="function"||(d!==p||S!==h)&&nu(e,f,c,h),_f=!1,S=e.memoizedState,f.state=S,Pn(e,c,f,o),Co();var H=e.memoizedState;d!==p||S!==H||_f||t!==null&&t.dependencies!==null&&Oo(t.dependencies)?(typeof A=="function"&&(Go(e,a,A,c),H=e.memoizedState),(y=_f||Ad(e,a,y,c,S,H,h)||t!==null&&t.dependencies!==null&&Oo(t.dependencies))?(D||typeof f.UNSAFE_componentWillUpdate!="function"&&typeof f.componentWillUpdate!="function"||(typeof f.componentWillUpdate=="function"&&f.componentWillUpdate(c,H,h),typeof f.UNSAFE_componentWillUpdate=="function"&&f.UNSAFE_componentWillUpdate(c,H,h)),typeof f.componentDidUpdate=="function"&&(e.flags|=4),typeof f.getSnapshotBeforeUpdate=="function"&&(e.flags|=1024)):(typeof f.componentDidUpdate!="function"||d===t.memoizedProps&&S===t.memoizedState||(e.flags|=4),typeof f.getSnapshotBeforeUpdate!="function"||d===t.memoizedProps&&S===t.memoizedState||(e.flags|=1024),e.memoizedProps=c,e.memoizedState=H),f.props=c,f.state=H,f.context=h,f=y):(typeof f.componentDidUpdate!="function"||d===t.memoizedProps&&S===t.memoizedState||(e.flags|=4),typeof f.getSnapshotBeforeUpdate!="function"||d===t.memoizedProps&&S===t.memoizedState||(e.flags|=1024),f=!1)}if(h=f,_s(t,e),d=(e.flags&128)!==0,h||d){if(h=e.stateNode,Kf(e),d&&typeof a.getDerivedStateFromError!="function")a=null,Va=-1;else if(a=wS(h),e.mode&Ta){pe(!0);try{wS(h)}finally{pe(!1)}}e.flags|=1,t!==null&&d?(e.child=Er(e,t.child,null,o),e.child=Er(e,null,a,o)):pl(t,e,a,o),e.memoizedState=h.state,t=e.child}else t=Dn(t,e,o);return o=e.stateNode,f&&o.props!==c&&(Wh||console.error("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",P(e)||"a component"),Wh=!0),t}function oy(t,e,a,c){return bc(),e.flags|=256,pl(t,e,a,c),e.child}function Xo(t,e){e&&e.childContextTypes&&console.error(`childContextTypes cannot be defined on a function component.
|
|
164
|
+
%s.childContextTypes = ...`,e.displayName||e.name||"Component"),typeof e.getDerivedStateFromProps=="function"&&(t=Zt(e)||"Unknown",Ub[t]||(console.error("%s: Function components do not support getDerivedStateFromProps.",t),Ub[t]=!0)),typeof e.contextType=="object"&&e.contextType!==null&&(e=Zt(e)||"Unknown",Mb[e]||(console.error("%s: Function components do not support contextType.",e),Mb[e]=!0))}function Qo(t){return{baseLanes:t,cachePool:Qm()}}function Ud(t,e,a){return t=t!==null?t.childLanes&~a:0,e&&(t|=fn),t}function Cd(t,e,a){var c,o=e.pendingProps;xt(e)&&(e.flags|=128);var f=!1,d=(e.flags&128)!==0;if((c=d)||(c=t!==null&&t.memoizedState===null?!1:(ol.current&X0)!==0),c&&(f=!0,e.flags&=-129),c=(e.flags&32)!==0,e.flags&=-33,t===null){if(Gt){if(f?Fl(e):tu(e),(t=Ue)?(a=ce(t,Du),a=a!==null&&a.data!==Cr?a:null,a!==null&&(c={dehydrated:a,treeContext:Rp(),retryLane:536870912,hydrationErrors:null},e.memoizedState=c,c=xm(a),c.return=e,e.child=c,ia=e,Ue=null)):a=null,a===null)throw Yl(e,t),Wa(e);return Qy(a)?e.lanes=32:e.lanes=536870912,null}var h=o.children;if(o=o.fallback,f){tu(e);var y=e.mode;return h=Hs({mode:"hidden",children:h},y),o=mi(o,y,a,null),h.return=e,o.return=e,h.sibling=o,e.child=h,o=e.child,o.memoizedState=Qo(a),o.childLanes=Ud(t,c,a),e.memoizedState=x1,Hi(null,o)}return Fl(e),fy(e,h)}var p=t.memoizedState;if(p!==null){var A=p.dehydrated;if(A!==null){if(d)e.flags&256?(Fl(e),e.flags&=-257,e=_d(t,e,a)):e.memoizedState!==null?(tu(e),e.child=t.child,e.flags|=128,e=null):(tu(e),h=o.fallback,y=e.mode,o=Hs({mode:"visible",children:o.children},y),h=mi(h,y,a,null),h.flags|=2,o.return=e,h.return=e,o.sibling=h,e.child=o,Er(e,t.child,null,a),o=e.child,o.memoizedState=Qo(a),o.childLanes=Ud(t,c,a),e.memoizedState=x1,e=Hi(null,o));else if(Fl(e),Cp(),a&536870912&&Jo(e),Qy(A)){if(c=A.nextSibling&&A.nextSibling.dataset,c){h=c.dgst;var D=c.msg;y=c.stck;var S=c.cstck}f=D,c=h,o=y,A=S,h=f,y=A,h=Error(h||"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."),h.stack=o||"",h.digest=c,c=y===void 0?null:y,o={value:h,source:null,stack:c},typeof c=="string"&&m1.set(h,o),os(o),e=_d(t,e,a)}else if(El||Sn(t,e,a,!1),c=(a&t.childLanes)!==0,El||c){if(c=Te,c!==null&&(o=sp(c,a),o!==0&&o!==p.retryLane))throw p.retryLane=o,ql(t,o),rt(c,t,o),N1;Fs(A)||Ko(),e=_d(t,e,a)}else Fs(A)?(e.flags|=192,e.child=t.child,e=null):(t=p.treeContext,Ue=Ya(A.nextSibling),ia=e,Gt=!0,Of=null,Wc=!1,qn=null,Du=!1,t!==null&&Up(e,t),e=fy(e,o.children),e.flags|=4096);return e}}return f?(tu(e),h=o.fallback,y=e.mode,S=t.child,A=S.sibling,o=$n(S,{mode:"hidden",children:o.children}),o.subtreeFlags=S.subtreeFlags&65011712,A!==null?h=$n(A,h):(h=mi(h,y,a,null),h.flags|=2),h.return=e,o.return=e,o.sibling=h,e.child=o,Hi(null,o),o=e.child,h=t.child.memoizedState,h===null?h=Qo(a):(y=h.cachePool,y!==null?(S=Sl._currentValue,y=y.parent!==S?{parent:S,pool:S}:y):y=Qm(),h={baseLanes:h.baseLanes|a,cachePool:y}),o.memoizedState=h,o.childLanes=Ud(t,c,a),e.memoizedState=x1,Hi(t.child,o)):(p!==null&&(a&62914560)===a&&a&t.lanes&&Jo(e),Fl(e),a=t.child,t=a.sibling,a=$n(a,{mode:"visible",children:o.children}),a.return=e,a.sibling=null,t!==null&&(c=e.deletions,c===null?(e.deletions=[t],e.flags|=16):c.push(t)),e.child=a,e.memoizedState=null,a)}function fy(t,e){return e=Hs({mode:"visible",children:e},t.mode),e.return=t,t.child=e}function Hs(t,e){return t=yt(22,t,null,e),t.lanes=0,t}function _d(t,e,a){return Er(e,t.child,null,a),t=fy(e,e.pendingProps.children),t.flags|=2,e.memoizedState=null,t}function sy(t,e,a){t.lanes|=e;var c=t.alternate;c!==null&&(c.lanes|=e),od(t.return,e,a)}function Hd(t,e,a,c,o,f){var d=t.memoizedState;d===null?t.memoizedState={isBackwards:e,rendering:null,renderingStartTime:0,last:c,tail:a,tailMode:o,treeForkCount:f}:(d.isBackwards=e,d.rendering=null,d.renderingStartTime=0,d.last=c,d.tail=a,d.tailMode=o,d.treeForkCount=f)}function ry(t,e,a){var c=e.pendingProps,o=c.revealOrder,f=c.tail,d=c.children,h=ol.current;if((c=(h&X0)!==0)?(h=h&wh|X0,e.flags|=128):h&=wh,Yt(ol,h,e),h=o??"null",o!=="forwards"&&o!=="unstable_legacy-backwards"&&o!=="together"&&o!=="independent"&&!Cb[h])if(Cb[h]=!0,o==null)console.error('The default for the <SuspenseList revealOrder="..."> prop is changing. To be future compatible you must explictly specify either "independent" (the current default), "together", "forwards" or "legacy_unstable-backwards".');else if(o==="backwards")console.error('The rendering order of <SuspenseList revealOrder="backwards"> is changing. To be future compatible you must specify revealOrder="legacy_unstable-backwards" instead.');else if(typeof o=="string")switch(o.toLowerCase()){case"together":case"forwards":case"backwards":case"independent":console.error('"%s" is not a valid value for revealOrder on <SuspenseList />. Use lowercase "%s" instead.',o,o.toLowerCase());break;case"forward":case"backward":console.error('"%s" is not a valid value for revealOrder on <SuspenseList />. React uses the -s suffix in the spelling. Use "%ss" instead.',o,o.toLowerCase());break;default:console.error('"%s" is not a supported revealOrder on <SuspenseList />. Did you mean "independent", "together", "forwards" or "backwards"?',o)}else console.error('%s is not a supported value for revealOrder on <SuspenseList />. Did you mean "independent", "together", "forwards" or "backwards"?',o);h=f??"null",ig[h]||(f==null?(o==="forwards"||o==="backwards"||o==="unstable_legacy-backwards")&&(ig[h]=!0,console.error('The default for the <SuspenseList tail="..."> prop is changing. To be future compatible you must explictly specify either "visible" (the current default), "collapsed" or "hidden".')):f!=="visible"&&f!=="collapsed"&&f!=="hidden"?(ig[h]=!0,console.error('"%s" is not a supported value for tail on <SuspenseList />. Did you mean "visible", "collapsed" or "hidden"?',f)):o!=="forwards"&&o!=="backwards"&&o!=="unstable_legacy-backwards"&&(ig[h]=!0,console.error('<SuspenseList tail="%s" /> is only valid if revealOrder is "forwards" or "backwards". Did you mean to specify revealOrder="forwards"?',f)));t:if((o==="forwards"||o==="backwards"||o==="unstable_legacy-backwards")&&d!==void 0&&d!==null&&d!==!1)if(Pe(d)){for(h=0;h<d.length;h++)if(!ve(d[h],h))break t}else if(h=sl(d),typeof h=="function"){if(h=h.call(d))for(var y=h.next(),p=0;!y.done;y=h.next()){if(!ve(y.value,p))break t;p++}}else console.error('A single row was passed to a <SuspenseList revealOrder="%s" />. This is not useful since it needs multiple rows. Did you mean to pass multiple children or an array?',o);if(pl(t,e,d,a),Gt?(Sc(),d=D0):d=0,!c&&t!==null&&t.flags&128)t:for(t=e.child;t!==null;){if(t.tag===13)t.memoizedState!==null&&sy(t,a,e);else if(t.tag===19)sy(t,a,e);else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break t;for(;t.sibling===null;){if(t.return===null||t.return===e)break t;t=t.return}t.sibling.return=t.return,t=t.sibling}switch(o){case"forwards":for(a=e.child,o=null;a!==null;)t=a.alternate,t!==null&&Ti(t)===null&&(o=a),a=a.sibling;a=o,a===null?(o=e.child,e.child=null):(o=a.sibling,a.sibling=null),Hd(e,!1,o,a,f,d);break;case"backwards":case"unstable_legacy-backwards":for(a=null,o=e.child,e.child=null;o!==null;){if(t=o.alternate,t!==null&&Ti(t)===null){e.child=o;break}t=o.sibling,o.sibling=a,a=o,o=t}Hd(e,!0,a,null,f,d);break;case"together":Hd(e,!1,null,null,void 0,d);break;default:e.memoizedState=null}return e.child}function Dn(t,e,a){if(t!==null&&(e.dependencies=t.dependencies),Va=-1,Nf|=e.lanes,!(a&e.childLanes))if(t!==null){if(Sn(t,e,a,!1),(a&e.childLanes)===0)return null}else return null;if(t!==null&&e.child!==t.child)throw Error("Resuming work not yet implemented.");if(e.child!==null){for(t=e.child,a=$n(t,t.pendingProps),e.child=a,a.return=e;t.sibling!==null;)t=t.sibling,a=a.sibling=$n(t,t.pendingProps),a.return=e;a.sibling=null}return e.child}function Bd(t,e){return t.lanes&e?!0:(t=t.dependencies,!!(t!==null&&Oo(t)))}function Gp(t,e,a){switch(e.tag){case 3:ra(e,e.stateNode.containerInfo),Fa(e,Sl,t.memoizedState.cache),bc();break;case 27:case 5:L(e);break;case 4:ra(e,e.stateNode.containerInfo);break;case 10:Fa(e,e.type,e.memoizedProps.value);break;case 12:a&e.childLanes&&(e.flags|=4),e.flags|=2048;var c=e.stateNode;c.effectDuration=-0,c.passiveEffectDuration=-0;break;case 31:if(e.memoizedState!==null)return e.flags|=128,An(e),null;break;case 13:if(c=e.memoizedState,c!==null)return c.dehydrated!==null?(Fl(e),e.flags|=128,null):a&e.child.childLanes?Cd(t,e,a):(Fl(e),t=Dn(t,e,a),t!==null?t.sibling:null);Fl(e);break;case 19:var o=(t.flags&128)!==0;if(c=(a&e.childLanes)!==0,c||(Sn(t,e,a,!1),c=(a&e.childLanes)!==0),o){if(c)return ry(t,e,a);e.flags|=128}if(o=e.memoizedState,o!==null&&(o.rendering=null,o.tail=null,o.lastEffect=null),Yt(ol,ol.current,e),c)break;return null;case 22:return e.lanes=0,ay(t,e,a,e.pendingProps);case 24:Fa(e,Sl,t.memoizedState.cache)}return Dn(t,e,a)}function Bs(t,e,a){if(e._debugNeedsRemount&&t!==null){a=hi(e.type,e.key,e.pendingProps,e._debugOwner||null,e.mode,e.lanes),a._debugStack=e._debugStack,a._debugTask=e._debugTask;var c=e.return;if(c===null)throw Error("Cannot swap the root fiber.");if(t.alternate=null,e.alternate=null,a.index=e.index,a.sibling=e.sibling,a.return=e.return,a.ref=e.ref,a._debugInfo=e._debugInfo,e===c.child)c.child=a;else{var o=c.child;if(o===null)throw Error("Expected parent to have a child.");for(;o.sibling!==e;)if(o=o.sibling,o===null)throw Error("Expected to find the previous sibling.");o.sibling=a}return e=c.deletions,e===null?(c.deletions=[t],c.flags|=16):e.push(t),a.flags|=2,a}if(t!==null)if(t.memoizedProps!==e.pendingProps||e.type!==t.type)El=!0;else{if(!Bd(t,a)&&!(e.flags&128))return El=!1,Gp(t,e,a);El=!!(t.flags&131072)}else El=!1,(c=Gt)&&(Sc(),c=(e.flags&1048576)!==0),c&&(c=e.index,Sc(),qm(e,D0,c));switch(e.lanes=0,e.tag){case 16:t:if(c=e.pendingProps,t=Ra(e.elementType),e.type=t,typeof t=="function")Bm(t)?(c=uu(t,c),e.tag=1,e.type=t=vc(t),e=Bi(null,e,t,c,a)):(e.tag=0,Xo(e,t),e.type=t=vc(t),e=cy(null,e,t,c,a));else{if(t!=null){if(o=t.$$typeof,o===rf){e.tag=11,e.type=t=nd(t),e=Yp(null,e,t,c,a);break t}else if(o===cr){e.tag=14,e=ey(null,e,t,c,a);break t}}throw e="",t!==null&&typeof t=="object"&&t.$$typeof===Gl&&(e=" Did you wrap a component in React.lazy() more than once?"),a=Zt(t)||t,Error("Element type is invalid. Received a promise that resolves to: "+a+". Lazy element type must resolve to a class or function."+e)}return e;case 0:return cy(t,e,e.type,e.pendingProps,a);case 1:return c=e.type,o=uu(c,e.pendingProps),Bi(t,e,c,o,a);case 3:t:{if(ra(e,e.stateNode.containerInfo),t===null)throw Error("Should have a current fiber. This is a bug in React.");c=e.pendingProps;var f=e.memoizedState;o=f.element,kn(t,e),Pn(e,c,null,a);var d=e.memoizedState;if(c=d.cache,Fa(e,Sl,c),c!==f.cache&&ju(e,[Sl],a,!0),Co(),c=d.element,f.isDehydrated)if(f={element:c,isDehydrated:!1,cache:d.cache},e.updateQueue.baseState=f,e.memoizedState=f,e.flags&256){e=oy(t,e,c,a);break t}else if(c!==o){o=Jl(Error("This root received an early update, before anything was able hydrate. Switched the entire root to client rendering."),e),os(o),e=oy(t,e,c,a);break t}else{switch(t=e.stateNode.containerInfo,t.nodeType){case 9:t=t.body;break;default:t=t.nodeName==="HTML"?t.ownerDocument.body:t}for(Ue=Ya(t.firstChild),ia=e,Gt=!0,Of=null,Wc=!1,qn=null,Du=!0,a=ub(e,null,c,a),e.child=a;a;)a.flags=a.flags&-3|4096,a=a.sibling}else{if(bc(),c===o){e=Dn(t,e,a);break t}pl(t,e,c,a)}e=e.child}return e;case 26:return _s(t,e),t===null?(a=wy(e.type,null,e.pendingProps,null))?e.memoizedState=a:Gt||(a=e.type,t=e.pendingProps,c=sa(ja.current),c=$s(c).createElement(a),c[Me]=e,c[ca]=t,Oe(c,a,t),Qe(c),e.stateNode=c):e.memoizedState=wy(e.type,t.memoizedProps,e.pendingProps,t.memoizedState),null;case 27:return L(e),t===null&&Gt&&(c=sa(ja.current),o=V(),c=e.stateNode=tc(e.type,e.pendingProps,c,o,!1),Wc||(o=ga(c,e.type,e.pendingProps,o),o!==null&&(yi(e,0).serverProps=o)),ia=e,Du=!0,o=Ue,Vc(e.type)?(nS=o,Ue=Ya(c.firstChild)):Ue=o),pl(t,e,e.pendingProps.children,a),_s(t,e),t===null&&(e.flags|=4194304),e.child;case 5:return t===null&&Gt&&(f=V(),c=If(e.type,f.ancestorInfo),o=Ue,(d=!o)||(d=yv(o,e.type,e.pendingProps,Du),d!==null?(e.stateNode=d,Wc||(f=ga(d,e.type,e.pendingProps,f),f!==null&&(yi(e,0).serverProps=f)),ia=e,Ue=Ya(d.firstChild),Du=!1,f=!0):f=!1,d=!f),d&&(c&&Yl(e,o),Wa(e))),L(e),o=e.type,f=e.pendingProps,d=t!==null?t.memoizedProps:null,c=f.children,ef(o,f)?c=null:d!==null&&ef(o,d)&&(e.flags|=32),e.memoizedState!==null&&(o=Jm(t,e,vs,null,null,a),np._currentValue=o),_s(t,e),pl(t,e,c,a),e.child;case 6:return t===null&&Gt&&(a=e.pendingProps,t=V(),c=t.ancestorInfo.current,a=c!=null?Pf(a,c.tag,t.ancestorInfo.implicitRootScope):!0,t=Ue,(c=!t)||(c=pv(t,e.pendingProps,Du),c!==null?(e.stateNode=c,ia=e,Ue=null,c=!0):c=!1,c=!c),c&&(a&&Yl(e,t),Wa(e))),null;case 13:return Cd(t,e,a);case 4:return ra(e,e.stateNode.containerInfo),c=e.pendingProps,t===null?e.child=Er(e,null,c,a):pl(t,e,c,a),e.child;case 11:return Yp(t,e,e.type,e.pendingProps,a);case 7:return pl(t,e,e.pendingProps,a),e.child;case 8:return pl(t,e,e.pendingProps.children,a),e.child;case 12:return e.flags|=4,e.flags|=2048,c=e.stateNode,c.effectDuration=-0,c.passiveEffectDuration=-0,pl(t,e,e.pendingProps.children,a),e.child;case 10:return c=e.type,o=e.pendingProps,f=o.value,"value"in o||_b||(_b=!0,console.error("The `value` prop is required for the `<Context.Provider>`. Did you misspell it or forget to pass it?")),Fa(e,c,f),pl(t,e,o.children,a),e.child;case 9:return o=e.type._context,c=e.pendingProps.children,typeof c!="function"&&console.error("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."),Ec(e),o=It(o),c=E1(c,o,void 0),e.flags|=1,pl(t,e,c,a),e.child;case 14:return ey(t,e,e.type,e.pendingProps,a);case 15:return ly(t,e,e.type,e.pendingProps,a);case 19:return ry(t,e,a);case 31:return jp(t,e,a);case 22:return ay(t,e,a,e.pendingProps);case 24:return Ec(e),c=It(Sl),t===null?(o=Qu(),o===null&&(o=Te,f=fd(),o.pooledCache=f,vi(f),f!==null&&(o.pooledCacheLanes|=a),o=f),e.memoizedState={parent:c,cache:o},Bt(e),Fa(e,Sl,o)):(t.lanes&a&&(kn(t,e),Pn(e,null,null,a),Co()),o=t.memoizedState,f=e.memoizedState,o.parent!==c?(o={parent:c,cache:c},e.memoizedState=o,e.lanes===0&&(e.memoizedState=e.updateQueue.baseState=o),Fa(e,Sl,c)):(c=f.cache,Fa(e,Sl,c),c!==o.cache&&ju(e,[Sl],a,!0))),pl(t,e,e.pendingProps.children,a),e.child;case 29:throw e.pendingProps}throw Error("Unknown unit of work tag ("+e.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function cu(t){t.flags|=4}function Nd(t,e,a,c,o){if((e=(t.mode&zT)!==st)&&(e=!1),e){if(t.flags|=16777216,(o&335544128)===o)if(t.stateNode.complete)t.flags|=8192;else if(Uy())t.flags|=8192;else throw Tr=eg,z1}else t.flags&=-16777217}function Xp(t,e){if(e.type!=="stylesheet"||(e.state.loading&Cu)!==Br)t.flags&=-16777217;else if(t.flags|=16777216,!Ht(e))if(Uy())t.flags|=8192;else throw Tr=eg,z1}function Vo(t,e){e!==null&&(t.flags|=4),t.flags&16384&&(e=t.tag!==22?Yr():536870912,t.lanes|=e,Mr|=e)}function Zo(t,e){if(!Gt)switch(t.tailMode){case"hidden":e=t.tail;for(var a=null;e!==null;)e.alternate!==null&&(a=e),e=e.sibling;a===null?t.tail=null:a.sibling=null;break;case"collapsed":a=t.tail;for(var c=null;a!==null;)a.alternate!==null&&(c=a),a=a.sibling;c===null?e||t.tail===null?t.tail=null:t.tail.sibling=null:c.sibling=null}}function re(t){var e=t.alternate!==null&&t.alternate.child===t.child,a=0,c=0;if(e)if((t.mode&Ot)!==st){for(var o=t.selfBaseDuration,f=t.child;f!==null;)a|=f.lanes|f.childLanes,c|=f.subtreeFlags&65011712,c|=f.flags&65011712,o+=f.treeBaseDuration,f=f.sibling;t.treeBaseDuration=o}else for(o=t.child;o!==null;)a|=o.lanes|o.childLanes,c|=o.subtreeFlags&65011712,c|=o.flags&65011712,o.return=t,o=o.sibling;else if((t.mode&Ot)!==st){o=t.actualDuration,f=t.selfBaseDuration;for(var d=t.child;d!==null;)a|=d.lanes|d.childLanes,c|=d.subtreeFlags,c|=d.flags,o+=d.actualDuration,f+=d.treeBaseDuration,d=d.sibling;t.actualDuration=o,t.treeBaseDuration=f}else for(o=t.child;o!==null;)a|=o.lanes|o.childLanes,c|=o.subtreeFlags,c|=o.flags,o.return=t,o=o.sibling;return t.subtreeFlags|=c,t.childLanes=a,e}function dy(t,e,a){var c=e.pendingProps;switch(id(e),e.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return re(e),null;case 1:return re(e),null;case 3:return a=e.stateNode,c=null,t!==null&&(c=t.memoizedState.cache),e.memoizedState.cache!==c&&(e.flags|=2048),gn(Sl,e),O(e),a.pendingContext&&(a.context=a.pendingContext,a.pendingContext=null),(t===null||t.child===null)&&(pi(e)?(Tc(),cu(e)):t===null||t.memoizedState.isDehydrated&&!(e.flags&256)||(e.flags|=1024,is())),re(e),null;case 26:var o=e.type,f=e.memoizedState;return t===null?(cu(e),f!==null?(re(e),Xp(e,f)):(re(e),Nd(e,o,null,c,a))):f?f!==t.memoizedState?(cu(e),re(e),Xp(e,f)):(re(e),e.flags&=-16777217):(t=t.memoizedProps,t!==c&&cu(e),re(e),Nd(e,o,t,c,a)),null;case 27:if(it(e),a=sa(ja.current),o=e.type,t!==null&&e.stateNode!=null)t.memoizedProps!==c&&cu(e);else{if(!c){if(e.stateNode===null)throw Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");return re(e),null}t=V(),pi(e)?Ym(e):(t=tc(o,c,a,t,!0),e.stateNode=t,cu(e))}return re(e),null;case 5:if(it(e),o=e.type,t!==null&&e.stateNode!=null)t.memoizedProps!==c&&cu(e);else{if(!c){if(e.stateNode===null)throw Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");return re(e),null}var d=V();if(pi(e))Ym(e);else{switch(f=sa(ja.current),If(o,d.ancestorInfo),d=d.context,f=$s(f),d){case am:f=f.createElementNS(At,o);break;case Mg:f=f.createElementNS(gt,o);break;default:switch(o){case"svg":f=f.createElementNS(At,o);break;case"math":f=f.createElementNS(gt,o);break;case"script":f=f.createElement("div"),f.innerHTML="<script><\/script>",f=f.removeChild(f.firstChild);break;case"select":f=typeof c.is=="string"?f.createElement("select",{is:c.is}):f.createElement("select"),c.multiple?f.multiple=!0:c.size&&(f.size=c.size);break;default:f=typeof c.is=="string"?f.createElement(o,{is:c.is}):f.createElement(o),o.indexOf("-")===-1&&(o!==o.toLowerCase()&&console.error("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",o),Object.prototype.toString.call(f)!=="[object HTMLUnknownElement]"||Ga.call(e2,o)||(e2[o]=!0,console.error("The tag <%s> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.",o)))}}f[Me]=e,f[ca]=c;t:for(d=e.child;d!==null;){if(d.tag===5||d.tag===6)f.appendChild(d.stateNode);else if(d.tag!==4&&d.tag!==27&&d.child!==null){d.child.return=d,d=d.child;continue}if(d===e)break t;for(;d.sibling===null;){if(d.return===null||d.return===e)break t;d=d.return}d.sibling.return=d.return,d=d.sibling}e.stateNode=f;t:switch(Oe(f,o,c),o){case"button":case"input":case"select":case"textarea":c=!!c.autoFocus;break t;case"img":c=!0;break t;default:c=!1}c&&cu(e)}}return re(e),Nd(e,e.type,t===null?null:t.memoizedProps,e.pendingProps,a),null;case 6:if(t&&e.stateNode!=null)t.memoizedProps!==c&&cu(e);else{if(typeof c!="string"&&e.stateNode===null)throw Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");if(t=sa(ja.current),a=V(),pi(e)){if(t=e.stateNode,a=e.memoizedProps,o=!Wc,c=null,f=ia,f!==null)switch(f.tag){case 3:o&&(o=Sv(t,a,c),o!==null&&(yi(e,0).serverProps=o));break;case 27:case 5:c=f.memoizedProps,o&&(o=Sv(t,a,c),o!==null&&(yi(e,0).serverProps=o))}t[Me]=e,t=!!(t.nodeValue===a||c!==null&&c.suppressHydrationWarning===!0||Gy(t.nodeValue,a)),t||Wa(e,!0)}else o=a.ancestorInfo.current,o!=null&&Pf(c,o.tag,a.ancestorInfo.implicitRootScope),t=$s(t).createTextNode(c),t[Me]=e,e.stateNode=t}return re(e),null;case 31:if(a=e.memoizedState,t===null||t.memoizedState!==null){if(c=pi(e),a!==null){if(t===null){if(!c)throw Error("A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React.");if(t=e.memoizedState,t=t!==null?t.dehydrated:null,!t)throw Error("Expected to have a hydrated activity instance. This error is likely caused by a bug in React. Please file an issue.");t[Me]=e,re(e),(e.mode&Ot)!==st&&a!==null&&(t=e.child,t!==null&&(e.treeBaseDuration-=t.treeBaseDuration))}else Tc(),bc(),!(e.flags&128)&&(a=e.memoizedState=null),e.flags|=4,re(e),(e.mode&Ot)!==st&&a!==null&&(t=e.child,t!==null&&(e.treeBaseDuration-=t.treeBaseDuration));t=!1}else a=is(),t!==null&&t.memoizedState!==null&&(t.memoizedState.hydrationErrors=a),t=!0;if(!t)return e.flags&256?(ml(e),e):(ml(e),null);if(e.flags&128)throw Error("Client rendering an Activity suspended it again. This is a bug in React.")}return re(e),null;case 13:if(c=e.memoizedState,t===null||t.memoizedState!==null&&t.memoizedState.dehydrated!==null){if(o=c,f=pi(e),o!==null&&o.dehydrated!==null){if(t===null){if(!f)throw Error("A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React.");if(f=e.memoizedState,f=f!==null?f.dehydrated:null,!f)throw Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");f[Me]=e,re(e),(e.mode&Ot)!==st&&o!==null&&(o=e.child,o!==null&&(e.treeBaseDuration-=o.treeBaseDuration))}else Tc(),bc(),!(e.flags&128)&&(o=e.memoizedState=null),e.flags|=4,re(e),(e.mode&Ot)!==st&&o!==null&&(o=e.child,o!==null&&(e.treeBaseDuration-=o.treeBaseDuration));o=!1}else o=is(),t!==null&&t.memoizedState!==null&&(t.memoizedState.hydrationErrors=o),o=!0;if(!o)return e.flags&256?(ml(e),e):(ml(e),null)}return ml(e),e.flags&128?(e.lanes=a,(e.mode&Ot)!==st&&Si(e),e):(a=c!==null,t=t!==null&&t.memoizedState!==null,a&&(c=e.child,o=null,c.alternate!==null&&c.alternate.memoizedState!==null&&c.alternate.memoizedState.cachePool!==null&&(o=c.alternate.memoizedState.cachePool.pool),f=null,c.memoizedState!==null&&c.memoizedState.cachePool!==null&&(f=c.memoizedState.cachePool.pool),f!==o&&(c.flags|=2048)),a!==t&&a&&(e.child.flags|=8192),Vo(e,e.updateQueue),re(e),(e.mode&Ot)!==st&&a&&(t=e.child,t!==null&&(e.treeBaseDuration-=t.treeBaseDuration)),null);case 4:return O(e),t===null&&Xc(e.stateNode.containerInfo),re(e),null;case 10:return gn(e.type,e),re(e),null;case 19:if(wt(ol,e),c=e.memoizedState,c===null)return re(e),null;if(o=(e.flags&128)!==0,f=c.rendering,f===null)if(o)Zo(c,!1);else{if(Xe!==io||t!==null&&t.flags&128)for(t=e.child;t!==null;){if(f=Ti(t),f!==null){for(e.flags|=128,Zo(c,!1),t=f.updateQueue,e.updateQueue=t,Vo(e,t),e.subtreeFlags=0,t=a,a=e.child;a!==null;)Nm(a,t),a=a.sibling;return Yt(ol,ol.current&wh|X0,e),Gt&&vn(e,c.treeForkCount),e.child}t=t.sibling}c.tail!==null&&gl()>mg&&(e.flags|=128,o=!0,Zo(c,!1),e.lanes=4194304)}else{if(!o)if(t=Ti(f),t!==null){if(e.flags|=128,o=!0,t=t.updateQueue,e.updateQueue=t,Vo(e,t),Zo(c,!0),c.tail===null&&c.tailMode==="hidden"&&!f.alternate&&!Gt)return re(e),null}else 2*gl()-c.renderingStartTime>mg&&a!==536870912&&(e.flags|=128,o=!0,Zo(c,!1),e.lanes=4194304);c.isBackwards?(f.sibling=e.child,e.child=f):(t=c.last,t!==null?t.sibling=f:e.child=f,c.last=f)}return c.tail!==null?(t=c.tail,c.rendering=t,c.tail=t.sibling,c.renderingStartTime=gl(),t.sibling=null,a=ol.current,a=o?a&wh|X0:a&wh,Yt(ol,a,e),Gt&&vn(e,c.treeForkCount),t):(re(e),null);case 22:case 23:return ml(e),En(e),c=e.memoizedState!==null,t!==null?t.memoizedState!==null!==c&&(e.flags|=8192):c&&(e.flags|=8192),c?a&536870912&&!(e.flags&128)&&(re(e),e.subtreeFlags&6&&(e.flags|=8192)):re(e),a=e.updateQueue,a!==null&&Vo(e,a.retryQueue),a=null,t!==null&&t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(a=t.memoizedState.cachePool.pool),c=null,e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(c=e.memoizedState.cachePool.pool),c!==a&&(e.flags|=2048),t!==null&&wt(Sr,e),null;case 24:return a=null,t!==null&&(a=t.memoizedState.cache),e.memoizedState.cache!==a&&(e.flags|=2048),gn(Sl,e),re(e),null;case 25:return null;case 30:return null}throw Error("Unknown unit of work tag ("+e.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function Qp(t,e){switch(id(e),e.tag){case 1:return t=e.flags,t&65536?(e.flags=t&-65537|128,(e.mode&Ot)!==st&&Si(e),e):null;case 3:return gn(Sl,e),O(e),t=e.flags,t&65536&&!(t&128)?(e.flags=t&-65537|128,e):null;case 26:case 27:case 5:return it(e),null;case 31:if(e.memoizedState!==null){if(ml(e),e.alternate===null)throw Error("Threw in newly mounted dehydrated component. This is likely a bug in React. Please file an issue.");bc()}return t=e.flags,t&65536?(e.flags=t&-65537|128,(e.mode&Ot)!==st&&Si(e),e):null;case 13:if(ml(e),t=e.memoizedState,t!==null&&t.dehydrated!==null){if(e.alternate===null)throw Error("Threw in newly mounted dehydrated component. This is likely a bug in React. Please file an issue.");bc()}return t=e.flags,t&65536?(e.flags=t&-65537|128,(e.mode&Ot)!==st&&Si(e),e):null;case 19:return wt(ol,e),null;case 4:return O(e),null;case 10:return gn(e.type,e),null;case 22:case 23:return ml(e),En(e),t!==null&&wt(Sr,e),t=e.flags,t&65536?(e.flags=t&-65537|128,(e.mode&Ot)!==st&&Si(e),e):null;case 24:return gn(Sl,e),null;case 25:return null;default:return null}}function hy(t,e){switch(id(e),e.tag){case 3:gn(Sl,e),O(e);break;case 26:case 27:case 5:it(e);break;case 4:O(e);break;case 31:e.memoizedState!==null&&ml(e);break;case 13:ml(e);break;case 19:wt(ol,e);break;case 10:gn(e.type,e);break;case 22:case 23:ml(e),En(e),t!==null&&wt(Sr,e);break;case 24:gn(Sl,e)}}function iu(t){return(t.mode&Ot)!==st}function Vp(t,e){iu(t)?(qe(),Wu(e,t),$l()):Wu(e,t)}function xd(t,e,a){iu(t)?(qe(),Nc(a,t,e),$l()):Nc(a,t,e)}function Wu(t,e){try{var a=e.updateQueue,c=a!==null?a.lastEffect:null;if(c!==null){var o=c.next;a=o;do{if((a.tag&t)===t&&(c=void 0,(t&Za)!==ag&&(tm=!0),c=$(e,CT,a),(t&Za)!==ag&&(tm=!1),c!==void 0&&typeof c!="function")){var f=void 0;f=a.tag&jn?"useLayoutEffect":a.tag&Za?"useInsertionEffect":"useEffect";var d=void 0;d=c===null?" You returned null. If your effect does not require clean up, return undefined (or nothing).":typeof c.then=="function"?`
|
|
165
|
+
|
|
166
|
+
It looks like you wrote `+f+`(async () => ...) or returned a Promise. Instead, write the async function inside your effect and call it immediately:
|
|
167
|
+
|
|
168
|
+
`+f+`(() => {
|
|
169
|
+
async function fetchData() {
|
|
170
|
+
// You can await here
|
|
171
|
+
const response = await MyAPI.getData(someId);
|
|
172
|
+
// ...
|
|
173
|
+
}
|
|
174
|
+
fetchData();
|
|
175
|
+
}, [someId]); // Or [] if effect doesn't need props or state
|
|
176
|
+
|
|
177
|
+
Learn more about data fetching with Hooks: https://react.dev/link/hooks-data-fetching`:" You returned: "+c,$(e,function(h,y){console.error("%s must not return anything besides a function, which is used for clean-up.%s",h,y)},f,d)}a=a.next}while(a!==o)}}catch(h){Et(e,e.return,h)}}function Nc(t,e,a){try{var c=e.updateQueue,o=c!==null?c.lastEffect:null;if(o!==null){var f=o.next;c=f;do{if((c.tag&t)===t){var d=c.inst,h=d.destroy;h!==void 0&&(d.destroy=void 0,(t&Za)!==ag&&(tm=!0),o=e,$(o,_T,o,a,h),(t&Za)!==ag&&(tm=!1))}c=c.next}while(c!==f)}}catch(y){Et(e,e.return,y)}}function Ns(t,e){iu(t)?(qe(),Wu(e,t),$l()):Wu(e,t)}function qd(t,e,a){iu(t)?(qe(),Nc(a,t,e),$l()):Nc(a,t,e)}function my(t){var e=t.updateQueue;if(e!==null){var a=t.stateNode;t.type.defaultProps||"ref"in t.memoizedProps||Wh||(a.props!==t.memoizedProps&&console.error("Expected %s props to match memoized props before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",P(t)||"instance"),a.state!==t.memoizedState&&console.error("Expected %s state to match memoized state before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",P(t)||"instance"));try{$(t,_o,e,a)}catch(c){Et(t,t.return,c)}}}function xs(t,e,a){return t.getSnapshotBeforeUpdate(e,a)}function Zp(t,e){var a=e.memoizedProps,c=e.memoizedState;e=t.stateNode,t.type.defaultProps||"ref"in t.memoizedProps||Wh||(e.props!==t.memoizedProps&&console.error("Expected %s props to match memoized props before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",P(t)||"instance"),e.state!==t.memoizedState&&console.error("Expected %s state to match memoized state before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",P(t)||"instance"));try{var o=uu(t.type,a),f=$(t,xs,e,o,c);a=Hb,f!==void 0||a.has(t.type)||(a.add(t.type),$(t,function(){console.error("%s.getSnapshotBeforeUpdate(): A snapshot value (or null) must be returned. You have returned undefined.",P(t))})),e.__reactInternalSnapshotBeforeUpdate=f}catch(d){Et(t,t.return,d)}}function Yd(t,e,a){a.props=uu(t.type,t.memoizedProps),a.state=t.memoizedState,iu(t)?(qe(),$(t,kS,t,e,a),$l()):$(t,kS,t,e,a)}function Lp(t){var e=t.ref;if(e!==null){switch(t.tag){case 26:case 27:case 5:var a=t.stateNode;break;case 30:a=t.stateNode;break;default:a=t.stateNode}if(typeof e=="function")if(iu(t))try{qe(),t.refCleanup=e(a)}finally{$l()}else t.refCleanup=e(a);else typeof e=="string"?console.error("String refs are no longer supported."):e.hasOwnProperty("current")||console.error("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().",P(t)),e.current=a}}function Ni(t,e){try{$(t,Lp,t)}catch(a){Et(t,e,a)}}function en(t,e){var a=t.ref,c=t.refCleanup;if(a!==null)if(typeof c=="function")try{if(iu(t))try{qe(),$(t,c)}finally{$l(t)}else $(t,c)}catch(o){Et(t,e,o)}finally{t.refCleanup=null,t=t.alternate,t!=null&&(t.refCleanup=null)}else if(typeof a=="function")try{if(iu(t))try{qe(),$(t,a,null)}finally{$l(t)}else $(t,a,null)}catch(o){Et(t,e,o)}else a.current=null}function yy(t,e,a,c){var o=t.memoizedProps,f=o.id,d=o.onCommit;o=o.onRender,e=e===null?"mount":"update",kv&&(e="nested-update"),typeof o=="function"&&o(f,e,t.actualDuration,t.treeBaseDuration,t.actualStartTime,a),typeof d=="function"&&d(f,e,c,a)}function wp(t,e,a,c){var o=t.memoizedProps;t=o.id,o=o.onPostCommit,e=e===null?"mount":"update",kv&&(e="nested-update"),typeof o=="function"&&o(t,e,c,a)}function xc(t){var e=t.type,a=t.memoizedProps,c=t.stateNode;try{$(t,nv,c,e,a,t)}catch(o){Et(t,t.return,o)}}function jd(t,e,a){try{$(t,nh,t.stateNode,t.type,a,e,t)}catch(c){Et(t,t.return,c)}}function py(t){return t.tag===5||t.tag===3||t.tag===26||t.tag===27&&Vc(t.type)||t.tag===4}function Gd(t){t:for(;;){for(;t.sibling===null;){if(t.return===null||py(t.return))return null;t=t.return}for(t.sibling.return=t.return,t=t.sibling;t.tag!==5&&t.tag!==6&&t.tag!==18;){if(t.tag===27&&Vc(t.type)||t.flags&2||t.child===null||t.tag===4)continue t;t.child.return=t,t=t.child}if(!(t.flags&2))return t.stateNode}}function Lo(t,e,a){var c=t.tag;if(c===5||c===6)t=t.stateNode,e?(cv(a),(a.nodeType===9?a.body:a.nodeName==="HTML"?a.ownerDocument.body:a).insertBefore(t,e)):(cv(a),e=a.nodeType===9?a.body:a.nodeName==="HTML"?a.ownerDocument.body:a,e.appendChild(t),a=a._reactRootContainer,a!=null||e.onclick!==null||(e.onclick=Ka));else if(c!==4&&(c===27&&Vc(t.type)&&(a=t.stateNode,e=null),t=t.child,t!==null))for(Lo(t,e,a),t=t.sibling;t!==null;)Lo(t,e,a),t=t.sibling}function qs(t,e,a){var c=t.tag;if(c===5||c===6)t=t.stateNode,e?a.insertBefore(t,e):a.appendChild(t);else if(c!==4&&(c===27&&Vc(t.type)&&(a=t.stateNode),t=t.child,t!==null))for(qs(t,e,a),t=t.sibling;t!==null;)qs(t,e,a),t=t.sibling}function vy(t){for(var e,a=t.return;a!==null;){if(py(a)){e=a;break}a=a.return}if(e==null)throw Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");switch(e.tag){case 27:e=e.stateNode,a=Gd(t),qs(t,a,e);break;case 5:a=e.stateNode,e.flags&32&&(uh(a),e.flags&=-33),e=Gd(t),qs(t,e,a);break;case 3:case 4:e=e.stateNode.containerInfo,a=Gd(t),Lo(t,a,e);break;default:throw Error("Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.")}}function gy(t){var e=t.stateNode,a=t.memoizedProps;try{$(t,yu,t.type,a,e,t)}catch(c){Et(t,t.return,c)}}function Sy(t,e){return e.tag===31?(e=e.memoizedState,t.memoizedState!==null&&e===null):e.tag===13?(t=t.memoizedState,e=e.memoizedState,t!==null&&t.dehydrated!==null&&(e===null||e.dehydrated===null)):e.tag===3?t.memoizedState.isDehydrated&&(e.flags&256)===0:!1}function wg(t,e){if(t=t.containerInfo,eS=_g,t=td(t),Om(t)){if("selectionStart"in t)var a={start:t.selectionStart,end:t.selectionEnd};else t:{a=(a=t.ownerDocument)&&a.defaultView||window;var c=a.getSelection&&a.getSelection();if(c&&c.rangeCount!==0){a=c.anchorNode;var o=c.anchorOffset,f=c.focusNode;c=c.focusOffset;try{a.nodeType,f.nodeType}catch{a=null;break t}var d=0,h=-1,y=-1,p=0,A=0,D=t,S=null;e:for(;;){for(var H;D!==a||o!==0&&D.nodeType!==3||(h=d+o),D!==f||c!==0&&D.nodeType!==3||(y=d+c),D.nodeType===3&&(d+=D.nodeValue.length),(H=D.firstChild)!==null;)S=D,D=H;for(;;){if(D===t)break e;if(S===a&&++p===o&&(h=d),S===f&&++A===c&&(y=d),(H=D.nextSibling)!==null)break;D=S,S=D.parentNode}D=H}a=h===-1||y===-1?null:{start:h,end:y}}else a=null}a=a||{start:0,end:0}}else a=null;for(lS={focusedElem:t,selectionRange:a},_g=!1,Vl=e;Vl!==null;)if(e=Vl,t=e.child,(e.subtreeFlags&1028)!==0&&t!==null)t.return=e,Vl=t;else for(;Vl!==null;){switch(t=e=Vl,a=t.alternate,o=t.flags,t.tag){case 0:if(o&4&&(t=t.updateQueue,t=t!==null?t.events:null,t!==null))for(a=0;a<t.length;a++)o=t[a],o.ref.impl=o.nextImpl;break;case 11:case 15:break;case 1:o&1024&&a!==null&&Zp(t,a);break;case 3:if(o&1024){if(t=t.stateNode.containerInfo,a=t.nodeType,a===9)af(t);else if(a===1)switch(t.nodeName){case"HEAD":case"HTML":case"BODY":af(t);break;default:t.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if(o&1024)throw Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}if(t=e.sibling,t!==null){t.return=e.return,Vl=t;break}Vl=e.return}}function Xd(t,e,a){var c=ze(),o=ka(),f=Oa(),d=Ia(),h=a.flags;switch(a.tag){case 0:case 11:case 15:Ba(t,a),h&4&&Vp(a,jn|Ru);break;case 1:if(Ba(t,a),h&4)if(t=a.stateNode,e===null)a.type.defaultProps||"ref"in a.memoizedProps||Wh||(t.props!==a.memoizedProps&&console.error("Expected %s props to match memoized props before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",P(a)||"instance"),t.state!==a.memoizedState&&console.error("Expected %s state to match memoized state before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",P(a)||"instance")),iu(a)?(qe(),$(a,A1,a,t),$l()):$(a,A1,a,t);else{var y=uu(a.type,e.memoizedProps);e=e.memoizedState,a.type.defaultProps||"ref"in a.memoizedProps||Wh||(t.props!==a.memoizedProps&&console.error("Expected %s props to match memoized props before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",P(a)||"instance"),t.state!==a.memoizedState&&console.error("Expected %s state to match memoized state before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",P(a)||"instance")),iu(a)?(qe(),$(a,$S,a,t,y,e,t.__reactInternalSnapshotBeforeUpdate),$l()):$(a,$S,a,t,y,e,t.__reactInternalSnapshotBeforeUpdate)}h&64&&my(a),h&512&&Ni(a,a.return);break;case 3:if(e=Fn(),Ba(t,a),h&64&&(h=a.updateQueue,h!==null)){if(y=null,a.child!==null)switch(a.child.tag){case 27:case 5:y=a.child.stateNode;break;case 1:y=a.child.stateNode}try{$(a,_o,h,y)}catch(A){Et(a,a.return,A)}}t.effectDuration+=Mo(e);break;case 27:e===null&&h&4&&gy(a);case 26:case 5:if(Ba(t,a),e===null){if(h&4)xc(a);else if(h&64){t=a.type,e=a.memoizedProps,y=a.stateNode;try{$(a,uv,y,t,e,a)}catch(A){Et(a,a.return,A)}}}h&512&&Ni(a,a.return);break;case 12:if(h&4){h=Fn(),Ba(t,a),t=a.stateNode,t.effectDuration+=Kl(h);try{$(a,yy,a,e,Mf,t.effectDuration)}catch(A){Et(a,a.return,A)}}else Ba(t,a);break;case 31:Ba(t,a),h&4&&Ty(t,a);break;case 13:Ba(t,a),h&4&&Ey(t,a),h&64&&(t=a.memoizedState,t!==null&&(t=t.dehydrated,t!==null&&(h=ku.bind(null,a),vv(t,h))));break;case 22:if(h=a.memoizedState!==null||co,!h){e=e!==null&&e.memoizedState!==null||Al,y=co;var p=Al;co=h,(Al=e)&&!p?(On(t,a,(a.subtreeFlags&8772)!==0),(a.mode&Ot)!==st&&0<=nt&&0<=ot&&.05<ot-nt&&ed(a,nt,ot)):Ba(t,a),co=y,Al=p}break;case 30:break;default:Ba(t,a)}(a.mode&Ot)!==st&&0<=nt&&0<=ot&&((Ke||.05<Ge)&&pn(a,nt,ot,Ge,Ne),a.alternate===null&&a.return!==null&&a.return.alternate!==null&&.05<ot-nt&&(Sy(a.return.alternate,a.return)||$a(a,nt,ot,"Mount"))),dl(c),Da(o),Ne=f,Ke=d}function we(t){var e=t.alternate;e!==null&&(t.alternate=null,we(e)),t.child=null,t.deletions=null,t.sibling=null,t.tag===5&&(e=t.stateNode,e!==null&&rm(e)),t.stateNode=null,t._debugOwner=null,t.return=null,t.dependencies=null,t.memoizedProps=null,t.memoizedState=null,t.pendingProps=null,t.stateNode=null,t.updateQueue=null}function Ee(t,e,a){for(a=a.child;a!==null;)by(t,e,a),a=a.sibling}function by(t,e,a){if(cl&&typeof cl.onCommitFiberUnmount=="function")try{cl.onCommitFiberUnmount(Ki,a)}catch(p){vu||(vu=!0,console.error("React instrumentation encountered an error: %o",p))}var c=ze(),o=ka(),f=Oa(),d=Ia();switch(a.tag){case 26:Al||en(a,e),Ee(t,e,a),a.memoizedState?a.memoizedState.count--:a.stateNode&&(t=a.stateNode,t.parentNode.removeChild(t));break;case 27:Al||en(a,e);var h=zl,y=cn;Vc(a.type)&&(zl=a.stateNode,cn=!1),Ee(t,e,a),$(a,ec,a.stateNode),zl=h,cn=y;break;case 5:Al||en(a,e);case 6:if(h=zl,y=cn,zl=null,Ee(t,e,a),zl=h,cn=y,zl!==null)if(cn)try{$(a,ov,zl,a.stateNode)}catch(p){Et(a,e,p)}else try{$(a,iv,zl,a.stateNode)}catch(p){Et(a,e,p)}break;case 18:zl!==null&&(cn?(t=zl,Gi(t.nodeType===9?t.body:t.nodeName==="HTML"?t.ownerDocument.body:t,a.stateNode),Zi(t)):Gi(zl,a.stateNode));break;case 4:h=zl,y=cn,zl=a.stateNode.containerInfo,cn=!0,Ee(t,e,a),zl=h,cn=y;break;case 0:case 11:case 14:case 15:Nc(Za,a,e),Al||xd(a,e,jn),Ee(t,e,a);break;case 1:Al||(en(a,e),h=a.stateNode,typeof h.componentWillUnmount=="function"&&Yd(a,e,h)),Ee(t,e,a);break;case 21:Ee(t,e,a);break;case 22:Al=(h=Al)||a.memoizedState!==null,Ee(t,e,a),Al=h;break;default:Ee(t,e,a)}(a.mode&Ot)!==st&&0<=nt&&0<=ot&&(Ke||.05<Ge)&&pn(a,nt,ot,Ge,Ne),dl(c),Da(o),Ne=f,Ke=d}function Ty(t,e){if(e.memoizedState===null&&(t=e.alternate,t!==null&&(t=t.memoizedState,t!==null))){t=t.dehydrated;try{$(e,ch,t)}catch(a){Et(e,e.return,a)}}}function Ey(t,e){if(e.memoizedState===null&&(t=e.alternate,t!==null&&(t=t.memoizedState,t!==null&&(t=t.dehydrated,t!==null))))try{$(e,Zy,t)}catch(a){Et(e,e.return,a)}}function Jp(t){switch(t.tag){case 31:case 13:case 19:var e=t.stateNode;return e===null&&(e=t.stateNode=new Bb),e;case 22:return t=t.stateNode,e=t._retryCache,e===null&&(e=t._retryCache=new Bb),e;default:throw Error("Unexpected Suspense handler tag ("+t.tag+"). This is a bug in React.")}}function qc(t,e){var a=Jp(t);e.forEach(function(c){if(!a.has(c)){if(a.add(c),gu)if(Fh!==null&&kh!==null)Fo(kh,Fh);else throw Error("Expected finished root and lanes to be set. This is a bug in React.");var o=Yi.bind(null,t,c);c.then(o,o)}})}function Pl(t,e){var a=e.deletions;if(a!==null)for(var c=0;c<a.length;c++){var o=t,f=e,d=a[c],h=ze(),y=f;t:for(;y!==null;){switch(y.tag){case 27:if(Vc(y.type)){zl=y.stateNode,cn=!1;break t}break;case 5:zl=y.stateNode,cn=!1;break t;case 3:case 4:zl=y.stateNode.containerInfo,cn=!0;break t}y=y.return}if(zl===null)throw Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");by(o,f,d),zl=null,cn=!1,(d.mode&Ot)!==st&&0<=nt&&0<=ot&&.05<ot-nt&&$a(d,nt,ot,"Unmount"),dl(h),o=d,f=o.alternate,f!==null&&(f.return=null),o.return=null}if(e.subtreeFlags&13886)for(e=e.child;e!==null;)Ys(e,t),e=e.sibling}function Ys(t,e){var a=ze(),c=ka(),o=Oa(),f=Ia(),d=t.alternate,h=t.flags;switch(t.tag){case 0:case 11:case 14:case 15:Pl(e,t),ta(t),h&4&&(Nc(Za|Ru,t,t.return),Wu(Za|Ru,t),xd(t,t.return,jn|Ru));break;case 1:if(Pl(e,t),ta(t),h&512&&(Al||d===null||en(d,d.return)),h&64&&co&&(h=t.updateQueue,h!==null&&(d=h.callbacks,d!==null))){var y=h.shared.hiddenCallbacks;h.shared.hiddenCallbacks=y===null?d:y.concat(d)}break;case 26:if(y=ic,Pl(e,t),ta(t),h&512&&(Al||d===null||en(d,d.return)),h&4){var p=d!==null?d.memoizedState:null;if(h=t.memoizedState,d===null)if(h===null)if(t.stateNode===null){t:{h=t.type,d=t.memoizedProps,y=y.ownerDocument||y;e:switch(h){case"title":p=y.getElementsByTagName("title")[0],(!p||p[Sf]||p[Me]||p.namespaceURI===At||p.hasAttribute("itemprop"))&&(p=y.createElement(h),y.head.insertBefore(p,y.querySelector("head > title"))),Oe(p,h,d),p[Me]=t,Qe(p),h=p;break t;case"link":var A=cf("link","href",y).get(h+(d.href||""));if(A){for(var D=0;D<A.length;D++)if(p=A[D],p.getAttribute("href")===(d.href==null||d.href===""?null:d.href)&&p.getAttribute("rel")===(d.rel==null?null:d.rel)&&p.getAttribute("title")===(d.title==null?null:d.title)&&p.getAttribute("crossorigin")===(d.crossOrigin==null?null:d.crossOrigin)){A.splice(D,1);break e}}p=y.createElement(h),Oe(p,h,d),y.head.appendChild(p);break;case"meta":if(A=cf("meta","content",y).get(h+(d.content||""))){for(D=0;D<A.length;D++)if(p=A[D],fe(d.content,"content"),p.getAttribute("content")===(d.content==null?null:""+d.content)&&p.getAttribute("name")===(d.name==null?null:d.name)&&p.getAttribute("property")===(d.property==null?null:d.property)&&p.getAttribute("http-equiv")===(d.httpEquiv==null?null:d.httpEquiv)&&p.getAttribute("charset")===(d.charSet==null?null:d.charSet)){A.splice(D,1);break e}}p=y.createElement(h),Oe(p,h,d),y.head.appendChild(p);break;default:throw Error('getNodesForType encountered a type it did not expect: "'+h+'". This is a bug in React.')}p[Me]=t,Qe(p),h=p}t.stateNode=h}else Tv(y,t.type,t.stateNode);else t.stateNode=fh(y,h,t.memoizedProps);else p!==h?(p===null?d.stateNode!==null&&(d=d.stateNode,d.parentNode.removeChild(d)):p.count--,h===null?Tv(y,t.type,t.stateNode):fh(y,h,t.memoizedProps)):h===null&&t.stateNode!==null&&jd(t,t.memoizedProps,d.memoizedProps)}break;case 27:Pl(e,t),ta(t),h&512&&(Al||d===null||en(d,d.return)),d!==null&&h&4&&jd(t,t.memoizedProps,d.memoizedProps);break;case 5:if(Pl(e,t),ta(t),h&512&&(Al||d===null||en(d,d.return)),t.flags&32){y=t.stateNode;try{$(t,uh,y)}catch(K){Et(t,t.return,K)}}h&4&&t.stateNode!=null&&(y=t.memoizedProps,jd(t,y,d!==null?d.memoizedProps:y)),h&1024&&(q1=!0,t.type!=="form"&&console.error("Unexpected host component type. Expected a form. This is a bug in React."));break;case 6:if(Pl(e,t),ta(t),h&4){if(t.stateNode===null)throw Error("This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue.");h=t.memoizedProps,d=d!==null?d.memoizedProps:h,y=t.stateNode;try{$(t,Jg,y,d,h)}catch(K){Et(t,t.return,K)}}break;case 3:if(y=Fn(),Rg=null,p=ic,ic=ih(e.containerInfo),Pl(e,t),ic=p,ta(t),h&4&&d!==null&&d.memoizedState.isDehydrated)try{$(t,Vy,e.containerInfo)}catch(K){Et(t,t.return,K)}q1&&(q1=!1,Kp(t)),e.effectDuration+=Mo(y);break;case 4:h=ic,ic=ih(t.stateNode.containerInfo),Pl(e,t),ta(t),ic=h;break;case 12:h=Fn(),Pl(e,t),ta(t),t.stateNode.effectDuration+=Kl(h);break;case 31:Pl(e,t),ta(t),h&4&&(h=t.updateQueue,h!==null&&(t.updateQueue=null,qc(t,h)));break;case 13:Pl(e,t),ta(t),t.child.flags&8192&&t.memoizedState!==null!=(d!==null&&d.memoizedState!==null)&&(hg=gl()),h&4&&(h=t.updateQueue,h!==null&&(t.updateQueue=null,qc(t,h)));break;case 22:y=t.memoizedState!==null;var S=d!==null&&d.memoizedState!==null,H=co,w=Al;if(co=H||y,Al=w||S,Pl(e,t),Al=w,co=H,S&&!y&&!H&&!w&&(t.mode&Ot)!==st&&0<=nt&&0<=ot&&.05<ot-nt&&ed(t,nt,ot),ta(t),h&8192)t:for(e=t.stateNode,e._visibility=y?e._visibility&~z0:e._visibility|z0,!y||d===null||S||co||Al||(Yc(t),(t.mode&Ot)!==st&&0<=nt&&0<=ot&&.05<ot-nt&&$a(t,nt,ot,"Disconnect")),d=null,e=t;;){if(e.tag===5||e.tag===26){if(d===null){S=d=e;try{p=S.stateNode,y?$(S,sv,p):$(S,hv,S.stateNode,S.memoizedProps)}catch(K){Et(S,S.return,K)}}}else if(e.tag===6){if(d===null){S=e;try{A=S.stateNode,y?$(S,rv,A):$(S,mv,A,S.memoizedProps)}catch(K){Et(S,S.return,K)}}}else if(e.tag===18){if(d===null){S=e;try{D=S.stateNode,y?$(S,fv,D):$(S,dv,S.stateNode)}catch(K){Et(S,S.return,K)}}}else if((e.tag!==22&&e.tag!==23||e.memoizedState===null||e===t)&&e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break t;for(;e.sibling===null;){if(e.return===null||e.return===t)break t;d===e&&(d=null),e=e.return}d===e&&(d=null),e.sibling.return=e.return,e=e.sibling}h&4&&(h=t.updateQueue,h!==null&&(d=h.retryQueue,d!==null&&(h.retryQueue=null,qc(t,d))));break;case 19:Pl(e,t),ta(t),h&4&&(h=t.updateQueue,h!==null&&(t.updateQueue=null,qc(t,h)));break;case 30:break;case 21:break;default:Pl(e,t),ta(t)}(t.mode&Ot)!==st&&0<=nt&&0<=ot&&((Ke||.05<Ge)&&pn(t,nt,ot,Ge,Ne),t.alternate===null&&t.return!==null&&t.return.alternate!==null&&.05<ot-nt&&(Sy(t.return.alternate,t.return)||$a(t,nt,ot,"Mount"))),dl(a),Da(c),Ne=o,Ke=f}function ta(t){var e=t.flags;if(e&2){try{$(t,vy,t)}catch(a){Et(t,t.return,a)}t.flags&=-3}e&4096&&(t.flags&=-4097)}function Kp(t){if(t.subtreeFlags&1024)for(t=t.child;t!==null;){var e=t;Kp(e),e.tag===5&&e.flags&1024&&e.stateNode.reset(),t=t.sibling}}function Ba(t,e){if(e.subtreeFlags&8772)for(e=e.child;e!==null;)Xd(t,e.alternate,e),e=e.sibling}function Qd(t){var e=ze(),a=ka(),c=Oa(),o=Ia();switch(t.tag){case 0:case 11:case 14:case 15:xd(t,t.return,jn),Yc(t);break;case 1:en(t,t.return);var f=t.stateNode;typeof f.componentWillUnmount=="function"&&Yd(t,t.return,f),Yc(t);break;case 27:$(t,ec,t.stateNode);case 26:case 5:en(t,t.return),Yc(t);break;case 22:t.memoizedState===null&&Yc(t);break;case 30:Yc(t);break;default:Yc(t)}(t.mode&Ot)!==st&&0<=nt&&0<=ot&&(Ke||.05<Ge)&&pn(t,nt,ot,Ge,Ne),dl(e),Da(a),Ne=c,Ke=o}function Yc(t){for(t=t.child;t!==null;)Qd(t),t=t.sibling}function Ay(t,e,a,c){var o=ze(),f=ka(),d=Oa(),h=Ia(),y=a.flags;switch(a.tag){case 0:case 11:case 15:On(t,a,c),Vp(a,jn);break;case 1:if(On(t,a,c),e=a.stateNode,typeof e.componentDidMount=="function"&&$(a,A1,a,e),e=a.updateQueue,e!==null){t=a.stateNode;try{$(a,Lm,e,t)}catch(p){Et(a,a.return,p)}}c&&y&64&&my(a),Ni(a,a.return);break;case 27:gy(a);case 26:case 5:On(t,a,c),c&&e===null&&y&4&&xc(a),Ni(a,a.return);break;case 12:if(c&&y&4){y=Fn(),On(t,a,c),c=a.stateNode,c.effectDuration+=Kl(y);try{$(a,yy,a,e,Mf,c.effectDuration)}catch(p){Et(a,a.return,p)}}else On(t,a,c);break;case 31:On(t,a,c),c&&y&4&&Ty(t,a);break;case 13:On(t,a,c),c&&y&4&&Ey(t,a);break;case 22:a.memoizedState===null&&On(t,a,c),Ni(a,a.return);break;case 30:break;default:On(t,a,c)}(a.mode&Ot)!==st&&0<=nt&&0<=ot&&(Ke||.05<Ge)&&pn(a,nt,ot,Ge,Ne),dl(o),Da(f),Ne=d,Ke=h}function On(t,e,a){for(a=a&&(e.subtreeFlags&8772)!==0,e=e.child;e!==null;)Ay(t,e.alternate,e,a),e=e.sibling}function js(t,e){var a=null;t!==null&&t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(a=t.memoizedState.cachePool.pool),t=null,e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(t=e.memoizedState.cachePool.pool),t!==a&&(t!=null&&vi(t),a!=null&&ss(a))}function Gs(t,e){t=null,e.alternate!==null&&(t=e.alternate.memoizedState.cache),e=e.memoizedState.cache,e!==t&&(vi(e),t!=null&&ss(t))}function Na(t,e,a,c,o){if(e.subtreeFlags&10256||e.actualDuration!==0&&(e.alternate===null||e.alternate.child!==e.child))for(e=e.child;e!==null;){var f=e.sibling;zy(t,e,a,c,f!==null?f.actualStartTime:o),e=f}}function zy(t,e,a,c,o){var f=ze(),d=ka(),h=Oa(),y=Ia(),p=Af,A=e.flags;switch(e.tag){case 0:case 11:case 15:(e.mode&Ot)!==st&&0<e.actualStartTime&&e.flags&1&&ld(e,e.actualStartTime,o,Bl,a),Na(t,e,a,c,o),A&2048&&Ns(e,La|Ru);break;case 1:(e.mode&Ot)!==st&&0<e.actualStartTime&&(e.flags&128?Rm(e,e.actualStartTime,o,[]):e.flags&1&&ld(e,e.actualStartTime,o,Bl,a)),Na(t,e,a,c,o);break;case 3:var D=Fn(),S=Bl;Bl=e.alternate!==null&&e.alternate.memoizedState.isDehydrated&&(e.flags&256)===0,Na(t,e,a,c,o),Bl=S,A&2048&&(a=null,e.alternate!==null&&(a=e.alternate.memoizedState.cache),c=e.memoizedState.cache,c!==a&&(vi(c),a!=null&&ss(a))),t.passiveEffectDuration+=Mo(D);break;case 12:if(A&2048){A=Fn(),Na(t,e,a,c,o),t=e.stateNode,t.passiveEffectDuration+=Kl(A);try{$(e,wp,e,e.alternate,Mf,t.passiveEffectDuration)}catch(H){Et(e,e.return,H)}}else Na(t,e,a,c,o);break;case 31:A=Bl,D=e.alternate!==null?e.alternate.memoizedState:null,S=e.memoizedState,D!==null&&S===null?(S=e.deletions,S!==null&&0<S.length&&S[0].tag===18?(Bl=!1,D=D.hydrationErrors,D!==null&&Rm(e,e.actualStartTime,o,D)):Bl=!0):Bl=!1,Na(t,e,a,c,o),Bl=A;break;case 13:A=Bl,D=e.alternate!==null?e.alternate.memoizedState:null,S=e.memoizedState,D===null||D.dehydrated===null||S!==null&&S.dehydrated!==null?Bl=!1:(S=e.deletions,S!==null&&0<S.length&&S[0].tag===18?(Bl=!1,D=D.hydrationErrors,D!==null&&Rm(e,e.actualStartTime,o,D)):Bl=!0),Na(t,e,a,c,o),Bl=A;break;case 23:break;case 22:S=e.stateNode,D=e.alternate,e.memoizedState!==null?S._visibility&Fi?Na(t,e,a,c,o):xi(t,e,a,c,o):S._visibility&Fi?Na(t,e,a,c,o):(S._visibility|=Fi,jc(t,e,a,c,(e.subtreeFlags&10256)!==0||e.actualDuration!==0&&(e.alternate===null||e.alternate.child!==e.child),o),(e.mode&Ot)===st||Bl||(t=e.actualStartTime,0<=t&&.05<o-t&&ed(e,t,o),0<=nt&&0<=ot&&.05<ot-nt&&ed(e,nt,ot))),A&2048&&js(D,e);break;case 24:Na(t,e,a,c,o),A&2048&&Gs(e.alternate,e);break;default:Na(t,e,a,c,o)}(e.mode&Ot)!==st&&((t=!Bl&&e.alternate===null&&e.return!==null&&e.return.alternate!==null)&&(a=e.actualStartTime,0<=a&&.05<o-a&&$a(e,a,o,"Mount")),0<=nt&&0<=ot&&((Ke||.05<Ge)&&pn(e,nt,ot,Ge,Ne),t&&.05<ot-nt&&$a(e,nt,ot,"Mount"))),dl(f),Da(d),Ne=h,Ke=y,Af=p}function jc(t,e,a,c,o,f){for(o=o&&((e.subtreeFlags&10256)!==0||e.actualDuration!==0&&(e.alternate===null||e.alternate.child!==e.child)),e=e.child;e!==null;){var d=e.sibling;Xs(t,e,a,c,o,d!==null?d.actualStartTime:f),e=d}}function Xs(t,e,a,c,o,f){var d=ze(),h=ka(),y=Oa(),p=Ia(),A=Af;o&&(e.mode&Ot)!==st&&0<e.actualStartTime&&e.flags&1&&ld(e,e.actualStartTime,f,Bl,a);var D=e.flags;switch(e.tag){case 0:case 11:case 15:jc(t,e,a,c,o,f),Ns(e,La);break;case 23:break;case 22:var S=e.stateNode;e.memoizedState!==null?S._visibility&Fi?jc(t,e,a,c,o,f):xi(t,e,a,c,f):(S._visibility|=Fi,jc(t,e,a,c,o,f)),o&&D&2048&&js(e.alternate,e);break;case 24:jc(t,e,a,c,o,f),o&&D&2048&&Gs(e.alternate,e);break;default:jc(t,e,a,c,o,f)}(e.mode&Ot)!==st&&0<=nt&&0<=ot&&(Ke||.05<Ge)&&pn(e,nt,ot,Ge,Ne),dl(d),Da(h),Ne=y,Ke=p,Af=A}function xi(t,e,a,c,o){if(e.subtreeFlags&10256||e.actualDuration!==0&&(e.alternate===null||e.alternate.child!==e.child))for(var f=e.child;f!==null;){e=f.sibling;var d=t,h=a,y=c,p=e!==null?e.actualStartTime:o,A=Af;(f.mode&Ot)!==st&&0<f.actualStartTime&&f.flags&1&&ld(f,f.actualStartTime,p,Bl,h);var D=f.flags;switch(f.tag){case 22:xi(d,f,h,y,p),D&2048&&js(f.alternate,f);break;case 24:xi(d,f,h,y,p),D&2048&&Gs(f.alternate,f);break;default:xi(d,f,h,y,p)}Af=A,f=e}}function qi(t,e,a){if(t.subtreeFlags&L0)for(t=t.child;t!==null;)Vd(t,e,a),t=t.sibling}function Vd(t,e,a){switch(t.tag){case 26:qi(t,e,a),t.flags&L0&&t.memoizedState!==null&&$y(a,ic,t.memoizedState,t.memoizedProps);break;case 5:qi(t,e,a);break;case 3:case 4:var c=ic;ic=ih(t.stateNode.containerInfo),qi(t,e,a),ic=c;break;case 22:t.memoizedState===null&&(c=t.alternate,c!==null&&c.memoizedState!==null?(c=L0,L0=16777216,qi(t,e,a),L0=c):qi(t,e,a));break;default:qi(t,e,a)}}function Dy(t){var e=t.alternate;if(e!==null&&(t=e.child,t!==null)){e.child=null;do e=t.sibling,t.sibling=null,t=e;while(t!==null)}}function xa(t){var e=t.deletions;if(t.flags&16){if(e!==null)for(var a=0;a<e.length;a++){var c=e[a],o=ze();Vl=c,ou(c,t),(c.mode&Ot)!==st&&0<=nt&&0<=ot&&.05<ot-nt&&$a(c,nt,ot,"Unmount"),dl(o)}Dy(t)}if(t.subtreeFlags&10256)for(t=t.child;t!==null;)Zd(t),t=t.sibling}function Zd(t){var e=ze(),a=ka(),c=Oa(),o=Ia();switch(t.tag){case 0:case 11:case 15:xa(t),t.flags&2048&&qd(t,t.return,La|Ru);break;case 3:var f=Fn();xa(t),t.stateNode.passiveEffectDuration+=Mo(f);break;case 12:f=Fn(),xa(t),t.stateNode.passiveEffectDuration+=Kl(f);break;case 22:f=t.stateNode,t.memoizedState!==null&&f._visibility&Fi&&(t.return===null||t.return.tag!==13)?(f._visibility&=~Fi,Ld(t),(t.mode&Ot)!==st&&0<=nt&&0<=ot&&.05<ot-nt&&$a(t,nt,ot,"Disconnect")):xa(t);break;default:xa(t)}(t.mode&Ot)!==st&&0<=nt&&0<=ot&&(Ke||.05<Ge)&&pn(t,nt,ot,Ge,Ne),dl(e),Da(a),Ke=o,Ne=c}function Ld(t){var e=t.deletions;if(t.flags&16){if(e!==null)for(var a=0;a<e.length;a++){var c=e[a],o=ze();Vl=c,ou(c,t),(c.mode&Ot)!==st&&0<=nt&&0<=ot&&.05<ot-nt&&$a(c,nt,ot,"Unmount"),dl(o)}Dy(t)}for(t=t.child;t!==null;)Oy(t),t=t.sibling}function Oy(t){var e=ze(),a=ka(),c=Oa(),o=Ia();switch(t.tag){case 0:case 11:case 15:qd(t,t.return,La),Ld(t);break;case 22:var f=t.stateNode;f._visibility&Fi&&(f._visibility&=~Fi,Ld(t));break;default:Ld(t)}(t.mode&Ot)!==st&&0<=nt&&0<=ot&&(Ke||.05<Ge)&&pn(t,nt,ot,Ge,Ne),dl(e),Da(a),Ke=o,Ne=c}function ou(t,e){for(;Vl!==null;){var a=Vl,c=a,o=e,f=ze(),d=ka(),h=Oa(),y=Ia();switch(c.tag){case 0:case 11:case 15:qd(c,o,La);break;case 23:case 22:c.memoizedState!==null&&c.memoizedState.cachePool!==null&&(o=c.memoizedState.cachePool.pool,o!=null&&vi(o));break;case 24:ss(c.memoizedState.cache)}if((c.mode&Ot)!==st&&0<=nt&&0<=ot&&(Ke||.05<Ge)&&pn(c,nt,ot,Ge,Ne),dl(f),Da(d),Ke=y,Ne=h,c=a.child,c!==null)c.return=a,Vl=c;else t:for(a=t;Vl!==null;){if(c=Vl,f=c.sibling,d=c.return,we(c),c===a){Vl=null;break t}if(f!==null){f.return=d,Vl=f;break t}Vl=d}}}function My(){qT.forEach(function(t){return t()})}function Ry(){var t=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0;return t||N.actQueue===null||console.error("The current testing environment is not configured to support act(...)"),t}function jl(t){if((Kt&Nl)!==Zl&&Rt!==0)return Rt&-Rt;var e=N.T;return e!==null?(e._updatedFibers||(e._updatedFibers=new Set),e._updatedFibers.add(t),jy()):rp()}function wo(){if(fn===0)if(!(Rt&536870912)||Gt){var t=fr;fr<<=1,!(fr&3932160)&&(fr=262144),fn=t}else fn=536870912;return t=Yn.current,t!==null&&(t.flags|=32),fn}function rt(t,e,a){if(tm&&console.error("useInsertionEffect must not schedule updates."),K1&&(vg=!0),(t===Te&&(ye===Dr||ye===Or)||t.cancelPendingCommit!==null)&&(fu(t,0),ln(t,Rt,fn,!1)),rc(t,a),(Kt&Nl)!==Zl&&t===Te){if(pu)switch(e.tag){case 0:case 11:case 15:t=Ct&&P(Ct)||"Unknown",$b.has(t)||($b.add(t),e=P(e)||"Unknown",console.error("Cannot update a component (`%s`) while rendering a different component (`%s`). To locate the bad setState() call inside `%s`, follow the stack trace as described in https://react.dev/link/setstate-in-render",e,t,t));break;case 1:Kb||(console.error("Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state."),Kb=!0)}}else gu&&da(t,e,a),Ls(e),t===Te&&((Kt&Nl)===Zl&&(xf|=a),Xe===Hf&&ln(t,Rt,fn,!1)),pa(t)}function $p(t,e,a){if((Kt&(Nl|Gn))!==Zl)throw Error("Should not already be working.");if(Rt!==0&&Ct!==null){var c=Ct,o=gl();switch(XS){case K0:case Dr:var f=C0;Re&&((c=c._debugTask)?c.run(console.timeStamp.bind(console,"Suspended",f,o,bu,void 0,"primary-light")):console.timeStamp("Suspended",f,o,bu,void 0,"primary-light"));break;case Or:f=C0,Re&&((c=c._debugTask)?c.run(console.timeStamp.bind(console,"Action",f,o,bu,void 0,"primary-light")):console.timeStamp("Action",f,o,bu,void 0,"primary-light"));break;default:Re&&(c=o-C0,3>c||console.timeStamp("Blocked",C0,o,bu,void 0,5>c?"primary-light":10>c?"primary":100>c?"primary-dark":"error"))}}f=(a=!a&&(e&127)===0&&(e&t.expiredLanes)===0||Rl(t,e))?Fu(t,e):$o(t,e,!0);var d=a;do{if(f===io){Ih&&!a&&ln(t,e,0,!1),e=ye,C0=bl(),XS=e;break}else{if(c=gl(),o=t.current.alternate,d&&!Fp(o)){yn(e),o=Ql,f=c,!Re||f<=o||(tl?tl.run(console.timeStamp.bind(console,"Teared Render",o,f,Lt,Xt,"error")):console.timeStamp("Teared Render",o,f,Lt,Xt,"error")),Gc(e,c),f=$o(t,e,!1),d=!1;continue}if(f===zr){if(d=e,t.errorRecoveryDisabledLanes&d)var h=0;else h=t.pendingLanes&-536870913,h=h!==0?h:h&536870912?536870912:0;if(h!==0){yn(e),Um(Ql,c,e,tl),Gc(e,c),e=h;t:{c=t,f=d,d=W0;var y=c.current.memoizedState.isDehydrated;if(y&&(fu(c,h).flags|=256),h=$o(c,h,!1),h!==zr){if(G1&&!y){c.errorRecoveryDisabledLanes|=f,xf|=f,f=Hf;break t}c=wa,wa=d,c!==null&&(wa===null?wa=c:wa.push.apply(wa,c))}f=h}if(d=!1,f!==zr)continue;c=gl()}}if(f===J0){yn(e),Um(Ql,c,e,tl),Gc(e,c),fu(t,0),ln(t,e,0,!0);break}t:{switch(a=t,f){case io:case J0:throw Error("Root did not complete. This is a bug in React.");case Hf:if((e&4194048)!==e)break;case fg:yn(e),zp(Ql,c,e,tl),Gc(e,c),o=e,o&127?$v=c:o&4194048&&(Wv=c),ln(a,e,fn,!Bf);break t;case zr:wa=null;break;case og:case Nb:break;default:throw Error("Unknown root exit status.")}if(N.actQueue!==null)ge(a,o,e,wa,F0,dg,fn,xf,Mr,f,null,null,Ql,c);else{if((e&62914560)===e&&(d=hg+Yb-gl(),10<d)){if(ln(a,e,fn,!Bf),qr(a,0,!0)!==0)break t;oc=e,a.timeoutHandle=l2(Wp.bind(null,a,o,wa,F0,dg,e,fn,xf,Mr,Bf,f,"Throttled",Ql,c),d);break t}Wp(a,o,wa,F0,dg,e,fn,xf,Mr,Bf,f,null,Ql,c)}}}break}while(!0);pa(t)}function Wp(t,e,a,c,o,f,d,h,y,p,A,D,S,H){t.timeoutHandle=Hr;var w=e.subtreeFlags,K=null;if((w&8192||(w&16785408)===16785408)&&(K={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:Ka},Vd(e,f,K),w=(f&62914560)===f?hg-gl():(f&4194048)===f?qb-gl():0,w=sh(K,w),w!==null)){oc=f,t.cancelPendingCommit=w(ge.bind(null,t,e,f,a,c,o,d,h,y,A,K,K.waitingForViewTransition?"Waiting for the previous Animation":0<K.count?0<K.imgCount?"Suspended on CSS and Images":"Suspended on CSS":K.imgCount===1?"Suspended on an Image":0<K.imgCount?"Suspended on Images":null,S,H)),ln(t,f,d,!p);return}ge(t,e,f,a,c,o,d,h,y,A,K,D,S,H)}function Fp(t){for(var e=t;;){var a=e.tag;if((a===0||a===11||a===15)&&e.flags&16384&&(a=e.updateQueue,a!==null&&(a=a.stores,a!==null)))for(var c=0;c<a.length;c++){var o=a[c],f=o.getSnapshot;o=o.value;try{if(!Qa(f(),o))return!1}catch{return!1}}if(a=e.child,e.subtreeFlags&16384&&a!==null)a.return=e,e=a;else{if(e===t)break;for(;e.sibling===null;){if(e.return===null||e.return===t)return!0;e=e.return}e.sibling.return=e.return,e=e.sibling}}return!0}function ln(t,e,a,c){e&=~X1,e&=~xf,t.suspendedLanes|=e,t.pingedLanes&=~e,c&&(t.warmLanes|=e),c=t.expirationTimes;for(var o=e;0<o;){var f=31-_l(o),d=1<<f;c[f]=-1,o&=~d}a!==0&&sm(t,a,e)}function qa(){return(Kt&(Nl|Gn))===Zl?(ru(0),!1):!0}function wd(){if(Ct!==null){if(ye===on)var t=Ct.return;else t=Ct,Do(),zc(t),Zh=null,G0=0,t=Ct;for(;t!==null;)hy(t.alternate,t),t=t.return;Ct=null}}function Gc(t,e){t&127&&(yr=e),t&4194048&&(eo=e),t&62914560&&(jS=e),t&2080374784&&(GS=e)}function fu(t,e){Re&&(console.timeStamp("Blocking Track",.003,.003,"Blocking",Xt,"primary-light"),console.timeStamp("Transition Track",.003,.003,"Transition",Xt,"primary-light"),console.timeStamp("Suspense Track",.003,.003,"Suspense",Xt,"primary-light"),console.timeStamp("Idle Track",.003,.003,"Idle",Xt,"primary-light"));var a=Ql;if(Ql=bl(),Rt!==0&&0<a){if(yn(Rt),Xe===og||Xe===Hf)zp(a,Ql,e,tl);else{var c=Ql,o=tl;if(Re&&!(c<=a)){var f=(e&738197653)===e?"tertiary-dark":"primary-dark",d=(e&536870912)===e?"Prewarm":(e&201326741)===e?"Interrupted Hydration":"Interrupted Render";o?o.run(console.timeStamp.bind(console,d,a,c,Lt,Xt,f)):console.timeStamp(d,a,c,Lt,Xt,f)}}Gc(Rt,Ql)}if(a=tl,tl=null,e&127){tl=M0,o=0<=Fc&&Fc<yr?yr:Fc,c=0<=pr&&pr<yr?yr:pr,f=0<=c?c:0<=o?o:Ql,0<=$v?(yn(2),Dp($v,f,e,a)):Fv&127,a=o;var h=c,y=R0,p=0<Xh,A=Rf===O0,D=Rf===Kv;if(o=Ql,c=M0,f=g1,d=S1,Re){if(Lt="Blocking",0<a?a>o&&(a=o):a=o,0<h?h>a&&(h=a):h=a,y!==null&&a>h){var S=p?"secondary-light":"warning";c?c.run(console.timeStamp.bind(console,p?"Consecutive":"Event: "+y,h,a,Lt,Xt,S)):console.timeStamp(p?"Consecutive":"Event: "+y,h,a,Lt,Xt,S)}o>a&&(h=A?"error":(e&738197653)===e?"tertiary-light":"primary-light",A=D?"Promise Resolved":A?"Cascading Update":5<o-a?"Update Blocked":"Update",D=[],d!=null&&D.push(["Component name",d]),f!=null&&D.push(["Method name",f]),a={start:a,end:o,detail:{devtools:{properties:D,track:Lt,trackGroup:Xt,color:h}}},c?c.run(performance.measure.bind(performance,A,a)):performance.measure(A,a))}Fc=-1.1,Rf=0,S1=g1=null,$v=-1.1,Xh=pr,pr=-1.1,yr=bl()}if(e&4194048&&(tl=U0,o=0<=lo&&lo<eo?eo:lo,a=0<=Ou&&Ou<eo?eo:Ou,c=0<=Uf&&Uf<eo?eo:Uf,f=0<=c?c:0<=a?a:Ql,0<=Wv?(yn(256),Dp(Wv,f,e,tl)):Fv&4194048,D=c,h=vr,y=0<Cf,p=b1===Kv,f=Ql,c=U0,d=qS,A=YS,Re&&(Lt="Transition",0<a?a>f&&(a=f):a=f,0<o?o>a&&(o=a):o=a,0<D?D>o&&(D=o):D=o,o>D&&h!==null&&(S=y?"secondary-light":"warning",c?c.run(console.timeStamp.bind(console,y?"Consecutive":"Event: "+h,D,o,Lt,Xt,S)):console.timeStamp(y?"Consecutive":"Event: "+h,D,o,Lt,Xt,S)),a>o&&(c?c.run(console.timeStamp.bind(console,"Action",o,a,Lt,Xt,"primary-dark")):console.timeStamp("Action",o,a,Lt,Xt,"primary-dark")),f>a&&(o=p?"Promise Resolved":5<f-a?"Update Blocked":"Update",D=[],A!=null&&D.push(["Component name",A]),d!=null&&D.push(["Method name",d]),a={start:a,end:f,detail:{devtools:{properties:D,track:Lt,trackGroup:Xt,color:"primary-light"}}},c?c.run(performance.measure.bind(performance,o,a)):performance.measure(o,a))),Ou=lo=-1.1,b1=0,Wv=-1.1,Cf=Uf,Uf=-1.1,eo=bl()),e&62914560&&Fv&62914560&&(yn(4194304),Cm(jS,Ql)),e&2080374784&&Fv&2080374784&&(yn(268435456),Cm(GS,Ql)),a=t.timeoutHandle,a!==Hr&&(t.timeoutHandle=Hr,WT(a)),a=t.cancelPendingCommit,a!==null&&(t.cancelPendingCommit=null,a()),oc=0,wd(),Te=t,Ct=a=$n(t.current,null),Rt=e,ye=on,Xn=null,Bf=!1,Ih=Rl(t,e),G1=!1,Xe=io,Mr=fn=X1=xf=Nf=0,wa=W0=null,dg=!1,e&8&&(e|=e&32),c=t.entangledLanes,c!==0)for(t=t.entanglements,c&=e;0<c;)o=31-_l(c),f=1<<o,e|=t[o],c&=~f;return Ic=e,ad(),t=CS(),1e3<t-US&&(N.recentlyCreatedOwnerStacks=0,US=t),uc.discardPendingWarnings(),a}function Mn(t,e){ht=null,N.H=Z0,N.getCurrentStack=null,pu=!1,ba=null,e===Vh||e===tg?(e=bi(),ye=K0):e===z1?(e=bi(),ye=xb):ye=e===N1?j1:e!==null&&typeof e=="object"&&typeof e.then=="function"?$0:sg,Xn=e;var a=Ct;a===null?(Xe=J0,Us(t,Jl(e,t.current))):a.mode&Ot&&sd(a)}function Uy(){var t=Yn.current;return t===null?!0:(Rt&4194048)===Rt?Mu===null:(Rt&62914560)===Rt||Rt&536870912?t===Mu:!1}function Jd(){var t=N.H;return N.H=Z0,t===null?Z0:t}function Cy(){var t=N.A;return N.A=xT,t}function Jo(t){tl===null&&(tl=t._debugTask==null?null:t._debugTask)}function Ko(){Xe=Hf,Bf||(Rt&4194048)!==Rt&&Yn.current!==null||(Ih=!0),!(Nf&134217727)&&!(xf&134217727)||Te===null||ln(Te,Rt,fn,!1)}function $o(t,e,a){var c=Kt;Kt|=Nl;var o=Jd(),f=Cy();if(Te!==t||Rt!==e){if(gu){var d=t.memoizedUpdaters;0<d.size&&(Fo(t,Rt),d.clear()),Bu(t,e)}F0=null,fu(t,e)}e=!1,d=Xe;t:do try{if(ye!==on&&Ct!==null){var h=Ct,y=Xn;switch(ye){case j1:wd(),d=fg;break t;case K0:case Dr:case Or:case $0:Yn.current===null&&(e=!0);var p=ye;if(ye=on,Xn=null,Wo(t,h,y,p),a&&Ih){d=io;break t}break;default:p=ye,ye=on,Xn=null,Wo(t,h,y,p)}}_y(),d=Xe;break}catch(A){Mn(t,A)}while(!0);return e&&t.shellSuspendCounter++,Do(),Kt=c,N.H=o,N.A=f,Ct===null&&(Te=null,Rt=0,ad()),d}function _y(){for(;Ct!==null;)Kd(Ct)}function Fu(t,e){var a=Kt;Kt|=Nl;var c=Jd(),o=Cy();if(Te!==t||Rt!==e){if(gu){var f=t.memoizedUpdaters;0<f.size&&(Fo(t,Rt),f.clear()),Bu(t,e)}F0=null,mg=gl()+jb,fu(t,e)}else Ih=Rl(t,e);t:do try{if(ye!==on&&Ct!==null)e:switch(e=Ct,f=Xn,ye){case sg:ye=on,Xn=null,Wo(t,e,f,sg);break;case Dr:case Or:if(Vm(f)){ye=on,Xn=null,Hy(e);break}e=function(){ye!==Dr&&ye!==Or||Te!==t||(ye=rg),pa(t)},f.then(e,e);break t;case K0:ye=rg;break t;case xb:ye=Y1;break t;case rg:Vm(f)?(ye=on,Xn=null,Hy(e)):(ye=on,Xn=null,Wo(t,e,f,rg));break;case Y1:var d=null;switch(Ct.tag){case 26:d=Ct.memoizedState;case 5:case 27:var h=Ct;if(d?Ht(d):h.stateNode.complete){ye=on,Xn=null;var y=h.sibling;if(y!==null)Ct=y;else{var p=h.return;p!==null?(Ct=p,Qs(p)):Ct=null}break e}break;default:console.error("Unexpected type of fiber triggered a suspensey commit. This is a bug in React.")}ye=on,Xn=null,Wo(t,e,f,Y1);break;case $0:ye=on,Xn=null,Wo(t,e,f,$0);break;case j1:wd(),Xe=fg;break t;default:throw Error("Unexpected SuspendedReason. This is a bug in React.")}N.actQueue!==null?_y():Ie();break}catch(A){Mn(t,A)}while(!0);return Do(),N.H=c,N.A=o,Kt=a,Ct!==null?io:(Te=null,Rt=0,ad(),Xe)}function Ie(){for(;Ct!==null&&!Th();)Kd(Ct)}function Kd(t){var e=t.alternate;(t.mode&Ot)!==st?(Gu(t),e=$(t,Bs,e,t,Ic),sd(t)):e=$(t,Bs,e,t,Ic),t.memoizedProps=t.pendingProps,e===null?Qs(t):Ct=e}function Hy(t){var e=$(t,vl,t);t.memoizedProps=t.pendingProps,e===null?Qs(t):Ct=e}function vl(t){var e=t.alternate,a=(t.mode&Ot)!==st;switch(a&&Gu(t),t.tag){case 15:case 0:e=iy(e,t,t.pendingProps,t.type,void 0,Rt);break;case 11:e=iy(e,t,t.pendingProps,t.type.render,t.ref,Rt);break;case 5:zc(t);default:hy(e,t),t=Ct=Nm(t,Ic),e=Bs(e,t,Ic)}return a&&sd(t),e}function Wo(t,e,a,c){Do(),zc(e),Zh=null,G0=0;var o=e.return;try{if(ty(t,o,e,a,Rt)){Xe=J0,Us(t,Jl(a,t.current)),Ct=null;return}}catch(f){if(o!==null)throw Ct=o,f;Xe=J0,Us(t,Jl(a,t.current)),Ct=null;return}e.flags&32768?(Gt||c===sg?t=!0:Ih||Rt&536870912?t=!1:(Bf=t=!0,(c===Dr||c===Or||c===K0||c===$0)&&(c=Yn.current,c!==null&&c.tag===13&&(c.flags|=16384))),By(e,t)):Qs(e)}function Qs(t){var e=t;do{if(e.flags&32768){By(e,Bf);return}var a=e.alternate;if(t=e.return,Gu(e),a=$(e,dy,a,e,Ic),(e.mode&Ot)!==st&&rs(e),a!==null){Ct=a;return}if(e=e.sibling,e!==null){Ct=e;return}Ct=e=t}while(e!==null);Xe===io&&(Xe=Nb)}function By(t,e){do{var a=Qp(t.alternate,t);if(a!==null){a.flags&=32767,Ct=a;return}if((t.mode&Ot)!==st){rs(t),a=t.actualDuration;for(var c=t.child;c!==null;)a+=c.actualDuration,c=c.sibling;t.actualDuration=a}if(a=t.return,a!==null&&(a.flags|=32768,a.subtreeFlags=0,a.deletions=null),!e&&(t=t.sibling,t!==null)){Ct=t;return}Ct=t=a}while(t!==null);Xe=fg,Ct=null}function ge(t,e,a,c,o,f,d,h,y,p,A,D,S,H){t.cancelPendingCommit=null;do Vs();while(Dl!==Yf);if(uc.flushLegacyContextWarning(),uc.flushPendingUnsafeLifecycleWarnings(),(Kt&(Nl|Gn))!==Zl)throw Error("Should not already be working.");if(yn(a),p===zr?Um(S,H,a,tl):c!==null?Qg(S,H,a,c,e!==null&&e.alternate!==null&&e.alternate.memoizedState.isDehydrated&&(e.flags&256)!==0,tl):Xg(S,H,a,tl),e!==null){if(a===0&&console.error("finishedLanes should not be empty during a commit. This is a bug in React."),e===t.current)throw Error("Cannot commit the same tree as before. This error is likely caused by a bug in React. Please file an issue.");if(f=e.lanes|e.childLanes,f|=h1,qg(t,a,f,d,h,y),t===Te&&(Ct=Te=null,Rt=0),Ph=e,jf=t,oc=a,Z1=f,w1=o,Lb=c,L1=H,wb=D,fc=yg,Jb=null,e.actualDuration!==0||e.subtreeFlags&10256||e.flags&10256?(t.callbackNode=null,t.callbackPriority=0,ko(Ji,function(){return lp=window.event,fc===yg&&(fc=V1),Zs(),null})):(t.callbackNode=null,t.callbackPriority=0),to=null,Mf=bl(),D!==null&&Vg(H,Mf,D,tl),c=(e.flags&13878)!==0,e.subtreeFlags&13878||c){c=N.T,N.T=null,o=te.p,te.p=il,d=Kt,Kt|=Gn;try{wg(t,e,a)}finally{Kt=d,te.p=o,N.T=c}}Dl=Xb,ea(),su(),Ny()}}function ea(){if(Dl===Xb){Dl=Yf;var t=jf,e=Ph,a=oc,c=(e.flags&13878)!==0;if(e.subtreeFlags&13878||c){c=N.T,N.T=null;var o=te.p;te.p=il;var f=Kt;Kt|=Gn;try{Fh=a,kh=t,gi(),Ys(e,t),kh=Fh=null,a=lS;var d=td(t.containerInfo),h=a.focusedElem,y=a.selectionRange;if(d!==h&&h&&h.ownerDocument&&bp(h.ownerDocument.documentElement,h)){if(y!==null&&Om(h)){var p=y.start,A=y.end;if(A===void 0&&(A=p),"selectionStart"in h)h.selectionStart=p,h.selectionEnd=Math.min(A,h.value.length);else{var D=h.ownerDocument||document,S=D&&D.defaultView||window;if(S.getSelection){var H=S.getSelection(),w=h.textContent.length,K=Math.min(y.start,w),Ae=y.end===void 0?K:Math.min(y.end,w);!H.extend&&K>Ae&&(d=Ae,Ae=K,K=d);var Qt=Sp(h,K),g=Sp(h,Ae);if(Qt&&g&&(H.rangeCount!==1||H.anchorNode!==Qt.node||H.anchorOffset!==Qt.offset||H.focusNode!==g.node||H.focusOffset!==g.offset)){var b=D.createRange();b.setStart(Qt.node,Qt.offset),H.removeAllRanges(),K>Ae?(H.addRange(b),H.extend(g.node,g.offset)):(b.setEnd(g.node,g.offset),H.addRange(b))}}}}for(D=[],H=h;H=H.parentNode;)H.nodeType===1&&D.push({element:H,left:H.scrollLeft,top:H.scrollTop});for(typeof h.focus=="function"&&h.focus(),h=0;h<D.length;h++){var E=D[h];E.element.scrollLeft=E.left,E.element.scrollTop=E.top}}_g=!!eS,lS=eS=null}finally{Kt=f,te.p=o,N.T=c}}t.current=e,Dl=Qb}}function su(){if(Dl===Qb){Dl=Yf;var t=Jb;if(t!==null){Mf=bl();var e=Pi,a=Mf;!Re||a<=e||console.timeStamp(t,e,a,Lt,Xt,"secondary-light")}t=jf,e=Ph,a=oc;var c=(e.flags&8772)!==0;if(e.subtreeFlags&8772||c){c=N.T,N.T=null;var o=te.p;te.p=il;var f=Kt;Kt|=Gn;try{Fh=a,kh=t,gi(),Xd(t,e.alternate,e),kh=Fh=null}finally{Kt=f,te.p=o,N.T=c}}t=L1,e=wb,Pi=bl(),t=e===null?t:Mf,e=Pi,a=fc===Q1,c=tl,to!==null?Op(t,e,to,!1,c):!Re||e<=t||(c?c.run(console.timeStamp.bind(console,a?"Commit Interrupted View Transition":"Commit",t,e,Lt,Xt,a?"error":"secondary-dark")):console.timeStamp(a?"Commit Interrupted View Transition":"Commit",t,e,Lt,Xt,a?"error":"secondary-dark")),Dl=Vb}}function Ny(){if(Dl===Zb||Dl===Vb){if(Dl===Zb){var t=Pi;Pi=bl();var e=Pi,a=fc===Q1;!Re||e<=t||console.timeStamp(a?"Interrupted View Transition":"Starting Animation",t,e,Lt,Xt,a?" error":"secondary-light"),fc!==Q1&&(fc=Gb)}Dl=Yf,Eh(),t=jf;var c=Ph;e=oc,a=Lb;var o=c.actualDuration!==0||(c.subtreeFlags&10256)!==0||(c.flags&10256)!==0;o?Dl=pg:(Dl=Yf,Ph=jf=null,xy(t,t.pendingLanes),Rr=0,I0=null);var f=t.pendingLanes;if(f===0&&(qf=null),o||Fd(t),f=Ll(e),c=c.stateNode,cl&&typeof cl.onCommitFiberRoot=="function")try{var d=(c.current.flags&128)===128;switch(f){case il:var h=r0;break;case Hl:h=Ah;break;case Xl:h=Ji;break;case Kc:h=zh;break;default:h=Ji}cl.onCommitFiberRoot(Ki,c,h,d)}catch(D){vu||(vu=!0,console.error("React instrumentation encountered an error: %o",D))}if(gu&&t.memoizedUpdaters.clear(),My(),a!==null){d=N.T,h=te.p,te.p=il,N.T=null;try{var y=t.onRecoverableError;for(c=0;c<a.length;c++){var p=a[c],A=kp(p.stack);$(p.source,y,p.value,A)}}finally{N.T=d,te.p=h}}oc&3&&Vs(),pa(t),f=t.pendingLanes,e&261930&&f&42?(Iv=!0,t===J1?k0++:(k0=0,J1=t)):k0=0,o||Gc(e,Pi),ru(0)}}function kp(t){return t={componentStack:t},Object.defineProperty(t,"digest",{get:function(){console.error('You are accessing "digest" from the errorInfo object passed to onRecoverableError. This property is no longer provided as part of errorInfo but can be accessed as a property of the Error instance itself.')}}),t}function xy(t,e){(t.pooledCacheLanes&=e)===0&&(e=t.pooledCache,e!=null&&(t.pooledCache=null,ss(e)))}function Vs(){return ea(),su(),Ny(),Zs()}function Zs(){if(Dl!==pg)return!1;var t=jf,e=Z1;Z1=0;var a=Ll(oc),c=Xl>a?Xl:a;a=N.T;var o=te.p;try{te.p=c,N.T=null;var f=w1;w1=null,c=jf;var d=oc;if(Dl=Yf,Ph=jf=null,oc=0,(Kt&(Nl|Gn))!==Zl)throw Error("Cannot flush passive effects while already rendering.");yn(d),K1=!0,vg=!1;var h=0;if(to=null,h=gl(),fc===Gb)Cm(Pi,h,RT);else{var y=Pi,p=h,A=fc===V1;!Re||p<=y||(tl?tl.run(console.timeStamp.bind(console,A?"Waiting for Paint":"Waiting",y,p,Lt,Xt,"secondary-light")):console.timeStamp(A?"Waiting for Paint":"Waiting",y,p,Lt,Xt,"secondary-light"))}y=Kt,Kt|=Gn;var D=c.current;gi(),Zd(D);var S=c.current;D=L1,gi(),zy(c,S,d,f,D),Fd(c),Kt=y;var H=gl();if(S=h,D=tl,to!==null?Op(S,H,to,!0,D):!Re||H<=S||(D?D.run(console.timeStamp.bind(console,"Remaining Effects",S,H,Lt,Xt,"secondary-dark")):console.timeStamp("Remaining Effects",S,H,Lt,Xt,"secondary-dark")),Gc(d,H),ru(0,!1),vg?c===I0?Rr++:(Rr=0,I0=c):Rr=0,vg=K1=!1,cl&&typeof cl.onPostCommitFiberRoot=="function")try{cl.onPostCommitFiberRoot(Ki,c)}catch(K){vu||(vu=!0,console.error("React instrumentation encountered an error: %o",K))}var w=c.current.stateNode;return w.effectDuration=0,w.passiveEffectDuration=0,!0}finally{te.p=o,N.T=a,xy(t,e)}}function la(t,e,a){e=Jl(a,e),Hp(e),e=Od(t.stateNode,e,2),t=In(t,e,2),t!==null&&(rc(t,2),pa(t))}function Et(t,e,a){if(tm=!1,t.tag===3)la(t,t,a);else{for(;e!==null;){if(e.tag===3){la(e,t,a);return}if(e.tag===1){var c=e.stateNode;if(typeof e.type.getDerivedStateFromError=="function"||typeof c.componentDidCatch=="function"&&(qf===null||!qf.has(c))){t=Jl(a,t),Hp(t),a=Md(2),c=In(e,a,2),c!==null&&(Rd(a,c,e,t),rc(c,2),pa(c));return}}e=e.return}console.error(`Internal React error: Attempted to capture a commit phase error inside a detached tree. This indicates a bug in React. Potential causes include deleting the same fiber more than once, committing an already-finished tree, or an inconsistent return pointer.
|
|
178
|
+
|
|
179
|
+
Error message:
|
|
180
|
+
|
|
181
|
+
%s`,a)}}function $d(t,e,a){var c=t.pingCache;if(c===null){c=t.pingCache=new YT;var o=new Set;c.set(e,o)}else o=c.get(e),o===void 0&&(o=new Set,c.set(e,o));o.has(a)||(G1=!0,o.add(a),c=ya.bind(null,t,e,a),gu&&Fo(t,a),e.then(c,c))}function ya(t,e,a){var c=t.pingCache;c!==null&&c.delete(e),t.pingedLanes|=t.suspendedLanes&a,t.warmLanes&=~a,a&127?0>Fc&&(yr=Fc=bl(),M0=Jv("Promise Resolved"),Rf=Kv):a&4194048&&0>Ou&&(eo=Ou=bl(),U0=Jv("Promise Resolved"),b1=Kv),Ry()&&N.actQueue===null&&console.error(`A suspended resource finished loading inside a test, but the event was not wrapped in act(...).
|
|
182
|
+
|
|
183
|
+
When testing, code that resolves suspended data should be wrapped into act(...):
|
|
184
|
+
|
|
185
|
+
act(() => {
|
|
186
|
+
/* finish loading suspended data */
|
|
187
|
+
});
|
|
188
|
+
/* assert on the output */
|
|
189
|
+
|
|
190
|
+
This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act`),Te===t&&(Rt&a)===a&&(Xe===Hf||Xe===og&&(Rt&62914560)===Rt&&gl()-hg<Yb?(Kt&Nl)===Zl&&fu(t,0):X1|=a,Mr===Rt&&(Mr=0)),pa(t)}function qy(t,e){e===0&&(e=Yr()),t=ql(t,e),t!==null&&(rc(t,e),pa(t))}function ku(t){var e=t.memoizedState,a=0;e!==null&&(a=e.retryLane),qy(t,a)}function Yi(t,e){var a=0;switch(t.tag){case 31:case 13:var c=t.stateNode,o=t.memoizedState;o!==null&&(a=o.retryLane);break;case 19:c=t.stateNode;break;case 22:c=t.stateNode._retryCache;break;default:throw Error("Pinged unknown suspense boundary type. This is probably a bug in React.")}c!==null&&c.delete(e),qy(t,a)}function Rn(t,e,a){if(e.subtreeFlags&67117056)for(e=e.child;e!==null;){var c=t,o=e,f=o.type===ua;f=a||f,o.tag!==22?o.flags&67108864?f&&$(o,Wd,c,o):Rn(c,o,f):o.memoizedState===null&&(f&&o.flags&8192?$(o,Wd,c,o):o.subtreeFlags&67108864&&$(o,Rn,c,o,f)),e=e.sibling}}function Wd(t,e){pe(!0);try{Qd(e),Oy(e),Ay(t,e.alternate,e,!1),Xs(t,e,0,null,!1,0)}finally{pe(!1)}}function Fd(t){var e=!0;t.current.mode&(Ta|nc)||(e=!1),Rn(t,t.current,e)}function an(t){if((Kt&Nl)===Zl){var e=t.tag;if(e===3||e===1||e===0||e===11||e===14||e===15){if(e=P(t)||"ReactComponent",gg!==null){if(gg.has(e))return;gg.add(e)}else gg=new Set([e]);$(t,function(){console.error("Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously tries to update the component. Move this work to useEffect instead.")})}}}function Fo(t,e){gu&&t.memoizedUpdaters.forEach(function(a){da(t,a,e)})}function ko(t,e){var a=N.actQueue;return a!==null?(a.push(e),XT):s0(t,e)}function Ls(t){Ry()&&N.actQueue===null&&$(t,function(){console.error(`An update to %s inside a test was not wrapped in act(...).
|
|
191
|
+
|
|
192
|
+
When testing, code that causes React state updates should be wrapped into act(...):
|
|
193
|
+
|
|
194
|
+
act(() => {
|
|
195
|
+
/* fire events that update state */
|
|
196
|
+
});
|
|
197
|
+
/* assert on the output */
|
|
198
|
+
|
|
199
|
+
This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act`,P(t))})}function pa(t){t!==em&&t.next===null&&(em===null?Sg=em=t:em=em.next=t),bg=!0,N.actQueue!==null?W1||(W1=!0,Pp()):$1||($1=!0,Pp())}function ru(t,e){if(!F1&&bg){F1=!0;do for(var a=!1,c=Sg;c!==null;){if(t!==0){var o=c.pendingLanes;if(o===0)var f=0;else{var d=c.suspendedLanes,h=c.pingedLanes;f=(1<<31-_l(42|t)+1)-1,f&=o&~(d&~h),f=f&201326741?f&201326741|1:f?f|2:0}f!==0&&(a=!0,ws(c,f))}else f=Rt,f=qr(c,c===Te?f:0,c.cancelPendingCommit!==null||c.timeoutHandle!==Hr),!(f&3)||Rl(c,f)||(a=!0,ws(c,f));c=c.next}while(a);F1=!1}}function Ip(){lp=window.event,kd()}function kd(){bg=W1=$1=!1;var t=0;Gf!==0&&Xy()&&(t=Gf);for(var e=gl(),a=null,c=Sg;c!==null;){var o=c.next,f=Io(c,e);f===0?(c.next=null,a===null?Sg=o:a.next=o,o===null&&(em=a)):(a=c,(t!==0||f&3)&&(bg=!0)),c=o}Dl!==Yf&&Dl!==pg||ru(t),Gf!==0&&(Gf=0)}function Io(t,e){for(var a=t.suspendedLanes,c=t.pingedLanes,o=t.expirationTimes,f=t.pendingLanes&-62914561;0<f;){var d=31-_l(f),h=1<<d,y=o[d];y===-1?(!(h&a)||h&c)&&(o[d]=xg(h,e)):y<=e&&(t.expiredLanes|=h),f&=~h}if(e=Te,a=Rt,a=qr(t,t===e?a:0,t.cancelPendingCommit!==null||t.timeoutHandle!==Hr),c=t.callbackNode,a===0||t===e&&(ye===Dr||ye===Or)||t.cancelPendingCommit!==null)return c!==null&&Id(c),t.callbackNode=null,t.callbackPriority=0;if(!(a&3)||Rl(t,a)){if(e=a&-a,e!==t.callbackPriority||N.actQueue!==null&&c!==k1)Id(c);else return e;switch(Ll(a)){case il:case Hl:a=Ah;break;case Xl:a=Ji;break;case Kc:a=zh;break;default:a=Ji}return c=Yy.bind(null,t),N.actQueue!==null?(N.actQueue.push(c),a=k1):a=s0(a,c),t.callbackPriority=e,t.callbackNode=a,e}return c!==null&&Id(c),t.callbackPriority=2,t.callbackNode=null,2}function Yy(t,e){if(Iv=kv=!1,lp=window.event,Dl!==Yf&&Dl!==pg)return t.callbackNode=null,t.callbackPriority=0,null;var a=t.callbackNode;if(fc===yg&&(fc=V1),Vs()&&t.callbackNode!==a)return null;var c=Rt;return c=qr(t,t===Te?c:0,t.cancelPendingCommit!==null||t.timeoutHandle!==Hr),c===0?null:($p(t,c,e),Io(t,gl()),t.callbackNode!=null&&t.callbackNode===a?Yy.bind(null,t):null)}function ws(t,e){if(Vs())return null;kv=Iv,Iv=!1,$p(t,e,!0)}function Id(t){t!==k1&&t!==null&&bh(t)}function Pp(){N.actQueue!==null&&N.actQueue.push(function(){return kd(),null}),FT(function(){(Kt&(Nl|Gn))!==Zl?s0(r0,Ip):kd()})}function jy(){if(Gf===0){var t=gr;t===0&&(t=vf,vf<<=1,!(vf&261888)&&(vf=256)),Gf=t}return Gf}function Wt(t){return t==null||typeof t=="symbol"||typeof t=="boolean"?null:typeof t=="function"?t:(fe(t,"action"),ts(""+t))}function de(t,e){var a=e.ownerDocument.createElement("input");return a.name=e.name,a.value=e.value,t.id&&a.setAttribute("form",t.id),e.parentNode.insertBefore(a,e),t=new FormData(t),a.parentNode.removeChild(a),t}function Nt(t,e,a,c,o){if(e==="submit"&&a&&a.stateNode===o){var f=Wt((o[ca]||null).action),d=c.submitter;d&&(e=(e=d[ca]||null)?Wt(e.formAction):d.getAttribute("formAction"),e!==null&&(f=e,d=null));var h=new Gv("action","action",null,c,o);t.push({event:h,listeners:[{instance:null,listener:function(){if(c.defaultPrevented){if(Gf!==0){var y=d?de(o,d):new FormData(o),p={pending:!0,data:y,method:o.method,action:f};Object.freeze(p),Ku(a,p,null,y)}}else typeof f=="function"&&(h.preventDefault(),y=d?de(o,d):new FormData(o),p={pending:!0,data:y,method:o.method,action:f},Object.freeze(p),Ku(a,p,f,y))},currentTarget:o}]})}}function Ut(t,e,a){t.currentTarget=a;try{e(t)}catch(c){f1(c)}t.currentTarget=null}function ue(t,e){e=(e&4)!==0;for(var a=0;a<t.length;a++){var c=t[a];t:{var o=void 0,f=c.event;if(c=c.listeners,e)for(var d=c.length-1;0<=d;d--){var h=c[d],y=h.instance,p=h.currentTarget;if(h=h.listener,y!==o&&f.isPropagationStopped())break t;y!==null?$(y,Ut,f,h,p):Ut(f,h,p),o=y}else for(d=0;d<c.length;d++){if(h=c[d],y=h.instance,p=h.currentTarget,h=h.listener,y!==o&&f.isPropagationStopped())break t;y!==null?$(y,Ut,f,h,p):Ut(f,h,p),o=y}}}}function ft(t,e){I1.has(t)||console.error('Did not expect a listenToNonDelegatedEvent() call for "%s". This is a bug in React. Please file an issue.',t);var a=e[$i];a===void 0&&(a=e[$i]=new Set);var c=t+"__bubble";a.has(c)||(Pd(e,t,2,!1),a.add(c))}function du(t,e,a){I1.has(t)&&!e&&console.error('Did not expect a listenToNativeEvent() call for "%s" in the bubble phase. This is a bug in React. Please file an issue.',t);var c=0;e&&(c|=4),Pd(a,t,c,e)}function Xc(t){if(!t[Tg]){t[Tg]=!0,Nv.forEach(function(a){a!=="selectionchange"&&(I1.has(a)||du(a,!1,t),du(a,!0,t))});var e=t.nodeType===9?t:t.ownerDocument;e===null||e[Tg]||(e[Tg]=!0,du("selectionchange",!1,e))}}function Pd(t,e,a,c){switch(hh(e)){case il:var o=Py;break;case Hl:o=Cl;break;default:o=t0}a=o.bind(null,e,a,t),o=void 0,!Pg||e!=="touchstart"&&e!=="touchmove"&&e!=="wheel"||(o=!0),c?o!==void 0?t.addEventListener(e,a,{capture:!0,passive:o}):t.addEventListener(e,a,!0):o!==void 0?t.addEventListener(e,a,{passive:o}):t.addEventListener(e,a,!1)}function Un(t,e,a,c,o){var f=c;if(!(e&1)&&!(e&2)&&c!==null)t:for(;;){if(c===null)return;var d=c.tag;if(d===3||d===4){var h=c.stateNode.containerInfo;if(h===o)break;if(d===4)for(d=c.return;d!==null;){var y=d.tag;if((y===3||y===4)&&d.stateNode.containerInfo===o)return;d=d.return}for(;h!==null;){if(d=Nu(h),d===null)return;if(y=d.tag,y===5||y===6||y===26||y===27){c=f=d;continue t}h=h.parentNode}}c=c.return}Fr(function(){var p=f,A=hn(a),D=[];t:{var S=RS.get(t);if(S!==void 0){var H=Gv,w=t;switch(t){case"keypress":if(es(a)===0)break t;case"keydown":case"keyup":H=eT;break;case"focusin":w="focus",H=a1;break;case"focusout":w="blur",H=a1;break;case"beforeblur":case"afterblur":H=a1;break;case"click":if(a.button===2)break t;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":H=mS;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":H=Z2;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":H=nT;break;case zS:case DS:case OS:H=J2;break;case MS:H=cT;break;case"scroll":case"scrollend":H=Q2;break;case"wheel":H=oT;break;case"copy":case"cut":case"paste":H=$2;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":H=pS;break;case"toggle":case"beforetoggle":H=sT}var K=(e&4)!==0,Ae=!K&&(t==="scroll"||t==="scrollend"),Qt=K?S!==null?S+"Capture":null:S;K=[];for(var g=p,b;g!==null;){var E=g;if(b=E.stateNode,E=E.tag,E!==5&&E!==26&&E!==27||b===null||Qt===null||(E=Jn(g,Qt),E!=null&&K.push(Se(g,E,b))),Ae)break;g=g.return}0<K.length&&(S=new H(S,w,null,a,A),D.push({event:S,listeners:K}))}}if(!(e&7)){t:{if(S=t==="mouseover"||t==="pointerover",H=t==="mouseout"||t==="pointerout",S&&a!==p0&&(w=a.relatedTarget||a.fromElement)&&(Nu(w)||w[ac]))break t;if((H||S)&&(S=A.window===A?A:(S=A.ownerDocument)?S.defaultView||S.parentWindow:window,H?(w=a.relatedTarget||a.toElement,H=p,w=w?Nu(w):null,w!==null&&(Ae=pt(w),K=w.tag,w!==Ae||K!==5&&K!==27&&K!==6)&&(w=null)):(H=null,w=p),H!==w)){if(K=mS,E="onMouseLeave",Qt="onMouseEnter",g="mouse",(t==="pointerout"||t==="pointerover")&&(K=pS,E="onPointerLeave",Qt="onPointerEnter",g="pointer"),Ae=H==null?S:dc(H),b=w==null?S:dc(w),S=new K(E,g+"leave",H,a,A),S.target=Ae,S.relatedTarget=b,E=null,Nu(A)===p&&(K=new K(Qt,g+"enter",w,a,A),K.target=b,K.relatedTarget=Ae,E=K),Ae=E,H&&w)e:{for(K=ji,Qt=H,g=w,b=0,E=Qt;E;E=K(E))b++;E=0;for(var j=g;j;j=K(j))E++;for(;0<b-E;)Qt=K(Qt),b--;for(;0<E-b;)g=K(g),E--;for(;b--;){if(Qt===g||g!==null&&Qt===g.alternate){K=Qt;break e}Qt=K(Qt),g=K(g)}K=null}else K=null;H!==null&&th(D,S,H,K,!1),w!==null&&Ae!==null&&th(D,Ae,w,K,!0)}}t:{if(S=p?dc(p):window,H=S.nodeName&&S.nodeName.toLowerCase(),H==="select"||H==="input"&&S.type==="file")var J=pc;else if(Am(S))if(ES)J=us;else{J=zm;var mt=Gg}else H=S.nodeName,!H||H.toLowerCase()!=="input"||S.type!=="checkbox"&&S.type!=="radio"?p&&wn(p.elementType)&&(J=pc):J=Dm;if(J&&(J=J(t,p))){as(D,J,a,A);break t}mt&&mt(t,S,p),t==="focusout"&&p&&S.type==="number"&&p.memoizedProps.value!=null&&mm(S,"number",S.value)}switch(mt=p?dc(p):window,t){case"focusin":(Am(mt)||mt.contentEditable==="true")&&(Hh=mt,u1=p,A0=null);break;case"focusout":A0=u1=Hh=null;break;case"mousedown":c1=!0;break;case"contextmenu":case"mouseup":case"dragend":c1=!1,Tp(D,a,A);break;case"selectionchange":if(mT)break;case"keydown":case"keyup":Tp(D,a,A)}var et;if(n1)t:{switch(t){case"compositionstart":var I="onCompositionStart";break t;case"compositionend":I="onCompositionEnd";break t;case"compositionupdate":I="onCompositionUpdate";break t}I=void 0}else _h?bo(t,a)&&(I="onCompositionEnd"):t==="keydown"&&a.keyCode===vS&&(I="onCompositionStart");I&&(gS&&a.locale!=="ko"&&(_h||I!=="onCompositionStart"?I==="onCompositionEnd"&&_h&&(et=oi()):(Ef=A,t1="value"in Ef?Ef.value:Ef.textContent,_h=!0)),mt=Cn(p,I),0<mt.length&&(I=new yS(I,t,null,a,A),D.push({event:I,listeners:mt}),et?I.data=et:(et=Yu(a),et!==null&&(I.data=et)))),(et=dT?Em(t,a):kr(t,a))&&(I=Cn(p,"onBeforeInput"),0<I.length&&(mt=new F2("onBeforeInput","beforeinput",null,a,A),D.push({event:mt,listeners:I}),mt.data=et)),Nt(D,t,p,a,A)}ue(D,e)})}function Se(t,e,a){return{instance:t,listener:e,currentTarget:a}}function Cn(t,e){for(var a=e+"Capture",c=[];t!==null;){var o=t,f=o.stateNode;if(o=o.tag,o!==5&&o!==26&&o!==27||f===null||(o=Jn(t,a),o!=null&&c.unshift(Se(t,o,f)),o=Jn(t,e),o!=null&&c.push(Se(t,o,f))),t.tag===3)return c;t=t.return}return[]}function ji(t){if(t===null)return null;do t=t.return;while(t&&t.tag!==5&&t.tag!==27);return t||null}function th(t,e,a,c,o){for(var f=e._reactName,d=[];a!==null&&a!==c;){var h=a,y=h.alternate,p=h.stateNode;if(h=h.tag,y!==null&&y===c)break;h!==5&&h!==26&&h!==27||p===null||(y=p,o?(p=Jn(a,f),p!=null&&d.unshift(Se(a,p,y))):o||(p=Jn(a,f),p!=null&&d.push(Se(a,p,y)))),a=a.return}d.length!==0&&t.push({event:e,listeners:d})}function aa(t,e){pp(t,e),t!=="input"&&t!=="textarea"&&t!=="select"||e==null||e.value!==null||dS||(dS=!0,t==="select"&&e.multiple?console.error("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",t):console.error("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",t));var a={registrationNameDependencies:Su,possibleRegistrationNames:bf};wn(t)||typeof e.is=="string"||jg(t,e,a),e.contentEditable&&!e.suppressContentEditableWarning&&e.children!=null&&console.error("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional.")}function He(t,e,a,c){e!==a&&(a=_n(a),_n(e)!==a&&(c[t]=e))}function Js(t,e,a){e.forEach(function(c){a[Iu(c)]=c==="style"?Qc(t):t.getAttribute(c)})}function Be(t,e){e===!1?console.error("Expected `%s` listener to be a function, instead got `false`.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.",t,t,t):console.error("Expected `%s` listener to be a function, instead got a value of `%s` type.",t,typeof e)}function eh(t,e){return t=t.namespaceURI===gt||t.namespaceURI===At?t.ownerDocument.createElementNS(t.namespaceURI,t.tagName):t.ownerDocument.createElement(t.tagName),t.innerHTML=e,t.innerHTML}function _n(t){return Qn(t)&&(console.error("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before using it here.",$f(t)),Pc(t)),(typeof t=="string"?t:""+t).replace(QT,`
|
|
200
|
+
`).replace(VT,"")}function Gy(t,e){return e=_n(e),_n(t)===e}function Pt(t,e,a,c,o,f){switch(a){case"children":typeof c=="string"?(Pf(c,e,!1),e==="body"||e==="textarea"&&c===""||ii(t,c)):(typeof c=="number"||typeof c=="bigint")&&(Pf(""+c,e,!1),e!=="body"&&ii(t,""+c));break;case"className":Ff(t,"class",c);break;case"tabIndex":Ff(t,"tabindex",c);break;case"dir":case"role":case"viewBox":case"width":case"height":Ff(t,a,c);break;case"style":Sm(t,c,f);break;case"data":if(e!=="object"){Ff(t,"data",c);break}case"src":case"href":if(c===""&&(e!=="a"||a!=="href")){console.error(a==="src"?'An empty string ("") was passed to the %s attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to %s instead of an empty string.':'An empty string ("") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.',a,a),t.removeAttribute(a);break}if(c==null||typeof c=="function"||typeof c=="symbol"||typeof c=="boolean"){t.removeAttribute(a);break}fe(c,a),c=ts(""+c),t.setAttribute(a,c);break;case"action":case"formAction":if(c!=null&&(e==="form"?a==="formAction"?console.error("You can only pass the formAction prop to <input> or <button>. Use the action prop on <form>."):typeof c=="function"&&(o.encType==null&&o.method==null||zg||(zg=!0,console.error("Cannot specify a encType or method for a form that specifies a function as the action. React provides those automatically. They will get overridden.")),o.target==null||Ag||(Ag=!0,console.error("Cannot specify a target for a form that specifies a function as the action. The function will always be executed in the same window."))):e==="input"||e==="button"?a==="action"?console.error("You can only pass the action prop to <form>. Use the formAction prop on <input> or <button>."):e!=="input"||o.type==="submit"||o.type==="image"||Eg?e!=="button"||o.type==null||o.type==="submit"||Eg?typeof c=="function"&&(o.name==null||kb||(kb=!0,console.error('Cannot specify a "name" prop for a button that specifies a function as a formAction. React needs it to encode which action should be invoked. It will get overridden.')),o.formEncType==null&&o.formMethod==null||zg||(zg=!0,console.error("Cannot specify a formEncType or formMethod for a button that specifies a function as a formAction. React provides those automatically. They will get overridden.")),o.formTarget==null||Ag||(Ag=!0,console.error("Cannot specify a formTarget for a button that specifies a function as a formAction. The function will always be executed in the same window."))):(Eg=!0,console.error('A button can only specify a formAction along with type="submit" or no type.')):(Eg=!0,console.error('An input can only specify a formAction along with type="submit" or type="image".')):console.error(a==="action"?"You can only pass the action prop to <form>.":"You can only pass the formAction prop to <input> or <button>.")),typeof c=="function"){t.setAttribute(a,"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')");break}else typeof f=="function"&&(a==="formAction"?(e!=="input"&&Pt(t,e,"name",o.name,o,null),Pt(t,e,"formEncType",o.formEncType,o,null),Pt(t,e,"formMethod",o.formMethod,o,null),Pt(t,e,"formTarget",o.formTarget,o,null)):(Pt(t,e,"encType",o.encType,o,null),Pt(t,e,"method",o.method,o,null),Pt(t,e,"target",o.target,o,null)));if(c==null||typeof c=="symbol"||typeof c=="boolean"){t.removeAttribute(a);break}fe(c,a),c=ts(""+c),t.setAttribute(a,c);break;case"onClick":c!=null&&(typeof c!="function"&&Be(a,c),t.onclick=Ka);break;case"onScroll":c!=null&&(typeof c!="function"&&Be(a,c),ft("scroll",t));break;case"onScrollEnd":c!=null&&(typeof c!="function"&&Be(a,c),ft("scrollend",t));break;case"dangerouslySetInnerHTML":if(c!=null){if(typeof c!="object"||!("__html"in c))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");if(a=c.__html,a!=null){if(o.children!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");t.innerHTML=a}}break;case"multiple":t.multiple=c&&typeof c!="function"&&typeof c!="symbol";break;case"muted":t.muted=c&&typeof c!="function"&&typeof c!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(c==null||typeof c=="function"||typeof c=="boolean"||typeof c=="symbol"){t.removeAttribute("xlink:href");break}fe(c,a),a=ts(""+c),t.setAttributeNS(Ur,"xlink:href",a);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":c!=null&&typeof c!="function"&&typeof c!="symbol"?(fe(c,a),t.setAttribute(a,""+c)):t.removeAttribute(a);break;case"inert":c!==""||Dg[a]||(Dg[a]=!0,console.error("Received an empty string for a boolean attribute `%s`. This will treat the attribute as if it were false. Either pass `false` to silence this warning, or pass `true` if you used an empty string in earlier versions of React to indicate this attribute is true.",a));case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":c&&typeof c!="function"&&typeof c!="symbol"?t.setAttribute(a,""):t.removeAttribute(a);break;case"capture":case"download":c===!0?t.setAttribute(a,""):c!==!1&&c!=null&&typeof c!="function"&&typeof c!="symbol"?(fe(c,a),t.setAttribute(a,c)):t.removeAttribute(a);break;case"cols":case"rows":case"size":case"span":c!=null&&typeof c!="function"&&typeof c!="symbol"&&!isNaN(c)&&1<=c?(fe(c,a),t.setAttribute(a,c)):t.removeAttribute(a);break;case"rowSpan":case"start":c==null||typeof c=="function"||typeof c=="symbol"||isNaN(c)?t.removeAttribute(a):(fe(c,a),t.setAttribute(a,c));break;case"popover":ft("beforetoggle",t),ft("toggle",t),Gr(t,"popover",c);break;case"xlinkActuate":Vn(t,Ur,"xlink:actuate",c);break;case"xlinkArcrole":Vn(t,Ur,"xlink:arcrole",c);break;case"xlinkRole":Vn(t,Ur,"xlink:role",c);break;case"xlinkShow":Vn(t,Ur,"xlink:show",c);break;case"xlinkTitle":Vn(t,Ur,"xlink:title",c);break;case"xlinkType":Vn(t,Ur,"xlink:type",c);break;case"xmlBase":Vn(t,P1,"xml:base",c);break;case"xmlLang":Vn(t,P1,"xml:lang",c);break;case"xmlSpace":Vn(t,P1,"xml:space",c);break;case"is":f!=null&&console.error('Cannot update the "is" prop after it has been initialized.'),Gr(t,"is",c);break;case"innerText":case"textContent":break;case"popoverTarget":Ib||c==null||typeof c!="object"||(Ib=!0,console.error("The `popoverTarget` prop expects the ID of an Element as a string. Received %s instead.",c));default:!(2<a.length)||a[0]!=="o"&&a[0]!=="O"||a[1]!=="n"&&a[1]!=="N"?(a=mp(a),Gr(t,a,c)):Su.hasOwnProperty(a)&&c!=null&&typeof c!="function"&&Be(a,c)}}function Po(t,e,a,c,o,f){switch(a){case"style":Sm(t,c,f);break;case"dangerouslySetInnerHTML":if(c!=null){if(typeof c!="object"||!("__html"in c))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");if(a=c.__html,a!=null){if(o.children!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");t.innerHTML=a}}break;case"children":typeof c=="string"?ii(t,c):(typeof c=="number"||typeof c=="bigint")&&ii(t,""+c);break;case"onScroll":c!=null&&(typeof c!="function"&&Be(a,c),ft("scroll",t));break;case"onScrollEnd":c!=null&&(typeof c!="function"&&Be(a,c),ft("scrollend",t));break;case"onClick":c!=null&&(typeof c!="function"&&Be(a,c),t.onclick=Ka);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(Su.hasOwnProperty(a))c!=null&&typeof c!="function"&&Be(a,c);else t:{if(a[0]==="o"&&a[1]==="n"&&(o=a.endsWith("Capture"),e=a.slice(2,o?a.length-7:void 0),f=t[ca]||null,f=f!=null?f[a]:null,typeof f=="function"&&t.removeEventListener(e,f,o),typeof c=="function")){typeof f!="function"&&f!==null&&(a in t?t[a]=null:t.hasAttribute(a)&&t.removeAttribute(a)),t.addEventListener(e,c,o);break t}a in t?t[a]=c:c===!0?t.setAttribute(a,""):Gr(t,a,c)}}}function Oe(t,e,a){switch(aa(e,a),e){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":ft("error",t),ft("load",t);var c=!1,o=!1,f;for(f in a)if(a.hasOwnProperty(f)){var d=a[f];if(d!=null)switch(f){case"src":c=!0;break;case"srcSet":o=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(e+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:Pt(t,e,f,d,a,null)}}o&&Pt(t,e,"srcSet",a.srcSet,a,null),c&&Pt(t,e,"src",a.src,a,null);return;case"input":li("input",a),ft("invalid",t);var h=f=d=o=null,y=null,p=null;for(c in a)if(a.hasOwnProperty(c)){var A=a[c];if(A!=null)switch(c){case"name":o=A;break;case"type":d=A;break;case"checked":y=A;break;case"defaultChecked":p=A;break;case"value":f=A;break;case"defaultValue":h=A;break;case"children":case"dangerouslySetInnerHTML":if(A!=null)throw Error(e+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");break;default:Pt(t,e,c,A,a,null)}}wl(t,a),Vr(t,f,h,y,p,d,o,!1);return;case"select":li("select",a),ft("invalid",t),c=d=f=null;for(o in a)if(a.hasOwnProperty(o)&&(h=a[o],h!=null))switch(o){case"value":f=h;break;case"defaultValue":d=h;break;case"multiple":c=h;default:Pt(t,e,o,h,a,null)}Zr(t,a),e=f,a=d,t.multiple=!!c,e!=null?Zn(t,!!c,e,!1):a!=null&&Zn(t,!!c,a,!0);return;case"textarea":li("textarea",a),ft("invalid",t),f=o=c=null;for(d in a)if(a.hasOwnProperty(d)&&(h=a[d],h!=null))switch(d){case"value":c=h;break;case"defaultValue":o=h;break;case"children":f=h;break;case"dangerouslySetInnerHTML":if(h!=null)throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");break;default:Pt(t,e,d,h,a,null)}ai(t,a),mo(t,c,o,f);return;case"option":hp(t,a);for(y in a)if(a.hasOwnProperty(y)&&(c=a[y],c!=null))switch(y){case"selected":t.selected=c&&typeof c!="function"&&typeof c!="symbol";break;default:Pt(t,e,y,c,a,null)}return;case"dialog":ft("beforetoggle",t),ft("toggle",t),ft("cancel",t),ft("close",t);break;case"iframe":case"object":ft("load",t);break;case"video":case"audio":for(c=0;c<P0.length;c++)ft(P0[c],t);break;case"image":ft("error",t),ft("load",t);break;case"details":ft("toggle",t);break;case"embed":case"source":case"link":ft("error",t),ft("load",t);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(p in a)if(a.hasOwnProperty(p)&&(c=a[p],c!=null))switch(p){case"children":case"dangerouslySetInnerHTML":throw Error(e+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:Pt(t,e,p,c,a,null)}return;default:if(wn(e)){for(A in a)a.hasOwnProperty(A)&&(c=a[A],c!==void 0&&Po(t,e,A,c,a,void 0));return}}for(h in a)a.hasOwnProperty(h)&&(c=a[h],c!=null&&Pt(t,e,h,c,a,null))}function ul(t,e,a,c){switch(aa(e,c),e){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var o=null,f=null,d=null,h=null,y=null,p=null,A=null;for(H in a){var D=a[H];if(a.hasOwnProperty(H)&&D!=null)switch(H){case"checked":break;case"value":break;case"defaultValue":y=D;default:c.hasOwnProperty(H)||Pt(t,e,H,null,c,D)}}for(var S in c){var H=c[S];if(D=a[S],c.hasOwnProperty(S)&&(H!=null||D!=null))switch(S){case"type":f=H;break;case"name":o=H;break;case"checked":p=H;break;case"defaultChecked":A=H;break;case"value":d=H;break;case"defaultValue":h=H;break;case"children":case"dangerouslySetInnerHTML":if(H!=null)throw Error(e+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");break;default:H!==D&&Pt(t,e,S,H,c,D)}}e=a.type==="checkbox"||a.type==="radio"?a.checked!=null:a.value!=null,c=c.type==="checkbox"||c.type==="radio"?c.checked!=null:c.value!=null,e||!c||Fb||(console.error("A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://react.dev/link/controlled-components"),Fb=!0),!e||c||Wb||(console.error("A component is changing a controlled input to be uncontrolled. This is likely caused by the value changing from a defined to undefined, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://react.dev/link/controlled-components"),Wb=!0),hc(t,d,h,y,p,A,f,o);return;case"select":H=d=h=S=null;for(f in a)if(y=a[f],a.hasOwnProperty(f)&&y!=null)switch(f){case"value":break;case"multiple":H=y;default:c.hasOwnProperty(f)||Pt(t,e,f,null,c,y)}for(o in c)if(f=c[o],y=a[o],c.hasOwnProperty(o)&&(f!=null||y!=null))switch(o){case"value":S=f;break;case"defaultValue":h=f;break;case"multiple":d=f;default:f!==y&&Pt(t,e,o,f,c,y)}c=h,e=d,a=H,S!=null?Zn(t,!!e,S,!1):!!a!=!!e&&(c!=null?Zn(t,!!e,c,!0):Zn(t,!!e,e?[]:"",!1));return;case"textarea":H=S=null;for(h in a)if(o=a[h],a.hasOwnProperty(h)&&o!=null&&!c.hasOwnProperty(h))switch(h){case"value":break;case"children":break;default:Pt(t,e,h,null,c,o)}for(d in c)if(o=c[d],f=a[d],c.hasOwnProperty(d)&&(o!=null||f!=null))switch(d){case"value":S=o;break;case"defaultValue":H=o;break;case"children":break;case"dangerouslySetInnerHTML":if(o!=null)throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");break;default:o!==f&&Pt(t,e,d,o,c,f)}ni(t,S,H);return;case"option":for(var w in a)if(S=a[w],a.hasOwnProperty(w)&&S!=null&&!c.hasOwnProperty(w))switch(w){case"selected":t.selected=!1;break;default:Pt(t,e,w,null,c,S)}for(y in c)if(S=c[y],H=a[y],c.hasOwnProperty(y)&&S!==H&&(S!=null||H!=null))switch(y){case"selected":t.selected=S&&typeof S!="function"&&typeof S!="symbol";break;default:Pt(t,e,y,S,c,H)}return;case"img":case"link":case"area":case"base":case"br":case"col":case"embed":case"hr":case"keygen":case"meta":case"param":case"source":case"track":case"wbr":case"menuitem":for(var K in a)S=a[K],a.hasOwnProperty(K)&&S!=null&&!c.hasOwnProperty(K)&&Pt(t,e,K,null,c,S);for(p in c)if(S=c[p],H=a[p],c.hasOwnProperty(p)&&S!==H&&(S!=null||H!=null))switch(p){case"children":case"dangerouslySetInnerHTML":if(S!=null)throw Error(e+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");break;default:Pt(t,e,p,S,c,H)}return;default:if(wn(e)){for(var Ae in a)S=a[Ae],a.hasOwnProperty(Ae)&&S!==void 0&&!c.hasOwnProperty(Ae)&&Po(t,e,Ae,void 0,c,S);for(A in c)S=c[A],H=a[A],!c.hasOwnProperty(A)||S===H||S===void 0&&H===void 0||Po(t,e,A,S,c,H);return}}for(var Qt in a)S=a[Qt],a.hasOwnProperty(Qt)&&S!=null&&!c.hasOwnProperty(Qt)&&Pt(t,e,Qt,null,c,S);for(D in c)S=c[D],H=a[D],!c.hasOwnProperty(D)||S===H||S==null&&H==null||Pt(t,e,D,S,c,H)}function Iu(t){switch(t){case"class":return"className";case"for":return"htmlFor";default:return t}}function Qc(t){var e={};t=t.style;for(var a=0;a<t.length;a++){var c=t[a];e[c]=t.getPropertyValue(c)}return e}function hu(t,e,a){if(e!=null&&typeof e!="object")console.error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");else{var c,o=c="",f;for(f in e)if(e.hasOwnProperty(f)){var d=e[f];d!=null&&typeof d!="boolean"&&d!==""&&(f.indexOf("--")===0?(im(d,f),c+=o+f+":"+(""+d).trim()):typeof d!="number"||d===0||k.has(f)?(im(d,f),c+=o+f.replace(x,"-$1").toLowerCase().replace(W,"-ms-")+":"+(""+d).trim()):c+=o+f.replace(x,"-$1").toLowerCase().replace(W,"-ms-")+":"+d+"px",o=";")}c=c||null,e=t.getAttribute("style"),e!==c&&(c=_n(c),_n(e)!==c&&(a.style=Qc(t)))}}function va(t,e,a,c,o,f){if(o.delete(a),t=t.getAttribute(a),t===null)switch(typeof c){case"undefined":case"function":case"symbol":case"boolean":return}else if(c!=null)switch(typeof c){case"function":case"symbol":case"boolean":break;default:if(fe(c,e),t===""+c)return}He(e,t,c,f)}function lh(t,e,a,c,o,f){if(o.delete(a),t=t.getAttribute(a),t===null){switch(typeof c){case"function":case"symbol":return}if(!c)return}else switch(typeof c){case"function":case"symbol":break;default:if(c)return}He(e,t,c,f)}function ah(t,e,a,c,o,f){if(o.delete(a),t=t.getAttribute(a),t===null)switch(typeof c){case"undefined":case"function":case"symbol":return}else if(c!=null)switch(typeof c){case"function":case"symbol":break;default:if(fe(c,a),t===""+c)return}He(e,t,c,f)}function tf(t,e,a,c,o,f){if(o.delete(a),t=t.getAttribute(a),t===null)switch(typeof c){case"undefined":case"function":case"symbol":case"boolean":return;default:if(isNaN(c))return}else if(c!=null)switch(typeof c){case"function":case"symbol":case"boolean":break;default:if(!isNaN(c)&&(fe(c,e),t===""+c))return}He(e,t,c,f)}function Ks(t,e,a,c,o,f){if(o.delete(a),t=t.getAttribute(a),t===null)switch(typeof c){case"undefined":case"function":case"symbol":case"boolean":return}else if(c!=null)switch(typeof c){case"function":case"symbol":case"boolean":break;default:if(fe(c,e),a=ts(""+c),t===a)return}He(e,t,c,f)}function ga(t,e,a,c){for(var o={},f=new Set,d=t.attributes,h=0;h<d.length;h++)switch(d[h].name.toLowerCase()){case"value":break;case"checked":break;case"selected":break;default:f.add(d[h].name)}if(wn(e)){for(var y in a)if(a.hasOwnProperty(y)){var p=a[y];if(p!=null){if(Su.hasOwnProperty(y))typeof p!="function"&&Be(y,p);else if(a.suppressHydrationWarning!==!0)switch(y){case"children":typeof p!="string"&&typeof p!="number"||He("children",t.textContent,p,o);continue;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":continue;case"dangerouslySetInnerHTML":d=t.innerHTML,p=p?p.__html:void 0,p!=null&&(p=eh(t,p),He(y,d,p,o));continue;case"style":f.delete(y),hu(t,p,o);continue;case"offsetParent":case"offsetTop":case"offsetLeft":case"offsetWidth":case"offsetHeight":case"isContentEditable":case"outerText":case"outerHTML":f.delete(y.toLowerCase()),console.error("Assignment to read-only property will result in a no-op: `%s`",y);continue;case"className":f.delete("class"),d=ho(t,"class",p),He("className",d,p,o);continue;default:c.context===oo&&e!=="svg"&&e!=="math"?f.delete(y.toLowerCase()):f.delete(y),d=ho(t,y,p),He(y,d,p,o)}}}}else for(p in a)if(a.hasOwnProperty(p)&&(y=a[p],y!=null)){if(Su.hasOwnProperty(p))typeof y!="function"&&Be(p,y);else if(a.suppressHydrationWarning!==!0)switch(p){case"children":typeof y!="string"&&typeof y!="number"||He("children",t.textContent,y,o);continue;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"value":case"checked":case"selected":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":continue;case"dangerouslySetInnerHTML":d=t.innerHTML,y=y?y.__html:void 0,y!=null&&(y=eh(t,y),d!==y&&(o[p]={__html:d}));continue;case"className":va(t,p,"class",y,f,o);continue;case"tabIndex":va(t,p,"tabindex",y,f,o);continue;case"style":f.delete(p),hu(t,y,o);continue;case"multiple":f.delete(p),He(p,t.multiple,y,o);continue;case"muted":f.delete(p),He(p,t.muted,y,o);continue;case"autoFocus":f.delete("autofocus"),He(p,t.autofocus,y,o);continue;case"data":if(e!=="object"){f.delete(p),d=t.getAttribute("data"),He(p,d,y,o);continue}case"src":case"href":if(!(y!==""||e==="a"&&p==="href"||e==="object"&&p==="data")){console.error(p==="src"?'An empty string ("") was passed to the %s attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to %s instead of an empty string.':'An empty string ("") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.',p,p);continue}Ks(t,p,p,y,f,o);continue;case"action":case"formAction":if(d=t.getAttribute(p),typeof y=="function"){f.delete(p.toLowerCase()),p==="formAction"?(f.delete("name"),f.delete("formenctype"),f.delete("formmethod"),f.delete("formtarget")):(f.delete("enctype"),f.delete("method"),f.delete("target"));continue}else if(d===ZT){f.delete(p.toLowerCase()),He(p,"function",y,o);continue}Ks(t,p,p.toLowerCase(),y,f,o);continue;case"xlinkHref":Ks(t,p,"xlink:href",y,f,o);continue;case"contentEditable":ah(t,p,"contenteditable",y,f,o);continue;case"spellCheck":ah(t,p,"spellcheck",y,f,o);continue;case"draggable":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":ah(t,p,p,y,f,o);continue;case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":lh(t,p,p.toLowerCase(),y,f,o);continue;case"capture":case"download":t:{h=t;var A=d=p,D=o;if(f.delete(A),h=h.getAttribute(A),h===null)switch(typeof y){case"undefined":case"function":case"symbol":break t;default:if(y===!1)break t}else if(y!=null)switch(typeof y){case"function":case"symbol":break;case"boolean":if(y===!0&&h==="")break t;break;default:if(fe(y,d),h===""+y)break t}He(d,h,y,D)}continue;case"cols":case"rows":case"size":case"span":t:{if(h=t,A=d=p,D=o,f.delete(A),h=h.getAttribute(A),h===null)switch(typeof y){case"undefined":case"function":case"symbol":case"boolean":break t;default:if(isNaN(y)||1>y)break t}else if(y!=null)switch(typeof y){case"function":case"symbol":case"boolean":break;default:if(!(isNaN(y)||1>y)&&(fe(y,d),h===""+y))break t}He(d,h,y,D)}continue;case"rowSpan":tf(t,p,"rowspan",y,f,o);continue;case"start":tf(t,p,p,y,f,o);continue;case"xHeight":va(t,p,"x-height",y,f,o);continue;case"xlinkActuate":va(t,p,"xlink:actuate",y,f,o);continue;case"xlinkArcrole":va(t,p,"xlink:arcrole",y,f,o);continue;case"xlinkRole":va(t,p,"xlink:role",y,f,o);continue;case"xlinkShow":va(t,p,"xlink:show",y,f,o);continue;case"xlinkTitle":va(t,p,"xlink:title",y,f,o);continue;case"xlinkType":va(t,p,"xlink:type",y,f,o);continue;case"xmlBase":va(t,p,"xml:base",y,f,o);continue;case"xmlLang":va(t,p,"xml:lang",y,f,o);continue;case"xmlSpace":va(t,p,"xml:space",y,f,o);continue;case"inert":y!==""||Dg[p]||(Dg[p]=!0,console.error("Received an empty string for a boolean attribute `%s`. This will treat the attribute as if it were false. Either pass `false` to silence this warning, or pass `true` if you used an empty string in earlier versions of React to indicate this attribute is true.",p)),lh(t,p,p,y,f,o);continue;default:if(!(2<p.length)||p[0]!=="o"&&p[0]!=="O"||p[1]!=="n"&&p[1]!=="N"){h=mp(p),d=!1,c.context===oo&&e!=="svg"&&e!=="math"?f.delete(h.toLowerCase()):(A=p.toLowerCase(),A=xn.hasOwnProperty(A)&&xn[A]||null,A!==null&&A!==p&&(d=!0,f.delete(A)),f.delete(h));t:if(A=t,D=h,h=y,Wf(D))if(A.hasAttribute(D))A=A.getAttribute(D),fe(h,D),h=A===""+h?h:A;else{switch(typeof h){case"function":case"symbol":break t;case"boolean":if(A=D.toLowerCase().slice(0,5),A!=="data-"&&A!=="aria-")break t}h=h===void 0?void 0:null}else h=void 0;d||He(p,h,y,o)}}}return 0<f.size&&a.suppressHydrationWarning!==!0&&Js(t,f,o),Object.keys(o).length===0?null:o}function tv(t,e){switch(t.length){case 0:return"";case 1:return t[0];case 2:return t[0]+" "+e+" "+t[1];default:return t.slice(0,-1).join(", ")+", "+e+" "+t[t.length-1]}}function na(t){switch(t){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function ev(){if(typeof performance.getEntriesByType=="function"){for(var t=0,e=0,a=performance.getEntriesByType("resource"),c=0;c<a.length;c++){var o=a[c],f=o.transferSize,d=o.initiatorType,h=o.duration;if(f&&h&&na(d)){for(d=0,h=o.responseEnd,c+=1;c<a.length;c++){var y=a[c],p=y.startTime;if(p>h)break;var A=y.transferSize,D=y.initiatorType;A&&na(D)&&(y=y.responseEnd,d+=A*(y<h?1:(h-p)/(y-p)))}if(--c,e+=8*(f+d)/(o.duration/1e3),t++,10<t)break}}if(0<t)return e/t/1e6}return navigator.connection&&(t=navigator.connection.downlink,typeof t=="number")?t:5}function $s(t){return t.nodeType===9?t:t.ownerDocument}function lv(t){switch(t){case At:return am;case gt:return Mg;default:return oo}}function Pu(t,e){if(t===oo)switch(e){case"svg":return am;case"math":return Mg;default:return oo}return t===am&&e==="foreignObject"?oo:t}function ef(t,e){return t==="textarea"||t==="noscript"||typeof e.children=="string"||typeof e.children=="number"||typeof e.children=="bigint"||typeof e.dangerouslySetInnerHTML=="object"&&e.dangerouslySetInnerHTML!==null&&e.dangerouslySetInnerHTML.__html!=null}function Xy(){var t=window.event;return t&&t.type==="popstate"?t===aS?!1:(aS=t,!0):(aS=null,!1)}function mu(){var t=window.event;return t&&t!==lp?t.type:null}function lf(){var t=window.event;return t&&t!==lp?t.timeStamp:-1.1}function av(t){setTimeout(function(){throw t})}function nv(t,e,a){switch(e){case"button":case"input":case"select":case"textarea":a.autoFocus&&t.focus();break;case"img":a.src?t.src=a.src:a.srcSet&&(t.srcset=a.srcSet)}}function uv(){}function nh(t,e,a,c){ul(t,e,a,c),t[ca]=c}function uh(t){ii(t,"")}function Jg(t,e,a){t.nodeValue=a}function cv(t){if(!t.__reactWarnedAboutChildrenConflict){var e=t[ca]||null;if(e!==null){var a=sn(t);a!==null&&(typeof e.children=="string"||typeof e.children=="number"?(t.__reactWarnedAboutChildrenConflict=!0,$(a,function(){console.error('Cannot use a ref on a React element as a container to `createRoot` or `createPortal` if that element also sets "children" text content using React. It should be a leaf with no children. Otherwise it\'s ambiguous which children should be used.')})):e.dangerouslySetInnerHTML!=null&&(t.__reactWarnedAboutChildrenConflict=!0,$(a,function(){console.error('Cannot use a ref on a React element as a container to `createRoot` or `createPortal` if that element also sets "dangerouslySetInnerHTML" using React. It should be a leaf with no children. Otherwise it\'s ambiguous which children should be used.')})))}}}function Vc(t){return t==="head"}function iv(t,e){t.removeChild(e)}function ov(t,e){(t.nodeType===9?t.body:t.nodeName==="HTML"?t.ownerDocument.body:t).removeChild(e)}function Gi(t,e){var a=e,c=0;do{var o=a.nextSibling;if(t.removeChild(a),o&&o.nodeType===8)if(a=o.data,a===ep||a===Og){if(c===0){t.removeChild(o),Zi(e);return}c--}else if(a===tp||a===Xf||a===_r||a===lm||a===Cr)c++;else if(a===wT)ec(t.ownerDocument.documentElement);else if(a===KT){a=t.ownerDocument.head,ec(a);for(var f=a.firstChild;f;){var d=f.nextSibling,h=f.nodeName;f[Sf]||h==="SCRIPT"||h==="STYLE"||h==="LINK"&&f.rel.toLowerCase()==="stylesheet"||a.removeChild(f),f=d}}else a===JT&&ec(t.ownerDocument.body);a=o}while(a);Zi(e)}function Ws(t,e){var a=t;t=0;do{var c=a.nextSibling;if(a.nodeType===1?e?(a._stashedDisplay=a.style.display,a.style.display="none"):(a.style.display=a._stashedDisplay||"",a.getAttribute("style")===""&&a.removeAttribute("style")):a.nodeType===3&&(e?(a._stashedText=a.nodeValue,a.nodeValue=""):a.nodeValue=a._stashedText||""),c&&c.nodeType===8)if(a=c.data,a===ep){if(t===0)break;t--}else a!==tp&&a!==Xf&&a!==_r&&a!==lm||t++;a=c}while(a)}function fv(t){Ws(t,!0)}function sv(t){t=t.style,typeof t.setProperty=="function"?t.setProperty("display","none","important"):t.display="none"}function rv(t){t.nodeValue=""}function dv(t){Ws(t,!1)}function hv(t,e){e=e[$T],e=e!=null&&e.hasOwnProperty("display")?e.display:null,t.style.display=e==null||typeof e=="boolean"?"":(""+e).trim()}function mv(t,e){t.nodeValue=e}function af(t){var e=t.firstChild;for(e&&e.nodeType===10&&(e=e.nextSibling);e;){var a=e;switch(e=e.nextSibling,a.nodeName){case"HTML":case"HEAD":case"BODY":af(a),rm(a);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(a.rel.toLowerCase()==="stylesheet")continue}t.removeChild(a)}}function yv(t,e,a,c){for(;t.nodeType===1;){var o=a;if(t.nodeName.toLowerCase()!==e.toLowerCase()){if(!c&&(t.nodeName!=="INPUT"||t.type!=="hidden"))break}else if(c){if(!t[Sf])switch(e){case"meta":if(!t.hasAttribute("itemprop"))break;return t;case"link":if(f=t.getAttribute("rel"),f==="stylesheet"&&t.hasAttribute("data-precedence"))break;if(f!==o.rel||t.getAttribute("href")!==(o.href==null||o.href===""?null:o.href)||t.getAttribute("crossorigin")!==(o.crossOrigin==null?null:o.crossOrigin)||t.getAttribute("title")!==(o.title==null?null:o.title))break;return t;case"style":if(t.hasAttribute("data-precedence"))break;return t;case"script":if(f=t.getAttribute("src"),(f!==(o.src==null?null:o.src)||t.getAttribute("type")!==(o.type==null?null:o.type)||t.getAttribute("crossorigin")!==(o.crossOrigin==null?null:o.crossOrigin))&&f&&t.hasAttribute("async")&&!t.hasAttribute("itemprop"))break;return t;default:return t}}else if(e==="input"&&t.type==="hidden"){fe(o.name,"name");var f=o.name==null?null:""+o.name;if(o.type==="hidden"&&t.getAttribute("name")===f)return t}else return t;if(t=Ya(t.nextSibling),t===null)break}return null}function pv(t,e,a){if(e==="")return null;for(;t.nodeType!==3;)if((t.nodeType!==1||t.nodeName!=="INPUT"||t.type!=="hidden")&&!a||(t=Ya(t.nextSibling),t===null))return null;return t}function ce(t,e){for(;t.nodeType!==8;)if((t.nodeType!==1||t.nodeName!=="INPUT"||t.type!=="hidden")&&!e||(t=Ya(t.nextSibling),t===null))return null;return t}function Fs(t){return t.data===Xf||t.data===_r}function Qy(t){return t.data===lm||t.data===Xf&&t.ownerDocument.readyState!==t2}function vv(t,e){var a=t.ownerDocument;if(t.data===_r)t._reactRetry=e;else if(t.data!==Xf||a.readyState!==t2)e();else{var c=function(){e(),a.removeEventListener("DOMContentLoaded",c)};a.addEventListener("DOMContentLoaded",c),t._reactRetry=c}}function Ya(t){for(;t!=null;t=t.nextSibling){var e=t.nodeType;if(e===1||e===3)break;if(e===8){if(e=t.data,e===tp||e===lm||e===Xf||e===_r||e===Cr||e===tS||e===Pb)break;if(e===ep||e===Og)return null}}return t}function gv(t){if(t.nodeType===1){for(var e=t.nodeName.toLowerCase(),a={},c=t.attributes,o=0;o<c.length;o++){var f=c[o];a[Iu(f.name)]=f.name.toLowerCase()==="style"?Qc(t):f.value}return{type:e,props:a}}return t.nodeType===8?t.data===Cr?{type:"Activity",props:{}}:{type:"Suspense",props:{}}:t.nodeValue}function Sv(t,e,a){return a===null||a[LT]!==!0?(t.nodeValue===e?t=null:(e=_n(e),t=_n(t.nodeValue)===e?null:t.nodeValue),t):null}function nf(t){t=t.nextSibling;for(var e=0;t;){if(t.nodeType===8){var a=t.data;if(a===ep||a===Og){if(e===0)return Ya(t.nextSibling);e--}else a!==tp&&a!==lm&&a!==Xf&&a!==_r&&a!==Cr||e++}t=t.nextSibling}return null}function Xi(t){t=t.previousSibling;for(var e=0;t;){if(t.nodeType===8){var a=t.data;if(a===tp||a===lm||a===Xf||a===_r||a===Cr){if(e===0)return t;e--}else a!==ep&&a!==Og||e++}t=t.previousSibling}return null}function Vy(t){Zi(t)}function ch(t){Zi(t)}function Zy(t){Zi(t)}function tc(t,e,a,c,o){switch(o&&If(t,c.ancestorInfo),e=$s(a),t){case"html":if(t=e.documentElement,!t)throw Error("React expected an <html> element (document.documentElement) to exist in the Document but one was not found. React never removes the documentElement for any Document it renders into so the cause is likely in some other script running on this page.");return t;case"head":if(t=e.head,!t)throw Error("React expected a <head> element (document.head) to exist in the Document but one was not found. React never removes the head for any Document it renders into so the cause is likely in some other script running on this page.");return t;case"body":if(t=e.body,!t)throw Error("React expected a <body> element (document.body) to exist in the Document but one was not found. React never removes the body for any Document it renders into so the cause is likely in some other script running on this page.");return t;default:throw Error("resolveSingletonInstance was called with an element type that is not supported. This is a bug in React.")}}function yu(t,e,a,c){if(!a[ac]&&sn(a)){var o=a.tagName.toLowerCase();console.error("You are mounting a new %s component when a previous one has not first unmounted. It is an error to render more than one %s component at a time and attributes and children of these components will likely fail in unpredictable ways. Please only render a single instance of <%s> and if you need to mount a new one, ensure any previous ones have unmounted first.",o,o,o)}switch(t){case"html":case"head":case"body":break;default:console.error("acquireSingletonInstance was called with an element type that is not supported. This is a bug in React.")}for(o=a.attributes;o.length;)a.removeAttributeNode(o[0]);Oe(a,t,e),a[Me]=c,a[ca]=e}function ec(t){for(var e=t.attributes;e.length;)t.removeAttributeNode(e[0]);rm(t)}function ih(t){return typeof t.getRootNode=="function"?t.getRootNode():t.nodeType===9?t:t.ownerDocument}function Ly(t,e,a){var c=nm;if(c&&typeof e=="string"&&e){var o=se(e);o='link[rel="'+t+'"][href="'+o+'"]',typeof a=="string"&&(o+='[crossorigin="'+a+'"]'),c2.has(o)||(c2.add(o),t={rel:t,crossOrigin:a,href:e},c.querySelector(o)===null&&(e=c.createElement("link"),Oe(e,"link",t),Qe(e),c.head.appendChild(e)))}}function wy(t,e,a,c){var o=(o=ja.current)?ih(o):null;if(!o)throw Error('"resourceRoot" was expected to exist. This is a bug in React.');switch(t){case"meta":case"title":return null;case"style":return typeof a.precedence=="string"&&typeof a.href=="string"?(a=Qi(a.href),e=Ja(o).hoistableStyles,c=e.get(a),c||(c={type:"style",instance:null,count:0,state:null},e.set(a,c)),c):{type:"void",instance:null,count:0,state:null};case"link":if(a.rel==="stylesheet"&&typeof a.href=="string"&&typeof a.precedence=="string"){t=Qi(a.href);var f=Ja(o).hoistableStyles,d=f.get(t);if(!d&&(o=o.ownerDocument||o,d={type:"stylesheet",instance:null,count:0,state:{loading:Br,preload:null}},f.set(t,d),(f=o.querySelector(Is(t)))&&!f._p&&(d.instance=f,d.state.loading=ap|Cu),!_u.has(t))){var h={rel:"preload",as:"style",href:a.href,crossOrigin:a.crossOrigin,integrity:a.integrity,media:a.media,hrefLang:a.hrefLang,referrerPolicy:a.referrerPolicy};_u.set(t,h),f||bv(o,t,h,d.state)}if(e&&c===null)throw a=`
|
|
201
|
+
|
|
202
|
+
- `+ks(e)+`
|
|
203
|
+
+ `+ks(a),Error("Expected <link> not to update to be updated to a stylesheet with precedence. Check the `rel`, `href`, and `precedence` props of this component. Alternatively, check whether two different <link> components render in the same slot or share the same key."+a);return d}if(e&&c!==null)throw a=`
|
|
204
|
+
|
|
205
|
+
- `+ks(e)+`
|
|
206
|
+
+ `+ks(a),Error("Expected stylesheet with precedence to not be updated to a different kind of <link>. Check the `rel`, `href`, and `precedence` props of this component. Alternatively, check whether two different <link> components render in the same slot or share the same key."+a);return null;case"script":return e=a.async,a=a.src,typeof a=="string"&&e&&typeof e!="function"&&typeof e!="symbol"?(a=Vi(a),e=Ja(o).hoistableScripts,c=e.get(a),c||(c={type:"script",instance:null,count:0,state:null},e.set(a,c)),c):{type:"void",instance:null,count:0,state:null};default:throw Error('getResource encountered a type it did not expect: "'+t+'". this is a bug in React.')}}function ks(t){var e=0,a="<link";return typeof t.rel=="string"?(e++,a+=' rel="'+t.rel+'"'):Ga.call(t,"rel")&&(e++,a+=' rel="'+(t.rel===null?"null":"invalid type "+typeof t.rel)+'"'),typeof t.href=="string"?(e++,a+=' href="'+t.href+'"'):Ga.call(t,"href")&&(e++,a+=' href="'+(t.href===null?"null":"invalid type "+typeof t.href)+'"'),typeof t.precedence=="string"?(e++,a+=' precedence="'+t.precedence+'"'):Ga.call(t,"precedence")&&(e++,a+=" precedence={"+(t.precedence===null?"null":"invalid type "+typeof t.precedence)+"}"),Object.getOwnPropertyNames(t).length>e&&(a+=" ..."),a+" />"}function Qi(t){return'href="'+se(t)+'"'}function Is(t){return'link[rel="stylesheet"]['+t+"]"}function oh(t){return Dt({},t,{"data-precedence":t.precedence,precedence:null})}function bv(t,e,a,c){t.querySelector('link[rel="preload"][as="style"]['+e+"]")?c.loading=ap:(e=t.createElement("link"),c.preload=e,e.addEventListener("load",function(){return c.loading|=ap}),e.addEventListener("error",function(){return c.loading|=n2}),Oe(e,"link",a),Qe(e),t.head.appendChild(e))}function Vi(t){return'[src="'+se(t)+'"]'}function Ps(t){return"script[async]"+t}function fh(t,e,a){if(e.count++,e.instance===null)switch(e.type){case"style":var c=t.querySelector('style[data-href~="'+se(a.href)+'"]');if(c)return e.instance=c,Qe(c),c;var o=Dt({},a,{"data-href":a.href,"data-precedence":a.precedence,href:null,precedence:null});return c=(t.ownerDocument||t).createElement("style"),Qe(c),Oe(c,"style",o),uf(c,a.precedence,t),e.instance=c;case"stylesheet":o=Qi(a.href);var f=t.querySelector(Is(o));if(f)return e.state.loading|=Cu,e.instance=f,Qe(f),f;c=oh(a),(o=_u.get(o))&&Jy(c,o),f=(t.ownerDocument||t).createElement("link"),Qe(f);var d=f;return d._p=new Promise(function(h,y){d.onload=h,d.onerror=y}),Oe(f,"link",c),e.state.loading|=Cu,uf(f,a.precedence,t),e.instance=f;case"script":return f=Vi(a.src),(o=t.querySelector(Ps(f)))?(e.instance=o,Qe(o),o):(c=a,(o=_u.get(f))&&(c=Dt({},a),Ky(c,o)),t=t.ownerDocument||t,o=t.createElement("script"),Qe(o),Oe(o,"link",c),t.head.appendChild(o),e.instance=o);case"void":return null;default:throw Error('acquireResource encountered a resource type it did not expect: "'+e.type+'". this is a bug in React.')}else e.type==="stylesheet"&&(e.state.loading&Cu)===Br&&(c=e.instance,e.state.loading|=Cu,uf(c,a.precedence,t));return e.instance}function uf(t,e,a){for(var c=a.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),o=c.length?c[c.length-1]:null,f=o,d=0;d<c.length;d++){var h=c[d];if(h.dataset.precedence===e)f=h;else if(f!==o)break}f?f.parentNode.insertBefore(t,f.nextSibling):(e=a.nodeType===9?a.head:a,e.insertBefore(t,e.firstChild))}function Jy(t,e){t.crossOrigin==null&&(t.crossOrigin=e.crossOrigin),t.referrerPolicy==null&&(t.referrerPolicy=e.referrerPolicy),t.title==null&&(t.title=e.title)}function Ky(t,e){t.crossOrigin==null&&(t.crossOrigin=e.crossOrigin),t.referrerPolicy==null&&(t.referrerPolicy=e.referrerPolicy),t.integrity==null&&(t.integrity=e.integrity)}function cf(t,e,a){if(Rg===null){var c=new Map,o=Rg=new Map;o.set(a,c)}else o=Rg,c=o.get(a),c||(c=new Map,o.set(a,c));if(c.has(t))return c;for(c.set(t,null),a=a.getElementsByTagName(t),o=0;o<a.length;o++){var f=a[o];if(!(f[Sf]||f[Me]||t==="link"&&f.getAttribute("rel")==="stylesheet")&&f.namespaceURI!==At){var d=f.getAttribute(e)||"";d=t+d;var h=c.get(d);h?h.push(f):c.set(d,[f])}}return c}function Tv(t,e,a){t=t.ownerDocument||t,t.head.insertBefore(a,e==="title"?t.querySelector("head > title"):null)}function Ev(t,e,a){var c=!a.ancestorInfo.containerTagInScope;if(a.context===am||e.itemProp!=null)return!c||e.itemProp==null||t!=="meta"&&t!=="title"&&t!=="style"&&t!=="link"&&t!=="script"||console.error("Cannot render a <%s> outside the main document if it has an `itemProp` prop. `itemProp` suggests the tag belongs to an `itemScope` which can appear anywhere in the DOM. If you were intending for React to hoist this <%s> remove the `itemProp` prop. Otherwise, try moving this tag into the <head> or <body> of the Document.",t,t),!1;switch(t){case"meta":case"title":return!0;case"style":if(typeof e.precedence!="string"||typeof e.href!="string"||e.href===""){c&&console.error('Cannot render a <style> outside the main document without knowing its precedence and a unique href key. React can hoist and deduplicate <style> tags if you provide a `precedence` prop along with an `href` prop that does not conflict with the `href` values used in any other hoisted <style> or <link rel="stylesheet" ...> tags. Note that hoisting <style> tags is considered an advanced feature that most will not use directly. Consider moving the <style> tag to the <head> or consider adding a `precedence="default"` and `href="some unique resource identifier"`.');break}return!0;case"link":if(typeof e.rel!="string"||typeof e.href!="string"||e.href===""||e.onLoad||e.onError){if(e.rel==="stylesheet"&&typeof e.precedence=="string"){t=e.href;var o=e.onError,f=e.disabled;a=[],e.onLoad&&a.push("`onLoad`"),o&&a.push("`onError`"),f!=null&&a.push("`disabled`"),o=tv(a,"and"),o+=a.length===1?" prop":" props",f=a.length===1?"an "+o:"the "+o,a.length&&console.error('React encountered a <link rel="stylesheet" href="%s" ... /> with a `precedence` prop that also included %s. The presence of loading and error handlers indicates an intent to manage the stylesheet loading state from your from your Component code and React will not hoist or deduplicate this stylesheet. If your intent was to have React hoist and deduplciate this stylesheet using the `precedence` prop remove the %s, otherwise remove the `precedence` prop.',t,f,o)}c&&(typeof e.rel!="string"||typeof e.href!="string"||e.href===""?console.error("Cannot render a <link> outside the main document without a `rel` and `href` prop. Try adding a `rel` and/or `href` prop to this <link> or moving the link into the <head> tag"):(e.onError||e.onLoad)&&console.error("Cannot render a <link> with onLoad or onError listeners outside the main document. Try removing onLoad={...} and onError={...} or moving it into the root <head> tag or somewhere in the <body>."));break}switch(e.rel){case"stylesheet":return t=e.precedence,e=e.disabled,typeof t!="string"&&c&&console.error('Cannot render a <link rel="stylesheet" /> outside the main document without knowing its precedence. Consider adding precedence="default" or moving it into the root <head> tag.'),typeof t=="string"&&e==null;default:return!0}case"script":if(t=e.async&&typeof e.async!="function"&&typeof e.async!="symbol",!t||e.onLoad||e.onError||!e.src||typeof e.src!="string"){c&&(t?e.onLoad||e.onError?console.error("Cannot render a <script> with onLoad or onError listeners outside the main document. Try removing onLoad={...} and onError={...} or moving it into the root <head> tag or somewhere in the <body>."):console.error("Cannot render a <script> outside the main document without `async={true}` and a non-empty `src` prop. Ensure there is a valid `src` and either make the script async or move it into the root <head> tag or somewhere in the <body>."):console.error('Cannot render a sync or defer <script> outside the main document without knowing its order. Try adding async="" or moving it into the root <head> tag.'));break}return!0;case"noscript":case"template":c&&console.error("Cannot render <%s> outside the main document. Try moving it into the root <head> tag.",t)}return!1}function Ht(t){return!(t.type==="stylesheet"&&(t.state.loading&u2)===Br)}function $y(t,e,a,c){if(a.type==="stylesheet"&&(typeof c.media!="string"||matchMedia(c.media).matches!==!1)&&(a.state.loading&Cu)===Br){if(a.instance===null){var o=Qi(c.href),f=e.querySelector(Is(o));if(f){e=f._p,e!==null&&typeof e=="object"&&typeof e.then=="function"&&(t.count++,t=of.bind(t),e.then(t,t)),a.state.loading|=Cu,a.instance=f,Qe(f);return}f=e.ownerDocument||e,c=oh(c),(o=_u.get(o))&&Jy(c,o),f=f.createElement("link"),Qe(f);var d=f;d._p=new Promise(function(h,y){d.onload=h,d.onerror=y}),Oe(f,"link",c),a.instance=f}t.stylesheets===null&&(t.stylesheets=new Map),t.stylesheets.set(a,e),(e=a.state.preload)&&(a.state.loading&u2)===Br&&(t.count++,a=of.bind(t),e.addEventListener("load",a),e.addEventListener("error",a))}}function sh(t,e){return t.stylesheets&&t.count===0&&tr(t,t.stylesheets),0<t.count||0<t.imgCount?function(a){var c=setTimeout(function(){if(t.stylesheets&&tr(t,t.stylesheets),t.unsuspend){var f=t.unsuspend;t.unsuspend=null,f()}},kT+e);0<t.imgBytes&&uS===0&&(uS=125*ev()*PT);var o=setTimeout(function(){if(t.waitingForImages=!1,t.count===0&&(t.stylesheets&&tr(t,t.stylesheets),t.unsuspend)){var f=t.unsuspend;t.unsuspend=null,f()}},(t.imgBytes>uS?50:IT)+e);return t.unsuspend=a,function(){t.unsuspend=null,clearTimeout(c),clearTimeout(o)}}:null}function of(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)tr(this,this.stylesheets);else if(this.unsuspend){var t=this.unsuspend;this.unsuspend=null,t()}}}function tr(t,e){t.stylesheets=null,t.unsuspend!==null&&(t.count++,Ug=new Map,e.forEach(Wy,t),Ug=null,of.call(t))}function Wy(t,e){if(!(e.state.loading&Cu)){var a=Ug.get(t);if(a)var c=a.get(cS);else{a=new Map,Ug.set(t,a);for(var o=t.querySelectorAll("link[data-precedence],style[data-precedence]"),f=0;f<o.length;f++){var d=o[f];(d.nodeName==="LINK"||d.getAttribute("media")!=="not all")&&(a.set(d.dataset.precedence,d),c=d)}c&&a.set(cS,c)}o=e.instance,d=o.getAttribute("data-precedence"),f=a.get(d)||c,f===c&&a.set(cS,o),a.set(d,o),this.count++,c=of.bind(this),o.addEventListener("load",c),o.addEventListener("error",c),f?f.parentNode.insertBefore(o,f.nextSibling):(t=t.nodeType===9?t.head:t,t.insertBefore(o,t.firstChild)),e.state.loading|=Cu}}function er(t,e,a,c,o,f,d,h,y){for(this.tag=1,this.containerInfo=t,this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=Hr,this.callbackNode=this.next=this.pendingContext=this.context=this.cancelPendingCommit=null,this.callbackPriority=0,this.expirationTimes=jr(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=jr(0),this.hiddenUpdates=jr(null),this.identifierPrefix=c,this.onUncaughtError=o,this.onCaughtError=f,this.onRecoverableError=d,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=y,this.incompleteTransitions=new Map,this.passiveEffectDuration=this.effectDuration=-0,this.memoizedUpdaters=new Set,t=this.pendingUpdatersLaneMap=[],e=0;31>e;e++)t.push(new Set);this._debugRootType=a?"hydrateRoot()":"createRoot()"}function lr(t,e,a,c,o,f,d,h,y,p,A,D){return t=new er(t,e,a,d,y,p,A,D,h),e=AT,f===!0&&(e|=Ta|nc),e|=Ot,f=yt(3,null,null,e),t.current=f,f.stateNode=t,e=fd(),vi(e),t.pooledCache=e,vi(e),f.memoizedState={element:c,isDehydrated:a,cache:e},Bt(f),t}function Av(t){return t?(t=Df,t):Df}function rh(t,e,a,c,o,f){if(cl&&typeof cl.onScheduleFiberRoot=="function")try{cl.onScheduleFiberRoot(Ki,c,a)}catch(d){vu||(vu=!0,console.error("React instrumentation encountered an error: %o",d))}o=Av(o),c.context===null?c.context=o:c.pendingContext=o,pu&&ba!==null&&!s2&&(s2=!0,console.error(`Render methods should be a pure function of props and state; triggering nested component updates from render is not allowed. If necessary, trigger nested updates in componentDidUpdate.
|
|
207
|
+
|
|
208
|
+
Check the render method of %s.`,P(ba)||"Unknown")),c=al(e),c.payload={element:a},f=f===void 0?null:f,f!==null&&(typeof f!="function"&&console.error("Expected the last optional `callback` argument to be a function. Instead received: %s.",f),c.callback=f),a=In(t,c,e),a!==null&&(Wn(e,"root.render()",null),rt(a,t,e),tn(a,t,e))}function zv(t,e){if(t=t.memoizedState,t!==null&&t.dehydrated!==null){var a=t.retryLane;t.retryLane=a!==0&&a<e?a:e}}function Fy(t,e){zv(t,e),(t=t.alternate)&&zv(t,e)}function ky(t){if(t.tag===13||t.tag===31){var e=ql(t,67108864);e!==null&&rt(e,t,67108864),Fy(t,67108864)}}function Iy(t){if(t.tag===13||t.tag===31){var e=jl(t);e=ei(e);var a=ql(t,e);a!==null&&rt(a,t,e),Fy(t,e)}}function he(){return ba}function Py(t,e,a,c){var o=N.T;N.T=null;var f=te.p;try{te.p=il,t0(t,e,a,c)}finally{te.p=f,N.T=o}}function Cl(t,e,a,c){var o=N.T;N.T=null;var f=te.p;try{te.p=Hl,t0(t,e,a,c)}finally{te.p=f,N.T=o}}function t0(t,e,a,c){if(_g){var o=dh(c);if(o===null)Un(t,e,c,Hg,a),mh(t,c);else if(Dv(o,t,e,a,c))c.stopPropagation();else if(mh(t,c),e&4&&-1<eE.indexOf(t)){for(;o!==null;){var f=sn(o);if(f!==null)switch(f.tag){case 3:if(f=f.stateNode,f.current.memoizedState.isDehydrated){var d=ti(f.pendingLanes);if(d!==0){var h=f;for(h.pendingLanes|=2,h.entangledLanes|=2;d;){var y=1<<31-_l(d);h.entanglements[1]|=y,d&=~y}pa(f),(Kt&(Nl|Gn))===Zl&&(mg=gl()+jb,ru(0))}}break;case 31:case 13:h=ql(f,2),h!==null&&rt(h,f,2),qa(),Fy(f,2)}if(f=dh(c),f===null&&Un(t,e,c,Hg,a),f===o)break;o=f}o!==null&&c.stopPropagation()}else Un(t,e,c,null,a)}}function dh(t){return t=hn(t),e0(t)}function e0(t){if(Hg=null,t=Nu(t),t!==null){var e=pt(t);if(e===null)t=null;else{var a=e.tag;if(a===13){if(t=el(e),t!==null)return t;t=null}else if(a===31){if(t=xe(e),t!==null)return t;t=null}else if(a===3){if(e.stateNode.current.memoizedState.isDehydrated)return e.tag===3?e.stateNode.containerInfo:null;t=null}else e!==t&&(t=null)}}return Hg=t,null}function hh(t){switch(t){case"beforetoggle":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"toggle":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 il;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"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return Hl;case"message":switch(or()){case r0:return il;case Ah:return Hl;case Ji:case _v:return Xl;case zh:return Kc;default:return Xl}default:return Xl}}function mh(t,e){switch(t){case"focusin":case"focusout":Qf=null;break;case"dragenter":case"dragleave":Vf=null;break;case"mouseover":case"mouseout":Zf=null;break;case"pointerover":case"pointerout":up.delete(e.pointerId);break;case"gotpointercapture":case"lostpointercapture":cp.delete(e.pointerId)}}function Zc(t,e,a,c,o,f){return t===null||t.nativeEvent!==f?(t={blockedOn:e,domEventName:a,eventSystemFlags:c,nativeEvent:f,targetContainers:[o]},e!==null&&(e=sn(e),e!==null&&ky(e)),t):(t.eventSystemFlags|=c,e=t.targetContainers,o!==null&&e.indexOf(o)===-1&&e.push(o),t)}function Dv(t,e,a,c,o){switch(e){case"focusin":return Qf=Zc(Qf,t,e,a,c,o),!0;case"dragenter":return Vf=Zc(Vf,t,e,a,c,o),!0;case"mouseover":return Zf=Zc(Zf,t,e,a,c,o),!0;case"pointerover":var f=o.pointerId;return up.set(f,Zc(up.get(f)||null,t,e,a,c,o)),!0;case"gotpointercapture":return f=o.pointerId,cp.set(f,Zc(cp.get(f)||null,t,e,a,c,o)),!0}return!1}function l0(t){var e=Nu(t.target);if(e!==null){var a=pt(e);if(a!==null){if(e=a.tag,e===13){if(e=el(a),e!==null){t.blockedOn=e,dp(t.priority,function(){Iy(a)});return}}else if(e===31){if(e=xe(a),e!==null){t.blockedOn=e,dp(t.priority,function(){Iy(a)});return}}else if(e===3&&a.stateNode.current.memoizedState.isDehydrated){t.blockedOn=a.tag===3?a.stateNode.containerInfo:null;return}}}t.blockedOn=null}function ff(t){if(t.blockedOn!==null)return!1;for(var e=t.targetContainers;0<e.length;){var a=dh(t.nativeEvent);if(a===null){a=t.nativeEvent;var c=new a.constructor(a.type,a),o=c;p0!==null&&console.error("Expected currently replaying event to be null. This error is likely caused by a bug in React. Please file an issue."),p0=o,a.target.dispatchEvent(c),p0===null&&console.error("Expected currently replaying event to not be null. This error is likely caused by a bug in React. Please file an issue."),p0=null}else return e=sn(a),e!==null&&ky(e),t.blockedOn=a,!1;e.shift()}return!0}function yh(t,e,a){ff(t)&&a.delete(e)}function Kg(){iS=!1,Qf!==null&&ff(Qf)&&(Qf=null),Vf!==null&&ff(Vf)&&(Vf=null),Zf!==null&&ff(Zf)&&(Zf=null),up.forEach(yh),cp.forEach(yh)}function ar(t,e){t.blockedOn===e&&(t.blockedOn=null,iS||(iS=!0,Je.unstable_scheduleCallback(Je.unstable_NormalPriority,Kg)))}function Ov(t){Bg!==t&&(Bg=t,Je.unstable_scheduleCallback(Je.unstable_NormalPriority,function(){Bg===t&&(Bg=null);for(var e=0;e<t.length;e+=3){var a=t[e],c=t[e+1],o=t[e+2];if(typeof c!="function"){if(e0(c||a)===null)continue;break}var f=sn(a);f!==null&&(t.splice(e,3),e-=3,a={pending:!0,data:o,method:a.method,action:c},Object.freeze(a),Ku(f,a,c,o))}}))}function Zi(t){function e(y){return ar(y,t)}Qf!==null&&ar(Qf,t),Vf!==null&&ar(Vf,t),Zf!==null&&ar(Zf,t),up.forEach(e),cp.forEach(e);for(var a=0;a<Lf.length;a++){var c=Lf[a];c.blockedOn===t&&(c.blockedOn=null)}for(;0<Lf.length&&(a=Lf[0],a.blockedOn===null);)l0(a),a.blockedOn===null&&Lf.shift();if(a=(t.ownerDocument||t).$$reactFormReplay,a!=null)for(c=0;c<a.length;c+=3){var o=a[c],f=a[c+1],d=o[ca]||null;if(typeof f=="function")d||Ov(a);else if(d){var h=null;if(f&&f.hasAttribute("formAction")){if(o=f,d=f[ca]||null)h=d.formAction;else if(e0(o)!==null)continue}else h=d.action;typeof h=="function"?a[c+1]=h:(a.splice(c,3),c-=3),Ov(a)}}}function Mv(){function t(f){f.canIntercept&&f.info==="react-transition"&&f.intercept({handler:function(){return new Promise(function(d){return o=d})},focusReset:"manual",scroll:"manual"})}function e(){o!==null&&(o(),o=null),c||setTimeout(a,20)}function a(){if(!c&&!navigation.transition){var f=navigation.currentEntry;f&&f.url!=null&&navigation.navigate(f.url,{state:f.getState(),info:"react-transition",history:"replace"})}}if(typeof navigation=="object"){var c=!1,o=null;return navigation.addEventListener("navigate",t),navigation.addEventListener("navigatesuccess",e),navigation.addEventListener("navigateerror",e),setTimeout(a,100),function(){c=!0,navigation.removeEventListener("navigate",t),navigation.removeEventListener("navigatesuccess",e),navigation.removeEventListener("navigateerror",e),o!==null&&(o(),o=null)}}}function a0(t){this._internalRoot=t}function Hn(t){this._internalRoot=t}function n0(t){t[ac]&&(t._reactRootContainer?console.error("You are calling ReactDOMClient.createRoot() on a container that was previously passed to ReactDOM.render(). This is not supported."):console.error("You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it."))}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var Je=_2(),nr=oa,$g=rS,Dt=Object.assign,Rv=Symbol.for("react.element"),nn=Symbol.for("react.transitional.element"),Lc=Symbol.for("react.portal"),sf=Symbol.for("react.fragment"),ua=Symbol.for("react.strict_mode"),ur=Symbol.for("react.profiler"),ph=Symbol.for("react.consumer"),Bn=Symbol.for("react.context"),rf=Symbol.for("react.forward_ref"),Li=Symbol.for("react.suspense"),Sa=Symbol.for("react.suspense_list"),cr=Symbol.for("react.memo"),Gl=Symbol.for("react.lazy"),Nn=Symbol.for("react.activity"),Wg=Symbol.for("react.memo_cache_sentinel"),Uv=Symbol.iterator,df=Symbol.for("react.client.reference"),Pe=Array.isArray,N=nr.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,te=$g.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Fg=Object.freeze({pending:!1,data:null,method:null,action:null}),u0=[],c0=[],lc=-1,wc=ll(null),hf=ll(null),ja=ll(null),Jc=ll(null),mf=0,Cv,wi,yf,i0,ir,vh,gh;vt.__reactDisabledLog=!0;var pf,o0,Sh=!1,f0=new(typeof WeakMap=="function"?WeakMap:Map),ba=null,pu=!1,Ga=Object.prototype.hasOwnProperty,s0=Je.unstable_scheduleCallback,bh=Je.unstable_cancelCallback,Th=Je.unstable_shouldYield,Eh=Je.unstable_requestPaint,gl=Je.unstable_now,or=Je.unstable_getCurrentPriorityLevel,r0=Je.unstable_ImmediatePriority,Ah=Je.unstable_UserBlockingPriority,Ji=Je.unstable_NormalPriority,_v=Je.unstable_LowPriority,zh=Je.unstable_IdlePriority,d0=Je.log,Hv=Je.unstable_setDisableYieldValue,Ki=null,cl=null,vu=!1,gu=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u",_l=Math.clz32?Math.clz32:fm,h0=Math.log,Dh=Math.LN2,vf=256,fr=262144,gf=4194304,il=2,Hl=8,Xl=32,Kc=268435456,un=Math.random().toString(36).slice(2),Me="__reactFiber$"+un,ca="__reactProps$"+un,ac="__reactContainer$"+un,$i="__reactEvents$"+un,kg="__reactListeners$"+un,Bv="__reactHandles$"+un,sr="__reactResources$"+un,Sf="__reactMarker$"+un,Nv=new Set,Su={},bf={},xv={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0},Tf=RegExp("^[: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]*$"),m0={},Oh={},Mh=/[\n"\\]/g,y0=!1,qv=!1,rr=!1,l=!1,n=!1,u=!1,i=["value","defaultValue"],s=!1,r=/["'&<>\n\t]|^\s|\s$/,m="address applet area article aside base basefont bgsound blockquote body br button caption center col colgroup dd details dir div dl dt embed fieldset figcaption figure footer form frame frameset h1 h2 h3 h4 h5 h6 head header hgroup hr html iframe img input isindex li link listing main marquee menu menuitem meta nav noembed noframes noscript object ol p param plaintext pre script section select source style summary table tbody td template textarea tfoot th thead title tr track ul wbr xmp".split(" "),v="applet caption html table td th marquee object template foreignObject desc title".split(" "),T=v.concat(["button"]),C="dd dt li option optgroup p rp rt".split(" "),Y={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null,containerTagInScope:null,implicitRootScope:!1},X={},_={animation:"animationDelay animationDirection animationDuration animationFillMode animationIterationCount animationName animationPlayState animationTimingFunction".split(" "),background:"backgroundAttachment backgroundClip backgroundColor backgroundImage backgroundOrigin backgroundPositionX backgroundPositionY backgroundRepeat backgroundSize".split(" "),backgroundPosition:["backgroundPositionX","backgroundPositionY"],border:"borderBottomColor borderBottomStyle borderBottomWidth borderImageOutset borderImageRepeat borderImageSlice borderImageSource borderImageWidth borderLeftColor borderLeftStyle borderLeftWidth borderRightColor borderRightStyle borderRightWidth borderTopColor borderTopStyle borderTopWidth".split(" "),borderBlockEnd:["borderBlockEndColor","borderBlockEndStyle","borderBlockEndWidth"],borderBlockStart:["borderBlockStartColor","borderBlockStartStyle","borderBlockStartWidth"],borderBottom:["borderBottomColor","borderBottomStyle","borderBottomWidth"],borderColor:["borderBottomColor","borderLeftColor","borderRightColor","borderTopColor"],borderImage:["borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth"],borderInlineEnd:["borderInlineEndColor","borderInlineEndStyle","borderInlineEndWidth"],borderInlineStart:["borderInlineStartColor","borderInlineStartStyle","borderInlineStartWidth"],borderLeft:["borderLeftColor","borderLeftStyle","borderLeftWidth"],borderRadius:["borderBottomLeftRadius","borderBottomRightRadius","borderTopLeftRadius","borderTopRightRadius"],borderRight:["borderRightColor","borderRightStyle","borderRightWidth"],borderStyle:["borderBottomStyle","borderLeftStyle","borderRightStyle","borderTopStyle"],borderTop:["borderTopColor","borderTopStyle","borderTopWidth"],borderWidth:["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth"],columnRule:["columnRuleColor","columnRuleStyle","columnRuleWidth"],columns:["columnCount","columnWidth"],flex:["flexBasis","flexGrow","flexShrink"],flexFlow:["flexDirection","flexWrap"],font:"fontFamily fontFeatureSettings fontKerning fontLanguageOverride fontSize fontSizeAdjust fontStretch fontStyle fontVariant fontVariantAlternates fontVariantCaps fontVariantEastAsian fontVariantLigatures fontVariantNumeric fontVariantPosition fontWeight lineHeight".split(" "),fontVariant:"fontVariantAlternates fontVariantCaps fontVariantEastAsian fontVariantLigatures fontVariantNumeric fontVariantPosition".split(" "),gap:["columnGap","rowGap"],grid:"gridAutoColumns gridAutoFlow gridAutoRows gridTemplateAreas gridTemplateColumns gridTemplateRows".split(" "),gridArea:["gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart"],gridColumn:["gridColumnEnd","gridColumnStart"],gridColumnGap:["columnGap"],gridGap:["columnGap","rowGap"],gridRow:["gridRowEnd","gridRowStart"],gridRowGap:["rowGap"],gridTemplate:["gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],listStyle:["listStyleImage","listStylePosition","listStyleType"],margin:["marginBottom","marginLeft","marginRight","marginTop"],marker:["markerEnd","markerMid","markerStart"],mask:"maskClip maskComposite maskImage maskMode maskOrigin maskPositionX maskPositionY maskRepeat maskSize".split(" "),maskPosition:["maskPositionX","maskPositionY"],outline:["outlineColor","outlineStyle","outlineWidth"],overflow:["overflowX","overflowY"],padding:["paddingBottom","paddingLeft","paddingRight","paddingTop"],placeContent:["alignContent","justifyContent"],placeItems:["alignItems","justifyItems"],placeSelf:["alignSelf","justifySelf"],textDecoration:["textDecorationColor","textDecorationLine","textDecorationStyle"],textEmphasis:["textEmphasisColor","textEmphasisStyle"],transition:["transitionDelay","transitionDuration","transitionProperty","transitionTimingFunction"],wordWrap:["overflowWrap"]},x=/([A-Z])/g,W=/^ms-/,ct=/^(?:webkit|moz|o)[A-Z]/,me=/^-ms-/,R=/-(.)/g,z=/;\s*$/,U={},G={},tt=!1,Jt=!1,k=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" ")),gt="http://www.w3.org/1998/Math/MathML",At="http://www.w3.org/2000/svg",Ft=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["crossOrigin","crossorigin"],["accentHeight","accent-height"],["alignmentBaseline","alignment-baseline"],["arabicForm","arabic-form"],["baselineShift","baseline-shift"],["capHeight","cap-height"],["clipPath","clip-path"],["clipRule","clip-rule"],["colorInterpolation","color-interpolation"],["colorInterpolationFilters","color-interpolation-filters"],["colorProfile","color-profile"],["colorRendering","color-rendering"],["dominantBaseline","dominant-baseline"],["enableBackground","enable-background"],["fillOpacity","fill-opacity"],["fillRule","fill-rule"],["floodColor","flood-color"],["floodOpacity","flood-opacity"],["fontFamily","font-family"],["fontSize","font-size"],["fontSizeAdjust","font-size-adjust"],["fontStretch","font-stretch"],["fontStyle","font-style"],["fontVariant","font-variant"],["fontWeight","font-weight"],["glyphName","glyph-name"],["glyphOrientationHorizontal","glyph-orientation-horizontal"],["glyphOrientationVertical","glyph-orientation-vertical"],["horizAdvX","horiz-adv-x"],["horizOriginX","horiz-origin-x"],["imageRendering","image-rendering"],["letterSpacing","letter-spacing"],["lightingColor","lighting-color"],["markerEnd","marker-end"],["markerMid","marker-mid"],["markerStart","marker-start"],["overlinePosition","overline-position"],["overlineThickness","overline-thickness"],["paintOrder","paint-order"],["panose-1","panose-1"],["pointerEvents","pointer-events"],["renderingIntent","rendering-intent"],["shapeRendering","shape-rendering"],["stopColor","stop-color"],["stopOpacity","stop-opacity"],["strikethroughPosition","strikethrough-position"],["strikethroughThickness","strikethrough-thickness"],["strokeDasharray","stroke-dasharray"],["strokeDashoffset","stroke-dashoffset"],["strokeLinecap","stroke-linecap"],["strokeLinejoin","stroke-linejoin"],["strokeMiterlimit","stroke-miterlimit"],["strokeOpacity","stroke-opacity"],["strokeWidth","stroke-width"],["textAnchor","text-anchor"],["textDecoration","text-decoration"],["textRendering","text-rendering"],["transformOrigin","transform-origin"],["underlinePosition","underline-position"],["underlineThickness","underline-thickness"],["unicodeBidi","unicode-bidi"],["unicodeRange","unicode-range"],["unitsPerEm","units-per-em"],["vAlphabetic","v-alphabetic"],["vHanging","v-hanging"],["vIdeographic","v-ideographic"],["vMathematical","v-mathematical"],["vectorEffect","vector-effect"],["vertAdvY","vert-adv-y"],["vertOriginX","vert-origin-x"],["vertOriginY","vert-origin-y"],["wordSpacing","word-spacing"],["writingMode","writing-mode"],["xmlnsXlink","xmlns:xlink"],["xHeight","x-height"]]),xn={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",fetchpriority:"fetchPriority",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",inert:"inert",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",popover:"popover",popovertarget:"popoverTarget",popovertargetaction:"popoverTargetAction",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",transformorigin:"transformOrigin","transform-origin":"transformOrigin",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},Yv={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0,"aria-braillelabel":0,"aria-brailleroledescription":0,"aria-colindextext":0,"aria-rowindextext":0},Rh={},x2=RegExp("^(aria)-[: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]*$"),q2=RegExp("^(aria)[A-Z][: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]*$"),dS=!1,Xa={},hS=/^on./,Y2=/^on[^A-Z]/,j2=RegExp("^(aria)-[: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]*$"),G2=RegExp("^(aria)[A-Z][: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]*$"),X2=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i,p0=null,Uh=null,Ch=null,Ig=!1,$c=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Pg=!1;if($c)try{var v0={};Object.defineProperty(v0,"passive",{get:function(){Pg=!0}}),window.addEventListener("test",v0,v0),window.removeEventListener("test",v0,v0)}catch{Pg=!1}var Ef=null,t1=null,jv=null,dr={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(t){return t.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Gv=rl(dr),g0=Dt({},dr,{view:0,detail:0}),Q2=rl(g0),e1,l1,S0,Xv=Dt({},g0,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:ls,button:0,buttons:0,relatedTarget:function(t){return t.relatedTarget===void 0?t.fromElement===t.srcElement?t.toElement:t.fromElement:t.relatedTarget},movementX:function(t){return"movementX"in t?t.movementX:(t!==S0&&(S0&&t.type==="mousemove"?(e1=t.screenX-S0.screenX,l1=t.screenY-S0.screenY):l1=e1=0,S0=t),e1)},movementY:function(t){return"movementY"in t?t.movementY:l1}}),mS=rl(Xv),V2=Dt({},Xv,{dataTransfer:0}),Z2=rl(V2),L2=Dt({},g0,{relatedTarget:0}),a1=rl(L2),w2=Dt({},dr,{animationName:0,elapsedTime:0,pseudoElement:0}),J2=rl(w2),K2=Dt({},dr,{clipboardData:function(t){return"clipboardData"in t?t.clipboardData:window.clipboardData}}),$2=rl(K2),W2=Dt({},dr,{data:0}),yS=rl(W2),F2=yS,k2={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},I2={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"},P2={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"},tT=Dt({},g0,{key:function(t){if(t.key){var e=k2[t.key]||t.key;if(e!=="Unidentified")return e}return t.type==="keypress"?(t=es(t),t===13?"Enter":String.fromCharCode(t)):t.type==="keydown"||t.type==="keyup"?I2[t.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:ls,charCode:function(t){return t.type==="keypress"?es(t):0},keyCode:function(t){return t.type==="keydown"||t.type==="keyup"?t.keyCode:0},which:function(t){return t.type==="keypress"?es(t):t.type==="keydown"||t.type==="keyup"?t.keyCode:0}}),eT=rl(tT),lT=Dt({},Xv,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),pS=rl(lT),aT=Dt({},g0,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:ls}),nT=rl(aT),uT=Dt({},dr,{propertyName:0,elapsedTime:0,pseudoElement:0}),cT=rl(uT),iT=Dt({},Xv,{deltaX:function(t){return"deltaX"in t?t.deltaX:"wheelDeltaX"in t?-t.wheelDeltaX:0},deltaY:function(t){return"deltaY"in t?t.deltaY:"wheelDeltaY"in t?-t.wheelDeltaY:"wheelDelta"in t?-t.wheelDelta:0},deltaZ:0,deltaMode:0}),oT=rl(iT),fT=Dt({},dr,{newState:0,oldState:0}),sT=rl(fT),rT=[9,13,27,32],vS=229,n1=$c&&"CompositionEvent"in window,b0=null;$c&&"documentMode"in document&&(b0=document.documentMode);var dT=$c&&"TextEvent"in window&&!b0,gS=$c&&(!n1||b0&&8<b0&&11>=b0),SS=32,bS=String.fromCharCode(SS),TS=!1,_h=!1,hT={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},T0=null,E0=null,ES=!1;$c&&(ES=Ir("input")&&(!document.documentMode||9<document.documentMode));var Qa=typeof Object.is=="function"?Object.is:Pr,mT=$c&&"documentMode"in document&&11>=document.documentMode,Hh=null,u1=null,A0=null,c1=!1,Bh={animationend:fi("Animation","AnimationEnd"),animationiteration:fi("Animation","AnimationIteration"),animationstart:fi("Animation","AnimationStart"),transitionrun:fi("Transition","TransitionRun"),transitionstart:fi("Transition","TransitionStart"),transitioncancel:fi("Transition","TransitionCancel"),transitionend:fi("Transition","TransitionEnd")},i1={},AS={};$c&&(AS=document.createElement("div").style,"AnimationEvent"in window||(delete Bh.animationend.animation,delete Bh.animationiteration.animation,delete Bh.animationstart.animation),"TransitionEvent"in window||delete Bh.transitionend.transition);var zS=si("animationend"),DS=si("animationiteration"),OS=si("animationstart"),yT=si("transitionrun"),pT=si("transitionstart"),vT=si("transitioncancel"),MS=si("transitionend"),RS=new Map,o1="abort auxClick beforeToggle 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(" ");o1.push("scrollEnd");var US=0;if(typeof performance=="object"&&typeof performance.now=="function")var gT=performance,CS=function(){return gT.now()};else{var ST=Date;CS=function(){return ST.now()}}var f1=typeof reportError=="function"?reportError:function(t){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var e=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof t=="object"&&t!==null&&typeof t.message=="string"?String(t.message):String(t),error:t});if(!window.dispatchEvent(e))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",t);return}console.error(t)},bT="This object has been omitted by React in the console log to avoid sending too much data from the server. Try logging smaller or more specific objects.",Qv=0,s1=1,r1=2,d1=3,Vv="– ",Zv="+ ",_S=" ",Re=typeof console<"u"&&typeof console.timeStamp=="function"&&typeof performance<"u"&&typeof performance.measure=="function",bu="Components ⚛",Xt="Scheduler ⚛",Lt="Blocking",Af=!1,Wi={color:"primary",properties:null,tooltipText:"",track:bu},zf={start:-0,end:-0,detail:{devtools:Wi}},TT=["Changed Props",""],HS="This component received deeply equal props. It might benefit from useMemo or the React Compiler in its owner.",ET=["Changed Props",HS],z0=1,Fi=2,Tu=[],Nh=0,h1=0,Df={};Object.freeze(Df);var Eu=null,xh=null,st=0,AT=1,Ot=2,Ta=8,nc=16,zT=32,BS=!1;try{var NS=Object.preventExtensions({})}catch{BS=!0}var m1=new WeakMap,qh=[],Yh=0,Lv=null,D0=0,Au=[],zu=0,hr=null,ki=1,Ii="",ia=null,Ue=null,Gt=!1,Wc=!1,qn=null,Of=null,Du=!1,y1=Error("Hydration Mismatch Exception: This is not a real error, and should not leak into userspace. If you're seeing this, it's likely a bug in React."),p1=ll(null),v1=ll(null),xS={},wv=null,jh=null,Gh=!1,DT=typeof AbortController<"u"?AbortController:function(){var t=[],e=this.signal={aborted:!1,addEventListener:function(a,c){t.push(c)}};this.abort=function(){e.aborted=!0,t.forEach(function(a){return a()})}},OT=Je.unstable_scheduleCallback,MT=Je.unstable_NormalPriority,Sl={$$typeof:Bn,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0,_currentRenderer:null,_currentRenderer2:null},bl=Je.unstable_now,Jv=console.createTask?console.createTask:function(){return null},O0=1,Kv=2,Ql=-0,Mf=-0,Pi=-0,to=null,Va=-1.1,mr=-0,Ge=-0,nt=-1.1,ot=-1.1,Ne=null,Ke=!1,yr=-0,Fc=-1.1,M0=null,Rf=0,g1=null,S1=null,pr=-1.1,R0=null,Xh=-1.1,$v=-1.1,eo=-0,lo=-1.1,Ou=-1.1,b1=0,U0=null,qS=null,YS=null,Uf=-1.1,vr=null,Cf=-1.1,Wv=-1.1,jS=-0,GS=-0,Fv=0,RT=null,XS=0,C0=-1.1,kv=!1,Iv=!1,_0=null,T1=0,gr=0,Qh=null,QS=N.S;N.S=function(t,e){if(qb=gl(),typeof e=="object"&&e!==null&&typeof e.then=="function"){if(0>lo&&0>Ou){lo=bl();var a=lf(),c=mu();(a!==Cf||c!==vr)&&(Cf=-1.1),Uf=a,vr=c}Xu(t,e)}QS!==null&&QS(t,e)};var Sr=ll(null),uc={recordUnsafeLifecycleWarnings:function(){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}},H0=[],B0=[],N0=[],x0=[],q0=[],Y0=[],br=new Set;uc.recordUnsafeLifecycleWarnings=function(t,e){br.has(t.type)||(typeof e.componentWillMount=="function"&&e.componentWillMount.__suppressDeprecationWarning!==!0&&H0.push(t),t.mode&Ta&&typeof e.UNSAFE_componentWillMount=="function"&&B0.push(t),typeof e.componentWillReceiveProps=="function"&&e.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&N0.push(t),t.mode&Ta&&typeof e.UNSAFE_componentWillReceiveProps=="function"&&x0.push(t),typeof e.componentWillUpdate=="function"&&e.componentWillUpdate.__suppressDeprecationWarning!==!0&&q0.push(t),t.mode&Ta&&typeof e.UNSAFE_componentWillUpdate=="function"&&Y0.push(t))},uc.flushPendingUnsafeLifecycleWarnings=function(){var t=new Set;0<H0.length&&(H0.forEach(function(h){t.add(P(h)||"Component"),br.add(h.type)}),H0=[]);var e=new Set;0<B0.length&&(B0.forEach(function(h){e.add(P(h)||"Component"),br.add(h.type)}),B0=[]);var a=new Set;0<N0.length&&(N0.forEach(function(h){a.add(P(h)||"Component"),br.add(h.type)}),N0=[]);var c=new Set;0<x0.length&&(x0.forEach(function(h){c.add(P(h)||"Component"),br.add(h.type)}),x0=[]);var o=new Set;0<q0.length&&(q0.forEach(function(h){o.add(P(h)||"Component"),br.add(h.type)}),q0=[]);var f=new Set;if(0<Y0.length&&(Y0.forEach(function(h){f.add(P(h)||"Component"),br.add(h.type)}),Y0=[]),0<e.size){var d=F(e);console.error(`Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://react.dev/link/unsafe-component-lifecycles for details.
|
|
209
|
+
|
|
210
|
+
* Move code with side effects to componentDidMount, and set initial state in the constructor.
|
|
211
|
+
|
|
212
|
+
Please update the following components: %s`,d)}0<c.size&&(d=F(c),console.error(`Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://react.dev/link/unsafe-component-lifecycles for details.
|
|
213
|
+
|
|
214
|
+
* Move data fetching code or side effects to componentDidUpdate.
|
|
215
|
+
* If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://react.dev/link/derived-state
|
|
216
|
+
|
|
217
|
+
Please update the following components: %s`,d)),0<f.size&&(d=F(f),console.error(`Using UNSAFE_componentWillUpdate in strict mode is not recommended and may indicate bugs in your code. See https://react.dev/link/unsafe-component-lifecycles for details.
|
|
218
|
+
|
|
219
|
+
* Move data fetching code or side effects to componentDidUpdate.
|
|
220
|
+
|
|
221
|
+
Please update the following components: %s`,d)),0<t.size&&(d=F(t),console.warn(`componentWillMount has been renamed, and is not recommended for use. See https://react.dev/link/unsafe-component-lifecycles for details.
|
|
222
|
+
|
|
223
|
+
* Move code with side effects to componentDidMount, and set initial state in the constructor.
|
|
224
|
+
* Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
|
|
225
|
+
|
|
226
|
+
Please update the following components: %s`,d)),0<a.size&&(d=F(a),console.warn(`componentWillReceiveProps has been renamed, and is not recommended for use. See https://react.dev/link/unsafe-component-lifecycles for details.
|
|
227
|
+
|
|
228
|
+
* Move data fetching code or side effects to componentDidUpdate.
|
|
229
|
+
* If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://react.dev/link/derived-state
|
|
230
|
+
* Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
|
|
231
|
+
|
|
232
|
+
Please update the following components: %s`,d)),0<o.size&&(d=F(o),console.warn(`componentWillUpdate has been renamed, and is not recommended for use. See https://react.dev/link/unsafe-component-lifecycles for details.
|
|
233
|
+
|
|
234
|
+
* Move data fetching code or side effects to componentDidUpdate.
|
|
235
|
+
* Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
|
|
236
|
+
|
|
237
|
+
Please update the following components: %s`,d))};var Pv=new Map,VS=new Set;uc.recordLegacyContextWarning=function(t,e){for(var a=null,c=t;c!==null;)c.mode&Ta&&(a=c),c=c.return;a===null?console.error("Expected to find a StrictMode component in a strict mode tree. This error is likely caused by a bug in React. Please file an issue."):!VS.has(t.type)&&(c=Pv.get(a),t.type.contextTypes!=null||t.type.childContextTypes!=null||e!==null&&typeof e.getChildContext=="function")&&(c===void 0&&(c=[],Pv.set(a,c)),c.push(t))},uc.flushLegacyContextWarning=function(){Pv.forEach(function(t){if(t.length!==0){var e=t[0],a=new Set;t.forEach(function(o){a.add(P(o)||"Component"),VS.add(o.type)});var c=F(a);$(e,function(){console.error(`Legacy context API has been detected within a strict-mode tree.
|
|
238
|
+
|
|
239
|
+
The old API will be supported in all 16.x releases, but applications using it should migrate to the new version.
|
|
240
|
+
|
|
241
|
+
Please update the following components: %s
|
|
242
|
+
|
|
243
|
+
Learn more about this warning here: https://react.dev/link/legacy-context`,c)})}})},uc.discardPendingWarnings=function(){H0=[],B0=[],N0=[],x0=[],q0=[],Y0=[],Pv=new Map};var ZS={react_stack_bottom_frame:function(t,e,a){var c=pu;pu=!0;try{return t(e,a)}finally{pu=c}}},E1=ZS.react_stack_bottom_frame.bind(ZS),LS={react_stack_bottom_frame:function(t){var e=pu;pu=!0;try{return t.render()}finally{pu=e}}},wS=LS.react_stack_bottom_frame.bind(LS),JS={react_stack_bottom_frame:function(t,e){try{e.componentDidMount()}catch(a){Et(t,t.return,a)}}},A1=JS.react_stack_bottom_frame.bind(JS),KS={react_stack_bottom_frame:function(t,e,a,c,o){try{e.componentDidUpdate(a,c,o)}catch(f){Et(t,t.return,f)}}},$S=KS.react_stack_bottom_frame.bind(KS),WS={react_stack_bottom_frame:function(t,e){var a=e.stack;t.componentDidCatch(e.value,{componentStack:a!==null?a:""})}},UT=WS.react_stack_bottom_frame.bind(WS),FS={react_stack_bottom_frame:function(t,e,a){try{a.componentWillUnmount()}catch(c){Et(t,e,c)}}},kS=FS.react_stack_bottom_frame.bind(FS),IS={react_stack_bottom_frame:function(t){var e=t.create;return t=t.inst,e=e(),t.destroy=e}},CT=IS.react_stack_bottom_frame.bind(IS),PS={react_stack_bottom_frame:function(t,e,a){try{a()}catch(c){Et(t,e,c)}}},_T=PS.react_stack_bottom_frame.bind(PS),tb={react_stack_bottom_frame:function(t){var e=t._init;return e(t._payload)}},HT=tb.react_stack_bottom_frame.bind(tb),Vh=Error("Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`."),z1=Error("Suspense Exception: This is not a real error, and should not leak into userspace. If you're seeing this, it's likely a bug in React."),tg=Error("Suspense Exception: This is not a real error! It's an implementation detail of `useActionState` to interrupt the current render. You must either rethrow it immediately, or move the `useActionState` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary."),eg={then:function(){console.error('Internal React error: A listener was unexpectedly attached to a "noop" thenable. This is a bug in React. Please file an issue.')}},Tr=null,j0=!1,Zh=null,G0=0,Mt=null,D1,eb=D1=!1,lb={},ab={},nb={};$e=function(t,e,a){if(a!==null&&typeof a=="object"&&a._store&&(!a._store.validated&&a.key==null||a._store.validated===2)){if(typeof a._store!="object")throw Error("React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue.");a._store.validated=1;var c=P(t),o=c||"null";if(!lb[o]){lb[o]=!0,a=a._owner,t=t._debugOwner;var f="";t&&typeof t.tag=="number"&&(o=P(t))&&(f=`
|
|
244
|
+
|
|
245
|
+
Check the render method of \``+o+"`."),f||c&&(f=`
|
|
246
|
+
|
|
247
|
+
Check the top-level render call using <`+c+">.");var d="";a!=null&&t!==a&&(c=null,typeof a.tag=="number"?c=P(a):typeof a.name=="string"&&(c=a.name),c&&(d=" It was passed a child from "+c+".")),$(e,function(){console.error('Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',f,d)})}}};var Er=hl(!0),ub=hl(!1),cb=0,ib=1,ob=2,O1=3,_f=!1,fb=!1,M1=null,R1=!1,Lh=ll(null),lg=ll(0),Yn=ll(null),Mu=null,wh=1,X0=2,ol=ll(0),ag=0,Ru=1,Za=2,jn=4,La=8,Jh,sb=new Set,rb=new Set,U1=new Set,db=new Set,ao=0,ht=null,be=null,Tl=null,ng=!1,Kh=!1,Ar=!1,ug=0,Q0=0,no=null,BT=0,NT=25,B=null,Uu=null,uo=-1,V0=!1,Z0={readContext:It,use:Lu,useCallback:Ye,useContext:Ye,useEffect:Ye,useImperativeHandle:Ye,useLayoutEffect:Ye,useInsertionEffect:Ye,useMemo:Ye,useReducer:Ye,useRef:Ye,useState:Ye,useDebugValue:Ye,useDeferredValue:Ye,useTransition:Ye,useSyncExternalStore:Ye,useId:Ye,useHostTransitionStatus:Ye,useFormState:Ye,useActionState:Ye,useOptimistic:Ye,useMemoCache:Ye,useCacheRefresh:Ye};Z0.useEffectEvent=Ye;var C1=null,hb=null,_1=null,mb=null,kc=null,cc=null,cg=null;C1={readContext:function(t){return It(t)},use:Lu,useCallback:function(t,e){return B="useCallback",dt(),Zu(e),bd(t,e)},useContext:function(t){return B="useContext",dt(),It(t)},useEffect:function(t,e){return B="useEffect",dt(),Zu(e),Mi(t,e)},useImperativeHandle:function(t,e,a){return B="useImperativeHandle",dt(),Zu(a),lu(t,e,a)},useInsertionEffect:function(t,e){B="useInsertionEffect",dt(),Zu(e),Hc(4,Za,t,e)},useLayoutEffect:function(t,e){return B="useLayoutEffect",dt(),Zu(e),kl(t,e)},useMemo:function(t,e){B="useMemo",dt(),Zu(e);var a=N.H;N.H=kc;try{return Il(t,e)}finally{N.H=a}},useReducer:function(t,e,a){B="useReducer",dt();var c=N.H;N.H=kc;try{return Ho(t,e,a)}finally{N.H=c}},useRef:function(t){return B="useRef",dt(),Sd(t)},useState:function(t){B="useState",dt();var e=N.H;N.H=kc;try{return Rc(t)}finally{N.H=e}},useDebugValue:function(){B="useDebugValue",dt()},useDeferredValue:function(t,e){return B="useDeferredValue",dt(),Yo(t,e)},useTransition:function(){return B="useTransition",dt(),Bc()},useSyncExternalStore:function(t,e,a){return B="useSyncExternalStore",dt(),Bo(t,e,a)},useId:function(){return B="useId",dt(),Os()},useFormState:function(t,e){return B="useFormState",dt(),ys(),_a(t,e)},useActionState:function(t,e){return B="useActionState",dt(),_a(t,e)},useOptimistic:function(t){return B="useOptimistic",dt(),Oi(t)},useHostTransitionStatus:$u,useMemoCache:Ua,useCacheRefresh:function(){return B="useCacheRefresh",dt(),Td()},useEffectEvent:function(t){return B="useEffectEvent",dt(),zs(t)}},hb={readContext:function(t){return It(t)},use:Lu,useCallback:function(t,e){return B="useCallback",Q(),bd(t,e)},useContext:function(t){return B="useContext",Q(),It(t)},useEffect:function(t,e){return B="useEffect",Q(),Mi(t,e)},useImperativeHandle:function(t,e,a){return B="useImperativeHandle",Q(),lu(t,e,a)},useInsertionEffect:function(t,e){B="useInsertionEffect",Q(),Hc(4,Za,t,e)},useLayoutEffect:function(t,e){return B="useLayoutEffect",Q(),kl(t,e)},useMemo:function(t,e){B="useMemo",Q();var a=N.H;N.H=kc;try{return Il(t,e)}finally{N.H=a}},useReducer:function(t,e,a){B="useReducer",Q();var c=N.H;N.H=kc;try{return Ho(t,e,a)}finally{N.H=c}},useRef:function(t){return B="useRef",Q(),Sd(t)},useState:function(t){B="useState",Q();var e=N.H;N.H=kc;try{return Rc(t)}finally{N.H=e}},useDebugValue:function(){B="useDebugValue",Q()},useDeferredValue:function(t,e){return B="useDeferredValue",Q(),Yo(t,e)},useTransition:function(){return B="useTransition",Q(),Bc()},useSyncExternalStore:function(t,e,a){return B="useSyncExternalStore",Q(),Bo(t,e,a)},useId:function(){return B="useId",Q(),Os()},useActionState:function(t,e){return B="useActionState",Q(),_a(t,e)},useFormState:function(t,e){return B="useFormState",Q(),ys(),_a(t,e)},useOptimistic:function(t){return B="useOptimistic",Q(),Oi(t)},useHostTransitionStatus:$u,useMemoCache:Ua,useCacheRefresh:function(){return B="useCacheRefresh",Q(),Td()},useEffectEvent:function(t){return B="useEffectEvent",Q(),zs(t)}},_1={readContext:function(t){return It(t)},use:Lu,useCallback:function(t,e){return B="useCallback",Q(),zn(t,e)},useContext:function(t){return B="useContext",Q(),It(t)},useEffect:function(t,e){B="useEffect",Q(),nl(2048,La,t,e)},useImperativeHandle:function(t,e,a){return B="useImperativeHandle",Q(),qo(t,e,a)},useInsertionEffect:function(t,e){return B="useInsertionEffect",Q(),nl(4,Za,t,e)},useLayoutEffect:function(t,e){return B="useLayoutEffect",Q(),nl(4,jn,t,e)},useMemo:function(t,e){B="useMemo",Q();var a=N.H;N.H=cc;try{return De(t,e)}finally{N.H=a}},useReducer:function(t,e,a){B="useReducer",Q();var c=N.H;N.H=cc;try{return Ai(t,e,a)}finally{N.H=c}},useRef:function(){return B="useRef",Q(),ae().memoizedState},useState:function(){B="useState",Q();var t=N.H;N.H=cc;try{return Ai(Ca)}finally{N.H=t}},useDebugValue:function(){B="useDebugValue",Q()},useDeferredValue:function(t,e){return B="useDeferredValue",Q(),au(t,e)},useTransition:function(){return B="useTransition",Q(),xp()},useSyncExternalStore:function(t,e,a){return B="useSyncExternalStore",Q(),Di(t,e,a)},useId:function(){return B="useId",Q(),ae().memoizedState},useFormState:function(t){return B="useFormState",Q(),ys(),Cc(t)},useActionState:function(t){return B="useActionState",Q(),Cc(t)},useOptimistic:function(t,e){return B="useOptimistic",Q(),Ts(t,e)},useHostTransitionStatus:$u,useMemoCache:Ua,useCacheRefresh:function(){return B="useCacheRefresh",Q(),ae().memoizedState},useEffectEvent:function(t){return B="useEffectEvent",Q(),xo(t)}},mb={readContext:function(t){return It(t)},use:Lu,useCallback:function(t,e){return B="useCallback",Q(),zn(t,e)},useContext:function(t){return B="useContext",Q(),It(t)},useEffect:function(t,e){B="useEffect",Q(),nl(2048,La,t,e)},useImperativeHandle:function(t,e,a){return B="useImperativeHandle",Q(),qo(t,e,a)},useInsertionEffect:function(t,e){return B="useInsertionEffect",Q(),nl(4,Za,t,e)},useLayoutEffect:function(t,e){return B="useLayoutEffect",Q(),nl(4,jn,t,e)},useMemo:function(t,e){B="useMemo",Q();var a=N.H;N.H=cg;try{return De(t,e)}finally{N.H=a}},useReducer:function(t,e,a){B="useReducer",Q();var c=N.H;N.H=cg;try{return zi(t,e,a)}finally{N.H=c}},useRef:function(){return B="useRef",Q(),ae().memoizedState},useState:function(){B="useState",Q();var t=N.H;N.H=cg;try{return zi(Ca)}finally{N.H=t}},useDebugValue:function(){B="useDebugValue",Q()},useDeferredValue:function(t,e){return B="useDeferredValue",Q(),bt(t,e)},useTransition:function(){return B="useTransition",Q(),_e()},useSyncExternalStore:function(t,e,a){return B="useSyncExternalStore",Q(),Di(t,e,a)},useId:function(){return B="useId",Q(),ae().memoizedState},useFormState:function(t){return B="useFormState",Q(),ys(),_c(t)},useActionState:function(t){return B="useActionState",Q(),_c(t)},useOptimistic:function(t,e){return B="useOptimistic",Q(),Es(t,e)},useHostTransitionStatus:$u,useMemoCache:Ua,useCacheRefresh:function(){return B="useCacheRefresh",Q(),ae().memoizedState},useEffectEvent:function(t){return B="useEffectEvent",Q(),xo(t)}},kc={readContext:function(t){return Vt(),It(t)},use:function(t){return Z(),Lu(t)},useCallback:function(t,e){return B="useCallback",Z(),dt(),bd(t,e)},useContext:function(t){return B="useContext",Z(),dt(),It(t)},useEffect:function(t,e){return B="useEffect",Z(),dt(),Mi(t,e)},useImperativeHandle:function(t,e,a){return B="useImperativeHandle",Z(),dt(),lu(t,e,a)},useInsertionEffect:function(t,e){B="useInsertionEffect",Z(),dt(),Hc(4,Za,t,e)},useLayoutEffect:function(t,e){return B="useLayoutEffect",Z(),dt(),kl(t,e)},useMemo:function(t,e){B="useMemo",Z(),dt();var a=N.H;N.H=kc;try{return Il(t,e)}finally{N.H=a}},useReducer:function(t,e,a){B="useReducer",Z(),dt();var c=N.H;N.H=kc;try{return Ho(t,e,a)}finally{N.H=c}},useRef:function(t){return B="useRef",Z(),dt(),Sd(t)},useState:function(t){B="useState",Z(),dt();var e=N.H;N.H=kc;try{return Rc(t)}finally{N.H=e}},useDebugValue:function(){B="useDebugValue",Z(),dt()},useDeferredValue:function(t,e){return B="useDeferredValue",Z(),dt(),Yo(t,e)},useTransition:function(){return B="useTransition",Z(),dt(),Bc()},useSyncExternalStore:function(t,e,a){return B="useSyncExternalStore",Z(),dt(),Bo(t,e,a)},useId:function(){return B="useId",Z(),dt(),Os()},useFormState:function(t,e){return B="useFormState",Z(),dt(),_a(t,e)},useActionState:function(t,e){return B="useActionState",Z(),dt(),_a(t,e)},useOptimistic:function(t){return B="useOptimistic",Z(),dt(),Oi(t)},useMemoCache:function(t){return Z(),Ua(t)},useHostTransitionStatus:$u,useCacheRefresh:function(){return B="useCacheRefresh",dt(),Td()},useEffectEvent:function(t){return B="useEffectEvent",Z(),dt(),zs(t)}},cc={readContext:function(t){return Vt(),It(t)},use:function(t){return Z(),Lu(t)},useCallback:function(t,e){return B="useCallback",Z(),Q(),zn(t,e)},useContext:function(t){return B="useContext",Z(),Q(),It(t)},useEffect:function(t,e){B="useEffect",Z(),Q(),nl(2048,La,t,e)},useImperativeHandle:function(t,e,a){return B="useImperativeHandle",Z(),Q(),qo(t,e,a)},useInsertionEffect:function(t,e){return B="useInsertionEffect",Z(),Q(),nl(4,Za,t,e)},useLayoutEffect:function(t,e){return B="useLayoutEffect",Z(),Q(),nl(4,jn,t,e)},useMemo:function(t,e){B="useMemo",Z(),Q();var a=N.H;N.H=cc;try{return De(t,e)}finally{N.H=a}},useReducer:function(t,e,a){B="useReducer",Z(),Q();var c=N.H;N.H=cc;try{return Ai(t,e,a)}finally{N.H=c}},useRef:function(){return B="useRef",Z(),Q(),ae().memoizedState},useState:function(){B="useState",Z(),Q();var t=N.H;N.H=cc;try{return Ai(Ca)}finally{N.H=t}},useDebugValue:function(){B="useDebugValue",Z(),Q()},useDeferredValue:function(t,e){return B="useDeferredValue",Z(),Q(),au(t,e)},useTransition:function(){return B="useTransition",Z(),Q(),xp()},useSyncExternalStore:function(t,e,a){return B="useSyncExternalStore",Z(),Q(),Di(t,e,a)},useId:function(){return B="useId",Z(),Q(),ae().memoizedState},useFormState:function(t){return B="useFormState",Z(),Q(),Cc(t)},useActionState:function(t){return B="useActionState",Z(),Q(),Cc(t)},useOptimistic:function(t,e){return B="useOptimistic",Z(),Q(),Ts(t,e)},useMemoCache:function(t){return Z(),Ua(t)},useHostTransitionStatus:$u,useCacheRefresh:function(){return B="useCacheRefresh",Q(),ae().memoizedState},useEffectEvent:function(t){return B="useEffectEvent",Z(),Q(),xo(t)}},cg={readContext:function(t){return Vt(),It(t)},use:function(t){return Z(),Lu(t)},useCallback:function(t,e){return B="useCallback",Z(),Q(),zn(t,e)},useContext:function(t){return B="useContext",Z(),Q(),It(t)},useEffect:function(t,e){B="useEffect",Z(),Q(),nl(2048,La,t,e)},useImperativeHandle:function(t,e,a){return B="useImperativeHandle",Z(),Q(),qo(t,e,a)},useInsertionEffect:function(t,e){return B="useInsertionEffect",Z(),Q(),nl(4,Za,t,e)},useLayoutEffect:function(t,e){return B="useLayoutEffect",Z(),Q(),nl(4,jn,t,e)},useMemo:function(t,e){B="useMemo",Z(),Q();var a=N.H;N.H=cc;try{return De(t,e)}finally{N.H=a}},useReducer:function(t,e,a){B="useReducer",Z(),Q();var c=N.H;N.H=cc;try{return zi(t,e,a)}finally{N.H=c}},useRef:function(){return B="useRef",Z(),Q(),ae().memoizedState},useState:function(){B="useState",Z(),Q();var t=N.H;N.H=cc;try{return zi(Ca)}finally{N.H=t}},useDebugValue:function(){B="useDebugValue",Z(),Q()},useDeferredValue:function(t,e){return B="useDeferredValue",Z(),Q(),bt(t,e)},useTransition:function(){return B="useTransition",Z(),Q(),_e()},useSyncExternalStore:function(t,e,a){return B="useSyncExternalStore",Z(),Q(),Di(t,e,a)},useId:function(){return B="useId",Z(),Q(),ae().memoizedState},useFormState:function(t){return B="useFormState",Z(),Q(),_c(t)},useActionState:function(t){return B="useActionState",Z(),Q(),_c(t)},useOptimistic:function(t,e){return B="useOptimistic",Z(),Q(),Es(t,e)},useMemoCache:function(t){return Z(),Ua(t)},useHostTransitionStatus:$u,useCacheRefresh:function(){return B="useCacheRefresh",Q(),ae().memoizedState},useEffectEvent:function(t){return B="useEffectEvent",Z(),Q(),xo(t)}};var yb={},pb=new Set,vb=new Set,gb=new Set,Sb=new Set,bb=new Set,Tb=new Set,Eb=new Set,Ab=new Set,zb=new Set,Db=new Set;Object.freeze(yb);var H1={enqueueSetState:function(t,e,a){t=t._reactInternals;var c=jl(t),o=al(c);o.payload=e,a!=null&&(_i(a),o.callback=a),e=In(t,o,c),e!==null&&(Wn(c,"this.setState()",t),rt(e,t,c),tn(e,t,c))},enqueueReplaceState:function(t,e,a){t=t._reactInternals;var c=jl(t),o=al(c);o.tag=ib,o.payload=e,a!=null&&(_i(a),o.callback=a),e=In(t,o,c),e!==null&&(Wn(c,"this.replaceState()",t),rt(e,t,c),tn(e,t,c))},enqueueForceUpdate:function(t,e){t=t._reactInternals;var a=jl(t),c=al(a);c.tag=ob,e!=null&&(_i(e),c.callback=e),e=In(t,c,a),e!==null&&(Wn(a,"this.forceUpdate()",t),rt(e,t,a),tn(e,t,a))}},$h=null,B1=null,N1=Error("This is not a real error. It's an implementation detail of React's selective hydration feature. If this leaks into userspace, it's a bug in React. Please file an issue."),El=!1,Ob={},Mb={},Rb={},Ub={},Wh=!1,Cb={},ig={},x1={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null},_b=!1,Hb=null;Hb=new Set;var co=!1,Al=!1,q1=!1,Bb=typeof WeakSet=="function"?WeakSet:Set,Vl=null,Fh=null,kh=null,zl=null,cn=!1,ic=null,Bl=!1,L0=8192,xT={getCacheForType:function(t){var e=It(Sl),a=e.data.get(t);return a===void 0&&(a=t(),e.data.set(t,a)),a},cacheSignal:function(){return It(Sl).controller.signal},getOwner:function(){return ba}};if(typeof Symbol=="function"&&Symbol.for){var w0=Symbol.for;w0("selector.component"),w0("selector.has_pseudo_class"),w0("selector.role"),w0("selector.test_id"),w0("selector.text")}var qT=[],YT=typeof WeakMap=="function"?WeakMap:Map,Zl=0,Nl=2,Gn=4,io=0,J0=1,zr=2,og=3,Hf=4,fg=6,Nb=5,Kt=Zl,Te=null,Ct=null,Rt=0,on=0,sg=1,Dr=2,K0=3,xb=4,Y1=5,$0=6,rg=7,j1=8,Or=9,ye=on,Xn=null,Bf=!1,Ih=!1,G1=!1,Ic=0,Xe=io,Nf=0,xf=0,X1=0,fn=0,Mr=0,W0=null,wa=null,dg=!1,hg=0,qb=0,Yb=300,mg=1/0,jb=500,F0=null,tl=null,qf=null,yg=0,Q1=1,V1=2,Gb=3,Yf=0,Xb=1,Qb=2,Vb=3,Zb=4,pg=5,Dl=0,jf=null,Ph=null,oc=0,Z1=0,L1=-0,w1=null,Lb=null,wb=null,fc=yg,Jb=null,jT=50,k0=0,J1=null,K1=!1,vg=!1,GT=50,Rr=0,I0=null,tm=!1,gg=null,Kb=!1,$b=new Set,XT={},Sg=null,em=null,$1=!1,W1=!1,bg=!1,F1=!1,Gf=0,k1={};(function(){for(var t=0;t<o1.length;t++){var e=o1[t],a=e.toLowerCase();e=e[0].toUpperCase()+e.slice(1),mn(a,"on"+e)}mn(zS,"onAnimationEnd"),mn(DS,"onAnimationIteration"),mn(OS,"onAnimationStart"),mn("dblclick","onDoubleClick"),mn("focusin","onFocus"),mn("focusout","onBlur"),mn(yT,"onTransitionRun"),mn(pT,"onTransitionStart"),mn(vT,"onTransitionCancel"),mn(MS,"onTransitionEnd")})(),ro("onMouseEnter",["mouseout","mouseover"]),ro("onMouseLeave",["mouseout","mouseover"]),ro("onPointerEnter",["pointerout","pointerover"]),ro("onPointerLeave",["pointerout","pointerover"]),rn("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),rn("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),rn("onBeforeInput",["compositionend","keypress","textInput","paste"]),rn("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),rn("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),rn("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var P0="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(" "),I1=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(P0)),Tg="_reactListening"+Math.random().toString(36).slice(2),Wb=!1,Fb=!1,Eg=!1,kb=!1,Ag=!1,zg=!1,Ib=!1,Dg={},QT=/\r\n?/g,VT=/\u0000|\uFFFD/g,Ur="http://www.w3.org/1999/xlink",P1="http://www.w3.org/XML/1998/namespace",ZT="javascript:throw new Error('React form unexpectedly submitted.')",LT="suppressHydrationWarning",Cr="&",Og="/&",tp="$",ep="/$",Xf="$?",_r="$~",lm="$!",wT="html",JT="body",KT="head",tS="F!",Pb="F",t2="loading",$T="style",oo=0,am=1,Mg=2,eS=null,lS=null,e2={dialog:!0,webview:!0},aS=null,lp=void 0,l2=typeof setTimeout=="function"?setTimeout:void 0,WT=typeof clearTimeout=="function"?clearTimeout:void 0,Hr=-1,a2=typeof Promise=="function"?Promise:void 0,FT=typeof queueMicrotask=="function"?queueMicrotask:typeof a2<"u"?function(t){return a2.resolve(null).then(t).catch(av)}:l2,nS=null,Br=0,ap=1,n2=2,u2=3,Cu=4,_u=new Map,c2=new Set,fo=te.d;te.d={f:function(){var t=fo.f(),e=qa();return t||e},r:function(t){var e=sn(t);e!==null&&e.tag===5&&e.type==="form"?jo(e):fo.r(t)},D:function(t){fo.D(t),Ly("dns-prefetch",t,null)},C:function(t,e){fo.C(t,e),Ly("preconnect",t,e)},L:function(t,e,a){fo.L(t,e,a);var c=nm;if(c&&t&&e){var o='link[rel="preload"][as="'+se(e)+'"]';e==="image"&&a&&a.imageSrcSet?(o+='[imagesrcset="'+se(a.imageSrcSet)+'"]',typeof a.imageSizes=="string"&&(o+='[imagesizes="'+se(a.imageSizes)+'"]')):o+='[href="'+se(t)+'"]';var f=o;switch(e){case"style":f=Qi(t);break;case"script":f=Vi(t)}_u.has(f)||(t=Dt({rel:"preload",href:e==="image"&&a&&a.imageSrcSet?void 0:t,as:e},a),_u.set(f,t),c.querySelector(o)!==null||e==="style"&&c.querySelector(Is(f))||e==="script"&&c.querySelector(Ps(f))||(e=c.createElement("link"),Oe(e,"link",t),Qe(e),c.head.appendChild(e)))}},m:function(t,e){fo.m(t,e);var a=nm;if(a&&t){var c=e&&typeof e.as=="string"?e.as:"script",o='link[rel="modulepreload"][as="'+se(c)+'"][href="'+se(t)+'"]',f=o;switch(c){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":f=Vi(t)}if(!_u.has(f)&&(t=Dt({rel:"modulepreload",href:t},e),_u.set(f,t),a.querySelector(o)===null)){switch(c){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(a.querySelector(Ps(f)))return}c=a.createElement("link"),Oe(c,"link",t),Qe(c),a.head.appendChild(c)}}},X:function(t,e){fo.X(t,e);var a=nm;if(a&&t){var c=Ja(a).hoistableScripts,o=Vi(t),f=c.get(o);f||(f=a.querySelector(Ps(o)),f||(t=Dt({src:t,async:!0},e),(e=_u.get(o))&&Ky(t,e),f=a.createElement("script"),Qe(f),Oe(f,"link",t),a.head.appendChild(f)),f={type:"script",instance:f,count:1,state:null},c.set(o,f))}},S:function(t,e,a){fo.S(t,e,a);var c=nm;if(c&&t){var o=Ja(c).hoistableStyles,f=Qi(t);e=e||"default";var d=o.get(f);if(!d){var h={loading:Br,preload:null};if(d=c.querySelector(Is(f)))h.loading=ap|Cu;else{t=Dt({rel:"stylesheet",href:t,"data-precedence":e},a),(a=_u.get(f))&&Jy(t,a);var y=d=c.createElement("link");Qe(y),Oe(y,"link",t),y._p=new Promise(function(p,A){y.onload=p,y.onerror=A}),y.addEventListener("load",function(){h.loading|=ap}),y.addEventListener("error",function(){h.loading|=n2}),h.loading|=Cu,uf(d,e,c)}d={type:"stylesheet",instance:d,count:1,state:h},o.set(f,d)}}},M:function(t,e){fo.M(t,e);var a=nm;if(a&&t){var c=Ja(a).hoistableScripts,o=Vi(t),f=c.get(o);f||(f=a.querySelector(Ps(o)),f||(t=Dt({src:t,async:!0,type:"module"},e),(e=_u.get(o))&&Ky(t,e),f=a.createElement("script"),Qe(f),Oe(f,"link",t),a.head.appendChild(f)),f={type:"script",instance:f,count:1,state:null},c.set(o,f))}}};var nm=typeof document>"u"?null:document,Rg=null,kT=6e4,IT=800,PT=500,uS=0,cS=null,Ug=null,Nr=Fg,np={$$typeof:Bn,Provider:null,Consumer:null,_currentValue:Nr,_currentValue2:Nr,_threadCount:0},i2="%c%s%c",o2="background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px",f2="",Cg=" ",tE=Function.prototype.bind,s2=!1,r2=null,d2=null,h2=null,m2=null,y2=null,p2=null,v2=null,g2=null,S2=null,b2=null;r2=function(t,e,a,c){e=q(t,e),e!==null&&(a=lt(e.memoizedState,a,0,c),e.memoizedState=a,e.baseState=a,t.memoizedProps=Dt({},t.memoizedProps),a=ql(t,2),a!==null&&rt(a,t,2))},d2=function(t,e,a){e=q(t,e),e!==null&&(a=St(e.memoizedState,a,0),e.memoizedState=a,e.baseState=a,t.memoizedProps=Dt({},t.memoizedProps),a=ql(t,2),a!==null&&rt(a,t,2))},h2=function(t,e,a,c){e=q(t,e),e!==null&&(a=at(e.memoizedState,a,c),e.memoizedState=a,e.baseState=a,t.memoizedProps=Dt({},t.memoizedProps),a=ql(t,2),a!==null&&rt(a,t,2))},m2=function(t,e,a){t.pendingProps=lt(t.memoizedProps,e,0,a),t.alternate&&(t.alternate.pendingProps=t.pendingProps),e=ql(t,2),e!==null&&rt(e,t,2)},y2=function(t,e){t.pendingProps=St(t.memoizedProps,e,0),t.alternate&&(t.alternate.pendingProps=t.pendingProps),e=ql(t,2),e!==null&&rt(e,t,2)},p2=function(t,e,a){t.pendingProps=at(t.memoizedProps,e,a),t.alternate&&(t.alternate.pendingProps=t.pendingProps),e=ql(t,2),e!==null&&rt(e,t,2)},v2=function(t){var e=ql(t,2);e!==null&&rt(e,t,2)},g2=function(t){var e=Yr(),a=ql(t,e);a!==null&&rt(a,t,e)},S2=function(t){ie=t},b2=function(t){xt=t};var _g=!0,Hg=null,iS=!1,Qf=null,Vf=null,Zf=null,up=new Map,cp=new Map,Lf=[],eE="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".split(" "),Bg=null;if(Hn.prototype.render=a0.prototype.render=function(t){var e=this._internalRoot;if(e===null)throw Error("Cannot update an unmounted root.");var a=arguments;typeof a[1]=="function"?console.error("does not support the second callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."):Tt(a[1])?console.error("You passed a container to the second argument of root.render(...). You don't need to pass it again since you already passed it to create the root."):typeof a[1]<"u"&&console.error("You passed a second argument to root.render(...) but it only accepts one argument."),a=t;var c=e.current,o=jl(c);rh(c,o,a,e,null,null)},Hn.prototype.unmount=a0.prototype.unmount=function(){var t=arguments;if(typeof t[0]=="function"&&console.error("does not support a callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."),t=this._internalRoot,t!==null){this._internalRoot=null;var e=t.containerInfo;(Kt&(Nl|Gn))!==Zl&&console.error("Attempted to synchronously unmount a root while React was already rendering. React cannot finish unmounting the root until the current render has completed, which may lead to a race condition."),rh(t.current,2,null,t,null,null),qa(),e[ac]=null}},Hn.prototype.unstable_scheduleHydration=function(t){if(t){var e=rp();t={blockedOn:null,target:t,priority:e};for(var a=0;a<Lf.length&&e!==0&&e<Lf[a].priority;a++);Lf.splice(a,0,t),a===0&&l0(t)}},function(){var t=nr.version;if(t!=="19.2.5")throw Error(`Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:
|
|
248
|
+
- react: `+(t+`
|
|
249
|
+
- react-dom: 19.2.5
|
|
250
|
+
Learn more: https://react.dev/warnings/version-mismatch`))}(),typeof Map=="function"&&Map.prototype!=null&&typeof Map.prototype.forEach=="function"&&typeof Set=="function"&&Set.prototype!=null&&typeof Set.prototype.clear=="function"&&typeof Set.prototype.forEach=="function"||console.error("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://react.dev/link/react-polyfills"),te.findDOMNode=function(t){var e=t._reactInternals;if(e===void 0)throw typeof t.render=="function"?Error("Unable to find node on an unmounted component."):(t=Object.keys(t).join(","),Error("Argument appears to not be a ReactComponent. Keys: "+t));return t=We(e),t=t!==null?xl(t):null,t=t===null?null:t.stateNode,t},!function(){var t={bundleType:1,version:"19.2.5",rendererPackageName:"react-dom",currentDispatcherRef:N,reconcilerVersion:"19.2.5"};return t.overrideHookState=r2,t.overrideHookStateDeletePath=d2,t.overrideHookStateRenamePath=h2,t.overrideProps=m2,t.overridePropsDeletePath=y2,t.overridePropsRenamePath=p2,t.scheduleUpdate=v2,t.scheduleRetry=g2,t.setErrorHandler=S2,t.setSuspenseHandler=b2,t.scheduleRefresh=ut,t.scheduleRoot=kt,t.setRefreshHandler=qt,t.getCurrentFiber=he,om(t)}()&&$c&&window.top===window.self&&(-1<navigator.userAgent.indexOf("Chrome")&&navigator.userAgent.indexOf("Edge")===-1||-1<navigator.userAgent.indexOf("Firefox"))){var T2=window.location.protocol;/^(https?|file):$/.test(T2)&&console.info("%cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools"+(T2==="file:"?`
|
|
251
|
+
You might need to use a local HTTP server (instead of file://): https://react.dev/link/react-devtools-faq`:""),"font-weight:bold")}op.createRoot=function(t,e){if(!Tt(t))throw Error("Target container is not a DOM element.");n0(t);var a=!1,c="",o=zd,f=Dd,d=Im;return e!=null&&(e.hydrate?console.warn("hydrate through createRoot is deprecated. Use ReactDOMClient.hydrateRoot(container, <App />) instead."):typeof e=="object"&&e!==null&&e.$$typeof===nn&&console.error(`You passed a JSX element to createRoot. You probably meant to call root.render instead. Example usage:
|
|
252
|
+
|
|
253
|
+
let root = createRoot(domContainer);
|
|
254
|
+
root.render(<App />);`),e.unstable_strictMode===!0&&(a=!0),e.identifierPrefix!==void 0&&(c=e.identifierPrefix),e.onUncaughtError!==void 0&&(o=e.onUncaughtError),e.onCaughtError!==void 0&&(f=e.onCaughtError),e.onRecoverableError!==void 0&&(d=e.onRecoverableError)),e=lr(t,1,!1,null,null,a,c,null,o,f,d,Mv),t[ac]=e.current,Xc(t),new a0(e)},op.hydrateRoot=function(t,e,a){if(!Tt(t))throw Error("Target container is not a DOM element.");n0(t),e===void 0&&console.error("Must provide initial children as second argument to hydrateRoot. Example usage: hydrateRoot(domContainer, <App />)");var c=!1,o="",f=zd,d=Dd,h=Im,y=null;return a!=null&&(a.unstable_strictMode===!0&&(c=!0),a.identifierPrefix!==void 0&&(o=a.identifierPrefix),a.onUncaughtError!==void 0&&(f=a.onUncaughtError),a.onCaughtError!==void 0&&(d=a.onCaughtError),a.onRecoverableError!==void 0&&(h=a.onRecoverableError),a.formState!==void 0&&(y=a.formState)),e=lr(t,1,!0,e,a??null,c,o,y,f,d,h,Mv),e.context=Av(null),a=e.current,c=jl(a),c=ei(c),o=al(c),o.callback=null,In(a,o,c),Wn(c,"hydrateRoot()",null),a=c,e.current.lanes=a,rc(e,a),pa(e),t[ac]=e.current,Xc(t),new Hn(e)},op.version="19.2.5",typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),op}function H2(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function")){if(process.env.NODE_ENV!=="production")throw new Error("^_^");try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(H2)}catch(q){console.error(q)}}}process.env.NODE_ENV==="production"?(H2(),sS.exports=hE()):sS.exports=mE();var yE=sS.exports;function B2(q){const lt=document.createElement("div");document.body.appendChild(lt);const at=yE.createRoot(lt),M=()=>{at.unmount(),lt.remove()},St=()=>{M()},xt=async()=>{var ie;try{await((ie=q.onOk)==null?void 0:ie.call(q)),M()}catch{}};return at.render($t.jsx(C2,{...q,open:!0,onClose:St,onOk:xt})),{destroy:M}}const N2=C2;N2.confirm=B2;const pE=({value:q,defaultValue:lt,options:at,placeholder:M="请选择",disabled:St=!1,onChange:xt})=>{const[ie,Z]=oa.useState(!1),Vt=oa.useRef(null),[ee,$e]=R2({value:q,defaultValue:lt,onChange:ut=>{const qt=at.find(Tt=>Tt.value===ut);qt&&(xt==null||xt(ut,qt))}});nE(Vt,()=>{Z(!1)});const F=oa.useMemo(()=>at.find(ut=>ut.value===ee),[at,ee]),yt=()=>{St||Z(ut=>!ut)},kt=ut=>{ut.disabled||($e(ut.value),Z(!1))};return $t.jsxs("div",{ref:Vt,className:um("ui-select",{"is-open":ie,"is-disabled":St}),children:[$t.jsxs("div",{className:"ui-select-selector",onClick:yt,children:[$t.jsx("span",{className:um("ui-select-value",{"is-placeholder":!F}),children:F?F.label:M}),$t.jsx("span",{className:"ui-select-arrow",children:"▼"})]}),ie&&$t.jsx("div",{className:"ui-select-dropdown",children:at.map(ut=>$t.jsx("div",{className:um("ui-select-option",{"is-selected":ut.value===ee,"is-disabled":ut.disabled}),onClick:()=>kt(ut),children:ut.label},ut.value))})]})};exports.Button=aE;exports.Form=oE;exports.FormItem=sE;exports.Input=cE;exports.Modal=N2;exports.Select=pE;exports.confirm=B2;
|
|
255
|
+
//# sourceMappingURL=index.cjs.js.map
|