1 line
68 KiB
JavaScript
1 line
68 KiB
JavaScript
(()=>{var e={"./dist/compiled/@edge-runtime/cookies/index.js":e=>{"use strict";var t,r=Object.defineProperty,n=Object.getOwnPropertyDescriptor,o=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,s={};function i(e){var t;const r=["path"in e&&e.path&&`Path=${e.path}`,"expires"in e&&(e.expires||0===e.expires)&&`Expires=${("number"==typeof e.expires?new Date(e.expires):e.expires).toUTCString()}`,"maxAge"in e&&"number"==typeof e.maxAge&&`Max-Age=${e.maxAge}`,"domain"in e&&e.domain&&`Domain=${e.domain}`,"secure"in e&&e.secure&&"Secure","httpOnly"in e&&e.httpOnly&&"HttpOnly","sameSite"in e&&e.sameSite&&`SameSite=${e.sameSite}`].filter(Boolean);return`${e.name}=${encodeURIComponent(null!=(t=e.value)?t:"")}; ${r.join("; ")}`}function c(e){const t=new Map;for(const r of e.split(/; */)){if(!r)continue;const e=r.indexOf("=");if(-1===e){t.set(r,"true");continue}const[n,o]=[r.slice(0,e),r.slice(e+1)];try{t.set(n,decodeURIComponent(null!=o?o:"true"))}catch{}}return t}function u(e){if(!e)return;const[[t,r],...n]=c(e),{domain:o,expires:a,httponly:s,maxage:i,path:u,samesite:d,secure:f}=Object.fromEntries(n.map((([e,t])=>[e.toLowerCase(),t])));return function(e){const t={};for(const r in e)e[r]&&(t[r]=e[r]);return t}({name:t,value:decodeURIComponent(r),domain:o,...a&&{expires:new Date(a)},...s&&{httpOnly:!0},..."string"==typeof i&&{maxAge:Number(i)},path:u,...d&&{sameSite:(p=d,p=p.toLowerCase(),l.includes(p)?p:void 0)},...f&&{secure:!0}});var p}((e,t)=>{for(var n in t)r(e,n,{get:t[n],enumerable:!0})})(s,{RequestCookies:()=>f,ResponseCookies:()=>p,parseCookie:()=>c,parseSetCookie:()=>u,splitCookiesString:()=>d,stringifyCookie:()=>i}),e.exports=(t=s,((e,t,s,i)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let s of o(t))a.call(e,s)||undefined===s||r(e,s,{get:()=>t[s],enumerable:!(i=n(t,s))||i.enumerable});return e})(r({},"__esModule",{value:!0}),t));var l=["strict","lax","none"];function d(e){if(!e)return[];var t,r,n,o,a,s=[],i=0;function c(){for(;i<e.length&&/\s/.test(e.charAt(i));)i+=1;return i<e.length}for(;i<e.length;){for(t=i,a=!1;c();)if(","===(r=e.charAt(i))){for(n=i,i+=1,c(),o=i;i<e.length&&"="!==(r=e.charAt(i))&&";"!==r&&","!==r;)i+=1;i<e.length&&"="===e.charAt(i)?(a=!0,i=o,s.push(e.substring(t,n)),t=i):i=n+1}else i+=1;(!a||i>=e.length)&&s.push(e.substring(t,e.length))}return s}var f=class{constructor(e){this._parsed=new Map,this._headers=e;const t=e.get("cookie");if(t){const e=c(t);for(const[t,r]of e)this._parsed.set(t,{name:t,value:r})}}[Symbol.iterator](){return this._parsed[Symbol.iterator]()}get size(){return this._parsed.size}get(...e){const t="string"==typeof e[0]?e[0]:e[0].name;return this._parsed.get(t)}getAll(...e){var t;const r=Array.from(this._parsed);if(!e.length)return r.map((([e,t])=>t));const n="string"==typeof e[0]?e[0]:null==(t=e[0])?void 0:t.name;return r.filter((([e])=>e===n)).map((([e,t])=>t))}has(e){return this._parsed.has(e)}set(...e){const[t,r]=1===e.length?[e[0].name,e[0].value]:e,n=this._parsed;return n.set(t,{name:t,value:r}),this._headers.set("cookie",Array.from(n).map((([e,t])=>i(t))).join("; ")),this}delete(e){const t=this._parsed,r=Array.isArray(e)?e.map((e=>t.delete(e))):t.delete(e);return this._headers.set("cookie",Array.from(t).map((([e,t])=>i(t))).join("; ")),r}clear(){return this.delete(Array.from(this._parsed.keys())),this}[Symbol.for("edge-runtime.inspect.custom")](){return`RequestCookies ${JSON.stringify(Object.fromEntries(this._parsed))}`}toString(){return[...this._parsed.values()].map((e=>`${e.name}=${encodeURIComponent(e.value)}`)).join("; ")}},p=class{constructor(e){var t;this._parsed=new Map,this._headers=e;const r=null==(t=e.getSetCookie)?void 0:t.call(e);e.get("set-cookie");const n=Array.isArray(r)?r:d(r);for(const e of n){const t=u(e);t&&this._parsed.set(t.name,t)}}get(...e){const t="string"==typeof e[0]?e[0]:e[0].name;return this._parsed.get(t)}getAll(...e){var t;const r=Array.from(this._parsed.values());if(!e.length)return r;const n="string"==typeof e[0]?e[0]:null==(t=e[0])?void 0:t.name;return r.filter((e=>e.name===n))}has(e){return this._parsed.has(e)}set(...e){const[t,r,n]=1===e.length?[e[0].name,e[0].value,e[0]]:e,o=this._parsed;return o.set(t,function(e={name:"",value:""}){return"number"==typeof e.expires&&(e.expires=new Date(e.expires)),e.maxAge&&(e.expires=new Date(Date.now()+1e3*e.maxAge)),null!==e.path&&void 0!==e.path||(e.path="/"),e}({name:t,value:r,...n})),function(e,t){t.delete("set-cookie");for(const[,r]of e){const e=i(r);t.append("set-cookie",e)}}(o,this._headers),this}delete(...e){const[t,r,n]="string"==typeof e[0]?[e[0]]:[e[0].name,e[0].path,e[0].domain];return this.set({name:t,path:r,domain:n,value:"",expires:new Date(0)})}[Symbol.for("edge-runtime.inspect.custom")](){return`ResponseCookies ${JSON.stringify(Object.fromEntries(this._parsed))}`}toString(){return[...this._parsed.values()].map(i).join("; ")}}},"./dist/compiled/cookie/index.js":e=>{(()=>{"use strict";"undefined"!=typeof __nccwpck_require__&&(__nccwpck_require__.ab=__dirname+"/");var t={};(()=>{var e=t;e.parse=function(e,t){if("string"!=typeof e)throw new TypeError("argument str must be a string");for(var n={},a=t||{},i=e.split(o),c=a.decode||r,u=0;u<i.length;u++){var l=i[u],d=l.indexOf("=");if(!(d<0)){var f=l.substr(0,d).trim(),p=l.substr(++d,l.length).trim();'"'==p[0]&&(p=p.slice(1,-1)),null==n[f]&&(n[f]=s(p,c))}}return n},e.serialize=function(e,t,r){var o=r||{},s=o.encode||n;if("function"!=typeof s)throw new TypeError("option encode is invalid");if(!a.test(e))throw new TypeError("argument name is invalid");var i=s(t);if(i&&!a.test(i))throw new TypeError("argument val is invalid");var c=e+"="+i;if(null!=o.maxAge){var u=o.maxAge-0;if(isNaN(u)||!isFinite(u))throw new TypeError("option maxAge is invalid");c+="; Max-Age="+Math.floor(u)}if(o.domain){if(!a.test(o.domain))throw new TypeError("option domain is invalid");c+="; Domain="+o.domain}if(o.path){if(!a.test(o.path))throw new TypeError("option path is invalid");c+="; Path="+o.path}if(o.expires){if("function"!=typeof o.expires.toUTCString)throw new TypeError("option expires is invalid");c+="; Expires="+o.expires.toUTCString()}if(o.httpOnly&&(c+="; HttpOnly"),o.secure&&(c+="; Secure"),o.sameSite)switch("string"==typeof o.sameSite?o.sameSite.toLowerCase():o.sameSite){case!0:c+="; SameSite=Strict";break;case"lax":c+="; SameSite=Lax";break;case"strict":c+="; SameSite=Strict";break;case"none":c+="; SameSite=None";break;default:throw new TypeError("option sameSite is invalid")}return c};var r=decodeURIComponent,n=encodeURIComponent,o=/; */,a=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/;function s(e,t){try{return t(e)}catch(t){return e}}})(),e.exports=t})()},"./dist/compiled/react-experimental/cjs/react.development.js":(e,t,r)=>{"use strict";e=r.nmd(e),function(){"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var r=Symbol.for("react.element"),n=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),c=Symbol.for("react.context"),u=Symbol.for("react.server_context"),l=Symbol.for("react.forward_ref"),d=Symbol.for("react.suspense"),f=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),m=Symbol.for("react.debug_trace_mode"),y=Symbol.for("react.offscreen"),g=Symbol.for("react.cache"),v=Symbol.for("react.default_value"),b=Symbol.for("react.postpone"),w=Symbol.iterator,S="@@iterator";function _(e){if(null===e||"object"!=typeof e)return null;var t=w&&e[w]||e[S];return"function"==typeof t?t:null}var x={current:null},C={current:null},R={transition:null},P={current:null,isBatchingLegacy:!1,didScheduleLegacyUpdate:!1,didUsePromise:!1},k={current:null},E={},T=null;function O(e){T=e}E.setExtraStackFrame=function(e){T=e},E.getCurrentStack=null,E.getStackAddendum=function(){var e="";T&&(e+=T);var t=E.getCurrentStack;return t&&(e+=t()||""),e};var A=!1,j=!1,N=!1,L=!1,$={ReactCurrentDispatcher:x,ReactCurrentCache:C,ReactCurrentBatchConfig:R,ReactCurrentOwner:k};function I(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];D("warn",e,r)}function M(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];D("error",e,r)}function D(e,t,r){var n=$.ReactDebugCurrentFrame.getStackAddendum();""!==n&&(t+="%s",r=r.concat([n]));var o=r.map((function(e){return String(e)}));o.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,o)}$.ReactDebugCurrentFrame=E,$.ReactCurrentActQueue=P,$.ContextRegistry={};var H={};function U(e,t){var r=e.constructor,n=r&&(r.displayName||r.name)||"ReactClass",o=n+"."+t;H[o]||(M("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.",t,n),H[o]=!0)}var q={isMounted:function(e){return!1},enqueueForceUpdate:function(e,t,r){U(e,"forceUpdate")},enqueueReplaceState:function(e,t,r,n){U(e,"replaceState")},enqueueSetState:function(e,t,r,n){U(e,"setState")}},F=Object.assign,B={};function G(e,t,r){this.props=e,this.context=t,this.refs=B,this.updater=r||q}Object.freeze(B),G.prototype.isReactComponent={},G.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw new Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},G.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};var W={isMounted:["isMounted","Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],replaceState:["replaceState","Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]},V=function(e,t){Object.defineProperty(G.prototype,e,{get:function(){I("%s(...) is deprecated in plain JavaScript React classes. %s",t[0],t[1])}})};for(var z in W)W.hasOwnProperty(z)&&V(z,W[z]);function Y(){}function K(e,t,r){this.props=e,this.context=t,this.refs=B,this.updater=r||q}Y.prototype=G.prototype;var J=K.prototype=new Y;J.constructor=K,F(J,G.prototype),J.isPureReactComponent=!0;var X=Array.isArray;function Z(e){return X(e)}function Q(e){return""+e}function ee(e){if(function(e){try{return Q(e),!1}catch(e){return!0}}(e))return M("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",function(e){return"function"==typeof Symbol&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object"}(e)),Q(e)}function te(e){return e.displayName||"Context"}function re(e){if(null==e)return null;if("number"==typeof e.tag&&M("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),"function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case o:return"Fragment";case n:return"Portal";case s:return"Profiler";case a:return"StrictMode";case d:return"Suspense";case f:return"SuspenseList";case g:return"Cache"}if("object"==typeof e)switch(e.$$typeof){case c:return te(e)+".Consumer";case i:return te(e._context)+".Provider";case l:return function(e,t,r){var n=e.displayName;if(n)return n;var o=t.displayName||t.name||"";return""!==o?r+"("+o+")":r}(e,e.render,"ForwardRef");case p:var t=e.displayName||null;return null!==t?t:re(e.type)||"Memo";case h:var r=e,m=r._payload,y=r._init;try{return re(y(m))}catch(e){return null}case u:var v=e;return(v.displayName||v._globalName)+".Provider"}return null}var ne,oe,ae,se=Object.prototype.hasOwnProperty,ie={key:!0,ref:!0,__self:!0,__source:!0};function ce(e){if(se.call(e,"ref")){var t=Object.getOwnPropertyDescriptor(e,"ref").get;if(t&&t.isReactWarning)return!1}return void 0!==e.ref}function ue(e){if(se.call(e,"key")){var t=Object.getOwnPropertyDescriptor(e,"key").get;if(t&&t.isReactWarning)return!1}return void 0!==e.key}function le(e,t,n,o,a,s,i){var c={$$typeof:r,type:e,key:t,ref:n,props:i,_owner:s,_store:{}};return Object.defineProperty(c._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(c,"_self",{configurable:!1,enumerable:!1,writable:!1,value:o}),Object.defineProperty(c,"_source",{configurable:!1,enumerable:!1,writable:!1,value:a}),Object.freeze&&(Object.freeze(c.props),Object.freeze(c)),c}function de(e,t,r){var n,o={},a=null,s=null,i=null,c=null;if(null!=t)for(n in ce(t)&&(s=t.ref,function(e){if("string"==typeof e.ref&&k.current&&e.__self&&k.current.stateNode!==e.__self){var t=re(k.current.type);ae[t]||(M('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',t,e.ref),ae[t]=!0)}}(t)),ue(t)&&(ee(t.key),a=""+t.key),i=void 0===t.__self?null:t.__self,c=void 0===t.__source?null:t.__source,t)se.call(t,n)&&!ie.hasOwnProperty(n)&&(o[n]=t[n]);var u=arguments.length-2;if(1===u)o.children=r;else if(u>1){for(var l=Array(u),d=0;d<u;d++)l[d]=arguments[d+2];Object.freeze&&Object.freeze(l),o.children=l}if(e&&e.defaultProps){var f=e.defaultProps;for(n in f)void 0===o[n]&&(o[n]=f[n])}if(a||s){var p="function"==typeof e?e.displayName||e.name||"Unknown":e;a&&function(e,t){var r=function(){ne||(ne=!0,M("%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://reactjs.org/link/special-props)",t))};r.isReactWarning=!0,Object.defineProperty(e,"key",{get:r,configurable:!0})}(o,p),s&&function(e,t){var r=function(){oe||(oe=!0,M("%s: `ref` 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://reactjs.org/link/special-props)",t))};r.isReactWarning=!0,Object.defineProperty(e,"ref",{get:r,configurable:!0})}(o,p)}return le(e,a,s,i,c,k.current,o)}function fe(e,t,r){if(null==e)throw new Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var n,o,a=F({},e.props),s=e.key,i=e.ref,c=e._self,u=e._source,l=e._owner;if(null!=t)for(n in ce(t)&&(i=t.ref,l=k.current),ue(t)&&(ee(t.key),s=""+t.key),e.type&&e.type.defaultProps&&(o=e.type.defaultProps),t)se.call(t,n)&&!ie.hasOwnProperty(n)&&(void 0===t[n]&&void 0!==o?a[n]=o[n]:a[n]=t[n]);var d=arguments.length-2;if(1===d)a.children=r;else if(d>1){for(var f=Array(d),p=0;p<d;p++)f[p]=arguments[p+2];a.children=f}return le(e.type,s,i,c,u,l,a)}function pe(e){return"object"==typeof e&&null!==e&&e.$$typeof===r}ae={};var he=".",me=":",ye=!1,ge=/\/+/g;function ve(e){return e.replace(ge,"$&/")}function be(e,t){return"object"==typeof e&&null!==e&&null!=e.key?(ee(e.key),r=""+e.key,n={"=":"=0",":":"=2"},"$"+r.replace(/[=:]/g,(function(e){return n[e]}))):t.toString(36);var r,n}function we(e,t,o,a,s){var i=typeof e;"undefined"!==i&&"boolean"!==i||(e=null);var c,u,l,d=!1;if(null===e)d=!0;else switch(i){case"string":case"number":d=!0;break;case"object":switch(e.$$typeof){case r:case n:d=!0}}if(d){var f=e,p=s(f),h=""===a?he+be(f,0):a;if(Z(p)){var m="";null!=h&&(m=ve(h)+"/"),we(p,t,m,"",(function(e){return e}))}else null!=p&&(pe(p)&&(!p.key||f&&f.key===p.key||ee(p.key),c=p,u=o+(!p.key||f&&f.key===p.key?"":ve(""+p.key)+"/")+h,p=le(c.type,u,c.ref,c._self,c._source,c._owner,c.props)),t.push(p));return 1}var y=0,g=""===a?he:a+me;if(Z(e))for(var v=0;v<e.length;v++)y+=we(l=e[v],t,o,g+be(l,v),s);else{var b=_(e);if("function"==typeof b){var w=e;b===w.entries&&(ye||I("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),ye=!0);for(var S,x=b.call(w),C=0;!(S=x.next()).done;)y+=we(l=S.value,t,o,g+be(l,C++),s)}else if("object"===i){var R=String(e);throw new Error("Objects are not valid as a React child (found: "+("[object Object]"===R?"object with keys {"+Object.keys(e).join(", ")+"}":R)+"). If you meant to render a collection of children, use an array instead.")}}return y}function Se(e,t,r){if(null==e)return e;var n=[],o=0;return we(e,n,"","",(function(e){return t.call(r,e,o++)})),n}function _e(e){if(-1===e._status){var t=(0,e._result)();if(t.then((function(t){if(0===e._status||-1===e._status){var r=e;r._status=1,r._result=t}}),(function(t){if(0===e._status||-1===e._status){var r=e;r._status=2,r._result=t}})),-1===e._status){var r=e;r._status=0,r._result=t}}if(1===e._status){var n=e._result;return void 0===n&&M("lazy: Expected the result of a dynamic import() call. Instead received: %s\n\nYour code should look like: \n const MyComponent = lazy(() => import('./MyComponent'))\n\nDid you accidentally put curly braces around the import?",n),"default"in n||M("lazy: Expected the result of a dynamic import() call. Instead received: %s\n\nYour code should look like: \n const MyComponent = lazy(() => import('./MyComponent'))",n),n.default}throw e._result}var xe=Symbol.for("react.client.reference");function Ce(e){return"string"==typeof e||"function"==typeof e||!!(e===o||e===s||L||e===a||e===d||e===f||N||e===y||A||e===g||j)||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===p||e.$$typeof===i||e.$$typeof===c||e.$$typeof===l||e.$$typeof===xe||void 0!==e.getModuleId)}function Re(){return new WeakMap}function Pe(){var e=x.current;return null===e&&M("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:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem."),e}var ke,Ee,Te,Oe,Ae,je,Ne,Le=0;function $e(){}$e.__reactDisabledLog=!0;var Ie,Me=$.ReactCurrentDispatcher;function De(e,t,r){if(void 0===Ie)try{throw Error()}catch(e){var n=e.stack.trim().match(/\n( *(at )?)/);Ie=n&&n[1]||""}return"\n"+Ie+e}var He,Ue=!1,qe="function"==typeof WeakMap?WeakMap:Map;function Fe(e,t){if(!e||Ue)return"";var r,n=He.get(e);if(void 0!==n)return n;Ue=!0;var o,a=Error.prepareStackTrace;Error.prepareStackTrace=void 0,o=Me.current,Me.current=null,function(){if(0===Le){ke=console.log,Ee=console.info,Te=console.warn,Oe=console.error,Ae=console.group,je=console.groupCollapsed,Ne=console.groupEnd;var e={configurable:!0,enumerable:!0,value:$e,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}Le++}();try{if(t){var s=function(){throw Error()};if(Object.defineProperty(s.prototype,"props",{set:function(){throw Error()}}),"object"==typeof Reflect&&Reflect.construct){try{Reflect.construct(s,[])}catch(e){r=e}Reflect.construct(e,[],s)}else{try{s.call()}catch(e){r=e}e.call(s.prototype)}}else{try{throw Error()}catch(e){r=e}var i=e();i&&"function"==typeof i.catch&&i.catch((function(){}))}}catch(t){if(t&&r&&"string"==typeof t.stack){for(var c=t.stack.split("\n"),u=r.stack.split("\n"),l=c.length-1,d=u.length-1;l>=1&&d>=0&&c[l]!==u[d];)d--;for(;l>=1&&d>=0;l--,d--)if(c[l]!==u[d]){if(1!==l||1!==d)do{if(l--,--d<0||c[l]!==u[d]){var f="\n"+c[l].replace(" at new "," at ");return e.displayName&&f.includes("<anonymous>")&&(f=f.replace("<anonymous>",e.displayName)),"function"==typeof e&&He.set(e,f),f}}while(l>=1&&d>=0);break}}}finally{Ue=!1,Me.current=o,function(){if(0==--Le){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:F({},e,{value:ke}),info:F({},e,{value:Ee}),warn:F({},e,{value:Te}),error:F({},e,{value:Oe}),group:F({},e,{value:Ae}),groupCollapsed:F({},e,{value:je}),groupEnd:F({},e,{value:Ne})})}Le<0&&M("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}(),Error.prepareStackTrace=a}var p=e?e.displayName||e.name:"",h=p?De(p):"";return"function"==typeof e&&He.set(e,h),h}function Be(e,t,r){if(null==e)return"";if("function"==typeof e)return Fe(e,function(e){var t=e.prototype;return!(!t||!t.isReactComponent)}(e));if("string"==typeof e)return De(e);switch(e){case d:return De("Suspense");case f:return De("SuspenseList")}if("object"==typeof e)switch(e.$$typeof){case l:return Fe(e.render,!1);case p:return Be(e.type,t,r);case h:var n=e,o=n._payload,a=n._init;try{return Be(a(o),t,r)}catch(e){}}return""}He=new qe;var Ge={},We=$.ReactDebugCurrentFrame;function Ve(e){if(e){var t=e._owner,r=Be(e.type,e._source,t?t.type:null);We.setExtraStackFrame(r)}else We.setExtraStackFrame(null)}var ze,Ye=Symbol.for("react.client.reference");function Ke(e){if(e){var t=e._owner;O(Be(e.type,e._source,t?t.type:null))}else O(null)}function Je(){if(k.current){var e=re(k.current.type);if(e)return"\n\nCheck the render method of `"+e+"`."}return""}ze=!1;var Xe={};function Ze(e,t){if(e._store&&!e._store.validated&&null==e.key){e._store.validated=!0;var r=function(e){var t=Je();if(!t){var r="string"==typeof e?e:e.displayName||e.name;r&&(t="\n\nCheck the top-level render call using <"+r+">.")}return t}(t);if(!Xe[r]){Xe[r]=!0;var n="";e&&e._owner&&e._owner!==k.current&&(n=" It was passed a child from "+re(e._owner.type)+"."),Ke(e),M('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',r,n),Ke(null)}}}function Qe(e,t){if("object"==typeof e&&e)if(e.$$typeof===Ye);else if(Z(e))for(var r=0;r<e.length;r++){var n=e[r];pe(n)&&Ze(n,t)}else if(pe(e))e._store&&(e._store.validated=!0);else{var o=_(e);if("function"==typeof o&&o!==e.entries)for(var a,s=o.call(e);!(a=s.next()).done;)pe(a.value)&&Ze(a.value,t)}}function et(e){var t,r=e.type;if(null!=r&&"string"!=typeof r&&r.$$typeof!==Ye){if("function"==typeof r)t=r.propTypes;else{if("object"!=typeof r||r.$$typeof!==l&&r.$$typeof!==p)return;t=r.propTypes}if(t){var n=re(r);!function(e,t,r,n,o){var a=Function.call.bind(se);for(var s in e)if(a(e,s)){var i=void 0;try{if("function"!=typeof e[s]){var c=Error((n||"React class")+": "+r+" type `"+s+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[s]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw c.name="Invariant Violation",c}i=e[s](t,s,n,r,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(e){i=e}!i||i instanceof Error||(Ve(o),M("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",n||"React class",r,s,typeof i),Ve(null)),i instanceof Error&&!(i.message in Ge)&&(Ge[i.message]=!0,Ve(o),M("Failed %s type: %s",r,i.message),Ve(null))}}(t,e.props,"prop",n,e)}else void 0===r.PropTypes||ze||(ze=!0,M("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",re(r)||"Unknown"));"function"!=typeof r.getDefaultProps||r.getDefaultProps.isReactClassApproved||M("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function tt(e,t,n){var a,s,i=Ce(e);if(!i){var c,u="";(void 0===e||"object"==typeof e&&null!==e&&0===Object.keys(e).length)&&(u+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),u+=(null!=(a=t)&&void 0!==(s=a.__source)?"\n\nCheck your code at "+s.fileName.replace(/^.*[\\\/]/,"")+":"+s.lineNumber+".":"")||Je(),null===e?c="null":Z(e)?c="array":void 0!==e&&e.$$typeof===r?(c="<"+(re(e.type)||"Unknown")+" />",u=" Did you accidentally export a JSX literal instead of a component?"):c=typeof e,M("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",c,u)}var l=de.apply(this,arguments);if(null==l)return l;if(i)for(var d=2;d<arguments.length;d++)Qe(arguments[d],e);return e===o?function(e){for(var t=Object.keys(e.props),r=0;r<t.length;r++){var n=t[r];if("children"!==n&&"key"!==n){Ke(e),M("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",n),Ke(null);break}}null!==e.ref&&(Ke(e),M("Invalid attribute `ref` supplied to `React.Fragment`."),Ke(null))}(l):et(l),l}var rt=!1,nt=$.ContextRegistry,ot=!1,at=null;function st(t){if(null===at)try{var r=("require"+Math.random()).slice(0,7),n=e&&e[r];at=n.call(e,"timers").setImmediate}catch(e){at=function(e){!1===ot&&(ot=!0,"undefined"==typeof MessageChannel&&M("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));var t=new MessageChannel;t.port1.onmessage=e,t.port2.postMessage(void 0)}}return at(t)}var it=0,ct=!1;function ut(e,t){t!==it-1&&M("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "),it=t}function lt(e,t,r){var n=P.current;if(null!==n)if(0!==n.length)try{ft(n),st((function(){return lt(e,t,r)}))}catch(e){r(e)}else P.current=null,t(e);else t(e)}var dt=!1;function ft(e){if(!dt){dt=!0;var t=0;try{for(;t<e.length;t++)for(var r=e[t];;){P.didUsePromise=!1;var n=r(!1);if(null===n)break;if(P.didUsePromise)return e[t]=r,void e.splice(0,t);r=n}e.length=0}catch(r){throw e.splice(0,t+1),r}finally{dt=!1}}}var pt="function"==typeof queueMicrotask?function(e){queueMicrotask((function(){return queueMicrotask(e)}))}:st,ht=tt,mt={map:Se,forEach:function(e,t,r){Se(e,(function(){t.apply(this,arguments)}),r)},count:function(e){var t=0;return Se(e,(function(){t++})),t},toArray:function(e){return Se(e,(function(e){return e}))||[]},only:function(e){if(!pe(e))throw new Error("React.Children.only expected to receive a single React element child.");return e}};t.Children=mt,t.Component=G,t.Fragment=o,t.Profiler=s,t.PureComponent=K,t.StrictMode=a,t.Suspense=d,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=$,t.cache=function(e){return function(){var t=C.current;if(!t)return e.apply(null,arguments);var r,n=t.getCacheForType(Re),o=n.get(e);void 0===o?(r={s:0,v:void 0,o:null,p:null},n.set(e,r)):r=o;for(var a=0,s=arguments.length;a<s;a++){var i=arguments[a];if("function"==typeof i||"object"==typeof i&&null!==i){var c=r.o;null===c&&(r.o=c=new WeakMap);var u=c.get(i);void 0===u?(r={s:0,v:void 0,o:null,p:null},c.set(i,r)):r=u}else{var l=r.p;null===l&&(r.p=l=new Map);var d=l.get(i);void 0===d?(r={s:0,v:void 0,o:null,p:null},l.set(i,r)):r=d}}if(1===r.s)return r.v;if(2===r.s)throw r.v;try{var f=e.apply(null,arguments),p=r;return p.s=1,p.v=f,f}catch(e){var h=r;throw h.s=2,h.v=e,e}}},t.cloneElement=function(e,t,r){for(var n=fe.apply(this,arguments),o=2;o<arguments.length;o++)Qe(arguments[o],n.type);return et(n),n},t.createContext=function(e){var t={$$typeof:c,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null};t.Provider={$$typeof:i,_context:t};var r=!1,n=!1,o=!1,a={$$typeof:c,_context:t};return Object.defineProperties(a,{Provider:{get:function(){return n||(n=!0,M("Rendering <Context.Consumer.Provider> is not supported and will be removed in a future major release. Did you mean to render <Context.Provider> instead?")),t.Provider},set:function(e){t.Provider=e}},_currentValue:{get:function(){return t._currentValue},set:function(e){t._currentValue=e}},_currentValue2:{get:function(){return t._currentValue2},set:function(e){t._currentValue2=e}},_threadCount:{get:function(){return t._threadCount},set:function(e){t._threadCount=e}},Consumer:{get:function(){return r||(r=!0,M("Rendering <Context.Consumer.Consumer> is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?")),t.Consumer}},displayName:{get:function(){return t.displayName},set:function(e){o||(I("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.",e),o=!0)}}}),t.Consumer=a,t._currentRenderer=null,t._currentRenderer2=null,t},t.createElement=ht,t.createFactory=function(e){var t=tt.bind(null,e);return t.type=e,rt||(rt=!0,I("React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.")),Object.defineProperty(t,"type",{enumerable:!1,get:function(){return I("Factory.type is deprecated. Access the class directly before passing it to createFactory."),Object.defineProperty(this,"type",{value:e}),e}}),t},t.createRef=function(){var e={current:null};return Object.seal(e),e},t.createServerContext=function(e,t){var r=!0;if(!nt[e]){r=!1;var n,o={$$typeof:u,_currentValue:t,_currentValue2:t,_defaultValue:t,_threadCount:0,Provider:null,Consumer:null,_globalName:e};o.Provider={$$typeof:i,_context:o},o._currentRenderer=null,o._currentRenderer2=null,Object.defineProperties(o,{Consumer:{get:function(){return n||(M("Consumer pattern is not supported by ReactServerContext"),n=!0),null}}}),nt[e]=o}var a=nt[e];if(a._defaultValue===v)a._defaultValue=t,a._currentValue===v&&(a._currentValue=t),a._currentValue2===v&&(a._currentValue2=t);else if(r)throw new Error("ServerContext: "+e+" already defined");return a},t.experimental_useEffectEvent=function(e){return Pe().useEffectEvent(e)},t.experimental_useOptimistic=function(e,t){return Pe().useOptimistic(e,t)},t.forwardRef=function(e){null!=e&&e.$$typeof===p?M("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...))."):"function"!=typeof e?M("forwardRef requires a render function but was given %s.",null===e?"null":typeof e):0!==e.length&&2!==e.length&&M("forwardRef render functions accept exactly two parameters: props and ref. %s",1===e.length?"Did you forget to use the ref parameter?":"Any additional parameter will be undefined."),null!=e&&(null==e.defaultProps&&null==e.propTypes||M("forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?"));var t,r={$$typeof:l,render:e};return Object.defineProperty(r,"displayName",{enumerable:!1,configurable:!0,get:function(){return t},set:function(r){t=r,e.name||e.displayName||(e.displayName=r)}}),r},t.isValidElement=pe,t.lazy=function(e){var t,r,n={$$typeof:h,_payload:{_status:-1,_result:e},_init:_e};return Object.defineProperties(n,{defaultProps:{configurable:!0,get:function(){return t},set:function(e){M("React.lazy(...): It is not supported to assign `defaultProps` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."),t=e,Object.defineProperty(n,"defaultProps",{enumerable:!0})}},propTypes:{configurable:!0,get:function(){return r},set:function(e){M("React.lazy(...): It is not supported to assign `propTypes` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."),r=e,Object.defineProperty(n,"propTypes",{enumerable:!0})}}}),n},t.memo=function(e,t){Ce(e)||M("memo: The first argument must be a component. Instead received: %s",null===e?"null":typeof e);var r,n={$$typeof:p,type:e,compare:void 0===t?null:t};return Object.defineProperty(n,"displayName",{enumerable:!1,configurable:!0,get:function(){return r},set:function(t){r=t,e.name||e.displayName||(e.displayName=t)}}),n},t.startTransition=function(e,t){var r=R.transition;R.transition={};var n=R.transition;R.transition._updatedFibers=new Set;try{e()}finally{if(R.transition=r,null===r&&n._updatedFibers){var o=n._updatedFibers.size;n._updatedFibers.clear(),o>10&&I("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.")}}},t.unstable_Cache=g,t.unstable_DebugTracingMode=m,t.unstable_Offscreen=y,t.unstable_SuspenseList=f,t.unstable_act=function(e){var t=P.isBatchingLegacy,r=P.current,n=it;it++;var o,a=P.current=null!==r?r:[];P.isBatchingLegacy=!0;var s=!1;try{P.didScheduleLegacyUpdate=!1,o=e();var i=P.didScheduleLegacyUpdate;!t&&i&&ft(a),P.isBatchingLegacy=t}catch(e){throw P.isBatchingLegacy=t,ut(0,n),e}if(null!==o&&"object"==typeof o&&"function"==typeof o.then){var c=o;return pt((function(){s||ct||(ct=!0,M("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"))})),{then:function(e,t){s=!0,c.then((function(r){if(ut(0,n),0===n)try{ft(a),st((function(){return lt(r,e,t)}))}catch(e){t(e)}else e(r)}),(function(e){ut(0,n),t(e)}))}}}var u=o;return ut(0,n),0===n&&(ft(a),0!==a.length&&pt((function(){s||ct||(ct=!0,M("A component suspended inside an `act` scope, but the `act` call was not awaited. When testing React components that depend on asynchronous data, you must await the result:\n\nawait act(() => ...)"))})),P.current=null),{then:function(e,t){s=!0,0===n?(P.current=a,st((function(){return lt(u,e,t)}))):e(u)}}},t.unstable_getCacheForType=function(e){var t=C.current;return t?t.getCacheForType(e):e()},t.unstable_getCacheSignal=function(){var e=C.current;if(!e){var t=new AbortController,r=new Error("This CacheSignal was requested outside React which means that it is immediately aborted.");return t.abort(r),t.signal}return e.getCacheSignal()},t.unstable_postpone=function(e){var t=new Error(e);throw t.$$typeof=b,t},t.unstable_useCacheRefresh=function(){return Pe().useCacheRefresh()},t.unstable_useMemoCache=function(e){return Pe().useMemoCache(e)},t.use=function(e){return Pe().use(e)},t.useCallback=function(e,t){return Pe().useCallback(e,t)},t.useContext=function(e){var t=Pe();if(void 0!==e._context){var r=e._context;r.Consumer===e?M("Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be removed in a future major release. Did you mean to call useContext(Context) instead?"):r.Provider===e&&M("Calling useContext(Context.Provider) is not supported. Did you mean to call useContext(Context) instead?")}return t.useContext(e)},t.useDebugValue=function(e,t){return Pe().useDebugValue(e,t)},t.useDeferredValue=function(e){return Pe().useDeferredValue(e)},t.useEffect=function(e,t){return Pe().useEffect(e,t)},t.useId=function(){return Pe().useId()},t.useImperativeHandle=function(e,t,r){return Pe().useImperativeHandle(e,t,r)},t.useInsertionEffect=function(e,t){return Pe().useInsertionEffect(e,t)},t.useLayoutEffect=function(e,t){return Pe().useLayoutEffect(e,t)},t.useMemo=function(e,t){return Pe().useMemo(e,t)},t.useReducer=function(e,t,r){return Pe().useReducer(e,t,r)},t.useRef=function(e){return Pe().useRef(e)},t.useState=function(e){return Pe().useState(e)},t.useSyncExternalStore=function(e,t,r){return Pe().useSyncExternalStore(e,t,r)},t.useTransition=function(){return Pe().useTransition()},t.version="18.3.0-experimental-d6dcad6a8-20230914","undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()},"./dist/compiled/react-experimental/index.js":(e,t,r)=>{"use strict";e.exports=r("./dist/compiled/react-experimental/cjs/react.development.js")},"./dist/esm/lib/web/chalk.js":(e,t,r)=>{"use strict";r.d(t,{Z:()=>o});const n=new Proxy((e=>e),{get:(e,t)=>["hex","rgb","ansi256","bgHex","bgRgb","bgAnsi256"].includes(t)?()=>n:n}),o=n}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var a=t[n]={id:n,loaded:!1,exports:{}};return e[n](a,a.exports,r),a.loaded=!0,a.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e);var n={};(()=>{"use strict";r.r(n),r.d(n,{AppRouteRouteModule:()=>Ae,default:()=>je});var e={};r.r(e),r.d(e,{DYNAMIC_ERROR_CODE:()=>pe,DynamicServerError:()=>he});var t={};r.r(t),r.d(t,{cookies:()=>_e,draftMode:()=>xe,headers:()=>Se});var o={};r.r(o),r.d(o,{AppRouterContext:()=>ke,CacheStates:()=>Ce,GlobalLayoutRouterContext:()=>Te,LayoutRouterContext:()=>Ee,TemplateContext:()=>Oe});var a={};r.r(a),r.d(a,{appRouterContext:()=>o});class s{constructor({userland:e,definition:t}){this.userland=e,this.definition=t}}const i=[["RSC"],["Next-Router-State-Tree"],["Next-Router-Prefetch"]];class c{static get(e,t,r){const n=Reflect.get(e,t,r);return"function"==typeof n?n.bind(e):n}static set(e,t,r,n){return Reflect.set(e,t,r,n)}static has(e,t){return Reflect.has(e,t)}static deleteProperty(e,t){return Reflect.deleteProperty(e,t)}}class u extends Error{constructor(){super("Headers cannot be modified. Read more: https://nextjs.org/docs/app/api-reference/functions/headers")}static callable(){throw new u}}class l extends Headers{constructor(e){super(),this.headers=new Proxy(e,{get(t,r,n){if("symbol"==typeof r)return c.get(t,r,n);const o=r.toLowerCase(),a=Object.keys(e).find((e=>e.toLowerCase()===o));return void 0!==a?c.get(t,a,n):void 0},set(t,r,n,o){if("symbol"==typeof r)return c.set(t,r,n,o);const a=r.toLowerCase(),s=Object.keys(e).find((e=>e.toLowerCase()===a));return c.set(t,s??r,n,o)},has(t,r){if("symbol"==typeof r)return c.has(t,r);const n=r.toLowerCase(),o=Object.keys(e).find((e=>e.toLowerCase()===n));return void 0!==o&&c.has(t,o)},deleteProperty(t,r){if("symbol"==typeof r)return c.deleteProperty(t,r);const n=r.toLowerCase(),o=Object.keys(e).find((e=>e.toLowerCase()===n));return void 0===o||c.deleteProperty(t,o)}})}static seal(e){return new Proxy(e,{get(e,t,r){switch(t){case"append":case"delete":case"set":return u.callable;default:return c.get(e,t,r)}}})}merge(e){return Array.isArray(e)?e.join(", "):e}static from(e){return e instanceof Headers?e:new l(e)}append(e,t){const r=this.headers[e];"string"==typeof r?this.headers[e]=[r,t]:Array.isArray(r)?r.push(t):this.headers[e]=t}delete(e){delete this.headers[e]}get(e){const t=this.headers[e];return void 0!==t?this.merge(t):null}has(e){return void 0!==this.headers[e]}set(e,t){this.headers[e]=t}forEach(e,t){for(const[r,n]of this.entries())e.call(t,n,r,this)}*entries(){for(const e of Object.keys(this.headers)){const t=e.toLowerCase(),r=this.get(t);yield[t,r]}}*keys(){for(const e of Object.keys(this.headers)){const t=e.toLowerCase();yield t}}*values(){for(const e of Object.keys(this.headers)){const t=this.get(e);yield t}}[Symbol.iterator](){return this.entries()}}var d=r("./dist/compiled/@edge-runtime/cookies/index.js");class f extends Error{constructor(){super("Cookies can only be modified in a Server Action or Route Handler. Read more: https://nextjs.org/docs/app/api-reference/functions/cookies#cookiessetname-value-options")}static callable(){throw new f}}class p{static seal(e){return new Proxy(e,{get(e,t,r){switch(t){case"clear":case"delete":case"set":return f.callable;default:return c.get(e,t,r)}}})}}const h=Symbol.for("next.mutated.cookies");function m(e,t){const r=function(e){const t=e[h];return t&&Array.isArray(t)&&0!==t.length?t:[]}(t);if(0===r.length)return!1;const n=new d.ResponseCookies(e),o=n.getAll();for(const e of r)n.set(e);for(const e of o)n.set(e);return!0}class y{static wrap(e,t){const r=new d.ResponseCookies(new Headers);for(const t of e.getAll())r.set(t);let n=[];const o=new Set,a=()=>{var e;const a=null==fetch.__nextGetStaticStore||null==(e=fetch.__nextGetStaticStore.call(fetch))?void 0:e.getStore();a&&(a.pathWasRevalidated=!0);const s=r.getAll();if(n=s.filter((e=>o.has(e.name))),t){const e=[];for(const t of n){const r=new d.ResponseCookies(new Headers);r.set(t),e.push(r.toString())}t(e)}};return new Proxy(r,{get(e,t,r){switch(t){case h:return n;case"delete":return function(...t){o.add("string"==typeof t[0]?t[0]:t[0].name);try{e.delete(...t)}finally{a()}};case"set":return function(...t){o.add("string"==typeof t[0]?t[0]:t[0].name);try{return e.set(...t)}finally{a()}};default:return c.get(e,t,r)}}})}}const g="_N_T_",v="__prerender_bypass";Symbol("__next_preview_data"),Symbol(v);class b{constructor(e,t,r,n){var o;const a=e&&function(e,t){const r=l.from(e.headers);return{isOnDemandRevalidate:r.get("x-prerender-revalidate")===t.previewModeId,revalidateOnlyGenerated:r.has("x-prerender-revalidate-if-generated")}}(t,e).isOnDemandRevalidate,s=null==(o=r.get(v))?void 0:o.value;this.isEnabled=Boolean(!a&&s&&e&&s===e.previewModeId),this._previewModeId=null==e?void 0:e.previewModeId,this._mutableCookies=n}enable(){if(!this._previewModeId)throw new Error("Invariant: previewProps missing previewModeId this should never happen");this._mutableCookies.set({name:v,value:this._previewModeId,httpOnly:!0,sameSite:"lax",secure:!1,path:"/"})}disable(){this._mutableCookies.set({name:v,value:"",httpOnly:!0,sameSite:"lax",secure:!1,path:"/",expires:new Date(0)})}}function w(e,t){const r=new d.RequestCookies(l.from(e));return y.wrap(r,t)}const S={wrap(e,{req:t,res:r,renderOpts:n},o){let a;function s(e){r&&r.setHeader("Set-Cookie",e)}n&&"previewProps"in n&&(a=n.previewProps);const c={},u={get headers(){return c.headers||(c.headers=function(e){const t=l.from(e);for(const e of i)t.delete(e.toString().toLowerCase());return l.seal(t)}(t.headers)),c.headers},get cookies(){return c.cookies||(c.cookies=function(e){const t=new d.RequestCookies(l.from(e));return p.seal(t)}(t.headers)),c.cookies},get mutableCookies(){return c.mutableCookies||(c.mutableCookies=w(t.headers,(null==n?void 0:n.onUpdateCookies)||(r?s:void 0))),c.mutableCookies},get draftMode(){return c.draftMode||(c.draftMode=new b(a,t,this.cookies,this.mutableCookies)),c.draftMode}};return e.run(u,o,u)}},_={wrap(e,{urlPathname:t,renderOpts:r},n){const o={isStaticGeneration:!r.supportsDynamicHTML&&!r.isDraftMode&&!r.isServerAction,urlPathname:t,pagePath:r.originalPathname,incrementalCache:r.incrementalCache||globalThis.__incrementalCache,isRevalidate:r.isRevalidate,isPrerendering:r.nextExport,fetchCache:r.fetchCache,isOnDemandRevalidate:r.isOnDemandRevalidate,isDraftMode:r.isDraftMode};return r.store=o,e.run(o,n,o)}};function x(){return new Response(null,{status:400})}function C(){return new Response(null,{status:405})}const R=["GET","HEAD","OPTIONS","POST","PUT","DELETE","PATCH"];var P,k,E,T,O,A,j,N,L,$,I;!function(e){e.handleRequest="BaseServer.handleRequest",e.run="BaseServer.run",e.pipe="BaseServer.pipe",e.getStaticHTML="BaseServer.getStaticHTML",e.render="BaseServer.render",e.renderToResponseWithComponents="BaseServer.renderToResponseWithComponents",e.renderToResponse="BaseServer.renderToResponse",e.renderToHTML="BaseServer.renderToHTML",e.renderError="BaseServer.renderError",e.renderErrorToResponse="BaseServer.renderErrorToResponse",e.renderErrorToHTML="BaseServer.renderErrorToHTML",e.render404="BaseServer.render404"}(P||(P={})),function(e){e.loadDefaultErrorComponents="LoadComponents.loadDefaultErrorComponents",e.loadComponents="LoadComponents.loadComponents"}(k||(k={})),function(e){e.getRequestHandler="NextServer.getRequestHandler",e.getServer="NextServer.getServer",e.getServerRequestHandler="NextServer.getServerRequestHandler",e.createServer="createServer.createServer"}(E||(E={})),function(e){e.compression="NextNodeServer.compression",e.getBuildId="NextNodeServer.getBuildId",e.generateStaticRoutes="NextNodeServer.generateStaticRoutes",e.generateFsStaticRoutes="NextNodeServer.generateFsStaticRoutes",e.generatePublicRoutes="NextNodeServer.generatePublicRoutes",e.generateImageRoutes="NextNodeServer.generateImageRoutes.route",e.sendRenderResult="NextNodeServer.sendRenderResult",e.proxyRequest="NextNodeServer.proxyRequest",e.runApi="NextNodeServer.runApi",e.render="NextNodeServer.render",e.renderHTML="NextNodeServer.renderHTML",e.imageOptimizer="NextNodeServer.imageOptimizer",e.getPagePath="NextNodeServer.getPagePath",e.getRoutesManifest="NextNodeServer.getRoutesManifest",e.findPageComponents="NextNodeServer.findPageComponents",e.getFontManifest="NextNodeServer.getFontManifest",e.getServerComponentManifest="NextNodeServer.getServerComponentManifest",e.getRequestHandler="NextNodeServer.getRequestHandler",e.renderToHTML="NextNodeServer.renderToHTML",e.renderError="NextNodeServer.renderError",e.renderErrorToHTML="NextNodeServer.renderErrorToHTML",e.render404="NextNodeServer.render404",e.route="route",e.onProxyReq="onProxyReq",e.apiResolver="apiResolver",e.internalFetch="internalFetch"}(T||(T={})),function(e){e.startServer="startServer.startServer"}(O||(O={})),function(e){e.getServerSideProps="Render.getServerSideProps",e.getStaticProps="Render.getStaticProps",e.renderToString="Render.renderToString",e.renderDocument="Render.renderDocument",e.createBodyResult="Render.createBodyResult"}(A||(A={})),function(e){e.renderToString="AppRender.renderToString",e.renderToReadableStream="AppRender.renderToReadableStream",e.getBodyResult="AppRender.getBodyResult",e.fetch="AppRender.fetch"}(j||(j={})),function(e){e.executeRoute="Router.executeRoute"}(N||(N={})),function(e){e.runHandler="Node.runHandler"}(L||(L={})),function(e){e.runHandler="AppRouteRouteHandlers.runHandler"}($||($={})),function(e){e.generateMetadata="ResolveMetadata.generateMetadata"}(I||(I={}));const M=require("next/dist/server/lib/trace/tracer");let D;D=r("./dist/esm/lib/web/chalk.js").Z;const H=D,U={wait:H.white(H.bold("○")),error:H.red(H.bold("X")),warn:H.yellow(H.bold("⚠")),ready:H.bold("▲"),info:H.white(H.bold(" ")),event:H.green(H.bold("✓")),trace:H.magenta(H.bold("»"))},q={log:"log",warn:"warn",error:"error"};function F(e,...t){""!==t[0]&&void 0!==t[0]||1!==t.length||t.shift();const r=e in q?q[e]:"log",n=U[e];0===t.length?console[r](""):console[r](" "+n,...t)}function B(...e){F("error",...e)}new Set;const G=e=>{const t=["/layout"];if(e.startsWith("/")){const r=e.split("/");for(let e=1;e<r.length+1;e++){let n=r.slice(0,e).join("/");n&&(n.endsWith("/page")||n.endsWith("/route")||(n=`${n}${n.endsWith("/")?"":"/"}layout`),t.push(n))}}return t};function W(e){const t=[];if(!e)return t;const{pagePath:r,urlPathname:n}=e;if(Array.isArray(e.tags)||(e.tags=[]),r){const n=G(r);for(let r of n){var o;r=`${g}${r}`,(null==(o=e.tags)?void 0:o.includes(r))||e.tags.push(r),t.push(r)}}if(n){var a;const r=`${g}${n}`;(null==(a=e.tags)?void 0:a.includes(r))||e.tags.push(r),t.push(r)}return t}function V(e,t){if(!e)return;e.fetchMetrics||(e.fetchMetrics=[]);const r=["url","status","method"];e.fetchMetrics.some((e=>r.every((r=>e[r]===t[r]))))||e.fetchMetrics.push({url:t.url,cacheStatus:t.cacheStatus,cacheReason:t.cacheReason,status:t.status,method:t.method,start:t.start,end:Date.now(),idx:e.nextFetchId||0})}function z({serverHooks:e,staticGenerationAsyncStorage:t}){if(globalThis._nextOriginalFetch||(globalThis._nextOriginalFetch=globalThis.fetch),globalThis.fetch.__nextPatched)return;const{DynamicServerError:r}=e,n=globalThis._nextOriginalFetch;globalThis.fetch=async(e,o)=>{var a,s;let i;try{i=new URL(e instanceof Request?e.url:e),i.username="",i.password=""}catch{i=void 0}const c=(null==i?void 0:i.href)??"",u=Date.now(),l=(null==o||null==(a=o.method)?void 0:a.toUpperCase())||"GET",d=!0===(null==(s=null==o?void 0:o.next)?void 0:s.internal);return await(0,M.getTracer)().trace(d?T.internalFetch:j.fetch,{kind:M.SpanKind.CLIENT,spanName:["fetch",l,c].filter(Boolean).join(" "),attributes:{"http.url":c,"http.method":l,"net.peer.name":null==i?void 0:i.hostname,"net.peer.port":(null==i?void 0:i.port)||void 0}},(async()=>{var a;const s=t.getStore()||(null==fetch.__nextGetStaticStore?void 0:fetch.__nextGetStaticStore.call(fetch)),i=e&&"object"==typeof e&&"string"==typeof e.method,l=t=>(i?e[t]:null)||(null==o?void 0:o[t]);if(!s||d||s.isDraftMode)return n(e,o);let f;const p=t=>{var r,n,a;return void 0!==(null==o||null==(r=o.next)?void 0:r[t])?null==o||null==(n=o.next)?void 0:n[t]:i?null==(a=e.next)?void 0:a[t]:void 0};let h=p("revalidate");const m=function(e,t){const r=[],n=[];for(const t of e)"string"!=typeof t?n.push({tag:t,reason:"invalid type, must be a string"}):t.length>256?n.push({tag:t,reason:"exceeded max length of 256"}):r.push(t);if(n.length>0){console.warn(`Warning: invalid tags passed to ${t}: `);for(const{tag:e,reason:t}of n)console.log(`tag: "${e}" ${t}`)}return r}(p("tags")||[],`fetch ${e.toString()}`);if(Array.isArray(m)){s.tags||(s.tags=[]);for(const e of m)s.tags.includes(e)||s.tags.push(e)}const y=W(s),g="only-cache"===s.fetchCache,v="force-cache"===s.fetchCache,b="default-cache"===s.fetchCache,w="default-no-store"===s.fetchCache,S="only-no-store"===s.fetchCache,_="force-no-store"===s.fetchCache;let x=l("cache"),C="";"string"==typeof x&&void 0!==h&&(function(...e){F("warn",...e)}(`fetch for ${c} on ${s.urlPathname} specified "cache: ${x}" and "revalidate: ${h}", only one should be specified.`),x=void 0),"force-cache"===x&&(h=!1),["no-cache","no-store"].includes(x||"")&&(h=0,C=`cache: ${x}`),"number"!=typeof h&&!1!==h||(f=h);const R=l("headers"),P="function"==typeof(null==R?void 0:R.get)?R:new Headers(R||{}),k=P.get("authorization")||P.get("cookie"),E=!["get","head"].includes((null==(a=l("method"))?void 0:a.toLowerCase())||"get"),T=(k||E)&&0===s.revalidate;if(_&&(f=0,C="fetchCache = force-no-store"),S){if("force-cache"===x||0===f)throw new Error(`cache: 'force-cache' used on fetch for ${c} with 'export const fetchCache = 'only-no-store'`);f=0,C="fetchCache = only-no-store"}if(g&&"no-store"===x)throw new Error(`cache: 'no-store' used on fetch for ${c} with 'export const fetchCache = 'only-cache'`);!v||void 0!==h&&0!==h||(C="fetchCache = force-cache",f=!1),void 0===f?b?(f=!1,C="fetchCache = default-cache"):T?(f=0,C="auto no cache"):w?(f=0,C="fetchCache = default-no-store"):(C="auto cache",f="boolean"!=typeof s.revalidate&&void 0!==s.revalidate&&s.revalidate):C||(C=`revalidate: ${f}`),!T&&(void 0===s.revalidate||"number"==typeof f&&(!1===s.revalidate||"number"==typeof s.revalidate&&f<s.revalidate))&&(s.revalidate=f);const O="number"==typeof f&&f>0||!1===f;let A;if(s.incrementalCache&&O)try{A=await s.incrementalCache.fetchCacheKey(c,i?e:o)}catch(t){console.error("Failed to generate cache key for",e)}const j=s.nextFetchId??1;s.nextFetchId=j+1;const N="number"!=typeof f?31536e3:f,L=async(t,r)=>{const a=["cache","credentials","headers","integrity","keepalive","method","mode","redirect","referrer","referrerPolicy","window","duplex",...t?[]:["signal"]];if(i){const t=e,r={body:t._ogBody||t.body};for(const e of a)r[e]=t[e];e=new Request(t.url,r)}else if(o){const e=o;o={body:o._ogBody||o.body};for(const t of a)o[t]=e[t]}const l={...o,next:{...null==o?void 0:o.next,fetchType:"origin",fetchIdx:j}};return n(e,l).then((async n=>{if(t||V(s,{start:u,url:c,cacheReason:r||C,cacheStatus:0===f||r?"skip":"miss",status:n.status,method:l.method||"GET"}),200===n.status&&s.incrementalCache&&A&&O){const t=Buffer.from(await n.arrayBuffer());try{await s.incrementalCache.set(A,{kind:"FETCH",data:{headers:Object.fromEntries(n.headers.entries()),body:t.toString("base64"),status:n.status,url:n.url},revalidate:N},{fetchCache:!0,revalidate:f,fetchUrl:c,fetchIdx:j,tags:m})}catch(t){console.warn("Failed to set fetch cache",e,t)}const r=new Response(t,{headers:new Headers(n.headers),status:n.status});return Object.defineProperty(r,"url",{value:n.url}),r}return n}))};let $,I=()=>Promise.resolve();if(A&&s.incrementalCache){I=await s.incrementalCache.lock(A);const e=s.isOnDemandRevalidate?null:await s.incrementalCache.get(A,{fetchCache:!0,revalidate:f,fetchUrl:c,fetchIdx:j,tags:m,softTags:y});if(e?await I():$="cache-control: no-cache (hard refresh)",(null==e?void 0:e.value)&&"FETCH"===e.value.kind&&(!s.isRevalidate||!e.isStale)){e.isStale&&(s.pendingRevalidates||(s.pendingRevalidates=[]),s.pendingRevalidates.push(L(!0).catch(console.error)));const t=e.value.data;let r;r=Buffer.from(t.body,"base64").subarray(),V(s,{start:u,url:c,cacheReason:C,cacheStatus:"hit",status:t.status||200,method:(null==o?void 0:o.method)||"GET"});const n=new Response(r,{headers:t.headers,status:t.status});return Object.defineProperty(n,"url",{value:e.value.data.url}),n}}if(s.isStaticGeneration&&o&&"object"==typeof o){if("no-store"===o.cache){s.revalidate=0;const t=`no-store fetch ${e}${s.urlPathname?` ${s.urlPathname}`:""}`,n=new r(t);s.dynamicUsageErr=n,s.dynamicUsageStack=n.stack,s.dynamicUsageDescription=t}const t="next"in o,n=o.next||{};if("number"==typeof n.revalidate&&(void 0===s.revalidate||"number"==typeof s.revalidate&&n.revalidate<s.revalidate)){const t=s.forceDynamic;if(t&&0===n.revalidate||(s.revalidate=n.revalidate),!t&&0===n.revalidate){const t=`revalidate: ${n.revalidate} fetch ${e}${s.urlPathname?` ${s.urlPathname}`:""}`,o=new r(t);s.dynamicUsageErr=o,s.dynamicUsageStack=o.stack,s.dynamicUsageDescription=t}}t&&delete o.next}return L(!1,$).finally(I)}))},globalThis.fetch.__nextGetStaticStore=()=>t,globalThis.fetch.__nextPatched=!0}function Y(e){return e.replace(/\/$/,"")||"/"}function K(e){const t=e.indexOf("#"),r=e.indexOf("?"),n=r>-1&&(t<0||r<t);return n||t>-1?{pathname:e.substring(0,n?r:t),query:n?e.substring(r,t>-1?t:void 0):"",hash:t>-1?e.slice(t):""}:{pathname:e,query:"",hash:""}}function J(e,t){if(!e.startsWith("/")||!t)return e;const{pathname:r,query:n,hash:o}=K(e);return""+t+r+n+o}function X(e,t){if(!e.startsWith("/")||!t)return e;const{pathname:r,query:n,hash:o}=K(e);return""+r+t+n+o}function Z(e,t){if("string"!=typeof e)return!1;const{pathname:r}=K(e);return r===t||r.startsWith(t+"/")}function Q(e,t){let r;const n=e.split("/");return(t||[]).some((t=>!(!n[1]||n[1].toLowerCase()!==t.toLowerCase()||(r=t,n.splice(1,1),e=n.join("/")||"/",0)))),{pathname:e,detectedLocale:r}}const ee=/(?!^https?:\/\/)(127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}|\[::1\]|localhost)/;function te(e,t){return new URL(String(e).replace(ee,"localhost"),t&&String(t).replace(ee,"localhost"))}const re=Symbol("NextURLInternal");class ne{constructor(e,t,r){let n,o;"object"==typeof t&&"pathname"in t||"string"==typeof t?(n=t,o=r||{}):o=r||t||{},this[re]={url:te(e,n??o.base),options:o,basePath:""},this.analyze()}analyze(){var e,t,r,n,o;const a=function(e,t){var r;const{basePath:n,i18n:o,trailingSlash:a}=null!=(r=t.nextConfig)?r:{},s={pathname:e,trailingSlash:"/"!==e?e.endsWith("/"):a};n&&Z(s.pathname,n)&&(s.pathname=function(e,t){if(!Z(e,t))return e;const r=e.slice(t.length);return r.startsWith("/")?r:"/"+r}(s.pathname,n),s.basePath=n);let i=s.pathname;if(s.pathname.startsWith("/_next/data/")&&s.pathname.endsWith(".json")){const e=s.pathname.replace(/^\/_next\/data\//,"").replace(/\.json$/,"").split("/"),r=e[0];s.buildId=r,i="index"!==e[1]?"/"+e.slice(1).join("/"):"/",!0===t.parseData&&(s.pathname=i)}if(o){let e=t.i18nProvider?t.i18nProvider.analyze(s.pathname):Q(s.pathname,o.locales);var c;s.locale=e.detectedLocale,s.pathname=null!=(c=e.pathname)?c:s.pathname,!e.detectedLocale&&s.buildId&&(e=t.i18nProvider?t.i18nProvider.analyze(i):Q(i,o.locales),e.detectedLocale&&(s.locale=e.detectedLocale))}return s}(this[re].url.pathname,{nextConfig:this[re].options.nextConfig,parseData:!process.env.__NEXT_NO_MIDDLEWARE_URL_NORMALIZE,i18nProvider:this[re].options.i18nProvider}),s=function(e,t){let r;if((null==t?void 0:t.host)&&!Array.isArray(t.host))r=t.host.toString().split(":")[0];else{if(!e.hostname)return;r=e.hostname}return r.toLowerCase()}(this[re].url,this[re].options.headers);this[re].domainLocale=this[re].options.i18nProvider?this[re].options.i18nProvider.detectDomainLocale(s):function(e,t,r){if(e){r&&(r=r.toLowerCase());for(const a of e){var n,o;if(t===(null==(n=a.domain)?void 0:n.split(":")[0].toLowerCase())||r===a.defaultLocale.toLowerCase()||(null==(o=a.locales)?void 0:o.some((e=>e.toLowerCase()===r))))return a}}}(null==(t=this[re].options.nextConfig)||null==(e=t.i18n)?void 0:e.domains,s);const i=(null==(r=this[re].domainLocale)?void 0:r.defaultLocale)||(null==(o=this[re].options.nextConfig)||null==(n=o.i18n)?void 0:n.defaultLocale);this[re].url.pathname=a.pathname,this[re].defaultLocale=i,this[re].basePath=a.basePath??"",this[re].buildId=a.buildId,this[re].locale=a.locale??i,this[re].trailingSlash=a.trailingSlash}formatPathname(){return function(e){let t=function(e,t,r,n){if(!t||t===r)return e;const o=e.toLowerCase();if(!n){if(Z(o,"/api"))return e;if(Z(o,"/"+t.toLowerCase()))return e}return J(e,"/"+t)}(e.pathname,e.locale,e.buildId?void 0:e.defaultLocale,e.ignorePrefix);return!e.buildId&&e.trailingSlash||(t=Y(t)),e.buildId&&(t=X(J(t,"/_next/data/"+e.buildId),"/"===e.pathname?"index.json":".json")),t=J(t,e.basePath),!e.buildId&&e.trailingSlash?t.endsWith("/")?t:X(t,"/"):Y(t)}({basePath:this[re].basePath,buildId:this[re].buildId,defaultLocale:this[re].options.forceLocale?void 0:this[re].defaultLocale,locale:this[re].locale,pathname:this[re].url.pathname,trailingSlash:this[re].trailingSlash})}formatSearch(){return this[re].url.search}get buildId(){return this[re].buildId}set buildId(e){this[re].buildId=e}get locale(){return this[re].locale??""}set locale(e){var t,r;if(!this[re].locale||!(null==(r=this[re].options.nextConfig)||null==(t=r.i18n)?void 0:t.locales.includes(e)))throw new TypeError(`The NextURL configuration includes no locale "${e}"`);this[re].locale=e}get defaultLocale(){return this[re].defaultLocale}get domainLocale(){return this[re].domainLocale}get searchParams(){return this[re].url.searchParams}get host(){return this[re].url.host}set host(e){this[re].url.host=e}get hostname(){return this[re].url.hostname}set hostname(e){this[re].url.hostname=e}get port(){return this[re].url.port}set port(e){this[re].url.port=e}get protocol(){return this[re].url.protocol}set protocol(e){this[re].url.protocol=e}get href(){const e=this.formatPathname(),t=this.formatSearch();return`${this.protocol}//${this.host}${e}${t}${this.hash}`}set href(e){this[re].url=te(e),this.analyze()}get origin(){return this[re].url.origin}get pathname(){return this[re].url.pathname}set pathname(e){this[re].url.pathname=e}get hash(){return this[re].url.hash}set hash(e){this[re].url.hash=e}get search(){return this[re].url.search}set search(e){this[re].url.search=e}get password(){return this[re].url.password}set password(e){this[re].url.password=e}get username(){return this[re].url.username}set username(e){this[re].url.username=e}get basePath(){return this[re].basePath}set basePath(e){this[re].basePath=e.startsWith("/")?e:`/${e}`}toString(){return this.href}toJSON(){return this.href}[Symbol.for("edge-runtime.inspect.custom")](){return{href:this.href,origin:this.origin,protocol:this.protocol,username:this.username,password:this.password,host:this.host,hostname:this.hostname,port:this.port,pathname:this.pathname,search:this.search,searchParams:this.searchParams,hash:this.hash}}clone(){return new ne(String(this),this[re].options)}}function oe(e){const t=new URL(e);return t.host="localhost:3000",t.search="",t.protocol="http",t.toString()}const ae=require("next/dist/client/components/request-async-storage.external.js"),se="NEXT_REDIRECT";var ie;function ce(e){if("string"!=typeof(null==e?void 0:e.digest))return!1;const[t,r,n,o]=e.digest.split(";",4);return!(t!==se||"replace"!==r&&"push"!==r||"string"!=typeof n||"true"!==o&&"false"!==o)}!function(e){e.push="push",e.replace="replace"}(ie||(ie={}));const ue=["HEAD","OPTIONS"],le=["OPTIONS","POST","PUT","DELETE","PATCH"];var de;function fe(e){const t={};for(const[r,n]of Object.entries(e))void 0!==n&&(t[r]=n);return t}!function(e){e.PAGES="PAGES",e.PAGES_API="PAGES_API",e.APP_PAGE="APP_PAGE",e.APP_ROUTE="APP_ROUTE"}(de||(de={}));const pe="DYNAMIC_SERVER_USAGE";class he extends Error{constructor(e){super("Dynamic server usage: "+e),this.digest=pe}}const me=require("next/dist/client/components/action-async-storage.external.js"),ye=require("next/dist/client/components/static-generation-async-storage.external.js");class ge extends Error{constructor(...e){super(...e),this.code="NEXT_STATIC_GEN_BAILOUT"}}function ve(e,t){const{dynamic:r,link:n}=t||{};return"Page"+(r?' with `dynamic = "'+r+'"`':"")+" couldn't be rendered statically because it used `"+e+"`."+(n?" See more info here: "+n:"")}const be=(e,t)=>{const r=ye.staticGenerationAsyncStorage.getStore();if(null==r?void 0:r.forceStatic)return!0;var n;if(null==r?void 0:r.dynamicShouldError)throw new ge(ve(e,{...t,dynamic:null!=(n=null==t?void 0:t.dynamic)?n:"error"}));if(r&&(r.revalidate=0),null==r?void 0:r.isStaticGeneration){const n=new he(ve(e,{...t,link:"https://nextjs.org/docs/messages/dynamic-server-error"}));throw r.dynamicUsageDescription=e,r.dynamicUsageStack=n.stack,n}return!1};class we{get isEnabled(){return this._provider.isEnabled}enable(){if(!be("draftMode().enable()"))return this._provider.enable()}disable(){if(!be("draftMode().disable()"))return this._provider.disable()}constructor(e){this._provider=e}}function Se(){if(be("headers",{link:"https://nextjs.org/docs/app/building-your-application/rendering/static-and-dynamic#dynamic-rendering"}))return l.seal(new Headers({}));const e=ae.requestAsyncStorage.getStore();if(!e)throw new Error("Invariant: headers() expects to have requestAsyncStorage, none available.");return e.headers}function _e(){if(be("cookies",{link:"https://nextjs.org/docs/app/building-your-application/rendering/static-and-dynamic#dynamic-rendering"}))return p.seal(new d.RequestCookies(new Headers({})));const e=ae.requestAsyncStorage.getStore();if(!e)throw new Error("Invariant: cookies() expects to have requestAsyncStorage, none available.");const t=me.actionAsyncStorage.getStore();return t&&(t.isAction||t.isAppRoute)?e.mutableCookies:e.cookies}function xe(){const e=ae.requestAsyncStorage.getStore();if(!e)throw new Error("Invariant: draftMode() expects to have requestAsyncStorage, none available.");return new we(e.draftMode)}var Ce,Re=r("./dist/compiled/react-experimental/index.js"),Pe=r.n(Re);!function(e){e.LAZY_INITIALIZED="LAZYINITIALIZED",e.DATA_FETCH="DATAFETCH",e.READY="READY"}(Ce||(Ce={}));const ke=Pe().createContext(null),Ee=Pe().createContext(null),Te=Pe().createContext(null),Oe=Pe().createContext(null);ke.displayName="AppRouterContext",Ee.displayName="LayoutRouterContext",Te.displayName="GlobalLayoutRouterContext",Oe.displayName="TemplateContext";class Ae extends s{static#e=this.sharedModules=a;static is(e){return e.definition.kind===de.APP_ROUTE}constructor({userland:r,definition:n,resolvedPagePath:o,nextConfigOutput:a}){if(super({userland:r,definition:n}),this.requestAsyncStorage=ae.requestAsyncStorage,this.staticGenerationAsyncStorage=ye.staticGenerationAsyncStorage,this.serverHooks=e,this.headerHooks=t,this.staticGenerationBailout=be,this.actionAsyncStorage=me.actionAsyncStorage,this.resolvedPagePath=o,this.nextConfigOutput=a,this.methods=function(e){const t=R.reduce(((t,r)=>({...t,[r]:e[r]??C})),{}),r=new Set(R.filter((t=>e[t]))),n=ue.filter((e=>!r.has(e)));for(const o of n)if("HEAD"!==o){if("OPTIONS"!==o)throw new Error(`Invariant: should handle all automatic implementable methods, got method: ${o}`);{const e=["OPTIONS",...r];!r.has("HEAD")&&r.has("GET")&&e.push("HEAD");const n={Allow:e.sort().join(", ")};t.OPTIONS=()=>new Response(null,{status:204,headers:n}),r.add("OPTIONS")}}else{if(!e.GET)break;t.HEAD=e.GET,r.add("HEAD")}return t}(r),this.nonStaticMethods=function(e){const t=le.filter((t=>e[t]));return 0!==t.length&&t}(r),this.dynamic=this.userland.dynamic,"export"===this.nextConfigOutput)if(this.dynamic&&"auto"!==this.dynamic){if("force-dynamic"===this.dynamic)throw new Error(`export const dynamic = "force-dynamic" on page "${n.pathname}" cannot be used with "output: export". See more info here: https://nextjs.org/docs/advanced-features/static-html-export`)}else this.dynamic="error";{const e=R.map((e=>e.toLowerCase()));for(const t of e)t in this.userland&&B(`Detected lowercase method '${t}' in '${this.resolvedPagePath}'. Export the uppercase '${t.toUpperCase()}' method name to fix this error.`);"default"in this.userland&&B(`Detected default export in '${this.resolvedPagePath}'. Export a named export for each HTTP method instead.`),R.some((e=>e in this.userland))||B(`No HTTP methods exported in '${this.resolvedPagePath}'. Export a named export for each HTTP method.`)}}resolve(e){return t=e,R.includes(t)?this.methods[e]:x;var t}async execute(e,t){const r=this.resolve(e.method),n={req:e};n.renderOpts={previewProps:t.prerenderManifest.preview};const o={urlPathname:e.nextUrl.pathname,renderOpts:t.staticGenerationContext??{supportsDynamicHTML:!1,originalPathname:this.definition.pathname}};o.renderOpts.fetchCache=this.userland.fetchCache;const a=await this.actionAsyncStorage.run({isAppRoute:!0},(()=>S.wrap(this.requestAsyncStorage,n,(()=>_.wrap(this.staticGenerationAsyncStorage,o,(n=>{var o;switch(this.nonStaticMethods&&this.staticGenerationBailout(`non-static methods used ${this.nonStaticMethods.join(", ")}`),this.dynamic){case"force-dynamic":n.forceDynamic=!0,this.staticGenerationBailout("force-dynamic",{dynamic:this.dynamic});break;case"force-static":n.forceStatic=!0;break;case"error":n.dynamicShouldError=!0}n.revalidate??=this.userland.revalidate??!1;const a=function(e,{dynamic:t},r){function n(e){switch(e){case"search":case"searchParams":case"toString":case"href":case"origin":return void r.staticGenerationBailout(`nextUrl.${e}`);default:return}}const o={},a=(e,t)=>{switch(t){case"search":return"";case"searchParams":return o.searchParams||(o.searchParams=new URLSearchParams),o.searchParams;case"url":case"href":return o.url||(o.url=oe(e)),o.url;case"toJSON":case"toString":return o.url||(o.url=oe(e)),o.toString||(o.toString=()=>o.url),o.toString;case"headers":return o.headers||(o.headers=new Headers),o.headers;case"cookies":return o.headers||(o.headers=new Headers),o.cookies||(o.cookies=new d.RequestCookies(o.headers)),o.cookies;case"clone":return o.url||(o.url=oe(e)),()=>new ne(o.url)}},s=new Proxy(e.nextUrl,{get(e,r){if(n(r),"force-static"===t&&"string"==typeof r){const t=a(e.href,r);if(void 0!==t)return t}const o=e[r];return"function"==typeof o?o.bind(e):o},set:(e,t,r)=>(n(t),e[t]=r,!0)}),i=e=>{switch(e){case"headers":return void r.headerHooks.headers();case"url":case"body":case"blob":case"json":case"text":case"arrayBuffer":case"formData":return void r.staticGenerationBailout(`request.${e}`);default:return}};return new Proxy(e,{get(e,r){if(i(r),"nextUrl"===r)return s;if("force-static"===t&&"string"==typeof r){const t=a(e.url,r);if(void 0!==t)return t}const n=e[r];return"function"==typeof n?n.bind(e):n},set:(e,t,r)=>(i(t),e[t]=r,!0)})}(e,{dynamic:this.dynamic},{headerHooks:this.headerHooks,serverHooks:this.serverHooks,staticGenerationBailout:this.staticGenerationBailout}),s=function(e){let t="/app/";e.includes(t)||(t="\\app\\");const[,...r]=e.split(t);return(t[0]+r.join(t)).split(".").slice(0,-1).join(".")}(this.resolvedPagePath);return null==(o=(0,M.getTracer)().getRootSpanAttributes())||o.set("next.route",s),(0,M.getTracer)().trace($.runHandler,{spanName:`executing api route (app) ${s}`,attributes:{"next.route":s}},(async()=>{var e;z({serverHooks:this.serverHooks,staticGenerationAsyncStorage:this.staticGenerationAsyncStorage});const o=await r(a,{params:t.params?fe(t.params):void 0});if(!(o instanceof Response))throw new Error(`No response is returned from route handler '${this.resolvedPagePath}'. Ensure you return a \`Response\` or a \`NextResponse\` in all branches of your handler.`);t.staticGenerationContext.fetchMetrics=n.fetchMetrics,await Promise.all(n.pendingRevalidates||[]),W(n),t.staticGenerationContext.fetchTags=null==(e=n.tags)?void 0:e.join(",");const s=this.requestAsyncStorage.getStore();if(s&&s.mutableCookies){const e=new Headers(o.headers);if(m(e,s.mutableCookies))return new Response(o.body,{status:o.status,statusText:o.statusText,headers:e})}return o}))}))))));if(!(a instanceof Response))return new Response(null,{status:500});if(a.headers.has("x-middleware-rewrite"))throw new Error("NextResponse.rewrite() was used in a app route handler, this is not currently supported. Please remove the invocation to continue.");if("1"===a.headers.get("x-middleware-next"))throw new Error("NextResponse.next() was used in a app route handler, this is not supported. See here for more info: https://nextjs.org/docs/messages/next-response-next-in-app-route-handler");return a}async handle(e,t){try{return await this.execute(e,t)}catch(e){const t=function(e){if(ce(e)){const t=function(e){return ce(e)?e.digest.split(";",3)[2]:null}(e);if(!t)throw new Error("Invariant: Unexpected redirect url format");return function(e,t){const r=new Headers({location:e});return m(r,t),new Response(null,{status:307,headers:r})}(t,e.mutableCookies)}return!!function(e){return"NEXT_NOT_FOUND"===(null==e?void 0:e.digest)}(e)&&new Response(null,{status:404})}(e);if(!t)throw e;return t}}}const je=Ae})(),module.exports=n})(); |