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