regor 1.4.6 → 1.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -4
- package/dist/regor.d.ts +47 -14
- package/dist/regor.es2015.cjs.js +220 -149
- package/dist/regor.es2015.cjs.prod.js +3 -3
- package/dist/regor.es2015.esm.js +220 -149
- package/dist/regor.es2015.esm.prod.js +3 -3
- package/dist/regor.es2015.iife.js +220 -149
- package/dist/regor.es2015.iife.prod.js +3 -3
- package/dist/regor.es2019.cjs.js +220 -149
- package/dist/regor.es2019.cjs.prod.js +3 -3
- package/dist/regor.es2019.esm.js +220 -149
- package/dist/regor.es2019.esm.prod.js +3 -3
- package/dist/regor.es2019.iife.js +220 -149
- package/dist/regor.es2019.iife.prod.js +3 -3
- package/dist/regor.es2022.cjs.js +218 -148
- package/dist/regor.es2022.cjs.prod.js +3 -3
- package/dist/regor.es2022.esm.js +218 -148
- package/dist/regor.es2022.esm.prod.js +3 -3
- package/dist/regor.es2022.iife.js +218 -148
- package/dist/regor.es2022.iife.prod.js +3 -3
- package/package.json +1 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var Ue=Symbol(":regor");var ye=t=>{let e=[t];for(let n=0;n<e.length;++n){let o=e[n];nr(o);for(let r=o.lastChild;r!=null;r=r.previousSibling)e.push(r)}},nr=t=>{let e=t[Ue];if(!e)return;let n=e.unbinders;for(let o=0;o<n.length;++o)n[o]();n.length=0,t[Ue]=void 0};var He=[],ct=!1,ut,Pn=()=>{if(ct=!1,ut=void 0,He.length!==0){for(let t=0;t<He.length;++t)ye(He[t]);He.length=0}},z=t=>{t.remove(),He.push(t),ct||(ct=!0,ut=setTimeout(Pn,1))},or=async()=>{He.length===0&&!ct||(ut&&clearTimeout(ut),Pn())};var $=t=>typeof t=="function",F=t=>typeof t=="string",Un=t=>typeof t>"u",ue=t=>t==null||typeof t>"u",B=t=>typeof t!="string"||!t?.trim(),rr=Object.prototype.toString,Qt=t=>rr.call(t),Re=t=>Qt(t)==="[object Map]",ae=t=>Qt(t)==="[object Set]",Xt=t=>Qt(t)==="[object Date]",Qe=t=>typeof t=="symbol",v=Array.isArray,M=t=>t!==null&&typeof t=="object";var Hn={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."},P=(t,...e)=>{let n=Hn[t];return new Error($(n)?n.call(Hn,...e):n)};var lt=[],Bn=()=>{let t={onMounted:[],onUnmounted:[]};return lt.push(t),t},Me=t=>{let e=lt[lt.length-1];if(!e&&!t)throw P(2);return e},jn=t=>{let e=Me();return t&&Zt(t),lt.pop(),e},Yt=Symbol("csp"),Zt=t=>{let e=t,n=e[Yt];if(n){let o=Me();if(n===o)return;o.onMounted.length>0&&n.onMounted.push(...o.onMounted),o.onUnmounted.length>0&&n.onUnmounted.push(...o.onUnmounted);return}e[Yt]=Me()},ft=t=>t[Yt];var we=t=>{ft(t)?.onUnmounted?.forEach(n=>{n()}),t.unmounted?.()};var Xe=class{props;start;end;ctx;autoProps=!0;entangle=!0;enableSwitch=!1;onAutoPropsAssigned;ye;constructor(e,n,o,r,s){this.props=e,this.ye=n,this.ctx=o,this.start=r,this.end=s}emit=(e,n)=>{this.ye.dispatchEvent(new CustomEvent(e,{detail:n}))};findContext(e,n=0){if(n<0)return;let o=0;for(let r of this.ctx??[])if(r instanceof e){if(o===n)return r;++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}.`)}validateProps(e){let n=this.props;for(let o in e){let r=e[o];if(!r)continue;r(n[o],o,this)}}unmount(){let e=this.start.nextSibling,n=this.end;for(;e&&e!==n;)z(e),e=e.nextSibling;for(let o of this.ctx)we(o)}};var ke=t=>{let e=t,n=e[Ue];if(n)return n;let o={unbinders:[],data:{}};return e[Ue]=o,o};var q=(t,e)=>{ke(t).unbinders.push(e)};var _n={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]})},D=(t,...e)=>{let n=_n[t],o=$(n)?n.call(_n,...e):n,r=pt.warning;r&&(F(o)?r(o):r(o,...o.args))},pt={warning:console.warn};var dt={},mt={},$n=1,Fn=t=>{let e=($n++).toString();return dt[e]=t,mt[e]=0,e},en=t=>{mt[t]+=1},tn=t=>{--mt[t]===0&&(delete dt[t],delete mt[t])},qn=t=>dt[t],nn=()=>$n!==1&&Object.keys(dt).length>0,Ye="r-switch",sr=t=>{let e=t.filter(o=>ge(o)).map(o=>[...o.querySelectorAll("[r-switch]")].map(r=>r.getAttribute(Ye))),n=new Set;return e.forEach(o=>{o.forEach(r=>r&&n.add(r))}),[...n]},Be=(t,e)=>{if(!nn())return;let n=sr(e);n.length!==0&&(n.forEach(en),q(t,()=>{n.forEach(tn)}))};var ht=()=>{},on=(t,e,n,o)=>{let r=[];for(let s of t){let a=s.cloneNode(!0);n.insertBefore(a,o),r.push(a)}Se(e,r)},rn=Symbol("r-if"),zn=Symbol("r-else"),Kn=t=>t[zn]===1,yt=class{r;N;he;G;J;x;R;constructor(e){this.r=e,this.N=e.o.u.if,this.he=bt(e.o.u.if),this.G=e.o.u.else,this.J=e.o.u.elseif,this.x=e.o.u.for,this.R=e.o.u.pre}nt(e,n){let o=e.parentElement;for(;o!==null&&o!==document.documentElement;){if(o.hasAttribute(n))return!0;o=o.parentElement}return!1}k(e){let n=e.hasAttribute(this.N);return n&&this.y(e),this.r.O.j(e,o=>{o.hasAttribute(this.N)&&this.y(o)}),n}Q(e){return e[rn]?!0:(e[rn]=!0,gt(e,this.he).forEach(n=>n[rn]=!0),!1)}y(e){if(e.hasAttribute(this.R)||this.Q(e)||this.nt(e,this.x))return;let n=e.getAttribute(this.N);if(!n){D(0,this.N,e);return}e.removeAttribute(this.N),this.M(e,n)}U(e,n,o){let r=je(e),s=e.parentNode,a=document.createComment(`__begin__ :${n}${o??""}`);s.insertBefore(a,e),Be(a,r),r.forEach(c=>{z(c)}),e.remove(),n!=="if"&&(e[zn]=1);let i=document.createComment(`__end__ :${n}${o??""}`);return s.insertBefore(i,a.nextSibling),{nodes:r,parent:s,commentBegin:a,commentEnd:i}}ge(e,n){if(!e)return[];let o=e.nextElementSibling;if(e.hasAttribute(this.G)){e.removeAttribute(this.G);let{nodes:r,parent:s,commentBegin:a,commentEnd:i}=this.U(e,"else");return[{mount:()=>{on(r,this.r,s,i)},unmount:()=>{be(a,i)},isTrue:()=>!0,isMounted:!1}]}else{let r=e.getAttribute(this.J);if(!r)return[];e.removeAttribute(this.J);let{nodes:s,parent:a,commentBegin:i,commentEnd:c}=this.U(e,"elseif",` => ${r} `),l=this.r.m.V(r),u=l.value,f=this.ge(o,n),p=ht;return q(i,()=>{l.stop(),p(),p=ht}),p=l.subscribe(n),[{mount:()=>{on(s,this.r,a,c)},unmount:()=>{be(i,c)},isTrue:()=>!!u()[0],isMounted:!1},...f]}}M(e,n){let o=e.nextElementSibling,{nodes:r,parent:s,commentBegin:a,commentEnd:i}=this.U(e,"if",` => ${n} `),c=this.r.m.V(n),l=c.value,u=!1,f=this.r.m,p=f.L(),h=()=>{f.C(p,()=>{if(l()[0])u||(on(r,this.r,s,i),u=!0),m.forEach(C=>{C.unmount(),C.isMounted=!1});else{be(a,i),u=!1;let C=!1;for(let R of m)!C&&R.isTrue()?(R.isMounted||(R.mount(),R.isMounted=!0),C=!0):(R.unmount(),R.isMounted=!1)}})},m=this.ge(o,h),d=ht;q(a,()=>{c.stop(),d(),d=ht}),h(),d=c.subscribe(h)}};var je=t=>{let e=le(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?.tagName;if(s==="SCRIPT"||s==="STYLE")continue}n.push(r)}return n},Se=(t,e)=>{for(let n=0;n<e.length;++n){let o=e[n];o.nodeType===Node.ELEMENT_NODE&&(Kn(o)||t._(o))}},gt=(t,e)=>{let n=t.querySelectorAll(e);return t.matches?.(e)?[t,...n]:n},le=t=>t instanceof HTMLTemplateElement,ge=t=>t.nodeType===Node.ELEMENT_NODE,Ze=t=>t.nodeType===Node.ELEMENT_NODE,Wn=t=>t instanceof HTMLSlotElement,Te=t=>le(t)?t.content.childNodes:t.childNodes,be=(t,e)=>{let n=t.nextSibling;for(;n!=null&&n!==e;){let o=n.nextSibling;z(n),n=o}},Gn=function(){return this()},ir=function(t){return this(t)},ar=()=>{throw new Error("value is readonly.")},cr={get:Gn,set:ir,enumerable:!0,configurable:!1},ur={get:Gn,set:ar,enumerable:!0,configurable:!1},Ae=(t,e)=>{Object.defineProperty(t,"value",e?ur:cr)},Jn=(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},bt=t=>`[${CSS.escape(t)}]`,Tt=(t,e)=>(t.startsWith("@")&&(t=e.u.on+":"+t.slice(1)),t.includes("[")&&(t=t.replace(/[[\]]/g,e.u.dynamic)),t),sn=t=>{let e=Object.create(null);return n=>e[n]||(e[n]=t(n))},lr=/-(\w)/g,U=sn(t=>t&&t.replace(lr,(e,n)=>n?n.toUpperCase():"")),fr=/\B([A-Z])/g,_e=sn(t=>t&&t.replace(fr,"-$1").toLowerCase()),et=sn(t=>t&&t.charAt(0).toUpperCase()+t.slice(1));var xt={mount:()=>{}};var $e=t=>{let e=t.trim();return e?e.split(/\s+/):[]};var Ct=t=>{ft(t)?.onMounted?.forEach(n=>{n()}),t.mounted?.()};var an=Symbol("scope"),cn=t=>{try{Bn();let e=t();Zt(e);let n={context:e,unmount:()=>we(e),[an]:1};return n[an]=1,n}finally{jn()}},Qn=t=>M(t)?an in t:!1;var vt=Symbol("ref"),J=Symbol("sref"),Et=Symbol("raw");var x=t=>t!=null&&t[J]===1;var un={collectRefObj:!0,mount:({parseResult:t})=>({update:({values:e})=>{let n=t.context,o=e[0];if(M(o))for(let r of Object.entries(o)){let s=r[0],a=r[1],i=n[s];i!==a&&(x(i)?i(a):n[s]=a)}}})};var te=(t,e)=>{Me(e)?.onUnmounted.push(t)};var re=(t,e,n,o=!0)=>{if(!x(t))throw P(3,"observe");n&&e(t());let s=t(void 0,void 0,0,e);return o&&te(s,!0),s};var tt=(t,e)=>{if(t===e)return()=>{};let n=re(t,r=>e(r)),o=re(e,r=>t(r));return e(t()),()=>{n(),o()}};var nt=t=>!!t&&t[Et]===1;var Fe=t=>t?.[vt]===1;var fe=[],Xn=t=>{fe.length!==0&&fe[fe.length-1]?.add(t)},qe=t=>{if(!t)return()=>{};let e={stop:()=>{}};return pr(t,e),te(()=>e.stop(),!0),e.stop},pr=(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(fe.push(s),t(a=>n.push(a)),o)return;for(let a of[...s]){let i=re(a,()=>{r(),qe(t)});n.push(i)}}finally{fe.pop()}},ln=t=>{let e=fe.length,n=e>0&&fe[e-1];try{return n&&fe.push(null),t()}finally{n&&fe.pop()}},fn=t=>{try{let e=new Set;return fe.push(e),{value:t(),refs:[...e]}}finally{fe.pop()}};var Q=(t,e,n)=>{if(!x(t))return;let o=t;if(o(void 0,e,1),!n)return;let r=o();if(r){if(v(r)||ae(r))for(let s of r)Q(s,e,!0);else if(Re(r))for(let s of r)Q(s[0],e,!0),Q(s[1],e,!0);if(M(r))for(let s in r)Q(r[s],e,!0)}};function mr(t,e,n){Object.defineProperty(t,e,{value:n,enumerable:!1,writable:!0,configurable:!0})}var ze=(t,e,n)=>{n.forEach(function(o){let r=t[o];mr(e,o,function(...a){let i=r.apply(this,a),c=this[J];for(let l of c)Q(l);return i})})},Rt=(t,e)=>{Object.defineProperty(t,Symbol.toStringTag,{value:e,writable:!1,enumerable:!1,configurable:!0})};var Yn=Array.prototype,pn=Object.create(Yn),dr=["push","pop","shift","unshift","splice","sort","reverse"];ze(Yn,pn,dr);var Zn=Map.prototype,wt=Object.create(Zn),hr=["set","clear","delete"];Rt(wt,"Map");ze(Zn,wt,hr);var eo=Set.prototype,St=Object.create(eo),yr=["add","clear","delete"];Rt(St,"Set");ze(eo,St,yr);var de={},se=t=>{if(x(t)||nt(t))return t;let e={auto:!0,_value:t},n=c=>M(c)?J in c?!0:v(c)?(Object.setPrototypeOf(c,pn),!0):ae(c)?(Object.setPrototypeOf(c,St),!0):Re(c)?(Object.setPrototypeOf(c,wt),!0):!1:!1,o=n(t),r=new Set,s=(c,l)=>{if(de.stack&&de.stack.length){de.stack[de.stack.length-1].add(i);return}r.size!==0&&ln(()=>{for(let u of[...r.keys()])r.has(u)&&u(c,l)})},a=c=>{let l=c[J];l||(c[J]=l=new Set),l.add(i)},i=(...c)=>{if(!(2 in c)){let u=c[0],f=c[1];return 0 in c?e._value===u||x(u)&&(u=u(),e._value===u)?u:(n(u)&&a(u),e._value=u,e.auto&&s(u,f),e._value):(Xn(i),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 i[J]=1,Ae(i,!1),o&&a(t),i};var xe=t=>{if(nt(t))return t;let e;if(x(t)?(e=t,t=e()):e=se(t),t instanceof Node||t instanceof Date||t instanceof RegExp||t instanceof Promise||t instanceof Error)return e;if(e[vt]=1,v(t)){let n=t.length;for(let o=0;o<n;++o){let r=t[o];Fe(r)||(t[o]=xe(r))}return e}if(!M(t))return e;for(let n of Object.entries(t)){let o=n[1];if(Fe(o))continue;let r=n[0];Qe(r)||(t[r]=null,t[r]=xe(o))}return e};var to=Symbol("modelBridge"),At=()=>{},gr=t=>!!t?.[to],br=t=>{t[to]=1},Tr=t=>{let e=xe(t());return br(e),e},no={collectRefObj:!0,mount:({parseResult:t,option:e})=>{if(typeof e!="string"||!e)return At;let n=U(e),o,r,s=At,a=()=>{s(),s=At,o=void 0,r=void 0},i=()=>{s(),s=At},c=(u,f)=>{o!==u&&(i(),s=tt(u,f),o=u)},l=()=>{let u=t.refs[0]??t.value()[0],f=t.context,p=f[n];if(!x(u)){if(r&&p===r){r(u);return}if(a(),x(p)){p(u);return}f[n]=u;return}if(gr(u)){if(p===u)return;x(p)?c(u,p):f[n]=u;return}r||(r=Tr(u)),f[n]=r,c(u,r)};return{update:()=>{l()},unmount:()=>{s()}}}};var Nt=class{r;be;xe="";Te=-1;constructor(e){this.r=e,this.be=e.o.u.inherit}k(e){this.ot(e)}rt(e){if(this.Te!==e.size){let n=[...e.keys()];this.xe=[...n,...n.map(_e)].join(","),this.Te=e.size}return this.xe}st(e){for(let n=0;n<e.length;++n){let o=e[n]?.components;if(o)for(let r in o)return!0}return!1}it(e){if(!le(e))return!1;let n=e.getAttributeNames();return e.hasAttribute("name")?!0:n.some(o=>o.startsWith("#"))}at(e){return le(e)&&e.getAttributeNames().length===0}ot(e){let n=this.r,o=n.m,r=n.o.X,s=n.o.$;if(r.size===0&&!this.st(o.l))return;let a=o.Y(),i=this.Re();if(B(i))return;let c=this.ct(e,i);for(let l of c){if(l.hasAttribute(n.R))continue;let u=l.parentNode;if(!u)continue;let f=l.nextSibling,p=U(l.tagName).toUpperCase(),m=a[p]??s.get(p);if(!m)continue;let d=m.template;if(!d)continue;let g=l.parentElement;if(!g)continue;let C=new Comment(" begin component: "+l.tagName),R=new Comment(" end component: "+l.tagName);g.insertBefore(C,l),l.remove();let j=n.o.u.context,K=n.o.u.contextAlias,V=n.o.u.bind,ne=(y,A)=>{let E={},_=y.hasAttribute(j);return o.C(A,()=>{o.v(E),_?n.y(un,y,j):y.hasAttribute(K)&&n.y(un,y,K);let b=m.props;if(!b||b.length===0)return;b=b.map(U);let w=new Map(b.map(G=>[G.toLowerCase(),G]));for(let G of[...b,...b.map(_e)]){let ce=y.getAttribute(G);ce!==null&&(E[U(G)]=ce,y.removeAttribute(G))}let k=n.F.Ce(y,!1);for(let[G,ce]of k.entries()){let[he,I]=ce.Z;if(!I)continue;let ee=w.get(U(I).toLowerCase());ee&&(he!=="."&&he!==":"&&he!==V||n.y(no,y,G,!0,ee,ce.ee))}}),E},X=[...o.L()],N=()=>{let y=ne(l,X),A=new Xe(y,l,X,C,R),E=cn(()=>m.context(A)??{}).context;if(A.autoProps){for(let[_,b]of Object.entries(y))if(_ in E){let w=E[_];if(w===b)continue;if(x(w)){x(b)?A.entangle?q(C,tt(b,w)):w(b()):w(b);continue}}else E[_]=b;A.onAutoPropsAssigned?.()}return{componentCtx:E,head:A}},{componentCtx:oe,head:T}=N(),S=[...Te(d)],Y=S.length,De=l.childNodes.length===0,Pe=y=>{let A=y.parentElement,E=y.name;if(B(E)&&(E=y.getAttributeNames().filter(w=>w.startsWith("#"))[0],B(E)?E="default":E=E.substring(1)),De){if(E==="default"){let w=n.o.u.text,k=l.getAttribute(w);if(!B(k)){let G=document.createElement("span");G.setAttribute(w,k),A.insertBefore(G,y),l.removeAttribute(w);return}}for(let w of[...y.childNodes])A.insertBefore(w,y);return}let _=l.querySelector(`template[name='${E}'], template[\\#${E}]`);!_&&E==="default"&&(_=[...l.querySelectorAll("template:not([name])")].find(k=>this.at(k))??null);let b=w=>{T.enableSwitch&&o.C(X,()=>{o.v(oe);let k=ne(y,o.L());o.C(X,()=>{o.v(k);let G=o.L(),ce=Fn(G);for(let he of w)ge(he)&&(he.setAttribute(Ye,ce),en(ce),q(he,()=>{tn(ce)}))})})};if(_){let w=[...Te(_)];for(let k of w)A.insertBefore(k,y);b(w)}else{if(E!=="default"){for(let k of[...Te(y)])A.insertBefore(k,y);return}let w=[...Te(l)].filter(k=>!this.it(k));for(let k of w)A.insertBefore(k,y);b(w)}},Gt=y=>{if(!ge(y))return;let A=y.querySelectorAll("slot");if(Wn(y)){Pe(y),y.remove();return}for(let E of A)Pe(E),E.remove()};(()=>{for(let y=0;y<Y;++y)S[y]=S[y].cloneNode(!0),u.insertBefore(S[y],f),Gt(S[y])})(),g.insertBefore(R,f);let O=()=>{if(!m.inheritAttrs)return;let y=S.filter(E=>E.nodeType===Node.ELEMENT_NODE);y.length>1&&(y=y.filter(E=>E.hasAttribute(this.be)));let A=y[0];if(A)for(let E of l.getAttributeNames()){if(E===j||E===K)continue;let _=l.getAttribute(E);if(E==="class"){let b=$e(_);b.length>0&&A.classList.add(...b)}else if(E==="style"){let b=A.style,w=l.style;for(let k of w)b.setProperty(k,w.getPropertyValue(k))}else A.setAttribute(Tt(E,n.o),_)}},W=()=>{for(let y of l.getAttributeNames())!y.startsWith("@")&&!y.startsWith(n.o.u.on)&&l.removeAttribute(y)},Z=()=>{O(),W(),o.v(oe),n.Ee(l,!1),oe.$emit=T.emit,Se(n,S),q(l,()=>{we(oe)}),q(C,()=>{ye(l)}),Ct(oe)};o.C(X,Z)}}Re(){let e=this.r,n=e.m,o=e.o.X,r=n.ut(),s=this.rt(o);return[...s?[s]:[],...r,...r.map(_e)].join(",")}ct(e,n){let o=[];if(B(n))return o;if(e.matches?.(n))return[e];let r=this.q(e).reverse();for(;r.length>0;){let s=r.pop();if(s.matches(n)){o.push(s);continue}r.push(...this.q(s).reverse())}return o}j(e,n){let o=this.Re(),r=this.q(e).reverse();for(;r.length>0;){let s=r.pop();n(s),!(!B(o)&&s.matches(o))&&r.push(...this.q(s).reverse())}}q(e){let n=e?.children;if(n?.length!=null){let r=[];for(let s=0;s<n.length;++s){let a=n[s];ge(a)&&r.push(a)}return r}let o=e?.childNodes;if(o?.length!=null){let r=[];for(let s=0;s<o.length;++s){let a=o[s];ge(a)&&r.push(a)}return r}return[]}};var mn=class{Z;ee;ve=[];constructor(e,n){this.Z=e,this.ee=n}},Ot=class{r;we;Se;te;constructor(e){this.r=e,this.we=e.o.pt(),this.te=new Map;let n=new Map;for(let o of this.we){let r=o[0]??"",s=n.get(r);s?s.push(o):n.set(r,[o])}this.Se=n}Ae(e){let n=this.te.get(e);if(n)return n;let o=e,r=o.startsWith(".");r&&(o=":"+o.slice(1));let s=o.indexOf("."),i=(s<0?o:o.substring(0,s)).split(/[:@]/);B(i[0])&&(i[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 h=c[p];if(!l&&h==="camel"?l=!0:!u&&h==="prop"&&(u=!0),l&&u)break}l&&(i[i.length-1]=U(i[i.length-1])),u&&(i[0]=".");let f={terms:i,flags:c};return this.te.set(e,f),f}Ce(e,n){let o=new Map;if(!Ze(e))return o;let r=this.Se,s=(i,c)=>{let l=r.get(c[0]??"");if(l)for(let u=0;u<l.length;++u){if(!c.startsWith(l[u]))continue;let f=o.get(c);if(!f){let p=this.Ae(c);f=new mn(p.terms,p.flags),o.set(c,f)}f.ve.push(i);return}},a=i=>{let c=i.attributes;if(!(!c||c.length===0))for(let l=0;l<c.length;++l){let u=c.item(l)?.name;u&&s(i,u)}};return a(e),!n||!e.firstElementChild||this.r.O.j(e,a),o}};var oo=()=>{},xr=(t,e)=>{for(let n of t){let o=n.cloneNode(!0);e.appendChild(o)}},Mt=class{r;I;constructor(e){this.r=e,this.I=e.o.u.is}k(e){let n=e.hasAttribute(this.I);return(n||e.hasAttribute("is"))&&this.y(e),this.r.O.j(e,o=>{(o.hasAttribute(this.I)||o.hasAttribute("is"))&&this.y(o)}),n}y(e){let n=e.getAttribute(this.I);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 a of e.getAttributeNames())a!=="is"&&s.setAttribute(a,e.getAttribute(a));for(;e.firstChild;)s.appendChild(e.firstChild);r.insertBefore(s,e),e.remove(),this.r._(s);return}n=`'${n.slice(6)}'`,e.removeAttribute("is")}e.removeAttribute(this.I),this.M(e,n)}U(e,n){let o=je(e),r=e.parentNode,s=document.createComment(`__begin__ dynamic ${n??""}`);r.insertBefore(s,e),Be(s,o),o.forEach(i=>{z(i)}),e.remove();let a=document.createComment(`__end__ dynamic ${n??""}`);return r.insertBefore(a,s.nextSibling),{nodes:o,parent:r,commentBegin:s,commentEnd:a}}M(e,n){let{nodes:o,parent:r,commentBegin:s,commentEnd:a}=this.U(e,` => ${n} `),i=this.r.m.V(n),c=i.value,l=this.r.m,u=l.L(),f={name:""},p=le(e)?o:[...o[0].childNodes],h=()=>{l.C(u,()=>{let g=c()[0];if(M(g)&&(g.name?g=g.name:g=Object.entries(l.Y()).filter(R=>R[1]===g)[0]?.[0]),!F(g)||B(g)){be(s,a);return}if(f.name===g)return;be(s,a);let C=document.createElement(g);for(let R of e.getAttributeNames())R!==this.I&&C.setAttribute(R,e.getAttribute(R));xr(p,C),r.insertBefore(C,a),this.r._(C),f.name=g})},m=oo;q(s,()=>{i.stop(),m(),m=oo}),h(),m=i.subscribe(h)}};var H=t=>{let e=t;return e!=null&&e[J]===1?e():e};var Cr=(t,e)=>{let[n,o]=e;$(o)?o(t,n):t.innerHTML=n?.toString()},kt={mount:()=>({update:({el:t,values:e})=>{Cr(t,e)}})};var Lt=class t{ne;constructor(e){this.ne=e}static lt(e,n){let o=e.m,r=e.o,s=r.u,a=new Set([s.for,s.if,s.else,s.elseif,s.pre]),i=r.B,c=o.Y();if(Object.keys(c).length>0||r.$.size>0)return;let l=e.F,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 d=h;if(d.tagName==="TEMPLATE"||d.tagName.includes("-"))return;let g=U(d.tagName).toUpperCase();if(r.$.has(g)||c[g])return;let C=d.attributes;for(let R=0;R<C.length;++R){let j=C.item(R)?.name;if(!j)continue;if(a.has(j))return;let{terms:K,flags:V}=l.Ae(j),[ne,X]=K,N=i[j]??i[ne];if(N){if(N===kt)return;u.push({nodeIndex:f,attrName:j,directive:N,option:X,flags:V})}}++f}let m=h.childNodes;for(let d=m.length-1;d>=0;--d)p.push(m[d])}if(u.length!==0)return new t(u)}y(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 a=s.childNodes;for(let i=a.length-1;i>=0;--i)r.push(a[i])}for(let s=0;s<this.ne.length;++s){let a=this.ne[s],i=o[a.nodeIndex];i&&e.y(a.directive,i,a.attrName,!1,a.option,a.flags)}}};var vr=(t,e)=>{let n=e.parentNode;if(n)for(let o=0;o<t.items.length;++o)n.insertBefore(t.items[o],e)},Er=t=>{let e=t.length,n=t.slice(),o=[],r,s,a;for(let i=0;i<e;++i){let c=t[i];if(c===0)continue;let l=o[o.length-1];if(l===void 0||t[l]<c){n[i]=l??-1,o.push(i);continue}for(r=0,s=o.length-1;r<s;)a=r+s>>1,t[o[a]]<c?r=a+1:s=a;c<t[o[r]]&&(r>0&&(n[i]=o[r-1]),o[r]=i)}for(r=o.length,s=o[r-1]??-1;r-- >0;)o[r]=s,s=n[s];return o},It=class{static ft(e){let{oldItems:n,newValues:o,getKey:r,isSameValue:s,mountNewValue:a,removeMountItem:i,endAnchor:c}=e,l=n.length,u=o.length,f=new Array(u),p=new Set;for(let T=0;T<u;++T){let S=r(o[T]);if(S===void 0||p.has(S))return;p.add(S),f[T]=S}let h=new Array(u),m=0,d=l-1,g=u-1;for(;m<=d&&m<=g;){let T=n[m];if(r(T.value)!==f[m]||!s(T.value,o[m]))break;T.value=o[m],h[m]=T,++m}for(;m<=d&&m<=g;){let T=n[d];if(r(T.value)!==f[g]||!s(T.value,o[g]))break;T.value=o[g],h[g]=T,--d,--g}if(m>d){for(let T=g;T>=m;--T){let S=T+1<u?h[T+1].items[0]:c;h[T]=a(T,o[T],S)}return h}if(m>g){for(let T=m;T<=d;++T)i(n[T]);return h}let C=m,R=m,j=g-R+1,K=new Array(j).fill(0),V=new Map;for(let T=R;T<=g;++T)V.set(f[T],T);let ne=!1,X=0;for(let T=C;T<=d;++T){let S=n[T],Y=V.get(r(S.value));if(Y===void 0){i(S);continue}if(!s(S.value,o[Y])){i(S);continue}S.value=o[Y],h[Y]=S,K[Y-R]=T+1,Y>=X?X=Y:ne=!0}let N=ne?Er(K):[],oe=N.length-1;for(let T=j-1;T>=0;--T){let S=R+T,Y=S+1<u?h[S+1].items[0]:c;if(K[T]===0){h[S]=a(S,o[S],Y);continue}let De=h[S];ne&&(oe>=0&&N[oe]===T?--oe:De&&vr(De,Y))}return h}};var ot=class{T=[];P=new Map;get w(){return this.T.length}oe;constructor(e){this.oe=e}re(e){let n=this.oe(e.value);n!==void 0&&this.P.set(n,e)}se(e){let n=this.oe(this.T[e]?.value);n!==void 0&&this.P.delete(n)}static mt(e,n){return{items:[],index:e,value:n,order:-1}}v(e){e.order=this.w,this.T.push(e),this.re(e)}dt(e,n){let o=this.w;for(let r=e;r<o;++r)this.T[r].order=r+1;n.order=e,this.T.splice(e,0,n),this.re(n)}D(e){return this.T[e]}ie(e,n){this.se(e),this.T[e]=n,this.re(n),n.order=e}ke(e){this.se(e),this.T.splice(e,1);let n=this.w;for(let o=e;o<n;++o)this.T[o].order=o}Ne(e){let n=this.w;for(let o=e;o<n;++o)this.se(o);this.T.splice(e)}Zt(e){return this.P.has(e)}yt(e){return this.P.get(e)?.order??-1}};var dn=Symbol("r-for"),Rr=t=>-1,ro=()=>{},Vt=class t{r;x;Oe;R;constructor(e){this.r=e,this.x=e.o.u.for,this.Oe=bt(this.x),this.R=e.o.u.pre}k(e){let n=e.hasAttribute(this.x);return n&&this.Me(e),this.r.O.j(e,o=>{o.hasAttribute(this.x)&&this.Me(o)}),n}Q(e){return e[dn]?!0:(e[dn]=!0,gt(e,this.Oe).forEach(n=>n[dn]=!0),!1)}Me(e){if(e.hasAttribute(this.R)||this.Q(e))return;let n=e.getAttribute(this.x);if(!n){D(0,this.x,e);return}e.removeAttribute(this.x),this.ht(e,n)}Ve(e){return ue(e)?[]:($(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))}ht(e,n){let o=this.gt(n);if(!o?.list){D(1,this.x,n,e);return}let r=this.r.o.u.key,s=this.r.o.u.keyBind,a=e.getAttribute(r)??e.getAttribute(s);e.removeAttribute(r),e.removeAttribute(s);let i=je(e),c=Lt.lt(this.r,i),l=e.parentNode;if(!l)return;let u=`${this.x} => ${n}`,f=new Comment(`__begin__ ${u}`);l.insertBefore(f,e),Be(f,i),i.forEach(O=>{z(O)}),e.remove();let p=new Comment(`__end__ ${u}`);l.insertBefore(p,f.nextSibling);let h=this.r,m=h.m,d=m.L(),C=d.length===1?[void 0,d[0]]:void 0,R=this.bt(a),j=(O,W)=>R(O)===R(W),K=(O,W)=>O===W,V=(O,W,Z)=>{let y=o.createContext(W,O),A=ot.mt(y.index,W),E=()=>{let _=p.parentNode??f.parentNode??l,b=Z.previousSibling,w=[];for(let k=0;k<i.length;++k){let G=i[k].cloneNode(!0);_.insertBefore(G,Z),w.push(G)}for(c?c.y(h,w):Se(h,w),b=b.nextSibling;b!==Z;)A.items.push(b),b=b.nextSibling};return C?(C[0]=y.ctx,m.C(C,E)):m.C(d,()=>{m.v(y.ctx),E()}),A},ne=(O,W)=>{let Z=L.D(O).items,y=Z[Z.length-1].nextSibling;for(let A of Z)z(A);L.ie(O,V(O,W,y))},X=(O,W)=>{L.v(V(O,W,p))},N=O=>{for(let W of L.D(O).items)z(W)},oe=O=>{let W=L.w;for(let Z=O;Z<W;++Z)L.D(Z).index(Z)},T=O=>{let W=f.parentNode,Z=p.parentNode;if(!W||!Z)return;let y=L.w;$(O)&&(O=O());let A=H(O[0]);if(v(A)&&A.length===0){be(f,p),L.Ne(0);return}let E=[];for(let I of this.Ve(O[0]))E.push(I);let _=It.ft({oldItems:L.T,newValues:E,getKey:R,isSameValue:K,mountNewValue:(I,ee,Oe)=>V(I,ee,Oe),removeMountItem:I=>{for(let ee=0;ee<I.items.length;++ee)z(I.items[ee])},endAnchor:p});if(_){L.T=_,L.P.clear();for(let I=0;I<_.length;++I){let ee=_[I];ee.order=I,ee.index(I);let Oe=R(ee.value);Oe!==void 0&&L.P.set(Oe,ee)}return}let b=0,w=Number.MAX_SAFE_INTEGER,k=y,G=this.r.o.forGrowThreshold,ce=()=>L.w<k+G;for(let I of E){let ee=()=>{if(b<y){let Oe=L.D(b++);if(j(Oe.value,I)){if(K(Oe.value,I))return;ne(b-1,I);return}let at=L.yt(R(I));if(at>=b&&at-b<10){if(--b,w=Math.min(w,b),N(b),L.ke(b),--y,at>b+1)for(let Jt=b;Jt<at-1&&Jt<y&&!j(L.D(b).value,I);)++Jt,N(b),L.ke(b),--y;ee();return}ce()?(L.dt(b-1,V(b,I,L.D(b-1).items[0])),w=Math.min(w,b-1),++y):ne(b-1,I)}else X(b++,I)};ee()}let he=b;for(y=L.w;b<y;)N(b++);L.Ne(he),oe(w)},S=()=>{Y.stop(),Pe(),Pe=ro},Y=m.V(o.list),De=Y.value,Pe=ro,Gt=0,L=new ot(R);for(let O of this.Ve(De()[0]))L.v(V(Gt++,O,p));q(f,S),Pe=Y.subscribe(T)}static xt=/\{?\[?\(?([^)}\]]+)\)?\]?\}?([^)]+)?\s+\b(?:in|of)\b\s+(.*)\s*$/;gt(e){let n=t.xt.exec(e);if(!n)return;let o=(n[1]+(n[2]??"")).split(",").map(c=>c.trim()),r=o.length>1?o.length-1:-1,s=r!==-1&&(o[r]==="index"||o[r]?.startsWith("#"))?o[r]:"";s&&o.splice(r,1);let a=n[3];if(!a||o.length===0)return;let i=/[{[]/.test(e);return{list:a,createContext:(c,l)=>{let u={},f=H(c);if(!i&&o.length===1)u[o[0]]=c;else if(v(f)){let h=0;for(let m of o)u[m]=f[h++]}else for(let h of o)u[h]=f[h];let p={ctx:u,index:Rr};return s&&(p.index=u[s.startsWith("#")?s.substring(1):s]=se(l)),p}}}bt(e){if(!e)return o=>o;let n=e.trim();if(!n)return o=>o;if(n.includes(".")){let o=this.Tt(n),r=o.length>1?o.slice(1):void 0;return s=>{let a=H(s),i=this.Le(a,o);return i!==void 0||!r?i:this.Le(a,r)}}return o=>H(H(o)?.[n])}Tt(e){return e.split(".").filter(n=>n.length>0)}Le(e,n){let o=e;for(let r of n)o=H(o)?.[r];return H(o)}};var Dt=class{ae=0;ce=new Map;m;Ie;Pe;De;O;F;o;R;Ue;constructor(e){this.m=e,this.o=e.o,this.Pe=new Vt(this),this.Ie=new yt(this),this.De=new Mt(this),this.O=new Nt(this),this.F=new Ot(this),this.R=this.o.u.pre,this.Ue=this.o.u.dynamic}Rt(e){let n=le(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 a=[...o.content.childNodes];for(let i of a)r.insertBefore(i,s);Se(this,a)}}_(e){++this.ae;try{if(e.nodeType!==Node.ELEMENT_NODE||e.hasAttribute(this.R)||this.Ie.k(e)||this.Pe.k(e)||this.De.k(e))return;this.O.k(e),this.Rt(e),this.Ee(e,!0)}finally{--this.ae,this.ae===0&&this.Ct()}}Et(e,n){let o=document;if(!o){let r=e.parentNode;for(;r?.parentNode;)r=r.parentNode;if(!r)return null;o=r}return o.querySelector(n)}Be(e,n){let o=this.Et(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}vt(e,n){this.ce.set(e,n)}Ct(){let e=this.ce;if(e.size!==0){this.ce=new Map;for(let[n,o]of e.entries())this.Be(n,o)}}Ee(e,n){let o=this.F.Ce(e,n),r=this.o.B;for(let[s,a]of o.entries()){let[i,c]=a.Z,l=r[s]??r[i];if(!l){console.error("directive not found:",i);continue}let u=a.ve;for(let f=0;f<u.length;++f){let p=u[f];this.y(l,p,s,!1,c,a.ee)}}}y(e,n,o,r,s,a){if(n.hasAttribute(this.R))return;let i=n.getAttribute(o);n.removeAttribute(o);let c=l=>{let u=l;for(;u;){let f=u.getAttribute(Ye);if(f)return f;u=u.parentElement}return null};if(nn()){let l=c(n);if(l){this.m.C(qn(l),()=>{this.M(e,n,i,s,a)});return}}this.M(e,n,i,s,a)}wt(e,n,o){return e!==xt?!1:(B(o)||this.Be(n,o)||this.vt(n,o),!0)}M(e,n,o,r,s){if(n.nodeType!==Node.ELEMENT_NODE||o==null||this.wt(e,n,o))return;let a=this.St(r,e.once),i=this.At(e,o),c=this.kt(i,a);q(n,c.stop);let l=this.Nt(n,o,i,a,r,s),u=this.Ot(e,l,c);if(!u)return;let f=this.Mt(l,i,a,r,u);f(),e.once||(c.result=i.subscribe(f),a&&(c.dynamic=a.subscribe(f)))}St(e,n){let o=Jn(e,this.Ue);if(o)return this.m.V(U(o),void 0,void 0,void 0,n)}At(e,n){return this.m.V(n,e.isLazy,e.isLazyKey,e.collectRefObj,e.once)}kt(e,n){let o={stop:()=>{e.stop(),n?.stop(),o.result?.(),o.dynamic?.(),o.mounted?.(),o.result=void 0,o.dynamic=void 0,o.mounted=void 0}};return o}Nt(e,n,o,r,s,a){return{el:e,expr:n,values:o.value(),previousValues:void 0,option:r?r.value()[0]:s,previousOption:void 0,flags:a,parseResult:o,dynamicOption:r}}Ot(e,n,o){let r=e.mount(n);if(typeof r=="function"){o.mounted=r;return}return r?.unmount&&(o.mounted=r.unmount),r?.update}Mt(e,n,o,r,s){let a,i;return()=>{let c=n.value(),l=o?o.value()[0]:r;e.values=c,e.previousValues=a,e.option=l,e.previousOption=i,a=c,i=l,s(e)}}};var so="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 Sr(t){return!!t||t===""}var Ar=(t,e,n,o,r,s)=>{if(o){s&&s.includes("camel")&&(o=U(o)),Pt(t,o,e[0],r);return}let a=e.length;for(let i=0;i<a;++i){let c=e[i];if(v(c)){let l=n?.[i]?.[0],u=c[0],f=c[1];Pt(t,u,f,l)}else if(M(c))for(let l of Object.entries(c)){let u=l[0],f=l[1],p=n?.[i],h=p&&u in p?u:void 0;Pt(t,u,f,h)}else{let l=n?.[i],u=e[i++],f=e[i];Pt(t,u,f,l)}}},hn={mount:()=>({update:({el:t,values:e,previousValues:n,option:o,previousOption:r,flags:s})=>{Ar(t,e,n,o,r,s)}})},Pt=(t,e,n,o)=>{if(o&&o!==e&&t.removeAttribute(o),ue(e)){D(3,"r-bind",t);return}if(!F(e)){D(6,`Attribute key is not string at ${t.outerHTML}`,e);return}if(e.startsWith("xlink:")){ue(n)?t.removeAttributeNS(so,e.slice(6,e.length)):t.setAttributeNS(so,e,n);return}let r=e in wr;ue(n)||r&&!Sr(n)?t.removeAttribute(e):t.setAttribute(e,r?"":n)};var Nr=(t,e,n)=>{let o=e.length;for(let r=0;r<o;++r){let s=e[r],a=n?.[r];if(v(s)){let i=s.length;for(let c=0;c<i;++c)io(t,s[c],a?.[c])}else io(t,s,a)}},yn={mount:()=>({update:({el:t,values:e,previousValues:n})=>{Nr(t,e,n)}})},io=(t,e,n)=>{let o=t.classList,r=F(e),s=F(n);if(e&&!r){if(n&&!s)for(let a in n)(!(a in e)||!e[a])&&o.remove(a);for(let a in e)e[a]&&o.add(a)}else if(r){if(n!==e){let a=s?$e(n):[],i=$e(e);a.length>0&&o.remove(...a),i.length>0&&o.add(...i)}}else if(n){let a=s?$e(n):[];a.length>0&&o.remove(...a)}};function Or(t,e){if(t.length!==e.length)return!1;let n=!0;for(let o=0;n&&o<t.length;o++)n=Ce(t[o],e[o]);return n}function Ce(t,e){if(t===e)return!0;let n=Xt(t),o=Xt(e);if(n||o)return n&&o?t.getTime()===e.getTime():!1;if(n=Qe(t),o=Qe(e),n||o)return t===e;if(n=v(t),o=v(e),n||o)return n&&o?Or(t,e):!1;if(n=M(t),o=M(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 a in t){let i=Object.prototype.hasOwnProperty.call(t,a),c=Object.prototype.hasOwnProperty.call(e,a);if(i&&!c||!Ce(t[a],e[a]))return!1}return!0}return String(t)===String(e)}function Ut(t,e){return t.findIndex(n=>Ce(n,e))}var ao=t=>{let e=parseFloat(t);return isNaN(e)?t:e};var gn=t=>{if(!x(t))throw P(3,"pause");t(void 0,void 0,3)};var bn=t=>{if(!x(t))throw P(3,"resume");t(void 0,void 0,4)};var uo={mount:({el:t,parseResult:e,flags:n})=>({update:({values:o})=>{Mr(t,o[0])},unmount:kr(t,e,n)})},Mr=(t,e)=>{let n=mo(t);if(n&&lo(t))v(e)?e=Ut(e,ve(t))>-1:ae(e)?e=e.has(ve(t)):e=Ur(t,e),t.checked=e;else if(n&&fo(t))t.checked=Ce(e,ve(t));else if(n||ho(t))po(t)?t.value!==e?.toString()&&(t.value=e):t.value!==e&&(t.value=e);else if(yo(t)){let o=t.options,r=o.length,s=t.multiple;for(let a=0;a<r;a++){let i=o[a],c=ve(i);if(s)v(e)?i.selected=Ut(e,c)>-1:i.selected=e.has(c);else if(Ce(ve(i),e)){t.selectedIndex!==a&&(t.selectedIndex=a);return}}!s&&t.selectedIndex!==-1&&(t.selectedIndex=-1)}else D(7,t)},rt=t=>(x(t)&&(t=t()),$(t)&&(t=t()),t?F(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}),lo=t=>t.type==="checkbox",fo=t=>t.type==="radio",po=t=>t.type==="number"||t.type==="range",mo=t=>t.tagName==="INPUT",ho=t=>t.tagName==="TEXTAREA",yo=t=>t.tagName==="SELECT",kr=(t,e,n)=>{let o=e.value,r=rt(n?.join(",")),s=rt(o()[1]),a={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 D(8,t),()=>{};let i=()=>e.refs[0],c=mo(t);return c&&lo(t)?Ir(t,i):c&&fo(t)?Hr(t,i):c||ho(t)?Lr(t,a,i,o):yo(t)?Br(t,i,o):(D(7,t),()=>{})},co=/[.,' ·٫]/,Lr=(t,e,n,o)=>{let s=e.lazy?"change":"input",a=po(t),i=()=>{!e.trim&&!rt(o()[1]).trim||(t.value=t.value.trim())},c=p=>{let h=p.target;h.composing=1},l=p=>{let h=p.target;h.composing&&(h.composing=0,h.dispatchEvent(new Event(s)))},u=()=>{t.removeEventListener(s,f),t.removeEventListener("change",i),t.removeEventListener("compositionstart",c),t.removeEventListener("compositionend",l),t.removeEventListener("change",l)},f=p=>{let h=n();if(!h)return;let m=p.target;if(!m||m.composing)return;let d=m.value,g=rt(o()[1]);if(a||g.number||g.int){if(g.int)d=parseInt(d);else{if(co.test(d[d.length-1])&&d.split(co).length===2){if(d+="0",d=parseFloat(d),isNaN(d))d="";else if(h()===d)return}d=parseFloat(d)}isNaN(d)&&(d=""),t.value=d}else g.trim&&(d=d.trim());h(d)};return t.addEventListener(s,f),t.addEventListener("change",i),t.addEventListener("compositionstart",c),t.addEventListener("compositionend",l),t.addEventListener("change",l),u},Ir=(t,e)=>{let n="change",o=()=>{t.removeEventListener(n,r)},r=()=>{let s=e();if(!s)return;let a=ve(t),i=t.checked,c=s();if(v(c)){let l=Ut(c,a),u=l!==-1;i&&!u?c.push(a):!i&&u&&c.splice(l,1)}else ae(c)?i?c.add(a):c.delete(a):s(Pr(t,i))};return t.addEventListener(n,r),o},ve=t=>"_value"in t?t._value:t.value,go="trueValue",Vr="falseValue",bo="true-value",Dr="false-value",Pr=(t,e)=>{let n=e?go:Vr;if(n in t)return t[n];let o=e?bo:Dr;return t.hasAttribute(o)?t.getAttribute(o):e},Ur=(t,e)=>{if(go in t)return Ce(e,t.trueValue);let o=bo;return t.hasAttribute(o)?Ce(e,t.getAttribute(o)):Ce(e,!0)},Hr=(t,e)=>{let n="change",o=()=>{t.removeEventListener(n,r)},r=()=>{let s=e();if(!s)return;let a=ve(t);s(a)};return t.addEventListener(n,r),o},Br=(t,e,n)=>{let o="change",r=()=>{t.removeEventListener(o,s)},s=()=>{let a=e();if(!a)return;let c=rt(n()[1]).number,l=Array.prototype.filter.call(t.options,u=>u.selected).map(u=>c?ao(ve(u)):ve(u));if(t.multiple){let u=a();try{if(gn(a),ae(u)){u.clear();for(let f of l)u.add(f)}else v(u)?(u.splice(0),u.push(...l)):a(l)}finally{bn(a),Q(a)}}else a(l[0])};return t.addEventListener(o,s),r};var jr=["stop","prevent","capture","self","once","left","right","middle","passive"],_r=t=>{let e={};if(B(t))return;let n=t.split(",");for(let o of jr)e[o]=n.includes(o);return e},$r=(t,e,n,o,r)=>{if(o){let l=e.value(),u=H(o.value()[0]);return F(u)?Tn(t,U(u),()=>e.value()[0],r?.join(",")??l[1]):()=>{}}else if(n){let l=e.value();return Tn(t,U(n),()=>e.value()[0],r?.join(",")??l[1])}let s=[],a=()=>{s.forEach(l=>l())},i=e.value(),c=i.length;for(let l=0;l<c;++l){let u=i[l];if($(u)&&(u=u()),M(u))for(let f of Object.entries(u)){let p=f[0],h=()=>{let d=e.value()[l];return $(d)&&(d=d()),d=d[p],$(d)&&(d=d()),d},m=u[p+"_flags"];s.push(Tn(t,p,h,m))}else D(2,"r-on",t)}return a},xn={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})=>$r(t,e,n,o,r)},Fr=(t,e)=>{if(t.startsWith("keydown")||t.startsWith("keyup")||t.startsWith("keypress")){e??="";let n=[...t.split("."),...e.split(",")];t=n[0];let o=n[1],r=n.includes("ctrl"),s=n.includes("shift"),a=n.includes("alt"),i=n.includes("meta"),c=l=>!(r&&!l.ctrlKey||s&&!l.shiftKey||a&&!l.altKey||i&&!l.metaKey);return o?[t,l=>c(l)?l.key.toUpperCase()===o.toUpperCase():!1]:[t,c]}return[t,n=>!0]},Tn=(t,e,n,o)=>{if(B(e))return D(5,"r-on",t),()=>{};let r=_r(o),s=r?{capture:r.capture,passive:r.passive,once:r.once}:void 0,a;[e,a]=Fr(e,o);let i=u=>{if(!a(u)||!n&&e==="submit"&&r?.prevent)return;let f=n(u);$(f)&&(f=f(u)),$(f)&&f(u)},c=()=>{t.removeEventListener(e,l,s)},l=u=>{if(!r){i(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(),i(u)}finally{r.once&&c()}};return t.addEventListener(e,l,s),c};var qr=(t,e,n,o)=>{if(n){o&&o.includes("camel")&&(n=U(n)),Ke(t,n,e[0]);return}let r=e.length;for(let s=0;s<r;++s){let a=e[s];if(v(a)){let i=a[0],c=a[1];Ke(t,i,c)}else if(M(a))for(let i of Object.entries(a)){let c=i[0],l=i[1];Ke(t,c,l)}else{let i=e[s++],c=e[s];Ke(t,i,c)}}},To={mount:()=>({update:({el:t,values:e,option:n,flags:o})=>{qr(t,e,n,o)}})};function zr(t){return!!t||t===""}var Ke=(t,e,n)=>{if(ue(e)){D(3,":prop",t);return}if(e==="innerHTML"||e==="textContent"){let s=[...t.childNodes];setTimeout(()=>s.forEach(ye),1),t[e]=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,a=n??"";s!==a&&(t.value=a),n==null&&t.removeAttribute(e);return}let r=!1;if(n===""||n==null){let s=typeof t[e];s==="boolean"?n=zr(n):n==null&&s==="string"?(n="",r=!0):s==="number"&&(n=0,r=!0)}try{t[e]=n}catch(s){r||D(4,e,o,n,s)}r&&t.removeAttribute(e)};var xo={once:!0,mount:({el:t,parseResult:e,expr:n})=>{let o=e,r=o.value()[0],s=v(r),a=o.refs[0];return s?r.push(t):a?a?.(t):o.context[n]=t,()=>{if(s){let i=r.indexOf(t);i!==-1&&r.splice(i,1)}else a?.(null)}}};var Kr=(t,e)=>{let n=ke(t).data,o=n._ord;Un(o)&&(o=n._ord=t.style.display),!!e[0]?t.style.display=o:t.style.display="none"},Co={mount:()=>({update:({el:t,values:e})=>{Kr(t,e)}})};var Wr=(t,e,n)=>{let o=e.length;for(let r=0;r<o;++r){let s=e[r],a=n?.[r];if(v(s)){let i=s.length;for(let c=0;c<i;++c)vo(t,s[c],a?.[c])}else vo(t,s,a)}},Ht={mount:()=>({update:({el:t,values:e,previousValues:n})=>{Wr(t,e,n)}})},vo=(t,e,n)=>{let o=t.style,r=F(e);if(e&&!r){if(n&&!F(n))for(let s in n)e[s]==null&&vn(o,s,"");for(let s in e)vn(o,s,e[s])}else{let s=o.display;if(r?n!==e&&(o.cssText=e):n&&t.removeAttribute("style"),"_ord"in ke(t).data)return;o.display=s}},Eo=/\s*!important$/;function vn(t,e,n){if(v(n))n.forEach(o=>{vn(t,e,o)});else if(n==null&&(n=""),e.startsWith("--"))t.setProperty(e,n);else{let o=Gr(t,e);Eo.test(n)?t.setProperty(_e(o),n.replace(Eo,""),"important"):t[o]=n}}var Ro=["Webkit","Moz","ms"],Cn={};function Gr(t,e){let n=Cn[e];if(n)return n;let o=U(e);if(o!=="filter"&&o in t)return Cn[e]=o;o=et(o);for(let r=0;r<Ro.length;r++){let s=Ro[r]+o;if(s in t)return Cn[e]=s}return e}var ie=t=>wo(H(t)),wo=(t,e=new WeakMap)=>{if(!t||!M(t))return t;if(v(t))return t.map(ie);if(ae(t)){let o=new Set;for(let r of t.keys())o.add(ie(r));return o}if(Re(t)){let o=new Map;for(let r of t)o.set(ie(r[0]),ie(r[1]));return o}if(e.has(t))return H(e.get(t));let n={...t};e.set(t,n);for(let o of Object.entries(n))n[o[0]]=wo(H(o[1]),e);return n};var Jr=(t,e)=>{let n=e[0];t.textContent=ae(n)?JSON.stringify(ie([...n])):Re(n)?JSON.stringify(ie([...n])):M(n)?JSON.stringify(ie(n)):n?.toString()??""},So={mount:()=>({update:({el:t,values:e})=>{Jr(t,e)}})};var Ao={mount:()=>({update:({el:t,values:e})=>{Ke(t,"value",e[0])}})};var pe=class t{static getDefault(){return t.He??(t.He=new t)}B={};u={};pt=()=>Object.keys(this.B).filter(e=>e.length===1||!e.startsWith(":"));X=new Map;$=new Map;static He;static Vt="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";forGrowThreshold=10;globalContext;useInterpolation=!0;constructor(e){if(this.setDirectives("r-"),e){this.globalContext=e;return}this.globalContext=this.Lt()}Lt(){let e={},n=globalThis;for(let o of t.Vt.split(","))e[o]=n[o];return e.ref=xe,e.sref=se,e.flatten=ie,e}addComponent(...e){for(let n of e){if(!n.defaultName){pt.warning("Registered component's default name is not defined",n);continue}this.X.set(et(n.defaultName),n),this.$.set(et(n.defaultName).toLocaleUpperCase(),n)}}setDirectives(e){this.B={".":To,":":hn,"@":xn,[`${e}on`]:xn,[`${e}bind`]:hn,[`${e}html`]:kt,[`${e}text`]:So,[`${e}show`]:Co,[`${e}model`]:uo,":style":Ht,[`${e}style`]:Ht,[`${e}bind:style`]:Ht,":class":yn,[`${e}bind:class`]:yn,":ref":xo,":value":Ao,[`${e}teleport`]:xt},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.B,this.u)}};var Bt=(t,e)=>{if(!t)return;let o=(e??pe.getDefault()).u,r=/(\{\{[^]*?\}\}|\[\[[^]*?\]\])/g,s=[{start:"{{",end:"}}"},{start:"[[",end:"]]"}];for(let a of Xr(t,o.pre,s))Qr(a,o.text,r,s)},Qr=(t,e,n,o)=>{let r=t.textContent;if(!r)return;let s=n,a=r.split(s);if(a.length<=1)return;if(t.parentElement?.childNodes.length===1&&a.length===3){let c=a[1],l=No(c,o);if(l&&B(a[0])&&B(a[2])){let u=t.parentElement;u.setAttribute(e,c.substring(l.start.length,c.length-l.end.length)),u.innerText="";return}}let i=document.createDocumentFragment();for(let c of a){let l=No(c,o);if(l){let u=document.createElement("span");u.setAttribute(e,c.substring(l.start.length,c.length-l.end.length)),i.appendChild(u)}else i.appendChild(document.createTextNode(c))}t.replaceWith(i)},Xr=(t,e,n)=>{let o=[],r=s=>{if(s.nodeType===Node.TEXT_NODE)n.some(a=>s.textContent?.includes(a.start))&&o.push(s);else{if(s?.hasAttribute?.(e))return;for(let a of Te(s))r(a)}};return r(t),o},No=(t,e)=>e.find(n=>t.startsWith(n.start)&&t.endsWith(n.end));var Yr=9,Zr=10,es=13,ts=32,Ee=46,jt=44,ns=39,os=34,_t=40,We=41,$t=91,En=93,Rn=63,rs=59,Oo=58,Mo=123,Ft=125,Ie=43,qt=45,wn=96,ko=47,Sn=92,Lo=new Set([2,3]),Ho={"=":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},ss={"=>":2,...Ho,"||":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},Bo=Object.keys(Ho),is=new Set(Bo),Nn=new Set(["=>"]);Bo.forEach(t=>Nn.add(t));var Io={true:!0,false:!1,null:null},as="this",Ge="Expected ",Ve="Unexpected ",Mn="Unclosed ",cs=Ge+":",Vo=Ge+"expression",us="missing }",ls=Ve+"object property",fs=Mn+"(",Do=Ge+"comma",Po=Ve+"token ",ps=Ve+"period",An=Ge+"expression after ",ms="missing unaryOp argument",ds=Mn+"[",hs=Ge+"exponent (",ys="Variable names cannot start with a number (",gs=Mn+'quote after "',st=t=>t>=48&&t<=57,Uo=t=>ss[t],On=class{p;e;get H(){return this.p.charAt(this.e)}get h(){return this.p.charCodeAt(this.e)}f(e){return this.p.charCodeAt(this.e)===e}constructor(e){this.p=e,this.e=0}K(e){return e>=65&&e<=90||e>=97&&e<=122||e===36||e===95||e>=128}ue(e){return this.K(e)||st(e)}i(e){return new Error(`${e} at character ${this.e}`)}g(){let e=this.h,n=this.p,o=this.e;for(;e===ts||e===Yr||e===Zr||e===es;)e=n.charCodeAt(++o);this.e=o}parse(){let e=this.pe();return e.length===1?e[0]:{type:0,body:e}}pe(e){let n=[];for(;this.e<this.p.length;){let o=this.h;if(o===rs||o===jt)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.i(Ve+'"'+this.H+'"')}}}return n}S(){let e=this.It()??this.je();return this.g(),this.Pt(e)}le(){this.g();let e=this.p,n=this.e,o=e.charCodeAt(n),r=e.charCodeAt(n+1),s=e.charCodeAt(n+2),a=e.charCodeAt(n+3);if(isNaN(o))return!1;let i=!1,c=0;return o===62&&r===62&&s===62&&a===61?(i=">>>=",c=4):o===61&&r===61&&s===61?(i="===",c=3):o===33&&r===61&&s===61?(i="!==",c=3):o===62&&r===62&&s===62?(i=">>>",c=3):o===60&&r===60&&s===61?(i="<<=",c=3):o===62&&r===62&&s===61?(i=">>=",c=3):o===42&&r===42&&s===61?(i="**=",c=3):o===61&&r===62?(i="=>",c=2):o===124&&r===124?(i="||",c=2):o===63&&r===63?(i="??",c=2):o===38&&r===38?(i="&&",c=2):o===61&&r===61?(i="==",c=2):o===33&&r===61?(i="!=",c=2):o===60&&r===61?(i="<=",c=2):o===62&&r===61?(i=">=",c=2):o===60&&r===60?(i="<<",c=2):o===62&&r===62?(i=">>",c=2):o===43&&r===61?(i="+=",c=2):o===45&&r===61?(i="-=",c=2):o===42&&r===61?(i="*=",c=2):o===47&&r===61?(i="/=",c=2):o===37&&r===61?(i="%=",c=2):o===38&&r===61?(i="&=",c=2):o===94&&r===61?(i="^=",c=2):o===124&&r===61?(i="|=",c=2):o===42&&r===42?(i="**",c=2):o===105&&r===110?this.ue(e.charCodeAt(n+2))||(i="in",c=2):o===61?(i="=",c=1):o===124?(i="|",c=1):o===94?(i="^",c=1):o===38?(i="&",c=1):o===60?(i="<",c=1):o===62?(i=">",c=1):o===43?(i="+",c=1):o===45?(i="-",c=1):o===42?(i="*",c=1):o===47?(i="/",c=1):o===37&&(i="%",c=1),i?(this.e+=c,i):!1}je(){let e,n,o,r,s,a,i,c;if(s=this.z(),!s||(n=this.le(),!n))return s;if(r={value:n,prec:Uo(n),right_a:Nn.has(n)},a=this.z(),!a)throw this.i(An+n);let l=[s,r,a];for(;n=this.le();){o=Uo(n),r={value:n,prec:o,right_a:Nn.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]);)a=l.pop(),n=l.pop().value,s=l.pop(),e=this._e(n,s,a),l.push(e);if(e=this.z(),!e)throw this.i(An+c);l.push(r,e)}for(i=l.length-1,e=l[i];i>1;)e=this._e(l[i-1].value,l[i-2],e),i-=2;return e}z(){let e;if(this.g(),e=this.Dt(),e)return this.fe(e);let n=this.h;if(st(n)||n===Ee)return this.Ut();if(n===ns||n===os)e=this.Bt();else if(n===$t)e=this.Ht();else{let o=this.jt();if(o){let r=this.z();if(!r)throw this.i(ms);return this.fe({type:7,operator:o,argument:r})}this.K(n)?(e=this.me(),e.name in Io?e={type:4,value:Io[e.name],raw:e.name}:e.name===as&&(e={type:5})):n===_t&&(e=this._t())}return e?(e=this.W(e),this.fe(e)):!1}_e(e,n,o){if(e==="=>"){let r=n.type===1?n.expressions:[n];return{type:15,params:r,body:o}}return is.has(e)?{type:16,operator:e,left:n,right:o}:{type:8,operator:e,left:n,right:o}}Dt(){let e={node:!1};return this.$t(e),e.node||(this.Ft(e),e.node)||(this.qt(e),e.node)||(this.$e(e),e.node)||this.Kt(e),e.node}fe(e){let n={node:e};return this.zt(n),this.Wt(n),this.Gt(n),n.node}jt(){let e=this.p,n=this.e,o=e.charCodeAt(n),r=e.charCodeAt(n+1),s=e.charCodeAt(n+2),a=e.charCodeAt(n+3);return o===qt?(this.e++,"-"):o===33?(this.e++,"!"):o===126?(this.e++,"~"):o===Ie?(this.e++,"+"):o===110&&r===101&&s===119&&!this.ue(a)?(this.e+=3,"new"):!1}It(){let e={};return this.Jt(e),e.node}Pt(e){let n={node:e};return this.Qt(n),n.node}W(e){this.g();let n=this.h;for(;n===Ee||n===$t||n===_t||n===Rn;){let o;if(n===Rn){if(this.p.charCodeAt(this.e+1)!==Ee)break;o=!0,this.e+=2,this.g(),n=this.h}if(this.e++,n===$t){if(e={type:3,computed:!0,object:e,property:this.S()},this.g(),n=this.h,n!==En)throw this.i(ds);this.e++}else n===_t?e={type:6,arguments:this.Fe(We),callee:e}:(o&&this.e--,this.g(),e={type:3,computed:!1,object:e,property:this.me()});o&&(e.optional=!0),this.g(),n=this.h}return e}Ut(){let e=this.p,n=this.e,o=n;for(;st(e.charCodeAt(o));)o++;if(e.charCodeAt(o)===Ee)for(o++;st(e.charCodeAt(o));)o++;let r=e.charCodeAt(o);if(r===101||r===69){o++;let i=e.charCodeAt(o);(i===Ie||i===qt)&&o++;let c=o;for(;st(e.charCodeAt(o));)o++;if(c===o){this.e=o;let l=e.slice(n,o);throw this.i(hs+l+this.H+")")}}this.e=o;let s=e.slice(n,o),a=e.charCodeAt(o);if(this.K(a))throw this.i(ys+s+this.H+")");if(a===Ee||s.length===1&&s.charCodeAt(0)===Ee)throw this.i(ps);return{type:4,value:parseFloat(s),raw:s}}Bt(){let e=this.p,n=e.length,o=this.e,r=e.charCodeAt(this.e++),s=this.e,a=s,i=[],c=!1,l=!1;for(;s<n;){let f=e.charCodeAt(s);if(f===r){l=!0,this.e=s+1;break}if(f===Sn){c||(c=!0),i.push(e.slice(a,s));let p=e.charCodeAt(s+1);i.push(this.qe(p)),s+=2,a=s}else s++}let u=c?i.join("")+e.slice(a,l?s:n):e.slice(a,l?s:n);if(!l)throw this.e=s,this.i(gs+u+'"');return{type:4,value:u,raw:e.substring(o,this.e)}}qe(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)}}me(){let e=this.h,n=this.e;if(this.K(e))this.e++;else throw this.i(Ve+this.H);for(;this.e<this.p.length&&(e=this.h,this.ue(e));)this.e++;return{type:2,name:this.p.slice(n,this.e)}}Fe(e){let n=[],o=!1,r=0;for(;this.e<this.p.length;){this.g();let s=this.h;if(s===e){if(o=!0,this.e++,e===We&&r&&r>=n.length)throw this.i(Po+String.fromCharCode(e));break}else if(s===jt){if(this.e++,r++,r!==n.length){if(e===We)throw this.i(Po+",");for(let a=n.length;a<r;a++)n.push(null)}}else{if(n.length!==r&&r!==0)throw this.i(Do);{let a=this.S();if(!a||a.type===0)throw this.i(Do);n.push(a)}}}if(!o)throw this.i(Ge+String.fromCharCode(e));return n}_t(){this.e++;let e=this.pe(We);if(this.f(We))return this.e++,e.length===1?e[0]:e.length?{type:1,expressions:e}:!1;throw this.i(fs)}Ht(){return this.e++,{type:9,elements:this.Fe(En)}}$t(e){if(this.f(Mo)){this.e++;let n=[];for(;!isNaN(this.h);){if(this.g(),this.f(Ft)){this.e++,e.node=this.W({type:10,properties:n});return}let o=this.S();if(!o)break;if(this.g(),o.type===2&&(this.f(jt)||this.f(Ft)))n.push({type:12,computed:!1,key:o,value:o,shorthand:!0});else if(this.f(Oo)){this.e++;let r=this.S();if(!r)throw this.i(ls);let s=o.type===9;n.push({type:12,computed:s,key:s?o.elements[0]:o,value:r,shorthand:!1}),this.g()}else n.push(o);this.f(jt)&&this.e++}throw this.i(us)}}Ft(e){let n=this.h;if((n===Ie||n===qt)&&n===this.p.charCodeAt(this.e+1)){this.e+=2;let o=e.node={type:13,operator:n===Ie?"++":"--",argument:this.W(this.me()),prefix:!0};if(!o.argument||!Lo.has(o.argument.type))throw this.i(Ve+o.operator)}}Wt(e){let n=e.node,o=this.h;if((o===Ie||o===qt)&&o===this.p.charCodeAt(this.e+1)){if(!Lo.has(n.type))throw this.i(Ve+(o===Ie?"++":"--"));this.e+=2,e.node={type:13,operator:o===Ie?"++":"--",argument:n,prefix:!1}}}qt(e){this.p.charCodeAt(this.e)===Ee&&this.p.charCodeAt(this.e+1)===Ee&&this.p.charCodeAt(this.e+2)===Ee&&(this.e+=3,e.node={type:14,argument:this.S()})}Qt(e){if(e.node&&this.f(Rn)){this.e++;let n=e.node,o=this.S();if(!o)throw this.i(Vo);if(this.g(),this.f(Oo)){this.e++;let r=this.S();if(!r)throw this.i(Vo);e.node={type:11,test:n,consequent:o,alternate:r}}else throw this.i(cs)}}Jt(e){if(this.g(),this.f(_t)){let n=this.e;if(this.e++,this.g(),this.f(We)){this.e++;let o=this.le();if(o==="=>"){let r=this.je();if(!r)throw this.i(An+o);e.node={type:15,params:null,body:r};return}}this.e=n}}Gt(e){let n=e.node,o=n.type;(o===2||o===3)&&this.f(wn)&&(e.node={type:17,tag:n,quasi:this.$e(e)})}$e(e){if(!this.f(wn))return;let n=this.p,o=n.length,r={type:19,quasis:[],expressions:[]},s=++this.e,a=[],i=[],c=!1,l=u=>{if(!c){let h=n.slice(s,this.e);return r.quasis.push({type:18,value:{raw:h,cooked:h},tail:u})}a.push(n.slice(s,this.e)),i.push(n.slice(s,this.e));let f=a.join(""),p=i.join("");return a.length=0,i.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===wn)return l(!0),this.e+=1,e.node=r,r;if(u===36&&n.charCodeAt(this.e+1)===Mo){if(l(!1),this.e+=2,r.expressions.push(...this.pe(Ft)),!this.f(Ft))throw this.i("unclosed ${");this.e+=1,s=this.e}else if(u===Sn){c||(c=!0),a.push(n.slice(s,this.e)),i.push(n.slice(s,this.e));let f=n.charCodeAt(this.e+1);a.push(n.slice(this.e,this.e+2)),i.push(this.qe(f)),this.e+=2,s=this.e}else this.e+=1}throw this.i("Unclosed `")}zt(e){let n=e.node;if(!n||n.operator!=="new"||!n.argument)return;if(!n.argument||![6,3].includes(n.argument.type))throw this.i("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}Kt(e){if(!this.f(ko))return;let n=++this.e,o=!1;for(;this.e<this.p.length;){if(this.h===ko&&!o){let r=this.p.slice(n,this.e),s="";for(;++this.e<this.p.length;){let i=this.h;if(i>=97&&i<=122||i>=65&&i<=90||i>=48&&i<=57)s+=this.H;else break}let a;try{a=new RegExp(r,s)}catch(i){throw this.i(i.message)}return e.node={type:4,value:a,raw:this.p.slice(n-1,this.e)},e.node=this.W(e.node),e.node}this.f($t)?o=!0:o&&this.f(En)&&(o=!1),this.e+=this.f(Sn)?2:1}throw this.i("Unclosed Regex")}},jo=t=>new On(t).parse();var bs={"=>":(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,"&":(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},Ts={"-":t=>-t,"+":t=>+t,"!":t=>!t,"~":t=>~t,new:t=>t},qo=t=>{if(!t?.some(Fo))return t;let e=[];return t.forEach(n=>Fo(n)?e.push(...n):e.push(n)),e},_o=(...t)=>qo(t),kn=(t,e)=>{if(!t)return e;let n=Object.create(e??{});return n.$event=t,n},xs={"++":(t,e)=>{let n=t[e];if(x(n)){let o=n();return n(++o),o}return++t[e]},"--":(t,e)=>{let n=t[e];if(x(n)){let o=n();return n(--o),o}return--t[e]}},Cs={"++":(t,e)=>{let n=t[e];if(x(n)){let o=n();return n(o+1),o}return t[e]++},"--":(t,e)=>{let n=t[e];if(x(n)){let o=n();return n(o-1),o}return t[e]--}},$o={"=":(t,e,n)=>{let o=t[e];return x(o)?o(n):t[e]=n},"+=":(t,e,n)=>{let o=t[e];return x(o)?o(o()+n):t[e]+=n},"-=":(t,e,n)=>{let o=t[e];return x(o)?o(o()-n):t[e]-=n},"*=":(t,e,n)=>{let o=t[e];return x(o)?o(o()*n):t[e]*=n},"/=":(t,e,n)=>{let o=t[e];return x(o)?o(o()/n):t[e]/=n},"%=":(t,e,n)=>{let o=t[e];return x(o)?o(o()%n):t[e]%=n},"**=":(t,e,n)=>{let o=t[e];return x(o)?o(o()**n):t[e]**=n},"<<=":(t,e,n)=>{let o=t[e];return x(o)?o(o()<<n):t[e]<<=n},">>=":(t,e,n)=>{let o=t[e];return x(o)?o(o()>>n):t[e]>>=n},">>>=":(t,e,n)=>{let o=t[e];return x(o)?o(o()>>>n):t[e]>>>=n},"|=":(t,e,n)=>{let o=t[e];return x(o)?o(o()|n):t[e]|=n},"&=":(t,e,n)=>{let o=t[e];return x(o)?o(o()&n):t[e]&=n},"^=":(t,e,n)=>{let o=t[e];return x(o)?o(o()^n):t[e]^=n}},zt=(t,e)=>$(t)?t.bind(e):t,Ln=class{l;Ke;ze;We;A;Ge;Je;constructor(e,n,o,r,s){this.l=v(e)?e:[e],this.Ke=n,this.ze=o,this.We=r,this.Je=!!s}Qe(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],zt(H(o[r]),o);for(let a of this.l)if(r in a)return this.A=a[r],zt(H(a[r]),a);let s=this.Ke;if(s&&r in s)return this.A=s[r],zt(H(s[r]),s)}5(e,n,o){return this.l[0]}0(e,n,o){return this.Xe(n,o,_o,...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.de(e,n,o),a=r?.[s];return this.A=a,zt(H(a),r)}4(e,n,o){return e.value}6(e,n,o){let r=(a,...i)=>$(a)?a(...qo(i)):a,s=this.E(++n,o,r,e.callee,...e.arguments);return this.A=s,s}7(e,n,o){return this.E(n,o,Ts[e.operator],e.argument)}8(e,n,o){let r=bs[e.operator];switch(e.operator){case"||":case"&&":case"??":return r(()=>this.b(e.left,n,o),()=>this.b(e.right,n,o))}return this.E(n,o,r,e.left,e.right)}9(e,n,o){return this.Xe(++n,o,_o,...e.elements)}10(e,n,o){let r={},s=(...a)=>{a.forEach(i=>{Object.assign(r,i)})};return this.E(++n,o,s,...e.properties),r}11(e,n,o){return this.E(n,o,r=>this.b(r?e.consequent:e.alternate,n,o),e.test)}12(e,n,o){let r={},s=u=>u?.type!==15,a=this.We??(()=>!1),i=n===0&&this.Je,c=u=>this.Ye(i,e.key,n,kn(u,o)),l=u=>this.Ye(i,e.value,n,kn(u,o));if(e.shorthand){let u=e.key.name;r[u]=s(e.key)&&a(u,n)?c:c()}else if(e.computed){let u=H(c());r[u]=s(e.value)&&a(u,n)?l:l()}else{let u=e.key.type===4?e.key.value:e.key.name;r[u]=s(e.value)&&a(u,n)?()=>l:l()}return r}de(e,n,o){let r=this.b(e.object,n,o),s=e.computed?this.b(e.property,n,o):e.property.name;return{obj:r,key:s}}13(e,n,o){let r=e.argument,s=e.operator,a=e.prefix?xs:Cs;if(r.type===2){let i=r.name,c=this.Qe(i,o);return ue(c)?void 0:a[s](c,i)}if(r.type===3){let{obj:i,key:c}=this.de(r,n,o);return a[s](i,c)}}16(e,n,o){let r=e.left,s=e.operator;if(r.type===2){let a=r.name,i=this.Qe(a,o);if(ue(i))return;let c=this.b(e.right,n,o);return $o[s](i,a,c)}if(r.type===3){let{obj:a,key:i}=this.de(r,n,o),c=this.b(e.right,n,o);return $o[s](a,i,c)}}14(e,n,o){let r=this.b(e.argument,n,o);return v(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((a,i,c)=>a+=i+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,...a)=>new s(...a);return this.E(n,o,r,e.callee,...e.arguments)}15(e,n,o){return(...r)=>{let s=Object.create(o??{}),a=e.params;if(a){let i=0;for(let c of a)s[c.name]=r[i++]}return this.b(e.body,n,s)}}b(e,n,o){let r=H(this[e.type](e,n,o));return this.Ge=e.type,r}Ye(e,n,o,r){let s=this.b(n,o,r);return e&&this.Ze()?this.A:s}Ze(){let e=this.Ge;return(e===2||e===3||e===6)&&x(this.A)}eval(e,n){let{value:o,refs:r}=fn(()=>this.b(e,-1,n)),s={value:o,refs:r};return this.Ze()&&(s.ref=this.A),s}E(e,n,o,...r){let s=r.map(a=>a&&this.b(a,e,n));return o(...s)}Xe(e,n,o,...r){let s=this.ze;if(!s)return this.E(e,n,o,...r);let a=r.map((i,c)=>i&&(i.type!==15&&s(c,e)?l=>this.b(i,e,kn(l,n)):this.b(i,e,n)));return o(...a)}},zo=Symbol("s"),Fo=t=>t?.s===zo,Ko=(t,e,n,o,r,s,a)=>new Ln(e,n,o,r,a).eval(t,s);var Wo={},Go=t=>!!t,Kt=class{l;o;constructor(e,n){this.l=e,this.o=n}v(e){this.l=[e,...this.l]}Y(){return this.l.map(n=>n.components).filter(Go).reverse().reduce((n,o)=>{for(let[r,s]of Object.entries(o))n[r.toUpperCase()]=s;return n},{})}ut(){let e=[],n=new Set,o=this.l.map(r=>r.components).filter(Go).reverse();for(let r of o)for(let s of Object.keys(r))n.has(s)||(n.add(s),e.push(s));return e}V(e,n,o,r,s){let a=[],i=[],c=new Set,l=()=>{for(let C=0;C<i.length;++C)i[C]();i.length=0},p={value:()=>a,stop:()=>{l(),c.clear()},subscribe:(C,R)=>(c.add(C),R&&C(a),()=>{c.delete(C)}),refs:[],context:this.l[0]};if(B(e))return p;let h=this.o.globalContext,m=[],d=new Set,g=(C,R,j,K)=>{try{let V=Ko(C,R,h,n,o,K,r);return j&&V.refs.length>0&&m.push(...V.refs),{value:V.value,refs:V.refs,ref:V.ref}}catch(V){D(6,`evaluation error: ${e}`,V)}return{value:void 0,refs:[]}};try{let C=Wo[e]??jo("["+e+"]");Wo[e]=C;let R=this.l.slice(),j=C.elements,K=j.length,V=new Array(K);p.refs=V;let ne=()=>{m.length=0,s||(d.clear(),l());let X=new Array(K);for(let N=0;N<K;++N){let oe=j[N];if(n?.(N,-1)){X[N]=S=>g(oe,R,!1,{$event:S}).value;continue}let T=g(oe,R,!0);X[N]=T.value,V[N]=T.ref}if(!s)for(let N of m)d.has(N)||(d.add(N),i.push(re(N,ne)));if(a=X,c.size!==0)for(let N of c)c.has(N)&&N(a)};ne()}catch(C){D(6,`parse error: ${e}`,C)}return p}L(){return this.l.slice()}et=[];ie(e){this.et.push(this.l),this.l=e}C(e,n){try{this.ie(e),n()}finally{this.Xt()}}Xt(){this.l=this.et.pop()??[]}};var Jo=t=>{let e=t.charCodeAt(0);return e>=48&&e<=57||e>=65&&e<=90||e>=97&&e<=122||t==="-"||t==="_"||t===":"},vs=(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},Es=(t,e)=>{let n=e?2:1;for(;n<t.length&&(t[n]===" "||t[n]===`
|
|
3
|
-
`);)++n;if(n>=t.length||!
|
|
1
|
+
var Ue=Symbol(":regor");var ye=t=>{let e=[t];for(let n=0;n<e.length;++n){let o=e[n];or(o);for(let r=o.lastChild;r!=null;r=r.previousSibling)e.push(r)}},or=t=>{let e=t[Ue];if(!e)return;let n=e.unbinders;for(let o=0;o<n.length;++o)n[o]();n.length=0,t[Ue]=void 0};var He=[],lt=!1,pt,Un=()=>{if(lt=!1,pt=void 0,He.length!==0){for(let t=0;t<He.length;++t)ye(He[t]);He.length=0}},z=t=>{t.remove(),He.push(t),lt||(lt=!0,pt=setTimeout(Un,1))},rr=async()=>{He.length===0&&!lt||(pt&&clearTimeout(pt),Un())};var $=t=>typeof t=="function",F=t=>typeof t=="string",Hn=t=>typeof t>"u",ue=t=>t==null||typeof t>"u",B=t=>typeof t!="string"||!t?.trim(),sr=Object.prototype.toString,Xt=t=>sr.call(t),we=t=>Xt(t)==="[object Map]",ae=t=>Xt(t)==="[object Set]",Yt=t=>Xt(t)==="[object Date]",Ye=t=>typeof t=="symbol",E=Array.isArray,M=t=>t!==null&&typeof t=="object";var Bn={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."},P=(t,...e)=>{let n=Bn[t];return new Error($(n)?n.call(Bn,...e):n)};var ft=[],jn=()=>{let t={onMounted:[],onUnmounted:[]};return ft.push(t),t},Me=t=>{let e=ft[ft.length-1];if(!e&&!t)throw P(2);return e},_n=t=>{let e=Me();return t&&en(t),ft.pop(),e},Zt=Symbol("csp"),en=t=>{let e=t,n=e[Zt];if(n){let o=Me();if(n===o)return;o.onMounted.length>0&&n.onMounted.push(...o.onMounted),o.onUnmounted.length>0&&n.onUnmounted.push(...o.onUnmounted);return}e[Zt]=Me()},mt=t=>t[Zt];var Se=t=>{mt(t)?.onUnmounted?.forEach(n=>{n()}),t.unmounted?.()};var $n={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]})},D=(t,...e)=>{let n=$n[t],o=$(n)?n.call($n,...e):n,r=Be.warning;r&&(F(o)?r(o):r(o,...o.args))},Be={warning:console.warn};var dt=Symbol("ref"),J=Symbol("sref"),ht=Symbol("raw");var T=t=>t!=null&&t[J]===1;var je=class extends Error{propPath;detail;constructor(e,n){super(n),this.name="PropValidationError",this.propPath=e,this.detail=n}},ge=(t,e)=>{throw new je(t,`${e}.`)},ir=t=>{if(t===null)return"null";if(t===void 0)return"undefined";if(typeof t=="string")return"string";if(typeof t=="number")return"number";if(typeof t=="boolean")return"boolean";if(typeof t=="bigint")return"bigint";if(typeof t=="symbol")return"symbol";if(typeof t=="function")return"function";if(E(t))return"array";if(t instanceof Date)return"Date";if(t instanceof RegExp)return"RegExp";if(t instanceof Map)return"Map";if(t instanceof Set)return"Set";let e=t?.constructor?.name;return e&&e!=="Object"?e:"object"},ar=t=>typeof t=="string"?`"${t}"`:typeof t=="number"||typeof t=="boolean"?String(t):t===null?"null":t===void 0?"undefined":ir(t),cr=(t,e)=>{typeof t!="string"&&ge(e,"expected string")},ur=(t,e)=>{typeof t!="number"&&ge(e,"expected number")},lr=(t,e)=>{typeof t!="boolean"&&ge(e,"expected boolean")},pr=t=>(e,n)=>{e instanceof t||ge(n,`expected instance of ${t.name||"provided class"}`)},fr=t=>(e,n,o)=>{e!==void 0&&t(e,n,o)},mr=t=>(e,n,o)=>{e!==null&&t(e,n,o)},dr=t=>(e,n)=>{t.includes(e)||ge(n,`expected one of ${t.map(o=>ar(o)).join(", ")}`)},hr=t=>(e,n,o)=>{E(e)||ge(n,"expected array");let r=e;for(let s=0;s<r.length;++s)t(r[s],`${n}[${s}]`,o)},yr=t=>(e,n,o)=>{M(e)||ge(n,"expected object");let r=e;for(let s in t){let a=t[s];a(r[s],`${n}.${s}`,o)}},gr=t=>(e,n,o)=>{T(e)||ge(n,"expected ref"),t(e(),`${n}.value`,o)},br={fail:ge,isString:cr,isNumber:ur,isBoolean:lr,isClass:pr,optional:fr,nullable:mr,oneOf:dr,arrayOf:hr,shape:yr,refOf:gr};var xr=(t,e,n)=>{let o=t.tagName?.toLowerCase?.()||"unknown",r=n instanceof je?n.propPath:e,s=n instanceof je?n.detail:n instanceof Error?n.message:String(n);return n instanceof Error?new Error(`Invalid prop "${r}" on <${o}>: ${s}`,{cause:n}):new Error(`Invalid prop "${r}" on <${o}>: ${s}`,{cause:n})},Ze=class{props;start;end;ctx;autoProps=!0;entangle=!0;enableSwitch=!1;onAutoPropsAssigned;G;J;constructor(e,n,o,r,s,a){this.props=e,this.G=n,this.ctx=o,this.start=r,this.end=s,this.J=a}emit=(e,n)=>{this.G.dispatchEvent(new CustomEvent(e,{detail:n}))};findContext(e,n=0){if(n<0)return;let o=0;for(let r of this.ctx??[])if(r instanceof e){if(o===n)return r;++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}.`)}validateProps(e){if(this.J==="off")return;let n=this.props;for(let o in e){let r=e[o];if(!r)continue;let s=r;try{s(n[o],o,this)}catch(a){let i=xr(this.G,o,a);if(this.J==="warn"){Be.warning(i.message,i);continue}throw i}}}unmount(){let e=this.start.nextSibling,n=this.end;for(;e&&e!==n;)z(e),e=e.nextSibling;for(let o of this.ctx)Se(o)}};var ke=t=>{let e=t,n=e[Ue];if(n)return n;let o={unbinders:[],data:{}};return e[Ue]=o,o};var q=(t,e)=>{ke(t).unbinders.push(e)};var gt={},yt={},Fn=1,qn=t=>{let e=(Fn++).toString();return gt[e]=t,yt[e]=0,e},tn=t=>{yt[t]+=1},nn=t=>{--yt[t]===0&&(delete gt[t],delete yt[t])},zn=t=>gt[t],on=()=>Fn!==1&&Object.keys(gt).length>0,et="r-switch",Tr=t=>{let e=t.filter(o=>be(o)).map(o=>[...o.querySelectorAll("[r-switch]")].map(r=>r.getAttribute(et))),n=new Set;return e.forEach(o=>{o.forEach(r=>r&&n.add(r))}),[...n]},_e=(t,e)=>{if(!on())return;let n=Tr(e);n.length!==0&&(n.forEach(tn),q(t,()=>{n.forEach(nn)}))};var bt=()=>{},rn=(t,e,n,o)=>{let r=[];for(let s of t){let a=s.cloneNode(!0);n.insertBefore(a,o),r.push(a)}Ae(e,r)},sn=Symbol("r-if"),Kn=Symbol("r-else"),Wn=t=>t[Kn]===1,xt=class{r;N;ge;Q;X;x;R;constructor(e){this.r=e,this.N=e.o.u.if,this.ge=Ct(e.o.u.if),this.Q=e.o.u.else,this.X=e.o.u.elseif,this.x=e.o.u.for,this.R=e.o.u.pre}ot(e,n){let o=e.parentElement;for(;o!==null&&o!==document.documentElement;){if(o.hasAttribute(n))return!0;o=o.parentElement}return!1}k(e){let n=e.hasAttribute(this.N);return n&&this.y(e),this.r.M.j(e,o=>{o.hasAttribute(this.N)&&this.y(o)}),n}Y(e){return e[sn]?!0:(e[sn]=!0,Tt(e,this.ge).forEach(n=>n[sn]=!0),!1)}y(e){if(e.hasAttribute(this.R)||this.Y(e)||this.ot(e,this.x))return;let n=e.getAttribute(this.N);if(!n){D(0,this.N,e);return}e.removeAttribute(this.N),this.O(e,n)}U(e,n,o){let r=$e(e),s=e.parentNode,a=document.createComment(`__begin__ :${n}${o??""}`);s.insertBefore(a,e),_e(a,r),r.forEach(c=>{z(c)}),e.remove(),n!=="if"&&(e[Kn]=1);let i=document.createComment(`__end__ :${n}${o??""}`);return s.insertBefore(i,a.nextSibling),{nodes:r,parent:s,commentBegin:a,commentEnd:i}}be(e,n){if(!e)return[];let o=e.nextElementSibling;if(e.hasAttribute(this.Q)){e.removeAttribute(this.Q);let{nodes:r,parent:s,commentBegin:a,commentEnd:i}=this.U(e,"else");return[{mount:()=>{rn(r,this.r,s,i)},unmount:()=>{xe(a,i)},isTrue:()=>!0,isMounted:!1}]}else{let r=e.getAttribute(this.X);if(!r)return[];e.removeAttribute(this.X);let{nodes:s,parent:a,commentBegin:i,commentEnd:c}=this.U(e,"elseif",` => ${r} `),l=this.r.m.V(r),u=l.value,p=this.be(o,n),f=bt;return q(i,()=>{l.stop(),f(),f=bt}),f=l.subscribe(n),[{mount:()=>{rn(s,this.r,a,c)},unmount:()=>{xe(i,c)},isTrue:()=>!!u()[0],isMounted:!1},...p]}}O(e,n){let o=e.nextElementSibling,{nodes:r,parent:s,commentBegin:a,commentEnd:i}=this.U(e,"if",` => ${n} `),c=this.r.m.V(n),l=c.value,u=!1,p=this.r.m,f=p.L(),h=()=>{p.C(f,()=>{if(l()[0])u||(rn(r,this.r,s,i),u=!0),m.forEach(C=>{C.unmount(),C.isMounted=!1});else{xe(a,i),u=!1;let C=!1;for(let R of m)!C&&R.isTrue()?(R.isMounted||(R.mount(),R.isMounted=!0),C=!0):(R.unmount(),R.isMounted=!1)}})},m=this.be(o,h),d=bt;q(a,()=>{c.stop(),d(),d=bt}),h(),d=c.subscribe(h)}};var $e=t=>{let e=le(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?.tagName;if(s==="SCRIPT"||s==="STYLE")continue}n.push(r)}return n},Ae=(t,e)=>{for(let n=0;n<e.length;++n){let o=e[n];o.nodeType===Node.ELEMENT_NODE&&(Wn(o)||t._(o))}},Tt=(t,e)=>{let n=t.querySelectorAll(e);return t.matches?.(e)?[t,...n]:n},le=t=>t instanceof HTMLTemplateElement,be=t=>t.nodeType===Node.ELEMENT_NODE,tt=t=>t.nodeType===Node.ELEMENT_NODE,Gn=t=>t instanceof HTMLSlotElement,Te=t=>le(t)?t.content.childNodes:t.childNodes,xe=(t,e)=>{let n=t.nextSibling;for(;n!=null&&n!==e;){let o=n.nextSibling;z(n),n=o}},Jn=function(){return this()},Cr=function(t){return this(t)},Er=()=>{throw new Error("value is readonly.")},vr={get:Jn,set:Cr,enumerable:!0,configurable:!1},Rr={get:Jn,set:Er,enumerable:!0,configurable:!1},Ne=(t,e)=>{Object.defineProperty(t,"value",e?Rr:vr)},Qn=(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},Ct=t=>`[${CSS.escape(t)}]`,Et=(t,e)=>(t.startsWith("@")&&(t=e.u.on+":"+t.slice(1)),t.includes("[")&&(t=t.replace(/[[\]]/g,e.u.dynamic)),t),an=t=>{let e=Object.create(null);return n=>e[n]||(e[n]=t(n))},wr=/-(\w)/g,U=an(t=>t&&t.replace(wr,(e,n)=>n?n.toUpperCase():"")),Sr=/\B([A-Z])/g,Fe=an(t=>t&&t.replace(Sr,"-$1").toLowerCase()),nt=an(t=>t&&t.charAt(0).toUpperCase()+t.slice(1));var vt={mount:()=>{}};var qe=t=>{let e=t.trim();return e?e.split(/\s+/):[]};var Rt=t=>{mt(t)?.onMounted?.forEach(n=>{n()}),t.mounted?.()};var cn=Symbol("scope"),un=t=>{try{jn();let e=t();en(e);let n={context:e,unmount:()=>Se(e),[cn]:1};return n[cn]=1,n}finally{_n()}},Xn=t=>M(t)?cn in t:!1;var ln={collectRefObj:!0,mount:({parseResult:t})=>({update:({values:e})=>{let n=t.context,o=e[0];if(M(o))for(let r of Object.entries(o)){let s=r[0],a=r[1],i=n[s];i!==a&&(T(i)?i(a):n[s]=a)}}})};var te=(t,e)=>{Me(e)?.onUnmounted.push(t)};var re=(t,e,n,o=!0)=>{if(!T(t))throw P(3,"observe");n&&e(t());let s=t(void 0,void 0,0,e);return o&&te(s,!0),s};var ot=(t,e)=>{if(t===e)return()=>{};let n=re(t,r=>e(r)),o=re(e,r=>t(r));return e(t()),()=>{n(),o()}};var rt=t=>!!t&&t[ht]===1;var ze=t=>t?.[dt]===1;var pe=[],Yn=t=>{pe.length!==0&&pe[pe.length-1]?.add(t)},Ke=t=>{if(!t)return()=>{};let e={stop:()=>{}};return Ar(t,e),te(()=>e.stop(),!0),e.stop},Ar=(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(a=>n.push(a)),o)return;for(let a of[...s]){let i=re(a,()=>{r(),Ke(t)});n.push(i)}}finally{pe.pop()}},pn=t=>{let e=pe.length,n=e>0&&pe[e-1];try{return n&&pe.push(null),t()}finally{n&&pe.pop()}},fn=t=>{try{let e=new Set;return pe.push(e),{value:t(),refs:[...e]}}finally{pe.pop()}};var Q=(t,e,n)=>{if(!T(t))return;let o=t;if(o(void 0,e,1),!n)return;let r=o();if(r){if(E(r)||ae(r))for(let s of r)Q(s,e,!0);else if(we(r))for(let s of r)Q(s[0],e,!0),Q(s[1],e,!0);if(M(r))for(let s in r)Q(r[s],e,!0)}};function Nr(t,e,n){Object.defineProperty(t,e,{value:n,enumerable:!1,writable:!0,configurable:!0})}var We=(t,e,n)=>{n.forEach(function(o){let r=t[o];Nr(e,o,function(...a){let i=r.apply(this,a),c=this[J];for(let l of c)Q(l);return i})})},wt=(t,e)=>{Object.defineProperty(t,Symbol.toStringTag,{value:e,writable:!1,enumerable:!1,configurable:!0})};var Zn=Array.prototype,mn=Object.create(Zn),Or=["push","pop","shift","unshift","splice","sort","reverse"];We(Zn,mn,Or);var eo=Map.prototype,St=Object.create(eo),Mr=["set","clear","delete"];wt(St,"Map");We(eo,St,Mr);var to=Set.prototype,At=Object.create(to),kr=["add","clear","delete"];wt(At,"Set");We(to,At,kr);var de={},se=t=>{if(T(t)||rt(t))return t;let e={auto:!0,_value:t},n=c=>M(c)?J in c?!0:E(c)?(Object.setPrototypeOf(c,mn),!0):ae(c)?(Object.setPrototypeOf(c,At),!0):we(c)?(Object.setPrototypeOf(c,St),!0):!1:!1,o=n(t),r=new Set,s=(c,l)=>{if(de.stack&&de.stack.length){de.stack[de.stack.length-1].add(i);return}r.size!==0&&pn(()=>{for(let u of[...r.keys()])r.has(u)&&u(c,l)})},a=c=>{let l=c[J];l||(c[J]=l=new Set),l.add(i)},i=(...c)=>{if(!(2 in c)){let u=c[0],p=c[1];return 0 in c?e._value===u||T(u)&&(u=u(),e._value===u)?u:(n(u)&&a(u),e._value=u,e.auto&&s(u,p),e._value):(Yn(i),e._value)}switch(c[2]){case 0:{let u=c[3];if(!u)return()=>{};let p=f=>{r.delete(f)};return r.add(u),()=>{p(u)}}case 1:{let u=c[1],p=e._value;s(p,u);break}case 2:return r.size;case 3:{e.auto=!1;break}case 4:e.auto=!0}return e._value};return i[J]=1,Ne(i,!1),o&&a(t),i};var Ce=t=>{if(rt(t))return t;let e;if(T(t)?(e=t,t=e()):e=se(t),t instanceof Node||t instanceof Date||t instanceof RegExp||t instanceof Promise||t instanceof Error)return e;if(e[dt]=1,E(t)){let n=t.length;for(let o=0;o<n;++o){let r=t[o];ze(r)||(t[o]=Ce(r))}return e}if(!M(t))return e;for(let n of Object.entries(t)){let o=n[1];if(ze(o))continue;let r=n[0];Ye(r)||(t[r]=null,t[r]=Ce(o))}return e};var no=Symbol("modelBridge"),Nt=()=>{},Lr=t=>!!t?.[no],Ir=t=>{t[no]=1},Vr=t=>{let e=Ce(t());return Ir(e),e},oo={collectRefObj:!0,mount:({parseResult:t,option:e})=>{if(typeof e!="string"||!e)return Nt;let n=U(e),o,r,s=Nt,a=()=>{s(),s=Nt,o=void 0,r=void 0},i=()=>{s(),s=Nt},c=(u,p)=>{o!==u&&(i(),s=ot(u,p),o=u)},l=()=>{let u=t.refs[0]??t.value()[0],p=t.context,f=p[n];if(!T(u)){if(r&&f===r){r(u);return}if(a(),T(f)){f(u);return}p[n]=u;return}if(Lr(u)){if(f===u)return;T(f)?c(u,f):p[n]=u;return}r||(r=Vr(u)),p[n]=r,c(u,r)};return{update:()=>{l()},unmount:()=>{s()}}}};var Ot=class{r;xe;Te="";Re=-1;constructor(e){this.r=e,this.xe=e.o.u.inherit}k(e){this.rt(e)}st(e){if(this.Re!==e.size){let n=[...e.keys()];this.Te=[...n,...n.map(Fe)].join(","),this.Re=e.size}return this.Te}it(e){for(let n=0;n<e.length;++n){let o=e[n]?.components;if(o)for(let r in o)return!0}return!1}at(e){if(!le(e))return!1;let n=e.getAttributeNames();return e.hasAttribute("name")?!0:n.some(o=>o.startsWith("#"))}ct(e){return le(e)&&e.getAttributeNames().length===0}rt(e){let n=this.r,o=n.m,r=n.o.Z,s=n.o.$;if(r.size===0&&!this.it(o.l))return;let a=o.ee(),i=this.Ce();if(B(i))return;let c=this.ut(e,i);for(let l of c){if(l.hasAttribute(n.R))continue;let u=l.parentNode;if(!u)continue;let p=l.nextSibling,f=U(l.tagName).toUpperCase(),m=a[f]??s.get(f);if(!m)continue;let d=m.template;if(!d)continue;let g=l.parentElement;if(!g)continue;let C=new Comment(" begin component: "+l.tagName),R=new Comment(" end component: "+l.tagName);g.insertBefore(C,l),l.remove();let j=n.o.u.context,K=n.o.u.contextAlias,V=n.o.u.bind,ne=(y,A)=>{let v={},_=y.hasAttribute(j);return o.C(A,()=>{o.v(v),_?n.y(ln,y,j):y.hasAttribute(K)&&n.y(ln,y,K);let b=m.props;if(!b||b.length===0)return;b=b.map(U);let w=new Map(b.map(G=>[G.toLowerCase(),G]));for(let G of[...b,...b.map(Fe)]){let ce=y.getAttribute(G);ce!==null&&(v[U(G)]=ce,y.removeAttribute(G))}let k=n.F.Ee(y,!1);for(let[G,ce]of k.entries()){let[he,I]=ce.te;if(!I)continue;let ee=w.get(U(I).toLowerCase());ee&&(he!=="."&&he!==":"&&he!==V||n.y(oo,y,G,!0,ee,ce.ne))}}),v},X=[...o.L()],N=()=>{let y=ne(l,X),A=new Ze(y,l,X,C,R,n.o.propValidationMode),v=un(()=>m.context(A)??{}).context;if(A.autoProps){for(let[_,b]of Object.entries(y))if(_ in v){let w=v[_];if(w===b)continue;if(T(w)){T(b)?A.entangle?q(C,ot(b,w)):w(b()):w(b);continue}}else v[_]=b;A.onAutoPropsAssigned?.()}return{componentCtx:v,head:A}},{componentCtx:oe,head:x}=N(),S=[...Te(d)],Y=S.length,De=l.childNodes.length===0,Pe=y=>{let A=y.parentElement,v=y.name;if(B(v)&&(v=y.getAttributeNames().filter(w=>w.startsWith("#"))[0],B(v)?v="default":v=v.substring(1)),De){if(v==="default"){let w=n.o.u.text,k=l.getAttribute(w);if(!B(k)){let G=document.createElement("span");G.setAttribute(w,k),A.insertBefore(G,y),l.removeAttribute(w);return}}for(let w of[...y.childNodes])A.insertBefore(w,y);return}let _=l.querySelector(`template[name='${v}'], template[\\#${v}]`);!_&&v==="default"&&(_=[...l.querySelectorAll("template:not([name])")].find(k=>this.ct(k))??null);let b=w=>{x.enableSwitch&&o.C(X,()=>{o.v(oe);let k=ne(y,o.L());o.C(X,()=>{o.v(k);let G=o.L(),ce=qn(G);for(let he of w)be(he)&&(he.setAttribute(et,ce),tn(ce),q(he,()=>{nn(ce)}))})})};if(_){let w=[...Te(_)];for(let k of w)A.insertBefore(k,y);b(w)}else{if(v!=="default"){for(let k of[...Te(y)])A.insertBefore(k,y);return}let w=[...Te(l)].filter(k=>!this.at(k));for(let k of w)A.insertBefore(k,y);b(w)}},Jt=y=>{if(!be(y))return;let A=y.querySelectorAll("slot");if(Gn(y)){Pe(y),y.remove();return}for(let v of A)Pe(v),v.remove()};(()=>{for(let y=0;y<Y;++y)S[y]=S[y].cloneNode(!0),u.insertBefore(S[y],p),Jt(S[y])})(),g.insertBefore(R,p);let O=()=>{if(!m.inheritAttrs)return;let y=S.filter(v=>v.nodeType===Node.ELEMENT_NODE);y.length>1&&(y=y.filter(v=>v.hasAttribute(this.xe)));let A=y[0];if(A)for(let v of l.getAttributeNames()){if(v===j||v===K)continue;let _=l.getAttribute(v);if(v==="class"){let b=qe(_);b.length>0&&A.classList.add(...b)}else if(v==="style"){let b=A.style,w=l.style;for(let k of w)b.setProperty(k,w.getPropertyValue(k))}else A.setAttribute(Et(v,n.o),_)}},W=()=>{for(let y of l.getAttributeNames())!y.startsWith("@")&&!y.startsWith(n.o.u.on)&&l.removeAttribute(y)},Z=()=>{O(),W(),o.v(oe),n.ve(l,!1),oe.$emit=x.emit,Ae(n,S),q(l,()=>{Se(oe)}),q(C,()=>{ye(l)}),Rt(oe)};o.C(X,Z)}}Ce(){let e=this.r,n=e.m,o=e.o.Z,r=n.pt(),s=this.st(o);return[...s?[s]:[],...r,...r.map(Fe)].join(",")}ut(e,n){let o=[];if(B(n))return o;if(e.matches?.(n))return[e];let r=this.q(e).reverse();for(;r.length>0;){let s=r.pop();if(s.matches(n)){o.push(s);continue}r.push(...this.q(s).reverse())}return o}j(e,n){let o=this.Ce(),r=this.q(e).reverse();for(;r.length>0;){let s=r.pop();n(s),!(!B(o)&&s.matches(o))&&r.push(...this.q(s).reverse())}}q(e){let n=e?.children;if(n?.length!=null){let r=[];for(let s=0;s<n.length;++s){let a=n[s];be(a)&&r.push(a)}return r}let o=e?.childNodes;if(o?.length!=null){let r=[];for(let s=0;s<o.length;++s){let a=o[s];be(a)&&r.push(a)}return r}return[]}};var dn=class{te;ne;we=[];constructor(e,n){this.te=e,this.ne=n}},Mt=class{r;Se;Ae;oe;constructor(e){this.r=e,this.Se=e.o.lt(),this.oe=new Map;let n=new Map;for(let o of this.Se){let r=o[0]??"",s=n.get(r);s?s.push(o):n.set(r,[o])}this.Ae=n}ke(e){let n=this.oe.get(e);if(n)return n;let o=e,r=o.startsWith(".");r&&(o=":"+o.slice(1));let s=o.indexOf("."),i=(s<0?o:o.substring(0,s)).split(/[:@]/);B(i[0])&&(i[0]=r?".":o[0]);let c=s>=0?o.slice(s+1).split("."):[],l=!1,u=!1;for(let f=0;f<c.length;++f){let h=c[f];if(!l&&h==="camel"?l=!0:!u&&h==="prop"&&(u=!0),l&&u)break}l&&(i[i.length-1]=U(i[i.length-1])),u&&(i[0]=".");let p={terms:i,flags:c};return this.oe.set(e,p),p}Ee(e,n){let o=new Map;if(!tt(e))return o;let r=this.Ae,s=(i,c)=>{let l=r.get(c[0]??"");if(l)for(let u=0;u<l.length;++u){if(!c.startsWith(l[u]))continue;let p=o.get(c);if(!p){let f=this.ke(c);p=new dn(f.terms,f.flags),o.set(c,p)}p.we.push(i);return}},a=i=>{let c=i.attributes;if(!(!c||c.length===0))for(let l=0;l<c.length;++l){let u=c.item(l)?.name;u&&s(i,u)}};return a(e),!n||!e.firstElementChild||this.r.M.j(e,a),o}};var ro=()=>{},Dr=(t,e)=>{for(let n of t){let o=n.cloneNode(!0);e.appendChild(o)}},kt=class{r;I;constructor(e){this.r=e,this.I=e.o.u.is}k(e){let n=e.hasAttribute(this.I);return(n||e.hasAttribute("is"))&&this.y(e),this.r.M.j(e,o=>{(o.hasAttribute(this.I)||o.hasAttribute("is"))&&this.y(o)}),n}y(e){let n=e.getAttribute(this.I);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 a of e.getAttributeNames())a!=="is"&&s.setAttribute(a,e.getAttribute(a));for(;e.firstChild;)s.appendChild(e.firstChild);r.insertBefore(s,e),e.remove(),this.r._(s);return}n=`'${n.slice(6)}'`,e.removeAttribute("is")}e.removeAttribute(this.I),this.O(e,n)}U(e,n){let o=$e(e),r=e.parentNode,s=document.createComment(`__begin__ dynamic ${n??""}`);r.insertBefore(s,e),_e(s,o),o.forEach(i=>{z(i)}),e.remove();let a=document.createComment(`__end__ dynamic ${n??""}`);return r.insertBefore(a,s.nextSibling),{nodes:o,parent:r,commentBegin:s,commentEnd:a}}O(e,n){let{nodes:o,parent:r,commentBegin:s,commentEnd:a}=this.U(e,` => ${n} `),i=this.r.m.V(n),c=i.value,l=this.r.m,u=l.L(),p={name:""},f=le(e)?o:[...o[0].childNodes],h=()=>{l.C(u,()=>{let g=c()[0];if(M(g)&&(g.name?g=g.name:g=Object.entries(l.ee()).filter(R=>R[1]===g)[0]?.[0]),!F(g)||B(g)){xe(s,a);return}if(p.name===g)return;xe(s,a);let C=document.createElement(g);for(let R of e.getAttributeNames())R!==this.I&&C.setAttribute(R,e.getAttribute(R));Dr(f,C),r.insertBefore(C,a),this.r._(C),p.name=g})},m=ro;q(s,()=>{i.stop(),m(),m=ro}),h(),m=i.subscribe(h)}};var H=t=>{let e=t;return e!=null&&e[J]===1?e():e};var Pr=(t,e)=>{let[n,o]=e;$(o)?o(t,n):t.innerHTML=n?.toString()},Lt={mount:()=>({update:({el:t,values:e})=>{Pr(t,e)}})};var It=class t{re;constructor(e){this.re=e}static ft(e,n){let o=e.m,r=e.o,s=r.u,a=new Set([s.for,s.if,s.else,s.elseif,s.pre]),i=r.B,c=o.ee();if(Object.keys(c).length>0||r.$.size>0)return;let l=e.F,u=[],p=0,f=[];for(let h=n.length-1;h>=0;--h)f.push(n[h]);for(;f.length>0;){let h=f.pop();if(h.nodeType===Node.ELEMENT_NODE){let d=h;if(d.tagName==="TEMPLATE"||d.tagName.includes("-"))return;let g=U(d.tagName).toUpperCase();if(r.$.has(g)||c[g])return;let C=d.attributes;for(let R=0;R<C.length;++R){let j=C.item(R)?.name;if(!j)continue;if(a.has(j))return;let{terms:K,flags:V}=l.ke(j),[ne,X]=K,N=i[j]??i[ne];if(N){if(N===Lt)return;u.push({nodeIndex:p,attrName:j,directive:N,option:X,flags:V})}}++p}let m=h.childNodes;for(let d=m.length-1;d>=0;--d)f.push(m[d])}if(u.length!==0)return new t(u)}y(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 a=s.childNodes;for(let i=a.length-1;i>=0;--i)r.push(a[i])}for(let s=0;s<this.re.length;++s){let a=this.re[s],i=o[a.nodeIndex];i&&e.y(a.directive,i,a.attrName,!1,a.option,a.flags)}}};var Ur=(t,e)=>{let n=e.parentNode;if(n)for(let o=0;o<t.items.length;++o)n.insertBefore(t.items[o],e)},Hr=t=>{let e=t.length,n=t.slice(),o=[],r,s,a;for(let i=0;i<e;++i){let c=t[i];if(c===0)continue;let l=o[o.length-1];if(l===void 0||t[l]<c){n[i]=l??-1,o.push(i);continue}for(r=0,s=o.length-1;r<s;)a=r+s>>1,t[o[a]]<c?r=a+1:s=a;c<t[o[r]]&&(r>0&&(n[i]=o[r-1]),o[r]=i)}for(r=o.length,s=o[r-1]??-1;r-- >0;)o[r]=s,s=n[s];return o},Vt=class{static mt(e){let{oldItems:n,newValues:o,getKey:r,isSameValue:s,mountNewValue:a,removeMountItem:i,endAnchor:c}=e,l=n.length,u=o.length,p=new Array(u),f=new Set;for(let x=0;x<u;++x){let S=r(o[x]);if(S===void 0||f.has(S))return;f.add(S),p[x]=S}let h=new Array(u),m=0,d=l-1,g=u-1;for(;m<=d&&m<=g;){let x=n[m];if(r(x.value)!==p[m]||!s(x.value,o[m]))break;x.value=o[m],h[m]=x,++m}for(;m<=d&&m<=g;){let x=n[d];if(r(x.value)!==p[g]||!s(x.value,o[g]))break;x.value=o[g],h[g]=x,--d,--g}if(m>d){for(let x=g;x>=m;--x){let S=x+1<u?h[x+1].items[0]:c;h[x]=a(x,o[x],S)}return h}if(m>g){for(let x=m;x<=d;++x)i(n[x]);return h}let C=m,R=m,j=g-R+1,K=new Array(j).fill(0),V=new Map;for(let x=R;x<=g;++x)V.set(p[x],x);let ne=!1,X=0;for(let x=C;x<=d;++x){let S=n[x],Y=V.get(r(S.value));if(Y===void 0){i(S);continue}if(!s(S.value,o[Y])){i(S);continue}S.value=o[Y],h[Y]=S,K[Y-R]=x+1,Y>=X?X=Y:ne=!0}let N=ne?Hr(K):[],oe=N.length-1;for(let x=j-1;x>=0;--x){let S=R+x,Y=S+1<u?h[S+1].items[0]:c;if(K[x]===0){h[S]=a(S,o[S],Y);continue}let De=h[S];ne&&(oe>=0&&N[oe]===x?--oe:De&&Ur(De,Y))}return h}};var st=class{T=[];P=new Map;get w(){return this.T.length}se;constructor(e){this.se=e}ie(e){let n=this.se(e.value);n!==void 0&&this.P.set(n,e)}ae(e){let n=this.se(this.T[e]?.value);n!==void 0&&this.P.delete(n)}static dt(e,n){return{items:[],index:e,value:n,order:-1}}v(e){e.order=this.w,this.T.push(e),this.ie(e)}yt(e,n){let o=this.w;for(let r=e;r<o;++r)this.T[r].order=r+1;n.order=e,this.T.splice(e,0,n),this.ie(n)}D(e){return this.T[e]}ce(e,n){this.ae(e),this.T[e]=n,this.ie(n),n.order=e}Ne(e){this.ae(e),this.T.splice(e,1);let n=this.w;for(let o=e;o<n;++o)this.T[o].order=o}Me(e){let n=this.w;for(let o=e;o<n;++o)this.ae(o);this.T.splice(e)}en(e){return this.P.has(e)}ht(e){return this.P.get(e)?.order??-1}};var hn=Symbol("r-for"),Br=t=>-1,so=()=>{},Dt=class t{r;x;Oe;R;constructor(e){this.r=e,this.x=e.o.u.for,this.Oe=Ct(this.x),this.R=e.o.u.pre}k(e){let n=e.hasAttribute(this.x);return n&&this.Ve(e),this.r.M.j(e,o=>{o.hasAttribute(this.x)&&this.Ve(o)}),n}Y(e){return e[hn]?!0:(e[hn]=!0,Tt(e,this.Oe).forEach(n=>n[hn]=!0),!1)}Ve(e){if(e.hasAttribute(this.R)||this.Y(e))return;let n=e.getAttribute(this.x);if(!n){D(0,this.x,e);return}e.removeAttribute(this.x),this.gt(e,n)}Le(e){return ue(e)?[]:($(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))}gt(e,n){let o=this.bt(n);if(!o?.list){D(1,this.x,n,e);return}let r=this.r.o.u.key,s=this.r.o.u.keyBind,a=e.getAttribute(r)??e.getAttribute(s);e.removeAttribute(r),e.removeAttribute(s);let i=$e(e),c=It.ft(this.r,i),l=e.parentNode;if(!l)return;let u=`${this.x} => ${n}`,p=new Comment(`__begin__ ${u}`);l.insertBefore(p,e),_e(p,i),i.forEach(O=>{z(O)}),e.remove();let f=new Comment(`__end__ ${u}`);l.insertBefore(f,p.nextSibling);let h=this.r,m=h.m,d=m.L(),C=d.length===1?[void 0,d[0]]:void 0,R=this.xt(a),j=(O,W)=>R(O)===R(W),K=(O,W)=>O===W,V=(O,W,Z)=>{let y=o.createContext(W,O),A=st.dt(y.index,W),v=()=>{let _=f.parentNode??p.parentNode??l,b=Z.previousSibling,w=[];for(let k=0;k<i.length;++k){let G=i[k].cloneNode(!0);_.insertBefore(G,Z),w.push(G)}for(c?c.y(h,w):Ae(h,w),b=b.nextSibling;b!==Z;)A.items.push(b),b=b.nextSibling};return C?(C[0]=y.ctx,m.C(C,v)):m.C(d,()=>{m.v(y.ctx),v()}),A},ne=(O,W)=>{let Z=L.D(O).items,y=Z[Z.length-1].nextSibling;for(let A of Z)z(A);L.ce(O,V(O,W,y))},X=(O,W)=>{L.v(V(O,W,f))},N=O=>{for(let W of L.D(O).items)z(W)},oe=O=>{let W=L.w;for(let Z=O;Z<W;++Z)L.D(Z).index(Z)},x=O=>{let W=p.parentNode,Z=f.parentNode;if(!W||!Z)return;let y=L.w;$(O)&&(O=O());let A=H(O[0]);if(E(A)&&A.length===0){xe(p,f),L.Me(0);return}let v=[];for(let I of this.Le(O[0]))v.push(I);let _=Vt.mt({oldItems:L.T,newValues:v,getKey:R,isSameValue:K,mountNewValue:(I,ee,Oe)=>V(I,ee,Oe),removeMountItem:I=>{for(let ee=0;ee<I.items.length;++ee)z(I.items[ee])},endAnchor:f});if(_){L.T=_,L.P.clear();for(let I=0;I<_.length;++I){let ee=_[I];ee.order=I,ee.index(I);let Oe=R(ee.value);Oe!==void 0&&L.P.set(Oe,ee)}return}let b=0,w=Number.MAX_SAFE_INTEGER,k=y,G=this.r.o.forGrowThreshold,ce=()=>L.w<k+G;for(let I of v){let ee=()=>{if(b<y){let Oe=L.D(b++);if(j(Oe.value,I)){if(K(Oe.value,I))return;ne(b-1,I);return}let ut=L.ht(R(I));if(ut>=b&&ut-b<10){if(--b,w=Math.min(w,b),N(b),L.Ne(b),--y,ut>b+1)for(let Qt=b;Qt<ut-1&&Qt<y&&!j(L.D(b).value,I);)++Qt,N(b),L.Ne(b),--y;ee();return}ce()?(L.yt(b-1,V(b,I,L.D(b-1).items[0])),w=Math.min(w,b-1),++y):ne(b-1,I)}else X(b++,I)};ee()}let he=b;for(y=L.w;b<y;)N(b++);L.Me(he),oe(w)},S=()=>{Y.stop(),Pe(),Pe=so},Y=m.V(o.list),De=Y.value,Pe=so,Jt=0,L=new st(R);for(let O of this.Le(De()[0]))L.v(V(Jt++,O,f));q(p,S),Pe=Y.subscribe(x)}static Tt=/\{?\[?\(?([^)}\]]+)\)?\]?\}?([^)]+)?\s+\b(?:in|of)\b\s+(.*)\s*$/;bt(e){let n=t.Tt.exec(e);if(!n)return;let o=(n[1]+(n[2]??"")).split(",").map(c=>c.trim()),r=o.length>1?o.length-1:-1,s=r!==-1&&(o[r]==="index"||o[r]?.startsWith("#"))?o[r]:"";s&&o.splice(r,1);let a=n[3];if(!a||o.length===0)return;let i=/[{[]/.test(e);return{list:a,createContext:(c,l)=>{let u={},p=H(c);if(!i&&o.length===1)u[o[0]]=c;else if(E(p)){let h=0;for(let m of o)u[m]=p[h++]}else for(let h of o)u[h]=p[h];let f={ctx:u,index:Br};return s&&(f.index=u[s.startsWith("#")?s.substring(1):s]=se(l)),f}}}xt(e){if(!e)return o=>o;let n=e.trim();if(!n)return o=>o;if(n.includes(".")){let o=this.Rt(n),r=o.length>1?o.slice(1):void 0;return s=>{let a=H(s),i=this.Ie(a,o);return i!==void 0||!r?i:this.Ie(a,r)}}return o=>H(H(o)?.[n])}Rt(e){return e.split(".").filter(n=>n.length>0)}Ie(e,n){let o=e;for(let r of n)o=H(o)?.[r];return H(o)}};var Pt=class{ue=0;pe=new Map;m;Pe;De;Ue;M;F;o;R;Be;constructor(e){this.m=e,this.o=e.o,this.De=new Dt(this),this.Pe=new xt(this),this.Ue=new kt(this),this.M=new Ot(this),this.F=new Mt(this),this.R=this.o.u.pre,this.Be=this.o.u.dynamic}Ct(e){let n=le(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 a=[...o.content.childNodes];for(let i of a)r.insertBefore(i,s);Ae(this,a)}}_(e){++this.ue;try{if(e.nodeType!==Node.ELEMENT_NODE||e.hasAttribute(this.R)||this.Pe.k(e)||this.De.k(e)||this.Ue.k(e))return;this.M.k(e),this.Ct(e),this.ve(e,!0)}finally{--this.ue,this.ue===0&&this.Et()}}vt(e,n){let o=document;if(!o){let r=e.parentNode;for(;r?.parentNode;)r=r.parentNode;if(!r)return null;o=r}return o.querySelector(n)}He(e,n){let o=this.vt(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}wt(e,n){this.pe.set(e,n)}Et(){let e=this.pe;if(e.size!==0){this.pe=new Map;for(let[n,o]of e.entries())this.He(n,o)}}ve(e,n){let o=this.F.Ee(e,n),r=this.o.B;for(let[s,a]of o.entries()){let[i,c]=a.te,l=r[s]??r[i];if(!l){console.error("directive not found:",i);continue}let u=a.we;for(let p=0;p<u.length;++p){let f=u[p];this.y(l,f,s,!1,c,a.ne)}}}y(e,n,o,r,s,a){if(n.hasAttribute(this.R))return;let i=n.getAttribute(o);n.removeAttribute(o);let c=l=>{let u=l;for(;u;){let p=u.getAttribute(et);if(p)return p;u=u.parentElement}return null};if(on()){let l=c(n);if(l){this.m.C(zn(l),()=>{this.O(e,n,i,s,a)});return}}this.O(e,n,i,s,a)}St(e,n,o){return e!==vt?!1:(B(o)||this.He(n,o)||this.wt(n,o),!0)}O(e,n,o,r,s){if(n.nodeType!==Node.ELEMENT_NODE||o==null||this.St(e,n,o))return;let a=this.At(r,e.once),i=this.kt(e,o),c=this.Nt(i,a);q(n,c.stop);let l=this.Mt(n,o,i,a,r,s),u=this.Ot(e,l,c);if(!u)return;let p=this.Vt(l,i,a,r,u);p(),e.once||(c.result=i.subscribe(p),a&&(c.dynamic=a.subscribe(p)))}At(e,n){let o=Qn(e,this.Be);if(o)return this.m.V(U(o),void 0,void 0,void 0,n)}kt(e,n){return this.m.V(n,e.isLazy,e.isLazyKey,e.collectRefObj,e.once)}Nt(e,n){let o={stop:()=>{e.stop(),n?.stop(),o.result?.(),o.dynamic?.(),o.mounted?.(),o.result=void 0,o.dynamic=void 0,o.mounted=void 0}};return o}Mt(e,n,o,r,s,a){return{el:e,expr:n,values:o.value(),previousValues:void 0,option:r?r.value()[0]:s,previousOption:void 0,flags:a,parseResult:o,dynamicOption:r}}Ot(e,n,o){let r=e.mount(n);if(typeof r=="function"){o.mounted=r;return}return r?.unmount&&(o.mounted=r.unmount),r?.update}Vt(e,n,o,r,s){let a,i;return()=>{let c=n.value(),l=o?o.value()[0]:r;e.values=c,e.previousValues=a,e.option=l,e.previousOption=i,a=c,i=l,s(e)}}};var io="http://www.w3.org/1999/xlink",jr={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 _r(t){return!!t||t===""}var $r=(t,e,n,o,r,s)=>{if(o){s&&s.includes("camel")&&(o=U(o)),Ut(t,o,e[0],r);return}let a=e.length;for(let i=0;i<a;++i){let c=e[i];if(E(c)){let l=n?.[i]?.[0],u=c[0],p=c[1];Ut(t,u,p,l)}else if(M(c))for(let l of Object.entries(c)){let u=l[0],p=l[1],f=n?.[i],h=f&&u in f?u:void 0;Ut(t,u,p,h)}else{let l=n?.[i],u=e[i++],p=e[i];Ut(t,u,p,l)}}},yn={mount:()=>({update:({el:t,values:e,previousValues:n,option:o,previousOption:r,flags:s})=>{$r(t,e,n,o,r,s)}})},Ut=(t,e,n,o)=>{if(o&&o!==e&&t.removeAttribute(o),ue(e)){D(3,"r-bind",t);return}if(!F(e)){D(6,`Attribute key is not string at ${t.outerHTML}`,e);return}if(e.startsWith("xlink:")){ue(n)?t.removeAttributeNS(io,e.slice(6,e.length)):t.setAttributeNS(io,e,n);return}let r=e in jr;ue(n)||r&&!_r(n)?t.removeAttribute(e):t.setAttribute(e,r?"":n)};var Fr=(t,e,n)=>{let o=e.length;for(let r=0;r<o;++r){let s=e[r],a=n?.[r];if(E(s)){let i=s.length;for(let c=0;c<i;++c)ao(t,s[c],a?.[c])}else ao(t,s,a)}},gn={mount:()=>({update:({el:t,values:e,previousValues:n})=>{Fr(t,e,n)}})},ao=(t,e,n)=>{let o=t.classList,r=F(e),s=F(n);if(e&&!r){if(n&&!s)for(let a in n)(!(a in e)||!e[a])&&o.remove(a);for(let a in e)e[a]&&o.add(a)}else if(r){if(n!==e){let a=s?qe(n):[],i=qe(e);a.length>0&&o.remove(...a),i.length>0&&o.add(...i)}}else if(n){let a=s?qe(n):[];a.length>0&&o.remove(...a)}};function qr(t,e){if(t.length!==e.length)return!1;let n=!0;for(let o=0;n&&o<t.length;o++)n=Ee(t[o],e[o]);return n}function Ee(t,e){if(t===e)return!0;let n=Yt(t),o=Yt(e);if(n||o)return n&&o?t.getTime()===e.getTime():!1;if(n=Ye(t),o=Ye(e),n||o)return t===e;if(n=E(t),o=E(e),n||o)return n&&o?qr(t,e):!1;if(n=M(t),o=M(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 a in t){let i=Object.prototype.hasOwnProperty.call(t,a),c=Object.prototype.hasOwnProperty.call(e,a);if(i&&!c||!Ee(t[a],e[a]))return!1}return!0}return String(t)===String(e)}function Ht(t,e){return t.findIndex(n=>Ee(n,e))}var co=t=>{let e=parseFloat(t);return isNaN(e)?t:e};var bn=t=>{if(!T(t))throw P(3,"pause");t(void 0,void 0,3)};var xn=t=>{if(!T(t))throw P(3,"resume");t(void 0,void 0,4)};var lo={mount:({el:t,parseResult:e,flags:n})=>({update:({values:o})=>{zr(t,o[0])},unmount:Kr(t,e,n)})},zr=(t,e)=>{let n=ho(t);if(n&&po(t))E(e)?e=Ht(e,ve(t))>-1:ae(e)?e=e.has(ve(t)):e=Yr(t,e),t.checked=e;else if(n&&fo(t))t.checked=Ee(e,ve(t));else if(n||yo(t))mo(t)?t.value!==e?.toString()&&(t.value=e):t.value!==e&&(t.value=e);else if(go(t)){let o=t.options,r=o.length,s=t.multiple;for(let a=0;a<r;a++){let i=o[a],c=ve(i);if(s)E(e)?i.selected=Ht(e,c)>-1:i.selected=e.has(c);else if(Ee(ve(i),e)){t.selectedIndex!==a&&(t.selectedIndex=a);return}}!s&&t.selectedIndex!==-1&&(t.selectedIndex=-1)}else D(7,t)},it=t=>(T(t)&&(t=t()),$(t)&&(t=t()),t?F(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}),po=t=>t.type==="checkbox",fo=t=>t.type==="radio",mo=t=>t.type==="number"||t.type==="range",ho=t=>t.tagName==="INPUT",yo=t=>t.tagName==="TEXTAREA",go=t=>t.tagName==="SELECT",Kr=(t,e,n)=>{let o=e.value,r=it(n?.join(",")),s=it(o()[1]),a={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 D(8,t),()=>{};let i=()=>e.refs[0],c=ho(t);return c&&po(t)?Gr(t,i):c&&fo(t)?Zr(t,i):c||yo(t)?Wr(t,a,i,o):go(t)?es(t,i,o):(D(7,t),()=>{})},uo=/[.,' ·٫]/,Wr=(t,e,n,o)=>{let s=e.lazy?"change":"input",a=mo(t),i=()=>{!e.trim&&!it(o()[1]).trim||(t.value=t.value.trim())},c=f=>{let h=f.target;h.composing=1},l=f=>{let h=f.target;h.composing&&(h.composing=0,h.dispatchEvent(new Event(s)))},u=()=>{t.removeEventListener(s,p),t.removeEventListener("change",i),t.removeEventListener("compositionstart",c),t.removeEventListener("compositionend",l),t.removeEventListener("change",l)},p=f=>{let h=n();if(!h)return;let m=f.target;if(!m||m.composing)return;let d=m.value,g=it(o()[1]);if(a||g.number||g.int){if(g.int)d=parseInt(d);else{if(uo.test(d[d.length-1])&&d.split(uo).length===2){if(d+="0",d=parseFloat(d),isNaN(d))d="";else if(h()===d)return}d=parseFloat(d)}isNaN(d)&&(d=""),t.value=d}else g.trim&&(d=d.trim());h(d)};return t.addEventListener(s,p),t.addEventListener("change",i),t.addEventListener("compositionstart",c),t.addEventListener("compositionend",l),t.addEventListener("change",l),u},Gr=(t,e)=>{let n="change",o=()=>{t.removeEventListener(n,r)},r=()=>{let s=e();if(!s)return;let a=ve(t),i=t.checked,c=s();if(E(c)){let l=Ht(c,a),u=l!==-1;i&&!u?c.push(a):!i&&u&&c.splice(l,1)}else ae(c)?i?c.add(a):c.delete(a):s(Xr(t,i))};return t.addEventListener(n,r),o},ve=t=>"_value"in t?t._value:t.value,bo="trueValue",Jr="falseValue",xo="true-value",Qr="false-value",Xr=(t,e)=>{let n=e?bo:Jr;if(n in t)return t[n];let o=e?xo:Qr;return t.hasAttribute(o)?t.getAttribute(o):e},Yr=(t,e)=>{if(bo in t)return Ee(e,t.trueValue);let o=xo;return t.hasAttribute(o)?Ee(e,t.getAttribute(o)):Ee(e,!0)},Zr=(t,e)=>{let n="change",o=()=>{t.removeEventListener(n,r)},r=()=>{let s=e();if(!s)return;let a=ve(t);s(a)};return t.addEventListener(n,r),o},es=(t,e,n)=>{let o="change",r=()=>{t.removeEventListener(o,s)},s=()=>{let a=e();if(!a)return;let c=it(n()[1]).number,l=Array.prototype.filter.call(t.options,u=>u.selected).map(u=>c?co(ve(u)):ve(u));if(t.multiple){let u=a();try{if(bn(a),ae(u)){u.clear();for(let p of l)u.add(p)}else E(u)?(u.splice(0),u.push(...l)):a(l)}finally{xn(a),Q(a)}}else a(l[0])};return t.addEventListener(o,s),r};var ts=["stop","prevent","capture","self","once","left","right","middle","passive"],ns=t=>{let e={};if(B(t))return;let n=t.split(",");for(let o of ts)e[o]=n.includes(o);return e},os=(t,e,n,o,r)=>{if(o){let l=e.value(),u=H(o.value()[0]);return F(u)?Tn(t,U(u),()=>e.value()[0],r?.join(",")??l[1]):()=>{}}else if(n){let l=e.value();return Tn(t,U(n),()=>e.value()[0],r?.join(",")??l[1])}let s=[],a=()=>{s.forEach(l=>l())},i=e.value(),c=i.length;for(let l=0;l<c;++l){let u=i[l];if($(u)&&(u=u()),M(u))for(let p of Object.entries(u)){let f=p[0],h=()=>{let d=e.value()[l];return $(d)&&(d=d()),d=d[f],$(d)&&(d=d()),d},m=u[f+"_flags"];s.push(Tn(t,f,h,m))}else D(2,"r-on",t)}return a},Cn={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})=>os(t,e,n,o,r)},rs=(t,e)=>{if(t.startsWith("keydown")||t.startsWith("keyup")||t.startsWith("keypress")){e??="";let n=[...t.split("."),...e.split(",")];t=n[0];let o=n[1],r=n.includes("ctrl"),s=n.includes("shift"),a=n.includes("alt"),i=n.includes("meta"),c=l=>!(r&&!l.ctrlKey||s&&!l.shiftKey||a&&!l.altKey||i&&!l.metaKey);return o?[t,l=>c(l)?l.key.toUpperCase()===o.toUpperCase():!1]:[t,c]}return[t,n=>!0]},Tn=(t,e,n,o)=>{if(B(e))return D(5,"r-on",t),()=>{};let r=ns(o),s=r?{capture:r.capture,passive:r.passive,once:r.once}:void 0,a;[e,a]=rs(e,o);let i=u=>{if(!a(u)||!n&&e==="submit"&&r?.prevent)return;let p=n(u);$(p)&&(p=p(u)),$(p)&&p(u)},c=()=>{t.removeEventListener(e,l,s)},l=u=>{if(!r){i(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(),i(u)}finally{r.once&&c()}};return t.addEventListener(e,l,s),c};var ss=(t,e,n,o)=>{if(n){o&&o.includes("camel")&&(n=U(n)),Ge(t,n,e[0]);return}let r=e.length;for(let s=0;s<r;++s){let a=e[s];if(E(a)){let i=a[0],c=a[1];Ge(t,i,c)}else if(M(a))for(let i of Object.entries(a)){let c=i[0],l=i[1];Ge(t,c,l)}else{let i=e[s++],c=e[s];Ge(t,i,c)}}},To={mount:()=>({update:({el:t,values:e,option:n,flags:o})=>{ss(t,e,n,o)}})};function is(t){return!!t||t===""}var Ge=(t,e,n)=>{if(ue(e)){D(3,":prop",t);return}if(e==="innerHTML"||e==="textContent"){let s=[...t.childNodes];setTimeout(()=>s.forEach(ye),1),t[e]=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,a=n??"";s!==a&&(t.value=a),n==null&&t.removeAttribute(e);return}let r=!1;if(n===""||n==null){let s=typeof t[e];s==="boolean"?n=is(n):n==null&&s==="string"?(n="",r=!0):s==="number"&&(n=0,r=!0)}try{t[e]=n}catch(s){r||D(4,e,o,n,s)}r&&t.removeAttribute(e)};var Co={once:!0,mount:({el:t,parseResult:e,expr:n})=>{let o=e,r=o.value()[0],s=E(r),a=o.refs[0];return s?r.push(t):a?a?.(t):o.context[n]=t,()=>{if(s){let i=r.indexOf(t);i!==-1&&r.splice(i,1)}else a?.(null)}}};var as=(t,e)=>{let n=ke(t).data,o=n._ord;Hn(o)&&(o=n._ord=t.style.display),!!e[0]?t.style.display=o:t.style.display="none"},Eo={mount:()=>({update:({el:t,values:e})=>{as(t,e)}})};var cs=(t,e,n)=>{let o=e.length;for(let r=0;r<o;++r){let s=e[r],a=n?.[r];if(E(s)){let i=s.length;for(let c=0;c<i;++c)vo(t,s[c],a?.[c])}else vo(t,s,a)}},Bt={mount:()=>({update:({el:t,values:e,previousValues:n})=>{cs(t,e,n)}})},vo=(t,e,n)=>{let o=t.style,r=F(e);if(e&&!r){if(n&&!F(n))for(let s in n)e[s]==null&&vn(o,s,"");for(let s in e)vn(o,s,e[s])}else{let s=o.display;if(r?n!==e&&(o.cssText=e):n&&t.removeAttribute("style"),"_ord"in ke(t).data)return;o.display=s}},Ro=/\s*!important$/;function vn(t,e,n){if(E(n))n.forEach(o=>{vn(t,e,o)});else if(n==null&&(n=""),e.startsWith("--"))t.setProperty(e,n);else{let o=us(t,e);Ro.test(n)?t.setProperty(Fe(o),n.replace(Ro,""),"important"):t[o]=n}}var wo=["Webkit","Moz","ms"],En={};function us(t,e){let n=En[e];if(n)return n;let o=U(e);if(o!=="filter"&&o in t)return En[e]=o;o=nt(o);for(let r=0;r<wo.length;r++){let s=wo[r]+o;if(s in t)return En[e]=s}return e}var ie=t=>So(H(t)),So=(t,e=new WeakMap)=>{if(!t||!M(t))return t;if(E(t))return t.map(ie);if(ae(t)){let o=new Set;for(let r of t.keys())o.add(ie(r));return o}if(we(t)){let o=new Map;for(let r of t)o.set(ie(r[0]),ie(r[1]));return o}if(e.has(t))return H(e.get(t));let n={...t};e.set(t,n);for(let o of Object.entries(n))n[o[0]]=So(H(o[1]),e);return n};var ls=(t,e)=>{let n=e[0];t.textContent=ae(n)?JSON.stringify(ie([...n])):we(n)?JSON.stringify(ie([...n])):M(n)?JSON.stringify(ie(n)):n?.toString()??""},Ao={mount:()=>({update:({el:t,values:e})=>{ls(t,e)}})};var No={mount:()=>({update:({el:t,values:e})=>{Ge(t,"value",e[0])}})};var fe=class t{static getDefault(){return t.je??(t.je=new t)}B={};u={};lt=()=>Object.keys(this.B).filter(e=>e.length===1||!e.startsWith(":"));Z=new Map;$=new Map;static je;static Lt="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";forGrowThreshold=10;globalContext;useInterpolation=!0;propValidationMode="throw";constructor(e){if(this.setDirectives("r-"),e){this.globalContext=e;return}this.globalContext=this.It()}It(){let e={},n=globalThis;for(let o of t.Lt.split(","))e[o]=n[o];return e.ref=Ce,e.sref=se,e.flatten=ie,e}addComponent(...e){for(let n of e){if(!n.defaultName){Be.warning("Registered component's default name is not defined",n);continue}this.Z.set(nt(n.defaultName),n),this.$.set(nt(n.defaultName).toLocaleUpperCase(),n)}}setDirectives(e){this.B={".":To,":":yn,"@":Cn,[`${e}on`]:Cn,[`${e}bind`]:yn,[`${e}html`]:Lt,[`${e}text`]:Ao,[`${e}show`]:Eo,[`${e}model`]:lo,":style":Bt,[`${e}style`]:Bt,[`${e}bind:style`]:Bt,":class":gn,[`${e}bind:class`]:gn,":ref":Co,":value":No,[`${e}teleport`]:vt},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.B,this.u)}};var jt=(t,e)=>{if(!t)return;let o=(e??fe.getDefault()).u,r=/(\{\{[^]*?\}\}|\[\[[^]*?\]\])/g,s=[{start:"{{",end:"}}"},{start:"[[",end:"]]"}];for(let a of fs(t,o.pre,s))ps(a,o.text,r,s)},ps=(t,e,n,o)=>{let r=t.textContent;if(!r)return;let s=n,a=r.split(s);if(a.length<=1)return;if(t.parentElement?.childNodes.length===1&&a.length===3){let c=a[1],l=Oo(c,o);if(l&&B(a[0])&&B(a[2])){let u=t.parentElement;u.setAttribute(e,c.substring(l.start.length,c.length-l.end.length)),u.innerText="";return}}let i=document.createDocumentFragment();for(let c of a){let l=Oo(c,o);if(l){let u=document.createElement("span");u.setAttribute(e,c.substring(l.start.length,c.length-l.end.length)),i.appendChild(u)}else i.appendChild(document.createTextNode(c))}t.replaceWith(i)},fs=(t,e,n)=>{let o=[],r=s=>{if(s.nodeType===Node.TEXT_NODE)n.some(a=>s.textContent?.includes(a.start))&&o.push(s);else{if(s?.hasAttribute?.(e))return;for(let a of Te(s))r(a)}};return r(t),o},Oo=(t,e)=>e.find(n=>t.startsWith(n.start)&&t.endsWith(n.end));var ms=9,ds=10,hs=13,ys=32,Re=46,_t=44,gs=39,bs=34,$t=40,Je=41,Ft=91,Rn=93,wn=63,xs=59,Mo=58,ko=123,qt=125,Ie=43,zt=45,Sn=96,Lo=47,An=92,Io=new Set([2,3]),Bo={"=":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},Ts={"=>":2,...Bo,"||":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},jo=Object.keys(Bo),Cs=new Set(jo),On=new Set(["=>"]);jo.forEach(t=>On.add(t));var Vo={true:!0,false:!1,null:null},Es="this",Qe="Expected ",Ve="Unexpected ",kn="Unclosed ",vs=Qe+":",Do=Qe+"expression",Rs="missing }",ws=Ve+"object property",Ss=kn+"(",Po=Qe+"comma",Uo=Ve+"token ",As=Ve+"period",Nn=Qe+"expression after ",Ns="missing unaryOp argument",Os=kn+"[",Ms=Qe+"exponent (",ks="Variable names cannot start with a number (",Ls=kn+'quote after "',at=t=>t>=48&&t<=57,Ho=t=>Ts[t],Mn=class{p;e;get H(){return this.p.charAt(this.e)}get h(){return this.p.charCodeAt(this.e)}f(e){return this.p.charCodeAt(this.e)===e}constructor(e){this.p=e,this.e=0}K(e){return e>=65&&e<=90||e>=97&&e<=122||e===36||e===95||e>=128}le(e){return this.K(e)||at(e)}i(e){return new Error(`${e} at character ${this.e}`)}g(){let e=this.h,n=this.p,o=this.e;for(;e===ys||e===ms||e===ds||e===hs;)e=n.charCodeAt(++o);this.e=o}parse(){let e=this.fe();return e.length===1?e[0]:{type:0,body:e}}fe(e){let n=[];for(;this.e<this.p.length;){let o=this.h;if(o===xs||o===_t)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.i(Ve+'"'+this.H+'"')}}}return n}S(){let e=this.Pt()??this._e();return this.g(),this.Dt(e)}me(){this.g();let e=this.p,n=this.e,o=e.charCodeAt(n),r=e.charCodeAt(n+1),s=e.charCodeAt(n+2),a=e.charCodeAt(n+3);if(isNaN(o))return!1;let i=!1,c=0;return o===62&&r===62&&s===62&&a===61?(i=">>>=",c=4):o===61&&r===61&&s===61?(i="===",c=3):o===33&&r===61&&s===61?(i="!==",c=3):o===62&&r===62&&s===62?(i=">>>",c=3):o===60&&r===60&&s===61?(i="<<=",c=3):o===62&&r===62&&s===61?(i=">>=",c=3):o===42&&r===42&&s===61?(i="**=",c=3):o===61&&r===62?(i="=>",c=2):o===124&&r===124?(i="||",c=2):o===63&&r===63?(i="??",c=2):o===38&&r===38?(i="&&",c=2):o===61&&r===61?(i="==",c=2):o===33&&r===61?(i="!=",c=2):o===60&&r===61?(i="<=",c=2):o===62&&r===61?(i=">=",c=2):o===60&&r===60?(i="<<",c=2):o===62&&r===62?(i=">>",c=2):o===43&&r===61?(i="+=",c=2):o===45&&r===61?(i="-=",c=2):o===42&&r===61?(i="*=",c=2):o===47&&r===61?(i="/=",c=2):o===37&&r===61?(i="%=",c=2):o===38&&r===61?(i="&=",c=2):o===94&&r===61?(i="^=",c=2):o===124&&r===61?(i="|=",c=2):o===42&&r===42?(i="**",c=2):o===105&&r===110?this.le(e.charCodeAt(n+2))||(i="in",c=2):o===61?(i="=",c=1):o===124?(i="|",c=1):o===94?(i="^",c=1):o===38?(i="&",c=1):o===60?(i="<",c=1):o===62?(i=">",c=1):o===43?(i="+",c=1):o===45?(i="-",c=1):o===42?(i="*",c=1):o===47?(i="/",c=1):o===37&&(i="%",c=1),i?(this.e+=c,i):!1}_e(){let e,n,o,r,s,a,i,c;if(s=this.z(),!s||(n=this.me(),!n))return s;if(r={value:n,prec:Ho(n),right_a:On.has(n)},a=this.z(),!a)throw this.i(Nn+n);let l=[s,r,a];for(;n=this.me();){o=Ho(n),r={value:n,prec:o,right_a:On.has(n)},c=n;let u=p=>r.right_a&&p.right_a?o>p.prec:o<=p.prec;for(;l.length>2&&u(l[l.length-2]);)a=l.pop(),n=l.pop().value,s=l.pop(),e=this.$e(n,s,a),l.push(e);if(e=this.z(),!e)throw this.i(Nn+c);l.push(r,e)}for(i=l.length-1,e=l[i];i>1;)e=this.$e(l[i-1].value,l[i-2],e),i-=2;return e}z(){let e;if(this.g(),e=this.Ut(),e)return this.de(e);let n=this.h;if(at(n)||n===Re)return this.Bt();if(n===gs||n===bs)e=this.Ht();else if(n===Ft)e=this.jt();else{let o=this._t();if(o){let r=this.z();if(!r)throw this.i(Ns);return this.de({type:7,operator:o,argument:r})}this.K(n)?(e=this.ye(),e.name in Vo?e={type:4,value:Vo[e.name],raw:e.name}:e.name===Es&&(e={type:5})):n===$t&&(e=this.$t())}return e?(e=this.W(e),this.de(e)):!1}$e(e,n,o){if(e==="=>"){let r=n.type===1?n.expressions:[n];return{type:15,params:r,body:o}}return Cs.has(e)?{type:16,operator:e,left:n,right:o}:{type:8,operator:e,left:n,right:o}}Ut(){let e={node:!1};return this.Ft(e),e.node||(this.qt(e),e.node)||(this.Kt(e),e.node)||(this.Fe(e),e.node)||this.zt(e),e.node}de(e){let n={node:e};return this.Wt(n),this.Gt(n),this.Jt(n),n.node}_t(){let e=this.p,n=this.e,o=e.charCodeAt(n),r=e.charCodeAt(n+1),s=e.charCodeAt(n+2),a=e.charCodeAt(n+3);return o===zt?(this.e++,"-"):o===33?(this.e++,"!"):o===126?(this.e++,"~"):o===Ie?(this.e++,"+"):o===110&&r===101&&s===119&&!this.le(a)?(this.e+=3,"new"):!1}Pt(){let e={};return this.Qt(e),e.node}Dt(e){let n={node:e};return this.Xt(n),n.node}W(e){this.g();let n=this.h;for(;n===Re||n===Ft||n===$t||n===wn;){let o;if(n===wn){if(this.p.charCodeAt(this.e+1)!==Re)break;o=!0,this.e+=2,this.g(),n=this.h}if(this.e++,n===Ft){if(e={type:3,computed:!0,object:e,property:this.S()},this.g(),n=this.h,n!==Rn)throw this.i(Os);this.e++}else n===$t?e={type:6,arguments:this.qe(Je),callee:e}:(o&&this.e--,this.g(),e={type:3,computed:!1,object:e,property:this.ye()});o&&(e.optional=!0),this.g(),n=this.h}return e}Bt(){let e=this.p,n=this.e,o=n;for(;at(e.charCodeAt(o));)o++;if(e.charCodeAt(o)===Re)for(o++;at(e.charCodeAt(o));)o++;let r=e.charCodeAt(o);if(r===101||r===69){o++;let i=e.charCodeAt(o);(i===Ie||i===zt)&&o++;let c=o;for(;at(e.charCodeAt(o));)o++;if(c===o){this.e=o;let l=e.slice(n,o);throw this.i(Ms+l+this.H+")")}}this.e=o;let s=e.slice(n,o),a=e.charCodeAt(o);if(this.K(a))throw this.i(ks+s+this.H+")");if(a===Re||s.length===1&&s.charCodeAt(0)===Re)throw this.i(As);return{type:4,value:parseFloat(s),raw:s}}Ht(){let e=this.p,n=e.length,o=this.e,r=e.charCodeAt(this.e++),s=this.e,a=s,i=[],c=!1,l=!1;for(;s<n;){let p=e.charCodeAt(s);if(p===r){l=!0,this.e=s+1;break}if(p===An){c||(c=!0),i.push(e.slice(a,s));let f=e.charCodeAt(s+1);i.push(this.Ke(f)),s+=2,a=s}else s++}let u=c?i.join("")+e.slice(a,l?s:n):e.slice(a,l?s:n);if(!l)throw this.e=s,this.i(Ls+u+'"');return{type:4,value:u,raw:e.substring(o,this.e)}}Ke(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)}}ye(){let e=this.h,n=this.e;if(this.K(e))this.e++;else throw this.i(Ve+this.H);for(;this.e<this.p.length&&(e=this.h,this.le(e));)this.e++;return{type:2,name:this.p.slice(n,this.e)}}qe(e){let n=[],o=!1,r=0;for(;this.e<this.p.length;){this.g();let s=this.h;if(s===e){if(o=!0,this.e++,e===Je&&r&&r>=n.length)throw this.i(Uo+String.fromCharCode(e));break}else if(s===_t){if(this.e++,r++,r!==n.length){if(e===Je)throw this.i(Uo+",");for(let a=n.length;a<r;a++)n.push(null)}}else{if(n.length!==r&&r!==0)throw this.i(Po);{let a=this.S();if(!a||a.type===0)throw this.i(Po);n.push(a)}}}if(!o)throw this.i(Qe+String.fromCharCode(e));return n}$t(){this.e++;let e=this.fe(Je);if(this.f(Je))return this.e++,e.length===1?e[0]:e.length?{type:1,expressions:e}:!1;throw this.i(Ss)}jt(){return this.e++,{type:9,elements:this.qe(Rn)}}Ft(e){if(this.f(ko)){this.e++;let n=[];for(;!isNaN(this.h);){if(this.g(),this.f(qt)){this.e++,e.node=this.W({type:10,properties:n});return}let o=this.S();if(!o)break;if(this.g(),o.type===2&&(this.f(_t)||this.f(qt)))n.push({type:12,computed:!1,key:o,value:o,shorthand:!0});else if(this.f(Mo)){this.e++;let r=this.S();if(!r)throw this.i(ws);let s=o.type===9;n.push({type:12,computed:s,key:s?o.elements[0]:o,value:r,shorthand:!1}),this.g()}else n.push(o);this.f(_t)&&this.e++}throw this.i(Rs)}}qt(e){let n=this.h;if((n===Ie||n===zt)&&n===this.p.charCodeAt(this.e+1)){this.e+=2;let o=e.node={type:13,operator:n===Ie?"++":"--",argument:this.W(this.ye()),prefix:!0};if(!o.argument||!Io.has(o.argument.type))throw this.i(Ve+o.operator)}}Gt(e){let n=e.node,o=this.h;if((o===Ie||o===zt)&&o===this.p.charCodeAt(this.e+1)){if(!Io.has(n.type))throw this.i(Ve+(o===Ie?"++":"--"));this.e+=2,e.node={type:13,operator:o===Ie?"++":"--",argument:n,prefix:!1}}}Kt(e){this.p.charCodeAt(this.e)===Re&&this.p.charCodeAt(this.e+1)===Re&&this.p.charCodeAt(this.e+2)===Re&&(this.e+=3,e.node={type:14,argument:this.S()})}Xt(e){if(e.node&&this.f(wn)){this.e++;let n=e.node,o=this.S();if(!o)throw this.i(Do);if(this.g(),this.f(Mo)){this.e++;let r=this.S();if(!r)throw this.i(Do);e.node={type:11,test:n,consequent:o,alternate:r}}else throw this.i(vs)}}Qt(e){if(this.g(),this.f($t)){let n=this.e;if(this.e++,this.g(),this.f(Je)){this.e++;let o=this.me();if(o==="=>"){let r=this._e();if(!r)throw this.i(Nn+o);e.node={type:15,params:null,body:r};return}}this.e=n}}Jt(e){let n=e.node,o=n.type;(o===2||o===3)&&this.f(Sn)&&(e.node={type:17,tag:n,quasi:this.Fe(e)})}Fe(e){if(!this.f(Sn))return;let n=this.p,o=n.length,r={type:19,quasis:[],expressions:[]},s=++this.e,a=[],i=[],c=!1,l=u=>{if(!c){let h=n.slice(s,this.e);return r.quasis.push({type:18,value:{raw:h,cooked:h},tail:u})}a.push(n.slice(s,this.e)),i.push(n.slice(s,this.e));let p=a.join(""),f=i.join("");return a.length=0,i.length=0,c=!1,r.quasis.push({type:18,value:{raw:p,cooked:f},tail:u})};for(;this.e<o;){let u=n.charCodeAt(this.e);if(u===Sn)return l(!0),this.e+=1,e.node=r,r;if(u===36&&n.charCodeAt(this.e+1)===ko){if(l(!1),this.e+=2,r.expressions.push(...this.fe(qt)),!this.f(qt))throw this.i("unclosed ${");this.e+=1,s=this.e}else if(u===An){c||(c=!0),a.push(n.slice(s,this.e)),i.push(n.slice(s,this.e));let p=n.charCodeAt(this.e+1);a.push(n.slice(this.e,this.e+2)),i.push(this.Ke(p)),this.e+=2,s=this.e}else this.e+=1}throw this.i("Unclosed `")}Wt(e){let n=e.node;if(!n||n.operator!=="new"||!n.argument)return;if(!n.argument||![6,3].includes(n.argument.type))throw this.i("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}zt(e){if(!this.f(Lo))return;let n=++this.e,o=!1;for(;this.e<this.p.length;){if(this.h===Lo&&!o){let r=this.p.slice(n,this.e),s="";for(;++this.e<this.p.length;){let i=this.h;if(i>=97&&i<=122||i>=65&&i<=90||i>=48&&i<=57)s+=this.H;else break}let a;try{a=new RegExp(r,s)}catch(i){throw this.i(i.message)}return e.node={type:4,value:a,raw:this.p.slice(n-1,this.e)},e.node=this.W(e.node),e.node}this.f(Ft)?o=!0:o&&this.f(Rn)&&(o=!1),this.e+=this.f(An)?2:1}throw this.i("Unclosed Regex")}},_o=t=>new Mn(t).parse();var Is={"=>":(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,"&":(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},Vs={"-":t=>-t,"+":t=>+t,"!":t=>!t,"~":t=>~t,new:t=>t},zo=t=>{if(!t?.some(qo))return t;let e=[];return t.forEach(n=>qo(n)?e.push(...n):e.push(n)),e},$o=(...t)=>zo(t),Ln=(t,e)=>{if(!t)return e;let n=Object.create(e??{});return n.$event=t,n},Ds={"++":(t,e)=>{let n=t[e];if(T(n)){let o=n();return n(++o),o}return++t[e]},"--":(t,e)=>{let n=t[e];if(T(n)){let o=n();return n(--o),o}return--t[e]}},Ps={"++":(t,e)=>{let n=t[e];if(T(n)){let o=n();return n(o+1),o}return t[e]++},"--":(t,e)=>{let n=t[e];if(T(n)){let o=n();return n(o-1),o}return t[e]--}},Fo={"=":(t,e,n)=>{let o=t[e];return T(o)?o(n):t[e]=n},"+=":(t,e,n)=>{let o=t[e];return T(o)?o(o()+n):t[e]+=n},"-=":(t,e,n)=>{let o=t[e];return T(o)?o(o()-n):t[e]-=n},"*=":(t,e,n)=>{let o=t[e];return T(o)?o(o()*n):t[e]*=n},"/=":(t,e,n)=>{let o=t[e];return T(o)?o(o()/n):t[e]/=n},"%=":(t,e,n)=>{let o=t[e];return T(o)?o(o()%n):t[e]%=n},"**=":(t,e,n)=>{let o=t[e];return T(o)?o(o()**n):t[e]**=n},"<<=":(t,e,n)=>{let o=t[e];return T(o)?o(o()<<n):t[e]<<=n},">>=":(t,e,n)=>{let o=t[e];return T(o)?o(o()>>n):t[e]>>=n},">>>=":(t,e,n)=>{let o=t[e];return T(o)?o(o()>>>n):t[e]>>>=n},"|=":(t,e,n)=>{let o=t[e];return T(o)?o(o()|n):t[e]|=n},"&=":(t,e,n)=>{let o=t[e];return T(o)?o(o()&n):t[e]&=n},"^=":(t,e,n)=>{let o=t[e];return T(o)?o(o()^n):t[e]^=n}},Kt=(t,e)=>$(t)?t.bind(e):t,In=class{l;ze;We;Ge;A;Je;Qe;constructor(e,n,o,r,s){this.l=E(e)?e:[e],this.ze=n,this.We=o,this.Ge=r,this.Qe=!!s}Xe(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],Kt(H(o[r]),o);for(let a of this.l)if(r in a)return this.A=a[r],Kt(H(a[r]),a);let s=this.ze;if(s&&r in s)return this.A=s[r],Kt(H(s[r]),s)}5(e,n,o){return this.l[0]}0(e,n,o){return this.Ye(n,o,$o,...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.he(e,n,o),a=r?.[s];return this.A=a,Kt(H(a),r)}4(e,n,o){return e.value}6(e,n,o){let r=(a,...i)=>$(a)?a(...zo(i)):a,s=this.E(++n,o,r,e.callee,...e.arguments);return this.A=s,s}7(e,n,o){return this.E(n,o,Vs[e.operator],e.argument)}8(e,n,o){let r=Is[e.operator];switch(e.operator){case"||":case"&&":case"??":return r(()=>this.b(e.left,n,o),()=>this.b(e.right,n,o))}return this.E(n,o,r,e.left,e.right)}9(e,n,o){return this.Ye(++n,o,$o,...e.elements)}10(e,n,o){let r={},s=(...a)=>{a.forEach(i=>{Object.assign(r,i)})};return this.E(++n,o,s,...e.properties),r}11(e,n,o){return this.E(n,o,r=>this.b(r?e.consequent:e.alternate,n,o),e.test)}12(e,n,o){let r={},s=u=>u?.type!==15,a=this.Ge??(()=>!1),i=n===0&&this.Qe,c=u=>this.Ze(i,e.key,n,Ln(u,o)),l=u=>this.Ze(i,e.value,n,Ln(u,o));if(e.shorthand){let u=e.key.name;r[u]=s(e.key)&&a(u,n)?c:c()}else if(e.computed){let u=H(c());r[u]=s(e.value)&&a(u,n)?l:l()}else{let u=e.key.type===4?e.key.value:e.key.name;r[u]=s(e.value)&&a(u,n)?()=>l:l()}return r}he(e,n,o){let r=this.b(e.object,n,o),s=e.computed?this.b(e.property,n,o):e.property.name;return{obj:r,key:s}}13(e,n,o){let r=e.argument,s=e.operator,a=e.prefix?Ds:Ps;if(r.type===2){let i=r.name,c=this.Xe(i,o);return ue(c)?void 0:a[s](c,i)}if(r.type===3){let{obj:i,key:c}=this.he(r,n,o);return a[s](i,c)}}16(e,n,o){let r=e.left,s=e.operator;if(r.type===2){let a=r.name,i=this.Xe(a,o);if(ue(i))return;let c=this.b(e.right,n,o);return Fo[s](i,a,c)}if(r.type===3){let{obj:a,key:i}=this.he(r,n,o),c=this.b(e.right,n,o);return Fo[s](a,i,c)}}14(e,n,o){let r=this.b(e.argument,n,o);return E(r)&&(r.s=Ko),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((a,i,c)=>a+=i+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,...a)=>new s(...a);return this.E(n,o,r,e.callee,...e.arguments)}15(e,n,o){return(...r)=>{let s=Object.create(o??{}),a=e.params;if(a){let i=0;for(let c of a)s[c.name]=r[i++]}return this.b(e.body,n,s)}}b(e,n,o){let r=H(this[e.type](e,n,o));return this.Je=e.type,r}Ze(e,n,o,r){let s=this.b(n,o,r);return e&&this.et()?this.A:s}et(){let e=this.Je;return(e===2||e===3||e===6)&&T(this.A)}eval(e,n){let{value:o,refs:r}=fn(()=>this.b(e,-1,n)),s={value:o,refs:r};return this.et()&&(s.ref=this.A),s}E(e,n,o,...r){let s=r.map(a=>a&&this.b(a,e,n));return o(...s)}Ye(e,n,o,...r){let s=this.We;if(!s)return this.E(e,n,o,...r);let a=r.map((i,c)=>i&&(i.type!==15&&s(c,e)?l=>this.b(i,e,Ln(l,n)):this.b(i,e,n)));return o(...a)}},Ko=Symbol("s"),qo=t=>t?.s===Ko,Wo=(t,e,n,o,r,s,a)=>new In(e,n,o,r,a).eval(t,s);var Go={},Jo=t=>!!t,Wt=class{l;o;constructor(e,n){this.l=e,this.o=n}v(e){this.l=[e,...this.l]}ee(){return this.l.map(n=>n.components).filter(Jo).reverse().reduce((n,o)=>{for(let[r,s]of Object.entries(o))n[r.toUpperCase()]=s;return n},{})}pt(){let e=[],n=new Set,o=this.l.map(r=>r.components).filter(Jo).reverse();for(let r of o)for(let s of Object.keys(r))n.has(s)||(n.add(s),e.push(s));return e}V(e,n,o,r,s){let a=[],i=[],c=new Set,l=()=>{for(let C=0;C<i.length;++C)i[C]();i.length=0},f={value:()=>a,stop:()=>{l(),c.clear()},subscribe:(C,R)=>(c.add(C),R&&C(a),()=>{c.delete(C)}),refs:[],context:this.l[0]};if(B(e))return f;let h=this.o.globalContext,m=[],d=new Set,g=(C,R,j,K)=>{try{let V=Wo(C,R,h,n,o,K,r);return j&&V.refs.length>0&&m.push(...V.refs),{value:V.value,refs:V.refs,ref:V.ref}}catch(V){D(6,`evaluation error: ${e}`,V)}return{value:void 0,refs:[]}};try{let C=Go[e]??_o("["+e+"]");Go[e]=C;let R=this.l.slice(),j=C.elements,K=j.length,V=new Array(K);f.refs=V;let ne=()=>{m.length=0,s||(d.clear(),l());let X=new Array(K);for(let N=0;N<K;++N){let oe=j[N];if(n?.(N,-1)){X[N]=S=>g(oe,R,!1,{$event:S}).value;continue}let x=g(oe,R,!0);X[N]=x.value,V[N]=x.ref}if(!s)for(let N of m)d.has(N)||(d.add(N),i.push(re(N,ne)));if(a=X,c.size!==0)for(let N of c)c.has(N)&&N(a)};ne()}catch(C){D(6,`parse error: ${e}`,C)}return f}L(){return this.l.slice()}tt=[];ce(e){this.tt.push(this.l),this.l=e}C(e,n){try{this.ce(e),n()}finally{this.Yt()}}Yt(){this.l=this.tt.pop()??[]}};var Qo=t=>{let e=t.charCodeAt(0);return e>=48&&e<=57||e>=65&&e<=90||e>=97&&e<=122||t==="-"||t==="_"||t===":"},Us=(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},Hs=(t,e)=>{let n=e?2:1;for(;n<t.length&&(t[n]===" "||t[n]===`
|
|
3
|
+
`);)++n;if(n>=t.length||!Qo(t[n]))return null;let o=n;for(;n<t.length&&Qo(t[n]);)++n;return{start:o,end:n}},Xo=new Set(["table","thead","tbody","tfoot"]),Bs=new Set(["thead","tbody","tfoot"]),js=new Set(["caption","colgroup","thead","tbody","tfoot","tr"]),_s=new Set(["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"]),Yo=(t,e)=>`${t.slice(0,t.length-2)}></${e}>`,Gt=t=>{let e=0,n=[],o=[],r=0;for(;e<t.length;){let s=t.indexOf("<",e);if(s===-1){n.push(t.slice(e));break}if(n.push(t.slice(e,s)),t.startsWith("<!--",s)){let g=t.indexOf("-->",s+4);if(g===-1){n.push(t.slice(s));break}n.push(t.slice(s,g+3)),e=g+3;continue}let a=Us(t,s);if(a===-1){n.push(t.slice(s));break}let i=t.slice(s,a+1),c=i.startsWith("</");if(i.startsWith("<!")||i.startsWith("<?")){n.push(i),e=a+1;continue}let u=Hs(i,c);if(!u){n.push(i),e=a+1;continue}let p=i.slice(u.start,u.end);if(c){let g=o[o.length-1];g?(o.pop(),n.push(g.replacementHost?`</${g.replacementHost}>`:i),Xo.has(g.effectiveTag)&&--r):n.push(i),e=a+1;continue}let f=i.charCodeAt(i.length-2)===47,h=o[o.length-1],m=null;r===0?p==="tr"?m="trx":p==="td"?m="tdx":p==="th"&&(m="thx"):Bs.has(h?.effectiveTag??"")?m=p==="tr"?null:"tr":h?.effectiveTag==="table"?m=js.has(p)?null:"tr":h?.effectiveTag==="tr"&&(m=p==="td"||p==="th"?null:"td");let d=f&&!_s.has(m||p);if(m){let g=m==="trx"||m==="tdx"||m==="thx",C=`${i.slice(0,u.start)}${m} is="${g?`r-${p}`:`regor:${p}`}"${i.slice(u.end)}`;n.push(d?Yo(C,m):C)}else n.push(d?Yo(i,p):i);if(!f){let g=m==="trx"?"tr":m==="tdx"?"td":m==="thx"?"th":m||p;o.push({replacementHost:m,effectiveTag:g}),Xo.has(g)&&++r}e=a+1}return n.join("")};var $s="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",Fs=new Set($s.toUpperCase().split(",")),qs="http://www.w3.org/2000/svg",Zo=(t,e)=>{le(t)?t.content.appendChild(e):t.appendChild(e)},Vn=(t,e,n,o)=>{let r=t.t;if(r){let a=n&&Fs.has(r.toUpperCase())?document.createElementNS(qs,r.toLowerCase()):document.createElement(r),i=t.a;if(i)for(let l of Object.entries(i)){let u=l[0],p=l[1];u.startsWith("#")&&(p=u.substring(1),u="name"),a.setAttribute(Et(u,o),p)}let c=t.c;if(c)for(let l of c)Vn(l,a,n,o);Zo(e,a);return}let s=t.d;if(s){let a;switch(t.n??Node.TEXT_NODE){case Node.COMMENT_NODE:a=document.createComment(s);break;case Node.TEXT_NODE:a=document.createTextNode(s);break}if(a)Zo(e,a);else throw new Error("unsupported node type.")}},Xe=(t,e,n)=>{n??=fe.getDefault();let o=document.createDocumentFragment();if(!E(t))return Vn(t,o,!!e,n),o;for(let r of t)Vn(r,o,!!e,n);return o};var zs=(t,e={selector:"#app"},n)=>{F(e)&&(e={selector:"#app",template:e}),Xn(t)&&(t=t.context);let o=e.element?e.element:e.selector?document.querySelector(e.selector):null;if(!o||!be(o))throw P(0);n||(n=fe.getDefault());let r=()=>{for(let i of[...o.childNodes])z(i)},s=i=>{for(let c of i)o.appendChild(c)};if(e.template){let i=document.createRange().createContextualFragment(Gt(e.template));r(),s(i.childNodes),e.element=i}else if(e.json){let i=Xe(e.json,e.isSVG,n);r(),s(i.childNodes)}return n.useInterpolation&&jt(o,n),new Dn(t,o,n).y(),q(o,()=>{Se(t)}),Rt(t),{context:t,unmount:()=>{z(o)},unbind:()=>{ye(o)}}},Dn=class{Zt;nt;o;m;r;constructor(e,n,o){this.Zt=e,this.nt=n,this.o=o,this.m=new Wt([e],o),this.r=new Pt(this.m)}y(){this.r._(this.nt)}};var ct=t=>{if(E(t))return t.map(r=>ct(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=>[r,t.getAttribute(r)??""])));let o=Te(t);return o.length>0&&(e.c=[...o].map(r=>ct(r))),e};var Ks=(t,e={})=>{E(e)&&(e={props:e}),F(t)&&(t={template:t});let n=e.context??(()=>({})),o=!1;if(t.element){let s=t.element;s.remove(),t.element=s}else if(t.selector){let s=document.querySelector(t.selector);if(!s)throw P(1,t.selector);s.remove(),t.element=s}else if(t.template){let s=document.createRange().createContextualFragment(Gt(t.template));t.element=s}else t.json&&(t.element=Xe(t.json,t.isSVG,e.config),o=!0);t.element||(t.element=document.createDocumentFragment()),(e.useInterpolation??!0)&&jt(t.element,e.config??fe.getDefault());let r=t.element;if(!o&&((t.isSVG??(tt(r)&&r.hasAttribute?.("isSVG")))||tt(r)&&r.querySelector("[isSVG]"))){let s=r.content,a=s?[...s.childNodes]:[...r.childNodes],i=ct(a);t.element=Xe(i,!0,e.config)}return{context:n,template:t.element,inheritAttrs:e.inheritAttrs??!0,props:e.props,defaultName:e.defaultName}};var Pn=class{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 Ws=t=>{Me()?.onMounted.push(t)};var Gs=t=>{let e,n={},o=(...r)=>{if(r.length<=2&&0 in r)throw P(4);return e&&!n.isStopped?e(...r):(e=Js(t,n),e(...r))};return o[J]=1,Ne(o,!0),o.stop=()=>n.ref?.stop?.(),te(()=>o.stop(),!0),o},Js=(t,e)=>{let n=e.ref??se(null);e.ref=n,e.isStopped=!1;let o=0,r=Ke(()=>{if(o>0){r(),e.isStopped=!0,Q(n);return}n(t()),++o});return n.stop=r,n};var Qs=(t,e)=>{let n={},o,r=(...s)=>{if(s.length<=2&&0 in s)throw P(4);return o&&!n.isStopped?o(...s):(o=Xs(t,e,n),o(...s))};return r[J]=1,Ne(r,!0),r.stop=()=>n.ref?.stop?.(),te(()=>r.stop(),!0),r},Xs=(t,e,n)=>{let o=n.ref??se(null);n.ref=o,n.isStopped=!1;let r=0,s=i=>{if(r>0){o.stop(),n.isStopped=!0,Q(o);return}let c=t.map(l=>l());o(e(...c)),++r},a=[];for(let i of t){let c=re(i,s);a.push(c)}return s(null),o.stop=()=>{a.forEach(i=>{i()})},o};var Ys=(t,e)=>{let n={},o,r=(...s)=>{if(s.length<=2&&0 in s)throw P(4);return o&&!n.isStopped?o(...s):(o=Zs(t,e,n),o(...s))};return r[J]=1,Ne(r,!0),r.stop=()=>n.ref?.stop?.(),te(()=>r.stop(),!0),r},Zs=(t,e,n)=>{let o=n.ref??se(null);n.ref=o,n.isStopped=!1;let r=0;return o.stop=re(t,s=>{if(r>0){o.stop(),n.isStopped=!0,Q(o);return}o(e(s)),++r},!0),o};var ei=t=>(t[ht]=1,t);var ti=(t,e)=>{if(!e)throw P(5);let o=ze(t)?Ce:i=>i,r=()=>localStorage.setItem(e,JSON.stringify(ie(t()))),s=localStorage.getItem(e);if(s!=null)try{t(o(JSON.parse(s)))}catch(i){D(6,`persist: failed to parse data for key ${e}`,i),r()}else r();let a=Ke(r);return te(a,!0),t};var er=(t,...e)=>{let n="",o=t,r=e,s=o.length,a=r.length;for(let i=0;i<s;++i)n+=o[i],i<a&&(n+=r[i]);return n},ni=er;var oi=(t,e,n)=>{let o=[],r=()=>{e(t.map(a=>a()))};for(let a of t)o.push(re(a,r));n&&r();let s=()=>{for(let a of o)a()};return te(s,!0),s};var ri=t=>{if(!T(t))throw P(3,"observerCount");return t(void 0,void 0,2)};var si=t=>{tr();try{t()}finally{nr()}},tr=()=>{de.stack||(de.stack=[]),de.stack.push(new Set)},nr=()=>{let t=de.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 de.stack;for(let n of e)try{Q(n)}catch(o){console.error(o)}};export{Ze as ComponentHead,Pn as ContextRegistry,fe as RegorConfig,q as addUnbinder,si as batch,fn as collectRefs,Qs as computeMany,Ys as computeRef,Gs as computed,zs as createApp,Ks as defineComponent,rr as drainUnbind,nr as endBatch,ot as entangle,ie as flatten,ke as getBindData,er as html,ze as isDeepRef,rt as isRaw,T as isRef,ei as markRaw,re as observe,oi as observeMany,ri as observerCount,Ws as onMounted,te as onUnmounted,bn as pause,ti as persist,br as pval,ni as raw,Ce as ref,z as removeNode,xn as resume,pn as silence,se as sref,tr as startBatch,Xe as toFragment,ct as toJsonTemplate,Q as trigger,ye as unbind,H as unref,un as useScope,Be as warningHandler,Ke as watchEffect};
|