Files
e-tib.com/.next/server/chunks/ssr/468ab_next_dist_a6b669c0._.js
Marc Mintel d14122005d Initial commit: E-TIB production hardening & E2E foundation
Former-commit-id: ef04fca3d76375630c05aac117bf586953f3b657
2026-04-28 19:11:38 +02:00

5 lines
20 KiB
JavaScript

;!function(){try { var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof global?global:"undefined"!=typeof window?window:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&((e._debugIds|| (e._debugIds={}))[n]="8e1bbe9a-3d5a-6e26-ca36-b1e684feea36")}catch(e){}}();
module.exports=[627153,(a,b,c)=>{b.exports=a.r(918622)},678712,a=>{a.n(a.i(880851))},83546,a=>{"use strict";function b(a){return a.isOnDemandRevalidate?"on-demand":a.isStaticGeneration?"stale":void 0}a.s(["getRevalidateReason",()=>b])},533852,a=>{"use strict";function b(a){return a.default||a}a.s(["interopDefault",()=>b])},260647,a=>{"use strict";var b=a.i(211379);function c(a){for(let c of b.FLIGHT_HEADERS)delete a[c]}a.s(["stripFlightHeaders",()=>c])},172113,a=>{"use strict";var b,c=a.i(843652);class d extends Error{constructor(){super("Headers cannot be modified. Read more: https://nextjs.org/docs/app/api-reference/functions/headers")}static callable(){throw new d}}class e extends Headers{constructor(a){super(),this.headers=new Proxy(a,{get(b,d,e){if("symbol"==typeof d)return c.ReflectAdapter.get(b,d,e);let f=d.toLowerCase(),g=Object.keys(a).find(a=>a.toLowerCase()===f);if(void 0!==g)return c.ReflectAdapter.get(b,g,e)},set(b,d,e,f){if("symbol"==typeof d)return c.ReflectAdapter.set(b,d,e,f);let g=d.toLowerCase(),h=Object.keys(a).find(a=>a.toLowerCase()===g);return c.ReflectAdapter.set(b,h??d,e,f)},has(b,d){if("symbol"==typeof d)return c.ReflectAdapter.has(b,d);let e=d.toLowerCase(),f=Object.keys(a).find(a=>a.toLowerCase()===e);return void 0!==f&&c.ReflectAdapter.has(b,f)},deleteProperty(b,d){if("symbol"==typeof d)return c.ReflectAdapter.deleteProperty(b,d);let e=d.toLowerCase(),f=Object.keys(a).find(a=>a.toLowerCase()===e);return void 0===f||c.ReflectAdapter.deleteProperty(b,f)}})}static seal(a){return new Proxy(a,{get(a,b,e){switch(b){case"append":case"delete":case"set":return d.callable;default:return c.ReflectAdapter.get(a,b,e)}}})}merge(a){return Array.isArray(a)?a.join(", "):a}static from(a){return a instanceof Headers?a:new e(a)}append(a,b){let c=this.headers[a];"string"==typeof c?this.headers[a]=[c,b]:Array.isArray(c)?c.push(b):this.headers[a]=b}delete(a){delete this.headers[a]}get(a){let b=this.headers[a];return void 0!==b?this.merge(b):null}has(a){return void 0!==this.headers[a]}set(a,b){this.headers[a]=b}forEach(a,b){for(let[c,d]of this.entries())a.call(b,d,c,this)}*entries(){for(let a of Object.keys(this.headers)){let b=a.toLowerCase(),c=this.get(b);yield[b,c]}}*keys(){for(let a of Object.keys(this.headers)){let b=a.toLowerCase();yield b}}*values(){for(let a of Object.keys(this.headers)){let b=this.get(a);yield b}}[Symbol.iterator](){return this.entries()}}a.i(99987),a.i(509810),a.i(472085),Symbol("__next_preview_data");let f=Symbol("__prerender_bypass");var g=a.i(132148),h=a.i(459401);class i{constructor(a,b,c){this.method=a,this.url=b,this.body=c}get cookies(){var b;return this._cookies?this._cookies:this._cookies=(b=this.headers,function(){let{cookie:c}=b;if(!c)return{};let{parse:d}=a.r(180064);return d(Array.isArray(c)?c.join("; "):c)})()}}class j{constructor(a){this.destination=a}redirect(a,b){return this.setHeader("Location",a),this.statusCode=b,b===h.RedirectStatusCode.PermanentRedirect&&this.setHeader("Refresh",`0;url=${a}`),this}}class k extends i{static #a=b=g.NEXT_REQUEST_META;constructor(a){var c;super(a.method.toUpperCase(),a.url,a),this._req=a,this.headers=this._req.headers,this.fetchMetrics=null==(c=this._req)?void 0:c.fetchMetrics,this[b]=this._req[g.NEXT_REQUEST_META]||{},this.streaming=!1}get originalRequest(){return this._req[g.NEXT_REQUEST_META]=this[g.NEXT_REQUEST_META],this._req.url=this.url,this._req.cookies=this.cookies,this._req}set originalRequest(a){this._req=a}stream(){if(this.streaming)throw Object.defineProperty(Error("Invariant: NodeNextRequest.stream() can only be called once"),"__NEXT_ERROR_CODE",{value:"E467",enumerable:!1,configurable:!0});return this.streaming=!0,new ReadableStream({start:a=>{this._req.on("data",b=>{a.enqueue(new Uint8Array(b))}),this._req.on("end",()=>{a.close()}),this._req.on("error",b=>{a.error(b)})}})}}class l extends j{get originalResponse(){return f in this&&(this._res[f]=this[f]),this._res}constructor(a){super(a),this._res=a,this.textBody=void 0}get sent(){return this._res.finished||this._res.headersSent}get statusCode(){return this._res.statusCode}set statusCode(a){this._res.statusCode=a}get statusMessage(){return this._res.statusMessage}set statusMessage(a){this._res.statusMessage=a}setHeader(a,b){return this._res.setHeader(a,b),this}removeHeader(a){return this._res.removeHeader(a),this}getHeaderValues(a){let b=this._res.getHeader(a);if(void 0!==b)return(Array.isArray(b)?b:[b]).map(a=>a.toString())}hasHeader(a){return this._res.hasHeader(a)}getHeader(a){let b=this.getHeaderValues(a);return Array.isArray(b)?b.join(","):void 0}getHeaders(){return this._res.getHeaders()}appendHeader(a,b){let c=this.getHeaderValues(a)??[];return c.includes(b)||this._res.setHeader(a,[...c,b]),this}body(a){return this.textBody=a,this}send(){this._res.end(this.textBody)}onClose(a){this.originalResponse.on("close",a)}}a.s(["NodeNextRequest",()=>k,"NodeNextResponse",()=>l],172113)},45911,a=>{"use strict";function b(a){return void 0!==a&&("boolean"==typeof a?a:"incremental"===a)}a.s(["checkIsAppPPREnabled",()=>b])},523911,a=>{"use strict";var b=a.i(952638);function c(a){var c;return(c=a.split("/").reduce((a,c,d,e)=>!c||(0,b.isGroupSegment)(c)||"@"===c[0]||("page"===c||"route"===c)&&d===e.length-1?a:`${a}/${c}`,"")).startsWith("/")?c:`/${c}`}a.s(["normalizeAppPath",()=>c],523911)},450149,a=>{"use strict";a.i(523911);let b=["(..)(..)","(.)","(..)","(...)"];function c(a){return void 0!==a.split("/").find(a=>b.find(b=>a.startsWith(b)))}a.s(["INTERCEPTION_ROUTE_MARKERS",0,b,"isInterceptionRouteAppPath",()=>c])},394387,a=>{"use strict";a.i(880851);var b=a.i(910952),c=a.i(450149);function d(a){var b;let d;if(""===a)return null;let e=c.INTERCEPTION_ROUTE_MARKERS.find(b=>a.startsWith(b)),f=(b=a,((d=c.INTERCEPTION_ROUTE_MARKERS.find(a=>b.startsWith(a)))&&(b=b.slice(d.length)),b.startsWith("[[...")&&b.endsWith("]]"))?{paramType:"optional-catchall",paramName:b.slice(5,-2)}:b.startsWith("[...")&&b.endsWith("]")?{paramType:d?`catchall-intercepted-${d}`:"catchall",paramName:b.slice(4,-1)}:b.startsWith("[")&&b.endsWith("]")?{paramType:d?`dynamic-intercepted-${d}`:"dynamic",paramName:b.slice(1,-1)}:null);return f?{type:"dynamic",name:a,param:f,interceptionMarker:e}:a.startsWith("(")&&a.endsWith(")")?{type:"route-group",name:a,interceptionMarker:e}:a.startsWith("@")?{type:"parallel-route",name:a,interceptionMarker:e}:{type:"static",name:a,interceptionMarker:e}}var e=a.i(952638);function f(a){let[b,c,d]=a,{layout:f,template:g}=d,{page:h}=d;h=b===e.DEFAULT_SEGMENT_KEY?d.defaultPage:h;let i=f?.[1]||g?.[1]||h?.[1];return{page:h,segment:b,modules:d,conventionPath:i,parallelRoutes:c}}function g(a){switch(a){case"catchall-intercepted-(..)(..)":case"dynamic-intercepted-(..)(..)":return"(..)(..)";case"catchall-intercepted-(.)":case"dynamic-intercepted-(.)":return"(.)";case"catchall-intercepted-(..)":case"dynamic-intercepted-(..)":return"(..)";case"catchall-intercepted-(...)":case"dynamic-intercepted-(...)":return"(...)";default:return null}}function h(a,c,d,e,f){switch(c){case"catchall":case"optional-catchall":case"catchall-intercepted-(..)(..)":case"catchall-intercepted-(.)":case"catchall-intercepted-(..)":case"catchall-intercepted-(...)":let h=[];for(let a=d;a<e.segments.length;a++){let b=e.segments[a];if("static"===b.type){let e=b.name,f=g(c);f&&a===d&&f===b.interceptionMarker&&(e=e.replace(b.interceptionMarker,"")),h.push(e)}else{if(!f.hasOwnProperty(b.param.paramName)){if("optional-catchall"===b.param.paramType)break;return}let a=f[b.param.paramName];Array.isArray(a)?h.push(...a):h.push(a)}}if(h.length>0)return h;if("optional-catchall"===c)return;throw Object.defineProperty(new b.InvariantError(`Unexpected empty path segments match for a route "${e.pathname}" with param "${a}" of type "${c}"`),"__NEXT_ERROR_CODE",{value:"E931",enumerable:!1,configurable:!0});case"dynamic":case"dynamic-intercepted-(..)(..)":case"dynamic-intercepted-(.)":case"dynamic-intercepted-(..)":case"dynamic-intercepted-(...)":if(d<e.segments.length){let a=e.segments[d];if("dynamic"===a.type&&!f.hasOwnProperty(a.param.paramName))return;return"dynamic"===a.type?f[a.param.paramName]:g(c)===a.interceptionMarker?a.name.replace(a.interceptionMarker,""):a.name}return}}let i={catchall:"c","catchall-intercepted-(..)(..)":"ci(..)(..)","catchall-intercepted-(.)":"ci(.)","catchall-intercepted-(..)":"ci(..)","catchall-intercepted-(...)":"ci(...)","optional-catchall":"oc",dynamic:"d","dynamic-intercepted-(..)(..)":"di(..)(..)","dynamic-intercepted-(.)":"di(.)","dynamic-intercepted-(..)":"di(..)","dynamic-intercepted-(...)":"di(...)"};function j(a){if(0===a.length)return null;let b=Math.random().toString(16).slice(2),c=new Map;for(let{paramName:d,paramType:e}of a)c.set(d,[`%%drp:${d}:${b}%%`,i[e]]);return c}function k(a,c){let e=function a(c,e){let f,g,h,i=c.split("/").filter(Boolean),j=[];for(let k of i){let i=d(k);if(i){if(e&&("route-group"===i.type||"parallel-route"===i.type))throw Object.defineProperty(new b.InvariantError(`${c} is being parsed as a normalized route, but it has a route group or parallel route segment.`),"__NEXT_ERROR_CODE",{value:"E923",enumerable:!1,configurable:!0});if(j.push(i),i.interceptionMarker){let b=c.split(i.interceptionMarker);if(2!==b.length)throw Object.defineProperty(Error(`Invalid interception route: ${c}`),"__NEXT_ERROR_CODE",{value:"E924",enumerable:!1,configurable:!0});g=e?a(b[0],!0):a(b[0],!1),h=e?a(b[1],!0):a(b[1],!1),f=i.interceptionMarker}}}let k=j.filter(a=>"dynamic"===a.type);return{normalized:e,pathname:c,segments:j,dynamicSegments:k,interceptionMarker:f,interceptingRoute:g,interceptedRoute:h}}(a,!0),{pathnameRouteParamSegments:g,params:i}=function(a,b){let c=[],e={},g=[{tree:a,depth:0,currentPath:[]}];for(;g.length>0;){let{tree:a,depth:i,currentPath:j}=g.shift(),{segment:k,parallelRoutes:l}=f(a),m=j,n=i,o=d(k);if(o&&"route-group"!==o.type&&"parallel-route"!==o.type&&(m=[...j,o],n=i+1),(null==o?void 0:o.type)==="dynamic"){let{paramName:a,paramType:d}=o.param;if(i<b.segments.length){let e=b.segments[i];if("dynamic"===e.type){if(a!==e.param.paramName)continue;(function(a,b){for(let c=0;c<a.length;c++){let d=a[c],e=b.segments[c];if(d.type!==e.type||d.interceptionMarker!==e.interceptionMarker||"static"===d.type&&"static"===e.type&&d.name!==e.name||"dynamic"===d.type&&"dynamic"===e.type&&d.param.paramType!==e.param.paramType&&d.param.paramName!==e.param.paramName)return!1}return!0})(j,b)&&c.push({name:k,paramName:a,paramType:d})}}if(!e.hasOwnProperty(a)){let c=h(a,d,i,b,e);void 0!==c&&(e[a]=c)}}for(let a of Object.values(l))g.push({tree:a,depth:n,currentPath:m})}return{pathnameRouteParamSegments:c,params:e}}(c.userland.loaderTree,e),k=g.map(({paramName:a,paramType:b})=>({paramName:a,paramType:b}));return!function(a,b,c,e){let g=[{tree:a,depth:0}];for(;g.length>0;){let{tree:a,depth:i}=g.pop(),{segment:j,parallelRoutes:k}=f(a),l=d(j);if((null==l?void 0:l.type)==="dynamic"&&!b.hasOwnProperty(l.param.paramName)&&!e.some(a=>a.paramName===l.param.paramName)){let{paramName:a,paramType:d}=l.param,f=h(a,d,i,c,b);void 0!==f?b[a]=f:"optional-catchall"!==d&&e.push({paramName:a,paramType:d})}let m=i;for(let a of(l&&"route-group"!==l.type&&"parallel-route"!==l.type&&m++,Object.values(k)))g.push({tree:a,depth:m})}}(c.userland.loaderTree,i,e,k),j(k)}a.s(["createOpaqueFallbackRouteParams",()=>j,"getFallbackRouteParams",()=>k],394387)},914011,a=>{"use strict";var b=a.i(910952),c=a.i(523911),d=a.i(251416);a.i(653537);var e=a.i(556704);let f=Symbol.for("next.server.manifests"),g=globalThis;function h({page:a,clientReferenceManifest:h,serverActionsManifest:i}){let j=g[f];if(j)j.clientReferenceManifestsPerRoute.set((0,c.normalizeAppPath)(a),h),j.serverActionsManifest=i;else{let j,k=new Map([[(0,c.normalizeAppPath)(a),h]]),l=(j=new Map,new Proxy({},{get(a,c){let d=e.workAsyncStorage.getStore();switch(c){case"moduleLoading":case"entryCSSFiles":case"entryJSFiles":{if(!d)throw Object.defineProperty(new b.InvariantError(`Cannot access "${c}" without a work store.`),"__NEXT_ERROR_CODE",{value:"E952",enumerable:!1,configurable:!0});let a=k.get(d.route);if(!a)throw Object.defineProperty(new b.InvariantError(`The client reference manifest for route "${d.route}" does not exist.`),"__NEXT_ERROR_CODE",{value:"E951",enumerable:!1,configurable:!0});return a[c]}case"clientModules":case"rscModuleMapping":case"edgeRscModuleMapping":case"ssrModuleMapping":case"edgeSSRModuleMapping":{let a=j.get(c);!a&&(a=new Proxy({},{get(a,b){let d=e.workAsyncStorage.getStore();if(d){let a=k.get(d.route);if(null==a?void 0:a[c][b])return a[c][b]}else for(let a of k.values()){let d=a[c][b];if(void 0!==d)return d}}}),j.set(c,a));return a}default:throw Object.defineProperty(new b.InvariantError(`This is a proxied client reference manifest. The property "${String(c)}" is not handled.`),"__NEXT_ERROR_CODE",{value:"E953",enumerable:!1,configurable:!0})}}}));g[f]={clientReferenceManifestsPerRoute:k,proxiedClientReferenceManifest:l,serverActionsManifest:i,serverModuleMap:new Proxy({},{get:(a,c)=>{var h,i,j;let k,l=null==(i=function(){let a=g[f];if(!a)throw Object.defineProperty(new b.InvariantError("The manifests singleton was not initialized."),"__NEXT_ERROR_CODE",{value:"E950",enumerable:!1,configurable:!0});return a}().serverActionsManifest.node)||null==(h=i[c])?void 0:h.workers;if(!l)return;let m=e.workAsyncStorage.getStore();if(!(k=m?l[j=m.page,(0,d.pathHasPrefix)(j,"app")?j:"app"+j]:Object.values(l).at(0)))return;let{moduleId:n,async:o}=k;return{id:n,name:c,chunks:[],async:o}}})}}}a.s(["setManifestsSingleton",()=>h])},335797,a=>{"use strict";let b=/[\w-]+-Google|Google-[\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight/i,c=/Googlebot(?!-)|Googlebot$/i,d=b.source;function e(a){return c.test(a)||b.test(a)}function f(a){return c.test(a)?"dom":b.test(a)?"html":void 0}a.s(["HTML_LIMITED_BOT_UA_RE_STRING",0,d,"getBotType",()=>f,"isBot",()=>e],335797)},597633,a=>{"use strict";var b=a.i(335797);function c(a,c){let d=RegExp(c||b.HTML_LIMITED_BOT_UA_RE_STRING,"i");return!(a&&d.test(a))}function d(a){let c=a.headers["user-agent"]||"";return"html"===(0,b.getBotType)(c)}a.s(["isHtmlBotRequest",()=>d,"shouldServeStreamingMetadata",()=>c])},77514,a=>{"use strict";var b=a.i(211379);function c(a){let c,d,e,f,g;return(a.headers instanceof Headers?(c=a.headers.get(b.ACTION_HEADER)??null,d=a.headers.get("content-type")):(c=a.headers[b.ACTION_HEADER]??null,d=a.headers["content-type"]??null),e="POST"===a.method&&"application/x-www-form-urlencoded"===d,f=!!("POST"===a.method&&(null==d?void 0:d.startsWith("multipart/form-data"))),g=void 0!==c&&"string"==typeof c&&"POST"===a.method,{actionId:c,isURLEncodedAction:e,isMultipartAction:f,isFetchAction:g,isPossibleServerAction:!!(g||e||f)}).isPossibleServerAction}a.s(["getIsPossibleServerAction",()=>c])},938940,a=>{"use strict";var b,c=((b={}).BLOCKING_STATIC_RENDER="BLOCKING_STATIC_RENDER",b.PRERENDER="PRERENDER",b.NOT_FOUND="NOT_FOUND",b);function d(a){if("string"==typeof a)return"PRERENDER";if(null===a)return"BLOCKING_STATIC_RENDER";if(!1===a)return"NOT_FOUND";if(void 0!==a)throw Object.defineProperty(Error(`Invalid fallback option: ${a}. Fallback option must be a string, null, undefined, or false.`),"__NEXT_ERROR_CODE",{value:"E285",enumerable:!1,configurable:!0})}a.s(["FallbackMode",()=>c,"parseFallbackField",()=>d])},505035,(a,b,c)=>{(()=>{"use strict";var a={695:a=>{var b=/(?:^|,)\s*?no-cache\s*?(?:,|$)/;function c(a){var b=a&&Date.parse(a);return"number"==typeof b?b:NaN}a.exports=function(a,d){var e=a["if-modified-since"],f=a["if-none-match"];if(!e&&!f)return!1;var g=a["cache-control"];if(g&&b.test(g))return!1;if(f&&"*"!==f){var h=d.etag;if(!h)return!1;for(var i=!0,j=function(a){for(var b=0,c=[],d=0,e=0,f=a.length;e<f;e++)switch(a.charCodeAt(e)){case 32:d===b&&(d=b=e+1);break;case 44:c.push(a.substring(d,b)),d=b=e+1;break;default:b=e+1}return c.push(a.substring(d,b)),c}(f),k=0;k<j.length;k++){var l=j[k];if(l===h||l==="W/"+h||"W/"+l===h){i=!1;break}}if(i)return!1}if(e){var m=d["last-modified"];if(!m||!(c(m)<=c(e)))return!1}return!0}}},c={};function d(b){var e=c[b];if(void 0!==e)return e.exports;var f=c[b]={exports:{}},g=!0;try{a[b](f,f.exports,d),g=!1}finally{g&&delete c[b]}return f.exports}d.ab="/ROOT/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@opentelemetry+api@1.9.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/compiled/fresh/",b.exports=d(695)})()},861967,a=>{"use strict";"u">typeof performance&&["mark","measure","getEntriesByName"].every(a=>"function"==typeof performance[a]);var b=a.i(505035),c=a.i(99987);async function d({req:a,res:d,result:e,generateEtags:f,poweredByHeader:g,cacheControl:h}){if(d.finished||d.headersSent)return;g&&e.contentType===c.HTML_CONTENT_TYPE_HEADER&&d.setHeader("X-Powered-By","Next.js"),h&&!d.getHeader("Cache-Control")&&d.setHeader("Cache-Control",function({revalidate:a,expire:b}){let d="number"==typeof a&&void 0!==b&&a<b?`, stale-while-revalidate=${b-a}`:"";return 0===a?"private, no-cache, no-store, max-age=0, must-revalidate":"number"==typeof a?`s-maxage=${a}${d}`:`s-maxage=${c.CACHE_ONE_YEAR}${d}`}(h));let i=e.isDynamic?null:e.toUnchunkedString();if(f&&null!==i){let c=((a,b=!1)=>(b?'W/"':'"')+(a=>{let b=a.length,c=0,d=0,e=8997,f=0,g=33826,h=0,i=40164,j=0,k=52210;for(;c<b;)e^=a.charCodeAt(c++),d=435*e,f=435*g,h=435*i,j=435*k,h+=e<<8,j+=g<<8,f+=d>>>16,e=65535&d,h+=f>>>16,g=65535&f,k=j+(h>>>16)&65535,i=65535&h;return(15&k)*0x1000000000000+0x100000000*i+65536*g+(e^k>>4)})(a).toString(36)+a.length.toString(36)+'"')(i);if(c&&d.setHeader("ETag",c),(0,b.default)(a.headers,{etag:c})&&(d.statusCode=304,d.end(),1))return}(!d.getHeader("Content-Type")&&e.contentType&&d.setHeader("Content-Type",e.contentType),i&&d.setHeader("Content-Length",Buffer.byteLength(i)),"HEAD"===a.method)?d.end(null):null!==i?d.end(i):await e.pipeToNodeResponse(d)}a.s(["sendRenderResult",()=>d],861967)},583354,(a,b,c)=>{(()=>{"use strict";var a={56:a=>{a.exports=function(a,b){return"string"==typeof a?g(a):"number"==typeof a?f(a,b):null},a.exports.format=f,a.exports.parse=g;var b=/\B(?=(\d{3})+(?!\d))/g,c=/(?:\.0*|(\.[^0]+)0+)$/,d={b:1,kb:1024,mb:1048576,gb:0x40000000,tb:0x10000000000,pb:0x4000000000000},e=/^((-|\+)?(\d+(?:\.\d+)?)) *(kb|mb|gb|tb|pb)$/i;function f(a,e){if(!Number.isFinite(a))return null;var f=Math.abs(a),g=e&&e.thousandsSeparator||"",h=e&&e.unitSeparator||"",i=e&&void 0!==e.decimalPlaces?e.decimalPlaces:2,j=!!(e&&e.fixedDecimals),k=e&&e.unit||"";k&&d[k.toLowerCase()]||(k=f>=d.pb?"PB":f>=d.tb?"TB":f>=d.gb?"GB":f>=d.mb?"MB":f>=d.kb?"KB":"B");var l=(a/d[k.toLowerCase()]).toFixed(i);return j||(l=l.replace(c,"$1")),g&&(l=l.split(".").map(function(a,c){return 0===c?a.replace(b,g):a}).join(".")),l+h+k}function g(a){if("number"==typeof a&&!isNaN(a))return a;if("string"!=typeof a)return null;var b,c=e.exec(a),f="b";return c?(b=parseFloat(c[1]),f=c[4].toLowerCase()):(b=parseInt(a,10),f="b"),Math.floor(d[f]*b)}}},c={};function d(b){var e=c[b];if(void 0!==e)return e.exports;var f=c[b]={exports:{}},g=!0;try{a[b](f,f.exports,d),g=!1}finally{g&&delete c[b]}return f.exports}d.ab="/ROOT/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@opentelemetry+api@1.9.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/compiled/bytes/",b.exports=d(56)})()},947411,a=>{"use strict";function b(b){let c=a.r(583354).parse(b??"100 MB");return null===c||isNaN(c)||c<1?void 0:c}a.s(["parseMaxPostponedStateSize",()=>b])},368024,a=>{a.n(a.i(426623))},514189,a=>{a.n(a.i(141901))}];
//# debugId=8e1bbe9a-3d5a-6e26-ca36-b1e684feea36
//# sourceMappingURL=468ab_next_dist_a6b669c0._.js.map