@tanstack/react-router 0.0.1-beta.203 → 0.0.1-beta.204
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.
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
*
|
|
50
50
|
* @license MIT
|
|
51
51
|
*/
|
|
52
|
-
function b(t){return t[t.length-1]}function S(t,e){return"function"==typeof t?t(e):t}function R(t,e){return e.reduce(((e,r)=>(e[r]=t[r],e)),{})}function _(t,e){if(t===e)return t;const r=e,o=Array.isArray(t)&&Array.isArray(r);if(o||E(t)&&E(r)){const e=o?t.length:Object.keys(t).length,s=o?r:Object.keys(r),n=s.length,a=o?[]:{};let i=0;for(let e=0;e<n;e++){const n=o?e:s[e];a[n]=_(t[n],r[n]),a[n]===t[n]&&i++}return e===n&&i===e?t:a}return r}function E(t){if(!x(t))return!1;const e=t.constructor;if(void 0===e)return!0;const r=e.prototype;return!!x(r)&&!!r.hasOwnProperty("isPrototypeOf")}function x(t){return"[object Object]"===Object.prototype.toString.call(t)}function I(t,e){return t===e||typeof t==typeof e&&(E(t)&&E(e)?!Object.keys(e).some((r=>!I(t[r],e[r]))):!(!Array.isArray(t)||!Array.isArray(e))&&(t.length===e.length&&t.every(((t,r)=>I(t,e[r])))))}function M(t){return P(t.filter(Boolean).join("/"))}function P(t){return t.replace(/\/{2,}/g,"/")}function L(t){return"/"===t?t:t.replace(/^\/{1,}/,"")}function C(t){return"/"===t?t:t.replace(/\/{1,}$/,"")}function O(t){return C(L(t))}function A(t,e,r){e=e.replace(new RegExp(`^${t}`),"/"),r=r.replace(new RegExp(`^${t}`),"/");let o=k(e);const s=k(r);s.forEach(((t,e)=>{if("/"===t.value)e?e===s.length-1&&o.push(t):o=[t];else if(".."===t.value)o.length>1&&"/"===b(o)?.value&&o.pop(),o.pop();else{if("."===t.value)return;o.push(t)}}));return P(M([t,...o.map((t=>t.value))]))}function k(t){if(!t)return[];const e=[];if("/"===(t=P(t)).slice(0,1)&&(t=t.substring(1),e.push({type:"pathname",value:"/"})),!t)return e;const r=t.split("/").filter(Boolean);return e.push(...r.map((t=>"$"===t||"*"===t?{type:"wildcard",value:t}:"$"===t.charAt(0)?{type:"param",value:t}:{type:"pathname",value:t}))),"/"===t.slice(-1)&&(t=t.substring(1),e.push({type:"pathname",value:"/"})),e}function j(t,e,r=!1){return M(k(t).map((t=>{if("wildcard"===t.type){const o=e[t.value];return r?`${t.value}${o??""}`:o}return"param"===t.type?e[t.value.substring(1)]??"":t.value})))}function D(t,e,r){const o=B(t,e,r);if(!r.to||o)return o??{}}function B(t,e,r){e="/"!=t?e.substring(t.length):e;const o=`${r.to??"$"}`,s=k(e),n=k(o);e.startsWith("/")||s.unshift({type:"pathname",value:"/"}),o.startsWith("/")||n.unshift({type:"pathname",value:"/"});const a={};return(()=>{for(let t=0;t<Math.max(s.length,n.length);t++){const e=s[t],o=n[t],i=t>=s.length-1,c=t>=n.length-1;if(o){if("wildcard"===o.type)return!!e?.value&&(a["*"]=M(s.slice(t).map((t=>t.value))),!0);if("pathname"===o.type){if("/"===o.value&&!e?.value)return!0;if(e)if(r.caseSensitive){if(o.value!==e.value)return!1}else if(o.value.toLowerCase()!==e.value.toLowerCase())return!1}if(!e)return!1;if("param"===o.type){if("/"===e?.value)return!1;"$"!==e.value.charAt(0)&&(a[o.value.substring(1)]=e.value)}}if(!i&&c)return!!r.fuzzy}return!0})()?a:void 0}function T(t,e){var r,o,s,n="";for(r in t)if(void 0!==(s=t[r]))if(Array.isArray(s))for(o=0;o<s.length;o++)n&&(n+="&"),n+=encodeURIComponent(r)+"="+encodeURIComponent(s[o]);else n&&(n+="&"),n+=encodeURIComponent(r)+"="+encodeURIComponent(s);return(e||"")+n}function $(t){if(!t)return"";var e=decodeURIComponent(t);return"false"!==e&&("true"===e||(0*+e==0&&+e+""===e?+e:e))}function F(t){for(var e,r,o={},s=t.split("&");e=s.shift();)void 0!==o[r=(e=e.split("=")).shift()]?o[r]=[].concat(o[r],$(e.shift())):o[r]=$(e.shift());return o}const H="__root__";class N{constructor(t){this.options=t||{},this.isRoot=!t?.getParentRoute,N.__onInit(this)}init=t=>{this.originalIndex=t.originalIndex,this.router=t.router;const e=this.options,r=!e?.path&&!e?.id;this.parentRoute=this.options?.getParentRoute?.(),r?this.path=H:w(this.parentRoute);let o=r?H:e.path;o&&"/"!==o&&(o=O(o));const s=e?.id||o;let n=r?H:M([this.parentRoute.id===H?"":this.parentRoute.id,s]);o===H&&(o="/"),n!==H&&(n=M(["/",n]));const a=n===H?"/":M([this.parentRoute.fullPath,o]);this.path=o,this.id=n,this.fullPath=a,this.to=a};addChildren=t=>(this.children=t,this);update=t=>(Object.assign(this.options,t),this);static __onInit=t=>{}}class K extends N{constructor(t){super(t)}}const W=z(JSON.parse),U=Y(JSON.stringify,JSON.parse);function z(t){return e=>{"?"===e.substring(0,1)&&(e=e.substring(1));let r=F(e);for(let e in r){const o=r[e];if("string"==typeof o)try{r[e]=t(o)}catch(t){}}return r}}function Y(t,e){return r=>{(r={...r})&&Object.keys(r).forEach((o=>{const s=r[o];void 0===s||void 0===s?delete r[o]:r[o]=function(r){if("object"==typeof r&&null!==r)try{return t(r)}catch(t){}else if("string"==typeof r&&"function"==typeof e)try{return e(r),t(r)}catch(t){}return r}(s)}));const o=T(r).toString();return o?`?${o}`:""}}const J=["component","errorComponent","pendingComponent"],q="visibilitychange",X="focus",V="Error preloading route! ☝️";const G="undefined"==typeof window||!window.document.createElement;function Q(){return{status:"idle",isFetching:!1,resolvedLocation:null,location:null,matchesById:{},matchIds:[],pendingMatchIds:[],matches:[],pendingMatches:[],renderedMatchIds:[],renderedMatches:[],lastUpdated:Date.now()}}function Z(t){return!!t?.isRedirect}class tt extends Error{}class et extends Error{}function rt(t,e){const r=Date.now();return!!t.invalid||(e?.preload?!(t.preloadMaxAge<0)&&t.updatedAt+t.preloadMaxAge<r:!(t.maxAge<0)&&t.updatedAt+t.maxAge<r)}const ot="window",st="___";let nt,at={},it=!1;const ct="undefined"!=typeof window&&window.sessionStorage,ht=t=>t.state.key;function ut(t,e){const r=e?.getKey||ht;ct&&(nt||(nt=(()=>{const t="tsr-scroll-restoration-v1",e=JSON.parse(window.sessionStorage.getItem(t)||"{}");return{current:e,set:(r,o)=>{e[r]=o,window.sessionStorage.setItem(t,JSON.stringify(nt))}}})()));const{history:o}=window;o.scrollRestoration&&(o.scrollRestoration="manual");const s=e=>{const o=r(t.state.resolvedLocation);at[o]||(at[o]=new WeakSet);const s=at[o];if(s.has(e.target))return;s.add(e.target);const a=[o,e.target===document||e.target===window?ot:n(e.target)].join(st);nt.current[a]||nt.set(a,{scrollX:NaN,scrollY:NaN})},n=t=>{let e,r=[];for(;e=t.parentNode;)r.unshift(`${t.tagName}:nth-child(${[].indexOf.call(e.children,t)+1})`),t=e;return`${r.join(" > ")}`.toLowerCase()};"undefined"!=typeof document&&document.addEventListener("scroll",s,!0);const a=t.subscribe("onBeforeLoad",(t=>{t.pathChanged&&(t=>{const e=r(t);for(const t in nt.current){const r=nt.current[t],[o,s]=t.split(st);if(e===o){if(s===ot)r.scrollX=window.scrollX||0,r.scrollY=window.scrollY||0;else if(s){const t=document.querySelector(s);r.scrollX=t?.scrollLeft||0,r.scrollY=t?.scrollTop||0}nt.set(t,r)}}})(t.from)})),i=t.subscribe("onLoad",(t=>{t.pathChanged&&(it=!0)}));return()=>{document.removeEventListener("scroll",s),a(),i()}}function lt(t,e){if(it){if(!t.resetNextScroll)return;it=!1;const r=(e?.getKey||ht)(t.state.location);let o=!1;for(const t in nt.current){const e=nt.current[t],[s,n]=t.split(st);if(s===r)if(n===ot)o=!0,window.scrollTo(e.scrollX,e.scrollY);else if(n){const t=document.querySelector(n);t&&(t.scrollLeft=e.scrollX,t.scrollTop=e.scrollY)}}o||window.scrollTo(0,0)}}function dt(t){return"object"==typeof t&&null!==t&&!(t instanceof Promise)&&!t.then&&"__deferredState"in t}function pt(){return pt=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},pt.apply(this,arguments)}const ft="undefined"!=typeof window?s.useLayoutEffect:s.useEffect;function mt(t){const e=St(),r=Rt({strict:!1}),{type:o,children:n,target:a,activeProps:i=(()=>({className:"active"})),inactiveProps:c=(()=>({})),activeOptions:h,disabled:u,hash:l,search:d,params:p,to:f,state:m,mask:y,preload:g,preloadDelay:v,replace:w,style:b,className:R,onClick:_,onFocus:E,onMouseEnter:x,onMouseLeave:I,onTouchStart:M,...P}=t,L=e.buildLink({from:t.to?r.pathname:void 0,...t});if("external"===L.type){const{href:t}=L;return{href:t}}const{handleClick:C,handleFocus:O,handleEnter:A,handleLeave:k,handleTouchStart:j,isActive:D,next:B}=L,T=t=>e=>{e.persist&&e.persist(),t.filter(Boolean).forEach((t=>{e.defaultPrevented||t(e)}))},$=D?S(i,{})??{}:{},F=D?{}:S(c,{})??{};return{...$,...F,...P,href:u?void 0:B.maskedLocation?B.maskedLocation.href:B.href,onClick:T([_,e=>{(t.startTransition??1)&&(s.startTransition||(t=>t))((()=>{C(e)}))}]),onFocus:T([E,O]),onMouseEnter:T([x,A]),onMouseLeave:T([I,k]),onTouchStart:T([M,j]),target:a,style:{...b,...$.style,...F.style},className:[R,$.className,F.className].filter(Boolean).join(" ")||void 0,...u?{role:"link","aria-disabled":!0}:void 0,"data-status":D?"active":void 0}}N.__onInit=t=>{Object.assign(t,{useMatch:(e={})=>Rt({...e,from:t.id}),useLoader:(e={})=>_t({...e,from:t.id}),useRouteContext:(e={})=>Rt({...e,from:t.id,select:t=>e?.select?e.select(t.context):t.context}),useSearch:(e={})=>Et({...e,from:t.id}),useParams:(e={})=>xt({...e,from:t.id})})};const yt=s.forwardRef(((t,e)=>{const r=mt(t);return s.createElement("a",pt({ref:e},r,{children:"function"==typeof t.children?t.children({isActive:"active"===r["data-status"]}):t.children}))}));const gt=s.createContext(null),vt=s.createContext(null);function wt(t){return a(St().__store,t?.select)}function bt(){const t=St(),e=wt({select:t=>t.renderedMatchIds}),r=wt({select:t=>t.resolvedLocation.state?.key}),o=t.getRoute(H),n=s.useCallback((t=>s.createElement(jt,{...t,useMatch:o.useMatch,useRouteContext:o.useRouteContext,useSearch:o.useSearch,useParams:o.useParams})),[o]);return s.createElement(gt.Provider,{value:[void 0,...e]},s.createElement(At,{resetKey:r,errorComponent:n,onCatch:()=>{}},s.createElement(Mt,null)))}function St(){return s.useContext(vt)}function Rt(t){const e=St(),r=s.useContext(gt)[0],o=e.getRouteMatch(r)?.routeId,n=wt({select:e=>(t?.from?e.renderedMatches.find((e=>e.routeId===t?.from)):e.renderedMatches.find((t=>t.id===r))).routeId});(t?.strict??1)&&w(o==n);return wt({select:e=>{const o=t?.from?e.renderedMatches.find((e=>e.routeId===t?.from)):e.renderedMatches.find((t=>t.id===r));return w(o,t?.from&&t.from),t?.select?t.select(o):o}})}function _t(t){return Rt({...t,select:e=>t?.select?t?.select(e.loaderData):e.loaderData})}function Et(t){return Rt({...t,select:e=>t?.select?t.select(e.search):e.search})}function xt(t){return wt({select:e=>{const r=b(e.renderedMatches)?.params;return t?.select?t.select(r):r}})}function It(){const t=St();return s.useCallback((e=>{const{pending:r,caseSensitive:o,...s}=e;return t.matchRoute(s,{pending:r,caseSensitive:o})}),[])}function Mt(){const t=s.useContext(gt).slice(1);return t[0]?s.createElement(Lt,{matchIds:t}):null}const Pt=()=>null;function Lt({matchIds:t}){const e=St(),r=t[0],o=e.getRouteMatch(r).routeId,n=e.getRoute(o),a=wt({select:t=>t.resolvedLocation.state?.key}),i=n.options.pendingComponent??e.options.defaultPendingComponent??Pt,c=n.options.errorComponent??e.options.defaultErrorComponent??jt,h=n.options.wrapInSuspense??!n.isRoot?s.Suspense:Ot,u=c?At:Ot,l=s.useCallback((t=>s.createElement(c,{...t,useMatch:n.useMatch,useRouteContext:n.useRouteContext,useSearch:n.useSearch,useParams:n.useParams})),[n]);return s.createElement(gt.Provider,{value:t},s.createElement(h,{fallback:s.createElement(i,{useMatch:n.useMatch,useRouteContext:n.useRouteContext,useSearch:n.useSearch,useParams:n.useParams})},s.createElement(u,{resetKey:a,errorComponent:l,onCatch:()=>{}},s.createElement(Ct,{matchId:r,PendingComponent:i}))))}function Ct({matchId:t,PendingComponent:e}){const r=St(),o=wt({select:e=>R(e.matchesById[t],["status","loadPromise","routeId","error"])}),n=r.getRoute(o.routeId);if("error"===o.status)throw o.error;if("pending"===o.status)return s.createElement(e,{useLoader:n.useLoader,useMatch:n.useMatch,useRouteContext:n.useRouteContext,useSearch:n.useSearch,useParams:n.useParams});if("success"===o.status){let t=n.options.component??r.options.defaultComponent;return t?s.createElement(t,{useLoader:n.useLoader,useMatch:n.useMatch,useRouteContext:n.useRouteContext,useSearch:n.useSearch,useParams:n.useParams}):s.createElement(Mt,null)}w(!1)}function Ot(t){return s.createElement(s.Fragment,null,t.children)}function At(t){const e=t.errorComponent??jt;return s.createElement(kt,{resetKey:t.resetKey,onCatch:t.onCatch,children:({error:r})=>r?s.createElement(e,{error:r}):t.children})}class kt extends s.Component{state={error:null};static getDerivedStateFromError(t){return{error:t}}componentDidUpdate(t,e){e.error&&t.resetKey!==this.props.resetKey&&this.setState({error:null})}componentDidCatch(t){this.props.onCatch?.(t)}render(){return this.props.children(this.state)}}function jt({error:t}){const[e,r]=s.useState(!1);return s.createElement("div",{style:{padding:".5rem",maxWidth:"100%"}},s.createElement("div",{style:{display:"flex",alignItems:"center",gap:".5rem"}},s.createElement("strong",{style:{fontSize:"1rem"}},"Something went wrong!"),s.createElement("button",{style:{appearance:"none",fontSize:".6em",border:"1px solid currentColor",padding:".1rem .2rem",fontWeight:"bold",borderRadius:".25rem"},onClick:()=>r((t=>!t))},e?"Hide Error":"Show Error")),s.createElement("div",{style:{height:".25rem"}}),e?s.createElement("div",null,s.createElement("pre",{style:{fontSize:".7em",border:"1px solid red",borderRadius:".25rem",padding:".3rem",color:"red",overflow:"auto"}},t.message?s.createElement("code",null,t.message):null)):null)}function Dt(t,e=!0){const r=St();s.useEffect((()=>{if(!e)return;let o=r.history.block(((e,r)=>{window.confirm(t)&&(o(),e())}));return o}))}const Bt="undefined"!=typeof window?s.useLayoutEffect:s.useEffect;function Tt(t){const e=St();Bt((()=>ut(e,t)),[]),Bt((()=>{lt(e,t)}))}function $t({promise:t}){const e=St();let r=t.__deferredState;const o=`__TSR__DEFERRED__${r.uid}`;if(dt(t)&&(r=e.hydrateData(o),(t=Promise.resolve(r.data)).__deferredState=r),"pending"===r.status)throw t;if("error"===r.status)throw r.error;return e.dehydrateData(o,r),[r.data]}t.Await=function(t){const e=$t(t);return t.children(...e)},t.Block=function({message:t,condition:e,children:r}){return Dt(t,e),r??null},t.CatchBoundary=At,t.CatchBoundaryImpl=kt,t.ErrorComponent=jt,t.FileRoute=class{constructor(t){this.path=t}createRoute=t=>{const e=new N(t);return e.isRoot=!1,e}},t.Link=yt,t.MatchRoute=function(t){const e=It()(t);return"function"==typeof t.children?t.children(e):e?t.children:null},t.Navigate=function(t){const e=St(),r=Rt({strict:!1});return ft((()=>{e.navigate({from:t.to?r.pathname:void 0,...t})}),[]),null},t.Outlet=Mt,t.PathParamError=et,t.RootRoute=K,t.Route=N,t.Router=class{#t;resetNextScroll=!1;tempLocationKey=`${Math.round(1e7*Math.random())}`;constructor(t){this.options={defaultPreloadDelay:50,context:void 0,...t,stringifySearch:t?.stringifySearch??U,parseSearch:t?.parseSearch??W},this.__store=new n(Q(),{onUpdate:()=>{const t=this.state,e=this.__store.state,r=t.matchesById!==e.matchesById;let o,s;if(r||(o=t.matchIds.length!==e.matchIds.length||t.matchIds.some(((t,r)=>t!==e.matchIds[r])),s=t.pendingMatchIds.length!==e.pendingMatchIds.length||t.pendingMatchIds.some(((t,r)=>t!==e.pendingMatchIds[r]))),(r||o)&&(e.matches=e.matchIds.map((t=>e.matchesById[t]))),(r||s)&&(e.pendingMatches=e.pendingMatchIds.map((t=>e.matchesById[t]))),r||o||s){const t=e.pendingMatches.some((t=>!!this.getRoute(t.routeId)?.options.pendingComponent));e.renderedMatchIds=t?e.pendingMatchIds:e.matchIds,e.renderedMatches=e.renderedMatchIds.map((t=>e.matchesById[t]))}e.isFetching=[...e.matches,...e.pendingMatches].some((t=>t.isFetching)),this.state=e},defaultPriority:"low"}),this.state=this.__store.state,this.update(t);const e=this.buildLocation({search:!0,params:!0,hash:!0,state:!0});this.state.location.href!==e.href&&this.#e({...e,replace:!0})}subscribers=new Set;subscribe=(t,e)=>{const r={eventType:t,fn:e};return this.subscribers.add(r),()=>{this.subscribers.delete(r)}};#r=t=>{this.subscribers.forEach((e=>{e.eventType===t.type&&e.fn(t)}))};reset=()=>{this.__store.setState((t=>Object.assign(t,Q())))};mount=()=>("undefined"!=typeof window&&window.addEventListener&&(window.addEventListener(q,this.#o,!1),window.addEventListener(X,this.#o,!1)),this.safeLoad(),()=>{"undefined"!=typeof window&&window.removeEventListener&&(window.removeEventListener(q,this.#o),window.removeEventListener(X,this.#o))});#o=()=>{(this.options.reloadOnWindowFocus??1)&&this.invalidate({__fromFocus:!0})};update=t=>{if(this.options={...this.options,...t,context:{...this.options.context,...t?.context}},!this.history||this.options.history&&this.options.history!==this.history){this.#t&&this.#t(),this.history=this.options.history??(G?y():m());const t=this.#s();this.__store.setState((e=>({...e,resolvedLocation:t,location:t}))),this.#t=this.history.subscribe((()=>{this.safeLoad({next:this.#s(this.state.location)})}))}const{basepath:e,routeTree:r}=this.options;return this.basepath=`/${O(e??"")??""}`,r&&r!==this.routeTree&&this.#n(r),this};cancelMatches=()=>{this.state.matches.forEach((t=>{this.cancelMatch(t.id)}))};cancelMatch=t=>{this.getRouteMatch(t)?.abortController?.abort()};safeLoad=async t=>{try{return this.load(t)}catch(t){}};latestLoadPromise=Promise.resolve();load=async t=>{const e=new Promise((async(r,o)=>{const s=this.state.resolvedLocation,n=!(!t?.next||s.href===t.next.href);let a;const i=()=>this.latestLoadPromise!==e?this.latestLoadPromise:void 0;let c;this.#r({type:"onBeforeLoad",from:s,to:t?.next??this.state.location,pathChanged:n}),this.__store.batch((()=>{t?.next&&this.__store.setState((e=>({...e,location:t.next}))),c=this.matchRoutes(this.state.location.pathname,this.state.location.search,{throwOnError:t?.throwOnError,debug:!0}),this.__store.setState((t=>({...t,status:"pending",pendingMatchIds:c.map((t=>t.id)),matchesById:this.#a(t.matchesById,c)})))}));try{try{await this.loadMatches(c.map((t=>t.id)))}catch(t){}if(a=i())return a;const t=this.state.matchIds.filter((t=>!this.state.pendingMatchIds.includes(t))),e=this.state.pendingMatchIds.filter((t=>!this.state.matchIds.includes(t))),o=this.state.matchIds.filter((t=>this.state.pendingMatchIds.includes(t)));this.__store.setState((t=>({...t,status:"idle",resolvedLocation:t.location,matchIds:t.pendingMatchIds,pendingMatchIds:[]}))),[[t,"onLeave"],[e,"onEnter"],[o,"onTransition"]].forEach((([t,e])=>{t.forEach((t=>{const r=this.getRouteMatch(t);this.getRoute(r.routeId).options[e]?.(r)}))})),this.#r({type:"onLoad",from:s,to:this.state.location,pathChanged:n}),r()}catch(t){if(a=i())return a;o(t)}}));return this.latestLoadPromise=e,this.latestLoadPromise.then((()=>{this.cleanMatches()})),this.latestLoadPromise};#a=(t,e)=>{let r={...t};return e.forEach((t=>{r[t.id]||(r[t.id]=t),r[t.id]={...r[t.id],...t}})),r};getRoute=t=>{const e=this.routesById[t];return w(e),e};preloadRoute=async(t=this.state.location)=>{let e=this.buildLocation(t);const r=this.matchRoutes(e.pathname,e.search,{throwOnError:!0});return this.__store.setState((t=>({...t,matchesById:this.#a(t.matchesById,r)}))),await this.loadMatches(r.map((t=>t.id)),{preload:!0,maxAge:t.maxAge}),[b(r),r]};cleanMatches=()=>{const t=Date.now(),e=Object.values(this.state.matchesById).filter((e=>{const r=this.getRoute(e.routeId);return!(this.state.matchIds.includes(e.id)||this.state.pendingMatchIds.includes(e.id)||e.preloadMaxAge>-1&&!(e.updatedAt+e.preloadMaxAge<t)||r.options.gcMaxAge&&!(e.updatedAt+r.options.gcMaxAge<t))})).map((t=>t.id));e.length&&this.__store.setState((t=>{const r={...t.matchesById};return e.forEach((t=>{delete r[t]})),{...t,matchesById:r}}))};matchRoutes=(t,e,r)=>{let o={},s=this.flatRoutes.find((e=>{const r=D(this.basepath,C(t),{to:e.fullPath,caseSensitive:e.options.caseSensitive??this.options.caseSensitive});return!!r&&(o=r,!0)}))||this.routesById.__root__,n=[s];for(;s?.parentRoute;)s=s.parentRoute,s&&n.unshift(s);const a=n.map((t=>{let e;if(t.options.parseParams)try{const e=t.options.parseParams(o);Object.assign(o,e)}catch(t){if(e=new et(t.message,{cause:t}),r?.throwOnError)throw e;return e}})),i=n.map(((t,r)=>{const s=j(t.path,o),n=t.options.loaderContext?t.options.loaderContext({search:e}):void 0,i=JSON.stringify([j(t.id,o,!0),n].filter((t=>void 0!==t)),((e,r)=>("function"==typeof r&&(console.info(t),w(!1)),"object"==typeof r&&null!==r?Object.fromEntries(Object.keys(r).sort().map((t=>[t,r[t]]))):r))),c=this.getRouteMatch(i);if(c)return{...c};const h=!(!t.options.loader&&!J.some((e=>t.options[e]?.preload)));return{id:i,loaderContext:n,routeId:t.id,params:o,pathname:M([this.basepath,s]),updatedAt:Date.now(),maxAge:-1,preloadMaxAge:-1,routeSearch:{},search:{},status:h?"pending":"success",isFetching:!1,invalid:!1,error:void 0,paramsError:a[r],searchError:void 0,loaderData:void 0,loadPromise:Promise.resolve(),context:void 0,abortController:new AbortController,fetchedAt:0}}));return i.forEach(((t,o)=>{const s=i[o-1],n=this.getRoute(t.routeId),a=(()=>{const o={search:s?.search??e,routeSearch:s?.routeSearch??e};try{let e=("object"==typeof n.options.validateSearch?n.options.validateSearch.parse:n.options.validateSearch)?.(o.search)??{},r={...o.search,...e};return e=_(t.routeSearch,e),r=_(t.search,r),{routeSearch:e,search:r,searchDidChange:t.routeSearch!==e}}catch(e){if(t.searchError=new tt(e.message,{cause:e}),r?.throwOnError)throw t.searchError;return o}})();Object.assign(t,a)})),i};loadMatches=async(t,e)=>{const r=()=>t.map((t=>this.getRouteMatch(t)));let o;e?.preload||r().forEach((t=>{this.setRouteMatch(t.id,(e=>({...e,routeSearch:t.routeSearch,search:t.search,context:t.context,error:t.error,paramsError:t.paramsError,searchError:t.searchError,params:t.params,preloadMaxAge:0})))}));try{for(const[t,s]of r().entries()){const n=r()[t-1],a=this.getRoute(s.routeId),i=(e,r)=>{if(e.routerCode=r,o=o??t,Z(e))throw e;try{a.options.onError?.(e)}catch(t){if(e=t,Z(t))throw t}this.setRouteMatch(s.id,(t=>({...t,error:e,status:"error",updatedAt:Date.now()})))};s.paramsError&&i(s.paramsError,"PARSE_PARAMS"),s.searchError&&i(s.searchError,"VALIDATE_SEARCH");let c=!1;const h=n?.context??this?.options.context??{};try{const t=await(a.options.beforeLoad?.({abortController:s.abortController,params:s.params,preload:!!e?.preload,context:{...h,...s.loaderContext}}))??{},r={...h,...s.loaderContext,...t};this.setRouteMatch(s.id,(t=>({...t,context:_(t.context,r)})))}catch(t){i(t,"BEFORE_LOAD"),c=!0}if(c)break}}catch(t){if(Z(t))return void(e?.preload||this.navigate(t));throw t}const s=r().slice(0,o),n=[];s.forEach(((t,r)=>{n.push((async()=>{const o=n[r-1],s=this.getRoute(t.routeId);if(t.isFetching||"success"===t.status&&!rt(t,{preload:e?.preload}))return this.getRouteMatch(t.id)?.loadPromise;const a=Date.now(),i=()=>{const e=this.getRouteMatch(t.id);return e&&e.fetchedAt!==a?e.loadPromise:void 0},c=t=>!!Z(t)&&(e?.preload||this.navigate(t),!0),h=async()=>{let r;try{const n=Promise.all(J.map((async t=>{const e=s.options[t];e?.preload&&await e.preload()}))),a=s.options.loader?.({params:t.params,preload:!!e?.preload,parentMatchPromise:o,abortController:t.abortController,context:t.context}),[c,h]=await Promise.all([n,a]);if(r=i())return await r;this.setRouteMatchData(t.id,(()=>h),e)}catch(e){if(r=i())return await r;if(c(e))return;try{s.options.onError?.(e)}catch(t){if(e=t,c(t))return}this.setRouteMatch(t.id,(t=>({...t,error:e,status:"error",isFetching:!1,updatedAt:Date.now()})))}};let u;this.__store.batch((()=>{this.setRouteMatch(t.id,(t=>({...t,isFetching:!0,fetchedAt:a,invalid:!1}))),u=h(),this.setRouteMatch(t.id,(t=>({...t,loadPromise:u})))})),await u})())})),await Promise.all(n)};resolvePath=(t,e)=>A(this.basepath,t,P(e));navigate=async({from:t,to:e="",...r})=>{const o=String(e),s=void 0===t?t:String(t);let n;try{new URL(`${o}`),n=!0}catch(t){}return w(!n),this.#i({...r,from:s,to:o})};matchRoute=(t,e)=>{t={...t,to:t.to?this.resolvePath(t.from??"",t.to):void 0};const r=this.buildLocation(t);if(e?.pending&&"pending"!==this.state.status)return!1;const o=e?.pending?this.state.location:this.state.resolvedLocation;if(!o)return!1;const s=D(this.basepath,o.pathname,{...e,to:r.pathname});return!!s&&(e?.includeSearch??1?!!I(o.search,r.search)&&s:s)};buildLink=t=>{const{to:e,preload:r,preloadDelay:o,activeOptions:s,disabled:n,target:a,replace:i,resetScroll:c}=t;try{return new URL(`${e}`),{type:"external",href:e}}catch(t){}const h=t,u=this.buildLocation(h),l=r??this.options.defaultPreload,d=o??this.options.defaultPreloadDelay??0,p=this.state.location.pathname.split("/"),f=u.pathname.split("/").every(((t,e)=>t===p[e])),m=s?.exact?this.state.location.pathname===u.pathname:f,y=!s?.includeHash||this.state.location.hash===u.hash,g=!(s?.includeSearch??1)||I(this.state.location.search,u.search);return{type:"internal",next:u,handleFocus:t=>{l&&this.preloadRoute(h).catch((t=>{console.warn(t),console.warn(V)}))},handleClick:t=>{n||function(t){return!!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)}(t)||t.defaultPrevented||a&&"_self"!==a||0!==t.button||(t.preventDefault(),this.#e({...u,replace:i,resetScroll:c}))},handleEnter:t=>{const e=t.target||{};if(l){if(e.preloadTimeout)return;e.preloadTimeout=setTimeout((()=>{e.preloadTimeout=null,this.preloadRoute(h).catch((t=>{console.warn(t),console.warn(V)}))}),d)}},handleLeave:t=>{const e=t.target||{};e.preloadTimeout&&(clearTimeout(e.preloadTimeout),e.preloadTimeout=null)},handleTouchStart:t=>{this.preloadRoute(h).catch((t=>{console.warn(t),console.warn(V)}))},isActive:m&&y&&g,disabled:n}};dehydrate=()=>({state:{matchIds:this.state.matchIds,dehydratedMatches:this.state.matches.map((t=>R(t,["fetchedAt","invalid","preloadMaxAge","maxAge","id","loaderData","status","updatedAt"])))}});hydrate=async t=>{let e=t;"undefined"!=typeof document&&(e=window.__TSR_DEHYDRATED__),w(e);const r=e;this.dehydratedData=r.payload,this.options.hydrate?.(r.payload);const o=r.router.state;let s=this.matchRoutes(this.state.location.pathname,this.state.location.search).map((t=>{const e=o.dehydratedMatches.find((e=>e.id===t.id));return w(e,t.id),e?{...t,...e}:t}));this.__store.setState((t=>({...t,matchIds:o.matchIds,matches:s,matchesById:this.#a(t.matchesById,s)})))};injectedHtml=[];injectHtml=async t=>{this.injectedHtml.push(t)};dehydrateData=(t,e)=>{if("undefined"==typeof document){const r="string"==typeof t?t:JSON.stringify(t);return this.injectHtml((async()=>{const t=`__TSR_DEHYDRATED__${r}`,o="function"==typeof e?await e():e;return`<script id='${t}' suppressHydrationWarning>window["__TSR_DEHYDRATED__${s=r,s.replace(/\\/g,"\\\\").replace(/'/g,"\\'").replace(/"/g,'\\"')}"] = ${JSON.stringify(o)}\n ;(() => {\n var el = document.getElementById('${t}')\n el.parentElement.removeChild(el)\n })()\n <\/script>`;var s})),()=>this.hydrateData(t)}return()=>{}};hydrateData=t=>{if("undefined"!=typeof document){const e="string"==typeof t?t:JSON.stringify(t);return window[`__TSR_DEHYDRATED__${e}`]}};#n=t=>{this.routeTree=t,this.routesById={},this.routesByPath={},this.flatRoutes=[];const e=t=>{t.forEach(((t,r)=>{t.init({originalIndex:r,router:this});if(w(!this.routesById[t.id],String(t.id)),this.routesById[t.id]=t,!t.isRoot&&t.path){const e=C(t.fullPath);this.routesByPath[e]&&!t.fullPath.endsWith("/")||(this.routesByPath[e]=t)}const o=t.children;o?.length&&e(o)}))};e([t]),this.flatRoutes=Object.values(this.routesByPath).map(((t,e)=>{const r=O(t.fullPath),o=k(r);for(;o.length>1&&"/"===o[0]?.value;)o.shift();const s=o.map((t=>"param"===t.type?.5:"wildcard"===t.type?.25:1));return{child:t,trimmed:r,parsed:o,index:e,score:s}})).sort(((t,e)=>{let r="/"===t.trimmed?1:"/"===e.trimmed?-1:0;if(0!==r)return r;const o=Math.min(t.score.length,e.score.length);if(t.score.length!==e.score.length)return e.score.length-t.score.length;for(let r=0;r<o;r++)if(t.score[r]!==e.score[r])return e.score[r]-t.score[r];for(let r=0;r<o;r++)if(t.parsed[r].value!==e.parsed[r].value)return t.parsed[r].value>e.parsed[r].value?1:-1;return t.trimmed!==e.trimmed?t.trimmed>e.trimmed?1:-1:t.index-e.index})).map(((t,e)=>(t.child.rank=e,t.child)))};#s=t=>{const e=({pathname:e,search:r,hash:o,state:s})=>{const n=this.options.parseSearch(r);return{pathname:e,searchStr:r,search:_(t?.search,n),hash:o.split("#").reverse()[0]??"",href:`${e}${r}${o}`,state:_(t?.state,s)}},r=e(this.history.location);let{__tempLocation:o,__tempKey:s}=r.state;if(o&&(!s||s===this.tempLocationKey)){const t=e(o);return t.state.key=r.state.key,delete t.state.__tempLocation,{...t,maskedLocation:r}}return r};buildLocation=(t={})=>{const e=(t={},e)=>{const r=this.state.location,o=t.from??r.pathname;let s=A(this.basepath??"/",o,`${t.to??""}`);const n=this.matchRoutes(o,r.search),a=e?.filter((t=>n?.find((e=>e.routeId===t.routeId)))),i={...b(n)?.params};let c=!0===(t.params??!0)?i:S(t.params,i);c&&e?.map((t=>this.getRoute(t.routeId).options.stringifyParams)).filter(Boolean).forEach((t=>{c={...c,...t(c)}})),s=j(s,c??{});const h=a?.map((t=>this.getRoute(t.routeId).options.preSearchFilters??[])).flat().filter(Boolean)??[],u=a?.map((t=>this.getRoute(t.routeId).options.postSearchFilters??[])).flat().filter(Boolean)??[],l=h?.length?h?.reduce(((t,e)=>e(t)),r.search):r.search,d=!0===t.search?l:t.search?S(t.search,l)??{}:h?.length?l:{},p=u?.length?u.reduce(((t,e)=>e(t)),d):d,f=_(r.search,p),m=this.options.stringifySearch(f),y=!0===t.hash?r.hash:t.hash?S(t.hash,r.hash):r.hash,g=y?`#${y}`:"";let v=!0===t.state?r.state:t.state?S(t.state,r.state):r.state;return v=_(r.state,v),{pathname:s,search:f,searchStr:m,state:v,hash:y,href:this.history.createHref(`${s}${m}${g}`),unmaskOnReload:t.unmaskOnReload}},r=(t={},r)=>{let o=e(t),s=r?e(r):void 0;if(!s){let t={},n=this.options.routeMasks?.find((e=>{const r=D(this.basepath,o.pathname,{to:e.from,fuzzy:!1});return!!r&&(t=r,!0)}));n&&(n={...n,from:j(n.from,t)},s=e(r=n))}const n=this.matchRoutes(o.pathname,o.search),a=s?this.matchRoutes(s.pathname,s.search):void 0,i=s?e(r,a):void 0,c=e(t,n);return i&&(c.maskedLocation=i),c};return t.mask?r(t,{...R(t,["from"]),...t.mask}):r(t)};#i=({replace:t,resetScroll:e,...r}={})=>{const o=this.buildLocation(r);return this.#e({...o,replace:t,resetScroll:e})};#e=async t=>{this.navigateTimeout&&clearTimeout(this.navigateTimeout);if(!(this.state.location.href===t.href)||t.replace){let{maskedLocation:e,...r}=t;e&&(r={...e,state:{...e.state,__tempKey:void 0,__tempLocation:{...r,search:r.searchStr,state:{...r.state,__tempKey:void 0,__tempLocation:void 0,key:void 0}}}},(r.unmaskOnReload??this.options.unmaskOnReload)&&(r.state.__tempKey=this.tempLocationKey)),this.history[t.replace?"replace":"push"](r.href,r.state)}return this.resetNextScroll=t.resetScroll??!0,this.latestLoadPromise};getRouteMatch=t=>this.state.matchesById[t];setRouteMatch=(t,e)=>{this.__store.setState((r=>r.matchesById[t]?{...r,matchesById:{...r.matchesById,[t]:e(r.matchesById[t])}}:r))};setRouteMatchData=(t,e,r)=>{const o=this.getRouteMatch(t);if(!o)return;const s=this.getRoute(o.routeId),n=r?.updatedAt??Date.now(),a=r?.maxAge??s.options.preloadMaxAge??this.options.defaultPreloadMaxAge??5e3,i=r?.maxAge??s.options.maxAge??this.options.defaultMaxAge??-1;this.setRouteMatch(t,(t=>({...t,error:void 0,status:"success",isFetching:!1,updatedAt:n,loaderData:S(e,t.loaderData),preloadMaxAge:a,maxAge:i})))};invalidate=async t=>{if(t?.matchId){this.setRouteMatch(t.matchId,(t=>({...t,invalid:!0})));const e=this.state.matches.findIndex((e=>e.id===t.matchId)),r=this.state.matches[e+1];if(r)return this.invalidate({matchId:r.id,reload:!1,__fromFocus:t.__fromFocus})}else this.__store.batch((()=>{Object.values(this.state.matchesById).forEach((e=>{const r=this.getRoute(e.routeId);(!t?.__fromFocus||(r.options.reloadOnWindowFocus??!0))&&this.setRouteMatch(e.id,(t=>({...t,invalid:!0})))}))}));if(t?.reload??1)return this.load()}},t.RouterContext=class{constructor(){}createRootRoute=t=>new K(t)},t.RouterProvider=function({router:t,...e}){t.update(e),s.useEffect((()=>{let e;return s.startTransition((()=>{e=t.mount()})),e}),[t]);const r=t.options.Wrap||s.Fragment;return s.createElement(r,null,s.createElement(vt.Provider,{value:t},s.createElement(bt,null)))},t.ScrollRestoration=function(t){return Tt(t),null},t.SearchParamError=tt,t.cleanPath=P,t.componentTypes=J,t.createBrowserHistory=m,t.createHashHistory=function(){return m({getHref:()=>window.location.hash.substring(1),createHref:t=>`#${t}`})},t.createMemoryHistory=y,t.createRouteMask=function(t){return t},t.decode=F,t.defaultParseSearch=W,t.defaultStringifySearch=U,t.defer=function(t){const e=t;if(!e.__deferredState){e.__deferredState={uid:Math.random().toString(36).slice(2),status:"pending"};const t=e.__deferredState;e.then((e=>{t.status="success",t.data=e})).catch((e=>{t.status="error",t.error=e}))}return e},t.encode=T,t.functionalUpdate=S,t.interpolatePath=j,t.invariant=w,t.isDehydratedDeferred=dt,t.isMatchInvalid=rt,t.isPlainObject=E,t.isRedirect=Z,t.joinPaths=M,t.last=b,t.lazyFn=function(t,e){return async(...r)=>(await t())[e||"default"](...r)},t.lazyRouteComponent=function(t,e){let r;const o=()=>(r||(r=t()),r),n=s.lazy((async()=>({default:(await o())[e??"default"]})));return n.preload=o,n},t.matchByPath=B,t.matchIdsContext=gt,t.matchPathname=D,t.parsePathname=k,t.parseSearchWith=z,t.partialDeepEqual=I,t.pick=R,t.redirect=function(t){return t.isRedirect=!0,t},t.replaceEqualDeep=_,t.resolvePath=A,t.restoreScrollPositions=lt,t.rootRouteId=H,t.routerContext=vt,t.shallow=function(t,e){if(Object.is(t,e))return!0;if("object"!=typeof t||null===t||"object"!=typeof e||null===e)return!1;const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!1;for(let o=0;o<r.length;o++)if(!Object.prototype.hasOwnProperty.call(e,r[o])||!Object.is(t[r[o]],e[r[o]]))return!1;return!0},t.stringifySearchWith=Y,t.trimPath=O,t.trimPathLeft=L,t.trimPathRight=C,t.useAwaited=$t,t.useBlocker=Dt,t.useDehydrate=function(){const t=St();return s.useCallback((function(e,r){return t.dehydrateData(e,r)}),[])},t.useHydrate=function(){const t=St();return function(e){return t.hydrateData(e)}},t.useInjectHtml=function(){const t=St();return s.useCallback((e=>{t.injectHtml(e)}),[])},t.useLinkProps=mt,t.useLoader=_t,t.useMatch=Rt,t.useMatchRoute=It,t.useMatches=function(t){const e=s.useContext(gt);return wt({select:r=>{const o=r.renderedMatches.slice(r.renderedMatches.findIndex((t=>t.id===e[0])));return t?.select?t.select(o):o}})},t.useNavigate=function(t){const e=St(),r=Rt({strict:!1});return s.useCallback((o=>e.navigate({from:o?.to?r.pathname:void 0,...t,...o})),[])},t.useParams=xt,t.useRouteContext=function(t){return Rt({...t,select:e=>t?.select?t.select(e.context):e.context})},t.useRouter=St,t.useRouterContext=function(t){return Rt({...t,select:e=>t?.select?t.select(e.context):e.context})},t.useRouterState=wt,t.useScrollRestoration=Tt,t.useSearch=Et,t.useStore=a,t.warning=function(t,e){},t.watchScrollPositions=ut,Object.defineProperty(t,"__esModule",{value:!0})}));
|
|
52
|
+
function b(t){return t[t.length-1]}function S(t,e){return"function"==typeof t?t(e):t}function R(t,e){return e.reduce(((e,r)=>(e[r]=t[r],e)),{})}function _(t,e){if(t===e)return t;const r=e,o=Array.isArray(t)&&Array.isArray(r);if(o||E(t)&&E(r)){const e=o?t.length:Object.keys(t).length,s=o?r:Object.keys(r),n=s.length,a=o?[]:{};let i=0;for(let e=0;e<n;e++){const n=o?e:s[e];a[n]=_(t[n],r[n]),a[n]===t[n]&&i++}return e===n&&i===e?t:a}return r}function E(t){if(!x(t))return!1;const e=t.constructor;if(void 0===e)return!0;const r=e.prototype;return!!x(r)&&!!r.hasOwnProperty("isPrototypeOf")}function x(t){return"[object Object]"===Object.prototype.toString.call(t)}function I(t,e){return t===e||typeof t==typeof e&&(E(t)&&E(e)?!Object.keys(e).some((r=>!I(t[r],e[r]))):!(!Array.isArray(t)||!Array.isArray(e))&&(t.length===e.length&&t.every(((t,r)=>I(t,e[r])))))}function M(t){return P(t.filter(Boolean).join("/"))}function P(t){return t.replace(/\/{2,}/g,"/")}function L(t){return"/"===t?t:t.replace(/^\/{1,}/,"")}function C(t){return"/"===t?t:t.replace(/\/{1,}$/,"")}function O(t){return C(L(t))}function A(t,e,r){e=e.replace(new RegExp(`^${t}`),"/"),r=r.replace(new RegExp(`^${t}`),"/");let o=k(e);const s=k(r);s.forEach(((t,e)=>{if("/"===t.value)e?e===s.length-1&&o.push(t):o=[t];else if(".."===t.value)o.length>1&&"/"===b(o)?.value&&o.pop(),o.pop();else{if("."===t.value)return;o.push(t)}}));return P(M([t,...o.map((t=>t.value))]))}function k(t){if(!t)return[];const e=[];if("/"===(t=P(t)).slice(0,1)&&(t=t.substring(1),e.push({type:"pathname",value:"/"})),!t)return e;const r=t.split("/").filter(Boolean);return e.push(...r.map((t=>"$"===t||"*"===t?{type:"wildcard",value:t}:"$"===t.charAt(0)?{type:"param",value:t}:{type:"pathname",value:t}))),"/"===t.slice(-1)&&(t=t.substring(1),e.push({type:"pathname",value:"/"})),e}function j(t,e,r=!1){return M(k(t).map((t=>{if("wildcard"===t.type){const o=e[t.value];return r?`${t.value}${o??""}`:o}return"param"===t.type?e[t.value.substring(1)]??"":t.value})))}function D(t,e,r){const o=B(t,e,r);if(!r.to||o)return o??{}}function B(t,e,r){e="/"!=t?e.substring(t.length):e;const o=`${r.to??"$"}`,s=k(e),n=k(o);e.startsWith("/")||s.unshift({type:"pathname",value:"/"}),o.startsWith("/")||n.unshift({type:"pathname",value:"/"});const a={};return(()=>{for(let t=0;t<Math.max(s.length,n.length);t++){const e=s[t],o=n[t],i=t>=s.length-1,c=t>=n.length-1;if(o){if("wildcard"===o.type)return!!e?.value&&(a["*"]=M(s.slice(t).map((t=>t.value))),!0);if("pathname"===o.type){if("/"===o.value&&!e?.value)return!0;if(e)if(r.caseSensitive){if(o.value!==e.value)return!1}else if(o.value.toLowerCase()!==e.value.toLowerCase())return!1}if(!e)return!1;if("param"===o.type){if("/"===e?.value)return!1;"$"!==e.value.charAt(0)&&(a[o.value.substring(1)]=e.value)}}if(!i&&c)return!!r.fuzzy}return!0})()?a:void 0}function T(t,e){var r,o,s,n="";for(r in t)if(void 0!==(s=t[r]))if(Array.isArray(s))for(o=0;o<s.length;o++)n&&(n+="&"),n+=encodeURIComponent(r)+"="+encodeURIComponent(s[o]);else n&&(n+="&"),n+=encodeURIComponent(r)+"="+encodeURIComponent(s);return(e||"")+n}function $(t){if(!t)return"";var e=decodeURIComponent(t);return"false"!==e&&("true"===e||(0*+e==0&&+e+""===e?+e:e))}function F(t){for(var e,r,o={},s=t.split("&");e=s.shift();)void 0!==o[r=(e=e.split("=")).shift()]?o[r]=[].concat(o[r],$(e.shift())):o[r]=$(e.shift());return o}const H="__root__";class N{constructor(t){this.options=t||{},this.isRoot=!t?.getParentRoute,N.__onInit(this)}init=t=>{this.originalIndex=t.originalIndex,this.router=t.router;const e=this.options,r=!e?.path&&!e?.id;this.parentRoute=this.options?.getParentRoute?.(),r?this.path=H:w(this.parentRoute);let o=r?H:e.path;o&&"/"!==o&&(o=O(o));const s=e?.id||o;let n=r?H:M([this.parentRoute.id===H?"":this.parentRoute.id,s]);o===H&&(o="/"),n!==H&&(n=M(["/",n]));const a=n===H?"/":M([this.parentRoute.fullPath,o]);this.path=o,this.id=n,this.fullPath=a,this.to=a};addChildren=t=>(this.children=t,this);update=t=>(Object.assign(this.options,t),this);static __onInit=t=>{}}class K extends N{constructor(t){super(t)}}const W=z(JSON.parse),U=Y(JSON.stringify,JSON.parse);function z(t){return e=>{"?"===e.substring(0,1)&&(e=e.substring(1));let r=F(e);for(let e in r){const o=r[e];if("string"==typeof o)try{r[e]=t(o)}catch(t){}}return r}}function Y(t,e){return r=>{(r={...r})&&Object.keys(r).forEach((o=>{const s=r[o];void 0===s||void 0===s?delete r[o]:r[o]=function(r){if("object"==typeof r&&null!==r)try{return t(r)}catch(t){}else if("string"==typeof r&&"function"==typeof e)try{return e(r),t(r)}catch(t){}return r}(s)}));const o=T(r).toString();return o?`?${o}`:""}}const J=["component","errorComponent","pendingComponent"],q="visibilitychange",X="focus",V="Error preloading route! ☝️";const G="undefined"==typeof window||!window.document.createElement;function Q(){return{status:"idle",isFetching:!1,resolvedLocation:null,location:null,matchesById:{},matchIds:[],pendingMatchIds:[],matches:[],pendingMatches:[],renderedMatchIds:[],renderedMatches:[],lastUpdated:Date.now()}}function Z(t){return!!t?.isRedirect}class tt extends Error{}class et extends Error{}function rt(t,e){const r=Date.now();return!!t.invalid||(e?.preload?!(t.preloadMaxAge<0)&&t.updatedAt+t.preloadMaxAge<r:!(t.maxAge<0)&&t.updatedAt+t.maxAge<r)}const ot="window",st="___";let nt,at={},it=!1;const ct="undefined"!=typeof window&&window.sessionStorage,ht=t=>t.state.key;function ut(t,e){const r=e?.getKey||ht;ct&&(nt||(nt=(()=>{const t="tsr-scroll-restoration-v1",e=JSON.parse(window.sessionStorage.getItem(t)||"{}");return{current:e,set:(r,o)=>{e[r]=o,window.sessionStorage.setItem(t,JSON.stringify(nt))}}})()));const{history:o}=window;o.scrollRestoration&&(o.scrollRestoration="manual");const s=e=>{const o=r(t.state.resolvedLocation);at[o]||(at[o]=new WeakSet);const s=at[o];if(s.has(e.target))return;s.add(e.target);const a=[o,e.target===document||e.target===window?ot:n(e.target)].join(st);nt.current[a]||nt.set(a,{scrollX:NaN,scrollY:NaN})},n=t=>{let e,r=[];for(;e=t.parentNode;)r.unshift(`${t.tagName}:nth-child(${[].indexOf.call(e.children,t)+1})`),t=e;return`${r.join(" > ")}`.toLowerCase()};"undefined"!=typeof document&&document.addEventListener("scroll",s,!0);const a=t.subscribe("onBeforeLoad",(t=>{t.pathChanged&&(t=>{const e=r(t);for(const t in nt.current){const r=nt.current[t],[o,s]=t.split(st);if(e===o){if(s===ot)r.scrollX=window.scrollX||0,r.scrollY=window.scrollY||0;else if(s){const t=document.querySelector(s);r.scrollX=t?.scrollLeft||0,r.scrollY=t?.scrollTop||0}nt.set(t,r)}}})(t.from)})),i=t.subscribe("onLoad",(t=>{t.pathChanged&&(it=!0)}));return()=>{document.removeEventListener("scroll",s),a(),i()}}function lt(t,e){if(it){if(!t.resetNextScroll)return;it=!1;const r=(e?.getKey||ht)(t.state.location);let o=!1;for(const t in nt.current){const e=nt.current[t],[s,n]=t.split(st);if(s===r)if(n===ot)o=!0,window.scrollTo(e.scrollX,e.scrollY);else if(n){const t=document.querySelector(n);t&&(t.scrollLeft=e.scrollX,t.scrollTop=e.scrollY)}}o||window.scrollTo(0,0)}}function dt(t){return"object"==typeof t&&null!==t&&!(t instanceof Promise)&&!t.then&&"__deferredState"in t}function pt(){return pt=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},pt.apply(this,arguments)}const ft="undefined"!=typeof window?s.useLayoutEffect:s.useEffect;function mt(t){const e=St(),r=Rt({strict:!1}),{type:o,children:n,target:a,activeProps:i=(()=>({className:"active"})),inactiveProps:c=(()=>({})),activeOptions:h,disabled:u,hash:l,search:d,params:p,to:f,state:m,mask:y,preload:g,preloadDelay:v,replace:w,style:b,className:R,onClick:_,onFocus:E,onMouseEnter:x,onMouseLeave:I,onTouchStart:M,...P}=t,L=e.buildLink({from:t.to?r.pathname:void 0,...t});if("external"===L.type){const{href:t}=L;return{href:t}}const{handleClick:C,handleFocus:O,handleEnter:A,handleLeave:k,handleTouchStart:j,isActive:D,next:B}=L,T=t=>e=>{e.persist&&e.persist(),t.filter(Boolean).forEach((t=>{e.defaultPrevented||t(e)}))},$=D?S(i,{})??{}:{},F=D?{}:S(c,{})??{};return{...$,...F,...P,href:u?void 0:B.maskedLocation?B.maskedLocation.href:B.href,onClick:T([_,e=>{(t.startTransition??1)&&(s.startTransition||(t=>t))((()=>{C(e)}))}]),onFocus:T([E,O]),onMouseEnter:T([x,A]),onMouseLeave:T([I,k]),onTouchStart:T([M,j]),target:a,style:{...b,...$.style,...F.style},className:[R,$.className,F.className].filter(Boolean).join(" ")||void 0,...u?{role:"link","aria-disabled":!0}:void 0,"data-status":D?"active":void 0}}N.__onInit=t=>{Object.assign(t,{useMatch:(e={})=>Rt({...e,from:t.id}),useLoader:(e={})=>_t({...e,from:t.id}),useRouteContext:(e={})=>Rt({...e,from:t.id,select:t=>e?.select?e.select(t.context):t.context}),useSearch:(e={})=>Et({...e,from:t.id}),useParams:(e={})=>xt({...e,from:t.id})})};const yt=s.forwardRef(((t,e)=>{const r=mt(t);return s.createElement("a",pt({ref:e},r,{children:"function"==typeof t.children?t.children({isActive:"active"===r["data-status"]}):t.children}))}));const gt=s.createContext(null),vt=s.createContext(null);function wt(t){return a(St().__store,t?.select)}function bt(){const t=St(),e=wt({select:t=>t.renderedMatchIds}),r=wt({select:t=>t.resolvedLocation.state?.key}),o=t.getRoute(H),n=s.useCallback((t=>s.createElement(jt,{...t,useMatch:o.useMatch,useRouteContext:o.useRouteContext,useSearch:o.useSearch,useParams:o.useParams})),[o]);return s.createElement(gt.Provider,{value:[void 0,...e]},s.createElement(At,{resetKey:r,errorComponent:n,onCatch:()=>{}},s.createElement(Mt,null)))}function St(){return s.useContext(vt)}function Rt(t){const e=St(),r=s.useContext(gt)[0],o=e.getRouteMatch(r)?.routeId,n=wt({select:e=>(t?.from?e.renderedMatches.find((e=>e.routeId===t?.from)):e.renderedMatches.find((t=>t.id===r))).routeId});(t?.strict??1)&&w(o==n);return wt({select:e=>{const o=t?.from?e.renderedMatches.find((e=>e.routeId===t?.from)):e.renderedMatches.find((t=>t.id===r));return w(o,t?.from&&t.from),t?.select?t.select(o):o}})}function _t(t){return Rt({...t,select:e=>t?.select?t?.select(e.loaderData):e.loaderData})}function Et(t){return Rt({...t,select:e=>t?.select?t.select(e.search):e.search})}function xt(t){return wt({select:e=>{const r=b(e.renderedMatches)?.params;return t?.select?t.select(r):r}})}function It(){const t=St();return s.useCallback((e=>{const{pending:r,caseSensitive:o,...s}=e;return t.matchRoute(s,{pending:r,caseSensitive:o})}),[])}function Mt(){const t=s.useContext(gt).slice(1);return t[0]?s.createElement(Lt,{matchIds:t}):null}const Pt=()=>null;function Lt({matchIds:t}){const e=St(),r=t[0],o=e.getRouteMatch(r).routeId,n=e.getRoute(o),a=wt({select:t=>t.resolvedLocation.state?.key}),i=n.options.pendingComponent??e.options.defaultPendingComponent??Pt,c=n.options.errorComponent??e.options.defaultErrorComponent??jt,h=n.options.wrapInSuspense??!n.isRoot?s.Suspense:Ot,u=c?At:Ot,l=s.useCallback((t=>s.createElement(c,{...t,useMatch:n.useMatch,useRouteContext:n.useRouteContext,useSearch:n.useSearch,useParams:n.useParams})),[n]);return s.createElement(gt.Provider,{value:t},s.createElement(h,{fallback:s.createElement(i,{useMatch:n.useMatch,useRouteContext:n.useRouteContext,useSearch:n.useSearch,useParams:n.useParams})},s.createElement(u,{resetKey:a,errorComponent:l,onCatch:()=>{}},s.createElement(Ct,{matchId:r,PendingComponent:i}))))}function Ct({matchId:t,PendingComponent:e}){const r=St(),o=wt({select:e=>R(e.matchesById[t],["status","loadPromise","routeId","error"])}),n=r.getRoute(o.routeId);if("error"===o.status)throw o.error;if("pending"===o.status)return s.createElement(e,{useLoader:n.useLoader,useMatch:n.useMatch,useRouteContext:n.useRouteContext,useSearch:n.useSearch,useParams:n.useParams});if("success"===o.status){let t=n.options.component??r.options.defaultComponent;return t?s.createElement(t,{useLoader:n.useLoader,useMatch:n.useMatch,useRouteContext:n.useRouteContext,useSearch:n.useSearch,useParams:n.useParams}):s.createElement(Mt,null)}w(!1)}function Ot(t){return s.createElement(s.Fragment,null,t.children)}function At(t){const e=t.errorComponent??jt;return s.createElement(kt,{resetKey:t.resetKey,onCatch:t.onCatch,children:({error:r})=>r?s.createElement(e,{error:r}):t.children})}class kt extends s.Component{state={error:null};static getDerivedStateFromError(t){return{error:t}}componentDidUpdate(t,e){e.error&&t.resetKey!==this.props.resetKey&&this.setState({error:null})}componentDidCatch(t){this.props.onCatch?.(t)}render(){return this.props.children(this.state)}}function jt({error:t}){const[e,r]=s.useState(!1);return s.createElement("div",{style:{padding:".5rem",maxWidth:"100%"}},s.createElement("div",{style:{display:"flex",alignItems:"center",gap:".5rem"}},s.createElement("strong",{style:{fontSize:"1rem"}},"Something went wrong!"),s.createElement("button",{style:{appearance:"none",fontSize:".6em",border:"1px solid currentColor",padding:".1rem .2rem",fontWeight:"bold",borderRadius:".25rem"},onClick:()=>r((t=>!t))},e?"Hide Error":"Show Error")),s.createElement("div",{style:{height:".25rem"}}),e?s.createElement("div",null,s.createElement("pre",{style:{fontSize:".7em",border:"1px solid red",borderRadius:".25rem",padding:".3rem",color:"red",overflow:"auto"}},t.message?s.createElement("code",null,t.message):null)):null)}function Dt(t,e=!0){const r=St();s.useEffect((()=>{if(!e)return;let o=r.history.block(((e,r)=>{window.confirm(t)&&(o(),e())}));return o}))}const Bt="undefined"!=typeof window?s.useLayoutEffect:s.useEffect;function Tt(t){const e=St();Bt((()=>ut(e,t)),[]),Bt((()=>{lt(e,t)}))}function $t({promise:t}){const e=St();let r=t.__deferredState;const o=`__TSR__DEFERRED__${r.uid}`;if(dt(t)&&(r=e.hydrateData(o),(t=Promise.resolve(r.data)).__deferredState=r),"pending"===r.status)throw t;if("error"===r.status)throw r.error;return e.dehydrateData(o,r),[r.data]}t.Await=function(t){const e=$t(t);return t.children(...e)},t.Block=function({message:t,condition:e,children:r}){return Dt(t,e),r??null},t.CatchBoundary=At,t.CatchBoundaryImpl=kt,t.ErrorComponent=jt,t.FileRoute=class{constructor(t){this.path=t}createRoute=t=>{const e=new N(t);return e.isRoot=!1,e}},t.Link=yt,t.MatchRoute=function(t){const e=It()(t);return"function"==typeof t.children?t.children(e):e?t.children:null},t.Navigate=function(t){const e=St(),r=Rt({strict:!1});return ft((()=>{e.navigate({from:t.to?r.pathname:void 0,...t})}),[]),null},t.Outlet=Mt,t.PathParamError=et,t.RootRoute=K,t.Route=N,t.Router=class{#t;resetNextScroll=!1;tempLocationKey=`${Math.round(1e7*Math.random())}`;constructor(t){this.options={defaultPreloadDelay:50,context:void 0,...t,stringifySearch:t?.stringifySearch??U,parseSearch:t?.parseSearch??W},this.__store=new n(Q(),{onUpdate:()=>{const t=this.state,e=this.__store.state,r=t.matchesById!==e.matchesById;let o,s;if(r||(o=t.matchIds.length!==e.matchIds.length||t.matchIds.some(((t,r)=>t!==e.matchIds[r])),s=t.pendingMatchIds.length!==e.pendingMatchIds.length||t.pendingMatchIds.some(((t,r)=>t!==e.pendingMatchIds[r]))),(r||o)&&(e.matches=e.matchIds.map((t=>e.matchesById[t]))),(r||s)&&(e.pendingMatches=e.pendingMatchIds.map((t=>e.matchesById[t]))),r||o||s){const t=e.pendingMatches.some((t=>!!this.getRoute(t.routeId)?.options.pendingComponent));e.renderedMatchIds=t?e.pendingMatchIds:e.matchIds,e.renderedMatches=e.renderedMatchIds.map((t=>e.matchesById[t]))}e.isFetching=[...e.matches,...e.pendingMatches].some((t=>t.isFetching)),this.state=e},defaultPriority:"low"}),this.state=this.__store.state,this.update(t);const e=this.buildLocation({search:!0,params:!0,hash:!0,state:!0});this.state.location.href!==e.href&&this.#e({...e,replace:!0})}subscribers=new Set;subscribe=(t,e)=>{const r={eventType:t,fn:e};return this.subscribers.add(r),()=>{this.subscribers.delete(r)}};#r=t=>{this.subscribers.forEach((e=>{e.eventType===t.type&&e.fn(t)}))};reset=()=>{this.__store.setState((t=>Object.assign(t,Q())))};mount=()=>("undefined"!=typeof window&&window.addEventListener&&(window.addEventListener(q,this.#o,!1),window.addEventListener(X,this.#o,!1)),this.safeLoad(),()=>{"undefined"!=typeof window&&window.removeEventListener&&(window.removeEventListener(q,this.#o),window.removeEventListener(X,this.#o))});#o=()=>{(this.options.reloadOnWindowFocus??1)&&this.invalidate({__fromFocus:!0})};update=t=>{if(this.options={...this.options,...t,context:{...this.options.context,...t?.context}},!this.history||this.options.history&&this.options.history!==this.history){this.#t&&this.#t(),this.history=this.options.history??(G?y():m());const t=this.#s();this.__store.setState((e=>({...e,resolvedLocation:t,location:t}))),this.#t=this.history.subscribe((()=>{this.safeLoad({next:this.#s(this.state.location)})}))}const{basepath:e,routeTree:r}=this.options;return this.basepath=`/${O(e??"")??""}`,r&&r!==this.routeTree&&this.#n(r),this};cancelMatches=()=>{this.state.matches.forEach((t=>{this.cancelMatch(t.id)}))};cancelMatch=t=>{this.getRouteMatch(t)?.abortController?.abort()};safeLoad=async t=>{try{return this.load(t)}catch(t){}};latestLoadPromise=Promise.resolve();load=async t=>{const e=new Promise((async(r,o)=>{const s=this.state.resolvedLocation,n=!(!t?.next||s.href===t.next.href);let a;const i=()=>this.latestLoadPromise!==e?this.latestLoadPromise:void 0;let c;this.#r({type:"onBeforeLoad",from:s,to:t?.next??this.state.location,pathChanged:n}),this.__store.batch((()=>{t?.next&&this.__store.setState((e=>({...e,location:t.next}))),c=this.matchRoutes(this.state.location.pathname,this.state.location.search,{throwOnError:t?.throwOnError,debug:!0}),this.__store.setState((t=>({...t,status:"pending",pendingMatchIds:c.map((t=>t.id)),matchesById:this.#a(t.matchesById,c)})))}));try{try{await this.loadMatches(c.map((t=>t.id)))}catch(t){}if(a=i())return a;const t=this.state.matchIds.filter((t=>!this.state.pendingMatchIds.includes(t))),e=this.state.pendingMatchIds.filter((t=>!this.state.matchIds.includes(t))),o=this.state.matchIds.filter((t=>this.state.pendingMatchIds.includes(t)));this.__store.setState((t=>({...t,status:"idle",resolvedLocation:t.location,matchIds:t.pendingMatchIds,pendingMatchIds:[]}))),[[t,"onLeave"],[e,"onEnter"],[o,"onTransition"]].forEach((([t,e])=>{t.forEach((t=>{const r=this.getRouteMatch(t);this.getRoute(r.routeId).options[e]?.(r)}))})),this.#r({type:"onLoad",from:s,to:this.state.location,pathChanged:n}),r()}catch(t){if(a=i())return a;o(t)}}));return this.latestLoadPromise=e,this.latestLoadPromise.then((()=>{this.cleanMatches()})),this.latestLoadPromise};#a=(t,e)=>{let r={...t};return e.forEach((t=>{r[t.id]||(r[t.id]=t),r[t.id]={...r[t.id],...t}})),r};getRoute=t=>{const e=this.routesById[t];return w(e),e};preloadRoute=async(t=this.state.location)=>{let e=this.buildLocation(t);const r=this.matchRoutes(e.pathname,e.search,{throwOnError:!0});return this.__store.setState((t=>({...t,matchesById:this.#a(t.matchesById,r)}))),await this.loadMatches(r.map((t=>t.id)),{preload:!0,maxAge:t.maxAge}),[b(r),r]};cleanMatches=()=>{const t=Date.now(),e=Object.values(this.state.matchesById).filter((e=>{const r=this.getRoute(e.routeId);return!(this.state.matchIds.includes(e.id)||this.state.pendingMatchIds.includes(e.id)||e.preloadMaxAge>-1&&!(e.updatedAt+e.preloadMaxAge<t)||r.options.gcMaxAge&&!(e.updatedAt+r.options.gcMaxAge<t))})).map((t=>t.id));e.length&&this.__store.setState((t=>{const r={...t.matchesById};return e.forEach((t=>{delete r[t]})),{...t,matchesById:r}}))};matchRoutes=(t,e,r)=>{let o={},s=this.flatRoutes.find((e=>{const r=D(this.basepath,C(t),{to:e.fullPath,caseSensitive:e.options.caseSensitive??this.options.caseSensitive});return!!r&&(o=r,!0)}))||this.routesById.__root__,n=[s];for(;s?.parentRoute;)s=s.parentRoute,s&&n.unshift(s);const a=n.map((t=>{let e;if(t.options.parseParams)try{const e=t.options.parseParams(o);Object.assign(o,e)}catch(t){if(e=new et(t.message,{cause:t}),r?.throwOnError)throw e;return e}})),i=n.map(((t,r)=>{const s=j(t.path,o),n=t.options.loaderContext?t.options.loaderContext({search:e}):void 0,i=JSON.stringify([j(t.id,o,!0),n].filter((t=>void 0!==t)),((e,r)=>("function"==typeof r&&(console.info(t),w(!1)),"object"==typeof r&&null!==r?Object.fromEntries(Object.keys(r).sort().map((t=>[t,r[t]]))):r))),c=this.getRouteMatch(i);if(c)return{...c};const h=!(!t.options.loader&&!J.some((e=>t.options[e]?.preload)));return{id:i,loaderContext:n,routeId:t.id,params:o,pathname:M([this.basepath,s]),updatedAt:Date.now(),maxAge:-1,preloadMaxAge:-1,routeSearch:{},search:{},status:h?"pending":"success",isFetching:!1,invalid:!1,error:void 0,paramsError:a[r],searchError:void 0,loaderData:void 0,loadPromise:Promise.resolve(),context:void 0,abortController:new AbortController,fetchedAt:0}}));return i.forEach(((t,o)=>{const s=i[o-1],n=this.getRoute(t.routeId),a=(()=>{const o={search:s?.search??e,routeSearch:s?.routeSearch??e};try{let e=("object"==typeof n.options.validateSearch?n.options.validateSearch.parse:n.options.validateSearch)?.(o.search)??{},r={...o.search,...e};return e=_(t.routeSearch,e),r=_(t.search,r),{routeSearch:e,search:r,searchDidChange:t.routeSearch!==e}}catch(e){if(t.searchError=new tt(e.message,{cause:e}),r?.throwOnError)throw t.searchError;return o}})();Object.assign(t,a)})),i};loadMatches=async(t,e)=>{const r=()=>t.map((t=>this.getRouteMatch(t)));let o;e?.preload||r().forEach((t=>{this.setRouteMatch(t.id,(e=>({...e,routeSearch:t.routeSearch,search:t.search,context:t.context,error:t.error,paramsError:t.paramsError,searchError:t.searchError,params:t.params,preloadMaxAge:0})))}));try{for(const[t,s]of r().entries()){const n=r()[t-1],a=this.getRoute(s.routeId),i=(e,r)=>{if(e.routerCode=r,o=o??t,Z(e))throw e;try{a.options.onError?.(e)}catch(t){if(e=t,Z(t))throw t}this.setRouteMatch(s.id,(t=>({...t,error:e,status:"error",updatedAt:Date.now()})))};s.paramsError&&i(s.paramsError,"PARSE_PARAMS"),s.searchError&&i(s.searchError,"VALIDATE_SEARCH");let c=!1;const h=n?.context??this?.options.context??{};try{const t=await(a.options.beforeLoad?.({abortController:s.abortController,params:s.params,preload:!!e?.preload,context:{...h,...s.loaderContext}}))??{},r={...h,...s.loaderContext,...t};this.setRouteMatch(s.id,(t=>({...t,context:_(t.context,r)})))}catch(t){i(t,"BEFORE_LOAD"),c=!0}if(c)break}}catch(t){if(Z(t))return void(e?.preload||this.navigate(t));throw t}const s=r().slice(0,o),n=[];s.forEach(((t,r)=>{n.push((async()=>{const o=n[r-1],s=this.getRoute(t.routeId);if(t.isFetching||"success"===t.status&&!rt(t,{preload:e?.preload}))return this.getRouteMatch(t.id)?.loadPromise;const a=Date.now(),i=()=>{const e=this.getRouteMatch(t.id);return e&&e.fetchedAt!==a?e.loadPromise:void 0},c=t=>!!Z(t)&&(e?.preload||this.navigate(t),!0),h=async()=>{let r;try{const n=Promise.all(J.map((async t=>{const e=s.options[t];e?.preload&&await e.preload()}))),a=s.options.loader?.({params:t.params,preload:!!e?.preload,parentMatchPromise:o,abortController:t.abortController,context:t.context}),[c,h]=await Promise.all([n,a]);if(r=i())return await r;this.setRouteMatchData(t.id,(()=>h),e)}catch(e){if(r=i())return await r;if(c(e))return;try{s.options.onError?.(e)}catch(t){if(e=t,c(t))return}this.setRouteMatch(t.id,(t=>({...t,error:e,status:"error",isFetching:!1,updatedAt:Date.now()})))}};let u;this.__store.batch((()=>{this.setRouteMatch(t.id,(t=>({...t,isFetching:!0,fetchedAt:a,invalid:!1}))),u=h(),this.setRouteMatch(t.id,(t=>({...t,loadPromise:u})))})),await u})())})),await Promise.all(n)};resolvePath=(t,e)=>A(this.basepath,t,P(e));navigate=async({from:t,to:e="",...r})=>{const o=String(e),s=void 0===t?t:String(t);let n;try{new URL(`${o}`),n=!0}catch(t){}return w(!n),this.#i({...r,from:s,to:o})};matchRoute=(t,e)=>{t={...t,to:t.to?this.resolvePath(t.from??"",t.to):void 0};const r=this.buildLocation(t);if(e?.pending&&"pending"!==this.state.status)return!1;const o=e?.pending?this.state.location:this.state.resolvedLocation;if(!o)return!1;const s=D(this.basepath,o.pathname,{...e,to:r.pathname});return!!s&&(e?.includeSearch??1?!!I(o.search,r.search)&&s:s)};buildLink=t=>{const{to:e,preload:r,preloadDelay:o,activeOptions:s,disabled:n,target:a,replace:i,resetScroll:c}=t;try{return new URL(`${e}`),{type:"external",href:e}}catch(t){}const h=t,u=this.buildLocation(h),l=r??this.options.defaultPreload,d=o??this.options.defaultPreloadDelay??0,p=this.state.location.pathname.split("/"),f=u.pathname.split("/").every(((t,e)=>t===p[e])),m=s?.exact?this.state.location.pathname===u.pathname:f,y=!s?.includeHash||this.state.location.hash===u.hash,g=!(s?.includeSearch??1)||I(this.state.location.search,u.search);return{type:"internal",next:u,handleFocus:t=>{l&&this.preloadRoute(h).catch((t=>{console.warn(t),console.warn(V)}))},handleClick:t=>{n||function(t){return!!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)}(t)||t.defaultPrevented||a&&"_self"!==a||0!==t.button||(t.preventDefault(),this.#e({...u,replace:i,resetScroll:c}))},handleEnter:t=>{const e=t.target||{};if(l){if(e.preloadTimeout)return;e.preloadTimeout=setTimeout((()=>{e.preloadTimeout=null,this.preloadRoute(h).catch((t=>{console.warn(t),console.warn(V)}))}),d)}},handleLeave:t=>{const e=t.target||{};e.preloadTimeout&&(clearTimeout(e.preloadTimeout),e.preloadTimeout=null)},handleTouchStart:t=>{this.preloadRoute(h).catch((t=>{console.warn(t),console.warn(V)}))},isActive:m&&y&&g,disabled:n}};dehydrate=()=>({state:{matchIds:this.state.matchIds,dehydratedMatches:this.state.matches.map((t=>R(t,["fetchedAt","invalid","preloadMaxAge","maxAge","id","loaderData","status","updatedAt"])))}});hydrate=async t=>{let e=t;"undefined"!=typeof document&&(e=window.__TSR_DEHYDRATED__),w(e);const r=e;this.dehydratedData=r.payload,this.options.hydrate?.(r.payload);const o=r.router.state;let s=this.matchRoutes(this.state.location.pathname,this.state.location.search).map((t=>{const e=o.dehydratedMatches.find((e=>e.id===t.id));return w(e,t.id),e?{...t,...e}:t}));this.__store.setState((t=>({...t,matchIds:o.matchIds,matches:s,matchesById:this.#a(t.matchesById,s)})))};injectedHtml=[];injectHtml=async t=>{this.injectedHtml.push(t)};dehydrateData=(t,e)=>{if("undefined"==typeof document){const r="string"==typeof t?t:JSON.stringify(t);return this.injectHtml((async()=>{const t=`__TSR_DEHYDRATED__${r}`,o="function"==typeof e?await e():e;return`<script id='${t}' suppressHydrationWarning>window["__TSR_DEHYDRATED__${s=r,s.replace(/\\/g,"\\\\").replace(/'/g,"\\'").replace(/"/g,'\\"')}"] = ${JSON.stringify(o)}\n ;(() => {\n var el = document.getElementById('${t}')\n el.parentElement.removeChild(el)\n })()\n <\/script>`;var s})),()=>this.hydrateData(t)}return()=>{}};hydrateData=t=>{if("undefined"!=typeof document){const e="string"==typeof t?t:JSON.stringify(t);return window[`__TSR_DEHYDRATED__${e}`]}};#n=t=>{this.routeTree=t,this.routesById={},this.routesByPath={},this.flatRoutes=[];const e=t=>{t.forEach(((t,r)=>{t.init({originalIndex:r,router:this});if(w(!this.routesById[t.id],String(t.id)),this.routesById[t.id]=t,!t.isRoot&&t.path){const e=C(t.fullPath);this.routesByPath[e]&&!t.fullPath.endsWith("/")||(this.routesByPath[e]=t)}const o=t.children;o?.length&&e(o)}))};e([t]),this.flatRoutes=Object.values(this.routesByPath).map(((t,e)=>{const r=O(t.fullPath),o=k(r);for(;o.length>1&&"/"===o[0]?.value;)o.shift();const s=o.map((t=>"param"===t.type?.5:"wildcard"===t.type?.25:1));return{child:t,trimmed:r,parsed:o,index:e,score:s}})).sort(((t,e)=>{let r="/"===t.trimmed?1:"/"===e.trimmed?-1:0;if(0!==r)return r;const o=Math.min(t.score.length,e.score.length);if(t.score.length!==e.score.length)return e.score.length-t.score.length;for(let r=0;r<o;r++)if(t.score[r]!==e.score[r])return e.score[r]-t.score[r];for(let r=0;r<o;r++)if(t.parsed[r].value!==e.parsed[r].value)return t.parsed[r].value>e.parsed[r].value?1:-1;return t.trimmed!==e.trimmed?t.trimmed>e.trimmed?1:-1:t.index-e.index})).map(((t,e)=>(t.child.rank=e,t.child)))};#s=t=>{const e=({pathname:e,search:r,hash:o,state:s})=>{const n=this.options.parseSearch(r);return{pathname:e,searchStr:r,search:_(t?.search,n),hash:o.split("#").reverse()[0]??"",href:`${e}${r}${o}`,state:_(t?.state,s)}},r=e(this.history.location);let{__tempLocation:o,__tempKey:s}=r.state;if(o&&(!s||s===this.tempLocationKey)){const t=e(o);return t.state.key=r.state.key,delete t.state.__tempLocation,{...t,maskedLocation:r}}return r};buildLocation=(t={})=>{const e=(t={},e)=>{const r=this.state.location,o=t.from??r.pathname;let s=A(this.basepath??"/",o,`${t.to??""}`);const n=this.matchRoutes(o,r.search),a=e?.filter((t=>n?.find((e=>e.routeId===t.routeId)))),i={...b(n)?.params};let c=!0===(t.params??!0)?i:S(t.params,i);c&&e?.map((t=>this.getRoute(t.routeId).options.stringifyParams)).filter(Boolean).forEach((t=>{c={...c,...t(c)}})),s=j(s,c??{});const h=a?.map((t=>this.getRoute(t.routeId).options.preSearchFilters??[])).flat().filter(Boolean)??[],u=a?.map((t=>this.getRoute(t.routeId).options.postSearchFilters??[])).flat().filter(Boolean)??[],l=h?.length?h?.reduce(((t,e)=>e(t)),r.search):r.search,d=!0===t.search?l:t.search?S(t.search,l)??{}:h?.length?l:{},p=u?.length?u.reduce(((t,e)=>e(t)),d):d,f=_(r.search,p),m=this.options.stringifySearch(f),y=!0===t.hash?r.hash:t.hash?S(t.hash,r.hash):r.hash,g=y?`#${y}`:"";let v=!0===t.state?r.state:t.state?S(t.state,r.state):r.state;return v=_(r.state,v),{pathname:s,search:f,searchStr:m,state:v,hash:y,href:this.history.createHref(`${s}${m}${g}`),unmaskOnReload:t.unmaskOnReload}},r=(t={},r)=>{let o=e(t),s=r?e(r):void 0;if(!s){let t={},n=this.options.routeMasks?.find((e=>{const r=D(this.basepath,o.pathname,{to:e.from,fuzzy:!1});return!!r&&(t=r,!0)}));n&&(n={...n,from:j(n.from,t)},s=e(r=n))}const n=this.matchRoutes(o.pathname,o.search),a=s?this.matchRoutes(s.pathname,s.search):void 0,i=s?e(r,a):void 0,c=e(t,n);return i&&(c.maskedLocation=i),c};return t.mask?r(t,{...R(t,["from"]),...t.mask}):r(t)};#i=({replace:t,resetScroll:e,...r}={})=>{const o=this.buildLocation(r);return this.#e({...o,replace:t,resetScroll:e})};#e=async t=>{this.navigateTimeout&&clearTimeout(this.navigateTimeout);if(!(this.state.location.href===t.href)||!t.replace){let{maskedLocation:e,...r}=t;e&&(r={...e,state:{...e.state,__tempKey:void 0,__tempLocation:{...r,search:r.searchStr,state:{...r.state,__tempKey:void 0,__tempLocation:void 0,key:void 0}}}},(r.unmaskOnReload??this.options.unmaskOnReload)&&(r.state.__tempKey=this.tempLocationKey)),this.history[t.replace?"replace":"push"](r.href,r.state)}return this.resetNextScroll=t.resetScroll??!0,this.latestLoadPromise};getRouteMatch=t=>this.state.matchesById[t];setRouteMatch=(t,e)=>{this.__store.setState((r=>r.matchesById[t]?{...r,matchesById:{...r.matchesById,[t]:e(r.matchesById[t])}}:r))};setRouteMatchData=(t,e,r)=>{const o=this.getRouteMatch(t);if(!o)return;const s=this.getRoute(o.routeId),n=r?.updatedAt??Date.now(),a=r?.maxAge??s.options.preloadMaxAge??this.options.defaultPreloadMaxAge??5e3,i=r?.maxAge??s.options.maxAge??this.options.defaultMaxAge??-1;this.setRouteMatch(t,(t=>({...t,error:void 0,status:"success",isFetching:!1,updatedAt:n,loaderData:S(e,t.loaderData),preloadMaxAge:a,maxAge:i})))};invalidate=async t=>{if(t?.matchId){this.setRouteMatch(t.matchId,(t=>({...t,invalid:!0})));const e=this.state.matches.findIndex((e=>e.id===t.matchId)),r=this.state.matches[e+1];if(r)return this.invalidate({matchId:r.id,reload:!1,__fromFocus:t.__fromFocus})}else this.__store.batch((()=>{Object.values(this.state.matchesById).forEach((e=>{const r=this.getRoute(e.routeId);(!t?.__fromFocus||(r.options.reloadOnWindowFocus??!0))&&this.setRouteMatch(e.id,(t=>({...t,invalid:!0})))}))}));if(t?.reload??1)return this.load()}},t.RouterContext=class{constructor(){}createRootRoute=t=>new K(t)},t.RouterProvider=function({router:t,...e}){t.update(e),s.useEffect((()=>{let e;return s.startTransition((()=>{e=t.mount()})),e}),[t]);const r=t.options.Wrap||s.Fragment;return s.createElement(r,null,s.createElement(vt.Provider,{value:t},s.createElement(bt,null)))},t.ScrollRestoration=function(t){return Tt(t),null},t.SearchParamError=tt,t.cleanPath=P,t.componentTypes=J,t.createBrowserHistory=m,t.createHashHistory=function(){return m({getHref:()=>window.location.hash.substring(1),createHref:t=>`#${t}`})},t.createMemoryHistory=y,t.createRouteMask=function(t){return t},t.decode=F,t.defaultParseSearch=W,t.defaultStringifySearch=U,t.defer=function(t){const e=t;if(!e.__deferredState){e.__deferredState={uid:Math.random().toString(36).slice(2),status:"pending"};const t=e.__deferredState;e.then((e=>{t.status="success",t.data=e})).catch((e=>{t.status="error",t.error=e}))}return e},t.encode=T,t.functionalUpdate=S,t.interpolatePath=j,t.invariant=w,t.isDehydratedDeferred=dt,t.isMatchInvalid=rt,t.isPlainObject=E,t.isRedirect=Z,t.joinPaths=M,t.last=b,t.lazyFn=function(t,e){return async(...r)=>(await t())[e||"default"](...r)},t.lazyRouteComponent=function(t,e){let r;const o=()=>(r||(r=t()),r),n=s.lazy((async()=>({default:(await o())[e??"default"]})));return n.preload=o,n},t.matchByPath=B,t.matchIdsContext=gt,t.matchPathname=D,t.parsePathname=k,t.parseSearchWith=z,t.partialDeepEqual=I,t.pick=R,t.redirect=function(t){return t.isRedirect=!0,t},t.replaceEqualDeep=_,t.resolvePath=A,t.restoreScrollPositions=lt,t.rootRouteId=H,t.routerContext=vt,t.shallow=function(t,e){if(Object.is(t,e))return!0;if("object"!=typeof t||null===t||"object"!=typeof e||null===e)return!1;const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!1;for(let o=0;o<r.length;o++)if(!Object.prototype.hasOwnProperty.call(e,r[o])||!Object.is(t[r[o]],e[r[o]]))return!1;return!0},t.stringifySearchWith=Y,t.trimPath=O,t.trimPathLeft=L,t.trimPathRight=C,t.useAwaited=$t,t.useBlocker=Dt,t.useDehydrate=function(){const t=St();return s.useCallback((function(e,r){return t.dehydrateData(e,r)}),[])},t.useHydrate=function(){const t=St();return function(e){return t.hydrateData(e)}},t.useInjectHtml=function(){const t=St();return s.useCallback((e=>{t.injectHtml(e)}),[])},t.useLinkProps=mt,t.useLoader=_t,t.useMatch=Rt,t.useMatchRoute=It,t.useMatches=function(t){const e=s.useContext(gt);return wt({select:r=>{const o=r.renderedMatches.slice(r.renderedMatches.findIndex((t=>t.id===e[0])));return t?.select?t.select(o):o}})},t.useNavigate=function(t){const e=St(),r=Rt({strict:!1});return s.useCallback((o=>e.navigate({from:o?.to?r.pathname:void 0,...t,...o})),[])},t.useParams=xt,t.useRouteContext=function(t){return Rt({...t,select:e=>t?.select?t.select(e.context):e.context})},t.useRouter=St,t.useRouterContext=function(t){return Rt({...t,select:e=>t?.select?t.select(e.context):e.context})},t.useRouterState=wt,t.useScrollRestoration=Tt,t.useSearch=Et,t.useStore=a,t.warning=function(t,e){},t.watchScrollPositions=ut,Object.defineProperty(t,"__esModule",{value:!0})}));
|
|
53
53
|
//# sourceMappingURL=index.production.js.map
|