regor 1.4.2 → 1.4.4

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.
@@ -1,3 +1,3 @@
1
- "use strict";var dt=Object.defineProperty;var br=Object.getOwnPropertyDescriptor;var Tr=Object.getOwnPropertyNames;var xr=Object.prototype.hasOwnProperty;var Cr=(n,e,t)=>e in n?dt(n,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):n[e]=t;var Er=(n,e)=>{for(var t in e)dt(n,t,{get:e[t],enumerable:!0})},Rr=(n,e,t,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of Tr(e))!xr.call(n,r)&&r!==t&&dt(n,r,{get:()=>e[r],enumerable:!(o=br(e,r))||o.enumerable});return n};var vr=n=>Rr(dt({},"__esModule",{value:!0}),n);var m=(n,e,t)=>Cr(n,typeof e!="symbol"?e+"":e,t);var ti={};Er(ti,{ComponentHead:()=>We,ContextRegistry:()=>rn,RegorConfig:()=>le,addUnbinder:()=>q,batch:()=>gr,collectRefs:()=>Mt,computeMany:()=>lr,computeRef:()=>fr,computed:()=>ur,createApp:()=>ir,defineComponent:()=>ar,drainUnbind:()=>qn,endBatch:()=>jn,entangle:()=>Ye,flatten:()=>ae,getBindData:()=>Oe,html:()=>Vn,isDeepRef:()=>He,isRaw:()=>Ze,isRef:()=>E,markRaw:()=>pr,observe:()=>se,observeMany:()=>hr,observerCount:()=>yr,onMounted:()=>cr,onUnmounted:()=>ne,pause:()=>Kt,persist:()=>mr,raw:()=>dr,ref:()=>be,removeNode:()=>z,resume:()=>Wt,silence:()=>Ot,sref:()=>ie,startBatch:()=>_n,toFragment:()=>$e,toJsonTemplate:()=>rt,trigger:()=>Y,unbind:()=>de,unref:()=>V,useScope:()=>St,warningHandler:()=>it,watchEffect:()=>Ve});module.exports=vr(ti);var ze=Symbol(":regor");var de=n=>{let e=[n];for(let t=0;t<e.length;++t){let o=e[t];wr(o);for(let r=o.lastChild;r!=null;r=r.previousSibling)e.push(r)}},wr=n=>{let e=n[ze];if(!e)return;let t=e.unbinders;for(let o=0;o<t.length;++o)t[o]();t.length=0,n[ze]=void 0};var Ke=[],ht=!1,yt,$n=()=>{if(ht=!1,yt=void 0,Ke.length!==0){for(let n=0;n<Ke.length;++n)de(Ke[n]);Ke.length=0}},z=n=>{n.remove(),Ke.push(n),ht||(ht=!0,yt=setTimeout($n,1))},qn=async()=>{Ke.length===0&&!ht||(yt&&clearTimeout(yt),$n())};var K=n=>typeof n=="function",W=n=>typeof n=="string",Fn=n=>typeof n=="undefined",fe=n=>n==null||typeof n=="undefined",X=n=>typeof n!="string"||!(n!=null&&n.trim()),Sr=Object.prototype.toString,sn=n=>Sr.call(n),Ae=n=>sn(n)==="[object Map]",ue=n=>sn(n)==="[object Set]",an=n=>sn(n)==="[object Date]",st=n=>typeof n=="symbol",w=Array.isArray,I=n=>n!==null&&typeof n=="object";var zn={0:"createApp can't find root element. You must define either a valid `selector` or an `element`. Example: createApp({}, {selector: '#app', html: '...'})",1:n=>`Component template cannot be found. selector: ${n} .`,2:"Use composables in scope. usage: useScope(() => new MyApp()).",3:n=>`${n} requires ref source argument`,4:"computed is readonly.",5:"persist requires a string key."},j=(n,...e)=>{let t=zn[n];return new Error(K(t)?t.call(zn,...e):t)};var gt=[],Kn=()=>{let n={onMounted:[],onUnmounted:[]};return gt.push(n),n},Ue=n=>{let e=gt[gt.length-1];if(!e&&!n)throw j(2);return e},Wn=n=>{let e=Ue();return n&&un(n),gt.pop(),e},cn=Symbol("csp"),un=n=>{let e=n,t=e[cn];if(t){let o=Ue();if(t===o)return;o.onMounted.length>0&&t.onMounted.push(...o.onMounted),o.onUnmounted.length>0&&t.onUnmounted.push(...o.onUnmounted);return}e[cn]=Ue()},bt=n=>n[cn];var Ne=n=>{var t,o;let e=(t=bt(n))==null?void 0:t.onUnmounted;e==null||e.forEach(r=>{r()}),(o=n.unmounted)==null||o.call(n)};var We=class{constructor(e,t,o,r,s){m(this,"props");m(this,"start");m(this,"end");m(this,"ctx");m(this,"autoProps",!0);m(this,"entangle",!0);m(this,"enableSwitch",!1);m(this,"onAutoPropsAssigned");m(this,"me");m(this,"emit",(e,t)=>{this.me.dispatchEvent(new CustomEvent(e,{detail:t}))});this.props=e,this.me=t,this.ctx=o,this.start=r,this.end=s}findContext(e,t=0){var r;if(t<0)return;let o=0;for(let s of(r=this.ctx)!=null?r:[])if(s instanceof e){if(o===t)return s;++o}}requireContext(e,t=0){let o=this.findContext(e,t);if(o!==void 0)return o;throw new Error(`${e} was not found in the context stack at occurrence ${t}.`)}unmount(){let e=this.start.nextSibling,t=this.end;for(;e&&e!==t;)z(e),e=e.nextSibling;for(let o of this.ctx)Ne(o)}};var Oe=n=>{let e=n,t=e[ze];if(t)return t;let o={unbinders:[],data:{}};return e[ze]=o,o};var q=(n,e)=>{Oe(n).unbinders.push(e)};var Gn={8:n=>`Model binding requires a ref at ${n.outerHTML}`,7:n=>`Model binding is not supported on ${n.tagName} element at ${n.outerHTML}`,0:(n,e)=>`${n} binding expression is missing at ${e.outerHTML}`,1:(n,e,t)=>`invalid ${n} expression: ${e} at ${t.outerHTML}`,2:(n,e)=>`${n} requires object expression at ${e.outerHTML}`,3:(n,e)=>`${n} binder: key is empty on ${e.outerHTML}.`,4:(n,e,t,o)=>({msg:`Failed setting prop "${n}" on <${e.toLowerCase()}>: value ${t} is invalid.`,args:[o]}),5:(n,e)=>`${n} binding missing event type at ${e.outerHTML}`,6:(n,e)=>({msg:n,args:[e]})},H=(n,...e)=>{let t=Gn[n],o=K(t)?t.call(Gn,...e):t,r=it.warning;r&&(W(o)?r(o):r(o,...o.args))},it={warning:console.warn};var xt={},Tt={},Jn=1,Qn=n=>{let e=(Jn++).toString();return xt[e]=n,Tt[e]=0,e},ln=n=>{Tt[n]+=1},fn=n=>{--Tt[n]===0&&(delete xt[n],delete Tt[n])},Xn=n=>xt[n],pn=()=>Jn!==1&&Object.keys(xt).length>0,at="r-switch",Ar=n=>{let e=n.filter(o=>Be(o)).map(o=>[...o.querySelectorAll("[r-switch]")].map(r=>r.getAttribute(at))),t=new Set;return e.forEach(o=>{o.forEach(r=>r&&t.add(r))}),[...t]},Ge=(n,e)=>{if(!pn())return;let t=Ar(e);t.length!==0&&(t.forEach(ln),q(n,()=>{t.forEach(fn)}))};var Ct=()=>{},mn=(n,e,t,o)=>{let r=[];for(let s of n){let i=s.cloneNode(!0);t.insertBefore(i,o),r.push(i)}ke(e,r)},dn=Symbol("r-if"),Yn=Symbol("r-else"),Zn=n=>n[Yn]===1,Et=class{constructor(e){m(this,"i");m(this,"D");m(this,"K");m(this,"z");m(this,"W");m(this,"T");m(this,"R");this.i=e,this.D=e.o.p.if,this.K=Qe(e.o.p.if),this.z=e.o.p.else,this.W=e.o.p.elseif,this.T=e.o.p.for,this.R=e.o.p.pre}Ze(e,t){let o=e.parentElement;for(;o!==null&&o!==document.documentElement;){if(o.hasAttribute(t))return!0;o=o.parentElement}return!1}N(e){let t=e.hasAttribute(this.D),o=Me(e,this.K);for(let r of o)this.b(r);return t}G(e){return e[dn]?!0:(e[dn]=!0,Me(e,this.K).forEach(t=>t[dn]=!0),!1)}b(e){if(e.hasAttribute(this.R)||this.G(e)||this.Ze(e,this.T))return;let t=e.getAttribute(this.D);if(!t){H(0,this.D,e);return}e.removeAttribute(this.D),this.O(e,t)}U(e,t,o){let r=Je(e),s=e.parentNode,i=document.createComment(`__begin__ :${t}${o!=null?o:""}`);s.insertBefore(i,e),Ge(i,r),r.forEach(c=>{z(c)}),e.remove(),t!=="if"&&(e[Yn]=1);let a=document.createComment(`__end__ :${t}${o!=null?o:""}`);return s.insertBefore(a,i.nextSibling),{nodes:r,parent:s,commentBegin:i,commentEnd:a}}de(e,t){if(!e)return[];let o=e.nextElementSibling;if(e.hasAttribute(this.z)){e.removeAttribute(this.z);let{nodes:r,parent:s,commentBegin:i,commentEnd:a}=this.U(e,"else");return[{mount:()=>{mn(r,this.i,s,a)},unmount:()=>{Ce(i,a)},isTrue:()=>!0,isMounted:!1}]}else{let r=e.getAttribute(this.W);if(!r)return[];e.removeAttribute(this.W);let{nodes:s,parent:i,commentBegin:a,commentEnd:c}=this.U(e,"elseif",` => ${r} `),l=this.i.m.k(r),u=l.value,f=this.de(o,t),p=Ct;return q(a,()=>{l.stop(),p(),p=Ct}),p=l.subscribe(t),[{mount:()=>{mn(s,this.i,i,c)},unmount:()=>{Ce(a,c)},isTrue:()=>!!u()[0],isMounted:!1},...f]}}O(e,t){let o=e.nextElementSibling,{nodes:r,parent:s,commentBegin:i,commentEnd:a}=this.U(e,"if",` => ${t} `),c=this.i.m.k(t),l=c.value,u=!1,f=this.i.m,p=f.M(),d=()=>{f.C(p,()=>{if(l()[0])u||(mn(r,this.i,s,a),u=!0),y.forEach(g=>{g.unmount(),g.isMounted=!1});else{Ce(i,a),u=!1;let g=!1;for(let C of y)!g&&C.isTrue()?(C.isMounted||(C.mount(),C.isMounted=!0),g=!0):(C.unmount(),C.isMounted=!1)}})},y=this.de(o,d),h=Ct;q(i,()=>{c.stop(),h(),h=Ct}),d(),h=c.subscribe(d)}};var Je=n=>{let e=ye(n)?n.content.childNodes:[n],t=[];for(let o=0;o<e.length;++o){let r=e[o];if(r.nodeType===1){let s=r==null?void 0:r.tagName;if(s==="SCRIPT"||s==="STYLE")continue}t.push(r)}return t},ke=(n,e)=>{for(let t=0;t<e.length;++t){let o=e[t];o.nodeType===Node.ELEMENT_NODE&&(Zn(o)||n.H(o))}},Me=(n,e)=>{var o;let t=n.querySelectorAll(e);return(o=n.matches)!=null&&o.call(n,e)?[n,...t]:t},ye=n=>n instanceof HTMLTemplateElement,Be=n=>n.nodeType===Node.ELEMENT_NODE,ct=n=>n.nodeType===Node.ELEMENT_NODE,eo=n=>n instanceof HTMLSlotElement,Ee=n=>ye(n)?n.content.childNodes:n.childNodes,Ce=(n,e)=>{let t=n.nextSibling;for(;t!=null&&t!==e;){let o=t.nextSibling;z(t),t=o}},to=function(){return this()},Nr=function(n){return this(n)},Or=()=>{throw new Error("value is readonly.")},Mr={get:to,set:Nr,enumerable:!0,configurable:!1},kr={get:to,set:Or,enumerable:!0,configurable:!1},Le=(n,e)=>{Object.defineProperty(n,"value",e?kr:Mr)},no=(n,e)=>{if(!n)return!1;if(n.startsWith("["))return n.substring(1,n.length-1);let t=e.length;return n.startsWith(e)?n.substring(t,n.length-t):!1},Qe=n=>`[${CSS.escape(n)}]`,Rt=(n,e)=>(n.startsWith("@")&&(n=e.p.on+":"+n.slice(1)),n.includes("[")&&(n=n.replace(/[[\]]/g,e.p.dynamic)),n),hn=n=>{let e=Object.create(null);return t=>e[t]||(e[t]=n(t))},Lr=/-(\w)/g,$=hn(n=>n&&n.replace(Lr,(e,t)=>t?t.toUpperCase():"")),Ir=/\B([A-Z])/g,Xe=hn(n=>n&&n.replace(Ir,"-$1").toLowerCase()),ut=hn(n=>n&&n.charAt(0).toUpperCase()+n.slice(1));var vt={mount:()=>{}};var wt=n=>{var t,o;let e=(t=bt(n))==null?void 0:t.onMounted;e==null||e.forEach(r=>{r()}),(o=n.mounted)==null||o.call(n)};var yn=Symbol("scope"),St=n=>{try{Kn();let e=n();un(e);let t={context:e,unmount:()=>Ne(e),[yn]:1};return t[yn]=1,t}finally{Wn()}},oo=n=>I(n)?yn in n:!1;var At=Symbol("ref"),Z=Symbol("sref"),Nt=Symbol("raw");var E=n=>n!=null&&n[Z]===1;var gn={collectRefObj:!0,mount:({parseResult:n})=>({update:({values:e})=>{let t=n.context,o=e[0];if(I(o))for(let r of Object.entries(o)){let s=r[0],i=r[1],a=t[s];a!==i&&(E(a)?a(i):t[s]=i)}}})};var ne=(n,e)=>{var t;(t=Ue(e))==null||t.onUnmounted.push(n)};var se=(n,e,t,o=!0)=>{if(!E(n))throw j(3,"observe");t&&e(n());let s=n(void 0,void 0,0,e);return o&&ne(s,!0),s};var Ye=(n,e)=>{if(n===e)return()=>{};let t=se(n,r=>e(r)),o=se(e,r=>n(r));return e(n()),()=>{t(),o()}};var Ze=n=>!!n&&n[Nt]===1;var He=n=>(n==null?void 0:n[At])===1;var pe=[],ro=n=>{var e;pe.length!==0&&((e=pe[pe.length-1])==null||e.add(n))},Ve=n=>{if(!n)return()=>{};let e={stop:()=>{}};return Dr(n,e),ne(()=>e.stop(),!0),e.stop},Dr=(n,e)=>{if(!n)return;let t=[],o=!1,r=()=>{for(let s of t)s();t=[],o=!0};e.stop=r;try{let s=new Set;if(pe.push(s),n(i=>t.push(i)),o)return;for(let i of[...s]){let a=se(i,()=>{r(),Ve(n)});t.push(a)}}finally{pe.pop()}},Ot=n=>{let e=pe.length,t=e>0&&pe[e-1];try{return t&&pe.push(null),n()}finally{t&&pe.pop()}},Mt=n=>{try{let e=new Set;return pe.push(e),{value:n(),refs:[...e]}}finally{pe.pop()}};var Y=(n,e,t)=>{if(!E(n))return;let o=n;if(o(void 0,e,1),!t)return;let r=o();if(r){if(w(r)||ue(r))for(let s of r)Y(s,e,!0);else if(Ae(r))for(let s of r)Y(s[0],e,!0),Y(s[1],e,!0);if(I(r))for(let s in r)Y(r[s],e,!0)}};function Ur(n,e,t){Object.defineProperty(n,e,{value:t,enumerable:!1,writable:!0,configurable:!0})}var et=(n,e,t)=>{t.forEach(function(o){let r=n[o];Ur(e,o,function(...i){let a=r.apply(this,i),c=this[Z];for(let l of c)Y(l);return a})})},kt=(n,e)=>{Object.defineProperty(n,Symbol.toStringTag,{value:e,writable:!1,enumerable:!1,configurable:!0})};var so=Array.prototype,bn=Object.create(so),Br=["push","pop","shift","unshift","splice","sort","reverse"];et(so,bn,Br);var io=Map.prototype,Lt=Object.create(io),Pr=["set","clear","delete"];kt(Lt,"Map");et(io,Lt,Pr);var ao=Set.prototype,It=Object.create(ao),Hr=["add","clear","delete"];kt(It,"Set");et(ao,It,Hr);var ge={},ie=n=>{if(E(n)||Ze(n))return n;let e={auto:!0,_value:n},t=c=>I(c)?Z in c?!0:w(c)?(Object.setPrototypeOf(c,bn),!0):ue(c)?(Object.setPrototypeOf(c,It),!0):Ae(c)?(Object.setPrototypeOf(c,Lt),!0):!1:!1,o=t(n),r=new Set,s=(c,l)=>{if(ge.stack&&ge.stack.length){ge.stack[ge.stack.length-1].add(a);return}r.size!==0&&Ot(()=>{for(let u of[...r.keys()])r.has(u)&&u(c,l)})},i=c=>{let l=c[Z];l||(c[Z]=l=new Set),l.add(a)},a=(...c)=>{if(!(2 in c)){let u=c[0],f=c[1];return 0 in c?e._value===u||E(u)&&(u=u(),e._value===u)?u:(t(u)&&i(u),e._value=u,e.auto&&s(u,f),e._value):(ro(a),e._value)}switch(c[2]){case 0:{let u=c[3];if(!u)return()=>{};let f=p=>{r.delete(p)};return r.add(u),()=>{f(u)}}case 1:{let u=c[1],f=e._value;s(f,u);break}case 2:return r.size;case 3:{e.auto=!1;break}case 4:e.auto=!0}return e._value};return a[Z]=1,Le(a,!1),o&&i(n),a};var be=n=>{if(Ze(n))return n;let e;if(E(n)?(e=n,n=e()):e=ie(n),n instanceof Node||n instanceof Date||n instanceof RegExp||n instanceof Promise||n instanceof Error)return e;if(e[At]=1,w(n)){let t=n.length;for(let o=0;o<t;++o){let r=n[o];He(r)||(n[o]=be(r))}return e}if(!I(n))return e;for(let t of Object.entries(n)){let o=t[1];if(He(o))continue;let r=t[0];st(r)||(n[r]=null,n[r]=be(o))}return e};var co=Symbol("modelBridge"),Dt=()=>{},Vr=n=>!!(n!=null&&n[co]),_r=n=>{n[co]=1},jr=n=>{let e=be(n());return _r(e),e},uo={collectRefObj:!0,mount:({parseResult:n,option:e})=>{if(typeof e!="string"||!e)return Dt;let t=$(e),o,r,s=Dt,i=()=>{s(),s=Dt,o=void 0,r=void 0},a=()=>{s(),s=Dt},c=(u,f)=>{o!==u&&(a(),s=Ye(u,f),o=u)},l=()=>{var d;let u=(d=n.refs[0])!=null?d:n.value()[0],f=n.context,p=f[t];if(!E(u)){if(r&&p===r){r(u);return}if(i(),E(p)){p(u);return}f[t]=u;return}if(Vr(u)){if(p===u)return;E(p)?c(u,p):f[t]=u;return}r||(r=jr(u)),f[t]=r,c(u,r)};return{update:()=>{l()},unmount:()=>{s()}}}};var Ut=class{constructor(e){m(this,"i");m(this,"ye");m(this,"he","");m(this,"ge",-1);this.i=e,this.ye=e.o.p.inherit}N(e){this.et(e)}tt(e){if(this.ge!==e.size){let t=[...e.keys()];this.he=[...t,...t.map(Xe)].join(","),this.ge=e.size}return this.he}nt(e){var t;for(let o=0;o<e.length;++o){let r=(t=e[o])==null?void 0:t.components;if(r)for(let s in r)return!0}return!1}et(e){var p;let t=this.i,o=t.m,r=t.o.be,s=t.o.j;if(r.size===0&&!this.nt(o.l))return;let i=o.J(),a=o.ot(),c=this.tt(r),l=[...c?[c]:[],...a,...a.map(Xe)].join(",");if(X(l))return;let u=e.querySelectorAll(l),f=(p=e.matches)!=null&&p.call(e,l)?[e,...u]:u;for(let d of f){if(d.hasAttribute(t.R))continue;let y=d.parentNode;if(!y)continue;let h=d.nextSibling,R=$(d.tagName).toUpperCase(),g=i[R],C=g!=null?g:s.get(R);if(!C)continue;let D=C.template;if(!D)continue;let G=d.parentElement;if(!G)continue;let M=new Comment(" begin component: "+d.tagName),_=new Comment(" end component: "+d.tagName);G.insertBefore(M,d),d.remove();let ce=t.o.p.context,ee=t.o.p.contextAlias,U=t.o.p.bind,b=(x,T)=>{let v={},F=x.hasAttribute(ce);return o.C(T,()=>{o.v(v),F?t.b(gn,x,ce):x.hasAttribute(ee)&&t.b(gn,x,ee);let B=C.props;if(!B||B.length===0)return;B=B.map($);let N=new Map(B.map(S=>[S.toLowerCase(),S]));for(let S of[...B,...B.map(Xe)]){let P=x.getAttribute(S);P!==null&&(v[$(S)]=P,x.removeAttribute(S))}let L=t._.xe(x,!1);for(let[S,P]of L.entries()){let[re,De]=P.Q;if(!De)continue;let Fe=N.get($(De).toLowerCase());Fe&&(re!=="."&&re!==":"&&re!==U||t.b(uo,x,S,!0,Fe,P.X))}}),v},A=[...o.M()],J=()=>{var F;let x=b(d,A),T=new We(x,d,A,M,_),v=St(()=>{var B;return(B=C.context(T))!=null?B:{}}).context;if(T.autoProps){for(let[B,N]of Object.entries(x))if(B in v){let L=v[B];if(L===N)continue;if(E(L)){E(N)?T.entangle?q(M,Ye(N,L)):L(N()):L(N);continue}}else v[B]=N;(F=T.onAutoPropsAssigned)==null||F.call(T)}return{componentCtx:v,head:T}},{componentCtx:me,head:qe}=J(),Te=[...Ee(D)],k=Te.length,mt=d.childNodes.length===0,O=x=>{let T=x.parentElement;if(mt){for(let N of[...x.childNodes])T.insertBefore(N,x);return}let v=x.name;X(v)&&(v=x.getAttributeNames().filter(N=>N.startsWith("#"))[0],X(v)?v="default":v=v.substring(1));let F=d.querySelector(`template[name='${v}'], template[\\#${v}]`);!F&&v==="default"&&(F=d.querySelector("template:not([name])"),F&&F.getAttributeNames().filter(N=>N.startsWith("#")).length>0&&(F=null));let B=N=>{qe.enableSwitch&&o.C(A,()=>{o.v(me);let L=b(x,o.M());o.C(A,()=>{o.v(L);let S=o.M(),P=Qn(S);for(let re of N)Be(re)&&(re.setAttribute(at,P),ln(P),q(re,()=>{fn(P)}))})})};if(F){let N=[...Ee(F)];for(let L of N)T.insertBefore(L,x);B(N)}else{if(v!=="default"){for(let L of[...Ee(x)])T.insertBefore(L,x);return}let N=[...Ee(d)].filter(L=>!ye(L));for(let L of N)T.insertBefore(L,x);B(N)}},Q=x=>{if(!Be(x))return;let T=x.querySelectorAll("slot");if(eo(x)){O(x),x.remove();return}for(let v of T)O(v),v.remove()};(()=>{for(let x=0;x<k;++x)Te[x]=Te[x].cloneNode(!0),y.insertBefore(Te[x],h),Q(Te[x])})(),G.insertBefore(_,h);let te=()=>{if(!C.inheritAttrs)return;let x=Te.filter(v=>v.nodeType===Node.ELEMENT_NODE);x.length>1&&(x=x.filter(v=>v.hasAttribute(this.ye)));let T=x[0];if(T)for(let v of d.getAttributeNames()){if(v===ce||v===ee)continue;let F=d.getAttribute(v);if(v==="class")T.classList.add(...F.split(" "));else if(v==="style"){let B=T.style,N=d.style;for(let L of N)B.setProperty(L,N.getPropertyValue(L))}else T.setAttribute(Rt(v,t.o),F)}},xe=()=>{for(let x of d.getAttributeNames())!x.startsWith("@")&&!x.startsWith(t.o.p.on)&&d.removeAttribute(x)},Se=()=>{te(),xe(),o.v(me),t.Te(d,!1),me.$emit=qe.emit,ke(t,Te),q(d,()=>{Ne(me)}),q(M,()=>{de(d)}),wt(me)};o.C(A,Se)}}};var Tn=class{constructor(e,t){m(this,"Q");m(this,"X");m(this,"Re",[]);this.Q=e,this.X=t}},Bt=class{constructor(e){m(this,"i");m(this,"Ce");m(this,"Ee");m(this,"Y");var o;this.i=e,this.Ce=e.o.rt(),this.Y=new Map;let t=new Map;for(let r of this.Ce){let s=(o=r[0])!=null?o:"",i=t.get(s);i?i.push(r):t.set(s,[r])}this.Ee=t}ve(e){let t=this.Y.get(e);if(t)return t;let o=e,r=o.startsWith(".");r&&(o=":"+o.slice(1));let s=o.indexOf("."),a=(s<0?o:o.substring(0,s)).split(/[:@]/);X(a[0])&&(a[0]=r?".":o[0]);let c=s>=0?o.slice(s+1).split("."):[],l=!1,u=!1;for(let p=0;p<c.length;++p){let d=c[p];if(!l&&d==="camel"?l=!0:!u&&d==="prop"&&(u=!0),l&&u)break}l&&(a[a.length-1]=$(a[a.length-1])),u&&(a[0]=".");let f={terms:a,flags:c};return this.Y.set(e,f),f}xe(e,t){let o=new Map;if(!ct(e))return o;let r=this.Ee,s=(c,l)=>{var f;let u=r.get((f=l[0])!=null?f:"");if(u)for(let p=0;p<u.length;++p){if(!l.startsWith(u[p]))continue;let d=o.get(l);if(!d){let y=this.ve(l);d=new Tn(y.terms,y.flags),o.set(l,d)}d.Re.push(c);return}},i=c=>{var u;let l=c.attributes;if(!(!l||l.length===0))for(let f=0;f<l.length;++f){let p=(u=l.item(f))==null?void 0:u.name;p&&s(c,p)}};if(i(e),!t||!e.firstElementChild)return o;let a=e.querySelectorAll("*");for(let c of a)i(c);return o}};var lo=()=>{},$r=(n,e)=>{for(let t of n){let o=t.cloneNode(!0);e.appendChild(o)}},Pt=class{constructor(e){m(this,"i");m(this,"L");m(this,"we");this.i=e,this.L=e.o.p.is,this.we=Qe(this.L)+", [is]"}N(e){let t=e.hasAttribute(this.L),o=Me(e,this.we);for(let r of o)this.b(r);return t}b(e){let t=e.getAttribute(this.L);if(!t){if(t=e.getAttribute("is"),!t)return;if(!t.startsWith("regor:")){if(!t.startsWith("r-"))return;let o=t.slice(2).trim().toLowerCase();if(!o)return;let r=e.parentNode;if(!r)return;let s=document.createElement(o);for(let i of e.getAttributeNames())i!=="is"&&s.setAttribute(i,e.getAttribute(i));for(;e.firstChild;)s.appendChild(e.firstChild);r.insertBefore(s,e),e.remove(),this.i.H(s);return}t=`'${t.slice(6)}'`,e.removeAttribute("is")}e.removeAttribute(this.L),this.O(e,t)}U(e,t){let o=Je(e),r=e.parentNode,s=document.createComment(`__begin__ dynamic ${t!=null?t:""}`);r.insertBefore(s,e),Ge(s,o),o.forEach(a=>{z(a)}),e.remove();let i=document.createComment(`__end__ dynamic ${t!=null?t:""}`);return r.insertBefore(i,s.nextSibling),{nodes:o,parent:r,commentBegin:s,commentEnd:i}}O(e,t){let{nodes:o,parent:r,commentBegin:s,commentEnd:i}=this.U(e,` => ${t} `),a=this.i.m.k(t),c=a.value,l=this.i.m,u=l.M(),f={name:""},p=ye(e)?o:[...o[0].childNodes],d=()=>{l.C(u,()=>{var C;let R=c()[0];if(I(R)&&(R.name?R=R.name:R=(C=Object.entries(l.J()).filter(D=>D[1]===R)[0])==null?void 0:C[0]),!W(R)||X(R)){Ce(s,i);return}if(f.name===R)return;Ce(s,i);let g=document.createElement(R);for(let D of e.getAttributeNames())D!==this.L&&g.setAttribute(D,e.getAttribute(D));$r(p,g),r.insertBefore(g,i),this.i.H(g),f.name=R})},y=lo;q(s,()=>{a.stop(),y(),y=lo}),d(),y=a.subscribe(d)}};var V=n=>{let e=n;return e!=null&&e[Z]===1?e():e};var qr=(n,e)=>{let[t,o]=e;K(o)?o(n,t):n.innerHTML=t==null?void 0:t.toString()},Ht={mount:()=>({update:({el:n,values:e})=>{qr(n,e)}})};var Vt=class n{constructor(e){m(this,"Z");this.Z=e}static st(e,t){var d,y;let o=e.m,r=e.o,s=r.p,i=new Set([s.for,s.if,s.else,s.elseif,s.pre]),a=r.P,c=o.J();if(Object.keys(c).length>0||r.j.size>0)return;let l=e._,u=[],f=0,p=[];for(let h=t.length-1;h>=0;--h)p.push(t[h]);for(;p.length>0;){let h=p.pop();if(h.nodeType===Node.ELEMENT_NODE){let g=h;if(g.tagName==="TEMPLATE"||g.tagName.includes("-"))return;let C=$(g.tagName).toUpperCase();if(r.j.has(C)||c[C])return;let D=g.attributes;for(let G=0;G<D.length;++G){let M=(d=D.item(G))==null?void 0:d.name;if(!M)continue;if(i.has(M))return;let{terms:_,flags:ce}=l.ve(M),[ee,U]=_,b=(y=a[M])!=null?y:a[ee];if(b){if(b===Ht)return;u.push({nodeIndex:f,attrName:M,directive:b,option:U,flags:ce})}}++f}let R=h.childNodes;for(let g=R.length-1;g>=0;--g)p.push(R[g])}if(u.length!==0)return new n(u)}b(e,t){let o=[],r=[];for(let s=t.length-1;s>=0;--s)r.push(t[s]);for(;r.length>0;){let s=r.pop();s.nodeType===Node.ELEMENT_NODE&&o.push(s);let i=s.childNodes;for(let a=i.length-1;a>=0;--a)r.push(i[a])}for(let s=0;s<this.Z.length;++s){let i=this.Z[s],a=o[i.nodeIndex];a&&e.b(i.directive,a,i.attrName,!1,i.option,i.flags)}}};var Fr=(n,e)=>{let t=e.parentNode;if(t)for(let o=0;o<n.items.length;++o)t.insertBefore(n.items[o],e)},zr=n=>{var a;let e=n.length,t=n.slice(),o=[],r,s,i;for(let c=0;c<e;++c){let l=n[c];if(l===0)continue;let u=o[o.length-1];if(u===void 0||n[u]<l){t[c]=u!=null?u:-1,o.push(c);continue}for(r=0,s=o.length-1;r<s;)i=r+s>>1,n[o[i]]<l?r=i+1:s=i;l<n[o[r]]&&(r>0&&(t[c]=o[r-1]),o[r]=c)}for(r=o.length,s=(a=o[r-1])!=null?a:-1;r-- >0;)o[r]=s,s=t[s];return o},_t=class{static it(e){let{oldItems:t,newValues:o,getKey:r,isSameValue:s,mountNewValue:i,removeMountItem:a,endAnchor:c}=e,l=t.length,u=o.length,f=new Array(u),p=new Set;for(let b=0;b<u;++b){let A=r(o[b]);if(A===void 0||p.has(A))return;p.add(A),f[b]=A}let d=new Array(u),y=0,h=l-1,R=u-1;for(;y<=h&&y<=R;){let b=t[y];if(r(b.value)!==f[y]||!s(b.value,o[y]))break;b.value=o[y],d[y]=b,++y}for(;y<=h&&y<=R;){let b=t[h];if(r(b.value)!==f[R]||!s(b.value,o[R]))break;b.value=o[R],d[R]=b,--h,--R}if(y>h){for(let b=R;b>=y;--b){let A=b+1<u?d[b+1].items[0]:c;d[b]=i(b,o[b],A)}return d}if(y>R){for(let b=y;b<=h;++b)a(t[b]);return d}let g=y,C=y,D=R-C+1,G=new Array(D).fill(0),M=new Map;for(let b=C;b<=R;++b)M.set(f[b],b);let _=!1,ce=0;for(let b=g;b<=h;++b){let A=t[b],J=M.get(r(A.value));if(J===void 0){a(A);continue}if(!s(A.value,o[J])){a(A);continue}A.value=o[J],d[J]=A,G[J-C]=b+1,J>=ce?ce=J:_=!0}let ee=_?zr(G):[],U=ee.length-1;for(let b=D-1;b>=0;--b){let A=C+b,J=A+1<u?d[A+1].items[0]:c;if(G[b]===0){d[A]=i(A,o[A],J);continue}let me=d[A];_&&(U>=0&&ee[U]===b?--U:me&&Fr(me,J))}return d}};var lt=class{constructor(e){m(this,"x",[]);m(this,"V",new Map);m(this,"ee");this.ee=e}get w(){return this.x.length}te(e){let t=this.ee(e.value);t!==void 0&&this.V.set(t,e)}ne(e){var o;let t=this.ee((o=this.x[e])==null?void 0:o.value);t!==void 0&&this.V.delete(t)}static at(e,t){return{items:[],index:e,value:t,order:-1}}v(e){e.order=this.w,this.x.push(e),this.te(e)}ct(e,t){let o=this.w;for(let r=e;r<o;++r)this.x[r].order=r+1;t.order=e,this.x.splice(e,0,t),this.te(t)}I(e){return this.x[e]}oe(e,t){this.ne(e),this.x[e]=t,this.te(t),t.order=e}Se(e){this.ne(e),this.x.splice(e,1);let t=this.w;for(let o=e;o<t;++o)this.x[o].order=o}Ae(e){let t=this.w;for(let o=e;o<t;++o)this.ne(o);this.x.splice(e)}Gt(e){return this.V.has(e)}ut(e){var o;let t=this.V.get(e);return(o=t==null?void 0:t.order)!=null?o:-1}};var xn=Symbol("r-for"),Kr=n=>-1,fo=()=>{},$t=class $t{constructor(e){m(this,"i");m(this,"T");m(this,"re");m(this,"R");this.i=e,this.T=e.o.p.for,this.re=Qe(this.T),this.R=e.o.p.pre}N(e){let t=e.hasAttribute(this.T),o=Me(e,this.re);for(let r of o)this.pt(r);return t}G(e){return e[xn]?!0:(e[xn]=!0,Me(e,this.re).forEach(t=>t[xn]=!0),!1)}pt(e){if(e.hasAttribute(this.R)||this.G(e))return;let t=e.getAttribute(this.T);if(!t){H(0,this.T,e);return}e.removeAttribute(this.T),this.lt(e,t)}Ne(e){return fe(e)?[]:(K(e)&&(e=e()),Symbol.iterator in Object(e)?e:typeof e=="number"?(o=>({*[Symbol.iterator](){for(let r=1;r<=o;r++)yield r}}))(e):Object.entries(e))}lt(e,t){var mt;let o=this.ft(t);if(!(o!=null&&o.list)){H(1,this.T,t,e);return}let r=this.i.o.p.key,s=this.i.o.p.keyBind,i=(mt=e.getAttribute(r))!=null?mt:e.getAttribute(s);e.removeAttribute(r),e.removeAttribute(s);let a=Je(e),c=Vt.st(this.i,a),l=e.parentNode;if(!l)return;let u=`${this.T} => ${t}`,f=new Comment(`__begin__ ${u}`);l.insertBefore(f,e),Ge(f,a),a.forEach(O=>{z(O)}),e.remove();let p=new Comment(`__end__ ${u}`);l.insertBefore(p,f.nextSibling);let d=this.i,y=d.m,h=y.M(),g=h.length===1?[void 0,h[0]]:void 0,C=this.mt(i),D=(O,Q)=>C(O)===C(Q),G=(O,Q)=>O===Q,M=(O,Q,oe)=>{let te=o.createContext(Q,O),xe=lt.at(te.index,Q),Se=()=>{var F,B;let x=(B=(F=p.parentNode)!=null?F:f.parentNode)!=null?B:l,T=oe.previousSibling,v=[];for(let N=0;N<a.length;++N){let L=a[N].cloneNode(!0);x.insertBefore(L,oe),v.push(L)}for(c?c.b(d,v):ke(d,v),T=T.nextSibling;T!==oe;)xe.items.push(T),T=T.nextSibling};return g?(g[0]=te.ctx,y.C(g,Se)):y.C(h,()=>{y.v(te.ctx),Se()}),xe},_=(O,Q)=>{let oe=k.I(O).items,te=oe[oe.length-1].nextSibling;for(let xe of oe)z(xe);k.oe(O,M(O,Q,te))},ce=(O,Q)=>{k.v(M(O,Q,p))},ee=O=>{for(let Q of k.I(O).items)z(Q)},U=O=>{let Q=k.w;for(let oe=O;oe<Q;++oe)k.I(oe).index(oe)},b=O=>{let Q=f.parentNode,oe=p.parentNode;if(!Q||!oe)return;let te=k.w;K(O)&&(O=O());let xe=V(O[0]);if(w(xe)&&xe.length===0){Ce(f,p),k.Ae(0);return}let Se=[];for(let S of this.Ne(O[0]))Se.push(S);let x=_t.it({oldItems:k.x,newValues:Se,getKey:C,isSameValue:G,mountNewValue:(S,P,re)=>M(S,P,re),removeMountItem:S=>{for(let P=0;P<S.items.length;++P)z(S.items[P])},endAnchor:p});if(x){k.x=x,k.V.clear();for(let S=0;S<x.length;++S){let P=x[S];P.order=S,P.index(S);let re=C(P.value);re!==void 0&&k.V.set(re,P)}return}let T=0,v=Number.MAX_SAFE_INTEGER,F=te,B=this.i.o.forGrowThreshold,N=()=>k.w<F+B;for(let S of Se){let P=()=>{if(T<te){let re=k.I(T++);if(D(re.value,S)){if(G(re.value,S))return;_(T-1,S);return}let De=k.ut(C(S));if(De>=T&&De-T<10){if(--T,v=Math.min(v,T),ee(T),k.Se(T),--te,De>T+1)for(let Fe=T;Fe<De-1&&Fe<te&&!D(k.I(T).value,S);)++Fe,ee(T),k.Se(T),--te;P();return}N()?(k.ct(T-1,M(T,S,k.I(T-1).items[0])),v=Math.min(v,T-1),++te):_(T-1,S)}else ce(T++,S)};P()}let L=T;for(te=k.w;T<te;)ee(T++);k.Ae(L),U(v)},A=()=>{J.stop(),qe(),qe=fo},J=y.k(o.list),me=J.value,qe=fo,Te=0,k=new lt(C);for(let O of this.Ne(me()[0]))k.v(M(Te++,O,p));q(f,A),qe=J.subscribe(b)}ft(e){var c,l;let t=$t.dt.exec(e);if(!t)return;let o=(t[1]+((c=t[2])!=null?c:"")).split(",").map(u=>u.trim()),r=o.length>1?o.length-1:-1,s=r!==-1&&(o[r]==="index"||(l=o[r])!=null&&l.startsWith("#"))?o[r]:"";s&&o.splice(r,1);let i=t[3];if(!i||o.length===0)return;let a=/[{[]/.test(e);return{list:i,createContext:(u,f)=>{let p={},d=V(u);if(!a&&o.length===1)p[o[0]]=u;else if(w(d)){let h=0;for(let R of o)p[R]=d[h++]}else for(let h of o)p[h]=d[h];let y={ctx:p,index:Kr};return s&&(y.index=p[s.startsWith("#")?s.substring(1):s]=ie(f)),y}}}mt(e){if(!e)return o=>o;let t=e.trim();if(!t)return o=>o;if(t.includes(".")){let o=this.yt(t),r=o.length>1?o.slice(1):void 0;return s=>{let i=V(s),a=this.Oe(i,o);return a!==void 0||!r?a:this.Oe(i,r)}}return o=>{var r;return V((r=V(o))==null?void 0:r[t])}}yt(e){return e.split(".").filter(t=>t.length>0)}Oe(e,t){var r;let o=e;for(let s of t)o=(r=V(o))==null?void 0:r[s];return V(o)}};m($t,"dt",/\{?\[?\(?([^)}\]]+)\)?\]?\}?([^)]+)?\s+\b(?:in|of)\b\s+(.*)\s*$/);var jt=$t;var qt=class{constructor(e){m(this,"se",0);m(this,"ie",new Map);m(this,"m");m(this,"ke");m(this,"Me");m(this,"Le");m(this,"Ve");m(this,"_");m(this,"o");m(this,"R");m(this,"Ie");this.m=e,this.o=e.o,this.Me=new jt(this),this.ke=new Et(this),this.Le=new Pt(this),this.Ve=new Ut(this),this._=new Bt(this),this.R=this.o.p.pre,this.Ie=this.o.p.dynamic}ht(e){let t=ye(e)?[e]:e.querySelectorAll("template");for(let o of t){if(o.hasAttribute(this.R))continue;let r=o.parentNode;if(!r)continue;let s=o.nextSibling;if(o.remove(),!o.content)continue;let i=[...o.content.childNodes];for(let a of i)r.insertBefore(a,s);ke(this,i)}}H(e){++this.se;try{if(e.nodeType!==Node.ELEMENT_NODE||e.hasAttribute(this.R)||this.ke.N(e)||this.Me.N(e)||this.Le.N(e))return;this.Ve.N(e),this.ht(e),this.Te(e,!0)}finally{--this.se,this.se===0&&this.gt()}}bt(e,t){let o=document;if(!o){let r=e.parentNode;for(;r!=null&&r.parentNode;)r=r.parentNode;if(!r)return null;o=r}return o.querySelector(t)}De(e,t){let o=this.bt(e,t);if(!o)return!1;let r=e.parentElement;if(!r)return!1;let s=new Comment(`teleported => '${t}'`);return r.insertBefore(s,e),e.teleportedFrom=s,s.teleportedTo=e,q(s,()=>{z(e)}),o.appendChild(e),!0}xt(e,t){this.ie.set(e,t)}gt(){let e=this.ie;if(e.size!==0){this.ie=new Map;for(let[t,o]of e.entries())this.De(t,o)}}Te(e,t){var s;let o=this._.xe(e,t),r=this.o.P;for(let[i,a]of o.entries()){let[c,l]=a.Q,u=(s=r[i])!=null?s:r[c];if(!u){console.error("directive not found:",c);continue}let f=a.Re;for(let p=0;p<f.length;++p){let d=f[p];this.b(u,d,i,!1,l,a.X)}}}b(e,t,o,r,s,i){if(t.hasAttribute(this.R))return;let a=t.getAttribute(o);t.removeAttribute(o);let c=l=>{let u=l;for(;u;){let f=u.getAttribute(at);if(f)return f;u=u.parentElement}return null};if(pn()){let l=c(t);if(l){this.m.C(Xn(l),()=>{this.O(e,t,a,s,i)});return}}this.O(e,t,a,s,i)}Tt(e,t,o){return e!==vt?!1:(X(o)||this.De(t,o)||this.xt(t,o),!0)}O(e,t,o,r,s){if(t.nodeType!==Node.ELEMENT_NODE||o==null||this.Tt(e,t,o))return;let i=this.Rt(r,e.once),a=this.Ct(e,o),c=this.Et(a,i);q(t,c.stop);let l=this.vt(t,o,a,i,r,s),u=this.wt(e,l,c);if(!u)return;let f=this.St(l,a,i,r,u);f(),e.once||(c.result=a.subscribe(f),i&&(c.dynamic=i.subscribe(f)))}Rt(e,t){let o=no(e,this.Ie);if(o)return this.m.k($(o),void 0,void 0,void 0,t)}Ct(e,t){return this.m.k(t,e.isLazy,e.isLazyKey,e.collectRefObj,e.once)}Et(e,t){let o={stop:()=>{var r,s,i;e.stop(),t==null||t.stop(),(r=o.result)==null||r.call(o),(s=o.dynamic)==null||s.call(o),(i=o.mounted)==null||i.call(o),o.result=void 0,o.dynamic=void 0,o.mounted=void 0}};return o}vt(e,t,o,r,s,i){return{el:e,expr:t,values:o.value(),previousValues:void 0,option:r?r.value()[0]:s,previousOption:void 0,flags:i,parseResult:o,dynamicOption:r}}wt(e,t,o){let r=e.mount(t);if(typeof r=="function"){o.mounted=r;return}return r!=null&&r.unmount&&(o.mounted=r.unmount),r==null?void 0:r.update}St(e,t,o,r,s){let i,a;return()=>{let c=t.value(),l=o?o.value()[0]:r;e.values=c,e.previousValues=i,e.option=l,e.previousOption=a,i=c,a=l,s(e)}}};var po="http://www.w3.org/1999/xlink",Wr={itemscope:2,allowfullscreen:2,formnovalidate:2,ismap:2,nomodule:2,novalidate:2,readonly:2,async:1,autofocus:1,autoplay:1,controls:1,default:1,defer:1,disabled:1,hidden:1,inert:1,loop:1,open:1,required:1,reversed:1,scoped:1,seamless:1,checked:1,muted:1,multiple:1,selected:1};function Gr(n){return!!n||n===""}var Jr=(n,e,t,o,r,s)=>{var a;if(o){s&&s.includes("camel")&&(o=$(o)),Ft(n,o,e[0],r);return}let i=e.length;for(let c=0;c<i;++c){let l=e[c];if(w(l)){let u=(a=t==null?void 0:t[c])==null?void 0:a[0],f=l[0],p=l[1];Ft(n,f,p,u)}else if(I(l))for(let u of Object.entries(l)){let f=u[0],p=u[1],d=t==null?void 0:t[c],y=d&&f in d?f:void 0;Ft(n,f,p,y)}else{let u=t==null?void 0:t[c],f=e[c++],p=e[c];Ft(n,f,p,u)}}},Cn={mount:()=>({update:({el:n,values:e,previousValues:t,option:o,previousOption:r,flags:s})=>{Jr(n,e,t,o,r,s)}})},Ft=(n,e,t,o)=>{if(o&&o!==e&&n.removeAttribute(o),fe(e)){H(3,"r-bind",n);return}if(!W(e)){H(6,`Attribute key is not string at ${n.outerHTML}`,e);return}if(e.startsWith("xlink:")){fe(t)?n.removeAttributeNS(po,e.slice(6,e.length)):n.setAttributeNS(po,e,t);return}let r=e in Wr;fe(t)||r&&!Gr(t)?n.removeAttribute(e):n.setAttribute(e,r?"":t)};var Qr=(n,e,t)=>{let o=e.length;for(let r=0;r<o;++r){let s=e[r],i=t==null?void 0:t[r];if(w(s)){let a=s.length;for(let c=0;c<a;++c)mo(n,s[c],i==null?void 0:i[c])}else mo(n,s,i)}},En={mount:()=>({update:({el:n,values:e,previousValues:t})=>{Qr(n,e,t)}})},mo=(n,e,t)=>{let o=n.classList,r=W(e),s=W(t);if(e&&!r){if(t&&!s)for(let i in t)(!(i in e)||!e[i])&&o.remove(i);for(let i in e)e[i]&&o.add(i)}else r?t!==e&&(s&&o.remove(...t.trim().split(/\s+/)),o.add(...e.trim().split(/\s+/))):t&&s&&o.remove(...t.trim().split(/\s+/))};function Xr(n,e){if(n.length!==e.length)return!1;let t=!0;for(let o=0;t&&o<n.length;o++)t=Re(n[o],e[o]);return t}function Re(n,e){if(n===e)return!0;let t=an(n),o=an(e);if(t||o)return t&&o?n.getTime()===e.getTime():!1;if(t=st(n),o=st(e),t||o)return n===e;if(t=w(n),o=w(e),t||o)return t&&o?Xr(n,e):!1;if(t=I(n),o=I(e),t||o){if(!t||!o)return!1;let r=Object.keys(n).length,s=Object.keys(e).length;if(r!==s)return!1;for(let i in n){let a=Object.prototype.hasOwnProperty.call(n,i),c=Object.prototype.hasOwnProperty.call(e,i);if(a&&!c||!Re(n[i],e[i]))return!1}return!0}return String(n)===String(e)}function zt(n,e){return n.findIndex(t=>Re(t,e))}var ho=n=>{let e=parseFloat(n);return isNaN(e)?n:e};var Kt=n=>{if(!E(n))throw j(3,"pause");n(void 0,void 0,3)};var Wt=n=>{if(!E(n))throw j(3,"resume");n(void 0,void 0,4)};var go={mount:({el:n,parseResult:e,flags:t})=>({update:({values:o})=>{Yr(n,o[0])},unmount:Zr(n,e,t)})},Yr=(n,e)=>{let t=Co(n);if(t&&bo(n))w(e)?e=zt(e,ve(n))>-1:ue(e)?e=e.has(ve(n)):e=ss(n,e),n.checked=e;else if(t&&To(n))n.checked=Re(e,ve(n));else if(t||Eo(n))xo(n)?n.value!==(e==null?void 0:e.toString())&&(n.value=e):n.value!==e&&(n.value=e);else if(Ro(n)){let o=n.options,r=o.length,s=n.multiple;for(let i=0;i<r;i++){let a=o[i],c=ve(a);if(s)w(e)?a.selected=zt(e,c)>-1:a.selected=e.has(c);else if(Re(ve(a),e)){n.selectedIndex!==i&&(n.selectedIndex=i);return}}!s&&n.selectedIndex!==-1&&(n.selectedIndex=-1)}else H(7,n)},ft=n=>(E(n)&&(n=n()),K(n)&&(n=n()),n?W(n)?{trim:n.includes("trim"),lazy:n.includes("lazy"),number:n.includes("number"),int:n.includes("int")}:{trim:!!n.trim,lazy:!!n.lazy,number:!!n.number,int:!!n.int}:{trim:!1,lazy:!1,number:!1,int:!1}),bo=n=>n.type==="checkbox",To=n=>n.type==="radio",xo=n=>n.type==="number"||n.type==="range",Co=n=>n.tagName==="INPUT",Eo=n=>n.tagName==="TEXTAREA",Ro=n=>n.tagName==="SELECT",Zr=(n,e,t)=>{let o=e.value,r=ft(t==null?void 0:t.join(",")),s=ft(o()[1]),i={int:r.int||s.int,lazy:r.lazy||s.lazy,number:r.number||s.number,trim:r.trim||s.trim};if(!e.refs[0])return H(8,n),()=>{};let a=()=>e.refs[0],c=Co(n);return c&&bo(n)?ts(n,a):c&&To(n)?is(n,a):c||Eo(n)?es(n,i,a,o):Ro(n)?as(n,a,o):(H(7,n),()=>{})},yo=/[.,' ·٫]/,es=(n,e,t,o)=>{let s=e.lazy?"change":"input",i=xo(n),a=()=>{!e.trim&&!ft(o()[1]).trim||(n.value=n.value.trim())},c=p=>{let d=p.target;d.composing=1},l=p=>{let d=p.target;d.composing&&(d.composing=0,d.dispatchEvent(new Event(s)))},u=()=>{n.removeEventListener(s,f),n.removeEventListener("change",a),n.removeEventListener("compositionstart",c),n.removeEventListener("compositionend",l),n.removeEventListener("change",l)},f=p=>{let d=t();if(!d)return;let y=p.target;if(!y||y.composing)return;let h=y.value,R=ft(o()[1]);if(i||R.number||R.int){if(R.int)h=parseInt(h);else{if(yo.test(h[h.length-1])&&h.split(yo).length===2){if(h+="0",h=parseFloat(h),isNaN(h))h="";else if(d()===h)return}h=parseFloat(h)}isNaN(h)&&(h=""),n.value=h}else R.trim&&(h=h.trim());d(h)};return n.addEventListener(s,f),n.addEventListener("change",a),n.addEventListener("compositionstart",c),n.addEventListener("compositionend",l),n.addEventListener("change",l),u},ts=(n,e)=>{let t="change",o=()=>{n.removeEventListener(t,r)},r=()=>{let s=e();if(!s)return;let i=ve(n),a=n.checked,c=s();if(w(c)){let l=zt(c,i),u=l!==-1;a&&!u?c.push(i):!a&&u&&c.splice(l,1)}else ue(c)?a?c.add(i):c.delete(i):s(rs(n,a))};return n.addEventListener(t,r),o},ve=n=>"_value"in n?n._value:n.value,vo="trueValue",ns="falseValue",wo="true-value",os="false-value",rs=(n,e)=>{let t=e?vo:ns;if(t in n)return n[t];let o=e?wo:os;return n.hasAttribute(o)?n.getAttribute(o):e},ss=(n,e)=>{if(vo in n)return Re(e,n.trueValue);let o=wo;return n.hasAttribute(o)?Re(e,n.getAttribute(o)):Re(e,!0)},is=(n,e)=>{let t="change",o=()=>{n.removeEventListener(t,r)},r=()=>{let s=e();if(!s)return;let i=ve(n);s(i)};return n.addEventListener(t,r),o},as=(n,e,t)=>{let o="change",r=()=>{n.removeEventListener(o,s)},s=()=>{let i=e();if(!i)return;let c=ft(t()[1]).number,l=Array.prototype.filter.call(n.options,u=>u.selected).map(u=>c?ho(ve(u)):ve(u));if(n.multiple){let u=i();try{if(Kt(i),ue(u)){u.clear();for(let f of l)u.add(f)}else w(u)?(u.splice(0),u.push(...l)):i(l)}finally{Wt(i),Y(i)}}else i(l[0])};return n.addEventListener(o,s),r};var cs=["stop","prevent","capture","self","once","left","right","middle","passive"],us=n=>{let e={};if(X(n))return;let t=n.split(",");for(let o of cs)e[o]=t.includes(o);return e},ls=(n,e,t,o,r)=>{var l,u;if(o){let f=e.value(),p=V(o.value()[0]);return W(p)?Rn(n,$(p),()=>e.value()[0],(l=r==null?void 0:r.join(","))!=null?l:f[1]):()=>{}}else if(t){let f=e.value();return Rn(n,$(t),()=>e.value()[0],(u=r==null?void 0:r.join(","))!=null?u:f[1])}let s=[],i=()=>{s.forEach(f=>f())},a=e.value(),c=a.length;for(let f=0;f<c;++f){let p=a[f];if(K(p)&&(p=p()),I(p))for(let d of Object.entries(p)){let y=d[0],h=()=>{let g=e.value()[f];return K(g)&&(g=g()),g=g[y],K(g)&&(g=g()),g},R=p[y+"_flags"];s.push(Rn(n,y,h,R))}else H(2,"r-on",n)}return i},vn={isLazy:(n,e)=>e===-1&&n%2===0,isLazyKey:(n,e)=>e===0&&!n.endsWith("_flags"),once:!1,collectRefObj:!0,mount:({el:n,parseResult:e,option:t,dynamicOption:o,flags:r})=>ls(n,e,t,o,r)},fs=(n,e)=>{if(n.startsWith("keydown")||n.startsWith("keyup")||n.startsWith("keypress")){e!=null||(e="");let t=[...n.split("."),...e.split(",")];n=t[0];let o=t[1],r=t.includes("ctrl"),s=t.includes("shift"),i=t.includes("alt"),a=t.includes("meta"),c=l=>!(r&&!l.ctrlKey||s&&!l.shiftKey||i&&!l.altKey||a&&!l.metaKey);return o?[n,l=>c(l)?l.key.toUpperCase()===o.toUpperCase():!1]:[n,c]}return[n,t=>!0]},Rn=(n,e,t,o)=>{if(X(e))return H(5,"r-on",n),()=>{};let r=us(o),s=r?{capture:r.capture,passive:r.passive,once:r.once}:void 0,i;[e,i]=fs(e,o);let a=u=>{if(!i(u)||!t&&e==="submit"&&(r!=null&&r.prevent))return;let f=t(u);K(f)&&(f=f(u)),K(f)&&f(u)},c=()=>{n.removeEventListener(e,l,s)},l=u=>{if(!r){a(u);return}try{if(r.left&&u.button!==0||r.middle&&u.button!==1||r.right&&u.button!==2||r.self&&u.target!==n)return;r.stop&&u.stopPropagation(),r.prevent&&u.preventDefault(),a(u)}finally{r.once&&c()}};return n.addEventListener(e,l,s),c};var ps=(n,e,t,o)=>{if(t){o&&o.includes("camel")&&(t=$(t)),tt(n,t,e[0]);return}let r=e.length;for(let s=0;s<r;++s){let i=e[s];if(w(i)){let a=i[0],c=i[1];tt(n,a,c)}else if(I(i))for(let a of Object.entries(i)){let c=a[0],l=a[1];tt(n,c,l)}else{let a=e[s++],c=e[s];tt(n,a,c)}}},So={mount:()=>({update:({el:n,values:e,option:t,flags:o})=>{ps(n,e,t,o)}})};function ms(n){return!!n||n===""}var tt=(n,e,t)=>{if(fe(e)){H(3,":prop",n);return}if(e==="innerHTML"||e==="textContent"){let s=[...n.childNodes];setTimeout(()=>s.forEach(de),1),n[e]=t!=null?t:"";return}let o=n.tagName;if(e==="value"&&o!=="PROGRESS"&&!o.includes("-")){n._value=t;let s=o==="OPTION"?n.getAttribute("value"):n.value,i=t!=null?t:"";s!==i&&(n.value=i),t==null&&n.removeAttribute(e);return}let r=!1;if(t===""||t==null){let s=typeof n[e];s==="boolean"?t=ms(t):t==null&&s==="string"?(t="",r=!0):s==="number"&&(t=0,r=!0)}try{n[e]=t}catch(s){r||H(4,e,o,t,s)}r&&n.removeAttribute(e)};var Ao={once:!0,mount:({el:n,parseResult:e,expr:t})=>{let o=e,r=o.value()[0],s=w(r),i=o.refs[0];return s?r.push(n):i?i==null||i(n):o.context[t]=n,()=>{if(s){let a=r.indexOf(n);a!==-1&&r.splice(a,1)}else i==null||i(null)}}};var ds=(n,e)=>{let t=Oe(n).data,o=t._ord;Fn(o)&&(o=t._ord=n.style.display),!!e[0]?n.style.display=o:n.style.display="none"},No={mount:()=>({update:({el:n,values:e})=>{ds(n,e)}})};var hs=(n,e,t)=>{let o=e.length;for(let r=0;r<o;++r){let s=e[r],i=t==null?void 0:t[r];if(w(s)){let a=s.length;for(let c=0;c<a;++c)Oo(n,s[c],i==null?void 0:i[c])}else Oo(n,s,i)}},Gt={mount:()=>({update:({el:n,values:e,previousValues:t})=>{hs(n,e,t)}})},Oo=(n,e,t)=>{let o=n.style,r=W(e);if(e&&!r){if(t&&!W(t))for(let s in t)e[s]==null&&Sn(o,s,"");for(let s in e)Sn(o,s,e[s])}else{let s=o.display;if(r?t!==e&&(o.cssText=e):t&&n.removeAttribute("style"),"_ord"in Oe(n).data)return;o.display=s}},Mo=/\s*!important$/;function Sn(n,e,t){if(w(t))t.forEach(o=>{Sn(n,e,o)});else if(t==null&&(t=""),e.startsWith("--"))n.setProperty(e,t);else{let o=ys(n,e);Mo.test(t)?n.setProperty(Xe(o),t.replace(Mo,""),"important"):n[o]=t}}var ko=["Webkit","Moz","ms"],wn={};function ys(n,e){let t=wn[e];if(t)return t;let o=$(e);if(o!=="filter"&&o in n)return wn[e]=o;o=ut(o);for(let r=0;r<ko.length;r++){let s=ko[r]+o;if(s in n)return wn[e]=s}return e}var ae=n=>Lo(V(n)),Lo=(n,e=new WeakMap)=>{if(!n||!I(n))return n;if(w(n))return n.map(ae);if(ue(n)){let o=new Set;for(let r of n.keys())o.add(ae(r));return o}if(Ae(n)){let o=new Map;for(let r of n)o.set(ae(r[0]),ae(r[1]));return o}if(e.has(n))return V(e.get(n));let t={...n};e.set(n,t);for(let o of Object.entries(t))t[o[0]]=Lo(V(o[1]),e);return t};var gs=(n,e)=>{var o;let t=e[0];n.textContent=ue(t)?JSON.stringify(ae([...t])):Ae(t)?JSON.stringify(ae([...t])):I(t)?JSON.stringify(ae(t)):(o=t==null?void 0:t.toString())!=null?o:""},Io={mount:()=>({update:({el:n,values:e})=>{gs(n,e)}})};var Do={mount:()=>({update:({el:n,values:e})=>{tt(n,"value",e[0])}})};var Ie=class Ie{constructor(e){m(this,"P",{});m(this,"p",{});m(this,"rt",()=>Object.keys(this.P).filter(e=>e.length===1||!e.startsWith(":")));m(this,"be",new Map);m(this,"j",new Map);m(this,"forGrowThreshold",10);m(this,"globalContext");m(this,"useInterpolation",!0);if(this.setDirectives("r-"),e){this.globalContext=e;return}this.globalContext=this.Nt()}static getDefault(){var e;return(e=Ie.Ue)!=null?e:Ie.Ue=new Ie}Nt(){let e={},t=globalThis;for(let o of Ie.At.split(","))e[o]=t[o];return e.ref=be,e.sref=ie,e.flatten=ae,e}addComponent(...e){for(let t of e){if(!t.defaultName){it.warning("Registered component's default name is not defined",t);continue}this.be.set(ut(t.defaultName),t),this.j.set(ut(t.defaultName).toLocaleUpperCase(),t)}}setDirectives(e){this.P={".":So,":":Cn,"@":vn,[`${e}on`]:vn,[`${e}bind`]:Cn,[`${e}html`]:Ht,[`${e}text`]:Io,[`${e}show`]:No,[`${e}model`]:go,":style":Gt,[`${e}style`]:Gt,[`${e}bind:style`]:Gt,":class":En,[`${e}bind:class`]:En,":ref":Ao,":value":Do,[`${e}teleport`]:vt},this.p={for:`${e}for`,if:`${e}if`,else:`${e}else`,elseif:`${e}else-if`,pre:`${e}pre`,inherit:`${e}inherit`,text:`${e}text`,context:":context",contextAlias:`${e}context`,bind:`${e}bind`,on:`${e}on`,keyBind:":key",key:"key",is:":is",teleport:`${e}teleport`,dynamic:"_d_"}}updateDirectives(e){e(this.P,this.p)}};m(Ie,"Ue"),m(Ie,"At","Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,console");var le=Ie;var Jt=(n,e)=>{if(!n)return;let o=(e!=null?e:le.getDefault()).p,r=/(\{\{[^]*?\}\}|\[\[[^]*?\]\])/g,s=[{start:"{{",end:"}}"},{start:"[[",end:"]]"}];for(let i of Ts(n,o.pre,s))bs(i,o.text,r,s)},bs=(n,e,t,o)=>{var c;let r=n.textContent;if(!r)return;let s=t,i=r.split(s);if(i.length<=1)return;if(((c=n.parentElement)==null?void 0:c.childNodes.length)===1&&i.length===3){let l=i[1],u=Uo(l,o);if(u&&X(i[0])&&X(i[2])){let f=n.parentElement;f.setAttribute(e,l.substring(u.start.length,l.length-u.end.length)),f.innerText="";return}}let a=document.createDocumentFragment();for(let l of i){let u=Uo(l,o);if(u){let f=document.createElement("span");f.setAttribute(e,l.substring(u.start.length,l.length-u.end.length)),a.appendChild(f)}else a.appendChild(document.createTextNode(l))}n.replaceWith(a)},Ts=(n,e,t)=>{let o=[],r=s=>{var i;if(s.nodeType===Node.TEXT_NODE)t.some(a=>{var c;return(c=s.textContent)==null?void 0:c.includes(a.start)})&&o.push(s);else{if((i=s==null?void 0:s.hasAttribute)!=null&&i.call(s,e))return;for(let a of Ee(s))r(a)}};return r(n),o},Uo=(n,e)=>e.find(t=>n.startsWith(t.start)&&n.endsWith(t.end));var xs=9,Cs=10,Es=13,Rs=32,we=46,Qt=44,vs=39,ws=34,Xt=40,nt=41,Yt=91,An=93,Nn=63,Ss=59,Bo=58,Po=123,Zt=125,_e=43,en=45,On=96,Ho=47,Mn=92,Vo=new Set([2,3]),zo={"=":2.5,"*=":2.5,"**=":2.5,"/=":2.5,"%=":2.5,"+=":2.5,"-=":2.5,"<<=":2.5,">>=":2.5,">>>=":2.5,"&=":2.5,"^=":2.5,"|=":2.5},As={"=>":2,...zo,"||":3,"??":3,"&&":4,"|":5,"^":6,"&":7,"==":8,"!=":8,"===":8,"!==":8,"<":9,">":9,"<=":9,">=":9,in:9,"<<":10,">>":10,">>>":10,"+":11,"-":11,"*":12,"/":12,"%":12,"**":13},Ko=Object.keys(zo),Ns=new Set(Ko),Ln=new Set(["=>"]);Ko.forEach(n=>Ln.add(n));var _o={true:!0,false:!1,null:null},Os="this",ot="Expected ",je="Unexpected ",Dn="Unclosed ",Ms=ot+":",jo=ot+"expression",ks="missing }",Ls=je+"object property",Is=Dn+"(",$o=ot+"comma",qo=je+"token ",Ds=je+"period",kn=ot+"expression after ",Us="missing unaryOp argument",Bs=Dn+"[",Ps=ot+"exponent (",Hs="Variable names cannot start with a number (",Vs=Dn+'quote after "',pt=n=>n>=48&&n<=57,Fo=n=>As[n],In=class{constructor(e){m(this,"u");m(this,"e");this.u=e,this.e=0}get B(){return this.u.charAt(this.e)}get y(){return this.u.charCodeAt(this.e)}f(e){return this.u.charCodeAt(this.e)===e}$(e){return e>=65&&e<=90||e>=97&&e<=122||e===36||e===95||e>=128}ae(e){return this.$(e)||pt(e)}r(e){return new Error(`${e} at character ${this.e}`)}h(){let e=this.y,t=this.u,o=this.e;for(;e===Rs||e===xs||e===Cs||e===Es;)e=t.charCodeAt(++o);this.e=o}parse(){let e=this.ce();return e.length===1?e[0]:{type:0,body:e}}ce(e){let t=[];for(;this.e<this.u.length;){let o=this.y;if(o===Ss||o===Qt)this.e++;else{let r=this.S();if(r)t.push(r);else if(this.e<this.u.length){if(o===e)break;throw this.r(je+'"'+this.B+'"')}}}return t}S(){var t;let e=(t=this.Ot())!=null?t:this.Pe();return this.h(),this.kt(e)}ue(){this.h();let e=this.u,t=this.e,o=e.charCodeAt(t),r=e.charCodeAt(t+1),s=e.charCodeAt(t+2),i=e.charCodeAt(t+3);if(isNaN(o))return!1;let a=!1,c=0;return o===62&&r===62&&s===62&&i===61?(a=">>>=",c=4):o===61&&r===61&&s===61?(a="===",c=3):o===33&&r===61&&s===61?(a="!==",c=3):o===62&&r===62&&s===62?(a=">>>",c=3):o===60&&r===60&&s===61?(a="<<=",c=3):o===62&&r===62&&s===61?(a=">>=",c=3):o===42&&r===42&&s===61?(a="**=",c=3):o===61&&r===62?(a="=>",c=2):o===124&&r===124?(a="||",c=2):o===63&&r===63?(a="??",c=2):o===38&&r===38?(a="&&",c=2):o===61&&r===61?(a="==",c=2):o===33&&r===61?(a="!=",c=2):o===60&&r===61?(a="<=",c=2):o===62&&r===61?(a=">=",c=2):o===60&&r===60?(a="<<",c=2):o===62&&r===62?(a=">>",c=2):o===43&&r===61?(a="+=",c=2):o===45&&r===61?(a="-=",c=2):o===42&&r===61?(a="*=",c=2):o===47&&r===61?(a="/=",c=2):o===37&&r===61?(a="%=",c=2):o===38&&r===61?(a="&=",c=2):o===94&&r===61?(a="^=",c=2):o===124&&r===61?(a="|=",c=2):o===42&&r===42?(a="**",c=2):o===105&&r===110?this.ae(e.charCodeAt(t+2))||(a="in",c=2):o===61?(a="=",c=1):o===124?(a="|",c=1):o===94?(a="^",c=1):o===38?(a="&",c=1):o===60?(a="<",c=1):o===62?(a=">",c=1):o===43?(a="+",c=1):o===45?(a="-",c=1):o===42?(a="*",c=1):o===47?(a="/",c=1):o===37&&(a="%",c=1),a?(this.e+=c,a):!1}Pe(){let e,t,o,r,s,i,a,c;if(s=this.q(),!s||(t=this.ue(),!t))return s;if(r={value:t,prec:Fo(t),right_a:Ln.has(t)},i=this.q(),!i)throw this.r(kn+t);let l=[s,r,i];for(;t=this.ue();){o=Fo(t),r={value:t,prec:o,right_a:Ln.has(t)},c=t;let u=f=>r.right_a&&f.right_a?o>f.prec:o<=f.prec;for(;l.length>2&&u(l[l.length-2]);)i=l.pop(),t=l.pop().value,s=l.pop(),e=this.Be(t,s,i),l.push(e);if(e=this.q(),!e)throw this.r(kn+c);l.push(r,e)}for(a=l.length-1,e=l[a];a>1;)e=this.Be(l[a-1].value,l[a-2],e),a-=2;return e}q(){let e;if(this.h(),e=this.Mt(),e)return this.pe(e);let t=this.y;if(pt(t)||t===we)return this.Lt();if(t===vs||t===ws)e=this.Vt();else if(t===Yt)e=this.It();else{let o=this.Dt();if(o){let r=this.q();if(!r)throw this.r(Us);return this.pe({type:7,operator:o,argument:r})}this.$(t)?(e=this.le(),e.name in _o?e={type:4,value:_o[e.name],raw:e.name}:e.name===Os&&(e={type:5})):t===Xt&&(e=this.Ut())}return e?(e=this.F(e),this.pe(e)):!1}Be(e,t,o){if(e==="=>"){let r=t.type===1?t.expressions:[t];return{type:15,params:r,body:o}}return Ns.has(e)?{type:16,operator:e,left:t,right:o}:{type:8,operator:e,left:t,right:o}}Mt(){let e={node:!1};return this.Pt(e),e.node||(this.Bt(e),e.node)||(this.Ht(e),e.node)||(this.He(e),e.node)||this.jt(e),e.node}pe(e){let t={node:e};return this._t(t),this.$t(t),this.qt(t),t.node}Dt(){let e=this.u,t=this.e,o=e.charCodeAt(t),r=e.charCodeAt(t+1),s=e.charCodeAt(t+2),i=e.charCodeAt(t+3);return o===en?(this.e++,"-"):o===33?(this.e++,"!"):o===126?(this.e++,"~"):o===_e?(this.e++,"+"):o===110&&r===101&&s===119&&!this.ae(i)?(this.e+=3,"new"):!1}Ot(){let e={};return this.Ft(e),e.node}kt(e){let t={node:e};return this.Kt(t),t.node}F(e){this.h();let t=this.y;for(;t===we||t===Yt||t===Xt||t===Nn;){let o;if(t===Nn){if(this.u.charCodeAt(this.e+1)!==we)break;o=!0,this.e+=2,this.h(),t=this.y}if(this.e++,t===Yt){if(e={type:3,computed:!0,object:e,property:this.S()},this.h(),t=this.y,t!==An)throw this.r(Bs);this.e++}else t===Xt?e={type:6,arguments:this.je(nt),callee:e}:(o&&this.e--,this.h(),e={type:3,computed:!1,object:e,property:this.le()});o&&(e.optional=!0),this.h(),t=this.y}return e}Lt(){let e=this.u,t=this.e,o=t;for(;pt(e.charCodeAt(o));)o++;if(e.charCodeAt(o)===we)for(o++;pt(e.charCodeAt(o));)o++;let r=e.charCodeAt(o);if(r===101||r===69){o++;let a=e.charCodeAt(o);(a===_e||a===en)&&o++;let c=o;for(;pt(e.charCodeAt(o));)o++;if(c===o){this.e=o;let l=e.slice(t,o);throw this.r(Ps+l+this.B+")")}}this.e=o;let s=e.slice(t,o),i=e.charCodeAt(o);if(this.$(i))throw this.r(Hs+s+this.B+")");if(i===we||s.length===1&&s.charCodeAt(0)===we)throw this.r(Ds);return{type:4,value:parseFloat(s),raw:s}}Vt(){let e=this.u,t=e.length,o=this.e,r=e.charCodeAt(this.e++),s=this.e,i=s,a=[],c=!1,l=!1;for(;s<t;){let f=e.charCodeAt(s);if(f===r){l=!0,this.e=s+1;break}if(f===Mn){c||(c=!0),a.push(e.slice(i,s));let p=e.charCodeAt(s+1);a.push(this._e(p)),s+=2,i=s}else s++}let u=c?a.join("")+e.slice(i,l?s:t):e.slice(i,l?s:t);if(!l)throw this.e=s,this.r(Vs+u+'"');return{type:4,value:u,raw:e.substring(o,this.e)}}_e(e){switch(e){case 110:return`
2
- `;case 114:return"\r";case 116:return" ";case 98:return"\b";case 102:return"\f";case 118:return"\v";default:return isNaN(e)?"":String.fromCharCode(e)}}le(){let e=this.y,t=this.e;if(this.$(e))this.e++;else throw this.r(je+this.B);for(;this.e<this.u.length&&(e=this.y,this.ae(e));)this.e++;return{type:2,name:this.u.slice(t,this.e)}}je(e){let t=[],o=!1,r=0;for(;this.e<this.u.length;){this.h();let s=this.y;if(s===e){if(o=!0,this.e++,e===nt&&r&&r>=t.length)throw this.r(qo+String.fromCharCode(e));break}else if(s===Qt){if(this.e++,r++,r!==t.length){if(e===nt)throw this.r(qo+",");for(let i=t.length;i<r;i++)t.push(null)}}else{if(t.length!==r&&r!==0)throw this.r($o);{let i=this.S();if(!i||i.type===0)throw this.r($o);t.push(i)}}}if(!o)throw this.r(ot+String.fromCharCode(e));return t}Ut(){this.e++;let e=this.ce(nt);if(this.f(nt))return this.e++,e.length===1?e[0]:e.length?{type:1,expressions:e}:!1;throw this.r(Is)}It(){return this.e++,{type:9,elements:this.je(An)}}Pt(e){if(this.f(Po)){this.e++;let t=[];for(;!isNaN(this.y);){if(this.h(),this.f(Zt)){this.e++,e.node=this.F({type:10,properties:t});return}let o=this.S();if(!o)break;if(this.h(),o.type===2&&(this.f(Qt)||this.f(Zt)))t.push({type:12,computed:!1,key:o,value:o,shorthand:!0});else if(this.f(Bo)){this.e++;let r=this.S();if(!r)throw this.r(Ls);let s=o.type===9;t.push({type:12,computed:s,key:s?o.elements[0]:o,value:r,shorthand:!1}),this.h()}else t.push(o);this.f(Qt)&&this.e++}throw this.r(ks)}}Bt(e){let t=this.y;if((t===_e||t===en)&&t===this.u.charCodeAt(this.e+1)){this.e+=2;let o=e.node={type:13,operator:t===_e?"++":"--",argument:this.F(this.le()),prefix:!0};if(!o.argument||!Vo.has(o.argument.type))throw this.r(je+o.operator)}}$t(e){let t=e.node,o=this.y;if((o===_e||o===en)&&o===this.u.charCodeAt(this.e+1)){if(!Vo.has(t.type))throw this.r(je+(o===_e?"++":"--"));this.e+=2,e.node={type:13,operator:o===_e?"++":"--",argument:t,prefix:!1}}}Ht(e){this.u.charCodeAt(this.e)===we&&this.u.charCodeAt(this.e+1)===we&&this.u.charCodeAt(this.e+2)===we&&(this.e+=3,e.node={type:14,argument:this.S()})}Kt(e){if(e.node&&this.f(Nn)){this.e++;let t=e.node,o=this.S();if(!o)throw this.r(jo);if(this.h(),this.f(Bo)){this.e++;let r=this.S();if(!r)throw this.r(jo);e.node={type:11,test:t,consequent:o,alternate:r}}else throw this.r(Ms)}}Ft(e){if(this.h(),this.f(Xt)){let t=this.e;if(this.e++,this.h(),this.f(nt)){this.e++;let o=this.ue();if(o==="=>"){let r=this.Pe();if(!r)throw this.r(kn+o);e.node={type:15,params:null,body:r};return}}this.e=t}}qt(e){let t=e.node,o=t.type;(o===2||o===3)&&this.f(On)&&(e.node={type:17,tag:t,quasi:this.He(e)})}He(e){if(!this.f(On))return;let t=this.u,o=t.length,r={type:19,quasis:[],expressions:[]},s=++this.e,i=[],a=[],c=!1,l=u=>{if(!c){let d=t.slice(s,this.e);return r.quasis.push({type:18,value:{raw:d,cooked:d},tail:u})}i.push(t.slice(s,this.e)),a.push(t.slice(s,this.e));let f=i.join(""),p=a.join("");return i.length=0,a.length=0,c=!1,r.quasis.push({type:18,value:{raw:f,cooked:p},tail:u})};for(;this.e<o;){let u=t.charCodeAt(this.e);if(u===On)return l(!0),this.e+=1,e.node=r,r;if(u===36&&t.charCodeAt(this.e+1)===Po){if(l(!1),this.e+=2,r.expressions.push(...this.ce(Zt)),!this.f(Zt))throw this.r("unclosed ${");this.e+=1,s=this.e}else if(u===Mn){c||(c=!0),i.push(t.slice(s,this.e)),a.push(t.slice(s,this.e));let f=t.charCodeAt(this.e+1);i.push(t.slice(this.e,this.e+2)),a.push(this._e(f)),this.e+=2,s=this.e}else this.e+=1}throw this.r("Unclosed `")}_t(e){let t=e.node;if(!t||t.operator!=="new"||!t.argument)return;if(!t.argument||![6,3].includes(t.argument.type))throw this.r("Expected new function()");e.node=t.argument;let o=e.node;for(;o.type===3||o.type===6&&o.callee.type===3;)o=o.type===3?o.object:o.callee.object;o.type=20}jt(e){if(!this.f(Ho))return;let t=++this.e,o=!1;for(;this.e<this.u.length;){if(this.y===Ho&&!o){let r=this.u.slice(t,this.e),s="";for(;++this.e<this.u.length;){let a=this.y;if(a>=97&&a<=122||a>=65&&a<=90||a>=48&&a<=57)s+=this.B;else break}let i;try{i=new RegExp(r,s)}catch(a){throw this.r(a.message)}return e.node={type:4,value:i,raw:this.u.slice(t-1,this.e)},e.node=this.F(e.node),e.node}this.f(Yt)?o=!0:o&&this.f(An)&&(o=!1),this.e+=this.f(Mn)?2:1}throw this.r("Unclosed Regex")}},Wo=n=>new In(n).parse();var _s={"=>":(n,e)=>{},"=":(n,e)=>{},"*=":(n,e)=>{},"**=":(n,e)=>{},"/=":(n,e)=>{},"%=":(n,e)=>{},"+=":(n,e)=>{},"-=":(n,e)=>{},"<<=":(n,e)=>{},">>=":(n,e)=>{},">>>=":(n,e)=>{},"&=":(n,e)=>{},"^=":(n,e)=>{},"|=":(n,e)=>{},"||":(n,e)=>n()||e(),"??":(n,e)=>{var t;return(t=n())!=null?t:e()},"&&":(n,e)=>n()&&e(),"|":(n,e)=>n|e,"^":(n,e)=>n^e,"&":(n,e)=>n&e,"==":(n,e)=>n==e,"!=":(n,e)=>n!=e,"===":(n,e)=>n===e,"!==":(n,e)=>n!==e,"<":(n,e)=>n<e,">":(n,e)=>n>e,"<=":(n,e)=>n<=e,">=":(n,e)=>n>=e,in:(n,e)=>n in e,"<<":(n,e)=>n<<e,">>":(n,e)=>n>>e,">>>":(n,e)=>n>>>e,"+":(n,e)=>n+e,"-":(n,e)=>n-e,"*":(n,e)=>n*e,"/":(n,e)=>n/e,"%":(n,e)=>n%e,"**":(n,e)=>n**e},js={"-":n=>-n,"+":n=>+n,"!":n=>!n,"~":n=>~n,new:n=>n},Xo=n=>{if(!(n!=null&&n.some(Qo)))return n;let e=[];return n.forEach(t=>Qo(t)?e.push(...t):e.push(t)),e},Go=(...n)=>Xo(n),Un=(n,e)=>{if(!n)return e;let t=Object.create(e!=null?e:{});return t.$event=n,t},$s={"++":(n,e)=>{let t=n[e];if(E(t)){let o=t();return t(++o),o}return++n[e]},"--":(n,e)=>{let t=n[e];if(E(t)){let o=t();return t(--o),o}return--n[e]}},qs={"++":(n,e)=>{let t=n[e];if(E(t)){let o=t();return t(o+1),o}return n[e]++},"--":(n,e)=>{let t=n[e];if(E(t)){let o=t();return t(o-1),o}return n[e]--}},Jo={"=":(n,e,t)=>{let o=n[e];return E(o)?o(t):n[e]=t},"+=":(n,e,t)=>{let o=n[e];return E(o)?o(o()+t):n[e]+=t},"-=":(n,e,t)=>{let o=n[e];return E(o)?o(o()-t):n[e]-=t},"*=":(n,e,t)=>{let o=n[e];return E(o)?o(o()*t):n[e]*=t},"/=":(n,e,t)=>{let o=n[e];return E(o)?o(o()/t):n[e]/=t},"%=":(n,e,t)=>{let o=n[e];return E(o)?o(o()%t):n[e]%=t},"**=":(n,e,t)=>{let o=n[e];return E(o)?o(o()**t):n[e]**=t},"<<=":(n,e,t)=>{let o=n[e];return E(o)?o(o()<<t):n[e]<<=t},">>=":(n,e,t)=>{let o=n[e];return E(o)?o(o()>>t):n[e]>>=t},">>>=":(n,e,t)=>{let o=n[e];return E(o)?o(o()>>>t):n[e]>>>=t},"|=":(n,e,t)=>{let o=n[e];return E(o)?o(o()|t):n[e]|=t},"&=":(n,e,t)=>{let o=n[e];return E(o)?o(o()&t):n[e]&=t},"^=":(n,e,t)=>{let o=n[e];return E(o)?o(o()^t):n[e]^=t}},tn=(n,e)=>K(n)?n.bind(e):n,Bn=class{constructor(e,t,o,r,s){m(this,"l");m(this,"$e");m(this,"qe");m(this,"Fe");m(this,"A");m(this,"Ke");m(this,"ze");this.l=w(e)?e:[e],this.$e=t,this.qe=o,this.Fe=r,this.ze=!!s}We(e,t){if(t&&e in t)return t;for(let o of this.l)if(e in o)return o}2(e,t,o){let r=e.name;if(r==="$root")return this.l[this.l.length-1];if(r==="$parent")return this.l[1];if(r==="$ctx")return[...this.l];if(o&&r in o)return this.A=o[r],tn(V(o[r]),o);for(let i of this.l)if(r in i)return this.A=i[r],tn(V(i[r]),i);let s=this.$e;if(s&&r in s)return this.A=s[r],tn(V(s[r]),s)}5(e,t,o){return this.l[0]}0(e,t,o){return this.Ge(t,o,Go,...e.body)}1(e,t,o){return this.E(t,o,(...r)=>r.pop(),...e.expressions)}3(e,t,o){let{obj:r,key:s}=this.fe(e,t,o),i=r==null?void 0:r[s];return this.A=i,tn(V(i),r)}4(e,t,o){return e.value}6(e,t,o){let r=(i,...a)=>K(i)?i(...Xo(a)):i,s=this.E(++t,o,r,e.callee,...e.arguments);return this.A=s,s}7(e,t,o){return this.E(t,o,js[e.operator],e.argument)}8(e,t,o){let r=_s[e.operator];switch(e.operator){case"||":case"&&":case"??":return r(()=>this.g(e.left,t,o),()=>this.g(e.right,t,o))}return this.E(t,o,r,e.left,e.right)}9(e,t,o){return this.Ge(++t,o,Go,...e.elements)}10(e,t,o){let r={},s=(...i)=>{i.forEach(a=>{Object.assign(r,a)})};return this.E(++t,o,s,...e.properties),r}11(e,t,o){return this.E(t,o,r=>this.g(r?e.consequent:e.alternate,t,o),e.test)}12(e,t,o){var u;let r={},s=f=>(f==null?void 0:f.type)!==15,i=(u=this.Fe)!=null?u:()=>!1,a=t===0&&this.ze,c=f=>this.Je(a,e.key,t,Un(f,o)),l=f=>this.Je(a,e.value,t,Un(f,o));if(e.shorthand){let f=e.key.name;r[f]=s(e.key)&&i(f,t)?c:c()}else if(e.computed){let f=V(c());r[f]=s(e.value)&&i(f,t)?l:l()}else{let f=e.key.type===4?e.key.value:e.key.name;r[f]=s(e.value)&&i(f,t)?()=>l:l()}return r}fe(e,t,o){let r=this.g(e.object,t,o),s=e.computed?this.g(e.property,t,o):e.property.name;return{obj:r,key:s}}13(e,t,o){let r=e.argument,s=e.operator,i=e.prefix?$s:qs;if(r.type===2){let a=r.name,c=this.We(a,o);return fe(c)?void 0:i[s](c,a)}if(r.type===3){let{obj:a,key:c}=this.fe(r,t,o);return i[s](a,c)}}16(e,t,o){let r=e.left,s=e.operator;if(r.type===2){let i=r.name,a=this.We(i,o);if(fe(a))return;let c=this.g(e.right,t,o);return Jo[s](a,i,c)}if(r.type===3){let{obj:i,key:a}=this.fe(r,t,o),c=this.g(e.right,t,o);return Jo[s](i,a,c)}}14(e,t,o){let r=this.g(e.argument,t,o);return w(r)&&(r.s=Yo),r}17(e,t,o){return this[6]({type:6,callee:e.tag,arguments:[{type:9,elements:e.quasi.quasis},...e.quasi.expressions]},t,o)}19(e,t,o){let r=(...s)=>s.reduce((i,a,c)=>i+=a+e.quasis[c+1].value.cooked,e.quasis[0].value.cooked);return this.E(t,o,r,...e.expressions)}18(e,t,o){return e.value.cooked}20(e,t,o){let r=(s,...i)=>new s(...i);return this.E(t,o,r,e.callee,...e.arguments)}15(e,t,o){return(...r)=>{let s=Object.create(o!=null?o:{}),i=e.params;if(i){let a=0;for(let c of i)s[c.name]=r[a++]}return this.g(e.body,t,s)}}g(e,t,o){let r=V(this[e.type](e,t,o));return this.Ke=e.type,r}Je(e,t,o,r){let s=this.g(t,o,r);return e&&this.Qe()?this.A:s}Qe(){let e=this.Ke;return(e===2||e===3||e===6)&&E(this.A)}eval(e,t){let{value:o,refs:r}=Mt(()=>this.g(e,-1,t)),s={value:o,refs:r};return this.Qe()&&(s.ref=this.A),s}E(e,t,o,...r){let s=r.map(i=>i&&this.g(i,e,t));return o(...s)}Ge(e,t,o,...r){let s=this.qe;if(!s)return this.E(e,t,o,...r);let i=r.map((a,c)=>a&&(a.type!==15&&s(c,e)?l=>this.g(a,e,Un(l,t)):this.g(a,e,t)));return o(...i)}},Yo=Symbol("s"),Qo=n=>(n==null?void 0:n.s)===Yo,Zo=(n,e,t,o,r,s,i)=>new Bn(e,t,o,r,i).eval(n,s);var er={},tr=n=>!!n,nn=class{constructor(e,t){m(this,"l");m(this,"o");m(this,"Xe",[]);this.l=e,this.o=t}v(e){this.l=[e,...this.l]}J(){return this.l.map(t=>t.components).filter(tr).reverse().reduce((t,o)=>{for(let[r,s]of Object.entries(o))t[r.toUpperCase()]=s;return t},{})}ot(){let e=[],t=new Set,o=this.l.map(r=>r.components).filter(tr).reverse();for(let r of o)for(let s of Object.keys(r))t.has(s)||(t.add(s),e.push(s));return e}k(e,t,o,r,s){var g;let i=[],a=[],c=new Set,l=()=>{for(let C=0;C<a.length;++C)a[C]();a.length=0},p={value:()=>i,stop:()=>{l(),c.clear()},subscribe:(C,D)=>(c.add(C),D&&C(i),()=>{c.delete(C)}),refs:[],context:this.l[0]};if(X(e))return p;let d=this.o.globalContext,y=[],h=new Set,R=(C,D,G,M)=>{try{let _=Zo(C,D,d,t,o,M,r);return G&&_.refs.length>0&&y.push(..._.refs),{value:_.value,refs:_.refs,ref:_.ref}}catch(_){H(6,`evaluation error: ${e}`,_)}return{value:void 0,refs:[]}};try{let C=(g=er[e])!=null?g:Wo("["+e+"]");er[e]=C;let D=this.l.slice(),G=C.elements,M=G.length,_=new Array(M);p.refs=_;let ce=()=>{y.length=0,s||(h.clear(),l());let ee=new Array(M);for(let U=0;U<M;++U){let b=G[U];if(t!=null&&t(U,-1)){ee[U]=J=>R(b,D,!1,{$event:J}).value;continue}let A=R(b,D,!0);ee[U]=A.value,_[U]=A.ref}if(!s)for(let U of y)h.has(U)||(h.add(U),a.push(se(U,ce)));if(i=ee,c.size!==0)for(let U of c)c.has(U)&&U(i)};ce()}catch(C){H(6,`parse error: ${e}`,C)}return p}M(){return this.l.slice()}oe(e){this.Xe.push(this.l),this.l=e}C(e,t){try{this.oe(e),t()}finally{this.zt()}}zt(){var e;this.l=(e=this.Xe.pop())!=null?e:[]}};var nr=n=>{let e=n.charCodeAt(0);return e>=48&&e<=57||e>=65&&e<=90||e>=97&&e<=122||n==="-"||n==="_"||n===":"},Fs=(n,e)=>{let t="";for(let o=e;o<n.length;++o){let r=n[o];if(t){r===t&&(t="");continue}if(r==='"'||r==="'"){t=r;continue}if(r===">")return o}return-1},zs=(n,e)=>{let t=e?2:1;for(;t<n.length&&(n[t]===" "||n[t]===`
3
- `);)++t;if(t>=n.length||!nr(n[t]))return null;let o=t;for(;t<n.length&&nr(n[t]);)++t;return{start:o,end:t}},or=new Set(["table","thead","tbody","tfoot"]),Ks=new Set(["thead","tbody","tfoot"]),Ws=new Set(["caption","colgroup","thead","tbody","tfoot","tr"]),Gs=new Set(["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"]),rr=(n,e)=>`${n.slice(0,n.length-2)}></${e}>`,on=n=>{var s;let e=0,t=[],o=[],r=0;for(;e<n.length;){let i=n.indexOf("<",e);if(i===-1){t.push(n.slice(e));break}if(t.push(n.slice(e,i)),n.startsWith("<!--",i)){let g=n.indexOf("-->",i+4);if(g===-1){t.push(n.slice(i));break}t.push(n.slice(i,g+3)),e=g+3;continue}let a=Fs(n,i);if(a===-1){t.push(n.slice(i));break}let c=n.slice(i,a+1),l=c.startsWith("</");if(c.startsWith("<!")||c.startsWith("<?")){t.push(c),e=a+1;continue}let f=zs(c,l);if(!f){t.push(c),e=a+1;continue}let p=c.slice(f.start,f.end);if(l){let g=o[o.length-1];g?(o.pop(),t.push(g.replacementHost?`</${g.replacementHost}>`:c),or.has(g.effectiveTag)&&--r):t.push(c),e=a+1;continue}let d=c.charCodeAt(c.length-2)===47,y=o[o.length-1],h=null;r===0?p==="tr"?h="trx":p==="td"?h="tdx":p==="th"&&(h="thx"):Ks.has((s=y==null?void 0:y.effectiveTag)!=null?s:"")?h=p==="tr"?null:"tr":(y==null?void 0:y.effectiveTag)==="table"?h=Ws.has(p)?null:"tr":(y==null?void 0:y.effectiveTag)==="tr"&&(h=p==="td"||p==="th"?null:"td");let R=d&&!Gs.has(h||p);if(h){let g=h==="trx"||h==="tdx"||h==="thx",C=`${c.slice(0,f.start)}${h} is="${g?`r-${p}`:`regor:${p}`}"${c.slice(f.end)}`;t.push(R?rr(C,h):C)}else t.push(R?rr(c,p):c);if(!d){let g=h==="trx"?"tr":h==="tdx"?"td":h==="thx"?"th":h||p;o.push({replacementHost:h,effectiveTag:g}),or.has(g)&&++r}e=a+1}return t.join("")};var Js="svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view",Qs=new Set(Js.toUpperCase().split(",")),Xs="http://www.w3.org/2000/svg",sr=(n,e)=>{ye(n)?n.content.appendChild(e):n.appendChild(e)},Pn=(n,e,t,o)=>{var i;let r=n.t;if(r){let a=t&&Qs.has(r.toUpperCase())?document.createElementNS(Xs,r.toLowerCase()):document.createElement(r),c=n.a;if(c)for(let u of Object.entries(c)){let f=u[0],p=u[1];f.startsWith("#")&&(p=f.substring(1),f="name"),a.setAttribute(Rt(f,o),p)}let l=n.c;if(l)for(let u of l)Pn(u,a,t,o);sr(e,a);return}let s=n.d;if(s){let a;switch((i=n.n)!=null?i:Node.TEXT_NODE){case Node.COMMENT_NODE:a=document.createComment(s);break;case Node.TEXT_NODE:a=document.createTextNode(s);break}if(a)sr(e,a);else throw new Error("unsupported node type.")}},$e=(n,e,t)=>{t!=null||(t=le.getDefault());let o=document.createDocumentFragment();if(!w(n))return Pn(n,o,!!e,t),o;for(let r of n)Pn(r,o,!!e,t);return o};var ir=(n,e={selector:"#app"},t)=>{W(e)&&(e={selector:"#app",template:e}),oo(n)&&(n=n.context);let o=e.element?e.element:e.selector?document.querySelector(e.selector):null;if(!o||!Be(o))throw j(0);t||(t=le.getDefault());let r=()=>{for(let a of[...o.childNodes])z(a)},s=a=>{for(let c of a)o.appendChild(c)};if(e.template){let a=document.createRange().createContextualFragment(on(e.template));r(),s(a.childNodes),e.element=a}else if(e.json){let a=$e(e.json,e.isSVG,t);r(),s(a.childNodes)}return t.useInterpolation&&Jt(o,t),new Hn(n,o,t).b(),q(o,()=>{Ne(n)}),wt(n),{context:n,unmount:()=>{z(o)},unbind:()=>{de(o)}}},Hn=class{constructor(e,t,o){m(this,"Wt");m(this,"Ye");m(this,"o");m(this,"m");m(this,"i");this.Wt=e,this.Ye=t,this.o=o,this.m=new nn([e],o),this.i=new qt(this.m)}b(){this.i.H(this.Ye)}};var rt=n=>{if(w(n))return n.map(r=>rt(r));let e={};if(n.tagName)e.t=n.tagName;else return n.nodeType===Node.COMMENT_NODE&&(e.n=Node.COMMENT_NODE),n.textContent&&(e.d=n.textContent),e;let t=n.getAttributeNames();t.length>0&&(e.a=Object.fromEntries(t.map(r=>{var s;return[r,(s=n.getAttribute(r))!=null?s:""]})));let o=Ee(n);return o.length>0&&(e.c=[...o].map(r=>rt(r))),e};var ar=(n,e={})=>{var s,i,a,c,l,u;w(e)&&(e={props:e}),W(n)&&(n={template:n});let t=(s=e.context)!=null?s:()=>({}),o=!1;if(n.element){let f=n.element;f.remove(),n.element=f}else if(n.selector){let f=document.querySelector(n.selector);if(!f)throw j(1,n.selector);f.remove(),n.element=f}else if(n.template){let f=document.createRange().createContextualFragment(on(n.template));n.element=f}else n.json&&(n.element=$e(n.json,n.isSVG,e.config),o=!0);n.element||(n.element=document.createDocumentFragment()),((i=e.useInterpolation)==null||i)&&Jt(n.element,(a=e.config)!=null?a:le.getDefault());let r=n.element;if(!o&&(((l=n.isSVG)!=null?l:ct(r)&&((c=r.hasAttribute)!=null&&c.call(r,"isSVG")))||ct(r)&&r.querySelector("[isSVG]"))){let f=r.content,p=f?[...f.childNodes]:[...r.childNodes],d=rt(p);n.element=$e(d,!0,e.config)}return{context:t,template:n.element,inheritAttrs:(u=e.inheritAttrs)!=null?u:!0,props:e.props,defaultName:e.defaultName}};var rn=class{constructor(){m(this,"byConstructor",new Map)}register(e){this.byConstructor.set(e.constructor,e)}unregisterByClass(e){this.byConstructor.delete(e)}unregister(e){let t=e.constructor;this.byConstructor.get(t)===e&&this.byConstructor.delete(t)}find(e){for(let t of this.byConstructor.values())if(t instanceof e)return t}require(e){let t=this.find(e);if(t)return t;throw new Error(`${e.name} is not registered in ContextRegistry.`)}};var cr=n=>{var e;(e=Ue())==null||e.onMounted.push(n)};var ur=n=>{let e,t={},o=(...r)=>{if(r.length<=2&&0 in r)throw j(4);return e&&!t.isStopped?e(...r):(e=Ys(n,t),e(...r))};return o[Z]=1,Le(o,!0),o.stop=()=>{var r,s;return(s=(r=t.ref)==null?void 0:r.stop)==null?void 0:s.call(r)},ne(()=>o.stop(),!0),o},Ys=(n,e)=>{var s;let t=(s=e.ref)!=null?s:ie(null);e.ref=t,e.isStopped=!1;let o=0,r=Ve(()=>{if(o>0){r(),e.isStopped=!0,Y(t);return}t(n()),++o});return t.stop=r,t};var lr=(n,e)=>{let t={},o,r=(...s)=>{if(s.length<=2&&0 in s)throw j(4);return o&&!t.isStopped?o(...s):(o=Zs(n,e,t),o(...s))};return r[Z]=1,Le(r,!0),r.stop=()=>{var s,i;return(i=(s=t.ref)==null?void 0:s.stop)==null?void 0:i.call(s)},ne(()=>r.stop(),!0),r},Zs=(n,e,t)=>{var a;let o=(a=t.ref)!=null?a:ie(null);t.ref=o,t.isStopped=!1;let r=0,s=c=>{if(r>0){o.stop(),t.isStopped=!0,Y(o);return}let l=n.map(u=>u());o(e(...l)),++r},i=[];for(let c of n){let l=se(c,s);i.push(l)}return s(null),o.stop=()=>{i.forEach(c=>{c()})},o};var fr=(n,e)=>{let t={},o,r=(...s)=>{if(s.length<=2&&0 in s)throw j(4);return o&&!t.isStopped?o(...s):(o=ei(n,e,t),o(...s))};return r[Z]=1,Le(r,!0),r.stop=()=>{var s,i;return(i=(s=t.ref)==null?void 0:s.stop)==null?void 0:i.call(s)},ne(()=>r.stop(),!0),r},ei=(n,e,t)=>{var s;let o=(s=t.ref)!=null?s:ie(null);t.ref=o,t.isStopped=!1;let r=0;return o.stop=se(n,i=>{if(r>0){o.stop(),t.isStopped=!0,Y(o);return}o(e(i)),++r},!0),o};var pr=n=>(n[Nt]=1,n);var mr=(n,e)=>{if(!e)throw j(5);let o=He(n)?be:a=>a,r=()=>localStorage.setItem(e,JSON.stringify(ae(n()))),s=localStorage.getItem(e);if(s!=null)try{n(o(JSON.parse(s)))}catch(a){H(6,`persist: failed to parse data for key ${e}`,a),r()}else r();let i=Ve(r);return ne(i,!0),n};var Vn=(n,...e)=>{let t="",o=n,r=e,s=o.length,i=r.length;for(let a=0;a<s;++a)t+=o[a],a<i&&(t+=r[a]);return t},dr=Vn;var hr=(n,e,t)=>{let o=[],r=()=>{e(n.map(i=>i()))};for(let i of n)o.push(se(i,r));t&&r();let s=()=>{for(let i of o)i()};return ne(s,!0),s};var yr=n=>{if(!E(n))throw j(3,"observerCount");return n(void 0,void 0,2)};var gr=n=>{_n();try{n()}finally{jn()}},_n=()=>{ge.stack||(ge.stack=[]),ge.stack.push(new Set)},jn=()=>{let n=ge.stack;if(!n||n.length===0)return;let e=n.pop();if(n.length){let t=n[n.length-1];for(let o of e)t.add(o);return}delete ge.stack;for(let t of e)try{Y(t)}catch(o){console.error(o)}};
1
+ "use strict";var ht=Object.defineProperty;var Tr=Object.getOwnPropertyDescriptor;var xr=Object.getOwnPropertyNames;var Cr=Object.prototype.hasOwnProperty;var Er=(t,e,n)=>e in t?ht(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n;var Rr=(t,e)=>{for(var n in e)ht(t,n,{get:e[n],enumerable:!0})},vr=(t,e,n,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of xr(e))!Cr.call(t,r)&&r!==n&&ht(t,r,{get:()=>e[r],enumerable:!(o=Tr(e,r))||o.enumerable});return t};var wr=t=>vr(ht({},"__esModule",{value:!0}),t);var d=(t,e,n)=>Er(t,typeof e!="symbol"?e+"":e,n);var ni={};Rr(ni,{ComponentHead:()=>We,ContextRegistry:()=>sn,RegorConfig:()=>le,addUnbinder:()=>q,batch:()=>br,collectRefs:()=>kt,computeMany:()=>fr,computeRef:()=>pr,computed:()=>lr,createApp:()=>ar,defineComponent:()=>cr,drainUnbind:()=>Fn,endBatch:()=>$n,entangle:()=>Ze,flatten:()=>ae,getBindData:()=>Oe,html:()=>_n,isDeepRef:()=>He,isRaw:()=>et,isRef:()=>E,markRaw:()=>mr,observe:()=>se,observeMany:()=>yr,observerCount:()=>gr,onMounted:()=>ur,onUnmounted:()=>ne,pause:()=>Wt,persist:()=>dr,raw:()=>hr,ref:()=>be,removeNode:()=>z,resume:()=>Gt,silence:()=>Mt,sref:()=>ie,startBatch:()=>jn,toFragment:()=>$e,toJsonTemplate:()=>st,trigger:()=>Y,unbind:()=>de,unref:()=>V,useScope:()=>At,warningHandler:()=>at,watchEffect:()=>Ve});module.exports=wr(ni);var ze=Symbol(":regor");var de=t=>{let e=[t];for(let n=0;n<e.length;++n){let o=e[n];Sr(o);for(let r=o.lastChild;r!=null;r=r.previousSibling)e.push(r)}},Sr=t=>{let e=t[ze];if(!e)return;let n=e.unbinders;for(let o=0;o<n.length;++o)n[o]();n.length=0,t[ze]=void 0};var Ke=[],yt=!1,gt,qn=()=>{if(yt=!1,gt=void 0,Ke.length!==0){for(let t=0;t<Ke.length;++t)de(Ke[t]);Ke.length=0}},z=t=>{t.remove(),Ke.push(t),yt||(yt=!0,gt=setTimeout(qn,1))},Fn=async()=>{Ke.length===0&&!yt||(gt&&clearTimeout(gt),qn())};var K=t=>typeof t=="function",W=t=>typeof t=="string",zn=t=>typeof t=="undefined",fe=t=>t==null||typeof t=="undefined",J=t=>typeof t!="string"||!(t!=null&&t.trim()),Ar=Object.prototype.toString,an=t=>Ar.call(t),Ae=t=>an(t)==="[object Map]",ue=t=>an(t)==="[object Set]",cn=t=>an(t)==="[object Date]",it=t=>typeof t=="symbol",w=Array.isArray,D=t=>t!==null&&typeof t=="object";var Kn={0:"createApp can't find root element. You must define either a valid `selector` or an `element`. Example: createApp({}, {selector: '#app', html: '...'})",1:t=>`Component template cannot be found. selector: ${t} .`,2:"Use composables in scope. usage: useScope(() => new MyApp()).",3:t=>`${t} requires ref source argument`,4:"computed is readonly.",5:"persist requires a string key."},j=(t,...e)=>{let n=Kn[t];return new Error(K(n)?n.call(Kn,...e):n)};var bt=[],Wn=()=>{let t={onMounted:[],onUnmounted:[]};return bt.push(t),t},Ue=t=>{let e=bt[bt.length-1];if(!e&&!t)throw j(2);return e},Gn=t=>{let e=Ue();return t&&ln(t),bt.pop(),e},un=Symbol("csp"),ln=t=>{let e=t,n=e[un];if(n){let o=Ue();if(n===o)return;o.onMounted.length>0&&n.onMounted.push(...o.onMounted),o.onUnmounted.length>0&&n.onUnmounted.push(...o.onUnmounted);return}e[un]=Ue()},Tt=t=>t[un];var Ne=t=>{var n,o;let e=(n=Tt(t))==null?void 0:n.onUnmounted;e==null||e.forEach(r=>{r()}),(o=t.unmounted)==null||o.call(t)};var We=class{constructor(e,n,o,r,s){d(this,"props");d(this,"start");d(this,"end");d(this,"ctx");d(this,"autoProps",!0);d(this,"entangle",!0);d(this,"enableSwitch",!1);d(this,"onAutoPropsAssigned");d(this,"me");d(this,"emit",(e,n)=>{this.me.dispatchEvent(new CustomEvent(e,{detail:n}))});this.props=e,this.me=n,this.ctx=o,this.start=r,this.end=s}findContext(e,n=0){var r;if(n<0)return;let o=0;for(let s of(r=this.ctx)!=null?r:[])if(s instanceof e){if(o===n)return s;++o}}requireContext(e,n=0){let o=this.findContext(e,n);if(o!==void 0)return o;throw new Error(`${e} was not found in the context stack at occurrence ${n}.`)}unmount(){let e=this.start.nextSibling,n=this.end;for(;e&&e!==n;)z(e),e=e.nextSibling;for(let o of this.ctx)Ne(o)}};var Oe=t=>{let e=t,n=e[ze];if(n)return n;let o={unbinders:[],data:{}};return e[ze]=o,o};var q=(t,e)=>{Oe(t).unbinders.push(e)};var Jn={8:t=>`Model binding requires a ref at ${t.outerHTML}`,7:t=>`Model binding is not supported on ${t.tagName} element at ${t.outerHTML}`,0:(t,e)=>`${t} binding expression is missing at ${e.outerHTML}`,1:(t,e,n)=>`invalid ${t} expression: ${e} at ${n.outerHTML}`,2:(t,e)=>`${t} requires object expression at ${e.outerHTML}`,3:(t,e)=>`${t} binder: key is empty on ${e.outerHTML}.`,4:(t,e,n,o)=>({msg:`Failed setting prop "${t}" on <${e.toLowerCase()}>: value ${n} is invalid.`,args:[o]}),5:(t,e)=>`${t} binding missing event type at ${e.outerHTML}`,6:(t,e)=>({msg:t,args:[e]})},H=(t,...e)=>{let n=Jn[t],o=K(n)?n.call(Jn,...e):n,r=at.warning;r&&(W(o)?r(o):r(o,...o.args))},at={warning:console.warn};var Ct={},xt={},Qn=1,Xn=t=>{let e=(Qn++).toString();return Ct[e]=t,xt[e]=0,e},fn=t=>{xt[t]+=1},pn=t=>{--xt[t]===0&&(delete Ct[t],delete xt[t])},Yn=t=>Ct[t],mn=()=>Qn!==1&&Object.keys(Ct).length>0,ct="r-switch",Nr=t=>{let e=t.filter(o=>Be(o)).map(o=>[...o.querySelectorAll("[r-switch]")].map(r=>r.getAttribute(ct))),n=new Set;return e.forEach(o=>{o.forEach(r=>r&&n.add(r))}),[...n]},Ge=(t,e)=>{if(!mn())return;let n=Nr(e);n.length!==0&&(n.forEach(fn),q(t,()=>{n.forEach(pn)}))};var Et=()=>{},dn=(t,e,n,o)=>{let r=[];for(let s of t){let i=s.cloneNode(!0);n.insertBefore(i,o),r.push(i)}ke(e,r)},hn=Symbol("r-if"),Zn=Symbol("r-else"),eo=t=>t[Zn]===1,Rt=class{constructor(e){d(this,"i");d(this,"D");d(this,"K");d(this,"z");d(this,"W");d(this,"T");d(this,"R");this.i=e,this.D=e.o.u.if,this.K=Qe(e.o.u.if),this.z=e.o.u.else,this.W=e.o.u.elseif,this.T=e.o.u.for,this.R=e.o.u.pre}Ze(e,n){let o=e.parentElement;for(;o!==null&&o!==document.documentElement;){if(o.hasAttribute(n))return!0;o=o.parentElement}return!1}N(e){let n=e.hasAttribute(this.D),o=Me(e,this.K);for(let r of o)this.b(r);return n}G(e){return e[hn]?!0:(e[hn]=!0,Me(e,this.K).forEach(n=>n[hn]=!0),!1)}b(e){if(e.hasAttribute(this.R)||this.G(e)||this.Ze(e,this.T))return;let n=e.getAttribute(this.D);if(!n){H(0,this.D,e);return}e.removeAttribute(this.D),this.O(e,n)}U(e,n,o){let r=Je(e),s=e.parentNode,i=document.createComment(`__begin__ :${n}${o!=null?o:""}`);s.insertBefore(i,e),Ge(i,r),r.forEach(c=>{z(c)}),e.remove(),n!=="if"&&(e[Zn]=1);let a=document.createComment(`__end__ :${n}${o!=null?o:""}`);return s.insertBefore(a,i.nextSibling),{nodes:r,parent:s,commentBegin:i,commentEnd:a}}de(e,n){if(!e)return[];let o=e.nextElementSibling;if(e.hasAttribute(this.z)){e.removeAttribute(this.z);let{nodes:r,parent:s,commentBegin:i,commentEnd:a}=this.U(e,"else");return[{mount:()=>{dn(r,this.i,s,a)},unmount:()=>{Ce(i,a)},isTrue:()=>!0,isMounted:!1}]}else{let r=e.getAttribute(this.W);if(!r)return[];e.removeAttribute(this.W);let{nodes:s,parent:i,commentBegin:a,commentEnd:c}=this.U(e,"elseif",` => ${r} `),l=this.i.m.k(r),u=l.value,f=this.de(o,n),p=Et;return q(a,()=>{l.stop(),p(),p=Et}),p=l.subscribe(n),[{mount:()=>{dn(s,this.i,i,c)},unmount:()=>{Ce(a,c)},isTrue:()=>!!u()[0],isMounted:!1},...f]}}O(e,n){let o=e.nextElementSibling,{nodes:r,parent:s,commentBegin:i,commentEnd:a}=this.U(e,"if",` => ${n} `),c=this.i.m.k(n),l=c.value,u=!1,f=this.i.m,p=f.M(),m=()=>{f.C(p,()=>{if(l()[0])u||(dn(r,this.i,s,a),u=!0),y.forEach(g=>{g.unmount(),g.isMounted=!1});else{Ce(i,a),u=!1;let g=!1;for(let C of y)!g&&C.isTrue()?(C.isMounted||(C.mount(),C.isMounted=!0),g=!0):(C.unmount(),C.isMounted=!1)}})},y=this.de(o,m),h=Et;q(i,()=>{c.stop(),h(),h=Et}),m(),h=c.subscribe(m)}};var Je=t=>{let e=ye(t)?t.content.childNodes:[t],n=[];for(let o=0;o<e.length;++o){let r=e[o];if(r.nodeType===1){let s=r==null?void 0:r.tagName;if(s==="SCRIPT"||s==="STYLE")continue}n.push(r)}return n},ke=(t,e)=>{for(let n=0;n<e.length;++n){let o=e[n];o.nodeType===Node.ELEMENT_NODE&&(eo(o)||t.H(o))}},Me=(t,e)=>{var o;let n=t.querySelectorAll(e);return(o=t.matches)!=null&&o.call(t,e)?[t,...n]:n},ye=t=>t instanceof HTMLTemplateElement,Be=t=>t.nodeType===Node.ELEMENT_NODE,ut=t=>t.nodeType===Node.ELEMENT_NODE,to=t=>t instanceof HTMLSlotElement,Ee=t=>ye(t)?t.content.childNodes:t.childNodes,Ce=(t,e)=>{let n=t.nextSibling;for(;n!=null&&n!==e;){let o=n.nextSibling;z(n),n=o}},no=function(){return this()},Or=function(t){return this(t)},Mr=()=>{throw new Error("value is readonly.")},kr={get:no,set:Or,enumerable:!0,configurable:!1},Lr={get:no,set:Mr,enumerable:!0,configurable:!1},Le=(t,e)=>{Object.defineProperty(t,"value",e?Lr:kr)},oo=(t,e)=>{if(!t)return!1;if(t.startsWith("["))return t.substring(1,t.length-1);let n=e.length;return t.startsWith(e)?t.substring(n,t.length-n):!1},Qe=t=>`[${CSS.escape(t)}]`,vt=(t,e)=>(t.startsWith("@")&&(t=e.u.on+":"+t.slice(1)),t.includes("[")&&(t=t.replace(/[[\]]/g,e.u.dynamic)),t),yn=t=>{let e=Object.create(null);return n=>e[n]||(e[n]=t(n))},Ir=/-(\w)/g,$=yn(t=>t&&t.replace(Ir,(e,n)=>n?n.toUpperCase():"")),Dr=/\B([A-Z])/g,Xe=yn(t=>t&&t.replace(Dr,"-$1").toLowerCase()),lt=yn(t=>t&&t.charAt(0).toUpperCase()+t.slice(1));var wt={mount:()=>{}};var Ye=t=>{let e=t.trim();return e?e.split(/\s+/):[]};var St=t=>{var n,o;let e=(n=Tt(t))==null?void 0:n.onMounted;e==null||e.forEach(r=>{r()}),(o=t.mounted)==null||o.call(t)};var gn=Symbol("scope"),At=t=>{try{Wn();let e=t();ln(e);let n={context:e,unmount:()=>Ne(e),[gn]:1};return n[gn]=1,n}finally{Gn()}},ro=t=>D(t)?gn in t:!1;var Nt=Symbol("ref"),Z=Symbol("sref"),Ot=Symbol("raw");var E=t=>t!=null&&t[Z]===1;var bn={collectRefObj:!0,mount:({parseResult:t})=>({update:({values:e})=>{let n=t.context,o=e[0];if(D(o))for(let r of Object.entries(o)){let s=r[0],i=r[1],a=n[s];a!==i&&(E(a)?a(i):n[s]=i)}}})};var ne=(t,e)=>{var n;(n=Ue(e))==null||n.onUnmounted.push(t)};var se=(t,e,n,o=!0)=>{if(!E(t))throw j(3,"observe");n&&e(t());let s=t(void 0,void 0,0,e);return o&&ne(s,!0),s};var Ze=(t,e)=>{if(t===e)return()=>{};let n=se(t,r=>e(r)),o=se(e,r=>t(r));return e(t()),()=>{n(),o()}};var et=t=>!!t&&t[Ot]===1;var He=t=>(t==null?void 0:t[Nt])===1;var pe=[],so=t=>{var e;pe.length!==0&&((e=pe[pe.length-1])==null||e.add(t))},Ve=t=>{if(!t)return()=>{};let e={stop:()=>{}};return Ur(t,e),ne(()=>e.stop(),!0),e.stop},Ur=(t,e)=>{if(!t)return;let n=[],o=!1,r=()=>{for(let s of n)s();n=[],o=!0};e.stop=r;try{let s=new Set;if(pe.push(s),t(i=>n.push(i)),o)return;for(let i of[...s]){let a=se(i,()=>{r(),Ve(t)});n.push(a)}}finally{pe.pop()}},Mt=t=>{let e=pe.length,n=e>0&&pe[e-1];try{return n&&pe.push(null),t()}finally{n&&pe.pop()}},kt=t=>{try{let e=new Set;return pe.push(e),{value:t(),refs:[...e]}}finally{pe.pop()}};var Y=(t,e,n)=>{if(!E(t))return;let o=t;if(o(void 0,e,1),!n)return;let r=o();if(r){if(w(r)||ue(r))for(let s of r)Y(s,e,!0);else if(Ae(r))for(let s of r)Y(s[0],e,!0),Y(s[1],e,!0);if(D(r))for(let s in r)Y(r[s],e,!0)}};function Br(t,e,n){Object.defineProperty(t,e,{value:n,enumerable:!1,writable:!0,configurable:!0})}var tt=(t,e,n)=>{n.forEach(function(o){let r=t[o];Br(e,o,function(...i){let a=r.apply(this,i),c=this[Z];for(let l of c)Y(l);return a})})},Lt=(t,e)=>{Object.defineProperty(t,Symbol.toStringTag,{value:e,writable:!1,enumerable:!1,configurable:!0})};var io=Array.prototype,Tn=Object.create(io),Pr=["push","pop","shift","unshift","splice","sort","reverse"];tt(io,Tn,Pr);var ao=Map.prototype,It=Object.create(ao),Hr=["set","clear","delete"];Lt(It,"Map");tt(ao,It,Hr);var co=Set.prototype,Dt=Object.create(co),Vr=["add","clear","delete"];Lt(Dt,"Set");tt(co,Dt,Vr);var ge={},ie=t=>{if(E(t)||et(t))return t;let e={auto:!0,_value:t},n=c=>D(c)?Z in c?!0:w(c)?(Object.setPrototypeOf(c,Tn),!0):ue(c)?(Object.setPrototypeOf(c,Dt),!0):Ae(c)?(Object.setPrototypeOf(c,It),!0):!1:!1,o=n(t),r=new Set,s=(c,l)=>{if(ge.stack&&ge.stack.length){ge.stack[ge.stack.length-1].add(a);return}r.size!==0&&Mt(()=>{for(let u of[...r.keys()])r.has(u)&&u(c,l)})},i=c=>{let l=c[Z];l||(c[Z]=l=new Set),l.add(a)},a=(...c)=>{if(!(2 in c)){let u=c[0],f=c[1];return 0 in c?e._value===u||E(u)&&(u=u(),e._value===u)?u:(n(u)&&i(u),e._value=u,e.auto&&s(u,f),e._value):(so(a),e._value)}switch(c[2]){case 0:{let u=c[3];if(!u)return()=>{};let f=p=>{r.delete(p)};return r.add(u),()=>{f(u)}}case 1:{let u=c[1],f=e._value;s(f,u);break}case 2:return r.size;case 3:{e.auto=!1;break}case 4:e.auto=!0}return e._value};return a[Z]=1,Le(a,!1),o&&i(t),a};var be=t=>{if(et(t))return t;let e;if(E(t)?(e=t,t=e()):e=ie(t),t instanceof Node||t instanceof Date||t instanceof RegExp||t instanceof Promise||t instanceof Error)return e;if(e[Nt]=1,w(t)){let n=t.length;for(let o=0;o<n;++o){let r=t[o];He(r)||(t[o]=be(r))}return e}if(!D(t))return e;for(let n of Object.entries(t)){let o=n[1];if(He(o))continue;let r=n[0];it(r)||(t[r]=null,t[r]=be(o))}return e};var uo=Symbol("modelBridge"),Ut=()=>{},_r=t=>!!(t!=null&&t[uo]),jr=t=>{t[uo]=1},$r=t=>{let e=be(t());return jr(e),e},lo={collectRefObj:!0,mount:({parseResult:t,option:e})=>{if(typeof e!="string"||!e)return Ut;let n=$(e),o,r,s=Ut,i=()=>{s(),s=Ut,o=void 0,r=void 0},a=()=>{s(),s=Ut},c=(u,f)=>{o!==u&&(a(),s=Ze(u,f),o=u)},l=()=>{var m;let u=(m=t.refs[0])!=null?m:t.value()[0],f=t.context,p=f[n];if(!E(u)){if(r&&p===r){r(u);return}if(i(),E(p)){p(u);return}f[n]=u;return}if(_r(u)){if(p===u)return;E(p)?c(u,p):f[n]=u;return}r||(r=$r(u)),f[n]=r,c(u,r)};return{update:()=>{l()},unmount:()=>{s()}}}};var Bt=class{constructor(e){d(this,"i");d(this,"ye");d(this,"he","");d(this,"ge",-1);this.i=e,this.ye=e.o.u.inherit}N(e){this.et(e)}tt(e){if(this.ge!==e.size){let n=[...e.keys()];this.he=[...n,...n.map(Xe)].join(","),this.ge=e.size}return this.he}nt(e){var n;for(let o=0;o<e.length;++o){let r=(n=e[o])==null?void 0:n.components;if(r)for(let s in r)return!0}return!1}et(e){var p;let n=this.i,o=n.m,r=n.o.be,s=n.o.j;if(r.size===0&&!this.nt(o.l))return;let i=o.J(),a=o.ot(),c=this.tt(r),l=[...c?[c]:[],...a,...a.map(Xe)].join(",");if(J(l))return;let u=e.querySelectorAll(l),f=(p=e.matches)!=null&&p.call(e,l)?[e,...u]:u;for(let m of f){if(m.hasAttribute(n.R))continue;let y=m.parentNode;if(!y)continue;let h=m.nextSibling,R=$(m.tagName).toUpperCase(),g=i[R],C=g!=null?g:s.get(R);if(!C)continue;let U=C.template;if(!U)continue;let G=m.parentElement;if(!G)continue;let L=new Comment(" begin component: "+m.tagName),_=new Comment(" end component: "+m.tagName);G.insertBefore(L,m),m.remove();let ce=n.o.u.context,ee=n.o.u.contextAlias,B=n.o.u.bind,b=(x,T)=>{let v={},F=x.hasAttribute(ce);return o.C(T,()=>{o.v(v),F?n.b(bn,x,ce):x.hasAttribute(ee)&&n.b(bn,x,ee);let k=C.props;if(!k||k.length===0)return;k=k.map($);let S=new Map(k.map(A=>[A.toLowerCase(),A]));for(let A of[...k,...k.map(Xe)]){let P=x.getAttribute(A);P!==null&&(v[$(A)]=P,x.removeAttribute(A))}let M=n._.xe(x,!1);for(let[A,P]of M.entries()){let[re,De]=P.Q;if(!De)continue;let Fe=S.get($(De).toLowerCase());Fe&&(re!=="."&&re!==":"&&re!==B||n.b(lo,x,A,!0,Fe,P.X))}}),v},N=[...o.M()],Q=()=>{var F;let x=b(m,N),T=new We(x,m,N,L,_),v=At(()=>{var k;return(k=C.context(T))!=null?k:{}}).context;if(T.autoProps){for(let[k,S]of Object.entries(x))if(k in v){let M=v[k];if(M===S)continue;if(E(M)){E(S)?T.entangle?q(L,Ze(S,M)):M(S()):M(S);continue}}else v[k]=S;(F=T.onAutoPropsAssigned)==null||F.call(T)}return{componentCtx:v,head:T}},{componentCtx:me,head:qe}=Q(),Te=[...Ee(U)],I=Te.length,dt=m.childNodes.length===0,O=x=>{let T=x.parentElement,v=x.name;if(J(v)&&(v=x.getAttributeNames().filter(S=>S.startsWith("#"))[0],J(v)?v="default":v=v.substring(1)),dt){if(v==="default"){let S=n.o.u.text,M=m.getAttribute(S);if(!J(M)){let A=document.createElement("span");A.setAttribute(S,M),T.insertBefore(A,x),m.removeAttribute(S);return}}for(let S of[...x.childNodes])T.insertBefore(S,x);return}let F=m.querySelector(`template[name='${v}'], template[\\#${v}]`);!F&&v==="default"&&(F=m.querySelector("template:not([name])"),F&&F.getAttributeNames().filter(S=>S.startsWith("#")).length>0&&(F=null));let k=S=>{qe.enableSwitch&&o.C(N,()=>{o.v(me);let M=b(x,o.M());o.C(N,()=>{o.v(M);let A=o.M(),P=Xn(A);for(let re of S)Be(re)&&(re.setAttribute(ct,P),fn(P),q(re,()=>{pn(P)}))})})};if(F){let S=[...Ee(F)];for(let M of S)T.insertBefore(M,x);k(S)}else{if(v!=="default"){for(let M of[...Ee(x)])T.insertBefore(M,x);return}let S=[...Ee(m)].filter(M=>!ye(M));for(let M of S)T.insertBefore(M,x);k(S)}},X=x=>{if(!Be(x))return;let T=x.querySelectorAll("slot");if(to(x)){O(x),x.remove();return}for(let v of T)O(v),v.remove()};(()=>{for(let x=0;x<I;++x)Te[x]=Te[x].cloneNode(!0),y.insertBefore(Te[x],h),X(Te[x])})(),G.insertBefore(_,h);let te=()=>{if(!C.inheritAttrs)return;let x=Te.filter(v=>v.nodeType===Node.ELEMENT_NODE);x.length>1&&(x=x.filter(v=>v.hasAttribute(this.ye)));let T=x[0];if(T)for(let v of m.getAttributeNames()){if(v===ce||v===ee)continue;let F=m.getAttribute(v);if(v==="class"){let k=Ye(F);k.length>0&&T.classList.add(...k)}else if(v==="style"){let k=T.style,S=m.style;for(let M of S)k.setProperty(M,S.getPropertyValue(M))}else T.setAttribute(vt(v,n.o),F)}},xe=()=>{for(let x of m.getAttributeNames())!x.startsWith("@")&&!x.startsWith(n.o.u.on)&&m.removeAttribute(x)},Se=()=>{te(),xe(),o.v(me),n.Te(m,!1),me.$emit=qe.emit,ke(n,Te),q(m,()=>{Ne(me)}),q(L,()=>{de(m)}),St(me)};o.C(N,Se)}}};var xn=class{constructor(e,n){d(this,"Q");d(this,"X");d(this,"Re",[]);this.Q=e,this.X=n}},Pt=class{constructor(e){d(this,"i");d(this,"Ce");d(this,"Ee");d(this,"Y");var o;this.i=e,this.Ce=e.o.rt(),this.Y=new Map;let n=new Map;for(let r of this.Ce){let s=(o=r[0])!=null?o:"",i=n.get(s);i?i.push(r):n.set(s,[r])}this.Ee=n}ve(e){let n=this.Y.get(e);if(n)return n;let o=e,r=o.startsWith(".");r&&(o=":"+o.slice(1));let s=o.indexOf("."),a=(s<0?o:o.substring(0,s)).split(/[:@]/);J(a[0])&&(a[0]=r?".":o[0]);let c=s>=0?o.slice(s+1).split("."):[],l=!1,u=!1;for(let p=0;p<c.length;++p){let m=c[p];if(!l&&m==="camel"?l=!0:!u&&m==="prop"&&(u=!0),l&&u)break}l&&(a[a.length-1]=$(a[a.length-1])),u&&(a[0]=".");let f={terms:a,flags:c};return this.Y.set(e,f),f}xe(e,n){let o=new Map;if(!ut(e))return o;let r=this.Ee,s=(c,l)=>{var f;let u=r.get((f=l[0])!=null?f:"");if(u)for(let p=0;p<u.length;++p){if(!l.startsWith(u[p]))continue;let m=o.get(l);if(!m){let y=this.ve(l);m=new xn(y.terms,y.flags),o.set(l,m)}m.Re.push(c);return}},i=c=>{var u;let l=c.attributes;if(!(!l||l.length===0))for(let f=0;f<l.length;++f){let p=(u=l.item(f))==null?void 0:u.name;p&&s(c,p)}};if(i(e),!n||!e.firstElementChild)return o;let a=e.querySelectorAll("*");for(let c of a)i(c);return o}};var fo=()=>{},qr=(t,e)=>{for(let n of t){let o=n.cloneNode(!0);e.appendChild(o)}},Ht=class{constructor(e){d(this,"i");d(this,"L");d(this,"we");this.i=e,this.L=e.o.u.is,this.we=Qe(this.L)+", [is]"}N(e){let n=e.hasAttribute(this.L),o=Me(e,this.we);for(let r of o)this.b(r);return n}b(e){let n=e.getAttribute(this.L);if(!n){if(n=e.getAttribute("is"),!n)return;if(!n.startsWith("regor:")){if(!n.startsWith("r-"))return;let o=n.slice(2).trim().toLowerCase();if(!o)return;let r=e.parentNode;if(!r)return;let s=document.createElement(o);for(let i of e.getAttributeNames())i!=="is"&&s.setAttribute(i,e.getAttribute(i));for(;e.firstChild;)s.appendChild(e.firstChild);r.insertBefore(s,e),e.remove(),this.i.H(s);return}n=`'${n.slice(6)}'`,e.removeAttribute("is")}e.removeAttribute(this.L),this.O(e,n)}U(e,n){let o=Je(e),r=e.parentNode,s=document.createComment(`__begin__ dynamic ${n!=null?n:""}`);r.insertBefore(s,e),Ge(s,o),o.forEach(a=>{z(a)}),e.remove();let i=document.createComment(`__end__ dynamic ${n!=null?n:""}`);return r.insertBefore(i,s.nextSibling),{nodes:o,parent:r,commentBegin:s,commentEnd:i}}O(e,n){let{nodes:o,parent:r,commentBegin:s,commentEnd:i}=this.U(e,` => ${n} `),a=this.i.m.k(n),c=a.value,l=this.i.m,u=l.M(),f={name:""},p=ye(e)?o:[...o[0].childNodes],m=()=>{l.C(u,()=>{var C;let R=c()[0];if(D(R)&&(R.name?R=R.name:R=(C=Object.entries(l.J()).filter(U=>U[1]===R)[0])==null?void 0:C[0]),!W(R)||J(R)){Ce(s,i);return}if(f.name===R)return;Ce(s,i);let g=document.createElement(R);for(let U of e.getAttributeNames())U!==this.L&&g.setAttribute(U,e.getAttribute(U));qr(p,g),r.insertBefore(g,i),this.i.H(g),f.name=R})},y=fo;q(s,()=>{a.stop(),y(),y=fo}),m(),y=a.subscribe(m)}};var V=t=>{let e=t;return e!=null&&e[Z]===1?e():e};var Fr=(t,e)=>{let[n,o]=e;K(o)?o(t,n):t.innerHTML=n==null?void 0:n.toString()},Vt={mount:()=>({update:({el:t,values:e})=>{Fr(t,e)}})};var _t=class t{constructor(e){d(this,"Z");this.Z=e}static st(e,n){var m,y;let o=e.m,r=e.o,s=r.u,i=new Set([s.for,s.if,s.else,s.elseif,s.pre]),a=r.P,c=o.J();if(Object.keys(c).length>0||r.j.size>0)return;let l=e._,u=[],f=0,p=[];for(let h=n.length-1;h>=0;--h)p.push(n[h]);for(;p.length>0;){let h=p.pop();if(h.nodeType===Node.ELEMENT_NODE){let g=h;if(g.tagName==="TEMPLATE"||g.tagName.includes("-"))return;let C=$(g.tagName).toUpperCase();if(r.j.has(C)||c[C])return;let U=g.attributes;for(let G=0;G<U.length;++G){let L=(m=U.item(G))==null?void 0:m.name;if(!L)continue;if(i.has(L))return;let{terms:_,flags:ce}=l.ve(L),[ee,B]=_,b=(y=a[L])!=null?y:a[ee];if(b){if(b===Vt)return;u.push({nodeIndex:f,attrName:L,directive:b,option:B,flags:ce})}}++f}let R=h.childNodes;for(let g=R.length-1;g>=0;--g)p.push(R[g])}if(u.length!==0)return new t(u)}b(e,n){let o=[],r=[];for(let s=n.length-1;s>=0;--s)r.push(n[s]);for(;r.length>0;){let s=r.pop();s.nodeType===Node.ELEMENT_NODE&&o.push(s);let i=s.childNodes;for(let a=i.length-1;a>=0;--a)r.push(i[a])}for(let s=0;s<this.Z.length;++s){let i=this.Z[s],a=o[i.nodeIndex];a&&e.b(i.directive,a,i.attrName,!1,i.option,i.flags)}}};var zr=(t,e)=>{let n=e.parentNode;if(n)for(let o=0;o<t.items.length;++o)n.insertBefore(t.items[o],e)},Kr=t=>{var a;let e=t.length,n=t.slice(),o=[],r,s,i;for(let c=0;c<e;++c){let l=t[c];if(l===0)continue;let u=o[o.length-1];if(u===void 0||t[u]<l){n[c]=u!=null?u:-1,o.push(c);continue}for(r=0,s=o.length-1;r<s;)i=r+s>>1,t[o[i]]<l?r=i+1:s=i;l<t[o[r]]&&(r>0&&(n[c]=o[r-1]),o[r]=c)}for(r=o.length,s=(a=o[r-1])!=null?a:-1;r-- >0;)o[r]=s,s=n[s];return o},jt=class{static it(e){let{oldItems:n,newValues:o,getKey:r,isSameValue:s,mountNewValue:i,removeMountItem:a,endAnchor:c}=e,l=n.length,u=o.length,f=new Array(u),p=new Set;for(let b=0;b<u;++b){let N=r(o[b]);if(N===void 0||p.has(N))return;p.add(N),f[b]=N}let m=new Array(u),y=0,h=l-1,R=u-1;for(;y<=h&&y<=R;){let b=n[y];if(r(b.value)!==f[y]||!s(b.value,o[y]))break;b.value=o[y],m[y]=b,++y}for(;y<=h&&y<=R;){let b=n[h];if(r(b.value)!==f[R]||!s(b.value,o[R]))break;b.value=o[R],m[R]=b,--h,--R}if(y>h){for(let b=R;b>=y;--b){let N=b+1<u?m[b+1].items[0]:c;m[b]=i(b,o[b],N)}return m}if(y>R){for(let b=y;b<=h;++b)a(n[b]);return m}let g=y,C=y,U=R-C+1,G=new Array(U).fill(0),L=new Map;for(let b=C;b<=R;++b)L.set(f[b],b);let _=!1,ce=0;for(let b=g;b<=h;++b){let N=n[b],Q=L.get(r(N.value));if(Q===void 0){a(N);continue}if(!s(N.value,o[Q])){a(N);continue}N.value=o[Q],m[Q]=N,G[Q-C]=b+1,Q>=ce?ce=Q:_=!0}let ee=_?Kr(G):[],B=ee.length-1;for(let b=U-1;b>=0;--b){let N=C+b,Q=N+1<u?m[N+1].items[0]:c;if(G[b]===0){m[N]=i(N,o[N],Q);continue}let me=m[N];_&&(B>=0&&ee[B]===b?--B:me&&zr(me,Q))}return m}};var ft=class{constructor(e){d(this,"x",[]);d(this,"V",new Map);d(this,"ee");this.ee=e}get w(){return this.x.length}te(e){let n=this.ee(e.value);n!==void 0&&this.V.set(n,e)}ne(e){var o;let n=this.ee((o=this.x[e])==null?void 0:o.value);n!==void 0&&this.V.delete(n)}static at(e,n){return{items:[],index:e,value:n,order:-1}}v(e){e.order=this.w,this.x.push(e),this.te(e)}ct(e,n){let o=this.w;for(let r=e;r<o;++r)this.x[r].order=r+1;n.order=e,this.x.splice(e,0,n),this.te(n)}I(e){return this.x[e]}oe(e,n){this.ne(e),this.x[e]=n,this.te(n),n.order=e}Se(e){this.ne(e),this.x.splice(e,1);let n=this.w;for(let o=e;o<n;++o)this.x[o].order=o}Ae(e){let n=this.w;for(let o=e;o<n;++o)this.ne(o);this.x.splice(e)}Gt(e){return this.V.has(e)}ut(e){var o;let n=this.V.get(e);return(o=n==null?void 0:n.order)!=null?o:-1}};var Cn=Symbol("r-for"),Wr=t=>-1,po=()=>{},qt=class qt{constructor(e){d(this,"i");d(this,"T");d(this,"re");d(this,"R");this.i=e,this.T=e.o.u.for,this.re=Qe(this.T),this.R=e.o.u.pre}N(e){let n=e.hasAttribute(this.T),o=Me(e,this.re);for(let r of o)this.pt(r);return n}G(e){return e[Cn]?!0:(e[Cn]=!0,Me(e,this.re).forEach(n=>n[Cn]=!0),!1)}pt(e){if(e.hasAttribute(this.R)||this.G(e))return;let n=e.getAttribute(this.T);if(!n){H(0,this.T,e);return}e.removeAttribute(this.T),this.lt(e,n)}Ne(e){return fe(e)?[]:(K(e)&&(e=e()),Symbol.iterator in Object(e)?e:typeof e=="number"?(o=>({*[Symbol.iterator](){for(let r=1;r<=o;r++)yield r}}))(e):Object.entries(e))}lt(e,n){var dt;let o=this.ft(n);if(!(o!=null&&o.list)){H(1,this.T,n,e);return}let r=this.i.o.u.key,s=this.i.o.u.keyBind,i=(dt=e.getAttribute(r))!=null?dt:e.getAttribute(s);e.removeAttribute(r),e.removeAttribute(s);let a=Je(e),c=_t.st(this.i,a),l=e.parentNode;if(!l)return;let u=`${this.T} => ${n}`,f=new Comment(`__begin__ ${u}`);l.insertBefore(f,e),Ge(f,a),a.forEach(O=>{z(O)}),e.remove();let p=new Comment(`__end__ ${u}`);l.insertBefore(p,f.nextSibling);let m=this.i,y=m.m,h=y.M(),g=h.length===1?[void 0,h[0]]:void 0,C=this.mt(i),U=(O,X)=>C(O)===C(X),G=(O,X)=>O===X,L=(O,X,oe)=>{let te=o.createContext(X,O),xe=ft.at(te.index,X),Se=()=>{var F,k;let x=(k=(F=p.parentNode)!=null?F:f.parentNode)!=null?k:l,T=oe.previousSibling,v=[];for(let S=0;S<a.length;++S){let M=a[S].cloneNode(!0);x.insertBefore(M,oe),v.push(M)}for(c?c.b(m,v):ke(m,v),T=T.nextSibling;T!==oe;)xe.items.push(T),T=T.nextSibling};return g?(g[0]=te.ctx,y.C(g,Se)):y.C(h,()=>{y.v(te.ctx),Se()}),xe},_=(O,X)=>{let oe=I.I(O).items,te=oe[oe.length-1].nextSibling;for(let xe of oe)z(xe);I.oe(O,L(O,X,te))},ce=(O,X)=>{I.v(L(O,X,p))},ee=O=>{for(let X of I.I(O).items)z(X)},B=O=>{let X=I.w;for(let oe=O;oe<X;++oe)I.I(oe).index(oe)},b=O=>{let X=f.parentNode,oe=p.parentNode;if(!X||!oe)return;let te=I.w;K(O)&&(O=O());let xe=V(O[0]);if(w(xe)&&xe.length===0){Ce(f,p),I.Ae(0);return}let Se=[];for(let A of this.Ne(O[0]))Se.push(A);let x=jt.it({oldItems:I.x,newValues:Se,getKey:C,isSameValue:G,mountNewValue:(A,P,re)=>L(A,P,re),removeMountItem:A=>{for(let P=0;P<A.items.length;++P)z(A.items[P])},endAnchor:p});if(x){I.x=x,I.V.clear();for(let A=0;A<x.length;++A){let P=x[A];P.order=A,P.index(A);let re=C(P.value);re!==void 0&&I.V.set(re,P)}return}let T=0,v=Number.MAX_SAFE_INTEGER,F=te,k=this.i.o.forGrowThreshold,S=()=>I.w<F+k;for(let A of Se){let P=()=>{if(T<te){let re=I.I(T++);if(U(re.value,A)){if(G(re.value,A))return;_(T-1,A);return}let De=I.ut(C(A));if(De>=T&&De-T<10){if(--T,v=Math.min(v,T),ee(T),I.Se(T),--te,De>T+1)for(let Fe=T;Fe<De-1&&Fe<te&&!U(I.I(T).value,A);)++Fe,ee(T),I.Se(T),--te;P();return}S()?(I.ct(T-1,L(T,A,I.I(T-1).items[0])),v=Math.min(v,T-1),++te):_(T-1,A)}else ce(T++,A)};P()}let M=T;for(te=I.w;T<te;)ee(T++);I.Ae(M),B(v)},N=()=>{Q.stop(),qe(),qe=po},Q=y.k(o.list),me=Q.value,qe=po,Te=0,I=new ft(C);for(let O of this.Ne(me()[0]))I.v(L(Te++,O,p));q(f,N),qe=Q.subscribe(b)}ft(e){var c,l;let n=qt.dt.exec(e);if(!n)return;let o=(n[1]+((c=n[2])!=null?c:"")).split(",").map(u=>u.trim()),r=o.length>1?o.length-1:-1,s=r!==-1&&(o[r]==="index"||(l=o[r])!=null&&l.startsWith("#"))?o[r]:"";s&&o.splice(r,1);let i=n[3];if(!i||o.length===0)return;let a=/[{[]/.test(e);return{list:i,createContext:(u,f)=>{let p={},m=V(u);if(!a&&o.length===1)p[o[0]]=u;else if(w(m)){let h=0;for(let R of o)p[R]=m[h++]}else for(let h of o)p[h]=m[h];let y={ctx:p,index:Wr};return s&&(y.index=p[s.startsWith("#")?s.substring(1):s]=ie(f)),y}}}mt(e){if(!e)return o=>o;let n=e.trim();if(!n)return o=>o;if(n.includes(".")){let o=this.yt(n),r=o.length>1?o.slice(1):void 0;return s=>{let i=V(s),a=this.Oe(i,o);return a!==void 0||!r?a:this.Oe(i,r)}}return o=>{var r;return V((r=V(o))==null?void 0:r[n])}}yt(e){return e.split(".").filter(n=>n.length>0)}Oe(e,n){var r;let o=e;for(let s of n)o=(r=V(o))==null?void 0:r[s];return V(o)}};d(qt,"dt",/\{?\[?\(?([^)}\]]+)\)?\]?\}?([^)]+)?\s+\b(?:in|of)\b\s+(.*)\s*$/);var $t=qt;var Ft=class{constructor(e){d(this,"se",0);d(this,"ie",new Map);d(this,"m");d(this,"ke");d(this,"Me");d(this,"Le");d(this,"Ve");d(this,"_");d(this,"o");d(this,"R");d(this,"Ie");this.m=e,this.o=e.o,this.Me=new $t(this),this.ke=new Rt(this),this.Le=new Ht(this),this.Ve=new Bt(this),this._=new Pt(this),this.R=this.o.u.pre,this.Ie=this.o.u.dynamic}ht(e){let n=ye(e)?[e]:e.querySelectorAll("template");for(let o of n){if(o.hasAttribute(this.R))continue;let r=o.parentNode;if(!r)continue;let s=o.nextSibling;if(o.remove(),!o.content)continue;let i=[...o.content.childNodes];for(let a of i)r.insertBefore(a,s);ke(this,i)}}H(e){++this.se;try{if(e.nodeType!==Node.ELEMENT_NODE||e.hasAttribute(this.R)||this.ke.N(e)||this.Me.N(e)||this.Le.N(e))return;this.Ve.N(e),this.ht(e),this.Te(e,!0)}finally{--this.se,this.se===0&&this.gt()}}bt(e,n){let o=document;if(!o){let r=e.parentNode;for(;r!=null&&r.parentNode;)r=r.parentNode;if(!r)return null;o=r}return o.querySelector(n)}De(e,n){let o=this.bt(e,n);if(!o)return!1;let r=e.parentElement;if(!r)return!1;let s=new Comment(`teleported => '${n}'`);return r.insertBefore(s,e),e.teleportedFrom=s,s.teleportedTo=e,q(s,()=>{z(e)}),o.appendChild(e),!0}xt(e,n){this.ie.set(e,n)}gt(){let e=this.ie;if(e.size!==0){this.ie=new Map;for(let[n,o]of e.entries())this.De(n,o)}}Te(e,n){var s;let o=this._.xe(e,n),r=this.o.P;for(let[i,a]of o.entries()){let[c,l]=a.Q,u=(s=r[i])!=null?s:r[c];if(!u){console.error("directive not found:",c);continue}let f=a.Re;for(let p=0;p<f.length;++p){let m=f[p];this.b(u,m,i,!1,l,a.X)}}}b(e,n,o,r,s,i){if(n.hasAttribute(this.R))return;let a=n.getAttribute(o);n.removeAttribute(o);let c=l=>{let u=l;for(;u;){let f=u.getAttribute(ct);if(f)return f;u=u.parentElement}return null};if(mn()){let l=c(n);if(l){this.m.C(Yn(l),()=>{this.O(e,n,a,s,i)});return}}this.O(e,n,a,s,i)}Tt(e,n,o){return e!==wt?!1:(J(o)||this.De(n,o)||this.xt(n,o),!0)}O(e,n,o,r,s){if(n.nodeType!==Node.ELEMENT_NODE||o==null||this.Tt(e,n,o))return;let i=this.Rt(r,e.once),a=this.Ct(e,o),c=this.Et(a,i);q(n,c.stop);let l=this.vt(n,o,a,i,r,s),u=this.wt(e,l,c);if(!u)return;let f=this.St(l,a,i,r,u);f(),e.once||(c.result=a.subscribe(f),i&&(c.dynamic=i.subscribe(f)))}Rt(e,n){let o=oo(e,this.Ie);if(o)return this.m.k($(o),void 0,void 0,void 0,n)}Ct(e,n){return this.m.k(n,e.isLazy,e.isLazyKey,e.collectRefObj,e.once)}Et(e,n){let o={stop:()=>{var r,s,i;e.stop(),n==null||n.stop(),(r=o.result)==null||r.call(o),(s=o.dynamic)==null||s.call(o),(i=o.mounted)==null||i.call(o),o.result=void 0,o.dynamic=void 0,o.mounted=void 0}};return o}vt(e,n,o,r,s,i){return{el:e,expr:n,values:o.value(),previousValues:void 0,option:r?r.value()[0]:s,previousOption:void 0,flags:i,parseResult:o,dynamicOption:r}}wt(e,n,o){let r=e.mount(n);if(typeof r=="function"){o.mounted=r;return}return r!=null&&r.unmount&&(o.mounted=r.unmount),r==null?void 0:r.update}St(e,n,o,r,s){let i,a;return()=>{let c=n.value(),l=o?o.value()[0]:r;e.values=c,e.previousValues=i,e.option=l,e.previousOption=a,i=c,a=l,s(e)}}};var mo="http://www.w3.org/1999/xlink",Gr={itemscope:2,allowfullscreen:2,formnovalidate:2,ismap:2,nomodule:2,novalidate:2,readonly:2,async:1,autofocus:1,autoplay:1,controls:1,default:1,defer:1,disabled:1,hidden:1,inert:1,loop:1,open:1,required:1,reversed:1,scoped:1,seamless:1,checked:1,muted:1,multiple:1,selected:1};function Jr(t){return!!t||t===""}var Qr=(t,e,n,o,r,s)=>{var a;if(o){s&&s.includes("camel")&&(o=$(o)),zt(t,o,e[0],r);return}let i=e.length;for(let c=0;c<i;++c){let l=e[c];if(w(l)){let u=(a=n==null?void 0:n[c])==null?void 0:a[0],f=l[0],p=l[1];zt(t,f,p,u)}else if(D(l))for(let u of Object.entries(l)){let f=u[0],p=u[1],m=n==null?void 0:n[c],y=m&&f in m?f:void 0;zt(t,f,p,y)}else{let u=n==null?void 0:n[c],f=e[c++],p=e[c];zt(t,f,p,u)}}},En={mount:()=>({update:({el:t,values:e,previousValues:n,option:o,previousOption:r,flags:s})=>{Qr(t,e,n,o,r,s)}})},zt=(t,e,n,o)=>{if(o&&o!==e&&t.removeAttribute(o),fe(e)){H(3,"r-bind",t);return}if(!W(e)){H(6,`Attribute key is not string at ${t.outerHTML}`,e);return}if(e.startsWith("xlink:")){fe(n)?t.removeAttributeNS(mo,e.slice(6,e.length)):t.setAttributeNS(mo,e,n);return}let r=e in Gr;fe(n)||r&&!Jr(n)?t.removeAttribute(e):t.setAttribute(e,r?"":n)};var Xr=(t,e,n)=>{let o=e.length;for(let r=0;r<o;++r){let s=e[r],i=n==null?void 0:n[r];if(w(s)){let a=s.length;for(let c=0;c<a;++c)ho(t,s[c],i==null?void 0:i[c])}else ho(t,s,i)}},Rn={mount:()=>({update:({el:t,values:e,previousValues:n})=>{Xr(t,e,n)}})},ho=(t,e,n)=>{let o=t.classList,r=W(e),s=W(n);if(e&&!r){if(n&&!s)for(let i in n)(!(i in e)||!e[i])&&o.remove(i);for(let i in e)e[i]&&o.add(i)}else if(r){if(n!==e){let i=s?Ye(n):[],a=Ye(e);i.length>0&&o.remove(...i),a.length>0&&o.add(...a)}}else if(n){let i=s?Ye(n):[];i.length>0&&o.remove(...i)}};function Yr(t,e){if(t.length!==e.length)return!1;let n=!0;for(let o=0;n&&o<t.length;o++)n=Re(t[o],e[o]);return n}function Re(t,e){if(t===e)return!0;let n=cn(t),o=cn(e);if(n||o)return n&&o?t.getTime()===e.getTime():!1;if(n=it(t),o=it(e),n||o)return t===e;if(n=w(t),o=w(e),n||o)return n&&o?Yr(t,e):!1;if(n=D(t),o=D(e),n||o){if(!n||!o)return!1;let r=Object.keys(t).length,s=Object.keys(e).length;if(r!==s)return!1;for(let i in t){let a=Object.prototype.hasOwnProperty.call(t,i),c=Object.prototype.hasOwnProperty.call(e,i);if(a&&!c||!Re(t[i],e[i]))return!1}return!0}return String(t)===String(e)}function Kt(t,e){return t.findIndex(n=>Re(n,e))}var yo=t=>{let e=parseFloat(t);return isNaN(e)?t:e};var Wt=t=>{if(!E(t))throw j(3,"pause");t(void 0,void 0,3)};var Gt=t=>{if(!E(t))throw j(3,"resume");t(void 0,void 0,4)};var bo={mount:({el:t,parseResult:e,flags:n})=>({update:({values:o})=>{Zr(t,o[0])},unmount:es(t,e,n)})},Zr=(t,e)=>{let n=Eo(t);if(n&&To(t))w(e)?e=Kt(e,ve(t))>-1:ue(e)?e=e.has(ve(t)):e=is(t,e),t.checked=e;else if(n&&xo(t))t.checked=Re(e,ve(t));else if(n||Ro(t))Co(t)?t.value!==(e==null?void 0:e.toString())&&(t.value=e):t.value!==e&&(t.value=e);else if(vo(t)){let o=t.options,r=o.length,s=t.multiple;for(let i=0;i<r;i++){let a=o[i],c=ve(a);if(s)w(e)?a.selected=Kt(e,c)>-1:a.selected=e.has(c);else if(Re(ve(a),e)){t.selectedIndex!==i&&(t.selectedIndex=i);return}}!s&&t.selectedIndex!==-1&&(t.selectedIndex=-1)}else H(7,t)},pt=t=>(E(t)&&(t=t()),K(t)&&(t=t()),t?W(t)?{trim:t.includes("trim"),lazy:t.includes("lazy"),number:t.includes("number"),int:t.includes("int")}:{trim:!!t.trim,lazy:!!t.lazy,number:!!t.number,int:!!t.int}:{trim:!1,lazy:!1,number:!1,int:!1}),To=t=>t.type==="checkbox",xo=t=>t.type==="radio",Co=t=>t.type==="number"||t.type==="range",Eo=t=>t.tagName==="INPUT",Ro=t=>t.tagName==="TEXTAREA",vo=t=>t.tagName==="SELECT",es=(t,e,n)=>{let o=e.value,r=pt(n==null?void 0:n.join(",")),s=pt(o()[1]),i={int:r.int||s.int,lazy:r.lazy||s.lazy,number:r.number||s.number,trim:r.trim||s.trim};if(!e.refs[0])return H(8,t),()=>{};let a=()=>e.refs[0],c=Eo(t);return c&&To(t)?ns(t,a):c&&xo(t)?as(t,a):c||Ro(t)?ts(t,i,a,o):vo(t)?cs(t,a,o):(H(7,t),()=>{})},go=/[.,' ·٫]/,ts=(t,e,n,o)=>{let s=e.lazy?"change":"input",i=Co(t),a=()=>{!e.trim&&!pt(o()[1]).trim||(t.value=t.value.trim())},c=p=>{let m=p.target;m.composing=1},l=p=>{let m=p.target;m.composing&&(m.composing=0,m.dispatchEvent(new Event(s)))},u=()=>{t.removeEventListener(s,f),t.removeEventListener("change",a),t.removeEventListener("compositionstart",c),t.removeEventListener("compositionend",l),t.removeEventListener("change",l)},f=p=>{let m=n();if(!m)return;let y=p.target;if(!y||y.composing)return;let h=y.value,R=pt(o()[1]);if(i||R.number||R.int){if(R.int)h=parseInt(h);else{if(go.test(h[h.length-1])&&h.split(go).length===2){if(h+="0",h=parseFloat(h),isNaN(h))h="";else if(m()===h)return}h=parseFloat(h)}isNaN(h)&&(h=""),t.value=h}else R.trim&&(h=h.trim());m(h)};return t.addEventListener(s,f),t.addEventListener("change",a),t.addEventListener("compositionstart",c),t.addEventListener("compositionend",l),t.addEventListener("change",l),u},ns=(t,e)=>{let n="change",o=()=>{t.removeEventListener(n,r)},r=()=>{let s=e();if(!s)return;let i=ve(t),a=t.checked,c=s();if(w(c)){let l=Kt(c,i),u=l!==-1;a&&!u?c.push(i):!a&&u&&c.splice(l,1)}else ue(c)?a?c.add(i):c.delete(i):s(ss(t,a))};return t.addEventListener(n,r),o},ve=t=>"_value"in t?t._value:t.value,wo="trueValue",os="falseValue",So="true-value",rs="false-value",ss=(t,e)=>{let n=e?wo:os;if(n in t)return t[n];let o=e?So:rs;return t.hasAttribute(o)?t.getAttribute(o):e},is=(t,e)=>{if(wo in t)return Re(e,t.trueValue);let o=So;return t.hasAttribute(o)?Re(e,t.getAttribute(o)):Re(e,!0)},as=(t,e)=>{let n="change",o=()=>{t.removeEventListener(n,r)},r=()=>{let s=e();if(!s)return;let i=ve(t);s(i)};return t.addEventListener(n,r),o},cs=(t,e,n)=>{let o="change",r=()=>{t.removeEventListener(o,s)},s=()=>{let i=e();if(!i)return;let c=pt(n()[1]).number,l=Array.prototype.filter.call(t.options,u=>u.selected).map(u=>c?yo(ve(u)):ve(u));if(t.multiple){let u=i();try{if(Wt(i),ue(u)){u.clear();for(let f of l)u.add(f)}else w(u)?(u.splice(0),u.push(...l)):i(l)}finally{Gt(i),Y(i)}}else i(l[0])};return t.addEventListener(o,s),r};var us=["stop","prevent","capture","self","once","left","right","middle","passive"],ls=t=>{let e={};if(J(t))return;let n=t.split(",");for(let o of us)e[o]=n.includes(o);return e},fs=(t,e,n,o,r)=>{var l,u;if(o){let f=e.value(),p=V(o.value()[0]);return W(p)?vn(t,$(p),()=>e.value()[0],(l=r==null?void 0:r.join(","))!=null?l:f[1]):()=>{}}else if(n){let f=e.value();return vn(t,$(n),()=>e.value()[0],(u=r==null?void 0:r.join(","))!=null?u:f[1])}let s=[],i=()=>{s.forEach(f=>f())},a=e.value(),c=a.length;for(let f=0;f<c;++f){let p=a[f];if(K(p)&&(p=p()),D(p))for(let m of Object.entries(p)){let y=m[0],h=()=>{let g=e.value()[f];return K(g)&&(g=g()),g=g[y],K(g)&&(g=g()),g},R=p[y+"_flags"];s.push(vn(t,y,h,R))}else H(2,"r-on",t)}return i},wn={isLazy:(t,e)=>e===-1&&t%2===0,isLazyKey:(t,e)=>e===0&&!t.endsWith("_flags"),once:!1,collectRefObj:!0,mount:({el:t,parseResult:e,option:n,dynamicOption:o,flags:r})=>fs(t,e,n,o,r)},ps=(t,e)=>{if(t.startsWith("keydown")||t.startsWith("keyup")||t.startsWith("keypress")){e!=null||(e="");let n=[...t.split("."),...e.split(",")];t=n[0];let o=n[1],r=n.includes("ctrl"),s=n.includes("shift"),i=n.includes("alt"),a=n.includes("meta"),c=l=>!(r&&!l.ctrlKey||s&&!l.shiftKey||i&&!l.altKey||a&&!l.metaKey);return o?[t,l=>c(l)?l.key.toUpperCase()===o.toUpperCase():!1]:[t,c]}return[t,n=>!0]},vn=(t,e,n,o)=>{if(J(e))return H(5,"r-on",t),()=>{};let r=ls(o),s=r?{capture:r.capture,passive:r.passive,once:r.once}:void 0,i;[e,i]=ps(e,o);let a=u=>{if(!i(u)||!n&&e==="submit"&&(r!=null&&r.prevent))return;let f=n(u);K(f)&&(f=f(u)),K(f)&&f(u)},c=()=>{t.removeEventListener(e,l,s)},l=u=>{if(!r){a(u);return}try{if(r.left&&u.button!==0||r.middle&&u.button!==1||r.right&&u.button!==2||r.self&&u.target!==t)return;r.stop&&u.stopPropagation(),r.prevent&&u.preventDefault(),a(u)}finally{r.once&&c()}};return t.addEventListener(e,l,s),c};var ms=(t,e,n,o)=>{if(n){o&&o.includes("camel")&&(n=$(n)),nt(t,n,e[0]);return}let r=e.length;for(let s=0;s<r;++s){let i=e[s];if(w(i)){let a=i[0],c=i[1];nt(t,a,c)}else if(D(i))for(let a of Object.entries(i)){let c=a[0],l=a[1];nt(t,c,l)}else{let a=e[s++],c=e[s];nt(t,a,c)}}},Ao={mount:()=>({update:({el:t,values:e,option:n,flags:o})=>{ms(t,e,n,o)}})};function ds(t){return!!t||t===""}var nt=(t,e,n)=>{if(fe(e)){H(3,":prop",t);return}if(e==="innerHTML"||e==="textContent"){let s=[...t.childNodes];setTimeout(()=>s.forEach(de),1),t[e]=n!=null?n:"";return}let o=t.tagName;if(e==="value"&&o!=="PROGRESS"&&!o.includes("-")){t._value=n;let s=o==="OPTION"?t.getAttribute("value"):t.value,i=n!=null?n:"";s!==i&&(t.value=i),n==null&&t.removeAttribute(e);return}let r=!1;if(n===""||n==null){let s=typeof t[e];s==="boolean"?n=ds(n):n==null&&s==="string"?(n="",r=!0):s==="number"&&(n=0,r=!0)}try{t[e]=n}catch(s){r||H(4,e,o,n,s)}r&&t.removeAttribute(e)};var No={once:!0,mount:({el:t,parseResult:e,expr:n})=>{let o=e,r=o.value()[0],s=w(r),i=o.refs[0];return s?r.push(t):i?i==null||i(t):o.context[n]=t,()=>{if(s){let a=r.indexOf(t);a!==-1&&r.splice(a,1)}else i==null||i(null)}}};var hs=(t,e)=>{let n=Oe(t).data,o=n._ord;zn(o)&&(o=n._ord=t.style.display),!!e[0]?t.style.display=o:t.style.display="none"},Oo={mount:()=>({update:({el:t,values:e})=>{hs(t,e)}})};var ys=(t,e,n)=>{let o=e.length;for(let r=0;r<o;++r){let s=e[r],i=n==null?void 0:n[r];if(w(s)){let a=s.length;for(let c=0;c<a;++c)Mo(t,s[c],i==null?void 0:i[c])}else Mo(t,s,i)}},Jt={mount:()=>({update:({el:t,values:e,previousValues:n})=>{ys(t,e,n)}})},Mo=(t,e,n)=>{let o=t.style,r=W(e);if(e&&!r){if(n&&!W(n))for(let s in n)e[s]==null&&An(o,s,"");for(let s in e)An(o,s,e[s])}else{let s=o.display;if(r?n!==e&&(o.cssText=e):n&&t.removeAttribute("style"),"_ord"in Oe(t).data)return;o.display=s}},ko=/\s*!important$/;function An(t,e,n){if(w(n))n.forEach(o=>{An(t,e,o)});else if(n==null&&(n=""),e.startsWith("--"))t.setProperty(e,n);else{let o=gs(t,e);ko.test(n)?t.setProperty(Xe(o),n.replace(ko,""),"important"):t[o]=n}}var Lo=["Webkit","Moz","ms"],Sn={};function gs(t,e){let n=Sn[e];if(n)return n;let o=$(e);if(o!=="filter"&&o in t)return Sn[e]=o;o=lt(o);for(let r=0;r<Lo.length;r++){let s=Lo[r]+o;if(s in t)return Sn[e]=s}return e}var ae=t=>Io(V(t)),Io=(t,e=new WeakMap)=>{if(!t||!D(t))return t;if(w(t))return t.map(ae);if(ue(t)){let o=new Set;for(let r of t.keys())o.add(ae(r));return o}if(Ae(t)){let o=new Map;for(let r of t)o.set(ae(r[0]),ae(r[1]));return o}if(e.has(t))return V(e.get(t));let n={...t};e.set(t,n);for(let o of Object.entries(n))n[o[0]]=Io(V(o[1]),e);return n};var bs=(t,e)=>{var o;let n=e[0];t.textContent=ue(n)?JSON.stringify(ae([...n])):Ae(n)?JSON.stringify(ae([...n])):D(n)?JSON.stringify(ae(n)):(o=n==null?void 0:n.toString())!=null?o:""},Do={mount:()=>({update:({el:t,values:e})=>{bs(t,e)}})};var Uo={mount:()=>({update:({el:t,values:e})=>{nt(t,"value",e[0])}})};var Ie=class Ie{constructor(e){d(this,"P",{});d(this,"u",{});d(this,"rt",()=>Object.keys(this.P).filter(e=>e.length===1||!e.startsWith(":")));d(this,"be",new Map);d(this,"j",new Map);d(this,"forGrowThreshold",10);d(this,"globalContext");d(this,"useInterpolation",!0);if(this.setDirectives("r-"),e){this.globalContext=e;return}this.globalContext=this.Nt()}static getDefault(){var e;return(e=Ie.Ue)!=null?e:Ie.Ue=new Ie}Nt(){let e={},n=globalThis;for(let o of Ie.At.split(","))e[o]=n[o];return e.ref=be,e.sref=ie,e.flatten=ae,e}addComponent(...e){for(let n of e){if(!n.defaultName){at.warning("Registered component's default name is not defined",n);continue}this.be.set(lt(n.defaultName),n),this.j.set(lt(n.defaultName).toLocaleUpperCase(),n)}}setDirectives(e){this.P={".":Ao,":":En,"@":wn,[`${e}on`]:wn,[`${e}bind`]:En,[`${e}html`]:Vt,[`${e}text`]:Do,[`${e}show`]:Oo,[`${e}model`]:bo,":style":Jt,[`${e}style`]:Jt,[`${e}bind:style`]:Jt,":class":Rn,[`${e}bind:class`]:Rn,":ref":No,":value":Uo,[`${e}teleport`]:wt},this.u={for:`${e}for`,if:`${e}if`,else:`${e}else`,elseif:`${e}else-if`,pre:`${e}pre`,inherit:`${e}inherit`,text:`${e}text`,context:":context",contextAlias:`${e}context`,bind:`${e}bind`,on:`${e}on`,keyBind:":key",key:"key",is:":is",teleport:`${e}teleport`,dynamic:"_d_"}}updateDirectives(e){e(this.P,this.u)}};d(Ie,"Ue"),d(Ie,"At","Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,console");var le=Ie;var Qt=(t,e)=>{if(!t)return;let o=(e!=null?e:le.getDefault()).u,r=/(\{\{[^]*?\}\}|\[\[[^]*?\]\])/g,s=[{start:"{{",end:"}}"},{start:"[[",end:"]]"}];for(let i of xs(t,o.pre,s))Ts(i,o.text,r,s)},Ts=(t,e,n,o)=>{var c;let r=t.textContent;if(!r)return;let s=n,i=r.split(s);if(i.length<=1)return;if(((c=t.parentElement)==null?void 0:c.childNodes.length)===1&&i.length===3){let l=i[1],u=Bo(l,o);if(u&&J(i[0])&&J(i[2])){let f=t.parentElement;f.setAttribute(e,l.substring(u.start.length,l.length-u.end.length)),f.innerText="";return}}let a=document.createDocumentFragment();for(let l of i){let u=Bo(l,o);if(u){let f=document.createElement("span");f.setAttribute(e,l.substring(u.start.length,l.length-u.end.length)),a.appendChild(f)}else a.appendChild(document.createTextNode(l))}t.replaceWith(a)},xs=(t,e,n)=>{let o=[],r=s=>{var i;if(s.nodeType===Node.TEXT_NODE)n.some(a=>{var c;return(c=s.textContent)==null?void 0:c.includes(a.start)})&&o.push(s);else{if((i=s==null?void 0:s.hasAttribute)!=null&&i.call(s,e))return;for(let a of Ee(s))r(a)}};return r(t),o},Bo=(t,e)=>e.find(n=>t.startsWith(n.start)&&t.endsWith(n.end));var Cs=9,Es=10,Rs=13,vs=32,we=46,Xt=44,ws=39,Ss=34,Yt=40,ot=41,Zt=91,Nn=93,On=63,As=59,Po=58,Ho=123,en=125,_e=43,tn=45,Mn=96,Vo=47,kn=92,_o=new Set([2,3]),Ko={"=":2.5,"*=":2.5,"**=":2.5,"/=":2.5,"%=":2.5,"+=":2.5,"-=":2.5,"<<=":2.5,">>=":2.5,">>>=":2.5,"&=":2.5,"^=":2.5,"|=":2.5},Ns={"=>":2,...Ko,"||":3,"??":3,"&&":4,"|":5,"^":6,"&":7,"==":8,"!=":8,"===":8,"!==":8,"<":9,">":9,"<=":9,">=":9,in:9,"<<":10,">>":10,">>>":10,"+":11,"-":11,"*":12,"/":12,"%":12,"**":13},Wo=Object.keys(Ko),Os=new Set(Wo),In=new Set(["=>"]);Wo.forEach(t=>In.add(t));var jo={true:!0,false:!1,null:null},Ms="this",rt="Expected ",je="Unexpected ",Un="Unclosed ",ks=rt+":",$o=rt+"expression",Ls="missing }",Is=je+"object property",Ds=Un+"(",qo=rt+"comma",Fo=je+"token ",Us=je+"period",Ln=rt+"expression after ",Bs="missing unaryOp argument",Ps=Un+"[",Hs=rt+"exponent (",Vs="Variable names cannot start with a number (",_s=Un+'quote after "',mt=t=>t>=48&&t<=57,zo=t=>Ns[t],Dn=class{constructor(e){d(this,"p");d(this,"e");this.p=e,this.e=0}get B(){return this.p.charAt(this.e)}get y(){return this.p.charCodeAt(this.e)}f(e){return this.p.charCodeAt(this.e)===e}$(e){return e>=65&&e<=90||e>=97&&e<=122||e===36||e===95||e>=128}ae(e){return this.$(e)||mt(e)}r(e){return new Error(`${e} at character ${this.e}`)}h(){let e=this.y,n=this.p,o=this.e;for(;e===vs||e===Cs||e===Es||e===Rs;)e=n.charCodeAt(++o);this.e=o}parse(){let e=this.ce();return e.length===1?e[0]:{type:0,body:e}}ce(e){let n=[];for(;this.e<this.p.length;){let o=this.y;if(o===As||o===Xt)this.e++;else{let r=this.S();if(r)n.push(r);else if(this.e<this.p.length){if(o===e)break;throw this.r(je+'"'+this.B+'"')}}}return n}S(){var n;let e=(n=this.Ot())!=null?n:this.Pe();return this.h(),this.kt(e)}ue(){this.h();let e=this.p,n=this.e,o=e.charCodeAt(n),r=e.charCodeAt(n+1),s=e.charCodeAt(n+2),i=e.charCodeAt(n+3);if(isNaN(o))return!1;let a=!1,c=0;return o===62&&r===62&&s===62&&i===61?(a=">>>=",c=4):o===61&&r===61&&s===61?(a="===",c=3):o===33&&r===61&&s===61?(a="!==",c=3):o===62&&r===62&&s===62?(a=">>>",c=3):o===60&&r===60&&s===61?(a="<<=",c=3):o===62&&r===62&&s===61?(a=">>=",c=3):o===42&&r===42&&s===61?(a="**=",c=3):o===61&&r===62?(a="=>",c=2):o===124&&r===124?(a="||",c=2):o===63&&r===63?(a="??",c=2):o===38&&r===38?(a="&&",c=2):o===61&&r===61?(a="==",c=2):o===33&&r===61?(a="!=",c=2):o===60&&r===61?(a="<=",c=2):o===62&&r===61?(a=">=",c=2):o===60&&r===60?(a="<<",c=2):o===62&&r===62?(a=">>",c=2):o===43&&r===61?(a="+=",c=2):o===45&&r===61?(a="-=",c=2):o===42&&r===61?(a="*=",c=2):o===47&&r===61?(a="/=",c=2):o===37&&r===61?(a="%=",c=2):o===38&&r===61?(a="&=",c=2):o===94&&r===61?(a="^=",c=2):o===124&&r===61?(a="|=",c=2):o===42&&r===42?(a="**",c=2):o===105&&r===110?this.ae(e.charCodeAt(n+2))||(a="in",c=2):o===61?(a="=",c=1):o===124?(a="|",c=1):o===94?(a="^",c=1):o===38?(a="&",c=1):o===60?(a="<",c=1):o===62?(a=">",c=1):o===43?(a="+",c=1):o===45?(a="-",c=1):o===42?(a="*",c=1):o===47?(a="/",c=1):o===37&&(a="%",c=1),a?(this.e+=c,a):!1}Pe(){let e,n,o,r,s,i,a,c;if(s=this.q(),!s||(n=this.ue(),!n))return s;if(r={value:n,prec:zo(n),right_a:In.has(n)},i=this.q(),!i)throw this.r(Ln+n);let l=[s,r,i];for(;n=this.ue();){o=zo(n),r={value:n,prec:o,right_a:In.has(n)},c=n;let u=f=>r.right_a&&f.right_a?o>f.prec:o<=f.prec;for(;l.length>2&&u(l[l.length-2]);)i=l.pop(),n=l.pop().value,s=l.pop(),e=this.Be(n,s,i),l.push(e);if(e=this.q(),!e)throw this.r(Ln+c);l.push(r,e)}for(a=l.length-1,e=l[a];a>1;)e=this.Be(l[a-1].value,l[a-2],e),a-=2;return e}q(){let e;if(this.h(),e=this.Mt(),e)return this.pe(e);let n=this.y;if(mt(n)||n===we)return this.Lt();if(n===ws||n===Ss)e=this.Vt();else if(n===Zt)e=this.It();else{let o=this.Dt();if(o){let r=this.q();if(!r)throw this.r(Bs);return this.pe({type:7,operator:o,argument:r})}this.$(n)?(e=this.le(),e.name in jo?e={type:4,value:jo[e.name],raw:e.name}:e.name===Ms&&(e={type:5})):n===Yt&&(e=this.Ut())}return e?(e=this.F(e),this.pe(e)):!1}Be(e,n,o){if(e==="=>"){let r=n.type===1?n.expressions:[n];return{type:15,params:r,body:o}}return Os.has(e)?{type:16,operator:e,left:n,right:o}:{type:8,operator:e,left:n,right:o}}Mt(){let e={node:!1};return this.Pt(e),e.node||(this.Bt(e),e.node)||(this.Ht(e),e.node)||(this.He(e),e.node)||this.jt(e),e.node}pe(e){let n={node:e};return this._t(n),this.$t(n),this.qt(n),n.node}Dt(){let e=this.p,n=this.e,o=e.charCodeAt(n),r=e.charCodeAt(n+1),s=e.charCodeAt(n+2),i=e.charCodeAt(n+3);return o===tn?(this.e++,"-"):o===33?(this.e++,"!"):o===126?(this.e++,"~"):o===_e?(this.e++,"+"):o===110&&r===101&&s===119&&!this.ae(i)?(this.e+=3,"new"):!1}Ot(){let e={};return this.Ft(e),e.node}kt(e){let n={node:e};return this.Kt(n),n.node}F(e){this.h();let n=this.y;for(;n===we||n===Zt||n===Yt||n===On;){let o;if(n===On){if(this.p.charCodeAt(this.e+1)!==we)break;o=!0,this.e+=2,this.h(),n=this.y}if(this.e++,n===Zt){if(e={type:3,computed:!0,object:e,property:this.S()},this.h(),n=this.y,n!==Nn)throw this.r(Ps);this.e++}else n===Yt?e={type:6,arguments:this.je(ot),callee:e}:(o&&this.e--,this.h(),e={type:3,computed:!1,object:e,property:this.le()});o&&(e.optional=!0),this.h(),n=this.y}return e}Lt(){let e=this.p,n=this.e,o=n;for(;mt(e.charCodeAt(o));)o++;if(e.charCodeAt(o)===we)for(o++;mt(e.charCodeAt(o));)o++;let r=e.charCodeAt(o);if(r===101||r===69){o++;let a=e.charCodeAt(o);(a===_e||a===tn)&&o++;let c=o;for(;mt(e.charCodeAt(o));)o++;if(c===o){this.e=o;let l=e.slice(n,o);throw this.r(Hs+l+this.B+")")}}this.e=o;let s=e.slice(n,o),i=e.charCodeAt(o);if(this.$(i))throw this.r(Vs+s+this.B+")");if(i===we||s.length===1&&s.charCodeAt(0)===we)throw this.r(Us);return{type:4,value:parseFloat(s),raw:s}}Vt(){let e=this.p,n=e.length,o=this.e,r=e.charCodeAt(this.e++),s=this.e,i=s,a=[],c=!1,l=!1;for(;s<n;){let f=e.charCodeAt(s);if(f===r){l=!0,this.e=s+1;break}if(f===kn){c||(c=!0),a.push(e.slice(i,s));let p=e.charCodeAt(s+1);a.push(this._e(p)),s+=2,i=s}else s++}let u=c?a.join("")+e.slice(i,l?s:n):e.slice(i,l?s:n);if(!l)throw this.e=s,this.r(_s+u+'"');return{type:4,value:u,raw:e.substring(o,this.e)}}_e(e){switch(e){case 110:return`
2
+ `;case 114:return"\r";case 116:return" ";case 98:return"\b";case 102:return"\f";case 118:return"\v";default:return isNaN(e)?"":String.fromCharCode(e)}}le(){let e=this.y,n=this.e;if(this.$(e))this.e++;else throw this.r(je+this.B);for(;this.e<this.p.length&&(e=this.y,this.ae(e));)this.e++;return{type:2,name:this.p.slice(n,this.e)}}je(e){let n=[],o=!1,r=0;for(;this.e<this.p.length;){this.h();let s=this.y;if(s===e){if(o=!0,this.e++,e===ot&&r&&r>=n.length)throw this.r(Fo+String.fromCharCode(e));break}else if(s===Xt){if(this.e++,r++,r!==n.length){if(e===ot)throw this.r(Fo+",");for(let i=n.length;i<r;i++)n.push(null)}}else{if(n.length!==r&&r!==0)throw this.r(qo);{let i=this.S();if(!i||i.type===0)throw this.r(qo);n.push(i)}}}if(!o)throw this.r(rt+String.fromCharCode(e));return n}Ut(){this.e++;let e=this.ce(ot);if(this.f(ot))return this.e++,e.length===1?e[0]:e.length?{type:1,expressions:e}:!1;throw this.r(Ds)}It(){return this.e++,{type:9,elements:this.je(Nn)}}Pt(e){if(this.f(Ho)){this.e++;let n=[];for(;!isNaN(this.y);){if(this.h(),this.f(en)){this.e++,e.node=this.F({type:10,properties:n});return}let o=this.S();if(!o)break;if(this.h(),o.type===2&&(this.f(Xt)||this.f(en)))n.push({type:12,computed:!1,key:o,value:o,shorthand:!0});else if(this.f(Po)){this.e++;let r=this.S();if(!r)throw this.r(Is);let s=o.type===9;n.push({type:12,computed:s,key:s?o.elements[0]:o,value:r,shorthand:!1}),this.h()}else n.push(o);this.f(Xt)&&this.e++}throw this.r(Ls)}}Bt(e){let n=this.y;if((n===_e||n===tn)&&n===this.p.charCodeAt(this.e+1)){this.e+=2;let o=e.node={type:13,operator:n===_e?"++":"--",argument:this.F(this.le()),prefix:!0};if(!o.argument||!_o.has(o.argument.type))throw this.r(je+o.operator)}}$t(e){let n=e.node,o=this.y;if((o===_e||o===tn)&&o===this.p.charCodeAt(this.e+1)){if(!_o.has(n.type))throw this.r(je+(o===_e?"++":"--"));this.e+=2,e.node={type:13,operator:o===_e?"++":"--",argument:n,prefix:!1}}}Ht(e){this.p.charCodeAt(this.e)===we&&this.p.charCodeAt(this.e+1)===we&&this.p.charCodeAt(this.e+2)===we&&(this.e+=3,e.node={type:14,argument:this.S()})}Kt(e){if(e.node&&this.f(On)){this.e++;let n=e.node,o=this.S();if(!o)throw this.r($o);if(this.h(),this.f(Po)){this.e++;let r=this.S();if(!r)throw this.r($o);e.node={type:11,test:n,consequent:o,alternate:r}}else throw this.r(ks)}}Ft(e){if(this.h(),this.f(Yt)){let n=this.e;if(this.e++,this.h(),this.f(ot)){this.e++;let o=this.ue();if(o==="=>"){let r=this.Pe();if(!r)throw this.r(Ln+o);e.node={type:15,params:null,body:r};return}}this.e=n}}qt(e){let n=e.node,o=n.type;(o===2||o===3)&&this.f(Mn)&&(e.node={type:17,tag:n,quasi:this.He(e)})}He(e){if(!this.f(Mn))return;let n=this.p,o=n.length,r={type:19,quasis:[],expressions:[]},s=++this.e,i=[],a=[],c=!1,l=u=>{if(!c){let m=n.slice(s,this.e);return r.quasis.push({type:18,value:{raw:m,cooked:m},tail:u})}i.push(n.slice(s,this.e)),a.push(n.slice(s,this.e));let f=i.join(""),p=a.join("");return i.length=0,a.length=0,c=!1,r.quasis.push({type:18,value:{raw:f,cooked:p},tail:u})};for(;this.e<o;){let u=n.charCodeAt(this.e);if(u===Mn)return l(!0),this.e+=1,e.node=r,r;if(u===36&&n.charCodeAt(this.e+1)===Ho){if(l(!1),this.e+=2,r.expressions.push(...this.ce(en)),!this.f(en))throw this.r("unclosed ${");this.e+=1,s=this.e}else if(u===kn){c||(c=!0),i.push(n.slice(s,this.e)),a.push(n.slice(s,this.e));let f=n.charCodeAt(this.e+1);i.push(n.slice(this.e,this.e+2)),a.push(this._e(f)),this.e+=2,s=this.e}else this.e+=1}throw this.r("Unclosed `")}_t(e){let n=e.node;if(!n||n.operator!=="new"||!n.argument)return;if(!n.argument||![6,3].includes(n.argument.type))throw this.r("Expected new function()");e.node=n.argument;let o=e.node;for(;o.type===3||o.type===6&&o.callee.type===3;)o=o.type===3?o.object:o.callee.object;o.type=20}jt(e){if(!this.f(Vo))return;let n=++this.e,o=!1;for(;this.e<this.p.length;){if(this.y===Vo&&!o){let r=this.p.slice(n,this.e),s="";for(;++this.e<this.p.length;){let a=this.y;if(a>=97&&a<=122||a>=65&&a<=90||a>=48&&a<=57)s+=this.B;else break}let i;try{i=new RegExp(r,s)}catch(a){throw this.r(a.message)}return e.node={type:4,value:i,raw:this.p.slice(n-1,this.e)},e.node=this.F(e.node),e.node}this.f(Zt)?o=!0:o&&this.f(Nn)&&(o=!1),this.e+=this.f(kn)?2:1}throw this.r("Unclosed Regex")}},Go=t=>new Dn(t).parse();var js={"=>":(t,e)=>{},"=":(t,e)=>{},"*=":(t,e)=>{},"**=":(t,e)=>{},"/=":(t,e)=>{},"%=":(t,e)=>{},"+=":(t,e)=>{},"-=":(t,e)=>{},"<<=":(t,e)=>{},">>=":(t,e)=>{},">>>=":(t,e)=>{},"&=":(t,e)=>{},"^=":(t,e)=>{},"|=":(t,e)=>{},"||":(t,e)=>t()||e(),"??":(t,e)=>{var n;return(n=t())!=null?n:e()},"&&":(t,e)=>t()&&e(),"|":(t,e)=>t|e,"^":(t,e)=>t^e,"&":(t,e)=>t&e,"==":(t,e)=>t==e,"!=":(t,e)=>t!=e,"===":(t,e)=>t===e,"!==":(t,e)=>t!==e,"<":(t,e)=>t<e,">":(t,e)=>t>e,"<=":(t,e)=>t<=e,">=":(t,e)=>t>=e,in:(t,e)=>t in e,"<<":(t,e)=>t<<e,">>":(t,e)=>t>>e,">>>":(t,e)=>t>>>e,"+":(t,e)=>t+e,"-":(t,e)=>t-e,"*":(t,e)=>t*e,"/":(t,e)=>t/e,"%":(t,e)=>t%e,"**":(t,e)=>t**e},$s={"-":t=>-t,"+":t=>+t,"!":t=>!t,"~":t=>~t,new:t=>t},Yo=t=>{if(!(t!=null&&t.some(Xo)))return t;let e=[];return t.forEach(n=>Xo(n)?e.push(...n):e.push(n)),e},Jo=(...t)=>Yo(t),Bn=(t,e)=>{if(!t)return e;let n=Object.create(e!=null?e:{});return n.$event=t,n},qs={"++":(t,e)=>{let n=t[e];if(E(n)){let o=n();return n(++o),o}return++t[e]},"--":(t,e)=>{let n=t[e];if(E(n)){let o=n();return n(--o),o}return--t[e]}},Fs={"++":(t,e)=>{let n=t[e];if(E(n)){let o=n();return n(o+1),o}return t[e]++},"--":(t,e)=>{let n=t[e];if(E(n)){let o=n();return n(o-1),o}return t[e]--}},Qo={"=":(t,e,n)=>{let o=t[e];return E(o)?o(n):t[e]=n},"+=":(t,e,n)=>{let o=t[e];return E(o)?o(o()+n):t[e]+=n},"-=":(t,e,n)=>{let o=t[e];return E(o)?o(o()-n):t[e]-=n},"*=":(t,e,n)=>{let o=t[e];return E(o)?o(o()*n):t[e]*=n},"/=":(t,e,n)=>{let o=t[e];return E(o)?o(o()/n):t[e]/=n},"%=":(t,e,n)=>{let o=t[e];return E(o)?o(o()%n):t[e]%=n},"**=":(t,e,n)=>{let o=t[e];return E(o)?o(o()**n):t[e]**=n},"<<=":(t,e,n)=>{let o=t[e];return E(o)?o(o()<<n):t[e]<<=n},">>=":(t,e,n)=>{let o=t[e];return E(o)?o(o()>>n):t[e]>>=n},">>>=":(t,e,n)=>{let o=t[e];return E(o)?o(o()>>>n):t[e]>>>=n},"|=":(t,e,n)=>{let o=t[e];return E(o)?o(o()|n):t[e]|=n},"&=":(t,e,n)=>{let o=t[e];return E(o)?o(o()&n):t[e]&=n},"^=":(t,e,n)=>{let o=t[e];return E(o)?o(o()^n):t[e]^=n}},nn=(t,e)=>K(t)?t.bind(e):t,Pn=class{constructor(e,n,o,r,s){d(this,"l");d(this,"$e");d(this,"qe");d(this,"Fe");d(this,"A");d(this,"Ke");d(this,"ze");this.l=w(e)?e:[e],this.$e=n,this.qe=o,this.Fe=r,this.ze=!!s}We(e,n){if(n&&e in n)return n;for(let o of this.l)if(e in o)return o}2(e,n,o){let r=e.name;if(r==="$root")return this.l[this.l.length-1];if(r==="$parent")return this.l[1];if(r==="$ctx")return[...this.l];if(o&&r in o)return this.A=o[r],nn(V(o[r]),o);for(let i of this.l)if(r in i)return this.A=i[r],nn(V(i[r]),i);let s=this.$e;if(s&&r in s)return this.A=s[r],nn(V(s[r]),s)}5(e,n,o){return this.l[0]}0(e,n,o){return this.Ge(n,o,Jo,...e.body)}1(e,n,o){return this.E(n,o,(...r)=>r.pop(),...e.expressions)}3(e,n,o){let{obj:r,key:s}=this.fe(e,n,o),i=r==null?void 0:r[s];return this.A=i,nn(V(i),r)}4(e,n,o){return e.value}6(e,n,o){let r=(i,...a)=>K(i)?i(...Yo(a)):i,s=this.E(++n,o,r,e.callee,...e.arguments);return this.A=s,s}7(e,n,o){return this.E(n,o,$s[e.operator],e.argument)}8(e,n,o){let r=js[e.operator];switch(e.operator){case"||":case"&&":case"??":return r(()=>this.g(e.left,n,o),()=>this.g(e.right,n,o))}return this.E(n,o,r,e.left,e.right)}9(e,n,o){return this.Ge(++n,o,Jo,...e.elements)}10(e,n,o){let r={},s=(...i)=>{i.forEach(a=>{Object.assign(r,a)})};return this.E(++n,o,s,...e.properties),r}11(e,n,o){return this.E(n,o,r=>this.g(r?e.consequent:e.alternate,n,o),e.test)}12(e,n,o){var u;let r={},s=f=>(f==null?void 0:f.type)!==15,i=(u=this.Fe)!=null?u:()=>!1,a=n===0&&this.ze,c=f=>this.Je(a,e.key,n,Bn(f,o)),l=f=>this.Je(a,e.value,n,Bn(f,o));if(e.shorthand){let f=e.key.name;r[f]=s(e.key)&&i(f,n)?c:c()}else if(e.computed){let f=V(c());r[f]=s(e.value)&&i(f,n)?l:l()}else{let f=e.key.type===4?e.key.value:e.key.name;r[f]=s(e.value)&&i(f,n)?()=>l:l()}return r}fe(e,n,o){let r=this.g(e.object,n,o),s=e.computed?this.g(e.property,n,o):e.property.name;return{obj:r,key:s}}13(e,n,o){let r=e.argument,s=e.operator,i=e.prefix?qs:Fs;if(r.type===2){let a=r.name,c=this.We(a,o);return fe(c)?void 0:i[s](c,a)}if(r.type===3){let{obj:a,key:c}=this.fe(r,n,o);return i[s](a,c)}}16(e,n,o){let r=e.left,s=e.operator;if(r.type===2){let i=r.name,a=this.We(i,o);if(fe(a))return;let c=this.g(e.right,n,o);return Qo[s](a,i,c)}if(r.type===3){let{obj:i,key:a}=this.fe(r,n,o),c=this.g(e.right,n,o);return Qo[s](i,a,c)}}14(e,n,o){let r=this.g(e.argument,n,o);return w(r)&&(r.s=Zo),r}17(e,n,o){return this[6]({type:6,callee:e.tag,arguments:[{type:9,elements:e.quasi.quasis},...e.quasi.expressions]},n,o)}19(e,n,o){let r=(...s)=>s.reduce((i,a,c)=>i+=a+e.quasis[c+1].value.cooked,e.quasis[0].value.cooked);return this.E(n,o,r,...e.expressions)}18(e,n,o){return e.value.cooked}20(e,n,o){let r=(s,...i)=>new s(...i);return this.E(n,o,r,e.callee,...e.arguments)}15(e,n,o){return(...r)=>{let s=Object.create(o!=null?o:{}),i=e.params;if(i){let a=0;for(let c of i)s[c.name]=r[a++]}return this.g(e.body,n,s)}}g(e,n,o){let r=V(this[e.type](e,n,o));return this.Ke=e.type,r}Je(e,n,o,r){let s=this.g(n,o,r);return e&&this.Qe()?this.A:s}Qe(){let e=this.Ke;return(e===2||e===3||e===6)&&E(this.A)}eval(e,n){let{value:o,refs:r}=kt(()=>this.g(e,-1,n)),s={value:o,refs:r};return this.Qe()&&(s.ref=this.A),s}E(e,n,o,...r){let s=r.map(i=>i&&this.g(i,e,n));return o(...s)}Ge(e,n,o,...r){let s=this.qe;if(!s)return this.E(e,n,o,...r);let i=r.map((a,c)=>a&&(a.type!==15&&s(c,e)?l=>this.g(a,e,Bn(l,n)):this.g(a,e,n)));return o(...i)}},Zo=Symbol("s"),Xo=t=>(t==null?void 0:t.s)===Zo,er=(t,e,n,o,r,s,i)=>new Pn(e,n,o,r,i).eval(t,s);var tr={},nr=t=>!!t,on=class{constructor(e,n){d(this,"l");d(this,"o");d(this,"Xe",[]);this.l=e,this.o=n}v(e){this.l=[e,...this.l]}J(){return this.l.map(n=>n.components).filter(nr).reverse().reduce((n,o)=>{for(let[r,s]of Object.entries(o))n[r.toUpperCase()]=s;return n},{})}ot(){let e=[],n=new Set,o=this.l.map(r=>r.components).filter(nr).reverse();for(let r of o)for(let s of Object.keys(r))n.has(s)||(n.add(s),e.push(s));return e}k(e,n,o,r,s){var g;let i=[],a=[],c=new Set,l=()=>{for(let C=0;C<a.length;++C)a[C]();a.length=0},p={value:()=>i,stop:()=>{l(),c.clear()},subscribe:(C,U)=>(c.add(C),U&&C(i),()=>{c.delete(C)}),refs:[],context:this.l[0]};if(J(e))return p;let m=this.o.globalContext,y=[],h=new Set,R=(C,U,G,L)=>{try{let _=er(C,U,m,n,o,L,r);return G&&_.refs.length>0&&y.push(..._.refs),{value:_.value,refs:_.refs,ref:_.ref}}catch(_){H(6,`evaluation error: ${e}`,_)}return{value:void 0,refs:[]}};try{let C=(g=tr[e])!=null?g:Go("["+e+"]");tr[e]=C;let U=this.l.slice(),G=C.elements,L=G.length,_=new Array(L);p.refs=_;let ce=()=>{y.length=0,s||(h.clear(),l());let ee=new Array(L);for(let B=0;B<L;++B){let b=G[B];if(n!=null&&n(B,-1)){ee[B]=Q=>R(b,U,!1,{$event:Q}).value;continue}let N=R(b,U,!0);ee[B]=N.value,_[B]=N.ref}if(!s)for(let B of y)h.has(B)||(h.add(B),a.push(se(B,ce)));if(i=ee,c.size!==0)for(let B of c)c.has(B)&&B(i)};ce()}catch(C){H(6,`parse error: ${e}`,C)}return p}M(){return this.l.slice()}oe(e){this.Xe.push(this.l),this.l=e}C(e,n){try{this.oe(e),n()}finally{this.zt()}}zt(){var e;this.l=(e=this.Xe.pop())!=null?e:[]}};var or=t=>{let e=t.charCodeAt(0);return e>=48&&e<=57||e>=65&&e<=90||e>=97&&e<=122||t==="-"||t==="_"||t===":"},zs=(t,e)=>{let n="";for(let o=e;o<t.length;++o){let r=t[o];if(n){r===n&&(n="");continue}if(r==='"'||r==="'"){n=r;continue}if(r===">")return o}return-1},Ks=(t,e)=>{let n=e?2:1;for(;n<t.length&&(t[n]===" "||t[n]===`
3
+ `);)++n;if(n>=t.length||!or(t[n]))return null;let o=n;for(;n<t.length&&or(t[n]);)++n;return{start:o,end:n}},rr=new Set(["table","thead","tbody","tfoot"]),Ws=new Set(["thead","tbody","tfoot"]),Gs=new Set(["caption","colgroup","thead","tbody","tfoot","tr"]),Js=new Set(["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"]),sr=(t,e)=>`${t.slice(0,t.length-2)}></${e}>`,rn=t=>{var s;let e=0,n=[],o=[],r=0;for(;e<t.length;){let i=t.indexOf("<",e);if(i===-1){n.push(t.slice(e));break}if(n.push(t.slice(e,i)),t.startsWith("<!--",i)){let g=t.indexOf("-->",i+4);if(g===-1){n.push(t.slice(i));break}n.push(t.slice(i,g+3)),e=g+3;continue}let a=zs(t,i);if(a===-1){n.push(t.slice(i));break}let c=t.slice(i,a+1),l=c.startsWith("</");if(c.startsWith("<!")||c.startsWith("<?")){n.push(c),e=a+1;continue}let f=Ks(c,l);if(!f){n.push(c),e=a+1;continue}let p=c.slice(f.start,f.end);if(l){let g=o[o.length-1];g?(o.pop(),n.push(g.replacementHost?`</${g.replacementHost}>`:c),rr.has(g.effectiveTag)&&--r):n.push(c),e=a+1;continue}let m=c.charCodeAt(c.length-2)===47,y=o[o.length-1],h=null;r===0?p==="tr"?h="trx":p==="td"?h="tdx":p==="th"&&(h="thx"):Ws.has((s=y==null?void 0:y.effectiveTag)!=null?s:"")?h=p==="tr"?null:"tr":(y==null?void 0:y.effectiveTag)==="table"?h=Gs.has(p)?null:"tr":(y==null?void 0:y.effectiveTag)==="tr"&&(h=p==="td"||p==="th"?null:"td");let R=m&&!Js.has(h||p);if(h){let g=h==="trx"||h==="tdx"||h==="thx",C=`${c.slice(0,f.start)}${h} is="${g?`r-${p}`:`regor:${p}`}"${c.slice(f.end)}`;n.push(R?sr(C,h):C)}else n.push(R?sr(c,p):c);if(!m){let g=h==="trx"?"tr":h==="tdx"?"td":h==="thx"?"th":h||p;o.push({replacementHost:h,effectiveTag:g}),rr.has(g)&&++r}e=a+1}return n.join("")};var Qs="svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view",Xs=new Set(Qs.toUpperCase().split(",")),Ys="http://www.w3.org/2000/svg",ir=(t,e)=>{ye(t)?t.content.appendChild(e):t.appendChild(e)},Hn=(t,e,n,o)=>{var i;let r=t.t;if(r){let a=n&&Xs.has(r.toUpperCase())?document.createElementNS(Ys,r.toLowerCase()):document.createElement(r),c=t.a;if(c)for(let u of Object.entries(c)){let f=u[0],p=u[1];f.startsWith("#")&&(p=f.substring(1),f="name"),a.setAttribute(vt(f,o),p)}let l=t.c;if(l)for(let u of l)Hn(u,a,n,o);ir(e,a);return}let s=t.d;if(s){let a;switch((i=t.n)!=null?i:Node.TEXT_NODE){case Node.COMMENT_NODE:a=document.createComment(s);break;case Node.TEXT_NODE:a=document.createTextNode(s);break}if(a)ir(e,a);else throw new Error("unsupported node type.")}},$e=(t,e,n)=>{n!=null||(n=le.getDefault());let o=document.createDocumentFragment();if(!w(t))return Hn(t,o,!!e,n),o;for(let r of t)Hn(r,o,!!e,n);return o};var ar=(t,e={selector:"#app"},n)=>{W(e)&&(e={selector:"#app",template:e}),ro(t)&&(t=t.context);let o=e.element?e.element:e.selector?document.querySelector(e.selector):null;if(!o||!Be(o))throw j(0);n||(n=le.getDefault());let r=()=>{for(let a of[...o.childNodes])z(a)},s=a=>{for(let c of a)o.appendChild(c)};if(e.template){let a=document.createRange().createContextualFragment(rn(e.template));r(),s(a.childNodes),e.element=a}else if(e.json){let a=$e(e.json,e.isSVG,n);r(),s(a.childNodes)}return n.useInterpolation&&Qt(o,n),new Vn(t,o,n).b(),q(o,()=>{Ne(t)}),St(t),{context:t,unmount:()=>{z(o)},unbind:()=>{de(o)}}},Vn=class{constructor(e,n,o){d(this,"Wt");d(this,"Ye");d(this,"o");d(this,"m");d(this,"i");this.Wt=e,this.Ye=n,this.o=o,this.m=new on([e],o),this.i=new Ft(this.m)}b(){this.i.H(this.Ye)}};var st=t=>{if(w(t))return t.map(r=>st(r));let e={};if(t.tagName)e.t=t.tagName;else return t.nodeType===Node.COMMENT_NODE&&(e.n=Node.COMMENT_NODE),t.textContent&&(e.d=t.textContent),e;let n=t.getAttributeNames();n.length>0&&(e.a=Object.fromEntries(n.map(r=>{var s;return[r,(s=t.getAttribute(r))!=null?s:""]})));let o=Ee(t);return o.length>0&&(e.c=[...o].map(r=>st(r))),e};var cr=(t,e={})=>{var s,i,a,c,l,u;w(e)&&(e={props:e}),W(t)&&(t={template:t});let n=(s=e.context)!=null?s:()=>({}),o=!1;if(t.element){let f=t.element;f.remove(),t.element=f}else if(t.selector){let f=document.querySelector(t.selector);if(!f)throw j(1,t.selector);f.remove(),t.element=f}else if(t.template){let f=document.createRange().createContextualFragment(rn(t.template));t.element=f}else t.json&&(t.element=$e(t.json,t.isSVG,e.config),o=!0);t.element||(t.element=document.createDocumentFragment()),((i=e.useInterpolation)==null||i)&&Qt(t.element,(a=e.config)!=null?a:le.getDefault());let r=t.element;if(!o&&(((l=t.isSVG)!=null?l:ut(r)&&((c=r.hasAttribute)!=null&&c.call(r,"isSVG")))||ut(r)&&r.querySelector("[isSVG]"))){let f=r.content,p=f?[...f.childNodes]:[...r.childNodes],m=st(p);t.element=$e(m,!0,e.config)}return{context:n,template:t.element,inheritAttrs:(u=e.inheritAttrs)!=null?u:!0,props:e.props,defaultName:e.defaultName}};var sn=class{constructor(){d(this,"byConstructor",new Map)}register(e){this.byConstructor.set(e.constructor,e)}unregisterByClass(e){this.byConstructor.delete(e)}unregister(e){let n=e.constructor;this.byConstructor.get(n)===e&&this.byConstructor.delete(n)}find(e){for(let n of this.byConstructor.values())if(n instanceof e)return n}require(e){let n=this.find(e);if(n)return n;throw new Error(`${e.name} is not registered in ContextRegistry.`)}};var ur=t=>{var e;(e=Ue())==null||e.onMounted.push(t)};var lr=t=>{let e,n={},o=(...r)=>{if(r.length<=2&&0 in r)throw j(4);return e&&!n.isStopped?e(...r):(e=Zs(t,n),e(...r))};return o[Z]=1,Le(o,!0),o.stop=()=>{var r,s;return(s=(r=n.ref)==null?void 0:r.stop)==null?void 0:s.call(r)},ne(()=>o.stop(),!0),o},Zs=(t,e)=>{var s;let n=(s=e.ref)!=null?s:ie(null);e.ref=n,e.isStopped=!1;let o=0,r=Ve(()=>{if(o>0){r(),e.isStopped=!0,Y(n);return}n(t()),++o});return n.stop=r,n};var fr=(t,e)=>{let n={},o,r=(...s)=>{if(s.length<=2&&0 in s)throw j(4);return o&&!n.isStopped?o(...s):(o=ei(t,e,n),o(...s))};return r[Z]=1,Le(r,!0),r.stop=()=>{var s,i;return(i=(s=n.ref)==null?void 0:s.stop)==null?void 0:i.call(s)},ne(()=>r.stop(),!0),r},ei=(t,e,n)=>{var a;let o=(a=n.ref)!=null?a:ie(null);n.ref=o,n.isStopped=!1;let r=0,s=c=>{if(r>0){o.stop(),n.isStopped=!0,Y(o);return}let l=t.map(u=>u());o(e(...l)),++r},i=[];for(let c of t){let l=se(c,s);i.push(l)}return s(null),o.stop=()=>{i.forEach(c=>{c()})},o};var pr=(t,e)=>{let n={},o,r=(...s)=>{if(s.length<=2&&0 in s)throw j(4);return o&&!n.isStopped?o(...s):(o=ti(t,e,n),o(...s))};return r[Z]=1,Le(r,!0),r.stop=()=>{var s,i;return(i=(s=n.ref)==null?void 0:s.stop)==null?void 0:i.call(s)},ne(()=>r.stop(),!0),r},ti=(t,e,n)=>{var s;let o=(s=n.ref)!=null?s:ie(null);n.ref=o,n.isStopped=!1;let r=0;return o.stop=se(t,i=>{if(r>0){o.stop(),n.isStopped=!0,Y(o);return}o(e(i)),++r},!0),o};var mr=t=>(t[Ot]=1,t);var dr=(t,e)=>{if(!e)throw j(5);let o=He(t)?be:a=>a,r=()=>localStorage.setItem(e,JSON.stringify(ae(t()))),s=localStorage.getItem(e);if(s!=null)try{t(o(JSON.parse(s)))}catch(a){H(6,`persist: failed to parse data for key ${e}`,a),r()}else r();let i=Ve(r);return ne(i,!0),t};var _n=(t,...e)=>{let n="",o=t,r=e,s=o.length,i=r.length;for(let a=0;a<s;++a)n+=o[a],a<i&&(n+=r[a]);return n},hr=_n;var yr=(t,e,n)=>{let o=[],r=()=>{e(t.map(i=>i()))};for(let i of t)o.push(se(i,r));n&&r();let s=()=>{for(let i of o)i()};return ne(s,!0),s};var gr=t=>{if(!E(t))throw j(3,"observerCount");return t(void 0,void 0,2)};var br=t=>{jn();try{t()}finally{$n()}},jn=()=>{ge.stack||(ge.stack=[]),ge.stack.push(new Set)},$n=()=>{let t=ge.stack;if(!t||t.length===0)return;let e=t.pop();if(t.length){let n=t[t.length-1];for(let o of e)n.add(o);return}delete ge.stack;for(let n of e)try{Y(n)}catch(o){console.error(o)}};
@@ -738,6 +738,12 @@ var teleportDirective = {
738
738
  mount: () => void 0
739
739
  };
740
740
 
741
+ // src/common/class-tokens.ts
742
+ var toClassTokens = (value) => {
743
+ const trimmed = value.trim();
744
+ return trimmed ? trimmed.split(/\s+/) : [];
745
+ };
746
+
741
747
  // src/composition/callMounted.ts
742
748
  var callMounted = (context) => {
743
749
  var _a, _b;
@@ -1390,12 +1396,6 @@ var ComponentBinder = class {
1390
1396
  const isEmptyComponent = component.childNodes.length === 0;
1391
1397
  const expandSlot = (slot) => {
1392
1398
  const parent2 = slot.parentElement;
1393
- if (isEmptyComponent) {
1394
- for (const slotChild of [...slot.childNodes]) {
1395
- parent2.insertBefore(slotChild, slot);
1396
- }
1397
- return;
1398
- }
1399
1399
  let name = slot.name;
1400
1400
  if (isNullOrWhitespace(name)) {
1401
1401
  name = slot.getAttributeNames().filter((x) => x.startsWith("#"))[0];
@@ -1403,6 +1403,23 @@ var ComponentBinder = class {
1403
1403
  name = "default";
1404
1404
  } else name = name.substring(1);
1405
1405
  }
1406
+ if (isEmptyComponent) {
1407
+ if (name === "default") {
1408
+ const textAttr = binder.__config.__builtInNames.text;
1409
+ const expression = component.getAttribute(textAttr);
1410
+ if (!isNullOrWhitespace(expression)) {
1411
+ const slotText = document.createElement("span");
1412
+ slotText.setAttribute(textAttr, expression);
1413
+ parent2.insertBefore(slotText, slot);
1414
+ component.removeAttribute(textAttr);
1415
+ return;
1416
+ }
1417
+ }
1418
+ for (const slotChild of [...slot.childNodes]) {
1419
+ parent2.insertBefore(slotChild, slot);
1420
+ }
1421
+ return;
1422
+ }
1406
1423
  let compTemplate = component.querySelector(
1407
1424
  `template[name='${name}'], template[\\#${name}]`
1408
1425
  );
@@ -1491,7 +1508,8 @@ var ComponentBinder = class {
1491
1508
  continue;
1492
1509
  const value = component.getAttribute(attrName);
1493
1510
  if (attrName === "class") {
1494
- inheritor.classList.add(...value.split(" "));
1511
+ const classTokens = toClassTokens(value);
1512
+ if (classTokens.length > 0) inheritor.classList.add(...classTokens);
1495
1513
  } else if (attrName === "style") {
1496
1514
  const inheritorStyle = inheritor.style;
1497
1515
  const componentStyle = component.style;
@@ -2859,11 +2877,14 @@ var patchClass = (el, next, prev) => {
2859
2877
  } else {
2860
2878
  if (isClassString) {
2861
2879
  if (prev !== next) {
2862
- if (isPrevClassString) classList.remove(...prev.trim().split(/\s+/));
2863
- classList.add(...next.trim().split(/\s+/));
2880
+ const prevTokens = isPrevClassString ? toClassTokens(prev) : [];
2881
+ const nextTokens = toClassTokens(next);
2882
+ if (prevTokens.length > 0) classList.remove(...prevTokens);
2883
+ if (nextTokens.length > 0) classList.add(...nextTokens);
2864
2884
  }
2865
2885
  } else if (prev) {
2866
- if (isPrevClassString) classList.remove(...prev.trim().split(/\s+/));
2886
+ const prevTokens = isPrevClassString ? toClassTokens(prev) : [];
2887
+ if (prevTokens.length > 0) classList.remove(...prevTokens);
2867
2888
  }
2868
2889
  }
2869
2890
  };