renovate-log-parser 0.2.0 → 0.3.1
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/README.md +208 -233
- package/dist/core/error-detector.d.ts +1 -1
- package/dist/core/error-detector.js +42 -2
- package/dist/core/error-detector.js.map +1 -1
- package/dist/core/skill-template.js +4 -0
- package/dist/core/skill-template.js.map +1 -1
- package/dist/server/api.d.ts +5 -4
- package/dist/server/api.js +59 -26
- package/dist/server/api.js.map +1 -1
- package/dist/server/log-registry.d.ts +17 -8
- package/dist/server/log-registry.js +44 -36
- package/dist/server/log-registry.js.map +1 -1
- package/package.json +7 -7
- package/web/.output/public/200.html +1 -1
- package/web/.output/public/404.html +1 -1
- package/web/.output/public/_nuxt/B2NJyQVk.js +3 -0
- package/web/.output/public/_nuxt/BLVSJtj1.js +3 -0
- package/web/.output/public/_nuxt/{CuOsDQlp.js → BPOwRMFI.js} +1 -1
- package/web/.output/public/_nuxt/BfI3t2es.js +1 -0
- package/web/.output/public/_nuxt/BtH4NLYu.js +2 -0
- package/web/.output/public/_nuxt/C66Rx7V7.js +1 -0
- package/web/.output/public/_nuxt/CY4Exyhk.js +1 -0
- package/web/.output/public/_nuxt/CaSpoKOZ.js +1 -0
- package/web/.output/public/_nuxt/DOmDanju.js +6 -0
- package/web/.output/public/_nuxt/builds/latest.json +1 -1
- package/web/.output/public/_nuxt/builds/meta/c947ec51-c0bb-45f2-94cf-2733560893f7.json +1 -0
- package/web/.output/public/_nuxt/catE3Uxr.js +28 -0
- package/web/.output/public/_nuxt/entry.COD7m2gp.css +2 -0
- package/web/.output/public/_nuxt/error-404.CuDiJL15.css +1 -0
- package/web/.output/public/_nuxt/error-500.DGjUVt8F.css +1 -0
- package/web/.output/public/index.html +1 -1
- package/web/.output/public/_nuxt/BjDV6v2h.js +0 -1
- package/web/.output/public/_nuxt/CVlqYHPc.js +0 -6
- package/web/.output/public/_nuxt/CztOM3Aq.js +0 -28
- package/web/.output/public/_nuxt/D3wuHpM_.js +0 -3
- package/web/.output/public/_nuxt/DUXEQ2Eh.js +0 -3
- package/web/.output/public/_nuxt/DVWtRbHb.js +0 -1
- package/web/.output/public/_nuxt/DeS15jQo.js +0 -1
- package/web/.output/public/_nuxt/XP9RigIT.js +0 -1
- package/web/.output/public/_nuxt/builds/meta/f68582c9-55a9-4352-b85a-d7f8de6f7202.json +0 -1
- package/web/.output/public/_nuxt/entry.BlZrUrUl.css +0 -2
- package/web/.output/public/_nuxt/error-404.zKZBzOko.css +0 -1
- package/web/.output/public/_nuxt/error-500.DwXcJPfY.css +0 -1
- package/web/.output/public/_nuxt/lGYp6_9X.js +0 -1
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import{t as e}from"./DK3Fl9T5.js";import{A as t,Ct as n,Dt as r,F as i,In as a,Nn as o,Nt as s,On as c,Q as l,Sr as u,Tn as d,Un as f,Vn as p,W as m,a as h,bn as g,br as _,gt as v,j as y,jn as b,jt as x,lt as ee,r as S,rn as C,tt as w,u as te,vt as ne,xr as T,yr as E,zn as D}from"./DUXEQ2Eh.js";import{Y as re,ot as ie,s as ae}from"./DVWtRbHb.js";function O(e){return typeof e==`string`?`'${e}'`:new oe().serialize(e)}var oe=function(){class e{#e=new Map;compare(e,t){let n=typeof e,r=typeof t;return n===`string`&&r===`string`?e.localeCompare(t):n===`number`&&r===`number`?e-t:String.prototype.localeCompare.call(this.serialize(e,!0),this.serialize(t,!0))}serialize(e,t){if(e===null)return`null`;switch(typeof e){case`string`:return t?e:`'${e}'`;case`bigint`:return`${e}n`;case`object`:return this.$object(e);case`function`:return this.$function(e)}return String(e)}serializeObject(e){let t=Object.prototype.toString.call(e);if(t!==`[object Object]`)return this.serializeBuiltInType(t.length<10?`unknown:${t}`:t.slice(8,-1),e);let n=e.constructor,r=n===Object||n===void 0?``:n.name;if(r!==``&&globalThis[r]===n)return this.serializeBuiltInType(r,e);if(typeof e.toJSON==`function`){let t=e.toJSON();return r+(typeof t==`object`&&t?this.$object(t):`(${this.serialize(t)})`)}return this.serializeObjectEntries(r,Object.entries(e))}serializeBuiltInType(e,t){let n=this[`$`+e];if(n)return n.call(this,t);if(typeof t?.entries==`function`)return this.serializeObjectEntries(e,t.entries());throw Error(`Cannot serialize ${e}`)}serializeObjectEntries(e,t){let n=Array.from(t).sort((e,t)=>this.compare(e[0],t[0])),r=`${e}{`;for(let e=0;e<n.length;e++){let[t,i]=n[e];r+=`${this.serialize(t,!0)}:${this.serialize(i)}`,e<n.length-1&&(r+=`,`)}return r+`}`}$object(e){let t=this.#e.get(e);return t===void 0&&(this.#e.set(e,`#${this.#e.size}`),t=this.serializeObject(e),this.#e.set(e,t)),t}$function(e){let t=Function.prototype.toString.call(e);return t.slice(-15)===`[native code] }`?`${e.name||``}()[native]`:`${e.name}(${e.length})${t.replace(/\s*\n\s*/g,``)}`}$Array(e){let t=`[`;for(let n=0;n<e.length;n++)t+=this.serialize(e[n]),n<e.length-1&&(t+=`,`);return t+`]`}$Date(e){try{return`Date(${e.toISOString()})`}catch{return`Date(null)`}}$ArrayBuffer(e){return`ArrayBuffer[${new Uint8Array(e).join(`,`)}]`}$Set(e){return`Set${this.$Array(Array.from(e).sort((e,t)=>this.compare(e,t)))}`}$Map(e){return this.serializeObjectEntries(`Map`,e.entries())}}for(let t of[`Error`,`RegExp`,`URL`])e.prototype[`$`+t]=function(e){return`${t}(${e})`};for(let t of[`Int8Array`,`Uint8Array`,`Uint8ClampedArray`,`Int16Array`,`Uint16Array`,`Int32Array`,`Uint32Array`,`Float32Array`,`Float64Array`])e.prototype[`$`+t]=function(e){return`${t}[${e.join(`,`)}]`};for(let t of[`BigInt64Array`,`BigUint64Array`])e.prototype[`$`+t]=function(e){return`${t}[${e.join(`n,`)}${e.length>0?`n`:``}]`};return e}();function se(e,t){return e===t||O(e)===O(t)}var ce=[1779033703,-1150833019,1013904242,-1521486534,1359893119,-1694144372,528734635,1541459225],le=[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],ue=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_`,k=[],de=class{_data=new A;_hash=new A([...ce]);_nDataBytes=0;_minBufferSize=0;finalize(e){e&&this._append(e);let t=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(t/4294967296),this._data.words[(n+64>>>9<<4)+15]=t,this._data.sigBytes=this._data.words.length*4,this._process(),this._hash}_doProcessBlock(e,t){let n=this._hash.words,r=n[0],i=n[1],a=n[2],o=n[3],s=n[4],c=n[5],l=n[6],u=n[7];for(let n=0;n<64;n++){if(n<16)k[n]=e[t+n]|0;else{let e=k[n-15],t=(e<<25|e>>>7)^(e<<14|e>>>18)^e>>>3,r=k[n-2],i=(r<<15|r>>>17)^(r<<13|r>>>19)^r>>>10;k[n]=t+k[n-7]+i+k[n-16]}let d=s&c^~s&l,f=r&i^r&a^i&a,p=(r<<30|r>>>2)^(r<<19|r>>>13)^(r<<10|r>>>22),m=(s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25),h=u+m+d+le[n]+k[n],g=p+f;u=l,l=c,c=s,s=o+h|0,o=a,a=i,i=r,r=h+g|0}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+a|0,n[3]=n[3]+o|0,n[4]=n[4]+s|0,n[5]=n[5]+c|0,n[6]=n[6]+l|0,n[7]=n[7]+u|0}_append(e){typeof e==`string`&&(e=A.fromUtf8(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes}_process(e){let t,n=this._data.sigBytes/64;n=e?Math.ceil(n):Math.max((n|0)-this._minBufferSize,0);let r=n*16,i=Math.min(r*4,this._data.sigBytes);if(r){for(let e=0;e<r;e+=16)this._doProcessBlock(this._data.words,e);t=this._data.words.splice(0,r),this._data.sigBytes-=i}return new A(t,i)}},A=class e{words;sigBytes;constructor(e,t){e=this.words=e||[],this.sigBytes=t===void 0?e.length*4:t}static fromUtf8(t){let n=unescape(encodeURIComponent(t)),r=n.length,i=[];for(let e=0;e<r;e++)i[e>>>2]|=(n.charCodeAt(e)&255)<<24-e%4*8;return new e(i,r)}toBase64(){let e=[];for(let t=0;t<this.sigBytes;t+=3){let n=this.words[t>>>2]>>>24-t%4*8&255,r=this.words[t+1>>>2]>>>24-(t+1)%4*8&255,i=this.words[t+2>>>2]>>>24-(t+2)%4*8&255,a=n<<16|r<<8|i;for(let n=0;n<4&&t*8+n*6<this.sigBytes*8;n++)e.push(ue.charAt(a>>>6*(3-n)&63))}return e.join(``)}concat(e){if(this.words[this.sigBytes>>>2]&=4294967295<<32-this.sigBytes%4*8,this.words.length=Math.ceil(this.sigBytes/4),this.sigBytes%4)for(let t=0;t<e.sigBytes;t++){let n=e.words[t>>>2]>>>24-t%4*8&255;this.words[this.sigBytes+t>>>2]|=n<<24-(this.sigBytes+t)%4*8}else for(let t=0;t<e.sigBytes;t+=4)this.words[this.sigBytes+t>>>2]=e.words[t>>>2];this.sigBytes+=e.sigBytes}};function fe(e){return new de().finalize(e).toBase64()}function pe(e){return fe(O(e))}var me=ie(S({ui:{colors:{primary:`green`,neutral:`slate`}}}),{nuxt:{},ui:{colors:{primary:`green`,secondary:`blue`,success:`green`,info:`blue`,warning:`yellow`,error:`red`,neutral:`slate`},icons:{arrowDown:`i-lucide-arrow-down`,arrowLeft:`i-lucide-arrow-left`,arrowRight:`i-lucide-arrow-right`,arrowUp:`i-lucide-arrow-up`,caution:`i-lucide-circle-alert`,check:`i-lucide-check`,chevronDoubleLeft:`i-lucide-chevrons-left`,chevronDoubleRight:`i-lucide-chevrons-right`,chevronDown:`i-lucide-chevron-down`,chevronLeft:`i-lucide-chevron-left`,chevronRight:`i-lucide-chevron-right`,chevronUp:`i-lucide-chevron-up`,close:`i-lucide-x`,copy:`i-lucide-copy`,copyCheck:`i-lucide-copy-check`,dark:`i-lucide-moon`,drag:`i-lucide-grip-vertical`,ellipsis:`i-lucide-ellipsis`,error:`i-lucide-circle-x`,external:`i-lucide-arrow-up-right`,eye:`i-lucide-eye`,eyeOff:`i-lucide-eye-off`,file:`i-lucide-file`,folder:`i-lucide-folder`,folderOpen:`i-lucide-folder-open`,hash:`i-lucide-hash`,info:`i-lucide-info`,light:`i-lucide-sun`,loading:`i-lucide-loader-circle`,menu:`i-lucide-menu`,minus:`i-lucide-minus`,panelClose:`i-lucide-panel-left-close`,panelOpen:`i-lucide-panel-left-open`,plus:`i-lucide-plus`,reload:`i-lucide-rotate-ccw`,search:`i-lucide-search`,stop:`i-lucide-square`,star:`i-lucide-star`,success:`i-lucide-circle-check`,system:`i-lucide-monitor`,tip:`i-lucide-lightbulb`,upload:`i-lucide-upload`,warning:`i-lucide-triangle-alert`},tv:{twMergeConfig:{}}},icon:{provider:`iconify`,class:``,aliases:{},iconifyApiEndpoint:`https://api.iconify.design`,localApiEndpoint:`/api/_nuxt_icon`,fallbackToApi:!0,cssSelectorPrefix:`i-`,cssWherePseudo:!0,cssLayer:`base`,mode:`css`,attrs:{"aria-hidden":!0},collections:`academicons.akar-icons.ant-design.arcticons.basil.bi.bitcoin-icons.bpmn.brandico.bx.bxl.bxs.bytesize.carbon.catppuccin.cbi.charm.ci.cib.cif.cil.circle-flags.circum.clarity.codex.codicon.covid.cryptocurrency.cryptocurrency-color.cuida.dashicons.devicon.devicon-plain.dinkie-icons.duo-icons.ei.el.emojione.emojione-monotone.emojione-v1.entypo.entypo-social.eos-icons.ep.et.eva.f7.fa.fa-brands.fa-regular.fa-solid.fa6-brands.fa6-regular.fa6-solid.fa7-brands.fa7-regular.fa7-solid.fad.famicons.fe.feather.file-icons.flag.flagpack.flat-color-icons.flat-ui.flowbite.fluent.fluent-color.fluent-emoji.fluent-emoji-flat.fluent-emoji-high-contrast.fluent-mdl2.fontelico.fontisto.formkit.foundation.fxemoji.gala.game-icons.garden.geo.gg.gis.gravity-ui.gridicons.grommet-icons.guidance.healthicons.heroicons.heroicons-outline.heroicons-solid.hugeicons.humbleicons.ic.icomoon-free.icon-park.icon-park-outline.icon-park-solid.icon-park-twotone.iconamoon.iconoir.icons8.il.ion.iwwa.ix.jam.la.lets-icons.line-md.lineicons.logos.ls.lsicon.lucide.lucide-lab.mage.majesticons.maki.map.marketeq.material-icon-theme.material-symbols.material-symbols-light.mdi.mdi-light.medical-icon.memory.meteocons.meteor-icons.mi.mingcute.mono-icons.mynaui.nimbus.nonicons.noto.noto-v1.nrk.octicon.oi.ooui.openmoji.oui.pajamas.pepicons.pepicons-pencil.pepicons-pop.pepicons-print.ph.picon.pixel.pixelarticons.prime.proicons.ps.qlementine-icons.quill.radix-icons.raphael.ri.rivet-icons.roentgen.si.si-glyph.sidekickicons.simple-icons.simple-line-icons.skill-icons.solar.stash.streamline.streamline-block.streamline-color.streamline-cyber.streamline-cyber-color.streamline-emojis.streamline-flex.streamline-flex-color.streamline-freehand.streamline-freehand-color.streamline-kameleon-color.streamline-logos.streamline-pixel.streamline-plump.streamline-plump-color.streamline-sharp.streamline-sharp-color.streamline-stickies-color.streamline-ultimate.streamline-ultimate-color.subway.svg-spinners.system-uicons.tabler.tdesign.teenyicons.temaki.token.token-branded.topcoat.twemoji.typcn.uil.uim.uis.uit.uiw.unjs.vaadin.vs.vscode-icons.websymbol.weui.whh.wi.wpf.zmdi.zondicons`.split(`.`),fetchTimeout:1500}});function j(){let e=h();return e._appConfig||=b(me),e._appConfig}var he=/^[a-z0-9]+(-[a-z0-9]+)*$/,M=(e,t,n,r=``)=>{let i=e.split(`:`);if(e.slice(0,1)===`@`){if(i.length<2||i.length>3)return null;r=i.shift().slice(1)}if(i.length>3||!i.length)return null;if(i.length>1){let e=i.pop(),n=i.pop(),a={provider:i.length>0?i[0]:r,prefix:n,name:e};return t&&!N(a)?null:a}let a=i[0],o=a.split(`-`);if(o.length>1){let e={provider:r,prefix:o.shift(),name:o.join(`-`)};return t&&!N(e)?null:e}if(n&&r===``){let e={provider:r,prefix:``,name:a};return t&&!N(e,n)?null:e}return null},N=(e,t)=>e?!!((t&&e.prefix===``||e.prefix)&&e.name):!1;function ge(e,t){let n=e.icons,r=e.aliases||Object.create(null),i=Object.create(null);function a(e){if(n[e])return i[e]=[];if(!(e in i)){i[e]=null;let t=r[e]&&r[e].parent,n=t&&a(t);n&&(i[e]=[t].concat(n))}return i[e]}return Object.keys(n).concat(Object.keys(r)).forEach(a),i}var _e=Object.freeze({left:0,top:0,width:16,height:16}),P=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),F=Object.freeze({..._e,...P}),I=Object.freeze({...F,body:``,hidden:!1});function ve(e,t){let n={};!e.hFlip!=!t.hFlip&&(n.hFlip=!0),!e.vFlip!=!t.vFlip&&(n.vFlip=!0);let r=((e.rotate||0)+(t.rotate||0))%4;return r&&(n.rotate=r),n}function ye(e,t){let n=ve(e,t);for(let r in I)r in P?r in e&&!(r in n)&&(n[r]=P[r]):r in t?n[r]=t[r]:r in e&&(n[r]=e[r]);return n}function be(e,t,n){let r=e.icons,i=e.aliases||Object.create(null),a={};function o(e){a=ye(r[e]||i[e],a)}return o(t),n.forEach(o),ye(e,a)}function xe(e,t){let n=[];if(typeof e!=`object`||typeof e.icons!=`object`)return n;e.not_found instanceof Array&&e.not_found.forEach(e=>{t(e,null),n.push(e)});let r=ge(e);for(let i in r){let a=r[i];a&&(t(i,be(e,i,a)),n.push(i))}return n}var Se={provider:``,aliases:{},not_found:{},..._e};function Ce(e,t){for(let n in t)if(n in e&&typeof e[n]!=typeof t[n])return!1;return!0}function we(e){if(typeof e!=`object`||!e)return null;let t=e;if(typeof t.prefix!=`string`||!e.icons||typeof e.icons!=`object`||!Ce(e,Se))return null;let n=t.icons;for(let e in n){let t=n[e];if(!e||typeof t.body!=`string`||!Ce(t,I))return null}let r=t.aliases||Object.create(null);for(let e in r){let t=r[e],i=t.parent;if(!e||typeof i!=`string`||!n[i]&&!r[i]||!Ce(t,I))return null}return t}var Te=Object.create(null);function Ee(e,t){return{provider:e,prefix:t,icons:Object.create(null),missing:new Set}}function L(e,t){let n=Te[e]||(Te[e]=Object.create(null));return n[t]||(n[t]=Ee(e,t))}function De(e,t){return we(t)?xe(t,(t,n)=>{n?e.icons[t]=n:e.missing.add(t)}):[]}function Oe(e,t,n){try{if(typeof n.body==`string`)return e.icons[t]={...n},!0}catch{}return!1}var R=!1;function ke(e){return typeof e==`boolean`&&(R=e),R}function z(e){let t=typeof e==`string`?M(e,!0,R):e;if(t){let e=L(t.provider,t.prefix),n=t.name;return e.icons[n]||(e.missing.has(n)?null:void 0)}}function B(e,t){let n=M(e,!0,R);if(!n)return!1;let r=L(n.provider,n.prefix);return t?Oe(r,n.name,t):(r.missing.add(n.name),!0)}function Ae(e,t){if(typeof e!=`object`)return!1;if(typeof t!=`string`&&(t=e.provider||``),R&&!t&&!e.prefix){let t=!1;return we(e)&&(e.prefix=``,xe(e,(e,n)=>{B(e,n)&&(t=!0)})),t}let n=e.prefix;return N({prefix:n,name:`a`})?!!De(L(t,n),e):!1}function V(e){let t=z(e);return t&&{...F,...t}}var je=Object.freeze({width:null,height:null}),Me=Object.freeze({...je,...P}),Ne=/(-?[0-9.]*[0-9]+[0-9.]*)/g,Pe=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function Fe(e,t,n){if(t===1)return e;if(n||=100,typeof e==`number`)return Math.ceil(e*t*n)/n;if(typeof e!=`string`)return e;let r=e.split(Ne);if(r===null||!r.length)return e;let i=[],a=r.shift(),o=Pe.test(a);for(;;){if(o){let e=parseFloat(a);isNaN(e)?i.push(a):i.push(Math.ceil(e*t*n)/n)}else i.push(a);if(a=r.shift(),a===void 0)return i.join(``);o=!o}}function Ie(e,t=`defs`){let n=``,r=e.indexOf(`<`+t);for(;r>=0;){let i=e.indexOf(`>`,r),a=e.indexOf(`</`+t);if(i===-1||a===-1)break;let o=e.indexOf(`>`,a);if(o===-1)break;n+=e.slice(i+1,a).trim(),e=e.slice(0,r).trim()+e.slice(o+1)}return{defs:n,content:e}}function Le(e,t){return e?`<defs>`+e+`</defs>`+t:t}function Re(e,t,n){let r=Ie(e);return Le(r.defs,t+r.content+n)}var ze=e=>e===`unset`||e===`undefined`||e===`none`;function Be(e,t){let n={...F,...e},r={...Me,...t},i={left:n.left,top:n.top,width:n.width,height:n.height},a=n.body;[n,r].forEach(e=>{let t=[],n=e.hFlip,r=e.vFlip,o=e.rotate;n?r?o+=2:(t.push(`translate(`+(i.width+i.left).toString()+` `+(0-i.top).toString()+`)`),t.push(`scale(-1 1)`),i.top=i.left=0):r&&(t.push(`translate(`+(0-i.left).toString()+` `+(i.height+i.top).toString()+`)`),t.push(`scale(1 -1)`),i.top=i.left=0);let s;switch(o<0&&(o-=Math.floor(o/4)*4),o%=4,o){case 1:s=i.height/2+i.top,t.unshift(`rotate(90 `+s.toString()+` `+s.toString()+`)`);break;case 2:t.unshift(`rotate(180 `+(i.width/2+i.left).toString()+` `+(i.height/2+i.top).toString()+`)`);break;case 3:s=i.width/2+i.left,t.unshift(`rotate(-90 `+s.toString()+` `+s.toString()+`)`);break}o%2==1&&(i.left!==i.top&&(s=i.left,i.left=i.top,i.top=s),i.width!==i.height&&(s=i.width,i.width=i.height,i.height=s)),t.length&&(a=Re(a,`<g transform="`+t.join(` `)+`">`,`</g>`))});let o=r.width,s=r.height,c=i.width,l=i.height,u,d;o===null?(d=s===null?`1em`:s===`auto`?l:s,u=Fe(d,c/l)):(u=o===`auto`?c:o,d=s===null?Fe(u,l/c):s===`auto`?l:s);let f={},p=(e,t)=>{ze(t)||(f[e]=t.toString())};p(`width`,u),p(`height`,d);let m=[i.left,i.top,c,l];return f.viewBox=m.join(` `),{attributes:f,viewBox:m,body:a}}var Ve=/\sid="(\S+)"/g,He=new Map;function Ue(e){e=e.replace(/[0-9]+$/,``)||`a`;let t=He.get(e)||0;return He.set(e,t+1),t?`${e}${t}`:e}function We(e){let t=[],n;for(;n=Ve.exec(e);)t.push(n[1]);if(!t.length)return e;let r=`suffix`+(Math.random()*16777216|Date.now()).toString(16);return t.forEach(t=>{let n=Ue(t),i=t.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`);e=e.replace(RegExp(`([#;"])(`+i+`)([")]|\\.[a-z])`,`g`),`$1`+n+r+`$3`)}),e=e.replace(new RegExp(r,`g`),``),e}var H=Object.create(null);function Ge(e,t){H[e]=t}function U(e){return H[e]||H[``]}function W(e){let t;if(typeof e.resources==`string`)t=[e.resources];else if(t=e.resources,!(t instanceof Array)||!t.length)return null;return{resources:t,path:e.path||`/`,maxURL:e.maxURL||500,rotate:e.rotate||750,timeout:e.timeout||5e3,random:e.random===!0,index:e.index||0,dataAfterTimeout:e.dataAfterTimeout!==!1}}for(var G=Object.create(null),K=[`https://api.simplesvg.com`,`https://api.unisvg.com`],q=[];K.length>0;)K.length===1||Math.random()>.5?q.push(K.shift()):q.push(K.pop());G[``]=W({resources:[`https://api.iconify.design`].concat(q)});function Ke(e,t){let n=W(t);return n===null?!1:(G[e]=n,!0)}function J(e){return G[e]}function qe(){return Object.keys(G)}var Y=(()=>{let e;try{if(e=fetch,typeof e==`function`)return e}catch{}})();function Je(e){Y=e}function Ye(){return Y}function Xe(e,t){let n=J(e);if(!n)return 0;let r;if(!n.maxURL)r=0;else{let e=0;n.resources.forEach(t=>{e=Math.max(e,t.length)});let i=t+`.json?icons=`;r=n.maxURL-e-n.path.length-i.length}return r}function Ze(e){return e===404}var Qe=(e,t,n)=>{let r=[],i=Xe(e,t),a=`icons`,o={type:a,provider:e,prefix:t,icons:[]},s=0;return n.forEach((n,c)=>{s+=n.length+1,s>=i&&c>0&&(r.push(o),o={type:a,provider:e,prefix:t,icons:[]},s=n.length),o.icons.push(n)}),r.push(o),r};function $e(e){if(typeof e==`string`){let t=J(e);if(t)return t.path}return`/`}var et={prepare:Qe,send:(e,t,n)=>{if(!Y){n(`abort`,424);return}let r=$e(t.provider);switch(t.type){case`icons`:{let e=t.prefix,n=t.icons.join(`,`),i=new URLSearchParams({icons:n});r+=e+`.json?`+i.toString();break}case`custom`:{let e=t.uri;r+=e.slice(0,1)===`/`?e.slice(1):e;break}default:n(`abort`,400);return}let i=503;Y(e+r).then(e=>{let t=e.status;if(t!==200){setTimeout(()=>{n(Ze(t)?`abort`:`next`,t)});return}return i=501,e.json()}).then(e=>{if(typeof e!=`object`||!e){setTimeout(()=>{e===404?n(`abort`,e):n(`next`,i)});return}setTimeout(()=>{n(`success`,e)})}).catch(()=>{n(`next`,i)})}};function tt(e,t){e.forEach(e=>{let n=e.loaderCallbacks;n&&(e.loaderCallbacks=n.filter(e=>e.id!==t))})}function nt(e){e.pendingCallbacksFlag||(e.pendingCallbacksFlag=!0,setTimeout(()=>{e.pendingCallbacksFlag=!1;let t=e.loaderCallbacks?e.loaderCallbacks.slice(0):[];if(!t.length)return;let n=!1,r=e.provider,i=e.prefix;t.forEach(t=>{let a=t.icons,o=a.pending.length;a.pending=a.pending.filter(t=>{if(t.prefix!==i)return!0;let o=t.name;if(e.icons[o])a.loaded.push({provider:r,prefix:i,name:o});else if(e.missing.has(o))a.missing.push({provider:r,prefix:i,name:o});else return n=!0,!0;return!1}),a.pending.length!==o&&(n||tt([e],t.id),t.callback(a.loaded.slice(0),a.missing.slice(0),a.pending.slice(0),t.abort))})}))}var rt=0;function it(e,t,n){let r=rt++,i=tt.bind(null,n,r);if(!t.pending.length)return i;let a={id:r,icons:t,callback:e,abort:i};return n.forEach(e=>{(e.loaderCallbacks||=[]).push(a)}),i}function at(e){let t={loaded:[],missing:[],pending:[]},n=Object.create(null);e.sort((e,t)=>e.provider===t.provider?e.prefix===t.prefix?e.name.localeCompare(t.name):e.prefix.localeCompare(t.prefix):e.provider.localeCompare(t.provider));let r={provider:``,prefix:``,name:``};return e.forEach(e=>{if(r.name===e.name&&r.prefix===e.prefix&&r.provider===e.provider)return;r=e;let i=e.provider,a=e.prefix,o=e.name,s=n[i]||(n[i]=Object.create(null)),c=s[a]||(s[a]=L(i,a)),l;l=o in c.icons?t.loaded:a===``||c.missing.has(o)?t.missing:t.pending;let u={provider:i,prefix:a,name:o};l.push(u)}),t}function ot(e,t=!0,n=!1){let r=[];return e.forEach(e=>{let i=typeof e==`string`?M(e,t,n):e;i&&r.push(i)}),r}var st={resources:[],index:0,timeout:2e3,rotate:750,random:!1,dataAfterTimeout:!1};function ct(e,t,n,r){let i=e.resources.length,a=e.random?Math.floor(Math.random()*i):e.index,o;if(e.random){let t=e.resources.slice(0);for(o=[];t.length>1;){let e=Math.floor(Math.random()*t.length);o.push(t[e]),t=t.slice(0,e).concat(t.slice(e+1))}o=o.concat(t)}else o=e.resources.slice(a).concat(e.resources.slice(0,a));let s=Date.now(),c=`pending`,l=0,u,d=null,f=[],p=[];typeof r==`function`&&p.push(r);function m(){d&&=(clearTimeout(d),null)}function h(){c===`pending`&&(c=`aborted`),m(),f.forEach(e=>{e.status===`pending`&&(e.status=`aborted`)}),f=[]}function g(e,t){t&&(p=[]),typeof e==`function`&&p.push(e)}function _(){return{startTime:s,payload:t,status:c,queriesSent:l,queriesPending:f.length,subscribe:g,abort:h}}function v(){c=`failed`,p.forEach(e=>{e(void 0,u)})}function y(){f.forEach(e=>{e.status===`pending`&&(e.status=`aborted`)}),f=[]}function b(t,n,r){let i=n!==`success`;switch(f=f.filter(e=>e!==t),c){case`pending`:break;case`failed`:if(i||!e.dataAfterTimeout)return;break;default:return}if(n===`abort`){u=r,v();return}if(i){u=r,f.length||(o.length?x():v());return}if(m(),y(),!e.random){let n=e.resources.indexOf(t.resource);n!==-1&&n!==e.index&&(e.index=n)}c=`completed`,p.forEach(e=>{e(r)})}function x(){if(c!==`pending`)return;m();let r=o.shift();if(r===void 0){if(f.length){d=setTimeout(()=>{m(),c===`pending`&&(y(),v())},e.timeout);return}v();return}let i={status:`pending`,resource:r,callback:(e,t)=>{b(i,e,t)}};f.push(i),l++,d=setTimeout(x,e.rotate),n(r,t,i.callback)}return setTimeout(x),_}function lt(e){let t={...st,...e},n=[];function r(){n=n.filter(e=>e().status===`pending`)}function i(e,i,a){let o=ct(t,e,i,(e,t)=>{r(),a&&a(e,t)});return n.push(o),o}function a(e){return n.find(t=>e(t))||null}return{query:i,find:a,setIndex:e=>{t.index=e},getIndex:()=>t.index,cleanup:r}}function ut(){}var dt=Object.create(null);function ft(e){if(!dt[e]){let t=J(e);if(!t)return;dt[e]={config:t,redundancy:lt(t)}}return dt[e]}function pt(e,t,n){let r,i;if(typeof e==`string`){let t=U(e);if(!t)return n(void 0,424),ut;i=t.send;let a=ft(e);a&&(r=a.redundancy)}else{let t=W(e);if(t){r=lt(t);let n=U(e.resources?e.resources[0]:``);n&&(i=n.send)}}return!r||!i?(n(void 0,424),ut):r.query(t,i,n)().abort}function mt(){}function ht(e){e.iconsLoaderFlag||(e.iconsLoaderFlag=!0,setTimeout(()=>{e.iconsLoaderFlag=!1,nt(e)}))}function gt(e){let t=[],n=[];return e.forEach(e=>{(e.match(he)?t:n).push(e)}),{valid:t,invalid:n}}function X(e,t,n){function r(){let n=e.pendingIcons;t.forEach(t=>{n&&n.delete(t),e.icons[t]||e.missing.add(t)})}if(n&&typeof n==`object`)try{if(!De(e,n).length){r();return}}catch(e){console.error(e)}r(),ht(e)}function _t(e,t){e instanceof Promise?e.then(e=>{t(e)}).catch(()=>{t(null)}):t(e)}function vt(e,t){e.iconsToLoad?e.iconsToLoad=e.iconsToLoad.concat(t).sort():e.iconsToLoad=t,e.iconsQueueFlag||(e.iconsQueueFlag=!0,setTimeout(()=>{e.iconsQueueFlag=!1;let{provider:t,prefix:n}=e,r=e.iconsToLoad;if(delete e.iconsToLoad,!r||!r.length)return;let i=e.loadIcon;if(e.loadIcons&&(r.length>1||!i)){_t(e.loadIcons(r,n,t),t=>{X(e,r,t)});return}if(i){r.forEach(r=>{_t(i(r,n,t),t=>{X(e,[r],t?{prefix:n,icons:{[r]:t}}:null)})});return}let{valid:a,invalid:o}=gt(r);if(o.length&&X(e,o,null),!a.length)return;let s=n.match(he)?U(t):null;if(!s){X(e,a,null);return}s.prepare(t,n,a).forEach(n=>{pt(t,n,t=>{X(e,n.icons,t)})})}))}var yt=(e,t)=>{let n=at(ot(e,!0,ke()));if(!n.pending.length){let e=!0;return t&&setTimeout(()=>{e&&t(n.loaded,n.missing,n.pending,mt)}),()=>{e=!1}}let r=Object.create(null),i=[],a,o;return n.pending.forEach(e=>{let{provider:t,prefix:n}=e;if(n===o&&t===a)return;a=t,o=n,i.push(L(t,n));let s=r[t]||(r[t]=Object.create(null));s[n]||(s[n]=[])}),n.pending.forEach(e=>{let{provider:t,prefix:n,name:i}=e,a=L(t,n),o=a.pendingIcons||=new Set;o.has(i)||(o.add(i),r[t][n].push(i))}),i.forEach(e=>{let t=r[e.provider][e.prefix];t.length&&vt(e,t)}),t?it(t,n,i):mt},bt=e=>new Promise((t,n)=>{let r=typeof e==`string`?M(e,!0):e;if(!r){n(e);return}yt([r||e],i=>{if(i.length&&r){let e=z(r);if(e){t({...F,...e});return}}n(e)})});function xt(e,t,n){L(n||``,t).loadIcons=e}function St(e,t){let n={...e};for(let e in t){let r=t[e],i=typeof r;e in je?(r===null||r&&(i===`string`||i===`number`))&&(n[e]=r):i===typeof n[e]&&(n[e]=e===`rotate`?r%4:r)}return n}var Ct=/[\s,]+/;function wt(e,t){t.split(Ct).forEach(t=>{switch(t.trim()){case`horizontal`:e.hFlip=!0;break;case`vertical`:e.vFlip=!0;break}})}function Tt(e,t=0){let n=e.replace(/^-?[0-9.]*/,``);function r(e){for(;e<0;)e+=4;return e%4}if(n===``){let t=parseInt(e);return isNaN(t)?0:r(t)}else if(n!==e){let t=0;switch(n){case`%`:t=25;break;case`deg`:t=90}if(t){let i=parseFloat(e.slice(0,e.length-n.length));return isNaN(i)?0:(i/=t,i%1==0?r(i):0)}}return t}function Et(e,t){let n=e.indexOf(`xlink:`)===-1?``:` xmlns:xlink="http://www.w3.org/1999/xlink"`;for(let e in t)n+=` `+e+`="`+t[e]+`"`;return`<svg xmlns="http://www.w3.org/2000/svg"`+n+`>`+e+`</svg>`}function Dt(e){return e.replace(/"/g,`'`).replace(/%/g,`%25`).replace(/#/g,`%23`).replace(/</g,`%3C`).replace(/>/g,`%3E`).replace(/\s+/g,` `)}function Ot(e){return`data:image/svg+xml,`+Dt(e)}function kt(e){return`url("`+Ot(e)+`")`}var At={...Me,inline:!1},jt={xmlns:`http://www.w3.org/2000/svg`,"xmlns:xlink":`http://www.w3.org/1999/xlink`,"aria-hidden":!0,role:`img`},Mt={display:`inline-block`},Nt={backgroundColor:`currentColor`},Pt={backgroundColor:`transparent`},Ft={Image:`var(--svg)`,Repeat:`no-repeat`,Size:`100% 100%`},It={webkitMask:Nt,mask:Nt,background:Pt};for(let e in It){let t=It[e];for(let n in Ft)t[e+n]=Ft[n]}var Z={};[`horizontal`,`vertical`].forEach(e=>{let t=e.slice(0,1)+`Flip`;Z[e+`-flip`]=t,Z[e.slice(0,1)+`-flip`]=t,Z[e+`Flip`]=t});function Lt(e){return e+(e.match(/^[-0-9.]+$/)?`px`:``)}var Rt=(e,t)=>{let n=St(At,t),r={...jt},i=t.mode||`svg`,a={},o=t.style,s=typeof o==`object`&&!(o instanceof Array)?o:{};for(let e in t){let i=t[e];if(i!==void 0)switch(e){case`icon`:case`style`:case`onLoad`:case`mode`:case`ssr`:case`customise`:break;case`inline`:case`hFlip`:case`vFlip`:n[e]=i===!0||i===`true`||i===1;break;case`flip`:typeof i==`string`&&wt(n,i);break;case`color`:a.color=i;break;case`rotate`:typeof i==`string`?n[e]=Tt(i):typeof i==`number`&&(n[e]=i);break;case`ariaHidden`:case`aria-hidden`:i!==!0&&i!==`true`&&delete r[`aria-hidden`];break;default:{let t=Z[e];t?(i===!0||i===`true`||i===1)&&(n[t]=!0):At[e]===void 0&&(r[e]=i)}}}let c=Be(e,n),l=c.attributes;if(n.inline&&(a.verticalAlign=`-0.125em`),i===`svg`)return r.style={...a,...s},Object.assign(r,l),r.innerHTML=We(c.body),w(`svg`,r);let{body:u,width:d,height:f}=e,p=i===`mask`||i!==`bg`&&u.indexOf(`currentColor`)!==-1,m=Et(u,{...l,width:d+``,height:f+``});return r.style={...a,"--svg":kt(m),width:Lt(l.width),height:Lt(l.height),...Mt,...p?Nt:Pt,...s},w(`span`,r)};if(ke(!0),Ge(``,et),typeof document<`u`&&typeof window<`u`){let e=window;if(e.IconifyPreload!==void 0){let t=e.IconifyPreload,n=`Invalid IconifyPreload syntax.`;typeof t==`object`&&t&&(t instanceof Array?t:[t]).forEach(e=>{try{(typeof e!=`object`||!e||e instanceof Array||typeof e.icons!=`object`||typeof e.prefix!=`string`||!Ae(e))&&console.error(n)}catch{console.error(n)}})}if(e.IconifyProviders!==void 0){let t=e.IconifyProviders;if(typeof t==`object`&&t)for(let e in t){let n=`IconifyProviders[`+e+`] is invalid.`;try{let r=t[e];if(typeof r!=`object`||!r||r.resources===void 0)continue;Ke(e,r)||console.error(n)}catch{console.error(n)}}}}var zt={...F,body:``},Bt=m((e,{emit:t})=>{let i=o(null);function s(){i.value&&=(i.value.abort?.(),null)}let c=o(!!e.ssr),l=o(``),u=a(null);function d(){let n=e.icon;if(typeof n==`object`&&n&&typeof n.body==`string`)return l.value=``,{data:n};let r;if(typeof n!=`string`||(r=M(n,!1,!0))===null)return null;let a=z(r);if(!a){let e=i.value;return(!e||e.name!==n)&&(a===null?i.value={name:n}:i.value={name:n,abort:yt([r],f)}),null}s(),l.value!==n&&(l.value=n,v(()=>{t(`load`,n)}));let o=e.customise;if(o){a=Object.assign({},a);let e=o(a.body,r.name,r.prefix,r.provider);typeof e==`string`&&(a.body=e)}let c=[`iconify`];return r.prefix!==``&&c.push(`iconify--`+r.prefix),r.provider!==``&&c.push(`iconify--`+r.provider),{data:a,classes:c}}function f(){let e=d();e?e.data!==u.value?.data&&(u.value=e):u.value=null}return c.value?f():n(()=>{c.value=!0,f()}),C(()=>e.icon,f),r(s),()=>{let t=u.value;if(!t)return Rt(zt,e);let n=e;return t.classes&&(n={...e,class:t.classes.join(` `)}),Rt({...F,...t.data},n)}},{props:[`icon`,`mode`,`ssr`,`width`,`height`,`style`,`color`,`inline`,`rotate`,`hFlip`,`horizontalFlip`,`vFlip`,`verticalFlip`,`flip`,`id`,`ariaHidden`,`customise`,`title`],emits:[`load`]}),Vt={getAPIConfig:J,setAPIModule:Ge,sendAPIQuery:pt,setFetch:Je,getFetch:Ye,listAPIProviders:qe},Ht=Object.freeze({left:0,top:0,width:16,height:16}),Ut=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),Wt=Object.freeze({...Ht,...Ut});Object.freeze({...Wt,body:``,hidden:!1});function Gt(e){let[t,n,r,i]=e;if(r!==i){let e=Math.max(r,i);return[t-(e-r)/2,n-(e-i)/2,e,e]}return e}var Kt=/(-?[0-9.]*[0-9]+[0-9.]*)/g,qt=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function Jt(e,t,n){if(t===1)return e;if(n||=100,typeof e==`number`)return Math.ceil(e*t*n)/n;if(typeof e!=`string`)return e;let r=e.split(Kt);if(r===null||!r.length)return e;let i=[],a=r.shift(),o=qt.test(a);for(;;){if(o){let e=parseFloat(a);isNaN(e)?i.push(a):i.push(Math.ceil(e*t*n)/n)}else i.push(a);if(a=r.shift(),a===void 0)return i.join(``);o=!o}}var Yt=Object.freeze({width:null,height:null}),Xt=Object.freeze({...Yt,...Ut});function Zt(e,t=`defs`){let n=``,r=e.indexOf(`<`+t);for(;r>=0;){let i=e.indexOf(`>`,r),a=e.indexOf(`</`+t);if(i===-1||a===-1)break;let o=e.indexOf(`>`,a);if(o===-1)break;n+=e.slice(i+1,a).trim(),e=e.slice(0,r).trim()+e.slice(o+1)}return{defs:n,content:e}}function Qt(e,t){return e?`<defs>`+e+`</defs>`+t:t}function $t(e,t,n){let r=Zt(e);return Qt(r.defs,t+r.content+n)}var en=e=>e===`unset`||e===`undefined`||e===`none`;function tn(e,t){let n={...Wt,...e},r={...Xt,...t},i={left:n.left,top:n.top,width:n.width,height:n.height},a=n.body;[n,r].forEach(e=>{let t=[],n=e.hFlip,r=e.vFlip,o=e.rotate;n?r?o+=2:(t.push(`translate(`+(i.width+i.left).toString()+` `+(0-i.top).toString()+`)`),t.push(`scale(-1 1)`),i.top=i.left=0):r&&(t.push(`translate(`+(0-i.left).toString()+` `+(i.height+i.top).toString()+`)`),t.push(`scale(1 -1)`),i.top=i.left=0);let s;switch(o<0&&(o-=Math.floor(o/4)*4),o%=4,o){case 1:s=i.height/2+i.top,t.unshift(`rotate(90 `+s.toString()+` `+s.toString()+`)`);break;case 2:t.unshift(`rotate(180 `+(i.width/2+i.left).toString()+` `+(i.height/2+i.top).toString()+`)`);break;case 3:s=i.width/2+i.left,t.unshift(`rotate(-90 `+s.toString()+` `+s.toString()+`)`);break}o%2==1&&(i.left!==i.top&&(s=i.left,i.left=i.top,i.top=s),i.width!==i.height&&(s=i.width,i.width=i.height,i.height=s)),t.length&&(a=$t(a,`<g transform="`+t.join(` `)+`">`,`</g>`))});let o=r.width,s=r.height,c=i.width,l=i.height,u,d;o===null?(d=s===null?`1em`:s===`auto`?l:s,u=Jt(d,c/l)):(u=o===`auto`?c:o,d=s===null?Jt(u,l/c):s===`auto`?l:s);let f={},p=(e,t)=>{en(t)||(f[e]=t.toString())};p(`width`,u),p(`height`,d);let m=[i.left,i.top,c,l];return f.viewBox=m.join(` `),{attributes:f,viewBox:m,body:a}}function nn(e){return e.replace(/"/g,`'`).replace(/%/g,`%25`).replace(/#/g,`%23`).replace(/</g,`%3C`).replace(/>/g,`%3E`).replace(/\s+/g,` `)}function rn(e){return`data:image/svg+xml,`+nn(e)}function an(e){return`url("`+rn(e)+`")`}function on(e,t){let n=e.indexOf(`xlink:`)===-1?``:` xmlns:xlink="http://www.w3.org/1999/xlink"`;for(let e in t)n+=` `+e+`="`+t[e]+`"`;return`<svg xmlns="http://www.w3.org/2000/svg"`+n+`>`+e+`</svg>`}function sn(e){let t=Object.create(null);Object.assign(t,{display:`inline-block`,width:`1em`,height:`1em`});let n=e.varName;switch(e.pseudoSelector&&(t.content=`''`),e.mode){case`background`:n&&(t[`background-image`]=`var(--`+n+`)`),t[`background-repeat`]=`no-repeat`,t[`background-size`]=`100% 100%`;break;case`mask`:t[`background-color`]=`currentColor`,n&&(t[`mask-image`]=t[`-webkit-mask-image`]=`var(--`+n+`)`),t[`mask-repeat`]=t[`-webkit-mask-repeat`]=`no-repeat`,t[`mask-size`]=t[`-webkit-mask-size`]=`100% 100%`;break}return t}function cn(e,t){let n=Object.create(null),r=t.varName,i=tn(e),a=i.viewBox;a[2]!==a[3]&&(t.forceSquare?a=Gt(a):n.width=Jt(`1em`,a[2]/a[3]));let o=an(on(i.body.replace(/currentColor/g,t.color||`black`),{viewBox:`${a[0]} ${a[1]} ${a[2]} ${a[3]}`,width:`${a[2]}`,height:`${a[3]}`}));if(r)n[`--`+r]=o;else switch(t.mode){case`background`:n[`background-image`]=o;break;case`mask`:n[`mask-image`]=n[`-webkit-mask-image`]=o;break}return n}var ln={selectorStart:{compressed:`{`,compact:` {`,expanded:` {`},selectorEnd:{compressed:`}`,compact:`; }
|
|
2
|
-
`,expanded:`;
|
|
3
|
-
}
|
|
4
|
-
`},rule:{compressed:`{key}:`,compact:` {key}: `,expanded:`
|
|
5
|
-
{key}: `}};function un(e,t=`expanded`){let n=[];for(let r=0;r<e.length;r++){let{selector:i,rules:a}=e[r],o=(i instanceof Array?i.join(t===`compressed`?`,`:`, `):i)+ln.selectorStart[t],s=!0;for(let e in a)s||(o+=`;`),o+=ln.rule[t].replace(`{key}`,e)+a[e],s=!1;o+=ln.selectorEnd[t],n.push(o)}return n.join(t===`compressed`?``:`
|
|
6
|
-
`)}function dn(e,t={}){let n=t.customise?t.customise(e.body):e.body,r=t.mode||(t.color||!n.includes(`currentColor`)?`background`:`mask`),i=t.varName;i===void 0&&r===`mask`&&(i=`svg`);let a={...t,mode:r,varName:i};r===`background`&&delete a.varName;let o=Object.create(null);return Object.assign(o,t.rules,sn(a),cn({...Wt,...e,body:n},a)),un([{selector:t.iconSelector||`.icon`,rules:o}],a.format)}var fn=!1;function pn(e){if(fn)return;let t=JSON.parse(`[{"prefix":"lucide","icons":{"arrow-down":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M12 5v14m7-7l-7 7l-7-7\\"/>"},"arrow-left":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m12 19l-7-7l7-7m7 7H5\\"/>"},"arrow-right":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M5 12h14m-7-7l7 7l-7 7\\"/>"},"arrow-up":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m5 12l7-7l7 7m-7 7V5\\"/>"},"arrow-up-right":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M7 7h10v10M7 17L17 7\\"/>"},"check":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M20 6L9 17l-5-5\\"/>"},"chevron-down":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m6 9l6 6l6-6\\"/>"},"chevron-left":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m15 18l-6-6l6-6\\"/>"},"chevron-right":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m9 18l6-6l-6-6\\"/>"},"chevron-up":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m18 15l-6-6l-6 6\\"/>"},"chevrons-left":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m11 17l-5-5l5-5m7 10l-5-5l5-5\\"/>"},"chevrons-right":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m6 17l5-5l-5-5m7 10l5-5l-5-5\\"/>"},"circle-alert":{"width":24,"height":24,"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"/><path d=\\"M12 8v4m0 4h.01\\"/></g>"},"circle-check":{"width":24,"height":24,"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"/><path d=\\"m9 12l2 2l4-4\\"/></g>"},"circle-x":{"width":24,"height":24,"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"/><path d=\\"m15 9l-6 6m0-6l6 6\\"/></g>"},"copy":{"width":24,"height":24,"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><rect width=\\"14\\" height=\\"14\\" x=\\"8\\" y=\\"8\\" rx=\\"2\\" ry=\\"2\\"/><path d=\\"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2\\"/></g>"},"copy-check":{"width":24,"height":24,"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><path d=\\"m12 15l2 2l4-4\\"/><rect width=\\"14\\" height=\\"14\\" x=\\"8\\" y=\\"8\\" rx=\\"2\\" ry=\\"2\\"/><path d=\\"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2\\"/></g>"},"ellipsis":{"width":24,"height":24,"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"1\\"/><circle cx=\\"19\\" cy=\\"12\\" r=\\"1\\"/><circle cx=\\"5\\" cy=\\"12\\" r=\\"1\\"/></g>"},"eye":{"width":24,"height":24,"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><path d=\\"M2.062 12.348a1 1 0 0 1 0-.696a10.75 10.75 0 0 1 19.876 0a1 1 0 0 1 0 .696a10.75 10.75 0 0 1-19.876 0\\"/><circle cx=\\"12\\" cy=\\"12\\" r=\\"3\\"/></g>"},"eye-off":{"width":24,"height":24,"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><path d=\\"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575a1 1 0 0 1 0 .696a10.8 10.8 0 0 1-1.444 2.49m-6.41-.679a3 3 0 0 1-4.242-4.242\\"/><path d=\\"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151a1 1 0 0 1 0-.696a10.75 10.75 0 0 1 4.446-5.143M2 2l20 20\\"/></g>"},"file":{"width":24,"height":24,"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><path d=\\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\\"/><path d=\\"M14 2v5a1 1 0 0 0 1 1h5\\"/></g>"},"folder":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z\\"/>"},"folder-open":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m6 14l1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2\\"/>"},"grip-vertical":{"width":24,"height":24,"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><circle cx=\\"9\\" cy=\\"12\\" r=\\"1\\"/><circle cx=\\"9\\" cy=\\"5\\" r=\\"1\\"/><circle cx=\\"9\\" cy=\\"19\\" r=\\"1\\"/><circle cx=\\"15\\" cy=\\"12\\" r=\\"1\\"/><circle cx=\\"15\\" cy=\\"5\\" r=\\"1\\"/><circle cx=\\"15\\" cy=\\"19\\" r=\\"1\\"/></g>"},"hash":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M4 9h16M4 15h16M10 3L8 21m8-18l-2 18\\"/>"},"info":{"width":24,"height":24,"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"/><path d=\\"M12 16v-4m0-4h.01\\"/></g>"},"lightbulb":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M15 14c.2-1 .7-1.7 1.5-2.5c1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5c.7.7 1.3 1.5 1.5 2.5m0 4h6m-5 4h4\\"/>"},"loader-circle":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M21 12a9 9 0 1 1-6.219-8.56\\"/>"},"menu":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M4 5h16M4 12h16M4 19h16\\"/>"},"minus":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M5 12h14\\"/>"},"monitor":{"width":24,"height":24,"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><rect width=\\"20\\" height=\\"14\\" x=\\"2\\" y=\\"3\\" rx=\\"2\\"/><path d=\\"M8 21h8m-4-4v4\\"/></g>"},"moon":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401\\"/>"},"panel-left-close":{"width":24,"height":24,"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><rect width=\\"18\\" height=\\"18\\" x=\\"3\\" y=\\"3\\" rx=\\"2\\"/><path d=\\"M9 3v18m7-6l-3-3l3-3\\"/></g>"},"panel-left-open":{"width":24,"height":24,"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><rect width=\\"18\\" height=\\"18\\" x=\\"3\\" y=\\"3\\" rx=\\"2\\"/><path d=\\"M9 3v18m5-12l3 3l-3 3\\"/></g>"},"plus":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M5 12h14m-7-7v14\\"/>"},"rotate-ccw":{"width":24,"height":24,"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><path d=\\"M3 12a9 9 0 1 0 9-9a9.75 9.75 0 0 0-6.74 2.74L3 8\\"/><path d=\\"M3 3v5h5\\"/></g>"},"search":{"width":24,"height":24,"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><path d=\\"m21 21l-4.34-4.34\\"/><circle cx=\\"11\\" cy=\\"11\\" r=\\"8\\"/></g>"},"square":{"width":24,"height":24,"body":"<rect width=\\"18\\" height=\\"18\\" x=\\"3\\" y=\\"3\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" rx=\\"2\\"/>"},"star":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.12 2.12 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.12 2.12 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16z\\"/>"},"sun":{"width":24,"height":24,"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"4\\"/><path d=\\"M12 2v2m0 16v2M4.93 4.93l1.41 1.41m11.32 11.32l1.41 1.41M2 12h2m16 0h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41\\"/></g>"},"triangle-alert":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m21.73 18l-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3M12 9v4m0 4h.01\\"/>"},"upload":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M12 3v12m5-7l-5-5l-5 5m14 7v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\\"/>"},"x":{"width":24,"height":24,"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M18 6L6 18M6 6l12 12\\"/>"}}}]`);for(let n of t)for(let[t,r]of Object.entries(n.icons))e(n.prefix?n.prefix+`:`+t:t,r);fn=!0}async function mn(e,t){if(!e)return null;pn(B);let n=V(e);if(n)return n;let r,i=bt(e).catch(()=>(console.warn(`[Icon] failed to load icon \`${e}\``),null));return t>0?await Promise.race([i,new Promise(n=>{r=setTimeout(()=>{console.warn(`[Icon] loading icon \`${e}\` timed out after ${t}ms`),n()},t)})]).finally(()=>clearTimeout(r)):await i,V(e)}function hn(e){let t=j().icon,n=(t.collections||[]).sort((e,t)=>t.length-e.length);return y(()=>{let r=e(),i=r.startsWith(t.cssSelectorPrefix)?r.slice(t.cssSelectorPrefix.length):r,a=t.aliases?.[i]||i;if(!a.includes(`:`)){let e=n.find(e=>a.startsWith(e+`-`));return e?e+`:`+a.slice(e.length+1):a}return a})}function gn(e,t){if(e!==!1)return e===!0||e===null?t:e}var Q;function _n(e){return e.replace(/([^\w-])/g,`\\$1`)}function vn(){if(Q)return Q;Q=new Set;let e=e=>{if(e=e.replace(/^:where\((.*)\)$/,`$1`).trim(),e.startsWith(`.`))return e},t=n=>{if(n?.length)for(let r of n){r?.cssRules&&t(r.cssRules);let n=r?.selectorText;if(typeof n==`string`){let t=e(n);t&&Q.add(t)}}};if(typeof document<`u`)for(let e of document.styleSheets)try{t(e.cssRules||e.rules)}catch{}return Q}var yn=m({name:`NuxtIconCss`,props:{name:{type:String,required:!0},customize:{type:[Function,Boolean,null],default:null,required:!1}},setup(e){let t=h(),n=j().icon,r=y(()=>{if(!e.name)return``;let t=n.cssSelectorPrefix+e.name;return typeof e.customize==`function`?t+`--customized-`+pe(e.customize.toString()):t});function i(e){if(!e)return;let n=V(e);if(n)return n;let r=t.payload?.data?.[e];if(r)return B(e,r),r}let a=y(()=>`.`+_n(r.value));function o(t,r=!0){let i=a.value;n.cssWherePseudo&&(i=`:where(${i})`);let o=dn(t,{iconSelector:i,format:`compressed`,customise:gn(e.customize,n.customize)});return n.cssLayer&&r?`@layer ${n.cssLayer} { ${o} }`:o}{let t=vn();async function n(e){if(t.has(a.value)||typeof document>`u`)return;let n=document.createElement(`style`);n.textContent=o(e);let r=document.head.querySelector(`style, link[rel="stylesheet"]`);r?document.head.insertBefore(n,r):document.head.appendChild(n),t.add(a.value)}C(()=>e.name,()=>{if(t.has(a.value))return;let r=i(e.name);r?n(r):mn(e.name,-1).then(e=>{e&&n(e)}).catch(()=>null)},{immediate:!0})}return()=>w(`span`,{class:[`iconify`,r.value]})}});function bn(e,t={}){let n,r=!1,i=[],a,o,c=(t,n)=>{let i=xn(e,t,n);return a=i,i.finally(()=>{if(a=void 0,o&&!r){let e=o;o=void 0,c(t,e)}}),i};return function(...e){return o=e,a||new Promise(a=>{let l=t.leading&&!r;r||(r=!0,s(()=>{r=!1;let a=o??e;o=void 0;let s=t.leading?n:c(this,a);for(let e of i)e(s);i=[]})),l?(n=c(this,e),a(n)):i.push(a)})}}async function xn(e,t,n){return await e.apply(t,n)}m({name:`ServerPlaceholder`,render(){return i(`div`)}});var Sn=Symbol.for(`nuxt:client-only`);m({name:`ClientOnly`,inheritAttrs:!1,props:[`fallback`,`placeholder`,`placeholderTag`,`fallbackTag`],setup(e,{slots:r,attrs:o}){let s=a(!1);n(()=>{s.value=!0});let c=l();return c&&(c._nuxtClientOnly=!0),x(Sn,!0),()=>{if(s.value){let e=r.default?.();return e&&e.length===1?[t(e[0],o)]:e}let n=r.fallback||r.placeholder;if(n)return w(n);let a=e.fallback||e.placeholder||``;return i(ae(e.fallbackTag||e.placeholderTag,`span`),o,a)}}});function Cn(e){return Object.defineProperty(function(){throw E.NUXT_E1007({name:e.name})},"__nuxt_factory",{enumerable:!1,get:()=>e.factory})}var wn=u({docsBase:_,reporters:T}),Tn=Cn({name:`createUseAsyncData`,factory(e={}){function t(...t){let n=typeof t[t.length-1]==`string`?t.pop():void 0;En(t[0],t[1])&&t.unshift(n);let[i,a,o={}]=t,u=!1,f=d(i)||typeof i==`function`,m=f?y(()=>p(i)):{value:i};if(!m.value||typeof m.value!=`string`)throw wn.NUXT_E3008();if(typeof a!=`function`)throw wn.NUXT_E3009();let _=typeof e==`function`,v=h(),b=_?e(o):e;if(!_)for(let e in b)b[e]!==void 0&&o[e]===void 0&&(o[e]=b[e]);if(o.server??=!0,o.default??=An,o.getCachedData??=jn,o.lazy??=!1,o.immediate??=!0,o.deep??=te.deep,o.dedupe??=`cancel`,o.enabled??=!0,_)for(let e in b)b[e]!==void 0&&(o[e]=b[e]);v._asyncData[m.value];function x(){let e={cause:`initial`,dedupe:o.dedupe},t=v._asyncData[m.value];return t?._init?v._asyncDataPromises[m.value]&&(e.cachedData=t._initialCachedData):(e.cachedData=o.getCachedData(m.value,v,{cause:`initial`}),v._asyncData[m.value]=kn(v,m.value,a,o,e.cachedData),v._asyncData[m.value]._initialCachedData=e.cachedData),()=>v._asyncData[m.value].execute(e)}let S=x(),w=v._asyncData[m.value];w._deps++;let T=o.server!==!1&&v.payload.serverRendered;{let e=l();if(e&&T&&o.immediate&&!e.sp&&(e.sp=[]),e&&!e._nuxtOnBeforeMountCbs){e._nuxtOnBeforeMountCbs=[];let t=e._nuxtOnBeforeMountCbs;ne(()=>{t.forEach(e=>{e()}),t.splice(0,t.length)}),r(()=>t.splice(0,t.length))}let t=e&&(e._nuxtClientOnly||ee(Sn,!1));T&&v.isHydrating&&(w.error.value||w.data.value!==void 0)?w.status.value=w.error.value?`error`:`success`:e&&(!t&&v.payload.serverRendered&&v.isHydrating||o.lazy)&&o.immediate?e._nuxtOnBeforeMountCbs.push(S):o.immediate&&w.status.value!==`success`&&S();function n(e){let t=v._asyncData[e];t?._deps&&(t._deps--,t._deps===0&&t?._off())}let i=g(),h=()=>{},_=f?C(m,(e,t)=>{if((e||t)&&e!==t){u=!0;let r=v._asyncData[t]?.data.value!==void 0,i=v._asyncDataPromises[t]!==void 0,c={cause:`initial`,dedupe:o.dedupe};if(!v._asyncData[e]?._init){let n=o.getCachedData(e,v,{cause:`initial`});c.cachedData=n;let i=t&&r&&n===void 0?v._asyncData[t].data.value:n;v._asyncData[e]=kn(v,e,a,o,i),v._asyncData[e]._initialCachedData=n}v._asyncData[e]._deps++,t&&n(t),o._keyTriggersExecute!==!1&&(o.immediate||r||i)&&v._asyncData[e].execute(c),s(()=>{u=!1})}},{flush:`sync`}):h,y=o.watch?C(o.watch,()=>{u||v._asyncData[m.value]?._execute({cause:`watch`,dedupe:o.dedupe})}):h,b=d(o.enabled)||typeof o.enabled==`function`?C(()=>p(o.enabled),e=>{let t=v._asyncData[m.value];e||!t||!v._asyncDataPromises[m.value]||(t._abortController?.abort(new DOMException("AsyncData request cancelled by `enabled: false`",`AbortError`)),t._abortController=void 0,delete v._asyncDataPromises[m.value],t.status.value=`idle`)}):h;i&&c(()=>{_(),y(),b(),n(m.value)})}let E={data:$(()=>v._asyncData[m.value]?.data),pending:$(()=>v._asyncData[m.value]?.pending),status:$(()=>v._asyncData[m.value]?.status),error:$(()=>v._asyncData[m.value]?.error),refresh:(...e)=>v._asyncData[m.value]?._init?v._asyncData[m.value].execute(...e):x()(),execute:(...e)=>E.refresh(...e),clear:()=>{let e=v._asyncData[m.value];if(e?._abortController)try{e._abortController.abort(new DOMException(`AsyncData aborted by user.`,`AbortError`))}finally{e._abortController=void 0}Dn(v,m.value)}},D=Promise.resolve(v._asyncDataPromises[m.value]).then(()=>E);return Object.assign(D,E),Object.defineProperties(D,{then:{enumerable:!0,value:D.then.bind(D)},catch:{enumerable:!0,value:D.catch.bind(D)},finally:{enumerable:!0,value:D.finally.bind(D)}}),D}return t}});Tn.__nuxt_factory(),Tn.__nuxt_factory({lazy:!0,_functionName:`useLazyAsyncData`});function $(e){return y({get(){return e()?.value},set(t){let n=e();n&&(n.value=t)}})}function En(e,t){return!(typeof e==`string`||typeof e==`object`&&e||typeof e==`function`&&typeof t==`function`)}function Dn(e,t){delete e.payload.data[t],delete e.payload._errors[t],e._asyncData[t]&&(e._asyncData[t].data.value=f(e._asyncData[t]._default()),e._asyncData[t].error.value=void 0,e._asyncData[t].status.value=`idle`,e._asyncData[t]._initialCachedData=void 0),delete e._asyncDataPromises[t]}function On(e,t){let n={};for(let r of t)n[r]=e[r];return n}function kn(e,t,n,r,i){e.payload._errors[t]??=void 0;let s=r.getCachedData!==jn,c=n,l=r.deep?o:a,u=i!==void 0,d=e.hook(`app:data:refresh`,async e=>{(!e||e.includes(t))&&await m.execute({cause:`refresh:hook`})}),m={data:l(u?i:r.default()),pending:y(()=>m.status.value===`pending`),error:D(e.payload._errors,t),status:a(`idle`),execute:(...n)=>{let[i,a=void 0]=n,o=i&&a===void 0&&typeof i==`object`?i:{};if(e._asyncDataPromises[t]&&(o.dedupe??r.dedupe)===`defer`)return e._asyncDataPromises[t];{let n=`cachedData`in o?o.cachedData:r.getCachedData(t,e,{cause:o.cause??`refresh:manual`});if(n!==void 0)return e.payload.data[t]=m.data.value=n,m.error.value=void 0,m.status.value=`success`,Promise.resolve(n)}if(p(r.enabled)===!1)return Promise.resolve(m.data.value);m._abortController&&m._abortController.abort(new DOMException(`AsyncData request cancelled by deduplication`,`AbortError`)),m._abortController=new AbortController,m.status.value=`pending`;let s=new AbortController,l=new Promise((t,n)=>{try{let i=o.timeout??r.timeout,a=Mn([m._abortController?.signal,o?.signal],s.signal,i);if(a.aborted){let e=a.reason;n(e instanceof Error?e:new DOMException(String(e??`Aborted`),`AbortError`));return}return a.addEventListener(`abort`,()=>{let e=a.reason;n(e instanceof Error?e:new DOMException(String(e??`Aborted`),`AbortError`))},{once:!0,signal:s.signal}),Promise.resolve(c(e,{signal:a})).then(t,n)}catch(e){n(e)}}).then(async n=>{if(e._asyncDataPromises[t]!==l)return;let i=n;r.transform&&(i=await r.transform(n)),r.pick&&(i=On(i,r.pick)),e.payload.data[t]=i,m.data.value=i,m.error.value=void 0,m.status.value=`success`}).catch(n=>{if(e._asyncDataPromises[t]!==l||m._abortController?.signal.aborted)return e._asyncDataPromises[t];if(typeof DOMException<`u`&&n instanceof DOMException&&n.name===`AbortError`)return m.status.value=`idle`,e._asyncDataPromises[t];m.error.value=re(n),m.data.value=f(r.default()),m.status.value=`error`}).finally(()=>{s.abort(),e._asyncDataPromises[t]===l&&delete e._asyncDataPromises[t]});return e._asyncDataPromises[t]=l,e._asyncDataPromises[t]},_execute:bn((...e)=>m.execute(...e)),_default:r.default,_deps:0,_init:!0,_hash:void 0,_off:()=>{d(),e._asyncData[t]?._init&&(e._asyncData[t]._init=!1),e._asyncDataPromises[t]&&(m._abortController?.abort(new DOMException(`AsyncData request cancelled by unmount`,`AbortError`)),delete e._asyncDataPromises[t]),s||v(()=>{e._asyncData[t]?._init||(Dn(e,t),m.execute=()=>Promise.resolve())})}};return m}var An=()=>void 0,jn=(e,t,n)=>{if(t.isHydrating)return t.payload.data[e];if(n.cause!==`refresh:manual`&&n.cause!==`refresh:hook`)return t.static.data[e]};function Mn(e,t,n){let r=e.filter(e=>!!e);if(typeof n==`number`&&n>=0){let e=AbortSignal.timeout?.(n);e&&r.push(e)}if(AbortSignal.any)return AbortSignal.any(r);let i=new AbortController;for(let e of r)if(e.aborted){let t=e.reason??new DOMException(`Aborted`,`AbortError`);try{i.abort(t)}catch{i.abort()}return i.signal}let a=()=>{let e=r.find(e=>e.aborted)?.reason??new DOMException(`Aborted`,`AbortError`);try{i.abort(e)}catch{i.abort()}};for(let e of r)e.addEventListener?.(`abort`,a,{once:!0,signal:t});return i.signal}var Nn=m({name:`NuxtIconSvg`,props:{name:{type:String,required:!0},customize:{type:[Function,Boolean,null],default:null,required:!1}},setup(e,{slots:t}){let n=h(),r=j().icon,i=hn(()=>e.name),a=`i-`+i.value;if(i.value){let e=n.payload.data[a];e?B(i.value,e):pn(B)}return()=>w(Bt,{icon:i.value,ssr:!0,customise:gn(e.customize,r.customize)},t)}}),Pn=e({default:()=>Fn}),Fn=m({name:`NuxtIcon`,props:{name:{type:String,required:!0},mode:{type:String,required:!1,default:null},size:{type:[Number,String],required:!1,default:null},customize:{type:[Function,Boolean,null],default:null,required:!1}},setup(e,{slots:t}){let n=h(),r=j().icon,i=hn(()=>e.name),a=y(()=>n.vueApp?.component(i.value)||((e.mode||r.mode)===`svg`?Nn:yn)),o=y(()=>{let t=e.size||r.size;return t?{fontSize:Number.isNaN(+t)?t:t+`px`}:null});return()=>w(a.value,{...r.attrs,name:i.value,class:r.class,style:o.value,customize:e.customize},t)}});export{xt as a,se as c,Ke as i,O as l,Pn as n,j as o,Vt as r,me as s,Fn as t};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./lGYp6_9X.js","./DK3Fl9T5.js","./DUXEQ2Eh.js","./DVWtRbHb.js","./D3wuHpM_.js","./CuOsDQlp.js","./CVlqYHPc.js","./BDNMzG2s.js","./pages.BDcbBSnU.css","./BjDV6v2h.js","./XP9RigIT.js","./error-404.zKZBzOko.css","./DeS15jQo.js","./error-500.DwXcJPfY.css"])))=>i.map(i=>d[i]);
|
|
2
|
-
import{$t as e,Bn as t,Ct as n,Dn as r,Dt as i,F as a,Ft as o,H as s,In as c,It as l,M as u,N as d,Nn as f,On as p,P as m,Pn as h,Qt as g,S as _,Sr as v,St as y,T as b,U as x,Un as S,V as C,W as w,Yt as T,a as E,br as ee,cn as D,et as O,f as k,fr as A,ft as te,gr as j,gt as ne,hr as M,ht as N,i as P,in as re,j as F,jn as I,jt as L,kt as R,l as ie,lt as z,m as B,mr as V,n as ae,o as oe,p as se,rn as H,s as ce,t as le,tt as U,w as ue,wn as de,x as W,xr as fe,yr as pe,yt as me,zn as he,zt as ge}from"./DUXEQ2Eh.js";import{$ as _e,A as ve,B as ye,C as be,D as xe,E as Se,Et as Ce,F as G,G as we,Gt as Te,H as Ee,I as De,J as Oe,K as ke,L as Ae,M as je,N as Me,O as Ne,P as Pe,Q as Fe,R as K,S as Ie,T as Le,Tt as Re,U as ze,V as Be,W as Ve,X as He,Y as Ue,Z as We,_ as Ge,a as Ke,at as qe,b as Je,bt as Ye,c as q,ct as Xe,d as Ze,dt as Qe,f as $e,g as et,gt as tt,h as nt,i as rt,it as J,j as it,k as at,l as ot,lt as st,m as ct,p as lt,q as ut,rt as dt,st as ft,t as pt,u as mt,v as ht,vt as gt,w as _t,x as vt,xt as yt,y as bt,yt as xt,z as St}from"./DVWtRbHb.js";import{A as Ct,D as wt,G as Tt,J as Et,K as Y,L as Dt,M as Ot,O as kt,Q as At,R as jt,St as Mt,U as X,V as Nt,W as Pt,Z as Ft,_ as It,at as Lt,b as Rt,bt as zt,f as Bt,g as Vt,gt as Ht,h as Ut,j as Wt,lt as Gt,m as Kt,mt as qt,nt as Jt,ot as Yt,p as Xt,t as Zt,tt as Qt,u as $t,v as en,vt as tn,x as nn,xt as rn,y as an,yt as on}from"./D3wuHpM_.js";import{a as sn,c as cn,d as ln,f as un,i as dn,l as fn,m as pn,n as mn,o as hn,p as gn,r as _n,s as vn,t as yn,u as bn}from"./XP9RigIT.js";import{n as xn,r as Z}from"./CuOsDQlp.js";import{a as Sn,i as Cn,o as wn,r as Tn}from"./CVlqYHPc.js";(function(){let e=document.createElement(`link`).relList;if(e&&e.supports&&e.supports(`modulepreload`))return;for(let e of document.querySelectorAll(`link[rel="modulepreload"]`))n(e);new MutationObserver(e=>{for(let t of e)if(t.type===`childList`)for(let e of t.addedNodes)e.tagName===`LINK`&&e.rel===`modulepreload`&&n(e)}).observe(document,{childList:!0,subtree:!0});function t(e){let t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),e.crossOrigin===`use-credentials`?t.credentials=`include`:e.crossOrigin===`anonymous`?t.credentials=`omit`:t.credentials=`same-origin`,t}function n(e){if(e.ep)return;e.ep=!0;let n=t(e);fetch(e.href,n)}})(),`global`in globalThis||(globalThis.global=globalThis);function En(e,t){t.push(ce),e.vueApp.use(t);let n=!0,r=()=>{n=!1,t.render()};t.hooks?.hook(`dom:beforeRender`,e=>{e.shouldRender=!n}),e.hooks.hook(`page:start`,()=>{n=!0}),e.hooks.hook(`page:finish`,()=>{e.isHydrating||r()}),e.hooks.hook(`app:error`,r),e.hooks.hook(`app:suspense:resolve`,r);let i=t.push.bind(t);t.push=((t,n)=>{let r=i(t,n),a=r.dispose.bind(r);return r.dispose=()=>{let t=e[`~transitionPromise`];t?t.finally(a):a()},r})}function Dn(e,t){if(typeof t==`function`&&t.key&&e.plugins.has(t.key))return;let n=typeof t==`function`?t(e):t,r=n.key||String(e.plugins.size+1);if(!e.plugins.get(r)){e.plugins.set(r,n);for(let t in n.hooks||{})e.hooks?.hook(t,n.hooks[t])}}function On(e,t={}){let n=!t.document,r=new Map,i={_entryCount:1,_h:0,plugins:new Map,resolvedOptions:t,ssr:n,entries:r,hooks:void 0,render:()=>e(i),use:e=>Dn(i,e),push(e,t){let a=t?._index??i._entryCount++,o=t?{...t}:{};delete o.head,delete o.onRendered,delete o._index;let s={_i:a,input:e,options:o};return r.set(a,s),{_i:a,dispose(){r.delete(a)},patch(e){n?(s.input=e,delete s._tags):s._pending=e,r.has(a)||r.set(a,s)}}}};return t.init?.forEach(e=>e&&i.push(e)),i}function kn(e,t,n){let r=e.push,i=e;return i.ssr=!1,i.hooks=t,i.dirty=!!i.dirty,i.use=e=>Dn(i,e),i.render=()=>n(i),i.invalidate=()=>{for(let e of i.entries.values())delete e._tags;i.dirty=!0,t.callHook(`entries:updated`,i)},i.push=(n,a)=>{let o=a?.onRendered?t.hook(`dom:rendered`,a.onRendered):void 0,s=r(n,a),c=e.entries.get(s._i);return c&&(c._o=n),i.dirty=!0,t.callHook(`entries:updated`,i),{_i:s._i,patch(e){s.patch(e),i.dirty=!0,t.callHook(`entries:updated`,i)},dispose(){o?.(),e.entries.has(s._i)&&(s.dispose(),i.invalidate())}}},t.hook(`entries:updated`,()=>{i.render()}),i}var An=/\s+/;function jn(e={}){return t=>Fn(t,e)}function Mn(e){for(let t of e.entries.values())if(t._pending!==void 0)return!0;return!1}function Nn(e){for(let t in e._s)e._s[t]();for(let t in e._p)e._p[t]();e._s={},e._p={},e._e.clear(),e._l.clear()}function Pn(e,t){let n={_d:t,_t:t.title,_e:new Map([[`htmlAttrs`,t.documentElement],[`bodyAttrs`,t.body]]),_p:{},_s:{},_l:new Map};for(let e of[...t.body.children,...t.head.children]){let t=e.tagName.toLowerCase();if(!gn.has(t))continue;let r={innerHTML:e.innerHTML};for(let t of e.getAttributeNames())r[t]=e.getAttribute(t);let i=fn({tag:t,props:{}},r);i.key=e.getAttribute(`data-hid`)||void 0;let a=hn(i)||vn(i),o=a,s=1;for(;n._e.has(o);)o=`${a}:${s++}`;n._e.set(o,e)}for(let t of e.entries.values())if(t._o!==void 0){let e=t._o;for(let t of[`bodyAttrs`,`htmlAttrs`]){let r=e[t]?.class;if(typeof r==`string`){let e=n._e.get(t);for(let i of r.split(An))i&&(n._p[`${t}:attr:class:${i}`]=()=>e.classList.remove(i))}}}return n}function Fn(e,t={}){let n=t.document||e.resolvedOptions.document,r=e._dom,i=!!r&&r._d!==n;if(!n||!i&&!e.dirty&&!Mn(e)||e._du)return!1;let a=n.defaultView;e._du=!0;let o=!1;try{let r=function(e,t,n,r){let i=`${e}:${t}`;d._s[i]=!r&&d._p[i]||n,delete d._p[i]},i=function(e){let t=d._p[e];return delete d._p[e],t},s=function(e,t,n,i,a,o){let s=`event:${t}`,c=`${e}:${s}`,l=d._l.get(c);if(l&&l[0]===o&&l[1]===n&&l[2]===i){r(e,s,l[4]);return}l?.[4]();let u=`data-${t}`,f=(e=>i.call(a,e)),p=()=>{o.removeEventListener(n,f),a.getAttribute(u)===``&&a.removeAttribute(u),d._l.get(c)?.[3]===f&&d._l.delete(c)};o.addEventListener(n,f),d._l.set(c,[o,n,i,f,p]),a.setAttribute(u,``),r(e,s,p,!0)},c=function({id:e,$el:t,tag:n}){let o=n.tag.endsWith(`Attrs`);if(d._e.set(e,t),!o){let a=n.textContent;a!=null&&a!==``&&(a!==t.textContent&&(t.textContent=a),r(e,`text`,()=>{t.textContent===a&&(t.textContent=``)},!0));let o=n.innerHTML;o!=null&&o!==``&&(o!==t.innerHTML&&(t.innerHTML=o),r(e,`html`,()=>{t.innerHTML===o&&(t.innerHTML=``)},!0));let s=`${e}:el`;d._s[s]=i(s)||(()=>{t?.remove(),d._e.delete(e)})}for(let r in n.props){let o=n.props[r];if(r[0]===`o`&&r[1]===`n`&&typeof o==`function`){let i=r.slice(2);t?.dataset?.[`${r}fired`]&&o.call(t,new((a?.Event)||Event)(i)),s(e,r,i,o,t,n.tag===`bodyAttrs`&&a?a:t);continue}let c=`${e}:attr:${r}`;if(r===`class`&&o)for(let e of o){let n=`${c}:${e}`;d._s[n]=i(n)||(()=>t.classList.remove(e)),t.classList.contains(e)||t.classList.add(e)}else if(r===`style`&&o)for(let[e,n]of o){let r=`${c}:${e}`;d._s[r]=i(r)||(()=>t.style.removeProperty(e)),t.style.setProperty(e,n)}else o!==!1&&o!==null&&(t.getAttribute(r)!==o&&t.setAttribute(r,o===!0?``:String(o)),d._s[c]=i(c)||(()=>t.removeAttribute(r)))}},l={shouldRender:!0,tags:[]};if(ln(e,`dom:beforeRender`,l),!l.shouldRender)return!1;let u=e._dom;u?._d!==n&&(u&&Nn(u),u=void 0),u?u._p=u._s:u=Pn(e,n),u._s={};let d=u,f=[],p={};e.dirty=!1;let m=bn(e,t.tagWeight?{tagWeight:t.tagWeight}:void 0),h=[],g={};for(let e of m){let t=g[e._d]||0,i=(t?`${e._d}:${t}`:e._d)||e._h,a={tag:e,id:i,shouldRender:!0};if(e.tag===`meta`&&e._d&&cn(e._d)&&(g[e._d]=t+1),h.push(a),e.tag===`title`){n.title=e.textContent,r(`title`,``,()=>n.title=d._t);continue}a.$el=d._e.get(i),a.$el?c(a):gn.has(e.tag)&&f.push(a)}for(let e of f)e.$el=n.createElement(e.tag.tag),c(e),(p[e.tag.tagPosition||`head`]??=n.createDocumentFragment()).appendChild(e.$el);p.head&&n.head.appendChild(p.head),p.bodyOpen&&n.body.insertBefore(p.bodyOpen,n.body.firstChild),p.bodyClose&&n.body.appendChild(p.bodyClose);for(let e in d._p)d._p[e]();e._dom=d,o=!0,ln(e,`dom:rendered`,{renders:h})}catch(t){throw e.dirty=!0,t}finally{e._du=!1}return o&&(e.dirty||Mn(e))&&Fn(e,t),o}var In=e=>typeof e.tagPriority==`number`?e.tagPriority:100+(pn[e.tagPriority]||0);function Ln(e={}){e.document=e.document||(typeof window<`u`?document:void 0);let t=e.render||jn({document:e.document}),n=kn(On(t,{document:e.document,propResolvers:e.propResolvers,_tagWeight:In,init:[]}),un(e.hooks),t);return e.plugins?.forEach(e=>n.use(e)),e.init?.forEach(e=>e&&n.push(e)),n}var Rn=/\\/g,zn=/</g,Bn=/"/g,Vn=/%\w+(?:\.\w+)?/g,Hn=`%separator`;function Un(e,t,n=!1){let r;if(t===`s`||t===`pageTitle`)r=e.pageTitle;else if(t.includes(`.`)){let n=t.indexOf(`.`);r=e[t.substring(0,n)]?.[t.substring(n+1)]}else r=e[t];if(r!==void 0)return n?(r||``).replace(Rn,`\\\\`).replace(zn,`\\u003C`).replace(Bn,`\\"`):r||``}function Wn(e,t,n,r=!1){if(typeof e!=`string`||!e.includes(`%`))return e;let i=e;try{i=decodeURI(e)}catch{}let a=i.match(Vn);if(!a)return e;let o=e.includes(Hn);return e=e.replace(Vn,e=>{if(e===Hn||!a.includes(e))return e;let n=Un(t,e.slice(1),r);return n===void 0?e:n}).trim(),o&&(e=e.split(Hn).map(e=>e.trim()).filter(e=>e!==``).join(n?` ${n} `:` `)),e}var Gn=(e,t)=>e._w===t._w?e._p-t._p:e._w-t._w,Kn=e=>e.includes(`:key`)?e:e.split(`:`).join(`:key:`),qn=dn({key:`aliasSorting`,hooks:{"tags:resolve":e=>{let t=!1;for(let n of e.tags){let r=n.tagPriority;if(!r)continue;let i=String(r);if(i.startsWith(`before:`)){let r=Kn(i.slice(7)),a=e.tagMap.get(r);a&&(typeof a.tagPriority==`number`&&(n.tagPriority=a.tagPriority),n._p=a._p-1,t=!0)}else if(i.startsWith(`after:`)){let r=Kn(i.slice(6)),a=e.tagMap.get(r);a&&(typeof a.tagPriority==`number`&&(n.tagPriority=a.tagPriority),n._p=a._p+1,t=!0)}}t&&(e.tags=e.tags.sort(Gn))}}}),Jn=dn({key:`deprecations`,hooks:{"entries:normalize":({tags:e})=>{for(let t of e)t.props.children&&(t.innerHTML=t.props.children,delete t.props.children),t.props.hid&&(t.key=t.props.hid,delete t.props.hid),t.props.vmid&&(t.key=t.props.vmid,delete t.props.vmid),`body`in t.props&&(t.props.body&&(t.tagPosition=`bodyClose`),delete t.props.body),t.props.renderPriority!=null&&(t.tagPriority=t.props.renderPriority,delete t.props.renderPriority)}}});function Yn(e){return typeof e?.then==`function`}function Xn(e){if(typeof e==`function`)return e;if(Yn(e))return Promise.resolve(e).then(Xn);if(Array.isArray(e)){let t=e.map(Xn);return t.some(Yn)?Promise.all(t):e}if(e?.constructor===Object){let t=Object.keys(e),n=t.map(t=>Xn(e[t]));if(n.some(Yn))return Promise.all(n).then(e=>Object.fromEntries(t.map((t,n)=>[t,e[n]])))}return e}var Zn=dn(e=>{let t=new WeakMap;return{key:`promises`,hooks:{"entries:resolve":n=>{for(let r=n.entries.length-1;r>=0;r--){let i=n.entries[r],a=i.input;if(t.get(i)===a){n.entries.splice(r,1);continue}let o=Xn(a);if(!Yn(o)){t.delete(i);continue}t.set(i,a),n.entries.splice(r,1),Promise.resolve(o).then(n=>{t.get(i)===a&&(t.delete(i),i.input=n,delete i._tags,e.invalidate?.())},()=>{t.get(i)===a&&t.delete(i)})}}}}},`promises`),Qn={meta:`content`,link:`href`,htmlAttrs:`lang`},$n=[`innerHTML`,`textContent`],er=dn(e=>({key:`template-params`,hooks:{"tags:resolve":({tagMap:t,tags:n})=>{let r=t.get(`templateParams`)?.props||{},i=r.separator||`|`;delete r.separator,r.pageTitle=Wn(r.pageTitle||e._title||``,r,i);for(let e of n){if(e.processTemplateParams===!1)continue;let t=Qn[e.tag];if(t&&typeof e.props[t]==`string`)e.props[t]=Wn(e.props[t],r,i);else if(e.processTemplateParams||e.tag===`titleTemplate`||e.tag===`title`)for(let t of $n)typeof e[t]==`string`&&(e[t]=Wn(e[t],r,i,e.tag===`script`&&typeof e.props.type==`string`&&e.props.type.endsWith(`json`)))}e._templateParams=r,e._separator=i},"tags:afterResolve":({tagMap:t})=>{let n=t.get(`title`);n?.textContent&&n.processTemplateParams!==!1&&(n.textContent=Wn(n.textContent,e._templateParams,e._separator))}}}),`template-params`);function tr(e={}){let t=jn(),n,r=0;return n=Ln({render:()=>{let e=++r;setTimeout(()=>{e===r&&t(n)},0)},...e}),n.install=sn(n),n}var nr={disableDefaults:!0,plugins:[Jn,Zn,er,qn]},rr=P({name:`nuxt:head`,enforce:`pre`,setup(e){En(e,tr(nr))}}),ir=/(:\w+)\([^)]+\)/g,ar=/(:\w+)[?+*]/g,or=/:\w+/g,sr=(e,t)=>t.path.replace(ir,`$1`).replace(ar,`$1`).replace(or,t=>e.params[t.slice(1)]?.toString()||``),cr=(e,t)=>{let n=e.route.matched.find(t=>t.components?.default===e.Component.type),r=t??n?.meta.key??(n&&sr(e.route,n));return typeof r==`function`?r(e.route):r},lr=(e,t)=>({default:()=>e?U(_,e===!0?{}:e,t):t});function ur(e){return Array.isArray(e)?e:[e]}var dr=()=>location.protocol+`//`+location.host;function fr(e,t){let{pathname:n,search:r,hash:i}=t,a=e.indexOf(`#`);if(a>-1){let t=i.includes(e.slice(a))?e.slice(a).length:1,n=i.slice(t);return n[0]!==`/`&&(n=`/`+n),je(n,``)}return je(n,e)+r+i}function pr(e,t,n,r){let i=[],a=[],o=null,s=({state:a})=>{let s=fr(e,location),c=n.value,l=t.value,u=0;if(a){if(n.value=s,t.value=a,o&&o===c){o=null;return}u=l?a.position-l.position:0}else r(s);i.forEach(e=>{e(n.value,c,{delta:u,type:`pop`,direction:u?u>0?`forward`:`back`:``})})};function c(){o=n.value}function l(e){i.push(e);let t=()=>{let t=i.indexOf(e);t>-1&&i.splice(t,1)};return a.push(t),t}function u(){if(document.visibilityState===`hidden`){let{history:e}=window;if(!e.state)return;e.replaceState(G({},e.state,{scroll:ot()}),``)}}function d(){for(let e of a)e();a=[],window.removeEventListener(`popstate`,s),window.removeEventListener(`pagehide`,u),document.removeEventListener(`visibilitychange`,u)}return window.addEventListener(`popstate`,s),window.addEventListener(`pagehide`,u),document.addEventListener(`visibilitychange`,u),{pauseListeners:c,listen:l,destroy:d}}function mr(e,t,n,r=!1,i=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:i?ot():null}}function hr(e){let{history:t,location:n}=window,r={value:fr(e,n)},i={value:t.state};i.value||a(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function a(r,a,o){let s=e.indexOf(`#`),c=s>-1?(n.host&&document.querySelector(`base`)?e:e.slice(s))+r:dr()+e+r;try{t[o?`replaceState`:`pushState`](a,``,c),i.value=a}catch(e){console.error(e),n[o?`replace`:`assign`](c)}}function o(e,n){a(e,G({},t.state,mr(i.value.back,e,i.value.forward,!0),n,{position:i.value.position}),!0),r.value=e}function s(e,n){let o=G({},i.value,t.state,{forward:e,scroll:ot()});a(o.current,o,!0),a(e,G({},mr(r.value,e,null),{position:o.position+1},n),!1),r.value=e}return{location:r,state:i,push:s,replace:o}}function gr(e){e=_t(e);let t=hr(e),n=pr(e,t.state,t.location,t.replace);function r(e,t=!0){t||n.pauseListeners(),history.go(e)}let i=G({location:``,base:e,go:r,createHref:mt.bind(null,e)},t,n);return Object.defineProperty(i,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(i,"state",{enumerable:!0,get:()=>t.state.value}),i}var _r={type:0,value:``},vr=/[a-zA-Z0-9_]/;function yr(e){if(!e)return[[]];if(e===`/`)return[[_r]];if(!e.startsWith(`/`))throw Error(`Invalid path "${e}"`);function t(e){throw Error(`ERR (${n})/"${l}": ${e}`)}let n=0,r=n,i=[],a;function o(){a&&i.push(a),a=[]}let s=0,c,l=``,u=``;function d(){l&&=(n===0?a.push({type:0,value:l}):n===1||n===2||n===3?(a.length>1&&(c===`*`||c===`+`)&&t(`A repeatable param (${l}) must be alone in its segment. eg: '/:ids+.`),a.push({type:1,value:l,regexp:u,repeatable:c===`*`||c===`+`,optional:c===`*`||c===`?`})):t(`Invalid state to consume buffer`),``)}function f(){l+=c}for(;s<e.length;)switch(c=e[s++],n){case 0:c===`\\`?(r=n,n=4):c===`/`?(l&&d(),o()):c===`:`?(d(),n=1):f();break;case 4:f(),n=r;break;case 1:c===`(`?n=2:vr.test(c)?f():(d(),n=0,c!==`*`&&c!==`?`&&c!==`+`&&s--);break;case 2:c===`)`?u[u.length-1]==`\\`?u=u.slice(0,-1)+c:n=3:u+=c;break;case 3:d(),n=0,c!==`*`&&c!==`?`&&c!==`+`&&s--,u=``;break;default:t(`Unknown state`);break}return n===2&&t(`Unfinished custom RegExp for param "${l}"`),d(),o(),i}var br=`[^/]+?`,xr={sensitive:!1,strict:!1,start:!0,end:!0},Sr=/[.+*?^${}()[\]/\\]/g;function Cr(e,t){let n=G({},xr,t),r=[],i=n.start?`^`:``,a=[];for(let t of e){let e=t.length?[]:[90];n.strict&&!t.length&&(i+=`/`);for(let r=0;r<t.length;r++){let o=t[r],s=40+(n.sensitive?.25:0);if(o.type===0)r||(i+=`/`),i+=o.value.replace(Sr,`\\$&`),s+=40;else if(o.type===1){let{value:e,repeatable:n,optional:c,regexp:l}=o;a.push({name:e,repeatable:n,optional:c});let u=l||br;if(u!==br){s+=10;try{RegExp(`(${u})`)}catch(t){throw Error(`Invalid custom RegExp for param "${e}" (${u}): `+t.message)}}let d=n?`((?:${u})(?:/(?:${u}))*)`:`(${u})`;r||(d=c&&t.length<2?`(?:/${d})`:`/`+d),c&&(d+=`?`),i+=d,s+=20,c&&(s+=-8),n&&(s+=-20),u===`.*`&&(s+=-50)}e.push(s)}r.push(e)}if(n.strict&&n.end){let e=r.length-1;r[e][r[e].length-1]+=.7000000000000001}n.strict||(i+=`/?`),n.end?i+=`$`:n.strict&&!i.endsWith(`/`)&&(i+=`(?:/|$)`);let o=new RegExp(i,n.sensitive?``:`i`);function s(e){let t=e.match(o),n={};if(!t)return null;for(let e=1;e<t.length;e++){let r=t[e]||``,i=a[e-1];n[i.name]=r&&i.repeatable?r.split(`/`):r}return n}function c(t){let n=``,r=!1;for(let i of e){(!r||!n.endsWith(`/`))&&(n+=`/`),r=!1;for(let e of i)if(e.type===0)n+=e.value;else if(e.type===1){let{value:a,repeatable:o,optional:s}=e,c=a in t?t[a]:``;if(Ae(c)&&!o)throw Error(`Provided param "${a}" is an array but it is not repeatable (* or + modifiers)`);let l=Ae(c)?c.join(`/`):c;if(!l)if(s)i.length<2&&(n.endsWith(`/`)?n=n.slice(0,-1):r=!0);else throw Error(`Missing required param "${a}"`);n+=l}}return n||`/`}return{re:o,score:r,keys:a,parse:s,stringify:c}}function wr(e,t){let n=0;for(;n<e.length&&n<t.length;){let r=t[n]-e[n];if(r)return r;n++}return e.length<t.length?e.length===1&&e[0]===80?-1:1:e.length>t.length?t.length===1&&t[0]===80?1:-1:0}function Tr(e,t){let n=0,r=e.score,i=t.score;for(;n<r.length&&n<i.length;){let e=wr(r[n],i[n]);if(e)return e;n++}if(Math.abs(i.length-r.length)===1){if(Er(r))return 1;if(Er(i))return-1}return i.length-r.length}function Er(e){let t=e[e.length-1];return e.length>0&&t[t.length-1]<0}var Dr={strict:!1,end:!0,sensitive:!1};function Or(e,t,n){let r=G(Cr(yr(e.path),n),{record:e,parent:t,children:[],alias:[]});return t&&!r.record.aliasOf==!t.record.aliasOf&&t.children.push(r),r}function kr(e,t){let n=[],r=new Map;t=ye(Dr,t);function i(e){return r.get(e)}function a(e,n,r){let i=!r,s=jr(e);s.aliasOf=r&&r.record;let l=ye(t,e),u=[s];if(`alias`in e){let t=typeof e.alias==`string`?[e.alias]:e.alias;for(let e of t)u.push(jr(G({},s,{components:r?r.record.components:s.components,path:e,aliasOf:r?r.record:s})))}let d,f;for(let t of u){let{path:u}=t;if(n&&u[0]!==`/`){let e=n.record.path,r=e[e.length-1]===`/`?``:`/`;t.path=n.record.path+(u&&r+u)}if(d=Or(t,n,l),r?r.alias.push(d):(f||=d,f!==d&&f.alias.push(d),i&&e.name&&!Nr(d)&&o(e.name)),Lr(d)&&c(d),s.children){let e=s.children;for(let t=0;t<e.length;t++)a(e[t],d,r&&r.children[t])}r||=d}return f?()=>{o(f)}:Be}function o(e){if(Je(e)){let t=r.get(e);t&&(r.delete(e),n.splice(n.indexOf(t),1),t.children.forEach(o),t.alias.forEach(o))}else{let t=n.indexOf(e);t>-1&&(n.splice(t,1),e.record.name&&r.delete(e.record.name),e.children.forEach(o),e.alias.forEach(o))}}function s(){return n}function c(e){let t=Fr(e,n);n.splice(t,0,e),e.record.name&&!Nr(e)&&r.set(e.record.name,e)}function l(e,t){let i,a={},o,s;if(`name`in e&&e.name){if(i=r.get(e.name),!i)throw De(1,{location:e});s=i.record.name,a=G(Ar(t.params,i.keys.filter(e=>!e.optional).concat(i.parent?i.parent.keys.filter(e=>e.optional):[]).map(e=>e.name)),e.params&&Ar(e.params,i.keys.map(e=>e.name))),o=i.stringify(a)}else if(e.path!=null)o=e.path,i=n.find(e=>e.re.test(o)),i&&(a=i.parse(o),s=i.record.name,i.keys.forEach(e=>{e.optional&&!a[e.name]&&delete a[e.name]}));else{if(i=t.name?r.get(t.name):n.find(e=>e.re.test(t.path)),!i)throw De(1,{location:e,currentLocation:t});s=i.record.name,a=G({},t.params,e.params),o=i.stringify(a)}let c=[],l=i;for(;l;)c.unshift(l.record),l=l.parent;return{name:s,path:o,params:a,matched:c,meta:Pr(c)}}e.forEach(e=>a(e));function u(){n.length=0,r.clear()}return{addRoute:a,resolve:l,removeRoute:o,clearRoutes:u,getRoutes:s,getRecordMatcher:i}}function Ar(e,t){let n={};for(let r of t)r in e&&(n[r]=e[r]);return n}function jr(e){let t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:Mr(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:`components`in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,"mods",{value:{}}),t}function Mr(e){let t={},n=e.props||!1;if(`component`in e)t.default=n;else for(let r in e.components)t[r]=typeof n==`object`?n[r]:n;return t}function Nr(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function Pr(e){return e.reduce((e,t)=>G(e,t.meta),{})}function Fr(e,t){let n=0,r=t.length;for(;n!==r;){let i=n+r>>1;Tr(e,t[i])<0?r=i:n=i+1}let i=Ir(e);return i&&(r=t.lastIndexOf(i,r-1)),r}function Ir(e){let t=e;for(;t=t.parent;)if(Lr(t)&&Tr(e,t)===0)return t}function Lr({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function Rr(e){let t=z(ze),n=z(Ee),r=F(()=>{let n=S(e.to);return t.resolve(n)}),i=F(()=>{let{matched:e}=r.value,{length:t}=e,i=e[t-1],a=n.matched;if(!i||!a.length)return-1;let o=a.findIndex(be.bind(null,i));if(o>-1)return o;let s=Ur(e[t-2]);return t>1&&Ur(i)===s&&a[a.length-1].path!==s?a.findIndex(be.bind(null,e[t-2])):o}),a=F(()=>i.value>-1&&Hr(n.params,r.value.params)),o=F(()=>i.value>-1&&i.value===n.matched.length-1&&Ie(n.params,r.value.params));function s(n={}){if(Vr(n)){let n=t[S(e.replace)?`replace`:`push`](S(e.to)).catch(Be);return e.viewTransition&&typeof document<`u`&&`startViewTransition`in document&&document.startViewTransition(()=>n),n}return Promise.resolve()}return{route:r,href:F(()=>r.value.href),isActive:a,isExactActive:o,navigate:s}}function zr(e){return e.length===1?e[0]:e}var Br=w({name:`RouterLink`,compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:`page`},viewTransition:Boolean},useLink:Rr,setup(e,{slots:t}){let n=I(Rr(e)),{options:r}=z(ze),i=F(()=>({[Wr(e.activeClass,r.linkActiveClass,`router-link-active`)]:n.isActive,[Wr(e.exactActiveClass,r.linkExactActiveClass,`router-link-exact-active`)]:n.isExactActive}));return()=>{let r=t.default&&zr(t.default(n));return e.custom?r:U(`a`,{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:i.value},r)}}});function Vr(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){let t=e.currentTarget.getAttribute(`target`);if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function Hr(e,t){for(let n in t){let r=t[n],i=e[n];if(typeof r==`string`){if(r!==i)return!1}else if(!Ae(i)||i.length!==r.length||r.some((e,t)=>e.valueOf()!==i[t].valueOf()))return!1}return!0}function Ur(e){return e?e.aliasOf?e.aliasOf.path:e.path:``}var Wr=(e,t,n)=>e??t??n,Gr=w({name:`RouterView`,inheritAttrs:!1,props:{name:{type:String,default:`default`},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){let r=z(Ve),i=F(()=>e.route||r.value),a=z(we,0),o=F(()=>{let e=S(a),{matched:t}=i.value,n;for(;(n=t[e])&&!n.components;)e++;return e}),s=F(()=>i.value.matched[o.value]);L(we,F(()=>o.value+1)),L(St,s),L(Ve,i);let c=f();return H(()=>[c.value,s.value,e.name],([e,t,n],[r,i,a])=>{t&&(t.instances[n]=e,i&&i!==t&&e&&e===r&&(t.leaveGuards.size||(t.leaveGuards=i.leaveGuards),t.updateGuards.size||(t.updateGuards=i.updateGuards))),e&&t&&(!i||!be(t,i)||!r)&&(t.enterCallbacks[n]||[]).forEach(t=>t(e))},{flush:`post`}),()=>{let r=i.value,a=e.name,o=s.value,l=o&&o.components[a];if(!l)return Kr(n.default,{Component:l,route:r});let u=o.props[a],d=U(l,G({},u?u===!0?r.params:typeof u==`function`?u(r):u:null,t,{onVnodeUnmounted:e=>{e.component.isUnmounted&&(o.instances[a]=null)},ref:c}));return Kr(n.default,{Component:d,route:r})||d}}});function Kr(e,t){if(!e)return null;let n=e(t);return n.length===1?n[0]:n}var qr=Gr;function Jr(e){let t=kr(e.routes,e),n=e.parseQuery||Se,r=e.stringifyQuery||ve,i=e.history,a=Me(),o=Me(),s=Me(),l=c(q),u=q;bt&&e.scrollBehavior&&`scrollRestoration`in history&&(history.scrollRestoration=`manual`);let d=Pe.bind(null,e=>``+e),f=Pe.bind(null,lt),p=Pe.bind(null,Ze);function m(e,n){let r,i;return Je(e)?(r=t.getRecordMatcher(e),i=n):i=e,t.addRoute(i,r)}function g(e){let n=t.getRecordMatcher(e);n&&t.removeRoute(n)}function _(){return t.getRoutes().map(e=>e.record)}function v(e){return!!t.getRecordMatcher(e)}function y(e,a){if(a=G({},a||l.value),typeof e==`string`){let r=xe(n,e,a.path),o=t.resolve({path:r.path},a),s=i.createHref(r.fullPath);return G(r,o,{params:p(o.params),redirectedFrom:void 0,href:s})}let o;if(e.path!=null)o=G({},e,{path:xe(n,e.path,a.path).path});else{let t=G({},e.params);for(let e in t)t[e]??delete t[e];o=G({},e,{params:f(t)}),a.params=f(a.params)}let s=t.resolve(o,a),c=e.hash||``;s.params=d(p(s.params));let u=it(r,G({},e,{hash:$e(c),path:s.path})),m=i.createHref(u);return G({fullPath:u,hash:c,query:r===ve?Le(e.query):e.query||{}},s,{redirectedFrom:void 0,href:m})}function b(e){return typeof e==`string`?xe(n,e,l.value.path):G({},e)}function x(e,t){if(u!==e)return De(8,{from:t,to:e})}function C(e){return E(e)}function w(e){return C(G(b(e),{replace:!0}))}function T(e,t){let n=e.matched[e.matched.length-1];if(n&&n.redirect){let{redirect:r}=n,i=typeof r==`function`?r(e,t):r;return typeof i==`string`&&(i=i.includes(`?`)||i.includes(`#`)?i=b(i):{path:i},i.params={}),G({query:e.query,hash:e.hash,params:i.path==null?e.params:{}},i)}}function E(e,t){let n=u=y(e),i=l.value,a=e.state,o=e.force,s=e.replace===!0,c=T(n,i);if(c)return E(G(b(c),{state:typeof c==`object`?G({},a,c.state):a,force:o,replace:s}),t||n);let d=n;d.redirectedFrom=t;let f;return!o&&vt(r,i,n)&&(f=De(16,{to:d,from:i}),L(i,i,!0,!1)),(f?Promise.resolve(f):O(d,i)).catch(e=>K(e)?K(e,2)?e:I(e):re(e,d,i)).then(e=>{if(e){if(K(e,2))return E(G({replace:s},b(e.to),{state:typeof e.to==`object`?G({},a,e.to.state):a,force:o}),t||d)}else e=A(d,i,!0,s,a);return k(d,i,e),e})}function ee(e,t){let n=x(e,t);return n?Promise.reject(n):Promise.resolve()}function D(e){let t=z.values().next().value;return t&&typeof t.runWithContext==`function`?t.runWithContext(e):e()}function O(e,t){let n,[r,i,s]=ct(e,t);n=nt(r.reverse(),`beforeRouteLeave`,e,t);for(let i of r)i.leaveGuards.forEach(r=>{n.push(ht(r,e,t))});let c=ee.bind(null,e,t);return n.push(c),V(n).then(()=>{n=[];for(let r of a.list())n.push(ht(r,e,t));return n.push(c),V(n)}).then(()=>{n=nt(i,`beforeRouteUpdate`,e,t);for(let r of i)r.updateGuards.forEach(r=>{n.push(ht(r,e,t))});return n.push(c),V(n)}).then(()=>{n=[];for(let r of s)if(r.beforeEnter)if(Ae(r.beforeEnter))for(let i of r.beforeEnter)n.push(ht(i,e,t));else n.push(ht(r.beforeEnter,e,t));return n.push(c),V(n)}).then(()=>(e.matched.forEach(e=>e.enterCallbacks={}),n=nt(s,`beforeRouteEnter`,e,t,D),n.push(c),V(n))).then(()=>{n=[];for(let r of o.list())n.push(ht(r,e,t));return n.push(c),V(n)}).catch(e=>K(e,8)?e:Promise.reject(e))}function k(e,t,n){s.list().forEach(r=>D(()=>r(e,t,n)))}function A(e,t,n,r,a){let o=x(e,t);if(o)return o;let s=t===q,c=bt?history.state:{};n&&(r||s?i.replace(e.fullPath,G({scroll:s&&c&&c.scroll},a)):i.push(e.fullPath,a)),l.value=e,L(e,t,n,s),I()}let te;function j(){te||=i.listen((e,t,n)=>{if(!B.listening)return;let r=y(e),a=T(r,B.currentRoute.value);if(a){E(G(a,{replace:!0,force:!0}),r).catch(Be);return}u=r;let o=l.value;bt&&Ne(Ge(o.fullPath,n.delta),ot()),O(r,o).catch(e=>K(e,12)?e:K(e,2)?(E(G(b(e.to),{force:!0}),r).then(e=>{K(e,20)&&!n.delta&&n.type===`pop`&&i.go(-1,!1)}).catch(Be),Promise.reject()):(n.delta&&i.go(-n.delta,!1),re(e,r,o))).then(e=>{e||=A(r,o,!1),e&&(n.delta&&!K(e,8)?i.go(-n.delta,!1):n.type===`pop`&&K(e,20)&&i.go(-1,!1)),k(r,o,e)}).catch(Be)})}let M=Me(),N=Me(),P;function re(e,t,n){I(e);let r=N.list();return r.length?r.forEach(r=>r(e,t,n)):console.error(e),Promise.reject(e)}function F(){return P&&l.value!==q?Promise.resolve():new Promise((e,t)=>{M.add([e,t])})}function I(e){return P||(P=!e,j(),M.list().forEach(([t,n])=>e?n(e):t()),M.reset()),e}function L(t,n,r,i){let{scrollBehavior:a}=e;if(!bt||!a)return Promise.resolve();let o=!r&&et(Ge(t.fullPath,0))||(i||!r)&&history.state&&history.state.scroll||null;return ne().then(()=>a(t,n,o)).then(e=>t===l.value&&e&&at(e)).catch(e=>t===l.value&&re(e,t,n))}let R=e=>i.go(e),ie,z=new Set,B={currentRoute:l,listening:!0,addRoute:m,removeRoute:g,clearRoutes:t.clearRoutes,hasRoute:v,getRoutes:_,resolve:y,options:e,push:C,replace:w,go:R,back:()=>R(-1),forward:()=>R(1),beforeEach:a.add,beforeResolve:o.add,afterEach:s.add,onError:N.add,isReady:F,install(e){e.component(`RouterLink`,Br),e.component(`RouterView`,qr),e.config.globalProperties.$router=B,Object.defineProperty(e.config.globalProperties,"$route",{enumerable:!0,get:()=>S(l)}),bt&&!ie&&l.value===q&&(ie=!0,C(i.location).catch(e=>{}));let t={};for(let e in q)Object.defineProperty(t,e,{get:()=>l.value[e],enumerable:!0});e.provide(ze,B),e.provide(Ee,h(t)),e.provide(Ve,l);let n=e.unmount;z.add(e),e.unmount=function(){z.delete(e),z.size<1&&(u=q,te&&te(),te=null,l.value=q,ie=!1,P=!1),n()}}};function V(e){return e.reduce((e,t)=>e.then(()=>D(t)),Promise.resolve())}return B}var Yr=_e(async e=>{let t,n;if(!e.meta?.validate)return;let r=([t,n]=B(()=>Promise.resolve(e.meta.validate(e))),t=await t,n(),t);if(r!==!0)return Ue({fatal:!0,status:r&&(r.status||r.statusCode)||404,statusText:r&&(r.statusText||r.statusMessage)||`Page Not Found: ${e.fullPath}`,data:{path:e.fullPath}})},1),Xr=v({docsBase:ee,reporters:fe}),Zr=(e,t)=>[],Qr=Zr,$r=e=>Z.sensitive?qe({},...Zr(``,e).map(e=>e.data).reverse()):qe({},...Qr(``,typeof e==`string`?e.toLowerCase():e).map(e=>e.data).reverse()),ei=`modulepreload`,ti=function(e,t){return new URL(e,t).href},ni={},ri=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}function s(e){return import.meta.resolve?import.meta.resolve(e):new URL(e,import.meta.url).href}r=o(t.map(t=>{if(t=ti(t,n),t=s(t),t in ni)return;ni[t]=!0;let r=t.endsWith(`.css`);for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}let i=document.createElement(`link`);if(i.rel=r?`stylesheet`:ei,r||(i.as=`script`),i.crossOrigin=``,i.href=t,a&&i.setAttribute(`nonce`,a),document.head.appendChild(i),r)return new Promise((e,n)=>{i.addEventListener(`load`,e),i.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})},ii=rn,ai=$r,oi;function si(){let e;return e=ii(Mt(`builds/meta/${oe().app.buildId}.json`),{responseType:`json`}).then(e=>{if(!e||typeof e!=`object`||!Array.isArray(e.prerendered))throw Xr.NUXT_E5004();return e}),oi=e,e.catch(t=>{oi===e&&(oi=void 0),Xr.NUXT_E5002({cause:t})}),e}function ci(){return oi||si()}function li(e){let t=typeof e==`string`?e:e.path;try{return ai(t)}catch(e){return Xr.NUXT_E5003({path:t,cause:e}),{}}}var ui=[Yr,_e(e=>{let t=li({path:e.path});if(t.redirect){let n=t.redirect.includes(`#`)?t.redirect:t.redirect+e.hash;return ft(n,{acceptRelative:!0})?(window.location.href=n,!1):n}})],di={},fi=[{name:`index`,path:`/`,component:()=>ri(()=>import(`./lGYp6_9X.js`),__vite__mapDeps([0,1,2,3,4,5,6,7,8]),import.meta.url)}];function pi(e,t,n){let{pathname:r,search:i,hash:a}=t,o=e.indexOf(`#`);if(o>-1){let t=a.includes(e.slice(o))?e.slice(o).length:1,n=a.slice(t);return n[0]!==`/`&&(n=`/`+n),tt(n,``)}let s=tt(r,e),c=!n||Xe(s,n)?s:n;return c+(c.includes(`?`)?``:i)+a}var mi=P({name:`nuxt:router`,enforce:`pre`,async setup(e){let t,n,r=oe().app.baseURL,i=Z.history?.(r)??gr(r),a=Z.routes?([t,n]=B(()=>Z.routes(fi)),t=await t,n(),t)??fi:fi,o,s=Jr({...Z,scrollBehavior:(e,t,n)=>{if(t===q){o=n;return}if(Z.scrollBehavior){if(s.options.scrollBehavior=Z.scrollBehavior,`scrollRestoration`in window.history){let e=s.beforeEach(()=>{e(),window.history.scrollRestoration=`manual`})}return Z.scrollBehavior(e,q,o||n)}},history:i,routes:a});`scrollRestoration`in window.history&&(window.history.scrollRestoration=`auto`),e.vueApp.use(s);let l=c(s.currentRoute.value);s.afterEach((e,t)=>{l.value=t}),Object.defineProperty(e.vueApp.config.globalProperties,"previousRoute",{get:()=>l.value});let u=pi(r,window.location,e.payload.path),d=c(s.currentRoute.value),f=()=>{d.value=s.currentRoute.value};s.afterEach((e,t)=>{let n=e.matched.at(-1)?.components?.default,r=t.matched.at(-1)?.components?.default;if(n===r){cr({route:e,Component:{type:n}})===cr({route:t,Component:{type:r}})&&f();return}e.matched.length<t.matched.length&&e.matched.every((e,n)=>e.components?.default===t.matched[n]?.components?.default)&&f()});let p={sync:f};for(let e in d.value)Object.defineProperty(p,e,{get:()=>d.value[e],enumerable:!0});e._route=h(p),e._middleware||={global:[],named:{}};let m=Fe();s.afterEach(async(t,n,r)=>{delete e._processingMiddleware,!e.isHydrating&&m.value&&await e.runWithContext(Oe),r&&await e.callHook(`page:loading:end`)});try{[t,n]=B(()=>s.isReady()),await t,n()}catch(r){[t,n]=B(()=>ut(e,r)),await t,n()}let g=u===s.currentRoute.value.fullPath?s.currentRoute.value:s.resolve(u),_=s.currentRoute.value.fullPath,v=e.isHydrating&&e.payload.prerenderedAt&&e.payload.path&&u!==e.payload.path&&Xe(s.currentRoute.value.path,e.payload.path);f();function y(t){!e.isHydrating&&t.fullPath!==pi(r,window.location)&&i.push(t.fullPath)}let b=e.payload.state._layout;return s.beforeEach(async(t,n)=>{await e.callHook(`page:loading:start`),t.meta=I(t.meta),e.isHydrating&&b&&!de(t.meta.layout)&&(t.meta.layout=b),e._processingMiddleware=!0;{let r=new Set([...ui,...e._middleware.global]);for(let e of t.matched){let t=e.meta.middleware;if(t)for(let e of ur(t))r.add(e)}let i=li({path:t.path});if(i.appMiddleware)for(let e in i.appMiddleware)i.appMiddleware[e]?r.add(e):r.delete(e);for(let i of r){let r=typeof i==`string`?e._middleware.named[i]||await di[i]?.().then(e=>e.default||e):i;if(!r)throw gt.NUXT_E2004({entry:String(i),validMiddleware:void 0});try{let i=await e.runWithContext(()=>r(t,n));if(!e.payload.serverRendered&&e.isHydrating&&(i===!1||i instanceof Error)){let t=i||Ue({status:404,statusText:`Page Not Found: ${u}`});return await e.runWithContext(()=>We(t)),!1}if(i===!0)continue;if(i===!1)return i;if(i)return He(i)&&i.fatal&&(await e.runWithContext(()=>We(i)),y(t)),i}catch(n){let r=Ue(n);return r.fatal&&(await e.runWithContext(()=>We(r)),y(t)),r}}}}),s.onError(async()=>{delete e._processingMiddleware,await e.callHook(`page:loading:end`)}),s.afterEach(t=>{if(t.matched.length===0&&!m.value)return e.runWithContext(()=>We(Ue({status:404,fatal:!1,statusText:`Page not found: ${t.fullPath}`,data:{path:t.fullPath}})))}),e.hooks.hookOnce(`app:created`,async()=>{try{if(`name`in g&&(g.name=void 0),s.currentRoute.value.fullPath===_)if(v){let t=s.resolve(e.payload.path);`name`in t&&(t.name=void 0),await s.replace({...t,force:!0});let n=()=>{e[`~restoreDeferredRoute`]&&(e[`~restoreDeferredRoute`]=void 0,s.currentRoute.value=s.resolve(u),f(),s.replace({...g,force:!0}).catch(()=>{}))};e[`~restoreDeferredRoute`]=n,e.hooks.hookOnce(`app:suspense:resolve`,n)}else await s.replace({...g,force:!0});s.options.scrollBehavior=Z.scrollBehavior}catch(t){await ut(e,t)}}),{provide:{router:s}}}},1),hi=P(()=>{let e=J();pt(()=>{e.beforeResolve(async()=>{await new Promise(e=>{setTimeout(e,100),requestAnimationFrame(()=>{setTimeout(e,0)})})})})}),gi=P(e=>{let t;async function n(){let r;try{r=await ci()}catch(e){let t=e;if(!(`status`in t&&(t.status===404||t.status===403)))throw t}t&&clearTimeout(t),t=setTimeout(n,k);try{let n=await rn(Mt(`builds/latest.json`)+`?${Date.now()}`);n.id!==r?.id&&(e.hooks.callHook(`app:manifest:update`,n),t&&clearTimeout(t))}catch{}}pt(()=>{t=setTimeout(n,k)})});function _i(e={}){let t=e.path||window.location.pathname,n=new URL(t,window.location.href);if(n.host!==window.location.host)throw gt.NUXT_E2010({path:t});if(n.protocol&&st(n.protocol))throw gt.NUXT_E2002({toPath:t,protocol:n.protocol});let r={};try{r=JSON.parse(sessionStorage.getItem(`nuxt:reload`)||`{}`)}catch{}if(e.force||r?.path!==t||r?.expires<Date.now()){try{sessionStorage.setItem(`nuxt:reload`,JSON.stringify({path:t,expires:Date.now()+(e.ttl??1e4)}))}catch{}if(e.persistState)try{sessionStorage.setItem(`nuxt:reload:state`,JSON.stringify({state:E().payload.state}))}catch{}window.location.pathname===t?window.location.reload():window.location.href=t}}var vi=P({name:`nuxt:chunk-reload-crawler`,setup(e){let t=!0;e.hooks.hookOnce(`app:suspense:resolve`,()=>{t=!1}),e.hook(`app:chunkError`,()=>{t&&yt(navigator.userAgent)&&_i()})}}),yi=P({name:`nuxt:chunk-reload`,setup(e){let t=J(),n=oe(),r=new Set;t.beforeEach(()=>{r.clear()}),e.hook(`app:chunkError`,({error:e})=>{r.add(e)});function i(e){_i({path:Qe(n.app.baseURL,e.fullPath),persistState:!0})}e.hook(`app:manifest:update`,()=>{t.beforeResolve(i)}),t.onError((e,t)=>{r.has(e)&&i(t)})}});function Q(e){if(typeof e!=`object`)return e;var t,n,r=Object.prototype.toString.call(e);if(r===`[object Object]`){if(e.constructor!==Object&&typeof e.constructor==`function`)for(t in n=new e.constructor,e)e.hasOwnProperty(t)&&n[t]!==e[t]&&(n[t]=Q(e[t]));else for(t in n={},e)t===`__proto__`?Object.defineProperty(n,t,{value:Q(e[t]),configurable:!0,enumerable:!0,writable:!0}):n[t]=Q(e[t]);return n}if(r===`[object Array]`){for(t=e.length,n=Array(t);t--;)n[t]=Q(e[t]);return n}return r===`[object Set]`?(n=new Set,e.forEach(function(e){n.add(Q(e))}),n):r===`[object Map]`?(n=new Map,e.forEach(function(e,t){n.set(Q(t),Q(e))}),n):r===`[object Date]`?new Date(+e):r===`[object RegExp]`?(n=new RegExp(e.source,e.flags),n.lastIndex=e.lastIndex,n):r===`[object DataView]`?new e.constructor(Q(e.buffer)):r===`[object ArrayBuffer]`?e.slice(0):r.slice(-6)===`Array]`?new e.constructor(e):e}globalThis.cookieStore;var bi=`__NUXT_COLOR_MODE__`,xi=`nuxt-color-mode`,$=window[bi],Si=P(e=>{let t=zt(`color-mode`,()=>I({preference:$.preference,value:$.value,unknown:!1,forced:!1})).value;J().afterEach(e=>{let n=e.meta.colorMode;if(n&&n!==`system`)Ci(t,n),t.forced=!0;else{n===`system`&&console.warn(`You cannot force the colorMode to system at the page level.`),t.forced=!1;let e=t.preference===`system`?$.getColorScheme():t.preference;Ci(t,e)}});let n;function r(){n||!window.matchMedia||(n=window.matchMedia(`(prefers-color-scheme: dark)`),n.addEventListener(`change`,()=>{!t.forced&&t.preference===`system`&&Ci(t,$.getColorScheme())}))}H(()=>t.preference,e=>{t.forced||(e===`system`?(Ci(t,$.getColorScheme()),r()):Ci(t,e),wi(e))},{immediate:!0}),H(()=>t.value,(e,t)=>{let n;n=window.document.createElement(`style`),n.appendChild(document.createTextNode(`*{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}`)),window.document.head.appendChild(n),$.removeColorScheme(t),$.addColorScheme(e),window.getComputedStyle(n).opacity,document.head.removeChild(n)}),t.preference===`system`&&r(),e.hook(`app:mounted`,()=>{t.unknown&&=(t.preference=$.preference,Ci(t,$.value),!1)}),e.provide(`colorMode`,t)});function Ci(e,t){e.value=t}function wi(e){try{window.localStorage?.setItem(xi,e)}catch{}}var Ti=P({name:`@nuxt/icon`,setup(){let e=oe(),t=wn().icon;Tn.setFetch($fetch.native);let n=[];if(t.provider===`server`){let r=e.app?.baseURL?.replace(/\/$/,``)??``;n.push(r+(t.localApiEndpoint||`/api/_nuxt_icon`)),(t.fallbackToApi===!0||t.fallbackToApi===`client-only`)&&n.push(t.iconifyApiEndpoint)}else t.provider===`none`?Tn.setFetch(()=>Promise.resolve(new Response)):n.push(t.iconifyApiEndpoint);async function r(e,t){try{let r=await $fetch(n[0]+`/`+t+`.json`,{query:{icons:e.join(`,`)}});if(!r||r.prefix!==t||!r.icons)throw Error(`Invalid data`+JSON.stringify(r));return r}catch(e){return console.error(`Failed to load custom icons`,e),null}}Cn(``,{resources:n});for(let e of t.customCollections||[])e&&Sn(r,e)}}),Ei=[[`Icon`,x(()=>ri(()=>import(`./CVlqYHPc.js`).then(e=>e.n).then(e=>e.default||e.default||e),__vite__mapDeps([6,1,2,3]),import.meta.url))]],Di=P({name:`nuxt:global-components`,setup(e){for(let[t,n]of Ei)e.vueApp.component(t,n),e.vueApp.component(`Lazy`+t,n)}}),Oi={},ki=P({name:`nuxt:prefetch`,setup(e){let t=J();e.hooks.hook(`app:mounted`,()=>{t.beforeEach(async e=>{let t=e?.meta?.layout;t&&typeof Oi[t]==`function`&&await Oi[t]()})}),e.hooks.hook(`link:prefetch`,e=>{if(ft(e))return;let n=t.resolve(e);if(!n)return;let r=n.meta.layout,i=ur(n.meta.middleware).filter(e=>typeof e==`string`);for(let e of i){let t=di[e];typeof t==`function`&&t()}typeof r==`string`&&r in Oi&&xn(Oi[r])})}}),Ai={inherit:`inherit`,current:`currentcolor`,transparent:`transparent`,black:`#000`,white:`#fff`,slate:{50:`oklch(98.4% 0.003 247.858)`,100:`oklch(96.8% 0.007 247.896)`,200:`oklch(92.9% 0.013 255.508)`,300:`oklch(86.9% 0.022 252.894)`,400:`oklch(70.4% 0.04 256.788)`,500:`oklch(55.4% 0.046 257.417)`,600:`oklch(44.6% 0.043 257.281)`,700:`oklch(37.2% 0.044 257.287)`,800:`oklch(27.9% 0.041 260.031)`,900:`oklch(20.8% 0.042 265.755)`,950:`oklch(12.9% 0.042 264.695)`},gray:{50:`oklch(98.5% 0.002 247.839)`,100:`oklch(96.7% 0.003 264.542)`,200:`oklch(92.8% 0.006 264.531)`,300:`oklch(87.2% 0.01 258.338)`,400:`oklch(70.7% 0.022 261.325)`,500:`oklch(55.1% 0.027 264.364)`,600:`oklch(44.6% 0.03 256.802)`,700:`oklch(37.3% 0.034 259.733)`,800:`oklch(27.8% 0.033 256.848)`,900:`oklch(21% 0.034 264.665)`,950:`oklch(13% 0.028 261.692)`},zinc:{50:`oklch(98.5% 0 none)`,100:`oklch(96.7% 0.001 286.375)`,200:`oklch(92% 0.004 286.32)`,300:`oklch(87.1% 0.006 286.286)`,400:`oklch(70.5% 0.015 286.067)`,500:`oklch(55.2% 0.016 285.938)`,600:`oklch(44.2% 0.017 285.786)`,700:`oklch(37% 0.013 285.805)`,800:`oklch(27.4% 0.006 286.033)`,900:`oklch(21% 0.006 285.885)`,950:`oklch(14.1% 0.005 285.823)`},neutral:{50:`oklch(98.5% 0 none)`,100:`oklch(97% 0 none)`,200:`oklch(92.2% 0 none)`,300:`oklch(87% 0 none)`,400:`oklch(70.8% 0 none)`,500:`oklch(55.6% 0 none)`,600:`oklch(43.9% 0 none)`,700:`oklch(37.1% 0 none)`,800:`oklch(26.9% 0 none)`,900:`oklch(20.5% 0 none)`,950:`oklch(14.5% 0 none)`},stone:{50:`oklch(98.5% 0.001 106.423)`,100:`oklch(97% 0.001 106.424)`,200:`oklch(92.3% 0.003 48.717)`,300:`oklch(86.9% 0.005 56.366)`,400:`oklch(70.9% 0.01 56.259)`,500:`oklch(55.3% 0.013 58.071)`,600:`oklch(44.4% 0.011 73.639)`,700:`oklch(37.4% 0.01 67.558)`,800:`oklch(26.8% 0.007 34.298)`,900:`oklch(21.6% 0.006 56.043)`,950:`oklch(14.7% 0.004 49.25)`},mauve:{50:`oklch(98.5% 0 none)`,100:`oklch(96% 0.003 325.6)`,200:`oklch(92.2% 0.005 325.62)`,300:`oklch(86.5% 0.012 325.68)`,400:`oklch(71.1% 0.019 323.02)`,500:`oklch(54.2% 0.034 322.5)`,600:`oklch(43.5% 0.029 321.78)`,700:`oklch(36.4% 0.029 323.89)`,800:`oklch(26.3% 0.024 320.12)`,900:`oklch(21.2% 0.019 322.12)`,950:`oklch(14.5% 0.008 326)`},olive:{50:`oklch(98.8% 0.003 106.5)`,100:`oklch(96.6% 0.005 106.5)`,200:`oklch(93% 0.007 106.5)`,300:`oklch(88% 0.011 106.6)`,400:`oklch(73.7% 0.021 106.9)`,500:`oklch(58% 0.031 107.3)`,600:`oklch(46.6% 0.025 107.3)`,700:`oklch(39.4% 0.023 107.4)`,800:`oklch(28.6% 0.016 107.4)`,900:`oklch(22.8% 0.013 107.4)`,950:`oklch(15.3% 0.006 107.1)`},mist:{50:`oklch(98.7% 0.002 197.1)`,100:`oklch(96.3% 0.002 197.1)`,200:`oklch(92.5% 0.005 214.3)`,300:`oklch(87.2% 0.007 219.6)`,400:`oklch(72.3% 0.014 214.4)`,500:`oklch(56% 0.021 213.5)`,600:`oklch(45% 0.017 213.2)`,700:`oklch(37.8% 0.015 216)`,800:`oklch(27.5% 0.011 216.9)`,900:`oklch(21.8% 0.008 223.9)`,950:`oklch(14.8% 0.004 228.8)`},taupe:{50:`oklch(98.6% 0.002 67.8)`,100:`oklch(96% 0.002 17.2)`,200:`oklch(92.2% 0.005 34.3)`,300:`oklch(86.8% 0.007 39.5)`,400:`oklch(71.4% 0.014 41.2)`,500:`oklch(54.7% 0.021 43.1)`,600:`oklch(43.8% 0.017 39.3)`,700:`oklch(36.7% 0.016 35.7)`,800:`oklch(26.8% 0.011 36.5)`,900:`oklch(21.4% 0.009 43.1)`,950:`oklch(14.7% 0.004 49.3)`},red:{50:`oklch(97.1% 0.013 17.38)`,100:`oklch(93.6% 0.032 17.717)`,200:`oklch(88.5% 0.062 18.334)`,300:`oklch(80.8% 0.114 19.571)`,400:`oklch(70.4% 0.191 22.216)`,500:`oklch(63.7% 0.237 25.331)`,600:`oklch(57.7% 0.245 27.325)`,700:`oklch(50.5% 0.213 27.518)`,800:`oklch(44.4% 0.177 26.899)`,900:`oklch(39.6% 0.141 25.723)`,950:`oklch(25.8% 0.092 26.042)`},orange:{50:`oklch(98% 0.016 73.684)`,100:`oklch(95.4% 0.038 75.164)`,200:`oklch(90.1% 0.076 70.697)`,300:`oklch(83.7% 0.128 66.29)`,400:`oklch(75% 0.183 55.934)`,500:`oklch(70.5% 0.213 47.604)`,600:`oklch(64.6% 0.222 41.116)`,700:`oklch(55.3% 0.195 38.402)`,800:`oklch(47% 0.157 37.304)`,900:`oklch(40.8% 0.123 38.172)`,950:`oklch(26.6% 0.079 36.259)`},amber:{50:`oklch(98.7% 0.022 95.277)`,100:`oklch(96.2% 0.059 95.617)`,200:`oklch(92.4% 0.12 95.746)`,300:`oklch(87.9% 0.169 91.605)`,400:`oklch(82.8% 0.189 84.429)`,500:`oklch(76.9% 0.188 70.08)`,600:`oklch(66.6% 0.179 58.318)`,700:`oklch(55.5% 0.163 48.998)`,800:`oklch(47.3% 0.137 46.201)`,900:`oklch(41.4% 0.112 45.904)`,950:`oklch(27.9% 0.077 45.635)`},yellow:{50:`oklch(98.7% 0.026 102.212)`,100:`oklch(97.3% 0.071 103.193)`,200:`oklch(94.5% 0.129 101.54)`,300:`oklch(90.5% 0.182 98.111)`,400:`oklch(85.2% 0.199 91.936)`,500:`oklch(79.5% 0.184 86.047)`,600:`oklch(68.1% 0.162 75.834)`,700:`oklch(55.4% 0.135 66.442)`,800:`oklch(47.6% 0.114 61.907)`,900:`oklch(42.1% 0.095 57.708)`,950:`oklch(28.6% 0.066 53.813)`},lime:{50:`oklch(98.6% 0.031 120.757)`,100:`oklch(96.7% 0.067 122.328)`,200:`oklch(93.8% 0.127 124.321)`,300:`oklch(89.7% 0.196 126.665)`,400:`oklch(84.1% 0.238 128.85)`,500:`oklch(76.8% 0.233 130.85)`,600:`oklch(64.8% 0.2 131.684)`,700:`oklch(53.2% 0.157 131.589)`,800:`oklch(45.3% 0.124 130.933)`,900:`oklch(40.5% 0.101 131.063)`,950:`oklch(27.4% 0.072 132.109)`},green:{50:`oklch(98.2% 0.018 155.826)`,100:`oklch(96.2% 0.044 156.743)`,200:`oklch(92.5% 0.084 155.995)`,300:`oklch(87.1% 0.15 154.449)`,400:`oklch(79.2% 0.209 151.711)`,500:`oklch(72.3% 0.219 149.579)`,600:`oklch(62.7% 0.194 149.214)`,700:`oklch(52.7% 0.154 150.069)`,800:`oklch(44.8% 0.119 151.328)`,900:`oklch(39.3% 0.095 152.535)`,950:`oklch(26.6% 0.065 152.934)`},emerald:{50:`oklch(97.9% 0.021 166.113)`,100:`oklch(95% 0.052 163.051)`,200:`oklch(90.5% 0.093 164.15)`,300:`oklch(84.5% 0.143 164.978)`,400:`oklch(76.5% 0.177 163.223)`,500:`oklch(69.6% 0.17 162.48)`,600:`oklch(59.6% 0.145 163.225)`,700:`oklch(50.8% 0.118 165.612)`,800:`oklch(43.2% 0.095 166.913)`,900:`oklch(37.8% 0.077 168.94)`,950:`oklch(26.2% 0.051 172.552)`},teal:{50:`oklch(98.4% 0.014 180.72)`,100:`oklch(95.3% 0.051 180.801)`,200:`oklch(91% 0.096 180.426)`,300:`oklch(85.5% 0.138 181.071)`,400:`oklch(77.7% 0.152 181.912)`,500:`oklch(70.4% 0.14 182.503)`,600:`oklch(60% 0.118 184.704)`,700:`oklch(51.1% 0.096 186.391)`,800:`oklch(43.7% 0.078 188.216)`,900:`oklch(38.6% 0.063 188.416)`,950:`oklch(27.7% 0.046 192.524)`},cyan:{50:`oklch(98.4% 0.019 200.873)`,100:`oklch(95.6% 0.045 203.388)`,200:`oklch(91.7% 0.08 205.041)`,300:`oklch(86.5% 0.127 207.078)`,400:`oklch(78.9% 0.154 211.53)`,500:`oklch(71.5% 0.143 215.221)`,600:`oklch(60.9% 0.126 221.723)`,700:`oklch(52% 0.105 223.128)`,800:`oklch(45% 0.085 224.283)`,900:`oklch(39.8% 0.07 227.392)`,950:`oklch(30.2% 0.056 229.695)`},sky:{50:`oklch(97.7% 0.013 236.62)`,100:`oklch(95.1% 0.026 236.824)`,200:`oklch(90.1% 0.058 230.902)`,300:`oklch(82.8% 0.111 230.318)`,400:`oklch(74.6% 0.16 232.661)`,500:`oklch(68.5% 0.169 237.323)`,600:`oklch(58.8% 0.158 241.966)`,700:`oklch(50% 0.134 242.749)`,800:`oklch(44.3% 0.11 240.79)`,900:`oklch(39.1% 0.09 240.876)`,950:`oklch(29.3% 0.066 243.157)`},blue:{50:`oklch(97% 0.014 254.604)`,100:`oklch(93.2% 0.032 255.585)`,200:`oklch(88.2% 0.059 254.128)`,300:`oklch(80.9% 0.105 251.813)`,400:`oklch(70.7% 0.165 254.624)`,500:`oklch(62.3% 0.214 259.815)`,600:`oklch(54.6% 0.245 262.881)`,700:`oklch(48.8% 0.243 264.376)`,800:`oklch(42.4% 0.199 265.638)`,900:`oklch(37.9% 0.146 265.522)`,950:`oklch(28.2% 0.091 267.935)`},indigo:{50:`oklch(96.2% 0.018 272.314)`,100:`oklch(93% 0.034 272.788)`,200:`oklch(87% 0.065 274.039)`,300:`oklch(78.5% 0.115 274.713)`,400:`oklch(67.3% 0.182 276.935)`,500:`oklch(58.5% 0.233 277.117)`,600:`oklch(51.1% 0.262 276.966)`,700:`oklch(45.7% 0.24 277.023)`,800:`oklch(39.8% 0.195 277.366)`,900:`oklch(35.9% 0.144 278.697)`,950:`oklch(25.7% 0.09 281.288)`},violet:{50:`oklch(96.9% 0.016 293.756)`,100:`oklch(94.3% 0.029 294.588)`,200:`oklch(89.4% 0.057 293.283)`,300:`oklch(81.1% 0.111 293.571)`,400:`oklch(70.2% 0.183 293.541)`,500:`oklch(60.6% 0.25 292.717)`,600:`oklch(54.1% 0.281 293.009)`,700:`oklch(49.1% 0.27 292.581)`,800:`oklch(43.2% 0.232 292.759)`,900:`oklch(38% 0.189 293.745)`,950:`oklch(28.3% 0.141 291.089)`},purple:{50:`oklch(97.7% 0.014 308.299)`,100:`oklch(94.6% 0.033 307.174)`,200:`oklch(90.2% 0.063 306.703)`,300:`oklch(82.7% 0.119 306.383)`,400:`oklch(71.4% 0.203 305.504)`,500:`oklch(62.7% 0.265 303.9)`,600:`oklch(55.8% 0.288 302.321)`,700:`oklch(49.6% 0.265 301.924)`,800:`oklch(43.8% 0.218 303.724)`,900:`oklch(38.1% 0.176 304.987)`,950:`oklch(29.1% 0.149 302.717)`},fuchsia:{50:`oklch(97.7% 0.017 320.058)`,100:`oklch(95.2% 0.037 318.852)`,200:`oklch(90.3% 0.076 319.62)`,300:`oklch(83.3% 0.145 321.434)`,400:`oklch(74% 0.238 322.16)`,500:`oklch(66.7% 0.295 322.15)`,600:`oklch(59.1% 0.293 322.896)`,700:`oklch(51.8% 0.253 323.949)`,800:`oklch(45.2% 0.211 324.591)`,900:`oklch(40.1% 0.17 325.612)`,950:`oklch(29.3% 0.136 325.661)`},pink:{50:`oklch(97.1% 0.014 343.198)`,100:`oklch(94.8% 0.028 342.258)`,200:`oklch(89.9% 0.061 343.231)`,300:`oklch(82.3% 0.12 346.018)`,400:`oklch(71.8% 0.202 349.761)`,500:`oklch(65.6% 0.241 354.308)`,600:`oklch(59.2% 0.249 0.584)`,700:`oklch(52.5% 0.223 3.958)`,800:`oklch(45.9% 0.187 3.815)`,900:`oklch(40.8% 0.153 2.432)`,950:`oklch(28.4% 0.109 3.907)`},rose:{50:`oklch(96.9% 0.015 12.422)`,100:`oklch(94.1% 0.03 12.58)`,200:`oklch(89.2% 0.058 10.001)`,300:`oklch(81% 0.117 11.638)`,400:`oklch(71.2% 0.194 13.428)`,500:`oklch(64.5% 0.246 16.439)`,600:`oklch(58.6% 0.253 17.585)`,700:`oklch(51.4% 0.222 16.935)`,800:`oklch(45.5% 0.188 13.697)`,900:`oklch(41% 0.159 10.272)`,950:`oklch(27.1% 0.105 12.094)`}},ji=[50,100,200,300,400,500,600,700,800,900,950];function Mi(e,t){return e in Ai&&typeof Ai[e]==`object`&&t in Ai[e]?Ai[e][t]:``}function Ni(e,t,n){let r=n?`${n}-`:``;return`${ji.map(n=>`--ui-color-${e}-${n}: var(--${r}color-${t===`neutral`?`old-neutral`:t}-${n}, ${Mi(t,n)});`).join(`
|
|
3
|
-
`)}`}function Pi(e,t){return`--ui-${e}: var(--ui-color-${e}-${t});`}function Fi(){document.querySelector(`[data-nuxt-ui-colors]`)?.remove()}var Ii=[rr,mi,hi,gi,vi,yi,Si,Ti,Di,ki,P(()=>{let e=wn(),t=E(),n=F(()=>{let{neutral:t,...n}=e.ui.colors,r=e.ui.prefix;return`@layer theme {
|
|
4
|
-
:root, :host {
|
|
5
|
-
${Object.entries(e.ui.colors).map(([e,t])=>Ni(e,t,r)).join(`
|
|
6
|
-
`)}
|
|
7
|
-
}
|
|
8
|
-
:root, :host, .light {
|
|
9
|
-
${Object.keys(n).map(e=>Pi(e,500)).join(`
|
|
10
|
-
`)}
|
|
11
|
-
}
|
|
12
|
-
.dark {
|
|
13
|
-
${Object.keys(n).map(e=>Pi(e,400)).join(`
|
|
14
|
-
`)}
|
|
15
|
-
}
|
|
16
|
-
}`}),r={style:[{innerHTML:n,tagPriority:`critical`,id:`nuxt-ui-colors`}]};if(t.isHydrating&&!t.payload.serverRendered){let e=document.createElement(`style`);e.innerHTML=n.value,e.setAttribute(`data-nuxt-ui-colors`,``),document.head.appendChild(e);let t=yn().hooks?.hook(`dom:rendered`,()=>{Fi(),t?.()})}mn(r)})],Li=(e=`RouteProvider`)=>w({name:e,props:{route:{type:Object,required:!0},vnode:Object,vnodeRef:Object,renderKey:String,trackRootNodes:Boolean},setup(e){let t=e.renderKey,n=e.route,r={};for(let i in e.route)Object.defineProperty(r,i,{get:()=>t===e.renderKey?e.route[i]:n[i],enumerable:!0});return L(Ye,h(r)),()=>e.vnode?U(e.vnode,{ref:e.vnodeRef}):e.vnode}}),Ri=Li(),zi=new WeakMap,Bi=w({name:`NuxtPage`,inheritAttrs:!1,props:{name:{type:String},transition:{type:[Boolean,Object],default:void 0},keepalive:{type:[Boolean,Object],default:void 0},route:{type:Object},pageKey:{type:[Function,String],default:null}},setup(e,{attrs:t,slots:n,expose:r}){let i=E(),a=f(),o=z(Ye,null),s=new Set,c;r({pageRef:a});let l=z(xt,null),u,d=i.deferHydration(),p=!1,m=!1,h,g=0;if(i.isHydrating){let e=i.hooks.hookOnce(`app:error`,d),t=J().beforeEach(()=>{e(),t()})}e.pageKey&&H(()=>e.pageKey,(e,t)=>{e!==t&&i.callHook(`page:loading:start`)});let _=!1;{let e=J().beforeResolve(()=>{_=!1});me(()=>{e(),d()})}return()=>U(qr,{name:e.name,route:e.route,...t},{default:Ui(t=>{let r=Vi(o,t.route,t.Component),f=o&&o.matched.length===t.route.matched.length;if(!t.Component){if(u&&!f&&!Gi(u))return u;d();return}if(u&&l&&!Gi(u)&&!l.isCurrent(t.route))return u;if(r&&o&&(!l||l?.isCurrent(o)))return(f||u)&&!Gi(u)?u:null;let v=cr(t,e.pageKey),y=Hi(o,t.route,t.Component);!i.isHydrating&&c===v&&!y&&ne(()=>{_||(_=!0,i.callHook(`page:loading:end`))}),p&&c!==v&&m&&g++,c=v;let b=!!(e.transition??t.route.meta.pageTransition??!1),x=b&&rt([e.transition,t.route.meta.pageTransition,!1,{onAfterLeave(){i[`~transitionFinish`]?.(),delete i[`~transitionFinish`],delete i[`~transitionPromise`],i.callHook(`page:transition:finish`,t.Component)}}]),S=e.keepalive??t.route.meta.keepalive??!1,C=t.Component.type,w=C.name||C.__name;t.route.meta.keepalive&&w&&s.add(w);let T;if(s.size>0&&e.keepalive==null&&(!S||typeof S==`object`&&S&&S.include)){let e=typeof S==`object`&&S?{...S}:{},t=e.include?Array.isArray(e.include)?e.include:[e.include]:[];T={...e,include:Array.from(new Set([...t,...s]))}}else T=S;return u=Ke(b&&x,lr(T,U(ue,{key:g,suspensible:!0,onPending:()=>{p=!0,b&&!i[`~transitionPromise`]&&(i[`~transitionPromise`]=new Promise(e=>{i[`~transitionFinish`]=e})),h=i.callHook(`page:start`,t.Component)},onResolve:async()=>{p=!1,m=!0,i.isHydrating&&i[`~restoreDeferredRoute`]?.();try{await ne(),i._route.sync?.(),await h,await i.callHook(`page:finish`,t.Component),!_&&!y&&(_=!0,await i.callHook(`page:loading:end`))}finally{d()}}},{default:()=>{let e={key:v||void 0,vnode:n.default?Wi(n.default,t):t.Component,route:t.route,renderKey:v||void 0,trackRootNodes:b,vnodeRef:a};if(!T)return U(Ri,e);let r=C,i=zi.get(r);return i||(i=Li(w),zi.set(r,i)),U(i,e)}}))).default(),u})})}});function Vi(e,t,n){if(!e)return!1;let r=t.matched.findIndex(e=>e.components?.default===n?.type);if(r===-1)return!1;let i=t.matched.slice(0,r).filter(e=>e.components?.default);if(!i.length)return!1;let a=e.matched.filter(e=>e.components?.default);return i.some((e,t)=>e.components?.default!==a[t]?.components?.default)||n&&cr({route:t,Component:n})!==cr({route:e,Component:n})}function Hi(e,t,n){return e?t.matched.findIndex(e=>e.components?.default===n?.type)<t.matched.length-1:!1}function Ui(e){let t=(t=>{let n=e(t);return Array.isArray(n)?n:n==null||!te(n)?[m()]:[n]});return t._n=!0,t}function Wi(e,t){let n=e(t);return n.length===1?U(n[0]):U(W,void 0,n)}function Gi(e){return!!e&&(!!e.suspense?.isUnmounted||!!e.component?.isUnmounted)}var Ki=w({__name:`DismissableLayerBranch`,props:{asChild:{type:Boolean,required:!1},as:{type:null,required:!1}},setup(e){let t=e,{forwardRef:r,currentElement:a}=Y();return n(()=>{Nt.branches.add(a.value)}),i(()=>{Nt.branches.delete(a.value)}),(e,n)=>(R(),d(S(X),N({ref:S(r)},t),{default:D(()=>[l(e.$slots,`default`)]),_:3},16))}}),qi=100,[Ji,Yi]=on(`ProgressRoot`),Xi=e=>typeof e==`number`;function Zi(e,t){return Ht(e)||Xi(e)&&!Number.isNaN(e)&&e<=t&&e>=0?e:(console.error(`Invalid prop \`value\` of value \`${e}\` supplied to \`ProgressRoot\`. The \`value\` prop must be:
|
|
17
|
-
- a positive number
|
|
18
|
-
- less than the value passed to \`max\` (or ${qi} if no \`max\` prop is set)
|
|
19
|
-
- \`null\` or \`undefined\` if the progress is indeterminate.
|
|
20
|
-
|
|
21
|
-
Defaulting to \`null\`.`),null)}function Qi(e){return Xi(e)&&!Number.isNaN(e)&&e>0?e:(console.error(`Invalid prop \`max\` of value \`${e}\` supplied to \`ProgressRoot\`. Only numbers greater than 0 are valid max values. Defaulting to \`${qi}\`.`),qi)}var $i=w({__name:`ProgressRoot`,props:{modelValue:{type:[Number,null],required:!1},max:{type:Number,required:!1,default:qi},getValueLabel:{type:Function,required:!1,default:(e,t)=>Xi(e)?`${Math.round(e/t*qi)}%`:void 0},getValueText:{type:Function,required:!1},asChild:{type:Boolean,required:!1},as:{type:null,required:!1}},emits:[`update:modelValue`,`update:max`],setup(e,{emit:t}){let n=e,r=t;Y();let i=Jt(n,`modelValue`,r,{passive:n.modelValue===void 0}),a=Jt(n,`max`,r,{passive:n.max===void 0});H(()=>i.value,async e=>{let t=Zi(e,n.max);t!==e&&(await ne(),i.value=t)},{immediate:!0}),H(()=>n.max,e=>{let t=Qi(n.max);t!==e&&(a.value=t)},{immediate:!0});let o=F(()=>Ht(i.value)?`indeterminate`:i.value===a.value?`complete`:`loading`);return Yi({modelValue:i,max:a,progressState:o}),(e,t)=>(R(),d(S(X),{"as-child":e.asChild,as:e.as,"aria-valuemax":S(a),"aria-valuemin":0,"aria-valuenow":Xi(S(i))?S(i):void 0,"aria-valuetext":e.getValueText?.(S(i),S(a)),"aria-label":e.getValueLabel(S(i),S(a)),role:`progressbar`,"data-state":o.value,"data-value":S(i)??void 0,"data-max":S(a)},{default:D(()=>[l(e.$slots,`default`,{modelValue:S(i)})]),_:3},8,[`as-child`,`as`,`aria-valuemax`,`aria-valuenow`,`aria-valuetext`,`aria-label`,`data-state`,`data-value`,`data-max`]))}}),ea=w({__name:`ProgressIndicator`,props:{asChild:{type:Boolean,required:!1},as:{type:null,required:!1}},setup(e){let t=e,n=Ji();return Y(),(e,r)=>(R(),d(S(X),N(t,{"data-state":S(n).progressState.value,"data-value":S(n).modelValue?.value??void 0,"data-max":S(n).max.value}),{default:D(()=>[l(e.$slots,`default`)]),_:3},16,[`data-state`,`data-value`,`data-max`]))}}),ta=w({__name:`ToastAnnounceExclude`,props:{altText:{type:String,required:!1},asChild:{type:Boolean,required:!1},as:{type:null,required:!1}},setup(e){return(e,t)=>(R(),d(S(X),{as:e.as,"as-child":e.asChild,"data-reka-toast-announce-exclude":``,"data-reka-toast-announce-alt":e.altText||void 0},{default:D(()=>[l(e.$slots,`default`)]),_:3},8,[`as`,`as-child`,`data-reka-toast-announce-alt`]))}}),[na,ra]=on(`ToastProvider`),ia=w({inheritAttrs:!1,__name:`ToastProvider`,props:{label:{type:String,required:!1,default:`Notification`},duration:{type:Number,required:!1,default:5e3},disableSwipe:{type:Boolean,required:!1},swipeDirection:{type:String,required:!1,default:`right`},swipeThreshold:{type:Number,required:!1,default:50}},setup(e){let n=e,{label:r,duration:i,disableSwipe:a,swipeDirection:o,swipeThreshold:s}=t(n);Wt({isProvider:!0});let c=f(),u=f(0),d=f(!1),p=f(!1);if(n.label&&typeof n.label==`string`&&!n.label.trim())throw Error("Invalid prop `label` supplied to `ToastProvider`. Expected non-empty `string`.");return ra({label:r,duration:i,disableSwipe:a,swipeDirection:o,swipeThreshold:s,toastCount:u,viewport:c,onViewportChange(e){c.value=e},onToastAdd(){u.value++},onToastRemove(){u.value--},isFocusedToastEscapeKeyDownRef:d,isClosePausedRef:p}),(e,t)=>l(e.$slots,`default`)}}),aa=w({__name:`ToastAnnounce`,setup(e){let t=na(),n=qt(1e3),r=f(!1),i=0,a=0;return Yt&&(i=requestAnimationFrame(()=>{a=requestAnimationFrame(()=>{r.value=!0})}),p(()=>{cancelAnimationFrame(i),cancelAnimationFrame(a)})),(e,i)=>S(n)||r.value?(R(),d(S(Ct),{key:0,feature:`fully-hidden`},{default:D(()=>[C(j(S(t).label.value)+` `,1),l(e.$slots,`default`)]),_:3})):m(`v-if`,!0)}}),oa=`toast.viewportPause`,sa=`toast.viewportResume`;function ca(e,t,n){let r=n.originalEvent.currentTarget,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&r.addEventListener(e,t,{once:!0}),r.dispatchEvent(i)}function la(e,t,n=0){let r=Math.abs(e.x),i=Math.abs(e.y),a=r>i;return t===`left`||t===`right`?a&&r>n:!a&&i>n}function ua(e){return e.nodeType===e.ELEMENT_NODE}function da(e){let t=[];return Array.from(e.childNodes).forEach(e=>{if(e.nodeType===e.TEXT_NODE&&e.textContent&&t.push(e.textContent),ua(e)){let n=e.ariaHidden||e.hidden||e.style.display===`none`,r=e.dataset.rekaToastAnnounceExclude===``;if(!n)if(r){let n=e.dataset.rekaToastAnnounceAlt;n&&t.push(n)}else t.push(...da(e))}}),t}var[fa,pa]=on(`ToastRoot`),ma=w({inheritAttrs:!1,__name:`ToastRootImpl`,props:{type:{type:String,required:!1},open:{type:Boolean,required:!1,default:!1},duration:{type:Number,required:!1},asChild:{type:Boolean,required:!1},as:{type:null,required:!1,default:`li`}},emits:[`close`,`escapeKeyDown`,`pause`,`resume`,`swipeStart`,`swipeMove`,`swipeCancel`,`swipeEnd`],setup(e,{emit:t}){let r=e,c=t,{forwardRef:u,currentElement:p}=Y(),{CollectionItem:h}=Wt(),g=na(),_=f(null),v=f(null),y=F(()=>typeof r.duration==`number`?r.duration:g.duration.value),x=f(0),w=f(y.value),T=f(0),E=f(y.value),ee=Qt(()=>{let e=Date.now()-x.value;E.value=Math.max(w.value-e,0)},{fpsLimit:60});function O(e){e<=0||e===1/0||Yt&&(window.clearTimeout(T.value),x.value=Date.now(),T.value=window.setTimeout(k,e))}function k(e){let t=e?.pointerType===``;p.value?.contains(tn())&&t&&g.viewport.value?.focus(),t&&(g.isClosePausedRef.value=!1),c(`close`)}let A=F(()=>p.value?da(p.value):null);if(r.type&&![`foreground`,`background`].includes(r.type))throw Error("Invalid prop `type` supplied to `Toast`. Expected `foreground | background`.");return re(e=>{let t=g.viewport.value;if(t){let e=()=>{O(w.value),ee.resume(),c(`resume`)},n=()=>{let e=Date.now()-x.value;w.value-=e,window.clearTimeout(T.value),ee.pause(),c(`pause`)};return t.addEventListener(oa,n),t.addEventListener(sa,e),()=>{t.removeEventListener(oa,n),t.removeEventListener(sa,e)}}}),H(()=>[r.open,y.value],()=>{w.value=y.value,r.open&&!g.isClosePausedRef.value&&O(y.value)},{immediate:!0}),Ft(`Escape`,e=>{c(`escapeKeyDown`,e),e.defaultPrevented||(g.isFocusedToastEscapeKeyDownRef.value=!0,k())}),n(()=>{g.onToastAdd()}),i(()=>{g.onToastRemove()}),pa({onClose:k}),(e,t)=>(R(),a(W,null,[A.value?(R(),d(aa,{key:0,role:`alert`,"aria-live":e.type===`foreground`?`assertive`:`polite`},{default:D(()=>[m(`
|
|
22
|
-
Render each chunk as its own text node so screen readers get the
|
|
23
|
-
natural pause break between nodes (see comment in utils.ts).
|
|
24
|
-
Interpolating the array directly with \`{{ announceTextContent }}\`
|
|
25
|
-
would route through Vue's \`toDisplayString\`, which JSON-stringifies
|
|
26
|
-
arrays — the live region would then announce literal \`[\`, quotes
|
|
27
|
-
and commas instead of the toast title and description.
|
|
28
|
-
`),(R(!0),a(W,null,o(A.value,(e,t)=>(R(),a(W,{key:t},[C(j(e),1)],64))),128))]),_:1},8,[`aria-live`])):m(`v-if`,!0),S(g).viewport.value?(R(),d(b,{key:1,to:S(g).viewport.value},[s(S(h),null,{default:D(()=>[s(S(X),N({ref:S(u),tabindex:`0`},e.$attrs,{as:e.as,"as-child":e.asChild,"data-state":e.open?`open`:`closed`,"data-swipe-direction":S(g).swipeDirection.value,style:S(g).disableSwipe.value?void 0:{userSelect:`none`,touchAction:`none`},onPointerdown:t[0]||=Te(e=>{S(g).disableSwipe.value||(_.value={x:e.clientX,y:e.clientY})},[`left`]),onPointermove:t[1]||=e=>{if(S(g).disableSwipe.value||!_.value)return;let t=e.clientX-_.value.x,n=e.clientY-_.value.y,r=!!v.value,i=[`left`,`right`].includes(S(g).swipeDirection.value),a=[`left`,`up`].includes(S(g).swipeDirection.value)?Math.min:Math.max,o=i?a(0,t):0,s=i?0:a(0,n),l=e.pointerType===`touch`?10:2,u={x:o,y:s},d={originalEvent:e,delta:u};r?(v.value=u,S(ca)(S(`toast.swipeMove`),e=>c(`swipeMove`,e),d)):S(la)(u,S(g).swipeDirection.value,l)?(v.value=u,S(ca)(S(`toast.swipeStart`),e=>c(`swipeStart`,e),d),e.target.setPointerCapture(e.pointerId)):(Math.abs(t)>l||Math.abs(n)>l)&&(_.value=null)},onPointerup:t[2]||=e=>{if(S(g).disableSwipe.value)return;let t=v.value,n=e.target;if(n.hasPointerCapture(e.pointerId)&&n.releasePointerCapture(e.pointerId),v.value=null,_.value=null,t){let n=e.currentTarget,r={originalEvent:e,delta:t};S(la)(t,S(g).swipeDirection.value,S(g).swipeThreshold.value)?S(ca)(S(`toast.swipeEnd`),e=>c(`swipeEnd`,e),r):S(ca)(S(`toast.swipeCancel`),e=>c(`swipeCancel`,e),r),n?.addEventListener(`click`,e=>e.preventDefault(),{once:!0})}}}),{default:D(()=>[l(e.$slots,`default`,{remaining:E.value,duration:y.value})]),_:3},16,[`as`,`as-child`,`data-state`,`data-swipe-direction`,`style`])]),_:3})],8,[`to`])):m(`v-if`,!0)],64))}}),ha=w({__name:`ToastClose`,props:{asChild:{type:Boolean,required:!1},as:{type:null,required:!1,default:`button`}},setup(e){let t=e,n=fa(),{forwardRef:r}=Y();return(e,i)=>(R(),d(ta,{"as-child":``},{default:D(()=>[s(S(X),N(t,{ref:S(r),type:e.as===`button`?`button`:void 0,onClick:S(n).onClose}),{default:D(()=>[l(e.$slots,`default`)]),_:3},16,[`type`,`onClick`])]),_:3}))}}),ga=w({__name:`ToastAction`,props:{altText:{type:String,required:!0},asChild:{type:Boolean,required:!1},as:{type:null,required:!1}},setup(e){if(!e.altText)throw Error("Missing prop `altText` expected on `ToastAction`");let{forwardRef:t}=Y();return(e,n)=>e.altText?(R(),d(ta,{key:0,"alt-text":e.altText,"as-child":``},{default:D(()=>[s(ha,{ref:S(t),as:e.as,"as-child":e.asChild},{default:D(()=>[l(e.$slots,`default`)]),_:3},8,[`as`,`as-child`])]),_:3},8,[`alt-text`])):m(`v-if`,!0)}}),_a=w({__name:`ToastDescription`,props:{asChild:{type:Boolean,required:!1},as:{type:null,required:!1}},setup(e){let t=e;return Y(),(e,n)=>(R(),d(S(X),V(O(t)),{default:D(()=>[l(e.$slots,`default`)]),_:3},16))}}),va=w({__name:`ToastPortal`,props:{to:{type:null,required:!1},disabled:{type:Boolean,required:!1},defer:{type:Boolean,required:!1},forceMount:{type:Boolean,required:!1}},setup(e){let t=e;return(e,n)=>(R(),d(S(Ot),V(O(t)),{default:D(()=>[l(e.$slots,`default`)]),_:3},16))}}),ya=w({__name:`ToastRoot`,props:{defaultOpen:{type:Boolean,required:!1,default:!0},forceMount:{type:Boolean,required:!1},type:{type:String,required:!1,default:`foreground`},open:{type:Boolean,required:!1,default:void 0},duration:{type:Number,required:!1},asChild:{type:Boolean,required:!1},as:{type:null,required:!1,default:`li`}},emits:[`escapeKeyDown`,`pause`,`resume`,`swipeStart`,`swipeMove`,`swipeCancel`,`swipeEnd`,`update:open`],setup(e,{emit:t}){let n=e,r=t,{forwardRef:i}=Y(),a=Jt(n,`open`,r,{defaultValue:n.defaultOpen,passive:n.open===void 0});return(e,t)=>(R(),d(S(Pt),{present:e.forceMount||S(a)},{default:D(()=>[s(ma,N({ref:S(i),open:S(a),type:e.type,as:e.as,"as-child":e.asChild,duration:e.duration},e.$attrs,{onClose:t[0]||=e=>a.value=!1,onPause:t[1]||=e=>r(`pause`),onResume:t[2]||=e=>r(`resume`),onEscapeKeyDown:t[3]||=e=>r(`escapeKeyDown`,e),onSwipeStart:t[4]||=e=>{r(`swipeStart`,e),e.defaultPrevented||e.currentTarget.setAttribute(`data-swipe`,`start`)},onSwipeMove:t[5]||=e=>{if(r(`swipeMove`,e),!e.defaultPrevented){let{x:t,y:n}=e.detail.delta,r=e.currentTarget;r.setAttribute(`data-swipe`,`move`),r.style.setProperty(`--reka-toast-swipe-move-x`,`${t}px`),r.style.setProperty(`--reka-toast-swipe-move-y`,`${n}px`)}},onSwipeCancel:t[6]||=e=>{if(r(`swipeCancel`,e),!e.defaultPrevented){let t=e.currentTarget;t.setAttribute(`data-swipe`,`cancel`),t.style.removeProperty(`--reka-toast-swipe-move-x`),t.style.removeProperty(`--reka-toast-swipe-move-y`),t.style.removeProperty(`--reka-toast-swipe-end-x`),t.style.removeProperty(`--reka-toast-swipe-end-y`)}},onSwipeEnd:t[7]||=e=>{if(r(`swipeEnd`,e),!e.defaultPrevented){let{x:t,y:n}=e.detail.delta,r=e.currentTarget;r.setAttribute(`data-swipe`,`end`),r.style.removeProperty(`--reka-toast-swipe-move-x`),r.style.removeProperty(`--reka-toast-swipe-move-y`),r.style.setProperty(`--reka-toast-swipe-end-x`,`${t}px`),r.style.setProperty(`--reka-toast-swipe-end-y`,`${n}px`),a.value=!1}}}),{default:D(({remaining:t,duration:n})=>[l(e.$slots,`default`,{remaining:t,duration:n,open:S(a)})]),_:3},16,[`open`,`type`,`as`,`as-child`,`duration`])]),_:3},8,[`present`]))}}),ba=w({__name:`ToastTitle`,props:{asChild:{type:Boolean,required:!1},as:{type:null,required:!1}},setup(e){let t=e;return Y(),(e,n)=>(R(),d(S(X),V(O(t)),{default:D(()=>[l(e.$slots,`default`)]),_:3},16))}}),xa=w({__name:`FocusProxy`,emits:[`focusFromOutsideViewport`],setup(e,{emit:t}){let n=t,r=na();return(e,t)=>(R(),d(S(Ct),{tabindex:`0`,style:{position:`fixed`},onFocus:t[0]||=e=>{let t=e.relatedTarget;S(r).viewport.value?.contains(t)||n(`focusFromOutsideViewport`)}},{default:D(()=>[l(e.$slots,`default`)]),_:3}))}}),Sa=w({inheritAttrs:!1,__name:`ToastViewport`,props:{hotkey:{type:Array,required:!1,default:()=>[`F8`]},label:{type:[String,Function],required:!1,default:`Notifications ({hotkey})`},asChild:{type:Boolean,required:!1},as:{type:null,required:!1,default:`ol`}},setup(e){let{hotkey:r,label:i}=t(e),{forwardRef:a,currentElement:o}=Y(),{CollectionSlot:c,getItems:u}=Wt(),p=na(),h=F(()=>p.toastCount.value>0),g=f(),_=f(),v=/Key/g,y=/Digit/g,b=F(()=>r.value.join(`+`).replace(v,``).replace(y,``));Ft(r.value,()=>{o.value.focus()}),n(()=>{p.onViewportChange(o.value)}),re(e=>{let t=o.value;if(h.value&&t){let n=()=>{if(!p.isClosePausedRef.value){let e=new CustomEvent(oa);t.dispatchEvent(e),p.isClosePausedRef.value=!0}},r=()=>{if(p.isClosePausedRef.value){let e=new CustomEvent(sa);t.dispatchEvent(e),p.isClosePausedRef.value=!1}},i=e=>{t.contains(e.relatedTarget)||r()},a=()=>{t.contains(tn())||r()},o=e=>{let n=e.altKey||e.ctrlKey||e.metaKey;if(e.key===`Tab`&&!n){let n=tn(),r=e.shiftKey;if(e.target===t&&r){g.value?.focus();return}let i=x({tabbingDirection:r?`backwards`:`forwards`}),a=i.findIndex(e=>e===n);Dt(i.slice(a+1))?e.preventDefault():r?g.value?.focus():_.value?.focus()}};t.addEventListener(`focusin`,n),t.addEventListener(`focusout`,i),t.addEventListener(`pointermove`,n),t.addEventListener(`pointerleave`,a),t.addEventListener(`keydown`,o),window.addEventListener(`blur`,n),window.addEventListener(`focus`,r),e(()=>{t.removeEventListener(`focusin`,n),t.removeEventListener(`focusout`,i),t.removeEventListener(`pointermove`,n),t.removeEventListener(`pointerleave`,a),t.removeEventListener(`keydown`,o),window.removeEventListener(`blur`,n),window.removeEventListener(`focus`,r)})}});function x({tabbingDirection:e}){let t=u().map(e=>e.ref).map(t=>{let n=[t,...jt(t)];return e===`forwards`?n:n.reverse()});return(e===`forwards`?t.reverse():t).flat()}return(e,t)=>(R(),d(S(Ki),{role:`region`,"aria-label":typeof S(i)==`string`?S(i).replace(`{hotkey}`,b.value):S(i)(b.value),tabindex:`-1`,style:M({pointerEvents:h.value?void 0:`none`})},{default:D(()=>[h.value?(R(),d(xa,{key:0,ref:e=>{e&&(g.value=S(At)(e))},onFocusFromOutsideViewport:t[0]||=()=>{let e=x({tabbingDirection:`forwards`});S(Dt)(e)}},null,512)):m(`v-if`,!0),s(S(c),null,{default:D(()=>[s(S(X),N({ref:S(a),tabindex:`-1`,as:e.as,"as-child":e.asChild},e.$attrs),{default:D(()=>[l(e.$slots,`default`)]),_:3},16,[`as`,`as-child`])]),_:3}),h.value?(R(),d(xa,{key:1,ref:e=>{e&&(_.value=S(At)(e))},onFocusFromOutsideViewport:t[1]||=()=>{let e=x({tabbingDirection:`backwards`});S(Dt)(e)}},null,512)):m(`v-if`,!0)]),_:3},8,[`aria-label`,`style`]))}}),Ca={slots:{root:`gap-2`,base:`relative overflow-hidden rounded-full bg-accented`,indicator:`rounded-full size-full transition-transform duration-200 ease-out motion-reduce:data-[state=indeterminate]:animate-pulse`,status:`flex text-dimmed transition-[width] duration-200`,steps:`grid items-end`,step:`truncate text-end row-start-1 col-start-1 transition-opacity`},variants:{animation:{carousel:``,"carousel-inverse":``,swing:``,elastic:``},color:{primary:{indicator:`bg-primary`,steps:`text-primary`},secondary:{indicator:`bg-secondary`,steps:`text-secondary`},success:{indicator:`bg-success`,steps:`text-success`},info:{indicator:`bg-info`,steps:`text-info`},warning:{indicator:`bg-warning`,steps:`text-warning`},error:{indicator:`bg-error`,steps:`text-error`},neutral:{indicator:`bg-inverted`,steps:`text-inverted`}},size:{"2xs":{status:`text-xs`,steps:`text-xs`},xs:{status:`text-xs`,steps:`text-xs`},sm:{status:`text-sm`,steps:`text-sm`},md:{status:`text-sm`,steps:`text-sm`},lg:{status:`text-sm`,steps:`text-sm`},xl:{status:`text-base`,steps:`text-base`},"2xl":{status:`text-base`,steps:`text-base`}},step:{active:{step:`opacity-100`},first:{step:`opacity-100 text-muted`},other:{step:`opacity-0`},last:{step:``}},orientation:{horizontal:{root:`w-full flex flex-col`,base:`w-full`,status:`flex-row items-center justify-end min-w-fit`},vertical:{root:`h-full flex flex-row-reverse`,base:`h-full`,status:`flex-col justify-end min-h-fit`}},inverted:{true:{status:`self-end`}}},compoundVariants:[{inverted:!0,orientation:`horizontal`,class:{step:`text-start`,status:`flex-row-reverse`}},{inverted:!0,orientation:`vertical`,class:{steps:`items-start`,status:`flex-col-reverse`}},{orientation:`horizontal`,size:`2xs`,class:`h-px`},{orientation:`horizontal`,size:`xs`,class:`h-0.5`},{orientation:`horizontal`,size:`sm`,class:`h-1`},{orientation:`horizontal`,size:`md`,class:`h-2`},{orientation:`horizontal`,size:`lg`,class:`h-3`},{orientation:`horizontal`,size:`xl`,class:`h-4`},{orientation:`horizontal`,size:`2xl`,class:`h-5`},{orientation:`vertical`,size:`2xs`,class:`w-px`},{orientation:`vertical`,size:`xs`,class:`w-0.5`},{orientation:`vertical`,size:`sm`,class:`w-1`},{orientation:`vertical`,size:`md`,class:`w-2`},{orientation:`vertical`,size:`lg`,class:`w-3`},{orientation:`vertical`,size:`xl`,class:`w-4`},{orientation:`vertical`,size:`2xl`,class:`w-5`},{orientation:`horizontal`,animation:`carousel`,class:{indicator:`motion-safe:data-[state=indeterminate]:animate-[carousel_2s_ease-in-out_infinite] motion-safe:data-[state=indeterminate]:rtl:animate-[carousel-rtl_2s_ease-in-out_infinite]`}},{orientation:`vertical`,animation:`carousel`,class:{indicator:`motion-safe:data-[state=indeterminate]:animate-[carousel-vertical_2s_ease-in-out_infinite]`}},{orientation:`horizontal`,animation:`carousel-inverse`,class:{indicator:`motion-safe:data-[state=indeterminate]:animate-[carousel-inverse_2s_ease-in-out_infinite] motion-safe:data-[state=indeterminate]:rtl:animate-[carousel-inverse-rtl_2s_ease-in-out_infinite]`}},{orientation:`vertical`,animation:`carousel-inverse`,class:{indicator:`motion-safe:data-[state=indeterminate]:animate-[carousel-inverse-vertical_2s_ease-in-out_infinite]`}},{orientation:`horizontal`,animation:`swing`,class:{indicator:`motion-safe:data-[state=indeterminate]:animate-[swing_2s_ease-in-out_infinite]`}},{orientation:`vertical`,animation:`swing`,class:{indicator:`motion-safe:data-[state=indeterminate]:animate-[swing-vertical_2s_ease-in-out_infinite]`}},{orientation:`horizontal`,animation:`elastic`,class:{indicator:`motion-safe:data-[state=indeterminate]:animate-[elastic_2s_ease-in-out_infinite]`}},{orientation:`vertical`,animation:`elastic`,class:{indicator:`motion-safe:data-[state=indeterminate]:animate-[elastic-vertical_2s_ease-in-out_infinite]`}}],defaultVariants:{animation:`carousel`,color:`primary`,size:`md`}},wa={__name:`UProgress`,props:{as:{type:null,required:!1},max:{type:[Number,Array],required:!1},status:{type:Boolean,required:!1},inverted:{type:Boolean,required:!1,default:!1},size:{type:null,required:!1},color:{type:null,required:!1},orientation:{type:null,required:!1,default:`horizontal`},animation:{type:null,required:!1},class:{type:null,required:!1},ui:{type:Object,required:!1},getValueLabel:{type:Function,required:!1},getValueText:{type:Function,required:!1},modelValue:{type:[Number,null],required:!1,default:null}},emits:[`update:modelValue`,`update:max`],setup(e,{emit:t}){let n=e,r=t,i=g(),c=It(`progress`,n),{dir:u}=nn(),f=wn(),p=Vt(Gt(c,`getValueLabel`,`getValueText`,`modelValue`),r),h=F(()=>p.value.modelValue===null),_=F(()=>Array.isArray(c.max)),v=F(()=>{if(!(h.value||!c.max))return Array.isArray(c.max)?c.max.length-1:Number(c.max)}),y=F(()=>{if(!h.value)switch(!0){case p.value.modelValue<0:return 0;case p.value.modelValue>(v.value??100):return 100;default:return Math.round(p.value.modelValue/(v.value??100)*100)}}),b=F(()=>{if(y.value!==void 0)return c.orientation===`vertical`?{transform:`translateY(${c.inverted?``:`-`}${100-y.value}%)`}:u.value===`rtl`?{transform:`translateX(${c.inverted?`-`:``}${100-y.value}%)`}:{transform:`translateX(${c.inverted?``:`-`}${100-y.value}%)`}}),x=F(()=>{let e=`${Math.max(y.value??0,0)}%`;return c.orientation===`vertical`?{height:e}:{width:e}});function w(e){return e===Number(c.modelValue)}function T(e){return e===0}function E(e){return e===v.value}function ee(e){return e=Number(e),w(e)&&!T(e)?`active`:T(e)&&w(e)?`first`:E(e)&&w(e)?`last`:`other`}let O=F(()=>Xt({extend:Ca,...f.ui?.progress||{}})({animation:c.animation,size:c.size,color:c.color,orientation:c.orientation,inverted:c.inverted}));return(e,t)=>(R(),d(S(X),{as:S(c).as,"data-orientation":S(c).orientation,"data-slot":`root`,class:A(O.value.root({class:[S(c).ui?.root,S(c).class]}))},{default:D(()=>[!h.value&&(S(c).status||i.status)?(R(),a(`div`,{key:0,"data-slot":`status`,class:A(O.value.status({class:S(c).ui?.status})),style:M(x.value)},[l(e.$slots,`status`,{percent:y.value},()=>[C(j(y.value)+`% `,1)])],6)):m(``,!0),s(S($i),N(S(p),{max:v.value,"data-slot":`base`,class:O.value.base({class:S(c).ui?.base}),style:{transform:`translateZ(0)`}}),{default:D(()=>[s(S(ea),{"data-slot":`indicator`,class:A(O.value.indicator({class:S(c).ui?.indicator})),style:M(b.value)},null,8,[`class`,`style`])]),_:1},16,[`max`,`class`]),_.value?(R(),a(`div`,{key:1,"data-slot":`steps`,class:A(O.value.steps({class:S(c).ui?.steps}))},[(R(!0),a(W,null,o(S(c).max,(t,n)=>(R(),a(`div`,{key:n,"data-slot":`step`,class:A(O.value.step({class:S(c).ui?.step,step:ee(n)}))},[l(e.$slots,`step-${n}`,{step:t},()=>[C(j(t),1)])],2))),128))],2)):m(``,!0)]),_:3},8,[`as`,`data-orientation`,`class`]))}},Ta={slots:{root:`relative group overflow-hidden bg-default shadow-lg rounded-lg ring ring-default p-4 flex gap-2.5`,wrapper:`w-0 flex-1 flex flex-col`,title:`text-sm font-medium text-highlighted`,description:`text-sm text-muted`,icon:`shrink-0 size-5`,avatar:`shrink-0`,avatarSize:`2xl`,actions:`flex gap-1.5 shrink-0`,progress:`absolute inset-x-0 bottom-0`,close:`p-0`},variants:{color:{primary:{root:`outline-primary/25 focus-visible:outline-3 focus-visible:ring-primary`,icon:`text-primary`},secondary:{root:`outline-secondary/25 focus-visible:outline-3 focus-visible:ring-secondary`,icon:`text-secondary`},success:{root:`outline-success/25 focus-visible:outline-3 focus-visible:ring-success`,icon:`text-success`},info:{root:`outline-info/25 focus-visible:outline-3 focus-visible:ring-info`,icon:`text-info`},warning:{root:`outline-warning/25 focus-visible:outline-3 focus-visible:ring-warning`,icon:`text-warning`},error:{root:`outline-error/25 focus-visible:outline-3 focus-visible:ring-error`,icon:`text-error`},neutral:{root:`outline-inverted/25 focus-visible:outline-3 focus-visible:ring-inverted`,icon:`text-highlighted`}},orientation:{horizontal:{root:`items-center`,actions:`items-center`},vertical:{root:`items-start`,actions:`items-start mt-2.5`}},title:{true:{description:`mt-1`}}},defaultVariants:{color:`primary`}},Ea={__name:`UToast`,props:{as:{type:null,required:!1},title:{type:[String,Object,Function],required:!1},description:{type:[String,Object,Function],required:!1},icon:{type:null,required:!1},avatar:{type:Object,required:!1},color:{type:null,required:!1},orientation:{type:null,required:!1,default:`vertical`},close:{type:[Boolean,Object],required:!1,default:!0},closeIcon:{type:null,required:!1},actions:{type:Array,required:!1},duration:{type:Number,required:!1},progress:{type:[Boolean,Object],required:!1,default:!0},class:{type:null,required:!1},ui:{type:Object,required:!1},defaultOpen:{type:Boolean,required:!1},open:{type:Boolean,required:!1},type:{type:String,required:!1}},emits:[`escapeKeyDown`,`pause`,`resume`,`swipeStart`,`swipeMove`,`swipeCancel`,`swipeEnd`,`update:open`],setup(t,{expose:r,emit:i}){let c=t,p=i,h=g(),_=It(`toast`,c),{t:v}=nn(),y=wn(),b=Vt(Gt(_,`as`,`defaultOpen`,`open`,`duration`,`type`),p),x=F(()=>Xt({extend:Ta,...y.ui?.toast||{}})({color:_.color,orientation:_.orientation,title:!!_.title||!!h.title})),w=e(`rootRef`),T=f(0);return n(()=>{w.value?.$el?.getBoundingClientRect&&(T.value=w.value.$el.getBoundingClientRect().height)}),r({height:T}),(e,t)=>(R(),d(S(ya),N({ref_key:`rootRef`,ref:w},S(b),{"data-orientation":S(_).orientation,"data-slot":`root`,class:x.value.root({class:[S(_).ui?.root,S(_).class]}),style:{"--height":T.value}}),{default:D(({remaining:n,duration:r,open:i})=>[l(e.$slots,`leading`,{ui:x.value},()=>[S(_).avatar?(R(),d($t,N({key:0,size:S(_).ui?.avatarSize||x.value.avatarSize()},S(_).avatar,{"data-slot":`avatar`,class:x.value.avatar({class:S(_).ui?.avatar})}),null,16,[`size`,`class`])):S(_).icon?(R(),d(Bt,{key:1,name:S(_).icon,"data-slot":`icon`,class:A(x.value.icon({class:S(_).ui?.icon}))},null,8,[`name`,`class`])):m(``,!0)]),u(`div`,{"data-slot":`wrapper`,class:A(x.value.wrapper({class:S(_).ui?.wrapper}))},[S(_).title||h.title?(R(),d(S(ba),{key:0,"data-slot":`title`,class:A(x.value.title({class:S(_).ui?.title}))},{default:D(()=>[l(e.$slots,`title`,{},()=>[typeof S(_).title==`function`?(R(),d(ge(S(_).title()),{key:0})):typeof S(_).title==`object`?(R(),d(ge(S(_).title),{key:1})):(R(),a(W,{key:2},[C(j(S(_).title),1)],64))])]),_:3},8,[`class`])):m(``,!0),S(_).description||h.description?(R(),d(S(_a),{key:1,"data-slot":`description`,class:A(x.value.description({class:S(_).ui?.description}))},{default:D(()=>[l(e.$slots,`description`,{},()=>[typeof S(_).description==`function`?(R(),d(ge(S(_).description()),{key:0})):typeof S(_).description==`object`?(R(),d(ge(S(_).description),{key:1})):(R(),a(W,{key:2},[C(j(S(_).description),1)],64))])]),_:3},8,[`class`])):m(``,!0),S(_).orientation===`vertical`&&(S(_).actions?.length||h.actions)?(R(),a(`div`,{key:2,"data-slot":`actions`,class:A(x.value.actions({class:S(_).ui?.actions}))},[l(e.$slots,`actions`,{},()=>[(R(!0),a(W,null,o(S(_).actions,(e,n)=>(R(),d(S(ga),{key:n,"alt-text":e.label||`Action`,"as-child":``,onClick:t[0]||=Te(()=>{},[`stop`])},{default:D(()=>[s(Zt,N({size:`xs`,color:S(_).color},{ref_for:!0},e),null,16,[`color`])]),_:2},1032,[`alt-text`]))),128))])],2)):m(``,!0)],2),S(_).orientation===`horizontal`&&(S(_).actions?.length||h.actions)||S(_).close?(R(),a(`div`,{key:0,"data-slot":`actions`,class:A(x.value.actions({class:S(_).ui?.actions,orientation:`horizontal`}))},[S(_).orientation===`horizontal`&&(S(_).actions?.length||h.actions)?l(e.$slots,`actions`,{},()=>[(R(!0),a(W,null,o(S(_).actions,(e,n)=>(R(),d(S(ga),{key:n,"alt-text":e.label||`Action`,"as-child":``,onClick:t[1]||=Te(()=>{},[`stop`])},{default:D(()=>[s(Zt,N({size:`xs`,color:S(_).color},{ref_for:!0},e),null,16,[`color`])]),_:2},1032,[`alt-text`]))),128))],void 0,0):m(``,!0),S(_).close||h.close?(R(),d(S(ha),{key:1,"as-child":``},{default:D(()=>[l(e.$slots,`close`,{ui:x.value},()=>[S(_).close?(R(),d(Zt,N({key:0,icon:S(_).closeIcon||S(y).ui.icons.close,color:`neutral`,variant:`link`,"aria-label":S(v)(`toast.close`)},typeof S(_).close==`object`?S(_).close:{},{"data-slot":`close`,class:x.value.close({class:S(_).ui?.close}),onClick:t[2]||=Te(()=>{},[`stop`])}),null,16,[`icon`,`aria-label`,`class`])):m(``,!0)])]),_:3})):m(``,!0)],2)):m(``,!0),S(_).progress&&i&&n>0&&r?(R(),d(wa,N({key:1,"model-value":n/r*100,color:S(_).color},typeof S(_).progress==`object`?S(_).progress:{},{size:`sm`,"data-slot":`progress`,class:x.value.progress({class:S(_).ui?.progress})}),null,16,[`model-value`,`color`,`class`])):m(``,!0)]),_:3},16,[`data-orientation`,`class`,`style`]))}},Da={slots:{viewport:`fixed flex flex-col w-[calc(100%-2rem)] sm:w-96 z-[100] data-[expanded=true]:h-(--height) focus:outline-none`,base:`pointer-events-auto absolute inset-x-0 z-(--index) transform-(--transform) data-[expanded=false]:data-[front=false]:h-(--front-height) data-[expanded=false]:data-[front=false]:*:opacity-0 data-[front=false]:*:transition-opacity data-[front=false]:*:duration-100 data-[state=closed]:animate-[toast-closed_200ms_ease-in-out] data-[state=closed]:data-[expanded=false]:data-[front=false]:animate-[toast-collapsed-closed_200ms_ease-in-out] data-[state=open]:data-[pulsing=odd]:animate-[toast-pulse-a_300ms_ease-out] data-[state=open]:data-[pulsing=even]:animate-[toast-pulse-b_300ms_ease-out] data-[swipe=move]:transition-none transition-[transform,translate,height] duration-200 ease-out`},variants:{position:{"top-left":{viewport:`left-4`},"top-center":{viewport:`left-1/2 transform -translate-x-1/2`},"top-right":{viewport:`right-4`},"bottom-left":{viewport:`left-4`},"bottom-center":{viewport:`left-1/2 transform -translate-x-1/2`},"bottom-right":{viewport:`right-4`}},swipeDirection:{up:`data-[swipe=end]:animate-[toast-slide-up_200ms_ease-out]`,right:`data-[swipe=end]:animate-[toast-slide-right_200ms_ease-out]`,down:`data-[swipe=end]:animate-[toast-slide-down_200ms_ease-out]`,left:`data-[swipe=end]:animate-[toast-slide-left_200ms_ease-out]`}},compoundVariants:[{position:[`top-left`,`top-center`,`top-right`],class:{viewport:`top-4`,base:`top-0 data-[state=open]:animate-[toast-slide-in-from-top_200ms_ease-in-out]`}},{position:[`bottom-left`,`bottom-center`,`bottom-right`],class:{viewport:`bottom-4`,base:`bottom-0 data-[state=open]:animate-[toast-slide-in-from-bottom_200ms_ease-in-out]`}},{swipeDirection:[`left`,`right`],class:`data-[swipe=move]:translate-x-(--reka-toast-swipe-move-x) data-[swipe=end]:translate-x-(--reka-toast-swipe-end-x) data-[swipe=cancel]:translate-x-0`},{swipeDirection:[`up`,`down`],class:`data-[swipe=move]:translate-y-(--reka-toast-swipe-move-y) data-[swipe=end]:translate-y-(--reka-toast-swipe-end-y) data-[swipe=cancel]:translate-y-0`}],defaultVariants:{position:`bottom-right`}},Oa=Object.assign(Object.assign({name:`Toaster`},{props:{position:{type:null,required:!1},expand:{type:Boolean,required:!1,default:!0},progress:{type:Boolean,required:!1,default:!0},portal:{type:[Boolean,String],required:!1,skipCheck:!0,default:!0},max:{type:Number,required:!1,default:5},class:{type:null,required:!1},ui:{type:Object,required:!1},label:{type:String,required:!1},duration:{type:Number,required:!1,default:5e3},disableSwipe:{type:Boolean,required:!1},swipeThreshold:{type:Number,required:!1}},setup(e){let t=It(`toaster`,e),{toasts:n,remove:r}=Ut(),i=wn();L(Kt,he(()=>t.max));let c=Vt(Gt(t,`duration`,`label`,`swipeThreshold`,`disableSwipe`)),u=an(he(()=>t.portal)),p=F(()=>{switch(t.position){case`top-center`:return`up`;case`top-right`:case`bottom-right`:return`right`;case`bottom-center`:return`down`;case`top-left`:case`bottom-left`:return`left`}return`right`}),m=F(()=>Xt({extend:Da,...i.ui?.toaster||{}})({position:t.position,swipeDirection:p.value}));function h(e,t){e||r(t)}let g=f(!1),_=F(()=>t.expand||g.value),v=f([]),y=F(()=>v.value.reduce((e,{height:t})=>e+t+16,0)),b=F(()=>v.value[v.value.length-1]?.height||0);function x(e){return v.value.slice(e+1).reduce((e,{height:t})=>e+t+16,0)}return(e,r)=>(R(),d(S(ia),N({"swipe-direction":p.value},S(c)),{default:D(()=>[l(e.$slots,`default`),(R(!0),a(W,null,o(S(n),(e,r)=>(R(),d(Ea,N({key:e.id,ref_for:!0,ref_key:`refs`,ref:v,progress:S(t).progress},{ref_for:!0},S(wt)(e,[`id`,`close`,`_duplicate`,`_updated`]),{close:e.close,"data-expanded":_.value,"data-front":!_.value&&r===S(n).length-1,"data-pulsing":e._duplicate?e._duplicate%2==0?`even`:`odd`:void 0,style:{"--index":r-S(n).length+S(n).length,"--before":S(n).length-1-r,"--offset":x(r),"--scale":_.value?`1`:`calc(1 - var(--before) * var(--scale-factor))`,"--translate":_.value?`calc(var(--offset) * var(--translate-factor))`:`calc(var(--before) * var(--gap))`,"--transform":`translateY(var(--translate)) scale(var(--scale))`},"data-slot":`base`,class:m.value.base({class:[S(t).ui?.base,e.onClick?`cursor-pointer`:void 0]}),"onUpdate:open":t=>h(t,e.id),onClick:t=>e.onClick&&e.onClick(e)}),null,16,[`progress`,`close`,`data-expanded`,`data-front`,`data-pulsing`,`style`,`class`,`onUpdate:open`,`onClick`]))),128)),s(S(va),V(O(S(u))),{default:D(()=>[s(S(Sa),{"data-expanded":_.value,"data-slot":`viewport`,class:A(m.value.viewport({class:[S(t).ui?.viewport,S(t).class]})),style:M({"--scale-factor":`0.05`,"--translate-factor":S(t).position?.startsWith(`top`)?`1px`:`-1px`,"--gap":S(t).position?.startsWith(`top`)?`16px`:`-16px`,"--front-height":`${b.value}px`,"--height":`${y.value}px`}),onMouseenter:r[0]||=e=>g.value=!0,onMouseleave:r[1]||=e=>g.value=!1},null,8,[`data-expanded`,`class`,`style`])]),_:1},16)]),_:3},16,[`swipe-direction`]))}}),{__name:`UToaster`});function ka(){let e=h([]),t=(t,a)=>{let{props:o,defaultOpen:c,destroyOnClose:l}=a||{},u=I({id:Symbol(``),isOpen:!!c,component:r(t),isMounted:!!c,destroyOnClose:!!l,originalProps:o||{},props:{...o}});return e.push(u),{...u,open:e=>n(u.id,e),close:e=>i(u.id,e),patch:e=>s(u.id,e)}},n=(e,t)=>{let n=c(e);t?n.props={...n.originalProps,...t}:n.props={...n.originalProps},n.isOpen=!0,n.isMounted=!0;let r=new Promise(e=>n.resolvePromise=e);return Object.assign(r,{id:e,isMounted:n.isMounted,isOpen:n.isOpen,result:r})},i=(e,t)=>{let n=c(e);n.isOpen=!1,n.resolvePromise&&=(n.resolvePromise(t),void 0)},a=()=>{e.forEach(e=>i(e.id))},o=t=>{let n=c(t);if(n.isMounted=!1,n.destroyOnClose){let n=e.findIndex(e=>e.id===t);e.splice(n,1)}},s=(e,t)=>{let n=c(e);n.props={...n.props,...t}},c=t=>{let n=e.find(e=>e.id===t);if(!n)throw Error(`Overlay not found`);return n};return{overlays:e,open:n,close:i,closeAll:a,create:t,patch:s,unmount:o,isOpen:e=>c(e).isOpen}}var Aa=Lt(ka),ja={__name:`UOverlayProvider`,setup(e){let{overlays:t,unmount:n,close:r}=Aa(),i=F(()=>t.filter(e=>e.isMounted)),s=e=>{r(e),n(e)},c=(e,t)=>{r(e,t)};return(e,t)=>(R(!0),a(W,null,o(i.value,e=>(R(),d(ge(e.component),N({key:e.id},{ref_for:!0},e.props,{open:e.isOpen,"onUpdate:open":t=>e.isOpen=t,onClose:t=>c(e.id,t),"onAfter:leave":t=>s(e.id)}),null,16,[`open`,`onUpdate:open`,`onClose`,`onAfter:leave`]))),128))}},Ma=Object.assign(Object.assign({name:`App`},{props:{tooltip:{type:Object,required:!1},toaster:{type:[Object,null],required:!1},locale:{type:Object,required:!1},portal:{type:[Boolean,String],required:!1,skipCheck:!0,default:`body`},dir:{type:String,required:!1},scrollBody:{type:[Boolean,Object],required:!1},nonce:{type:String,required:!1}},setup(e){let t=e,n=Tt(Gt(t,`scrollBody`)),r=he(()=>t.tooltip),i=he(()=>t.toaster),a=he(()=>t.locale);return L(Rt,a),L(en,he(()=>t.portal)),(o,c)=>(R(),d(S(Et),N({"use-id":()=>T(),dir:t.dir||a.value?.dir,locale:a.value?.code},S(n)),{default:D(()=>[s(S(kt),V(O(r.value)),{default:D(()=>[e.toaster===null?l(o.$slots,`default`,{},void 0,void 0,1):(R(),d(Oa,V(N({key:0},i.value)),{default:D(()=>[l(o.$slots,`default`)]),_:3},16)),s(ja)]),_:3},16)]),_:3},16,[`use-id`,`dir`,`locale`]))}}),{__name:`UApp`}),Na=`renovate-log-parser`,Pa=`Interactive viewer for Renovate Bot debug logs.`,Fa=w({__name:`app`,setup(e){return mn({meta:[{name:`viewport`,content:`width=device-width, initial-scale=1`}],link:[{rel:`icon`,type:`image/svg+xml`,href:`/favicon-dark.svg`,media:`(prefers-color-scheme: dark)`},{rel:`icon`,type:`image/svg+xml`,href:`/favicon-light.svg`,media:`(prefers-color-scheme: light)`}],htmlAttrs:{lang:`en`}}),_n({title:Na,description:Pa,ogTitle:Na,ogDescription:Pa}),(e,t)=>{let n=Bi,r=Ma;return R(),d(r,null,{default:D(()=>[s(n)]),_:1})}}}),Ia={__name:`nuxt-error-page`,props:{error:Object},setup(e){let t=e.error,n=Number(t.statusCode||500),r=n===404,i=t.statusMessage??(r?`Page Not Found`:`Internal Server Error`),a=t.message||t.toString(),o=x(()=>ri(()=>import(`./BjDV6v2h.js`),__vite__mapDeps([9,2,10,5,3,7,11]),import.meta.url)),s=x(()=>ri(()=>import(`./DeS15jQo.js`),__vite__mapDeps([12,2,10,7,13]),import.meta.url)),c=r?o:s;return(e,t)=>(R(),d(S(c),V(O({status:S(n),statusText:S(i),statusCode:S(n),statusMessage:S(i),description:S(a),stack:S(void 0)})),null,16))}},La=()=>null,Ra={key:0},za={__name:`nuxt-root`,setup(e){let t=E(),n=t.deferHydration();if(t.isHydrating){let e=t.hooks.hookOnce(`app:error`,n),r=J().beforeEach(()=>{e(),r()})}window.location.pathname,L(Ye,dt()),t.hooks.callHookWith(e=>e.map(e=>e()),`vue:setup`,[]);let r=Fe();function i(e,n,r){let i=t.vueApp.config.errorHandler;if(i&&!i.__nuxt_default)try{i(e,n,r)}catch(e){console.error("[nuxt] Error in `app.config.errorHandler`",e)}}return y((e,n,r)=>{if(t.hooks.callHook(`vue:error`,e,n,r)?.catch(e=>console.error("[nuxt] Error in `vue:error` hook",e)),yt(navigator.userAgent))return ke(t,e),!1;if(He(e)&&(e.fatal||e.unhandled))return t.runWithContext(()=>We(e)),i(e,n,r),!1}),(e,t)=>(R(),d(ue,{onResolve:S(n)},{default:D(()=>[S(!1)?(R(),a(`div`,Ra)):S(r)?(R(),d(S(Ia),{key:1,error:S(r)},null,8,[`error`])):S(!1)?(R(),d(S(La),{key:2,context:S(!1)},null,8,[`context`])):S(!1)?(R(),d(ge(S(!1)),{key:3})):(R(),d(S(Fa),{key:4}))]),_:1},8,[`onResolve`]))}},Ba;{let e;Ba=async function(){if(e)return e;let t=!!(window.__NUXT__?.serverRendered??document.getElementById(`__NUXT_DATA__`)?.dataset.ssr===`true`),n=t?Ce(za):Re(za),r=ae({vueApp:n});async function i(e){await r.callHook(`app:error`,e),r.payload.error||=Ue(e)}i.__nuxt_default=!0,n.config.errorHandler=i,r.hook(`app:suspense:resolve`,()=>{n.config.errorHandler===i&&(n.config.errorHandler=void 0)}),!t&&ie.id&&r.hook(`app:suspense:resolve`,()=>{document.getElementById(ie.id)?.remove()});try{await le(r,Ii)}catch(e){i(e)}try{await r.hooks.callHook(`app:created`,n),await r.hooks.callHook(`app:beforeMount`,n),n.mount(se),await r.hooks.callHook(`app:mounted`,n),await ne()}catch(e){i(e)}return n},e=Ba().catch(e=>{throw pe.NUXT_E1009({cause:e}),e})}
|