@nuxt/devtools 0.2.5 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/README.md +3 -3
  2. package/dist/chunks/module-main.mjs +692 -258
  3. package/dist/chunks/plugin-metrics.mjs +54 -0
  4. package/dist/chunks/vite-inspect.mjs +12 -13
  5. package/dist/chunks/vscode.mjs +44 -26
  6. package/dist/chunks/vue-inspector.mjs +2 -2
  7. package/dist/cli.mjs +5 -4
  8. package/dist/client/200.html +2 -2
  9. package/dist/client/404.html +2 -2
  10. package/dist/client/__inspecting/index.html +2 -2
  11. package/dist/client/_nuxt/Badge.0f8d5f6f.js +1 -0
  12. package/dist/client/_nuxt/DrawerRight.vue.6b933252.js +1 -0
  13. package/dist/client/_nuxt/DurationDisplay.vue.5c57289e.js +1 -0
  14. package/dist/client/_nuxt/FilepathItem.vue.e8c3a52c.js +1 -0
  15. package/dist/client/_nuxt/LaunchPage.vue.87f21877.js +1 -0
  16. package/dist/client/_nuxt/NCheckbox.vue.4b9ea1cc.js +1 -0
  17. package/dist/client/_nuxt/NCodeBlock.vue.431c1fae.js +1 -0
  18. package/dist/client/_nuxt/NIconButton.vue.9bdc7adc.js +1 -0
  19. package/dist/client/_nuxt/NIconTitle.vue.f40c1405.js +1 -0
  20. package/dist/client/_nuxt/NMarkdown.vue.725d1f67.js +1 -0
  21. package/dist/client/_nuxt/NSectionBlock.aae79980.js +1 -0
  22. package/dist/client/_nuxt/NSelect.vue.b136ef78.js +1 -0
  23. package/dist/client/_nuxt/NSwitch.vue.73a2b8d5.js +1 -0
  24. package/dist/client/_nuxt/NTextInput.vue.543d16d0.js +1 -0
  25. package/dist/client/_nuxt/NTip.vue.130b714b.js +1 -0
  26. package/dist/client/_nuxt/NpmVersionCheck.vue.b49a7a81.js +1 -0
  27. package/dist/client/_nuxt/{NuxtLogo.8111403f.js → NuxtLogo.18339464.js} +1 -1
  28. package/dist/client/_nuxt/{PanelLeftRight.vue.56b5906c.js → PanelLeftRight.vue.b026a23a.js} +1 -1
  29. package/dist/client/_nuxt/StateEditor.vue.dae03388.js +1 -0
  30. package/dist/client/_nuxt/{TabIcon.vue.30ae65eb.js → TabIcon.vue.d87fc756.js} +1 -1
  31. package/dist/client/_nuxt/{__inspecting.8819ade8.js → __inspecting.9a5a53c2.js} +1 -1
  32. package/dist/client/_nuxt/assets.a9e5a6b0.js +16 -0
  33. package/dist/client/_nuxt/components.70b3c3a4.js +1 -0
  34. package/dist/client/_nuxt/context.c8f67be1.js +1 -0
  35. package/dist/client/_nuxt/custom-_name_.54344ca3.js +1 -0
  36. package/dist/client/_nuxt/default.a8c4c373.js +1 -0
  37. package/dist/client/_nuxt/editor.e302ec86.js +1 -0
  38. package/dist/client/_nuxt/entry.654353dc.css +32 -0
  39. package/dist/client/_nuxt/entry.91db41b9.js +259 -0
  40. package/dist/client/_nuxt/error-404.6d04f9a0.js +1 -0
  41. package/dist/client/_nuxt/{error-500.8f6cefc5.js → error-500.44287dc0.js} +1 -1
  42. package/dist/client/_nuxt/error-component.a0e84e89.js +3 -0
  43. package/dist/client/_nuxt/hooks.784bc58b.js +1 -0
  44. package/dist/client/_nuxt/icons.43eaabec.js +1 -0
  45. package/dist/client/_nuxt/imports.2e67f433.js +1 -0
  46. package/dist/client/_nuxt/{index.a6656ecb.js → index.3b3b7aca.js} +5 -5
  47. package/dist/client/_nuxt/index.4213289c.js +1 -0
  48. package/dist/client/_nuxt/index.c769634a.js +3 -0
  49. package/dist/client/_nuxt/layouts.3ece608d.js +1 -0
  50. package/dist/client/_nuxt/middleware.c0b48cbf.js +1 -0
  51. package/dist/client/_nuxt/modules.b85b1f76.js +1 -0
  52. package/dist/client/_nuxt/{none.394b52e6.js → none.d95ed4cd.js} +1 -1
  53. package/dist/client/_nuxt/overview.c2dfff9d.js +1 -0
  54. package/dist/client/_nuxt/pages.c8f066b4.js +1 -0
  55. package/dist/client/_nuxt/payload.299d8527.js +1 -0
  56. package/dist/client/_nuxt/plugins.4b3cd1e3.js +1 -0
  57. package/dist/client/_nuxt/runtime-configs.0f55338b.js +1 -0
  58. package/dist/client/_nuxt/server-routes.e48a8508.js +1 -0
  59. package/dist/client/_nuxt/settings.b70bc182.js +1 -0
  60. package/dist/client/_nuxt/storage.adf41f3f.js +1 -0
  61. package/dist/client/_nuxt/terminals.2f58f3e7.js +1 -0
  62. package/dist/client/_nuxt/terminals.4329aeb9.css +1 -0
  63. package/dist/client/_nuxt/{unocss-runtime.daeb320e.js → unocss-runtime.f654b492.js} +2 -2
  64. package/dist/client/_nuxt/virtual-files.dbe38c70.js +1 -0
  65. package/dist/client/index.html +2 -2
  66. package/dist/client/modules/assets/index.html +7 -0
  67. package/dist/client/modules/components/index.html +2 -2
  68. package/dist/client/modules/hooks/index.html +2 -2
  69. package/dist/client/modules/imports/index.html +2 -2
  70. package/dist/client/modules/layouts/index.html +2 -2
  71. package/dist/client/modules/middleware/index.html +2 -2
  72. package/dist/client/modules/modules/index.html +2 -2
  73. package/dist/client/modules/overview/index.html +2 -2
  74. package/dist/client/modules/pages/index.html +2 -2
  75. package/dist/client/modules/payload/index.html +2 -2
  76. package/dist/client/modules/plugins/index.html +2 -2
  77. package/dist/client/modules/runtime-configs/index.html +2 -2
  78. package/dist/client/modules/server-routes/index.html +2 -2
  79. package/dist/client/modules/storage/index.html +2 -2
  80. package/dist/client/modules/terminals/index.html +7 -0
  81. package/dist/client/modules/virtual-files/index.html +2 -2
  82. package/dist/client/settings/index.html +7 -0
  83. package/dist/dirs.mjs +2 -2
  84. package/dist/module.d.ts +3 -33
  85. package/dist/module.json +1 -1
  86. package/dist/module.mjs +2 -2
  87. package/dist/runtime/plugins/devtools.client.mjs +7 -1
  88. package/dist/shared/{devtools.258c6e2e.mjs → devtools.30090c6e.mjs} +1 -1
  89. package/dist/types.d.ts +4 -337
  90. package/dist/types.mjs +1 -1
  91. package/package.json +36 -35
  92. package/dist/client/_nuxt/Badge.4f16da14.js +0 -1
  93. package/dist/client/_nuxt/FilepathItem.vue.235fa07d.js +0 -1
  94. package/dist/client/_nuxt/LaunchPage.vue.86f00e85.js +0 -1
  95. package/dist/client/_nuxt/NButton.a7fda268.css +0 -1
  96. package/dist/client/_nuxt/NButton.vue.76dccbb9.js +0 -100
  97. package/dist/client/_nuxt/NCheckbox.vue.60126ccb.js +0 -1
  98. package/dist/client/_nuxt/NMarkdown.vue.abb154b8.js +0 -1
  99. package/dist/client/_nuxt/NSectionBlock.58837776.js +0 -1
  100. package/dist/client/_nuxt/NSectionBlock.891fa081.css +0 -1
  101. package/dist/client/_nuxt/NTextInput.vue.1fd15b74.js +0 -1
  102. package/dist/client/_nuxt/StateEditor.vue.bdb7e5c8.js +0 -1
  103. package/dist/client/_nuxt/asyncData.103aad72.js +0 -1
  104. package/dist/client/_nuxt/client.9c41f495.js +0 -1
  105. package/dist/client/_nuxt/components.43dee80b.js +0 -1
  106. package/dist/client/_nuxt/context.55688cca.js +0 -1
  107. package/dist/client/_nuxt/custom-_name_.8832be9d.js +0 -1
  108. package/dist/client/_nuxt/default.c29c3e74.js +0 -1
  109. package/dist/client/_nuxt/editor.66e59505.js +0 -1
  110. package/dist/client/_nuxt/entry.3a404c59.css +0 -1
  111. package/dist/client/_nuxt/entry.883bcfe6.js +0 -11
  112. package/dist/client/_nuxt/error-404.d027ece6.js +0 -1
  113. package/dist/client/_nuxt/error-component.ee11a8ba.js +0 -3
  114. package/dist/client/_nuxt/hooks.427abdcd.js +0 -1
  115. package/dist/client/_nuxt/icons.7b11eba5.js +0 -1
  116. package/dist/client/_nuxt/imports.2dc7174b.js +0 -1
  117. package/dist/client/_nuxt/index.0d6abd2a.js +0 -1
  118. package/dist/client/_nuxt/json-editor-vue.a65019ca.js +0 -137
  119. package/dist/client/_nuxt/layouts.4db8e1e6.js +0 -1
  120. package/dist/client/_nuxt/middleware.c4f2a57b.js +0 -1
  121. package/dist/client/_nuxt/modules.a2209d2d.js +0 -1
  122. package/dist/client/_nuxt/nuxt-link.a34a1045.js +0 -1
  123. package/dist/client/_nuxt/overview.5053fd45.js +0 -1
  124. package/dist/client/_nuxt/pages.9a1a9ac3.js +0 -1
  125. package/dist/client/_nuxt/payload.ed4c5688.js +0 -1
  126. package/dist/client/_nuxt/plugins.95c9e3e6.js +0 -1
  127. package/dist/client/_nuxt/runtime-configs.7ebddf6f.js +0 -1
  128. package/dist/client/_nuxt/server-routes.5337ffc6.js +0 -1
  129. package/dist/client/_nuxt/state.1f523208.js +0 -1
  130. package/dist/client/_nuxt/storage.4459d7bf.js +0 -1
  131. package/dist/client/_nuxt/virtual-files.a15894d9.js +0 -3
  132. package/dist/iframe-client.d.ts +0 -15
  133. package/dist/iframe-client.mjs +0 -32
  134. package/iframe-client.d.ts +0 -1
@@ -0,0 +1 @@
1
+ import{_ as r}from"./NuxtLogo.18339464.js";import{_ as c}from"./Badge.0f8d5f6f.js";import{a as _,o as l,f as u,h as e,i as o,w as p,j as d,k as m,l as t}from"./entry.91db41b9.js";const x={flex:"~ col gap4","h-screen":"","items-center":"","justify-center":"","text-center":"","w-160":"",mxa:""},f={flex:"~","justify-center":"","items-center":""},h=e("p",{"text-xl":"","font-bold":"",my2:""}," 👋 Welcome trying the preview of Nuxt DevTools! ",-1),v=e("p",{"text-lg":""},[e("b",{"font-bold":""},"Nuxt DevTools"),t(" is a set of visual tools that help you to know your app/site better, and enhance your development experience with Nuxt. ")],-1),g=e("p",{"text-lg":""},[t(" Be aware that "),e("span",{px2:"",rounded:"","font-bold":"","bg-orange:10":"","py0.5":"","text-orange":""},"Nuxt DevTools is still in early preview"),t(", features might be incomplete and unstable. "),e("a",{href:"https://github.com/nuxt/devtools",target:"_blank","text-primary":"","hover-underline":""},"Create an issue or discussion"),t(" if you find any bugs or have any suggestions. Thank you and have fun! ")],-1),y=e("span",null,"Get Started",-1),T=_({__name:"index",setup(b){function n(){d.value=!1}return(w,N)=>{const s=r,a=c,i=m;return l(),u("div",x,[e("div",f,[o(s,{"h-16":""}),o(a,{"bg-green-400:10":"","text-green-400":"","mr--15":"","mt--5":"",title:"preview",textContent:"preview"})]),h,v,g,o(i,{to:"/modules/overview","mt-4":"",n:"xl primary",onClick:n},{default:p(()=>[y]),_:1})])}}});export{T as default};
@@ -0,0 +1,3 @@
1
+ const C={ignoreUnknown:!1,respectType:!1,respectFunctionNames:!1,respectFunctionProperties:!1,unorderedObjects:!0,unorderedArrays:!1,unorderedSets:!1};function U(n,r={}){r={...C,...r};const s=w(r);return s.dispatch(n),s.toString()}function w(n){const r=[];let s=[];const t=e=>{r.push(e)};return{toString(){return r.join("")},getContext(){return s},dispatch(e){return n.replacer&&(e=n.replacer(e)),this["_"+(e===null?"null":typeof e)](e)},_object(e){const o=/\[object (.*)]/i,a=Object.prototype.toString.call(e),h=o.exec(a),i=h?h[1].toLowerCase():"unknown:["+a.toLowerCase()+"]";let u=null;if((u=s.indexOf(e))>=0)return this.dispatch("[CIRCULAR:"+u+"]");if(s.push(e),typeof Buffer<"u"&&Buffer.isBuffer&&Buffer.isBuffer(e))return t("buffer:"),t(e.toString("utf8"));if(i!=="object"&&i!=="function"&&i!=="asyncfunction")if(this["_"+i])this["_"+i](e);else{if(n.ignoreUnknown)return t("["+i+"]");throw new Error('Unknown object type "'+i+'"')}else{let c=Object.keys(e);n.unorderedObjects&&(c=c.sort()),n.respectType!==!1&&!B(e)&&c.splice(0,0,"prototype","__proto__","letructor"),n.excludeKeys&&(c=c.filter(function(p){return!n.excludeKeys(p)})),t("object:"+c.length+":");for(const p of c)this.dispatch(p),t(":"),n.excludeValues||this.dispatch(e[p]),t(",")}},_array(e,o){if(o=typeof o<"u"?o:n.unorderedArrays!==!1,t("array:"+e.length+":"),!o||e.length<=1){for(const i of e)this.dispatch(i);return}const a=[],h=e.map(i=>{const u=w(n);return u.dispatch(i),a.push(u.getContext()),u.toString()});return s=[...s,...a],h.sort(),this._array(h,!1)},_date(e){return t("date:"+e.toJSON())},_symbol(e){return t("symbol:"+e.toString())},_error(e){return t("error:"+e.toString())},_boolean(e){return t("bool:"+e.toString())},_string(e){t("string:"+e.length+":"),t(e.toString())},_function(e){t("fn:"),B(e)?this.dispatch("[native]"):this.dispatch(e.toString()),n.respectFunctionNames!==!1&&this.dispatch("function-name:"+String(e.name)),n.respectFunctionProperties&&this._object(e)},_number(e){return t("number:"+e.toString())},_xml(e){return t("xml:"+e.toString())},_null(){return t("Null")},_undefined(){return t("Undefined")},_regexp(e){return t("regex:"+e.toString())},_uint8array(e){return t("uint8array:"),this.dispatch(Array.prototype.slice.call(e))},_uint8clampedarray(e){return t("uint8clampedarray:"),this.dispatch(Array.prototype.slice.call(e))},_int8array(e){return t("int8array:"),this.dispatch(Array.prototype.slice.call(e))},_uint16array(e){return t("uint16array:"),this.dispatch(Array.prototype.slice.call(e))},_int16array(e){return t("int16array:"),this.dispatch(Array.prototype.slice.call(e))},_uint32array(e){return t("uint32array:"),this.dispatch(Array.prototype.slice.call(e))},_int32array(e){return t("int32array:"),this.dispatch(Array.prototype.slice.call(e))},_float32array(e){return t("float32array:"),this.dispatch(Array.prototype.slice.call(e))},_float64array(e){return t("float64array:"),this.dispatch(Array.prototype.slice.call(e))},_arraybuffer(e){return t("arraybuffer:"),this.dispatch(new Uint8Array(e))},_url(e){return t("url:"+e.toString())},_map(e){t("map:");const o=[...e];return this._array(o,n.unorderedSets!==!1)},_set(e){t("set:");const o=[...e];return this._array(o,n.unorderedSets!==!1)},_file(e){return t("file:"),this.dispatch([e.name,e.size,e.type,e.lastModfied])},_blob(){if(n.ignoreUnknown)return t("[blob]");throw new Error(`Hashing Blob objects is currently not supported
2
+ Use "options.replacer" or "options.ignoreUnknown"
3
+ `)},_domwindow(){return t("domwindow")},_bigint(e){return t("bigint:"+e.toString())},_process(){return t("process")},_timer(){return t("timer")},_pipe(){return t("pipe")},_tcp(){return t("tcp")},_udp(){return t("udp")},_tty(){return t("tty")},_statwatcher(){return t("statwatcher")},_securecontext(){return t("securecontext")},_connection(){return t("connection")},_zlib(){return t("zlib")},_context(){return t("context")},_nodescript(){return t("nodescript")},_httpparser(){return t("httpparser")},_dataview(){return t("dataview")},_signal(){return t("signal")},_fsevent(){return t("fsevent")},_tlswrap(){return t("tlswrap")}}}function B(n){return typeof n!="function"?!1:/^function\s+\w*\s*\(\s*\)\s*{\s+\[native code]\s+}$/i.exec(Function.prototype.toString.call(n))!=null}class d{constructor(r,s){r=this.words=r||[],this.sigBytes=s!==void 0?s:r.length*4}toString(r){return(r||A).stringify(this)}concat(r){if(this.clamp(),this.sigBytes%4)for(let s=0;s<r.sigBytes;s++){const t=r.words[s>>>2]>>>24-s%4*8&255;this.words[this.sigBytes+s>>>2]|=t<<24-(this.sigBytes+s)%4*8}else for(let s=0;s<r.sigBytes;s+=4)this.words[this.sigBytes+s>>>2]=r.words[s>>>2];return this.sigBytes+=r.sigBytes,this}clamp(){this.words[this.sigBytes>>>2]&=4294967295<<32-this.sigBytes%4*8,this.words.length=Math.ceil(this.sigBytes/4)}clone(){return new d([...this.words])}}const A={stringify(n){const r=[];for(let s=0;s<n.sigBytes;s++){const t=n.words[s>>>2]>>>24-s%4*8&255;r.push((t>>>4).toString(16),(t&15).toString(16))}return r.join("")}},H={stringify(n){const r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",s=[];for(let t=0;t<n.sigBytes;t+=3){const e=n.words[t>>>2]>>>24-t%4*8&255,o=n.words[t+1>>>2]>>>24-(t+1)%4*8&255,a=n.words[t+2>>>2]>>>24-(t+2)%4*8&255,h=e<<16|o<<8|a;for(let i=0;i<4&&t*8+i*6<n.sigBytes*8;i++)s.push(r.charAt(h>>>6*(3-i)&63))}return s.join("")}},F={parse(n){const r=n.length,s=[];for(let t=0;t<r;t++)s[t>>>2]|=(n.charCodeAt(t)&255)<<24-t%4*8;return new d(s,r)}},L={parse(n){return F.parse(unescape(encodeURIComponent(n)))}};class M{constructor(){this._minBufferSize=0,this.blockSize=512/32,this.reset()}reset(){this._data=new d,this._nDataBytes=0}_append(r){typeof r=="string"&&(r=L.parse(r)),this._data.concat(r),this._nDataBytes+=r.sigBytes}_doProcessBlock(r,s){}_process(r){let s,t=this._data.sigBytes/(this.blockSize*4);r?t=Math.ceil(t):t=Math.max((t|0)-this._minBufferSize,0);const e=t*this.blockSize,o=Math.min(e*4,this._data.sigBytes);if(e){for(let a=0;a<e;a+=this.blockSize)this._doProcessBlock(this._data.words,a);s=this._data.words.splice(0,e),this._data.sigBytes-=o}return new d(s,o)}}class N extends M{update(r){return this._append(r),this._process(),this}finalize(r){r&&this._append(r)}}const O=[1779033703,-1150833019,1013904242,-1521486534,1359893119,-1694144372,528734635,1541459225],R=[1116352408,1899447441,-1245643825,-373957723,961987163,1508970993,-1841331548,-1424204075,-670586216,310598401,607225278,1426881987,1925078388,-2132889090,-1680079193,-1046744716,-459576895,-272742522,264347078,604807628,770255983,1249150122,1555081692,1996064986,-1740746414,-1473132947,-1341970488,-1084653625,-958395405,-710438585,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,-2117940946,-1838011259,-1564481375,-1474664885,-1035236496,-949202525,-778901479,-694614492,-200395387,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,-2067236844,-1933114872,-1866530822,-1538233109,-1090935817,-965641998],f=[];class P extends N{constructor(){super(),this.reset()}reset(){super.reset(),this._hash=new d([...O])}_doProcessBlock(r,s){const t=this._hash.words;let e=t[0],o=t[1],a=t[2],h=t[3],i=t[4],u=t[5],c=t[6],p=t[7];for(let l=0;l<64;l++){if(l<16)f[l]=r[s+l]|0;else{const y=f[l-15],z=(y<<25|y>>>7)^(y<<14|y>>>18)^y>>>3,_=f[l-2],j=(_<<15|_>>>17)^(_<<13|_>>>19)^_>>>10;f[l]=z+f[l-7]+j+f[l-16]}const m=i&u^~i&c,b=e&o^e&a^o&a,S=(e<<30|e>>>2)^(e<<19|e>>>13)^(e<<10|e>>>22),x=(i<<26|i>>>6)^(i<<21|i>>>11)^(i<<7|i>>>25),g=p+x+m+R[l]+f[l],k=S+b;p=c,c=u,u=i,i=h+g|0,h=a,a=o,o=e,e=g+k|0}t[0]=t[0]+e|0,t[1]=t[1]+o|0,t[2]=t[2]+a|0,t[3]=t[3]+h|0,t[4]=t[4]+i|0,t[5]=t[5]+u|0,t[6]=t[6]+c|0,t[7]=t[7]+p|0}finalize(r){super.finalize(r);const s=this._nDataBytes*8,t=this._data.sigBytes*8;return this._data.words[t>>>5]|=128<<24-t%32,this._data.words[(t+64>>>9<<4)+14]=Math.floor(s/4294967296),this._data.words[(t+64>>>9<<4)+15]=s,this._data.sigBytes=this._data.words.length*4,this._process(),this._hash}}function T(n){return new P().finalize(n).toString(H)}function v(n,r={}){const s=typeof n=="string"?n:U(n,r);return T(s).slice(0,10)}export{v as h};
@@ -0,0 +1 @@
1
+ import{a,N as s,o as t,f as o,h as n,t as r,u}from"./entry.91db41b9.js";const f=a({__name:"layouts",setup(l){const e=s();return(c,p)=>(t(),o("div",null,[n("pre",null,r(u(e)),1)]))}});export{f as default};
@@ -0,0 +1 @@
1
+ import{a as e,o as a,f as n}from"./entry.91db41b9.js";const s=e({__name:"middleware",setup(o){return(t,r)=>(a(),n("div",null," WIP "))}});export{s as default};
@@ -0,0 +1 @@
1
+ import{a as U,A as F,m as k,T as V,U as A,ac as L,ad as R,ae as O,o as e,f as a,h as n,u as t,c as _,w as u,l as w,t as m,C as z,y as l,i as b,F as P,v as C,af as G,E as I,r as H}from"./entry.91db41b9.js";import{_ as J}from"./FilepathItem.vue.e8c3a52c.js";import{_ as K}from"./NpmVersionCheck.vue.b49a7a81.js";import{_ as Q}from"./NSectionBlock.aae79980.js";import"./editor.e302ec86.js";import"./context.c8f67be1.js";import"./Badge.0f8d5f6f.js";import"./NCodeBlock.vue.431c1fae.js";import"./NCheckbox.vue.4b9ea1cc.js";import"./NTip.vue.130b714b.js";import"./NIconTitle.vue.f40c1405.js";const W={border:"~ base",p4:"",flex:"~ gap2"},X={flex:"~ col gap2","flex-auto":"","of-hidden":"",px1:""},Y={"of-hidden":"","ws-nowrap":"","text-lg":"","text-ellipsis":""},Z={key:2},tt={key:0,op50:"","text-sm":"","mt--1":""},et=n("div",{"flex-auto":""},null,-1),ot={key:1,flex:"~ gap-2",title:"Documentation"},nt=n("span",{"text-lg":"",op50:"","i-carbon-link":""},null,-1),at={key:2,flex:"~ gap-2"},st=n("span",{"text-lg":"",op50:"","i-carbon-logo-github":""},null,-1),it={key:3,flex:"~ gap-2",title:"Open on filesystem"},rt=n("span",{"text-lg":"",op50:"","i-carbon-folder-move-to":""},null,-1),lt=n("span",{"text-lg":"",op50:"","animate-spin":"","i-carbon-circle-dash":""},null,-1),ct=n("code",{"text-sm":"",op50:""},"Upgrading...",-1),dt={key:1,"mx--2":""},mt=["onClick"],ut=n("span",{"text-lg":"","text-primary":"","i-carbon-intent-request-active":""},null,-1),pt=n("code",{"text-xs":""},"Update installed, click to restart",-1),_t=[ut,pt],ht={key:2,"mx--2":""},gt=["onClick"],xt=n("span",{"text-lg":"",op50:"","i-carbon-intent-request-upgrade":""},null,-1),ft={op50:""},vt=n("div",{op50:"","i-carbon-arrow-right":""},null,-1),yt={"text-green":""},kt={key:3,flex:"~ gap-2","items-center":"",title:"NPM"},bt=n("span",{"text-lg":"",op50:"","i-carbon-cube":""},null,-1),Pt={"text-sm":"",op50:""},wt={flex:"~ col"},Ct={key:0,p4:"",rounded:"","flex-none":"",flex:"","h-20":"","w-20":"","bg-gray:3":""},Mt=["src","alt"],Nt=n("div",{op50:"",ma:"","i-carbon-circle-dash":"","text-4xl":""},null,-1),Bt={key:1,flex:"~","flex-auto":"","items-end":"",mt2:"","justify-end":""},$t=["src"],It=U({__name:"ModuleItem",props:{mod:null},async setup(h){let g,v;const c=h,p=F(),d=k(()=>c.mod.entryPath&&V(c.mod.entryPath)),s=k(()=>c.mod.meta?.name?c.mod.meta.name:c.mod.entryPath?d.value?A(c.mod.entryPath):p.value?.rootDir?L(c.mod.entryPath,p.value?.rootDir).path:"":""),M=([g,v]=R(()=>O()),g=await g,v(),g),o=k(()=>({name:s,...c.mod?.meta,...(M||[]).find?.(x=>x.npm===s.value||x.name===s.value)})),y="https://api.nuxtjs.org/api/ipx/s_80,f_webp/gh/nuxt/modules/main/icons/",i="https://api.nuxtjs.org/api/ipx/s_44,f_webp/gh_avatar/",j="https://github.com/",D="https://www.npmjs.com/package/";return(x,N)=>{const f=G,E=J,T=K;return e(),a("div",W,[n("div",X,[n("div",Y,[t(d)?(e(),_(f,{key:0,to:D+(t(o).npm||t(o).name),target:"_blank",hover:"underline text-primary"},{default:u(()=>[w(m(t(o).name),1)]),_:1},8,["to"])):h.mod.entryPath?(e(),a("button",{key:1,role:"button",hover:"underline text-primary",onClick:N[0]||(N[0]=r=>("rpc"in x?x.rpc:t(z)).openInEditor(h.mod.entryPath))},m(t(o).name),1)):(e(),a("span",Z,m(t(o).name),1))]),t(o).description?(e(),a("div",tt,m(t(o).description),1)):l("",!0),et,t(o).website?(e(),a("div",ot,[nt,b(f,{to:t(o).website,target:"_blank","text-sm":"",op50:"",hover:"op100 underline text-primary"},{default:u(()=>[w(m(t(o).website.replace(/^https?:\/\//,"")),1)]),_:1},8,["to"])])):l("",!0),t(o).github?(e(),a("div",at,[st,b(f,{to:t(o).github,target:"_blank","text-sm":"",op50:"",hover:"op100 underline text-primary"},{default:u(()=>[w(m(t(o).github.replace(/^https?:\/\/github.com\//,"")),1)]),_:1},8,["to"])])):l("",!0),h.mod.entryPath?(e(),a("div",it,[rt,b(E,{filepath:h.mod.entryPath,"text-sm":"",op50:"",hover:"text-primary op100"},null,8,["filepath"])])):l("",!0),t(o).npm?(e(),_(T,{key:t(o).npm,"package-name":t(o).npm,options:{dev:!0}},{default:u(({info:r,update:S,state:B,id:$,restart:q})=>[B==="running"?(e(),_(f,{key:0,flex:"~ gap-2","items-center":"","animate-pulse":"",to:$?`/modules/terminals?id=${encodeURIComponent($)}`:void 0},{default:u(()=>[lt,ct]),_:2},1032,["to"])):B==="updated"?(e(),a("div",dt,[n("button",{flex:"~ gap-2",hover:"bg-primary/20","items-center":"","text-sm":"","text-primary":"",px2:"",rounded:"","bg-primary:10":"",onClick:q},_t,8,mt)])):r?.needsUpdate?(e(),a("div",ht,[n("button",{flex:"~ gap-2",title:"Click to upgrade","text-sm":"","items-center":"",px2:"",rounded:"",hover:"bg-active",onClick:Ft=>S()},[xt,n("code",ft,"v"+m(r.current),1),vt,n("code",yt,"v"+m(r.latest),1)],8,gt)])):r?.latest?(e(),a("div",kt,[bt,n("code",Pt,"v"+m(r.current),1)])):l("",!0)]),_:1},8,["package-name"])):l("",!0)]),n("div",wt,[t(o).icon||t(d)?(e(),a("div",Ct,[t(o).icon?(e(),a("img",{key:0,src:y+t(o).icon,alt:t(s),ma:""},null,8,Mt)):l("",!0),Nt])):l("",!0),t(o).maintainers?.length?(e(),a("div",Bt,[(e(!0),a(P,null,C(t(o).maintainers,r=>(e(),_(f,{key:r.name,target:"_blank",to:j+r.github,title:r.name},{default:u(()=>[n("img",{src:i+r.github,"rounded-full":"","w-6":"","h-6":""},null,8,$t)]),_:2},1032,["to","title"]))),128))])):l("",!0)])])}}}),Ut=n("div",null,[n("span",{op50:""},"Find more modules at "),n("a",{href:"https://nuxt.com/modules",target:"_blank",hover:"text-primary underline"},"nuxt.com/modules")],-1),zt=U({__name:"modules",setup(h){const g=["pages","meta","components","imports","nuxt-config-schema","@nuxt/devtools","@nuxt/telemetry"],v=F(),c=k(()=>v.value?._installedModules||[]),p=I([]),d=I([]);return H(()=>{p.value.length=0,d.value.length=0;for(const s of c.value)g.includes(s.meta?.name)||(s.entryPath&&V(s.entryPath)?p.value.push(s):d.value.push(s))}),(s,M)=>{const o=It,y=Q;return e(),a("div",null,[b(y,{icon:"carbon-3d-mpr-toggle",text:"Installed Modules","container-class":"grid grid-cols-minmax-400px gap2",description:`Total modules: ${t(p).length}`},{footer:u(()=>[Ut]),default:u(()=>[(e(!0),a(P,null,C(t(p),i=>(e(),_(o,{key:i.meta?.name||i.entryPath,mod:i},null,8,["mod"]))),128))]),_:1},8,["description"]),t(d).length?(e(),_(y,{key:0,icon:"carbon-3d-mpr-toggle",text:"User Modules","container-class":"grid grid-cols-minmax-450px gap2",description:`Total modules: ${t(d).length}`},{default:u(()=>[(e(!0),a(P,null,C(t(d),i=>(e(),a(P,{key:i.meta?.name||i.entryPath},[i.meta?.name||i.entryPath?(e(),_(o,{key:0,mod:i},null,8,["mod"])):l("",!0)],64))),128))]),_:1},8,["description"])):l("",!0)])}}});export{zt as default};
@@ -1 +1 @@
1
- import{a2 as r,r as n}from"./entry.883bcfe6.js";const t={};function o(e,s){return n(e.$slots,"default")}const c=r(t,[["render",o]]);export{c as default};
1
+ import{aj as r,J as n}from"./entry.91db41b9.js";const t={};function o(e,s){return n(e.$slots,"default")}const c=r(t,[["render",o]]);export{c as default};
@@ -0,0 +1 @@
1
+ import{_ as S}from"./NuxtLogo.18339464.js";import{_ as B}from"./Badge.0f8d5f6f.js";import{_ as V}from"./NpmVersionCheck.vue.b49a7a81.js";import{a as j,b as D,A as I,W as A,aa as R,ag as T,ah as W,V as $,o as n,f as u,u as e,h as t,i,t as _,F as p,c as d,w as s,y as a,ai as F,l as o,j as L,af as M,k as O}from"./entry.91db41b9.js";import{_ as P}from"./NTip.vue.130b714b.js";import"./NCodeBlock.vue.431c1fae.js";import"./NCheckbox.vue.4b9ea1cc.js";const E="0.3.0",G={flex:"","h-full":"","w-full":""},H={key:0},U={key:1,flex:"~ col gap2","w-full":"","h-full":"",ma:"","max-w-300":"",px20:"",p8:""},q=t("div",{"flex-auto":""},null,-1),z={flex:"~ col","items-center":"","mt-20":""},J={flex:"~","items-center":"","justify-center":"","mt--10":""},K={"text-sm":"","mt--1":"","text-center":"",mb6:"",flex:"~ gap-1"},Q=t("span",{op40:""}," Nuxt DevTools ",-1),X={op40:""},Y={flex:"~ gap2 wrap"},Z={p4:"","theme-card-green":"",flex:"~ col auto"},tt=t("div",{"text-3xl":"","logos-nuxt-icon":""},null,-1),et=t("div",{"text-3xl":"","carbon-tree-view-alt":""},null,-1),ot=t("div",{"text-3xl":"","i-carbon-assembly-cluster":""},null,-1),st=t("div",{"text-3xl":"","carbon-function":""},null,-1),nt=t("div",{"text-3xl":"","carbon-3d-mpr-toggle":""},null,-1),it=t("div",{"text-3xl":"","carbon-plug":""},null,-1),lt={flex:"~ col gap2"},at={flex:"~ gap-6 wrap","items-center":"","justify-center":"","mt-5":""},ct=t("a",{href:"https://github.com/nuxt/devtools",target:"_blank",flex:"~ gap1","items-center":"",op50:"",hover:"op100 text-blue",transition:""},[t("div",{"i-carbon-star":""}),o(" Star on GitHub ")],-1),rt=t("a",{href:"https://github.com/nuxt/devtools/discussions/29",target:"_blank",flex:"~ gap1","items-center":"",op50:"",hover:"op100 text-yellow",transition:""},[t("div",{"i-carbon-data-enrichment":""}),o(" Ideas & Suggestions ")],-1),ut=t("a",{href:"https://github.com/nuxt/devtools/discussions/31",target:"_blank",flex:"~ gap1","items-center":"",op50:"",hover:"op100 text-lime",transition:""},[t("div",{"i-carbon-plan":""}),o(" Project Roadmap ")],-1),_t=t("a",{href:"https://github.com/nuxt/devtools/issues",target:"_blank",flex:"~ gap1","items-center":"",op50:"",hover:"op100 text-rose",transition:""},[t("div",{"i-carbon-debug":""}),o(" Bug Reports ")],-1),dt=t("div",{"i-carbon-settings":""},null,-1),pt=t("div",{"flex-auto":""},null,-1),mt={flex:"~ gap-1","justify-center":"","items-center":"","text-sm":"",op40:""},ht=t("span",null,"+",-1),xt=t("span",null,"+",-1),ft=t("span",null,"+",-1),gt=t("span",null,"+",-1),Vt=j({__name:"overview",setup(vt){const f=D(),l=I(),g=A(),m=R(),v=T(),b=W(),k=$();function w(){L.value=!0,k.push("/")}return(h,bt)=>{const y=S,C=B,x=V,c=M,N=P,r=O;return n(),u("div",G,[e(l)?(n(),u("div",U,[q,t("div",z,[t("div",J,[i(y,{"h-18":""}),t("button",{"mr--16":"","mt--6":"",onClick:w},[i(C,{"bg-green-400:10":"","text-green-400":"",title:"preview",textContent:"preview"})])]),t("div",K,[Q,t("code",X,"v"+_(e(E)),1),i(x,{"package-name":"@nuxt/devtools",options:{dev:!0},"show-version":!1})])]),t("div",Y,[t("div",Z,[tt,i(x,{"package-name":"nuxt",options:{dev:!0}})]),e(l)?(n(),u(p,{key:0},[e(l)&&e(l).pages&&e(f)?(n(),d(c,{key:0,p4:"","theme-card-lime":"","min-w-40":"",flex:"~ col auto",to:"/modules/pages"},{default:s(()=>[et,t("div",null,_(e(v).length)+" pages",1)]),_:1})):a("",!0),e(l)?(n(),d(c,{key:1,p4:"","theme-card-lime":"","min-w-40":"",flex:"~ col auto",to:"/modules/components"},{default:s(()=>[ot,t("div",null,_(e(g).length)+" components",1)]),_:1})):a("",!0),e(l)&&e(m)?(n(),d(c,{key:2,p4:"","min-w-40":"","theme-card-yellow":"",flex:"~ col auto",to:"/modules/imports"},{default:s(()=>[st,t("div",null,_(e(m).imports.length)+" imports",1)]),_:1})):a("",!0),e(l)?(n(),d(c,{key:3,p4:"","min-w-40":"","theme-card-purple":"",flex:"~ col auto",to:"/modules/modules"},{default:s(()=>[nt,t("div",null,_(e(l)._installedModules.length)+" modules",1)]),_:1})):a("",!0),e(l)?(n(),d(c,{key:4,p4:"","min-w-40":"","theme-card-teal":"",flex:"~ col auto",to:"/modules/plugins"},{default:s(()=>[it,t("div",null,_(e(l).plugins.length)+" plugins",1)]),_:1})):a("",!0)],64)):a("",!0)]),t("div",lt,[("showConnectionWarning"in h?h.showConnectionWarning:e(F))?(n(),d(N,{key:0,n:"yellow5",icon:"carbon-unlink","justify-center":""},{default:s(()=>[o(" Not connected to the client app, showing server-side data only. Use the embedded mode for full features. ")]),_:1})):a("",!0)]),t("div",at,[ct,rt,ut,_t,i(c,{to:"/settings",flex:"~ gap1","items-center":"",op50:"","inline-block":"","hover:op80":""},{default:s(()=>[dt,o(" Settings ")]),_:1})]),pt,t("div",mt,[o(" Press "),e(b)?(n(),u(p,{key:0},[i(r,{n:"xs",class:"px2"},{default:s(()=>[o(" ⇧ Shift ")]),_:1}),ht,i(r,{n:"xs",class:"px2"},{default:s(()=>[o(" ⌥ Option ")]),_:1}),xt,i(r,{n:"xs",class:"px2"},{default:s(()=>[o(" D ")]),_:1})],64)):(n(),u(p,{key:1},[i(r,{n:"xs",class:"px2"},{default:s(()=>[o(" Shift ")]),_:1}),ft,i(r,{n:"xs",class:"px2"},{default:s(()=>[o(" Alt ")]),_:1}),gt,i(r,{n:"xs",class:"px2"},{default:s(()=>[o(" D ")]),_:1})],64)),o(" to toggle DevTools ")])])):(n(),u("div",H," Loading... "))])}}});export{Vt as default};
@@ -0,0 +1 @@
1
+ import{_ as L}from"./NTextInput.vue.543d16d0.js";import{_ as M}from"./Badge.0f8d5f6f.js";import{a as E,E as S,m as b,ap as A,K as D,u as e,o as n,f as s,h as t,t as k,c as w,w as C,aq as F,F as v,v as V,y as $,i as x,l as P,x as I,k as U,ar as j,as as z,A as W,M as q,N as H,at as O,au as B,a4 as G,H as J,av as Q,C as X}from"./entry.91db41b9.js";import{o as T}from"./editor.e302ec86.js";import{_ as Y}from"./NSectionBlock.aae79980.js";import{_ as Z}from"./LaunchPage.vue.87f21877.js";import"./context.c8f67be1.js";import"./NIconTitle.vue.f40c1405.js";import"./TabIcon.vue.d87fc756.js";import"./NMarkdown.vue.725d1f67.js";const ee={block:"","cursor-pointer":""},te={p2:""},ne=["onSubmit"],oe=t("div",{px2:"","text-sm":"",op50:""}," Fill params and navigate: ",-1),ae={flex:"~","items-center":"","font-mono":"",p2:"","text-sm":""},se={key:1},re=E({__name:"RoutePathItem",props:{route:null},emits:["navigate"],setup(m,{emit:d}){const u=m,h=S([]),c=b(()=>{const o=A(u.route.path);return h.value=Array.from({length:o.length},()=>""),o}),i=b(()=>c.value.map((o,a)=>o[0]===":"?h.value[a]:o).join("").replace(/\/+/g,"/")),p=b(()=>u.route.path.includes(":"));function r(){d("navigate",i.value)}return(o,a)=>{const N=L,l=U,f=D("VDropdown");return e(p)?(n(),w(f,{key:1},{popper:C(({hide:_})=>[t("div",te,[t("form",{flex:"~ col",onSubmit:F(()=>{r(),_()},["prevent"])},[e(p)?(n(),s(v,{key:0},[oe,t("div",ae,[(n(!0),s(v,null,V(e(c),(g,y)=>(n(),s(v,{key:y},[g[0]===":"?(n(),w(N,{key:0,modelValue:e(h)[y],"onUpdate:modelValue":R=>e(h)[y]=R,"w-20":"","n-sm":"",placeholder:g.slice(1)},null,8,["modelValue","onUpdate:modelValue","placeholder"])):(n(),s("span",se,k(g),1))],64))),128))])],64)):$("",!0),x(l,{block:"",n:"primary"},{default:C(()=>[P(" Navigate ")]),_:1})],40,ne)])]),default:C(()=>[t("code",ee,[(n(!0),s(v,null,V(e(c),(_,g)=>(n(),s("span",{key:g,class:I(_[0]===":"?"text-gray border border-dashed rounded border-gray:50 px1":"")},k(_[0]===":"?_.slice(1):_),3))),128))])]),_:1})):(n(),s("button",{key:0,onClick:r},[t("code",null,k(m.route.path),1)]))}}}),le={"w-full":""},ue=t("thead",{border:"b base"},[t("tr",null,[t("th",{"text-left":""}),t("th",{"text-left":""}," Route Path "),t("th",{"text-left":""}," Name "),t("th",null," Layout ")])],-1),ie={"w-20":"","pr-1":""},ce={"items-center":"",flex:"","justify-end":""},de={"text-sm":""},pe={flex:"inline gap3","items-center":""},me={op0:"","group-hover:op100":"",flex:"~ gap1"},he=["onClick"],_e=t("div",{"i-carbon-script-reference":""},null,-1),ge=[_e],fe={"text-left":"","text-sm":"","pr-1":"",op50:"","font-mono":"","w-0":"","ws-nowrap":""},ve={"font-mono":"","w-0":"","ws-nowrap":"","text-sm":"","text-center":""},ye={key:0},xe=["onClick"],be=E({__name:"RoutesTable",props:{pages:null,layouts:null,matched:null,matchedPending:null},emits:["navigate"],setup(m){const d=m,u=b(()=>[...d.pages].sort((c,i)=>c.path.localeCompare(i.path)));function h(c){const i=d.layouts.find(p=>p.name===c);i&&T(i.file)}return(c,i)=>{const p=M,r=re;return n(),s("div",null,[t("table",le,[ue,t("tbody",null,[(n(!0),s(v,null,V(e(u),o=>(n(),s("tr",{key:o.name,class:"group","h-7":"",border:"b dashed transparent hover:base"},[t("td",ie,[t("div",ce,[m.matched.find(a=>a.name===o.name)?(n(),w(p,{key:0,"bg-green-400:10":"","text-green-400":"",title:"active",textContent:"active"})):$("",!0),m.matchedPending.find(a=>a.name===o.name)?(n(),w(p,{key:1,"bg-teal-400:10":"","text-teal-400":"",title:"next",textContent:"next"})):$("",!0)])]),t("td",de,[t("div",pe,[x(r,{route:o,class:I(m.matched.find(a=>a.name===o.name)?"text-primary":m.matchedPending.find(a=>a.name===o.name)?"text-teal":""),onNavigate:i[0]||(i[0]=a=>c.$emit("navigate",a))},null,8,["route","class"]),t("div",me,[o.file||o.meta?.file?(n(),s("button",{key:0,"text-sm":"",op40:"",hover:"op100 text-primary",title:"Open in editor",onClick:a=>("openInEditor"in c?c.openInEditor:e(T))(o.file||o.meta?.file)},ge,8,he)):$("",!0)])])]),t("td",fe,k(o.name),1),t("td",ve,[o.meta.layout===!1?(n(),s("span",ye,"-")):o.meta.layout?(n(),s("button",{key:1,onClick:a=>h(o.meta.layout)},k(o.meta.layout),9,xe)):(n(),s("button",{key:2,"text-sm":"",op15:"",onClick:i[1]||(i[1]=a=>h("default"))}," (default) "))])]))),128))])])])}}}),ke={key:0,"h-full":"","of-auto":""},$e={border:"b base",flex:"~ col gap1","navbar-glass":"",px6:"",py4:""},we=t("span",{op50:""},"Navigate from ",-1),Ce={"font-mono":""},Ne=t("span",{op50:""}," to ",-1),Re={key:1,op50:""},Ve=t("span",null,[P("Press "),t("b",{"font-bold":""},"Enter"),P(" to navigate")],-1),Pe={key:0,"text-orange":"",op75:""},Ee={key:1,op50:""},Ue=E({__name:"pages",setup(m){const d=j(),u=z(),h=W(),c=q(),i=H(),p=b(()=>(d.value?.getRoutes()||[]).map(l=>O(l,["path","name","meta","props","children"])).map(l=>({...c.value?.find(f=>f.name&&f.name===l.name),...l}))),r=S("");B(u).toBeTruthy().then(l=>{r.value=l.path}),B(d).toBeTruthy().then(l=>{l.afterEach(()=>{G(()=>{r.value=u.value.path})})});async function o(){r.value!==u.value.path&&d.value.push(r.value||"/")}const a=b(()=>r.value===u.value.path?[]:d.value.resolve(r.value||"/").matched);function N(l){d.value.push(l)}return(l,f)=>{const _=L,g=be,y=Y,R=Z;return e(h)?.pages&&e(d)?(n(),s("div",ke,[t("div",$e,[t("div",null,[e(u).path!==e(r)?(n(),s(v,{key:0},[we,t("span",Ce,k(e(u).path),1),Ne],64)):(n(),s("span",Re,"Current route"))]),x(_,{modelValue:e(r),"onUpdate:modelValue":f[0]||(f[0]=K=>J(r)?r.value=K:null),"font-mono":"",icon:"carbon-direction-right-01 scale-y--100",class:I(e(u).path===e(r)?"":e(a).length?"text-green":"text-orange"),onKeydown:Q(o,["enter"])},null,8,["modelValue","class","onKeydown"]),t("div",null,[e(u).path!==e(r)?(n(),s(v,{key:0},[Ve,e(a).length?$("",!0):(n(),s("span",Pe," (no match)"))],64)):(n(),s("span",Ee,"Edit path above to navigate"))])]),e(a).length?(n(),w(y,{key:0,icon:"carbon-tree-view",text:"Matched Routes",padding:!1},{default:C(()=>[x(g,{pages:e(a),layouts:e(i)||[],matched:[],"matched-pending":e(a),onNavigate:N},null,8,["pages","layouts","matched-pending"])]),_:1})):$("",!0),x(y,{icon:"carbon-tree-view-alt",text:"All Routes",description:`${e(p).length} routes registered in your application`,padding:"pr5"},{default:C(()=>[x(g,{pages:e(p),layouts:e(i)||[],matched:e(u).matched,"matched-pending":e(a),onNavigate:N},null,8,["pages","layouts","matched","matched-pending"])]),_:1},8,["description"])])):(n(),w(R,{key:1,icon:"carbon-tree-view-alt",title:"Nuxt Routing",description:"Create `./pages/index.vue` to enable routing",actions:[{label:"Learn more",src:"https://nuxt.com/docs/getting-started/routing",attrs:{n:"primary"}},{label:"Enable Routing",handle(){return("rpc"in l?l.rpc:e(X)).runWizard("enablePages")}}]},null,8,["actions"]))}}});export{Ue as default};
@@ -0,0 +1 @@
1
+ import{_ as y}from"./StateEditor.vue.dae03388.js";import{a as k,o as t,f as r,F as $,v as g,c as p,w as a,J as S,n as C,g as N,b as B,m as w,u as s,i as c,y as m,l as D,k as E}from"./entry.91db41b9.js";import{_ as F}from"./NSectionBlock.aae79980.js";import{_ as P}from"./NIconButton.vue.9bdc7adc.js";import"./NIconTitle.vue.f40c1405.js";const R={key:0,flex:"~ col gap-1"},V={key:1,italic:"",px4:"",mt2:"",op35:""},j=k({__name:"StateGroup",props:{state:null,prefix:{default:""}},setup(n){return(i,o)=>{const l=y;return t(),r("div",null,[n.state&&Object.keys(n.state).length>0?(t(),r("div",R,[(t(!0),r($,null,g(n.state,(u,e)=>(t(),p(l,{key:e,state:u,name:e.startsWith(n.prefix)?e.slice(n.prefix.length):e},{actions:a(d=>[S(i.$slots,"actions",C(N(d)))]),_:2},1032,["state","name"]))),128))])):(t(),r("div",V," No data "))])}}}),G={key:0},J=k({__name:"payload",setup(n){const i=B(),o=w(()=>i.value?.nuxt.payload);async function l(u){await i.value?.nuxt.hooks.callHookParallel("app:data:refresh",u)}return(u,e)=>{const d=j,_=F,h=E,b=P,v=y;return s(i)?(t(),r("div",G,[c(_,{icon:"carbon-data-set",text:"State",description:"Keyed state from `useState`",padding:!1},{default:a(()=>[c(d,{state:s(o).state,prefix:"$s"},null,8,["state"])]),_:1}),c(_,{icon:"carbon-data-blob",text:"Data",description:"Keyed state from `useAsyncData`",padding:!1},{actions:a(()=>[c(h,{n:"xs primary","self-start":"",icon:"i-carbon-recycle",onClick:e[0]||(e[0]=x=>l())},{default:a(()=>[D(" Re-fetch all data ")]),_:1})]),default:a(()=>[c(d,{state:s(o).data},{actions:a(({isOpen:x,name:f})=>[x&&f?(t(),p(b,{key:0,title:`Re-fetch '${f}'`,icon:"carbon-recycle",onClick:K=>l([f])},null,8,["title","onClick"])):m("",!0)]),_:1},8,["state"])]),_:1}),s(o).functions&&Object.keys(s(o).functions).length?(t(),p(_,{key:0,icon:"carbon-function",text:"Functions",description:"State for functions (experimental)"},{default:a(()=>[c(v,{"ml--6":"",state:s(o).functions},null,8,["state"])]),_:1})):m("",!0)])):m("",!0)}}});export{J as default};
@@ -0,0 +1 @@
1
+ import{_ as k}from"./NTip.vue.130b714b.js";import{_ as C}from"./FilepathItem.vue.e8c3a52c.js";import{_ as P}from"./Badge.0f8d5f6f.js";import{_ as $}from"./DurationDisplay.vue.5c57289e.js";import{a as y,A as b,m as v,ac as B,o as e,f as _,h as g,t as N,i as d,u as c,c as i,y as a,b as w,w as h,l as D,v as V,x as F,F as I}from"./entry.91db41b9.js";import{_ as S}from"./NSectionBlock.aae79980.js";import"./editor.e302ec86.js";import"./context.c8f67be1.js";import"./NIconTitle.vue.f40c1405.js";const T={flex:"~ gap2","items-center":""},W={"text-sm":"",op25:"","text-right":"",w8:""},z={key:0,"text-right":"","flex-auto":""},A=y({__name:"PluginItem",props:{plugin:null,index:null},setup(n){const s=n,u=b(),l=v(()=>B(s.plugin.src,u.value?.rootDir||"").path);return(m,p)=>{const o=C,t=P,r=$;return e(),_("div",T,[g("div",W,N(n.index),1),d(o,{filepath:s.plugin.src,subpath:!0},null,8,["filepath"]),g("div",null,[c(l).startsWith("#")?(e(),i(t,{key:0,"text-rose":"","bg-rose-400:10":"",textContent:"virtual"})):c(l).startsWith(".")?a("",!0):(e(),i(t,{key:1,"bg-gray-400:10":"","text-gray":"",textContent:"module"})),n.plugin.mode==="server"?(e(),i(t,{key:2,"bg-teal-400:10":"","text-teal-400":"",textContent:"server"})):a("",!0),n.plugin.mode==="client"?(e(),i(t,{key:3,"bg-orange-400:10":"","text-orange-400":"",textContent:"client"})):a("",!0)]),n.plugin.metric?.duration!=null?(e(),_("div",z,[d(r,{duration:n.plugin.metric?.duration,factor:10},null,8,["duration"])])):a("",!0)])}}}),E={pt4:""},O=y({__name:"plugins",setup(n){const s=b(),u=w(),l=v(()=>{const m=s.value?.plugins||[],p=u.value.getClientPluginMetrics();return m.map(o=>{const t=typeof o=="string"?{src:o}:o;return{...t,metric:p.find(r=>r.src===t.src||r.src.startsWith(t.src))}})});return(m,p)=>{const o=k,t=A,r=S;return c(s)?(e(),i(r,{key:0,icon:"carbon-plug",text:"Plugins",description:`Total plugins: ${c(s).plugins.length}`},{default:h(()=>[d(o,{n:"green6",icon:"carbon-meter"},{default:h(()=>[D(" Plugins runs before your application at runtime, the time plugins cost will directly affect your application's initial loading time. ")]),_:1}),g("div",E,[(e(!0),_(I,null,V(c(l),(f,x)=>(e(),i(t,{key:f.src,plugin:f,index:x+1,py2:"","border-base":"","ml--4":"",class:F(x?"border-t":"")},null,8,["plugin","index","class"]))),128))])]),_:1},8,["description"])):a("",!0)}}});export{O as default};
@@ -0,0 +1 @@
1
+ import{_ as u}from"./StateEditor.vue.dae03388.js";import{_ as m}from"./NSectionBlock.aae79980.js";import{a as _,b as f,A as d,m as c,u as n,o as g,f as C,i as e,w as i,y as v}from"./entry.91db41b9.js";import"./NIconButton.vue.9bdc7adc.js";import"./NIconTitle.vue.f40c1405.js";const x={key:0},S=_({__name:"runtime-configs",setup(b){const o=f(),r=d(),l=c(()=>o.value?.nuxt.payload),p=c(()=>{const t={...r.value?.runtimeConfig};return delete t.public,delete t.app,t});return(t,h)=>{const s=u,a=m;return n(o)?(g(),C("div",x,[e(a,{icon:"carbon-settings-services",text:"App Config"},{default:i(()=>[e(s,{"ml--6":"",state:n(o).appConfig},null,8,["state"])]),_:1}),e(a,{icon:"carbon-settings",text:"Public Runtime Config"},{default:i(()=>[e(s,{"ml--6":"",state:n(l).config?.public},null,8,["state"])]),_:1}),e(a,{icon:"i-carbon-code-signing-service",open:!1,text:"Private Runtime Config",description:"These values are not exposed to the client. Readonly in the DevTools."},{default:i(()=>[e(s,{"ml--6":"",state:n(p),readonly:""},null,8,["state"])]),_:1})])):v("",!0)}}});export{S as default};
@@ -0,0 +1 @@
1
+ import{a as e,o,f as r}from"./entry.91db41b9.js";const c=e({__name:"server-routes",setup(t){return(n,a)=>(o(),r("div",null," WIP "))}});export{c as default};
@@ -0,0 +1 @@
1
+ import{_ as w}from"./NIconTitle.vue.f40c1405.js";import{_ as C}from"./NSelect.vue.b136ef78.js";import{_ as N}from"./NCheckbox.vue.4b9ea1cc.js";import{_ as U}from"./TabIcon.vue.d87fc756.js";import{_ as $}from"./NSwitch.vue.73a2b8d5.js";import{a as B,a8 as D,o as n,f as d,i as a,h as o,w as i,u as l,H as p,F as x,v,S as F,t as g,c as I,x as O}from"./entry.91db41b9.js";const E={px6:"","max-w-100":"",py8:""},H={py3:"",flex:"~ col gap-1",border:"b base"},L=o("h3",{"text-lg":"",mb1:""}," UI Scale ",-1),j=["value"],z={py3:"",flex:"~ col gap-1",border:"b base"},R=o("h3",{"text-lg":"",mb1:""}," Features ",-1),q=o("span",null,"Close DevTools when clicking outside",-1),A=o("span",null,"Show experimental features",-1),G={py3:"",flex:"~ col gap-1"},J=o("h3",{"text-lg":"",mb1:""}," Tabs ",-1),Z=B({__name:"settings",setup(K){const{interactionCloseOnOutsideClick:r,showExperimentalFeatures:u,scale:m,hiddenTabs:s}=F(),h=[["Tiny",12/15],["Small",14/15],["Normal",1],["Large",16/15],["Huge",18/15]],y=D();function V(c,t){t?s.value=s.value.filter(_=>_!==c):s.value.push(c)}return(c,t)=>{const _=w,b=C,f=N,T=U,S=$;return n(),d("div",E,[a(_,{class:"text-xl op75",icon:"i-carbon-settings",text:"DevTools Settings"}),o("div",H,[L,a(b,{modelValue:l(m),"onUpdate:modelValue":t[0]||(t[0]=e=>p(m)?m.value=e:null),n:"primary"},{default:i(()=>[(n(),d(x,null,v(h,e=>o("option",{key:e[0],value:e[1]},g(e[0]),9,j)),64))]),_:1},8,["modelValue"])]),o("div",z,[R,a(f,{modelValue:l(r),"onUpdate:modelValue":t[1]||(t[1]=e=>p(r)?r.value=e:null),"n-primary":""},{default:i(()=>[q]),_:1},8,["modelValue"]),a(f,{modelValue:l(u),"onUpdate:modelValue":t[2]||(t[2]=e=>p(u)?u.value=e:null),"n-primary":""},{default:i(()=>[A]),_:1},8,["modelValue"])]),o("div",G,[J,(n(!0),d(x,null,v(l(y).all.value,e=>(n(),I(S,{key:e.name,"n-primary":"",flex:"~ row-reverse",py1:"","model-value":!l(s).includes(e.name),"onUpdate:modelValue":k=>V(e.name,k)},{default:i(()=>[o("div",{flex:"~ gap-2","items-center":"","flex-auto":"","justify-start":"",class:O(l(s).includes(e.name)?"op25":"")},[a(T,{"text-xl":"",icon:e.icon,title:e.title},null,8,["icon","title"]),o("span",null,g(e.title),1)],2)]),_:2},1032,["model-value","onUpdate:modelValue"]))),128))])])}}});export{Z as default};
@@ -0,0 +1 @@
1
+ import{_ as ae}from"./NIconButton.vue.9bdc7adc.js";import{_ as se}from"./NSelect.vue.b136ef78.js";import{_ as re}from"./NTextInput.vue.543d16d0.js";import{a as z,o as r,c as y,w as d,a1 as P,X as le,u as t,af as H,J as ue,ak as ie,V as ce,E as I,m as j,a7 as A,ad as E,a5 as de,R as me,r as pe,e as fe,C as p,f as u,h as l,l as c,i as m,F as b,v as q,al as R,t as v,H as L,x as F,av as D,y as T,aA as _e,aD as ve,aE as ye,aq as ge,I as he,k as ke,aF as xe}from"./entry.91db41b9.js";import{_ as be}from"./PanelLeftRight.vue.b026a23a.js";const we=z({__name:"NLink",props:{to:null,href:null,target:null},setup(w){return(i,g)=>(r(),y(le(w.href||w.target?"a":t(H)),P(i.$props,{class:"n-transition n-link n-link-base hover:n-link-hover"}),{default:d(()=>[ue(i.$slots,"default")]),_:3},16))}}),Ce={class:"items-center flex justify-between px-3 h-[48px] gap1"},Ke={class:"w-full text-sm"},Ve=["value"],Ne=l("div",{"x-divider":""},null,-1),$e={key:0,"h-full":"","of-hidden":"",flex:"~ col"},Se={border:"b base",class:"text-sm flex items-center justify-between flex-none px-4 h-[49px]"},Ie={class:"flex items-center gap-4"},je={key:1},qe=["onKeyup"],Le={key:1,flex:"","items-center":"",op50:"","h-full":"","justify-center":"","text-center":""},De=l("br",null,null,-1),Ue={key:1,grid:"~",class:"h-full of-hidden"},Be={class:"flex gap-4 justify-center op50 text-center flex-col"},Me={key:0},Ae={key:1},Ee=l("code",null,"nitro.storage",-1),Re=l("br",null,null,-1),Fe={class:"mx-auto"},Te={class:"font-bold"},ze=l("br",null,null,-1),Pe={class:"text-sm"},He=l("br",null,null,-1),Je={key:0,class:"font-mono text-xs"},Ze=z({__name:"storage",async setup(w){let i,g;const J=ie(),h=ce(),k=I(""),_=I(""),a=j({get(){return A().query?.storage},set(n){h.replace({query:{storage:n}})}}),e=I(),x=j(()=>A().query?.key),{data:C}=([i,g]=E(()=>R("storageMounts",()=>p.getStorageMounts())),i=await i,g(),i),{data:K,refresh:U}=([i,g]=E(async()=>R("storageKeys",async()=>a.value?await p.getStorageKeys(a.value):[])),i=await i,g(),i),O=J.hook("storage:key:update",async(n,s)=>{if(!(!a.value||n.split(":")[0]!==a.value)&&(await U(),x.value===n)){if(s==="remove")return h.replace({query:{storage:a.value}});await N(x.value)}});de(O),me(a,U),pe(async()=>{if(!x.value){e.value=null;return}N(x.value)}),fe("keydown",n=>{n.key==="s"&&(n.ctrlKey||n.metaKey)&&($(),n.preventDefault())});function V(n){return n.replace(`${a.value}:`,"")}const W=j(()=>K.value?K.value.filter(n=>n.includes(k.value)):[]);async function N(n){const s=await p.getStorageItem(n);e.value={key:n,updatedKey:V(n),editingKey:!1,content:s,updatedContent:s}}async function X(){if(!_.value||!a.value)return;const n=`${a.value}:${_.value}`;K.value?.includes(n)||await p.setStorageItem(n,""),h.replace({query:{storage:a.value,key:n}}),_.value=""}async function $(){e.value&&(await p.setStorageItem(e.value.key,e.value.updatedContent),await N(e.value.key))}async function G(){!e.value||!a.value||(await p.removeStorageItem(e.value.key),e.value=null)}async function Q(){if(!e.value||!a.value)return;const n=`${a.value}:${e.value.updatedKey}`;await p.setStorageItem(n,e.value.updatedContent),await p.removeStorageItem(e.value.key),h.replace({query:{storage:a.value,key:n}})}return(n,s)=>{const Y=ae,Z=se,S=re,ee=H,te=he,B=ke,M=we,ne=be,oe=xe;return t(a)?(r(),y(ne,{key:0,"storage-key":"tab-storage"},{left:d(()=>[l("div",Ce,[m(Y,{icon:"carbon-chevron-left","ml--1":"",onClick:s[0]||(s[0]=o=>a.value="")}),l("div",Ke,[m(Z,{modelValue:t(a),"onUpdate:modelValue":s[1]||(s[1]=o=>L(a)?a.value=o:null),n:"primary",icon:"carbon-data-base"},{default:d(()=>[(r(!0),u(b,null,q(t(C),(o,f)=>(r(),u("option",{key:f,value:f},v(f),9,Ve))),128))]),_:1},8,["modelValue"])])]),m(S,{modelValue:t(k),"onUpdate:modelValue":s[2]||(s[2]=o=>L(k)?k.value=o:null),icon:"carbon-search",placeholder:"Search...",n:"primary sm",border:"y x-none base! rounded-0",class:"w-full py2 ring-0!"},null,8,["modelValue"]),(r(!0),u(b,null,q(t(W),o=>(r(),u(b,{key:o},[m(ee,{"text-sm":"",px2:"",py1:"","font-mono":"",block:"",truncate:"",to:{query:{key:o,storage:t(a)}},class:F(o===t(e)?.key?"text-primary n-bg-active":"text-secondary hover:n-bg-hover")},{default:d(()=>[c(v(V(o)),1)]),_:2},1032,["to","class"]),Ne],64))),128)),m(S,{modelValue:t(_),"onUpdate:modelValue":s[3]||(s[3]=o=>L(_)?_.value=o:null),icon:"carbon-add",placeholder:"key",n:"sm",border:"t-none x-none base! rounded-0",class:"w-full py2 ring-0! font-mono",onKeyup:D(X,["enter"])},null,8,["modelValue","onKeyup"])]),right:d(()=>[t(e)?.key?(r(),u("div",$e,[l("div",Se,[l("div",Ie,[t(e).editingKey?(r(),y(S,{key:0,modelValue:t(e).updatedKey,"onUpdate:modelValue":s[4]||(s[4]=o=>t(e).updatedKey=o),onKeyup:D(Q,["enter"])},null,8,["modelValue","onKeyup"])):(r(),u("code",je,[c(v(V(t(e).key))+" ",1),m(te,{icon:"carbon-edit",class:"op50 cursor-pointer hover:op100",onClick:s[5]||(s[5]=o=>t(e).editingKey=!0)})])),t(e).editingKey?T("",!0):(r(),y(B,{key:2,n:"green xs",disabled:t(e).content===t(e).updatedContent,class:F({"border-green":t(e).content!==t(e).updatedContent}),onClick:$},{default:d(()=>[c(" Save ")]),_:1},8,["disabled","class"]))]),l("div",null,[m(B,{n:"red xs",onClick:G},{default:d(()=>[c(" Delete ")]),_:1})])]),typeof t(e).content=="object"?(r(),y(t(_e),P({key:0,modelValue:t(e).updatedContent,"onUpdate:modelValue":s[6]||(s[6]=o=>t(e).updatedContent=o),class:[[n.$colorMode.value==="dark"?"jse-theme-dark":"light"],"h-full text-sm json-editor-vue of-auto outline-none"]},n.$attrs,{mode:"text","navigation-bar":!1,indentation:2,"tab-size":2}),null,16,["modelValue","class"])):ve((r(),u("textarea",{key:1,"onUpdate:modelValue":s[7]||(s[7]=o=>t(e).updatedContent=o),placeholder:"Item value...",class:"of-auto h-full text-sm outline-none font-mono p-4",onKeyup:D(ge($,["ctrl"]),["enter"])},null,40,qe)),[[ye,t(e).updatedContent]])])):(r(),u("div",Le,[l("p",null,[c(" Select one key to start."),De,c("Learn more about "),m(M,{href:"https://nitro.unjs.io/guide/introduction/storage",n:"orange",target:"_blank"},{default:d(()=>[c(" Nitro storage ")]),_:1})])]))]),_:1})):(r(),u("div",Ue,[l("div",Be,[Object.keys(t(C)).length?(r(),u("p",Me," Select one storage to start: ")):(r(),u("p",Ae,[c(" No custom storage defined in "),Ee,c("."),Re,c(" Learn more about "),m(M,{href:"https://nitro.unjs.io/guide/storage",n:"orange",target:"_blank"},{default:d(()=>[c(" Nitro storage ")]),_:1})])),l("div",Fe,[(r(!0),u(b,null,q(t(C),(o,f)=>(r(),y(oe,{key:f,class:"p-4 cursor-pointer text-left border mb-4 hover:border-green",onClick:Oe=>a.value=f},{default:d(()=>[l("span",Te,v(f),1),ze,l("span",Pe,v(o.driver)+" driver",1),He,o.base?(r(),u("span",Je,v(o.base),1)):T("",!0)]),_:2},1032,["onClick"]))),128))])])]))}}});export{Ze as default};
@@ -0,0 +1 @@
1
+ import{a as T,E as b,ak as N,P as A,aG as E,aH as I,e as V,C as f,o,f as _,h as c,i as B,u as e,c as m,y,t as x,F as C,aI as R,a7 as q,V as F,m as L,r as M,v as z,l as w,w as D,x as h,aq as U,I as j,af as G}from"./entry.91db41b9.js";import{_ as g}from"./NIconButton.vue.9bdc7adc.js";const H={border:"t base",flex:"~ gap-2","items-center":"",p2:""},P={op50:"","text-sm":""},S=T({__name:"TerminalView",props:{id:null},setup(p){const r=p,d=b(),v=N(),n=b();let s;A(async()=>{s=new E.Terminal({convertEol:!0,cols:80,screenReaderMode:!0});const t=new I.FitAddon;s.loadAddon(t),s.open(d.value),t.fit(),V(window,"resize",()=>{t.fit()}),n.value=await f.getTerminalDetail(r.id),n.value?.buffer&&s.write(n.value.buffer),v.hook("devtools:terminal:data",({id:i,data:l})=>{i===r.id&&s.write(l)})});function u(){f.runTerminalAction(r.id,"clear"),s?.clear()}return(t,i)=>{const l=g;return o(),_(C,null,[c("div",{ref_key:"container",ref:d,"h-full":"","w-full":"","of-auto":"","bg-black":""},null,512),c("div",H,[B(l,{title:"Clear",icon:"i-carbon-clean",onClick:i[0]||(i[0]=k=>u())}),e(n)?.restartable?(o(),m(l,{key:0,title:"Restart",icon:"carbon-renew",onClick:i[1]||(i[1]=k=>("rpc"in t?t.rpc:e(f)).runTerminalAction(p.id,"restart"))})):y("",!0),e(n)?.terminatable?(o(),m(l,{key:1,title:"Terminate",icon:"carbon-delete",onClick:i[2]||(i[2]=k=>("rpc"in t?t.rpc:e(f)).runTerminalAction(p.id,"terminate"))})):y("",!0),c("span",P,x(e(n)?.description),1)])],64)}}}),J={key:0,"h-full":"","w-full":"","of-hidden":"",grid:"~ rows-[max-content_1fr_max-content]"},K={flex:"~",border:"b base","items-center":"","navbar-glass":"","flex-1":""},O={key:1,p10:""},Q={key:1,"h-full":"","items-center":"",flex:"","justify-center":""},W=c("em",{op50:""},"No terminal attached",-1),X=[W],ne=T({__name:"terminals",setup(p){const r=R(),d=q(),v=F(),n=L(()=>{const u=d.query.id;return r.value?.find(t=>t.id===u)});function s(u){f.runTerminalAction(u,"remove"),v.replace("/modules/terminals")}return M(()=>{!d.query.id&&r.value?.length&&v.replace(`/modules/terminals?id=${encodeURIComponent(r.value[0].id)}`)}),(u,t)=>{const i=j,l=g,k=G,$=S;return e(r)?.length?(o(),_("div",J,[c("div",K,[(o(!0),_(C,null,z(e(r),a=>(o(),m(k,{key:a.id,border:"r base",flex:"~ gap-2","items-center":"",px3:"",py2:"",class:h(a.id===e(n)?.id?"bg-active":""),to:`/modules/terminals?id=${encodeURIComponent(a.id)}`},{default:D(()=>[a.icon?(o(),m(i,{key:0,icon:a.icon},null,8,["icon"])):y("",!0),c("span",{class:h(a.id===e(n)?.id?"":"op50")},x(a.name)+x(a.isTerminated?" (terminated)":""),3),a.isTerminated?(o(),m(l,{key:1,icon:"carbon-close","mx--2":"",onClick:U(Y=>s(a.id),["stop"])},null,8,["onClick"])):y("",!0)]),_:2},1032,["class","to"]))),128))]),e(n)?(o(),m($,{id:e(n).id,key:e(n).id},null,8,["id"])):(o(),_("div",O,[w(" Terminal "),c("code",null,x(e(d).query.id),1),w(" not found ")]))])):(o(),_("div",Q,X))}}});export{ne as default};
@@ -0,0 +1 @@
1
+ .xterm{padding-left:1rem;padding-right:1rem}
@@ -1,2 +1,2 @@
1
- import{$ as be,_ as q}from"./entry.883bcfe6.js";const X=Object.freeze({left:0,top:0,width:16,height:16}),U=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),ue=Object.freeze({...X,...U}),ve=Object.freeze({...ue,body:"",hidden:!1}),Se=Object.freeze({width:null,height:null}),fe=Object.freeze({...Se,...U});function xe(t,e){const r={};!t.hFlip!=!e.hFlip&&(r.hFlip=!0),!t.vFlip!=!e.vFlip&&(r.vFlip=!0);const n=((t.rotate||0)+(e.rotate||0))%4;return n&&(r.rotate=n),r}function J(t,e){const r=xe(t,e);for(const n in ve)n in U?n in t&&!(n in r)&&(r[n]=U[n]):n in e?r[n]=e[n]:n in t&&(r[n]=t[n]);return r}function ke(t,e){const r=t.icons,n=t.aliases||Object.create(null),i=Object.create(null);function o(a){if(r[a])return i[a]=[];if(!(a in i)){i[a]=null;const c=n[a]&&n[a].parent,h=c&&o(c);h&&(i[a]=[c].concat(h))}return i[a]}return(e||Object.keys(r).concat(Object.keys(n))).forEach(o),i}function Q(t,e,r){const n=t.icons,i=t.aliases||Object.create(null);let o={};function a(c){o=J(n[c]||i[c],o)}return a(e),r.forEach(a),J(t,o)}function $e(t,e){if(t.icons[e])return Q(t,e,[]);const r=ke(t,[e])[e];return r?Q(t,e,r):null}({...X});Object.keys(X).concat(["provider"]);const Ae=/(-?[0-9.]*[0-9]+[0-9.]*)/g,Ce=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function ee(t,e,r){if(e===1)return t;if(r=r||100,typeof t=="number")return Math.ceil(t*e*r)/r;if(typeof t!="string")return t;const n=t.split(Ae);if(n===null||!n.length)return t;const i=[];let o=n.shift(),a=Ce.test(o);for(;;){if(a){const c=parseFloat(o);isNaN(c)?i.push(o):i.push(Math.ceil(c*e*r)/r)}else i.push(o);if(o=n.shift(),o===void 0)return i.join("");a=!a}}const Z=t=>t==="unset"||t==="undefined"||t==="none";function Ee(t,e){const r={...ue,...t},n={...fe,...e},i={left:r.left,top:r.top,width:r.width,height:r.height};let o=r.body;[r,n].forEach(S=>{const u=[],d=S.hFlip,x=S.vFlip;let w=S.rotate;d?x?w+=2:(u.push("translate("+(i.width+i.left).toString()+" "+(0-i.top).toString()+")"),u.push("scale(-1 1)"),i.top=i.left=0):x&&(u.push("translate("+(0-i.left).toString()+" "+(i.height+i.top).toString()+")"),u.push("scale(1 -1)"),i.top=i.left=0);let g;switch(w<0&&(w-=Math.floor(w/4)*4),w=w%4,w){case 1:g=i.height/2+i.top,u.unshift("rotate(90 "+g.toString()+" "+g.toString()+")");break;case 2:u.unshift("rotate(180 "+(i.width/2+i.left).toString()+" "+(i.height/2+i.top).toString()+")");break;case 3:g=i.width/2+i.left,u.unshift("rotate(-90 "+g.toString()+" "+g.toString()+")");break}w%2===1&&(i.left!==i.top&&(g=i.left,i.left=i.top,i.top=g),i.width!==i.height&&(g=i.width,i.width=i.height,i.height=g)),u.length&&(o='<g transform="'+u.join(" ")+'">'+o+"</g>")});const a=n.width,c=n.height,h=i.width,f=i.height;let l,p;a===null?(p=c===null?"1em":c==="auto"?f:c,l=ee(p,h/f)):(l=a==="auto"?h:a,p=c===null?ee(l,f/h):c==="auto"?f:c);const y={},b=(S,u)=>{Z(u)||(y[S]=u.toString())};return b("width",l),b("height",p),y.viewBox=i.left.toString()+" "+i.top.toString()+" "+h.toString()+" "+f.toString(),{attributes:y,body:o}}""+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);function _e(t){return t.replace(/(['"])\s*\n\s*([^>\\/\s])/g,"$1 $2").replace(/(["';{}><])\s*\n\s*/g,"$1").replace(/\s*\n\s*/g," ").replace(/\s+"/g,'"').replace(/="\s+/g,'="').trim()}function s(t,e){const r="rgb",n=e[0],i=e.length;i>1&&e[1],i>2&&e[2],i>3&&e[3]}s("silver",[192]);s("gray",[128]);s("white",[255]);s("maroon",[128,0,0]);s("red",[255,0,0]);s("purple",[128,0]);s("fuchsia",[255,0]);s("green",[0,128]);s("lime",[0,255]);s("olive",[128,128,0]);s("yellow",[255,255,0]);s("navy",[0,0,128]);s("blue",[0,0,255]);s("teal",[0,128,128]);s("aqua",[0,255,255]);s("aliceblue",[240,248,255]);s("antiquewhite",[250,235,215]);s("aqua",[0,255,255]);s("aquamarine",[127,255,212]);s("azure",[240,255,255]);s("beige",[245,245,220]);s("bisque",[255,228,196]);s("black",[0]);s("blanchedalmond",[255,235,205]);s("blue",[0,0,255]);s("blueviolet",[138,43,226]);s("brown",[165,42,42]);s("burlywood",[222,184,135]);s("cadetblue",[95,158,160]);s("chartreuse",[127,255,0]);s("chocolate",[210,105,30]);s("coral",[255,127,80]);s("cornflowerblue",[100,149,237]);s("cornsilk",[255,248,220]);s("crimson",[220,20,60]);s("cyan",[0,255,255]);s("darkblue",[0,0,139]);s("darkcyan",[0,139,139]);s("darkgoldenrod",[184,134,11]);s("darkgray",[169]);s("darkgreen",[0,100]);s("darkgrey",[169]);s("darkkhaki",[189,183,107]);s("darkmagenta",[139,0]);s("darkolivegreen",[85,107,47]);s("darkorange",[255,140,0]);s("darkorchid",[153,50,204]);s("darkred",[139,0,0]);s("darksalmon",[233,150,122]);s("darkseagreen",[143,188]);s("darkslateblue",[72,61,139]);s("darkslategray",[47,79,79]);s("darkslategrey",[47,79,79]);s("darkturquoise",[0,206,209]);s("darkviolet",[148,0,211]);s("deeppink",[255,20,147]);s("deepskyblue",[0,191,255]);s("dimgray",[105]);s("dimgrey",[105]);s("dodgerblue",[30,144,255]);s("firebrick",[178,34,34]);s("floralwhite",[255,250,240]);s("forestgreen",[34,139]);s("fuchsia",[255,0]);s("gainsboro",[220]);s("ghostwhite",[248,248,255]);s("gold",[255,215,0]);s("goldenrod",[218,165,32]);s("gray",[128]);s("green",[0,128]);s("greenyellow",[173,255,47]);s("grey",[128]);s("honeydew",[240,255]);s("hotpink",[255,105,180]);s("indianred",[205,92,92]);s("indigo",[75,0,130]);s("ivory",[255,255,240]);s("khaki",[240,230,140]);s("lavender",[230,230,250]);s("lavenderblush",[255,240,245]);s("lawngreen",[124,252,0]);s("lemonchiffon",[255,250,205]);s("lightblue",[173,216,230]);s("lightcoral",[240,128,128]);s("lightcyan",[224,255,255]);s("lightgoldenrodyellow",[250,250,210]);s("lightgray",[211]);s("lightgreen",[144,238]);s("lightgrey",[211]);s("lightpink",[255,182,193]);s("lightsalmon",[255,160,122]);s("lightseagreen",[32,178,170]);s("lightskyblue",[135,206,250]);s("lightslategray",[119,136,153]);s("lightslategrey",[119,136,153]);s("lightsteelblue",[176,196,222]);s("lightyellow",[255,255,224]);s("lime",[0,255]);s("limegreen",[50,205]);s("linen",[250,240,230]);s("magenta",[255,0]);s("maroon",[128,0,0]);s("mediumaquamarine",[102,205,170]);s("mediumblue",[0,0,205]);s("mediumorchid",[186,85,211]);s("mediumpurple",[147,112,219]);s("mediumseagreen",[60,179,113]);s("mediumslateblue",[123,104,238]);s("mediumspringgreen",[0,250,154]);s("mediumturquoise",[72,209,204]);s("mediumvioletred",[199,21,133]);s("midnightblue",[25,25,112]);s("mintcream",[245,255,250]);s("mistyrose",[255,228,225]);s("moccasin",[255,228,181]);s("navajowhite",[255,222,173]);s("navy",[0,0,128]);s("oldlace",[253,245,230]);s("olive",[128,128,0]);s("olivedrab",[107,142,35]);s("orange",[255,165,0]);s("orangered",[255,69,0]);s("orchid",[218,112,214]);s("palegoldenrod",[238,232,170]);s("palegreen",[152,251]);s("paleturquoise",[175,238,238]);s("palevioletred",[219,112,147]);s("papayawhip",[255,239,213]);s("peachpuff",[255,218,185]);s("peru",[205,133,63]);s("pink",[255,192,203]);s("plum",[221,160]);s("powderblue",[176,224,230]);s("purple",[128,0]);s("rebeccapurple",[102,51,153]);s("red",[255,0,0]);s("rosybrown",[188,143,143]);s("royalblue",[65,105,225]);s("saddlebrown",[139,69,19]);s("salmon",[250,128,114]);s("sandybrown",[244,164,96]);s("seagreen",[46,139,87]);s("seashell",[255,245,238]);s("sienna",[160,82,45]);s("silver",[192]);s("skyblue",[135,206,235]);s("slateblue",[106,90,205]);s("slategray",[112,128,144]);s("slategrey",[112,128,144]);s("snow",[255,250,250]);s("springgreen",[0,255,127]);s("steelblue",[70,130,180]);s("tan",[210,180,140]);s("teal",[0,128,128]);s("thistle",[216,191]);s("tomato",[255,99,71]);s("turquoise",[64,224,208]);s("violet",[238,130]);s("wheat",[245,222,179]);s("white",[255]);s("whitesmoke",[245]);s("yellow",[255,255,0]);s("yellowgreen",[154,205,50]);const Oe=/\swidth\s*=\s*["'](\w+)["']/,je=/\sheight\s*=\s*["'](\w+)["']/,N=/<svg\s+/;function Me(t,e,r){const n=t.slice(0,t.indexOf(">")),i=(o,a)=>{const c=a.exec(n),h=c!=null,f=e[o];return!f&&!Z(f)&&(typeof r=="number"?r>0&&(e[o]=`${r}em`):c&&(e[o]=c[1])),h};return[i("width",Oe),i("height",je)]}async function he(t,e,r,n,i,o){const{scale:a,addXmlNs:c=!1}=n??{},{additionalProps:h={},iconCustomizer:f}=n?.customizations??{},l=await i?.()??{};await f?.(e,r,l),Object.keys(h).forEach(u=>{const d=h[u];d!=null&&(l[u]=d)}),o?.(l);const[p,y]=Me(t,l,a);c&&(!t.includes("xmlns=")&&!l.xmlns&&(l.xmlns="http://www.w3.org/2000/svg"),!t.includes("xmlns:xlink=")&&t.includes("xlink:")&&!l["xmlns:xlink"]&&(l["xmlns:xlink"]="http://www.w3.org/1999/xlink"));const b=Object.keys(l).map(u=>u==="width"&&p||u==="height"&&y?null:`${u}="${l[u]}"`).filter(u=>u!=null);if(b.length&&(t=t.replace(N,`<svg ${b.join(" ")} `)),n){const{defaultStyle:u,defaultClass:d}=n;d&&!t.includes("class=")&&(t=t.replace(N,`<svg class="${d}" `)),u&&!t.includes("style=")&&(t=t.replace(N,`<svg style="${u}" `))}const S=n?.usedProps;return S&&(Object.keys(h).forEach(u=>{const d=l[u];d!=null&&(S[u]=d)}),typeof l.width<"u"&&l.width!==null&&(S.width=l.width),typeof l.height<"u"&&l.height!==null&&(S.height=l.height)),t}async function te(t,e,r,n){let i;if(typeof t=="function")i=await t(r);else{const o=t[r];i=typeof o=="function"?await o():o}if(i){const o=i.indexOf("<svg");o>0&&(i=i.slice(o));const{transform:a}=n?.customizations??{};return i=typeof a=="function"?await a(i,e,r):i,i.startsWith("<svg")?await he(n?.customizations?.trimCustomSvg===!0?_e(i):i,e,r,n,void 0):(console.warn(`Custom icon "${r}" in "${e}" is not a valid SVG`),i)}}async function de(t,e,r,n){let i;const{customize:o}=n?.customizations??{};for(const a of r)if(i=$e(t,a),i){let c={...fe};typeof o=="function"&&(c=o(c));const{attributes:{width:h,height:f,...l},body:p}=Ee(i,c),y=n?.scale;return await he(`<svg >${p}</svg>`,e,a,n,()=>({...l}),b=>{const S=(u,d)=>{const x=b[u];let w;if(!Z(x)){if(x)return;typeof y=="number"?y&&(w=`${y}em`):w=d}w?b[u]=w:delete b[u]};S("width",h),S("height",f)})}}const pe=async(t,e,r)=>{const n=r?.customCollections?.[t];if(n)if(typeof n=="function"){const i=await n(e);if(i){if(typeof i=="string")return await te(()=>i,t,e,r);if("icons"in i){const o=[e,e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),e.replace(/([a-z])(\d+)/g,"$1-$2")];return await de(i,t,o,r)}}}else return await te(n,t,e,r)};var Le=["academicons","akar-icons","ant-design","arcticons","basil","bi","bpmn","brandico","bx","bxl","bxs","bytesize","carbon","charm","ci","cib","cif","cil","circle-flags","circum","clarity","codicon","cryptocurrency-color","cryptocurrency","dashicons","ei","el","emblemicons","emojione-monotone","emojione-v1","emojione","entypo-social","entypo","eos-icons","ep","et","eva","fa-brands","fa-regular","fa-solid","fa","fa6-brands","fa6-regular","fa6-solid","fad","fe","feather","file-icons","flag","flagpack","flat-color-icons","flat-ui","fluent-emoji-flat","fluent-emoji-high-contrast","fluent-emoji","fluent-mdl2","fluent","fontelico","fontisto","foundation","fxemoji","gala","game-icons","geo","gg","gis","gridicons","grommet-icons","healthicons","heroicons-outline","heroicons-solid","heroicons","humbleicons","ic","icomoon-free","icon-park-outline","icon-park-solid","icon-park-twotone","icon-park","iconoir","icons8","il","ion","iwwa","jam","la","line-md","logos","ls","lucide","majesticons","maki","map","material-symbols","mdi-light","mdi","medical-icon","memory","mi","mingcute","mono-icons","nimbus","nonicons","noto-v1","noto","octicon","oi","ooui","openmoji","pajamas","pepicons-pop","pepicons-print","pepicons","ph","pixelarticons","prime","ps","quill","radix-icons","raphael","ri","si-glyph","simple-icons","simple-line-icons","skill-icons","subway","svg-spinners","system-uicons","tabler","teenyicons","topcoat","twemoji","typcn","uil","uim","uis","uit","uiw","vaadin","vs","vscode-icons","websymbol","whh","wi","wpf","zmdi","zondicons"];function ze(t){const e=new Map;function r(n){if(Le.includes(n))return e.has(n)||e.set(n,be(`${t}@iconify-json/${n}/icons.json`)),e.get(n)}return async(n,i,o)=>{let a=await pe(n,i,o);if(a)return a;const c=await r(n);if(c){const h=[i,i.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),i.replace(/([a-z])(\d+)/g,"$1-$2")];a=await de(c,n,h,o)}return a}}function Pe(t){const e=t.length;let r=-1,n,i="";const o=t.charCodeAt(0);for(;++r<e;){if(n=t.charCodeAt(r),n===0){i+="�";continue}if(n===44){i+="\\,";continue}if(n>=1&&n<=31||n===127||r===0&&n>=48&&n<=57||r===1&&n>=48&&n<=57&&o===45){i+=`\\${n.toString(16)} `;continue}if(r===0&&e===1&&n===45){i+=`\\${t.charAt(r)}`;continue}if(n>=128||n===45||n===95||n>=48&&n<=57||n>=65&&n<=90||n>=97&&n<=122){i+=t.charAt(r);continue}i+=`\\${t.charAt(r)}`}return i}const G=Pe;function M(t=[]){return Array.isArray(t)?t:[t]}function H(t){return Array.from(new Set(t))}function E(t){return typeof t=="string"}function R(t){return E(t)?t:(Array.isArray(t)?t:Object.entries(t)).filter(e=>e[1]!=null)}function Ie(t){return Array.isArray(t)?t.find(e=>!Array.isArray(e)||Array.isArray(e[0]))?t.map(e=>R(e)):[t]:[R(t)]}function Te(t){return t.filter(([e,r],n)=>{if(e.startsWith("$$"))return!1;for(let i=n-1;i>=0;i--)if(t[i][0]===e&&t[i][1]===r)return!1;return!0})}function W(t){return t==null?"":Te(t).map(([e,r])=>r!=null?`${e}:${r};`:void 0).filter(Boolean).join("")}function V(t){return t&&typeof t=="object"&&!Array.isArray(t)}function ge(t,e){const r=t,n=e;if(Array.isArray(r))return[...n];const i={...r};return V(r)&&V(n)&&Object.keys(n).forEach(o=>{V(r[o])&&V(n[o])||Array.isArray(r[o])&&Array.isArray(n[o])?i[o]=ge(r[o],n[o]):Object.assign(i,{[o]:n[o]})}),i}function D(t){let e,r,n;if(Array.isArray(t)){for(r=Array(e=t.length);e--;)r[e]=(n=t[e])&&typeof n=="object"?D(n):n;return r}if(Object.prototype.toString.call(t)==="[object Object]"){r={};for(e in t)e==="__proto__"?Object.defineProperty(r,e,{value:D(t[e]),configurable:!0,enumerable:!0,writable:!0}):r[e]=(n=t[e])&&typeof n=="object"?D(n):n;return r}return t}function Re(t){return E(t[0])}function Fe(t){return E(t[0])}const Ve=/[\w\u00A0-\uFFFF-_:%-?]/,re="$$shortcut-no-merge";function Be(t=""){return Ve.test(t)}function De(t){return typeof t=="function"?{match:t}:t}function ne(t){return t.length===3}function Ue(t){return t!=null}function He(){}class qe{constructor(){this._map=new Map}get(e,r){const n=this._map.get(e);if(n)return n.get(r)}getFallback(e,r,n){let i=this._map.get(e);return i||(i=new Map,this._map.set(e,i)),i.has(r)||i.set(r,n),i.get(r)}set(e,r,n){let i=this._map.get(e);return i||(i=new Map,this._map.set(e,i)),i.set(r,n),this}has(e,r){return this._map.get(e)?.has(r)}delete(e,r){return this._map.get(e)?.delete(r)||!1}deleteTop(e){return this._map.delete(e)}map(e){return Array.from(this._map.entries()).flatMap(([r,n])=>Array.from(n.entries()).map(([i,o])=>e(o,r,i)))}}const B={};function Ne(t=["-",":"]){const e=t.join("|");return B[e]||(B[e]=new RegExp(`((?:[!@\\w+:_/-]|\\[&?>?:?\\S*\\])+?)(${e})\\(((?:[~!\\w\\s:/\\\\,%#.$?-]|\\[.*?\\])+?)\\)(?!\\s*?=>)`,"gm")),B[e].lastIndex=0,B[e]}function Ge(t,e=["-",":"],r=5){const n=Ne(e);let i=!1,o=t.toString();const a=new Set;do{const c=o;o=o.replace(n,(h,f,l,p)=>e.includes(l)?(a.add(f+l),p.split(/\s/g).filter(Boolean).map(y=>y==="~"?f:y.replace(/^(!?)(.*)/,`$1${f}${l}$2`)).join(" ")):h),i=o!==c,r-=1}while(i&&r);return{prefixes:Array.from(a),expanded:o,hasChanged:i}}function We(t,e=["-",":"],r=5){const{expanded:n}=Ge(t.toString(),e,r);return typeof t=="string"?n:t.length()?t.overwrite(0,t.length(),n):t}const ie=new Set;function me(t){ie.has(t)||(console.warn("[unocss]",t),ie.add(t))}const Ye=/\\?[\s'"`;{}]+/g,Ke=/(?:[\w&:[\]-]|\[\S+=\S+\])+\[\\?['"]?\S+?['"]\]\]?[\w:-]*/g,ye=/\[(\\\W|[\w-])+:['"]?\S+?['"]?\]/g,Xe=new RegExp(`^${ye.source}$`),Ze=t=>{const e=new Set;for(const r of t.matchAll(ye))t[r.index-1]?.match(/^[\s'"`]/)&&e.add(r[0]);for(const r of t.matchAll(Ke))e.add(r[0]);return t.split(Ye).forEach(r=>{Be(r)&&!Xe.test(r)&&e.add(r)}),[...e]},Je={name:"split",order:0,extract({code:t}){return Ze(t)}};function Qe(){return{events:{},emit(t,...e){(this.events[t]||[]).forEach(r=>r(...e))},on(t,e){return(this.events[t]=this.events[t]||[]).push(e),()=>this.events[t]=(this.events[t]||[]).filter(r=>r!==e)}}}const Y="default",K="preflights",et="shortcuts",tt={[K]:-100,[et]:-10,[Y]:0};function we(t){return M(t).flatMap(e=>Array.isArray(e)?[e]:Object.entries(e))}function rt(t){const e=t.shortcuts?we(t.shortcuts):void 0;if(t.shortcuts=e,t.prefix||t.layer){const r=n=>{n[2]||(n[2]={});const i=n[2];i.prefix==null&&t.prefix&&(i.prefix=M(t.prefix)),i.layer==null&&t.layer&&(i.layer=t.layer)};e?.forEach(r),t.rules?.forEach(r)}return t}function se(t={},e={}){const r=Object.assign({},e,t),n=(r.presets||[]).flatMap(M).map(rt),i=[...n.filter(u=>u.enforce==="pre"),...n.filter(u=>!u.enforce),...n.filter(u=>u.enforce==="post")],o=Object.assign({},tt,...n.map(u=>u.layers),r.layers);function a(u){return H([...i.flatMap(d=>M(d[u]||[])),...M(r[u]||[])])}const c=a("extractors");c.length||c.push(Je),c.sort((u,d)=>(u.order||0)-(d.order||0));const h=a("rules"),f={},l=h.length,p=h.map((u,d)=>{if(Re(u)){M(u[2]?.prefix||"").forEach(w=>{f[w+u[0]]=[d,u[1],u[2],u]});return}return[d,...u]}).filter(Boolean).reverse(),y=D([...i.map(u=>u.theme||{}),r.theme||{}].reduce((u,d)=>ge(u,d),{}));a("extendTheme").forEach(u=>u(y));const b={templates:H(i.map(u=>M(u.autocomplete?.templates)).flat()),extractors:i.map(u=>M(u.autocomplete?.extractors)).flat().sort((u,d)=>(u.order||0)-(d.order||0))};let S=M(a("separators"));return S.length||(S=[":","-"]),{mergeSelectors:!0,warn:!0,blocklist:[],sortLayers:u=>u,...r,presets:i,envMode:r.envMode||"build",shortcutsLayer:r.shortcutsLayer||"shortcuts",layers:o,theme:y,rulesSize:l,rulesDynamic:p,rulesStaticMap:f,preprocess:a("preprocess"),postprocess:a("postprocess"),preflights:a("preflights"),autocomplete:b,variants:a("variants").map(De).sort((u,d)=>(u.order||0)-(d.order||0)),shortcuts:we(a("shortcuts")).reverse(),extractors:c,safelist:a("safelist"),separators:S}}const nt="0.50.1";class it{constructor(e={},r={}){this.userConfig=e,this.defaults=r,this.version=nt,this._cache=new Map,this.blocked=new Set,this.parentOrders=new Map,this.events=Qe(),this.config=se(e,r),this.events.emit("config",this.config)}setConfig(e,r){e&&(r&&(this.defaults=r),this.userConfig=e,this.blocked.clear(),this.parentOrders.clear(),this._cache.clear(),this.config=se(e,this.defaults),this.events.emit("config",this.config))}async applyExtractors(e,r,n=new Set){const i={get original(){return e},code:e,id:r};for(const o of this.config.extractors){const a=await o.extract(i);if(a)for(const c of a)n.add(c)}return n}makeContext(e,r){const n={rawSelector:e,currentSelector:r[1],theme:this.config.theme,generator:this,variantHandlers:r[2],constructCSS:(...i)=>this.constructCustomCSS(n,...i),variantMatch:r};return n}async parseToken(e,r){if(this.blocked.has(e))return;const n=`${e}${r?` ${r}`:""}`;if(this._cache.has(n))return this._cache.get(n);let i=e;for(const f of this.config.preprocess)i=f(e);if(this.isBlocked(i)){this.blocked.add(e),this._cache.set(n,null);return}const o=await this.matchVariants(e,i);if(!o||this.isBlocked(o[1])){this.blocked.add(e),this._cache.set(n,null);return}const a=this.makeContext(e,[r||o[0],o[1],o[2],o[3]]);this.config.details&&(a.variants=[...o[3]]);const c=await this.expandShortcut(a.currentSelector,a),h=c?await this.stringifyShortcuts(a.variantMatch,a,c[0],c[1]):(await this.parseUtil(a.variantMatch,a))?.map(f=>this.stringifyUtil(f,a)).filter(Ue);if(h?.length)return this._cache.set(n,h),h;this._cache.set(n,null)}async generate(e,r={}){const{id:n,scope:i,preflights:o=!0,safelist:a=!0,minify:c=!1}=r,h=E(e)?await this.applyExtractors(e,n):Array.isArray(e)?new Set(e):e;a&&this.config.safelist.forEach(g=>h.add(g));const f=c?"":`
2
- `,l=new Set([Y]),p=new Set,y=new Map;let b={};const S=Array.from(h).map(async g=>{if(p.has(g))return;const $=await this.parseToken(g);if($!=null){p.add(g);for(const A of $){const C=A[3]||"",_=A[4]?.layer;y.has(C)||y.set(C,[]),y.get(C).push(A),_&&l.add(_)}}});await Promise.all(S),await(async()=>{if(!o)return;const g={generator:this,theme:this.config.theme},$=new Set([]);this.config.preflights.forEach(({layer:A=K})=>{l.add(A),$.add(A)}),b=Object.fromEntries(await Promise.all(Array.from($).map(async A=>{const _=(await Promise.all(this.config.preflights.filter(j=>(j.layer||K)===A).map(async j=>await j.getCSS(g)))).filter(Boolean).join(f);return[A,_]})))})();const u=this.config.sortLayers(Array.from(l).sort((g,$)=>(this.config.layers[g]??0)-(this.config.layers[$]??0)||g.localeCompare($))),d={},x=g=>{if(d[g])return d[g];let $=Array.from(y).sort((C,_)=>(this.parentOrders.get(C[0])??0)-(this.parentOrders.get(_[0])??0)||C[0]?.localeCompare(_[0]||"")||0).map(([C,_])=>{const j=_.length,T=_.filter(m=>(m[4]?.layer||Y)===g).sort((m,k)=>m[0]-k[0]||(m[4]?.sort||0)-(k[4]?.sort||0)||m[5]?.currentSelector?.localeCompare(k[5]?.currentSelector??"")||m[1]?.localeCompare(k[1]||"")||m[2]?.localeCompare(k[2]||"")||0).map(([,m,k,,O,,L])=>[[[(m&&ct(m,i))??"",O?.sort??0]],k,!!(L??O?.noMerge)]);if(!T.length)return;const F=T.reverse().map(([m,k,O],L)=>{if(!O&&this.config.mergeSelectors)for(let I=L+1;I<j;I++){const z=T[I];if(z&&!z[2]&&(m&&z[0]||m==null&&z[0]==null)&&z[1]===k)return m&&z[0]&&z[0].push(...m),null}const P=m?H(m.sort((I,z)=>I[1]-z[1]||I[0]?.localeCompare(z[0]||"")||0).map(I=>I[0]).filter(Boolean)):[];return P.length?`${P.join(`,${f}`)}{${k}}`:k}).filter(Boolean).reverse().join(f);if(!C)return F;const v=C.split(" $$ ");return`${v.join("{")}{${f}${F}${f}}${v.map(m=>"").join("}")}`}).filter(Boolean).join(f);o&&($=[b[g],$].filter(Boolean).join(f));const A=c?"":`/* layer: ${g} */${f}`;return d[g]=$?A+$:""},w=(g=u,$)=>g.filter(A=>!$?.includes(A)).map(A=>x(A)||"").filter(Boolean).join(f);return{get css(){return w()},layers:u,matched:p,getLayers:w,getLayer:x}}async matchVariants(e,r){const n=new Set,i=[];let o=r||e,a=!1;const c={rawSelector:e,theme:this.config.theme,generator:this};for(;;){a=!1;for(const h of this.config.variants){if(!h.multiPass&&n.has(h))continue;let f=await h.match(o,c);if(f){E(f)&&(f={matcher:f}),o=f.matcher,i.unshift(f),n.add(h),a=!0;break}}if(!a)break;if(i.length>500)throw new Error(`Too many variants applied to "${e}"`)}return[e,o,i,n]}applyVariants(e,r=e[4],n=e[1]){const o=r.slice().sort((f,l)=>(f.order||0)-(l.order||0)).reduceRight((f,l)=>p=>{const y=l.body?.(p.entries)||p.entries,b=Array.isArray(l.parent)?l.parent:[l.parent,void 0];return(l.handle??ut)({...p,entries:y,selector:l.selector?.(p.selector,y)||p.selector,parent:b[0]||p.parent,parentOrder:b[1]||p.parentOrder,layer:l.layer||p.layer,sort:l.sort||p.sort},f)},f=>f)({prefix:"",selector:lt(n),pseudo:"",entries:e[2]}),{parent:a,parentOrder:c}=o;a!=null&&c!=null&&this.parentOrders.set(a,c);const h={selector:[o.prefix,o.selector,o.pseudo].join(""),entries:o.entries,parent:a,layer:o.layer,sort:o.sort,noMerge:o.noMerge};for(const f of this.config.postprocess)f(h);return h}constructCustomCSS(e,r,n){const i=R(r);if(E(i))return i;const{selector:o,entries:a,parent:c}=this.applyVariants([0,n||e.rawSelector,i,void 0,e.variantHandlers]),h=`${o}{${W(a)}}`;return c?`${c}{${h}}`:h}async parseUtil(e,r,n=!1,i){const[o,a,c]=E(e)?await this.matchVariants(e):e;this.config.details&&(r.rules=r.rules??[]);const h=this.config.rulesStaticMap[a];if(h&&h[1]&&(n||!h[2]?.internal)){this.config.details&&r.rules.push(h[3]);const l=h[0],p=R(h[1]),y=h[2];return E(p)?[[l,p,y]]:[[l,o,p,y,c]]}r.variantHandlers=c;const{rulesDynamic:f}=this.config;for(const[l,p,y,b]of f){if(b?.internal&&!n)continue;let S=a;if(b?.prefix){const w=M(b.prefix);if(i){const g=M(i);if(!w.some($=>g.includes($)))continue}else{const g=w.find($=>a.startsWith($));if(g==null)continue;S=a.slice(g.length)}}const u=S.match(p);if(!u)continue;const d=await y(u,r);if(!d)continue;this.config.details&&r.rules.push([p,y,b]);const x=Ie(d).filter(w=>w.length);if(x.length)return x.map(w=>E(w)?[l,w,b]:[l,o,w,b,c])}}stringifyUtil(e,r){if(!e)return;if(ne(e))return[e[0],void 0,e[1],void 0,e[2],this.config.details?r:void 0,void 0];const{selector:n,entries:i,parent:o,layer:a,sort:c,noMerge:h}=this.applyVariants(e),f=W(i);if(!f)return;const{layer:l,sort:p,...y}=e[3]??{},b={...y,layer:a??l,sort:c??p};return[e[0],n,f,o,b,this.config.details?r:void 0,h]}async expandShortcut(e,r,n=5){if(n===0)return;const i=this.config.details?c=>{r.shortcuts=r.shortcuts??[],r.shortcuts.push(c)}:He;let o,a;for(const c of this.config.shortcuts){let h=e;if(c[2]?.prefix){const l=M(c[2].prefix).find(p=>e.startsWith(p));if(l==null)continue;h=e.slice(l.length)}if(Fe(c)){if(c[0]===h){o=o||c[2],a=c[1],i(c);break}}else{const f=h.match(c[0]);if(f&&(a=c[1](f,r)),a){o=o||c[2],i(c);break}}}if(E(a)&&(a=We(a.trim()).split(/\s+/g)),!a){const[c,h]=E(e)?await this.matchVariants(e):e;if(c!==h){const f=await this.expandShortcut(h,r,n-1);f&&(a=f[0].map(l=>E(l)?c.replace(h,l):l))}}if(a)return[(await Promise.all(a.map(async c=>(E(c)?(await this.expandShortcut(c,r,n-1))?.[0]:void 0)||[c]))).flat(1).filter(Boolean),o]}async stringifyShortcuts(e,r,n,i={layer:this.config.shortcutsLayer}){const o=new qe,a=(await Promise.all(H(n).map(async l=>{const p=E(l)?await this.parseUtil(l,r,!0,i.prefix):[[1/0,"{inline}",R(l),void 0,[]]];return p||me(`unmatched utility "${l}" in shortcut "${e[1]}"`),p||[]}))).flat(1).filter(Boolean).sort((l,p)=>l[0]-p[0]),[c,,h]=e,f=[];for(const l of a){if(ne(l)){f.push([l[0],void 0,l[1],void 0,l[2],r,void 0]);continue}const{selector:p,entries:y,parent:b,sort:S,noMerge:u}=this.applyVariants(l,[...l[4],...h],c);o.getFallback(p,b,[[],l[0]])[0].push([y,!!(u??l[3]?.noMerge),S??0])}return f.concat(o.map(([l,p],y,b)=>{const S=(d,x,w)=>{const g=Math.max(...w.map(A=>A[1])),$=w.map(A=>A[0]);return(d?[$.flat(1)]:$).map(A=>{const C=W(A);if(C)return[p,y,C,b,{...i,noMerge:x,sort:g},r,void 0]})};return[[l.filter(([,d])=>d).map(([d,,x])=>[d,x]),!0],[l.filter(([,d])=>!d).map(([d,,x])=>[d,x]),!1]].map(([d,x])=>[...S(!1,x,d.filter(([w])=>w.some(g=>g[0]===re))),...S(!0,x,d.filter(([w])=>w.every(g=>g[0]!==re)))])}).flat(2).filter(Boolean))}isBlocked(e){return!e||this.config.blocklist.some(r=>E(r)?r===e:r.test(e))}}function st(t,e){return new it(t,e)}const ot=/\s\$\$\s+/g,at=t=>t.match(/\s\$\$\s/);function ct(t,e){return at(t)?t.replace(ot,e?` ${e} `:" "):e?`${e} ${t}`:t}const oe=/^\[(.+?)(~?=)"(.*)"\]$/;function lt(t){return oe.test(t)?t.replace(oe,(e,r,n,i)=>`[${G(r)}${n}"${G(i)}"]`):`.${G(t)}`}function ut(t,e){return e(t)}function ft(t){return t.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(/</g,"%3C").replace(/>/g,"%3E").replace(/\s+/g," ")}function ht(t){let e=t.startsWith("<svg>")?t.replace("<svg>","<svg >"):t;return!e.includes(" xmlns:xlink=")&&e.includes(" xlink:")&&(e=e.replace("<svg ",'<svg xmlns:xlink="http://www.w3.org/1999/xlink" ')),e.includes(" xmlns=")||(e=e.replace("<svg ",'<svg xmlns="http://www.w3.org/2000/svg" ')),ft(e)}const dt=3;function pt(t){return function(r={}){const{scale:n=1,mode:i="auto",prefix:o="i-",warn:a=!1,collections:c,extraProperties:h={},customizations:f={},autoInstall:l=!1,layer:p="icons",unit:y}=r,b={addXmlNs:!0,scale:n,customCollections:c,autoInstall:l,warn:void 0,customizations:{...f,additionalProps:{...h},trimCustomSvg:!0,async iconCustomizer(u,d,x){await f.iconCustomizer?.(u,d,x),y&&(x.width||(x.width=`${n}${y}`),x.height||(x.height=`${n}${y}`))}}};let S;return{name:"@unocss/preset-icons",enforce:"pre",options:r,layers:{icons:-30},rules:[[/^([a-z0-9:-]+)(?:\?(mask|bg|auto))?$/,async([u,d,x=i])=>{let w="",g="",$;S=S||await t(r);const A={};if(d.includes(":"))[w,g]=d.split(":"),$=await S(w,g,{...b,usedProps:A});else{const _=d.split(/-/g);for(let j=dt;j>=1&&(w=_.slice(0,j).join("-"),g=_.slice(j).join("-"),$=await S(w,g,{...b,usedProps:A}),!$);j--);}if(!$){a&&me(`failed to load icon "${u}"`);return}const C=`url("data:image/svg+xml;utf8,${ht($)}")`;return x==="auto"&&(x=$.includes("currentColor")?"mask":"bg"),x==="mask"?{"--un-icon":C,"-webkit-mask":"var(--un-icon) no-repeat",mask:"var(--un-icon) no-repeat","-webkit-mask-size":"100% 100%","mask-size":"100% 100%","background-color":"currentColor",color:"inherit",...A}:{background:`${C} no-repeat`,"background-size":"100% 100%","background-color":"transparent",...A}},{layer:p,prefix:o}]]}}}const gt=pt(async t=>{const{cdn:e}=t;return e?ze(e):pe});var mt=t=>t.replace(/-(\w)/g,(e,r)=>r?r.toUpperCase():""),ae=t=>t.charAt(0).toUpperCase()+t.slice(1),ce=t=>t.replace(/(?:^|\B)([A-Z])/g,"-$1").toLowerCase(),le=["Webkit","Moz","ms"];function yt(t){const e={};function r(n){const i=e[n];if(i)return i;let o=mt(n);if(o!=="filter"&&o in t)return e[n]=ce(o);o=ae(o);for(let a=0;a<le.length;a++){const c=`${le[a]}${o}`;if(c in t)return e[n]=ce(ae(c))}return n}return({entries:n})=>n.forEach(i=>{i[0].startsWith("--")||(i[0]=r(i[0]))})}function wt(t){return t.replace(/&amp;/g,"&").replace(/&gt;/g,">").replace(/&lt;/g,"<")}function bt(t={}){if(typeof window>"u"){console.warn("@unocss/runtime been used in non-browser environment, skipped.");return}const e=window,r=window.document,n=()=>r.documentElement,i=e.__unocss||{},o=Object.assign({},t,i.runtime),a=o.defaults||{},c=o.cloakAttribute??"un-cloak";o.autoPrefix&&(a.postprocess=M(a.postprocess)).unshift(yt(r.createElement("div").style)),o.configResolved?.(i,a);const h=st(i,a),f=new Map;let l=!0,p=new Set,y,b,S=[];const u=()=>new Promise(v=>{S.push(v),b!=null&&clearTimeout(b),b=setTimeout(()=>w().then(()=>{const m=S;S=[],m.forEach(k=>k())}),0)});function d(v){if(v.nodeType!==1)return;const m=v;m.hasAttribute(c)&&m.removeAttribute(c),m.querySelectorAll(`[${c}]`).forEach(k=>{k.removeAttribute(c)})}function x(v,m){let k=f.get(v);if(!k)if(k=r.createElement("style"),f.set(v,k),m==null)n().prepend(k);else{const O=x(m),L=O.parentNode;L?L.insertBefore(k,O.nextSibling):n().prepend(k)}return k}async function w(){const v=await h.generate(p);return v.layers.reduce((m,k)=>(x(k,m).innerHTML=v.getLayer(k)??"",k),void 0),p=v.matched,{...v,getStyleElement:m=>f.get(m),getStyleElements:()=>f}}async function g(v){const m=p.size;await h.applyExtractors(v,void 0,p),m!==p.size&&await u()}async function $(){const v=r.body,m=v&&v.outerHTML;m&&(await g(`${m} ${wt(m)}`),d(n()),d(v))}const A=new MutationObserver(v=>{l||v.forEach(async m=>{if(m.target.nodeType!==1)return;const k=m.target;for(const O of f)if(k===O[1])return;if(m.type==="childList")m.addedNodes.forEach(async O=>{if(O.nodeType!==1)return;const L=O;y&&!y(L)||(await g(L.outerHTML),d(L))});else{if(y&&!y(k))return;if(m.attributeName!==c){const O=Array.from(k.attributes).map(P=>P.value?`${P.name}="${P.value}"`:P.name).join(" "),L=`<${k.tagName.toLowerCase()} ${O}>`;await g(L)}k.hasAttribute(c)&&k.removeAttribute(c)}})});let C=!1;function _(){if(C)return;const v=n()||r.body;v&&(A.observe(v,{childList:!0,subtree:!0,attributes:!0}),C=!0)}function j(){$(),_()}function T(){r.readyState==="loading"?e.addEventListener("DOMContentLoaded",j):j()}const F=e.__unocss_runtime=e.__unocss_runtime={version:h.version,uno:h,async extract(v){E(v)||(v.forEach(m=>p.add(m)),v=""),await g(v)},extractAll:$,inspect(v){y=v},toggleObserver(v){v===void 0?l=!l:l=!!v,!C&&!l&&T()},update:w};o.ready?.(F)!==!1&&(l=!1,T())}bt({defaults:{presets:[gt({prefix:["i-",""],collections:{logos:()=>q(()=>import("./icons.eca62571.js"),[],import.meta.url).then(t=>t.default),carbon:()=>q(()=>import("./icons.7b11eba5.js"),[],import.meta.url).then(t=>t.default),ri:()=>q(()=>import("./icons.d5925320.js"),[],import.meta.url).then(t=>t.default)},cdn:"https://esm.sh/",scale:1.2,extraProperties:{display:"inline-block","vertical-align":"middle"}})]}});
1
+ import{$ as be,_ as q}from"./entry.91db41b9.js";const X=Object.freeze({left:0,top:0,width:16,height:16}),U=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),ue=Object.freeze({...X,...U}),ve=Object.freeze({...ue,body:"",hidden:!1}),Se=Object.freeze({width:null,height:null}),fe=Object.freeze({...Se,...U});function xe(t,e){const r={};!t.hFlip!=!e.hFlip&&(r.hFlip=!0),!t.vFlip!=!e.vFlip&&(r.vFlip=!0);const n=((t.rotate||0)+(e.rotate||0))%4;return n&&(r.rotate=n),r}function J(t,e){const r=xe(t,e);for(const n in ve)n in U?n in t&&!(n in r)&&(r[n]=U[n]):n in e?r[n]=e[n]:n in t&&(r[n]=t[n]);return r}function ke(t,e){const r=t.icons,n=t.aliases||Object.create(null),i=Object.create(null);function o(a){if(r[a])return i[a]=[];if(!(a in i)){i[a]=null;const c=n[a]&&n[a].parent,h=c&&o(c);h&&(i[a]=[c].concat(h))}return i[a]}return(e||Object.keys(r).concat(Object.keys(n))).forEach(o),i}function Q(t,e,r){const n=t.icons,i=t.aliases||Object.create(null);let o={};function a(c){o=J(n[c]||i[c],o)}return a(e),r.forEach(a),J(t,o)}function $e(t,e){if(t.icons[e])return Q(t,e,[]);const r=ke(t,[e])[e];return r?Q(t,e,r):null}({...X});Object.keys(X).concat(["provider"]);const Ae=/(-?[0-9.]*[0-9]+[0-9.]*)/g,Ce=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function ee(t,e,r){if(e===1)return t;if(r=r||100,typeof t=="number")return Math.ceil(t*e*r)/r;if(typeof t!="string")return t;const n=t.split(Ae);if(n===null||!n.length)return t;const i=[];let o=n.shift(),a=Ce.test(o);for(;;){if(a){const c=parseFloat(o);isNaN(c)?i.push(o):i.push(Math.ceil(c*e*r)/r)}else i.push(o);if(o=n.shift(),o===void 0)return i.join("");a=!a}}const Z=t=>t==="unset"||t==="undefined"||t==="none";function Ee(t,e){const r={...ue,...t},n={...fe,...e},i={left:r.left,top:r.top,width:r.width,height:r.height};let o=r.body;[r,n].forEach(S=>{const u=[],d=S.hFlip,x=S.vFlip;let w=S.rotate;d?x?w+=2:(u.push("translate("+(i.width+i.left).toString()+" "+(0-i.top).toString()+")"),u.push("scale(-1 1)"),i.top=i.left=0):x&&(u.push("translate("+(0-i.left).toString()+" "+(i.height+i.top).toString()+")"),u.push("scale(1 -1)"),i.top=i.left=0);let g;switch(w<0&&(w-=Math.floor(w/4)*4),w=w%4,w){case 1:g=i.height/2+i.top,u.unshift("rotate(90 "+g.toString()+" "+g.toString()+")");break;case 2:u.unshift("rotate(180 "+(i.width/2+i.left).toString()+" "+(i.height/2+i.top).toString()+")");break;case 3:g=i.width/2+i.left,u.unshift("rotate(-90 "+g.toString()+" "+g.toString()+")");break}w%2===1&&(i.left!==i.top&&(g=i.left,i.left=i.top,i.top=g),i.width!==i.height&&(g=i.width,i.width=i.height,i.height=g)),u.length&&(o='<g transform="'+u.join(" ")+'">'+o+"</g>")});const a=n.width,c=n.height,h=i.width,f=i.height;let l,p;a===null?(p=c===null?"1em":c==="auto"?f:c,l=ee(p,h/f)):(l=a==="auto"?h:a,p=c===null?ee(l,f/h):c==="auto"?f:c);const y={},b=(S,u)=>{Z(u)||(y[S]=u.toString())};return b("width",l),b("height",p),y.viewBox=i.left.toString()+" "+i.top.toString()+" "+h.toString()+" "+f.toString(),{attributes:y,body:o}}""+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);function _e(t){return t.replace(/(['"])\s*\n\s*([^>\\/\s])/g,"$1 $2").replace(/(["';{}><])\s*\n\s*/g,"$1").replace(/\s*\n\s*/g," ").replace(/\s+"/g,'"').replace(/="\s+/g,'="').trim()}function s(t,e){const r="rgb",n=e[0],i=e.length;i>1&&e[1],i>2&&e[2],i>3&&e[3]}s("silver",[192]);s("gray",[128]);s("white",[255]);s("maroon",[128,0,0]);s("red",[255,0,0]);s("purple",[128,0]);s("fuchsia",[255,0]);s("green",[0,128]);s("lime",[0,255]);s("olive",[128,128,0]);s("yellow",[255,255,0]);s("navy",[0,0,128]);s("blue",[0,0,255]);s("teal",[0,128,128]);s("aqua",[0,255,255]);s("aliceblue",[240,248,255]);s("antiquewhite",[250,235,215]);s("aqua",[0,255,255]);s("aquamarine",[127,255,212]);s("azure",[240,255,255]);s("beige",[245,245,220]);s("bisque",[255,228,196]);s("black",[0]);s("blanchedalmond",[255,235,205]);s("blue",[0,0,255]);s("blueviolet",[138,43,226]);s("brown",[165,42,42]);s("burlywood",[222,184,135]);s("cadetblue",[95,158,160]);s("chartreuse",[127,255,0]);s("chocolate",[210,105,30]);s("coral",[255,127,80]);s("cornflowerblue",[100,149,237]);s("cornsilk",[255,248,220]);s("crimson",[220,20,60]);s("cyan",[0,255,255]);s("darkblue",[0,0,139]);s("darkcyan",[0,139,139]);s("darkgoldenrod",[184,134,11]);s("darkgray",[169]);s("darkgreen",[0,100]);s("darkgrey",[169]);s("darkkhaki",[189,183,107]);s("darkmagenta",[139,0]);s("darkolivegreen",[85,107,47]);s("darkorange",[255,140,0]);s("darkorchid",[153,50,204]);s("darkred",[139,0,0]);s("darksalmon",[233,150,122]);s("darkseagreen",[143,188]);s("darkslateblue",[72,61,139]);s("darkslategray",[47,79,79]);s("darkslategrey",[47,79,79]);s("darkturquoise",[0,206,209]);s("darkviolet",[148,0,211]);s("deeppink",[255,20,147]);s("deepskyblue",[0,191,255]);s("dimgray",[105]);s("dimgrey",[105]);s("dodgerblue",[30,144,255]);s("firebrick",[178,34,34]);s("floralwhite",[255,250,240]);s("forestgreen",[34,139]);s("fuchsia",[255,0]);s("gainsboro",[220]);s("ghostwhite",[248,248,255]);s("gold",[255,215,0]);s("goldenrod",[218,165,32]);s("gray",[128]);s("green",[0,128]);s("greenyellow",[173,255,47]);s("grey",[128]);s("honeydew",[240,255]);s("hotpink",[255,105,180]);s("indianred",[205,92,92]);s("indigo",[75,0,130]);s("ivory",[255,255,240]);s("khaki",[240,230,140]);s("lavender",[230,230,250]);s("lavenderblush",[255,240,245]);s("lawngreen",[124,252,0]);s("lemonchiffon",[255,250,205]);s("lightblue",[173,216,230]);s("lightcoral",[240,128,128]);s("lightcyan",[224,255,255]);s("lightgoldenrodyellow",[250,250,210]);s("lightgray",[211]);s("lightgreen",[144,238]);s("lightgrey",[211]);s("lightpink",[255,182,193]);s("lightsalmon",[255,160,122]);s("lightseagreen",[32,178,170]);s("lightskyblue",[135,206,250]);s("lightslategray",[119,136,153]);s("lightslategrey",[119,136,153]);s("lightsteelblue",[176,196,222]);s("lightyellow",[255,255,224]);s("lime",[0,255]);s("limegreen",[50,205]);s("linen",[250,240,230]);s("magenta",[255,0]);s("maroon",[128,0,0]);s("mediumaquamarine",[102,205,170]);s("mediumblue",[0,0,205]);s("mediumorchid",[186,85,211]);s("mediumpurple",[147,112,219]);s("mediumseagreen",[60,179,113]);s("mediumslateblue",[123,104,238]);s("mediumspringgreen",[0,250,154]);s("mediumturquoise",[72,209,204]);s("mediumvioletred",[199,21,133]);s("midnightblue",[25,25,112]);s("mintcream",[245,255,250]);s("mistyrose",[255,228,225]);s("moccasin",[255,228,181]);s("navajowhite",[255,222,173]);s("navy",[0,0,128]);s("oldlace",[253,245,230]);s("olive",[128,128,0]);s("olivedrab",[107,142,35]);s("orange",[255,165,0]);s("orangered",[255,69,0]);s("orchid",[218,112,214]);s("palegoldenrod",[238,232,170]);s("palegreen",[152,251]);s("paleturquoise",[175,238,238]);s("palevioletred",[219,112,147]);s("papayawhip",[255,239,213]);s("peachpuff",[255,218,185]);s("peru",[205,133,63]);s("pink",[255,192,203]);s("plum",[221,160]);s("powderblue",[176,224,230]);s("purple",[128,0]);s("rebeccapurple",[102,51,153]);s("red",[255,0,0]);s("rosybrown",[188,143,143]);s("royalblue",[65,105,225]);s("saddlebrown",[139,69,19]);s("salmon",[250,128,114]);s("sandybrown",[244,164,96]);s("seagreen",[46,139,87]);s("seashell",[255,245,238]);s("sienna",[160,82,45]);s("silver",[192]);s("skyblue",[135,206,235]);s("slateblue",[106,90,205]);s("slategray",[112,128,144]);s("slategrey",[112,128,144]);s("snow",[255,250,250]);s("springgreen",[0,255,127]);s("steelblue",[70,130,180]);s("tan",[210,180,140]);s("teal",[0,128,128]);s("thistle",[216,191]);s("tomato",[255,99,71]);s("turquoise",[64,224,208]);s("violet",[238,130]);s("wheat",[245,222,179]);s("white",[255]);s("whitesmoke",[245]);s("yellow",[255,255,0]);s("yellowgreen",[154,205,50]);const Oe=/\swidth\s*=\s*["'](\w+)["']/,je=/\sheight\s*=\s*["'](\w+)["']/,N=/<svg\s+/;function Me(t,e,r){const n=t.slice(0,t.indexOf(">")),i=(o,a)=>{const c=a.exec(n),h=c!=null,f=e[o];return!f&&!Z(f)&&(typeof r=="number"?r>0&&(e[o]=`${r}em`):c&&(e[o]=c[1])),h};return[i("width",Oe),i("height",je)]}async function he(t,e,r,n,i,o){const{scale:a,addXmlNs:c=!1}=n??{},{additionalProps:h={},iconCustomizer:f}=n?.customizations??{},l=await i?.()??{};await f?.(e,r,l),Object.keys(h).forEach(u=>{const d=h[u];d!=null&&(l[u]=d)}),o?.(l);const[p,y]=Me(t,l,a);c&&(!t.includes("xmlns=")&&!l.xmlns&&(l.xmlns="http://www.w3.org/2000/svg"),!t.includes("xmlns:xlink=")&&t.includes("xlink:")&&!l["xmlns:xlink"]&&(l["xmlns:xlink"]="http://www.w3.org/1999/xlink"));const b=Object.keys(l).map(u=>u==="width"&&p||u==="height"&&y?null:`${u}="${l[u]}"`).filter(u=>u!=null);if(b.length&&(t=t.replace(N,`<svg ${b.join(" ")} `)),n){const{defaultStyle:u,defaultClass:d}=n;d&&!t.includes("class=")&&(t=t.replace(N,`<svg class="${d}" `)),u&&!t.includes("style=")&&(t=t.replace(N,`<svg style="${u}" `))}const S=n?.usedProps;return S&&(Object.keys(h).forEach(u=>{const d=l[u];d!=null&&(S[u]=d)}),typeof l.width<"u"&&l.width!==null&&(S.width=l.width),typeof l.height<"u"&&l.height!==null&&(S.height=l.height)),t}async function te(t,e,r,n){let i;if(typeof t=="function")i=await t(r);else{const o=t[r];i=typeof o=="function"?await o():o}if(i){const o=i.indexOf("<svg");o>0&&(i=i.slice(o));const{transform:a}=n?.customizations??{};return i=typeof a=="function"?await a(i,e,r):i,i.startsWith("<svg")?await he(n?.customizations?.trimCustomSvg===!0?_e(i):i,e,r,n,void 0):(console.warn(`Custom icon "${r}" in "${e}" is not a valid SVG`),i)}}async function de(t,e,r,n){let i;const{customize:o}=n?.customizations??{};for(const a of r)if(i=$e(t,a),i){let c={...fe};typeof o=="function"&&(c=o(c));const{attributes:{width:h,height:f,...l},body:p}=Ee(i,c),y=n?.scale;return await he(`<svg >${p}</svg>`,e,a,n,()=>({...l}),b=>{const S=(u,d)=>{const x=b[u];let w;if(!Z(x)){if(x)return;typeof y=="number"?y&&(w=`${y}em`):w=d}w?b[u]=w:delete b[u]};S("width",h),S("height",f)})}}const pe=async(t,e,r)=>{const n=r?.customCollections?.[t];if(n)if(typeof n=="function"){const i=await n(e);if(i){if(typeof i=="string")return await te(()=>i,t,e,r);if("icons"in i){const o=[e,e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),e.replace(/([a-z])(\d+)/g,"$1-$2")];return await de(i,t,o,r)}}}else return await te(n,t,e,r)};var Le=["academicons","akar-icons","ant-design","arcticons","basil","bi","bpmn","brandico","bx","bxl","bxs","bytesize","carbon","charm","ci","cib","cif","cil","circle-flags","circum","clarity","codicon","cryptocurrency-color","cryptocurrency","dashicons","ei","el","emblemicons","emojione-monotone","emojione-v1","emojione","entypo-social","entypo","eos-icons","ep","et","eva","fa-brands","fa-regular","fa-solid","fa","fa6-brands","fa6-regular","fa6-solid","fad","fe","feather","file-icons","flag","flagpack","flat-color-icons","flat-ui","fluent-emoji-flat","fluent-emoji-high-contrast","fluent-emoji","fluent-mdl2","fluent","fontelico","fontisto","foundation","fxemoji","gala","game-icons","geo","gg","gis","gridicons","grommet-icons","healthicons","heroicons-outline","heroicons-solid","heroicons","humbleicons","ic","icomoon-free","icon-park-outline","icon-park-solid","icon-park-twotone","icon-park","iconoir","icons8","il","ion","iwwa","jam","la","line-md","logos","ls","lucide","majesticons","maki","map","material-symbols","mdi-light","mdi","medical-icon","memory","mi","mingcute","mono-icons","nimbus","nonicons","noto-v1","noto","octicon","oi","ooui","openmoji","pajamas","pepicons-pop","pepicons-print","pepicons","ph","pixelarticons","prime","ps","quill","radix-icons","raphael","ri","si-glyph","simple-icons","simple-line-icons","skill-icons","subway","svg-spinners","system-uicons","tabler","teenyicons","topcoat","twemoji","typcn","uil","uim","uis","uit","uiw","vaadin","vs","vscode-icons","websymbol","whh","wi","wpf","zmdi","zondicons"];function ze(t){const e=new Map;function r(n){if(Le.includes(n))return e.has(n)||e.set(n,be(`${t}@iconify-json/${n}/icons.json`)),e.get(n)}return async(n,i,o)=>{let a=await pe(n,i,o);if(a)return a;const c=await r(n);if(c){const h=[i,i.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),i.replace(/([a-z])(\d+)/g,"$1-$2")];a=await de(c,n,h,o)}return a}}function Pe(t){const e=t.length;let r=-1,n,i="";const o=t.charCodeAt(0);for(;++r<e;){if(n=t.charCodeAt(r),n===0){i+="�";continue}if(n===44){i+="\\,";continue}if(n>=1&&n<=31||n===127||r===0&&n>=48&&n<=57||r===1&&n>=48&&n<=57&&o===45){i+=`\\${n.toString(16)} `;continue}if(r===0&&e===1&&n===45){i+=`\\${t.charAt(r)}`;continue}if(n>=128||n===45||n===95||n>=48&&n<=57||n>=65&&n<=90||n>=97&&n<=122){i+=t.charAt(r);continue}i+=`\\${t.charAt(r)}`}return i}const G=Pe;function M(t=[]){return Array.isArray(t)?t:[t]}function H(t){return Array.from(new Set(t))}function E(t){return typeof t=="string"}function R(t){return E(t)?t:(Array.isArray(t)?t:Object.entries(t)).filter(e=>e[1]!=null)}function Ie(t){return Array.isArray(t)?t.find(e=>!Array.isArray(e)||Array.isArray(e[0]))?t.map(e=>R(e)):[t]:[R(t)]}function Te(t){return t.filter(([e,r],n)=>{if(e.startsWith("$$"))return!1;for(let i=n-1;i>=0;i--)if(t[i][0]===e&&t[i][1]===r)return!1;return!0})}function W(t){return t==null?"":Te(t).map(([e,r])=>r!=null?`${e}:${r};`:void 0).filter(Boolean).join("")}function V(t){return t&&typeof t=="object"&&!Array.isArray(t)}function ge(t,e){const r=t,n=e;if(Array.isArray(r))return[...n];const i={...r};return V(r)&&V(n)&&Object.keys(n).forEach(o=>{V(r[o])&&V(n[o])||Array.isArray(r[o])&&Array.isArray(n[o])?i[o]=ge(r[o],n[o]):Object.assign(i,{[o]:n[o]})}),i}function D(t){let e,r,n;if(Array.isArray(t)){for(r=Array(e=t.length);e--;)r[e]=(n=t[e])&&typeof n=="object"?D(n):n;return r}if(Object.prototype.toString.call(t)==="[object Object]"){r={};for(e in t)e==="__proto__"?Object.defineProperty(r,e,{value:D(t[e]),configurable:!0,enumerable:!0,writable:!0}):r[e]=(n=t[e])&&typeof n=="object"?D(n):n;return r}return t}function Re(t){return E(t[0])}function Fe(t){return E(t[0])}const Ve=/[\w\u00A0-\uFFFF-_:%-?]/,re="$$shortcut-no-merge";function Be(t=""){return Ve.test(t)}function De(t){return typeof t=="function"?{match:t}:t}function ne(t){return t.length===3}function Ue(t){return t!=null}function He(){}class qe{constructor(){this._map=new Map}get(e,r){const n=this._map.get(e);if(n)return n.get(r)}getFallback(e,r,n){let i=this._map.get(e);return i||(i=new Map,this._map.set(e,i)),i.has(r)||i.set(r,n),i.get(r)}set(e,r,n){let i=this._map.get(e);return i||(i=new Map,this._map.set(e,i)),i.set(r,n),this}has(e,r){return this._map.get(e)?.has(r)}delete(e,r){return this._map.get(e)?.delete(r)||!1}deleteTop(e){return this._map.delete(e)}map(e){return Array.from(this._map.entries()).flatMap(([r,n])=>Array.from(n.entries()).map(([i,o])=>e(o,r,i)))}}const B={};function Ne(t=["-",":"]){const e=t.join("|");return B[e]||(B[e]=new RegExp(`((?:[!@\\w+:_/-]|\\[&?>?:?\\S*\\])+?)(${e})\\(((?:[~!<>\\w\\s:/\\\\,%#.$?-]|\\[.*?\\])+?)\\)(?!\\s*?=>)`,"gm")),B[e].lastIndex=0,B[e]}function Ge(t,e=["-",":"],r=5){const n=Ne(e);let i=!1,o=t.toString();const a=new Set;do{const c=o;o=o.replace(n,(h,f,l,p)=>e.includes(l)?(a.add(f+l),p.split(/\s/g).filter(Boolean).map(y=>y==="~"?f:y.replace(/^(!?)(.*)/,`$1${f}${l}$2`)).join(" ")):h),i=o!==c,r-=1}while(i&&r);return{prefixes:Array.from(a),expanded:o,hasChanged:i}}function We(t,e=["-",":"],r=5){const{expanded:n}=Ge(t.toString(),e,r);return typeof t=="string"?n:t.length()?t.overwrite(0,t.length(),n):t}const ie=new Set;function me(t){ie.has(t)||(console.warn("[unocss]",t),ie.add(t))}const Ye=/\\?[\s'"`;{}]+/g,Ke=/(?:[\w&:[\]-]|\[\S+=\S+\])+\[\\?['"]?\S+?['"]\]\]?[\w:-]*/g,ye=/\[(\\\W|[\w-])+:['"]?\S+?['"]?\]/g,Xe=new RegExp(`^${ye.source}$`),Ze=t=>{const e=new Set;for(const r of t.matchAll(ye))t[r.index-1]?.match(/^[\s'"`]/)&&e.add(r[0]);for(const r of t.matchAll(Ke))e.add(r[0]);return t.split(Ye).forEach(r=>{Be(r)&&!Xe.test(r)&&e.add(r)}),[...e]},Je={name:"split",order:0,extract({code:t}){return Ze(t)}};function Qe(){return{events:{},emit(t,...e){(this.events[t]||[]).forEach(r=>r(...e))},on(t,e){return(this.events[t]=this.events[t]||[]).push(e),()=>this.events[t]=(this.events[t]||[]).filter(r=>r!==e)}}}const Y="default",K="preflights",et="shortcuts",tt={[K]:-100,[et]:-10,[Y]:0};function we(t){return M(t).flatMap(e=>Array.isArray(e)?[e]:Object.entries(e))}function rt(t){const e=t.shortcuts?we(t.shortcuts):void 0;if(t.shortcuts=e,t.prefix||t.layer){const r=n=>{n[2]||(n[2]={});const i=n[2];i.prefix==null&&t.prefix&&(i.prefix=M(t.prefix)),i.layer==null&&t.layer&&(i.layer=t.layer)};e?.forEach(r),t.rules?.forEach(r)}return t}function se(t={},e={}){const r=Object.assign({},e,t),n=(r.presets||[]).flatMap(M).map(rt),i=[...n.filter(u=>u.enforce==="pre"),...n.filter(u=>!u.enforce),...n.filter(u=>u.enforce==="post")],o=Object.assign({},tt,...n.map(u=>u.layers),r.layers);function a(u){return H([...i.flatMap(d=>M(d[u]||[])),...M(r[u]||[])])}const c=a("extractors");c.length||c.push(Je),c.sort((u,d)=>(u.order||0)-(d.order||0));const h=a("rules"),f={},l=h.length,p=h.map((u,d)=>{if(Re(u)){M(u[2]?.prefix||"").forEach(w=>{f[w+u[0]]=[d,u[1],u[2],u]});return}return[d,...u]}).filter(Boolean).reverse(),y=D([...i.map(u=>u.theme||{}),r.theme||{}].reduce((u,d)=>ge(u,d),{}));a("extendTheme").forEach(u=>u(y));const b={templates:H(i.map(u=>M(u.autocomplete?.templates)).flat()),extractors:i.map(u=>M(u.autocomplete?.extractors)).flat().sort((u,d)=>(u.order||0)-(d.order||0))};let S=M(a("separators"));return S.length||(S=[":","-"]),{mergeSelectors:!0,warn:!0,blocklist:[],sortLayers:u=>u,...r,presets:i,envMode:r.envMode||"build",shortcutsLayer:r.shortcutsLayer||"shortcuts",layers:o,theme:y,rulesSize:l,rulesDynamic:p,rulesStaticMap:f,preprocess:a("preprocess"),postprocess:a("postprocess"),preflights:a("preflights"),autocomplete:b,variants:a("variants").map(De).sort((u,d)=>(u.order||0)-(d.order||0)),shortcuts:we(a("shortcuts")).reverse(),extractors:c,safelist:a("safelist"),separators:S}}const nt="0.50.6";class it{constructor(e={},r={}){this.userConfig=e,this.defaults=r,this.version=nt,this._cache=new Map,this.blocked=new Set,this.parentOrders=new Map,this.events=Qe(),this.config=se(e,r),this.events.emit("config",this.config)}setConfig(e,r){e&&(r&&(this.defaults=r),this.userConfig=e,this.blocked.clear(),this.parentOrders.clear(),this._cache.clear(),this.config=se(e,this.defaults),this.events.emit("config",this.config))}async applyExtractors(e,r,n=new Set){const i={get original(){return e},code:e,id:r};for(const o of this.config.extractors){const a=await o.extract(i);if(a)for(const c of a)n.add(c)}return n}makeContext(e,r){const n={rawSelector:e,currentSelector:r[1],theme:this.config.theme,generator:this,variantHandlers:r[2],constructCSS:(...i)=>this.constructCustomCSS(n,...i),variantMatch:r};return n}async parseToken(e,r){if(this.blocked.has(e))return;const n=`${e}${r?` ${r}`:""}`;if(this._cache.has(n))return this._cache.get(n);let i=e;for(const f of this.config.preprocess)i=f(e);if(this.isBlocked(i)){this.blocked.add(e),this._cache.set(n,null);return}const o=await this.matchVariants(e,i);if(!o||this.isBlocked(o[1])){this.blocked.add(e),this._cache.set(n,null);return}const a=this.makeContext(e,[r||o[0],o[1],o[2],o[3]]);this.config.details&&(a.variants=[...o[3]]);const c=await this.expandShortcut(a.currentSelector,a),h=c?await this.stringifyShortcuts(a.variantMatch,a,c[0],c[1]):(await this.parseUtil(a.variantMatch,a))?.map(f=>this.stringifyUtil(f,a)).filter(Ue);if(h?.length)return this._cache.set(n,h),h;this._cache.set(n,null)}async generate(e,r={}){const{id:n,scope:i,preflights:o=!0,safelist:a=!0,minify:c=!1}=r,h=E(e)?await this.applyExtractors(e,n):Array.isArray(e)?new Set(e):e;a&&this.config.safelist.forEach(g=>h.add(g));const f=c?"":`
2
+ `,l=new Set([Y]),p=new Set,y=new Map;let b={};const S=Array.from(h).map(async g=>{if(p.has(g))return;const $=await this.parseToken(g);if($!=null){p.add(g);for(const A of $){const C=A[3]||"",_=A[4]?.layer;y.has(C)||y.set(C,[]),y.get(C).push(A),_&&l.add(_)}}});await Promise.all(S),await(async()=>{if(!o)return;const g={generator:this,theme:this.config.theme},$=new Set([]);this.config.preflights.forEach(({layer:A=K})=>{l.add(A),$.add(A)}),b=Object.fromEntries(await Promise.all(Array.from($).map(async A=>{const _=(await Promise.all(this.config.preflights.filter(j=>(j.layer||K)===A).map(async j=>await j.getCSS(g)))).filter(Boolean).join(f);return[A,_]})))})();const u=this.config.sortLayers(Array.from(l).sort((g,$)=>(this.config.layers[g]??0)-(this.config.layers[$]??0)||g.localeCompare($))),d={},x=g=>{if(d[g])return d[g];let $=Array.from(y).sort((C,_)=>(this.parentOrders.get(C[0])??0)-(this.parentOrders.get(_[0])??0)||C[0]?.localeCompare(_[0]||"")||0).map(([C,_])=>{const j=_.length,T=_.filter(m=>(m[4]?.layer||Y)===g).sort((m,k)=>m[0]-k[0]||(m[4]?.sort||0)-(k[4]?.sort||0)||m[5]?.currentSelector?.localeCompare(k[5]?.currentSelector??"")||m[1]?.localeCompare(k[1]||"")||m[2]?.localeCompare(k[2]||"")||0).map(([,m,k,,O,,L])=>[[[(m&&ct(m,i))??"",O?.sort??0]],k,!!(L??O?.noMerge)]);if(!T.length)return;const F=T.reverse().map(([m,k,O],L)=>{if(!O&&this.config.mergeSelectors)for(let I=L+1;I<j;I++){const z=T[I];if(z&&!z[2]&&(m&&z[0]||m==null&&z[0]==null)&&z[1]===k)return m&&z[0]&&z[0].push(...m),null}const P=m?H(m.sort((I,z)=>I[1]-z[1]||I[0]?.localeCompare(z[0]||"")||0).map(I=>I[0]).filter(Boolean)):[];return P.length?`${P.join(`,${f}`)}{${k}}`:k}).filter(Boolean).reverse().join(f);if(!C)return F;const v=C.split(" $$ ");return`${v.join("{")}{${f}${F}${f}}${v.map(m=>"").join("}")}`}).filter(Boolean).join(f);o&&($=[b[g],$].filter(Boolean).join(f));const A=c?"":`/* layer: ${g} */${f}`;return d[g]=$?A+$:""},w=(g=u,$)=>g.filter(A=>!$?.includes(A)).map(A=>x(A)||"").filter(Boolean).join(f);return{get css(){return w()},layers:u,matched:p,getLayers:w,getLayer:x}}async matchVariants(e,r){const n=new Set,i=[];let o=r||e,a=!1;const c={rawSelector:e,theme:this.config.theme,generator:this};for(;;){a=!1;for(const h of this.config.variants){if(!h.multiPass&&n.has(h))continue;let f=await h.match(o,c);if(f){E(f)&&(f={matcher:f}),o=f.matcher,i.unshift(f),n.add(h),a=!0;break}}if(!a)break;if(i.length>500)throw new Error(`Too many variants applied to "${e}"`)}return[e,o,i,n]}applyVariants(e,r=e[4],n=e[1]){const o=r.slice().sort((f,l)=>(f.order||0)-(l.order||0)).reduceRight((f,l)=>p=>{const y=l.body?.(p.entries)||p.entries,b=Array.isArray(l.parent)?l.parent:[l.parent,void 0];return(l.handle??ut)({...p,entries:y,selector:l.selector?.(p.selector,y)||p.selector,parent:b[0]||p.parent,parentOrder:b[1]||p.parentOrder,layer:l.layer||p.layer,sort:l.sort||p.sort},f)},f=>f)({prefix:"",selector:lt(n),pseudo:"",entries:e[2]}),{parent:a,parentOrder:c}=o;a!=null&&c!=null&&this.parentOrders.set(a,c);const h={selector:[o.prefix,o.selector,o.pseudo].join(""),entries:o.entries,parent:a,layer:o.layer,sort:o.sort,noMerge:o.noMerge};for(const f of this.config.postprocess)f(h);return h}constructCustomCSS(e,r,n){const i=R(r);if(E(i))return i;const{selector:o,entries:a,parent:c}=this.applyVariants([0,n||e.rawSelector,i,void 0,e.variantHandlers]),h=`${o}{${W(a)}}`;return c?`${c}{${h}}`:h}async parseUtil(e,r,n=!1,i){const[o,a,c]=E(e)?await this.matchVariants(e):e;this.config.details&&(r.rules=r.rules??[]);const h=this.config.rulesStaticMap[a];if(h&&h[1]&&(n||!h[2]?.internal)){this.config.details&&r.rules.push(h[3]);const l=h[0],p=R(h[1]),y=h[2];return E(p)?[[l,p,y]]:[[l,o,p,y,c]]}r.variantHandlers=c;const{rulesDynamic:f}=this.config;for(const[l,p,y,b]of f){if(b?.internal&&!n)continue;let S=a;if(b?.prefix){const w=M(b.prefix);if(i){const g=M(i);if(!w.some($=>g.includes($)))continue}else{const g=w.find($=>a.startsWith($));if(g==null)continue;S=a.slice(g.length)}}const u=S.match(p);if(!u)continue;const d=await y(u,r);if(!d)continue;this.config.details&&r.rules.push([p,y,b]);const x=Ie(d).filter(w=>w.length);if(x.length)return x.map(w=>E(w)?[l,w,b]:[l,o,w,b,c])}}stringifyUtil(e,r){if(!e)return;if(ne(e))return[e[0],void 0,e[1],void 0,e[2],this.config.details?r:void 0,void 0];const{selector:n,entries:i,parent:o,layer:a,sort:c,noMerge:h}=this.applyVariants(e),f=W(i);if(!f)return;const{layer:l,sort:p,...y}=e[3]??{},b={...y,layer:a??l,sort:c??p};return[e[0],n,f,o,b,this.config.details?r:void 0,h]}async expandShortcut(e,r,n=5){if(n===0)return;const i=this.config.details?c=>{r.shortcuts=r.shortcuts??[],r.shortcuts.push(c)}:He;let o,a;for(const c of this.config.shortcuts){let h=e;if(c[2]?.prefix){const l=M(c[2].prefix).find(p=>e.startsWith(p));if(l==null)continue;h=e.slice(l.length)}if(Fe(c)){if(c[0]===h){o=o||c[2],a=c[1],i(c);break}}else{const f=h.match(c[0]);if(f&&(a=c[1](f,r)),a){o=o||c[2],i(c);break}}}if(E(a)&&(a=We(a.trim()).split(/\s+/g)),!a){const[c,h]=E(e)?await this.matchVariants(e):e;if(c!==h){const f=await this.expandShortcut(h,r,n-1);f&&(a=f[0].map(l=>E(l)?c.replace(h,l):l))}}if(a)return[(await Promise.all(a.map(async c=>(E(c)?(await this.expandShortcut(c,r,n-1))?.[0]:void 0)||[c]))).flat(1).filter(Boolean),o]}async stringifyShortcuts(e,r,n,i={layer:this.config.shortcutsLayer}){const o=new qe,a=(await Promise.all(H(n).map(async l=>{const p=E(l)?await this.parseUtil(l,r,!0,i.prefix):[[1/0,"{inline}",R(l),void 0,[]]];return p||me(`unmatched utility "${l}" in shortcut "${e[1]}"`),p||[]}))).flat(1).filter(Boolean).sort((l,p)=>l[0]-p[0]),[c,,h]=e,f=[];for(const l of a){if(ne(l)){f.push([l[0],void 0,l[1],void 0,l[2],r,void 0]);continue}const{selector:p,entries:y,parent:b,sort:S,noMerge:u}=this.applyVariants(l,[...l[4],...h],c);o.getFallback(p,b,[[],l[0]])[0].push([y,!!(u??l[3]?.noMerge),S??0])}return f.concat(o.map(([l,p],y,b)=>{const S=(d,x,w)=>{const g=Math.max(...w.map(A=>A[1])),$=w.map(A=>A[0]);return(d?[$.flat(1)]:$).map(A=>{const C=W(A);if(C)return[p,y,C,b,{...i,noMerge:x,sort:g},r,void 0]})};return[[l.filter(([,d])=>d).map(([d,,x])=>[d,x]),!0],[l.filter(([,d])=>!d).map(([d,,x])=>[d,x]),!1]].map(([d,x])=>[...S(!1,x,d.filter(([w])=>w.some(g=>g[0]===re))),...S(!0,x,d.filter(([w])=>w.every(g=>g[0]!==re)))])}).flat(2).filter(Boolean))}isBlocked(e){return!e||this.config.blocklist.some(r=>E(r)?r===e:r.test(e))}}function st(t,e){return new it(t,e)}const ot=/\s\$\$\s+/g,at=t=>t.match(/\s\$\$\s/);function ct(t,e){return at(t)?t.replace(ot,e?` ${e} `:" "):e?`${e} ${t}`:t}const oe=/^\[(.+?)(~?=)"(.*)"\]$/;function lt(t){return oe.test(t)?t.replace(oe,(e,r,n,i)=>`[${G(r)}${n}"${G(i)}"]`):`.${G(t)}`}function ut(t,e){return e(t)}function ft(t){return t.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(/</g,"%3C").replace(/>/g,"%3E").replace(/\s+/g," ")}function ht(t){let e=t.startsWith("<svg>")?t.replace("<svg>","<svg >"):t;return!e.includes(" xmlns:xlink=")&&e.includes(" xlink:")&&(e=e.replace("<svg ",'<svg xmlns:xlink="http://www.w3.org/1999/xlink" ')),e.includes(" xmlns=")||(e=e.replace("<svg ",'<svg xmlns="http://www.w3.org/2000/svg" ')),ft(e)}const dt=3;function pt(t){return function(r={}){const{scale:n=1,mode:i="auto",prefix:o="i-",warn:a=!1,collections:c,extraProperties:h={},customizations:f={},autoInstall:l=!1,layer:p="icons",unit:y}=r,b={addXmlNs:!0,scale:n,customCollections:c,autoInstall:l,warn:void 0,customizations:{...f,additionalProps:{...h},trimCustomSvg:!0,async iconCustomizer(u,d,x){await f.iconCustomizer?.(u,d,x),y&&(x.width||(x.width=`${n}${y}`),x.height||(x.height=`${n}${y}`))}}};let S;return{name:"@unocss/preset-icons",enforce:"pre",options:r,layers:{icons:-30},rules:[[/^([a-z0-9:-]+)(?:\?(mask|bg|auto))?$/,async([u,d,x=i])=>{let w="",g="",$;S=S||await t(r);const A={};if(d.includes(":"))[w,g]=d.split(":"),$=await S(w,g,{...b,usedProps:A});else{const _=d.split(/-/g);for(let j=dt;j>=1&&(w=_.slice(0,j).join("-"),g=_.slice(j).join("-"),$=await S(w,g,{...b,usedProps:A}),!$);j--);}if(!$){a&&me(`failed to load icon "${u}"`);return}const C=`url("data:image/svg+xml;utf8,${ht($)}")`;return x==="auto"&&(x=$.includes("currentColor")?"mask":"bg"),x==="mask"?{"--un-icon":C,"-webkit-mask":"var(--un-icon) no-repeat",mask:"var(--un-icon) no-repeat","-webkit-mask-size":"100% 100%","mask-size":"100% 100%","background-color":"currentColor",color:"inherit",...A}:{background:`${C} no-repeat`,"background-size":"100% 100%","background-color":"transparent",...A}},{layer:p,prefix:o}]]}}}const gt=pt(async t=>{const{cdn:e}=t;return e?ze(e):pe});var mt=t=>t.replace(/-(\w)/g,(e,r)=>r?r.toUpperCase():""),ae=t=>t.charAt(0).toUpperCase()+t.slice(1),ce=t=>t.replace(/(?:^|\B)([A-Z])/g,"-$1").toLowerCase(),le=["Webkit","Moz","ms"];function yt(t){const e={};function r(n){const i=e[n];if(i)return i;let o=mt(n);if(o!=="filter"&&o in t)return e[n]=ce(o);o=ae(o);for(let a=0;a<le.length;a++){const c=`${le[a]}${o}`;if(c in t)return e[n]=ce(ae(c))}return n}return({entries:n})=>n.forEach(i=>{i[0].startsWith("--")||(i[0]=r(i[0]))})}function wt(t){return t.replace(/&amp;/g,"&").replace(/&gt;/g,">").replace(/&lt;/g,"<")}function bt(t={}){if(typeof window>"u"){console.warn("@unocss/runtime been used in non-browser environment, skipped.");return}const e=window,r=window.document,n=()=>r.documentElement,i=e.__unocss||{},o=Object.assign({},t,i.runtime),a=o.defaults||{},c=o.cloakAttribute??"un-cloak";o.autoPrefix&&(a.postprocess=M(a.postprocess)).unshift(yt(r.createElement("div").style)),o.configResolved?.(i,a);const h=st(i,a),f=new Map;let l=!0,p=new Set,y,b,S=[];const u=()=>new Promise(v=>{S.push(v),b!=null&&clearTimeout(b),b=setTimeout(()=>w().then(()=>{const m=S;S=[],m.forEach(k=>k())}),0)});function d(v){if(v.nodeType!==1)return;const m=v;m.hasAttribute(c)&&m.removeAttribute(c),m.querySelectorAll(`[${c}]`).forEach(k=>{k.removeAttribute(c)})}function x(v,m){let k=f.get(v);if(!k)if(k=r.createElement("style"),f.set(v,k),m==null)n().prepend(k);else{const O=x(m),L=O.parentNode;L?L.insertBefore(k,O.nextSibling):n().prepend(k)}return k}async function w(){const v=await h.generate(p);return v.layers.reduce((m,k)=>(x(k,m).innerHTML=v.getLayer(k)??"",k),void 0),p=v.matched,{...v,getStyleElement:m=>f.get(m),getStyleElements:()=>f}}async function g(v){const m=p.size;await h.applyExtractors(v,void 0,p),m!==p.size&&await u()}async function $(){const v=r.body,m=v&&v.outerHTML;m&&(await g(`${m} ${wt(m)}`),d(n()),d(v))}const A=new MutationObserver(v=>{l||v.forEach(async m=>{if(m.target.nodeType!==1)return;const k=m.target;for(const O of f)if(k===O[1])return;if(m.type==="childList")m.addedNodes.forEach(async O=>{if(O.nodeType!==1)return;const L=O;y&&!y(L)||(await g(L.outerHTML),d(L))});else{if(y&&!y(k))return;if(m.attributeName!==c){const O=Array.from(k.attributes).map(P=>P.value?`${P.name}="${P.value}"`:P.name).join(" "),L=`<${k.tagName.toLowerCase()} ${O}>`;await g(L)}k.hasAttribute(c)&&k.removeAttribute(c)}})});let C=!1;function _(){if(C)return;const v=n()||r.body;v&&(A.observe(v,{childList:!0,subtree:!0,attributes:!0}),C=!0)}function j(){$(),_()}function T(){r.readyState==="loading"?e.addEventListener("DOMContentLoaded",j):j()}const F=e.__unocss_runtime=e.__unocss_runtime={version:h.version,uno:h,async extract(v){E(v)||(v.forEach(m=>p.add(m)),v=""),await g(v)},extractAll:$,inspect(v){y=v},toggleObserver(v){v===void 0?l=!l:l=!!v,!C&&!l&&T()},update:w};o.ready?.(F)!==!1&&(l=!1,T())}bt({defaults:{presets:[gt({prefix:["i-",""],collections:{logos:()=>q(()=>import("./icons.eca62571.js"),[],import.meta.url).then(t=>t.default),carbon:()=>q(()=>import("./icons.43eaabec.js"),[],import.meta.url).then(t=>t.default),ri:()=>q(()=>import("./icons.d5925320.js"),[],import.meta.url).then(t=>t.default)},cdn:"https://esm.sh/",scale:1.2,extraProperties:{display:"inline-block","vertical-align":"middle"}})]}});
@@ -0,0 +1 @@
1
+ import{_ as S}from"./NTextInput.vue.543d16d0.js";import{u as a,m as _,a2 as V,al as j,a as B,E as D,ad as E,a7 as L,r as T,o as d,c as U,w as F,h as y,i as C,H as A,f as v,v as I,F as R,l as z,t as N,x as O,af as W}from"./entry.91db41b9.js";import{_ as P}from"./NCodeBlock.vue.431c1fae.js";import{_ as q}from"./PanelLeftRight.vue.b026a23a.js";import{h as H}from"./index.c769634a.js";import{F as K}from"./fuse.esm.88e2763d.js";function X(u,r,p){const[e={},s]=typeof r=="string"?[{},r]:[r,p],n=e.key||H([s,a(e.baseURL),typeof u=="string"?u:"",a(e.params||e.query)]);if(!n||typeof n!="string")throw new TypeError("[nuxt] [useFetch] key must be a string: "+n);if(!u)throw new Error("[nuxt] [useFetch] request is missing.");const i=n===s?"$f"+n:n,c=_(()=>{let f=u;return typeof f=="function"&&(f=f()),a(f)}),{server:m,lazy:x,default:b,transform:t,pick:o,watch:g,immediate:k,...w}=e,h=V({...w,cache:typeof e.cache=="boolean"?void 0:e.cache}),l={server:m,lazy:x,default:b,transform:t,pick:o,immediate:k,watch:[h,c,...g||[]]};let $;return j(i,()=>($?.abort?.(),$=typeof AbortController<"u"?new AbortController:{},typeof c.value=="string"&&c.value.startsWith("/"),(e.$fetch||globalThis.$fetch)(c.value,{signal:$.signal,...h})),l)}const G={pb2:"",p3:"","navbar-glass":"",border:"b base"},J=y("div",{"x-divider":""},null,-1),M={key:0,"h-full":"","of-hidden":"",flex:"~ col"},Q={border:"b base","text-sm":"","flex-none":"",px4:"",py2:"",op75:""},Y={key:1,"h-full":"",flex:"","items-center":"","justify-center":"",op50:""},re=B({__name:"virtual-files",async setup(u){let r,p;const e=D(""),{data:s}=([r,p]=E(()=>X("/_vfs.json",{key:"vfs-list",baseURL:"/",responseType:"json"},"$3wSzD6RdXF")),r=await r,p(),r),n=_(()=>L().query?.id),i=D();T(()=>{if(!n.value)return;const t=`/_vfs.json/${encodeURIComponent(n.value)}`;fetch(t).then(o=>o.json()).then(o=>i.value=o.current)});function c(t){if(s.value?.rootDir)return t.startsWith(s.value?.rootDir)?t.slice(s.value.rootDir.length):t}const m=_(()=>s.value?s.value.entries.filter(t=>!t.id.startsWith(`${s.value?.rootDir||""}/.nuxt/`)).sort((t,o)=>t.id.localeCompare(o.id)):[]),x=_(()=>new K(m.value,{keys:["id","path"]})),b=_(()=>e.value?x.value.search(e.value).map(t=>t.item):m.value);return(t,o)=>{const g=S,k=W,w=P,h=q;return d(),U(h,{class:"virtual-files","storage-key":"tab-virtual-files"},{left:F(()=>[y("div",G,[C(g,{modelValue:a(e),"onUpdate:modelValue":o[0]||(o[0]=l=>A(e)?e.value=l:null),icon:"carbon-search",placeholder:"Search...",n:"primary"},null,8,["modelValue"])]),(d(!0),v(R,null,I(a(b),l=>(d(),v(R,{key:l.id},[C(k,{px2:"","text-sm":"",py1:"","font-mono":"",block:"",truncate:"","select-none":"",to:`/modules/virtual-files?id=${encodeURIComponent(l.id)}`,class:O(l.id===a(i)?.id?"text-primary n-bg-active":"text-secondary hover:n-bg-hover")},{default:F(()=>[z(N(c(l.id)),1)]),_:2},1032,["to","class"]),J],64))),128))]),right:F(()=>[a(i)?.content?(d(),v("div",M,[y("div",Q,[y("code",null,N(a(i).id),1)]),C(w,{"h-full":"","text-sm":"","of-auto":"",code:a(i).content,lang:"typescript"},null,8,["code"])])):(d(),v("span",Y,"Select one file to start"))]),_:1})}}});export{re as default};
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html >
3
3
  <head><meta charset="utf-8">
4
- <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.883bcfe6.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.3a404c59.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.c29c3e74.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NSectionBlock.891fa081.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.a7fda268.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.55688cca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.8111403f.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.76dccbb9.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.a34a1045.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/client.9c41f495.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/json-editor-vue.a65019ca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.30ae65eb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.1f523208.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.103aad72.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.394b52e6.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/index.a6656ecb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.daeb320e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.ee11a8ba.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.3a404c59.css"><script>"use strict";const w=window,de=document.documentElement,knownColorSchemes=["dark","light"],preference=window.localStorage.getItem("nuxt-color-mode")||"system";let value=preference==="system"?getColorScheme():preference;const forcedColorMode=de.getAttribute("data-color-mode-forced");forcedColorMode&&(value=forcedColorMode),addColorScheme(value),w["__NUXT_COLOR_MODE__"]={preference,value,getColorScheme,addColorScheme,removeColorScheme};function addColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.add(o):de.className+=" "+o,t&&de.setAttribute("data-"+t,e)}function removeColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.remove(o):de.className=de.className.replace(new RegExp(o,"g"),""),t&&de.removeAttribute("data-"+t)}function prefersColorScheme(e){return w.matchMedia("(prefers-color-scheme"+e+")")}function getColorScheme(){if(w.matchMedia&&prefersColorScheme("").media!=="not all"){for(const e of knownColorSchemes)if(prefersColorScheme(":"+e).matches)return e}return"light"}
4
+ <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.91db41b9.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.654353dc.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/index.3b3b7aca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.a8c4c373.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.c8f67be1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.d87fc756.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.d95ed4cd.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.f654b492.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.a0e84e89.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.654353dc.css"><script>"use strict";const w=window,de=document.documentElement,knownColorSchemes=["dark","light"],preference=window.localStorage.getItem("nuxt-color-mode")||"system";let value=preference==="system"?getColorScheme():preference;const forcedColorMode=de.getAttribute("data-color-mode-forced");forcedColorMode&&(value=forcedColorMode),addColorScheme(value),w["__NUXT_COLOR_MODE__"]={preference,value,getColorScheme,addColorScheme,removeColorScheme};function addColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.add(o):de.className+=" "+o,t&&de.setAttribute("data-"+t,e)}function removeColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.remove(o):de.className=de.className.replace(new RegExp(o,"g"),""),t&&de.removeAttribute("data-"+t)}function prefersColorScheme(e){return w.matchMedia("(prefers-color-scheme"+e+")")}function getColorScheme(){if(w.matchMedia&&prefersColorScheme("").media!=="not all"){for(const e of knownColorSchemes)if(prefersColorScheme(":"+e).matches)return e}return"light"}
5
5
  </script></head>
6
- <body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.883bcfe6.js" crossorigin></script></body>
6
+ <body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.91db41b9.js" crossorigin></script></body>
7
7
  </html>
@@ -0,0 +1,7 @@
1
+ <!DOCTYPE html>
2
+ <html >
3
+ <head><meta charset="utf-8">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.91db41b9.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.654353dc.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/index.3b3b7aca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.a8c4c373.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.c8f67be1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.d87fc756.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.d95ed4cd.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.f654b492.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.a0e84e89.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.654353dc.css"><script>"use strict";const w=window,de=document.documentElement,knownColorSchemes=["dark","light"],preference=window.localStorage.getItem("nuxt-color-mode")||"system";let value=preference==="system"?getColorScheme():preference;const forcedColorMode=de.getAttribute("data-color-mode-forced");forcedColorMode&&(value=forcedColorMode),addColorScheme(value),w["__NUXT_COLOR_MODE__"]={preference,value,getColorScheme,addColorScheme,removeColorScheme};function addColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.add(o):de.className+=" "+o,t&&de.setAttribute("data-"+t,e)}function removeColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.remove(o):de.className=de.className.replace(new RegExp(o,"g"),""),t&&de.removeAttribute("data-"+t)}function prefersColorScheme(e){return w.matchMedia("(prefers-color-scheme"+e+")")}function getColorScheme(){if(w.matchMedia&&prefersColorScheme("").media!=="not all"){for(const e of knownColorSchemes)if(prefersColorScheme(":"+e).matches)return e}return"light"}
5
+ </script></head>
6
+ <body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.91db41b9.js" crossorigin></script></body>
7
+ </html>
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html >
3
3
  <head><meta charset="utf-8">
4
- <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.883bcfe6.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.3a404c59.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.c29c3e74.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NSectionBlock.891fa081.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.a7fda268.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.55688cca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.8111403f.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.76dccbb9.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.a34a1045.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/client.9c41f495.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/json-editor-vue.a65019ca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.30ae65eb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.1f523208.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.103aad72.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.394b52e6.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/index.a6656ecb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.daeb320e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.ee11a8ba.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.3a404c59.css"><script>"use strict";const w=window,de=document.documentElement,knownColorSchemes=["dark","light"],preference=window.localStorage.getItem("nuxt-color-mode")||"system";let value=preference==="system"?getColorScheme():preference;const forcedColorMode=de.getAttribute("data-color-mode-forced");forcedColorMode&&(value=forcedColorMode),addColorScheme(value),w["__NUXT_COLOR_MODE__"]={preference,value,getColorScheme,addColorScheme,removeColorScheme};function addColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.add(o):de.className+=" "+o,t&&de.setAttribute("data-"+t,e)}function removeColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.remove(o):de.className=de.className.replace(new RegExp(o,"g"),""),t&&de.removeAttribute("data-"+t)}function prefersColorScheme(e){return w.matchMedia("(prefers-color-scheme"+e+")")}function getColorScheme(){if(w.matchMedia&&prefersColorScheme("").media!=="not all"){for(const e of knownColorSchemes)if(prefersColorScheme(":"+e).matches)return e}return"light"}
4
+ <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.91db41b9.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.654353dc.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/index.3b3b7aca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.a8c4c373.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.c8f67be1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.d87fc756.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.d95ed4cd.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.f654b492.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.a0e84e89.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.654353dc.css"><script>"use strict";const w=window,de=document.documentElement,knownColorSchemes=["dark","light"],preference=window.localStorage.getItem("nuxt-color-mode")||"system";let value=preference==="system"?getColorScheme():preference;const forcedColorMode=de.getAttribute("data-color-mode-forced");forcedColorMode&&(value=forcedColorMode),addColorScheme(value),w["__NUXT_COLOR_MODE__"]={preference,value,getColorScheme,addColorScheme,removeColorScheme};function addColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.add(o):de.className+=" "+o,t&&de.setAttribute("data-"+t,e)}function removeColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.remove(o):de.className=de.className.replace(new RegExp(o,"g"),""),t&&de.removeAttribute("data-"+t)}function prefersColorScheme(e){return w.matchMedia("(prefers-color-scheme"+e+")")}function getColorScheme(){if(w.matchMedia&&prefersColorScheme("").media!=="not all"){for(const e of knownColorSchemes)if(prefersColorScheme(":"+e).matches)return e}return"light"}
5
5
  </script></head>
6
- <body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.883bcfe6.js" crossorigin></script></body>
6
+ <body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.91db41b9.js" crossorigin></script></body>
7
7
  </html>
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html >
3
3
  <head><meta charset="utf-8">
4
- <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.883bcfe6.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.3a404c59.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.c29c3e74.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NSectionBlock.891fa081.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.a7fda268.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.55688cca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.8111403f.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.76dccbb9.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.a34a1045.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/client.9c41f495.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/json-editor-vue.a65019ca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.30ae65eb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.1f523208.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.103aad72.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.394b52e6.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/index.a6656ecb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.daeb320e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.ee11a8ba.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.3a404c59.css"><script>"use strict";const w=window,de=document.documentElement,knownColorSchemes=["dark","light"],preference=window.localStorage.getItem("nuxt-color-mode")||"system";let value=preference==="system"?getColorScheme():preference;const forcedColorMode=de.getAttribute("data-color-mode-forced");forcedColorMode&&(value=forcedColorMode),addColorScheme(value),w["__NUXT_COLOR_MODE__"]={preference,value,getColorScheme,addColorScheme,removeColorScheme};function addColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.add(o):de.className+=" "+o,t&&de.setAttribute("data-"+t,e)}function removeColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.remove(o):de.className=de.className.replace(new RegExp(o,"g"),""),t&&de.removeAttribute("data-"+t)}function prefersColorScheme(e){return w.matchMedia("(prefers-color-scheme"+e+")")}function getColorScheme(){if(w.matchMedia&&prefersColorScheme("").media!=="not all"){for(const e of knownColorSchemes)if(prefersColorScheme(":"+e).matches)return e}return"light"}
4
+ <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.91db41b9.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.654353dc.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/index.3b3b7aca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.a8c4c373.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.c8f67be1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.d87fc756.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.d95ed4cd.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.f654b492.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.a0e84e89.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.654353dc.css"><script>"use strict";const w=window,de=document.documentElement,knownColorSchemes=["dark","light"],preference=window.localStorage.getItem("nuxt-color-mode")||"system";let value=preference==="system"?getColorScheme():preference;const forcedColorMode=de.getAttribute("data-color-mode-forced");forcedColorMode&&(value=forcedColorMode),addColorScheme(value),w["__NUXT_COLOR_MODE__"]={preference,value,getColorScheme,addColorScheme,removeColorScheme};function addColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.add(o):de.className+=" "+o,t&&de.setAttribute("data-"+t,e)}function removeColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.remove(o):de.className=de.className.replace(new RegExp(o,"g"),""),t&&de.removeAttribute("data-"+t)}function prefersColorScheme(e){return w.matchMedia("(prefers-color-scheme"+e+")")}function getColorScheme(){if(w.matchMedia&&prefersColorScheme("").media!=="not all"){for(const e of knownColorSchemes)if(prefersColorScheme(":"+e).matches)return e}return"light"}
5
5
  </script></head>
6
- <body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.883bcfe6.js" crossorigin></script></body>
6
+ <body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.91db41b9.js" crossorigin></script></body>
7
7
  </html>
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html >
3
3
  <head><meta charset="utf-8">
4
- <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.883bcfe6.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.3a404c59.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.c29c3e74.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NSectionBlock.891fa081.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.a7fda268.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.55688cca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.8111403f.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.76dccbb9.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.a34a1045.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/client.9c41f495.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/json-editor-vue.a65019ca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.30ae65eb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.1f523208.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.103aad72.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.394b52e6.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/index.a6656ecb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.daeb320e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.ee11a8ba.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.3a404c59.css"><script>"use strict";const w=window,de=document.documentElement,knownColorSchemes=["dark","light"],preference=window.localStorage.getItem("nuxt-color-mode")||"system";let value=preference==="system"?getColorScheme():preference;const forcedColorMode=de.getAttribute("data-color-mode-forced");forcedColorMode&&(value=forcedColorMode),addColorScheme(value),w["__NUXT_COLOR_MODE__"]={preference,value,getColorScheme,addColorScheme,removeColorScheme};function addColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.add(o):de.className+=" "+o,t&&de.setAttribute("data-"+t,e)}function removeColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.remove(o):de.className=de.className.replace(new RegExp(o,"g"),""),t&&de.removeAttribute("data-"+t)}function prefersColorScheme(e){return w.matchMedia("(prefers-color-scheme"+e+")")}function getColorScheme(){if(w.matchMedia&&prefersColorScheme("").media!=="not all"){for(const e of knownColorSchemes)if(prefersColorScheme(":"+e).matches)return e}return"light"}
4
+ <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.91db41b9.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.654353dc.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/index.3b3b7aca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.a8c4c373.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.c8f67be1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.d87fc756.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.d95ed4cd.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.f654b492.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.a0e84e89.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.654353dc.css"><script>"use strict";const w=window,de=document.documentElement,knownColorSchemes=["dark","light"],preference=window.localStorage.getItem("nuxt-color-mode")||"system";let value=preference==="system"?getColorScheme():preference;const forcedColorMode=de.getAttribute("data-color-mode-forced");forcedColorMode&&(value=forcedColorMode),addColorScheme(value),w["__NUXT_COLOR_MODE__"]={preference,value,getColorScheme,addColorScheme,removeColorScheme};function addColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.add(o):de.className+=" "+o,t&&de.setAttribute("data-"+t,e)}function removeColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.remove(o):de.className=de.className.replace(new RegExp(o,"g"),""),t&&de.removeAttribute("data-"+t)}function prefersColorScheme(e){return w.matchMedia("(prefers-color-scheme"+e+")")}function getColorScheme(){if(w.matchMedia&&prefersColorScheme("").media!=="not all"){for(const e of knownColorSchemes)if(prefersColorScheme(":"+e).matches)return e}return"light"}
5
5
  </script></head>
6
- <body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.883bcfe6.js" crossorigin></script></body>
6
+ <body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.91db41b9.js" crossorigin></script></body>
7
7
  </html>
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html >
3
3
  <head><meta charset="utf-8">
4
- <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.883bcfe6.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.3a404c59.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.c29c3e74.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NSectionBlock.891fa081.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.a7fda268.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.55688cca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.8111403f.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.76dccbb9.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.a34a1045.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/client.9c41f495.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/json-editor-vue.a65019ca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.30ae65eb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.1f523208.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.103aad72.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.394b52e6.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/index.a6656ecb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.daeb320e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.ee11a8ba.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.3a404c59.css"><script>"use strict";const w=window,de=document.documentElement,knownColorSchemes=["dark","light"],preference=window.localStorage.getItem("nuxt-color-mode")||"system";let value=preference==="system"?getColorScheme():preference;const forcedColorMode=de.getAttribute("data-color-mode-forced");forcedColorMode&&(value=forcedColorMode),addColorScheme(value),w["__NUXT_COLOR_MODE__"]={preference,value,getColorScheme,addColorScheme,removeColorScheme};function addColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.add(o):de.className+=" "+o,t&&de.setAttribute("data-"+t,e)}function removeColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.remove(o):de.className=de.className.replace(new RegExp(o,"g"),""),t&&de.removeAttribute("data-"+t)}function prefersColorScheme(e){return w.matchMedia("(prefers-color-scheme"+e+")")}function getColorScheme(){if(w.matchMedia&&prefersColorScheme("").media!=="not all"){for(const e of knownColorSchemes)if(prefersColorScheme(":"+e).matches)return e}return"light"}
4
+ <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.91db41b9.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.654353dc.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/index.3b3b7aca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.a8c4c373.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.c8f67be1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.d87fc756.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.d95ed4cd.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.f654b492.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.a0e84e89.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.654353dc.css"><script>"use strict";const w=window,de=document.documentElement,knownColorSchemes=["dark","light"],preference=window.localStorage.getItem("nuxt-color-mode")||"system";let value=preference==="system"?getColorScheme():preference;const forcedColorMode=de.getAttribute("data-color-mode-forced");forcedColorMode&&(value=forcedColorMode),addColorScheme(value),w["__NUXT_COLOR_MODE__"]={preference,value,getColorScheme,addColorScheme,removeColorScheme};function addColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.add(o):de.className+=" "+o,t&&de.setAttribute("data-"+t,e)}function removeColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.remove(o):de.className=de.className.replace(new RegExp(o,"g"),""),t&&de.removeAttribute("data-"+t)}function prefersColorScheme(e){return w.matchMedia("(prefers-color-scheme"+e+")")}function getColorScheme(){if(w.matchMedia&&prefersColorScheme("").media!=="not all"){for(const e of knownColorSchemes)if(prefersColorScheme(":"+e).matches)return e}return"light"}
5
5
  </script></head>
6
- <body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.883bcfe6.js" crossorigin></script></body>
6
+ <body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.91db41b9.js" crossorigin></script></body>
7
7
  </html>
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html >
3
3
  <head><meta charset="utf-8">
4
- <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.883bcfe6.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.3a404c59.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.c29c3e74.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NSectionBlock.891fa081.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.a7fda268.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.55688cca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.8111403f.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.76dccbb9.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.a34a1045.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/client.9c41f495.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/json-editor-vue.a65019ca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.30ae65eb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.1f523208.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.103aad72.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.394b52e6.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/index.a6656ecb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.daeb320e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.ee11a8ba.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.3a404c59.css"><script>"use strict";const w=window,de=document.documentElement,knownColorSchemes=["dark","light"],preference=window.localStorage.getItem("nuxt-color-mode")||"system";let value=preference==="system"?getColorScheme():preference;const forcedColorMode=de.getAttribute("data-color-mode-forced");forcedColorMode&&(value=forcedColorMode),addColorScheme(value),w["__NUXT_COLOR_MODE__"]={preference,value,getColorScheme,addColorScheme,removeColorScheme};function addColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.add(o):de.className+=" "+o,t&&de.setAttribute("data-"+t,e)}function removeColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.remove(o):de.className=de.className.replace(new RegExp(o,"g"),""),t&&de.removeAttribute("data-"+t)}function prefersColorScheme(e){return w.matchMedia("(prefers-color-scheme"+e+")")}function getColorScheme(){if(w.matchMedia&&prefersColorScheme("").media!=="not all"){for(const e of knownColorSchemes)if(prefersColorScheme(":"+e).matches)return e}return"light"}
4
+ <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.91db41b9.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.654353dc.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/index.3b3b7aca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.a8c4c373.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.c8f67be1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.d87fc756.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.d95ed4cd.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.f654b492.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.a0e84e89.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.654353dc.css"><script>"use strict";const w=window,de=document.documentElement,knownColorSchemes=["dark","light"],preference=window.localStorage.getItem("nuxt-color-mode")||"system";let value=preference==="system"?getColorScheme():preference;const forcedColorMode=de.getAttribute("data-color-mode-forced");forcedColorMode&&(value=forcedColorMode),addColorScheme(value),w["__NUXT_COLOR_MODE__"]={preference,value,getColorScheme,addColorScheme,removeColorScheme};function addColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.add(o):de.className+=" "+o,t&&de.setAttribute("data-"+t,e)}function removeColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.remove(o):de.className=de.className.replace(new RegExp(o,"g"),""),t&&de.removeAttribute("data-"+t)}function prefersColorScheme(e){return w.matchMedia("(prefers-color-scheme"+e+")")}function getColorScheme(){if(w.matchMedia&&prefersColorScheme("").media!=="not all"){for(const e of knownColorSchemes)if(prefersColorScheme(":"+e).matches)return e}return"light"}
5
5
  </script></head>
6
- <body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.883bcfe6.js" crossorigin></script></body>
6
+ <body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.91db41b9.js" crossorigin></script></body>
7
7
  </html>