twd-js 0.3.1 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +331 -51
- package/dist/client-CUE3jVb4.mjs +25226 -0
- package/dist/commands/mockBridge.d.ts +10 -0
- package/dist/commands/visit.d.ts +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/initializers/initSidebar.d.ts +17 -0
- package/dist/initializers/viteLoadTests.d.ts +32 -0
- package/dist/mock-sw.js +1 -1
- package/dist/proxies/eventsMessage.d.ts +1 -0
- package/dist/twd.d.ts +24 -0
- package/dist/twd.es.js +4241 -4150
- package/dist/twd.umd.js +332 -83
- package/dist/ui/ClosedSidebar.d.ts +2 -1
- package/dist/ui/TWDSidebar.d.ts +12 -1
- package/dist/utils/wait.d.ts +1 -0
- package/package.json +26 -15
package/dist/twd.umd.js
CHANGED
|
@@ -1,31 +1,5 @@
|
|
|
1
|
-
(function(me,Je){typeof exports=="object"&&typeof module<"u"?Je(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],Je):(me=typeof globalThis<"u"?globalThis:me||self,Je(me.TWD={},me.React))})(this,(function(me,Je){"use strict";var gt,Rt;const Pp=(e,t=2e3,r=50)=>new Promise((n,o)=>{const a=Date.now(),i=()=>{const s=e();if(s)return n(s);if(Date.now()-a>t)return o(new Error("Timeout waiting for element"));setTimeout(i,r)};i()}),Tp=e=>new Promise(t=>setTimeout(t,e)),it=[];let Fa=[];const Ua=(e,t,r={})=>{it.push({name:e,fn:t,status:"idle",logs:[],suite:[...Fa],...r})},Sp=e=>{Fa.push(e)},Op=()=>{Fa.pop()},ge=(e,t,r,n)=>{if(!e&&!t)throw new Error(n);if(e&&t)throw new Error(n.replace("to be","to not be").replace("to have","to not have").replace("to contain","to not contain"));return r};function Ap(e){if(!e.isConnected)return!1;let t=e;for(;t;){const r=getComputedStyle(t);if(r.display==="none"||r.visibility==="hidden"||r.visibility==="collapse")return!1;t=t.parentElement}return!0}const Mp=(e,t,...r)=>{const n=t.startsWith("not."),o=n?t.slice(4):t,a=(e.textContent||"").trim();switch(o){case"have.text":return ge(a===r[0],n,`Assertion passed: Text is exactly "${r[0]}"`,`Assertion failed: Expected text to be "${r[0]}", but got "${a}"`);case"contain.text":return ge(a.includes(r[0]),n,`Assertion passed: Text contains "${r[0]}"`,`Assertion failed: Expected text to contain "${r[0]}", but got "${a}"`);case"be.empty":return ge(a.length===0,n,"Assertion passed: Text is empty",`Assertion failed: Expected text to be empty, but got "${a}"`);case"have.attr":return ge(e.getAttribute(r[0])===r[1],n,`Assertion passed: Attribute "${r[0]}" is "${r[1]}"`,`Assertion failed: Expected attribute "${r[0]}" to be "${r[1]}", but got "${e.getAttribute(r[0])}"`);case"have.value":return ge(e.value===r[0],n,`Assertion passed: Value is "${r[0]}"`,`Assertion failed: Expected value to be "${r[0]}", but got "${e.value}"`);case"be.disabled":return ge(e.disabled===!0,n,"Assertion passed: Element is disabled","Assertion failed: Expected element to be disabled");case"be.enabled":return ge(e.disabled===!1,n,"Assertion passed: Element is enabled","Assertion failed: Expected element to be enabled");case"be.checked":return ge(e.checked===!0,n,"Assertion passed: Element is checked","Assertion failed: Expected element to be checked");case"be.selected":return ge(e.selected===!0,n,"Assertion passed: Element is selected","Assertion failed: Expected element to be selected");case"be.focused":return ge(document.activeElement===e,n,"Assertion passed: Element is focused","Assertion failed: Expected element to be focused");case"be.visible":return ge(Ap(e),n,"Assertion passed: Element is visible","Assertion failed: Expected element to be visible");case"have.class":return ge(e.classList.contains(r[0]),n,`Assertion passed: Element has class "${r[0]}"`,`Assertion failed: Expected element to have class "${r[0]}"`);default:throw new Error(`Unknown assertion: ${o}`)}},Go=e=>{const t=it.find(r=>r.status==="running");t&&t.logs?.push(e)},st=[],Ts=100,Ip=async()=>{"serviceWorker"in navigator&&(await navigator.serviceWorker.register("/mock-sw.js?v=1"),navigator.serviceWorker.addEventListener("message",e=>{if(e.data?.type==="EXECUTED"){const{alias:t,request:r}=e.data,n=st.find(o=>o.alias===t);n&&(n.executed=!0,n.request=r)}}))},Ss=e=>new Promise(t=>setTimeout(t,e)),Np=async(e,t)=>{const r={alias:e,...t,executed:!1},n=st.findIndex(o=>o.alias===e);n!==-1?st[n]=r:st.push(r),navigator.serviceWorker.controller?.postMessage({type:"ADD_RULE",rule:r}),await Ss(Ts),await Promise.resolve()},kp=async e=>{await Ss(Ts);const t=st.find(r=>r.alias===e&&r.executed);if(t)return Promise.resolve(t);throw new Error("Rule not found or not executed")},Dp=()=>st,jp=()=>{navigator.serviceWorker.controller?.postMessage({type:"CLEAR_RULES"}),st.length=0},Bp=(e,t)=>{const r=e.startsWith("not.");switch(r?e.slice(4):e){case"eq":return ge(window.location.href===t,r,`Assertion passed: URL is ${t}`,`Assertion failed: Expected URL to be ${t}, but got ${window.location.href}`);case"contain.url":return ge(window.location.href.includes(t),r,`Assertion passed: URL contains ${t}`,`Assertion failed: Expected URL to contain ${t}, but got ${window.location.href}`);default:throw new Error(`Unknown assertion: ${e}`)}},Lp=()=>({location:window.location,should:Bp});let kt=null;const $p=e=>{kt=e},Fp=(e,t)=>{Sp(e),t(),Op()},Up=(e,t)=>{Ua(e,async()=>{kt&&await kt(),await t()})},zp=(e,t)=>{Ua(e,async()=>{kt&&await kt(),await t()},{only:!0})},Vp=(e,t)=>{Ua(e,async()=>{},{skip:!0})},Hp={get:async e=>{Go(`Searching get("${e}")`);const t=await Pp(()=>document.querySelector(e)),r={el:t,should:(n,...o)=>{const a=Mp(t,n,...o);return Go(a),r}};return r},visit:e=>{Go(`visit("${e}")`),window.history.pushState({},"",e),window.dispatchEvent(new PopStateEvent("popstate"))},url:Lp,mockRequest:Np,waitForRequest:kp,initRequestMocking:Ip,clearRequestMockRules:jp,getRequestMockRules:Dp,wait:Tp};function Wp(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ko={exports:{}},Dt={};/**
|
|
2
|
-
* @license React
|
|
3
|
-
* react-jsx-runtime.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 Os;function Gp(){if(Os)return Dt;Os=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function r(n,o,a){var i=null;if(a!==void 0&&(i=""+a),o.key!==void 0&&(i=""+o.key),"key"in o){a={};for(var s in o)s!=="key"&&(a[s]=o[s])}else a=o;return o=a.ref,{$$typeof:e,type:n,key:i,ref:o!==void 0?o:null,props:a}}return Dt.Fragment=t,Dt.jsx=r,Dt.jsxs=r,Dt}var jt={};/**
|
|
10
|
-
* @license React
|
|
11
|
-
* react-jsx-runtime.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 As;function Kp(){return As||(As=1,process.env.NODE_ENV!=="production"&&(function(){function e(M){if(M==null)return null;if(typeof M=="function")return M.$$typeof===D?null:M.displayName||M.name||null;if(typeof M=="string")return M;switch(M){case R:return"Fragment";case p:return"Profiler";case S:return"StrictMode";case P:return"Suspense";case y:return"SuspenseList";case A:return"Activity"}if(typeof M=="object")switch(typeof M.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),M.$$typeof){case v:return"Portal";case _:return(M.displayName||"Context")+".Provider";case x:return(M._context.displayName||"Context")+".Consumer";case T:var U=M.render;return M=M.displayName,M||(M=U.displayName||U.name||"",M=M!==""?"ForwardRef("+M+")":"ForwardRef"),M;case g:return U=M.displayName||null,U!==null?U:e(M.type)||"Memo";case E:U=M._payload,M=M._init;try{return e(M(U))}catch{}}return null}function t(M){return""+M}function r(M){try{t(M);var U=!1}catch{U=!0}if(U){U=console;var J=U.error,B=typeof Symbol=="function"&&Symbol.toStringTag&&M[Symbol.toStringTag]||M.constructor.name||"Object";return J.call(U,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",B),t(M)}}function n(M){if(M===R)return"<>";if(typeof M=="object"&&M!==null&&M.$$typeof===E)return"<...>";try{var U=e(M);return U?"<"+U+">":"<...>"}catch{return"<...>"}}function o(){var M=j.A;return M===null?null:M.getOwner()}function a(){return Error("react-stack-top-frame")}function i(M){if(L.call(M,"key")){var U=Object.getOwnPropertyDescriptor(M,"key").get;if(U&&U.isReactWarning)return!1}return M.key!==void 0}function s(M,U){function J(){F||(F=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",U))}J.isReactWarning=!0,Object.defineProperty(M,"key",{get:J,configurable:!0})}function l(){var M=e(this.type);return Z[M]||(Z[M]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),M=this.props.ref,M!==void 0?M:null}function u(M,U,J,B,ce,ue,ve,Ye){return J=ue.ref,M={$$typeof:b,type:M,key:U,props:ue,_owner:ce},(J!==void 0?J:null)!==null?Object.defineProperty(M,"ref",{enumerable:!1,get:l}):Object.defineProperty(M,"ref",{enumerable:!1,value:null}),M._store={},Object.defineProperty(M._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(M,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(M,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:ve}),Object.defineProperty(M,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:Ye}),Object.freeze&&(Object.freeze(M.props),Object.freeze(M)),M}function d(M,U,J,B,ce,ue,ve,Ye){var ae=U.children;if(ae!==void 0)if(B)if(O(ae)){for(B=0;B<ae.length;B++)f(ae[B]);Object.freeze&&Object.freeze(ae)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else f(ae);if(L.call(U,"key")){ae=e(M);var C=Object.keys(U).filter(function(I){return I!=="key"});B=0<C.length?"{key: someKey, "+C.join(": ..., ")+": ...}":"{key: someKey}",Re[ae+B]||(C=0<C.length?"{"+C.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
18
|
-
let props = %s;
|
|
19
|
-
<%s {...props} />
|
|
20
|
-
React keys must be passed directly to JSX without using spread:
|
|
21
|
-
let props = %s;
|
|
22
|
-
<%s key={someKey} {...props} />`,B,ae,C,ae),Re[ae+B]=!0)}if(ae=null,J!==void 0&&(r(J),ae=""+J),i(U)&&(r(U.key),ae=""+U.key),"key"in U){J={};for(var $ in U)$!=="key"&&(J[$]=U[$])}else J=U;return ae&&s(J,typeof M=="function"?M.displayName||M.name||"Unknown":M),u(M,ae,ue,ce,o(),J,ve,Ye)}function f(M){typeof M=="object"&&M!==null&&M.$$typeof===b&&M._store&&(M._store.validated=1)}var c=Je,b=Symbol.for("react.transitional.element"),v=Symbol.for("react.portal"),R=Symbol.for("react.fragment"),S=Symbol.for("react.strict_mode"),p=Symbol.for("react.profiler"),x=Symbol.for("react.consumer"),_=Symbol.for("react.context"),T=Symbol.for("react.forward_ref"),P=Symbol.for("react.suspense"),y=Symbol.for("react.suspense_list"),g=Symbol.for("react.memo"),E=Symbol.for("react.lazy"),A=Symbol.for("react.activity"),D=Symbol.for("react.client.reference"),j=c.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,L=Object.prototype.hasOwnProperty,O=Array.isArray,k=console.createTask?console.createTask:function(){return null};c={react_stack_bottom_frame:function(M){return M()}};var F,Z={},K=c.react_stack_bottom_frame.bind(c,a)(),le=k(n(a)),Re={};jt.Fragment=R,jt.jsx=function(M,U,J,B,ce){var ue=1e4>j.recentlyCreatedOwnerStacks++;return d(M,U,J,!1,B,ce,ue?Error("react-stack-top-frame"):K,ue?k(n(M)):le)},jt.jsxs=function(M,U,J,B,ce){var ue=1e4>j.recentlyCreatedOwnerStacks++;return d(M,U,J,!0,B,ce,ue?Error("react-stack-top-frame"):K,ue?k(n(M)):le)}})()),jt}var Ms;function Yp(){return Ms||(Ms=1,process.env.NODE_ENV==="production"?Ko.exports=Gp():Ko.exports=Kp()),Ko.exports}var H=Yp();const Xp=e=>{const t={children:[]};for(const r of e){let n=t;r.suite.forEach(o=>{let a=n.children.find(i=>"name"in i&&!i.status&&i.name===o);a||(a={name:o,children:[]},n.children.push(a)),n=a}),n.children.push(r)}return t.children},Jp={animation:"spin 1s linear infinite"},Qp=()=>H.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"lucide lucide-loader-circle-icon lucide-loader-circle",style:Jp,"data-testid":"loader-icon",children:H.jsx("path",{d:"M21 12a9 9 0 1 1-6.219-8.56"})}),Yo=typeof document<"u"?document.createElement("style"):null;Yo&&!document.getElementById("loader-spin-keyframes")&&(Yo.id="loader-spin-keyframes",Yo.innerHTML=`
|
|
23
|
-
@keyframes spin {
|
|
24
|
-
0% { transform: rotate(0deg); }
|
|
25
|
-
100% { transform: rotate(360deg); }
|
|
26
|
-
}
|
|
27
|
-
`,document.head.appendChild(Yo));const za=({className:e,children:t,dataTestId:r})=>H.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"#000",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:`lucide ${e}`,"data-testid":r,children:t}),Zp=()=>H.jsx(za,{className:"lucide-play-icon lucide-play",dataTestId:"play-icon",children:H.jsx("path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z"})}),em=e=>{switch(e.status){case"pass":return{item:{background:"#dcfce7"},container:{borderLeft:"3px solid #00c951"}};case"fail":return{item:{background:"#fee2e2"},container:{borderLeft:"3px solid #fb2c36"}};case"skip":return{item:{background:"#f3f4f6"}};case"running":return{item:{background:"#fef9c3"}};default:return{item:{background:"transparent"}}}},tm=e=>e.startsWith("Assertion passed")?{color:"#0d542b",fontWeight:"700"}:e.startsWith("Test failed")?{color:"#fb2c36",fontWeight:"700"}:{},rm=({node:e,depth:t,idx:r,runTest:n})=>{const o=em(e);return H.jsxs("li",{style:{marginBottom:"4px",marginLeft:t*6,...o.container},"data-testid":`test-list-item-${r}`,children:[H.jsxs("div",{style:{display:"flex",alignItems:"left",justifyContent:"space-between",padding:"4px 6px",borderRadius:"4px",...o.item},children:[H.jsxs("span",{style:{fontWeight:"500",color:"#374151",maxWidth:"220px"},children:[e.name," ",e.only&&H.jsx("span",{style:{color:"#2563eb"},"data-testid":`only-indicator-${r}`,children:" (only)"}),e.skip&&H.jsx("span",{style:{color:"#6b7280"},"data-testid":`skip-indicator-${r}`,children:" (skipped)"})]}),H.jsx("button",{onClick:()=>n(r),"aria-label":`Run ${e.name} test`,style:{background:"transparent",border:"1px solid #d1d5db",borderRadius:"4px",padding:"0",cursor:"pointer",verticalAlign:"middle",fontSize:"12px",width:"24px",height:"24px",display:"flex",alignItems:"center",justifyContent:"center"},disabled:e.status==="running","data-testid":`run-test-button-${r}`,children:e.status==="running"?H.jsx(Qp,{}):H.jsx(Zp,{})})]}),e.logs&&e.logs.length>0&&H.jsx("ul",{style:{borderRadius:"4px",maxHeight:"260px",overflowY:"auto",padding:0,background:"#f3f4f6",listStyle:"none",marginTop:"4px",textAlign:"left"},children:e.logs.map((a,i)=>H.jsx("li",{style:{fontSize:"12px",padding:"4px 6px",borderBottom:"1px solid #d1d5db",color:"#374151",...tm(a)},children:a},i))})]},e.name)},nm=()=>H.jsx(za,{className:"lucide-chevron-down-icon lucide-chevron-down",dataTestId:"chevron-down-icon",children:H.jsx("path",{d:"m6 9 6 6 6-6"})}),om=()=>H.jsx(za,{className:"lucide-chevron-right-icon lucide-chevron-right",dataTestId:"chevron-right-icon",children:H.jsx("path",{d:"m9 18 6-6-6-6"})}),am=({runTest:e,tests:t})=>{const[r,n]=Je.useState({}),o=(i,s=0)=>{if("status"in i)return H.jsx(rm,{node:i,depth:s,idx:t.indexOf(i),runTest:e},i.name);const l=r[i.name];return H.jsxs("li",{style:{marginBottom:"6px",marginLeft:s*12,textAlign:"left"},children:[H.jsxs("div",{style:{fontWeight:"bold",cursor:"pointer",color:"#374151",marginBottom:"4px",display:"flex",alignItems:"center",gap:"4px"},onClick:()=>n(u=>({...u,[i.name]:!u[i.name]})),"data-testid":`test-group-${i.name}`,tabIndex:0,role:"button","aria-expanded":!l,children:[i.name," ",l?H.jsx(om,{}):H.jsx(nm,{})]}),!l&&H.jsx("ul",{style:{listStyle:"none",padding:0},children:i.children.map(u=>o(u,s+1))})]},i.name)},a=Xp(t);return H.jsx("ul",{style:{listStyle:"none",padding:0,margin:0},children:a.map(i=>o(i))})},im=({setOpen:e})=>H.jsx("div",{style:{position:"fixed",top:"50%",left:0,transform:"translateY(-50%)",background:"#3b82f6",color:"white",padding:"6px 10px",borderTopRightRadius:"6px",borderBottomRightRadius:"6px",cursor:"pointer",fontSize:"12px"},onClick:()=>e(!0),children:"TWD"}),sm=({open:e})=>{const[t,r]=Je.useState(0),[n,o]=Je.useState(e),a=async s=>{const l=it[s];if(l.logs=[],l.status="running",r(u=>u+1),l.skip)l.status="skip";else try{await l.fn(),l.status="pass"}catch(u){l.status="fail",console.error("Test failed:",l.name,u),l.logs.push(`Test failed: ${u.message}`)}r(u=>u+1)},i=async()=>{const s=it.filter(u=>u.only),l=s.length>0?s:it;for(let u=0;u<l.length;u++){const d=it.indexOf(l[u]);await a(d)}};return n?H.jsxs("div",{style:{position:"fixed",top:0,left:0,bottom:0,width:"280px",textAlign:"left",background:"#f9fafb",borderRight:"1px solid #e5e7eb",padding:"8px",fontSize:"14px",overflowY:"auto",boxShadow:"2px 0 6px rgba(0,0,0,0.1)"},children:[H.jsxs("div",{style:{display:"flex",justifyContent:"space-between",marginBottom:"14px",alignItems:"center"},children:[H.jsx("strong",{style:{fontSize:"18px",fontWeight:"bold",color:"#374151"},children:"TWD Tests"}),H.jsx("button",{style:{background:"transparent",border:"none",cursor:"pointer",fontSize:"14px"},onClick:()=>o(!1),children:"✖"})]}),H.jsx("button",{onClick:i,style:{background:"#3b82f6",color:"white",padding:"4px 8px",borderRadius:"4px",border:"none",marginBottom:"10px",cursor:"pointer"},children:"Run All"}),H.jsx(am,{tests:it,runTest:a})]}):H.jsx(im,{setOpen:o})};var Is=Object.defineProperty,q=(e,t)=>Is(e,"name",{value:t,configurable:!0}),Va=(e,t)=>{for(var r in t)Is(e,r,{get:t[r],enumerable:!0})},Xo={};Va(Xo,{addChainableMethod:()=>gi,addLengthGuard:()=>Ut,addMethod:()=>bi,addProperty:()=>hi,checkError:()=>we,compareByInspect:()=>na,eql:()=>dl,expectTypes:()=>$s,flag:()=>z,getActual:()=>Qo,getMessage:()=>ti,getName:()=>aa,getOperator:()=>Ci,getOwnEnumerableProperties:()=>Ei,getOwnEnumerablePropertySymbols:()=>wi,getPathInfo:()=>mi,hasProperty:()=>ra,inspect:()=>G,isNaN:()=>oa,isNumeric:()=>se,isProxyEnabled:()=>Ft,isRegExp:()=>ia,objDisplay:()=>lt,overwriteChainableMethod:()=>Ri,overwriteMethod:()=>yi,overwriteProperty:()=>vi,proxify:()=>Ct,test:()=>Ha,transferFlags:()=>Te,type:()=>ee});var we={};Va(we,{compatibleConstructor:()=>Ds,compatibleInstance:()=>ks,compatibleMessage:()=>js,getConstructorName:()=>Bs,getMessage:()=>Ls});function Jo(e){return e instanceof Error||Object.prototype.toString.call(e)==="[object Error]"}q(Jo,"isErrorInstance");function Ns(e){return Object.prototype.toString.call(e)==="[object RegExp]"}q(Ns,"isRegExp");function ks(e,t){return Jo(t)&&e===t}q(ks,"compatibleInstance");function Ds(e,t){return Jo(t)?e.constructor===t.constructor||e instanceof t.constructor:(typeof t=="object"||typeof t=="function")&&t.prototype?e.constructor===t||e instanceof t:!1}q(Ds,"compatibleConstructor");function js(e,t){const r=typeof e=="string"?e:e.message;return Ns(t)?t.test(r):typeof t=="string"?r.indexOf(t)!==-1:!1}q(js,"compatibleMessage");function Bs(e){let t=e;return Jo(e)?t=e.constructor.name:typeof e=="function"&&(t=e.name,t===""&&(t=new e().name||t)),t}q(Bs,"getConstructorName");function Ls(e){let t="";return e&&e.message?t=e.message:typeof e=="string"&&(t=e),t}q(Ls,"getMessage");function z(e,t,r){let n=e.__flags||(e.__flags=Object.create(null));if(arguments.length===3)n[t]=r;else return n[t]}q(z,"flag");function Ha(e,t){let r=z(e,"negate"),n=t[0];return r?!n:n}q(Ha,"test");function ee(e){if(typeof e>"u")return"undefined";if(e===null)return"null";const t=e[Symbol.toStringTag];return typeof t=="string"?t:Object.prototype.toString.call(e).slice(8,-1)}q(ee,"type");var lm="captureStackTrace"in Error,Y=(gt=class extends Error{message;get name(){return"AssertionError"}get ok(){return!1}constructor(t="Unspecified AssertionError",r,n){super(t),this.message=t,lm&&Error.captureStackTrace(this,n||gt);for(const o in r)o in this||(this[o]=r[o])}toJSON(t){return{...this,name:this.name,message:this.message,ok:!1,stack:t!==!1?this.stack:void 0}}},q(gt,"AssertionError"),gt);function $s(e,t){let r=z(e,"message"),n=z(e,"ssfi");r=r?r+": ":"",e=z(e,"object"),t=t.map(function(i){return i.toLowerCase()}),t.sort();let o=t.map(function(i,s){let l=~["a","e","i","o","u"].indexOf(i.charAt(0))?"an":"a";return(t.length>1&&s===t.length-1?"or ":"")+l+" "+i}).join(", "),a=ee(e).toLowerCase();if(!t.some(function(i){return a===i}))throw new Y(r+"object tested must be "+o+", but "+a+" given",void 0,n)}q($s,"expectTypes");function Qo(e,t){return t.length>4?t[4]:e._obj}q(Qo,"getActual");var Fs={bold:["1","22"],dim:["2","22"],italic:["3","23"],underline:["4","24"],inverse:["7","27"],hidden:["8","28"],strike:["9","29"],black:["30","39"],red:["31","39"],green:["32","39"],yellow:["33","39"],blue:["34","39"],magenta:["35","39"],cyan:["36","39"],white:["37","39"],brightblack:["30;1","39"],brightred:["31;1","39"],brightgreen:["32;1","39"],brightyellow:["33;1","39"],brightblue:["34;1","39"],brightmagenta:["35;1","39"],brightcyan:["36;1","39"],brightwhite:["37;1","39"],grey:["90","39"]},um={special:"cyan",number:"yellow",bigint:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",symbol:"green",date:"magenta",regexp:"red"},wt="…";function Us(e,t){const r=Fs[um[t]]||Fs[t]||"";return r?`\x1B[${r[0]}m${String(e)}\x1B[${r[1]}m`:String(e)}q(Us,"colorise");function zs({showHidden:e=!1,depth:t=2,colors:r=!1,customInspect:n=!0,showProxy:o=!1,maxArrayLength:a=1/0,breakLength:i=1/0,seen:s=[],truncate:l=1/0,stylize:u=String}={},d){const f={showHidden:!!e,depth:Number(t),colors:!!r,customInspect:!!n,showProxy:!!o,maxArrayLength:Number(a),breakLength:Number(i),truncate:Number(l),seen:s,inspect:d,stylize:u};return f.colors&&(f.stylize=Us),f}q(zs,"normaliseOptions");function Vs(e){return e>="\uD800"&&e<="\uDBFF"}q(Vs,"isHighSurrogate");function ke(e,t,r=wt){e=String(e);const n=r.length,o=e.length;if(n>t&&o>n)return r;if(o>t&&o>n){let a=t-n;return a>0&&Vs(e[a-1])&&(a=a-1),`${e.slice(0,a)}${r}`}return e}q(ke,"truncate");function qe(e,t,r,n=", "){r=r||t.inspect;const o=e.length;if(o===0)return"";const a=t.truncate;let i="",s="",l="";for(let u=0;u<o;u+=1){const d=u+1===e.length,f=u+2===e.length;l=`${wt}(${e.length-u})`;const c=e[u];t.truncate=a-i.length-(d?0:n.length);const b=s||r(c,t)+(d?"":n),v=i.length+b.length,R=v+l.length;if(d&&v>a&&i.length+l.length<=a||!d&&!f&&R>a||(s=d?"":r(e[u+1],t)+(f?"":n),!d&&f&&R>a&&v+s.length>a))break;if(i+=b,!d&&!f&&v+s.length>=a){l=`${wt}(${e.length-u-1})`;break}l=""}return`${i}${l}`}q(qe,"inspectList");function Hs(e){return e.match(/^[a-zA-Z_][a-zA-Z_0-9]*$/)?e:JSON.stringify(e).replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'")}q(Hs,"quoteComplexKey");function Et([e,t],r){return r.truncate-=2,typeof e=="string"?e=Hs(e):typeof e!="number"&&(e=`[${r.inspect(e,r)}]`),r.truncate-=e.length,t=r.inspect(t,r),`${e}: ${t}`}q(Et,"inspectProperty");function Ws(e,t){const r=Object.keys(e).slice(e.length);if(!e.length&&!r.length)return"[]";t.truncate-=4;const n=qe(e,t);t.truncate-=n.length;let o="";return r.length&&(o=qe(r.map(a=>[a,e[a]]),t,Et)),`[ ${n}${o?`, ${o}`:""} ]`}q(Ws,"inspectArray");var cm=q(e=>typeof Buffer=="function"&&e instanceof Buffer?"Buffer":e[Symbol.toStringTag]?e[Symbol.toStringTag]:e.constructor.name,"getArrayName");function Oe(e,t){const r=cm(e);t.truncate-=r.length+4;const n=Object.keys(e).slice(e.length);if(!e.length&&!n.length)return`${r}[]`;let o="";for(let i=0;i<e.length;i++){const s=`${t.stylize(ke(e[i],t.truncate),"number")}${i===e.length-1?"":", "}`;if(t.truncate-=s.length,e[i]!==e.length&&t.truncate<=3){o+=`${wt}(${e.length-e[i]+1})`;break}o+=s}let a="";return n.length&&(a=qe(n.map(i=>[i,e[i]]),t,Et)),`${r}[ ${o}${a?`, ${a}`:""} ]`}q(Oe,"inspectTypedArray");function Gs(e,t){const r=e.toJSON();if(r===null)return"Invalid Date";const n=r.split("T"),o=n[0];return t.stylize(`${o}T${ke(n[1],t.truncate-o.length-1)}`,"date")}q(Gs,"inspectDate");function Wa(e,t){const r=e[Symbol.toStringTag]||"Function",n=e.name;return n?t.stylize(`[${r} ${ke(n,t.truncate-11)}]`,"special"):t.stylize(`[${r}]`,"special")}q(Wa,"inspectFunction");function Ks([e,t],r){return r.truncate-=4,e=r.inspect(e,r),r.truncate-=e.length,t=r.inspect(t,r),`${e} => ${t}`}q(Ks,"inspectMapEntry");function Ys(e){const t=[];return e.forEach((r,n)=>{t.push([n,r])}),t}q(Ys,"mapToEntries");function Xs(e,t){return e.size===0?"Map{}":(t.truncate-=7,`Map{ ${qe(Ys(e),t,Ks)} }`)}q(Xs,"inspectMap");var dm=Number.isNaN||(e=>e!==e);function Ga(e,t){return dm(e)?t.stylize("NaN","number"):e===1/0?t.stylize("Infinity","number"):e===-1/0?t.stylize("-Infinity","number"):e===0?t.stylize(1/e===1/0?"+0":"-0","number"):t.stylize(ke(String(e),t.truncate),"number")}q(Ga,"inspectNumber");function Ka(e,t){let r=ke(e.toString(),t.truncate-1);return r!==wt&&(r+="n"),t.stylize(r,"bigint")}q(Ka,"inspectBigInt");function Js(e,t){const r=e.toString().split("/")[2],n=t.truncate-(2+r.length),o=e.source;return t.stylize(`/${ke(o,n)}/${r}`,"regexp")}q(Js,"inspectRegExp");function Qs(e){const t=[];return e.forEach(r=>{t.push(r)}),t}q(Qs,"arrayFromSet");function Zs(e,t){return e.size===0?"Set{}":(t.truncate-=7,`Set{ ${qe(Qs(e),t)} }`)}q(Zs,"inspectSet");var el=new RegExp("['\\u0000-\\u001f\\u007f-\\u009f\\u00ad\\u0600-\\u0604\\u070f\\u17b4\\u17b5\\u200c-\\u200f\\u2028-\\u202f\\u2060-\\u206f\\ufeff\\ufff0-\\uffff]","g"),fm={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r","'":"\\'","\\":"\\\\"},pm=16;function tl(e){return fm[e]||`\\u${`0000${e.charCodeAt(0).toString(pm)}`.slice(-4)}`}q(tl,"escape");function Ya(e,t){return el.test(e)&&(e=e.replace(el,tl)),t.stylize(`'${ke(e,t.truncate-2)}'`,"string")}q(Ya,"inspectString");function Xa(e){return"description"in Symbol.prototype?e.description?`Symbol(${e.description})`:"Symbol()":e.toString()}q(Xa,"inspectSymbol");var mm=q(()=>"Promise{…}","getPromiseValue"),hm=mm;function Bt(e,t){const r=Object.getOwnPropertyNames(e),n=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e):[];if(r.length===0&&n.length===0)return"{}";if(t.truncate-=4,t.seen=t.seen||[],t.seen.includes(e))return"[Circular]";t.seen.push(e);const o=qe(r.map(s=>[s,e[s]]),t,Et),a=qe(n.map(s=>[s,e[s]]),t,Et);t.seen.pop();let i="";return o&&a&&(i=", "),`{ ${o}${i}${a} }`}q(Bt,"inspectObject");var Ja=typeof Symbol<"u"&&Symbol.toStringTag?Symbol.toStringTag:!1;function rl(e,t){let r="";return Ja&&Ja in e&&(r=e[Ja]),r=r||e.constructor.name,(!r||r==="_class")&&(r="<Anonymous Class>"),t.truncate-=r.length,`${r}${Bt(e,t)}`}q(rl,"inspectClass");function nl(e,t){return e.length===0?"Arguments[]":(t.truncate-=13,`Arguments[ ${qe(e,t)} ]`)}q(nl,"inspectArguments");var bm=["stack","line","column","name","message","fileName","lineNumber","columnNumber","number","description","cause"];function ol(e,t){const r=Object.getOwnPropertyNames(e).filter(i=>bm.indexOf(i)===-1),n=e.name;t.truncate-=n.length;let o="";if(typeof e.message=="string"?o=ke(e.message,t.truncate):r.unshift("message"),o=o?`: ${o}`:"",t.truncate-=o.length+5,t.seen=t.seen||[],t.seen.includes(e))return"[Circular]";t.seen.push(e);const a=qe(r.map(i=>[i,e[i]]),t,Et);return`${n}${o}${a?` { ${a} }`:""}`}q(ol,"inspectObject");function al([e,t],r){return r.truncate-=3,t?`${r.stylize(String(e),"yellow")}=${r.stylize(`"${t}"`,"string")}`:`${r.stylize(String(e),"yellow")}`}q(al,"inspectAttribute");function Zo(e,t){return qe(e,t,il,`
|
|
28
|
-
`)}q(Zo,"inspectNodeCollection");function il(e,t){switch(e.nodeType){case 1:return Qa(e,t);case 3:return t.inspect(e.data,t);default:return t.inspect(e,t)}}q(il,"inspectNode");function Qa(e,t){const r=e.getAttributeNames(),n=e.tagName.toLowerCase(),o=t.stylize(`<${n}`,"special"),a=t.stylize(">","special"),i=t.stylize(`</${n}>`,"special");t.truncate-=n.length*2+5;let s="";r.length>0&&(s+=" ",s+=qe(r.map(d=>[d,e.getAttribute(d)]),t,al," ")),t.truncate-=s.length;const l=t.truncate;let u=Zo(e.children,t);return u&&u.length>l&&(u=`${wt}(${e.children.length})`),`${o}${s}${a}${u}${i}`}q(Qa,"inspectHTML");var vm=typeof Symbol=="function"&&typeof Symbol.for=="function",Za=vm?Symbol.for("chai/inspect"):"@@chai/inspect",ei=Symbol.for("nodejs.util.inspect.custom"),sl=new WeakMap,ll={},ul={undefined:q((e,t)=>t.stylize("undefined","undefined"),"undefined"),null:q((e,t)=>t.stylize("null","null"),"null"),boolean:q((e,t)=>t.stylize(String(e),"boolean"),"boolean"),Boolean:q((e,t)=>t.stylize(String(e),"boolean"),"Boolean"),number:Ga,Number:Ga,bigint:Ka,BigInt:Ka,string:Ya,String:Ya,function:Wa,Function:Wa,symbol:Xa,Symbol:Xa,Array:Ws,Date:Gs,Map:Xs,Set:Zs,RegExp:Js,Promise:hm,WeakSet:q((e,t)=>t.stylize("WeakSet{…}","special"),"WeakSet"),WeakMap:q((e,t)=>t.stylize("WeakMap{…}","special"),"WeakMap"),Arguments:nl,Int8Array:Oe,Uint8Array:Oe,Uint8ClampedArray:Oe,Int16Array:Oe,Uint16Array:Oe,Int32Array:Oe,Uint32Array:Oe,Float32Array:Oe,Float64Array:Oe,Generator:q(()=>"","Generator"),DataView:q(()=>"","DataView"),ArrayBuffer:q(()=>"","ArrayBuffer"),Error:ol,HTMLCollection:Zo,NodeList:Zo},ym=q((e,t,r)=>Za in e&&typeof e[Za]=="function"?e[Za](t):ei in e&&typeof e[ei]=="function"?e[ei](t.depth,t):"inspect"in e&&typeof e.inspect=="function"?e.inspect(t.depth,t):"constructor"in e&&sl.has(e.constructor)?sl.get(e.constructor)(e,t):ll[r]?ll[r](e,t):"","inspectCustom"),gm=Object.prototype.toString;function ea(e,t={}){const r=zs(t,ea),{customInspect:n}=r;let o=e===null?"null":typeof e;if(o==="object"&&(o=gm.call(e).slice(8,-1)),o in ul)return ul[o](e,r);if(n&&e){const i=ym(e,r,o);if(i)return typeof i=="string"?i:ea(i,r)}const a=e?Object.getPrototypeOf(e):!1;return a===Object.prototype||a===null?Bt(e,r):e&&typeof HTMLElement=="function"&&e instanceof HTMLElement?Qa(e,r):"constructor"in e?e.constructor!==Object?rl(e,r):Bt(e,r):e===Object(e)?Bt(e,r):r.stylize(String(e),o)}q(ea,"inspect");var he={includeStack:!1,showDiff:!0,truncateThreshold:40,useProxy:!0,proxyExcludedKeys:["then","catch","inspect","toJSON"],deepEqual:null};function G(e,t,r,n){let o={colors:n,depth:typeof r>"u"?2:r,showHidden:t,truncate:he.truncateThreshold?he.truncateThreshold:1/0};return ea(e,o)}q(G,"inspect");function lt(e){let t=G(e),r=Object.prototype.toString.call(e);if(he.truncateThreshold&&t.length>=he.truncateThreshold){if(r==="[object Function]")return!e.name||e.name===""?"[Function]":"[Function: "+e.name+"]";if(r==="[object Array]")return"[ Array("+e.length+") ]";if(r==="[object Object]"){let n=Object.keys(e);return"{ Object ("+(n.length>2?n.splice(0,2).join(", ")+", ...":n.join(", "))+") }"}else return t}else return t}q(lt,"objDisplay");function ti(e,t){let r=z(e,"negate"),n=z(e,"object"),o=t[3],a=Qo(e,t),i=r?t[2]:t[1],s=z(e,"message");return typeof i=="function"&&(i=i()),i=i||"",i=i.replace(/#\{this\}/g,function(){return lt(n)}).replace(/#\{act\}/g,function(){return lt(a)}).replace(/#\{exp\}/g,function(){return lt(o)}),s?s+": "+i:i}q(ti,"getMessage");function Te(e,t,r){let n=e.__flags||(e.__flags=Object.create(null));t.__flags||(t.__flags=Object.create(null)),r=arguments.length===3?r:!0;for(let o in n)(r||o!=="object"&&o!=="ssfi"&&o!=="lockSsfi"&&o!="message")&&(t.__flags[o]=n[o])}q(Te,"transferFlags");function ri(e){if(typeof e>"u")return"undefined";if(e===null)return"null";const t=e[Symbol.toStringTag];return typeof t=="string"?t:Object.prototype.toString.call(e).slice(8,-1)}q(ri,"type");function ni(){this._key="chai/deep-eql__"+Math.random()+Date.now()}q(ni,"FakeMap"),ni.prototype={get:q(function(t){return t[this._key]},"get"),set:q(function(t,r){Object.isExtensible(t)&&Object.defineProperty(t,this._key,{value:r,configurable:!0})},"set")};var cl=typeof WeakMap=="function"?WeakMap:ni;function oi(e,t,r){if(!r||ut(e)||ut(t))return null;var n=r.get(e);if(n){var o=n.get(t);if(typeof o=="boolean")return o}return null}q(oi,"memoizeCompare");function Lt(e,t,r,n){if(!(!r||ut(e)||ut(t))){var o=r.get(e);o?o.set(t,n):(o=new cl,o.set(t,n),r.set(e,o))}}q(Lt,"memoizeSet");var dl=$t;function $t(e,t,r){if(r&&r.comparator)return ii(e,t,r);var n=ai(e,t);return n!==null?n:ii(e,t,r)}q($t,"deepEqual");function ai(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t?!0:ut(e)||ut(t)?!1:null}q(ai,"simpleEqual");function ii(e,t,r){r=r||{},r.memoize=r.memoize===!1?!1:r.memoize||new cl;var n=r&&r.comparator,o=oi(e,t,r.memoize);if(o!==null)return o;var a=oi(t,e,r.memoize);if(a!==null)return a;if(n){var i=n(e,t);if(i===!1||i===!0)return Lt(e,t,r.memoize,i),i;var s=ai(e,t);if(s!==null)return s}var l=ri(e);if(l!==ri(t))return Lt(e,t,r.memoize,!1),!1;Lt(e,t,r.memoize,!0);var u=fl(e,t,l,r);return Lt(e,t,r.memoize,u),u}q(ii,"extensiveDeepEqual");function fl(e,t,r,n){switch(r){case"String":case"Number":case"Boolean":case"Date":return $t(e.valueOf(),t.valueOf());case"Promise":case"Symbol":case"function":case"WeakMap":case"WeakSet":return e===t;case"Error":return di(e,t,["name","message","code"],n);case"Arguments":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"Array":return Qe(e,t,n);case"RegExp":return pl(e,t);case"Generator":return ml(e,t,n);case"DataView":return Qe(new Uint8Array(e.buffer),new Uint8Array(t.buffer),n);case"ArrayBuffer":return Qe(new Uint8Array(e),new Uint8Array(t),n);case"Set":return si(e,t,n);case"Map":return si(e,t,n);case"Temporal.PlainDate":case"Temporal.PlainTime":case"Temporal.PlainDateTime":case"Temporal.Instant":case"Temporal.ZonedDateTime":case"Temporal.PlainYearMonth":case"Temporal.PlainMonthDay":return e.equals(t);case"Temporal.Duration":return e.total("nanoseconds")===t.total("nanoseconds");case"Temporal.TimeZone":case"Temporal.Calendar":return e.toString()===t.toString();default:return bl(e,t,n)}}q(fl,"extensiveDeepEqualByType");function pl(e,t){return e.toString()===t.toString()}q(pl,"regexpEqual");function si(e,t,r){try{if(e.size!==t.size)return!1;if(e.size===0)return!0}catch{return!1}var n=[],o=[];return e.forEach(q(function(i,s){n.push([i,s])},"gatherEntries")),t.forEach(q(function(i,s){o.push([i,s])},"gatherEntries")),Qe(n.sort(),o.sort(),r)}q(si,"entriesEqual");function Qe(e,t,r){var n=e.length;if(n!==t.length)return!1;if(n===0)return!0;for(var o=-1;++o<n;)if($t(e[o],t[o],r)===!1)return!1;return!0}q(Qe,"iterableEqual");function ml(e,t,r){return Qe(ta(e),ta(t),r)}q(ml,"generatorEqual");function hl(e){return typeof Symbol<"u"&&typeof e=="object"&&typeof Symbol.iterator<"u"&&typeof e[Symbol.iterator]=="function"}q(hl,"hasIteratorFunction");function li(e){if(hl(e))try{return ta(e[Symbol.iterator]())}catch{return[]}return[]}q(li,"getIteratorEntries");function ta(e){for(var t=e.next(),r=[t.value];t.done===!1;)t=e.next(),r.push(t.value);return r}q(ta,"getGeneratorEntries");function ui(e){var t=[];for(var r in e)t.push(r);return t}q(ui,"getEnumerableKeys");function ci(e){for(var t=[],r=Object.getOwnPropertySymbols(e),n=0;n<r.length;n+=1){var o=r[n];Object.getOwnPropertyDescriptor(e,o).enumerable&&t.push(o)}return t}q(ci,"getEnumerableSymbols");function di(e,t,r,n){var o=r.length;if(o===0)return!0;for(var a=0;a<o;a+=1)if($t(e[r[a]],t[r[a]],n)===!1)return!1;return!0}q(di,"keysEqual");function bl(e,t,r){var n=ui(e),o=ui(t),a=ci(e),i=ci(t);if(n=n.concat(a),o=o.concat(i),n.length&&n.length===o.length)return Qe(fi(n).sort(),fi(o).sort())===!1?!1:di(e,t,n,r);var s=li(e),l=li(t);return s.length&&s.length===l.length?(s.sort(),l.sort(),Qe(s,l,r)):n.length===0&&s.length===0&&o.length===0&&l.length===0}q(bl,"objectEqual");function ut(e){return e===null||typeof e!="object"}q(ut,"isPrimitive");function fi(e){return e.map(q(function(r){return typeof r=="symbol"?r.toString():r},"mapSymbol"))}q(fi,"mapSymbols");function ra(e,t){return typeof e>"u"||e===null?!1:t in Object(e)}q(ra,"hasProperty");function vl(e){return e.replace(/([^\\])\[/g,"$1.[").match(/(\\\.|[^.]+?)+/g).map(n=>{if(n==="constructor"||n==="__proto__"||n==="prototype")return{};const a=/^\[(\d+)\]$/.exec(n);let i=null;return a?i={i:parseFloat(a[1])}:i={p:n.replace(/\\([.[\]])/g,"$1")},i})}q(vl,"parsePath");function pi(e,t,r){let n=e,o=null;r=typeof r>"u"?t.length:r;for(let a=0;a<r;a++){const i=t[a];n&&(typeof i.p>"u"?n=n[i.i]:n=n[i.p],a===r-1&&(o=n))}return o}q(pi,"internalGetPathValue");function mi(e,t){const r=vl(t),n=r[r.length-1],o={parent:r.length>1?pi(e,r,r.length-1):e,name:n.p||n.i,value:pi(e,r)};return o.exists=ra(o.parent,o.name),o}q(mi,"getPathInfo");var h=(Rt=class{__flags={};constructor(t,r,n,o){return z(this,"ssfi",n||Rt),z(this,"lockSsfi",o),z(this,"object",t),z(this,"message",r),z(this,"eql",he.deepEqual||dl),Ct(this)}static get includeStack(){return console.warn("Assertion.includeStack is deprecated, use chai.config.includeStack instead."),he.includeStack}static set includeStack(t){console.warn("Assertion.includeStack is deprecated, use chai.config.includeStack instead."),he.includeStack=t}static get showDiff(){return console.warn("Assertion.showDiff is deprecated, use chai.config.showDiff instead."),he.showDiff}static set showDiff(t){console.warn("Assertion.showDiff is deprecated, use chai.config.showDiff instead."),he.showDiff=t}static addProperty(t,r){hi(this.prototype,t,r)}static addMethod(t,r){bi(this.prototype,t,r)}static addChainableMethod(t,r,n){gi(this.prototype,t,r,n)}static overwriteProperty(t,r){vi(this.prototype,t,r)}static overwriteMethod(t,r){yi(this.prototype,t,r)}static overwriteChainableMethod(t,r,n){Ri(this.prototype,t,r,n)}assert(t,r,n,o,a,i){const s=Ha(this,arguments);if(i!==!1&&(i=!0),o===void 0&&a===void 0&&(i=!1),he.showDiff!==!0&&(i=!1),!s){r=ti(this,arguments);const u={actual:Qo(this,arguments),expected:o,showDiff:i},d=Ci(this,arguments);throw d&&(u.operator=d),new Y(r,u,he.includeStack?this.assert:z(this,"ssfi"))}}get _obj(){return z(this,"object")}set _obj(t){z(this,"object",t)}},q(Rt,"Assertion"),Rt);function Ft(){return he.useProxy&&typeof Proxy<"u"&&typeof Reflect<"u"}q(Ft,"isProxyEnabled");function hi(e,t,r){r=r===void 0?function(){}:r,Object.defineProperty(e,t,{get:q(function n(){!Ft()&&!z(this,"lockSsfi")&&z(this,"ssfi",n);let o=r.call(this);if(o!==void 0)return o;let a=new h;return Te(this,a),a},"propertyGetter"),configurable:!0})}q(hi,"addProperty");var Rm=Object.getOwnPropertyDescriptor(function(){},"length");function Ut(e,t,r){return Rm.configurable&&Object.defineProperty(e,"length",{get:q(function(){throw Error(r?"Invalid Chai property: "+t+'.length. Due to a compatibility issue, "length" cannot directly follow "'+t+'". Use "'+t+'.lengthOf" instead.':"Invalid Chai property: "+t+'.length. See docs for proper usage of "'+t+'".')},"get")}),e}q(Ut,"addLengthGuard");function yl(e){let t=Object.getOwnPropertyNames(e);function r(o){t.indexOf(o)===-1&&t.push(o)}q(r,"addProperty");let n=Object.getPrototypeOf(e);for(;n!==null;)Object.getOwnPropertyNames(n).forEach(r),n=Object.getPrototypeOf(n);return t}q(yl,"getProperties");var gl=["__flags","__methods","_obj","assert"];function Ct(e,t){return Ft()?new Proxy(e,{get:q(function r(n,o){if(typeof o=="string"&&he.proxyExcludedKeys.indexOf(o)===-1&&!Reflect.has(n,o)){if(t)throw Error("Invalid Chai property: "+t+"."+o+'. See docs for proper usage of "'+t+'".');let a=null,i=4;throw yl(n).forEach(function(s){if(!Object.prototype.hasOwnProperty(s)&&gl.indexOf(s)===-1){let l=Rl(o,s,i);l<i&&(a=s,i=l)}}),Error(a!==null?"Invalid Chai property: "+o+'. Did you mean "'+a+'"?':"Invalid Chai property: "+o)}return gl.indexOf(o)===-1&&!z(n,"lockSsfi")&&z(n,"ssfi",r),Reflect.get(n,o)},"proxyGetter")}):e}q(Ct,"proxify");function Rl(e,t,r){if(Math.abs(e.length-t.length)>=r)return r;let n=[];for(let o=0;o<=e.length;o++)n[o]=Array(t.length+1).fill(0),n[o][0]=o;for(let o=0;o<t.length;o++)n[0][o]=o;for(let o=1;o<=e.length;o++){let a=e.charCodeAt(o-1);for(let i=1;i<=t.length;i++){if(Math.abs(o-i)>=r){n[o][i]=r;continue}n[o][i]=Math.min(n[o-1][i]+1,n[o][i-1]+1,n[o-1][i-1]+(a===t.charCodeAt(i-1)?0:1))}}return n[e.length][t.length]}q(Rl,"stringDistanceCapped");function bi(e,t,r){let n=q(function(){z(this,"lockSsfi")||z(this,"ssfi",n);let o=r.apply(this,arguments);if(o!==void 0)return o;let a=new h;return Te(this,a),a},"methodWrapper");Ut(n,t,!1),e[t]=Ct(n,t)}q(bi,"addMethod");function vi(e,t,r){let n=Object.getOwnPropertyDescriptor(e,t),o=q(function(){},"_super");n&&typeof n.get=="function"&&(o=n.get),Object.defineProperty(e,t,{get:q(function a(){!Ft()&&!z(this,"lockSsfi")&&z(this,"ssfi",a);let i=z(this,"lockSsfi");z(this,"lockSsfi",!0);let s=r(o).call(this);if(z(this,"lockSsfi",i),s!==void 0)return s;let l=new h;return Te(this,l),l},"overwritingPropertyGetter"),configurable:!0})}q(vi,"overwriteProperty");function yi(e,t,r){let n=e[t],o=q(function(){throw new Error(t+" is not a function")},"_super");n&&typeof n=="function"&&(o=n);let a=q(function(){z(this,"lockSsfi")||z(this,"ssfi",a);let i=z(this,"lockSsfi");z(this,"lockSsfi",!0);let s=r(o).apply(this,arguments);if(z(this,"lockSsfi",i),s!==void 0)return s;let l=new h;return Te(this,l),l},"overwritingMethodWrapper");Ut(a,t,!1),e[t]=Ct(a,t)}q(yi,"overwriteMethod");var wm=typeof Object.setPrototypeOf=="function",wl=q(function(){},"testFn"),Em=Object.getOwnPropertyNames(wl).filter(function(e){let t=Object.getOwnPropertyDescriptor(wl,e);return typeof t!="object"?!0:!t.configurable}),Cm=Function.prototype.call,qm=Function.prototype.apply;function gi(e,t,r,n){typeof n!="function"&&(n=q(function(){},"chainingBehavior"));let o={method:r,chainingBehavior:n};e.__methods||(e.__methods={}),e.__methods[t]=o,Object.defineProperty(e,t,{get:q(function(){o.chainingBehavior.call(this);let i=q(function(){z(this,"lockSsfi")||z(this,"ssfi",i);let s=o.method.apply(this,arguments);if(s!==void 0)return s;let l=new h;return Te(this,l),l},"chainableMethodWrapper");if(Ut(i,t,!0),wm){let s=Object.create(this);s.call=Cm,s.apply=qm,Object.setPrototypeOf(i,s)}else Object.getOwnPropertyNames(e).forEach(function(l){if(Em.indexOf(l)!==-1)return;let u=Object.getOwnPropertyDescriptor(e,l);Object.defineProperty(i,l,u)});return Te(this,i),Ct(i)},"chainableMethodGetter"),configurable:!0})}q(gi,"addChainableMethod");function Ri(e,t,r,n){let o=e.__methods[t],a=o.chainingBehavior;o.chainingBehavior=q(function(){let l=n(a).call(this);if(l!==void 0)return l;let u=new h;return Te(this,u),u},"overwritingChainableMethodGetter");let i=o.method;o.method=q(function(){let l=r(i).apply(this,arguments);if(l!==void 0)return l;let u=new h;return Te(this,u),u},"overwritingChainableMethodWrapper")}q(Ri,"overwriteChainableMethod");function na(e,t){return G(e)<G(t)?-1:1}q(na,"compareByInspect");function wi(e){return typeof Object.getOwnPropertySymbols!="function"?[]:Object.getOwnPropertySymbols(e).filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})}q(wi,"getOwnEnumerablePropertySymbols");function Ei(e){return Object.keys(e).concat(wi(e))}q(Ei,"getOwnEnumerableProperties");var oa=Number.isNaN;function El(e){let t=ee(e);return["Array","Object","Function"].indexOf(t)!==-1}q(El,"isObjectType");function Ci(e,t){let r=z(e,"operator"),n=z(e,"negate"),o=t[3],a=n?t[2]:t[1];if(r)return r;if(typeof a=="function"&&(a=a()),a=a||"",!a||/\shave\s/.test(a))return;let i=El(o);return/\snot\s/.test(a)?i?"notDeepStrictEqual":"notStrictEqual":i?"deepStrictEqual":"strictEqual"}q(Ci,"getOperator");function aa(e){return e.name}q(aa,"getName");function ia(e){return Object.prototype.toString.call(e)==="[object RegExp]"}q(ia,"isRegExp");function se(e){return["Number","BigInt"].includes(ee(e))}q(se,"isNumeric");var{flag:w}=Xo;["to","be","been","is","and","has","have","with","that","which","at","of","same","but","does","still","also"].forEach(function(e){h.addProperty(e)}),h.addProperty("not",function(){w(this,"negate",!0)}),h.addProperty("deep",function(){w(this,"deep",!0)}),h.addProperty("nested",function(){w(this,"nested",!0)}),h.addProperty("own",function(){w(this,"own",!0)}),h.addProperty("ordered",function(){w(this,"ordered",!0)}),h.addProperty("any",function(){w(this,"any",!0),w(this,"all",!1)}),h.addProperty("all",function(){w(this,"all",!0),w(this,"any",!1)});var Cl={function:["function","asyncfunction","generatorfunction","asyncgeneratorfunction"],asyncfunction:["asyncfunction","asyncgeneratorfunction"],generatorfunction:["generatorfunction","asyncgeneratorfunction"],asyncgeneratorfunction:["asyncgeneratorfunction"]};function qi(e,t){t&&w(this,"message",t),e=e.toLowerCase();let r=w(this,"object"),n=~["a","e","i","o","u"].indexOf(e.charAt(0))?"an ":"a ";const o=ee(r).toLowerCase();Cl.function.includes(e)?this.assert(Cl[e].includes(o),"expected #{this} to be "+n+e,"expected #{this} not to be "+n+e):this.assert(e===o,"expected #{this} to be "+n+e,"expected #{this} not to be "+n+e)}q(qi,"an"),h.addChainableMethod("an",qi),h.addChainableMethod("a",qi);function ql(e,t){return oa(e)&&oa(t)||e===t}q(ql,"SameValueZero");function zt(){w(this,"contains",!0)}q(zt,"includeChainingBehavior");function Vt(e,t){t&&w(this,"message",t);let r=w(this,"object"),n=ee(r).toLowerCase(),o=w(this,"message"),a=w(this,"negate"),i=w(this,"ssfi"),s=w(this,"deep"),l=s?"deep ":"",u=s?w(this,"eql"):ql;o=o?o+": ":"";let d=!1;switch(n){case"string":d=r.indexOf(e)!==-1;break;case"weakset":if(s)throw new Y(o+"unable to use .deep.include with WeakSet",void 0,i);d=r.has(e);break;case"map":r.forEach(function(f){d=d||u(f,e)});break;case"set":s?r.forEach(function(f){d=d||u(f,e)}):d=r.has(e);break;case"array":s?d=r.some(function(f){return u(f,e)}):d=r.indexOf(e)!==-1;break;default:{if(e!==Object(e))throw new Y(o+"the given combination of arguments ("+n+" and "+ee(e).toLowerCase()+") is invalid for this assertion. You can use an array, a map, an object, a set, a string, or a weakset instead of a "+ee(e).toLowerCase(),void 0,i);let f=Object.keys(e),c=null,b=0;if(f.forEach(function(v){let R=new h(r);if(Te(this,R,!0),w(R,"lockSsfi",!0),!a||f.length===1){R.property(v,e[v]);return}try{R.property(v,e[v])}catch(S){if(!we.compatibleConstructor(S,Y))throw S;c===null&&(c=S),b++}},this),a&&f.length>1&&b===f.length)throw c;return}}this.assert(d,"expected #{this} to "+l+"include "+G(e),"expected #{this} to not "+l+"include "+G(e))}q(Vt,"include"),h.addChainableMethod("include",Vt,zt),h.addChainableMethod("contain",Vt,zt),h.addChainableMethod("contains",Vt,zt),h.addChainableMethod("includes",Vt,zt),h.addProperty("ok",function(){this.assert(w(this,"object"),"expected #{this} to be truthy","expected #{this} to be falsy")}),h.addProperty("true",function(){this.assert(w(this,"object")===!0,"expected #{this} to be true","expected #{this} to be false",!w(this,"negate"))}),h.addProperty("numeric",function(){const e=w(this,"object");this.assert(["Number","BigInt"].includes(ee(e)),"expected #{this} to be numeric","expected #{this} to not be numeric",!w(this,"negate"))}),h.addProperty("callable",function(){const e=w(this,"object"),t=w(this,"ssfi"),r=w(this,"message"),n=r?`${r}: `:"",o=w(this,"negate"),a=o?`${n}expected ${G(e)} not to be a callable function`:`${n}expected ${G(e)} to be a callable function`,i=["Function","AsyncFunction","GeneratorFunction","AsyncGeneratorFunction"].includes(ee(e));if(i&&o||!i&&!o)throw new Y(a,void 0,t)}),h.addProperty("false",function(){this.assert(w(this,"object")===!1,"expected #{this} to be false","expected #{this} to be true",!!w(this,"negate"))}),h.addProperty("null",function(){this.assert(w(this,"object")===null,"expected #{this} to be null","expected #{this} not to be null")}),h.addProperty("undefined",function(){this.assert(w(this,"object")===void 0,"expected #{this} to be undefined","expected #{this} not to be undefined")}),h.addProperty("NaN",function(){this.assert(oa(w(this,"object")),"expected #{this} to be NaN","expected #{this} not to be NaN")});function xi(){let e=w(this,"object");this.assert(e!=null,"expected #{this} to exist","expected #{this} to not exist")}q(xi,"assertExist"),h.addProperty("exist",xi),h.addProperty("exists",xi),h.addProperty("empty",function(){let e=w(this,"object"),t=w(this,"ssfi"),r=w(this,"message"),n;switch(r=r?r+": ":"",ee(e).toLowerCase()){case"array":case"string":n=e.length;break;case"map":case"set":n=e.size;break;case"weakmap":case"weakset":throw new Y(r+".empty was passed a weak collection",void 0,t);case"function":{const o=r+".empty was passed a function "+aa(e);throw new Y(o.trim(),void 0,t)}default:if(e!==Object(e))throw new Y(r+".empty was passed non-string primitive "+G(e),void 0,t);n=Object.keys(e).length}this.assert(n===0,"expected #{this} to be empty","expected #{this} not to be empty")});function _i(){let e=w(this,"object"),t=ee(e);this.assert(t==="Arguments","expected #{this} to be arguments but got "+t,"expected #{this} to not be arguments")}q(_i,"checkArguments"),h.addProperty("arguments",_i),h.addProperty("Arguments",_i);function sa(e,t){t&&w(this,"message",t);let r=w(this,"object");if(w(this,"deep")){let n=w(this,"lockSsfi");w(this,"lockSsfi",!0),this.eql(e),w(this,"lockSsfi",n)}else this.assert(e===r,"expected #{this} to equal #{exp}","expected #{this} to not equal #{exp}",e,this._obj,!0)}q(sa,"assertEqual"),h.addMethod("equal",sa),h.addMethod("equals",sa),h.addMethod("eq",sa);function Pi(e,t){t&&w(this,"message",t);let r=w(this,"eql");this.assert(r(e,w(this,"object")),"expected #{this} to deeply equal #{exp}","expected #{this} to not deeply equal #{exp}",e,this._obj,!0)}q(Pi,"assertEql"),h.addMethod("eql",Pi),h.addMethod("eqls",Pi);function la(e,t){t&&w(this,"message",t);let r=w(this,"object"),n=w(this,"doLength"),o=w(this,"message"),a=o?o+": ":"",i=w(this,"ssfi"),s=ee(r).toLowerCase(),l=ee(e).toLowerCase();if(n&&s!=="map"&&s!=="set"&&new h(r,o,i,!0).to.have.property("length"),!n&&s==="date"&&l!=="date")throw new Y(a+"the argument to above must be a date",void 0,i);if(!se(e)&&(n||se(r)))throw new Y(a+"the argument to above must be a number",void 0,i);if(!n&&s!=="date"&&!se(r)){let u=s==="string"?"'"+r+"'":r;throw new Y(a+"expected "+u+" to be a number or a date",void 0,i)}if(n){let u="length",d;s==="map"||s==="set"?(u="size",d=r.size):d=r.length,this.assert(d>e,"expected #{this} to have a "+u+" above #{exp} but got #{act}","expected #{this} to not have a "+u+" above #{exp}",e,d)}else this.assert(r>e,"expected #{this} to be above #{exp}","expected #{this} to be at most #{exp}",e)}q(la,"assertAbove"),h.addMethod("above",la),h.addMethod("gt",la),h.addMethod("greaterThan",la);function ua(e,t){t&&w(this,"message",t);let r=w(this,"object"),n=w(this,"doLength"),o=w(this,"message"),a=o?o+": ":"",i=w(this,"ssfi"),s=ee(r).toLowerCase(),l=ee(e).toLowerCase(),u,d=!0;if(n&&s!=="map"&&s!=="set"&&new h(r,o,i,!0).to.have.property("length"),!n&&s==="date"&&l!=="date")u=a+"the argument to least must be a date";else if(!se(e)&&(n||se(r)))u=a+"the argument to least must be a number";else if(!n&&s!=="date"&&!se(r)){let f=s==="string"?"'"+r+"'":r;u=a+"expected "+f+" to be a number or a date"}else d=!1;if(d)throw new Y(u,void 0,i);if(n){let f="length",c;s==="map"||s==="set"?(f="size",c=r.size):c=r.length,this.assert(c>=e,"expected #{this} to have a "+f+" at least #{exp} but got #{act}","expected #{this} to have a "+f+" below #{exp}",e,c)}else this.assert(r>=e,"expected #{this} to be at least #{exp}","expected #{this} to be below #{exp}",e)}q(ua,"assertLeast"),h.addMethod("least",ua),h.addMethod("gte",ua),h.addMethod("greaterThanOrEqual",ua);function ca(e,t){t&&w(this,"message",t);let r=w(this,"object"),n=w(this,"doLength"),o=w(this,"message"),a=o?o+": ":"",i=w(this,"ssfi"),s=ee(r).toLowerCase(),l=ee(e).toLowerCase(),u,d=!0;if(n&&s!=="map"&&s!=="set"&&new h(r,o,i,!0).to.have.property("length"),!n&&s==="date"&&l!=="date")u=a+"the argument to below must be a date";else if(!se(e)&&(n||se(r)))u=a+"the argument to below must be a number";else if(!n&&s!=="date"&&!se(r)){let f=s==="string"?"'"+r+"'":r;u=a+"expected "+f+" to be a number or a date"}else d=!1;if(d)throw new Y(u,void 0,i);if(n){let f="length",c;s==="map"||s==="set"?(f="size",c=r.size):c=r.length,this.assert(c<e,"expected #{this} to have a "+f+" below #{exp} but got #{act}","expected #{this} to not have a "+f+" below #{exp}",e,c)}else this.assert(r<e,"expected #{this} to be below #{exp}","expected #{this} to be at least #{exp}",e)}q(ca,"assertBelow"),h.addMethod("below",ca),h.addMethod("lt",ca),h.addMethod("lessThan",ca);function da(e,t){t&&w(this,"message",t);let r=w(this,"object"),n=w(this,"doLength"),o=w(this,"message"),a=o?o+": ":"",i=w(this,"ssfi"),s=ee(r).toLowerCase(),l=ee(e).toLowerCase(),u,d=!0;if(n&&s!=="map"&&s!=="set"&&new h(r,o,i,!0).to.have.property("length"),!n&&s==="date"&&l!=="date")u=a+"the argument to most must be a date";else if(!se(e)&&(n||se(r)))u=a+"the argument to most must be a number";else if(!n&&s!=="date"&&!se(r)){let f=s==="string"?"'"+r+"'":r;u=a+"expected "+f+" to be a number or a date"}else d=!1;if(d)throw new Y(u,void 0,i);if(n){let f="length",c;s==="map"||s==="set"?(f="size",c=r.size):c=r.length,this.assert(c<=e,"expected #{this} to have a "+f+" at most #{exp} but got #{act}","expected #{this} to have a "+f+" above #{exp}",e,c)}else this.assert(r<=e,"expected #{this} to be at most #{exp}","expected #{this} to be above #{exp}",e)}q(da,"assertMost"),h.addMethod("most",da),h.addMethod("lte",da),h.addMethod("lessThanOrEqual",da),h.addMethod("within",function(e,t,r){r&&w(this,"message",r);let n=w(this,"object"),o=w(this,"doLength"),a=w(this,"message"),i=a?a+": ":"",s=w(this,"ssfi"),l=ee(n).toLowerCase(),u=ee(e).toLowerCase(),d=ee(t).toLowerCase(),f,c=!0,b=u==="date"&&d==="date"?e.toISOString()+".."+t.toISOString():e+".."+t;if(o&&l!=="map"&&l!=="set"&&new h(n,a,s,!0).to.have.property("length"),!o&&l==="date"&&(u!=="date"||d!=="date"))f=i+"the arguments to within must be dates";else if((!se(e)||!se(t))&&(o||se(n)))f=i+"the arguments to within must be numbers";else if(!o&&l!=="date"&&!se(n)){let v=l==="string"?"'"+n+"'":n;f=i+"expected "+v+" to be a number or a date"}else c=!1;if(c)throw new Y(f,void 0,s);if(o){let v="length",R;l==="map"||l==="set"?(v="size",R=n.size):R=n.length,this.assert(R>=e&&R<=t,"expected #{this} to have a "+v+" within "+b,"expected #{this} to not have a "+v+" within "+b)}else this.assert(n>=e&&n<=t,"expected #{this} to be within "+b,"expected #{this} to not be within "+b)});function Ti(e,t){t&&w(this,"message",t);let r=w(this,"object"),n=w(this,"ssfi"),o=w(this,"message"),a;try{a=r instanceof e}catch(s){throw s instanceof TypeError?(o=o?o+": ":"",new Y(o+"The instanceof assertion needs a constructor but "+ee(e)+" was given.",void 0,n)):s}let i=aa(e);i==null&&(i="an unnamed constructor"),this.assert(a,"expected #{this} to be an instance of "+i,"expected #{this} to not be an instance of "+i)}q(Ti,"assertInstanceOf"),h.addMethod("instanceof",Ti),h.addMethod("instanceOf",Ti);function Si(e,t,r){r&&w(this,"message",r);let n=w(this,"nested"),o=w(this,"own"),a=w(this,"message"),i=w(this,"object"),s=w(this,"ssfi"),l=typeof e;if(a=a?a+": ":"",n){if(l!=="string")throw new Y(a+"the argument to property must be a string when using nested syntax",void 0,s)}else if(l!=="string"&&l!=="number"&&l!=="symbol")throw new Y(a+"the argument to property must be a string, number, or symbol",void 0,s);if(n&&o)throw new Y(a+'The "nested" and "own" flags cannot be combined.',void 0,s);if(i==null)throw new Y(a+"Target cannot be null or undefined.",void 0,s);let u=w(this,"deep"),d=w(this,"negate"),f=n?mi(i,e):null,c=n?f.value:i[e],b=u?w(this,"eql"):(S,p)=>S===p,v="";u&&(v+="deep "),o&&(v+="own "),n&&(v+="nested "),v+="property ";let R;o?R=Object.prototype.hasOwnProperty.call(i,e):n?R=f.exists:R=ra(i,e),(!d||arguments.length===1)&&this.assert(R,"expected #{this} to have "+v+G(e),"expected #{this} to not have "+v+G(e)),arguments.length>1&&this.assert(R&&b(t,c),"expected #{this} to have "+v+G(e)+" of #{exp}, but got #{act}","expected #{this} to not have "+v+G(e)+" of #{act}",t,c),w(this,"object",c)}q(Si,"assertProperty"),h.addMethod("property",Si);function Oi(e,t,r){w(this,"own",!0),Si.apply(this,arguments)}q(Oi,"assertOwnProperty"),h.addMethod("ownProperty",Oi),h.addMethod("haveOwnProperty",Oi);function Ai(e,t,r){typeof t=="string"&&(r=t,t=null),r&&w(this,"message",r);let n=w(this,"object"),o=Object.getOwnPropertyDescriptor(Object(n),e),a=w(this,"eql");o&&t?this.assert(a(t,o),"expected the own property descriptor for "+G(e)+" on #{this} to match "+G(t)+", got "+G(o),"expected the own property descriptor for "+G(e)+" on #{this} to not match "+G(t),t,o,!0):this.assert(o,"expected #{this} to have an own property descriptor for "+G(e),"expected #{this} to not have an own property descriptor for "+G(e)),w(this,"object",o)}q(Ai,"assertOwnPropertyDescriptor"),h.addMethod("ownPropertyDescriptor",Ai),h.addMethod("haveOwnPropertyDescriptor",Ai);function Mi(){w(this,"doLength",!0)}q(Mi,"assertLengthChain");function Ii(e,t){t&&w(this,"message",t);let r=w(this,"object"),n=ee(r).toLowerCase(),o=w(this,"message"),a=w(this,"ssfi"),i="length",s;switch(n){case"map":case"set":i="size",s=r.size;break;default:new h(r,o,a,!0).to.have.property("length"),s=r.length}this.assert(s==e,"expected #{this} to have a "+i+" of #{exp} but got #{act}","expected #{this} to not have a "+i+" of #{act}",e,s)}q(Ii,"assertLength"),h.addChainableMethod("length",Ii,Mi),h.addChainableMethod("lengthOf",Ii,Mi);function Ni(e,t){t&&w(this,"message",t);let r=w(this,"object");this.assert(e.exec(r),"expected #{this} to match "+e,"expected #{this} not to match "+e)}q(Ni,"assertMatch"),h.addMethod("match",Ni),h.addMethod("matches",Ni),h.addMethod("string",function(e,t){t&&w(this,"message",t);let r=w(this,"object"),n=w(this,"message"),o=w(this,"ssfi");new h(r,n,o,!0).is.a("string"),this.assert(~r.indexOf(e),"expected #{this} to contain "+G(e),"expected #{this} to not contain "+G(e))});function ki(e){let t=w(this,"object"),r=ee(t),n=ee(e),o=w(this,"ssfi"),a=w(this,"deep"),i,s="",l,u=!0,d=w(this,"message");d=d?d+": ":"";let f=d+"when testing keys against an object or an array you must give a single Array|Object|String argument or multiple String arguments";if(r==="Map"||r==="Set")s=a?"deeply ":"",l=[],t.forEach(function(p,x){l.push(x)}),n!=="Array"&&(e=Array.prototype.slice.call(arguments));else{switch(l=Ei(t),n){case"Array":if(arguments.length>1)throw new Y(f,void 0,o);break;case"Object":if(arguments.length>1)throw new Y(f,void 0,o);e=Object.keys(e);break;default:e=Array.prototype.slice.call(arguments)}e=e.map(function(p){return typeof p=="symbol"?p:String(p)})}if(!e.length)throw new Y(d+"keys required",void 0,o);let c=e.length,b=w(this,"any"),v=w(this,"all"),R=e,S=a?w(this,"eql"):(p,x)=>p===x;if(!b&&!v&&(v=!0),b&&(u=R.some(function(p){return l.some(function(x){return S(p,x)})})),v&&(u=R.every(function(p){return l.some(function(x){return S(p,x)})}),w(this,"contains")||(u=u&&e.length==l.length)),c>1){e=e.map(function(x){return G(x)});let p=e.pop();v&&(i=e.join(", ")+", and "+p),b&&(i=e.join(", ")+", or "+p)}else i=G(e[0]);i=(c>1?"keys ":"key ")+i,i=(w(this,"contains")?"contain ":"have ")+i,this.assert(u,"expected #{this} to "+s+i,"expected #{this} to not "+s+i,R.slice(0).sort(na),l.sort(na),!0)}q(ki,"assertKeys"),h.addMethod("keys",ki),h.addMethod("key",ki);function fa(e,t,r){r&&w(this,"message",r);let n=w(this,"object"),o=w(this,"ssfi"),a=w(this,"message"),i=w(this,"negate")||!1;new h(n,a,o,!0).is.a("function"),(ia(e)||typeof e=="string")&&(t=e,e=null);let s,l=!1;try{n()}catch(b){l=!0,s=b}let u=e===void 0&&t===void 0,d=!!(e&&t),f=!1,c=!1;if(u||!u&&!i){let b="an error";e instanceof Error?b="#{exp}":e&&(b=we.getConstructorName(e));let v=s;if(s instanceof Error)v=s.toString();else if(typeof s=="string")v=s;else if(s&&(typeof s=="object"||typeof s=="function"))try{v=we.getConstructorName(s)}catch{}this.assert(l,"expected #{this} to throw "+b,"expected #{this} to not throw an error but #{act} was thrown",e&&e.toString(),v)}if(e&&s&&(e instanceof Error&&we.compatibleInstance(s,e)===i&&(d&&i?f=!0:this.assert(i,"expected #{this} to throw #{exp} but #{act} was thrown","expected #{this} to not throw #{exp}"+(s&&!i?" but #{act} was thrown":""),e.toString(),s.toString())),we.compatibleConstructor(s,e)===i&&(d&&i?f=!0:this.assert(i,"expected #{this} to throw #{exp} but #{act} was thrown","expected #{this} to not throw #{exp}"+(s?" but #{act} was thrown":""),e instanceof Error?e.toString():e&&we.getConstructorName(e),s instanceof Error?s.toString():s&&we.getConstructorName(s)))),s&&t!==void 0&&t!==null){let b="including";ia(t)&&(b="matching"),we.compatibleMessage(s,t)===i&&(d&&i?c=!0:this.assert(i,"expected #{this} to throw error "+b+" #{exp} but got #{act}","expected #{this} to throw error not "+b+" #{exp}",t,we.getMessage(s)))}f&&c&&this.assert(i,"expected #{this} to throw #{exp} but #{act} was thrown","expected #{this} to not throw #{exp}"+(s?" but #{act} was thrown":""),e instanceof Error?e.toString():e&&we.getConstructorName(e),s instanceof Error?s.toString():s&&we.getConstructorName(s)),w(this,"object",s)}q(fa,"assertThrows"),h.addMethod("throw",fa),h.addMethod("throws",fa),h.addMethod("Throw",fa);function Di(e,t){t&&w(this,"message",t);let r=w(this,"object"),n=w(this,"itself"),o=typeof r=="function"&&!n?r.prototype[e]:r[e];this.assert(typeof o=="function","expected #{this} to respond to "+G(e),"expected #{this} to not respond to "+G(e))}q(Di,"respondTo"),h.addMethod("respondTo",Di),h.addMethod("respondsTo",Di),h.addProperty("itself",function(){w(this,"itself",!0)});function ji(e,t){t&&w(this,"message",t);let r=w(this,"object"),n=e(r);this.assert(n,"expected #{this} to satisfy "+lt(e),"expected #{this} to not satisfy"+lt(e),!w(this,"negate"),n)}q(ji,"satisfy"),h.addMethod("satisfy",ji),h.addMethod("satisfies",ji);function Bi(e,t,r){r&&w(this,"message",r);let n=w(this,"object"),o=w(this,"message"),a=w(this,"ssfi");new h(n,o,a,!0).is.numeric;let i="A `delta` value is required for `closeTo`";if(t==null)throw new Y(o?`${o}: ${i}`:i,void 0,a);if(new h(t,o,a,!0).is.numeric,i="A `expected` value is required for `closeTo`",e==null)throw new Y(o?`${o}: ${i}`:i,void 0,a);new h(e,o,a,!0).is.numeric;const s=q(u=>u<0n?-u:u,"abs"),l=q(u=>parseFloat(parseFloat(u).toPrecision(12)),"strip");this.assert(l(s(n-e))<=t,"expected #{this} to be close to "+e+" +/- "+t,"expected #{this} not to be close to "+e+" +/- "+t)}q(Bi,"closeTo"),h.addMethod("closeTo",Bi),h.addMethod("approximately",Bi);function xl(e,t,r,n,o){let a=Array.from(t),i=Array.from(e);if(!n){if(i.length!==a.length)return!1;a=a.slice()}return i.every(function(s,l){if(o)return r?r(s,a[l]):s===a[l];if(!r){let u=a.indexOf(s);return u===-1?!1:(n||a.splice(u,1),!0)}return a.some(function(u,d){return r(s,u)?(n||a.splice(d,1),!0):!1})})}q(xl,"isSubsetOf"),h.addMethod("members",function(e,t){t&&w(this,"message",t);let r=w(this,"object"),n=w(this,"message"),o=w(this,"ssfi");new h(r,n,o,!0).to.be.iterable,new h(e,n,o,!0).to.be.iterable;let a=w(this,"contains"),i=w(this,"ordered"),s,l,u;a?(s=i?"an ordered superset":"a superset",l="expected #{this} to be "+s+" of #{exp}",u="expected #{this} to not be "+s+" of #{exp}"):(s=i?"ordered members":"members",l="expected #{this} to have the same "+s+" as #{exp}",u="expected #{this} to not have the same "+s+" as #{exp}");let d=w(this,"deep")?w(this,"eql"):void 0;this.assert(xl(e,r,d,a,i),l,u,e,r,!0)}),h.addProperty("iterable",function(e){e&&w(this,"message",e);let t=w(this,"object");this.assert(t!=null&&t[Symbol.iterator],"expected #{this} to be an iterable","expected #{this} to not be an iterable",t)});function _l(e,t){t&&w(this,"message",t);let r=w(this,"object"),n=w(this,"message"),o=w(this,"ssfi"),a=w(this,"contains"),i=w(this,"deep"),s=w(this,"eql");new h(e,n,o,!0).to.be.an("array"),a?this.assert(e.some(function(l){return r.indexOf(l)>-1}),"expected #{this} to contain one of #{exp}","expected #{this} to not contain one of #{exp}",e,r):i?this.assert(e.some(function(l){return s(r,l)}),"expected #{this} to deeply equal one of #{exp}","expected #{this} to deeply equal one of #{exp}",e,r):this.assert(e.indexOf(r)>-1,"expected #{this} to be one of #{exp}","expected #{this} to not be one of #{exp}",e,r)}q(_l,"oneOf"),h.addMethod("oneOf",_l);function Li(e,t,r){r&&w(this,"message",r);let n=w(this,"object"),o=w(this,"message"),a=w(this,"ssfi");new h(n,o,a,!0).is.a("function");let i;t?(new h(e,o,a,!0).to.have.property(t),i=e[t]):(new h(e,o,a,!0).is.a("function"),i=e()),n();let s=t==null?e():e[t],l=t==null?i:"."+t;w(this,"deltaMsgObj",l),w(this,"initialDeltaValue",i),w(this,"finalDeltaValue",s),w(this,"deltaBehavior","change"),w(this,"realDelta",s!==i),this.assert(i!==s,"expected "+l+" to change","expected "+l+" to not change")}q(Li,"assertChanges"),h.addMethod("change",Li),h.addMethod("changes",Li);function $i(e,t,r){r&&w(this,"message",r);let n=w(this,"object"),o=w(this,"message"),a=w(this,"ssfi");new h(n,o,a,!0).is.a("function");let i;t?(new h(e,o,a,!0).to.have.property(t),i=e[t]):(new h(e,o,a,!0).is.a("function"),i=e()),new h(i,o,a,!0).is.a("number"),n();let s=t==null?e():e[t],l=t==null?i:"."+t;w(this,"deltaMsgObj",l),w(this,"initialDeltaValue",i),w(this,"finalDeltaValue",s),w(this,"deltaBehavior","increase"),w(this,"realDelta",s-i),this.assert(s-i>0,"expected "+l+" to increase","expected "+l+" to not increase")}q($i,"assertIncreases"),h.addMethod("increase",$i),h.addMethod("increases",$i);function Fi(e,t,r){r&&w(this,"message",r);let n=w(this,"object"),o=w(this,"message"),a=w(this,"ssfi");new h(n,o,a,!0).is.a("function");let i;t?(new h(e,o,a,!0).to.have.property(t),i=e[t]):(new h(e,o,a,!0).is.a("function"),i=e()),new h(i,o,a,!0).is.a("number"),n();let s=t==null?e():e[t],l=t==null?i:"."+t;w(this,"deltaMsgObj",l),w(this,"initialDeltaValue",i),w(this,"finalDeltaValue",s),w(this,"deltaBehavior","decrease"),w(this,"realDelta",i-s),this.assert(s-i<0,"expected "+l+" to decrease","expected "+l+" to not decrease")}q(Fi,"assertDecreases"),h.addMethod("decrease",Fi),h.addMethod("decreases",Fi);function Pl(e,t){t&&w(this,"message",t);let r=w(this,"deltaMsgObj"),n=w(this,"initialDeltaValue"),o=w(this,"finalDeltaValue"),a=w(this,"deltaBehavior"),i=w(this,"realDelta"),s;a==="change"?s=Math.abs(o-n)===Math.abs(e):s=i===Math.abs(e),this.assert(s,"expected "+r+" to "+a+" by "+e,"expected "+r+" to not "+a+" by "+e)}q(Pl,"assertDelta"),h.addMethod("by",Pl),h.addProperty("extensible",function(){let e=w(this,"object"),t=e===Object(e)&&Object.isExtensible(e);this.assert(t,"expected #{this} to be extensible","expected #{this} to not be extensible")}),h.addProperty("sealed",function(){let e=w(this,"object"),t=e===Object(e)?Object.isSealed(e):!0;this.assert(t,"expected #{this} to be sealed","expected #{this} to not be sealed")}),h.addProperty("frozen",function(){let e=w(this,"object"),t=e===Object(e)?Object.isFrozen(e):!0;this.assert(t,"expected #{this} to be frozen","expected #{this} to not be frozen")}),h.addProperty("finite",function(e){let t=w(this,"object");this.assert(typeof t=="number"&&isFinite(t),"expected #{this} to be a finite number","expected #{this} to not be a finite number")});function pa(e,t){return e===t?!0:typeof t!=typeof e?!1:typeof e!="object"||e===null?e===t:t?Array.isArray(e)?Array.isArray(t)?e.every(function(r){return t.some(function(n){return pa(r,n)})}):!1:e instanceof Date?t instanceof Date?e.getTime()===t.getTime():!1:Object.keys(e).every(function(r){let n=e[r],o=t[r];return typeof n=="object"&&n!==null&&o!==null?pa(n,o):typeof n=="function"?n(o):o===n}):!1}q(pa,"compareSubset"),h.addMethod("containSubset",function(e){const t=z(this,"object"),r=he.showDiff;this.assert(pa(e,t),"expected #{act} to contain subset #{exp}","expected #{act} to not contain subset #{exp}",e,t,r)});function Ht(e,t){return new h(e,t)}q(Ht,"expect"),Ht.fail=function(e,t,r,n){throw arguments.length<2&&(r=e,e=void 0),r=r||"expect.fail()",new Y(r,{actual:e,expected:t,operator:n},Ht.fail)};var Tl={};Va(Tl,{Should:()=>_m,should:()=>xm});function Ui(){function e(){return this instanceof String||this instanceof Number||this instanceof Boolean||typeof Symbol=="function"&&this instanceof Symbol||typeof BigInt=="function"&&this instanceof BigInt?new h(this.valueOf(),null,e):new h(this,null,e)}q(e,"shouldGetter");function t(n){Object.defineProperty(this,"should",{value:n,enumerable:!0,configurable:!0,writable:!0})}q(t,"shouldSetter"),Object.defineProperty(Object.prototype,"should",{set:t,get:e,configurable:!0});let r={};return r.fail=function(n,o,a,i){throw arguments.length<2&&(a=n,n=void 0),a=a||"should.fail()",new Y(a,{actual:n,expected:o,operator:i},r.fail)},r.equal=function(n,o,a){new h(n,a).to.equal(o)},r.Throw=function(n,o,a,i){new h(n,i).to.Throw(o,a)},r.exist=function(n,o){new h(n,o).to.exist},r.not={},r.not.equal=function(n,o,a){new h(n,a).to.not.equal(o)},r.not.Throw=function(n,o,a,i){new h(n,i).to.not.Throw(o,a)},r.not.exist=function(n,o){new h(n,o).to.not.exist},r.throw=r.Throw,r.not.throw=r.not.Throw,r}q(Ui,"loadShould");var xm=Ui,_m=Ui;function m(e,t){new h(null,null,m,!0).assert(e,t,"[ negation message unavailable ]")}q(m,"assert"),m.fail=function(e,t,r,n){throw arguments.length<2&&(r=e,e=void 0),r=r||"assert.fail()",new Y(r,{actual:e,expected:t,operator:n},m.fail)},m.isOk=function(e,t){new h(e,t,m.isOk,!0).is.ok},m.isNotOk=function(e,t){new h(e,t,m.isNotOk,!0).is.not.ok},m.equal=function(e,t,r){let n=new h(e,r,m.equal,!0);n.assert(t==z(n,"object"),"expected #{this} to equal #{exp}","expected #{this} to not equal #{act}",t,e,!0)},m.notEqual=function(e,t,r){let n=new h(e,r,m.notEqual,!0);n.assert(t!=z(n,"object"),"expected #{this} to not equal #{exp}","expected #{this} to equal #{act}",t,e,!0)},m.strictEqual=function(e,t,r){new h(e,r,m.strictEqual,!0).to.equal(t)},m.notStrictEqual=function(e,t,r){new h(e,r,m.notStrictEqual,!0).to.not.equal(t)},m.deepEqual=m.deepStrictEqual=function(e,t,r){new h(e,r,m.deepEqual,!0).to.eql(t)},m.notDeepEqual=function(e,t,r){new h(e,r,m.notDeepEqual,!0).to.not.eql(t)},m.isAbove=function(e,t,r){new h(e,r,m.isAbove,!0).to.be.above(t)},m.isAtLeast=function(e,t,r){new h(e,r,m.isAtLeast,!0).to.be.least(t)},m.isBelow=function(e,t,r){new h(e,r,m.isBelow,!0).to.be.below(t)},m.isAtMost=function(e,t,r){new h(e,r,m.isAtMost,!0).to.be.most(t)},m.isTrue=function(e,t){new h(e,t,m.isTrue,!0).is.true},m.isNotTrue=function(e,t){new h(e,t,m.isNotTrue,!0).to.not.equal(!0)},m.isFalse=function(e,t){new h(e,t,m.isFalse,!0).is.false},m.isNotFalse=function(e,t){new h(e,t,m.isNotFalse,!0).to.not.equal(!1)},m.isNull=function(e,t){new h(e,t,m.isNull,!0).to.equal(null)},m.isNotNull=function(e,t){new h(e,t,m.isNotNull,!0).to.not.equal(null)},m.isNaN=function(e,t){new h(e,t,m.isNaN,!0).to.be.NaN},m.isNotNaN=function(e,t){new h(e,t,m.isNotNaN,!0).not.to.be.NaN},m.exists=function(e,t){new h(e,t,m.exists,!0).to.exist},m.notExists=function(e,t){new h(e,t,m.notExists,!0).to.not.exist},m.isUndefined=function(e,t){new h(e,t,m.isUndefined,!0).to.equal(void 0)},m.isDefined=function(e,t){new h(e,t,m.isDefined,!0).to.not.equal(void 0)},m.isCallable=function(e,t){new h(e,t,m.isCallable,!0).is.callable},m.isNotCallable=function(e,t){new h(e,t,m.isNotCallable,!0).is.not.callable},m.isObject=function(e,t){new h(e,t,m.isObject,!0).to.be.a("object")},m.isNotObject=function(e,t){new h(e,t,m.isNotObject,!0).to.not.be.a("object")},m.isArray=function(e,t){new h(e,t,m.isArray,!0).to.be.an("array")},m.isNotArray=function(e,t){new h(e,t,m.isNotArray,!0).to.not.be.an("array")},m.isString=function(e,t){new h(e,t,m.isString,!0).to.be.a("string")},m.isNotString=function(e,t){new h(e,t,m.isNotString,!0).to.not.be.a("string")},m.isNumber=function(e,t){new h(e,t,m.isNumber,!0).to.be.a("number")},m.isNotNumber=function(e,t){new h(e,t,m.isNotNumber,!0).to.not.be.a("number")},m.isNumeric=function(e,t){new h(e,t,m.isNumeric,!0).is.numeric},m.isNotNumeric=function(e,t){new h(e,t,m.isNotNumeric,!0).is.not.numeric},m.isFinite=function(e,t){new h(e,t,m.isFinite,!0).to.be.finite},m.isBoolean=function(e,t){new h(e,t,m.isBoolean,!0).to.be.a("boolean")},m.isNotBoolean=function(e,t){new h(e,t,m.isNotBoolean,!0).to.not.be.a("boolean")},m.typeOf=function(e,t,r){new h(e,r,m.typeOf,!0).to.be.a(t)},m.notTypeOf=function(e,t,r){new h(e,r,m.notTypeOf,!0).to.not.be.a(t)},m.instanceOf=function(e,t,r){new h(e,r,m.instanceOf,!0).to.be.instanceOf(t)},m.notInstanceOf=function(e,t,r){new h(e,r,m.notInstanceOf,!0).to.not.be.instanceOf(t)},m.include=function(e,t,r){new h(e,r,m.include,!0).include(t)},m.notInclude=function(e,t,r){new h(e,r,m.notInclude,!0).not.include(t)},m.deepInclude=function(e,t,r){new h(e,r,m.deepInclude,!0).deep.include(t)},m.notDeepInclude=function(e,t,r){new h(e,r,m.notDeepInclude,!0).not.deep.include(t)},m.nestedInclude=function(e,t,r){new h(e,r,m.nestedInclude,!0).nested.include(t)},m.notNestedInclude=function(e,t,r){new h(e,r,m.notNestedInclude,!0).not.nested.include(t)},m.deepNestedInclude=function(e,t,r){new h(e,r,m.deepNestedInclude,!0).deep.nested.include(t)},m.notDeepNestedInclude=function(e,t,r){new h(e,r,m.notDeepNestedInclude,!0).not.deep.nested.include(t)},m.ownInclude=function(e,t,r){new h(e,r,m.ownInclude,!0).own.include(t)},m.notOwnInclude=function(e,t,r){new h(e,r,m.notOwnInclude,!0).not.own.include(t)},m.deepOwnInclude=function(e,t,r){new h(e,r,m.deepOwnInclude,!0).deep.own.include(t)},m.notDeepOwnInclude=function(e,t,r){new h(e,r,m.notDeepOwnInclude,!0).not.deep.own.include(t)},m.match=function(e,t,r){new h(e,r,m.match,!0).to.match(t)},m.notMatch=function(e,t,r){new h(e,r,m.notMatch,!0).to.not.match(t)},m.property=function(e,t,r){new h(e,r,m.property,!0).to.have.property(t)},m.notProperty=function(e,t,r){new h(e,r,m.notProperty,!0).to.not.have.property(t)},m.propertyVal=function(e,t,r,n){new h(e,n,m.propertyVal,!0).to.have.property(t,r)},m.notPropertyVal=function(e,t,r,n){new h(e,n,m.notPropertyVal,!0).to.not.have.property(t,r)},m.deepPropertyVal=function(e,t,r,n){new h(e,n,m.deepPropertyVal,!0).to.have.deep.property(t,r)},m.notDeepPropertyVal=function(e,t,r,n){new h(e,n,m.notDeepPropertyVal,!0).to.not.have.deep.property(t,r)},m.ownProperty=function(e,t,r){new h(e,r,m.ownProperty,!0).to.have.own.property(t)},m.notOwnProperty=function(e,t,r){new h(e,r,m.notOwnProperty,!0).to.not.have.own.property(t)},m.ownPropertyVal=function(e,t,r,n){new h(e,n,m.ownPropertyVal,!0).to.have.own.property(t,r)},m.notOwnPropertyVal=function(e,t,r,n){new h(e,n,m.notOwnPropertyVal,!0).to.not.have.own.property(t,r)},m.deepOwnPropertyVal=function(e,t,r,n){new h(e,n,m.deepOwnPropertyVal,!0).to.have.deep.own.property(t,r)},m.notDeepOwnPropertyVal=function(e,t,r,n){new h(e,n,m.notDeepOwnPropertyVal,!0).to.not.have.deep.own.property(t,r)},m.nestedProperty=function(e,t,r){new h(e,r,m.nestedProperty,!0).to.have.nested.property(t)},m.notNestedProperty=function(e,t,r){new h(e,r,m.notNestedProperty,!0).to.not.have.nested.property(t)},m.nestedPropertyVal=function(e,t,r,n){new h(e,n,m.nestedPropertyVal,!0).to.have.nested.property(t,r)},m.notNestedPropertyVal=function(e,t,r,n){new h(e,n,m.notNestedPropertyVal,!0).to.not.have.nested.property(t,r)},m.deepNestedPropertyVal=function(e,t,r,n){new h(e,n,m.deepNestedPropertyVal,!0).to.have.deep.nested.property(t,r)},m.notDeepNestedPropertyVal=function(e,t,r,n){new h(e,n,m.notDeepNestedPropertyVal,!0).to.not.have.deep.nested.property(t,r)},m.lengthOf=function(e,t,r){new h(e,r,m.lengthOf,!0).to.have.lengthOf(t)},m.hasAnyKeys=function(e,t,r){new h(e,r,m.hasAnyKeys,!0).to.have.any.keys(t)},m.hasAllKeys=function(e,t,r){new h(e,r,m.hasAllKeys,!0).to.have.all.keys(t)},m.containsAllKeys=function(e,t,r){new h(e,r,m.containsAllKeys,!0).to.contain.all.keys(t)},m.doesNotHaveAnyKeys=function(e,t,r){new h(e,r,m.doesNotHaveAnyKeys,!0).to.not.have.any.keys(t)},m.doesNotHaveAllKeys=function(e,t,r){new h(e,r,m.doesNotHaveAllKeys,!0).to.not.have.all.keys(t)},m.hasAnyDeepKeys=function(e,t,r){new h(e,r,m.hasAnyDeepKeys,!0).to.have.any.deep.keys(t)},m.hasAllDeepKeys=function(e,t,r){new h(e,r,m.hasAllDeepKeys,!0).to.have.all.deep.keys(t)},m.containsAllDeepKeys=function(e,t,r){new h(e,r,m.containsAllDeepKeys,!0).to.contain.all.deep.keys(t)},m.doesNotHaveAnyDeepKeys=function(e,t,r){new h(e,r,m.doesNotHaveAnyDeepKeys,!0).to.not.have.any.deep.keys(t)},m.doesNotHaveAllDeepKeys=function(e,t,r){new h(e,r,m.doesNotHaveAllDeepKeys,!0).to.not.have.all.deep.keys(t)},m.throws=function(e,t,r,n){(typeof t=="string"||t instanceof RegExp)&&(r=t,t=null);let o=new h(e,n,m.throws,!0).to.throw(t,r);return z(o,"object")},m.doesNotThrow=function(e,t,r,n){(typeof t=="string"||t instanceof RegExp)&&(r=t,t=null),new h(e,n,m.doesNotThrow,!0).to.not.throw(t,r)},m.operator=function(e,t,r,n){let o;switch(t){case"==":o=e==r;break;case"===":o=e===r;break;case">":o=e>r;break;case">=":o=e>=r;break;case"<":o=e<r;break;case"<=":o=e<=r;break;case"!=":o=e!=r;break;case"!==":o=e!==r;break;default:throw n=n&&n+": ",new Y(n+'Invalid operator "'+t+'"',void 0,m.operator)}let a=new h(o,n,m.operator,!0);a.assert(z(a,"object")===!0,"expected "+G(e)+" to be "+t+" "+G(r),"expected "+G(e)+" to not be "+t+" "+G(r))},m.closeTo=function(e,t,r,n){new h(e,n,m.closeTo,!0).to.be.closeTo(t,r)},m.approximately=function(e,t,r,n){new h(e,n,m.approximately,!0).to.be.approximately(t,r)},m.sameMembers=function(e,t,r){new h(e,r,m.sameMembers,!0).to.have.same.members(t)},m.notSameMembers=function(e,t,r){new h(e,r,m.notSameMembers,!0).to.not.have.same.members(t)},m.sameDeepMembers=function(e,t,r){new h(e,r,m.sameDeepMembers,!0).to.have.same.deep.members(t)},m.notSameDeepMembers=function(e,t,r){new h(e,r,m.notSameDeepMembers,!0).to.not.have.same.deep.members(t)},m.sameOrderedMembers=function(e,t,r){new h(e,r,m.sameOrderedMembers,!0).to.have.same.ordered.members(t)},m.notSameOrderedMembers=function(e,t,r){new h(e,r,m.notSameOrderedMembers,!0).to.not.have.same.ordered.members(t)},m.sameDeepOrderedMembers=function(e,t,r){new h(e,r,m.sameDeepOrderedMembers,!0).to.have.same.deep.ordered.members(t)},m.notSameDeepOrderedMembers=function(e,t,r){new h(e,r,m.notSameDeepOrderedMembers,!0).to.not.have.same.deep.ordered.members(t)},m.includeMembers=function(e,t,r){new h(e,r,m.includeMembers,!0).to.include.members(t)},m.notIncludeMembers=function(e,t,r){new h(e,r,m.notIncludeMembers,!0).to.not.include.members(t)},m.includeDeepMembers=function(e,t,r){new h(e,r,m.includeDeepMembers,!0).to.include.deep.members(t)},m.notIncludeDeepMembers=function(e,t,r){new h(e,r,m.notIncludeDeepMembers,!0).to.not.include.deep.members(t)},m.includeOrderedMembers=function(e,t,r){new h(e,r,m.includeOrderedMembers,!0).to.include.ordered.members(t)},m.notIncludeOrderedMembers=function(e,t,r){new h(e,r,m.notIncludeOrderedMembers,!0).to.not.include.ordered.members(t)},m.includeDeepOrderedMembers=function(e,t,r){new h(e,r,m.includeDeepOrderedMembers,!0).to.include.deep.ordered.members(t)},m.notIncludeDeepOrderedMembers=function(e,t,r){new h(e,r,m.notIncludeDeepOrderedMembers,!0).to.not.include.deep.ordered.members(t)},m.oneOf=function(e,t,r){new h(e,r,m.oneOf,!0).to.be.oneOf(t)},m.isIterable=function(e,t){if(e==null||!e[Symbol.iterator])throw t=t?`${t} expected ${G(e)} to be an iterable`:`expected ${G(e)} to be an iterable`,new Y(t,void 0,m.isIterable)},m.changes=function(e,t,r,n){arguments.length===3&&typeof t=="function"&&(n=r,r=null),new h(e,n,m.changes,!0).to.change(t,r)},m.changesBy=function(e,t,r,n,o){if(arguments.length===4&&typeof t=="function"){let a=n;n=r,o=a}else arguments.length===3&&(n=r,r=null);new h(e,o,m.changesBy,!0).to.change(t,r).by(n)},m.doesNotChange=function(e,t,r,n){return arguments.length===3&&typeof t=="function"&&(n=r,r=null),new h(e,n,m.doesNotChange,!0).to.not.change(t,r)},m.changesButNotBy=function(e,t,r,n,o){if(arguments.length===4&&typeof t=="function"){let a=n;n=r,o=a}else arguments.length===3&&(n=r,r=null);new h(e,o,m.changesButNotBy,!0).to.change(t,r).but.not.by(n)},m.increases=function(e,t,r,n){return arguments.length===3&&typeof t=="function"&&(n=r,r=null),new h(e,n,m.increases,!0).to.increase(t,r)},m.increasesBy=function(e,t,r,n,o){if(arguments.length===4&&typeof t=="function"){let a=n;n=r,o=a}else arguments.length===3&&(n=r,r=null);new h(e,o,m.increasesBy,!0).to.increase(t,r).by(n)},m.doesNotIncrease=function(e,t,r,n){return arguments.length===3&&typeof t=="function"&&(n=r,r=null),new h(e,n,m.doesNotIncrease,!0).to.not.increase(t,r)},m.increasesButNotBy=function(e,t,r,n,o){if(arguments.length===4&&typeof t=="function"){let a=n;n=r,o=a}else arguments.length===3&&(n=r,r=null);new h(e,o,m.increasesButNotBy,!0).to.increase(t,r).but.not.by(n)},m.decreases=function(e,t,r,n){return arguments.length===3&&typeof t=="function"&&(n=r,r=null),new h(e,n,m.decreases,!0).to.decrease(t,r)},m.decreasesBy=function(e,t,r,n,o){if(arguments.length===4&&typeof t=="function"){let a=n;n=r,o=a}else arguments.length===3&&(n=r,r=null);new h(e,o,m.decreasesBy,!0).to.decrease(t,r).by(n)},m.doesNotDecrease=function(e,t,r,n){return arguments.length===3&&typeof t=="function"&&(n=r,r=null),new h(e,n,m.doesNotDecrease,!0).to.not.decrease(t,r)},m.doesNotDecreaseBy=function(e,t,r,n,o){if(arguments.length===4&&typeof t=="function"){let a=n;n=r,o=a}else arguments.length===3&&(n=r,r=null);return new h(e,o,m.doesNotDecreaseBy,!0).to.not.decrease(t,r).by(n)},m.decreasesButNotBy=function(e,t,r,n,o){if(arguments.length===4&&typeof t=="function"){let a=n;n=r,o=a}else arguments.length===3&&(n=r,r=null);new h(e,o,m.decreasesButNotBy,!0).to.decrease(t,r).but.not.by(n)},m.ifError=function(e){if(e)throw e},m.isExtensible=function(e,t){new h(e,t,m.isExtensible,!0).to.be.extensible},m.isNotExtensible=function(e,t){new h(e,t,m.isNotExtensible,!0).to.not.be.extensible},m.isSealed=function(e,t){new h(e,t,m.isSealed,!0).to.be.sealed},m.isNotSealed=function(e,t){new h(e,t,m.isNotSealed,!0).to.not.be.sealed},m.isFrozen=function(e,t){new h(e,t,m.isFrozen,!0).to.be.frozen},m.isNotFrozen=function(e,t){new h(e,t,m.isNotFrozen,!0).to.not.be.frozen},m.isEmpty=function(e,t){new h(e,t,m.isEmpty,!0).to.be.empty},m.isNotEmpty=function(e,t){new h(e,t,m.isNotEmpty,!0).to.not.be.empty},m.containsSubset=function(e,t,r){new h(e,r).to.containSubset(t)},m.doesNotContainSubset=function(e,t,r){new h(e,r).to.not.containSubset(t)};var Pm=[["isOk","ok"],["isNotOk","notOk"],["throws","throw"],["throws","Throw"],["isExtensible","extensible"],["isNotExtensible","notExtensible"],["isSealed","sealed"],["isNotSealed","notSealed"],["isFrozen","frozen"],["isNotFrozen","notFrozen"],["isEmpty","empty"],["isNotEmpty","notEmpty"],["isCallable","isFunction"],["isNotCallable","isNotFunction"],["containsSubset","containSubset"]];for(const[e,t]of Pm)m[t]=m[e];var Sl=[];function Ol(e){const t={use:Ol,AssertionError:Y,util:Xo,config:he,expect:Ht,assert:m,Assertion:h,...Tl};return~Sl.indexOf(e)||(e(t,Xo),Sl.push(e)),t}q(Ol,"use");/*!
|
|
1
|
+
(function(pa,Br){typeof exports=="object"&&typeof module<"u"?Br(exports,require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react","react-dom"],Br):(pa=typeof globalThis<"u"?globalThis:pa||self,Br(pa.TWD={},pa.React,pa.ReactDOM))})(this,(function(pa,Br,XC){"use strict";var Rc,Tc;function J2(a,u){for(var s=0;s<u.length;s++){const d=u[s];if(typeof d!="string"&&!Array.isArray(d)){for(const m in d)if(m!=="default"&&!(m in a)){const b=Object.getOwnPropertyDescriptor(d,m);b&&Object.defineProperty(a,m,b.get?b:{enumerable:!0,get:()=>d[m]})}}}return Object.freeze(Object.defineProperty(a,Symbol.toStringTag,{value:"Module"}))}const I2=(a,u=2e3,s=50)=>new Promise((d,m)=>{const b=Date.now(),v=()=>{const S=a();if(S)return d(S);if(Date.now()-b>u)return m(new Error("Timeout waiting for element"));setTimeout(v,s)};v()}),F2=(a,u=2e3,s=50)=>new Promise((d,m)=>{const b=Date.now(),v=()=>{const S=a();if(S&&S.length>0)return d(Array.from(S));if(Date.now()-b>u)return m(new Error("Timeout waiting for elements"));setTimeout(v,s)};v()}),e1=a=>new Promise(u=>setTimeout(u,a)),Vo=[];let LE=[];const VE=(a,u,s={})=>{Vo.push({name:a,fn:u,status:"idle",logs:[],suite:[...LE],...s})},W2=a=>{LE.push(a)},eD=()=>{LE.pop()},Ja=(a,u,s,d)=>{if(!a&&!u)throw new Error(d);if(a&&u)throw new Error(d.replace("to be","to not be").replace("to have","to not have").replace("to contain","to not contain"));return s};function tD(a){if(!a.isConnected)return!1;let u=a;for(;u;){const s=getComputedStyle(u);if(s.display==="none"||s.visibility==="hidden"||s.visibility==="collapse")return!1;u=u.parentElement}return!0}const $C=(a,u,...s)=>{const d=u.startsWith("not."),m=d?u.slice(4):u,b=(a.textContent||"").trim();switch(m){case"have.text":return Ja(b===s[0],d,`Assertion passed: Text is exactly "${s[0]}"`,`Assertion failed: Expected text to be "${s[0]}", but got "${b}"`);case"contain.text":return Ja(b.includes(s[0]),d,`Assertion passed: Text contains "${s[0]}"`,`Assertion failed: Expected text to contain "${s[0]}", but got "${b}"`);case"be.empty":return Ja(b.length===0,d,"Assertion passed: Text is empty",`Assertion failed: Expected text to be empty, but got "${b}"`);case"have.attr":return Ja(a.getAttribute(s[0])===s[1],d,`Assertion passed: Attribute "${s[0]}" is "${s[1]}"`,`Assertion failed: Expected attribute "${s[0]}" to be "${s[1]}", but got "${a.getAttribute(s[0])}"`);case"have.value":return Ja(a.value===s[0],d,`Assertion passed: Value is "${s[0]}"`,`Assertion failed: Expected value to be "${s[0]}", but got "${a.value}"`);case"be.disabled":return Ja(a.disabled===!0,d,"Assertion passed: Element is disabled","Assertion failed: Expected element to be disabled");case"be.enabled":return Ja(a.disabled===!1,d,"Assertion passed: Element is enabled","Assertion failed: Expected element to be enabled");case"be.checked":return Ja(a.checked===!0,d,"Assertion passed: Element is checked","Assertion failed: Expected element to be checked");case"be.selected":return Ja(a.selected===!0,d,"Assertion passed: Element is selected","Assertion failed: Expected element to be selected");case"be.focused":return Ja(document.activeElement===a,d,"Assertion passed: Element is focused","Assertion failed: Expected element to be focused");case"be.visible":return Ja(tD(a),d,"Assertion passed: Element is visible","Assertion failed: Expected element to be visible");case"have.class":return Ja(a.classList.contains(s[0]),d,`Assertion passed: Element has class "${s[0]}"`,`Assertion failed: Expected element to have class "${s[0]}"`);default:throw new Error(`Unknown assertion: ${m}`)}},sc=a=>{const u=Vo.find(s=>s.status==="running");u&&u.logs?.push(a)},cc=[],QC=100,nD=async()=>{"serviceWorker"in navigator&&(await navigator.serviceWorker.register("/mock-sw.js?v=1"),navigator.serviceWorker.addEventListener("message",a=>{if(a.data?.type==="EXECUTED"){const{alias:u,request:s}=a.data,d=cc.find(m=>m.alias===u);d&&(d.executed=!0,d.request=s)}}))},aD=async(a,u)=>{const s={alias:a,...u,executed:!1},d=cc.findIndex(m=>m.alias===a);d!==-1?cc[d]=s:cc.push(s),navigator.serviceWorker.controller?.postMessage({type:"ADD_RULE",rule:s}),await e1(QC),await Promise.resolve()},lD=async a=>await Promise.all(a.map(s=>ZC(s))),ZC=async a=>{await e1(QC);const u=cc.find(s=>s.alias===a&&s.executed);if(!u)throw new Error(`Rule ${a} not found or not executed`);return Promise.resolve(u)},rD=()=>cc,uD=()=>{navigator.serviceWorker.controller?.postMessage({type:"CLEAR_RULES"}),cc.length=0},iD=(a,u)=>{const s=a.startsWith("not.");switch(s?a.slice(4):a){case"eq":return Ja(window.location.href===u,s,`Assertion passed: URL is ${u}`,`Assertion failed: Expected URL to be ${u}, but got ${window.location.href}`);case"contain.url":return Ja(window.location.href.includes(u),s,`Assertion passed: URL contains ${u}`,`Assertion failed: Expected URL to contain ${u}, but got ${window.location.href}`);default:throw new Error(`Unknown assertion: ${a}`)}},oD=()=>({location:window.location,should:(a,u)=>{const s=iD(a,u);return sc(s),s}}),sD=100,cD=async a=>{sc(`visit("${a}")`),window.history.pushState({},"",a),window.dispatchEvent(new PopStateEvent("popstate")),await e1(sD)};let Ih=null;const fD=a=>{Ih=a},dD=(a,u)=>{W2(a),u(),eD()},pD=(a,u)=>{VE(a,async()=>{Ih&&await Ih(),await u()})},hD=(a,u)=>{VE(a,async()=>{Ih&&await Ih(),await u()},{only:!0})},mD=(a,u)=>{VE(a,async()=>{},{skip:!0})},yD={get:async a=>{sc(`Searching get("${a}")`);const u=await I2(()=>document.querySelector(a)),s={el:u,should:(d,...m)=>{const b=$C(u,d,...m);return sc(b),s}};return s},getAll:async a=>(sc(`Searching getAll("${a}")`),(await F2(()=>document.querySelectorAll(a))).map(s=>{const d={el:s,should:(m,...b)=>{const v=$C(s,m,...b);return sc(v),d}};return d})),visit:cD,url:oD,mockRequest:aD,waitForRequest:ZC,waitForRequests:lD,initRequestMocking:nD,clearRequestMockRules:uD,getRequestMockRules:rD,wait:e1};var KC=Object.defineProperty,F=(a,u)=>KC(a,"name",{value:u,configurable:!0}),kE=(a,u)=>{for(var s in u)KC(a,s,{get:u[s],enumerable:!0})},t1={};kE(t1,{addChainableMethod:()=>yR,addLengthGuard:()=>nm,addMethod:()=>pR,addProperty:()=>dR,checkError:()=>bl,compareByInspect:()=>o1,eql:()=>wx,expectTypes:()=>nx,flag:()=>nt,getActual:()=>a1,getMessage:()=>FE,getName:()=>c1,getOperator:()=>SR,getOwnEnumerableProperties:()=>gR,getOwnEnumerablePropertySymbols:()=>vR,getPathInfo:()=>fR,hasProperty:()=>i1,inspect:()=>Ct,isNaN:()=>s1,isNumeric:()=>$n,isProxyEnabled:()=>tm,isRegExp:()=>f1,objDisplay:()=>fc,overwriteChainableMethod:()=>bR,overwriteMethod:()=>mR,overwriteProperty:()=>hR,proxify:()=>pd,test:()=>PE,transferFlags:()=>Hr,type:()=>Ht});var bl={};kE(bl,{compatibleConstructor:()=>FC,compatibleInstance:()=>IC,compatibleMessage:()=>WC,getConstructorName:()=>ex,getMessage:()=>tx});function n1(a){return a instanceof Error||Object.prototype.toString.call(a)==="[object Error]"}F(n1,"isErrorInstance");function JC(a){return Object.prototype.toString.call(a)==="[object RegExp]"}F(JC,"isRegExp");function IC(a,u){return n1(u)&&a===u}F(IC,"compatibleInstance");function FC(a,u){return n1(u)?a.constructor===u.constructor||a instanceof u.constructor:(typeof u=="object"||typeof u=="function")&&u.prototype?a.constructor===u||a instanceof u:!1}F(FC,"compatibleConstructor");function WC(a,u){const s=typeof a=="string"?a:a.message;return JC(u)?u.test(s):typeof u=="string"?s.indexOf(u)!==-1:!1}F(WC,"compatibleMessage");function ex(a){let u=a;return n1(a)?u=a.constructor.name:typeof a=="function"&&(u=a.name,u===""&&(u=new a().name||u)),u}F(ex,"getConstructorName");function tx(a){let u="";return a&&a.message?u=a.message:typeof a=="string"&&(u=a),u}F(tx,"getMessage");function nt(a,u,s){let d=a.__flags||(a.__flags=Object.create(null));if(arguments.length===3)d[u]=s;else return d[u]}F(nt,"flag");function PE(a,u){let s=nt(a,"negate"),d=u[0];return s?!d:d}F(PE,"test");function Ht(a){if(typeof a>"u")return"undefined";if(a===null)return"null";const u=a[Symbol.toStringTag];return typeof u=="string"?u:Object.prototype.toString.call(a).slice(8,-1)}F(Ht,"type");var bD="captureStackTrace"in Error,wt=(Rc=class extends Error{message;get name(){return"AssertionError"}get ok(){return!1}constructor(u="Unspecified AssertionError",s,d){super(u),this.message=u,bD&&Error.captureStackTrace(this,d||Rc);for(const m in s)m in this||(this[m]=s[m])}toJSON(u){return{...this,name:this.name,message:this.message,ok:!1,stack:u!==!1?this.stack:void 0}}},F(Rc,"AssertionError"),Rc);function nx(a,u){let s=nt(a,"message"),d=nt(a,"ssfi");s=s?s+": ":"",a=nt(a,"object"),u=u.map(function(v){return v.toLowerCase()}),u.sort();let m=u.map(function(v,S){let E=~["a","e","i","o","u"].indexOf(v.charAt(0))?"an":"a";return(u.length>1&&S===u.length-1?"or ":"")+E+" "+v}).join(", "),b=Ht(a).toLowerCase();if(!u.some(function(v){return b===v}))throw new wt(s+"object tested must be "+m+", but "+b+" given",void 0,d)}F(nx,"expectTypes");function a1(a,u){return u.length>4?u[4]:a._obj}F(a1,"getActual");var ax={bold:["1","22"],dim:["2","22"],italic:["3","23"],underline:["4","24"],inverse:["7","27"],hidden:["8","28"],strike:["9","29"],black:["30","39"],red:["31","39"],green:["32","39"],yellow:["33","39"],blue:["34","39"],magenta:["35","39"],cyan:["36","39"],white:["37","39"],brightblack:["30;1","39"],brightred:["31;1","39"],brightgreen:["32;1","39"],brightyellow:["33;1","39"],brightblue:["34;1","39"],brightmagenta:["35;1","39"],brightcyan:["36;1","39"],brightwhite:["37;1","39"],grey:["90","39"]},vD={special:"cyan",number:"yellow",bigint:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",symbol:"green",date:"magenta",regexp:"red"},fd="…";function lx(a,u){const s=ax[vD[u]]||ax[u]||"";return s?`\x1B[${s[0]}m${String(a)}\x1B[${s[1]}m`:String(a)}F(lx,"colorise");function rx({showHidden:a=!1,depth:u=2,colors:s=!1,customInspect:d=!0,showProxy:m=!1,maxArrayLength:b=1/0,breakLength:v=1/0,seen:S=[],truncate:E=1/0,stylize:C=String}={},w){const A={showHidden:!!a,depth:Number(u),colors:!!s,customInspect:!!d,showProxy:!!m,maxArrayLength:Number(b),breakLength:Number(v),truncate:Number(E),seen:S,inspect:w,stylize:C};return A.colors&&(A.stylize=lx),A}F(rx,"normaliseOptions");function ux(a){return a>="\uD800"&&a<="\uDBFF"}F(ux,"isHighSurrogate");function yi(a,u,s=fd){a=String(a);const d=s.length,m=a.length;if(d>u&&m>d)return s;if(m>u&&m>d){let b=u-d;return b>0&&ux(a[b-1])&&(b=b-1),`${a.slice(0,b)}${s}`}return a}F(yi,"truncate");function Vl(a,u,s,d=", "){s=s||u.inspect;const m=a.length;if(m===0)return"";const b=u.truncate;let v="",S="",E="";for(let C=0;C<m;C+=1){const w=C+1===a.length,A=C+2===a.length;E=`${fd}(${a.length-C})`;const x=a[C];u.truncate=b-v.length-(w?0:d.length);const D=S||s(x,u)+(w?"":d),N=v.length+D.length,k=N+E.length;if(w&&N>b&&v.length+E.length<=b||!w&&!A&&k>b||(S=w?"":s(a[C+1],u)+(A?"":d),!w&&A&&k>b&&N+S.length>b))break;if(v+=D,!w&&!A&&N+S.length>=b){E=`${fd}(${a.length-C-1})`;break}E=""}return`${v}${E}`}F(Vl,"inspectList");function ix(a){return a.match(/^[a-zA-Z_][a-zA-Z_0-9]*$/)?a:JSON.stringify(a).replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'")}F(ix,"quoteComplexKey");function dd([a,u],s){return s.truncate-=2,typeof a=="string"?a=ix(a):typeof a!="number"&&(a=`[${s.inspect(a,s)}]`),s.truncate-=a.length,u=s.inspect(u,s),`${a}: ${u}`}F(dd,"inspectProperty");function ox(a,u){const s=Object.keys(a).slice(a.length);if(!a.length&&!s.length)return"[]";u.truncate-=4;const d=Vl(a,u);u.truncate-=d.length;let m="";return s.length&&(m=Vl(s.map(b=>[b,a[b]]),u,dd)),`[ ${d}${m?`, ${m}`:""} ]`}F(ox,"inspectArray");var gD=F(a=>typeof Buffer=="function"&&a instanceof Buffer?"Buffer":a[Symbol.toStringTag]?a[Symbol.toStringTag]:a.constructor.name,"getArrayName");function gu(a,u){const s=gD(a);u.truncate-=s.length+4;const d=Object.keys(a).slice(a.length);if(!a.length&&!d.length)return`${s}[]`;let m="";for(let v=0;v<a.length;v++){const S=`${u.stylize(yi(a[v],u.truncate),"number")}${v===a.length-1?"":", "}`;if(u.truncate-=S.length,a[v]!==a.length&&u.truncate<=3){m+=`${fd}(${a.length-a[v]+1})`;break}m+=S}let b="";return d.length&&(b=Vl(d.map(v=>[v,a[v]]),u,dd)),`${s}[ ${m}${b?`, ${b}`:""} ]`}F(gu,"inspectTypedArray");function sx(a,u){const s=a.toJSON();if(s===null)return"Invalid Date";const d=s.split("T"),m=d[0];return u.stylize(`${m}T${yi(d[1],u.truncate-m.length-1)}`,"date")}F(sx,"inspectDate");function YE(a,u){const s=a[Symbol.toStringTag]||"Function",d=a.name;return d?u.stylize(`[${s} ${yi(d,u.truncate-11)}]`,"special"):u.stylize(`[${s}]`,"special")}F(YE,"inspectFunction");function cx([a,u],s){return s.truncate-=4,a=s.inspect(a,s),s.truncate-=a.length,u=s.inspect(u,s),`${a} => ${u}`}F(cx,"inspectMapEntry");function fx(a){const u=[];return a.forEach((s,d)=>{u.push([d,s])}),u}F(fx,"mapToEntries");function dx(a,u){return a.size===0?"Map{}":(u.truncate-=7,`Map{ ${Vl(fx(a),u,cx)} }`)}F(dx,"inspectMap");var SD=Number.isNaN||(a=>a!==a);function GE(a,u){return SD(a)?u.stylize("NaN","number"):a===1/0?u.stylize("Infinity","number"):a===-1/0?u.stylize("-Infinity","number"):a===0?u.stylize(1/a===1/0?"+0":"-0","number"):u.stylize(yi(String(a),u.truncate),"number")}F(GE,"inspectNumber");function XE(a,u){let s=yi(a.toString(),u.truncate-1);return s!==fd&&(s+="n"),u.stylize(s,"bigint")}F(XE,"inspectBigInt");function px(a,u){const s=a.toString().split("/")[2],d=u.truncate-(2+s.length),m=a.source;return u.stylize(`/${yi(m,d)}/${s}`,"regexp")}F(px,"inspectRegExp");function hx(a){const u=[];return a.forEach(s=>{u.push(s)}),u}F(hx,"arrayFromSet");function mx(a,u){return a.size===0?"Set{}":(u.truncate-=7,`Set{ ${Vl(hx(a),u)} }`)}F(mx,"inspectSet");var yx=new RegExp("['\\u0000-\\u001f\\u007f-\\u009f\\u00ad\\u0600-\\u0604\\u070f\\u17b4\\u17b5\\u200c-\\u200f\\u2028-\\u202f\\u2060-\\u206f\\ufeff\\ufff0-\\uffff]","g"),ED={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r","'":"\\'","\\":"\\\\"},RD=16;function bx(a){return ED[a]||`\\u${`0000${a.charCodeAt(0).toString(RD)}`.slice(-4)}`}F(bx,"escape");function $E(a,u){return yx.test(a)&&(a=a.replace(yx,bx)),u.stylize(`'${yi(a,u.truncate-2)}'`,"string")}F($E,"inspectString");function QE(a){return"description"in Symbol.prototype?a.description?`Symbol(${a.description})`:"Symbol()":a.toString()}F(QE,"inspectSymbol");var TD=F(()=>"Promise{…}","getPromiseValue"),CD=TD;function Fh(a,u){const s=Object.getOwnPropertyNames(a),d=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(a):[];if(s.length===0&&d.length===0)return"{}";if(u.truncate-=4,u.seen=u.seen||[],u.seen.includes(a))return"[Circular]";u.seen.push(a);const m=Vl(s.map(S=>[S,a[S]]),u,dd),b=Vl(d.map(S=>[S,a[S]]),u,dd);u.seen.pop();let v="";return m&&b&&(v=", "),`{ ${m}${v}${b} }`}F(Fh,"inspectObject");var ZE=typeof Symbol<"u"&&Symbol.toStringTag?Symbol.toStringTag:!1;function vx(a,u){let s="";return ZE&&ZE in a&&(s=a[ZE]),s=s||a.constructor.name,(!s||s==="_class")&&(s="<Anonymous Class>"),u.truncate-=s.length,`${s}${Fh(a,u)}`}F(vx,"inspectClass");function gx(a,u){return a.length===0?"Arguments[]":(u.truncate-=13,`Arguments[ ${Vl(a,u)} ]`)}F(gx,"inspectArguments");var xD=["stack","line","column","name","message","fileName","lineNumber","columnNumber","number","description","cause"];function Sx(a,u){const s=Object.getOwnPropertyNames(a).filter(v=>xD.indexOf(v)===-1),d=a.name;u.truncate-=d.length;let m="";if(typeof a.message=="string"?m=yi(a.message,u.truncate):s.unshift("message"),m=m?`: ${m}`:"",u.truncate-=m.length+5,u.seen=u.seen||[],u.seen.includes(a))return"[Circular]";u.seen.push(a);const b=Vl(s.map(v=>[v,a[v]]),u,dd);return`${d}${m}${b?` { ${b} }`:""}`}F(Sx,"inspectObject");function Ex([a,u],s){return s.truncate-=3,u?`${s.stylize(String(a),"yellow")}=${s.stylize(`"${u}"`,"string")}`:`${s.stylize(String(a),"yellow")}`}F(Ex,"inspectAttribute");function l1(a,u){return Vl(a,u,Rx,`
|
|
2
|
+
`)}F(l1,"inspectNodeCollection");function Rx(a,u){switch(a.nodeType){case 1:return KE(a,u);case 3:return u.inspect(a.data,u);default:return u.inspect(a,u)}}F(Rx,"inspectNode");function KE(a,u){const s=a.getAttributeNames(),d=a.tagName.toLowerCase(),m=u.stylize(`<${d}`,"special"),b=u.stylize(">","special"),v=u.stylize(`</${d}>`,"special");u.truncate-=d.length*2+5;let S="";s.length>0&&(S+=" ",S+=Vl(s.map(w=>[w,a.getAttribute(w)]),u,Ex," ")),u.truncate-=S.length;const E=u.truncate;let C=l1(a.children,u);return C&&C.length>E&&(C=`${fd}(${a.children.length})`),`${m}${S}${b}${C}${v}`}F(KE,"inspectHTML");var AD=typeof Symbol=="function"&&typeof Symbol.for=="function",JE=AD?Symbol.for("chai/inspect"):"@@chai/inspect",IE=Symbol.for("nodejs.util.inspect.custom"),Tx=new WeakMap,Cx={},xx={undefined:F((a,u)=>u.stylize("undefined","undefined"),"undefined"),null:F((a,u)=>u.stylize("null","null"),"null"),boolean:F((a,u)=>u.stylize(String(a),"boolean"),"boolean"),Boolean:F((a,u)=>u.stylize(String(a),"boolean"),"Boolean"),number:GE,Number:GE,bigint:XE,BigInt:XE,string:$E,String:$E,function:YE,Function:YE,symbol:QE,Symbol:QE,Array:ox,Date:sx,Map:dx,Set:mx,RegExp:px,Promise:CD,WeakSet:F((a,u)=>u.stylize("WeakSet{…}","special"),"WeakSet"),WeakMap:F((a,u)=>u.stylize("WeakMap{…}","special"),"WeakMap"),Arguments:gx,Int8Array:gu,Uint8Array:gu,Uint8ClampedArray:gu,Int16Array:gu,Uint16Array:gu,Int32Array:gu,Uint32Array:gu,Float32Array:gu,Float64Array:gu,Generator:F(()=>"","Generator"),DataView:F(()=>"","DataView"),ArrayBuffer:F(()=>"","ArrayBuffer"),Error:Sx,HTMLCollection:l1,NodeList:l1},wD=F((a,u,s)=>JE in a&&typeof a[JE]=="function"?a[JE](u):IE in a&&typeof a[IE]=="function"?a[IE](u.depth,u):"inspect"in a&&typeof a.inspect=="function"?a.inspect(u.depth,u):"constructor"in a&&Tx.has(a.constructor)?Tx.get(a.constructor)(a,u):Cx[s]?Cx[s](a,u):"","inspectCustom"),OD=Object.prototype.toString;function r1(a,u={}){const s=rx(u,r1),{customInspect:d}=s;let m=a===null?"null":typeof a;if(m==="object"&&(m=OD.call(a).slice(8,-1)),m in xx)return xx[m](a,s);if(d&&a){const v=wD(a,s,m);if(v)return typeof v=="string"?v:r1(v,s)}const b=a?Object.getPrototypeOf(a):!1;return b===Object.prototype||b===null?Fh(a,s):a&&typeof HTMLElement=="function"&&a instanceof HTMLElement?KE(a,s):"constructor"in a?a.constructor!==Object?vx(a,s):Fh(a,s):a===Object(a)?Fh(a,s):s.stylize(String(a),m)}F(r1,"inspect");var ha={includeStack:!1,showDiff:!0,truncateThreshold:40,useProxy:!0,proxyExcludedKeys:["then","catch","inspect","toJSON"],deepEqual:null};function Ct(a,u,s,d){let m={colors:d,depth:typeof s>"u"?2:s,showHidden:u,truncate:ha.truncateThreshold?ha.truncateThreshold:1/0};return r1(a,m)}F(Ct,"inspect");function fc(a){let u=Ct(a),s=Object.prototype.toString.call(a);if(ha.truncateThreshold&&u.length>=ha.truncateThreshold){if(s==="[object Function]")return!a.name||a.name===""?"[Function]":"[Function: "+a.name+"]";if(s==="[object Array]")return"[ Array("+a.length+") ]";if(s==="[object Object]"){let d=Object.keys(a);return"{ Object ("+(d.length>2?d.splice(0,2).join(", ")+", ...":d.join(", "))+") }"}else return u}else return u}F(fc,"objDisplay");function FE(a,u){let s=nt(a,"negate"),d=nt(a,"object"),m=u[3],b=a1(a,u),v=s?u[2]:u[1],S=nt(a,"message");return typeof v=="function"&&(v=v()),v=v||"",v=v.replace(/#\{this\}/g,function(){return fc(d)}).replace(/#\{act\}/g,function(){return fc(b)}).replace(/#\{exp\}/g,function(){return fc(m)}),S?S+": "+v:v}F(FE,"getMessage");function Hr(a,u,s){let d=a.__flags||(a.__flags=Object.create(null));u.__flags||(u.__flags=Object.create(null)),s=arguments.length===3?s:!0;for(let m in d)(s||m!=="object"&&m!=="ssfi"&&m!=="lockSsfi"&&m!="message")&&(u.__flags[m]=d[m])}F(Hr,"transferFlags");function WE(a){if(typeof a>"u")return"undefined";if(a===null)return"null";const u=a[Symbol.toStringTag];return typeof u=="string"?u:Object.prototype.toString.call(a).slice(8,-1)}F(WE,"type");function eR(){this._key="chai/deep-eql__"+Math.random()+Date.now()}F(eR,"FakeMap"),eR.prototype={get:F(function(u){return u[this._key]},"get"),set:F(function(u,s){Object.isExtensible(u)&&Object.defineProperty(u,this._key,{value:s,configurable:!0})},"set")};var Ax=typeof WeakMap=="function"?WeakMap:eR;function tR(a,u,s){if(!s||dc(a)||dc(u))return null;var d=s.get(a);if(d){var m=d.get(u);if(typeof m=="boolean")return m}return null}F(tR,"memoizeCompare");function Wh(a,u,s,d){if(!(!s||dc(a)||dc(u))){var m=s.get(a);m?m.set(u,d):(m=new Ax,m.set(u,d),s.set(a,m))}}F(Wh,"memoizeSet");var wx=em;function em(a,u,s){if(s&&s.comparator)return aR(a,u,s);var d=nR(a,u);return d!==null?d:aR(a,u,s)}F(em,"deepEqual");function nR(a,u){return a===u?a!==0||1/a===1/u:a!==a&&u!==u?!0:dc(a)||dc(u)?!1:null}F(nR,"simpleEqual");function aR(a,u,s){s=s||{},s.memoize=s.memoize===!1?!1:s.memoize||new Ax;var d=s&&s.comparator,m=tR(a,u,s.memoize);if(m!==null)return m;var b=tR(u,a,s.memoize);if(b!==null)return b;if(d){var v=d(a,u);if(v===!1||v===!0)return Wh(a,u,s.memoize,v),v;var S=nR(a,u);if(S!==null)return S}var E=WE(a);if(E!==WE(u))return Wh(a,u,s.memoize,!1),!1;Wh(a,u,s.memoize,!0);var C=Ox(a,u,E,s);return Wh(a,u,s.memoize,C),C}F(aR,"extensiveDeepEqual");function Ox(a,u,s,d){switch(s){case"String":case"Number":case"Boolean":case"Date":return em(a.valueOf(),u.valueOf());case"Promise":case"Symbol":case"function":case"WeakMap":case"WeakSet":return a===u;case"Error":return oR(a,u,["name","message","code"],d);case"Arguments":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"Array":return ko(a,u,d);case"RegExp":return Mx(a,u);case"Generator":return qx(a,u,d);case"DataView":return ko(new Uint8Array(a.buffer),new Uint8Array(u.buffer),d);case"ArrayBuffer":return ko(new Uint8Array(a),new Uint8Array(u),d);case"Set":return lR(a,u,d);case"Map":return lR(a,u,d);case"Temporal.PlainDate":case"Temporal.PlainTime":case"Temporal.PlainDateTime":case"Temporal.Instant":case"Temporal.ZonedDateTime":case"Temporal.PlainYearMonth":case"Temporal.PlainMonthDay":return a.equals(u);case"Temporal.Duration":return a.total("nanoseconds")===u.total("nanoseconds");case"Temporal.TimeZone":case"Temporal.Calendar":return a.toString()===u.toString();default:return Dx(a,u,d)}}F(Ox,"extensiveDeepEqualByType");function Mx(a,u){return a.toString()===u.toString()}F(Mx,"regexpEqual");function lR(a,u,s){try{if(a.size!==u.size)return!1;if(a.size===0)return!0}catch{return!1}var d=[],m=[];return a.forEach(F(function(v,S){d.push([v,S])},"gatherEntries")),u.forEach(F(function(v,S){m.push([v,S])},"gatherEntries")),ko(d.sort(),m.sort(),s)}F(lR,"entriesEqual");function ko(a,u,s){var d=a.length;if(d!==u.length)return!1;if(d===0)return!0;for(var m=-1;++m<d;)if(em(a[m],u[m],s)===!1)return!1;return!0}F(ko,"iterableEqual");function qx(a,u,s){return ko(u1(a),u1(u),s)}F(qx,"generatorEqual");function _x(a){return typeof Symbol<"u"&&typeof a=="object"&&typeof Symbol.iterator<"u"&&typeof a[Symbol.iterator]=="function"}F(_x,"hasIteratorFunction");function rR(a){if(_x(a))try{return u1(a[Symbol.iterator]())}catch{return[]}return[]}F(rR,"getIteratorEntries");function u1(a){for(var u=a.next(),s=[u.value];u.done===!1;)u=a.next(),s.push(u.value);return s}F(u1,"getGeneratorEntries");function uR(a){var u=[];for(var s in a)u.push(s);return u}F(uR,"getEnumerableKeys");function iR(a){for(var u=[],s=Object.getOwnPropertySymbols(a),d=0;d<s.length;d+=1){var m=s[d];Object.getOwnPropertyDescriptor(a,m).enumerable&&u.push(m)}return u}F(iR,"getEnumerableSymbols");function oR(a,u,s,d){var m=s.length;if(m===0)return!0;for(var b=0;b<m;b+=1)if(em(a[s[b]],u[s[b]],d)===!1)return!1;return!0}F(oR,"keysEqual");function Dx(a,u,s){var d=uR(a),m=uR(u),b=iR(a),v=iR(u);if(d=d.concat(b),m=m.concat(v),d.length&&d.length===m.length)return ko(sR(d).sort(),sR(m).sort())===!1?!1:oR(a,u,d,s);var S=rR(a),E=rR(u);return S.length&&S.length===E.length?(S.sort(),E.sort(),ko(S,E,s)):d.length===0&&S.length===0&&m.length===0&&E.length===0}F(Dx,"objectEqual");function dc(a){return a===null||typeof a!="object"}F(dc,"isPrimitive");function sR(a){return a.map(F(function(s){return typeof s=="symbol"?s.toString():s},"mapSymbol"))}F(sR,"mapSymbols");function i1(a,u){return typeof a>"u"||a===null?!1:u in Object(a)}F(i1,"hasProperty");function zx(a){return a.replace(/([^\\])\[/g,"$1.[").match(/(\\\.|[^.]+?)+/g).map(d=>{if(d==="constructor"||d==="__proto__"||d==="prototype")return{};const b=/^\[(\d+)\]$/.exec(d);let v=null;return b?v={i:parseFloat(b[1])}:v={p:d.replace(/\\([.[\]])/g,"$1")},v})}F(zx,"parsePath");function cR(a,u,s){let d=a,m=null;s=typeof s>"u"?u.length:s;for(let b=0;b<s;b++){const v=u[b];d&&(typeof v.p>"u"?d=d[v.i]:d=d[v.p],b===s-1&&(m=d))}return m}F(cR,"internalGetPathValue");function fR(a,u){const s=zx(u),d=s[s.length-1],m={parent:s.length>1?cR(a,s,s.length-1):a,name:d.p||d.i,value:cR(a,s)};return m.exists=i1(m.parent,m.name),m}F(fR,"getPathInfo");var U=(Tc=class{__flags={};constructor(u,s,d,m){return nt(this,"ssfi",d||Tc),nt(this,"lockSsfi",m),nt(this,"object",u),nt(this,"message",s),nt(this,"eql",ha.deepEqual||wx),pd(this)}static get includeStack(){return console.warn("Assertion.includeStack is deprecated, use chai.config.includeStack instead."),ha.includeStack}static set includeStack(u){console.warn("Assertion.includeStack is deprecated, use chai.config.includeStack instead."),ha.includeStack=u}static get showDiff(){return console.warn("Assertion.showDiff is deprecated, use chai.config.showDiff instead."),ha.showDiff}static set showDiff(u){console.warn("Assertion.showDiff is deprecated, use chai.config.showDiff instead."),ha.showDiff=u}static addProperty(u,s){dR(this.prototype,u,s)}static addMethod(u,s){pR(this.prototype,u,s)}static addChainableMethod(u,s,d){yR(this.prototype,u,s,d)}static overwriteProperty(u,s){hR(this.prototype,u,s)}static overwriteMethod(u,s){mR(this.prototype,u,s)}static overwriteChainableMethod(u,s,d){bR(this.prototype,u,s,d)}assert(u,s,d,m,b,v){const S=PE(this,arguments);if(v!==!1&&(v=!0),m===void 0&&b===void 0&&(v=!1),ha.showDiff!==!0&&(v=!1),!S){s=FE(this,arguments);const C={actual:a1(this,arguments),expected:m,showDiff:v},w=SR(this,arguments);throw w&&(C.operator=w),new wt(s,C,ha.includeStack?this.assert:nt(this,"ssfi"))}}get _obj(){return nt(this,"object")}set _obj(u){nt(this,"object",u)}},F(Tc,"Assertion"),Tc);function tm(){return ha.useProxy&&typeof Proxy<"u"&&typeof Reflect<"u"}F(tm,"isProxyEnabled");function dR(a,u,s){s=s===void 0?function(){}:s,Object.defineProperty(a,u,{get:F(function d(){!tm()&&!nt(this,"lockSsfi")&&nt(this,"ssfi",d);let m=s.call(this);if(m!==void 0)return m;let b=new U;return Hr(this,b),b},"propertyGetter"),configurable:!0})}F(dR,"addProperty");var MD=Object.getOwnPropertyDescriptor(function(){},"length");function nm(a,u,s){return MD.configurable&&Object.defineProperty(a,"length",{get:F(function(){throw Error(s?"Invalid Chai property: "+u+'.length. Due to a compatibility issue, "length" cannot directly follow "'+u+'". Use "'+u+'.lengthOf" instead.':"Invalid Chai property: "+u+'.length. See docs for proper usage of "'+u+'".')},"get")}),a}F(nm,"addLengthGuard");function Nx(a){let u=Object.getOwnPropertyNames(a);function s(m){u.indexOf(m)===-1&&u.push(m)}F(s,"addProperty");let d=Object.getPrototypeOf(a);for(;d!==null;)Object.getOwnPropertyNames(d).forEach(s),d=Object.getPrototypeOf(d);return u}F(Nx,"getProperties");var Ux=["__flags","__methods","_obj","assert"];function pd(a,u){return tm()?new Proxy(a,{get:F(function s(d,m){if(typeof m=="string"&&ha.proxyExcludedKeys.indexOf(m)===-1&&!Reflect.has(d,m)){if(u)throw Error("Invalid Chai property: "+u+"."+m+'. See docs for proper usage of "'+u+'".');let b=null,v=4;throw Nx(d).forEach(function(S){if(!Object.prototype.hasOwnProperty(S)&&Ux.indexOf(S)===-1){let E=Bx(m,S,v);E<v&&(b=S,v=E)}}),Error(b!==null?"Invalid Chai property: "+m+'. Did you mean "'+b+'"?':"Invalid Chai property: "+m)}return Ux.indexOf(m)===-1&&!nt(d,"lockSsfi")&&nt(d,"ssfi",s),Reflect.get(d,m)},"proxyGetter")}):a}F(pd,"proxify");function Bx(a,u,s){if(Math.abs(a.length-u.length)>=s)return s;let d=[];for(let m=0;m<=a.length;m++)d[m]=Array(u.length+1).fill(0),d[m][0]=m;for(let m=0;m<u.length;m++)d[0][m]=m;for(let m=1;m<=a.length;m++){let b=a.charCodeAt(m-1);for(let v=1;v<=u.length;v++){if(Math.abs(m-v)>=s){d[m][v]=s;continue}d[m][v]=Math.min(d[m-1][v]+1,d[m][v-1]+1,d[m-1][v-1]+(b===u.charCodeAt(v-1)?0:1))}}return d[a.length][u.length]}F(Bx,"stringDistanceCapped");function pR(a,u,s){let d=F(function(){nt(this,"lockSsfi")||nt(this,"ssfi",d);let m=s.apply(this,arguments);if(m!==void 0)return m;let b=new U;return Hr(this,b),b},"methodWrapper");nm(d,u,!1),a[u]=pd(d,u)}F(pR,"addMethod");function hR(a,u,s){let d=Object.getOwnPropertyDescriptor(a,u),m=F(function(){},"_super");d&&typeof d.get=="function"&&(m=d.get),Object.defineProperty(a,u,{get:F(function b(){!tm()&&!nt(this,"lockSsfi")&&nt(this,"ssfi",b);let v=nt(this,"lockSsfi");nt(this,"lockSsfi",!0);let S=s(m).call(this);if(nt(this,"lockSsfi",v),S!==void 0)return S;let E=new U;return Hr(this,E),E},"overwritingPropertyGetter"),configurable:!0})}F(hR,"overwriteProperty");function mR(a,u,s){let d=a[u],m=F(function(){throw new Error(u+" is not a function")},"_super");d&&typeof d=="function"&&(m=d);let b=F(function(){nt(this,"lockSsfi")||nt(this,"ssfi",b);let v=nt(this,"lockSsfi");nt(this,"lockSsfi",!0);let S=s(m).apply(this,arguments);if(nt(this,"lockSsfi",v),S!==void 0)return S;let E=new U;return Hr(this,E),E},"overwritingMethodWrapper");nm(b,u,!1),a[u]=pd(b,u)}F(mR,"overwriteMethod");var qD=typeof Object.setPrototypeOf=="function",Hx=F(function(){},"testFn"),_D=Object.getOwnPropertyNames(Hx).filter(function(a){let u=Object.getOwnPropertyDescriptor(Hx,a);return typeof u!="object"?!0:!u.configurable}),DD=Function.prototype.call,zD=Function.prototype.apply;function yR(a,u,s,d){typeof d!="function"&&(d=F(function(){},"chainingBehavior"));let m={method:s,chainingBehavior:d};a.__methods||(a.__methods={}),a.__methods[u]=m,Object.defineProperty(a,u,{get:F(function(){m.chainingBehavior.call(this);let v=F(function(){nt(this,"lockSsfi")||nt(this,"ssfi",v);let S=m.method.apply(this,arguments);if(S!==void 0)return S;let E=new U;return Hr(this,E),E},"chainableMethodWrapper");if(nm(v,u,!0),qD){let S=Object.create(this);S.call=DD,S.apply=zD,Object.setPrototypeOf(v,S)}else Object.getOwnPropertyNames(a).forEach(function(E){if(_D.indexOf(E)!==-1)return;let C=Object.getOwnPropertyDescriptor(a,E);Object.defineProperty(v,E,C)});return Hr(this,v),pd(v)},"chainableMethodGetter"),configurable:!0})}F(yR,"addChainableMethod");function bR(a,u,s,d){let m=a.__methods[u],b=m.chainingBehavior;m.chainingBehavior=F(function(){let E=d(b).call(this);if(E!==void 0)return E;let C=new U;return Hr(this,C),C},"overwritingChainableMethodGetter");let v=m.method;m.method=F(function(){let E=s(v).apply(this,arguments);if(E!==void 0)return E;let C=new U;return Hr(this,C),C},"overwritingChainableMethodWrapper")}F(bR,"overwriteChainableMethod");function o1(a,u){return Ct(a)<Ct(u)?-1:1}F(o1,"compareByInspect");function vR(a){return typeof Object.getOwnPropertySymbols!="function"?[]:Object.getOwnPropertySymbols(a).filter(function(u){return Object.getOwnPropertyDescriptor(a,u).enumerable})}F(vR,"getOwnEnumerablePropertySymbols");function gR(a){return Object.keys(a).concat(vR(a))}F(gR,"getOwnEnumerableProperties");var s1=Number.isNaN;function jx(a){let u=Ht(a);return["Array","Object","Function"].indexOf(u)!==-1}F(jx,"isObjectType");function SR(a,u){let s=nt(a,"operator"),d=nt(a,"negate"),m=u[3],b=d?u[2]:u[1];if(s)return s;if(typeof b=="function"&&(b=b()),b=b||"",!b||/\shave\s/.test(b))return;let v=jx(m);return/\snot\s/.test(b)?v?"notDeepStrictEqual":"notStrictEqual":v?"deepStrictEqual":"strictEqual"}F(SR,"getOperator");function c1(a){return a.name}F(c1,"getName");function f1(a){return Object.prototype.toString.call(a)==="[object RegExp]"}F(f1,"isRegExp");function $n(a){return["Number","BigInt"].includes(Ht(a))}F($n,"isNumeric");var{flag:Q}=t1;["to","be","been","is","and","has","have","with","that","which","at","of","same","but","does","still","also"].forEach(function(a){U.addProperty(a)}),U.addProperty("not",function(){Q(this,"negate",!0)}),U.addProperty("deep",function(){Q(this,"deep",!0)}),U.addProperty("nested",function(){Q(this,"nested",!0)}),U.addProperty("own",function(){Q(this,"own",!0)}),U.addProperty("ordered",function(){Q(this,"ordered",!0)}),U.addProperty("any",function(){Q(this,"any",!0),Q(this,"all",!1)}),U.addProperty("all",function(){Q(this,"all",!0),Q(this,"any",!1)});var Lx={function:["function","asyncfunction","generatorfunction","asyncgeneratorfunction"],asyncfunction:["asyncfunction","asyncgeneratorfunction"],generatorfunction:["generatorfunction","asyncgeneratorfunction"],asyncgeneratorfunction:["asyncgeneratorfunction"]};function ER(a,u){u&&Q(this,"message",u),a=a.toLowerCase();let s=Q(this,"object"),d=~["a","e","i","o","u"].indexOf(a.charAt(0))?"an ":"a ";const m=Ht(s).toLowerCase();Lx.function.includes(a)?this.assert(Lx[a].includes(m),"expected #{this} to be "+d+a,"expected #{this} not to be "+d+a):this.assert(a===m,"expected #{this} to be "+d+a,"expected #{this} not to be "+d+a)}F(ER,"an"),U.addChainableMethod("an",ER),U.addChainableMethod("a",ER);function Vx(a,u){return s1(a)&&s1(u)||a===u}F(Vx,"SameValueZero");function am(){Q(this,"contains",!0)}F(am,"includeChainingBehavior");function lm(a,u){u&&Q(this,"message",u);let s=Q(this,"object"),d=Ht(s).toLowerCase(),m=Q(this,"message"),b=Q(this,"negate"),v=Q(this,"ssfi"),S=Q(this,"deep"),E=S?"deep ":"",C=S?Q(this,"eql"):Vx;m=m?m+": ":"";let w=!1;switch(d){case"string":w=s.indexOf(a)!==-1;break;case"weakset":if(S)throw new wt(m+"unable to use .deep.include with WeakSet",void 0,v);w=s.has(a);break;case"map":s.forEach(function(A){w=w||C(A,a)});break;case"set":S?s.forEach(function(A){w=w||C(A,a)}):w=s.has(a);break;case"array":S?w=s.some(function(A){return C(A,a)}):w=s.indexOf(a)!==-1;break;default:{if(a!==Object(a))throw new wt(m+"the given combination of arguments ("+d+" and "+Ht(a).toLowerCase()+") is invalid for this assertion. You can use an array, a map, an object, a set, a string, or a weakset instead of a "+Ht(a).toLowerCase(),void 0,v);let A=Object.keys(a),x=null,D=0;if(A.forEach(function(N){let k=new U(s);if(Hr(this,k,!0),Q(k,"lockSsfi",!0),!b||A.length===1){k.property(N,a[N]);return}try{k.property(N,a[N])}catch(ue){if(!bl.compatibleConstructor(ue,wt))throw ue;x===null&&(x=ue),D++}},this),b&&A.length>1&&D===A.length)throw x;return}}this.assert(w,"expected #{this} to "+E+"include "+Ct(a),"expected #{this} to not "+E+"include "+Ct(a))}F(lm,"include"),U.addChainableMethod("include",lm,am),U.addChainableMethod("contain",lm,am),U.addChainableMethod("contains",lm,am),U.addChainableMethod("includes",lm,am),U.addProperty("ok",function(){this.assert(Q(this,"object"),"expected #{this} to be truthy","expected #{this} to be falsy")}),U.addProperty("true",function(){this.assert(Q(this,"object")===!0,"expected #{this} to be true","expected #{this} to be false",!Q(this,"negate"))}),U.addProperty("numeric",function(){const a=Q(this,"object");this.assert(["Number","BigInt"].includes(Ht(a)),"expected #{this} to be numeric","expected #{this} to not be numeric",!Q(this,"negate"))}),U.addProperty("callable",function(){const a=Q(this,"object"),u=Q(this,"ssfi"),s=Q(this,"message"),d=s?`${s}: `:"",m=Q(this,"negate"),b=m?`${d}expected ${Ct(a)} not to be a callable function`:`${d}expected ${Ct(a)} to be a callable function`,v=["Function","AsyncFunction","GeneratorFunction","AsyncGeneratorFunction"].includes(Ht(a));if(v&&m||!v&&!m)throw new wt(b,void 0,u)}),U.addProperty("false",function(){this.assert(Q(this,"object")===!1,"expected #{this} to be false","expected #{this} to be true",!!Q(this,"negate"))}),U.addProperty("null",function(){this.assert(Q(this,"object")===null,"expected #{this} to be null","expected #{this} not to be null")}),U.addProperty("undefined",function(){this.assert(Q(this,"object")===void 0,"expected #{this} to be undefined","expected #{this} not to be undefined")}),U.addProperty("NaN",function(){this.assert(s1(Q(this,"object")),"expected #{this} to be NaN","expected #{this} not to be NaN")});function RR(){let a=Q(this,"object");this.assert(a!=null,"expected #{this} to exist","expected #{this} to not exist")}F(RR,"assertExist"),U.addProperty("exist",RR),U.addProperty("exists",RR),U.addProperty("empty",function(){let a=Q(this,"object"),u=Q(this,"ssfi"),s=Q(this,"message"),d;switch(s=s?s+": ":"",Ht(a).toLowerCase()){case"array":case"string":d=a.length;break;case"map":case"set":d=a.size;break;case"weakmap":case"weakset":throw new wt(s+".empty was passed a weak collection",void 0,u);case"function":{const m=s+".empty was passed a function "+c1(a);throw new wt(m.trim(),void 0,u)}default:if(a!==Object(a))throw new wt(s+".empty was passed non-string primitive "+Ct(a),void 0,u);d=Object.keys(a).length}this.assert(d===0,"expected #{this} to be empty","expected #{this} not to be empty")});function TR(){let a=Q(this,"object"),u=Ht(a);this.assert(u==="Arguments","expected #{this} to be arguments but got "+u,"expected #{this} to not be arguments")}F(TR,"checkArguments"),U.addProperty("arguments",TR),U.addProperty("Arguments",TR);function d1(a,u){u&&Q(this,"message",u);let s=Q(this,"object");if(Q(this,"deep")){let d=Q(this,"lockSsfi");Q(this,"lockSsfi",!0),this.eql(a),Q(this,"lockSsfi",d)}else this.assert(a===s,"expected #{this} to equal #{exp}","expected #{this} to not equal #{exp}",a,this._obj,!0)}F(d1,"assertEqual"),U.addMethod("equal",d1),U.addMethod("equals",d1),U.addMethod("eq",d1);function CR(a,u){u&&Q(this,"message",u);let s=Q(this,"eql");this.assert(s(a,Q(this,"object")),"expected #{this} to deeply equal #{exp}","expected #{this} to not deeply equal #{exp}",a,this._obj,!0)}F(CR,"assertEql"),U.addMethod("eql",CR),U.addMethod("eqls",CR);function p1(a,u){u&&Q(this,"message",u);let s=Q(this,"object"),d=Q(this,"doLength"),m=Q(this,"message"),b=m?m+": ":"",v=Q(this,"ssfi"),S=Ht(s).toLowerCase(),E=Ht(a).toLowerCase();if(d&&S!=="map"&&S!=="set"&&new U(s,m,v,!0).to.have.property("length"),!d&&S==="date"&&E!=="date")throw new wt(b+"the argument to above must be a date",void 0,v);if(!$n(a)&&(d||$n(s)))throw new wt(b+"the argument to above must be a number",void 0,v);if(!d&&S!=="date"&&!$n(s)){let C=S==="string"?"'"+s+"'":s;throw new wt(b+"expected "+C+" to be a number or a date",void 0,v)}if(d){let C="length",w;S==="map"||S==="set"?(C="size",w=s.size):w=s.length,this.assert(w>a,"expected #{this} to have a "+C+" above #{exp} but got #{act}","expected #{this} to not have a "+C+" above #{exp}",a,w)}else this.assert(s>a,"expected #{this} to be above #{exp}","expected #{this} to be at most #{exp}",a)}F(p1,"assertAbove"),U.addMethod("above",p1),U.addMethod("gt",p1),U.addMethod("greaterThan",p1);function h1(a,u){u&&Q(this,"message",u);let s=Q(this,"object"),d=Q(this,"doLength"),m=Q(this,"message"),b=m?m+": ":"",v=Q(this,"ssfi"),S=Ht(s).toLowerCase(),E=Ht(a).toLowerCase(),C,w=!0;if(d&&S!=="map"&&S!=="set"&&new U(s,m,v,!0).to.have.property("length"),!d&&S==="date"&&E!=="date")C=b+"the argument to least must be a date";else if(!$n(a)&&(d||$n(s)))C=b+"the argument to least must be a number";else if(!d&&S!=="date"&&!$n(s)){let A=S==="string"?"'"+s+"'":s;C=b+"expected "+A+" to be a number or a date"}else w=!1;if(w)throw new wt(C,void 0,v);if(d){let A="length",x;S==="map"||S==="set"?(A="size",x=s.size):x=s.length,this.assert(x>=a,"expected #{this} to have a "+A+" at least #{exp} but got #{act}","expected #{this} to have a "+A+" below #{exp}",a,x)}else this.assert(s>=a,"expected #{this} to be at least #{exp}","expected #{this} to be below #{exp}",a)}F(h1,"assertLeast"),U.addMethod("least",h1),U.addMethod("gte",h1),U.addMethod("greaterThanOrEqual",h1);function m1(a,u){u&&Q(this,"message",u);let s=Q(this,"object"),d=Q(this,"doLength"),m=Q(this,"message"),b=m?m+": ":"",v=Q(this,"ssfi"),S=Ht(s).toLowerCase(),E=Ht(a).toLowerCase(),C,w=!0;if(d&&S!=="map"&&S!=="set"&&new U(s,m,v,!0).to.have.property("length"),!d&&S==="date"&&E!=="date")C=b+"the argument to below must be a date";else if(!$n(a)&&(d||$n(s)))C=b+"the argument to below must be a number";else if(!d&&S!=="date"&&!$n(s)){let A=S==="string"?"'"+s+"'":s;C=b+"expected "+A+" to be a number or a date"}else w=!1;if(w)throw new wt(C,void 0,v);if(d){let A="length",x;S==="map"||S==="set"?(A="size",x=s.size):x=s.length,this.assert(x<a,"expected #{this} to have a "+A+" below #{exp} but got #{act}","expected #{this} to not have a "+A+" below #{exp}",a,x)}else this.assert(s<a,"expected #{this} to be below #{exp}","expected #{this} to be at least #{exp}",a)}F(m1,"assertBelow"),U.addMethod("below",m1),U.addMethod("lt",m1),U.addMethod("lessThan",m1);function y1(a,u){u&&Q(this,"message",u);let s=Q(this,"object"),d=Q(this,"doLength"),m=Q(this,"message"),b=m?m+": ":"",v=Q(this,"ssfi"),S=Ht(s).toLowerCase(),E=Ht(a).toLowerCase(),C,w=!0;if(d&&S!=="map"&&S!=="set"&&new U(s,m,v,!0).to.have.property("length"),!d&&S==="date"&&E!=="date")C=b+"the argument to most must be a date";else if(!$n(a)&&(d||$n(s)))C=b+"the argument to most must be a number";else if(!d&&S!=="date"&&!$n(s)){let A=S==="string"?"'"+s+"'":s;C=b+"expected "+A+" to be a number or a date"}else w=!1;if(w)throw new wt(C,void 0,v);if(d){let A="length",x;S==="map"||S==="set"?(A="size",x=s.size):x=s.length,this.assert(x<=a,"expected #{this} to have a "+A+" at most #{exp} but got #{act}","expected #{this} to have a "+A+" above #{exp}",a,x)}else this.assert(s<=a,"expected #{this} to be at most #{exp}","expected #{this} to be above #{exp}",a)}F(y1,"assertMost"),U.addMethod("most",y1),U.addMethod("lte",y1),U.addMethod("lessThanOrEqual",y1),U.addMethod("within",function(a,u,s){s&&Q(this,"message",s);let d=Q(this,"object"),m=Q(this,"doLength"),b=Q(this,"message"),v=b?b+": ":"",S=Q(this,"ssfi"),E=Ht(d).toLowerCase(),C=Ht(a).toLowerCase(),w=Ht(u).toLowerCase(),A,x=!0,D=C==="date"&&w==="date"?a.toISOString()+".."+u.toISOString():a+".."+u;if(m&&E!=="map"&&E!=="set"&&new U(d,b,S,!0).to.have.property("length"),!m&&E==="date"&&(C!=="date"||w!=="date"))A=v+"the arguments to within must be dates";else if((!$n(a)||!$n(u))&&(m||$n(d)))A=v+"the arguments to within must be numbers";else if(!m&&E!=="date"&&!$n(d)){let N=E==="string"?"'"+d+"'":d;A=v+"expected "+N+" to be a number or a date"}else x=!1;if(x)throw new wt(A,void 0,S);if(m){let N="length",k;E==="map"||E==="set"?(N="size",k=d.size):k=d.length,this.assert(k>=a&&k<=u,"expected #{this} to have a "+N+" within "+D,"expected #{this} to not have a "+N+" within "+D)}else this.assert(d>=a&&d<=u,"expected #{this} to be within "+D,"expected #{this} to not be within "+D)});function xR(a,u){u&&Q(this,"message",u);let s=Q(this,"object"),d=Q(this,"ssfi"),m=Q(this,"message"),b;try{b=s instanceof a}catch(S){throw S instanceof TypeError?(m=m?m+": ":"",new wt(m+"The instanceof assertion needs a constructor but "+Ht(a)+" was given.",void 0,d)):S}let v=c1(a);v==null&&(v="an unnamed constructor"),this.assert(b,"expected #{this} to be an instance of "+v,"expected #{this} to not be an instance of "+v)}F(xR,"assertInstanceOf"),U.addMethod("instanceof",xR),U.addMethod("instanceOf",xR);function AR(a,u,s){s&&Q(this,"message",s);let d=Q(this,"nested"),m=Q(this,"own"),b=Q(this,"message"),v=Q(this,"object"),S=Q(this,"ssfi"),E=typeof a;if(b=b?b+": ":"",d){if(E!=="string")throw new wt(b+"the argument to property must be a string when using nested syntax",void 0,S)}else if(E!=="string"&&E!=="number"&&E!=="symbol")throw new wt(b+"the argument to property must be a string, number, or symbol",void 0,S);if(d&&m)throw new wt(b+'The "nested" and "own" flags cannot be combined.',void 0,S);if(v==null)throw new wt(b+"Target cannot be null or undefined.",void 0,S);let C=Q(this,"deep"),w=Q(this,"negate"),A=d?fR(v,a):null,x=d?A.value:v[a],D=C?Q(this,"eql"):(ue,q)=>ue===q,N="";C&&(N+="deep "),m&&(N+="own "),d&&(N+="nested "),N+="property ";let k;m?k=Object.prototype.hasOwnProperty.call(v,a):d?k=A.exists:k=i1(v,a),(!w||arguments.length===1)&&this.assert(k,"expected #{this} to have "+N+Ct(a),"expected #{this} to not have "+N+Ct(a)),arguments.length>1&&this.assert(k&&D(u,x),"expected #{this} to have "+N+Ct(a)+" of #{exp}, but got #{act}","expected #{this} to not have "+N+Ct(a)+" of #{act}",u,x),Q(this,"object",x)}F(AR,"assertProperty"),U.addMethod("property",AR);function wR(a,u,s){Q(this,"own",!0),AR.apply(this,arguments)}F(wR,"assertOwnProperty"),U.addMethod("ownProperty",wR),U.addMethod("haveOwnProperty",wR);function OR(a,u,s){typeof u=="string"&&(s=u,u=null),s&&Q(this,"message",s);let d=Q(this,"object"),m=Object.getOwnPropertyDescriptor(Object(d),a),b=Q(this,"eql");m&&u?this.assert(b(u,m),"expected the own property descriptor for "+Ct(a)+" on #{this} to match "+Ct(u)+", got "+Ct(m),"expected the own property descriptor for "+Ct(a)+" on #{this} to not match "+Ct(u),u,m,!0):this.assert(m,"expected #{this} to have an own property descriptor for "+Ct(a),"expected #{this} to not have an own property descriptor for "+Ct(a)),Q(this,"object",m)}F(OR,"assertOwnPropertyDescriptor"),U.addMethod("ownPropertyDescriptor",OR),U.addMethod("haveOwnPropertyDescriptor",OR);function MR(){Q(this,"doLength",!0)}F(MR,"assertLengthChain");function qR(a,u){u&&Q(this,"message",u);let s=Q(this,"object"),d=Ht(s).toLowerCase(),m=Q(this,"message"),b=Q(this,"ssfi"),v="length",S;switch(d){case"map":case"set":v="size",S=s.size;break;default:new U(s,m,b,!0).to.have.property("length"),S=s.length}this.assert(S==a,"expected #{this} to have a "+v+" of #{exp} but got #{act}","expected #{this} to not have a "+v+" of #{act}",a,S)}F(qR,"assertLength"),U.addChainableMethod("length",qR,MR),U.addChainableMethod("lengthOf",qR,MR);function _R(a,u){u&&Q(this,"message",u);let s=Q(this,"object");this.assert(a.exec(s),"expected #{this} to match "+a,"expected #{this} not to match "+a)}F(_R,"assertMatch"),U.addMethod("match",_R),U.addMethod("matches",_R),U.addMethod("string",function(a,u){u&&Q(this,"message",u);let s=Q(this,"object"),d=Q(this,"message"),m=Q(this,"ssfi");new U(s,d,m,!0).is.a("string"),this.assert(~s.indexOf(a),"expected #{this} to contain "+Ct(a),"expected #{this} to not contain "+Ct(a))});function DR(a){let u=Q(this,"object"),s=Ht(u),d=Ht(a),m=Q(this,"ssfi"),b=Q(this,"deep"),v,S="",E,C=!0,w=Q(this,"message");w=w?w+": ":"";let A=w+"when testing keys against an object or an array you must give a single Array|Object|String argument or multiple String arguments";if(s==="Map"||s==="Set")S=b?"deeply ":"",E=[],u.forEach(function(q,J){E.push(J)}),d!=="Array"&&(a=Array.prototype.slice.call(arguments));else{switch(E=gR(u),d){case"Array":if(arguments.length>1)throw new wt(A,void 0,m);break;case"Object":if(arguments.length>1)throw new wt(A,void 0,m);a=Object.keys(a);break;default:a=Array.prototype.slice.call(arguments)}a=a.map(function(q){return typeof q=="symbol"?q:String(q)})}if(!a.length)throw new wt(w+"keys required",void 0,m);let x=a.length,D=Q(this,"any"),N=Q(this,"all"),k=a,ue=b?Q(this,"eql"):(q,J)=>q===J;if(!D&&!N&&(N=!0),D&&(C=k.some(function(q){return E.some(function(J){return ue(q,J)})})),N&&(C=k.every(function(q){return E.some(function(J){return ue(q,J)})}),Q(this,"contains")||(C=C&&a.length==E.length)),x>1){a=a.map(function(J){return Ct(J)});let q=a.pop();N&&(v=a.join(", ")+", and "+q),D&&(v=a.join(", ")+", or "+q)}else v=Ct(a[0]);v=(x>1?"keys ":"key ")+v,v=(Q(this,"contains")?"contain ":"have ")+v,this.assert(C,"expected #{this} to "+S+v,"expected #{this} to not "+S+v,k.slice(0).sort(o1),E.sort(o1),!0)}F(DR,"assertKeys"),U.addMethod("keys",DR),U.addMethod("key",DR);function b1(a,u,s){s&&Q(this,"message",s);let d=Q(this,"object"),m=Q(this,"ssfi"),b=Q(this,"message"),v=Q(this,"negate")||!1;new U(d,b,m,!0).is.a("function"),(f1(a)||typeof a=="string")&&(u=a,a=null);let S,E=!1;try{d()}catch(D){E=!0,S=D}let C=a===void 0&&u===void 0,w=!!(a&&u),A=!1,x=!1;if(C||!C&&!v){let D="an error";a instanceof Error?D="#{exp}":a&&(D=bl.getConstructorName(a));let N=S;if(S instanceof Error)N=S.toString();else if(typeof S=="string")N=S;else if(S&&(typeof S=="object"||typeof S=="function"))try{N=bl.getConstructorName(S)}catch{}this.assert(E,"expected #{this} to throw "+D,"expected #{this} to not throw an error but #{act} was thrown",a&&a.toString(),N)}if(a&&S&&(a instanceof Error&&bl.compatibleInstance(S,a)===v&&(w&&v?A=!0:this.assert(v,"expected #{this} to throw #{exp} but #{act} was thrown","expected #{this} to not throw #{exp}"+(S&&!v?" but #{act} was thrown":""),a.toString(),S.toString())),bl.compatibleConstructor(S,a)===v&&(w&&v?A=!0:this.assert(v,"expected #{this} to throw #{exp} but #{act} was thrown","expected #{this} to not throw #{exp}"+(S?" but #{act} was thrown":""),a instanceof Error?a.toString():a&&bl.getConstructorName(a),S instanceof Error?S.toString():S&&bl.getConstructorName(S)))),S&&u!==void 0&&u!==null){let D="including";f1(u)&&(D="matching"),bl.compatibleMessage(S,u)===v&&(w&&v?x=!0:this.assert(v,"expected #{this} to throw error "+D+" #{exp} but got #{act}","expected #{this} to throw error not "+D+" #{exp}",u,bl.getMessage(S)))}A&&x&&this.assert(v,"expected #{this} to throw #{exp} but #{act} was thrown","expected #{this} to not throw #{exp}"+(S?" but #{act} was thrown":""),a instanceof Error?a.toString():a&&bl.getConstructorName(a),S instanceof Error?S.toString():S&&bl.getConstructorName(S)),Q(this,"object",S)}F(b1,"assertThrows"),U.addMethod("throw",b1),U.addMethod("throws",b1),U.addMethod("Throw",b1);function zR(a,u){u&&Q(this,"message",u);let s=Q(this,"object"),d=Q(this,"itself"),m=typeof s=="function"&&!d?s.prototype[a]:s[a];this.assert(typeof m=="function","expected #{this} to respond to "+Ct(a),"expected #{this} to not respond to "+Ct(a))}F(zR,"respondTo"),U.addMethod("respondTo",zR),U.addMethod("respondsTo",zR),U.addProperty("itself",function(){Q(this,"itself",!0)});function NR(a,u){u&&Q(this,"message",u);let s=Q(this,"object"),d=a(s);this.assert(d,"expected #{this} to satisfy "+fc(a),"expected #{this} to not satisfy"+fc(a),!Q(this,"negate"),d)}F(NR,"satisfy"),U.addMethod("satisfy",NR),U.addMethod("satisfies",NR);function UR(a,u,s){s&&Q(this,"message",s);let d=Q(this,"object"),m=Q(this,"message"),b=Q(this,"ssfi");new U(d,m,b,!0).is.numeric;let v="A `delta` value is required for `closeTo`";if(u==null)throw new wt(m?`${m}: ${v}`:v,void 0,b);if(new U(u,m,b,!0).is.numeric,v="A `expected` value is required for `closeTo`",a==null)throw new wt(m?`${m}: ${v}`:v,void 0,b);new U(a,m,b,!0).is.numeric;const S=F(C=>C<0n?-C:C,"abs"),E=F(C=>parseFloat(parseFloat(C).toPrecision(12)),"strip");this.assert(E(S(d-a))<=u,"expected #{this} to be close to "+a+" +/- "+u,"expected #{this} not to be close to "+a+" +/- "+u)}F(UR,"closeTo"),U.addMethod("closeTo",UR),U.addMethod("approximately",UR);function kx(a,u,s,d,m){let b=Array.from(u),v=Array.from(a);if(!d){if(v.length!==b.length)return!1;b=b.slice()}return v.every(function(S,E){if(m)return s?s(S,b[E]):S===b[E];if(!s){let C=b.indexOf(S);return C===-1?!1:(d||b.splice(C,1),!0)}return b.some(function(C,w){return s(S,C)?(d||b.splice(w,1),!0):!1})})}F(kx,"isSubsetOf"),U.addMethod("members",function(a,u){u&&Q(this,"message",u);let s=Q(this,"object"),d=Q(this,"message"),m=Q(this,"ssfi");new U(s,d,m,!0).to.be.iterable,new U(a,d,m,!0).to.be.iterable;let b=Q(this,"contains"),v=Q(this,"ordered"),S,E,C;b?(S=v?"an ordered superset":"a superset",E="expected #{this} to be "+S+" of #{exp}",C="expected #{this} to not be "+S+" of #{exp}"):(S=v?"ordered members":"members",E="expected #{this} to have the same "+S+" as #{exp}",C="expected #{this} to not have the same "+S+" as #{exp}");let w=Q(this,"deep")?Q(this,"eql"):void 0;this.assert(kx(a,s,w,b,v),E,C,a,s,!0)}),U.addProperty("iterable",function(a){a&&Q(this,"message",a);let u=Q(this,"object");this.assert(u!=null&&u[Symbol.iterator],"expected #{this} to be an iterable","expected #{this} to not be an iterable",u)});function Px(a,u){u&&Q(this,"message",u);let s=Q(this,"object"),d=Q(this,"message"),m=Q(this,"ssfi"),b=Q(this,"contains"),v=Q(this,"deep"),S=Q(this,"eql");new U(a,d,m,!0).to.be.an("array"),b?this.assert(a.some(function(E){return s.indexOf(E)>-1}),"expected #{this} to contain one of #{exp}","expected #{this} to not contain one of #{exp}",a,s):v?this.assert(a.some(function(E){return S(s,E)}),"expected #{this} to deeply equal one of #{exp}","expected #{this} to deeply equal one of #{exp}",a,s):this.assert(a.indexOf(s)>-1,"expected #{this} to be one of #{exp}","expected #{this} to not be one of #{exp}",a,s)}F(Px,"oneOf"),U.addMethod("oneOf",Px);function BR(a,u,s){s&&Q(this,"message",s);let d=Q(this,"object"),m=Q(this,"message"),b=Q(this,"ssfi");new U(d,m,b,!0).is.a("function");let v;u?(new U(a,m,b,!0).to.have.property(u),v=a[u]):(new U(a,m,b,!0).is.a("function"),v=a()),d();let S=u==null?a():a[u],E=u==null?v:"."+u;Q(this,"deltaMsgObj",E),Q(this,"initialDeltaValue",v),Q(this,"finalDeltaValue",S),Q(this,"deltaBehavior","change"),Q(this,"realDelta",S!==v),this.assert(v!==S,"expected "+E+" to change","expected "+E+" to not change")}F(BR,"assertChanges"),U.addMethod("change",BR),U.addMethod("changes",BR);function HR(a,u,s){s&&Q(this,"message",s);let d=Q(this,"object"),m=Q(this,"message"),b=Q(this,"ssfi");new U(d,m,b,!0).is.a("function");let v;u?(new U(a,m,b,!0).to.have.property(u),v=a[u]):(new U(a,m,b,!0).is.a("function"),v=a()),new U(v,m,b,!0).is.a("number"),d();let S=u==null?a():a[u],E=u==null?v:"."+u;Q(this,"deltaMsgObj",E),Q(this,"initialDeltaValue",v),Q(this,"finalDeltaValue",S),Q(this,"deltaBehavior","increase"),Q(this,"realDelta",S-v),this.assert(S-v>0,"expected "+E+" to increase","expected "+E+" to not increase")}F(HR,"assertIncreases"),U.addMethod("increase",HR),U.addMethod("increases",HR);function jR(a,u,s){s&&Q(this,"message",s);let d=Q(this,"object"),m=Q(this,"message"),b=Q(this,"ssfi");new U(d,m,b,!0).is.a("function");let v;u?(new U(a,m,b,!0).to.have.property(u),v=a[u]):(new U(a,m,b,!0).is.a("function"),v=a()),new U(v,m,b,!0).is.a("number"),d();let S=u==null?a():a[u],E=u==null?v:"."+u;Q(this,"deltaMsgObj",E),Q(this,"initialDeltaValue",v),Q(this,"finalDeltaValue",S),Q(this,"deltaBehavior","decrease"),Q(this,"realDelta",v-S),this.assert(S-v<0,"expected "+E+" to decrease","expected "+E+" to not decrease")}F(jR,"assertDecreases"),U.addMethod("decrease",jR),U.addMethod("decreases",jR);function Yx(a,u){u&&Q(this,"message",u);let s=Q(this,"deltaMsgObj"),d=Q(this,"initialDeltaValue"),m=Q(this,"finalDeltaValue"),b=Q(this,"deltaBehavior"),v=Q(this,"realDelta"),S;b==="change"?S=Math.abs(m-d)===Math.abs(a):S=v===Math.abs(a),this.assert(S,"expected "+s+" to "+b+" by "+a,"expected "+s+" to not "+b+" by "+a)}F(Yx,"assertDelta"),U.addMethod("by",Yx),U.addProperty("extensible",function(){let a=Q(this,"object"),u=a===Object(a)&&Object.isExtensible(a);this.assert(u,"expected #{this} to be extensible","expected #{this} to not be extensible")}),U.addProperty("sealed",function(){let a=Q(this,"object"),u=a===Object(a)?Object.isSealed(a):!0;this.assert(u,"expected #{this} to be sealed","expected #{this} to not be sealed")}),U.addProperty("frozen",function(){let a=Q(this,"object"),u=a===Object(a)?Object.isFrozen(a):!0;this.assert(u,"expected #{this} to be frozen","expected #{this} to not be frozen")}),U.addProperty("finite",function(a){let u=Q(this,"object");this.assert(typeof u=="number"&&isFinite(u),"expected #{this} to be a finite number","expected #{this} to not be a finite number")});function v1(a,u){return a===u?!0:typeof u!=typeof a?!1:typeof a!="object"||a===null?a===u:u?Array.isArray(a)?Array.isArray(u)?a.every(function(s){return u.some(function(d){return v1(s,d)})}):!1:a instanceof Date?u instanceof Date?a.getTime()===u.getTime():!1:Object.keys(a).every(function(s){let d=a[s],m=u[s];return typeof d=="object"&&d!==null&&m!==null?v1(d,m):typeof d=="function"?d(m):m===d}):!1}F(v1,"compareSubset"),U.addMethod("containSubset",function(a){const u=nt(this,"object"),s=ha.showDiff;this.assert(v1(a,u),"expected #{act} to contain subset #{exp}","expected #{act} to not contain subset #{exp}",a,u,s)});function rm(a,u){return new U(a,u)}F(rm,"expect"),rm.fail=function(a,u,s,d){throw arguments.length<2&&(s=a,a=void 0),s=s||"expect.fail()",new wt(s,{actual:a,expected:u,operator:d},rm.fail)};var Gx={};kE(Gx,{Should:()=>UD,should:()=>ND});function LR(){function a(){return this instanceof String||this instanceof Number||this instanceof Boolean||typeof Symbol=="function"&&this instanceof Symbol||typeof BigInt=="function"&&this instanceof BigInt?new U(this.valueOf(),null,a):new U(this,null,a)}F(a,"shouldGetter");function u(d){Object.defineProperty(this,"should",{value:d,enumerable:!0,configurable:!0,writable:!0})}F(u,"shouldSetter"),Object.defineProperty(Object.prototype,"should",{set:u,get:a,configurable:!0});let s={};return s.fail=function(d,m,b,v){throw arguments.length<2&&(b=d,d=void 0),b=b||"should.fail()",new wt(b,{actual:d,expected:m,operator:v},s.fail)},s.equal=function(d,m,b){new U(d,b).to.equal(m)},s.Throw=function(d,m,b,v){new U(d,v).to.Throw(m,b)},s.exist=function(d,m){new U(d,m).to.exist},s.not={},s.not.equal=function(d,m,b){new U(d,b).to.not.equal(m)},s.not.Throw=function(d,m,b,v){new U(d,v).to.not.Throw(m,b)},s.not.exist=function(d,m){new U(d,m).to.not.exist},s.throw=s.Throw,s.not.throw=s.not.Throw,s}F(LR,"loadShould");var ND=LR,UD=LR;function z(a,u){new U(null,null,z,!0).assert(a,u,"[ negation message unavailable ]")}F(z,"assert"),z.fail=function(a,u,s,d){throw arguments.length<2&&(s=a,a=void 0),s=s||"assert.fail()",new wt(s,{actual:a,expected:u,operator:d},z.fail)},z.isOk=function(a,u){new U(a,u,z.isOk,!0).is.ok},z.isNotOk=function(a,u){new U(a,u,z.isNotOk,!0).is.not.ok},z.equal=function(a,u,s){let d=new U(a,s,z.equal,!0);d.assert(u==nt(d,"object"),"expected #{this} to equal #{exp}","expected #{this} to not equal #{act}",u,a,!0)},z.notEqual=function(a,u,s){let d=new U(a,s,z.notEqual,!0);d.assert(u!=nt(d,"object"),"expected #{this} to not equal #{exp}","expected #{this} to equal #{act}",u,a,!0)},z.strictEqual=function(a,u,s){new U(a,s,z.strictEqual,!0).to.equal(u)},z.notStrictEqual=function(a,u,s){new U(a,s,z.notStrictEqual,!0).to.not.equal(u)},z.deepEqual=z.deepStrictEqual=function(a,u,s){new U(a,s,z.deepEqual,!0).to.eql(u)},z.notDeepEqual=function(a,u,s){new U(a,s,z.notDeepEqual,!0).to.not.eql(u)},z.isAbove=function(a,u,s){new U(a,s,z.isAbove,!0).to.be.above(u)},z.isAtLeast=function(a,u,s){new U(a,s,z.isAtLeast,!0).to.be.least(u)},z.isBelow=function(a,u,s){new U(a,s,z.isBelow,!0).to.be.below(u)},z.isAtMost=function(a,u,s){new U(a,s,z.isAtMost,!0).to.be.most(u)},z.isTrue=function(a,u){new U(a,u,z.isTrue,!0).is.true},z.isNotTrue=function(a,u){new U(a,u,z.isNotTrue,!0).to.not.equal(!0)},z.isFalse=function(a,u){new U(a,u,z.isFalse,!0).is.false},z.isNotFalse=function(a,u){new U(a,u,z.isNotFalse,!0).to.not.equal(!1)},z.isNull=function(a,u){new U(a,u,z.isNull,!0).to.equal(null)},z.isNotNull=function(a,u){new U(a,u,z.isNotNull,!0).to.not.equal(null)},z.isNaN=function(a,u){new U(a,u,z.isNaN,!0).to.be.NaN},z.isNotNaN=function(a,u){new U(a,u,z.isNotNaN,!0).not.to.be.NaN},z.exists=function(a,u){new U(a,u,z.exists,!0).to.exist},z.notExists=function(a,u){new U(a,u,z.notExists,!0).to.not.exist},z.isUndefined=function(a,u){new U(a,u,z.isUndefined,!0).to.equal(void 0)},z.isDefined=function(a,u){new U(a,u,z.isDefined,!0).to.not.equal(void 0)},z.isCallable=function(a,u){new U(a,u,z.isCallable,!0).is.callable},z.isNotCallable=function(a,u){new U(a,u,z.isNotCallable,!0).is.not.callable},z.isObject=function(a,u){new U(a,u,z.isObject,!0).to.be.a("object")},z.isNotObject=function(a,u){new U(a,u,z.isNotObject,!0).to.not.be.a("object")},z.isArray=function(a,u){new U(a,u,z.isArray,!0).to.be.an("array")},z.isNotArray=function(a,u){new U(a,u,z.isNotArray,!0).to.not.be.an("array")},z.isString=function(a,u){new U(a,u,z.isString,!0).to.be.a("string")},z.isNotString=function(a,u){new U(a,u,z.isNotString,!0).to.not.be.a("string")},z.isNumber=function(a,u){new U(a,u,z.isNumber,!0).to.be.a("number")},z.isNotNumber=function(a,u){new U(a,u,z.isNotNumber,!0).to.not.be.a("number")},z.isNumeric=function(a,u){new U(a,u,z.isNumeric,!0).is.numeric},z.isNotNumeric=function(a,u){new U(a,u,z.isNotNumeric,!0).is.not.numeric},z.isFinite=function(a,u){new U(a,u,z.isFinite,!0).to.be.finite},z.isBoolean=function(a,u){new U(a,u,z.isBoolean,!0).to.be.a("boolean")},z.isNotBoolean=function(a,u){new U(a,u,z.isNotBoolean,!0).to.not.be.a("boolean")},z.typeOf=function(a,u,s){new U(a,s,z.typeOf,!0).to.be.a(u)},z.notTypeOf=function(a,u,s){new U(a,s,z.notTypeOf,!0).to.not.be.a(u)},z.instanceOf=function(a,u,s){new U(a,s,z.instanceOf,!0).to.be.instanceOf(u)},z.notInstanceOf=function(a,u,s){new U(a,s,z.notInstanceOf,!0).to.not.be.instanceOf(u)},z.include=function(a,u,s){new U(a,s,z.include,!0).include(u)},z.notInclude=function(a,u,s){new U(a,s,z.notInclude,!0).not.include(u)},z.deepInclude=function(a,u,s){new U(a,s,z.deepInclude,!0).deep.include(u)},z.notDeepInclude=function(a,u,s){new U(a,s,z.notDeepInclude,!0).not.deep.include(u)},z.nestedInclude=function(a,u,s){new U(a,s,z.nestedInclude,!0).nested.include(u)},z.notNestedInclude=function(a,u,s){new U(a,s,z.notNestedInclude,!0).not.nested.include(u)},z.deepNestedInclude=function(a,u,s){new U(a,s,z.deepNestedInclude,!0).deep.nested.include(u)},z.notDeepNestedInclude=function(a,u,s){new U(a,s,z.notDeepNestedInclude,!0).not.deep.nested.include(u)},z.ownInclude=function(a,u,s){new U(a,s,z.ownInclude,!0).own.include(u)},z.notOwnInclude=function(a,u,s){new U(a,s,z.notOwnInclude,!0).not.own.include(u)},z.deepOwnInclude=function(a,u,s){new U(a,s,z.deepOwnInclude,!0).deep.own.include(u)},z.notDeepOwnInclude=function(a,u,s){new U(a,s,z.notDeepOwnInclude,!0).not.deep.own.include(u)},z.match=function(a,u,s){new U(a,s,z.match,!0).to.match(u)},z.notMatch=function(a,u,s){new U(a,s,z.notMatch,!0).to.not.match(u)},z.property=function(a,u,s){new U(a,s,z.property,!0).to.have.property(u)},z.notProperty=function(a,u,s){new U(a,s,z.notProperty,!0).to.not.have.property(u)},z.propertyVal=function(a,u,s,d){new U(a,d,z.propertyVal,!0).to.have.property(u,s)},z.notPropertyVal=function(a,u,s,d){new U(a,d,z.notPropertyVal,!0).to.not.have.property(u,s)},z.deepPropertyVal=function(a,u,s,d){new U(a,d,z.deepPropertyVal,!0).to.have.deep.property(u,s)},z.notDeepPropertyVal=function(a,u,s,d){new U(a,d,z.notDeepPropertyVal,!0).to.not.have.deep.property(u,s)},z.ownProperty=function(a,u,s){new U(a,s,z.ownProperty,!0).to.have.own.property(u)},z.notOwnProperty=function(a,u,s){new U(a,s,z.notOwnProperty,!0).to.not.have.own.property(u)},z.ownPropertyVal=function(a,u,s,d){new U(a,d,z.ownPropertyVal,!0).to.have.own.property(u,s)},z.notOwnPropertyVal=function(a,u,s,d){new U(a,d,z.notOwnPropertyVal,!0).to.not.have.own.property(u,s)},z.deepOwnPropertyVal=function(a,u,s,d){new U(a,d,z.deepOwnPropertyVal,!0).to.have.deep.own.property(u,s)},z.notDeepOwnPropertyVal=function(a,u,s,d){new U(a,d,z.notDeepOwnPropertyVal,!0).to.not.have.deep.own.property(u,s)},z.nestedProperty=function(a,u,s){new U(a,s,z.nestedProperty,!0).to.have.nested.property(u)},z.notNestedProperty=function(a,u,s){new U(a,s,z.notNestedProperty,!0).to.not.have.nested.property(u)},z.nestedPropertyVal=function(a,u,s,d){new U(a,d,z.nestedPropertyVal,!0).to.have.nested.property(u,s)},z.notNestedPropertyVal=function(a,u,s,d){new U(a,d,z.notNestedPropertyVal,!0).to.not.have.nested.property(u,s)},z.deepNestedPropertyVal=function(a,u,s,d){new U(a,d,z.deepNestedPropertyVal,!0).to.have.deep.nested.property(u,s)},z.notDeepNestedPropertyVal=function(a,u,s,d){new U(a,d,z.notDeepNestedPropertyVal,!0).to.not.have.deep.nested.property(u,s)},z.lengthOf=function(a,u,s){new U(a,s,z.lengthOf,!0).to.have.lengthOf(u)},z.hasAnyKeys=function(a,u,s){new U(a,s,z.hasAnyKeys,!0).to.have.any.keys(u)},z.hasAllKeys=function(a,u,s){new U(a,s,z.hasAllKeys,!0).to.have.all.keys(u)},z.containsAllKeys=function(a,u,s){new U(a,s,z.containsAllKeys,!0).to.contain.all.keys(u)},z.doesNotHaveAnyKeys=function(a,u,s){new U(a,s,z.doesNotHaveAnyKeys,!0).to.not.have.any.keys(u)},z.doesNotHaveAllKeys=function(a,u,s){new U(a,s,z.doesNotHaveAllKeys,!0).to.not.have.all.keys(u)},z.hasAnyDeepKeys=function(a,u,s){new U(a,s,z.hasAnyDeepKeys,!0).to.have.any.deep.keys(u)},z.hasAllDeepKeys=function(a,u,s){new U(a,s,z.hasAllDeepKeys,!0).to.have.all.deep.keys(u)},z.containsAllDeepKeys=function(a,u,s){new U(a,s,z.containsAllDeepKeys,!0).to.contain.all.deep.keys(u)},z.doesNotHaveAnyDeepKeys=function(a,u,s){new U(a,s,z.doesNotHaveAnyDeepKeys,!0).to.not.have.any.deep.keys(u)},z.doesNotHaveAllDeepKeys=function(a,u,s){new U(a,s,z.doesNotHaveAllDeepKeys,!0).to.not.have.all.deep.keys(u)},z.throws=function(a,u,s,d){(typeof u=="string"||u instanceof RegExp)&&(s=u,u=null);let m=new U(a,d,z.throws,!0).to.throw(u,s);return nt(m,"object")},z.doesNotThrow=function(a,u,s,d){(typeof u=="string"||u instanceof RegExp)&&(s=u,u=null),new U(a,d,z.doesNotThrow,!0).to.not.throw(u,s)},z.operator=function(a,u,s,d){let m;switch(u){case"==":m=a==s;break;case"===":m=a===s;break;case">":m=a>s;break;case">=":m=a>=s;break;case"<":m=a<s;break;case"<=":m=a<=s;break;case"!=":m=a!=s;break;case"!==":m=a!==s;break;default:throw d=d&&d+": ",new wt(d+'Invalid operator "'+u+'"',void 0,z.operator)}let b=new U(m,d,z.operator,!0);b.assert(nt(b,"object")===!0,"expected "+Ct(a)+" to be "+u+" "+Ct(s),"expected "+Ct(a)+" to not be "+u+" "+Ct(s))},z.closeTo=function(a,u,s,d){new U(a,d,z.closeTo,!0).to.be.closeTo(u,s)},z.approximately=function(a,u,s,d){new U(a,d,z.approximately,!0).to.be.approximately(u,s)},z.sameMembers=function(a,u,s){new U(a,s,z.sameMembers,!0).to.have.same.members(u)},z.notSameMembers=function(a,u,s){new U(a,s,z.notSameMembers,!0).to.not.have.same.members(u)},z.sameDeepMembers=function(a,u,s){new U(a,s,z.sameDeepMembers,!0).to.have.same.deep.members(u)},z.notSameDeepMembers=function(a,u,s){new U(a,s,z.notSameDeepMembers,!0).to.not.have.same.deep.members(u)},z.sameOrderedMembers=function(a,u,s){new U(a,s,z.sameOrderedMembers,!0).to.have.same.ordered.members(u)},z.notSameOrderedMembers=function(a,u,s){new U(a,s,z.notSameOrderedMembers,!0).to.not.have.same.ordered.members(u)},z.sameDeepOrderedMembers=function(a,u,s){new U(a,s,z.sameDeepOrderedMembers,!0).to.have.same.deep.ordered.members(u)},z.notSameDeepOrderedMembers=function(a,u,s){new U(a,s,z.notSameDeepOrderedMembers,!0).to.not.have.same.deep.ordered.members(u)},z.includeMembers=function(a,u,s){new U(a,s,z.includeMembers,!0).to.include.members(u)},z.notIncludeMembers=function(a,u,s){new U(a,s,z.notIncludeMembers,!0).to.not.include.members(u)},z.includeDeepMembers=function(a,u,s){new U(a,s,z.includeDeepMembers,!0).to.include.deep.members(u)},z.notIncludeDeepMembers=function(a,u,s){new U(a,s,z.notIncludeDeepMembers,!0).to.not.include.deep.members(u)},z.includeOrderedMembers=function(a,u,s){new U(a,s,z.includeOrderedMembers,!0).to.include.ordered.members(u)},z.notIncludeOrderedMembers=function(a,u,s){new U(a,s,z.notIncludeOrderedMembers,!0).to.not.include.ordered.members(u)},z.includeDeepOrderedMembers=function(a,u,s){new U(a,s,z.includeDeepOrderedMembers,!0).to.include.deep.ordered.members(u)},z.notIncludeDeepOrderedMembers=function(a,u,s){new U(a,s,z.notIncludeDeepOrderedMembers,!0).to.not.include.deep.ordered.members(u)},z.oneOf=function(a,u,s){new U(a,s,z.oneOf,!0).to.be.oneOf(u)},z.isIterable=function(a,u){if(a==null||!a[Symbol.iterator])throw u=u?`${u} expected ${Ct(a)} to be an iterable`:`expected ${Ct(a)} to be an iterable`,new wt(u,void 0,z.isIterable)},z.changes=function(a,u,s,d){arguments.length===3&&typeof u=="function"&&(d=s,s=null),new U(a,d,z.changes,!0).to.change(u,s)},z.changesBy=function(a,u,s,d,m){if(arguments.length===4&&typeof u=="function"){let b=d;d=s,m=b}else arguments.length===3&&(d=s,s=null);new U(a,m,z.changesBy,!0).to.change(u,s).by(d)},z.doesNotChange=function(a,u,s,d){return arguments.length===3&&typeof u=="function"&&(d=s,s=null),new U(a,d,z.doesNotChange,!0).to.not.change(u,s)},z.changesButNotBy=function(a,u,s,d,m){if(arguments.length===4&&typeof u=="function"){let b=d;d=s,m=b}else arguments.length===3&&(d=s,s=null);new U(a,m,z.changesButNotBy,!0).to.change(u,s).but.not.by(d)},z.increases=function(a,u,s,d){return arguments.length===3&&typeof u=="function"&&(d=s,s=null),new U(a,d,z.increases,!0).to.increase(u,s)},z.increasesBy=function(a,u,s,d,m){if(arguments.length===4&&typeof u=="function"){let b=d;d=s,m=b}else arguments.length===3&&(d=s,s=null);new U(a,m,z.increasesBy,!0).to.increase(u,s).by(d)},z.doesNotIncrease=function(a,u,s,d){return arguments.length===3&&typeof u=="function"&&(d=s,s=null),new U(a,d,z.doesNotIncrease,!0).to.not.increase(u,s)},z.increasesButNotBy=function(a,u,s,d,m){if(arguments.length===4&&typeof u=="function"){let b=d;d=s,m=b}else arguments.length===3&&(d=s,s=null);new U(a,m,z.increasesButNotBy,!0).to.increase(u,s).but.not.by(d)},z.decreases=function(a,u,s,d){return arguments.length===3&&typeof u=="function"&&(d=s,s=null),new U(a,d,z.decreases,!0).to.decrease(u,s)},z.decreasesBy=function(a,u,s,d,m){if(arguments.length===4&&typeof u=="function"){let b=d;d=s,m=b}else arguments.length===3&&(d=s,s=null);new U(a,m,z.decreasesBy,!0).to.decrease(u,s).by(d)},z.doesNotDecrease=function(a,u,s,d){return arguments.length===3&&typeof u=="function"&&(d=s,s=null),new U(a,d,z.doesNotDecrease,!0).to.not.decrease(u,s)},z.doesNotDecreaseBy=function(a,u,s,d,m){if(arguments.length===4&&typeof u=="function"){let b=d;d=s,m=b}else arguments.length===3&&(d=s,s=null);return new U(a,m,z.doesNotDecreaseBy,!0).to.not.decrease(u,s).by(d)},z.decreasesButNotBy=function(a,u,s,d,m){if(arguments.length===4&&typeof u=="function"){let b=d;d=s,m=b}else arguments.length===3&&(d=s,s=null);new U(a,m,z.decreasesButNotBy,!0).to.decrease(u,s).but.not.by(d)},z.ifError=function(a){if(a)throw a},z.isExtensible=function(a,u){new U(a,u,z.isExtensible,!0).to.be.extensible},z.isNotExtensible=function(a,u){new U(a,u,z.isNotExtensible,!0).to.not.be.extensible},z.isSealed=function(a,u){new U(a,u,z.isSealed,!0).to.be.sealed},z.isNotSealed=function(a,u){new U(a,u,z.isNotSealed,!0).to.not.be.sealed},z.isFrozen=function(a,u){new U(a,u,z.isFrozen,!0).to.be.frozen},z.isNotFrozen=function(a,u){new U(a,u,z.isNotFrozen,!0).to.not.be.frozen},z.isEmpty=function(a,u){new U(a,u,z.isEmpty,!0).to.be.empty},z.isNotEmpty=function(a,u){new U(a,u,z.isNotEmpty,!0).to.not.be.empty},z.containsSubset=function(a,u,s){new U(a,s).to.containSubset(u)},z.doesNotContainSubset=function(a,u,s){new U(a,s).to.not.containSubset(u)};var BD=[["isOk","ok"],["isNotOk","notOk"],["throws","throw"],["throws","Throw"],["isExtensible","extensible"],["isNotExtensible","notExtensible"],["isSealed","sealed"],["isNotSealed","notSealed"],["isFrozen","frozen"],["isNotFrozen","notFrozen"],["isEmpty","empty"],["isNotEmpty","notEmpty"],["isCallable","isFunction"],["isNotCallable","isNotFunction"],["containsSubset","containSubset"]];for(const[a,u]of BD)z[u]=z[a];var Xx=[];function $x(a){const u={use:$x,AssertionError:wt,util:t1,config:ha,expect:rm,assert:z,Assertion:U,...Gx};return~Xx.indexOf(a)||(a(u,t1),Xx.push(a)),u}F($x,"use");/*!
|
|
29
3
|
* Chai - flag utility
|
|
30
4
|
* Copyright(c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
|
|
31
5
|
* MIT Licensed
|
|
@@ -241,80 +215,355 @@ React keys must be passed directly to JSX without using spread:
|
|
|
241
215
|
* @param {Mixed} value
|
|
242
216
|
* @return {Boolean} result
|
|
243
217
|
*)
|
|
244
|
-
*/function V(e,t,r){return e.namespaceURI&&e.namespaceURI!=="http://www.w3.org/1999/xhtml"||(t=Array.isArray(t)?t:[t],!t.includes(e.tagName.toLowerCase()))?!1:r?Object.entries(r).every(([n,o])=>e[n]===o):!0}function xe(e){var t;if(Tm(e)&&e.defaultView)return e.defaultView;if(!((t=e.ownerDocument)===null||t===void 0)&&t.defaultView)return e.ownerDocument.defaultView;throw new Error(`Could not determine window of node. Node was ${Sm(e)}`)}function Tm(e){return e.nodeType===9}function Sm(e){return typeof e=="function"?`function ${e.name}`:e===null?"null":String(e)}function Al(e,t){return new Promise((r,n)=>{const o=new t;o.onerror=n,o.onabort=n,o.onload=()=>{r(String(o.result))},o.readAsText(e)})}function zi(e,t){const r={...t,length:t.length,item:n=>r[n],[Symbol.iterator]:function*(){for(let o=0;o<r.length;o++)yield r[o]}};return r.constructor=e.FileList,e.FileList&&Object.setPrototypeOf(r,e.FileList.prototype),Object.freeze(r),r}function Ze(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class Ml{getAsFile(){return this.file}getAsString(t){typeof this.data=="string"&&t(this.data)}webkitGetAsEntry(){throw new Error("not implemented")}constructor(t,r){Ze(this,"kind",void 0),Ze(this,"type",void 0),Ze(this,"file",null),Ze(this,"data",void 0),typeof t=="string"?(this.kind="string",this.type=String(r),this.data=t):(this.kind="file",this.type=t.type,this.file=t)}}class Om extends Array{add(...t){const r=new Ml(t[0],t[1]);return this.push(r),r}clear(){this.splice(0,this.length)}remove(t){this.splice(t,1)}}function ma(e,t){const[r,n]=e.split("/"),o=!n||n==="*";return a=>t?a.type===(o?r:e):o?a.type.startsWith(`${r}/`):a.type===r}function Am(e){return new class{getData(r){var n;const o=(n=this.items.find(ma(r,!0)))!==null&&n!==void 0?n:this.items.find(ma(r,!1));let a="";return o?.getAsString(i=>{a=i}),a}setData(r,n){const o=this.items.findIndex(ma(r,!0)),a=new Ml(n,r);o>=0?this.items.splice(o,1,a):this.items.push(a)}clearData(r){if(r){const n=this.items.findIndex(ma(r,!0));n>=0&&this.items.remove(n)}else this.items.clear()}get types(){const r=[];return this.files.length&&r.push("Files"),this.items.forEach(n=>r.push(n.type)),Object.freeze(r),r}setDragImage(){}constructor(){Ze(this,"dropEffect","none"),Ze(this,"effectAllowed","uninitialized"),Ze(this,"items",new Om),Ze(this,"files",zi(e,[]))}}}function Vi(e,t=[]){const r=typeof e.DataTransfer>"u"?Am(e):new e.DataTransfer;return Object.defineProperty(r,"files",{get:()=>zi(e,t)}),r}async function Mm(e,t){return t.kind==="file"?t.getAsFile():new e.Blob([await new Promise(r=>t.getAsString(r))],{type:t.type})}function Il(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Nl(e,...t){const r=Object.fromEntries(t.map(n=>[typeof n=="string"?"text/plain":n.type,Promise.resolve(n)]));return typeof e.ClipboardItem<"u"?new e.ClipboardItem(r):new class{get types(){return Array.from(Object.keys(this.data))}async getType(o){const a=await this.data[o];if(!a)throw new Error(`${o} is not one of the available MIME types on this item.`);return a instanceof e.Blob?a:new e.Blob([a],{type:o})}constructor(o){Il(this,"data",void 0),this.data=o}}(r)}const qt=Symbol("Manage ClipboardSub");function kl(e,t){return Object.assign(new class extends e.EventTarget{async read(){return Array.from(this.items)}async readText(){let n="";for(const o of this.items){const a=o.types.includes("text/plain")?"text/plain":o.types.find(i=>i.startsWith("text/"));a&&(n+=await o.getType(a).then(i=>Al(i,e.FileReader)))}return n}async write(n){this.items=n}async writeText(n){this.items=[Nl(e,n)]}constructor(...n){super(...n),Il(this,"items",[])}},{[qt]:t})}function Hi(e){return!!e?.[qt]}function Im(e){if(Hi(e.navigator.clipboard))return e.navigator.clipboard[qt];const t=Object.getOwnPropertyDescriptor(e.navigator,"clipboard");let r;const n={resetClipboardStub:()=>{r=kl(e,n)},detachClipboardStub:()=>{t?Object.defineProperty(e.navigator,"clipboard",t):Object.defineProperty(e.navigator,"clipboard",{value:void 0,configurable:!0})}};return r=kl(e,n),Object.defineProperty(e.navigator,"clipboard",{get:()=>r,configurable:!0}),r[qt]}function Nm(e){Hi(e.navigator.clipboard)&&e.navigator.clipboard[qt].resetClipboardStub()}function km(e){Hi(e.navigator.clipboard)&&e.navigator.clipboard[qt].detachClipboardStub()}async function Dm(e){const t=e.defaultView,r=t?.navigator.clipboard,n=r&&await r.read();if(!n)throw new Error("The Clipboard API is unavailable.");const o=Vi(t);for(const a of n)for(const i of a.types)o.setData(i,await a.getType(i).then(s=>Al(s,t.FileReader)));return o}async function Dl(e,t){const r=xe(e),n=r.navigator.clipboard,o=[];for(let i=0;i<t.items.length;i++){const s=t.items[i],l=await Mm(r,s);o.push(Nl(r,l))}if(!(n&&await n.write(o).then(()=>!0,()=>!1)))throw new Error("The Clipboard API is unavailable.")}const ha=globalThis;typeof ha.afterEach=="function"&&ha.afterEach(()=>Nm(globalThis.window)),typeof ha.afterAll=="function"&&ha.afterAll(()=>km(globalThis.window));const jl=["input:not([type=hidden]):not([disabled])","button:not([disabled])","select:not([disabled])","textarea:not([disabled])",'[contenteditable=""]','[contenteditable="true"]',"a[href]","[tabindex]:not([disabled])"].join(", ");function Wi(e){return e.matches(jl)}function jm(e){return new e.constructor(e.type,e)}function De(e){for(let r=e;r;r=r.parentElement)if(V(r,["button","input","select","textarea","optgroup","option"])){if(r.hasAttribute("disabled"))return!0}else if(V(r,"fieldset")){var t;if(r.hasAttribute("disabled")&&!(!((t=r.querySelector(":scope > legend"))===null||t===void 0)&&t.contains(e)))return!0}else if(r.tagName.includes("-")&&r.constructor.formAssociated&&r.hasAttribute("disabled"))return!0;return!1}function Wt(e){const t=e.activeElement;return t?.shadowRoot?Wt(t.shadowRoot):De(t)?e.ownerDocument?e.ownerDocument.body:e.body:t}function Gi(e){var t;return(t=Wt(e))!==null&&t!==void 0?t:e.body}function Bm(e,t){let r=e;do{if(t(r))return r;r=r.parentElement}while(r&&r!==e.ownerDocument.body)}function ct(e){return e.hasAttribute("contenteditable")&&(e.getAttribute("contenteditable")=="true"||e.getAttribute("contenteditable")=="")}function Gt(e){const t=Lm(e);return t&&(t.closest('[contenteditable=""]')||t.closest('[contenteditable="true"]'))}function Lm(e){return e.nodeType===1?e:e.parentElement}var Bl=(function(e){return e.button="button",e.color="color",e.file="file",e.image="image",e.reset="reset",e.submit="submit",e.checkbox="checkbox",e.radio="radio",e})(Bl||{});function Ll(e){return V(e,"button")||V(e,"input")&&e.type in Bl}function xt(e){return Fl(e)&&!e.readOnly||ct(e)}var $l=(function(e){return e.text="text",e.date="date",e["datetime-local"]="datetime-local",e.email="email",e.month="month",e.number="number",e.password="password",e.search="search",e.tel="tel",e.time="time",e.url="url",e.week="week",e})($l||{});function Fl(e){return V(e,"textarea")||V(e,"input")&&e.type in $l}function Ae(e){return Ul(e)&&Fl(e)}function $m(e){return Ul(e)&&Ll(e)}function Ul(e){return e.nodeType===1}function Fm(e){const t=e.ownerDocument.getSelection();if(t?.focusNode&&Ae(e)){const n=Gt(t.focusNode);if(n){if(!t.isCollapsed){var r;const o=((r=n.firstChild)===null||r===void 0?void 0:r.nodeType)===3?n.firstChild:n;t.setBaseAndExtent(o,0,o,0)}}else t.setBaseAndExtent(e,0,e,0)}}var Me={},ba={exports:{}};ba.exports;var zl;function Vl(){return zl||(zl=1,(function(e){const r=(a=0)=>i=>`\x1B[${38+a};5;${i}m`,n=(a=0)=>(i,s,l)=>`\x1B[${38+a};2;${i};${s};${l}m`;function o(){const a=new Map,i={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};i.color.gray=i.color.blackBright,i.bgColor.bgGray=i.bgColor.bgBlackBright,i.color.grey=i.color.blackBright,i.bgColor.bgGrey=i.bgColor.bgBlackBright;for(const[s,l]of Object.entries(i)){for(const[u,d]of Object.entries(l))i[u]={open:`\x1B[${d[0]}m`,close:`\x1B[${d[1]}m`},l[u]=i[u],a.set(d[0],d[1]);Object.defineProperty(i,s,{value:l,enumerable:!1})}return Object.defineProperty(i,"codes",{value:a,enumerable:!1}),i.color.close="\x1B[39m",i.bgColor.close="\x1B[49m",i.color.ansi256=r(),i.color.ansi16m=n(),i.bgColor.ansi256=r(10),i.bgColor.ansi16m=n(10),Object.defineProperties(i,{rgbToAnsi256:{value:(s,l,u)=>s===l&&l===u?s<8?16:s>248?231:Math.round((s-8)/247*24)+232:16+36*Math.round(s/255*5)+6*Math.round(l/255*5)+Math.round(u/255*5),enumerable:!1},hexToRgb:{value:s=>{const l=/(?<colorString>[a-f\d]{6}|[a-f\d]{3})/i.exec(s.toString(16));if(!l)return[0,0,0];let{colorString:u}=l.groups;u.length===3&&(u=u.split("").map(f=>f+f).join(""));const d=Number.parseInt(u,16);return[d>>16&255,d>>8&255,d&255]},enumerable:!1},hexToAnsi256:{value:s=>i.rgbToAnsi256(...i.hexToRgb(s)),enumerable:!1}}),i}Object.defineProperty(e,"exports",{enumerable:!0,get:o})})(ba)),ba.exports}var dt={},Hl;function va(){if(Hl)return dt;Hl=1,Object.defineProperty(dt,"__esModule",{value:!0}),dt.printIteratorEntries=t,dt.printIteratorValues=r,dt.printListItems=n,dt.printObjectProperties=o;const e=(a,i)=>{const s=Object.keys(a).sort(i);return Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(a).forEach(l=>{Object.getOwnPropertyDescriptor(a,l).enumerable&&s.push(l)}),s};function t(a,i,s,l,u,d,f=": "){let c="",b=a.next();if(!b.done){c+=i.spacingOuter;const v=s+i.indent;for(;!b.done;){const R=d(b.value[0],i,v,l,u),S=d(b.value[1],i,v,l,u);c+=v+R+f+S,b=a.next(),b.done?i.min||(c+=","):c+=","+i.spacingInner}c+=i.spacingOuter+s}return c}function r(a,i,s,l,u,d){let f="",c=a.next();if(!c.done){f+=i.spacingOuter;const b=s+i.indent;for(;!c.done;)f+=b+d(c.value,i,b,l,u),c=a.next(),c.done?i.min||(f+=","):f+=","+i.spacingInner;f+=i.spacingOuter+s}return f}function n(a,i,s,l,u,d){let f="";if(a.length){f+=i.spacingOuter;const c=s+i.indent;for(let b=0;b<a.length;b++)f+=c,b in a&&(f+=d(a[b],i,c,l,u)),b<a.length-1?f+=","+i.spacingInner:i.min||(f+=",");f+=i.spacingOuter+s}return f}function o(a,i,s,l,u,d){let f="";const c=e(a,i.compareKeys);if(c.length){f+=i.spacingOuter;const b=s+i.indent;for(let v=0;v<c.length;v++){const R=c[v],S=d(R,i,b,l,u),p=d(a[R],i,b,l,u);f+=b+S+": "+p,v<c.length-1?f+=","+i.spacingInner:i.min||(f+=",")}f+=i.spacingOuter+s}return f}return dt}var je={},Wl;function Um(){if(Wl)return je;Wl=1,Object.defineProperty(je,"__esModule",{value:!0}),je.test=je.serialize=je.default=void 0;var e=va(),t=(function(){return typeof globalThis<"u"?globalThis:typeof t<"u"?t:typeof self<"u"?self:typeof window<"u"?window:Function("return this")()})(),r=t["jest-symbol-do-not-touch"]||t.Symbol;const n=typeof r=="function"&&r.for?r.for("jest.asymmetricMatcher"):1267621,o=" ",a=(u,d,f,c,b,v)=>{const R=u.toString();return R==="ArrayContaining"||R==="ArrayNotContaining"?++c>d.maxDepth?"["+R+"]":R+o+"["+(0,e.printListItems)(u.sample,d,f,c,b,v)+"]":R==="ObjectContaining"||R==="ObjectNotContaining"?++c>d.maxDepth?"["+R+"]":R+o+"{"+(0,e.printObjectProperties)(u.sample,d,f,c,b,v)+"}":R==="StringMatching"||R==="StringNotMatching"||R==="StringContaining"||R==="StringNotContaining"?R+o+v(u.sample,d,f,c,b):u.toAsymmetricMatcher()};je.serialize=a;const i=u=>u&&u.$$typeof===n;je.test=i;var l={serialize:a,test:i};return je.default=l,je}var Be={},Ki,Gl;function zm(){return Gl||(Gl=1,Ki=({onlyFirst:e=!1}={})=>{const t=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(t,e?void 0:"g")}),Ki}var Kl;function Vm(){if(Kl)return Be;Kl=1,Object.defineProperty(Be,"__esModule",{value:!0}),Be.test=Be.serialize=Be.default=void 0;var e=r(zm()),t=r(Vl());function r(l){return l&&l.__esModule?l:{default:l}}const n=l=>l.replace((0,e.default)(),u=>{switch(u){case t.default.red.close:case t.default.green.close:case t.default.cyan.close:case t.default.gray.close:case t.default.white.close:case t.default.yellow.close:case t.default.bgRed.close:case t.default.bgGreen.close:case t.default.bgYellow.close:case t.default.inverse.close:case t.default.dim.close:case t.default.bold.close:case t.default.reset.open:case t.default.reset.close:return"</>";case t.default.red.open:return"<red>";case t.default.green.open:return"<green>";case t.default.cyan.open:return"<cyan>";case t.default.gray.open:return"<gray>";case t.default.white.open:return"<white>";case t.default.yellow.open:return"<yellow>";case t.default.bgRed.open:return"<bgRed>";case t.default.bgGreen.open:return"<bgGreen>";case t.default.bgYellow.open:return"<bgYellow>";case t.default.inverse.open:return"<inverse>";case t.default.dim.open:return"<dim>";case t.default.bold.open:return"<bold>";default:return""}}),o=l=>typeof l=="string"&&!!l.match((0,e.default)());Be.test=o;const a=(l,u,d,f,c,b)=>b(n(l),u,d,f,c);Be.serialize=a;var s={serialize:a,test:o};return Be.default=s,Be}var Le={},Yl;function Hm(){if(Yl)return Le;Yl=1,Object.defineProperty(Le,"__esModule",{value:!0}),Le.test=Le.serialize=Le.default=void 0;var e=va();const t=" ",r=["DOMStringMap","NamedNodeMap"],n=/^(HTML\w*Collection|NodeList)$/,o=d=>r.indexOf(d)!==-1||n.test(d),a=d=>d&&d.constructor&&!!d.constructor.name&&o(d.constructor.name);Le.test=a;const i=d=>d.constructor.name==="NamedNodeMap",s=(d,f,c,b,v,R)=>{const S=d.constructor.name;return++b>f.maxDepth?"["+S+"]":(f.min?"":S+t)+(r.indexOf(S)!==-1?"{"+(0,e.printObjectProperties)(i(d)?Array.from(d).reduce((p,x)=>(p[x.name]=x.value,p),{}):{...d},f,c,b,v,R)+"}":"["+(0,e.printListItems)(Array.from(d),f,c,b,v,R)+"]")};Le.serialize=s;var u={serialize:s,test:a};return Le.default=u,Le}var $e={},be={},ya={},Xl;function Wm(){if(Xl)return ya;Xl=1,Object.defineProperty(ya,"__esModule",{value:!0}),ya.default=e;function e(t){return t.replace(/</g,"<").replace(/>/g,">")}return ya}var Jl;function Yi(){if(Jl)return be;Jl=1,Object.defineProperty(be,"__esModule",{value:!0}),be.printText=be.printProps=be.printElementAsLeaf=be.printElement=be.printComment=be.printChildren=void 0;var e=t(Wm());function t(l){return l&&l.__esModule?l:{default:l}}const r=(l,u,d,f,c,b,v)=>{const R=f+d.indent,S=d.colors;return l.map(p=>{const x=u[p];let _=v(x,d,R,c,b);return typeof x!="string"&&(_.indexOf(`
|
|
245
|
-
|
|
218
|
+
*/function HD(a){return a&&a.__esModule&&Object.prototype.hasOwnProperty.call(a,"default")?a.default:a}var g1={exports:{}},um={};/**
|
|
219
|
+
* @license React
|
|
220
|
+
* react-jsx-runtime.production.js
|
|
221
|
+
*
|
|
222
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
223
|
+
*
|
|
224
|
+
* This source code is licensed under the MIT license found in the
|
|
225
|
+
* LICENSE file in the root directory of this source tree.
|
|
226
|
+
*/var Qx;function jD(){if(Qx)return um;Qx=1;var a=Symbol.for("react.transitional.element"),u=Symbol.for("react.fragment");function s(d,m,b){var v=null;if(b!==void 0&&(v=""+b),m.key!==void 0&&(v=""+m.key),"key"in m){b={};for(var S in m)S!=="key"&&(b[S]=m[S])}else b=m;return m=b.ref,{$$typeof:a,type:d,key:v,ref:m!==void 0?m:null,props:b}}return um.Fragment=u,um.jsx=s,um.jsxs=s,um}var im={};/**
|
|
227
|
+
* @license React
|
|
228
|
+
* react-jsx-runtime.development.js
|
|
229
|
+
*
|
|
230
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
231
|
+
*
|
|
232
|
+
* This source code is licensed under the MIT license found in the
|
|
233
|
+
* LICENSE file in the root directory of this source tree.
|
|
234
|
+
*/var Zx;function LD(){return Zx||(Zx=1,process.env.NODE_ENV!=="production"&&(function(){function a(oe){if(oe==null)return null;if(typeof oe=="function")return oe.$$typeof===Ee?null:oe.displayName||oe.name||null;if(typeof oe=="string")return oe;switch(oe){case k:return"Fragment";case q:return"Profiler";case ue:return"StrictMode";case ne:return"Suspense";case j:return"SuspenseList";case te:return"Activity"}if(typeof oe=="object")switch(typeof oe.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),oe.$$typeof){case N:return"Portal";case K:return(oe.displayName||"Context")+".Provider";case J:return(oe._context.displayName||"Context")+".Consumer";case ie:var _e=oe.render;return oe=oe.displayName,oe||(oe=_e.displayName||_e.name||"",oe=oe!==""?"ForwardRef("+oe+")":"ForwardRef"),oe;case B:return _e=oe.displayName||null,_e!==null?_e:a(oe.type)||"Memo";case X:_e=oe._payload,oe=oe._init;try{return a(oe(_e))}catch{}}return null}function u(oe){return""+oe}function s(oe){try{u(oe);var _e=!1}catch{_e=!0}if(_e){_e=console;var Oe=_e.error,Re=typeof Symbol=="function"&&Symbol.toStringTag&&oe[Symbol.toStringTag]||oe.constructor.name||"Object";return Oe.call(_e,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",Re),u(oe)}}function d(oe){if(oe===k)return"<>";if(typeof oe=="object"&&oe!==null&&oe.$$typeof===X)return"<...>";try{var _e=a(oe);return _e?"<"+_e+">":"<...>"}catch{return"<...>"}}function m(){var oe=xe.A;return oe===null?null:oe.getOwner()}function b(){return Error("react-stack-top-frame")}function v(oe){if(Se.call(oe,"key")){var _e=Object.getOwnPropertyDescriptor(oe,"key").get;if(_e&&_e.isReactWarning)return!1}return oe.key!==void 0}function S(oe,_e){function Oe(){Ne||(Ne=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",_e))}Oe.isReactWarning=!0,Object.defineProperty(oe,"key",{get:Oe,configurable:!0})}function E(){var oe=a(this.type);return P[oe]||(P[oe]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),oe=this.props.ref,oe!==void 0?oe:null}function C(oe,_e,Oe,Re,Ge,bt,Xe,ba){return Oe=bt.ref,oe={$$typeof:D,type:oe,key:_e,props:bt,_owner:Ge},(Oe!==void 0?Oe:null)!==null?Object.defineProperty(oe,"ref",{enumerable:!1,get:E}):Object.defineProperty(oe,"ref",{enumerable:!1,value:null}),oe._store={},Object.defineProperty(oe._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(oe,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(oe,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:Xe}),Object.defineProperty(oe,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:ba}),Object.freeze&&(Object.freeze(oe.props),Object.freeze(oe)),oe}function w(oe,_e,Oe,Re,Ge,bt,Xe,ba){var Dt=_e.children;if(Dt!==void 0)if(Re)if(me(Dt)){for(Re=0;Re<Dt.length;Re++)A(Dt[Re]);Object.freeze&&Object.freeze(Dt)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else A(Dt);if(Se.call(_e,"key")){Dt=a(oe);var $=Object.keys(_e).filter(function(Ce){return Ce!=="key"});Re=0<$.length?"{key: someKey, "+$.join(": ..., ")+": ...}":"{key: someKey}",Ue[Dt+Re]||($=0<$.length?"{"+$.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
235
|
+
let props = %s;
|
|
236
|
+
<%s {...props} />
|
|
237
|
+
React keys must be passed directly to JSX without using spread:
|
|
238
|
+
let props = %s;
|
|
239
|
+
<%s key={someKey} {...props} />`,Re,Dt,$,Dt),Ue[Dt+Re]=!0)}if(Dt=null,Oe!==void 0&&(s(Oe),Dt=""+Oe),v(_e)&&(s(_e.key),Dt=""+_e.key),"key"in _e){Oe={};for(var De in _e)De!=="key"&&(Oe[De]=_e[De])}else Oe=_e;return Dt&&S(Oe,typeof oe=="function"?oe.displayName||oe.name||"Unknown":oe),C(oe,Dt,bt,Ge,m(),Oe,Xe,ba)}function A(oe){typeof oe=="object"&&oe!==null&&oe.$$typeof===D&&oe._store&&(oe._store.validated=1)}var x=Br,D=Symbol.for("react.transitional.element"),N=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),ue=Symbol.for("react.strict_mode"),q=Symbol.for("react.profiler"),J=Symbol.for("react.consumer"),K=Symbol.for("react.context"),ie=Symbol.for("react.forward_ref"),ne=Symbol.for("react.suspense"),j=Symbol.for("react.suspense_list"),B=Symbol.for("react.memo"),X=Symbol.for("react.lazy"),te=Symbol.for("react.activity"),Ee=Symbol.for("react.client.reference"),xe=x.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Se=Object.prototype.hasOwnProperty,me=Array.isArray,Ae=console.createTask?console.createTask:function(){return null};x={react_stack_bottom_frame:function(oe){return oe()}};var Ne,P={},se=x.react_stack_bottom_frame.bind(x,b)(),ge=Ae(d(b)),Ue={};im.Fragment=k,im.jsx=function(oe,_e,Oe,Re,Ge){var bt=1e4>xe.recentlyCreatedOwnerStacks++;return w(oe,_e,Oe,!1,Re,Ge,bt?Error("react-stack-top-frame"):se,bt?Ae(d(oe)):ge)},im.jsxs=function(oe,_e,Oe,Re,Ge){var bt=1e4>xe.recentlyCreatedOwnerStacks++;return w(oe,_e,Oe,!0,Re,Ge,bt?Error("react-stack-top-frame"):se,bt?Ae(d(oe)):ge)}})()),im}var Kx;function VD(){return Kx||(Kx=1,process.env.NODE_ENV==="production"?g1.exports=jD():g1.exports=LD()),g1.exports}var yt=VD();const kD=a=>{const u={children:[]};for(const s of a){let d=u;s.suite.forEach(m=>{let b=d.children.find(v=>"name"in v&&!v.status&&v.name===m);b||(b={name:m,children:[]},d.children.push(b)),d=b}),d.children.push(s)}return u.children},PD={animation:"spin 1s linear infinite"},YD=()=>yt.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"lucide lucide-loader-circle-icon lucide-loader-circle",style:PD,"data-testid":"loader-icon",children:yt.jsx("path",{d:"M21 12a9 9 0 1 1-6.219-8.56"})}),S1=typeof document<"u"?document.createElement("style"):null;S1&&!document.getElementById("loader-spin-keyframes")&&(S1.id="loader-spin-keyframes",S1.innerHTML=`
|
|
240
|
+
@keyframes spin {
|
|
241
|
+
0% { transform: rotate(0deg); }
|
|
242
|
+
100% { transform: rotate(360deg); }
|
|
243
|
+
}
|
|
244
|
+
`,document.head.appendChild(S1));const VR=({className:a,children:u,dataTestId:s})=>yt.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"#000",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:`lucide ${a}`,"data-testid":s,children:u}),GD=()=>yt.jsx(VR,{className:"lucide-play-icon lucide-play",dataTestId:"play-icon",children:yt.jsx("path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z"})}),XD=a=>{switch(a.status){case"pass":return{item:{background:"#dcfce7"},container:{borderLeft:"3px solid #00c951"}};case"fail":return{item:{background:"#fee2e2"},container:{borderLeft:"3px solid #fb2c36"}};case"skip":return{item:{background:"#f3f4f6"}};case"running":return{item:{background:"#fef9c3"}};default:return{item:{background:"transparent"}}}},$D=a=>a.startsWith("Assertion passed")||a.startsWith("Event fired")?{color:"#0d542b",fontWeight:"700"}:a.startsWith("Test failed")?{color:"#fb2c36",fontWeight:"700"}:{},QD=({node:a,depth:u,idx:s,runTest:d})=>{const m=XD(a);return yt.jsxs("li",{style:{marginBottom:"4px",marginLeft:u*6,...m.container},"data-testid":`test-list-item-${s}`,children:[yt.jsxs("div",{style:{display:"flex",alignItems:"left",justifyContent:"space-between",padding:"4px 6px",borderRadius:"4px",...m.item},children:[yt.jsxs("span",{style:{fontWeight:"500",color:"#374151",maxWidth:"220px"},children:[a.name," ",a.only&&yt.jsx("span",{style:{color:"#2563eb"},"data-testid":`only-indicator-${s}`,children:" (only)"}),a.skip&&yt.jsx("span",{style:{color:"#6b7280"},"data-testid":`skip-indicator-${s}`,children:" (skipped)"})]}),yt.jsx("button",{onClick:()=>d(s),"aria-label":`Run ${a.name} test`,style:{background:"transparent",border:"1px solid #d1d5db",borderRadius:"4px",padding:"0",cursor:"pointer",verticalAlign:"middle",fontSize:"12px",width:"24px",height:"24px",display:"flex",alignItems:"center",justifyContent:"center"},disabled:a.status==="running","data-testid":`run-test-button-${s}`,children:a.status==="running"?yt.jsx(YD,{}):yt.jsx(GD,{})})]}),a.logs&&a.logs.length>0&&yt.jsx("ul",{style:{borderRadius:"4px",maxHeight:"260px",overflowY:"auto",padding:0,background:"#f3f4f6",listStyle:"none",marginTop:"4px",textAlign:"left"},children:a.logs.map((b,v)=>yt.jsx("li",{style:{fontSize:"12px",padding:"4px 6px",borderBottom:"1px solid #d1d5db",color:"#374151",...$D(b)},children:b},v))})]},a.name)},ZD=()=>yt.jsx(VR,{className:"lucide-chevron-down-icon lucide-chevron-down",dataTestId:"chevron-down-icon",children:yt.jsx("path",{d:"m6 9 6 6 6-6"})}),KD=()=>yt.jsx(VR,{className:"lucide-chevron-right-icon lucide-chevron-right",dataTestId:"chevron-right-icon",children:yt.jsx("path",{d:"m9 18 6-6-6-6"})}),JD=({runTest:a,tests:u})=>{const[s,d]=Br.useState({}),m=(v,S=0)=>{if("status"in v)return yt.jsx(QD,{node:v,depth:S,idx:u.indexOf(v),runTest:a},v.name);const E=s[v.name];return yt.jsxs("li",{style:{marginBottom:"6px",marginLeft:S*12,textAlign:"left"},children:[yt.jsxs("div",{style:{fontWeight:"bold",cursor:"pointer",color:"#374151",marginBottom:"4px",display:"flex",alignItems:"center",gap:"4px"},onClick:()=>d(C=>({...C,[v.name]:!C[v.name]})),"data-testid":`test-group-${v.name}`,tabIndex:0,role:"button","aria-expanded":!E,children:[v.name," ",E?yt.jsx(KD,{}):yt.jsx(ZD,{})]}),!E&&yt.jsx("ul",{style:{listStyle:"none",padding:0},children:v.children.map(C=>m(C,S+1))})]},v.name)},b=kD(u);return yt.jsx("ul",{style:{listStyle:"none",padding:0,margin:0},children:b.map(v=>m(v))})},ID={left:{left:0,borderTopRightRadius:"6px",borderBottomRightRadius:"6px",borderTopLeftRadius:"0",borderBottomLeftRadius:"0"},right:{right:0,borderTopLeftRadius:"6px",borderBottomLeftRadius:"6px",borderTopRightRadius:"0",borderBottomRightRadius:"0"}},FD=({setOpen:a,position:u})=>yt.jsx("button",{"aria-label":"Open TWD sidebar",style:{position:"fixed",top:"50%",transform:"translateY(-50%)",background:"#3b82f6",color:"white",padding:"6px 10px",cursor:"pointer",fontSize:"12px",...ID[u]},onClick:()=>a(!0),children:"TWD"}),WD={left:{left:0,borderRight:"1px solid #e5e7eb"},right:{right:0,borderLeft:"1px solid #e5e7eb"}},e3='-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',t3=({open:a,position:u="left"})=>{const[s,d]=Br.useState(0),[m,b]=Br.useState(a),[v,S]=Br.useState(""),E=async A=>{const x=Vo[A];if(x.logs=[],x.status="running",d(D=>D+1),x.skip)x.status="skip";else try{await x.fn(),x.status="pass"}catch(D){x.status="fail",console.error("Test failed:",x.name,D),x.logs.push(`Test failed: ${D.message}`)}d(D=>D+1)},C=async()=>{const A=Vo.filter(D=>D.only),x=A.length>0?A:Vo;for(let D=0;D<x.length;D++){const N=Vo.indexOf(x[D]);await E(N)}},w=v.trim()?Vo.filter(A=>A.name.toLowerCase().includes(v.trim().toLowerCase())):Vo;return m?yt.jsxs("div",{style:{fontFamily:e3,position:"fixed",top:0,bottom:0,width:"280px",background:"#f9fafb",padding:"8px",fontSize:"14px",overflowY:"auto",boxShadow:"2px 0 6px rgba(0,0,0,0.1)",textAlign:"left",zIndex:1e3,...WD[u]},"data-testid":"twd-sidebar",children:[yt.jsxs("div",{style:{display:"flex",justifyContent:"space-between",marginBottom:"14px"},children:[yt.jsx("strong",{style:{fontSize:"18px",fontWeight:"bold",color:"#374151"},children:"TWD Tests"}),yt.jsx("button",{"aria-label":"Close sidebar",style:{background:"transparent",border:"none",cursor:"pointer",fontSize:"14px"},onClick:()=>b(!1),children:"✖"})]}),yt.jsx("input",{type:"text","aria-label":"Filter tests",placeholder:"Filter tests...",value:v,onChange:A=>S(A.target.value),style:{width:"100%",padding:"6px 8px",marginBottom:"10px",border:"1px solid #d1d5db",borderRadius:"4px",fontSize:"14px",outline:"none",boxSizing:"border-box",background:"#fff"},"data-testid":"twd-sidebar-filter"}),yt.jsx("button",{onClick:C,style:{background:"#3b82f6",color:"white",padding:"4px 8px",borderRadius:"4px",border:"none",marginBottom:"10px",cursor:"pointer"},children:"Run All"}),yt.jsx(JD,{tests:w,runTest:E})]}):yt.jsx(FD,{position:u,setOpen:b})},n3=async a=>{const u=document.createElement("div");document.body.appendChild(u);const{createRoot:s}=await Promise.resolve().then(()=>NH);s(u).render(yt.jsx(t3,{open:a.open,position:a.position}))},a3=async(a,u)=>{for(const s in a)await a[s]();n3({open:u.open,position:u.position})};function ot(a,u,s){return a.namespaceURI&&a.namespaceURI!=="http://www.w3.org/1999/xhtml"||(u=Array.isArray(u)?u:[u],!u.includes(a.tagName.toLowerCase()))?!1:s?Object.entries(s).every(([d,m])=>a[d]===m):!0}function kl(a){var u;if(l3(a)&&a.defaultView)return a.defaultView;if(!((u=a.ownerDocument)===null||u===void 0)&&u.defaultView)return a.ownerDocument.defaultView;throw new Error(`Could not determine window of node. Node was ${r3(a)}`)}function l3(a){return a.nodeType===9}function r3(a){return typeof a=="function"?`function ${a.name}`:a===null?"null":String(a)}function Jx(a,u){return new Promise((s,d)=>{const m=new u;m.onerror=d,m.onabort=d,m.onload=()=>{s(String(m.result))},m.readAsText(a)})}function kR(a,u){const s={...u,length:u.length,item:d=>s[d],[Symbol.iterator]:function*(){for(let m=0;m<s.length;m++)yield s[m]}};return s.constructor=a.FileList,a.FileList&&Object.setPrototypeOf(s,a.FileList.prototype),Object.freeze(s),s}function Po(a,u,s){return u in a?Object.defineProperty(a,u,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[u]=s,a}class Ix{getAsFile(){return this.file}getAsString(u){typeof this.data=="string"&&u(this.data)}webkitGetAsEntry(){throw new Error("not implemented")}constructor(u,s){Po(this,"kind",void 0),Po(this,"type",void 0),Po(this,"file",null),Po(this,"data",void 0),typeof u=="string"?(this.kind="string",this.type=String(s),this.data=u):(this.kind="file",this.type=u.type,this.file=u)}}class u3 extends Array{add(...u){const s=new Ix(u[0],u[1]);return this.push(s),s}clear(){this.splice(0,this.length)}remove(u){this.splice(u,1)}}function E1(a,u){const[s,d]=a.split("/"),m=!d||d==="*";return b=>u?b.type===(m?s:a):m?b.type.startsWith(`${s}/`):b.type===s}function i3(a){return new class{getData(s){var d;const m=(d=this.items.find(E1(s,!0)))!==null&&d!==void 0?d:this.items.find(E1(s,!1));let b="";return m?.getAsString(v=>{b=v}),b}setData(s,d){const m=this.items.findIndex(E1(s,!0)),b=new Ix(d,s);m>=0?this.items.splice(m,1,b):this.items.push(b)}clearData(s){if(s){const d=this.items.findIndex(E1(s,!0));d>=0&&this.items.remove(d)}else this.items.clear()}get types(){const s=[];return this.files.length&&s.push("Files"),this.items.forEach(d=>s.push(d.type)),Object.freeze(s),s}setDragImage(){}constructor(){Po(this,"dropEffect","none"),Po(this,"effectAllowed","uninitialized"),Po(this,"items",new u3),Po(this,"files",kR(a,[]))}}}function PR(a,u=[]){const s=typeof a.DataTransfer>"u"?i3(a):new a.DataTransfer;return Object.defineProperty(s,"files",{get:()=>kR(a,u)}),s}async function o3(a,u){return u.kind==="file"?u.getAsFile():new a.Blob([await new Promise(s=>u.getAsString(s))],{type:u.type})}function Fx(a,u,s){return u in a?Object.defineProperty(a,u,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[u]=s,a}function Wx(a,...u){const s=Object.fromEntries(u.map(d=>[typeof d=="string"?"text/plain":d.type,Promise.resolve(d)]));return typeof a.ClipboardItem<"u"?new a.ClipboardItem(s):new class{get types(){return Array.from(Object.keys(this.data))}async getType(m){const b=await this.data[m];if(!b)throw new Error(`${m} is not one of the available MIME types on this item.`);return b instanceof a.Blob?b:new a.Blob([b],{type:m})}constructor(m){Fx(this,"data",void 0),this.data=m}}(s)}const hd=Symbol("Manage ClipboardSub");function eA(a,u){return Object.assign(new class extends a.EventTarget{async read(){return Array.from(this.items)}async readText(){let d="";for(const m of this.items){const b=m.types.includes("text/plain")?"text/plain":m.types.find(v=>v.startsWith("text/"));b&&(d+=await m.getType(b).then(v=>Jx(v,a.FileReader)))}return d}async write(d){this.items=d}async writeText(d){this.items=[Wx(a,d)]}constructor(...d){super(...d),Fx(this,"items",[])}},{[hd]:u})}function YR(a){return!!a?.[hd]}function s3(a){if(YR(a.navigator.clipboard))return a.navigator.clipboard[hd];const u=Object.getOwnPropertyDescriptor(a.navigator,"clipboard");let s;const d={resetClipboardStub:()=>{s=eA(a,d)},detachClipboardStub:()=>{u?Object.defineProperty(a.navigator,"clipboard",u):Object.defineProperty(a.navigator,"clipboard",{value:void 0,configurable:!0})}};return s=eA(a,d),Object.defineProperty(a.navigator,"clipboard",{get:()=>s,configurable:!0}),s[hd]}function c3(a){YR(a.navigator.clipboard)&&a.navigator.clipboard[hd].resetClipboardStub()}function f3(a){YR(a.navigator.clipboard)&&a.navigator.clipboard[hd].detachClipboardStub()}async function d3(a){const u=a.defaultView,s=u?.navigator.clipboard,d=s&&await s.read();if(!d)throw new Error("The Clipboard API is unavailable.");const m=PR(u);for(const b of d)for(const v of b.types)m.setData(v,await b.getType(v).then(S=>Jx(S,u.FileReader)));return m}async function tA(a,u){const s=kl(a),d=s.navigator.clipboard,m=[];for(let v=0;v<u.items.length;v++){const S=u.items[v],E=await o3(s,S);m.push(Wx(s,E))}if(!(d&&await d.write(m).then(()=>!0,()=>!1)))throw new Error("The Clipboard API is unavailable.")}const R1=globalThis;typeof R1.afterEach=="function"&&R1.afterEach(()=>c3(globalThis.window)),typeof R1.afterAll=="function"&&R1.afterAll(()=>f3(globalThis.window));const nA=["input:not([type=hidden]):not([disabled])","button:not([disabled])","select:not([disabled])","textarea:not([disabled])",'[contenteditable=""]','[contenteditable="true"]',"a[href]","[tabindex]:not([disabled])"].join(", ");function GR(a){return a.matches(nA)}function p3(a){return new a.constructor(a.type,a)}function bi(a){for(let s=a;s;s=s.parentElement)if(ot(s,["button","input","select","textarea","optgroup","option"])){if(s.hasAttribute("disabled"))return!0}else if(ot(s,"fieldset")){var u;if(s.hasAttribute("disabled")&&!(!((u=s.querySelector(":scope > legend"))===null||u===void 0)&&u.contains(a)))return!0}else if(s.tagName.includes("-")&&s.constructor.formAssociated&&s.hasAttribute("disabled"))return!0;return!1}function om(a){const u=a.activeElement;return u?.shadowRoot?om(u.shadowRoot):bi(u)?a.ownerDocument?a.ownerDocument.body:a.body:u}function XR(a){var u;return(u=om(a))!==null&&u!==void 0?u:a.body}function h3(a,u){let s=a;do{if(u(s))return s;s=s.parentElement}while(s&&s!==a.ownerDocument.body)}function pc(a){return a.hasAttribute("contenteditable")&&(a.getAttribute("contenteditable")=="true"||a.getAttribute("contenteditable")=="")}function sm(a){const u=m3(a);return u&&(u.closest('[contenteditable=""]')||u.closest('[contenteditable="true"]'))}function m3(a){return a.nodeType===1?a:a.parentElement}var aA=(function(a){return a.button="button",a.color="color",a.file="file",a.image="image",a.reset="reset",a.submit="submit",a.checkbox="checkbox",a.radio="radio",a})(aA||{});function lA(a){return ot(a,"button")||ot(a,"input")&&a.type in aA}function md(a){return uA(a)&&!a.readOnly||pc(a)}var rA=(function(a){return a.text="text",a.date="date",a["datetime-local"]="datetime-local",a.email="email",a.month="month",a.number="number",a.password="password",a.search="search",a.tel="tel",a.time="time",a.url="url",a.week="week",a})(rA||{});function uA(a){return ot(a,"textarea")||ot(a,"input")&&a.type in rA}function Su(a){return iA(a)&&uA(a)}function y3(a){return iA(a)&&lA(a)}function iA(a){return a.nodeType===1}function b3(a){const u=a.ownerDocument.getSelection();if(u?.focusNode&&Su(a)){const d=sm(u.focusNode);if(d){if(!u.isCollapsed){var s;const m=((s=d.firstChild)===null||s===void 0?void 0:s.nodeType)===3?d.firstChild:d;u.setBaseAndExtent(m,0,m,0)}}else u.setBaseAndExtent(a,0,a,0)}}var Eu={},T1={exports:{}};T1.exports;var oA;function sA(){return oA||(oA=1,(function(a){const s=(b=0)=>v=>`\x1B[${38+b};5;${v}m`,d=(b=0)=>(v,S,E)=>`\x1B[${38+b};2;${v};${S};${E}m`;function m(){const b=new Map,v={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};v.color.gray=v.color.blackBright,v.bgColor.bgGray=v.bgColor.bgBlackBright,v.color.grey=v.color.blackBright,v.bgColor.bgGrey=v.bgColor.bgBlackBright;for(const[S,E]of Object.entries(v)){for(const[C,w]of Object.entries(E))v[C]={open:`\x1B[${w[0]}m`,close:`\x1B[${w[1]}m`},E[C]=v[C],b.set(w[0],w[1]);Object.defineProperty(v,S,{value:E,enumerable:!1})}return Object.defineProperty(v,"codes",{value:b,enumerable:!1}),v.color.close="\x1B[39m",v.bgColor.close="\x1B[49m",v.color.ansi256=s(),v.color.ansi16m=d(),v.bgColor.ansi256=s(10),v.bgColor.ansi16m=d(10),Object.defineProperties(v,{rgbToAnsi256:{value:(S,E,C)=>S===E&&E===C?S<8?16:S>248?231:Math.round((S-8)/247*24)+232:16+36*Math.round(S/255*5)+6*Math.round(E/255*5)+Math.round(C/255*5),enumerable:!1},hexToRgb:{value:S=>{const E=/(?<colorString>[a-f\d]{6}|[a-f\d]{3})/i.exec(S.toString(16));if(!E)return[0,0,0];let{colorString:C}=E.groups;C.length===3&&(C=C.split("").map(A=>A+A).join(""));const w=Number.parseInt(C,16);return[w>>16&255,w>>8&255,w&255]},enumerable:!1},hexToAnsi256:{value:S=>v.rgbToAnsi256(...v.hexToRgb(S)),enumerable:!1}}),v}Object.defineProperty(a,"exports",{enumerable:!0,get:m})})(T1)),T1.exports}var hc={},cA;function C1(){if(cA)return hc;cA=1,Object.defineProperty(hc,"__esModule",{value:!0}),hc.printIteratorEntries=u,hc.printIteratorValues=s,hc.printListItems=d,hc.printObjectProperties=m;const a=(b,v)=>{const S=Object.keys(b).sort(v);return Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(b).forEach(E=>{Object.getOwnPropertyDescriptor(b,E).enumerable&&S.push(E)}),S};function u(b,v,S,E,C,w,A=": "){let x="",D=b.next();if(!D.done){x+=v.spacingOuter;const N=S+v.indent;for(;!D.done;){const k=w(D.value[0],v,N,E,C),ue=w(D.value[1],v,N,E,C);x+=N+k+A+ue,D=b.next(),D.done?v.min||(x+=","):x+=","+v.spacingInner}x+=v.spacingOuter+S}return x}function s(b,v,S,E,C,w){let A="",x=b.next();if(!x.done){A+=v.spacingOuter;const D=S+v.indent;for(;!x.done;)A+=D+w(x.value,v,D,E,C),x=b.next(),x.done?v.min||(A+=","):A+=","+v.spacingInner;A+=v.spacingOuter+S}return A}function d(b,v,S,E,C,w){let A="";if(b.length){A+=v.spacingOuter;const x=S+v.indent;for(let D=0;D<b.length;D++)A+=x,D in b&&(A+=w(b[D],v,x,E,C)),D<b.length-1?A+=","+v.spacingInner:v.min||(A+=",");A+=v.spacingOuter+S}return A}function m(b,v,S,E,C,w){let A="";const x=a(b,v.compareKeys);if(x.length){A+=v.spacingOuter;const D=S+v.indent;for(let N=0;N<x.length;N++){const k=x[N],ue=w(k,v,D,E,C),q=w(b[k],v,D,E,C);A+=D+ue+": "+q,N<x.length-1?A+=","+v.spacingInner:v.min||(A+=",")}A+=v.spacingOuter+S}return A}return hc}var vi={},fA;function v3(){if(fA)return vi;fA=1,Object.defineProperty(vi,"__esModule",{value:!0}),vi.test=vi.serialize=vi.default=void 0;var a=C1(),u=(function(){return typeof globalThis<"u"?globalThis:typeof u<"u"?u:typeof self<"u"?self:typeof window<"u"?window:Function("return this")()})(),s=u["jest-symbol-do-not-touch"]||u.Symbol;const d=typeof s=="function"&&s.for?s.for("jest.asymmetricMatcher"):1267621,m=" ",b=(C,w,A,x,D,N)=>{const k=C.toString();return k==="ArrayContaining"||k==="ArrayNotContaining"?++x>w.maxDepth?"["+k+"]":k+m+"["+(0,a.printListItems)(C.sample,w,A,x,D,N)+"]":k==="ObjectContaining"||k==="ObjectNotContaining"?++x>w.maxDepth?"["+k+"]":k+m+"{"+(0,a.printObjectProperties)(C.sample,w,A,x,D,N)+"}":k==="StringMatching"||k==="StringNotMatching"||k==="StringContaining"||k==="StringNotContaining"?k+m+N(C.sample,w,A,x,D):C.toAsymmetricMatcher()};vi.serialize=b;const v=C=>C&&C.$$typeof===d;vi.test=v;var E={serialize:b,test:v};return vi.default=E,vi}var gi={},$R,dA;function g3(){return dA||(dA=1,$R=({onlyFirst:a=!1}={})=>{const u=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(u,a?void 0:"g")}),$R}var pA;function S3(){if(pA)return gi;pA=1,Object.defineProperty(gi,"__esModule",{value:!0}),gi.test=gi.serialize=gi.default=void 0;var a=s(g3()),u=s(sA());function s(E){return E&&E.__esModule?E:{default:E}}const d=E=>E.replace((0,a.default)(),C=>{switch(C){case u.default.red.close:case u.default.green.close:case u.default.cyan.close:case u.default.gray.close:case u.default.white.close:case u.default.yellow.close:case u.default.bgRed.close:case u.default.bgGreen.close:case u.default.bgYellow.close:case u.default.inverse.close:case u.default.dim.close:case u.default.bold.close:case u.default.reset.open:case u.default.reset.close:return"</>";case u.default.red.open:return"<red>";case u.default.green.open:return"<green>";case u.default.cyan.open:return"<cyan>";case u.default.gray.open:return"<gray>";case u.default.white.open:return"<white>";case u.default.yellow.open:return"<yellow>";case u.default.bgRed.open:return"<bgRed>";case u.default.bgGreen.open:return"<bgGreen>";case u.default.bgYellow.open:return"<bgYellow>";case u.default.inverse.open:return"<inverse>";case u.default.dim.open:return"<dim>";case u.default.bold.open:return"<bold>";default:return""}}),m=E=>typeof E=="string"&&!!E.match((0,a.default)());gi.test=m;const b=(E,C,w,A,x,D)=>D(d(E),C,w,A,x);gi.serialize=b;var S={serialize:b,test:m};return gi.default=S,gi}var Si={},hA;function E3(){if(hA)return Si;hA=1,Object.defineProperty(Si,"__esModule",{value:!0}),Si.test=Si.serialize=Si.default=void 0;var a=C1();const u=" ",s=["DOMStringMap","NamedNodeMap"],d=/^(HTML\w*Collection|NodeList)$/,m=w=>s.indexOf(w)!==-1||d.test(w),b=w=>w&&w.constructor&&!!w.constructor.name&&m(w.constructor.name);Si.test=b;const v=w=>w.constructor.name==="NamedNodeMap",S=(w,A,x,D,N,k)=>{const ue=w.constructor.name;return++D>A.maxDepth?"["+ue+"]":(A.min?"":ue+u)+(s.indexOf(ue)!==-1?"{"+(0,a.printObjectProperties)(v(w)?Array.from(w).reduce((q,J)=>(q[J.name]=J.value,q),{}):{...w},A,x,D,N,k)+"}":"["+(0,a.printListItems)(Array.from(w),A,x,D,N,k)+"]")};Si.serialize=S;var C={serialize:S,test:b};return Si.default=C,Si}var Ei={},za={},x1={},mA;function R3(){if(mA)return x1;mA=1,Object.defineProperty(x1,"__esModule",{value:!0}),x1.default=a;function a(u){return u.replace(/</g,"<").replace(/>/g,">")}return x1}var yA;function QR(){if(yA)return za;yA=1,Object.defineProperty(za,"__esModule",{value:!0}),za.printText=za.printProps=za.printElementAsLeaf=za.printElement=za.printComment=za.printChildren=void 0;var a=u(R3());function u(E){return E&&E.__esModule?E:{default:E}}const s=(E,C,w,A,x,D,N)=>{const k=A+w.indent,ue=w.colors;return E.map(q=>{const J=C[q];let K=N(J,w,k,x,D);return typeof J!="string"&&(K.indexOf(`
|
|
245
|
+
`)!==-1&&(K=w.spacingOuter+k+K+w.spacingOuter+A),K="{"+K+"}"),w.spacingInner+A+ue.prop.open+q+ue.prop.close+"="+ue.value.open+K+ue.value.close}).join("")};za.printProps=s;const d=(E,C,w,A,x,D)=>E.map(N=>C.spacingOuter+w+(typeof N=="string"?m(N,C):D(N,C,w,A,x))).join("");za.printChildren=d;const m=(E,C)=>{const w=C.colors.content;return w.open+(0,a.default)(E)+w.close};za.printText=m;const b=(E,C)=>{const w=C.colors.comment;return w.open+"<!--"+(0,a.default)(E)+"-->"+w.close};za.printComment=b;const v=(E,C,w,A,x)=>{const D=A.colors.tag;return D.open+"<"+E+(C&&D.close+C+A.spacingOuter+x+D.open)+(w?">"+D.close+w+A.spacingOuter+x+D.open+"</"+E:(C&&!A.min?"":" ")+"/")+">"+D.close};za.printElement=v;const S=(E,C)=>{const w=C.colors.tag;return w.open+"<"+E+w.close+" …"+w.open+" />"+w.close};return za.printElementAsLeaf=S,za}var bA;function T3(){if(bA)return Ei;bA=1,Object.defineProperty(Ei,"__esModule",{value:!0}),Ei.test=Ei.serialize=Ei.default=void 0;var a=QR();const u=1,s=3,d=8,m=11,b=/^((HTML|SVG)\w*)?Element$/,v=k=>{try{return typeof k.hasAttribute=="function"&&k.hasAttribute("is")}catch{return!1}},S=k=>{const ue=k.constructor.name,{nodeType:q,tagName:J}=k,K=typeof J=="string"&&J.includes("-")||v(k);return q===u&&(b.test(ue)||K)||q===s&&ue==="Text"||q===d&&ue==="Comment"||q===m&&ue==="DocumentFragment"},E=k=>{var ue;return(k==null||(ue=k.constructor)===null||ue===void 0?void 0:ue.name)&&S(k)};Ei.test=E;function C(k){return k.nodeType===s}function w(k){return k.nodeType===d}function A(k){return k.nodeType===m}const x=(k,ue,q,J,K,ie)=>{if(C(k))return(0,a.printText)(k.data,ue);if(w(k))return(0,a.printComment)(k.data,ue);const ne=A(k)?"DocumentFragment":k.tagName.toLowerCase();return++J>ue.maxDepth?(0,a.printElementAsLeaf)(ne,ue):(0,a.printElement)(ne,(0,a.printProps)(A(k)?[]:Array.from(k.attributes).map(j=>j.name).sort(),A(k)?{}:Array.from(k.attributes).reduce((j,B)=>(j[B.name]=B.value,j),{}),ue,q+ue.indent,J,K,ie),(0,a.printChildren)(Array.prototype.slice.call(k.childNodes||k.children),ue,q+ue.indent,J,K,ie),ue,q)};Ei.serialize=x;var N={serialize:x,test:E};return Ei.default=N,Ei}var Ri={},vA;function C3(){if(vA)return Ri;vA=1,Object.defineProperty(Ri,"__esModule",{value:!0}),Ri.test=Ri.serialize=Ri.default=void 0;var a=C1();const u="@@__IMMUTABLE_ITERABLE__@@",s="@@__IMMUTABLE_LIST__@@",d="@@__IMMUTABLE_KEYED__@@",m="@@__IMMUTABLE_MAP__@@",b="@@__IMMUTABLE_ORDERED__@@",v="@@__IMMUTABLE_RECORD__@@",S="@@__IMMUTABLE_SEQ__@@",E="@@__IMMUTABLE_SET__@@",C="@@__IMMUTABLE_STACK__@@",w=B=>"Immutable."+B,A=B=>"["+B+"]",x=" ",D="…",N=(B,X,te,Ee,xe,Se,me)=>++Ee>X.maxDepth?A(w(me)):w(me)+x+"{"+(0,a.printIteratorEntries)(B.entries(),X,te,Ee,xe,Se)+"}";function k(B){let X=0;return{next(){if(X<B._keys.length){const te=B._keys[X++];return{done:!1,value:[te,B.get(te)]}}return{done:!0,value:void 0}}}}const ue=(B,X,te,Ee,xe,Se)=>{const me=w(B._name||"Record");return++Ee>X.maxDepth?A(me):me+x+"{"+(0,a.printIteratorEntries)(k(B),X,te,Ee,xe,Se)+"}"},q=(B,X,te,Ee,xe,Se)=>{const me=w("Seq");return++Ee>X.maxDepth?A(me):B[d]?me+x+"{"+(B._iter||B._object?(0,a.printIteratorEntries)(B.entries(),X,te,Ee,xe,Se):D)+"}":me+x+"["+(B._iter||B._array||B._collection||B._iterable?(0,a.printIteratorValues)(B.values(),X,te,Ee,xe,Se):D)+"]"},J=(B,X,te,Ee,xe,Se,me)=>++Ee>X.maxDepth?A(w(me)):w(me)+x+"["+(0,a.printIteratorValues)(B.values(),X,te,Ee,xe,Se)+"]",K=(B,X,te,Ee,xe,Se)=>B[m]?N(B,X,te,Ee,xe,Se,B[b]?"OrderedMap":"Map"):B[s]?J(B,X,te,Ee,xe,Se,"List"):B[E]?J(B,X,te,Ee,xe,Se,B[b]?"OrderedSet":"Set"):B[C]?J(B,X,te,Ee,xe,Se,"Stack"):B[S]?q(B,X,te,Ee,xe,Se):ue(B,X,te,Ee,xe,Se);Ri.serialize=K;const ie=B=>B&&(B[u]===!0||B[v]===!0);Ri.test=ie;var j={serialize:K,test:ie};return Ri.default=j,Ri}var Ti={},A1={exports:{}},jt={};/** @license React v17.0.2
|
|
246
246
|
* react-is.production.min.js
|
|
247
247
|
*
|
|
248
248
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
249
249
|
*
|
|
250
250
|
* This source code is licensed under the MIT license found in the
|
|
251
251
|
* LICENSE file in the root directory of this source tree.
|
|
252
|
-
*/var
|
|
252
|
+
*/var gA;function x3(){if(gA)return jt;gA=1;var a=60103,u=60106,s=60107,d=60108,m=60114,b=60109,v=60110,S=60112,E=60113,C=60120,w=60115,A=60116,x=60121,D=60122,N=60117,k=60129,ue=60131;if(typeof Symbol=="function"&&Symbol.for){var q=Symbol.for;a=q("react.element"),u=q("react.portal"),s=q("react.fragment"),d=q("react.strict_mode"),m=q("react.profiler"),b=q("react.provider"),v=q("react.context"),S=q("react.forward_ref"),E=q("react.suspense"),C=q("react.suspense_list"),w=q("react.memo"),A=q("react.lazy"),x=q("react.block"),D=q("react.server.block"),N=q("react.fundamental"),k=q("react.debug_trace_mode"),ue=q("react.legacy_hidden")}function J(me){if(typeof me=="object"&&me!==null){var Ae=me.$$typeof;switch(Ae){case a:switch(me=me.type,me){case s:case m:case d:case E:case C:return me;default:switch(me=me&&me.$$typeof,me){case v:case S:case A:case w:case b:return me;default:return Ae}}case u:return Ae}}}var K=b,ie=a,ne=S,j=s,B=A,X=w,te=u,Ee=m,xe=d,Se=E;return jt.ContextConsumer=v,jt.ContextProvider=K,jt.Element=ie,jt.ForwardRef=ne,jt.Fragment=j,jt.Lazy=B,jt.Memo=X,jt.Portal=te,jt.Profiler=Ee,jt.StrictMode=xe,jt.Suspense=Se,jt.isAsyncMode=function(){return!1},jt.isConcurrentMode=function(){return!1},jt.isContextConsumer=function(me){return J(me)===v},jt.isContextProvider=function(me){return J(me)===b},jt.isElement=function(me){return typeof me=="object"&&me!==null&&me.$$typeof===a},jt.isForwardRef=function(me){return J(me)===S},jt.isFragment=function(me){return J(me)===s},jt.isLazy=function(me){return J(me)===A},jt.isMemo=function(me){return J(me)===w},jt.isPortal=function(me){return J(me)===u},jt.isProfiler=function(me){return J(me)===m},jt.isStrictMode=function(me){return J(me)===d},jt.isSuspense=function(me){return J(me)===E},jt.isValidElementType=function(me){return typeof me=="string"||typeof me=="function"||me===s||me===m||me===k||me===d||me===E||me===C||me===ue||typeof me=="object"&&me!==null&&(me.$$typeof===A||me.$$typeof===w||me.$$typeof===b||me.$$typeof===v||me.$$typeof===S||me.$$typeof===N||me.$$typeof===x||me[0]===D)},jt.typeOf=J,jt}var Lt={};/** @license React v17.0.2
|
|
253
253
|
* react-is.development.js
|
|
254
254
|
*
|
|
255
255
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
256
256
|
*
|
|
257
257
|
* This source code is licensed under the MIT license found in the
|
|
258
258
|
* LICENSE file in the root directory of this source tree.
|
|
259
|
-
*/var
|
|
260
|
-
`+
|
|
261
|
-
`,spacingOuter
|
|
262
|
-
`}};function ue(C){return new Array(C+1).join(" ")}function ve(C,$){if($&&(le($),$.plugins)){const Q=O($.plugins,C);if(Q!==null)return L(Q,C,ce($),"",0,[])}const I=A(C,U($),J($),B($));return I!==null?I:D(C,ce($),"",0,[])}const Ye={AsymmetricMatcher:r.default,ConvertAnsi:n.default,DOMCollection:o.default,DOMElement:a.default,Immutable:i.default,ReactElement:s.default,ReactTestComponent:l.default};Me.plugins=Ye;var ae=ve;return Me.default=ae,Me}var iu=eh(),th=Object.prototype.toString;function rh(e){return typeof e=="function"||th.call(e)==="[object Function]"}function nh(e){var t=Number(e);return isNaN(t)?0:t===0||!isFinite(t)?t:(t>0?1:-1)*Math.floor(Math.abs(t))}var oh=Math.pow(2,53)-1;function ah(e){var t=nh(e);return Math.min(Math.max(t,0),oh)}function Se(e,t){var r=Array,n=Object(e);if(e==null)throw new TypeError("Array.from requires an array-like object - not null or undefined");for(var o=ah(n.length),a=rh(r)?Object(new r(o)):new Array(o),i=0,s;i<o;)s=n[i],a[i]=s,i+=1;return a.length=o,a}function Kt(e){"@babel/helpers - typeof";return Kt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Kt(e)}function ih(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function sh(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,su(n.key),n)}}function lh(e,t,r){return t&&sh(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function uh(e,t,r){return t=su(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function su(e){var t=ch(e,"string");return Kt(t)==="symbol"?t:String(t)}function ch(e,t){if(Kt(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Kt(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var dh=(function(){function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];ih(this,e),uh(this,"items",void 0),this.items=t}return lh(e,[{key:"add",value:function(r){return this.has(r)===!1&&this.items.push(r),this}},{key:"clear",value:function(){this.items=[]}},{key:"delete",value:function(r){var n=this.items.length;return this.items=this.items.filter(function(o){return o!==r}),n!==this.items.length}},{key:"forEach",value:function(r){var n=this;this.items.forEach(function(o){r(o,o,n)})}},{key:"has",value:function(r){return this.items.indexOf(r)!==-1}},{key:"size",get:function(){return this.items.length}}]),e})();const fh=typeof Set>"u"?Set:dh;function de(e){var t;return(t=e.localName)!==null&&t!==void 0?t:e.tagName.toLowerCase()}var ph={article:"article",aside:"complementary",button:"button",datalist:"listbox",dd:"definition",details:"group",dialog:"dialog",dt:"term",fieldset:"group",figure:"figure",form:"form",footer:"contentinfo",h1:"heading",h2:"heading",h3:"heading",h4:"heading",h5:"heading",h6:"heading",header:"banner",hr:"separator",html:"document",legend:"legend",li:"listitem",math:"math",main:"main",menu:"list",nav:"navigation",ol:"list",optgroup:"group",option:"option",output:"status",progress:"progressbar",section:"region",summary:"button",table:"table",tbody:"rowgroup",textarea:"textbox",tfoot:"rowgroup",td:"cell",th:"columnheader",thead:"rowgroup",tr:"row",ul:"list"},mh={caption:new Set(["aria-label","aria-labelledby"]),code:new Set(["aria-label","aria-labelledby"]),deletion:new Set(["aria-label","aria-labelledby"]),emphasis:new Set(["aria-label","aria-labelledby"]),generic:new Set(["aria-label","aria-labelledby","aria-roledescription"]),insertion:new Set(["aria-label","aria-labelledby"]),paragraph:new Set(["aria-label","aria-labelledby"]),presentation:new Set(["aria-label","aria-labelledby"]),strong:new Set(["aria-label","aria-labelledby"]),subscript:new Set(["aria-label","aria-labelledby"]),superscript:new Set(["aria-label","aria-labelledby"])};function hh(e,t){return["aria-atomic","aria-busy","aria-controls","aria-current","aria-describedby","aria-details","aria-dropeffect","aria-flowto","aria-grabbed","aria-hidden","aria-keyshortcuts","aria-label","aria-labelledby","aria-live","aria-owns","aria-relevant","aria-roledescription"].some(function(r){var n;return e.hasAttribute(r)&&!((n=mh[t])!==null&&n!==void 0&&n.has(r))})}function lu(e,t){return hh(e,t)}function bh(e){var t=yh(e);if(t===null||t==="presentation"){var r=vh(e);if(t!=="presentation"||lu(e,r||""))return r}return t}function vh(e){var t=ph[de(e)];if(t!==void 0)return t;switch(de(e)){case"a":case"area":case"link":if(e.hasAttribute("href"))return"link";break;case"img":return e.getAttribute("alt")===""&&!lu(e,"img")?"presentation":"img";case"input":{var r=e,n=r.type;switch(n){case"button":case"image":case"reset":case"submit":return"button";case"checkbox":case"radio":return n;case"range":return"slider";case"email":case"tel":case"text":case"url":return e.hasAttribute("list")?"combobox":"textbox";case"search":return e.hasAttribute("list")?"combobox":"searchbox";case"number":return"spinbutton";default:return null}}case"select":return e.hasAttribute("multiple")||e.size>1?"listbox":"combobox"}return null}function yh(e){var t=e.getAttribute("role");if(t!==null){var r=t.trim().split(" ")[0];if(r.length>0)return r}return null}function ne(e){return e!==null&&e.nodeType===e.ELEMENT_NODE}function uu(e){return ne(e)&&de(e)==="caption"}function Ra(e){return ne(e)&&de(e)==="input"}function gh(e){return ne(e)&&de(e)==="optgroup"}function Rh(e){return ne(e)&&de(e)==="select"}function wh(e){return ne(e)&&de(e)==="table"}function Eh(e){return ne(e)&&de(e)==="textarea"}function Ch(e){var t=e.ownerDocument===null?e:e.ownerDocument,r=t.defaultView;if(r===null)throw new TypeError("no window available");return r}function qh(e){return ne(e)&&de(e)==="fieldset"}function xh(e){return ne(e)&&de(e)==="legend"}function _h(e){return ne(e)&&de(e)==="slot"}function Ph(e){return ne(e)&&e.ownerSVGElement!==void 0}function Th(e){return ne(e)&&de(e)==="svg"}function Sh(e){return Ph(e)&&de(e)==="title"}function wa(e,t){if(ne(e)&&e.hasAttribute(t)){var r=e.getAttribute(t).split(" "),n=e.getRootNode?e.getRootNode():e.ownerDocument;return r.map(function(o){return n.getElementById(o)}).filter(function(o){return o!==null})}return[]}function Ve(e,t){return ne(e)?t.indexOf(bh(e))!==-1:!1}function Oh(e){return e.trim().replace(/\s\s+/g," ")}function Ah(e,t){if(!ne(e))return!1;if(e.hasAttribute("hidden")||e.getAttribute("aria-hidden")==="true")return!0;var r=t(e);return r.getPropertyValue("display")==="none"||r.getPropertyValue("visibility")==="hidden"}function Mh(e){return Ve(e,["button","combobox","listbox","textbox"])||cu(e,"range")}function cu(e,t){if(!ne(e))return!1;switch(t){case"range":return Ve(e,["meter","progressbar","scrollbar","slider","spinbutton"]);default:throw new TypeError("No knowledge about abstract role '".concat(t,"'. This is likely a bug :("))}}function du(e,t){var r=Se(e.querySelectorAll(t));return wa(e,"aria-owns").forEach(function(n){r.push.apply(r,Se(n.querySelectorAll(t)))}),r}function Ih(e){return Rh(e)?e.selectedOptions||du(e,"[selected]"):du(e,'[aria-selected="true"]')}function Nh(e){return Ve(e,["none","presentation"])}function kh(e){return uu(e)}function Dh(e){return Ve(e,["button","cell","checkbox","columnheader","gridcell","heading","label","legend","link","menuitem","menuitemcheckbox","menuitemradio","option","radio","row","rowheader","switch","tab","tooltip","treeitem"])}function jh(e){return!1}function Bh(e){return Ra(e)||Eh(e)?e.value:e.textContent||""}function fu(e){var t=e.getPropertyValue("content");return/^["'].*["']$/.test(t)?t.slice(1,-1):""}function pu(e){var t=de(e);return t==="button"||t==="input"&&e.getAttribute("type")!=="hidden"||t==="meter"||t==="output"||t==="progress"||t==="select"||t==="textarea"}function mu(e){if(pu(e))return e;var t=null;return e.childNodes.forEach(function(r){if(t===null&&ne(r)){var n=mu(r);n!==null&&(t=n)}}),t}function Lh(e){if(e.control!==void 0)return e.control;var t=e.getAttribute("for");return t!==null?e.ownerDocument.getElementById(t):mu(e)}function $h(e){var t=e.labels;if(t===null)return t;if(t!==void 0)return Se(t);if(!pu(e))return null;var r=e.ownerDocument;return Se(r.querySelectorAll("label")).filter(function(n){return Lh(n)===e})}function Fh(e){var t=e.assignedNodes();return t.length===0?Se(e.childNodes):t}function hu(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=new fh,n=Ch(e),o=t.compute,a=o===void 0?"name":o,i=t.computedStyleSupportsPseudoElements,s=i===void 0?t.getComputedStyle!==void 0:i,l=t.getComputedStyle,u=l===void 0?n.getComputedStyle.bind(n):l,d=t.hidden,f=d===void 0?!1:d;function c(p,x){var _="";if(ne(p)&&s){var T=u(p,"::before"),P=fu(T);_="".concat(P," ").concat(_)}var y=_h(p)?Fh(p):Se(p.childNodes).concat(wa(p,"aria-owns"));if(y.forEach(function(A){var D=S(A,{isEmbeddedInLabel:x.isEmbeddedInLabel,isReferenced:!1,recursion:!0}),j=ne(A)?u(A).getPropertyValue("display"):"inline",L=j!=="inline"?" ":"";_+="".concat(L).concat(D).concat(L)}),ne(p)&&s){var g=u(p,"::after"),E=fu(g);_="".concat(_," ").concat(E)}return _.trim()}function b(p,x){var _=p.getAttributeNode(x);return _!==null&&!r.has(_)&&_.value.trim()!==""?(r.add(_),_.value):null}function v(p){return ne(p)?b(p,"title"):null}function R(p){if(!ne(p))return null;if(qh(p)){r.add(p);for(var x=Se(p.childNodes),_=0;_<x.length;_+=1){var T=x[_];if(xh(T))return S(T,{isEmbeddedInLabel:!1,isReferenced:!1,recursion:!1})}}else if(wh(p)){r.add(p);for(var P=Se(p.childNodes),y=0;y<P.length;y+=1){var g=P[y];if(uu(g))return S(g,{isEmbeddedInLabel:!1,isReferenced:!1,recursion:!1})}}else if(Th(p)){r.add(p);for(var E=Se(p.childNodes),A=0;A<E.length;A+=1){var D=E[A];if(Sh(D))return D.textContent}return null}else if(de(p)==="img"||de(p)==="area"){var j=b(p,"alt");if(j!==null)return j}else if(gh(p)){var L=b(p,"label");if(L!==null)return L}if(Ra(p)&&(p.type==="button"||p.type==="submit"||p.type==="reset")){var O=b(p,"value");if(O!==null)return O;if(p.type==="submit")return"Submit";if(p.type==="reset")return"Reset"}var k=$h(p);if(k!==null&&k.length!==0)return r.add(p),Se(k).map(function(le){return S(le,{isEmbeddedInLabel:!0,isReferenced:!1,recursion:!0})}).filter(function(le){return le.length>0}).join(" ");if(Ra(p)&&p.type==="image"){var F=b(p,"alt");if(F!==null)return F;var Z=b(p,"title");return Z!==null?Z:"Submit Query"}if(Ve(p,["button"])){var K=c(p,{isEmbeddedInLabel:!1});if(K!=="")return K}return null}function S(p,x){if(r.has(p))return"";if(!f&&Ah(p,u)&&!x.isReferenced)return r.add(p),"";var _=ne(p)?p.getAttributeNode("aria-labelledby"):null,T=_!==null&&!r.has(_)?wa(p,"aria-labelledby"):[];if(a==="name"&&!x.isReferenced&&T.length>0)return r.add(_),T.map(function(j){return S(j,{isEmbeddedInLabel:x.isEmbeddedInLabel,isReferenced:!0,recursion:!1})}).join(" ");var P=x.recursion&&Mh(p)&&a==="name";if(!P){var y=(ne(p)&&p.getAttribute("aria-label")||"").trim();if(y!==""&&a==="name")return r.add(p),y;if(!Nh(p)){var g=R(p);if(g!==null)return r.add(p),g}}if(Ve(p,["menu"]))return r.add(p),"";if(P||x.isEmbeddedInLabel||x.isReferenced){if(Ve(p,["combobox","listbox"])){r.add(p);var E=Ih(p);return E.length===0?Ra(p)?p.value:"":Se(E).map(function(j){return S(j,{isEmbeddedInLabel:x.isEmbeddedInLabel,isReferenced:!1,recursion:!0})}).join(" ")}if(cu(p,"range"))return r.add(p),p.hasAttribute("aria-valuetext")?p.getAttribute("aria-valuetext"):p.hasAttribute("aria-valuenow")?p.getAttribute("aria-valuenow"):p.getAttribute("value")||"";if(Ve(p,["textbox"]))return r.add(p),Bh(p)}if(Dh(p)||ne(p)&&x.isReferenced||kh(p)||jh()){var A=c(p,{isEmbeddedInLabel:x.isEmbeddedInLabel});if(A!=="")return r.add(p),A}if(p.nodeType===p.TEXT_NODE)return r.add(p),p.textContent||"";if(x.recursion)return r.add(p),c(p,{isEmbeddedInLabel:x.isEmbeddedInLabel});var D=v(p);return D!==null?(r.add(p),D):(r.add(p),"")}return Oh(S(e,{isEmbeddedInLabel:!1,isReferenced:a==="description",recursion:!1}))}function Yt(e){"@babel/helpers - typeof";return Yt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Yt(e)}function bu(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),r.push.apply(r,n)}return r}function vu(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?bu(Object(r),!0).forEach(function(n){Uh(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):bu(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Uh(e,t,r){return t=zh(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function zh(e){var t=Vh(e,"string");return Yt(t)==="symbol"?t:String(t)}function Vh(e,t){if(Yt(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Yt(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function yu(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=wa(e,"aria-describedby").map(function(o){return hu(o,vu(vu({},t),{},{compute:"description"}))}).join(" ");if(r===""){var n=e.getAttribute("title");r=n===null?"":n}return r}function Hh(e){return Ve(e,["caption","code","deletion","emphasis","generic","insertion","paragraph","presentation","strong","subscript","superscript"])}function Xi(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return Hh(e)?"":hu(e,t)}var Ee={},Xt={},Ea={},Jt={},gu;function Wh(){if(gu)return Jt;gu=1,Object.defineProperty(Jt,"__esModule",{value:!0}),Jt.default=void 0;function e(){var r=this,n=0,o={"@@iterator":function(){return o},next:function(){if(n<r.length){var i=r[n];return n=n+1,{done:!1,value:i}}else return{done:!0}}};return o}var t=e;return Jt.default=t,Jt}var Ru;function Qt(){if(Ru)return Ea;Ru=1,Object.defineProperty(Ea,"__esModule",{value:!0}),Ea.default=n;var e=t(Wh());function t(o){return o&&o.__esModule?o:{default:o}}function r(o){"@babel/helpers - typeof";return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(a){return typeof a}:function(a){return a&&typeof Symbol=="function"&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},r(o)}function n(o,a){return typeof Symbol=="function"&&r(Symbol.iterator)==="symbol"&&Object.defineProperty(o,Symbol.iterator,{value:e.default.bind(a)}),o}return Ea}var wu;function Gh(){if(wu)return Xt;wu=1,Object.defineProperty(Xt,"__esModule",{value:!0}),Xt.default=void 0;var e=t(Qt());function t(c){return c&&c.__esModule?c:{default:c}}function r(c,b){return a(c)||o(c,b)||s(c,b)||n()}function n(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
263
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
264
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var
|
|
265
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
266
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var p=!0,x=!1,_;return{s:function(){v=v.call(c)},n:function(){var P=v.next();return p=P.done,P},e:function(P){x=!0,_=P},f:function(){try{!p&&v.return!=null&&v.return()}finally{if(x)throw _}}}}function s(c,b){if(c){if(typeof c=="string")return l(c,b);var v=Object.prototype.toString.call(c).slice(8,-1);if(v==="Object"&&c.constructor&&(v=c.constructor.name),v==="Map"||v==="Set")return Array.from(c);if(v==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(v))return l(c,b)}}function l(c,b){(b==null||b>c.length)&&(b=c.length);for(var v=0,R=new Array(b);v<b;v++)R[v]=c[v];return R}var u=[["a",{reserved:!1}],["abbr",{reserved:!1}],["acronym",{reserved:!1}],["address",{reserved:!1}],["applet",{reserved:!1}],["area",{reserved:!1}],["article",{reserved:!1}],["aside",{reserved:!1}],["audio",{reserved:!1}],["b",{reserved:!1}],["base",{reserved:!0}],["bdi",{reserved:!1}],["bdo",{reserved:!1}],["big",{reserved:!1}],["blink",{reserved:!1}],["blockquote",{reserved:!1}],["body",{reserved:!1}],["br",{reserved:!1}],["button",{reserved:!1}],["canvas",{reserved:!1}],["caption",{reserved:!1}],["center",{reserved:!1}],["cite",{reserved:!1}],["code",{reserved:!1}],["col",{reserved:!0}],["colgroup",{reserved:!0}],["content",{reserved:!1}],["data",{reserved:!1}],["datalist",{reserved:!1}],["dd",{reserved:!1}],["del",{reserved:!1}],["details",{reserved:!1}],["dfn",{reserved:!1}],["dialog",{reserved:!1}],["dir",{reserved:!1}],["div",{reserved:!1}],["dl",{reserved:!1}],["dt",{reserved:!1}],["em",{reserved:!1}],["embed",{reserved:!1}],["fieldset",{reserved:!1}],["figcaption",{reserved:!1}],["figure",{reserved:!1}],["font",{reserved:!1}],["footer",{reserved:!1}],["form",{reserved:!1}],["frame",{reserved:!1}],["frameset",{reserved:!1}],["h1",{reserved:!1}],["h2",{reserved:!1}],["h3",{reserved:!1}],["h4",{reserved:!1}],["h5",{reserved:!1}],["h6",{reserved:!1}],["head",{reserved:!0}],["header",{reserved:!1}],["hgroup",{reserved:!1}],["hr",{reserved:!1}],["html",{reserved:!0}],["i",{reserved:!1}],["iframe",{reserved:!1}],["img",{reserved:!1}],["input",{reserved:!1}],["ins",{reserved:!1}],["kbd",{reserved:!1}],["keygen",{reserved:!1}],["label",{reserved:!1}],["legend",{reserved:!1}],["li",{reserved:!1}],["link",{reserved:!0}],["main",{reserved:!1}],["map",{reserved:!1}],["mark",{reserved:!1}],["marquee",{reserved:!1}],["menu",{reserved:!1}],["menuitem",{reserved:!1}],["meta",{reserved:!0}],["meter",{reserved:!1}],["nav",{reserved:!1}],["noembed",{reserved:!0}],["noscript",{reserved:!0}],["object",{reserved:!1}],["ol",{reserved:!1}],["optgroup",{reserved:!1}],["option",{reserved:!1}],["output",{reserved:!1}],["p",{reserved:!1}],["param",{reserved:!0}],["picture",{reserved:!0}],["pre",{reserved:!1}],["progress",{reserved:!1}],["q",{reserved:!1}],["rp",{reserved:!1}],["rt",{reserved:!1}],["rtc",{reserved:!1}],["ruby",{reserved:!1}],["s",{reserved:!1}],["samp",{reserved:!1}],["script",{reserved:!0}],["section",{reserved:!1}],["select",{reserved:!1}],["small",{reserved:!1}],["source",{reserved:!0}],["spacer",{reserved:!1}],["span",{reserved:!1}],["strike",{reserved:!1}],["strong",{reserved:!1}],["style",{reserved:!0}],["sub",{reserved:!1}],["summary",{reserved:!1}],["sup",{reserved:!1}],["table",{reserved:!1}],["tbody",{reserved:!1}],["td",{reserved:!1}],["textarea",{reserved:!1}],["tfoot",{reserved:!1}],["th",{reserved:!1}],["thead",{reserved:!1}],["time",{reserved:!1}],["title",{reserved:!0}],["tr",{reserved:!1}],["track",{reserved:!0}],["tt",{reserved:!1}],["u",{reserved:!1}],["ul",{reserved:!1}],["var",{reserved:!1}],["video",{reserved:!1}],["wbr",{reserved:!1}],["xmp",{reserved:!1}]],d={entries:function(){return u},forEach:function(b){var v=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,R=i(u),S;try{for(R.s();!(S=R.n()).done;){var p=r(S.value,2),x=p[0],_=p[1];b.call(v,_,x,u)}}catch(T){R.e(T)}finally{R.f()}},get:function(b){var v=u.find(function(R){return R[0]===b});return v&&v[1]},has:function(b){return!!d.get(b)},keys:function(){return u.map(function(b){var v=r(b,1),R=v[0];return R})},values:function(){return u.map(function(b){var v=r(b,2),R=v[1];return R})}},f=(0,e.default)(d,d.entries());return Zt.default=f,Zt}var er={},tr={},rr={},Cu;function Yh(){if(Cu)return rr;Cu=1,Object.defineProperty(rr,"__esModule",{value:!0}),rr.default=void 0;var e={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget"]]},t=e;return rr.default=t,rr}var nr={},qu;function Xh(){if(qu)return nr;qu=1,Object.defineProperty(nr,"__esModule",{value:!0}),nr.default=void 0;var e={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-activedescendant":null,"aria-disabled":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget"]]},t=e;return nr.default=t,nr}var or={},xu;function Jh(){if(xu)return or;xu=1,Object.defineProperty(or,"__esModule",{value:!0}),or.default=void 0;var e={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null},relatedConcepts:[{concept:{name:"input"},module:"XForms"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget"]]},t=e;return or.default=t,or}var ar={},_u;function Qh(){if(_u)return ar;_u=1,Object.defineProperty(ar,"__esModule",{value:!0}),ar.default=void 0;var e={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return ar.default=t,ar}var ir={},Pu;function Zh(){if(Pu)return ir;Pu=1,Object.defineProperty(ir,"__esModule",{value:!0}),ir.default=void 0;var e={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-valuemax":null,"aria-valuemin":null,"aria-valuenow":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},t=e;return ir.default=t,ir}var sr={},Tu;function eb(){if(Tu)return sr;Tu=1,Object.defineProperty(sr,"__esModule",{value:!0}),sr.default=void 0;var e={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:[],prohibitedProps:[],props:{"aria-atomic":null,"aria-busy":null,"aria-controls":null,"aria-current":null,"aria-describedby":null,"aria-details":null,"aria-dropeffect":null,"aria-flowto":null,"aria-grabbed":null,"aria-hidden":null,"aria-keyshortcuts":null,"aria-label":null,"aria-labelledby":null,"aria-live":null,"aria-owns":null,"aria-relevant":null,"aria-roledescription":null},relatedConcepts:[{concept:{name:"role"},module:"XHTML"},{concept:{name:"type"},module:"Dublin Core"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[]},t=e;return sr.default=t,sr}var lr={},Su;function tb(){if(Su)return lr;Su=1,Object.defineProperty(lr,"__esModule",{value:!0}),lr.default=void 0;var e={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:[],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"frontmatter"},module:"DTB"},{concept:{name:"level"},module:"DTB"},{concept:{name:"level"},module:"SMIL"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},t=e;return lr.default=t,lr}var ur={},Ou;function rb(){if(Ou)return ur;Ou=1,Object.defineProperty(ur,"__esModule",{value:!0}),ur.default=void 0;var e={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},t=e;return ur.default=t,ur}var cr={},Au;function nb(){if(Au)return cr;Au=1,Object.defineProperty(cr,"__esModule",{value:!0}),cr.default=void 0;var e={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-orientation":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","composite"],["roletype","structure","section","group"]]},t=e;return cr.default=t,cr}var dr={},Mu;function ob(){if(Mu)return dr;Mu=1,Object.defineProperty(dr,"__esModule",{value:!0}),dr.default=void 0;var e={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:[],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype"]]},t=e;return dr.default=t,dr}var fr={},Iu;function ab(){if(Iu)return fr;Iu=1,Object.defineProperty(fr,"__esModule",{value:!0}),fr.default=void 0;var e={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:[],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype"]]},t=e;return fr.default=t,fr}var pr={},Nu;function ib(){if(Nu)return pr;Nu=1,Object.defineProperty(pr,"__esModule",{value:!0}),pr.default=void 0;var e={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-modal":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype"]]},t=e;return pr.default=t,pr}var ku;function sb(){if(ku)return tr;ku=1,Object.defineProperty(tr,"__esModule",{value:!0}),tr.default=void 0;var e=c(Yh()),t=c(Xh()),r=c(Jh()),n=c(Qh()),o=c(Zh()),a=c(eb()),i=c(tb()),s=c(rb()),l=c(nb()),u=c(ob()),d=c(ab()),f=c(ib());function c(R){return R&&R.__esModule?R:{default:R}}var b=[["command",e.default],["composite",t.default],["input",r.default],["landmark",n.default],["range",o.default],["roletype",a.default],["section",i.default],["sectionhead",s.default],["select",l.default],["structure",u.default],["widget",d.default],["window",f.default]],v=b;return tr.default=v,tr}var mr={},hr={},Du;function lb(){if(Du)return hr;Du=1,Object.defineProperty(hr,"__esModule",{value:!0}),hr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-atomic":"true","aria-live":"assertive"},relatedConcepts:[{concept:{name:"alert"},module:"XForms"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return hr.default=t,hr}var br={},ju;function ub(){if(ju)return br;ju=1,Object.defineProperty(br,"__esModule",{value:!0}),br.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"alert"},module:"XForms"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","alert"],["roletype","window","dialog"]]},t=e;return br.default=t,br}var vr={},Bu;function cb(){if(Bu)return vr;Bu=1,Object.defineProperty(vr,"__esModule",{value:!0}),vr.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-activedescendant":null,"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"Device Independence Delivery Unit"}}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},t=e;return vr.default=t,vr}var yr={},Lu;function db(){if(Lu)return yr;Lu=1,Object.defineProperty(yr,"__esModule",{value:!0}),yr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-posinset":null,"aria-setsize":null},relatedConcepts:[{concept:{name:"article"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","document"]]},t=e;return yr.default=t,yr}var gr={},$u;function fb(){if($u)return gr;$u=1,Object.defineProperty(gr,"__esModule",{value:!0}),gr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{constraints:["scoped to the body element"],name:"header"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return gr.default=t,gr}var Rr={},Fu;function pb(){if(Fu)return Rr;Fu=1,Object.defineProperty(Rr,"__esModule",{value:!0}),Rr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"blockquote"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Rr.default=t,Rr}var wr={},Uu;function mb(){if(Uu)return wr;Uu=1,Object.defineProperty(wr,"__esModule",{value:!0}),wr.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-disabled":null,"aria-expanded":null,"aria-haspopup":null,"aria-pressed":null},relatedConcepts:[{concept:{attributes:[{name:"type",value:"button"}],name:"input"},module:"HTML"},{concept:{attributes:[{name:"type",value:"image"}],name:"input"},module:"HTML"},{concept:{attributes:[{name:"type",value:"reset"}],name:"input"},module:"HTML"},{concept:{attributes:[{name:"type",value:"submit"}],name:"input"},module:"HTML"},{concept:{name:"button"},module:"HTML"},{concept:{name:"trigger"},module:"XForms"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command"]]},t=e;return wr.default=t,wr}var Er={},zu;function hb(){if(zu)return Er;zu=1,Object.defineProperty(Er,"__esModule",{value:!0}),Er.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"caption"},module:"HTML"}],requireContextRole:["figure","grid","table"],requiredContextRole:["figure","grid","table"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Er.default=t,Er}var Cr={},Vu;function bb(){if(Vu)return Cr;Vu=1,Object.defineProperty(Cr,"__esModule",{value:!0}),Cr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-colindex":null,"aria-colspan":null,"aria-rowindex":null,"aria-rowspan":null},relatedConcepts:[{concept:{constraints:["ancestor table element has table role"],name:"td"},module:"HTML"}],requireContextRole:["row"],requiredContextRole:["row"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Cr.default=t,Cr}var qr={},Hu;function vb(){if(Hu)return qr;Hu=1,Object.defineProperty(qr,"__esModule",{value:!0}),qr.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-checked":null,"aria-errormessage":null,"aria-expanded":null,"aria-invalid":null,"aria-readonly":null,"aria-required":null},relatedConcepts:[{concept:{attributes:[{name:"type",value:"checkbox"}],name:"input"},module:"HTML"},{concept:{name:"option"},module:"ARIA"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-checked":null},superClass:[["roletype","widget","input"]]},t=e;return qr.default=t,qr}var xr={},Wu;function yb(){if(Wu)return xr;Wu=1,Object.defineProperty(xr,"__esModule",{value:!0}),xr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"code"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return xr.default=t,xr}var _r={},Gu;function gb(){if(Gu)return _r;Gu=1,Object.defineProperty(_r,"__esModule",{value:!0}),_r.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-sort":null},relatedConcepts:[{concept:{name:"th"},module:"HTML"},{concept:{attributes:[{name:"scope",value:"col"}],name:"th"},module:"HTML"},{concept:{attributes:[{name:"scope",value:"colgroup"}],name:"th"},module:"HTML"}],requireContextRole:["row"],requiredContextRole:["row"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","cell"],["roletype","structure","section","cell","gridcell"],["roletype","widget","gridcell"],["roletype","structure","sectionhead"]]},t=e;return _r.default=t,_r}var Pr={},Ku;function Rb(){if(Ku)return Pr;Ku=1,Object.defineProperty(Pr,"__esModule",{value:!0}),Pr.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-activedescendant":null,"aria-autocomplete":null,"aria-errormessage":null,"aria-invalid":null,"aria-readonly":null,"aria-required":null,"aria-expanded":"false","aria-haspopup":"listbox"},relatedConcepts:[{concept:{attributes:[{constraints:["set"],name:"list"},{name:"type",value:"email"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"list"},{name:"type",value:"search"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"list"},{name:"type",value:"tel"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"list"},{name:"type",value:"text"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"list"},{name:"type",value:"url"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"list"},{name:"type",value:"url"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"multiple"},{constraints:["undefined"],name:"size"}],constraints:["the multiple attribute is not set and the size attribute does not have a value greater than 1"],name:"select"},module:"HTML"},{concept:{name:"select"},module:"XForms"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-controls":null,"aria-expanded":"false"},superClass:[["roletype","widget","input"]]},t=e;return Pr.default=t,Pr}var Tr={},Yu;function wb(){if(Yu)return Tr;Yu=1,Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"aside"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"aria-label"}],constraints:["scoped to a sectioning content element","scoped to a sectioning root element other than body"],name:"aside"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"aria-labelledby"}],constraints:["scoped to a sectioning content element","scoped to a sectioning root element other than body"],name:"aside"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return Tr.default=t,Tr}var Sr={},Xu;function Eb(){if(Xu)return Sr;Xu=1,Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{constraints:["scoped to the body element"],name:"footer"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return Sr.default=t,Sr}var Or={},Ju;function Cb(){if(Ju)return Or;Ju=1,Object.defineProperty(Or,"__esModule",{value:!0}),Or.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"dd"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Or.default=t,Or}var Ar={},Qu;function qb(){if(Qu)return Ar;Qu=1,Object.defineProperty(Ar,"__esModule",{value:!0}),Ar.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"del"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Ar.default=t,Ar}var Mr={},Zu;function xb(){if(Zu)return Mr;Zu=1,Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"dialog"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","window"]]},t=e;return Mr.default=t,Mr}var Ir={},ec;function _b(){if(ec)return Ir;ec=1,Object.defineProperty(Ir,"__esModule",{value:!0}),Ir.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{module:"DAISY Guide"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","list"]]},t=e;return Ir.default=t,Ir}var Nr={},tc;function Pb(){if(tc)return Nr;tc=1,Object.defineProperty(Nr,"__esModule",{value:!0}),Nr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"Device Independence Delivery Unit"}},{concept:{name:"html"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},t=e;return Nr.default=t,Nr}var kr={},rc;function Tb(){if(rc)return kr;rc=1,Object.defineProperty(kr,"__esModule",{value:!0}),kr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"em"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return kr.default=t,kr}var Dr={},nc;function Sb(){if(nc)return Dr;nc=1,Object.defineProperty(Dr,"__esModule",{value:!0}),Dr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["article"]],requiredProps:{},superClass:[["roletype","structure","section","list"]]},t=e;return Dr.default=t,Dr}var jr={},oc;function Ob(){if(oc)return jr;oc=1,Object.defineProperty(jr,"__esModule",{value:!0}),jr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"figure"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return jr.default=t,jr}var Br={},ac;function Ab(){if(ac)return Br;ac=1,Object.defineProperty(Br,"__esModule",{value:!0}),Br.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{attributes:[{constraints:["set"],name:"aria-label"}],name:"form"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"aria-labelledby"}],name:"form"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"name"}],name:"form"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return Br.default=t,Br}var Lr={},ic;function Mb(){if(ic)return Lr;ic=1,Object.defineProperty(Lr,"__esModule",{value:!0}),Lr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"a"},module:"HTML"},{concept:{name:"area"},module:"HTML"},{concept:{name:"aside"},module:"HTML"},{concept:{name:"b"},module:"HTML"},{concept:{name:"bdo"},module:"HTML"},{concept:{name:"body"},module:"HTML"},{concept:{name:"data"},module:"HTML"},{concept:{name:"div"},module:"HTML"},{concept:{constraints:["scoped to the main element","scoped to a sectioning content element","scoped to a sectioning root element other than body"],name:"footer"},module:"HTML"},{concept:{constraints:["scoped to the main element","scoped to a sectioning content element","scoped to a sectioning root element other than body"],name:"header"},module:"HTML"},{concept:{name:"hgroup"},module:"HTML"},{concept:{name:"i"},module:"HTML"},{concept:{name:"pre"},module:"HTML"},{concept:{name:"q"},module:"HTML"},{concept:{name:"samp"},module:"HTML"},{concept:{name:"section"},module:"HTML"},{concept:{name:"small"},module:"HTML"},{concept:{name:"span"},module:"HTML"},{concept:{name:"u"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},t=e;return Lr.default=t,Lr}var $r={},sc;function Ib(){if(sc)return $r;sc=1,Object.defineProperty($r,"__esModule",{value:!0}),$r.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-multiselectable":null,"aria-readonly":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["row"],["row","rowgroup"]],requiredProps:{},superClass:[["roletype","widget","composite"],["roletype","structure","section","table"]]},t=e;return $r.default=t,$r}var Fr={},lc;function Nb(){if(lc)return Fr;lc=1,Object.defineProperty(Fr,"__esModule",{value:!0}),Fr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null,"aria-readonly":null,"aria-required":null,"aria-selected":null},relatedConcepts:[{concept:{constraints:["ancestor table element has grid role","ancestor table element has treegrid role"],name:"td"},module:"HTML"}],requireContextRole:["row"],requiredContextRole:["row"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","cell"],["roletype","widget"]]},t=e;return Fr.default=t,Fr}var Ur={},uc;function kb(){if(uc)return Ur;uc=1,Object.defineProperty(Ur,"__esModule",{value:!0}),Ur.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-activedescendant":null,"aria-disabled":null},relatedConcepts:[{concept:{name:"details"},module:"HTML"},{concept:{name:"fieldset"},module:"HTML"},{concept:{name:"optgroup"},module:"HTML"},{concept:{name:"address"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Ur.default=t,Ur}var zr={},cc;function Db(){if(cc)return zr;cc=1,Object.defineProperty(zr,"__esModule",{value:!0}),zr.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-level":"2"},relatedConcepts:[{concept:{name:"h1"},module:"HTML"},{concept:{name:"h2"},module:"HTML"},{concept:{name:"h3"},module:"HTML"},{concept:{name:"h4"},module:"HTML"},{concept:{name:"h5"},module:"HTML"},{concept:{name:"h6"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-level":"2"},superClass:[["roletype","structure","sectionhead"]]},t=e;return zr.default=t,zr}var Vr={},dc;function jb(){if(dc)return Vr;dc=1,Object.defineProperty(Vr,"__esModule",{value:!0}),Vr.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{attributes:[{constraints:["set"],name:"alt"}],name:"img"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"alt"}],name:"img"},module:"HTML"},{concept:{name:"imggroup"},module:"DTB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Vr.default=t,Vr}var Hr={},fc;function Bb(){if(fc)return Hr;fc=1,Object.defineProperty(Hr,"__esModule",{value:!0}),Hr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"ins"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Hr.default=t,Hr}var Wr={},pc;function Lb(){if(pc)return Wr;pc=1,Object.defineProperty(Wr,"__esModule",{value:!0}),Wr.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-disabled":null,"aria-expanded":null,"aria-haspopup":null},relatedConcepts:[{concept:{attributes:[{constraints:["set"],name:"href"}],name:"a"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"href"}],name:"area"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command"]]},t=e;return Wr.default=t,Wr}var Gr={},mc;function $b(){if(mc)return Gr;mc=1,Object.defineProperty(Gr,"__esModule",{value:!0}),Gr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"menu"},module:"HTML"},{concept:{name:"ol"},module:"HTML"},{concept:{name:"ul"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["listitem"]],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Gr.default=t,Gr}var Kr={},hc;function Fb(){if(hc)return Kr;hc=1,Object.defineProperty(Kr,"__esModule",{value:!0}),Kr.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-expanded":null,"aria-invalid":null,"aria-multiselectable":null,"aria-readonly":null,"aria-required":null,"aria-orientation":"vertical"},relatedConcepts:[{concept:{attributes:[{constraints:[">1"],name:"size"}],constraints:["the size attribute value is greater than 1"],name:"select"},module:"HTML"},{concept:{attributes:[{name:"multiple"}],name:"select"},module:"HTML"},{concept:{name:"datalist"},module:"HTML"},{concept:{name:"list"},module:"ARIA"},{concept:{name:"select"},module:"XForms"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["option","group"],["option"]],requiredProps:{},superClass:[["roletype","widget","composite","select"],["roletype","structure","section","group","select"]]},t=e;return Kr.default=t,Kr}var Yr={},bc;function Ub(){if(bc)return Yr;bc=1,Object.defineProperty(Yr,"__esModule",{value:!0}),Yr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-level":null,"aria-posinset":null,"aria-setsize":null},relatedConcepts:[{concept:{constraints:["direct descendant of ol","direct descendant of ul","direct descendant of menu"],name:"li"},module:"HTML"},{concept:{name:"item"},module:"XForms"}],requireContextRole:["directory","list"],requiredContextRole:["directory","list"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Yr.default=t,Yr}var Xr={},vc;function zb(){if(vc)return Xr;vc=1,Object.defineProperty(Xr,"__esModule",{value:!0}),Xr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-live":"polite"},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Xr.default=t,Xr}var Jr={},yc;function Vb(){if(yc)return Jr;yc=1,Object.defineProperty(Jr,"__esModule",{value:!0}),Jr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"main"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return Jr.default=t,Jr}var Qr={},gc;function Hb(){if(gc)return Qr;gc=1,Object.defineProperty(Qr,"__esModule",{value:!0}),Qr.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:[],props:{"aria-braillelabel":null,"aria-brailleroledescription":null,"aria-description":null},relatedConcepts:[{concept:{name:"mark"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Qr.default=t,Qr}var Zr={},Rc;function Wb(){if(Rc)return Zr;Rc=1,Object.defineProperty(Zr,"__esModule",{value:!0}),Zr.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Zr.default=t,Zr}var en={},wc;function Gb(){if(wc)return en;wc=1,Object.defineProperty(en,"__esModule",{value:!0}),en.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"math"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return en.default=t,en}var tn={},Ec;function Kb(){if(Ec)return tn;Ec=1,Object.defineProperty(tn,"__esModule",{value:!0}),tn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-orientation":"vertical"},relatedConcepts:[{concept:{name:"MENU"},module:"JAPI"},{concept:{name:"list"},module:"ARIA"},{concept:{name:"select"},module:"XForms"},{concept:{name:"sidebar"},module:"DTB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["menuitem","group"],["menuitemradio","group"],["menuitemcheckbox","group"],["menuitem"],["menuitemcheckbox"],["menuitemradio"]],requiredProps:{},superClass:[["roletype","widget","composite","select"],["roletype","structure","section","group","select"]]},t=e;return tn.default=t,tn}var rn={},Cc;function Yb(){if(Cc)return rn;Cc=1,Object.defineProperty(rn,"__esModule",{value:!0}),rn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-orientation":"horizontal"},relatedConcepts:[{concept:{name:"toolbar"},module:"ARIA"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["menuitem","group"],["menuitemradio","group"],["menuitemcheckbox","group"],["menuitem"],["menuitemcheckbox"],["menuitemradio"]],requiredProps:{},superClass:[["roletype","widget","composite","select","menu"],["roletype","structure","section","group","select","menu"]]},t=e;return rn.default=t,rn}var nn={},qc;function Xb(){if(qc)return nn;qc=1,Object.defineProperty(nn,"__esModule",{value:!0}),nn.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-disabled":null,"aria-expanded":null,"aria-haspopup":null,"aria-posinset":null,"aria-setsize":null},relatedConcepts:[{concept:{name:"MENU_ITEM"},module:"JAPI"},{concept:{name:"listitem"},module:"ARIA"},{concept:{name:"option"},module:"ARIA"}],requireContextRole:["group","menu","menubar"],requiredContextRole:["group","menu","menubar"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command"]]},t=e;return nn.default=t,nn}var on={},xc;function Jb(){if(xc)return on;xc=1,Object.defineProperty(on,"__esModule",{value:!0}),on.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"menuitem"},module:"ARIA"}],requireContextRole:["group","menu","menubar"],requiredContextRole:["group","menu","menubar"],requiredOwnedElements:[],requiredProps:{"aria-checked":null},superClass:[["roletype","widget","input","checkbox"],["roletype","widget","command","menuitem"]]},t=e;return on.default=t,on}var an={},_c;function Qb(){if(_c)return an;_c=1,Object.defineProperty(an,"__esModule",{value:!0}),an.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"menuitem"},module:"ARIA"}],requireContextRole:["group","menu","menubar"],requiredContextRole:["group","menu","menubar"],requiredOwnedElements:[],requiredProps:{"aria-checked":null},superClass:[["roletype","widget","input","checkbox","menuitemcheckbox"],["roletype","widget","command","menuitem","menuitemcheckbox"],["roletype","widget","input","radio"]]},t=e;return an.default=t,an}var sn={},Pc;function Zb(){if(Pc)return sn;Pc=1,Object.defineProperty(sn,"__esModule",{value:!0}),sn.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-valuetext":null,"aria-valuemax":"100","aria-valuemin":"0"},relatedConcepts:[{concept:{name:"meter"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-valuenow":null},superClass:[["roletype","structure","range"]]},t=e;return sn.default=t,sn}var ln={},Tc;function ev(){if(Tc)return ln;Tc=1,Object.defineProperty(ln,"__esModule",{value:!0}),ln.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"nav"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return ln.default=t,ln}var un={},Sc;function tv(){if(Sc)return un;Sc=1,Object.defineProperty(un,"__esModule",{value:!0}),un.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:[],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[]},t=e;return un.default=t,un}var cn={},Oc;function rv(){if(Oc)return cn;Oc=1,Object.defineProperty(cn,"__esModule",{value:!0}),cn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return cn.default=t,cn}var dn={},Ac;function nv(){if(Ac)return dn;Ac=1,Object.defineProperty(dn,"__esModule",{value:!0}),dn.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-checked":null,"aria-posinset":null,"aria-setsize":null,"aria-selected":"false"},relatedConcepts:[{concept:{name:"item"},module:"XForms"},{concept:{name:"listitem"},module:"ARIA"},{concept:{name:"option"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-selected":"false"},superClass:[["roletype","widget","input"]]},t=e;return dn.default=t,dn}var fn={},Mc;function ov(){if(Mc)return fn;Mc=1,Object.defineProperty(fn,"__esModule",{value:!0}),fn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"p"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return fn.default=t,fn}var pn={},Ic;function av(){if(Ic)return pn;Ic=1,Object.defineProperty(pn,"__esModule",{value:!0}),pn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{attributes:[{name:"alt",value:""}],name:"img"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},t=e;return pn.default=t,pn}var mn={},Nc;function iv(){if(Nc)return mn;Nc=1,Object.defineProperty(mn,"__esModule",{value:!0}),mn.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-valuetext":null},relatedConcepts:[{concept:{name:"progress"},module:"HTML"},{concept:{name:"status"},module:"ARIA"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","range"],["roletype","widget"]]},t=e;return mn.default=t,mn}var hn={},kc;function sv(){if(kc)return hn;kc=1,Object.defineProperty(hn,"__esModule",{value:!0}),hn.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-checked":null,"aria-posinset":null,"aria-setsize":null},relatedConcepts:[{concept:{attributes:[{name:"type",value:"radio"}],name:"input"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-checked":null},superClass:[["roletype","widget","input"]]},t=e;return hn.default=t,hn}var bn={},Dc;function lv(){if(Dc)return bn;Dc=1,Object.defineProperty(bn,"__esModule",{value:!0}),bn.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null,"aria-readonly":null,"aria-required":null},relatedConcepts:[{concept:{name:"list"},module:"ARIA"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["radio"]],requiredProps:{},superClass:[["roletype","widget","composite","select"],["roletype","structure","section","group","select"]]},t=e;return bn.default=t,bn}var vn={},jc;function uv(){if(jc)return vn;jc=1,Object.defineProperty(vn,"__esModule",{value:!0}),vn.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{attributes:[{constraints:["set"],name:"aria-label"}],name:"section"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"aria-labelledby"}],name:"section"},module:"HTML"},{concept:{name:"Device Independence Glossart perceivable unit"}}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return vn.default=t,vn}var yn={},Bc;function cv(){if(Bc)return yn;Bc=1,Object.defineProperty(yn,"__esModule",{value:!0}),yn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-colindex":null,"aria-expanded":null,"aria-level":null,"aria-posinset":null,"aria-rowindex":null,"aria-selected":null,"aria-setsize":null},relatedConcepts:[{concept:{name:"tr"},module:"HTML"}],requireContextRole:["grid","rowgroup","table","treegrid"],requiredContextRole:["grid","rowgroup","table","treegrid"],requiredOwnedElements:[["cell"],["columnheader"],["gridcell"],["rowheader"]],requiredProps:{},superClass:[["roletype","structure","section","group"],["roletype","widget"]]},t=e;return yn.default=t,yn}var gn={},Lc;function dv(){if(Lc)return gn;Lc=1,Object.defineProperty(gn,"__esModule",{value:!0}),gn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"tbody"},module:"HTML"},{concept:{name:"tfoot"},module:"HTML"},{concept:{name:"thead"},module:"HTML"}],requireContextRole:["grid","table","treegrid"],requiredContextRole:["grid","table","treegrid"],requiredOwnedElements:[["row"]],requiredProps:{},superClass:[["roletype","structure"]]},t=e;return gn.default=t,gn}var Rn={},$c;function fv(){if($c)return Rn;$c=1,Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-sort":null},relatedConcepts:[{concept:{attributes:[{name:"scope",value:"row"}],name:"th"},module:"HTML"},{concept:{attributes:[{name:"scope",value:"rowgroup"}],name:"th"},module:"HTML"}],requireContextRole:["row","rowgroup"],requiredContextRole:["row","rowgroup"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","cell"],["roletype","structure","section","cell","gridcell"],["roletype","widget","gridcell"],["roletype","structure","sectionhead"]]},t=e;return Rn.default=t,Rn}var wn={},Fc;function pv(){if(Fc)return wn;Fc=1,Object.defineProperty(wn,"__esModule",{value:!0}),wn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-valuetext":null,"aria-orientation":"vertical","aria-valuemax":"100","aria-valuemin":"0"},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-controls":null,"aria-valuenow":null},superClass:[["roletype","structure","range"],["roletype","widget"]]},t=e;return wn.default=t,wn}var En={},Uc;function mv(){if(Uc)return En;Uc=1,Object.defineProperty(En,"__esModule",{value:!0}),En.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return En.default=t,En}var Cn={},zc;function hv(){if(zc)return Cn;zc=1,Object.defineProperty(Cn,"__esModule",{value:!0}),Cn.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{attributes:[{constraints:["undefined"],name:"list"},{name:"type",value:"search"}],constraints:["the list attribute is not set"],name:"input"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","input","textbox"]]},t=e;return Cn.default=t,Cn}var qn={},Vc;function bv(){if(Vc)return qn;Vc=1,Object.defineProperty(qn,"__esModule",{value:!0}),qn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-orientation":"horizontal","aria-valuemax":"100","aria-valuemin":"0","aria-valuenow":null,"aria-valuetext":null},relatedConcepts:[{concept:{name:"hr"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},t=e;return qn.default=t,qn}var xn={},Hc;function vv(){if(Hc)return xn;Hc=1,Object.defineProperty(xn,"__esModule",{value:!0}),xn.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-haspopup":null,"aria-invalid":null,"aria-readonly":null,"aria-valuetext":null,"aria-orientation":"horizontal","aria-valuemax":"100","aria-valuemin":"0"},relatedConcepts:[{concept:{attributes:[{name:"type",value:"range"}],name:"input"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-valuenow":null},superClass:[["roletype","widget","input"],["roletype","structure","range"]]},t=e;return xn.default=t,xn}var _n={},Wc;function yv(){if(Wc)return _n;Wc=1,Object.defineProperty(_n,"__esModule",{value:!0}),_n.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null,"aria-readonly":null,"aria-required":null,"aria-valuetext":null,"aria-valuenow":"0"},relatedConcepts:[{concept:{attributes:[{name:"type",value:"number"}],name:"input"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","composite"],["roletype","widget","input"],["roletype","structure","range"]]},t=e;return _n.default=t,_n}var Pn={},Gc;function gv(){if(Gc)return Pn;Gc=1,Object.defineProperty(Pn,"__esModule",{value:!0}),Pn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-atomic":"true","aria-live":"polite"},relatedConcepts:[{concept:{name:"output"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Pn.default=t,Pn}var Tn={},Kc;function Rv(){if(Kc)return Tn;Kc=1,Object.defineProperty(Tn,"__esModule",{value:!0}),Tn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"strong"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Tn.default=t,Tn}var Sn={},Yc;function wv(){if(Yc)return Sn;Yc=1,Object.defineProperty(Sn,"__esModule",{value:!0}),Sn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"sub"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Sn.default=t,Sn}var On={},Xc;function Ev(){if(Xc)return On;Xc=1,Object.defineProperty(On,"__esModule",{value:!0}),On.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"sup"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return On.default=t,On}var An={},Jc;function Cv(){if(Jc)return An;Jc=1,Object.defineProperty(An,"__esModule",{value:!0}),An.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"button"},module:"ARIA"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-checked":null},superClass:[["roletype","widget","input","checkbox"]]},t=e;return An.default=t,An}var Mn={},Qc;function qv(){if(Qc)return Mn;Qc=1,Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-disabled":null,"aria-expanded":null,"aria-haspopup":null,"aria-posinset":null,"aria-setsize":null,"aria-selected":"false"},relatedConcepts:[],requireContextRole:["tablist"],requiredContextRole:["tablist"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","sectionhead"],["roletype","widget"]]},t=e;return Mn.default=t,Mn}var In={},Zc;function xv(){if(Zc)return In;Zc=1,Object.defineProperty(In,"__esModule",{value:!0}),In.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-colcount":null,"aria-rowcount":null},relatedConcepts:[{concept:{name:"table"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["row"],["row","rowgroup"]],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return In.default=t,In}var Nn={},ed;function _v(){if(ed)return Nn;ed=1,Object.defineProperty(Nn,"__esModule",{value:!0}),Nn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-level":null,"aria-multiselectable":null,"aria-orientation":"horizontal"},relatedConcepts:[{module:"DAISY",concept:{name:"guide"}}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["tab"]],requiredProps:{},superClass:[["roletype","widget","composite"]]},t=e;return Nn.default=t,Nn}var kn={},td;function Pv(){if(td)return kn;td=1,Object.defineProperty(kn,"__esModule",{value:!0}),kn.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return kn.default=t,kn}var Dn={},rd;function Tv(){if(rd)return Dn;rd=1,Object.defineProperty(Dn,"__esModule",{value:!0}),Dn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"dfn"},module:"HTML"},{concept:{name:"dt"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Dn.default=t,Dn}var jn={},nd;function Sv(){if(nd)return jn;nd=1,Object.defineProperty(jn,"__esModule",{value:!0}),jn.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-activedescendant":null,"aria-autocomplete":null,"aria-errormessage":null,"aria-haspopup":null,"aria-invalid":null,"aria-multiline":null,"aria-placeholder":null,"aria-readonly":null,"aria-required":null},relatedConcepts:[{concept:{attributes:[{constraints:["undefined"],name:"type"},{constraints:["undefined"],name:"list"}],constraints:["the list attribute is not set"],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"list"},{name:"type",value:"email"}],constraints:["the list attribute is not set"],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"list"},{name:"type",value:"tel"}],constraints:["the list attribute is not set"],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"list"},{name:"type",value:"text"}],constraints:["the list attribute is not set"],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"list"},{name:"type",value:"url"}],constraints:["the list attribute is not set"],name:"input"},module:"HTML"},{concept:{name:"input"},module:"XForms"},{concept:{name:"textarea"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","input"]]},t=e;return jn.default=t,jn}var Bn={},od;function Ov(){if(od)return Bn;od=1,Object.defineProperty(Bn,"__esModule",{value:!0}),Bn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"time"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Bn.default=t,Bn}var Ln={},ad;function Av(){if(ad)return Ln;ad=1,Object.defineProperty(Ln,"__esModule",{value:!0}),Ln.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","status"]]},t=e;return Ln.default=t,Ln}var $n={},id;function Mv(){if(id)return $n;id=1,Object.defineProperty($n,"__esModule",{value:!0}),$n.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-orientation":"horizontal"},relatedConcepts:[{concept:{name:"menubar"},module:"ARIA"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","group"]]},t=e;return $n.default=t,$n}var Fn={},sd;function Iv(){if(sd)return Fn;sd=1,Object.defineProperty(Fn,"__esModule",{value:!0}),Fn.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Fn.default=t,Fn}var Un={},ld;function Nv(){if(ld)return Un;ld=1,Object.defineProperty(Un,"__esModule",{value:!0}),Un.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null,"aria-multiselectable":null,"aria-required":null,"aria-orientation":"vertical"},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["treeitem","group"],["treeitem"]],requiredProps:{},superClass:[["roletype","widget","composite","select"],["roletype","structure","section","group","select"]]},t=e;return Un.default=t,Un}var zn={},ud;function kv(){if(ud)return zn;ud=1,Object.defineProperty(zn,"__esModule",{value:!0}),zn.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["row"],["row","rowgroup"]],requiredProps:{},superClass:[["roletype","widget","composite","grid"],["roletype","structure","section","table","grid"],["roletype","widget","composite","select","tree"],["roletype","structure","section","group","select","tree"]]},t=e;return zn.default=t,zn}var Vn={},cd;function Dv(){if(cd)return Vn;cd=1,Object.defineProperty(Vn,"__esModule",{value:!0}),Vn.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-expanded":null,"aria-haspopup":null},relatedConcepts:[],requireContextRole:["group","tree"],requiredContextRole:["group","tree"],requiredOwnedElements:[],requiredProps:{"aria-selected":null},superClass:[["roletype","structure","section","listitem"],["roletype","widget","input","option"]]},t=e;return Vn.default=t,Vn}var dd;function jv(){if(dd)return mr;dd=1,Object.defineProperty(mr,"__esModule",{value:!0}),mr.default=void 0;var e=N(lb()),t=N(ub()),r=N(cb()),n=N(db()),o=N(fb()),a=N(pb()),i=N(mb()),s=N(hb()),l=N(bb()),u=N(vb()),d=N(yb()),f=N(gb()),c=N(Rb()),b=N(wb()),v=N(Eb()),R=N(Cb()),S=N(qb()),p=N(xb()),x=N(_b()),_=N(Pb()),T=N(Tb()),P=N(Sb()),y=N(Ob()),g=N(Ab()),E=N(Mb()),A=N(Ib()),D=N(Nb()),j=N(kb()),L=N(Db()),O=N(jb()),k=N(Bb()),F=N(Lb()),Z=N($b()),K=N(Fb()),le=N(Ub()),Re=N(zb()),M=N(Vb()),U=N(Hb()),J=N(Wb()),B=N(Gb()),ce=N(Kb()),ue=N(Yb()),ve=N(Xb()),Ye=N(Jb()),ae=N(Qb()),C=N(Zb()),$=N(ev()),I=N(tv()),Q=N(rv()),W=N(nv()),ie=N(ov()),pe=N(av()),ye=N(iv()),Xe=N(sv()),JE=N(lv()),QE=N(uv()),ZE=N(cv()),eC=N(dv()),tC=N(fv()),rC=N(pv()),nC=N(mv()),oC=N(hv()),aC=N(bv()),iC=N(vv()),sC=N(yv()),lC=N(gv()),uC=N(Rv()),cC=N(wv()),dC=N(Ev()),fC=N(Cv()),pC=N(qv()),mC=N(xv()),hC=N(_v()),bC=N(Pv()),vC=N(Tv()),yC=N(Sv()),gC=N(Ov()),RC=N(Av()),wC=N(Mv()),EC=N(Iv()),CC=N(Nv()),qC=N(kv()),xC=N(Dv());function N($a){return $a&&$a.__esModule?$a:{default:$a}}var _C=[["alert",e.default],["alertdialog",t.default],["application",r.default],["article",n.default],["banner",o.default],["blockquote",a.default],["button",i.default],["caption",s.default],["cell",l.default],["checkbox",u.default],["code",d.default],["columnheader",f.default],["combobox",c.default],["complementary",b.default],["contentinfo",v.default],["definition",R.default],["deletion",S.default],["dialog",p.default],["directory",x.default],["document",_.default],["emphasis",T.default],["feed",P.default],["figure",y.default],["form",g.default],["generic",E.default],["grid",A.default],["gridcell",D.default],["group",j.default],["heading",L.default],["img",O.default],["insertion",k.default],["link",F.default],["list",Z.default],["listbox",K.default],["listitem",le.default],["log",Re.default],["main",M.default],["mark",U.default],["marquee",J.default],["math",B.default],["menu",ce.default],["menubar",ue.default],["menuitem",ve.default],["menuitemcheckbox",Ye.default],["menuitemradio",ae.default],["meter",C.default],["navigation",$.default],["none",I.default],["note",Q.default],["option",W.default],["paragraph",ie.default],["presentation",pe.default],["progressbar",ye.default],["radio",Xe.default],["radiogroup",JE.default],["region",QE.default],["row",ZE.default],["rowgroup",eC.default],["rowheader",tC.default],["scrollbar",rC.default],["search",nC.default],["searchbox",oC.default],["separator",aC.default],["slider",iC.default],["spinbutton",sC.default],["status",lC.default],["strong",uC.default],["subscript",cC.default],["superscript",dC.default],["switch",fC.default],["tab",pC.default],["table",mC.default],["tablist",hC.default],["tabpanel",bC.default],["term",vC.default],["textbox",yC.default],["time",gC.default],["timer",RC.default],["toolbar",wC.default],["tooltip",EC.default],["tree",CC.default],["treegrid",qC.default],["treeitem",xC.default]],PC=_C;return mr.default=PC,mr}var Hn={},Wn={},fd;function Bv(){if(fd)return Wn;fd=1,Object.defineProperty(Wn,"__esModule",{value:!0}),Wn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"abstract [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return Wn.default=t,Wn}var Gn={},pd;function Lv(){if(pd)return Gn;pd=1,Object.defineProperty(Gn,"__esModule",{value:!0}),Gn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"acknowledgments [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return Gn.default=t,Gn}var Kn={},md;function $v(){if(md)return Kn;md=1,Object.defineProperty(Kn,"__esModule",{value:!0}),Kn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"afterword [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return Kn.default=t,Kn}var Yn={},hd;function Fv(){if(hd)return Yn;hd=1,Object.defineProperty(Yn,"__esModule",{value:!0}),Yn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"appendix [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return Yn.default=t,Yn}var Xn={},bd;function Uv(){if(bd)return Xn;bd=1,Object.defineProperty(Xn,"__esModule",{value:!0}),Xn.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"referrer [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command","link"]]},t=e;return Xn.default=t,Xn}var Jn={},vd;function zv(){if(vd)return Jn;vd=1,Object.defineProperty(Jn,"__esModule",{value:!0}),Jn.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"EPUB biblioentry [EPUB-SSV]"},module:"EPUB"}],requireContextRole:["doc-bibliography"],requiredContextRole:["doc-bibliography"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","listitem"]]},t=e;return Jn.default=t,Jn}var Qn={},yd;function Vv(){if(yd)return Qn;yd=1,Object.defineProperty(Qn,"__esModule",{value:!0}),Qn.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"bibliography [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["doc-biblioentry"]],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return Qn.default=t,Qn}var Zn={},gd;function Hv(){if(gd)return Zn;gd=1,Object.defineProperty(Zn,"__esModule",{value:!0}),Zn.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"biblioref [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command","link"]]},t=e;return Zn.default=t,Zn}var eo={},Rd;function Wv(){if(Rd)return eo;Rd=1,Object.defineProperty(eo,"__esModule",{value:!0}),eo.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"chapter [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return eo.default=t,eo}var to={},wd;function Gv(){if(wd)return to;wd=1,Object.defineProperty(to,"__esModule",{value:!0}),to.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"colophon [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return to.default=t,to}var ro={},Ed;function Kv(){if(Ed)return ro;Ed=1,Object.defineProperty(ro,"__esModule",{value:!0}),ro.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"conclusion [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return ro.default=t,ro}var no={},Cd;function Yv(){if(Cd)return no;Cd=1,Object.defineProperty(no,"__esModule",{value:!0}),no.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"cover [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","img"]]},t=e;return no.default=t,no}var oo={},qd;function Xv(){if(qd)return oo;qd=1,Object.defineProperty(oo,"__esModule",{value:!0}),oo.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"credit [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return oo.default=t,oo}var ao={},xd;function Jv(){if(xd)return ao;xd=1,Object.defineProperty(ao,"__esModule",{value:!0}),ao.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"credits [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return ao.default=t,ao}var io={},_d;function Qv(){if(_d)return io;_d=1,Object.defineProperty(io,"__esModule",{value:!0}),io.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"dedication [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return io.default=t,io}var so={},Pd;function Zv(){if(Pd)return so;Pd=1,Object.defineProperty(so,"__esModule",{value:!0}),so.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"rearnote [EPUB-SSV]"},module:"EPUB"}],requireContextRole:["doc-endnotes"],requiredContextRole:["doc-endnotes"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","listitem"]]},t=e;return so.default=t,so}var lo={},Td;function ey(){if(Td)return lo;Td=1,Object.defineProperty(lo,"__esModule",{value:!0}),lo.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"rearnotes [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["doc-endnote"]],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return lo.default=t,lo}var uo={},Sd;function ty(){if(Sd)return uo;Sd=1,Object.defineProperty(uo,"__esModule",{value:!0}),uo.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"epigraph [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return uo.default=t,uo}var co={},Od;function ry(){if(Od)return co;Od=1,Object.defineProperty(co,"__esModule",{value:!0}),co.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"epilogue [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return co.default=t,co}var fo={},Ad;function ny(){if(Ad)return fo;Ad=1,Object.defineProperty(fo,"__esModule",{value:!0}),fo.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"errata [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return fo.default=t,fo}var po={},Md;function oy(){if(Md)return po;Md=1,Object.defineProperty(po,"__esModule",{value:!0}),po.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return po.default=t,po}var mo={},Id;function ay(){if(Id)return mo;Id=1,Object.defineProperty(mo,"__esModule",{value:!0}),mo.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"footnote [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return mo.default=t,mo}var ho={},Nd;function iy(){if(Nd)return ho;Nd=1,Object.defineProperty(ho,"__esModule",{value:!0}),ho.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"foreword [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return ho.default=t,ho}var bo={},kd;function sy(){if(kd)return bo;kd=1,Object.defineProperty(bo,"__esModule",{value:!0}),bo.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"glossary [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["definition"],["term"]],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return bo.default=t,bo}var vo={},Dd;function ly(){if(Dd)return vo;Dd=1,Object.defineProperty(vo,"__esModule",{value:!0}),vo.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"glossref [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command","link"]]},t=e;return vo.default=t,vo}var yo={},jd;function uy(){if(jd)return yo;jd=1,Object.defineProperty(yo,"__esModule",{value:!0}),yo.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"index [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark","navigation"]]},t=e;return yo.default=t,yo}var go={},Bd;function cy(){if(Bd)return go;Bd=1,Object.defineProperty(go,"__esModule",{value:!0}),go.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"introduction [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return go.default=t,go}var Ro={},Ld;function dy(){if(Ld)return Ro;Ld=1,Object.defineProperty(Ro,"__esModule",{value:!0}),Ro.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"noteref [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command","link"]]},t=e;return Ro.default=t,Ro}var wo={},$d;function fy(){if($d)return wo;$d=1,Object.defineProperty(wo,"__esModule",{value:!0}),wo.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"notice [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","note"]]},t=e;return wo.default=t,wo}var Eo={},Fd;function py(){if(Fd)return Eo;Fd=1,Object.defineProperty(Eo,"__esModule",{value:!0}),Eo.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"pagebreak [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","separator"]]},t=e;return Eo.default=t,Eo}var Co={},Ud;function my(){if(Ud)return Co;Ud=1,Object.defineProperty(Co,"__esModule",{value:!0}),Co.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"page-list [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark","navigation"]]},t=e;return Co.default=t,Co}var qo={},zd;function hy(){if(zd)return qo;zd=1,Object.defineProperty(qo,"__esModule",{value:!0}),qo.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"part [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return qo.default=t,qo}var xo={},Vd;function by(){if(Vd)return xo;Vd=1,Object.defineProperty(xo,"__esModule",{value:!0}),xo.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"preface [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return xo.default=t,xo}var _o={},Hd;function vy(){if(Hd)return _o;Hd=1,Object.defineProperty(_o,"__esModule",{value:!0}),_o.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"prologue [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},t=e;return _o.default=t,_o}var Po={},Wd;function yy(){if(Wd)return Po;Wd=1,Object.defineProperty(Po,"__esModule",{value:!0}),Po.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"pullquote [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["none"]]},t=e;return Po.default=t,Po}var To={},Gd;function gy(){if(Gd)return To;Gd=1,Object.defineProperty(To,"__esModule",{value:!0}),To.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"qna [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},t=e;return To.default=t,To}var So={},Kd;function Ry(){if(Kd)return So;Kd=1,Object.defineProperty(So,"__esModule",{value:!0}),So.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"subtitle [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","sectionhead"]]},t=e;return So.default=t,So}var Oo={},Yd;function wy(){if(Yd)return Oo;Yd=1,Object.defineProperty(Oo,"__esModule",{value:!0}),Oo.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"help [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","note"]]},t=e;return Oo.default=t,Oo}var Ao={},Xd;function Ey(){if(Xd)return Ao;Xd=1,Object.defineProperty(Ao,"__esModule",{value:!0}),Ao.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"toc [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark","navigation"]]},t=e;return Ao.default=t,Ao}var Jd;function Cy(){if(Jd)return Hn;Jd=1,Object.defineProperty(Hn,"__esModule",{value:!0}),Hn.default=void 0;var e=B(Bv()),t=B(Lv()),r=B($v()),n=B(Fv()),o=B(Uv()),a=B(zv()),i=B(Vv()),s=B(Hv()),l=B(Wv()),u=B(Gv()),d=B(Kv()),f=B(Yv()),c=B(Xv()),b=B(Jv()),v=B(Qv()),R=B(Zv()),S=B(ey()),p=B(ty()),x=B(ry()),_=B(ny()),T=B(oy()),P=B(ay()),y=B(iy()),g=B(sy()),E=B(ly()),A=B(uy()),D=B(cy()),j=B(dy()),L=B(fy()),O=B(py()),k=B(my()),F=B(hy()),Z=B(by()),K=B(vy()),le=B(yy()),Re=B(gy()),M=B(Ry()),U=B(wy()),J=B(Ey());function B(ve){return ve&&ve.__esModule?ve:{default:ve}}var ce=[["doc-abstract",e.default],["doc-acknowledgments",t.default],["doc-afterword",r.default],["doc-appendix",n.default],["doc-backlink",o.default],["doc-biblioentry",a.default],["doc-bibliography",i.default],["doc-biblioref",s.default],["doc-chapter",l.default],["doc-colophon",u.default],["doc-conclusion",d.default],["doc-cover",f.default],["doc-credit",c.default],["doc-credits",b.default],["doc-dedication",v.default],["doc-endnote",R.default],["doc-endnotes",S.default],["doc-epigraph",p.default],["doc-epilogue",x.default],["doc-errata",_.default],["doc-example",T.default],["doc-footnote",P.default],["doc-foreword",y.default],["doc-glossary",g.default],["doc-glossref",E.default],["doc-index",A.default],["doc-introduction",D.default],["doc-noteref",j.default],["doc-notice",L.default],["doc-pagebreak",O.default],["doc-pagelist",k.default],["doc-part",F.default],["doc-preface",Z.default],["doc-prologue",K.default],["doc-pullquote",le.default],["doc-qna",Re.default],["doc-subtitle",M.default],["doc-tip",U.default],["doc-toc",J.default]],ue=ce;return Hn.default=ue,Hn}var Mo={},Io={},Qd;function qy(){if(Qd)return Io;Qd=1,Object.defineProperty(Io,"__esModule",{value:!0}),Io.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{module:"GRAPHICS",concept:{name:"graphics-object"}},{module:"ARIA",concept:{name:"img"}},{module:"ARIA",concept:{name:"article"}}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","document"]]},t=e;return Io.default=t,Io}var No={},Zd;function xy(){if(Zd)return No;Zd=1,Object.defineProperty(No,"__esModule",{value:!0}),No.default=void 0;var e={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{module:"GRAPHICS",concept:{name:"graphics-document"}},{module:"ARIA",concept:{name:"group"}},{module:"ARIA",concept:{name:"img"}},{module:"GRAPHICS",concept:{name:"graphics-symbol"}}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","group"]]},t=e;return No.default=t,No}var ko={},ef;function _y(){if(ef)return ko;ef=1,Object.defineProperty(ko,"__esModule",{value:!0}),ko.default=void 0;var e={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","img"]]},t=e;return ko.default=t,ko}var tf;function Py(){if(tf)return Mo;tf=1,Object.defineProperty(Mo,"__esModule",{value:!0}),Mo.default=void 0;var e=n(qy()),t=n(xy()),r=n(_y());function n(i){return i&&i.__esModule?i:{default:i}}var o=[["graphics-document",e.default],["graphics-object",t.default],["graphics-symbol",r.default]],a=o;return Mo.default=a,Mo}var rf;function Ji(){if(rf)return er;rf=1,Object.defineProperty(er,"__esModule",{value:!0}),er.default=void 0;var e=a(sb()),t=a(jv()),r=a(Cy()),n=a(Py()),o=a(Qt());function a(p){return p&&p.__esModule?p:{default:p}}function i(p,x,_){return x in p?Object.defineProperty(p,x,{value:_,enumerable:!0,configurable:!0,writable:!0}):p[x]=_,p}function s(p,x){var _=typeof Symbol<"u"&&p[Symbol.iterator]||p["@@iterator"];if(!_){if(Array.isArray(p)||(_=d(p))||x){_&&(p=_);var T=0,P=function(){};return{s:P,n:function(){return T>=p.length?{done:!0}:{done:!1,value:p[T++]}},e:function(D){throw D},f:P}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
267
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var
|
|
268
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
269
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
270
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var
|
|
271
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
272
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var
|
|
273
|
-
`)!==-1&&(
|
|
274
|
-
`+
|
|
275
|
-
`}function
|
|
276
|
-
`).slice(1).find(
|
|
277
|
-
|
|
278
|
-
`+
|
|
279
|
-
`+
|
|
280
|
-
|
|
281
|
-
`));return
|
|
282
|
-
`,
|
|
283
|
-
`;return""+
|
|
284
|
-
|
|
285
|
-
`);return
|
|
286
|
-
|
|
287
|
-
`+
|
|
288
|
-
|
|
289
|
-
`+
|
|
290
|
-
`)}function
|
|
259
|
+
*/var SA;function A3(){return SA||(SA=1,process.env.NODE_ENV!=="production"&&(function(){var a=60103,u=60106,s=60107,d=60108,m=60114,b=60109,v=60110,S=60112,E=60113,C=60120,w=60115,A=60116,x=60121,D=60122,N=60117,k=60129,ue=60131;if(typeof Symbol=="function"&&Symbol.for){var q=Symbol.for;a=q("react.element"),u=q("react.portal"),s=q("react.fragment"),d=q("react.strict_mode"),m=q("react.profiler"),b=q("react.provider"),v=q("react.context"),S=q("react.forward_ref"),E=q("react.suspense"),C=q("react.suspense_list"),w=q("react.memo"),A=q("react.lazy"),x=q("react.block"),D=q("react.server.block"),N=q("react.fundamental"),q("react.scope"),q("react.opaque.id"),k=q("react.debug_trace_mode"),q("react.offscreen"),ue=q("react.legacy_hidden")}var J=!1;function K(Ce){return!!(typeof Ce=="string"||typeof Ce=="function"||Ce===s||Ce===m||Ce===k||Ce===d||Ce===E||Ce===C||Ce===ue||J||typeof Ce=="object"&&Ce!==null&&(Ce.$$typeof===A||Ce.$$typeof===w||Ce.$$typeof===b||Ce.$$typeof===v||Ce.$$typeof===S||Ce.$$typeof===N||Ce.$$typeof===x||Ce[0]===D))}function ie(Ce){if(typeof Ce=="object"&&Ce!==null){var st=Ce.$$typeof;switch(st){case a:var Je=Ce.type;switch(Je){case s:case m:case d:case E:case C:return Je;default:var Gt=Je&&Je.$$typeof;switch(Gt){case v:case S:case A:case w:case b:return Gt;default:return st}}case u:return st}}}var ne=v,j=b,B=a,X=S,te=s,Ee=A,xe=w,Se=u,me=m,Ae=d,Ne=E,P=!1,se=!1;function ge(Ce){return P||(P=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function Ue(Ce){return se||(se=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function oe(Ce){return ie(Ce)===v}function _e(Ce){return ie(Ce)===b}function Oe(Ce){return typeof Ce=="object"&&Ce!==null&&Ce.$$typeof===a}function Re(Ce){return ie(Ce)===S}function Ge(Ce){return ie(Ce)===s}function bt(Ce){return ie(Ce)===A}function Xe(Ce){return ie(Ce)===w}function ba(Ce){return ie(Ce)===u}function Dt(Ce){return ie(Ce)===m}function $(Ce){return ie(Ce)===d}function De(Ce){return ie(Ce)===E}Lt.ContextConsumer=ne,Lt.ContextProvider=j,Lt.Element=B,Lt.ForwardRef=X,Lt.Fragment=te,Lt.Lazy=Ee,Lt.Memo=xe,Lt.Portal=Se,Lt.Profiler=me,Lt.StrictMode=Ae,Lt.Suspense=Ne,Lt.isAsyncMode=ge,Lt.isConcurrentMode=Ue,Lt.isContextConsumer=oe,Lt.isContextProvider=_e,Lt.isElement=Oe,Lt.isForwardRef=Re,Lt.isFragment=Ge,Lt.isLazy=bt,Lt.isMemo=Xe,Lt.isPortal=ba,Lt.isProfiler=Dt,Lt.isStrictMode=$,Lt.isSuspense=De,Lt.isValidElementType=K,Lt.typeOf=ie})()),Lt}var EA;function w3(){return EA||(EA=1,process.env.NODE_ENV==="production"?A1.exports=x3():A1.exports=A3()),A1.exports}var RA;function O3(){if(RA)return Ti;RA=1,Object.defineProperty(Ti,"__esModule",{value:!0}),Ti.test=Ti.serialize=Ti.default=void 0;var a=d(w3()),u=QR();function s(A){if(typeof WeakMap!="function")return null;var x=new WeakMap,D=new WeakMap;return(s=function(N){return N?D:x})(A)}function d(A,x){if(A&&A.__esModule)return A;if(A===null||typeof A!="object"&&typeof A!="function")return{default:A};var D=s(x);if(D&&D.has(A))return D.get(A);var N={},k=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var ue in A)if(ue!=="default"&&Object.prototype.hasOwnProperty.call(A,ue)){var q=k?Object.getOwnPropertyDescriptor(A,ue):null;q&&(q.get||q.set)?Object.defineProperty(N,ue,q):N[ue]=A[ue]}return N.default=A,D&&D.set(A,N),N}const m=(A,x=[])=>(Array.isArray(A)?A.forEach(D=>{m(D,x)}):A!=null&&A!==!1&&x.push(A),x),b=A=>{const x=A.type;if(typeof x=="string")return x;if(typeof x=="function")return x.displayName||x.name||"Unknown";if(a.isFragment(A))return"React.Fragment";if(a.isSuspense(A))return"React.Suspense";if(typeof x=="object"&&x!==null){if(a.isContextProvider(A))return"Context.Provider";if(a.isContextConsumer(A))return"Context.Consumer";if(a.isForwardRef(A)){if(x.displayName)return x.displayName;const D=x.render.displayName||x.render.name||"";return D!==""?"ForwardRef("+D+")":"ForwardRef"}if(a.isMemo(A)){const D=x.displayName||x.type.displayName||x.type.name||"";return D!==""?"Memo("+D+")":"Memo"}}return"UNDEFINED"},v=A=>{const{props:x}=A;return Object.keys(x).filter(D=>D!=="children"&&x[D]!==void 0).sort()},S=(A,x,D,N,k,ue)=>++N>x.maxDepth?(0,u.printElementAsLeaf)(b(A),x):(0,u.printElement)(b(A),(0,u.printProps)(v(A),A.props,x,D+x.indent,N,k,ue),(0,u.printChildren)(m(A.props.children),x,D+x.indent,N,k,ue),x,D);Ti.serialize=S;const E=A=>A!=null&&a.isElement(A);Ti.test=E;var w={serialize:S,test:E};return Ti.default=w,Ti}var Ci={},TA;function M3(){if(TA)return Ci;TA=1,Object.defineProperty(Ci,"__esModule",{value:!0}),Ci.test=Ci.serialize=Ci.default=void 0;var a=QR(),u=(function(){return typeof globalThis<"u"?globalThis:typeof u<"u"?u:typeof self<"u"?self:typeof window<"u"?window:Function("return this")()})(),s=u["jest-symbol-do-not-touch"]||u.Symbol;const d=typeof s=="function"&&s.for?s.for("react.test.json"):245830487,m=C=>{const{props:w}=C;return w?Object.keys(w).filter(A=>w[A]!==void 0).sort():[]},b=(C,w,A,x,D,N)=>++x>w.maxDepth?(0,a.printElementAsLeaf)(C.type,w):(0,a.printElement)(C.type,C.props?(0,a.printProps)(m(C),C.props,w,A+w.indent,x,D,N):"",C.children?(0,a.printChildren)(C.children,w,A+w.indent,x,D,N):"",w,A);Ci.serialize=b;const v=C=>C&&C.$$typeof===d;Ci.test=v;var E={serialize:b,test:v};return Ci.default=E,Ci}var CA;function q3(){if(CA)return Eu;CA=1,Object.defineProperty(Eu,"__esModule",{value:!0}),Eu.default=Eu.DEFAULT_OPTIONS=void 0,Eu.format=Xe,Eu.plugins=void 0;var a=C(sA()),u=C1(),s=C(v3()),d=C(S3()),m=C(E3()),b=C(T3()),v=C(C3()),S=C(O3()),E=C(M3());function C($){return $&&$.__esModule?$:{default:$}}const w=Object.prototype.toString,A=Date.prototype.toISOString,x=Error.prototype.toString,D=RegExp.prototype.toString,N=$=>typeof $.constructor=="function"&&$.constructor.name||"Object",k=$=>typeof window<"u"&&$===window,ue=/^Symbol\((.*)\)(.*)$/,q=/\n/gi;class J extends Error{constructor(De,Ce){super(De),this.stack=Ce,this.name=this.constructor.name}}function K($){return $==="[object Array]"||$==="[object ArrayBuffer]"||$==="[object DataView]"||$==="[object Float32Array]"||$==="[object Float64Array]"||$==="[object Int8Array]"||$==="[object Int16Array]"||$==="[object Int32Array]"||$==="[object Uint8Array]"||$==="[object Uint8ClampedArray]"||$==="[object Uint16Array]"||$==="[object Uint32Array]"}function ie($){return Object.is($,-0)?"-0":String($)}function ne($){return`${$}n`}function j($,De){return De?"[Function "+($.name||"anonymous")+"]":"[Function]"}function B($){return String($).replace(ue,"Symbol($1)")}function X($){return"["+x.call($)+"]"}function te($,De,Ce,st){if($===!0||$===!1)return""+$;if($===void 0)return"undefined";if($===null)return"null";const Je=typeof $;if(Je==="number")return ie($);if(Je==="bigint")return ne($);if(Je==="string")return st?'"'+$.replace(/"|\\/g,"\\$&")+'"':'"'+$+'"';if(Je==="function")return j($,De);if(Je==="symbol")return B($);const Gt=w.call($);return Gt==="[object WeakMap]"?"WeakMap {}":Gt==="[object WeakSet]"?"WeakSet {}":Gt==="[object Function]"||Gt==="[object GeneratorFunction]"?j($,De):Gt==="[object Symbol]"?B($):Gt==="[object Date]"?isNaN(+$)?"Date { NaN }":A.call($):Gt==="[object Error]"?X($):Gt==="[object RegExp]"?Ce?D.call($).replace(/[\\^$*+?.()|[\]{}]/g,"\\$&"):D.call($):$ instanceof Error?X($):null}function Ee($,De,Ce,st,Je,Gt){if(Je.indexOf($)!==-1)return"[Circular]";Je=Je.slice(),Je.push($);const Cn=++st>De.maxDepth,Jt=De.min;if(De.callToJSON&&!Cn&&$.toJSON&&typeof $.toJSON=="function"&&!Gt)return Ae($.toJSON(),De,Ce,st,Je,!0);const It=w.call($);return It==="[object Arguments]"?Cn?"[Arguments]":(Jt?"":"Arguments ")+"["+(0,u.printListItems)($,De,Ce,st,Je,Ae)+"]":K(It)?Cn?"["+$.constructor.name+"]":(Jt||!De.printBasicPrototype&&$.constructor.name==="Array"?"":$.constructor.name+" ")+"["+(0,u.printListItems)($,De,Ce,st,Je,Ae)+"]":It==="[object Map]"?Cn?"[Map]":"Map {"+(0,u.printIteratorEntries)($.entries(),De,Ce,st,Je,Ae," => ")+"}":It==="[object Set]"?Cn?"[Set]":"Set {"+(0,u.printIteratorValues)($.values(),De,Ce,st,Je,Ae)+"}":Cn||k($)?"["+N($)+"]":(Jt||!De.printBasicPrototype&&N($)==="Object"?"":N($)+" ")+"{"+(0,u.printObjectProperties)($,De,Ce,st,Je,Ae)+"}"}function xe($){return $.serialize!=null}function Se($,De,Ce,st,Je,Gt){let Cn;try{Cn=xe($)?$.serialize(De,Ce,st,Je,Gt,Ae):$.print(De,Jt=>Ae(Jt,Ce,st,Je,Gt),Jt=>{const It=st+Ce.indent;return It+Jt.replace(q,`
|
|
260
|
+
`+It)},{edgeSpacing:Ce.spacingOuter,min:Ce.min,spacing:Ce.spacingInner},Ce.colors)}catch(Jt){throw new J(Jt.message,Jt.stack)}if(typeof Cn!="string")throw new Error(`pretty-format: Plugin must return type "string" but instead returned "${typeof Cn}".`);return Cn}function me($,De){for(let Ce=0;Ce<$.length;Ce++)try{if($[Ce].test(De))return $[Ce]}catch(st){throw new J(st.message,st.stack)}return null}function Ae($,De,Ce,st,Je,Gt){const Cn=me(De.plugins,$);if(Cn!==null)return Se(Cn,$,De,Ce,st,Je);const Jt=te($,De.printFunctionName,De.escapeRegex,De.escapeString);return Jt!==null?Jt:Ee($,De,Ce,st,Je,Gt)}const Ne={comment:"gray",content:"reset",prop:"yellow",tag:"cyan",value:"green"},P=Object.keys(Ne),se={callToJSON:!0,compareKeys:void 0,escapeRegex:!1,escapeString:!0,highlight:!1,indent:2,maxDepth:1/0,min:!1,plugins:[],printBasicPrototype:!0,printFunctionName:!0,theme:Ne};Eu.DEFAULT_OPTIONS=se;function ge($){if(Object.keys($).forEach(De=>{if(!se.hasOwnProperty(De))throw new Error(`pretty-format: Unknown option "${De}".`)}),$.min&&$.indent!==void 0&&$.indent!==0)throw new Error('pretty-format: Options "min" and "indent" cannot be used together.');if($.theme!==void 0){if($.theme===null)throw new Error('pretty-format: Option "theme" must not be null.');if(typeof $.theme!="object")throw new Error(`pretty-format: Option "theme" must be of type "object" but instead received "${typeof $.theme}".`)}}const Ue=$=>P.reduce((De,Ce)=>{const st=$.theme&&$.theme[Ce]!==void 0?$.theme[Ce]:Ne[Ce],Je=st&&a.default[st];if(Je&&typeof Je.close=="string"&&typeof Je.open=="string")De[Ce]=Je;else throw new Error(`pretty-format: Option "theme" has a key "${Ce}" whose value "${st}" is undefined in ansi-styles.`);return De},Object.create(null)),oe=()=>P.reduce(($,De)=>($[De]={close:"",open:""},$),Object.create(null)),_e=$=>$&&$.printFunctionName!==void 0?$.printFunctionName:se.printFunctionName,Oe=$=>$&&$.escapeRegex!==void 0?$.escapeRegex:se.escapeRegex,Re=$=>$&&$.escapeString!==void 0?$.escapeString:se.escapeString,Ge=$=>{var De;return{callToJSON:$&&$.callToJSON!==void 0?$.callToJSON:se.callToJSON,colors:$&&$.highlight?Ue($):oe(),compareKeys:$&&typeof $.compareKeys=="function"?$.compareKeys:se.compareKeys,escapeRegex:Oe($),escapeString:Re($),indent:$&&$.min?"":bt($&&$.indent!==void 0?$.indent:se.indent),maxDepth:$&&$.maxDepth!==void 0?$.maxDepth:se.maxDepth,min:$&&$.min!==void 0?$.min:se.min,plugins:$&&$.plugins!==void 0?$.plugins:se.plugins,printBasicPrototype:(De=$?.printBasicPrototype)!==null&&De!==void 0?De:!0,printFunctionName:_e($),spacingInner:$&&$.min?" ":`
|
|
261
|
+
`,spacingOuter:$&&$.min?"":`
|
|
262
|
+
`}};function bt($){return new Array($+1).join(" ")}function Xe($,De){if(De&&(ge(De),De.plugins)){const st=me(De.plugins,$);if(st!==null)return Se(st,$,Ge(De),"",0,[])}const Ce=te($,_e(De),Oe(De),Re(De));return Ce!==null?Ce:Ee($,Ge(De),"",0,[])}const ba={AsymmetricMatcher:s.default,ConvertAnsi:d.default,DOMCollection:m.default,DOMElement:b.default,Immutable:v.default,ReactElement:S.default,ReactTestComponent:E.default};Eu.plugins=ba;var Dt=Xe;return Eu.default=Dt,Eu}var xA=q3(),_3=Object.prototype.toString;function D3(a){return typeof a=="function"||_3.call(a)==="[object Function]"}function z3(a){var u=Number(a);return isNaN(u)?0:u===0||!isFinite(u)?u:(u>0?1:-1)*Math.floor(Math.abs(u))}var N3=Math.pow(2,53)-1;function U3(a){var u=z3(a);return Math.min(Math.max(u,0),N3)}function jr(a,u){var s=Array,d=Object(a);if(a==null)throw new TypeError("Array.from requires an array-like object - not null or undefined");for(var m=U3(d.length),b=D3(s)?Object(new s(m)):new Array(m),v=0,S;v<m;)S=d[v],b[v]=S,v+=1;return b.length=m,b}function cm(a){"@babel/helpers - typeof";return cm=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(u){return typeof u}:function(u){return u&&typeof Symbol=="function"&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},cm(a)}function B3(a,u){if(!(a instanceof u))throw new TypeError("Cannot call a class as a function")}function H3(a,u){for(var s=0;s<u.length;s++){var d=u[s];d.enumerable=d.enumerable||!1,d.configurable=!0,"value"in d&&(d.writable=!0),Object.defineProperty(a,AA(d.key),d)}}function j3(a,u,s){return u&&H3(a.prototype,u),Object.defineProperty(a,"prototype",{writable:!1}),a}function L3(a,u,s){return u=AA(u),u in a?Object.defineProperty(a,u,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[u]=s,a}function AA(a){var u=V3(a,"string");return cm(u)==="symbol"?u:String(u)}function V3(a,u){if(cm(a)!=="object"||a===null)return a;var s=a[Symbol.toPrimitive];if(s!==void 0){var d=s.call(a,u);if(cm(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return(u==="string"?String:Number)(a)}var k3=(function(){function a(){var u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];B3(this,a),L3(this,"items",void 0),this.items=u}return j3(a,[{key:"add",value:function(s){return this.has(s)===!1&&this.items.push(s),this}},{key:"clear",value:function(){this.items=[]}},{key:"delete",value:function(s){var d=this.items.length;return this.items=this.items.filter(function(m){return m!==s}),d!==this.items.length}},{key:"forEach",value:function(s){var d=this;this.items.forEach(function(m){s(m,m,d)})}},{key:"has",value:function(s){return this.items.indexOf(s)!==-1}},{key:"size",get:function(){return this.items.length}}]),a})();const P3=typeof Set>"u"?Set:k3;function ma(a){var u;return(u=a.localName)!==null&&u!==void 0?u:a.tagName.toLowerCase()}var Y3={article:"article",aside:"complementary",button:"button",datalist:"listbox",dd:"definition",details:"group",dialog:"dialog",dt:"term",fieldset:"group",figure:"figure",form:"form",footer:"contentinfo",h1:"heading",h2:"heading",h3:"heading",h4:"heading",h5:"heading",h6:"heading",header:"banner",hr:"separator",html:"document",legend:"legend",li:"listitem",math:"math",main:"main",menu:"list",nav:"navigation",ol:"list",optgroup:"group",option:"option",output:"status",progress:"progressbar",section:"region",summary:"button",table:"table",tbody:"rowgroup",textarea:"textbox",tfoot:"rowgroup",td:"cell",th:"columnheader",thead:"rowgroup",tr:"row",ul:"list"},G3={caption:new Set(["aria-label","aria-labelledby"]),code:new Set(["aria-label","aria-labelledby"]),deletion:new Set(["aria-label","aria-labelledby"]),emphasis:new Set(["aria-label","aria-labelledby"]),generic:new Set(["aria-label","aria-labelledby","aria-roledescription"]),insertion:new Set(["aria-label","aria-labelledby"]),paragraph:new Set(["aria-label","aria-labelledby"]),presentation:new Set(["aria-label","aria-labelledby"]),strong:new Set(["aria-label","aria-labelledby"]),subscript:new Set(["aria-label","aria-labelledby"]),superscript:new Set(["aria-label","aria-labelledby"])};function X3(a,u){return["aria-atomic","aria-busy","aria-controls","aria-current","aria-describedby","aria-details","aria-dropeffect","aria-flowto","aria-grabbed","aria-hidden","aria-keyshortcuts","aria-label","aria-labelledby","aria-live","aria-owns","aria-relevant","aria-roledescription"].some(function(s){var d;return a.hasAttribute(s)&&!((d=G3[u])!==null&&d!==void 0&&d.has(s))})}function wA(a,u){return X3(a,u)}function $3(a){var u=Z3(a);if(u===null||u==="presentation"){var s=Q3(a);if(u!=="presentation"||wA(a,s||""))return s}return u}function Q3(a){var u=Y3[ma(a)];if(u!==void 0)return u;switch(ma(a)){case"a":case"area":case"link":if(a.hasAttribute("href"))return"link";break;case"img":return a.getAttribute("alt")===""&&!wA(a,"img")?"presentation":"img";case"input":{var s=a,d=s.type;switch(d){case"button":case"image":case"reset":case"submit":return"button";case"checkbox":case"radio":return d;case"range":return"slider";case"email":case"tel":case"text":case"url":return a.hasAttribute("list")?"combobox":"textbox";case"search":return a.hasAttribute("list")?"combobox":"searchbox";case"number":return"spinbutton";default:return null}}case"select":return a.hasAttribute("multiple")||a.size>1?"listbox":"combobox"}return null}function Z3(a){var u=a.getAttribute("role");if(u!==null){var s=u.trim().split(" ")[0];if(s.length>0)return s}return null}function tn(a){return a!==null&&a.nodeType===a.ELEMENT_NODE}function OA(a){return tn(a)&&ma(a)==="caption"}function w1(a){return tn(a)&&ma(a)==="input"}function K3(a){return tn(a)&&ma(a)==="optgroup"}function J3(a){return tn(a)&&ma(a)==="select"}function I3(a){return tn(a)&&ma(a)==="table"}function F3(a){return tn(a)&&ma(a)==="textarea"}function W3(a){var u=a.ownerDocument===null?a:a.ownerDocument,s=u.defaultView;if(s===null)throw new TypeError("no window available");return s}function ez(a){return tn(a)&&ma(a)==="fieldset"}function tz(a){return tn(a)&&ma(a)==="legend"}function nz(a){return tn(a)&&ma(a)==="slot"}function az(a){return tn(a)&&a.ownerSVGElement!==void 0}function lz(a){return tn(a)&&ma(a)==="svg"}function rz(a){return az(a)&&ma(a)==="title"}function O1(a,u){if(tn(a)&&a.hasAttribute(u)){var s=a.getAttribute(u).split(" "),d=a.getRootNode?a.getRootNode():a.ownerDocument;return s.map(function(m){return d.getElementById(m)}).filter(function(m){return m!==null})}return[]}function xi(a,u){return tn(a)?u.indexOf($3(a))!==-1:!1}function uz(a){return a.trim().replace(/\s\s+/g," ")}function iz(a,u){if(!tn(a))return!1;if(a.hasAttribute("hidden")||a.getAttribute("aria-hidden")==="true")return!0;var s=u(a);return s.getPropertyValue("display")==="none"||s.getPropertyValue("visibility")==="hidden"}function oz(a){return xi(a,["button","combobox","listbox","textbox"])||MA(a,"range")}function MA(a,u){if(!tn(a))return!1;switch(u){case"range":return xi(a,["meter","progressbar","scrollbar","slider","spinbutton"]);default:throw new TypeError("No knowledge about abstract role '".concat(u,"'. This is likely a bug :("))}}function qA(a,u){var s=jr(a.querySelectorAll(u));return O1(a,"aria-owns").forEach(function(d){s.push.apply(s,jr(d.querySelectorAll(u)))}),s}function sz(a){return J3(a)?a.selectedOptions||qA(a,"[selected]"):qA(a,'[aria-selected="true"]')}function cz(a){return xi(a,["none","presentation"])}function fz(a){return OA(a)}function dz(a){return xi(a,["button","cell","checkbox","columnheader","gridcell","heading","label","legend","link","menuitem","menuitemcheckbox","menuitemradio","option","radio","row","rowheader","switch","tab","tooltip","treeitem"])}function pz(a){return!1}function hz(a){return w1(a)||F3(a)?a.value:a.textContent||""}function _A(a){var u=a.getPropertyValue("content");return/^["'].*["']$/.test(u)?u.slice(1,-1):""}function DA(a){var u=ma(a);return u==="button"||u==="input"&&a.getAttribute("type")!=="hidden"||u==="meter"||u==="output"||u==="progress"||u==="select"||u==="textarea"}function zA(a){if(DA(a))return a;var u=null;return a.childNodes.forEach(function(s){if(u===null&&tn(s)){var d=zA(s);d!==null&&(u=d)}}),u}function mz(a){if(a.control!==void 0)return a.control;var u=a.getAttribute("for");return u!==null?a.ownerDocument.getElementById(u):zA(a)}function yz(a){var u=a.labels;if(u===null)return u;if(u!==void 0)return jr(u);if(!DA(a))return null;var s=a.ownerDocument;return jr(s.querySelectorAll("label")).filter(function(d){return mz(d)===a})}function bz(a){var u=a.assignedNodes();return u.length===0?jr(a.childNodes):u}function NA(a){var u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s=new P3,d=W3(a),m=u.compute,b=m===void 0?"name":m,v=u.computedStyleSupportsPseudoElements,S=v===void 0?u.getComputedStyle!==void 0:v,E=u.getComputedStyle,C=E===void 0?d.getComputedStyle.bind(d):E,w=u.hidden,A=w===void 0?!1:w;function x(q,J){var K="";if(tn(q)&&S){var ie=C(q,"::before"),ne=_A(ie);K="".concat(ne," ").concat(K)}var j=nz(q)?bz(q):jr(q.childNodes).concat(O1(q,"aria-owns"));if(j.forEach(function(te){var Ee=ue(te,{isEmbeddedInLabel:J.isEmbeddedInLabel,isReferenced:!1,recursion:!0}),xe=tn(te)?C(te).getPropertyValue("display"):"inline",Se=xe!=="inline"?" ":"";K+="".concat(Se).concat(Ee).concat(Se)}),tn(q)&&S){var B=C(q,"::after"),X=_A(B);K="".concat(K," ").concat(X)}return K.trim()}function D(q,J){var K=q.getAttributeNode(J);return K!==null&&!s.has(K)&&K.value.trim()!==""?(s.add(K),K.value):null}function N(q){return tn(q)?D(q,"title"):null}function k(q){if(!tn(q))return null;if(ez(q)){s.add(q);for(var J=jr(q.childNodes),K=0;K<J.length;K+=1){var ie=J[K];if(tz(ie))return ue(ie,{isEmbeddedInLabel:!1,isReferenced:!1,recursion:!1})}}else if(I3(q)){s.add(q);for(var ne=jr(q.childNodes),j=0;j<ne.length;j+=1){var B=ne[j];if(OA(B))return ue(B,{isEmbeddedInLabel:!1,isReferenced:!1,recursion:!1})}}else if(lz(q)){s.add(q);for(var X=jr(q.childNodes),te=0;te<X.length;te+=1){var Ee=X[te];if(rz(Ee))return Ee.textContent}return null}else if(ma(q)==="img"||ma(q)==="area"){var xe=D(q,"alt");if(xe!==null)return xe}else if(K3(q)){var Se=D(q,"label");if(Se!==null)return Se}if(w1(q)&&(q.type==="button"||q.type==="submit"||q.type==="reset")){var me=D(q,"value");if(me!==null)return me;if(q.type==="submit")return"Submit";if(q.type==="reset")return"Reset"}var Ae=yz(q);if(Ae!==null&&Ae.length!==0)return s.add(q),jr(Ae).map(function(ge){return ue(ge,{isEmbeddedInLabel:!0,isReferenced:!1,recursion:!0})}).filter(function(ge){return ge.length>0}).join(" ");if(w1(q)&&q.type==="image"){var Ne=D(q,"alt");if(Ne!==null)return Ne;var P=D(q,"title");return P!==null?P:"Submit Query"}if(xi(q,["button"])){var se=x(q,{isEmbeddedInLabel:!1});if(se!=="")return se}return null}function ue(q,J){if(s.has(q))return"";if(!A&&iz(q,C)&&!J.isReferenced)return s.add(q),"";var K=tn(q)?q.getAttributeNode("aria-labelledby"):null,ie=K!==null&&!s.has(K)?O1(q,"aria-labelledby"):[];if(b==="name"&&!J.isReferenced&&ie.length>0)return s.add(K),ie.map(function(xe){return ue(xe,{isEmbeddedInLabel:J.isEmbeddedInLabel,isReferenced:!0,recursion:!1})}).join(" ");var ne=J.recursion&&oz(q)&&b==="name";if(!ne){var j=(tn(q)&&q.getAttribute("aria-label")||"").trim();if(j!==""&&b==="name")return s.add(q),j;if(!cz(q)){var B=k(q);if(B!==null)return s.add(q),B}}if(xi(q,["menu"]))return s.add(q),"";if(ne||J.isEmbeddedInLabel||J.isReferenced){if(xi(q,["combobox","listbox"])){s.add(q);var X=sz(q);return X.length===0?w1(q)?q.value:"":jr(X).map(function(xe){return ue(xe,{isEmbeddedInLabel:J.isEmbeddedInLabel,isReferenced:!1,recursion:!0})}).join(" ")}if(MA(q,"range"))return s.add(q),q.hasAttribute("aria-valuetext")?q.getAttribute("aria-valuetext"):q.hasAttribute("aria-valuenow")?q.getAttribute("aria-valuenow"):q.getAttribute("value")||"";if(xi(q,["textbox"]))return s.add(q),hz(q)}if(dz(q)||tn(q)&&J.isReferenced||fz(q)||pz()){var te=x(q,{isEmbeddedInLabel:J.isEmbeddedInLabel});if(te!=="")return s.add(q),te}if(q.nodeType===q.TEXT_NODE)return s.add(q),q.textContent||"";if(J.recursion)return s.add(q),x(q,{isEmbeddedInLabel:J.isEmbeddedInLabel});var Ee=N(q);return Ee!==null?(s.add(q),Ee):(s.add(q),"")}return uz(ue(a,{isEmbeddedInLabel:!1,isReferenced:b==="description",recursion:!1}))}function fm(a){"@babel/helpers - typeof";return fm=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(u){return typeof u}:function(u){return u&&typeof Symbol=="function"&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},fm(a)}function UA(a,u){var s=Object.keys(a);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(a);u&&(d=d.filter(function(m){return Object.getOwnPropertyDescriptor(a,m).enumerable})),s.push.apply(s,d)}return s}function BA(a){for(var u=1;u<arguments.length;u++){var s=arguments[u]!=null?arguments[u]:{};u%2?UA(Object(s),!0).forEach(function(d){vz(a,d,s[d])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(s)):UA(Object(s)).forEach(function(d){Object.defineProperty(a,d,Object.getOwnPropertyDescriptor(s,d))})}return a}function vz(a,u,s){return u=gz(u),u in a?Object.defineProperty(a,u,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[u]=s,a}function gz(a){var u=Sz(a,"string");return fm(u)==="symbol"?u:String(u)}function Sz(a,u){if(fm(a)!=="object"||a===null)return a;var s=a[Symbol.toPrimitive];if(s!==void 0){var d=s.call(a,u);if(fm(d)!=="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return(u==="string"?String:Number)(a)}function HA(a){var u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s=O1(a,"aria-describedby").map(function(m){return NA(m,BA(BA({},u),{},{compute:"description"}))}).join(" ");if(s===""){var d=a.getAttribute("title");s=d===null?"":d}return s}function Ez(a){return xi(a,["caption","code","deletion","emphasis","generic","insertion","paragraph","presentation","strong","subscript","superscript"])}function ZR(a){var u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return Ez(a)?"":NA(a,u)}var vl={},dm={},M1={},pm={},jA;function Rz(){if(jA)return pm;jA=1,Object.defineProperty(pm,"__esModule",{value:!0}),pm.default=void 0;function a(){var s=this,d=0,m={"@@iterator":function(){return m},next:function(){if(d<s.length){var v=s[d];return d=d+1,{done:!1,value:v}}else return{done:!0}}};return m}var u=a;return pm.default=u,pm}var LA;function hm(){if(LA)return M1;LA=1,Object.defineProperty(M1,"__esModule",{value:!0}),M1.default=d;var a=u(Rz());function u(m){return m&&m.__esModule?m:{default:m}}function s(m){"@babel/helpers - typeof";return s=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(b){return typeof b}:function(b){return b&&typeof Symbol=="function"&&b.constructor===Symbol&&b!==Symbol.prototype?"symbol":typeof b},s(m)}function d(m,b){return typeof Symbol=="function"&&s(Symbol.iterator)==="symbol"&&Object.defineProperty(m,Symbol.iterator,{value:a.default.bind(b)}),m}return M1}var VA;function Tz(){if(VA)return dm;VA=1,Object.defineProperty(dm,"__esModule",{value:!0}),dm.default=void 0;var a=u(hm());function u(x){return x&&x.__esModule?x:{default:x}}function s(x,D){return b(x)||m(x,D)||S(x,D)||d()}function d(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
263
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function m(x,D){var N=x==null?null:typeof Symbol<"u"&&x[Symbol.iterator]||x["@@iterator"];if(N!=null){var k=[],ue=!0,q=!1,J,K;try{for(N=N.call(x);!(ue=(J=N.next()).done)&&(k.push(J.value),!(D&&k.length===D));ue=!0);}catch(ie){q=!0,K=ie}finally{try{!ue&&N.return!=null&&N.return()}finally{if(q)throw K}}return k}}function b(x){if(Array.isArray(x))return x}function v(x,D){var N=typeof Symbol<"u"&&x[Symbol.iterator]||x["@@iterator"];if(!N){if(Array.isArray(x)||(N=S(x))||D){N&&(x=N);var k=0,ue=function(){};return{s:ue,n:function(){return k>=x.length?{done:!0}:{done:!1,value:x[k++]}},e:function(ne){throw ne},f:ue}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
264
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var q=!0,J=!1,K;return{s:function(){N=N.call(x)},n:function(){var ne=N.next();return q=ne.done,ne},e:function(ne){J=!0,K=ne},f:function(){try{!q&&N.return!=null&&N.return()}finally{if(J)throw K}}}}function S(x,D){if(x){if(typeof x=="string")return E(x,D);var N=Object.prototype.toString.call(x).slice(8,-1);if(N==="Object"&&x.constructor&&(N=x.constructor.name),N==="Map"||N==="Set")return Array.from(x);if(N==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(N))return E(x,D)}}function E(x,D){(D==null||D>x.length)&&(D=x.length);for(var N=0,k=new Array(D);N<D;N++)k[N]=x[N];return k}var C=[["aria-activedescendant",{type:"id"}],["aria-atomic",{type:"boolean"}],["aria-autocomplete",{type:"token",values:["inline","list","both","none"]}],["aria-braillelabel",{type:"string"}],["aria-brailleroledescription",{type:"string"}],["aria-busy",{type:"boolean"}],["aria-checked",{type:"tristate"}],["aria-colcount",{type:"integer"}],["aria-colindex",{type:"integer"}],["aria-colspan",{type:"integer"}],["aria-controls",{type:"idlist"}],["aria-current",{type:"token",values:["page","step","location","date","time",!0,!1]}],["aria-describedby",{type:"idlist"}],["aria-description",{type:"string"}],["aria-details",{type:"id"}],["aria-disabled",{type:"boolean"}],["aria-dropeffect",{type:"tokenlist",values:["copy","execute","link","move","none","popup"]}],["aria-errormessage",{type:"id"}],["aria-expanded",{type:"boolean",allowundefined:!0}],["aria-flowto",{type:"idlist"}],["aria-grabbed",{type:"boolean",allowundefined:!0}],["aria-haspopup",{type:"token",values:[!1,!0,"menu","listbox","tree","grid","dialog"]}],["aria-hidden",{type:"boolean",allowundefined:!0}],["aria-invalid",{type:"token",values:["grammar",!1,"spelling",!0]}],["aria-keyshortcuts",{type:"string"}],["aria-label",{type:"string"}],["aria-labelledby",{type:"idlist"}],["aria-level",{type:"integer"}],["aria-live",{type:"token",values:["assertive","off","polite"]}],["aria-modal",{type:"boolean"}],["aria-multiline",{type:"boolean"}],["aria-multiselectable",{type:"boolean"}],["aria-orientation",{type:"token",values:["vertical","undefined","horizontal"]}],["aria-owns",{type:"idlist"}],["aria-placeholder",{type:"string"}],["aria-posinset",{type:"integer"}],["aria-pressed",{type:"tristate"}],["aria-readonly",{type:"boolean"}],["aria-relevant",{type:"tokenlist",values:["additions","all","removals","text"]}],["aria-required",{type:"boolean"}],["aria-roledescription",{type:"string"}],["aria-rowcount",{type:"integer"}],["aria-rowindex",{type:"integer"}],["aria-rowspan",{type:"integer"}],["aria-selected",{type:"boolean",allowundefined:!0}],["aria-setsize",{type:"integer"}],["aria-sort",{type:"token",values:["ascending","descending","none","other"]}],["aria-valuemax",{type:"number"}],["aria-valuemin",{type:"number"}],["aria-valuenow",{type:"number"}],["aria-valuetext",{type:"string"}]],w={entries:function(){return C},forEach:function(D){var N=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,k=v(C),ue;try{for(k.s();!(ue=k.n()).done;){var q=s(ue.value,2),J=q[0],K=q[1];D.call(N,K,J,C)}}catch(ie){k.e(ie)}finally{k.f()}},get:function(D){var N=C.find(function(k){return k[0]===D});return N&&N[1]},has:function(D){return!!w.get(D)},keys:function(){return C.map(function(D){var N=s(D,1),k=N[0];return k})},values:function(){return C.map(function(D){var N=s(D,2),k=N[1];return k})}},A=(0,a.default)(w,w.entries());return dm.default=A,dm}var mm={},kA;function Cz(){if(kA)return mm;kA=1,Object.defineProperty(mm,"__esModule",{value:!0}),mm.default=void 0;var a=u(hm());function u(x){return x&&x.__esModule?x:{default:x}}function s(x,D){return b(x)||m(x,D)||S(x,D)||d()}function d(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
265
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function m(x,D){var N=x==null?null:typeof Symbol<"u"&&x[Symbol.iterator]||x["@@iterator"];if(N!=null){var k=[],ue=!0,q=!1,J,K;try{for(N=N.call(x);!(ue=(J=N.next()).done)&&(k.push(J.value),!(D&&k.length===D));ue=!0);}catch(ie){q=!0,K=ie}finally{try{!ue&&N.return!=null&&N.return()}finally{if(q)throw K}}return k}}function b(x){if(Array.isArray(x))return x}function v(x,D){var N=typeof Symbol<"u"&&x[Symbol.iterator]||x["@@iterator"];if(!N){if(Array.isArray(x)||(N=S(x))||D){N&&(x=N);var k=0,ue=function(){};return{s:ue,n:function(){return k>=x.length?{done:!0}:{done:!1,value:x[k++]}},e:function(ne){throw ne},f:ue}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
266
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var q=!0,J=!1,K;return{s:function(){N=N.call(x)},n:function(){var ne=N.next();return q=ne.done,ne},e:function(ne){J=!0,K=ne},f:function(){try{!q&&N.return!=null&&N.return()}finally{if(J)throw K}}}}function S(x,D){if(x){if(typeof x=="string")return E(x,D);var N=Object.prototype.toString.call(x).slice(8,-1);if(N==="Object"&&x.constructor&&(N=x.constructor.name),N==="Map"||N==="Set")return Array.from(x);if(N==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(N))return E(x,D)}}function E(x,D){(D==null||D>x.length)&&(D=x.length);for(var N=0,k=new Array(D);N<D;N++)k[N]=x[N];return k}var C=[["a",{reserved:!1}],["abbr",{reserved:!1}],["acronym",{reserved:!1}],["address",{reserved:!1}],["applet",{reserved:!1}],["area",{reserved:!1}],["article",{reserved:!1}],["aside",{reserved:!1}],["audio",{reserved:!1}],["b",{reserved:!1}],["base",{reserved:!0}],["bdi",{reserved:!1}],["bdo",{reserved:!1}],["big",{reserved:!1}],["blink",{reserved:!1}],["blockquote",{reserved:!1}],["body",{reserved:!1}],["br",{reserved:!1}],["button",{reserved:!1}],["canvas",{reserved:!1}],["caption",{reserved:!1}],["center",{reserved:!1}],["cite",{reserved:!1}],["code",{reserved:!1}],["col",{reserved:!0}],["colgroup",{reserved:!0}],["content",{reserved:!1}],["data",{reserved:!1}],["datalist",{reserved:!1}],["dd",{reserved:!1}],["del",{reserved:!1}],["details",{reserved:!1}],["dfn",{reserved:!1}],["dialog",{reserved:!1}],["dir",{reserved:!1}],["div",{reserved:!1}],["dl",{reserved:!1}],["dt",{reserved:!1}],["em",{reserved:!1}],["embed",{reserved:!1}],["fieldset",{reserved:!1}],["figcaption",{reserved:!1}],["figure",{reserved:!1}],["font",{reserved:!1}],["footer",{reserved:!1}],["form",{reserved:!1}],["frame",{reserved:!1}],["frameset",{reserved:!1}],["h1",{reserved:!1}],["h2",{reserved:!1}],["h3",{reserved:!1}],["h4",{reserved:!1}],["h5",{reserved:!1}],["h6",{reserved:!1}],["head",{reserved:!0}],["header",{reserved:!1}],["hgroup",{reserved:!1}],["hr",{reserved:!1}],["html",{reserved:!0}],["i",{reserved:!1}],["iframe",{reserved:!1}],["img",{reserved:!1}],["input",{reserved:!1}],["ins",{reserved:!1}],["kbd",{reserved:!1}],["keygen",{reserved:!1}],["label",{reserved:!1}],["legend",{reserved:!1}],["li",{reserved:!1}],["link",{reserved:!0}],["main",{reserved:!1}],["map",{reserved:!1}],["mark",{reserved:!1}],["marquee",{reserved:!1}],["menu",{reserved:!1}],["menuitem",{reserved:!1}],["meta",{reserved:!0}],["meter",{reserved:!1}],["nav",{reserved:!1}],["noembed",{reserved:!0}],["noscript",{reserved:!0}],["object",{reserved:!1}],["ol",{reserved:!1}],["optgroup",{reserved:!1}],["option",{reserved:!1}],["output",{reserved:!1}],["p",{reserved:!1}],["param",{reserved:!0}],["picture",{reserved:!0}],["pre",{reserved:!1}],["progress",{reserved:!1}],["q",{reserved:!1}],["rp",{reserved:!1}],["rt",{reserved:!1}],["rtc",{reserved:!1}],["ruby",{reserved:!1}],["s",{reserved:!1}],["samp",{reserved:!1}],["script",{reserved:!0}],["section",{reserved:!1}],["select",{reserved:!1}],["small",{reserved:!1}],["source",{reserved:!0}],["spacer",{reserved:!1}],["span",{reserved:!1}],["strike",{reserved:!1}],["strong",{reserved:!1}],["style",{reserved:!0}],["sub",{reserved:!1}],["summary",{reserved:!1}],["sup",{reserved:!1}],["table",{reserved:!1}],["tbody",{reserved:!1}],["td",{reserved:!1}],["textarea",{reserved:!1}],["tfoot",{reserved:!1}],["th",{reserved:!1}],["thead",{reserved:!1}],["time",{reserved:!1}],["title",{reserved:!0}],["tr",{reserved:!1}],["track",{reserved:!0}],["tt",{reserved:!1}],["u",{reserved:!1}],["ul",{reserved:!1}],["var",{reserved:!1}],["video",{reserved:!1}],["wbr",{reserved:!1}],["xmp",{reserved:!1}]],w={entries:function(){return C},forEach:function(D){var N=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,k=v(C),ue;try{for(k.s();!(ue=k.n()).done;){var q=s(ue.value,2),J=q[0],K=q[1];D.call(N,K,J,C)}}catch(ie){k.e(ie)}finally{k.f()}},get:function(D){var N=C.find(function(k){return k[0]===D});return N&&N[1]},has:function(D){return!!w.get(D)},keys:function(){return C.map(function(D){var N=s(D,1),k=N[0];return k})},values:function(){return C.map(function(D){var N=s(D,2),k=N[1];return k})}},A=(0,a.default)(w,w.entries());return mm.default=A,mm}var ym={},bm={},vm={},PA;function xz(){if(PA)return vm;PA=1,Object.defineProperty(vm,"__esModule",{value:!0}),vm.default=void 0;var a={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget"]]},u=a;return vm.default=u,vm}var gm={},YA;function Az(){if(YA)return gm;YA=1,Object.defineProperty(gm,"__esModule",{value:!0}),gm.default=void 0;var a={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-activedescendant":null,"aria-disabled":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget"]]},u=a;return gm.default=u,gm}var Sm={},GA;function wz(){if(GA)return Sm;GA=1,Object.defineProperty(Sm,"__esModule",{value:!0}),Sm.default=void 0;var a={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null},relatedConcepts:[{concept:{name:"input"},module:"XForms"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget"]]},u=a;return Sm.default=u,Sm}var Em={},XA;function Oz(){if(XA)return Em;XA=1,Object.defineProperty(Em,"__esModule",{value:!0}),Em.default=void 0;var a={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return Em.default=u,Em}var Rm={},$A;function Mz(){if($A)return Rm;$A=1,Object.defineProperty(Rm,"__esModule",{value:!0}),Rm.default=void 0;var a={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-valuemax":null,"aria-valuemin":null,"aria-valuenow":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},u=a;return Rm.default=u,Rm}var Tm={},QA;function qz(){if(QA)return Tm;QA=1,Object.defineProperty(Tm,"__esModule",{value:!0}),Tm.default=void 0;var a={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:[],prohibitedProps:[],props:{"aria-atomic":null,"aria-busy":null,"aria-controls":null,"aria-current":null,"aria-describedby":null,"aria-details":null,"aria-dropeffect":null,"aria-flowto":null,"aria-grabbed":null,"aria-hidden":null,"aria-keyshortcuts":null,"aria-label":null,"aria-labelledby":null,"aria-live":null,"aria-owns":null,"aria-relevant":null,"aria-roledescription":null},relatedConcepts:[{concept:{name:"role"},module:"XHTML"},{concept:{name:"type"},module:"Dublin Core"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[]},u=a;return Tm.default=u,Tm}var Cm={},ZA;function _z(){if(ZA)return Cm;ZA=1,Object.defineProperty(Cm,"__esModule",{value:!0}),Cm.default=void 0;var a={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:[],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"frontmatter"},module:"DTB"},{concept:{name:"level"},module:"DTB"},{concept:{name:"level"},module:"SMIL"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},u=a;return Cm.default=u,Cm}var xm={},KA;function Dz(){if(KA)return xm;KA=1,Object.defineProperty(xm,"__esModule",{value:!0}),xm.default=void 0;var a={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},u=a;return xm.default=u,xm}var Am={},JA;function zz(){if(JA)return Am;JA=1,Object.defineProperty(Am,"__esModule",{value:!0}),Am.default=void 0;var a={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-orientation":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","composite"],["roletype","structure","section","group"]]},u=a;return Am.default=u,Am}var wm={},IA;function Nz(){if(IA)return wm;IA=1,Object.defineProperty(wm,"__esModule",{value:!0}),wm.default=void 0;var a={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:[],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype"]]},u=a;return wm.default=u,wm}var Om={},FA;function Uz(){if(FA)return Om;FA=1,Object.defineProperty(Om,"__esModule",{value:!0}),Om.default=void 0;var a={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:[],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype"]]},u=a;return Om.default=u,Om}var Mm={},WA;function Bz(){if(WA)return Mm;WA=1,Object.defineProperty(Mm,"__esModule",{value:!0}),Mm.default=void 0;var a={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-modal":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype"]]},u=a;return Mm.default=u,Mm}var ew;function Hz(){if(ew)return bm;ew=1,Object.defineProperty(bm,"__esModule",{value:!0}),bm.default=void 0;var a=x(xz()),u=x(Az()),s=x(wz()),d=x(Oz()),m=x(Mz()),b=x(qz()),v=x(_z()),S=x(Dz()),E=x(zz()),C=x(Nz()),w=x(Uz()),A=x(Bz());function x(k){return k&&k.__esModule?k:{default:k}}var D=[["command",a.default],["composite",u.default],["input",s.default],["landmark",d.default],["range",m.default],["roletype",b.default],["section",v.default],["sectionhead",S.default],["select",E.default],["structure",C.default],["widget",w.default],["window",A.default]],N=D;return bm.default=N,bm}var qm={},_m={},tw;function jz(){if(tw)return _m;tw=1,Object.defineProperty(_m,"__esModule",{value:!0}),_m.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-atomic":"true","aria-live":"assertive"},relatedConcepts:[{concept:{name:"alert"},module:"XForms"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return _m.default=u,_m}var Dm={},nw;function Lz(){if(nw)return Dm;nw=1,Object.defineProperty(Dm,"__esModule",{value:!0}),Dm.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"alert"},module:"XForms"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","alert"],["roletype","window","dialog"]]},u=a;return Dm.default=u,Dm}var zm={},aw;function Vz(){if(aw)return zm;aw=1,Object.defineProperty(zm,"__esModule",{value:!0}),zm.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-activedescendant":null,"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"Device Independence Delivery Unit"}}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},u=a;return zm.default=u,zm}var Nm={},lw;function kz(){if(lw)return Nm;lw=1,Object.defineProperty(Nm,"__esModule",{value:!0}),Nm.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-posinset":null,"aria-setsize":null},relatedConcepts:[{concept:{name:"article"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","document"]]},u=a;return Nm.default=u,Nm}var Um={},rw;function Pz(){if(rw)return Um;rw=1,Object.defineProperty(Um,"__esModule",{value:!0}),Um.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{constraints:["scoped to the body element"],name:"header"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return Um.default=u,Um}var Bm={},uw;function Yz(){if(uw)return Bm;uw=1,Object.defineProperty(Bm,"__esModule",{value:!0}),Bm.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"blockquote"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return Bm.default=u,Bm}var Hm={},iw;function Gz(){if(iw)return Hm;iw=1,Object.defineProperty(Hm,"__esModule",{value:!0}),Hm.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-disabled":null,"aria-expanded":null,"aria-haspopup":null,"aria-pressed":null},relatedConcepts:[{concept:{attributes:[{name:"type",value:"button"}],name:"input"},module:"HTML"},{concept:{attributes:[{name:"type",value:"image"}],name:"input"},module:"HTML"},{concept:{attributes:[{name:"type",value:"reset"}],name:"input"},module:"HTML"},{concept:{attributes:[{name:"type",value:"submit"}],name:"input"},module:"HTML"},{concept:{name:"button"},module:"HTML"},{concept:{name:"trigger"},module:"XForms"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command"]]},u=a;return Hm.default=u,Hm}var jm={},ow;function Xz(){if(ow)return jm;ow=1,Object.defineProperty(jm,"__esModule",{value:!0}),jm.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"caption"},module:"HTML"}],requireContextRole:["figure","grid","table"],requiredContextRole:["figure","grid","table"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return jm.default=u,jm}var Lm={},sw;function $z(){if(sw)return Lm;sw=1,Object.defineProperty(Lm,"__esModule",{value:!0}),Lm.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-colindex":null,"aria-colspan":null,"aria-rowindex":null,"aria-rowspan":null},relatedConcepts:[{concept:{constraints:["ancestor table element has table role"],name:"td"},module:"HTML"}],requireContextRole:["row"],requiredContextRole:["row"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return Lm.default=u,Lm}var Vm={},cw;function Qz(){if(cw)return Vm;cw=1,Object.defineProperty(Vm,"__esModule",{value:!0}),Vm.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-checked":null,"aria-errormessage":null,"aria-expanded":null,"aria-invalid":null,"aria-readonly":null,"aria-required":null},relatedConcepts:[{concept:{attributes:[{name:"type",value:"checkbox"}],name:"input"},module:"HTML"},{concept:{name:"option"},module:"ARIA"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-checked":null},superClass:[["roletype","widget","input"]]},u=a;return Vm.default=u,Vm}var km={},fw;function Zz(){if(fw)return km;fw=1,Object.defineProperty(km,"__esModule",{value:!0}),km.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"code"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return km.default=u,km}var Pm={},dw;function Kz(){if(dw)return Pm;dw=1,Object.defineProperty(Pm,"__esModule",{value:!0}),Pm.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-sort":null},relatedConcepts:[{concept:{name:"th"},module:"HTML"},{concept:{attributes:[{name:"scope",value:"col"}],name:"th"},module:"HTML"},{concept:{attributes:[{name:"scope",value:"colgroup"}],name:"th"},module:"HTML"}],requireContextRole:["row"],requiredContextRole:["row"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","cell"],["roletype","structure","section","cell","gridcell"],["roletype","widget","gridcell"],["roletype","structure","sectionhead"]]},u=a;return Pm.default=u,Pm}var Ym={},pw;function Jz(){if(pw)return Ym;pw=1,Object.defineProperty(Ym,"__esModule",{value:!0}),Ym.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-activedescendant":null,"aria-autocomplete":null,"aria-errormessage":null,"aria-invalid":null,"aria-readonly":null,"aria-required":null,"aria-expanded":"false","aria-haspopup":"listbox"},relatedConcepts:[{concept:{attributes:[{constraints:["set"],name:"list"},{name:"type",value:"email"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"list"},{name:"type",value:"search"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"list"},{name:"type",value:"tel"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"list"},{name:"type",value:"text"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"list"},{name:"type",value:"url"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"list"},{name:"type",value:"url"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"multiple"},{constraints:["undefined"],name:"size"}],constraints:["the multiple attribute is not set and the size attribute does not have a value greater than 1"],name:"select"},module:"HTML"},{concept:{name:"select"},module:"XForms"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-controls":null,"aria-expanded":"false"},superClass:[["roletype","widget","input"]]},u=a;return Ym.default=u,Ym}var Gm={},hw;function Iz(){if(hw)return Gm;hw=1,Object.defineProperty(Gm,"__esModule",{value:!0}),Gm.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"aside"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"aria-label"}],constraints:["scoped to a sectioning content element","scoped to a sectioning root element other than body"],name:"aside"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"aria-labelledby"}],constraints:["scoped to a sectioning content element","scoped to a sectioning root element other than body"],name:"aside"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return Gm.default=u,Gm}var Xm={},mw;function Fz(){if(mw)return Xm;mw=1,Object.defineProperty(Xm,"__esModule",{value:!0}),Xm.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{constraints:["scoped to the body element"],name:"footer"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return Xm.default=u,Xm}var $m={},yw;function Wz(){if(yw)return $m;yw=1,Object.defineProperty($m,"__esModule",{value:!0}),$m.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"dd"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return $m.default=u,$m}var Qm={},bw;function eN(){if(bw)return Qm;bw=1,Object.defineProperty(Qm,"__esModule",{value:!0}),Qm.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"del"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return Qm.default=u,Qm}var Zm={},vw;function tN(){if(vw)return Zm;vw=1,Object.defineProperty(Zm,"__esModule",{value:!0}),Zm.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"dialog"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","window"]]},u=a;return Zm.default=u,Zm}var Km={},gw;function nN(){if(gw)return Km;gw=1,Object.defineProperty(Km,"__esModule",{value:!0}),Km.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{module:"DAISY Guide"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","list"]]},u=a;return Km.default=u,Km}var Jm={},Sw;function aN(){if(Sw)return Jm;Sw=1,Object.defineProperty(Jm,"__esModule",{value:!0}),Jm.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"Device Independence Delivery Unit"}},{concept:{name:"html"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},u=a;return Jm.default=u,Jm}var Im={},Ew;function lN(){if(Ew)return Im;Ew=1,Object.defineProperty(Im,"__esModule",{value:!0}),Im.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"em"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return Im.default=u,Im}var Fm={},Rw;function rN(){if(Rw)return Fm;Rw=1,Object.defineProperty(Fm,"__esModule",{value:!0}),Fm.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["article"]],requiredProps:{},superClass:[["roletype","structure","section","list"]]},u=a;return Fm.default=u,Fm}var Wm={},Tw;function uN(){if(Tw)return Wm;Tw=1,Object.defineProperty(Wm,"__esModule",{value:!0}),Wm.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"figure"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return Wm.default=u,Wm}var ey={},Cw;function iN(){if(Cw)return ey;Cw=1,Object.defineProperty(ey,"__esModule",{value:!0}),ey.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{attributes:[{constraints:["set"],name:"aria-label"}],name:"form"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"aria-labelledby"}],name:"form"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"name"}],name:"form"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return ey.default=u,ey}var ty={},xw;function oN(){if(xw)return ty;xw=1,Object.defineProperty(ty,"__esModule",{value:!0}),ty.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"a"},module:"HTML"},{concept:{name:"area"},module:"HTML"},{concept:{name:"aside"},module:"HTML"},{concept:{name:"b"},module:"HTML"},{concept:{name:"bdo"},module:"HTML"},{concept:{name:"body"},module:"HTML"},{concept:{name:"data"},module:"HTML"},{concept:{name:"div"},module:"HTML"},{concept:{constraints:["scoped to the main element","scoped to a sectioning content element","scoped to a sectioning root element other than body"],name:"footer"},module:"HTML"},{concept:{constraints:["scoped to the main element","scoped to a sectioning content element","scoped to a sectioning root element other than body"],name:"header"},module:"HTML"},{concept:{name:"hgroup"},module:"HTML"},{concept:{name:"i"},module:"HTML"},{concept:{name:"pre"},module:"HTML"},{concept:{name:"q"},module:"HTML"},{concept:{name:"samp"},module:"HTML"},{concept:{name:"section"},module:"HTML"},{concept:{name:"small"},module:"HTML"},{concept:{name:"span"},module:"HTML"},{concept:{name:"u"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},u=a;return ty.default=u,ty}var ny={},Aw;function sN(){if(Aw)return ny;Aw=1,Object.defineProperty(ny,"__esModule",{value:!0}),ny.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-multiselectable":null,"aria-readonly":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["row"],["row","rowgroup"]],requiredProps:{},superClass:[["roletype","widget","composite"],["roletype","structure","section","table"]]},u=a;return ny.default=u,ny}var ay={},ww;function cN(){if(ww)return ay;ww=1,Object.defineProperty(ay,"__esModule",{value:!0}),ay.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null,"aria-readonly":null,"aria-required":null,"aria-selected":null},relatedConcepts:[{concept:{constraints:["ancestor table element has grid role","ancestor table element has treegrid role"],name:"td"},module:"HTML"}],requireContextRole:["row"],requiredContextRole:["row"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","cell"],["roletype","widget"]]},u=a;return ay.default=u,ay}var ly={},Ow;function fN(){if(Ow)return ly;Ow=1,Object.defineProperty(ly,"__esModule",{value:!0}),ly.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-activedescendant":null,"aria-disabled":null},relatedConcepts:[{concept:{name:"details"},module:"HTML"},{concept:{name:"fieldset"},module:"HTML"},{concept:{name:"optgroup"},module:"HTML"},{concept:{name:"address"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return ly.default=u,ly}var ry={},Mw;function dN(){if(Mw)return ry;Mw=1,Object.defineProperty(ry,"__esModule",{value:!0}),ry.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-level":"2"},relatedConcepts:[{concept:{name:"h1"},module:"HTML"},{concept:{name:"h2"},module:"HTML"},{concept:{name:"h3"},module:"HTML"},{concept:{name:"h4"},module:"HTML"},{concept:{name:"h5"},module:"HTML"},{concept:{name:"h6"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-level":"2"},superClass:[["roletype","structure","sectionhead"]]},u=a;return ry.default=u,ry}var uy={},qw;function pN(){if(qw)return uy;qw=1,Object.defineProperty(uy,"__esModule",{value:!0}),uy.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{attributes:[{constraints:["set"],name:"alt"}],name:"img"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"alt"}],name:"img"},module:"HTML"},{concept:{name:"imggroup"},module:"DTB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return uy.default=u,uy}var iy={},_w;function hN(){if(_w)return iy;_w=1,Object.defineProperty(iy,"__esModule",{value:!0}),iy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"ins"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return iy.default=u,iy}var oy={},Dw;function mN(){if(Dw)return oy;Dw=1,Object.defineProperty(oy,"__esModule",{value:!0}),oy.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-disabled":null,"aria-expanded":null,"aria-haspopup":null},relatedConcepts:[{concept:{attributes:[{constraints:["set"],name:"href"}],name:"a"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"href"}],name:"area"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command"]]},u=a;return oy.default=u,oy}var sy={},zw;function yN(){if(zw)return sy;zw=1,Object.defineProperty(sy,"__esModule",{value:!0}),sy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"menu"},module:"HTML"},{concept:{name:"ol"},module:"HTML"},{concept:{name:"ul"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["listitem"]],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return sy.default=u,sy}var cy={},Nw;function bN(){if(Nw)return cy;Nw=1,Object.defineProperty(cy,"__esModule",{value:!0}),cy.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-expanded":null,"aria-invalid":null,"aria-multiselectable":null,"aria-readonly":null,"aria-required":null,"aria-orientation":"vertical"},relatedConcepts:[{concept:{attributes:[{constraints:[">1"],name:"size"}],constraints:["the size attribute value is greater than 1"],name:"select"},module:"HTML"},{concept:{attributes:[{name:"multiple"}],name:"select"},module:"HTML"},{concept:{name:"datalist"},module:"HTML"},{concept:{name:"list"},module:"ARIA"},{concept:{name:"select"},module:"XForms"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["option","group"],["option"]],requiredProps:{},superClass:[["roletype","widget","composite","select"],["roletype","structure","section","group","select"]]},u=a;return cy.default=u,cy}var fy={},Uw;function vN(){if(Uw)return fy;Uw=1,Object.defineProperty(fy,"__esModule",{value:!0}),fy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-level":null,"aria-posinset":null,"aria-setsize":null},relatedConcepts:[{concept:{constraints:["direct descendant of ol","direct descendant of ul","direct descendant of menu"],name:"li"},module:"HTML"},{concept:{name:"item"},module:"XForms"}],requireContextRole:["directory","list"],requiredContextRole:["directory","list"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return fy.default=u,fy}var dy={},Bw;function gN(){if(Bw)return dy;Bw=1,Object.defineProperty(dy,"__esModule",{value:!0}),dy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-live":"polite"},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return dy.default=u,dy}var py={},Hw;function SN(){if(Hw)return py;Hw=1,Object.defineProperty(py,"__esModule",{value:!0}),py.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"main"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return py.default=u,py}var hy={},jw;function EN(){if(jw)return hy;jw=1,Object.defineProperty(hy,"__esModule",{value:!0}),hy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:[],props:{"aria-braillelabel":null,"aria-brailleroledescription":null,"aria-description":null},relatedConcepts:[{concept:{name:"mark"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return hy.default=u,hy}var my={},Lw;function RN(){if(Lw)return my;Lw=1,Object.defineProperty(my,"__esModule",{value:!0}),my.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return my.default=u,my}var yy={},Vw;function TN(){if(Vw)return yy;Vw=1,Object.defineProperty(yy,"__esModule",{value:!0}),yy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"math"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return yy.default=u,yy}var by={},kw;function CN(){if(kw)return by;kw=1,Object.defineProperty(by,"__esModule",{value:!0}),by.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-orientation":"vertical"},relatedConcepts:[{concept:{name:"MENU"},module:"JAPI"},{concept:{name:"list"},module:"ARIA"},{concept:{name:"select"},module:"XForms"},{concept:{name:"sidebar"},module:"DTB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["menuitem","group"],["menuitemradio","group"],["menuitemcheckbox","group"],["menuitem"],["menuitemcheckbox"],["menuitemradio"]],requiredProps:{},superClass:[["roletype","widget","composite","select"],["roletype","structure","section","group","select"]]},u=a;return by.default=u,by}var vy={},Pw;function xN(){if(Pw)return vy;Pw=1,Object.defineProperty(vy,"__esModule",{value:!0}),vy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-orientation":"horizontal"},relatedConcepts:[{concept:{name:"toolbar"},module:"ARIA"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["menuitem","group"],["menuitemradio","group"],["menuitemcheckbox","group"],["menuitem"],["menuitemcheckbox"],["menuitemradio"]],requiredProps:{},superClass:[["roletype","widget","composite","select","menu"],["roletype","structure","section","group","select","menu"]]},u=a;return vy.default=u,vy}var gy={},Yw;function AN(){if(Yw)return gy;Yw=1,Object.defineProperty(gy,"__esModule",{value:!0}),gy.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-disabled":null,"aria-expanded":null,"aria-haspopup":null,"aria-posinset":null,"aria-setsize":null},relatedConcepts:[{concept:{name:"MENU_ITEM"},module:"JAPI"},{concept:{name:"listitem"},module:"ARIA"},{concept:{name:"option"},module:"ARIA"}],requireContextRole:["group","menu","menubar"],requiredContextRole:["group","menu","menubar"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command"]]},u=a;return gy.default=u,gy}var Sy={},Gw;function wN(){if(Gw)return Sy;Gw=1,Object.defineProperty(Sy,"__esModule",{value:!0}),Sy.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"menuitem"},module:"ARIA"}],requireContextRole:["group","menu","menubar"],requiredContextRole:["group","menu","menubar"],requiredOwnedElements:[],requiredProps:{"aria-checked":null},superClass:[["roletype","widget","input","checkbox"],["roletype","widget","command","menuitem"]]},u=a;return Sy.default=u,Sy}var Ey={},Xw;function ON(){if(Xw)return Ey;Xw=1,Object.defineProperty(Ey,"__esModule",{value:!0}),Ey.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"menuitem"},module:"ARIA"}],requireContextRole:["group","menu","menubar"],requiredContextRole:["group","menu","menubar"],requiredOwnedElements:[],requiredProps:{"aria-checked":null},superClass:[["roletype","widget","input","checkbox","menuitemcheckbox"],["roletype","widget","command","menuitem","menuitemcheckbox"],["roletype","widget","input","radio"]]},u=a;return Ey.default=u,Ey}var Ry={},$w;function MN(){if($w)return Ry;$w=1,Object.defineProperty(Ry,"__esModule",{value:!0}),Ry.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-valuetext":null,"aria-valuemax":"100","aria-valuemin":"0"},relatedConcepts:[{concept:{name:"meter"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-valuenow":null},superClass:[["roletype","structure","range"]]},u=a;return Ry.default=u,Ry}var Ty={},Qw;function qN(){if(Qw)return Ty;Qw=1,Object.defineProperty(Ty,"__esModule",{value:!0}),Ty.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"nav"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return Ty.default=u,Ty}var Cy={},Zw;function _N(){if(Zw)return Cy;Zw=1,Object.defineProperty(Cy,"__esModule",{value:!0}),Cy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:[],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[]},u=a;return Cy.default=u,Cy}var xy={},Kw;function DN(){if(Kw)return xy;Kw=1,Object.defineProperty(xy,"__esModule",{value:!0}),xy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return xy.default=u,xy}var Ay={},Jw;function zN(){if(Jw)return Ay;Jw=1,Object.defineProperty(Ay,"__esModule",{value:!0}),Ay.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-checked":null,"aria-posinset":null,"aria-setsize":null,"aria-selected":"false"},relatedConcepts:[{concept:{name:"item"},module:"XForms"},{concept:{name:"listitem"},module:"ARIA"},{concept:{name:"option"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-selected":"false"},superClass:[["roletype","widget","input"]]},u=a;return Ay.default=u,Ay}var wy={},Iw;function NN(){if(Iw)return wy;Iw=1,Object.defineProperty(wy,"__esModule",{value:!0}),wy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"p"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return wy.default=u,wy}var Oy={},Fw;function UN(){if(Fw)return Oy;Fw=1,Object.defineProperty(Oy,"__esModule",{value:!0}),Oy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{attributes:[{name:"alt",value:""}],name:"img"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},u=a;return Oy.default=u,Oy}var My={},Ww;function BN(){if(Ww)return My;Ww=1,Object.defineProperty(My,"__esModule",{value:!0}),My.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-valuetext":null},relatedConcepts:[{concept:{name:"progress"},module:"HTML"},{concept:{name:"status"},module:"ARIA"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","range"],["roletype","widget"]]},u=a;return My.default=u,My}var qy={},eO;function HN(){if(eO)return qy;eO=1,Object.defineProperty(qy,"__esModule",{value:!0}),qy.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-checked":null,"aria-posinset":null,"aria-setsize":null},relatedConcepts:[{concept:{attributes:[{name:"type",value:"radio"}],name:"input"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-checked":null},superClass:[["roletype","widget","input"]]},u=a;return qy.default=u,qy}var _y={},tO;function jN(){if(tO)return _y;tO=1,Object.defineProperty(_y,"__esModule",{value:!0}),_y.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null,"aria-readonly":null,"aria-required":null},relatedConcepts:[{concept:{name:"list"},module:"ARIA"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["radio"]],requiredProps:{},superClass:[["roletype","widget","composite","select"],["roletype","structure","section","group","select"]]},u=a;return _y.default=u,_y}var Dy={},nO;function LN(){if(nO)return Dy;nO=1,Object.defineProperty(Dy,"__esModule",{value:!0}),Dy.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{attributes:[{constraints:["set"],name:"aria-label"}],name:"section"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"aria-labelledby"}],name:"section"},module:"HTML"},{concept:{name:"Device Independence Glossart perceivable unit"}}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return Dy.default=u,Dy}var zy={},aO;function VN(){if(aO)return zy;aO=1,Object.defineProperty(zy,"__esModule",{value:!0}),zy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-colindex":null,"aria-expanded":null,"aria-level":null,"aria-posinset":null,"aria-rowindex":null,"aria-selected":null,"aria-setsize":null},relatedConcepts:[{concept:{name:"tr"},module:"HTML"}],requireContextRole:["grid","rowgroup","table","treegrid"],requiredContextRole:["grid","rowgroup","table","treegrid"],requiredOwnedElements:[["cell"],["columnheader"],["gridcell"],["rowheader"]],requiredProps:{},superClass:[["roletype","structure","section","group"],["roletype","widget"]]},u=a;return zy.default=u,zy}var Ny={},lO;function kN(){if(lO)return Ny;lO=1,Object.defineProperty(Ny,"__esModule",{value:!0}),Ny.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"tbody"},module:"HTML"},{concept:{name:"tfoot"},module:"HTML"},{concept:{name:"thead"},module:"HTML"}],requireContextRole:["grid","table","treegrid"],requiredContextRole:["grid","table","treegrid"],requiredOwnedElements:[["row"]],requiredProps:{},superClass:[["roletype","structure"]]},u=a;return Ny.default=u,Ny}var Uy={},rO;function PN(){if(rO)return Uy;rO=1,Object.defineProperty(Uy,"__esModule",{value:!0}),Uy.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-sort":null},relatedConcepts:[{concept:{attributes:[{name:"scope",value:"row"}],name:"th"},module:"HTML"},{concept:{attributes:[{name:"scope",value:"rowgroup"}],name:"th"},module:"HTML"}],requireContextRole:["row","rowgroup"],requiredContextRole:["row","rowgroup"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","cell"],["roletype","structure","section","cell","gridcell"],["roletype","widget","gridcell"],["roletype","structure","sectionhead"]]},u=a;return Uy.default=u,Uy}var By={},uO;function YN(){if(uO)return By;uO=1,Object.defineProperty(By,"__esModule",{value:!0}),By.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-valuetext":null,"aria-orientation":"vertical","aria-valuemax":"100","aria-valuemin":"0"},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-controls":null,"aria-valuenow":null},superClass:[["roletype","structure","range"],["roletype","widget"]]},u=a;return By.default=u,By}var Hy={},iO;function GN(){if(iO)return Hy;iO=1,Object.defineProperty(Hy,"__esModule",{value:!0}),Hy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return Hy.default=u,Hy}var jy={},oO;function XN(){if(oO)return jy;oO=1,Object.defineProperty(jy,"__esModule",{value:!0}),jy.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{attributes:[{constraints:["undefined"],name:"list"},{name:"type",value:"search"}],constraints:["the list attribute is not set"],name:"input"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","input","textbox"]]},u=a;return jy.default=u,jy}var Ly={},sO;function $N(){if(sO)return Ly;sO=1,Object.defineProperty(Ly,"__esModule",{value:!0}),Ly.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-orientation":"horizontal","aria-valuemax":"100","aria-valuemin":"0","aria-valuenow":null,"aria-valuetext":null},relatedConcepts:[{concept:{name:"hr"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},u=a;return Ly.default=u,Ly}var Vy={},cO;function QN(){if(cO)return Vy;cO=1,Object.defineProperty(Vy,"__esModule",{value:!0}),Vy.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-haspopup":null,"aria-invalid":null,"aria-readonly":null,"aria-valuetext":null,"aria-orientation":"horizontal","aria-valuemax":"100","aria-valuemin":"0"},relatedConcepts:[{concept:{attributes:[{name:"type",value:"range"}],name:"input"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-valuenow":null},superClass:[["roletype","widget","input"],["roletype","structure","range"]]},u=a;return Vy.default=u,Vy}var ky={},fO;function ZN(){if(fO)return ky;fO=1,Object.defineProperty(ky,"__esModule",{value:!0}),ky.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null,"aria-readonly":null,"aria-required":null,"aria-valuetext":null,"aria-valuenow":"0"},relatedConcepts:[{concept:{attributes:[{name:"type",value:"number"}],name:"input"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","composite"],["roletype","widget","input"],["roletype","structure","range"]]},u=a;return ky.default=u,ky}var Py={},dO;function KN(){if(dO)return Py;dO=1,Object.defineProperty(Py,"__esModule",{value:!0}),Py.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-atomic":"true","aria-live":"polite"},relatedConcepts:[{concept:{name:"output"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return Py.default=u,Py}var Yy={},pO;function JN(){if(pO)return Yy;pO=1,Object.defineProperty(Yy,"__esModule",{value:!0}),Yy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"strong"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return Yy.default=u,Yy}var Gy={},hO;function IN(){if(hO)return Gy;hO=1,Object.defineProperty(Gy,"__esModule",{value:!0}),Gy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"sub"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return Gy.default=u,Gy}var Xy={},mO;function FN(){if(mO)return Xy;mO=1,Object.defineProperty(Xy,"__esModule",{value:!0}),Xy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"sup"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return Xy.default=u,Xy}var $y={},yO;function WN(){if(yO)return $y;yO=1,Object.defineProperty($y,"__esModule",{value:!0}),$y.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"button"},module:"ARIA"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-checked":null},superClass:[["roletype","widget","input","checkbox"]]},u=a;return $y.default=u,$y}var Qy={},bO;function eU(){if(bO)return Qy;bO=1,Object.defineProperty(Qy,"__esModule",{value:!0}),Qy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-disabled":null,"aria-expanded":null,"aria-haspopup":null,"aria-posinset":null,"aria-setsize":null,"aria-selected":"false"},relatedConcepts:[],requireContextRole:["tablist"],requiredContextRole:["tablist"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","sectionhead"],["roletype","widget"]]},u=a;return Qy.default=u,Qy}var Zy={},vO;function tU(){if(vO)return Zy;vO=1,Object.defineProperty(Zy,"__esModule",{value:!0}),Zy.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-colcount":null,"aria-rowcount":null},relatedConcepts:[{concept:{name:"table"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["row"],["row","rowgroup"]],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return Zy.default=u,Zy}var Ky={},gO;function nU(){if(gO)return Ky;gO=1,Object.defineProperty(Ky,"__esModule",{value:!0}),Ky.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-level":null,"aria-multiselectable":null,"aria-orientation":"horizontal"},relatedConcepts:[{module:"DAISY",concept:{name:"guide"}}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["tab"]],requiredProps:{},superClass:[["roletype","widget","composite"]]},u=a;return Ky.default=u,Ky}var Jy={},SO;function aU(){if(SO)return Jy;SO=1,Object.defineProperty(Jy,"__esModule",{value:!0}),Jy.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return Jy.default=u,Jy}var Iy={},EO;function lU(){if(EO)return Iy;EO=1,Object.defineProperty(Iy,"__esModule",{value:!0}),Iy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"dfn"},module:"HTML"},{concept:{name:"dt"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return Iy.default=u,Iy}var Fy={},RO;function rU(){if(RO)return Fy;RO=1,Object.defineProperty(Fy,"__esModule",{value:!0}),Fy.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-activedescendant":null,"aria-autocomplete":null,"aria-errormessage":null,"aria-haspopup":null,"aria-invalid":null,"aria-multiline":null,"aria-placeholder":null,"aria-readonly":null,"aria-required":null},relatedConcepts:[{concept:{attributes:[{constraints:["undefined"],name:"type"},{constraints:["undefined"],name:"list"}],constraints:["the list attribute is not set"],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"list"},{name:"type",value:"email"}],constraints:["the list attribute is not set"],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"list"},{name:"type",value:"tel"}],constraints:["the list attribute is not set"],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"list"},{name:"type",value:"text"}],constraints:["the list attribute is not set"],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"list"},{name:"type",value:"url"}],constraints:["the list attribute is not set"],name:"input"},module:"HTML"},{concept:{name:"input"},module:"XForms"},{concept:{name:"textarea"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","input"]]},u=a;return Fy.default=u,Fy}var Wy={},TO;function uU(){if(TO)return Wy;TO=1,Object.defineProperty(Wy,"__esModule",{value:!0}),Wy.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"time"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return Wy.default=u,Wy}var eb={},CO;function iU(){if(CO)return eb;CO=1,Object.defineProperty(eb,"__esModule",{value:!0}),eb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","status"]]},u=a;return eb.default=u,eb}var tb={},xO;function oU(){if(xO)return tb;xO=1,Object.defineProperty(tb,"__esModule",{value:!0}),tb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-orientation":"horizontal"},relatedConcepts:[{concept:{name:"menubar"},module:"ARIA"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","group"]]},u=a;return tb.default=u,tb}var nb={},AO;function sU(){if(AO)return nb;AO=1,Object.defineProperty(nb,"__esModule",{value:!0}),nb.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return nb.default=u,nb}var ab={},wO;function cU(){if(wO)return ab;wO=1,Object.defineProperty(ab,"__esModule",{value:!0}),ab.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null,"aria-multiselectable":null,"aria-required":null,"aria-orientation":"vertical"},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["treeitem","group"],["treeitem"]],requiredProps:{},superClass:[["roletype","widget","composite","select"],["roletype","structure","section","group","select"]]},u=a;return ab.default=u,ab}var lb={},OO;function fU(){if(OO)return lb;OO=1,Object.defineProperty(lb,"__esModule",{value:!0}),lb.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["row"],["row","rowgroup"]],requiredProps:{},superClass:[["roletype","widget","composite","grid"],["roletype","structure","section","table","grid"],["roletype","widget","composite","select","tree"],["roletype","structure","section","group","select","tree"]]},u=a;return lb.default=u,lb}var rb={},MO;function dU(){if(MO)return rb;MO=1,Object.defineProperty(rb,"__esModule",{value:!0}),rb.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-expanded":null,"aria-haspopup":null},relatedConcepts:[],requireContextRole:["group","tree"],requiredContextRole:["group","tree"],requiredOwnedElements:[],requiredProps:{"aria-selected":null},superClass:[["roletype","structure","section","listitem"],["roletype","widget","input","option"]]},u=a;return rb.default=u,rb}var qO;function pU(){if(qO)return qm;qO=1,Object.defineProperty(qm,"__esModule",{value:!0}),qm.default=void 0;var a=we(jz()),u=we(Lz()),s=we(Vz()),d=we(kz()),m=we(Pz()),b=we(Yz()),v=we(Gz()),S=we(Xz()),E=we($z()),C=we(Qz()),w=we(Zz()),A=we(Kz()),x=we(Jz()),D=we(Iz()),N=we(Fz()),k=we(Wz()),ue=we(eN()),q=we(tN()),J=we(nN()),K=we(aN()),ie=we(lN()),ne=we(rN()),j=we(uN()),B=we(iN()),X=we(oN()),te=we(sN()),Ee=we(cN()),xe=we(fN()),Se=we(dN()),me=we(pN()),Ae=we(hN()),Ne=we(mN()),P=we(yN()),se=we(bN()),ge=we(vN()),Ue=we(gN()),oe=we(SN()),_e=we(EN()),Oe=we(RN()),Re=we(TN()),Ge=we(CN()),bt=we(xN()),Xe=we(AN()),ba=we(wN()),Dt=we(ON()),$=we(MN()),De=we(qN()),Ce=we(_N()),st=we(DN()),Je=we(zN()),Gt=we(NN()),Cn=we(UN()),Jt=we(BN()),It=we(HN()),qi=we(jN()),xd=we(LN()),Cc=we(VN()),_i=we(kN()),xc=we(PN()),Cu=we(YN()),sv=we(GN()),Ad=we(XN()),xu=we($N()),zn=we(QN()),Sl=we(ZN()),Qn=we(KN()),Ac=we(JN()),wd=we(IN()),cv=we(FN()),Au=we(WN()),El=we(eU()),na=we(tU()),Gl=we(nU()),Ia=we(aU()),pn=we(lU()),Xl=we(rU()),Lr=we(uU()),$l=we(iU()),Vr=we(oU()),Od=we(sU()),Di=we(cU()),zi=we(fU()),Na=we(dU());function we(Xt){return Xt&&Xt.__esModule?Xt:{default:Xt}}var Md=[["alert",a.default],["alertdialog",u.default],["application",s.default],["article",d.default],["banner",m.default],["blockquote",b.default],["button",v.default],["caption",S.default],["cell",E.default],["checkbox",C.default],["code",w.default],["columnheader",A.default],["combobox",x.default],["complementary",D.default],["contentinfo",N.default],["definition",k.default],["deletion",ue.default],["dialog",q.default],["directory",J.default],["document",K.default],["emphasis",ie.default],["feed",ne.default],["figure",j.default],["form",B.default],["generic",X.default],["grid",te.default],["gridcell",Ee.default],["group",xe.default],["heading",Se.default],["img",me.default],["insertion",Ae.default],["link",Ne.default],["list",P.default],["listbox",se.default],["listitem",ge.default],["log",Ue.default],["main",oe.default],["mark",_e.default],["marquee",Oe.default],["math",Re.default],["menu",Ge.default],["menubar",bt.default],["menuitem",Xe.default],["menuitemcheckbox",ba.default],["menuitemradio",Dt.default],["meter",$.default],["navigation",De.default],["none",Ce.default],["note",st.default],["option",Je.default],["paragraph",Gt.default],["presentation",Cn.default],["progressbar",Jt.default],["radio",It.default],["radiogroup",qi.default],["region",xd.default],["row",Cc.default],["rowgroup",_i.default],["rowheader",xc.default],["scrollbar",Cu.default],["search",sv.default],["searchbox",Ad.default],["separator",xu.default],["slider",zn.default],["spinbutton",Sl.default],["status",Qn.default],["strong",Ac.default],["subscript",wd.default],["superscript",cv.default],["switch",Au.default],["tab",El.default],["table",na.default],["tablist",Gl.default],["tabpanel",Ia.default],["term",pn.default],["textbox",Xl.default],["time",Lr.default],["timer",$l.default],["toolbar",Vr.default],["tooltip",Od.default],["tree",Di.default],["treegrid",zi.default],["treeitem",Na.default]],fv=Md;return qm.default=fv,qm}var ub={},ib={},_O;function hU(){if(_O)return ib;_O=1,Object.defineProperty(ib,"__esModule",{value:!0}),ib.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"abstract [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return ib.default=u,ib}var ob={},DO;function mU(){if(DO)return ob;DO=1,Object.defineProperty(ob,"__esModule",{value:!0}),ob.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"acknowledgments [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return ob.default=u,ob}var sb={},zO;function yU(){if(zO)return sb;zO=1,Object.defineProperty(sb,"__esModule",{value:!0}),sb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"afterword [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return sb.default=u,sb}var cb={},NO;function bU(){if(NO)return cb;NO=1,Object.defineProperty(cb,"__esModule",{value:!0}),cb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"appendix [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return cb.default=u,cb}var fb={},UO;function vU(){if(UO)return fb;UO=1,Object.defineProperty(fb,"__esModule",{value:!0}),fb.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"referrer [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command","link"]]},u=a;return fb.default=u,fb}var db={},BO;function gU(){if(BO)return db;BO=1,Object.defineProperty(db,"__esModule",{value:!0}),db.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"EPUB biblioentry [EPUB-SSV]"},module:"EPUB"}],requireContextRole:["doc-bibliography"],requiredContextRole:["doc-bibliography"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","listitem"]]},u=a;return db.default=u,db}var pb={},HO;function SU(){if(HO)return pb;HO=1,Object.defineProperty(pb,"__esModule",{value:!0}),pb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"bibliography [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["doc-biblioentry"]],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return pb.default=u,pb}var hb={},jO;function EU(){if(jO)return hb;jO=1,Object.defineProperty(hb,"__esModule",{value:!0}),hb.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"biblioref [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command","link"]]},u=a;return hb.default=u,hb}var mb={},LO;function RU(){if(LO)return mb;LO=1,Object.defineProperty(mb,"__esModule",{value:!0}),mb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"chapter [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return mb.default=u,mb}var yb={},VO;function TU(){if(VO)return yb;VO=1,Object.defineProperty(yb,"__esModule",{value:!0}),yb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"colophon [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return yb.default=u,yb}var bb={},kO;function CU(){if(kO)return bb;kO=1,Object.defineProperty(bb,"__esModule",{value:!0}),bb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"conclusion [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return bb.default=u,bb}var vb={},PO;function xU(){if(PO)return vb;PO=1,Object.defineProperty(vb,"__esModule",{value:!0}),vb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"cover [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","img"]]},u=a;return vb.default=u,vb}var gb={},YO;function AU(){if(YO)return gb;YO=1,Object.defineProperty(gb,"__esModule",{value:!0}),gb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"credit [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return gb.default=u,gb}var Sb={},GO;function wU(){if(GO)return Sb;GO=1,Object.defineProperty(Sb,"__esModule",{value:!0}),Sb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"credits [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return Sb.default=u,Sb}var Eb={},XO;function OU(){if(XO)return Eb;XO=1,Object.defineProperty(Eb,"__esModule",{value:!0}),Eb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"dedication [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return Eb.default=u,Eb}var Rb={},$O;function MU(){if($O)return Rb;$O=1,Object.defineProperty(Rb,"__esModule",{value:!0}),Rb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"rearnote [EPUB-SSV]"},module:"EPUB"}],requireContextRole:["doc-endnotes"],requiredContextRole:["doc-endnotes"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","listitem"]]},u=a;return Rb.default=u,Rb}var Tb={},QO;function qU(){if(QO)return Tb;QO=1,Object.defineProperty(Tb,"__esModule",{value:!0}),Tb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"rearnotes [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["doc-endnote"]],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return Tb.default=u,Tb}var Cb={},ZO;function _U(){if(ZO)return Cb;ZO=1,Object.defineProperty(Cb,"__esModule",{value:!0}),Cb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"epigraph [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return Cb.default=u,Cb}var xb={},KO;function DU(){if(KO)return xb;KO=1,Object.defineProperty(xb,"__esModule",{value:!0}),xb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"epilogue [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return xb.default=u,xb}var Ab={},JO;function zU(){if(JO)return Ab;JO=1,Object.defineProperty(Ab,"__esModule",{value:!0}),Ab.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"errata [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return Ab.default=u,Ab}var wb={},IO;function NU(){if(IO)return wb;IO=1,Object.defineProperty(wb,"__esModule",{value:!0}),wb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return wb.default=u,wb}var Ob={},FO;function UU(){if(FO)return Ob;FO=1,Object.defineProperty(Ob,"__esModule",{value:!0}),Ob.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"footnote [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return Ob.default=u,Ob}var Mb={},WO;function BU(){if(WO)return Mb;WO=1,Object.defineProperty(Mb,"__esModule",{value:!0}),Mb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"foreword [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return Mb.default=u,Mb}var qb={},eM;function HU(){if(eM)return qb;eM=1,Object.defineProperty(qb,"__esModule",{value:!0}),qb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"glossary [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["definition"],["term"]],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return qb.default=u,qb}var _b={},tM;function jU(){if(tM)return _b;tM=1,Object.defineProperty(_b,"__esModule",{value:!0}),_b.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"glossref [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command","link"]]},u=a;return _b.default=u,_b}var Db={},nM;function LU(){if(nM)return Db;nM=1,Object.defineProperty(Db,"__esModule",{value:!0}),Db.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"index [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark","navigation"]]},u=a;return Db.default=u,Db}var zb={},aM;function VU(){if(aM)return zb;aM=1,Object.defineProperty(zb,"__esModule",{value:!0}),zb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"introduction [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return zb.default=u,zb}var Nb={},lM;function kU(){if(lM)return Nb;lM=1,Object.defineProperty(Nb,"__esModule",{value:!0}),Nb.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"noteref [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command","link"]]},u=a;return Nb.default=u,Nb}var Ub={},rM;function PU(){if(rM)return Ub;rM=1,Object.defineProperty(Ub,"__esModule",{value:!0}),Ub.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"notice [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","note"]]},u=a;return Ub.default=u,Ub}var Bb={},uM;function YU(){if(uM)return Bb;uM=1,Object.defineProperty(Bb,"__esModule",{value:!0}),Bb.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"pagebreak [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","separator"]]},u=a;return Bb.default=u,Bb}var Hb={},iM;function GU(){if(iM)return Hb;iM=1,Object.defineProperty(Hb,"__esModule",{value:!0}),Hb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"page-list [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark","navigation"]]},u=a;return Hb.default=u,Hb}var jb={},oM;function XU(){if(oM)return jb;oM=1,Object.defineProperty(jb,"__esModule",{value:!0}),jb.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"part [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return jb.default=u,jb}var Lb={},sM;function $U(){if(sM)return Lb;sM=1,Object.defineProperty(Lb,"__esModule",{value:!0}),Lb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"preface [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return Lb.default=u,Lb}var Vb={},cM;function QU(){if(cM)return Vb;cM=1,Object.defineProperty(Vb,"__esModule",{value:!0}),Vb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"prologue [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},u=a;return Vb.default=u,Vb}var kb={},fM;function ZU(){if(fM)return kb;fM=1,Object.defineProperty(kb,"__esModule",{value:!0}),kb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"pullquote [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["none"]]},u=a;return kb.default=u,kb}var Pb={},dM;function KU(){if(dM)return Pb;dM=1,Object.defineProperty(Pb,"__esModule",{value:!0}),Pb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"qna [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},u=a;return Pb.default=u,Pb}var Yb={},pM;function JU(){if(pM)return Yb;pM=1,Object.defineProperty(Yb,"__esModule",{value:!0}),Yb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"subtitle [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","sectionhead"]]},u=a;return Yb.default=u,Yb}var Gb={},hM;function IU(){if(hM)return Gb;hM=1,Object.defineProperty(Gb,"__esModule",{value:!0}),Gb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"help [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","note"]]},u=a;return Gb.default=u,Gb}var Xb={},mM;function FU(){if(mM)return Xb;mM=1,Object.defineProperty(Xb,"__esModule",{value:!0}),Xb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"toc [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark","navigation"]]},u=a;return Xb.default=u,Xb}var yM;function WU(){if(yM)return ub;yM=1,Object.defineProperty(ub,"__esModule",{value:!0}),ub.default=void 0;var a=Re(hU()),u=Re(mU()),s=Re(yU()),d=Re(bU()),m=Re(vU()),b=Re(gU()),v=Re(SU()),S=Re(EU()),E=Re(RU()),C=Re(TU()),w=Re(CU()),A=Re(xU()),x=Re(AU()),D=Re(wU()),N=Re(OU()),k=Re(MU()),ue=Re(qU()),q=Re(_U()),J=Re(DU()),K=Re(zU()),ie=Re(NU()),ne=Re(UU()),j=Re(BU()),B=Re(HU()),X=Re(jU()),te=Re(LU()),Ee=Re(VU()),xe=Re(kU()),Se=Re(PU()),me=Re(YU()),Ae=Re(GU()),Ne=Re(XU()),P=Re($U()),se=Re(QU()),ge=Re(ZU()),Ue=Re(KU()),oe=Re(JU()),_e=Re(IU()),Oe=Re(FU());function Re(Xe){return Xe&&Xe.__esModule?Xe:{default:Xe}}var Ge=[["doc-abstract",a.default],["doc-acknowledgments",u.default],["doc-afterword",s.default],["doc-appendix",d.default],["doc-backlink",m.default],["doc-biblioentry",b.default],["doc-bibliography",v.default],["doc-biblioref",S.default],["doc-chapter",E.default],["doc-colophon",C.default],["doc-conclusion",w.default],["doc-cover",A.default],["doc-credit",x.default],["doc-credits",D.default],["doc-dedication",N.default],["doc-endnote",k.default],["doc-endnotes",ue.default],["doc-epigraph",q.default],["doc-epilogue",J.default],["doc-errata",K.default],["doc-example",ie.default],["doc-footnote",ne.default],["doc-foreword",j.default],["doc-glossary",B.default],["doc-glossref",X.default],["doc-index",te.default],["doc-introduction",Ee.default],["doc-noteref",xe.default],["doc-notice",Se.default],["doc-pagebreak",me.default],["doc-pagelist",Ae.default],["doc-part",Ne.default],["doc-preface",P.default],["doc-prologue",se.default],["doc-pullquote",ge.default],["doc-qna",Ue.default],["doc-subtitle",oe.default],["doc-tip",_e.default],["doc-toc",Oe.default]],bt=Ge;return ub.default=bt,ub}var $b={},Qb={},bM;function e4(){if(bM)return Qb;bM=1,Object.defineProperty(Qb,"__esModule",{value:!0}),Qb.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{module:"GRAPHICS",concept:{name:"graphics-object"}},{module:"ARIA",concept:{name:"img"}},{module:"ARIA",concept:{name:"article"}}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","document"]]},u=a;return Qb.default=u,Qb}var Zb={},vM;function t4(){if(vM)return Zb;vM=1,Object.defineProperty(Zb,"__esModule",{value:!0}),Zb.default=void 0;var a={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{module:"GRAPHICS",concept:{name:"graphics-document"}},{module:"ARIA",concept:{name:"group"}},{module:"ARIA",concept:{name:"img"}},{module:"GRAPHICS",concept:{name:"graphics-symbol"}}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","group"]]},u=a;return Zb.default=u,Zb}var Kb={},gM;function n4(){if(gM)return Kb;gM=1,Object.defineProperty(Kb,"__esModule",{value:!0}),Kb.default=void 0;var a={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","img"]]},u=a;return Kb.default=u,Kb}var SM;function a4(){if(SM)return $b;SM=1,Object.defineProperty($b,"__esModule",{value:!0}),$b.default=void 0;var a=d(e4()),u=d(t4()),s=d(n4());function d(v){return v&&v.__esModule?v:{default:v}}var m=[["graphics-document",a.default],["graphics-object",u.default],["graphics-symbol",s.default]],b=m;return $b.default=b,$b}var EM;function KR(){if(EM)return ym;EM=1,Object.defineProperty(ym,"__esModule",{value:!0}),ym.default=void 0;var a=b(Hz()),u=b(pU()),s=b(WU()),d=b(a4()),m=b(hm());function b(q){return q&&q.__esModule?q:{default:q}}function v(q,J,K){return J in q?Object.defineProperty(q,J,{value:K,enumerable:!0,configurable:!0,writable:!0}):q[J]=K,q}function S(q,J){var K=typeof Symbol<"u"&&q[Symbol.iterator]||q["@@iterator"];if(!K){if(Array.isArray(q)||(K=w(q))||J){K&&(q=K);var ie=0,ne=function(){};return{s:ne,n:function(){return ie>=q.length?{done:!0}:{done:!1,value:q[ie++]}},e:function(Ee){throw Ee},f:ne}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
267
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var j=!0,B=!1,X;return{s:function(){K=K.call(q)},n:function(){var Ee=K.next();return j=Ee.done,Ee},e:function(Ee){B=!0,X=Ee},f:function(){try{!j&&K.return!=null&&K.return()}finally{if(B)throw X}}}}function E(q,J){return D(q)||x(q,J)||w(q,J)||C()}function C(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
268
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function w(q,J){if(q){if(typeof q=="string")return A(q,J);var K=Object.prototype.toString.call(q).slice(8,-1);if(K==="Object"&&q.constructor&&(K=q.constructor.name),K==="Map"||K==="Set")return Array.from(q);if(K==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(K))return A(q,J)}}function A(q,J){(J==null||J>q.length)&&(J=q.length);for(var K=0,ie=new Array(J);K<J;K++)ie[K]=q[K];return ie}function x(q,J){var K=q==null?null:typeof Symbol<"u"&&q[Symbol.iterator]||q["@@iterator"];if(K!=null){var ie=[],ne=!0,j=!1,B,X;try{for(K=K.call(q);!(ne=(B=K.next()).done)&&(ie.push(B.value),!(J&&ie.length===J));ne=!0);}catch(te){j=!0,X=te}finally{try{!ne&&K.return!=null&&K.return()}finally{if(j)throw X}}return ie}}function D(q){if(Array.isArray(q))return q}var N=[].concat(a.default,u.default,s.default,d.default);N.forEach(function(q){var J=E(q,2),K=J[1],ie=S(K.superClass),ne;try{for(ie.s();!(ne=ie.n()).done;){var j=ne.value,B=S(j),X;try{var te=function(){var xe=X.value,Se=N.find(function(se){var ge=E(se,1),Ue=ge[0];return Ue===xe});if(Se)for(var me=Se[1],Ae=0,Ne=Object.keys(me.props);Ae<Ne.length;Ae++){var P=Ne[Ae];Object.prototype.hasOwnProperty.call(K.props,P)||Object.assign(K.props,v({},P,me.props[P]))}};for(B.s();!(X=B.n()).done;)te()}catch(Ee){B.e(Ee)}finally{B.f()}}}catch(Ee){ie.e(Ee)}finally{ie.f()}});var k={entries:function(){return N},forEach:function(J){var K=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,ie=S(N),ne;try{for(ie.s();!(ne=ie.n()).done;){var j=E(ne.value,2),B=j[0],X=j[1];J.call(K,X,B,N)}}catch(te){ie.e(te)}finally{ie.f()}},get:function(J){var K=N.find(function(ie){return ie[0]===J});return K&&K[1]},has:function(J){return!!k.get(J)},keys:function(){return N.map(function(J){var K=E(J,1),ie=K[0];return ie})},values:function(){return N.map(function(J){var K=E(J,2),ie=K[1];return ie})}},ue=(0,m.default)(k,k.entries());return ym.default=ue,ym}var Jb={},JR={},RM;function l4(){if(RM)return JR;RM=1;var a=Object.prototype.hasOwnProperty;function u(s,d){var m,b;if(s===d)return!0;if(s&&d&&(m=s.constructor)===d.constructor){if(m===Date)return s.getTime()===d.getTime();if(m===RegExp)return s.toString()===d.toString();if(m===Array){if((b=s.length)===d.length)for(;b--&&u(s[b],d[b]););return b===-1}if(!m||typeof s=="object"){b=0;for(m in s)if(a.call(s,m)&&++b&&!a.call(d,m)||!(m in d)||!u(s[m],d[m]))return!1;return Object.keys(d).length===b}}return s!==s&&d!==d}return JR.dequal=u,JR}var TM;function r4(){if(TM)return Jb;TM=1,Object.defineProperty(Jb,"__esModule",{value:!0}),Jb.default=void 0;var a=l4(),u=d(hm()),s=d(KR());function d(ne){return ne&&ne.__esModule?ne:{default:ne}}function m(ne,j){return S(ne)||v(ne,j)||C(ne,j)||b()}function b(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
269
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function v(ne,j){var B=ne==null?null:typeof Symbol<"u"&&ne[Symbol.iterator]||ne["@@iterator"];if(B!=null){var X=[],te=!0,Ee=!1,xe,Se;try{for(B=B.call(ne);!(te=(xe=B.next()).done)&&(X.push(xe.value),!(j&&X.length===j));te=!0);}catch(me){Ee=!0,Se=me}finally{try{!te&&B.return!=null&&B.return()}finally{if(Ee)throw Se}}return X}}function S(ne){if(Array.isArray(ne))return ne}function E(ne,j){var B=typeof Symbol<"u"&&ne[Symbol.iterator]||ne["@@iterator"];if(!B){if(Array.isArray(ne)||(B=C(ne))||j){B&&(ne=B);var X=0,te=function(){};return{s:te,n:function(){return X>=ne.length?{done:!0}:{done:!1,value:ne[X++]}},e:function(Ae){throw Ae},f:te}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
270
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var Ee=!0,xe=!1,Se;return{s:function(){B=B.call(ne)},n:function(){var Ae=B.next();return Ee=Ae.done,Ae},e:function(Ae){xe=!0,Se=Ae},f:function(){try{!Ee&&B.return!=null&&B.return()}finally{if(xe)throw Se}}}}function C(ne,j){if(ne){if(typeof ne=="string")return w(ne,j);var B=Object.prototype.toString.call(ne).slice(8,-1);if(B==="Object"&&ne.constructor&&(B=ne.constructor.name),B==="Map"||B==="Set")return Array.from(ne);if(B==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(B))return w(ne,j)}}function w(ne,j){(j==null||j>ne.length)&&(j=ne.length);for(var B=0,X=new Array(j);B<j;B++)X[B]=ne[B];return X}for(var A=[],x=s.default.keys(),D=0;D<x.length;D++){var N=x[D],k=s.default.get(N);if(k)for(var ue=[].concat(k.baseConcepts,k.relatedConcepts),q=0;q<ue.length;q++){var J=ue[q];J.module==="HTML"&&(function(){var ne=J.concept;if(ne){var j=A.find(function(Ee){return(0,a.dequal)(Ee,ne)}),B;j?B=j[1]:B=[];for(var X=!0,te=0;te<B.length;te++)if(B[te]===N){X=!1;break}X&&B.push(N),A.push([ne,B])}})()}}var K={entries:function(){return A},forEach:function(j){var B=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,X=E(A),te;try{for(X.s();!(te=X.n()).done;){var Ee=m(te.value,2),xe=Ee[0],Se=Ee[1];j.call(B,Se,xe,A)}}catch(me){X.e(me)}finally{X.f()}},get:function(j){var B=A.find(function(X){return j.name===X[0].name&&(0,a.dequal)(j.attributes,X[0].attributes)});return B&&B[1]},has:function(j){return!!K.get(j)},keys:function(){return A.map(function(j){var B=m(j,1),X=B[0];return X})},values:function(){return A.map(function(j){var B=m(j,2),X=B[1];return X})}},ie=(0,u.default)(K,K.entries());return Jb.default=ie,Jb}var Ib={},CM;function u4(){if(CM)return Ib;CM=1,Object.defineProperty(Ib,"__esModule",{value:!0}),Ib.default=void 0;var a=s(hm()),u=s(KR());function s(j){return j&&j.__esModule?j:{default:j}}function d(j,B){return v(j)||b(j,B)||E(j,B)||m()}function m(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
271
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function b(j,B){var X=j==null?null:typeof Symbol<"u"&&j[Symbol.iterator]||j["@@iterator"];if(X!=null){var te=[],Ee=!0,xe=!1,Se,me;try{for(X=X.call(j);!(Ee=(Se=X.next()).done)&&(te.push(Se.value),!(B&&te.length===B));Ee=!0);}catch(Ae){xe=!0,me=Ae}finally{try{!Ee&&X.return!=null&&X.return()}finally{if(xe)throw me}}return te}}function v(j){if(Array.isArray(j))return j}function S(j,B){var X=typeof Symbol<"u"&&j[Symbol.iterator]||j["@@iterator"];if(!X){if(Array.isArray(j)||(X=E(j))||B){X&&(j=X);var te=0,Ee=function(){};return{s:Ee,n:function(){return te>=j.length?{done:!0}:{done:!1,value:j[te++]}},e:function(Ne){throw Ne},f:Ee}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
272
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var xe=!0,Se=!1,me;return{s:function(){X=X.call(j)},n:function(){var Ne=X.next();return xe=Ne.done,Ne},e:function(Ne){Se=!0,me=Ne},f:function(){try{!xe&&X.return!=null&&X.return()}finally{if(Se)throw me}}}}function E(j,B){if(j){if(typeof j=="string")return C(j,B);var X=Object.prototype.toString.call(j).slice(8,-1);if(X==="Object"&&j.constructor&&(X=j.constructor.name),X==="Map"||X==="Set")return Array.from(j);if(X==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(X))return C(j,B)}}function C(j,B){(B==null||B>j.length)&&(B=j.length);for(var X=0,te=new Array(B);X<B;X++)te[X]=j[X];return te}for(var w=[],A=u.default.keys(),x=0;x<A.length;x++){var D=A[x],N=u.default.get(D),k=[];if(N){for(var ue=[].concat(N.baseConcepts,N.relatedConcepts),q=0;q<ue.length;q++){var J=ue[q];if(J.module==="HTML"){var K=J.concept;K!=null&&k.push(K)}}k.length>0&&w.push([D,k])}}var ie={entries:function(){return w},forEach:function(B){var X=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,te=S(w),Ee;try{for(te.s();!(Ee=te.n()).done;){var xe=d(Ee.value,2),Se=xe[0],me=xe[1];B.call(X,me,Se,w)}}catch(Ae){te.e(Ae)}finally{te.f()}},get:function(B){var X=w.find(function(te){return te[0]===B});return X&&X[1]},has:function(B){return!!ie.get(B)},keys:function(){return w.map(function(B){var X=d(B,1),te=X[0];return te})},values:function(){return w.map(function(B){var X=d(B,2),te=X[1];return te})}},ne=(0,a.default)(ie,ie.entries());return Ib.default=ne,Ib}var xM;function i4(){if(xM)return vl;xM=1,Object.defineProperty(vl,"__esModule",{value:!0}),vl.roles=vl.roleElements=vl.elementRoles=vl.dom=vl.aria=void 0;var a=b(Tz()),u=b(Cz()),s=b(KR()),d=b(r4()),m=b(u4());function b(A){return A&&A.__esModule?A:{default:A}}var v=a.default;vl.aria=v;var S=u.default;vl.dom=S;var E=s.default;vl.roles=E;var C=d.default;vl.elementRoles=C;var w=m.default;return vl.roleElements=w,vl}var Pl=i4(),IR={exports:{}},AM;function o4(){return AM||(AM=1,(function(a){var u=(function(){var s=String.fromCharCode,d="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",m="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-$",b={};function v(E,C){if(!b[E]){b[E]={};for(var w=0;w<E.length;w++)b[E][E.charAt(w)]=w}return b[E][C]}var S={compressToBase64:function(E){if(E==null)return"";var C=S._compress(E,6,function(w){return d.charAt(w)});switch(C.length%4){default:case 0:return C;case 1:return C+"===";case 2:return C+"==";case 3:return C+"="}},decompressFromBase64:function(E){return E==null?"":E==""?null:S._decompress(E.length,32,function(C){return v(d,E.charAt(C))})},compressToUTF16:function(E){return E==null?"":S._compress(E,15,function(C){return s(C+32)})+" "},decompressFromUTF16:function(E){return E==null?"":E==""?null:S._decompress(E.length,16384,function(C){return E.charCodeAt(C)-32})},compressToUint8Array:function(E){for(var C=S.compress(E),w=new Uint8Array(C.length*2),A=0,x=C.length;A<x;A++){var D=C.charCodeAt(A);w[A*2]=D>>>8,w[A*2+1]=D%256}return w},decompressFromUint8Array:function(E){if(E==null)return S.decompress(E);for(var C=new Array(E.length/2),w=0,A=C.length;w<A;w++)C[w]=E[w*2]*256+E[w*2+1];var x=[];return C.forEach(function(D){x.push(s(D))}),S.decompress(x.join(""))},compressToEncodedURIComponent:function(E){return E==null?"":S._compress(E,6,function(C){return m.charAt(C)})},decompressFromEncodedURIComponent:function(E){return E==null?"":E==""?null:(E=E.replace(/ /g,"+"),S._decompress(E.length,32,function(C){return v(m,E.charAt(C))}))},compress:function(E){return S._compress(E,16,function(C){return s(C)})},_compress:function(E,C,w){if(E==null)return"";var A,x,D={},N={},k="",ue="",q="",J=2,K=3,ie=2,ne=[],j=0,B=0,X;for(X=0;X<E.length;X+=1)if(k=E.charAt(X),Object.prototype.hasOwnProperty.call(D,k)||(D[k]=K++,N[k]=!0),ue=q+k,Object.prototype.hasOwnProperty.call(D,ue))q=ue;else{if(Object.prototype.hasOwnProperty.call(N,q)){if(q.charCodeAt(0)<256){for(A=0;A<ie;A++)j=j<<1,B==C-1?(B=0,ne.push(w(j)),j=0):B++;for(x=q.charCodeAt(0),A=0;A<8;A++)j=j<<1|x&1,B==C-1?(B=0,ne.push(w(j)),j=0):B++,x=x>>1}else{for(x=1,A=0;A<ie;A++)j=j<<1|x,B==C-1?(B=0,ne.push(w(j)),j=0):B++,x=0;for(x=q.charCodeAt(0),A=0;A<16;A++)j=j<<1|x&1,B==C-1?(B=0,ne.push(w(j)),j=0):B++,x=x>>1}J--,J==0&&(J=Math.pow(2,ie),ie++),delete N[q]}else for(x=D[q],A=0;A<ie;A++)j=j<<1|x&1,B==C-1?(B=0,ne.push(w(j)),j=0):B++,x=x>>1;J--,J==0&&(J=Math.pow(2,ie),ie++),D[ue]=K++,q=String(k)}if(q!==""){if(Object.prototype.hasOwnProperty.call(N,q)){if(q.charCodeAt(0)<256){for(A=0;A<ie;A++)j=j<<1,B==C-1?(B=0,ne.push(w(j)),j=0):B++;for(x=q.charCodeAt(0),A=0;A<8;A++)j=j<<1|x&1,B==C-1?(B=0,ne.push(w(j)),j=0):B++,x=x>>1}else{for(x=1,A=0;A<ie;A++)j=j<<1|x,B==C-1?(B=0,ne.push(w(j)),j=0):B++,x=0;for(x=q.charCodeAt(0),A=0;A<16;A++)j=j<<1|x&1,B==C-1?(B=0,ne.push(w(j)),j=0):B++,x=x>>1}J--,J==0&&(J=Math.pow(2,ie),ie++),delete N[q]}else for(x=D[q],A=0;A<ie;A++)j=j<<1|x&1,B==C-1?(B=0,ne.push(w(j)),j=0):B++,x=x>>1;J--,J==0&&(J=Math.pow(2,ie),ie++)}for(x=2,A=0;A<ie;A++)j=j<<1|x&1,B==C-1?(B=0,ne.push(w(j)),j=0):B++,x=x>>1;for(;;)if(j=j<<1,B==C-1){ne.push(w(j));break}else B++;return ne.join("")},decompress:function(E){return E==null?"":E==""?null:S._decompress(E.length,32768,function(C){return E.charCodeAt(C)})},_decompress:function(E,C,w){var A=[],x=4,D=4,N=3,k="",ue=[],q,J,K,ie,ne,j,B,X={val:w(0),position:C,index:1};for(q=0;q<3;q+=1)A[q]=q;for(K=0,ne=Math.pow(2,2),j=1;j!=ne;)ie=X.val&X.position,X.position>>=1,X.position==0&&(X.position=C,X.val=w(X.index++)),K|=(ie>0?1:0)*j,j<<=1;switch(K){case 0:for(K=0,ne=Math.pow(2,8),j=1;j!=ne;)ie=X.val&X.position,X.position>>=1,X.position==0&&(X.position=C,X.val=w(X.index++)),K|=(ie>0?1:0)*j,j<<=1;B=s(K);break;case 1:for(K=0,ne=Math.pow(2,16),j=1;j!=ne;)ie=X.val&X.position,X.position>>=1,X.position==0&&(X.position=C,X.val=w(X.index++)),K|=(ie>0?1:0)*j,j<<=1;B=s(K);break;case 2:return""}for(A[3]=B,J=B,ue.push(B);;){if(X.index>E)return"";for(K=0,ne=Math.pow(2,N),j=1;j!=ne;)ie=X.val&X.position,X.position>>=1,X.position==0&&(X.position=C,X.val=w(X.index++)),K|=(ie>0?1:0)*j,j<<=1;switch(B=K){case 0:for(K=0,ne=Math.pow(2,8),j=1;j!=ne;)ie=X.val&X.position,X.position>>=1,X.position==0&&(X.position=C,X.val=w(X.index++)),K|=(ie>0?1:0)*j,j<<=1;A[D++]=s(K),B=D-1,x--;break;case 1:for(K=0,ne=Math.pow(2,16),j=1;j!=ne;)ie=X.val&X.position,X.position>>=1,X.position==0&&(X.position=C,X.val=w(X.index++)),K|=(ie>0?1:0)*j,j<<=1;A[D++]=s(K),B=D-1,x--;break;case 2:return ue.join("")}if(x==0&&(x=Math.pow(2,N),N++),A[B])k=A[B];else if(B===D)k=J+J.charAt(0);else return null;ue.push(k),A[D++]=J+k.charAt(0),x--,J=k,x==0&&(x=Math.pow(2,N),N++)}}};return S})();a!=null?a.exports=u:typeof angular<"u"&&angular!=null&&angular.module("LZString",[]).factory("LZString",function(){return u})})(IR)),IR.exports}var s4=o4();const c4=HD(s4);function wM(a){return a.replace(/</g,"<").replace(/>/g,">")}const f4=(a,u,s,d,m,b,v)=>{const S=d+s.indent,E=s.colors;return a.map(C=>{const w=u[C];let A=v(w,s,S,m,b);return typeof w!="string"&&(A.indexOf(`
|
|
273
|
+
`)!==-1&&(A=s.spacingOuter+S+A+s.spacingOuter+d),A="{"+A+"}"),s.spacingInner+d+E.prop.open+C+E.prop.close+"="+E.value.open+A+E.value.close}).join("")},d4=3,p4=(a,u,s,d,m,b)=>a.map(v=>{const S=typeof v=="string"?OM(v,u):b(v,u,s,d,m);return S===""&&typeof v=="object"&&v!==null&&v.nodeType!==d4?"":u.spacingOuter+s+S}).join(""),OM=(a,u)=>{const s=u.colors.content;return s.open+wM(a)+s.close},h4=(a,u)=>{const s=u.colors.comment;return s.open+"<!--"+wM(a)+"-->"+s.close},m4=(a,u,s,d,m)=>{const b=d.colors.tag;return b.open+"<"+a+(u&&b.close+u+d.spacingOuter+m+b.open)+(s?">"+b.close+s+d.spacingOuter+m+b.open+"</"+a:(u&&!d.min?"":" ")+"/")+">"+b.close},y4=(a,u)=>{const s=u.colors.tag;return s.open+"<"+a+s.close+" …"+s.open+" />"+s.close},b4=1,MM=3,qM=8,_M=11,v4=/^((HTML|SVG)\w*)?Element$/,DM=a=>{const{tagName:u}=a;return!!(typeof u=="string"&&u.includes("-")||typeof a.hasAttribute=="function"&&a.hasAttribute("is"))},g4=a=>{const u=a.constructor.name,{nodeType:s}=a;return s===b4&&(v4.test(u)||DM(a))||s===MM&&u==="Text"||s===qM&&u==="Comment"||s===_M&&u==="DocumentFragment"};function S4(a){return a.nodeType===MM}function E4(a){return a.nodeType===qM}function FR(a){return a.nodeType===_M}function R4(a){return{test:u=>{var s;return((u==null||(s=u.constructor)==null?void 0:s.name)||DM(u))&&g4(u)},serialize:(u,s,d,m,b,v)=>{if(S4(u))return OM(u.data,s);if(E4(u))return h4(u.data,s);const S=FR(u)?"DocumentFragment":u.tagName.toLowerCase();return++m>s.maxDepth?y4(S,s):m4(S,f4(FR(u)?[]:Array.from(u.attributes).map(E=>E.name).sort(),FR(u)?{}:Array.from(u.attributes).reduce((E,C)=>(E[C.name]=C.value,E),{}),s,d+s.indent,m,b,v),p4(Array.prototype.slice.call(u.childNodes||u.children).filter(a),s,d+s.indent,m,b,v),s,d)}}}let zM=null,WR=null,eT=null;try{const a=module&&module.require;WR=a.call(module,"fs").readFileSync,eT=a.call(module,"@babel/code-frame").codeFrameColumns,zM=a.call(module,"picocolors")}catch{}function T4(a){const u=a.indexOf("(")+1,s=a.indexOf(")"),d=a.slice(u,s),m=d.split(":"),[b,v,S]=[m[0],parseInt(m[1],10),parseInt(m[2],10)];let E="";try{E=WR(b,"utf-8")}catch{return""}const C=eT(E,{start:{line:v,column:S}},{highlightCode:!0,linesBelow:0});return zM.dim(d)+`
|
|
274
|
+
`+C+`
|
|
275
|
+
`}function C4(){if(!WR||!eT)return"";const u=new Error().stack.split(`
|
|
276
|
+
`).slice(1).find(s=>!s.includes("node_modules/"));return T4(u)}const NM=3;function tT(){return typeof jest<"u"&&jest!==null?setTimeout._isMockFunction===!0||Object.prototype.hasOwnProperty.call(setTimeout,"clock"):!1}function nT(){if(typeof window>"u")throw new Error("Could not find default container");return window.document}function x4(a){if(a.defaultView)return a.defaultView;if(a.ownerDocument&&a.ownerDocument.defaultView)return a.ownerDocument.defaultView;if(a.window)return a.window;throw a.ownerDocument&&a.ownerDocument.defaultView===null?new Error("It looks like the window object is not available for the provided node."):a.then instanceof Function?new Error("It looks like you passed a Promise object instead of a DOM node. Did you do something like `fireEvent.click(screen.findBy...` when you meant to use a `getBy` query `fireEvent.click(screen.getBy...`, or await the findBy query `fireEvent.click(await screen.findBy...`?"):Array.isArray(a)?new Error("It looks like you passed an Array instead of a DOM node. Did you do something like `fireEvent.click(screen.getAllBy...` when you meant to use a `getBy` query `fireEvent.click(screen.getBy...`?"):typeof a.debug=="function"&&typeof a.logTestingPlaygroundURL=="function"?new Error("It looks like you passed a `screen` object. Did you do something like `fireEvent.click(screen, ...` when you meant to use a query, e.g. `fireEvent.click(screen.getBy..., `?"):new Error("The given node is not an Element, the node type is: "+typeof a+".")}function Ai(a){if(!a||typeof a.querySelector!="function"||typeof a.querySelectorAll!="function")throw new TypeError("Expected container to be an Element, a Document or a DocumentFragment but got "+u(a)+".");function u(s){return typeof s=="object"?s===null?"null":s.constructor.name:typeof s}}const A4=()=>{if(typeof process>"u")return!1;let a;try{var u;const s=(u=process.env)==null?void 0:u.COLORS;s&&(a=JSON.parse(s))}catch{}return typeof a=="boolean"?a:process.versions!==void 0&&process.versions.node!==void 0},{DOMCollection:w4}=xA.plugins,O4=1,M4=8;function q4(a){return a.nodeType!==M4&&(a.nodeType!==O4||!a.matches(Ot().defaultIgnore))}function q1(a,u,s){if(s===void 0&&(s={}),a||(a=nT().body),typeof u!="number"&&(u=typeof process<"u"&&typeof process.env<"u"&&process.env.DEBUG_PRINT_LIMIT||7e3),u===0)return"";a.documentElement&&(a=a.documentElement);let d=typeof a;if(d==="object"?d=a.constructor.name:a={},!("outerHTML"in a))throw new TypeError("Expected an element or document but got "+d);const{filterNode:m=q4,...b}=s,v=xA.format(a,{plugins:[R4(m),w4],printFunctionName:!1,highlight:A4(),...b});return u!==void 0&&a.outerHTML.length>u?v.slice(0,u)+"...":v}const UM=function(){const a=C4();console.log(a?q1(...arguments)+`
|
|
277
|
+
|
|
278
|
+
`+a:q1(...arguments))};let _1={testIdAttribute:"data-testid",asyncUtilTimeout:1e3,asyncWrapper:a=>a(),unstable_advanceTimersWrapper:a=>a(),eventWrapper:a=>a(),defaultHidden:!1,defaultIgnore:"script, style",showOriginalStackTrace:!1,throwSuggestions:!1,getElementError(a,u){const s=q1(u),d=new Error([a,"Ignored nodes: comments, "+_1.defaultIgnore+`
|
|
279
|
+
`+s].filter(Boolean).join(`
|
|
280
|
+
|
|
281
|
+
`));return d.name="TestingLibraryElementError",d},_disableExpensiveErrorDiagnostics:!1,computedStyleSupportsPseudoElements:!1};function _4(a){try{return _1._disableExpensiveErrorDiagnostics=!0,a()}finally{_1._disableExpensiveErrorDiagnostics=!1}}function Ot(){return _1}const D4=["button","meter","output","progress","select","textarea","input"];function BM(a){return D4.includes(a.nodeName.toLowerCase())?"":a.nodeType===NM?a.textContent:Array.from(a.childNodes).map(u=>BM(u)).join("")}function aT(a){let u;return a.tagName.toLowerCase()==="label"?u=BM(a):u=a.value||a.textContent,u}function HM(a){if(a.labels!==void 0){var u;return(u=a.labels)!=null?u:[]}if(!z4(a))return[];const s=a.ownerDocument.querySelectorAll("label");return Array.from(s).filter(d=>d.control===a)}function z4(a){return/BUTTON|METER|OUTPUT|PROGRESS|SELECT|TEXTAREA/.test(a.tagName)||a.tagName==="INPUT"&&a.getAttribute("type")!=="hidden"}function jM(a,u,s){let{selector:d="*"}=s===void 0?{}:s;const m=u.getAttribute("aria-labelledby"),b=m?m.split(" "):[];return b.length?b.map(v=>{const S=a.querySelector('[id="'+v+'"]');return S?{content:aT(S),formControl:null}:{content:"",formControl:null}}):Array.from(HM(u)).map(v=>{const S=aT(v),C=Array.from(v.querySelectorAll("button, input, meter, output, progress, select, textarea")).filter(w=>w.matches(d))[0];return{content:S,formControl:C}})}function LM(a){if(a==null)throw new Error("It looks like "+a+" was passed instead of a matcher. Did you do something like getByText("+a+")?")}function yd(a,u,s,d){if(typeof a!="string")return!1;LM(s);const m=d(a);return typeof s=="string"||typeof s=="number"?m.toLowerCase().includes(s.toString().toLowerCase()):typeof s=="function"?s(m,u):kM(s,m)}function wi(a,u,s,d){if(typeof a!="string")return!1;LM(s);const m=d(a);return s instanceof Function?s(m,u):s instanceof RegExp?kM(s,m):m===String(s)}function VM(a){let{trim:u=!0,collapseWhitespace:s=!0}=a===void 0?{}:a;return d=>{let m=d;return m=u?m.trim():m,m=s?m.replace(/\s+/g," "):m,m}}function mc(a){let{trim:u,collapseWhitespace:s,normalizer:d}=a;if(!d)return VM({trim:u,collapseWhitespace:s});if(typeof u<"u"||typeof s<"u")throw new Error('trim and collapseWhitespace are not supported with a normalizer. If you want to use the default trim and collapseWhitespace logic in your normalizer, use "getDefaultNormalizer({trim, collapseWhitespace})" and compose that into your normalizer');return d}function kM(a,u){const s=a.test(u);return a.global&&a.lastIndex!==0&&(console.warn("To match all elements we had to reset the lastIndex of the RegExp because the global flag is enabled. We encourage to remove the global flag from the RegExp."),a.lastIndex=0),s}function D1(a){return a.matches("input[type=submit], input[type=button], input[type=reset]")?a.value:Array.from(a.childNodes).filter(u=>u.nodeType===NM&&!!u.textContent).map(u=>u.textContent).join("")}const N4=U4(Pl.elementRoles);function PM(a){return a.hidden===!0||a.getAttribute("aria-hidden")==="true"||a.ownerDocument.defaultView.getComputedStyle(a).display==="none"}function lT(a,u){u===void 0&&(u={});const{isSubtreeInaccessible:s=PM}=u;if(a.ownerDocument.defaultView.getComputedStyle(a).visibility==="hidden")return!0;let m=a;for(;m;){if(s(m))return!0;m=m.parentElement}return!1}function rT(a){for(const{match:u,roles:s}of N4)if(u(a))return[...s];return[]}function U4(a){function u(v){let{name:S,attributes:E}=v;return""+S+E.map(C=>{let{name:w,value:A,constraints:x=[]}=C;const D=x.indexOf("undefined")!==-1,N=x.indexOf("set")!==-1;return typeof A<"u"?"["+w+'="'+A+'"]':D?":not(["+w+"])":N?"["+w+"]:not(["+w+'=""])':"["+w+"]"}).join("")}function s(v){let{attributes:S=[]}=v;return S.length}function d(v,S){let{specificity:E}=v,{specificity:C}=S;return C-E}function m(v){let{attributes:S=[]}=v;const E=S.findIndex(w=>w.value&&w.name==="type"&&w.value==="text");E>=0&&(S=[...S.slice(0,E),...S.slice(E+1)]);const C=u({...v,attributes:S});return w=>E>=0&&w.type!=="text"?!1:w.matches(C)}let b=[];for(const[v,S]of a.entries())b=[...b,{match:m(v),roles:Array.from(S),specificity:s(v)}];return b.sort(d)}function B4(a,u){let{hidden:s=!1}=u===void 0?{}:u;function d(m){return[m,...Array.from(m.children).reduce((b,v)=>[...b,...d(v)],[])]}return d(a).filter(m=>s===!1?lT(m)===!1:!0).reduce((m,b)=>{let v=[];return b.hasAttribute("role")?v=b.getAttribute("role").split(" ").slice(0,1):v=rT(b),v.reduce((S,E)=>Array.isArray(S[E])?{...S,[E]:[...S[E],b]}:{...S,[E]:[b]},m)},{})}function H4(a,u){let{hidden:s,includeDescription:d}=u;const m=B4(a,{hidden:s});return Object.entries(m).filter(b=>{let[v]=b;return v!=="generic"}).map(b=>{let[v,S]=b;const E="-".repeat(50),C=S.map(w=>{const A='Name "'+ZR(w,{computedStyleSupportsPseudoElements:Ot().computedStyleSupportsPseudoElements})+`":
|
|
282
|
+
`,x=q1(w.cloneNode(!1));if(d){const D='Description "'+HA(w,{computedStyleSupportsPseudoElements:Ot().computedStyleSupportsPseudoElements})+`":
|
|
283
|
+
`;return""+A+D+x}return""+A+x}).join(`
|
|
284
|
+
|
|
285
|
+
`);return v+`:
|
|
286
|
+
|
|
287
|
+
`+C+`
|
|
288
|
+
|
|
289
|
+
`+E}).join(`
|
|
290
|
+
`)}function j4(a){return a.tagName==="OPTION"?a.selected:Fb(a,"aria-selected")}function L4(a){return a.getAttribute("aria-busy")==="true"}function V4(a){if(!("indeterminate"in a&&a.indeterminate))return"checked"in a?a.checked:Fb(a,"aria-checked")}function k4(a){return Fb(a,"aria-pressed")}function P4(a){var u,s;return(u=(s=Fb(a,"aria-current"))!=null?s:a.getAttribute("aria-current"))!=null?u:!1}function Y4(a){return Fb(a,"aria-expanded")}function Fb(a,u){const s=a.getAttribute(u);if(s==="true")return!0;if(s==="false")return!1}function G4(a){const u={H1:1,H2:2,H3:3,H4:4,H5:5,H6:6};return a.getAttribute("aria-level")&&Number(a.getAttribute("aria-level"))||u[a.tagName]}function X4(a){const u=a.getAttribute("aria-valuenow");return u===null?void 0:+u}function $4(a){const u=a.getAttribute("aria-valuemax");return u===null?void 0:+u}function Q4(a){const u=a.getAttribute("aria-valuemin");return u===null?void 0:+u}function Z4(a){const u=a.getAttribute("aria-valuetext");return u===null?void 0:u}const YM=VM();function K4(a){return a.replace(/[.*+\-?^${}()|[\]\\]/g,"\\$&")}function GM(a){return new RegExp(K4(a.toLowerCase()),"i")}function Yo(a,u,s,d){let{variant:m,name:b}=d,v="";const S={},E=[["Role","TestId"].includes(a)?s:GM(s)];b&&(S.name=GM(b)),a==="Role"&&lT(u)&&(S.hidden=!0,v=`Element is inaccessible. This means that the element and all its children are invisible to screen readers.
|
|
291
291
|
If you are using the aria-hidden prop, make sure this is the right choice for your case.
|
|
292
|
-
`),Object.keys(
|
|
292
|
+
`),Object.keys(S).length>0&&E.push(S);const C=m+"By"+a;return{queryName:a,queryMethod:C,queryArgs:E,variant:m,warning:v,toString(){v&&console.warn(v);let[w,A]=E;return w=typeof w=="string"?"'"+w+"'":w,A=A?", { "+Object.entries(A).map(x=>{let[D,N]=x;return D+": "+N}).join(", ")+" }":"",C+"("+w+A+")"}}}function Go(a,u,s){return s&&!0}function uT(a,u,s){var d,m;if(u===void 0&&(u="get"),a.matches(Ot().defaultIgnore))return;const b=(d=a.getAttribute("role"))!=null?d:(m=rT(a))==null?void 0:m[0];if(b!=="generic"&&Go("Role",s,b))return Yo("Role",a,b,{variant:u,name:ZR(a,{computedStyleSupportsPseudoElements:Ot().computedStyleSupportsPseudoElements})});const v=jM(document,a).map(x=>x.content).join(" ");if(Go("LabelText",s,v))return Yo("LabelText",a,v,{variant:u});const S=a.getAttribute("placeholder");if(Go("PlaceholderText",s,S))return Yo("PlaceholderText",a,S,{variant:u});const E=YM(D1(a));if(Go("Text",s,E))return Yo("Text",a,E,{variant:u});if(Go("DisplayValue",s,a.value))return Yo("DisplayValue",a,YM(a.value),{variant:u});const C=a.getAttribute("alt");if(Go("AltText",s,C))return Yo("AltText",a,C,{variant:u});const w=a.getAttribute("title");if(Go("Title",s,w))return Yo("Title",a,w,{variant:u});const A=a.getAttribute(Ot().testIdAttribute);if(Go("TestId",s,A))return Yo("TestId",a,A,{variant:u})}function z1(a,u){a.stack=u.stack.replace(u.message,a.message)}function J4(a,u){let{container:s=nT(),timeout:d=Ot().asyncUtilTimeout,showOriginalStackTrace:m=Ot().showOriginalStackTrace,stackTraceError:b,interval:v=50,onTimeout:S=C=>(Object.defineProperty(C,"message",{value:Ot().getElementError(C.message,s).message}),C),mutationObserverOptions:E={subtree:!0,childList:!0,attributes:!0,characterData:!0}}=u;if(typeof a!="function")throw new TypeError("Received `callback` arg must be a function");return new Promise(async(C,w)=>{let A,x,D,N=!1,k="idle";const ue=setTimeout(ne,d),q=tT();if(q){const{unstable_advanceTimersWrapper:j}=Ot();for(ie();!N;){if(!tT()){const B=new Error("Changed from using fake timers to real timers while using waitFor. This is not allowed and will result in very strange behavior. Please ensure you're awaiting all async things your test is doing before changing to real timers. For more info, please go to https://github.com/testing-library/dom-testing-library/issues/830");m||z1(B,b),w(B);return}if(await j(async()=>{jest.advanceTimersByTime(v)}),N)break;ie()}}else{try{Ai(s)}catch(B){w(B);return}x=setInterval(K,v);const{MutationObserver:j}=x4(s);D=new j(K),D.observe(s,E),ie()}function J(j,B){N=!0,clearTimeout(ue),q||(clearInterval(x),D.disconnect()),j?w(j):C(B)}function K(){if(tT()){const j=new Error("Changed from using real timers to fake timers while using waitFor. This is not allowed and will result in very strange behavior. Please ensure you're awaiting all async things your test is doing before changing to fake timers. For more info, please go to https://github.com/testing-library/dom-testing-library/issues/830");return m||z1(j,b),w(j)}else return ie()}function ie(){if(k!=="pending")try{const j=_4(a);typeof j?.then=="function"?(k="pending",j.then(B=>{k="resolved",J(null,B)},B=>{k="rejected",A=B})):J(null,j)}catch(j){A=j}}function ne(){let j;A?(j=A,!m&&j.name==="TestingLibraryElementError"&&z1(j,b)):(j=new Error("Timed out in waitFor."),m||z1(j,b)),J(S(j),null)}})}function I4(a,u){const s=new Error("STACK_TRACE_MESSAGE");return Ot().asyncWrapper(()=>J4(a,{stackTraceError:s,...u}))}function XM(a,u){return Ot().getElementError(a,u)}function F4(a,u){return XM(a+"\n\n(If this is intentional, then use the `*AllBy*` variant of the query (like `queryAllByText`, `getAllByText`, or `findAllByText`)).",u)}function N1(a,u,s,d){let{exact:m=!0,collapseWhitespace:b,trim:v,normalizer:S}=d===void 0?{}:d;const E=m?wi:yd,C=mc({collapseWhitespace:b,trim:v,normalizer:S});return Array.from(u.querySelectorAll("["+a+"]")).filter(w=>E(w.getAttribute(a),w,s,C))}function U1(a,u){return function(s){for(var d=arguments.length,m=new Array(d>1?d-1:0),b=1;b<d;b++)m[b-1]=arguments[b];const v=a(s,...m);if(v.length>1){const S=v.map(E=>XM(null,E).message).join(`
|
|
293
293
|
|
|
294
|
-
`);throw
|
|
294
|
+
`);throw F4(u(s,...m)+`
|
|
295
295
|
|
|
296
296
|
Here are the matching elements:
|
|
297
297
|
|
|
298
|
-
`+s
|
|
299
|
-
`+
|
|
300
|
-
`,
|
|
298
|
+
`+S,s)}return v[0]||null}}function $M(a,u){return Ot().getElementError(`A better query is available, try this:
|
|
299
|
+
`+a.toString()+`
|
|
300
|
+
`,u)}function W4(a,u){return function(s){for(var d=arguments.length,m=new Array(d>1?d-1:0),b=1;b<d;b++)m[b-1]=arguments[b];const v=a(s,...m);if(!v.length)throw Ot().getElementError(u(s,...m),s);return v}}function B1(a){return(u,s,d,m)=>I4(()=>a(u,s,d),{container:u,...m})}const bd=(a,u,s)=>function(d){for(var m=arguments.length,b=new Array(m>1?m-1:0),v=1;v<m;v++)b[v-1]=arguments[v];const S=a(d,...b),[{suggest:E=Ot().throwSuggestions}={}]=b.slice(-1);if(S&&E){const C=uT(S,s);if(C&&!u.endsWith(C.queryName))throw $M(C.toString(),d)}return S},Yl=(a,u,s)=>function(d){for(var m=arguments.length,b=new Array(m>1?m-1:0),v=1;v<m;v++)b[v-1]=arguments[v];const S=a(d,...b),[{suggest:E=Ot().throwSuggestions}={}]=b.slice(-1);if(S.length&&E){const C=[...new Set(S.map(w=>{var A;return(A=uT(w,s))==null?void 0:A.toString()}))];if(C.length===1&&!u.endsWith(uT(S[0],s).queryName))throw $M(C[0],d)}return S};function yc(a,u,s){const d=bd(U1(a,u),a.name,"query"),m=W4(a,s),b=U1(m,u),v=bd(b,a.name,"get"),S=Yl(m,a.name.replace("query","get"),"getAll"),E=B1(Yl(m,a.name,"findAll")),C=B1(bd(b,a.name,"find"));return[d,S,v,E,C]}function e6(a){return Array.from(a.querySelectorAll("label,input")).map(u=>({node:u,textToMatch:aT(u)})).filter(u=>{let{textToMatch:s}=u;return s!==null})}const t6=function(a,u,s){let{exact:d=!0,trim:m,collapseWhitespace:b,normalizer:v}=s===void 0?{}:s;const S=d?wi:yd,E=mc({collapseWhitespace:b,trim:m,normalizer:v});return e6(a).filter(w=>{let{node:A,textToMatch:x}=w;return S(x,A,u,E)}).map(w=>{let{node:A}=w;return A})},Wb=function(a,u,s){let{selector:d="*",exact:m=!0,collapseWhitespace:b,trim:v,normalizer:S}=s===void 0?{}:s;Ai(a);const E=m?wi:yd,C=mc({collapseWhitespace:b,trim:v,normalizer:S}),w=Array.from(a.querySelectorAll("*")).filter(A=>HM(A).length||A.hasAttribute("aria-labelledby")).reduce((A,x)=>{const D=jM(a,x,{selector:d});D.filter(k=>!!k.formControl).forEach(k=>{E(k.content,k.formControl,u,C)&&k.formControl&&A.push(k.formControl)});const N=D.filter(k=>!!k.content).map(k=>k.content);return E(N.join(" "),x,u,C)&&A.push(x),N.length>1&&N.forEach((k,ue)=>{E(k,x,u,C)&&A.push(x);const q=[...N];q.splice(ue,1),q.length>1&&E(q.join(" "),x,u,C)&&A.push(x)}),A},[]).concat(N1("aria-label",a,u,{exact:m,normalizer:C}));return Array.from(new Set(w)).filter(A=>A.matches(d))},bc=function(a,u){for(var s=arguments.length,d=new Array(s>2?s-2:0),m=2;m<s;m++)d[m-2]=arguments[m];const b=Wb(a,u,...d);if(!b.length){const v=t6(a,u,...d);if(v.length){const S=v.map(E=>n6(a,E)).filter(E=>!!E);throw S.length?Ot().getElementError(S.map(E=>"Found a label with the text of: "+u+", however the element associated with this label (<"+E+" />) is non-labellable [https://html.spec.whatwg.org/multipage/forms.html#category-label]. If you really need to label a <"+E+" />, you can use aria-label or aria-labelledby instead.").join(`
|
|
301
301
|
|
|
302
|
-
`),
|
|
303
|
-
Here are the `+(
|
|
302
|
+
`),a):Ot().getElementError("Found a label with the text of: "+u+`, however no form control was found associated to that label. Make sure you're using the "for" attribute or "aria-labelledby" attribute correctly.`,a)}else throw Ot().getElementError("Unable to find a label with the text of: "+u,a)}return b};function n6(a,u){const s=u.getAttribute("for");if(!s)return null;const d=a.querySelector('[id="'+s+'"]');return d?d.tagName.toLowerCase():null}const QM=(a,u)=>"Found multiple elements with the text of: "+u,a6=bd(U1(Wb,QM),Wb.name,"query"),ZM=U1(bc,QM),l6=B1(Yl(bc,bc.name,"findAll")),r6=B1(bd(ZM,bc.name,"find")),u6=Yl(bc,bc.name,"getAll"),i6=bd(ZM,bc.name,"get"),o6=Yl(Wb,Wb.name,"queryAll"),iT=function(){for(var a=arguments.length,u=new Array(a),s=0;s<a;s++)u[s]=arguments[s];return Ai(u[0]),N1("placeholder",...u)},s6=(a,u)=>"Found multiple elements with the placeholder text of: "+u,c6=(a,u)=>"Unable to find an element with the placeholder text of: "+u,f6=Yl(iT,iT.name,"queryAll"),[d6,p6,h6,m6,y6]=yc(iT,s6,c6),oT=function(a,u,s){let{selector:d="*",exact:m=!0,collapseWhitespace:b,trim:v,ignore:S=Ot().defaultIgnore,normalizer:E}=s===void 0?{}:s;Ai(a);const C=m?wi:yd,w=mc({collapseWhitespace:b,trim:v,normalizer:E});let A=[];return typeof a.matches=="function"&&a.matches(d)&&(A=[a]),[...A,...Array.from(a.querySelectorAll(d))].filter(x=>!S||!x.matches(S)).filter(x=>C(D1(x),x,u,w))},b6=(a,u)=>"Found multiple elements with the text: "+u,v6=function(a,u,s){s===void 0&&(s={});const{collapseWhitespace:d,trim:m,normalizer:b,selector:v}=s,E=mc({collapseWhitespace:d,trim:m,normalizer:b})(u.toString()),C=E!==u.toString(),w=(v??"*")!=="*";return"Unable to find an element with the text: "+(C?E+" (normalized from '"+u+"')":u)+(w?", which matches selector '"+v+"'":"")+". This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible."},g6=Yl(oT,oT.name,"queryAll"),[S6,E6,R6,T6,C6]=yc(oT,b6,v6),sT=function(a,u,s){let{exact:d=!0,collapseWhitespace:m,trim:b,normalizer:v}=s===void 0?{}:s;Ai(a);const S=d?wi:yd,E=mc({collapseWhitespace:m,trim:b,normalizer:v});return Array.from(a.querySelectorAll("input,textarea,select")).filter(C=>C.tagName==="SELECT"?Array.from(C.options).filter(A=>A.selected).some(A=>S(D1(A),A,u,E)):S(C.value,C,u,E))},x6=(a,u)=>"Found multiple elements with the display value: "+u+".",A6=(a,u)=>"Unable to find an element with the display value: "+u+".",w6=Yl(sT,sT.name,"queryAll"),[O6,M6,q6,_6,D6]=yc(sT,x6,A6),z6=/^(img|input|area|.+-.+)$/i,cT=function(a,u,s){return s===void 0&&(s={}),Ai(a),N1("alt",a,u,s).filter(d=>z6.test(d.tagName))},N6=(a,u)=>"Found multiple elements with the alt text: "+u,U6=(a,u)=>"Unable to find an element with the alt text: "+u,B6=Yl(cT,cT.name,"queryAll"),[H6,j6,L6,V6,k6]=yc(cT,N6,U6),P6=a=>{var u;return a.tagName.toLowerCase()==="title"&&((u=a.parentElement)==null?void 0:u.tagName.toLowerCase())==="svg"},fT=function(a,u,s){let{exact:d=!0,collapseWhitespace:m,trim:b,normalizer:v}=s===void 0?{}:s;Ai(a);const S=d?wi:yd,E=mc({collapseWhitespace:m,trim:b,normalizer:v});return Array.from(a.querySelectorAll("[title], svg > title")).filter(C=>S(C.getAttribute("title"),C,u,E)||P6(C)&&S(D1(C),C,u,E))},Y6=(a,u)=>"Found multiple elements with the title: "+u+".",G6=(a,u)=>"Unable to find an element with the title: "+u+".",X6=Yl(fT,fT.name,"queryAll"),[$6,Q6,Z6,K6,J6]=yc(fT,Y6,G6),dT=function(a,u,s){let{hidden:d=Ot().defaultHidden,name:m,description:b,queryFallbacks:v=!1,selected:S,busy:E,checked:C,pressed:w,current:A,level:x,expanded:D,value:{now:N,min:k,max:ue,text:q}={}}=s===void 0?{}:s;if(Ai(a),S!==void 0){var J;if(((J=Pl.roles.get(u))==null?void 0:J.props["aria-selected"])===void 0)throw new Error('"aria-selected" is not supported on role "'+u+'".')}if(E!==void 0){var K;if(((K=Pl.roles.get(u))==null?void 0:K.props["aria-busy"])===void 0)throw new Error('"aria-busy" is not supported on role "'+u+'".')}if(C!==void 0){var ie;if(((ie=Pl.roles.get(u))==null?void 0:ie.props["aria-checked"])===void 0)throw new Error('"aria-checked" is not supported on role "'+u+'".')}if(w!==void 0){var ne;if(((ne=Pl.roles.get(u))==null?void 0:ne.props["aria-pressed"])===void 0)throw new Error('"aria-pressed" is not supported on role "'+u+'".')}if(A!==void 0){var j;if(((j=Pl.roles.get(u))==null?void 0:j.props["aria-current"])===void 0)throw new Error('"aria-current" is not supported on role "'+u+'".')}if(x!==void 0&&u!=="heading")throw new Error('Role "'+u+'" cannot have "level" property.');if(N!==void 0){var B;if(((B=Pl.roles.get(u))==null?void 0:B.props["aria-valuenow"])===void 0)throw new Error('"aria-valuenow" is not supported on role "'+u+'".')}if(ue!==void 0){var X;if(((X=Pl.roles.get(u))==null?void 0:X.props["aria-valuemax"])===void 0)throw new Error('"aria-valuemax" is not supported on role "'+u+'".')}if(k!==void 0){var te;if(((te=Pl.roles.get(u))==null?void 0:te.props["aria-valuemin"])===void 0)throw new Error('"aria-valuemin" is not supported on role "'+u+'".')}if(q!==void 0){var Ee;if(((Ee=Pl.roles.get(u))==null?void 0:Ee.props["aria-valuetext"])===void 0)throw new Error('"aria-valuetext" is not supported on role "'+u+'".')}if(D!==void 0){var xe;if(((xe=Pl.roles.get(u))==null?void 0:xe.props["aria-expanded"])===void 0)throw new Error('"aria-expanded" is not supported on role "'+u+'".')}const Se=new WeakMap;function me(Ae){return Se.has(Ae)||Se.set(Ae,PM(Ae)),Se.get(Ae)}return Array.from(a.querySelectorAll(I6(u))).filter(Ae=>{if(Ae.hasAttribute("role")){const se=Ae.getAttribute("role");if(v)return se.split(" ").filter(Boolean).some(Ue=>Ue===u);const[ge]=se.split(" ");return ge===u}return rT(Ae).some(se=>se===u)}).filter(Ae=>{if(S!==void 0)return S===j4(Ae);if(E!==void 0)return E===L4(Ae);if(C!==void 0)return C===V4(Ae);if(w!==void 0)return w===k4(Ae);if(A!==void 0)return A===P4(Ae);if(D!==void 0)return D===Y4(Ae);if(x!==void 0)return x===G4(Ae);if(N!==void 0||ue!==void 0||k!==void 0||q!==void 0){let P=!0;if(N!==void 0&&P&&(P=N===X4(Ae)),ue!==void 0&&P&&(P=ue===$4(Ae)),k!==void 0&&P&&(P=k===Q4(Ae)),q!==void 0){var Ne;P&&(P=wi((Ne=Z4(Ae))!=null?Ne:null,Ae,q,se=>se))}return P}return!0}).filter(Ae=>m===void 0?!0:wi(ZR(Ae,{computedStyleSupportsPseudoElements:Ot().computedStyleSupportsPseudoElements}),Ae,m,Ne=>Ne)).filter(Ae=>b===void 0?!0:wi(HA(Ae,{computedStyleSupportsPseudoElements:Ot().computedStyleSupportsPseudoElements}),Ae,b,Ne=>Ne)).filter(Ae=>d===!1?lT(Ae,{isSubtreeInaccessible:me})===!1:!0)};function I6(a){var u;const s='*[role~="'+a+'"]',d=(u=Pl.roleElements.get(a))!=null?u:new Set,m=new Set(Array.from(d).map(b=>{let{name:v}=b;return v}));return[s].concat(Array.from(m)).join(",")}const KM=a=>{let u="";return a===void 0?u="":typeof a=="string"?u=' and name "'+a+'"':u=" and name `"+a+"`",u},F6=function(a,u,s){let{name:d}=s===void 0?{}:s;return'Found multiple elements with the role "'+u+'"'+KM(d)},W6=function(a,u,s){let{hidden:d=Ot().defaultHidden,name:m,description:b}=s===void 0?{}:s;if(Ot()._disableExpensiveErrorDiagnostics)return'Unable to find role="'+u+'"'+KM(m);let v="";Array.from(a.children).forEach(w=>{v+=H4(w,{hidden:d,includeDescription:b!==void 0})});let S;v.length===0?d===!1?S="There are no accessible roles. But there might be some inaccessible roles. If you wish to access them, then set the `hidden` option to `true`. Learn more about this here: https://testing-library.com/docs/dom-testing-library/api-queries#byrole":S="There are no available roles.":S=(`
|
|
303
|
+
Here are the `+(d===!1?"accessible":"available")+` roles:
|
|
304
304
|
|
|
305
|
-
`+
|
|
305
|
+
`+v.replace(/\n/g,`
|
|
306
306
|
`).replace(/\n\s\s\n/g,`
|
|
307
307
|
|
|
308
308
|
`)+`
|
|
309
|
-
`).trim();let
|
|
310
|
-
Unable to find an `+(
|
|
311
|
-
|
|
312
|
-
`+
|
|
313
|
-
`)}function
|
|
314
|
-
|
|
315
|
-
`+t),t}};typeof document<"u"&&document.body?BR(document.body,vs,If):Object.keys(vs).reduce((e,t)=>(e[t]=()=>{throw new TypeError("For queries bound to document.body a global document has to be available... Learn more: https://testing-library.com/s/screen-global-error")},e),If);function Tt(e,t){return X().eventWrapper(e)}function rt(e){const t=Bm(e,Wi),r=Wt(e.ownerDocument);(t??e.ownerDocument.body)!==r&&(Tt(t?()=>t.focus():()=>r?.blur()),Fm(t??e.ownerDocument.body))}function zR(e){!Wi(e)||!(Wt(e.ownerDocument)===e)||Tt(()=>e.blur())}const nt={};nt.click=(e,t,r)=>{const n=t.closest("button,input,label,select,textarea"),o=n&&V(n,"label")&&n.control;if(o&&o!==t)return()=>{Wi(o)&&(rt(o),r.dispatchEvent(o,jm(e)))};if(V(t,"input",{type:"file"}))return()=>{zR(t),t.dispatchEvent(new(xe(t)).Event("fileDialog")),rt(t)}};const St=Symbol("Displayed value in UI"),Ge=Symbol("Displayed selection in UI"),Oa=Symbol("Initial value to compare on blur");function VR(e){return typeof e=="object"&&St in e}function HR(e){return!!e&&typeof e=="object"&&Ge in e}function WR(e,t){e[Oa]===void 0&&(e[Oa]=e.value),e[St]=t,e.value=Object.assign(new String(t),{[St]:!0})}function Ie(e){return e[St]===void 0?e.value:String(e[St])}function ys(e){e[St]=void 0}function Nf(e){e[Oa]=void 0}function GR(e){return e[Oa]}function KR(e,t){e[Ge]=t}function Ot(e,{focusOffset:t,anchorOffset:r=t},n="replace"){const o=Ie(e).length,a=f=>Math.max(0,Math.min(o,f)),i=n==="replace"||e[Ge]===void 0?a(r):e[Ge].anchorOffset,s=a(t),l=Math.min(i,s),u=Math.max(i,s);if(e[Ge]={anchorOffset:i,focusOffset:s},e.selectionStart===l&&e.selectionEnd===u)return;const d=Object.assign(new Number(l),{[Ge]:!0});try{e.setSelectionRange(d,u)}catch{}}function $o(e){var t,r,n;const o=(n=e[Ge])!==null&&n!==void 0?n:{anchorOffset:(t=e.selectionStart)!==null&&t!==void 0?t:0,focusOffset:(r=e.selectionEnd)!==null&&r!==void 0?r:0};return{...o,startOffset:Math.min(o.anchorOffset,o.focusOffset),endOffset:Math.max(o.anchorOffset,o.focusOffset)}}function YR(e){return!!e[Ge]}function Aa(e){e[Ge]=void 0}const Ma=globalThis.parseInt;function XR(e){const t=e.replace(/\D/g,"");if(t.length<2)return e;const r=Ma(t[0],10),n=Ma(t[1],10);if(r>=3||r===2&&n>=4){let o;return r>=3?o=1:o=2,kf(t,o)}return e.length===2?e:kf(t,2)}function kf(e,t){const r=e.slice(0,t),n=Math.min(Ma(r,10),23),o=e.slice(t),a=Ma(o,10),i=Math.min(a,59);return`${n.toString().padStart(2,"0")}:${i.toString().padStart(2,"0")}`}function Df(e,t){const r=e.cloneNode();return r.value=t,r.value===t}var jf=(function(e){return e.email="email",e.password="password",e.search="search",e.telephone="telephone",e.text="text",e.url="url",e})(jf||{});function JR(e){var t;const r=(t=e.getAttribute("maxlength"))!==null&&t!==void 0?t:"";return/^\d+$/.test(r)&&Number(r)>=0?Number(r):void 0}function QR(e){return V(e,"textarea")||V(e,"input")&&e.type in jf}function Bf(e,t,r,n){if(Na(e)&&t+r>=0&&t+r<=e.nodeValue.length)return{node:e,offset:t+r};const o=Lf(e,t,r);if(o){if(Na(o))return{node:o,offset:r>0?Math.min(1,o.nodeValue.length):Math.max(o.nodeValue.length-1,0)};if(V(o,"br")){const a=Lf(o,void 0,r);return a?Na(a)?{node:a,offset:r>0?0:a.nodeValue.length}:r<0&&V(a,"br")?{node:o.parentNode,offset:Ia(o)}:{node:a.parentNode,offset:Ia(a)+(r>0?0:1)}:r<0&&n==="deleteContentBackward"?{node:o.parentNode,offset:Ia(o)}:void 0}else return{node:o.parentNode,offset:Ia(o)+(r>0?1:0)}}}function Lf(e,t,r){const n=Number(t)+(r<0?-1:0);return t!==void 0&&gs(e)&&n>=0&&n<e.children.length&&(e=e.children[n]),ew(e,r===1?"next":"previous",ZR)}function ZR(e){if(Na(e))return!0;if(gs(e)){if(V(e,["input","textarea"]))return e.type!=="hidden";if(V(e,"br"))return!0}return!1}function Ia(e){let t=0;for(;e.previousSibling;)t++,e=e.previousSibling;return t}function gs(e){return e.nodeType===1}function Na(e){return e.nodeType===3}function ew(e,t,r){for(;;){var n;const o=e[`${t}Sibling`];if(o){if(e=tw(o,t==="next"?"first":"last"),r(e))return e}else if(e.parentNode&&(!gs(e.parentNode)||!ct(e.parentNode)&&e.parentNode!==((n=e.ownerDocument)===null||n===void 0?void 0:n.body)))e=e.parentNode;else break}}function tw(e,t){for(;e.hasChildNodes();)e=e[`${t}Child`];return e}const Fo=Symbol("Track programmatic changes for React workaround");function rw(e){return Object.getOwnPropertyNames(e).some(t=>t.startsWith("__react"))&&xe(e).REACT_VERSION===17}function nw(e){rw(e)&&(e[Fo]={previousValue:String(e.value),tracked:[]})}function ow(e,t){var r,n;(n=e[Fo])===null||n===void 0||(r=n.tracked)===null||r===void 0||r.push(t),e[Fo]||(ys(e),Ot(e,{focusOffset:t.length}))}function aw(e,t){var r;const n=e[Fo];if(e[Fo]=void 0,!(!(n==null||(r=n.tracked)===null||r===void 0)&&r.length))return;const o=n.tracked.length===2&&n.tracked[0]===n.previousValue&&n.tracked[1]===e.value;o||ys(e),YR(e)&&Ot(e,{focusOffset:o?t:e.value.length})}function $f(e){const t=iw(e);if(t&&Ae(t))return{type:"input",selection:$o(t)};const r=t?.ownerDocument.getSelection();return{type:Gt(e)&&r?.anchorNode&&Gt(r.anchorNode)?"contenteditable":"default",selection:r}}function iw(e){return e.nodeType===1?e:e.parentElement}function sw(e){const t=$f(e);if(t.type==="input")return t.selection;if(t.type==="contenteditable"){var r;return(r=t.selection)===null||r===void 0?void 0:r.getRangeAt(0)}}function ht({focusNode:e,focusOffset:t,anchorNode:r=e,anchorOffset:n=t}){var o,a;if($f(e).type==="input")return Ot(e,{anchorOffset:n,focusOffset:t});(a=r.ownerDocument)===null||a===void 0||(o=a.getSelection())===null||o===void 0||o.setBaseAndExtent(r,n,e,t)}function Ff(e){return V(e,"input")&&["date","time"].includes(e.type)}function At(e,t,r,n="insertText"){const o=sw(t);o&&(!Ff(t)&&!e.dispatchUIEvent(t,"beforeinput",{inputType:n,data:r})||("startContainer"in o?lw(e,t,o,r,n):uw(e,t,o,r,n)))}function lw(e,t,r,n,o){let a=!1;if(!r.collapsed)a=!0,r.deleteContents();else if(["deleteContentBackward","deleteContentForward"].includes(o)){const i=Bf(r.startContainer,r.startOffset,o==="deleteContentBackward"?-1:1,o);if(i){a=!0;const s=r.cloneRange();s.comparePoint(i.node,i.offset)<0?s.setStart(i.node,i.offset):s.setEnd(i.node,i.offset),s.deleteContents()}}if(n)if(r.endContainer.nodeType===3){const i=r.endOffset;r.endContainer.insertData(i,n),r.setStart(r.endContainer,i+n.length),r.setEnd(r.endContainer,i+n.length)}else{const i=t.ownerDocument.createTextNode(n);r.insertNode(i),r.setStart(i,n.length),r.setEnd(i,n.length)}(a||n)&&e.dispatchUIEvent(t,"input",{inputType:o})}function uw(e,t,r,n,o){let a=n;if(QR(t)){const u=JR(t);if(u!==void 0&&n.length>0){const d=u-t.value.length;if(d>0)a=n.substring(0,d);else return}}const{newValue:i,newOffset:s,oldValue:l}=cw(a,t,r,o);i===l&&s===r.startOffset&&s===r.endOffset||V(t,"input",{type:"number"})&&!dw(i)||(WR(t,i),ht({focusNode:t,anchorOffset:s,focusOffset:s}),Ff(t)?Df(t,i)&&(Uf(e,t,s,{}),e.dispatchUIEvent(t,"change"),Nf(t)):Uf(e,t,s,{data:n,inputType:o}))}function cw(e,t,{startOffset:r,endOffset:n},o){const a=Ie(t),i=Math.max(0,r===n&&o==="deleteContentBackward"?r-1:r),s=a.substring(0,i),l=Math.min(a.length,r===n&&o==="deleteContentForward"?r+1:n),u=a.substring(l,a.length);let d=`${s}${e}${u}`,f=i+e.length;if(V(t,"input",{type:"time"})){const c=XR(d);c!==""&&Df(t,c)&&(d=c,f=c.length)}return{oldValue:a,newValue:d,newOffset:f}}function Uf(e,t,r,n){e.dispatchUIEvent(t,"input",n),aw(t,r)}function dw(e){var t,r;const n=e.split("e",2);return!(/[^\d.\-e]/.test(e)||Number((t=e.match(/-/g))===null||t===void 0?void 0:t.length)>2||Number((r=e.match(/\./g))===null||r===void 0?void 0:r.length)>1||n[1]&&!/^-?\d*$/.test(n[1]))}nt.cut=(e,t,r)=>()=>{xt(t)&&At(r,t,"","deleteByCut")};function fw(e){return e?ct(e)?e.textContent:Ie(e):null}function pw(e){const t=xe(e);for(let r=e;r?.ownerDocument;r=r.parentElement){const{display:n,visibility:o}=t.getComputedStyle(r);if(n==="none"||o==="hidden")return!1}return!0}function mw(e,t){const r=e.ownerDocument,n=r.querySelectorAll(jl),o=Array.from(n).filter(l=>l===e||!(Number(l.getAttribute("tabindex"))<0||De(l)));Number(e.getAttribute("tabindex"))>=0&&o.sort((l,u)=>{const d=Number(l.getAttribute("tabindex")),f=Number(u.getAttribute("tabindex"));return d===f?0:d===0?1:f===0?-1:d-f});const a={};let i=[r.body];const s=V(e,"input",{type:"radio"})?e.name:void 0;o.forEach(l=>{const u=l;if(V(u,"input",{type:"radio"})&&u.name){if(u===e){i.push(u);return}else if(u.name===s)return;if(u.checked){i=i.filter(d=>!V(d,"input",{type:"radio",name:u.name})),i.push(u),a[u.name]=u;return}if(typeof a[u.name]<"u")return}i.push(u)});for(let l=i.findIndex(u=>u===e);;)if(l+=t?-1:1,l===i.length?l=0:l===-1&&(l=i.length-1),i[l]===e||i[l]===r.body||pw(i[l]))return i[l]}function zf(e,t){if(Ae(e)){const r=$o(e);ht({focusNode:e,focusOffset:r.startOffset===r.endOffset?r.focusOffset+t:t<0?r.startOffset:r.endOffset})}else{const r=e.ownerDocument.getSelection();if(!r?.focusNode)return;if(r.isCollapsed){const n=Bf(r.focusNode,r.focusOffset,t);n&&ht({focusNode:n.node,focusOffset:n.offset})}else r[t<0?"collapseToStart":"collapseToEnd"]()}}function Vf(e){if(Ae(e))return ht({focusNode:e,anchorOffset:0,focusOffset:Ie(e).length});var t;const r=(t=Gt(e))!==null&&t!==void 0?t:e.ownerDocument.body;ht({focusNode:r,anchorOffset:0,focusOffset:r.childNodes.length})}function hw(e){if(Ae(e))return $o(e).startOffset===0&&$o(e).endOffset===Ie(e).length;var t;const r=(t=Gt(e))!==null&&t!==void 0?t:e.ownerDocument.body,n=e.ownerDocument.getSelection();return n?.anchorNode===r&&n.focusNode===r&&n.anchorOffset===0&&n.focusOffset===r.childNodes.length}function Uo(e,t,r){var n;if(Ae(e))return ht({focusNode:e,anchorOffset:t,focusOffset:r});if(ct(e)&&((n=e.firstChild)===null||n===void 0?void 0:n.nodeType)===3)return ht({focusNode:e.firstChild,anchorOffset:t,focusOffset:r});throw new Error("Not implemented. The result of this interaction is unreliable.")}function ka(e,t,r){const n=xe(t),o=Array.from(t.ownerDocument.querySelectorAll(t.name?`input[type="radio"][name="${n.CSS.escape(t.name)}"]`:'input[type="radio"][name=""], input[type="radio"]:not([name])'));for(let a=o.findIndex(i=>i===t)+r;;a+=r){if(o[a]||(a=r>0?0:o.length-1),o[a]===t)return;if(!De(o[a])){rt(o[a]),e.dispatchUIEvent(o[a],"click");return}}}nt.keydown=(e,t,r)=>{var n,o;return(o=(n=Hf[e.key])===null||n===void 0?void 0:n.call(Hf,e,t,r))!==null&&o!==void 0?o:bw(e,t,r)};const Hf={ArrowDown:(e,t,r)=>{if(V(t,"input",{type:"radio"}))return()=>ka(r,t,1)},ArrowLeft:(e,t,r)=>V(t,"input",{type:"radio"})?()=>ka(r,t,-1):()=>zf(t,-1),ArrowRight:(e,t,r)=>V(t,"input",{type:"radio"})?()=>ka(r,t,1):()=>zf(t,1),ArrowUp:(e,t,r)=>{if(V(t,"input",{type:"radio"}))return()=>ka(r,t,-1)},Backspace:(e,t,r)=>{if(xt(t))return()=>{At(r,t,"","deleteContentBackward")}},Delete:(e,t,r)=>{if(xt(t))return()=>{At(r,t,"","deleteContentForward")}},End:(e,t)=>{if(V(t,["input","textarea"])||ct(t))return()=>{var r,n;const o=(n=(r=fw(t))===null||r===void 0?void 0:r.length)!==null&&n!==void 0?n:0;Uo(t,o,o)}},Home:(e,t)=>{if(V(t,["input","textarea"])||ct(t))return()=>{Uo(t,0,0)}},PageDown:(e,t)=>{if(V(t,["input"]))return()=>{const r=Ie(t).length;Uo(t,r,r)}},PageUp:(e,t)=>{if(V(t,["input"]))return()=>{Uo(t,0,0)}},Tab:(e,t,r)=>()=>{const n=mw(t,r.system.keyboard.modifiers.Shift);rt(n),Ae(n)&&Ot(n,{anchorOffset:0,focusOffset:n.value.length})}},bw=(e,t,r)=>{if(e.code==="KeyA"&&r.system.keyboard.modifiers.Control)return()=>Vf(t)};nt.keypress=(e,t,r)=>{if(e.key==="Enter"){if(V(t,"button")||V(t,"input")&&vw.includes(t.type)||V(t,"a")&&t.href)return()=>{r.dispatchUIEvent(t,"click")};if(V(t,"input")){const n=t.form,o=n?.querySelector('input[type="submit"], button:not([type]), button[type="submit"]');return o?()=>r.dispatchUIEvent(o,"click"):n&&yw.includes(t.type)&&n.querySelectorAll("input").length===1?()=>r.dispatchUIEvent(n,"submit"):void 0}}if(xt(t)){const n=e.key==="Enter"?ct(t)&&!r.system.keyboard.modifiers.Shift?"insertParagraph":"insertLineBreak":"insertText",o=e.key==="Enter"?`
|
|
316
|
-
`:e.key;return()=>At(r,t,o,n)}};const vw=["button","color","file","image","reset","submit"],yw=["email","month","password","search","tel","text","url","week"];nt.keyup=(e,t,r)=>{var n;return(n=Wf[e.key])===null||n===void 0?void 0:n.call(Wf,e,t,r)};const Wf={" ":(e,t,r)=>{if(Ll(t))return()=>r.dispatchUIEvent(t,"click")}};nt.paste=(e,t,r)=>{if(xt(t))return()=>{var n;const o=(n=e.clipboardData)===null||n===void 0?void 0:n.getData("text");o&&At(r,t,o,"insertFromPaste")}};const Gf={auxclick:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},beforeinput:{EventType:"InputEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},blur:{EventType:"FocusEvent",defaultInit:{bubbles:!1,cancelable:!1,composed:!0}},click:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},contextmenu:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},copy:{EventType:"ClipboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},change:{EventType:"Event",defaultInit:{bubbles:!0,cancelable:!1}},cut:{EventType:"ClipboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},dblclick:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},focus:{EventType:"FocusEvent",defaultInit:{bubbles:!1,cancelable:!1,composed:!0}},focusin:{EventType:"FocusEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},focusout:{EventType:"FocusEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},keydown:{EventType:"KeyboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},keypress:{EventType:"KeyboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},keyup:{EventType:"KeyboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},paste:{EventType:"ClipboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},input:{EventType:"InputEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},mousedown:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseenter:{EventType:"MouseEvent",defaultInit:{bubbles:!1,cancelable:!1,composed:!0}},mouseleave:{EventType:"MouseEvent",defaultInit:{bubbles:!1,cancelable:!1,composed:!0}},mousemove:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseout:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseover:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseup:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerover:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerenter:{EventType:"PointerEvent",defaultInit:{bubbles:!1,cancelable:!1}},pointerdown:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointermove:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerup:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointercancel:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},pointerout:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerleave:{EventType:"PointerEvent",defaultInit:{bubbles:!1,cancelable:!1}},submit:{EventType:"Event",defaultInit:{bubbles:!0,cancelable:!0}}};function Kf(e){return Gf[e].EventType}const gw=["MouseEvent","PointerEvent"];function Rw(e){return gw.includes(Kf(e))}function ww(e){return Kf(e)==="KeyboardEvent"}const Ew={ClipboardEvent:[qw],Event:[],FocusEvent:[zo,xw],InputEvent:[zo,_w],MouseEvent:[zo,Rs,Xf],PointerEvent:[zo,Rs,Xf,Tw],KeyboardEvent:[zo,Rs,Pw]};function Yf(e,t,r){const n=xe(t),{EventType:o,defaultInit:a}=Gf[e],i=new(Cw(n))[o](e,a);return Ew[o].forEach(s=>s(i,r??{})),i}function Cw(e){var t;const r=(t=e.Event)!==null&&t!==void 0?t:class{};var n;const o=(n=e.AnimationEvent)!==null&&n!==void 0?n:class extends r{};var a;const i=(a=e.ClipboardEvent)!==null&&a!==void 0?a:class extends r{};var s;const l=(s=e.PopStateEvent)!==null&&s!==void 0?s:class extends r{};var u;const d=(u=e.ProgressEvent)!==null&&u!==void 0?u:class extends r{};var f;const c=(f=e.TransitionEvent)!==null&&f!==void 0?f:class extends r{};var b;const v=(b=e.UIEvent)!==null&&b!==void 0?b:class extends r{};var R;const S=(R=e.CompositionEvent)!==null&&R!==void 0?R:class extends v{};var p;const x=(p=e.FocusEvent)!==null&&p!==void 0?p:class extends v{};var _;const T=(_=e.InputEvent)!==null&&_!==void 0?_:class extends v{};var P;const y=(P=e.KeyboardEvent)!==null&&P!==void 0?P:class extends v{};var g;const E=(g=e.MouseEvent)!==null&&g!==void 0?g:class extends v{};var A;const D=(A=e.DragEvent)!==null&&A!==void 0?A:class extends E{};var j;const L=(j=e.PointerEvent)!==null&&j!==void 0?j:class extends E{};var O;const k=(O=e.TouchEvent)!==null&&O!==void 0?O:class extends v{};return{Event:r,AnimationEvent:o,ClipboardEvent:i,PopStateEvent:l,ProgressEvent:d,TransitionEvent:c,UIEvent:v,CompositionEvent:S,FocusEvent:x,InputEvent:T,KeyboardEvent:y,MouseEvent:E,DragEvent:D,PointerEvent:L,TouchEvent:k}}function ot(e,t){for(const[r,n]of Object.entries(t))Object.defineProperty(e,r,{get:()=>n??null})}function oe(e){return Number(e??0)}function qw(e,{clipboardData:t}){ot(e,{clipboardData:t})}function xw(e,{relatedTarget:t}){ot(e,{relatedTarget:t})}function _w(e,{data:t,inputType:r,isComposing:n}){ot(e,{data:t,isComposing:!!n,inputType:String(r)})}function zo(e,{view:t,detail:r}){ot(e,{view:t,detail:oe(r??0)})}function Rs(e,{altKey:t,ctrlKey:r,metaKey:n,shiftKey:o,modifierAltGraph:a,modifierCapsLock:i,modifierFn:s,modifierFnLock:l,modifierNumLock:u,modifierScrollLock:d,modifierSymbol:f,modifierSymbolLock:c}){ot(e,{altKey:!!t,ctrlKey:!!r,metaKey:!!n,shiftKey:!!o,getModifierState(b){return!!{Alt:t,AltGraph:a,CapsLock:i,Control:r,Fn:s,FnLock:l,Meta:n,NumLock:u,ScrollLock:d,Shift:o,Symbol:f,SymbolLock:c}[b]}})}function Pw(e,{key:t,code:r,location:n,repeat:o,isComposing:a,charCode:i}){ot(e,{key:String(t),code:String(r),location:oe(n),repeat:!!o,isComposing:!!a,charCode:i})}function Xf(e,{x:t,y:r,screenX:n,screenY:o,clientX:a=t,clientY:i=r,button:s,buttons:l,relatedTarget:u,offsetX:d,offsetY:f,pageX:c,pageY:b}){ot(e,{screenX:oe(n),screenY:oe(o),clientX:oe(a),x:oe(a),clientY:oe(i),y:oe(i),button:oe(s),buttons:oe(l),relatedTarget:u,offsetX:oe(d),offsetY:oe(f),pageX:oe(c),pageY:oe(b)})}function Tw(e,{pointerId:t,width:r,height:n,pressure:o,tangentialPressure:a,tiltX:i,tiltY:s,twist:l,pointerType:u,isPrimary:d}){ot(e,{pointerId:oe(t),width:oe(r??1),height:oe(n??1),pressure:oe(o),tangentialPressure:oe(a),tiltX:oe(i),tiltY:oe(s),twist:oe(l),pointerType:String(u),isPrimary:!!d})}function Sw(e,t,r,n=!1){(Rw(t)||ww(t))&&(r={...r,...this.system.getUIEventModifiers()});const o=Yf(t,e,r);return Jf.call(this,e,o,n)}function Jf(e,t,r=!1){var n;const o=t.type,a=r?()=>{}:(n=nt[o])===null||n===void 0?void 0:n.call(nt,t,e,this);if(a){t.preventDefault();let i=!1;return Object.defineProperty(t,"defaultPrevented",{get:()=>i}),Object.defineProperty(t,"preventDefault",{value:()=>{i=t.cancelable}}),Tt(()=>e.dispatchEvent(t)),i||a(),!i}return Tt(()=>e.dispatchEvent(t))}function bt(e,t,r){const n=Yf(t,e,r);Tt(()=>e.dispatchEvent(n))}const Qf=Symbol("patched focus/blur methods");function Zf(e){if(e.prototype[Qf])return;const{focus:t,blur:r}=e.prototype;Object.defineProperties(e.prototype,{focus:{configurable:!0,get:()=>o},blur:{configurable:!0,get:()=>a},[Qf]:{configurable:!0,get:()=>({focus:t,blur:r})}});let n;function o(i){if(this.ownerDocument.visibilityState!=="hidden")return t.call(this,i);const s=ep(this.ownerDocument);if(s===this)return;const l=Symbol("focus call");n=l,s&&(r.call(s),bt(s,"blur",{relatedTarget:this}),bt(s,"focusout",{relatedTarget:n===l?this:null})),n===l&&(t.call(this,i),bt(this,"focus",{relatedTarget:s})),n===l&&bt(this,"focusin",{relatedTarget:s})}function a(){if(this.ownerDocument.visibilityState!=="hidden")return r.call(this);const i=ep(this.ownerDocument);if(i!==this)return;n=Symbol("blur call"),r.call(this),bt(i,"blur",{relatedTarget:null}),bt(i,"focusout",{relatedTarget:null})}}function ep(e){const t=Wt(e);return t?.tagName==="BODY"?null:t}const ws=Symbol("Interceptor for programmatical calls");function Mt(e,t,r){const n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),o=Object.getOwnPropertyDescriptor(e,t),a=n?.set?"set":"value";if(typeof n?.[a]!="function"||n[a][ws])throw new Error(`Element ${e.tagName} does not implement "${String(t)}".`);function i(...s){const{applyNative:l=!1,realArgs:u,then:d}=r.call(this,...s),f=(!l&&o||n)[a];a==="set"?f.call(this,u):f.call(this,...u),d?.()}i[ws]=ws,Object.defineProperty(e,t,{...o??n,[a]:i})}function Ow(e){Mt(e,"value",function(r){const n=VR(r);return n&&nw(this),{applyNative:!!n,realArgs:Aw(this,r),then:n?void 0:()=>ow(this,String(r))}})}function Aw(e,t){return V(e,"input",{type:"number"})&&String(t)!==""&&!Number.isNaN(Number(t))?String(Number(t)):String(t)}function Mw(e){Mt(e,"setSelectionRange",function(r,...n){const o=HR(r);return{applyNative:!!o,realArgs:[Number(r),...n],then:()=>o?void 0:Aa(e)}}),Mt(e,"selectionStart",function(r){return{realArgs:r,then:()=>Aa(e)}}),Mt(e,"selectionEnd",function(r){return{realArgs:r,then:()=>Aa(e)}}),Mt(e,"select",function(){return{realArgs:[],then:()=>KR(e,{anchorOffset:0,focusOffset:Ie(e).length})}})}function Iw(e){Mt(e,"setRangeText",function(...r){return{realArgs:r,then:()=>{ys(e),Aa(e)}}})}const It=Symbol("Node prepared with document state workarounds");function tp(e){e[It]||(e.addEventListener("focus",t=>{const r=t.target;rp(r)},{capture:!0,passive:!0}),e.activeElement&&rp(e.activeElement),e.addEventListener("blur",t=>{const r=t.target,n=GR(r);n!==void 0&&(r.value!==n&&bt(r,"change"),Nf(r))},{capture:!0,passive:!0}),e[It]=It)}function rp(e){e[It]||(V(e,["input","textarea"])&&(Ow(e),Mw(e),Iw(e)),e[It]=It)}function Nw(e){return kw(e)?e:e.ownerDocument}function kw(e){return e.nodeType===9}var Ce=(function(e){return e[e.Trigger=2]="Trigger",e[e.Call=1]="Call",e})({});function Vo(e,t){e.levelRefs[t]={}}function Da(e,t){return e.levelRefs[t]}function Nt(e){const t=e.delay;if(typeof t=="number")return Promise.all([new Promise(r=>globalThis.setTimeout(()=>r(),t)),e.advanceTimers(t)])}var ja=(function(e){return e[e.EachTrigger=4]="EachTrigger",e[e.EachApiCall=2]="EachApiCall",e[e.EachTarget=1]="EachTarget",e[e.Never=0]="Never",e})({});function vt(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var Ne=(function(e){return e[e.STANDARD=0]="STANDARD",e[e.LEFT=1]="LEFT",e[e.RIGHT=2]="RIGHT",e[e.NUMPAD=3]="NUMPAD",e})({});const Dw=["Alt","AltGraph","Control","Fn","Meta","Shift","Symbol"];function np(e){return Dw.includes(e)}const jw=["CapsLock","FnLock","NumLock","ScrollLock","SymbolLock"];function op(e){return jw.includes(e)}class Bw{isKeyPressed(t){return this.pressed.has(String(t.code))}getPressedKeys(){return this.pressed.values().map(t=>t.keyDef)}async keydown(t,r){const n=String(r.key),o=String(r.code),a=Gi(t.config.document);this.setKeydownTarget(a),this.pressed.add(o,r),np(n)&&(this.modifiers[n]=!0);const i=t.dispatchUIEvent(a,"keydown",{key:n,code:o});op(n)&&!this.modifiers[n]&&(this.modifiers[n]=!0,this.modifierLockStart[n]=!0),i&&this.pressed.setUnprevented(o),i&&this.hasKeyPress(n)&&t.dispatchUIEvent(Gi(t.config.document),"keypress",{key:n,code:o,charCode:r.key==="Enter"?13:String(r.key).charCodeAt(0)})}async keyup(t,r){const n=String(r.key),o=String(r.code),a=this.pressed.isUnprevented(o);this.pressed.delete(o),np(n)&&!this.pressed.values().find(i=>i.keyDef.key===n)&&(this.modifiers[n]=!1),t.dispatchUIEvent(Gi(t.config.document),"keyup",{key:n,code:o},!a),op(n)&&this.modifiers[n]&&(this.modifierLockStart[n]?this.modifierLockStart[n]=!1:this.modifiers[n]=!1)}setKeydownTarget(t){t!==this.lastKeydownTarget&&(this.carryChar=""),this.lastKeydownTarget=t}hasKeyPress(t){return(t.length===1||t==="Enter")&&!this.modifiers.Control&&!this.modifiers.Alt}constructor(t){vt(this,"system",void 0),vt(this,"modifiers",{Alt:!1,AltGraph:!1,CapsLock:!1,Control:!1,Fn:!1,FnLock:!1,Meta:!1,NumLock:!1,ScrollLock:!1,Shift:!1,Symbol:!1,SymbolLock:!1}),vt(this,"pressed",new class{add(r,n){var o,a,i;(i=(o=this.registry)[a=r])!==null&&i!==void 0||(o[a]={keyDef:n,unpreventedDefault:!1})}has(r){return!!this.registry[r]}setUnprevented(r){const n=this.registry[r];n&&(n.unpreventedDefault=!0)}isUnprevented(r){var n;return!!(!((n=this.registry[r])===null||n===void 0)&&n.unpreventedDefault)}delete(r){delete this.registry[r]}values(){return Object.values(this.registry)}constructor(){vt(this,"registry",{})}}),vt(this,"carryChar",""),vt(this,"lastKeydownTarget",void 0),vt(this,"modifierLockStart",{}),this.system=t}}const Lw=[..."0123456789".split("").map(e=>({code:`Digit${e}`,key:e})),...")!@#$%^&*(".split("").map((e,t)=>({code:`Digit${t}`,key:e,shiftKey:!0})),..."abcdefghijklmnopqrstuvwxyz".split("").map(e=>({code:`Key${e.toUpperCase()}`,key:e})),..."ABCDEFGHIJKLMNOPQRSTUVWXYZ".split("").map(e=>({code:`Key${e}`,key:e,shiftKey:!0})),{code:"BracketLeft",key:"["},{code:"BracketLeft",key:"{",shiftKey:!0},{code:"BracketRight",key:"]"},{code:"BracketRight",key:"}",shiftKey:!0},{code:"Space",key:" "},{code:"AltLeft",key:"Alt",location:Ne.LEFT},{code:"AltRight",key:"Alt",location:Ne.RIGHT},{code:"ShiftLeft",key:"Shift",location:Ne.LEFT},{code:"ShiftRight",key:"Shift",location:Ne.RIGHT},{code:"ControlLeft",key:"Control",location:Ne.LEFT},{code:"ControlRight",key:"Control",location:Ne.RIGHT},{code:"MetaLeft",key:"Meta",location:Ne.LEFT},{code:"MetaRight",key:"Meta",location:Ne.RIGHT},{code:"OSLeft",key:"OS",location:Ne.LEFT},{code:"OSRight",key:"OS",location:Ne.RIGHT},{code:"ContextMenu",key:"ContextMenu"},{code:"Tab",key:"Tab"},{code:"CapsLock",key:"CapsLock"},{code:"Backspace",key:"Backspace"},{code:"Enter",key:"Enter"},{code:"Escape",key:"Escape"},{code:"ArrowUp",key:"ArrowUp"},{code:"ArrowDown",key:"ArrowDown"},{code:"ArrowLeft",key:"ArrowLeft"},{code:"ArrowRight",key:"ArrowRight"},{code:"Home",key:"Home"},{code:"End",key:"End"},{code:"Delete",key:"Delete"},{code:"PageUp",key:"PageUp"},{code:"PageDown",key:"PageDown"},{code:"Fn",key:"Fn"},{code:"Symbol",key:"Symbol"},{code:"AltRight",key:"AltGraph"}],$w=[{name:"MouseLeft",pointerType:"mouse",button:"primary"},{name:"MouseRight",pointerType:"mouse",button:"secondary"},{name:"MouseMiddle",pointerType:"mouse",button:"auxiliary"},{name:"TouchA",pointerType:"touch"},{name:"TouchB",pointerType:"touch"},{name:"TouchC",pointerType:"touch"}];function Fw(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class ap{getButtons(){let t=0;for(const r of Object.keys(this.pressed))t|=2**Number(r);return t}down(t){const r=Es(t.button);if(r in this.pressed){this.pressed[r].push(t);return}return this.pressed[r]=[t],r}up(t){const r=Es(t.button);if(r in this.pressed&&(this.pressed[r]=this.pressed[r].filter(n=>n.name!==t.name),this.pressed[r].length===0))return delete this.pressed[r],r}constructor(){Fw(this,"pressed",{})}}const ip={primary:0,secondary:1,auxiliary:2,back:3,X1:3,forward:4,X2:4};function Es(e=0){return e in ip?ip[e]:Number(e)}const sp={1:2,2:1};function Cs(e){return e=Es(e),e in sp?sp[e]:e}function Uw(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class zw{get countPressed(){return this.pressedKeys.size}isPressed(t){return this.pressedKeys.has(t.name)}addPressed(t){return this.pressedKeys.add(t.name)}removePressed(t){return this.pressedKeys.delete(t.name)}constructor(){Uw(this,"pressedKeys",new Set)}}function Ho(e,t){const r=[];for(let a=e;a;a=a.parentElement)r.push(a);const n=[];for(let a=t;a;a=a.parentElement)n.push(a);let o=0;for(;!(o>=r.length||o>=n.length||r[r.length-1-o]!==n[n.length-1-o]);o++);return[r.slice(0,r.length-o),n.slice(0,n.length-o),n.slice(n.length-o)]}function qs({target:e,node:t,offset:r}){return Ae(e)?{node:e,offset:r??Ie(e).length}:t?{node:t,offset:r??(t.nodeType===3?t.nodeValue.length:t.childNodes.length)}:lp(e,r)}function lp(e,t,r=!0){let n=t===void 0?e.childNodes.length-1:0;const o=t===void 0?-1:1;for(;t===void 0?n>=(r?Math.max(e.childNodes.length-1,0):0):n<=e.childNodes.length;){if(t&&n===e.childNodes.length)throw new Error("The given offset is out of bounds.");const a=e.childNodes.item(n),i=String(a.textContent);if(i.length)if(t!==void 0&&i.length<t)t-=i.length;else{if(a.nodeType===1)return lp(a,t,!1);if(a.nodeType===3)return{node:a,offset:t??a.nodeValue.length}}n+=o}return{node:e,offset:e.childNodes.length}}function Vw({document:e,target:t,clickCount:r,node:n,offset:o}){if($m(t))return;const a=Ae(t),i=String(a?Ie(t):t.textContent),[s,l]=n?[o,o]:Hw(i,o,r);if(a)return Ot(t,{anchorOffset:s??i.length,focusOffset:l??i.length}),{node:t,start:s??0,end:l??i.length};{const{node:u,offset:d}=qs({target:t,node:n,offset:s}),{node:f,offset:c}=qs({target:t,node:n,offset:l}),b=t.ownerDocument.createRange();try{b.setStart(u,d),b.setEnd(f,c)}catch{throw new Error("The given offset is out of bounds.")}const v=e.getSelection();return v?.removeAllRanges(),v?.addRange(b.cloneRange()),b}}function Hw(e,t,r){if(r%3===1||e.length===0)return[t,t];const n=t??e.length;return r%3===2?[n-e.substr(0,t).match(/(\w+|\s+|\W)?$/)[0].length,t===void 0?t:t+e.substr(t).match(/^(\w+|\s+|\W)?/)[0].length]:[n-e.substr(0,t).match(/[^\r\n]*$/)[0].length,t===void 0?t:t+e.substr(t).match(/^[^\r\n]*/)[0].length]}function Ww(e,{document:t,target:r,node:n,offset:o}){const a=qs({target:r,node:n,offset:o});if("node"in e){if(a.node===e.node){const i=a.offset<e.start?e.end:e.start,s=a.offset>e.end||a.offset<e.start?a.offset:e.end;Ot(e.node,{anchorOffset:i,focusOffset:s})}}else{const i=e.cloneRange(),s=i.comparePoint(a.node,a.offset);s<0?i.setStart(a.node,a.offset):s>0&&i.setEnd(a.node,a.offset);const l=t.getSelection();l?.removeAllRanges(),l?.addRange(i.cloneRange())}}function up(e,t){var r,n,o,a,i,s,l,u,d,f,c,b,v,R,S,p,x,_,T,P,y,g,E,A;return e.target!==t.target||((r=e.coords)===null||r===void 0?void 0:r.x)!==((n=t.coords)===null||n===void 0?void 0:n.x)||((o=e.coords)===null||o===void 0?void 0:o.y)!==((a=t.coords)===null||a===void 0?void 0:a.y)||((i=e.coords)===null||i===void 0?void 0:i.clientX)!==((s=t.coords)===null||s===void 0?void 0:s.clientX)||((l=e.coords)===null||l===void 0?void 0:l.clientY)!==((u=t.coords)===null||u===void 0?void 0:u.clientY)||((d=e.coords)===null||d===void 0?void 0:d.offsetX)!==((f=t.coords)===null||f===void 0?void 0:f.offsetX)||((c=e.coords)===null||c===void 0?void 0:c.offsetY)!==((b=t.coords)===null||b===void 0?void 0:b.offsetY)||((v=e.coords)===null||v===void 0?void 0:v.pageX)!==((R=t.coords)===null||R===void 0?void 0:R.pageX)||((S=e.coords)===null||S===void 0?void 0:S.pageY)!==((p=t.coords)===null||p===void 0?void 0:p.pageY)||((x=e.coords)===null||x===void 0?void 0:x.screenX)!==((_=t.coords)===null||_===void 0?void 0:_.screenX)||((T=e.coords)===null||T===void 0?void 0:T.screenY)!==((P=t.coords)===null||P===void 0?void 0:P.screenY)||((y=e.caret)===null||y===void 0?void 0:y.node)!==((g=t.caret)===null||g===void 0?void 0:g.node)||((E=e.caret)===null||E===void 0?void 0:E.offset)!==((A=t.caret)===null||A===void 0?void 0:A.offset)}function yt(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class Gw{move(t,r,n){const o=this.position,a=this.getTarget(t);if(this.position=r,!up(o,r))return;const i=this.getTarget(t),s=this.getEventInit("mousemove"),[l,u]=Ho(a,i);return{leave:()=>{a!==i&&(t.dispatchUIEvent(a,"mouseout",s),l.forEach(d=>t.dispatchUIEvent(d,"mouseleave",s)))},enter:()=>{a!==i&&(t.dispatchUIEvent(i,"mouseover",s),u.forEach(d=>t.dispatchUIEvent(d,"mouseenter",s)))},move:()=>{n||(t.dispatchUIEvent(i,"mousemove",s),this.modifySelecting(t))}}}down(t,r,n){const o=this.buttons.down(r);if(o===void 0)return;const a=this.getTarget(t);this.buttonDownTarget[o]=a;const i=this.getEventInit("mousedown",r.button),s=De(a);!n&&(s||t.dispatchUIEvent(a,"mousedown",i))&&(this.startSelecting(t,i.detail),rt(a)),!s&&Cs(r.button)===2&&t.dispatchUIEvent(a,"contextmenu",this.getEventInit("contextmenu",r.button))}up(t,r,n){const o=this.buttons.up(r);if(o===void 0)return;const a=this.getTarget(t);if(!De(a)){if(!n){const s=this.getEventInit("mouseup",r.button);t.dispatchUIEvent(a,"mouseup",s),this.endSelecting()}const i=Ho(this.buttonDownTarget[o],a)[2][0];if(i){const s=this.getEventInit("click",r.button);s.detail&&(t.dispatchUIEvent(i,s.button===0?"click":"auxclick",s),s.button===0&&s.detail===2&&t.dispatchUIEvent(i,"dblclick",{...this.getEventInit("dblclick",r.button),detail:s.detail}))}}}resetClickCount(){this.clickCount.reset()}getEventInit(t,r){const n={...this.position.coords};return n.button=Cs(r),n.buttons=this.buttons.getButtons(),t==="mousedown"?n.detail=this.clickCount.getOnDown(n.button):t==="mouseup"?n.detail=this.clickCount.getOnUp(n.button):(t==="click"||t==="auxclick")&&(n.detail=this.clickCount.incOnClick(n.button)),n}getTarget(t){var r;return(r=this.position.target)!==null&&r!==void 0?r:t.config.document.body}startSelecting(t,r){var n,o;this.selecting=Vw({document:t.config.document,target:this.getTarget(t),node:(n=this.position.caret)===null||n===void 0?void 0:n.node,offset:(o=this.position.caret)===null||o===void 0?void 0:o.offset,clickCount:r})}modifySelecting(t){var r,n;this.selecting&&Ww(this.selecting,{document:t.config.document,target:this.getTarget(t),node:(r=this.position.caret)===null||r===void 0?void 0:r.node,offset:(n=this.position.caret)===null||n===void 0?void 0:n.offset})}endSelecting(){this.selecting=void 0}constructor(){yt(this,"position",{}),yt(this,"buttons",new ap),yt(this,"selecting",void 0),yt(this,"buttonDownTarget",{}),yt(this,"clickCount",new class{incOnClick(t){const r=this.down[t]===void 0?void 0:Number(this.down[t])+1;return this.count=this.count[t]===void 0?{}:{[t]:Number(this.count[t])+1},r}getOnDown(t){var r;this.down={[t]:(r=this.count[t])!==null&&r!==void 0?r:0};var n;return this.count={[t]:(n=this.count[t])!==null&&n!==void 0?n:0},Number(this.count[t])+1}getOnUp(t){return this.down[t]===void 0?void 0:Number(this.down[t])+1}reset(){this.count={}}constructor(){yt(this,"down",{}),yt(this,"count",{})}})}}function Ba(e,t){var r;return((r=dp(e,t))===null||r===void 0?void 0:r.pointerEvents)!=="none"}function Kw(e){const t=xe(e);for(let r=e,n=[];r?.ownerDocument;r=r.parentElement){n.push(r);const o=t.getComputedStyle(r).pointerEvents;if(o&&!["inherit","unset"].includes(o))return{pointerEvents:o,tree:n}}}const cp=Symbol("Last check for pointer-events");function dp(e,t){const r=t[cp];if(!(e.config.pointerEventsCheck!==ja.Never&&(!r||fp(e.config.pointerEventsCheck,ja.EachApiCall)&&r[Ce.Call]!==Da(e,Ce.Call)||fp(e.config.pointerEventsCheck,ja.EachTrigger)&&r[Ce.Trigger]!==Da(e,Ce.Trigger))))return r?.result;const o=Kw(t);return t[cp]={[Ce.Call]:Da(e,Ce.Call),[Ce.Trigger]:Da(e,Ce.Trigger),result:o},o}function Wo(e,t){const r=dp(e,t);if(r?.pointerEvents==="none")throw new Error([`Unable to perform pointer interaction as the element ${r.tree.length>1?"inherits":"has"} \`pointer-events: none\`:`,"",Yw(r.tree)].join(`
|
|
317
|
-
`))}function
|
|
318
|
-
`)}function
|
|
319
|
-
See ${
|
|
320
|
-
for more information about how userEvent parses your input.`}function lE(e,t){const r=[];do{const{type:o,descriptor:a,consumedLength:i,releasePrevious:s,releaseSelf:l=!0,repeat:u}=hp(t,"keyboard");var n;const d=(n=e.find(f=>{if(o==="["){var c;return((c=f.code)===null||c===void 0?void 0:c.toLowerCase())===a.toLowerCase()}else if(o==="{"){var b;return((b=f.key)===null||b===void 0?void 0:b.toLowerCase())===a.toLowerCase()}return f.key===a}))!==null&&n!==void 0?n:{key:"Unknown",code:"Unknown",[o==="["?"code":"key"]:a};r.push({keyDef:d,releasePrevious:s,releaseSelf:l,repeat:u}),t=t.slice(i)}while(t);return r}async function uE(e){const t=lE(this.config.keyboardMap,e);for(let r=0;r<t.length;r++)await Nt(this.config),await cE(this,t[r])}async function cE(e,{keyDef:t,releasePrevious:r,releaseSelf:n,repeat:o}){const{system:a}=e;if(a.keyboard.isKeyPressed(t)&&await a.keyboard.keyup(e,t),!r){for(let i=1;i<=o;i++)await a.keyboard.keydown(e,t),i<o&&await Nt(e.config);n&&await a.keyboard.keyup(e,t)}}async function dE(e){for(const t of e.system.keyboard.getPressedKeys())await e.system.keyboard.keyup(e,t)}function yp(e){const t=Ae(e)?{"text/plain":fE(e)}:{"text/plain":String(e.ownerDocument.getSelection())},r=Vi(xe(e));for(const n in t)t[n]&&r.setData(n,t[n]);return r}function fE(e){const t=$o(e);return Ie(e).substring(t.startOffset,t.endOffset)}async function pE(){const e=this.config.document;var t;const r=(t=e.activeElement)!==null&&t!==void 0?t:e.body,n=yp(r);if(n.items.length!==0)return this.dispatchUIEvent(r,"copy",{clipboardData:n})&&this.config.writeToClipboard&&await Dl(e,n),n}async function mE(){const e=this.config.document;var t;const r=(t=e.activeElement)!==null&&t!==void 0?t:e.body,n=yp(r);if(n.items.length!==0)return this.dispatchUIEvent(r,"cut",{clipboardData:n})&&this.config.writeToClipboard&&await Dl(r.ownerDocument,n),n}async function hE(e){const t=this.config.document;var r;const n=(r=t.activeElement)!==null&&r!==void 0?r:t.body;var o;const a=(o=typeof e=="string"?bE(t,e):e)!==null&&o!==void 0?o:await Dm(t).catch(()=>{throw new Error("`userEvent.paste()` without `clipboardData` requires the `ClipboardAPI` to be available.")});this.dispatchUIEvent(n,"paste",{clipboardData:a})}function bE(e,t){const r=Vi(xe(e));return r.setData("text",t),r}function gp(e,t){const r=[];do{const{descriptor:n,consumedLength:o,releasePrevious:a,releaseSelf:i=!0}=hp(t,"pointer"),s=e.find(l=>l.name===n);s&&r.push({keyDef:s,releasePrevious:a,releaseSelf:i}),t=t.slice(o)}while(t);return r}async function vE(e){const{pointerMap:t}=this.config,r=[];(Array.isArray(e)?e:[e]).forEach(n=>{typeof n=="string"?r.push(...gp(t,n)):"keys"in n?r.push(...gp(t,n.keys).map(o=>({...n,...o}))):r.push(n)});for(let n=0;n<r.length;n++)await Nt(this.config),await yE(this,r[n]);this.system.pointer.resetClickCount()}async function yE(e,t){var r,n;const o="pointerName"in t&&t.pointerName?t.pointerName:"keyDef"in t?e.system.pointer.getPointerName(t.keyDef):"mouse",a=e.system.pointer.getPreviousPosition(o);var i,s,l,u;const d={target:(i=t.target)!==null&&i!==void 0?i:gE(e,a),coords:(s=t.coords)!==null&&s!==void 0?s:a?.coords,caret:{node:(l=t.node)!==null&&l!==void 0?l:Rp(t)||a==null||(r=a.caret)===null||r===void 0?void 0:r.node,offset:(u=t.offset)!==null&&u!==void 0?u:Rp(t)||a==null||(n=a.caret)===null||n===void 0?void 0:n.offset}};"keyDef"in t?(e.system.pointer.isKeyPressed(t.keyDef)&&(Vo(e,Ce.Trigger),await e.system.pointer.release(e,t.keyDef,d)),t.releasePrevious||(Vo(e,Ce.Trigger),await e.system.pointer.press(e,t.keyDef,d),t.releaseSelf&&(Vo(e,Ce.Trigger),await e.system.pointer.release(e,t.keyDef,d)))):(Vo(e,Ce.Trigger),await e.system.pointer.move(e,o,d))}function Rp(e){var t,r;return!!((r=(t=e.target)!==null&&t!==void 0?t:e.node)!==null&&r!==void 0?r:e.offset!==void 0)}function gE(e,t){if(!t)throw new Error("This pointer has no previous position. Provide a target property!");var r;return(r=t.target)!==null&&r!==void 0?r:e.config.document.body}async function RE(e){if(!xt(e)||De(e))throw new Error("clear()` is only supported on editable elements.");if(rt(e),e.ownerDocument.activeElement!==e)throw new Error("The element to be cleared could not be focused.");if(Vf(e),!hw(e))throw new Error("The element content to be cleared could not be selected.");At(this,e,"","deleteContentBackward")}async function wE(e,t){return wp.call(this,!0,e,t)}async function EE(e,t){return wp.call(this,!1,e,t)}async function wp(e,t,r){if(!e&&!t.multiple)throw X().getElementError("Unable to deselect an option in a non-multiple select. Use selectOptions to change the selection instead.",t);const n=Array.isArray(r)?r:[r],o=Array.from(t.querySelectorAll('option, [role="option"]')),a=n.map(s=>{if(typeof s!="string"&&o.includes(s))return s;{const l=o.find(u=>u.value===s||u.innerHTML===s);if(l)return l;throw X().getElementError(`Value "${String(s)}" not found in options`,t)}}).filter(s=>!De(s));if(De(t)||!a.length)return;const i=s=>{s.selected=e,this.dispatchUIEvent(t,"input",{bubbles:!0,cancelable:!1,composed:!0}),this.dispatchUIEvent(t,"change")};if(V(t,"select"))if(t.multiple)for(const s of a){const l=this.config.pointerEventsCheck===0?!0:Ba(this,s);l&&(this.dispatchUIEvent(s,"pointerover"),this.dispatchUIEvent(t,"pointerenter"),this.dispatchUIEvent(s,"mouseover"),this.dispatchUIEvent(t,"mouseenter"),this.dispatchUIEvent(s,"pointermove"),this.dispatchUIEvent(s,"mousemove"),this.dispatchUIEvent(s,"pointerdown"),this.dispatchUIEvent(s,"mousedown")),rt(t),l&&(this.dispatchUIEvent(s,"pointerup"),this.dispatchUIEvent(s,"mouseup")),i(s),l&&this.dispatchUIEvent(s,"click"),await Nt(this.config)}else if(a.length===1){const s=this.config.pointerEventsCheck===0?!0:Ba(this,t);s?await this.click(t):rt(t),i(a[0]),s&&(this.dispatchUIEvent(t,"pointerover"),this.dispatchUIEvent(t,"pointerenter"),this.dispatchUIEvent(t,"mouseover"),this.dispatchUIEvent(t,"mouseenter"),this.dispatchUIEvent(t,"pointerup"),this.dispatchUIEvent(t,"mouseup"),this.dispatchUIEvent(t,"click")),await Nt(this.config)}else throw X().getElementError("Cannot select multiple options on a non-multiple select",t);else if(t.getAttribute("role")==="listbox")for(const s of a)await this.click(s),await this.unhover(s);else throw X().getElementError("Cannot select options on elements that are neither select nor listbox elements",t)}async function CE(e,t,{skipClick:r=this.config.skipClick,skipAutoClose:n=this.config.skipAutoClose,initialSelectionStart:o,initialSelectionEnd:a}={}){e.disabled||(r||await this.click(e),o!==void 0&&Uo(e,o,a??o),await this.keyboard(t),n||await dE(this))}const Ep=Symbol("files and value properties are mocked");function _s(e,t,r){r?Object.defineProperty(e,t,r):delete e[t]}function qE(e,t){var r;(r=e[Ep])===null||r===void 0||r.restore();const n=Object.getOwnPropertyDescriptor(e,"type"),o=Object.getOwnPropertyDescriptor(e,"value"),a=Object.getOwnPropertyDescriptor(e,"files");function i(){_s(e,"type",n),_s(e,"value",o),_s(e,"files",a)}e[Ep]={restore:i},Object.defineProperties(e,{files:{configurable:!0,get:()=>t},value:{configurable:!0,get:()=>t.length?`C:\\fakepath\\${t[0].name}`:"",set(s){if(s==="")i();else{var l;o==null||(l=o.set)===null||l===void 0||l.call(e,s)}}},type:{configurable:!0,get:()=>"file",set(s){s!=="file"&&(i(),e.type=s)}}})}async function xE(e,t){const r=V(e,"label")?e.control:e;if(!r||!V(r,"input",{type:"file"}))throw new TypeError(`The ${r===e?"given":"associated"} ${r?.tagName} element does not accept file uploads`);if(De(e))return;const n=(Array.isArray(t)?t:[t]).filter(a=>!this.config.applyAccept||_E(a,r.accept)).slice(0,r.multiple?void 0:1),o=()=>{var a;n.length===((a=r.files)===null||a===void 0?void 0:a.length)&&n.every((i,s)=>{var l;return i===((l=r.files)===null||l===void 0?void 0:l.item(s))})||(qE(r,zi(xe(e),n)),this.dispatchUIEvent(r,"input"),this.dispatchUIEvent(r,"change"))};r.addEventListener("fileDialog",o),await this.click(e),r.removeEventListener("fileDialog",o)}function La(e){return e.toLowerCase().replace(/(\.|\/)jpg\b/g,"$1jpeg")}function _E(e,t){if(!t)return!0;const r=["audio/*","image/*","video/*"];return La(t).trim().split(/\s*,\s*/).some(n=>n.startsWith(".")?La(e.name).endsWith(n):r.includes(n)?La(e.type).startsWith(n.replace("*","")):La(e.type)===n)}const Cp={click:Zw,dblClick:eE,tripleClick:tE,hover:rE,unhover:nE,tab:oE,keyboard:uE,copy:pE,cut:mE,paste:hE,pointer:vE,clear:RE,deselectOptions:EE,selectOptions:wE,type:CE,upload:xE};function PE(e){return X().asyncWrapper(e)}const qp={applyAccept:!0,autoModify:!0,delay:0,document:globalThis.document,keyboardMap:Lw,pointerMap:$w,pointerEventsCheck:ja.EachApiCall,skipAutoClose:!1,skipClick:!1,skipHover:!1,writeToClipboard:!1,advanceTimers:()=>Promise.resolve()},TE={...qp,writeToClipboard:!0};function xp(e={},t=TE,r){const n=ME(e,r,t);return{...t,...e,document:n}}function SE(e={}){const t=xp(e);tp(t.document),Zf(xe(t.document).HTMLElement);var r;const n=(r=t.document.defaultView)!==null&&r!==void 0?r:globalThis.window;return Im(n),Ps(t).api}function fe({keyboardState:e,pointerState:t,...r}={},n){const o=xp(r,qp,n);tp(o.document),Zf(xe(o.document).HTMLElement);var a;const i=(a=t??e)!==null&&a!==void 0?a:new mp;return{api:Ps(o,i).api,system:i}}function OE(e){return Ps({...this.config,...e},this.system).api}function AE(e,t){function r(...n){return Vo(e,Ce.Call),PE(()=>t.apply(e,n).then(async o=>(await Nt(e.config),o)))}return Object.defineProperty(r,"name",{get:()=>t.name}),r}function Ps(e,t=new mp){const r={};return Object.assign(r,{config:e,dispatchEvent:Jf.bind(r),dispatchUIEvent:Sw.bind(r),system:t,levelRefs:{},...Cp}),{instance:r,api:{...Object.fromEntries(Object.entries(Cp).map(([n,o])=>[n,AE(r,o)])),setup:OE.bind(r)}}}function ME(e,t,r){var n,o;return(o=(n=e.document)!==null&&n!==void 0?n:t&&Nw(t))!==null&&o!==void 0?o:r.document}function IE(e){return fe().api.clear(e)}function NE(e,t={}){return fe(t,e).api.click(e)}function kE(e={}){return fe(e).api.copy()}function DE(e={}){return fe(e).api.cut()}function jE(e,t={}){return fe(t).api.dblClick(e)}function BE(e,t,r={}){return fe(r).api.deselectOptions(e,t)}function LE(e,t={}){return fe(t).api.hover(e)}async function $E(e,t={}){const{api:r,system:n}=fe(t);return r.keyboard(e).then(()=>n)}async function FE(e,t={}){const{api:r,system:n}=fe(t);return r.pointer(e).then(()=>n)}function UE(e,t){return fe(t).api.paste(e)}function zE(e,t,r={}){return fe(r).api.selectOptions(e,t)}function VE(e,t={}){return fe(t).api.tripleClick(e)}function HE(e,t,r={}){return fe(r,e).api.type(e,t,r)}function WE(e,t={}){const{api:r,system:n}=fe(t);return n.pointer.setMousePosition({target:e}),r.unhover(e)}function GE(e,t,r={}){return fe(r).api.upload(e,t)}function KE(e={}){return fe().api.tab(e)}const YE={...Object.freeze(Object.defineProperty({__proto__:null,clear:IE,click:NE,copy:kE,cut:DE,dblClick:jE,deselectOptions:BE,hover:LE,keyboard:$E,paste:UE,pointer:FE,selectOptions:zE,tab:KE,tripleClick:VE,type:HE,unhover:WE,upload:GE},Symbol.toStringTag,{value:"Module"})),setup:SE};function _p(e,t="userEvent"){return new Proxy(e,{get(r,n,o){const a=Reflect.get(r,n,o);return typeof a!="function"?a:n==="setup"?(...i)=>{const s=a(...i);return _p(s,`${t}.instance`)}:async(...i)=>{const s=await a(...i);return Go(`Assertion passed: ${t}.${String(n)} finished`),s}}})}const XE=_p(YE);me.TWDSidebar=sm,me.beforeEach=$p,me.describe=Fp,me.expect=Ht,me.it=Up,me.itOnly=zp,me.itSkip=Vp,me.twd=Hp,me.userEvent=XE,Object.defineProperty(me,Symbol.toStringTag,{value:"Module"})}));
|
|
309
|
+
`).trim();let E="";m===void 0?E="":typeof m=="string"?E=' and name "'+m+'"':E=" and name `"+m+"`";let C="";return b===void 0?C="":typeof b=="string"?C=' and description "'+b+'"':C=" and description `"+b+"`",(`
|
|
310
|
+
Unable to find an `+(d===!1?"accessible ":"")+'element with the role "'+u+'"'+E+C+`
|
|
311
|
+
|
|
312
|
+
`+S).trim()},eB=Yl(dT,dT.name,"queryAll"),[tB,nB,aB,lB,rB]=yc(dT,F6,W6),pT=()=>Ot().testIdAttribute,hT=function(){for(var a=arguments.length,u=new Array(a),s=0;s<a;s++)u[s]=arguments[s];return Ai(u[0]),N1(pT(),...u)},uB=(a,u)=>"Found multiple elements by: ["+pT()+'="'+u+'"]',iB=(a,u)=>"Unable to find an element by: ["+pT()+'="'+u+'"]',oB=Yl(hT,hT.name,"queryAll"),[sB,cB,fB,dB,pB]=yc(hT,uB,iB);var mT=Object.freeze({__proto__:null,queryAllByLabelText:o6,queryByLabelText:a6,getAllByLabelText:u6,getByLabelText:i6,findAllByLabelText:l6,findByLabelText:r6,queryByPlaceholderText:d6,queryAllByPlaceholderText:f6,getByPlaceholderText:h6,getAllByPlaceholderText:p6,findAllByPlaceholderText:m6,findByPlaceholderText:y6,queryByText:S6,queryAllByText:g6,getByText:R6,getAllByText:E6,findAllByText:T6,findByText:C6,queryByDisplayValue:O6,queryAllByDisplayValue:w6,getByDisplayValue:q6,getAllByDisplayValue:M6,findAllByDisplayValue:_6,findByDisplayValue:D6,queryByAltText:H6,queryAllByAltText:B6,getByAltText:L6,getAllByAltText:j6,findAllByAltText:V6,findByAltText:k6,queryByTitle:$6,queryAllByTitle:X6,getByTitle:Z6,getAllByTitle:Q6,findAllByTitle:K6,findByTitle:J6,queryByRole:tB,queryAllByRole:eB,getAllByRole:nB,getByRole:aB,findAllByRole:lB,findByRole:rB,queryByTestId:sB,queryAllByTestId:oB,getByTestId:fB,getAllByTestId:cB,findAllByTestId:dB,findByTestId:pB});function hB(a,u,s){return u===void 0&&(u=mT),s===void 0&&(s={}),Object.keys(u).reduce((d,m)=>{const b=u[m];return d[m]=b.bind(null,a),d},s)}const JM={copy:{EventType:"ClipboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},cut:{EventType:"ClipboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},paste:{EventType:"ClipboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},compositionEnd:{EventType:"CompositionEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},compositionStart:{EventType:"CompositionEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},compositionUpdate:{EventType:"CompositionEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},keyDown:{EventType:"KeyboardEvent",defaultInit:{bubbles:!0,cancelable:!0,charCode:0,composed:!0}},keyPress:{EventType:"KeyboardEvent",defaultInit:{bubbles:!0,cancelable:!0,charCode:0,composed:!0}},keyUp:{EventType:"KeyboardEvent",defaultInit:{bubbles:!0,cancelable:!0,charCode:0,composed:!0}},focus:{EventType:"FocusEvent",defaultInit:{bubbles:!1,cancelable:!1,composed:!0}},blur:{EventType:"FocusEvent",defaultInit:{bubbles:!1,cancelable:!1,composed:!0}},focusIn:{EventType:"FocusEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},focusOut:{EventType:"FocusEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},change:{EventType:"Event",defaultInit:{bubbles:!0,cancelable:!1}},input:{EventType:"InputEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},invalid:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!0}},submit:{EventType:"Event",defaultInit:{bubbles:!0,cancelable:!0}},reset:{EventType:"Event",defaultInit:{bubbles:!0,cancelable:!0}},click:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,button:0,composed:!0}},contextMenu:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},dblClick:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},drag:{EventType:"DragEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},dragEnd:{EventType:"DragEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},dragEnter:{EventType:"DragEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},dragExit:{EventType:"DragEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},dragLeave:{EventType:"DragEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},dragOver:{EventType:"DragEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},dragStart:{EventType:"DragEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},drop:{EventType:"DragEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseDown:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseEnter:{EventType:"MouseEvent",defaultInit:{bubbles:!1,cancelable:!1,composed:!0}},mouseLeave:{EventType:"MouseEvent",defaultInit:{bubbles:!1,cancelable:!1,composed:!0}},mouseMove:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseOut:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseOver:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseUp:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},select:{EventType:"Event",defaultInit:{bubbles:!0,cancelable:!1}},touchCancel:{EventType:"TouchEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},touchEnd:{EventType:"TouchEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},touchMove:{EventType:"TouchEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},touchStart:{EventType:"TouchEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},resize:{EventType:"UIEvent",defaultInit:{bubbles:!1,cancelable:!1}},scroll:{EventType:"UIEvent",defaultInit:{bubbles:!1,cancelable:!1}},wheel:{EventType:"WheelEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},abort:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},canPlay:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},canPlayThrough:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},durationChange:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},emptied:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},encrypted:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},ended:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},loadedData:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},loadedMetadata:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},loadStart:{EventType:"ProgressEvent",defaultInit:{bubbles:!1,cancelable:!1}},pause:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},play:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},playing:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},progress:{EventType:"ProgressEvent",defaultInit:{bubbles:!1,cancelable:!1}},rateChange:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},seeked:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},seeking:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},stalled:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},suspend:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},timeUpdate:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},volumeChange:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},waiting:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},load:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},error:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},animationStart:{EventType:"AnimationEvent",defaultInit:{bubbles:!0,cancelable:!1}},animationEnd:{EventType:"AnimationEvent",defaultInit:{bubbles:!0,cancelable:!1}},animationIteration:{EventType:"AnimationEvent",defaultInit:{bubbles:!0,cancelable:!1}},transitionCancel:{EventType:"TransitionEvent",defaultInit:{bubbles:!0,cancelable:!1}},transitionEnd:{EventType:"TransitionEvent",defaultInit:{bubbles:!0,cancelable:!0}},transitionRun:{EventType:"TransitionEvent",defaultInit:{bubbles:!0,cancelable:!1}},transitionStart:{EventType:"TransitionEvent",defaultInit:{bubbles:!0,cancelable:!1}},pointerOver:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerEnter:{EventType:"PointerEvent",defaultInit:{bubbles:!1,cancelable:!1}},pointerDown:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerMove:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerUp:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerCancel:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},pointerOut:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerLeave:{EventType:"PointerEvent",defaultInit:{bubbles:!1,cancelable:!1}},gotPointerCapture:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},lostPointerCapture:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},popState:{EventType:"PopStateEvent",defaultInit:{bubbles:!0,cancelable:!1}},offline:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},online:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},pageHide:{EventType:"PageTransitionEvent",defaultInit:{bubbles:!0,cancelable:!0}},pageShow:{EventType:"PageTransitionEvent",defaultInit:{bubbles:!0,cancelable:!0}}},mB={doubleClick:"dblClick"};Object.keys(JM).forEach(a=>{const{EventType:u,defaultInit:s}=JM[a];a.toLowerCase()}),Object.keys(mB).forEach(a=>{});function yB(a){return a.replace(/[ \t]*[\n][ \t]*/g,`
|
|
313
|
+
`)}function bB(a){return c4.compressToEncodedURIComponent(yB(a))}function vB(a){return"https://testing-playground.com/#markup="+bB(a)}const IM={debug:(a,u,s)=>Array.isArray(a)?a.forEach(d=>UM(d,u,s)):UM(a,u,s),logTestingPlaygroundURL:function(a){if(a===void 0&&(a=nT().body),!a||!("innerHTML"in a)){console.log("The element you're providing isn't a valid DOM element.");return}if(!a.innerHTML){console.log("The provided element doesn't have any children.");return}const u=vB(a.innerHTML);return console.log(`Open this URL in your browser
|
|
314
|
+
|
|
315
|
+
`+u),u}};typeof document<"u"&&document.body?hB(document.body,mT,IM):Object.keys(mT).reduce((a,u)=>(a[u]=()=>{throw new TypeError("For queries bound to document.body a global document has to be available... Learn more: https://testing-library.com/s/screen-global-error")},a),IM);function vd(a,u){return Ot().eventWrapper(a)}function Xo(a){const u=h3(a,GR),s=om(a.ownerDocument);(u??a.ownerDocument.body)!==s&&(vd(u?()=>u.focus():()=>s?.blur()),b3(u??a.ownerDocument.body))}function gB(a){!GR(a)||!(om(a.ownerDocument)===a)||vd(()=>a.blur())}const $o={};$o.click=(a,u,s)=>{const d=u.closest("button,input,label,select,textarea"),m=d&&ot(d,"label")&&d.control;if(m&&m!==u)return()=>{GR(m)&&(Xo(m),s.dispatchEvent(m,p3(a)))};if(ot(u,"input",{type:"file"}))return()=>{gB(u),u.dispatchEvent(new(kl(u)).Event("fileDialog")),Xo(u)}};const gd=Symbol("Displayed value in UI"),Oi=Symbol("Displayed selection in UI"),H1=Symbol("Initial value to compare on blur");function SB(a){return typeof a=="object"&&gd in a}function EB(a){return!!a&&typeof a=="object"&&Oi in a}function RB(a,u){a[H1]===void 0&&(a[H1]=a.value),a[gd]=u,a.value=Object.assign(new String(u),{[gd]:!0})}function Ru(a){return a[gd]===void 0?a.value:String(a[gd])}function yT(a){a[gd]=void 0}function FM(a){a[H1]=void 0}function TB(a){return a[H1]}function CB(a,u){a[Oi]=u}function Sd(a,{focusOffset:u,anchorOffset:s=u},d="replace"){const m=Ru(a).length,b=A=>Math.max(0,Math.min(m,A)),v=d==="replace"||a[Oi]===void 0?b(s):a[Oi].anchorOffset,S=b(u),E=Math.min(v,S),C=Math.max(v,S);if(a[Oi]={anchorOffset:v,focusOffset:S},a.selectionStart===E&&a.selectionEnd===C)return;const w=Object.assign(new Number(E),{[Oi]:!0});try{a.setSelectionRange(w,C)}catch{}}function ev(a){var u,s,d;const m=(d=a[Oi])!==null&&d!==void 0?d:{anchorOffset:(u=a.selectionStart)!==null&&u!==void 0?u:0,focusOffset:(s=a.selectionEnd)!==null&&s!==void 0?s:0};return{...m,startOffset:Math.min(m.anchorOffset,m.focusOffset),endOffset:Math.max(m.anchorOffset,m.focusOffset)}}function xB(a){return!!a[Oi]}function j1(a){a[Oi]=void 0}const L1=globalThis.parseInt;function AB(a){const u=a.replace(/\D/g,"");if(u.length<2)return a;const s=L1(u[0],10),d=L1(u[1],10);if(s>=3||s===2&&d>=4){let m;return s>=3?m=1:m=2,WM(u,m)}return a.length===2?a:WM(u,2)}function WM(a,u){const s=a.slice(0,u),d=Math.min(L1(s,10),23),m=a.slice(u),b=L1(m,10),v=Math.min(b,59);return`${d.toString().padStart(2,"0")}:${v.toString().padStart(2,"0")}`}function eq(a,u){const s=a.cloneNode();return s.value=u,s.value===u}var tq=(function(a){return a.email="email",a.password="password",a.search="search",a.telephone="telephone",a.text="text",a.url="url",a})(tq||{});function wB(a){var u;const s=(u=a.getAttribute("maxlength"))!==null&&u!==void 0?u:"";return/^\d+$/.test(s)&&Number(s)>=0?Number(s):void 0}function OB(a){return ot(a,"textarea")||ot(a,"input")&&a.type in tq}function nq(a,u,s,d){if(k1(a)&&u+s>=0&&u+s<=a.nodeValue.length)return{node:a,offset:u+s};const m=aq(a,u,s);if(m){if(k1(m))return{node:m,offset:s>0?Math.min(1,m.nodeValue.length):Math.max(m.nodeValue.length-1,0)};if(ot(m,"br")){const b=aq(m,void 0,s);return b?k1(b)?{node:b,offset:s>0?0:b.nodeValue.length}:s<0&&ot(b,"br")?{node:m.parentNode,offset:V1(m)}:{node:b.parentNode,offset:V1(b)+(s>0?0:1)}:s<0&&d==="deleteContentBackward"?{node:m.parentNode,offset:V1(m)}:void 0}else return{node:m.parentNode,offset:V1(m)+(s>0?1:0)}}}function aq(a,u,s){const d=Number(u)+(s<0?-1:0);return u!==void 0&&bT(a)&&d>=0&&d<a.children.length&&(a=a.children[d]),qB(a,s===1?"next":"previous",MB)}function MB(a){if(k1(a))return!0;if(bT(a)){if(ot(a,["input","textarea"]))return a.type!=="hidden";if(ot(a,"br"))return!0}return!1}function V1(a){let u=0;for(;a.previousSibling;)u++,a=a.previousSibling;return u}function bT(a){return a.nodeType===1}function k1(a){return a.nodeType===3}function qB(a,u,s){for(;;){var d;const m=a[`${u}Sibling`];if(m){if(a=_B(m,u==="next"?"first":"last"),s(a))return a}else if(a.parentNode&&(!bT(a.parentNode)||!pc(a.parentNode)&&a.parentNode!==((d=a.ownerDocument)===null||d===void 0?void 0:d.body)))a=a.parentNode;else break}}function _B(a,u){for(;a.hasChildNodes();)a=a[`${u}Child`];return a}const tv=Symbol("Track programmatic changes for React workaround");function DB(a){return Object.getOwnPropertyNames(a).some(u=>u.startsWith("__react"))&&kl(a).REACT_VERSION===17}function zB(a){DB(a)&&(a[tv]={previousValue:String(a.value),tracked:[]})}function NB(a,u){var s,d;(d=a[tv])===null||d===void 0||(s=d.tracked)===null||s===void 0||s.push(u),a[tv]||(yT(a),Sd(a,{focusOffset:u.length}))}function UB(a,u){var s;const d=a[tv];if(a[tv]=void 0,!(!(d==null||(s=d.tracked)===null||s===void 0)&&s.length))return;const m=d.tracked.length===2&&d.tracked[0]===d.previousValue&&d.tracked[1]===a.value;m||yT(a),xB(a)&&Sd(a,{focusOffset:m?u:a.value.length})}function lq(a){const u=BB(a);if(u&&Su(u))return{type:"input",selection:ev(u)};const s=u?.ownerDocument.getSelection();return{type:sm(a)&&s?.anchorNode&&sm(s.anchorNode)?"contenteditable":"default",selection:s}}function BB(a){return a.nodeType===1?a:a.parentElement}function HB(a){const u=lq(a);if(u.type==="input")return u.selection;if(u.type==="contenteditable"){var s;return(s=u.selection)===null||s===void 0?void 0:s.getRangeAt(0)}}function vc({focusNode:a,focusOffset:u,anchorNode:s=a,anchorOffset:d=u}){var m,b;if(lq(a).type==="input")return Sd(a,{anchorOffset:d,focusOffset:u});(b=s.ownerDocument)===null||b===void 0||(m=b.getSelection())===null||m===void 0||m.setBaseAndExtent(s,d,a,u)}function rq(a){return ot(a,"input")&&["date","time"].includes(a.type)}function Ed(a,u,s,d="insertText"){const m=HB(u);m&&(!rq(u)&&!a.dispatchUIEvent(u,"beforeinput",{inputType:d,data:s})||("startContainer"in m?jB(a,u,m,s,d):LB(a,u,m,s,d)))}function jB(a,u,s,d,m){let b=!1;if(!s.collapsed)b=!0,s.deleteContents();else if(["deleteContentBackward","deleteContentForward"].includes(m)){const v=nq(s.startContainer,s.startOffset,m==="deleteContentBackward"?-1:1,m);if(v){b=!0;const S=s.cloneRange();S.comparePoint(v.node,v.offset)<0?S.setStart(v.node,v.offset):S.setEnd(v.node,v.offset),S.deleteContents()}}if(d)if(s.endContainer.nodeType===3){const v=s.endOffset;s.endContainer.insertData(v,d),s.setStart(s.endContainer,v+d.length),s.setEnd(s.endContainer,v+d.length)}else{const v=u.ownerDocument.createTextNode(d);s.insertNode(v),s.setStart(v,d.length),s.setEnd(v,d.length)}(b||d)&&a.dispatchUIEvent(u,"input",{inputType:m})}function LB(a,u,s,d,m){let b=d;if(OB(u)){const C=wB(u);if(C!==void 0&&d.length>0){const w=C-u.value.length;if(w>0)b=d.substring(0,w);else return}}const{newValue:v,newOffset:S,oldValue:E}=VB(b,u,s,m);v===E&&S===s.startOffset&&S===s.endOffset||ot(u,"input",{type:"number"})&&!kB(v)||(RB(u,v),vc({focusNode:u,anchorOffset:S,focusOffset:S}),rq(u)?eq(u,v)&&(uq(a,u,S,{}),a.dispatchUIEvent(u,"change"),FM(u)):uq(a,u,S,{data:d,inputType:m}))}function VB(a,u,{startOffset:s,endOffset:d},m){const b=Ru(u),v=Math.max(0,s===d&&m==="deleteContentBackward"?s-1:s),S=b.substring(0,v),E=Math.min(b.length,s===d&&m==="deleteContentForward"?s+1:d),C=b.substring(E,b.length);let w=`${S}${a}${C}`,A=v+a.length;if(ot(u,"input",{type:"time"})){const x=AB(w);x!==""&&eq(u,x)&&(w=x,A=x.length)}return{oldValue:b,newValue:w,newOffset:A}}function uq(a,u,s,d){a.dispatchUIEvent(u,"input",d),UB(u,s)}function kB(a){var u,s;const d=a.split("e",2);return!(/[^\d.\-e]/.test(a)||Number((u=a.match(/-/g))===null||u===void 0?void 0:u.length)>2||Number((s=a.match(/\./g))===null||s===void 0?void 0:s.length)>1||d[1]&&!/^-?\d*$/.test(d[1]))}$o.cut=(a,u,s)=>()=>{md(u)&&Ed(s,u,"","deleteByCut")};function PB(a){return a?pc(a)?a.textContent:Ru(a):null}function YB(a){const u=kl(a);for(let s=a;s?.ownerDocument;s=s.parentElement){const{display:d,visibility:m}=u.getComputedStyle(s);if(d==="none"||m==="hidden")return!1}return!0}function GB(a,u){const s=a.ownerDocument,d=s.querySelectorAll(nA),m=Array.from(d).filter(E=>E===a||!(Number(E.getAttribute("tabindex"))<0||bi(E)));Number(a.getAttribute("tabindex"))>=0&&m.sort((E,C)=>{const w=Number(E.getAttribute("tabindex")),A=Number(C.getAttribute("tabindex"));return w===A?0:w===0?1:A===0?-1:w-A});const b={};let v=[s.body];const S=ot(a,"input",{type:"radio"})?a.name:void 0;m.forEach(E=>{const C=E;if(ot(C,"input",{type:"radio"})&&C.name){if(C===a){v.push(C);return}else if(C.name===S)return;if(C.checked){v=v.filter(w=>!ot(w,"input",{type:"radio",name:C.name})),v.push(C),b[C.name]=C;return}if(typeof b[C.name]<"u")return}v.push(C)});for(let E=v.findIndex(C=>C===a);;)if(E+=u?-1:1,E===v.length?E=0:E===-1&&(E=v.length-1),v[E]===a||v[E]===s.body||YB(v[E]))return v[E]}function iq(a,u){if(Su(a)){const s=ev(a);vc({focusNode:a,focusOffset:s.startOffset===s.endOffset?s.focusOffset+u:u<0?s.startOffset:s.endOffset})}else{const s=a.ownerDocument.getSelection();if(!s?.focusNode)return;if(s.isCollapsed){const d=nq(s.focusNode,s.focusOffset,u);d&&vc({focusNode:d.node,focusOffset:d.offset})}else s[u<0?"collapseToStart":"collapseToEnd"]()}}function oq(a){if(Su(a))return vc({focusNode:a,anchorOffset:0,focusOffset:Ru(a).length});var u;const s=(u=sm(a))!==null&&u!==void 0?u:a.ownerDocument.body;vc({focusNode:s,anchorOffset:0,focusOffset:s.childNodes.length})}function XB(a){if(Su(a))return ev(a).startOffset===0&&ev(a).endOffset===Ru(a).length;var u;const s=(u=sm(a))!==null&&u!==void 0?u:a.ownerDocument.body,d=a.ownerDocument.getSelection();return d?.anchorNode===s&&d.focusNode===s&&d.anchorOffset===0&&d.focusOffset===s.childNodes.length}function nv(a,u,s){var d;if(Su(a))return vc({focusNode:a,anchorOffset:u,focusOffset:s});if(pc(a)&&((d=a.firstChild)===null||d===void 0?void 0:d.nodeType)===3)return vc({focusNode:a.firstChild,anchorOffset:u,focusOffset:s});throw new Error("Not implemented. The result of this interaction is unreliable.")}function P1(a,u,s){const d=kl(u),m=Array.from(u.ownerDocument.querySelectorAll(u.name?`input[type="radio"][name="${d.CSS.escape(u.name)}"]`:'input[type="radio"][name=""], input[type="radio"]:not([name])'));for(let b=m.findIndex(v=>v===u)+s;;b+=s){if(m[b]||(b=s>0?0:m.length-1),m[b]===u)return;if(!bi(m[b])){Xo(m[b]),a.dispatchUIEvent(m[b],"click");return}}}$o.keydown=(a,u,s)=>{var d,m;return(m=(d=sq[a.key])===null||d===void 0?void 0:d.call(sq,a,u,s))!==null&&m!==void 0?m:$B(a,u,s)};const sq={ArrowDown:(a,u,s)=>{if(ot(u,"input",{type:"radio"}))return()=>P1(s,u,1)},ArrowLeft:(a,u,s)=>ot(u,"input",{type:"radio"})?()=>P1(s,u,-1):()=>iq(u,-1),ArrowRight:(a,u,s)=>ot(u,"input",{type:"radio"})?()=>P1(s,u,1):()=>iq(u,1),ArrowUp:(a,u,s)=>{if(ot(u,"input",{type:"radio"}))return()=>P1(s,u,-1)},Backspace:(a,u,s)=>{if(md(u))return()=>{Ed(s,u,"","deleteContentBackward")}},Delete:(a,u,s)=>{if(md(u))return()=>{Ed(s,u,"","deleteContentForward")}},End:(a,u)=>{if(ot(u,["input","textarea"])||pc(u))return()=>{var s,d;const m=(d=(s=PB(u))===null||s===void 0?void 0:s.length)!==null&&d!==void 0?d:0;nv(u,m,m)}},Home:(a,u)=>{if(ot(u,["input","textarea"])||pc(u))return()=>{nv(u,0,0)}},PageDown:(a,u)=>{if(ot(u,["input"]))return()=>{const s=Ru(u).length;nv(u,s,s)}},PageUp:(a,u)=>{if(ot(u,["input"]))return()=>{nv(u,0,0)}},Tab:(a,u,s)=>()=>{const d=GB(u,s.system.keyboard.modifiers.Shift);Xo(d),Su(d)&&Sd(d,{anchorOffset:0,focusOffset:d.value.length})}},$B=(a,u,s)=>{if(a.code==="KeyA"&&s.system.keyboard.modifiers.Control)return()=>oq(u)};$o.keypress=(a,u,s)=>{if(a.key==="Enter"){if(ot(u,"button")||ot(u,"input")&&QB.includes(u.type)||ot(u,"a")&&u.href)return()=>{s.dispatchUIEvent(u,"click")};if(ot(u,"input")){const d=u.form,m=d?.querySelector('input[type="submit"], button:not([type]), button[type="submit"]');return m?()=>s.dispatchUIEvent(m,"click"):d&&ZB.includes(u.type)&&d.querySelectorAll("input").length===1?()=>s.dispatchUIEvent(d,"submit"):void 0}}if(md(u)){const d=a.key==="Enter"?pc(u)&&!s.system.keyboard.modifiers.Shift?"insertParagraph":"insertLineBreak":"insertText",m=a.key==="Enter"?`
|
|
316
|
+
`:a.key;return()=>Ed(s,u,m,d)}};const QB=["button","color","file","image","reset","submit"],ZB=["email","month","password","search","tel","text","url","week"];$o.keyup=(a,u,s)=>{var d;return(d=cq[a.key])===null||d===void 0?void 0:d.call(cq,a,u,s)};const cq={" ":(a,u,s)=>{if(lA(u))return()=>s.dispatchUIEvent(u,"click")}};$o.paste=(a,u,s)=>{if(md(u))return()=>{var d;const m=(d=a.clipboardData)===null||d===void 0?void 0:d.getData("text");m&&Ed(s,u,m,"insertFromPaste")}};const fq={auxclick:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},beforeinput:{EventType:"InputEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},blur:{EventType:"FocusEvent",defaultInit:{bubbles:!1,cancelable:!1,composed:!0}},click:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},contextmenu:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},copy:{EventType:"ClipboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},change:{EventType:"Event",defaultInit:{bubbles:!0,cancelable:!1}},cut:{EventType:"ClipboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},dblclick:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},focus:{EventType:"FocusEvent",defaultInit:{bubbles:!1,cancelable:!1,composed:!0}},focusin:{EventType:"FocusEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},focusout:{EventType:"FocusEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},keydown:{EventType:"KeyboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},keypress:{EventType:"KeyboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},keyup:{EventType:"KeyboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},paste:{EventType:"ClipboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},input:{EventType:"InputEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},mousedown:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseenter:{EventType:"MouseEvent",defaultInit:{bubbles:!1,cancelable:!1,composed:!0}},mouseleave:{EventType:"MouseEvent",defaultInit:{bubbles:!1,cancelable:!1,composed:!0}},mousemove:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseout:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseover:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseup:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerover:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerenter:{EventType:"PointerEvent",defaultInit:{bubbles:!1,cancelable:!1}},pointerdown:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointermove:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerup:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointercancel:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},pointerout:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerleave:{EventType:"PointerEvent",defaultInit:{bubbles:!1,cancelable:!1}},submit:{EventType:"Event",defaultInit:{bubbles:!0,cancelable:!0}}};function dq(a){return fq[a].EventType}const KB=["MouseEvent","PointerEvent"];function JB(a){return KB.includes(dq(a))}function IB(a){return dq(a)==="KeyboardEvent"}const FB={ClipboardEvent:[e8],Event:[],FocusEvent:[av,t8],InputEvent:[av,n8],MouseEvent:[av,vT,hq],PointerEvent:[av,vT,hq,l8],KeyboardEvent:[av,vT,a8]};function pq(a,u,s){const d=kl(u),{EventType:m,defaultInit:b}=fq[a],v=new(WB(d))[m](a,b);return FB[m].forEach(S=>S(v,s??{})),v}function WB(a){var u;const s=(u=a.Event)!==null&&u!==void 0?u:class{};var d;const m=(d=a.AnimationEvent)!==null&&d!==void 0?d:class extends s{};var b;const v=(b=a.ClipboardEvent)!==null&&b!==void 0?b:class extends s{};var S;const E=(S=a.PopStateEvent)!==null&&S!==void 0?S:class extends s{};var C;const w=(C=a.ProgressEvent)!==null&&C!==void 0?C:class extends s{};var A;const x=(A=a.TransitionEvent)!==null&&A!==void 0?A:class extends s{};var D;const N=(D=a.UIEvent)!==null&&D!==void 0?D:class extends s{};var k;const ue=(k=a.CompositionEvent)!==null&&k!==void 0?k:class extends N{};var q;const J=(q=a.FocusEvent)!==null&&q!==void 0?q:class extends N{};var K;const ie=(K=a.InputEvent)!==null&&K!==void 0?K:class extends N{};var ne;const j=(ne=a.KeyboardEvent)!==null&&ne!==void 0?ne:class extends N{};var B;const X=(B=a.MouseEvent)!==null&&B!==void 0?B:class extends N{};var te;const Ee=(te=a.DragEvent)!==null&&te!==void 0?te:class extends X{};var xe;const Se=(xe=a.PointerEvent)!==null&&xe!==void 0?xe:class extends X{};var me;const Ae=(me=a.TouchEvent)!==null&&me!==void 0?me:class extends N{};return{Event:s,AnimationEvent:m,ClipboardEvent:v,PopStateEvent:E,ProgressEvent:w,TransitionEvent:x,UIEvent:N,CompositionEvent:ue,FocusEvent:J,InputEvent:ie,KeyboardEvent:j,MouseEvent:X,DragEvent:Ee,PointerEvent:Se,TouchEvent:Ae}}function Qo(a,u){for(const[s,d]of Object.entries(u))Object.defineProperty(a,s,{get:()=>d??null})}function dn(a){return Number(a??0)}function e8(a,{clipboardData:u}){Qo(a,{clipboardData:u})}function t8(a,{relatedTarget:u}){Qo(a,{relatedTarget:u})}function n8(a,{data:u,inputType:s,isComposing:d}){Qo(a,{data:u,isComposing:!!d,inputType:String(s)})}function av(a,{view:u,detail:s}){Qo(a,{view:u,detail:dn(s??0)})}function vT(a,{altKey:u,ctrlKey:s,metaKey:d,shiftKey:m,modifierAltGraph:b,modifierCapsLock:v,modifierFn:S,modifierFnLock:E,modifierNumLock:C,modifierScrollLock:w,modifierSymbol:A,modifierSymbolLock:x}){Qo(a,{altKey:!!u,ctrlKey:!!s,metaKey:!!d,shiftKey:!!m,getModifierState(D){return!!{Alt:u,AltGraph:b,CapsLock:v,Control:s,Fn:S,FnLock:E,Meta:d,NumLock:C,ScrollLock:w,Shift:m,Symbol:A,SymbolLock:x}[D]}})}function a8(a,{key:u,code:s,location:d,repeat:m,isComposing:b,charCode:v}){Qo(a,{key:String(u),code:String(s),location:dn(d),repeat:!!m,isComposing:!!b,charCode:v})}function hq(a,{x:u,y:s,screenX:d,screenY:m,clientX:b=u,clientY:v=s,button:S,buttons:E,relatedTarget:C,offsetX:w,offsetY:A,pageX:x,pageY:D}){Qo(a,{screenX:dn(d),screenY:dn(m),clientX:dn(b),x:dn(b),clientY:dn(v),y:dn(v),button:dn(S),buttons:dn(E),relatedTarget:C,offsetX:dn(w),offsetY:dn(A),pageX:dn(x),pageY:dn(D)})}function l8(a,{pointerId:u,width:s,height:d,pressure:m,tangentialPressure:b,tiltX:v,tiltY:S,twist:E,pointerType:C,isPrimary:w}){Qo(a,{pointerId:dn(u),width:dn(s??1),height:dn(d??1),pressure:dn(m),tangentialPressure:dn(b),tiltX:dn(v),tiltY:dn(S),twist:dn(E),pointerType:String(C),isPrimary:!!w})}function r8(a,u,s,d=!1){(JB(u)||IB(u))&&(s={...s,...this.system.getUIEventModifiers()});const m=pq(u,a,s);return mq.call(this,a,m,d)}function mq(a,u,s=!1){var d;const m=u.type,b=s?()=>{}:(d=$o[m])===null||d===void 0?void 0:d.call($o,u,a,this);if(b){u.preventDefault();let v=!1;return Object.defineProperty(u,"defaultPrevented",{get:()=>v}),Object.defineProperty(u,"preventDefault",{value:()=>{v=u.cancelable}}),vd(()=>a.dispatchEvent(u)),v||b(),!v}return vd(()=>a.dispatchEvent(u))}function gc(a,u,s){const d=pq(u,a,s);vd(()=>a.dispatchEvent(d))}const yq=Symbol("patched focus/blur methods");function bq(a){if(a.prototype[yq])return;const{focus:u,blur:s}=a.prototype;Object.defineProperties(a.prototype,{focus:{configurable:!0,get:()=>m},blur:{configurable:!0,get:()=>b},[yq]:{configurable:!0,get:()=>({focus:u,blur:s})}});let d;function m(v){if(this.ownerDocument.visibilityState!=="hidden")return u.call(this,v);const S=vq(this.ownerDocument);if(S===this)return;const E=Symbol("focus call");d=E,S&&(s.call(S),gc(S,"blur",{relatedTarget:this}),gc(S,"focusout",{relatedTarget:d===E?this:null})),d===E&&(u.call(this,v),gc(this,"focus",{relatedTarget:S})),d===E&&gc(this,"focusin",{relatedTarget:S})}function b(){if(this.ownerDocument.visibilityState!=="hidden")return s.call(this);const v=vq(this.ownerDocument);if(v!==this)return;d=Symbol("blur call"),s.call(this),gc(v,"blur",{relatedTarget:null}),gc(v,"focusout",{relatedTarget:null})}}function vq(a){const u=om(a);return u?.tagName==="BODY"?null:u}const gT=Symbol("Interceptor for programmatical calls");function Rd(a,u,s){const d=Object.getOwnPropertyDescriptor(a.constructor.prototype,u),m=Object.getOwnPropertyDescriptor(a,u),b=d?.set?"set":"value";if(typeof d?.[b]!="function"||d[b][gT])throw new Error(`Element ${a.tagName} does not implement "${String(u)}".`);function v(...S){const{applyNative:E=!1,realArgs:C,then:w}=s.call(this,...S),A=(!E&&m||d)[b];b==="set"?A.call(this,C):A.call(this,...C),w?.()}v[gT]=gT,Object.defineProperty(a,u,{...m??d,[b]:v})}function u8(a){Rd(a,"value",function(s){const d=SB(s);return d&&zB(this),{applyNative:!!d,realArgs:i8(this,s),then:d?void 0:()=>NB(this,String(s))}})}function i8(a,u){return ot(a,"input",{type:"number"})&&String(u)!==""&&!Number.isNaN(Number(u))?String(Number(u)):String(u)}function o8(a){Rd(a,"setSelectionRange",function(s,...d){const m=EB(s);return{applyNative:!!m,realArgs:[Number(s),...d],then:()=>m?void 0:j1(a)}}),Rd(a,"selectionStart",function(s){return{realArgs:s,then:()=>j1(a)}}),Rd(a,"selectionEnd",function(s){return{realArgs:s,then:()=>j1(a)}}),Rd(a,"select",function(){return{realArgs:[],then:()=>CB(a,{anchorOffset:0,focusOffset:Ru(a).length})}})}function s8(a){Rd(a,"setRangeText",function(...s){return{realArgs:s,then:()=>{yT(a),j1(a)}}})}const Td=Symbol("Node prepared with document state workarounds");function gq(a){a[Td]||(a.addEventListener("focus",u=>{const s=u.target;Sq(s)},{capture:!0,passive:!0}),a.activeElement&&Sq(a.activeElement),a.addEventListener("blur",u=>{const s=u.target,d=TB(s);d!==void 0&&(s.value!==d&&gc(s,"change"),FM(s))},{capture:!0,passive:!0}),a[Td]=Td)}function Sq(a){a[Td]||(ot(a,["input","textarea"])&&(u8(a),o8(a),s8(a)),a[Td]=Td)}function c8(a){return f8(a)?a:a.ownerDocument}function f8(a){return a.nodeType===9}var gl=(function(a){return a[a.Trigger=2]="Trigger",a[a.Call=1]="Call",a})({});function lv(a,u){a.levelRefs[u]={}}function Y1(a,u){return a.levelRefs[u]}function Cd(a){const u=a.delay;if(typeof u=="number")return Promise.all([new Promise(s=>globalThis.setTimeout(()=>s(),u)),a.advanceTimers(u)])}var G1=(function(a){return a[a.EachTrigger=4]="EachTrigger",a[a.EachApiCall=2]="EachApiCall",a[a.EachTarget=1]="EachTarget",a[a.Never=0]="Never",a})({});function Sc(a,u,s){return u in a?Object.defineProperty(a,u,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[u]=s,a}var Tu=(function(a){return a[a.STANDARD=0]="STANDARD",a[a.LEFT=1]="LEFT",a[a.RIGHT=2]="RIGHT",a[a.NUMPAD=3]="NUMPAD",a})({});const d8=["Alt","AltGraph","Control","Fn","Meta","Shift","Symbol"];function Eq(a){return d8.includes(a)}const p8=["CapsLock","FnLock","NumLock","ScrollLock","SymbolLock"];function Rq(a){return p8.includes(a)}class h8{isKeyPressed(u){return this.pressed.has(String(u.code))}getPressedKeys(){return this.pressed.values().map(u=>u.keyDef)}async keydown(u,s){const d=String(s.key),m=String(s.code),b=XR(u.config.document);this.setKeydownTarget(b),this.pressed.add(m,s),Eq(d)&&(this.modifiers[d]=!0);const v=u.dispatchUIEvent(b,"keydown",{key:d,code:m});Rq(d)&&!this.modifiers[d]&&(this.modifiers[d]=!0,this.modifierLockStart[d]=!0),v&&this.pressed.setUnprevented(m),v&&this.hasKeyPress(d)&&u.dispatchUIEvent(XR(u.config.document),"keypress",{key:d,code:m,charCode:s.key==="Enter"?13:String(s.key).charCodeAt(0)})}async keyup(u,s){const d=String(s.key),m=String(s.code),b=this.pressed.isUnprevented(m);this.pressed.delete(m),Eq(d)&&!this.pressed.values().find(v=>v.keyDef.key===d)&&(this.modifiers[d]=!1),u.dispatchUIEvent(XR(u.config.document),"keyup",{key:d,code:m},!b),Rq(d)&&this.modifiers[d]&&(this.modifierLockStart[d]?this.modifierLockStart[d]=!1:this.modifiers[d]=!1)}setKeydownTarget(u){u!==this.lastKeydownTarget&&(this.carryChar=""),this.lastKeydownTarget=u}hasKeyPress(u){return(u.length===1||u==="Enter")&&!this.modifiers.Control&&!this.modifiers.Alt}constructor(u){Sc(this,"system",void 0),Sc(this,"modifiers",{Alt:!1,AltGraph:!1,CapsLock:!1,Control:!1,Fn:!1,FnLock:!1,Meta:!1,NumLock:!1,ScrollLock:!1,Shift:!1,Symbol:!1,SymbolLock:!1}),Sc(this,"pressed",new class{add(s,d){var m,b,v;(v=(m=this.registry)[b=s])!==null&&v!==void 0||(m[b]={keyDef:d,unpreventedDefault:!1})}has(s){return!!this.registry[s]}setUnprevented(s){const d=this.registry[s];d&&(d.unpreventedDefault=!0)}isUnprevented(s){var d;return!!(!((d=this.registry[s])===null||d===void 0)&&d.unpreventedDefault)}delete(s){delete this.registry[s]}values(){return Object.values(this.registry)}constructor(){Sc(this,"registry",{})}}),Sc(this,"carryChar",""),Sc(this,"lastKeydownTarget",void 0),Sc(this,"modifierLockStart",{}),this.system=u}}const m8=[..."0123456789".split("").map(a=>({code:`Digit${a}`,key:a})),...")!@#$%^&*(".split("").map((a,u)=>({code:`Digit${u}`,key:a,shiftKey:!0})),..."abcdefghijklmnopqrstuvwxyz".split("").map(a=>({code:`Key${a.toUpperCase()}`,key:a})),..."ABCDEFGHIJKLMNOPQRSTUVWXYZ".split("").map(a=>({code:`Key${a}`,key:a,shiftKey:!0})),{code:"BracketLeft",key:"["},{code:"BracketLeft",key:"{",shiftKey:!0},{code:"BracketRight",key:"]"},{code:"BracketRight",key:"}",shiftKey:!0},{code:"Space",key:" "},{code:"AltLeft",key:"Alt",location:Tu.LEFT},{code:"AltRight",key:"Alt",location:Tu.RIGHT},{code:"ShiftLeft",key:"Shift",location:Tu.LEFT},{code:"ShiftRight",key:"Shift",location:Tu.RIGHT},{code:"ControlLeft",key:"Control",location:Tu.LEFT},{code:"ControlRight",key:"Control",location:Tu.RIGHT},{code:"MetaLeft",key:"Meta",location:Tu.LEFT},{code:"MetaRight",key:"Meta",location:Tu.RIGHT},{code:"OSLeft",key:"OS",location:Tu.LEFT},{code:"OSRight",key:"OS",location:Tu.RIGHT},{code:"ContextMenu",key:"ContextMenu"},{code:"Tab",key:"Tab"},{code:"CapsLock",key:"CapsLock"},{code:"Backspace",key:"Backspace"},{code:"Enter",key:"Enter"},{code:"Escape",key:"Escape"},{code:"ArrowUp",key:"ArrowUp"},{code:"ArrowDown",key:"ArrowDown"},{code:"ArrowLeft",key:"ArrowLeft"},{code:"ArrowRight",key:"ArrowRight"},{code:"Home",key:"Home"},{code:"End",key:"End"},{code:"Delete",key:"Delete"},{code:"PageUp",key:"PageUp"},{code:"PageDown",key:"PageDown"},{code:"Fn",key:"Fn"},{code:"Symbol",key:"Symbol"},{code:"AltRight",key:"AltGraph"}],y8=[{name:"MouseLeft",pointerType:"mouse",button:"primary"},{name:"MouseRight",pointerType:"mouse",button:"secondary"},{name:"MouseMiddle",pointerType:"mouse",button:"auxiliary"},{name:"TouchA",pointerType:"touch"},{name:"TouchB",pointerType:"touch"},{name:"TouchC",pointerType:"touch"}];function b8(a,u,s){return u in a?Object.defineProperty(a,u,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[u]=s,a}class Tq{getButtons(){let u=0;for(const s of Object.keys(this.pressed))u|=2**Number(s);return u}down(u){const s=ST(u.button);if(s in this.pressed){this.pressed[s].push(u);return}return this.pressed[s]=[u],s}up(u){const s=ST(u.button);if(s in this.pressed&&(this.pressed[s]=this.pressed[s].filter(d=>d.name!==u.name),this.pressed[s].length===0))return delete this.pressed[s],s}constructor(){b8(this,"pressed",{})}}const Cq={primary:0,secondary:1,auxiliary:2,back:3,X1:3,forward:4,X2:4};function ST(a=0){return a in Cq?Cq[a]:Number(a)}const xq={1:2,2:1};function ET(a){return a=ST(a),a in xq?xq[a]:a}function v8(a,u,s){return u in a?Object.defineProperty(a,u,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[u]=s,a}class g8{get countPressed(){return this.pressedKeys.size}isPressed(u){return this.pressedKeys.has(u.name)}addPressed(u){return this.pressedKeys.add(u.name)}removePressed(u){return this.pressedKeys.delete(u.name)}constructor(){v8(this,"pressedKeys",new Set)}}function rv(a,u){const s=[];for(let b=a;b;b=b.parentElement)s.push(b);const d=[];for(let b=u;b;b=b.parentElement)d.push(b);let m=0;for(;!(m>=s.length||m>=d.length||s[s.length-1-m]!==d[d.length-1-m]);m++);return[s.slice(0,s.length-m),d.slice(0,d.length-m),d.slice(d.length-m)]}function RT({target:a,node:u,offset:s}){return Su(a)?{node:a,offset:s??Ru(a).length}:u?{node:u,offset:s??(u.nodeType===3?u.nodeValue.length:u.childNodes.length)}:Aq(a,s)}function Aq(a,u,s=!0){let d=u===void 0?a.childNodes.length-1:0;const m=u===void 0?-1:1;for(;u===void 0?d>=(s?Math.max(a.childNodes.length-1,0):0):d<=a.childNodes.length;){if(u&&d===a.childNodes.length)throw new Error("The given offset is out of bounds.");const b=a.childNodes.item(d),v=String(b.textContent);if(v.length)if(u!==void 0&&v.length<u)u-=v.length;else{if(b.nodeType===1)return Aq(b,u,!1);if(b.nodeType===3)return{node:b,offset:u??b.nodeValue.length}}d+=m}return{node:a,offset:a.childNodes.length}}function S8({document:a,target:u,clickCount:s,node:d,offset:m}){if(y3(u))return;const b=Su(u),v=String(b?Ru(u):u.textContent),[S,E]=d?[m,m]:E8(v,m,s);if(b)return Sd(u,{anchorOffset:S??v.length,focusOffset:E??v.length}),{node:u,start:S??0,end:E??v.length};{const{node:C,offset:w}=RT({target:u,node:d,offset:S}),{node:A,offset:x}=RT({target:u,node:d,offset:E}),D=u.ownerDocument.createRange();try{D.setStart(C,w),D.setEnd(A,x)}catch{throw new Error("The given offset is out of bounds.")}const N=a.getSelection();return N?.removeAllRanges(),N?.addRange(D.cloneRange()),D}}function E8(a,u,s){if(s%3===1||a.length===0)return[u,u];const d=u??a.length;return s%3===2?[d-a.substr(0,u).match(/(\w+|\s+|\W)?$/)[0].length,u===void 0?u:u+a.substr(u).match(/^(\w+|\s+|\W)?/)[0].length]:[d-a.substr(0,u).match(/[^\r\n]*$/)[0].length,u===void 0?u:u+a.substr(u).match(/^[^\r\n]*/)[0].length]}function R8(a,{document:u,target:s,node:d,offset:m}){const b=RT({target:s,node:d,offset:m});if("node"in a){if(b.node===a.node){const v=b.offset<a.start?a.end:a.start,S=b.offset>a.end||b.offset<a.start?b.offset:a.end;Sd(a.node,{anchorOffset:v,focusOffset:S})}}else{const v=a.cloneRange(),S=v.comparePoint(b.node,b.offset);S<0?v.setStart(b.node,b.offset):S>0&&v.setEnd(b.node,b.offset);const E=u.getSelection();E?.removeAllRanges(),E?.addRange(v.cloneRange())}}function wq(a,u){var s,d,m,b,v,S,E,C,w,A,x,D,N,k,ue,q,J,K,ie,ne,j,B,X,te;return a.target!==u.target||((s=a.coords)===null||s===void 0?void 0:s.x)!==((d=u.coords)===null||d===void 0?void 0:d.x)||((m=a.coords)===null||m===void 0?void 0:m.y)!==((b=u.coords)===null||b===void 0?void 0:b.y)||((v=a.coords)===null||v===void 0?void 0:v.clientX)!==((S=u.coords)===null||S===void 0?void 0:S.clientX)||((E=a.coords)===null||E===void 0?void 0:E.clientY)!==((C=u.coords)===null||C===void 0?void 0:C.clientY)||((w=a.coords)===null||w===void 0?void 0:w.offsetX)!==((A=u.coords)===null||A===void 0?void 0:A.offsetX)||((x=a.coords)===null||x===void 0?void 0:x.offsetY)!==((D=u.coords)===null||D===void 0?void 0:D.offsetY)||((N=a.coords)===null||N===void 0?void 0:N.pageX)!==((k=u.coords)===null||k===void 0?void 0:k.pageX)||((ue=a.coords)===null||ue===void 0?void 0:ue.pageY)!==((q=u.coords)===null||q===void 0?void 0:q.pageY)||((J=a.coords)===null||J===void 0?void 0:J.screenX)!==((K=u.coords)===null||K===void 0?void 0:K.screenX)||((ie=a.coords)===null||ie===void 0?void 0:ie.screenY)!==((ne=u.coords)===null||ne===void 0?void 0:ne.screenY)||((j=a.caret)===null||j===void 0?void 0:j.node)!==((B=u.caret)===null||B===void 0?void 0:B.node)||((X=a.caret)===null||X===void 0?void 0:X.offset)!==((te=u.caret)===null||te===void 0?void 0:te.offset)}function Ec(a,u,s){return u in a?Object.defineProperty(a,u,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[u]=s,a}class T8{move(u,s,d){const m=this.position,b=this.getTarget(u);if(this.position=s,!wq(m,s))return;const v=this.getTarget(u),S=this.getEventInit("mousemove"),[E,C]=rv(b,v);return{leave:()=>{b!==v&&(u.dispatchUIEvent(b,"mouseout",S),E.forEach(w=>u.dispatchUIEvent(w,"mouseleave",S)))},enter:()=>{b!==v&&(u.dispatchUIEvent(v,"mouseover",S),C.forEach(w=>u.dispatchUIEvent(w,"mouseenter",S)))},move:()=>{d||(u.dispatchUIEvent(v,"mousemove",S),this.modifySelecting(u))}}}down(u,s,d){const m=this.buttons.down(s);if(m===void 0)return;const b=this.getTarget(u);this.buttonDownTarget[m]=b;const v=this.getEventInit("mousedown",s.button),S=bi(b);!d&&(S||u.dispatchUIEvent(b,"mousedown",v))&&(this.startSelecting(u,v.detail),Xo(b)),!S&&ET(s.button)===2&&u.dispatchUIEvent(b,"contextmenu",this.getEventInit("contextmenu",s.button))}up(u,s,d){const m=this.buttons.up(s);if(m===void 0)return;const b=this.getTarget(u);if(!bi(b)){if(!d){const S=this.getEventInit("mouseup",s.button);u.dispatchUIEvent(b,"mouseup",S),this.endSelecting()}const v=rv(this.buttonDownTarget[m],b)[2][0];if(v){const S=this.getEventInit("click",s.button);S.detail&&(u.dispatchUIEvent(v,S.button===0?"click":"auxclick",S),S.button===0&&S.detail===2&&u.dispatchUIEvent(v,"dblclick",{...this.getEventInit("dblclick",s.button),detail:S.detail}))}}}resetClickCount(){this.clickCount.reset()}getEventInit(u,s){const d={...this.position.coords};return d.button=ET(s),d.buttons=this.buttons.getButtons(),u==="mousedown"?d.detail=this.clickCount.getOnDown(d.button):u==="mouseup"?d.detail=this.clickCount.getOnUp(d.button):(u==="click"||u==="auxclick")&&(d.detail=this.clickCount.incOnClick(d.button)),d}getTarget(u){var s;return(s=this.position.target)!==null&&s!==void 0?s:u.config.document.body}startSelecting(u,s){var d,m;this.selecting=S8({document:u.config.document,target:this.getTarget(u),node:(d=this.position.caret)===null||d===void 0?void 0:d.node,offset:(m=this.position.caret)===null||m===void 0?void 0:m.offset,clickCount:s})}modifySelecting(u){var s,d;this.selecting&&R8(this.selecting,{document:u.config.document,target:this.getTarget(u),node:(s=this.position.caret)===null||s===void 0?void 0:s.node,offset:(d=this.position.caret)===null||d===void 0?void 0:d.offset})}endSelecting(){this.selecting=void 0}constructor(){Ec(this,"position",{}),Ec(this,"buttons",new Tq),Ec(this,"selecting",void 0),Ec(this,"buttonDownTarget",{}),Ec(this,"clickCount",new class{incOnClick(u){const s=this.down[u]===void 0?void 0:Number(this.down[u])+1;return this.count=this.count[u]===void 0?{}:{[u]:Number(this.count[u])+1},s}getOnDown(u){var s;this.down={[u]:(s=this.count[u])!==null&&s!==void 0?s:0};var d;return this.count={[u]:(d=this.count[u])!==null&&d!==void 0?d:0},Number(this.count[u])+1}getOnUp(u){return this.down[u]===void 0?void 0:Number(this.down[u])+1}reset(){this.count={}}constructor(){Ec(this,"down",{}),Ec(this,"count",{})}})}}function X1(a,u){var s;return((s=Mq(a,u))===null||s===void 0?void 0:s.pointerEvents)!=="none"}function C8(a){const u=kl(a);for(let s=a,d=[];s?.ownerDocument;s=s.parentElement){d.push(s);const m=u.getComputedStyle(s).pointerEvents;if(m&&!["inherit","unset"].includes(m))return{pointerEvents:m,tree:d}}}const Oq=Symbol("Last check for pointer-events");function Mq(a,u){const s=u[Oq];if(!(a.config.pointerEventsCheck!==G1.Never&&(!s||qq(a.config.pointerEventsCheck,G1.EachApiCall)&&s[gl.Call]!==Y1(a,gl.Call)||qq(a.config.pointerEventsCheck,G1.EachTrigger)&&s[gl.Trigger]!==Y1(a,gl.Trigger))))return s?.result;const m=C8(u);return u[Oq]={[gl.Call]:Y1(a,gl.Call),[gl.Trigger]:Y1(a,gl.Trigger),result:m},m}function uv(a,u){const s=Mq(a,u);if(s?.pointerEvents==="none")throw new Error([`Unable to perform pointer interaction as the element ${s.tree.length>1?"inherits":"has"} \`pointer-events: none\`:`,"",x8(s.tree)].join(`
|
|
317
|
+
`))}function x8(a){return a.reverse().map((u,s)=>["".padEnd(s),u.tagName,u.id&&`#${u.id}`,u.hasAttribute("data-testid")&&`(testId=${u.getAttribute("data-testid")})`,A8(u),a.length>1&&s===0&&" <-- This element declared `pointer-events: none`",a.length>1&&s===a.length-1&&" <-- Asserted pointer events here"].filter(Boolean).join("")).join(`
|
|
318
|
+
`)}function A8(a){var u;let s;if(a.hasAttribute("aria-label"))s=a.getAttribute("aria-label");else if(a.hasAttribute("aria-labelledby")){var d,m;s=(m=a.ownerDocument.getElementById(a.getAttribute("aria-labelledby")))===null||m===void 0||(d=m.textContent)===null||d===void 0?void 0:d.trim()}else if(ot(a,["button","input","meter","output","progress","select","textarea"])&&(!((u=a.labels)===null||u===void 0)&&u.length))s=Array.from(a.labels).map(v=>{var S;return(S=v.textContent)===null||S===void 0?void 0:S.trim()}).join("|");else if(ot(a,"button")){var b;s=(b=a.textContent)===null||b===void 0?void 0:b.trim()}return s=s?.replace(/\n/g," "),Number(s?.length)>30&&(s=`${s?.substring(0,29)}…`),s?`(label=${s})`:""}function qq(a,u){return(a&u)>0}function Mi(a,u,s){return u in a?Object.defineProperty(a,u,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[u]=s,a}class w8{init(u){const s=this.getTarget(u),[,d]=rv(null,s),m=this.getEventInit();return uv(u,s),u.dispatchUIEvent(s,"pointerover",m),d.forEach(b=>u.dispatchUIEvent(b,"pointerenter",m)),this}move(u,s){const d=this.position,m=this.getTarget(u);if(this.position=s,!wq(d,s))return;const b=this.getTarget(u),v=this.getEventInit(-1),[S,E]=rv(m,b);return{leave:()=>{X1(u,m)&&m!==b&&(u.dispatchUIEvent(m,"pointerout",v),S.forEach(C=>u.dispatchUIEvent(C,"pointerleave",v)))},enter:()=>{uv(u,b),m!==b&&(u.dispatchUIEvent(b,"pointerover",v),E.forEach(C=>u.dispatchUIEvent(C,"pointerenter",v)))},move:()=>{u.dispatchUIEvent(b,"pointermove",v)}}}down(u,s=0){if(this.isDown)return;const d=this.getTarget(u);uv(u,d),this.isDown=!0,this.isPrevented=!u.dispatchUIEvent(d,"pointerdown",this.getEventInit(s))}up(u,s=0){if(!this.isDown)return;const d=this.getTarget(u);uv(u,d),this.isPrevented=!1,this.isDown=!1,u.dispatchUIEvent(d,"pointerup",this.getEventInit(s))}release(u){const s=this.getTarget(u),[d]=rv(s,null),m=this.getEventInit();X1(u,s)&&(u.dispatchUIEvent(s,"pointerout",m),d.forEach(b=>u.dispatchUIEvent(b,"pointerleave",m))),this.isCancelled=!0}getTarget(u){var s;return(s=this.position.target)!==null&&s!==void 0?s:u.config.document.body}getEventInit(u){return{...this.position.coords,pointerId:this.pointerId,pointerType:this.pointerType,isPrimary:this.isPrimary,button:ET(u),buttons:this.buttons.getButtons()}}constructor({pointerId:u,pointerType:s,isPrimary:d},m){Mi(this,"pointerId",void 0),Mi(this,"pointerType",void 0),Mi(this,"isPrimary",void 0),Mi(this,"buttons",void 0),Mi(this,"isMultitouch",!1),Mi(this,"isCancelled",!1),Mi(this,"isDown",!1),Mi(this,"isPrevented",!1),Mi(this,"position",{}),this.pointerId=u,this.pointerType=s,this.isPrimary=d,this.isMultitouch=!d,this.buttons=m}}function Zo(a,u,s){return u in a?Object.defineProperty(a,u,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[u]=s,a}class O8{isKeyPressed(u){return this.devices.get(u.pointerType).isPressed(u)}async press(u,s,d){this.devices.get(s.pointerType).addPressed(s),this.buttons.down(s);const m=this.getPointerName(s),b=s.pointerType==="touch"?this.pointers.new(m,s.pointerType,this.buttons):this.pointers.get(m);b.position=d,b.pointerType!=="touch"&&(this.mouse.position=d),b.pointerType==="touch"&&b.init(u),b.down(u,s.button),b.pointerType!=="touch"&&this.mouse.down(u,s,b.isPrevented)}async move(u,s,d){const m=this.pointers.get(s),b=m.move(u,d),v=m.pointerType==="touch"?void 0:this.mouse.move(u,d,m.isPrevented);b?.leave(),v?.leave(),b?.enter(),v?.enter(),b?.move(),v?.move()}async release(u,s,d){const m=this.devices.get(s.pointerType);m.removePressed(s),this.buttons.up(s);const b=this.pointers.get(this.getPointerName(s)),v=b.isPrevented;if(b.position=d,b.pointerType!=="touch"&&(this.mouse.position=d),m.countPressed===0&&b.up(u,s.button),b.pointerType==="touch"&&b.release(u),b.pointerType==="touch"&&!b.isMultitouch){const S=this.mouse.move(u,d,v);S?.leave(),S?.enter(),S?.move(),this.mouse.down(u,s,v)}if(!b.isMultitouch){const S=this.mouse.move(u,d,v);S?.leave(),S?.enter(),S?.move(),this.mouse.up(u,s,v)}}getPointerName(u){return u.pointerType==="touch"?u.name:u.pointerType}getPreviousPosition(u){return this.pointers.has(u)?this.pointers.get(u).position:void 0}resetClickCount(){this.mouse.resetClickCount()}getMouseTarget(u){var s;return(s=this.mouse.position.target)!==null&&s!==void 0?s:u.config.document.body}setMousePosition(u){this.mouse.position=u,this.pointers.get("mouse").position=u}constructor(u){Zo(this,"system",void 0),Zo(this,"mouse",void 0),Zo(this,"buttons",void 0),Zo(this,"devices",new class{get(s){var d,m,b;return(b=(d=this.registry)[m=s])!==null&&b!==void 0?b:d[m]=new g8}constructor(){Zo(this,"registry",{})}}),Zo(this,"pointers",new class{new(s,d,m){const b=d!=="touch"||!Object.values(this.registry).some(v=>v.pointerType==="touch"&&!v.isCancelled);return b||Object.values(this.registry).forEach(v=>{v.pointerType===d&&!v.isCancelled&&(v.isMultitouch=!0)}),this.registry[s]=new w8({pointerId:this.nextId++,pointerType:d,isPrimary:b},m),this.registry[s]}get(s){if(!this.has(s))throw new Error(`Trying to access pointer "${s}" which does not exist.`);return this.registry[s]}has(s){return s in this.registry}constructor(){Zo(this,"registry",{}),Zo(this,"nextId",1)}}),this.system=u,this.buttons=new Tq,this.mouse=new T8,this.pointers.new("mouse","mouse",this.buttons)}}function _q(a,u,s){return u in a?Object.defineProperty(a,u,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[u]=s,a}class Dq{getUIEventModifiers(){return{altKey:this.keyboard.modifiers.Alt,ctrlKey:this.keyboard.modifiers.Control,metaKey:this.keyboard.modifiers.Meta,shiftKey:this.keyboard.modifiers.Shift,modifierAltGraph:this.keyboard.modifiers.AltGraph,modifierCapsLock:this.keyboard.modifiers.CapsLock,modifierFn:this.keyboard.modifiers.Fn,modifierFnLock:this.keyboard.modifiers.FnLock,modifierNumLock:this.keyboard.modifiers.NumLock,modifierScrollLock:this.keyboard.modifiers.ScrollLock,modifierSymbol:this.keyboard.modifiers.Symbol,modifierSymbolLock:this.keyboard.modifiers.SymbolLock}}constructor(){_q(this,"keyboard",new h8(this)),_q(this,"pointer",new O8(this))}}async function M8(a){const u=[];return this.config.skipHover||u.push({target:a}),u.push({keys:"[MouseLeft]",target:a}),this.pointer(u)}async function q8(a){return this.pointer([{target:a},"[MouseLeft][MouseLeft]"])}async function _8(a){return this.pointer([{target:a},"[MouseLeft][MouseLeft][MouseLeft]"])}async function D8(a){return this.pointer({target:a})}async function z8(a){return uv(this,this.system.pointer.getMouseTarget(this)),this.pointer({target:a.ownerDocument.body})}async function N8({shift:a}={}){return this.keyboard(a===!0?"{Shift>}{Tab}{/Shift}":a===!1?"[/ShiftLeft][/ShiftRight]{Tab}":"{Tab}")}var TT=(function(a){return a["{"]="}",a["["]="]",a})(TT||{});function zq(a,u){let s=0;const d=a[s]in TT?a[s]:"";s+=d.length;const b=new RegExp(`^\\${d}{2}`).test(a)?"":d;return{type:b,...b===""?U8(a,s,u):B8(a,s,b,u)}}function U8(a,u,s){const d=a[u];return Nq(d,a,u,s),u+=d.length,{consumedLength:u,descriptor:d,releasePrevious:!1,releaseSelf:!0,repeat:1}}function B8(a,u,s,d){var m,b;const v=a[u]==="/"?"/":"";u+=v.length;const S=s==="{"&&a[u]==="\\";u+=Number(S);const E=S?a[u]:(m=a.slice(u).match(s==="{"?/^\w+|^[^}>/]/:/^\w+/))===null||m===void 0?void 0:m[0];Nq(E,a,u,d),u+=E.length;var C;const w=(C=(b=a.slice(u).match(/^>\d+/))===null||b===void 0?void 0:b[0])!==null&&C!==void 0?C:"";u+=w.length;const A=a[u]==="/"||!w&&a[u]===">"?a[u]:"";u+=A.length;const x=TT[s],D=a[u]===x?x:"";if(!D)throw new Error(Uq([!w&&"repeat modifier",!A&&"release modifier",`"${x}"`].filter(Boolean).join(" or "),a[u],a,d));return u+=D.length,{consumedLength:u,descriptor:E,releasePrevious:!!v,repeat:w?Math.max(Number(w.substr(1)),1):1,releaseSelf:H8(A,w)}}function Nq(a,u,s,d){if(!a)throw new Error(Uq("key descriptor",u[s],u,d))}function H8(a,u){if(a)return a==="/";if(u)return!1}function Uq(a,u,s,d){return`Expected ${a} but found "${u??""}" in "${s}"
|
|
319
|
+
See ${d==="pointer"?"https://testing-library.com/docs/user-event/pointer#pressing-a-button-or-touching-the-screen":"https://testing-library.com/docs/user-event/keyboard"}
|
|
320
|
+
for more information about how userEvent parses your input.`}function j8(a,u){const s=[];do{const{type:m,descriptor:b,consumedLength:v,releasePrevious:S,releaseSelf:E=!0,repeat:C}=zq(u,"keyboard");var d;const w=(d=a.find(A=>{if(m==="["){var x;return((x=A.code)===null||x===void 0?void 0:x.toLowerCase())===b.toLowerCase()}else if(m==="{"){var D;return((D=A.key)===null||D===void 0?void 0:D.toLowerCase())===b.toLowerCase()}return A.key===b}))!==null&&d!==void 0?d:{key:"Unknown",code:"Unknown",[m==="["?"code":"key"]:b};s.push({keyDef:w,releasePrevious:S,releaseSelf:E,repeat:C}),u=u.slice(v)}while(u);return s}async function L8(a){const u=j8(this.config.keyboardMap,a);for(let s=0;s<u.length;s++)await Cd(this.config),await V8(this,u[s])}async function V8(a,{keyDef:u,releasePrevious:s,releaseSelf:d,repeat:m}){const{system:b}=a;if(b.keyboard.isKeyPressed(u)&&await b.keyboard.keyup(a,u),!s){for(let v=1;v<=m;v++)await b.keyboard.keydown(a,u),v<m&&await Cd(a.config);d&&await b.keyboard.keyup(a,u)}}async function k8(a){for(const u of a.system.keyboard.getPressedKeys())await a.system.keyboard.keyup(a,u)}function Bq(a){const u=Su(a)?{"text/plain":P8(a)}:{"text/plain":String(a.ownerDocument.getSelection())},s=PR(kl(a));for(const d in u)u[d]&&s.setData(d,u[d]);return s}function P8(a){const u=ev(a);return Ru(a).substring(u.startOffset,u.endOffset)}async function Y8(){const a=this.config.document;var u;const s=(u=a.activeElement)!==null&&u!==void 0?u:a.body,d=Bq(s);if(d.items.length!==0)return this.dispatchUIEvent(s,"copy",{clipboardData:d})&&this.config.writeToClipboard&&await tA(a,d),d}async function G8(){const a=this.config.document;var u;const s=(u=a.activeElement)!==null&&u!==void 0?u:a.body,d=Bq(s);if(d.items.length!==0)return this.dispatchUIEvent(s,"cut",{clipboardData:d})&&this.config.writeToClipboard&&await tA(s.ownerDocument,d),d}async function X8(a){const u=this.config.document;var s;const d=(s=u.activeElement)!==null&&s!==void 0?s:u.body;var m;const b=(m=typeof a=="string"?$8(u,a):a)!==null&&m!==void 0?m:await d3(u).catch(()=>{throw new Error("`userEvent.paste()` without `clipboardData` requires the `ClipboardAPI` to be available.")});this.dispatchUIEvent(d,"paste",{clipboardData:b})}function $8(a,u){const s=PR(kl(a));return s.setData("text",u),s}function Hq(a,u){const s=[];do{const{descriptor:d,consumedLength:m,releasePrevious:b,releaseSelf:v=!0}=zq(u,"pointer"),S=a.find(E=>E.name===d);S&&s.push({keyDef:S,releasePrevious:b,releaseSelf:v}),u=u.slice(m)}while(u);return s}async function Q8(a){const{pointerMap:u}=this.config,s=[];(Array.isArray(a)?a:[a]).forEach(d=>{typeof d=="string"?s.push(...Hq(u,d)):"keys"in d?s.push(...Hq(u,d.keys).map(m=>({...d,...m}))):s.push(d)});for(let d=0;d<s.length;d++)await Cd(this.config),await Z8(this,s[d]);this.system.pointer.resetClickCount()}async function Z8(a,u){var s,d;const m="pointerName"in u&&u.pointerName?u.pointerName:"keyDef"in u?a.system.pointer.getPointerName(u.keyDef):"mouse",b=a.system.pointer.getPreviousPosition(m);var v,S,E,C;const w={target:(v=u.target)!==null&&v!==void 0?v:K8(a,b),coords:(S=u.coords)!==null&&S!==void 0?S:b?.coords,caret:{node:(E=u.node)!==null&&E!==void 0?E:jq(u)||b==null||(s=b.caret)===null||s===void 0?void 0:s.node,offset:(C=u.offset)!==null&&C!==void 0?C:jq(u)||b==null||(d=b.caret)===null||d===void 0?void 0:d.offset}};"keyDef"in u?(a.system.pointer.isKeyPressed(u.keyDef)&&(lv(a,gl.Trigger),await a.system.pointer.release(a,u.keyDef,w)),u.releasePrevious||(lv(a,gl.Trigger),await a.system.pointer.press(a,u.keyDef,w),u.releaseSelf&&(lv(a,gl.Trigger),await a.system.pointer.release(a,u.keyDef,w)))):(lv(a,gl.Trigger),await a.system.pointer.move(a,m,w))}function jq(a){var u,s;return!!((s=(u=a.target)!==null&&u!==void 0?u:a.node)!==null&&s!==void 0?s:a.offset!==void 0)}function K8(a,u){if(!u)throw new Error("This pointer has no previous position. Provide a target property!");var s;return(s=u.target)!==null&&s!==void 0?s:a.config.document.body}async function J8(a){if(!md(a)||bi(a))throw new Error("clear()` is only supported on editable elements.");if(Xo(a),a.ownerDocument.activeElement!==a)throw new Error("The element to be cleared could not be focused.");if(oq(a),!XB(a))throw new Error("The element content to be cleared could not be selected.");Ed(this,a,"","deleteContentBackward")}async function I8(a,u){return Lq.call(this,!0,a,u)}async function F8(a,u){return Lq.call(this,!1,a,u)}async function Lq(a,u,s){if(!a&&!u.multiple)throw Ot().getElementError("Unable to deselect an option in a non-multiple select. Use selectOptions to change the selection instead.",u);const d=Array.isArray(s)?s:[s],m=Array.from(u.querySelectorAll('option, [role="option"]')),b=d.map(S=>{if(typeof S!="string"&&m.includes(S))return S;{const E=m.find(C=>C.value===S||C.innerHTML===S);if(E)return E;throw Ot().getElementError(`Value "${String(S)}" not found in options`,u)}}).filter(S=>!bi(S));if(bi(u)||!b.length)return;const v=S=>{S.selected=a,this.dispatchUIEvent(u,"input",{bubbles:!0,cancelable:!1,composed:!0}),this.dispatchUIEvent(u,"change")};if(ot(u,"select"))if(u.multiple)for(const S of b){const E=this.config.pointerEventsCheck===0?!0:X1(this,S);E&&(this.dispatchUIEvent(S,"pointerover"),this.dispatchUIEvent(u,"pointerenter"),this.dispatchUIEvent(S,"mouseover"),this.dispatchUIEvent(u,"mouseenter"),this.dispatchUIEvent(S,"pointermove"),this.dispatchUIEvent(S,"mousemove"),this.dispatchUIEvent(S,"pointerdown"),this.dispatchUIEvent(S,"mousedown")),Xo(u),E&&(this.dispatchUIEvent(S,"pointerup"),this.dispatchUIEvent(S,"mouseup")),v(S),E&&this.dispatchUIEvent(S,"click"),await Cd(this.config)}else if(b.length===1){const S=this.config.pointerEventsCheck===0?!0:X1(this,u);S?await this.click(u):Xo(u),v(b[0]),S&&(this.dispatchUIEvent(u,"pointerover"),this.dispatchUIEvent(u,"pointerenter"),this.dispatchUIEvent(u,"mouseover"),this.dispatchUIEvent(u,"mouseenter"),this.dispatchUIEvent(u,"pointerup"),this.dispatchUIEvent(u,"mouseup"),this.dispatchUIEvent(u,"click")),await Cd(this.config)}else throw Ot().getElementError("Cannot select multiple options on a non-multiple select",u);else if(u.getAttribute("role")==="listbox")for(const S of b)await this.click(S),await this.unhover(S);else throw Ot().getElementError("Cannot select options on elements that are neither select nor listbox elements",u)}async function W8(a,u,{skipClick:s=this.config.skipClick,skipAutoClose:d=this.config.skipAutoClose,initialSelectionStart:m,initialSelectionEnd:b}={}){a.disabled||(s||await this.click(a),m!==void 0&&nv(a,m,b??m),await this.keyboard(u),d||await k8(this))}const Vq=Symbol("files and value properties are mocked");function CT(a,u,s){s?Object.defineProperty(a,u,s):delete a[u]}function eH(a,u){var s;(s=a[Vq])===null||s===void 0||s.restore();const d=Object.getOwnPropertyDescriptor(a,"type"),m=Object.getOwnPropertyDescriptor(a,"value"),b=Object.getOwnPropertyDescriptor(a,"files");function v(){CT(a,"type",d),CT(a,"value",m),CT(a,"files",b)}a[Vq]={restore:v},Object.defineProperties(a,{files:{configurable:!0,get:()=>u},value:{configurable:!0,get:()=>u.length?`C:\\fakepath\\${u[0].name}`:"",set(S){if(S==="")v();else{var E;m==null||(E=m.set)===null||E===void 0||E.call(a,S)}}},type:{configurable:!0,get:()=>"file",set(S){S!=="file"&&(v(),a.type=S)}}})}async function tH(a,u){const s=ot(a,"label")?a.control:a;if(!s||!ot(s,"input",{type:"file"}))throw new TypeError(`The ${s===a?"given":"associated"} ${s?.tagName} element does not accept file uploads`);if(bi(a))return;const d=(Array.isArray(u)?u:[u]).filter(b=>!this.config.applyAccept||nH(b,s.accept)).slice(0,s.multiple?void 0:1),m=()=>{var b;d.length===((b=s.files)===null||b===void 0?void 0:b.length)&&d.every((v,S)=>{var E;return v===((E=s.files)===null||E===void 0?void 0:E.item(S))})||(eH(s,kR(kl(a),d)),this.dispatchUIEvent(s,"input"),this.dispatchUIEvent(s,"change"))};s.addEventListener("fileDialog",m),await this.click(a),s.removeEventListener("fileDialog",m)}function $1(a){return a.toLowerCase().replace(/(\.|\/)jpg\b/g,"$1jpeg")}function nH(a,u){if(!u)return!0;const s=["audio/*","image/*","video/*"];return $1(u).trim().split(/\s*,\s*/).some(d=>d.startsWith(".")?$1(a.name).endsWith(d):s.includes(d)?$1(a.type).startsWith(d.replace("*","")):$1(a.type)===d)}const kq={click:M8,dblClick:q8,tripleClick:_8,hover:D8,unhover:z8,tab:N8,keyboard:L8,copy:Y8,cut:G8,paste:X8,pointer:Q8,clear:J8,deselectOptions:F8,selectOptions:I8,type:W8,upload:tH};function aH(a){return Ot().asyncWrapper(a)}const Pq={applyAccept:!0,autoModify:!0,delay:0,document:globalThis.document,keyboardMap:m8,pointerMap:y8,pointerEventsCheck:G1.EachApiCall,skipAutoClose:!1,skipClick:!1,skipHover:!1,writeToClipboard:!1,advanceTimers:()=>Promise.resolve()},lH={...Pq,writeToClipboard:!0};function Yq(a={},u=lH,s){const d=oH(a,s,u);return{...u,...a,document:d}}function rH(a={}){const u=Yq(a);gq(u.document),bq(kl(u.document).HTMLElement);var s;const d=(s=u.document.defaultView)!==null&&s!==void 0?s:globalThis.window;return s3(d),xT(u).api}function ya({keyboardState:a,pointerState:u,...s}={},d){const m=Yq(s,Pq,d);gq(m.document),bq(kl(m.document).HTMLElement);var b;const v=(b=u??a)!==null&&b!==void 0?b:new Dq;return{api:xT(m,v).api,system:v}}function uH(a){return xT({...this.config,...a},this.system).api}function iH(a,u){function s(...d){return lv(a,gl.Call),aH(()=>u.apply(a,d).then(async m=>(await Cd(a.config),m)))}return Object.defineProperty(s,"name",{get:()=>u.name}),s}function xT(a,u=new Dq){const s={};return Object.assign(s,{config:a,dispatchEvent:mq.bind(s),dispatchUIEvent:r8.bind(s),system:u,levelRefs:{},...kq}),{instance:s,api:{...Object.fromEntries(Object.entries(kq).map(([d,m])=>[d,iH(s,m)])),setup:uH.bind(s)}}}function oH(a,u,s){var d,m;return(m=(d=a.document)!==null&&d!==void 0?d:u&&c8(u))!==null&&m!==void 0?m:s.document}function sH(a){return ya().api.clear(a)}function cH(a,u={}){return ya(u,a).api.click(a)}function fH(a={}){return ya(a).api.copy()}function dH(a={}){return ya(a).api.cut()}function pH(a,u={}){return ya(u).api.dblClick(a)}function hH(a,u,s={}){return ya(s).api.deselectOptions(a,u)}function mH(a,u={}){return ya(u).api.hover(a)}async function yH(a,u={}){const{api:s,system:d}=ya(u);return s.keyboard(a).then(()=>d)}async function bH(a,u={}){const{api:s,system:d}=ya(u);return s.pointer(a).then(()=>d)}function vH(a,u){return ya(u).api.paste(a)}function gH(a,u,s={}){return ya(s).api.selectOptions(a,u)}function SH(a,u={}){return ya(u).api.tripleClick(a)}function EH(a,u,s={}){return ya(s,a).api.type(a,u,s)}function RH(a,u={}){const{api:s,system:d}=ya(u);return d.pointer.setMousePosition({target:a}),s.unhover(a)}function TH(a,u,s={}){return ya(s).api.upload(a,u)}function CH(a={}){return ya().api.tab(a)}const xH={...Object.freeze(Object.defineProperty({__proto__:null,clear:sH,click:cH,copy:fH,cut:dH,dblClick:pH,deselectOptions:hH,hover:mH,keyboard:yH,paste:vH,pointer:bH,selectOptions:gH,tab:CH,tripleClick:SH,type:EH,unhover:RH,upload:TH},Symbol.toStringTag,{value:"Module"})),setup:rH};function AH(a,u,s){switch(u){case"type":return`Event fired: Typed "${s[1]}" into element`;case"selectOptions":return`Event fired: Selected option(s) ${JSON.stringify(s[1])}`;case"click":return"Event fired: Clicked element";case"dblClick":return"Event fired: Double-clicked element";case"tripleClick":return"Event fired: Triple-clicked element";default:return`Event fired: ${a}.${String(u)} executed`}}function Gq(a,u="userEvent"){return new Proxy(a,{get(s,d,m){const b=Reflect.get(s,d,m);return typeof b!="function"?b:d==="setup"?(...v)=>{const S=b(...v);return Gq(S,`${u}.instance`)}:async(...v)=>{const S=await b(...v);return sc(AH(u,d,v)),S}}})}const wH=Gq(xH);ha.truncateThreshold=0;var Q1={exports:{}},iv={},Z1={exports:{}},AT={};/**
|
|
321
|
+
* @license React
|
|
322
|
+
* scheduler.production.js
|
|
323
|
+
*
|
|
324
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
325
|
+
*
|
|
326
|
+
* This source code is licensed under the MIT license found in the
|
|
327
|
+
* LICENSE file in the root directory of this source tree.
|
|
328
|
+
*/var Xq;function OH(){return Xq||(Xq=1,(function(a){function u(P,se){var ge=P.length;P.push(se);e:for(;0<ge;){var Ue=ge-1>>>1,oe=P[Ue];if(0<m(oe,se))P[Ue]=se,P[ge]=oe,ge=Ue;else break e}}function s(P){return P.length===0?null:P[0]}function d(P){if(P.length===0)return null;var se=P[0],ge=P.pop();if(ge!==se){P[0]=ge;e:for(var Ue=0,oe=P.length,_e=oe>>>1;Ue<_e;){var Oe=2*(Ue+1)-1,Re=P[Oe],Ge=Oe+1,bt=P[Ge];if(0>m(Re,ge))Ge<oe&&0>m(bt,Re)?(P[Ue]=bt,P[Ge]=ge,Ue=Ge):(P[Ue]=Re,P[Oe]=ge,Ue=Oe);else if(Ge<oe&&0>m(bt,ge))P[Ue]=bt,P[Ge]=ge,Ue=Ge;else break e}}return se}function m(P,se){var ge=P.sortIndex-se.sortIndex;return ge!==0?ge:P.id-se.id}if(a.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var b=performance;a.unstable_now=function(){return b.now()}}else{var v=Date,S=v.now();a.unstable_now=function(){return v.now()-S}}var E=[],C=[],w=1,A=null,x=3,D=!1,N=!1,k=!1,ue=!1,q=typeof setTimeout=="function"?setTimeout:null,J=typeof clearTimeout=="function"?clearTimeout:null,K=typeof setImmediate<"u"?setImmediate:null;function ie(P){for(var se=s(C);se!==null;){if(se.callback===null)d(C);else if(se.startTime<=P)d(C),se.sortIndex=se.expirationTime,u(E,se);else break;se=s(C)}}function ne(P){if(k=!1,ie(P),!N)if(s(E)!==null)N=!0,j||(j=!0,Se());else{var se=s(C);se!==null&&Ne(ne,se.startTime-P)}}var j=!1,B=-1,X=5,te=-1;function Ee(){return ue?!0:!(a.unstable_now()-te<X)}function xe(){if(ue=!1,j){var P=a.unstable_now();te=P;var se=!0;try{e:{N=!1,k&&(k=!1,J(B),B=-1),D=!0;var ge=x;try{t:{for(ie(P),A=s(E);A!==null&&!(A.expirationTime>P&&Ee());){var Ue=A.callback;if(typeof Ue=="function"){A.callback=null,x=A.priorityLevel;var oe=Ue(A.expirationTime<=P);if(P=a.unstable_now(),typeof oe=="function"){A.callback=oe,ie(P),se=!0;break t}A===s(E)&&d(E),ie(P)}else d(E);A=s(E)}if(A!==null)se=!0;else{var _e=s(C);_e!==null&&Ne(ne,_e.startTime-P),se=!1}}break e}finally{A=null,x=ge,D=!1}se=void 0}}finally{se?Se():j=!1}}}var Se;if(typeof K=="function")Se=function(){K(xe)};else if(typeof MessageChannel<"u"){var me=new MessageChannel,Ae=me.port2;me.port1.onmessage=xe,Se=function(){Ae.postMessage(null)}}else Se=function(){q(xe,0)};function Ne(P,se){B=q(function(){P(a.unstable_now())},se)}a.unstable_IdlePriority=5,a.unstable_ImmediatePriority=1,a.unstable_LowPriority=4,a.unstable_NormalPriority=3,a.unstable_Profiling=null,a.unstable_UserBlockingPriority=2,a.unstable_cancelCallback=function(P){P.callback=null},a.unstable_forceFrameRate=function(P){0>P||125<P?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):X=0<P?Math.floor(1e3/P):5},a.unstable_getCurrentPriorityLevel=function(){return x},a.unstable_next=function(P){switch(x){case 1:case 2:case 3:var se=3;break;default:se=x}var ge=x;x=se;try{return P()}finally{x=ge}},a.unstable_requestPaint=function(){ue=!0},a.unstable_runWithPriority=function(P,se){switch(P){case 1:case 2:case 3:case 4:case 5:break;default:P=3}var ge=x;x=P;try{return se()}finally{x=ge}},a.unstable_scheduleCallback=function(P,se,ge){var Ue=a.unstable_now();switch(typeof ge=="object"&&ge!==null?(ge=ge.delay,ge=typeof ge=="number"&&0<ge?Ue+ge:Ue):ge=Ue,P){case 1:var oe=-1;break;case 2:oe=250;break;case 5:oe=1073741823;break;case 4:oe=1e4;break;default:oe=5e3}return oe=ge+oe,P={id:w++,callback:se,priorityLevel:P,startTime:ge,expirationTime:oe,sortIndex:-1},ge>Ue?(P.sortIndex=ge,u(C,P),s(E)===null&&P===s(C)&&(k?(J(B),B=-1):k=!0,Ne(ne,ge-Ue))):(P.sortIndex=oe,u(E,P),N||D||(N=!0,j||(j=!0,Se()))),P},a.unstable_shouldYield=Ee,a.unstable_wrapCallback=function(P){var se=x;return function(){var ge=x;x=se;try{return P.apply(this,arguments)}finally{x=ge}}}})(AT)),AT}var wT={};/**
|
|
329
|
+
* @license React
|
|
330
|
+
* scheduler.development.js
|
|
331
|
+
*
|
|
332
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
333
|
+
*
|
|
334
|
+
* This source code is licensed under the MIT license found in the
|
|
335
|
+
* LICENSE file in the root directory of this source tree.
|
|
336
|
+
*/var $q;function MH(){return $q||($q=1,(function(a){process.env.NODE_ENV!=="production"&&(function(){function u(){if(ne=!1,te){var P=a.unstable_now();Se=P;var se=!0;try{e:{K=!1,ie&&(ie=!1,B(Ee),Ee=-1),J=!0;var ge=q;try{t:{for(v(P),ue=d(D);ue!==null&&!(ue.expirationTime>P&&E());){var Ue=ue.callback;if(typeof Ue=="function"){ue.callback=null,q=ue.priorityLevel;var oe=Ue(ue.expirationTime<=P);if(P=a.unstable_now(),typeof oe=="function"){ue.callback=oe,v(P),se=!0;break t}ue===d(D)&&m(D),v(P)}else m(D);ue=d(D)}if(ue!==null)se=!0;else{var _e=d(N);_e!==null&&C(S,_e.startTime-P),se=!1}}break e}finally{ue=null,q=ge,J=!1}se=void 0}}finally{se?me():te=!1}}}function s(P,se){var ge=P.length;P.push(se);e:for(;0<ge;){var Ue=ge-1>>>1,oe=P[Ue];if(0<b(oe,se))P[Ue]=se,P[ge]=oe,ge=Ue;else break e}}function d(P){return P.length===0?null:P[0]}function m(P){if(P.length===0)return null;var se=P[0],ge=P.pop();if(ge!==se){P[0]=ge;e:for(var Ue=0,oe=P.length,_e=oe>>>1;Ue<_e;){var Oe=2*(Ue+1)-1,Re=P[Oe],Ge=Oe+1,bt=P[Ge];if(0>b(Re,ge))Ge<oe&&0>b(bt,Re)?(P[Ue]=bt,P[Ge]=ge,Ue=Ge):(P[Ue]=Re,P[Oe]=ge,Ue=Oe);else if(Ge<oe&&0>b(bt,ge))P[Ue]=bt,P[Ge]=ge,Ue=Ge;else break e}}return se}function b(P,se){var ge=P.sortIndex-se.sortIndex;return ge!==0?ge:P.id-se.id}function v(P){for(var se=d(N);se!==null;){if(se.callback===null)m(N);else if(se.startTime<=P)m(N),se.sortIndex=se.expirationTime,s(D,se);else break;se=d(N)}}function S(P){if(ie=!1,v(P),!K)if(d(D)!==null)K=!0,te||(te=!0,me());else{var se=d(N);se!==null&&C(S,se.startTime-P)}}function E(){return ne?!0:!(a.unstable_now()-Se<xe)}function C(P,se){Ee=j(function(){P(a.unstable_now())},se)}if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error()),a.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var w=performance;a.unstable_now=function(){return w.now()}}else{var A=Date,x=A.now();a.unstable_now=function(){return A.now()-x}}var D=[],N=[],k=1,ue=null,q=3,J=!1,K=!1,ie=!1,ne=!1,j=typeof setTimeout=="function"?setTimeout:null,B=typeof clearTimeout=="function"?clearTimeout:null,X=typeof setImmediate<"u"?setImmediate:null,te=!1,Ee=-1,xe=5,Se=-1;if(typeof X=="function")var me=function(){X(u)};else if(typeof MessageChannel<"u"){var Ae=new MessageChannel,Ne=Ae.port2;Ae.port1.onmessage=u,me=function(){Ne.postMessage(null)}}else me=function(){j(u,0)};a.unstable_IdlePriority=5,a.unstable_ImmediatePriority=1,a.unstable_LowPriority=4,a.unstable_NormalPriority=3,a.unstable_Profiling=null,a.unstable_UserBlockingPriority=2,a.unstable_cancelCallback=function(P){P.callback=null},a.unstable_forceFrameRate=function(P){0>P||125<P?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):xe=0<P?Math.floor(1e3/P):5},a.unstable_getCurrentPriorityLevel=function(){return q},a.unstable_next=function(P){switch(q){case 1:case 2:case 3:var se=3;break;default:se=q}var ge=q;q=se;try{return P()}finally{q=ge}},a.unstable_requestPaint=function(){ne=!0},a.unstable_runWithPriority=function(P,se){switch(P){case 1:case 2:case 3:case 4:case 5:break;default:P=3}var ge=q;q=P;try{return se()}finally{q=ge}},a.unstable_scheduleCallback=function(P,se,ge){var Ue=a.unstable_now();switch(typeof ge=="object"&&ge!==null?(ge=ge.delay,ge=typeof ge=="number"&&0<ge?Ue+ge:Ue):ge=Ue,P){case 1:var oe=-1;break;case 2:oe=250;break;case 5:oe=1073741823;break;case 4:oe=1e4;break;default:oe=5e3}return oe=ge+oe,P={id:k++,callback:se,priorityLevel:P,startTime:ge,expirationTime:oe,sortIndex:-1},ge>Ue?(P.sortIndex=ge,s(N,P),d(D)===null&&P===d(N)&&(ie?(B(Ee),Ee=-1):ie=!0,C(S,ge-Ue))):(P.sortIndex=oe,s(D,P),K||J||(K=!0,te||(te=!0,me()))),P},a.unstable_shouldYield=E,a.unstable_wrapCallback=function(P){var se=q;return function(){var ge=q;q=se;try{return P.apply(this,arguments)}finally{q=ge}}},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()})(wT)),wT}var Qq;function Zq(){return Qq||(Qq=1,process.env.NODE_ENV==="production"?Z1.exports=OH():Z1.exports=MH()),Z1.exports}/**
|
|
337
|
+
* @license React
|
|
338
|
+
* react-dom-client.production.js
|
|
339
|
+
*
|
|
340
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
341
|
+
*
|
|
342
|
+
* This source code is licensed under the MIT license found in the
|
|
343
|
+
* LICENSE file in the root directory of this source tree.
|
|
344
|
+
*/var Kq;function qH(){if(Kq)return iv;Kq=1;var a=Zq(),u=Br,s=XC;function d(n){var r="https://react.dev/errors/"+n;if(1<arguments.length){r+="?args[]="+encodeURIComponent(arguments[1]);for(var i=2;i<arguments.length;i++)r+="&args[]="+encodeURIComponent(arguments[i])}return"Minified React error #"+n+"; visit "+r+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function m(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11)}function b(n){var r=n,i=n;if(n.alternate)for(;r.return;)r=r.return;else{n=r;do r=n,(r.flags&4098)!==0&&(i=r.return),n=r.return;while(n)}return r.tag===3?i:null}function v(n){if(n.tag===13){var r=n.memoizedState;if(r===null&&(n=n.alternate,n!==null&&(r=n.memoizedState)),r!==null)return r.dehydrated}return null}function S(n){if(b(n)!==n)throw Error(d(188))}function E(n){var r=n.alternate;if(!r){if(r=b(n),r===null)throw Error(d(188));return r!==n?null:n}for(var i=n,c=r;;){var h=i.return;if(h===null)break;var y=h.alternate;if(y===null){if(c=h.return,c!==null){i=c;continue}break}if(h.child===y.child){for(y=h.child;y;){if(y===i)return S(h),n;if(y===c)return S(h),r;y=y.sibling}throw Error(d(188))}if(i.return!==c.return)i=h,c=y;else{for(var T=!1,O=h.child;O;){if(O===i){T=!0,i=h,c=y;break}if(O===c){T=!0,c=h,i=y;break}O=O.sibling}if(!T){for(O=y.child;O;){if(O===i){T=!0,i=y,c=h;break}if(O===c){T=!0,c=y,i=h;break}O=O.sibling}if(!T)throw Error(d(189))}}if(i.alternate!==c)throw Error(d(190))}if(i.tag!==3)throw Error(d(188));return i.stateNode.current===i?n:r}function C(n){var r=n.tag;if(r===5||r===26||r===27||r===6)return n;for(n=n.child;n!==null;){if(r=C(n),r!==null)return r;n=n.sibling}return null}var w=Object.assign,A=Symbol.for("react.element"),x=Symbol.for("react.transitional.element"),D=Symbol.for("react.portal"),N=Symbol.for("react.fragment"),k=Symbol.for("react.strict_mode"),ue=Symbol.for("react.profiler"),q=Symbol.for("react.provider"),J=Symbol.for("react.consumer"),K=Symbol.for("react.context"),ie=Symbol.for("react.forward_ref"),ne=Symbol.for("react.suspense"),j=Symbol.for("react.suspense_list"),B=Symbol.for("react.memo"),X=Symbol.for("react.lazy"),te=Symbol.for("react.activity"),Ee=Symbol.for("react.memo_cache_sentinel"),xe=Symbol.iterator;function Se(n){return n===null||typeof n!="object"?null:(n=xe&&n[xe]||n["@@iterator"],typeof n=="function"?n:null)}var me=Symbol.for("react.client.reference");function Ae(n){if(n==null)return null;if(typeof n=="function")return n.$$typeof===me?null:n.displayName||n.name||null;if(typeof n=="string")return n;switch(n){case N:return"Fragment";case ue:return"Profiler";case k:return"StrictMode";case ne:return"Suspense";case j:return"SuspenseList";case te:return"Activity"}if(typeof n=="object")switch(n.$$typeof){case D:return"Portal";case K:return(n.displayName||"Context")+".Provider";case J:return(n._context.displayName||"Context")+".Consumer";case ie:var r=n.render;return n=n.displayName,n||(n=r.displayName||r.name||"",n=n!==""?"ForwardRef("+n+")":"ForwardRef"),n;case B:return r=n.displayName||null,r!==null?r:Ae(n.type)||"Memo";case X:r=n._payload,n=n._init;try{return Ae(n(r))}catch{}}return null}var Ne=Array.isArray,P=u.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,se=s.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,ge={pending:!1,data:null,method:null,action:null},Ue=[],oe=-1;function _e(n){return{current:n}}function Oe(n){0>oe||(n.current=Ue[oe],Ue[oe]=null,oe--)}function Re(n,r){oe++,Ue[oe]=n.current,n.current=r}var Ge=_e(null),bt=_e(null),Xe=_e(null),ba=_e(null);function Dt(n,r){switch(Re(Xe,r),Re(bt,n),Re(Ge,null),r.nodeType){case 9:case 11:n=(n=r.documentElement)&&(n=n.namespaceURI)?ou(n):0;break;default:if(n=r.tagName,r=r.namespaceURI)r=ou(r),n=Ls(r,n);else switch(n){case"svg":n=1;break;case"math":n=2;break;default:n=0}}Oe(Ge),Re(Ge,n)}function $(){Oe(Ge),Oe(bt),Oe(Xe)}function De(n){n.memoizedState!==null&&Re(ba,n);var r=Ge.current,i=Ls(r,n.type);r!==i&&(Re(bt,n),Re(Ge,i))}function Ce(n){bt.current===n&&(Oe(Ge),Oe(bt)),ba.current===n&&(Oe(ba),_a._currentValue=ge)}var st=Object.prototype.hasOwnProperty,Je=a.unstable_scheduleCallback,Gt=a.unstable_cancelCallback,Cn=a.unstable_shouldYield,Jt=a.unstable_requestPaint,It=a.unstable_now,qi=a.unstable_getCurrentPriorityLevel,xd=a.unstable_ImmediatePriority,Cc=a.unstable_UserBlockingPriority,_i=a.unstable_NormalPriority,xc=a.unstable_LowPriority,Cu=a.unstable_IdlePriority,sv=a.log,Ad=a.unstable_setDisableYieldValue,xu=null,zn=null;function Sl(n){if(typeof sv=="function"&&Ad(n),zn&&typeof zn.setStrictMode=="function")try{zn.setStrictMode(xu,n)}catch{}}var Qn=Math.clz32?Math.clz32:cv,Ac=Math.log,wd=Math.LN2;function cv(n){return n>>>=0,n===0?32:31-(Ac(n)/wd|0)|0}var Au=256,El=4194304;function na(n){var r=n&42;if(r!==0)return r;switch(n&-n){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64: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:case 262144:case 524288:case 1048576:case 2097152:return n&4194048;case 4194304:case 8388608:case 16777216:case 33554432:return n&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return n}}function Gl(n,r,i){var c=n.pendingLanes;if(c===0)return 0;var h=0,y=n.suspendedLanes,T=n.pingedLanes;n=n.warmLanes;var O=c&134217727;return O!==0?(c=O&~y,c!==0?h=na(c):(T&=O,T!==0?h=na(T):i||(i=O&~n,i!==0&&(h=na(i))))):(O=c&~y,O!==0?h=na(O):T!==0?h=na(T):i||(i=c&~n,i!==0&&(h=na(i)))),h===0?0:r!==0&&r!==h&&(r&y)===0&&(y=h&-h,i=r&-r,y>=i||y===32&&(i&4194048)!==0)?r:h}function Ia(n,r){return(n.pendingLanes&~(n.suspendedLanes&~n.pingedLanes)&r)===0}function pn(n,r){switch(n){case 1:case 2:case 4:case 8:case 64:return r+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 r+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 Xl(){var n=Au;return Au<<=1,(Au&4194048)===0&&(Au=256),n}function Lr(){var n=El;return El<<=1,(El&62914560)===0&&(El=4194304),n}function $l(n){for(var r=[],i=0;31>i;i++)r.push(n);return r}function Vr(n,r){n.pendingLanes|=r,r!==268435456&&(n.suspendedLanes=0,n.pingedLanes=0,n.warmLanes=0)}function Od(n,r,i,c,h,y){var T=n.pendingLanes;n.pendingLanes=i,n.suspendedLanes=0,n.pingedLanes=0,n.warmLanes=0,n.expiredLanes&=i,n.entangledLanes&=i,n.errorRecoveryDisabledLanes&=i,n.shellSuspendCounter=0;var O=n.entanglements,H=n.expirationTimes,W=n.hiddenUpdates;for(i=T&~i;0<i;){var ye=31-Qn(i),ve=1<<ye;O[ye]=0,H[ye]=-1;var ae=W[ye];if(ae!==null)for(W[ye]=null,ye=0;ye<ae.length;ye++){var re=ae[ye];re!==null&&(re.lane&=-536870913)}i&=~ve}c!==0&&Di(n,c,0),y!==0&&h===0&&n.tag!==0&&(n.suspendedLanes|=y&~(T&~r))}function Di(n,r,i){n.pendingLanes|=r,n.suspendedLanes&=~r;var c=31-Qn(r);n.entangledLanes|=r,n.entanglements[c]=n.entanglements[c]|1073741824|i&4194090}function zi(n,r){var i=n.entangledLanes|=r;for(n=n.entanglements;i;){var c=31-Qn(i),h=1<<c;h&r|n[c]&r&&(n[c]|=r),i&=~h}}function Na(n){switch(n){case 2:n=1;break;case 8:n=4;break;case 32:n=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:n=128;break;case 268435456:n=134217728;break;default:n=0}return n}function we(n){return n&=-n,2<n?8<n?(n&134217727)!==0?32:268435456:8:2}function Md(){var n=se.p;return n!==0?n:(n=window.event,n===void 0?32:m0(n.type))}function fv(n,r){var i=se.p;try{return se.p=n,r()}finally{se.p=i}}var Xt=Math.random().toString(36).slice(2),xn="__reactFiber$"+Xt,aa="__reactProps$"+Xt,Ko="__reactContainer$"+Xt,qd="__reactEvents$"+Xt,K1="__reactListeners$"+Xt,_d="__reactHandles$"+Xt,J1="__reactResources$"+Xt,Be="__reactMarker$"+Xt;function wc(n){delete n[xn],delete n[aa],delete n[qd],delete n[K1],delete n[_d]}function Nn(n){var r=n[xn];if(r)return r;for(var i=n.parentNode;i;){if(r=i[Ko]||i[xn]){if(i=r.alternate,r.child!==null||i!==null&&i.child!==null)for(n=kn(n);n!==null;){if(i=n[xn])return i;n=kn(n)}return r}n=i,i=n.parentNode}return null}function Ni(n){if(n=n[xn]||n[Ko]){var r=n.tag;if(r===5||r===6||r===13||r===26||r===27||r===3)return n}return null}function Oc(n){var r=n.tag;if(r===5||r===26||r===27||r===6)return n.stateNode;throw Error(d(33))}function kr(n){var r=n[J1];return r||(r=n[J1]={hoistableStyles:new Map,hoistableScripts:new Map}),r}function bn(n){n[Be]=!0}var Mc=new Set,Ua={};function wu(n,r){Ou(n,r),Ou(n+"Capture",r)}function Ou(n,r){for(Ua[n]=r,n=0;n<r.length;n++)Mc.add(r[n])}var I1=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]*$"),Dd={},dv={};function F1(n){return st.call(dv,n)?!0:st.call(Dd,n)?!1:I1.test(n)?dv[n]=!0:(Dd[n]=!0,!1)}function Pr(n,r,i){if(F1(r))if(i===null)n.removeAttribute(r);else{switch(typeof i){case"undefined":case"function":case"symbol":n.removeAttribute(r);return;case"boolean":var c=r.toLowerCase().slice(0,5);if(c!=="data-"&&c!=="aria-"){n.removeAttribute(r);return}}n.setAttribute(r,""+i)}}function qc(n,r,i){if(i===null)n.removeAttribute(r);else{switch(typeof i){case"undefined":case"function":case"symbol":case"boolean":n.removeAttribute(r);return}n.setAttribute(r,""+i)}}function Ql(n,r,i,c){if(c===null)n.removeAttribute(i);else{switch(typeof c){case"undefined":case"function":case"symbol":case"boolean":n.removeAttribute(i);return}n.setAttributeNS(r,i,""+c)}}var zd,pv;function Ui(n){if(zd===void 0)try{throw Error()}catch(i){var r=i.stack.trim().match(/\n( *(at )?)/);zd=r&&r[1]||"",pv=-1<i.stack.indexOf(`
|
|
345
|
+
at`)?" (<anonymous>)":-1<i.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
346
|
+
`+zd+n+pv}var la=!1;function Mu(n,r){if(!n||la)return"";la=!0;var i=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var c={DetermineComponentFrameRoot:function(){try{if(r){var ve=function(){throw Error()};if(Object.defineProperty(ve.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(ve,[])}catch(re){var ae=re}Reflect.construct(n,[],ve)}else{try{ve.call()}catch(re){ae=re}n.call(ve.prototype)}}else{try{throw Error()}catch(re){ae=re}(ve=n())&&typeof ve.catch=="function"&&ve.catch(function(){})}}catch(re){if(re&&ae&&typeof re.stack=="string")return[re.stack,ae.stack]}return[null,null]}};c.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var h=Object.getOwnPropertyDescriptor(c.DetermineComponentFrameRoot,"name");h&&h.configurable&&Object.defineProperty(c.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var y=c.DetermineComponentFrameRoot(),T=y[0],O=y[1];if(T&&O){var H=T.split(`
|
|
347
|
+
`),W=O.split(`
|
|
348
|
+
`);for(h=c=0;c<H.length&&!H[c].includes("DetermineComponentFrameRoot");)c++;for(;h<W.length&&!W[h].includes("DetermineComponentFrameRoot");)h++;if(c===H.length||h===W.length)for(c=H.length-1,h=W.length-1;1<=c&&0<=h&&H[c]!==W[h];)h--;for(;1<=c&&0<=h;c--,h--)if(H[c]!==W[h]){if(c!==1||h!==1)do if(c--,h--,0>h||H[c]!==W[h]){var ye=`
|
|
349
|
+
`+H[c].replace(" at new "," at ");return n.displayName&&ye.includes("<anonymous>")&&(ye=ye.replace("<anonymous>",n.displayName)),ye}while(1<=c&&0<=h);break}}}finally{la=!1,Error.prepareStackTrace=i}return(i=n?n.displayName||n.name:"")?Ui(i):""}function Bi(n){switch(n.tag){case 26:case 27:case 5:return Ui(n.type);case 16:return Ui("Lazy");case 13:return Ui("Suspense");case 19:return Ui("SuspenseList");case 0:case 15:return Mu(n.type,!1);case 11:return Mu(n.type.render,!1);case 1:return Mu(n.type,!0);case 31:return Ui("Activity");default:return""}}function hv(n){try{var r="";do r+=Bi(n),n=n.return;while(n);return r}catch(i){return`
|
|
350
|
+
Error generating stack: `+i.message+`
|
|
351
|
+
`+i.stack}}function Zn(n){switch(typeof n){case"bigint":case"boolean":case"number":case"string":case"undefined":return n;case"object":return n;default:return""}}function _c(n){var r=n.type;return(n=n.nodeName)&&n.toLowerCase()==="input"&&(r==="checkbox"||r==="radio")}function mv(n){var r=_c(n)?"checked":"value",i=Object.getOwnPropertyDescriptor(n.constructor.prototype,r),c=""+n[r];if(!n.hasOwnProperty(r)&&typeof i<"u"&&typeof i.get=="function"&&typeof i.set=="function"){var h=i.get,y=i.set;return Object.defineProperty(n,r,{configurable:!0,get:function(){return h.call(this)},set:function(T){c=""+T,y.call(this,T)}}),Object.defineProperty(n,r,{enumerable:i.enumerable}),{getValue:function(){return c},setValue:function(T){c=""+T},stopTracking:function(){n._valueTracker=null,delete n[r]}}}}function qu(n){n._valueTracker||(n._valueTracker=mv(n))}function Hi(n){if(!n)return!1;var r=n._valueTracker;if(!r)return!0;var i=r.getValue(),c="";return n&&(c=_c(n)?n.checked?"true":"false":n.value),n=c,n!==i?(r.setValue(n),!0):!1}function Jo(n){if(n=n||(typeof document<"u"?document:void 0),typeof n>"u")return null;try{return n.activeElement||n.body}catch{return n.body}}var OT=/[\n"\\]/g;function Fa(n){return n.replace(OT,function(r){return"\\"+r.charCodeAt(0).toString(16)+" "})}function Nd(n,r,i,c,h,y,T,O){n.name="",T!=null&&typeof T!="function"&&typeof T!="symbol"&&typeof T!="boolean"?n.type=T:n.removeAttribute("type"),r!=null?T==="number"?(r===0&&n.value===""||n.value!=r)&&(n.value=""+Zn(r)):n.value!==""+Zn(r)&&(n.value=""+Zn(r)):T!=="submit"&&T!=="reset"||n.removeAttribute("value"),r!=null?Dc(n,T,Zn(r)):i!=null?Dc(n,T,Zn(i)):c!=null&&n.removeAttribute("value"),h==null&&y!=null&&(n.defaultChecked=!!y),h!=null&&(n.checked=h&&typeof h!="function"&&typeof h!="symbol"),O!=null&&typeof O!="function"&&typeof O!="symbol"&&typeof O!="boolean"?n.name=""+Zn(O):n.removeAttribute("name")}function Ud(n,r,i,c,h,y,T,O){if(y!=null&&typeof y!="function"&&typeof y!="symbol"&&typeof y!="boolean"&&(n.type=y),r!=null||i!=null){if(!(y!=="submit"&&y!=="reset"||r!=null))return;i=i!=null?""+Zn(i):"",r=r!=null?""+Zn(r):i,O||r===n.value||(n.value=r),n.defaultValue=r}c=c??h,c=typeof c!="function"&&typeof c!="symbol"&&!!c,n.checked=O?n.checked:!!c,n.defaultChecked=!!c,T!=null&&typeof T!="function"&&typeof T!="symbol"&&typeof T!="boolean"&&(n.name=T)}function Dc(n,r,i){r==="number"&&Jo(n.ownerDocument)===n||n.defaultValue===""+i||(n.defaultValue=""+i)}function ji(n,r,i,c){if(n=n.options,r){r={};for(var h=0;h<i.length;h++)r["$"+i[h]]=!0;for(i=0;i<n.length;i++)h=r.hasOwnProperty("$"+n[i].value),n[i].selected!==h&&(n[i].selected=h),h&&c&&(n[i].defaultSelected=!0)}else{for(i=""+Zn(i),r=null,h=0;h<n.length;h++){if(n[h].value===i){n[h].selected=!0,c&&(n[h].defaultSelected=!0);return}r!==null||n[h].disabled||(r=n[h])}r!==null&&(r.selected=!0)}}function yv(n,r,i){if(r!=null&&(r=""+Zn(r),r!==n.value&&(n.value=r),i==null)){n.defaultValue!==r&&(n.defaultValue=r);return}n.defaultValue=i!=null?""+Zn(i):""}function bv(n,r,i,c){if(r==null){if(c!=null){if(i!=null)throw Error(d(92));if(Ne(c)){if(1<c.length)throw Error(d(93));c=c[0]}i=c}i==null&&(i=""),r=i}i=Zn(r),n.defaultValue=i,c=n.textContent,c===i&&c!==""&&c!==null&&(n.value=c)}function Io(n,r){if(r){var i=n.firstChild;if(i&&i===n.lastChild&&i.nodeType===3){i.nodeValue=r;return}}n.textContent=r}var W1=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 Bd(n,r,i){var c=r.indexOf("--")===0;i==null||typeof i=="boolean"||i===""?c?n.setProperty(r,""):r==="float"?n.cssFloat="":n[r]="":c?n.setProperty(r,i):typeof i!="number"||i===0||W1.has(r)?r==="float"?n.cssFloat=i:n[r]=(""+i).trim():n[r]=i+"px"}function zc(n,r,i){if(r!=null&&typeof r!="object")throw Error(d(62));if(n=n.style,i!=null){for(var c in i)!i.hasOwnProperty(c)||r!=null&&r.hasOwnProperty(c)||(c.indexOf("--")===0?n.setProperty(c,""):c==="float"?n.cssFloat="":n[c]="");for(var h in r)c=r[h],r.hasOwnProperty(h)&&i[h]!==c&&Bd(n,h,c)}else for(var y in r)r.hasOwnProperty(y)&&Bd(n,y,r[y])}function Li(n){if(n.indexOf("-")===-1)return!1;switch(n){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var MT=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"]]),eS=/^[\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 Nc(n){return eS.test(""+n)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":n}var Vi=null;function Hd(n){return n=n.target||n.srcElement||window,n.correspondingUseElement&&(n=n.correspondingUseElement),n.nodeType===3?n.parentNode:n}var Fo=null,Wo=null;function tS(n){var r=Ni(n);if(r&&(n=r.stateNode)){var i=n[aa]||null;e:switch(n=r.stateNode,r.type){case"input":if(Nd(n,i.value,i.defaultValue,i.defaultValue,i.checked,i.defaultChecked,i.type,i.name),r=i.name,i.type==="radio"&&r!=null){for(i=n;i.parentNode;)i=i.parentNode;for(i=i.querySelectorAll('input[name="'+Fa(""+r)+'"][type="radio"]'),r=0;r<i.length;r++){var c=i[r];if(c!==n&&c.form===n.form){var h=c[aa]||null;if(!h)throw Error(d(90));Nd(c,h.value,h.defaultValue,h.defaultValue,h.checked,h.defaultChecked,h.type,h.name)}}for(r=0;r<i.length;r++)c=i[r],c.form===n.form&&Hi(c)}break e;case"textarea":yv(n,i.value,i.defaultValue);break e;case"select":r=i.value,r!=null&&ji(n,!!i.multiple,r,!1)}}}var vv=!1;function es(n,r,i){if(vv)return n(r,i);vv=!0;try{var c=n(r);return c}finally{if(vv=!1,(Fo!==null||Wo!==null)&&(go(),Fo&&(r=Fo,n=Wo,Wo=Fo=null,tS(r),n)))for(r=0;r<n.length;r++)tS(n[r])}}function ki(n,r){var i=n.stateNode;if(i===null)return null;var c=i[aa]||null;if(c===null)return null;i=c[r];e:switch(r){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)||(n=n.type,c=!(n==="button"||n==="input"||n==="select"||n==="textarea")),n=!c;break e;default:n=!1}if(n)return null;if(i&&typeof i!="function")throw Error(d(231,r,typeof i));return i}var Zl=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),jd=!1;if(Zl)try{var Yr={};Object.defineProperty(Yr,"passive",{get:function(){jd=!0}}),window.addEventListener("test",Yr,Yr),window.removeEventListener("test",Yr,Yr)}catch{jd=!1}var Gr=null,ts=null,Pi=null;function gv(){if(Pi)return Pi;var n,r=ts,i=r.length,c,h="value"in Gr?Gr.value:Gr.textContent,y=h.length;for(n=0;n<i&&r[n]===h[n];n++);var T=i-n;for(c=1;c<=T&&r[i-c]===h[y-c];c++);return Pi=h.slice(n,1<c?1-c:void 0)}function Un(n){var r=n.keyCode;return"charCode"in n?(n=n.charCode,n===0&&r===13&&(n=13)):n=r,n===10&&(n=13),32<=n||n===13?n:0}function Ld(){return!0}function Vd(){return!1}function ra(n){function r(i,c,h,y,T){this._reactName=i,this._targetInst=h,this.type=c,this.nativeEvent=y,this.target=T,this.currentTarget=null;for(var O in n)n.hasOwnProperty(O)&&(i=n[O],this[O]=i?i(y):y[O]);return this.isDefaultPrevented=(y.defaultPrevented!=null?y.defaultPrevented:y.returnValue===!1)?Ld:Vd,this.isPropagationStopped=Vd,this}return w(r.prototype,{preventDefault:function(){this.defaultPrevented=!0;var i=this.nativeEvent;i&&(i.preventDefault?i.preventDefault():typeof i.returnValue!="unknown"&&(i.returnValue=!1),this.isDefaultPrevented=Ld)},stopPropagation:function(){var i=this.nativeEvent;i&&(i.stopPropagation?i.stopPropagation():typeof i.cancelBubble!="unknown"&&(i.cancelBubble=!0),this.isPropagationStopped=Ld)},persist:function(){},isPersistent:Ld}),r}var _u={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(n){return n.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},kd=ra(_u),Uc=w({},_u,{view:0,detail:0}),nS=ra(Uc),Sv,Pd,Bc,Yi=w({},Uc,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Xr,button:0,buttons:0,relatedTarget:function(n){return n.relatedTarget===void 0?n.fromElement===n.srcElement?n.toElement:n.fromElement:n.relatedTarget},movementX:function(n){return"movementX"in n?n.movementX:(n!==Bc&&(Bc&&n.type==="mousemove"?(Sv=n.screenX-Bc.screenX,Pd=n.screenY-Bc.screenY):Pd=Sv=0,Bc=n),Sv)},movementY:function(n){return"movementY"in n?n.movementY:Pd}}),Ev=ra(Yi),aS=w({},Yi,{dataTransfer:0}),lS=ra(aS),qT=w({},Uc,{relatedTarget:0}),Rv=ra(qT),_T=w({},_u,{animationName:0,elapsedTime:0,pseudoElement:0}),DT=ra(_T),zT=w({},_u,{clipboardData:function(n){return"clipboardData"in n?n.clipboardData:window.clipboardData}}),Hc=ra(zT),rS=w({},_u,{data:0}),Tv=ra(rS),uS={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},iS={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"},Cv={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function oS(n){var r=this.nativeEvent;return r.getModifierState?r.getModifierState(n):(n=Cv[n])?!!r[n]:!1}function Xr(){return oS}var Gi=w({},Uc,{key:function(n){if(n.key){var r=uS[n.key]||n.key;if(r!=="Unidentified")return r}return n.type==="keypress"?(n=Un(n),n===13?"Enter":String.fromCharCode(n)):n.type==="keydown"||n.type==="keyup"?iS[n.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Xr,charCode:function(n){return n.type==="keypress"?Un(n):0},keyCode:function(n){return n.type==="keydown"||n.type==="keyup"?n.keyCode:0},which:function(n){return n.type==="keypress"?Un(n):n.type==="keydown"||n.type==="keyup"?n.keyCode:0}}),Rl=ra(Gi),Ba=w({},Yi,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),jc=ra(Ba),Yd=w({},Uc,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Xr}),xv=ra(Yd),va=w({},_u,{propertyName:0,elapsedTime:0,pseudoElement:0}),sS=ra(va),Gd=w({},Yi,{deltaX:function(n){return"deltaX"in n?n.deltaX:"wheelDeltaX"in n?-n.wheelDeltaX:0},deltaY:function(n){return"deltaY"in n?n.deltaY:"wheelDeltaY"in n?-n.wheelDeltaY:"wheelDelta"in n?-n.wheelDelta:0},deltaZ:0,deltaMode:0}),Xi=ra(Gd),Av=w({},_u,{newState:0,oldState:0}),cS=ra(Av),fS=[9,13,27,32],Lc=Zl&&"CompositionEvent"in window,Vc=null;Zl&&"documentMode"in document&&(Vc=document.documentMode);var wv=Zl&&"TextEvent"in window&&!Vc,Kl=Zl&&(!Lc||Vc&&8<Vc&&11>=Vc),Ov=" ",Xd=!1;function kc(n,r){switch(n){case"keyup":return fS.indexOf(r.keyCode)!==-1;case"keydown":return r.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Du(n){return n=n.detail,typeof n=="object"&&"data"in n?n.data:null}var zu=!1;function Mv(n,r){switch(n){case"compositionend":return Du(r);case"keypress":return r.which!==32?null:(Xd=!0,Ov);case"textInput":return n=r.data,n===Ov&&Xd?null:n;default:return null}}function $i(n,r){if(zu)return n==="compositionend"||!Lc&&kc(n,r)?(n=gv(),Pi=ts=Gr=null,zu=!1,n):null;switch(n){case"paste":return null;case"keypress":if(!(r.ctrlKey||r.altKey||r.metaKey)||r.ctrlKey&&r.altKey){if(r.char&&1<r.char.length)return r.char;if(r.which)return String.fromCharCode(r.which)}return null;case"compositionend":return Kl&&r.locale!=="ko"?null:r.data;default:return null}}var dS={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 $d(n){var r=n&&n.nodeName&&n.nodeName.toLowerCase();return r==="input"?!!dS[n.type]:r==="textarea"}function Qd(n,r,i,c){Fo?Wo?Wo.push(c):Wo=[c]:Fo=c,r=js(r,"onChange"),0<r.length&&(i=new kd("onChange","change",null,i,c),n.push({event:i,listeners:r}))}var Tl=null,Cl=null;function qv(n){To(n,0)}function Jl(n){var r=Oc(n);if(Hi(r))return n}function _v(n,r){if(n==="change")return r}var Dv=!1;if(Zl){var Qi;if(Zl){var Zi="oninput"in document;if(!Zi){var zv=document.createElement("div");zv.setAttribute("oninput","return;"),Zi=typeof zv.oninput=="function"}Qi=Zi}else Qi=!1;Dv=Qi&&(!document.documentMode||9<document.documentMode)}function ns(){Tl&&(Tl.detachEvent("onpropertychange",Nv),Cl=Tl=null)}function Nv(n){if(n.propertyName==="value"&&Jl(Cl)){var r=[];Qd(r,Cl,n,Hd(n)),es(qv,r)}}function Zd(n,r,i){n==="focusin"?(ns(),Tl=r,Cl=i,Tl.attachEvent("onpropertychange",Nv)):n==="focusout"&&ns()}function Nu(n){if(n==="selectionchange"||n==="keyup"||n==="keydown")return Jl(Cl)}function $r(n,r){if(n==="click")return Jl(r)}function Uv(n,r){if(n==="input"||n==="change")return Jl(r)}function Bv(n,r){return n===r&&(n!==0||1/n===1/r)||n!==n&&r!==r}var Bn=typeof Object.is=="function"?Object.is:Bv;function Uu(n,r){if(Bn(n,r))return!0;if(typeof n!="object"||n===null||typeof r!="object"||r===null)return!1;var i=Object.keys(n),c=Object.keys(r);if(i.length!==c.length)return!1;for(c=0;c<i.length;c++){var h=i[c];if(!st.call(r,h)||!Bn(n[h],r[h]))return!1}return!0}function Bu(n){for(;n&&n.firstChild;)n=n.firstChild;return n}function kt(n,r){var i=Bu(n);n=0;for(var c;i;){if(i.nodeType===3){if(c=n+i.textContent.length,n<=r&&c>=r)return{node:i,offset:r-n};n=c}e:{for(;i;){if(i.nextSibling){i=i.nextSibling;break e}i=i.parentNode}i=void 0}i=Bu(i)}}function Pc(n,r){return n&&r?n===r?!0:n&&n.nodeType===3?!1:r&&r.nodeType===3?Pc(n,r.parentNode):"contains"in n?n.contains(r):n.compareDocumentPosition?!!(n.compareDocumentPosition(r)&16):!1:!1}function Hv(n){n=n!=null&&n.ownerDocument!=null&&n.ownerDocument.defaultView!=null?n.ownerDocument.defaultView:window;for(var r=Jo(n.document);r instanceof n.HTMLIFrameElement;){try{var i=typeof r.contentWindow.location.href=="string"}catch{i=!1}if(i)n=r.contentWindow;else break;r=Jo(n.document)}return r}function Yc(n){var r=n&&n.nodeName&&n.nodeName.toLowerCase();return r&&(r==="input"&&(n.type==="text"||n.type==="search"||n.type==="tel"||n.type==="url"||n.type==="password")||r==="textarea"||n.contentEditable==="true")}var Ki=Zl&&"documentMode"in document&&11>=document.documentMode,Il=null,xl=null,Hu=null,Ji=!1;function Kd(n,r,i){var c=i.window===i?i.document:i.nodeType===9?i:i.ownerDocument;Ji||Il==null||Il!==Jo(c)||(c=Il,"selectionStart"in c&&Yc(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}),Hu&&Uu(Hu,c)||(Hu=c,c=js(xl,"onSelect"),0<c.length&&(r=new kd("onSelect","select",null,r,i),n.push({event:r,listeners:c}),r.target=Il)))}function Qr(n,r){var i={};return i[n.toLowerCase()]=r.toLowerCase(),i["Webkit"+n]="webkit"+r,i["Moz"+n]="moz"+r,i}var Ii={animationend:Qr("Animation","AnimationEnd"),animationiteration:Qr("Animation","AnimationIteration"),animationstart:Qr("Animation","AnimationStart"),transitionrun:Qr("Transition","TransitionRun"),transitionstart:Qr("Transition","TransitionStart"),transitioncancel:Qr("Transition","TransitionCancel"),transitionend:Qr("Transition","TransitionEnd")},Wa={},Al={};Zl&&(Al=document.createElement("div").style,"AnimationEvent"in window||(delete Ii.animationend.animation,delete Ii.animationiteration.animation,delete Ii.animationstart.animation),"TransitionEvent"in window||delete Ii.transitionend.transition);function Fl(n){if(Wa[n])return Wa[n];if(!Ii[n])return n;var r=Ii[n],i;for(i in r)if(r.hasOwnProperty(i)&&i in Al)return Wa[n]=r[i];return n}var pS=Fl("animationend"),jv=Fl("animationiteration"),hS=Fl("animationstart"),Lv=Fl("transitionrun"),Jd=Fl("transitionstart"),mS=Fl("transitioncancel"),Vv=Fl("transitionend"),kv=new Map,as="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(" ");as.push("scrollEnd");function el(n,r){kv.set(n,r),wu(r,[n])}var Pv=new WeakMap;function Ha(n,r){if(typeof n=="object"&&n!==null){var i=Pv.get(n);return i!==void 0?i:(r={value:n,source:r,stack:hv(r)},Pv.set(n,r),r)}return{value:n,source:r,stack:hv(r)}}var ga=[],ju=0,Wl=0;function wl(){for(var n=ju,r=Wl=ju=0;r<n;){var i=ga[r];ga[r++]=null;var c=ga[r];ga[r++]=null;var h=ga[r];ga[r++]=null;var y=ga[r];if(ga[r++]=null,c!==null&&h!==null){var T=c.pending;T===null?h.next=h:(h.next=T.next,T.next=h),c.pending=h}y!==0&&rs(i,h,y)}}function Lu(n,r,i,c){ga[ju++]=n,ga[ju++]=r,ga[ju++]=i,ga[ju++]=c,Wl|=c,n.lanes|=c,n=n.alternate,n!==null&&(n.lanes|=c)}function ls(n,r,i,c){return Lu(n,r,i,c),Gc(n)}function er(n,r){return Lu(n,null,null,r),Gc(n)}function rs(n,r,i){n.lanes|=i;var c=n.alternate;c!==null&&(c.lanes|=i);for(var h=!1,y=n.return;y!==null;)y.childLanes|=i,c=y.alternate,c!==null&&(c.childLanes|=i),y.tag===22&&(n=y.stateNode,n===null||n._visibility&1||(h=!0)),n=y,y=y.return;return n.tag===3?(y=n.stateNode,h&&r!==null&&(h=31-Qn(i),n=y.hiddenUpdates,c=n[h],c===null?n[h]=[r]:c.push(r),r.lane=i|536870912),y):null}function Gc(n){if(50<Ds)throw Ds=0,Pg=null,Error(d(185));for(var r=n.return;r!==null;)n=r,r=n.return;return n.tag===3?n.stateNode:null}var us={};function yS(n,r,i,c){this.tag=n,this.key=i,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=r,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}function Sa(n,r,i,c){return new yS(n,r,i,c)}function Xc(n){return n=n.prototype,!(!n||!n.isReactComponent)}function Ol(n,r){var i=n.alternate;return i===null?(i=Sa(n.tag,r,n.key,n.mode),i.elementType=n.elementType,i.type=n.type,i.stateNode=n.stateNode,i.alternate=n,n.alternate=i):(i.pendingProps=r,i.type=n.type,i.flags=0,i.subtreeFlags=0,i.deletions=null),i.flags=n.flags&65011712,i.childLanes=n.childLanes,i.lanes=n.lanes,i.child=n.child,i.memoizedProps=n.memoizedProps,i.memoizedState=n.memoizedState,i.updateQueue=n.updateQueue,r=n.dependencies,i.dependencies=r===null?null:{lanes:r.lanes,firstContext:r.firstContext},i.sibling=n.sibling,i.index=n.index,i.ref=n.ref,i.refCleanup=n.refCleanup,i}function lt(n,r){n.flags&=65011714;var i=n.alternate;return i===null?(n.childLanes=0,n.lanes=r,n.child=null,n.subtreeFlags=0,n.memoizedProps=null,n.memoizedState=null,n.updateQueue=null,n.dependencies=null,n.stateNode=null):(n.childLanes=i.childLanes,n.lanes=i.lanes,n.child=i.child,n.subtreeFlags=0,n.deletions=null,n.memoizedProps=i.memoizedProps,n.memoizedState=i.memoizedState,n.updateQueue=i.updateQueue,n.type=i.type,r=i.dependencies,n.dependencies=r===null?null:{lanes:r.lanes,firstContext:r.firstContext}),n}function Te(n,r,i,c,h,y){var T=0;if(c=n,typeof n=="function")Xc(n)&&(T=1);else if(typeof n=="string")T=JS(n,i,Ge.current)?26:n==="html"||n==="head"||n==="body"?27:5;else e:switch(n){case te:return n=Sa(31,i,r,h),n.elementType=te,n.lanes=y,n;case N:return tl(i.children,h,y,r);case k:T=8,h|=24;break;case ue:return n=Sa(12,i,r,h|2),n.elementType=ue,n.lanes=y,n;case ne:return n=Sa(13,i,r,h),n.elementType=ne,n.lanes=y,n;case j:return n=Sa(19,i,r,h),n.elementType=j,n.lanes=y,n;default:if(typeof n=="object"&&n!==null)switch(n.$$typeof){case q:case K:T=10;break e;case J:T=9;break e;case ie:T=11;break e;case B:T=14;break e;case X:T=16,c=null;break e}T=29,i=Error(d(130,n===null?"null":typeof n,"")),c=null}return r=Sa(T,i,r,h),r.elementType=n,r.type=c,r.lanes=y,r}function tl(n,r,i,c){return n=Sa(7,n,c,r),n.lanes=i,n}function is(n,r,i){return n=Sa(6,n,null,r),n.lanes=i,n}function Ft(n,r,i){return r=Sa(4,n.children!==null?n.children:[],n.key,r),r.lanes=i,r.stateNode={containerInfo:n.containerInfo,pendingChildren:null,implementation:n.implementation},r}var Vu=[],ku=0,$c=null,os=0,nl=[],Ea=0,Zr=null,Ml=1,nn="";function ht(n,r){Vu[ku++]=os,Vu[ku++]=$c,$c=n,os=r}function Id(n,r,i){nl[Ea++]=Ml,nl[Ea++]=nn,nl[Ea++]=Zr,Zr=n;var c=Ml;n=nn;var h=32-Qn(c)-1;c&=~(1<<h),i+=1;var y=32-Qn(r)+h;if(30<y){var T=h-h%5;y=(c&(1<<T)-1).toString(32),c>>=T,h-=T,Ml=1<<32-Qn(r)+h|i<<h|c,nn=y+n}else Ml=1<<y|i<<h|c,nn=n}function Fi(n){n.return!==null&&(ht(n,1),Id(n,1,0))}function tr(n){for(;n===$c;)$c=Vu[--ku],Vu[ku]=null,os=Vu[--ku],Vu[ku]=null;for(;n===Zr;)Zr=nl[--Ea],nl[Ea]=null,nn=nl[--Ea],nl[Ea]=null,Ml=nl[--Ea],nl[Ea]=null}var fn=null,St=null,gt=!1,al=null,ll=!1,Wi=Error(d(519));function Kr(n){var r=Error(d(418,""));throw fs(Ha(r,n)),Wi}function Qc(n){var r=n.stateNode,i=n.type,c=n.memoizedProps;switch(r[xn]=n,r[aa]=c,i){case"dialog":Fe("cancel",r),Fe("close",r);break;case"iframe":case"object":case"embed":Fe("load",r);break;case"video":case"audio":for(i=0;i<zf.length;i++)Fe(zf[i],r);break;case"source":Fe("error",r);break;case"img":case"image":case"link":Fe("error",r),Fe("load",r);break;case"details":Fe("toggle",r);break;case"input":Fe("invalid",r),Ud(r,c.value,c.defaultValue,c.checked,c.defaultChecked,c.type,c.name,!0),qu(r);break;case"select":Fe("invalid",r);break;case"textarea":Fe("invalid",r),bv(r,c.value,c.defaultValue,c.children),qu(r)}i=c.children,typeof i!="string"&&typeof i!="number"&&typeof i!="bigint"||r.textContent===""+i||c.suppressHydrationWarning===!0||n0(r.textContent,i)?(c.popover!=null&&(Fe("beforetoggle",r),Fe("toggle",r)),c.onScroll!=null&&Fe("scroll",r),c.onScrollEnd!=null&&Fe("scrollend",r),c.onClick!=null&&(r.onclick=ih),r=!0):r=!1,r||Kr(n)}function Yv(n){for(fn=n.return;fn;)switch(fn.tag){case 5:case 13:ll=!1;return;case 27:case 3:ll=!0;return;default:fn=fn.return}}function ss(n){if(n!==fn)return!1;if(!gt)return Yv(n),gt=!0,!1;var r=n.tag,i;if((i=r!==3&&r!==27)&&((i=r===5)&&(i=n.type,i=!(i!=="form"&&i!=="button")||Er(n.type,n.memoizedProps)),i=!i),i&&St&&Kr(n),Yv(n),r===13){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(d(317));e:{for(n=n.nextSibling,r=0;n;){if(n.nodeType===8)if(i=n.data,i==="/$"){if(r===0){St=Ul(n.nextSibling);break e}r--}else i!=="$"&&i!=="$!"&&i!=="$?"||r++;n=n.nextSibling}St=null}}else r===27?(r=St,ri(n.type)?(n=ui,ui=null,St=n):St=r):St=fn?Ul(n.stateNode.nextSibling):null;return!0}function cs(){St=fn=null,gt=!1}function Gv(){var n=al;return n!==null&&(wa===null?wa=n:wa.push.apply(wa,n),al=null),n}function fs(n){al===null?al=[n]:al.push(n)}var Zc=_e(null),Jr=null,ql=null;function Ir(n,r,i){Re(Zc,r._currentValue),r._currentValue=i}function nr(n){n._currentValue=Zc.current,Oe(Zc)}function Fd(n,r,i){for(;n!==null;){var c=n.alternate;if((n.childLanes&r)!==r?(n.childLanes|=r,c!==null&&(c.childLanes|=r)):c!==null&&(c.childLanes&r)!==r&&(c.childLanes|=r),n===i)break;n=n.return}}function Xv(n,r,i,c){var h=n.child;for(h!==null&&(h.return=n);h!==null;){var y=h.dependencies;if(y!==null){var T=h.child;y=y.firstContext;e:for(;y!==null;){var O=y;y=h;for(var H=0;H<r.length;H++)if(O.context===r[H]){y.lanes|=i,O=y.alternate,O!==null&&(O.lanes|=i),Fd(y.return,i,n),c||(T=null);break e}y=O.next}}else if(h.tag===18){if(T=h.return,T===null)throw Error(d(341));T.lanes|=i,y=T.alternate,y!==null&&(y.lanes|=i),Fd(T,i,n),T=null}else T=h.child;if(T!==null)T.return=h;else for(T=h;T!==null;){if(T===n){T=null;break}if(h=T.sibling,h!==null){h.return=T.return,T=h;break}T=T.return}h=T}}function ds(n,r,i,c){n=null;for(var h=r,y=!1;h!==null;){if(!y){if((h.flags&524288)!==0)y=!0;else if((h.flags&262144)!==0)break}if(h.tag===10){var T=h.alternate;if(T===null)throw Error(d(387));if(T=T.memoizedProps,T!==null){var O=h.type;Bn(h.pendingProps.value,T.value)||(n!==null?n.push(O):n=[O])}}else if(h===ba.current){if(T=h.alternate,T===null)throw Error(d(387));T.memoizedState.memoizedState!==h.memoizedState.memoizedState&&(n!==null?n.push(_a):n=[_a])}h=h.return}n!==null&&Xv(r,n,i,c),r.flags|=262144}function Kc(n){for(n=n.firstContext;n!==null;){if(!Bn(n.context._currentValue,n.memoizedValue))return!0;n=n.next}return!1}function Pu(n){Jr=n,ql=null,n=n.dependencies,n!==null&&(n.firstContext=null)}function An(n){return $v(Jr,n)}function Jc(n,r){return Jr===null&&Pu(n),$v(n,r)}function $v(n,r){var i=r._currentValue;if(r={context:r,memoizedValue:i,next:null},ql===null){if(n===null)throw Error(d(308));ql=r,n.dependencies={lanes:0,firstContext:r},n.flags|=524288}else ql=ql.next=r;return i}var ps=typeof AbortController<"u"?AbortController:function(){var n=[],r=this.signal={aborted:!1,addEventListener:function(i,c){n.push(c)}};this.abort=function(){r.aborted=!0,n.forEach(function(i){return i()})}},Wd=a.unstable_scheduleCallback,bS=a.unstable_NormalPriority,vn={$$typeof:K,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function hs(){return{controller:new ps,data:new Map,refCount:0}}function ar(n){n.refCount--,n.refCount===0&&Wd(bS,function(){n.controller.abort()})}var Yu=null,Ic=0,rl=0,gn=null;function ep(n,r){if(Yu===null){var i=Yu=[];Ic=0,rl=Ro(),gn={status:"pending",value:void 0,then:function(c){i.push(c)}}}return Ic++,r.then(tp,tp),r}function tp(){if(--Ic===0&&Yu!==null){gn!==null&&(gn.status="fulfilled");var n=Yu;Yu=null,rl=0,gn=null;for(var r=0;r<n.length;r++)(0,n[r])()}}function vS(n,r){var i=[],c={status:"pending",value:null,reason:null,then:function(h){i.push(h)}};return n.then(function(){c.status="fulfilled",c.value=r;for(var h=0;h<i.length;h++)(0,i[h])(r)},function(h){for(c.status="rejected",c.reason=h,h=0;h<i.length;h++)(0,i[h])(void 0)}),c}var np=P.S;P.S=function(n,r){typeof r=="object"&&r!==null&&typeof r.then=="function"&&ep(n,r),np!==null&&np(n,r)};var lr=_e(null);function Fc(){var n=lr.current;return n!==null?n:Bt.pooledCache}function eo(n,r){r===null?Re(lr,lr.current):Re(lr,r.pool)}function ap(){var n=Fc();return n===null?null:{parent:vn._currentValue,pool:n}}var Gu=Error(d(460)),lp=Error(d(474)),Wc=Error(d(542)),rp={then:function(){}};function up(n){return n=n.status,n==="fulfilled"||n==="rejected"}function ef(){}function Qv(n,r,i){switch(i=n[i],i===void 0?n.push(r):i!==r&&(r.then(ef,ef),r=i),r.status){case"fulfilled":return r.value;case"rejected":throw n=r.reason,Kv(n),n;default:if(typeof r.status=="string")r.then(ef,ef);else{if(n=Bt,n!==null&&100<n.shellSuspendCounter)throw Error(d(482));n=r,n.status="pending",n.then(function(c){if(r.status==="pending"){var h=r;h.status="fulfilled",h.value=c}},function(c){if(r.status==="pending"){var h=r;h.status="rejected",h.reason=c}})}switch(r.status){case"fulfilled":return r.value;case"rejected":throw n=r.reason,Kv(n),n}throw to=r,Gu}}var to=null;function Zv(){if(to===null)throw Error(d(459));var n=to;return to=null,n}function Kv(n){if(n===Gu||n===Wc)throw Error(d(483))}var rr=!1;function ip(n){n.updateQueue={baseState:n.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function op(n,r){n=n.updateQueue,r.updateQueue===n&&(r.updateQueue={baseState:n.baseState,firstBaseUpdate:n.firstBaseUpdate,lastBaseUpdate:n.lastBaseUpdate,shared:n.shared,callbacks:null})}function Ra(n){return{lane:n,tag:0,payload:null,callback:null,next:null}}function ur(n,r,i){var c=n.updateQueue;if(c===null)return null;if(c=c.shared,(At&2)!==0){var h=c.pending;return h===null?r.next=r:(r.next=h.next,h.next=r),c.pending=r,r=Gc(n),rs(n,null,i),r}return Lu(n,c,r,i),Gc(n)}function no(n,r,i){if(r=r.updateQueue,r!==null&&(r=r.shared,(i&4194048)!==0)){var c=r.lanes;c&=n.pendingLanes,i|=c,r.lanes=i,zi(n,i)}}function Jv(n,r){var i=n.updateQueue,c=n.alternate;if(c!==null&&(c=c.updateQueue,i===c)){var h=null,y=null;if(i=i.firstBaseUpdate,i!==null){do{var T={lane:i.lane,tag:i.tag,payload:i.payload,callback:null,next:null};y===null?h=y=T:y=y.next=T,i=i.next}while(i!==null);y===null?h=y=r:y=y.next=r}else h=y=r;i={baseState:c.baseState,firstBaseUpdate:h,lastBaseUpdate:y,shared:c.shared,callbacks:c.callbacks},n.updateQueue=i;return}n=i.lastBaseUpdate,n===null?i.firstBaseUpdate=r:n.next=r,i.lastBaseUpdate=r}var Iv=!1;function ms(){if(Iv){var n=gn;if(n!==null)throw n}}function Fr(n,r,i,c){Iv=!1;var h=n.updateQueue;rr=!1;var y=h.firstBaseUpdate,T=h.lastBaseUpdate,O=h.shared.pending;if(O!==null){h.shared.pending=null;var H=O,W=H.next;H.next=null,T===null?y=W:T.next=W,T=H;var ye=n.alternate;ye!==null&&(ye=ye.updateQueue,O=ye.lastBaseUpdate,O!==T&&(O===null?ye.firstBaseUpdate=W:O.next=W,ye.lastBaseUpdate=H))}if(y!==null){var ve=h.baseState;T=0,ye=W=H=null,O=y;do{var ae=O.lane&-536870913,re=ae!==O.lane;if(re?(ft&ae)===ae:(c&ae)===ae){ae!==0&&ae===rl&&(Iv=!0),ye!==null&&(ye=ye.next={lane:0,tag:O.tag,payload:O.payload,callback:null,next:null});e:{var Ve=n,ke=O;ae=r;var Rt=i;switch(ke.tag){case 1:if(Ve=ke.payload,typeof Ve=="function"){ve=Ve.call(Rt,ve,ae);break e}ve=Ve;break e;case 3:Ve.flags=Ve.flags&-65537|128;case 0:if(Ve=ke.payload,ae=typeof Ve=="function"?Ve.call(Rt,ve,ae):Ve,ae==null)break e;ve=w({},ve,ae);break e;case 2:rr=!0}}ae=O.callback,ae!==null&&(n.flags|=64,re&&(n.flags|=8192),re=h.callbacks,re===null?h.callbacks=[ae]:re.push(ae))}else re={lane:ae,tag:O.tag,payload:O.payload,callback:O.callback,next:null},ye===null?(W=ye=re,H=ve):ye=ye.next=re,T|=ae;if(O=O.next,O===null){if(O=h.shared.pending,O===null)break;re=O,O=re.next,re.next=null,h.lastBaseUpdate=re,h.shared.pending=null}}while(!0);ye===null&&(H=ve),h.baseState=H,h.firstBaseUpdate=W,h.lastBaseUpdate=ye,y===null&&(h.shared.lanes=0),ru|=T,n.lanes=T,n.memoizedState=ve}}function sp(n,r){if(typeof n!="function")throw Error(d(191,n));n.call(r)}function tf(n,r){var i=n.callbacks;if(i!==null)for(n.callbacks=null,n=0;n<i.length;n++)sp(i[n],r)}var ao=_e(null),nf=_e(0);function wn(n,r){n=lu,Re(nf,n),Re(ao,r),lu=n|r.baseLanes}function ys(){Re(nf,lu),Re(ao,ao.current)}function bs(){lu=nf.current,Oe(ao),Oe(nf)}var ul=0,Ie=null,xt=null,Wt=null,af=!1,ja=!1,Xu=!1,_l=0,La=0,Wr=null,Fv=0;function en(){throw Error(d(321))}function cp(n,r){if(r===null)return!1;for(var i=0;i<r.length&&i<n.length;i++)if(!Bn(n[i],r[i]))return!1;return!0}function fp(n,r,i,c,h,y){return ul=y,Ie=r,r.memoizedState=null,r.updateQueue=null,r.lanes=0,P.H=n===null||n.memoizedState===null?pg:hg,Xu=!1,y=i(c,h),Xu=!1,ja&&(y=Wv(r,i,c,h)),$u(n),y}function $u(n){P.H=Op;var r=xt!==null&&xt.next!==null;if(ul=0,Wt=xt=Ie=null,af=!1,La=0,Wr=null,r)throw Error(d(300));n===null||Sn||(n=n.dependencies,n!==null&&Kc(n)&&(Sn=!0))}function Wv(n,r,i,c){Ie=n;var h=0;do{if(ja&&(Wr=null),La=0,ja=!1,25<=h)throw Error(d(301));if(h+=1,Wt=xt=null,n.updateQueue!=null){var y=n.updateQueue;y.lastEffect=null,y.events=null,y.stores=null,y.memoCache!=null&&(y.memoCache.index=0)}P.H=eu,y=r(i,c)}while(ja);return y}function gS(){var n=P.H,r=n.useState()[0];return r=typeof r.then=="function"?rf(r):r,n=n.useState()[0],(xt!==null?xt.memoizedState:null)!==n&&(Ie.flags|=1024),r}function dp(){var n=_l!==0;return _l=0,n}function vs(n,r,i){r.updateQueue=n.updateQueue,r.flags&=-2053,n.lanes&=~i}function pp(n){if(af){for(n=n.memoizedState;n!==null;){var r=n.queue;r!==null&&(r.pending=null),n=n.next}af=!1}ul=0,Wt=xt=Ie=null,ja=!1,La=_l=0,Wr=null}function Kn(){var n={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Wt===null?Ie.memoizedState=Wt=n:Wt=Wt.next=n,Wt}function an(){if(xt===null){var n=Ie.alternate;n=n!==null?n.memoizedState:null}else n=xt.next;var r=Wt===null?Ie.memoizedState:Wt.next;if(r!==null)Wt=r,xt=n;else{if(n===null)throw Ie.alternate===null?Error(d(467)):Error(d(310));xt=n,n={memoizedState:xt.memoizedState,baseState:xt.baseState,baseQueue:xt.baseQueue,queue:xt.queue,next:null},Wt===null?Ie.memoizedState=Wt=n:Wt=Wt.next=n}return Wt}function lf(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function rf(n){var r=La;return La+=1,Wr===null&&(Wr=[]),n=Qv(Wr,n,r),r=Ie,(Wt===null?r.memoizedState:Wt.next)===null&&(r=r.alternate,P.H=r===null||r.memoizedState===null?pg:hg),n}function hn(n){if(n!==null&&typeof n=="object"){if(typeof n.then=="function")return rf(n);if(n.$$typeof===K)return An(n)}throw Error(d(438,String(n)))}function hp(n){var r=null,i=Ie.updateQueue;if(i!==null&&(r=i.memoCache),r==null){var c=Ie.alternate;c!==null&&(c=c.updateQueue,c!==null&&(c=c.memoCache,c!=null&&(r={data:c.data.map(function(h){return h.slice()}),index:0})))}if(r==null&&(r={data:[],index:0}),i===null&&(i=lf(),Ie.updateQueue=i),i.memoCache=r,i=r.data[r.index],i===void 0)for(i=r.data[r.index]=Array(n),c=0;c<n;c++)i[c]=Ee;return r.index++,i}function ir(n,r){return typeof r=="function"?r(n):r}function uf(n){var r=an();return mp(r,xt,n)}function mp(n,r,i){var c=n.queue;if(c===null)throw Error(d(311));c.lastRenderedReducer=i;var h=n.baseQueue,y=c.pending;if(y!==null){if(h!==null){var T=h.next;h.next=y.next,y.next=T}r.baseQueue=h=y,c.pending=null}if(y=n.baseState,h===null)n.memoizedState=y;else{r=h.next;var O=T=null,H=null,W=r,ye=!1;do{var ve=W.lane&-536870913;if(ve!==W.lane?(ft&ve)===ve:(ul&ve)===ve){var ae=W.revertLane;if(ae===0)H!==null&&(H=H.next={lane:0,revertLane:0,action:W.action,hasEagerState:W.hasEagerState,eagerState:W.eagerState,next:null}),ve===rl&&(ye=!0);else if((ul&ae)===ae){W=W.next,ae===rl&&(ye=!0);continue}else ve={lane:0,revertLane:W.revertLane,action:W.action,hasEagerState:W.hasEagerState,eagerState:W.eagerState,next:null},H===null?(O=H=ve,T=y):H=H.next=ve,Ie.lanes|=ae,ru|=ae;ve=W.action,Xu&&i(y,ve),y=W.hasEagerState?W.eagerState:i(y,ve)}else ae={lane:ve,revertLane:W.revertLane,action:W.action,hasEagerState:W.hasEagerState,eagerState:W.eagerState,next:null},H===null?(O=H=ae,T=y):H=H.next=ae,Ie.lanes|=ve,ru|=ve;W=W.next}while(W!==null&&W!==r);if(H===null?T=y:H.next=O,!Bn(y,n.memoizedState)&&(Sn=!0,ye&&(i=gn,i!==null)))throw i;n.memoizedState=y,n.baseState=T,n.baseQueue=H,c.lastRenderedState=y}return h===null&&(c.lanes=0),[n.memoizedState,c.dispatch]}function yp(n){var r=an(),i=r.queue;if(i===null)throw Error(d(311));i.lastRenderedReducer=n;var c=i.dispatch,h=i.pending,y=r.memoizedState;if(h!==null){i.pending=null;var T=h=h.next;do y=n(y,T.action),T=T.next;while(T!==h);Bn(y,r.memoizedState)||(Sn=!0),r.memoizedState=y,r.baseQueue===null&&(r.baseState=y),i.lastRenderedState=y}return[y,c]}function of(n,r,i){var c=Ie,h=an(),y=gt;if(y){if(i===void 0)throw Error(d(407));i=i()}else i=r();var T=!Bn((xt||h).memoizedState,i);T&&(h.memoizedState=i,Sn=!0),h=h.queue;var O=tg.bind(null,c,h,n);if(zt(2048,8,O,[n]),h.getSnapshot!==r||T||Wt!==null&&Wt.memoizedState.tag&1){if(c.flags|=2048,Ta(9,ff(),eg.bind(null,c,h,i,r),null),Bt===null)throw Error(d(349));y||(ul&124)!==0||bp(c,r,i)}return i}function bp(n,r,i){n.flags|=16384,n={getSnapshot:r,value:i},r=Ie.updateQueue,r===null?(r=lf(),Ie.updateQueue=r,r.stores=[n]):(i=r.stores,i===null?r.stores=[n]:i.push(n))}function eg(n,r,i,c){r.value=i,r.getSnapshot=c,ng(r)&&vp(n)}function tg(n,r,i){return i(function(){ng(r)&&vp(n)})}function ng(n){var r=n.getSnapshot;n=n.value;try{var i=r();return!Bn(n,i)}catch{return!0}}function vp(n){var r=er(n,2);r!==null&&Pa(r,n,2)}function sf(n){var r=Kn();if(typeof n=="function"){var i=n;if(n=i(),Xu){Sl(!0);try{i()}finally{Sl(!1)}}}return r.memoizedState=r.baseState=n,r.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:ir,lastRenderedState:n},r}function gp(n,r,i,c){return n.baseState=i,mp(n,xt,typeof c=="function"?c:ir)}function SS(n,r,i,c,h){if(io(n))throw Error(d(485));if(n=r.action,n!==null){var y={payload:h,action:n,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(T){y.listeners.push(T)}};P.T!==null?i(!0):y.isTransition=!1,c(y),i=r.pending,i===null?(y.next=r.pending=y,Sp(r,y)):(y.next=i.next,r.pending=i.next=y)}}function Sp(n,r){var i=r.action,c=r.payload,h=n.state;if(r.isTransition){var y=P.T,T={};P.T=T;try{var O=i(h,c),H=P.S;H!==null&&H(T,O),cf(n,r,O)}catch(W){Rp(n,r,W)}finally{P.T=y}}else try{y=i(h,c),cf(n,r,y)}catch(W){Rp(n,r,W)}}function cf(n,r,i){i!==null&&typeof i=="object"&&typeof i.then=="function"?i.then(function(c){Ep(n,r,c)},function(c){return Rp(n,r,c)}):Ep(n,r,i)}function Ep(n,r,i){r.status="fulfilled",r.value=i,ag(r),n.state=i,r=n.pending,r!==null&&(i=r.next,i===r?n.pending=null:(i=i.next,r.next=i,Sp(n,i)))}function Rp(n,r,i){var c=n.pending;if(n.pending=null,c!==null){c=c.next;do r.status="rejected",r.reason=i,ag(r),r=r.next;while(r!==c)}n.action=null}function ag(n){n=n.listeners;for(var r=0;r<n.length;r++)(0,n[r])()}function Tp(n,r){return r}function lg(n,r){if(gt){var i=Bt.formState;if(i!==null){e:{var c=Ie;if(gt){if(St){t:{for(var h=St,y=ll;h.nodeType!==8;){if(!y){h=null;break t}if(h=Ul(h.nextSibling),h===null){h=null;break t}}y=h.data,h=y==="F!"||y==="F"?h:null}if(h){St=Ul(h.nextSibling),c=h.data==="F!";break e}}Kr(c)}c=!1}c&&(r=i[0])}}return i=Kn(),i.memoizedState=i.baseState=r,c={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Tp,lastRenderedState:r},i.queue=c,i=fg.bind(null,Ie,c),c.dispatch=i,c=sf(!1),y=hf.bind(null,Ie,!1,c.queue),c=Kn(),h={state:r,dispatch:null,action:n,pending:null},c.queue=h,i=SS.bind(null,Ie,h,y,i),h.dispatch=i,c.memoizedState=n,[r,i,!1]}function or(n){var r=an();return Cp(r,xt,n)}function Cp(n,r,i){if(r=mp(n,r,Tp)[0],n=uf(ir)[0],typeof r=="object"&&r!==null&&typeof r.then=="function")try{var c=rf(r)}catch(T){throw T===Gu?Wc:T}else c=r;r=an();var h=r.queue,y=h.dispatch;return i!==r.memoizedState&&(Ie.flags|=2048,Ta(9,ff(),NT.bind(null,h,i),null)),[c,y,n]}function NT(n,r){n.action=r}function xp(n){var r=an(),i=xt;if(i!==null)return Cp(r,i,n);an(),r=r.memoizedState,i=an();var c=i.queue.dispatch;return i.memoizedState=n,[r,c,!1]}function Ta(n,r,i,c){return n={tag:n,create:i,deps:c,inst:r,next:null},r=Ie.updateQueue,r===null&&(r=lf(),Ie.updateQueue=r),i=r.lastEffect,i===null?r.lastEffect=n.next=n:(c=i.next,i.next=n,n.next=c,r.lastEffect=n),n}function ff(){return{destroy:void 0,resource:void 0}}function df(){return an().memoizedState}function Qu(n,r,i,c){var h=Kn();c=c===void 0?null:c,Ie.flags|=n,h.memoizedState=Ta(1|r,ff(),i,c)}function zt(n,r,i,c){var h=an();c=c===void 0?null:c;var y=h.memoizedState.inst;xt!==null&&c!==null&&cp(c,xt.memoizedState.deps)?h.memoizedState=Ta(r,y,i,c):(Ie.flags|=n,h.memoizedState=Ta(1|r,y,i,c))}function ES(n,r){Qu(8390656,8,n,r)}function RS(n,r){zt(2048,8,n,r)}function rg(n,r){return zt(4,2,n,r)}function Dl(n,r){return zt(4,4,n,r)}function ug(n,r){if(typeof r=="function"){n=n();var i=r(n);return function(){typeof i=="function"?i():r(null)}}if(r!=null)return n=n(),r.current=n,function(){r.current=null}}function Ap(n,r,i){i=i!=null?i.concat([n]):null,zt(4,4,ug.bind(null,r,n),i)}function lo(){}function ro(n,r){var i=an();r=r===void 0?null:r;var c=i.memoizedState;return r!==null&&cp(r,c[1])?c[0]:(i.memoizedState=[n,r],n)}function ig(n,r){var i=an();r=r===void 0?null:r;var c=i.memoizedState;if(r!==null&&cp(r,c[1]))return c[0];if(c=n(),Xu){Sl(!0);try{n()}finally{Sl(!1)}}return i.memoizedState=[c,r],c}function pf(n,r,i){return i===void 0||(ul&1073741824)!==0?n.memoizedState=r:(n.memoizedState=i,n=Yg(),Ie.lanes|=n,ru|=n,i)}function og(n,r,i,c){return Bn(i,r)?i:ao.current!==null?(n=pf(n,i,c),Bn(n,r)||(Sn=!0),n):(ul&42)===0?(Sn=!0,n.memoizedState=i):(n=Yg(),Ie.lanes|=n,ru|=n,r)}function TS(n,r,i,c,h){var y=se.p;se.p=y!==0&&8>y?y:8;var T=P.T,O={};P.T=O,hf(n,!1,r,i);try{var H=h(),W=P.S;if(W!==null&&W(O,H),H!==null&&typeof H=="object"&&typeof H.then=="function"){var ye=vS(H,c);uo(n,r,ye,ka(n))}else uo(n,r,c,ka(n))}catch(ve){uo(n,r,{then:function(){},status:"rejected",reason:ve},ka())}finally{se.p=y,P.T=T}}function UT(){}function wp(n,r,i,c){if(n.tag!==5)throw Error(d(476));var h=CS(n).queue;TS(n,h,r,ge,i===null?UT:function(){return gs(n),i(c)})}function CS(n){var r=n.memoizedState;if(r!==null)return r;r={memoizedState:ge,baseState:ge,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:ir,lastRenderedState:ge},next:null};var i={};return r.next={memoizedState:i,baseState:i,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:ir,lastRenderedState:i},next:null},n.memoizedState=r,n=n.alternate,n!==null&&(n.memoizedState=r),r}function gs(n){var r=CS(n).next.queue;uo(n,r,{},ka())}function il(){return An(_a)}function sg(){return an().memoizedState}function xS(){return an().memoizedState}function AS(n){for(var r=n.return;r!==null;){switch(r.tag){case 24:case 3:var i=ka();n=Ra(i);var c=ur(r,n,i);c!==null&&(Pa(c,r,i),no(c,r,i)),r={cache:hs()},n.payload=r;return}r=r.return}}function cg(n,r,i){var c=ka();i={lane:c,revertLane:0,action:i,hasEagerState:!1,eagerState:null,next:null},io(n)?wS(r,i):(i=ls(n,r,i,c),i!==null&&(Pa(i,n,c),dg(i,r,c)))}function fg(n,r,i){var c=ka();uo(n,r,i,c)}function uo(n,r,i,c){var h={lane:c,revertLane:0,action:i,hasEagerState:!1,eagerState:null,next:null};if(io(n))wS(r,h);else{var y=n.alternate;if(n.lanes===0&&(y===null||y.lanes===0)&&(y=r.lastRenderedReducer,y!==null))try{var T=r.lastRenderedState,O=y(T,i);if(h.hasEagerState=!0,h.eagerState=O,Bn(O,T))return Lu(n,r,h,0),Bt===null&&wl(),!1}catch{}finally{}if(i=ls(n,r,h,c),i!==null)return Pa(i,n,c),dg(i,r,c),!0}return!1}function hf(n,r,i,c){if(c={lane:2,revertLane:Ro(),action:c,hasEagerState:!1,eagerState:null,next:null},io(n)){if(r)throw Error(d(479))}else r=ls(n,i,c,2),r!==null&&Pa(r,n,2)}function io(n){var r=n.alternate;return n===Ie||r!==null&&r===Ie}function wS(n,r){ja=af=!0;var i=n.pending;i===null?r.next=r:(r.next=i.next,i.next=r),n.pending=r}function dg(n,r,i){if((i&4194048)!==0){var c=r.lanes;c&=n.pendingLanes,i|=c,r.lanes=i,zi(n,i)}}var Op={readContext:An,use:hn,useCallback:en,useContext:en,useEffect:en,useImperativeHandle:en,useLayoutEffect:en,useInsertionEffect:en,useMemo:en,useReducer:en,useRef:en,useState:en,useDebugValue:en,useDeferredValue:en,useTransition:en,useSyncExternalStore:en,useId:en,useHostTransitionStatus:en,useFormState:en,useActionState:en,useOptimistic:en,useMemoCache:en,useCacheRefresh:en},pg={readContext:An,use:hn,useCallback:function(n,r){return Kn().memoizedState=[n,r===void 0?null:r],n},useContext:An,useEffect:ES,useImperativeHandle:function(n,r,i){i=i!=null?i.concat([n]):null,Qu(4194308,4,ug.bind(null,r,n),i)},useLayoutEffect:function(n,r){return Qu(4194308,4,n,r)},useInsertionEffect:function(n,r){Qu(4,2,n,r)},useMemo:function(n,r){var i=Kn();r=r===void 0?null:r;var c=n();if(Xu){Sl(!0);try{n()}finally{Sl(!1)}}return i.memoizedState=[c,r],c},useReducer:function(n,r,i){var c=Kn();if(i!==void 0){var h=i(r);if(Xu){Sl(!0);try{i(r)}finally{Sl(!1)}}}else h=r;return c.memoizedState=c.baseState=h,n={pending:null,lanes:0,dispatch:null,lastRenderedReducer:n,lastRenderedState:h},c.queue=n,n=n.dispatch=cg.bind(null,Ie,n),[c.memoizedState,n]},useRef:function(n){var r=Kn();return n={current:n},r.memoizedState=n},useState:function(n){n=sf(n);var r=n.queue,i=fg.bind(null,Ie,r);return r.dispatch=i,[n.memoizedState,i]},useDebugValue:lo,useDeferredValue:function(n,r){var i=Kn();return pf(i,n,r)},useTransition:function(){var n=sf(!1);return n=TS.bind(null,Ie,n.queue,!0,!1),Kn().memoizedState=n,[!1,n]},useSyncExternalStore:function(n,r,i){var c=Ie,h=Kn();if(gt){if(i===void 0)throw Error(d(407));i=i()}else{if(i=r(),Bt===null)throw Error(d(349));(ft&124)!==0||bp(c,r,i)}h.memoizedState=i;var y={value:i,getSnapshot:r};return h.queue=y,ES(tg.bind(null,c,y,n),[n]),c.flags|=2048,Ta(9,ff(),eg.bind(null,c,y,i,r),null),i},useId:function(){var n=Kn(),r=Bt.identifierPrefix;if(gt){var i=nn,c=Ml;i=(c&~(1<<32-Qn(c)-1)).toString(32)+i,r="«"+r+"R"+i,i=_l++,0<i&&(r+="H"+i.toString(32)),r+="»"}else i=Fv++,r="«"+r+"r"+i.toString(32)+"»";return n.memoizedState=r},useHostTransitionStatus:il,useFormState:lg,useActionState:lg,useOptimistic:function(n){var r=Kn();r.memoizedState=r.baseState=n;var i={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return r.queue=i,r=hf.bind(null,Ie,!0,i),i.dispatch=r,[n,r]},useMemoCache:hp,useCacheRefresh:function(){return Kn().memoizedState=AS.bind(null,Ie)}},hg={readContext:An,use:hn,useCallback:ro,useContext:An,useEffect:RS,useImperativeHandle:Ap,useInsertionEffect:rg,useLayoutEffect:Dl,useMemo:ig,useReducer:uf,useRef:df,useState:function(){return uf(ir)},useDebugValue:lo,useDeferredValue:function(n,r){var i=an();return og(i,xt.memoizedState,n,r)},useTransition:function(){var n=uf(ir)[0],r=an().memoizedState;return[typeof n=="boolean"?n:rf(n),r]},useSyncExternalStore:of,useId:sg,useHostTransitionStatus:il,useFormState:or,useActionState:or,useOptimistic:function(n,r){var i=an();return gp(i,xt,n,r)},useMemoCache:hp,useCacheRefresh:xS},eu={readContext:An,use:hn,useCallback:ro,useContext:An,useEffect:RS,useImperativeHandle:Ap,useInsertionEffect:rg,useLayoutEffect:Dl,useMemo:ig,useReducer:yp,useRef:df,useState:function(){return yp(ir)},useDebugValue:lo,useDeferredValue:function(n,r){var i=an();return xt===null?pf(i,n,r):og(i,xt.memoizedState,n,r)},useTransition:function(){var n=yp(ir)[0],r=an().memoizedState;return[typeof n=="boolean"?n:rf(n),r]},useSyncExternalStore:of,useId:sg,useHostTransitionStatus:il,useFormState:xp,useActionState:xp,useOptimistic:function(n,r){var i=an();return xt!==null?gp(i,xt,n,r):(i.baseState=n,[n,i.queue.dispatch])},useMemoCache:hp,useCacheRefresh:xS},oo=null,Ss=0;function Mp(n){var r=Ss;return Ss+=1,oo===null&&(oo=[]),Qv(oo,n,r)}function so(n,r){r=r.props.ref,n.ref=r!==void 0?r:null}function Jn(n,r){throw r.$$typeof===A?Error(d(525)):(n=Object.prototype.toString.call(r),Error(d(31,n==="[object Object]"?"object with keys {"+Object.keys(r).join(", ")+"}":n)))}function mg(n){var r=n._init;return r(n._payload)}function Ca(n){function r(Z,G){if(n){var I=Z.deletions;I===null?(Z.deletions=[G],Z.flags|=16):I.push(G)}}function i(Z,G){if(!n)return null;for(;G!==null;)r(Z,G),G=G.sibling;return null}function c(Z){for(var G=new Map;Z!==null;)Z.key!==null?G.set(Z.key,Z):G.set(Z.index,Z),Z=Z.sibling;return G}function h(Z,G){return Z=Ol(Z,G),Z.index=0,Z.sibling=null,Z}function y(Z,G,I){return Z.index=I,n?(I=Z.alternate,I!==null?(I=I.index,I<G?(Z.flags|=67108866,G):I):(Z.flags|=67108866,G)):(Z.flags|=1048576,G)}function T(Z){return n&&Z.alternate===null&&(Z.flags|=67108866),Z}function O(Z,G,I,be){return G===null||G.tag!==6?(G=is(I,Z.mode,be),G.return=Z,G):(G=h(G,I),G.return=Z,G)}function H(Z,G,I,be){var ze=I.type;return ze===N?ye(Z,G,I.props.children,be,I.key):G!==null&&(G.elementType===ze||typeof ze=="object"&&ze!==null&&ze.$$typeof===X&&mg(ze)===G.type)?(G=h(G,I.props),so(G,I),G.return=Z,G):(G=Te(I.type,I.key,I.props,null,Z.mode,be),so(G,I),G.return=Z,G)}function W(Z,G,I,be){return G===null||G.tag!==4||G.stateNode.containerInfo!==I.containerInfo||G.stateNode.implementation!==I.implementation?(G=Ft(I,Z.mode,be),G.return=Z,G):(G=h(G,I.children||[]),G.return=Z,G)}function ye(Z,G,I,be,ze){return G===null||G.tag!==7?(G=tl(I,Z.mode,be,ze),G.return=Z,G):(G=h(G,I),G.return=Z,G)}function ve(Z,G,I){if(typeof G=="string"&&G!==""||typeof G=="number"||typeof G=="bigint")return G=is(""+G,Z.mode,I),G.return=Z,G;if(typeof G=="object"&&G!==null){switch(G.$$typeof){case x:return I=Te(G.type,G.key,G.props,null,Z.mode,I),so(I,G),I.return=Z,I;case D:return G=Ft(G,Z.mode,I),G.return=Z,G;case X:var be=G._init;return G=be(G._payload),ve(Z,G,I)}if(Ne(G)||Se(G))return G=tl(G,Z.mode,I,null),G.return=Z,G;if(typeof G.then=="function")return ve(Z,Mp(G),I);if(G.$$typeof===K)return ve(Z,Jc(Z,G),I);Jn(Z,G)}return null}function ae(Z,G,I,be){var ze=G!==null?G.key:null;if(typeof I=="string"&&I!==""||typeof I=="number"||typeof I=="bigint")return ze!==null?null:O(Z,G,""+I,be);if(typeof I=="object"&&I!==null){switch(I.$$typeof){case x:return I.key===ze?H(Z,G,I,be):null;case D:return I.key===ze?W(Z,G,I,be):null;case X:return ze=I._init,I=ze(I._payload),ae(Z,G,I,be)}if(Ne(I)||Se(I))return ze!==null?null:ye(Z,G,I,be,null);if(typeof I.then=="function")return ae(Z,G,Mp(I),be);if(I.$$typeof===K)return ae(Z,G,Jc(Z,I),be);Jn(Z,I)}return null}function re(Z,G,I,be,ze){if(typeof be=="string"&&be!==""||typeof be=="number"||typeof be=="bigint")return Z=Z.get(I)||null,O(G,Z,""+be,ze);if(typeof be=="object"&&be!==null){switch(be.$$typeof){case x:return Z=Z.get(be.key===null?I:be.key)||null,H(G,Z,be,ze);case D:return Z=Z.get(be.key===null?I:be.key)||null,W(G,Z,be,ze);case X:var rt=be._init;return be=rt(be._payload),re(Z,G,I,be,ze)}if(Ne(be)||Se(be))return Z=Z.get(I)||null,ye(G,Z,be,ze,null);if(typeof be.then=="function")return re(Z,G,I,Mp(be),ze);if(be.$$typeof===K)return re(Z,G,I,Jc(G,be),ze);Jn(G,be)}return null}function Ve(Z,G,I,be){for(var ze=null,rt=null,Le=G,Ye=G=0,qn=null;Le!==null&&Ye<I.length;Ye++){Le.index>Ye?(qn=Le,Le=null):qn=Le.sibling;var vt=ae(Z,Le,I[Ye],be);if(vt===null){Le===null&&(Le=qn);break}n&&Le&&vt.alternate===null&&r(Z,Le),G=y(vt,G,Ye),rt===null?ze=vt:rt.sibling=vt,rt=vt,Le=qn}if(Ye===I.length)return i(Z,Le),gt&&ht(Z,Ye),ze;if(Le===null){for(;Ye<I.length;Ye++)Le=ve(Z,I[Ye],be),Le!==null&&(G=y(Le,G,Ye),rt===null?ze=Le:rt.sibling=Le,rt=Le);return gt&&ht(Z,Ye),ze}for(Le=c(Le);Ye<I.length;Ye++)qn=re(Le,Z,Ye,I[Ye],be),qn!==null&&(n&&qn.alternate!==null&&Le.delete(qn.key===null?Ye:qn.key),G=y(qn,G,Ye),rt===null?ze=qn:rt.sibling=qn,rt=qn);return n&&Le.forEach(function(fi){return r(Z,fi)}),gt&&ht(Z,Ye),ze}function ke(Z,G,I,be){if(I==null)throw Error(d(151));for(var ze=null,rt=null,Le=G,Ye=G=0,qn=null,vt=I.next();Le!==null&&!vt.done;Ye++,vt=I.next()){Le.index>Ye?(qn=Le,Le=null):qn=Le.sibling;var fi=ae(Z,Le,vt.value,be);if(fi===null){Le===null&&(Le=qn);break}n&&Le&&fi.alternate===null&&r(Z,Le),G=y(fi,G,Ye),rt===null?ze=fi:rt.sibling=fi,rt=fi,Le=qn}if(vt.done)return i(Z,Le),gt&&ht(Z,Ye),ze;if(Le===null){for(;!vt.done;Ye++,vt=I.next())vt=ve(Z,vt.value,be),vt!==null&&(G=y(vt,G,Ye),rt===null?ze=vt:rt.sibling=vt,rt=vt);return gt&&ht(Z,Ye),ze}for(Le=c(Le);!vt.done;Ye++,vt=I.next())vt=re(Le,Z,Ye,vt.value,be),vt!==null&&(n&&vt.alternate!==null&&Le.delete(vt.key===null?Ye:vt.key),G=y(vt,G,Ye),rt===null?ze=vt:rt.sibling=vt,rt=vt);return n&&Le.forEach(function(QT){return r(Z,QT)}),gt&&ht(Z,Ye),ze}function Rt(Z,G,I,be){if(typeof I=="object"&&I!==null&&I.type===N&&I.key===null&&(I=I.props.children),typeof I=="object"&&I!==null){switch(I.$$typeof){case x:e:{for(var ze=I.key;G!==null;){if(G.key===ze){if(ze=I.type,ze===N){if(G.tag===7){i(Z,G.sibling),be=h(G,I.props.children),be.return=Z,Z=be;break e}}else if(G.elementType===ze||typeof ze=="object"&&ze!==null&&ze.$$typeof===X&&mg(ze)===G.type){i(Z,G.sibling),be=h(G,I.props),so(be,I),be.return=Z,Z=be;break e}i(Z,G);break}else r(Z,G);G=G.sibling}I.type===N?(be=tl(I.props.children,Z.mode,be,I.key),be.return=Z,Z=be):(be=Te(I.type,I.key,I.props,null,Z.mode,be),so(be,I),be.return=Z,Z=be)}return T(Z);case D:e:{for(ze=I.key;G!==null;){if(G.key===ze)if(G.tag===4&&G.stateNode.containerInfo===I.containerInfo&&G.stateNode.implementation===I.implementation){i(Z,G.sibling),be=h(G,I.children||[]),be.return=Z,Z=be;break e}else{i(Z,G);break}else r(Z,G);G=G.sibling}be=Ft(I,Z.mode,be),be.return=Z,Z=be}return T(Z);case X:return ze=I._init,I=ze(I._payload),Rt(Z,G,I,be)}if(Ne(I))return Ve(Z,G,I,be);if(Se(I)){if(ze=Se(I),typeof ze!="function")throw Error(d(150));return I=ze.call(I),ke(Z,G,I,be)}if(typeof I.then=="function")return Rt(Z,G,Mp(I),be);if(I.$$typeof===K)return Rt(Z,G,Jc(Z,I),be);Jn(Z,I)}return typeof I=="string"&&I!==""||typeof I=="number"||typeof I=="bigint"?(I=""+I,G!==null&&G.tag===6?(i(Z,G.sibling),be=h(G,I),be.return=Z,Z=be):(i(Z,G),be=is(I,Z.mode,be),be.return=Z,Z=be),T(Z)):i(Z,G)}return function(Z,G,I,be){try{Ss=0;var ze=Rt(Z,G,I,be);return oo=null,ze}catch(Le){if(Le===Gu||Le===Wc)throw Le;var rt=Sa(29,Le,null,Z.mode);return rt.lanes=be,rt.return=Z,rt}finally{}}}var co=Ca(!0),sr=Ca(!1),Va=_e(null),In=null;function tu(n){var r=n.alternate;Re(Nt,Nt.current&1),Re(Va,n),In===null&&(r===null||ao.current!==null||r.memoizedState!==null)&&(In=n)}function cr(n){if(n.tag===22){if(Re(Nt,Nt.current),Re(Va,n),In===null){var r=n.alternate;r!==null&&r.memoizedState!==null&&(In=n)}}else fr()}function fr(){Re(Nt,Nt.current),Re(Va,Va.current)}function zl(n){Oe(Va),In===n&&(In=null),Oe(Nt)}var Nt=_e(0);function mf(n){for(var r=n;r!==null;){if(r.tag===13){var i=r.memoizedState;if(i!==null&&(i=i.dehydrated,i===null||i.data==="$?"||jf(i)))return r}else if(r.tag===19&&r.memoizedProps.revealOrder!==void 0){if((r.flags&128)!==0)return r}else if(r.child!==null){r.child.return=r,r=r.child;continue}if(r===n)break;for(;r.sibling===null;){if(r.return===null||r.return===n)return null;r=r.return}r.sibling.return=r.return,r=r.sibling}return null}function Zu(n,r,i,c){r=n.memoizedState,i=i(c,r),i=i==null?r:w({},r,i),n.memoizedState=i,n.lanes===0&&(n.updateQueue.baseState=i)}var qp={enqueueSetState:function(n,r,i){n=n._reactInternals;var c=ka(),h=Ra(c);h.payload=r,i!=null&&(h.callback=i),r=ur(n,h,c),r!==null&&(Pa(r,n,c),no(r,n,c))},enqueueReplaceState:function(n,r,i){n=n._reactInternals;var c=ka(),h=Ra(c);h.tag=1,h.payload=r,i!=null&&(h.callback=i),r=ur(n,h,c),r!==null&&(Pa(r,n,c),no(r,n,c))},enqueueForceUpdate:function(n,r){n=n._reactInternals;var i=ka(),c=Ra(i);c.tag=2,r!=null&&(c.callback=r),r=ur(n,c,i),r!==null&&(Pa(r,n,i),no(r,n,i))}};function Es(n,r,i,c,h,y,T){return n=n.stateNode,typeof n.shouldComponentUpdate=="function"?n.shouldComponentUpdate(c,y,T):r.prototype&&r.prototype.isPureReactComponent?!Uu(i,c)||!Uu(h,y):!0}function fo(n,r,i,c){n=r.state,typeof r.componentWillReceiveProps=="function"&&r.componentWillReceiveProps(i,c),typeof r.UNSAFE_componentWillReceiveProps=="function"&&r.UNSAFE_componentWillReceiveProps(i,c),r.state!==n&&qp.enqueueReplaceState(r,r.state,null)}function Ku(n,r){var i=r;if("ref"in r){i={};for(var c in r)c!=="ref"&&(i[c]=r[c])}if(n=n.defaultProps){i===r&&(i=w({},i));for(var h in n)i[h]===void 0&&(i[h]=n[h])}return i}var yf=typeof reportError=="function"?reportError:function(n){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var r=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof n=="object"&&n!==null&&typeof n.message=="string"?String(n.message):String(n),error:n});if(!window.dispatchEvent(r))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",n);return}console.error(n)};function Rs(n){yf(n)}function yg(n){console.error(n)}function bf(n){yf(n)}function vf(n,r){try{var i=n.onUncaughtError;i(r.value,{componentStack:r.stack})}catch(c){setTimeout(function(){throw c})}}function bg(n,r,i){try{var c=n.onCaughtError;c(i.value,{componentStack:i.stack,errorBoundary:r.tag===1?r.stateNode:null})}catch(h){setTimeout(function(){throw h})}}function vg(n,r,i){return i=Ra(i),i.tag=3,i.payload={element:null},i.callback=function(){vf(n,r)},i}function gg(n){return n=Ra(n),n.tag=3,n}function xa(n,r,i,c){var h=i.type.getDerivedStateFromError;if(typeof h=="function"){var y=c.value;n.payload=function(){return h(y)},n.callback=function(){bg(r,i,c)}}var T=i.stateNode;T!==null&&typeof T.componentDidCatch=="function"&&(n.callback=function(){bg(r,i,c),typeof h!="function"&&(Wu===null?Wu=new Set([this]):Wu.add(this));var O=c.stack;this.componentDidCatch(c.value,{componentStack:O!==null?O:""})})}function OS(n,r,i,c,h){if(i.flags|=32768,c!==null&&typeof c=="object"&&typeof c.then=="function"){if(r=i.alternate,r!==null&&ds(r,i,h,!0),i=Va.current,i!==null){switch(i.tag){case 13:return In===null?Eo():i.alternate===null&&on===0&&(on=3),i.flags&=-257,i.flags|=65536,i.lanes=h,c===rp?i.flags|=16384:(r=i.updateQueue,r===null?i.updateQueue=new Set([c]):r.add(c),nh(n,c,h)),!1;case 22:return i.flags|=65536,c===rp?i.flags|=16384:(r=i.updateQueue,r===null?(r={transitions:null,markerInstances:null,retryQueue:new Set([c])},i.updateQueue=r):(i=r.retryQueue,i===null?r.retryQueue=new Set([c]):i.add(c)),nh(n,c,h)),!1}throw Error(d(435,i.tag))}return nh(n,c,h),Eo(),!1}if(gt)return r=Va.current,r!==null?((r.flags&65536)===0&&(r.flags|=256),r.flags|=65536,r.lanes=h,c!==Wi&&(n=Error(d(422),{cause:c}),fs(Ha(n,i)))):(c!==Wi&&(r=Error(d(423),{cause:c}),fs(Ha(r,i))),n=n.current.alternate,n.flags|=65536,h&=-h,n.lanes|=h,c=Ha(c,i),h=vg(n.stateNode,c,h),Jv(n,h),on!==4&&(on=2)),!1;var y=Error(d(520),{cause:c});if(y=Ha(y,i),Ms===null?Ms=[y]:Ms.push(y),on!==4&&(on=2),r===null)return!0;c=Ha(c,i),i=r;do{switch(i.tag){case 3:return i.flags|=65536,n=h&-h,i.lanes|=n,n=vg(i.stateNode,c,n),Jv(i,n),!1;case 1:if(r=i.type,y=i.stateNode,(i.flags&128)===0&&(typeof r.getDerivedStateFromError=="function"||y!==null&&typeof y.componentDidCatch=="function"&&(Wu===null||!Wu.has(y))))return i.flags|=65536,h&=-h,i.lanes|=h,h=gg(h),xa(h,n,i,c),Jv(i,h),!1}i=i.return}while(i!==null);return!1}var ln=Error(d(461)),Sn=!1;function On(n,r,i,c){r.child=n===null?sr(r,null,i,c):co(r,n.child,i,c)}function MS(n,r,i,c,h){i=i.render;var y=r.ref;if("ref"in c){var T={};for(var O in c)O!=="ref"&&(T[O]=c[O])}else T=c;return Pu(r),c=fp(n,r,i,T,y,h),O=dp(),n!==null&&!Sn?(vs(n,r,h),dr(n,r,h)):(gt&&O&&Fi(r),r.flags|=1,On(n,r,c,h),r.child)}function nu(n,r,i,c,h){if(n===null){var y=i.type;return typeof y=="function"&&!Xc(y)&&y.defaultProps===void 0&&i.compare===null?(r.tag=15,r.type=y,po(n,r,y,c,h)):(n=Te(i.type,null,c,r,r.mode,h),n.ref=r.ref,n.return=r,r.child=n)}if(y=n.child,!Vp(n,h)){var T=y.memoizedProps;if(i=i.compare,i=i!==null?i:Uu,i(T,c)&&n.ref===r.ref)return dr(n,r,h)}return r.flags|=1,n=Ol(y,c),n.ref=r.ref,n.return=r,r.child=n}function po(n,r,i,c,h){if(n!==null){var y=n.memoizedProps;if(Uu(y,c)&&n.ref===r.ref)if(Sn=!1,r.pendingProps=c=y,Vp(n,h))(n.flags&131072)!==0&&(Sn=!0);else return r.lanes=n.lanes,dr(n,r,h)}return Dp(n,r,i,c,h)}function _p(n,r,i){var c=r.pendingProps,h=c.children,y=n!==null?n.memoizedState:null;if(c.mode==="hidden"){if((r.flags&128)!==0){if(c=y!==null?y.baseLanes|i:i,n!==null){for(h=r.child=n.child,y=0;h!==null;)y=y|h.lanes|h.childLanes,h=h.sibling;r.childLanes=y&~c}else r.childLanes=0,r.child=null;return ho(n,r,c,i)}if((i&536870912)!==0)r.memoizedState={baseLanes:0,cachePool:null},n!==null&&eo(r,y!==null?y.cachePool:null),y!==null?wn(r,y):ys(),cr(r);else return r.lanes=r.childLanes=536870912,ho(n,r,y!==null?y.baseLanes|i:i,i)}else y!==null?(eo(r,y.cachePool),wn(r,y),fr(),r.memoizedState=null):(n!==null&&eo(r,null),ys(),fr());return On(n,r,h,i),r.child}function ho(n,r,i,c){var h=Fc();return h=h===null?null:{parent:vn._currentValue,pool:h},r.memoizedState={baseLanes:i,cachePool:h},n!==null&&eo(r,null),ys(),cr(r),n!==null&&ds(n,r,c,!0),null}function gf(n,r){var i=r.ref;if(i===null)n!==null&&n.ref!==null&&(r.flags|=4194816);else{if(typeof i!="function"&&typeof i!="object")throw Error(d(284));(n===null||n.ref!==i)&&(r.flags|=4194816)}}function Dp(n,r,i,c,h){return Pu(r),i=fp(n,r,i,c,void 0,h),c=dp(),n!==null&&!Sn?(vs(n,r,h),dr(n,r,h)):(gt&&c&&Fi(r),r.flags|=1,On(n,r,i,h),r.child)}function Sg(n,r,i,c,h,y){return Pu(r),r.updateQueue=null,i=Wv(r,c,i,h),$u(n),c=dp(),n!==null&&!Sn?(vs(n,r,y),dr(n,r,y)):(gt&&c&&Fi(r),r.flags|=1,On(n,r,i,y),r.child)}function zp(n,r,i,c,h){if(Pu(r),r.stateNode===null){var y=us,T=i.contextType;typeof T=="object"&&T!==null&&(y=An(T)),y=new i(c,y),r.memoizedState=y.state!==null&&y.state!==void 0?y.state:null,y.updater=qp,r.stateNode=y,y._reactInternals=r,y=r.stateNode,y.props=c,y.state=r.memoizedState,y.refs={},ip(r),T=i.contextType,y.context=typeof T=="object"&&T!==null?An(T):us,y.state=r.memoizedState,T=i.getDerivedStateFromProps,typeof T=="function"&&(Zu(r,i,T,c),y.state=r.memoizedState),typeof i.getDerivedStateFromProps=="function"||typeof y.getSnapshotBeforeUpdate=="function"||typeof y.UNSAFE_componentWillMount!="function"&&typeof y.componentWillMount!="function"||(T=y.state,typeof y.componentWillMount=="function"&&y.componentWillMount(),typeof y.UNSAFE_componentWillMount=="function"&&y.UNSAFE_componentWillMount(),T!==y.state&&qp.enqueueReplaceState(y,y.state,null),Fr(r,c,y,h),ms(),y.state=r.memoizedState),typeof y.componentDidMount=="function"&&(r.flags|=4194308),c=!0}else if(n===null){y=r.stateNode;var O=r.memoizedProps,H=Ku(i,O);y.props=H;var W=y.context,ye=i.contextType;T=us,typeof ye=="object"&&ye!==null&&(T=An(ye));var ve=i.getDerivedStateFromProps;ye=typeof ve=="function"||typeof y.getSnapshotBeforeUpdate=="function",O=r.pendingProps!==O,ye||typeof y.UNSAFE_componentWillReceiveProps!="function"&&typeof y.componentWillReceiveProps!="function"||(O||W!==T)&&fo(r,y,c,T),rr=!1;var ae=r.memoizedState;y.state=ae,Fr(r,c,y,h),ms(),W=r.memoizedState,O||ae!==W||rr?(typeof ve=="function"&&(Zu(r,i,ve,c),W=r.memoizedState),(H=rr||Es(r,i,H,c,ae,W,T))?(ye||typeof y.UNSAFE_componentWillMount!="function"&&typeof y.componentWillMount!="function"||(typeof y.componentWillMount=="function"&&y.componentWillMount(),typeof y.UNSAFE_componentWillMount=="function"&&y.UNSAFE_componentWillMount()),typeof y.componentDidMount=="function"&&(r.flags|=4194308)):(typeof y.componentDidMount=="function"&&(r.flags|=4194308),r.memoizedProps=c,r.memoizedState=W),y.props=c,y.state=W,y.context=T,c=H):(typeof y.componentDidMount=="function"&&(r.flags|=4194308),c=!1)}else{y=r.stateNode,op(n,r),T=r.memoizedProps,ye=Ku(i,T),y.props=ye,ve=r.pendingProps,ae=y.context,W=i.contextType,H=us,typeof W=="object"&&W!==null&&(H=An(W)),O=i.getDerivedStateFromProps,(W=typeof O=="function"||typeof y.getSnapshotBeforeUpdate=="function")||typeof y.UNSAFE_componentWillReceiveProps!="function"&&typeof y.componentWillReceiveProps!="function"||(T!==ve||ae!==H)&&fo(r,y,c,H),rr=!1,ae=r.memoizedState,y.state=ae,Fr(r,c,y,h),ms();var re=r.memoizedState;T!==ve||ae!==re||rr||n!==null&&n.dependencies!==null&&Kc(n.dependencies)?(typeof O=="function"&&(Zu(r,i,O,c),re=r.memoizedState),(ye=rr||Es(r,i,ye,c,ae,re,H)||n!==null&&n.dependencies!==null&&Kc(n.dependencies))?(W||typeof y.UNSAFE_componentWillUpdate!="function"&&typeof y.componentWillUpdate!="function"||(typeof y.componentWillUpdate=="function"&&y.componentWillUpdate(c,re,H),typeof y.UNSAFE_componentWillUpdate=="function"&&y.UNSAFE_componentWillUpdate(c,re,H)),typeof y.componentDidUpdate=="function"&&(r.flags|=4),typeof y.getSnapshotBeforeUpdate=="function"&&(r.flags|=1024)):(typeof y.componentDidUpdate!="function"||T===n.memoizedProps&&ae===n.memoizedState||(r.flags|=4),typeof y.getSnapshotBeforeUpdate!="function"||T===n.memoizedProps&&ae===n.memoizedState||(r.flags|=1024),r.memoizedProps=c,r.memoizedState=re),y.props=c,y.state=re,y.context=H,c=ye):(typeof y.componentDidUpdate!="function"||T===n.memoizedProps&&ae===n.memoizedState||(r.flags|=4),typeof y.getSnapshotBeforeUpdate!="function"||T===n.memoizedProps&&ae===n.memoizedState||(r.flags|=1024),c=!1)}return y=c,gf(n,r),c=(r.flags&128)!==0,y||c?(y=r.stateNode,i=c&&typeof i.getDerivedStateFromError!="function"?null:y.render(),r.flags|=1,n!==null&&c?(r.child=co(r,n.child,null,h),r.child=co(r,null,i,h)):On(n,r,i,h),r.memoizedState=y.state,n=r.child):n=dr(n,r,h),n}function Np(n,r,i,c){return cs(),r.flags|=256,On(n,r,i,c),r.child}var Up={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function Eg(n){return{baseLanes:n,cachePool:ap()}}function Rg(n,r,i){return n=n!==null?n.childLanes&~i:0,r&&(n|=cl),n}function Tg(n,r,i){var c=r.pendingProps,h=!1,y=(r.flags&128)!==0,T;if((T=y)||(T=n!==null&&n.memoizedState===null?!1:(Nt.current&2)!==0),T&&(h=!0,r.flags&=-129),T=(r.flags&32)!==0,r.flags&=-33,n===null){if(gt){if(h?tu(r):fr(),gt){var O=St,H;if(H=O){e:{for(H=O,O=ll;H.nodeType!==8;){if(!O){O=null;break e}if(H=Ul(H.nextSibling),H===null){O=null;break e}}O=H}O!==null?(r.memoizedState={dehydrated:O,treeContext:Zr!==null?{id:Ml,overflow:nn}:null,retryLane:536870912,hydrationErrors:null},H=Sa(18,null,null,0),H.stateNode=O,H.return=r,r.child=H,fn=r,St=null,H=!0):H=!1}H||Kr(r)}if(O=r.memoizedState,O!==null&&(O=O.dehydrated,O!==null))return jf(O)?r.lanes=32:r.lanes=536870912,null;zl(r)}return O=c.children,c=c.fallback,h?(fr(),h=r.mode,O=Hp({mode:"hidden",children:O},h),c=tl(c,h,i,null),O.return=r,c.return=r,O.sibling=c,r.child=O,h=r.child,h.memoizedState=Eg(i),h.childLanes=Rg(n,T,i),r.memoizedState=Up,c):(tu(r),Bp(r,O))}if(H=n.memoizedState,H!==null&&(O=H.dehydrated,O!==null)){if(y)r.flags&256?(tu(r),r.flags&=-257,r=Ju(n,r,i)):r.memoizedState!==null?(fr(),r.child=n.child,r.flags|=128,r=null):(fr(),h=c.fallback,O=r.mode,c=Hp({mode:"visible",children:c.children},O),h=tl(h,O,i,null),h.flags|=2,c.return=r,h.return=r,c.sibling=h,r.child=c,co(r,n.child,null,i),c=r.child,c.memoizedState=Eg(i),c.childLanes=Rg(n,T,i),r.memoizedState=Up,r=h);else if(tu(r),jf(O)){if(T=O.nextSibling&&O.nextSibling.dataset,T)var W=T.dgst;T=W,c=Error(d(419)),c.stack="",c.digest=T,fs({value:c,source:null,stack:null}),r=Ju(n,r,i)}else if(Sn||ds(n,r,i,!1),T=(i&n.childLanes)!==0,Sn||T){if(T=Bt,T!==null&&(c=i&-i,c=(c&42)!==0?1:Na(c),c=(c&(T.suspendedLanes|i))!==0?0:c,c!==0&&c!==H.retryLane))throw H.retryLane=c,er(n,c),Pa(T,n,c),ln;O.data==="$?"||Eo(),r=Ju(n,r,i)}else O.data==="$?"?(r.flags|=192,r.child=n.child,r=null):(n=H.treeContext,St=Ul(O.nextSibling),fn=r,gt=!0,al=null,ll=!1,n!==null&&(nl[Ea++]=Ml,nl[Ea++]=nn,nl[Ea++]=Zr,Ml=n.id,nn=n.overflow,Zr=r),r=Bp(r,c.children),r.flags|=4096);return r}return h?(fr(),h=c.fallback,O=r.mode,H=n.child,W=H.sibling,c=Ol(H,{mode:"hidden",children:c.children}),c.subtreeFlags=H.subtreeFlags&65011712,W!==null?h=Ol(W,h):(h=tl(h,O,i,null),h.flags|=2),h.return=r,c.return=r,c.sibling=h,r.child=c,c=h,h=r.child,O=n.child.memoizedState,O===null?O=Eg(i):(H=O.cachePool,H!==null?(W=vn._currentValue,H=H.parent!==W?{parent:W,pool:W}:H):H=ap(),O={baseLanes:O.baseLanes|i,cachePool:H}),h.memoizedState=O,h.childLanes=Rg(n,T,i),r.memoizedState=Up,c):(tu(r),i=n.child,n=i.sibling,i=Ol(i,{mode:"visible",children:c.children}),i.return=r,i.sibling=null,n!==null&&(T=r.deletions,T===null?(r.deletions=[n],r.flags|=16):T.push(n)),r.child=i,r.memoizedState=null,i)}function Bp(n,r){return r=Hp({mode:"visible",children:r},n.mode),r.return=n,n.child=r}function Hp(n,r){return n=Sa(22,n,null,r),n.lanes=0,n.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null},n}function Ju(n,r,i){return co(r,n.child,null,i),n=Bp(r,r.pendingProps.children),n.flags|=2,r.memoizedState=null,n}function Sf(n,r,i){n.lanes|=r;var c=n.alternate;c!==null&&(c.lanes|=r),Fd(n.return,r,i)}function jp(n,r,i,c,h){var y=n.memoizedState;y===null?n.memoizedState={isBackwards:r,rendering:null,renderingStartTime:0,last:c,tail:i,tailMode:h}:(y.isBackwards=r,y.rendering=null,y.renderingStartTime=0,y.last=c,y.tail=i,y.tailMode=h)}function Lp(n,r,i){var c=r.pendingProps,h=c.revealOrder,y=c.tail;if(On(n,r,c.children,i),c=Nt.current,(c&2)!==0)c=c&1|2,r.flags|=128;else{if(n!==null&&(n.flags&128)!==0)e:for(n=r.child;n!==null;){if(n.tag===13)n.memoizedState!==null&&Sf(n,i,r);else if(n.tag===19)Sf(n,i,r);else if(n.child!==null){n.child.return=n,n=n.child;continue}if(n===r)break e;for(;n.sibling===null;){if(n.return===null||n.return===r)break e;n=n.return}n.sibling.return=n.return,n=n.sibling}c&=1}switch(Re(Nt,c),h){case"forwards":for(i=r.child,h=null;i!==null;)n=i.alternate,n!==null&&mf(n)===null&&(h=i),i=i.sibling;i=h,i===null?(h=r.child,r.child=null):(h=i.sibling,i.sibling=null),jp(r,!1,h,i,y);break;case"backwards":for(i=null,h=r.child,r.child=null;h!==null;){if(n=h.alternate,n!==null&&mf(n)===null){r.child=h;break}n=h.sibling,h.sibling=i,i=h,h=n}jp(r,!0,i,null,y);break;case"together":jp(r,!1,null,null,void 0);break;default:r.memoizedState=null}return r.child}function dr(n,r,i){if(n!==null&&(r.dependencies=n.dependencies),ru|=r.lanes,(i&r.childLanes)===0)if(n!==null){if(ds(n,r,i,!1),(i&r.childLanes)===0)return null}else return null;if(n!==null&&r.child!==n.child)throw Error(d(153));if(r.child!==null){for(n=r.child,i=Ol(n,n.pendingProps),r.child=i,i.return=r;n.sibling!==null;)n=n.sibling,i=i.sibling=Ol(n,n.pendingProps),i.return=r;i.sibling=null}return r.child}function Vp(n,r){return(n.lanes&r)!==0?!0:(n=n.dependencies,!!(n!==null&&Kc(n)))}function qS(n,r,i){switch(r.tag){case 3:Dt(r,r.stateNode.containerInfo),Ir(r,vn,n.memoizedState.cache),cs();break;case 27:case 5:De(r);break;case 4:Dt(r,r.stateNode.containerInfo);break;case 10:Ir(r,r.type,r.memoizedProps.value);break;case 13:var c=r.memoizedState;if(c!==null)return c.dehydrated!==null?(tu(r),r.flags|=128,null):(i&r.child.childLanes)!==0?Tg(n,r,i):(tu(r),n=dr(n,r,i),n!==null?n.sibling:null);tu(r);break;case 19:var h=(n.flags&128)!==0;if(c=(i&r.childLanes)!==0,c||(ds(n,r,i,!1),c=(i&r.childLanes)!==0),h){if(c)return Lp(n,r,i);r.flags|=128}if(h=r.memoizedState,h!==null&&(h.rendering=null,h.tail=null,h.lastEffect=null),Re(Nt,Nt.current),c)break;return null;case 22:case 23:return r.lanes=0,_p(n,r,i);case 24:Ir(r,vn,n.memoizedState.cache)}return dr(n,r,i)}function _S(n,r,i){if(n!==null)if(n.memoizedProps!==r.pendingProps)Sn=!0;else{if(!Vp(n,i)&&(r.flags&128)===0)return Sn=!1,qS(n,r,i);Sn=(n.flags&131072)!==0}else Sn=!1,gt&&(r.flags&1048576)!==0&&Id(r,os,r.index);switch(r.lanes=0,r.tag){case 16:e:{n=r.pendingProps;var c=r.elementType,h=c._init;if(c=h(c._payload),r.type=c,typeof c=="function")Xc(c)?(n=Ku(c,n),r.tag=1,r=zp(null,r,c,n,i)):(r.tag=0,r=Dp(null,r,c,n,i));else{if(c!=null){if(h=c.$$typeof,h===ie){r.tag=11,r=MS(null,r,c,n,i);break e}else if(h===B){r.tag=14,r=nu(null,r,c,n,i);break e}}throw r=Ae(c)||c,Error(d(306,r,""))}}return r;case 0:return Dp(n,r,r.type,r.pendingProps,i);case 1:return c=r.type,h=Ku(c,r.pendingProps),zp(n,r,c,h,i);case 3:e:{if(Dt(r,r.stateNode.containerInfo),n===null)throw Error(d(387));c=r.pendingProps;var y=r.memoizedState;h=y.element,op(n,r),Fr(r,c,null,i);var T=r.memoizedState;if(c=T.cache,Ir(r,vn,c),c!==y.cache&&Xv(r,[vn],i,!0),ms(),c=T.element,y.isDehydrated)if(y={element:c,isDehydrated:!1,cache:T.cache},r.updateQueue.baseState=y,r.memoizedState=y,r.flags&256){r=Np(n,r,c,i);break e}else if(c!==h){h=Ha(Error(d(424)),r),fs(h),r=Np(n,r,c,i);break e}else{switch(n=r.stateNode.containerInfo,n.nodeType){case 9:n=n.body;break;default:n=n.nodeName==="HTML"?n.ownerDocument.body:n}for(St=Ul(n.firstChild),fn=r,gt=!0,al=null,ll=!0,i=sr(r,null,c,i),r.child=i;i;)i.flags=i.flags&-3|4096,i=i.sibling}else{if(cs(),c===h){r=dr(n,r,i);break e}On(n,r,c,i)}r=r.child}return r;case 26:return gf(n,r),n===null?(i=QS(r.type,null,r.pendingProps,null))?r.memoizedState=i:gt||(i=r.type,n=r.pendingProps,c=dl(Xe.current).createElement(i),c[xn]=r,c[aa]=n,$e(c,i,n),bn(c),r.stateNode=c):r.memoizedState=QS(r.type,n.memoizedProps,r.pendingProps,n.memoizedState),null;case 27:return De(r),n===null&>&&(c=r.stateNode=qe(r.type,r.pendingProps,Xe.current),fn=r,ll=!0,h=St,ri(r.type)?(ui=h,St=Ul(c.firstChild)):St=h),On(n,r,r.pendingProps.children,i),gf(n,r),n===null&&(r.flags|=4194304),r.child;case 5:return n===null&>&&((h=c=St)&&(c=ks(c,r.type,r.pendingProps,ll),c!==null?(r.stateNode=c,fn=r,St=Ul(c.firstChild),ll=!1,h=!0):h=!1),h||Kr(r)),De(r),h=r.type,y=r.pendingProps,T=n!==null?n.memoizedProps:null,c=y.children,Er(h,y)?c=null:T!==null&&Er(h,T)&&(r.flags|=32),r.memoizedState!==null&&(h=fp(n,r,gS,null,null,i),_a._currentValue=h),gf(n,r),On(n,r,c,i),r.child;case 6:return n===null&>&&((n=i=St)&&(i=GT(i,r.pendingProps,ll),i!==null?(r.stateNode=i,fn=r,St=null,n=!0):n=!1),n||Kr(r)),null;case 13:return Tg(n,r,i);case 4:return Dt(r,r.stateNode.containerInfo),c=r.pendingProps,n===null?r.child=co(r,null,c,i):On(n,r,c,i),r.child;case 11:return MS(n,r,r.type,r.pendingProps,i);case 7:return On(n,r,r.pendingProps,i),r.child;case 8:return On(n,r,r.pendingProps.children,i),r.child;case 12:return On(n,r,r.pendingProps.children,i),r.child;case 10:return c=r.pendingProps,Ir(r,r.type,c.value),On(n,r,c.children,i),r.child;case 9:return h=r.type._context,c=r.pendingProps.children,Pu(r),h=An(h),c=c(h),r.flags|=1,On(n,r,c,i),r.child;case 14:return nu(n,r,r.type,r.pendingProps,i);case 15:return po(n,r,r.type,r.pendingProps,i);case 19:return Lp(n,r,i);case 31:return c=r.pendingProps,i=r.mode,c={mode:c.mode,children:c.children},n===null?(i=Hp(c,i),i.ref=r.ref,r.child=i,i.return=r,r=i):(i=Ol(n.child,c),i.ref=r.ref,r.child=i,i.return=r,r=i),r;case 22:return _p(n,r,i);case 24:return Pu(r),c=An(vn),n===null?(h=Fc(),h===null&&(h=Bt,y=hs(),h.pooledCache=y,y.refCount++,y!==null&&(h.pooledCacheLanes|=i),h=y),r.memoizedState={parent:c,cache:h},ip(r),Ir(r,vn,h)):((n.lanes&i)!==0&&(op(n,r),Fr(r,null,null,i),ms()),h=n.memoizedState,y=r.memoizedState,h.parent!==c?(h={parent:c,cache:c},r.memoizedState=h,r.lanes===0&&(r.memoizedState=r.updateQueue.baseState=h),Ir(r,vn,c)):(c=y.cache,Ir(r,vn,c),c!==h.cache&&Xv(r,[vn],i,!0))),On(n,r,r.pendingProps.children,i),r.child;case 29:throw r.pendingProps}throw Error(d(156,r.tag))}function pr(n){n.flags|=4}function Ts(n,r){if(r.type!=="stylesheet"||(r.state.loading&4)!==0)n.flags&=-16777217;else if(n.flags|=16777216,!u0(r)){if(r=Va.current,r!==null&&((ft&4194048)===ft?In!==null:(ft&62914560)!==ft&&(ft&536870912)===0||r!==In))throw to=rp,lp;n.flags|=8192}}function Ef(n,r){r!==null&&(n.flags|=4),n.flags&16384&&(r=n.tag!==22?Lr():536870912,n.lanes|=r,Os|=r)}function Cs(n,r){if(!gt)switch(n.tailMode){case"hidden":r=n.tail;for(var i=null;r!==null;)r.alternate!==null&&(i=r),r=r.sibling;i===null?n.tail=null:i.sibling=null;break;case"collapsed":i=n.tail;for(var c=null;i!==null;)i.alternate!==null&&(c=i),i=i.sibling;c===null?r||n.tail===null?n.tail=null:n.tail.sibling=null:c.sibling=null}}function Pe(n){var r=n.alternate!==null&&n.alternate.child===n.child,i=0,c=0;if(r)for(var h=n.child;h!==null;)i|=h.lanes|h.childLanes,c|=h.subtreeFlags&65011712,c|=h.flags&65011712,h.return=n,h=h.sibling;else for(h=n.child;h!==null;)i|=h.lanes|h.childLanes,c|=h.subtreeFlags,c|=h.flags,h.return=n,h=h.sibling;return n.subtreeFlags|=c,n.childLanes=i,r}function Cg(n,r,i){var c=r.pendingProps;switch(tr(r),r.tag){case 31:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Pe(r),null;case 1:return Pe(r),null;case 3:return i=r.stateNode,c=null,n!==null&&(c=n.memoizedState.cache),r.memoizedState.cache!==c&&(r.flags|=2048),nr(vn),$(),i.pendingContext&&(i.context=i.pendingContext,i.pendingContext=null),(n===null||n.child===null)&&(ss(r)?pr(r):n===null||n.memoizedState.isDehydrated&&(r.flags&256)===0||(r.flags|=1024,Gv())),Pe(r),null;case 26:return i=r.memoizedState,n===null?(pr(r),i!==null?(Pe(r),Ts(r,i)):(Pe(r),r.flags&=-16777217)):i?i!==n.memoizedState?(pr(r),Pe(r),Ts(r,i)):(Pe(r),r.flags&=-16777217):(n.memoizedProps!==c&&pr(r),Pe(r),r.flags&=-16777217),null;case 27:Ce(r),i=Xe.current;var h=r.type;if(n!==null&&r.stateNode!=null)n.memoizedProps!==c&&pr(r);else{if(!c){if(r.stateNode===null)throw Error(d(166));return Pe(r),null}n=Ge.current,ss(r)?Qc(r):(n=qe(h,c,i),r.stateNode=n,pr(r))}return Pe(r),null;case 5:if(Ce(r),i=r.type,n!==null&&r.stateNode!=null)n.memoizedProps!==c&&pr(r);else{if(!c){if(r.stateNode===null)throw Error(d(166));return Pe(r),null}if(n=Ge.current,ss(r))Qc(r);else{switch(h=dl(Xe.current),n){case 1:n=h.createElementNS("http://www.w3.org/2000/svg",i);break;case 2:n=h.createElementNS("http://www.w3.org/1998/Math/MathML",i);break;default:switch(i){case"svg":n=h.createElementNS("http://www.w3.org/2000/svg",i);break;case"math":n=h.createElementNS("http://www.w3.org/1998/Math/MathML",i);break;case"script":n=h.createElement("div"),n.innerHTML="<script><\/script>",n=n.removeChild(n.firstChild);break;case"select":n=typeof c.is=="string"?h.createElement("select",{is:c.is}):h.createElement("select"),c.multiple?n.multiple=!0:c.size&&(n.size=c.size);break;default:n=typeof c.is=="string"?h.createElement(i,{is:c.is}):h.createElement(i)}}n[xn]=r,n[aa]=c;e:for(h=r.child;h!==null;){if(h.tag===5||h.tag===6)n.appendChild(h.stateNode);else if(h.tag!==4&&h.tag!==27&&h.child!==null){h.child.return=h,h=h.child;continue}if(h===r)break e;for(;h.sibling===null;){if(h.return===null||h.return===r)break e;h=h.return}h.sibling.return=h.return,h=h.sibling}r.stateNode=n;e:switch($e(n,i,c),i){case"button":case"input":case"select":case"textarea":n=!!c.autoFocus;break e;case"img":n=!0;break e;default:n=!1}n&&pr(r)}}return Pe(r),r.flags&=-16777217,null;case 6:if(n&&r.stateNode!=null)n.memoizedProps!==c&&pr(r);else{if(typeof c!="string"&&r.stateNode===null)throw Error(d(166));if(n=Xe.current,ss(r)){if(n=r.stateNode,i=r.memoizedProps,c=null,h=fn,h!==null)switch(h.tag){case 27:case 5:c=h.memoizedProps}n[xn]=r,n=!!(n.nodeValue===i||c!==null&&c.suppressHydrationWarning===!0||n0(n.nodeValue,i)),n||Kr(r)}else n=dl(n).createTextNode(c),n[xn]=r,r.stateNode=n}return Pe(r),null;case 13:if(c=r.memoizedState,n===null||n.memoizedState!==null&&n.memoizedState.dehydrated!==null){if(h=ss(r),c!==null&&c.dehydrated!==null){if(n===null){if(!h)throw Error(d(318));if(h=r.memoizedState,h=h!==null?h.dehydrated:null,!h)throw Error(d(317));h[xn]=r}else cs(),(r.flags&128)===0&&(r.memoizedState=null),r.flags|=4;Pe(r),h=!1}else h=Gv(),n!==null&&n.memoizedState!==null&&(n.memoizedState.hydrationErrors=h),h=!0;if(!h)return r.flags&256?(zl(r),r):(zl(r),null)}if(zl(r),(r.flags&128)!==0)return r.lanes=i,r;if(i=c!==null,n=n!==null&&n.memoizedState!==null,i){c=r.child,h=null,c.alternate!==null&&c.alternate.memoizedState!==null&&c.alternate.memoizedState.cachePool!==null&&(h=c.alternate.memoizedState.cachePool.pool);var y=null;c.memoizedState!==null&&c.memoizedState.cachePool!==null&&(y=c.memoizedState.cachePool.pool),y!==h&&(c.flags|=2048)}return i!==n&&i&&(r.child.flags|=8192),Ef(r,r.updateQueue),Pe(r),null;case 4:return $(),n===null&&e0(r.stateNode.containerInfo),Pe(r),null;case 10:return nr(r.type),Pe(r),null;case 19:if(Oe(Nt),h=r.memoizedState,h===null)return Pe(r),null;if(c=(r.flags&128)!==0,y=h.rendering,y===null)if(c)Cs(h,!1);else{if(on!==0||n!==null&&(n.flags&128)!==0)for(n=r.child;n!==null;){if(y=mf(n),y!==null){for(r.flags|=128,Cs(h,!1),n=y.updateQueue,r.updateQueue=n,Ef(r,n),r.subtreeFlags=0,n=i,i=r.child;i!==null;)lt(i,n),i=i.sibling;return Re(Nt,Nt.current&1|2),r.child}n=n.sibling}h.tail!==null&&It()>Kp&&(r.flags|=128,c=!0,Cs(h,!1),r.lanes=4194304)}else{if(!c)if(n=mf(y),n!==null){if(r.flags|=128,c=!0,n=n.updateQueue,r.updateQueue=n,Ef(r,n),Cs(h,!0),h.tail===null&&h.tailMode==="hidden"&&!y.alternate&&!gt)return Pe(r),null}else 2*It()-h.renderingStartTime>Kp&&i!==536870912&&(r.flags|=128,c=!0,Cs(h,!1),r.lanes=4194304);h.isBackwards?(y.sibling=r.child,r.child=y):(n=h.last,n!==null?n.sibling=y:r.child=y,h.last=y)}return h.tail!==null?(r=h.tail,h.rendering=r,h.tail=r.sibling,h.renderingStartTime=It(),r.sibling=null,n=Nt.current,Re(Nt,c?n&1|2:n&1),r):(Pe(r),null);case 22:case 23:return zl(r),bs(),c=r.memoizedState!==null,n!==null?n.memoizedState!==null!==c&&(r.flags|=8192):c&&(r.flags|=8192),c?(i&536870912)!==0&&(r.flags&128)===0&&(Pe(r),r.subtreeFlags&6&&(r.flags|=8192)):Pe(r),i=r.updateQueue,i!==null&&Ef(r,i.retryQueue),i=null,n!==null&&n.memoizedState!==null&&n.memoizedState.cachePool!==null&&(i=n.memoizedState.cachePool.pool),c=null,r.memoizedState!==null&&r.memoizedState.cachePool!==null&&(c=r.memoizedState.cachePool.pool),c!==i&&(r.flags|=2048),n!==null&&Oe(lr),null;case 24:return i=null,n!==null&&(i=n.memoizedState.cache),r.memoizedState.cache!==i&&(r.flags|=2048),nr(vn),Pe(r),null;case 25:return null;case 30:return null}throw Error(d(156,r.tag))}function BT(n,r){switch(tr(r),r.tag){case 1:return n=r.flags,n&65536?(r.flags=n&-65537|128,r):null;case 3:return nr(vn),$(),n=r.flags,(n&65536)!==0&&(n&128)===0?(r.flags=n&-65537|128,r):null;case 26:case 27:case 5:return Ce(r),null;case 13:if(zl(r),n=r.memoizedState,n!==null&&n.dehydrated!==null){if(r.alternate===null)throw Error(d(340));cs()}return n=r.flags,n&65536?(r.flags=n&-65537|128,r):null;case 19:return Oe(Nt),null;case 4:return $(),null;case 10:return nr(r.type),null;case 22:case 23:return zl(r),bs(),n!==null&&Oe(lr),n=r.flags,n&65536?(r.flags=n&-65537|128,r):null;case 24:return nr(vn),null;case 25:return null;default:return null}}function xg(n,r){switch(tr(r),r.tag){case 3:nr(vn),$();break;case 26:case 27:case 5:Ce(r);break;case 4:$();break;case 13:zl(r);break;case 19:Oe(Nt);break;case 10:nr(r.type);break;case 22:case 23:zl(r),bs(),n!==null&&Oe(lr);break;case 24:nr(vn)}}function Rf(n,r){try{var i=r.updateQueue,c=i!==null?i.lastEffect:null;if(c!==null){var h=c.next;i=h;do{if((i.tag&n)===n){c=void 0;var y=i.create,T=i.inst;c=y(),T.destroy=c}i=i.next}while(i!==h)}}catch(O){qt(r,r.return,O)}}function Iu(n,r,i){try{var c=r.updateQueue,h=c!==null?c.lastEffect:null;if(h!==null){var y=h.next;c=y;do{if((c.tag&n)===n){var T=c.inst,O=T.destroy;if(O!==void 0){T.destroy=void 0,h=r;var H=i,W=O;try{W()}catch(ye){qt(h,H,ye)}}}c=c.next}while(c!==y)}}catch(ye){qt(r,r.return,ye)}}function kp(n){var r=n.updateQueue;if(r!==null){var i=n.stateNode;try{tf(r,i)}catch(c){qt(n,n.return,c)}}}function Ag(n,r,i){i.props=Ku(n.type,n.memoizedProps),i.state=n.memoizedState;try{i.componentWillUnmount()}catch(c){qt(n,r,c)}}function xs(n,r){try{var i=n.ref;if(i!==null){switch(n.tag){case 26:case 27:case 5:var c=n.stateNode;break;case 30:c=n.stateNode;break;default:c=n.stateNode}typeof i=="function"?n.refCleanup=i(c):i.current=c}}catch(h){qt(n,r,h)}}function Nl(n,r){var i=n.ref,c=n.refCleanup;if(i!==null)if(typeof c=="function")try{c()}catch(h){qt(n,r,h)}finally{n.refCleanup=null,n=n.alternate,n!=null&&(n.refCleanup=null)}else if(typeof i=="function")try{i(null)}catch(h){qt(n,r,h)}else i.current=null}function As(n){var r=n.type,i=n.memoizedProps,c=n.stateNode;try{e:switch(r){case"button":case"input":case"select":case"textarea":i.autoFocus&&c.focus();break e;case"img":i.src?c.src=i.src:i.srcSet&&(c.srcset=i.srcSet)}}catch(h){qt(n,n.return,h)}}function wg(n,r,i){try{var c=n.stateNode;kT(c,n.type,i,r),c[aa]=r}catch(h){qt(n,n.return,h)}}function DS(n){return n.tag===5||n.tag===3||n.tag===26||n.tag===27&&ri(n.type)||n.tag===4}function ol(n){e:for(;;){for(;n.sibling===null;){if(n.return===null||DS(n.return))return null;n=n.return}for(n.sibling.return=n.return,n=n.sibling;n.tag!==5&&n.tag!==6&&n.tag!==18;){if(n.tag===27&&ri(n.type)||n.flags&2||n.child===null||n.tag===4)continue e;n.child.return=n,n=n.child}if(!(n.flags&2))return n.stateNode}}function mo(n,r,i){var c=n.tag;if(c===5||c===6)n=n.stateNode,r?(i.nodeType===9?i.body:i.nodeName==="HTML"?i.ownerDocument.body:i).insertBefore(n,r):(r=i.nodeType===9?i.body:i.nodeName==="HTML"?i.ownerDocument.body:i,r.appendChild(n),i=i._reactRootContainer,i!=null||r.onclick!==null||(r.onclick=ih));else if(c!==4&&(c===27&&ri(n.type)&&(i=n.stateNode,r=null),n=n.child,n!==null))for(mo(n,r,i),n=n.sibling;n!==null;)mo(n,r,i),n=n.sibling}function Pp(n,r,i){var c=n.tag;if(c===5||c===6)n=n.stateNode,r?i.insertBefore(n,r):i.appendChild(n);else if(c!==4&&(c===27&&ri(n.type)&&(i=n.stateNode),n=n.child,n!==null))for(Pp(n,r,i),n=n.sibling;n!==null;)Pp(n,r,i),n=n.sibling}function Yp(n){var r=n.stateNode,i=n.memoizedProps;try{for(var c=n.type,h=r.attributes;h.length;)r.removeAttributeNode(h[0]);$e(r,c,i),r[xn]=n,r[aa]=i}catch(y){qt(n,n.return,y)}}var hr=!1,rn=!1,Gp=!1,Xp=typeof WeakSet=="function"?WeakSet:Set,En=null;function Og(n,r){if(n=n.containerInfo,Uf=kf,n=Hv(n),Yc(n)){if("selectionStart"in n)var i={start:n.selectionStart,end:n.selectionEnd};else e:{i=(i=n.ownerDocument)&&i.defaultView||window;var c=i.getSelection&&i.getSelection();if(c&&c.rangeCount!==0){i=c.anchorNode;var h=c.anchorOffset,y=c.focusNode;c=c.focusOffset;try{i.nodeType,y.nodeType}catch{i=null;break e}var T=0,O=-1,H=-1,W=0,ye=0,ve=n,ae=null;t:for(;;){for(var re;ve!==i||h!==0&&ve.nodeType!==3||(O=T+h),ve!==y||c!==0&&ve.nodeType!==3||(H=T+c),ve.nodeType===3&&(T+=ve.nodeValue.length),(re=ve.firstChild)!==null;)ae=ve,ve=re;for(;;){if(ve===n)break t;if(ae===i&&++W===h&&(O=T),ae===y&&++ye===c&&(H=T),(re=ve.nextSibling)!==null)break;ve=ae,ae=ve.parentNode}ve=re}i=O===-1||H===-1?null:{start:O,end:H}}else i=null}i=i||{start:0,end:0}}else i=null;for(Bf={focusedElem:n,selectionRange:i},kf=!1,En=r;En!==null;)if(r=En,n=r.child,(r.subtreeFlags&1024)!==0&&n!==null)n.return=r,En=n;else for(;En!==null;){switch(r=En,y=r.alternate,n=r.flags,r.tag){case 0:break;case 11:case 15:break;case 1:if((n&1024)!==0&&y!==null){n=void 0,i=r,h=y.memoizedProps,y=y.memoizedState,c=i.stateNode;try{var Ve=Ku(i.type,h,i.elementType===i.type);n=c.getSnapshotBeforeUpdate(Ve,y),c.__reactInternalSnapshotBeforeUpdate=n}catch(ke){qt(i,i.return,ke)}}break;case 3:if((n&1024)!==0){if(n=r.stateNode.containerInfo,i=n.nodeType,i===9)Hf(n);else if(i===1)switch(n.nodeName){case"HEAD":case"HTML":case"BODY":Hf(n);break;default:n.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if((n&1024)!==0)throw Error(d(163))}if(n=r.sibling,n!==null){n.return=r.return,En=n;break}En=r.return}}function Mg(n,r,i){var c=i.flags;switch(i.tag){case 0:case 11:case 15:yr(n,i),c&4&&Rf(5,i);break;case 1:if(yr(n,i),c&4)if(n=i.stateNode,r===null)try{n.componentDidMount()}catch(T){qt(i,i.return,T)}else{var h=Ku(i.type,r.memoizedProps);r=r.memoizedState;try{n.componentDidUpdate(h,r,n.__reactInternalSnapshotBeforeUpdate)}catch(T){qt(i,i.return,T)}}c&64&&kp(i),c&512&&xs(i,i.return);break;case 3:if(yr(n,i),c&64&&(n=i.updateQueue,n!==null)){if(r=null,i.child!==null)switch(i.child.tag){case 27:case 5:r=i.child.stateNode;break;case 1:r=i.child.stateNode}try{tf(n,r)}catch(T){qt(i,i.return,T)}}break;case 27:r===null&&c&4&&Yp(i);case 26:case 5:yr(n,i),r===null&&c&4&&As(i),c&512&&xs(i,i.return);break;case 12:yr(n,i);break;case 13:yr(n,i),c&4&&$p(n,i),c&64&&(n=i.memoizedState,n!==null&&(n=n.dehydrated,n!==null&&(i=HT.bind(null,i),XT(n,i))));break;case 22:if(c=i.memoizedState!==null||hr,!c){r=r!==null&&r.memoizedState!==null||rn,h=hr;var y=rn;hr=c,(rn=r)&&!y?Fu(n,i,(i.subtreeFlags&8772)!==0):yr(n,i),hr=h,rn=y}break;case 30:break;default:yr(n,i)}}function qg(n){var r=n.alternate;r!==null&&(n.alternate=null,qg(r)),n.child=null,n.deletions=null,n.sibling=null,n.tag===5&&(r=n.stateNode,r!==null&&wc(r)),n.stateNode=null,n.return=null,n.dependencies=null,n.memoizedProps=null,n.memoizedState=null,n.pendingProps=null,n.stateNode=null,n.updateQueue=null}var $t=null,Hn=!1;function mr(n,r,i){for(i=i.child;i!==null;)it(n,r,i),i=i.sibling}function it(n,r,i){if(zn&&typeof zn.onCommitFiberUnmount=="function")try{zn.onCommitFiberUnmount(xu,i)}catch{}switch(i.tag){case 26:rn||Nl(i,r),mr(n,r,i),i.memoizedState?i.memoizedState.count--:i.stateNode&&(i=i.stateNode,i.parentNode.removeChild(i));break;case 27:rn||Nl(i,r);var c=$t,h=Hn;ri(i.type)&&($t=i.stateNode,Hn=!1),mr(n,r,i),Ma(i.stateNode),$t=c,Hn=h;break;case 5:rn||Nl(i,r);case 6:if(c=$t,h=Hn,$t=null,mr(n,r,i),$t=c,Hn=h,$t!==null)if(Hn)try{($t.nodeType===9?$t.body:$t.nodeName==="HTML"?$t.ownerDocument.body:$t).removeChild(i.stateNode)}catch(y){qt(i,r,y)}else try{$t.removeChild(i.stateNode)}catch(y){qt(i,r,y)}break;case 18:$t!==null&&(Hn?(n=$t,sh(n.nodeType===9?n.body:n.nodeName==="HTML"?n.ownerDocument.body:n,i.stateNode),Cr(n)):sh($t,i.stateNode));break;case 4:c=$t,h=Hn,$t=i.stateNode.containerInfo,Hn=!0,mr(n,r,i),$t=c,Hn=h;break;case 0:case 11:case 14:case 15:rn||Iu(2,i,r),rn||Iu(4,i,r),mr(n,r,i);break;case 1:rn||(Nl(i,r),c=i.stateNode,typeof c.componentWillUnmount=="function"&&Ag(i,r,c)),mr(n,r,i);break;case 21:mr(n,r,i);break;case 22:rn=(c=rn)||i.memoizedState!==null,mr(n,r,i),rn=c;break;default:mr(n,r,i)}}function $p(n,r){if(r.memoizedState===null&&(n=r.alternate,n!==null&&(n=n.memoizedState,n!==null&&(n=n.dehydrated,n!==null))))try{Cr(n)}catch(i){qt(r,r.return,i)}}function _g(n){switch(n.tag){case 13:case 19:var r=n.stateNode;return r===null&&(r=n.stateNode=new Xp),r;case 22:return n=n.stateNode,r=n._retryCache,r===null&&(r=n._retryCache=new Xp),r;default:throw Error(d(435,n.tag))}}function Qp(n,r){var i=_g(n);r.forEach(function(c){var h=jT.bind(null,n,c);i.has(c)||(i.add(c),c.then(h,h))})}function ua(n,r){var i=r.deletions;if(i!==null)for(var c=0;c<i.length;c++){var h=i[c],y=n,T=r,O=T;e:for(;O!==null;){switch(O.tag){case 27:if(ri(O.type)){$t=O.stateNode,Hn=!1;break e}break;case 5:$t=O.stateNode,Hn=!1;break e;case 3:case 4:$t=O.stateNode.containerInfo,Hn=!0;break e}O=O.return}if($t===null)throw Error(d(160));it(y,T,h),$t=null,Hn=!1,y=h.alternate,y!==null&&(y.return=null),h.return=null}if(r.subtreeFlags&13878)for(r=r.child;r!==null;)Tf(r,n),r=r.sibling}var ia=null;function Tf(n,r){var i=n.alternate,c=n.flags;switch(n.tag){case 0:case 11:case 14:case 15:ua(r,n),Mn(n),c&4&&(Iu(3,n,n.return),Rf(3,n),Iu(5,n,n.return));break;case 1:ua(r,n),Mn(n),c&512&&(rn||i===null||Nl(i,i.return)),c&64&&hr&&(n=n.updateQueue,n!==null&&(c=n.callbacks,c!==null&&(i=n.shared.hiddenCallbacks,n.shared.hiddenCallbacks=i===null?c:i.concat(c))));break;case 26:var h=ia;if(ua(r,n),Mn(n),c&512&&(rn||i===null||Nl(i,i.return)),c&4){var y=i!==null?i.memoizedState:null;if(c=n.memoizedState,i===null)if(c===null)if(n.stateNode===null){e:{c=n.type,i=n.memoizedProps,h=h.ownerDocument||h;t:switch(c){case"title":y=h.getElementsByTagName("title")[0],(!y||y[Be]||y[xn]||y.namespaceURI==="http://www.w3.org/2000/svg"||y.hasAttribute("itemprop"))&&(y=h.createElement(c),h.head.insertBefore(y,h.querySelector("head > title"))),$e(y,c,i),y[xn]=n,bn(y),c=y;break e;case"link":var T=l0("link","href",h).get(c+(i.href||""));if(T){for(var O=0;O<T.length;O++)if(y=T[O],y.getAttribute("href")===(i.href==null||i.href===""?null:i.href)&&y.getAttribute("rel")===(i.rel==null?null:i.rel)&&y.getAttribute("title")===(i.title==null?null:i.title)&&y.getAttribute("crossorigin")===(i.crossOrigin==null?null:i.crossOrigin)){T.splice(O,1);break t}}y=h.createElement(c),$e(y,c,i),h.head.appendChild(y);break;case"meta":if(T=l0("meta","content",h).get(c+(i.content||""))){for(O=0;O<T.length;O++)if(y=T[O],y.getAttribute("content")===(i.content==null?null:""+i.content)&&y.getAttribute("name")===(i.name==null?null:i.name)&&y.getAttribute("property")===(i.property==null?null:i.property)&&y.getAttribute("http-equiv")===(i.httpEquiv==null?null:i.httpEquiv)&&y.getAttribute("charset")===(i.charSet==null?null:i.charSet)){T.splice(O,1);break t}}y=h.createElement(c),$e(y,c,i),h.head.appendChild(y);break;default:throw Error(d(468,c))}y[xn]=n,bn(y),c=y}n.stateNode=c}else r0(h,n.type,n.stateNode);else n.stateNode=KS(h,c,n.memoizedProps);else y!==c?(y===null?i.stateNode!==null&&(i=i.stateNode,i.parentNode.removeChild(i)):y.count--,c===null?r0(h,n.type,n.stateNode):KS(h,c,n.memoizedProps)):c===null&&n.stateNode!==null&&wg(n,n.memoizedProps,i.memoizedProps)}break;case 27:ua(r,n),Mn(n),c&512&&(rn||i===null||Nl(i,i.return)),i!==null&&c&4&&wg(n,n.memoizedProps,i.memoizedProps);break;case 5:if(ua(r,n),Mn(n),c&512&&(rn||i===null||Nl(i,i.return)),n.flags&32){h=n.stateNode;try{Io(h,"")}catch(re){qt(n,n.return,re)}}c&4&&n.stateNode!=null&&(h=n.memoizedProps,wg(n,h,i!==null?i.memoizedProps:h)),c&1024&&(Gp=!0);break;case 6:if(ua(r,n),Mn(n),c&4){if(n.stateNode===null)throw Error(d(162));c=n.memoizedProps,i=n.stateNode;try{i.nodeValue=c}catch(re){qt(n,n.return,re)}}break;case 3:if(si=null,h=ia,ia=ch(r.containerInfo),ua(r,n),ia=h,Mn(n),c&4&&i!==null&&i.memoizedState.isDehydrated)try{Cr(r.containerInfo)}catch(re){qt(n,n.return,re)}Gp&&(Gp=!1,Dg(n));break;case 4:c=ia,ia=ch(n.stateNode.containerInfo),ua(r,n),Mn(n),ia=c;break;case 12:ua(r,n),Mn(n);break;case 13:ua(r,n),Mn(n),n.child.flags&8192&&n.memoizedState!==null!=(i!==null&&i.memoizedState!==null)&&(Vg=It()),c&4&&(c=n.updateQueue,c!==null&&(n.updateQueue=null,Qp(n,c)));break;case 22:h=n.memoizedState!==null;var H=i!==null&&i.memoizedState!==null,W=hr,ye=rn;if(hr=W||h,rn=ye||H,ua(r,n),rn=ye,hr=W,Mn(n),c&8192)e:for(r=n.stateNode,r._visibility=h?r._visibility&-2:r._visibility|1,h&&(i===null||H||hr||rn||Qt(n)),i=null,r=n;;){if(r.tag===5||r.tag===26){if(i===null){H=i=r;try{if(y=H.stateNode,h)T=y.style,typeof T.setProperty=="function"?T.setProperty("display","none","important"):T.display="none";else{O=H.stateNode;var ve=H.memoizedProps.style,ae=ve!=null&&ve.hasOwnProperty("display")?ve.display:null;O.style.display=ae==null||typeof ae=="boolean"?"":(""+ae).trim()}}catch(re){qt(H,H.return,re)}}}else if(r.tag===6){if(i===null){H=r;try{H.stateNode.nodeValue=h?"":H.memoizedProps}catch(re){qt(H,H.return,re)}}}else if((r.tag!==22&&r.tag!==23||r.memoizedState===null||r===n)&&r.child!==null){r.child.return=r,r=r.child;continue}if(r===n)break e;for(;r.sibling===null;){if(r.return===null||r.return===n)break e;i===r&&(i=null),r=r.return}i===r&&(i=null),r.sibling.return=r.return,r=r.sibling}c&4&&(c=n.updateQueue,c!==null&&(i=c.retryQueue,i!==null&&(c.retryQueue=null,Qp(n,i))));break;case 19:ua(r,n),Mn(n),c&4&&(c=n.updateQueue,c!==null&&(n.updateQueue=null,Qp(n,c)));break;case 30:break;case 21:break;default:ua(r,n),Mn(n)}}function Mn(n){var r=n.flags;if(r&2){try{for(var i,c=n.return;c!==null;){if(DS(c)){i=c;break}c=c.return}if(i==null)throw Error(d(160));switch(i.tag){case 27:var h=i.stateNode,y=ol(n);Pp(n,y,h);break;case 5:var T=i.stateNode;i.flags&32&&(Io(T,""),i.flags&=-33);var O=ol(n);Pp(n,O,T);break;case 3:case 4:var H=i.stateNode.containerInfo,W=ol(n);mo(n,W,H);break;default:throw Error(d(161))}}catch(ye){qt(n,n.return,ye)}n.flags&=-3}r&4096&&(n.flags&=-4097)}function Dg(n){if(n.subtreeFlags&1024)for(n=n.child;n!==null;){var r=n;Dg(r),r.tag===5&&r.flags&1024&&r.stateNode.reset(),n=n.sibling}}function yr(n,r){if(r.subtreeFlags&8772)for(r=r.child;r!==null;)Mg(n,r.alternate,r),r=r.sibling}function Qt(n){for(n=n.child;n!==null;){var r=n;switch(r.tag){case 0:case 11:case 14:case 15:Iu(4,r,r.return),Qt(r);break;case 1:Nl(r,r.return);var i=r.stateNode;typeof i.componentWillUnmount=="function"&&Ag(r,r.return,i),Qt(r);break;case 27:Ma(r.stateNode);case 26:case 5:Nl(r,r.return),Qt(r);break;case 22:r.memoizedState===null&&Qt(r);break;case 30:Qt(r);break;default:Qt(r)}n=n.sibling}}function Fu(n,r,i){for(i=i&&(r.subtreeFlags&8772)!==0,r=r.child;r!==null;){var c=r.alternate,h=n,y=r,T=y.flags;switch(y.tag){case 0:case 11:case 15:Fu(h,y,i),Rf(4,y);break;case 1:if(Fu(h,y,i),c=y,h=c.stateNode,typeof h.componentDidMount=="function")try{h.componentDidMount()}catch(W){qt(c,c.return,W)}if(c=y,h=c.updateQueue,h!==null){var O=c.stateNode;try{var H=h.shared.hiddenCallbacks;if(H!==null)for(h.shared.hiddenCallbacks=null,h=0;h<H.length;h++)sp(H[h],O)}catch(W){qt(c,c.return,W)}}i&&T&64&&kp(y),xs(y,y.return);break;case 27:Yp(y);case 26:case 5:Fu(h,y,i),i&&c===null&&T&4&&As(y),xs(y,y.return);break;case 12:Fu(h,y,i);break;case 13:Fu(h,y,i),i&&T&4&&$p(h,y);break;case 22:y.memoizedState===null&&Fu(h,y,i),xs(y,y.return);break;case 30:break;default:Fu(h,y,i)}r=r.sibling}}function sl(n,r){var i=null;n!==null&&n.memoizedState!==null&&n.memoizedState.cachePool!==null&&(i=n.memoizedState.cachePool.pool),n=null,r.memoizedState!==null&&r.memoizedState.cachePool!==null&&(n=r.memoizedState.cachePool.pool),n!==i&&(n!=null&&n.refCount++,i!=null&&ar(i))}function Zp(n,r){n=null,r.alternate!==null&&(n=r.alternate.memoizedState.cache),r=r.memoizedState.cache,r!==n&&(r.refCount++,n!=null&&ar(n))}function jn(n,r,i,c){if(r.subtreeFlags&10256)for(r=r.child;r!==null;)zg(n,r,i,c),r=r.sibling}function zg(n,r,i,c){var h=r.flags;switch(r.tag){case 0:case 11:case 15:jn(n,r,i,c),h&2048&&Rf(9,r);break;case 1:jn(n,r,i,c);break;case 3:jn(n,r,i,c),h&2048&&(n=null,r.alternate!==null&&(n=r.alternate.memoizedState.cache),r=r.memoizedState.cache,r!==n&&(r.refCount++,n!=null&&ar(n)));break;case 12:if(h&2048){jn(n,r,i,c),n=r.stateNode;try{var y=r.memoizedProps,T=y.id,O=y.onPostCommit;typeof O=="function"&&O(T,r.alternate===null?"mount":"update",n.passiveEffectDuration,-0)}catch(H){qt(r,r.return,H)}}else jn(n,r,i,c);break;case 13:jn(n,r,i,c);break;case 23:break;case 22:y=r.stateNode,T=r.alternate,r.memoizedState!==null?y._visibility&2?jn(n,r,i,c):Et(n,r):y._visibility&2?jn(n,r,i,c):(y._visibility|=2,au(n,r,i,c,(r.subtreeFlags&10256)!==0)),h&2048&&sl(T,r);break;case 24:jn(n,r,i,c),h&2048&&Zp(r.alternate,r);break;default:jn(n,r,i,c)}}function au(n,r,i,c,h){for(h=h&&(r.subtreeFlags&10256)!==0,r=r.child;r!==null;){var y=n,T=r,O=i,H=c,W=T.flags;switch(T.tag){case 0:case 11:case 15:au(y,T,O,H,h),Rf(8,T);break;case 23:break;case 22:var ye=T.stateNode;T.memoizedState!==null?ye._visibility&2?au(y,T,O,H,h):Et(y,T):(ye._visibility|=2,au(y,T,O,H,h)),h&&W&2048&&sl(T.alternate,T);break;case 24:au(y,T,O,H,h),h&&W&2048&&Zp(T.alternate,T);break;default:au(y,T,O,H,h)}r=r.sibling}}function Et(n,r){if(r.subtreeFlags&10256)for(r=r.child;r!==null;){var i=n,c=r,h=c.flags;switch(c.tag){case 22:Et(i,c),h&2048&&sl(c.alternate,c);break;case 24:Et(i,c),h&2048&&Zp(c.alternate,c);break;default:Et(i,c)}r=r.sibling}}var yo=8192;function un(n){if(n.subtreeFlags&yo)for(n=n.child;n!==null;)zS(n),n=n.sibling}function zS(n){switch(n.tag){case 26:un(n),n.flags&yo&&n.memoizedState!==null&&FS(ia,n.memoizedState,n.memoizedProps);break;case 5:un(n);break;case 3:case 4:var r=ia;ia=ch(n.stateNode.containerInfo),un(n),ia=r;break;case 22:n.memoizedState===null&&(r=n.alternate,r!==null&&r.memoizedState!==null?(r=yo,yo=16777216,un(n),yo=r):un(n));break;default:un(n)}}function Ng(n){var r=n.alternate;if(r!==null&&(n=r.child,n!==null)){r.child=null;do r=n.sibling,n.sibling=null,n=r;while(n!==null)}}function bo(n){var r=n.deletions;if((n.flags&16)!==0){if(r!==null)for(var i=0;i<r.length;i++){var c=r[i];En=c,Bg(c,n)}Ng(n)}if(n.subtreeFlags&10256)for(n=n.child;n!==null;)Ug(n),n=n.sibling}function Ug(n){switch(n.tag){case 0:case 11:case 15:bo(n),n.flags&2048&&Iu(9,n,n.return);break;case 3:bo(n);break;case 12:bo(n);break;case 22:var r=n.stateNode;n.memoizedState!==null&&r._visibility&2&&(n.return===null||n.return.tag!==13)?(r._visibility&=-3,oa(n)):bo(n);break;default:bo(n)}}function oa(n){var r=n.deletions;if((n.flags&16)!==0){if(r!==null)for(var i=0;i<r.length;i++){var c=r[i];En=c,Bg(c,n)}Ng(n)}for(n=n.child;n!==null;){switch(r=n,r.tag){case 0:case 11:case 15:Iu(8,r,r.return),oa(r);break;case 22:i=r.stateNode,i._visibility&2&&(i._visibility&=-3,oa(r));break;default:oa(r)}n=n.sibling}}function Bg(n,r){for(;En!==null;){var i=En;switch(i.tag){case 0:case 11:case 15:Iu(8,i,r);break;case 23:case 22:if(i.memoizedState!==null&&i.memoizedState.cachePool!==null){var c=i.memoizedState.cachePool.pool;c!=null&&c.refCount++}break;case 24:ar(i.memoizedState.cache)}if(c=i.child,c!==null)c.return=i,En=c;else e:for(i=n;En!==null;){c=En;var h=c.sibling,y=c.return;if(qg(c),c===i){En=null;break e}if(h!==null){h.return=y,En=h;break e}En=y}}}var Hg={getCacheForType:function(n){var r=An(vn),i=r.data.get(n);return i===void 0&&(i=n(),r.data.set(n,i)),i}},NS=typeof WeakMap=="function"?WeakMap:Map,At=0,Bt=null,ct=null,ft=0,Mt=0,Aa=null,br=!1,ws=!1,jg=!1,lu=0,on=0,ru=0,vo=0,vr=0,cl=0,Os=0,Ms=null,wa=null,Lg=!1,Vg=0,Kp=1/0,qs=null,Wu=null,Ln=0,gr=null,_s=null,Vn=0,Jp=0,Ip=null,kg=null,Ds=0,Pg=null;function ka(){if((At&2)!==0&&ft!==0)return ft&-ft;if(P.T!==null){var n=rl;return n!==0?n:Ro()}return Md()}function Yg(){cl===0&&(cl=(ft&536870912)===0||gt?Xl():536870912);var n=Va.current;return n!==null&&(n.flags|=32),cl}function Pa(n,r,i){(n===Bt&&(Mt===2||Mt===9)||n.cancelPendingCommit!==null)&&(Sr(n,0),uu(n,ft,cl,!1)),Vr(n,i),((At&2)===0||n!==Bt)&&(n===Bt&&((At&2)===0&&(vo|=i),on===4&&uu(n,ft,cl,!1)),Oa(n))}function zs(n,r,i){if((At&6)!==0)throw Error(d(327));var c=!i&&(r&124)===0&&(r&n.expiredLanes)===0||Ia(n,r),h=c?Xg(n,r):Fp(n,r,!0),y=c;do{if(h===0){ws&&!c&&uu(n,r,0,!1);break}else{if(i=n.current.alternate,y&&!US(i)){h=Fp(n,r,!1),y=!1;continue}if(h===2){if(y=r,n.errorRecoveryDisabledLanes&y)var T=0;else T=n.pendingLanes&-536870913,T=T!==0?T:T&536870912?536870912:0;if(T!==0){r=T;e:{var O=n;h=Ms;var H=O.current.memoizedState.isDehydrated;if(H&&(Sr(O,T).flags|=256),T=Fp(O,T,!1),T!==2){if(jg&&!H){O.errorRecoveryDisabledLanes|=y,vo|=y,h=4;break e}y=wa,wa=h,y!==null&&(wa===null?wa=y:wa.push.apply(wa,y))}h=T}if(y=!1,h!==2)continue}}if(h===1){Sr(n,0),uu(n,r,0,!0);break}e:{switch(c=n,y=h,y){case 0:case 1:throw Error(d(345));case 4:if((r&4194048)!==r)break;case 6:uu(c,r,cl,!br);break e;case 2:wa=null;break;case 3:case 5:break;default:throw Error(d(329))}if((r&62914560)===r&&(h=Vg+300-It(),10<h)){if(uu(c,r,cl,!br),Gl(c,0,!0)!==0)break e;c.timeoutHandle=oh(Cf.bind(null,c,i,wa,qs,Lg,r,cl,vo,Os,br,y,2,-0,0),h);break e}Cf(c,i,wa,qs,Lg,r,cl,vo,Os,br,y,0,-0,0)}}break}while(!0);Oa(n)}function Cf(n,r,i,c,h,y,T,O,H,W,ye,ve,ae,re){if(n.timeoutHandle=-1,ve=r.subtreeFlags,(ve&8192||(ve&16785408)===16785408)&&(Xs={stylesheets:null,count:0,unsuspend:IS},zS(r),ve=i0(),ve!==null)){n.cancelPendingCommit=ve(jS.bind(null,n,r,y,i,c,h,T,O,H,ye,1,ae,re)),uu(n,y,T,!W);return}jS(n,r,y,i,c,h,T,O,H)}function US(n){for(var r=n;;){var i=r.tag;if((i===0||i===11||i===15)&&r.flags&16384&&(i=r.updateQueue,i!==null&&(i=i.stores,i!==null)))for(var c=0;c<i.length;c++){var h=i[c],y=h.getSnapshot;h=h.value;try{if(!Bn(y(),h))return!1}catch{return!1}}if(i=r.child,r.subtreeFlags&16384&&i!==null)i.return=r,r=i;else{if(r===n)break;for(;r.sibling===null;){if(r.return===null||r.return===n)return!0;r=r.return}r.sibling.return=r.return,r=r.sibling}}return!0}function uu(n,r,i,c){r&=~vr,r&=~vo,n.suspendedLanes|=r,n.pingedLanes&=~r,c&&(n.warmLanes|=r),c=n.expirationTimes;for(var h=r;0<h;){var y=31-Qn(h),T=1<<y;c[y]=-1,h&=~T}i!==0&&Di(n,i,r)}function go(){return(At&6)===0?(Of(0),!1):!0}function ei(){if(ct!==null){if(Mt===0)var n=ct.return;else n=ct,ql=Jr=null,pp(n),oo=null,Ss=0,n=ct;for(;n!==null;)xg(n.alternate,n),n=n.return;ct=null}}function Sr(n,r){var i=n.timeoutHandle;i!==-1&&(n.timeoutHandle=-1,PT(i)),i=n.cancelPendingCommit,i!==null&&(n.cancelPendingCommit=null,i()),ei(),Bt=n,ct=i=Ol(n.current,null),ft=r,Mt=0,Aa=null,br=!1,ws=Ia(n,r),jg=!1,Os=cl=vr=vo=ru=on=0,wa=Ms=null,Lg=!1,(r&8)!==0&&(r|=r&32);var c=n.entangledLanes;if(c!==0)for(n=n.entanglements,c&=r;0<c;){var h=31-Qn(c),y=1<<h;r|=n[h],c&=~y}return lu=r,wl(),i}function Gg(n,r){Ie=null,P.H=Op,r===Gu||r===Wc?(r=Zv(),Mt=3):r===lp?(r=Zv(),Mt=4):Mt=r===ln?8:r!==null&&typeof r=="object"&&typeof r.then=="function"?6:1,Aa=r,ct===null&&(on=1,vf(n,Ha(r,n.current)))}function BS(){var n=P.H;return P.H=Op,n===null?Op:n}function So(){var n=P.A;return P.A=Hg,n}function Eo(){on=4,br||(ft&4194048)!==ft&&Va.current!==null||(ws=!0),(ru&134217727)===0&&(vo&134217727)===0||Bt===null||uu(Bt,ft,cl,!1)}function Fp(n,r,i){var c=At;At|=2;var h=BS(),y=So();(Bt!==n||ft!==r)&&(qs=null,Sr(n,r)),r=!1;var T=on;e:do try{if(Mt!==0&&ct!==null){var O=ct,H=Aa;switch(Mt){case 8:ei(),T=6;break e;case 3:case 2:case 9:case 6:Va.current===null&&(r=!0);var W=Mt;if(Mt=0,Aa=null,Ns(n,O,H,W),i&&ws){T=0;break e}break;default:W=Mt,Mt=0,Aa=null,Ns(n,O,H,W)}}Wp(),T=on;break}catch(ye){Gg(n,ye)}while(!0);return r&&n.shellSuspendCounter++,ql=Jr=null,At=c,P.H=h,P.A=y,ct===null&&(Bt=null,ft=0,wl()),T}function Wp(){for(;ct!==null;)Qg(ct)}function Xg(n,r){var i=At;At|=2;var c=BS(),h=So();Bt!==n||ft!==r?(qs=null,Kp=It()+500,Sr(n,r)):ws=Ia(n,r);e:do try{if(Mt!==0&&ct!==null){r=ct;var y=Aa;t:switch(Mt){case 1:Mt=0,Aa=null,Ns(n,r,y,1);break;case 2:case 9:if(up(y)){Mt=0,Aa=null,Zg(r);break}r=function(){Mt!==2&&Mt!==9||Bt!==n||(Mt=7),Oa(n)},y.then(r,r);break e;case 3:Mt=7;break e;case 4:Mt=5;break e;case 7:up(y)?(Mt=0,Aa=null,Zg(r)):(Mt=0,Aa=null,Ns(n,r,y,7));break;case 5:var T=null;switch(ct.tag){case 26:T=ct.memoizedState;case 5:case 27:var O=ct;if(!T||u0(T)){Mt=0,Aa=null;var H=O.sibling;if(H!==null)ct=H;else{var W=O.return;W!==null?(ct=W,xf(W)):ct=null}break t}}Mt=0,Aa=null,Ns(n,r,y,5);break;case 6:Mt=0,Aa=null,Ns(n,r,y,6);break;case 8:ei(),on=6;break e;default:throw Error(d(462))}}$g();break}catch(ye){Gg(n,ye)}while(!0);return ql=Jr=null,P.H=c,P.A=h,At=i,ct!==null?0:(Bt=null,ft=0,wl(),on)}function $g(){for(;ct!==null&&!Cn();)Qg(ct)}function Qg(n){var r=_S(n.alternate,n,lu);n.memoizedProps=n.pendingProps,r===null?xf(n):ct=r}function Zg(n){var r=n,i=r.alternate;switch(r.tag){case 15:case 0:r=Sg(i,r,r.pendingProps,r.type,void 0,ft);break;case 11:r=Sg(i,r,r.pendingProps,r.type.render,r.ref,ft);break;case 5:pp(r);default:xg(i,r),r=ct=lt(r,lu),r=_S(i,r,lu)}n.memoizedProps=n.pendingProps,r===null?xf(n):ct=r}function Ns(n,r,i,c){ql=Jr=null,pp(r),oo=null,Ss=0;var h=r.return;try{if(OS(n,h,r,i,ft)){on=1,vf(n,Ha(i,n.current)),ct=null;return}}catch(y){if(h!==null)throw ct=h,y;on=1,vf(n,Ha(i,n.current)),ct=null;return}r.flags&32768?(gt||c===1?n=!0:ws||(ft&536870912)!==0?n=!1:(br=n=!0,(c===2||c===9||c===3||c===6)&&(c=Va.current,c!==null&&c.tag===13&&(c.flags|=16384))),HS(r,n)):xf(r)}function xf(n){var r=n;do{if((r.flags&32768)!==0){HS(r,br);return}n=r.return;var i=Cg(r.alternate,r,lu);if(i!==null){ct=i;return}if(r=r.sibling,r!==null){ct=r;return}ct=r=n}while(r!==null);on===0&&(on=5)}function HS(n,r){do{var i=BT(n.alternate,n);if(i!==null){i.flags&=32767,ct=i;return}if(i=n.return,i!==null&&(i.flags|=32768,i.subtreeFlags=0,i.deletions=null),!r&&(n=n.sibling,n!==null)){ct=n;return}ct=n=i}while(n!==null);on=6,ct=null}function jS(n,r,i,c,h,y,T,O,H){n.cancelPendingCommit=null;do th();while(Ln!==0);if((At&6)!==0)throw Error(d(327));if(r!==null){if(r===n.current)throw Error(d(177));if(y=r.lanes|r.childLanes,y|=Wl,Od(n,i,y,T,O,H),n===Bt&&(ct=Bt=null,ft=0),_s=r,gr=n,Vn=i,Jp=y,Ip=h,kg=c,(r.subtreeFlags&10256)!==0||(r.flags&10256)!==0?(n.callbackNode=null,n.callbackPriority=0,LT(_i,function(){return Kg(),null})):(n.callbackNode=null,n.callbackPriority=0),c=(r.flags&13878)!==0,(r.subtreeFlags&13878)!==0||c){c=P.T,P.T=null,h=se.p,se.p=2,T=At,At|=4;try{Og(n,r,i)}finally{At=T,se.p=h,P.T=c}}Ln=1,LS(),Af(),eh()}}function LS(){if(Ln===1){Ln=0;var n=gr,r=_s,i=(r.flags&13878)!==0;if((r.subtreeFlags&13878)!==0||i){i=P.T,P.T=null;var c=se.p;se.p=2;var h=At;At|=4;try{Tf(r,n);var y=Bf,T=Hv(n.containerInfo),O=y.focusedElem,H=y.selectionRange;if(T!==O&&O&&O.ownerDocument&&Pc(O.ownerDocument.documentElement,O)){if(H!==null&&Yc(O)){var W=H.start,ye=H.end;if(ye===void 0&&(ye=W),"selectionStart"in O)O.selectionStart=W,O.selectionEnd=Math.min(ye,O.value.length);else{var ve=O.ownerDocument||document,ae=ve&&ve.defaultView||window;if(ae.getSelection){var re=ae.getSelection(),Ve=O.textContent.length,ke=Math.min(H.start,Ve),Rt=H.end===void 0?ke:Math.min(H.end,Ve);!re.extend&&ke>Rt&&(T=Rt,Rt=ke,ke=T);var Z=kt(O,ke),G=kt(O,Rt);if(Z&&G&&(re.rangeCount!==1||re.anchorNode!==Z.node||re.anchorOffset!==Z.offset||re.focusNode!==G.node||re.focusOffset!==G.offset)){var I=ve.createRange();I.setStart(Z.node,Z.offset),re.removeAllRanges(),ke>Rt?(re.addRange(I),re.extend(G.node,G.offset)):(I.setEnd(G.node,G.offset),re.addRange(I))}}}}for(ve=[],re=O;re=re.parentNode;)re.nodeType===1&&ve.push({element:re,left:re.scrollLeft,top:re.scrollTop});for(typeof O.focus=="function"&&O.focus(),O=0;O<ve.length;O++){var be=ve[O];be.element.scrollLeft=be.left,be.element.scrollTop=be.top}}kf=!!Uf,Bf=Uf=null}finally{At=h,se.p=c,P.T=i}}n.current=r,Ln=2}}function Af(){if(Ln===2){Ln=0;var n=gr,r=_s,i=(r.flags&8772)!==0;if((r.subtreeFlags&8772)!==0||i){i=P.T,P.T=null;var c=se.p;se.p=2;var h=At;At|=4;try{Mg(n,r.alternate,r)}finally{At=h,se.p=c,P.T=i}}Ln=3}}function eh(){if(Ln===4||Ln===3){Ln=0,Jt();var n=gr,r=_s,i=Vn,c=kg;(r.subtreeFlags&10256)!==0||(r.flags&10256)!==0?Ln=5:(Ln=0,_s=gr=null,VS(n,n.pendingLanes));var h=n.pendingLanes;if(h===0&&(Wu=null),we(i),r=r.stateNode,zn&&typeof zn.onCommitFiberRoot=="function")try{zn.onCommitFiberRoot(xu,r,void 0,(r.current.flags&128)===128)}catch{}if(c!==null){r=P.T,h=se.p,se.p=2,P.T=null;try{for(var y=n.onRecoverableError,T=0;T<c.length;T++){var O=c[T];y(O.value,{componentStack:O.stack})}}finally{P.T=r,se.p=h}}(Vn&3)!==0&&th(),Oa(n),h=n.pendingLanes,(i&4194090)!==0&&(h&42)!==0?n===Pg?Ds++:(Ds=0,Pg=n):Ds=0,Of(0)}}function VS(n,r){(n.pooledCacheLanes&=r)===0&&(r=n.pooledCache,r!=null&&(n.pooledCache=null,ar(r)))}function th(n){return LS(),Af(),eh(),Kg()}function Kg(){if(Ln!==5)return!1;var n=gr,r=Jp;Jp=0;var i=we(Vn),c=P.T,h=se.p;try{se.p=32>i?32:i,P.T=null,i=Ip,Ip=null;var y=gr,T=Vn;if(Ln=0,_s=gr=null,Vn=0,(At&6)!==0)throw Error(d(331));var O=At;if(At|=4,Ug(y.current),zg(y,y.current,T,i),At=O,Of(0,!1),zn&&typeof zn.onPostCommitFiberRoot=="function")try{zn.onPostCommitFiberRoot(xu,y)}catch{}return!0}finally{se.p=h,P.T=c,VS(n,r)}}function Jg(n,r,i){r=Ha(i,r),r=vg(n.stateNode,r,2),n=ur(n,r,2),n!==null&&(Vr(n,2),Oa(n))}function qt(n,r,i){if(n.tag===3)Jg(n,n,i);else for(;r!==null;){if(r.tag===3){Jg(r,n,i);break}else if(r.tag===1){var c=r.stateNode;if(typeof r.type.getDerivedStateFromError=="function"||typeof c.componentDidCatch=="function"&&(Wu===null||!Wu.has(c))){n=Ha(i,n),i=gg(2),c=ur(r,i,2),c!==null&&(xa(i,c,r,n),Vr(c,2),Oa(c));break}}r=r.return}}function nh(n,r,i){var c=n.pingCache;if(c===null){c=n.pingCache=new NS;var h=new Set;c.set(r,h)}else h=c.get(r),h===void 0&&(h=new Set,c.set(r,h));h.has(i)||(jg=!0,h.add(i),n=Ig.bind(null,n,r,i),r.then(n,n))}function Ig(n,r,i){var c=n.pingCache;c!==null&&c.delete(r),n.pingedLanes|=n.suspendedLanes&i,n.warmLanes&=~i,Bt===n&&(ft&i)===i&&(on===4||on===3&&(ft&62914560)===ft&&300>It()-Vg?(At&2)===0&&Sr(n,0):vr|=i,Os===ft&&(Os=0)),Oa(n)}function Fg(n,r){r===0&&(r=Lr()),n=er(n,r),n!==null&&(Vr(n,r),Oa(n))}function HT(n){var r=n.memoizedState,i=0;r!==null&&(i=r.retryLane),Fg(n,i)}function jT(n,r){var i=0;switch(n.tag){case 13:var c=n.stateNode,h=n.memoizedState;h!==null&&(i=h.retryLane);break;case 19:c=n.stateNode;break;case 22:c=n.stateNode._retryCache;break;default:throw Error(d(314))}c!==null&&c.delete(r),Fg(n,i)}function LT(n,r){return Je(n,r)}var ah=null,ti=null,wf=!1,Us=!1,lh=!1,ni=0;function Oa(n){n!==ti&&n.next===null&&(ti===null?ah=ti=n:ti=ti.next=n),Us=!0,wf||(wf=!0,YS())}function Of(n,r){if(!lh&&Us){lh=!0;do for(var i=!1,c=ah;c!==null;){if(n!==0){var h=c.pendingLanes;if(h===0)var y=0;else{var T=c.suspendedLanes,O=c.pingedLanes;y=(1<<31-Qn(42|n)+1)-1,y&=h&~(T&~O),y=y&201326741?y&201326741|1:y?y|2:0}y!==0&&(i=!0,qf(c,y))}else y=ft,y=Gl(c,c===Bt?y:0,c.cancelPendingCommit!==null||c.timeoutHandle!==-1),(y&3)===0||Ia(c,y)||(i=!0,qf(c,y));c=c.next}while(i);lh=!1}}function kS(){Mf()}function Mf(){Us=wf=!1;var n=0;ni!==0&&(su()&&(n=ni),ni=0);for(var r=It(),i=null,c=ah;c!==null;){var h=c.next,y=Wg(c,r);y===0?(c.next=null,i===null?ah=h:i.next=h,h===null&&(ti=i)):(i=c,(n!==0||(y&3)!==0)&&(Us=!0)),c=h}Of(n)}function Wg(n,r){for(var i=n.suspendedLanes,c=n.pingedLanes,h=n.expirationTimes,y=n.pendingLanes&-62914561;0<y;){var T=31-Qn(y),O=1<<T,H=h[T];H===-1?((O&i)===0||(O&c)!==0)&&(h[T]=pn(O,r)):H<=r&&(n.expiredLanes|=O),y&=~O}if(r=Bt,i=ft,i=Gl(n,n===r?i:0,n.cancelPendingCommit!==null||n.timeoutHandle!==-1),c=n.callbackNode,i===0||n===r&&(Mt===2||Mt===9)||n.cancelPendingCommit!==null)return c!==null&&c!==null&&Gt(c),n.callbackNode=null,n.callbackPriority=0;if((i&3)===0||Ia(n,i)){if(r=i&-i,r===n.callbackPriority)return r;switch(c!==null&&Gt(c),we(i)){case 2:case 8:i=Cc;break;case 32:i=_i;break;case 268435456:i=Cu;break;default:i=_i}return c=PS.bind(null,n),i=Je(i,c),n.callbackPriority=r,n.callbackNode=i,r}return c!==null&&c!==null&&Gt(c),n.callbackPriority=2,n.callbackNode=null,2}function PS(n,r){if(Ln!==0&&Ln!==5)return n.callbackNode=null,n.callbackPriority=0,null;var i=n.callbackNode;if(th()&&n.callbackNode!==i)return null;var c=ft;return c=Gl(n,n===Bt?c:0,n.cancelPendingCommit!==null||n.timeoutHandle!==-1),c===0?null:(zs(n,c,r),Wg(n,It()),n.callbackNode!=null&&n.callbackNode===i?PS.bind(null,n):null)}function qf(n,r){if(th())return null;zs(n,r,!0)}function YS(){YT(function(){(At&6)!==0?Je(xd,kS):Mf()})}function Ro(){return ni===0&&(ni=Xl()),ni}function rh(n){return n==null||typeof n=="symbol"||typeof n=="boolean"?null:typeof n=="function"?n:Nc(""+n)}function _f(n,r){var i=r.ownerDocument.createElement("input");return i.name=r.name,i.value=r.value,n.id&&i.setAttribute("form",n.id),r.parentNode.insertBefore(i,r),n=new FormData(n),i.parentNode.removeChild(i),n}function GS(n,r,i,c,h){if(r==="submit"&&i&&i.stateNode===h){var y=rh((h[aa]||null).action),T=c.submitter;T&&(r=(r=T[aa]||null)?rh(r.formAction):T.getAttribute("formAction"),r!==null&&(y=r,T=null));var O=new kd("action","action",null,c,h);n.push({event:O,listeners:[{instance:null,listener:function(){if(c.defaultPrevented){if(ni!==0){var H=T?_f(h,T):new FormData(h);wp(i,{pending:!0,data:H,method:h.method,action:y},null,H)}}else typeof y=="function"&&(O.preventDefault(),H=T?_f(h,T):new FormData(h),wp(i,{pending:!0,data:H,method:h.method,action:y},y,H))},currentTarget:h}]})}}for(var sn=0;sn<as.length;sn++){var Df=as[sn],VT=Df.toLowerCase(),at=Df[0].toUpperCase()+Df.slice(1);el(VT,"on"+at)}el(pS,"onAnimationEnd"),el(jv,"onAnimationIteration"),el(hS,"onAnimationStart"),el("dblclick","onDoubleClick"),el("focusin","onFocus"),el("focusout","onBlur"),el(Lv,"onTransitionRun"),el(Jd,"onTransitionStart"),el(mS,"onTransitionCancel"),el(Vv,"onTransitionEnd"),Ou("onMouseEnter",["mouseout","mouseover"]),Ou("onMouseLeave",["mouseout","mouseover"]),Ou("onPointerEnter",["pointerout","pointerover"]),Ou("onPointerLeave",["pointerout","pointerover"]),wu("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),wu("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),wu("onBeforeInput",["compositionend","keypress","textInput","paste"]),wu("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),wu("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),wu("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var zf="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(" "),ai=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(zf));function To(n,r){r=(r&4)!==0;for(var i=0;i<n.length;i++){var c=n[i],h=c.event;c=c.listeners;e:{var y=void 0;if(r)for(var T=c.length-1;0<=T;T--){var O=c[T],H=O.instance,W=O.currentTarget;if(O=O.listener,H!==y&&h.isPropagationStopped())break e;y=O,h.currentTarget=W;try{y(h)}catch(ye){yf(ye)}h.currentTarget=null,y=H}else for(T=0;T<c.length;T++){if(O=c[T],H=O.instance,W=O.currentTarget,O=O.listener,H!==y&&h.isPropagationStopped())break e;y=O,h.currentTarget=W;try{y(h)}catch(ye){yf(ye)}h.currentTarget=null,y=H}}}}function Fe(n,r){var i=r[qd];i===void 0&&(i=r[qd]=new Set);var c=n+"__bubble";i.has(c)||(uh(r,n,2,!1),i.add(c))}function Bs(n,r,i){var c=0;r&&(c|=4),uh(i,n,c,r)}var Hs="_reactListening"+Math.random().toString(36).slice(2);function e0(n){if(!n[Hs]){n[Hs]=!0,Mc.forEach(function(i){i!=="selectionchange"&&(ai.has(i)||Bs(i,!1,n),Bs(i,!0,n))});var r=n.nodeType===9?n:n.ownerDocument;r===null||r[Hs]||(r[Hs]=!0,Bs("selectionchange",!1,r))}}function uh(n,r,i,c){switch(m0(r)){case 2:var h=WS;break;case 8:h=eE;break;default:h=p0}i=h.bind(null,r,i,n),h=void 0,!jd||r!=="touchstart"&&r!=="touchmove"&&r!=="wheel"||(h=!0),c?h!==void 0?n.addEventListener(r,i,{capture:!0,passive:h}):n.addEventListener(r,i,!0):h!==void 0?n.addEventListener(r,i,{passive:h}):n.addEventListener(r,i,!1)}function fl(n,r,i,c,h){var y=c;if((r&1)===0&&(r&2)===0&&c!==null)e:for(;;){if(c===null)return;var T=c.tag;if(T===3||T===4){var O=c.stateNode.containerInfo;if(O===h)break;if(T===4)for(T=c.return;T!==null;){var H=T.tag;if((H===3||H===4)&&T.stateNode.containerInfo===h)return;T=T.return}for(;O!==null;){if(T=Nn(O),T===null)return;if(H=T.tag,H===5||H===6||H===26||H===27){c=y=T;continue e}O=O.parentNode}}c=c.return}es(function(){var W=y,ye=Hd(i),ve=[];e:{var ae=kv.get(n);if(ae!==void 0){var re=kd,Ve=n;switch(n){case"keypress":if(Un(i)===0)break e;case"keydown":case"keyup":re=Rl;break;case"focusin":Ve="focus",re=Rv;break;case"focusout":Ve="blur",re=Rv;break;case"beforeblur":case"afterblur":re=Rv;break;case"click":if(i.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":re=Ev;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":re=lS;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":re=xv;break;case pS:case jv:case hS:re=DT;break;case Vv:re=sS;break;case"scroll":case"scrollend":re=nS;break;case"wheel":re=Xi;break;case"copy":case"cut":case"paste":re=Hc;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":re=jc;break;case"toggle":case"beforetoggle":re=cS}var ke=(r&4)!==0,Rt=!ke&&(n==="scroll"||n==="scrollend"),Z=ke?ae!==null?ae+"Capture":null:ae;ke=[];for(var G=W,I;G!==null;){var be=G;if(I=be.stateNode,be=be.tag,be!==5&&be!==26&&be!==27||I===null||Z===null||(be=ki(G,Z),be!=null&&ke.push(iu(G,be,I))),Rt)break;G=G.return}0<ke.length&&(ae=new re(ae,Ve,null,i,ye),ve.push({event:ae,listeners:ke}))}}if((r&7)===0){e:{if(ae=n==="mouseover"||n==="pointerover",re=n==="mouseout"||n==="pointerout",ae&&i!==Vi&&(Ve=i.relatedTarget||i.fromElement)&&(Nn(Ve)||Ve[Ko]))break e;if((re||ae)&&(ae=ye.window===ye?ye:(ae=ye.ownerDocument)?ae.defaultView||ae.parentWindow:window,re?(Ve=i.relatedTarget||i.toElement,re=W,Ve=Ve?Nn(Ve):null,Ve!==null&&(Rt=b(Ve),ke=Ve.tag,Ve!==Rt||ke!==5&&ke!==27&&ke!==6)&&(Ve=null)):(re=null,Ve=W),re!==Ve)){if(ke=Ev,be="onMouseLeave",Z="onMouseEnter",G="mouse",(n==="pointerout"||n==="pointerover")&&(ke=jc,be="onPointerLeave",Z="onPointerEnter",G="pointer"),Rt=re==null?ae:Oc(re),I=Ve==null?ae:Oc(Ve),ae=new ke(be,G+"leave",re,i,ye),ae.target=Rt,ae.relatedTarget=I,be=null,Nn(ye)===W&&(ke=new ke(Z,G+"enter",Ve,i,ye),ke.target=I,ke.relatedTarget=Rt,be=ke),Rt=be,re&&Ve)t:{for(ke=re,Z=Ve,G=0,I=ke;I;I=li(I))G++;for(I=0,be=Z;be;be=li(be))I++;for(;0<G-I;)ke=li(ke),G--;for(;0<I-G;)Z=li(Z),I--;for(;G--;){if(ke===Z||Z!==null&&ke===Z.alternate)break t;ke=li(ke),Z=li(Z)}ke=null}else ke=null;re!==null&&Nf(ve,ae,re,ke,!1),Ve!==null&&Rt!==null&&Nf(ve,Rt,Ve,ke,!0)}}e:{if(ae=W?Oc(W):window,re=ae.nodeName&&ae.nodeName.toLowerCase(),re==="select"||re==="input"&&ae.type==="file")var ze=_v;else if($d(ae))if(Dv)ze=Uv;else{ze=Nu;var rt=Zd}else re=ae.nodeName,!re||re.toLowerCase()!=="input"||ae.type!=="checkbox"&&ae.type!=="radio"?W&&Li(W.elementType)&&(ze=_v):ze=$r;if(ze&&(ze=ze(n,W))){Qd(ve,ze,i,ye);break e}rt&&rt(n,ae,W),n==="focusout"&&W&&ae.type==="number"&&W.memoizedProps.value!=null&&Dc(ae,"number",ae.value)}switch(rt=W?Oc(W):window,n){case"focusin":($d(rt)||rt.contentEditable==="true")&&(Il=rt,xl=W,Hu=null);break;case"focusout":Hu=xl=Il=null;break;case"mousedown":Ji=!0;break;case"contextmenu":case"mouseup":case"dragend":Ji=!1,Kd(ve,i,ye);break;case"selectionchange":if(Ki)break;case"keydown":case"keyup":Kd(ve,i,ye)}var Le;if(Lc)e:{switch(n){case"compositionstart":var Ye="onCompositionStart";break e;case"compositionend":Ye="onCompositionEnd";break e;case"compositionupdate":Ye="onCompositionUpdate";break e}Ye=void 0}else zu?kc(n,i)&&(Ye="onCompositionEnd"):n==="keydown"&&i.keyCode===229&&(Ye="onCompositionStart");Ye&&(Kl&&i.locale!=="ko"&&(zu||Ye!=="onCompositionStart"?Ye==="onCompositionEnd"&&zu&&(Le=gv()):(Gr=ye,ts="value"in Gr?Gr.value:Gr.textContent,zu=!0)),rt=js(W,Ye),0<rt.length&&(Ye=new Tv(Ye,n,null,i,ye),ve.push({event:Ye,listeners:rt}),Le?Ye.data=Le:(Le=Du(i),Le!==null&&(Ye.data=Le)))),(Le=wv?Mv(n,i):$i(n,i))&&(Ye=js(W,"onBeforeInput"),0<Ye.length&&(rt=new Tv("onBeforeInput","beforeinput",null,i,ye),ve.push({event:rt,listeners:Ye}),rt.data=Le)),GS(ve,n,W,i,ye)}To(ve,r)})}function iu(n,r,i){return{instance:n,listener:r,currentTarget:i}}function js(n,r){for(var i=r+"Capture",c=[];n!==null;){var h=n,y=h.stateNode;if(h=h.tag,h!==5&&h!==26&&h!==27||y===null||(h=ki(n,i),h!=null&&c.unshift(iu(n,h,y)),h=ki(n,r),h!=null&&c.push(iu(n,h,y))),n.tag===3)return c;n=n.return}return[]}function li(n){if(n===null)return null;do n=n.return;while(n&&n.tag!==5&&n.tag!==27);return n||null}function Nf(n,r,i,c,h){for(var y=r._reactName,T=[];i!==null&&i!==c;){var O=i,H=O.alternate,W=O.stateNode;if(O=O.tag,H!==null&&H===c)break;O!==5&&O!==26&&O!==27||W===null||(H=W,h?(W=ki(i,y),W!=null&&T.unshift(iu(i,W,H))):h||(W=ki(i,y),W!=null&&T.push(iu(i,W,H)))),i=i.return}T.length!==0&&n.push({event:r,listeners:T})}var Ya=/\r\n?/g,t0=/\u0000|\uFFFD/g;function XS(n){return(typeof n=="string"?n:""+n).replace(Ya,`
|
|
352
|
+
`).replace(t0,"")}function n0(n,r){return r=XS(r),XS(n)===r}function ih(){}function Ze(n,r,i,c,h,y){switch(i){case"children":typeof c=="string"?r==="body"||r==="textarea"&&c===""||Io(n,c):(typeof c=="number"||typeof c=="bigint")&&r!=="body"&&Io(n,""+c);break;case"className":qc(n,"class",c);break;case"tabIndex":qc(n,"tabindex",c);break;case"dir":case"role":case"viewBox":case"width":case"height":qc(n,i,c);break;case"style":zc(n,c,y);break;case"data":if(r!=="object"){qc(n,"data",c);break}case"src":case"href":if(c===""&&(r!=="a"||i!=="href")){n.removeAttribute(i);break}if(c==null||typeof c=="function"||typeof c=="symbol"||typeof c=="boolean"){n.removeAttribute(i);break}c=Nc(""+c),n.setAttribute(i,c);break;case"action":case"formAction":if(typeof c=="function"){n.setAttribute(i,"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 y=="function"&&(i==="formAction"?(r!=="input"&&Ze(n,r,"name",h.name,h,null),Ze(n,r,"formEncType",h.formEncType,h,null),Ze(n,r,"formMethod",h.formMethod,h,null),Ze(n,r,"formTarget",h.formTarget,h,null)):(Ze(n,r,"encType",h.encType,h,null),Ze(n,r,"method",h.method,h,null),Ze(n,r,"target",h.target,h,null)));if(c==null||typeof c=="symbol"||typeof c=="boolean"){n.removeAttribute(i);break}c=Nc(""+c),n.setAttribute(i,c);break;case"onClick":c!=null&&(n.onclick=ih);break;case"onScroll":c!=null&&Fe("scroll",n);break;case"onScrollEnd":c!=null&&Fe("scrollend",n);break;case"dangerouslySetInnerHTML":if(c!=null){if(typeof c!="object"||!("__html"in c))throw Error(d(61));if(i=c.__html,i!=null){if(h.children!=null)throw Error(d(60));n.innerHTML=i}}break;case"multiple":n.multiple=c&&typeof c!="function"&&typeof c!="symbol";break;case"muted":n.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"){n.removeAttribute("xlink:href");break}i=Nc(""+c),n.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",i);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"?n.setAttribute(i,""+c):n.removeAttribute(i);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":c&&typeof c!="function"&&typeof c!="symbol"?n.setAttribute(i,""):n.removeAttribute(i);break;case"capture":case"download":c===!0?n.setAttribute(i,""):c!==!1&&c!=null&&typeof c!="function"&&typeof c!="symbol"?n.setAttribute(i,c):n.removeAttribute(i);break;case"cols":case"rows":case"size":case"span":c!=null&&typeof c!="function"&&typeof c!="symbol"&&!isNaN(c)&&1<=c?n.setAttribute(i,c):n.removeAttribute(i);break;case"rowSpan":case"start":c==null||typeof c=="function"||typeof c=="symbol"||isNaN(c)?n.removeAttribute(i):n.setAttribute(i,c);break;case"popover":Fe("beforetoggle",n),Fe("toggle",n),Pr(n,"popover",c);break;case"xlinkActuate":Ql(n,"http://www.w3.org/1999/xlink","xlink:actuate",c);break;case"xlinkArcrole":Ql(n,"http://www.w3.org/1999/xlink","xlink:arcrole",c);break;case"xlinkRole":Ql(n,"http://www.w3.org/1999/xlink","xlink:role",c);break;case"xlinkShow":Ql(n,"http://www.w3.org/1999/xlink","xlink:show",c);break;case"xlinkTitle":Ql(n,"http://www.w3.org/1999/xlink","xlink:title",c);break;case"xlinkType":Ql(n,"http://www.w3.org/1999/xlink","xlink:type",c);break;case"xmlBase":Ql(n,"http://www.w3.org/XML/1998/namespace","xml:base",c);break;case"xmlLang":Ql(n,"http://www.w3.org/XML/1998/namespace","xml:lang",c);break;case"xmlSpace":Ql(n,"http://www.w3.org/XML/1998/namespace","xml:space",c);break;case"is":Pr(n,"is",c);break;case"innerText":case"textContent":break;default:(!(2<i.length)||i[0]!=="o"&&i[0]!=="O"||i[1]!=="n"&&i[1]!=="N")&&(i=MT.get(i)||i,Pr(n,i,c))}}function ce(n,r,i,c,h,y){switch(i){case"style":zc(n,c,y);break;case"dangerouslySetInnerHTML":if(c!=null){if(typeof c!="object"||!("__html"in c))throw Error(d(61));if(i=c.__html,i!=null){if(h.children!=null)throw Error(d(60));n.innerHTML=i}}break;case"children":typeof c=="string"?Io(n,c):(typeof c=="number"||typeof c=="bigint")&&Io(n,""+c);break;case"onScroll":c!=null&&Fe("scroll",n);break;case"onScrollEnd":c!=null&&Fe("scrollend",n);break;case"onClick":c!=null&&(n.onclick=ih);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!Ua.hasOwnProperty(i))e:{if(i[0]==="o"&&i[1]==="n"&&(h=i.endsWith("Capture"),r=i.slice(2,h?i.length-7:void 0),y=n[aa]||null,y=y!=null?y[i]:null,typeof y=="function"&&n.removeEventListener(r,y,h),typeof c=="function")){typeof y!="function"&&y!==null&&(i in n?n[i]=null:n.hasAttribute(i)&&n.removeAttribute(i)),n.addEventListener(r,c,h);break e}i in n?n[i]=c:c===!0?n.setAttribute(i,""):Pr(n,i,c)}}}function $e(n,r,i){switch(r){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":Fe("error",n),Fe("load",n);var c=!1,h=!1,y;for(y in i)if(i.hasOwnProperty(y)){var T=i[y];if(T!=null)switch(y){case"src":c=!0;break;case"srcSet":h=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(d(137,r));default:Ze(n,r,y,T,i,null)}}h&&Ze(n,r,"srcSet",i.srcSet,i,null),c&&Ze(n,r,"src",i.src,i,null);return;case"input":Fe("invalid",n);var O=y=T=h=null,H=null,W=null;for(c in i)if(i.hasOwnProperty(c)){var ye=i[c];if(ye!=null)switch(c){case"name":h=ye;break;case"type":T=ye;break;case"checked":H=ye;break;case"defaultChecked":W=ye;break;case"value":y=ye;break;case"defaultValue":O=ye;break;case"children":case"dangerouslySetInnerHTML":if(ye!=null)throw Error(d(137,r));break;default:Ze(n,r,c,ye,i,null)}}Ud(n,y,O,H,W,T,h,!1),qu(n);return;case"select":Fe("invalid",n),c=T=y=null;for(h in i)if(i.hasOwnProperty(h)&&(O=i[h],O!=null))switch(h){case"value":y=O;break;case"defaultValue":T=O;break;case"multiple":c=O;default:Ze(n,r,h,O,i,null)}r=y,i=T,n.multiple=!!c,r!=null?ji(n,!!c,r,!1):i!=null&&ji(n,!!c,i,!0);return;case"textarea":Fe("invalid",n),y=h=c=null;for(T in i)if(i.hasOwnProperty(T)&&(O=i[T],O!=null))switch(T){case"value":c=O;break;case"defaultValue":h=O;break;case"children":y=O;break;case"dangerouslySetInnerHTML":if(O!=null)throw Error(d(91));break;default:Ze(n,r,T,O,i,null)}bv(n,c,h,y),qu(n);return;case"option":for(H in i)if(i.hasOwnProperty(H)&&(c=i[H],c!=null))switch(H){case"selected":n.selected=c&&typeof c!="function"&&typeof c!="symbol";break;default:Ze(n,r,H,c,i,null)}return;case"dialog":Fe("beforetoggle",n),Fe("toggle",n),Fe("cancel",n),Fe("close",n);break;case"iframe":case"object":Fe("load",n);break;case"video":case"audio":for(c=0;c<zf.length;c++)Fe(zf[c],n);break;case"image":Fe("error",n),Fe("load",n);break;case"details":Fe("toggle",n);break;case"embed":case"source":case"link":Fe("error",n),Fe("load",n);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(W in i)if(i.hasOwnProperty(W)&&(c=i[W],c!=null))switch(W){case"children":case"dangerouslySetInnerHTML":throw Error(d(137,r));default:Ze(n,r,W,c,i,null)}return;default:if(Li(r)){for(ye in i)i.hasOwnProperty(ye)&&(c=i[ye],c!==void 0&&ce(n,r,ye,c,i,void 0));return}}for(O in i)i.hasOwnProperty(O)&&(c=i[O],c!=null&&Ze(n,r,O,c,i,null))}function kT(n,r,i,c){switch(r){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var h=null,y=null,T=null,O=null,H=null,W=null,ye=null;for(re in i){var ve=i[re];if(i.hasOwnProperty(re)&&ve!=null)switch(re){case"checked":break;case"value":break;case"defaultValue":H=ve;default:c.hasOwnProperty(re)||Ze(n,r,re,null,c,ve)}}for(var ae in c){var re=c[ae];if(ve=i[ae],c.hasOwnProperty(ae)&&(re!=null||ve!=null))switch(ae){case"type":y=re;break;case"name":h=re;break;case"checked":W=re;break;case"defaultChecked":ye=re;break;case"value":T=re;break;case"defaultValue":O=re;break;case"children":case"dangerouslySetInnerHTML":if(re!=null)throw Error(d(137,r));break;default:re!==ve&&Ze(n,r,ae,re,c,ve)}}Nd(n,T,O,H,W,ye,y,h);return;case"select":re=T=O=ae=null;for(y in i)if(H=i[y],i.hasOwnProperty(y)&&H!=null)switch(y){case"value":break;case"multiple":re=H;default:c.hasOwnProperty(y)||Ze(n,r,y,null,c,H)}for(h in c)if(y=c[h],H=i[h],c.hasOwnProperty(h)&&(y!=null||H!=null))switch(h){case"value":ae=y;break;case"defaultValue":O=y;break;case"multiple":T=y;default:y!==H&&Ze(n,r,h,y,c,H)}r=O,i=T,c=re,ae!=null?ji(n,!!i,ae,!1):!!c!=!!i&&(r!=null?ji(n,!!i,r,!0):ji(n,!!i,i?[]:"",!1));return;case"textarea":re=ae=null;for(O in i)if(h=i[O],i.hasOwnProperty(O)&&h!=null&&!c.hasOwnProperty(O))switch(O){case"value":break;case"children":break;default:Ze(n,r,O,null,c,h)}for(T in c)if(h=c[T],y=i[T],c.hasOwnProperty(T)&&(h!=null||y!=null))switch(T){case"value":ae=h;break;case"defaultValue":re=h;break;case"children":break;case"dangerouslySetInnerHTML":if(h!=null)throw Error(d(91));break;default:h!==y&&Ze(n,r,T,h,c,y)}yv(n,ae,re);return;case"option":for(var Ve in i)if(ae=i[Ve],i.hasOwnProperty(Ve)&&ae!=null&&!c.hasOwnProperty(Ve))switch(Ve){case"selected":n.selected=!1;break;default:Ze(n,r,Ve,null,c,ae)}for(H in c)if(ae=c[H],re=i[H],c.hasOwnProperty(H)&&ae!==re&&(ae!=null||re!=null))switch(H){case"selected":n.selected=ae&&typeof ae!="function"&&typeof ae!="symbol";break;default:Ze(n,r,H,ae,c,re)}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 ke in i)ae=i[ke],i.hasOwnProperty(ke)&&ae!=null&&!c.hasOwnProperty(ke)&&Ze(n,r,ke,null,c,ae);for(W in c)if(ae=c[W],re=i[W],c.hasOwnProperty(W)&&ae!==re&&(ae!=null||re!=null))switch(W){case"children":case"dangerouslySetInnerHTML":if(ae!=null)throw Error(d(137,r));break;default:Ze(n,r,W,ae,c,re)}return;default:if(Li(r)){for(var Rt in i)ae=i[Rt],i.hasOwnProperty(Rt)&&ae!==void 0&&!c.hasOwnProperty(Rt)&&ce(n,r,Rt,void 0,c,ae);for(ye in c)ae=c[ye],re=i[ye],!c.hasOwnProperty(ye)||ae===re||ae===void 0&&re===void 0||ce(n,r,ye,ae,c,re);return}}for(var Z in i)ae=i[Z],i.hasOwnProperty(Z)&&ae!=null&&!c.hasOwnProperty(Z)&&Ze(n,r,Z,null,c,ae);for(ve in c)ae=c[ve],re=i[ve],!c.hasOwnProperty(ve)||ae===re||ae==null&&re==null||Ze(n,r,ve,ae,c,re)}var Uf=null,Bf=null;function dl(n){return n.nodeType===9?n:n.ownerDocument}function ou(n){switch(n){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function Ls(n,r){if(n===0)switch(r){case"svg":return 1;case"math":return 2;default:return 0}return n===1&&r==="foreignObject"?0:n}function Er(n,r){return n==="textarea"||n==="noscript"||typeof r.children=="string"||typeof r.children=="number"||typeof r.children=="bigint"||typeof r.dangerouslySetInnerHTML=="object"&&r.dangerouslySetInnerHTML!==null&&r.dangerouslySetInnerHTML.__html!=null}var Vs=null;function su(){var n=window.event;return n&&n.type==="popstate"?n===Vs?!1:(Vs=n,!0):(Vs=null,!1)}var oh=typeof setTimeout=="function"?setTimeout:void 0,PT=typeof clearTimeout=="function"?clearTimeout:void 0,$S=typeof Promise=="function"?Promise:void 0,YT=typeof queueMicrotask=="function"?queueMicrotask:typeof $S<"u"?function(n){return $S.resolve(null).then(n).catch(Rr)}:oh;function Rr(n){setTimeout(function(){throw n})}function ri(n){return n==="head"}function sh(n,r){var i=r,c=0,h=0;do{var y=i.nextSibling;if(n.removeChild(i),y&&y.nodeType===8)if(i=y.data,i==="/$"){if(0<c&&8>c){i=c;var T=n.ownerDocument;if(i&1&&Ma(T.documentElement),i&2&&Ma(T.body),i&4)for(i=T.head,Ma(i),T=i.firstChild;T;){var O=T.nextSibling,H=T.nodeName;T[Be]||H==="SCRIPT"||H==="STYLE"||H==="LINK"&&T.rel.toLowerCase()==="stylesheet"||i.removeChild(T),T=O}}if(h===0){n.removeChild(y),Cr(r);return}h--}else i==="$"||i==="$?"||i==="$!"?h++:c=i.charCodeAt(0)-48;else c=0;i=y}while(i);Cr(r)}function Hf(n){var r=n.firstChild;for(r&&r.nodeType===10&&(r=r.nextSibling);r;){var i=r;switch(r=r.nextSibling,i.nodeName){case"HTML":case"HEAD":case"BODY":Hf(i),wc(i);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(i.rel.toLowerCase()==="stylesheet")continue}n.removeChild(i)}}function ks(n,r,i,c){for(;n.nodeType===1;){var h=i;if(n.nodeName.toLowerCase()!==r.toLowerCase()){if(!c&&(n.nodeName!=="INPUT"||n.type!=="hidden"))break}else if(c){if(!n[Be])switch(r){case"meta":if(!n.hasAttribute("itemprop"))break;return n;case"link":if(y=n.getAttribute("rel"),y==="stylesheet"&&n.hasAttribute("data-precedence"))break;if(y!==h.rel||n.getAttribute("href")!==(h.href==null||h.href===""?null:h.href)||n.getAttribute("crossorigin")!==(h.crossOrigin==null?null:h.crossOrigin)||n.getAttribute("title")!==(h.title==null?null:h.title))break;return n;case"style":if(n.hasAttribute("data-precedence"))break;return n;case"script":if(y=n.getAttribute("src"),(y!==(h.src==null?null:h.src)||n.getAttribute("type")!==(h.type==null?null:h.type)||n.getAttribute("crossorigin")!==(h.crossOrigin==null?null:h.crossOrigin))&&y&&n.hasAttribute("async")&&!n.hasAttribute("itemprop"))break;return n;default:return n}}else if(r==="input"&&n.type==="hidden"){var y=h.name==null?null:""+h.name;if(h.type==="hidden"&&n.getAttribute("name")===y)return n}else return n;if(n=Ul(n.nextSibling),n===null)break}return null}function GT(n,r,i){if(r==="")return null;for(;n.nodeType!==3;)if((n.nodeType!==1||n.nodeName!=="INPUT"||n.type!=="hidden")&&!i||(n=Ul(n.nextSibling),n===null))return null;return n}function jf(n){return n.data==="$!"||n.data==="$?"&&n.ownerDocument.readyState==="complete"}function XT(n,r){var i=n.ownerDocument;if(n.data!=="$?"||i.readyState==="complete")r();else{var c=function(){r(),i.removeEventListener("DOMContentLoaded",c)};i.addEventListener("DOMContentLoaded",c),n._reactRetry=c}}function Ul(n){for(;n!=null;n=n.nextSibling){var r=n.nodeType;if(r===1||r===3)break;if(r===8){if(r=n.data,r==="$"||r==="$!"||r==="$?"||r==="F!"||r==="F")break;if(r==="/$")return null}}return n}var ui=null;function kn(n){n=n.previousSibling;for(var r=0;n;){if(n.nodeType===8){var i=n.data;if(i==="$"||i==="$!"||i==="$?"){if(r===0)return n;r--}else i==="/$"&&r++}n=n.previousSibling}return null}function qe(n,r,i){switch(r=dl(i),n){case"html":if(n=r.documentElement,!n)throw Error(d(452));return n;case"head":if(n=r.head,!n)throw Error(d(453));return n;case"body":if(n=r.body,!n)throw Error(d(454));return n;default:throw Error(d(451))}}function Ma(n){for(var r=n.attributes;r.length;)n.removeAttributeNode(r[0]);wc(n)}var cn=new Map,Fn=new Set;function ch(n){return typeof n.getRootNode=="function"?n.getRootNode():n.nodeType===9?n:n.ownerDocument}var cu=se.d;se.d={f:fh,r:dh,D:fu,C:ph,L:ii,m:Wn,X:oi,S:qa,M:a0};function fh(){var n=cu.f(),r=go();return n||r}function dh(n){var r=Ni(n);r!==null&&r.tag===5&&r.type==="form"?gs(r):cu.r(n)}var Pn=typeof document>"u"?null:document;function Bl(n,r,i){var c=Pn;if(c&&typeof r=="string"&&r){var h=Fa(r);h='link[rel="'+n+'"][href="'+h+'"]',typeof i=="string"&&(h+='[crossorigin="'+i+'"]'),Fn.has(h)||(Fn.add(h),n={rel:n,crossOrigin:i,href:r},c.querySelector(h)===null&&(r=c.createElement("link"),$e(r,"link",n),bn(r),c.head.appendChild(r)))}}function fu(n){cu.D(n),Bl("dns-prefetch",n,null)}function ph(n,r){cu.C(n,r),Bl("preconnect",n,r)}function ii(n,r,i){cu.L(n,r,i);var c=Pn;if(c&&n&&r){var h='link[rel="preload"][as="'+Fa(r)+'"]';r==="image"&&i&&i.imageSrcSet?(h+='[imagesrcset="'+Fa(i.imageSrcSet)+'"]',typeof i.imageSizes=="string"&&(h+='[imagesizes="'+Fa(i.imageSizes)+'"]')):h+='[href="'+Fa(n)+'"]';var y=h;switch(r){case"style":y=Ps(n);break;case"script":y=pl(n)}cn.has(y)||(n=w({rel:"preload",href:r==="image"&&i&&i.imageSrcSet?void 0:n,as:r},i),cn.set(y,n),c.querySelector(h)!==null||r==="style"&&c.querySelector(Ys(y))||r==="script"&&c.querySelector(Co(y))||(r=c.createElement("link"),$e(r,"link",n),bn(r),c.head.appendChild(r)))}}function Wn(n,r){cu.m(n,r);var i=Pn;if(i&&n){var c=r&&typeof r.as=="string"?r.as:"script",h='link[rel="modulepreload"][as="'+Fa(c)+'"][href="'+Fa(n)+'"]',y=h;switch(c){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":y=pl(n)}if(!cn.has(y)&&(n=w({rel:"modulepreload",href:n},r),cn.set(y,n),i.querySelector(h)===null)){switch(c){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(i.querySelector(Co(y)))return}c=i.createElement("link"),$e(c,"link",n),bn(c),i.head.appendChild(c)}}}function qa(n,r,i){cu.S(n,r,i);var c=Pn;if(c&&n){var h=kr(c).hoistableStyles,y=Ps(n);r=r||"default";var T=h.get(y);if(!T){var O={loading:0,preload:null};if(T=c.querySelector(Ys(y)))O.loading=5;else{n=w({rel:"stylesheet",href:n,"data-precedence":r},i),(i=cn.get(y))&&mh(n,i);var H=T=c.createElement("link");bn(H),$e(H,"link",n),H._p=new Promise(function(W,ye){H.onload=W,H.onerror=ye}),H.addEventListener("load",function(){O.loading|=1}),H.addEventListener("error",function(){O.loading|=2}),O.loading|=4,hh(T,r,c)}T={type:"stylesheet",instance:T,count:1,state:O},h.set(y,T)}}}function oi(n,r){cu.X(n,r);var i=Pn;if(i&&n){var c=kr(i).hoistableScripts,h=pl(n),y=c.get(h);y||(y=i.querySelector(Co(h)),y||(n=w({src:n,async:!0},r),(r=cn.get(h))&&yh(n,r),y=i.createElement("script"),bn(y),$e(y,"link",n),i.head.appendChild(y)),y={type:"script",instance:y,count:1,state:null},c.set(h,y))}}function a0(n,r){cu.M(n,r);var i=Pn;if(i&&n){var c=kr(i).hoistableScripts,h=pl(n),y=c.get(h);y||(y=i.querySelector(Co(h)),y||(n=w({src:n,async:!0,type:"module"},r),(r=cn.get(h))&&yh(n,r),y=i.createElement("script"),bn(y),$e(y,"link",n),i.head.appendChild(y)),y={type:"script",instance:y,count:1,state:null},c.set(h,y))}}function QS(n,r,i,c){var h=(h=Xe.current)?ch(h):null;if(!h)throw Error(d(446));switch(n){case"meta":case"title":return null;case"style":return typeof i.precedence=="string"&&typeof i.href=="string"?(r=Ps(i.href),i=kr(h).hoistableStyles,c=i.get(r),c||(c={type:"style",instance:null,count:0,state:null},i.set(r,c)),c):{type:"void",instance:null,count:0,state:null};case"link":if(i.rel==="stylesheet"&&typeof i.href=="string"&&typeof i.precedence=="string"){n=Ps(i.href);var y=kr(h).hoistableStyles,T=y.get(n);if(T||(h=h.ownerDocument||h,T={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},y.set(n,T),(y=h.querySelector(Ys(n)))&&!y._p&&(T.instance=y,T.state.loading=5),cn.has(n)||(i={rel:"preload",as:"style",href:i.href,crossOrigin:i.crossOrigin,integrity:i.integrity,media:i.media,hrefLang:i.hrefLang,referrerPolicy:i.referrerPolicy},cn.set(n,i),y||ZS(h,n,i,T.state))),r&&c===null)throw Error(d(528,""));return T}if(r&&c!==null)throw Error(d(529,""));return null;case"script":return r=i.async,i=i.src,typeof i=="string"&&r&&typeof r!="function"&&typeof r!="symbol"?(r=pl(i),i=kr(h).hoistableScripts,c=i.get(r),c||(c={type:"script",instance:null,count:0,state:null},i.set(r,c)),c):{type:"void",instance:null,count:0,state:null};default:throw Error(d(444,n))}}function Ps(n){return'href="'+Fa(n)+'"'}function Ys(n){return'link[rel="stylesheet"]['+n+"]"}function Gs(n){return w({},n,{"data-precedence":n.precedence,precedence:null})}function ZS(n,r,i,c){n.querySelector('link[rel="preload"][as="style"]['+r+"]")?c.loading=1:(r=n.createElement("link"),c.preload=r,r.addEventListener("load",function(){return c.loading|=1}),r.addEventListener("error",function(){return c.loading|=2}),$e(r,"link",i),bn(r),n.head.appendChild(r))}function pl(n){return'[src="'+Fa(n)+'"]'}function Co(n){return"script[async]"+n}function KS(n,r,i){if(r.count++,r.instance===null)switch(r.type){case"style":var c=n.querySelector('style[data-href~="'+Fa(i.href)+'"]');if(c)return r.instance=c,bn(c),c;var h=w({},i,{"data-href":i.href,"data-precedence":i.precedence,href:null,precedence:null});return c=(n.ownerDocument||n).createElement("style"),bn(c),$e(c,"style",h),hh(c,i.precedence,n),r.instance=c;case"stylesheet":h=Ps(i.href);var y=n.querySelector(Ys(h));if(y)return r.state.loading|=4,r.instance=y,bn(y),y;c=Gs(i),(h=cn.get(h))&&mh(c,h),y=(n.ownerDocument||n).createElement("link"),bn(y);var T=y;return T._p=new Promise(function(O,H){T.onload=O,T.onerror=H}),$e(y,"link",c),r.state.loading|=4,hh(y,i.precedence,n),r.instance=y;case"script":return y=pl(i.src),(h=n.querySelector(Co(y)))?(r.instance=h,bn(h),h):(c=i,(h=cn.get(y))&&(c=w({},i),yh(c,h)),n=n.ownerDocument||n,h=n.createElement("script"),bn(h),$e(h,"link",c),n.head.appendChild(h),r.instance=h);case"void":return null;default:throw Error(d(443,r.type))}else r.type==="stylesheet"&&(r.state.loading&4)===0&&(c=r.instance,r.state.loading|=4,hh(c,i.precedence,n));return r.instance}function hh(n,r,i){for(var c=i.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),h=c.length?c[c.length-1]:null,y=h,T=0;T<c.length;T++){var O=c[T];if(O.dataset.precedence===r)y=O;else if(y!==h)break}y?y.parentNode.insertBefore(n,y.nextSibling):(r=i.nodeType===9?i.head:i,r.insertBefore(n,r.firstChild))}function mh(n,r){n.crossOrigin==null&&(n.crossOrigin=r.crossOrigin),n.referrerPolicy==null&&(n.referrerPolicy=r.referrerPolicy),n.title==null&&(n.title=r.title)}function yh(n,r){n.crossOrigin==null&&(n.crossOrigin=r.crossOrigin),n.referrerPolicy==null&&(n.referrerPolicy=r.referrerPolicy),n.integrity==null&&(n.integrity=r.integrity)}var si=null;function l0(n,r,i){if(si===null){var c=new Map,h=si=new Map;h.set(i,c)}else h=si,c=h.get(i),c||(c=new Map,h.set(i,c));if(c.has(n))return c;for(c.set(n,null),i=i.getElementsByTagName(n),h=0;h<i.length;h++){var y=i[h];if(!(y[Be]||y[xn]||n==="link"&&y.getAttribute("rel")==="stylesheet")&&y.namespaceURI!=="http://www.w3.org/2000/svg"){var T=y.getAttribute(r)||"";T=n+T;var O=c.get(T);O?O.push(y):c.set(T,[y])}}return c}function r0(n,r,i){n=n.ownerDocument||n,n.head.insertBefore(i,r==="title"?n.querySelector("head > title"):null)}function JS(n,r,i){if(i===1||r.itemProp!=null)return!1;switch(n){case"meta":case"title":return!0;case"style":if(typeof r.precedence!="string"||typeof r.href!="string"||r.href==="")break;return!0;case"link":if(typeof r.rel!="string"||typeof r.href!="string"||r.href===""||r.onLoad||r.onError)break;switch(r.rel){case"stylesheet":return n=r.disabled,typeof r.precedence=="string"&&n==null;default:return!0}case"script":if(r.async&&typeof r.async!="function"&&typeof r.async!="symbol"&&!r.onLoad&&!r.onError&&r.src&&typeof r.src=="string")return!0}return!1}function u0(n){return!(n.type==="stylesheet"&&(n.state.loading&3)===0)}var Xs=null;function IS(){}function FS(n,r,i){if(Xs===null)throw Error(d(475));var c=Xs;if(r.type==="stylesheet"&&(typeof i.media!="string"||matchMedia(i.media).matches!==!1)&&(r.state.loading&4)===0){if(r.instance===null){var h=Ps(i.href),y=n.querySelector(Ys(h));if(y){n=y._p,n!==null&&typeof n=="object"&&typeof n.then=="function"&&(c.count++,c=Lf.bind(c),n.then(c,c)),r.state.loading|=4,r.instance=y,bn(y);return}y=n.ownerDocument||n,i=Gs(i),(h=cn.get(h))&&mh(i,h),y=y.createElement("link"),bn(y);var T=y;T._p=new Promise(function(O,H){T.onload=O,T.onerror=H}),$e(y,"link",i),r.instance=y}c.stylesheets===null&&(c.stylesheets=new Map),c.stylesheets.set(r,n),(n=r.state.preload)&&(r.state.loading&3)===0&&(c.count++,r=Lf.bind(c),n.addEventListener("load",r),n.addEventListener("error",r))}}function i0(){if(Xs===null)throw Error(d(475));var n=Xs;return n.stylesheets&&n.count===0&&Vf(n,n.stylesheets),0<n.count?function(r){var i=setTimeout(function(){if(n.stylesheets&&Vf(n,n.stylesheets),n.unsuspend){var c=n.unsuspend;n.unsuspend=null,c()}},6e4);return n.unsuspend=r,function(){n.unsuspend=null,clearTimeout(i)}}:null}function Lf(){if(this.count--,this.count===0){if(this.stylesheets)Vf(this,this.stylesheets);else if(this.unsuspend){var n=this.unsuspend;this.unsuspend=null,n()}}}var $s=null;function Vf(n,r){n.stylesheets=null,n.unsuspend!==null&&(n.count++,$s=new Map,r.forEach(Ga,n),$s=null,Lf.call(n))}function Ga(n,r){if(!(r.state.loading&4)){var i=$s.get(n);if(i)var c=i.get(null);else{i=new Map,$s.set(n,i);for(var h=n.querySelectorAll("link[data-precedence],style[data-precedence]"),y=0;y<h.length;y++){var T=h[y];(T.nodeName==="LINK"||T.getAttribute("media")!=="not all")&&(i.set(T.dataset.precedence,T),c=T)}c&&i.set(null,c)}h=r.instance,T=h.getAttribute("data-precedence"),y=i.get(T)||c,y===c&&i.set(null,h),i.set(T,h),this.count++,c=Lf.bind(this),h.addEventListener("load",c),h.addEventListener("error",c),y?y.parentNode.insertBefore(h,y.nextSibling):(n=n.nodeType===9?n.head:n,n.insertBefore(h,n.firstChild)),r.state.loading|=4}}var _a={$$typeof:K,Provider:null,Consumer:null,_currentValue:ge,_currentValue2:ge,_threadCount:0};function $T(n,r,i,c,h,y,T,O){this.tag=1,this.containerInfo=n,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=$l(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=$l(0),this.hiddenUpdates=$l(null),this.identifierPrefix=c,this.onUncaughtError=h,this.onCaughtError=y,this.onRecoverableError=T,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=O,this.incompleteTransitions=new Map}function o0(n,r,i,c,h,y,T,O,H,W,ye,ve){return n=new $T(n,r,i,T,O,H,W,ve),r=1,y===!0&&(r|=24),y=Sa(3,null,null,r),n.current=y,y.stateNode=n,r=hs(),r.refCount++,n.pooledCache=r,r.refCount++,y.memoizedState={element:c,isDehydrated:i,cache:r},ip(y),n}function s0(n){return n?(n=us,n):us}function c0(n,r,i,c,h,y){h=s0(h),c.context===null?c.context=h:c.pendingContext=h,c=Ra(r),c.payload={element:i},y=y===void 0?null:y,y!==null&&(c.callback=y),i=ur(n,c,r),i!==null&&(Pa(i,n,r),no(i,n,r))}function f0(n,r){if(n=n.memoizedState,n!==null&&n.dehydrated!==null){var i=n.retryLane;n.retryLane=i!==0&&i<r?i:r}}function bh(n,r){f0(n,r),(n=n.alternate)&&f0(n,r)}function d0(n){if(n.tag===13){var r=er(n,67108864);r!==null&&Pa(r,n,67108864),bh(n,67108864)}}var kf=!0;function WS(n,r,i,c){var h=P.T;P.T=null;var y=se.p;try{se.p=2,p0(n,r,i,c)}finally{se.p=y,P.T=h}}function eE(n,r,i,c){var h=P.T;P.T=null;var y=se.p;try{se.p=8,p0(n,r,i,c)}finally{se.p=y,P.T=h}}function p0(n,r,i,c){if(kf){var h=vh(c);if(h===null)fl(n,r,c,gh,i),xo(n,c);else if(nE(h,n,r,i,c))c.stopPropagation();else if(xo(n,c),r&4&&-1<tE.indexOf(n)){for(;h!==null;){var y=Ni(h);if(y!==null)switch(y.tag){case 3:if(y=y.stateNode,y.current.memoizedState.isDehydrated){var T=na(y.pendingLanes);if(T!==0){var O=y;for(O.pendingLanes|=2,O.entangledLanes|=2;T;){var H=1<<31-Qn(T);O.entanglements[1]|=H,T&=~H}Oa(y),(At&6)===0&&(Kp=It()+500,Of(0))}}break;case 13:O=er(y,2),O!==null&&Pa(O,y,2),go(),bh(y,2)}if(y=vh(c),y===null&&fl(n,r,c,gh,i),y===h)break;h=y}h!==null&&c.stopPropagation()}else fl(n,r,c,null,i)}}function vh(n){return n=Hd(n),h0(n)}var gh=null;function h0(n){if(gh=null,n=Nn(n),n!==null){var r=b(n);if(r===null)n=null;else{var i=r.tag;if(i===13){if(n=v(r),n!==null)return n;n=null}else if(i===3){if(r.stateNode.current.memoizedState.isDehydrated)return r.tag===3?r.stateNode.containerInfo:null;n=null}else r!==n&&(n=null)}}return gh=n,null}function m0(n){switch(n){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(qi()){case xd:return 2;case Cc:return 8;case _i:case xc:return 32;case Cu:return 268435456;default:return 32}default:return 32}}var Qs=!1,Tr=null,du=null,pu=null,Pf=new Map,Yf=new Map,ci=[],tE="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 xo(n,r){switch(n){case"focusin":case"focusout":Tr=null;break;case"dragenter":case"dragleave":du=null;break;case"mouseover":case"mouseout":pu=null;break;case"pointerover":case"pointerout":Pf.delete(r.pointerId);break;case"gotpointercapture":case"lostpointercapture":Yf.delete(r.pointerId)}}function Ao(n,r,i,c,h,y){return n===null||n.nativeEvent!==y?(n={blockedOn:r,domEventName:i,eventSystemFlags:c,nativeEvent:y,targetContainers:[h]},r!==null&&(r=Ni(r),r!==null&&d0(r)),n):(n.eventSystemFlags|=c,r=n.targetContainers,h!==null&&r.indexOf(h)===-1&&r.push(h),n)}function nE(n,r,i,c,h){switch(r){case"focusin":return Tr=Ao(Tr,n,r,i,c,h),!0;case"dragenter":return du=Ao(du,n,r,i,c,h),!0;case"mouseover":return pu=Ao(pu,n,r,i,c,h),!0;case"pointerover":var y=h.pointerId;return Pf.set(y,Ao(Pf.get(y)||null,n,r,i,c,h)),!0;case"gotpointercapture":return y=h.pointerId,Yf.set(y,Ao(Yf.get(y)||null,n,r,i,c,h)),!0}return!1}function y0(n){var r=Nn(n.target);if(r!==null){var i=b(r);if(i!==null){if(r=i.tag,r===13){if(r=v(i),r!==null){n.blockedOn=r,fv(n.priority,function(){if(i.tag===13){var c=ka();c=Na(c);var h=er(i,c);h!==null&&Pa(h,i,c),bh(i,c)}});return}}else if(r===3&&i.stateNode.current.memoizedState.isDehydrated){n.blockedOn=i.tag===3?i.stateNode.containerInfo:null;return}}}n.blockedOn=null}function Gf(n){if(n.blockedOn!==null)return!1;for(var r=n.targetContainers;0<r.length;){var i=vh(n.nativeEvent);if(i===null){i=n.nativeEvent;var c=new i.constructor(i.type,i);Vi=c,i.target.dispatchEvent(c),Vi=null}else return r=Ni(i),r!==null&&d0(r),n.blockedOn=i,!1;r.shift()}return!0}function Xf(n,r,i){Gf(n)&&i.delete(r)}function Zs(){Qs=!1,Tr!==null&&Gf(Tr)&&(Tr=null),du!==null&&Gf(du)&&(du=null),pu!==null&&Gf(pu)&&(pu=null),Pf.forEach(Xf),Yf.forEach(Xf)}function Sh(n,r){n.blockedOn===r&&(n.blockedOn=null,Qs||(Qs=!0,a.unstable_scheduleCallback(a.unstable_NormalPriority,Zs)))}var wo=null;function b0(n){wo!==n&&(wo=n,a.unstable_scheduleCallback(a.unstable_NormalPriority,function(){wo===n&&(wo=null);for(var r=0;r<n.length;r+=3){var i=n[r],c=n[r+1],h=n[r+2];if(typeof c!="function"){if(h0(c||i)===null)continue;break}var y=Ni(i);y!==null&&(n.splice(r,3),r-=3,wp(y,{pending:!0,data:h,method:i.method,action:c},c,h))}}))}function Cr(n){function r(H){return Sh(H,n)}Tr!==null&&Sh(Tr,n),du!==null&&Sh(du,n),pu!==null&&Sh(pu,n),Pf.forEach(r),Yf.forEach(r);for(var i=0;i<ci.length;i++){var c=ci[i];c.blockedOn===n&&(c.blockedOn=null)}for(;0<ci.length&&(i=ci[0],i.blockedOn===null);)y0(i),i.blockedOn===null&&ci.shift();if(i=(n.ownerDocument||n).$$reactFormReplay,i!=null)for(c=0;c<i.length;c+=3){var h=i[c],y=i[c+1],T=h[aa]||null;if(typeof y=="function")T||b0(i);else if(T){var O=null;if(y&&y.hasAttribute("formAction")){if(h=y,T=y[aa]||null)O=T.formAction;else if(h0(h)!==null)continue}else O=T.action;typeof O=="function"?i[c+1]=O:(i.splice(c,3),c-=3),b0(i)}}}function v0(n){this._internalRoot=n}Eh.prototype.render=v0.prototype.render=function(n){var r=this._internalRoot;if(r===null)throw Error(d(409));var i=r.current,c=ka();c0(i,c,n,r,null,null)},Eh.prototype.unmount=v0.prototype.unmount=function(){var n=this._internalRoot;if(n!==null){this._internalRoot=null;var r=n.containerInfo;c0(n.current,2,null,n,null,null),go(),r[Ko]=null}};function Eh(n){this._internalRoot=n}Eh.prototype.unstable_scheduleHydration=function(n){if(n){var r=Md();n={blockedOn:null,target:n,priority:r};for(var i=0;i<ci.length&&r!==0&&r<ci[i].priority;i++);ci.splice(i,0,n),i===0&&y0(n)}};var g0=u.version;if(g0!=="19.1.1")throw Error(d(527,g0,"19.1.1"));se.findDOMNode=function(n){var r=n._reactInternals;if(r===void 0)throw typeof n.render=="function"?Error(d(188)):(n=Object.keys(n).join(","),Error(d(268,n)));return n=E(r),n=n!==null?C(n):null,n=n===null?null:n.stateNode,n};var sa={bundleType:0,version:"19.1.1",rendererPackageName:"react-dom",currentDispatcherRef:P,reconcilerVersion:"19.1.1"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var $f=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!$f.isDisabled&&$f.supportsFiber)try{xu=$f.inject(sa),zn=$f}catch{}}return iv.createRoot=function(n,r){if(!m(n))throw Error(d(299));var i=!1,c="",h=Rs,y=yg,T=bf,O=null;return r!=null&&(r.unstable_strictMode===!0&&(i=!0),r.identifierPrefix!==void 0&&(c=r.identifierPrefix),r.onUncaughtError!==void 0&&(h=r.onUncaughtError),r.onCaughtError!==void 0&&(y=r.onCaughtError),r.onRecoverableError!==void 0&&(T=r.onRecoverableError),r.unstable_transitionCallbacks!==void 0&&(O=r.unstable_transitionCallbacks)),r=o0(n,1,!1,null,null,i,c,h,y,T,O,null),n[Ko]=r.current,e0(n),new v0(r)},iv.hydrateRoot=function(n,r,i){if(!m(n))throw Error(d(299));var c=!1,h="",y=Rs,T=yg,O=bf,H=null,W=null;return i!=null&&(i.unstable_strictMode===!0&&(c=!0),i.identifierPrefix!==void 0&&(h=i.identifierPrefix),i.onUncaughtError!==void 0&&(y=i.onUncaughtError),i.onCaughtError!==void 0&&(T=i.onCaughtError),i.onRecoverableError!==void 0&&(O=i.onRecoverableError),i.unstable_transitionCallbacks!==void 0&&(H=i.unstable_transitionCallbacks),i.formState!==void 0&&(W=i.formState)),r=o0(n,1,!0,r,i??null,c,h,y,T,O,H,W),r.context=s0(null),i=r.current,c=ka(),c=Na(c),h=Ra(c),h.callback=null,ur(i,h,c),i=c,r.current.lanes=i,Vr(r,i),Oa(r),n[Ko]=r.current,e0(n),new Eh(r)},iv.version="19.1.1",iv}var ov={};/**
|
|
353
|
+
* @license React
|
|
354
|
+
* react-dom-client.development.js
|
|
355
|
+
*
|
|
356
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
357
|
+
*
|
|
358
|
+
* This source code is licensed under the MIT license found in the
|
|
359
|
+
* LICENSE file in the root directory of this source tree.
|
|
360
|
+
*/var Jq;function _H(){return Jq||(Jq=1,process.env.NODE_ENV!=="production"&&(function(){function a(e,t){for(e=e.memoizedState;e!==null&&0<t;)e=e.next,t--;return e}function u(e,t,l,o){if(l>=t.length)return o;var f=t[l],p=Ze(e)?e.slice():at({},e);return p[f]=u(e[f],t,l+1,o),p}function s(e,t,l){if(t.length!==l.length)console.warn("copyWithRename() expects paths of the same length");else{for(var o=0;o<l.length-1;o++)if(t[o]!==l[o]){console.warn("copyWithRename() expects paths to be the same except for the deepest key");return}return d(e,t,l,0)}}function d(e,t,l,o){var f=t[o],p=Ze(e)?e.slice():at({},e);return o+1===t.length?(p[l[o]]=p[f],Ze(p)?p.splice(f,1):delete p[f]):p[f]=d(e[f],t,l,o+1),p}function m(e,t,l){var o=t[l],f=Ze(e)?e.slice():at({},e);return l+1===t.length?(Ze(f)?f.splice(o,1):delete f[o],f):(f[o]=m(e[o],t,l+1),f)}function b(){return!1}function v(){return null}function S(){}function E(){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 C(){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 w(){}function A(e){var t=[];return e.forEach(function(l){t.push(l)}),t.sort().join(", ")}function x(e,t,l,o){return new Vc(e,t,l,o)}function D(e,t){e.context===Ks&&(qt(e.current,2,t,e,null,null),po())}function N(e,t){if(Ar!==null){var l=t.staleFamilies;t=t.updatedFamilies,Ts(),Lc(e.current,t,l),po()}}function k(e){Ar=e}function ue(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function q(e){var t=e,l=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,(t.flags&4098)!==0&&(l=t.return),e=t.return;while(e)}return t.tag===3?l:null}function J(e){if(e.tag===13){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function K(e){if(q(e)!==e)throw Error("Unable to find node on an unmounted component.")}function ie(e){var t=e.alternate;if(!t){if(t=q(e),t===null)throw Error("Unable to find node on an unmounted component.");return t!==e?null:e}for(var l=e,o=t;;){var f=l.return;if(f===null)break;var p=f.alternate;if(p===null){if(o=f.return,o!==null){l=o;continue}break}if(f.child===p.child){for(p=f.child;p;){if(p===l)return K(f),e;if(p===o)return K(f),t;p=p.sibling}throw Error("Unable to find node on an unmounted component.")}if(l.return!==o.return)l=f,o=p;else{for(var g=!1,R=f.child;R;){if(R===l){g=!0,l=f,o=p;break}if(R===o){g=!0,o=f,l=p;break}R=R.sibling}if(!g){for(R=p.child;R;){if(R===l){g=!0,l=p,o=f;break}if(R===o){g=!0,o=p,l=f;break}R=R.sibling}if(!g)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(l.alternate!==o)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(l.tag!==3)throw Error("Unable to find node on an unmounted component.");return l.stateNode.current===l?e:t}function ne(e){var t=e.tag;if(t===5||t===26||t===27||t===6)return e;for(e=e.child;e!==null;){if(t=ne(e),t!==null)return t;e=e.sibling}return null}function j(e){return e===null||typeof e!="object"?null:(e=n0&&e[n0]||e["@@iterator"],typeof e=="function"?e:null)}function B(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===ih?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case Fe:return"Fragment";case Hs:return"Profiler";case Bs:return"StrictMode";case js:return"Suspense";case li:return"SuspenseList";case t0:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case To:return"Portal";case fl:return(e.displayName||"Context")+".Provider";case uh:return(e._context.displayName||"Context")+".Consumer";case iu:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case Nf:return t=e.displayName||null,t!==null?t:B(e.type)||"Memo";case Ya:t=e._payload,e=e._init;try{return B(e(t))}catch{}}return null}function X(e){return typeof e.tag=="number"?te(e):typeof e.name=="string"?e.name:null}function te(e){var t=e.type;switch(e.tag){case 31:return"Activity";case 24:return"Cache";case 9:return(t._context.displayName||"Context")+".Consumer";case 10:return(t.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 26:case 27:case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return B(t);case 8:return t===Bs?"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 t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t;break;case 29:if(t=e._debugInfo,t!=null){for(var l=t.length-1;0<=l;l--)if(typeof t[l].name=="string")return t[l].name}if(e.return!==null)return te(e.return)}return null}function Ee(e){return{current:e}}function xe(e,t){0>dl?console.error("Unexpected pop."):(t!==Bf[dl]&&console.error("Unexpected Fiber popped."),e.current=Uf[dl],Uf[dl]=null,Bf[dl]=null,dl--)}function Se(e,t,l){dl++,Uf[dl]=e.current,Bf[dl]=l,e.current=t}function me(e){return e===null&&console.error("Expected host context to exist. This error is likely caused by a bug in React. Please file an issue."),e}function Ae(e,t){Se(Er,t,e),Se(Ls,e,e),Se(ou,null,e);var l=t.nodeType;switch(l){case 9:case 11:l=l===9?"#document":"#fragment",t=(t=t.documentElement)&&(t=t.namespaceURI)?Mt(t):Ho;break;default:if(l=t.tagName,t=t.namespaceURI)t=Mt(t),t=Aa(t,l);else switch(l){case"svg":t=Kh;break;case"math":t=DE;break;default:t=Ho}}l=l.toLowerCase(),l=yv(null,l),l={context:t,ancestorInfo:l},xe(ou,e),Se(ou,l,e)}function Ne(e){xe(ou,e),xe(Ls,e),xe(Er,e)}function P(){return me(ou.current)}function se(e){e.memoizedState!==null&&Se(Vs,e,e);var t=me(ou.current),l=e.type,o=Aa(t.context,l);l=yv(t.ancestorInfo,l),o={context:o,ancestorInfo:l},t!==o&&(Se(Ls,e,e),Se(ou,o,e))}function ge(e){Ls.current===e&&(xe(ou,e),xe(Ls,e)),Vs.current===e&&(xe(Vs,e),I0._currentValue=cd)}function Ue(e){return typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object"}function oe(e){try{return _e(e),!1}catch{return!0}}function _e(e){return""+e}function Oe(e,t){if(oe(e))return console.error("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before using it here.",t,Ue(e)),_e(e)}function Re(e,t){if(oe(e))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.",t,Ue(e)),_e(e)}function Ge(e){if(oe(e))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.",Ue(e)),_e(e)}function bt(e){if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u")return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled)return!0;if(!t.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{ui=t.inject(e),kn=t}catch(l){console.error("React instrumentation encountered an error: %s.",l)}return!!t.checkDCE}function Xe(e){if(typeof XT=="function"&&Ul(e),kn&&typeof kn.setStrictMode=="function")try{kn.setStrictMode(ui,e)}catch(t){Ma||(Ma=!0,console.error("React instrumentation encountered an error: %s",t))}}function ba(e){qe=e}function Dt(){qe!==null&&typeof qe.markCommitStopped=="function"&&qe.markCommitStopped()}function $(e){qe!==null&&typeof qe.markComponentRenderStarted=="function"&&qe.markComponentRenderStarted(e)}function De(){qe!==null&&typeof qe.markComponentRenderStopped=="function"&&qe.markComponentRenderStopped()}function Ce(e){qe!==null&&typeof qe.markRenderStarted=="function"&&qe.markRenderStarted(e)}function st(){qe!==null&&typeof qe.markRenderStopped=="function"&&qe.markRenderStopped()}function Je(e,t){qe!==null&&typeof qe.markStateUpdateScheduled=="function"&&qe.markStateUpdateScheduled(e,t)}function Gt(e){return e>>>=0,e===0?32:31-(ch(e)/cu|0)|0}function Cn(e){if(e&1)return"SyncHydrationLane";if(e&2)return"Sync";if(e&4)return"InputContinuousHydration";if(e&8)return"InputContinuous";if(e&16)return"DefaultHydration";if(e&32)return"Default";if(e&128)return"TransitionHydration";if(e&4194048)return"Transition";if(e&62914560)return"Retry";if(e&67108864)return"SelectiveHydration";if(e&134217728)return"IdleHydration";if(e&268435456)return"Idle";if(e&536870912)return"Offscreen";if(e&1073741824)return"Deferred"}function Jt(e){var t=e&42;if(t!==0)return t;switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64: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:case 262144:case 524288:case 1048576:case 2097152:return e&4194048;case 4194304:case 8388608:case 16777216:case 33554432:return e&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."),e}}function It(e,t,l){var o=e.pendingLanes;if(o===0)return 0;var f=0,p=e.suspendedLanes,g=e.pingedLanes;e=e.warmLanes;var R=o&134217727;return R!==0?(o=R&~p,o!==0?f=Jt(o):(g&=R,g!==0?f=Jt(g):l||(l=R&~e,l!==0&&(f=Jt(l))))):(R=o&~p,R!==0?f=Jt(R):g!==0?f=Jt(g):l||(l=o&~e,l!==0&&(f=Jt(l)))),f===0?0:t!==0&&t!==f&&(t&p)===0&&(p=f&-f,l=t&-t,p>=l||p===32&&(l&4194048)!==0)?t:f}function qi(e,t){return(e.pendingLanes&~(e.suspendedLanes&~e.pingedLanes)&t)===0}function xd(e,t){switch(e){case 1:case 2:case 4:case 8:case 64:return t+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 t+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 Cc(){var e=fh;return fh<<=1,(fh&4194048)===0&&(fh=256),e}function _i(){var e=dh;return dh<<=1,(dh&62914560)===0&&(dh=4194304),e}function xc(e){for(var t=[],l=0;31>l;l++)t.push(e);return t}function Cu(e,t){e.pendingLanes|=t,t!==268435456&&(e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0)}function sv(e,t,l,o,f,p){var g=e.pendingLanes;e.pendingLanes=l,e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0,e.expiredLanes&=l,e.entangledLanes&=l,e.errorRecoveryDisabledLanes&=l,e.shellSuspendCounter=0;var R=e.entanglements,M=e.expirationTimes,_=e.hiddenUpdates;for(l=g&~l;0<l;){var le=31-Fn(l),de=1<<le;R[le]=0,M[le]=-1;var ee=_[le];if(ee!==null)for(_[le]=null,le=0;le<ee.length;le++){var pe=ee[le];pe!==null&&(pe.lane&=-536870913)}l&=~de}o!==0&&Ad(e,o,0),p!==0&&f===0&&e.tag!==0&&(e.suspendedLanes|=p&~(g&~t))}function Ad(e,t,l){e.pendingLanes|=t,e.suspendedLanes&=~t;var o=31-Fn(t);e.entangledLanes|=t,e.entanglements[o]=e.entanglements[o]|1073741824|l&4194090}function xu(e,t){var l=e.entangledLanes|=t;for(e=e.entanglements;l;){var o=31-Fn(l),f=1<<o;f&t|e[o]&t&&(e[o]|=t),l&=~f}}function zn(e){switch(e){case 2:e=1;break;case 8:e=4;break;case 32:e=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:e=128;break;case 268435456:e=134217728;break;default:e=0}return e}function Sl(e,t,l){if(cn)for(e=e.pendingUpdatersLaneMap;0<l;){var o=31-Fn(l),f=1<<o;e[o].add(t),l&=~f}}function Qn(e,t){if(cn)for(var l=e.pendingUpdatersLaneMap,o=e.memoizedUpdaters;0<t;){var f=31-Fn(t);e=1<<f,f=l[f],0<f.size&&(f.forEach(function(p){var g=p.alternate;g!==null&&o.has(g)||o.add(p)}),f.clear()),t&=~e}}function Ac(e){return e&=-e,Pn<e?Bl<e?(e&134217727)!==0?fu:ph:Bl:Pn}function wd(){var e=$e.p;return e!==0?e:(e=window.event,e===void 0?fu:lh(e.type))}function cv(e,t){var l=$e.p;try{return $e.p=e,t()}finally{$e.p=l}}function Au(e){delete e[Wn],delete e[qa],delete e[a0],delete e[QS],delete e[Ps]}function El(e){var t=e[Wn];if(t)return t;for(var l=e.parentNode;l;){if(t=l[oi]||l[Wn]){if(l=t.alternate,t.child!==null||l!==null&&l.child!==null)for(e=Ds(e);e!==null;){if(l=e[Wn])return l;e=Ds(e)}return t}e=l,l=e.parentNode}return null}function na(e){if(e=e[Wn]||e[oi]){var t=e.tag;if(t===5||t===6||t===13||t===26||t===27||t===3)return e}return null}function Gl(e){var t=e.tag;if(t===5||t===26||t===27||t===6)return e.stateNode;throw Error("getNodeFromInstance: Invalid argument.")}function Ia(e){var t=e[Ys];return t||(t=e[Ys]={hoistableStyles:new Map,hoistableScripts:new Map}),t}function pn(e){e[Gs]=!0}function Xl(e,t){Lr(e,t),Lr(e+"Capture",t)}function Lr(e,t){pl[e]&&console.error("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.",e),pl[e]=t;var l=e.toLowerCase();for(Co[l]=e,e==="onDoubleClick"&&(Co.ondblclick=e),e=0;e<t.length;e++)ZS.add(t[e])}function $l(e,t){KS[t.type]||t.onChange||t.onInput||t.readOnly||t.disabled||t.value==null||console.error(e==="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`."),t.onChange||t.readOnly||t.disabled||t.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 Vr(e){return su.call(yh,e)?!0:su.call(mh,e)?!1:hh.test(e)?yh[e]=!0:(mh[e]=!0,console.error("Invalid attribute name: `%s`",e),!1)}function Od(e,t,l){if(Vr(t)){if(!e.hasAttribute(t)){switch(typeof l){case"symbol":case"object":return l;case"function":return l;case"boolean":if(l===!1)return l}return l===void 0?void 0:null}return e=e.getAttribute(t),e===""&&l===!0?!0:(Oe(l,t),e===""+l?l:e)}}function Di(e,t,l){if(Vr(t))if(l===null)e.removeAttribute(t);else{switch(typeof l){case"undefined":case"function":case"symbol":e.removeAttribute(t);return;case"boolean":var o=t.toLowerCase().slice(0,5);if(o!=="data-"&&o!=="aria-"){e.removeAttribute(t);return}}Oe(l,t),e.setAttribute(t,""+l)}}function zi(e,t,l){if(l===null)e.removeAttribute(t);else{switch(typeof l){case"undefined":case"function":case"symbol":case"boolean":e.removeAttribute(t);return}Oe(l,t),e.setAttribute(t,""+l)}}function Na(e,t,l,o){if(o===null)e.removeAttribute(l);else{switch(typeof o){case"undefined":case"function":case"symbol":case"boolean":e.removeAttribute(l);return}Oe(o,l),e.setAttributeNS(t,l,""+o)}}function we(){}function Md(){if(si===0){l0=console.log,r0=console.info,JS=console.warn,u0=console.error,Xs=console.group,IS=console.groupCollapsed,FS=console.groupEnd;var e={configurable:!0,enumerable:!0,value:we,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}si++}function fv(){if(si--,si===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:at({},e,{value:l0}),info:at({},e,{value:r0}),warn:at({},e,{value:JS}),error:at({},e,{value:u0}),group:at({},e,{value:Xs}),groupCollapsed:at({},e,{value:IS}),groupEnd:at({},e,{value:FS})})}0>si&&console.error("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}function Xt(e){if(i0===void 0)try{throw Error()}catch(l){var t=l.stack.trim().match(/\n( *(at )?)/);i0=t&&t[1]||"",Lf=-1<l.stack.indexOf(`
|
|
361
|
+
at`)?" (<anonymous>)":-1<l.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
362
|
+
`+i0+e+Lf}function xn(e,t){if(!e||$s)return"";var l=Vf.get(e);if(l!==void 0)return l;$s=!0,l=Error.prepareStackTrace,Error.prepareStackTrace=void 0;var o=null;o=ce.H,ce.H=null,Md();try{var f={DetermineComponentFrameRoot:function(){try{if(t){var ee=function(){throw Error()};if(Object.defineProperty(ee.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(ee,[])}catch(He){var pe=He}Reflect.construct(e,[],ee)}else{try{ee.call()}catch(He){pe=He}e.call(ee.prototype)}}else{try{throw Error()}catch(He){pe=He}(ee=e())&&typeof ee.catch=="function"&&ee.catch(function(){})}}catch(He){if(He&&pe&&typeof He.stack=="string")return[He.stack,pe.stack]}return[null,null]}};f.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var p=Object.getOwnPropertyDescriptor(f.DetermineComponentFrameRoot,"name");p&&p.configurable&&Object.defineProperty(f.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var g=f.DetermineComponentFrameRoot(),R=g[0],M=g[1];if(R&&M){var _=R.split(`
|
|
363
|
+
`),le=M.split(`
|
|
364
|
+
`);for(g=p=0;p<_.length&&!_[p].includes("DetermineComponentFrameRoot");)p++;for(;g<le.length&&!le[g].includes("DetermineComponentFrameRoot");)g++;if(p===_.length||g===le.length)for(p=_.length-1,g=le.length-1;1<=p&&0<=g&&_[p]!==le[g];)g--;for(;1<=p&&0<=g;p--,g--)if(_[p]!==le[g]){if(p!==1||g!==1)do if(p--,g--,0>g||_[p]!==le[g]){var de=`
|
|
365
|
+
`+_[p].replace(" at new "," at ");return e.displayName&&de.includes("<anonymous>")&&(de=de.replace("<anonymous>",e.displayName)),typeof e=="function"&&Vf.set(e,de),de}while(1<=p&&0<=g);break}}}finally{$s=!1,ce.H=o,fv(),Error.prepareStackTrace=l}return _=(_=e?e.displayName||e.name:"")?Xt(_):"",typeof e=="function"&&Vf.set(e,_),_}function aa(e){var t=Error.prepareStackTrace;if(Error.prepareStackTrace=void 0,e=e.stack,Error.prepareStackTrace=t,e.startsWith(`Error: react-stack-top-frame
|
|
366
|
+
`)&&(e=e.slice(29)),t=e.indexOf(`
|
|
367
|
+
`),t!==-1&&(e=e.slice(t+1)),t=e.indexOf("react_stack_bottom_frame"),t!==-1&&(t=e.lastIndexOf(`
|
|
368
|
+
`,t)),t!==-1)e=e.slice(0,t);else return"";return e}function Ko(e){switch(e.tag){case 26:case 27:case 5:return Xt(e.type);case 16:return Xt("Lazy");case 13:return Xt("Suspense");case 19:return Xt("SuspenseList");case 0:case 15:return xn(e.type,!1);case 11:return xn(e.type.render,!1);case 1:return xn(e.type,!0);case 31:return Xt("Activity");default:return""}}function qd(e){try{var t="";do{t+=Ko(e);var l=e._debugInfo;if(l)for(var o=l.length-1;0<=o;o--){var f=l[o];if(typeof f.name=="string"){var p=t,g=f.env,R=Xt(f.name+(g?" ["+g+"]":""));t=p+R}}e=e.return}while(e);return t}catch(M){return`
|
|
369
|
+
Error generating stack: `+M.message+`
|
|
370
|
+
`+M.stack}}function K1(e){return(e=e?e.displayName||e.name:"")?Xt(e):""}function _d(){if(Ga===null)return null;var e=Ga._debugOwner;return e!=null?X(e):null}function J1(){if(Ga===null)return"";var e=Ga;try{var t="";switch(e.tag===6&&(e=e.return),e.tag){case 26:case 27:case 5:t+=Xt(e.type);break;case 13:t+=Xt("Suspense");break;case 19:t+=Xt("SuspenseList");break;case 31:t+=Xt("Activity");break;case 30:case 0:case 15:case 1:e._debugOwner||t!==""||(t+=K1(e.type));break;case 11:e._debugOwner||t!==""||(t+=K1(e.type.render))}for(;e;)if(typeof e.tag=="number"){var l=e;e=l._debugOwner;var o=l._debugStack;e&&o&&(typeof o!="string"&&(l._debugStack=o=aa(o)),o!==""&&(t+=`
|
|
371
|
+
`+o))}else if(e.debugStack!=null){var f=e.debugStack;(e=e.owner)&&f&&(t+=`
|
|
372
|
+
`+aa(f))}else break;var p=t}catch(g){p=`
|
|
373
|
+
Error generating stack: `+g.message+`
|
|
374
|
+
`+g.stack}return p}function Be(e,t,l,o,f,p,g){var R=Ga;wc(e);try{return e!==null&&e._debugTask?e._debugTask.run(t.bind(null,l,o,f,p,g)):t(l,o,f,p,g)}finally{wc(R)}throw Error("runWithFiberInDEV should never be called in production. This is a bug in React.")}function wc(e){ce.getCurrentStack=e===null?null:J1,_a=!1,Ga=e}function Nn(e){switch(typeof e){case"bigint":case"boolean":case"number":case"string":case"undefined":return e;case"object":return Ge(e),e;default:return""}}function Ni(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function Oc(e){var t=Ni(e)?"checked":"value",l=Object.getOwnPropertyDescriptor(e.constructor.prototype,t);Ge(e[t]);var o=""+e[t];if(!e.hasOwnProperty(t)&&typeof l<"u"&&typeof l.get=="function"&&typeof l.set=="function"){var f=l.get,p=l.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return f.call(this)},set:function(g){Ge(g),o=""+g,p.call(this,g)}}),Object.defineProperty(e,t,{enumerable:l.enumerable}),{getValue:function(){return o},setValue:function(g){Ge(g),o=""+g},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function kr(e){e._valueTracker||(e._valueTracker=Oc(e))}function bn(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var l=t.getValue(),o="";return e&&(o=Ni(e)?e.checked?"true":"false":e.value),e=o,e!==l?(t.setValue(e),!0):!1}function Mc(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function Ua(e){return e.replace($T,function(t){return"\\"+t.charCodeAt(0).toString(16)+" "})}function wu(e,t){t.checked===void 0||t.defaultChecked===void 0||s0||(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",_d()||"A component",t.type),s0=!0),t.value===void 0||t.defaultValue===void 0||o0||(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",_d()||"A component",t.type),o0=!0)}function Ou(e,t,l,o,f,p,g,R){e.name="",g!=null&&typeof g!="function"&&typeof g!="symbol"&&typeof g!="boolean"?(Oe(g,"type"),e.type=g):e.removeAttribute("type"),t!=null?g==="number"?(t===0&&e.value===""||e.value!=t)&&(e.value=""+Nn(t)):e.value!==""+Nn(t)&&(e.value=""+Nn(t)):g!=="submit"&&g!=="reset"||e.removeAttribute("value"),t!=null?Dd(e,g,Nn(t)):l!=null?Dd(e,g,Nn(l)):o!=null&&e.removeAttribute("value"),f==null&&p!=null&&(e.defaultChecked=!!p),f!=null&&(e.checked=f&&typeof f!="function"&&typeof f!="symbol"),R!=null&&typeof R!="function"&&typeof R!="symbol"&&typeof R!="boolean"?(Oe(R,"name"),e.name=""+Nn(R)):e.removeAttribute("name")}function I1(e,t,l,o,f,p,g,R){if(p!=null&&typeof p!="function"&&typeof p!="symbol"&&typeof p!="boolean"&&(Oe(p,"type"),e.type=p),t!=null||l!=null){if(!(p!=="submit"&&p!=="reset"||t!=null))return;l=l!=null?""+Nn(l):"",t=t!=null?""+Nn(t):l,R||t===e.value||(e.value=t),e.defaultValue=t}o=o??f,o=typeof o!="function"&&typeof o!="symbol"&&!!o,e.checked=R?e.checked:!!o,e.defaultChecked=!!o,g!=null&&typeof g!="function"&&typeof g!="symbol"&&typeof g!="boolean"&&(Oe(g,"name"),e.name=g)}function Dd(e,t,l){t==="number"&&Mc(e.ownerDocument)===e||e.defaultValue===""+l||(e.defaultValue=""+l)}function dv(e,t){t.value==null&&(typeof t.children=="object"&&t.children!==null?Df.Children.forEach(t.children,function(l){l==null||typeof l=="string"||typeof l=="number"||typeof l=="bigint"||f0||(f0=!0,console.error("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>."))}):t.dangerouslySetInnerHTML==null||bh||(bh=!0,console.error("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected."))),t.selected==null||c0||(console.error("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),c0=!0)}function F1(){var e=_d();return e?`
|
|
375
|
+
|
|
376
|
+
Check the render method of \``+e+"`.":""}function Pr(e,t,l,o){if(e=e.options,t){t={};for(var f=0;f<l.length;f++)t["$"+l[f]]=!0;for(l=0;l<e.length;l++)f=t.hasOwnProperty("$"+e[l].value),e[l].selected!==f&&(e[l].selected=f),f&&o&&(e[l].defaultSelected=!0)}else{for(l=""+Nn(l),t=null,f=0;f<e.length;f++){if(e[f].value===l){e[f].selected=!0,o&&(e[f].defaultSelected=!0);return}t!==null||e[f].disabled||(t=e[f])}t!==null&&(t.selected=!0)}}function qc(e,t){for(e=0;e<kf.length;e++){var l=kf[e];if(t[l]!=null){var o=Ze(t[l]);t.multiple&&!o?console.error("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s",l,F1()):!t.multiple&&o&&console.error("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",l,F1())}}t.value===void 0||t.defaultValue===void 0||d0||(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"),d0=!0)}function Ql(e,t){t.value===void 0||t.defaultValue===void 0||WS||(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",_d()||"A component"),WS=!0),t.children!=null&&t.value==null&&console.error("Use the `defaultValue` or `value` props instead of setting children on <textarea>.")}function zd(e,t,l){if(t!=null&&(t=""+Nn(t),t!==e.value&&(e.value=t),l==null)){e.defaultValue!==t&&(e.defaultValue=t);return}e.defaultValue=l!=null?""+Nn(l):""}function pv(e,t,l,o){if(t==null){if(o!=null){if(l!=null)throw Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(Ze(o)){if(1<o.length)throw Error("<textarea> can only have at most one child.");o=o[0]}l=o}l==null&&(l=""),t=l}l=Nn(t),e.defaultValue=l,o=e.textContent,o===l&&o!==""&&o!==null&&(e.value=o)}function Ui(e,t){return e.serverProps===void 0&&e.serverTail.length===0&&e.children.length===1&&3<e.distanceFromLeaf&&e.distanceFromLeaf>15-t?Ui(e.children[0],t):e}function la(e){return" "+" ".repeat(e)}function Mu(e){return"+ "+" ".repeat(e)}function Bi(e){return"- "+" ".repeat(e)}function hv(e){switch(e.tag){case 26:case 27:case 5:return e.type;case 16:return"Lazy";case 13:return"Suspense";case 19:return"SuspenseList";case 0:case 15:return e=e.type,e.displayName||e.name||null;case 11:return e=e.type.render,e.displayName||e.name||null;case 1:return e=e.type,e.displayName||e.name||null;default:return null}}function Zn(e,t){return eE.test(e)?(e=JSON.stringify(e),e.length>t-2?8>t?'{"..."}':"{"+e.slice(0,t-7)+'..."}':"{"+e+"}"):e.length>t?5>t?'{"..."}':e.slice(0,t-3)+"...":e}function _c(e,t,l){var o=120-2*l;if(t===null)return Mu(l)+Zn(e,o)+`
|
|
377
|
+
`;if(typeof t=="string"){for(var f=0;f<t.length&&f<e.length&&t.charCodeAt(f)===e.charCodeAt(f);f++);return f>o-8&&10<f&&(e="..."+e.slice(f-8),t="..."+t.slice(f-8)),Mu(l)+Zn(e,o)+`
|
|
378
|
+
`+Bi(l)+Zn(t,o)+`
|
|
379
|
+
`}return la(l)+Zn(e,o)+`
|
|
380
|
+
`}function mv(e){return Object.prototype.toString.call(e).replace(/^\[object (.*)\]$/,function(t,l){return l})}function qu(e,t){switch(typeof e){case"string":return e=JSON.stringify(e),e.length>t?5>t?'"..."':e.slice(0,t-4)+'..."':e;case"object":if(e===null)return"null";if(Ze(e))return"[...]";if(e.$$typeof===ai)return(t=B(e.type))?"<"+t+">":"<...>";var l=mv(e);if(l==="Object"){l="",t-=2;for(var o in e)if(e.hasOwnProperty(o)){var f=JSON.stringify(o);if(f!=='"'+o+'"'&&(o=f),t-=o.length-2,f=qu(e[o],15>t?t:15),t-=f.length,0>t){l+=l===""?"...":", ...";break}l+=(l===""?"":",")+o+":"+f}return"{"+l+"}"}return l;case"function":return(t=e.displayName||e.name)?"function "+t:"function";default:return String(e)}}function Hi(e,t){return typeof e!="string"||eE.test(e)?"{"+qu(e,t-2)+"}":e.length>t-2?5>t?'"..."':'"'+e.slice(0,t-5)+'..."':'"'+e+'"'}function Jo(e,t,l){var o=120-l.length-e.length,f=[],p;for(p in t)if(t.hasOwnProperty(p)&&p!=="children"){var g=Hi(t[p],120-l.length-p.length-1);o-=p.length+g.length+2,f.push(p+"="+g)}return f.length===0?l+"<"+e+`>
|
|
381
|
+
`:0<o?l+"<"+e+" "+f.join(" ")+`>
|
|
382
|
+
`:l+"<"+e+`
|
|
383
|
+
`+l+" "+f.join(`
|
|
384
|
+
`+l+" ")+`
|
|
385
|
+
`+l+`>
|
|
386
|
+
`}function OT(e,t,l){var o="",f=at({},t),p;for(p in e)if(e.hasOwnProperty(p)){delete f[p];var g=120-2*l-p.length-2,R=qu(e[p],g);t.hasOwnProperty(p)?(g=qu(t[p],g),o+=Mu(l)+p+": "+R+`
|
|
387
|
+
`,o+=Bi(l)+p+": "+g+`
|
|
388
|
+
`):o+=Mu(l)+p+": "+R+`
|
|
389
|
+
`}for(var M in f)f.hasOwnProperty(M)&&(e=qu(f[M],120-2*l-M.length-2),o+=Bi(l)+M+": "+e+`
|
|
390
|
+
`);return o}function Fa(e,t,l,o){var f="",p=new Map;for(_ in l)l.hasOwnProperty(_)&&p.set(_.toLowerCase(),_);if(p.size===1&&p.has("children"))f+=Jo(e,t,la(o));else{for(var g in t)if(t.hasOwnProperty(g)&&g!=="children"){var R=120-2*(o+1)-g.length-1,M=p.get(g.toLowerCase());if(M!==void 0){p.delete(g.toLowerCase());var _=t[g];M=l[M];var le=Hi(_,R);R=Hi(M,R),typeof _=="object"&&_!==null&&typeof M=="object"&&M!==null&&mv(_)==="Object"&&mv(M)==="Object"&&(2<Object.keys(_).length||2<Object.keys(M).length||-1<le.indexOf("...")||-1<R.indexOf("..."))?f+=la(o+1)+g+`={{
|
|
391
|
+
`+OT(_,M,o+2)+la(o+1)+`}}
|
|
392
|
+
`:(f+=Mu(o+1)+g+"="+le+`
|
|
393
|
+
`,f+=Bi(o+1)+g+"="+R+`
|
|
394
|
+
`)}else f+=la(o+1)+g+"="+Hi(t[g],R)+`
|
|
395
|
+
`}p.forEach(function(de){if(de!=="children"){var ee=120-2*(o+1)-de.length-1;f+=Bi(o+1)+de+"="+Hi(l[de],ee)+`
|
|
396
|
+
`}}),f=f===""?la(o)+"<"+e+`>
|
|
397
|
+
`:la(o)+"<"+e+`
|
|
398
|
+
`+f+la(o)+`>
|
|
399
|
+
`}return e=l.children,t=t.children,typeof e=="string"||typeof e=="number"||typeof e=="bigint"?(p="",(typeof t=="string"||typeof t=="number"||typeof t=="bigint")&&(p=""+t),f+=_c(p,""+e,o+1)):(typeof t=="string"||typeof t=="number"||typeof t=="bigint")&&(f=e==null?f+_c(""+t,null,o+1):f+_c(""+t,void 0,o+1)),f}function Nd(e,t){var l=hv(e);if(l===null){for(l="",e=e.child;e;)l+=Nd(e,t),e=e.sibling;return l}return la(t)+"<"+l+`>
|
|
400
|
+
`}function Ud(e,t){var l=Ui(e,t);if(l!==e&&(e.children.length!==1||e.children[0]!==l))return la(t)+`...
|
|
401
|
+
`+Ud(l,t+1);l="";var o=e.fiber._debugInfo;if(o)for(var f=0;f<o.length;f++){var p=o[f].name;typeof p=="string"&&(l+=la(t)+"<"+p+`>
|
|
402
|
+
`,t++)}if(o="",f=e.fiber.pendingProps,e.fiber.tag===6)o=_c(f,e.serverProps,t),t++;else if(p=hv(e.fiber),p!==null)if(e.serverProps===void 0){o=t;var g=120-2*o-p.length-2,R="";for(_ in f)if(f.hasOwnProperty(_)&&_!=="children"){var M=Hi(f[_],15);if(g-=_.length+M.length+2,0>g){R+=" ...";break}R+=" "+_+"="+M}o=la(o)+"<"+p+R+`>
|
|
403
|
+
`,t++}else e.serverProps===null?(o=Jo(p,f,Mu(t)),t++):typeof e.serverProps=="string"?console.error("Should not have matched a non HostText fiber to a Text node. This is a bug in React."):(o=Fa(p,f,e.serverProps,t),t++);var _="";for(f=e.fiber.child,p=0;f&&p<e.children.length;)g=e.children[p],g.fiber===f?(_+=Ud(g,t),p++):_+=Nd(f,t),f=f.sibling;for(f&&0<e.children.length&&(_+=la(t)+`...
|
|
404
|
+
`),f=e.serverTail,e.serverProps===null&&t--,e=0;e<f.length;e++)p=f[e],_=typeof p=="string"?_+(Bi(t)+Zn(p,120-2*t)+`
|
|
405
|
+
`):_+Jo(p.type,p.props,Bi(t));return l+o+_}function Dc(e){try{return`
|
|
406
|
+
|
|
407
|
+
`+Ud(e,0)}catch{return""}}function ji(e,t,l){for(var o=t,f=null,p=0;o;)o===e&&(p=0),f={fiber:o,children:f!==null?[f]:[],serverProps:o===t?l:o===e?null:void 0,serverTail:[],distanceFromLeaf:p},p++,o=o.return;return f!==null?Dc(f).replaceAll(/^[+-]/gm,">"):""}function yv(e,t){var l=at({},e||m0),o={tag:t};return vh.indexOf(t)!==-1&&(l.aTagInScope=null,l.buttonTagInScope=null,l.nobrTagInScope=null),gh.indexOf(t)!==-1&&(l.pTagInButtonScope=null),p0.indexOf(t)!==-1&&t!=="address"&&t!=="div"&&t!=="p"&&(l.listItemTagAutoclosing=null,l.dlItemTagAutoclosing=null),l.current=o,t==="form"&&(l.formTag=o),t==="a"&&(l.aTagInScope=o),t==="button"&&(l.buttonTagInScope=o),t==="nobr"&&(l.nobrTagInScope=o),t==="p"&&(l.pTagInButtonScope=o),t==="li"&&(l.listItemTagAutoclosing=o),(t==="dd"||t==="dt")&&(l.dlItemTagAutoclosing=o),t==="#document"||t==="html"?l.containerTagInScope=null:l.containerTagInScope||(l.containerTagInScope=o),e!==null||t!=="#document"&&t!=="html"&&t!=="body"?l.implicitRootScope===!0&&(l.implicitRootScope=!1):l.implicitRootScope=!0,l}function bv(e,t,l){switch(t){case"select":return e==="hr"||e==="option"||e==="optgroup"||e==="script"||e==="template"||e==="#text";case"optgroup":return e==="option"||e==="#text";case"option":return e==="#text";case"tr":return e==="th"||e==="td"||e==="style"||e==="script"||e==="template";case"tbody":case"thead":case"tfoot":return e==="tr"||e==="style"||e==="script"||e==="template";case"colgroup":return e==="col"||e==="template";case"table":return e==="caption"||e==="colgroup"||e==="tbody"||e==="tfoot"||e==="thead"||e==="style"||e==="script"||e==="template";case"head":return e==="base"||e==="basefont"||e==="bgsound"||e==="link"||e==="meta"||e==="title"||e==="noscript"||e==="noframes"||e==="style"||e==="script"||e==="template";case"html":if(l)break;return e==="head"||e==="body"||e==="frameset";case"frameset":return e==="frame";case"#document":if(!l)return e==="html"}switch(e){case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t!=="h1"&&t!=="h2"&&t!=="h3"&&t!=="h4"&&t!=="h5"&&t!=="h6";case"rp":case"rt":return h0.indexOf(t)===-1;case"caption":case"col":case"colgroup":case"frameset":case"frame":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return t==null;case"head":return l||t===null;case"html":return l&&t==="#document"||t===null;case"body":return l&&(t==="#document"||t==="html")||t===null}return!0}function Io(e,t){switch(e){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 t.pTagInButtonScope;case"form":return t.formTag||t.pTagInButtonScope;case"li":return t.listItemTagAutoclosing;case"dd":case"dt":return t.dlItemTagAutoclosing;case"button":return t.buttonTagInScope;case"a":return t.aTagInScope;case"nobr":return t.nobrTagInScope}return null}function W1(e,t){for(;e;){switch(e.tag){case 5:case 26:case 27:if(e.type===t)return e}e=e.return}return null}function Bd(e,t){t=t||m0;var l=t.current;if(t=(l=bv(e,l&&l.tag,t.implicitRootScope)?null:l)?null:Io(e,t),t=l||t,!t)return!0;var o=t.tag;if(t=String(!!l)+"|"+e+"|"+o,Qs[t])return!1;Qs[t]=!0;var f=(t=Ga)?W1(t.return,o):null,p=t!==null&&f!==null?ji(f,t,null):"",g="<"+e+">";return l?(l="",o==="table"&&e==="tr"&&(l+=" 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
|
|
408
|
+
This will cause a hydration error.%s`,g,o,l,p)):console.error(`In HTML, %s cannot be a descendant of <%s>.
|
|
409
|
+
This will cause a hydration error.%s`,g,o,p),t&&(e=t.return,f===null||e===null||f===e&&e._debugOwner===t._debugOwner||Be(f,function(){console.error(`<%s> cannot contain a nested %s.
|
|
410
|
+
See this log for the ancestor stack trace.`,o,g)})),!1}function zc(e,t,l){if(l||bv("#text",t,!1))return!0;if(l="#text|"+t,Qs[l])return!1;Qs[l]=!0;var o=(l=Ga)?W1(l,t):null;return l=l!==null&&o!==null?ji(o,l,l.tag!==6?{children:null}:null):"",/\S/.test(e)?console.error(`In HTML, text nodes cannot be a child of <%s>.
|
|
411
|
+
This will cause a hydration error.%s`,t,l):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.
|
|
412
|
+
This will cause a hydration error.%s`,t,l),!1}function Li(e,t){if(t){var l=e.firstChild;if(l&&l===e.lastChild&&l.nodeType===3){l.nodeValue=t;return}}e.textContent=t}function MT(e){return e.replace(ci,function(t,l){return l.toUpperCase()})}function eS(e,t,l){var o=t.indexOf("--")===0;o||(-1<t.indexOf("-")?xo.hasOwnProperty(t)&&xo[t]||(xo[t]=!0,console.error("Unsupported style property %s. Did you mean %s?",t,MT(t.replace(Yf,"ms-")))):Pf.test(t)?xo.hasOwnProperty(t)&&xo[t]||(xo[t]=!0,console.error("Unsupported vendor-prefixed style property %s. Did you mean %s?",t,t.charAt(0).toUpperCase()+t.slice(1))):!tE.test(l)||Ao.hasOwnProperty(l)&&Ao[l]||(Ao[l]=!0,console.error(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,t,l.replace(tE,""))),typeof l=="number"&&(isNaN(l)?nE||(nE=!0,console.error("`NaN` is an invalid value for the `%s` css style property.",t)):isFinite(l)||y0||(y0=!0,console.error("`Infinity` is an invalid value for the `%s` css style property.",t)))),l==null||typeof l=="boolean"||l===""?o?e.setProperty(t,""):t==="float"?e.cssFloat="":e[t]="":o?e.setProperty(t,l):typeof l!="number"||l===0||Gf.has(t)?t==="float"?e.cssFloat=l:(Re(l,t),e[t]=(""+l).trim()):e[t]=l+"px"}function Nc(e,t,l){if(t!=null&&typeof t!="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(t&&Object.freeze(t),e=e.style,l!=null){if(t){var o={};if(l){for(var f in l)if(l.hasOwnProperty(f)&&!t.hasOwnProperty(f))for(var p=Tr[f]||[f],g=0;g<p.length;g++)o[p[g]]=f}for(var R in t)if(t.hasOwnProperty(R)&&(!l||l[R]!==t[R]))for(f=Tr[R]||[R],p=0;p<f.length;p++)o[f[p]]=R;R={};for(var M in t)for(f=Tr[M]||[M],p=0;p<f.length;p++)R[f[p]]=M;M={};for(var _ in o)if(f=o[_],(p=R[_])&&f!==p&&(g=f+","+p,!M[g])){M[g]=!0,g=console;var le=t[f];g.error.call(g,"%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.",le==null||typeof le=="boolean"||le===""?"Removing":"Updating",f,p)}}for(var de in l)!l.hasOwnProperty(de)||t!=null&&t.hasOwnProperty(de)||(de.indexOf("--")===0?e.setProperty(de,""):de==="float"?e.cssFloat="":e[de]="");for(var ee in t)_=t[ee],t.hasOwnProperty(ee)&&l[ee]!==_&&eS(e,ee,_)}else for(o in t)t.hasOwnProperty(o)&&eS(e,o,t[o])}function Vi(e){if(e.indexOf("-")===-1)return!1;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}function Hd(e){return Sh.get(e)||e}function Fo(e,t){if(su.call(Cr,t)&&Cr[t])return!0;if(Eh.test(t)){if(e="aria-"+t.slice(4).toLowerCase(),e=b0.hasOwnProperty(e)?e:null,e==null)return console.error("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),Cr[t]=!0;if(t!==e)return console.error("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,e),Cr[t]=!0}if(v0.test(t)){if(e=t.toLowerCase(),e=b0.hasOwnProperty(e)?e:null,e==null)return Cr[t]=!0,!1;t!==e&&(console.error("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,e),Cr[t]=!0)}return!0}function Wo(e,t){var l=[],o;for(o in t)Fo(e,o)||l.push(o);t=l.map(function(f){return"`"+f+"`"}).join(", "),l.length===1?console.error("Invalid aria prop %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props",t,e):1<l.length&&console.error("Invalid aria props %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props",t,e)}function tS(e,t,l,o){if(su.call(sa,t)&&sa[t])return!0;var f=t.toLowerCase();if(f==="onfocusin"||f==="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."),sa[t]=!0;if(typeof l=="function"&&(e==="form"&&t==="action"||e==="input"&&t==="formAction"||e==="button"&&t==="formAction"))return!0;if(o!=null){if(e=o.possibleRegistrationNames,o.registrationNameDependencies.hasOwnProperty(t))return!0;if(o=e.hasOwnProperty(f)?e[f]:null,o!=null)return console.error("Invalid event handler property `%s`. Did you mean `%s`?",t,o),sa[t]=!0;if($f.test(t))return console.error("Unknown event handler property `%s`. It will be ignored.",t),sa[t]=!0}else if($f.test(t))return n.test(t)&&console.error("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),sa[t]=!0;if(r.test(t)||i.test(t))return!0;if(f==="innerhtml")return console.error("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),sa[t]=!0;if(f==="aria")return console.error("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),sa[t]=!0;if(f==="is"&&l!==null&&l!==void 0&&typeof l!="string")return console.error("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof l),sa[t]=!0;if(typeof l=="number"&&isNaN(l))return console.error("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",t),sa[t]=!0;if(wo.hasOwnProperty(f)){if(f=wo[f],f!==t)return console.error("Invalid DOM property `%s`. Did you mean `%s`?",t,f),sa[t]=!0}else if(t!==f)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.",t,f),sa[t]=!0;switch(t){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 l){case"boolean":switch(t){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 f=t.toLowerCase().slice(0,5),f==="data-"||f==="aria-"?!0:(l?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()}.',l,t,t,l,t):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.',l,t,t,l,t,t,t),sa[t]=!0)}case"function":case"symbol":return sa[t]=!0,!1;case"string":if(l==="false"||l==="true"){switch(t){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}?",l,t,l==="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".',t,l),sa[t]=!0}}return!0}function vv(e,t,l){var o=[],f;for(f in t)tS(e,f,t[f],l)||o.push(f);t=o.map(function(p){return"`"+p+"`"}).join(", "),o.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 ",t,e):1<o.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 ",t,e)}function es(e){return c.test(""+e)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":e}function ki(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}function Zl(e){var t=na(e);if(t&&(e=t.stateNode)){var l=e[qa]||null;e:switch(e=t.stateNode,t.type){case"input":if(Ou(e,l.value,l.defaultValue,l.defaultValue,l.checked,l.defaultChecked,l.type,l.name),t=l.name,l.type==="radio"&&t!=null){for(l=e;l.parentNode;)l=l.parentNode;for(Oe(t,"name"),l=l.querySelectorAll('input[name="'+Ua(""+t)+'"][type="radio"]'),t=0;t<l.length;t++){var o=l[t];if(o!==e&&o.form===e.form){var f=o[qa]||null;if(!f)throw Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");Ou(o,f.value,f.defaultValue,f.defaultValue,f.checked,f.defaultChecked,f.type,f.name)}}for(t=0;t<l.length;t++)o=l[t],o.form===e.form&&bn(o)}break e;case"textarea":zd(e,l.value,l.defaultValue);break e;case"select":t=l.value,t!=null&&Pr(e,!!l.multiple,t,!1)}}}function jd(e,t,l){if(O)return e(t,l);O=!0;try{var o=e(t);return o}finally{if(O=!1,(y!==null||T!==null)&&(po(),y&&(t=y,e=T,T=y=null,Zl(t),e)))for(t=0;t<e.length;t++)Zl(e[t])}}function Yr(e,t){var l=e.stateNode;if(l===null)return null;var o=l[qa]||null;if(o===null)return null;l=o[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(o=!o.disabled)||(e=e.type,o=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!o;break e;default:e=!1}if(e)return null;if(l&&typeof l!="function")throw Error("Expected `"+t+"` listener to be a function, instead got a value of `"+typeof l+"` type.");return l}function Gr(){if(re)return re;var e,t=ae,l=t.length,o,f="value"in ve?ve.value:ve.textContent,p=f.length;for(e=0;e<l&&t[e]===f[e];e++);var g=l-e;for(o=1;o<=g&&t[l-o]===f[p-o];o++);return re=f.slice(e,1<o?1-o:void 0)}function ts(e){var t=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&t===13&&(e=13)):e=t,e===10&&(e=13),32<=e||e===13?e:0}function Pi(){return!0}function gv(){return!1}function Un(e){function t(l,o,f,p,g){this._reactName=l,this._targetInst=f,this.type=o,this.nativeEvent=p,this.target=g,this.currentTarget=null;for(var R in e)e.hasOwnProperty(R)&&(l=e[R],this[R]=l?l(p):p[R]);return this.isDefaultPrevented=(p.defaultPrevented!=null?p.defaultPrevented:p.returnValue===!1)?Pi:gv,this.isPropagationStopped=gv,this}return at(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var l=this.nativeEvent;l&&(l.preventDefault?l.preventDefault():typeof l.returnValue!="unknown"&&(l.returnValue=!1),this.isDefaultPrevented=Pi)},stopPropagation:function(){var l=this.nativeEvent;l&&(l.stopPropagation?l.stopPropagation():typeof l.cancelBubble!="unknown"&&(l.cancelBubble=!0),this.isPropagationStopped=Pi)},persist:function(){},isPersistent:Pi}),t}function Ld(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=kH[e])?!!t[e]:!1}function Vd(){return Ld}function ra(e,t){switch(e){case"keyup":return WH.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==e_;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function _u(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}function kd(e,t){switch(e){case"compositionend":return _u(t);case"keypress":return t.which!==n_?null:(l_=!0,a_);case"textInput":return e=t.data,e===a_&&l_?null:e;default:return null}}function Uc(e,t){if(Rh)return e==="compositionend"||!ZT&&ra(e,t)?(e=Gr(),re=ae=ve=null,Rh=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return t_&&t.locale!=="ko"?null:t.data;default:return null}}function nS(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!tj[e.type]:t==="textarea"}function Sv(e){if(!H)return!1;e="on"+e;var t=e in document;return t||(t=document.createElement("div"),t.setAttribute(e,"return;"),t=typeof t[e]=="function"),t}function Pd(e,t,l,o){y?T?T.push(o):T=[o]:y=o,t=Tf(t,"onChange"),0<t.length&&(l=new ke("onChange","change",null,l,o),e.push({event:l,listeners:t}))}function Bc(e){mr(e,0)}function Yi(e){var t=Gl(e);if(bn(t))return e}function Ev(e,t){if(e==="change")return t}function aS(){E0&&(E0.detachEvent("onpropertychange",lS),R0=E0=null)}function lS(e){if(e.propertyName==="value"&&Yi(R0)){var t=[];Pd(t,R0,e,ki(e)),jd(Bc,t)}}function qT(e,t,l){e==="focusin"?(aS(),E0=t,R0=l,E0.attachEvent("onpropertychange",lS)):e==="focusout"&&aS()}function Rv(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return Yi(R0)}function _T(e,t){if(e==="click")return Yi(t)}function DT(e,t){if(e==="input"||e==="change")return Yi(t)}function zT(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}function Hc(e,t){if(Xa(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var l=Object.keys(e),o=Object.keys(t);if(l.length!==o.length)return!1;for(o=0;o<l.length;o++){var f=l[o];if(!su.call(t,f)||!Xa(e[f],t[f]))return!1}return!0}function rS(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function Tv(e,t){var l=rS(e);e=0;for(var o;l;){if(l.nodeType===3){if(o=e+l.textContent.length,e<=t&&o>=t)return{node:l,offset:t-e};e=o}e:{for(;l;){if(l.nextSibling){l=l.nextSibling;break e}l=l.parentNode}l=void 0}l=rS(l)}}function uS(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?uS(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function iS(e){e=e!=null&&e.ownerDocument!=null&&e.ownerDocument.defaultView!=null?e.ownerDocument.defaultView:window;for(var t=Mc(e.document);t instanceof e.HTMLIFrameElement;){try{var l=typeof t.contentWindow.location.href=="string"}catch{l=!1}if(l)e=t.contentWindow;else break;t=Mc(e.document)}return t}function Cv(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function oS(e,t,l){var o=l.window===l?l.document:l.nodeType===9?l:l.ownerDocument;JT||Th==null||Th!==Mc(o)||(o=Th,"selectionStart"in o&&Cv(o)?o={start:o.selectionStart,end:o.selectionEnd}:(o=(o.ownerDocument&&o.ownerDocument.defaultView||window).getSelection(),o={anchorNode:o.anchorNode,anchorOffset:o.anchorOffset,focusNode:o.focusNode,focusOffset:o.focusOffset}),T0&&Hc(T0,o)||(T0=o,o=Tf(KT,"onSelect"),0<o.length&&(t=new ke("onSelect","select",null,t,l),e.push({event:t,listeners:o}),t.target=Th)))}function Xr(e,t){var l={};return l[e.toLowerCase()]=t.toLowerCase(),l["Webkit"+e]="webkit"+t,l["Moz"+e]="moz"+t,l}function Gi(e){if(IT[e])return IT[e];if(!Ch[e])return e;var t=Ch[e],l;for(l in t)if(t.hasOwnProperty(l)&&l in u_)return IT[e]=t[l];return e}function Rl(e,t){f_.set(e,t),Xl(t,[e])}function Ba(e,t){if(typeof e=="object"&&e!==null){var l=WT.get(e);return l!==void 0?l:(t={value:e,source:t,stack:qd(t)},WT.set(e,t),t)}return{value:e,source:t,stack:qd(t)}}function jc(){for(var e=xh,t=eC=xh=0;t<e;){var l=xr[t];xr[t++]=null;var o=xr[t];xr[t++]=null;var f=xr[t];xr[t++]=null;var p=xr[t];if(xr[t++]=null,o!==null&&f!==null){var g=o.pending;g===null?f.next=f:(f.next=g.next,g.next=f),o.pending=f}p!==0&&sS(l,f,p)}}function Yd(e,t,l,o){xr[xh++]=e,xr[xh++]=t,xr[xh++]=l,xr[xh++]=o,eC|=o,e.lanes|=o,e=e.alternate,e!==null&&(e.lanes|=o)}function xv(e,t,l,o){return Yd(e,t,l,o),Gd(e)}function va(e,t){return Yd(e,null,null,t),Gd(e)}function sS(e,t,l){e.lanes|=l;var o=e.alternate;o!==null&&(o.lanes|=l);for(var f=!1,p=e.return;p!==null;)p.childLanes|=l,o=p.alternate,o!==null&&(o.childLanes|=l),p.tag===22&&(e=p.stateNode,e===null||e._visibility&aE||(f=!0)),e=p,p=p.return;return e.tag===3?(p=e.stateNode,f&&t!==null&&(f=31-Fn(l),e=p.hiddenUpdates,o=e[f],o===null?e[f]=[t]:o.push(t),t.lane=l|536870912),p):null}function Gd(e){if(X0>Cj)throw rd=X0=0,$0=qC=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.");rd>xj&&(rd=0,$0=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.")),e.alternate===null&&(e.flags&4098)!==0&&Nl(e);for(var t=e,l=t.return;l!==null;)t.alternate===null&&(t.flags&4098)!==0&&Nl(e),t=l,l=t.return;return t.tag===3?t.stateNode:null}function Xi(e){if(Ar===null)return e;var t=Ar(e);return t===void 0?e:t.current}function Av(e){if(Ar===null)return e;var t=Ar(e);return t===void 0?e!=null&&typeof e.render=="function"&&(t=Xi(e.render),e.render!==t)?(t={$$typeof:iu,render:t},e.displayName!==void 0&&(t.displayName=e.displayName),t):e:t.current}function cS(e,t){if(Ar===null)return!1;var l=e.elementType;t=t.type;var o=!1,f=typeof t=="object"&&t!==null?t.$$typeof:null;switch(e.tag){case 1:typeof t=="function"&&(o=!0);break;case 0:(typeof t=="function"||f===Ya)&&(o=!0);break;case 11:(f===iu||f===Ya)&&(o=!0);break;case 14:case 15:(f===Nf||f===Ya)&&(o=!0);break;default:return!1}return!!(o&&(e=Ar(l),e!==void 0&&e===Ar(t)))}function fS(e){Ar!==null&&typeof WeakSet=="function"&&(Ah===null&&(Ah=new WeakSet),Ah.add(e))}function Lc(e,t,l){var o=e.alternate,f=e.child,p=e.sibling,g=e.tag,R=e.type,M=null;switch(g){case 0:case 15:case 1:M=R;break;case 11:M=R.render}if(Ar===null)throw Error("Expected resolveFamily to be set during hot reload.");var _=!1;R=!1,M!==null&&(M=Ar(M),M!==void 0&&(l.has(M)?R=!0:t.has(M)&&(g===1?R=!0:_=!0))),Ah!==null&&(Ah.has(e)||o!==null&&Ah.has(o))&&(R=!0),R&&(e._debugNeedsRemount=!0),(R||_)&&(o=va(e,2),o!==null&&ln(o,e,2)),f===null||R||Lc(f,t,l),p!==null&&Lc(p,t,l)}function Vc(e,t,l,o){this.tag=e,this.key=l,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=o,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,p_||typeof Object.preventExtensions!="function"||Object.preventExtensions(this)}function wv(e){return e=e.prototype,!(!e||!e.isReactComponent)}function Kl(e,t){var l=e.alternate;switch(l===null?(l=x(e.tag,t,e.key,e.mode),l.elementType=e.elementType,l.type=e.type,l.stateNode=e.stateNode,l._debugOwner=e._debugOwner,l._debugStack=e._debugStack,l._debugTask=e._debugTask,l._debugHookTypes=e._debugHookTypes,l.alternate=e,e.alternate=l):(l.pendingProps=t,l.type=e.type,l.flags=0,l.subtreeFlags=0,l.deletions=null,l.actualDuration=-0,l.actualStartTime=-1.1),l.flags=e.flags&65011712,l.childLanes=e.childLanes,l.lanes=e.lanes,l.child=e.child,l.memoizedProps=e.memoizedProps,l.memoizedState=e.memoizedState,l.updateQueue=e.updateQueue,t=e.dependencies,l.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext,_debugThenableState:t._debugThenableState},l.sibling=e.sibling,l.index=e.index,l.ref=e.ref,l.refCleanup=e.refCleanup,l.selfBaseDuration=e.selfBaseDuration,l.treeBaseDuration=e.treeBaseDuration,l._debugInfo=e._debugInfo,l._debugNeedsRemount=e._debugNeedsRemount,l.tag){case 0:case 15:l.type=Xi(e.type);break;case 1:l.type=Xi(e.type);break;case 11:l.type=Av(e.type)}return l}function Ov(e,t){e.flags&=65011714;var l=e.alternate;return l===null?(e.childLanes=0,e.lanes=t,e.child=null,e.subtreeFlags=0,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.stateNode=null,e.selfBaseDuration=0,e.treeBaseDuration=0):(e.childLanes=l.childLanes,e.lanes=l.lanes,e.child=l.child,e.subtreeFlags=0,e.deletions=null,e.memoizedProps=l.memoizedProps,e.memoizedState=l.memoizedState,e.updateQueue=l.updateQueue,e.type=l.type,t=l.dependencies,e.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext,_debugThenableState:t._debugThenableState},e.selfBaseDuration=l.selfBaseDuration,e.treeBaseDuration=l.treeBaseDuration),e}function Xd(e,t,l,o,f,p){var g=0,R=e;if(typeof e=="function")wv(e)&&(g=1),R=Xi(R);else if(typeof e=="string")g=P(),g=Ns(e,l,g)?26:e==="html"||e==="head"||e==="body"?27:5;else e:switch(e){case t0:return t=x(31,l,t,f),t.elementType=t0,t.lanes=p,t;case Fe:return Du(l.children,f,p,t);case Bs:g=8,f|=Da,f|=hu;break;case Hs:return e=l,o=f,typeof e.id!="string"&&console.error('Profiler must specify an "id" of type `string` as a prop. Received the type `%s` instead.',typeof e.id),t=x(12,e,t,o|ca),t.elementType=Hs,t.lanes=p,t.stateNode={effectDuration:0,passiveEffectDuration:0},t;case js:return t=x(13,l,t,f),t.elementType=js,t.lanes=p,t;case li:return t=x(19,l,t,f),t.elementType=li,t.lanes=p,t;default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case e0:case fl:g=10;break e;case uh:g=9;break e;case iu:g=11,R=Av(R);break e;case Nf:g=14;break e;case Ya:g=16,R=null;break e}R="",(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(R+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),e===null?l="null":Ze(e)?l="array":e!==void 0&&e.$$typeof===ai?(l="<"+(B(e.type)||"Unknown")+" />",R=" Did you accidentally export a JSX literal instead of a component?"):l=typeof e,(g=o?X(o):null)&&(R+=`
|
|
413
|
+
|
|
414
|
+
Check the render method of \``+g+"`."),g=29,l=Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: "+(l+"."+R)),R=null}return t=x(g,l,t,f),t.elementType=e,t.type=R,t.lanes=p,t._debugOwner=o,t}function kc(e,t,l){return t=Xd(e.type,e.key,e.props,e._owner,t,l),t._debugOwner=e._owner,t._debugStack=e._debugStack,t._debugTask=e._debugTask,t}function Du(e,t,l,o){return e=x(7,e,o,t),e.lanes=l,e}function zu(e,t,l){return e=x(6,e,null,t),e.lanes=l,e}function Mv(e,t,l){return t=x(4,e.children!==null?e.children:[],e.key,t),t.lanes=l,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function $i(e,t){Tl(),wh[Oh++]=rE,wh[Oh++]=lE,lE=e,rE=t}function dS(e,t,l){Tl(),wr[Or++]=Mo,wr[Or++]=qo,wr[Or++]=Qf,Qf=e;var o=Mo;e=qo;var f=32-Fn(o)-1;o&=~(1<<f),l+=1;var p=32-Fn(t)+f;if(30<p){var g=f-f%5;p=(o&(1<<g)-1).toString(32),o>>=g,f-=g,Mo=1<<32-Fn(t)+f|l<<f|o,qo=p+e}else Mo=1<<p|l<<f|o,qo=e}function $d(e){Tl(),e.return!==null&&($i(e,1),dS(e,1,0))}function Qd(e){for(;e===lE;)lE=wh[--Oh],wh[Oh]=null,rE=wh[--Oh],wh[Oh]=null;for(;e===Qf;)Qf=wr[--Or],wr[Or]=null,qo=wr[--Or],wr[Or]=null,Mo=wr[--Or],wr[Or]=null}function Tl(){Tt||console.error("Expected to be hydrating. This is a bug in React. Please file an issue.")}function Cl(e,t){if(e.return===null){if(Mr===null)Mr={fiber:e,children:[],serverProps:void 0,serverTail:[],distanceFromLeaf:t};else{if(Mr.fiber!==e)throw Error("Saw multiple hydration diff roots in a pass. This is a bug in React.");Mr.distanceFromLeaf>t&&(Mr.distanceFromLeaf=t)}return Mr}var l=Cl(e.return,t+1).children;return 0<l.length&&l[l.length-1].fiber===e?(l=l[l.length-1],l.distanceFromLeaf>t&&(l.distanceFromLeaf=t),l):(t={fiber:e,children:[],serverProps:void 0,serverTail:[],distanceFromLeaf:t},l.push(t),t)}function qv(e,t){_o||(e=Cl(e,0),e.serverProps=null,t!==null&&(t=Jp(t),e.serverTail.push(t)))}function Jl(e){var t="",l=Mr;throw l!==null&&(Mr=null,t=Dc(l)),ns(Ba(Error(`Hydration failed because the server rendered 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:
|
|
415
|
+
|
|
416
|
+
- A server/client branch \`if (typeof window !== 'undefined')\`.
|
|
417
|
+
- Variable input such as \`Date.now()\` or \`Math.random()\` which changes each time it's called.
|
|
418
|
+
- Date formatting in a user's locale which doesn't match the server.
|
|
419
|
+
- External changing data without sending a snapshot of it along with the HTML.
|
|
420
|
+
- Invalid HTML tag nesting.
|
|
421
|
+
|
|
422
|
+
It can also happen if the client has a browser extension installed which messes with the HTML before React loaded.
|
|
423
|
+
|
|
424
|
+
https://react.dev/link/hydration-mismatch`+t),e)),tC}function _v(e){var t=e.stateNode,l=e.type,o=e.memoizedProps;switch(t[Wn]=e,t[qa]=o,yr(l,o),l){case"dialog":it("cancel",t),it("close",t);break;case"iframe":case"object":case"embed":it("load",t);break;case"video":case"audio":for(l=0;l<Q0.length;l++)it(Q0[l],t);break;case"source":it("error",t);break;case"img":case"image":case"link":it("error",t),it("load",t);break;case"details":it("toggle",t);break;case"input":$l("input",o),it("invalid",t),wu(t,o),I1(t,o.value,o.defaultValue,o.checked,o.defaultChecked,o.type,o.name,!0),kr(t);break;case"option":dv(t,o);break;case"select":$l("select",o),it("invalid",t),qc(t,o);break;case"textarea":$l("textarea",o),it("invalid",t),Ql(t,o),pv(t,o.value,o.defaultValue,o.children),kr(t)}l=o.children,typeof l!="string"&&typeof l!="number"&&typeof l!="bigint"||t.textContent===""+l||o.suppressHydrationWarning===!0||zg(t.textContent,l)?(o.popover!=null&&(it("beforetoggle",t),it("toggle",t)),o.onScroll!=null&&it("scroll",t),o.onScrollEnd!=null&&it("scrollend",t),o.onClick!=null&&(t.onclick=au),t=!0):t=!1,t||Jl(e)}function Dv(e){for($a=e.return;$a;)switch($a.tag){case 5:case 13:di=!1;return;case 27:case 3:di=!0;return;default:$a=$a.return}}function Qi(e){if(e!==$a)return!1;if(!Tt)return Dv(e),Tt=!0,!1;var t=e.tag,l;if((l=t!==3&&t!==27)&&((l=t===5)&&(l=e.type,l=!(l!=="form"&&l!=="button")||br(e.type,e.memoizedProps)),l=!l),l&&mn){for(l=mn;l;){var o=Cl(e,0),f=Jp(l);o.serverTail.push(f),l=f.type==="Suspense"?kg(l):Vn(l.nextSibling)}Jl(e)}if(Dv(e),t===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");mn=kg(e)}else t===27?(t=mn,vr(e.type)?(e=PC,PC=null,mn=e):mn=t):mn=$a?Vn(e.stateNode.nextSibling):null;return!0}function Zi(){mn=$a=null,_o=Tt=!1}function zv(){var e=Zf;return e!==null&&(Ka===null?Ka=e:Ka.push.apply(Ka,e),Zf=null),e}function ns(e){Zf===null?Zf=[e]:Zf.push(e)}function Nv(){var e=Mr;if(e!==null){Mr=null;for(var t=Dc(e);0<e.children.length;)e=e.children[0];Be(e.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:
|
|
425
|
+
|
|
426
|
+
- A server/client branch \`if (typeof window !== 'undefined')\`.
|
|
427
|
+
- Variable input such as \`Date.now()\` or \`Math.random()\` which changes each time it's called.
|
|
428
|
+
- Date formatting in a user's locale which doesn't match the server.
|
|
429
|
+
- External changing data without sending a snapshot of it along with the HTML.
|
|
430
|
+
- Invalid HTML tag nesting.
|
|
431
|
+
|
|
432
|
+
It can also happen if the client has a browser extension installed which messes with the HTML before React loaded.
|
|
433
|
+
|
|
434
|
+
%s%s`,"https://react.dev/link/hydration-mismatch",t)})}}function Zd(){Mh=uE=null,qh=!1}function Nu(e,t,l){Se(nC,t._currentValue,e),t._currentValue=l,Se(aC,t._currentRenderer,e),t._currentRenderer!==void 0&&t._currentRenderer!==null&&t._currentRenderer!==b_&&console.error("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),t._currentRenderer=b_}function $r(e,t){e._currentValue=nC.current;var l=aC.current;xe(aC,t),e._currentRenderer=l,xe(nC,t)}function Uv(e,t,l){for(;e!==null;){var o=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,o!==null&&(o.childLanes|=t)):o!==null&&(o.childLanes&t)!==t&&(o.childLanes|=t),e===l)break;e=e.return}e!==l&&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 Bv(e,t,l,o){var f=e.child;for(f!==null&&(f.return=e);f!==null;){var p=f.dependencies;if(p!==null){var g=f.child;p=p.firstContext;e:for(;p!==null;){var R=p;p=f;for(var M=0;M<t.length;M++)if(R.context===t[M]){p.lanes|=l,R=p.alternate,R!==null&&(R.lanes|=l),Uv(p.return,l,e),o||(g=null);break e}p=R.next}}else if(f.tag===18){if(g=f.return,g===null)throw Error("We just came from a parent so we must have had a parent. This is a bug in React.");g.lanes|=l,p=g.alternate,p!==null&&(p.lanes|=l),Uv(g,l,e),g=null}else g=f.child;if(g!==null)g.return=f;else for(g=f;g!==null;){if(g===e){g=null;break}if(f=g.sibling,f!==null){f.return=g.return,g=f;break}g=g.return}f=g}}function Bn(e,t,l,o){e=null;for(var f=t,p=!1;f!==null;){if(!p){if((f.flags&524288)!==0)p=!0;else if((f.flags&262144)!==0)break}if(f.tag===10){var g=f.alternate;if(g===null)throw Error("Should have a current fiber. This is a bug in React.");if(g=g.memoizedProps,g!==null){var R=f.type;Xa(f.pendingProps.value,g.value)||(e!==null?e.push(R):e=[R])}}else if(f===Vs.current){if(g=f.alternate,g===null)throw Error("Should have a current fiber. This is a bug in React.");g.memoizedState.memoizedState!==f.memoizedState.memoizedState&&(e!==null?e.push(I0):e=[I0])}f=f.return}e!==null&&Bv(t,e,l,o),t.flags|=262144}function Uu(e){for(e=e.firstContext;e!==null;){if(!Xa(e.context._currentValue,e.memoizedValue))return!0;e=e.next}return!1}function Bu(e){uE=e,Mh=null,e=e.dependencies,e!==null&&(e.firstContext=null)}function kt(e){return qh&&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()."),Hv(uE,e)}function Pc(e,t){return uE===null&&Bu(e),Hv(e,t)}function Hv(e,t){var l=t._currentValue;if(t={context:t,memoizedValue:l,next:null},Mh===null){if(e===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().");Mh=t,e.dependencies={lanes:0,firstContext:t,_debugThenableState:null},e.flags|=524288}else Mh=Mh.next=t;return l}function Yc(){return{controller:new sj,data:new Map,refCount:0}}function Ki(e){e.controller.signal.aborted&&console.warn("A cache instance was retained after it was already freed. This likely indicates a bug in React."),e.refCount++}function Il(e){e.refCount--,0>e.refCount&&console.warn("A cache instance was released after it was already freed. This likely indicates a bug in React."),e.refCount===0&&cj(fj,function(){e.controller.abort()})}function xl(){var e=Kf;return Kf=0,e}function Hu(e){var t=Kf;return Kf=e,t}function Ji(e){var t=Kf;return Kf+=e,t}function Kd(e){hl=_h(),0>e.actualStartTime&&(e.actualStartTime=hl)}function Qr(e){if(0<=hl){var t=_h()-hl;e.actualDuration+=t,e.selfBaseDuration=t,hl=-1}}function Ii(e){if(0<=hl){var t=_h()-hl;e.actualDuration+=t,hl=-1}}function Wa(){if(0<=hl){var e=_h()-hl;hl=-1,Kf+=e}}function Al(){hl=_h()}function Fl(e){for(var t=e.child;t;)e.actualDuration+=t.actualDuration,t=t.sibling}function pS(e,t){if(C0===null){var l=C0=[];lC=0,Jf=Og(),Dh={status:"pending",value:void 0,then:function(o){l.push(o)}}}return lC++,t.then(jv,jv),t}function jv(){if(--lC===0&&C0!==null){Dh!==null&&(Dh.status="fulfilled");var e=C0;C0=null,Jf=0,Dh=null;for(var t=0;t<e.length;t++)(0,e[t])()}}function hS(e,t){var l=[],o={status:"pending",value:null,reason:null,then:function(f){l.push(f)}};return e.then(function(){o.status="fulfilled",o.value=t;for(var f=0;f<l.length;f++)(0,l[f])(t)},function(f){for(o.status="rejected",o.reason=f,f=0;f<l.length;f++)(0,l[f])(void 0)}),o}function Lv(){var e=If.current;return e!==null?e:Pt.pooledCache}function Jd(e,t){t===null?Se(If,If.current,e):Se(If,t.pool,e)}function mS(){var e=Lv();return e===null?null:{parent:Yn._currentValue,pool:e}}function Vv(){return{didWarnAboutUncachedPromise:!1,thenables:[]}}function kv(e){return e=e.status,e==="fulfilled"||e==="rejected"}function as(){}function el(e,t,l){ce.actQueue!==null&&(ce.didUsePromise=!0);var o=e.thenables;switch(l=o[l],l===void 0?o.push(t):l!==t&&(e.didWarnAboutUncachedPromise||(e.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.")),t.then(as,as),t=l),t.status){case"fulfilled":return t.value;case"rejected":throw e=t.reason,Ha(e),e;default:if(typeof t.status=="string")t.then(as,as);else{if(e=Pt,e!==null&&100<e.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.");e=t,e.status="pending",e.then(function(f){if(t.status==="pending"){var p=t;p.status="fulfilled",p.value=f}},function(f){if(t.status==="pending"){var p=t;p.status="rejected",p.reason=f}})}switch(t.status){case"fulfilled":return t.value;case"rejected":throw e=t.reason,Ha(e),e}throw D0=t,dE=!0,_0}}function Pv(){if(D0===null)throw Error("Expected a suspended thenable. This is a bug in React. Please file an issue.");var e=D0;return D0=null,dE=!1,e}function Ha(e){if(e===_0||e===fE)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 ga(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function ju(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,callbacks:null})}function Wl(e){return{lane:e,tag:R_,payload:null,callback:null,next:null}}function wl(e,t,l){var o=e.updateQueue;if(o===null)return null;if(o=o.shared,iC===o&&!x_){var f=te(e);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.
|
|
435
|
+
|
|
436
|
+
Please update the following component: %s`,f),x_=!0}return(_t&Za)!==Hl?(f=o.pending,f===null?t.next=t:(t.next=f.next,f.next=t),o.pending=t,t=Gd(e),sS(e,null,l),t):(Yd(e,o,t,l),Gd(e))}function Lu(e,t,l){if(t=t.updateQueue,t!==null&&(t=t.shared,(l&4194048)!==0)){var o=t.lanes;o&=e.pendingLanes,l|=o,t.lanes=l,xu(e,l)}}function ls(e,t){var l=e.updateQueue,o=e.alternate;if(o!==null&&(o=o.updateQueue,l===o)){var f=null,p=null;if(l=l.firstBaseUpdate,l!==null){do{var g={lane:l.lane,tag:l.tag,payload:l.payload,callback:null,next:null};p===null?f=p=g:p=p.next=g,l=l.next}while(l!==null);p===null?f=p=t:p=p.next=t}else f=p=t;l={baseState:o.baseState,firstBaseUpdate:f,lastBaseUpdate:p,shared:o.shared,callbacks:o.callbacks},e.updateQueue=l;return}e=l.lastBaseUpdate,e===null?l.firstBaseUpdate=t:e.next=t,l.lastBaseUpdate=t}function er(){if(oC){var e=Dh;if(e!==null)throw e}}function rs(e,t,l,o){oC=!1;var f=e.updateQueue;Js=!1,iC=f.shared;var p=f.firstBaseUpdate,g=f.lastBaseUpdate,R=f.shared.pending;if(R!==null){f.shared.pending=null;var M=R,_=M.next;M.next=null,g===null?p=_:g.next=_,g=M;var le=e.alternate;le!==null&&(le=le.updateQueue,R=le.lastBaseUpdate,R!==g&&(R===null?le.firstBaseUpdate=_:R.next=_,le.lastBaseUpdate=M))}if(p!==null){var de=f.baseState;g=0,le=_=M=null,R=p;do{var ee=R.lane&-536870913,pe=ee!==R.lane;if(pe?(pt&ee)===ee:(o&ee)===ee){ee!==0&&ee===Jf&&(oC=!0),le!==null&&(le=le.next={lane:0,tag:R.tag,payload:R.payload,callback:null,next:null});e:{ee=e;var He=R,Qe=t,Yt=l;switch(He.tag){case T_:if(He=He.payload,typeof He=="function"){qh=!0;var mt=He.call(Yt,de,Qe);if(ee.mode&Da){Xe(!0);try{He.call(Yt,de,Qe)}finally{Xe(!1)}}qh=!1,de=mt;break e}de=He;break e;case uC:ee.flags=ee.flags&-65537|128;case R_:if(mt=He.payload,typeof mt=="function"){if(qh=!0,He=mt.call(Yt,de,Qe),ee.mode&Da){Xe(!0);try{mt.call(Yt,de,Qe)}finally{Xe(!1)}}qh=!1}else He=mt;if(He==null)break e;de=at({},de,He);break e;case C_:Js=!0}}ee=R.callback,ee!==null&&(e.flags|=64,pe&&(e.flags|=8192),pe=f.callbacks,pe===null?f.callbacks=[ee]:pe.push(ee))}else pe={lane:ee,tag:R.tag,payload:R.payload,callback:R.callback,next:null},le===null?(_=le=pe,M=de):le=le.next=pe,g|=ee;if(R=R.next,R===null){if(R=f.shared.pending,R===null)break;pe=R,R=pe.next,pe.next=null,f.lastBaseUpdate=pe,f.shared.pending=null}}while(!0);le===null&&(M=de),f.baseState=M,f.firstBaseUpdate=_,f.lastBaseUpdate=le,p===null&&(f.shared.lanes=0),ec|=g,e.lanes=g,e.memoizedState=de}iC=null}function Gc(e,t){if(typeof e!="function")throw Error("Invalid argument passed as callback. Expected a function. Instead received: "+e);e.call(t)}function us(e,t){var l=e.shared.hiddenCallbacks;if(l!==null)for(e.shared.hiddenCallbacks=null,e=0;e<l.length;e++)Gc(l[e],t)}function yS(e,t){var l=e.callbacks;if(l!==null)for(e.callbacks=null,e=0;e<l.length;e++)Gc(l[e],t)}function Sa(e,t){var l=mi;Se(pE,l,e),Se(zh,t,e),mi=l|t.baseLanes}function Xc(e){Se(pE,mi,e),Se(zh,zh.current,e)}function Ol(e){mi=pE.current,xe(zh,e),xe(pE,e)}function lt(){var e=fe;Dr===null?Dr=[e]:Dr.push(e)}function Te(){var e=fe;if(Dr!==null&&(zo++,Dr[zo]!==e)){var t=te(Ke);if(!A_.has(t)&&(A_.add(t),Dr!==null)){for(var l="",o=0;o<=zo;o++){var f=Dr[o],p=o===zo?e:f;for(f=o+1+". "+f;30>f.length;)f+=" ";f+=p+`
|
|
437
|
+
`,l+=f}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
|
|
438
|
+
|
|
439
|
+
Previous render Next render
|
|
440
|
+
------------------------------------------------------
|
|
441
|
+
%s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
442
|
+
`,t,l)}}}function tl(e){e==null||Ze(e)||console.error("%s received a final argument that is not an array (instead, received `%s`). When specified, the final argument must be an array.",fe,typeof e)}function is(){var e=te(Ke);O_.has(e)||(O_.add(e),console.error("ReactDOM.useFormState has been renamed to React.useActionState. Please update %s to use React.useActionState.",e))}function Ft(){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:
|
|
443
|
+
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
444
|
+
2. You might be breaking the Rules of Hooks
|
|
445
|
+
3. You might have more than one copy of React in the same app
|
|
446
|
+
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`)}function Vu(e,t){if(N0)return!1;if(t===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.",fe),!1;e.length!==t.length&&console.error(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
|
|
447
|
+
|
|
448
|
+
Previous: %s
|
|
449
|
+
Incoming: %s`,fe,"["+t.join(", ")+"]","["+e.join(", ")+"]");for(var l=0;l<t.length&&l<e.length;l++)if(!Xa(e[l],t[l]))return!1;return!0}function ku(e,t,l,o,f,p){Is=p,Ke=t,Dr=e!==null?e._debugHookTypes:null,zo=-1,N0=e!==null&&e.type!==t.type,(Object.prototype.toString.call(l)==="[object AsyncFunction]"||Object.prototype.toString.call(l)==="[object AsyncGeneratorFunction]")&&(p=te(Ke),sC.has(p)||(sC.add(p),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.",p===null?"An unknown Component":"<"+p+">"))),t.memoizedState=null,t.updateQueue=null,t.lanes=0,ce.H=e!==null&&e.memoizedState!==null?fC:Dr!==null?M_:cC,Wf=p=(t.mode&Da)!==Zt;var g=dC(l,o,f);if(Wf=!1,Uh&&(g=os(t,l,o,f)),p){Xe(!0);try{g=os(t,l,o,f)}finally{Xe(!1)}}return $c(e,t),g}function $c(e,t){t._debugHookTypes=Dr,t.dependencies===null?Do!==null&&(t.dependencies={lanes:0,firstContext:null,_debugThenableState:Do}):t.dependencies._debugThenableState=Do,ce.H=yE;var l=Vt!==null&&Vt.next!==null;if(Is=0,Dr=fe=_n=Vt=Ke=null,zo=-1,e!==null&&(e.flags&65011712)!==(t.flags&65011712)&&console.error("Internal React error: Expected static flag was missing. Please notify the React team."),hE=!1,z0=0,Do=null,l)throw Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");e===null||ea||(e=e.dependencies,e!==null&&Uu(e)&&(ea=!0)),dE?(dE=!1,e=!0):e=!1,e&&(t=te(t)||"Unknown",w_.has(t)||sC.has(t)||(w_.add(t),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 os(e,t,l,o){Ke=e;var f=0;do{if(Uh&&(Do=null),z0=0,Uh=!1,f>=pj)throw Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(f+=1,N0=!1,_n=Vt=null,e.updateQueue!=null){var p=e.updateQueue;p.lastEffect=null,p.events=null,p.stores=null,p.memoCache!=null&&(p.memoCache.index=0)}zo=-1,ce.H=q_,p=dC(t,l,o)}while(Uh);return p}function nl(){var e=ce.H,t=e.useState()[0];return t=typeof t.then=="function"?Fi(t):t,e=e.useState()[0],(Vt!==null?Vt.memoizedState:null)!==e&&(Ke.flags|=1024),t}function Ea(){var e=mE!==0;return mE=0,e}function Zr(e,t,l){t.updateQueue=e.updateQueue,t.flags=(t.mode&hu)!==Zt?t.flags&-402655237:t.flags&-2053,e.lanes&=~l}function Ml(e){if(hE){for(e=e.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}hE=!1}Is=0,Dr=_n=Vt=Ke=null,zo=-1,fe=null,Uh=!1,z0=mE=0,Do=null}function nn(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return _n===null?Ke.memoizedState=_n=e:_n=_n.next=e,_n}function ht(){if(Vt===null){var e=Ke.alternate;e=e!==null?e.memoizedState:null}else e=Vt.next;var t=_n===null?Ke.memoizedState:_n.next;if(t!==null)_n=t,Vt=e;else{if(e===null)throw Ke.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.");Vt=e,e={memoizedState:Vt.memoizedState,baseState:Vt.baseState,baseQueue:Vt.baseQueue,queue:Vt.queue,next:null},_n===null?Ke.memoizedState=_n=e:_n=_n.next=e}return _n}function Id(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function Fi(e){var t=z0;return z0+=1,Do===null&&(Do=Vv()),e=el(Do,e,t),t=Ke,(_n===null?t.memoizedState:_n.next)===null&&(t=t.alternate,ce.H=t!==null&&t.memoizedState!==null?fC:cC),e}function tr(e){if(e!==null&&typeof e=="object"){if(typeof e.then=="function")return Fi(e);if(e.$$typeof===fl)return kt(e)}throw Error("An unsupported type was passed to use(): "+String(e))}function fn(e){var t=null,l=Ke.updateQueue;if(l!==null&&(t=l.memoCache),t==null){var o=Ke.alternate;o!==null&&(o=o.updateQueue,o!==null&&(o=o.memoCache,o!=null&&(t={data:o.data.map(function(f){return f.slice()}),index:0})))}if(t==null&&(t={data:[],index:0}),l===null&&(l=Id(),Ke.updateQueue=l),l.memoCache=t,l=t.data[t.index],l===void 0||N0)for(l=t.data[t.index]=Array(e),o=0;o<e;o++)l[o]=XS;else l.length!==e&&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.",l.length,e);return t.index++,l}function St(e,t){return typeof t=="function"?t(e):t}function gt(e,t,l){var o=nn();if(l!==void 0){var f=l(t);if(Wf){Xe(!0);try{l(t)}finally{Xe(!1)}}}else f=t;return o.memoizedState=o.baseState=f,e={pending:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:f},o.queue=e,e=e.dispatch=Iv.bind(null,Ke,e),[o.memoizedState,e]}function al(e){var t=ht();return ll(t,Vt,e)}function ll(e,t,l){var o=e.queue;if(o===null)throw Error("Should have a queue. You are likely calling Hooks conditionally, which is not allowed. (https://react.dev/link/invalid-hook-call)");o.lastRenderedReducer=l;var f=e.baseQueue,p=o.pending;if(p!==null){if(f!==null){var g=f.next;f.next=p.next,p.next=g}t.baseQueue!==f&&console.error("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),t.baseQueue=f=p,o.pending=null}if(p=e.baseState,f===null)e.memoizedState=p;else{t=f.next;var R=g=null,M=null,_=t,le=!1;do{var de=_.lane&-536870913;if(de!==_.lane?(pt&de)===de:(Is&de)===de){var ee=_.revertLane;if(ee===0)M!==null&&(M=M.next={lane:0,revertLane:0,action:_.action,hasEagerState:_.hasEagerState,eagerState:_.eagerState,next:null}),de===Jf&&(le=!0);else if((Is&ee)===ee){_=_.next,ee===Jf&&(le=!0);continue}else de={lane:0,revertLane:_.revertLane,action:_.action,hasEagerState:_.hasEagerState,eagerState:_.eagerState,next:null},M===null?(R=M=de,g=p):M=M.next=de,Ke.lanes|=ee,ec|=ee;de=_.action,Wf&&l(p,de),p=_.hasEagerState?_.eagerState:l(p,de)}else ee={lane:de,revertLane:_.revertLane,action:_.action,hasEagerState:_.hasEagerState,eagerState:_.eagerState,next:null},M===null?(R=M=ee,g=p):M=M.next=ee,Ke.lanes|=de,ec|=de;_=_.next}while(_!==null&&_!==t);if(M===null?g=p:M.next=R,!Xa(p,e.memoizedState)&&(ea=!0,le&&(l=Dh,l!==null)))throw l;e.memoizedState=p,e.baseState=g,e.baseQueue=M,o.lastRenderedState=p}return f===null&&(o.lanes=0),[e.memoizedState,o.dispatch]}function Wi(e){var t=ht(),l=t.queue;if(l===null)throw Error("Should have a queue. You are likely calling Hooks conditionally, which is not allowed. (https://react.dev/link/invalid-hook-call)");l.lastRenderedReducer=e;var o=l.dispatch,f=l.pending,p=t.memoizedState;if(f!==null){l.pending=null;var g=f=f.next;do p=e(p,g.action),g=g.next;while(g!==f);Xa(p,t.memoizedState)||(ea=!0),t.memoizedState=p,t.baseQueue===null&&(t.baseState=p),l.lastRenderedState=p}return[p,o]}function Kr(e,t,l){var o=Ke,f=nn();if(Tt){if(l===void 0)throw Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");var p=l();Nh||p===l()||(console.error("The result of getServerSnapshot should be cached to avoid an infinite loop"),Nh=!0)}else{if(p=t(),Nh||(l=t(),Xa(p,l)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),Nh=!0)),Pt===null)throw Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");(pt&124)!==0||Yv(o,t,p)}return f.memoizedState=p,l={value:p,getSnapshot:t},f.queue=l,ep(cs.bind(null,o,l,e),[e]),o.flags|=2048,ar(_r|Gn,Yu(),ss.bind(null,o,l,p,t),null),p}function Qc(e,t,l){var o=Ke,f=ht(),p=Tt;if(p){if(l===void 0)throw Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");l=l()}else if(l=t(),!Nh){var g=t();Xa(l,g)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),Nh=!0)}(g=!Xa((Vt||f).memoizedState,l))&&(f.memoizedState=l,ea=!0),f=f.queue;var R=cs.bind(null,o,f,e);if(gn(2048,Gn,R,[e]),f.getSnapshot!==t||g||_n!==null&&_n.memoizedState.tag&_r){if(o.flags|=2048,ar(_r|Gn,Yu(),ss.bind(null,o,f,l,t),null),Pt===null)throw Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");p||(Is&124)!==0||Yv(o,t,l)}return l}function Yv(e,t,l){e.flags|=16384,e={getSnapshot:t,value:l},t=Ke.updateQueue,t===null?(t=Id(),Ke.updateQueue=t,t.stores=[e]):(l=t.stores,l===null?t.stores=[e]:l.push(e))}function ss(e,t,l,o){t.value=l,t.getSnapshot=o,Gv(t)&&fs(e)}function cs(e,t,l){return l(function(){Gv(t)&&fs(e)})}function Gv(e){var t=e.getSnapshot;e=e.value;try{var l=t();return!Xa(e,l)}catch{return!0}}function fs(e){var t=va(e,2);t!==null&&ln(t,e,2)}function Zc(e){var t=nn();if(typeof e=="function"){var l=e;if(e=l(),Wf){Xe(!0);try{l()}finally{Xe(!1)}}}return t.memoizedState=t.baseState=e,t.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:St,lastRenderedState:e},t}function Jr(e){e=Zc(e);var t=e.queue,l=ms.bind(null,Ke,t);return t.dispatch=l,[e.memoizedState,l]}function ql(e){var t=nn();t.memoizedState=t.baseState=e;var l={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return t.queue=l,t=sp.bind(null,Ke,!0,l),l.dispatch=t,[e,t]}function Ir(e,t){var l=ht();return nr(l,Vt,e,t)}function nr(e,t,l,o){return e.baseState=l,ll(e,Vt,typeof o=="function"?o:St)}function Fd(e,t){var l=ht();return Vt!==null?nr(l,Vt,e,t):(l.baseState=e,[e,l.queue.dispatch])}function Xv(e,t,l,o,f){if(tf(e))throw Error("Cannot update form state while rendering.");if(e=t.action,e!==null){var p={payload:f,action:e,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(g){p.listeners.push(g)}};ce.T!==null?l(!0):p.isTransition=!1,o(p),l=t.pending,l===null?(p.next=t.pending=p,ds(t,p)):(p.next=l.next,t.pending=l.next=p)}}function ds(e,t){var l=t.action,o=t.payload,f=e.state;if(t.isTransition){var p=ce.T,g={};ce.T=g,ce.T._updatedFibers=new Set;try{var R=l(f,o),M=ce.S;M!==null&&M(g,R),Kc(e,t,R)}catch(_){An(e,t,_)}finally{ce.T=p,p===null&&g._updatedFibers&&(e=g._updatedFibers.size,g._updatedFibers.clear(),10<e&&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{g=l(f,o),Kc(e,t,g)}catch(_){An(e,t,_)}}function Kc(e,t,l){l!==null&&typeof l=="object"&&typeof l.then=="function"?(l.then(function(o){Pu(e,t,o)},function(o){return An(e,t,o)}),t.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.")):Pu(e,t,l)}function Pu(e,t,l){t.status="fulfilled",t.value=l,Jc(t),e.state=l,t=e.pending,t!==null&&(l=t.next,l===t?e.pending=null:(l=l.next,t.next=l,ds(e,l)))}function An(e,t,l){var o=e.pending;if(e.pending=null,o!==null){o=o.next;do t.status="rejected",t.reason=l,Jc(t),t=t.next;while(t!==o)}e.action=null}function Jc(e){e=e.listeners;for(var t=0;t<e.length;t++)(0,e[t])()}function $v(e,t){return t}function ps(e,t){if(Tt){var l=Pt.formState;if(l!==null){e:{var o=Ke;if(Tt){if(mn){t:{for(var f=mn,p=di;f.nodeType!==8;){if(!p){f=null;break t}if(f=Vn(f.nextSibling),f===null){f=null;break t}}p=f.data,f=p===jC||p===O2?f:null}if(f){mn=Vn(f.nextSibling),o=f.data===jC;break e}}Jl(o)}o=!1}o&&(t=l[0])}}return l=nn(),l.memoizedState=l.baseState=t,o={pending:null,lanes:0,dispatch:null,lastRenderedReducer:$v,lastRenderedState:t},l.queue=o,l=ms.bind(null,Ke,o),o.dispatch=l,o=Zc(!1),p=sp.bind(null,Ke,!1,o.queue),o=nn(),f={state:t,dispatch:null,action:e,pending:null},o.queue=f,l=Xv.bind(null,Ke,f,p,l),f.dispatch=l,o.memoizedState=e,[t,l,!1]}function Wd(e){var t=ht();return bS(t,Vt,e)}function bS(e,t,l){if(t=ll(e,t,$v)[0],e=al(St)[0],typeof t=="object"&&t!==null&&typeof t.then=="function")try{var o=Fi(t)}catch(g){throw g===_0?fE:g}else o=t;t=ht();var f=t.queue,p=f.dispatch;return l!==t.memoizedState&&(Ke.flags|=2048,ar(_r|Gn,Yu(),vn.bind(null,f,l),null)),[o,p,e]}function vn(e,t){e.action=t}function hs(e){var t=ht(),l=Vt;if(l!==null)return bS(t,l,e);ht(),t=t.memoizedState,l=ht();var o=l.queue.dispatch;return l.memoizedState=e,[t,o,!1]}function ar(e,t,l,o){return e={tag:e,create:l,deps:o,inst:t,next:null},t=Ke.updateQueue,t===null&&(t=Id(),Ke.updateQueue=t),l=t.lastEffect,l===null?t.lastEffect=e.next=e:(o=l.next,l.next=e,e.next=o,t.lastEffect=e),e}function Yu(){return{destroy:void 0,resource:void 0}}function Ic(e){var t=nn();return e={current:e},t.memoizedState=e}function rl(e,t,l,o){var f=nn();o=o===void 0?null:o,Ke.flags|=e,f.memoizedState=ar(_r|t,Yu(),l,o)}function gn(e,t,l,o){var f=ht();o=o===void 0?null:o;var p=f.memoizedState.inst;Vt!==null&&o!==null&&Vu(o,Vt.memoizedState.deps)?f.memoizedState=ar(t,p,l,o):(Ke.flags|=e,f.memoizedState=ar(_r|t,p,l,o))}function ep(e,t){(Ke.mode&hu)!==Zt&&(Ke.mode&d_)===Zt?rl(276826112,Gn,e,t):rl(8390656,Gn,e,t)}function tp(e,t){var l=4194308;return(Ke.mode&hu)!==Zt&&(l|=134217728),rl(l,fa,e,t)}function vS(e,t){if(typeof t=="function"){e=e();var l=t(e);return function(){typeof l=="function"?l():t(null)}}if(t!=null)return t.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(t).join(", ")+"}"),e=e(),t.current=e,function(){t.current=null}}function np(e,t,l){typeof t!="function"&&console.error("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null"),l=l!=null?l.concat([e]):null;var o=4194308;(Ke.mode&hu)!==Zt&&(o|=134217728),rl(o,fa,vS.bind(null,t,e),l)}function lr(e,t,l){typeof t!="function"&&console.error("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null"),l=l!=null?l.concat([e]):null,gn(4,fa,vS.bind(null,t,e),l)}function Fc(e,t){return nn().memoizedState=[e,t===void 0?null:t],e}function eo(e,t){var l=ht();t=t===void 0?null:t;var o=l.memoizedState;return t!==null&&Vu(t,o[1])?o[0]:(l.memoizedState=[e,t],e)}function ap(e,t){var l=nn();t=t===void 0?null:t;var o=e();if(Wf){Xe(!0);try{e()}finally{Xe(!1)}}return l.memoizedState=[o,t],o}function Gu(e,t){var l=ht();t=t===void 0?null:t;var o=l.memoizedState;if(t!==null&&Vu(t,o[1]))return o[0];if(o=e(),Wf){Xe(!0);try{e()}finally{Xe(!1)}}return l.memoizedState=[o,t],o}function lp(e,t){var l=nn();return up(l,e,t)}function Wc(e,t){var l=ht();return ef(l,Vt.memoizedState,e,t)}function rp(e,t){var l=ht();return Vt===null?up(l,e,t):ef(l,Vt.memoizedState,e,t)}function up(e,t,l){return l===void 0||(Is&1073741824)!==0?e.memoizedState=t:(e.memoizedState=l,e=OS(),Ke.lanes|=e,ec|=e,l)}function ef(e,t,l,o){return Xa(l,t)?l:zh.current!==null?(e=up(e,l,o),Xa(e,t)||(ea=!0),e):(Is&42)===0?(ea=!0,e.memoizedState=l):(e=OS(),Ke.lanes|=e,ec|=e,t)}function Qv(e,t,l,o,f){var p=$e.p;$e.p=p!==0&&p<Bl?p:Bl;var g=ce.T,R={};ce.T=R,sp(e,!1,t,l),R._updatedFibers=new Set;try{var M=f(),_=ce.S;if(_!==null&&_(R,M),M!==null&&typeof M=="object"&&typeof M.then=="function"){var le=hS(M,o);Fr(e,t,le,xa(e))}else Fr(e,t,o,xa(e))}catch(de){Fr(e,t,{then:function(){},status:"rejected",reason:de},xa(e))}finally{$e.p=p,ce.T=g,g===null&&R._updatedFibers&&(e=R._updatedFibers.size,R._updatedFibers.clear(),10<e&&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 to(e,t,l,o){if(e.tag!==5)throw Error("Expected the form instance to be a HostComponent. This is a bug in React.");var f=Zv(e).queue;Qv(e,f,t,cd,l===null?w:function(){return Kv(e),l(o)})}function Zv(e){var t=e.memoizedState;if(t!==null)return t;t={memoizedState:cd,baseState:cd,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:St,lastRenderedState:cd},next:null};var l={};return t.next={memoizedState:l,baseState:l,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:St,lastRenderedState:l},next:null},e.memoizedState=t,e=e.alternate,e!==null&&(e.memoizedState=t),t}function Kv(e){ce.T===null&&console.error("requestFormReset was called outside a transition or action. To fix, move to an action, or wrap with startTransition.");var t=Zv(e).next.queue;Fr(e,t,{},xa(e))}function rr(){var e=Zc(!1);return e=Qv.bind(null,Ke,e.queue,!0,!1),nn().memoizedState=e,[!1,e]}function ip(){var e=al(St)[0],t=ht().memoizedState;return[typeof e=="boolean"?e:Fi(e),t]}function op(){var e=Wi(St)[0],t=ht().memoizedState;return[typeof e=="boolean"?e:Fi(e),t]}function Ra(){return kt(I0)}function ur(){var e=nn(),t=Pt.identifierPrefix;if(Tt){var l=qo,o=Mo;l=(o&~(1<<32-Fn(o)-1)).toString(32)+l,t="«"+t+"R"+l,l=mE++,0<l&&(t+="H"+l.toString(32)),t+="»"}else l=dj++,t="«"+t+"r"+l.toString(32)+"»";return e.memoizedState=t}function no(){return nn().memoizedState=Jv.bind(null,Ke)}function Jv(e,t){for(var l=e.return;l!==null;){switch(l.tag){case 24:case 3:var o=xa(l);e=Wl(o);var f=wl(l,e,o);f!==null&&(ln(f,l,o),Lu(f,l,o)),l=Yc(),t!=null&&f!==null&&console.error("The seed argument is not enabled outside experimental channels."),e.payload={cache:l};return}l=l.return}}function Iv(e,t,l){var o=arguments;typeof o[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()."),o=xa(e);var f={lane:o,revertLane:0,action:l,hasEagerState:!1,eagerState:null,next:null};tf(e)?ao(t,f):(f=xv(e,t,f,o),f!==null&&(ln(f,e,o),nf(f,t,o))),Je(e,o)}function ms(e,t,l){var o=arguments;typeof o[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()."),o=xa(e),Fr(e,t,l,o),Je(e,o)}function Fr(e,t,l,o){var f={lane:o,revertLane:0,action:l,hasEagerState:!1,eagerState:null,next:null};if(tf(e))ao(t,f);else{var p=e.alternate;if(e.lanes===0&&(p===null||p.lanes===0)&&(p=t.lastRenderedReducer,p!==null)){var g=ce.H;ce.H=yu;try{var R=t.lastRenderedState,M=p(R,l);if(f.hasEagerState=!0,f.eagerState=M,Xa(M,R))return Yd(e,t,f,0),Pt===null&&jc(),!1}catch{}finally{ce.H=g}}if(l=xv(e,t,f,o),l!==null)return ln(l,e,o),nf(l,t,o),!0}return!1}function sp(e,t,l,o){if(ce.T===null&&Jf===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."),o={lane:2,revertLane:Og(),action:o,hasEagerState:!1,eagerState:null,next:null},tf(e)){if(t)throw Error("Cannot update optimistic state while rendering.");console.error("Cannot call startTransition while rendering.")}else t=xv(e,l,o,2),t!==null&&ln(t,e,2);Je(e,2)}function tf(e){var t=e.alternate;return e===Ke||t!==null&&t===Ke}function ao(e,t){Uh=hE=!0;var l=e.pending;l===null?t.next=t:(t.next=l.next,l.next=t),e.pending=t}function nf(e,t,l){if((l&4194048)!==0){var o=t.lanes;o&=e.pendingLanes,l|=o,t.lanes=l,xu(e,l)}}function wn(e){var t=ut;return e!=null&&(ut=t===null?e:t.concat(e)),t}function ys(e,t,l){for(var o=Object.keys(e.props),f=0;f<o.length;f++){var p=o[f];if(p!=="children"&&p!=="key"){t===null&&(t=kc(e,l.mode,0),t._debugInfo=ut,t.return=l),Be(t,function(g){console.error("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",g)},p);break}}}function bs(e){var t=U0;return U0+=1,Bh===null&&(Bh=Vv()),el(Bh,e,t)}function ul(e,t){t=t.props.ref,e.ref=t!==void 0?t:null}function Ie(e,t){throw t.$$typeof===zf?Error(`A React Element from an older version of React was rendered. This is not supported. It can happen if:
|
|
450
|
+
- Multiple copies of the "react" package is used.
|
|
451
|
+
- A library pre-bundled an old copy of "react" or "react/jsx-runtime".
|
|
452
|
+
- A compiler tries to "inline" JSX instead of using the runtime.`):(e=Object.prototype.toString.call(t),Error("Objects are not valid as a React child (found: "+(e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e)+"). If you meant to render a collection of children, use an array instead."))}function xt(e,t){var l=te(e)||"Component";X_[l]||(X_[l]=!0,t=t.displayName||t.name||"Component",e.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.
|
|
453
|
+
root.render(%s)`,t,t,t):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.
|
|
454
|
+
<%s>{%s}</%s>`,t,t,l,t,l))}function Wt(e,t){var l=te(e)||"Component";$_[l]||($_[l]=!0,t=String(t),e.tag===3?console.error(`Symbols are not valid as a React child.
|
|
455
|
+
root.render(%s)`,t):console.error(`Symbols are not valid as a React child.
|
|
456
|
+
<%s>%s</%s>`,l,t,l))}function af(e){function t(L,V){if(e){var Y=L.deletions;Y===null?(L.deletions=[V],L.flags|=16):Y.push(V)}}function l(L,V){if(!e)return null;for(;V!==null;)t(L,V),V=V.sibling;return null}function o(L){for(var V=new Map;L!==null;)L.key!==null?V.set(L.key,L):V.set(L.index,L),L=L.sibling;return V}function f(L,V){return L=Kl(L,V),L.index=0,L.sibling=null,L}function p(L,V,Y){return L.index=Y,e?(Y=L.alternate,Y!==null?(Y=Y.index,Y<V?(L.flags|=67108866,V):Y):(L.flags|=67108866,V)):(L.flags|=1048576,V)}function g(L){return e&&L.alternate===null&&(L.flags|=67108866),L}function R(L,V,Y,he){return V===null||V.tag!==6?(V=zu(Y,L.mode,he),V.return=L,V._debugOwner=L,V._debugTask=L._debugTask,V._debugInfo=ut,V):(V=f(V,Y),V.return=L,V._debugInfo=ut,V)}function M(L,V,Y,he){var Me=Y.type;return Me===Fe?(V=le(L,V,Y.props.children,he,Y.key),ys(Y,V,L),V):V!==null&&(V.elementType===Me||cS(V,Y)||typeof Me=="object"&&Me!==null&&Me.$$typeof===Ya&&Fs(Me)===V.type)?(V=f(V,Y.props),ul(V,Y),V.return=L,V._debugOwner=Y._owner,V._debugInfo=ut,V):(V=kc(Y,L.mode,he),ul(V,Y),V.return=L,V._debugInfo=ut,V)}function _(L,V,Y,he){return V===null||V.tag!==4||V.stateNode.containerInfo!==Y.containerInfo||V.stateNode.implementation!==Y.implementation?(V=Mv(Y,L.mode,he),V.return=L,V._debugInfo=ut,V):(V=f(V,Y.children||[]),V.return=L,V._debugInfo=ut,V)}function le(L,V,Y,he,Me){return V===null||V.tag!==7?(V=Du(Y,L.mode,he,Me),V.return=L,V._debugOwner=L,V._debugTask=L._debugTask,V._debugInfo=ut,V):(V=f(V,Y),V.return=L,V._debugInfo=ut,V)}function de(L,V,Y){if(typeof V=="string"&&V!==""||typeof V=="number"||typeof V=="bigint")return V=zu(""+V,L.mode,Y),V.return=L,V._debugOwner=L,V._debugTask=L._debugTask,V._debugInfo=ut,V;if(typeof V=="object"&&V!==null){switch(V.$$typeof){case ai:return Y=kc(V,L.mode,Y),ul(Y,V),Y.return=L,L=wn(V._debugInfo),Y._debugInfo=ut,ut=L,Y;case To:return V=Mv(V,L.mode,Y),V.return=L,V._debugInfo=ut,V;case Ya:var he=wn(V._debugInfo);return V=Fs(V),L=de(L,V,Y),ut=he,L}if(Ze(V)||j(V))return Y=Du(V,L.mode,Y,null),Y.return=L,Y._debugOwner=L,Y._debugTask=L._debugTask,L=wn(V._debugInfo),Y._debugInfo=ut,ut=L,Y;if(typeof V.then=="function")return he=wn(V._debugInfo),L=de(L,bs(V),Y),ut=he,L;if(V.$$typeof===fl)return de(L,Pc(L,V),Y);Ie(L,V)}return typeof V=="function"&&xt(L,V),typeof V=="symbol"&&Wt(L,V),null}function ee(L,V,Y,he){var Me=V!==null?V.key:null;if(typeof Y=="string"&&Y!==""||typeof Y=="number"||typeof Y=="bigint")return Me!==null?null:R(L,V,""+Y,he);if(typeof Y=="object"&&Y!==null){switch(Y.$$typeof){case ai:return Y.key===Me?(Me=wn(Y._debugInfo),L=M(L,V,Y,he),ut=Me,L):null;case To:return Y.key===Me?_(L,V,Y,he):null;case Ya:return Me=wn(Y._debugInfo),Y=Fs(Y),L=ee(L,V,Y,he),ut=Me,L}if(Ze(Y)||j(Y))return Me!==null?null:(Me=wn(Y._debugInfo),L=le(L,V,Y,he,null),ut=Me,L);if(typeof Y.then=="function")return Me=wn(Y._debugInfo),L=ee(L,V,bs(Y),he),ut=Me,L;if(Y.$$typeof===fl)return ee(L,V,Pc(L,Y),he);Ie(L,Y)}return typeof Y=="function"&&xt(L,Y),typeof Y=="symbol"&&Wt(L,Y),null}function pe(L,V,Y,he,Me){if(typeof he=="string"&&he!==""||typeof he=="number"||typeof he=="bigint")return L=L.get(Y)||null,R(V,L,""+he,Me);if(typeof he=="object"&&he!==null){switch(he.$$typeof){case ai:return Y=L.get(he.key===null?Y:he.key)||null,L=wn(he._debugInfo),V=M(V,Y,he,Me),ut=L,V;case To:return L=L.get(he.key===null?Y:he.key)||null,_(V,L,he,Me);case Ya:var We=wn(he._debugInfo);return he=Fs(he),V=pe(L,V,Y,he,Me),ut=We,V}if(Ze(he)||j(he))return Y=L.get(Y)||null,L=wn(he._debugInfo),V=le(V,Y,he,Me,null),ut=L,V;if(typeof he.then=="function")return We=wn(he._debugInfo),V=pe(L,V,Y,bs(he),Me),ut=We,V;if(he.$$typeof===fl)return pe(L,V,Y,Pc(V,he),Me);Ie(V,he)}return typeof he=="function"&&xt(V,he),typeof he=="symbol"&&Wt(V,he),null}function He(L,V,Y,he){if(typeof Y!="object"||Y===null)return he;switch(Y.$$typeof){case ai:case To:S(L,V,Y);var Me=Y.key;if(typeof Me!="string")break;if(he===null){he=new Set,he.add(Me);break}if(!he.has(Me)){he.add(Me);break}Be(V,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.",Me)});break;case Ya:Y=Fs(Y),He(L,V,Y,he)}return he}function Qe(L,V,Y,he){for(var Me=null,We=null,je=null,et=V,tt=V=0,Kt=null;et!==null&&tt<Y.length;tt++){et.index>tt?(Kt=et,et=null):Kt=et.sibling;var Tn=ee(L,et,Y[tt],he);if(Tn===null){et===null&&(et=Kt);break}Me=He(L,Tn,Y[tt],Me),e&&et&&Tn.alternate===null&&t(L,et),V=p(Tn,V,tt),je===null?We=Tn:je.sibling=Tn,je=Tn,et=Kt}if(tt===Y.length)return l(L,et),Tt&&$i(L,tt),We;if(et===null){for(;tt<Y.length;tt++)et=de(L,Y[tt],he),et!==null&&(Me=He(L,et,Y[tt],Me),V=p(et,V,tt),je===null?We=et:je.sibling=et,je=et);return Tt&&$i(L,tt),We}for(et=o(et);tt<Y.length;tt++)Kt=pe(et,L,tt,Y[tt],he),Kt!==null&&(Me=He(L,Kt,Y[tt],Me),e&&Kt.alternate!==null&&et.delete(Kt.key===null?tt:Kt.key),V=p(Kt,V,tt),je===null?We=Kt:je.sibling=Kt,je=Kt);return e&&et.forEach(function(Lo){return t(L,Lo)}),Tt&&$i(L,tt),We}function Yt(L,V,Y,he){if(Y==null)throw Error("An iterable object provided no iterator.");for(var Me=null,We=null,je=V,et=V=0,tt=null,Kt=null,Tn=Y.next();je!==null&&!Tn.done;et++,Tn=Y.next()){je.index>et?(tt=je,je=null):tt=je.sibling;var Lo=ee(L,je,Tn.value,he);if(Lo===null){je===null&&(je=tt);break}Kt=He(L,Lo,Tn.value,Kt),e&&je&&Lo.alternate===null&&t(L,je),V=p(Lo,V,et),We===null?Me=Lo:We.sibling=Lo,We=Lo,je=tt}if(Tn.done)return l(L,je),Tt&&$i(L,et),Me;if(je===null){for(;!Tn.done;et++,Tn=Y.next())je=de(L,Tn.value,he),je!==null&&(Kt=He(L,je,Tn.value,Kt),V=p(je,V,et),We===null?Me=je:We.sibling=je,We=je);return Tt&&$i(L,et),Me}for(je=o(je);!Tn.done;et++,Tn=Y.next())tt=pe(je,L,et,Tn.value,he),tt!==null&&(Kt=He(L,tt,Tn.value,Kt),e&&tt.alternate!==null&&je.delete(tt.key===null?et:tt.key),V=p(tt,V,et),We===null?Me=tt:We.sibling=tt,We=tt);return e&&je.forEach(function(Lj){return t(L,Lj)}),Tt&&$i(L,et),Me}function mt(L,V,Y,he){if(typeof Y=="object"&&Y!==null&&Y.type===Fe&&Y.key===null&&(ys(Y,null,L),Y=Y.props.children),typeof Y=="object"&&Y!==null){switch(Y.$$typeof){case ai:var Me=wn(Y._debugInfo);e:{for(var We=Y.key;V!==null;){if(V.key===We){if(We=Y.type,We===Fe){if(V.tag===7){l(L,V.sibling),he=f(V,Y.props.children),he.return=L,he._debugOwner=Y._owner,he._debugInfo=ut,ys(Y,he,L),L=he;break e}}else if(V.elementType===We||cS(V,Y)||typeof We=="object"&&We!==null&&We.$$typeof===Ya&&Fs(We)===V.type){l(L,V.sibling),he=f(V,Y.props),ul(he,Y),he.return=L,he._debugOwner=Y._owner,he._debugInfo=ut,L=he;break e}l(L,V);break}else t(L,V);V=V.sibling}Y.type===Fe?(he=Du(Y.props.children,L.mode,he,Y.key),he.return=L,he._debugOwner=L,he._debugTask=L._debugTask,he._debugInfo=ut,ys(Y,he,L),L=he):(he=kc(Y,L.mode,he),ul(he,Y),he.return=L,he._debugInfo=ut,L=he)}return L=g(L),ut=Me,L;case To:e:{for(Me=Y,Y=Me.key;V!==null;){if(V.key===Y)if(V.tag===4&&V.stateNode.containerInfo===Me.containerInfo&&V.stateNode.implementation===Me.implementation){l(L,V.sibling),he=f(V,Me.children||[]),he.return=L,L=he;break e}else{l(L,V);break}else t(L,V);V=V.sibling}he=Mv(Me,L.mode,he),he.return=L,L=he}return g(L);case Ya:return Me=wn(Y._debugInfo),Y=Fs(Y),L=mt(L,V,Y,he),ut=Me,L}if(Ze(Y))return Me=wn(Y._debugInfo),L=Qe(L,V,Y,he),ut=Me,L;if(j(Y)){if(Me=wn(Y._debugInfo),We=j(Y),typeof We!="function")throw Error("An object is not an iterable. This error is likely caused by a bug in React. Please file an issue.");var je=We.call(Y);return je===Y?(L.tag!==0||Object.prototype.toString.call(L.type)!=="[object GeneratorFunction]"||Object.prototype.toString.call(je)!=="[object Generator]")&&(Y_||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."),Y_=!0):Y.entries!==We||hC||(console.error("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),hC=!0),L=Yt(L,V,je,he),ut=Me,L}if(typeof Y.then=="function")return Me=wn(Y._debugInfo),L=mt(L,V,bs(Y),he),ut=Me,L;if(Y.$$typeof===fl)return mt(L,V,Pc(L,Y),he);Ie(L,Y)}return typeof Y=="string"&&Y!==""||typeof Y=="number"||typeof Y=="bigint"?(Me=""+Y,V!==null&&V.tag===6?(l(L,V.sibling),he=f(V,Me),he.return=L,L=he):(l(L,V),he=zu(Me,L.mode,he),he.return=L,he._debugOwner=L,he._debugTask=L._debugTask,he._debugInfo=ut,L=he),g(L)):(typeof Y=="function"&&xt(L,Y),typeof Y=="symbol"&&Wt(L,Y),l(L,V))}return function(L,V,Y,he){var Me=ut;ut=null;try{U0=0;var We=mt(L,V,Y,he);return Bh=null,We}catch(Kt){if(Kt===_0||Kt===fE)throw Kt;var je=x(29,Kt,null,L.mode);je.lanes=he,je.return=L;var et=je._debugInfo=ut;if(je._debugOwner=L._debugOwner,je._debugTask=L._debugTask,et!=null){for(var tt=et.length-1;0<=tt;tt--)if(typeof et[tt].stack=="string"){je._debugOwner=et[tt],je._debugTask=et[tt].debugTask;break}}return je}finally{ut=Me}}}function ja(e){var t=e.alternate;Se(Xn,Xn.current&jh,e),Se(zr,e,e),hi===null&&(t===null||zh.current!==null||t.memoizedState!==null)&&(hi=e)}function Xu(e){if(e.tag===22){if(Se(Xn,Xn.current,e),Se(zr,e,e),hi===null){var t=e.alternate;t!==null&&t.memoizedState!==null&&(hi=e)}}else _l(e)}function _l(e){Se(Xn,Xn.current,e),Se(zr,zr.current,e)}function La(e){xe(zr,e),hi===e&&(hi=null),xe(Xn,e)}function Wr(e){for(var t=e;t!==null;){if(t.tag===13){var l=t.memoizedState;if(l!==null&&(l=l.dehydrated,l===null||l.data===Bo||gr(l)))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if((t.flags&128)!==0)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}function Fv(e){if(e!==null&&typeof e!="function"){var t=String(e);l2.has(t)||(l2.add(t),console.error("Expected the last optional `callback` argument to be a function. Instead received: %s.",e))}}function en(e,t,l,o){var f=e.memoizedState,p=l(o,f);if(e.mode&Da){Xe(!0);try{p=l(o,f)}finally{Xe(!1)}}p===void 0&&(t=B(t)||"Component",e2.has(t)||(e2.add(t),console.error("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",t))),f=p==null?f:at({},f,p),e.memoizedState=f,e.lanes===0&&(e.updateQueue.baseState=f)}function cp(e,t,l,o,f,p,g){var R=e.stateNode;if(typeof R.shouldComponentUpdate=="function"){if(l=R.shouldComponentUpdate(o,p,g),e.mode&Da){Xe(!0);try{l=R.shouldComponentUpdate(o,p,g)}finally{Xe(!1)}}return l===void 0&&console.error("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",B(t)||"Component"),l}return t.prototype&&t.prototype.isPureReactComponent?!Hc(l,o)||!Hc(f,p):!0}function fp(e,t,l,o){var f=t.state;typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(l,o),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(l,o),t.state!==f&&(e=te(e)||"Component",K_.has(e)||(K_.add(e),console.error("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",e)),mC.enqueueReplaceState(t,t.state,null))}function $u(e,t){var l=t;if("ref"in t){l={};for(var o in t)o!=="ref"&&(l[o]=t[o])}if(e=e.defaultProps){l===t&&(l=at({},l));for(var f in e)l[f]===void 0&&(l[f]=e[f])}return l}function Wv(e){yC(e),console.warn(`%s
|
|
457
|
+
|
|
458
|
+
%s
|
|
459
|
+
`,Lh?"An error occurred in the <"+Lh+"> component.":"An error occurred in one of your React components.",`Consider adding an error boundary to your tree to customize error handling behavior.
|
|
460
|
+
Visit https://react.dev/link/error-boundaries to learn more about error boundaries.`)}function gS(e){var t=Lh?"The above error occurred in the <"+Lh+"> component.":"The above error occurred in one of your React components.",l="React will try to recreate this component tree from scratch using the error boundary you provided, "+((bC||"Anonymous")+".");if(typeof e=="object"&&e!==null&&typeof e.environmentName=="string"){var o=e.environmentName;e=[`%o
|
|
461
|
+
|
|
462
|
+
%s
|
|
463
|
+
|
|
464
|
+
%s
|
|
465
|
+
`,e,t,l].slice(0),typeof e[0]=="string"?e.splice(0,1,B2+e[0],H2,UE+o+UE,j2):e.splice(0,0,B2,H2,UE+o+UE,j2),e.unshift(console),o=Hj.apply(console.error,e),o()}else console.error(`%o
|
|
466
|
+
|
|
467
|
+
%s
|
|
468
|
+
|
|
469
|
+
%s
|
|
470
|
+
`,e,t,l)}function dp(e){yC(e)}function vs(e,t){try{Lh=t.source?te(t.source):null,bC=null;var l=t.value;if(ce.actQueue!==null)ce.thrownErrors.push(l);else{var o=e.onUncaughtError;o(l,{componentStack:t.stack})}}catch(f){setTimeout(function(){throw f})}}function pp(e,t,l){try{Lh=l.source?te(l.source):null,bC=te(t);var o=e.onCaughtError;o(l.value,{componentStack:l.stack,errorBoundary:t.tag===1?t.stateNode:null})}catch(f){setTimeout(function(){throw f})}}function Kn(e,t,l){return l=Wl(l),l.tag=uC,l.payload={element:null},l.callback=function(){Be(t.source,vs,e,t)},l}function an(e){return e=Wl(e),e.tag=uC,e}function lf(e,t,l,o){var f=l.type.getDerivedStateFromError;if(typeof f=="function"){var p=o.value;e.payload=function(){return f(p)},e.callback=function(){fS(l),Be(o.source,pp,t,l,o)}}var g=l.stateNode;g!==null&&typeof g.componentDidCatch=="function"&&(e.callback=function(){fS(l),Be(o.source,pp,t,l,o),typeof f!="function"&&(nc===null?nc=new Set([this]):nc.add(this)),hj(this,o),typeof f=="function"||(l.lanes&2)===0&&console.error("%s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.",te(l)||"Unknown")})}function rf(e,t,l,o,f){if(l.flags|=32768,cn&&As(e,f),o!==null&&typeof o=="object"&&typeof o.then=="function"){if(t=l.alternate,t!==null&&Bn(t,l,f,!0),Tt&&(_o=!0),l=zr.current,l!==null){switch(l.tag){case 13:return hi===null?zp():l.alternate===null&&yn===Uo&&(yn=EC),l.flags&=-257,l.flags|=65536,l.lanes=f,o===rC?l.flags|=16384:(t=l.updateQueue,t===null?l.updateQueue=new Set([o]):t.add(o),Cg(e,o,f)),!1;case 22:return l.flags|=65536,o===rC?l.flags|=16384:(t=l.updateQueue,t===null?(t={transitions:null,markerInstances:null,retryQueue:new Set([o])},l.updateQueue=t):(l=t.retryQueue,l===null?t.retryQueue=new Set([o]):l.add(o)),Cg(e,o,f)),!1}throw Error("Unexpected Suspense handler tag ("+l.tag+"). This is a bug in React.")}return Cg(e,o,f),zp(),!1}if(Tt)return _o=!0,t=zr.current,t!==null?((t.flags&65536)===0&&(t.flags|=256),t.flags|=65536,t.lanes=f,o!==tC&&ns(Ba(Error("There was an error while hydrating but React was able to recover by instead client rendering from the nearest Suspense boundary.",{cause:o}),l))):(o!==tC&&ns(Ba(Error("There was an error while hydrating but React was able to recover by instead client rendering the entire root.",{cause:o}),l)),e=e.current.alternate,e.flags|=65536,f&=-f,e.lanes|=f,o=Ba(o,l),f=Kn(e.stateNode,o,f),ls(e,f),yn!==ed&&(yn=Yh)),!1;var p=Ba(Error("There was an error during concurrent rendering but React was able to recover by instead synchronously rendering the entire root.",{cause:o}),l);if(Y0===null?Y0=[p]:Y0.push(p),yn!==ed&&(yn=Yh),t===null)return!0;o=Ba(o,l),l=t;do{switch(l.tag){case 3:return l.flags|=65536,e=f&-f,l.lanes|=e,e=Kn(l.stateNode,o,e),ls(l,e),!1;case 1:if(t=l.type,p=l.stateNode,(l.flags&128)===0&&(typeof t.getDerivedStateFromError=="function"||p!==null&&typeof p.componentDidCatch=="function"&&(nc===null||!nc.has(p))))return l.flags|=65536,f&=-f,l.lanes|=f,f=an(f),lf(f,e,l,o),ls(l,f),!1}l=l.return}while(l!==null);return!1}function hn(e,t,l,o){t.child=e===null?Q_(t,null,l,o):Hh(t,e.child,l,o)}function hp(e,t,l,o,f){l=l.render;var p=t.ref;if("ref"in o){var g={};for(var R in o)R!=="ref"&&(g[R]=o[R])}else g=o;return Bu(t),$(t),o=ku(e,t,l,g,p,f),R=Ea(),De(),e!==null&&!ea?(Zr(e,t,f),or(e,t,f)):(Tt&&R&&$d(t),t.flags|=1,hn(e,t,o,f),t.child)}function ir(e,t,l,o,f){if(e===null){var p=l.type;return typeof p=="function"&&!wv(p)&&p.defaultProps===void 0&&l.compare===null?(l=Xi(p),t.tag=15,t.type=l,vp(t,p),uf(e,t,l,o,f)):(e=Xd(l.type,null,o,t,t.mode,f),e.ref=t.ref,e.return=t,t.child=e)}if(p=e.child,!Cp(e,f)){var g=p.memoizedProps;if(l=l.compare,l=l!==null?l:Hc,l(g,o)&&e.ref===t.ref)return or(e,t,f)}return t.flags|=1,e=Kl(p,o),e.ref=t.ref,e.return=t,t.child=e}function uf(e,t,l,o,f){if(e!==null){var p=e.memoizedProps;if(Hc(p,o)&&e.ref===t.ref&&t.type===e.type)if(ea=!1,t.pendingProps=o=p,Cp(e,f))(e.flags&131072)!==0&&(ea=!0);else return t.lanes=e.lanes,or(e,t,f)}return bp(e,t,l,o,f)}function mp(e,t,l){var o=t.pendingProps,f=o.children,p=e!==null?e.memoizedState:null;if(o.mode==="hidden"){if((t.flags&128)!==0){if(o=p!==null?p.baseLanes|l:l,e!==null){for(f=t.child=e.child,p=0;f!==null;)p=p|f.lanes|f.childLanes,f=f.sibling;t.childLanes=p&~o}else t.childLanes=0,t.child=null;return yp(e,t,o,l)}if((l&536870912)!==0)t.memoizedState={baseLanes:0,cachePool:null},e!==null&&Jd(t,p!==null?p.cachePool:null),p!==null?Sa(t,p):Xc(t),Xu(t);else return t.lanes=t.childLanes=536870912,yp(e,t,p!==null?p.baseLanes|l:l,l)}else p!==null?(Jd(t,p.cachePool),Sa(t,p),_l(t),t.memoizedState=null):(e!==null&&Jd(t,null),Xc(t),_l(t));return hn(e,t,f,l),t.child}function yp(e,t,l,o){var f=Lv();return f=f===null?null:{parent:Yn._currentValue,pool:f},t.memoizedState={baseLanes:l,cachePool:f},e!==null&&Jd(t,null),Xc(t),Xu(t),e!==null&&Bn(e,t,o,!0),null}function of(e,t){var l=t.ref;if(l===null)e!==null&&e.ref!==null&&(t.flags|=4194816);else{if(typeof l!="function"&&typeof l!="object")throw Error("Expected ref to be a function, an object returned by React.createRef(), or undefined/null.");(e===null||e.ref!==l)&&(t.flags|=4194816)}}function bp(e,t,l,o,f){if(l.prototype&&typeof l.prototype.render=="function"){var p=B(l)||"Unknown";u2[p]||(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.",p,p),u2[p]=!0)}return t.mode&Da&&mu.recordLegacyContextWarning(t,null),e===null&&(vp(t,t.type),l.contextTypes&&(p=B(l)||"Unknown",o2[p]||(o2[p]=!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)",p)))),Bu(t),$(t),l=ku(e,t,l,o,void 0,f),o=Ea(),De(),e!==null&&!ea?(Zr(e,t,f),or(e,t,f)):(Tt&&o&&$d(t),t.flags|=1,hn(e,t,l,f),t.child)}function eg(e,t,l,o,f,p){return Bu(t),$(t),zo=-1,N0=e!==null&&e.type!==t.type,t.updateQueue=null,l=os(t,o,l,f),$c(e,t),o=Ea(),De(),e!==null&&!ea?(Zr(e,t,p),or(e,t,p)):(Tt&&o&&$d(t),t.flags|=1,hn(e,t,l,p),t.child)}function tg(e,t,l,o,f){switch(v(t)){case!1:var p=t.stateNode,g=new t.type(t.memoizedProps,p.context).state;p.updater.enqueueSetState(p,g,null);break;case!0:t.flags|=128,t.flags|=65536,p=Error("Simulated error coming from DevTools");var R=f&-f;if(t.lanes|=R,g=Pt,g===null)throw Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");R=an(R),lf(R,g,t,Ba(p,t)),ls(t,R)}if(Bu(t),t.stateNode===null){if(g=Ks,p=l.contextType,"contextType"in l&&p!==null&&(p===void 0||p.$$typeof!==fl)&&!a2.has(l)&&(a2.add(l),R=p===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 p!="object"?" However, it is set to a "+typeof p+".":p.$$typeof===uh?" Did you accidentally pass the Context.Consumer instead?":" However, it is set to an object with keys {"+Object.keys(p).join(", ")+"}.",console.error("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",B(l)||"Component",R)),typeof p=="object"&&p!==null&&(g=kt(p)),p=new l(o,g),t.mode&Da){Xe(!0);try{p=new l(o,g)}finally{Xe(!1)}}if(g=t.memoizedState=p.state!==null&&p.state!==void 0?p.state:null,p.updater=mC,t.stateNode=p,p._reactInternals=t,p._reactInternalInstance=Z_,typeof l.getDerivedStateFromProps=="function"&&g===null&&(g=B(l)||"Component",J_.has(g)||(J_.add(g),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.",g,p.state===null?"null":"undefined",g))),typeof l.getDerivedStateFromProps=="function"||typeof p.getSnapshotBeforeUpdate=="function"){var M=R=g=null;if(typeof p.componentWillMount=="function"&&p.componentWillMount.__suppressDeprecationWarning!==!0?g="componentWillMount":typeof p.UNSAFE_componentWillMount=="function"&&(g="UNSAFE_componentWillMount"),typeof p.componentWillReceiveProps=="function"&&p.componentWillReceiveProps.__suppressDeprecationWarning!==!0?R="componentWillReceiveProps":typeof p.UNSAFE_componentWillReceiveProps=="function"&&(R="UNSAFE_componentWillReceiveProps"),typeof p.componentWillUpdate=="function"&&p.componentWillUpdate.__suppressDeprecationWarning!==!0?M="componentWillUpdate":typeof p.UNSAFE_componentWillUpdate=="function"&&(M="UNSAFE_componentWillUpdate"),g!==null||R!==null||M!==null){p=B(l)||"Component";var _=typeof l.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";F_.has(p)||(F_.add(p),console.error(`Unsafe legacy lifecycles will not be called for components using new component APIs.
|
|
471
|
+
|
|
472
|
+
%s uses %s but also contains the following legacy lifecycles:%s%s%s
|
|
473
|
+
|
|
474
|
+
The above lifecycles should be removed. Learn more about this warning here:
|
|
475
|
+
https://react.dev/link/unsafe-component-lifecycles`,p,_,g!==null?`
|
|
476
|
+
`+g:"",R!==null?`
|
|
477
|
+
`+R:"",M!==null?`
|
|
478
|
+
`+M:""))}}p=t.stateNode,g=B(l)||"Component",p.render||(l.prototype&&typeof l.prototype.render=="function"?console.error("No `render` method found on the %s instance: did you accidentally return an object from the constructor?",g):console.error("No `render` method found on the %s instance: you may have forgotten to define `render`.",g)),!p.getInitialState||p.getInitialState.isReactClassApproved||p.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?",g),p.getDefaultProps&&!p.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.",g),p.contextType&&console.error("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",g),l.childContextTypes&&!n2.has(l)&&(n2.add(l),console.error("%s uses the legacy childContextTypes API which was removed in React 19. Use React.createContext() instead. (https://react.dev/link/legacy-context)",g)),l.contextTypes&&!t2.has(l)&&(t2.add(l),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)",g)),typeof p.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.",g),l.prototype&&l.prototype.isPureReactComponent&&typeof p.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.",B(l)||"A pure component"),typeof p.componentDidUnmount=="function"&&console.error("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",g),typeof p.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().",g),typeof p.componentWillRecieveProps=="function"&&console.error("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",g),typeof p.UNSAFE_componentWillRecieveProps=="function"&&console.error("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",g),R=p.props!==o,p.props!==void 0&&R&&console.error("When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",g),p.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.",g,g),typeof p.getSnapshotBeforeUpdate!="function"||typeof p.componentDidUpdate=="function"||I_.has(l)||(I_.add(l),console.error("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",B(l))),typeof p.getDerivedStateFromProps=="function"&&console.error("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",g),typeof p.getDerivedStateFromError=="function"&&console.error("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",g),typeof l.getSnapshotBeforeUpdate=="function"&&console.error("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",g),(R=p.state)&&(typeof R!="object"||Ze(R))&&console.error("%s.state: must be set to an object or null",g),typeof p.getChildContext=="function"&&typeof l.childContextTypes!="object"&&console.error("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",g),p=t.stateNode,p.props=o,p.state=t.memoizedState,p.refs={},ga(t),g=l.contextType,p.context=typeof g=="object"&&g!==null?kt(g):Ks,p.state===o&&(g=B(l)||"Component",W_.has(g)||(W_.add(g),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.",g))),t.mode&Da&&mu.recordLegacyContextWarning(t,p),mu.recordUnsafeLifecycleWarnings(t,p),p.state=t.memoizedState,g=l.getDerivedStateFromProps,typeof g=="function"&&(en(t,l,g,o),p.state=t.memoizedState),typeof l.getDerivedStateFromProps=="function"||typeof p.getSnapshotBeforeUpdate=="function"||typeof p.UNSAFE_componentWillMount!="function"&&typeof p.componentWillMount!="function"||(g=p.state,typeof p.componentWillMount=="function"&&p.componentWillMount(),typeof p.UNSAFE_componentWillMount=="function"&&p.UNSAFE_componentWillMount(),g!==p.state&&(console.error("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",te(t)||"Component"),mC.enqueueReplaceState(p,p.state,null)),rs(t,o,p,f),er(),p.state=t.memoizedState),typeof p.componentDidMount=="function"&&(t.flags|=4194308),(t.mode&hu)!==Zt&&(t.flags|=134217728),p=!0}else if(e===null){p=t.stateNode;var le=t.memoizedProps;R=$u(l,le),p.props=R;var de=p.context;M=l.contextType,g=Ks,typeof M=="object"&&M!==null&&(g=kt(M)),_=l.getDerivedStateFromProps,M=typeof _=="function"||typeof p.getSnapshotBeforeUpdate=="function",le=t.pendingProps!==le,M||typeof p.UNSAFE_componentWillReceiveProps!="function"&&typeof p.componentWillReceiveProps!="function"||(le||de!==g)&&fp(t,p,o,g),Js=!1;var ee=t.memoizedState;p.state=ee,rs(t,o,p,f),er(),de=t.memoizedState,le||ee!==de||Js?(typeof _=="function"&&(en(t,l,_,o),de=t.memoizedState),(R=Js||cp(t,l,R,o,ee,de,g))?(M||typeof p.UNSAFE_componentWillMount!="function"&&typeof p.componentWillMount!="function"||(typeof p.componentWillMount=="function"&&p.componentWillMount(),typeof p.UNSAFE_componentWillMount=="function"&&p.UNSAFE_componentWillMount()),typeof p.componentDidMount=="function"&&(t.flags|=4194308),(t.mode&hu)!==Zt&&(t.flags|=134217728)):(typeof p.componentDidMount=="function"&&(t.flags|=4194308),(t.mode&hu)!==Zt&&(t.flags|=134217728),t.memoizedProps=o,t.memoizedState=de),p.props=o,p.state=de,p.context=g,p=R):(typeof p.componentDidMount=="function"&&(t.flags|=4194308),(t.mode&hu)!==Zt&&(t.flags|=134217728),p=!1)}else{p=t.stateNode,ju(e,t),g=t.memoizedProps,M=$u(l,g),p.props=M,_=t.pendingProps,ee=p.context,de=l.contextType,R=Ks,typeof de=="object"&&de!==null&&(R=kt(de)),le=l.getDerivedStateFromProps,(de=typeof le=="function"||typeof p.getSnapshotBeforeUpdate=="function")||typeof p.UNSAFE_componentWillReceiveProps!="function"&&typeof p.componentWillReceiveProps!="function"||(g!==_||ee!==R)&&fp(t,p,o,R),Js=!1,ee=t.memoizedState,p.state=ee,rs(t,o,p,f),er();var pe=t.memoizedState;g!==_||ee!==pe||Js||e!==null&&e.dependencies!==null&&Uu(e.dependencies)?(typeof le=="function"&&(en(t,l,le,o),pe=t.memoizedState),(M=Js||cp(t,l,M,o,ee,pe,R)||e!==null&&e.dependencies!==null&&Uu(e.dependencies))?(de||typeof p.UNSAFE_componentWillUpdate!="function"&&typeof p.componentWillUpdate!="function"||(typeof p.componentWillUpdate=="function"&&p.componentWillUpdate(o,pe,R),typeof p.UNSAFE_componentWillUpdate=="function"&&p.UNSAFE_componentWillUpdate(o,pe,R)),typeof p.componentDidUpdate=="function"&&(t.flags|=4),typeof p.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof p.componentDidUpdate!="function"||g===e.memoizedProps&&ee===e.memoizedState||(t.flags|=4),typeof p.getSnapshotBeforeUpdate!="function"||g===e.memoizedProps&&ee===e.memoizedState||(t.flags|=1024),t.memoizedProps=o,t.memoizedState=pe),p.props=o,p.state=pe,p.context=R,p=M):(typeof p.componentDidUpdate!="function"||g===e.memoizedProps&&ee===e.memoizedState||(t.flags|=4),typeof p.getSnapshotBeforeUpdate!="function"||g===e.memoizedProps&&ee===e.memoizedState||(t.flags|=1024),p=!1)}if(R=p,of(e,t),g=(t.flags&128)!==0,R||g){if(R=t.stateNode,wc(t),g&&typeof l.getDerivedStateFromError!="function")l=null,hl=-1;else{if($(t),l=z_(R),t.mode&Da){Xe(!0);try{z_(R)}finally{Xe(!1)}}De()}t.flags|=1,e!==null&&g?(t.child=Hh(t,e.child,null,f),t.child=Hh(t,null,l,f)):hn(e,t,l,f),t.memoizedState=R.state,e=t.child}else e=or(e,t,f);return f=t.stateNode,p&&f.props!==o&&(Vh||console.error("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",te(t)||"a component"),Vh=!0),e}function ng(e,t,l,o){return Zi(),t.flags|=256,hn(e,t,l,o),t.child}function vp(e,t){t&&t.childContextTypes&&console.error(`childContextTypes cannot be defined on a function component.
|
|
479
|
+
%s.childContextTypes = ...`,t.displayName||t.name||"Component"),typeof t.getDerivedStateFromProps=="function"&&(e=B(t)||"Unknown",s2[e]||(console.error("%s: Function components do not support getDerivedStateFromProps.",e),s2[e]=!0)),typeof t.contextType=="object"&&t.contextType!==null&&(t=B(t)||"Unknown",i2[t]||(console.error("%s: Function components do not support contextType.",t),i2[t]=!0))}function sf(e){return{baseLanes:e,cachePool:mS()}}function gp(e,t,l){return e=e!==null?e.childLanes&~l:0,t&&(e|=Ll),e}function SS(e,t,l){var o,f=t.pendingProps;b(t)&&(t.flags|=128);var p=!1,g=(t.flags&128)!==0;if((o=g)||(o=e!==null&&e.memoizedState===null?!1:(Xn.current&B0)!==0),o&&(p=!0,t.flags&=-129),o=(t.flags&32)!==0,t.flags&=-33,e===null){if(Tt){if(p?ja(t):_l(t),Tt){var R=mn,M;if(!(M=!R)){e:{var _=R;for(M=di;_.nodeType!==8;){if(!M){M=null;break e}if(_=Vn(_.nextSibling),_===null){M=null;break e}}M=_}M!==null?(Tl(),t.memoizedState={dehydrated:M,treeContext:Qf!==null?{id:Mo,overflow:qo}:null,retryLane:536870912,hydrationErrors:null},_=x(18,null,null,Zt),_.stateNode=M,_.return=t,t.child=_,$a=t,mn=null,M=!0):M=!1,M=!M}M&&(qv(t,R),Jl(t))}if(R=t.memoizedState,R!==null&&(R=R.dehydrated,R!==null))return gr(R)?t.lanes=32:t.lanes=536870912,null;La(t)}return R=f.children,f=f.fallback,p?(_l(t),p=t.mode,R=cf({mode:"hidden",children:R},p),f=Du(f,p,l,null),R.return=t,f.return=t,R.sibling=f,t.child=R,p=t.child,p.memoizedState=sf(l),p.childLanes=gp(e,o,l),t.memoizedState=gC,f):(ja(t),Sp(t,R))}var le=e.memoizedState;if(le!==null&&(R=le.dehydrated,R!==null)){if(g)t.flags&256?(ja(t),t.flags&=-257,t=Ep(e,t,l)):t.memoizedState!==null?(_l(t),t.child=e.child,t.flags|=128,t=null):(_l(t),p=f.fallback,R=t.mode,f=cf({mode:"visible",children:f.children},R),p=Du(p,R,l,null),p.flags|=2,f.return=t,p.return=t,f.sibling=p,t.child=f,Hh(t,e.child,null,l),f=t.child,f.memoizedState=sf(l),f.childLanes=gp(e,o,l),t.memoizedState=gC,t=p);else if(ja(t),Tt&&console.error("We should not be hydrating here. This is a bug in React. Please file a bug."),gr(R)){if(o=R.nextSibling&&R.nextSibling.dataset,o){M=o.dgst;var de=o.msg;_=o.stck;var ee=o.cstck}R=de,o=M,f=_,M=p=ee,p=Error(R||"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."),p.stack=f||"",p.digest=o,o=M===void 0?null:M,f={value:p,source:null,stack:o},typeof o=="string"&&WT.set(p,f),ns(f),t=Ep(e,t,l)}else if(ea||Bn(e,t,l,!1),o=(l&e.childLanes)!==0,ea||o){if(o=Pt,o!==null&&(f=l&-l,f=(f&42)!==0?1:zn(f),f=(f&(o.suspendedLanes|l))!==0?0:f,f!==0&&f!==le.retryLane))throw le.retryLane=f,va(e,f),ln(o,e,f),r2;R.data===Bo||zp(),t=Ep(e,t,l)}else R.data===Bo?(t.flags|=192,t.child=e.child,t=null):(e=le.treeContext,mn=Vn(R.nextSibling),$a=t,Tt=!0,Zf=null,_o=!1,Mr=null,di=!1,e!==null&&(Tl(),wr[Or++]=Mo,wr[Or++]=qo,wr[Or++]=Qf,Mo=e.id,qo=e.overflow,Qf=t),t=Sp(t,f.children),t.flags|=4096);return t}return p?(_l(t),p=f.fallback,R=t.mode,M=e.child,_=M.sibling,f=Kl(M,{mode:"hidden",children:f.children}),f.subtreeFlags=M.subtreeFlags&65011712,_!==null?p=Kl(_,p):(p=Du(p,R,l,null),p.flags|=2),p.return=t,f.return=t,f.sibling=p,t.child=f,f=p,p=t.child,R=e.child.memoizedState,R===null?R=sf(l):(M=R.cachePool,M!==null?(_=Yn._currentValue,M=M.parent!==_?{parent:_,pool:_}:M):M=mS(),R={baseLanes:R.baseLanes|l,cachePool:M}),p.memoizedState=R,p.childLanes=gp(e,o,l),t.memoizedState=gC,f):(ja(t),l=e.child,e=l.sibling,l=Kl(l,{mode:"visible",children:f.children}),l.return=t,l.sibling=null,e!==null&&(o=t.deletions,o===null?(t.deletions=[e],t.flags|=16):o.push(e)),t.child=l,t.memoizedState=null,l)}function Sp(e,t){return t=cf({mode:"visible",children:t},e.mode),t.return=e,e.child=t}function cf(e,t){return e=x(22,e,null,t),e.lanes=0,e.stateNode={_visibility:aE,_pendingMarkers:null,_retryCache:null,_transitions:null},e}function Ep(e,t,l){return Hh(t,e.child,null,l),e=Sp(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function Rp(e,t,l){e.lanes|=t;var o=e.alternate;o!==null&&(o.lanes|=t),Uv(e.return,t,l)}function ag(e,t){var l=Ze(e);return e=!l&&typeof j(e)=="function",l||e?(l=l?"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>",l,t,l),!1):!0}function Tp(e,t,l,o,f){var p=e.memoizedState;p===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:o,tail:l,tailMode:f}:(p.isBackwards=t,p.rendering=null,p.renderingStartTime=0,p.last=o,p.tail=l,p.tailMode=f)}function lg(e,t,l){var o=t.pendingProps,f=o.revealOrder,p=o.tail;if(o=o.children,f!==void 0&&f!=="forwards"&&f!=="backwards"&&f!=="together"&&!c2[f])if(c2[f]=!0,typeof f=="string")switch(f.toLowerCase()){case"together":case"forwards":case"backwards":console.error('"%s" is not a valid value for revealOrder on <SuspenseList />. Use lowercase "%s" instead.',f,f.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.',f,f.toLowerCase());break;default:console.error('"%s" is not a supported revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',f)}else console.error('%s is not a supported value for revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',f);p===void 0||vC[p]||(p!=="collapsed"&&p!=="hidden"?(vC[p]=!0,console.error('"%s" is not a supported value for tail on <SuspenseList />. Did you mean "collapsed" or "hidden"?',p)):f!=="forwards"&&f!=="backwards"&&(vC[p]=!0,console.error('<SuspenseList tail="%s" /> is only valid if revealOrder is "forwards" or "backwards". Did you mean to specify revealOrder="forwards"?',p)));e:if((f==="forwards"||f==="backwards")&&o!==void 0&&o!==null&&o!==!1)if(Ze(o)){for(var g=0;g<o.length;g++)if(!ag(o[g],g))break e}else if(g=j(o),typeof g=="function"){if(g=g.call(o))for(var R=g.next(),M=0;!R.done;R=g.next()){if(!ag(R.value,M))break e;M++}}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?',f);if(hn(e,t,o,l),o=Xn.current,(o&B0)!==0)o=o&jh|B0,t.flags|=128;else{if(e!==null&&(e.flags&128)!==0)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&Rp(e,l,t);else if(e.tag===19)Rp(e,l,t);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;e.sibling===null;){if(e.return===null||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}o&=jh}switch(Se(Xn,o,t),f){case"forwards":for(l=t.child,f=null;l!==null;)e=l.alternate,e!==null&&Wr(e)===null&&(f=l),l=l.sibling;l=f,l===null?(f=t.child,t.child=null):(f=l.sibling,l.sibling=null),Tp(t,!1,f,l,p);break;case"backwards":for(l=null,f=t.child,t.child=null;f!==null;){if(e=f.alternate,e!==null&&Wr(e)===null){t.child=f;break}e=f.sibling,f.sibling=l,l=f,f=e}Tp(t,!0,l,null,p);break;case"together":Tp(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function or(e,t,l){if(e!==null&&(t.dependencies=e.dependencies),hl=-1,ec|=t.lanes,(l&t.childLanes)===0)if(e!==null){if(Bn(e,t,l,!1),(l&t.childLanes)===0)return null}else return null;if(e!==null&&t.child!==e.child)throw Error("Resuming work not yet implemented.");if(t.child!==null){for(e=t.child,l=Kl(e,e.pendingProps),t.child=l,l.return=t;e.sibling!==null;)e=e.sibling,l=l.sibling=Kl(e,e.pendingProps),l.return=t;l.sibling=null}return t.child}function Cp(e,t){return(e.lanes&t)!==0?!0:(e=e.dependencies,!!(e!==null&&Uu(e)))}function NT(e,t,l){switch(t.tag){case 3:Ae(t,t.stateNode.containerInfo),Nu(t,Yn,e.memoizedState.cache),Zi();break;case 27:case 5:se(t);break;case 4:Ae(t,t.stateNode.containerInfo);break;case 10:Nu(t,t.type,t.memoizedProps.value);break;case 12:(l&t.childLanes)!==0&&(t.flags|=4),t.flags|=2048;var o=t.stateNode;o.effectDuration=-0,o.passiveEffectDuration=-0;break;case 13:if(o=t.memoizedState,o!==null)return o.dehydrated!==null?(ja(t),t.flags|=128,null):(l&t.child.childLanes)!==0?SS(e,t,l):(ja(t),e=or(e,t,l),e!==null?e.sibling:null);ja(t);break;case 19:var f=(e.flags&128)!==0;if(o=(l&t.childLanes)!==0,o||(Bn(e,t,l,!1),o=(l&t.childLanes)!==0),f){if(o)return lg(e,t,l);t.flags|=128}if(f=t.memoizedState,f!==null&&(f.rendering=null,f.tail=null,f.lastEffect=null),Se(Xn,Xn.current,t),o)break;return null;case 22:case 23:return t.lanes=0,mp(e,t,l);case 24:Nu(t,Yn,e.memoizedState.cache)}return or(e,t,l)}function xp(e,t,l){if(t._debugNeedsRemount&&e!==null){l=Xd(t.type,t.key,t.pendingProps,t._debugOwner||null,t.mode,t.lanes),l._debugStack=t._debugStack,l._debugTask=t._debugTask;var o=t.return;if(o===null)throw Error("Cannot swap the root fiber.");if(e.alternate=null,t.alternate=null,l.index=t.index,l.sibling=t.sibling,l.return=t.return,l.ref=t.ref,l._debugInfo=t._debugInfo,t===o.child)o.child=l;else{var f=o.child;if(f===null)throw Error("Expected parent to have a child.");for(;f.sibling!==t;)if(f=f.sibling,f===null)throw Error("Expected to find the previous sibling.");f.sibling=l}return t=o.deletions,t===null?(o.deletions=[e],o.flags|=16):t.push(e),l.flags|=2,l}if(e!==null)if(e.memoizedProps!==t.pendingProps||t.type!==e.type)ea=!0;else{if(!Cp(e,l)&&(t.flags&128)===0)return ea=!1,NT(e,t,l);ea=(e.flags&131072)!==0}else ea=!1,(o=Tt)&&(Tl(),o=(t.flags&1048576)!==0),o&&(o=t.index,Tl(),dS(t,rE,o));switch(t.lanes=0,t.tag){case 16:e:if(o=t.pendingProps,e=Fs(t.elementType),t.type=e,typeof e=="function")wv(e)?(o=$u(e,o),t.tag=1,t.type=e=Xi(e),t=tg(null,t,e,o,l)):(t.tag=0,vp(t,e),t.type=e=Xi(e),t=bp(null,t,e,o,l));else{if(e!=null){if(f=e.$$typeof,f===iu){t.tag=11,t.type=e=Av(e),t=hp(null,t,e,o,l);break e}else if(f===Nf){t.tag=14,t=ir(null,t,e,o,l);break e}}throw t="",e!==null&&typeof e=="object"&&e.$$typeof===Ya&&(t=" Did you wrap a component in React.lazy() more than once?"),e=B(e)||e,Error("Element type is invalid. Received a promise that resolves to: "+e+". Lazy element type must resolve to a class or function."+t)}return t;case 0:return bp(e,t,t.type,t.pendingProps,l);case 1:return o=t.type,f=$u(o,t.pendingProps),tg(e,t,o,f,l);case 3:e:{if(Ae(t,t.stateNode.containerInfo),e===null)throw Error("Should have a current fiber. This is a bug in React.");o=t.pendingProps;var p=t.memoizedState;f=p.element,ju(e,t),rs(t,o,null,l);var g=t.memoizedState;if(o=g.cache,Nu(t,Yn,o),o!==p.cache&&Bv(t,[Yn],l,!0),er(),o=g.element,p.isDehydrated)if(p={element:o,isDehydrated:!1,cache:g.cache},t.updateQueue.baseState=p,t.memoizedState=p,t.flags&256){t=ng(e,t,o,l);break e}else if(o!==f){f=Ba(Error("This root received an early update, before anything was able hydrate. Switched the entire root to client rendering."),t),ns(f),t=ng(e,t,o,l);break e}else{switch(e=t.stateNode.containerInfo,e.nodeType){case 9:e=e.body;break;default:e=e.nodeName==="HTML"?e.ownerDocument.body:e}for(mn=Vn(e.firstChild),$a=t,Tt=!0,Zf=null,_o=!1,Mr=null,di=!0,e=Q_(t,null,o,l),t.child=e;e;)e.flags=e.flags&-3|4096,e=e.sibling}else{if(Zi(),o===f){t=or(e,t,l);break e}hn(e,t,o,l)}t=t.child}return t;case 26:return of(e,t),e===null?(e=uu(t.type,null,t.pendingProps,null))?t.memoizedState=e:Tt||(e=t.type,l=t.pendingProps,o=me(Er.current),o=ft(o).createElement(e),o[Wn]=t,o[qa]=l,un(o,e,l),pn(o),t.stateNode=o):t.memoizedState=uu(t.type,e.memoizedProps,t.pendingProps,e.memoizedState),null;case 27:return se(t),e===null&&Tt&&(o=me(Er.current),f=P(),o=t.stateNode=Yg(t.type,t.pendingProps,o,f,!1),_o||(f=Bt(o,t.type,t.pendingProps,f),f!==null&&(Cl(t,0).serverProps=f)),$a=t,di=!0,f=mn,vr(t.type)?(PC=f,mn=Vn(o.firstChild)):mn=f),hn(e,t,t.pendingProps.children,l),of(e,t),e===null&&(t.flags|=4194304),t.child;case 5:return e===null&&Tt&&(p=P(),o=Bd(t.type,p.ancestorInfo),f=mn,(g=!f)||(g=Wu(f,t.type,t.pendingProps,di),g!==null?(t.stateNode=g,_o||(p=Bt(g,t.type,t.pendingProps,p),p!==null&&(Cl(t,0).serverProps=p)),$a=t,mn=Vn(g.firstChild),di=!1,p=!0):p=!1,g=!p),g&&(o&&qv(t,f),Jl(t))),se(t),f=t.type,p=t.pendingProps,g=e!==null?e.memoizedProps:null,o=p.children,br(f,p)?o=null:g!==null&&br(f,g)&&(t.flags|=32),t.memoizedState!==null&&(f=ku(e,t,nl,null,null,l),I0._currentValue=f),of(e,t),hn(e,t,o,l),t.child;case 6:return e===null&&Tt&&(e=t.pendingProps,l=P(),o=l.ancestorInfo.current,e=o!=null?zc(e,o.tag,l.ancestorInfo.implicitRootScope):!0,l=mn,(o=!l)||(o=Ln(l,t.pendingProps,di),o!==null?(t.stateNode=o,$a=t,mn=null,o=!0):o=!1,o=!o),o&&(e&&qv(t,l),Jl(t))),null;case 13:return SS(e,t,l);case 4:return Ae(t,t.stateNode.containerInfo),o=t.pendingProps,e===null?t.child=Hh(t,null,o,l):hn(e,t,o,l),t.child;case 11:return hp(e,t,t.type,t.pendingProps,l);case 7:return hn(e,t,t.pendingProps,l),t.child;case 8:return hn(e,t,t.pendingProps.children,l),t.child;case 12:return t.flags|=4,t.flags|=2048,o=t.stateNode,o.effectDuration=-0,o.passiveEffectDuration=-0,hn(e,t,t.pendingProps.children,l),t.child;case 10:return o=t.type,f=t.pendingProps,p=f.value,"value"in f||f2||(f2=!0,console.error("The `value` prop is required for the `<Context.Provider>`. Did you misspell it or forget to pass it?")),Nu(t,o,p),hn(e,t,f.children,l),t.child;case 9:return f=t.type._context,o=t.pendingProps.children,typeof o!="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."),Bu(t),f=kt(f),$(t),o=dC(o,f,void 0),De(),t.flags|=1,hn(e,t,o,l),t.child;case 14:return ir(e,t,t.type,t.pendingProps,l);case 15:return uf(e,t,t.type,t.pendingProps,l);case 19:return lg(e,t,l);case 31:return o=t.pendingProps,l=t.mode,o={mode:o.mode,children:o.children},e===null?(e=cf(o,l),e.ref=t.ref,t.child=e,e.return=t,t=e):(e=Kl(e.child,o),e.ref=t.ref,t.child=e,e.return=t,t=e),t;case 22:return mp(e,t,l);case 24:return Bu(t),o=kt(Yn),e===null?(f=Lv(),f===null&&(f=Pt,p=Yc(),f.pooledCache=p,Ki(p),p!==null&&(f.pooledCacheLanes|=l),f=p),t.memoizedState={parent:o,cache:f},ga(t),Nu(t,Yn,f)):((e.lanes&l)!==0&&(ju(e,t),rs(t,null,null,l),er()),f=e.memoizedState,p=t.memoizedState,f.parent!==o?(f={parent:o,cache:o},t.memoizedState=f,t.lanes===0&&(t.memoizedState=t.updateQueue.baseState=f),Nu(t,Yn,o)):(o=p.cache,Nu(t,Yn,o),o!==f.cache&&Bv(t,[Yn],l,!0))),hn(e,t,t.pendingProps.children,l),t.child;case 29:throw t.pendingProps}throw Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function Ta(e){e.flags|=4}function ff(e,t){if(t.type!=="stylesheet"||(t.state.loading&Nr)!==sd)e.flags&=-16777217;else if(e.flags|=16777216,!xf(t)){if(t=zr.current,t!==null&&((pt&4194048)===pt?hi!==null:(pt&62914560)!==pt&&(pt&536870912)===0||t!==hi))throw D0=rC,E_;e.flags|=8192}}function df(e,t){t!==null&&(e.flags|=4),e.flags&16384&&(t=e.tag!==22?_i():536870912,e.lanes|=t,ad|=t)}function Qu(e,t){if(!Tt)switch(e.tailMode){case"hidden":t=e.tail;for(var l=null;t!==null;)t.alternate!==null&&(l=t),t=t.sibling;l===null?e.tail=null:l.sibling=null;break;case"collapsed":l=e.tail;for(var o=null;l!==null;)l.alternate!==null&&(o=l),l=l.sibling;o===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:o.sibling=null}}function zt(e){var t=e.alternate!==null&&e.alternate.child===e.child,l=0,o=0;if(t)if((e.mode&ca)!==Zt){for(var f=e.selfBaseDuration,p=e.child;p!==null;)l|=p.lanes|p.childLanes,o|=p.subtreeFlags&65011712,o|=p.flags&65011712,f+=p.treeBaseDuration,p=p.sibling;e.treeBaseDuration=f}else for(f=e.child;f!==null;)l|=f.lanes|f.childLanes,o|=f.subtreeFlags&65011712,o|=f.flags&65011712,f.return=e,f=f.sibling;else if((e.mode&ca)!==Zt){f=e.actualDuration,p=e.selfBaseDuration;for(var g=e.child;g!==null;)l|=g.lanes|g.childLanes,o|=g.subtreeFlags,o|=g.flags,f+=g.actualDuration,p+=g.treeBaseDuration,g=g.sibling;e.actualDuration=f,e.treeBaseDuration=p}else for(f=e.child;f!==null;)l|=f.lanes|f.childLanes,o|=f.subtreeFlags,o|=f.flags,f.return=e,f=f.sibling;return e.subtreeFlags|=o,e.childLanes=l,t}function ES(e,t,l){var o=t.pendingProps;switch(Qd(t),t.tag){case 31:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return zt(t),null;case 1:return zt(t),null;case 3:return l=t.stateNode,o=null,e!==null&&(o=e.memoizedState.cache),t.memoizedState.cache!==o&&(t.flags|=2048),$r(Yn,t),Ne(t),l.pendingContext&&(l.context=l.pendingContext,l.pendingContext=null),(e===null||e.child===null)&&(Qi(t)?(Nv(),Ta(t)):e===null||e.memoizedState.isDehydrated&&(t.flags&256)===0||(t.flags|=1024,zv())),zt(t),null;case 26:return l=t.memoizedState,e===null?(Ta(t),l!==null?(zt(t),ff(t,l)):(zt(t),t.flags&=-16777217)):l?l!==e.memoizedState?(Ta(t),zt(t),ff(t,l)):(zt(t),t.flags&=-16777217):(e.memoizedProps!==o&&Ta(t),zt(t),t.flags&=-16777217),null;case 27:ge(t),l=me(Er.current);var f=t.type;if(e!==null&&t.stateNode!=null)e.memoizedProps!==o&&Ta(t);else{if(!o){if(t.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 zt(t),null}e=P(),Qi(t)?_v(t):(e=Yg(f,o,l,e,!0),t.stateNode=e,Ta(t))}return zt(t),null;case 5:if(ge(t),l=t.type,e!==null&&t.stateNode!=null)e.memoizedProps!==o&&Ta(t);else{if(!o){if(t.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 zt(t),null}if(f=P(),Qi(t))_v(t);else{switch(e=me(Er.current),Bd(l,f.ancestorInfo),f=f.context,e=ft(e),f){case Kh:e=e.createElementNS(Zs,l);break;case DE:e=e.createElementNS(Xf,l);break;default:switch(l){case"svg":e=e.createElementNS(Zs,l);break;case"math":e=e.createElementNS(Xf,l);break;case"script":e=e.createElement("div"),e.innerHTML="<script><\/script>",e=e.removeChild(e.firstChild);break;case"select":e=typeof o.is=="string"?e.createElement("select",{is:o.is}):e.createElement("select"),o.multiple?e.multiple=!0:o.size&&(e.size=o.size);break;default:e=typeof o.is=="string"?e.createElement(l,{is:o.is}):e.createElement(l),l.indexOf("-")===-1&&(l!==l.toLowerCase()&&console.error("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",l),Object.prototype.toString.call(e)!=="[object HTMLUnknownElement]"||su.call(q2,l)||(q2[l]=!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.",l)))}}e[Wn]=t,e[qa]=o;e:for(f=t.child;f!==null;){if(f.tag===5||f.tag===6)e.appendChild(f.stateNode);else if(f.tag!==4&&f.tag!==27&&f.child!==null){f.child.return=f,f=f.child;continue}if(f===t)break e;for(;f.sibling===null;){if(f.return===null||f.return===t)break e;f=f.return}f.sibling.return=f.return,f=f.sibling}t.stateNode=e;e:switch(un(e,l,o),l){case"button":case"input":case"select":case"textarea":e=!!o.autoFocus;break e;case"img":e=!0;break e;default:e=!1}e&&Ta(t)}}return zt(t),t.flags&=-16777217,null;case 6:if(e&&t.stateNode!=null)e.memoizedProps!==o&&Ta(t);else{if(typeof o!="string"&&t.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(e=me(Er.current),l=P(),Qi(t)){e=t.stateNode,l=t.memoizedProps,f=!_o,o=null;var p=$a;if(p!==null)switch(p.tag){case 3:f&&(f=Ip(e,l,o),f!==null&&(Cl(t,0).serverProps=f));break;case 27:case 5:o=p.memoizedProps,f&&(f=Ip(e,l,o),f!==null&&(Cl(t,0).serverProps=f))}e[Wn]=t,e=!!(e.nodeValue===l||o!==null&&o.suppressHydrationWarning===!0||zg(e.nodeValue,l)),e||Jl(t)}else f=l.ancestorInfo.current,f!=null&&zc(o,f.tag,l.ancestorInfo.implicitRootScope),e=ft(e).createTextNode(o),e[Wn]=t,t.stateNode=e}return zt(t),null;case 13:if(o=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(f=Qi(t),o!==null&&o.dehydrated!==null){if(e===null){if(!f)throw Error("A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React.");if(f=t.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[Wn]=t,zt(t),(t.mode&ca)!==Zt&&o!==null&&(f=t.child,f!==null&&(t.treeBaseDuration-=f.treeBaseDuration))}else Nv(),Zi(),(t.flags&128)===0&&(t.memoizedState=null),t.flags|=4,zt(t),(t.mode&ca)!==Zt&&o!==null&&(f=t.child,f!==null&&(t.treeBaseDuration-=f.treeBaseDuration));f=!1}else f=zv(),e!==null&&e.memoizedState!==null&&(e.memoizedState.hydrationErrors=f),f=!0;if(!f)return t.flags&256?(La(t),t):(La(t),null)}return La(t),(t.flags&128)!==0?(t.lanes=l,(t.mode&ca)!==Zt&&Fl(t),t):(l=o!==null,e=e!==null&&e.memoizedState!==null,l&&(o=t.child,f=null,o.alternate!==null&&o.alternate.memoizedState!==null&&o.alternate.memoizedState.cachePool!==null&&(f=o.alternate.memoizedState.cachePool.pool),p=null,o.memoizedState!==null&&o.memoizedState.cachePool!==null&&(p=o.memoizedState.cachePool.pool),p!==f&&(o.flags|=2048)),l!==e&&l&&(t.child.flags|=8192),df(t,t.updateQueue),zt(t),(t.mode&ca)!==Zt&&l&&(e=t.child,e!==null&&(t.treeBaseDuration-=e.treeBaseDuration)),null);case 4:return Ne(t),e===null&&_g(t.stateNode.containerInfo),zt(t),null;case 10:return $r(t.type,t),zt(t),null;case 19:if(xe(Xn,t),f=t.memoizedState,f===null)return zt(t),null;if(o=(t.flags&128)!==0,p=f.rendering,p===null)if(o)Qu(f,!1);else{if(yn!==Uo||e!==null&&(e.flags&128)!==0)for(e=t.child;e!==null;){if(p=Wr(e),p!==null){for(t.flags|=128,Qu(f,!1),e=p.updateQueue,t.updateQueue=e,df(t,e),t.subtreeFlags=0,e=l,l=t.child;l!==null;)Ov(l,e),l=l.sibling;return Se(Xn,Xn.current&jh|B0,t),t.child}e=e.sibling}f.tail!==null&&Rr()>SE&&(t.flags|=128,o=!0,Qu(f,!1),t.lanes=4194304)}else{if(!o)if(e=Wr(p),e!==null){if(t.flags|=128,o=!0,e=e.updateQueue,t.updateQueue=e,df(t,e),Qu(f,!0),f.tail===null&&f.tailMode==="hidden"&&!p.alternate&&!Tt)return zt(t),null}else 2*Rr()-f.renderingStartTime>SE&&l!==536870912&&(t.flags|=128,o=!0,Qu(f,!1),t.lanes=4194304);f.isBackwards?(p.sibling=t.child,t.child=p):(e=f.last,e!==null?e.sibling=p:t.child=p,f.last=p)}return f.tail!==null?(e=f.tail,f.rendering=e,f.tail=e.sibling,f.renderingStartTime=Rr(),e.sibling=null,l=Xn.current,l=o?l&jh|B0:l&jh,Se(Xn,l,t),e):(zt(t),null);case 22:case 23:return La(t),Ol(t),o=t.memoizedState!==null,e!==null?e.memoizedState!==null!==o&&(t.flags|=8192):o&&(t.flags|=8192),o?(l&536870912)!==0&&(t.flags&128)===0&&(zt(t),t.subtreeFlags&6&&(t.flags|=8192)):zt(t),l=t.updateQueue,l!==null&&df(t,l.retryQueue),l=null,e!==null&&e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(l=e.memoizedState.cachePool.pool),o=null,t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(o=t.memoizedState.cachePool.pool),o!==l&&(t.flags|=2048),e!==null&&xe(If,t),null;case 24:return l=null,e!==null&&(l=e.memoizedState.cache),t.memoizedState.cache!==l&&(t.flags|=2048),$r(Yn,t),zt(t),null;case 25:return null;case 30:return null}throw Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function RS(e,t){switch(Qd(t),t.tag){case 1:return e=t.flags,e&65536?(t.flags=e&-65537|128,(t.mode&ca)!==Zt&&Fl(t),t):null;case 3:return $r(Yn,t),Ne(t),e=t.flags,(e&65536)!==0&&(e&128)===0?(t.flags=e&-65537|128,t):null;case 26:case 27:case 5:return ge(t),null;case 13:if(La(t),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error("Threw in newly mounted dehydrated component. This is likely a bug in React. Please file an issue.");Zi()}return e=t.flags,e&65536?(t.flags=e&-65537|128,(t.mode&ca)!==Zt&&Fl(t),t):null;case 19:return xe(Xn,t),null;case 4:return Ne(t),null;case 10:return $r(t.type,t),null;case 22:case 23:return La(t),Ol(t),e!==null&&xe(If,t),e=t.flags,e&65536?(t.flags=e&-65537|128,(t.mode&ca)!==Zt&&Fl(t),t):null;case 24:return $r(Yn,t),null;case 25:return null;default:return null}}function rg(e,t){switch(Qd(t),t.tag){case 3:$r(Yn,t),Ne(t);break;case 26:case 27:case 5:ge(t);break;case 4:Ne(t);break;case 13:La(t);break;case 19:xe(Xn,t);break;case 10:$r(t.type,t);break;case 22:case 23:La(t),Ol(t),e!==null&&xe(If,t);break;case 24:$r(Yn,t)}}function Dl(e){return(e.mode&ca)!==Zt}function ug(e,t){Dl(e)?(Al(),lo(t,e),Wa()):lo(t,e)}function Ap(e,t,l){Dl(e)?(Al(),ro(l,e,t),Wa()):ro(l,e,t)}function lo(e,t){try{var l=t.updateQueue,o=l!==null?l.lastEffect:null;if(o!==null){var f=o.next;l=f;do{if((l.tag&e)===e&&((e&Gn)!==qr?qe!==null&&typeof qe.markComponentPassiveEffectMountStarted=="function"&&qe.markComponentPassiveEffectMountStarted(t):(e&fa)!==qr&&qe!==null&&typeof qe.markComponentLayoutEffectMountStarted=="function"&&qe.markComponentLayoutEffectMountStarted(t),o=void 0,(e&Qa)!==qr&&(Qh=!0),o=Be(t,mj,l),(e&Qa)!==qr&&(Qh=!1),(e&Gn)!==qr?qe!==null&&typeof qe.markComponentPassiveEffectMountStopped=="function"&&qe.markComponentPassiveEffectMountStopped():(e&fa)!==qr&&qe!==null&&typeof qe.markComponentLayoutEffectMountStopped=="function"&&qe.markComponentLayoutEffectMountStopped(),o!==void 0&&typeof o!="function")){var p=void 0;p=(l.tag&fa)!==0?"useLayoutEffect":(l.tag&Qa)!==0?"useInsertionEffect":"useEffect";var g=void 0;g=o===null?" You returned null. If your effect does not require clean up, return undefined (or nothing).":typeof o.then=="function"?`
|
|
480
|
+
|
|
481
|
+
It looks like you wrote `+p+`(async () => ...) or returned a Promise. Instead, write the async function inside your effect and call it immediately:
|
|
482
|
+
|
|
483
|
+
`+p+`(() => {
|
|
484
|
+
async function fetchData() {
|
|
485
|
+
// You can await here
|
|
486
|
+
const response = await MyAPI.getData(someId);
|
|
487
|
+
// ...
|
|
488
|
+
}
|
|
489
|
+
fetchData();
|
|
490
|
+
}, [someId]); // Or [] if effect doesn't need props or state
|
|
491
|
+
|
|
492
|
+
Learn more about data fetching with Hooks: https://react.dev/link/hooks-data-fetching`:" You returned: "+o,Be(t,function(R,M){console.error("%s must not return anything besides a function, which is used for clean-up.%s",R,M)},p,g)}l=l.next}while(l!==f)}}catch(R){Pe(t,t.return,R)}}function ro(e,t,l){try{var o=t.updateQueue,f=o!==null?o.lastEffect:null;if(f!==null){var p=f.next;o=p;do{if((o.tag&e)===e){var g=o.inst,R=g.destroy;R!==void 0&&(g.destroy=void 0,(e&Gn)!==qr?qe!==null&&typeof qe.markComponentPassiveEffectUnmountStarted=="function"&&qe.markComponentPassiveEffectUnmountStarted(t):(e&fa)!==qr&&qe!==null&&typeof qe.markComponentLayoutEffectUnmountStarted=="function"&&qe.markComponentLayoutEffectUnmountStarted(t),(e&Qa)!==qr&&(Qh=!0),f=t,Be(f,yj,f,l,R),(e&Qa)!==qr&&(Qh=!1),(e&Gn)!==qr?qe!==null&&typeof qe.markComponentPassiveEffectUnmountStopped=="function"&&qe.markComponentPassiveEffectUnmountStopped():(e&fa)!==qr&&qe!==null&&typeof qe.markComponentLayoutEffectUnmountStopped=="function"&&qe.markComponentLayoutEffectUnmountStopped())}o=o.next}while(o!==p)}}catch(M){Pe(t,t.return,M)}}function ig(e,t){Dl(e)?(Al(),lo(t,e),Wa()):lo(t,e)}function pf(e,t,l){Dl(e)?(Al(),ro(l,e,t),Wa()):ro(l,e,t)}function og(e){var t=e.updateQueue;if(t!==null){var l=e.stateNode;e.type.defaultProps||"ref"in e.memoizedProps||Vh||(l.props!==e.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.",te(e)||"instance"),l.state!==e.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.",te(e)||"instance"));try{Be(e,yS,t,l)}catch(o){Pe(e,e.return,o)}}}function TS(e,t,l){return e.getSnapshotBeforeUpdate(t,l)}function UT(e,t){var l=t.memoizedProps,o=t.memoizedState;t=e.stateNode,e.type.defaultProps||"ref"in e.memoizedProps||Vh||(t.props!==e.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.",te(e)||"instance"),t.state!==e.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.",te(e)||"instance"));try{var f=$u(e.type,l,e.elementType===e.type),p=Be(e,TS,t,f,o);l=d2,p!==void 0||l.has(e.type)||(l.add(e.type),Be(e,function(){console.error("%s.getSnapshotBeforeUpdate(): A snapshot value (or null) must be returned. You have returned undefined.",te(e))})),t.__reactInternalSnapshotBeforeUpdate=p}catch(g){Pe(e,e.return,g)}}function wp(e,t,l){l.props=$u(e.type,e.memoizedProps),l.state=e.memoizedState,Dl(e)?(Al(),Be(e,L_,e,t,l),Wa()):Be(e,L_,e,t,l)}function CS(e){var t=e.ref;if(t!==null){switch(e.tag){case 26:case 27:case 5:var l=e.stateNode;break;case 30:l=e.stateNode;break;default:l=e.stateNode}if(typeof t=="function")if(Dl(e))try{Al(),e.refCleanup=t(l)}finally{Wa()}else e.refCleanup=t(l);else typeof t=="string"?console.error("String refs are no longer supported."):t.hasOwnProperty("current")||console.error("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().",te(e)),t.current=l}}function gs(e,t){try{Be(e,CS,e)}catch(l){Pe(e,t,l)}}function il(e,t){var l=e.ref,o=e.refCleanup;if(l!==null)if(typeof o=="function")try{if(Dl(e))try{Al(),Be(e,o)}finally{Wa(e)}else Be(e,o)}catch(f){Pe(e,t,f)}finally{e.refCleanup=null,e=e.alternate,e!=null&&(e.refCleanup=null)}else if(typeof l=="function")try{if(Dl(e))try{Al(),Be(e,l,null)}finally{Wa(e)}else Be(e,l,null)}catch(f){Pe(e,t,f)}else l.current=null}function sg(e,t,l,o){var f=e.memoizedProps,p=f.id,g=f.onCommit;f=f.onRender,t=t===null?"mount":"update",oE&&(t="nested-update"),typeof f=="function"&&f(p,t,e.actualDuration,e.treeBaseDuration,e.actualStartTime,l),typeof g=="function"&&g(e.memoizedProps.id,t,o,l)}function xS(e,t,l,o){var f=e.memoizedProps;e=f.id,f=f.onPostCommit,t=t===null?"mount":"update",oE&&(t="nested-update"),typeof f=="function"&&f(e,t,o,l)}function AS(e){var t=e.type,l=e.memoizedProps,o=e.stateNode;try{Be(e,lu,o,t,l,e)}catch(f){Pe(e,e.return,f)}}function cg(e,t,l){try{Be(e,on,e.stateNode,e.type,l,t,e)}catch(o){Pe(e,e.return,o)}}function fg(e){return e.tag===5||e.tag===3||e.tag===26||e.tag===27&&vr(e.type)||e.tag===4}function uo(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||fg(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.tag===27&&vr(e.type)||e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function hf(e,t,l){var o=e.tag;if(o===5||o===6)e=e.stateNode,t?(l.nodeType===9?l.body:l.nodeName==="HTML"?l.ownerDocument.body:l).insertBefore(e,t):(t=l.nodeType===9?l.body:l.nodeName==="HTML"?l.ownerDocument.body:l,t.appendChild(e),l=l._reactRootContainer,l!=null||t.onclick!==null||(t.onclick=au));else if(o!==4&&(o===27&&vr(e.type)&&(l=e.stateNode,t=null),e=e.child,e!==null))for(hf(e,t,l),e=e.sibling;e!==null;)hf(e,t,l),e=e.sibling}function io(e,t,l){var o=e.tag;if(o===5||o===6)e=e.stateNode,t?l.insertBefore(e,t):l.appendChild(e);else if(o!==4&&(o===27&&vr(e.type)&&(l=e.stateNode),e=e.child,e!==null))for(io(e,t,l),e=e.sibling;e!==null;)io(e,t,l),e=e.sibling}function wS(e){for(var t,l=e.return;l!==null;){if(fg(l)){t=l;break}l=l.return}if(t==null)throw Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");switch(t.tag){case 27:t=t.stateNode,l=uo(e),io(e,l,t);break;case 5:l=t.stateNode,t.flags&32&&(ru(l),t.flags&=-33),t=uo(e),io(e,t,l);break;case 3:case 4:t=t.stateNode.containerInfo,l=uo(e),hf(e,l,t);break;default:throw Error("Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.")}}function dg(e){var t=e.stateNode,l=e.memoizedProps;try{Be(e,Pa,e.type,l,t,e)}catch(o){Pe(e,e.return,o)}}function Op(e,t){if(e=e.containerInfo,LC=BE,e=iS(e),Cv(e)){if("selectionStart"in e)var l={start:e.selectionStart,end:e.selectionEnd};else e:{l=(l=e.ownerDocument)&&l.defaultView||window;var o=l.getSelection&&l.getSelection();if(o&&o.rangeCount!==0){l=o.anchorNode;var f=o.anchorOffset,p=o.focusNode;o=o.focusOffset;try{l.nodeType,p.nodeType}catch{l=null;break e}var g=0,R=-1,M=-1,_=0,le=0,de=e,ee=null;t:for(;;){for(var pe;de!==l||f!==0&&de.nodeType!==3||(R=g+f),de!==p||o!==0&&de.nodeType!==3||(M=g+o),de.nodeType===3&&(g+=de.nodeValue.length),(pe=de.firstChild)!==null;)ee=de,de=pe;for(;;){if(de===e)break t;if(ee===l&&++_===f&&(R=g),ee===p&&++le===o&&(M=g),(pe=de.nextSibling)!==null)break;de=ee,ee=de.parentNode}de=pe}l=R===-1||M===-1?null:{start:R,end:M}}else l=null}l=l||{start:0,end:0}}else l=null;for(VC={focusedElem:e,selectionRange:l},BE=!1,ta=t;ta!==null;)if(t=ta,e=t.child,(t.subtreeFlags&1024)!==0&&e!==null)e.return=t,ta=e;else for(;ta!==null;){switch(e=t=ta,l=e.alternate,f=e.flags,e.tag){case 0:break;case 11:case 15:break;case 1:(f&1024)!==0&&l!==null&&UT(e,l);break;case 3:if((f&1024)!==0){if(e=e.stateNode.containerInfo,l=e.nodeType,l===9)qs(e);else if(l===1)switch(e.nodeName){case"HEAD":case"HTML":case"BODY":qs(e);break;default:e.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if((f&1024)!==0)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(e=t.sibling,e!==null){e.return=t.return,ta=e;break}ta=t.return}}function pg(e,t,l){var o=l.flags;switch(l.tag){case 0:case 11:case 15:sr(e,l),o&4&&ug(l,fa|_r);break;case 1:if(sr(e,l),o&4)if(e=l.stateNode,t===null)l.type.defaultProps||"ref"in l.memoizedProps||Vh||(e.props!==l.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.",te(l)||"instance"),e.state!==l.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.",te(l)||"instance")),Dl(l)?(Al(),Be(l,pC,l,e),Wa()):Be(l,pC,l,e);else{var f=$u(l.type,t.memoizedProps);t=t.memoizedState,l.type.defaultProps||"ref"in l.memoizedProps||Vh||(e.props!==l.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.",te(l)||"instance"),e.state!==l.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.",te(l)||"instance")),Dl(l)?(Al(),Be(l,B_,l,e,f,t,e.__reactInternalSnapshotBeforeUpdate),Wa()):Be(l,B_,l,e,f,t,e.__reactInternalSnapshotBeforeUpdate)}o&64&&og(l),o&512&&gs(l,l.return);break;case 3:if(t=xl(),sr(e,l),o&64&&(o=l.updateQueue,o!==null)){if(f=null,l.child!==null)switch(l.child.tag){case 27:case 5:f=l.child.stateNode;break;case 1:f=l.child.stateNode}try{Be(l,yS,o,f)}catch(g){Pe(l,l.return,g)}}e.effectDuration+=Hu(t);break;case 27:t===null&&o&4&&dg(l);case 26:case 5:sr(e,l),t===null&&o&4&&AS(l),o&512&&gs(l,l.return);break;case 12:if(o&4){o=xl(),sr(e,l),e=l.stateNode,e.effectDuration+=Ji(o);try{Be(l,sg,l,t,iE,e.effectDuration)}catch(g){Pe(l,l.return,g)}}else sr(e,l);break;case 13:sr(e,l),o&4&&Ss(e,l),o&64&&(e=l.memoizedState,e!==null&&(e=e.dehydrated,e!==null&&(l=Rf.bind(null,l),_s(e,l))));break;case 22:if(o=l.memoizedState!==null||No,!o){t=t!==null&&t.memoizedState!==null||Rn,f=No;var p=Rn;No=o,(Rn=t)&&!p?cr(e,l,(l.subtreeFlags&8772)!==0):sr(e,l),No=f,Rn=p}break;case 30:break;default:sr(e,l)}}function hg(e){var t=e.alternate;t!==null&&(e.alternate=null,hg(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&Au(t)),e.stateNode=null,e._debugOwner=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function eu(e,t,l){for(l=l.child;l!==null;)oo(e,t,l),l=l.sibling}function oo(e,t,l){if(kn&&typeof kn.onCommitFiberUnmount=="function")try{kn.onCommitFiberUnmount(ui,l)}catch(p){Ma||(Ma=!0,console.error("React instrumentation encountered an error: %s",p))}switch(l.tag){case 26:Rn||il(l,t),eu(e,t,l),l.memoizedState?l.memoizedState.count--:l.stateNode&&(l=l.stateNode,l.parentNode.removeChild(l));break;case 27:Rn||il(l,t);var o=Dn,f=ml;vr(l.type)&&(Dn=l.stateNode,ml=!1),eu(e,t,l),Be(l,zs,l.stateNode),Dn=o,ml=f;break;case 5:Rn||il(l,t);case 6:if(o=Dn,f=ml,Dn=null,eu(e,t,l),Dn=o,ml=f,Dn!==null)if(ml)try{Be(l,Os,Dn,l.stateNode)}catch(p){Pe(l,t,p)}else try{Be(l,cl,Dn,l.stateNode)}catch(p){Pe(l,t,p)}break;case 18:Dn!==null&&(ml?(e=Dn,Ms(e.nodeType===9?e.body:e.nodeName==="HTML"?e.ownerDocument.body:e,l.stateNode),Ro(e)):Ms(Dn,l.stateNode));break;case 4:o=Dn,f=ml,Dn=l.stateNode.containerInfo,ml=!0,eu(e,t,l),Dn=o,ml=f;break;case 0:case 11:case 14:case 15:Rn||ro(Qa,l,t),Rn||Ap(l,t,fa),eu(e,t,l);break;case 1:Rn||(il(l,t),o=l.stateNode,typeof o.componentWillUnmount=="function"&&wp(l,t,o)),eu(e,t,l);break;case 21:eu(e,t,l);break;case 22:Rn=(o=Rn)||l.memoizedState!==null,eu(e,t,l),Rn=o;break;default:eu(e,t,l)}}function Ss(e,t){if(t.memoizedState===null&&(e=t.alternate,e!==null&&(e=e.memoizedState,e!==null&&(e=e.dehydrated,e!==null))))try{Be(t,ka,e)}catch(l){Pe(t,t.return,l)}}function Mp(e){switch(e.tag){case 13:case 19:var t=e.stateNode;return t===null&&(t=e.stateNode=new p2),t;case 22:return e=e.stateNode,t=e._retryCache,t===null&&(t=e._retryCache=new p2),t;default:throw Error("Unexpected Suspense handler tag ("+e.tag+"). This is a bug in React.")}}function so(e,t){var l=Mp(e);t.forEach(function(o){var f=Iu.bind(null,e,o);if(!l.has(o)){if(l.add(o),cn)if(kh!==null&&Ph!==null)As(Ph,kh);else throw Error("Expected finished root and lanes to be set. This is a bug in React.");o.then(f,f)}})}function Jn(e,t){var l=t.deletions;if(l!==null)for(var o=0;o<l.length;o++){var f=e,p=t,g=l[o],R=p;e:for(;R!==null;){switch(R.tag){case 27:if(vr(R.type)){Dn=R.stateNode,ml=!1;break e}break;case 5:Dn=R.stateNode,ml=!1;break e;case 3:case 4:Dn=R.stateNode.containerInfo,ml=!0;break e}R=R.return}if(Dn===null)throw Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");oo(f,p,g),Dn=null,ml=!1,f=g,p=f.alternate,p!==null&&(p.return=null),f.return=null}if(t.subtreeFlags&13878)for(t=t.child;t!==null;)mg(t,e),t=t.sibling}function mg(e,t){var l=e.alternate,o=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:Jn(t,e),Ca(e),o&4&&(ro(Qa|_r,e,e.return),lo(Qa|_r,e),Ap(e,e.return,fa|_r));break;case 1:Jn(t,e),Ca(e),o&512&&(Rn||l===null||il(l,l.return)),o&64&&No&&(e=e.updateQueue,e!==null&&(o=e.callbacks,o!==null&&(l=e.shared.hiddenCallbacks,e.shared.hiddenCallbacks=l===null?o:l.concat(o))));break;case 26:var f=bu;if(Jn(t,e),Ca(e),o&512&&(Rn||l===null||il(l,l.return)),o&4)if(t=l!==null?l.memoizedState:null,o=e.memoizedState,l===null)if(o===null)if(e.stateNode===null){e:{o=e.type,l=e.memoizedProps,t=f.ownerDocument||f;t:switch(o){case"title":f=t.getElementsByTagName("title")[0],(!f||f[Gs]||f[Wn]||f.namespaceURI===Zs||f.hasAttribute("itemprop"))&&(f=t.createElement(o),t.head.insertBefore(f,t.querySelector("head > title"))),un(f,o,l),f[Wn]=e,pn(f),o=f;break e;case"link":var p=Qg("link","href",t).get(o+(l.href||""));if(p){for(var g=0;g<p.length;g++)if(f=p[g],f.getAttribute("href")===(l.href==null||l.href===""?null:l.href)&&f.getAttribute("rel")===(l.rel==null?null:l.rel)&&f.getAttribute("title")===(l.title==null?null:l.title)&&f.getAttribute("crossorigin")===(l.crossOrigin==null?null:l.crossOrigin)){p.splice(g,1);break t}}f=t.createElement(o),un(f,o,l),t.head.appendChild(f);break;case"meta":if(p=Qg("meta","content",t).get(o+(l.content||""))){for(g=0;g<p.length;g++)if(f=p[g],Oe(l.content,"content"),f.getAttribute("content")===(l.content==null?null:""+l.content)&&f.getAttribute("name")===(l.name==null?null:l.name)&&f.getAttribute("property")===(l.property==null?null:l.property)&&f.getAttribute("http-equiv")===(l.httpEquiv==null?null:l.httpEquiv)&&f.getAttribute("charset")===(l.charSet==null?null:l.charSet)){p.splice(g,1);break t}}f=t.createElement(o),un(f,o,l),t.head.appendChild(f);break;default:throw Error('getNodesForType encountered a type it did not expect: "'+o+'". This is a bug in React.')}f[Wn]=e,pn(f),o=f}e.stateNode=o}else Zg(f,e.type,e.stateNode);else e.stateNode=Fp(f,o,e.memoizedProps);else t!==o?(t===null?l.stateNode!==null&&(l=l.stateNode,l.parentNode.removeChild(l)):t.count--,o===null?Zg(f,e.type,e.stateNode):Fp(f,o,e.memoizedProps)):o===null&&e.stateNode!==null&&cg(e,e.memoizedProps,l.memoizedProps);break;case 27:Jn(t,e),Ca(e),o&512&&(Rn||l===null||il(l,l.return)),l!==null&&o&4&&cg(e,e.memoizedProps,l.memoizedProps);break;case 5:if(Jn(t,e),Ca(e),o&512&&(Rn||l===null||il(l,l.return)),e.flags&32){t=e.stateNode;try{Be(e,ru,t)}catch(le){Pe(e,e.return,le)}}o&4&&e.stateNode!=null&&(t=e.memoizedProps,cg(e,t,l!==null?l.memoizedProps:t)),o&1024&&(SC=!0,e.type!=="form"&&console.error("Unexpected host component type. Expected a form. This is a bug in React."));break;case 6:if(Jn(t,e),Ca(e),o&4){if(e.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.");o=e.memoizedProps,l=l!==null?l.memoizedProps:o,t=e.stateNode;try{Be(e,vo,t,l,o)}catch(le){Pe(e,e.return,le)}}break;case 3:if(f=xl(),zE=null,p=bu,bu=Cf(t.containerInfo),Jn(t,e),bu=p,Ca(e),o&4&&l!==null&&l.memoizedState.isDehydrated)try{Be(e,Pg,t.containerInfo)}catch(le){Pe(e,e.return,le)}SC&&(SC=!1,co(e)),t.effectDuration+=Hu(f);break;case 4:o=bu,bu=Cf(e.stateNode.containerInfo),Jn(t,e),Ca(e),bu=o;break;case 12:o=xl(),Jn(t,e),Ca(e),e.stateNode.effectDuration+=Ji(o);break;case 13:Jn(t,e),Ca(e),e.child.flags&8192&&e.memoizedState!==null!=(l!==null&&l.memoizedState!==null)&&(AC=Rr()),o&4&&(o=e.updateQueue,o!==null&&(e.updateQueue=null,so(e,o)));break;case 22:f=e.memoizedState!==null;var R=l!==null&&l.memoizedState!==null,M=No,_=Rn;if(No=M||f,Rn=_||R,Jn(t,e),Rn=_,No=M,Ca(e),o&8192)e:for(t=e.stateNode,t._visibility=f?t._visibility&~aE:t._visibility|aE,f&&(l===null||R||No||Rn||In(e)),l=null,t=e;;){if(t.tag===5||t.tag===26){if(l===null){R=l=t;try{p=R.stateNode,f?Be(R,wa,p):Be(R,Vg,R.stateNode,R.memoizedProps)}catch(le){Pe(R,R.return,le)}}}else if(t.tag===6){if(l===null){R=t;try{g=R.stateNode,f?Be(R,Lg,g):Be(R,Kp,g,R.memoizedProps)}catch(le){Pe(R,R.return,le)}}}else if((t.tag!==22&&t.tag!==23||t.memoizedState===null||t===e)&&t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break e;for(;t.sibling===null;){if(t.return===null||t.return===e)break e;l===t&&(l=null),t=t.return}l===t&&(l=null),t.sibling.return=t.return,t=t.sibling}o&4&&(o=e.updateQueue,o!==null&&(l=o.retryQueue,l!==null&&(o.retryQueue=null,so(e,l))));break;case 19:Jn(t,e),Ca(e),o&4&&(o=e.updateQueue,o!==null&&(e.updateQueue=null,so(e,o)));break;case 30:break;case 21:break;default:Jn(t,e),Ca(e)}}function Ca(e){var t=e.flags;if(t&2){try{Be(e,wS,e)}catch(l){Pe(e,e.return,l)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function co(e){if(e.subtreeFlags&1024)for(e=e.child;e!==null;){var t=e;co(t),t.tag===5&&t.flags&1024&&t.stateNode.reset(),e=e.sibling}}function sr(e,t){if(t.subtreeFlags&8772)for(t=t.child;t!==null;)pg(e,t.alternate,t),t=t.sibling}function Va(e){switch(e.tag){case 0:case 11:case 14:case 15:Ap(e,e.return,fa),In(e);break;case 1:il(e,e.return);var t=e.stateNode;typeof t.componentWillUnmount=="function"&&wp(e,e.return,t),In(e);break;case 27:Be(e,zs,e.stateNode);case 26:case 5:il(e,e.return),In(e);break;case 22:e.memoizedState===null&&In(e);break;case 30:In(e);break;default:In(e)}}function In(e){for(e=e.child;e!==null;)Va(e),e=e.sibling}function tu(e,t,l,o){var f=l.flags;switch(l.tag){case 0:case 11:case 15:cr(e,l,o),ug(l,fa);break;case 1:if(cr(e,l,o),t=l.stateNode,typeof t.componentDidMount=="function"&&Be(l,pC,l,t),t=l.updateQueue,t!==null){e=l.stateNode;try{Be(l,us,t,e)}catch(p){Pe(l,l.return,p)}}o&&f&64&&og(l),gs(l,l.return);break;case 27:dg(l);case 26:case 5:cr(e,l,o),o&&t===null&&f&4&&AS(l),gs(l,l.return);break;case 12:if(o&&f&4){f=xl(),cr(e,l,o),o=l.stateNode,o.effectDuration+=Ji(f);try{Be(l,sg,l,t,iE,o.effectDuration)}catch(p){Pe(l,l.return,p)}}else cr(e,l,o);break;case 13:cr(e,l,o),o&&f&4&&Ss(e,l);break;case 22:l.memoizedState===null&&cr(e,l,o),gs(l,l.return);break;case 30:break;default:cr(e,l,o)}}function cr(e,t,l){for(l=l&&(t.subtreeFlags&8772)!==0,t=t.child;t!==null;)tu(e,t.alternate,t,l),t=t.sibling}function fr(e,t){var l=null;e!==null&&e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(l=e.memoizedState.cachePool.pool),e=null,t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(e=t.memoizedState.cachePool.pool),e!==l&&(e!=null&&Ki(e),l!=null&&Il(l))}function zl(e,t){e=null,t.alternate!==null&&(e=t.alternate.memoizedState.cache),t=t.memoizedState.cache,t!==e&&(Ki(t),e!=null&&Il(e))}function Nt(e,t,l,o){if(t.subtreeFlags&10256)for(t=t.child;t!==null;)mf(e,t,l,o),t=t.sibling}function mf(e,t,l,o){var f=t.flags;switch(t.tag){case 0:case 11:case 15:Nt(e,t,l,o),f&2048&&ig(t,Gn|_r);break;case 1:Nt(e,t,l,o);break;case 3:var p=xl();Nt(e,t,l,o),f&2048&&(l=null,t.alternate!==null&&(l=t.alternate.memoizedState.cache),t=t.memoizedState.cache,t!==l&&(Ki(t),l!=null&&Il(l))),e.passiveEffectDuration+=Hu(p);break;case 12:if(f&2048){f=xl(),Nt(e,t,l,o),e=t.stateNode,e.passiveEffectDuration+=Ji(f);try{Be(t,xS,t,t.alternate,iE,e.passiveEffectDuration)}catch(R){Pe(t,t.return,R)}}else Nt(e,t,l,o);break;case 13:Nt(e,t,l,o);break;case 23:break;case 22:p=t.stateNode;var g=t.alternate;t.memoizedState!==null?p._visibility&Oo?Nt(e,t,l,o):Es(e,t):p._visibility&Oo?Nt(e,t,l,o):(p._visibility|=Oo,Zu(e,t,l,o,(t.subtreeFlags&10256)!==0)),f&2048&&fr(g,t);break;case 24:Nt(e,t,l,o),f&2048&&zl(t.alternate,t);break;default:Nt(e,t,l,o)}}function Zu(e,t,l,o,f){for(f=f&&(t.subtreeFlags&10256)!==0,t=t.child;t!==null;)qp(e,t,l,o,f),t=t.sibling}function qp(e,t,l,o,f){var p=t.flags;switch(t.tag){case 0:case 11:case 15:Zu(e,t,l,o,f),ig(t,Gn);break;case 23:break;case 22:var g=t.stateNode;t.memoizedState!==null?g._visibility&Oo?Zu(e,t,l,o,f):Es(e,t):(g._visibility|=Oo,Zu(e,t,l,o,f)),f&&p&2048&&fr(t.alternate,t);break;case 24:Zu(e,t,l,o,f),f&&p&2048&&zl(t.alternate,t);break;default:Zu(e,t,l,o,f)}}function Es(e,t){if(t.subtreeFlags&10256)for(t=t.child;t!==null;){var l=e,o=t,f=o.flags;switch(o.tag){case 22:Es(l,o),f&2048&&fr(o.alternate,o);break;case 24:Es(l,o),f&2048&&zl(o.alternate,o);break;default:Es(l,o)}t=t.sibling}}function fo(e){if(e.subtreeFlags&H0)for(e=e.child;e!==null;)Ku(e),e=e.sibling}function Ku(e){switch(e.tag){case 26:fo(e),e.flags&H0&&e.memoizedState!==null&&jS(bu,e.memoizedState,e.memoizedProps);break;case 5:fo(e);break;case 3:case 4:var t=bu;bu=Cf(e.stateNode.containerInfo),fo(e),bu=t;break;case 22:e.memoizedState===null&&(t=e.alternate,t!==null&&t.memoizedState!==null?(t=H0,H0=16777216,fo(e),H0=t):fo(e));break;default:fo(e)}}function yf(e){var t=e.alternate;if(t!==null&&(e=t.child,e!==null)){t.child=null;do t=e.sibling,e.sibling=null,e=t;while(e!==null)}}function Rs(e){var t=e.deletions;if((e.flags&16)!==0){if(t!==null)for(var l=0;l<t.length;l++){var o=t[l];ta=o,bg(o,e)}yf(e)}if(e.subtreeFlags&10256)for(e=e.child;e!==null;)yg(e),e=e.sibling}function yg(e){switch(e.tag){case 0:case 11:case 15:Rs(e),e.flags&2048&&pf(e,e.return,Gn|_r);break;case 3:var t=xl();Rs(e),e.stateNode.passiveEffectDuration+=Hu(t);break;case 12:t=xl(),Rs(e),e.stateNode.passiveEffectDuration+=Ji(t);break;case 22:t=e.stateNode,e.memoizedState!==null&&t._visibility&Oo&&(e.return===null||e.return.tag!==13)?(t._visibility&=~Oo,bf(e)):Rs(e);break;default:Rs(e)}}function bf(e){var t=e.deletions;if((e.flags&16)!==0){if(t!==null)for(var l=0;l<t.length;l++){var o=t[l];ta=o,bg(o,e)}yf(e)}for(e=e.child;e!==null;)vf(e),e=e.sibling}function vf(e){switch(e.tag){case 0:case 11:case 15:pf(e,e.return,Gn),bf(e);break;case 22:var t=e.stateNode;t._visibility&Oo&&(t._visibility&=~Oo,bf(e));break;default:bf(e)}}function bg(e,t){for(;ta!==null;){var l=ta,o=l;switch(o.tag){case 0:case 11:case 15:pf(o,t,Gn);break;case 23:case 22:o.memoizedState!==null&&o.memoizedState.cachePool!==null&&(o=o.memoizedState.cachePool.pool,o!=null&&Ki(o));break;case 24:Il(o.memoizedState.cache)}if(o=l.child,o!==null)o.return=l,ta=o;else e:for(l=e;ta!==null;){o=ta;var f=o.sibling,p=o.return;if(hg(o),o===l){ta=null;break e}if(f!==null){f.return=p,ta=f;break e}ta=p}}}function vg(){vj.forEach(function(e){return e()})}function gg(){var e=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0;return e||ce.actQueue===null||console.error("The current testing environment is not configured to support act(...)"),e}function xa(e){if((_t&Za)!==Hl&&pt!==0)return pt&-pt;var t=ce.T;return t!==null?(t._updatedFibers||(t._updatedFibers=new Set),t._updatedFibers.add(e),e=Jf,e!==0?e:Og()):wd()}function OS(){Ll===0&&(Ll=(pt&536870912)===0||Tt?Cc():536870912);var e=zr.current;return e!==null&&(e.flags|=32),Ll}function ln(e,t,l){if(Qh&&console.error("useInsertionEffect must not schedule updates."),_C&&(EE=!0),(e===Pt&&(Ut===td||Ut===nd)||e.cancelPendingCommit!==null)&&(ho(e,0),nu(e,pt,Ll,!1)),Cu(e,l),(_t&Za)!==0&&e===Pt){if(_a)switch(t.tag){case 0:case 11:case 15:e=dt&&te(dt)||"Unknown",T2.has(e)||(T2.add(e),t=te(t)||"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",t,e,e));break;case 1:R2||(console.error("Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state."),R2=!0)}}else cn&&Sl(e,t,l),DS(t),e===Pt&&((_t&Za)===Hl&&(tc|=l),yn===ed&&nu(e,pt,Ll,!1)),ol(e)}function Sn(e,t,l){if((_t&(Za|vu))!==Hl)throw Error("Should not already be working.");var o=!l&&(t&124)===0&&(t&e.expiredLanes)===0||qi(e,t),f=o?Eg(e,t):Np(e,t,!0),p=o;do{if(f===Uo){Xh&&!o&&nu(e,t,0,!1);break}else{if(l=e.current.alternate,p&&!MS(l)){f=Np(e,t,!1),p=!1;continue}if(f===Yh){if(p=t,e.errorRecoveryDisabledLanes&p)var g=0;else g=e.pendingLanes&-536870913,g=g!==0?g:g&536870912?536870912:0;if(g!==0){t=g;e:{f=e;var R=g;g=Y0;var M=f.current.memoizedState.isDehydrated;if(M&&(ho(f,R).flags|=256),R=Np(f,R,!1),R!==Yh){if(CC&&!M){f.errorRecoveryDisabledLanes|=p,tc|=p,f=ed;break e}f=Ka,Ka=g,f!==null&&(Ka===null?Ka=f:Ka.push.apply(Ka,f))}f=R}if(p=!1,f!==Yh)continue}}if(f===L0){ho(e,0),nu(e,t,0,!0);break}e:{switch(o=e,f){case Uo:case L0:throw Error("Root did not complete. This is a bug in React.");case ed:if((t&4194048)!==t)break;case vE:nu(o,t,Ll,!Ws);break e;case Yh:Ka=null;break;case EC:case h2:break;default:throw Error("Unknown root exit status.")}if(ce.actQueue!==null)Lp(o,l,t,Ka,G0,gE,Ll,tc,ad);else{if((t&62914560)===t&&(p=AC+y2-Rr(),10<p)){if(nu(o,t,Ll,!Ws),It(o,0,!0)!==0)break e;o.timeoutHandle=_2(On.bind(null,o,l,Ka,G0,gE,t,Ll,tc,ad,Ws,f,Rj,v_,0),p);break e}On(o,l,Ka,G0,gE,t,Ll,tc,ad,Ws,f,Sj,v_,0)}}}break}while(!0);ol(e)}function On(e,t,l,o,f,p,g,R,M,_,le,de,ee,pe){if(e.timeoutHandle=od,de=t.subtreeFlags,(de&8192||(de&16785408)===16785408)&&(J0={stylesheets:null,count:0,unsuspend:HS},Ku(t),de=LS(),de!==null)){e.cancelPendingCommit=de(Lp.bind(null,e,t,p,l,o,f,g,R,M,le,Ej,ee,pe)),nu(e,p,g,!_);return}Lp(e,t,p,l,o,f,g,R,M)}function MS(e){for(var t=e;;){var l=t.tag;if((l===0||l===11||l===15)&&t.flags&16384&&(l=t.updateQueue,l!==null&&(l=l.stores,l!==null)))for(var o=0;o<l.length;o++){var f=l[o],p=f.getSnapshot;f=f.value;try{if(!Xa(p(),f))return!1}catch{return!1}}if(l=t.child,t.subtreeFlags&16384&&l!==null)l.return=t,t=l;else{if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function nu(e,t,l,o){t&=~xC,t&=~tc,e.suspendedLanes|=t,e.pingedLanes&=~t,o&&(e.warmLanes|=t),o=e.expirationTimes;for(var f=t;0<f;){var p=31-Fn(f),g=1<<p;o[p]=-1,f&=~g}l!==0&&Ad(e,l,t)}function po(){return(_t&(Za|vu))===Hl?(mo(0),!1):!0}function _p(){if(dt!==null){if(Ut===yl)var e=dt.return;else e=dt,Zd(),Ml(e),Bh=null,U0=0,e=dt;for(;e!==null;)rg(e.alternate,e),e=e.return;dt=null}}function ho(e,t){var l=e.timeoutHandle;l!==od&&(e.timeoutHandle=od,Uj(l)),l=e.cancelPendingCommit,l!==null&&(e.cancelPendingCommit=null,l()),_p(),Pt=e,dt=l=Kl(e.current,null),pt=t,Ut=yl,jl=null,Ws=!1,Xh=qi(e,t),CC=!1,yn=Uo,ad=Ll=xC=tc=ec=0,Ka=Y0=null,gE=!1,(t&8)!==0&&(t|=t&32);var o=e.entangledLanes;if(o!==0)for(e=e.entanglements,o&=t;0<o;){var f=31-Fn(o),p=1<<f;t|=e[f],o&=~p}return mi=t,jc(),t=y_(),1e3<t-m_&&(ce.recentlyCreatedOwnerStacks=0,m_=t),mu.discardPendingWarnings(),l}function gf(e,t){Ke=null,ce.H=yE,ce.getCurrentStack=null,_a=!1,Ga=null,t===_0||t===fE?(t=Pv(),Ut=k0):t===E_?(t=Pv(),Ut=m2):Ut=t===r2?TC:t!==null&&typeof t=="object"&&typeof t.then=="function"?Gh:V0,jl=t;var l=dt;if(l===null)yn=L0,vs(e,Ba(t,e.current));else switch(l.mode&ca&&Qr(l),De(),Ut){case V0:qe!==null&&typeof qe.markComponentErrored=="function"&&qe.markComponentErrored(l,t,pt);break;case td:case nd:case k0:case Gh:case P0:qe!==null&&typeof qe.markComponentSuspended=="function"&&qe.markComponentSuspended(l,t,pt)}}function Dp(){var e=ce.H;return ce.H=yE,e===null?yE:e}function Sg(){var e=ce.A;return ce.A=bj,e}function zp(){yn=ed,Ws||(pt&4194048)!==pt&&zr.current!==null||(Xh=!0),(ec&134217727)===0&&(tc&134217727)===0||Pt===null||nu(Pt,pt,Ll,!1)}function Np(e,t,l){var o=_t;_t|=Za;var f=Dp(),p=Sg();if(Pt!==e||pt!==t){if(cn){var g=e.memoizedUpdaters;0<g.size&&(As(e,pt),g.clear()),Qn(e,t)}G0=null,ho(e,t)}Ce(t),t=!1,g=yn;e:do try{if(Ut!==yl&&dt!==null){var R=dt,M=jl;switch(Ut){case TC:_p(),g=vE;break e;case k0:case td:case nd:case Gh:zr.current===null&&(t=!0);var _=Ut;if(Ut=yl,jl=null,Ju(e,R,M,_),l&&Xh){g=Uo;break e}break;default:_=Ut,Ut=yl,jl=null,Ju(e,R,M,_)}}Up(),g=yn;break}catch(le){gf(e,le)}while(!0);return t&&e.shellSuspendCounter++,Zd(),_t=o,ce.H=f,ce.A=p,st(),dt===null&&(Pt=null,pt=0,jc()),g}function Up(){for(;dt!==null;)Tg(dt)}function Eg(e,t){var l=_t;_t|=Za;var o=Dp(),f=Sg();if(Pt!==e||pt!==t){if(cn){var p=e.memoizedUpdaters;0<p.size&&(As(e,pt),p.clear()),Qn(e,t)}G0=null,SE=Rr()+b2,ho(e,t)}else Xh=qi(e,t);Ce(t);e:do try{if(Ut!==yl&&dt!==null)t:switch(t=dt,p=jl,Ut){case V0:Ut=yl,jl=null,Ju(e,t,p,V0);break;case td:case nd:if(kv(p)){Ut=yl,jl=null,Bp(t);break}t=function(){Ut!==td&&Ut!==nd||Pt!==e||(Ut=P0),ol(e)},p.then(t,t);break e;case k0:Ut=P0;break e;case m2:Ut=RC;break e;case P0:kv(p)?(Ut=yl,jl=null,Bp(t)):(Ut=yl,jl=null,Ju(e,t,p,P0));break;case RC:var g=null;switch(dt.tag){case 26:g=dt.memoizedState;case 5:case 27:var R=dt;if(!g||xf(g)){Ut=yl,jl=null;var M=R.sibling;if(M!==null)dt=M;else{var _=R.return;_!==null?(dt=_,Sf(_)):dt=null}break t}break;default:console.error("Unexpected type of fiber triggered a suspensey commit. This is a bug in React.")}Ut=yl,jl=null,Ju(e,t,p,RC);break;case Gh:Ut=yl,jl=null,Ju(e,t,p,Gh);break;case TC:_p(),yn=vE;break e;default:throw Error("Unexpected SuspendedReason. This is a bug in React.")}ce.actQueue!==null?Up():Rg();break}catch(le){gf(e,le)}while(!0);return Zd(),ce.H=o,ce.A=f,_t=l,dt!==null?(qe!==null&&typeof qe.markRenderYielded=="function"&&qe.markRenderYielded(),Uo):(st(),Pt=null,pt=0,jc(),yn)}function Rg(){for(;dt!==null&&!$S();)Tg(dt)}function Tg(e){var t=e.alternate;(e.mode&ca)!==Zt?(Kd(e),t=Be(e,xp,t,e,mi),Qr(e)):t=Be(e,xp,t,e,mi),e.memoizedProps=e.pendingProps,t===null?Sf(e):dt=t}function Bp(e){var t=Be(e,Hp,e);e.memoizedProps=e.pendingProps,t===null?Sf(e):dt=t}function Hp(e){var t=e.alternate,l=(e.mode&ca)!==Zt;switch(l&&Kd(e),e.tag){case 15:case 0:t=eg(t,e,e.pendingProps,e.type,void 0,pt);break;case 11:t=eg(t,e,e.pendingProps,e.type.render,e.ref,pt);break;case 5:Ml(e);default:rg(t,e),e=dt=Ov(e,mi),t=xp(t,e,mi)}return l&&Qr(e),t}function Ju(e,t,l,o){Zd(),Ml(t),Bh=null,U0=0;var f=t.return;try{if(rf(e,f,t,l,pt)){yn=L0,vs(e,Ba(l,e.current)),dt=null;return}}catch(p){if(f!==null)throw dt=f,p;yn=L0,vs(e,Ba(l,e.current)),dt=null;return}t.flags&32768?(Tt||o===V0?e=!0:Xh||(pt&536870912)!==0?e=!1:(Ws=e=!0,(o===td||o===nd||o===k0||o===Gh)&&(o=zr.current,o!==null&&o.tag===13&&(o.flags|=16384))),jp(t,e)):Sf(t)}function Sf(e){var t=e;do{if((t.flags&32768)!==0){jp(t,Ws);return}var l=t.alternate;if(e=t.return,Kd(t),l=Be(t,ES,l,t,mi),(t.mode&ca)!==Zt&&Ii(t),l!==null){dt=l;return}if(t=t.sibling,t!==null){dt=t;return}dt=t=e}while(t!==null);yn===Uo&&(yn=h2)}function jp(e,t){do{var l=RS(e.alternate,e);if(l!==null){l.flags&=32767,dt=l;return}if((e.mode&ca)!==Zt){Ii(e),l=e.actualDuration;for(var o=e.child;o!==null;)l+=o.actualDuration,o=o.sibling;e.actualDuration=l}if(l=e.return,l!==null&&(l.flags|=32768,l.subtreeFlags=0,l.deletions=null),!t&&(e=e.sibling,e!==null)){dt=e;return}dt=e=l}while(e!==null);yn=vE,dt=null}function Lp(e,t,l,o,f,p,g,R,M){e.cancelPendingCommit=null;do Ts();while(da!==ld);if(mu.flushLegacyContextWarning(),mu.flushPendingUnsafeLifecycleWarnings(),(_t&(Za|vu))!==Hl)throw Error("Should not already be working.");if(qe!==null&&typeof qe.markCommitStarted=="function"&&qe.markCommitStarted(l),t===null)Dt();else{if(l===0&&console.error("finishedLanes should not be empty during a commit. This is a bug in React."),t===e.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(p=t.lanes|t.childLanes,p|=eC,sv(e,l,p,g,R,M),e===Pt&&(dt=Pt=null,pt=0),$h=t,ac=e,lc=l,OC=p,MC=f,E2=o,(t.subtreeFlags&10256)!==0||(t.flags&10256)!==0?(e.callbackNode=null,e.callbackPriority=0,wg(ks,function(){return Ef(),null})):(e.callbackNode=null,e.callbackPriority=0),iE=_h(),o=(t.flags&13878)!==0,(t.subtreeFlags&13878)!==0||o){o=ce.T,ce.T=null,f=$e.p,$e.p=Pn,g=_t,_t|=vu;try{Op(e,t,l)}finally{_t=g,$e.p=f,ce.T=o}}da=v2,dr(),Vp(),qS()}}function dr(){if(da===v2){da=ld;var e=ac,t=$h,l=lc,o=(t.flags&13878)!==0;if((t.subtreeFlags&13878)!==0||o){o=ce.T,ce.T=null;var f=$e.p;$e.p=Pn;var p=_t;_t|=vu;try{kh=l,Ph=e,mg(t,e),Ph=kh=null,l=VC;var g=iS(e.containerInfo),R=l.focusedElem,M=l.selectionRange;if(g!==R&&R&&R.ownerDocument&&uS(R.ownerDocument.documentElement,R)){if(M!==null&&Cv(R)){var _=M.start,le=M.end;if(le===void 0&&(le=_),"selectionStart"in R)R.selectionStart=_,R.selectionEnd=Math.min(le,R.value.length);else{var de=R.ownerDocument||document,ee=de&&de.defaultView||window;if(ee.getSelection){var pe=ee.getSelection(),He=R.textContent.length,Qe=Math.min(M.start,He),Yt=M.end===void 0?Qe:Math.min(M.end,He);!pe.extend&&Qe>Yt&&(g=Yt,Yt=Qe,Qe=g);var mt=Tv(R,Qe),L=Tv(R,Yt);if(mt&&L&&(pe.rangeCount!==1||pe.anchorNode!==mt.node||pe.anchorOffset!==mt.offset||pe.focusNode!==L.node||pe.focusOffset!==L.offset)){var V=de.createRange();V.setStart(mt.node,mt.offset),pe.removeAllRanges(),Qe>Yt?(pe.addRange(V),pe.extend(L.node,L.offset)):(V.setEnd(L.node,L.offset),pe.addRange(V))}}}}for(de=[],pe=R;pe=pe.parentNode;)pe.nodeType===1&&de.push({element:pe,left:pe.scrollLeft,top:pe.scrollTop});for(typeof R.focus=="function"&&R.focus(),R=0;R<de.length;R++){var Y=de[R];Y.element.scrollLeft=Y.left,Y.element.scrollTop=Y.top}}BE=!!LC,VC=LC=null}finally{_t=p,$e.p=f,ce.T=o}}e.current=t,da=g2}}function Vp(){if(da===g2){da=ld;var e=ac,t=$h,l=lc,o=(t.flags&8772)!==0;if((t.subtreeFlags&8772)!==0||o){o=ce.T,ce.T=null;var f=$e.p;$e.p=Pn;var p=_t;_t|=vu;try{qe!==null&&typeof qe.markLayoutEffectsStarted=="function"&&qe.markLayoutEffectsStarted(l),kh=l,Ph=e,pg(e,t.alternate,t),Ph=kh=null,qe!==null&&typeof qe.markLayoutEffectsStopped=="function"&&qe.markLayoutEffectsStopped()}finally{_t=p,$e.p=f,ce.T=o}}da=S2}}function qS(){if(da===Tj||da===S2){da=ld,YT();var e=ac,t=$h,l=lc,o=E2,f=(t.subtreeFlags&10256)!==0||(t.flags&10256)!==0;f?da=wC:(da=ld,$h=ac=null,pr(e,e.pendingLanes),rd=0,$0=null);var p=e.pendingLanes;if(p===0&&(nc=null),f||xs(e),f=Ac(l),t=t.stateNode,kn&&typeof kn.onCommitFiberRoot=="function")try{var g=(t.current.flags&128)===128;switch(f){case Pn:var R=sh;break;case Bl:R=Hf;break;case fu:R=ks;break;case ph:R=jf;break;default:R=ks}kn.onCommitFiberRoot(ui,t,R,g)}catch(de){Ma||(Ma=!0,console.error("React instrumentation encountered an error: %s",de))}if(cn&&e.memoizedUpdaters.clear(),vg(),o!==null){g=ce.T,R=$e.p,$e.p=Pn,ce.T=null;try{var M=e.onRecoverableError;for(t=0;t<o.length;t++){var _=o[t],le=_S(_.stack);Be(_.source,M,_.value,le)}}finally{ce.T=g,$e.p=R}}(lc&3)!==0&&Ts(),ol(e),p=e.pendingLanes,(l&4194090)!==0&&(p&42)!==0?(sE=!0,e===qC?X0++:(X0=0,qC=e)):X0=0,mo(0),Dt()}}function _S(e){return e={componentStack:e},Object.defineProperty(e,"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.')}}),e}function pr(e,t){(e.pooledCacheLanes&=t)===0&&(t=e.pooledCache,t!=null&&(e.pooledCache=null,Il(t)))}function Ts(e){return dr(),Vp(),qS(),Ef()}function Ef(){if(da!==wC)return!1;var e=ac,t=OC;OC=0;var l=Ac(lc),o=fu>l?fu:l;l=ce.T;var f=$e.p;try{$e.p=o,ce.T=null,o=MC,MC=null;var p=ac,g=lc;if(da=ld,$h=ac=null,lc=0,(_t&(Za|vu))!==Hl)throw Error("Cannot flush passive effects while already rendering.");_C=!0,EE=!1,qe!==null&&typeof qe.markPassiveEffectsStarted=="function"&&qe.markPassiveEffectsStarted(g);var R=_t;if(_t|=vu,yg(p.current),mf(p,p.current,g,o),qe!==null&&typeof qe.markPassiveEffectsStopped=="function"&&qe.markPassiveEffectsStopped(),xs(p),_t=R,mo(0,!1),EE?p===$0?rd++:(rd=0,$0=p):rd=0,EE=_C=!1,kn&&typeof kn.onPostCommitFiberRoot=="function")try{kn.onPostCommitFiberRoot(ui,p)}catch(_){Ma||(Ma=!0,console.error("React instrumentation encountered an error: %s",_))}var M=p.current.stateNode;return M.effectDuration=0,M.passiveEffectDuration=0,!0}finally{$e.p=f,ce.T=l,pr(e,t)}}function Cs(e,t,l){t=Ba(l,t),t=Kn(e.stateNode,t,2),e=wl(e,t,2),e!==null&&(Cu(e,2),ol(e))}function Pe(e,t,l){if(Qh=!1,e.tag===3)Cs(e,e,l);else{for(;t!==null;){if(t.tag===3){Cs(t,e,l);return}if(t.tag===1){var o=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof o.componentDidCatch=="function"&&(nc===null||!nc.has(o))){e=Ba(l,e),l=an(2),o=wl(t,l,2),o!==null&&(lf(l,o,t,e),Cu(o,2),ol(o));return}}t=t.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.
|
|
493
|
+
|
|
494
|
+
Error message:
|
|
495
|
+
|
|
496
|
+
%s`,l)}}function Cg(e,t,l){var o=e.pingCache;if(o===null){o=e.pingCache=new gj;var f=new Set;o.set(t,f)}else f=o.get(t),f===void 0&&(f=new Set,o.set(t,f));f.has(l)||(CC=!0,f.add(l),o=BT.bind(null,e,t,l),cn&&As(e,l),t.then(o,o))}function BT(e,t,l){var o=e.pingCache;o!==null&&o.delete(t),e.pingedLanes|=e.suspendedLanes&l,e.warmLanes&=~l,gg()&&ce.actQueue===null&&console.error(`A suspended resource finished loading inside a test, but the event was not wrapped in act(...).
|
|
497
|
+
|
|
498
|
+
When testing, code that resolves suspended data should be wrapped into act(...):
|
|
499
|
+
|
|
500
|
+
act(() => {
|
|
501
|
+
/* finish loading suspended data */
|
|
502
|
+
});
|
|
503
|
+
/* assert on the output */
|
|
504
|
+
|
|
505
|
+
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`),Pt===e&&(pt&l)===l&&(yn===ed||yn===EC&&(pt&62914560)===pt&&Rr()-AC<y2?(_t&Za)===Hl&&ho(e,0):xC|=l,ad===pt&&(ad=0)),ol(e)}function xg(e,t){t===0&&(t=_i()),e=va(e,t),e!==null&&(Cu(e,t),ol(e))}function Rf(e){var t=e.memoizedState,l=0;t!==null&&(l=t.retryLane),xg(e,l)}function Iu(e,t){var l=0;switch(e.tag){case 13:var o=e.stateNode,f=e.memoizedState;f!==null&&(l=f.retryLane);break;case 19:o=e.stateNode;break;case 22:o=e.stateNode._retryCache;break;default:throw Error("Pinged unknown suspense boundary type. This is probably a bug in React.")}o!==null&&o.delete(t),xg(e,l)}function kp(e,t,l){if((t.subtreeFlags&67117056)!==0)for(t=t.child;t!==null;){var o=e,f=t,p=f.type===Bs;p=l||p,f.tag!==22?f.flags&67108864?p&&Be(f,Ag,o,f,(f.mode&d_)===Zt):kp(o,f,p):f.memoizedState===null&&(p&&f.flags&8192?Be(f,Ag,o,f):f.subtreeFlags&67108864&&Be(f,kp,o,f,p)),t=t.sibling}}function Ag(e,t){var l=2<arguments.length&&arguments[2]!==void 0?arguments[2]:!0;Xe(!0);try{Va(t),l&&vf(t),tu(e,t.alternate,t,!1),l&&qp(e,t,0,null,!1,0)}finally{Xe(!1)}}function xs(e){var t=!0;e.current.mode&(Da|hu)||(t=!1),kp(e,e.current,t)}function Nl(e){if((_t&Za)===Hl){var t=e.tag;if(t===3||t===1||t===0||t===11||t===14||t===15){if(t=te(e)||"ReactComponent",RE!==null){if(RE.has(t))return;RE.add(t)}else RE=new Set([t]);Be(e,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 later calls tries to update the component. Move this work to useEffect instead.")})}}}function As(e,t){cn&&e.memoizedUpdaters.forEach(function(l){Sl(e,l,t)})}function wg(e,t){var l=ce.actQueue;return l!==null?(l.push(t),Aj):oh(e,t)}function DS(e){gg()&&ce.actQueue===null&&Be(e,function(){console.error(`An update to %s inside a test was not wrapped in act(...).
|
|
506
|
+
|
|
507
|
+
When testing, code that causes React state updates should be wrapped into act(...):
|
|
508
|
+
|
|
509
|
+
act(() => {
|
|
510
|
+
/* fire events that update state */
|
|
511
|
+
});
|
|
512
|
+
/* assert on the output */
|
|
513
|
+
|
|
514
|
+
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(e))})}function ol(e){e!==Zh&&e.next===null&&(Zh===null?TE=Zh=e:Zh=Zh.next=e),CE=!0,ce.actQueue!==null?zC||(zC=!0,En()):DC||(DC=!0,En())}function mo(e,t){if(!NC&&CE){NC=!0;do for(var l=!1,o=TE;o!==null;){if(e!==0){var f=o.pendingLanes;if(f===0)var p=0;else{var g=o.suspendedLanes,R=o.pingedLanes;p=(1<<31-Fn(42|e)+1)-1,p&=f&~(g&~R),p=p&201326741?p&201326741|1:p?p|2:0}p!==0&&(l=!0,Gp(o,p))}else p=pt,p=It(o,o===Pt?p:0,o.cancelPendingCommit!==null||o.timeoutHandle!==od),(p&3)===0||qi(o,p)||(l=!0,Gp(o,p));o=o.next}while(l);NC=!1}}function Pp(){Yp()}function Yp(){CE=zC=DC=!1;var e=0;ud!==0&&(ws()&&(e=ud),ud=0);for(var t=Rr(),l=null,o=TE;o!==null;){var f=o.next,p=hr(o,t);p===0?(o.next=null,l===null?TE=f:l.next=f,f===null&&(Zh=l)):(l=o,(e!==0||(p&3)!==0)&&(CE=!0)),o=f}mo(e)}function hr(e,t){for(var l=e.suspendedLanes,o=e.pingedLanes,f=e.expirationTimes,p=e.pendingLanes&-62914561;0<p;){var g=31-Fn(p),R=1<<g,M=f[g];M===-1?((R&l)===0||(R&o)!==0)&&(f[g]=xd(R,t)):M<=t&&(e.expiredLanes|=R),p&=~R}if(t=Pt,l=pt,l=It(e,e===t?l:0,e.cancelPendingCommit!==null||e.timeoutHandle!==od),o=e.callbackNode,l===0||e===t&&(Ut===td||Ut===nd)||e.cancelPendingCommit!==null)return o!==null&&Xp(o),e.callbackNode=null,e.callbackPriority=0;if((l&3)===0||qi(e,l)){if(t=l&-l,t!==e.callbackPriority||ce.actQueue!==null&&o!==UC)Xp(o);else return t;switch(Ac(l)){case Pn:case Bl:l=Hf;break;case fu:l=ks;break;case ph:l=jf;break;default:l=ks}return o=rn.bind(null,e),ce.actQueue!==null?(ce.actQueue.push(o),l=UC):l=oh(l,o),e.callbackPriority=t,e.callbackNode=l,t}return o!==null&&Xp(o),e.callbackPriority=2,e.callbackNode=null,2}function rn(e,t){if(sE=oE=!1,da!==ld&&da!==wC)return e.callbackNode=null,e.callbackPriority=0,null;var l=e.callbackNode;if(Ts()&&e.callbackNode!==l)return null;var o=pt;return o=It(e,e===Pt?o:0,e.cancelPendingCommit!==null||e.timeoutHandle!==od),o===0?null:(Sn(e,o,t),hr(e,Rr()),e.callbackNode!=null&&e.callbackNode===l?rn.bind(null,e):null)}function Gp(e,t){if(Ts())return null;oE=sE,sE=!1,Sn(e,t,!0)}function Xp(e){e!==UC&&e!==null&&PT(e)}function En(){ce.actQueue!==null&&ce.actQueue.push(function(){return Yp(),null}),Bj(function(){(_t&(Za|vu))!==Hl?oh(sh,Pp):Yp()})}function Og(){return ud===0&&(ud=Cc()),ud}function Mg(e){return e==null||typeof e=="symbol"||typeof e=="boolean"?null:typeof e=="function"?e:(Oe(e,"action"),es(""+e))}function qg(e,t){var l=t.ownerDocument.createElement("input");return l.name=t.name,l.value=t.value,e.id&&l.setAttribute("form",e.id),t.parentNode.insertBefore(l,t),e=new FormData(e),l.parentNode.removeChild(l),e}function $t(e,t,l,o,f){if(t==="submit"&&l&&l.stateNode===f){var p=Mg((f[qa]||null).action),g=o.submitter;g&&(t=(t=g[qa]||null)?Mg(t.formAction):g.getAttribute("formAction"),t!==null&&(p=t,g=null));var R=new ke("action","action",null,o,f);e.push({event:R,listeners:[{instance:null,listener:function(){if(o.defaultPrevented){if(ud!==0){var M=g?qg(f,g):new FormData(f),_={pending:!0,data:M,method:f.method,action:p};Object.freeze(_),to(l,_,null,M)}}else typeof p=="function"&&(R.preventDefault(),M=g?qg(f,g):new FormData(f),_={pending:!0,data:M,method:f.method,action:p},Object.freeze(_),to(l,_,p,M))},currentTarget:f}]})}}function Hn(e,t,l){e.currentTarget=l;try{t(e)}catch(o){yC(o)}e.currentTarget=null}function mr(e,t){t=(t&4)!==0;for(var l=0;l<e.length;l++){var o=e[l];e:{var f=void 0,p=o.event;if(o=o.listeners,t)for(var g=o.length-1;0<=g;g--){var R=o[g],M=R.instance,_=R.currentTarget;if(R=R.listener,M!==f&&p.isPropagationStopped())break e;M!==null?Be(M,Hn,p,R,_):Hn(p,R,_),f=M}else for(g=0;g<o.length;g++){if(R=o[g],M=R.instance,_=R.currentTarget,R=R.listener,M!==f&&p.isPropagationStopped())break e;M!==null?Be(M,Hn,p,R,_):Hn(p,R,_),f=M}}}}function it(e,t){BC.has(e)||console.error('Did not expect a listenToNonDelegatedEvent() call for "%s". This is a bug in React. Please file an issue.',e);var l=t[a0];l===void 0&&(l=t[a0]=new Set);var o=e+"__bubble";l.has(o)||(Qp(t,e,2,!1),l.add(o))}function $p(e,t,l){BC.has(e)&&!t&&console.error('Did not expect a listenToNativeEvent() call for "%s" in the bubble phase. This is a bug in React. Please file an issue.',e);var o=0;t&&(o|=4),Qp(l,e,o,t)}function _g(e){if(!e[xE]){e[xE]=!0,ZS.forEach(function(l){l!=="selectionchange"&&(BC.has(l)||$p(l,!1,e),$p(l,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[xE]||(t[xE]=!0,$p("selectionchange",!1,t))}}function Qp(e,t,l,o){switch(lh(t)){case Pn:var f=LT;break;case Bl:f=ah;break;default:f=ti}l=f.bind(null,t,l,e),f=void 0,!W||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(f=!0),o?f!==void 0?e.addEventListener(t,l,{capture:!0,passive:f}):e.addEventListener(t,l,!0):f!==void 0?e.addEventListener(t,l,{passive:f}):e.addEventListener(t,l,!1)}function ua(e,t,l,o,f){var p=o;if((t&1)===0&&(t&2)===0&&o!==null)e:for(;;){if(o===null)return;var g=o.tag;if(g===3||g===4){var R=o.stateNode.containerInfo;if(R===f)break;if(g===4)for(g=o.return;g!==null;){var M=g.tag;if((M===3||M===4)&&g.stateNode.containerInfo===f)return;g=g.return}for(;R!==null;){if(g=El(R),g===null)return;if(M=g.tag,M===5||M===6||M===26||M===27){o=p=g;continue e}R=R.parentNode}}o=o.return}jd(function(){var _=p,le=ki(l),de=[];e:{var ee=f_.get(e);if(ee!==void 0){var pe=ke,He=e;switch(e){case"keypress":if(ts(l)===0)break e;case"keydown":case"keyup":pe=YH;break;case"focusin":He="focus",pe=vt;break;case"focusout":He="blur",pe=vt;break;case"beforeblur":case"afterblur":pe=vt;break;case"click":if(l.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":pe=rt;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":pe=Ye;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":pe=$H;break;case i_:case o_:case s_:pe=QT;break;case c_:pe=ZH;break;case"scroll":case"scrollend":pe=Z;break;case"wheel":pe=JH;break;case"copy":case"cut":case"paste":pe=BH;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":pe=Wq;break;case"toggle":case"beforetoggle":pe=FH}var Qe=(t&4)!==0,Yt=!Qe&&(e==="scroll"||e==="scrollend"),mt=Qe?ee!==null?ee+"Capture":null:ee;Qe=[];for(var L=_,V;L!==null;){var Y=L;if(V=Y.stateNode,Y=Y.tag,Y!==5&&Y!==26&&Y!==27||V===null||mt===null||(Y=Yr(L,mt),Y!=null&&Qe.push(ia(L,Y,V))),Yt)break;L=L.return}0<Qe.length&&(ee=new pe(ee,He,null,l,le),de.push({event:ee,listeners:Qe}))}}if((t&7)===0){e:{if(ee=e==="mouseover"||e==="pointerover",pe=e==="mouseout"||e==="pointerout",ee&&l!==h&&(He=l.relatedTarget||l.fromElement)&&(El(He)||He[oi]))break e;if((pe||ee)&&(ee=le.window===le?le:(ee=le.ownerDocument)?ee.defaultView||ee.parentWindow:window,pe?(He=l.relatedTarget||l.toElement,pe=_,He=He?El(He):null,He!==null&&(Yt=q(He),Qe=He.tag,He!==Yt||Qe!==5&&Qe!==27&&Qe!==6)&&(He=null)):(pe=null,He=_),pe!==He)){if(Qe=rt,Y="onMouseLeave",mt="onMouseEnter",L="mouse",(e==="pointerout"||e==="pointerover")&&(Qe=Wq,Y="onPointerLeave",mt="onPointerEnter",L="pointer"),Yt=pe==null?ee:Gl(pe),V=He==null?ee:Gl(He),ee=new Qe(Y,L+"leave",pe,l,le),ee.target=Yt,ee.relatedTarget=V,Y=null,El(le)===_&&(Qe=new Qe(mt,L+"enter",He,l,le),Qe.target=V,Qe.relatedTarget=Yt,Y=Qe),Yt=Y,pe&&He)t:{for(Qe=pe,mt=He,L=0,V=Qe;V;V=Mn(V))L++;for(V=0,Y=mt;Y;Y=Mn(Y))V++;for(;0<L-V;)Qe=Mn(Qe),L--;for(;0<V-L;)mt=Mn(mt),V--;for(;L--;){if(Qe===mt||mt!==null&&Qe===mt.alternate)break t;Qe=Mn(Qe),mt=Mn(mt)}Qe=null}else Qe=null;pe!==null&&Dg(de,ee,pe,Qe,!1),He!==null&&Yt!==null&&Dg(de,Yt,He,Qe,!0)}}e:{if(ee=_?Gl(_):window,pe=ee.nodeName&&ee.nodeName.toLowerCase(),pe==="select"||pe==="input"&&ee.type==="file")var he=Ev;else if(nS(ee))if(r_)he=DT;else{he=Rv;var Me=qT}else pe=ee.nodeName,!pe||pe.toLowerCase()!=="input"||ee.type!=="checkbox"&&ee.type!=="radio"?_&&Vi(_.elementType)&&(he=Ev):he=_T;if(he&&(he=he(e,_))){Pd(de,he,l,le);break e}Me&&Me(e,ee,_),e==="focusout"&&_&&ee.type==="number"&&_.memoizedProps.value!=null&&Dd(ee,"number",ee.value)}switch(Me=_?Gl(_):window,e){case"focusin":(nS(Me)||Me.contentEditable==="true")&&(Th=Me,KT=_,T0=null);break;case"focusout":T0=KT=Th=null;break;case"mousedown":JT=!0;break;case"contextmenu":case"mouseup":case"dragend":JT=!1,oS(de,l,le);break;case"selectionchange":if(nj)break;case"keydown":case"keyup":oS(de,l,le)}var We;if(ZT)e:{switch(e){case"compositionstart":var je="onCompositionStart";break e;case"compositionend":je="onCompositionEnd";break e;case"compositionupdate":je="onCompositionUpdate";break e}je=void 0}else Rh?ra(e,l)&&(je="onCompositionEnd"):e==="keydown"&&l.keyCode===e_&&(je="onCompositionStart");je&&(t_&&l.locale!=="ko"&&(Rh||je!=="onCompositionStart"?je==="onCompositionEnd"&&Rh&&(We=Gr()):(ve=le,ae="value"in ve?ve.value:ve.textContent,Rh=!0)),Me=Tf(_,je),0<Me.length&&(je=new Fq(je,e,null,l,le),de.push({event:je,listeners:Me}),We?je.data=We:(We=_u(l),We!==null&&(je.data=We)))),(We=ej?kd(e,l):Uc(e,l))&&(je=Tf(_,"onBeforeInput"),0<je.length&&(Me=new jH("onBeforeInput","beforeinput",null,l,le),de.push({event:Me,listeners:je}),Me.data=We)),$t(de,e,_,l,le)}mr(de,t)})}function ia(e,t,l){return{instance:e,listener:t,currentTarget:l}}function Tf(e,t){for(var l=t+"Capture",o=[];e!==null;){var f=e,p=f.stateNode;if(f=f.tag,f!==5&&f!==26&&f!==27||p===null||(f=Yr(e,l),f!=null&&o.unshift(ia(e,f,p)),f=Yr(e,t),f!=null&&o.push(ia(e,f,p))),e.tag===3)return o;e=e.return}return[]}function Mn(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5&&e.tag!==27);return e||null}function Dg(e,t,l,o,f){for(var p=t._reactName,g=[];l!==null&&l!==o;){var R=l,M=R.alternate,_=R.stateNode;if(R=R.tag,M!==null&&M===o)break;R!==5&&R!==26&&R!==27||_===null||(M=_,f?(_=Yr(l,p),_!=null&&g.unshift(ia(l,_,M))):f||(_=Yr(l,p),_!=null&&g.push(ia(l,_,M)))),l=l.return}g.length!==0&&e.push({event:t,listeners:g})}function yr(e,t){Wo(e,t),e!=="input"&&e!=="textarea"&&e!=="select"||t==null||t.value!==null||g0||(g0=!0,e==="select"&&t.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.",e):console.error("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",e));var l={registrationNameDependencies:pl,possibleRegistrationNames:Co};Vi(e)||typeof t.is=="string"||vv(e,t,l),t.contentEditable&&!t.suppressContentEditableWarning&&t.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 Qt(e,t,l,o){t!==l&&(l=jn(l),jn(t)!==l&&(o[e]=t))}function Fu(e,t,l){t.forEach(function(o){l[Ng(o)]=o==="style"?bo(e):e.getAttribute(o)})}function sl(e,t){t===!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.",e,e,e):console.error("Expected `%s` listener to be a function, instead got a value of `%s` type.",e,typeof t)}function Zp(e,t){return e=e.namespaceURI===Xf||e.namespaceURI===Zs?e.ownerDocument.createElementNS(e.namespaceURI,e.tagName):e.ownerDocument.createElement(e.tagName),e.innerHTML=t,e.innerHTML}function jn(e){return oe(e)&&(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.",Ue(e)),_e(e)),(typeof e=="string"?e:""+e).replace(wj,`
|
|
515
|
+
`).replace(Oj,"")}function zg(e,t){return t=jn(t),jn(e)===t}function au(){}function Et(e,t,l,o,f,p){switch(l){case"children":typeof o=="string"?(zc(o,t,!1),t==="body"||t==="textarea"&&o===""||Li(e,o)):(typeof o=="number"||typeof o=="bigint")&&(zc(""+o,t,!1),t!=="body"&&Li(e,""+o));break;case"className":zi(e,"class",o);break;case"tabIndex":zi(e,"tabindex",o);break;case"dir":case"role":case"viewBox":case"width":case"height":zi(e,l,o);break;case"style":Nc(e,o,p);break;case"data":if(t!=="object"){zi(e,"data",o);break}case"src":case"href":if(o===""&&(t!=="a"||l!=="href")){console.error(l==="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.',l,l),e.removeAttribute(l);break}if(o==null||typeof o=="function"||typeof o=="symbol"||typeof o=="boolean"){e.removeAttribute(l);break}Oe(o,l),o=es(""+o),e.setAttribute(l,o);break;case"action":case"formAction":if(o!=null&&(t==="form"?l==="formAction"?console.error("You can only pass the formAction prop to <input> or <button>. Use the action prop on <form>."):typeof o=="function"&&(f.encType==null&&f.method==null||OE||(OE=!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.")),f.target==null||wE||(wE=!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."))):t==="input"||t==="button"?l==="action"?console.error("You can only pass the action prop to <form>. Use the formAction prop on <input> or <button>."):t!=="input"||f.type==="submit"||f.type==="image"||AE?t!=="button"||f.type==null||f.type==="submit"||AE?typeof o=="function"&&(f.name==null||A2||(A2=!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.')),f.formEncType==null&&f.formMethod==null||OE||(OE=!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.")),f.formTarget==null||wE||(wE=!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."))):(AE=!0,console.error('A button can only specify a formAction along with type="submit" or no type.')):(AE=!0,console.error('An input can only specify a formAction along with type="submit" or type="image".')):console.error(l==="action"?"You can only pass the action prop to <form>.":"You can only pass the formAction prop to <input> or <button>.")),typeof o=="function"){e.setAttribute(l,"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 p=="function"&&(l==="formAction"?(t!=="input"&&Et(e,t,"name",f.name,f,null),Et(e,t,"formEncType",f.formEncType,f,null),Et(e,t,"formMethod",f.formMethod,f,null),Et(e,t,"formTarget",f.formTarget,f,null)):(Et(e,t,"encType",f.encType,f,null),Et(e,t,"method",f.method,f,null),Et(e,t,"target",f.target,f,null)));if(o==null||typeof o=="symbol"||typeof o=="boolean"){e.removeAttribute(l);break}Oe(o,l),o=es(""+o),e.setAttribute(l,o);break;case"onClick":o!=null&&(typeof o!="function"&&sl(l,o),e.onclick=au);break;case"onScroll":o!=null&&(typeof o!="function"&&sl(l,o),it("scroll",e));break;case"onScrollEnd":o!=null&&(typeof o!="function"&&sl(l,o),it("scrollend",e));break;case"dangerouslySetInnerHTML":if(o!=null){if(typeof o!="object"||!("__html"in o))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");if(l=o.__html,l!=null){if(f.children!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");e.innerHTML=l}}break;case"multiple":e.multiple=o&&typeof o!="function"&&typeof o!="symbol";break;case"muted":e.muted=o&&typeof o!="function"&&typeof o!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(o==null||typeof o=="function"||typeof o=="boolean"||typeof o=="symbol"){e.removeAttribute("xlink:href");break}Oe(o,l),l=es(""+o),e.setAttributeNS(id,"xlink:href",l);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":o!=null&&typeof o!="function"&&typeof o!="symbol"?(Oe(o,l),e.setAttribute(l,""+o)):e.removeAttribute(l);break;case"inert":o!==""||ME[l]||(ME[l]=!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.",l));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":o&&typeof o!="function"&&typeof o!="symbol"?e.setAttribute(l,""):e.removeAttribute(l);break;case"capture":case"download":o===!0?e.setAttribute(l,""):o!==!1&&o!=null&&typeof o!="function"&&typeof o!="symbol"?(Oe(o,l),e.setAttribute(l,o)):e.removeAttribute(l);break;case"cols":case"rows":case"size":case"span":o!=null&&typeof o!="function"&&typeof o!="symbol"&&!isNaN(o)&&1<=o?(Oe(o,l),e.setAttribute(l,o)):e.removeAttribute(l);break;case"rowSpan":case"start":o==null||typeof o=="function"||typeof o=="symbol"||isNaN(o)?e.removeAttribute(l):(Oe(o,l),e.setAttribute(l,o));break;case"popover":it("beforetoggle",e),it("toggle",e),Di(e,"popover",o);break;case"xlinkActuate":Na(e,id,"xlink:actuate",o);break;case"xlinkArcrole":Na(e,id,"xlink:arcrole",o);break;case"xlinkRole":Na(e,id,"xlink:role",o);break;case"xlinkShow":Na(e,id,"xlink:show",o);break;case"xlinkTitle":Na(e,id,"xlink:title",o);break;case"xlinkType":Na(e,id,"xlink:type",o);break;case"xmlBase":Na(e,HC,"xml:base",o);break;case"xmlLang":Na(e,HC,"xml:lang",o);break;case"xmlSpace":Na(e,HC,"xml:space",o);break;case"is":p!=null&&console.error('Cannot update the "is" prop after it has been initialized.'),Di(e,"is",o);break;case"innerText":case"textContent":break;case"popoverTarget":w2||o==null||typeof o!="object"||(w2=!0,console.error("The `popoverTarget` prop expects the ID of an Element as a string. Received %s instead.",o));default:!(2<l.length)||l[0]!=="o"&&l[0]!=="O"||l[1]!=="n"&&l[1]!=="N"?(l=Hd(l),Di(e,l,o)):pl.hasOwnProperty(l)&&o!=null&&typeof o!="function"&&sl(l,o)}}function yo(e,t,l,o,f,p){switch(l){case"style":Nc(e,o,p);break;case"dangerouslySetInnerHTML":if(o!=null){if(typeof o!="object"||!("__html"in o))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");if(l=o.__html,l!=null){if(f.children!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");e.innerHTML=l}}break;case"children":typeof o=="string"?Li(e,o):(typeof o=="number"||typeof o=="bigint")&&Li(e,""+o);break;case"onScroll":o!=null&&(typeof o!="function"&&sl(l,o),it("scroll",e));break;case"onScrollEnd":o!=null&&(typeof o!="function"&&sl(l,o),it("scrollend",e));break;case"onClick":o!=null&&(typeof o!="function"&&sl(l,o),e.onclick=au);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(pl.hasOwnProperty(l))o!=null&&typeof o!="function"&&sl(l,o);else e:{if(l[0]==="o"&&l[1]==="n"&&(f=l.endsWith("Capture"),t=l.slice(2,f?l.length-7:void 0),p=e[qa]||null,p=p!=null?p[l]:null,typeof p=="function"&&e.removeEventListener(t,p,f),typeof o=="function")){typeof p!="function"&&p!==null&&(l in e?e[l]=null:e.hasAttribute(l)&&e.removeAttribute(l)),e.addEventListener(t,o,f);break e}l in e?e[l]=o:o===!0?e.setAttribute(l,""):Di(e,l,o)}}}function un(e,t,l){switch(yr(t,l),t){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":it("error",e),it("load",e);var o=!1,f=!1,p;for(p in l)if(l.hasOwnProperty(p)){var g=l[p];if(g!=null)switch(p){case"src":o=!0;break;case"srcSet":f=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:Et(e,t,p,g,l,null)}}f&&Et(e,t,"srcSet",l.srcSet,l,null),o&&Et(e,t,"src",l.src,l,null);return;case"input":$l("input",l),it("invalid",e);var R=p=g=f=null,M=null,_=null;for(o in l)if(l.hasOwnProperty(o)){var le=l[o];if(le!=null)switch(o){case"name":f=le;break;case"type":g=le;break;case"checked":M=le;break;case"defaultChecked":_=le;break;case"value":p=le;break;case"defaultValue":R=le;break;case"children":case"dangerouslySetInnerHTML":if(le!=null)throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");break;default:Et(e,t,o,le,l,null)}}wu(e,l),I1(e,p,R,M,_,g,f,!1),kr(e);return;case"select":$l("select",l),it("invalid",e),o=g=p=null;for(f in l)if(l.hasOwnProperty(f)&&(R=l[f],R!=null))switch(f){case"value":p=R;break;case"defaultValue":g=R;break;case"multiple":o=R;default:Et(e,t,f,R,l,null)}qc(e,l),t=p,l=g,e.multiple=!!o,t!=null?Pr(e,!!o,t,!1):l!=null&&Pr(e,!!o,l,!0);return;case"textarea":$l("textarea",l),it("invalid",e),p=f=o=null;for(g in l)if(l.hasOwnProperty(g)&&(R=l[g],R!=null))switch(g){case"value":o=R;break;case"defaultValue":f=R;break;case"children":p=R;break;case"dangerouslySetInnerHTML":if(R!=null)throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");break;default:Et(e,t,g,R,l,null)}Ql(e,l),pv(e,o,f,p),kr(e);return;case"option":dv(e,l);for(M in l)if(l.hasOwnProperty(M)&&(o=l[M],o!=null))switch(M){case"selected":e.selected=o&&typeof o!="function"&&typeof o!="symbol";break;default:Et(e,t,M,o,l,null)}return;case"dialog":it("beforetoggle",e),it("toggle",e),it("cancel",e),it("close",e);break;case"iframe":case"object":it("load",e);break;case"video":case"audio":for(o=0;o<Q0.length;o++)it(Q0[o],e);break;case"image":it("error",e),it("load",e);break;case"details":it("toggle",e);break;case"embed":case"source":case"link":it("error",e),it("load",e);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(_ in l)if(l.hasOwnProperty(_)&&(o=l[_],o!=null))switch(_){case"children":case"dangerouslySetInnerHTML":throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:Et(e,t,_,o,l,null)}return;default:if(Vi(t)){for(le in l)l.hasOwnProperty(le)&&(o=l[le],o!==void 0&&yo(e,t,le,o,l,void 0));return}}for(R in l)l.hasOwnProperty(R)&&(o=l[R],o!=null&&Et(e,t,R,o,l,null))}function zS(e,t,l,o){switch(yr(t,o),t){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var f=null,p=null,g=null,R=null,M=null,_=null,le=null;for(pe in l){var de=l[pe];if(l.hasOwnProperty(pe)&&de!=null)switch(pe){case"checked":break;case"value":break;case"defaultValue":M=de;default:o.hasOwnProperty(pe)||Et(e,t,pe,null,o,de)}}for(var ee in o){var pe=o[ee];if(de=l[ee],o.hasOwnProperty(ee)&&(pe!=null||de!=null))switch(ee){case"type":p=pe;break;case"name":f=pe;break;case"checked":_=pe;break;case"defaultChecked":le=pe;break;case"value":g=pe;break;case"defaultValue":R=pe;break;case"children":case"dangerouslySetInnerHTML":if(pe!=null)throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");break;default:pe!==de&&Et(e,t,ee,pe,o,de)}}t=l.type==="checkbox"||l.type==="radio"?l.checked!=null:l.value!=null,o=o.type==="checkbox"||o.type==="radio"?o.checked!=null:o.value!=null,t||!o||x2||(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"),x2=!0),!t||o||C2||(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"),C2=!0),Ou(e,g,R,M,_,le,p,f);return;case"select":pe=g=R=ee=null;for(p in l)if(M=l[p],l.hasOwnProperty(p)&&M!=null)switch(p){case"value":break;case"multiple":pe=M;default:o.hasOwnProperty(p)||Et(e,t,p,null,o,M)}for(f in o)if(p=o[f],M=l[f],o.hasOwnProperty(f)&&(p!=null||M!=null))switch(f){case"value":ee=p;break;case"defaultValue":R=p;break;case"multiple":g=p;default:p!==M&&Et(e,t,f,p,o,M)}o=R,t=g,l=pe,ee!=null?Pr(e,!!t,ee,!1):!!l!=!!t&&(o!=null?Pr(e,!!t,o,!0):Pr(e,!!t,t?[]:"",!1));return;case"textarea":pe=ee=null;for(R in l)if(f=l[R],l.hasOwnProperty(R)&&f!=null&&!o.hasOwnProperty(R))switch(R){case"value":break;case"children":break;default:Et(e,t,R,null,o,f)}for(g in o)if(f=o[g],p=l[g],o.hasOwnProperty(g)&&(f!=null||p!=null))switch(g){case"value":ee=f;break;case"defaultValue":pe=f;break;case"children":break;case"dangerouslySetInnerHTML":if(f!=null)throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");break;default:f!==p&&Et(e,t,g,f,o,p)}zd(e,ee,pe);return;case"option":for(var He in l)if(ee=l[He],l.hasOwnProperty(He)&&ee!=null&&!o.hasOwnProperty(He))switch(He){case"selected":e.selected=!1;break;default:Et(e,t,He,null,o,ee)}for(M in o)if(ee=o[M],pe=l[M],o.hasOwnProperty(M)&&ee!==pe&&(ee!=null||pe!=null))switch(M){case"selected":e.selected=ee&&typeof ee!="function"&&typeof ee!="symbol";break;default:Et(e,t,M,ee,o,pe)}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 Qe in l)ee=l[Qe],l.hasOwnProperty(Qe)&&ee!=null&&!o.hasOwnProperty(Qe)&&Et(e,t,Qe,null,o,ee);for(_ in o)if(ee=o[_],pe=l[_],o.hasOwnProperty(_)&&ee!==pe&&(ee!=null||pe!=null))switch(_){case"children":case"dangerouslySetInnerHTML":if(ee!=null)throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");break;default:Et(e,t,_,ee,o,pe)}return;default:if(Vi(t)){for(var Yt in l)ee=l[Yt],l.hasOwnProperty(Yt)&&ee!==void 0&&!o.hasOwnProperty(Yt)&&yo(e,t,Yt,void 0,o,ee);for(le in o)ee=o[le],pe=l[le],!o.hasOwnProperty(le)||ee===pe||ee===void 0&&pe===void 0||yo(e,t,le,ee,o,pe);return}}for(var mt in l)ee=l[mt],l.hasOwnProperty(mt)&&ee!=null&&!o.hasOwnProperty(mt)&&Et(e,t,mt,null,o,ee);for(de in o)ee=o[de],pe=l[de],!o.hasOwnProperty(de)||ee===pe||ee==null&&pe==null||Et(e,t,de,ee,o,pe)}function Ng(e){switch(e){case"class":return"className";case"for":return"htmlFor";default:return e}}function bo(e){var t={};e=e.style;for(var l=0;l<e.length;l++){var o=e[l];t[o]=e.getPropertyValue(o)}return t}function Ug(e,t,l){if(t!=null&&typeof t!="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 o,f=o="",p;for(p in t)if(t.hasOwnProperty(p)){var g=t[p];g!=null&&typeof g!="boolean"&&g!==""&&(p.indexOf("--")===0?(Re(g,p),o+=f+p+":"+(""+g).trim()):typeof g!="number"||g===0||Gf.has(p)?(Re(g,p),o+=f+p.replace(du,"-$1").toLowerCase().replace(pu,"-ms-")+":"+(""+g).trim()):o+=f+p.replace(du,"-$1").toLowerCase().replace(pu,"-ms-")+":"+g+"px",f=";")}o=o||null,t=e.getAttribute("style"),t!==o&&(o=jn(o),jn(t)!==o&&(l.style=bo(e)))}}function oa(e,t,l,o,f,p){if(f.delete(l),e=e.getAttribute(l),e===null)switch(typeof o){case"undefined":case"function":case"symbol":case"boolean":return}else if(o!=null)switch(typeof o){case"function":case"symbol":case"boolean":break;default:if(Oe(o,t),e===""+o)return}Qt(t,e,o,p)}function Bg(e,t,l,o,f,p){if(f.delete(l),e=e.getAttribute(l),e===null){switch(typeof o){case"function":case"symbol":return}if(!o)return}else switch(typeof o){case"function":case"symbol":break;default:if(o)return}Qt(t,e,o,p)}function Hg(e,t,l,o,f,p){if(f.delete(l),e=e.getAttribute(l),e===null)switch(typeof o){case"undefined":case"function":case"symbol":return}else if(o!=null)switch(typeof o){case"function":case"symbol":break;default:if(Oe(o,l),e===""+o)return}Qt(t,e,o,p)}function NS(e,t,l,o,f,p){if(f.delete(l),e=e.getAttribute(l),e===null)switch(typeof o){case"undefined":case"function":case"symbol":case"boolean":return;default:if(isNaN(o))return}else if(o!=null)switch(typeof o){case"function":case"symbol":case"boolean":break;default:if(!isNaN(o)&&(Oe(o,t),e===""+o))return}Qt(t,e,o,p)}function At(e,t,l,o,f,p){if(f.delete(l),e=e.getAttribute(l),e===null)switch(typeof o){case"undefined":case"function":case"symbol":case"boolean":return}else if(o!=null)switch(typeof o){case"function":case"symbol":case"boolean":break;default:if(Oe(o,t),l=es(""+o),e===l)return}Qt(t,e,o,p)}function Bt(e,t,l,o){for(var f={},p=new Set,g=e.attributes,R=0;R<g.length;R++)switch(g[R].name.toLowerCase()){case"value":break;case"checked":break;case"selected":break;default:p.add(g[R].name)}if(Vi(t)){for(var M in l)if(l.hasOwnProperty(M)){var _=l[M];if(_!=null){if(pl.hasOwnProperty(M))typeof _!="function"&&sl(M,_);else if(l.suppressHydrationWarning!==!0)switch(M){case"children":typeof _!="string"&&typeof _!="number"||Qt("children",e.textContent,_,f);continue;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":continue;case"dangerouslySetInnerHTML":g=e.innerHTML,_=_?_.__html:void 0,_!=null&&(_=Zp(e,_),Qt(M,g,_,f));continue;case"style":p.delete(M),Ug(e,_,f);continue;case"offsetParent":case"offsetTop":case"offsetLeft":case"offsetWidth":case"offsetHeight":case"isContentEditable":case"outerText":case"outerHTML":p.delete(M.toLowerCase()),console.error("Assignment to read-only property will result in a no-op: `%s`",M);continue;case"className":p.delete("class"),g=Od(e,"class",_),Qt("className",g,_,f);continue;default:o.context===Ho&&t!=="svg"&&t!=="math"?p.delete(M.toLowerCase()):p.delete(M),g=Od(e,M,_),Qt(M,g,_,f)}}}}else for(_ in l)if(l.hasOwnProperty(_)&&(M=l[_],M!=null)){if(pl.hasOwnProperty(_))typeof M!="function"&&sl(_,M);else if(l.suppressHydrationWarning!==!0)switch(_){case"children":typeof M!="string"&&typeof M!="number"||Qt("children",e.textContent,M,f);continue;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"value":case"checked":case"selected":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":continue;case"dangerouslySetInnerHTML":g=e.innerHTML,M=M?M.__html:void 0,M!=null&&(M=Zp(e,M),g!==M&&(f[_]={__html:g}));continue;case"className":oa(e,_,"class",M,p,f);continue;case"tabIndex":oa(e,_,"tabindex",M,p,f);continue;case"style":p.delete(_),Ug(e,M,f);continue;case"multiple":p.delete(_),Qt(_,e.multiple,M,f);continue;case"muted":p.delete(_),Qt(_,e.muted,M,f);continue;case"autoFocus":p.delete("autofocus"),Qt(_,e.autofocus,M,f);continue;case"data":if(t!=="object"){p.delete(_),g=e.getAttribute("data"),Qt(_,g,M,f);continue}case"src":case"href":if(!(M!==""||t==="a"&&_==="href"||t==="object"&&_==="data")){console.error(_==="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.',_,_);continue}At(e,_,_,M,p,f);continue;case"action":case"formAction":if(g=e.getAttribute(_),typeof M=="function"){p.delete(_.toLowerCase()),_==="formAction"?(p.delete("name"),p.delete("formenctype"),p.delete("formmethod"),p.delete("formtarget")):(p.delete("enctype"),p.delete("method"),p.delete("target"));continue}else if(g===Mj){p.delete(_.toLowerCase()),Qt(_,"function",M,f);continue}At(e,_,_.toLowerCase(),M,p,f);continue;case"xlinkHref":At(e,_,"xlink:href",M,p,f);continue;case"contentEditable":Hg(e,_,"contenteditable",M,p,f);continue;case"spellCheck":Hg(e,_,"spellcheck",M,p,f);continue;case"draggable":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":Hg(e,_,_,M,p,f);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":Bg(e,_,_.toLowerCase(),M,p,f);continue;case"capture":case"download":e:{R=e;var le=g=_,de=f;if(p.delete(le),R=R.getAttribute(le),R===null)switch(typeof M){case"undefined":case"function":case"symbol":break e;default:if(M===!1)break e}else if(M!=null)switch(typeof M){case"function":case"symbol":break;case"boolean":if(M===!0&&R==="")break e;break;default:if(Oe(M,g),R===""+M)break e}Qt(g,R,M,de)}continue;case"cols":case"rows":case"size":case"span":e:{if(R=e,le=g=_,de=f,p.delete(le),R=R.getAttribute(le),R===null)switch(typeof M){case"undefined":case"function":case"symbol":case"boolean":break e;default:if(isNaN(M)||1>M)break e}else if(M!=null)switch(typeof M){case"function":case"symbol":case"boolean":break;default:if(!(isNaN(M)||1>M)&&(Oe(M,g),R===""+M))break e}Qt(g,R,M,de)}continue;case"rowSpan":NS(e,_,"rowspan",M,p,f);continue;case"start":NS(e,_,_,M,p,f);continue;case"xHeight":oa(e,_,"x-height",M,p,f);continue;case"xlinkActuate":oa(e,_,"xlink:actuate",M,p,f);continue;case"xlinkArcrole":oa(e,_,"xlink:arcrole",M,p,f);continue;case"xlinkRole":oa(e,_,"xlink:role",M,p,f);continue;case"xlinkShow":oa(e,_,"xlink:show",M,p,f);continue;case"xlinkTitle":oa(e,_,"xlink:title",M,p,f);continue;case"xlinkType":oa(e,_,"xlink:type",M,p,f);continue;case"xmlBase":oa(e,_,"xml:base",M,p,f);continue;case"xmlLang":oa(e,_,"xml:lang",M,p,f);continue;case"xmlSpace":oa(e,_,"xml:space",M,p,f);continue;case"inert":M!==""||ME[_]||(ME[_]=!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.",_)),Bg(e,_,_,M,p,f);continue;default:if(!(2<_.length)||_[0]!=="o"&&_[0]!=="O"||_[1]!=="n"&&_[1]!=="N"){R=Hd(_),g=!1,o.context===Ho&&t!=="svg"&&t!=="math"?p.delete(R.toLowerCase()):(le=_.toLowerCase(),le=wo.hasOwnProperty(le)&&wo[le]||null,le!==null&&le!==_&&(g=!0,p.delete(le)),p.delete(R));e:if(le=e,de=R,R=M,Vr(de))if(le.hasAttribute(de))le=le.getAttribute(de),Oe(R,de),R=le===""+R?R:le;else{switch(typeof R){case"function":case"symbol":break e;case"boolean":if(le=de.toLowerCase().slice(0,5),le!=="data-"&&le!=="aria-")break e}R=R===void 0?void 0:null}else R=void 0;g||Qt(_,R,M,f)}}}return 0<p.size&&l.suppressHydrationWarning!==!0&&Fu(e,p,f),Object.keys(f).length===0?null:f}function ct(e,t){switch(e.length){case 0:return"";case 1:return e[0];case 2:return e[0]+" "+t+" "+e[1];default:return e.slice(0,-1).join(", ")+", "+t+" "+e[e.length-1]}}function ft(e){return e.nodeType===9?e:e.ownerDocument}function Mt(e){switch(e){case Zs:return Kh;case Xf:return DE;default:return Ho}}function Aa(e,t){if(e===Ho)switch(t){case"svg":return Kh;case"math":return DE;default:return Ho}return e===Kh&&t==="foreignObject"?Ho:e}function br(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.children=="bigint"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}function ws(){var e=window.event;return e&&e.type==="popstate"?e===kC?!1:(kC=e,!0):(kC=null,!1)}function jg(e){setTimeout(function(){throw e})}function lu(e,t,l){switch(t){case"button":case"input":case"select":case"textarea":l.autoFocus&&e.focus();break;case"img":l.src?e.src=l.src:l.srcSet&&(e.srcset=l.srcSet)}}function on(e,t,l,o){zS(e,t,l,o),e[qa]=o}function ru(e){Li(e,"")}function vo(e,t,l){e.nodeValue=l}function vr(e){return e==="head"}function cl(e,t){e.removeChild(t)}function Os(e,t){(e.nodeType===9?e.body:e.nodeName==="HTML"?e.ownerDocument.body:e).removeChild(t)}function Ms(e,t){var l=t,o=0,f=0;do{var p=l.nextSibling;if(e.removeChild(l),p&&p.nodeType===8)if(l=p.data,l===_E){if(0<o&&8>o){l=o;var g=e.ownerDocument;if(l&_j&&zs(g.documentElement),l&Dj&&zs(g.body),l&zj)for(l=g.head,zs(l),g=l.firstChild;g;){var R=g.nextSibling,M=g.nodeName;g[Gs]||M==="SCRIPT"||M==="STYLE"||M==="LINK"&&g.rel.toLowerCase()==="stylesheet"||l.removeChild(g),g=R}}if(f===0){e.removeChild(p),Ro(t);return}f--}else l===qE||l===Bo||l===Z0?f++:o=l.charCodeAt(0)-48;else o=0;l=p}while(l);Ro(t)}function wa(e){e=e.style,typeof e.setProperty=="function"?e.setProperty("display","none","important"):e.display="none"}function Lg(e){e.nodeValue=""}function Vg(e,t){t=t[Nj],t=t!=null&&t.hasOwnProperty("display")?t.display:null,e.style.display=t==null||typeof t=="boolean"?"":(""+t).trim()}function Kp(e,t){e.nodeValue=t}function qs(e){var t=e.firstChild;for(t&&t.nodeType===10&&(t=t.nextSibling);t;){var l=t;switch(t=t.nextSibling,l.nodeName){case"HTML":case"HEAD":case"BODY":qs(l),Au(l);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(l.rel.toLowerCase()==="stylesheet")continue}e.removeChild(l)}}function Wu(e,t,l,o){for(;e.nodeType===1;){var f=l;if(e.nodeName.toLowerCase()!==t.toLowerCase()){if(!o&&(e.nodeName!=="INPUT"||e.type!=="hidden"))break}else if(o){if(!e[Gs])switch(t){case"meta":if(!e.hasAttribute("itemprop"))break;return e;case"link":if(p=e.getAttribute("rel"),p==="stylesheet"&&e.hasAttribute("data-precedence"))break;if(p!==f.rel||e.getAttribute("href")!==(f.href==null||f.href===""?null:f.href)||e.getAttribute("crossorigin")!==(f.crossOrigin==null?null:f.crossOrigin)||e.getAttribute("title")!==(f.title==null?null:f.title))break;return e;case"style":if(e.hasAttribute("data-precedence"))break;return e;case"script":if(p=e.getAttribute("src"),(p!==(f.src==null?null:f.src)||e.getAttribute("type")!==(f.type==null?null:f.type)||e.getAttribute("crossorigin")!==(f.crossOrigin==null?null:f.crossOrigin))&&p&&e.hasAttribute("async")&&!e.hasAttribute("itemprop"))break;return e;default:return e}}else if(t==="input"&&e.type==="hidden"){Oe(f.name,"name");var p=f.name==null?null:""+f.name;if(f.type==="hidden"&&e.getAttribute("name")===p)return e}else return e;if(e=Vn(e.nextSibling),e===null)break}return null}function Ln(e,t,l){if(t==="")return null;for(;e.nodeType!==3;)if((e.nodeType!==1||e.nodeName!=="INPUT"||e.type!=="hidden")&&!l||(e=Vn(e.nextSibling),e===null))return null;return e}function gr(e){return e.data===Z0||e.data===Bo&&e.ownerDocument.readyState===M2}function _s(e,t){var l=e.ownerDocument;if(e.data!==Bo||l.readyState===M2)t();else{var o=function(){t(),l.removeEventListener("DOMContentLoaded",o)};l.addEventListener("DOMContentLoaded",o),e._reactRetry=o}}function Vn(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break;if(t===8){if(t=e.data,t===qE||t===Z0||t===Bo||t===jC||t===O2)break;if(t===_E)return null}}return e}function Jp(e){if(e.nodeType===1){for(var t=e.nodeName.toLowerCase(),l={},o=e.attributes,f=0;f<o.length;f++){var p=o[f];l[Ng(p.name)]=p.name.toLowerCase()==="style"?bo(e):p.value}return{type:t,props:l}}return e.nodeType===8?{type:"Suspense",props:{}}:e.nodeValue}function Ip(e,t,l){return l===null||l[qj]!==!0?(e.nodeValue===t?e=null:(t=jn(t),e=jn(e.nodeValue)===t?null:e.nodeValue),e):null}function kg(e){e=e.nextSibling;for(var t=0;e;){if(e.nodeType===8){var l=e.data;if(l===_E){if(t===0)return Vn(e.nextSibling);t--}else l!==qE&&l!==Z0&&l!==Bo||t++}e=e.nextSibling}return null}function Ds(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var l=e.data;if(l===qE||l===Z0||l===Bo){if(t===0)return e;t--}else l===_E&&t++}e=e.previousSibling}return null}function Pg(e){Ro(e)}function ka(e){Ro(e)}function Yg(e,t,l,o,f){switch(f&&Bd(e,o.ancestorInfo),t=ft(l),e){case"html":if(e=t.documentElement,!e)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 e;case"head":if(e=t.head,!e)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 e;case"body":if(e=t.body,!e)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 e;default:throw Error("resolveSingletonInstance was called with an element type that is not supported. This is a bug in React.")}}function Pa(e,t,l,o){if(!l[oi]&&na(l)){var f=l.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.",f,f,f)}switch(e){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(f=l.attributes;f.length;)l.removeAttributeNode(f[0]);un(l,e,t),l[Wn]=o,l[qa]=t}function zs(e){for(var t=e.attributes;t.length;)e.removeAttributeNode(t[0]);Au(e)}function Cf(e){return typeof e.getRootNode=="function"?e.getRootNode():e.nodeType===9?e:e.ownerDocument}function US(e,t,l){var o=Jh;if(o&&typeof t=="string"&&t){var f=Ua(t);f='link[rel="'+e+'"][href="'+f+'"]',typeof l=="string"&&(f+='[crossorigin="'+l+'"]'),U2.has(f)||(U2.add(f),e={rel:e,crossOrigin:l,href:t},o.querySelector(f)===null&&(t=o.createElement("link"),un(t,"link",e),pn(t),o.head.appendChild(t)))}}function uu(e,t,l,o){var f=(f=Er.current)?Cf(f):null;if(!f)throw Error('"resourceRoot" was expected to exist. This is a bug in React.');switch(e){case"meta":case"title":return null;case"style":return typeof l.precedence=="string"&&typeof l.href=="string"?(l=ei(l.href),t=Ia(f).hoistableStyles,o=t.get(l),o||(o={type:"style",instance:null,count:0,state:null},t.set(l,o)),o):{type:"void",instance:null,count:0,state:null};case"link":if(l.rel==="stylesheet"&&typeof l.href=="string"&&typeof l.precedence=="string"){e=ei(l.href);var p=Ia(f).hoistableStyles,g=p.get(e);if(!g&&(f=f.ownerDocument||f,g={type:"stylesheet",instance:null,count:0,state:{loading:sd,preload:null}},p.set(e,g),(p=f.querySelector(Sr(e)))&&!p._p&&(g.instance=p,g.state.loading=K0|Nr),!Ur.has(e))){var R={rel:"preload",as:"style",href:l.href,crossOrigin:l.crossOrigin,integrity:l.integrity,media:l.media,hrefLang:l.hrefLang,referrerPolicy:l.referrerPolicy};Ur.set(e,R),p||BS(f,e,R,g.state)}if(t&&o===null)throw l=`
|
|
516
|
+
|
|
517
|
+
- `+go(t)+`
|
|
518
|
+
+ `+go(l),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."+l);return g}if(t&&o!==null)throw l=`
|
|
519
|
+
|
|
520
|
+
- `+go(t)+`
|
|
521
|
+
+ `+go(l),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."+l);return null;case"script":return t=l.async,l=l.src,typeof l=="string"&&t&&typeof t!="function"&&typeof t!="symbol"?(l=So(l),t=Ia(f).hoistableScripts,o=t.get(l),o||(o={type:"script",instance:null,count:0,state:null},t.set(l,o)),o):{type:"void",instance:null,count:0,state:null};default:throw Error('getResource encountered a type it did not expect: "'+e+'". this is a bug in React.')}}function go(e){var t=0,l="<link";return typeof e.rel=="string"?(t++,l+=' rel="'+e.rel+'"'):su.call(e,"rel")&&(t++,l+=' rel="'+(e.rel===null?"null":"invalid type "+typeof e.rel)+'"'),typeof e.href=="string"?(t++,l+=' href="'+e.href+'"'):su.call(e,"href")&&(t++,l+=' href="'+(e.href===null?"null":"invalid type "+typeof e.href)+'"'),typeof e.precedence=="string"?(t++,l+=' precedence="'+e.precedence+'"'):su.call(e,"precedence")&&(t++,l+=" precedence={"+(e.precedence===null?"null":"invalid type "+typeof e.precedence)+"}"),Object.getOwnPropertyNames(e).length>t&&(l+=" ..."),l+" />"}function ei(e){return'href="'+Ua(e)+'"'}function Sr(e){return'link[rel="stylesheet"]['+e+"]"}function Gg(e){return at({},e,{"data-precedence":e.precedence,precedence:null})}function BS(e,t,l,o){e.querySelector('link[rel="preload"][as="style"]['+t+"]")?o.loading=K0:(t=e.createElement("link"),o.preload=t,t.addEventListener("load",function(){return o.loading|=K0}),t.addEventListener("error",function(){return o.loading|=z2}),un(t,"link",l),pn(t),e.head.appendChild(t))}function So(e){return'[src="'+Ua(e)+'"]'}function Eo(e){return"script[async]"+e}function Fp(e,t,l){if(t.count++,t.instance===null)switch(t.type){case"style":var o=e.querySelector('style[data-href~="'+Ua(l.href)+'"]');if(o)return t.instance=o,pn(o),o;var f=at({},l,{"data-href":l.href,"data-precedence":l.precedence,href:null,precedence:null});return o=(e.ownerDocument||e).createElement("style"),pn(o),un(o,"style",f),Wp(o,l.precedence,e),t.instance=o;case"stylesheet":f=ei(l.href);var p=e.querySelector(Sr(f));if(p)return t.state.loading|=Nr,t.instance=p,pn(p),p;o=Gg(l),(f=Ur.get(f))&&Xg(o,f),p=(e.ownerDocument||e).createElement("link"),pn(p);var g=p;return g._p=new Promise(function(R,M){g.onload=R,g.onerror=M}),un(p,"link",o),t.state.loading|=Nr,Wp(p,l.precedence,e),t.instance=p;case"script":return p=So(l.src),(f=e.querySelector(Eo(p)))?(t.instance=f,pn(f),f):(o=l,(f=Ur.get(p))&&(o=at({},l),$g(o,f)),e=e.ownerDocument||e,f=e.createElement("script"),pn(f),un(f,"link",o),e.head.appendChild(f),t.instance=f);case"void":return null;default:throw Error('acquireResource encountered a resource type it did not expect: "'+t.type+'". this is a bug in React.')}else t.type==="stylesheet"&&(t.state.loading&Nr)===sd&&(o=t.instance,t.state.loading|=Nr,Wp(o,l.precedence,e));return t.instance}function Wp(e,t,l){for(var o=l.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),f=o.length?o[o.length-1]:null,p=f,g=0;g<o.length;g++){var R=o[g];if(R.dataset.precedence===t)p=R;else if(p!==f)break}p?p.parentNode.insertBefore(e,p.nextSibling):(t=l.nodeType===9?l.head:l,t.insertBefore(e,t.firstChild))}function Xg(e,t){e.crossOrigin==null&&(e.crossOrigin=t.crossOrigin),e.referrerPolicy==null&&(e.referrerPolicy=t.referrerPolicy),e.title==null&&(e.title=t.title)}function $g(e,t){e.crossOrigin==null&&(e.crossOrigin=t.crossOrigin),e.referrerPolicy==null&&(e.referrerPolicy=t.referrerPolicy),e.integrity==null&&(e.integrity=t.integrity)}function Qg(e,t,l){if(zE===null){var o=new Map,f=zE=new Map;f.set(l,o)}else f=zE,o=f.get(l),o||(o=new Map,f.set(l,o));if(o.has(e))return o;for(o.set(e,null),l=l.getElementsByTagName(e),f=0;f<l.length;f++){var p=l[f];if(!(p[Gs]||p[Wn]||e==="link"&&p.getAttribute("rel")==="stylesheet")&&p.namespaceURI!==Zs){var g=p.getAttribute(t)||"";g=e+g;var R=o.get(g);R?R.push(p):o.set(g,[p])}}return o}function Zg(e,t,l){e=e.ownerDocument||e,e.head.insertBefore(l,t==="title"?e.querySelector("head > title"):null)}function Ns(e,t,l){var o=!l.ancestorInfo.containerTagInScope;if(l.context===Kh||t.itemProp!=null)return!o||t.itemProp==null||e!=="meta"&&e!=="title"&&e!=="style"&&e!=="link"&&e!=="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.",e,e),!1;switch(e){case"meta":case"title":return!0;case"style":if(typeof t.precedence!="string"||typeof t.href!="string"||t.href===""){o&&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 t.rel!="string"||typeof t.href!="string"||t.href===""||t.onLoad||t.onError){if(t.rel==="stylesheet"&&typeof t.precedence=="string"){e=t.href;var f=t.onError,p=t.disabled;l=[],t.onLoad&&l.push("`onLoad`"),f&&l.push("`onError`"),p!=null&&l.push("`disabled`"),f=ct(l,"and"),f+=l.length===1?" prop":" props",p=l.length===1?"an "+f:"the "+f,l.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.',e,p,f)}o&&(typeof t.rel!="string"||typeof t.href!="string"||t.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"):(t.onError||t.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(t.rel){case"stylesheet":return e=t.precedence,t=t.disabled,typeof e!="string"&&o&&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 e=="string"&&t==null;default:return!0}case"script":if(e=t.async&&typeof t.async!="function"&&typeof t.async!="symbol",!e||t.onLoad||t.onError||!t.src||typeof t.src!="string"){o&&(e?t.onLoad||t.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":o&&console.error("Cannot render <%s> outside the main document. Try moving it into the root <head> tag.",e)}return!1}function xf(e){return!(e.type==="stylesheet"&&(e.state.loading&N2)===sd)}function HS(){}function jS(e,t,l){if(J0===null)throw Error("Internal React Error: suspendedState null when it was expected to exists. Please report this as a React bug.");var o=J0;if(t.type==="stylesheet"&&(typeof l.media!="string"||matchMedia(l.media).matches!==!1)&&(t.state.loading&Nr)===sd){if(t.instance===null){var f=ei(l.href),p=e.querySelector(Sr(f));if(p){e=p._p,e!==null&&typeof e=="object"&&typeof e.then=="function"&&(o.count++,o=Af.bind(o),e.then(o,o)),t.state.loading|=Nr,t.instance=p,pn(p);return}p=e.ownerDocument||e,l=Gg(l),(f=Ur.get(f))&&Xg(l,f),p=p.createElement("link"),pn(p);var g=p;g._p=new Promise(function(R,M){g.onload=R,g.onerror=M}),un(p,"link",l),t.instance=p}o.stylesheets===null&&(o.stylesheets=new Map),o.stylesheets.set(t,e),(e=t.state.preload)&&(t.state.loading&N2)===sd&&(o.count++,t=Af.bind(o),e.addEventListener("load",t),e.addEventListener("error",t))}}function LS(){if(J0===null)throw Error("Internal React Error: suspendedState null when it was expected to exists. Please report this as a React bug.");var e=J0;return e.stylesheets&&e.count===0&&eh(e,e.stylesheets),0<e.count?function(t){var l=setTimeout(function(){if(e.stylesheets&&eh(e,e.stylesheets),e.unsuspend){var o=e.unsuspend;e.unsuspend=null,o()}},6e4);return e.unsuspend=t,function(){e.unsuspend=null,clearTimeout(l)}}:null}function Af(){if(this.count--,this.count===0){if(this.stylesheets)eh(this,this.stylesheets);else if(this.unsuspend){var e=this.unsuspend;this.unsuspend=null,e()}}}function eh(e,t){e.stylesheets=null,e.unsuspend!==null&&(e.count++,NE=new Map,t.forEach(VS,e),NE=null,Af.call(e))}function VS(e,t){if(!(t.state.loading&Nr)){var l=NE.get(e);if(l)var o=l.get(YC);else{l=new Map,NE.set(e,l);for(var f=e.querySelectorAll("link[data-precedence],style[data-precedence]"),p=0;p<f.length;p++){var g=f[p];(g.nodeName==="LINK"||g.getAttribute("media")!=="not all")&&(l.set(g.dataset.precedence,g),o=g)}o&&l.set(YC,o)}f=t.instance,g=f.getAttribute("data-precedence"),p=l.get(g)||o,p===o&&l.set(YC,f),l.set(g,f),this.count++,o=Af.bind(this),f.addEventListener("load",o),f.addEventListener("error",o),p?p.parentNode.insertBefore(f,p.nextSibling):(e=e.nodeType===9?e.head:e,e.insertBefore(f,e.firstChild)),t.state.loading|=Nr}}function th(e,t,l,o,f,p,g,R){for(this.tag=1,this.containerInfo=e,this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=od,this.callbackNode=this.next=this.pendingContext=this.context=this.cancelPendingCommit=null,this.callbackPriority=0,this.expirationTimes=xc(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=xc(0),this.hiddenUpdates=xc(null),this.identifierPrefix=o,this.onUncaughtError=f,this.onCaughtError=p,this.onRecoverableError=g,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=R,this.incompleteTransitions=new Map,this.passiveEffectDuration=this.effectDuration=-0,this.memoizedUpdaters=new Set,e=this.pendingUpdatersLaneMap=[],t=0;31>t;t++)e.push(new Set);this._debugRootType=l?"hydrateRoot()":"createRoot()"}function Kg(e,t,l,o,f,p,g,R,M,_,le,de){return e=new th(e,t,l,g,R,M,_,de),t=uj,p===!0&&(t|=Da|hu),cn&&(t|=ca),p=x(3,null,null,t),e.current=p,p.stateNode=e,t=Yc(),Ki(t),e.pooledCache=t,Ki(t),p.memoizedState={element:o,isDehydrated:l,cache:t},ga(p),e}function Jg(e){return e?(e=Ks,e):Ks}function qt(e,t,l,o,f,p){if(kn&&typeof kn.onScheduleFiberRoot=="function")try{kn.onScheduleFiberRoot(ui,o,l)}catch(g){Ma||(Ma=!0,console.error("React instrumentation encountered an error: %s",g))}qe!==null&&typeof qe.markRenderScheduled=="function"&&qe.markRenderScheduled(t),f=Jg(f),o.context===null?o.context=f:o.pendingContext=f,_a&&Ga!==null&&!L2&&(L2=!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.
|
|
522
|
+
|
|
523
|
+
Check the render method of %s.`,te(Ga)||"Unknown")),o=Wl(t),o.payload={element:l},p=p===void 0?null:p,p!==null&&(typeof p!="function"&&console.error("Expected the last optional `callback` argument to be a function. Instead received: %s.",p),o.callback=p),l=wl(e,o,t),l!==null&&(ln(l,e,t),Lu(l,e,t))}function nh(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var l=e.retryLane;e.retryLane=l!==0&&l<t?l:t}}function Ig(e,t){nh(e,t),(e=e.alternate)&&nh(e,t)}function Fg(e){if(e.tag===13){var t=va(e,67108864);t!==null&&ln(t,e,67108864),Ig(e,67108864)}}function HT(){return Ga}function jT(){for(var e=new Map,t=1,l=0;31>l;l++){var o=Cn(t);e.set(t,o),t*=2}return e}function LT(e,t,l,o){var f=ce.T;ce.T=null;var p=$e.p;try{$e.p=Pn,ti(e,t,l,o)}finally{$e.p=p,ce.T=f}}function ah(e,t,l,o){var f=ce.T;ce.T=null;var p=$e.p;try{$e.p=Bl,ti(e,t,l,o)}finally{$e.p=p,ce.T=f}}function ti(e,t,l,o){if(BE){var f=wf(o);if(f===null)ua(e,t,o,HE,l),ni(e,o);else if(Of(f,e,t,l,o))o.stopPropagation();else if(ni(e,o),t&4&&-1<jj.indexOf(e)){for(;f!==null;){var p=na(f);if(p!==null)switch(p.tag){case 3:if(p=p.stateNode,p.current.memoizedState.isDehydrated){var g=Jt(p.pendingLanes);if(g!==0){var R=p;for(R.pendingLanes|=2,R.entangledLanes|=2;g;){var M=1<<31-Fn(g);R.entanglements[1]|=M,g&=~M}ol(p),(_t&(Za|vu))===Hl&&(SE=Rr()+b2,mo(0))}}break;case 13:R=va(p,2),R!==null&&ln(R,p,2),po(),Ig(p,2)}if(p=wf(o),p===null&&ua(e,t,o,HE,l),p===f)break;f=p}f!==null&&o.stopPropagation()}else ua(e,t,o,null,l)}}function wf(e){return e=ki(e),Us(e)}function Us(e){if(HE=null,e=El(e),e!==null){var t=q(e);if(t===null)e=null;else{var l=t.tag;if(l===13){if(e=J(t),e!==null)return e;e=null}else if(l===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null)}}return HE=e,null}function lh(e){switch(e){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 Pn;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 Bl;case"message":switch(ri()){case sh:return Pn;case Hf:return Bl;case ks:case GT:return fu;case jf:return ph;default:return fu}default:return fu}}function ni(e,t){switch(e){case"focusin":case"focusout":rc=null;break;case"dragenter":case"dragleave":uc=null;break;case"mouseover":case"mouseout":ic=null;break;case"pointerover":case"pointerout":F0.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":W0.delete(t.pointerId)}}function Oa(e,t,l,o,f,p){return e===null||e.nativeEvent!==p?(e={blockedOn:t,domEventName:l,eventSystemFlags:o,nativeEvent:p,targetContainers:[f]},t!==null&&(t=na(t),t!==null&&Fg(t)),e):(e.eventSystemFlags|=o,t=e.targetContainers,f!==null&&t.indexOf(f)===-1&&t.push(f),e)}function Of(e,t,l,o,f){switch(t){case"focusin":return rc=Oa(rc,e,t,l,o,f),!0;case"dragenter":return uc=Oa(uc,e,t,l,o,f),!0;case"mouseover":return ic=Oa(ic,e,t,l,o,f),!0;case"pointerover":var p=f.pointerId;return F0.set(p,Oa(F0.get(p)||null,e,t,l,o,f)),!0;case"gotpointercapture":return p=f.pointerId,W0.set(p,Oa(W0.get(p)||null,e,t,l,o,f)),!0}return!1}function kS(e){var t=El(e.target);if(t!==null){var l=q(t);if(l!==null){if(t=l.tag,t===13){if(t=J(l),t!==null){e.blockedOn=t,cv(e.priority,function(){if(l.tag===13){var o=xa(l);o=zn(o);var f=va(l,o);f!==null&&ln(f,l,o),Ig(l,o)}});return}}else if(t===3&&l.stateNode.current.memoizedState.isDehydrated){e.blockedOn=l.tag===3?l.stateNode.containerInfo:null;return}}}e.blockedOn=null}function Mf(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var l=wf(e.nativeEvent);if(l===null){l=e.nativeEvent;var o=new l.constructor(l.type,l),f=o;h!==null&&console.error("Expected currently replaying event to be null. This error is likely caused by a bug in React. Please file an issue."),h=f,l.target.dispatchEvent(o),h===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."),h=null}else return t=na(l),t!==null&&Fg(t),e.blockedOn=l,!1;t.shift()}return!0}function Wg(e,t,l){Mf(e)&&l.delete(t)}function PS(){GC=!1,rc!==null&&Mf(rc)&&(rc=null),uc!==null&&Mf(uc)&&(uc=null),ic!==null&&Mf(ic)&&(ic=null),F0.forEach(Wg),W0.forEach(Wg)}function qf(e,t){e.blockedOn===t&&(e.blockedOn=null,GC||(GC=!0,sn.unstable_scheduleCallback(sn.unstable_NormalPriority,PS)))}function YS(e){jE!==e&&(jE=e,sn.unstable_scheduleCallback(sn.unstable_NormalPriority,function(){jE===e&&(jE=null);for(var t=0;t<e.length;t+=3){var l=e[t],o=e[t+1],f=e[t+2];if(typeof o!="function"){if(Us(o||l)===null)continue;break}var p=na(l);p!==null&&(e.splice(t,3),t-=3,l={pending:!0,data:f,method:l.method,action:o},Object.freeze(l),to(p,l,o,f))}}))}function Ro(e){function t(M){return qf(M,e)}rc!==null&&qf(rc,e),uc!==null&&qf(uc,e),ic!==null&&qf(ic,e),F0.forEach(t),W0.forEach(t);for(var l=0;l<oc.length;l++){var o=oc[l];o.blockedOn===e&&(o.blockedOn=null)}for(;0<oc.length&&(l=oc[0],l.blockedOn===null);)kS(l),l.blockedOn===null&&oc.shift();if(l=(e.ownerDocument||e).$$reactFormReplay,l!=null)for(o=0;o<l.length;o+=3){var f=l[o],p=l[o+1],g=f[qa]||null;if(typeof p=="function")g||YS(l);else if(g){var R=null;if(p&&p.hasAttribute("formAction")){if(f=p,g=p[qa]||null)R=g.formAction;else if(Us(f)!==null)continue}else R=g.action;typeof R=="function"?l[o+1]=R:(l.splice(o,3),o-=3),YS(l)}}}function rh(e){this._internalRoot=e}function _f(e){this._internalRoot=e}function GS(e){e[oi]&&(e._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 sn=Zq(),Df=Br,VT=XC,at=Object.assign,zf=Symbol.for("react.element"),ai=Symbol.for("react.transitional.element"),To=Symbol.for("react.portal"),Fe=Symbol.for("react.fragment"),Bs=Symbol.for("react.strict_mode"),Hs=Symbol.for("react.profiler"),e0=Symbol.for("react.provider"),uh=Symbol.for("react.consumer"),fl=Symbol.for("react.context"),iu=Symbol.for("react.forward_ref"),js=Symbol.for("react.suspense"),li=Symbol.for("react.suspense_list"),Nf=Symbol.for("react.memo"),Ya=Symbol.for("react.lazy"),t0=Symbol.for("react.activity"),XS=Symbol.for("react.memo_cache_sentinel"),n0=Symbol.iterator,ih=Symbol.for("react.client.reference"),Ze=Array.isArray,ce=Df.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,$e=VT.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,kT=Object.freeze({pending:!1,data:null,method:null,action:null}),Uf=[],Bf=[],dl=-1,ou=Ee(null),Ls=Ee(null),Er=Ee(null),Vs=Ee(null),su=Object.prototype.hasOwnProperty,oh=sn.unstable_scheduleCallback,PT=sn.unstable_cancelCallback,$S=sn.unstable_shouldYield,YT=sn.unstable_requestPaint,Rr=sn.unstable_now,ri=sn.unstable_getCurrentPriorityLevel,sh=sn.unstable_ImmediatePriority,Hf=sn.unstable_UserBlockingPriority,ks=sn.unstable_NormalPriority,GT=sn.unstable_LowPriority,jf=sn.unstable_IdlePriority,XT=sn.log,Ul=sn.unstable_setDisableYieldValue,ui=null,kn=null,qe=null,Ma=!1,cn=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u",Fn=Math.clz32?Math.clz32:Gt,ch=Math.log,cu=Math.LN2,fh=256,dh=4194304,Pn=2,Bl=8,fu=32,ph=268435456,ii=Math.random().toString(36).slice(2),Wn="__reactFiber$"+ii,qa="__reactProps$"+ii,oi="__reactContainer$"+ii,a0="__reactEvents$"+ii,QS="__reactListeners$"+ii,Ps="__reactHandles$"+ii,Ys="__reactResources$"+ii,Gs="__reactMarker$"+ii,ZS=new Set,pl={},Co={},KS={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0},hh=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]*$"),mh={},yh={},si=0,l0,r0,JS,u0,Xs,IS,FS;we.__reactDisabledLog=!0;var i0,Lf,$s=!1,Vf=new(typeof WeakMap=="function"?WeakMap:Map),Ga=null,_a=!1,$T=/[\n"\\]/g,o0=!1,s0=!1,c0=!1,f0=!1,bh=!1,d0=!1,kf=["value","defaultValue"],WS=!1,eE=/["'&<>\n\t]|^\s|\s$/,p0="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(" "),vh="applet caption html table td th marquee object template foreignObject desc title".split(" "),gh=vh.concat(["button"]),h0="dd dt li option optgroup p rp rt".split(" "),m0={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null,containerTagInScope:null,implicitRootScope:!1},Qs={},Tr={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"]},du=/([A-Z])/g,pu=/^ms-/,Pf=/^(?:webkit|moz|o)[A-Z]/,Yf=/^-ms-/,ci=/-(.)/g,tE=/;\s*$/,xo={},Ao={},nE=!1,y0=!1,Gf=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(" ")),Xf="http://www.w3.org/1998/Math/MathML",Zs="http://www.w3.org/2000/svg",Sh=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"]]),wo={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"},b0={"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},Cr={},v0=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]*$"),Eh=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]*$"),g0=!1,sa={},$f=/^on./,n=/^on[^A-Z]/,r=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]*$"),i=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]*$"),c=/^[\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,h=null,y=null,T=null,O=!1,H=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),W=!1;if(H)try{var ye={};Object.defineProperty(ye,"passive",{get:function(){W=!0}}),window.addEventListener("test",ye,ye),window.removeEventListener("test",ye,ye)}catch{W=!1}var ve=null,ae=null,re=null,Ve={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},ke=Un(Ve),Rt=at({},Ve,{view:0,detail:0}),Z=Un(Rt),G,I,be,ze=at({},Rt,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Vd,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==be&&(be&&e.type==="mousemove"?(G=e.screenX-be.screenX,I=e.screenY-be.screenY):I=G=0,be=e),G)},movementY:function(e){return"movementY"in e?e.movementY:I}}),rt=Un(ze),Le=at({},ze,{dataTransfer:0}),Ye=Un(Le),qn=at({},Rt,{relatedTarget:0}),vt=Un(qn),fi=at({},Ve,{animationName:0,elapsedTime:0,pseudoElement:0}),QT=Un(fi),UH=at({},Ve,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),BH=Un(UH),HH=at({},Ve,{data:0}),Fq=Un(HH),jH=Fq,LH={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},VH={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"},kH={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"},PH=at({},Rt,{key:function(e){if(e.key){var t=LH[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=ts(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?VH[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Vd,charCode:function(e){return e.type==="keypress"?ts(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?ts(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),YH=Un(PH),GH=at({},ze,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Wq=Un(GH),XH=at({},Rt,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Vd}),$H=Un(XH),QH=at({},Ve,{propertyName:0,elapsedTime:0,pseudoElement:0}),ZH=Un(QH),KH=at({},ze,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),JH=Un(KH),IH=at({},Ve,{newState:0,oldState:0}),FH=Un(IH),WH=[9,13,27,32],e_=229,ZT=H&&"CompositionEvent"in window,S0=null;H&&"documentMode"in document&&(S0=document.documentMode);var ej=H&&"TextEvent"in window&&!S0,t_=H&&(!ZT||S0&&8<S0&&11>=S0),n_=32,a_=String.fromCharCode(n_),l_=!1,Rh=!1,tj={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},E0=null,R0=null,r_=!1;H&&(r_=Sv("input")&&(!document.documentMode||9<document.documentMode));var Xa=typeof Object.is=="function"?Object.is:zT,nj=H&&"documentMode"in document&&11>=document.documentMode,Th=null,KT=null,T0=null,JT=!1,Ch={animationend:Xr("Animation","AnimationEnd"),animationiteration:Xr("Animation","AnimationIteration"),animationstart:Xr("Animation","AnimationStart"),transitionrun:Xr("Transition","TransitionRun"),transitionstart:Xr("Transition","TransitionStart"),transitioncancel:Xr("Transition","TransitionCancel"),transitionend:Xr("Transition","TransitionEnd")},IT={},u_={};H&&(u_=document.createElement("div").style,"AnimationEvent"in window||(delete Ch.animationend.animation,delete Ch.animationiteration.animation,delete Ch.animationstart.animation),"TransitionEvent"in window||delete Ch.transitionend.transition);var i_=Gi("animationend"),o_=Gi("animationiteration"),s_=Gi("animationstart"),aj=Gi("transitionrun"),lj=Gi("transitionstart"),rj=Gi("transitioncancel"),c_=Gi("transitionend"),f_=new Map,FT="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(" ");FT.push("scrollEnd");var WT=new WeakMap,aE=1,Oo=2,xr=[],xh=0,eC=0,Ks={};Object.freeze(Ks);var Ar=null,Ah=null,Zt=0,uj=1,ca=2,Da=8,hu=16,d_=64,p_=!1;try{var h_=Object.preventExtensions({})}catch{p_=!0}var wh=[],Oh=0,lE=null,rE=0,wr=[],Or=0,Qf=null,Mo=1,qo="",$a=null,mn=null,Tt=!1,_o=!1,Mr=null,Zf=null,di=!1,tC=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."),m_=0;if(typeof performance=="object"&&typeof performance.now=="function")var ij=performance,y_=function(){return ij.now()};else{var oj=Date;y_=function(){return oj.now()}}var nC=Ee(null),aC=Ee(null),b_={},uE=null,Mh=null,qh=!1,sj=typeof AbortController<"u"?AbortController:function(){var e=[],t=this.signal={aborted:!1,addEventListener:function(l,o){e.push(o)}};this.abort=function(){t.aborted=!0,e.forEach(function(l){return l()})}},cj=sn.unstable_scheduleCallback,fj=sn.unstable_NormalPriority,Yn={$$typeof:fl,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0,_currentRenderer:null,_currentRenderer2:null},_h=sn.unstable_now,v_=-0,iE=-0,hl=-1.1,Kf=-0,oE=!1,sE=!1,C0=null,lC=0,Jf=0,Dh=null,g_=ce.S;ce.S=function(e,t){typeof t=="object"&&t!==null&&typeof t.then=="function"&&pS(e,t),g_!==null&&g_(e,t)};var If=Ee(null),mu={recordUnsafeLifecycleWarnings:function(){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}},x0=[],A0=[],w0=[],O0=[],M0=[],q0=[],Ff=new Set;mu.recordUnsafeLifecycleWarnings=function(e,t){Ff.has(e.type)||(typeof t.componentWillMount=="function"&&t.componentWillMount.__suppressDeprecationWarning!==!0&&x0.push(e),e.mode&Da&&typeof t.UNSAFE_componentWillMount=="function"&&A0.push(e),typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&w0.push(e),e.mode&Da&&typeof t.UNSAFE_componentWillReceiveProps=="function"&&O0.push(e),typeof t.componentWillUpdate=="function"&&t.componentWillUpdate.__suppressDeprecationWarning!==!0&&M0.push(e),e.mode&Da&&typeof t.UNSAFE_componentWillUpdate=="function"&&q0.push(e))},mu.flushPendingUnsafeLifecycleWarnings=function(){var e=new Set;0<x0.length&&(x0.forEach(function(R){e.add(te(R)||"Component"),Ff.add(R.type)}),x0=[]);var t=new Set;0<A0.length&&(A0.forEach(function(R){t.add(te(R)||"Component"),Ff.add(R.type)}),A0=[]);var l=new Set;0<w0.length&&(w0.forEach(function(R){l.add(te(R)||"Component"),Ff.add(R.type)}),w0=[]);var o=new Set;0<O0.length&&(O0.forEach(function(R){o.add(te(R)||"Component"),Ff.add(R.type)}),O0=[]);var f=new Set;0<M0.length&&(M0.forEach(function(R){f.add(te(R)||"Component"),Ff.add(R.type)}),M0=[]);var p=new Set;if(0<q0.length&&(q0.forEach(function(R){p.add(te(R)||"Component"),Ff.add(R.type)}),q0=[]),0<t.size){var g=A(t);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.
|
|
524
|
+
|
|
525
|
+
* Move code with side effects to componentDidMount, and set initial state in the constructor.
|
|
526
|
+
|
|
527
|
+
Please update the following components: %s`,g)}0<o.size&&(g=A(o),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.
|
|
528
|
+
|
|
529
|
+
* Move data fetching code or side effects to componentDidUpdate.
|
|
530
|
+
* 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
|
|
531
|
+
|
|
532
|
+
Please update the following components: %s`,g)),0<p.size&&(g=A(p),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.
|
|
533
|
+
|
|
534
|
+
* Move data fetching code or side effects to componentDidUpdate.
|
|
535
|
+
|
|
536
|
+
Please update the following components: %s`,g)),0<e.size&&(g=A(e),console.warn(`componentWillMount has been renamed, and is not recommended for use. See https://react.dev/link/unsafe-component-lifecycles for details.
|
|
537
|
+
|
|
538
|
+
* Move code with side effects to componentDidMount, and set initial state in the constructor.
|
|
539
|
+
* 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.
|
|
540
|
+
|
|
541
|
+
Please update the following components: %s`,g)),0<l.size&&(g=A(l),console.warn(`componentWillReceiveProps has been renamed, and is not recommended for use. See https://react.dev/link/unsafe-component-lifecycles for details.
|
|
542
|
+
|
|
543
|
+
* Move data fetching code or side effects to componentDidUpdate.
|
|
544
|
+
* 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
|
|
545
|
+
* 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.
|
|
546
|
+
|
|
547
|
+
Please update the following components: %s`,g)),0<f.size&&(g=A(f),console.warn(`componentWillUpdate has been renamed, and is not recommended for use. See https://react.dev/link/unsafe-component-lifecycles for details.
|
|
548
|
+
|
|
549
|
+
* Move data fetching code or side effects to componentDidUpdate.
|
|
550
|
+
* 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.
|
|
551
|
+
|
|
552
|
+
Please update the following components: %s`,g))};var cE=new Map,S_=new Set;mu.recordLegacyContextWarning=function(e,t){for(var l=null,o=e;o!==null;)o.mode&Da&&(l=o),o=o.return;l===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."):!S_.has(e.type)&&(o=cE.get(l),e.type.contextTypes!=null||e.type.childContextTypes!=null||t!==null&&typeof t.getChildContext=="function")&&(o===void 0&&(o=[],cE.set(l,o)),o.push(e))},mu.flushLegacyContextWarning=function(){cE.forEach(function(e){if(e.length!==0){var t=e[0],l=new Set;e.forEach(function(f){l.add(te(f)||"Component"),S_.add(f.type)});var o=A(l);Be(t,function(){console.error(`Legacy context API has been detected within a strict-mode tree.
|
|
553
|
+
|
|
554
|
+
The old API will be supported in all 16.x releases, but applications using it should migrate to the new version.
|
|
555
|
+
|
|
556
|
+
Please update the following components: %s
|
|
557
|
+
|
|
558
|
+
Learn more about this warning here: https://react.dev/link/legacy-context`,o)})}})},mu.discardPendingWarnings=function(){x0=[],A0=[],w0=[],O0=[],M0=[],q0=[],cE=new Map};var _0=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`."),E_=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."),fE=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."),rC={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.')}},D0=null,dE=!1,qr=0,_r=1,Qa=2,fa=4,Gn=8,R_=0,T_=1,C_=2,uC=3,Js=!1,x_=!1,iC=null,oC=!1,zh=Ee(null),pE=Ee(0),Nh,A_=new Set,w_=new Set,sC=new Set,O_=new Set,Is=0,Ke=null,Vt=null,_n=null,hE=!1,Uh=!1,Wf=!1,mE=0,z0=0,Do=null,dj=0,pj=25,fe=null,Dr=null,zo=-1,N0=!1,yE={readContext:kt,use:tr,useCallback:Ft,useContext:Ft,useEffect:Ft,useImperativeHandle:Ft,useLayoutEffect:Ft,useInsertionEffect:Ft,useMemo:Ft,useReducer:Ft,useRef:Ft,useState:Ft,useDebugValue:Ft,useDeferredValue:Ft,useTransition:Ft,useSyncExternalStore:Ft,useId:Ft,useHostTransitionStatus:Ft,useFormState:Ft,useActionState:Ft,useOptimistic:Ft,useMemoCache:Ft,useCacheRefresh:Ft},cC=null,M_=null,fC=null,q_=null,pi=null,yu=null,bE=null;cC={readContext:function(e){return kt(e)},use:tr,useCallback:function(e,t){return fe="useCallback",lt(),tl(t),Fc(e,t)},useContext:function(e){return fe="useContext",lt(),kt(e)},useEffect:function(e,t){return fe="useEffect",lt(),tl(t),ep(e,t)},useImperativeHandle:function(e,t,l){return fe="useImperativeHandle",lt(),tl(l),np(e,t,l)},useInsertionEffect:function(e,t){fe="useInsertionEffect",lt(),tl(t),rl(4,Qa,e,t)},useLayoutEffect:function(e,t){return fe="useLayoutEffect",lt(),tl(t),tp(e,t)},useMemo:function(e,t){fe="useMemo",lt(),tl(t);var l=ce.H;ce.H=pi;try{return ap(e,t)}finally{ce.H=l}},useReducer:function(e,t,l){fe="useReducer",lt();var o=ce.H;ce.H=pi;try{return gt(e,t,l)}finally{ce.H=o}},useRef:function(e){return fe="useRef",lt(),Ic(e)},useState:function(e){fe="useState",lt();var t=ce.H;ce.H=pi;try{return Jr(e)}finally{ce.H=t}},useDebugValue:function(){fe="useDebugValue",lt()},useDeferredValue:function(e,t){return fe="useDeferredValue",lt(),lp(e,t)},useTransition:function(){return fe="useTransition",lt(),rr()},useSyncExternalStore:function(e,t,l){return fe="useSyncExternalStore",lt(),Kr(e,t,l)},useId:function(){return fe="useId",lt(),ur()},useFormState:function(e,t){return fe="useFormState",lt(),is(),ps(e,t)},useActionState:function(e,t){return fe="useActionState",lt(),ps(e,t)},useOptimistic:function(e){return fe="useOptimistic",lt(),ql(e)},useHostTransitionStatus:Ra,useMemoCache:fn,useCacheRefresh:function(){return fe="useCacheRefresh",lt(),no()}},M_={readContext:function(e){return kt(e)},use:tr,useCallback:function(e,t){return fe="useCallback",Te(),Fc(e,t)},useContext:function(e){return fe="useContext",Te(),kt(e)},useEffect:function(e,t){return fe="useEffect",Te(),ep(e,t)},useImperativeHandle:function(e,t,l){return fe="useImperativeHandle",Te(),np(e,t,l)},useInsertionEffect:function(e,t){fe="useInsertionEffect",Te(),rl(4,Qa,e,t)},useLayoutEffect:function(e,t){return fe="useLayoutEffect",Te(),tp(e,t)},useMemo:function(e,t){fe="useMemo",Te();var l=ce.H;ce.H=pi;try{return ap(e,t)}finally{ce.H=l}},useReducer:function(e,t,l){fe="useReducer",Te();var o=ce.H;ce.H=pi;try{return gt(e,t,l)}finally{ce.H=o}},useRef:function(e){return fe="useRef",Te(),Ic(e)},useState:function(e){fe="useState",Te();var t=ce.H;ce.H=pi;try{return Jr(e)}finally{ce.H=t}},useDebugValue:function(){fe="useDebugValue",Te()},useDeferredValue:function(e,t){return fe="useDeferredValue",Te(),lp(e,t)},useTransition:function(){return fe="useTransition",Te(),rr()},useSyncExternalStore:function(e,t,l){return fe="useSyncExternalStore",Te(),Kr(e,t,l)},useId:function(){return fe="useId",Te(),ur()},useActionState:function(e,t){return fe="useActionState",Te(),ps(e,t)},useFormState:function(e,t){return fe="useFormState",Te(),is(),ps(e,t)},useOptimistic:function(e){return fe="useOptimistic",Te(),ql(e)},useHostTransitionStatus:Ra,useMemoCache:fn,useCacheRefresh:function(){return fe="useCacheRefresh",Te(),no()}},fC={readContext:function(e){return kt(e)},use:tr,useCallback:function(e,t){return fe="useCallback",Te(),eo(e,t)},useContext:function(e){return fe="useContext",Te(),kt(e)},useEffect:function(e,t){fe="useEffect",Te(),gn(2048,Gn,e,t)},useImperativeHandle:function(e,t,l){return fe="useImperativeHandle",Te(),lr(e,t,l)},useInsertionEffect:function(e,t){return fe="useInsertionEffect",Te(),gn(4,Qa,e,t)},useLayoutEffect:function(e,t){return fe="useLayoutEffect",Te(),gn(4,fa,e,t)},useMemo:function(e,t){fe="useMemo",Te();var l=ce.H;ce.H=yu;try{return Gu(e,t)}finally{ce.H=l}},useReducer:function(e,t,l){fe="useReducer",Te();var o=ce.H;ce.H=yu;try{return al(e,t,l)}finally{ce.H=o}},useRef:function(){return fe="useRef",Te(),ht().memoizedState},useState:function(){fe="useState",Te();var e=ce.H;ce.H=yu;try{return al(St)}finally{ce.H=e}},useDebugValue:function(){fe="useDebugValue",Te()},useDeferredValue:function(e,t){return fe="useDeferredValue",Te(),Wc(e,t)},useTransition:function(){return fe="useTransition",Te(),ip()},useSyncExternalStore:function(e,t,l){return fe="useSyncExternalStore",Te(),Qc(e,t,l)},useId:function(){return fe="useId",Te(),ht().memoizedState},useFormState:function(e){return fe="useFormState",Te(),is(),Wd(e)},useActionState:function(e){return fe="useActionState",Te(),Wd(e)},useOptimistic:function(e,t){return fe="useOptimistic",Te(),Ir(e,t)},useHostTransitionStatus:Ra,useMemoCache:fn,useCacheRefresh:function(){return fe="useCacheRefresh",Te(),ht().memoizedState}},q_={readContext:function(e){return kt(e)},use:tr,useCallback:function(e,t){return fe="useCallback",Te(),eo(e,t)},useContext:function(e){return fe="useContext",Te(),kt(e)},useEffect:function(e,t){fe="useEffect",Te(),gn(2048,Gn,e,t)},useImperativeHandle:function(e,t,l){return fe="useImperativeHandle",Te(),lr(e,t,l)},useInsertionEffect:function(e,t){return fe="useInsertionEffect",Te(),gn(4,Qa,e,t)},useLayoutEffect:function(e,t){return fe="useLayoutEffect",Te(),gn(4,fa,e,t)},useMemo:function(e,t){fe="useMemo",Te();var l=ce.H;ce.H=bE;try{return Gu(e,t)}finally{ce.H=l}},useReducer:function(e,t,l){fe="useReducer",Te();var o=ce.H;ce.H=bE;try{return Wi(e,t,l)}finally{ce.H=o}},useRef:function(){return fe="useRef",Te(),ht().memoizedState},useState:function(){fe="useState",Te();var e=ce.H;ce.H=bE;try{return Wi(St)}finally{ce.H=e}},useDebugValue:function(){fe="useDebugValue",Te()},useDeferredValue:function(e,t){return fe="useDeferredValue",Te(),rp(e,t)},useTransition:function(){return fe="useTransition",Te(),op()},useSyncExternalStore:function(e,t,l){return fe="useSyncExternalStore",Te(),Qc(e,t,l)},useId:function(){return fe="useId",Te(),ht().memoizedState},useFormState:function(e){return fe="useFormState",Te(),is(),hs(e)},useActionState:function(e){return fe="useActionState",Te(),hs(e)},useOptimistic:function(e,t){return fe="useOptimistic",Te(),Fd(e,t)},useHostTransitionStatus:Ra,useMemoCache:fn,useCacheRefresh:function(){return fe="useCacheRefresh",Te(),ht().memoizedState}},pi={readContext:function(e){return C(),kt(e)},use:function(e){return E(),tr(e)},useCallback:function(e,t){return fe="useCallback",E(),lt(),Fc(e,t)},useContext:function(e){return fe="useContext",E(),lt(),kt(e)},useEffect:function(e,t){return fe="useEffect",E(),lt(),ep(e,t)},useImperativeHandle:function(e,t,l){return fe="useImperativeHandle",E(),lt(),np(e,t,l)},useInsertionEffect:function(e,t){fe="useInsertionEffect",E(),lt(),rl(4,Qa,e,t)},useLayoutEffect:function(e,t){return fe="useLayoutEffect",E(),lt(),tp(e,t)},useMemo:function(e,t){fe="useMemo",E(),lt();var l=ce.H;ce.H=pi;try{return ap(e,t)}finally{ce.H=l}},useReducer:function(e,t,l){fe="useReducer",E(),lt();var o=ce.H;ce.H=pi;try{return gt(e,t,l)}finally{ce.H=o}},useRef:function(e){return fe="useRef",E(),lt(),Ic(e)},useState:function(e){fe="useState",E(),lt();var t=ce.H;ce.H=pi;try{return Jr(e)}finally{ce.H=t}},useDebugValue:function(){fe="useDebugValue",E(),lt()},useDeferredValue:function(e,t){return fe="useDeferredValue",E(),lt(),lp(e,t)},useTransition:function(){return fe="useTransition",E(),lt(),rr()},useSyncExternalStore:function(e,t,l){return fe="useSyncExternalStore",E(),lt(),Kr(e,t,l)},useId:function(){return fe="useId",E(),lt(),ur()},useFormState:function(e,t){return fe="useFormState",E(),lt(),ps(e,t)},useActionState:function(e,t){return fe="useActionState",E(),lt(),ps(e,t)},useOptimistic:function(e){return fe="useOptimistic",E(),lt(),ql(e)},useMemoCache:function(e){return E(),fn(e)},useHostTransitionStatus:Ra,useCacheRefresh:function(){return fe="useCacheRefresh",lt(),no()}},yu={readContext:function(e){return C(),kt(e)},use:function(e){return E(),tr(e)},useCallback:function(e,t){return fe="useCallback",E(),Te(),eo(e,t)},useContext:function(e){return fe="useContext",E(),Te(),kt(e)},useEffect:function(e,t){fe="useEffect",E(),Te(),gn(2048,Gn,e,t)},useImperativeHandle:function(e,t,l){return fe="useImperativeHandle",E(),Te(),lr(e,t,l)},useInsertionEffect:function(e,t){return fe="useInsertionEffect",E(),Te(),gn(4,Qa,e,t)},useLayoutEffect:function(e,t){return fe="useLayoutEffect",E(),Te(),gn(4,fa,e,t)},useMemo:function(e,t){fe="useMemo",E(),Te();var l=ce.H;ce.H=yu;try{return Gu(e,t)}finally{ce.H=l}},useReducer:function(e,t,l){fe="useReducer",E(),Te();var o=ce.H;ce.H=yu;try{return al(e,t,l)}finally{ce.H=o}},useRef:function(){return fe="useRef",E(),Te(),ht().memoizedState},useState:function(){fe="useState",E(),Te();var e=ce.H;ce.H=yu;try{return al(St)}finally{ce.H=e}},useDebugValue:function(){fe="useDebugValue",E(),Te()},useDeferredValue:function(e,t){return fe="useDeferredValue",E(),Te(),Wc(e,t)},useTransition:function(){return fe="useTransition",E(),Te(),ip()},useSyncExternalStore:function(e,t,l){return fe="useSyncExternalStore",E(),Te(),Qc(e,t,l)},useId:function(){return fe="useId",E(),Te(),ht().memoizedState},useFormState:function(e){return fe="useFormState",E(),Te(),Wd(e)},useActionState:function(e){return fe="useActionState",E(),Te(),Wd(e)},useOptimistic:function(e,t){return fe="useOptimistic",E(),Te(),Ir(e,t)},useMemoCache:function(e){return E(),fn(e)},useHostTransitionStatus:Ra,useCacheRefresh:function(){return fe="useCacheRefresh",Te(),ht().memoizedState}},bE={readContext:function(e){return C(),kt(e)},use:function(e){return E(),tr(e)},useCallback:function(e,t){return fe="useCallback",E(),Te(),eo(e,t)},useContext:function(e){return fe="useContext",E(),Te(),kt(e)},useEffect:function(e,t){fe="useEffect",E(),Te(),gn(2048,Gn,e,t)},useImperativeHandle:function(e,t,l){return fe="useImperativeHandle",E(),Te(),lr(e,t,l)},useInsertionEffect:function(e,t){return fe="useInsertionEffect",E(),Te(),gn(4,Qa,e,t)},useLayoutEffect:function(e,t){return fe="useLayoutEffect",E(),Te(),gn(4,fa,e,t)},useMemo:function(e,t){fe="useMemo",E(),Te();var l=ce.H;ce.H=yu;try{return Gu(e,t)}finally{ce.H=l}},useReducer:function(e,t,l){fe="useReducer",E(),Te();var o=ce.H;ce.H=yu;try{return Wi(e,t,l)}finally{ce.H=o}},useRef:function(){return fe="useRef",E(),Te(),ht().memoizedState},useState:function(){fe="useState",E(),Te();var e=ce.H;ce.H=yu;try{return Wi(St)}finally{ce.H=e}},useDebugValue:function(){fe="useDebugValue",E(),Te()},useDeferredValue:function(e,t){return fe="useDeferredValue",E(),Te(),rp(e,t)},useTransition:function(){return fe="useTransition",E(),Te(),op()},useSyncExternalStore:function(e,t,l){return fe="useSyncExternalStore",E(),Te(),Qc(e,t,l)},useId:function(){return fe="useId",E(),Te(),ht().memoizedState},useFormState:function(e){return fe="useFormState",E(),Te(),hs(e)},useActionState:function(e){return fe="useActionState",E(),Te(),hs(e)},useOptimistic:function(e,t){return fe="useOptimistic",E(),Te(),Fd(e,t)},useMemoCache:function(e){return E(),fn(e)},useHostTransitionStatus:Ra,useCacheRefresh:function(){return fe="useCacheRefresh",Te(),ht().memoizedState}};var __={react_stack_bottom_frame:function(e,t,l){var o=_a;_a=!0;try{return e(t,l)}finally{_a=o}}},dC=__.react_stack_bottom_frame.bind(__),D_={react_stack_bottom_frame:function(e){var t=_a;_a=!0;try{return e.render()}finally{_a=t}}},z_=D_.react_stack_bottom_frame.bind(D_),N_={react_stack_bottom_frame:function(e,t){try{t.componentDidMount()}catch(l){Pe(e,e.return,l)}}},pC=N_.react_stack_bottom_frame.bind(N_),U_={react_stack_bottom_frame:function(e,t,l,o,f){try{t.componentDidUpdate(l,o,f)}catch(p){Pe(e,e.return,p)}}},B_=U_.react_stack_bottom_frame.bind(U_),H_={react_stack_bottom_frame:function(e,t){var l=t.stack;e.componentDidCatch(t.value,{componentStack:l!==null?l:""})}},hj=H_.react_stack_bottom_frame.bind(H_),j_={react_stack_bottom_frame:function(e,t,l){try{l.componentWillUnmount()}catch(o){Pe(e,t,o)}}},L_=j_.react_stack_bottom_frame.bind(j_),V_={react_stack_bottom_frame:function(e){e.resourceKind!=null&&console.error("Expected only SimpleEffects when enableUseEffectCRUDOverload is disabled, got %s",e.resourceKind);var t=e.create;return e=e.inst,t=t(),e.destroy=t}},mj=V_.react_stack_bottom_frame.bind(V_),k_={react_stack_bottom_frame:function(e,t,l){try{l()}catch(o){Pe(e,t,o)}}},yj=k_.react_stack_bottom_frame.bind(k_),P_={react_stack_bottom_frame:function(e){var t=e._init;return t(e._payload)}},Fs=P_.react_stack_bottom_frame.bind(P_),Bh=null,U0=0,ut=null,hC,Y_=hC=!1,G_={},X_={},$_={};S=function(e,t,l){if(l!==null&&typeof l=="object"&&l._store&&(!l._store.validated&&l.key==null||l._store.validated===2)){if(typeof l._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.");l._store.validated=1;var o=te(e),f=o||"null";if(!G_[f]){G_[f]=!0,l=l._owner,e=e._debugOwner;var p="";e&&typeof e.tag=="number"&&(f=te(e))&&(p=`
|
|
559
|
+
|
|
560
|
+
Check the render method of \``+f+"`."),p||o&&(p=`
|
|
561
|
+
|
|
562
|
+
Check the top-level render call using <`+o+">.");var g="";l!=null&&e!==l&&(o=null,typeof l.tag=="number"?o=te(l):typeof l.name=="string"&&(o=l.name),o&&(g=" It was passed a child from "+o+".")),Be(t,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.',p,g)})}}};var Hh=af(!0),Q_=af(!1),zr=Ee(null),hi=null,jh=1,B0=2,Xn=Ee(0),Z_={},K_=new Set,J_=new Set,I_=new Set,F_=new Set,W_=new Set,e2=new Set,t2=new Set,n2=new Set,a2=new Set,l2=new Set;Object.freeze(Z_);var mC={enqueueSetState:function(e,t,l){e=e._reactInternals;var o=xa(e),f=Wl(o);f.payload=t,l!=null&&(Fv(l),f.callback=l),t=wl(e,f,o),t!==null&&(ln(t,e,o),Lu(t,e,o)),Je(e,o)},enqueueReplaceState:function(e,t,l){e=e._reactInternals;var o=xa(e),f=Wl(o);f.tag=T_,f.payload=t,l!=null&&(Fv(l),f.callback=l),t=wl(e,f,o),t!==null&&(ln(t,e,o),Lu(t,e,o)),Je(e,o)},enqueueForceUpdate:function(e,t){e=e._reactInternals;var l=xa(e),o=Wl(l);o.tag=C_,t!=null&&(Fv(t),o.callback=t),t=wl(e,o,l),t!==null&&(ln(t,e,l),Lu(t,e,l)),qe!==null&&typeof qe.markForceUpdateScheduled=="function"&&qe.markForceUpdateScheduled(e,l)}},yC=typeof reportError=="function"?reportError:function(e){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var t=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof e=="object"&&e!==null&&typeof e.message=="string"?String(e.message):String(e),error:e});if(!window.dispatchEvent(t))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",e);return}console.error(e)},Lh=null,bC=null,r2=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."),ea=!1,u2={},i2={},o2={},s2={},Vh=!1,c2={},vC={},gC={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null},f2=!1,d2=null;d2=new Set;var No=!1,Rn=!1,SC=!1,p2=typeof WeakSet=="function"?WeakSet:Set,ta=null,kh=null,Ph=null,Dn=null,ml=!1,bu=null,H0=8192,bj={getCacheForType:function(e){var t=kt(Yn),l=t.data.get(e);return l===void 0&&(l=e(),t.data.set(e,l)),l},getOwner:function(){return Ga}};if(typeof Symbol=="function"&&Symbol.for){var j0=Symbol.for;j0("selector.component"),j0("selector.has_pseudo_class"),j0("selector.role"),j0("selector.test_id"),j0("selector.text")}var vj=[],gj=typeof WeakMap=="function"?WeakMap:Map,Hl=0,Za=2,vu=4,Uo=0,L0=1,Yh=2,EC=3,ed=4,vE=6,h2=5,_t=Hl,Pt=null,dt=null,pt=0,yl=0,V0=1,td=2,k0=3,m2=4,RC=5,Gh=6,P0=7,TC=8,nd=9,Ut=yl,jl=null,Ws=!1,Xh=!1,CC=!1,mi=0,yn=Uo,ec=0,tc=0,xC=0,Ll=0,ad=0,Y0=null,Ka=null,gE=!1,AC=0,y2=300,SE=1/0,b2=500,G0=null,nc=null,Sj=0,Ej=1,Rj=2,ld=0,v2=1,g2=2,S2=3,Tj=4,wC=5,da=0,ac=null,$h=null,lc=0,OC=0,MC=null,E2=null,Cj=50,X0=0,qC=null,_C=!1,EE=!1,xj=50,rd=0,$0=null,Qh=!1,RE=null,R2=!1,T2=new Set,Aj={},TE=null,Zh=null,DC=!1,zC=!1,CE=!1,NC=!1,ud=0,UC={};(function(){for(var e=0;e<FT.length;e++){var t=FT[e],l=t.toLowerCase();t=t[0].toUpperCase()+t.slice(1),Rl(l,"on"+t)}Rl(i_,"onAnimationEnd"),Rl(o_,"onAnimationIteration"),Rl(s_,"onAnimationStart"),Rl("dblclick","onDoubleClick"),Rl("focusin","onFocus"),Rl("focusout","onBlur"),Rl(aj,"onTransitionRun"),Rl(lj,"onTransitionStart"),Rl(rj,"onTransitionCancel"),Rl(c_,"onTransitionEnd")})(),Lr("onMouseEnter",["mouseout","mouseover"]),Lr("onMouseLeave",["mouseout","mouseover"]),Lr("onPointerEnter",["pointerout","pointerover"]),Lr("onPointerLeave",["pointerout","pointerover"]),Xl("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),Xl("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),Xl("onBeforeInput",["compositionend","keypress","textInput","paste"]),Xl("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),Xl("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),Xl("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Q0="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(" "),BC=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(Q0)),xE="_reactListening"+Math.random().toString(36).slice(2),C2=!1,x2=!1,AE=!1,A2=!1,wE=!1,OE=!1,w2=!1,ME={},wj=/\r\n?/g,Oj=/\u0000|\uFFFD/g,id="http://www.w3.org/1999/xlink",HC="http://www.w3.org/XML/1998/namespace",Mj="javascript:throw new Error('React form unexpectedly submitted.')",qj="suppressHydrationWarning",qE="$",_E="/$",Bo="$?",Z0="$!",_j=1,Dj=2,zj=4,jC="F!",O2="F",M2="complete",Nj="style",Ho=0,Kh=1,DE=2,LC=null,VC=null,q2={dialog:!0,webview:!0},kC=null,_2=typeof setTimeout=="function"?setTimeout:void 0,Uj=typeof clearTimeout=="function"?clearTimeout:void 0,od=-1,D2=typeof Promise=="function"?Promise:void 0,Bj=typeof queueMicrotask=="function"?queueMicrotask:typeof D2<"u"?function(e){return D2.resolve(null).then(e).catch(jg)}:_2,PC=null,sd=0,K0=1,z2=2,N2=3,Nr=4,Ur=new Map,U2=new Set,jo=$e.d;$e.d={f:function(){var e=jo.f(),t=po();return e||t},r:function(e){var t=na(e);t!==null&&t.tag===5&&t.type==="form"?Kv(t):jo.r(e)},D:function(e){jo.D(e),US("dns-prefetch",e,null)},C:function(e,t){jo.C(e,t),US("preconnect",e,t)},L:function(e,t,l){jo.L(e,t,l);var o=Jh;if(o&&e&&t){var f='link[rel="preload"][as="'+Ua(t)+'"]';t==="image"&&l&&l.imageSrcSet?(f+='[imagesrcset="'+Ua(l.imageSrcSet)+'"]',typeof l.imageSizes=="string"&&(f+='[imagesizes="'+Ua(l.imageSizes)+'"]')):f+='[href="'+Ua(e)+'"]';var p=f;switch(t){case"style":p=ei(e);break;case"script":p=So(e)}Ur.has(p)||(e=at({rel:"preload",href:t==="image"&&l&&l.imageSrcSet?void 0:e,as:t},l),Ur.set(p,e),o.querySelector(f)!==null||t==="style"&&o.querySelector(Sr(p))||t==="script"&&o.querySelector(Eo(p))||(t=o.createElement("link"),un(t,"link",e),pn(t),o.head.appendChild(t)))}},m:function(e,t){jo.m(e,t);var l=Jh;if(l&&e){var o=t&&typeof t.as=="string"?t.as:"script",f='link[rel="modulepreload"][as="'+Ua(o)+'"][href="'+Ua(e)+'"]',p=f;switch(o){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":p=So(e)}if(!Ur.has(p)&&(e=at({rel:"modulepreload",href:e},t),Ur.set(p,e),l.querySelector(f)===null)){switch(o){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(l.querySelector(Eo(p)))return}o=l.createElement("link"),un(o,"link",e),pn(o),l.head.appendChild(o)}}},X:function(e,t){jo.X(e,t);var l=Jh;if(l&&e){var o=Ia(l).hoistableScripts,f=So(e),p=o.get(f);p||(p=l.querySelector(Eo(f)),p||(e=at({src:e,async:!0},t),(t=Ur.get(f))&&$g(e,t),p=l.createElement("script"),pn(p),un(p,"link",e),l.head.appendChild(p)),p={type:"script",instance:p,count:1,state:null},o.set(f,p))}},S:function(e,t,l){jo.S(e,t,l);var o=Jh;if(o&&e){var f=Ia(o).hoistableStyles,p=ei(e);t=t||"default";var g=f.get(p);if(!g){var R={loading:sd,preload:null};if(g=o.querySelector(Sr(p)))R.loading=K0|Nr;else{e=at({rel:"stylesheet",href:e,"data-precedence":t},l),(l=Ur.get(p))&&Xg(e,l);var M=g=o.createElement("link");pn(M),un(M,"link",e),M._p=new Promise(function(_,le){M.onload=_,M.onerror=le}),M.addEventListener("load",function(){R.loading|=K0}),M.addEventListener("error",function(){R.loading|=z2}),R.loading|=Nr,Wp(g,t,o)}g={type:"stylesheet",instance:g,count:1,state:R},f.set(p,g)}}},M:function(e,t){jo.M(e,t);var l=Jh;if(l&&e){var o=Ia(l).hoistableScripts,f=So(e),p=o.get(f);p||(p=l.querySelector(Eo(f)),p||(e=at({src:e,async:!0,type:"module"},t),(t=Ur.get(f))&&$g(e,t),p=l.createElement("script"),pn(p),un(p,"link",e),l.head.appendChild(p)),p={type:"script",instance:p,count:1,state:null},o.set(f,p))}}};var Jh=typeof document>"u"?null:document,zE=null,J0=null,YC=null,NE=null,cd=kT,I0={$$typeof:fl,Provider:null,Consumer:null,_currentValue:cd,_currentValue2:cd,_threadCount:0},B2="%c%s%c ",H2="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",j2="",UE=" ",Hj=Function.prototype.bind,L2=!1,V2=null,k2=null,P2=null,Y2=null,G2=null,X2=null,$2=null,Q2=null,Z2=null;V2=function(e,t,l,o){t=a(e,t),t!==null&&(l=u(t.memoizedState,l,0,o),t.memoizedState=l,t.baseState=l,e.memoizedProps=at({},e.memoizedProps),l=va(e,2),l!==null&&ln(l,e,2))},k2=function(e,t,l){t=a(e,t),t!==null&&(l=m(t.memoizedState,l,0),t.memoizedState=l,t.baseState=l,e.memoizedProps=at({},e.memoizedProps),l=va(e,2),l!==null&&ln(l,e,2))},P2=function(e,t,l,o){t=a(e,t),t!==null&&(l=s(t.memoizedState,l,o),t.memoizedState=l,t.baseState=l,e.memoizedProps=at({},e.memoizedProps),l=va(e,2),l!==null&&ln(l,e,2))},Y2=function(e,t,l){e.pendingProps=u(e.memoizedProps,t,0,l),e.alternate&&(e.alternate.pendingProps=e.pendingProps),t=va(e,2),t!==null&&ln(t,e,2)},G2=function(e,t){e.pendingProps=m(e.memoizedProps,t,0),e.alternate&&(e.alternate.pendingProps=e.pendingProps),t=va(e,2),t!==null&&ln(t,e,2)},X2=function(e,t,l){e.pendingProps=s(e.memoizedProps,t,l),e.alternate&&(e.alternate.pendingProps=e.pendingProps),t=va(e,2),t!==null&&ln(t,e,2)},$2=function(e){var t=va(e,2);t!==null&&ln(t,e,2)},Q2=function(e){v=e},Z2=function(e){b=e};var BE=!0,HE=null,GC=!1,rc=null,uc=null,ic=null,F0=new Map,W0=new Map,oc=[],jj="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(" "),jE=null;if(_f.prototype.render=rh.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error("Cannot update an unmounted root.");var l=arguments;typeof l[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()."):ue(l[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 l[1]<"u"&&console.error("You passed a second argument to root.render(...) but it only accepts one argument."),l=e;var o=t.current,f=xa(o);qt(o,f,l,t,null,null)},_f.prototype.unmount=rh.prototype.unmount=function(){var e=arguments;if(typeof e[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()."),e=this._internalRoot,e!==null){this._internalRoot=null;var t=e.containerInfo;(_t&(Za|vu))!==Hl&&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."),qt(e.current,2,null,e,null,null),po(),t[oi]=null}},_f.prototype.unstable_scheduleHydration=function(e){if(e){var t=wd();e={blockedOn:null,target:e,priority:t};for(var l=0;l<oc.length&&t!==0&&t<oc[l].priority;l++);oc.splice(l,0,e),l===0&&kS(e)}},(function(){var e=Df.version;if(e!=="19.1.1")throw Error(`Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:
|
|
563
|
+
- react: `+(e+`
|
|
564
|
+
- react-dom: 19.1.1
|
|
565
|
+
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"),$e.findDOMNode=function(e){var t=e._reactInternals;if(t===void 0)throw typeof e.render=="function"?Error("Unable to find node on an unmounted component."):(e=Object.keys(e).join(","),Error("Argument appears to not be a ReactComponent. Keys: "+e));return e=ie(t),e=e!==null?ne(e):null,e=e===null?null:e.stateNode,e},!(function(){var e={bundleType:1,version:"19.1.1",rendererPackageName:"react-dom",currentDispatcherRef:ce,reconcilerVersion:"19.1.1"};return e.overrideHookState=V2,e.overrideHookStateDeletePath=k2,e.overrideHookStateRenamePath=P2,e.overrideProps=Y2,e.overridePropsDeletePath=G2,e.overridePropsRenamePath=X2,e.scheduleUpdate=$2,e.setErrorHandler=Q2,e.setSuspenseHandler=Z2,e.scheduleRefresh=N,e.scheduleRoot=D,e.setRefreshHandler=k,e.getCurrentFiber=HT,e.getLaneLabelMap=jT,e.injectProfilingHooks=ba,bt(e)})()&&H&&window.top===window.self&&(-1<navigator.userAgent.indexOf("Chrome")&&navigator.userAgent.indexOf("Edge")===-1||-1<navigator.userAgent.indexOf("Firefox"))){var K2=window.location.protocol;/^(https?|file):$/.test(K2)&&console.info("%cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools"+(K2==="file:"?`
|
|
566
|
+
You might need to use a local HTTP server (instead of file://): https://react.dev/link/react-devtools-faq`:""),"font-weight:bold")}ov.createRoot=function(e,t){if(!ue(e))throw Error("Target container is not a DOM element.");GS(e);var l=!1,o="",f=Wv,p=gS,g=dp,R=null;return t!=null&&(t.hydrate?console.warn("hydrate through createRoot is deprecated. Use ReactDOMClient.hydrateRoot(container, <App />) instead."):typeof t=="object"&&t!==null&&t.$$typeof===ai&&console.error(`You passed a JSX element to createRoot. You probably meant to call root.render instead. Example usage:
|
|
567
|
+
|
|
568
|
+
let root = createRoot(domContainer);
|
|
569
|
+
root.render(<App />);`),t.unstable_strictMode===!0&&(l=!0),t.identifierPrefix!==void 0&&(o=t.identifierPrefix),t.onUncaughtError!==void 0&&(f=t.onUncaughtError),t.onCaughtError!==void 0&&(p=t.onCaughtError),t.onRecoverableError!==void 0&&(g=t.onRecoverableError),t.unstable_transitionCallbacks!==void 0&&(R=t.unstable_transitionCallbacks)),t=Kg(e,1,!1,null,null,l,o,f,p,g,R,null),e[oi]=t.current,_g(e),new rh(t)},ov.hydrateRoot=function(e,t,l){if(!ue(e))throw Error("Target container is not a DOM element.");GS(e),t===void 0&&console.error("Must provide initial children as second argument to hydrateRoot. Example usage: hydrateRoot(domContainer, <App />)");var o=!1,f="",p=Wv,g=gS,R=dp,M=null,_=null;return l!=null&&(l.unstable_strictMode===!0&&(o=!0),l.identifierPrefix!==void 0&&(f=l.identifierPrefix),l.onUncaughtError!==void 0&&(p=l.onUncaughtError),l.onCaughtError!==void 0&&(g=l.onCaughtError),l.onRecoverableError!==void 0&&(R=l.onRecoverableError),l.unstable_transitionCallbacks!==void 0&&(M=l.unstable_transitionCallbacks),l.formState!==void 0&&(_=l.formState)),t=Kg(e,1,!0,t,l??null,o,f,p,g,R,M,_),t.context=Jg(null),l=t.current,o=xa(l),o=zn(o),f=Wl(o),f.callback=null,wl(l,f,o),l=o,t.current.lanes=l,Cu(t,l),ol(t),e[oi]=t.current,_g(e),new _f(t)},ov.version="19.1.1",typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),ov}var Iq;function DH(){if(Iq)return Q1.exports;Iq=1;function a(){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(a)}catch(u){console.error(u)}}}return process.env.NODE_ENV==="production"?(a(),Q1.exports=qH()):Q1.exports=_H(),Q1.exports}var zH=DH();const NH=J2({__proto__:null},[zH]);pa.beforeEach=fD,pa.describe=dD,pa.expect=rm,pa.initViteLoadTests=a3,pa.it=pD,pa.itOnly=hD,pa.itSkip=mD,pa.twd=yD,pa.userEvent=wH,Object.defineProperty(pa,Symbol.toStringTag,{value:"Module"})}));
|