renovate-log-parser 0.3.0 → 0.3.2

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.
Files changed (30) hide show
  1. package/README.md +3 -3
  2. package/package.json +6 -6
  3. package/web/.output/public/200.html +1 -1
  4. package/web/.output/public/404.html +1 -1
  5. package/web/.output/public/_nuxt/B2ikIX-b.js +2 -0
  6. package/web/.output/public/_nuxt/C8k1SWr1.js +1 -0
  7. package/web/.output/public/_nuxt/CBqF7DA5.js +1 -0
  8. package/web/.output/public/_nuxt/CHQNtFDT.js +3 -0
  9. package/web/.output/public/_nuxt/DkW16xSw.js +1 -0
  10. package/web/.output/public/_nuxt/builds/latest.json +1 -1
  11. package/web/.output/public/_nuxt/builds/meta/5f235a27-b390-4fa0-83ac-1d817c615389.json +1 -0
  12. package/web/.output/public/_nuxt/entry.DUE0vMrh.css +2 -0
  13. package/web/.output/public/_nuxt/error-404.CuDiJL15.css +1 -0
  14. package/web/.output/public/_nuxt/error-500.DGjUVt8F.css +1 -0
  15. package/web/.output/public/_nuxt/y9txN4c1.js +35 -0
  16. package/web/.output/public/index.html +1 -1
  17. package/web/.output/public/_nuxt/B7wga9sP.js +0 -6
  18. package/web/.output/public/_nuxt/BqJkfZTJ.js +0 -3
  19. package/web/.output/public/_nuxt/CMgYIlaH.js +0 -1
  20. package/web/.output/public/_nuxt/CWl6nNLj.js +0 -1
  21. package/web/.output/public/_nuxt/DAvRMvMn.js +0 -3
  22. package/web/.output/public/_nuxt/DB7E78p3.js +0 -1
  23. package/web/.output/public/_nuxt/DVm4N3tR.js +0 -28
  24. package/web/.output/public/_nuxt/ObQDjlGC.js +0 -1
  25. package/web/.output/public/_nuxt/S1m8Jgsd.js +0 -1
  26. package/web/.output/public/_nuxt/builds/meta/d1ca25cf-550d-4bed-a4d1-2daf0b4cc292.json +0 -1
  27. package/web/.output/public/_nuxt/entry.C5Sa_xmV.css +0 -2
  28. package/web/.output/public/_nuxt/error-404.zKZBzOko.css +0 -1
  29. package/web/.output/public/_nuxt/error-500.DwXcJPfY.css +0 -1
  30. package/web/.output/public/_nuxt/qhIzkFe8.js +0 -1
package/README.md CHANGED
@@ -6,11 +6,11 @@ https://github.com/user-attachments/assets/f99595b5-d8bc-4dca-a662-550e502f05f4
6
6
 
7
7
  `renovate-log-parser` is a CLI and web interface for manual and automated analysis of Renovate Bot debug logs in JSONL format.
8
8
 
9
- To get this log: if you use the _hosted_ Mend GitHub app, download a run log from [https://developer.mend.io](https://developer.mend.io). For self-hosted Renovate, set the `LOG_FILE` environment variable.
9
+ To get this log: if you use the _hosted_ Mend GitHub app, download a run log from [https://developer.mend.io](https://developer.mend.io). For self-hosted Renovate, set the `LOG_FILE` environment variable (see [documentation](https://docs.renovatebot.com/config-overview/#logging-variables)).
10
10
 
11
11
  `renovate-log-parser` offers the following commands:
12
12
 
13
- - `detect-errors` scans the log for potential problems and warnings. If it finds a problem, it exits with an error and reports the cause. This solves hidden Renovate issues you would otherwise miss.
13
+ - `detect-errors` scans the log for potential problems and warnings. If it finds a problem, it exits with an error and reports the cause. It solves that you miss hidden Renovate issues, by offering an (opinionated) configuration that treats specific warnings as errors.
14
14
  - `analyze` reports the log structure. A SKILL.md teaches coding agents to read relevant lines and diagnose Renovate problems with fewer tokens.
15
15
  - `web` starts a temporary local web server. The server parses logs of _any_ length and provides an interface for analysis and filtering. This interface replaces manual “grep”-like analysis that can overwhelm a text editor.
16
16
  - `install-analyze-skill` writes a SKILL.md to your project or home directory. It can include instructions to get logs from self-hosted Renovate runs in GitHub Actions. Your agent then knows how to get and read a log.
@@ -45,7 +45,7 @@ The `?log=` parameter contains the path _inside_ the container. This parameter m
45
45
 
46
46
  This tool solves these problems:
47
47
 
48
- - Renovate is easy to configure for projects with many repositories and development teams. However, subtle problems can occur later without notice. For example, Renovate can stop creating PRs for complex reasons. It only adds a small notice block to the _Dependency dashboard_ GitHub issue. Teams that use _Jira_ can miss this notice because they do not read GitHub issues.
48
+ - Renovate is easy to configure for projects with many repositories and development teams. However, subtle problems can occur later without notice. For example, Renovate can stop creating PRs for complex reasons. It only adds a small notice block with warnings to the _Dependency dashboard_ GitHub issue. But some developers rarely look at the Dependency dashboard (thus, they are oblivious of the warnings) - and there is no way to configure a fine-grained push mechanism that notifies them about _just specific warnings_ that Renovate added to the Dependency dashboard. Also, not all Renovate warnings are equally important: e.g., "Hidden Unicode characters have been discovered..." is less critical than "Host error". Therefore, it's difficult for developers (or operators of self-hosted Renovate instances) to identify and fix such critical warnings in a timely manner.
49
49
  - Developers do not always understand the actions of Renovate Bot. Renovate can omit expected actions or do unwanted actions. Manual analysis is difficult for non-experts because the debug-level log is overly verbose. Important information often occurs in _debug_\-level lines, not warning- or error-level lines. AI agents can miss information in large logs or use many tokens for analysis. Consequently, users accept a suboptimal Renovate configuration or become frustrated with Renovate.
50
50
 
51
51
  This tool automatically detects these subtle problems. It also makes manual and AI-assisted analysis of Renovate log files simpler.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "renovate-log-parser",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "A CLI that parses Renovate Bot debug logs to auto-detect issues, with an optional Nuxt-based web UI.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -59,18 +59,18 @@
59
59
  "devDependencies": {
60
60
  "@eslint/js": "10.0.1",
61
61
  "@types/express": "5.0.6",
62
- "@types/node": "26.1.2",
62
+ "@types/node": "26.4.0",
63
63
  "@types/pngjs": "6.0.5",
64
64
  "@types/yargs": "17.0.35",
65
- "eslint": "10.8.0",
65
+ "eslint": "10.9.1",
66
66
  "eslint-config-prettier": "10.1.8",
67
- "globals": "17.9.0",
67
+ "globals": "17.11.0",
68
68
  "pixelmatch": "7.2.0",
69
69
  "playwright-core": "1.62.1",
70
70
  "pngjs": "7.0.0",
71
71
  "prettier": "3.9.6",
72
- "tsx": "4.23.5",
72
+ "tsx": "4.23.12",
73
73
  "typescript": "6.0.3",
74
- "typescript-eslint": "8.65.0"
74
+ "typescript-eslint": "8.68.0"
75
75
  }
76
76
  }
@@ -1 +1 @@
1
- <!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><script type="importmap">{"imports":{"#entry":"/_nuxt/DVm4N3tR.js"}}</script><link rel="stylesheet" href="/_nuxt/entry.C5Sa_xmV.css" crossorigin><link rel="modulepreload" as="script" crossorigin href="/_nuxt/DVm4N3tR.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/BqJkfZTJ.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/qhIzkFe8.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/DAvRMvMn.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/CMgYIlaH.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/B7wga9sP.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/DK3Fl9T5.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/ObQDjlGC.js"><script type="module" src="/_nuxt/DVm4N3tR.js" crossorigin></script><link rel="prefetch" as="style" crossorigin href="/_nuxt/error-404.zKZBzOko.css"><link rel="prefetch" as="script" crossorigin href="/_nuxt/S1m8Jgsd.js"><link rel="prefetch" as="script" crossorigin href="/_nuxt/BDNMzG2s.js"><link rel="prefetch" as="style" crossorigin href="/_nuxt/error-500.DwXcJPfY.css"><link rel="prefetch" as="script" crossorigin href="/_nuxt/DB7E78p3.js"><script>"use strict";(()=>{const o=window,e=document.documentElement,c=["dark","light"],s=getStorageValue("localStorage","nuxt-color-mode")||"system";let r=s==="system"?f():s;const l=e.getAttribute("data-color-mode-forced");l&&(r=l),i(r),o["__NUXT_COLOR_MODE__"]={preference:s,value:r,getColorScheme:f,addColorScheme:i,removeColorScheme:d};function i(t){const a=""+t+"",n="";e.classList?e.classList.add(a):e.className+=" "+a,n&&e.setAttribute("data-"+n,t)}function d(t){const a=""+t+"",n="";e.classList?e.classList.remove(a):e.className=e.className.replace(new RegExp(a,"g"),""),n&&e.removeAttribute("data-"+n)}function u(t){return o.matchMedia("(prefers-color-scheme"+t+")")}function f(){if(o.matchMedia&&u("").media!=="not all"){for(const t of c)if(u(":"+t).matches)return t}return"light"}})();function getStorageValue(o,e){switch(o){case"localStorage":try{return window.localStorage.getItem(e)}catch{return null}case"sessionStorage":try{return window.sessionStorage.getItem(e)}catch{return null}case"cookie":try{return getCookie(e)}catch{return null}default:return null}}function getCookie(o){const c=("; "+window.document.cookie).split("; "+o+"=");if(c.length===2){const s=c.pop();return s?s.split(";").shift():null}}</script></head><body><div id="__nuxt" class="isolate"></div><div id="teleports"></div><script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/",buildId:"d1ca25cf-550d-4bed-a4d1-2daf0b4cc292",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1786080970968,false]</script></body></html>
1
+ <!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><script type="importmap">{"imports":{"#entry":"/_nuxt/y9txN4c1.js"}}</script><link rel="stylesheet" href="/_nuxt/entry.DUE0vMrh.css" crossorigin><link rel="modulepreload" as="script" crossorigin href="/_nuxt/y9txN4c1.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/DK3Fl9T5.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/CHQNtFDT.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/B2ikIX-b.js"><script type="module" src="/_nuxt/y9txN4c1.js" crossorigin></script><link rel="prefetch" as="style" crossorigin href="/_nuxt/error-404.CuDiJL15.css"><link rel="prefetch" as="script" crossorigin href="/_nuxt/DkW16xSw.js"><link rel="prefetch" as="script" crossorigin href="/_nuxt/BDNMzG2s.js"><link rel="prefetch" as="style" crossorigin href="/_nuxt/error-500.DGjUVt8F.css"><link rel="prefetch" as="script" crossorigin href="/_nuxt/C8k1SWr1.js"><script>"use strict";(()=>{const o=window,e=document.documentElement,c=["dark","light"],s=getStorageValue("localStorage","nuxt-color-mode")||"system";let r=s==="system"?f():s;const l=e.getAttribute("data-color-mode-forced");l&&(r=l),i(r),o["__NUXT_COLOR_MODE__"]={preference:s,value:r,getColorScheme:f,addColorScheme:i,removeColorScheme:d};function i(t){const a=""+t+"",n="";e.classList?e.classList.add(a):e.className+=" "+a,n&&e.setAttribute("data-"+n,t)}function d(t){const a=""+t+"",n="";e.classList?e.classList.remove(a):e.className=e.className.replace(new RegExp(a,"g"),""),n&&e.removeAttribute("data-"+n)}function u(t){return o.matchMedia("(prefers-color-scheme"+t+")")}function f(){if(o.matchMedia&&u("").media!=="not all"){for(const t of c)if(u(":"+t).matches)return t}return"light"}})();function getStorageValue(o,e){switch(o){case"localStorage":try{return window.localStorage.getItem(e)}catch{return null}case"sessionStorage":try{return window.sessionStorage.getItem(e)}catch{return null}case"cookie":try{return getCookie(e)}catch{return null}default:return null}}function getCookie(o){const c=("; "+window.document.cookie).split("; "+o+"=");if(c.length===2){const s=c.pop();return s?s.split(";").shift():null}}</script></head><body><div id="__nuxt" class="isolate"></div><div id="teleports"></div><script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/",buildId:"5f235a27-b390-4fa0-83ac-1d817c615389",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1788254264711,false]</script></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><script type="importmap">{"imports":{"#entry":"/_nuxt/DVm4N3tR.js"}}</script><link rel="stylesheet" href="/_nuxt/entry.C5Sa_xmV.css" crossorigin><link rel="modulepreload" as="script" crossorigin href="/_nuxt/DVm4N3tR.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/BqJkfZTJ.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/qhIzkFe8.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/DAvRMvMn.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/CMgYIlaH.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/B7wga9sP.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/DK3Fl9T5.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/ObQDjlGC.js"><script type="module" src="/_nuxt/DVm4N3tR.js" crossorigin></script><link rel="prefetch" as="style" crossorigin href="/_nuxt/error-404.zKZBzOko.css"><link rel="prefetch" as="script" crossorigin href="/_nuxt/S1m8Jgsd.js"><link rel="prefetch" as="script" crossorigin href="/_nuxt/BDNMzG2s.js"><link rel="prefetch" as="style" crossorigin href="/_nuxt/error-500.DwXcJPfY.css"><link rel="prefetch" as="script" crossorigin href="/_nuxt/DB7E78p3.js"><script>"use strict";(()=>{const o=window,e=document.documentElement,c=["dark","light"],s=getStorageValue("localStorage","nuxt-color-mode")||"system";let r=s==="system"?f():s;const l=e.getAttribute("data-color-mode-forced");l&&(r=l),i(r),o["__NUXT_COLOR_MODE__"]={preference:s,value:r,getColorScheme:f,addColorScheme:i,removeColorScheme:d};function i(t){const a=""+t+"",n="";e.classList?e.classList.add(a):e.className+=" "+a,n&&e.setAttribute("data-"+n,t)}function d(t){const a=""+t+"",n="";e.classList?e.classList.remove(a):e.className=e.className.replace(new RegExp(a,"g"),""),n&&e.removeAttribute("data-"+n)}function u(t){return o.matchMedia("(prefers-color-scheme"+t+")")}function f(){if(o.matchMedia&&u("").media!=="not all"){for(const t of c)if(u(":"+t).matches)return t}return"light"}})();function getStorageValue(o,e){switch(o){case"localStorage":try{return window.localStorage.getItem(e)}catch{return null}case"sessionStorage":try{return window.sessionStorage.getItem(e)}catch{return null}case"cookie":try{return getCookie(e)}catch{return null}default:return null}}function getCookie(o){const c=("; "+window.document.cookie).split("; "+o+"=");if(c.length===2){const s=c.pop();return s?s.split(";").shift():null}}</script></head><body><div id="__nuxt" class="isolate"></div><div id="teleports"></div><script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/",buildId:"d1ca25cf-550d-4bed-a4d1-2daf0b4cc292",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1786080970969,false]</script></body></html>
1
+ <!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><script type="importmap">{"imports":{"#entry":"/_nuxt/y9txN4c1.js"}}</script><link rel="stylesheet" href="/_nuxt/entry.DUE0vMrh.css" crossorigin><link rel="modulepreload" as="script" crossorigin href="/_nuxt/y9txN4c1.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/DK3Fl9T5.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/CHQNtFDT.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/B2ikIX-b.js"><script type="module" src="/_nuxt/y9txN4c1.js" crossorigin></script><link rel="prefetch" as="style" crossorigin href="/_nuxt/error-404.CuDiJL15.css"><link rel="prefetch" as="script" crossorigin href="/_nuxt/DkW16xSw.js"><link rel="prefetch" as="script" crossorigin href="/_nuxt/BDNMzG2s.js"><link rel="prefetch" as="style" crossorigin href="/_nuxt/error-500.DGjUVt8F.css"><link rel="prefetch" as="script" crossorigin href="/_nuxt/C8k1SWr1.js"><script>"use strict";(()=>{const o=window,e=document.documentElement,c=["dark","light"],s=getStorageValue("localStorage","nuxt-color-mode")||"system";let r=s==="system"?f():s;const l=e.getAttribute("data-color-mode-forced");l&&(r=l),i(r),o["__NUXT_COLOR_MODE__"]={preference:s,value:r,getColorScheme:f,addColorScheme:i,removeColorScheme:d};function i(t){const a=""+t+"",n="";e.classList?e.classList.add(a):e.className+=" "+a,n&&e.setAttribute("data-"+n,t)}function d(t){const a=""+t+"",n="";e.classList?e.classList.remove(a):e.className=e.className.replace(new RegExp(a,"g"),""),n&&e.removeAttribute("data-"+n)}function u(t){return o.matchMedia("(prefers-color-scheme"+t+")")}function f(){if(o.matchMedia&&u("").media!=="not all"){for(const t of c)if(u(":"+t).matches)return t}return"light"}})();function getStorageValue(o,e){switch(o){case"localStorage":try{return window.localStorage.getItem(e)}catch{return null}case"sessionStorage":try{return window.sessionStorage.getItem(e)}catch{return null}case"cookie":try{return getCookie(e)}catch{return null}default:return null}}function getCookie(o){const c=("; "+window.document.cookie).split("; "+o+"=");if(c.length===2){const s=c.pop();return s?s.split(";").shift():null}}</script></head><body><div id="__nuxt" class="isolate"></div><div id="teleports"></div><script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/",buildId:"5f235a27-b390-4fa0-83ac-1d817c615389",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1788254264711,false]</script></body></html>
@@ -0,0 +1,2 @@
1
+ import{$ as e,$n as t,Bt as n,C as r,Ct as i,Dt as a,Gn as o,H as s,I as c,Jn as l,Kn as u,Nt as d,O as f,Ot as p,Q as m,Qn as h,R as ee,Rn as te,Sr as ne,Un as re,Ut as g,W as ie,Wn as ae,Xn as _,Yn as oe,Zn as se,_ as v,a as y,ar as b,bn as ce,br as le,bt as ue,cr as de,dr as fe,en as pe,er as me,g as he,gt as ge,ir as _e,lr as x,lt as ve,nr as ye,or as be,pr as xe,qn as Se,rn as Ce,rr as we,rt as Te,sr as S,tr as Ee,tt as De,ur as C,vr as Oe,x as ke,xr as Ae,yr as je,zn as Me}from"./CHQNtFDT.js";var Ne=void 0,Pe=typeof window<`u`&&window.trustedTypes;if(Pe)try{Ne=Pe.createPolicy(`vue`,{createHTML:e=>e})}catch{}var Fe=Ne?e=>Ne.createHTML(e):e=>e,Ie=`http://www.w3.org/2000/svg`,Le=`http://www.w3.org/1998/Math/MathML`,w=typeof document<`u`?document:null,Re=w&&w.createElement(`template`),ze={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{let t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{let i=t===`svg`?w.createElementNS(Ie,e):t===`mathml`?w.createElementNS(Le,e):n?w.createElement(e,{is:n}):w.createElement(e);return e===`select`&&r&&r.multiple!=null&&i.setAttribute(`multiple`,r.multiple),i},createText:e=>w.createTextNode(e),createComment:e=>w.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>w.querySelector(e),setScopeId(e,t){e.setAttribute(t,``)},insertStaticContent(e,t,n,r,i,a){let o=n?n.previousSibling:t.lastChild;if(i&&(i===a||i.nextSibling))for(;t.insertBefore(i.cloneNode(!0),n),!(i===a||!(i=i.nextSibling)););else{Re.innerHTML=Fe(r===`svg`?`<svg>${e}</svg>`:r===`mathml`?`<math>${e}</math>`:e);let i=Re.content;if(r===`svg`||r===`mathml`){let e=i.firstChild;for(;e.firstChild;)i.appendChild(e.firstChild);i.removeChild(e)}t.insertBefore(i,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},T=`transition`,E=`animation`,D=Symbol(`_vtc`),Be={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},Ve=l({},v,Be),He=(e=>(e.displayName=`Transition`,e.props=Ve,e))((e,{slots:t})=>De(he,We(e),t)),O=(e,n=[])=>{t(e)?e.forEach(e=>e(...n)):e&&e(...n)},Ue=e=>e?t(e)?e.some(e=>e.length>1):e.length>1:!1;function We(e){let t={};for(let n in e)n in Be||(t[n]=e[n]);if(e.css===!1)return t;let{name:n=`v`,type:r,duration:i,enterFromClass:a=`${n}-enter-from`,enterActiveClass:o=`${n}-enter-active`,enterToClass:s=`${n}-enter-to`,appearFromClass:c=a,appearActiveClass:u=o,appearToClass:d=s,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:p=`${n}-leave-active`,leaveToClass:m=`${n}-leave-to`}=e,h=Ge(i),ee=h&&h[0],te=h&&h[1],{onBeforeEnter:ne,onEnter:re,onEnterCancelled:g,onLeave:ie,onLeaveCancelled:ae,onBeforeAppear:_=ne,onAppear:oe=re,onAppearCancelled:se=g}=t,v=(e,t,n,r)=>{e._enterCancelled=r,A(e,t?d:s),A(e,t?u:o),n&&n()},y=(e,t)=>{e._isLeaving=!1,A(e,f),A(e,m),A(e,p),t&&t()},b=e=>(t,n)=>{let i=e?oe:re,o=()=>v(t,e,n);O(i,[t,o]),qe(()=>{A(t,e?c:a),k(t,e?d:s),Ue(i)||Ye(t,r,ee,o)})};return l(t,{onBeforeEnter(e){O(ne,[e]),k(e,a),k(e,o)},onBeforeAppear(e){O(_,[e]),k(e,c),k(e,u)},onEnter:b(!1),onAppear:b(!0),onLeave(e,t){e._isLeaving=!0;let n=()=>y(e,t);k(e,f),e._enterCancelled?(k(e,p),$e(e)):($e(e),k(e,p)),qe(()=>{e._isLeaving&&(A(e,f),k(e,m),Ue(ie)||Ye(e,r,te,n))}),O(ie,[e,n])},onEnterCancelled(e){v(e,!1,void 0,!0),O(g,[e])},onAppearCancelled(e){v(e,!0,void 0,!0),O(se,[e])},onLeaveCancelled(e){y(e),O(ae,[e])}})}function Ge(e){if(e==null)return null;if(ye(e))return[Ke(e.enter),Ke(e.leave)];{let t=Ke(e);return[t,t]}}function Ke(e){return Oe(e)}function k(e,t){t.split(/\s+/).forEach(t=>t&&e.classList.add(t)),(e[D]||(e[D]=new Set)).add(t)}function A(e,t){t.split(/\s+/).forEach(t=>t&&e.classList.remove(t));let n=e[D];n&&(n.delete(t),n.size||(e[D]=void 0))}function qe(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}var Je=0;function Ye(e,t,n,r){let i=e._endId=++Je,a=()=>{i===e._endId&&r()};if(n!=null)return setTimeout(a,n);let{type:o,timeout:s,propCount:c}=Xe(e,t);if(!o)return r();let l=o+`end`,u=0,d=()=>{e.removeEventListener(l,f),a()},f=t=>{t.target===e&&++u>=c&&d()};setTimeout(()=>{u<c&&d()},s+1),e.addEventListener(l,f)}function Xe(e,t){let n=window.getComputedStyle(e),r=e=>(n[e]||``).split(`, `),i=r(`${T}Delay`),a=r(`${T}Duration`),o=Ze(i,a),s=r(`${E}Delay`),c=r(`${E}Duration`),l=Ze(s,c),u=null,d=0,f=0;t===T?o>0&&(u=T,d=o,f=a.length):t===E?l>0&&(u=E,d=l,f=c.length):(d=Math.max(o,l),u=d>0?o>l?T:E:null,f=u?u===T?a.length:c.length:0);let p=u===T&&/\b(?:transform|all)(?:,|$)/.test(r(`${T}Property`).toString());return{type:u,timeout:d,propCount:f,hasTransform:p}}function Ze(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((t,n)=>Qe(t)+Qe(e[n])))}function Qe(e){return e===`auto`?0:Number(e.slice(0,-1).replace(`,`,`.`))*1e3}function $e(e){return(e?e.ownerDocument:document).body.offsetHeight}function et(e,t,n){let r=e[D];r&&(t=(t?[t,...r]:[...r]).join(` `)),t==null?e.removeAttribute(`class`):n?e.setAttribute(`class`,t):e.className=t}var j=Symbol(`_vod`),tt=Symbol(`_vsh`),nt={name:`show`,beforeMount(e,{value:t},{transition:n}){e[j]=e.style.display===`none`?``:e.style.display,n&&t?n.beforeEnter(e):M(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),M(e,!0),r.enter(e)):r.leave(e,()=>{M(e,!1)}):M(e,t))},beforeUnmount(e,{value:t}){M(e,t)}};function M(e,t){e.style.display=t?e[j]:`none`,e[tt]=!t}function rt(){nt.getSSRProps=({value:e})=>{if(!e)return{style:{display:`none`}}}}var it=Symbol(``);function at(e){let t=m();if(!t)return;let n=t.ut=(n=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach(e=>N(e,n))},r=()=>{let r=e(t.proxy);t.ce?N(t.ce,r):ot(t.subTree,r),n(r)};ue(()=>{d(r)}),i(()=>{Ce(r,o,{flush:`post`});let e=new MutationObserver(r);e.observe(t.subTree.el.parentNode,{childList:!0}),a(()=>e.disconnect())})}function ot(e,t){if(e.shapeFlag&128){let n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{ot(n.activeBranch,t)})}for(;e.component;)e=e.component.subTree;if(e.shapeFlag&1&&e.el)N(e.el,t);else if(e.type===ke)e.children.forEach(e=>ot(e,t));else if(e.type===r){let{el:n,anchor:r}=e;for(;n&&(N(n,t),n!==r);)n=n.nextSibling}}function N(e,t){if(e.nodeType===1){let n=e.style,r=``;for(let e in t){let i=xe(t[e]);n.setProperty(`--${e}`,i),r+=`--${e}: ${i};`}n[it]=r}}var st=/(?:^|;)\s*display\s*:/;function ct(e,t,n){let r=e.style,i=S(n),a=!1;if(n&&!i){if(t){if(S(t))for(let e of t.split(`;`)){let t=e.slice(0,e.indexOf(`:`)).trim();n[t]??F(r,t,``)}else for(let e in t)n[e]??F(r,e,``)}for(let i in n){i===`display`&&(a=!0);let o=n[i];o==null?F(r,i,``):ft(e,i,!S(t)&&t?t[i]:void 0,o)||F(r,i,o)}}else if(i){if(t!==n){let e=r[it];e&&(n+=`;`+e),r.cssText=n,a=st.test(n)}}else t&&e.removeAttribute(`style`);j in e&&(e[j]=a?r.display:``,e[tt]&&(r.display=`none`))}var P=/\s*!important$/;function F(e,n,r){if(t(r))r.forEach(t=>F(e,n,t));else if(r??=``,n.startsWith(`--`))P.test(r)?e.setProperty(n,r.replace(P,``),`important`):e.setProperty(n,r);else{let t=dt(e,n);P.test(r)?e.setProperty(_(t),r.replace(P,``),`important`):e[t]=r}}var lt=[`Webkit`,`Moz`,`ms`],ut={};function dt(e,t){let n=ut[t];if(n)return n;let r=u(t);if(r!==`filter`&&r in e)return ut[t]=r;r=Se(r);for(let n=0;n<lt.length;n++){let i=lt[n]+r;if(i in e)return ut[t]=i}return t}function ft(e,t,n,r){return e.tagName===`TEXTAREA`&&(t===`width`||t===`height`)&&S(r)&&n===r}var pt=`http://www.w3.org/1999/xlink`;function mt(e,t,n,r,i,a=be(t)){r&&t.startsWith(`xlink:`)?n==null?e.removeAttributeNS(pt,t.slice(6,t.length)):e.setAttributeNS(pt,t,n):n==null||a&&!se(n)?e.removeAttribute(t):e.setAttribute(t,a?``:de(n)?String(n):n)}function ht(e,t,n,r,i){if(t===`innerHTML`||t===`textContent`){n!=null&&(e[t]=t===`innerHTML`?Fe(n):n);return}let a=e.tagName;if(t===`value`&&a!==`PROGRESS`&&!a.includes(`-`)){let r=a===`OPTION`?e.getAttribute(`value`)||``:e.value,i=n==null?e.type===`checkbox`?`on`:``:String(n);(r!==i||!(`_value`in e))&&(e.value=i),n??e.removeAttribute(t),e._value=n;return}let o=!1;if(n===``||n==null){let r=typeof e[t];r===`boolean`?n=se(n):n==null&&r===`string`?(n=``,o=!0):r===`number`&&(n=0,o=!0)}try{e[t]=n}catch{}o&&e.removeAttribute(i||t)}function I(e,t,n,r){e.addEventListener(t,n,r)}function gt(e,t,n,r){e.removeEventListener(t,n,r)}var _t=Symbol(`_vei`);function vt(e,t,n,r,i=null){let a=e[_t]||(e[_t]={}),o=a[t];if(r&&o)o.value=r;else{let[n,s]=xt(t);r?I(e,n,a[t]=Tt(r,i),s):o&&(gt(e,n,o,s),a[t]=void 0)}}var yt=/(Once|Passive|Capture)$/,bt=/^on:?(?:Once|Passive|Capture)$/;function xt(e){let t,n;for(;(n=e.match(yt))&&!bt.test(e);)t||={},e=e.slice(0,e.length-n[1].length),t[n[1].toLowerCase()]=!0;return[e[2]===`:`?e.slice(3):_(e.slice(2)),t]}var St=0,Ct=Promise.resolve(),wt=()=>St||=(Ct.then(()=>St=0),Date.now());function Tt(e,n){let r=e=>{if(!e._vts)e._vts=Date.now();else if(e._vts<=r.attached)return;let i=r.value;if(t(i)){let t=e.stopImmediatePropagation;e.stopImmediatePropagation=()=>{t.call(e),e._stopped=!0};let r=i.slice(),a=[e];for(let t=0;t<r.length&&!e._stopped;t++){let e=r[t];e&&f(e,n,5,a)}}else f(i,n,5,[e])};return r.value=e,r.attached=wt(),r}var Et=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Dt=(e,t,n,r,i,a)=>{let o=i===`svg`;t===`class`?et(e,r,o):t===`style`?ct(e,n,r):we(t)?Ee(t)||vt(e,t,n,r,a):(t[0]===`.`?(t=t.slice(1),!0):t[0]===`^`?(t=t.slice(1),!1):Ot(e,t,r,o))?(ht(e,t,r),!e.tagName.includes(`-`)&&(t===`value`||t===`checked`||t===`selected`)&&mt(e,t,r,o,a,t!==`value`)):e._isVueCE&&(kt(e,t)||e._def.__asyncLoader&&(/[A-Z]/.test(t)||!S(r)))?ht(e,u(t),r,a,t):(t===`true-value`?e._trueValue=r:t===`false-value`&&(e._falseValue=r),mt(e,t,r,o))};function Ot(e,t,n,r){if(r)return!!(t===`innerHTML`||t===`textContent`||t in e&&Et(t)&&me(n));if(t===`spellcheck`||t===`draggable`||t===`translate`||t===`autocorrect`||t===`sandbox`&&e.tagName===`IFRAME`||t===`form`||t===`list`&&e.tagName===`INPUT`||t===`type`&&e.tagName===`TEXTAREA`)return!1;if(t===`width`||t===`height`){let t=e.tagName;if(t===`IMG`||t===`VIDEO`||t===`CANVAS`||t===`SOURCE`)return!1}return Et(t)&&S(n)?!1:t in e}function kt(e,t){let n=e._def.props;if(!n)return!1;let r=u(t);return Array.isArray(n)?n.some(e=>u(e)===r):Object.keys(n).some(e=>u(e)===r)}var At={};function jt(e,t,n){let r=ie(e,t);_e(r)&&(r=l({},r,t));class i extends Pt{constructor(e){super(r,e,n)}}return i.def=r,i}var Mt=((e,t)=>jt(e,t,yn)),Nt=typeof HTMLElement<`u`?HTMLElement:class{},Pt=class e extends Nt{constructor(e,t={},n=vn){super(),this._def=e,this._props=t,this._createApp=n,this._isVueCE=!0,this._instance=null,this._app=null,this._nonce=this._def.nonce,this._connected=!1,this._resolved=!1,this._patching=!1,this._dirty=!1,this._numberProps=null,this._styleChildren=new WeakSet,this._styleAnchors=new WeakMap,this._ob=null,this.shadowRoot&&n!==vn?this._root=this.shadowRoot:e.shadowRoot===!1?this._root=this:(this.attachShadow(l({},e.shadowRootOptions,{mode:`open`})),this._root=this.shadowRoot)}connectedCallback(){if(!this.isConnected)return;!this.shadowRoot&&!this._resolved&&this._parseSlots(),this._connected=!0;let t=this;for(;t&&=t.assignedSlot||t.parentNode||t.host;)if(t instanceof e){this._parent=t;break}this._instance||(this._resolved?this._mount(this._def):t&&t._pendingResolve?this._pendingResolve=t._pendingResolve.then(()=>{if(this._pendingResolve=void 0,this.isConnected)return this._resolveDef()}):this._resolveDef())}_setParent(e=this._parent){e&&(this._instance.parent=e._instance,this._inheritParentContext(e))}_inheritParentContext(e=this._parent){e&&this._app&&Object.setPrototypeOf(this._app._context.provides,e._instance.provides)}disconnectedCallback(){this._connected=!1,ge(()=>{this._connected||(this._ob&&=(this._ob.disconnect(),null),this._app&&this._app.unmount(),this._instance&&(this._instance.ce=void 0),this._app=this._instance=null,this._teleportTargets&&=(this._teleportTargets.clear(),void 0))})}_processMutations(e){for(let t of e)this._setAttr(t.attributeName)}_resolveDef(){if(this._pendingResolve)return this._pendingResolve;for(let e=0;e<this.attributes.length;e++)this._setAttr(this.attributes[e].name);this._ob=new MutationObserver(this._processMutations.bind(this)),this._ob.observe(this,{attributes:!0});let e=(e,n=!1)=>{this._resolved=!0,this._pendingResolve=void 0;let{props:r,styles:i}=e,a;if(r&&!t(r))for(let e in r){let t=r[e];(t===Number||t&&t.type===Number)&&(e in this._props&&(this._props[e]=Oe(this._props[e])),(a||=Object.create(null))[u(e)]=!0)}this._numberProps=a,this._resolveProps(e),this.shadowRoot&&this._applyStyles(i),this._mount(e)},n=this._def.__asyncLoader;if(n)return this._pendingResolve=n().then(t=>{t.configureApp=this._def.configureApp,e(this._def=t,!0)}),this._pendingResolve;e(this._def)}_mount(e){this._app=this._createApp(e),this._inheritParentContext(),e.configureApp&&e.configureApp(this._app),this._app._ceVNode=this._createVNode(),this._app.mount(this._root);let t=this._instance&&this._instance.exposed;if(t)for(let e in t)oe(this,e)||Object.defineProperty(this,e,{get:()=>re(t[e])})}_resolveProps(e){let{props:n}=e,r=t(n)?n:Object.keys(n||{});for(let e of Object.keys(this))e[0]!==`_`&&r.includes(e)&&this._setProp(e,this[e]);for(let e of r.map(u))Object.defineProperty(this,e,{get(){return this._getProp(e)},set(t){this._setProp(e,t,!0,!this._patching)}})}_setAttr(e){if(e.startsWith(`data-v-`))return;let t=this.hasAttribute(e),n=t?this.getAttribute(e):At,r=u(e);t&&this._numberProps&&this._numberProps[r]&&(n=Oe(n)),this._setProp(r,n,!1,!0)}_getProp(e){return this._props[e]}_setProp(e,t,n=!0,r=!1){if(t!==this._props[e]&&(this._dirty=!0,t===At?delete this._props[e]:(this._props[e]=t,e===`key`&&this._app&&(this._app._ceVNode.key=t)),r&&this._instance&&this._update(),n)){let n=this._ob;n&&(this._processMutations(n.takeRecords()),n.disconnect()),t===!0?this.setAttribute(_(e),``):typeof t==`string`||typeof t==`number`?this.setAttribute(_(e),t+``):t||this.removeAttribute(_(e)),n&&n.observe(this,{attributes:!0})}}_update(){let e=this._createVNode();this._app&&(e.appContext=this._app._context),gn(e,this._root)}_createVNode(){let e={};this.shadowRoot||(e.onVnodeMounted=e.onVnodeUpdated=this._renderSlots.bind(this));let t=s(this._def,l(e,this._props));return this._instance||(t.ce=e=>{this._instance=e,e.ce=this,e.isCE=!0;let t=(e,t)=>{this.dispatchEvent(new CustomEvent(e,_e(t[0])?l({detail:t},t[0]):{detail:t}))};e.emit=(e,...n)=>{t(e,n),_(e)!==e&&t(_(e),n)},this._setParent()}),t}_applyStyles(e,t,n){if(!e)return;if(t){if(t===this._def||this._styleChildren.has(t))return;this._styleChildren.add(t)}let r=this._nonce,i=this.shadowRoot,a=n?this._getStyleAnchor(n)||this._getStyleAnchor(this._def):this._getRootStyleInsertionAnchor(i),o=null;for(let s=e.length-1;s>=0;s--){let c=document.createElement(`style`);r&&c.setAttribute(`nonce`,r),c.textContent=e[s],i.insertBefore(c,o||a),o=c,s===0&&(n||this._styleAnchors.set(this._def,c),t&&this._styleAnchors.set(t,c))}}_getStyleAnchor(e){if(!e)return null;let t=this._styleAnchors.get(e);return t&&t.parentNode===this.shadowRoot?t:(t&&this._styleAnchors.delete(e),null)}_getRootStyleInsertionAnchor(e){for(let t=0;t<e.childNodes.length;t++){let n=e.childNodes[t];if(!(n instanceof HTMLStyleElement))return n}return null}_parseSlots(){let e=this._slots={},t;for(;t=this.firstChild;){let n=t.nodeType===1&&t.getAttribute(`slot`)||`default`;(e[n]||(e[n]=[])).push(t),this.removeChild(t)}}_renderSlots(){let e=this._getSlots(),t=this._instance.type.__scopeId;for(let n=0;n<e.length;n++){let r=e[n],i=r.getAttribute(`name`)||`default`,a=this._slots[i],o=r.parentNode;if(a)for(let e of a){if(t&&e.nodeType===1){let n=t+`-s`,r=document.createTreeWalker(e,1);e.setAttribute(n,``);let i;for(;i=r.nextNode();)i.setAttribute(n,``)}o.insertBefore(e,r)}else for(;r.firstChild;)o.insertBefore(r.firstChild,r);o.removeChild(r)}}_getSlots(){let e=[this];this._teleportTargets&&e.push(...this._teleportTargets);let t=new Set;for(let n of e){let e=n.querySelectorAll(`slot`);for(let n=0;n<e.length;n++)t.add(e[n])}return Array.from(t)}_injectChildStyle(e,t){this._applyStyles(e.styles,e,t)}_beginPatch(){this._patching=!0,this._dirty=!1}_endPatch(){this._patching=!1,this._dirty&&this._instance&&this._update()}_hasShadowRoot(){return this._def.shadowRoot!==!1}_removeChildStyle(e){}};function Ft(e){let t=m();return t&&t.ce||null}function It(){let e=Ft();return e&&e.shadowRoot}function Lt(e=`$style`){{let t=m();if(!t)return ae;let n=t.type.__cssModules;return n&&n[e]||ae}}var Rt=new WeakMap,zt=new WeakMap,L=Symbol(`_moveCb`),Bt=Symbol(`_enterCb`),Vt=(e=>(delete e.props.mode,e))({name:`TransitionGroup`,props:l({},Ve,{tag:String,moveClass:String}),setup(t,{slots:r}){let i=m(),a=pe(),o,c;return p(()=>{if(!o.length)return;let e=t.moveClass||`${t.name||`v`}-move`;if(!Kt(o[0].el,i.vnode.el,e)){o=[];return}o.forEach(Ht),o.forEach(Ut);let n=o.filter(Wt);$e(i.vnode.el),n.forEach(t=>{let n=t.el,r=n.style;k(n,e),r.transform=r.webkitTransform=r.transitionDuration=``;let i=n[L]=t=>{t&&t.target!==n||(!t||t.propertyName.endsWith(`transform`))&&(n.removeEventListener(`transitionend`,i),n[L]=null,A(n,e))};n.addEventListener(`transitionend`,i)}),o=[]}),()=>{let l=te(t),u=We(l),d=l.tag||ke;if(o=[],c)for(let e=0;e<c.length;e++){let t=c[e];t.el&&t.el instanceof Element&&!t.el[tt]&&(o.push(t),g(t,n(t,u,a,i)),Rt.set(t,Gt(t.el)))}c=r.default?e(r.default()):[];for(let e=0;e<c.length;e++){let t=c[e];t.key!=null&&g(t,n(t,u,a,i))}return s(d,null,c)}}});function Ht(e){let t=e.el;t[L]&&t[L](),t[Bt]&&t[Bt]()}function Ut(e){zt.set(e,Gt(e.el))}function Wt(e){let t=Rt.get(e),n=zt.get(e),r=t.left-n.left,i=t.top-n.top;if(r||i){let t=e.el,n=t.style,a=t.getBoundingClientRect(),o=1,s=1;return t.offsetWidth&&(o=a.width/t.offsetWidth),t.offsetHeight&&(s=a.height/t.offsetHeight),(!Number.isFinite(o)||o===0)&&(o=1),(!Number.isFinite(s)||s===0)&&(s=1),Math.abs(o-1)<.01&&(o=1),Math.abs(s-1)<.01&&(s=1),n.transform=n.webkitTransform=`translate(${r/o}px,${i/s}px)`,n.transitionDuration=`0s`,e}}function Gt(e){let t=e.getBoundingClientRect();return{left:t.left,top:t.top}}function Kt(e,t,n){let r=e.cloneNode(),i=e[D];i&&i.forEach(e=>{e.split(/\s+/).forEach(e=>e&&r.classList.remove(e))}),n.split(/\s+/).forEach(e=>e&&r.classList.add(e)),r.style.display=`none`;let a=t.nodeType===1?t:t.parentNode;a.appendChild(r);let{hasTransform:o}=Xe(r);return a.removeChild(r),o}var R=e=>{let n=e.props[`onUpdate:modelValue`]||!1;return t(n)?e=>h(n,e):n};function qt(e){e.target.composing=!0}function Jt(e){let t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event(`input`)))}var z=Symbol(`_assign`),B=Symbol(`_initialValue`);function Yt(e,t,n){return t&&(e=e.trim()),n&&(e=fe(e)),e}var V={created(e,{modifiers:{lazy:t,trim:n,number:r}},i){e.parentNode&&(e.type===`text`?e[B]=e.defaultValue.replace(/[\r\n]/g,``):e.type===`textarea`&&(e[B]=e.defaultValue.replace(/\r\n?/g,`
2
+ `))),e[z]=R(i);let a=r||i.props&&i.props.type===`number`;I(e,t?`change`:`input`,t=>{t.target.composing||e[z](Yt(e.value,n,a))}),(n||a)&&I(e,`change`,()=>{e.value=Yt(e.value,n,a)}),t||(I(e,`compositionstart`,qt),I(e,`compositionend`,Jt),I(e,`change`,Jt))},mounted(e,{value:t,modifiers:{trim:n,number:r}}){let i=t??``,a=e[B];delete e[B],a!==void 0&&(e.type===`text`||e.type===`textarea`)&&e.value!==a?e[z](Yt(e.value,n,r)):e.value=i},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:r,trim:i,number:a}},o){if(e[z]=R(o),e.composing)return;let s=(a||e.type===`number`)&&!/^0\d/.test(e.value)?fe(e.value):e.value,c=t??``;if(s===c)return;let l=e.getRootNode();(l instanceof Document||l instanceof ShadowRoot)&&l.activeElement===e&&e.type!==`range`&&(r&&t===n||i&&e.value.trim()===c)||(e.value=c)}},Xt={deep:!0,created(e,n,r){e[z]=R(r),I(e,`change`,()=>{let n=e._modelValue,r=H(e),i=e.checked,a=e[z];if(t(n)){let e=C(n,r),t=e!==-1;if(i&&!t)a(n.concat(r));else if(!i&&t){let t=[...n];t.splice(e,1),a(t)}}else if(b(n)){let e=new Set(n);i?e.add(r):e.delete(r),a(e)}else a(nn(e,i))})},mounted:Zt,beforeUpdate(e,t,n){e[z]=R(n),Zt(e,t,n)}};function Zt(e,{value:n,oldValue:r},i){e._modelValue=n;let a;if(t(n))a=C(n,i.props.value)>-1;else if(b(n))a=n.has(i.props.value);else{if(n===r)return;a=x(n,nn(e,!0))}e.checked!==a&&(e.checked=a)}var Qt={created(e,{value:t},n){e.checked=x(t,n.props.value),e[z]=R(n),I(e,`change`,()=>{e[z](H(e))})},beforeUpdate(e,{value:t,oldValue:n},r){e[z]=R(r),t!==n&&(e.checked=x(t,r.props.value))}},$t={deep:!0,created(e,{value:n,modifiers:{number:r}},i){e._modelValue=n,I(e,`change`,()=>{let n=Array.prototype.filter.call(e.options,e=>e.selected).map(e=>r?fe(H(e)):H(e)),i=e.multiple,a=i?b(e._modelValue)?new Set(n):n:n[0],o=e._pendingValue=[i,i?t(a)?n.slice():n:a];try{e[z](a)}finally{ge(()=>{e._pendingValue===o&&(e._pendingValue=void 0)})}}),e[z]=R(i)},mounted(e,{value:t}){tn(e,t)},beforeUpdate(e,{value:t},n){e._modelValue=t,e[z]=R(n)},updated(e,{value:t}){let n=e._pendingValue;e._pendingValue=void 0,(!n||n[0]!==e.multiple||!en(t,n[1],n[0]))&&tn(e,t)}};function en(e,n,r){if(!r||t(e))return x(e,n);if(b(e)){if(e.size!==n.length)return!1;for(let t of n)if(!e.has(t))return!1;return!0}return!1}function tn(e,n){let r=e.multiple,i=t(n);if(!(r&&!i&&!b(n))){for(let t=0,a=e.options.length;t<a;t++){let a=e.options[t],o=H(a);if(r){if(i){let e=typeof o;a.selected=e===`string`||e===`number`?n.some(e=>String(e)===String(o)):C(n,o)>-1}else a.selected=n.has(o)}else if(x(H(a),n)){e.selectedIndex!==t&&(e.selectedIndex=t);return}}!r&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function H(e){return`_value`in e?e._value:e.value}function nn(e,t){let n=t?`_trueValue`:`_falseValue`;return n in e?e[n]:t}var rn={created(e,t,n){U(e,t,n,null,`created`)},mounted(e,t,n){U(e,t,n,null,`mounted`)},beforeUpdate(e,t,n,r){U(e,t,n,r,`beforeUpdate`)},updated(e,t,n,r){U(e,t,n,r,`updated`)}};function an(e,t){switch(e){case`SELECT`:return $t;case`TEXTAREA`:return V;default:switch(t){case`checkbox`:return Xt;case`radio`:return Qt;default:return V}}}function U(e,t,n,r,i){let a=an(e.tagName,n.props&&n.props.type)[i];a&&a(e,t,n,r)}function on(){V.getSSRProps=({value:e})=>({value:e}),Qt.getSSRProps=({value:e},t)=>{if(t.props&&x(t.props.value,e))return{checked:!0}},Xt.getSSRProps=({value:e},n)=>{if(t(e)){if(n.props&&C(e,n.props.value)>-1)return{checked:!0}}else if(b(e)){if(n.props&&e.has(n.props.value))return{checked:!0}}else if(e)return{checked:!0}},rn.getSSRProps=(e,t)=>{if(typeof t.type!=`string`)return;let n=an(t.type.toUpperCase(),t.props&&t.props.type);if(n.getSSRProps)return n.getSSRProps(e,t)}}var sn=[`ctrl`,`shift`,`alt`,`meta`],cn={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>`button`in e&&e.button!==0,middle:e=>`button`in e&&e.button!==1,right:e=>`button`in e&&e.button!==2,exact:(e,t)=>sn.some(n=>e[`${n}Key`]&&!t.includes(n))},ln=(e,t)=>{if(!e)return e;let n=e._withMods||={},r=t.join(`.`);return n[r]||(n[r]=((n,...r)=>{for(let e=0;e<t.length;e++){let r=cn[t[e]];if(r&&r(n,t))return}return e(n,...r)}))},un={esc:`escape`,space:` `,up:`arrow-up`,left:`arrow-left`,right:`arrow-right`,down:`arrow-down`,delete:`backspace`},dn=(e,t)=>{let n=e._withKeys||={},r=t.join(`.`);return n[r]||(n[r]=(n=>{if(!(`key`in n))return;let r=_(n.key);if(t.some(e=>e===r||un[e]===r))return e(n)}))},fn=l({patchProp:Dt},ze),W,pn=!1;function mn(){return W||=ee(fn)}function hn(){return W=pn?W:c(fn),pn=!0,W}var gn=((...e)=>{mn().render(...e)}),_n=((...e)=>{hn().hydrate(...e)}),vn=((...e)=>{let t=mn().createApp(...e),{mount:n}=t;return t.mount=e=>{let r=xn(e);if(!r)return;let i=t._component;!me(i)&&!i.render&&!i.template&&(i.template=r.innerHTML),r.nodeType===1&&(r.textContent=``);let a=n(r,!1,bn(r));return r instanceof Element&&(r.removeAttribute(`v-cloak`),r.setAttribute(`data-v-app`,``)),a},t}),yn=((...e)=>{let t=hn().createApp(...e),{mount:n}=t;return t.mount=e=>{let t=xn(e);if(t)return n(t,!0,bn(t))},t});function bn(e){if(e instanceof SVGElement)return`svg`;if(typeof MathMLElement==`function`&&e instanceof MathMLElement)return`mathml`}function xn(e){return S(e)?document.querySelector(e):e}var Sn=!1,Cn=()=>{Sn||(Sn=!0,on(),rt())},wn=/bot\b|chrome-lighthouse|facebookexternalhit|google\b/i;function Tn(e){return wn.test(e)}import.meta.url.replace(/\/app\/.*$/,`/`);var En=Symbol(`layout-meta`),Dn=Symbol(`route`),G=ne({docsBase:le,reporters:Ae});String.fromCharCode;var On=/#/g,kn=/&/g,An=/\//g,jn=/=/g,Mn=/\?/g,K=/\+/g,Nn=/%5e/gi,Pn=/%60/gi,Fn=/%7c/gi,In=/%20/gi,Ln=/%2f/gi,Rn=/%252f/gi;function zn(e){return encodeURI(``+e).replace(Fn,`|`)}function Bn(e){return zn(typeof e==`string`?e:JSON.stringify(e)).replace(K,`%2B`).replace(In,`+`).replace(On,`%23`).replace(kn,`%26`).replace(Pn,"`").replace(Nn,`^`).replace(An,`%2F`)}function Vn(e){return Bn(e).replace(jn,`%3D`)}function Hn(e){return zn(e).replace(On,`%23`).replace(Mn,`%3F`).replace(Rn,`%2F`).replace(kn,`%26`).replace(K,`%2B`)}function q(e=``){try{return decodeURIComponent(``+e)}catch{return``+e}}function Un(e){return q(e.replace(Ln,`%252F`))}function Wn(e){return q(e.replace(K,` `))}function Gn(e){return q(e.replace(K,` `))}function Kn(e=``){let t=Object.create(null);e[0]===`?`&&(e=e.slice(1));for(let n of e.split(`&`)){let e=n.match(/([^=]+)=?(.*)/)||[];if(e.length<2)continue;let r=Wn(e[1]);if(r===`__proto__`||r===`constructor`)continue;let i=Gn(e[2]||``);t[r]===void 0?t[r]=i:Array.isArray(t[r])?t[r].push(i):t[r]=[t[r],i]}return t}function qn(e,t){return(typeof t==`number`||typeof t==`boolean`)&&(t=String(t)),t?Array.isArray(t)?t.map(t=>`${Vn(e)}=${Bn(t)}`).join(`&`):`${Vn(e)}=${Bn(t)}`:Vn(e)}function Jn(e){return Object.keys(e).filter(t=>e[t]!==void 0).map(t=>qn(t,e[t])).filter(Boolean).join(`&`)}var Yn=/^[\s\w\0+.-]{2,}:([/\\]{1,2})/,Xn=/^[\s\w\0+.-]{2,}:([/\\]{2})?/,Zn=/^([/\\]\s*){2,}[^/\\]/,Qn=/^[\s\0]*(blob|data|javascript|vbscript):$/i,$n=/\/$|\/\?|\/#/,er=/^\.?\//;function J(e,t={}){return typeof t==`boolean`&&(t={acceptRelative:t}),t.strict?Yn.test(e):Xn.test(e)||(t.acceptRelative?Zn.test(e):!1)}function tr(e){return!!e&&Qn.test(e)}function nr(e=``,t){return t?$n.test(e):e.endsWith(`/`)}function Y(e=``,t){if(!t)return(nr(e)?e.slice(0,-1):e)||`/`;if(!nr(e,!0))return e||`/`;let n=e,r=``,i=e.indexOf(`#`);i!==-1&&(n=e.slice(0,i),r=e.slice(i));let[a,...o]=n.split(`?`);return((a.endsWith(`/`)?a.slice(0,-1):a)||`/`)+(o.length>0?`?${o.join(`?`)}`:``)+r}function rr(e=``,t){if(!t)return e.endsWith(`/`)?e:e+`/`;if(nr(e,!0))return e||`/`;let n=e,r=``,i=e.indexOf(`#`);if(i!==-1&&(n=e.slice(0,i),r=e.slice(i),!n))return r;let[a,...o]=n.split(`?`);return a+`/`+(o.length>0?`?${o.join(`?`)}`:``)+r}function ir(e,t){if(sr(t)||J(e))return e;let n=Y(t);if(e.startsWith(n)){let t=e[n.length];if(!t||t===`/`||t===`?`)return e}return lr(n,e)}function ar(e,t){if(sr(t))return e;let n=Y(t);if(!e.startsWith(n))return e;let r=e[n.length];return r&&r!==`/`&&r!==`?`?e:`/`+e.slice(n.length).replace(/^\/+/,``)}function or(e,t){let n=X(e);return n.search=Jn({...Kn(n.search),...t}),mr(n)}function sr(e){return!e||e===`/`}function cr(e){return e&&e!==`/`}function lr(e,...t){let n=e||``;for(let e of t.filter(e=>cr(e)))if(n){let t=e.replace(er,``);n=rr(n)+t}else n=e;return n}function ur(...e){let t=/\/(?!\/)/,n=e.filter(Boolean),r=[],i=0;for(let e of n)if(!(!e||e===`/`)){for(let[n,a]of e.split(t).entries())if(!(!a||a===`.`)){if(a===`..`){if(r.length===1&&J(r[0]))continue;r.pop(),i--;continue}if(n===1&&r[r.length-1]?.endsWith(`:/`)){r[r.length-1]+=`/`+a;continue}r.push(a),i++}}let a=r.join(`/`);return i>=0?n[0]?.startsWith(`/`)&&!a.startsWith(`/`)?a=`/`+a:n[0]?.startsWith(`./`)&&!a.startsWith(`./`)&&(a=`./`+a):a=`../`.repeat(-1*i)+a,n[n.length-1]?.endsWith(`/`)&&!a.endsWith(`/`)&&(a+=`/`),a}function dr(e,t){return q(Y(e))===q(Y(t))}var fr=Symbol.for(`ufo:protocolRelative`);function X(e=``,t){let n=e.match(/^[\s\0]*(blob:|data:|javascript:|vbscript:)(.*)/i);if(n){let[,e,t=``]=n;return{protocol:e.toLowerCase(),pathname:t,href:e+t,auth:``,host:``,search:``,hash:``}}if(!J(e,{acceptRelative:!0}))return t?X(t+e):pr(e);let[,r=``,i,a=``]=e.replace(/\\/g,`/`).match(/^[\s\0]*([\w+.-]{2,}:)?\/\/([^/@]+@)?(.*)/)||[],[,o=``,s=``]=a.match(/([^#/?]*)(.*)?/)||[];r===`file:`&&(s=s.replace(/\/(?=[A-Za-z]:)/,``));let{pathname:c,search:l,hash:u}=pr(s);return{protocol:r.toLowerCase(),auth:i?i.slice(0,Math.max(0,i.length-1)):``,host:o,pathname:c,search:l,hash:u,[fr]:!r}}function pr(e=``){let[t=``,n=``,r=``]=(e.match(/([^#?]*)(\?[^#]*)?(#.*)?/)||[]).splice(1);return{pathname:t,search:n,hash:r}}function mr(e){let t=e.pathname||``,n=e.search?(e.search.startsWith(`?`)?``:`?`)+e.search:``,r=e.hash||``,i=e.auth?e.auth+`@`:``,a=e.host||``;return(e.protocol||e[fr]?(e.protocol||``)+`//`:``)+i+a+t+n+r}function hr(e){if(typeof e!=`object`||!e)return!1;let t=Object.getPrototypeOf(e);return t!==null&&t!==Object.prototype&&Object.getPrototypeOf(t)!==null||Symbol.iterator in e?!1:Symbol.toStringTag in e?Object.prototype.toString.call(e)===`[object Module]`:!0}function gr(e,t,n=`.`,r){if(!hr(t))return gr(e,{},n,r);let i={...t};for(let t of Object.keys(e)){if(t===`__proto__`||t===`constructor`)continue;let a=e[t];a!=null&&(r&&r(i,t,a,n)||(i[t]=Array.isArray(a)&&Array.isArray(i[t])?[...a,...i[t]]:hr(a)&&hr(i[t])?gr(a,i[t],(n?`${n}.`:``)+t.toString(),r):a))}return i}function _r(e){return(...t)=>t.reduce((t,n)=>gr(t,n,``,e),{})}var vr=_r(),yr=_r((e,t,n)=>{if(e[t]!==void 0&&typeof n==`function`)return e[t]=n(e[t]),!0});function br(e,t){try{return t in e}catch{return!1}}var xr=class extends Error{static __h3_error__=!0;statusCode=500;fatal=!1;unhandled=!1;statusMessage;data;cause;constructor(e,t={}){super(e,t),t.cause&&!this.cause&&(this.cause=t.cause)}toJSON(){let e={message:this.message,statusCode:Er(this.statusCode,500)};return this.statusMessage&&(e.statusMessage=Tr(this.statusMessage)),this.data!==void 0&&(e.data=this.data),e}};function Sr(e){if(typeof e==`string`)return new xr(e);if(Cr(e))return e;let t=new xr(e.message??e.statusMessage??``,{cause:e.cause||e});if(br(e,`stack`))try{Object.defineProperty(t,"stack",{get(){return e.stack}})}catch{try{t.stack=e.stack}catch{}}if(e.data&&(t.data=e.data),e.statusCode?t.statusCode=Er(e.statusCode,t.statusCode):e.status&&(t.statusCode=Er(e.status,t.statusCode)),e.statusMessage?t.statusMessage=e.statusMessage:e.statusText&&(t.statusMessage=e.statusText),t.statusMessage){let e=t.statusMessage;Tr(t.statusMessage)!==e&&console.warn("[h3] Please prefer using `message` for longer error messages instead of `statusMessage`. In the future, `statusMessage` will be sanitized by default.")}return e.fatal!==void 0&&(t.fatal=e.fatal),e.unhandled!==void 0&&(t.unhandled=e.unhandled),t}function Cr(e){return e?.constructor?.__h3_error__===!0}var wr=/[^\u0009\u0020-\u007E]/g;function Tr(e=``){return e.replace(wr,``)}function Er(e,t=200){return!e||(typeof e==`string`&&(e=Number.parseInt(e,10)),e<100||e>999)?t:e}globalThis.Headers,globalThis.Response;var Z=()=>y()?.$router;function Dr(e){let t=e.scope,n=ce();for(;n;){if(n===t)return!0;n=n.parent}return!1}var Or=(()=>{if(Te()){let e=m();if(!e||Dr(e))return ve(Dn,y()._route)}return y()._route});function kr(e){return e}var Ar=()=>{try{if(y()._processingMiddleware)return!0}catch{return!1}return!1},jr=(e,t)=>{e||=`/`;let n=typeof e==`string`?e:`path`in e?Mr(e):Z().resolve(e).href;if(t?.open){let{protocol:e}=new URL(n,window.location.href);if(e&&tr(e))throw G.NUXT_E2002({toPath:n,protocol:e});let{target:r=`_blank`,windowFeatures:i={}}=t.open,a=[];for(let[e,t]of Object.entries(i))t!==void 0&&a.push(`${e.toLowerCase()}=${t}`);return open(n,r,a.join(`, `)),Promise.resolve()}let r=J(n,{acceptRelative:!0}),i=t?.external||r;if(i){if(!t?.external)throw G.NUXT_E2001({toPath:n});let{protocol:e}=new URL(n,window.location.href);if(e&&tr(e))throw G.NUXT_E2002({toPath:n,protocol:e})}let a=Ar();if(!i&&a){if(t?.replace){if(typeof e==`string`){let{pathname:t,search:n,hash:r}=X(e);return{path:t,...n&&{query:Kn(n)},...r&&{hash:r},replace:!0}}return{...e,replace:!0}}return e}let o=Z(),s=y();if(i)return s._scope.stop(),t?.replace?location.replace(n):location.href=n,a?s.isHydrating?new Promise(()=>{}):!1:Promise.resolve();let c=typeof e==`string`?Nr(e):e;return t?.replace?o.replace(c):o.push(c)};function Mr(e){return or(e.path||``,e.query||{})+(e.hash||``)}function Nr(e){let t=X(e);return Hn(Un(t.pathname))+t.search+t.hash}var Pr=`__nuxt_error`,Fr=()=>Me(y().payload,`error`),Ir=e=>{let t=Vr(e);try{let e=Fr();y().hooks.callHook(`app:error`,t),e.value||=t}catch{throw t}return t},Lr=(e,t)=>{let n=e.callHook(`app:error`,Vr(t));return je.NUXT_E1012({userAgent:navigator.userAgent,cause:t}),n},Rr=async(e,t)=>{if(Tn(navigator.userAgent)){await Lr(e,t);return}await e.runWithContext(()=>Ir(t))},zr=async(e={})=>{let t=y(),n=Fr();t.callHook(`app:error:cleared`,e),e.redirect&&await Z().replace(e.redirect),n.value=void 0},Br=e=>!!e&&typeof e==`object`&&`__nuxt_error`in e,Vr=e=>{typeof e!=`string`&&e.statusText&&(e.message??=e.statusText);let t=Sr(e);return Object.defineProperty(t,Pr,{value:!0,configurable:!1,writable:!1}),Object.defineProperty(t,"status",{get:()=>t.statusCode,configurable:!0}),Object.defineProperty(t,"statusText",{get:()=>t.statusMessage,configurable:!0}),t},Hr=e=>e.startsWith(`/`);function Ur(e){return typeof e==`object`||`displayName`in e||`props`in e||`__vccOpts`in e}function Wr(e){return e.__esModule||e[Symbol.toStringTag]===`Module`||e.default&&Ur(e.default)}var Gr=Object.assign;function Kr(e,t){let n={};for(let r in t){let i=t[r];n[r]=Q(i)?i.map(e):e(i)}return n}var qr=()=>{},Q=Array.isArray;function Jr(e,t){let n={};for(let r in e)n[r]=r in t?t[r]:e[r];return n}var Yr=Symbol(``);function Xr(e,t){return Gr(Error(),{type:e,[Yr]:!0},t)}function Zr(e,t){return e instanceof Error&&Yr in e&&(t==null||!!(e.type&t))}var Qr=Symbol(``),$r=Symbol(``),ei=Symbol(``),ti=Symbol(``),ni=Symbol(``),ri=typeof document<`u`,ii=/#/g,ai=/&/g,oi=/\//g,si=/=/g,ci=/\?/g,li=/\+/g,ui=/%5B/g,di=/%5D/g,fi=/%5E/g,pi=/%60/g,mi=/%7B/g,hi=/%7C/g,gi=/%7D/g,_i=/%20/g;function vi(e){return e==null?``:encodeURI(``+e).replace(hi,`|`).replace(ui,`[`).replace(di,`]`)}function yi(e){return vi(e).replace(mi,`{`).replace(gi,`}`).replace(fi,`^`)}function bi(e){return vi(e).replace(li,`%2B`).replace(_i,`+`).replace(ii,`%23`).replace(ai,`%26`).replace(pi,"`").replace(mi,`{`).replace(gi,`}`).replace(fi,`^`)}function xi(e){return bi(e).replace(si,`%3D`)}function Si(e){return vi(e).replace(ii,`%23`).replace(ci,`%3F`)}function Ci(e){return Si(e).replace(oi,`%2F`)}function wi(e){if(e==null)return null;try{return decodeURIComponent(``+e)}catch{}return``+e}var Ti=/\/$/,Ei=e=>e.replace(Ti,``);function Di(e,t,n=`/`){let r,i={},a=``,o=``,s=t.indexOf(`#`),c=t.indexOf(`?`);return c=s>=0&&c>s?-1:c,c>=0&&(r=t.slice(0,c),a=t.slice(c,s>0?s:t.length),i=e(a.slice(1))),s>=0&&(r||=t.slice(0,s),o=t.slice(s,t.length)),r=Pi(r??t,n),{fullPath:r+a+o,path:r,query:i,hash:wi(o)}}function Oi(e,t){let n=t.query?e(t.query):``;return t.path+(n&&`?`)+n+(t.hash||``)}function ki(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||`/`}function Ai(e,t,n){let r=t.matched.length-1,i=n.matched.length-1;return r>-1&&r===i&&$(t.matched[r],n.matched[i])&&ji(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function $(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function ji(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(var n in e)if(!Mi(e[n],t[n]))return!1;return!0}function Mi(e,t){return Q(e)?Ni(e,t):Q(t)?Ni(t,e):(e&&e.valueOf())===(t&&t.valueOf())}function Ni(e,t){return Q(t)?e.length===t.length&&e.every((e,n)=>e===t[n]):e.length===1&&e[0]===t}function Pi(e,t){if(Hr(e))return e;if(!e)return t;let n=t.split(`/`),r=e.split(`/`),i=r[r.length-1];(i===`..`||i===`.`)&&r.push(``);let a=n.length-1,o,s;for(o=0;o<r.length;o++)if(s=r[o],s!==`.`){if(s===`..`)a>1&&a--;else break}return n.slice(0,a).join(`/`)+`/`+r.slice(o).join(`/`)}var Fi={path:`/`,name:void 0,params:{},query:{},hash:``,fullPath:`/`,matched:[],meta:{},redirectedFrom:void 0};function Ii(e){if(!e){if(ri){let t=document.querySelector(`base`);e=t&&t.getAttribute(`href`)||`/`,e=e.replace(/^\w+:\/\/[^/]+/,``)}else e=`/`}return e[0]!==`/`&&e[0]!==`#`&&(e=`/`+e),Ei(e)}var Li=/^[^#]+#/;function Ri(e,t){return e.replace(Li,`#`)+t}function zi(e,t){let n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}var Bi=()=>history.scrollRestoration===`manual`?{left:window.scrollX,top:window.scrollY}:null;function Vi(e){let t;if(`el`in e){let n=e.el,r=typeof n==`string`&&n.startsWith(`#`),i=typeof n==`string`?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!i)return;t=zi(i,e)}else t=e;`scrollBehavior`in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left==null?window.scrollX:t.left,t.top==null?window.scrollY:t.top)}function Hi(e,t){return(history.state?history.state.position-t:-1)+e}var Ui=new Map;function Wi(e){Ui.set(e,Bi())}function Gi(e){let t=Ui.get(e);return Ui.delete(e),t}function Ki(e){return typeof e==`string`||e&&typeof e==`object`}function qi(e){return typeof e==`string`||typeof e==`symbol`}function Ji(e){let t={};if(e===``||e===`?`)return t;let n=(e[0]===`?`?e.slice(1):e).split(`&`);for(let e=0;e<n.length;++e){let r=n[e].replace(li,` `),i=r.indexOf(`=`),a=wi(i<0?r:r.slice(0,i)),o=i<0?null:wi(r.slice(i+1));if(a in t){let e=t[a];Q(e)||(e=t[a]=[e]),e.push(o)}else t[a]=o}return t}function Yi(e){let t=``;for(let n in e){let r=e[n];if(n=xi(n),r==null){r!==void 0&&(t+=(t.length?`&`:``)+n);continue}(Q(r)?r.map(e=>e&&bi(e)):[r&&bi(r)]).forEach(e=>{e!==void 0&&(t+=(t.length?`&`:``)+n,e!=null&&(t+=`=`+e))})}return t}function Xi(e){let t={};for(let n in e){let r=e[n];r!==void 0&&(t[n]=Q(r)?r.map(e=>e==null?null:``+e):r==null?r:``+r)}return t}function Zi(){let e=[];function t(t){return e.push(t),()=>{let n=e.indexOf(t);n>-1&&e.splice(n,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function Qi(e,t,n,r,i,a=e=>e()){let o=r&&(r.enterCallbacks[i]=r.enterCallbacks[i]||[]);return()=>new Promise((s,c)=>{let l=e=>{e===!1?c(Xr(4,{from:n,to:t})):e instanceof Error?c(e):Ki(e)?c(Xr(2,{from:t,to:e})):(o&&r.enterCallbacks[i]===o&&typeof e==`function`&&o.push(e),s())},u=a(()=>e.call(r&&r.instances[i],t,n,l)),d=Promise.resolve(u);e.length<3&&(d=d.then(l)),d.catch(e=>c(e))})}function $i(e,t,n,r,i=e=>e()){let a=[];for(let o of e)for(let e in o.components){let s=o.components[e];if(!(t!==`beforeRouteEnter`&&!o.instances[e])){if(Ur(s)){let c=(s.__vccOpts||s)[t];c&&a.push(Qi(c,n,r,o,e,i))}else{let c=s();a.push(()=>c.then(a=>{if(!a)throw Error(`Couldn't resolve component "${e}" at "${o.path}"`);let s=Wr(a)?a.default:a;o.mods[e]=a,o.components[e]=s;let c=(s.__vccOpts||s)[t];return c&&Qi(c,n,r,o,e,i)()}))}}}return a}function ea(e,t){let n=[],r=[],i=[],a=Math.max(t.matched.length,e.matched.length);for(let o=0;o<a;o++){let a=t.matched[o];a&&(e.matched.find(e=>$(e,a))?r.push(a):n.push(a));let s=e.matched[o];s&&(t.matched.find(e=>$(e,s))||i.push(s))}return[n,r,i]}var ta=(e,t)=>({default:()=>e?De(He,e===!0?{}:e,t):t.default?.()}),na=/(:\w+)\([^)]+\)/g,ra=/(:\w+)[?+*]/g,ia=/:\w+/g;function aa(e){let t=e?.meta.key??e.path.replace(na,`$1`).replace(ra,`$1`).replace(ia,t=>e.params[t.slice(1)]?.toString()||``);return typeof t==`function`?t(e):t}function oa(e,t){return e===t||t===Fi?!1:aa(e)!==aa(t)||!e.matched.every((e,n)=>e.components&&e.components.default===t.matched[n]?.components?.default)}var sa=/^[a-z][a-z0-9-]*$/i;function ca(e,t){return e&&sa.test(e)?e:t}function la(e){return Array.isArray(e)?e:[e]}function ua(e){let t=[];for(let n of e)n&&t.push({...n,onAfterLeave:n.onAfterLeave?la(n.onAfterLeave):void 0,onBeforeLeave:n.onBeforeLeave?la(n.onBeforeLeave):void 0});return vr(...t)}var da=globalThis.requestIdleCallback||(e=>{let t=Date.now(),n={didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))};return setTimeout(()=>{e(n)},1)}),fa=globalThis.cancelIdleCallback||(e=>{clearTimeout(e)}),pa=e=>{let t=y();t.isHydrating?t.hooks.hookOnce(`app:suspense:resolve`,()=>{da(()=>e())}):da(()=>e())};export{Fr as $,Yi as A,_n as At,Qr as B,rn as Bt,$ as C,He as Ct,Di as D,yn as Dt,Ji as E,vn as Et,Gr as F,Lt as Ft,ni as G,dn as Gt,qr as H,$t as Ht,Xr as I,at as It,Rr as J,$r as K,ln as Kt,Hr as L,Ft as Lt,ki as M,ze as Mt,Zi as N,Dt as Nt,Wi as O,jt as Ot,Kr as P,gn as Pt,Ir as Q,Q as R,It as Rt,ji as S,Tn as St,Xi as T,Pt as Tt,ti as U,V as Ut,Jr as V,Qt as Vt,ei as W,nt as Wt,Vr as X,zr as Y,Br as Z,Hi as _,ar as _t,ta as a,Z as at,qi as b,En as bt,Fi as c,J as ct,wi as d,ur as dt,kr as et,yi as f,lr as ft,Gi as g,rr as gt,$i as h,or as ht,ua as i,Or as it,Oi as j,Cn as jt,Vi as k,Mt as kt,Bi as l,dr as lt,ea as m,ir as mt,fa as n,jr as nt,oa as o,vr as ot,Ci as p,Kn as pt,Lr as q,da as r,Mr as rt,ca as s,yr as st,pa as t,Nr as tt,Ri as u,tr as ut,Qi as v,Y as vt,Ii as w,Vt as wt,Ai as x,Dn as xt,ri as y,G as yt,Zr as z,Xt as zt};
@@ -0,0 +1 @@
1
+ import{F as e,M as t,gr as n,kt as r}from"./CHQNtFDT.js";import{mt as i}from"#entry";import{t as a}from"./BDNMzG2s.js";var o={class:`antialiased bg-white dark:bg-[#020420] dark:text-white font-sans grid min-h-screen overflow-hidden place-content-center text-[#020420] tracking-wide`},s={class:`max-w-520px text-center`},c=[`textContent`],l=[`textContent`],u=[`textContent`],d=a({__name:`error-500`,props:{appName:{type:String,default:`Nuxt`},status:{type:Number,default:500},statusText:{type:String,default:`Internal server error`},description:{type:String,default:`This page is temporarily unavailable.`},refresh:{type:String,default:`Refresh this page`}},setup(a){let d=a;return i({title:`${d.status} - ${d.statusText} | ${d.appName}`,script:[{innerHTML:`!function(){let e=document.createElement("link").relList;if(!(e&&e.supports&&e.supports("modulepreload"))){for(let e of document.querySelectorAll('link[rel="modulepreload"]'))r(e);new MutationObserver(e=>{for(let t of e)if("childList"===t.type)for(let e of t.addedNodes)"LINK"===e.tagName&&"modulepreload"===e.rel&&r(e)}).observe(document,{childList:!0,subtree:!0})}function r(e){if(e.ep)return;e.ep=!0;let r=function(e){let r={};return e.integrity&&(r.integrity=e.integrity),e.referrerPolicy&&(r.referrerPolicy=e.referrerPolicy),r.credentials="use-credentials"===e.crossOrigin?"include":"anonymous"===e.crossOrigin?"omit":"same-origin",r}(e);fetch(e.href,r)}}();`}],style:[{innerHTML:`*,:after,:before{box-sizing:border-box;border-style:solid;border-width:0;border-color:var(--un-default-border-color,#e5e7eb)}:after,:before{--un-content:""}html{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}h1,h2{font-size:inherit;font-weight:inherit}h1,h2,p{margin:0}*,:after,:before{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 #0000;--un-ring-shadow:0 0 #0000;--un-shadow-inset: ;--un-shadow:0 0 #0000;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:#93c5fd80;--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }`}]}),(i,d)=>(r(),e(`div`,o,[t(`div`,s,[t(`h1`,{class:`font-semibold leading-none mb-4 sm:text-[110px] tabular-nums text-[80px]`,textContent:n(a.status)},null,8,c),t(`h2`,{class:`font-semibold mb-2 sm:text-3xl text-2xl`,textContent:n(a.statusText)},null,8,l),t(`p`,{class:`mb-4 px-2 text-[#64748B] text-md`,textContent:n(a.description)},null,8,u)])]))}},[[`__scopeId`,`data-v-bda08851`]]);export{d as default};