@nuxt/devtools 0.1.6 → 0.2.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.
- package/dist/chunks/module-main.mjs +5 -7
- package/dist/chunks/vscode.mjs +2 -1
- package/dist/cli.mjs +1 -1
- package/dist/client/200.html +2 -2
- package/dist/client/404.html +2 -2
- package/dist/client/__inspecting/index.html +2 -2
- package/dist/client/_nuxt/{Badge.d9b6d9b1.js → Badge.4e9c300b.js} +1 -1
- package/dist/client/_nuxt/{FilepathItem.vue.31689a0a.js → FilepathItem.vue.b36b22b8.js} +1 -1
- package/dist/client/_nuxt/LaunchPage.vue.c9d8bfbe.js +1 -0
- package/dist/client/_nuxt/NButton.a7fda268.css +1 -0
- package/dist/client/_nuxt/{NButton.vue.56759fc1.js → NButton.vue.b50294f1.js} +2 -2
- package/dist/client/_nuxt/NCheckbox.vue.69c13749.js +1 -0
- package/dist/client/_nuxt/NIcon.vue.656cdb1e.js +1 -0
- package/dist/client/_nuxt/NTextInput.vue.928c9e2a.js +1 -0
- package/dist/client/_nuxt/{NuxtLogo.9303af79.js → NuxtLogo.f9908c64.js} +1 -1
- package/dist/client/_nuxt/SectionBlock.914c7802.js +1 -0
- package/dist/client/_nuxt/StateEditor.ce27b0a9.css +1 -0
- package/dist/client/_nuxt/StateEditor.vue.24b581fe.js +1 -0
- package/dist/client/_nuxt/{StateEditor.vue.0f1b994b.js → StateEditor.vue.99c457ec.js} +81 -79
- package/dist/client/_nuxt/{TabIcon.vue.8d3722ca.js → TabIcon.vue.c3d4f8eb.js} +1 -1
- package/dist/client/_nuxt/__inspecting.f0beaf14.js +1 -0
- package/dist/client/_nuxt/{asyncData.d544d421.js → asyncData.d4a4cc23.js} +1 -1
- package/dist/client/_nuxt/components.2f7ee4ee.js +1 -0
- package/dist/client/_nuxt/composables.a4d79ae5.js +1 -0
- package/dist/client/_nuxt/{context.b32078d3.js → context.f290c514.js} +1 -1
- package/dist/client/_nuxt/custom-_name_.6fcfe01b.js +1 -0
- package/dist/client/_nuxt/default.7c4cf2ae.js +1 -0
- package/dist/client/_nuxt/editor.cdd0d584.js +1 -0
- package/dist/client/_nuxt/entry.3f184dda.js +5 -0
- package/dist/client/_nuxt/entry.aace963d.css +1 -0
- package/dist/client/_nuxt/error-404.2618a69f.css +1 -0
- package/dist/client/_nuxt/error-404.42d6fea6.js +1 -0
- package/dist/client/_nuxt/error-500.12a2683b.css +1 -0
- package/dist/client/_nuxt/error-500.c25057d1.js +1 -0
- package/dist/client/_nuxt/{error-component.7b202115.js → error-component.f5255ea4.js} +2 -2
- package/dist/client/_nuxt/hooks.f2f7f7c0.js +1 -0
- package/dist/client/_nuxt/imports.c6403530.js +1 -0
- package/dist/client/_nuxt/{index.2ad8ed93.js → index.cb924a24.js} +1 -1
- package/dist/client/_nuxt/layouts.c6fb5d9f.js +1 -0
- package/dist/client/_nuxt/{middleware.e10aa06d.js → middleware.986c1dcb.js} +1 -1
- package/dist/client/_nuxt/modules.67212f2b.js +1 -0
- package/dist/client/_nuxt/{none.38bfd553.js → none.64c3c69e.js} +1 -1
- package/dist/client/_nuxt/{nuxt-link.752dfef9.js → nuxt-link.7c2ecc54.js} +1 -1
- package/dist/client/_nuxt/overview.39e81b24.js +1 -0
- package/dist/client/_nuxt/pages.28f6050f.js +1 -0
- package/dist/client/_nuxt/{payload.5372dcff.js → payload.482e4157.js} +1 -1
- package/dist/client/_nuxt/plugins.dc220904.js +1 -0
- package/dist/client/_nuxt/{runtime-configs.99425f61.js → runtime-configs.a7793337.js} +1 -1
- package/dist/client/_nuxt/{server-routes.763958ec.js → server-routes.7dbce087.js} +1 -1
- package/dist/client/_nuxt/state.99106176.js +1 -0
- package/dist/client/_nuxt/unocss-runtime.bcfb14a2.js +2 -0
- package/dist/client/_nuxt/{virtual-files.13f3141f.js → virtual-files.1c188f74.js} +1 -1
- package/dist/client/index.html +2 -2
- package/dist/client/modules/components/index.html +2 -2
- package/dist/client/modules/hooks/index.html +2 -2
- package/dist/client/modules/imports/index.html +2 -2
- package/dist/client/modules/layouts/index.html +2 -2
- package/dist/client/modules/middleware/index.html +2 -2
- package/dist/client/modules/modules/index.html +2 -2
- package/dist/client/modules/overview/index.html +2 -2
- package/dist/client/modules/pages/index.html +2 -2
- package/dist/client/modules/payload/index.html +2 -2
- package/dist/client/modules/plugins/index.html +2 -2
- package/dist/client/modules/runtime-configs/index.html +2 -2
- package/dist/client/modules/server-routes/index.html +2 -2
- package/dist/client/modules/virtual-files/index.html +2 -2
- package/dist/iframe-client.d.ts +1 -1
- package/dist/module.d.ts +3 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +3 -30
- package/dist/runtime/plugins/devtools.client.mjs +1 -1
- package/dist/runtime/plugins/view/Frame.vue +22 -5
- package/dist/runtime/plugins/view/state.d.ts +2 -1
- package/dist/runtime/plugins/view/state.mjs +1 -0
- package/dist/runtime/plugins/view/utils.d.ts +1 -1
- package/dist/runtime/plugins/view/utils.mjs +9 -7
- package/dist/shared/{devtools.e6742cbd.mjs → devtools.894440bf.mjs} +1 -1
- package/dist/shared/devtools.edb7b427.mjs +35 -0
- package/dist/types.d.ts +3 -2
- package/package.json +34 -38
- package/dist/client/_nuxt/LaunchPage.vue.65011890.js +0 -1
- package/dist/client/_nuxt/NButton.db724adb.css +0 -1
- package/dist/client/_nuxt/NIcon.vue.c1ad97a9.js +0 -1
- package/dist/client/_nuxt/NTextInput.vue.b6c079ee.js +0 -1
- package/dist/client/_nuxt/SectionBlock.885bbad5.js +0 -1
- package/dist/client/_nuxt/Settings.vue.dda6fcf5.js +0 -1
- package/dist/client/_nuxt/StateEditor.c82309e2.css +0 -1
- package/dist/client/_nuxt/StateEditor.vue.3374c6ec.js +0 -1
- package/dist/client/_nuxt/__inspecting.6fe111b0.js +0 -1
- package/dist/client/_nuxt/components.25d13f1f.js +0 -1
- package/dist/client/_nuxt/composables.80d3af7a.js +0 -1
- package/dist/client/_nuxt/custom-_name_.14809d72.js +0 -1
- package/dist/client/_nuxt/default.7ecded8d.js +0 -1
- package/dist/client/_nuxt/editor.b2159474.js +0 -1
- package/dist/client/_nuxt/entry.43bdd1fb.css +0 -1
- package/dist/client/_nuxt/entry.b1094864.js +0 -5
- package/dist/client/_nuxt/error-404.1469f10f.css +0 -1
- package/dist/client/_nuxt/error-404.2ee33711.js +0 -1
- package/dist/client/_nuxt/error-500.92b94fae.css +0 -1
- package/dist/client/_nuxt/error-500.ef980084.js +0 -1
- package/dist/client/_nuxt/hooks.ca7ea52c.js +0 -1
- package/dist/client/_nuxt/imports.f7013fa4.js +0 -1
- package/dist/client/_nuxt/layouts.b684dcc1.js +0 -1
- package/dist/client/_nuxt/modules.0b22b757.js +0 -1
- package/dist/client/_nuxt/overview.d488d202.js +0 -1
- package/dist/client/_nuxt/pages.22ce604b.js +0 -1
- package/dist/client/_nuxt/plugins.f9b29762.js +0 -1
- package/dist/client/_nuxt/state.65ceafcf.js +0 -1
- package/dist/client/_nuxt/unocss-runtime.c4939419.js +0 -2
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{$ as be,_ as q}from"./entry.3f184dda.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.0";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(/&/g,"&").replace(/>/g,">").replace(/</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,4 +1,4 @@
|
|
|
1
|
-
import{_ as Ke}from"./NTextInput.vue.
|
|
1
|
+
import{_ as Ke}from"./NTextInput.vue.928c9e2a.js";import{_ as et}from"./nuxt-link.7c2ecc54.js";import{u as ne,l as we,B as tt,q as Pe,a as nt,Q as st,I as rt,E as at,f as Se,h as ye,i as it,x as ot,F as ct,z as lt,t as Be,o as ke,c as ut,w as ht,k as pt,K as gt}from"./entry.3f184dda.js";import{u as dt}from"./asyncData.d4a4cc23.js";import{u as mt}from"./composables.a4d79ae5.js";import{F as ft}from"./fuse.esm.88e2763d.js";import"./NIcon.vue.656cdb1e.js";const _t={ignoreUnknown:!1,respectType:!1,respectFunctionNames:!1,respectFunctionProperties:!1,unorderedObjects:!0,unorderedArrays:!1,unorderedSets:!1};function bt(e,u={}){u={..._t,...u};const v=qe(u);return v.dispatch(e),v.toString()}function qe(e){const u=[];let v=[];const n=m=>{u.push(m)};return{toString(){return u.join("")},getContext(){return v},dispatch(m){return e.replacer&&(m=e.replacer(m)),this["_"+(m===null?"null":typeof m)](m)},_object(m){const a=/\[object (.*)]/i,L=Object.prototype.toString.call(m),w=a.exec(L),S=w?w[1].toLowerCase():"unknown:["+L.toLowerCase()+"]";let i=null;if((i=v.indexOf(m))>=0)return this.dispatch("[CIRCULAR:"+i+"]");if(v.push(m),typeof Buffer<"u"&&Buffer.isBuffer&&Buffer.isBuffer(m))return n("buffer:"),n(m.toString("utf8"));if(S!=="object"&&S!=="function"&&S!=="asyncfunction")if(this["_"+S])this["_"+S](m);else{if(e.ignoreUnknown)return n("["+S+"]");throw new Error('Unknown object type "'+S+'"')}else{let N=Object.keys(m);e.unorderedObjects&&(N=N.sort()),e.respectType!==!1&&!Ee(m)&&N.splice(0,0,"prototype","__proto__","letructor"),e.excludeKeys&&(N=N.filter(function(h){return!e.excludeKeys(h)})),n("object:"+N.length+":");for(const h of N)this.dispatch(h),n(":"),e.excludeValues||this.dispatch(m[h]),n(",")}},_array(m,a){if(a=typeof a<"u"?a:e.unorderedArrays!==!1,n("array:"+m.length+":"),!a||m.length<=1){for(const S of m)this.dispatch(S);return}const L=[],w=m.map(S=>{const i=qe(e);return i.dispatch(S),L.push(i.getContext()),i.toString()});return v=[...v,...L],w.sort(),this._array(w,!1)},_date(m){return n("date:"+m.toJSON())},_symbol(m){return n("symbol:"+m.toString())},_error(m){return n("error:"+m.toString())},_boolean(m){return n("bool:"+m.toString())},_string(m){n("string:"+m.length+":"),n(m.toString())},_function(m){n("fn:"),Ee(m)?this.dispatch("[native]"):this.dispatch(m.toString()),e.respectFunctionNames!==!1&&this.dispatch("function-name:"+String(m.name)),e.respectFunctionProperties&&this._object(m)},_number(m){return n("number:"+m.toString())},_xml(m){return n("xml:"+m.toString())},_null(){return n("Null")},_undefined(){return n("Undefined")},_regexp(m){return n("regex:"+m.toString())},_uint8array(m){return n("uint8array:"),this.dispatch(Array.prototype.slice.call(m))},_uint8clampedarray(m){return n("uint8clampedarray:"),this.dispatch(Array.prototype.slice.call(m))},_int8array(m){return n("int8array:"),this.dispatch(Array.prototype.slice.call(m))},_uint16array(m){return n("uint16array:"),this.dispatch(Array.prototype.slice.call(m))},_int16array(m){return n("int16array:"),this.dispatch(Array.prototype.slice.call(m))},_uint32array(m){return n("uint32array:"),this.dispatch(Array.prototype.slice.call(m))},_int32array(m){return n("int32array:"),this.dispatch(Array.prototype.slice.call(m))},_float32array(m){return n("float32array:"),this.dispatch(Array.prototype.slice.call(m))},_float64array(m){return n("float64array:"),this.dispatch(Array.prototype.slice.call(m))},_arraybuffer(m){return n("arraybuffer:"),this.dispatch(new Uint8Array(m))},_url(m){return n("url:"+m.toString())},_map(m){n("map:");const a=[...m];return this._array(a,e.unorderedSets!==!1)},_set(m){n("set:");const a=[...m];return this._array(a,e.unorderedSets!==!1)},_file(m){return n("file:"),this.dispatch([m.name,m.size,m.type,m.lastModfied])},_blob(){if(e.ignoreUnknown)return n("[blob]");throw new Error(`Hashing Blob objects is currently not supported
|
|
2
2
|
Use "options.replacer" or "options.ignoreUnknown"
|
|
3
3
|
`)},_domwindow(){return n("domwindow")},_bigint(m){return n("bigint:"+m.toString())},_process(){return n("process")},_timer(){return n("timer")},_pipe(){return n("pipe")},_tcp(){return n("tcp")},_udp(){return n("udp")},_tty(){return n("tty")},_statwatcher(){return n("statwatcher")},_securecontext(){return n("securecontext")},_connection(){return n("connection")},_zlib(){return n("zlib")},_context(){return n("context")},_nodescript(){return n("nodescript")},_httpparser(){return n("httpparser")},_dataview(){return n("dataview")},_signal(){return n("signal")},_fsevent(){return n("fsevent")},_tlswrap(){return n("tlswrap")}}}function Ee(e){return typeof e!="function"?!1:/^function\s+\w*\s*\(\s*\)\s*{\s+\[native code]\s+}$/i.exec(Function.prototype.toString.call(e))!=null}class _e{constructor(u,v){u=this.words=u||[],this.sigBytes=v!==void 0?v:u.length*4}toString(u){return(u||yt).stringify(this)}concat(u){if(this.clamp(),this.sigBytes%4)for(let v=0;v<u.sigBytes;v++){const n=u.words[v>>>2]>>>24-v%4*8&255;this.words[this.sigBytes+v>>>2]|=n<<24-(this.sigBytes+v)%4*8}else for(let v=0;v<u.sigBytes;v+=4)this.words[this.sigBytes+v>>>2]=u.words[v>>>2];return this.sigBytes+=u.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 _e([...this.words])}}const yt={stringify(e){const u=[];for(let v=0;v<e.sigBytes;v++){const n=e.words[v>>>2]>>>24-v%4*8&255;u.push((n>>>4).toString(16),(n&15).toString(16))}return u.join("")}},kt={stringify(e){const u="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",v=[];for(let n=0;n<e.sigBytes;n+=3){const m=e.words[n>>>2]>>>24-n%4*8&255,a=e.words[n+1>>>2]>>>24-(n+1)%4*8&255,L=e.words[n+2>>>2]>>>24-(n+2)%4*8&255,w=m<<16|a<<8|L;for(let S=0;S<4&&n*8+S*6<e.sigBytes*8;S++)v.push(u.charAt(w>>>6*(3-S)&63))}return v.join("")}},Lt={parse(e){const u=e.length,v=[];for(let n=0;n<u;n++)v[n>>>2]|=(e.charCodeAt(n)&255)<<24-n%4*8;return new _e(v,u)}},wt={parse(e){return Lt.parse(unescape(encodeURIComponent(e)))}};class vt{constructor(){this._minBufferSize=0,this.blockSize=512/32,this.reset()}reset(){this._data=new _e,this._nDataBytes=0}_append(u){typeof u=="string"&&(u=wt.parse(u)),this._data.concat(u),this._nDataBytes+=u.sigBytes}_doProcessBlock(u,v){}_process(u){let v,n=this._data.sigBytes/(this.blockSize*4);u?n=Math.ceil(n):n=Math.max((n|0)-this._minBufferSize,0);const m=n*this.blockSize,a=Math.min(m*4,this._data.sigBytes);if(m){for(let L=0;L<m;L+=this.blockSize)this._doProcessBlock(this._data.words,L);v=this._data.words.splice(0,m),this._data.sigBytes-=a}return new _e(v,a)}}class St extends vt{update(u){return this._append(u),this._process(),this}finalize(u){u&&this._append(u)}}const Nt=[1779033703,-1150833019,1013904242,-1521486534,1359893119,-1694144372,528734635,1541459225],jt=[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],he=[];class At extends St{constructor(){super(),this.reset()}reset(){super.reset(),this._hash=new _e([...Nt])}_doProcessBlock(u,v){const n=this._hash.words;let m=n[0],a=n[1],L=n[2],w=n[3],S=n[4],i=n[5],N=n[6],h=n[7];for(let _=0;_<64;_++){if(_<16)he[_]=u[v+_]|0;else{const l=he[_-15],y=(l<<25|l>>>7)^(l<<14|l>>>18)^l>>>3,c=he[_-2],t=(c<<15|c>>>17)^(c<<13|c>>>19)^c>>>10;he[_]=y+he[_-7]+t+he[_-16]}const x=S&i^~S&N,g=m&a^m&L^a&L,A=(m<<30|m>>>2)^(m<<19|m>>>13)^(m<<10|m>>>22),j=(S<<26|S>>>6)^(S<<21|S>>>11)^(S<<7|S>>>25),b=h+j+x+jt[_]+he[_],p=A+g;h=N,N=i,i=S,S=w+b|0,w=L,L=a,a=m,m=b+p|0}n[0]=n[0]+m|0,n[1]=n[1]+a|0,n[2]=n[2]+L|0,n[3]=n[3]+w|0,n[4]=n[4]+S|0,n[5]=n[5]+i|0,n[6]=n[6]+N|0,n[7]=n[7]+h|0}finalize(u){super.finalize(u);const v=this._nDataBytes*8,n=this._data.sigBytes*8;return this._data.words[n>>>5]|=128<<24-n%32,this._data.words[(n+64>>>9<<4)+14]=Math.floor(v/4294967296),this._data.words[(n+64>>>9<<4)+15]=v,this._data.sigBytes=this._data.words.length*4,this._process(),this._hash}}function Tt(e){return new At().finalize(e).toString(kt)}function xt(e,u={}){const v=typeof e=="string"?e:bt(e,u);return Tt(v).slice(0,10)}function Rt(e,u,v){const[n={},m]=typeof u=="string"?[{},u]:[u,v],a=n.key||xt([m,ne(n.baseURL),typeof e=="string"?e:"",ne(n.params||n.query)]);if(!a||typeof a!="string")throw new TypeError("[nuxt] [useFetch] key must be a string: "+a);if(!e)throw new Error("[nuxt] [useFetch] request is missing.");const L=a===m?"$f"+a:a,w=we(()=>{let y=e;return typeof y=="function"&&(y=y()),ne(y)}),{server:S,lazy:i,default:N,transform:h,pick:_,watch:x,immediate:g,...A}=n,j=tt({...A,cache:typeof n.cache=="boolean"?void 0:n.cache}),b={server:S,lazy:i,default:N,transform:h,pick:_,immediate:g,watch:[j,w,...x||[]]};let p;return dt(L,()=>(p?.abort?.(),p=typeof AbortController<"u"?new AbortController:{},typeof w.value=="string"&&w.value.startsWith("/"),(n.$fetch||globalThis.$fetch)(w.value,{signal:p.signal,...j})),b)}var ze=typeof globalThis<"u"?globalThis:typeof{}<"u"?{}:typeof global<"u"?global:typeof self<"u"?self:{},ve={},Pt={get exports(){return ve},set exports(e){ve=e}};(function(e,u){(function(v,n){e.exports=n()})(ze,()=>{return v={770:function(m,a,L){var w=this&&this.__importDefault||function(j){return j&&j.__esModule?j:{default:j}};Object.defineProperty(a,"__esModule",{value:!0}),a.setDefaultDebugCall=a.createOnigScanner=a.createOnigString=a.loadWASM=a.OnigScanner=a.OnigString=void 0;const S=w(L(418));let i=null,N=!1;class h{static _utf8ByteLength(b){let p=0;for(let l=0,y=b.length;l<y;l++){const c=b.charCodeAt(l);let t=c,s=!1;if(c>=55296&&c<=56319&&l+1<y){const o=b.charCodeAt(l+1);o>=56320&&o<=57343&&(t=65536+(c-55296<<10)|o-56320,s=!0)}p+=t<=127?1:t<=2047?2:t<=65535?3:4,s&&l++}return p}constructor(b){const p=b.length,l=h._utf8ByteLength(b),y=l!==p,c=y?new Uint32Array(p+1):null;y&&(c[p]=l);const t=y?new Uint32Array(l+1):null;y&&(t[l]=p);const s=new Uint8Array(l);let o=0;for(let r=0;r<p;r++){const f=b.charCodeAt(r);let d=f,k=!1;if(f>=55296&&f<=56319&&r+1<p){const T=b.charCodeAt(r+1);T>=56320&&T<=57343&&(d=65536+(f-55296<<10)|T-56320,k=!0)}y&&(c[r]=o,k&&(c[r+1]=o),d<=127?t[o+0]=r:d<=2047?(t[o+0]=r,t[o+1]=r):d<=65535?(t[o+0]=r,t[o+1]=r,t[o+2]=r):(t[o+0]=r,t[o+1]=r,t[o+2]=r,t[o+3]=r)),d<=127?s[o++]=d:d<=2047?(s[o++]=192|(1984&d)>>>6,s[o++]=128|(63&d)>>>0):d<=65535?(s[o++]=224|(61440&d)>>>12,s[o++]=128|(4032&d)>>>6,s[o++]=128|(63&d)>>>0):(s[o++]=240|(1835008&d)>>>18,s[o++]=128|(258048&d)>>>12,s[o++]=128|(4032&d)>>>6,s[o++]=128|(63&d)>>>0),k&&r++}this.utf16Length=p,this.utf8Length=l,this.utf16Value=b,this.utf8Value=s,this.utf16OffsetToUtf8=c,this.utf8OffsetToUtf16=t}createString(b){const p=b._omalloc(this.utf8Length);return b.HEAPU8.set(this.utf8Value,p),p}}class _{constructor(b){if(this.id=++_.LAST_ID,!i)throw new Error("Must invoke loadWASM first.");this._onigBinding=i,this.content=b;const p=new h(b);this.utf16Length=p.utf16Length,this.utf8Length=p.utf8Length,this.utf16OffsetToUtf8=p.utf16OffsetToUtf8,this.utf8OffsetToUtf16=p.utf8OffsetToUtf16,this.utf8Length<1e4&&!_._sharedPtrInUse?(_._sharedPtr||(_._sharedPtr=i._omalloc(1e4)),_._sharedPtrInUse=!0,i.HEAPU8.set(p.utf8Value,_._sharedPtr),this.ptr=_._sharedPtr):this.ptr=p.createString(i)}convertUtf8OffsetToUtf16(b){return this.utf8OffsetToUtf16?b<0?0:b>this.utf8Length?this.utf16Length:this.utf8OffsetToUtf16[b]:b}convertUtf16OffsetToUtf8(b){return this.utf16OffsetToUtf8?b<0?0:b>this.utf16Length?this.utf8Length:this.utf16OffsetToUtf8[b]:b}dispose(){this.ptr===_._sharedPtr?_._sharedPtrInUse=!1:this._onigBinding._ofree(this.ptr)}}a.OnigString=_,_.LAST_ID=0,_._sharedPtr=0,_._sharedPtrInUse=!1;class x{constructor(b){if(!i)throw new Error("Must invoke loadWASM first.");const p=[],l=[];for(let s=0,o=b.length;s<o;s++){const r=new h(b[s]);p[s]=r.createString(i),l[s]=r.utf8Length}const y=i._omalloc(4*b.length);i.HEAPU32.set(p,y/4);const c=i._omalloc(4*b.length);i.HEAPU32.set(l,c/4);const t=i._createOnigScanner(y,c,b.length);for(let s=0,o=b.length;s<o;s++)i._ofree(p[s]);i._ofree(c),i._ofree(y),t===0&&function(s){throw new Error(s.UTF8ToString(s._getLastOnigError()))}(i),this._onigBinding=i,this._ptr=t}dispose(){this._onigBinding._freeOnigScanner(this._ptr)}findNextMatchSync(b,p,l){let y=N,c=0;if(typeof l=="number"?(8&l&&(y=!0),c=l):typeof l=="boolean"&&(y=l),typeof b=="string"){b=new _(b);const t=this._findNextMatchSync(b,p,y,c);return b.dispose(),t}return this._findNextMatchSync(b,p,y,c)}_findNextMatchSync(b,p,l,y){const c=this._onigBinding;let t;if(t=l?c._findNextOnigScannerMatchDbg(this._ptr,b.id,b.ptr,b.utf8Length,b.convertUtf16OffsetToUtf8(p),y):c._findNextOnigScannerMatch(this._ptr,b.id,b.ptr,b.utf8Length,b.convertUtf16OffsetToUtf8(p),y),t===0)return null;const s=c.HEAPU32;let o=t/4;const r=s[o++],f=s[o++];let d=[];for(let k=0;k<f;k++){const T=b.convertUtf8OffsetToUtf16(s[o++]),P=b.convertUtf8OffsetToUtf16(s[o++]);d[k]={start:T,end:P,length:P-T}}return{index:r,captureIndices:d}}}a.OnigScanner=x;let g=!1,A=null;a.loadWASM=function(j){if(g)return A;let b,p,l,y;if(g=!0,function(c){return typeof c.instantiator=="function"}(j))b=j.instantiator,p=j.print;else{let c;(function(t){return t.data!==void 0})(j)?(c=j.data,p=j.print):c=j,b=function(t){return typeof Response<"u"&&t instanceof Response}(c)?typeof WebAssembly.instantiateStreaming=="function"?function(t){return s=>WebAssembly.instantiateStreaming(t,s)}(c):function(t){return async s=>{const o=await t.arrayBuffer();return WebAssembly.instantiate(o,s)}}(c):function(t){return s=>WebAssembly.instantiate(t,s)}(c)}return A=new Promise((c,t)=>{l=c,y=t}),function(c,t,s,o){(0,S.default)({print:t,instantiateWasm:(r,f)=>{if(typeof performance>"u"){const d=()=>Date.now();r.env.emscripten_get_now=d,r.wasi_snapshot_preview1.emscripten_get_now=d}return c(r).then(d=>f(d.instance),o),{}}}).then(r=>{i=r,s()})}(b,p,l,y),A},a.createOnigString=function(j){return new _(j)},a.createOnigScanner=function(j){return new x(j)},a.setDefaultDebugCall=function(j){N=j}},418:m=>{var a=(typeof document<"u"&&document.currentScript&&document.currentScript.src,function(L){var w,S,i=(L=L||{})!==void 0?L:{};i.ready=new Promise(function(I,B){w=I,S=B});var N,h=Object.assign({},i),_=!1,x="";function g(I){return i.locateFile?i.locateFile(I,x):x+I}N=function(I){let B;return typeof readbuffer=="function"?new Uint8Array(readbuffer(I)):(B=read(I,"binary"),y(typeof B=="object"),B)},typeof scriptArgs<"u"&&scriptArgs,typeof onig_print<"u"&&(typeof console>"u"&&(console={}),console.log=onig_print,console.warn=console.error=typeof printErr<"u"?printErr:onig_print);var A,j,b=i.print||console.log.bind(console),p=i.printErr||console.warn.bind(console);Object.assign(i,h),h=null,i.arguments&&i.arguments,i.thisProgram&&i.thisProgram,i.quit&&i.quit,i.wasmBinary&&(A=i.wasmBinary),i.noExitRuntime,typeof WebAssembly!="object"&&D("no native wasm support detected");var l=!1;function y(I,B){I||D(B)}var c,t,s,o=typeof TextDecoder<"u"?new TextDecoder("utf8"):void 0;function r(I,B,X){for(var te=B+X,z=B;I[z]&&!(z>=te);)++z;if(z-B>16&&I.buffer&&o)return o.decode(I.subarray(B,z));for(var W="";B<z;){var Y=I[B++];if(128&Y){var de=63&I[B++];if((224&Y)!=192){var me=63&I[B++];if((Y=(240&Y)==224?(15&Y)<<12|de<<6|me:(7&Y)<<18|de<<12|me<<6|63&I[B++])<65536)W+=String.fromCharCode(Y);else{var Oe=Y-65536;W+=String.fromCharCode(55296|Oe>>10,56320|1023&Oe)}}else W+=String.fromCharCode((31&Y)<<6|de)}else W+=String.fromCharCode(Y)}return W}function f(I,B){return I?r(t,I,B):""}function d(I){c=I,i.HEAP8=new Int8Array(I),i.HEAP16=new Int16Array(I),i.HEAP32=new Int32Array(I),i.HEAPU8=t=new Uint8Array(I),i.HEAPU16=new Uint16Array(I),i.HEAPU32=s=new Uint32Array(I),i.HEAPF32=new Float32Array(I),i.HEAPF64=new Float64Array(I)}i.INITIAL_MEMORY;var k=[],T=[],P=[];function O(){if(i.preRun)for(typeof i.preRun=="function"&&(i.preRun=[i.preRun]);i.preRun.length;)U(i.preRun.shift());se(k)}function E(){se(T)}function C(){if(i.postRun)for(typeof i.postRun=="function"&&(i.postRun=[i.postRun]);i.postRun.length;)H(i.postRun.shift());se(P)}function U(I){k.unshift(I)}function G(I){T.unshift(I)}function H(I){P.unshift(I)}var V=0,q=null;function F(I){V++,i.monitorRunDependencies&&i.monitorRunDependencies(V)}function M(I){if(V--,i.monitorRunDependencies&&i.monitorRunDependencies(V),V==0&&q){var B=q;q=null,B()}}function D(I){i.onAbort&&i.onAbort(I),p(I="Aborted("+I+")"),l=!0,I+=". Build with -sASSERTIONS for more info.";var B=new WebAssembly.RuntimeError(I);throw S(B),B}var J,R,Q="data:application/octet-stream;base64,";function $(I){return I.startsWith(Q)}function ee(I){try{if(I==J&&A)return new Uint8Array(A);if(N)return N(I);throw"both async and sync fetching of the wasm failed"}catch(B){D(B)}}function ie(){return A||!_||typeof fetch!="function"?Promise.resolve().then(function(){return ee(J)}):fetch(J,{credentials:"same-origin"}).then(function(I){if(!I.ok)throw"failed to load wasm binary file at '"+J+"'";return I.arrayBuffer()}).catch(function(){return ee(J)})}function be(){var I={env:ue,wasi_snapshot_preview1:ue};function B(z,W){var Y=z.exports;i.asm=Y,d((j=i.asm.memory).buffer),i.asm.__indirect_function_table,G(i.asm.__wasm_call_ctors),M()}function X(z){B(z.instance)}function te(z){return ie().then(function(W){return WebAssembly.instantiate(W,I)}).then(function(W){return W}).then(z,function(W){p("failed to asynchronously prepare wasm: "+W),D(W)})}if(F(),i.instantiateWasm)try{return i.instantiateWasm(I,B)}catch(z){p("Module.instantiateWasm callback failed with error: "+z),S(z)}return(A||typeof WebAssembly.instantiateStreaming!="function"||$(J)||typeof fetch!="function"?te(X):fetch(J,{credentials:"same-origin"}).then(function(z){return WebAssembly.instantiateStreaming(z,I).then(X,function(W){return p("wasm streaming compile failed: "+W),p("falling back to ArrayBuffer instantiation"),te(X)})})).catch(S),{}}function se(I){for(;I.length>0;)I.shift()(i)}function re(I,B,X){t.copyWithin(I,B,B+X)}function pe(I){try{return j.grow(I-c.byteLength+65535>>>16),d(j.buffer),1}catch{}}function oe(I){var B,X=t.length,te=2147483648;if((I>>>=0)>te)return!1;for(var z=1;z<=4;z*=2){var W=X*(1+.2/z);if(W=Math.min(W,I+100663296),pe(Math.min(te,(B=Math.max(I,W))+(65536-B%65536)%65536)))return!0}return!1}$(J="onig.wasm")||(J=g(J)),R=typeof dateNow<"u"?dateNow:()=>performance.now();var ce=[null,[],[]];function le(I,B){var X=ce[I];B===0||B===10?((I===1?b:p)(r(X,0)),X.length=0):X.push(B)}function ae(I,B,X,te){for(var z=0,W=0;W<X;W++){var Y=s[B>>2],de=s[B+4>>2];B+=8;for(var me=0;me<de;me++)le(I,t[Y+me]);z+=de}return s[te>>2]=z,0}var Z,ue={emscripten_get_now:R,emscripten_memcpy_big:re,emscripten_resize_heap:oe,fd_write:ae};function ge(I){function B(){Z||(Z=!0,i.calledRun=!0,l||(E(),w(i),i.onRuntimeInitialized&&i.onRuntimeInitialized(),C()))}V>0||(O(),V>0||(i.setStatus?(i.setStatus("Running..."),setTimeout(function(){setTimeout(function(){i.setStatus("")},1),B()},1)):B()))}if(be(),i.___wasm_call_ctors=function(){return(i.___wasm_call_ctors=i.asm.__wasm_call_ctors).apply(null,arguments)},i.___errno_location=function(){return(i.___errno_location=i.asm.__errno_location).apply(null,arguments)},i._omalloc=function(){return(i._omalloc=i.asm.omalloc).apply(null,arguments)},i._ofree=function(){return(i._ofree=i.asm.ofree).apply(null,arguments)},i._getLastOnigError=function(){return(i._getLastOnigError=i.asm.getLastOnigError).apply(null,arguments)},i._createOnigScanner=function(){return(i._createOnigScanner=i.asm.createOnigScanner).apply(null,arguments)},i._freeOnigScanner=function(){return(i._freeOnigScanner=i.asm.freeOnigScanner).apply(null,arguments)},i._findNextOnigScannerMatch=function(){return(i._findNextOnigScannerMatch=i.asm.findNextOnigScannerMatch).apply(null,arguments)},i._findNextOnigScannerMatchDbg=function(){return(i._findNextOnigScannerMatchDbg=i.asm.findNextOnigScannerMatchDbg).apply(null,arguments)},i.stackSave=function(){return(i.stackSave=i.asm.stackSave).apply(null,arguments)},i.stackRestore=function(){return(i.stackRestore=i.asm.stackRestore).apply(null,arguments)},i.stackAlloc=function(){return(i.stackAlloc=i.asm.stackAlloc).apply(null,arguments)},i.dynCall_jiji=function(){return(i.dynCall_jiji=i.asm.dynCall_jiji).apply(null,arguments)},i.UTF8ToString=f,q=function I(){Z||ge(),Z||(q=I)},i.preInit)for(typeof i.preInit=="function"&&(i.preInit=[i.preInit]);i.preInit.length>0;)i.preInit.pop()();return ge(),L.ready});m.exports=a}},n={},function m(a){var L=n[a];if(L!==void 0)return L.exports;var w=n[a]={exports:{}};return v[a].call(w.exports,w,w.exports,m),w.exports}(770);var v,n})})(Pt);var je={},It={get exports(){return je},set exports(e){je=e}};(function(e,u){(function(v,n){e.exports=n()})(ze,function(){return(()=>{var v={350:(m,a)=>{Object.defineProperty(a,"__esModule",{value:!0}),a.UseOnigurumaFindOptions=a.DebugFlags=void 0,a.DebugFlags={InDebugMode:typeof process<"u"&&!1},a.UseOnigurumaFindOptions=!1},36:(m,a)=>{var L;Object.defineProperty(a,"__esModule",{value:!0}),a.toOptionalTokenType=a.EncodedTokenAttributes=void 0,(L=a.EncodedTokenAttributes||(a.EncodedTokenAttributes={})).toBinaryStr=function(w){let S=w.toString(2);for(;S.length<32;)S="0"+S;return S},L.print=function(w){const S=L.getLanguageId(w),i=L.getTokenType(w),N=L.getFontStyle(w),h=L.getForeground(w),_=L.getBackground(w);console.log({languageId:S,tokenType:i,fontStyle:N,foreground:h,background:_})},L.getLanguageId=function(w){return(255&w)>>>0},L.getTokenType=function(w){return(768&w)>>>8},L.containsBalancedBrackets=function(w){return(1024&w)!=0},L.getFontStyle=function(w){return(30720&w)>>>11},L.getForeground=function(w){return(16744448&w)>>>15},L.getBackground=function(w){return(4278190080&w)>>>24},L.set=function(w,S,i,N,h,_,x){let g=L.getLanguageId(w),A=L.getTokenType(w),j=L.containsBalancedBrackets(w)?1:0,b=L.getFontStyle(w),p=L.getForeground(w),l=L.getBackground(w);return S!==0&&(g=S),i!==8&&(A=i),N!==null&&(j=N?1:0),h!==-1&&(b=h),_!==0&&(p=_),x!==0&&(l=x),(g<<0|A<<8|j<<10|b<<11|p<<15|l<<24)>>>0},a.toOptionalTokenType=function(w){return w}},996:(m,a,L)=>{Object.defineProperty(a,"__esModule",{value:!0}),a.BasicScopeAttributesProvider=a.BasicScopeAttributes=void 0;const w=L(878);class S{constructor(_,x){this.languageId=_,this.tokenType=x}}a.BasicScopeAttributes=S;class i{constructor(_,x){this._getBasicScopeAttributes=new w.CachedFn(g=>{const A=this._scopeToLanguage(g),j=this._toStandardTokenType(g);return new S(A,j)}),this._defaultAttributes=new S(_,8),this._embeddedLanguagesMatcher=new N(Object.entries(x||{}))}getDefaultAttributes(){return this._defaultAttributes}getBasicScopeAttributes(_){return _===null?i._NULL_SCOPE_METADATA:this._getBasicScopeAttributes.get(_)}_scopeToLanguage(_){return this._embeddedLanguagesMatcher.match(_)||0}_toStandardTokenType(_){const x=_.match(i.STANDARD_TOKEN_TYPE_REGEXP);if(!x)return 8;switch(x[1]){case"comment":return 1;case"string":return 2;case"regex":return 3;case"meta.embedded":return 0}throw new Error("Unexpected match for standard token type!")}}a.BasicScopeAttributesProvider=i,i._NULL_SCOPE_METADATA=new S(0,0),i.STANDARD_TOKEN_TYPE_REGEXP=/\b(comment|string|regex|meta\.embedded)\b/;class N{constructor(_){if(_.length===0)this.values=null,this.scopesRegExp=null;else{this.values=new Map(_);const x=_.map(([g,A])=>w.escapeRegExpCharacters(g));x.sort(),x.reverse(),this.scopesRegExp=new RegExp(`^((${x.join(")|(")}))($|\\.)`,"")}}match(_){if(!this.scopesRegExp)return;const x=_.match(this.scopesRegExp);return x?this.values.get(x[1]):void 0}}},947:(m,a,L)=>{Object.defineProperty(a,"__esModule",{value:!0}),a.LineTokens=a.BalancedBracketSelectors=a.StateStack=a.AttributedScopeStack=a.Grammar=a.createGrammar=void 0;const w=L(350),S=L(36),i=L(736),N=L(44),h=L(792),_=L(583),x=L(878),g=L(996),A=L(47);function j(o,r,f,d,k){const T=i.createMatchers(r,b),P=h.RuleFactory.getCompiledRuleId(f,d,k.repository);for(const O of T)o.push({debugSelector:r,matcher:O.matcher,ruleId:P,grammar:k,priority:O.priority})}function b(o,r){if(r.length<o.length)return!1;let f=0;return o.every(d=>{for(let k=f;k<r.length;k++)if(p(r[k],d))return f=k+1,!0;return!1})}function p(o,r){if(!o)return!1;if(o===r)return!0;const f=r.length;return o.length>f&&o.substr(0,f)===r&&o[f]==="."}a.createGrammar=function(o,r,f,d,k,T,P,O){return new l(o,r,f,d,k,T,P,O)};class l{constructor(r,f,d,k,T,P,O,E){if(this._rootScopeName=r,this.balancedBracketSelectors=P,this._onigLib=E,this._basicScopeAttributesProvider=new g.BasicScopeAttributesProvider(d,k),this._rootId=-1,this._lastRuleId=0,this._ruleId2desc=[null],this._includedGrammars={},this._grammarRepository=O,this._grammar=y(f,null),this._injections=null,this._tokenTypeMatchers=[],T)for(const C of Object.keys(T)){const U=i.createMatchers(C,b);for(const G of U)this._tokenTypeMatchers.push({matcher:G.matcher,type:T[C]})}}get themeProvider(){return this._grammarRepository}dispose(){for(const r of this._ruleId2desc)r&&r.dispose()}createOnigScanner(r){return this._onigLib.createOnigScanner(r)}createOnigString(r){return this._onigLib.createOnigString(r)}getMetadataForScope(r){return this._basicScopeAttributesProvider.getBasicScopeAttributes(r)}_collectInjections(){const r=[],f=this._rootScopeName,d=(k=>k===this._rootScopeName?this._grammar:this.getExternalGrammar(k))(f);if(d){const k=d.injections;if(k)for(let P in k)j(r,P,k[P],this,d);const T=this._grammarRepository.injections(f);T&&T.forEach(P=>{const O=this.getExternalGrammar(P);if(O){const E=O.injectionSelector;E&&j(r,E,O,this,O)}})}return r.sort((k,T)=>k.priority-T.priority),r}getInjections(){if(this._injections===null&&(this._injections=this._collectInjections(),w.DebugFlags.InDebugMode&&this._injections.length>0)){console.log(`Grammar ${this._rootScopeName} contains the following injections:`);for(const r of this._injections)console.log(` - ${r.debugSelector}`)}return this._injections}registerRule(r){const f=++this._lastRuleId,d=r(h.ruleIdFromNumber(f));return this._ruleId2desc[f]=d,d}getRule(r){return this._ruleId2desc[h.ruleIdToNumber(r)]}getExternalGrammar(r,f){if(this._includedGrammars[r])return this._includedGrammars[r];if(this._grammarRepository){const d=this._grammarRepository.lookup(r);if(d)return this._includedGrammars[r]=y(d,f&&f.$base),this._includedGrammars[r]}}tokenizeLine(r,f,d=0){const k=this._tokenize(r,f,!1,d);return{tokens:k.lineTokens.getResult(k.ruleStack,k.lineLength),ruleStack:k.ruleStack,stoppedEarly:k.stoppedEarly}}tokenizeLine2(r,f,d=0){const k=this._tokenize(r,f,!0,d);return{tokens:k.lineTokens.getBinaryResult(k.ruleStack,k.lineLength),ruleStack:k.ruleStack,stoppedEarly:k.stoppedEarly}}_tokenize(r,f,d,k){let T;if(this._rootId===-1&&(this._rootId=h.RuleFactory.getCompiledRuleId(this._grammar.repository.$self,this,this._grammar.repository)),f&&f!==t.NULL)T=!1,f.reset();else{T=!0;const U=this._basicScopeAttributesProvider.getDefaultAttributes(),G=this.themeProvider.getDefaults(),H=S.EncodedTokenAttributes.set(0,U.languageId,U.tokenType,null,G.fontStyle,G.foregroundId,G.backgroundId),V=this.getRule(this._rootId).getName(null,null);let q;q=V?c.createRootAndLookUpScopeName(V,H,this):c.createRoot("unknown",H),f=new t(null,this._rootId,-1,-1,!1,null,q,q)}r+=`
|
|
4
4
|
`;const P=this.createOnigString(r),O=P.content.length,E=new s(d,r,this._tokenTypeMatchers,this.balancedBracketSelectors),C=A._tokenizeString(this,P,T,0,f,E,!0,k);return N.disposeOnigString(P),{lineLength:O,lineTokens:E,ruleStack:C.stack,stoppedEarly:C.stoppedEarly}}}function y(o,r){return(o=x.clone(o)).repository=o.repository||{},o.repository.$self={$vscodeTextmateLocation:o.$vscodeTextmateLocation,patterns:o.patterns,name:o.scopeName},o.repository.$base=r||o.repository.$self,o}a.Grammar=l;class c{constructor(r,f,d){this.parent=r,this.scopePath=f,this.tokenAttributes=d}static createRoot(r,f){return new c(null,new _.ScopeStack(null,r),f)}static createRootAndLookUpScopeName(r,f,d){const k=d.getMetadataForScope(r),T=new _.ScopeStack(null,r),P=d.themeProvider.themeMatch(T),O=c.mergeAttributes(f,k,P);return new c(null,T,O)}get scopeName(){return this.scopePath.scopeName}equals(r){return c._equals(this,r)}static _equals(r,f){for(;;){if(r===f||!r&&!f)return!0;if(!r||!f||r.scopeName!==f.scopeName||r.tokenAttributes!==f.tokenAttributes)return!1;r=r.parent,f=f.parent}}static mergeAttributes(r,f,d){let k=-1,T=0,P=0;return d!==null&&(k=d.fontStyle,T=d.foregroundId,P=d.backgroundId),S.EncodedTokenAttributes.set(r,f.languageId,f.tokenType,null,k,T,P)}pushAttributed(r,f){if(r===null)return this;if(r.indexOf(" ")===-1)return c._pushAttributed(this,r,f);const d=r.split(/ /g);let k=this;for(const T of d)k=c._pushAttributed(k,T,f);return k}static _pushAttributed(r,f,d){const k=d.getMetadataForScope(f),T=r.scopePath.push(f),P=d.themeProvider.themeMatch(T),O=c.mergeAttributes(r.tokenAttributes,k,P);return new c(r,T,O)}getScopeNames(){return this.scopePath.getSegments()}}a.AttributedScopeStack=c;class t{constructor(r,f,d,k,T,P,O,E){this.parent=r,this.ruleId=f,this.beginRuleCapturedEOL=T,this.endRule=P,this.nameScopesList=O,this.contentNameScopesList=E,this._stackElementBrand=void 0,this.depth=this.parent?this.parent.depth+1:1,this._enterPos=d,this._anchorPos=k}equals(r){return r!==null&&t._equals(this,r)}static _equals(r,f){return r===f||!!this._structuralEquals(r,f)&&r.contentNameScopesList.equals(f.contentNameScopesList)}static _structuralEquals(r,f){for(;;){if(r===f||!r&&!f)return!0;if(!r||!f||r.depth!==f.depth||r.ruleId!==f.ruleId||r.endRule!==f.endRule)return!1;r=r.parent,f=f.parent}}clone(){return this}static _reset(r){for(;r;)r._enterPos=-1,r._anchorPos=-1,r=r.parent}reset(){t._reset(this)}pop(){return this.parent}safePop(){return this.parent?this.parent:this}push(r,f,d,k,T,P,O){return new t(this,r,f,d,k,T,P,O)}getEnterPos(){return this._enterPos}getAnchorPos(){return this._anchorPos}getRule(r){return r.getRule(this.ruleId)}toString(){const r=[];return this._writeString(r,0),"["+r.join(",")+"]"}_writeString(r,f){return this.parent&&(f=this.parent._writeString(r,f)),r[f++]=`(${this.ruleId}, TODO-${this.nameScopesList}, TODO-${this.contentNameScopesList})`,f}withContentNameScopesList(r){return this.contentNameScopesList===r?this:this.parent.push(this.ruleId,this._enterPos,this._anchorPos,this.beginRuleCapturedEOL,this.endRule,this.nameScopesList,r)}withEndRule(r){return this.endRule===r?this:new t(this.parent,this.ruleId,this._enterPos,this._anchorPos,this.beginRuleCapturedEOL,r,this.nameScopesList,this.contentNameScopesList)}hasSameRuleAs(r){let f=this;for(;f&&f._enterPos===r._enterPos;){if(f.ruleId===r.ruleId)return!0;f=f.parent}return!1}}a.StateStack=t,t.NULL=new t(null,0,0,0,!1,null,null,null),a.BalancedBracketSelectors=class{constructor(o,r){this.allowAny=!1,this.balancedBracketScopes=o.flatMap(f=>f==="*"?(this.allowAny=!0,[]):i.createMatchers(f,b).map(d=>d.matcher)),this.unbalancedBracketScopes=r.flatMap(f=>i.createMatchers(f,b).map(d=>d.matcher))}get matchesAlways(){return this.allowAny&&this.unbalancedBracketScopes.length===0}get matchesNever(){return this.balancedBracketScopes.length===0&&!this.allowAny}match(o){for(const r of this.unbalancedBracketScopes)if(r(o))return!1;for(const r of this.balancedBracketScopes)if(r(o))return!0;return this.allowAny}};class s{constructor(r,f,d,k){this.balancedBracketSelectors=k,this._emitBinaryTokens=r,this._tokenTypeOverrides=d,w.DebugFlags.InDebugMode?this._lineText=f:this._lineText=null,this._tokens=[],this._binaryTokens=[],this._lastTokenEndIndex=0}produce(r,f){this.produceFromScopes(r.contentNameScopesList,f)}produceFromScopes(r,f){if(this._lastTokenEndIndex>=f)return;if(this._emitBinaryTokens){let k=r.tokenAttributes,T=!1;if(this.balancedBracketSelectors?.matchesAlways&&(T=!0),this._tokenTypeOverrides.length>0||this.balancedBracketSelectors&&!this.balancedBracketSelectors.matchesAlways&&!this.balancedBracketSelectors.matchesNever){const P=r.getScopeNames();for(const O of this._tokenTypeOverrides)O.matcher(P)&&(k=S.EncodedTokenAttributes.set(k,0,S.toOptionalTokenType(O.type),null,-1,0,0));this.balancedBracketSelectors&&(T=this.balancedBracketSelectors.match(P))}if(T&&(k=S.EncodedTokenAttributes.set(k,0,8,T,-1,0,0)),this._binaryTokens.length>0&&this._binaryTokens[this._binaryTokens.length-1]===k)return void(this._lastTokenEndIndex=f);if(w.DebugFlags.InDebugMode){const P=r.getScopeNames();console.log(" token: |"+this._lineText.substring(this._lastTokenEndIndex,f).replace(/\n$/,"\\n")+"|");for(let O=0;O<P.length;O++)console.log(" * "+P[O])}return this._binaryTokens.push(this._lastTokenEndIndex),this._binaryTokens.push(k),void(this._lastTokenEndIndex=f)}const d=r.getScopeNames();if(w.DebugFlags.InDebugMode){console.log(" token: |"+this._lineText.substring(this._lastTokenEndIndex,f).replace(/\n$/,"\\n")+"|");for(let k=0;k<d.length;k++)console.log(" * "+d[k])}this._tokens.push({startIndex:this._lastTokenEndIndex,endIndex:f,scopes:d}),this._lastTokenEndIndex=f}getResult(r,f){return this._tokens.length>0&&this._tokens[this._tokens.length-1].startIndex===f-1&&this._tokens.pop(),this._tokens.length===0&&(this._lastTokenEndIndex=-1,this.produce(r,f),this._tokens[this._tokens.length-1].startIndex=0),this._tokens}getBinaryResult(r,f){this._binaryTokens.length>0&&this._binaryTokens[this._binaryTokens.length-2]===f-1&&(this._binaryTokens.pop(),this._binaryTokens.pop()),this._binaryTokens.length===0&&(this._lastTokenEndIndex=-1,this.produce(r,f),this._binaryTokens[this._binaryTokens.length-2]=0);const d=new Uint32Array(this._binaryTokens.length);for(let k=0,T=this._binaryTokens.length;k<T;k++)d[k]=this._binaryTokens[k];return d}}a.LineTokens=s},965:(m,a,L)=>{Object.defineProperty(a,"__esModule",{value:!0}),a.parseInclude=a.TopLevelRepositoryReference=a.TopLevelReference=a.RelativeReference=a.SelfReference=a.BaseReference=a.ScopeDependencyProcessor=a.ExternalReferenceCollector=a.TopLevelRepositoryRuleReference=a.TopLevelRuleReference=void 0;const w=L(878);class S{constructor(t){this.scopeName=t}toKey(){return this.scopeName}}a.TopLevelRuleReference=S;class i{constructor(t,s){this.scopeName=t,this.ruleName=s}toKey(){return`${this.scopeName}#${this.ruleName}`}}a.TopLevelRepositoryRuleReference=i;class N{constructor(){this._references=[],this._seenReferenceKeys=new Set,this.visitedRule=new Set}get references(){return this._references}add(t){const s=t.toKey();this._seenReferenceKeys.has(s)||(this._seenReferenceKeys.add(s),this._references.push(t))}}function h(c,t,s,o){const r=s.lookup(c.scopeName);if(!r){if(c.scopeName===t)throw new Error(`No grammar provided for <${t}>`);return}const f=s.lookup(t);c instanceof S?x({baseGrammar:f,selfGrammar:r},o):_(c.ruleName,{baseGrammar:f,selfGrammar:r,repository:r.repository},o);const d=s.injections(c.scopeName);if(d)for(const k of d)o.add(new S(k))}function _(c,t,s){t.repository&&t.repository[c]&&g([t.repository[c]],t,s)}function x(c,t){c.selfGrammar.patterns&&Array.isArray(c.selfGrammar.patterns)&&g(c.selfGrammar.patterns,{...c,repository:c.selfGrammar.repository},t),c.selfGrammar.injections&&g(Object.values(c.selfGrammar.injections),{...c,repository:c.selfGrammar.repository},t)}function g(c,t,s){for(const o of c){if(s.visitedRule.has(o))continue;s.visitedRule.add(o);const r=o.repository?w.mergeObjects({},t.repository,o.repository):t.repository;Array.isArray(o.patterns)&&g(o.patterns,{...t,repository:r},s);const f=o.include;if(!f)continue;const d=y(f);switch(d.kind){case 0:x({...t,selfGrammar:t.baseGrammar},s);break;case 1:x(t,s);break;case 2:_(d.ruleName,{...t,repository:r},s);break;case 3:case 4:const k=d.scopeName===t.selfGrammar.scopeName?t.selfGrammar:d.scopeName===t.baseGrammar.scopeName?t.baseGrammar:void 0;if(k){const T={baseGrammar:t.baseGrammar,selfGrammar:k,repository:r};d.kind===4?_(d.ruleName,T,s):x(T,s)}else d.kind===4?s.add(new i(d.scopeName,d.ruleName)):s.add(new S(d.scopeName))}}}a.ExternalReferenceCollector=N,a.ScopeDependencyProcessor=class{constructor(c,t){this.repo=c,this.initialScopeName=t,this.seenFullScopeRequests=new Set,this.seenPartialScopeRequests=new Set,this.seenFullScopeRequests.add(this.initialScopeName),this.Q=[new S(this.initialScopeName)]}processQueue(){const c=this.Q;this.Q=[];const t=new N;for(const s of c)h(s,this.initialScopeName,this.repo,t);for(const s of t.references)if(s instanceof S){if(this.seenFullScopeRequests.has(s.scopeName))continue;this.seenFullScopeRequests.add(s.scopeName),this.Q.push(s)}else{if(this.seenFullScopeRequests.has(s.scopeName)||this.seenPartialScopeRequests.has(s.toKey()))continue;this.seenPartialScopeRequests.add(s.toKey()),this.Q.push(s)}}};class A{constructor(){this.kind=0}}a.BaseReference=A;class j{constructor(){this.kind=1}}a.SelfReference=j;class b{constructor(t){this.ruleName=t,this.kind=2}}a.RelativeReference=b;class p{constructor(t){this.scopeName=t,this.kind=3}}a.TopLevelReference=p;class l{constructor(t,s){this.scopeName=t,this.ruleName=s,this.kind=4}}function y(c){if(c==="$base")return new A;if(c==="$self")return new j;const t=c.indexOf("#");if(t===-1)return new p(c);if(t===0)return new b(c.substring(1));{const s=c.substring(0,t),o=c.substring(t+1);return new l(s,o)}}a.TopLevelRepositoryReference=l,a.parseInclude=y},391:function(m,a,L){var w=this&&this.__createBinding||(Object.create?function(i,N,h,_){_===void 0&&(_=h),Object.defineProperty(i,_,{enumerable:!0,get:function(){return N[h]}})}:function(i,N,h,_){_===void 0&&(_=h),i[_]=N[h]}),S=this&&this.__exportStar||function(i,N){for(var h in i)h==="default"||Object.prototype.hasOwnProperty.call(N,h)||w(N,i,h)};Object.defineProperty(a,"__esModule",{value:!0}),S(L(947),a)},47:(m,a,L)=>{Object.defineProperty(a,"__esModule",{value:!0}),a.LocalStackElement=a._tokenizeString=void 0;const w=L(350),S=L(44),i=L(792),N=L(878);class h{constructor(l,y){this.stack=l,this.stoppedEarly=y}}function _(p,l,y,c,t,s,o,r){const f=l.content.length;let d=!1,k=-1;if(o){const O=function(E,C,U,G,H,V){let q=H.beginRuleCapturedEOL?0:-1;const F=[];for(let M=H;M;M=M.pop()){const D=M.getRule(E);D instanceof i.BeginWhileRule&&F.push({rule:D,stack:M})}for(let M=F.pop();M;M=F.pop()){const{ruleScanner:D,findOptions:J}=g(M.rule,E,M.stack.endRule,U,G===q),R=D.findNextMatchSync(C,G,J);if(w.DebugFlags.InDebugMode&&(console.log(" scanning for while rule"),console.log(D.toString())),!R){w.DebugFlags.InDebugMode&&console.log(" popping "+M.rule.debugName+" - "+M.rule.debugWhileRegExp),H=M.stack.pop();break}if(R.ruleId!==i.whileRuleId){H=M.stack.pop();break}R.captureIndices&&R.captureIndices.length&&(V.produce(M.stack,R.captureIndices[0].start),j(E,C,U,M.stack,V,M.rule.whileCaptures,R.captureIndices),V.produce(M.stack,R.captureIndices[0].end),q=R.captureIndices[0].end,R.captureIndices[0].end>G&&(G=R.captureIndices[0].end,U=!1))}return{stack:H,linePos:G,anchorPosition:q,isFirstLine:U}}(p,l,y,c,t,s);t=O.stack,c=O.linePos,y=O.isFirstLine,k=O.anchorPosition}const T=Date.now();for(;!d;){if(r!==0&&Date.now()-T>r)return new h(t,!0);P()}return new h(t,!1);function P(){w.DebugFlags.InDebugMode&&(console.log(""),console.log(`@@scanNext ${c}: |${l.content.substr(c).replace(/\n$/,"\\n")}|`));const O=function(G,H,V,q,F,M){const D=function(ee,ie,be,se,re,pe){const oe=re.getRule(ee),{ruleScanner:ce,findOptions:le}=x(oe,ee,re.endRule,be,se===pe);let ae=0;w.DebugFlags.InDebugMode&&(ae=N.performanceNow());const Z=ce.findNextMatchSync(ie,se,le);if(w.DebugFlags.InDebugMode){const ue=N.performanceNow()-ae;ue>5&&console.warn(`Rule ${oe.debugName} (${oe.id}) matching took ${ue} against '${ie}'`),console.log(` scanning for (linePos: ${se}, anchorPosition: ${pe})`),console.log(ce.toString()),Z&&console.log(`matched rule id: ${Z.ruleId} from ${Z.captureIndices[0].start} to ${Z.captureIndices[0].end}`)}return Z?{captureIndices:Z.captureIndices,matchedRuleId:Z.ruleId}:null}(G,H,V,q,F,M),J=G.getInjections();if(J.length===0)return D;const R=function(ee,ie,be,se,re,pe,oe){let ce,le=Number.MAX_VALUE,ae=null,Z=0;const ue=pe.contentNameScopesList.getScopeNames();for(let ge=0,I=ee.length;ge<I;ge++){const B=ee[ge];if(!B.matcher(ue))continue;const X=ie.getRule(B.ruleId),{ruleScanner:te,findOptions:z}=x(X,ie,null,se,re===oe),W=te.findNextMatchSync(be,re,z);if(!W)continue;w.DebugFlags.InDebugMode&&(console.log(` matched injection: ${B.debugSelector}`),console.log(te.toString()));const Y=W.captureIndices[0].start;if(!(Y>=le)&&(le=Y,ae=W.captureIndices,ce=W.ruleId,Z=B.priority,le===re))break}return ae?{priorityMatch:Z===-1,captureIndices:ae,matchedRuleId:ce}:null}(J,G,H,V,q,F,M);if(!R)return D;if(!D)return R;const Q=D.captureIndices[0].start,$=R.captureIndices[0].start;return $<Q||R.priorityMatch&&$===Q?R:D}(p,l,y,c,t,k);if(!O)return w.DebugFlags.InDebugMode&&console.log(" no more matches."),s.produce(t,f),void(d=!0);const E=O.captureIndices,C=O.matchedRuleId,U=!!(E&&E.length>0)&&E[0].end>c;if(C===i.endRuleId){const G=t.getRule(p);w.DebugFlags.InDebugMode&&console.log(" popping "+G.debugName+" - "+G.debugEndRegExp),s.produce(t,E[0].start),t=t.withContentNameScopesList(t.nameScopesList),j(p,l,y,t,s,G.endCaptures,E),s.produce(t,E[0].end);const H=t;if(t=t.parent,k=H.getAnchorPos(),!U&&H.getEnterPos()===c)return w.DebugFlags.InDebugMode&&console.error("[1] - Grammar is in an endless loop - Grammar pushed & popped a rule without advancing"),t=H,s.produce(t,f),void(d=!0)}else{const G=p.getRule(C);s.produce(t,E[0].start);const H=t,V=G.getName(l.content,E),q=t.contentNameScopesList.pushAttributed(V,p);if(t=t.push(C,c,k,E[0].end===f,null,q,q),G instanceof i.BeginEndRule){const F=G;w.DebugFlags.InDebugMode&&console.log(" pushing "+F.debugName+" - "+F.debugBeginRegExp),j(p,l,y,t,s,F.beginCaptures,E),s.produce(t,E[0].end),k=E[0].end;const M=F.getContentName(l.content,E),D=q.pushAttributed(M,p);if(t=t.withContentNameScopesList(D),F.endHasBackReferences&&(t=t.withEndRule(F.getEndWithResolvedBackReferences(l.content,E))),!U&&H.hasSameRuleAs(t))return w.DebugFlags.InDebugMode&&console.error("[2] - Grammar is in an endless loop - Grammar pushed the same rule without advancing"),t=t.pop(),s.produce(t,f),void(d=!0)}else if(G instanceof i.BeginWhileRule){const F=G;w.DebugFlags.InDebugMode&&console.log(" pushing "+F.debugName),j(p,l,y,t,s,F.beginCaptures,E),s.produce(t,E[0].end),k=E[0].end;const M=F.getContentName(l.content,E),D=q.pushAttributed(M,p);if(t=t.withContentNameScopesList(D),F.whileHasBackReferences&&(t=t.withEndRule(F.getWhileWithResolvedBackReferences(l.content,E))),!U&&H.hasSameRuleAs(t))return w.DebugFlags.InDebugMode&&console.error("[3] - Grammar is in an endless loop - Grammar pushed the same rule without advancing"),t=t.pop(),s.produce(t,f),void(d=!0)}else{const F=G;if(w.DebugFlags.InDebugMode&&console.log(" matched "+F.debugName+" - "+F.debugMatchRegExp),j(p,l,y,t,s,F.captures,E),s.produce(t,E[0].end),t=t.pop(),!U)return w.DebugFlags.InDebugMode&&console.error("[4] - Grammar is in an endless loop - Grammar is not advancing, nor is it pushing/popping"),t=t.safePop(),s.produce(t,f),void(d=!0)}}E[0].end>c&&(c=E[0].end,y=!1)}}function x(p,l,y,c,t){return w.UseOnigurumaFindOptions?{ruleScanner:p.compile(l,y),findOptions:A(c,t)}:{ruleScanner:p.compileAG(l,y,c,t),findOptions:0}}function g(p,l,y,c,t){return w.UseOnigurumaFindOptions?{ruleScanner:p.compileWhile(l,y),findOptions:A(c,t)}:{ruleScanner:p.compileWhileAG(l,y,c,t),findOptions:0}}function A(p,l){let y=0;return p||(y|=1),l||(y|=4),y}function j(p,l,y,c,t,s,o){if(s.length===0)return;const r=l.content,f=Math.min(s.length,o.length),d=[],k=o[0].end;for(let T=0;T<f;T++){const P=s[T];if(P===null)continue;const O=o[T];if(O.length===0)continue;if(O.start>k)break;for(;d.length>0&&d[d.length-1].endPos<=O.start;)t.produceFromScopes(d[d.length-1].scopes,d[d.length-1].endPos),d.pop();if(d.length>0?t.produceFromScopes(d[d.length-1].scopes,O.start):t.produce(c,O.start),P.retokenizeCapturedWithRuleId){const C=P.getName(r,o),U=c.contentNameScopesList.pushAttributed(C,p),G=P.getContentName(r,o),H=U.pushAttributed(G,p),V=c.push(P.retokenizeCapturedWithRuleId,O.start,-1,!1,null,U,H),q=p.createOnigString(r.substring(0,O.end));_(p,q,y&&O.start===0,O.start,V,t,!1,0),S.disposeOnigString(q);continue}const E=P.getName(r,o);if(E!==null){const C=(d.length>0?d[d.length-1].scopes:c.contentNameScopesList).pushAttributed(E,p);d.push(new b(C,O.end))}}for(;d.length>0;)t.produceFromScopes(d[d.length-1].scopes,d[d.length-1].endPos),d.pop()}a._tokenizeString=_;class b{constructor(l,y){this.scopes=l,this.endPos=y}}a.LocalStackElement=b},974:(m,a)=>{function L(N,h){throw new Error("Near offset "+N.pos+": "+h+" ~~~"+N.source.substr(N.pos,50)+"~~~")}Object.defineProperty(a,"__esModule",{value:!0}),a.parseJSON=void 0,a.parseJSON=function(N,h,_){let x=new w(N),g=new S,A=0,j=null,b=[],p=[];function l(){b.push(A),p.push(j)}function y(){A=b.pop(),j=p.pop()}function c(t){L(x,t)}for(;i(x,g);){if(A===0){if(j!==null&&c("too many constructs in root"),g.type===3){j={},_&&(j.$vscodeTextmateLocation=g.toLocation(h)),l(),A=1;continue}if(g.type===2){j=[],l(),A=4;continue}c("unexpected token in root")}if(A===2){if(g.type===5){y();continue}if(g.type===7){A=3;continue}c("expected , or }")}if(A===1||A===3){if(A===1&&g.type===5){y();continue}if(g.type===1){let t=g.value;if(i(x,g)&&g.type===6||c("expected colon"),i(x,g)||c("expected value"),A=2,g.type===1){j[t]=g.value;continue}if(g.type===8){j[t]=null;continue}if(g.type===9){j[t]=!0;continue}if(g.type===10){j[t]=!1;continue}if(g.type===11){j[t]=parseFloat(g.value);continue}if(g.type===2){let s=[];j[t]=s,l(),A=4,j=s;continue}if(g.type===3){let s={};_&&(s.$vscodeTextmateLocation=g.toLocation(h)),j[t]=s,l(),A=1,j=s;continue}}c("unexpected token in dict")}if(A===5){if(g.type===4){y();continue}if(g.type===7){A=6;continue}c("expected , or ]")}if(A===4||A===6){if(A===4&&g.type===4){y();continue}if(A=5,g.type===1){j.push(g.value);continue}if(g.type===8){j.push(null);continue}if(g.type===9){j.push(!0);continue}if(g.type===10){j.push(!1);continue}if(g.type===11){j.push(parseFloat(g.value));continue}if(g.type===2){let t=[];j.push(t),l(),A=4,j=t;continue}if(g.type===3){let t={};_&&(t.$vscodeTextmateLocation=g.toLocation(h)),j.push(t),l(),A=1,j=t;continue}c("unexpected token in array")}c("unknown state")}return p.length!==0&&c("unclosed constructs"),j};class w{constructor(h){this.source=h,this.pos=0,this.len=h.length,this.line=1,this.char=0}}class S{constructor(){this.value=null,this.type=0,this.offset=-1,this.len=-1,this.line=-1,this.char=-1}toLocation(h){return{filename:h,line:this.line,char:this.char}}}function i(N,h){h.value=null,h.type=0,h.offset=-1,h.len=-1,h.line=-1,h.char=-1;let _,x=N.source,g=N.pos,A=N.len,j=N.line,b=N.char;for(;;){if(g>=A)return!1;if(_=x.charCodeAt(g),_!==32&&_!==9&&_!==13){if(_!==10)break;g++,j++,b=0}else g++,b++}if(h.offset=g,h.line=j,h.char=b,_===34){for(h.type=1,g++,b++;;){if(g>=A)return!1;if(_=x.charCodeAt(g),g++,b++,_!==92){if(_===34)break}else g++,b++}h.value=x.substring(h.offset+1,g-1).replace(/\\u([0-9A-Fa-f]{4})/g,(p,l)=>String.fromCodePoint(parseInt(l,16))).replace(/\\(.)/g,(p,l)=>{switch(l){case'"':return'"';case"\\":return"\\";case"/":return"/";case"b":return"\b";case"f":return"\f";case"n":return`
|
package/dist/client/index.html
CHANGED
|
@@ -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.
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.3f184dda.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.7c4cf2ae.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/SectionBlock.48da9d80.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.a7fda268.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/StateEditor.ce27b0a9.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.f290c514.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.f9908c64.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/_plugin-vue_export-helper.c27b6911.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.b50294f1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NIcon.vue.656cdb1e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.7c2ecc54.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/StateEditor.vue.99c457ec.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/composables.a4d79ae5.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.c3d4f8eb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.99106176.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.d4a4cc23.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.64c3c69e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.bcfb14a2.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.f5255ea4.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.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.
|
|
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.3f184dda.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.
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.3f184dda.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.7c4cf2ae.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/SectionBlock.48da9d80.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.a7fda268.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/StateEditor.ce27b0a9.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.f290c514.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.f9908c64.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/_plugin-vue_export-helper.c27b6911.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.b50294f1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NIcon.vue.656cdb1e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.7c2ecc54.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/StateEditor.vue.99c457ec.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/composables.a4d79ae5.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.c3d4f8eb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.99106176.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.d4a4cc23.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.64c3c69e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.bcfb14a2.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.f5255ea4.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.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.
|
|
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.3f184dda.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.
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.3f184dda.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.7c4cf2ae.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/SectionBlock.48da9d80.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.a7fda268.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/StateEditor.ce27b0a9.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.f290c514.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.f9908c64.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/_plugin-vue_export-helper.c27b6911.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.b50294f1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NIcon.vue.656cdb1e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.7c2ecc54.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/StateEditor.vue.99c457ec.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/composables.a4d79ae5.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.c3d4f8eb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.99106176.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.d4a4cc23.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.64c3c69e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.bcfb14a2.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.f5255ea4.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.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.
|
|
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.3f184dda.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.
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.3f184dda.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.7c4cf2ae.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/SectionBlock.48da9d80.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.a7fda268.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/StateEditor.ce27b0a9.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.f290c514.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.f9908c64.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/_plugin-vue_export-helper.c27b6911.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.b50294f1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NIcon.vue.656cdb1e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.7c2ecc54.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/StateEditor.vue.99c457ec.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/composables.a4d79ae5.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.c3d4f8eb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.99106176.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.d4a4cc23.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.64c3c69e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.bcfb14a2.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.f5255ea4.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.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.
|
|
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.3f184dda.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.
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.3f184dda.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.7c4cf2ae.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/SectionBlock.48da9d80.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.a7fda268.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/StateEditor.ce27b0a9.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.f290c514.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.f9908c64.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/_plugin-vue_export-helper.c27b6911.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.b50294f1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NIcon.vue.656cdb1e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.7c2ecc54.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/StateEditor.vue.99c457ec.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/composables.a4d79ae5.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.c3d4f8eb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.99106176.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.d4a4cc23.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.64c3c69e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.bcfb14a2.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.f5255ea4.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.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.
|
|
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.3f184dda.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.
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.3f184dda.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.7c4cf2ae.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/SectionBlock.48da9d80.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.a7fda268.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/StateEditor.ce27b0a9.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.f290c514.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.f9908c64.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/_plugin-vue_export-helper.c27b6911.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.b50294f1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NIcon.vue.656cdb1e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.7c2ecc54.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/StateEditor.vue.99c457ec.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/composables.a4d79ae5.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.c3d4f8eb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.99106176.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.d4a4cc23.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.64c3c69e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.bcfb14a2.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.f5255ea4.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.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.
|
|
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.3f184dda.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.
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.3f184dda.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.7c4cf2ae.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/SectionBlock.48da9d80.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.a7fda268.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/StateEditor.ce27b0a9.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.f290c514.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.f9908c64.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/_plugin-vue_export-helper.c27b6911.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.b50294f1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NIcon.vue.656cdb1e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.7c2ecc54.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/StateEditor.vue.99c457ec.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/composables.a4d79ae5.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.c3d4f8eb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.99106176.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.d4a4cc23.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.64c3c69e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.bcfb14a2.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.f5255ea4.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.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.
|
|
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.3f184dda.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.
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.3f184dda.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.7c4cf2ae.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/SectionBlock.48da9d80.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.a7fda268.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/StateEditor.ce27b0a9.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.f290c514.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.f9908c64.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/_plugin-vue_export-helper.c27b6911.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.b50294f1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NIcon.vue.656cdb1e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.7c2ecc54.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/StateEditor.vue.99c457ec.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/composables.a4d79ae5.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.c3d4f8eb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.99106176.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.d4a4cc23.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.64c3c69e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.bcfb14a2.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.f5255ea4.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.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.
|
|
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.3f184dda.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.
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.3f184dda.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.7c4cf2ae.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/SectionBlock.48da9d80.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.a7fda268.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/StateEditor.ce27b0a9.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.f290c514.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.f9908c64.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/_plugin-vue_export-helper.c27b6911.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.b50294f1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NIcon.vue.656cdb1e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.7c2ecc54.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/StateEditor.vue.99c457ec.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/composables.a4d79ae5.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.c3d4f8eb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.99106176.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.d4a4cc23.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.64c3c69e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.bcfb14a2.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.f5255ea4.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.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.
|
|
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.3f184dda.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.
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.3f184dda.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.7c4cf2ae.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/SectionBlock.48da9d80.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.a7fda268.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/StateEditor.ce27b0a9.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.f290c514.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.f9908c64.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/_plugin-vue_export-helper.c27b6911.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.b50294f1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NIcon.vue.656cdb1e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.7c2ecc54.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/StateEditor.vue.99c457ec.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/composables.a4d79ae5.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.c3d4f8eb.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.99106176.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.d4a4cc23.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.64c3c69e.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.bcfb14a2.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.f5255ea4.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.aace963d.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.
|
|
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.3f184dda.js" crossorigin></script></body>
|
|
7
7
|
</html>
|