jq79 0.6.3 → 0.6.5

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 CHANGED
@@ -128,7 +128,7 @@ When the fetch resolves, the assignments to `firstName`/`lastName` re-run the `$
128
128
 
129
129
  - [Tutorial](https://jgermade.github.io/jq79/tutorial/) — learn it by doing, in the browser.
130
130
  - [Components](docs/components.md) — lifecycle (`mount`, `mountShadow`, `detach`, `destroy`), instance events (`on`/`off`), `<style scoped>`, several components in one file with `<template name>`, loading remote components with `Component79.fetch` (chainable — fetch and mount in one expression) and `fetchAll`, and `Component79.version`.
131
- - [Template syntax](docs/template-syntax.md) — `{{ }}` interpolation, `:attrs`, `:text`/`:html`, `:if`/`:elseif`/`:else`, `:each`/`:key`, `:with`, `@event` listeners and modifiers, nested components.
131
+ - [Template syntax](docs/template-syntax.md) — `{{ }}` interpolation, `:name` attribute bindings, `:text`/`:html`, `:if`/`:elseif`/`:else`, `:each`/`:key`, `:with`, `@event` listeners and modifiers, nested components.
132
132
  - [Setup scripts](docs/setup-scripts.md) — `<script :setup>` reactive scripts, `$:` declarations, `$emit`, `await $mounted()`, `$self`/`$$self`, and `export default` factory scripts (plain-JS alternative).
133
133
  - [Reactive data](docs/reactive-data.md) — the standalone `$reactive` store: `$on`, `$onAny`, `$effect`.
134
134
  - [DOM helpers](docs/dom-helpers.md) — `$`, `$$` and `$create`.
package/dist/jq79.cjs CHANGED
@@ -1,15 +1,16 @@
1
- var Ee=Object.defineProperty;var Tn=Object.getOwnPropertyDescriptor;var xn=Object.getOwnPropertyNames;var Nn=Object.prototype.hasOwnProperty;var Cn=(e,t,n)=>t in e?Ee(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var An=(e,t)=>{for(var n in t)Ee(e,n,{get:t[n],enumerable:!0})},On=(e,t,n,s)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of xn(t))!Nn.call(e,r)&&r!==n&&Ee(e,r,{get:()=>t[r],enumerable:!(s=Tn(t,r))||s.enumerable});return e};var _n=e=>On(Ee({},"__esModule",{value:!0}),e);var v=(e,t,n)=>Cn(e,typeof t!="symbol"?t+"":t,n);var br={};An(br,{$:()=>he,$$:()=>Se,$create:()=>we,$reactive:()=>ye,$toRaw:()=>B,C79:()=>te,Component79:()=>te,PendingComponent79:()=>Me,enableHotReload:()=>Rn,hotUpdate:()=>wn,parseComponent:()=>yr,renderComponent:()=>Ds});module.exports=_n(br);function he(e,t){return typeof e=="string"?document.querySelector(e):e.querySelector(t)}function Se(e,t){return Array.from(typeof e=="string"?document.querySelectorAll(e):e.querySelectorAll(t))}var we=(e,t={})=>{let n=document.createElement(e);for(let[s,r]of Object.entries(t))if(s==="className")n.className=Array.isArray(r)?r.join(" "):r;else if(s==="textContent")n.textContent=r;else if(s==="children")for(let o of r)n.appendChild(o);else n.setAttribute(s,r);return n},jn=new Set(["a","b","i","em","strong","p","br","ul","ol","li","blockquote","code","pre","span","div","h1","h2","h3","h4","h5","h6","img"]),pt={a:new Set(["href","title"]),img:new Set(["src","alt"]),"*":new Set(["class"])},Pn=new Set(["http:","https:","mailto:"]);function kn(e){try{let t=new URL(e,"https://example.com");return Pn.has(t.protocol)}catch{return!1}}var vn={"https:":"443","http:":"80"};function Ln(e){let t=e.trim().toLowerCase().match(/^([a-z\d*][a-z\d.*-]*?)(?::(\d{1,5}|\*))?$/);if(!t)return null;let[,n,s]=t,r=n.split(".");return r.some(i=>i!=="*"&&!/^[a-z\d-]+$/.test(i))?null:{host:new RegExp(`^${r.map(i=>i==="*"?"[^.]+":i).join("\\.")}$`),port:!s||s==="*"?null:s}}var gt=e=>{let t=(Array.isArray(e)?e:e.split(",")).map(Ln).filter(n=>n!==null);return n=>{let s=n.hostname.toLowerCase(),r=n.port||vn[n.protocol]||"";return t.some(o=>o.host.test(s)&&(o.port===null||o.port===r))}};function Mn(e,t,n,s){try{return!!e(new URL(t,document.baseURI),n,s)}catch{return!1}}var ht=512;function mt(e,t,n,s){if(n>ht)throw new RangeError(`jq79: sanitizeHTML input nests deeper than ${ht} elements`);for(let r of Array.from(e.childNodes))if(r.nodeType===Node.ELEMENT_NODE){let o=Dn(r,n,s);o&&t.appendChild(o)}else r.nodeType===Node.TEXT_NODE&&t.appendChild(r.cloneNode())}function Dn(e,t,n){let s=e.tagName.toLowerCase();if(!jn.has(s))return null;let r=document.createElement(s);for(let o of Array.from(e.attributes)){let i=o.name.toLowerCase(),a=pt[s]?.has(i),l=pt["*"]?.has(i);!a&&!l||(i==="href"||i==="src")&&(!kn(o.value)||n&&!Mn(n,o.value,s,i))||r.setAttribute(i,o.value)}return s==="a"&&r.setAttribute("rel","noopener noreferrer"),mt(e,r,t+1,n),r}function yt(e,t){let n=document.createElement("template");n.innerHTML=e;let s=document.createElement("div");return mt(n.content,s,0,t?.allowUrl),s.innerHTML}var In=(e,t)=>t.split(".").reduce((n,s)=>n?.[s],e),Re=e=>{if(Array.isArray(e))return!0;let t=Object.getPrototypeOf(e);return t===Object.prototype||t===null},Rt=(e,t,n)=>{Object.entries(e).forEach(([s,r])=>{let o=t?`${t}.${s}`:s;r&&typeof r=="object"&&Re(r)?Rt(r,o,n):n(o,r)})},bt=" keys",We=e=>e?`${e}.${bt}`:bt,Et=".length",St=(e,t)=>({children:null,own:null,deep:null,parent:e,segment:t}),qn=e=>!e.own?.size&&!e.deep?.size&&!e.children?.size,Fe=Symbol("jq79.raw"),B=e=>{let t=e;for(;t!==null&&typeof t=="object"&&t[Fe];)t=t[Fe];return t},$t=Symbol("jq79.store"),le=e=>e!==null&&typeof e=="object"&&e[$t]===!0,ie=[],me=e=>{ie.push(new Set);try{return e()}finally{ie.pop()}},Wn=0,Ue=new Set,wt="$__attach",$e=Symbol("jq79.alsoWakenBy"),ye=e=>{let t=new Map,n=new Set,s=new Set,r=new WeakMap,o=Object.create(null),i=St(null,""),a=(c,u)=>{let g=i;return c.split(".").forEach(f=>{let E=g.children??(g.children=new Map),y=E.get(f);y||(y=St(g,f),E.set(f,y)),g=y}),(u.deep?g.deep??(g.deep=new Set):g.own??(g.own=new Set)).add(u),g},l=(c,u)=>{(u.deep?c.deep:c.own)?.delete(u);let g=c;for(;g?.parent&&qn(g);)g.parent.children.delete(g.segment),g=g.parent},p=c=>{let u=i;for(let g of c.split("."))if(u=u.children?.get(g),!u)return;return u},d=c=>{let u=new Set,g=m=>{let x=m.children?[...m.children.values()]:[];for(;x.length;){let R=x.pop();R.own?.forEach(C=>u.add(C)),R.deep?.forEach(C=>u.add(C)),R.children?.forEach(C=>x.push(C))}},f=i,E=c.split("."),y="";for(let m=0;m<E.length-1;m++){if(f=f.children?.get(E[m]),!f)return u;y=y?`${y}.${E[m]}`:E[m],f.deep?.forEach(x=>u.add(x)),h.has(y)&&f.own?.forEach(x=>u.add(x)),m===E.length-2&&E[m+1]==="length"&&(f.own?.forEach(x=>u.add(x)),g(f))}return f=f.children?.get(E[E.length-1]),f&&(f.own?.forEach(m=>u.add(m)),f.deep?.forEach(m=>u.add(m)),g(f)),u},b=(c,u,g)=>{if(u===g)return!1;for(let f=u;f<g;f++){let E=c.charCodeAt(f);if(E<48||E>57)return!1}return!0},O=(c,u)=>{if(c.deep||u.size<2)return u;let g=new Set;u.forEach(y=>{y.endsWith(Et)&&g.add(y.slice(0,-Et.length))});let f=new Set;if(u.forEach(y=>{let m=0,x="";for(let R=y.indexOf(".");R!==-1;R=y.indexOf(".",R+1)){let C=y.slice(0,R);(!(m>0&&b(y,m,R))||g.has(x))&&f.add(C),x=C,m=R+1}}),!f.size)return u;let E=new Set;return u.forEach(y=>{f.has(y)||E.add(y)}),E},D=c=>{let u=null,g=null,f=null,E=Ue,y=$=>f?f.has($):u===$,m=$=>{let X=a($,c);f?f.set($,X):u===null?(u=$,g=X):(f=new Map([[u,g],[$,X]]),u=g=null)},x=$=>{if(f){f.forEach((X,J)=>{$.has(J)||(l(X,c),f.delete(J))});return}u!==null&&!$.has(u)&&(l(g,c),u=g=null)},R=()=>{f?f.forEach($=>l($,c)):g&&l(g,c),f=null,u=g=null},C=$=>{if($.size===E.size){let J=!0;if($.forEach(be=>{J&&(J=E.has(be))}),J)return}E=$;let X=O(c,$);x(X),X.forEach(J=>{y(J)||m(J)})};return c.reindex.add(C),C(c.deps),()=>{c.reindex.delete(C),R(),E=Ue}},I=c=>{let u=p(c);u&&L(new Set([...u.own??[],...u.deep??[]]))},U=c=>I(We(c)),L=c=>{let u=Array.from(c),g=!0;for(let f=1;g&&f<u.length;f++)g=u[f-1].order<u[f].order;g||u.sort((f,E)=>f.order-E.order),u.forEach(f=>{s.has(f)&&f.run()})},F=(c,u,g=!1)=>{t.get(c)?.forEach(f=>f(u,c)),n.forEach(f=>f(c,u)),g?s.forEach(f=>f.run()):L(d(c))},N=(c,u)=>c!==u&&c!==null&&u!==null&&typeof c=="object"&&typeof u=="object"&&!le(c)&&!le(u)&&Re(c)&&Re(u)&&Array.isArray(c)===Array.isArray(u),j=c=>Array.isArray(c)?c.length:Object.keys(c).length,P=null,q=-1,V=(c,u)=>{let g=u.length>c.length,f=g?c:u,E=g?u:c,y=0;for(;y<f.length&&Object.is(B(f[y]),B(E[y]));)y++;for(let m=y;m<f.length;m++)if(!Object.is(B(f[m]),B(E[m+1])))return q;return y},Y=(c,u)=>{if(Array.isArray(u)){let E=c.length,y=u.length;if(!E||!y)return P;let m=Math.max(E,y);if(Math.abs(E-y)===1){let R=V(c,u);if(R!==q){let C=[];for(let $=R;$<m;$++)C.push(String($));return{keys:C,exact:!0}}}let x=[];for(let R=0;R<m;R++)if(!Object.is(B(c[R]),B(u[R]))&&(x.push(String(R)),x.length*2>=m))return P;return{keys:x,exact:!1}}let g=new Set([...Object.keys(c),...Object.keys(u)]);if(!g.size)return P;let f=[];return g.forEach(E=>{Object.is(B(c[E]),B(u[E]))||f.push(E)}),f.length*2>=g.size?P:{keys:f,exact:!1}},S=(c,u,g,f)=>{let E=new Set,y=x=>{let R=p(x);R?.own?.forEach(C=>E.add(C)),R?.deep?.forEach(C=>E.add(C))},m=Y(u,g);if(!m)return F(c,f);if(t.get(c)?.forEach(x=>x(f,c)),n.forEach(x=>x(c,f)),y(c),m.keys.forEach(x=>{let R=`${c}.${x}`,C=t.get(R);if(C){let $=B(g[x]),X=A($)?H($,R):$;C.forEach(J=>J(X,R))}m.exact?y(R):d(R).forEach($=>E.add($))}),j(u)!==j(g)&&y(We(c)),Array.isArray(g)&&u.length!==g.length){let x=`${c}.length`;t.get(x)?.forEach(R=>R(g.length,x)),y(x)}L(E)},A=c=>c!==null&&typeof c=="object"&&Re(c),h=new Map,T=(c,u)=>{let g=h.get(u);g?.store!==c&&(g?.unsubscribe(),h.set(u,{store:c,unsubscribe:c.$onAny((f,E)=>F(`${u}.${f}`,E))}))},_=c=>{h.get(c)?.unsubscribe(),h.delete(c)},H=(c,u)=>{let g=r.get(c);if(g)return g;let f=null,E=new Proxy(c,{has(y,m){return Reflect.has(y,m)||typeof m=="string"&&f?.has(m)===!0},ownKeys(y){return ie[ie.length-1]?.add(We(u)),Reflect.ownKeys(y)},get(y,m,x){if(m===Fe)return y;if(m===$t)return u==="";if(typeof m!="string")return Reflect.get(y,m,x);if(u===""&&m in o)return o[m];let R=u?`${u}.${m}`:m;ie[ie.length-1]?.add(R);let C=Reflect.get(y,m,x);if(le(C))return T(C,R),C;let $=B(C);return A($)?H($,R):$},set(y,m,x,R){if(R!==E&&!Object.prototype.hasOwnProperty.call(y,m))return Reflect.set(y,m,x,R);let C=u?`${u}.${m}`:m,$=le(x)?x:B(x),X=!Object.prototype.hasOwnProperty.call(y,m);if(!X&&Object.is(y[m],$)&&($===null||typeof $!="object"))return!0;let J=y[m];y[m]=$,f?.delete(m),le($)?T($,C):_(C);let be=le($)||!A($)?$:H($,C);return!X&&N(J,$)?S(C,J,$,be):F(C,be,X),!0},deleteProperty(y,m){if(typeof m!="string")return Reflect.deleteProperty(y,m);let x=Object.prototype.hasOwnProperty.call(y,m),R=Reflect.deleteProperty(y,m);if(R&&x){let C=u?`${u}.${m}`:m;(f??(f=new Set)).add(m),_(C),F(C,void 0),U(u)}return R}});return r.set(c,E),E},z=H(B(e),"");Object.entries(B(e)).forEach(([c,u])=>{le(u)&&T(u,c)});let K=(c,u,{immediate:g=!1}={})=>(t.has(c)||t.set(c,new Set),t.get(c).add(u),g&&u(In(z,c),c),()=>t.get(c)?.delete(u)),w=(c,{immediate:u=!1}={})=>(n.add(c),u&&Rt(z,"",(g,f)=>c(g,f)),()=>n.delete(c)),W=(c,{deep:u=!1,alsoWakenBy:g}={})=>{let f=!1,E=!1,y={deps:Ue,reindex:new Set,deep:u,order:Wn++,run:()=>{if(f){E=!0;return}f=!0;try{let R=0;do{E=!1;let C=new Set;ie.push(C);try{c()}finally{ie.pop(),y.deps=C}}while(E&&++R<100);E&&console.error("jq79: an effect re-woke itself 100 times in a row (it writes what it reads); giving up on it settling")}finally{f=!1,y.reindex.forEach(R=>R(y.deps))}}};s.add(y);let m=D(y),x=()=>{s.delete(y),m()};return g?.length?k(y,g,x):(y.run(),x)},k=(c,u,g)=>{let f=u.map(E=>E?.[wt]?.(c)).filter(Boolean);return c.run(),()=>{g(),f.forEach(E=>E())}},G=c=>{s.add(c);let u=D(c);return()=>{s.delete(c),u()}},Z=()=>{h.forEach(({unsubscribe:c})=>c()),h.clear()};return o.$on=K,o.$onAny=w,o.$effect=W,o.$dispose=Z,o[wt]=G,z},Be=class{constructor(t,n){v(this,"scope",t);v(this,"disposers",null);v(this,"runs",null);v(this,"options");let s=t[$e];this.options=n||s?{deep:n,alsoWakenBy:s}:void 0}effect(t){(this.disposers??(this.disposers=[])).push(this.scope.$effect(t,this.options)),(this.runs??(this.runs=[])).push(t)}onDispose(t){(this.disposers??(this.disposers=[])).push(t)}refresh(){this.runs?.forEach(t=>t())}dispose(){let t=this.disposers;if(this.disposers=null,this.runs=null,t)for(let n=0;n<t.length;n++)t[n]()}},ce=(e,t=!1)=>new Be(e,t);var Tt=/(?:let|var|const)(?:\s+(?=[A-Za-z_$])|\s*(?=[{[]))/y,xt=/\$:\s*/y,xe=/import(?=\s*\()/y,Nt=/\$:\s*([A-Za-z_$][\w$]*)\s*=(?!=)/y,ne=(e,t)=>{let n=e[t],s=t+1;for(;s<e.length;){if(e[s]==="\\"){s+=2;continue}if(e[s]===n)return s+1;s++}return e.length},Q=(e,t)=>{let n=e.indexOf(`
2
- `,t);return n===-1?e.length:n},ee=(e,t)=>{let n=e.indexOf("*/",t+2);return n===-1?e.length:n+2},Te=(e,t)=>{let n=t;for(;n<e.length;){if(/\s/.test(e[n])){n++;continue}if(e[n]==="/"&&e[n+1]==="/"){n=Q(e,n);continue}if(e[n]==="/"&&e[n+1]==="*"){n=ee(e,n);continue}break}return n},Un=new Set(["return","typeof","case","in","instanceof","new","delete","void","do","else","yield","await"]),se=(e,t)=>{let n=t-1;for(;n>=0;){let r=e[n];if(/\s/.test(r)){n--;continue}if(r==="/"&&e[n-1]==="*"){let o=e.lastIndexOf("/*",n-2);if(o===-1)return!0;n=o-1;continue}break}if(n<0)return!0;let s=e[n];if(/[\w$]/.test(s)){let r=n;for(;r>0&&/[\w$]/.test(e[r-1]);)r--;return Un.has(e.slice(r,n+1))}return(s==="+"||s==="-")&&e[n-1]===s?!1:!")]}\"'`.".includes(s)},re=(e,t)=>{let n=t+1,s=!1;for(;n<e.length;){let r=e[n];if(r==="\\"){n+=2;continue}if(r===`
3
- `)return n;if(r==="[")s=!0;else if(r==="]")s=!1;else if(r==="/"&&!s){for(n++;n<e.length&&/[a-z]/i.test(e[n]);)n++;return n}n++}return e.length},Fn=/^(\?\.|\?\?|&&|\|\||\*\*|[.,+\-*/%&|^<>=?:([])/,Bn=(e,t)=>{let n=t-1;for(;n>=0;){let s=e[n];if(/\s/.test(s)){n--;continue}if(s==="/"&&e[n-1]==="*"){let r=e.lastIndexOf("/*",n-2);if(r===-1)return"";n=r-1;continue}return s}return""},Ct=(e,t)=>{let n=0,s=t;for(;s<e.length;){let r=e[s];if(r==="'"||r==='"'||r==="`"){s=ne(e,s);continue}if(r==="/"&&e[s+1]==="/"){s=Q(e,s);continue}if(r==="/"&&e[s+1]==="*"){s=ee(e,s);continue}if(r==="/"&&se(e,s)){s=re(e,s);continue}if("([{".includes(r))n++;else if(")]}".includes(r))n--;else{if(n<=0&&r===";")return s;if(n<=0&&r===`
4
- `){let o=Te(e,s+1);if(!(o<e.length&&(Fn.test(e.slice(o,o+2))||[",","="].includes(Bn(e,s)))))return s;s=o;continue}}s++}return e.length},Hn=e=>{let t=[],n=0,s=0,r=0,o=a=>{t.push({raw:e.slice(s,a),codeEnd:Math.max(0,r-s)}),s=a+1,r=s},i=0;for(;i<e.length;){let a=e[i];if(a==="'"||a==='"'||a==="`"){i=ne(e,i),r=i;continue}if(a==="/"&&e[i+1]==="/"){i=Q(e,i);continue}if(a==="/"&&e[i+1]==="*"){i=ee(e,i);continue}if(a==="/"&&se(e,i)){i=re(e,i),r=i;continue}if("([{".includes(a))n++;else if(")]}".includes(a))n--;else if(a===","&&n<=0){o(i),i++;continue}/\s/.test(a)||(r=i+1),i++}return o(e.length),t},He=e=>{let t=e.trim();if(!t.startsWith("{")&&!t.startsWith("["))return Ce.test(t)?[t]:[];let n=[];for(let s of Ge(t.slice(1,Ot(t)))){s.startsWith("...")&&(s=s.slice(3).trim());let r=Ze(s);if(r!==-1&&(s=s.slice(0,r).trim()),t.startsWith("{")){let o=ze(s,":");if(o!==-1){n.push(...He(s.slice(o+1)));continue}}n.push(...He(s))}return n},zn=e=>{let t=[],n=Hn(e).map(({raw:o,codeEnd:i})=>{let a=o.match(/^\s*/)[0];if(i<=a.length)return{text:o,empty:!0};let l=o.slice(a.length,i),p=o.slice(i),d=Ze(l),b=(d===-1?l:l.slice(0,d)).trim(),O=l[0]==="{"||l[0]==="[";O?t.push(...He(b)):Ce.test(b)&&t.push(b);let D=Ae(l).code;return{text:`${a}${O?`(${D})`:D}${p}`,empty:!1}}),s=[];for(;n.length&&n[n.length-1].empty;)s.unshift(n.pop().text);let r=n.map(o=>o.text).join(",")+s.join("");return r.trimStart().startsWith("(")&&(r=`;${r}`),{vars:t,code:r}},Ae=e=>{let t=[],n="",s=0,r=0,o=!0;for(;s<e.length;){let i=e[s],a=e[s+1];if(i==="'"||i==='"'||i==="`"){let l=ne(e,s);n+=e.slice(s,l),s=l,o=!1;continue}if(i==="/"&&(a==="/"||a==="*")){let l=a==="/"?Q(e,s):ee(e,s);n+=e.slice(s,l),s=l;continue}if(i==="/"&&se(e,s)){let l=re(e,s);n+=e.slice(s,l),s=l,o=!1;continue}if(i==="i"&&(s===0||!/[\w$.]/.test(e[s-1]))&&(xe.lastIndex=s,xe.test(e))){n+="$__import",s+=6,o=!1;continue}if(r===0&&o){Tt.lastIndex=s;let l=Tt.exec(e);if(l){let d=s+l[0].length,b=Ct(e,d),{vars:O,code:D}=zn(e.slice(d,b));t.push(...O),n+=D,s=b,o=!1;continue}xt.lastIndex=s;let p=xt.exec(e);if(p){Nt.lastIndex=s;let d=Nt.exec(e);d&&t.push(d[1]);let b=s+p[0].length,O=Ct(e,b);n+=`$__effect(() => { ${Ae(e.slice(b,O)).code} });`,s=O;continue}}"([{".includes(i)?r++:")]}".includes(i)&&(r=Math.max(0,r-1)),i===`
5
- `||i===";"||i==="}"?o=!0:/\s/.test(i)||(o=!1),n+=i,s++}return{vars:t,code:n}},Ne=/export\s+default(?![\w$])/y,At=/import\s*(?:([\w$\s,{}*]+?)\s*from\s*)?(["'])([^"'\n]+)\2/y,Gn=e=>{let t=[],n=0,s=0;for(let r=0;r<=e.length;r++){let o=e[r];if(o==="{")n++;else if(o==="}")n--;else if(r===e.length||o===","&&n===0){let i=e.slice(s,r).trim();i&&t.push(i),s=r+1}}return t},Zn=(e,t,n)=>{let s=`await $__import(${JSON.stringify(t)})`;if(e===void 0)return s;let r=Gn(e),o=[],i=s;if(r.length>1){let a=`$__mod${n}`;o.push(`${a} = ${s}`),i=a}for(let a of r)a.startsWith("{")?o.push(`${a.replace(/\s+as\s+/g,": ")} = ${i}`):a.startsWith("*")?o.push(`${a.replace(/^\*\s*as\s+/,"")} = ${i}`):o.push(`${a} = $__default(${i})`);return`const ${o.join(", ")}`},Ce=/^[A-Za-z_$][\w$]*$/,Ot=e=>{let t=0,n=0;for(;n<e.length;){let s=e[n];if(s==="'"||s==='"'||s==="`"){n=ne(e,n);continue}if(s==="/"&&e[n+1]==="/"){n=Q(e,n);continue}if(s==="/"&&e[n+1]==="*"){n=ee(e,n);continue}if(s==="/"&&se(e,n)){n=re(e,n);continue}if("([{".includes(s))t++;else if(")]}".includes(s)&&--t===0)return n;n++}return e.length},ze=(e,t)=>{let n=0,s=0;for(;s<e.length;){let r=e[s];if(r==="'"||r==='"'||r==="`"){s=ne(e,s);continue}if(r==="/"&&e[s+1]==="/"){s=Q(e,s);continue}if(r==="/"&&e[s+1]==="*"){s=ee(e,s);continue}if(r==="/"&&r!==t&&se(e,s)){s=re(e,s);continue}if("([{".includes(r))n++;else if(")]}".includes(r))n--;else if(n===0&&r===t)return s;s++}return-1},Ge=e=>{let t=[],n=0,s=0,r=0;for(;r<=e.length;){let o=e[r];if(o==="'"||o==='"'||o==="`"){r=ne(e,r);continue}if(o==="/"&&e[r+1]==="/"){r=Q(e,r);continue}if(o==="/"&&e[r+1]==="*"){r=ee(e,r);continue}if(o==="/"&&se(e,r)){r=re(e,r);continue}if(o!==void 0&&"([{".includes(o))n++;else if(o!==void 0&&")]}".includes(o))n--;else if(r===e.length||o===","&&n===0){let i=e.slice(s,r).trim();i&&t.push(i),s=r+1}r++}return t},Ze=e=>{let t=0;for(;t<e.length;){let n=ze(e.slice(t),"=");if(n===-1)return-1;let s=t+n;if(e[s+1]!=="="&&e[s+1]!==">"&&e[s-1]!=="="&&e[s-1]!=="!")return s;t=s+1}return-1},Oe=e=>{let t=(e??"").trim();if(!t.startsWith("{"))return null;let n=Ot(t);if(n>=t.length)return null;let s=[];for(let r of Ge(t.slice(1,n))){if(r.startsWith("..."))continue;let o=Ze(r),i=o===-1?r:r.slice(0,o),a=o===-1?void 0:r.slice(o+1).trim(),l=ze(i,":"),p=(l===-1?i:i.slice(0,l)).trim();if(!Ce.test(p))continue;let d={name:p};a!==void 0&&(d.default=a);let b=l===-1?"":i.slice(l+1).trim();Ce.test(b)&&(d.as=b),s.push(d)}return s},Kn=e=>{let t=0,n=0,s=!0;for(;t<e.length;){let r=e[t];if(r==="'"||r==='"'||r==="`"){t=ne(e,t),s=!1;continue}if(r==="/"&&e[t+1]==="/"){t=Q(e,t);continue}if(r==="/"&&e[t+1]==="*"){t=ee(e,t);continue}if(r==="/"&&se(e,t)){t=re(e,t),s=!1;continue}if(r==="e"&&n===0&&s&&(t===0||!/[\w$.]/.test(e[t-1]))){Ne.lastIndex=t;let o=Ne.exec(e);if(o)return t+o[0].length}"([{".includes(r)?n++:")]}".includes(r)&&(n=Math.max(0,n-1)),r===`
6
- `||r===";"||r==="}"?s=!0:/\s/.test(r)||(s=!1),t++}return-1},Vn=/^async(?![\w$])/,Xn=/^function(?![\w$])\s*\*?\s*[A-Za-z_$][\w$]*|^function(?![\w$])\s*\*?/,Jn=e=>{let t=Kn(e);if(t===-1)return null;let n=Te(e,t),s=e.slice(n);Vn.test(s)&&(n=Te(e,n+5));let r=Xn.exec(e.slice(n));if(r&&(n=Te(e,n+r[0].length)),e[n]!=="(")return null;let o=0,i=n;for(;i<e.length;){let a=e[i];if(a==="'"||a==='"'||a==="`"){i=ne(e,i);continue}if(a==="/"&&e[i+1]==="/"){i=Q(e,i);continue}if(a==="/"&&e[i+1]==="*"){i=ee(e,i);continue}if(a==="/"&&se(e,i)){i=re(e,i);continue}if("([{".includes(a))o++;else if(")]}".includes(a)&&--o===0)break;i++}return Ge(e.slice(n+1,i))[0]??""},_e=e=>{let t=Jn(e);if(t===null)return null;let n=Oe(t),s=n?.find(r=>r.name.startsWith("$"))?.name;if(s)throw new Error(`jq79: the factory signature is (props, ctx), so \`${s}\` can't be destructured from the first parameter. Write \`export default (props, { ${s} }) => \u2026\`, or \`_\` in place of props if the component takes none.`);return n},_t=e=>{let t="",n=0,s=0,r=!0,o=!1,i=0;for(;n<e.length;){let a=e[n],l=e[n+1],p=n===0||!/[\w$.]/.test(e[n-1]);if(a==="'"||a==='"'||a==="`"){let d=ne(e,n);t+=e.slice(n,d),n=d,r=!1;continue}if(a==="/"&&(l==="/"||l==="*")){let d=l==="/"?Q(e,n):ee(e,n);t+=e.slice(n,d),n=d;continue}if(a==="/"&&se(e,n)){let d=re(e,n);t+=e.slice(n,d),n=d,r=!1;continue}if(a==="i"&&p){if(xe.lastIndex=n,xe.test(e)){t+="$__import",n+=6,r=!1;continue}if(s===0&&r){At.lastIndex=n;let d=At.exec(e);if(d){t+=Zn(d[1],d[3],i++),n+=d[0].length,r=!1;continue}}}if(a==="e"&&p&&s===0&&r){Ne.lastIndex=n;let d=Ne.exec(e);if(d){o=!0,t+="$__exports.default =",n+=d[0].length,r=!1;continue}}"([{".includes(a)?s++:")]}".includes(a)&&(s=Math.max(0,s-1)),a===`
7
- `||a===";"||a==="}"?r=!0:/\s/.test(a)||(r=!1),t+=a,n++}return o?t:null};var Yn="0.6.3",Kt=e=>Object.fromEntries(Array.from(e.attributes).map(t=>[t.name,t.value])),Vt=e=>{let t=Kt(e),n=t[ve];return delete t[ve],{tag:e.tagName.toLowerCase(),attrs:t,...n===void 0?{}:{component:n},children:Array.from((e instanceof HTMLTemplateElement?e.content:e).childNodes).flatMap(s=>{if(s.nodeType===Node.TEXT_NODE){let r=s.textContent??"";return r?[r]:[]}return s.nodeType===Node.ELEMENT_NODE?[Vt(s)]:[]})}},jt=new Map,Xt=(e,t)=>{let n=`${t.join(",")}|${e}`,s=jt.get(n);if(s===void 0){try{s=new Function("$scope",...t,`with ($scope) { return (${e}
8
- ); }`)}catch{s=null}jt.set(n,s)}return s},Qn=/^(?:([\w$]+) is not defined|Can't find variable: ([\w$]+))/,es=100,fe=new Map,it=new Set,Pe=0,Qe=!1,et=new Set,ts=()=>{Qe=!1,!(Pe>0)&&(fe.forEach(({name:e,expr:t,scope:n},s)=>{e in n||(it.add(s),console.warn(`jq79: ${e} is not defined - evaluating "${t}". Template expressions resolve against the component store: a top-level let/var/const in a :setup script, a declared prop, or a global. Note a "function name() {}" declaration is not on the store - write "const name = () => {}".`))}),fe.clear())},Jt=()=>{Qe||Pe>0||!fe.size||(Qe=!0,queueMicrotask(ts))},Yt=e=>{Pe++;let t=()=>{Pe--,Jt()};e.then(t,t)},ns=(e,t)=>{if(et.has(e))return;et.add(e);let n=t?.message||String(t);console.error(`jq79: ${n} - evaluating "${e}". The expression rendered as nothing. If the value arrives later, guard it - "a?.b", or :if on the element.`)},Qt=(e,t,n)=>{if(!(n instanceof ReferenceError))return ns(e,n);let s=Qn.exec(n.message),r=s?.[1]??s?.[2];if(!r)return;let o=`${r}|${e}`;it.has(o)||fe.has(o)||fe.size>=es||(fe.set(o,{name:r,expr:e,scope:t}),Jt())},en=(e,t,n)=>{let s=Xt(e,n?Object.keys(n):[]);if(s)return s(t,...n?Object.values(n):[])},M=(e,t,n)=>{try{return en(e,t,n)}catch(s){Qt(e,t,s);return}},tn=(e,t,n)=>{try{return en(e,t,n)}catch(s){if(!(s instanceof ReferenceError))throw s;Qt(e,t,s);return}},Ke=/{{\s*([\s\S]+?)\s*}}/g,Pt=new Map,nn=e=>{let t=Pt.get(e);if(t)return t;let n=[],s=0;Ke.lastIndex=0;for(let r=Ke.exec(e);r;r=Ke.exec(e))r.index>s&&n.push(e.slice(s,r.index)),n.push({expr:r[1]}),s=r.index+r[0].length;return s<e.length&&n.push(e.slice(s)),Pt.set(e,n),n},sn=(e,t)=>{if(e.length===1){let s=e[0];return typeof s=="string"?s:String(M(s.expr,t)??"")}let n="";for(let s of e)n+=typeof s=="string"?s:String(M(s.expr,t)??"");return n},ss=new Set([":attrs",":class",":value",":checked",":selected",":if",":elseif",":else",":each",":key",":with",":text",":html",":html.allowed",":props"]),De=e=>ss.has(e)||e.startsWith(":class.")||e.startsWith(":props.")||e===":slot"||e.startsWith(":slot."),rs=/^\s*\(?\s*(\w+)\s*(?:,\s*(\w+))?\s*\)?\s+in\s+([\s\S]+)$/,rn=(e,t,n,s)=>{let[r,...o]=t.slice(1).split("."),i=new Set(o);e.addEventListener(r,a=>{if(i.has("self")&&a.target!==e)return;i.has("prevent")&&a.preventDefault(),i.has("stop")&&a.stopPropagation();let l=tn(n,s,{$event:a});typeof l=="function"&&l.call(e,a)},{once:i.has("once"),capture:i.has("capture")})},os=(e,t,n,s)=>{let[r,...o]=t.slice(1).split("."),i=new Set(o),a=l=>{i.has("prevent")&&l.preventDefault(),i.has("stop")&&l.stopPropagation(),i.has("once")&&e.off(r,a),me(()=>{let p=tn(n,s,{$event:l});typeof p=="function"&&p(l)})};e.on(r,a)},oe=e=>e.replace(/-(\w)/g,(t,n)=>n.toUpperCase()),tt=e=>e.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`),at=e=>e instanceof DocumentFragment?{first:e.firstChild,last:e.lastChild}:{first:e,last:e},Ie=({first:e,last:t})=>{for(let n=e;n;){let s=n===t?null:n.nextSibling;n.parentNode?.removeChild(n),n=s}},is=e=>{e.forEach(t=>{if(t.first===t.last)return Ie(t);if(!t.first.parentNode)return;let s=document.createRange();s.setStartBefore(t.first),s.setEndAfter(t.last),s.deleteContents()})},as=(e,t)=>{let n=[],s=null;return e.forEach(r=>{if(!t(r)){s=null;return}s&&s.last.nextSibling===r.range.first?s.last=r.range.last:n.push(s={first:r.range.first,last:r.range.last})}),n},ls=({first:e,last:t},n)=>{let s=n.nextSibling;for(let r=e;r;){let o=r===t?null:r.nextSibling;n.parentNode.insertBefore(r,s),r=o}},kt=(e,t)=>{let n=t.replace(/-/g,"").toLowerCase();for(let s=e;s&&s!==Object.prototype;s=Object.getPrototypeOf(s))for(let r of Object.keys(s))if(/^[A-Z]/.test(r)&&r.replace(/-/g,"").toLowerCase()===n)return r;return null},ue=null,ke=null,on=new WeakSet,cs=e=>{let t={memo:ue,base:ke};return ue=new Map,ke=e,t},us=e=>{ue=e.memo,ke=e.base},Ve=(e,t)=>{if(!ue)return kt(e,t);let n=t.replace(/-/g,"").toLowerCase();for(let s=e;s&&s!==Object.prototype;s=Object.getPrototypeOf(s)){if(s===ke){if(ue.has(t))return ue.get(t);let r=kt(s,t);return ue.set(t,r),r}if(!on.has(s)){for(let r of Object.keys(s))if(/^[A-Z]/.test(r)&&r.replace(/-/g,"").toLowerCase()===n)return r}}return null},fs=e=>{let t=new Set;for(let n=e;n&&n!==Object.prototype;n=Object.getPrototypeOf(n))for(let s of Object.keys(n))/^[A-Z]/.test(s)&&t.add(s);return[...t].sort()},ds=(e,t)=>{let n=fs(t);return new Error(`jq79: <${e}> is not defined - no component of that name is in scope, and nothing renders here. Import it in a :setup script, declare it as a prop, or add a <template name="${e}"> to this file. In scope: ${n.length?n.join(", "):"(none)"}.`)},vt=200,Xe=0,an=Symbol("jq79.slots"),ln=e=>e==="slot"||e.startsWith("slot."),cn=e=>e?oe(e):"default",lt=e=>Object.keys(e.attrs).find(t=>t===":slot"||t.startsWith(":slot.")),ps=e=>e==="default"?":slot":`:slot.${e}`,hs=e=>typeof e!="string"||e.trim()!=="",gs=e=>{let t={},n=[];e.children.forEach(r=>{let o=typeof r=="object"&&r.tag==="template"?lt(r):void 0;if(typeof r=="string"||o===void 0){n.push(r);return}let i=cn(o.slice(6));if(i in t){console.warn(`jq79: two <template ${ps(i)}> in <${e.tag}>; the second was ignored`);return}t[i]={nodes:r.children,binder:r.attrs[o]||void 0}});let s=n.some(hs);return s&&"default"in t?console.warn(`jq79: <${e.tag}> has both a <template :slot> and content outside it - the <template> is the default slot's content, and the rest was ignored`):s&&(t.default={nodes:n,binder:e.attrs[":slot"]||void 0}),t},ms=(e,t,n)=>{Oe(t)?.forEach(({name:s,as:r,default:o})=>{let i=r??s;Object.defineProperty(e,i,{enumerable:!0,configurable:!0,get:()=>{let a=n[s]?.();return a===void 0&&o!==void 0?M(o,e):a},set:()=>console.warn(`jq79: "${i}" is a slot prop - it comes from the component, so assigning to it does nothing`)})})},ys=e=>{let t=lt(e);return console.warn(`jq79: <template ${t}> fills a slot only as a direct child of a component tag; here it rendered nothing`),document.createComment(`misplaced ${t}`)},bs=(e,t)=>{let n=Object.entries(gs(e));if(!n.length)return null;let s={};return n.forEach(([r,o])=>{s[r]=Es(o,t)}),s},Es=(e,t)=>(n,s,r,o)=>{let i=Object.create(t);ms(i,e.binder,n);let a=i[$e]??[];Object.defineProperty(i,$e,{value:[...a,s]});let l=ce(i);return r.onDispose(()=>l.dispose()),pe(e.nodes,i,l,o)},Ss=(e,t,n,s)=>{let r=cn(e.tag.slice(5)),o=document.createDocumentFragment(),i=document.createComment(e.tag),a=document.createComment(`/${e.tag}`);o.append(i,a);let l=t[an]?.[r];if(!l)return o.insertBefore(pe(e.children,t,n,s),a),o;let p={};return Object.entries(e.attrs).forEach(([d,b])=>{if(!(d===qe||De(d)||d.startsWith("@")))if(d.startsWith(":")){let O=b||d.slice(1);p[oe(d.slice(1))]=()=>M(O,t)}else p[oe(d)]=()=>b}),o.insertBefore(l(p,t,n,s),a),o},Lt=(e,t,n,s,r)=>{let o=document.createComment(e),i=document.createComment(`/${e}`),a=document.createDocumentFragment();a.append(o,i);let l=bs(t,n),p={},d={},b=[],O=[],D=!1;Object.entries(t.attrs).forEach(([S,A])=>{if(S!==qe){if(S===":props"||S.startsWith(":props.")){D=!0,O.push({expr:A});return}if(!De(S))if(S.startsWith("@"))b.push([S,A]);else if(S===":model"||S.startsWith(":model.")){let h=S===":model"?"default":oe(S.slice(7));d[h]=A||(S===":model"?"model":h)}else if(S.startsWith(":")){let h=oe(S.slice(1));p[h]=A||h,O.push({name:h,expr:A||h})}else{let h=oe(S),T=JSON.stringify(A);p[h]=T,O.push({name:h,expr:T})}}});let I=S=>S==="default"?":model":`:model.${S}`,U=S=>S==="default"?"model":S,L=S=>`${S}
9
- = $value`,F=new Set;Object.entries(d).forEach(([S,A])=>{let h=U(S);p[h]!==void 0&&console.warn(`jq79: <${t.tag}> binds prop "${h}" through both :${h} and ${I(S)} - ${I(S)} wins`),p[h]=A,Xt(L(A),["$value"])===null&&(F.add(S),console.warn(`jq79: ${I(S)}="${A}" is not assignable - updates from <${t.tag}> will be dropped`))});let N=()=>{let S={};return O.forEach(({name:A,expr:h})=>{if(A!==void 0)S[A]=M(h,n);else{let T=M(h,n);T!==null&&typeof T=="object"&&Object.assign(S,T)}}),Object.entries(d).forEach(([A,h])=>{S[U(A)]=M(h,n)}),S},j=null,P=null,q=null,V=new Set,Y=S=>{if(S==null){if(!n[Sn]?.has(e)||V.has("unfilled"))return;V.add("unfilled"),console.error(`jq79: <${t.tag}> is declared as a prop and the parent passed nothing - nothing renders here. Pass it (:${e}="\u2026"), or drop it from the signature to use the one declared in this file.`);return}V.has("type")||(V.add("type"),console.error(`jq79: <${t.tag}> is ${typeof S}, not a component - nothing renders here`))};return s.effect(()=>{let S=M(e,n),A=S instanceof te?S:null;if(A||Y(S),A===P||(q?.dispose(),q=null,j?.destroy(),j=null,P=A,!A))return;let h=new te({template:A.template,scripts:A.scripts,styles:A.styles,modules:A.modules,filename:A.filename,siblings:A.siblings,name:A.name});if(l&&(h.slots=l),Object.keys(d).length){let K=new Set;h.modelWriteback=(w,W)=>{let k=w==null?"default":oe(String(w)),G=d[k];return G===void 0?(K.has(k)||(K.add(k),console.warn(`jq79: <${t.tag}> has no ${I(k)} - bound: ${Object.keys(d).map(I).join(", ")}`)),!1):F.has(k)?!1:(me(()=>M(L(G),n,{$value:W})),!0)}}b.forEach(([K,w])=>os(h,K,w,n));let T=lr(h.scripts);cr(t,e,Object.keys(p),T);let _=Ht(me(N),T),H=document.createDocumentFragment();if(Xe>=vt){console.error(`jq79: <${t.tag}> is ${vt} levels deep inside itself; giving up here. A component that renders itself stops when its data stops - is there a cycle in it?`);return}Xe++;try{(r?h.renderShadow(_):h.render(_)).mount(H)}finally{Xe--}i.parentNode.insertBefore(H,i);let z=ce(n,!0);if(D){let K=[];z.effect(()=>{let w=Ht(N(),T),W=Object.keys(w);K.forEach(k=>{k in w||(h.data[k]=void 0)}),W.forEach(k=>{h.data[k]=w[k]}),K=W})}else Object.entries(p).forEach(([K,w])=>{T!==null&&!T.has(K)||z.effect(()=>{h.data[K]=M(w,n)})});q=z,j=h}),s.onDispose(()=>{q?.dispose(),j?.destroy()}),a},ws=(e,t)=>{let n=()=>{let s=M(e,t);return s!==null&&typeof s=="object"?s:null};return new Proxy(t,{has(s,r){let o=n();return o!==null&&Reflect.has(o,r)||Reflect.has(s,r)},get(s,r){let o=n();return o!==null&&Reflect.has(o,r)?o[r]:Reflect.get(s,r)},set(s,r,o){let i=n();return i!==null&&Reflect.has(i,r)?(i[r]=o,!0):Reflect.set(s,r,o)}})},ae=e=>typeof e=="string"?e.split(/\s+/).filter(Boolean):Array.isArray(e)?e.flatMap(ae):e!==null&&typeof e=="object"?Object.entries(e).flatMap(([t,n])=>n?ae(t):[]):[],Rs=e=>typeof e=="function"?(t,n,s)=>{try{return!!e(t,n,s)}catch{return!1}}:typeof e=="string"||Array.isArray(e)?gt(e):()=>!1,$s=new Set(["allowfullscreen","async","autofocus","autoplay","checked","controls","default","defer","disabled","formnovalidate","inert","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected"]),nt=(e,t,n)=>{let s=$s.has(t);(s?!n:n==null)?e.removeAttribute(t):e.setAttribute(t,s?"":String(n))},je={cloneSkeletons:!0},Ts=e=>e.startsWith("@")||e===":class"||e.startsWith(":class.")?!0:e.startsWith(":")?!De(e)&&!e.includes("."):e!==ve,un=e=>{if(e.component||e.tag.includes("-")||ln(e.tag)||e.tag==="template"||document.createElement(e.tag)instanceof HTMLUnknownElement)return!1;for(let t in e.attrs)if(!Ts(t))return!1;return e.children.every(t=>typeof t=="string"||un(t))},fn=(e,t,n,s)=>{s.add(e.tag);let r=document.createElement(e.tag),o,i=null;for(let a in e.attrs){let l=e.attrs[a];if(a.startsWith("@"))n.push({kind:"event",path:t,attr:a,expr:l});else if(a===":class")o=l;else if(a.startsWith(":class."))(i??(i=[])).push([a.slice(7),l]);else if(a.startsWith(":")){let p=a.slice(1);n.push({kind:"attr",path:t,name:p,expr:l||oe(p)})}else r.setAttribute(a,l)}return(o!==void 0||i)&&n.push({kind:"class",path:t,classExpr:o,toggles:i,staticClasses:new Set(ae(e.attrs.class??""))}),e.children.forEach((a,l)=>{if(typeof a=="string"){a.includes("{{")?(n.push({kind:"text",path:[...t,l],parts:nn(a)}),r.appendChild(document.createTextNode(""))):r.appendChild(document.createTextNode(a));return}r.appendChild(fn(a,[...t,l],n,s))}),r},xs=3,dn=e=>1+e.children.reduce((t,n)=>t+(typeof n=="string"?0:dn(n)),0),Mt=new WeakMap,Ns=e=>{let t=Mt.get(e);if(t!==void 0)return t;let n=null;if(un(e)&&dn(e)>=xs){let s=[],r=new Set;n={skeleton:fn(e,[],s,r),ops:s,tags:Array.from(r)}}return Mt.set(e,n),n},Cs=(e,t)=>{let n=e;for(let s=0;s<t.length;s++)n=n.childNodes[t[s]];return n},As=(e,t,n)=>{let s=e.skeleton.cloneNode(!0);for(let r of e.ops){let o=r.path.length===0?s:Cs(s,r.path);if(r.kind==="text"){let i=o,a=r.parts;n.effect(()=>{let l=sn(a,t);i.textContent!==l&&(i.textContent=l)})}else if(r.kind==="event")rn(o,r.attr,r.expr,t);else if(r.kind==="attr"){let i=o,{name:a,expr:l}=r;n.effect(()=>nt(i,a,M(l,t)))}else{let i=o,{classExpr:a,toggles:l,staticClasses:p}=r,d=[];n.effect(()=>{let b=a!==void 0?ae(M(a,t)):[];l?.forEach(([O,D])=>{M(D,t)&&b.push(...ae(O))}),d.forEach(O=>{!b.includes(O)&&!p.has(O)&&i.classList.remove(O)}),i.classList.add(...b),d=b})}}return s},ct=(e,t,n,s)=>{let r=e.attrs[":with"],o=r!==void 0?ws(r,t):t;if(ln(e.tag))return Ss(e,o,n,s);if(e.tag==="template"&&lt(e)!==void 0)return ys(e);let i=Ve(o,e.tag);if(i)return Lt(i,e,o,n,s);if(je.cloneSkeletons){let N=Ns(e);if(N&&!N.tags.some(j=>Ve(o,j)))return As(N,o,n)}let a=document.createElement(e.tag);if(e.component&&a instanceof HTMLUnknownElement&&o[rt]?.count===0)throw ds(e.component,o);let l=a instanceof HTMLUnknownElement||e.tag.includes("-");if(l){let N=!1;n.effect(()=>{if(N)return;let j=Ve(o,e.tag);if(!j)return;N=!0;let P=Lt(j,e,o,n,s),q=at(P);n.onDispose(()=>Ie(q)),a.replaceWith(P)})}for(let N in e.attrs){let j=e.attrs[N];if(N.startsWith("@"))rn(a,N,j,o);else if(N===":model"||N.startsWith(":model."))l||console.warn(`jq79: ${N} on <${e.tag}> does nothing - :model binds component tags only (for now)`);else if(!De(N))if(N.startsWith(":"))if(l)a.setAttribute(N,j);else{let P=N.slice(1),q=j||oe(P);n.effect(()=>nt(a,P,M(q,o)))}else a.setAttribute(N,j)}let p=e.attrs[":attrs"];if(p!==void 0){let N=[];n.effect(()=>{N.forEach(P=>a.removeAttribute(P));let j=M(p,o);N=j&&typeof j=="object"?Object.keys(j):[],N.forEach(P=>nt(a,P,j[P]))})}let d=e.attrs[":class"],b=null;for(let N in e.attrs)N.startsWith(":class.")&&(b??(b=[])).push([N.slice(7),e.attrs[N]]);if(d!==void 0||b){let N=new Set(ae(e.attrs.class??"")),j=[];n.effect(()=>{let P=d!==void 0?ae(M(d,o)):[];b?.forEach(([q,V])=>{M(V,o)&&P.push(...ae(q))}),j.forEach(q=>{!P.includes(q)&&!N.has(q)&&a.classList.remove(q)}),a.classList.add(...P),j=P})}let O=e.attrs[":text"],D=e.attrs[":html"],I=e.attrs[":html.allowed"];I!==void 0&&D===void 0&&console.warn("jq79: :html.allowed without :html on the same element does nothing"),O!==void 0?n.effect(()=>{a.textContent=String(M(O,o)??"")}):D!==void 0?n.effect(()=>{let N=I!==void 0?{allowUrl:Rs(M(I,o))}:void 0;a.innerHTML=yt(String(M(D,o)??""),N)}):a instanceof HTMLTemplateElement?pe(e.children,o,n,s,a.content):pe(e.children,o,n,s,a);let U=e.attrs[":value"];U!==void 0&&n.effect(()=>{let N=String(M(U,o)??"");a.value!==N&&(a.value=N)});let L=e.attrs[":checked"];L!==void 0&&n.effect(()=>{a.checked=!!M(L,o)});let F=e.attrs[":selected"];return F!==void 0&&n.effect(()=>{a.selected=!!M(F,o)}),a},Os=(e,t,n,s)=>{let r=document.createComment("if"),o=document.createDocumentFragment();o.appendChild(r);let i=null,a=null,l=null;return n.effect(()=>{let p=e.find(b=>b.expr===void 0||M(b.expr,t))??null;if(p===a||(l?.dispose(),i&&Ie(i),i=null,a=p,!p))return;l=ce(t);let d=ct(p.node,t,l,s);i=at(d),r.parentNode.insertBefore(d,r.nextSibling)}),o},ge=(e,t,n)=>{Object.defineProperty(e,t,{value:n,writable:!0,enumerable:!0,configurable:!0})},_s=e=>{let t=new Uint8Array(e.length),n=[],s=new Int32Array(e.length).fill(-1);for(let r=0;r<e.length;r++){let o=e[r];if(o<0)continue;let i=0,a=n.length;for(;i<a;){let l=i+a>>1;e[n[l]]<o?i=l+1:a=l}i>0&&(s[r]=n[i-1]),n[i]=r}for(let r=n.length?n[n.length-1]:-1;r!==-1;r=s[r])t[r]=1;return t},js=e=>{if(e===null||typeof e!="object"||Array.isArray(e))return!1;let t=Object.getPrototypeOf(e);return t===Object.prototype||t===null},pn=(e,t)=>typeof e=="string"?t.some(n=>It(e,n)):Object.values(e.attrs).some(n=>t.some(s=>It(n,s)))||e.children.some(n=>pn(n,t)),Dt=/[A-Za-z0-9_$]/,Ps=/^[A-Za-z_$][\w$]*\.[A-Za-z_$][\w$]*$/,It=(e,t)=>{for(let n=e.indexOf(t);n!==-1;n=e.indexOf(t,n+1)){let s=n===0?"":e[n-1],r=e[n+t.length]??"";if(!Dt.test(s)&&!Dt.test(r))return!0}return!1},Je=new WeakMap,ks=e=>{let t=Je.get(e);if(t!==void 0)return t;let n=e.attrs[":each"].match(rs);if(!n)return Je.set(e,null),null;let[,s,r,o]=n,i=e.attrs[":key"],a=i===s,l=i!==void 0&&!a&&Ps.test(i)&&i.startsWith(`${s}.`)?i.slice(s.length+1):void 0,{[":each"]:p,[":key"]:d,...b}=e.attrs,O={...e,attrs:b},D=["$index",...r?[r]:[]],I=pn(O,D),U=/^[A-Z]/.test(s)||r!==void 0&&/^[A-Z]/.test(r),L={itemName:s,atName:r,listExpr:o,keyExpr:i,keyIsItem:a,keyProp:l,itemNode:O,readsPosition:I,namesComponent:U};return Je.set(e,L),L},vs=(e,t,n,s)=>{let r=ks(e);if(!r)return document.createComment(`invalid :each expression "${e.attrs[":each"]}"`);let{itemName:o,atName:i,listExpr:a,keyExpr:l,keyIsItem:p,keyProp:d,itemNode:b,readsPosition:O,namesComponent:D}=r,I=document.createComment("each"),U=document.createDocumentFragment();U.appendChild(I),(":if"in e.attrs||":elseif"in e.attrs||":else"in e.attrs)&&console.warn("jq79: :if/:elseif/:else on a :each element is ignored; filter the list expression instead");let L=[],F=!1;return n.effect(()=>{let N=cs(t);try{let j=M(a,t),P=Array.isArray(j),q=P?null:js(j)?Object.keys(j):[],V=P?j.length:q.length,Y=new Map;L.forEach((w,W)=>{w.pos=W;let k=Y.get(w.key);k?k.push(w):Y.set(w.key,[w])});let S=new Set,A=[],h=[],T=[],_;for(let w=0;w<V;w++){let W=P?w:q[w],k=P?j[w]:j[W],G=W;p?G=k:d!==void 0&&k!==null&&typeof k=="object"?G=k[d]:l!==void 0&&(_===void 0?(_=Object.create(t),ge(_,o,k),i&&ge(_,i,W),ge(_,"$index",w)):(_[o]=k,i&&(_[i]=W),_.$index=w),G=M(l,_)),S.has(G)&&!F&&(F=!0,console.warn(`jq79: duplicate :key in :each "${e.attrs[":each"]}"; duplicates pair up by position`)),S.add(G);let Z=Y.get(G)?.shift();if(Z&&Object.is(Z.item,k)){let f=Z.scope;f.$index!==w&&(O&&A.push(Z),f.$index=w),i&&f[i]!==W&&(f[i]=W),h.push(Z),T.push(Z.pos);continue}Z&&(Z.fx.dispose(),Ie(Z.range));let c=Object.create(t);ge(c,o,k),i&&ge(c,i,W),ge(c,"$index",w),D||on.add(c);let u=ce(t),g=at(ct(b,c,u,s));h.push({key:G,item:k,scope:c,fx:u,range:g,pos:w}),T.push(-1)}let H=new Set;Y.forEach(w=>w.forEach(W=>H.add(W))),H.size&&(H.forEach(w=>{w.dead=!0,w.fx.dispose()}),is(as(L,w=>w.dead===!0)));let z=I,K=_s(T);h.forEach((w,W)=>{!K[W]&&z.nextSibling!==w.range.first&&ls(w.range,z),z=w.range.last}),A.forEach(w=>me(()=>w.fx.refresh())),L=h}finally{us(N)}}),U},hn=(e,t)=>{let n=t;for(;n<e.length&&typeof e[n]=="string"&&!e[n].trim();)n++;return n},Ye=e=>{let t=":if"in e.attrs,n=":elseif"in e.attrs,s=":else"in e.attrs;if((t?1:0)+(n?1:0)+(s?1:0)<2)return;let r=[t?":if":null,n?":elseif":null,s?":else":null].filter(Boolean);console.warn(`jq79: ${r.join(" and ")} on the same <${e.tag}> - only ${r[0]} applies; the branches of a chain are sibling elements, one directive each`)},Ls=(e,t)=>{let n=":elseif"in e.attrs?":elseif":":else";console.warn(t?`jq79: a second ${n} on <${e.tag}> - the chain before it already ended with :else, which closes it. One :if, any number of :elseif, at most one :else`:`jq79: ${n} on <${e.tag}> continues no :if - it renders unconditionally. A chain is :if, then :elseif, then :else, on adjacent siblings: anything but whitespace between them breaks it`)},gn=e=>{e.forEach(n=>{typeof n!="string"&&gn(n.children)});let t=!1;for(let n=0;n<e.length;){let s=e[n];if(typeof s=="string"){s.trim()&&(t=!1),n++;continue}if(":each"in s.attrs){t=!1,n++;continue}if(Ye(s),":if"in s.attrs){n++;let r=i=>{let a=hn(e,n),l=e[a];if(typeof l=="object"&&i in l.attrs)return n=a+1,l};for(let i=r(":elseif");i;i=r(":elseif"))Ye(i);let o=r(":else");o&&Ye(o),t=o!==void 0;continue}(":elseif"in s.attrs||":else"in s.attrs)&&Ls(s,t),t=!1,n++}},qt=new WeakMap,Ms=(e,t,n)=>{let s=qt.get(t);if(s)return s;let r=[{expr:t.attrs[":if"],node:t}],o=n+1,i=p=>{let d=hn(e,o),b=e[d];if(typeof b=="object"&&p in b.attrs)return o=d+1,b};for(let p=i(":elseif");p;p=i(":elseif"))r.push({expr:p.attrs[":elseif"],node:p});let a=i(":else");a&&r.push({node:a});let l={branches:r,next:o};return qt.set(t,l),l},pe=(e,t,n,s=!1,r)=>{let o=r??document.createDocumentFragment(),i=0;for(;i<e.length;){let a=e[i];if(typeof a=="string"){let l=document.createTextNode(a);if(a.includes("{{")){let p=nn(a);n.effect(()=>{let d=sn(p,t);l.textContent!==d&&(l.textContent=d)})}o.appendChild(l),i++;continue}if(":each"in a.attrs){o.appendChild(vs(a,t,n,s)),i++;continue}if(":if"in a.attrs){let l=Ms(e,a,i);o.appendChild(Os(l.branches,t,n,s)),i=l.next;continue}o.appendChild(ct(a,t,n,s)),i++}return o},Ds=(e,t,n=!1)=>pe(e.template,t,ce(t),n),Is=new Set(["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"]),qs=/<([A-Za-z][\w.-]*)((?:"[^"]*"|'[^']*'|[^>"'])*?)\/>/g,ut=/(<script[\s\S]*?<\/script\s*>|<style[\s\S]*?<\/style\s*>)/gi,Ws=e=>e.split(ut).map((t,n)=>n%2===1?t:t.replace(qs,(s,r,o)=>Is.has(r.toLowerCase())?s:`<${r}${o}></${r}>`)).join(""),mn=/<([A-Za-z][\w.-]*)((?:"[^"]*"|'[^']*'|[^>"'])*)>/g,Us=/"[^"]*"|'[^']*'|(^|\s)\.\.\.([A-Za-z_$][\w$.]*)/g,Fs=e=>e.split(ut).map((t,n)=>n%2===1?t:t.replace(mn,(s,r,o)=>{let i=0,a=o.replace(Us,(l,p,d)=>d===void 0?l:`${p}:props.${i++}="${d}"`);return`<${r}${a}>`})).join(""),Bs=/"[^"]*"|'[^']*'|(^|\s)(:[\w.$-]+)/g,Hs=/<\/slot\.([\w.$-]+)(\s*)>/gi,zs=/^slot\./i,Gs=e=>zs.test(e)?`slot.${tt(e.slice(5))}`:e,ve=":jq79-component",Zs=/^[A-Z]/,Ks=/\/\s*$/,Vs=(e,t)=>{if(!Zs.test(e))return t;let n=` ${ve}="${e}"`,s=Ks.exec(t);return s?`${t.slice(0,s.index)}${n}${s[0]}`:`${t}${n}`},Xs=e=>e.split(ut).map((t,n)=>n%2===1?t:t.replace(mn,(s,r,o)=>{let i=o.replace(Bs,(a,l,p)=>p===void 0?a:`${l}${tt(p)}`);return`<${Gs(r)}${Vs(r,i)}>`}).replace(Hs,(s,r,o)=>`</slot.${tt(r)}${o}>`)).join(""),qe="data-jq79",Js=e=>{let t=2166136261;for(let n=0;n<e.length;n++)t=Math.imul(t^e.charCodeAt(n),16777619);return(t>>>0).toString(36)},yn=(e,t)=>{e.forEach(n=>{typeof n!="string"&&(n.attrs[qe]=t,yn(n.children,t))})},Ys=(e,t)=>e.split(",").map(n=>{let s=n.trim(),r=s.indexOf("::"),o=r===-1?s:s.slice(0,r),i=r===-1?"":s.slice(r);return`${o}[${qe}="${t}"]${i}`}).join(", "),bn=(e,t)=>{Array.from(e).forEach(n=>{n instanceof CSSStyleRule?n.selectorText=Ys(n.selectorText,t):n instanceof CSSGroupingRule&&bn(n.cssRules,t)})},Qs=(e,t)=>{/:deep\(|::v-deep|>>>/.test(e)&&console.warn("jq79: :deep()/::v-deep/>>> are not supported in <style scoped>; the rule will be dropped by the browser");let n=new CSSStyleSheet;return n.replaceSync(e),bn(n.cssRules,t),Array.from(n.cssRules).map(s=>s.cssText).join(`
10
- `)},er=/^[A-Z][A-Za-z0-9]*$/,st=e=>{let t=Ws(Fs(Xs(e))),s=new DOMParser().parseFromString(`<template>${t}</template>`,"text/html").querySelector("template"),r=[],o=[];Array.from(s.content.children).forEach(l=>{l.tagName==="TEMPLATE"?o.push(l):r.push(l)});let i=Wt(r,e),a={};return o.forEach(l=>{let p=l.getAttribute("name");if(p===null){console.warn("jq79: a top-level <template> without a name declares nothing and was ignored");return}if(!er.test(p)){console.warn(`jq79: <template name="${p}"> was ignored - a component name has to be PascalCase, or no tag could ever reference it (only capitalized names resolve as components)`);return}if(p in a){console.warn(`jq79: two <template name="${p}"> in one file; the second was ignored`);return}a[p]=new te({...Wt(Array.from(l.content.children),l.innerHTML),siblings:a,name:p})}),Object.keys(a).length&&(i.siblings=a),i},Wt=(e,t)=>{let n=[],s=[],r=[];e.forEach(i=>{let a={attrs:Kt(i),content:i.textContent??""};i.tagName==="SCRIPT"?n.push(a):i.tagName==="STYLE"?s.push(a):r.push(Vt(i))}),s.forEach(i=>{"lang"in i.attrs&&console.warn(`jq79: <style lang="${i.attrs.lang}"> needs the jq79/vite plugin to compile it. This component didn't go through the bundler, so its styles were left uncompiled and the browser will ignore them.`)});let o=i=>"scoped"in i.attrs&&!("lang"in i.attrs);if(s.some(o)){let i=Js(t);yn(r,i),s.forEach(a=>{o(a)&&(a.scoped=Qs(a.content,i))})}return gn(r),{template:r,scripts:n,styles:s}},ft=e=>/\.html?([?#]|$)/.test(e)?ot(e):import(e),tr=/^(?:\.\.?\/|\/|[a-z][a-z0-9+.-]*:)/i,nr=(e,t)=>{if(!tr.test(e))return e;try{return new URL(e,new URL(t??"",document.baseURI)).href}catch{return e}},En=(e,t)=>e?`
11
- //# sourceURL=${e}?jq79-script=${t}`:"",Ut=e=>e.scoped??e.content,Le=new Map,sr=e=>{let t=Le.get(e);if(!t){let n=document.createElement("style");n.textContent=e,document.head.appendChild(n),t={el:n,count:0},Le.set(e,t)}t.count++},rr=e=>{let t=Le.get(e);t&&--t.count<=0&&(t.el.remove(),Le.delete(e))},or=(e,t,n,s={},r=ft,o={})=>{let i={...$n,...s},a=new Proxy(t,{has:(d,b)=>b!=="$__effect"&&b!=="$__import"&&b!=="$__state"&&(Reflect.has(d,b)||!(b in globalThis)&&!(b in i))}),l={},p=new Function("$scope","$__effect","$__import","$__state",...Object.keys(i),`return (async () => { with ($scope) { ${e} }
12
- ;$__state.done = true })()${En(o.filename,o.index??0)}`)(a,n,r,l,...Object.values(i));return p.catch(d=>console.error("jq79: error in :setup script",d)),Yt(p),{settled:p,sync:l.done===!0}},Ft=(e,t)=>{t?.forEach(({name:n,default:s})=>{e[n]===void 0&&(e[n]=s===void 0?void 0:M(s,e))})},dt=e=>{let t=e.attrs[":setup"];if(t===void 0)return null;if(t.trim()==="")return[];let n=Oe(t);return n||ir(e,t),n},Bt=new WeakSet,ir=(e,t)=>{t.trim()==="_"||Bt.has(e)||(Bt.add(e),console.warn(`jq79: :setup="${t}" is not a props pattern, so this component declares no signature and takes whatever a parent passes - write the props it takes ("{ a, b }"), a bare :setup for none, or "_" to stay open on purpose`))},ar=e=>{let t=new Set;return e.forEach(n=>{(_e(n.content)??dt(n))?.forEach(({name:r})=>t.add(r))}),t},lr=e=>{let t=null;return e.forEach(n=>{let s=_e(n.content)??dt(n);if(!s)return;let r=t??(t=new Set);s.forEach(({name:o})=>r.add(o))}),t},Ht=(e,t)=>{if(t===null)return e;let n={};return Object.keys(e).forEach(s=>{t.has(s)&&(n[s]=e[s])}),n},zt=new WeakMap,cr=(e,t,n,s)=>{if(s===null)return;let r=zt.get(e)??new Set;zt.set(e,r),n.forEach(o=>{s.has(o)||r.has(o)||(r.add(o),console.warn(`jq79: :${o} is not declared by <${t}> - add it to the :setup signature, or drop it`))})},ur=(e,t)=>{if(!e)return null;let n=Object.create(null),s=!1;return Object.entries(e).forEach(([r,o])=>{t.has(r)||(n[r]=o,s=!0)}),s?n:null},Sn=Symbol("jq79.unfilledProps"),rt=Symbol("jq79.pendingScripts"),fr=e=>e&&e.default!==void 0?e.default:e,dr=(e,t,n,s={},r=ft,o={})=>{let i={...$n,...s},a={},l=new Function("$__exports","$__default","$__import",...Object.keys(i),`return (async () => { "use strict";
1
+ var Ne=Object.defineProperty;var Hn=Object.getOwnPropertyDescriptor;var zn=Object.getOwnPropertyNames;var Gn=Object.prototype.hasOwnProperty;var Zn=(e,t,n)=>t in e?Ne(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var Kn=(e,t)=>{for(var n in t)Ne(e,n,{get:t[n],enumerable:!0})},Vn=(e,t,n,s)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of zn(t))!Gn.call(e,r)&&r!==n&&Ne(e,r,{get:()=>t[r],enumerable:!(s=Hn(t,r))||s.enumerable});return e};var Xn=e=>Vn(Ne({},"__esModule",{value:!0}),e);var k=(e,t,n)=>Zn(e,typeof t!="symbol"?t+"":t,n);var Eo={};Kn(Eo,{$:()=>me,$$:()=>xe,$create:()=>Ce,$reactive:()=>$e,$toRaw:()=>H,C79:()=>re,Component79:()=>re,PendingComponent79:()=>He,enableHotReload:()=>Un,hotUpdate:()=>qn,parseComponent:()=>yo,renderComponent:()=>Cr});module.exports=Xn(Eo);function me(e,t){return typeof e=="string"?document.querySelector(e):e.querySelector(t)}function xe(e,t){return Array.from(typeof e=="string"?document.querySelectorAll(e):e.querySelectorAll(t))}var Ce=(e,t={})=>{let n=document.createElement(e);for(let[s,r]of Object.entries(t))if(s==="className")n.className=Array.isArray(r)?r.join(" "):r;else if(s==="textContent")n.textContent=r;else if(s==="children")for(let i of r)n.appendChild(i);else n.setAttribute(s,r);return n},Jn=new Set(["a","b","i","em","strong","p","br","ul","ol","li","blockquote","code","pre","span","div","h1","h2","h3","h4","h5","h6","img"]),wt={a:new Set(["href","title"]),img:new Set(["src","alt"]),"*":new Set(["class"])},Yn=new Set(["http:","https:","mailto:"]);function Qn(e){try{let t=new URL(e,"https://example.com");return Yn.has(t.protocol)}catch{return!1}}var es={"https:":"443","http:":"80"};function ts(e){let t=e.trim().toLowerCase().match(/^([a-z\d*][a-z\d.*-]*?)(?::(\d{1,5}|\*))?$/);if(!t)return null;let[,n,s]=t,r=n.split(".");return r.some(o=>o!=="*"&&!/^[a-z\d-]+$/.test(o))?null:{host:new RegExp(`^${r.map(o=>o==="*"?"[^.]+":o).join("\\.")}$`),port:!s||s==="*"?null:s}}var Rt=e=>{let t=(Array.isArray(e)?e:e.split(",")).map(ts).filter(n=>n!==null);return n=>{let s=n.hostname.toLowerCase(),r=n.port||es[n.protocol]||"";return t.some(i=>i.host.test(s)&&(i.port===null||i.port===r))}};function ns(e,t,n,s){try{return!!e(new URL(t,document.baseURI),n,s)}catch{return!1}}var St=512;function $t(e,t,n,s){if(n>St)throw new RangeError(`jq79: sanitizeHTML input nests deeper than ${St} elements`);for(let r of Array.from(e.childNodes))if(r.nodeType===Node.ELEMENT_NODE){let i=ss(r,n,s);i&&t.appendChild(i)}else r.nodeType===Node.TEXT_NODE&&t.appendChild(r.cloneNode())}function ss(e,t,n){let s=e.tagName.toLowerCase();if(!Jn.has(s))return null;let r=document.createElement(s);for(let i of Array.from(e.attributes)){let o=i.name.toLowerCase(),l=wt[s]?.has(o),a=wt["*"]?.has(o);!l&&!a||(o==="href"||o==="src")&&(!Qn(i.value)||n&&!ns(n,i.value,s,o))||r.setAttribute(o,i.value)}return s==="a"&&r.setAttribute("rel","noopener noreferrer"),$t(e,r,t+1,n),r}function Ke(e,t){let n=document.createElement("template");n.innerHTML=e;let s=document.createElement("div");return $t(n.content,s,0,t?.allowUrl),s.innerHTML}var rs=(e,t)=>t.split(".").reduce((n,s)=>n?.[s],e),_e=e=>{if(Array.isArray(e))return!0;let t=Object.getPrototypeOf(e);return t===Object.prototype||t===null},_t=(e,t,n)=>{Object.entries(e).forEach(([s,r])=>{let i=t?`${t}.${s}`:s;r&&typeof r=="object"&&_e(r)?_t(r,i,n):n(i,r)})},os=(e,t)=>{e.own===null?e.own=t:e.own!==t&&(e.ownMany??(e.ownMany=new Set)).add(t)},is=(e,t)=>{e.deep===null?e.deep=t:e.deep!==t&&(e.deepMany??(e.deepMany=new Set)).add(t)},ls=(e,t)=>{e.own===t?e.own=null:e.ownMany?.delete(t)&&e.ownMany.size===0&&(e.ownMany=null)},as=(e,t)=>{e.deep===t?e.deep=null:e.deepMany?.delete(t)&&e.deepMany.size===0&&(e.deepMany=null)},ye=(e,t)=>{e.own!==null&&t(e.own),e.ownMany?.forEach(t)},Se=(e,t)=>{e.deep!==null&&t(e.deep),e.deepMany?.forEach(t)},Tt=" keys",Ve=e=>e?`${e}.${Tt}`:Tt,Nt=".length",xt=(e,t)=>({children:null,own:null,ownMany:null,deep:null,deepMany:null,parent:e,segment:t}),cs=e=>e.own===null&&e.deep===null&&!e.ownMany?.size&&!e.deepMany?.size&&!e.children?.size,Je=Symbol("jq79.raw"),H=e=>{let t=e;for(;t!==null&&typeof t=="object"&&t[Je];)t=t[Je];return t},At=Symbol("jq79.store"),ue=e=>e!==null&&typeof e=="object"&&e[At]===!0,le=[],Re=e=>{le.push(new Set);try{return e()}finally{le.pop()}},us=0,Xe=new Set,Ct="$__attach",Ae=Symbol("jq79.alsoWakenBy"),$e=e=>{let t=new Map,n=new Set,s=new Set,r=new WeakMap,i=Object.create(null),o=xt(null,""),l=(f,d)=>{let g=o;return f.split(".").forEach(h=>{let b=g.children??(g.children=new Map),y=b.get(h);y||(y=xt(g,h),b.set(h,y)),g=y}),d.deep?is(g,d):os(g,d),g},a=(f,d)=>{d.deep?as(f,d):ls(f,d);let g=f;for(;g?.parent&&cs(g);)g.parent.children.delete(g.segment),g=g.parent},u=f=>{let d=o;for(let g of f.split("."))if(d=d.children?.get(g),!d)return;return d},c=f=>{let d=new Set,g=E=>{let $=E.children?[...E.children.values()]:[];for(;$.length;){let N=$.pop();ye(N,O=>d.add(O)),Se(N,O=>d.add(O)),N.children?.forEach(O=>$.push(O))}},h=o,b=f.split("."),y="";for(let E=0;E<b.length-1;E++){if(h=h.children?.get(b[E]),!h)return d;y=y?`${y}.${b[E]}`:b[E],Se(h,$=>d.add($)),C.has(y)&&ye(h,$=>d.add($)),E===b.length-2&&b[E+1]==="length"&&(ye(h,$=>d.add($)),g(h))}return h=h.children?.get(b[b.length-1]),h&&(ye(h,E=>d.add(E)),Se(h,E=>d.add(E)),g(h)),d},p=(f,d,g)=>{if(d===g)return!1;for(let h=d;h<g;h++){let b=f.charCodeAt(h);if(b<48||b>57)return!1}return!0},w=(f,d)=>{if(f.deep||d.size<2)return d;let g=new Set;d.forEach(y=>{y.endsWith(Nt)&&g.add(y.slice(0,-Nt.length))});let h=new Set;if(d.forEach(y=>{let E=0,$="";for(let N=y.indexOf(".");N!==-1;N=y.indexOf(".",N+1)){let O=y.slice(0,N);(!(E>0&&p(y,E,N))||g.has($))&&h.add(O),$=O,E=N+1}}),!h.size)return d;let b=new Set;return d.forEach(y=>{h.has(y)||b.add(y)}),b},v=f=>{let d=null,g=null,h=null,b=Xe,y=x=>h?h.has(x):d===x,E=x=>{let B=l(x,f);h?h.set(x,B):d===null?(d=x,g=B):(h=new Map([[d,g],[x,B]]),d=g=null)},$=x=>{if(h){h.forEach((B,F)=>{x.has(F)||(a(B,f),h.delete(F))});return}d!==null&&!x.has(d)&&(a(g,f),d=g=null)},N=()=>{h?h.forEach(x=>a(x,f)):g&&a(g,f),h=null,d=g=null},O=x=>{if(x.size===b.size){let F=!0;if(x.forEach(ce=>{F&&(F=b.has(ce))}),F)return}b=x;let B=w(f,x);$(B),B.forEach(F=>{y(F)||E(F)})};return f.reindex.add(O),O(f.deps),()=>{f.reindex.delete(O),N(),b=Xe}},I=f=>{let d=u(f);if(d){let g=new Set;ye(d,h=>g.add(h)),Se(d,h=>g.add(h)),M(g)}},U=f=>I(Ve(f)),M=f=>{let d=Array.from(f),g=!0;for(let h=1;g&&h<d.length;h++)g=d[h-1].order<d[h].order;g||d.sort((h,b)=>h.order-b.order),d.forEach(h=>{s.has(h)&&h.run()})},S=(f,d,g=!1)=>{t.get(f)?.forEach(h=>h(d,f)),n.forEach(h=>h(f,d)),g?s.forEach(h=>h.run()):M(c(f))},q=(f,d)=>f!==d&&f!==null&&d!==null&&typeof f=="object"&&typeof d=="object"&&!ue(f)&&!ue(d)&&_e(f)&&_e(d)&&Array.isArray(f)===Array.isArray(d),L=null,D=-1,z=(f,d)=>{let g=d.length>f.length,h=g?f:d,b=g?d:f,y=0;for(;y<h.length&&Object.is(H(h[y]),H(b[y]));)y++;for(let E=y;E<h.length;E++)if(!Object.is(H(h[E]),H(b[E+1])))return D;return y},J=(f,d)=>{if(Array.isArray(d)){let $=f.length,N=d.length,O=$!==N;if(!$||!N)return L;let x=Math.max($,N);if(Math.abs($-N)===1){let F=z(f,d);if(F!==D){let ce=[];for(let Ze=F;Ze<x;Ze++)ce.push(String(Ze));return{keys:ce,exact:!0,keysChanged:O}}}let B=[];for(let F=0;F<x;F++)if(!Object.is(H(f[F]),H(d[F]))&&(B.push(String(F)),B.length*2>=x))return L;return{keys:B,exact:!1,keysChanged:O}}let g=Object.keys(f),h=Object.keys(d),b=new Set([...g,...h]);if(!b.size)return L;let y=[];b.forEach($=>{Object.is(H(f[$]),H(d[$]))||y.push($)});let E=g.length!==h.length||g.some(($,N)=>$!==h[N]);return y.length*2>=b.size?L:{keys:y,exact:!1,keysChanged:E}},Y=(f,d,g,h)=>{let b=new Set,y=$=>{let N=u($);N&&(ye(N,O=>b.add(O)),Se(N,O=>b.add(O)))},E=J(d,g);if(!E)return S(f,h);if(t.get(f)?.forEach($=>$(h,f)),n.forEach($=>$(f,h)),y(f),E.keys.forEach($=>{let N=`${f}.${$}`,O=t.get(N);if(O){let x=H(g[$]),B=R(x)?A(x,N):x;O.forEach(F=>F(B,N))}E.exact?y(N):c(N).forEach(x=>b.add(x))}),E.keysChanged&&y(Ve(f)),Array.isArray(g)&&d.length!==g.length){let $=`${f}.length`;t.get($)?.forEach(N=>N(g.length,$)),y($)}M(b)},R=f=>f!==null&&typeof f=="object"&&_e(f),C=new Map,m=(f,d)=>{let g=C.get(d);g?.store!==f&&(g?.unsubscribe(),C.set(d,{store:f,unsubscribe:f.$onAny((h,b)=>S(`${d}.${h}`,b))}))},_=f=>{C.get(f)?.unsubscribe(),C.delete(f)},A=(f,d)=>{let g=r.get(f);if(g)return g;let h=null,b=new Proxy(f,{has(y,E){return Reflect.has(y,E)||typeof E=="string"&&h?.has(E)===!0},ownKeys(y){return le[le.length-1]?.add(Ve(d)),Reflect.ownKeys(y)},get(y,E,$){if(E===Je)return y;if(E===At)return d==="";if(typeof E!="string")return Reflect.get(y,E,$);if(d===""&&E in i)return i[E];let N=d?`${d}.${E}`:E;le[le.length-1]?.add(N);let O=Reflect.get(y,E,$);if(ue(O))return m(O,N),O;let x=H(O);return R(x)?A(x,N):x},set(y,E,$,N){if(N!==b&&!Object.prototype.hasOwnProperty.call(y,E))return Reflect.set(y,E,$,N);let O=d?`${d}.${E}`:E,x=ue($)?$:H($),B=!Object.prototype.hasOwnProperty.call(y,E);if(!B&&Object.is(y[E],x)&&(x===null||typeof x!="object"))return!0;let F=y[E];y[E]=x,h?.delete(E),ue(x)?m(x,O):_(O);let ce=ue(x)||!R(x)?x:A(x,O);return!B&&q(F,x)?Y(O,F,x,ce):S(O,ce,B),!0},deleteProperty(y,E){if(typeof E!="string")return Reflect.deleteProperty(y,E);let $=Object.prototype.hasOwnProperty.call(y,E),N=Reflect.deleteProperty(y,E);if(N&&$){let O=d?`${d}.${E}`:E;(h??(h=new Set)).add(E),_(O),S(O,void 0),U(d)}return N}});return r.set(f,b),b},G=A(H(e),"");Object.entries(H(e)).forEach(([f,d])=>{ue(d)&&m(d,f)});let V=(f,d,{immediate:g=!1}={})=>(t.has(f)||t.set(f,new Set),t.get(f).add(d),g&&d(rs(G,f),f),()=>t.get(f)?.delete(d)),K=(f,{immediate:d=!1}={})=>(n.add(f),d&&_t(G,"",(g,h)=>f(g,h)),()=>n.delete(f)),T=(f,{deep:d=!1,alsoWakenBy:g}={})=>{let h=!1,b=!1,y={deps:Xe,reindex:new Set,deep:d,order:us++,run:()=>{if(h){b=!0;return}h=!0;try{let N=0;do{b=!1;let O=new Set;le.push(O);try{f()}finally{le.pop(),y.deps=O}}while(b&&++N<100);b&&console.error("jq79: an effect re-woke itself 100 times in a row (it writes what it reads); giving up on it settling")}finally{h=!1,y.reindex.forEach(N=>N(y.deps))}}};s.add(y);let E=v(y),$=()=>{s.delete(y),E()};return g?.length?W(y,g,$):(y.run(),$)},W=(f,d,g)=>{let h=d.map(b=>b?.[Ct]?.(f)).filter(Boolean);return f.run(),()=>{g(),h.forEach(b=>b())}},P=f=>{s.add(f);let d=v(f);return()=>{s.delete(f),d()}},Z=()=>{C.forEach(({unsubscribe:f})=>f()),C.clear()};return i.$on=V,i.$onAny=K,i.$effect=T,i.$dispose=Z,i[Ct]=P,G},Ye=class{constructor(t,n){k(this,"scope",t);k(this,"disposers",null);k(this,"runs",null);k(this,"options");let s=t[Ae];this.options=n||s?{deep:n,alsoWakenBy:s}:void 0}effect(t){(this.disposers??(this.disposers=[])).push(this.scope.$effect(t,this.options)),(this.runs??(this.runs=[])).push(t)}onDispose(t){(this.disposers??(this.disposers=[])).push(t)}refresh(){this.runs?.forEach(t=>t())}dispose(){let t=this.disposers;if(this.disposers=null,this.runs=null,t)for(let n=0;n<t.length;n++)t[n]()}},de=(e,t=!1)=>new Ye(e,t);var Ot=/(?:let|var|const)(?:\s+(?=[A-Za-z_$])|\s*(?=[{[]))/y,vt=/\$:\s*/y,ve=/import(?=\s*\()/y,jt=/\$:\s*([A-Za-z_$][\w$]*)\s*=(?!=)/y,te=(e,t)=>{let n=e[t],s=t+1;for(;s<e.length;){if(e[s]==="\\"){s+=2;continue}if(e[s]===n)return s+1;s++}return e.length},Q=(e,t)=>{let n=e.indexOf(`
2
+ `,t);return n===-1?e.length:n},ee=(e,t)=>{let n=e.indexOf("*/",t+2);return n===-1?e.length:n+2},Oe=(e,t)=>{let n=t;for(;n<e.length;){if(/\s/.test(e[n])){n++;continue}if(e[n]==="/"&&e[n+1]==="/"){n=Q(e,n);continue}if(e[n]==="/"&&e[n+1]==="*"){n=ee(e,n);continue}break}return n},ds=new Set(["return","typeof","case","in","instanceof","new","delete","void","do","else","yield","await"]),ne=(e,t)=>{let n=t-1;for(;n>=0;){let r=e[n];if(/\s/.test(r)){n--;continue}if(r==="/"&&e[n-1]==="*"){let i=e.lastIndexOf("/*",n-2);if(i===-1)return!0;n=i-1;continue}break}if(n<0)return!0;let s=e[n];if(/[\w$]/.test(s)){let r=n;for(;r>0&&/[\w$]/.test(e[r-1]);)r--;return ds.has(e.slice(r,n+1))}return(s==="+"||s==="-")&&e[n-1]===s?!1:!")]}\"'`.".includes(s)},se=(e,t)=>{let n=t+1,s=!1;for(;n<e.length;){let r=e[n];if(r==="\\"){n+=2;continue}if(r===`
3
+ `)return n;if(r==="[")s=!0;else if(r==="]")s=!1;else if(r==="/"&&!s){for(n++;n<e.length&&/[a-z]/i.test(e[n]);)n++;return n}n++}return e.length},fs=/^(\?\.|\?\?|&&|\|\||\*\*|[.,+\-*/%&|^<>=?:([])/,ps=(e,t)=>{let n=t-1;for(;n>=0;){let s=e[n];if(/\s/.test(s)){n--;continue}if(s==="/"&&e[n-1]==="*"){let r=e.lastIndexOf("/*",n-2);if(r===-1)return"";n=r-1;continue}return s}return""},Pt=(e,t)=>{let n=0,s=t;for(;s<e.length;){let r=e[s];if(r==="'"||r==='"'||r==="`"){s=te(e,s);continue}if(r==="/"&&e[s+1]==="/"){s=Q(e,s);continue}if(r==="/"&&e[s+1]==="*"){s=ee(e,s);continue}if(r==="/"&&ne(e,s)){s=se(e,s);continue}if("([{".includes(r))n++;else if(")]}".includes(r))n--;else{if(n<=0&&r===";")return s;if(n<=0&&r===`
4
+ `){let i=Oe(e,s+1);if(!(i<e.length&&(fs.test(e.slice(i,i+2))||[",","="].includes(ps(e,s)))))return s;s=i;continue}}s++}return e.length},hs=e=>{let t=[],n=0,s=0,r=0,i=l=>{t.push({raw:e.slice(s,l),codeEnd:Math.max(0,r-s)}),s=l+1,r=s},o=0;for(;o<e.length;){let l=e[o];if(l==="'"||l==='"'||l==="`"){o=te(e,o),r=o;continue}if(l==="/"&&e[o+1]==="/"){o=Q(e,o);continue}if(l==="/"&&e[o+1]==="*"){o=ee(e,o);continue}if(l==="/"&&ne(e,o)){o=se(e,o),r=o;continue}if("([{".includes(l))n++;else if(")]}".includes(l))n--;else if(l===","&&n<=0){i(o),o++;continue}/\s/.test(l)||(r=o+1),o++}return i(e.length),t},Qe=e=>{let t=e.trim();if(!t.startsWith("{")&&!t.startsWith("["))return Pe.test(t)?[t]:[];let n=[];for(let s of tt(t.slice(1,Mt(t)))){s.startsWith("...")&&(s=s.slice(3).trim());let r=nt(s);if(r!==-1&&(s=s.slice(0,r).trim()),t.startsWith("{")){let i=et(s,":");if(i!==-1){n.push(...Qe(s.slice(i+1)));continue}}n.push(...Qe(s))}return n},gs=e=>{let t=[],n=hs(e).map(({raw:i,codeEnd:o})=>{let l=i.match(/^\s*/)[0];if(o<=l.length)return{text:i,empty:!0};let a=i.slice(l.length,o),u=i.slice(o),c=nt(a),p=(c===-1?a:a.slice(0,c)).trim(),w=a[0]==="{"||a[0]==="[";w?t.push(...Qe(p)):Pe.test(p)&&t.push(p);let v=ke(a).code;return{text:`${l}${w?`(${v})`:v}${u}`,empty:!1}}),s=[];for(;n.length&&n[n.length-1].empty;)s.unshift(n.pop().text);let r=n.map(i=>i.text).join(",")+s.join("");return r.trimStart().startsWith("(")&&(r=`;${r}`),{vars:t,code:r}},ke=e=>{let t=[],n="",s=0,r=0,i=!0;for(;s<e.length;){let o=e[s],l=e[s+1];if(o==="'"||o==='"'||o==="`"){let a=te(e,s);n+=e.slice(s,a),s=a,i=!1;continue}if(o==="/"&&(l==="/"||l==="*")){let a=l==="/"?Q(e,s):ee(e,s);n+=e.slice(s,a),s=a;continue}if(o==="/"&&ne(e,s)){let a=se(e,s);n+=e.slice(s,a),s=a,i=!1;continue}if(o==="i"&&(s===0||!/[\w$.]/.test(e[s-1]))&&(ve.lastIndex=s,ve.test(e))){n+="$__import",s+=6,i=!1;continue}if(r===0&&i){Ot.lastIndex=s;let a=Ot.exec(e);if(a){let c=s+a[0].length,p=Pt(e,c),{vars:w,code:v}=gs(e.slice(c,p));t.push(...w),n+=v,s=p,i=!1;continue}vt.lastIndex=s;let u=vt.exec(e);if(u){jt.lastIndex=s;let c=jt.exec(e);c&&t.push(c[1]);let p=s+u[0].length,w=Pt(e,p);n+=`$__effect(() => { ${ke(e.slice(p,w)).code} });`,s=w;continue}}"([{".includes(o)?r++:")]}".includes(o)&&(r=Math.max(0,r-1)),o===`
5
+ `||o===";"||o==="}"?i=!0:/\s/.test(o)||(i=!1),n+=o,s++}return{vars:t,code:n}},je=/export\s+default(?![\w$])/y,kt=/import\s*(?:([\w$\s,{}*]+?)\s*from\s*)?(["'])([^"'\n]+)\2/y,ms=e=>{let t=[],n=0,s=0;for(let r=0;r<=e.length;r++){let i=e[r];if(i==="{")n++;else if(i==="}")n--;else if(r===e.length||i===","&&n===0){let o=e.slice(s,r).trim();o&&t.push(o),s=r+1}}return t},ys=(e,t,n)=>{let s=`await $__import(${JSON.stringify(t)})`;if(e===void 0)return s;let r=ms(e),i=[],o=s;if(r.length>1){let l=`$__mod${n}`;i.push(`${l} = ${s}`),o=l}for(let l of r)l.startsWith("{")?i.push(`${l.replace(/\s+as\s+/g,": ")} = ${o}`):l.startsWith("*")?i.push(`${l.replace(/^\*\s*as\s+/,"")} = ${o}`):i.push(`${l} = $__default(${o})`);return`const ${i.join(", ")}`},Pe=/^[A-Za-z_$][\w$]*$/,Mt=e=>{let t=0,n=0;for(;n<e.length;){let s=e[n];if(s==="'"||s==='"'||s==="`"){n=te(e,n);continue}if(s==="/"&&e[n+1]==="/"){n=Q(e,n);continue}if(s==="/"&&e[n+1]==="*"){n=ee(e,n);continue}if(s==="/"&&ne(e,n)){n=se(e,n);continue}if("([{".includes(s))t++;else if(")]}".includes(s)&&--t===0)return n;n++}return e.length},et=(e,t)=>{let n=0,s=0;for(;s<e.length;){let r=e[s];if(r==="'"||r==='"'||r==="`"){s=te(e,s);continue}if(r==="/"&&e[s+1]==="/"){s=Q(e,s);continue}if(r==="/"&&e[s+1]==="*"){s=ee(e,s);continue}if(r==="/"&&r!==t&&ne(e,s)){s=se(e,s);continue}if("([{".includes(r))n++;else if(")]}".includes(r))n--;else if(n===0&&r===t)return s;s++}return-1},tt=e=>{let t=[],n=0,s=0,r=0;for(;r<=e.length;){let i=e[r];if(i==="'"||i==='"'||i==="`"){r=te(e,r);continue}if(i==="/"&&e[r+1]==="/"){r=Q(e,r);continue}if(i==="/"&&e[r+1]==="*"){r=ee(e,r);continue}if(i==="/"&&ne(e,r)){r=se(e,r);continue}if(i!==void 0&&"([{".includes(i))n++;else if(i!==void 0&&")]}".includes(i))n--;else if(r===e.length||i===","&&n===0){let o=e.slice(s,r).trim();o&&t.push(o),s=r+1}r++}return t},nt=e=>{let t=0;for(;t<e.length;){let n=et(e.slice(t),"=");if(n===-1)return-1;let s=t+n;if(e[s+1]!=="="&&e[s+1]!==">"&&e[s-1]!=="="&&e[s-1]!=="!")return s;t=s+1}return-1},Me=e=>{let t=(e??"").trim();if(!t.startsWith("{"))return null;let n=Mt(t);if(n>=t.length)return null;let s=[];for(let r of tt(t.slice(1,n))){if(r.startsWith("..."))continue;let i=nt(r),o=i===-1?r:r.slice(0,i),l=i===-1?void 0:r.slice(i+1).trim(),a=et(o,":"),u=(a===-1?o:o.slice(0,a)).trim();if(!Pe.test(u))continue;let c={name:u};l!==void 0&&(c.default=l);let p=a===-1?"":o.slice(a+1).trim();Pe.test(p)&&(c.as=p),s.push(c)}return s},Es=e=>{let t=0,n=0,s=!0;for(;t<e.length;){let r=e[t];if(r==="'"||r==='"'||r==="`"){t=te(e,t),s=!1;continue}if(r==="/"&&e[t+1]==="/"){t=Q(e,t);continue}if(r==="/"&&e[t+1]==="*"){t=ee(e,t);continue}if(r==="/"&&ne(e,t)){t=se(e,t),s=!1;continue}if(r==="e"&&n===0&&s&&(t===0||!/[\w$.]/.test(e[t-1]))){je.lastIndex=t;let i=je.exec(e);if(i)return t+i[0].length}"([{".includes(r)?n++:")]}".includes(r)&&(n=Math.max(0,n-1)),r===`
6
+ `||r===";"||r==="}"?s=!0:/\s/.test(r)||(s=!1),t++}return-1},bs=/^async(?![\w$])/,ws=/^function(?![\w$])\s*\*?\s*[A-Za-z_$][\w$]*|^function(?![\w$])\s*\*?/,Ss=e=>{let t=Es(e);if(t===-1)return null;let n=Oe(e,t),s=e.slice(n);bs.test(s)&&(n=Oe(e,n+5));let r=ws.exec(e.slice(n));if(r&&(n=Oe(e,n+r[0].length)),e[n]!=="(")return null;let i=0,o=n;for(;o<e.length;){let l=e[o];if(l==="'"||l==='"'||l==="`"){o=te(e,o);continue}if(l==="/"&&e[o+1]==="/"){o=Q(e,o);continue}if(l==="/"&&e[o+1]==="*"){o=ee(e,o);continue}if(l==="/"&&ne(e,o)){o=se(e,o);continue}if("([{".includes(l))i++;else if(")]}".includes(l)&&--i===0)break;o++}return tt(e.slice(n+1,o))[0]??""},Le=e=>{let t=Ss(e);if(t===null)return null;let n=Me(t),s=n?.find(r=>r.name.startsWith("$"))?.name;if(s)throw new Error(`jq79: the factory signature is (props, ctx), so \`${s}\` can't be destructured from the first parameter. Write \`export default (props, { ${s} }) => \u2026\`, or \`_\` in place of props if the component takes none.`);return n},Lt=e=>{let t="",n=0,s=0,r=!0,i=!1,o=0;for(;n<e.length;){let l=e[n],a=e[n+1],u=n===0||!/[\w$.]/.test(e[n-1]);if(l==="'"||l==='"'||l==="`"){let c=te(e,n);t+=e.slice(n,c),n=c,r=!1;continue}if(l==="/"&&(a==="/"||a==="*")){let c=a==="/"?Q(e,n):ee(e,n);t+=e.slice(n,c),n=c;continue}if(l==="/"&&ne(e,n)){let c=se(e,n);t+=e.slice(n,c),n=c,r=!1;continue}if(l==="i"&&u){if(ve.lastIndex=n,ve.test(e)){t+="$__import",n+=6,r=!1;continue}if(s===0&&r){kt.lastIndex=n;let c=kt.exec(e);if(c){t+=ys(c[1],c[3],o++),n+=c[0].length,r=!1;continue}}}if(l==="e"&&u&&s===0&&r){je.lastIndex=n;let c=je.exec(e);if(c){i=!0,t+="$__exports.default =",n+=c[0].length,r=!1;continue}}"([{".includes(l)?s++:")]}".includes(l)&&(s=Math.max(0,s-1)),l===`
7
+ `||l===";"||l==="}"?r=!0:/\s/.test(l)||(r=!1),t+=l,n++}return i?t:null},Rs=new Set(["true","false","null","undefined","this","typeof","instanceof","in","new","void","delete","of","await","yield","NaN","Infinity","arguments","case","do","else","return"]),$s=new Set(["function","class","let","const","var","eval","with"]),Ts=new Set(["$scope","$r","$t"]),Ns=/^(?:\+\+|--|=>|\*\*=|<<=|>>>=|>>=|&&=|\|\|=|\?\?=|[+\-*/%&|^]=(?!=))/,xs=/^(?:>>>|===|!==|\*\*|<<|>>|==|!=|<=|>=|&&|\|\||\?\?|\?\.)/,Cs=e=>/[A-Za-z_$]/.test(e),_s=/^(?:0[xXbBoO][\da-fA-F_]+|\d[\d_]*(?:\.[\d_]*)?(?:[eE][+-]?\d+)?)n?/,st=e=>{let t=new Set,n=[0],s=[],r=!1,i="",o=0;for(;o<e.length;){let l=e[o];if(/\s/.test(l)){o++;continue}if(l==="/"&&e[o+1]==="/"){o=Q(e,o);continue}if(l==="/"&&e[o+1]==="*"){o=ee(e,o);continue}if(l==="/"&&ne(e,o)){o=se(e,o),i="value";continue}if(l==='"'||l==="'"){o=te(e,o),i="value";continue}if(l==="`"){let c=o+1;for(;c<e.length;){if(e[c]==="\\"){c+=2;continue}if(e[c]==="`"){c++;break}if(e[c]==="$"&&e[c+1]==="{"){let p=1,w=c+=2;for(;c<e.length&&p>0;)e[c]==="{"?p++:e[c]==="}"&&p--,c++;let v=st(e.slice(w,c-1));if(v===null)return null;v.forEach(I=>t.add(I));continue}c++}o=c,i="value";continue}if(/\d/.test(l)&&i!=="."&&i!=="?."){let c=_s.exec(e.slice(o));o+=c?c[0].length:1,i="value";continue}if(Cs(l)){let c=o;for(;c<e.length&&/[\w$]/.test(e[c]);)c++;let p=e.slice(o,c);if(o=c,$s.has(p))return null;if(i==="."||i==="?."){i="value";continue}if(Rs.has(p)){i=p==="this"?"value":"op";continue}if(Ts.has(p))return null;let w=o;for(;w<e.length&&/\s/.test(e[w]);)w++;if(e[w]==="(")return null;e[w]===":"&&e[w+1]!==":"&&s[s.length-1]==="{"&&n[n.length-1]===0||t.add(p),i="value";continue}let a=e.slice(o);if(Ns.test(a))return null;let u=xs.exec(a);if(u){(u[0]==="&&"||u[0]==="||"||u[0]==="??")&&(r=!0),i=u[0]==="?."?"?.":"op",o+=u[0].length;continue}if(l==="=")return null;l==="("||l==="["||l==="{"?(s.push(l),n.push(0)):l===")"||l==="]"||l==="}"?(s.pop(),n.length>1&&n.pop()):l==="?"?(n[n.length-1]++,r=!0):l===":"&&n[n.length-1]>0&&n[n.length-1]--,i=l,o++}return r&&t.size>1?null:[...t]};var As="0.6.5",rn=e=>Object.fromEntries(Array.from(e.attributes).map(t=>[t.name,t.value])),on="http://www.w3.org/1999/xhtml",ln=e=>{let t=rn(e),n=e.namespaceURI,s=t[Ue];delete t[Ue];let r=n!==null&&n!==on;return{tag:r?e.tagName:e.tagName.toLowerCase(),attrs:t,...s===void 0?{}:{component:s},...r?{ns:n}:{},children:Array.from((e instanceof HTMLTemplateElement?e.content:e).childNodes).flatMap(i=>{if(i.nodeType===Node.TEXT_NODE){let o=i.textContent??"";return o?[o]:[]}return i.nodeType===Node.ELEMENT_NODE?[ln(i)]:[]})}},Ie=new Map,rt=(e,t)=>{if(!(t in e)){if(t in globalThis)return globalThis[t];throw new ReferenceError(`${t} is not defined`)}},an=(e,t)=>{try{return new Function("$scope","$r",...t,`with ($scope) { return (${e}
8
+ ); }`)}catch{return null}},Os=(e,t)=>{if(!oe.scopedNames)return null;let n=st(e);if(n===null)return null;let s=n.filter(i=>!t.includes(i)),r=s.length===0?"":`let $t; ${s.map(i=>`const ${i} = ($t = $scope.${i}) !== undefined ? $t : $r($scope, ${JSON.stringify(i)});`).join(" ")}`;try{return new Function("$scope","$r",...t,`${r} return (${e}
9
+ );`)}catch{return null}},cn=(e,t,n)=>{let s=Ie.get(e);if(s===void 0){let r=Os(t,n);s=r?{fn:r,scoped:!0}:{fn:an(t,n),scoped:!1},Ie.set(e,s)}return s},un=(e,t)=>`${t.join(",")}|${e}`,vs=(e,t)=>cn(un(e,t),e,t).fn,js=(e,t,n)=>{let s=an(t,n);return Ie.set(e,{fn:s,scoped:!1}),s},Ps=/^(?:([\w$]+) is not defined|Can't find variable: ([\w$]+))/,ks=100,pe=new Map,ht=new Set,We=0,ct=!1,ut=new Set,Ms=()=>{ct=!1,!(We>0)&&(pe.forEach(({name:e,expr:t,scope:n},s)=>{e in n||(ht.add(s),console.warn(`jq79: ${e} is not defined - evaluating "${t}". Template expressions resolve against the component store: a top-level let/var/const in a :setup script, a declared prop, or a global. Note a "function name() {}" declaration is not on the store - write "const name = () => {}".`))}),pe.clear())},dn=()=>{ct||We>0||!pe.size||(ct=!0,queueMicrotask(Ms))},fn=e=>{We++;let t=()=>{We--,dn()};e.then(t,t)},Ls=(e,t)=>{if(ut.has(e))return;ut.add(e);let n=t?.message||String(t);console.error(`jq79: ${n} - evaluating "${e}". The expression rendered as nothing. If the value arrives later, guard it - "a?.b", or :if on the element.`)},pn=(e,t,n)=>{if(!(n instanceof ReferenceError))return Ls(e,n);let s=Ps.exec(n.message),r=s?.[1]??s?.[2];if(!r)return;let i=`${r}|${e}`;ht.has(i)||pe.has(i)||pe.size>=ks||(pe.set(i,{name:r,expr:e,scope:t}),dn())},hn=(e,t,n)=>{let s=n?Object.keys(n):[],r=un(e,s),{fn:i,scoped:o}=cn(r,e,s);if(!i)return;let l=n?Object.values(n):[];if(!o)return i(t,rt,...l);try{return i(t,rt,...l)}catch(a){if(!(a instanceof ReferenceError))throw a;let u=js(r,e,s);if(!u)throw a;return u(t,rt,...l)}},j=(e,t,n)=>{try{return hn(e,t,n)}catch(s){pn(e,t,s);return}},gn=(e,t,n)=>{try{return hn(e,t,n)}catch(s){if(!(s instanceof ReferenceError))throw s;pn(e,t,s);return}},ot=/{{\s*([\s\S]+?)\s*}}/g,Dt=new Map,mn=e=>{let t=Dt.get(e);if(t)return t;let n=[],s=0;ot.lastIndex=0;for(let r=ot.exec(e);r;r=ot.exec(e))r.index>s&&n.push(e.slice(s,r.index)),n.push({expr:r[1]}),s=r.index+r[0].length;return s<e.length&&n.push(e.slice(s)),Dt.set(e,n),n},yn=(e,t)=>{if(e.length===1){let s=e[0];return typeof s=="string"?s:String(j(s.expr,t)??"")}let n="";for(let s of e)n+=typeof s=="string"?s:String(j(s.expr,t)??"");return n},En=new Set([":class",":value",":checked",":selected",":if",":elseif",":else",":each",":key",":with",":text",":html",":html.allowed",":props"]),we=e=>En.has(e)||e.startsWith(":class.")||e.startsWith(":props.")||e===":slot"||e.startsWith(":slot."),Ds=/^\s*\(?\s*(\w+)\s*(?:,\s*(\w+))?\s*\)?\s+in\s+([\s\S]+)$/,bn=(e,t,n,s)=>{let[r,...i]=t.slice(1).split("."),o=new Set(i);e.addEventListener(r,l=>{if(o.has("self")&&l.target!==e)return;o.has("prevent")&&l.preventDefault(),o.has("stop")&&l.stopPropagation();let a=gn(n,s,{$event:l});typeof a=="function"&&a.call(e,l)},{once:o.has("once"),capture:o.has("capture")})},Is=(e,t,n,s)=>{let[r,...i]=t.slice(1).split("."),o=new Set(i),l=a=>{o.has("prevent")&&a.preventDefault(),o.has("stop")&&a.stopPropagation(),o.has("once")&&e.off(r,l),Re(()=>{let u=gn(n,s,{$event:a});typeof u=="function"&&u(a)})};e.on(r,l)},ie=e=>e.replace(/-(\w)/g,(t,n)=>n.toUpperCase()),Fe=e=>e.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`),gt=e=>e instanceof DocumentFragment?{first:e.firstChild,last:e.lastChild}:{first:e,last:e},ze=({first:e,last:t})=>{for(let n=e;n;){let s=n===t?null:n.nextSibling;n.parentNode?.removeChild(n),n=s}},Ws=e=>{e.forEach(t=>{if(t.first===t.last)return ze(t);if(!t.first.parentNode)return;let s=document.createRange();s.setStartBefore(t.first),s.setEndAfter(t.last),s.deleteContents()})},Fs=(e,t)=>{let n=[],s=null;return e.forEach(r=>{if(!t(r)){s=null;return}s&&s.last.nextSibling===r.range.first?s.last=r.range.last:n.push(s={first:r.range.first,last:r.range.last})}),n},qs=({first:e,last:t},n)=>{let s=n.nextSibling;for(let r=e;r;){let i=r===t?null:r.nextSibling;n.parentNode.insertBefore(r,s),r=i}},It=(e,t)=>{let n=t.replace(/-/g,"").toLowerCase();for(let s=e;s&&s!==Object.prototype;s=Object.getPrototypeOf(s))for(let r of Object.keys(s))if(/^[A-Z]/.test(r)&&r.replace(/-/g,"").toLowerCase()===n)return r;return null},fe=null,qe=null,wn=new WeakSet,Us=e=>{let t={memo:fe,base:qe};return fe=new Map,qe=e,t},Bs=e=>{fe=e.memo,qe=e.base},Wt=(e,t)=>e.component!==void 0?Ft(t,e.component):e.tag.includes("-")?Ft(t,e.tag):null,X=e=>e.component??e.tag,Ft=(e,t)=>{if(!fe)return It(e,t);let n=t.replace(/-/g,"").toLowerCase();for(let s=e;s&&s!==Object.prototype;s=Object.getPrototypeOf(s)){if(s===qe){if(fe.has(t))return fe.get(t);let r=It(s,t);return fe.set(t,r),r}if(!wn.has(s)){for(let r of Object.keys(s))if(/^[A-Z]/.test(r)&&r.replace(/-/g,"").toLowerCase()===n)return r}}return null},Hs=e=>{let t=new Set;for(let n=e;n&&n!==Object.prototype;n=Object.getPrototypeOf(n))for(let s of Object.keys(n))/^[A-Z]/.test(s)&&t.add(s);return[...t].sort()},zs=(e,t)=>{let n=Hs(t);return new Error(`jq79: <${e}> is not defined - no component of that name is in scope, and nothing renders here. Import it in a :setup script, declare it as a prop, or add a <template name="${e}"> to this file. In scope: ${n.length?n.join(", "):"(none)"}.`)},qt=200,it=0,Sn=Symbol("jq79.slots"),Rn=e=>e==="slot"||e.startsWith("slot."),$n=e=>e?ie(e):"default",Te=e=>Object.keys(e.attrs).find(t=>t===":slot"||t.startsWith(":slot.")),Gs=e=>e==="default"?":slot":`:slot.${e}`,Zs=e=>typeof e!="string"||e.trim()!=="",Ks=e=>{let t={},n=[];e.children.forEach(r=>{let i=typeof r=="object"&&r.tag==="template"?Te(r):void 0;if(typeof r=="string"||i===void 0){n.push(r);return}let o=$n(i.slice(6));if(o in t){console.warn(`jq79: two <template ${Gs(o)}> in <${X(e)}>; the second was ignored`);return}t[o]={nodes:r.children,binder:r.attrs[i]||void 0}});let s=n.some(Zs);return s&&"default"in t?console.warn(`jq79: <${X(e)}> has both a <template :slot> and content outside it - the <template> is the default slot's content, and the rest was ignored`):s&&(t.default={nodes:n,binder:e.attrs[":slot"]||void 0}),t},Vs=(e,t,n)=>{Me(t)?.forEach(({name:s,as:r,default:i})=>{let o=r??s;Object.defineProperty(e,o,{enumerable:!0,configurable:!0,get:()=>{let l=n[s]?.();return l===void 0&&i!==void 0?j(i,e):l},set:()=>console.warn(`jq79: "${o}" is a slot prop - it comes from the component, so assigning to it does nothing`)})})},Xs=e=>{let t=Te(e);return console.warn(`jq79: <template ${t}> fills a slot only as a direct child of a component tag; here it rendered nothing`),document.createComment(`misplaced ${t}`)},Js=(e,t)=>{let n=Object.entries(Ks(e));if(!n.length)return null;let s={};return n.forEach(([r,i])=>{s[r]=Ys(i,t)}),s},Ys=(e,t)=>(n,s,r,i)=>{let o=Object.create(t);Vs(o,e.binder,n);let l=o[Ae]??[];Object.defineProperty(o,Ae,{value:[...l,s]});let a=de(o);return r.onDispose(()=>a.dispose()),ge(e.nodes,o,a,i)},Qs=(e,t,n,s)=>{let r=$n(e.tag.slice(5)),i=document.createDocumentFragment(),o=document.createComment(e.tag),l=document.createComment(`/${e.tag}`);i.append(o,l);let a=t[Sn]?.[r];if(!a)return i.insertBefore(ge(e.children,t,n,s),l),i;let u={};return Object.entries(e.attrs).forEach(([c,p])=>{if(!(c===be||we(c)||c.startsWith("@")))if(c.startsWith(":")){let w=p||c.slice(1);u[ie(c.slice(1))]=()=>j(w,t)}else u[ie(c)]=()=>p}),i.insertBefore(a(u,t,n,s),l),i},Tn="data-c79-box",er=(e,t,n)=>{if(t.ns!==void 0)return document.createDocumentFragment();let s=document.createElement(Ge(e));s.setAttribute(Tn,"");let r=t.attrs[be];return r!==void 0&&s.setAttribute(be,r),n||to(),s},Ut=new WeakSet,tr=(e,t)=>{if(e.ns===void 0||Ut.has(e))return;let n=t.template.find(r=>typeof r=="object");if(n===void 0||n.ns!==void 0)return;Ut.add(e);let s=e.ns==="http://www.w3.org/1998/Math/MathML"?"<math>":"<svg>";console.warn(`jq79: <${X(e)}> is used inside ${s} and its template starts with <${n.tag.toLowerCase()}>, which is parsed as HTML - it renders and never draws. A component's template decides its own namespace, so root it at ${s}`)},Bt=(e,t,n,s,r)=>{let i=er(e,t,r),o=!(i instanceof DocumentFragment),l=o?null:document.createComment(`/${e}`);o||i.append(document.createComment(e),l);let a=Js(t,n),u={},c={},p=[],w=[],v=!1;Object.entries(t.attrs).forEach(([R,C])=>{if(R!==be){if(R===":props"||R.startsWith(":props.")){v=!0,w.push({expr:C});return}if(!we(R))if(R.startsWith("@"))p.push([R,C]);else if(R===":model"||R.startsWith(":model.")){let m=R===":model"?"default":ie(R.slice(7));c[m]=C||(R===":model"?"model":m)}else if(R.startsWith(":")){let m=ie(R.slice(1));u[m]=C||m,w.push({name:m,expr:C||m})}else{let m=ie(R),_=JSON.stringify(C);u[m]=_,w.push({name:m,expr:_})}}});let I=R=>R==="default"?":model":`:model.${R}`,U=R=>R==="default"?"model":R,M=R=>`${R}
10
+ = $value`,S=new Set;Object.entries(c).forEach(([R,C])=>{let m=U(R);u[m]!==void 0&&console.warn(`jq79: <${X(t)}> binds prop "${m}" through both :${m} and ${I(R)} - ${I(R)} wins`),u[m]=C,vs(M(C),["$value"])===null&&(S.add(R),console.warn(`jq79: ${I(R)}="${C}" is not assignable - updates from <${X(t)}> will be dropped`))});let q=()=>{let R={};return w.forEach(({name:C,expr:m})=>{if(C!==void 0)R[C]=j(m,n);else{let _=j(m,n);_!==null&&typeof _=="object"&&Object.assign(R,_)}}),Object.entries(c).forEach(([C,m])=>{R[U(C)]=j(m,n)}),R},L=null,D=null,z=null,J=new Set,Y=R=>{if(R==null){if(!n[Fn]?.has(e)||J.has("unfilled"))return;J.add("unfilled"),console.error(`jq79: <${X(t)}> is declared as a prop and the parent passed nothing - nothing renders here. Pass it (:${e}="\u2026"), or drop it from the signature to use the one declared in this file.`);return}J.has("type")||(J.add("type"),console.error(`jq79: <${X(t)}> is ${typeof R}, not a component - nothing renders here`))};return s.effect(()=>{let R=j(e,n),C=R instanceof re?R:null;if(C||Y(R),C===D||(z?.dispose(),z=null,L?.destroy(),L=null,D=C,!C))return;tr(t,C);let m=new re({template:C.template,scripts:C.scripts,styles:C.styles,modules:C.modules,filename:C.filename,siblings:C.siblings,name:C.name});if(a&&(m.slots=a),Object.keys(c).length){let K=new Set;m.modelWriteback=(T,W)=>{let P=T==null?"default":ie(String(T)),Z=c[P];return Z===void 0?(K.has(P)||(K.add(P),console.warn(`jq79: <${X(t)}> has no ${I(P)} - bound: ${Object.keys(c).map(I).join(", ")}`)),!1):S.has(P)?!1:(Re(()=>j(M(Z),n,{$value:W})),!0)}}p.forEach(([K,T])=>Is(m,K,T,n));let _=lo(m.scripts);ao(t,e,Object.keys(u),_);let A=en(Re(q),_),G=document.createDocumentFragment();if(it>=qt){console.error(`jq79: <${X(t)}> is ${qt} levels deep inside itself; giving up here. A component that renders itself stops when its data stops - is there a cycle in it?`);return}it++;try{(r?m.renderShadow(A):m.render(A)).mount(G)}finally{it--}l?l.parentNode.insertBefore(G,l):i.appendChild(G);let V=de(n,!0);if(v){let K=[];V.effect(()=>{let T=en(q(),_),W=Object.keys(T);K.forEach(P=>{P in T||(m.data[P]=void 0)}),W.forEach(P=>{m.data[P]=T[P]}),K=W})}else Object.entries(u).forEach(([K,T])=>{_!==null&&!_.has(K)||V.effect(()=>{m.data[K]=j(T,n)})});z=V,L=m}),s.onDispose(()=>{z?.dispose(),L?.destroy()}),i},nr=(e,t)=>{let n=()=>{let s=j(e,t);return s!==null&&typeof s=="object"?s:null};return new Proxy(t,{has(s,r){let i=n();return i!==null&&Reflect.has(i,r)||Reflect.has(s,r)},get(s,r){let i=n();return i!==null&&Reflect.has(i,r)?i[r]:Reflect.get(s,r)},set(s,r,i){let o=n();return o!==null&&Reflect.has(o,r)?(o[r]=i,!0):Reflect.set(s,r,i)}})},ae=e=>typeof e=="string"?e.split(/\s+/).filter(Boolean):Array.isArray(e)?e.flatMap(ae):e!==null&&typeof e=="object"?Object.entries(e).flatMap(([t,n])=>n?ae(t):[]):[],sr=e=>typeof e=="function"?(t,n,s)=>{try{return!!e(t,n,s)}catch{return!1}}:typeof e=="string"||Array.isArray(e)?Rt(e):()=>!1,rr=new Set(["allowfullscreen","async","autofocus","autoplay","checked","controls","default","defer","disabled","formnovalidate","inert","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected"]),Nn=e=>e.ns===void 0?document.createElement(e.tag):document.createElementNS(e.ns,e.tag),or={"http://www.w3.org/2000/svg":["svg","feGaussianBlur"],"http://www.w3.org/1998/Math/MathML":["math","mi"]},Ht=new Map,ir=(e,t)=>{let n=`${e} ${t}`,s=Ht.get(n);if(s!==void 0)return s;let r=or[e],i=t;if(r!==void 0&&typeof DOMParser<"u"&&/^[a-z][a-z0-9]*$/.test(t)){let[o,l]=r;i=new DOMParser().parseFromString(`<${o}><${l} ${t}="x"/></${o}>`,"text/html").querySelector(l)?.getAttributeNames().find(u=>u.toLowerCase()===t)??t}return Ht.set(n,i),i},xn=(e,t)=>{let n=e.namespaceURI;if(n===null||n===on)return t;let s=t.replace(/-/g,"").toLowerCase(),r=ir(n,s);return r===s?t:r},Cn=(e,t,n)=>{let s=rr.has(t);(s?!n:n==null)?e.removeAttribute(t):e.setAttribute(t,s?"":String(n))},oe={cloneSkeletons:!0,scopedNames:!0},lr=new Set([":text",":html",":value",":checked",":selected"]),ar=e=>e.startsWith("@")||e===":class"||e.startsWith(":class.")||lr.has(e)?!0:e.startsWith(":")?e===":model"?!1:!we(e)&&!e.includes("."):e!==Ue,_n=e=>{if(e.component||e.tag.includes("-")||Rn(e.tag)||e.tag==="template"||e.ns===void 0&&document.createElement(e.tag)instanceof HTMLUnknownElement)return!1;for(let t in e.attrs)if(!ar(t))return!1;return e.attrs[":text"]!==void 0||e.attrs[":html"]!==void 0?!0:e.children.every(t=>typeof t=="string"||_n(t))},An=(e,t,n)=>{let s=Nn(e),r,i=null;for(let p in e.attrs){let w=e.attrs[p];if(p.startsWith("@"))n.push({kind:"event",path:t,attr:p,expr:w});else if(p===":class")r=w;else if(p.startsWith(":class."))(i??(i=[])).push([p.slice(7),w]);else if(!we(p))if(p.startsWith(":")){let v=p.slice(1);n.push({kind:"attr",path:t,name:xn(s,v),expr:w||ie(v)})}else s.setAttribute(p,w)}(r!==void 0||i)&&n.push({kind:"class",path:t,classExpr:r,toggles:i,staticClasses:new Set(ae(e.attrs.class??""))});let o=e.attrs[":text"],l=e.attrs[":html"];o!==void 0?n.push({kind:"textContent",path:t,expr:o}):l!==void 0?n.push({kind:"html",path:t,expr:l}):e.children.forEach((p,w)=>{if(typeof p=="string"){p.includes("{{")?(n.push({kind:"text",path:[...t,w],parts:mn(p)}),s.appendChild(document.createTextNode(""))):s.appendChild(document.createTextNode(p));return}s.appendChild(An(p,[...t,w],n))});let a=e.attrs[":value"];a!==void 0&&n.push({kind:"value",path:t,expr:a});let u=e.attrs[":checked"];u!==void 0&&n.push({kind:"checked",path:t,expr:u});let c=e.attrs[":selected"];return c!==void 0&&n.push({kind:"selected",path:t,expr:c}),s},cr=3,On=e=>e.attrs[":text"]!==void 0||e.attrs[":html"]!==void 0?1:1+e.children.reduce((t,n)=>t+(typeof n=="string"?0:On(n)),0),zt=new WeakMap,Gt=new WeakSet,ur=e=>{let t=zt.get(e);if(t!==void 0)return t;if(!Gt.has(e))return Gt.add(e),null;let n=null;if(_n(e)&&On(e)>=cr){let s=[];n={skeleton:An(e,[],s),ops:s}}return zt.set(e,n),n},dr=(e,t)=>{let n=e;for(let s=0;s<t.length;s++)n=n.childNodes[t[s]];return n},fr=(e,t,n)=>{let s=e.skeleton.cloneNode(!0);for(let r of e.ops){let i=r.path.length===0?s:dr(s,r.path);if(r.kind==="text"){let o=i,l=r.parts;n.effect(()=>{let a=yn(l,t);o.textContent!==a&&(o.textContent=a)})}else if(r.kind==="event")bn(i,r.attr,r.expr,t);else if(r.kind==="attr"){let o=i,{name:l,expr:a}=r;n.effect(()=>Cn(o,l,j(a,t)))}else if(r.kind==="class"){let o=i,{classExpr:l,toggles:a,staticClasses:u}=r,c=[];n.effect(()=>{let p=l!==void 0?ae(j(l,t)):[];a?.forEach(([w,v])=>{j(v,t)&&p.push(...ae(w))}),c.forEach(w=>{!p.includes(w)&&!u.has(w)&&o.classList.remove(w)}),o.classList.add(...p),c=p})}else if(r.kind==="textContent"){let o=i,{expr:l}=r;n.effect(()=>{let a=String(j(l,t)??"");o.textContent!==a&&(o.textContent=a)})}else if(r.kind==="html"){let o=i,{expr:l}=r;n.effect(()=>{o.innerHTML=Ke(String(j(l,t)??""))})}else if(r.kind==="value"){let o=i,{expr:l}=r;n.effect(()=>{let a=String(j(l,t)??"");o.value!==a&&(o.value=a)})}else if(r.kind==="checked"){let o=i,{expr:l}=r;n.effect(()=>{let a=!!j(l,t);o.checked!==a&&(o.checked=a)})}else if(r.kind==="selected"){let o=i,{expr:l}=r;n.effect(()=>{let a=!!j(l,t);o.selected!==a&&(o.selected=a)})}else{let o=r}}return s},mt=(e,t,n,s)=>{let r=e.attrs[":with"],i=r!==void 0?nr(r,t):t;if(Rn(e.tag))return Qs(e,i,n,s);if(e.tag==="template"&&Te(e)!==void 0)return Xs(e);let o=Wt(e,i);if(o)return Bt(o,e,i,n,s);if(oe.cloneSkeletons){let S=ur(e);if(S)return fr(S,i,n)}let l=Nn(e);if(e.component!==void 0&&i[ft]?.count===0)throw zs(e.component,i);let a=e.ns===void 0&&(e.component!==void 0||e.tag.includes("-"));if(a){let S=!1;n.effect(()=>{if(S)return;let q=Wt(e,i);if(!q)return;S=!0;let L=Bt(q,e,i,n,s),D=gt(L);n.onDispose(()=>ze(D)),l.replaceWith(L)})}for(let S in e.attrs){let q=e.attrs[S];if(S.startsWith("@"))bn(l,S,q,i);else if(S===":model"||S.startsWith(":model."))a||console.warn(`jq79: ${S} on <${X(e)}> does nothing - :model binds component tags only (for now)`);else if(!we(S))if(S.startsWith(":"))if(a)l.setAttribute(S,q);else{let L=S.slice(1),D=q||ie(L),z=xn(l,L);n.effect(()=>Cn(l,z,j(D,i)))}else l.setAttribute(S,q)}let u=e.attrs[":class"],c=null;for(let S in e.attrs)S.startsWith(":class.")&&(c??(c=[])).push([S.slice(7),e.attrs[S]]);if(u!==void 0||c){let S=new Set(ae(e.attrs.class??"")),q=[];n.effect(()=>{let L=u!==void 0?ae(j(u,i)):[];c?.forEach(([D,z])=>{j(z,i)&&L.push(...ae(D))}),q.forEach(D=>{!L.includes(D)&&!S.has(D)&&l.classList.remove(D)}),l.classList.add(...L),q=L})}let p=e.attrs[":text"],w=e.attrs[":html"],v=e.attrs[":html.allowed"];v!==void 0&&w===void 0&&console.warn("jq79: :html.allowed without :html on the same element does nothing"),p!==void 0?n.effect(()=>{let S=String(j(p,i)??"");l.textContent!==S&&(l.textContent=S)}):w!==void 0?n.effect(()=>{let S=v!==void 0?{allowUrl:sr(j(v,i))}:void 0;l.innerHTML=Ke(String(j(w,i)??""),S)}):l instanceof HTMLTemplateElement?ge(e.children,i,n,s,l.content):ge(e.children,i,n,s,l);let I=e.attrs[":value"];I!==void 0&&n.effect(()=>{let S=String(j(I,i)??"");l.value!==S&&(l.value=S)});let U=e.attrs[":checked"];U!==void 0&&n.effect(()=>{let S=!!j(U,i);l.checked!==S&&(l.checked=S)});let M=e.attrs[":selected"];return M!==void 0&&n.effect(()=>{let S=!!j(M,i);l.selected!==S&&(l.selected=S)}),l},pr=(e,t,n,s)=>{let r=document.createComment("if"),i=document.createDocumentFragment();i.appendChild(r);let o=null,l=null,a=null;return n.effect(()=>{let u=e.find(p=>p.expr===void 0||j(p.expr,t))??null;if(u===l||(a?.dispose(),o&&ze(o),o=null,l=u,!u))return;a=de(t);let c=mt(u.node,t,a,s);o=gt(c),r.parentNode.insertBefore(c,r.nextSibling)}),i},Ee=(e,t,n)=>{Object.defineProperty(e,t,{value:n,writable:!0,enumerable:!0,configurable:!0})},hr=e=>{let t=new Uint8Array(e.length),n=[],s=new Int32Array(e.length).fill(-1);for(let r=0;r<e.length;r++){let i=e[r];if(i<0)continue;let o=0,l=n.length;for(;o<l;){let a=o+l>>1;e[n[a]]<i?o=a+1:l=a}o>0&&(s[r]=n[o-1]),n[o]=r}for(let r=n.length?n[n.length-1]:-1;r!==-1;r=s[r])t[r]=1;return t},gr=e=>{if(e===null||typeof e!="object"||Array.isArray(e))return!1;let t=Object.getPrototypeOf(e);return t===Object.prototype||t===null},vn=(e,t)=>typeof e=="string"?t.some(n=>Kt(e,n)):Object.values(e.attrs).some(n=>t.some(s=>Kt(n,s)))||e.children.some(n=>vn(n,t)),Zt=/[A-Za-z0-9_$]/,mr=/^[A-Za-z_$][\w$]*\.[A-Za-z_$][\w$]*$/,Kt=(e,t)=>{for(let n=e.indexOf(t);n!==-1;n=e.indexOf(t,n+1)){let s=n===0?"":e[n-1],r=e[n+t.length]??"";if(!Zt.test(s)&&!Zt.test(r))return!0}return!1},lt=new WeakMap,yr=e=>{let t=lt.get(e);if(t!==void 0)return t;let n=e.attrs[":each"].match(Ds);if(!n)return lt.set(e,null),null;let[,s,r,i]=n,o=e.attrs[":key"],l=o===s,a=o!==void 0&&!l&&mr.test(o)&&o.startsWith(`${s}.`)?o.slice(s.length+1):void 0,{[":each"]:u,[":key"]:c,...p}=e.attrs,w={...e,attrs:p},v=["$index",...r?[r]:[]],I=vn(w,v),U=/^[A-Z]/.test(s)||r!==void 0&&/^[A-Z]/.test(r),M={itemName:s,atName:r,listExpr:i,keyExpr:o,keyIsItem:l,keyProp:a,itemNode:w,readsPosition:I,namesComponent:U};return lt.set(e,M),M},Er=(e,t,n,s)=>{let r=yr(e);if(!r)return document.createComment(`invalid :each expression "${e.attrs[":each"]}"`);let{itemName:i,atName:o,listExpr:l,keyExpr:a,keyIsItem:u,keyProp:c,itemNode:p,readsPosition:w,namesComponent:v}=r,I=document.createComment("each"),U=document.createDocumentFragment();U.appendChild(I),(":if"in e.attrs||":elseif"in e.attrs||":else"in e.attrs)&&console.warn("jq79: :if/:elseif/:else on a :each element is ignored; filter the list expression instead");let M=[],S=!1;return n.effect(()=>{let q=Us(t);try{let L=j(l,t),D=Array.isArray(L),z=D?null:gr(L)?Object.keys(L):[],J=D?L.length:z.length,Y=new Map;M.forEach((T,W)=>{T.pos=W;let P=Y.get(T.key);P?P.push(T):Y.set(T.key,[T])});let R=new Set,C=[],m=[],_=[],A;for(let T=0;T<J;T++){let W=D?T:z[T],P=D?L[T]:L[W],Z=W;u?Z=P:c!==void 0&&P!==null&&typeof P=="object"?Z=P[c]:a!==void 0&&(A===void 0?(A=Object.create(t),Ee(A,i,P),o&&Ee(A,o,W),Ee(A,"$index",T)):(A[i]=P,o&&(A[o]=W),A.$index=T),Z=j(a,A)),R.has(Z)&&!S&&(S=!0,console.warn(`jq79: duplicate :key in :each "${e.attrs[":each"]}"; duplicates pair up by position`)),R.add(Z);let f=Y.get(Z)?.shift();if(f&&Object.is(f.item,P)){let b=f.scope;b.$index!==T&&(w&&C.push(f),b.$index=T),o&&b[o]!==W&&(b[o]=W),m.push(f),_.push(f.pos);continue}f&&(f.fx.dispose(),ze(f.range));let d=Object.create(t);Ee(d,i,P),o&&Ee(d,o,W),Ee(d,"$index",T),v||wn.add(d);let g=de(t),h=gt(mt(p,d,g,s));m.push({key:Z,item:P,scope:d,fx:g,range:h,pos:T}),_.push(-1)}let G=new Set;Y.forEach(T=>T.forEach(W=>G.add(W))),G.size&&(G.forEach(T=>{T.dead=!0,T.fx.dispose()}),Ws(Fs(M,T=>T.dead===!0)));let V=I,K=hr(_);m.forEach((T,W)=>{!K[W]&&V.nextSibling!==T.range.first&&qs(T.range,V),V=T.range.last}),C.forEach(T=>Re(()=>T.fx.refresh())),M=m}finally{Bs(q)}}),U},jn=(e,t)=>{let n=t;for(;n<e.length&&typeof e[n]=="string"&&!e[n].trim();)n++;return n},at=e=>{let t=":if"in e.attrs,n=":elseif"in e.attrs,s=":else"in e.attrs;if((t?1:0)+(n?1:0)+(s?1:0)<2)return;let r=[t?":if":null,n?":elseif":null,s?":else":null].filter(Boolean);console.warn(`jq79: ${r.join(" and ")} on the same <${X(e)}> - only ${r[0]} applies; the branches of a chain are sibling elements, one directive each`)},br=(e,t)=>{let n=":elseif"in e.attrs?":elseif":":else";console.warn(t?`jq79: a second ${n} on <${X(e)}> - the chain before it already ended with :else, which closes it. One :if, any number of :elseif, at most one :else`:`jq79: ${n} on <${X(e)}> continues no :if - it renders unconditionally. A chain is :if, then :elseif, then :else, on adjacent siblings: anything but whitespace between them breaks it`)},wr=[":if",":elseif",":else",":each"],Sr=(e,t)=>{if(e.tag!=="template"||e.ns!==void 0)return;let n=wr.find(s=>s in e.attrs);if(n!==void 0){if(Te(e)!==void 0){if(t?.component===void 0)return;console.warn(`jq79: ${n} on <template ${Te(e)}> is ignored - a slot is filled with its children as written. Put ${n} on the elements inside it, or on the component's tag`);return}console.warn(`jq79: ${n} on a nested <template> shows nothing - a <template>'s children live in its .content and never reach the page. Put ${n} on the elements themselves`)}},Rr=[...En,":model",":slot"].map(e=>e.slice(1)),$r={":attrs":':attrs was removed in 0.7 - it now binds an attribute called "attrs". Bind them one at a time (:disabled="x", :title="y"), or :class for classes'},Tr=e=>{for(let t in e.attrs){let n=$r[t];n!==void 0&&console.warn(`jq79: ${n}`)}},Nr=e=>{if(!(e.component!==void 0||e.tag.includes("-")))for(let t in e.attrs){if(!t.startsWith(":")||we(t)||t===":model"||t.startsWith(":model."))continue;let n=t.slice(1),s=Rr.find(r=>n!==r&&n.startsWith(r));s!==void 0&&console.warn(`jq79: ${t} is not a directive - it bound an attribute named "${n}". A ":name" jq79 does not recognize binds that attribute (which is what :src and :disabled are). If you meant :${s}, that is the spelling`)}},Pn=(e,t)=>{e.forEach(s=>{typeof s!="string"&&(Sr(s,t),Tr(s),Nr(s),Pn(s.children,s))});let n=!1;for(let s=0;s<e.length;){let r=e[s];if(typeof r=="string"){r.trim()&&(n=!1),s++;continue}if(":each"in r.attrs){n=!1,s++;continue}if(at(r),":if"in r.attrs){s++;let i=l=>{let a=jn(e,s),u=e[a];if(typeof u=="object"&&l in u.attrs)return s=a+1,u};for(let l=i(":elseif");l;l=i(":elseif"))at(l);let o=i(":else");o&&at(o),n=o!==void 0;continue}(":elseif"in r.attrs||":else"in r.attrs)&&br(r,n),n=!1,s++}},Vt=new WeakMap,xr=(e,t,n)=>{let s=Vt.get(t);if(s)return s;let r=[{expr:t.attrs[":if"],node:t}],i=n+1,o=u=>{let c=jn(e,i),p=e[c];if(typeof p=="object"&&u in p.attrs)return i=c+1,p};for(let u=o(":elseif");u;u=o(":elseif"))r.push({expr:u.attrs[":elseif"],node:u});let l=o(":else");l&&r.push({node:l});let a={branches:r,next:i};return Vt.set(t,a),a},ge=(e,t,n,s=!1,r)=>{let i=r??document.createDocumentFragment(),o=0;for(;o<e.length;){let l=e[o];if(typeof l=="string"){let a=document.createTextNode(l);if(l.includes("{{")){let u=mn(l);n.effect(()=>{let c=yn(u,t);a.textContent!==c&&(a.textContent=c)})}i.appendChild(a),o++;continue}if(":each"in l.attrs){i.appendChild(Er(l,t,n,s)),o++;continue}if(":if"in l.attrs){let a=xr(e,l,o);i.appendChild(pr(a.branches,t,n,s)),o=a.next;continue}i.appendChild(mt(l,t,n,s)),o++}return i},Cr=(e,t,n=!1)=>ge(e.template,t,de(t),n),_r=new Set(["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"]),Ar=/<([A-Za-z][\w.-]*)((?:"[^"]*"|'[^']*'|[^>"'])*?)\/>/g,yt=/(<script[\s\S]*?<\/script\s*>|<style[\s\S]*?<\/style\s*>)/gi,Or=e=>e.split(yt).map((t,n)=>n%2===1?t:t.replace(Ar,(s,r,i)=>_r.has(r.toLowerCase())?s:`<${r}${i}></${r}>`)).join(""),kn=/<([A-Za-z][\w.-]*)((?:"[^"]*"|'[^']*'|[^>"'])*)>/g,vr=/"[^"]*"|'[^']*'|(^|\s)\.\.\.([A-Za-z_$][\w$.]*)/g,jr=e=>e.split(yt).map((t,n)=>n%2===1?t:t.replace(kn,(s,r,i)=>{let o=0,l=i.replace(vr,(a,u,c)=>c===void 0?a:`${u}:props.${o++}="${c}"`);return`<${r}${l}>`})).join(""),Pr=/"[^"]*"|'[^']*'|(^|\s)(:[\w.$-]+)/g,kr=/<\/slot\.([\w.$-]+)(\s*)>/gi,Mr=/^slot\./i,Lr=e=>Mr.test(e)?`slot.${Fe(e.slice(5))}`:e,Ue=":jq79-component",Mn=/^[A-Z]/,Dr="c79-",Ge=e=>`${Dr}${Fe(e[0].toLowerCase()+e.slice(1))}`,Ir=e=>Mn.test(e)?Ge(e):Lr(e),Wr=/<\/([A-Z][\w.-]*)(\s*)>/g,Fr=/\/\s*$/,qr=(e,t)=>{if(!Mn.test(e))return t;let n=` ${Ue}="${e}"`,s=Fr.exec(t);return s?`${t.slice(0,s.index)}${n}${s[0]}`:`${t}${n}`},Ur=e=>e.split(yt).map((t,n)=>n%2===1?t:t.replace(kn,(s,r,i)=>{let o=i.replace(Pr,(l,a,u)=>u===void 0?l:`${a}${Fe(u)}`);return`<${Ir(r)}${qr(r,o)}>`}).replace(kr,(s,r,i)=>`</slot.${Fe(r)}${i}>`).replace(Wr,(s,r,i)=>`</${Ge(r)}${i}>`)).join(""),be="data-jq79",Br=e=>{let t=2166136261;for(let n=0;n<e.length;n++)t=Math.imul(t^e.charCodeAt(n),16777619);return(t>>>0).toString(36)},Ln=(e,t)=>{e.forEach(n=>{typeof n!="string"&&(n.attrs[be]=t,Ln(n.children,t))})},Hr=(e,t)=>e.split(",").map(n=>{let s=n.trim(),r=s.indexOf("::"),i=r===-1?s:s.slice(0,r),o=r===-1?"":s.slice(r);return`${i}[${be}="${t}"]${o}`}).join(", "),Dn=(e,t)=>{Array.from(e).forEach(n=>{n instanceof CSSStyleRule?n.selectorText=Hr(n.selectorText,t):n instanceof CSSGroupingRule&&Dn(n.cssRules,t)})},zr=/(^|[\s>+~,(])([A-Z][A-Za-z0-9]*)(?![\w-])/g,Gr=/[a-z]/,Zr=e=>e.replace(zr,(t,n,s)=>Gr.test(s)?`${n}${Ge(s)}`:t),Kr=/^\s*@(media|supports|container|layer|scope|document)\b/i,Vr=/^\s*@/,Xr=e=>{let t="",n="",s="",r=[],i=()=>r.length===0||r[r.length-1],o=()=>{t+=i()&&!Vr.test(s)?Zr(n):n,n=""},l=u=>{o(),t+=u,s+=u},a=(u,c)=>{o(),t+=u,s="",c!==void 0?r.push(c):u==="}"&&r.pop()};for(let u=0;u<e.length;){let c=e[u];if(c==="/"&&e[u+1]==="*"){let p=e.indexOf("*/",u+2),w=p===-1?e.length:p+2;l(e.slice(u,w)),u=w}else if(c==='"'||c==="'"){let p=u+1;for(;p<e.length&&e[p]!==c;)p+=e[p]==="\\"?2:1;l(e.slice(u,Math.min(p+1,e.length))),u=p+1}else c==="{"?(a("{",Kr.test(s)),u++):c==="}"||c===";"?(a(c),u++):(n+=c,s+=c,u++)}return o(),t},Jr=(e,t)=>{/:deep\(|::v-deep|>>>/.test(e)&&console.warn("jq79: :deep()/::v-deep/>>> are not supported in <style scoped>; the rule will be dropped by the browser");let n=new CSSStyleSheet;return n.replaceSync(e),Dn(n.cssRules,t),Array.from(n.cssRules).map(s=>s.cssText).join(`
11
+ `)},Yr=/^[A-Z][A-Za-z0-9]*$/,dt=e=>{let t=Or(jr(Ur(e))),s=new DOMParser().parseFromString(`<template>${t}</template>`,"text/html").querySelector("template"),r=[],i=[];Array.from(s.content.children).forEach(a=>{a.tagName==="TEMPLATE"?i.push(a):r.push(a)});let o=Xt(r,e),l={};return i.forEach(a=>{let u=a.getAttribute("name");if(u===null){console.warn("jq79: a top-level <template> without a name declares nothing and was ignored");return}if(!Yr.test(u)){console.warn(`jq79: <template name="${u}"> was ignored - a component name has to be PascalCase, or no tag could ever reference it (only capitalized names resolve as components)`);return}if(u in l){console.warn(`jq79: two <template name="${u}"> in one file; the second was ignored`);return}l[u]=new re({...Xt(Array.from(a.content.children),a.innerHTML),siblings:l,name:u})}),Object.keys(l).length&&(o.siblings=l),o},Xt=(e,t)=>{let n=[],s=[],r=[];e.forEach(o=>{let l={attrs:rn(o),content:o.textContent??""};o.tagName==="SCRIPT"?n.push(l):o.tagName==="STYLE"?s.push(l):r.push(ln(o))}),s.forEach(o=>{"lang"in o.attrs&&console.warn(`jq79: <style lang="${o.attrs.lang}"> needs the jq79/vite plugin to compile it. This component didn't go through the bundler, so its styles were left uncompiled and the browser will ignore them.`)}),s.forEach(o=>{"lang"in o.attrs||(o.content=Xr(o.content))});let i=o=>"scoped"in o.attrs&&!("lang"in o.attrs);if(s.some(i)){let o=Br(t);Ln(r,o),s.forEach(l=>{i(l)&&(l.scoped=Jr(l.content,o))})}return Pn(r),{template:r,scripts:n,styles:s}},Et=e=>/\.html?([?#]|$)/.test(e)?pt(e):import(e),Qr=/^(?:\.\.?\/|\/|[a-z][a-z0-9+.-]*:)/i,eo=(e,t)=>{if(!Qr.test(e))return e;try{return new URL(e,new URL(t??"",document.baseURI)).href}catch{return e}},In=(e,t)=>e?`
12
+ //# sourceURL=${e}?jq79-script=${t}`:"",Jt=e=>e.scoped??e.content,Wn=`:where([${Tn}]) { display: contents }`,De=null,to=()=>{De?.isConnected||(De=document.createElement("style"),De.textContent=Wn,document.head.appendChild(De))},Be=new Map,no=e=>{let t=Be.get(e);if(!t){let n=document.createElement("style");n.textContent=e,document.head.appendChild(n),t={el:n,count:0},Be.set(e,t)}t.count++},so=e=>{let t=Be.get(e);t&&--t.count<=0&&(t.el.remove(),Be.delete(e))},ro=(e,t,n,s={},r=Et,i={})=>{let o={...Bn,...s},l=new Proxy(t,{has:(c,p)=>p!=="$__effect"&&p!=="$__import"&&p!=="$__state"&&(Reflect.has(c,p)||!(p in globalThis)&&!(p in o))}),a={},u=new Function("$scope","$__effect","$__import","$__state",...Object.keys(o),`return (async () => { with ($scope) { ${e} }
13
+ ;$__state.done = true })()${In(i.filename,i.index??0)}`)(l,n,r,a,...Object.values(o));return u.catch(c=>console.error("jq79: error in :setup script",c)),fn(u),{settled:u,sync:a.done===!0}},Yt=(e,t)=>{t?.forEach(({name:n,default:s})=>{e[n]===void 0&&(e[n]=s===void 0?void 0:j(s,e))})},bt=e=>{let t=e.attrs[":setup"];if(t===void 0)return null;if(t.trim()==="")return[];let n=Me(t);return n||oo(e,t),n},Qt=new WeakSet,oo=(e,t)=>{t.trim()==="_"||Qt.has(e)||(Qt.add(e),console.warn(`jq79: :setup="${t}" is not a props pattern, so this component declares no signature and takes whatever a parent passes - write the props it takes ("{ a, b }"), a bare :setup for none, or "_" to stay open on purpose`))},io=e=>{let t=new Set;return e.forEach(n=>{(Le(n.content)??bt(n))?.forEach(({name:r})=>t.add(r))}),t},lo=e=>{let t=null;return e.forEach(n=>{let s=Le(n.content)??bt(n);if(!s)return;let r=t??(t=new Set);s.forEach(({name:i})=>r.add(i))}),t},en=(e,t)=>{if(t===null)return e;let n={};return Object.keys(e).forEach(s=>{t.has(s)&&(n[s]=e[s])}),n},tn=new WeakMap,ao=(e,t,n,s)=>{if(s===null)return;let r=tn.get(e)??new Set;tn.set(e,r),n.forEach(i=>{s.has(i)||r.has(i)||(r.add(i),console.warn(`jq79: :${i} is not declared by <${t}> - add it to the :setup signature, or drop it`))})},co=(e,t)=>{if(!e)return null;let n=Object.create(null),s=!1;return Object.entries(e).forEach(([r,i])=>{t.has(r)||(n[r]=i,s=!0)}),s?n:null},Fn=Symbol("jq79.unfilledProps"),ft=Symbol("jq79.pendingScripts"),uo=e=>e&&e.default!==void 0?e.default:e,fo=(e,t,n,s={},r=Et,i={})=>{let o={...Bn,...s},l={},a=new Function("$__exports","$__default","$__import",...Object.keys(o),`return (async () => { "use strict";
13
14
  ${e}
14
- ;$__exports.done = true })()${En(o.filename,o.index??0)}`)(a,fr,r,...Object.values(i)),p=I=>console.error("jq79: error in factory script",I),d=!1,b,O=()=>{if(d)return b;d=!0;let I=a.default;if(typeof I!="function")return;let U=L=>{L&&typeof L=="object"&&Object.assign(t,L)};try{let L=I(t,{$data:t,$props:t,$effect:n,...s});L instanceof Promise?b=L.then(U).catch(p):U(L)}catch(L){p(L)}return b},D=l.then(O,p);return Yt(D),a.done&&O(),{settled:D,sync:a.done===!0&&b===void 0}},pr="__JQ79_HMR_ENABLED__",hr="__JQ79_HMR__",de=null,gr=e=>{if(!de||!e.filename)return;let t=de.get(e.filename);t||de.set(e.filename,t=new Set),t.add(new WeakRef(e))},Gt=e=>{try{return new URL(e,document.baseURI).pathname}catch{return e}},wn=(e,t)=>{if(!de)return 0;let n=Gt(e),s=st(t),r=!1,o=a=>a.name===void 0?s:s.siblings?.[a.name]??null,i=0;for(let[a,l]of de)if(Gt(a)===n){for(let p of l){let d=p.deref();if(!d){l.delete(p);continue}let b=o(d);if(!b){r=!0;continue}d.hotReplace(b)&&i++}l.size||de.delete(a)}return r?0:i},Rn=()=>{de??(de=new Map),globalThis[hr]={update:wn}},Zt=3e3,mr=(e,t)=>{let n=setTimeout(()=>{console.warn(`jq79: ${e.name?`<${e.name}>`:"a component"}${e.filename?` (${e.filename})`:""} has been waiting ${Zt/1e3}s for a :setup script and has rendered nothing. The template waits until every script returns or calls $mounted() - add an await $mounted() above the slow part to render first and fill in after.`)},Zt);n?.unref?.(),Promise.all(t).then(()=>clearTimeout(n))},ot=async e=>{let t=await fetch(e);if(!t.ok)throw new Error(`failed to fetch component from ${e}: ${t.status}`);return new te(await t.text(),{filename:e})},te=class{constructor(t,n={}){v(this,"template");v(this,"scripts");v(this,"styles");v(this,"modules");v(this,"filename");v(this,"siblings");v(this,"name");v(this,"slots");v(this,"modelWriteback");v(this,"data",null);v(this,"fx",null);v(this,"content",null);v(this,"startMarker",null);v(this,"endMarker",null);v(this,"styleEls",[]);v(this,"ownsSharedStyles",!1);v(this,"useShadow",!1);v(this,"mountRoot",null);v(this,"resolveMounted",null);v(this,"renderDone",!1);v(this,"emitListeners",new Map);let s=typeof t=="string"?st(t):t;this.template=s.template,this.scripts=s.scripts,this.styles=s.styles,this.modules=n.modules??(typeof t=="string"?void 0:t.modules),this.filename=n.filename??(typeof t=="string"?void 0:t.filename),this.siblings=s.siblings,this.name=s.name,this.adoptSiblings(),gr(this)}adoptSiblings(){this.siblings&&Object.entries(this.siblings).forEach(([t,n])=>{n.filename??(n.filename=this.filename),n.modules??(n.modules=this.modules),this.name||(this[t]=n)})}hotReplace(t){let n=typeof t=="string"?st(t):t;it.clear(),fe.clear(),et.clear();let s=this.startMarker,r=!!(s&&this.content),o=r&&s.isConnected,i=o?s.parentNode:null,a=o?this.endMarker.nextSibling:null,l={...this.data},p=this.useShadow;return r&&this.destroy(),this.template=n.template,this.scripts=n.scripts,this.styles=n.styles,this.siblings=n.siblings,this.adoptSiblings(),!r||(this.renderWith(l,p),!i)?!1:(p&&this.styleEls.forEach(d=>i.insertBefore(d,a)),i.insertBefore(this.content,a),this.mountRoot=i,this.settleMounted(),!0)}static debug(t){if(t)for(let n in t){let s=t[n];typeof s=="boolean"?je[n]=s:console.warn(`jq79: Component79.debug ignored "${n}" - the flags are booleans, and the ones it knows are: ${Object.keys(je).join(", ")}`)}return{...je}}static fetch(t){if(Array.isArray(t))throw new TypeError("Component79.fetch takes one URL; use fetchAll for an array");return new Me(ot(t))}static fetchAll(t){return Promise.all(t.map(ot))}on(t,n){return this.emitListeners.has(t)||this.emitListeners.set(t,new Set),this.emitListeners.get(t).add(n),this}off(t,n){return this.emitListeners.get(t)?.delete(n),this}render(t={}){return this.renderWith(t,!1)}renderShadow(t={}){return this.renderWith(t,!0)}renderWith(t,n){this.destroy();let s=ar(this.scripts),r=ur(this.siblings,s),o=r?Object.assign(Object.create(r),t):{...t},i=new Set([...s].filter(h=>!(h in t)));i.size&&Object.defineProperty(o,Sn,{value:i}),this.slots&&Object.defineProperty(o,an,{value:this.slots}),Object.defineProperty(o,rt,{value:{count:0}});let a=ye(o),l=ce(a);this.data=a,this.fx=l,this.useShadow=n,this.startMarker=document.createComment("jq79"),this.endMarker=document.createComment("/jq79");let p=this.startMarker,d=!1,b=(h,T)=>{h==="model:update"&&!d&&(d=!0,console.warn("jq79: $emit('model:update', \u2026) no longer feeds :model - call $updateModel(value) or $updateModel(name, value) instead"));let _=new CustomEvent(h,{detail:T,bubbles:!0,composed:!0,cancelable:!0});return p===this.startMarker&&this.emitListeners.get(h)?.forEach(H=>H(_,T)),_.cancelBubble||p.dispatchEvent(_),!_.defaultPrevented},O,D=new Promise(h=>{O=h});this.resolveMounted=O,this.renderDone=!1;let I=this.endMarker,U=h=>{let T=[];for(let _=p.nextSibling;_&&_!==I;_=_.nextSibling)_ instanceof Element&&(_.matches(h)&&T.push(_),T.push(...Array.from(_.querySelectorAll(h))));return T},L=h=>U(h)[0]??null,F=this.modules,N=h=>F&&h in F?Promise.resolve(F[h]):ft(nr(h,this.filename)),P=Object.assign(Object.create(null),{$emit:b,$updateModel:(...h)=>{let[T,_]=h.length>1?h:[void 0,h[0]];return p!==this.startMarker?!1:this.modelWriteback?.(T,_)??!1},$slots:Object.fromEntries(Object.keys(this.slots??{}).map(h=>[h,!0]))}),q=h=>`await $mounted();${h}`,V=[],Y=!0;this.scripts.forEach((h,T)=>{let _;V.push(new Promise(c=>{_=c}));let H=!1,z=()=>{H=!0,_()},w={$mounted:()=>(z(),D),$self:L,$$self:U,...P,...r},W={filename:this.filename,index:T},k=":mounted"in h.attrs,G=_t(h.content),Z=(()=>{if(G!==null){k&&console.warn("jq79: :mounted on a factory script renders the template before the factory has returned, so none of its bindings exist yet - await $mounted() inside the factory instead."),Ft(a,_e(h.content));let f=k?q(G):G;return dr(f,a,E=>l.effect(E),w,N,W)}let{vars:c,code:u}=Ae(h.content);Ft(a,dt(h)),c.forEach(f=>{f in a||(a[f]=void 0)});let g=k?q(u):u;return or(g,a,f=>l.effect(f),w,N,W)})();if(Z.sync)Z.settled.then(z,z);else{let c=o[rt];c.count++;let u=()=>{c.count--,z()};Z.settled.then(u,u)}!Z.sync&&!H&&(Y=!1)});let S=document.createDocumentFragment(),A=new Proxy(a,{has:(h,T)=>typeof T=="string"&&T in P||Reflect.has(h,T),get:(h,T,_)=>typeof T=="string"&&T in P&&!Reflect.has(h,T)?P[T]:Reflect.get(h,T,_)});return S.append(this.startMarker,this.endMarker),this.content=S,Y?(this.endMarker.parentNode.insertBefore(pe(this.template,A,l,n),this.endMarker),this.renderDone=!0,this.settleMounted()):(Promise.all(V).then(()=>{p===this.startMarker&&(this.endMarker.parentNode.insertBefore(pe(this.template,A,l,n),this.endMarker),this.renderDone=!0,this.settleMounted())}),mr(this,V)),n?this.styleEls=this.styles.map(h=>{let T=document.createElement("style");return T.textContent=h.content,T}):(this.styles.forEach(h=>sr(Ut(h))),this.ownsSharedStyles=!0),this}mount(t,n){let s=typeof t=="string"?he(t):t;if(!s)throw new Error(`mount target not found: ${t}`);return(!this.content||n!==void 0)&&this.renderWith(n??{},this.useShadow),this.attach(s)}mountShadow(t,n){let s=typeof t=="string"?he(t):t;if(!s)throw new Error(`mount target not found: ${t}`);return(!this.content||n!==void 0||!this.useShadow)&&this.renderWith(n??{},!0),this.attach(s)}attach(t){this.mountRoot&&this.detach();let n=this.useShadow&&t instanceof Element?t.shadowRoot??t.attachShadow({mode:"open"}):t;return this.useShadow&&this.styleEls.forEach(s=>n.appendChild(s)),n.appendChild(this.content),this.mountRoot=n,this.settleMounted(),this}settleMounted(){this.renderDone&&this.mountRoot&&this.resolveMounted?.()}detach(){if(!this.mountRoot||!this.content||!this.startMarker||!this.endMarker)return this;let t=this.startMarker;for(;t;){let n=t.nextSibling;if(this.content.appendChild(t),t===this.endMarker)break;t=n}return this.mountRoot=null,this}destroy(){return this.detach(),this.fx?.dispose(),this.fx=null,this.data?.$dispose(),this.styleEls.forEach(t=>t.parentNode?.removeChild(t)),this.styleEls=[],this.ownsSharedStyles&&(this.styles.forEach(t=>rr(Ut(t))),this.ownsSharedStyles=!1),this.content=null,this.startMarker=null,this.endMarker=null,this.renderDone=!1,this.data=null,this.resolveMounted=null,this}};v(te,"version",Yn);var Me=class{constructor(t){v(this,"chain");this.chain=t}queue(t){return this.chain=this.chain.then(n=>(t(n),n)),this}then(t,n){return this.chain.then(t,n)}catch(t){return this.chain.catch(t)}finally(t){return this.chain.finally(t)}mount(t,n){return this.queue(s=>s.mount(t,n))}mountShadow(t,n){return this.queue(s=>s.mountShadow(t,n))}render(t={}){return this.queue(n=>n.render(t))}renderShadow(t={}){return this.queue(n=>n.renderShadow(t))}on(t,n){return this.queue(s=>s.on(t,n))}off(t,n){return this.queue(s=>s.off(t,n))}detach(){return this.queue(t=>t.detach())}destroy(){return this.queue(t=>t.destroy())}};var yr=e=>new te(e),$n={$:he,$$:Se,$create:we,$reactive:ye,$toRaw:B,Component79:te};typeof globalThis<"u"&&globalThis[pr]&&Rn();0&&(module.exports={$,$$,$create,$reactive,$toRaw,C79,Component79,PendingComponent79,enableHotReload,hotUpdate,parseComponent,renderComponent});
15
+ ;$__exports.done = true })()${In(i.filename,i.index??0)}`)(l,uo,r,...Object.values(o)),u=I=>console.error("jq79: error in factory script",I),c=!1,p,w=()=>{if(c)return p;c=!0;let I=l.default;if(typeof I!="function")return;let U=M=>{M&&typeof M=="object"&&Object.assign(t,M)};try{let M=I(t,{$data:t,$props:t,$effect:n,...s});M instanceof Promise?p=M.then(U).catch(u):U(M)}catch(M){u(M)}return p},v=a.then(w,u);return fn(v),l.done&&w(),{settled:v,sync:l.done===!0&&p===void 0}},po="__JQ79_HMR_ENABLED__",ho="__JQ79_HMR__",he=null,go=e=>{if(!he||!e.filename)return;let t=he.get(e.filename);t||he.set(e.filename,t=new Set),t.add(new WeakRef(e))},nn=e=>{try{return new URL(e,document.baseURI).pathname}catch{return e}},qn=(e,t)=>{if(!he)return 0;let n=nn(e),s=dt(t),r=!1,i=l=>l.name===void 0?s:s.siblings?.[l.name]??null,o=0;for(let[l,a]of he)if(nn(l)===n){for(let u of a){let c=u.deref();if(!c){a.delete(u);continue}let p=i(c);if(!p){r=!0;continue}c.hotReplace(p)&&o++}a.size||he.delete(l)}return r?0:o},Un=()=>{he??(he=new Map),globalThis[ho]={update:qn}},sn=3e3,mo=(e,t)=>{let n=setTimeout(()=>{console.warn(`jq79: ${e.name?`<${e.name}>`:"a component"}${e.filename?` (${e.filename})`:""} has been waiting ${sn/1e3}s for a :setup script and has rendered nothing. The template waits until every script returns or calls $mounted() - add an await $mounted() above the slow part to render first and fill in after.`)},sn);n?.unref?.(),Promise.all(t).then(()=>clearTimeout(n))},pt=async e=>{let t=await fetch(e);if(!t.ok)throw new Error(`failed to fetch component from ${e}: ${t.status}`);return new re(await t.text(),{filename:e})},re=class{constructor(t,n={}){k(this,"template");k(this,"scripts");k(this,"styles");k(this,"modules");k(this,"filename");k(this,"siblings");k(this,"name");k(this,"slots");k(this,"modelWriteback");k(this,"data",null);k(this,"fx",null);k(this,"content",null);k(this,"startMarker",null);k(this,"endMarker",null);k(this,"styleEls",[]);k(this,"ownsSharedStyles",!1);k(this,"useShadow",!1);k(this,"mountRoot",null);k(this,"resolveMounted",null);k(this,"renderDone",!1);k(this,"emitListeners",new Map);let s=typeof t=="string"?dt(t):t;this.template=s.template,this.scripts=s.scripts,this.styles=s.styles,this.modules=n.modules??(typeof t=="string"?void 0:t.modules),this.filename=n.filename??(typeof t=="string"?void 0:t.filename),this.siblings=s.siblings,this.name=s.name,this.adoptSiblings(),go(this)}adoptSiblings(){this.siblings&&Object.entries(this.siblings).forEach(([t,n])=>{n.filename??(n.filename=this.filename),n.modules??(n.modules=this.modules),this.name||(this[t]=n)})}hotReplace(t){let n=typeof t=="string"?dt(t):t;ht.clear(),pe.clear(),ut.clear();let s=this.startMarker,r=!!(s&&this.content),i=r&&s.isConnected,o=i?s.parentNode:null,l=i?this.endMarker.nextSibling:null,a={...this.data},u=this.useShadow;return r&&this.destroy(),this.template=n.template,this.scripts=n.scripts,this.styles=n.styles,this.siblings=n.siblings,this.adoptSiblings(),!r||(this.renderWith(a,u),!o)?!1:(u&&this.styleEls.forEach(c=>o.insertBefore(c,l)),o.insertBefore(this.content,l),this.mountRoot=o,this.settleMounted(),!0)}static debug(t){if(t){let n=oe.scopedNames;for(let s in t){let r=t[s];Object.prototype.hasOwnProperty.call(oe,s)?typeof r=="boolean"?oe[s]=r:console.warn(`jq79: Component79.debug ignored "${s}" - the flags are booleans, and the ones it knows are: ${Object.keys(oe).join(", ")}`):console.warn(`jq79: Component79.debug does not know "${s}" - the flags it has are: ${Object.keys(oe).join(", ")}`)}oe.scopedNames!==n&&Ie.clear()}return{...oe}}static fetch(t){if(Array.isArray(t))throw new TypeError("Component79.fetch takes one URL; use fetchAll for an array");return new He(pt(t))}static fetchAll(t){return Promise.all(t.map(pt))}on(t,n){return this.emitListeners.has(t)||this.emitListeners.set(t,new Set),this.emitListeners.get(t).add(n),this}off(t,n){return this.emitListeners.get(t)?.delete(n),this}render(t={}){return this.renderWith(t,!1)}renderShadow(t={}){return this.renderWith(t,!0)}renderWith(t,n){this.destroy();let s=io(this.scripts),r=co(this.siblings,s),i=r?Object.assign(Object.create(r),t):{...t},o=new Set([...s].filter(m=>!(m in t)));o.size&&Object.defineProperty(i,Fn,{value:o}),this.slots&&Object.defineProperty(i,Sn,{value:this.slots}),Object.defineProperty(i,ft,{value:{count:0}});let l=$e(i),a=de(l);this.data=l,this.fx=a,this.useShadow=n,this.startMarker=document.createComment("jq79"),this.endMarker=document.createComment("/jq79");let u=this.startMarker,c=!1,p=(m,_)=>{m==="model:update"&&!c&&(c=!0,console.warn("jq79: $emit('model:update', \u2026) no longer feeds :model - call $updateModel(value) or $updateModel(name, value) instead"));let A=new CustomEvent(m,{detail:_,bubbles:!0,composed:!0,cancelable:!0});return u===this.startMarker&&this.emitListeners.get(m)?.forEach(G=>G(A,_)),A.cancelBubble||u.dispatchEvent(A),!A.defaultPrevented},w,v=new Promise(m=>{w=m});this.resolveMounted=w,this.renderDone=!1;let I=this.endMarker,U=m=>{let _=[];for(let A=u.nextSibling;A&&A!==I;A=A.nextSibling)A instanceof Element&&(A.matches(m)&&_.push(A),_.push(...Array.from(A.querySelectorAll(m))));return _},M=m=>U(m)[0]??null,S=this.modules,q=m=>S&&m in S?Promise.resolve(S[m]):Et(eo(m,this.filename)),D=Object.assign(Object.create(null),{$emit:p,$updateModel:(...m)=>{let[_,A]=m.length>1?m:[void 0,m[0]];return u!==this.startMarker?!1:this.modelWriteback?.(_,A)??!1},$slots:Object.fromEntries(Object.keys(this.slots??{}).map(m=>[m,!0]))}),z=m=>`await $mounted();${m}`,J=[],Y=!0;this.scripts.forEach((m,_)=>{let A;J.push(new Promise(d=>{A=d}));let G=!1,V=()=>{G=!0,A()},T={$mounted:()=>(V(),v),$self:M,$$self:U,...D,...r},W={filename:this.filename,index:_},P=":mounted"in m.attrs,Z=Lt(m.content),f=(()=>{if(Z!==null){P&&console.warn("jq79: :mounted on a factory script renders the template before the factory has returned, so none of its bindings exist yet - await $mounted() inside the factory instead."),Yt(l,Le(m.content));let b=P?z(Z):Z;return fo(b,l,y=>a.effect(y),T,q,W)}let{vars:d,code:g}=ke(m.content);Yt(l,bt(m)),d.forEach(b=>{b in l||(l[b]=void 0)});let h=P?z(g):g;return ro(h,l,b=>a.effect(b),T,q,W)})();if(f.sync)f.settled.then(V,V);else{let d=i[ft];d.count++;let g=()=>{d.count--,V()};f.settled.then(g,g)}!f.sync&&!G&&(Y=!1)});let R=document.createDocumentFragment(),C=new Proxy(l,{has:(m,_)=>typeof _=="string"&&_ in D||Reflect.has(m,_),get:(m,_,A)=>typeof _=="string"&&_ in D&&!Reflect.has(m,_)?D[_]:Reflect.get(m,_,A)});if(R.append(this.startMarker,this.endMarker),this.content=R,Y?(this.endMarker.parentNode.insertBefore(ge(this.template,C,a,n),this.endMarker),this.renderDone=!0,this.settleMounted()):(Promise.all(J).then(()=>{u===this.startMarker&&(this.endMarker.parentNode.insertBefore(ge(this.template,C,a,n),this.endMarker),this.renderDone=!0,this.settleMounted())}),mo(this,J)),n){let m=document.createElement("style");m.textContent=Wn,this.styleEls=[...this.styles.map(_=>{let A=document.createElement("style");return A.textContent=_.content,A}),m]}else this.styles.forEach(m=>no(Jt(m))),this.ownsSharedStyles=!0;return this}mount(t,n){let s=typeof t=="string"?me(t):t;if(!s)throw new Error(`mount target not found: ${t}`);return(!this.content||n!==void 0)&&this.renderWith(n??{},this.useShadow),this.attach(s)}mountShadow(t,n){let s=typeof t=="string"?me(t):t;if(!s)throw new Error(`mount target not found: ${t}`);return(!this.content||n!==void 0||!this.useShadow)&&this.renderWith(n??{},!0),this.attach(s)}attach(t){this.mountRoot&&this.detach();let n=this.useShadow&&t instanceof Element?t.shadowRoot??t.attachShadow({mode:"open"}):t;return this.useShadow&&this.styleEls.forEach(s=>n.appendChild(s)),n.appendChild(this.content),this.mountRoot=n,this.settleMounted(),this}settleMounted(){this.renderDone&&this.mountRoot&&this.resolveMounted?.()}detach(){if(!this.mountRoot||!this.content||!this.startMarker||!this.endMarker)return this;let t=this.startMarker;for(;t;){let n=t.nextSibling;if(this.content.appendChild(t),t===this.endMarker)break;t=n}return this.mountRoot=null,this}destroy(){return this.detach(),this.fx?.dispose(),this.fx=null,this.data?.$dispose(),this.styleEls.forEach(t=>t.parentNode?.removeChild(t)),this.styleEls=[],this.ownsSharedStyles&&(this.styles.forEach(t=>so(Jt(t))),this.ownsSharedStyles=!1),this.content=null,this.startMarker=null,this.endMarker=null,this.renderDone=!1,this.data=null,this.resolveMounted=null,this}};k(re,"version",As);var He=class{constructor(t){k(this,"chain");this.chain=t}queue(t){return this.chain=this.chain.then(n=>(t(n),n)),this}then(t,n){return this.chain.then(t,n)}catch(t){return this.chain.catch(t)}finally(t){return this.chain.finally(t)}mount(t,n){return this.queue(s=>s.mount(t,n))}mountShadow(t,n){return this.queue(s=>s.mountShadow(t,n))}render(t={}){return this.queue(n=>n.render(t))}renderShadow(t={}){return this.queue(n=>n.renderShadow(t))}on(t,n){return this.queue(s=>s.on(t,n))}off(t,n){return this.queue(s=>s.off(t,n))}detach(){return this.queue(t=>t.detach())}destroy(){return this.queue(t=>t.destroy())}};var yo=e=>new re(e),Bn={$:me,$$:xe,$create:Ce,$reactive:$e,$toRaw:H,Component79:re};typeof globalThis<"u"&&globalThis[po]&&Un();0&&(module.exports={$,$$,$create,$reactive,$toRaw,C79,Component79,PendingComponent79,enableHotReload,hotUpdate,parseComponent,renderComponent});
15
16
  //# sourceMappingURL=jq79.cjs.map