@rettangoli/ui 1.0.16 → 1.0.17
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.
|
@@ -1474,7 +1474,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
1474
1474
|
min-width: 200px;
|
|
1475
1475
|
max-width: 400px;
|
|
1476
1476
|
}
|
|
1477
|
-
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._dialogElement=document.createElement("dialog"),this.shadow.appendChild(this._dialogElement),this._dialogElement.addEventListener("click",t=>{t.stopPropagation();let r=t.composedPath();(r[0]===this._dialogElement||r[0].nodeName==="DIALOG"&&r[0]===this._dialogElement)&&this._emitClose()}),this._dialogElement.addEventListener("contextmenu",t=>{let r=t.composedPath();(r[0]===this._dialogElement||r[0].nodeName==="DIALOG"&&r[0]===this._dialogElement)&&(t.preventDefault(),this._emitClose())}),this._dialogElement.addEventListener("cancel",t=>{t.preventDefault(),this._emitClose()}),this._popoverContainer=document.createElement("div"),this._popoverContainer.className="popover-container",this._dialogElement.appendChild(this._popoverContainer),this._slotElement=null,this._isOpen=!1}_emitClose(){this.dispatchEvent(new CustomEvent("close",{detail:{},bubbles:!0}))}static get observedAttributes(){return["open","x","y","place","no-overlay"]}connectedCallback(){this.hasAttribute("open")&&this._show()}disconnectedCallback(){this._isOpen&&this._dialogElement.open&&this._dialogElement.close()}attributeChangedCallback(t,r,i){t==="open"?i!==null&&!this._isOpen?this.isConnected&&this._show():i===null&&this._isOpen&&this._hide():(t==="x"||t==="y"||t==="place")&&this._isOpen?this._updatePosition():t==="no-overlay"&&r!==i&&this._isOpen&&(this._hide(),this._show())}_show(){this._isOpen||(this._slotElement||(this._slotElement=document.createElement("slot"),this._slotElement.setAttribute("name","content"),this._popoverContainer.appendChild(this._slotElement)),this._isOpen=!0,this._dialogElement.open||setTimeout(()=>{this._dialogElement&&!this._dialogElement.open&&(this.hasAttribute("no-overlay")?this._dialogElement.show():this._dialogElement.showModal())},0),requestAnimationFrame(()=>{this._updatePosition()}))}_hide(){this._isOpen&&(this._isOpen=!1,this._dialogElement.open&&this._dialogElement.close(),this._slotElement&&(this._popoverContainer.removeChild(this._slotElement),this._slotElement=null))}_updatePosition(){let t=parseFloat(this.getAttribute("x")||"0"),r=parseFloat(this.getAttribute("y")||"0"),i=this.getAttribute("place")||"bs";this.removeAttribute("positioned"),requestAnimationFrame(()=>{let s=this._popoverContainer.getBoundingClientRect(),{left:n,top:a}=this._calculatePosition(t,r,s.width,s.height,i);this._popoverContainer.style.left=`${n}px`,this._popoverContainer.style.top=`${a}px`,requestAnimationFrame(()=>{this.setAttribute("positioned","")})})}_calculatePosition(t,r,i,s,n){let p=t,l=r;switch(n){case"t":p=t-i/2,l=r-s-8;break;case"ts":p=t,l=r-s-8;break;case"te":p=t-i,l=r-s-8;break;case"r":p=t+8,l=r-s/2;break;case"rs":p=t+8,l=r;break;case"re":p=t+8,l=r-s;break;case"b":p=t-i/2,l=r+8;break;case"bs":p=t,l=r+8;break;case"be":p=t-i,l=r+8;break;case"l":p=t-i-8,l=r-s/2;break;case"ls":p=t-i-8,l=r;break;case"le":p=t-i-8,l=r-s;break;default:p=t,l=r+8;break}let o=8;return p=Math.max(o,Math.min(p,window.innerWidth-i-o)),l=Math.max(o,Math.min(l,window.innerHeight-s-o)),{left:p,top:l}}get popover(){return this._popoverContainer}},ai=({render:e,html:t})=>Zt;var mn=(e,t)=>{let{store:r,render:i}=e;r.toggleOpen({}),i()},yn=Object.freeze(Object.defineProperty({__proto__:null,handleClickHeader:mn},Symbol.toStringTag,{value:"Module"})),gn=()=>Object.freeze({open:!1}),bn=["id","class","style","slot","label","content"],vn=(e={})=>Object.entries(e).filter(([t])=>!bn.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),wn=({state:e,props:t})=>({label:t.label||"",content:t.content||"",openClass:e.open?"content-wrapper open":"content-wrapper",chevronIcon:e.open?"chevronUp":"chevronDown",containerAttrString:vn(t)}),_n=({state:e})=>{e.open=!e.open},xn=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:gn,selectViewData:wn,toggleOpen:_n},Symbol.toStringTag,{value:"Module"})),Sn=(e,t)=>{let{dispatchEvent:r,props:i}=e,s=t._event,n=Number(s.currentTarget.dataset.index),a=Array.isArray(i.items)?i.items[n]:void 0;if(a){if(a.disabled||a.current){s.preventDefault();return}typeof a.href=="string"&&a.href.length>0||s.preventDefault(),r(new CustomEvent("item-click",{detail:{id:a.id,path:a.path,href:a.href,item:a,index:n,trigger:s.type}}))}},An=Object.freeze(Object.defineProperty({__proto__:null,handleClickItem:Sn},Symbol.toStringTag,{value:"Module"})),En=()=>Object.freeze({}),kn=["id","class","style","slot","items","sep","max","separator"],$n=(e={})=>Object.entries(e).filter(([t])=>!kn.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),Cn=e=>{if(e==null||e==="")return;let t=Number(e);return Number.isNaN(t)?void 0:t},In=e=>`${e}`.replace(/"/g,"""),On=(e,t)=>{if(!t||t<3||e.length<=t)return e;let r=t-2;return[e[0],{isEllipsis:!0,label:"..."},...e.slice(-r)]},Tn=e=>e.map((t,r)=>{let i=typeof t.href=="string"&&t.href.length>0,s=t.path!==void 0&&t.path!==null&&`${t.path}`!="",n=!!t.current,a=!!t.disabled,p=!n&&!a&&(i||s||!!t.click),l=t.rel||(t.newTab?"noopener noreferrer":""),o=[t.newTab?'target="_blank"':"",l?`rel="${In(l)}"`:""].filter(Boolean).join(" ");return{...t,label:t.label||"",index:r,href:i?t.href:void 0,path:s?t.path:void 0,isCurrent:n,isDisabled:a,isInteractive:p,linkExtraAttrs:o,c:n?"fg":"mu-fg"}}),Ln=({props:e})=>{let t=$n(e),r=Array.isArray(e.items)?e.items:[],i=Cn(e.max),s=e.sep||"breadcrumb-arrow",n=Tn(r),a=On(n,i),p=[];return a.forEach((l,o)=>{p.push(l),o<a.length-1&&p.push({isSeparator:!0})}),{containerAttrString:t,items:p,sep:s}},Nn=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:En,selectViewData:Ln},Symbol.toStringTag,{value:"Module"})),Rn=["id","class","style","slot","head","desc","size","d","ah","av","wrap","noWrap","g","gh","gv","p","pt","pr","pb","pl","pv","ph","bw","bwt","bwr","bwb","bwl","bc","br","shadow","bgc","href","newTab","rel","cur","sv","sh","overflow"],oi={sm:{cardAttrString:"p=md sm-p=sm g=md sm-g=sm",headerAttrString:"g=xs",headingSize:"lg",subheadingSize:"sm"},md:{cardAttrString:"p=lg md-p=md sm-p=md g=lg md-g=md sm-g=md",headerAttrString:"g=sm",headingSize:"h4",subheadingSize:"sm"},lg:{cardAttrString:"p=xl lg-p=lg md-p=md sm-p=md g=lg md-g=md sm-g=md",headerAttrString:"g=sm",headingSize:"h3",subheadingSize:"md"}},Vn=(e={})=>Object.entries(e).filter(([t])=>!Rn.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),jn=()=>Object.freeze({}),Pn=({props:e={}})=>{let t=oi[e.size]?e.size:"md",r=oi[t];return{containerAttrString:Vn(e),cardAttrString:r.cardAttrString,headerAttrString:r.headerAttrString,headingSize:r.headingSize,subheadingSize:r.subheadingSize,head:e.head||"",desc:e.desc||"",hasHeader:!!(e.head||e.desc),size:t}},Bn=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:jn,selectViewData:Pn},Symbol.toStringTag,{value:"Module"})),Dn=(e,t)=>{let{dispatchEvent:r}=e;r(new CustomEvent("close"))},zn=(e,t)=>{let{dispatchEvent:r,props:i}=e,s=t._event,n=Number(s.currentTarget.dataset.index??s.currentTarget.id.slice(6)),a=i.items[n],p=a?.type||"item";if(!a||p!=="item"||a.disabled){s.preventDefault();return}a.href||s.preventDefault(),r(new CustomEvent("item-click",{detail:{index:n,item:a,id:a.id,path:a.path,href:a.href,trigger:s.type}}))},Fn=Object.freeze(Object.defineProperty({__proto__:null,handleClickMenuItem:zn,handleClosePopover:Dn},Symbol.toStringTag,{value:"Module"})),Wn=()=>Object.freeze({}),Mn=e=>`${e}`.replace(/"/g,"""),Kn=e=>e.map((t,r)=>{let i=t.type||"item",s=i==="separator",n=i==="label",a=i==="item",p=!!t.disabled,l=a&&!p,o=p?"mu-fg":"fg",c=p?"mu":"",d=p?"":"ac",u=typeof t.href=="string"&&t.href.length>0,f=t.rel||(t.newTab?"noopener noreferrer":""),h=[t.newTab?'target="_blank"':"",f?`rel="${Mn(f)}"`:""].filter(Boolean).join(" ");return{...t,index:r,type:i,isSeparator:s,isLabel:n,isItem:a,isDisabled:p,isInteractive:l,hasHref:u,linkExtraAttrs:h,c:o,bgc:c,hoverBgc:d}}),Un=({props:e})=>{let t=Array.isArray(e.items)?e.items:[];return{items:Kn(t),open:!!e.open,x:e.x||0,y:e.y||0,w:e.w||"300",h:e.h||"300",place:e.place||"bs"}},Hn=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:Wn,selectViewData:Un},Symbol.toStringTag,{value:"Module"})),w={LITERAL:0,VARIABLE:1,INTERPOLATION:2,FUNCTION:3,BINARY:4,UNARY:5,CONDITIONAL:6,LOOP:7,OBJECT:8,ARRAY:9,PARTIAL:10,PATH_REFERENCE:11},P={EQ:0,NEQ:1,GT:2,LT:3,GTE:4,LTE:5,AND:6,OR:7,IN:8,ADD:10,SUBTRACT:11},ir={NOT:0},$=class extends Error{constructor(e){super(`Parse Error: ${e}`),this.name="JemplParseError"}},le=class extends Error{constructor(e){super(`Render Error: ${e}`),this.name="JemplRenderError"}},li=e=>{if(!e||e.trim()==="")throw new $("Missing condition expression after '$if'");if(e.includes("===")||e.includes("!==")){let r=e.includes("===")?"==":"!=";throw new $(`Invalid comparison operator '${e.includes("===")?"===":"!=="}' - did you mean '${r}'? (got: '${e}')`)}let t=["<",">","<=",">=","==","!="];for(let r of t)if(e.trim().endsWith(r))throw new $(`Incomplete comparison expression - missing right operand (got: '${e}')`)},qn=e=>{if(e.trim().endsWith(" in"))throw new $(`Missing iterable expression after 'in' (got: '$for ${e}')`);if(!e.includes(" in "))throw new $(`Invalid loop syntax - missing 'in' keyword (got: '$for ${e}')`);let[t,r]=e.split(" in ");if(!r||r.trim()==="")throw new $(`Missing iterable expression after 'in' (got: '$for ${e}')`);let i=t.includes(",")?t.split(",").map(s=>s.trim()):[t.trim()];for(let s of i){if(!s)throw new $(`Invalid loop variable - variable name cannot be empty (got: '$for ${e}')`);if(!/^[a-zA-Z_$][a-zA-Z0-9_$]*$/.test(s))throw new $(`Invalid loop syntax (got: '$for ${e}')`)}},Gn=(e,t,r=!1)=>{if(t===null)return new le(`Cannot iterate over null value at '$for ${e}'`);if(t===void 0)return new le(`Cannot iterate over undefined value at '$for ${e}'`);let i=typeof t;return r?new le(`Cannot iterate over non-array value in loop '${e}' - got ${i} instead`):new le(`Cannot iterate over non-array value (got: ${i}) at '$for ${e}'`)},Jn=(e,t)=>{let r=t&&Object.keys(t).length>0?Object.keys(t).join(", "):"no custom functions provided";return new le(`Unknown function '${e}' (${r})`)},Yn=(e,t,r={})=>{let i={},s={};r&&typeof r=="object"&&(r.functions!==void 0||r.partials!==void 0?(i=r.functions||{},s=r.partials||{}):typeof r=="object"&&(i=r));let n=N(e,{functions:i,partials:s},t,{});return n===void 0?{}:n},N=(e,t,r,i)=>{if(t.functions,e.var&&!e.type)return K(e.var,r,i);if(e.type===w.LITERAL)return e.value;if(e.type===w.VARIABLE)return K(e.path,r,i);if(e.type===w.INTERPOLATION)return Xn(e.parts,t,r,i);switch(e.type){case w.FUNCTION:return Bi(e,t,r,i);case w.BINARY:return Di(e,t,r,i);case w.UNARY:return zi(e,t,r,i);case w.CONDITIONAL:return ea(e,t,r,i);case w.LOOP:return na(e,t,r,i);case w.OBJECT:return oa(e,t,r,i);case w.ARRAY:return la(e,t,r,i);case w.PARTIAL:return pa(e,t,r,i);case w.PATH_REFERENCE:return da(e,t,r,i);default:throw new Error(`Unknown node type: ${e.type}`)}},pi=new Map,Zn=e=>{let t=[],r="",i=!1;for(let s=0;s<e.length;s++){let n=e[s];if(n==="[")r&&(t.push({type:"property",value:r}),r=""),i=!0;else if(n==="]"){if(i&&r){let a=r.trim();if(/^\d+$/.test(a))t.push({type:"index",value:parseInt(a,10)});else if(a.startsWith('"')&&a.endsWith('"')||a.startsWith("'")&&a.endsWith("'")){let p=a.slice(1,-1);t.push({type:"property",value:p})}else t.push({type:"property",value:a});r=""}i=!1}else r+=n}return r&&t.push({type:"property",value:r}),t},K=(e,t,r)=>{if(!e)return;if(e in r)return r[e];let i=pi.get(e);if(!i){let n=[],a="",p=0;for(let l=0;l<e.length;l++){let o=e[l];o==="["?(p++,a+=o):o==="]"?(p--,a+=o):o==="."&&p===0?a&&(n.push(a),a=""):a+=o}a&&n.push(a),i=[];for(let l of n){let o=Zn(l.trim());i.push(...o)}pi.set(e,i)}let s=t;for(let n=0;n<i.length;n++){let a=i[n];if(a.type==="property"&&a.value in r){s=r[a.value];continue}if(s==null)return;(a.type==="property"||a.type==="index")&&(s=s[a.value])}return s},Xn=(e,t,r,i)=>{let s=[];for(let n of e)if(typeof n=="string")s.push(n);else{let a=N(n,t,r,i);s.push(a!=null?String(a):"")}return s.join("")},Bi=(e,t,r,i)=>{let s=t.functions||t,n=s[e.name];if(!n)throw Jn(e.name,s);let a=e.args.map(p=>N(p,t,r,i));return n(...a)},Re=(e,t,r,i)=>{if(e.var&&!e.type)return K(e.var,r,i);switch(e.type){case w.VARIABLE:return K(e.path,r,i);case w.LITERAL:return e.value;case w.BINARY:return Di(e,t,r,i);case w.UNARY:return zi(e,t,r,i);case w.FUNCTION:return Bi(e,t,r,i);default:return N(e,t,r,i)}},Di=(e,t,r,i)=>{if(e.op===P.AND||e.op===P.OR){let a=Re(e.left,t,r,i),p=Re(e.right,t,r,i);switch(e.op){case P.AND:return a&&p;case P.OR:return a||p}}let s=N(e.left,t,r,i),n=N(e.right,t,r,i);switch(e.op){case P.EQ:return s==n;case P.NEQ:return s!=n;case P.GT:return s>n;case P.LT:return s<n;case P.GTE:return s>=n;case P.LTE:return s<=n;case P.IN:return Array.isArray(n)?n.includes(s):!1;case P.ADD:if(typeof s!="number"||typeof n!="number")throw new le(`Arithmetic operations require numbers. Got ${typeof s} + ${typeof n}`);return s+n;case P.SUBTRACT:if(typeof s!="number"||typeof n!="number")throw new le(`Arithmetic operations require numbers. Got ${typeof s} - ${typeof n}`);return s-n;default:throw new Error(`Unknown binary operator: ${e.op}`)}},zi=(e,t,r,i)=>{let s=e.op===ir.NOT?Re(e.operand,t,r,i):N(e.operand,t,r,i);switch(e.op){case ir.NOT:return!s;default:throw new Error(`Unknown unary operator: ${e.op}`)}},Qn=(e,t,r,i)=>{if(e.conditions.length===2&&e.conditions[1]===null){let s=e.conditions[0];if(s.type===w.VARIABLE)if(K(s.path,r,i)){let n=e.bodies[0];if(n.type===w.OBJECT&&n.properties.length<=5){let a={};for(let p of n.properties){let l=p.parsedKey?N(p.parsedKey,t,r,i):p.key,o=p.value;if(o.type===w.LITERAL)a[l]=o.value;else if(o.type===w.VARIABLE)a[l]=K(o.path,r,i);else if(o.type===w.INTERPOLATION){let c=[];for(let d of o.parts)if(typeof d=="string")c.push(d);else if(d.type===w.VARIABLE){let u=K(d.path,r,i);c.push(u!=null?String(u):"")}else{let u=N(d,t,r,i);c.push(u!=null?String(u):"")}a[l]=c.join("")}else a[l]=N(o,t,r,i)}return a}}else{let n=e.bodies[1];if(n.type===w.OBJECT&&n.properties.length<=5){let a={};for(let p of n.properties){let l=p.parsedKey?N(p.parsedKey,t,r,i):p.key,o=p.value;if(o.type===w.LITERAL)a[l]=o.value;else if(o.type===w.VARIABLE)a[l]=K(o.path,r,i);else if(o.type===w.INTERPOLATION){let c=[];for(let d of o.parts)if(typeof d=="string")c.push(d);else if(d.type===w.VARIABLE){let u=K(d.path,r,i);c.push(u!=null?String(u):"")}else{let u=N(d,t,r,i);c.push(u!=null?String(u):"")}a[l]=c.join("")}else a[l]=N(o,t,r,i)}return a}}}return null},ea=(e,t,r,i)=>{let s=Qn(e,t,r,i);if(s!==null)return s;for(let n=0;n<e.conditions.length;n++){let a=e.conditions[n];if(a===null||Re(a,t,r,i))return N(e.bodies[n],t,r,i)}return Fi},ta=(e,t)=>{let r=e.body,i=e.itemVar;if(r.type===w.CONDITIONAL&&r.conditions.length===1&&r.conditions[0].type===w.VARIABLE){let s=r.conditions[0].path,n=r.bodies[0];if(s.startsWith(i+".")){let a=s.substring(i.length+1);if(n.type===w.OBJECT&&n.properties.length<=5){for(let l of n.properties)if(l.parsedKey)return null;let p=[];for(let l=0;l<t.length;l++){let o=t[l];if(o[a]){let c={};for(let d of n.properties){let u=d.key,f=d.value;if(f.type===w.LITERAL)c[u]=f.value;else if(f.type===w.VARIABLE){let h=f.path;if(h===i)c[u]=o;else if(h.startsWith(i+".")){let m=h.substring(i.length+1);c[u]=o[m]}else return null}else if(f.type===w.INTERPOLATION){let h=[],m=!0;for(let y of f.parts)if(typeof y=="string")h.push(y);else if(y.type===w.VARIABLE){let b=y.path;if(b===i)h.push(o!=null?String(o):"");else if(b.startsWith(i+".")){let g=b.substring(i.length+1),_=o[g];h.push(_!=null?String(_):"")}else{m=!1;break}}else{m=!1;break}if(!m)return null;c[u]=h.join("")}else return null}p.push(c)}}return p}}}return null},ra=(e,t)=>{let r=e.body,i=e.itemVar,s=ta(e,t);if(s!==null)return s;if(r.type===w.OBJECT&&r.properties.length<=5&&!r.whenCondition){for(let p of r.properties)if(p.parsedKey)return null;let n=[],a=!0;for(let p of r.properties){let l=p.key,o=p.value;if(o.type===w.LITERAL)n.push({key:l,type:"literal",value:o.value});else if(o.type===w.VARIABLE){let c=o.path;if(c===i)n.push({key:l,type:"item"});else if(c.startsWith(i+".")){let d=c.substring(i.length+1);if(!d.includes(".")&&!d.includes("["))n.push({key:l,type:"prop",prop:d});else{a=!1;break}}else{a=!1;break}}else if(o.type===w.INTERPOLATION&&o.parts.length===1){let c=o.parts[0];if(c.type===w.VARIABLE){let d=c.path;if(d===i)n.push({key:l,type:"item_string"});else if(d.startsWith(i+".")){let u=d.substring(i.length+1);if(!u.includes(".")&&!u.includes("["))n.push({key:l,type:"prop_string",prop:u});else{a=!1;break}}else{a=!1;break}}else{a=!1;break}}else{a=!1;break}}if(a){let p=new Array(t.length);if(n.length===3&&n[0].type==="prop"&&n[0].key==="id"&&n[1].type==="prop_string"&&n[1].key==="title"&&n[2].type==="prop"&&n[2].key==="completed")for(let l=0;l<t.length;l++){let o=t[l];p[l]={id:o.id,title:o.title!=null?String(o.title):"",completed:o.completed}}else for(let l=0;l<t.length;l++){let o=t[l],c={};for(let d of n)if(d.type==="literal")c[d.key]=d.value;else if(d.type==="item")c[d.key]=o;else if(d.type==="prop")c[d.key]=o[d.prop];else if(d.type==="item_string")c[d.key]=o!=null?String(o):"";else if(d.type==="prop_string"){let u=o[d.prop];c[d.key]=u!=null?String(u):""}p[l]=c}return p}}return null},ia=(e,t,r,i,s)=>{let n=[],a=e.body;if(a.type===w.OBJECT&&a.fast!==!1){let p=e.itemVar,l=e.indexVar;for(let o=0;o<s.length;o++){let c=s[o],d={},u={...i,[p]:c,...l&&{[l]:o}};u.__paths__||(u.__paths__=i.__paths__||{});let f=e.iterable.path||"";if(i&&i.__paths__&&f){let h=f.split("."),m=h[0];m in i.__paths__&&(f=i.__paths__[m],h.length>1&&(f+="."+h.slice(1).join(".")))}u.__paths__={...u.__paths__,[p]:`${f}[${o}]`,...l&&{[l]:o}};for(let h of a.properties){let m=h.parsedKey?N(h.parsedKey,t,r,u):h.key,y=h.value;if(y.type===w.LITERAL)d[m]=y.value;else if(y.type===w.VARIABLE){let b=y.path;if(b===p)d[m]=c;else if(b===l)d[m]=o;else if(b.startsWith(p+".")){let g=b.substring(p.length+1);!g.includes(".")&&!g.includes("[")?d[m]=c[g]:d[m]=K(b,r,{...i,[p]:c,...l&&{[l]:o}})}else d[m]=K(b,r,{...i,[p]:c,...l&&{[l]:o}})}else if(y.type===w.INTERPOLATION){let b=[];for(let g of y.parts)if(typeof g=="string")b.push(g);else if(g.type===w.VARIABLE){let _=g.path,S;if(_===p)S=c;else if(_===l)S=o;else if(_.startsWith(p+".")){let A=_.substring(p.length+1);!A.includes(".")&&!A.includes("[")?S=c[A]:S=K(_,r,{...i,[p]:c,...l&&{[l]:o}})}else S=K(_,r,{...i,[p]:c,...l&&{[l]:o}});b.push(S!=null?String(S):"")}else{let _={...i,[p]:c,...l&&{[l]:o}},S=N(g,t,r,_);b.push(S!=null?String(S):"")}d[m]=b.join("")}else{let b={...i,[p]:c,...l&&{[l]:o}};d[m]=N(y,t,r,b)}}n.push(d)}return n}return null},sa=(e,t,r)=>{let i=e.body;if(i.type===w.OBJECT&&i.properties.length===1&&i.properties[0].key==="$if item.visible"){let s=i.properties[0].value;if(s.type===w.CONDITIONAL&&s.conditions.length===1&&s.conditions[0].type===w.VARIABLE&&s.conditions[0].path==="item.visible"){let n=s.bodies[0];if(n.type===w.OBJECT&&n.properties.length===2){let a=n.properties[0],p=n.properties[1];if(a.key==="id"&&a.value.type===w.VARIABLE&&a.value.path==="item.id"&&p.key==="$if item.highlighted"&&p.value.type===w.CONDITIONAL){let l=[];for(let o=0;o<t.length;o++){let c=t[o];if(c.visible){let d={id:c.id};c.highlighted?(d.highlight=!0,d.message=`This item is highlighted: ${c.name}`):(d.highlight=!1,d.message=c.name),l.push(d)}}return l}}}}return null},na=(e,t,r,i)=>{let s=N(e.iterable,t,r,i);if(!Array.isArray(s)){let o,c=!1;if(e.iterable.type===w.FUNCTION){c=!0;let u=e.iterable.args.map(f=>f.type===w.LITERAL?typeof f.value=="string"?`'${f.value}'`:String(f.value):f.type===w.VARIABLE?f.path:f.type===w.FUNCTION?`${f.name}(...)`:"?").join(", ");o=`${e.iterable.name}(${u})`}else o=e.iterable.path||"undefined";let d=`${e.itemVar}${e.indexVar?`, ${e.indexVar}`:""} in ${o}`;throw Gn(d,s,c)}if(!e.indexVar){let o=sa(e,s,e.itemVar);if(o!==null)return o}if(!e.indexVar){let o=ra(e,s);if(o!==null)return o}let n=ia(e,t,r,i,s);if(n!==null)return n;let a=[],p=e.iterable.path||"";if(i&&i.__paths__&&p){let o=p.split("."),c=o[0];c in i.__paths__&&(p=i.__paths__[c],o.length>1&&(p+="."+o.slice(1).join(".")))}let l=!1;e.body.type===w.ARRAY&&(e.body.items.length<=1?l=!1:l=e.body._shouldPreserveArray??=e.body.items.some(o=>o.type===w.OBJECT&&o.properties.some(c=>c.key.startsWith("$if ")||c.key.startsWith("$when "))));for(let o=0;o<s.length;o++){let c=e.indexVar?{...i,[e.itemVar]:s[o],[e.indexVar]:o}:{...i,[e.itemVar]:s[o]};c.__paths__||(c.__paths__=i.__paths__||{}),c.__paths__={...c.__paths__,[e.itemVar]:`${p}[${o}]`},e.indexVar&&(c.__paths__[e.indexVar]=o);let d=N(e.body,t,r,c);if(Array.isArray(d)&&d.length===1&&!l){let u=d[0];a.push(u===void 0?{}:u)}else a.push(d===void 0?{}:d)}return a},aa=(e,t,r,i)=>{if(e.whenCondition)return null;if(e.properties.length===1){let s=e.properties[0],n=s.parsedKey?N(s.parsedKey,t,r,i):s.key,a=s.value;if(a.type===w.OBJECT&&a.properties.length<=10&&!a.whenCondition){let p={},l={},o=!0;for(let c of a.properties){let d=c.parsedKey?N(c.parsedKey,t,r,i):c.key,u=c.value;if(u.type===w.LITERAL)l[d]=u.value;else if(u.type===w.VARIABLE)l[d]=K(u.path,r,i);else if(u.type===w.INTERPOLATION){let f=[];for(let h of u.parts)if(typeof h=="string")f.push(h);else if(h.type===w.VARIABLE){let m=K(h.path,r,i);f.push(m!=null?String(m):"")}else{o=!1;break}if(!o)break;l[d]=f.join("")}else if(u.type===w.OBJECT&&u.properties.length<=5){let f={};for(let h of u.properties){let m=h.key,y=h.value;if(y.type===w.LITERAL)f[m]=y.value;else if(y.type===w.VARIABLE)f[m]=K(y.path,r,i);else if(y.type===w.INTERPOLATION){let b=[];for(let g of y.parts)if(typeof g=="string")b.push(g);else if(g.type===w.VARIABLE){let _=K(g.path,r,i);b.push(_!=null?String(_):"")}else{o=!1;break}if(!o)break;f[m]=b.join("")}else{o=!1;break}}if(!o)break;l[d]=f}else{o=!1;break}}if(o)return p[n]=l,p}}return null},oa=(e,t,r,i)=>{let s=t.functions||t;if(e.whenCondition&&!Re(e.whenCondition,s,r,i))return;let n=aa(e,t,r,i);if(n!==null)return n;if(e.fast){let l={};for(let o of e.properties){let c=o.parsedKey?N(o.parsedKey,t,r,i):o.key,d=o.value;if(d.type===w.LITERAL)l[c]=d.value;else if(d.type===w.VARIABLE)l[c]=K(d.path,r,i);else if(d.type===w.INTERPOLATION){let u=[];for(let f of d.parts)if(typeof f=="string")u.push(f);else if(f.type===w.VARIABLE){let h=K(f.path,r,i);u.push(h!=null?String(h):"")}else{let h=N(f,t,r,i);u.push(h!=null?String(h):"")}l[c]=u.join("")}else l[c]=N(d,t,r,i)}return l}let a={},p=!1;for(let l of e.properties)if(!l.key.startsWith("$if ")&&!l.key.match(/^\$if\s+\w+.*:?$/)&&!l.key.startsWith("$elif")&&!l.key.startsWith("$else")&&!l.key.startsWith("$for ")){p=!0;break}for(let l of e.properties)if(l.key.startsWith("$if ")||l.key.match(/^\$if\s+\w+.*:?$/)){let o=N(l.value,t,r,i);if(!p&&o!==null&&o!==void 0)return Array.isArray(o)&&o.length===1?o[0]:o;typeof o=="object"&&o!==null&&!Array.isArray(o)&&Object.assign(a,o)}else if(l.key.startsWith("$for ")){if(e.properties.length===1)return N(l.value,t,r,i)}else{let o=l.value;if(o&&o.type===w.OBJECT&&o.properties){let c=o.properties.find(d=>d.key.startsWith("$for "));if(c){let d=N(c.value,t,r,i);d!==void 0&&(a[l.key]=d)}else{let d=N(l.value,t,r,i);d!==void 0&&(a[l.key]=d)}}else{let c=l.parsedKey?N(l.parsedKey,t,r,i):l.key,d=N(l.value,t,r,i);d!==void 0&&(a[c]=d)}}return a},Fi={},la=(e,t,r,i)=>{let s=[];for(let n of e.items)if(n.type===w.LOOP){let a=N(n,t,r,i);Array.isArray(a)&&n.flatten!==!1?s.push(...a):s.push(a)}else{let a=N(n,t,r,i);a!==Fi&&a!==void 0&&s.push(a)}return s},pa=(e,t,r,i)=>{let{name:s,data:n,whenCondition:a}=e,p=t.partials||{},l=t.functions||t;if(a&&!Re(a,l,r,i))return;if(!p[s])throw new le(`Partial '${s}' is not defined`);let o=i._partialStack||[];if(o.includes(s))throw new le(`Circular partial reference detected: ${s}`);let c=p[s],d=r,u={...i,_partialStack:[...o,s]};if(i){d={...r};for(let f of Object.keys(i))f.startsWith("_")||(d[f]=i[f])}if(n){let f=N(n,t,r,i);d={...d,...f}}return N(c,t,d,u)},da=(e,t,r,i)=>{let{path:s}=e,n=s.split("."),a=n[0],p=n.slice(1);if(!i||!(a in i))throw new le(`Path reference '#{${s}}' refers to '${a}' which is not a loop variable in the current scope`);if(i.__paths__||(i.__paths__={}),!(a in i.__paths__))throw new le(`Path reference '#{${s}}' cannot be resolved - path tracking may not be initialized properly`);let l=i.__paths__[a];if(typeof l=="number"){if(p.length>0)throw new le(`Path reference '#{${s}}' - cannot access properties on index variable '${a}'`);return String(l)}return p.length>0&&(l+="."+p.join(".")),l},ca=/\$\{([^}]*)\}/g,ha=/#\{([^}]*)\}/g,Wi=(e,t={})=>{let r=e.match(/^(\w+)\((.*)\)$/);if(!r)return{isFunction:!1};let[,i,s]=r,n=ua(s,t);return{isFunction:!0,type:w.FUNCTION,name:i,args:n}},ua=(e,t={})=>e.trim()?fa(e).map(r=>ma(r.trim(),t)):[],fa=e=>{let t=[],r="",i=0,s=!1,n="";for(let a=0;a<e.length;a++){let p=e[a],l=a>0?e[a-1]:"";!s&&(p==='"'||p==="'")?(s=!0,n=p,r+=p):s&&p===n&&l!=="\\"?(s=!1,n="",r+=p):!s&&p==="("?(i++,r+=p):!s&&p===")"?(i--,r+=p):!s&&p===","&&i===0?(t.push(r),r=""):r+=p}return r&&t.push(r),t},ma=(e,t={})=>{if(e.startsWith('"')&&e.endsWith('"')||e.startsWith("'")&&e.endsWith("'"))return{type:w.LITERAL,value:e.slice(1,-1)};if(/^-?\d+(\.\d+)?$/.test(e))return{type:w.LITERAL,value:parseFloat(e)};if(e==="true")return{type:w.LITERAL,value:!0};if(e==="false")return{type:w.LITERAL,value:!1};if(e==="null")return{type:w.LITERAL,value:null};let r=Wi(e,t);if(r.isFunction)return{type:r.type,name:r.name,args:r.args};let i=e.trim(),s=[{op:" + ",type:"ADD"},{op:" - ",type:"SUBTRACT"}],n=-1;for(let{op:a,type:p}of s){let l=0;for(;l<i.length;){let o=Oe(i.substring(l),a);if(o===-1)break;let c=l+o;c>n&&(n=c),l=c+a.length}}if(n!==-1)try{return X(i,t)}catch{return{type:w.VARIABLE,path:i}}return{type:w.VARIABLE,path:i}},Mi=/^\w+\(.*\)$/,ya=/\s[+\-*/%]\s|\|\||&&|\?\?|.*\?.*:/,ga=e=>{if(!(!e||e.trim()===""||Mi.test(e))&&ya.test(e))throw e.includes("?")&&e.includes(":")?new $(`Complex expressions not supported in variable replacements - consider calculating the value in your data instead. Offending expression: "${e}"`):e.includes("||")||e.includes("&&")||e.includes("??")?new $(`Logical operators not supported in variable replacements - consider calculating the value in your data instead (operators like ||, &&, ?? are not supported). Offending expression: "${e}"`):new $(`Arithmetic expressions not supported in variable replacements - consider calculating '${e}' in your data instead (expressions with +, -, *, /, % are not supported). Offending expression: "${e}"`)},di=e=>{let t=e.trim();if(Mi.test(t))throw new $(`Functions are not supported in path references - path references can only refer to loop variables. Offending expression: "#{${e}}"`);if(t.includes("["))throw new $(`Array indices not supported in path references - use simple variable names or properties. Offending expression: "#{${e}}"`);if(/[+\-*/%]/.test(t))throw new $(`Arithmetic expressions not supported in path references - path references can only refer to loop variables. Offending expression: "#{${e}}"`);if(/\|\||&&/.test(t))throw new $(`Logical operators not supported in path references - path references can only refer to loop variables. Offending expression: "#{${e}}"`);if(t.includes("?")&&t.includes(":"))throw new $(`Complex expressions not supported in path references - path references can only refer to loop variables. Offending expression: "#{${e}}"`);return{type:w.PATH_REFERENCE,path:t}},dt=(e,t={})=>{let r=e.trim();ga(r);let i=Wi(r,t);if(i.isFunction)return{type:i.type,name:i.name,args:i.args};if(r.includes("[")&&!/[\s+\-*/%|&?:]/.test(r)){let s=0;for(let n of r)n==="["?s++:n==="]"&&s--;if(s!==0)throw new Error("Invalid array index syntax")}return{type:w.VARIABLE,path:r}},Ki=(e,t={})=>{let r=e,i=[];(e.includes("\\${")||e.includes("\\#{"))&&(r=e.replace(/\\\\(\$\{[^}]*\})/g,"\\DOUBLE_ESC_VAR$1"),r=r.replace(/\\\\(#\{[^}]*\})/g,"\\DOUBLE_ESC_PATH$1"),r=r.replace(/\\(\$\{[^}]*\})/g,(o,c)=>{let d=`__ESCAPED_${i.length}__`;return i.push(c),d}),r=r.replace(/\\(#\{[^}]*\})/g,(o,c)=>{let d=`__ESCAPED_${i.length}__`;return i.push(c),d}),r=r.replace(/\\DOUBLE_ESC_VAR/g,"\\"),r=r.replace(/\\DOUBLE_ESC_PATH/g,"\\"));let s=[...r.matchAll(ca)],n=[...r.matchAll(ha)],a=[...s.map(o=>({match:o,type:"variable"})),...n.map(o=>({match:o,type:"pathref"}))].sort((o,c)=>o.match.index-c.match.index);if(a.length===0){let o=r;for(let c=0;c<i.length;c++)o=o.replace(`__ESCAPED_${c}__`,i[c]);return{type:w.LITERAL,value:o}}if(a.length===1&&a[0].match[0]===r&&i.length===0){let{match:o,type:c}=a[0];try{return c==="variable"?dt(o[1],t):di(o[1])}catch(d){if(d.message==="Invalid array index syntax")return{type:w.LITERAL,value:r};throw d}}let p=[],l=0;for(let{match:o,type:c}of a){let[d,u]=o,f=o.index;if(f>l){let h=r.substring(l,f);for(let m=0;m<i.length;m++)h=h.replace(`__ESCAPED_${m}__`,i[m]);h&&p.push(h)}try{let h;c==="variable"?h=dt(u.trim(),t):h=di(u.trim()),p.push(h)}catch(h){if(h.message==="Invalid array index syntax")p.push(d);else throw h}l=f+d.length}if(l<r.length){let o=r.substring(l);for(let c=0;c<i.length;c++)o=o.replace(`__ESCAPED_${c}__`,i[c]);o&&p.push(o)}return{type:w.INTERPOLATION,parts:p}},Se=(e,t)=>typeof e=="string"?Ki(e,t):typeof e=="object"&&e!==null?Array.isArray(e)?va(e,t):wa(e,t):{type:w.LITERAL,value:e},ba=e=>{let{$each:t,...r}=e;if(typeof t!="string")throw new $("$each value must be a non-empty string");let i=t.trim();if(i==="")throw new $("$each value must be a non-empty string");if(Object.keys(r).length===0)throw new $("Empty $each body not allowed");if(r.$partial!==void 0)throw new $("Cannot use $partial with $each at the same level. Wrap $partial in a parent object if you need conditionals.");return{[`$for ${i}`]:r}},va=(e,t)=>{let r=[],i=!1;for(let s=0;s<e.length;s++){let n=e[s];if(typeof n=="object"&&n!==null&&!Array.isArray(n)){if(n.$each!==void 0)try{let l=ba(n),o=Object.keys(l);if(o.length===1&&/^\$for(?::\w+)?\s/.test(o[0])){let c=ci(o[0],l[o[0]],t,!0);r.push(c),i=!0;continue}}catch(l){throw l instanceof $?l:new $(l.message)}let p=Object.keys(n);if(p.length===1&&/^\$for(?::\w+)?\s/.test(p[0])){let l=ci(p[0],n[p[0]],t);r.push(l),i=!0;continue}}let a=Se(n,t);r.push(a),(a.type===w.FUNCTION||a.type===w.CONDITIONAL||a.type===w.LOOP||a.type===w.PARTIAL||a.type===w.OBJECT&&!a.fast||a.type===w.ARRAY&&!a.fast)&&(i=!0)}return{type:w.ARRAY,items:r,fast:!i}},wa=(e,t)=>{let r=[],i=!1,s=null,n=Object.entries(e),a=0;if(e.$partial!==void 0){if(typeof e.$partial!="string")throw new $("$partial value must be a string");if(e.$partial.trim()==="")throw new $("$partial value cannot be an empty string");let l=["$if","$elif","$else","$for"],o=[];for(let[b]of n)for(let g of l)if(b===g||b.startsWith(g+" ")||b.startsWith(g+"#")){o.push(g);break}if(o.length>0)throw new $(`Cannot use $partial with ${o.join(", ")} at the same level. Wrap $partial in a parent object if you need conditionals.`);let{$partial:c,$when:d,...u}=e,f={},h=!1;for(let[b,g]of Object.entries(u)){let _=b;(b.startsWith("\\$")||b.startsWith("$$"))&&(_=b.slice(1)),f[_]=g,h=!0}let m=null;if(h&&(m=Se(f,t),m.type===w.OBJECT)){let b=!1;for(let g of m.properties)if(g.value.type===w.VARIABLE||g.value.type===w.INTERPOLATION||g.value.type===w.FUNCTION||g.value.type===w.CONDITIONAL||g.value.type===w.OBJECT&&!g.value.fast||g.value.type===w.ARRAY&&!g.value.fast){b=!0;break}b&&(m.fast=!1)}let y={type:w.PARTIAL,name:c,data:m};if(d!==void 0){let b;if(typeof d=="string"){if(d.trim()==="")throw new $("Empty condition expression after '$when'");b=X(d,t)}else b={type:w.LITERAL,value:d};y.whenCondition=b}return y}for(let[l,o]of n)if(l==="$when"){if(s!==null)throw new $("Multiple '$when' directives on the same object are not allowed");if(o==null)throw new $("Missing condition expression after '$when'");let c=typeof o=="string"?o:JSON.stringify(o);if(c.trim()==="")throw new $("Empty condition expression after '$when'");s=X(c,t),i=!0}else if(l.startsWith("$when#")||l.startsWith("$when "))throw new $("'$when' does not support ID syntax or inline conditions - use '$when' as a property");for(;a<n.length;){let[l,o]=n[a];if(l==="$when"){a++;continue}if(l==="$each")throw new $("$each can only be used inside arrays");if(l.startsWith("$if ")||l.match(/^\$if#\w+\s/)||l.match(/^\$if\s+\w+.*:$/)){let c=_a(n,a,t);r.push({key:l,value:c.node}),i=!0,a=c.nextIndex}else if(/^\$for(?::\w+)?\s/.test(l)){let c=l.match(/^\$for(?::(\w+))?\s/)?.[1]||"",d=c?`:${c}`:"";throw new $(`$for loops must be inside arrays - use '- $for${d} item in items:' instead of '$for${d} item in items:'. For cleaner object generation syntax, consider using $each.`)}else{if(l.startsWith("$elif ")||l.startsWith("$else"))throw new $(`'${l.split(" ")[0]}' without matching '$if'`);if(l==="$if"||l==="$if:")throw new $("Missing condition expression after '$if'");{let c=Se(o,t);(c.type===w.FUNCTION||c.type===w.CONDITIONAL||c.type===w.PARTIAL||c.type===w.OBJECT&&!c.fast||c.type===w.ARRAY&&!c.fast)&&(i=!0);let d=Ki(l,t),u={key:l,value:c};(d.type!==w.LITERAL||d.value!==l)&&(u.parsedKey=d),r.push(u),a++}}}let p={type:w.OBJECT,properties:r,fast:!i};return s&&(p.whenCondition=s),p},_a=(e,t,r={})=>{let i=[],s=[],n=t,[a,p]=e[n],l=null,o;if(a.startsWith("$if#")){let d=a.match(/^\$if#(\w+)\s+(.+)$/);if(d)l=d[1],o=d[2];else throw new $(`Invalid conditional syntax: ${a}`)}else o=a.substring(4),o.endsWith(":")&&(o=o.slice(0,-1).trim());li(o);let c=X(o,r);for(i.push(c),s.push(Se(p,r)),n++;n<e.length;){let[d,u]=e[n],f=!1,h;if(l?d.startsWith(`$elif#${l} `)?(h=d.substring(`$elif#${l} `.length),h.endsWith(":")&&(h=h.slice(0,-1).trim()),f=!0):(d===`$else#${l}`||d===`$else#${l}:`)&&(f=!0,h=null):d.startsWith("$elif ")?(h=d.substring(6),h.endsWith(":")&&(h=h.slice(0,-1).trim()),f=!0):(d==="$else"||d==="$else:")&&(f=!0,h=null),f){if(h===null)i.push(null);else{li(h);let m=X(h,r);i.push(m)}if(s.push(Se(u,r)),n++,h===null)break}else break}return{node:{type:w.CONDITIONAL,conditions:i,bodies:s,id:l},nextIndex:n}},X=(e,t={})=>{if(e=e.trim(),e.startsWith("(")&&e.endsWith(")")){let o=e.slice(1,-1),c=0,d=!0;for(let u=0;u<o.length;u++)if(o[u]==="("?c++:o[u]===")"&&c--,c<0){d=!1;break}if(d&&c===0)return X(o,t)}let r=Oe(e,"||");if(r!==-1)return{type:w.BINARY,op:P.OR,left:X(e.substring(0,r).trim(),t),right:X(e.substring(r+2).trim(),t)};let i=Oe(e,"&&");if(i!==-1)return{type:w.BINARY,op:P.AND,left:X(e.substring(0,i).trim(),t),right:X(e.substring(i+2).trim(),t)};let s=[{op:">=",type:P.GTE},{op:"<=",type:P.LTE},{op:"==",type:P.EQ},{op:"!=",type:P.NEQ},{op:">",type:P.GT},{op:"<",type:P.LT},{op:" in ",type:P.IN}];for(let{op:o,type:c}of s){let d=Oe(e,o);if(d!==-1)return{type:w.BINARY,op:c,left:X(e.substring(0,d).trim(),t),right:X(e.substring(d+o.length).trim(),t)}}let n=-1,a=null,p=[{op:" + ",type:P.ADD},{op:" - ",type:P.SUBTRACT}];for(let{op:o,type:c}of p){let d=0;for(;d<e.length;){let u=Oe(e.substring(d),o);if(u===-1)break;let f=d+u;f>n&&(n=f,a={op:o,type:c}),d=f+o.length}}if(n!==-1&&a)return{type:w.BINARY,op:a.type,left:X(e.substring(0,n).trim(),t),right:X(e.substring(n+a.op.length).trim(),t)};let l=[" * "," / "," % "];for(let o of l)if(Oe(e,o)!==-1)throw new $(`Arithmetic operations are not allowed in conditionals: "${o}"`);return e.startsWith("!")?{type:w.UNARY,op:ir.NOT,operand:X(e.substring(1).trim(),t)}:Ui(e,t)},Oe=(e,t)=>{let r=0,i=0;for(;i<=e.length-t.length;){if(e[i]==="(")r++;else if(e[i]===")")r--;else if(r===0&&e.substring(i,i+t.length)===t)return i;i++}return-1},xa=e=>{if(e=e.trim(),e==="true")return{type:w.LITERAL,value:!0};if(e==="false")return{type:w.LITERAL,value:!1};if(e==="null")return{type:w.LITERAL,value:null};if(e.startsWith('"')&&e.endsWith('"')||e.startsWith("'")&&e.endsWith("'"))return{type:w.LITERAL,value:e.slice(1,-1)};if(e==='""'||e==="''")return{type:w.LITERAL,value:""};if(e==="{}")return{type:w.LITERAL,value:{}};if(e==="[]")return{type:w.LITERAL,value:[]};let t=Number(e);return!isNaN(t)&&isFinite(t)?{type:w.LITERAL,value:t}:{type:w.VARIABLE,path:e}},Ui=(e,t)=>{let r=e.trim();if(r.match(/^(\w+)\((.*)\)$/))return dt(r,t);let i=xa(r);if(i.type===w.LITERAL)return i;if(/^[a-zA-Z_$][\w.$]*$/.test(r))return{type:w.VARIABLE,path:r};try{return dt(r,t)}catch(s){if(s.message&&s.message.includes("not supported"))return i;throw s}},Sa=(e,t=!1)=>{try{qn(e)}catch(r){if(r instanceof $&&t){let i=r.message.replace(/\$for/g,"$each");throw new $(i.replace("Parse Error: ",""))}throw r}},ci=(e,t,r,i=!1)=>{let s=/^\$for(?::(\w+))?\s+(.+)$/,n=e.match(s);if(!n){let y=i?"$each":"$for";throw new $(`Invalid loop syntax (got: '${e.replace("$for",y)}')`)}let a=n[1],p=n[2].trim();Sa(p,i);let l=p.match(/^(.+?)\s+in\s+(.+)$/);if(!l){let y=i?"$each":"$for";throw new $(`Invalid loop syntax - missing 'in' keyword (got: '${y} ${p}')`)}let o=l[1].trim(),c=l[2].trim(),d,u=null;if(o.includes(",")){let y=o.split(",").map(b=>b.trim());if(y.length!==2)throw new $(`Invalid loop variables: ${o}. Expected format: "item" or "item, index"`);d=y[0],u=y[1]}else d=o;let f=["this","undefined","null","true","false"];if(f.includes(d))throw new $(`Reserved variable name: ${d}`);if(u&&f.includes(u))throw new $(`Reserved variable name: ${u}`);let h=Ui(c,r),m=Se(t,r);return{type:w.LOOP,itemVar:d,indexVar:u,iterable:h,body:m,flatten:a!=="nested"}},hi=(e,t={})=>{let{functions:r={}}=t;return Se(e,r)},Aa=()=>Date.now(),Ea=Object.freeze(Object.defineProperty({__proto__:null,now:Aa},Symbol.toStringTag,{value:"Module"})),ka=(e,t,r={})=>{let{functions:i={},partials:s={}}=r,n={...Ea,...i},a=hi(e,{functions:n}),p={};for(let[l,o]of Object.entries(s))p[l]=hi(o,{functions:n});return Yn(a,t,{functions:n,partials:p})},br=e=>e!==null&&typeof e=="object",ct=e=>br(e)&&!Array.isArray(e),$a=e=>typeof e=="string"&&e.includes("."),Hi=e=>typeof e=="string"&&/[\[\]]/.test(e);function qi(e,t){let r={};for(let i of t){if(typeof i!="string"||i.length===0)continue;let s=pe(e,i);s!==void 0&&he(r,i,s)}return r}function Ca(e){if(!ct(e)||!Array.isArray(e.fields))return e;let t=(r=[])=>r.map(i=>{if(!ct(i))return i;if(typeof i.$when=="string"&&i.$when.trim().length>0){let{$when:s,...n}=i,a=Array.isArray(n.fields)?{...n,fields:t(n.fields)}:n;return{[`$if ${s}`]:a}}return Array.isArray(i.fields)?{...i,fields:t(i.fields)}:i});return{...e,fields:t(e.fields)}}var pe=(e,t,r=void 0)=>{if(!t||!br(e)||Hi(t))return r;let i=t.split(".").filter(n=>n!==""),s=e;for(let n of i){if(s==null||!(n in s))return Object.prototype.hasOwnProperty.call(e,t)?e[t]:r;s=s[n]}return s},he=(e,t,r)=>{if(!br(e)||typeof t!="string"||t.length===0||Hi(t))return e;let i=t.split(".").filter(n=>n!=="");if(i.length===0)return e;$a(t)&&Object.prototype.hasOwnProperty.call(e,t)&&delete e[t];let s=e;for(let n=0;n<i.length-1;n++){let a=i[n];(!(a in s)||typeof s[a]!="object"||s[a]===null)&&(s[a]={}),s=s[a]}return s[i[i.length-1]]=r,e},Ia=["id","class","style","slot","form","defaultValues","disabled","context"],Oa=(e={})=>Object.entries(e).filter(([t,r])=>!(Ia.includes(t)||r==null||typeof r=="object"||typeof r=="function")).map(([t,r])=>`${t}=${String(r)}`).join(" "),Ta={email:/^[^\s@]+@[^\s@]+\.[^\s@]+$/,url:/^https?:\/\/.+/},ce={required:"This field is required",minLength:e=>`Must be at least ${e} characters`,maxLength:e=>`Must be at most ${e} characters`,pattern:"Invalid format",invalidDate:"Invalid date format",invalidTime:"Invalid time format",invalidDateTime:"Invalid date and time format",minTemporal:e=>`Must be on or after ${e}`,maxTemporal:e=>`Must be on or before ${e}`},La="input-date",Na="input-time",Ra="input-datetime",Va=/^(\d{4})-(\d{2})-(\d{2})$/,ja=/^(\d{2}):(\d{2})(?::(\d{2}))?$/,Pa=/^(\d{4}-\d{2}-\d{2})T(\d{2}:\d{2}(?::\d{2})?)$/,Ba=e=>{if(typeof e!="string")return null;let t=Va.exec(e);if(!t)return null;let r=Number(t[1]),i=Number(t[2]),s=Number(t[3]);if(!Number.isInteger(r)||!Number.isInteger(i)||!Number.isInteger(s)||i<1||i>12||s<1||s>31)return null;let n=new Date(Date.UTC(r,i-1,s));return n.getUTCFullYear()===r&&n.getUTCMonth()===i-1&&n.getUTCDate()===s?{year:r,month:i,day:s}:null},Da=e=>{if(typeof e!="string")return null;let t=ja.exec(e);if(!t)return null;let r=Number(t[1]),i=Number(t[2]),s=t[3]===void 0?0:Number(t[3]);return!Number.isInteger(r)||!Number.isInteger(i)||!Number.isInteger(s)||r<0||r>23||i<0||i>59||s<0||s>59?null:{hour:r,minute:i,second:s}},Gi=e=>{let t=Da(e);return t?`${String(t.hour).padStart(2,"0")}:${String(t.minute).padStart(2,"0")}:${String(t.second).padStart(2,"0")}`:null},Ji=e=>Ba(e)?e:null,za=e=>{if(typeof e!="string")return null;let t=Pa.exec(e);if(!t)return null;let r=Ji(t[1]),i=Gi(t[2]);return!r||!i?null:`${r}T${i}`},Fa=e=>e===La?{normalize:Ji,invalidMessage:ce.invalidDate}:e===Na?{normalize:Gi,invalidMessage:ce.invalidTime}:e===Ra?{normalize:za,invalidMessage:ce.invalidDateTime}:null,Wa=(e,t)=>{let r=Fa(e.type);if(!r||t==null||t==="")return null;let i=r.normalize(String(t));if(!i)return r.invalidMessage;if(e.min!==void 0&&e.min!==null&&String(e.min)!==""){let s=r.normalize(String(e.min));if(s&&i<s)return ce.minTemporal(String(e.min))}if(e.max!==void 0&&e.max!==null&&String(e.max)!==""){let s=r.normalize(String(e.max));if(s&&i>s)return ce.maxTemporal(String(e.max))}return null},gt=(e,t)=>{if(e.required){let i=t==null||t===""||typeof t=="boolean"&&t===!1,s=e.type==="input-number"&&t===null;if(e.type==="input-number"?s:i)return typeof e.required=="object"&&e.required.message?e.required.message:ce.required}let r=Wa(e,t);if(r)return r;if(Array.isArray(e.rules))for(let i of e.rules){let s=Ma(i,t);if(s)return s}return null},Ma=(e,t)=>{if(t==null||t==="")return null;let r=String(t);switch(e.rule){case"minLength":return r.length<e.value?e.message||ce.minLength(e.value):null;case"maxLength":return r.length>e.value?e.message||ce.maxLength(e.value):null;case"pattern":{let i=Ta[e.value];if(!i)try{i=new RegExp(e.value)}catch{return e.message||ce.pattern}return i.test(r)?null:e.message||ce.pattern}default:return null}},bt=(e,t)=>{let r={},i=se(e);for(let s of i){let n=pe(t,s.name),a=gt(s,n);a&&(r[s.name]=a)}return{valid:Object.keys(r).length===0,errors:r}},Ka=["section","read-only-text","slot"],vr=e=>!Ka.includes(e.type),se=e=>{let t=[];for(let r of e)r.type==="section"&&Array.isArray(r.fields)?t.push(...se(r.fields)):vr(r)&&t.push(r);return t},wr=e=>{switch(e.type){case"input-text":case"input-date":case"input-time":case"input-datetime":case"input-textarea":case"popover-input":return"";case"input-number":return null;case"select":return null;case"checkbox":return!1;case"color-picker":return"#000000";case"slider":case"slider-with-input":return e.min!==void 0?e.min:0;case"image":return null;default:return null}},_r=(e,t=0)=>{let r=[],i=t;for(let s of e)if(s.type==="section"){if(r.push({...s,_isSection:!0,_idx:i}),i++,Array.isArray(s.fields)){let n=_r(s.fields,i);r.push(...n),i+=n.length}}else r.push({...s,_isSection:!1,_idx:i}),i++;return r},Ua=()=>Object.freeze({formValues:{},errors:{},reactiveMode:!1,tooltipState:{open:!1,x:0,y:0,content:""}}),ee=({state:e,props:t})=>{let{form:r={}}=t||{},i=Ca(r),s=ct(t?.context)?t.context:{},n=ct(e?.formValues)?e.formValues:{},a={...s,...n,formValues:n};return Object.keys(a).length>0?ka(i,a):i},Ha=({state:e,props:t})=>{let r=Oa(t),i=ee({state:e,props:t}),s=i.fields||[],n=!!t?.disabled,a=_r(s);a.forEach((d,u)=>{if(d._arrIdx=u,d._isSection)return;let f=vr(d);if(d._disabled=n||!!d.disabled,f&&d.name&&(d._error=e.errors[d.name]||null),d.type==="input-text"&&(d._inputType=d.inputType||"text"),d.type==="select"){let h=pe(e.formValues,d.name);d._selectedValue=h!==void 0?h:null,d.placeholder=d.placeholder||"",d.noClear=d.clearable===!1}if(d.type==="image"){let h=pe(e.formValues,d.name);d._imageSrc=h&&String(h).trim()?h:null,d.placeholderText=d.placeholderText||"No Image"}if(d.type==="read-only-text"&&(d.content=d.content||""),d.type==="checkbox"){let h=typeof d.content=="string"?d.content:typeof d.checkboxLabel=="string"?d.checkboxLabel:"";d._checkboxText=h}});let p=i.actions||{buttons:[]},l=p.layout||"split",o=(p.buttons||[]).map((d,u)=>({...d,_globalIdx:u,variant:d.variant||"se",_disabled:n||!!d.disabled,pre:d.pre||"",suf:d.suf||""})),c;return l==="split"?c={_layout:"split",buttons:o,_leftButtons:o.filter(d=>d.align==="left"),_rightButtons:o.filter(d=>d.align!=="left")}:c={_layout:l,buttons:o,_allButtons:o},{containerAttrString:r,title:i?.title||"",description:i?.description||"",flatFields:a,actions:c,formValues:e.formValues,tooltipState:e.tooltipState}},$e=({state:e,props:t})=>{let r=ee({state:e,props:t}),i=se(r.fields||[]);return qi(e.formValues,i.map(s=>s.name).filter(s=>typeof s=="string"&&s.length>0))},qa=({state:e,props:t},r={})=>{let{name:i,value:s}=r;i&&(he(e.formValues,i,s),et({state:e,props:t}))},et=({state:e,props:t})=>{if(!t)return;let r=ee({state:e,props:t}),i=se(r.fields||[]);e.formValues=qi(e.formValues,i.map(s=>s.name).filter(s=>typeof s=="string"&&s.length>0))},Ga=({state:e},t={})=>{let{values:r}=t;!r||typeof r!="object"||Object.keys(r).forEach(i=>{he(e.formValues,i,r[i])})},Ja=({state:e},t={})=>{let{defaultValues:r={}}=t;e.formValues=r?structuredClone(r):{},e.errors={},e.reactiveMode=!1},Ya=({state:e},t={})=>{e.errors=t.errors||{}},Za=({state:e},t={})=>{let{name:r}=t;r&&e.errors[r]&&delete e.errors[r]},Xa=({state:e})=>{e.reactiveMode=!0},Qa=({state:e},t={})=>{let{x:r,y:i,content:s}=t;e.tooltipState={open:!0,x:r,y:i,content:s}},eo=({state:e})=>{e.tooltipState={...e.tooltipState,open:!1}},to=Object.freeze(Object.defineProperty({__proto__:null,clearFieldError:Za,collectAllDataFields:se,createInitialState:Ua,flattenFields:_r,get:pe,getDefaultValue:wr,hideTooltip:eo,isDataField:vr,pruneHiddenValues:et,resetFormValues:Ja,selectForm:ee,selectFormValues:$e,selectViewData:Ha,set:he,setErrors:Ya,setFormFieldValue:qa,setFormValues:Ga,setReactiveMode:Xa,showTooltip:Qa,validateField:gt,validateForm:bt},Symbol.toStringTag,{value:"Module"})),Yi=({field:e,target:t,value:r})=>{!e||!t||["slider-with-input","popover-input"].includes(e.type)&&(r==null?t.removeAttribute("value"):t.setAttribute("value",String(r)))},Zi=({form:e,formValues:t={},refs:r,formDisabled:i=!1})=>{let s=e.fields||[],n=0,a=p=>{for(let l of p){if(l.type==="section"){n++,Array.isArray(l.fields)&&a(l.fields);continue}let o=r[`field${n}`];if(n++,!o)continue;let c=i||!!l.disabled;if(["input-text","input-date","input-time","input-datetime","input-number","input-textarea","color-picker","slider","slider-with-input","popover-input"].includes(l.type)){let d=pe(t,l.name);if(d==null?o.removeAttribute("value"):o.setAttribute("value",String(d)),l.type==="slider-with-input"&&o.store?.setValue){let u=Number(d??0);o.store.setValue({value:Number.isFinite(u)?u:0}),typeof o.render=="function"&&o.render()}l.type==="popover-input"&&o.store?.setValue&&(o.store.setValue({value:d==null?"":String(d)}),typeof o.render=="function"&&o.render())}l.type==="checkbox"&&(pe(t,l.name)?o.setAttribute("checked",""):o.removeAttribute("checked")),["input-text","input-date","input-time","input-datetime","input-number","input-textarea","popover-input"].includes(l.type)&&l.placeholder&&o.getAttribute("placeholder")!==l.placeholder&&(l.placeholder===void 0||l.placeholder===null?o.removeAttribute("placeholder"):o.setAttribute("placeholder",l.placeholder)),c?o.setAttribute("disabled",""):o.removeAttribute("disabled")}};a(s)},Xi=(e,t)=>{let r=t?.defaultValues||{},i={};Object.keys(r).forEach(p=>{he(i,p,r[p])});let s=ee({state:{formValues:i},props:t}),n=se(s.fields||[]),a={};for(let p of n){let l=pe(r,p.name);l!==void 0?he(a,p.name,l):he(a,p.name,wr(p))}e.resetFormValues({defaultValues:a})},ro=e=>{let{store:t,props:r}=e;Xi(t,r)},io=e=>{let{props:t,refs:r,render:i}=e,s=e.store.getState(),n=ee({state:s,props:t});Zi({form:n,formValues:s.formValues,refs:r,formDisabled:!!t?.disabled}),i()},so=(e,t)=>{let{oldProps:r,newProps:i}=t,{store:s,render:n,refs:a}=e,p=!!i?.disabled;r?.key!==i?.key&&Xi(s,i);let l=s.getState();et({state:l,props:i});let o=ee({state:l,props:i});Zi({form:o,formValues:l.formValues,refs:a,formDisabled:p}),n()},no=(e,t)=>{let{store:r,dispatchEvent:i,render:s,props:n}=e,a=t._event,p=a.currentTarget.dataset.fieldName;if(!p||!a.detail||!Object.prototype.hasOwnProperty.call(a.detail,"value"))return;let l=a.detail.value;r.setFormFieldValue({name:p,value:l});let o=r.getState();et({state:o,props:n});let c=ee({state:o,props:n}),d=se(c.fields||[]).find(u=>u.name===p);if(Yi({field:d,target:a.currentTarget,value:l}),o.reactiveMode&&d){let u=gt(d,l);u?r.setErrors({errors:{...o.errors,[p]:u}}):r.clearFieldError({name:p})}s(),i(new CustomEvent("form-input",{bubbles:!0,detail:{name:p,value:l,values:$e({state:r.getState(),props:n})}}))},ao=(e,t)=>{let{store:r,dispatchEvent:i,render:s,props:n}=e,a=t._event,p=a.currentTarget.dataset.fieldName;if(!p||!a.detail||!Object.prototype.hasOwnProperty.call(a.detail,"value"))return;let l=a.detail.value;r.setFormFieldValue({name:p,value:l});let o=r.getState();et({state:o,props:n});let c=ee({state:o,props:n}),d=se(c.fields||[]).find(u=>u.name===p);if(Yi({field:d,target:a.currentTarget,value:l}),o.reactiveMode&&d){let u=gt(d,l);u?r.setErrors({errors:{...o.errors,[p]:u}}):r.clearFieldError({name:p})}s(),i(new CustomEvent("form-change",{bubbles:!0,detail:{name:p,value:l,values:$e({state:r.getState(),props:n})}}))},oo=(e,t)=>{let{store:r,dispatchEvent:i,render:s,props:n}=e,a=t._event.currentTarget.dataset.actionId;if(!a)return;let p=r.getState(),l=ee({state:p,props:n}),o=((l.actions||{}).buttons||[]).find(d=>d.id===a),c=$e({state:p,props:n});if(o&&o.validate){let d=se(l.fields||[]),{valid:u,errors:f}=bt(d,p.formValues);r.setErrors({errors:f}),u||r.setReactiveMode(),s(),i(new CustomEvent("form-action",{bubbles:!0,detail:{actionId:a,values:c,valid:u,errors:f}}))}else i(new CustomEvent("form-action",{bubbles:!0,detail:{actionId:a,values:c}}))},lo=(e,t)=>{let r=t._event;r.type==="contextmenu"&&r.preventDefault();let{store:i,dispatchEvent:s,props:n}=e,a=r.currentTarget.dataset.fieldName;s(new CustomEvent("form-field-event",{bubbles:!0,detail:{name:a,event:r.type,values:$e({state:i.getState(),props:n})}}))},po=(e,t)=>{let{store:r,dispatchEvent:i,render:s,props:n}=e,a=t._event;if(a.key==="Enter"&&!a.shiftKey){let p=a.target;if(p.tagName==="TEXTAREA"||p.tagName==="RTGL-TEXTAREA")return;a.preventDefault();let l=r.getState(),o=ee({state:l,props:n}),c=(o.actions||{}).buttons||[],d=c.find(f=>f.validate)||c[0];if(!d)return;let u=$e({state:l,props:n});if(d.validate){let f=se(o.fields||[]),{valid:h,errors:m}=bt(f,l.formValues);r.setErrors({errors:m}),h||r.setReactiveMode(),s(),i(new CustomEvent("form-action",{bubbles:!0,detail:{actionId:d.id,values:u,valid:h,errors:m}}))}else i(new CustomEvent("form-action",{bubbles:!0,detail:{actionId:d.id,values:u}}))}},co=(e,t)=>{let{store:r,render:i,props:s}=e,n=t._event,a=n.currentTarget.dataset.fieldName,p=ee({state:r.getState(),props:s}),l=se(p.fields||[]).find(o=>o.name===a);if(l&&l.tooltip){let o=n.currentTarget.getBoundingClientRect();r.showTooltip({x:o.left+o.width/2,y:o.top-8,content:typeof l.tooltip=="string"?l.tooltip:l.tooltip.content||""}),i()}},ho=e=>{let{store:t,render:r}=e;t.hideTooltip({}),r()},uo=Object.freeze(Object.defineProperty({__proto__:null,handleActionClick:oo,handleAfterMount:io,handleBeforeMount:ro,handleImageClick:lo,handleKeyDown:po,handleOnUpdate:so,handleTooltipMouseEnter:co,handleTooltipMouseLeave:ho,handleValueChange:ao,handleValueInput:no},Symbol.toStringTag,{value:"Module"})),fo=["input-text","input-date","input-time","input-datetime","input-number","input-textarea","color-picker","slider","slider-with-input","popover-input"],mo=["input-text","input-date","input-time","input-datetime","input-number","input-textarea","popover-input","slider-with-input"],yo=({ref:e,fieldType:t,value:r,forceRefresh:i=!1})=>{if(fo.includes(t)){if(i&&e.removeAttribute("value"),r==null){if(mo.includes(t)&&i){if(t==="popover-input"){e.removeAttribute("value");return}e.setAttribute("value","");return}e.removeAttribute("value");return}e.setAttribute("value",String(r))}},Qi=({ref:e,value:t})=>{e&&e?.store?.updateSelectedValue&&(e.store.updateSelectedValue({value:t}),typeof e.render=="function"&&e.render())},go=e=>{let t=new Map;return!e||typeof e.querySelectorAll!="function"||e.querySelectorAll("[data-field-name]").forEach(r=>{let i=r.getAttribute("data-field-name");i&&t.set(i,r)}),t},ui=e=>e?.renderTarget?e.renderTarget:e?.shadowRoot?e.shadowRoot:e?.shadow,bo=({root:e,values:t={}})=>{!e||typeof e.querySelectorAll!="function"||e.querySelectorAll("rtgl-select[data-field-name]").forEach(r=>{let i=r.dataset?.fieldName;if(!i)return;let s=pe(t,i);Qi({ref:r,value:s})})},vo=function(){let e=this.store.getState();return $e({state:e,props:this.props})},wo=function(e={}){let t=e&&typeof e=="object"&&e.values&&typeof e.values=="object"?e.values:e;if(!t||typeof t!="object"||Array.isArray(t))return;this.store.setFormValues({values:t}),this.store.pruneHiddenValues();let r=this.store.getState(),i=ee({state:r,props:this.props}),s=se(i.fields||[]),n=go(ui(this));for(let p of s){if(!p.name)continue;let l=n.get(p.name);if(!l)continue;let o=Object.prototype.hasOwnProperty.call(t,p.name),c=pe(t,p.name);if(!o&&c===void 0)continue;let d=pe(r.formValues,p.name);yo({ref:l,fieldType:p.type,value:d,forceRefresh:!0}),typeof l?.tagName=="string"&&l.tagName.toUpperCase()==="RTGL-SELECT"&&Qi({ref:l,value:d}),p.type==="checkbox"&&(d?l.setAttribute("checked",""):l.removeAttribute("checked"))}this.render();let a=()=>{let p=this.store.getState();bo({root:ui(this),values:p.formValues})};a(),setTimeout(()=>{a()},0)},_o=function(){let e=this.store.getState(),t=ee({state:e,props:this.props}),r=se(t.fields||[]),{valid:i,errors:s}=bt(r,e.formValues);return this.store.setErrors({errors:s}),i||this.store.setReactiveMode(),this.render(),{valid:i,errors:s}},xo=function(){let e=this.props?.defaultValues||{},t={};Object.keys(e).forEach(n=>{he(t,n,e[n])});let r=ee({state:{formValues:t},props:this.props}),i=se(r.fields||[]),s={};for(let n of i){let a=pe(e,n.name);a!==void 0?he(s,n.name,a):he(s,n.name,wr(n))}this.store.resetFormValues({defaultValues:s}),this.setValues(s)},So=Object.freeze(Object.defineProperty({__proto__:null,getValues:vo,reset:xo,setValues:wo,validate:_o},Symbol.toStringTag,{value:"Module"})),Ao=e=>{let t=e.selectUiType();return t==="dropdown"||t==="formDialog"?null:e.selectConfig().mode==="confirm"?!1:null},ge=({store:e,render:t,globalUI:r,emitResult:i=!1,result:s})=>{if(!e.selectIsOpen())return;let n=s!==void 0?s:Ao(e);e.closeAll(),t(),i&&r.emit("event",n)},vt=({store:e,render:t,globalUI:r})=>{e.selectIsOpen()&&ge({store:e,render:t,globalUI:r,emitResult:!0})},Eo=(e,t)=>{setTimeout(()=>{let{store:r,refs:i}=e;if(!r.selectIsOpen()||r.selectUiType()!=="formDialog")return;let s=r.selectFormDialogConfig?.();if(!s||s.key!==t||typeof s.mount!="function")return;let n=i.formDialog;n&&s.mount(n)},0)},ko=e=>{let{store:t,render:r,globalUI:i}=e;ge({store:t,render:r,globalUI:i,emitResult:!0})},$o=e=>{let{store:t,render:r,globalUI:i}=e,s=t.selectConfig().mode==="confirm"?!0:null;ge({store:t,render:r,globalUI:i,emitResult:!0,result:s})},Co=e=>{let{store:t,render:r,globalUI:i}=e;ge({store:t,render:r,globalUI:i,emitResult:!0,result:!1})},Io=e=>{let{store:t,render:r,globalUI:i}=e;ge({store:t,render:r,globalUI:i,emitResult:!0,result:null})},Oo=(e,t)=>{let{store:r,render:i,globalUI:s}=e,n=t._event,{index:a,item:p}=n.detail;ge({store:r,render:i,globalUI:s,emitResult:!0,result:{index:a,item:p}})},To=(e,t)=>{let{store:r,render:i,globalUI:s}=e,n=t;return vt({store:r,render:i,globalUI:s}),r.setAlertConfig(n),i(),new Promise(a=>{s.once("event",()=>{a()})})},Lo=async(e,t)=>{let{store:r,render:i,globalUI:s}=e,n=t;return vt({store:r,render:i,globalUI:s}),r.setConfirmConfig(n),i(),new Promise(a=>{s.once("event",p=>{a(p)})})},No=async(e,t)=>{let{store:r,render:i,globalUI:s}=e,n=t;return vt({store:r,render:i,globalUI:s}),r.setDropdownConfig(n),i(),new Promise(a=>{s.once("event",p=>{a(p)})})},Ro=async(e,t)=>{let{store:r,render:i,globalUI:s}=e,n=t;vt({store:r,render:i,globalUI:s}),r.setFormDialogConfig(n),i();let a=r.selectFormDialogConfig?.().key;return Eo(e,a),new Promise(p=>{s.once("event",l=>{p(l)})})},Vo=(e,t)=>{let{store:r,render:i,globalUI:s}=e,n=t._event?.detail||{};n.valid!==!1&&ge({store:r,render:i,globalUI:s,emitResult:!0,result:n})},jo=(e,t)=>{let{store:r,refs:i}=e,s=t._event?.detail||{},n=r.selectFormDialogConfig?.();typeof n?.onFieldEvent=="function"&&n.onFieldEvent({detail:s,formEl:i.formDialog||null})},Po=e=>{let{store:t,render:r,globalUI:i}=e;ge({store:t,render:r,globalUI:i,emitResult:!0})},Bo=Object.freeze(Object.defineProperty({__proto__:null,handleCancel:Co,handleCloseAll:Po,handleConfirm:$o,handleDialogClose:ko,handleDropdownClose:Io,handleDropdownItemClick:Oo,handleFormAction:Vo,handleFormFieldEvent:jo,handleShowAlert:To,handleShowConfirm:Lo,handleShowDropdownMenu:No,handleShowFormDialog:Ro},Symbol.toStringTag,{value:"Module"})),Do=new Set(["sm","md","lg","f"]),fi=e=>!e||typeof e!="object"||Array.isArray(e)?{}:e,sr=(e,t="md")=>Do.has(e)?e:t,zo=()=>Object.freeze({isOpen:!1,uiType:"dialog",config:{status:void 0,title:"",message:"",confirmText:"OK",cancelText:"Cancel",mode:"alert"},dropdownConfig:{items:[],x:0,y:0,place:"bs"},formDialogConfig:{form:null,defaultValues:{},context:{},disabled:!1,size:"md",key:0,onFieldEvent:null,mount:null}}),Fo=({state:e},t={})=>{if(!t.message)throw new Error("message is required for showAlert");e.config={status:t.status||void 0,title:t.title||"",message:t.message,confirmText:t.confirmText||"OK",cancelText:"",mode:"alert"},e.uiType="dialog",e.isOpen=!0},Wo=({state:e},t={})=>{if(!t.message)throw new Error("message is required for showConfirm");e.config={status:t.status||void 0,title:t.title||"",message:t.message,confirmText:t.confirmText||"Yes",cancelText:t.cancelText||"Cancel",mode:"confirm"},e.uiType="dialog",e.isOpen=!0},Mo=({state:e},t={})=>{if(!t.items||!Array.isArray(t.items))throw new Error("items array is required for showDropdown");e.dropdownConfig={items:t.items,x:t.x||0,y:t.y||0,place:t.place||"bs"},e.uiType="dropdown",e.isOpen=!0},Ko=({state:e},t={})=>{if(!t.form||typeof t.form!="object"||Array.isArray(t.form))throw new Error("form object is required for showFormDialog");let r=e.formDialogConfig?.key||0;e.formDialogConfig={form:t.form,defaultValues:fi(t.defaultValues),context:fi(t.context),disabled:!!t.disabled,size:sr(t.size,"md"),key:r+1,onFieldEvent:typeof t.onFieldEvent=="function"?t.onFieldEvent:null,mount:typeof t.mount=="function"?t.mount:null},e.uiType="formDialog",e.isOpen=!0},Uo=({state:e})=>{e.isOpen=!1,e.uiType="dialog"},Ho=({state:e})=>e.config,qo=({state:e})=>e.dropdownConfig,Go=({state:e})=>e.formDialogConfig,Jo=({state:e})=>e.uiType,Yo=({state:e})=>e.isOpen,Zo=({state:e})=>{let t=e.isOpen&&e.uiType==="dialog",r=e.isOpen&&e.uiType==="formDialog";return{isOpen:e.isOpen,uiType:e.uiType,config:e.config,dropdownConfig:{items:e.dropdownConfig?.items||[],x:e.dropdownConfig?.x||0,y:e.dropdownConfig?.y||0,place:e.dropdownConfig?.place||"bs"},formDialogConfig:{form:e.formDialogConfig?.form||{fields:[],actions:{buttons:[]}},defaultValues:e.formDialogConfig?.defaultValues||{},context:e.formDialogConfig?.context||{},disabled:!!e.formDialogConfig?.disabled,size:sr(e.formDialogConfig?.size,"md"),key:e.formDialogConfig?.key||0},isDialogOpen:t,isFormDialogOpen:r,isDialogContainerOpen:t||r,isDropdownOpen:e.isOpen&&e.uiType==="dropdown",dialogSize:r?sr(e.formDialogConfig?.size,"md"):"sm"}},Xo=Object.freeze(Object.defineProperty({__proto__:null,closeAll:Uo,createInitialState:zo,selectConfig:Ho,selectDropdownConfig:qo,selectFormDialogConfig:Go,selectIsOpen:Yo,selectUiType:Jo,selectViewData:Zo,setAlertConfig:Fo,setConfirmConfig:Wo,setDropdownConfig:Mo,setFormDialogConfig:Ko},Symbol.toStringTag,{value:"Module"})),Qo=(e,t)=>{let{dispatchEvent:r,store:i}=e;t._event,console.log("handle click start",i.selectPath()),r(new CustomEvent("start-click",{detail:{path:i.selectPath()}}))},el=Object.freeze(Object.defineProperty({__proto__:null,handleClickStart:Qo},Symbol.toStringTag,{value:"Module"})),tl=()=>Object.freeze({}),rl=["id","class","style","slot","start"],il=(e={})=>Object.entries(e).filter(([t])=>!rl.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),sl=e=>{if(e!=null){if(typeof e=="object")return e;if(typeof e=="string")try{return JSON.parse(decodeURIComponent(e))}catch{try{return JSON.parse(e)}catch{return}}}},nl=({props:e})=>{let t=sl(e.start)||e.start;return{containerAttrString:il(e),start:t||{label:"",image:{src:"",width:32,height:32,alt:""}}}},al=({props:e})=>e.start?.path,ol=({state:e})=>{},ll=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:tl,selectPath:al,selectViewData:nl,setState:ol},Symbol.toStringTag,{value:"Module"})),mi=(e,t,r)=>{let{store:i,render:s}=r,n,a=-1/0;if(e.forEach(p=>{let l=p.getBoundingClientRect();l.top<=t&&l.top>a&&(a=l.top,n=p.id)}),!n){let p=1/0;e.forEach(l=>{let o=l.getBoundingClientRect();o.top>t&&o.top<p&&(p=o.top,n=l.id)})}n&&n!==i.selectCurrentId()&&(i.setCurrentId({id:n}),s())},pl=(e,t,r,i)=>{let{store:s,render:n}=i,a=e.querySelectorAll("h1[id], h2[id], h3[id], h4[id], rtgl-text[id]"),p=Array.from(a),l=p.map(c=>{let d=1,u=c.tagName.toLowerCase();return u==="h1"?d=1:u==="h2"?d=2:u==="h3"?d=3:u==="h4"?d=4:u==="rtgl-text"&&(d=parseInt(c.getAttribute("data-level")||"1",10)),{id:c.id,href:`#${c.id}`,title:c.textContent,level:d}});s.setItems({items:l}),mi(p,r,i),n();let o=mi.bind(void 0,p,r,i);return t.addEventListener("scroll",o,{passive:!0}),()=>{t.removeEventListener("scroll",o)}},dl=e=>{let{props:t}=e,r=()=>{};return requestAnimationFrame(()=>{let i=document.getElementById(t.targetId);if(!i)return;let s=window;t.scrollContainerId&&(s=document.getElementById(t.scrollContainerId)||window);let n=parseInt(t.offsetTop||"100",10);r=pl(i,s,n,e)}),()=>{r()}},cl=Object.freeze(Object.defineProperty({__proto__:null,handleBeforeMount:dl},Symbol.toStringTag,{value:"Module"})),hl=()=>Object.freeze({items:[],currentId:null,contentContainer:null}),ul=({state:e})=>{let t=((r,i)=>{let s=new Set,n=r.findIndex(p=>p.id===i);if(n===-1)return s;let a=r[n].level;for(let p=n-1;p>=0;p--)if(r[p].level<a){let l=r[p].level;s.add(r[p].id);for(let o=p-1;o>=0;o--)r[o].level<l&&(s.add(r[o].id),l=r[o].level);break}return s})(e.items,e.currentId);return{items:e.items.map(r=>{let i={1:"0",2:"12px",3:"24px",4:"32px"},s=r.id===e.currentId,n=t.has(r.id),a=s||n;return{...r,c:a?"fg":"mu-fg",ml:i[r.level]||"",bc:a?"fg":"mu-fg"}}),currentId:e.currentId}},fl=({state:e})=>e,ml=({state:e})=>e.currentId,yl=({state:e},t={})=>{e.items=Array.isArray(t.items)?t.items:[]},gl=({state:e},t={})=>{e.currentId=t.id},bl=({state:e},t={})=>{e.contentContainer=t.container},vl=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:hl,selectCurrentId:ml,selectState:fl,selectViewData:ul,setContentContainer:bl,setCurrentId:gl,setItems:yl},Symbol.toStringTag,{value:"Module"})),tt=e=>e==null||e===!0?"":String(e),es=(e,t)=>{let{store:r,render:i,dispatchEvent:s}=e,n=tt(t);r.setValue({value:n}),r.closePopover({}),s(new CustomEvent("value-change",{detail:{value:n},bubbles:!0})),i()},wl=e=>{let{store:t,props:r}=e;if(r.value!==void 0){let i=tt(r.value);t.setValue({value:i}),t.setTempValue({value:i})}},_l=(e,t)=>{let{oldProps:r,newProps:i}=t,{store:s,render:n}=e;if(r?.value!==i?.value){let a=tt(i?.value);s.setValue({value:a}),s.getState().isOpen||s.setTempValue({value:a})}n()},xl=(e,t)=>{let{store:r,render:i,refs:s,props:n}=e;if(n.disabled)return;let a=t._event,p=tt(n.value);r.setValue({value:p}),r.setTempValue({value:p}),r.openPopover({position:{x:a.currentTarget.getBoundingClientRect().left,y:a.currentTarget.getBoundingClientRect().bottom}}),i(),setTimeout(()=>{let{input:l}=s;if(!l)return;l.value=p,l.focus();let o=l.shadowRoot?.querySelector("input, textarea");o&&typeof o.focus=="function"&&o.focus()},50)},Sl=(e,t)=>{let{store:r,render:i}=e;r.closePopover({}),i()},Al=(e,t)=>{let{store:r}=e,i=t._event,s=tt(i.detail.value);r.setTempValue({value:s})},El=e=>{let{store:t,refs:r}=e,{input:i}=r,s=i?i.value:t.getState().tempValue;es(e,s)},kl=(e,t)=>{let{store:r,refs:i}=e,s=t._event;if(s.key==="Enter"){s.preventDefault(),s.stopPropagation();let{input:n}=i,a=n?n.value:r.getState().tempValue;es(e,a)}else s.key==="Escape"&&(s.preventDefault(),s.stopPropagation(),r.closePopover({}),e.render())},$l=Object.freeze(Object.defineProperty({__proto__:null,handleBeforeMount:wl,handleInputChange:Al,handleInputKeydown:kl,handleOnUpdate:_l,handlePopoverClose:Sl,handleSubmitClick:El,handleTextClick:xl},Symbol.toStringTag,{value:"Module"})),Cl=()=>Object.freeze({isOpen:!1,position:{x:0,y:0},value:"",tempValue:""}),Il=({props:e,state:t})=>{let r=typeof t.value=="string"&&t.value.length>0,i=r?t.value:"-",s=typeof e.placeholder=="string"?e.placeholder:"",n=typeof e.label=="string"?e.label:"",a=!!e.disabled;return{isOpen:t.isOpen,position:t.position,value:i,valueColor:r?"fg":"mu-fg",tempValue:t.tempValue,placeholder:s,label:n,disabled:a}},Ol=({state:e},t={})=>{e.tempValue=t.value},Tl=({state:e},t={})=>{let{position:r}=t;e.position=r,e.isOpen=!0,e.hasUnsavedChanges=!1},Ll=({state:e})=>{e.isOpen=!1,e.tempValue=""},Nl=({state:e},t={})=>{e.value=t.value},Rl=({state:e})=>e.value,Vl=Object.freeze(Object.defineProperty({__proto__:null,closePopover:Ll,createInitialState:Cl,openPopover:Tl,selectValue:Rl,selectViewData:Il,setTempValue:Ol,setValue:Nl},Symbol.toStringTag,{value:"Module"})),Ge=(e,t)=>{if(e===t)return!0;if(e==null||t==null||typeof e!="object"||typeof t!="object")return!1;let r=Object.keys(e),i=Object.keys(t);if(r.length!==i.length)return!1;for(let s of r)if(!i.includes(s)||!Ge(e[s],t[s]))return!1;return!0},jl=e=>{let{store:t,props:r,render:i}=e;if(r.selectedValue!==null&&r.selectedValue!==void 0&&r.options){let s=r.options.find(n=>Ge(n.value,r.selectedValue));s&&(t.updateSelectedValue({value:s?.value}),i())}},Pl=(e,t)=>{let{oldProps:r,newProps:i}=t,{store:s,render:n}=e,a=!1;i?.disabled&&!r?.disabled&&(s.closeOptionsPopover({}),a=!0),r.selectedValue!==i.selectedValue&&(s.updateSelectedValue({value:i.selectedValue}),a=!0),a&&n()},Bl=(e,t)=>{let{store:r,render:i,refs:s,props:n}=e;if(n.disabled)return;t._event.stopPropagation();let a=s.selectButton,p=a.firstElementChild,l=p?p.getBoundingClientRect():a.getBoundingClientRect(),o=r.selectSelectedValue(),c=o!==null?o:n.selectedValue,d=null;c!=null&&n.options&&(d=n.options.findIndex(u=>Ge(u.value,c)),d===-1&&(d=null)),r.openOptionsPopover({position:{y:l.bottom+12,x:l.left-24},selectedIndex:d}),i()},Dl=e=>{let{store:t,render:r}=e;t.closeOptionsPopover({}),r()},zl=(e,t)=>{let{render:r,dispatchEvent:i,props:s,store:n}=e;if(s.disabled)return;let a=t._event;a.stopPropagation();let p=a.currentTarget.id.slice(6),l=Number(p),o=s.options[p];n.updateSelectedValue({value:o?.value}),s.onChange&&typeof s.onChange=="function"&&s.onChange(o.value),i(new CustomEvent("value-change",{detail:{value:o.value,label:o.label,index:l,item:o},bubbles:!0})),r()},Fl=(e,t)=>{let{store:r,render:i}=e,s=t._event,n=parseInt(s.currentTarget.id.slice(6),10);r.setHoveredOption({optionId:n}),i()},Wl=(e,t)=>{let{store:r,render:i}=e;r.clearHoveredOption({}),i()},Ml=(e,t)=>{let{store:r,render:i,dispatchEvent:s,props:n}=e;n.disabled||(t._event.stopPropagation(),r.clearSelectedValue({}),n.onChange&&typeof n.onChange=="function"&&n.onChange(void 0),s(new CustomEvent("value-change",{detail:{value:void 0,label:void 0,index:null,item:void 0},bubbles:!0})),i())},Kl=(e,t)=>{if(e.props.disabled)return;let{store:r,render:i,dispatchEvent:s}=e,{_event:n}=t;n.stopPropagation(),r.closeOptionsPopover({}),s(new CustomEvent("add-option-click",{bubbles:!0})),i()},Ul=(e,t)=>{let{store:r,render:i}=e;r.setHoveredAddOption({isHovered:!0}),i()},Hl=(e,t)=>{let{store:r,render:i}=e;r.setHoveredAddOption({isHovered:!1}),i()},ql=Object.freeze(Object.defineProperty({__proto__:null,handleAddOptionClick:Kl,handleAddOptionMouseEnter:Ul,handleAddOptionMouseLeave:Hl,handleBeforeMount:jl,handleButtonClick:Bl,handleClearClick:Ml,handleClickOptionsPopoverOverlay:Dl,handleOnUpdate:Pl,handleOptionClick:zl,handleOptionMouseEnter:Fl,handleOptionMouseLeave:Wl},Symbol.toStringTag,{value:"Module"})),Gl=["id","class","style","slot","placeholder","selectedValue","onChange","options","noClear","addOption","disabled"],Jl=(e={})=>Object.entries(e).filter(([t])=>!Gl.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),Yl=()=>Object.freeze({isOpen:!1,position:{x:0,y:0},selectedValue:null,hoveredOptionId:null,hoveredAddOption:!1}),Zl=({state:e,props:t})=>{let r=Jl(t),i=!!t.disabled,s=Object.prototype.hasOwnProperty.call(t||{},"selectedValue")?t.selectedValue:e.selectedValue,n=t.placeholder||"Select an option",a=!0,p=t.options||[],l=p.find(c=>Ge(c.value,s));l&&(n=l.label,a=!1);let o=p.map((c,d)=>{let u=Ge(c.value,s),f=e.hoveredOptionId===d;return{...c,isSelected:u,bgc:f?"ac":u?"mu":""}});return{containerAttrString:r,isDisabled:i,isOpen:e.isOpen,position:e.position,options:o,selectedValue:s,selectedLabel:n,selectedLabelColor:a?"mu-fg":"fg",hasValue:s!=null,showClear:!i&&!t.noClear&&s!=null,showAddOption:!i&&!!t.addOption,addOptionLabel:t.addOption?.label?`+ ${t.addOption.label}`:"+ Add",addOptionBgc:e.hoveredAddOption?"ac":""}},Xl=({state:e})=>e,Ql=({state:e})=>e.selectedValue,ep=({state:e},t={})=>{let{position:r,selectedIndex:i}=t;e.position=r,e.isOpen=!0,i!=null&&(e.hoveredOptionId=i)},tp=({state:e})=>{e.isOpen=!1},rp=({state:e},t={})=>{e.selectedValue=t.value,e.isOpen=!1},ip=({state:e})=>{e.selectedValue=void 0},sp=({state:e},t={})=>{e.hoveredOptionId=t.optionId},np=({state:e})=>{e.hoveredOptionId=null},ap=({state:e})=>{e.selectedValue=void 0},op=({state:e},t={})=>{e.hoveredAddOption=!!t.isHovered},lp=Object.freeze(Object.defineProperty({__proto__:null,clearHoveredOption:np,clearSelectedValue:ap,closeOptionsPopover:tp,createInitialState:Yl,openOptionsPopover:ep,resetSelection:ip,selectSelectedValue:Ql,selectState:Xl,selectViewData:Zl,setHoveredAddOption:op,setHoveredOption:sp,updateSelectedValue:rp},Symbol.toStringTag,{value:"Module"})),pp=(e,t)=>{let{store:r,dispatchEvent:i}=e,s=t._event,n,a=r.selectHeader();s.currentTarget.id==="headerLabel"?n=a.labelPath:s.currentTarget.id==="headerImage"?n=a.image.path:s.currentTarget.id==="header"&&(n=a.path),i(new CustomEvent("header-click",{detail:{path:n},bubbles:!0,composed:!0}))},dp=(e,t)=>{let{store:r,dispatchEvent:i}=e,s=t._event,n=s.currentTarget.dataset.itemId||s.currentTarget.id.slice(4),a=r.selectItem(n);i(new CustomEvent("item-click",{detail:{item:a},bubbles:!0,composed:!0}))},cp=Object.freeze(Object.defineProperty({__proto__:null,handleHeaderClick:pp,handleItemClick:dp},Symbol.toStringTag,{value:"Module"})),hp=()=>Object.freeze({}),up=["id","class","style","slot","header","items","selectedItemId","mode","hideHeader","w","bwr"],fp=(e={})=>Object.entries(e).filter(([t])=>!up.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),Je=e=>{if(e!=null){if(typeof e=="object")return e;if(typeof e=="string")try{return JSON.parse(decodeURIComponent(e))}catch{try{return JSON.parse(e)}catch{return}}}},mp=e=>{if(e===!0)return!0;if(e===!1||e===void 0||e===null)return!1;if(typeof e=="string"){let t=e.trim().toLowerCase();return t===""||t==="true"}return!1},yp=(e,t)=>e!=null&&e!==""?e:t==="full"?272:64;function xr(e,t=null){let r=[];for(let i of e){let s=i.id||i.href||i.path,n=t===s;if(r.push({id:s,title:i.title,href:i.href,type:i.type||"item",icon:i.icon,hrefAttr:i.href?`href=${i.href}`:"",isSelected:n,itemBgc:n?"ac":"bg",itemHoverBgc:n?"ac":"mu"}),i.items&&Array.isArray(i.items))for(let a of i.items){let p=a.id||a.href||a.path,l=t===p;r.push({id:p,title:a.title,href:a.href,type:a.type||"item",icon:a.icon,hrefAttr:a.href?`href=${a.href}`:"",isSelected:l,itemBgc:l?"ac":"bg",itemHoverBgc:l?"ac":"mu"})}}return r}var gp=({props:e})=>{let t=Je(e.header)||e.header,r=Je(e.items)||e.items,i=e.selectedItemId,s=fp(e),n=e.mode||"full",a=t||{label:"",path:"",image:{src:"",alt:"",width:0,height:0}},p=r?xr(r,i):[],l=!mp(e.hideHeader),o=e.bwr||"xs",c=yp(e.w,n),d=n==="full"?"fs":"c",u=n==="full"?"fs":"c",f=n==="full"?"lg":"sm",h=n==="full"?"md":"sm",m=n==="shrunk-lg"?48:40,y=n==="shrunk-lg"?28:20,b=n==="shrunk-lg"?"md":"sm",g=n==="full",_=n==="full",S=n==="full"?"fs":"c",A=n==="full"?"":`ah=${u}`,E=n==="full"?"f":m;return{containerAttrString:s,mode:n,header:a,items:p,sidebarWidth:c,headerAlign:d,itemAlign:u,headerPadding:f,itemPadding:h,itemHeight:m,iconSize:y,firstLetterSize:b,showLabels:g,showGroupLabels:_,itemContentAlign:S,itemAlignAttr:A,itemWidth:E,headerWidth:E,selectedItemId:i,ah:n==="shrunk-lg"||n==="shrunk-md"?"c":"",listAttrString:n==="full"?"sv":"sv hsb",showHeader:l,rightBorderWidth:o}},bp=({props:e})=>Je(e.header)||e.header,vp=({state:e,props:t})=>{let r=Je(t.items)||t.items;return(r?xr(r):[]).find(i=>i.active)},wp=({props:e},t)=>{let r=Je(e.items)||e.items;return(r?xr(r):[]).find(i=>i.id===t)},_p=({state:e})=>{},xp=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:hp,selectActiveItem:vp,selectHeader:bp,selectItem:wp,selectViewData:gp,setState:_p},Symbol.toStringTag,{value:"Module"})),Sp=e=>{let{store:t,props:r}=e;t.setValue({value:r.value??0})},Ap=(e,t)=>{let{oldProps:r,newProps:i}=t,{store:s,render:n}=e,a=r?.key!==i?.key,p=r?.value!==i?.value;if(a||p){let l=i?.value??0;s.setValue({value:l}),n()}},Ep=(e,t)=>{let{store:r,render:i,dispatchEvent:s}=e,n=t._event,a=Number(n.detail.value),p=(typeof n.composedPath=="function"?n.composedPath():[]).find(l=>l?.tagName==="RTGL-SLIDER-INPUT")||n.currentTarget?.getRootNode?.()?.host;r.setValue({value:a}),p&&typeof p.setAttribute=="function"&&p.setAttribute("value",String(a)),i(),s(new CustomEvent("value-change",{detail:{value:a},bubbles:!0}))},kp=(e,t)=>{let{store:r,render:i,dispatchEvent:s}=e,n=t._event,a=Number(n.detail.value),p=(typeof n.composedPath=="function"?n.composedPath():[]).find(l=>l?.tagName==="RTGL-SLIDER-INPUT")||n.currentTarget?.getRootNode?.()?.host;r.setValue({value:a}),p&&typeof p.setAttribute=="function"&&p.setAttribute("value",String(a)),i(),s(new CustomEvent("value-input",{detail:{value:a},bubbles:!0}))},$p=Object.freeze(Object.defineProperty({__proto__:null,handleBeforeMount:Sp,handleOnUpdate:Ap,handleValueChange:Ep,handleValueInput:kp},Symbol.toStringTag,{value:"Module"})),Cp=()=>Object.freeze({value:0}),Ip=({state:e,props:t})=>({key:t.key,value:e.value,w:t.w||"",min:t.min||0,max:t.max||100,step:t.step||1,disabled:!!t.disabled}),Op=({state:e},t={})=>{e.value=t.value},Tp=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:Cp,selectViewData:Ip,setValue:Op},Symbol.toStringTag,{value:"Module"})),Lp=e=>{},Np=(e,t)=>{let{dispatchEvent:r,props:i}=e,s=t._event,n=parseInt(s.currentTarget.id.slice(3),10),a=i.data?.rows?.[n];a&&r(new CustomEvent("row-click",{detail:{rowIndex:n,rowData:a}}))},Rp=(e,t)=>{let{store:r,render:i,dispatchEvent:s}=e,n=t._event.currentTarget.dataset.columnKey,a=r.selectSortInfo(),p="asc";a.column===n&&(a.direction==="asc"?p="desc":a.direction==="desc"&&(p=null)),p?r.setSortColumn({column:n,direction:p}):r.clearSort(),i(),s(new CustomEvent("header-click",{detail:{column:n,direction:p,sortInfo:p?{column:n,direction:p}:null}}))},Vp=Object.freeze(Object.defineProperty({__proto__:null,handleBeforeMount:Lp,handleHeaderClick:Rp,handleRowClick:Np},Symbol.toStringTag,{value:"Module"})),jp=()=>Object.freeze({sortColumn:null,sortDirection:null}),Pp=["id","class","style","slot","data"],Bp=(e={})=>Object.entries(e).filter(([t])=>!Pp.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),Dp=(e,t)=>{let r=t.split("."),i=e;for(let s of r){if(i==null)return null;i=i[s]}return i},zp=({state:e,props:t})=>{let r=Bp(t),i=t.data||{columns:[],rows:[]},s=i.rows.map((n,a)=>{let p=i.columns.map(l=>{let o=Dp(n,l.key);return{key:l.key,value:o!=null?String(o):""}});return{index:a,cells:p}});return{containerAttrString:r,columns:i.columns||[],rows:s||[]}},Fp=({state:e})=>e,Wp=({state:e})=>({column:e.sortColumn,direction:e.sortDirection}),Mp=({state:e},{column:t,direction:r}={})=>{e.sortColumn=t,e.sortDirection=r},Kp=({state:e})=>{e.sortColumn=null,e.sortDirection=null},Up=Object.freeze(Object.defineProperty({__proto__:null,clearSort:Kp,createInitialState:jp,selectSortInfo:Wp,selectState:Fp,selectViewData:zp,setSortColumn:Mp},Symbol.toStringTag,{value:"Module"})),Hp=(e,t)=>{let{dispatchEvent:r}=e,i=t._event.currentTarget.dataset.id;r(new CustomEvent("item-click",{detail:{id:i}}))},qp=Object.freeze(Object.defineProperty({__proto__:null,handleClickItem:Hp},Symbol.toStringTag,{value:"Module"})),Gp=()=>Object.freeze({}),Jp=["id","class","style","slot","items","selectedTab"],Yp=(e={})=>Object.entries(e).filter(([t])=>!Jp.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),Zp=({props:e})=>{let t=Yp(e),r=e.items||[],i=e.selectedTab,s=r.map(n=>({...n,isSelected:n.id===i,bgColor:n.id===i?"ac":"",borderColor:n.id===i?"":"tr",textColor:n.id===i?"":"mu-fg"}));return{containerAttrString:t,items:s,selectedTab:i}},Xp=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:Gp,selectViewData:Zp},Symbol.toStringTag,{value:"Module"})),Qp=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),ed=()=>Object.freeze({}),td=({props:e})=>({open:!!e.open,x:e.x||0,y:e.y||0,place:e.place||"t",content:e.content||""}),rd=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:ed,selectViewData:td},Symbol.toStringTag,{value:"Module"})),id=async e=>{let{props:t,store:r,render:i,refs:s}=e,{waveformData:n}=t;r.setWaveformData({data:n}),i();let a=s.canvas;a&&ts(n,a)},sd=async(e,t)=>{let{store:r,render:i,refs:s,props:n}=e,{waveformData:a}=n;if(!a){console.log("waveform handleOnUpdate: no waveformData provided");return}r.setWaveformData({data:a}),i();let p=s.canvas;p&&ts(a,p)};async function ts(e,t){let r=t.getContext("2d"),i=t.getBoundingClientRect(),s=i.width,n=i.height;t.width=s,t.height=n;let a=t.width,p=t.height;if(r.clearRect(0,0,a,p),r.fillStyle="#1a1a1a",r.fillRect(0,0,a,p),!e||!e.amplitudes)return;let l=e.amplitudes,o=p/2,c=r.createLinearGradient(0,0,0,p);c.addColorStop(0,"#404040"),c.addColorStop(.5,"#A1A1A1"),c.addColorStop(1,"#404040");let d=Math.max(1,a/l.length),u=.2;for(let f=0;f<l.length;f++){let h=l[f]/255*(p*.85),m=f*d,y=o-h/2;r.fillStyle=c,r.fillRect(m,y,Math.max(1,d*(1-u)),h)}r.strokeStyle="rgba(255, 255, 255, 0.1)",r.lineWidth=1,r.beginPath(),r.moveTo(0,o),r.lineTo(a,o),r.stroke(),r.shadowBlur=10,r.shadowColor="#2196F3"}var nd=Object.freeze(Object.defineProperty({__proto__:null,handleAfterMount:id,handleOnUpdate:sd},Symbol.toStringTag,{value:"Module"})),ad=()=>Object.freeze({waveformData:null}),od=({state:e},t={})=>{e.waveformData=t.data},ld=({state:e,props:t})=>({isLoading:t.isLoading,w:t.w||"250",h:t.h||"150",cur:t.cur,waveformData:t.waveformData}),pd=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:ad,selectViewData:ld,setWaveformData:od},Symbol.toStringTag,{value:"Module"})),rs=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),is=e=>e.replace(/-([a-z0-9])/g,(t,r)=>r.toUpperCase()),nr=e=>{if(e!=null)return e===""?!0:e},yi=(e,t)=>{let r=e.getAttribute(t);if(r!==null)return nr(r);let i=rs(t);if(i!==t){let s=e.getAttribute(i);if(s!==null)return nr(s)}},dd=(e,t)=>{let r=new Set(t);return new Proxy({},{get(i,s){if(typeof s=="string"&&r.has(s)){let n=e[s];return n!==void 0?n:yi(e,s)}},set(){throw new Error("Cannot assign to read-only proxy")},defineProperty(){throw new Error("Cannot define properties on read-only proxy")},deleteProperty(){throw new Error("Cannot delete properties from read-only proxy")},has(i,s){return typeof s=="string"&&r.has(s)},ownKeys(){return[...r]},getOwnPropertyDescriptor(i,s){if(typeof s=="string"&&r.has(s))return{configurable:!0,enumerable:!0,get:()=>{let n=e[s];return n!==void 0?n:yi(e,s)}}}})},cd=({schema:e,methodExports:t=[]})=>{if(!e||typeof e!="object"||Array.isArray(e))throw new Error("componentName is required.");if(typeof e.componentName!="string"||e.componentName.trim()==="")throw new Error("componentName is required.");if(Object.prototype.hasOwnProperty.call(e,"attrsSchema"))throw new Error("attrsSchema is not supported.");if(Object.prototype.hasOwnProperty.call(e,"methods")){let r=e.methods;if(!r||typeof r!="object"||Array.isArray(r))throw new Error("methods must be an object schema with a properties map.");if(Object.prototype.hasOwnProperty.call(r,"type")&&r.type!=="object")throw new Error("methods.type must be 'object'.");if(!r.properties||typeof r.properties!="object"||Array.isArray(r.properties))throw new Error("methods.properties must be an object keyed by method name.");for(let i of Object.keys(r.properties))if(!t.includes(i))throw new Error(`method '${i}' is declared in schema but missing in .methods.js exports.`)}return!0},v={LITERAL:0,VARIABLE:1,INTERPOLATION:2,FUNCTION:3,BINARY:4,UNARY:5,CONDITIONAL:6,LOOP:7,OBJECT:8,ARRAY:9,PARTIAL:10,PATH_REFERENCE:11},B={EQ:0,NEQ:1,GT:2,LT:3,GTE:4,LTE:5,AND:6,OR:7,IN:8,ADD:10,SUBTRACT:11},ar={NOT:0},k=class extends Error{constructor(t){super(`Parse Error: ${t}`),this.name="JemplParseError"}},ie=class extends Error{constructor(t){super(`Render Error: ${t}`),this.name="JemplRenderError"}},gi=e=>{if(!e||e.trim()==="")throw new k("Missing condition expression after '$if'");if(e.includes("===")||e.includes("!==")){let r=e.includes("===")?"==":"!=";throw new k(`Invalid comparison operator '${e.includes("===")?"===":"!=="}' - did you mean '${r}'? (got: '${e}')`)}let t=["<",">","<=",">=","==","!="];for(let r of t)if(e.trim().endsWith(r))throw new k(`Incomplete comparison expression - missing right operand (got: '${e}')`)},hd=e=>{if(e.trim().endsWith(" in"))throw new k(`Missing iterable expression after 'in' (got: '$for ${e}')`);if(!e.includes(" in "))throw new k(`Invalid loop syntax - missing 'in' keyword (got: '$for ${e}')`);let[t,r]=e.split(" in ");if(!r||r.trim()==="")throw new k(`Missing iterable expression after 'in' (got: '$for ${e}')`);let i=t.includes(",")?t.split(",").map(s=>s.trim()):[t.trim()];for(let s of i){if(!s)throw new k(`Invalid loop variable - variable name cannot be empty (got: '$for ${e}')`);if(!/^[a-zA-Z_$][a-zA-Z0-9_$]*$/.test(s))throw new k(`Invalid loop syntax (got: '$for ${e}')`)}},ud=(e,t,r=!1)=>{if(t===null)return new ie(`Cannot iterate over null value at '$for ${e}'`);if(t===void 0)return new ie(`Cannot iterate over undefined value at '$for ${e}'`);let i=typeof t;return r?new ie(`Cannot iterate over non-array value in loop '${e}' - got ${i} instead`):new ie(`Cannot iterate over non-array value (got: ${i}) at '$for ${e}'`)},fd=(e,t)=>{let r=t&&Object.keys(t).length>0?Object.keys(t).join(", "):"no custom functions provided";return new ie(`Unknown function '${e}' (${r})`)},ss=(e,t,r={})=>{let i={},s={};r&&typeof r=="object"&&(r.functions!==void 0||r.partials!==void 0?(i=r.functions||{},s=r.partials||{}):typeof r=="object"&&(i=r));let n=R(e,{functions:i,partials:s},t,{});return n===void 0?{}:n},R=(e,t,r,i)=>{if(t.functions,e.var&&!e.type)return U(e.var,r,i);if(e.type===v.LITERAL)return e.value;if(e.type===v.VARIABLE)return U(e.path,r,i);if(e.type===v.INTERPOLATION)return yd(e.parts,t,r,i);switch(e.type){case v.FUNCTION:return ns(e,t,r,i);case v.BINARY:return as(e,t,r,i);case v.UNARY:return os(e,t,r,i);case v.CONDITIONAL:return bd(e,t,r,i);case v.LOOP:return Sd(e,t,r,i);case v.OBJECT:return Ed(e,t,r,i);case v.ARRAY:return kd(e,t,r,i);case v.PARTIAL:return $d(e,t,r,i);case v.PATH_REFERENCE:return Cd(e,t,r,i);default:throw new Error(`Unknown node type: ${e.type}`)}},bi=new Map,md=e=>{let t=[],r="",i=!1;for(let s=0;s<e.length;s++){let n=e[s];if(n==="[")r&&(t.push({type:"property",value:r}),r=""),i=!0;else if(n==="]"){if(i&&r){let a=r.trim();if(/^\d+$/.test(a))t.push({type:"index",value:parseInt(a,10)});else if(a.startsWith('"')&&a.endsWith('"')||a.startsWith("'")&&a.endsWith("'")){let p=a.slice(1,-1);t.push({type:"property",value:p})}else t.push({type:"property",value:a});r=""}i=!1}else r+=n}return r&&t.push({type:"property",value:r}),t},U=(e,t,r)=>{if(!e)return;if(e in r)return r[e];let i=bi.get(e);if(!i){let n=[],a="",p=0;for(let l=0;l<e.length;l++){let o=e[l];o==="["?(p++,a+=o):o==="]"?(p--,a+=o):o==="."&&p===0?a&&(n.push(a),a=""):a+=o}a&&n.push(a),i=[];for(let l of n){let o=md(l.trim());i.push(...o)}bi.set(e,i)}let s=t;for(let n=0;n<i.length;n++){let a=i[n];if(a.type==="property"&&a.value in r){s=r[a.value];continue}if(s==null)return;(a.type==="property"||a.type==="index")&&(s=s[a.value])}return s},yd=(e,t,r,i)=>{let s=[];for(let n of e)if(typeof n=="string")s.push(n);else{let a=R(n,t,r,i);s.push(a!=null?String(a):"")}return s.join("")},ns=(e,t,r,i)=>{let s=t.functions||t,n=s[e.name];if(!n)throw fd(e.name,s);let a=e.args.map(p=>R(p,t,r,i));return n(...a)},Ve=(e,t,r,i)=>{if(e.var&&!e.type)return U(e.var,r,i);switch(e.type){case v.VARIABLE:return U(e.path,r,i);case v.LITERAL:return e.value;case v.BINARY:return as(e,t,r,i);case v.UNARY:return os(e,t,r,i);case v.FUNCTION:return ns(e,t,r,i);default:return R(e,t,r,i)}},as=(e,t,r,i)=>{if(e.op===B.AND||e.op===B.OR){let a=Ve(e.left,t,r,i),p=Ve(e.right,t,r,i);switch(e.op){case B.AND:return a&&p;case B.OR:return a||p}}let s=R(e.left,t,r,i),n=R(e.right,t,r,i);switch(e.op){case B.EQ:return s==n;case B.NEQ:return s!=n;case B.GT:return s>n;case B.LT:return s<n;case B.GTE:return s>=n;case B.LTE:return s<=n;case B.IN:return Array.isArray(n)?n.includes(s):!1;case B.ADD:if(typeof s!="number"||typeof n!="number")throw new ie(`Arithmetic operations require numbers. Got ${typeof s} + ${typeof n}`);return s+n;case B.SUBTRACT:if(typeof s!="number"||typeof n!="number")throw new ie(`Arithmetic operations require numbers. Got ${typeof s} - ${typeof n}`);return s-n;default:throw new Error(`Unknown binary operator: ${e.op}`)}},os=(e,t,r,i)=>{let s=e.op===ar.NOT?Ve(e.operand,t,r,i):R(e.operand,t,r,i);switch(e.op){case ar.NOT:return!s;default:throw new Error(`Unknown unary operator: ${e.op}`)}},gd=(e,t,r,i)=>{if(e.conditions.length===2&&e.conditions[1]===null){let s=e.conditions[0];if(s.type===v.VARIABLE)if(U(s.path,r,i)){let n=e.bodies[0];if(n.type===v.OBJECT&&n.properties.length<=5){let a={};for(let p of n.properties){let l=p.parsedKey?R(p.parsedKey,t,r,i):p.key,o=p.value;if(o.type===v.LITERAL)a[l]=o.value;else if(o.type===v.VARIABLE)a[l]=U(o.path,r,i);else if(o.type===v.INTERPOLATION){let c=[];for(let d of o.parts)if(typeof d=="string")c.push(d);else if(d.type===v.VARIABLE){let u=U(d.path,r,i);c.push(u!=null?String(u):"")}else{let u=R(d,t,r,i);c.push(u!=null?String(u):"")}a[l]=c.join("")}else a[l]=R(o,t,r,i)}return a}}else{let n=e.bodies[1];if(n.type===v.OBJECT&&n.properties.length<=5){let a={};for(let p of n.properties){let l=p.parsedKey?R(p.parsedKey,t,r,i):p.key,o=p.value;if(o.type===v.LITERAL)a[l]=o.value;else if(o.type===v.VARIABLE)a[l]=U(o.path,r,i);else if(o.type===v.INTERPOLATION){let c=[];for(let d of o.parts)if(typeof d=="string")c.push(d);else if(d.type===v.VARIABLE){let u=U(d.path,r,i);c.push(u!=null?String(u):"")}else{let u=R(d,t,r,i);c.push(u!=null?String(u):"")}a[l]=c.join("")}else a[l]=R(o,t,r,i)}return a}}}return null},bd=(e,t,r,i)=>{let s=gd(e,t,r,i);if(s!==null)return s;for(let n=0;n<e.conditions.length;n++){let a=e.conditions[n];if(a===null||Ve(a,t,r,i))return R(e.bodies[n],t,r,i)}return ls},vd=(e,t)=>{let r=e.body,i=e.itemVar;if(r.type===v.CONDITIONAL&&r.conditions.length===1&&r.conditions[0].type===v.VARIABLE){let s=r.conditions[0].path,n=r.bodies[0];if(s.startsWith(i+".")){let a=s.substring(i.length+1);if(n.type===v.OBJECT&&n.properties.length<=5){for(let l of n.properties)if(l.parsedKey)return null;let p=[];for(let l=0;l<t.length;l++){let o=t[l];if(o[a]){let c={};for(let d of n.properties){let u=d.key,f=d.value;if(f.type===v.LITERAL)c[u]=f.value;else if(f.type===v.VARIABLE){let h=f.path;if(h===i)c[u]=o;else if(h.startsWith(i+".")){let m=h.substring(i.length+1);c[u]=o[m]}else return null}else if(f.type===v.INTERPOLATION){let h=[],m=!0;for(let y of f.parts)if(typeof y=="string")h.push(y);else if(y.type===v.VARIABLE){let b=y.path;if(b===i)h.push(o!=null?String(o):"");else if(b.startsWith(i+".")){let g=b.substring(i.length+1),_=o[g];h.push(_!=null?String(_):"")}else{m=!1;break}}else{m=!1;break}if(!m)return null;c[u]=h.join("")}else return null}p.push(c)}}return p}}}return null},wd=(e,t)=>{let r=e.body,i=e.itemVar,s=vd(e,t);if(s!==null)return s;if(r.type===v.OBJECT&&r.properties.length<=5&&!r.whenCondition){for(let p of r.properties)if(p.parsedKey)return null;let n=[],a=!0;for(let p of r.properties){let l=p.key,o=p.value;if(o.type===v.LITERAL)n.push({key:l,type:"literal",value:o.value});else if(o.type===v.VARIABLE){let c=o.path;if(c===i)n.push({key:l,type:"item"});else if(c.startsWith(i+".")){let d=c.substring(i.length+1);if(!d.includes(".")&&!d.includes("["))n.push({key:l,type:"prop",prop:d});else{a=!1;break}}else{a=!1;break}}else if(o.type===v.INTERPOLATION&&o.parts.length===1){let c=o.parts[0];if(c.type===v.VARIABLE){let d=c.path;if(d===i)n.push({key:l,type:"item_string"});else if(d.startsWith(i+".")){let u=d.substring(i.length+1);if(!u.includes(".")&&!u.includes("["))n.push({key:l,type:"prop_string",prop:u});else{a=!1;break}}else{a=!1;break}}else{a=!1;break}}else{a=!1;break}}if(a){let p=new Array(t.length);if(n.length===3&&n[0].type==="prop"&&n[0].key==="id"&&n[1].type==="prop_string"&&n[1].key==="title"&&n[2].type==="prop"&&n[2].key==="completed")for(let l=0;l<t.length;l++){let o=t[l];p[l]={id:o.id,title:o.title!=null?String(o.title):"",completed:o.completed}}else for(let l=0;l<t.length;l++){let o=t[l],c={};for(let d of n)if(d.type==="literal")c[d.key]=d.value;else if(d.type==="item")c[d.key]=o;else if(d.type==="prop")c[d.key]=o[d.prop];else if(d.type==="item_string")c[d.key]=o!=null?String(o):"";else if(d.type==="prop_string"){let u=o[d.prop];c[d.key]=u!=null?String(u):""}p[l]=c}return p}}return null},_d=(e,t,r,i,s)=>{let n=[],a=e.body;if(a.type===v.OBJECT&&a.fast!==!1){let p=e.itemVar,l=e.indexVar;for(let o=0;o<s.length;o++){let c=s[o],d={},u={...i,[p]:c,...l&&{[l]:o}};u.__paths__||(u.__paths__=i.__paths__||{});let f=e.iterable.path||"";if(i&&i.__paths__&&f){let h=f.split("."),m=h[0];m in i.__paths__&&(f=i.__paths__[m],h.length>1&&(f+="."+h.slice(1).join(".")))}u.__paths__={...u.__paths__,[p]:`${f}[${o}]`,...l&&{[l]:o}};for(let h of a.properties){let m=h.parsedKey?R(h.parsedKey,t,r,u):h.key,y=h.value;if(y.type===v.LITERAL)d[m]=y.value;else if(y.type===v.VARIABLE){let b=y.path;if(b===p)d[m]=c;else if(b===l)d[m]=o;else if(b.startsWith(p+".")){let g=b.substring(p.length+1);!g.includes(".")&&!g.includes("[")?d[m]=c[g]:d[m]=U(b,r,{...i,[p]:c,...l&&{[l]:o}})}else d[m]=U(b,r,{...i,[p]:c,...l&&{[l]:o}})}else if(y.type===v.INTERPOLATION){let b=[];for(let g of y.parts)if(typeof g=="string")b.push(g);else if(g.type===v.VARIABLE){let _=g.path,S;if(_===p)S=c;else if(_===l)S=o;else if(_.startsWith(p+".")){let A=_.substring(p.length+1);!A.includes(".")&&!A.includes("[")?S=c[A]:S=U(_,r,{...i,[p]:c,...l&&{[l]:o}})}else S=U(_,r,{...i,[p]:c,...l&&{[l]:o}});b.push(S!=null?String(S):"")}else{let _={...i,[p]:c,...l&&{[l]:o}},S=R(g,t,r,_);b.push(S!=null?String(S):"")}d[m]=b.join("")}else{let b={...i,[p]:c,...l&&{[l]:o}};d[m]=R(y,t,r,b)}}n.push(d)}return n}return null},xd=(e,t,r)=>{let i=e.body;if(i.type===v.OBJECT&&i.properties.length===1&&i.properties[0].key==="$if item.visible"){let s=i.properties[0].value;if(s.type===v.CONDITIONAL&&s.conditions.length===1&&s.conditions[0].type===v.VARIABLE&&s.conditions[0].path==="item.visible"){let n=s.bodies[0];if(n.type===v.OBJECT&&n.properties.length===2){let a=n.properties[0],p=n.properties[1];if(a.key==="id"&&a.value.type===v.VARIABLE&&a.value.path==="item.id"&&p.key==="$if item.highlighted"&&p.value.type===v.CONDITIONAL){let l=[];for(let o=0;o<t.length;o++){let c=t[o];if(c.visible){let d={id:c.id};c.highlighted?(d.highlight=!0,d.message=`This item is highlighted: ${c.name}`):(d.highlight=!1,d.message=c.name),l.push(d)}}return l}}}}return null},Sd=(e,t,r,i)=>{let s=R(e.iterable,t,r,i);if(!Array.isArray(s)){let o,c=!1;if(e.iterable.type===v.FUNCTION){c=!0;let u=e.iterable.args.map(f=>f.type===v.LITERAL?typeof f.value=="string"?`'${f.value}'`:String(f.value):f.type===v.VARIABLE?f.path:f.type===v.FUNCTION?`${f.name}(...)`:"?").join(", ");o=`${e.iterable.name}(${u})`}else o=e.iterable.path||"undefined";let d=`${e.itemVar}${e.indexVar?`, ${e.indexVar}`:""} in ${o}`;throw ud(d,s,c)}if(!e.indexVar){let o=xd(e,s,e.itemVar);if(o!==null)return o}if(!e.indexVar){let o=wd(e,s);if(o!==null)return o}let n=_d(e,t,r,i,s);if(n!==null)return n;let a=[],p=e.iterable.path||"";if(i&&i.__paths__&&p){let o=p.split("."),c=o[0];c in i.__paths__&&(p=i.__paths__[c],o.length>1&&(p+="."+o.slice(1).join(".")))}let l=!1;e.body.type===v.ARRAY&&(e.body.items.length<=1?l=!1:l=e.body._shouldPreserveArray??=e.body.items.some(o=>o.type===v.OBJECT&&o.properties.some(c=>c.key.startsWith("$if ")||c.key.startsWith("$when "))));for(let o=0;o<s.length;o++){let c=e.indexVar?{...i,[e.itemVar]:s[o],[e.indexVar]:o}:{...i,[e.itemVar]:s[o]};c.__paths__||(c.__paths__=i.__paths__||{}),c.__paths__={...c.__paths__,[e.itemVar]:`${p}[${o}]`},e.indexVar&&(c.__paths__[e.indexVar]=o);let d=R(e.body,t,r,c);if(Array.isArray(d)&&d.length===1&&!l){let u=d[0];a.push(u===void 0?{}:u)}else a.push(d===void 0?{}:d)}return a},Ad=(e,t,r,i)=>{if(e.whenCondition)return null;if(e.properties.length===1){let s=e.properties[0],n=s.parsedKey?R(s.parsedKey,t,r,i):s.key,a=s.value;if(a.type===v.OBJECT&&a.properties.length<=10&&!a.whenCondition){let p={},l={},o=!0;for(let c of a.properties){let d=c.parsedKey?R(c.parsedKey,t,r,i):c.key,u=c.value;if(u.type===v.LITERAL)l[d]=u.value;else if(u.type===v.VARIABLE)l[d]=U(u.path,r,i);else if(u.type===v.INTERPOLATION){let f=[];for(let h of u.parts)if(typeof h=="string")f.push(h);else if(h.type===v.VARIABLE){let m=U(h.path,r,i);f.push(m!=null?String(m):"")}else{o=!1;break}if(!o)break;l[d]=f.join("")}else if(u.type===v.OBJECT&&u.properties.length<=5){let f={};for(let h of u.properties){let m=h.key,y=h.value;if(y.type===v.LITERAL)f[m]=y.value;else if(y.type===v.VARIABLE)f[m]=U(y.path,r,i);else if(y.type===v.INTERPOLATION){let b=[];for(let g of y.parts)if(typeof g=="string")b.push(g);else if(g.type===v.VARIABLE){let _=U(g.path,r,i);b.push(_!=null?String(_):"")}else{o=!1;break}if(!o)break;f[m]=b.join("")}else{o=!1;break}}if(!o)break;l[d]=f}else{o=!1;break}}if(o)return p[n]=l,p}}return null},Ed=(e,t,r,i)=>{let s=t.functions||t;if(e.whenCondition&&!Ve(e.whenCondition,s,r,i))return;let n=Ad(e,t,r,i);if(n!==null)return n;if(e.fast){let l={};for(let o of e.properties){let c=o.parsedKey?R(o.parsedKey,t,r,i):o.key,d=o.value;if(d.type===v.LITERAL)l[c]=d.value;else if(d.type===v.VARIABLE)l[c]=U(d.path,r,i);else if(d.type===v.INTERPOLATION){let u=[];for(let f of d.parts)if(typeof f=="string")u.push(f);else if(f.type===v.VARIABLE){let h=U(f.path,r,i);u.push(h!=null?String(h):"")}else{let h=R(f,t,r,i);u.push(h!=null?String(h):"")}l[c]=u.join("")}else l[c]=R(d,t,r,i)}return l}let a={},p=!1;for(let l of e.properties)if(!l.key.startsWith("$if ")&&!l.key.match(/^\$if\s+\w+.*:?$/)&&!l.key.startsWith("$elif")&&!l.key.startsWith("$else")&&!l.key.startsWith("$for ")){p=!0;break}for(let l of e.properties)if(l.key.startsWith("$if ")||l.key.match(/^\$if\s+\w+.*:?$/)){let o=R(l.value,t,r,i);if(!p&&o!==null&&o!==void 0)return Array.isArray(o)&&o.length===1?o[0]:o;typeof o=="object"&&o!==null&&!Array.isArray(o)&&Object.assign(a,o)}else if(l.key.startsWith("$for ")){if(e.properties.length===1)return R(l.value,t,r,i)}else{let o=l.value;if(o&&o.type===v.OBJECT&&o.properties){let c=o.properties.find(d=>d.key.startsWith("$for "));if(c){let d=R(c.value,t,r,i);d!==void 0&&(a[l.key]=d)}else{let d=R(l.value,t,r,i);d!==void 0&&(a[l.key]=d)}}else{let c=l.parsedKey?R(l.parsedKey,t,r,i):l.key,d=R(l.value,t,r,i);d!==void 0&&(a[c]=d)}}return a},ls={},kd=(e,t,r,i)=>{let s=[];for(let n of e.items)if(n.type===v.LOOP){let a=R(n,t,r,i);Array.isArray(a)&&n.flatten!==!1?s.push(...a):s.push(a)}else{let a=R(n,t,r,i);a!==ls&&a!==void 0&&s.push(a)}return s},$d=(e,t,r,i)=>{let{name:s,data:n,whenCondition:a}=e,p=t.partials||{},l=t.functions||t;if(a&&!Ve(a,l,r,i))return;if(!p[s])throw new ie(`Partial '${s}' is not defined`);let o=i._partialStack||[];if(o.includes(s))throw new ie(`Circular partial reference detected: ${s}`);let c=p[s],d=r,u={...i,_partialStack:[...o,s]};if(i){d={...r};for(let f of Object.keys(i))f.startsWith("_")||(d[f]=i[f])}if(n){let f=R(n,t,r,i);d={...d,...f}}return R(c,t,d,u)},Cd=(e,t,r,i)=>{let{path:s}=e,n=s.split("."),a=n[0],p=n.slice(1);if(!i||!(a in i))throw new ie(`Path reference '#{${s}}' refers to '${a}' which is not a loop variable in the current scope`);if(i.__paths__||(i.__paths__={}),!(a in i.__paths__))throw new ie(`Path reference '#{${s}}' cannot be resolved - path tracking may not be initialized properly`);let l=i.__paths__[a];if(typeof l=="number"){if(p.length>0)throw new ie(`Path reference '#{${s}}' - cannot access properties on index variable '${a}'`);return String(l)}return p.length>0&&(l+="."+p.join(".")),l},Id=/\$\{([^}]*)\}/g,Od=/#\{([^}]*)\}/g,ps=(e,t={})=>{let r=e.match(/^(\w+)\((.*)\)$/);if(!r)return{isFunction:!1};let[,i,s]=r,n=Td(s,t);return{isFunction:!0,type:v.FUNCTION,name:i,args:n}},Td=(e,t={})=>e.trim()?Ld(e).map(r=>Nd(r.trim(),t)):[],Ld=e=>{let t=[],r="",i=0,s=!1,n="";for(let a=0;a<e.length;a++){let p=e[a],l=a>0?e[a-1]:"";!s&&(p==='"'||p==="'")?(s=!0,n=p,r+=p):s&&p===n&&l!=="\\"?(s=!1,n="",r+=p):!s&&p==="("?(i++,r+=p):!s&&p===")"?(i--,r+=p):!s&&p===","&&i===0?(t.push(r),r=""):r+=p}return r&&t.push(r),t},Nd=(e,t={})=>{if(e.startsWith('"')&&e.endsWith('"')||e.startsWith("'")&&e.endsWith("'"))return{type:v.LITERAL,value:e.slice(1,-1)};if(/^-?\d+(\.\d+)?$/.test(e))return{type:v.LITERAL,value:parseFloat(e)};if(e==="true")return{type:v.LITERAL,value:!0};if(e==="false")return{type:v.LITERAL,value:!1};if(e==="null")return{type:v.LITERAL,value:null};let r=ps(e,t);if(r.isFunction)return{type:r.type,name:r.name,args:r.args};let i=e.trim(),s=[{op:" + ",type:"ADD"},{op:" - ",type:"SUBTRACT"}],n=-1;for(let{op:a,type:p}of s){let l=0;for(;l<i.length;){let o=Te(i.substring(l),a);if(o===-1)break;let c=l+o;c>n&&(n=c),l=c+a.length}}if(n!==-1)try{return Q(i,t)}catch{return{type:v.VARIABLE,path:i}}return{type:v.VARIABLE,path:i}},ds=/^\w+\(.*\)$/,Rd=/\s[+\-*/%]\s|\|\||&&|\?\?|.*\?.*:/,Vd=e=>{if(!(!e||e.trim()===""||ds.test(e))&&Rd.test(e))throw e.includes("?")&&e.includes(":")?new k(`Complex expressions not supported in variable replacements - consider calculating the value in your data instead. Offending expression: "${e}"`):e.includes("||")||e.includes("&&")||e.includes("??")?new k(`Logical operators not supported in variable replacements - consider calculating the value in your data instead (operators like ||, &&, ?? are not supported). Offending expression: "${e}"`):new k(`Arithmetic expressions not supported in variable replacements - consider calculating '${e}' in your data instead (expressions with +, -, *, /, % are not supported). Offending expression: "${e}"`)},vi=e=>{let t=e.trim();if(ds.test(t))throw new k(`Functions are not supported in path references - path references can only refer to loop variables. Offending expression: "#{${e}}"`);if(t.includes("["))throw new k(`Array indices not supported in path references - use simple variable names or properties. Offending expression: "#{${e}}"`);if(/[+\-*/%]/.test(t))throw new k(`Arithmetic expressions not supported in path references - path references can only refer to loop variables. Offending expression: "#{${e}}"`);if(/\|\||&&/.test(t))throw new k(`Logical operators not supported in path references - path references can only refer to loop variables. Offending expression: "#{${e}}"`);if(t.includes("?")&&t.includes(":"))throw new k(`Complex expressions not supported in path references - path references can only refer to loop variables. Offending expression: "#{${e}}"`);return{type:v.PATH_REFERENCE,path:t}},ht=(e,t={})=>{let r=e.trim();Vd(r);let i=ps(r,t);if(i.isFunction)return{type:i.type,name:i.name,args:i.args};if(r.includes("[")&&!/[\s+\-*/%|&?:]/.test(r)){let s=0;for(let n of r)n==="["?s++:n==="]"&&s--;if(s!==0)throw new Error("Invalid array index syntax")}return{type:v.VARIABLE,path:r}},cs=(e,t={})=>{let r=e,i=[];(e.includes("\\${")||e.includes("\\#{"))&&(r=e.replace(/\\\\(\$\{[^}]*\})/g,"\\DOUBLE_ESC_VAR$1"),r=r.replace(/\\\\(#\{[^}]*\})/g,"\\DOUBLE_ESC_PATH$1"),r=r.replace(/\\(\$\{[^}]*\})/g,(o,c)=>{let d=`__ESCAPED_${i.length}__`;return i.push(c),d}),r=r.replace(/\\(#\{[^}]*\})/g,(o,c)=>{let d=`__ESCAPED_${i.length}__`;return i.push(c),d}),r=r.replace(/\\DOUBLE_ESC_VAR/g,"\\"),r=r.replace(/\\DOUBLE_ESC_PATH/g,"\\"));let s=[...r.matchAll(Id)],n=[...r.matchAll(Od)],a=[...s.map(o=>({match:o,type:"variable"})),...n.map(o=>({match:o,type:"pathref"}))].sort((o,c)=>o.match.index-c.match.index);if(a.length===0){let o=r;for(let c=0;c<i.length;c++)o=o.replace(`__ESCAPED_${c}__`,i[c]);return{type:v.LITERAL,value:o}}if(a.length===1&&a[0].match[0]===r&&i.length===0){let{match:o,type:c}=a[0];try{return c==="variable"?ht(o[1],t):vi(o[1])}catch(d){if(d.message==="Invalid array index syntax")return{type:v.LITERAL,value:r};throw d}}let p=[],l=0;for(let{match:o,type:c}of a){let[d,u]=o,f=o.index;if(f>l){let h=r.substring(l,f);for(let m=0;m<i.length;m++)h=h.replace(`__ESCAPED_${m}__`,i[m]);h&&p.push(h)}try{let h;c==="variable"?h=ht(u.trim(),t):h=vi(u.trim()),p.push(h)}catch(h){if(h.message==="Invalid array index syntax")p.push(d);else throw h}l=f+d.length}if(l<r.length){let o=r.substring(l);for(let c=0;c<i.length;c++)o=o.replace(`__ESCAPED_${c}__`,i[c]);o&&p.push(o)}return{type:v.INTERPOLATION,parts:p}},Ae=(e,t)=>typeof e=="string"?cs(e,t):typeof e=="object"&&e!==null?Array.isArray(e)?Pd(e,t):Bd(e,t):{type:v.LITERAL,value:e},jd=e=>{let{$each:t,...r}=e;if(typeof t!="string")throw new k("$each value must be a non-empty string");let i=t.trim();if(i==="")throw new k("$each value must be a non-empty string");if(Object.keys(r).length===0)throw new k("Empty $each body not allowed");if(r.$partial!==void 0)throw new k("Cannot use $partial with $each at the same level. Wrap $partial in a parent object if you need conditionals.");return{[`$for ${i}`]:r}},Pd=(e,t)=>{let r=[],i=!1;for(let s=0;s<e.length;s++){let n=e[s];if(typeof n=="object"&&n!==null&&!Array.isArray(n)){if(n.$each!==void 0)try{let l=jd(n),o=Object.keys(l);if(o.length===1&&/^\$for(?::\w+)?\s/.test(o[0])){let c=wi(o[0],l[o[0]],t,!0);r.push(c),i=!0;continue}}catch(l){throw l instanceof k?l:new k(l.message)}let p=Object.keys(n);if(p.length===1&&/^\$for(?::\w+)?\s/.test(p[0])){let l=wi(p[0],n[p[0]],t);r.push(l),i=!0;continue}}let a=Ae(n,t);r.push(a),(a.type===v.FUNCTION||a.type===v.CONDITIONAL||a.type===v.LOOP||a.type===v.PARTIAL||a.type===v.OBJECT&&!a.fast||a.type===v.ARRAY&&!a.fast)&&(i=!0)}return{type:v.ARRAY,items:r,fast:!i}},Bd=(e,t)=>{let r=[],i=!1,s=null,n=Object.entries(e),a=0;if(e.$partial!==void 0){if(typeof e.$partial!="string")throw new k("$partial value must be a string");if(e.$partial.trim()==="")throw new k("$partial value cannot be an empty string");let l=["$if","$elif","$else","$for"],o=[];for(let[b]of n)for(let g of l)if(b===g||b.startsWith(g+" ")||b.startsWith(g+"#")){o.push(g);break}if(o.length>0)throw new k(`Cannot use $partial with ${o.join(", ")} at the same level. Wrap $partial in a parent object if you need conditionals.`);let{$partial:c,$when:d,...u}=e,f={},h=!1;for(let[b,g]of Object.entries(u)){let _=b;(b.startsWith("\\$")||b.startsWith("$$"))&&(_=b.slice(1)),f[_]=g,h=!0}let m=null;if(h&&(m=Ae(f,t),m.type===v.OBJECT)){let b=!1;for(let g of m.properties)if(g.value.type===v.VARIABLE||g.value.type===v.INTERPOLATION||g.value.type===v.FUNCTION||g.value.type===v.CONDITIONAL||g.value.type===v.OBJECT&&!g.value.fast||g.value.type===v.ARRAY&&!g.value.fast){b=!0;break}b&&(m.fast=!1)}let y={type:v.PARTIAL,name:c,data:m};if(d!==void 0){let b;if(typeof d=="string"){if(d.trim()==="")throw new k("Empty condition expression after '$when'");b=Q(d,t)}else b={type:v.LITERAL,value:d};y.whenCondition=b}return y}for(let[l,o]of n)if(l==="$when"){if(s!==null)throw new k("Multiple '$when' directives on the same object are not allowed");if(o==null)throw new k("Missing condition expression after '$when'");let c=typeof o=="string"?o:JSON.stringify(o);if(c.trim()==="")throw new k("Empty condition expression after '$when'");s=Q(c,t),i=!0}else if(l.startsWith("$when#")||l.startsWith("$when "))throw new k("'$when' does not support ID syntax or inline conditions - use '$when' as a property");for(;a<n.length;){let[l,o]=n[a];if(l==="$when"){a++;continue}if(l==="$each")throw new k("$each can only be used inside arrays");if(l.startsWith("$if ")||l.match(/^\$if#\w+\s/)||l.match(/^\$if\s+\w+.*:$/)){let c=Dd(n,a,t);r.push({key:l,value:c.node}),i=!0,a=c.nextIndex}else if(/^\$for(?::\w+)?\s/.test(l)){let c=l.match(/^\$for(?::(\w+))?\s/)?.[1]||"",d=c?`:${c}`:"";throw new k(`$for loops must be inside arrays - use '- $for${d} item in items:' instead of '$for${d} item in items:'. For cleaner object generation syntax, consider using $each.`)}else{if(l.startsWith("$elif ")||l.startsWith("$else"))throw new k(`'${l.split(" ")[0]}' without matching '$if'`);if(l==="$if"||l==="$if:")throw new k("Missing condition expression after '$if'");{let c=Ae(o,t);(c.type===v.FUNCTION||c.type===v.CONDITIONAL||c.type===v.PARTIAL||c.type===v.OBJECT&&!c.fast||c.type===v.ARRAY&&!c.fast)&&(i=!0);let d=cs(l,t),u={key:l,value:c};(d.type!==v.LITERAL||d.value!==l)&&(u.parsedKey=d),r.push(u),a++}}}let p={type:v.OBJECT,properties:r,fast:!i};return s&&(p.whenCondition=s),p},Dd=(e,t,r={})=>{let i=[],s=[],n=t,[a,p]=e[n],l=null,o;if(a.startsWith("$if#")){let d=a.match(/^\$if#(\w+)\s+(.+)$/);if(d)l=d[1],o=d[2];else throw new k(`Invalid conditional syntax: ${a}`)}else o=a.substring(4),o.endsWith(":")&&(o=o.slice(0,-1).trim());gi(o);let c=Q(o,r);for(i.push(c),s.push(Ae(p,r)),n++;n<e.length;){let[d,u]=e[n],f=!1,h;if(l?d.startsWith(`$elif#${l} `)?(h=d.substring(`$elif#${l} `.length),h.endsWith(":")&&(h=h.slice(0,-1).trim()),f=!0):(d===`$else#${l}`||d===`$else#${l}:`)&&(f=!0,h=null):d.startsWith("$elif ")?(h=d.substring(6),h.endsWith(":")&&(h=h.slice(0,-1).trim()),f=!0):(d==="$else"||d==="$else:")&&(f=!0,h=null),f){if(h===null)i.push(null);else{gi(h);let m=Q(h,r);i.push(m)}if(s.push(Ae(u,r)),n++,h===null)break}else break}return{node:{type:v.CONDITIONAL,conditions:i,bodies:s,id:l},nextIndex:n}},Q=(e,t={})=>{if(e=e.trim(),e.startsWith("(")&&e.endsWith(")")){let o=e.slice(1,-1),c=0,d=!0;for(let u=0;u<o.length;u++)if(o[u]==="("?c++:o[u]===")"&&c--,c<0){d=!1;break}if(d&&c===0)return Q(o,t)}let r=Te(e,"||");if(r!==-1)return{type:v.BINARY,op:B.OR,left:Q(e.substring(0,r).trim(),t),right:Q(e.substring(r+2).trim(),t)};let i=Te(e,"&&");if(i!==-1)return{type:v.BINARY,op:B.AND,left:Q(e.substring(0,i).trim(),t),right:Q(e.substring(i+2).trim(),t)};let s=[{op:">=",type:B.GTE},{op:"<=",type:B.LTE},{op:"==",type:B.EQ},{op:"!=",type:B.NEQ},{op:">",type:B.GT},{op:"<",type:B.LT},{op:" in ",type:B.IN}];for(let{op:o,type:c}of s){let d=Te(e,o);if(d!==-1)return{type:v.BINARY,op:c,left:Q(e.substring(0,d).trim(),t),right:Q(e.substring(d+o.length).trim(),t)}}let n=-1,a=null,p=[{op:" + ",type:B.ADD},{op:" - ",type:B.SUBTRACT}];for(let{op:o,type:c}of p){let d=0;for(;d<e.length;){let u=Te(e.substring(d),o);if(u===-1)break;let f=d+u;f>n&&(n=f,a={op:o,type:c}),d=f+o.length}}if(n!==-1&&a)return{type:v.BINARY,op:a.type,left:Q(e.substring(0,n).trim(),t),right:Q(e.substring(n+a.op.length).trim(),t)};let l=[" * "," / "," % "];for(let o of l)if(Te(e,o)!==-1)throw new k(`Arithmetic operations are not allowed in conditionals: "${o}"`);return e.startsWith("!")?{type:v.UNARY,op:ar.NOT,operand:Q(e.substring(1).trim(),t)}:hs(e,t)},Te=(e,t)=>{let r=0,i=0;for(;i<=e.length-t.length;){if(e[i]==="(")r++;else if(e[i]===")")r--;else if(r===0&&e.substring(i,i+t.length)===t)return i;i++}return-1},zd=e=>{if(e=e.trim(),e==="true")return{type:v.LITERAL,value:!0};if(e==="false")return{type:v.LITERAL,value:!1};if(e==="null")return{type:v.LITERAL,value:null};if(e.startsWith('"')&&e.endsWith('"')||e.startsWith("'")&&e.endsWith("'"))return{type:v.LITERAL,value:e.slice(1,-1)};if(e==='""'||e==="''")return{type:v.LITERAL,value:""};if(e==="{}")return{type:v.LITERAL,value:{}};if(e==="[]")return{type:v.LITERAL,value:[]};let t=Number(e);return!isNaN(t)&&isFinite(t)?{type:v.LITERAL,value:t}:{type:v.VARIABLE,path:e}},hs=(e,t)=>{let r=e.trim();if(r.match(/^(\w+)\((.*)\)$/))return ht(r,t);let i=zd(r);if(i.type===v.LITERAL)return i;if(/^[a-zA-Z_$][\w.$]*$/.test(r))return{type:v.VARIABLE,path:r};try{return ht(r,t)}catch(s){if(s.message&&s.message.includes("not supported"))return i;throw s}},Fd=(e,t=!1)=>{try{hd(e)}catch(r){if(r instanceof k&&t){let i=r.message.replace(/\$for/g,"$each");throw new k(i.replace("Parse Error: ",""))}throw r}},wi=(e,t,r,i=!1)=>{let s=/^\$for(?::(\w+))?\s+(.+)$/,n=e.match(s);if(!n){let y=i?"$each":"$for";throw new k(`Invalid loop syntax (got: '${e.replace("$for",y)}')`)}let a=n[1],p=n[2].trim();Fd(p,i);let l=p.match(/^(.+?)\s+in\s+(.+)$/);if(!l){let y=i?"$each":"$for";throw new k(`Invalid loop syntax - missing 'in' keyword (got: '${y} ${p}')`)}let o=l[1].trim(),c=l[2].trim(),d,u=null;if(o.includes(",")){let y=o.split(",").map(b=>b.trim());if(y.length!==2)throw new k(`Invalid loop variables: ${o}. Expected format: "item" or "item, index"`);d=y[0],u=y[1]}else d=o;let f=["this","undefined","null","true","false"];if(f.includes(d))throw new k(`Reserved variable name: ${d}`);if(u&&f.includes(u))throw new k(`Reserved variable name: ${u}`);let h=hs(c,r),m=Ae(t,r);return{type:v.LOOP,itemVar:d,indexVar:u,iterable:h,body:m,flatten:a!=="nested"}},or=(e,t={})=>{let{functions:r={}}=t;return Ae(e,r)},Wd=()=>Date.now(),Md=Object.freeze(Object.defineProperty({__proto__:null,now:Wd},Symbol.toStringTag,{value:"Module"})),us=(e,t,r={})=>{let{functions:i={},partials:s={}}=r,n={...Md,...i},a=or(e,{functions:n}),p={};for(let[l,o]of Object.entries(s))p[l]=or(o,{functions:n});return ss(a,t,{functions:n,partials:p})},Ye=e=>e!==null&&typeof e=="object"&&!Array.isArray(e),Kd=(e,t)=>{!t||typeof t!="object"||Object.entries(t).forEach(([r,i])=>{if(r==="default")throw new Error("[Methods] Invalid method name 'default'. Use named exports in .methods.js; default export is not supported.");if(typeof i=="function"){if(r in e)throw new Error(`[Methods] Cannot define method '${r}' because it already exists on the component instance.`);Object.defineProperty(e,r,{configurable:!0,enumerable:!1,writable:!1,value:(s={})=>{let n=s===void 0?{}:s;if(!Ye(n))throw new Error(`[Methods] Method '${r}' expects payload to be an object.`);return i.call(e,n)}})}})},fs=Symbol.for("immer-nothing"),_i=Symbol.for("immer-draftable"),ne=Symbol.for("immer-state");function de(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var je=Object.getPrototypeOf;function Pe(e){return!!e&&!!e[ne]}function Ee(e){return e?ms(e)||Array.isArray(e)||!!e[_i]||!!e.constructor?.[_i]||_t(e)||xt(e):!1}var Ud=Object.prototype.constructor.toString();function ms(e){if(!e||typeof e!="object")return!1;let t=je(e);if(t===null)return!0;let r=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return r===Object?!0:typeof r=="function"&&Function.toString.call(r)===Ud}function ut(e,t){wt(e)===0?Reflect.ownKeys(e).forEach(r=>{t(r,e[r],e)}):e.forEach((r,i)=>t(i,r,e))}function wt(e){let t=e[ne];return t?t.type_:Array.isArray(e)?1:_t(e)?2:xt(e)?3:0}function lr(e,t){return wt(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function ys(e,t,r){let i=wt(e);i===2?e.set(t,r):i===3?e.add(r):e[t]=r}function Hd(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function _t(e){return e instanceof Map}function xt(e){return e instanceof Set}function _e(e){return e.copy_||e.base_}function pr(e,t){if(_t(e))return new Map(e);if(xt(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);let r=ms(e);if(t===!0||t==="class_only"&&!r){let i=Object.getOwnPropertyDescriptors(e);delete i[ne];let s=Reflect.ownKeys(i);for(let n=0;n<s.length;n++){let a=s[n],p=i[a];p.writable===!1&&(p.writable=!0,p.configurable=!0),(p.get||p.set)&&(i[a]={configurable:!0,writable:!0,enumerable:p.enumerable,value:e[a]})}return Object.create(je(e),i)}else{let i=je(e);if(i!==null&&r)return{...e};let s=Object.create(i);return Object.assign(s,e)}}function Sr(e,t=!1){return St(e)||Pe(e)||!Ee(e)||(wt(e)>1&&(e.set=e.add=e.clear=e.delete=qd),Object.freeze(e),t&&Object.entries(e).forEach(([r,i])=>Sr(i,!0))),e}function qd(){de(2)}function St(e){return Object.isFrozen(e)}var Gd={};function ke(e){let t=Gd[e];return t||de(0,e),t}var Ze;function gs(){return Ze}function Jd(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function xi(e,t){t&&(ke("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function dr(e){cr(e),e.drafts_.forEach(Yd),e.drafts_=null}function cr(e){e===Ze&&(Ze=e.parent_)}function Si(e){return Ze=Jd(Ze,e)}function Yd(e){let t=e[ne];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Ai(e,t){t.unfinalizedDrafts_=t.drafts_.length;let r=t.drafts_[0];return e!==void 0&&e!==r?(r[ne].modified_&&(dr(t),de(4)),Ee(e)&&(e=ft(t,e),t.parent_||mt(t,e)),t.patches_&&ke("Patches").generateReplacementPatches_(r[ne].base_,e,t.patches_,t.inversePatches_)):e=ft(t,r,[]),dr(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==fs?e:void 0}function ft(e,t,r){if(St(t))return t;let i=t[ne];if(!i)return ut(t,(s,n)=>Ei(e,i,t,s,n,r)),t;if(i.scope_!==e)return t;if(!i.modified_)return mt(e,i.base_,!0),i.base_;if(!i.finalized_){i.finalized_=!0,i.scope_.unfinalizedDrafts_--;let s=i.copy_,n=s,a=!1;i.type_===3&&(n=new Set(s),s.clear(),a=!0),ut(n,(p,l)=>Ei(e,i,s,p,l,r,a)),mt(e,s,!1),r&&e.patches_&&ke("Patches").generatePatches_(i,r,e.patches_,e.inversePatches_)}return i.copy_}function Ei(e,t,r,i,s,n,a){if(Pe(s)){let p=n&&t&&t.type_!==3&&!lr(t.assigned_,i)?n.concat(i):void 0,l=ft(e,s,p);if(ys(r,i,l),Pe(l))e.canAutoFreeze_=!1;else return}else a&&r.add(s);if(Ee(s)&&!St(s)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;ft(e,s),(!t||!t.scope_.parent_)&&typeof i!="symbol"&&Object.prototype.propertyIsEnumerable.call(r,i)&&mt(e,s)}}function mt(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Sr(t,r)}function Zd(e,t){let r=Array.isArray(e),i={type_:r?1:0,scope_:t?t.scope_:gs(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1},s=i,n=Ar;r&&(s=[i],n=Xe);let{revoke:a,proxy:p}=Proxy.revocable(s,n);return i.draft_=p,i.revoke_=a,p}var Ar={get(e,t){if(t===ne)return e;let r=_e(e);if(!lr(r,t))return Xd(e,r,t);let i=r[t];return e.finalized_||!Ee(i)?i:i===Xt(e.base_,t)?(Qt(e),e.copy_[t]=ur(i,e)):i},has(e,t){return t in _e(e)},ownKeys(e){return Reflect.ownKeys(_e(e))},set(e,t,r){let i=bs(_e(e),t);if(i?.set)return i.set.call(e.draft_,r),!0;if(!e.modified_){let s=Xt(_e(e),t),n=s?.[ne];if(n&&n.base_===r)return e.copy_[t]=r,e.assigned_[t]=!1,!0;if(Hd(r,s)&&(r!==void 0||lr(e.base_,t)))return!0;Qt(e),hr(e)}return e.copy_[t]===r&&(r!==void 0||t in e.copy_)||Number.isNaN(r)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=r,e.assigned_[t]=!0),!0},deleteProperty(e,t){return Xt(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,Qt(e),hr(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){let r=_e(e),i=Reflect.getOwnPropertyDescriptor(r,t);return i&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:i.enumerable,value:r[t]}},defineProperty(){de(11)},getPrototypeOf(e){return je(e.base_)},setPrototypeOf(){de(12)}},Xe={};ut(Ar,(e,t)=>{Xe[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}});Xe.deleteProperty=function(e,t){return Xe.set.call(this,e,t,void 0)};Xe.set=function(e,t,r){return Ar.set.call(this,e[0],t,r,e[0])};function Xt(e,t){let r=e[ne];return(r?_e(r):e)[t]}function Xd(e,t,r){let i=bs(t,r);return i?"value"in i?i.value:i.get?.call(e.draft_):void 0}function bs(e,t){if(!(t in e))return;let r=je(e);for(;r;){let i=Object.getOwnPropertyDescriptor(r,t);if(i)return i;r=je(r)}}function hr(e){e.modified_||(e.modified_=!0,e.parent_&&hr(e.parent_))}function Qt(e){e.copy_||(e.copy_=pr(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var Qd=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(t,r,i)=>{if(typeof t=="function"&&typeof r!="function"){let n=r;r=t;let a=this;return function(p=n,...l){return a.produce(p,o=>r.call(this,o,...l))}}typeof r!="function"&&de(6),i!==void 0&&typeof i!="function"&&de(7);let s;if(Ee(t)){let n=Si(this),a=ur(t,void 0),p=!0;try{s=r(a),p=!1}finally{p?dr(n):cr(n)}return xi(n,i),Ai(s,n)}else if(!t||typeof t!="object"){if(s=r(t),s===void 0&&(s=t),s===fs&&(s=void 0),this.autoFreeze_&&Sr(s,!0),i){let n=[],a=[];ke("Patches").generateReplacementPatches_(t,s,n,a),i(n,a)}return s}else de(1,t)},this.produceWithPatches=(t,r)=>{if(typeof t=="function")return(n,...a)=>this.produceWithPatches(n,p=>t(p,...a));let i,s;return[this.produce(t,r,(n,a)=>{i=n,s=a}),i,s]},typeof e?.autoFreeze=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof e?.useStrictShallowCopy=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){Ee(e)||de(8),Pe(e)&&(e=ec(e));let t=Si(this),r=ur(e,void 0);return r[ne].isManual_=!0,cr(t),r}finishDraft(e,t){let r=e&&e[ne];(!r||!r.isManual_)&&de(9);let{scope_:i}=r;return xi(i,t),Ai(void 0,i)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let r;for(r=t.length-1;r>=0;r--){let s=t[r];if(s.path.length===0&&s.op==="replace"){e=s.value;break}}r>-1&&(t=t.slice(r+1));let i=ke("Patches").applyPatches_;return Pe(e)?i(e,t):this.produce(e,s=>i(s,t))}};function ur(e,t){let r=_t(e)?ke("MapSet").proxyMap_(e,t):xt(e)?ke("MapSet").proxySet_(e,t):Zd(e,t);return(t?t.scope_:gs()).drafts_.push(r),r}function ec(e){return Pe(e)||de(10,e),vs(e)}function vs(e){if(!Ee(e)||St(e))return e;let t=e[ne],r;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=pr(e,t.scope_.immer_.useStrictShallowCopy_)}else r=pr(e,!0);return ut(r,(i,s)=>{ys(r,i,vs(s))}),t&&(t.finalized_=!1),r}var ae=new Qd,tc=ae.produce;ae.produceWithPatches.bind(ae);ae.setAutoFreeze.bind(ae);ae.setUseStrictShallowCopy.bind(ae);ae.applyPatches.bind(ae);ae.createDraft.bind(ae);ae.finishDraft.bind(ae);var rc=(e,t,r)=>{let{createInitialState:i,...s}=e,n={},a={},p={};return i&&(p=i({props:t,constants:r})),Object.entries(s).forEach(([l,o])=>{if(l.startsWith("select")){n[l]=(...c)=>o({state:p,props:t,constants:r},...c);return}a[l]=(c={})=>{let d=c===void 0?{}:c;if(!Ye(d))throw new Error(`[Store] Action '${l}' expects payload to be an object.`);return p=tc(p,u=>o({state:u,props:t,constants:r},d)),p}}),{getState:()=>p,...a,...n}},ws=e=>!Ye(e)||Object.isFrozen(e)?e:(Object.values(e).forEach(t=>{ws(t)}),Object.freeze(e)),ic=({setupConstants:e,fileConstants:t})=>{let r=Ye(e)?e:{},i=Ye(t)?t:{};return ws({...r,...i})},sc=(e,t)=>{if(!t||typeof t!="object")return"";let r="",i=n=>Object.entries(n).map(([a,p])=>` ${a}: ${p};`).join(`
|
|
1477
|
+
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._dialogElement=document.createElement("dialog"),this.shadow.appendChild(this._dialogElement),this._dialogElement.addEventListener("click",t=>{t.stopPropagation();let r=t.composedPath();(r[0]===this._dialogElement||r[0].nodeName==="DIALOG"&&r[0]===this._dialogElement)&&this._emitClose()}),this._dialogElement.addEventListener("contextmenu",t=>{let r=t.composedPath();(r[0]===this._dialogElement||r[0].nodeName==="DIALOG"&&r[0]===this._dialogElement)&&(t.preventDefault(),this._emitClose())}),this._dialogElement.addEventListener("cancel",t=>{t.preventDefault(),this._emitClose()}),this._popoverContainer=document.createElement("div"),this._popoverContainer.className="popover-container",this._dialogElement.appendChild(this._popoverContainer),this._slotElement=null,this._isOpen=!1}_emitClose(){this.dispatchEvent(new CustomEvent("close",{detail:{},bubbles:!0}))}static get observedAttributes(){return["open","x","y","place","no-overlay"]}connectedCallback(){this.hasAttribute("open")&&this._show()}disconnectedCallback(){this._isOpen&&this._dialogElement.open&&this._dialogElement.close()}attributeChangedCallback(t,r,i){t==="open"?i!==null&&!this._isOpen?this.isConnected&&this._show():i===null&&this._isOpen&&this._hide():(t==="x"||t==="y"||t==="place")&&this._isOpen?this._updatePosition():t==="no-overlay"&&r!==i&&this._isOpen&&(this._hide(),this._show())}_show(){this._isOpen||(this._slotElement||(this._slotElement=document.createElement("slot"),this._slotElement.setAttribute("name","content"),this._popoverContainer.appendChild(this._slotElement)),this._isOpen=!0,this._dialogElement.open||setTimeout(()=>{this._dialogElement&&!this._dialogElement.open&&(this.hasAttribute("no-overlay")?this._dialogElement.show():this._dialogElement.showModal())},0),requestAnimationFrame(()=>{this._updatePosition()}))}_hide(){this._isOpen&&(this._isOpen=!1,this._dialogElement.open&&this._dialogElement.close(),this._slotElement&&(this._popoverContainer.removeChild(this._slotElement),this._slotElement=null))}_updatePosition(){let t=parseFloat(this.getAttribute("x")||"0"),r=parseFloat(this.getAttribute("y")||"0"),i=this.getAttribute("place")||"bs";this.removeAttribute("positioned"),requestAnimationFrame(()=>{let s=this._popoverContainer.getBoundingClientRect(),{left:n,top:a}=this._calculatePosition(t,r,s.width,s.height,i);this._popoverContainer.style.left=`${n}px`,this._popoverContainer.style.top=`${a}px`,requestAnimationFrame(()=>{this.setAttribute("positioned","")})})}_calculatePosition(t,r,i,s,n){let p=t,l=r;switch(n){case"t":p=t-i/2,l=r-s-8;break;case"ts":p=t,l=r-s-8;break;case"te":p=t-i,l=r-s-8;break;case"r":p=t+8,l=r-s/2;break;case"rs":p=t+8,l=r;break;case"re":p=t+8,l=r-s;break;case"b":p=t-i/2,l=r+8;break;case"bs":p=t,l=r+8;break;case"be":p=t-i,l=r+8;break;case"l":p=t-i-8,l=r-s/2;break;case"ls":p=t-i-8,l=r;break;case"le":p=t-i-8,l=r-s;break;default:p=t,l=r+8;break}let o=8;return p=Math.max(o,Math.min(p,window.innerWidth-i-o)),l=Math.max(o,Math.min(l,window.innerHeight-s-o)),{left:p,top:l}}get popover(){return this._popoverContainer}},ai=({render:e,html:t})=>Zt;var mn=(e,t)=>{let{store:r,render:i}=e;r.toggleOpen({}),i()},yn=Object.freeze(Object.defineProperty({__proto__:null,handleClickHeader:mn},Symbol.toStringTag,{value:"Module"})),gn=()=>Object.freeze({open:!1}),bn=["id","class","style","slot","label","content"],vn=(e={})=>Object.entries(e).filter(([t])=>!bn.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),wn=({state:e,props:t})=>({label:t.label||"",content:t.content||"",openClass:e.open?"content-wrapper open":"content-wrapper",chevronIcon:e.open?"chevronUp":"chevronDown",containerAttrString:vn(t)}),_n=({state:e})=>{e.open=!e.open},xn=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:gn,selectViewData:wn,toggleOpen:_n},Symbol.toStringTag,{value:"Module"})),Sn=(e,t)=>{let{dispatchEvent:r,props:i}=e,s=t._event,n=Number(s.currentTarget.dataset.index),a=Array.isArray(i.items)?i.items[n]:void 0;if(a){if(a.disabled||a.current){s.preventDefault();return}typeof a.href=="string"&&a.href.length>0||s.preventDefault(),r(new CustomEvent("item-click",{detail:{id:a.id,path:a.path,href:a.href,item:a,index:n,trigger:s.type}}))}},An=Object.freeze(Object.defineProperty({__proto__:null,handleClickItem:Sn},Symbol.toStringTag,{value:"Module"})),En=()=>Object.freeze({}),kn=["id","class","style","slot","items","sep","max","separator"],$n=(e={})=>Object.entries(e).filter(([t])=>!kn.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),Cn=e=>{if(e==null||e==="")return;let t=Number(e);return Number.isNaN(t)?void 0:t},In=e=>`${e}`.replace(/"/g,"""),On=(e,t)=>{if(!t||t<3||e.length<=t)return e;let r=t-2;return[e[0],{isEllipsis:!0,label:"..."},...e.slice(-r)]},Tn=e=>e.map((t,r)=>{let i=typeof t.href=="string"&&t.href.length>0,s=t.path!==void 0&&t.path!==null&&`${t.path}`!="",n=!!t.current,a=!!t.disabled,p=!n&&!a&&(i||s||!!t.click),l=t.rel||(t.newTab?"noopener noreferrer":""),o=[t.newTab?'target="_blank"':"",l?`rel="${In(l)}"`:""].filter(Boolean).join(" ");return{...t,label:t.label||"",index:r,href:i?t.href:void 0,path:s?t.path:void 0,isCurrent:n,isDisabled:a,isInteractive:p,linkExtraAttrs:o,c:n?"fg":"mu-fg"}}),Ln=({props:e})=>{let t=$n(e),r=Array.isArray(e.items)?e.items:[],i=Cn(e.max),s=e.sep||"breadcrumb-arrow",n=Tn(r),a=On(n,i),p=[];return a.forEach((l,o)=>{p.push(l),o<a.length-1&&p.push({isSeparator:!0})}),{containerAttrString:t,items:p,sep:s}},Nn=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:En,selectViewData:Ln},Symbol.toStringTag,{value:"Module"})),Rn=["id","class","style","slot","head","desc","size","d","ah","av","wrap","noWrap","g","gh","gv","p","pt","pr","pb","pl","pv","ph","bw","bwt","bwr","bwb","bwl","bc","br","shadow","bgc","href","newTab","rel","cur","sv","sh","overflow"],oi={sm:{cardAttrString:"p=md sm-p=sm g=md sm-g=sm",headerAttrString:"g=xs",headingSize:"lg",subheadingSize:"sm"},md:{cardAttrString:"p=lg md-p=md sm-p=md g=lg md-g=md sm-g=md",headerAttrString:"g=sm",headingSize:"h4",subheadingSize:"sm"},lg:{cardAttrString:"p=xl lg-p=lg md-p=md sm-p=md g=lg md-g=md sm-g=md",headerAttrString:"g=sm",headingSize:"h3",subheadingSize:"md"}},Vn=(e={})=>Object.entries(e).filter(([t])=>!Rn.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),jn=()=>Object.freeze({}),Pn=({props:e={}})=>{let t=oi[e.size]?e.size:"md",r=oi[t];return{containerAttrString:Vn(e),cardAttrString:r.cardAttrString,headerAttrString:r.headerAttrString,headingSize:r.headingSize,subheadingSize:r.subheadingSize,head:e.head||"",desc:e.desc||"",hasHeader:!!(e.head||e.desc),size:t}},Bn=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:jn,selectViewData:Pn},Symbol.toStringTag,{value:"Module"})),Dn=(e,t)=>{let{dispatchEvent:r}=e;r(new CustomEvent("close"))},zn=(e,t)=>{let{dispatchEvent:r,props:i}=e,s=t._event,n=Number(s.currentTarget.dataset.index??s.currentTarget.id.slice(6)),a=i.items[n],p=a?.type||"item";if(!a||p!=="item"||a.disabled){s.preventDefault();return}a.href||s.preventDefault(),r(new CustomEvent("item-click",{detail:{index:n,item:a,id:a.id,path:a.path,href:a.href,trigger:s.type}}))},Fn=Object.freeze(Object.defineProperty({__proto__:null,handleClickMenuItem:zn,handleClosePopover:Dn},Symbol.toStringTag,{value:"Module"})),Wn=()=>Object.freeze({}),Mn=e=>`${e}`.replace(/"/g,"""),Kn=e=>e.map((t,r)=>{let i=t.type||"item",s=i==="separator",n=i==="label",a=i==="item",p=!!t.disabled,l=a&&!p,o=p?"mu-fg":"fg",c=p?"mu":"",d=p?"":"ac",u=typeof t.href=="string"&&t.href.length>0,f=t.rel||(t.newTab?"noopener noreferrer":""),h=[t.newTab?'target="_blank"':"",f?`rel="${Mn(f)}"`:""].filter(Boolean).join(" ");return{...t,index:r,type:i,isSeparator:s,isLabel:n,isItem:a,isDisabled:p,isInteractive:l,hasHref:u,linkExtraAttrs:h,c:o,bgc:c,hoverBgc:d}}),Un=({props:e})=>{let t=Array.isArray(e.items)?e.items:[];return{items:Kn(t),open:!!e.open,x:e.x||0,y:e.y||0,w:e.w||"300",h:e.h||"300",place:e.place||"bs"}},Hn=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:Wn,selectViewData:Un},Symbol.toStringTag,{value:"Module"})),w={LITERAL:0,VARIABLE:1,INTERPOLATION:2,FUNCTION:3,BINARY:4,UNARY:5,CONDITIONAL:6,LOOP:7,OBJECT:8,ARRAY:9,PARTIAL:10,PATH_REFERENCE:11},P={EQ:0,NEQ:1,GT:2,LT:3,GTE:4,LTE:5,AND:6,OR:7,IN:8,ADD:10,SUBTRACT:11},ir={NOT:0},$=class extends Error{constructor(e){super(`Parse Error: ${e}`),this.name="JemplParseError"}},le=class extends Error{constructor(e){super(`Render Error: ${e}`),this.name="JemplRenderError"}},li=e=>{if(!e||e.trim()==="")throw new $("Missing condition expression after '$if'");if(e.includes("===")||e.includes("!==")){let r=e.includes("===")?"==":"!=";throw new $(`Invalid comparison operator '${e.includes("===")?"===":"!=="}' - did you mean '${r}'? (got: '${e}')`)}let t=["<",">","<=",">=","==","!="];for(let r of t)if(e.trim().endsWith(r))throw new $(`Incomplete comparison expression - missing right operand (got: '${e}')`)},qn=e=>{if(e.trim().endsWith(" in"))throw new $(`Missing iterable expression after 'in' (got: '$for ${e}')`);if(!e.includes(" in "))throw new $(`Invalid loop syntax - missing 'in' keyword (got: '$for ${e}')`);let[t,r]=e.split(" in ");if(!r||r.trim()==="")throw new $(`Missing iterable expression after 'in' (got: '$for ${e}')`);let i=t.includes(",")?t.split(",").map(s=>s.trim()):[t.trim()];for(let s of i){if(!s)throw new $(`Invalid loop variable - variable name cannot be empty (got: '$for ${e}')`);if(!/^[a-zA-Z_$][a-zA-Z0-9_$]*$/.test(s))throw new $(`Invalid loop syntax (got: '$for ${e}')`)}},Gn=(e,t,r=!1)=>{if(t===null)return new le(`Cannot iterate over null value at '$for ${e}'`);if(t===void 0)return new le(`Cannot iterate over undefined value at '$for ${e}'`);let i=typeof t;return r?new le(`Cannot iterate over non-array value in loop '${e}' - got ${i} instead`):new le(`Cannot iterate over non-array value (got: ${i}) at '$for ${e}'`)},Jn=(e,t)=>{let r=t&&Object.keys(t).length>0?Object.keys(t).join(", "):"no custom functions provided";return new le(`Unknown function '${e}' (${r})`)},Yn=(e,t,r={})=>{let i={},s={};r&&typeof r=="object"&&(r.functions!==void 0||r.partials!==void 0?(i=r.functions||{},s=r.partials||{}):typeof r=="object"&&(i=r));let n=N(e,{functions:i,partials:s},t,{});return n===void 0?{}:n},N=(e,t,r,i)=>{if(t.functions,e.var&&!e.type)return K(e.var,r,i);if(e.type===w.LITERAL)return e.value;if(e.type===w.VARIABLE)return K(e.path,r,i);if(e.type===w.INTERPOLATION)return Xn(e.parts,t,r,i);switch(e.type){case w.FUNCTION:return Bi(e,t,r,i);case w.BINARY:return Di(e,t,r,i);case w.UNARY:return zi(e,t,r,i);case w.CONDITIONAL:return ea(e,t,r,i);case w.LOOP:return na(e,t,r,i);case w.OBJECT:return oa(e,t,r,i);case w.ARRAY:return la(e,t,r,i);case w.PARTIAL:return pa(e,t,r,i);case w.PATH_REFERENCE:return da(e,t,r,i);default:throw new Error(`Unknown node type: ${e.type}`)}},pi=new Map,Zn=e=>{let t=[],r="",i=!1;for(let s=0;s<e.length;s++){let n=e[s];if(n==="[")r&&(t.push({type:"property",value:r}),r=""),i=!0;else if(n==="]"){if(i&&r){let a=r.trim();if(/^\d+$/.test(a))t.push({type:"index",value:parseInt(a,10)});else if(a.startsWith('"')&&a.endsWith('"')||a.startsWith("'")&&a.endsWith("'")){let p=a.slice(1,-1);t.push({type:"property",value:p})}else t.push({type:"property",value:a});r=""}i=!1}else r+=n}return r&&t.push({type:"property",value:r}),t},K=(e,t,r)=>{if(!e)return;if(e in r)return r[e];let i=pi.get(e);if(!i){let n=[],a="",p=0;for(let l=0;l<e.length;l++){let o=e[l];o==="["?(p++,a+=o):o==="]"?(p--,a+=o):o==="."&&p===0?a&&(n.push(a),a=""):a+=o}a&&n.push(a),i=[];for(let l of n){let o=Zn(l.trim());i.push(...o)}pi.set(e,i)}let s=t;for(let n=0;n<i.length;n++){let a=i[n];if(a.type==="property"&&a.value in r){s=r[a.value];continue}if(s==null)return;(a.type==="property"||a.type==="index")&&(s=s[a.value])}return s},Xn=(e,t,r,i)=>{let s=[];for(let n of e)if(typeof n=="string")s.push(n);else{let a=N(n,t,r,i);s.push(a!=null?String(a):"")}return s.join("")},Bi=(e,t,r,i)=>{let s=t.functions||t,n=s[e.name];if(!n)throw Jn(e.name,s);let a=e.args.map(p=>N(p,t,r,i));return n(...a)},Re=(e,t,r,i)=>{if(e.var&&!e.type)return K(e.var,r,i);switch(e.type){case w.VARIABLE:return K(e.path,r,i);case w.LITERAL:return e.value;case w.BINARY:return Di(e,t,r,i);case w.UNARY:return zi(e,t,r,i);case w.FUNCTION:return Bi(e,t,r,i);default:return N(e,t,r,i)}},Di=(e,t,r,i)=>{if(e.op===P.AND||e.op===P.OR){let a=Re(e.left,t,r,i),p=Re(e.right,t,r,i);switch(e.op){case P.AND:return a&&p;case P.OR:return a||p}}let s=N(e.left,t,r,i),n=N(e.right,t,r,i);switch(e.op){case P.EQ:return s==n;case P.NEQ:return s!=n;case P.GT:return s>n;case P.LT:return s<n;case P.GTE:return s>=n;case P.LTE:return s<=n;case P.IN:return Array.isArray(n)?n.includes(s):!1;case P.ADD:if(typeof s!="number"||typeof n!="number")throw new le(`Arithmetic operations require numbers. Got ${typeof s} + ${typeof n}`);return s+n;case P.SUBTRACT:if(typeof s!="number"||typeof n!="number")throw new le(`Arithmetic operations require numbers. Got ${typeof s} - ${typeof n}`);return s-n;default:throw new Error(`Unknown binary operator: ${e.op}`)}},zi=(e,t,r,i)=>{let s=e.op===ir.NOT?Re(e.operand,t,r,i):N(e.operand,t,r,i);switch(e.op){case ir.NOT:return!s;default:throw new Error(`Unknown unary operator: ${e.op}`)}},Qn=(e,t,r,i)=>{if(e.conditions.length===2&&e.conditions[1]===null){let s=e.conditions[0];if(s.type===w.VARIABLE)if(K(s.path,r,i)){let n=e.bodies[0];if(n.type===w.OBJECT&&n.properties.length<=5){let a={};for(let p of n.properties){let l=p.parsedKey?N(p.parsedKey,t,r,i):p.key,o=p.value;if(o.type===w.LITERAL)a[l]=o.value;else if(o.type===w.VARIABLE)a[l]=K(o.path,r,i);else if(o.type===w.INTERPOLATION){let c=[];for(let d of o.parts)if(typeof d=="string")c.push(d);else if(d.type===w.VARIABLE){let u=K(d.path,r,i);c.push(u!=null?String(u):"")}else{let u=N(d,t,r,i);c.push(u!=null?String(u):"")}a[l]=c.join("")}else a[l]=N(o,t,r,i)}return a}}else{let n=e.bodies[1];if(n.type===w.OBJECT&&n.properties.length<=5){let a={};for(let p of n.properties){let l=p.parsedKey?N(p.parsedKey,t,r,i):p.key,o=p.value;if(o.type===w.LITERAL)a[l]=o.value;else if(o.type===w.VARIABLE)a[l]=K(o.path,r,i);else if(o.type===w.INTERPOLATION){let c=[];for(let d of o.parts)if(typeof d=="string")c.push(d);else if(d.type===w.VARIABLE){let u=K(d.path,r,i);c.push(u!=null?String(u):"")}else{let u=N(d,t,r,i);c.push(u!=null?String(u):"")}a[l]=c.join("")}else a[l]=N(o,t,r,i)}return a}}}return null},ea=(e,t,r,i)=>{let s=Qn(e,t,r,i);if(s!==null)return s;for(let n=0;n<e.conditions.length;n++){let a=e.conditions[n];if(a===null||Re(a,t,r,i))return N(e.bodies[n],t,r,i)}return Fi},ta=(e,t)=>{let r=e.body,i=e.itemVar;if(r.type===w.CONDITIONAL&&r.conditions.length===1&&r.conditions[0].type===w.VARIABLE){let s=r.conditions[0].path,n=r.bodies[0];if(s.startsWith(i+".")){let a=s.substring(i.length+1);if(n.type===w.OBJECT&&n.properties.length<=5){for(let l of n.properties)if(l.parsedKey)return null;let p=[];for(let l=0;l<t.length;l++){let o=t[l];if(o[a]){let c={};for(let d of n.properties){let u=d.key,f=d.value;if(f.type===w.LITERAL)c[u]=f.value;else if(f.type===w.VARIABLE){let h=f.path;if(h===i)c[u]=o;else if(h.startsWith(i+".")){let m=h.substring(i.length+1);c[u]=o[m]}else return null}else if(f.type===w.INTERPOLATION){let h=[],m=!0;for(let y of f.parts)if(typeof y=="string")h.push(y);else if(y.type===w.VARIABLE){let b=y.path;if(b===i)h.push(o!=null?String(o):"");else if(b.startsWith(i+".")){let g=b.substring(i.length+1),_=o[g];h.push(_!=null?String(_):"")}else{m=!1;break}}else{m=!1;break}if(!m)return null;c[u]=h.join("")}else return null}p.push(c)}}return p}}}return null},ra=(e,t)=>{let r=e.body,i=e.itemVar,s=ta(e,t);if(s!==null)return s;if(r.type===w.OBJECT&&r.properties.length<=5&&!r.whenCondition){for(let p of r.properties)if(p.parsedKey)return null;let n=[],a=!0;for(let p of r.properties){let l=p.key,o=p.value;if(o.type===w.LITERAL)n.push({key:l,type:"literal",value:o.value});else if(o.type===w.VARIABLE){let c=o.path;if(c===i)n.push({key:l,type:"item"});else if(c.startsWith(i+".")){let d=c.substring(i.length+1);if(!d.includes(".")&&!d.includes("["))n.push({key:l,type:"prop",prop:d});else{a=!1;break}}else{a=!1;break}}else if(o.type===w.INTERPOLATION&&o.parts.length===1){let c=o.parts[0];if(c.type===w.VARIABLE){let d=c.path;if(d===i)n.push({key:l,type:"item_string"});else if(d.startsWith(i+".")){let u=d.substring(i.length+1);if(!u.includes(".")&&!u.includes("["))n.push({key:l,type:"prop_string",prop:u});else{a=!1;break}}else{a=!1;break}}else{a=!1;break}}else{a=!1;break}}if(a){let p=new Array(t.length);if(n.length===3&&n[0].type==="prop"&&n[0].key==="id"&&n[1].type==="prop_string"&&n[1].key==="title"&&n[2].type==="prop"&&n[2].key==="completed")for(let l=0;l<t.length;l++){let o=t[l];p[l]={id:o.id,title:o.title!=null?String(o.title):"",completed:o.completed}}else for(let l=0;l<t.length;l++){let o=t[l],c={};for(let d of n)if(d.type==="literal")c[d.key]=d.value;else if(d.type==="item")c[d.key]=o;else if(d.type==="prop")c[d.key]=o[d.prop];else if(d.type==="item_string")c[d.key]=o!=null?String(o):"";else if(d.type==="prop_string"){let u=o[d.prop];c[d.key]=u!=null?String(u):""}p[l]=c}return p}}return null},ia=(e,t,r,i,s)=>{let n=[],a=e.body;if(a.type===w.OBJECT&&a.fast!==!1){let p=e.itemVar,l=e.indexVar;for(let o=0;o<s.length;o++){let c=s[o],d={},u={...i,[p]:c,...l&&{[l]:o}};u.__paths__||(u.__paths__=i.__paths__||{});let f=e.iterable.path||"";if(i&&i.__paths__&&f){let h=f.split("."),m=h[0];m in i.__paths__&&(f=i.__paths__[m],h.length>1&&(f+="."+h.slice(1).join(".")))}u.__paths__={...u.__paths__,[p]:`${f}[${o}]`,...l&&{[l]:o}};for(let h of a.properties){let m=h.parsedKey?N(h.parsedKey,t,r,u):h.key,y=h.value;if(y.type===w.LITERAL)d[m]=y.value;else if(y.type===w.VARIABLE){let b=y.path;if(b===p)d[m]=c;else if(b===l)d[m]=o;else if(b.startsWith(p+".")){let g=b.substring(p.length+1);!g.includes(".")&&!g.includes("[")?d[m]=c[g]:d[m]=K(b,r,{...i,[p]:c,...l&&{[l]:o}})}else d[m]=K(b,r,{...i,[p]:c,...l&&{[l]:o}})}else if(y.type===w.INTERPOLATION){let b=[];for(let g of y.parts)if(typeof g=="string")b.push(g);else if(g.type===w.VARIABLE){let _=g.path,S;if(_===p)S=c;else if(_===l)S=o;else if(_.startsWith(p+".")){let A=_.substring(p.length+1);!A.includes(".")&&!A.includes("[")?S=c[A]:S=K(_,r,{...i,[p]:c,...l&&{[l]:o}})}else S=K(_,r,{...i,[p]:c,...l&&{[l]:o}});b.push(S!=null?String(S):"")}else{let _={...i,[p]:c,...l&&{[l]:o}},S=N(g,t,r,_);b.push(S!=null?String(S):"")}d[m]=b.join("")}else{let b={...i,[p]:c,...l&&{[l]:o}};d[m]=N(y,t,r,b)}}n.push(d)}return n}return null},sa=(e,t,r)=>{let i=e.body;if(i.type===w.OBJECT&&i.properties.length===1&&i.properties[0].key==="$if item.visible"){let s=i.properties[0].value;if(s.type===w.CONDITIONAL&&s.conditions.length===1&&s.conditions[0].type===w.VARIABLE&&s.conditions[0].path==="item.visible"){let n=s.bodies[0];if(n.type===w.OBJECT&&n.properties.length===2){let a=n.properties[0],p=n.properties[1];if(a.key==="id"&&a.value.type===w.VARIABLE&&a.value.path==="item.id"&&p.key==="$if item.highlighted"&&p.value.type===w.CONDITIONAL){let l=[];for(let o=0;o<t.length;o++){let c=t[o];if(c.visible){let d={id:c.id};c.highlighted?(d.highlight=!0,d.message=`This item is highlighted: ${c.name}`):(d.highlight=!1,d.message=c.name),l.push(d)}}return l}}}}return null},na=(e,t,r,i)=>{let s=N(e.iterable,t,r,i);if(!Array.isArray(s)){let o,c=!1;if(e.iterable.type===w.FUNCTION){c=!0;let u=e.iterable.args.map(f=>f.type===w.LITERAL?typeof f.value=="string"?`'${f.value}'`:String(f.value):f.type===w.VARIABLE?f.path:f.type===w.FUNCTION?`${f.name}(...)`:"?").join(", ");o=`${e.iterable.name}(${u})`}else o=e.iterable.path||"undefined";let d=`${e.itemVar}${e.indexVar?`, ${e.indexVar}`:""} in ${o}`;throw Gn(d,s,c)}if(!e.indexVar){let o=sa(e,s,e.itemVar);if(o!==null)return o}if(!e.indexVar){let o=ra(e,s);if(o!==null)return o}let n=ia(e,t,r,i,s);if(n!==null)return n;let a=[],p=e.iterable.path||"";if(i&&i.__paths__&&p){let o=p.split("."),c=o[0];c in i.__paths__&&(p=i.__paths__[c],o.length>1&&(p+="."+o.slice(1).join(".")))}let l=!1;e.body.type===w.ARRAY&&(e.body.items.length<=1?l=!1:l=e.body._shouldPreserveArray??=e.body.items.some(o=>o.type===w.OBJECT&&o.properties.some(c=>c.key.startsWith("$if ")||c.key.startsWith("$when "))));for(let o=0;o<s.length;o++){let c=e.indexVar?{...i,[e.itemVar]:s[o],[e.indexVar]:o}:{...i,[e.itemVar]:s[o]};c.__paths__||(c.__paths__=i.__paths__||{}),c.__paths__={...c.__paths__,[e.itemVar]:`${p}[${o}]`},e.indexVar&&(c.__paths__[e.indexVar]=o);let d=N(e.body,t,r,c);if(Array.isArray(d)&&d.length===1&&!l){let u=d[0];a.push(u===void 0?{}:u)}else a.push(d===void 0?{}:d)}return a},aa=(e,t,r,i)=>{if(e.whenCondition)return null;if(e.properties.length===1){let s=e.properties[0],n=s.parsedKey?N(s.parsedKey,t,r,i):s.key,a=s.value;if(a.type===w.OBJECT&&a.properties.length<=10&&!a.whenCondition){let p={},l={},o=!0;for(let c of a.properties){let d=c.parsedKey?N(c.parsedKey,t,r,i):c.key,u=c.value;if(u.type===w.LITERAL)l[d]=u.value;else if(u.type===w.VARIABLE)l[d]=K(u.path,r,i);else if(u.type===w.INTERPOLATION){let f=[];for(let h of u.parts)if(typeof h=="string")f.push(h);else if(h.type===w.VARIABLE){let m=K(h.path,r,i);f.push(m!=null?String(m):"")}else{o=!1;break}if(!o)break;l[d]=f.join("")}else if(u.type===w.OBJECT&&u.properties.length<=5){let f={};for(let h of u.properties){let m=h.key,y=h.value;if(y.type===w.LITERAL)f[m]=y.value;else if(y.type===w.VARIABLE)f[m]=K(y.path,r,i);else if(y.type===w.INTERPOLATION){let b=[];for(let g of y.parts)if(typeof g=="string")b.push(g);else if(g.type===w.VARIABLE){let _=K(g.path,r,i);b.push(_!=null?String(_):"")}else{o=!1;break}if(!o)break;f[m]=b.join("")}else{o=!1;break}}if(!o)break;l[d]=f}else{o=!1;break}}if(o)return p[n]=l,p}}return null},oa=(e,t,r,i)=>{let s=t.functions||t;if(e.whenCondition&&!Re(e.whenCondition,s,r,i))return;let n=aa(e,t,r,i);if(n!==null)return n;if(e.fast){let l={};for(let o of e.properties){let c=o.parsedKey?N(o.parsedKey,t,r,i):o.key,d=o.value;if(d.type===w.LITERAL)l[c]=d.value;else if(d.type===w.VARIABLE)l[c]=K(d.path,r,i);else if(d.type===w.INTERPOLATION){let u=[];for(let f of d.parts)if(typeof f=="string")u.push(f);else if(f.type===w.VARIABLE){let h=K(f.path,r,i);u.push(h!=null?String(h):"")}else{let h=N(f,t,r,i);u.push(h!=null?String(h):"")}l[c]=u.join("")}else l[c]=N(d,t,r,i)}return l}let a={},p=!1;for(let l of e.properties)if(!l.key.startsWith("$if ")&&!l.key.match(/^\$if\s+\w+.*:?$/)&&!l.key.startsWith("$elif")&&!l.key.startsWith("$else")&&!l.key.startsWith("$for ")){p=!0;break}for(let l of e.properties)if(l.key.startsWith("$if ")||l.key.match(/^\$if\s+\w+.*:?$/)){let o=N(l.value,t,r,i);if(!p&&o!==null&&o!==void 0)return Array.isArray(o)&&o.length===1?o[0]:o;typeof o=="object"&&o!==null&&!Array.isArray(o)&&Object.assign(a,o)}else if(l.key.startsWith("$for ")){if(e.properties.length===1)return N(l.value,t,r,i)}else{let o=l.value;if(o&&o.type===w.OBJECT&&o.properties){let c=o.properties.find(d=>d.key.startsWith("$for "));if(c){let d=N(c.value,t,r,i);d!==void 0&&(a[l.key]=d)}else{let d=N(l.value,t,r,i);d!==void 0&&(a[l.key]=d)}}else{let c=l.parsedKey?N(l.parsedKey,t,r,i):l.key,d=N(l.value,t,r,i);d!==void 0&&(a[c]=d)}}return a},Fi={},la=(e,t,r,i)=>{let s=[];for(let n of e.items)if(n.type===w.LOOP){let a=N(n,t,r,i);Array.isArray(a)&&n.flatten!==!1?s.push(...a):s.push(a)}else{let a=N(n,t,r,i);a!==Fi&&a!==void 0&&s.push(a)}return s},pa=(e,t,r,i)=>{let{name:s,data:n,whenCondition:a}=e,p=t.partials||{},l=t.functions||t;if(a&&!Re(a,l,r,i))return;if(!p[s])throw new le(`Partial '${s}' is not defined`);let o=i._partialStack||[];if(o.includes(s))throw new le(`Circular partial reference detected: ${s}`);let c=p[s],d=r,u={...i,_partialStack:[...o,s]};if(i){d={...r};for(let f of Object.keys(i))f.startsWith("_")||(d[f]=i[f])}if(n){let f=N(n,t,r,i);d={...d,...f}}return N(c,t,d,u)},da=(e,t,r,i)=>{let{path:s}=e,n=s.split("."),a=n[0],p=n.slice(1);if(!i||!(a in i))throw new le(`Path reference '#{${s}}' refers to '${a}' which is not a loop variable in the current scope`);if(i.__paths__||(i.__paths__={}),!(a in i.__paths__))throw new le(`Path reference '#{${s}}' cannot be resolved - path tracking may not be initialized properly`);let l=i.__paths__[a];if(typeof l=="number"){if(p.length>0)throw new le(`Path reference '#{${s}}' - cannot access properties on index variable '${a}'`);return String(l)}return p.length>0&&(l+="."+p.join(".")),l},ca=/\$\{([^}]*)\}/g,ha=/#\{([^}]*)\}/g,Wi=(e,t={})=>{let r=e.match(/^(\w+)\((.*)\)$/);if(!r)return{isFunction:!1};let[,i,s]=r,n=ua(s,t);return{isFunction:!0,type:w.FUNCTION,name:i,args:n}},ua=(e,t={})=>e.trim()?fa(e).map(r=>ma(r.trim(),t)):[],fa=e=>{let t=[],r="",i=0,s=!1,n="";for(let a=0;a<e.length;a++){let p=e[a],l=a>0?e[a-1]:"";!s&&(p==='"'||p==="'")?(s=!0,n=p,r+=p):s&&p===n&&l!=="\\"?(s=!1,n="",r+=p):!s&&p==="("?(i++,r+=p):!s&&p===")"?(i--,r+=p):!s&&p===","&&i===0?(t.push(r),r=""):r+=p}return r&&t.push(r),t},ma=(e,t={})=>{if(e.startsWith('"')&&e.endsWith('"')||e.startsWith("'")&&e.endsWith("'"))return{type:w.LITERAL,value:e.slice(1,-1)};if(/^-?\d+(\.\d+)?$/.test(e))return{type:w.LITERAL,value:parseFloat(e)};if(e==="true")return{type:w.LITERAL,value:!0};if(e==="false")return{type:w.LITERAL,value:!1};if(e==="null")return{type:w.LITERAL,value:null};let r=Wi(e,t);if(r.isFunction)return{type:r.type,name:r.name,args:r.args};let i=e.trim(),s=[{op:" + ",type:"ADD"},{op:" - ",type:"SUBTRACT"}],n=-1;for(let{op:a,type:p}of s){let l=0;for(;l<i.length;){let o=Oe(i.substring(l),a);if(o===-1)break;let c=l+o;c>n&&(n=c),l=c+a.length}}if(n!==-1)try{return X(i,t)}catch{return{type:w.VARIABLE,path:i}}return{type:w.VARIABLE,path:i}},Mi=/^\w+\(.*\)$/,ya=/\s[+\-*/%]\s|\|\||&&|\?\?|.*\?.*:/,ga=e=>{if(!(!e||e.trim()===""||Mi.test(e))&&ya.test(e))throw e.includes("?")&&e.includes(":")?new $(`Complex expressions not supported in variable replacements - consider calculating the value in your data instead. Offending expression: "${e}"`):e.includes("||")||e.includes("&&")||e.includes("??")?new $(`Logical operators not supported in variable replacements - consider calculating the value in your data instead (operators like ||, &&, ?? are not supported). Offending expression: "${e}"`):new $(`Arithmetic expressions not supported in variable replacements - consider calculating '${e}' in your data instead (expressions with +, -, *, /, % are not supported). Offending expression: "${e}"`)},di=e=>{let t=e.trim();if(Mi.test(t))throw new $(`Functions are not supported in path references - path references can only refer to loop variables. Offending expression: "#{${e}}"`);if(t.includes("["))throw new $(`Array indices not supported in path references - use simple variable names or properties. Offending expression: "#{${e}}"`);if(/[+\-*/%]/.test(t))throw new $(`Arithmetic expressions not supported in path references - path references can only refer to loop variables. Offending expression: "#{${e}}"`);if(/\|\||&&/.test(t))throw new $(`Logical operators not supported in path references - path references can only refer to loop variables. Offending expression: "#{${e}}"`);if(t.includes("?")&&t.includes(":"))throw new $(`Complex expressions not supported in path references - path references can only refer to loop variables. Offending expression: "#{${e}}"`);return{type:w.PATH_REFERENCE,path:t}},dt=(e,t={})=>{let r=e.trim();ga(r);let i=Wi(r,t);if(i.isFunction)return{type:i.type,name:i.name,args:i.args};if(r.includes("[")&&!/[\s+\-*/%|&?:]/.test(r)){let s=0;for(let n of r)n==="["?s++:n==="]"&&s--;if(s!==0)throw new Error("Invalid array index syntax")}return{type:w.VARIABLE,path:r}},Ki=(e,t={})=>{let r=e,i=[];(e.includes("\\${")||e.includes("\\#{"))&&(r=e.replace(/\\\\(\$\{[^}]*\})/g,"\\DOUBLE_ESC_VAR$1"),r=r.replace(/\\\\(#\{[^}]*\})/g,"\\DOUBLE_ESC_PATH$1"),r=r.replace(/\\(\$\{[^}]*\})/g,(o,c)=>{let d=`__ESCAPED_${i.length}__`;return i.push(c),d}),r=r.replace(/\\(#\{[^}]*\})/g,(o,c)=>{let d=`__ESCAPED_${i.length}__`;return i.push(c),d}),r=r.replace(/\\DOUBLE_ESC_VAR/g,"\\"),r=r.replace(/\\DOUBLE_ESC_PATH/g,"\\"));let s=[...r.matchAll(ca)],n=[...r.matchAll(ha)],a=[...s.map(o=>({match:o,type:"variable"})),...n.map(o=>({match:o,type:"pathref"}))].sort((o,c)=>o.match.index-c.match.index);if(a.length===0){let o=r;for(let c=0;c<i.length;c++)o=o.replace(`__ESCAPED_${c}__`,i[c]);return{type:w.LITERAL,value:o}}if(a.length===1&&a[0].match[0]===r&&i.length===0){let{match:o,type:c}=a[0];try{return c==="variable"?dt(o[1],t):di(o[1])}catch(d){if(d.message==="Invalid array index syntax")return{type:w.LITERAL,value:r};throw d}}let p=[],l=0;for(let{match:o,type:c}of a){let[d,u]=o,f=o.index;if(f>l){let h=r.substring(l,f);for(let m=0;m<i.length;m++)h=h.replace(`__ESCAPED_${m}__`,i[m]);h&&p.push(h)}try{let h;c==="variable"?h=dt(u.trim(),t):h=di(u.trim()),p.push(h)}catch(h){if(h.message==="Invalid array index syntax")p.push(d);else throw h}l=f+d.length}if(l<r.length){let o=r.substring(l);for(let c=0;c<i.length;c++)o=o.replace(`__ESCAPED_${c}__`,i[c]);o&&p.push(o)}return{type:w.INTERPOLATION,parts:p}},Se=(e,t)=>typeof e=="string"?Ki(e,t):typeof e=="object"&&e!==null?Array.isArray(e)?va(e,t):wa(e,t):{type:w.LITERAL,value:e},ba=e=>{let{$each:t,...r}=e;if(typeof t!="string")throw new $("$each value must be a non-empty string");let i=t.trim();if(i==="")throw new $("$each value must be a non-empty string");if(Object.keys(r).length===0)throw new $("Empty $each body not allowed");if(r.$partial!==void 0)throw new $("Cannot use $partial with $each at the same level. Wrap $partial in a parent object if you need conditionals.");return{[`$for ${i}`]:r}},va=(e,t)=>{let r=[],i=!1;for(let s=0;s<e.length;s++){let n=e[s];if(typeof n=="object"&&n!==null&&!Array.isArray(n)){if(n.$each!==void 0)try{let l=ba(n),o=Object.keys(l);if(o.length===1&&/^\$for(?::\w+)?\s/.test(o[0])){let c=ci(o[0],l[o[0]],t,!0);r.push(c),i=!0;continue}}catch(l){throw l instanceof $?l:new $(l.message)}let p=Object.keys(n);if(p.length===1&&/^\$for(?::\w+)?\s/.test(p[0])){let l=ci(p[0],n[p[0]],t);r.push(l),i=!0;continue}}let a=Se(n,t);r.push(a),(a.type===w.FUNCTION||a.type===w.CONDITIONAL||a.type===w.LOOP||a.type===w.PARTIAL||a.type===w.OBJECT&&!a.fast||a.type===w.ARRAY&&!a.fast)&&(i=!0)}return{type:w.ARRAY,items:r,fast:!i}},wa=(e,t)=>{let r=[],i=!1,s=null,n=Object.entries(e),a=0;if(e.$partial!==void 0){if(typeof e.$partial!="string")throw new $("$partial value must be a string");if(e.$partial.trim()==="")throw new $("$partial value cannot be an empty string");let l=["$if","$elif","$else","$for"],o=[];for(let[b]of n)for(let g of l)if(b===g||b.startsWith(g+" ")||b.startsWith(g+"#")){o.push(g);break}if(o.length>0)throw new $(`Cannot use $partial with ${o.join(", ")} at the same level. Wrap $partial in a parent object if you need conditionals.`);let{$partial:c,$when:d,...u}=e,f={},h=!1;for(let[b,g]of Object.entries(u)){let _=b;(b.startsWith("\\$")||b.startsWith("$$"))&&(_=b.slice(1)),f[_]=g,h=!0}let m=null;if(h&&(m=Se(f,t),m.type===w.OBJECT)){let b=!1;for(let g of m.properties)if(g.value.type===w.VARIABLE||g.value.type===w.INTERPOLATION||g.value.type===w.FUNCTION||g.value.type===w.CONDITIONAL||g.value.type===w.OBJECT&&!g.value.fast||g.value.type===w.ARRAY&&!g.value.fast){b=!0;break}b&&(m.fast=!1)}let y={type:w.PARTIAL,name:c,data:m};if(d!==void 0){let b;if(typeof d=="string"){if(d.trim()==="")throw new $("Empty condition expression after '$when'");b=X(d,t)}else b={type:w.LITERAL,value:d};y.whenCondition=b}return y}for(let[l,o]of n)if(l==="$when"){if(s!==null)throw new $("Multiple '$when' directives on the same object are not allowed");if(o==null)throw new $("Missing condition expression after '$when'");let c=typeof o=="string"?o:JSON.stringify(o);if(c.trim()==="")throw new $("Empty condition expression after '$when'");s=X(c,t),i=!0}else if(l.startsWith("$when#")||l.startsWith("$when "))throw new $("'$when' does not support ID syntax or inline conditions - use '$when' as a property");for(;a<n.length;){let[l,o]=n[a];if(l==="$when"){a++;continue}if(l==="$each")throw new $("$each can only be used inside arrays");if(l.startsWith("$if ")||l.match(/^\$if#\w+\s/)||l.match(/^\$if\s+\w+.*:$/)){let c=_a(n,a,t);r.push({key:l,value:c.node}),i=!0,a=c.nextIndex}else if(/^\$for(?::\w+)?\s/.test(l)){let c=l.match(/^\$for(?::(\w+))?\s/)?.[1]||"",d=c?`:${c}`:"";throw new $(`$for loops must be inside arrays - use '- $for${d} item in items:' instead of '$for${d} item in items:'. For cleaner object generation syntax, consider using $each.`)}else{if(l.startsWith("$elif ")||l.startsWith("$else"))throw new $(`'${l.split(" ")[0]}' without matching '$if'`);if(l==="$if"||l==="$if:")throw new $("Missing condition expression after '$if'");{let c=Se(o,t);(c.type===w.FUNCTION||c.type===w.CONDITIONAL||c.type===w.PARTIAL||c.type===w.OBJECT&&!c.fast||c.type===w.ARRAY&&!c.fast)&&(i=!0);let d=Ki(l,t),u={key:l,value:c};(d.type!==w.LITERAL||d.value!==l)&&(u.parsedKey=d),r.push(u),a++}}}let p={type:w.OBJECT,properties:r,fast:!i};return s&&(p.whenCondition=s),p},_a=(e,t,r={})=>{let i=[],s=[],n=t,[a,p]=e[n],l=null,o;if(a.startsWith("$if#")){let d=a.match(/^\$if#(\w+)\s+(.+)$/);if(d)l=d[1],o=d[2];else throw new $(`Invalid conditional syntax: ${a}`)}else o=a.substring(4),o.endsWith(":")&&(o=o.slice(0,-1).trim());li(o);let c=X(o,r);for(i.push(c),s.push(Se(p,r)),n++;n<e.length;){let[d,u]=e[n],f=!1,h;if(l?d.startsWith(`$elif#${l} `)?(h=d.substring(`$elif#${l} `.length),h.endsWith(":")&&(h=h.slice(0,-1).trim()),f=!0):(d===`$else#${l}`||d===`$else#${l}:`)&&(f=!0,h=null):d.startsWith("$elif ")?(h=d.substring(6),h.endsWith(":")&&(h=h.slice(0,-1).trim()),f=!0):(d==="$else"||d==="$else:")&&(f=!0,h=null),f){if(h===null)i.push(null);else{li(h);let m=X(h,r);i.push(m)}if(s.push(Se(u,r)),n++,h===null)break}else break}return{node:{type:w.CONDITIONAL,conditions:i,bodies:s,id:l},nextIndex:n}},X=(e,t={})=>{if(e=e.trim(),e.startsWith("(")&&e.endsWith(")")){let o=e.slice(1,-1),c=0,d=!0;for(let u=0;u<o.length;u++)if(o[u]==="("?c++:o[u]===")"&&c--,c<0){d=!1;break}if(d&&c===0)return X(o,t)}let r=Oe(e,"||");if(r!==-1)return{type:w.BINARY,op:P.OR,left:X(e.substring(0,r).trim(),t),right:X(e.substring(r+2).trim(),t)};let i=Oe(e,"&&");if(i!==-1)return{type:w.BINARY,op:P.AND,left:X(e.substring(0,i).trim(),t),right:X(e.substring(i+2).trim(),t)};let s=[{op:">=",type:P.GTE},{op:"<=",type:P.LTE},{op:"==",type:P.EQ},{op:"!=",type:P.NEQ},{op:">",type:P.GT},{op:"<",type:P.LT},{op:" in ",type:P.IN}];for(let{op:o,type:c}of s){let d=Oe(e,o);if(d!==-1)return{type:w.BINARY,op:c,left:X(e.substring(0,d).trim(),t),right:X(e.substring(d+o.length).trim(),t)}}let n=-1,a=null,p=[{op:" + ",type:P.ADD},{op:" - ",type:P.SUBTRACT}];for(let{op:o,type:c}of p){let d=0;for(;d<e.length;){let u=Oe(e.substring(d),o);if(u===-1)break;let f=d+u;f>n&&(n=f,a={op:o,type:c}),d=f+o.length}}if(n!==-1&&a)return{type:w.BINARY,op:a.type,left:X(e.substring(0,n).trim(),t),right:X(e.substring(n+a.op.length).trim(),t)};let l=[" * "," / "," % "];for(let o of l)if(Oe(e,o)!==-1)throw new $(`Arithmetic operations are not allowed in conditionals: "${o}"`);return e.startsWith("!")?{type:w.UNARY,op:ir.NOT,operand:X(e.substring(1).trim(),t)}:Ui(e,t)},Oe=(e,t)=>{let r=0,i=0;for(;i<=e.length-t.length;){if(e[i]==="(")r++;else if(e[i]===")")r--;else if(r===0&&e.substring(i,i+t.length)===t)return i;i++}return-1},xa=e=>{if(e=e.trim(),e==="true")return{type:w.LITERAL,value:!0};if(e==="false")return{type:w.LITERAL,value:!1};if(e==="null")return{type:w.LITERAL,value:null};if(e.startsWith('"')&&e.endsWith('"')||e.startsWith("'")&&e.endsWith("'"))return{type:w.LITERAL,value:e.slice(1,-1)};if(e==='""'||e==="''")return{type:w.LITERAL,value:""};if(e==="{}")return{type:w.LITERAL,value:{}};if(e==="[]")return{type:w.LITERAL,value:[]};let t=Number(e);return!isNaN(t)&&isFinite(t)?{type:w.LITERAL,value:t}:{type:w.VARIABLE,path:e}},Ui=(e,t)=>{let r=e.trim();if(r.match(/^(\w+)\((.*)\)$/))return dt(r,t);let i=xa(r);if(i.type===w.LITERAL)return i;if(/^[a-zA-Z_$][\w.$]*$/.test(r))return{type:w.VARIABLE,path:r};try{return dt(r,t)}catch(s){if(s.message&&s.message.includes("not supported"))return i;throw s}},Sa=(e,t=!1)=>{try{qn(e)}catch(r){if(r instanceof $&&t){let i=r.message.replace(/\$for/g,"$each");throw new $(i.replace("Parse Error: ",""))}throw r}},ci=(e,t,r,i=!1)=>{let s=/^\$for(?::(\w+))?\s+(.+)$/,n=e.match(s);if(!n){let y=i?"$each":"$for";throw new $(`Invalid loop syntax (got: '${e.replace("$for",y)}')`)}let a=n[1],p=n[2].trim();Sa(p,i);let l=p.match(/^(.+?)\s+in\s+(.+)$/);if(!l){let y=i?"$each":"$for";throw new $(`Invalid loop syntax - missing 'in' keyword (got: '${y} ${p}')`)}let o=l[1].trim(),c=l[2].trim(),d,u=null;if(o.includes(",")){let y=o.split(",").map(b=>b.trim());if(y.length!==2)throw new $(`Invalid loop variables: ${o}. Expected format: "item" or "item, index"`);d=y[0],u=y[1]}else d=o;let f=["this","undefined","null","true","false"];if(f.includes(d))throw new $(`Reserved variable name: ${d}`);if(u&&f.includes(u))throw new $(`Reserved variable name: ${u}`);let h=Ui(c,r),m=Se(t,r);return{type:w.LOOP,itemVar:d,indexVar:u,iterable:h,body:m,flatten:a!=="nested"}},hi=(e,t={})=>{let{functions:r={}}=t;return Se(e,r)},Aa=()=>Date.now(),Ea=Object.freeze(Object.defineProperty({__proto__:null,now:Aa},Symbol.toStringTag,{value:"Module"})),ka=(e,t,r={})=>{let{functions:i={},partials:s={}}=r,n={...Ea,...i},a=hi(e,{functions:n}),p={};for(let[l,o]of Object.entries(s))p[l]=hi(o,{functions:n});return Yn(a,t,{functions:n,partials:p})},br=e=>e!==null&&typeof e=="object",ct=e=>br(e)&&!Array.isArray(e),$a=e=>typeof e=="string"&&e.includes("."),Hi=e=>typeof e=="string"&&/[\[\]]/.test(e);function qi(e,t){let r={};for(let i of t){if(typeof i!="string"||i.length===0)continue;let s=pe(e,i);s!==void 0&&he(r,i,s)}return r}function Ca(e){if(!ct(e)||!Array.isArray(e.fields))return e;let t=(r=[])=>r.map(i=>{if(!ct(i))return i;if(typeof i.$when=="string"&&i.$when.trim().length>0){let{$when:s,...n}=i,a=Array.isArray(n.fields)?{...n,fields:t(n.fields)}:n;return{[`$if ${s}`]:a}}return Array.isArray(i.fields)?{...i,fields:t(i.fields)}:i});return{...e,fields:t(e.fields)}}var pe=(e,t,r=void 0)=>{if(!t||!br(e)||Hi(t))return r;let i=t.split(".").filter(n=>n!==""),s=e;for(let n of i){if(s==null||!(n in s))return Object.prototype.hasOwnProperty.call(e,t)?e[t]:r;s=s[n]}return s},he=(e,t,r)=>{if(!br(e)||typeof t!="string"||t.length===0||Hi(t))return e;let i=t.split(".").filter(n=>n!=="");if(i.length===0)return e;$a(t)&&Object.prototype.hasOwnProperty.call(e,t)&&delete e[t];let s=e;for(let n=0;n<i.length-1;n++){let a=i[n];(!(a in s)||typeof s[a]!="object"||s[a]===null)&&(s[a]={}),s=s[a]}return s[i[i.length-1]]=r,e},Ia=["id","class","style","slot","form","defaultValues","disabled","context"],Oa=(e={})=>Object.entries(e).filter(([t,r])=>!(Ia.includes(t)||r==null||typeof r=="object"||typeof r=="function")).map(([t,r])=>`${t}=${String(r)}`).join(" "),Ta={email:/^[^\s@]+@[^\s@]+\.[^\s@]+$/,url:/^https?:\/\/.+/},ce={required:"This field is required",minLength:e=>`Must be at least ${e} characters`,maxLength:e=>`Must be at most ${e} characters`,pattern:"Invalid format",invalidDate:"Invalid date format",invalidTime:"Invalid time format",invalidDateTime:"Invalid date and time format",minTemporal:e=>`Must be on or after ${e}`,maxTemporal:e=>`Must be on or before ${e}`},La="input-date",Na="input-time",Ra="input-datetime",Va=/^(\d{4})-(\d{2})-(\d{2})$/,ja=/^(\d{2}):(\d{2})(?::(\d{2}))?$/,Pa=/^(\d{4}-\d{2}-\d{2})T(\d{2}:\d{2}(?::\d{2})?)$/,Ba=e=>{if(typeof e!="string")return null;let t=Va.exec(e);if(!t)return null;let r=Number(t[1]),i=Number(t[2]),s=Number(t[3]);if(!Number.isInteger(r)||!Number.isInteger(i)||!Number.isInteger(s)||i<1||i>12||s<1||s>31)return null;let n=new Date(Date.UTC(r,i-1,s));return n.getUTCFullYear()===r&&n.getUTCMonth()===i-1&&n.getUTCDate()===s?{year:r,month:i,day:s}:null},Da=e=>{if(typeof e!="string")return null;let t=ja.exec(e);if(!t)return null;let r=Number(t[1]),i=Number(t[2]),s=t[3]===void 0?0:Number(t[3]);return!Number.isInteger(r)||!Number.isInteger(i)||!Number.isInteger(s)||r<0||r>23||i<0||i>59||s<0||s>59?null:{hour:r,minute:i,second:s}},Gi=e=>{let t=Da(e);return t?`${String(t.hour).padStart(2,"0")}:${String(t.minute).padStart(2,"0")}:${String(t.second).padStart(2,"0")}`:null},Ji=e=>Ba(e)?e:null,za=e=>{if(typeof e!="string")return null;let t=Pa.exec(e);if(!t)return null;let r=Ji(t[1]),i=Gi(t[2]);return!r||!i?null:`${r}T${i}`},Fa=e=>e===La?{normalize:Ji,invalidMessage:ce.invalidDate}:e===Na?{normalize:Gi,invalidMessage:ce.invalidTime}:e===Ra?{normalize:za,invalidMessage:ce.invalidDateTime}:null,Wa=(e,t)=>{let r=Fa(e.type);if(!r||t==null||t==="")return null;let i=r.normalize(String(t));if(!i)return r.invalidMessage;if(e.min!==void 0&&e.min!==null&&String(e.min)!==""){let s=r.normalize(String(e.min));if(s&&i<s)return ce.minTemporal(String(e.min))}if(e.max!==void 0&&e.max!==null&&String(e.max)!==""){let s=r.normalize(String(e.max));if(s&&i>s)return ce.maxTemporal(String(e.max))}return null},gt=(e,t)=>{if(e.required){let i=t==null||t===""||typeof t=="boolean"&&t===!1,s=e.type==="input-number"&&t===null;if(e.type==="input-number"?s:i)return typeof e.required=="object"&&e.required.message?e.required.message:ce.required}let r=Wa(e,t);if(r)return r;if(Array.isArray(e.rules))for(let i of e.rules){let s=Ma(i,t);if(s)return s}return null},Ma=(e,t)=>{if(t==null||t==="")return null;let r=String(t);switch(e.rule){case"minLength":return r.length<e.value?e.message||ce.minLength(e.value):null;case"maxLength":return r.length>e.value?e.message||ce.maxLength(e.value):null;case"pattern":{let i=Ta[e.value];if(!i)try{i=new RegExp(e.value)}catch{return e.message||ce.pattern}return i.test(r)?null:e.message||ce.pattern}default:return null}},bt=(e,t)=>{let r={},i=se(e);for(let s of i){let n=pe(t,s.name),a=gt(s,n);a&&(r[s.name]=a)}return{valid:Object.keys(r).length===0,errors:r}},Ka=["section","read-only-text","slot"],vr=e=>!Ka.includes(e.type),se=e=>{let t=[];for(let r of e)r.type==="section"&&Array.isArray(r.fields)?t.push(...se(r.fields)):vr(r)&&t.push(r);return t},wr=e=>{switch(e.type){case"input-text":case"input-date":case"input-time":case"input-datetime":case"input-textarea":case"popover-input":return"";case"input-number":return null;case"select":return null;case"checkbox":return!1;case"color-picker":return"#000000";case"slider":case"slider-with-input":return e.min!==void 0?e.min:0;case"image":return null;default:return null}},_r=(e,t=0)=>{let r=[],i=t;for(let s of e)if(s.type==="section"){if(r.push({...s,_isSection:!0,_idx:i}),i++,Array.isArray(s.fields)){let n=_r(s.fields,i);r.push(...n),i+=n.length}}else r.push({...s,_isSection:!1,_idx:i}),i++;return r},Ua=()=>Object.freeze({formValues:{},errors:{},reactiveMode:!1,tooltipState:{open:!1,x:0,y:0,content:""}}),ee=({state:e,props:t})=>{let{form:r={}}=t||{},i=Ca(r),s=ct(t?.context)?t.context:{},n=ct(e?.formValues)?e.formValues:{},a={...s,...n,formValues:n};return Object.keys(a).length>0?ka(i,a):i},Ha=({state:e,props:t})=>{let r=Oa(t),i=ee({state:e,props:t}),s=i.fields||[],n=!!t?.disabled,a=_r(s);a.forEach(d=>{if(d._isSection)return;let u=vr(d);if(d._disabled=n||!!d.disabled,u&&d.name&&(d._error=e.errors[d.name]||null),d.type==="input-text"&&(d._inputType=d.inputType||"text"),d.type==="select"){let f=pe(e.formValues,d.name);d._selectedValue=f!==void 0?f:null,d.placeholder=d.placeholder||"",d.noClear=d.clearable===!1}if(d.type==="image"){let f=pe(e.formValues,d.name);d._imageSrc=f&&String(f).trim()?f:null,d.placeholderText=d.placeholderText||"No Image"}if(d.type==="read-only-text"&&(d.content=d.content||""),d.type==="checkbox"){let f=typeof d.content=="string"?d.content:typeof d.checkboxLabel=="string"?d.checkboxLabel:"";d._checkboxText=f}});let p=i.actions||{buttons:[]},l=p.layout||"split",o=(p.buttons||[]).map((d,u)=>({...d,_globalIdx:u,variant:d.variant||"se",_disabled:n||!!d.disabled,pre:d.pre||"",suf:d.suf||""})),c;return l==="split"?c={_layout:"split",buttons:o,_leftButtons:o.filter(d=>d.align==="left"),_rightButtons:o.filter(d=>d.align!=="left")}:c={_layout:l,buttons:o,_allButtons:o},{containerAttrString:r,title:i?.title||"",description:i?.description||"",flatFields:a,actions:c,formValues:e.formValues,tooltipState:e.tooltipState}},$e=({state:e,props:t})=>{let r=ee({state:e,props:t}),i=se(r.fields||[]);return qi(e.formValues,i.map(s=>s.name).filter(s=>typeof s=="string"&&s.length>0))},qa=({state:e,props:t},r={})=>{let{name:i,value:s}=r;i&&(he(e.formValues,i,s),et({state:e,props:t}))},et=({state:e,props:t})=>{if(!t)return;let r=ee({state:e,props:t}),i=se(r.fields||[]);e.formValues=qi(e.formValues,i.map(s=>s.name).filter(s=>typeof s=="string"&&s.length>0))},Ga=({state:e},t={})=>{let{values:r}=t;!r||typeof r!="object"||Object.keys(r).forEach(i=>{he(e.formValues,i,r[i])})},Ja=({state:e},t={})=>{let{defaultValues:r={}}=t;e.formValues=r?structuredClone(r):{},e.errors={},e.reactiveMode=!1},Ya=({state:e},t={})=>{e.errors=t.errors||{}},Za=({state:e},t={})=>{let{name:r}=t;r&&e.errors[r]&&delete e.errors[r]},Xa=({state:e})=>{e.reactiveMode=!0},Qa=({state:e},t={})=>{let{x:r,y:i,content:s}=t;e.tooltipState={open:!0,x:r,y:i,content:s}},eo=({state:e})=>{e.tooltipState={...e.tooltipState,open:!1}},to=Object.freeze(Object.defineProperty({__proto__:null,clearFieldError:Za,collectAllDataFields:se,createInitialState:Ua,flattenFields:_r,get:pe,getDefaultValue:wr,hideTooltip:eo,isDataField:vr,pruneHiddenValues:et,resetFormValues:Ja,selectForm:ee,selectFormValues:$e,selectViewData:Ha,set:he,setErrors:Ya,setFormFieldValue:qa,setFormValues:Ga,setReactiveMode:Xa,showTooltip:Qa,validateField:gt,validateForm:bt},Symbol.toStringTag,{value:"Module"})),Yi=({field:e,target:t,value:r})=>{!e||!t||["slider-with-input","popover-input"].includes(e.type)&&(r==null?t.removeAttribute("value"):t.setAttribute("value",String(r)))},Zi=({form:e,formValues:t={},refs:r,formDisabled:i=!1})=>{let s=e.fields||[],n=0,a=p=>{for(let l of p){if(l.type==="section"){n++,Array.isArray(l.fields)&&a(l.fields);continue}let o=r[`field${n}`];if(n++,!o)continue;let c=i||!!l.disabled;if(["input-text","input-date","input-time","input-datetime","input-number","input-textarea","color-picker","slider","slider-with-input","popover-input"].includes(l.type)){let d=pe(t,l.name);if(d==null?o.removeAttribute("value"):o.setAttribute("value",String(d)),l.type==="slider-with-input"&&o.store?.setValue){let u=Number(d??0);o.store.setValue({value:Number.isFinite(u)?u:0}),typeof o.render=="function"&&o.render()}l.type==="popover-input"&&o.store?.setValue&&(o.store.setValue({value:d==null?"":String(d)}),typeof o.render=="function"&&o.render())}l.type==="checkbox"&&(pe(t,l.name)?o.setAttribute("checked",""):o.removeAttribute("checked")),["input-text","input-date","input-time","input-datetime","input-number","input-textarea","popover-input"].includes(l.type)&&l.placeholder&&o.getAttribute("placeholder")!==l.placeholder&&(l.placeholder===void 0||l.placeholder===null?o.removeAttribute("placeholder"):o.setAttribute("placeholder",l.placeholder)),c?o.setAttribute("disabled",""):o.removeAttribute("disabled")}};a(s)},Xi=(e,t)=>{let r=t?.defaultValues||{},i={};Object.keys(r).forEach(p=>{he(i,p,r[p])});let s=ee({state:{formValues:i},props:t}),n=se(s.fields||[]),a={};for(let p of n){let l=pe(r,p.name);l!==void 0?he(a,p.name,l):he(a,p.name,wr(p))}e.resetFormValues({defaultValues:a})},ro=e=>{let{store:t,props:r}=e;Xi(t,r)},io=e=>{let{props:t,refs:r,render:i}=e,s=e.store.getState(),n=ee({state:s,props:t});Zi({form:n,formValues:s.formValues,refs:r,formDisabled:!!t?.disabled}),i()},so=(e,t)=>{let{oldProps:r,newProps:i}=t,{store:s,render:n,refs:a}=e,p=!!i?.disabled;r?.key!==i?.key&&Xi(s,i);let l=s.getState();et({state:l,props:i});let o=ee({state:l,props:i});Zi({form:o,formValues:l.formValues,refs:a,formDisabled:p}),n()},no=(e,t)=>{let{store:r,dispatchEvent:i,render:s,props:n}=e,a=t._event,p=a.currentTarget.dataset.fieldName;if(!p||!a.detail||!Object.prototype.hasOwnProperty.call(a.detail,"value"))return;let l=a.detail.value;r.setFormFieldValue({name:p,value:l});let o=r.getState();et({state:o,props:n});let c=ee({state:o,props:n}),d=se(c.fields||[]).find(u=>u.name===p);if(Yi({field:d,target:a.currentTarget,value:l}),o.reactiveMode&&d){let u=gt(d,l);u?r.setErrors({errors:{...o.errors,[p]:u}}):r.clearFieldError({name:p})}s(),i(new CustomEvent("form-input",{bubbles:!0,detail:{name:p,value:l,values:$e({state:r.getState(),props:n})}}))},ao=(e,t)=>{let{store:r,dispatchEvent:i,render:s,props:n}=e,a=t._event,p=a.currentTarget.dataset.fieldName;if(!p||!a.detail||!Object.prototype.hasOwnProperty.call(a.detail,"value"))return;let l=a.detail.value;r.setFormFieldValue({name:p,value:l});let o=r.getState();et({state:o,props:n});let c=ee({state:o,props:n}),d=se(c.fields||[]).find(u=>u.name===p);if(Yi({field:d,target:a.currentTarget,value:l}),o.reactiveMode&&d){let u=gt(d,l);u?r.setErrors({errors:{...o.errors,[p]:u}}):r.clearFieldError({name:p})}s(),i(new CustomEvent("form-change",{bubbles:!0,detail:{name:p,value:l,values:$e({state:r.getState(),props:n})}}))},oo=(e,t)=>{let{store:r,dispatchEvent:i,render:s,props:n}=e,a=t._event.currentTarget.dataset.actionId;if(!a)return;let p=r.getState(),l=ee({state:p,props:n}),o=((l.actions||{}).buttons||[]).find(d=>d.id===a),c=$e({state:p,props:n});if(o&&o.validate){let d=se(l.fields||[]),{valid:u,errors:f}=bt(d,p.formValues);r.setErrors({errors:f}),u||r.setReactiveMode(),s(),i(new CustomEvent("form-action",{bubbles:!0,detail:{actionId:a,values:c,valid:u,errors:f}}))}else i(new CustomEvent("form-action",{bubbles:!0,detail:{actionId:a,values:c}}))},lo=(e,t)=>{let r=t._event;r.type==="contextmenu"&&r.preventDefault();let{store:i,dispatchEvent:s,props:n}=e,a=r.currentTarget.dataset.fieldName;s(new CustomEvent("form-field-event",{bubbles:!0,detail:{name:a,event:r.type,values:$e({state:i.getState(),props:n})}}))},po=(e,t)=>{let{store:r,dispatchEvent:i,render:s,props:n}=e,a=t._event;if(a.key==="Enter"&&!a.shiftKey){let p=a.target;if(p.tagName==="TEXTAREA"||p.tagName==="RTGL-TEXTAREA")return;a.preventDefault();let l=r.getState(),o=ee({state:l,props:n}),c=(o.actions||{}).buttons||[],d=c.find(f=>f.validate)||c[0];if(!d)return;let u=$e({state:l,props:n});if(d.validate){let f=se(o.fields||[]),{valid:h,errors:m}=bt(f,l.formValues);r.setErrors({errors:m}),h||r.setReactiveMode(),s(),i(new CustomEvent("form-action",{bubbles:!0,detail:{actionId:d.id,values:u,valid:h,errors:m}}))}else i(new CustomEvent("form-action",{bubbles:!0,detail:{actionId:d.id,values:u}}))}},co=(e,t)=>{let{store:r,render:i,props:s}=e,n=t._event,a=n.currentTarget.dataset.fieldName,p=ee({state:r.getState(),props:s}),l=se(p.fields||[]).find(o=>o.name===a);if(l&&l.tooltip){let o=n.currentTarget.getBoundingClientRect();r.showTooltip({x:o.left+o.width/2,y:o.top-8,content:typeof l.tooltip=="string"?l.tooltip:l.tooltip.content||""}),i()}},ho=e=>{let{store:t,render:r}=e;t.hideTooltip({}),r()},uo=Object.freeze(Object.defineProperty({__proto__:null,handleActionClick:oo,handleAfterMount:io,handleBeforeMount:ro,handleImageClick:lo,handleKeyDown:po,handleOnUpdate:so,handleTooltipMouseEnter:co,handleTooltipMouseLeave:ho,handleValueChange:ao,handleValueInput:no},Symbol.toStringTag,{value:"Module"})),fo=["input-text","input-date","input-time","input-datetime","input-number","input-textarea","color-picker","slider","slider-with-input","popover-input"],mo=["input-text","input-date","input-time","input-datetime","input-number","input-textarea","popover-input","slider-with-input"],yo=({ref:e,fieldType:t,value:r,forceRefresh:i=!1})=>{if(fo.includes(t)){if(i&&e.removeAttribute("value"),r==null){if(mo.includes(t)&&i){if(t==="popover-input"){e.removeAttribute("value");return}e.setAttribute("value","");return}e.removeAttribute("value");return}e.setAttribute("value",String(r))}},Qi=({ref:e,value:t})=>{e&&e?.store?.updateSelectedValue&&(e.store.updateSelectedValue({value:t}),typeof e.render=="function"&&e.render())},go=e=>{let t=new Map;return!e||typeof e.querySelectorAll!="function"||e.querySelectorAll("[data-field-name]").forEach(r=>{let i=r.getAttribute("data-field-name");i&&t.set(i,r)}),t},ui=e=>e?.renderTarget?e.renderTarget:e?.shadowRoot?e.shadowRoot:e?.shadow,bo=({root:e,values:t={}})=>{!e||typeof e.querySelectorAll!="function"||e.querySelectorAll("rtgl-select[data-field-name]").forEach(r=>{let i=r.dataset?.fieldName;if(!i)return;let s=pe(t,i);Qi({ref:r,value:s})})},vo=function(){let e=this.store.getState();return $e({state:e,props:this.props})},wo=function(e={}){let t=e&&typeof e=="object"&&e.values&&typeof e.values=="object"?e.values:e;if(!t||typeof t!="object"||Array.isArray(t))return;this.store.setFormValues({values:t}),this.store.pruneHiddenValues();let r=this.store.getState(),i=ee({state:r,props:this.props}),s=se(i.fields||[]),n=go(ui(this));for(let p of s){if(!p.name)continue;let l=n.get(p.name);if(!l)continue;let o=Object.prototype.hasOwnProperty.call(t,p.name),c=pe(t,p.name);if(!o&&c===void 0)continue;let d=pe(r.formValues,p.name);yo({ref:l,fieldType:p.type,value:d,forceRefresh:!0}),typeof l?.tagName=="string"&&l.tagName.toUpperCase()==="RTGL-SELECT"&&Qi({ref:l,value:d}),p.type==="checkbox"&&(d?l.setAttribute("checked",""):l.removeAttribute("checked"))}this.render();let a=()=>{let p=this.store.getState();bo({root:ui(this),values:p.formValues})};a(),setTimeout(()=>{a()},0)},_o=function(){let e=this.store.getState(),t=ee({state:e,props:this.props}),r=se(t.fields||[]),{valid:i,errors:s}=bt(r,e.formValues);return this.store.setErrors({errors:s}),i||this.store.setReactiveMode(),this.render(),{valid:i,errors:s}},xo=function(){let e=this.props?.defaultValues||{},t={};Object.keys(e).forEach(n=>{he(t,n,e[n])});let r=ee({state:{formValues:t},props:this.props}),i=se(r.fields||[]),s={};for(let n of i){let a=pe(e,n.name);a!==void 0?he(s,n.name,a):he(s,n.name,wr(n))}this.store.resetFormValues({defaultValues:s}),this.setValues(s)},So=Object.freeze(Object.defineProperty({__proto__:null,getValues:vo,reset:xo,setValues:wo,validate:_o},Symbol.toStringTag,{value:"Module"})),Ao=e=>{let t=e.selectUiType();return t==="dropdown"||t==="formDialog"?null:e.selectConfig().mode==="confirm"?!1:null},ge=({store:e,render:t,globalUI:r,emitResult:i=!1,result:s})=>{if(!e.selectIsOpen())return;let n=s!==void 0?s:Ao(e);e.closeAll(),t(),i&&r.emit("event",n)},vt=({store:e,render:t,globalUI:r})=>{e.selectIsOpen()&&ge({store:e,render:t,globalUI:r,emitResult:!0})},Eo=(e,t)=>{setTimeout(()=>{let{store:r,refs:i}=e;if(!r.selectIsOpen()||r.selectUiType()!=="formDialog")return;let s=r.selectFormDialogConfig?.();if(!s||s.key!==t||typeof s.mount!="function")return;let n=i.formDialog;n&&s.mount(n)},0)},ko=e=>{let{store:t,render:r,globalUI:i}=e;ge({store:t,render:r,globalUI:i,emitResult:!0})},$o=e=>{let{store:t,render:r,globalUI:i}=e,s=t.selectConfig().mode==="confirm"?!0:null;ge({store:t,render:r,globalUI:i,emitResult:!0,result:s})},Co=e=>{let{store:t,render:r,globalUI:i}=e;ge({store:t,render:r,globalUI:i,emitResult:!0,result:!1})},Io=e=>{let{store:t,render:r,globalUI:i}=e;ge({store:t,render:r,globalUI:i,emitResult:!0,result:null})},Oo=(e,t)=>{let{store:r,render:i,globalUI:s}=e,n=t._event,{index:a,item:p}=n.detail;ge({store:r,render:i,globalUI:s,emitResult:!0,result:{index:a,item:p}})},To=(e,t)=>{let{store:r,render:i,globalUI:s}=e,n=t;return vt({store:r,render:i,globalUI:s}),r.setAlertConfig(n),i(),new Promise(a=>{s.once("event",()=>{a()})})},Lo=async(e,t)=>{let{store:r,render:i,globalUI:s}=e,n=t;return vt({store:r,render:i,globalUI:s}),r.setConfirmConfig(n),i(),new Promise(a=>{s.once("event",p=>{a(p)})})},No=async(e,t)=>{let{store:r,render:i,globalUI:s}=e,n=t;return vt({store:r,render:i,globalUI:s}),r.setDropdownConfig(n),i(),new Promise(a=>{s.once("event",p=>{a(p)})})},Ro=async(e,t)=>{let{store:r,render:i,globalUI:s}=e,n=t;vt({store:r,render:i,globalUI:s}),r.setFormDialogConfig(n),i();let a=r.selectFormDialogConfig?.().key;return Eo(e,a),new Promise(p=>{s.once("event",l=>{p(l)})})},Vo=(e,t)=>{let{store:r,render:i,globalUI:s}=e,n=t._event?.detail||{};n.valid!==!1&&ge({store:r,render:i,globalUI:s,emitResult:!0,result:n})},jo=(e,t)=>{let{store:r,refs:i}=e,s=t._event?.detail||{},n=r.selectFormDialogConfig?.();typeof n?.onFieldEvent=="function"&&n.onFieldEvent({detail:s,formEl:i.formDialog||null})},Po=e=>{let{store:t,render:r,globalUI:i}=e;ge({store:t,render:r,globalUI:i,emitResult:!0})},Bo=Object.freeze(Object.defineProperty({__proto__:null,handleCancel:Co,handleCloseAll:Po,handleConfirm:$o,handleDialogClose:ko,handleDropdownClose:Io,handleDropdownItemClick:Oo,handleFormAction:Vo,handleFormFieldEvent:jo,handleShowAlert:To,handleShowConfirm:Lo,handleShowDropdownMenu:No,handleShowFormDialog:Ro},Symbol.toStringTag,{value:"Module"})),Do=new Set(["sm","md","lg","f"]),fi=e=>!e||typeof e!="object"||Array.isArray(e)?{}:e,sr=(e,t="md")=>Do.has(e)?e:t,zo=()=>Object.freeze({isOpen:!1,uiType:"dialog",config:{status:void 0,title:"",message:"",confirmText:"OK",cancelText:"Cancel",mode:"alert"},dropdownConfig:{items:[],x:0,y:0,place:"bs"},formDialogConfig:{form:null,defaultValues:{},context:{},disabled:!1,size:"md",key:0,onFieldEvent:null,mount:null}}),Fo=({state:e},t={})=>{if(!t.message)throw new Error("message is required for showAlert");e.config={status:t.status||void 0,title:t.title||"",message:t.message,confirmText:t.confirmText||"OK",cancelText:"",mode:"alert"},e.uiType="dialog",e.isOpen=!0},Wo=({state:e},t={})=>{if(!t.message)throw new Error("message is required for showConfirm");e.config={status:t.status||void 0,title:t.title||"",message:t.message,confirmText:t.confirmText||"Yes",cancelText:t.cancelText||"Cancel",mode:"confirm"},e.uiType="dialog",e.isOpen=!0},Mo=({state:e},t={})=>{if(!t.items||!Array.isArray(t.items))throw new Error("items array is required for showDropdown");e.dropdownConfig={items:t.items,x:t.x||0,y:t.y||0,place:t.place||"bs"},e.uiType="dropdown",e.isOpen=!0},Ko=({state:e},t={})=>{if(!t.form||typeof t.form!="object"||Array.isArray(t.form))throw new Error("form object is required for showFormDialog");let r=e.formDialogConfig?.key||0;e.formDialogConfig={form:t.form,defaultValues:fi(t.defaultValues),context:fi(t.context),disabled:!!t.disabled,size:sr(t.size,"md"),key:r+1,onFieldEvent:typeof t.onFieldEvent=="function"?t.onFieldEvent:null,mount:typeof t.mount=="function"?t.mount:null},e.uiType="formDialog",e.isOpen=!0},Uo=({state:e})=>{e.isOpen=!1,e.uiType="dialog"},Ho=({state:e})=>e.config,qo=({state:e})=>e.dropdownConfig,Go=({state:e})=>e.formDialogConfig,Jo=({state:e})=>e.uiType,Yo=({state:e})=>e.isOpen,Zo=({state:e})=>{let t=e.isOpen&&e.uiType==="dialog",r=e.isOpen&&e.uiType==="formDialog";return{isOpen:e.isOpen,uiType:e.uiType,config:e.config,dropdownConfig:{items:e.dropdownConfig?.items||[],x:e.dropdownConfig?.x||0,y:e.dropdownConfig?.y||0,place:e.dropdownConfig?.place||"bs"},formDialogConfig:{form:e.formDialogConfig?.form||{fields:[],actions:{buttons:[]}},defaultValues:e.formDialogConfig?.defaultValues||{},context:e.formDialogConfig?.context||{},disabled:!!e.formDialogConfig?.disabled,size:sr(e.formDialogConfig?.size,"md"),key:e.formDialogConfig?.key||0},isDialogOpen:t,isFormDialogOpen:r,isDialogContainerOpen:t||r,isDropdownOpen:e.isOpen&&e.uiType==="dropdown",dialogSize:r?sr(e.formDialogConfig?.size,"md"):"sm"}},Xo=Object.freeze(Object.defineProperty({__proto__:null,closeAll:Uo,createInitialState:zo,selectConfig:Ho,selectDropdownConfig:qo,selectFormDialogConfig:Go,selectIsOpen:Yo,selectUiType:Jo,selectViewData:Zo,setAlertConfig:Fo,setConfirmConfig:Wo,setDropdownConfig:Mo,setFormDialogConfig:Ko},Symbol.toStringTag,{value:"Module"})),Qo=(e,t)=>{let{dispatchEvent:r,store:i}=e;t._event,console.log("handle click start",i.selectPath()),r(new CustomEvent("start-click",{detail:{path:i.selectPath()}}))},el=Object.freeze(Object.defineProperty({__proto__:null,handleClickStart:Qo},Symbol.toStringTag,{value:"Module"})),tl=()=>Object.freeze({}),rl=["id","class","style","slot","start"],il=(e={})=>Object.entries(e).filter(([t])=>!rl.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),sl=e=>{if(e!=null){if(typeof e=="object")return e;if(typeof e=="string")try{return JSON.parse(decodeURIComponent(e))}catch{try{return JSON.parse(e)}catch{return}}}},nl=({props:e})=>{let t=sl(e.start)||e.start;return{containerAttrString:il(e),start:t||{label:"",image:{src:"",width:32,height:32,alt:""}}}},al=({props:e})=>e.start?.path,ol=({state:e})=>{},ll=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:tl,selectPath:al,selectViewData:nl,setState:ol},Symbol.toStringTag,{value:"Module"})),mi=(e,t,r)=>{let{store:i,render:s}=r,n,a=-1/0;if(e.forEach(p=>{let l=p.getBoundingClientRect();l.top<=t&&l.top>a&&(a=l.top,n=p.id)}),!n){let p=1/0;e.forEach(l=>{let o=l.getBoundingClientRect();o.top>t&&o.top<p&&(p=o.top,n=l.id)})}n&&n!==i.selectCurrentId()&&(i.setCurrentId({id:n}),s())},pl=(e,t,r,i)=>{let{store:s,render:n}=i,a=e.querySelectorAll("h1[id], h2[id], h3[id], h4[id], rtgl-text[id]"),p=Array.from(a),l=p.map(c=>{let d=1,u=c.tagName.toLowerCase();return u==="h1"?d=1:u==="h2"?d=2:u==="h3"?d=3:u==="h4"?d=4:u==="rtgl-text"&&(d=parseInt(c.getAttribute("data-level")||"1",10)),{id:c.id,href:`#${c.id}`,title:c.textContent,level:d}});s.setItems({items:l}),mi(p,r,i),n();let o=mi.bind(void 0,p,r,i);return t.addEventListener("scroll",o,{passive:!0}),()=>{t.removeEventListener("scroll",o)}},dl=e=>{let{props:t}=e,r=()=>{};return requestAnimationFrame(()=>{let i=document.getElementById(t.targetId);if(!i)return;let s=window;t.scrollContainerId&&(s=document.getElementById(t.scrollContainerId)||window);let n=parseInt(t.offsetTop||"100",10);r=pl(i,s,n,e)}),()=>{r()}},cl=Object.freeze(Object.defineProperty({__proto__:null,handleBeforeMount:dl},Symbol.toStringTag,{value:"Module"})),hl=()=>Object.freeze({items:[],currentId:null,contentContainer:null}),ul=({state:e})=>{let t=((r,i)=>{let s=new Set,n=r.findIndex(p=>p.id===i);if(n===-1)return s;let a=r[n].level;for(let p=n-1;p>=0;p--)if(r[p].level<a){let l=r[p].level;s.add(r[p].id);for(let o=p-1;o>=0;o--)r[o].level<l&&(s.add(r[o].id),l=r[o].level);break}return s})(e.items,e.currentId);return{items:e.items.map(r=>{let i={1:"0",2:"12px",3:"24px",4:"32px"},s=r.id===e.currentId,n=t.has(r.id),a=s||n;return{...r,c:a?"fg":"mu-fg",ml:i[r.level]||"",bc:a?"fg":"mu-fg"}}),currentId:e.currentId}},fl=({state:e})=>e,ml=({state:e})=>e.currentId,yl=({state:e},t={})=>{e.items=Array.isArray(t.items)?t.items:[]},gl=({state:e},t={})=>{e.currentId=t.id},bl=({state:e},t={})=>{e.contentContainer=t.container},vl=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:hl,selectCurrentId:ml,selectState:fl,selectViewData:ul,setContentContainer:bl,setCurrentId:gl,setItems:yl},Symbol.toStringTag,{value:"Module"})),tt=e=>e==null||e===!0?"":String(e),es=(e,t)=>{let{store:r,render:i,dispatchEvent:s}=e,n=tt(t);r.setValue({value:n}),r.closePopover({}),s(new CustomEvent("value-change",{detail:{value:n},bubbles:!0})),i()},wl=e=>{let{store:t,props:r}=e;if(r.value!==void 0){let i=tt(r.value);t.setValue({value:i}),t.setTempValue({value:i})}},_l=(e,t)=>{let{oldProps:r,newProps:i}=t,{store:s,render:n}=e;if(r?.value!==i?.value){let a=tt(i?.value);s.setValue({value:a}),s.getState().isOpen||s.setTempValue({value:a})}n()},xl=(e,t)=>{let{store:r,render:i,refs:s,props:n}=e;if(n.disabled)return;let a=t._event,p=tt(n.value);r.setValue({value:p}),r.setTempValue({value:p}),r.openPopover({position:{x:a.currentTarget.getBoundingClientRect().left,y:a.currentTarget.getBoundingClientRect().bottom}}),i(),setTimeout(()=>{let{input:l}=s;if(!l)return;l.value=p,l.focus();let o=l.shadowRoot?.querySelector("input, textarea");o&&typeof o.focus=="function"&&o.focus()},50)},Sl=(e,t)=>{let{store:r,render:i}=e;r.closePopover({}),i()},Al=(e,t)=>{let{store:r}=e,i=t._event,s=tt(i.detail.value);r.setTempValue({value:s})},El=e=>{let{store:t,refs:r}=e,{input:i}=r,s=i?i.value:t.getState().tempValue;es(e,s)},kl=(e,t)=>{let{store:r,refs:i}=e,s=t._event;if(s.key==="Enter"){s.preventDefault(),s.stopPropagation();let{input:n}=i,a=n?n.value:r.getState().tempValue;es(e,a)}else s.key==="Escape"&&(s.preventDefault(),s.stopPropagation(),r.closePopover({}),e.render())},$l=Object.freeze(Object.defineProperty({__proto__:null,handleBeforeMount:wl,handleInputChange:Al,handleInputKeydown:kl,handleOnUpdate:_l,handlePopoverClose:Sl,handleSubmitClick:El,handleTextClick:xl},Symbol.toStringTag,{value:"Module"})),Cl=()=>Object.freeze({isOpen:!1,position:{x:0,y:0},value:"",tempValue:""}),Il=({props:e,state:t})=>{let r=typeof t.value=="string"&&t.value.length>0,i=r?t.value:"-",s=typeof e.placeholder=="string"?e.placeholder:"",n=typeof e.label=="string"?e.label:"",a=!!e.disabled;return{isOpen:t.isOpen,position:t.position,value:i,valueColor:r?"fg":"mu-fg",tempValue:t.tempValue,placeholder:s,label:n,disabled:a}},Ol=({state:e},t={})=>{e.tempValue=t.value},Tl=({state:e},t={})=>{let{position:r}=t;e.position=r,e.isOpen=!0,e.hasUnsavedChanges=!1},Ll=({state:e})=>{e.isOpen=!1,e.tempValue=""},Nl=({state:e},t={})=>{e.value=t.value},Rl=({state:e})=>e.value,Vl=Object.freeze(Object.defineProperty({__proto__:null,closePopover:Ll,createInitialState:Cl,openPopover:Tl,selectValue:Rl,selectViewData:Il,setTempValue:Ol,setValue:Nl},Symbol.toStringTag,{value:"Module"})),Ge=(e,t)=>{if(e===t)return!0;if(e==null||t==null||typeof e!="object"||typeof t!="object")return!1;let r=Object.keys(e),i=Object.keys(t);if(r.length!==i.length)return!1;for(let s of r)if(!i.includes(s)||!Ge(e[s],t[s]))return!1;return!0},jl=e=>{let{store:t,props:r,render:i}=e;if(r.selectedValue!==null&&r.selectedValue!==void 0&&r.options){let s=r.options.find(n=>Ge(n.value,r.selectedValue));s&&(t.updateSelectedValue({value:s?.value}),i())}},Pl=(e,t)=>{let{oldProps:r,newProps:i}=t,{store:s,render:n}=e,a=!1;i?.disabled&&!r?.disabled&&(s.closeOptionsPopover({}),a=!0),r.selectedValue!==i.selectedValue&&(s.updateSelectedValue({value:i.selectedValue}),a=!0),a&&n()},Bl=(e,t)=>{let{store:r,render:i,refs:s,props:n}=e;if(n.disabled)return;t._event.stopPropagation();let a=s.selectButton,p=a.firstElementChild,l=p?p.getBoundingClientRect():a.getBoundingClientRect(),o=r.selectSelectedValue(),c=o!==null?o:n.selectedValue,d=null;c!=null&&n.options&&(d=n.options.findIndex(u=>Ge(u.value,c)),d===-1&&(d=null)),r.openOptionsPopover({position:{y:l.bottom+12,x:l.left-24},selectedIndex:d}),i()},Dl=e=>{let{store:t,render:r}=e;t.closeOptionsPopover({}),r()},zl=(e,t)=>{let{render:r,dispatchEvent:i,props:s,store:n}=e;if(s.disabled)return;let a=t._event;a.stopPropagation();let p=a.currentTarget.id.slice(6),l=Number(p),o=s.options[p];n.updateSelectedValue({value:o?.value}),s.onChange&&typeof s.onChange=="function"&&s.onChange(o.value),i(new CustomEvent("value-change",{detail:{value:o.value,label:o.label,index:l,item:o},bubbles:!0})),r()},Fl=(e,t)=>{let{store:r,render:i}=e,s=t._event,n=parseInt(s.currentTarget.id.slice(6),10);r.setHoveredOption({optionId:n}),i()},Wl=(e,t)=>{let{store:r,render:i}=e;r.clearHoveredOption({}),i()},Ml=(e,t)=>{let{store:r,render:i,dispatchEvent:s,props:n}=e;n.disabled||(t._event.stopPropagation(),r.clearSelectedValue({}),n.onChange&&typeof n.onChange=="function"&&n.onChange(void 0),s(new CustomEvent("value-change",{detail:{value:void 0,label:void 0,index:null,item:void 0},bubbles:!0})),i())},Kl=(e,t)=>{if(e.props.disabled)return;let{store:r,render:i,dispatchEvent:s}=e,{_event:n}=t;n.stopPropagation(),r.closeOptionsPopover({}),s(new CustomEvent("add-option-click",{bubbles:!0})),i()},Ul=(e,t)=>{let{store:r,render:i}=e;r.setHoveredAddOption({isHovered:!0}),i()},Hl=(e,t)=>{let{store:r,render:i}=e;r.setHoveredAddOption({isHovered:!1}),i()},ql=Object.freeze(Object.defineProperty({__proto__:null,handleAddOptionClick:Kl,handleAddOptionMouseEnter:Ul,handleAddOptionMouseLeave:Hl,handleBeforeMount:jl,handleButtonClick:Bl,handleClearClick:Ml,handleClickOptionsPopoverOverlay:Dl,handleOnUpdate:Pl,handleOptionClick:zl,handleOptionMouseEnter:Fl,handleOptionMouseLeave:Wl},Symbol.toStringTag,{value:"Module"})),Gl=["id","class","style","slot","placeholder","selectedValue","onChange","options","noClear","addOption","disabled"],Jl=(e={})=>Object.entries(e).filter(([t])=>!Gl.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),Yl=()=>Object.freeze({isOpen:!1,position:{x:0,y:0},selectedValue:null,hoveredOptionId:null,hoveredAddOption:!1}),Zl=({state:e,props:t})=>{let r=Jl(t),i=!!t.disabled,s=Object.prototype.hasOwnProperty.call(t||{},"selectedValue")?t.selectedValue:e.selectedValue,n=t.placeholder||"Select an option",a=!0,p=t.options||[],l=p.find(c=>Ge(c.value,s));l&&(n=l.label,a=!1);let o=p.map((c,d)=>{let u=Ge(c.value,s),f=e.hoveredOptionId===d;return{...c,isSelected:u,bgc:f?"ac":u?"mu":""}});return{containerAttrString:r,isDisabled:i,isOpen:e.isOpen,position:e.position,options:o,selectedValue:s,selectedLabel:n,selectedLabelColor:a?"mu-fg":"fg",hasValue:s!=null,showClear:!i&&!t.noClear&&s!=null,showAddOption:!i&&!!t.addOption,addOptionLabel:t.addOption?.label?`+ ${t.addOption.label}`:"+ Add",addOptionBgc:e.hoveredAddOption?"ac":""}},Xl=({state:e})=>e,Ql=({state:e})=>e.selectedValue,ep=({state:e},t={})=>{let{position:r,selectedIndex:i}=t;e.position=r,e.isOpen=!0,i!=null&&(e.hoveredOptionId=i)},tp=({state:e})=>{e.isOpen=!1},rp=({state:e},t={})=>{e.selectedValue=t.value,e.isOpen=!1},ip=({state:e})=>{e.selectedValue=void 0},sp=({state:e},t={})=>{e.hoveredOptionId=t.optionId},np=({state:e})=>{e.hoveredOptionId=null},ap=({state:e})=>{e.selectedValue=void 0},op=({state:e},t={})=>{e.hoveredAddOption=!!t.isHovered},lp=Object.freeze(Object.defineProperty({__proto__:null,clearHoveredOption:np,clearSelectedValue:ap,closeOptionsPopover:tp,createInitialState:Yl,openOptionsPopover:ep,resetSelection:ip,selectSelectedValue:Ql,selectState:Xl,selectViewData:Zl,setHoveredAddOption:op,setHoveredOption:sp,updateSelectedValue:rp},Symbol.toStringTag,{value:"Module"})),pp=(e,t)=>{let{store:r,dispatchEvent:i}=e,s=t._event,n,a=r.selectHeader();s.currentTarget.id==="headerLabel"?n=a.labelPath:s.currentTarget.id==="headerImage"?n=a.image.path:s.currentTarget.id==="header"&&(n=a.path),i(new CustomEvent("header-click",{detail:{path:n},bubbles:!0,composed:!0}))},dp=(e,t)=>{let{store:r,dispatchEvent:i}=e,s=t._event,n=s.currentTarget.dataset.itemId||s.currentTarget.id.slice(4),a=r.selectItem(n);i(new CustomEvent("item-click",{detail:{item:a},bubbles:!0,composed:!0}))},cp=Object.freeze(Object.defineProperty({__proto__:null,handleHeaderClick:pp,handleItemClick:dp},Symbol.toStringTag,{value:"Module"})),hp=()=>Object.freeze({}),up=["id","class","style","slot","header","items","selectedItemId","mode","hideHeader","w","bwr"],fp=(e={})=>Object.entries(e).filter(([t])=>!up.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),Je=e=>{if(e!=null){if(typeof e=="object")return e;if(typeof e=="string")try{return JSON.parse(decodeURIComponent(e))}catch{try{return JSON.parse(e)}catch{return}}}},mp=e=>{if(e===!0)return!0;if(e===!1||e===void 0||e===null)return!1;if(typeof e=="string"){let t=e.trim().toLowerCase();return t===""||t==="true"}return!1},yp=(e,t)=>e!=null&&e!==""?e:t==="full"?272:64;function xr(e,t=null){let r=[];for(let i of e){let s=i.id||i.href||i.path,n=t===s;if(r.push({id:s,title:i.title,href:i.href,type:i.type||"item",icon:i.icon,hrefAttr:i.href?`href=${i.href}`:"",isSelected:n,itemBgc:n?"ac":"bg",itemHoverBgc:n?"ac":"mu"}),i.items&&Array.isArray(i.items))for(let a of i.items){let p=a.id||a.href||a.path,l=t===p;r.push({id:p,title:a.title,href:a.href,type:a.type||"item",icon:a.icon,hrefAttr:a.href?`href=${a.href}`:"",isSelected:l,itemBgc:l?"ac":"bg",itemHoverBgc:l?"ac":"mu"})}}return r}var gp=({props:e})=>{let t=Je(e.header)||e.header,r=Je(e.items)||e.items,i=e.selectedItemId,s=fp(e),n=e.mode||"full",a=t||{label:"",path:"",image:{src:"",alt:"",width:0,height:0}},p=r?xr(r,i):[],l=!mp(e.hideHeader),o=e.bwr||"xs",c=yp(e.w,n),d=n==="full"?"fs":"c",u=n==="full"?"fs":"c",f=n==="full"?"lg":"sm",h=n==="full"?"md":"sm",m=n==="shrunk-lg"?48:40,y=n==="shrunk-lg"?28:20,b=n==="shrunk-lg"?"md":"sm",g=n==="full",_=n==="full",S=n==="full"?"fs":"c",A=n==="full"?"":`ah=${u}`,E=n==="full"?"f":m;return{containerAttrString:s,mode:n,header:a,items:p,sidebarWidth:c,headerAlign:d,itemAlign:u,headerPadding:f,itemPadding:h,itemHeight:m,iconSize:y,firstLetterSize:b,showLabels:g,showGroupLabels:_,itemContentAlign:S,itemAlignAttr:A,itemWidth:E,headerWidth:E,selectedItemId:i,ah:n==="shrunk-lg"||n==="shrunk-md"?"c":"",listAttrString:n==="full"?"sv":"sv hsb",showHeader:l,rightBorderWidth:o}},bp=({props:e})=>Je(e.header)||e.header,vp=({state:e,props:t})=>{let r=Je(t.items)||t.items;return(r?xr(r):[]).find(i=>i.active)},wp=({props:e},t)=>{let r=Je(e.items)||e.items;return(r?xr(r):[]).find(i=>i.id===t)},_p=({state:e})=>{},xp=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:hp,selectActiveItem:vp,selectHeader:bp,selectItem:wp,selectViewData:gp,setState:_p},Symbol.toStringTag,{value:"Module"})),Sp=e=>{let{store:t,props:r}=e;t.setValue({value:r.value??0})},Ap=(e,t)=>{let{oldProps:r,newProps:i}=t,{store:s,render:n}=e,a=r?.key!==i?.key,p=r?.value!==i?.value;if(a||p){let l=i?.value??0;s.setValue({value:l}),n()}},Ep=(e,t)=>{let{store:r,render:i,dispatchEvent:s}=e,n=t._event,a=Number(n.detail.value),p=(typeof n.composedPath=="function"?n.composedPath():[]).find(l=>l?.tagName==="RTGL-SLIDER-INPUT")||n.currentTarget?.getRootNode?.()?.host;r.setValue({value:a}),p&&typeof p.setAttribute=="function"&&p.setAttribute("value",String(a)),i(),s(new CustomEvent("value-change",{detail:{value:a},bubbles:!0}))},kp=(e,t)=>{let{store:r,render:i,dispatchEvent:s}=e,n=t._event,a=Number(n.detail.value),p=(typeof n.composedPath=="function"?n.composedPath():[]).find(l=>l?.tagName==="RTGL-SLIDER-INPUT")||n.currentTarget?.getRootNode?.()?.host;r.setValue({value:a}),p&&typeof p.setAttribute=="function"&&p.setAttribute("value",String(a)),i(),s(new CustomEvent("value-input",{detail:{value:a},bubbles:!0}))},$p=Object.freeze(Object.defineProperty({__proto__:null,handleBeforeMount:Sp,handleOnUpdate:Ap,handleValueChange:Ep,handleValueInput:kp},Symbol.toStringTag,{value:"Module"})),Cp=()=>Object.freeze({value:0}),Ip=({state:e,props:t})=>({key:t.key,value:e.value,w:t.w||"",min:t.min||0,max:t.max||100,step:t.step||1,disabled:!!t.disabled}),Op=({state:e},t={})=>{e.value=t.value},Tp=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:Cp,selectViewData:Ip,setValue:Op},Symbol.toStringTag,{value:"Module"})),Lp=e=>{},Np=(e,t)=>{let{dispatchEvent:r,props:i}=e,s=t._event,n=parseInt(s.currentTarget.id.slice(3),10),a=i.data?.rows?.[n];a&&r(new CustomEvent("row-click",{detail:{rowIndex:n,rowData:a}}))},Rp=(e,t)=>{let{store:r,render:i,dispatchEvent:s}=e,n=t._event.currentTarget.dataset.columnKey,a=r.selectSortInfo(),p="asc";a.column===n&&(a.direction==="asc"?p="desc":a.direction==="desc"&&(p=null)),p?r.setSortColumn({column:n,direction:p}):r.clearSort(),i(),s(new CustomEvent("header-click",{detail:{column:n,direction:p,sortInfo:p?{column:n,direction:p}:null}}))},Vp=Object.freeze(Object.defineProperty({__proto__:null,handleBeforeMount:Lp,handleHeaderClick:Rp,handleRowClick:Np},Symbol.toStringTag,{value:"Module"})),jp=()=>Object.freeze({sortColumn:null,sortDirection:null}),Pp=["id","class","style","slot","data"],Bp=(e={})=>Object.entries(e).filter(([t])=>!Pp.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),Dp=(e,t)=>{let r=t.split("."),i=e;for(let s of r){if(i==null)return null;i=i[s]}return i},zp=({state:e,props:t})=>{let r=Bp(t),i=t.data||{columns:[],rows:[]},s=i.rows.map((n,a)=>{let p=i.columns.map(l=>{let o=Dp(n,l.key);return{key:l.key,value:o!=null?String(o):""}});return{index:a,cells:p}});return{containerAttrString:r,columns:i.columns||[],rows:s||[]}},Fp=({state:e})=>e,Wp=({state:e})=>({column:e.sortColumn,direction:e.sortDirection}),Mp=({state:e},{column:t,direction:r}={})=>{e.sortColumn=t,e.sortDirection=r},Kp=({state:e})=>{e.sortColumn=null,e.sortDirection=null},Up=Object.freeze(Object.defineProperty({__proto__:null,clearSort:Kp,createInitialState:jp,selectSortInfo:Wp,selectState:Fp,selectViewData:zp,setSortColumn:Mp},Symbol.toStringTag,{value:"Module"})),Hp=(e,t)=>{let{dispatchEvent:r}=e,i=t._event.currentTarget.dataset.id;r(new CustomEvent("item-click",{detail:{id:i}}))},qp=Object.freeze(Object.defineProperty({__proto__:null,handleClickItem:Hp},Symbol.toStringTag,{value:"Module"})),Gp=()=>Object.freeze({}),Jp=["id","class","style","slot","items","selectedTab"],Yp=(e={})=>Object.entries(e).filter(([t])=>!Jp.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),Zp=({props:e})=>{let t=Yp(e),r=e.items||[],i=e.selectedTab,s=r.map(n=>({...n,isSelected:n.id===i,bgColor:n.id===i?"ac":"",borderColor:n.id===i?"":"tr",textColor:n.id===i?"":"mu-fg"}));return{containerAttrString:t,items:s,selectedTab:i}},Xp=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:Gp,selectViewData:Zp},Symbol.toStringTag,{value:"Module"})),Qp=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),ed=()=>Object.freeze({}),td=({props:e})=>({open:!!e.open,x:e.x||0,y:e.y||0,place:e.place||"t",content:e.content||""}),rd=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:ed,selectViewData:td},Symbol.toStringTag,{value:"Module"})),id=async e=>{let{props:t,store:r,render:i,refs:s}=e,{waveformData:n}=t;r.setWaveformData({data:n}),i();let a=s.canvas;a&&ts(n,a)},sd=async(e,t)=>{let{store:r,render:i,refs:s,props:n}=e,{waveformData:a}=n;if(!a){console.log("waveform handleOnUpdate: no waveformData provided");return}r.setWaveformData({data:a}),i();let p=s.canvas;p&&ts(a,p)};async function ts(e,t){let r=t.getContext("2d"),i=t.getBoundingClientRect(),s=i.width,n=i.height;t.width=s,t.height=n;let a=t.width,p=t.height;if(r.clearRect(0,0,a,p),r.fillStyle="#1a1a1a",r.fillRect(0,0,a,p),!e||!e.amplitudes)return;let l=e.amplitudes,o=p/2,c=r.createLinearGradient(0,0,0,p);c.addColorStop(0,"#404040"),c.addColorStop(.5,"#A1A1A1"),c.addColorStop(1,"#404040");let d=Math.max(1,a/l.length),u=.2;for(let f=0;f<l.length;f++){let h=l[f]/255*(p*.85),m=f*d,y=o-h/2;r.fillStyle=c,r.fillRect(m,y,Math.max(1,d*(1-u)),h)}r.strokeStyle="rgba(255, 255, 255, 0.1)",r.lineWidth=1,r.beginPath(),r.moveTo(0,o),r.lineTo(a,o),r.stroke(),r.shadowBlur=10,r.shadowColor="#2196F3"}var nd=Object.freeze(Object.defineProperty({__proto__:null,handleAfterMount:id,handleOnUpdate:sd},Symbol.toStringTag,{value:"Module"})),ad=()=>Object.freeze({waveformData:null}),od=({state:e},t={})=>{e.waveformData=t.data},ld=({state:e,props:t})=>({isLoading:t.isLoading,w:t.w||"250",h:t.h||"150",cur:t.cur,waveformData:t.waveformData}),pd=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:ad,selectViewData:ld,setWaveformData:od},Symbol.toStringTag,{value:"Module"})),rs=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),is=e=>e.replace(/-([a-z0-9])/g,(t,r)=>r.toUpperCase()),nr=e=>{if(e!=null)return e===""?!0:e},yi=(e,t)=>{let r=e.getAttribute(t);if(r!==null)return nr(r);let i=rs(t);if(i!==t){let s=e.getAttribute(i);if(s!==null)return nr(s)}},dd=(e,t)=>{let r=new Set(t);return new Proxy({},{get(i,s){if(typeof s=="string"&&r.has(s)){let n=e[s];return n!==void 0?n:yi(e,s)}},set(){throw new Error("Cannot assign to read-only proxy")},defineProperty(){throw new Error("Cannot define properties on read-only proxy")},deleteProperty(){throw new Error("Cannot delete properties from read-only proxy")},has(i,s){return typeof s=="string"&&r.has(s)},ownKeys(){return[...r]},getOwnPropertyDescriptor(i,s){if(typeof s=="string"&&r.has(s))return{configurable:!0,enumerable:!0,get:()=>{let n=e[s];return n!==void 0?n:yi(e,s)}}}})},cd=({schema:e,methodExports:t=[]})=>{if(!e||typeof e!="object"||Array.isArray(e))throw new Error("componentName is required.");if(typeof e.componentName!="string"||e.componentName.trim()==="")throw new Error("componentName is required.");if(Object.prototype.hasOwnProperty.call(e,"attrsSchema"))throw new Error("attrsSchema is not supported.");if(Object.prototype.hasOwnProperty.call(e,"methods")){let r=e.methods;if(!r||typeof r!="object"||Array.isArray(r))throw new Error("methods must be an object schema with a properties map.");if(Object.prototype.hasOwnProperty.call(r,"type")&&r.type!=="object")throw new Error("methods.type must be 'object'.");if(!r.properties||typeof r.properties!="object"||Array.isArray(r.properties))throw new Error("methods.properties must be an object keyed by method name.");for(let i of Object.keys(r.properties))if(!t.includes(i))throw new Error(`method '${i}' is declared in schema but missing in .methods.js exports.`)}return!0},v={LITERAL:0,VARIABLE:1,INTERPOLATION:2,FUNCTION:3,BINARY:4,UNARY:5,CONDITIONAL:6,LOOP:7,OBJECT:8,ARRAY:9,PARTIAL:10,PATH_REFERENCE:11},B={EQ:0,NEQ:1,GT:2,LT:3,GTE:4,LTE:5,AND:6,OR:7,IN:8,ADD:10,SUBTRACT:11},ar={NOT:0},k=class extends Error{constructor(t){super(`Parse Error: ${t}`),this.name="JemplParseError"}},ie=class extends Error{constructor(t){super(`Render Error: ${t}`),this.name="JemplRenderError"}},gi=e=>{if(!e||e.trim()==="")throw new k("Missing condition expression after '$if'");if(e.includes("===")||e.includes("!==")){let r=e.includes("===")?"==":"!=";throw new k(`Invalid comparison operator '${e.includes("===")?"===":"!=="}' - did you mean '${r}'? (got: '${e}')`)}let t=["<",">","<=",">=","==","!="];for(let r of t)if(e.trim().endsWith(r))throw new k(`Incomplete comparison expression - missing right operand (got: '${e}')`)},hd=e=>{if(e.trim().endsWith(" in"))throw new k(`Missing iterable expression after 'in' (got: '$for ${e}')`);if(!e.includes(" in "))throw new k(`Invalid loop syntax - missing 'in' keyword (got: '$for ${e}')`);let[t,r]=e.split(" in ");if(!r||r.trim()==="")throw new k(`Missing iterable expression after 'in' (got: '$for ${e}')`);let i=t.includes(",")?t.split(",").map(s=>s.trim()):[t.trim()];for(let s of i){if(!s)throw new k(`Invalid loop variable - variable name cannot be empty (got: '$for ${e}')`);if(!/^[a-zA-Z_$][a-zA-Z0-9_$]*$/.test(s))throw new k(`Invalid loop syntax (got: '$for ${e}')`)}},ud=(e,t,r=!1)=>{if(t===null)return new ie(`Cannot iterate over null value at '$for ${e}'`);if(t===void 0)return new ie(`Cannot iterate over undefined value at '$for ${e}'`);let i=typeof t;return r?new ie(`Cannot iterate over non-array value in loop '${e}' - got ${i} instead`):new ie(`Cannot iterate over non-array value (got: ${i}) at '$for ${e}'`)},fd=(e,t)=>{let r=t&&Object.keys(t).length>0?Object.keys(t).join(", "):"no custom functions provided";return new ie(`Unknown function '${e}' (${r})`)},ss=(e,t,r={})=>{let i={},s={};r&&typeof r=="object"&&(r.functions!==void 0||r.partials!==void 0?(i=r.functions||{},s=r.partials||{}):typeof r=="object"&&(i=r));let n=R(e,{functions:i,partials:s},t,{});return n===void 0?{}:n},R=(e,t,r,i)=>{if(t.functions,e.var&&!e.type)return U(e.var,r,i);if(e.type===v.LITERAL)return e.value;if(e.type===v.VARIABLE)return U(e.path,r,i);if(e.type===v.INTERPOLATION)return yd(e.parts,t,r,i);switch(e.type){case v.FUNCTION:return ns(e,t,r,i);case v.BINARY:return as(e,t,r,i);case v.UNARY:return os(e,t,r,i);case v.CONDITIONAL:return bd(e,t,r,i);case v.LOOP:return Sd(e,t,r,i);case v.OBJECT:return Ed(e,t,r,i);case v.ARRAY:return kd(e,t,r,i);case v.PARTIAL:return $d(e,t,r,i);case v.PATH_REFERENCE:return Cd(e,t,r,i);default:throw new Error(`Unknown node type: ${e.type}`)}},bi=new Map,md=e=>{let t=[],r="",i=!1;for(let s=0;s<e.length;s++){let n=e[s];if(n==="[")r&&(t.push({type:"property",value:r}),r=""),i=!0;else if(n==="]"){if(i&&r){let a=r.trim();if(/^\d+$/.test(a))t.push({type:"index",value:parseInt(a,10)});else if(a.startsWith('"')&&a.endsWith('"')||a.startsWith("'")&&a.endsWith("'")){let p=a.slice(1,-1);t.push({type:"property",value:p})}else t.push({type:"property",value:a});r=""}i=!1}else r+=n}return r&&t.push({type:"property",value:r}),t},U=(e,t,r)=>{if(!e)return;if(e in r)return r[e];let i=bi.get(e);if(!i){let n=[],a="",p=0;for(let l=0;l<e.length;l++){let o=e[l];o==="["?(p++,a+=o):o==="]"?(p--,a+=o):o==="."&&p===0?a&&(n.push(a),a=""):a+=o}a&&n.push(a),i=[];for(let l of n){let o=md(l.trim());i.push(...o)}bi.set(e,i)}let s=t;for(let n=0;n<i.length;n++){let a=i[n];if(a.type==="property"&&a.value in r){s=r[a.value];continue}if(s==null)return;(a.type==="property"||a.type==="index")&&(s=s[a.value])}return s},yd=(e,t,r,i)=>{let s=[];for(let n of e)if(typeof n=="string")s.push(n);else{let a=R(n,t,r,i);s.push(a!=null?String(a):"")}return s.join("")},ns=(e,t,r,i)=>{let s=t.functions||t,n=s[e.name];if(!n)throw fd(e.name,s);let a=e.args.map(p=>R(p,t,r,i));return n(...a)},Ve=(e,t,r,i)=>{if(e.var&&!e.type)return U(e.var,r,i);switch(e.type){case v.VARIABLE:return U(e.path,r,i);case v.LITERAL:return e.value;case v.BINARY:return as(e,t,r,i);case v.UNARY:return os(e,t,r,i);case v.FUNCTION:return ns(e,t,r,i);default:return R(e,t,r,i)}},as=(e,t,r,i)=>{if(e.op===B.AND||e.op===B.OR){let a=Ve(e.left,t,r,i),p=Ve(e.right,t,r,i);switch(e.op){case B.AND:return a&&p;case B.OR:return a||p}}let s=R(e.left,t,r,i),n=R(e.right,t,r,i);switch(e.op){case B.EQ:return s==n;case B.NEQ:return s!=n;case B.GT:return s>n;case B.LT:return s<n;case B.GTE:return s>=n;case B.LTE:return s<=n;case B.IN:return Array.isArray(n)?n.includes(s):!1;case B.ADD:if(typeof s!="number"||typeof n!="number")throw new ie(`Arithmetic operations require numbers. Got ${typeof s} + ${typeof n}`);return s+n;case B.SUBTRACT:if(typeof s!="number"||typeof n!="number")throw new ie(`Arithmetic operations require numbers. Got ${typeof s} - ${typeof n}`);return s-n;default:throw new Error(`Unknown binary operator: ${e.op}`)}},os=(e,t,r,i)=>{let s=e.op===ar.NOT?Ve(e.operand,t,r,i):R(e.operand,t,r,i);switch(e.op){case ar.NOT:return!s;default:throw new Error(`Unknown unary operator: ${e.op}`)}},gd=(e,t,r,i)=>{if(e.conditions.length===2&&e.conditions[1]===null){let s=e.conditions[0];if(s.type===v.VARIABLE)if(U(s.path,r,i)){let n=e.bodies[0];if(n.type===v.OBJECT&&n.properties.length<=5){let a={};for(let p of n.properties){let l=p.parsedKey?R(p.parsedKey,t,r,i):p.key,o=p.value;if(o.type===v.LITERAL)a[l]=o.value;else if(o.type===v.VARIABLE)a[l]=U(o.path,r,i);else if(o.type===v.INTERPOLATION){let c=[];for(let d of o.parts)if(typeof d=="string")c.push(d);else if(d.type===v.VARIABLE){let u=U(d.path,r,i);c.push(u!=null?String(u):"")}else{let u=R(d,t,r,i);c.push(u!=null?String(u):"")}a[l]=c.join("")}else a[l]=R(o,t,r,i)}return a}}else{let n=e.bodies[1];if(n.type===v.OBJECT&&n.properties.length<=5){let a={};for(let p of n.properties){let l=p.parsedKey?R(p.parsedKey,t,r,i):p.key,o=p.value;if(o.type===v.LITERAL)a[l]=o.value;else if(o.type===v.VARIABLE)a[l]=U(o.path,r,i);else if(o.type===v.INTERPOLATION){let c=[];for(let d of o.parts)if(typeof d=="string")c.push(d);else if(d.type===v.VARIABLE){let u=U(d.path,r,i);c.push(u!=null?String(u):"")}else{let u=R(d,t,r,i);c.push(u!=null?String(u):"")}a[l]=c.join("")}else a[l]=R(o,t,r,i)}return a}}}return null},bd=(e,t,r,i)=>{let s=gd(e,t,r,i);if(s!==null)return s;for(let n=0;n<e.conditions.length;n++){let a=e.conditions[n];if(a===null||Ve(a,t,r,i))return R(e.bodies[n],t,r,i)}return ls},vd=(e,t)=>{let r=e.body,i=e.itemVar;if(r.type===v.CONDITIONAL&&r.conditions.length===1&&r.conditions[0].type===v.VARIABLE){let s=r.conditions[0].path,n=r.bodies[0];if(s.startsWith(i+".")){let a=s.substring(i.length+1);if(n.type===v.OBJECT&&n.properties.length<=5){for(let l of n.properties)if(l.parsedKey)return null;let p=[];for(let l=0;l<t.length;l++){let o=t[l];if(o[a]){let c={};for(let d of n.properties){let u=d.key,f=d.value;if(f.type===v.LITERAL)c[u]=f.value;else if(f.type===v.VARIABLE){let h=f.path;if(h===i)c[u]=o;else if(h.startsWith(i+".")){let m=h.substring(i.length+1);c[u]=o[m]}else return null}else if(f.type===v.INTERPOLATION){let h=[],m=!0;for(let y of f.parts)if(typeof y=="string")h.push(y);else if(y.type===v.VARIABLE){let b=y.path;if(b===i)h.push(o!=null?String(o):"");else if(b.startsWith(i+".")){let g=b.substring(i.length+1),_=o[g];h.push(_!=null?String(_):"")}else{m=!1;break}}else{m=!1;break}if(!m)return null;c[u]=h.join("")}else return null}p.push(c)}}return p}}}return null},wd=(e,t)=>{let r=e.body,i=e.itemVar,s=vd(e,t);if(s!==null)return s;if(r.type===v.OBJECT&&r.properties.length<=5&&!r.whenCondition){for(let p of r.properties)if(p.parsedKey)return null;let n=[],a=!0;for(let p of r.properties){let l=p.key,o=p.value;if(o.type===v.LITERAL)n.push({key:l,type:"literal",value:o.value});else if(o.type===v.VARIABLE){let c=o.path;if(c===i)n.push({key:l,type:"item"});else if(c.startsWith(i+".")){let d=c.substring(i.length+1);if(!d.includes(".")&&!d.includes("["))n.push({key:l,type:"prop",prop:d});else{a=!1;break}}else{a=!1;break}}else if(o.type===v.INTERPOLATION&&o.parts.length===1){let c=o.parts[0];if(c.type===v.VARIABLE){let d=c.path;if(d===i)n.push({key:l,type:"item_string"});else if(d.startsWith(i+".")){let u=d.substring(i.length+1);if(!u.includes(".")&&!u.includes("["))n.push({key:l,type:"prop_string",prop:u});else{a=!1;break}}else{a=!1;break}}else{a=!1;break}}else{a=!1;break}}if(a){let p=new Array(t.length);if(n.length===3&&n[0].type==="prop"&&n[0].key==="id"&&n[1].type==="prop_string"&&n[1].key==="title"&&n[2].type==="prop"&&n[2].key==="completed")for(let l=0;l<t.length;l++){let o=t[l];p[l]={id:o.id,title:o.title!=null?String(o.title):"",completed:o.completed}}else for(let l=0;l<t.length;l++){let o=t[l],c={};for(let d of n)if(d.type==="literal")c[d.key]=d.value;else if(d.type==="item")c[d.key]=o;else if(d.type==="prop")c[d.key]=o[d.prop];else if(d.type==="item_string")c[d.key]=o!=null?String(o):"";else if(d.type==="prop_string"){let u=o[d.prop];c[d.key]=u!=null?String(u):""}p[l]=c}return p}}return null},_d=(e,t,r,i,s)=>{let n=[],a=e.body;if(a.type===v.OBJECT&&a.fast!==!1){let p=e.itemVar,l=e.indexVar;for(let o=0;o<s.length;o++){let c=s[o],d={},u={...i,[p]:c,...l&&{[l]:o}};u.__paths__||(u.__paths__=i.__paths__||{});let f=e.iterable.path||"";if(i&&i.__paths__&&f){let h=f.split("."),m=h[0];m in i.__paths__&&(f=i.__paths__[m],h.length>1&&(f+="."+h.slice(1).join(".")))}u.__paths__={...u.__paths__,[p]:`${f}[${o}]`,...l&&{[l]:o}};for(let h of a.properties){let m=h.parsedKey?R(h.parsedKey,t,r,u):h.key,y=h.value;if(y.type===v.LITERAL)d[m]=y.value;else if(y.type===v.VARIABLE){let b=y.path;if(b===p)d[m]=c;else if(b===l)d[m]=o;else if(b.startsWith(p+".")){let g=b.substring(p.length+1);!g.includes(".")&&!g.includes("[")?d[m]=c[g]:d[m]=U(b,r,{...i,[p]:c,...l&&{[l]:o}})}else d[m]=U(b,r,{...i,[p]:c,...l&&{[l]:o}})}else if(y.type===v.INTERPOLATION){let b=[];for(let g of y.parts)if(typeof g=="string")b.push(g);else if(g.type===v.VARIABLE){let _=g.path,S;if(_===p)S=c;else if(_===l)S=o;else if(_.startsWith(p+".")){let A=_.substring(p.length+1);!A.includes(".")&&!A.includes("[")?S=c[A]:S=U(_,r,{...i,[p]:c,...l&&{[l]:o}})}else S=U(_,r,{...i,[p]:c,...l&&{[l]:o}});b.push(S!=null?String(S):"")}else{let _={...i,[p]:c,...l&&{[l]:o}},S=R(g,t,r,_);b.push(S!=null?String(S):"")}d[m]=b.join("")}else{let b={...i,[p]:c,...l&&{[l]:o}};d[m]=R(y,t,r,b)}}n.push(d)}return n}return null},xd=(e,t,r)=>{let i=e.body;if(i.type===v.OBJECT&&i.properties.length===1&&i.properties[0].key==="$if item.visible"){let s=i.properties[0].value;if(s.type===v.CONDITIONAL&&s.conditions.length===1&&s.conditions[0].type===v.VARIABLE&&s.conditions[0].path==="item.visible"){let n=s.bodies[0];if(n.type===v.OBJECT&&n.properties.length===2){let a=n.properties[0],p=n.properties[1];if(a.key==="id"&&a.value.type===v.VARIABLE&&a.value.path==="item.id"&&p.key==="$if item.highlighted"&&p.value.type===v.CONDITIONAL){let l=[];for(let o=0;o<t.length;o++){let c=t[o];if(c.visible){let d={id:c.id};c.highlighted?(d.highlight=!0,d.message=`This item is highlighted: ${c.name}`):(d.highlight=!1,d.message=c.name),l.push(d)}}return l}}}}return null},Sd=(e,t,r,i)=>{let s=R(e.iterable,t,r,i);if(!Array.isArray(s)){let o,c=!1;if(e.iterable.type===v.FUNCTION){c=!0;let u=e.iterable.args.map(f=>f.type===v.LITERAL?typeof f.value=="string"?`'${f.value}'`:String(f.value):f.type===v.VARIABLE?f.path:f.type===v.FUNCTION?`${f.name}(...)`:"?").join(", ");o=`${e.iterable.name}(${u})`}else o=e.iterable.path||"undefined";let d=`${e.itemVar}${e.indexVar?`, ${e.indexVar}`:""} in ${o}`;throw ud(d,s,c)}if(!e.indexVar){let o=xd(e,s,e.itemVar);if(o!==null)return o}if(!e.indexVar){let o=wd(e,s);if(o!==null)return o}let n=_d(e,t,r,i,s);if(n!==null)return n;let a=[],p=e.iterable.path||"";if(i&&i.__paths__&&p){let o=p.split("."),c=o[0];c in i.__paths__&&(p=i.__paths__[c],o.length>1&&(p+="."+o.slice(1).join(".")))}let l=!1;e.body.type===v.ARRAY&&(e.body.items.length<=1?l=!1:l=e.body._shouldPreserveArray??=e.body.items.some(o=>o.type===v.OBJECT&&o.properties.some(c=>c.key.startsWith("$if ")||c.key.startsWith("$when "))));for(let o=0;o<s.length;o++){let c=e.indexVar?{...i,[e.itemVar]:s[o],[e.indexVar]:o}:{...i,[e.itemVar]:s[o]};c.__paths__||(c.__paths__=i.__paths__||{}),c.__paths__={...c.__paths__,[e.itemVar]:`${p}[${o}]`},e.indexVar&&(c.__paths__[e.indexVar]=o);let d=R(e.body,t,r,c);if(Array.isArray(d)&&d.length===1&&!l){let u=d[0];a.push(u===void 0?{}:u)}else a.push(d===void 0?{}:d)}return a},Ad=(e,t,r,i)=>{if(e.whenCondition)return null;if(e.properties.length===1){let s=e.properties[0],n=s.parsedKey?R(s.parsedKey,t,r,i):s.key,a=s.value;if(a.type===v.OBJECT&&a.properties.length<=10&&!a.whenCondition){let p={},l={},o=!0;for(let c of a.properties){let d=c.parsedKey?R(c.parsedKey,t,r,i):c.key,u=c.value;if(u.type===v.LITERAL)l[d]=u.value;else if(u.type===v.VARIABLE)l[d]=U(u.path,r,i);else if(u.type===v.INTERPOLATION){let f=[];for(let h of u.parts)if(typeof h=="string")f.push(h);else if(h.type===v.VARIABLE){let m=U(h.path,r,i);f.push(m!=null?String(m):"")}else{o=!1;break}if(!o)break;l[d]=f.join("")}else if(u.type===v.OBJECT&&u.properties.length<=5){let f={};for(let h of u.properties){let m=h.key,y=h.value;if(y.type===v.LITERAL)f[m]=y.value;else if(y.type===v.VARIABLE)f[m]=U(y.path,r,i);else if(y.type===v.INTERPOLATION){let b=[];for(let g of y.parts)if(typeof g=="string")b.push(g);else if(g.type===v.VARIABLE){let _=U(g.path,r,i);b.push(_!=null?String(_):"")}else{o=!1;break}if(!o)break;f[m]=b.join("")}else{o=!1;break}}if(!o)break;l[d]=f}else{o=!1;break}}if(o)return p[n]=l,p}}return null},Ed=(e,t,r,i)=>{let s=t.functions||t;if(e.whenCondition&&!Ve(e.whenCondition,s,r,i))return;let n=Ad(e,t,r,i);if(n!==null)return n;if(e.fast){let l={};for(let o of e.properties){let c=o.parsedKey?R(o.parsedKey,t,r,i):o.key,d=o.value;if(d.type===v.LITERAL)l[c]=d.value;else if(d.type===v.VARIABLE)l[c]=U(d.path,r,i);else if(d.type===v.INTERPOLATION){let u=[];for(let f of d.parts)if(typeof f=="string")u.push(f);else if(f.type===v.VARIABLE){let h=U(f.path,r,i);u.push(h!=null?String(h):"")}else{let h=R(f,t,r,i);u.push(h!=null?String(h):"")}l[c]=u.join("")}else l[c]=R(d,t,r,i)}return l}let a={},p=!1;for(let l of e.properties)if(!l.key.startsWith("$if ")&&!l.key.match(/^\$if\s+\w+.*:?$/)&&!l.key.startsWith("$elif")&&!l.key.startsWith("$else")&&!l.key.startsWith("$for ")){p=!0;break}for(let l of e.properties)if(l.key.startsWith("$if ")||l.key.match(/^\$if\s+\w+.*:?$/)){let o=R(l.value,t,r,i);if(!p&&o!==null&&o!==void 0)return Array.isArray(o)&&o.length===1?o[0]:o;typeof o=="object"&&o!==null&&!Array.isArray(o)&&Object.assign(a,o)}else if(l.key.startsWith("$for ")){if(e.properties.length===1)return R(l.value,t,r,i)}else{let o=l.value;if(o&&o.type===v.OBJECT&&o.properties){let c=o.properties.find(d=>d.key.startsWith("$for "));if(c){let d=R(c.value,t,r,i);d!==void 0&&(a[l.key]=d)}else{let d=R(l.value,t,r,i);d!==void 0&&(a[l.key]=d)}}else{let c=l.parsedKey?R(l.parsedKey,t,r,i):l.key,d=R(l.value,t,r,i);d!==void 0&&(a[c]=d)}}return a},ls={},kd=(e,t,r,i)=>{let s=[];for(let n of e.items)if(n.type===v.LOOP){let a=R(n,t,r,i);Array.isArray(a)&&n.flatten!==!1?s.push(...a):s.push(a)}else{let a=R(n,t,r,i);a!==ls&&a!==void 0&&s.push(a)}return s},$d=(e,t,r,i)=>{let{name:s,data:n,whenCondition:a}=e,p=t.partials||{},l=t.functions||t;if(a&&!Ve(a,l,r,i))return;if(!p[s])throw new ie(`Partial '${s}' is not defined`);let o=i._partialStack||[];if(o.includes(s))throw new ie(`Circular partial reference detected: ${s}`);let c=p[s],d=r,u={...i,_partialStack:[...o,s]};if(i){d={...r};for(let f of Object.keys(i))f.startsWith("_")||(d[f]=i[f])}if(n){let f=R(n,t,r,i);d={...d,...f}}return R(c,t,d,u)},Cd=(e,t,r,i)=>{let{path:s}=e,n=s.split("."),a=n[0],p=n.slice(1);if(!i||!(a in i))throw new ie(`Path reference '#{${s}}' refers to '${a}' which is not a loop variable in the current scope`);if(i.__paths__||(i.__paths__={}),!(a in i.__paths__))throw new ie(`Path reference '#{${s}}' cannot be resolved - path tracking may not be initialized properly`);let l=i.__paths__[a];if(typeof l=="number"){if(p.length>0)throw new ie(`Path reference '#{${s}}' - cannot access properties on index variable '${a}'`);return String(l)}return p.length>0&&(l+="."+p.join(".")),l},Id=/\$\{([^}]*)\}/g,Od=/#\{([^}]*)\}/g,ps=(e,t={})=>{let r=e.match(/^(\w+)\((.*)\)$/);if(!r)return{isFunction:!1};let[,i,s]=r,n=Td(s,t);return{isFunction:!0,type:v.FUNCTION,name:i,args:n}},Td=(e,t={})=>e.trim()?Ld(e).map(r=>Nd(r.trim(),t)):[],Ld=e=>{let t=[],r="",i=0,s=!1,n="";for(let a=0;a<e.length;a++){let p=e[a],l=a>0?e[a-1]:"";!s&&(p==='"'||p==="'")?(s=!0,n=p,r+=p):s&&p===n&&l!=="\\"?(s=!1,n="",r+=p):!s&&p==="("?(i++,r+=p):!s&&p===")"?(i--,r+=p):!s&&p===","&&i===0?(t.push(r),r=""):r+=p}return r&&t.push(r),t},Nd=(e,t={})=>{if(e.startsWith('"')&&e.endsWith('"')||e.startsWith("'")&&e.endsWith("'"))return{type:v.LITERAL,value:e.slice(1,-1)};if(/^-?\d+(\.\d+)?$/.test(e))return{type:v.LITERAL,value:parseFloat(e)};if(e==="true")return{type:v.LITERAL,value:!0};if(e==="false")return{type:v.LITERAL,value:!1};if(e==="null")return{type:v.LITERAL,value:null};let r=ps(e,t);if(r.isFunction)return{type:r.type,name:r.name,args:r.args};let i=e.trim(),s=[{op:" + ",type:"ADD"},{op:" - ",type:"SUBTRACT"}],n=-1;for(let{op:a,type:p}of s){let l=0;for(;l<i.length;){let o=Te(i.substring(l),a);if(o===-1)break;let c=l+o;c>n&&(n=c),l=c+a.length}}if(n!==-1)try{return Q(i,t)}catch{return{type:v.VARIABLE,path:i}}return{type:v.VARIABLE,path:i}},ds=/^\w+\(.*\)$/,Rd=/\s[+\-*/%]\s|\|\||&&|\?\?|.*\?.*:/,Vd=e=>{if(!(!e||e.trim()===""||ds.test(e))&&Rd.test(e))throw e.includes("?")&&e.includes(":")?new k(`Complex expressions not supported in variable replacements - consider calculating the value in your data instead. Offending expression: "${e}"`):e.includes("||")||e.includes("&&")||e.includes("??")?new k(`Logical operators not supported in variable replacements - consider calculating the value in your data instead (operators like ||, &&, ?? are not supported). Offending expression: "${e}"`):new k(`Arithmetic expressions not supported in variable replacements - consider calculating '${e}' in your data instead (expressions with +, -, *, /, % are not supported). Offending expression: "${e}"`)},vi=e=>{let t=e.trim();if(ds.test(t))throw new k(`Functions are not supported in path references - path references can only refer to loop variables. Offending expression: "#{${e}}"`);if(t.includes("["))throw new k(`Array indices not supported in path references - use simple variable names or properties. Offending expression: "#{${e}}"`);if(/[+\-*/%]/.test(t))throw new k(`Arithmetic expressions not supported in path references - path references can only refer to loop variables. Offending expression: "#{${e}}"`);if(/\|\||&&/.test(t))throw new k(`Logical operators not supported in path references - path references can only refer to loop variables. Offending expression: "#{${e}}"`);if(t.includes("?")&&t.includes(":"))throw new k(`Complex expressions not supported in path references - path references can only refer to loop variables. Offending expression: "#{${e}}"`);return{type:v.PATH_REFERENCE,path:t}},ht=(e,t={})=>{let r=e.trim();Vd(r);let i=ps(r,t);if(i.isFunction)return{type:i.type,name:i.name,args:i.args};if(r.includes("[")&&!/[\s+\-*/%|&?:]/.test(r)){let s=0;for(let n of r)n==="["?s++:n==="]"&&s--;if(s!==0)throw new Error("Invalid array index syntax")}return{type:v.VARIABLE,path:r}},cs=(e,t={})=>{let r=e,i=[];(e.includes("\\${")||e.includes("\\#{"))&&(r=e.replace(/\\\\(\$\{[^}]*\})/g,"\\DOUBLE_ESC_VAR$1"),r=r.replace(/\\\\(#\{[^}]*\})/g,"\\DOUBLE_ESC_PATH$1"),r=r.replace(/\\(\$\{[^}]*\})/g,(o,c)=>{let d=`__ESCAPED_${i.length}__`;return i.push(c),d}),r=r.replace(/\\(#\{[^}]*\})/g,(o,c)=>{let d=`__ESCAPED_${i.length}__`;return i.push(c),d}),r=r.replace(/\\DOUBLE_ESC_VAR/g,"\\"),r=r.replace(/\\DOUBLE_ESC_PATH/g,"\\"));let s=[...r.matchAll(Id)],n=[...r.matchAll(Od)],a=[...s.map(o=>({match:o,type:"variable"})),...n.map(o=>({match:o,type:"pathref"}))].sort((o,c)=>o.match.index-c.match.index);if(a.length===0){let o=r;for(let c=0;c<i.length;c++)o=o.replace(`__ESCAPED_${c}__`,i[c]);return{type:v.LITERAL,value:o}}if(a.length===1&&a[0].match[0]===r&&i.length===0){let{match:o,type:c}=a[0];try{return c==="variable"?ht(o[1],t):vi(o[1])}catch(d){if(d.message==="Invalid array index syntax")return{type:v.LITERAL,value:r};throw d}}let p=[],l=0;for(let{match:o,type:c}of a){let[d,u]=o,f=o.index;if(f>l){let h=r.substring(l,f);for(let m=0;m<i.length;m++)h=h.replace(`__ESCAPED_${m}__`,i[m]);h&&p.push(h)}try{let h;c==="variable"?h=ht(u.trim(),t):h=vi(u.trim()),p.push(h)}catch(h){if(h.message==="Invalid array index syntax")p.push(d);else throw h}l=f+d.length}if(l<r.length){let o=r.substring(l);for(let c=0;c<i.length;c++)o=o.replace(`__ESCAPED_${c}__`,i[c]);o&&p.push(o)}return{type:v.INTERPOLATION,parts:p}},Ae=(e,t)=>typeof e=="string"?cs(e,t):typeof e=="object"&&e!==null?Array.isArray(e)?Pd(e,t):Bd(e,t):{type:v.LITERAL,value:e},jd=e=>{let{$each:t,...r}=e;if(typeof t!="string")throw new k("$each value must be a non-empty string");let i=t.trim();if(i==="")throw new k("$each value must be a non-empty string");if(Object.keys(r).length===0)throw new k("Empty $each body not allowed");if(r.$partial!==void 0)throw new k("Cannot use $partial with $each at the same level. Wrap $partial in a parent object if you need conditionals.");return{[`$for ${i}`]:r}},Pd=(e,t)=>{let r=[],i=!1;for(let s=0;s<e.length;s++){let n=e[s];if(typeof n=="object"&&n!==null&&!Array.isArray(n)){if(n.$each!==void 0)try{let l=jd(n),o=Object.keys(l);if(o.length===1&&/^\$for(?::\w+)?\s/.test(o[0])){let c=wi(o[0],l[o[0]],t,!0);r.push(c),i=!0;continue}}catch(l){throw l instanceof k?l:new k(l.message)}let p=Object.keys(n);if(p.length===1&&/^\$for(?::\w+)?\s/.test(p[0])){let l=wi(p[0],n[p[0]],t);r.push(l),i=!0;continue}}let a=Ae(n,t);r.push(a),(a.type===v.FUNCTION||a.type===v.CONDITIONAL||a.type===v.LOOP||a.type===v.PARTIAL||a.type===v.OBJECT&&!a.fast||a.type===v.ARRAY&&!a.fast)&&(i=!0)}return{type:v.ARRAY,items:r,fast:!i}},Bd=(e,t)=>{let r=[],i=!1,s=null,n=Object.entries(e),a=0;if(e.$partial!==void 0){if(typeof e.$partial!="string")throw new k("$partial value must be a string");if(e.$partial.trim()==="")throw new k("$partial value cannot be an empty string");let l=["$if","$elif","$else","$for"],o=[];for(let[b]of n)for(let g of l)if(b===g||b.startsWith(g+" ")||b.startsWith(g+"#")){o.push(g);break}if(o.length>0)throw new k(`Cannot use $partial with ${o.join(", ")} at the same level. Wrap $partial in a parent object if you need conditionals.`);let{$partial:c,$when:d,...u}=e,f={},h=!1;for(let[b,g]of Object.entries(u)){let _=b;(b.startsWith("\\$")||b.startsWith("$$"))&&(_=b.slice(1)),f[_]=g,h=!0}let m=null;if(h&&(m=Ae(f,t),m.type===v.OBJECT)){let b=!1;for(let g of m.properties)if(g.value.type===v.VARIABLE||g.value.type===v.INTERPOLATION||g.value.type===v.FUNCTION||g.value.type===v.CONDITIONAL||g.value.type===v.OBJECT&&!g.value.fast||g.value.type===v.ARRAY&&!g.value.fast){b=!0;break}b&&(m.fast=!1)}let y={type:v.PARTIAL,name:c,data:m};if(d!==void 0){let b;if(typeof d=="string"){if(d.trim()==="")throw new k("Empty condition expression after '$when'");b=Q(d,t)}else b={type:v.LITERAL,value:d};y.whenCondition=b}return y}for(let[l,o]of n)if(l==="$when"){if(s!==null)throw new k("Multiple '$when' directives on the same object are not allowed");if(o==null)throw new k("Missing condition expression after '$when'");let c=typeof o=="string"?o:JSON.stringify(o);if(c.trim()==="")throw new k("Empty condition expression after '$when'");s=Q(c,t),i=!0}else if(l.startsWith("$when#")||l.startsWith("$when "))throw new k("'$when' does not support ID syntax or inline conditions - use '$when' as a property");for(;a<n.length;){let[l,o]=n[a];if(l==="$when"){a++;continue}if(l==="$each")throw new k("$each can only be used inside arrays");if(l.startsWith("$if ")||l.match(/^\$if#\w+\s/)||l.match(/^\$if\s+\w+.*:$/)){let c=Dd(n,a,t);r.push({key:l,value:c.node}),i=!0,a=c.nextIndex}else if(/^\$for(?::\w+)?\s/.test(l)){let c=l.match(/^\$for(?::(\w+))?\s/)?.[1]||"",d=c?`:${c}`:"";throw new k(`$for loops must be inside arrays - use '- $for${d} item in items:' instead of '$for${d} item in items:'. For cleaner object generation syntax, consider using $each.`)}else{if(l.startsWith("$elif ")||l.startsWith("$else"))throw new k(`'${l.split(" ")[0]}' without matching '$if'`);if(l==="$if"||l==="$if:")throw new k("Missing condition expression after '$if'");{let c=Ae(o,t);(c.type===v.FUNCTION||c.type===v.CONDITIONAL||c.type===v.PARTIAL||c.type===v.OBJECT&&!c.fast||c.type===v.ARRAY&&!c.fast)&&(i=!0);let d=cs(l,t),u={key:l,value:c};(d.type!==v.LITERAL||d.value!==l)&&(u.parsedKey=d),r.push(u),a++}}}let p={type:v.OBJECT,properties:r,fast:!i};return s&&(p.whenCondition=s),p},Dd=(e,t,r={})=>{let i=[],s=[],n=t,[a,p]=e[n],l=null,o;if(a.startsWith("$if#")){let d=a.match(/^\$if#(\w+)\s+(.+)$/);if(d)l=d[1],o=d[2];else throw new k(`Invalid conditional syntax: ${a}`)}else o=a.substring(4),o.endsWith(":")&&(o=o.slice(0,-1).trim());gi(o);let c=Q(o,r);for(i.push(c),s.push(Ae(p,r)),n++;n<e.length;){let[d,u]=e[n],f=!1,h;if(l?d.startsWith(`$elif#${l} `)?(h=d.substring(`$elif#${l} `.length),h.endsWith(":")&&(h=h.slice(0,-1).trim()),f=!0):(d===`$else#${l}`||d===`$else#${l}:`)&&(f=!0,h=null):d.startsWith("$elif ")?(h=d.substring(6),h.endsWith(":")&&(h=h.slice(0,-1).trim()),f=!0):(d==="$else"||d==="$else:")&&(f=!0,h=null),f){if(h===null)i.push(null);else{gi(h);let m=Q(h,r);i.push(m)}if(s.push(Ae(u,r)),n++,h===null)break}else break}return{node:{type:v.CONDITIONAL,conditions:i,bodies:s,id:l},nextIndex:n}},Q=(e,t={})=>{if(e=e.trim(),e.startsWith("(")&&e.endsWith(")")){let o=e.slice(1,-1),c=0,d=!0;for(let u=0;u<o.length;u++)if(o[u]==="("?c++:o[u]===")"&&c--,c<0){d=!1;break}if(d&&c===0)return Q(o,t)}let r=Te(e,"||");if(r!==-1)return{type:v.BINARY,op:B.OR,left:Q(e.substring(0,r).trim(),t),right:Q(e.substring(r+2).trim(),t)};let i=Te(e,"&&");if(i!==-1)return{type:v.BINARY,op:B.AND,left:Q(e.substring(0,i).trim(),t),right:Q(e.substring(i+2).trim(),t)};let s=[{op:">=",type:B.GTE},{op:"<=",type:B.LTE},{op:"==",type:B.EQ},{op:"!=",type:B.NEQ},{op:">",type:B.GT},{op:"<",type:B.LT},{op:" in ",type:B.IN}];for(let{op:o,type:c}of s){let d=Te(e,o);if(d!==-1)return{type:v.BINARY,op:c,left:Q(e.substring(0,d).trim(),t),right:Q(e.substring(d+o.length).trim(),t)}}let n=-1,a=null,p=[{op:" + ",type:B.ADD},{op:" - ",type:B.SUBTRACT}];for(let{op:o,type:c}of p){let d=0;for(;d<e.length;){let u=Te(e.substring(d),o);if(u===-1)break;let f=d+u;f>n&&(n=f,a={op:o,type:c}),d=f+o.length}}if(n!==-1&&a)return{type:v.BINARY,op:a.type,left:Q(e.substring(0,n).trim(),t),right:Q(e.substring(n+a.op.length).trim(),t)};let l=[" * "," / "," % "];for(let o of l)if(Te(e,o)!==-1)throw new k(`Arithmetic operations are not allowed in conditionals: "${o}"`);return e.startsWith("!")?{type:v.UNARY,op:ar.NOT,operand:Q(e.substring(1).trim(),t)}:hs(e,t)},Te=(e,t)=>{let r=0,i=0;for(;i<=e.length-t.length;){if(e[i]==="(")r++;else if(e[i]===")")r--;else if(r===0&&e.substring(i,i+t.length)===t)return i;i++}return-1},zd=e=>{if(e=e.trim(),e==="true")return{type:v.LITERAL,value:!0};if(e==="false")return{type:v.LITERAL,value:!1};if(e==="null")return{type:v.LITERAL,value:null};if(e.startsWith('"')&&e.endsWith('"')||e.startsWith("'")&&e.endsWith("'"))return{type:v.LITERAL,value:e.slice(1,-1)};if(e==='""'||e==="''")return{type:v.LITERAL,value:""};if(e==="{}")return{type:v.LITERAL,value:{}};if(e==="[]")return{type:v.LITERAL,value:[]};let t=Number(e);return!isNaN(t)&&isFinite(t)?{type:v.LITERAL,value:t}:{type:v.VARIABLE,path:e}},hs=(e,t)=>{let r=e.trim();if(r.match(/^(\w+)\((.*)\)$/))return ht(r,t);let i=zd(r);if(i.type===v.LITERAL)return i;if(/^[a-zA-Z_$][\w.$]*$/.test(r))return{type:v.VARIABLE,path:r};try{return ht(r,t)}catch(s){if(s.message&&s.message.includes("not supported"))return i;throw s}},Fd=(e,t=!1)=>{try{hd(e)}catch(r){if(r instanceof k&&t){let i=r.message.replace(/\$for/g,"$each");throw new k(i.replace("Parse Error: ",""))}throw r}},wi=(e,t,r,i=!1)=>{let s=/^\$for(?::(\w+))?\s+(.+)$/,n=e.match(s);if(!n){let y=i?"$each":"$for";throw new k(`Invalid loop syntax (got: '${e.replace("$for",y)}')`)}let a=n[1],p=n[2].trim();Fd(p,i);let l=p.match(/^(.+?)\s+in\s+(.+)$/);if(!l){let y=i?"$each":"$for";throw new k(`Invalid loop syntax - missing 'in' keyword (got: '${y} ${p}')`)}let o=l[1].trim(),c=l[2].trim(),d,u=null;if(o.includes(",")){let y=o.split(",").map(b=>b.trim());if(y.length!==2)throw new k(`Invalid loop variables: ${o}. Expected format: "item" or "item, index"`);d=y[0],u=y[1]}else d=o;let f=["this","undefined","null","true","false"];if(f.includes(d))throw new k(`Reserved variable name: ${d}`);if(u&&f.includes(u))throw new k(`Reserved variable name: ${u}`);let h=hs(c,r),m=Ae(t,r);return{type:v.LOOP,itemVar:d,indexVar:u,iterable:h,body:m,flatten:a!=="nested"}},or=(e,t={})=>{let{functions:r={}}=t;return Ae(e,r)},Wd=()=>Date.now(),Md=Object.freeze(Object.defineProperty({__proto__:null,now:Wd},Symbol.toStringTag,{value:"Module"})),us=(e,t,r={})=>{let{functions:i={},partials:s={}}=r,n={...Md,...i},a=or(e,{functions:n}),p={};for(let[l,o]of Object.entries(s))p[l]=or(o,{functions:n});return ss(a,t,{functions:n,partials:p})},Ye=e=>e!==null&&typeof e=="object"&&!Array.isArray(e),Kd=(e,t)=>{!t||typeof t!="object"||Object.entries(t).forEach(([r,i])=>{if(r==="default")throw new Error("[Methods] Invalid method name 'default'. Use named exports in .methods.js; default export is not supported.");if(typeof i=="function"){if(r in e)throw new Error(`[Methods] Cannot define method '${r}' because it already exists on the component instance.`);Object.defineProperty(e,r,{configurable:!0,enumerable:!1,writable:!1,value:(s={})=>{let n=s===void 0?{}:s;if(!Ye(n))throw new Error(`[Methods] Method '${r}' expects payload to be an object.`);return i.call(e,n)}})}})},fs=Symbol.for("immer-nothing"),_i=Symbol.for("immer-draftable"),ne=Symbol.for("immer-state");function de(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var je=Object.getPrototypeOf;function Pe(e){return!!e&&!!e[ne]}function Ee(e){return e?ms(e)||Array.isArray(e)||!!e[_i]||!!e.constructor?.[_i]||_t(e)||xt(e):!1}var Ud=Object.prototype.constructor.toString();function ms(e){if(!e||typeof e!="object")return!1;let t=je(e);if(t===null)return!0;let r=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return r===Object?!0:typeof r=="function"&&Function.toString.call(r)===Ud}function ut(e,t){wt(e)===0?Reflect.ownKeys(e).forEach(r=>{t(r,e[r],e)}):e.forEach((r,i)=>t(i,r,e))}function wt(e){let t=e[ne];return t?t.type_:Array.isArray(e)?1:_t(e)?2:xt(e)?3:0}function lr(e,t){return wt(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function ys(e,t,r){let i=wt(e);i===2?e.set(t,r):i===3?e.add(r):e[t]=r}function Hd(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function _t(e){return e instanceof Map}function xt(e){return e instanceof Set}function _e(e){return e.copy_||e.base_}function pr(e,t){if(_t(e))return new Map(e);if(xt(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);let r=ms(e);if(t===!0||t==="class_only"&&!r){let i=Object.getOwnPropertyDescriptors(e);delete i[ne];let s=Reflect.ownKeys(i);for(let n=0;n<s.length;n++){let a=s[n],p=i[a];p.writable===!1&&(p.writable=!0,p.configurable=!0),(p.get||p.set)&&(i[a]={configurable:!0,writable:!0,enumerable:p.enumerable,value:e[a]})}return Object.create(je(e),i)}else{let i=je(e);if(i!==null&&r)return{...e};let s=Object.create(i);return Object.assign(s,e)}}function Sr(e,t=!1){return St(e)||Pe(e)||!Ee(e)||(wt(e)>1&&(e.set=e.add=e.clear=e.delete=qd),Object.freeze(e),t&&Object.entries(e).forEach(([r,i])=>Sr(i,!0))),e}function qd(){de(2)}function St(e){return Object.isFrozen(e)}var Gd={};function ke(e){let t=Gd[e];return t||de(0,e),t}var Ze;function gs(){return Ze}function Jd(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function xi(e,t){t&&(ke("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function dr(e){cr(e),e.drafts_.forEach(Yd),e.drafts_=null}function cr(e){e===Ze&&(Ze=e.parent_)}function Si(e){return Ze=Jd(Ze,e)}function Yd(e){let t=e[ne];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Ai(e,t){t.unfinalizedDrafts_=t.drafts_.length;let r=t.drafts_[0];return e!==void 0&&e!==r?(r[ne].modified_&&(dr(t),de(4)),Ee(e)&&(e=ft(t,e),t.parent_||mt(t,e)),t.patches_&&ke("Patches").generateReplacementPatches_(r[ne].base_,e,t.patches_,t.inversePatches_)):e=ft(t,r,[]),dr(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==fs?e:void 0}function ft(e,t,r){if(St(t))return t;let i=t[ne];if(!i)return ut(t,(s,n)=>Ei(e,i,t,s,n,r)),t;if(i.scope_!==e)return t;if(!i.modified_)return mt(e,i.base_,!0),i.base_;if(!i.finalized_){i.finalized_=!0,i.scope_.unfinalizedDrafts_--;let s=i.copy_,n=s,a=!1;i.type_===3&&(n=new Set(s),s.clear(),a=!0),ut(n,(p,l)=>Ei(e,i,s,p,l,r,a)),mt(e,s,!1),r&&e.patches_&&ke("Patches").generatePatches_(i,r,e.patches_,e.inversePatches_)}return i.copy_}function Ei(e,t,r,i,s,n,a){if(Pe(s)){let p=n&&t&&t.type_!==3&&!lr(t.assigned_,i)?n.concat(i):void 0,l=ft(e,s,p);if(ys(r,i,l),Pe(l))e.canAutoFreeze_=!1;else return}else a&&r.add(s);if(Ee(s)&&!St(s)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;ft(e,s),(!t||!t.scope_.parent_)&&typeof i!="symbol"&&Object.prototype.propertyIsEnumerable.call(r,i)&&mt(e,s)}}function mt(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Sr(t,r)}function Zd(e,t){let r=Array.isArray(e),i={type_:r?1:0,scope_:t?t.scope_:gs(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1},s=i,n=Ar;r&&(s=[i],n=Xe);let{revoke:a,proxy:p}=Proxy.revocable(s,n);return i.draft_=p,i.revoke_=a,p}var Ar={get(e,t){if(t===ne)return e;let r=_e(e);if(!lr(r,t))return Xd(e,r,t);let i=r[t];return e.finalized_||!Ee(i)?i:i===Xt(e.base_,t)?(Qt(e),e.copy_[t]=ur(i,e)):i},has(e,t){return t in _e(e)},ownKeys(e){return Reflect.ownKeys(_e(e))},set(e,t,r){let i=bs(_e(e),t);if(i?.set)return i.set.call(e.draft_,r),!0;if(!e.modified_){let s=Xt(_e(e),t),n=s?.[ne];if(n&&n.base_===r)return e.copy_[t]=r,e.assigned_[t]=!1,!0;if(Hd(r,s)&&(r!==void 0||lr(e.base_,t)))return!0;Qt(e),hr(e)}return e.copy_[t]===r&&(r!==void 0||t in e.copy_)||Number.isNaN(r)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=r,e.assigned_[t]=!0),!0},deleteProperty(e,t){return Xt(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,Qt(e),hr(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){let r=_e(e),i=Reflect.getOwnPropertyDescriptor(r,t);return i&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:i.enumerable,value:r[t]}},defineProperty(){de(11)},getPrototypeOf(e){return je(e.base_)},setPrototypeOf(){de(12)}},Xe={};ut(Ar,(e,t)=>{Xe[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}});Xe.deleteProperty=function(e,t){return Xe.set.call(this,e,t,void 0)};Xe.set=function(e,t,r){return Ar.set.call(this,e[0],t,r,e[0])};function Xt(e,t){let r=e[ne];return(r?_e(r):e)[t]}function Xd(e,t,r){let i=bs(t,r);return i?"value"in i?i.value:i.get?.call(e.draft_):void 0}function bs(e,t){if(!(t in e))return;let r=je(e);for(;r;){let i=Object.getOwnPropertyDescriptor(r,t);if(i)return i;r=je(r)}}function hr(e){e.modified_||(e.modified_=!0,e.parent_&&hr(e.parent_))}function Qt(e){e.copy_||(e.copy_=pr(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var Qd=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(t,r,i)=>{if(typeof t=="function"&&typeof r!="function"){let n=r;r=t;let a=this;return function(p=n,...l){return a.produce(p,o=>r.call(this,o,...l))}}typeof r!="function"&&de(6),i!==void 0&&typeof i!="function"&&de(7);let s;if(Ee(t)){let n=Si(this),a=ur(t,void 0),p=!0;try{s=r(a),p=!1}finally{p?dr(n):cr(n)}return xi(n,i),Ai(s,n)}else if(!t||typeof t!="object"){if(s=r(t),s===void 0&&(s=t),s===fs&&(s=void 0),this.autoFreeze_&&Sr(s,!0),i){let n=[],a=[];ke("Patches").generateReplacementPatches_(t,s,n,a),i(n,a)}return s}else de(1,t)},this.produceWithPatches=(t,r)=>{if(typeof t=="function")return(n,...a)=>this.produceWithPatches(n,p=>t(p,...a));let i,s;return[this.produce(t,r,(n,a)=>{i=n,s=a}),i,s]},typeof e?.autoFreeze=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof e?.useStrictShallowCopy=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){Ee(e)||de(8),Pe(e)&&(e=ec(e));let t=Si(this),r=ur(e,void 0);return r[ne].isManual_=!0,cr(t),r}finishDraft(e,t){let r=e&&e[ne];(!r||!r.isManual_)&&de(9);let{scope_:i}=r;return xi(i,t),Ai(void 0,i)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let r;for(r=t.length-1;r>=0;r--){let s=t[r];if(s.path.length===0&&s.op==="replace"){e=s.value;break}}r>-1&&(t=t.slice(r+1));let i=ke("Patches").applyPatches_;return Pe(e)?i(e,t):this.produce(e,s=>i(s,t))}};function ur(e,t){let r=_t(e)?ke("MapSet").proxyMap_(e,t):xt(e)?ke("MapSet").proxySet_(e,t):Zd(e,t);return(t?t.scope_:gs()).drafts_.push(r),r}function ec(e){return Pe(e)||de(10,e),vs(e)}function vs(e){if(!Ee(e)||St(e))return e;let t=e[ne],r;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=pr(e,t.scope_.immer_.useStrictShallowCopy_)}else r=pr(e,!0);return ut(r,(i,s)=>{ys(r,i,vs(s))}),t&&(t.finalized_=!1),r}var ae=new Qd,tc=ae.produce;ae.produceWithPatches.bind(ae);ae.setAutoFreeze.bind(ae);ae.setUseStrictShallowCopy.bind(ae);ae.applyPatches.bind(ae);ae.createDraft.bind(ae);ae.finishDraft.bind(ae);var rc=(e,t,r)=>{let{createInitialState:i,...s}=e,n={},a={},p={};return i&&(p=i({props:t,constants:r})),Object.entries(s).forEach(([l,o])=>{if(l.startsWith("select")){n[l]=(...c)=>o({state:p,props:t,constants:r},...c);return}a[l]=(c={})=>{let d=c===void 0?{}:c;if(!Ye(d))throw new Error(`[Store] Action '${l}' expects payload to be an object.`);return p=tc(p,u=>o({state:u,props:t,constants:r},d)),p}}),{getState:()=>p,...a,...n}},ws=e=>!Ye(e)||Object.isFrozen(e)?e:(Object.values(e).forEach(t=>{ws(t)}),Object.freeze(e)),ic=({setupConstants:e,fileConstants:t})=>{let r=Ye(e)?e:{},i=Ye(t)?t:{};return ws({...r,...i})},sc=(e,t)=>{if(!t||typeof t!="object")return"";let r="",i=n=>Object.entries(n).map(([a,p])=>` ${a}: ${p};`).join(`
|
|
1478
1478
|
`),s=(n,a)=>{if(typeof a!="object"||a===null)return"";if(n.startsWith("@")){let l=Object.entries(a).map(([o,c])=>{let d=i(c);return` ${o} {
|
|
1479
1479
|
${d.split(`
|
|
1480
1480
|
`).map(u=>u?` ${u}`:"").join(`
|
|
@@ -1498,4 +1498,4 @@ ${p}
|
|
|
1498
1498
|
font: inherit;
|
|
1499
1499
|
cursor: pointer;
|
|
1500
1500
|
}
|
|
1501
|
-
`,Gc=({host:e,cssText:t,createStyleSheet:r=()=>new CSSStyleSheet,createElement:i=s=>document.createElement(s)})=>{let s=e.attachShadow({mode:"open"}),n=r();n.replaceSync(qc);let a=[n];if(t){let l=r();l.replaceSync(t),a.push(l)}s.adoptedStyleSheets=a;let p=i("div");return p.style.cssText="display: contents;",s.appendChild(p),p.parentNode||e.appendChild(p),e.style.display="contents",{shadow:s,renderTarget:p,adoptedStyleSheets:a}},Cs=(e,t=requestAnimationFrame)=>t(e),Jc=({scheduleFrameFn:e=Cs}={})=>({update:(t,r)=>{let i=t.data?.props||{},s=r.data?.props||{};if(JSON.stringify(i)===JSON.stringify(s))return;let n=r.elm;!n||typeof n.render!="function"||(n.setAttribute("isDirty","true"),e(()=>{if(n.render(),n.removeAttribute("isDirty"),n.handlers&&n.handlers.handleOnUpdate){let a={...n.deps,store:n.store,render:n.render.bind(n),handlers:n.handlers,dispatchEvent:n.dispatchEvent.bind(n),refs:n.refIds||{}};n.handlers.handleOnUpdate(a,{oldProps:i,newProps:s})}}))}}),Yc=({elementName:e,propsSchema:t,propsSchemaKeys:r,template:i,refs:s,styles:n,handlers:a,methods:p,constants:l,store:o,patch:c,h:d,deps:u})=>{class f extends HTMLElement{elementName;styles;_snabbdomH;store;props;propsSchema;template;handlers;methods;constants;transformedHandlers={};refs;refIds={};patch;_unmountCallback;_globalListenersCleanup;_oldVNode;deps;_propsSchemaKeys=[];cssText;static get observedAttributes(){return["key"]}get viewData(){let y={};return this.store.selectViewData&&(y=this.store.selectViewData()),y}connectedCallback(){let y=Gc({host:this,cssText:this.cssText});this.shadow=y.shadow,this.renderTarget=y.renderTarget,Mc({instance:this,parseAndRenderFn:us,renderFn:this.render})}disconnectedCallback(){Kc({instance:this,clearTimerFn:clearTimeout})}attributeChangedCallback(y,b,g){Uc({instance:this,attributeName:y,oldValue:b,newValue:g,scheduleFrameFn:Cs})}render=()=>{Hc({instance:this,createComponentUpdateHookFn:Jc})}}class h extends f{static get observedAttributes(){return Dc({propsSchemaKeys:r,toKebabCase:rs})}constructor(){super(),this.constants=ic({setupConstants:u?.constants,fileConstants:l}),this.propsSchema=t,this.props=t?dd(this,r):{},this._propsSchemaKeys=r,this.elementName=e,this.styles=n,this.store=rc(o,this.props,this.constants),this.template=i,this.handlers=a,this.methods=p,this.refs=s,this.patch=c,this.deps={...u,store:this.store,render:this.render,handlers:a,props:this.props,constants:this.constants},Kd(this,this.methods),this._snabbdomH=d,this.cssText=sc(e,n)}}return h};function Qe(e,t,r,i,s){let n=t===void 0?void 0:t.key;return{sel:e,data:t,children:r,text:i,elm:s,key:n}}var yt=Array.isArray;function pt(e){return typeof e=="string"||typeof e=="number"||e instanceof String||e instanceof Number}function Zc(e,t){return document.createElement(e,t)}function Xc(e,t,r){return document.createElementNS(e,t,r)}function Qc(){return xe(document.createDocumentFragment())}function eh(e){return document.createTextNode(e)}function th(e){return document.createComment(e)}function rh(e,t,r){if(ue(e)){let i=e;for(;i&&ue(i);)i=xe(i).parent;e=i??e}ue(t)&&(t=xe(t,e)),r&&ue(r)&&(r=xe(r).firstChildNode),e.insertBefore(t,r)}function ih(e,t){e.removeChild(t)}function sh(e,t){ue(t)&&(t=xe(t,e)),e.appendChild(t)}function Is(e){if(ue(e)){for(;e&&ue(e);)e=xe(e).parent;return e??null}return e.parentNode}function nh(e){var t;if(ue(e)){let r=xe(e),i=Is(r);if(i&&r.lastChildNode){let s=Array.from(i.childNodes),n=s.indexOf(r.lastChildNode);return(t=s[n+1])!==null&&t!==void 0?t:null}return null}return e.nextSibling}function ah(e){return e.tagName}function oh(e,t){e.textContent=t}function lh(e){return e.textContent}function ph(e){return e.nodeType===1}function dh(e){return e.nodeType===3}function ch(e){return e.nodeType===8}function ue(e){return e.nodeType===11}function xe(e,t){var r,i,s;let n=e;return(r=n.parent)!==null&&r!==void 0||(n.parent=t??null),(i=n.firstChildNode)!==null&&i!==void 0||(n.firstChildNode=e.firstChild),(s=n.lastChildNode)!==null&&s!==void 0||(n.lastChildNode=e.lastChild),n}var hh={createElement:Zc,createElementNS:Xc,createTextNode:eh,createDocumentFragment:Qc,createComment:th,insertBefore:rh,removeChild:ih,appendChild:sh,parentNode:Is,nextSibling:nh,tagName:ah,setTextContent:oh,getTextContent:lh,isElement:ph,isText:dh,isComment:ch,isDocumentFragment:ue};function lt(e){return e===void 0}function re(e){return e!==void 0}var tr=Qe("",{},[],void 0,void 0);function qe(e,t){var r,i;let s=e.key===t.key,n=((r=e.data)===null||r===void 0?void 0:r.is)===((i=t.data)===null||i===void 0?void 0:i.is),a=e.sel===t.sel,p=!e.sel&&e.sel===t.sel?typeof e.text==typeof t.text:!0;return a&&s&&n&&p}function uh(){throw new Error("The document fragment is not supported on this platform.")}function fh(e,t){return e.isElement(t)}function mh(e,t){return e.isDocumentFragment(t)}function yh(e,t,r){var i;let s={};for(let n=t;n<=r;++n){let a=(i=e[n])===null||i===void 0?void 0:i.key;a!==void 0&&(s[a]=n)}return s}var gh=["create","update","remove","destroy","pre","post"];function bh(e,t,r){let i={create:[],update:[],remove:[],destroy:[],pre:[],post:[]},s=hh;for(let h of gh)for(let m of e){let y=m[h];y!==void 0&&i[h].push(y)}function n(h){let m=h.id?"#"+h.id:"",y=h.getAttribute("class"),b=y?"."+y.split(" ").join("."):"";return Qe(s.tagName(h).toLowerCase()+m+b,{},[],void 0,h)}function a(h){return Qe(void 0,{},[],void 0,h)}function p(h,m){return function(){if(--m===0){let y=s.parentNode(h);y!==null&&s.removeChild(y,h)}}}function l(h,m){var y,b,g,_;let S,A=h.data;if(A!==void 0){let T=(y=A.hook)===null||y===void 0?void 0:y.init;re(T)&&(T(h),A=h.data)}let E=h.children,O=h.sel;if(O==="!")lt(h.text)&&(h.text=""),h.elm=s.createComment(h.text);else if(O==="")h.elm=s.createTextNode(h.text);else if(O!==void 0){let T=O.indexOf("#"),V=O.indexOf(".",T),z=T>0?T:O.length,D=V>0?V:O.length,Y=T!==-1||V!==-1?O.slice(0,Math.min(z,D)):O,Z=h.elm=re(A)&&re(S=A.ns)?s.createElementNS(S,Y,A):s.createElement(Y,A);for(z<D&&Z.setAttribute("id",O.slice(z+1,D)),V>0&&Z.setAttribute("class",O.slice(D+1).replace(/\./g," ")),S=0;S<i.create.length;++S)i.create[S](tr,h);if(pt(h.text)&&(!yt(E)||E.length===0)&&s.appendChild(Z,s.createTextNode(h.text)),yt(E))for(S=0;S<E.length;++S){let be=E[S];be!=null&&s.appendChild(Z,l(be,m))}let fe=h.data.hook;re(fe)&&((b=fe.create)===null||b===void 0||b.call(fe,tr,h),fe.insert&&m.push(h))}else if(!((g=void 0)===null||g===void 0)&&g.fragments&&h.children){for(h.elm=((_=s.createDocumentFragment)!==null&&_!==void 0?_:uh)(),S=0;S<i.create.length;++S)i.create[S](tr,h);for(S=0;S<h.children.length;++S){let T=h.children[S];T!=null&&s.appendChild(h.elm,l(T,m))}}else h.elm=s.createTextNode(h.text);return h.elm}function o(h,m,y,b,g,_){for(;b<=g;++b){let S=y[b];S!=null&&s.insertBefore(h,l(S,_),m)}}function c(h){var m,y;let b=h.data;if(b!==void 0){(y=(m=b?.hook)===null||m===void 0?void 0:m.destroy)===null||y===void 0||y.call(m,h);for(let g=0;g<i.destroy.length;++g)i.destroy[g](h);if(h.children!==void 0)for(let g=0;g<h.children.length;++g){let _=h.children[g];_!=null&&typeof _!="string"&&c(_)}}}function d(h,m,y,b){for(var g,_;y<=b;++y){let S,A,E=m[y];if(E!=null)if(re(E.sel)){c(E),S=i.remove.length+1,A=p(E.elm,S);for(let T=0;T<i.remove.length;++T)i.remove[T](E,A);let O=(_=(g=E?.data)===null||g===void 0?void 0:g.hook)===null||_===void 0?void 0:_.remove;re(O)?O(E,A):A()}else E.children?(c(E),d(h,E.children,0,E.children.length-1)):s.removeChild(h,E.elm)}}function u(h,m,y,b){let g=0,_=0,S=m.length-1,A=m[0],E=m[S],O=y.length-1,T=y[0],V=y[O],z,D,Y,Z;for(;g<=S&&_<=O;)A==null?A=m[++g]:E==null?E=m[--S]:T==null?T=y[++_]:V==null?V=y[--O]:qe(A,T)?(f(A,T,b),A=m[++g],T=y[++_]):qe(E,V)?(f(E,V,b),E=m[--S],V=y[--O]):qe(A,V)?(f(A,V,b),s.insertBefore(h,A.elm,s.nextSibling(E.elm)),A=m[++g],V=y[--O]):qe(E,T)?(f(E,T,b),s.insertBefore(h,E.elm,A.elm),E=m[--S],T=y[++_]):(z===void 0&&(z=yh(m,g,S)),D=z[T.key],lt(D)?(s.insertBefore(h,l(T,b),A.elm),T=y[++_]):lt(z[V.key])?(s.insertBefore(h,l(V,b),s.nextSibling(E.elm)),V=y[--O]):(Y=m[D],Y.sel!==T.sel?s.insertBefore(h,l(T,b),A.elm):(f(Y,T,b),m[D]=void 0,s.insertBefore(h,Y.elm,A.elm)),T=y[++_]));_<=O&&(Z=y[O+1]==null?null:y[O+1].elm,o(h,Z,y,_,O,b)),g<=S&&d(h,m,g,S)}function f(h,m,y){var b,g,_,S,A,E,O,T;let V=(b=m.data)===null||b===void 0?void 0:b.hook;(g=V?.prepatch)===null||g===void 0||g.call(V,h,m);let z=m.elm=h.elm;if(h===m)return;if(m.data!==void 0||re(m.text)&&m.text!==h.text){(_=m.data)!==null&&_!==void 0||(m.data={}),(S=h.data)!==null&&S!==void 0||(h.data={});for(let Z=0;Z<i.update.length;++Z)i.update[Z](h,m);(O=(E=(A=m.data)===null||A===void 0?void 0:A.hook)===null||E===void 0?void 0:E.update)===null||O===void 0||O.call(E,h,m)}let D=h.children,Y=m.children;lt(m.text)?re(D)&&re(Y)?D!==Y&&u(z,D,Y,y):re(Y)?(re(h.text)&&s.setTextContent(z,""),o(z,null,Y,0,Y.length-1,y)):re(D)?d(z,D,0,D.length-1):re(h.text)&&s.setTextContent(z,""):h.text!==m.text&&(re(D)&&d(z,D,0,D.length-1),s.setTextContent(z,m.text)),(T=V?.postpatch)===null||T===void 0||T.call(V,h,m)}return function(h,m){let y,b,g,_=[];for(y=0;y<i.pre.length;++y)i.pre[y]();for(fh(s,h)?h=n(h):mh(s,h)&&(h=a(h)),qe(h,m)?f(h,m,_):(b=h.elm,g=s.parentNode(b),l(m,_),g!==null&&(s.insertBefore(g,m.elm,s.nextSibling(b)),d(g,[h],0,0))),y=0;y<_.length;++y)_[y].data.hook.insert(_[y]);for(y=0;y<i.post.length;++y)i.post[y]();return m}}function Li(e,t){let r,i,s=t.elm,n=e.data.class,a=t.data.class;if(!(!n&&!a)&&n!==a){n=n||{},a=a||{};for(i in n)n[i]&&!Object.prototype.hasOwnProperty.call(a,i)&&s.classList.remove(i);for(i in a)r=a[i],r!==n[i]&&s.classList[r?"add":"remove"](i)}}var vh={create:Li,update:Li};function Ni(e,t){let r,i,s,n=t.elm,a=e.data.props,p=t.data.props;if(!(!a&&!p)&&a!==p){a=a||{},p=p||{};for(r in p)i=p[r],s=a[r],s!==i&&(r!=="value"||n[r]!==i)&&(n[r]=i)}}var wh={create:Ni,update:Ni},_h="http://www.w3.org/1999/xlink",xh="http://www.w3.org/2000/xmlns/",Sh="http://www.w3.org/XML/1998/namespace",Ri=58,Ah=120,Eh=109;function Vi(e,t){let r,i=t.elm,s=e.data.attrs,n=t.data.attrs;if(!(!s&&!n)&&s!==n){s=s||{},n=n||{};for(r in n){let a=n[r];s[r]!==a&&(a===!0?i.setAttribute(r,""):a===!1?i.removeAttribute(r):r.charCodeAt(0)!==Ah?i.setAttribute(r,a):r.charCodeAt(3)===Ri?i.setAttributeNS(Sh,r,a):r.charCodeAt(5)===Ri?r.charCodeAt(1)===Eh?i.setAttributeNS(xh,r,a):i.setAttributeNS(_h,r,a):i.setAttribute(r,a))}for(r in s)r in n||i.removeAttribute(r)}}var kh={create:Vi,update:Vi},ji=typeof window?.requestAnimationFrame=="function"?window.requestAnimationFrame.bind(window):setTimeout,$h=function(e){ji(function(){ji(e)})},gr=!1;function Ch(e,t,r){$h(function(){e[t]=r})}function Pi(e,t){let r,i,s=t.elm,n=e.data.style,a=t.data.style;if(!n&&!a||n===a)return;n=n||{},a=a||{};let p="delayed"in n;for(i in n)i in a||(i[0]==="-"&&i[1]==="-"?s.style.removeProperty(i):s.style[i]="");for(i in a)if(r=a[i],i==="delayed"&&a.delayed)for(let l in a.delayed)r=a.delayed[l],(!p||r!==n.delayed[l])&&Ch(s.style,l,r);else i!=="remove"&&r!==n[i]&&(i[0]==="-"&&i[1]==="-"?s.style.setProperty(i,r):s.style[i]=r)}function Ih(e){let t,r,i=e.elm,s=e.data.style;if(!(!s||!(t=s.destroy)))for(r in t)i.style[r]=t[r]}function Oh(e,t){let r=e.data.style;if(!r||!r.remove){t();return}gr||(e.elm.offsetLeft,gr=!0);let i,s=e.elm,n=0,a=r.remove,p=0,l=[];for(i in a)l.push(i),s.style[i]=a[i];let o=getComputedStyle(s)["transition-property"].split(", ");for(;n<o.length;++n)l.indexOf(o[n])!==-1&&p++;s.addEventListener("transitionend",function(c){c.target===s&&--p,p===0&&t()})}function Th(){gr=!1}var Lh={pre:Th,create:Pi,update:Pi,destroy:Ih,remove:Oh};function Os(e,t,r){if(typeof e=="function")e.call(t,r,t);else if(typeof e=="object")for(let i=0;i<e.length;i++)Os(e[i],t,r)}function Nh(e,t){let r=e.type,i=t.data.on;i&&i[r]&&Os(i[r],t,e)}function Rh(){return function e(t){Nh(t,e.vnode)}}function rr(e,t){let r=e.data.on,i=e.listener,s=e.elm,n=t&&t.data.on,a=t&&t.elm,p;if(r!==n){if(r&&i)if(n)for(p in r)n[p]||s.removeEventListener(p,i,!1);else for(p in r)s.removeEventListener(p,i,!1);if(n){let l=t.listener=e.listener||Rh();if(l.vnode=t,r)for(p in n)r[p]||a.addEventListener(p,l,!1);else for(p in n)a.addEventListener(p,l,!1)}}}var Vh={create:rr,update:rr,destroy:rr},jh=()=>bh([vh,wh,kh,Lh,Vh]);function Ts(e,t,r){if(e.ns="http://www.w3.org/2000/svg",r!=="foreignObject"&&t!==void 0)for(let i=0;i<t.length;++i){let s=t[i];if(typeof s=="string")continue;let n=s.data;n!==void 0&&Ts(n,s.children,s.sel)}}function Ph(e,t,r){let i={},s,n,a;if(r!==void 0?(t!==null&&(i=t),yt(r)?s=r:pt(r)?n=r.toString():r&&r.sel&&(s=[r])):t!=null&&(yt(t)?s=t:pt(t)?n=t.toString():t&&t.sel?s=[t]:i=t),s!==void 0)for(a=0;a<s.length;++a)pt(s[a])&&(s[a]=Qe(void 0,void 0,void 0,s[a],void 0));return e.startsWith("svg")&&(e.length===3||e[3]==="."||e[3]==="#")&&Ts(i,s,e),Qe(e,i,s,n,void 0)}var Bh=jh(),Dh=({handlers:e,methods:t,constants:r,schema:i,view:s,store:n},a)=>{if(!s)throw new Error("view is not defined");if(!i||typeof i!="object"||Array.isArray(i))throw new Error("schema is required. Define component metadata in .schema.yaml.");let p=i,{template:l,refs:o,styles:c}=s;cd({schema:p,methodExports:Object.keys(t||{})});let d=p.componentName,u=p.propsSchema,f=u?.properties?[...new Set(Object.keys(u.properties).map(h=>is(h)))]:[];return Yc({elementName:d,propsSchema:u,propsSchemaKeys:f,template:l,refs:o,styles:c,handlers:e,methods:t,constants:r,store:n,patch:Bh,h:Ph,deps:a})},zh=e=>{let t={};return{once:(r,i)=>{t[r]||(t[r]=[]);let s=(...n)=>{i(...n),t[r]=t[r].filter(a=>a!==s)};t[r].push(s)},emit:(r,...i)=>{t[r]&&t[r].forEach(s=>{s(...i)})},showAlert:async r=>{throw new Error("globalUIElement is not set. Make sure to initialize the global UI component and pass it to createGlobalUIManager.")},showConfirm:async r=>{throw new Error("globalUIElement is not set. Make sure to initialize the global UI component and pass it to createGlobalUIManager.")},showFormDialog:async r=>{throw new Error("globalUIElement is not set. Make sure to initialize the global UI component and pass it to createGlobalUIManager.")},showDropdownMenu:async r=>{throw new Error("globalUIElement is not set. Make sure to initialize the global UI component and pass it to createGlobalUIManager.")},closeAll:async()=>{throw new Error("globalUIElement is not set. Make sure to initialize the global UI component and pass it to createGlobalUIManager.")}}},Fh=zh(),Wh={globalUI:Fh},Mh={components:Wh},Kh={componentName:"rtgl-accordion-item",propsSchema:{type:"object",properties:{label:{type:"string"},content:{type:"string"},w:{type:"string"}}},events:[],methods:{type:"object",properties:{}}},Uh={refs:{header:{eventListeners:{click:{handler:"handleClickHeader"}}}},styles:{".content-wrapper":{display:"grid","grid-template-rows":"0fr",transition:"grid-template-rows 0.2s ease-out"},".content-wrapper.open":{"grid-template-rows":"1fr"},".content-inner":{overflow:"hidden"}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-view d=v ${containerAttrString}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view#header d=h av=c w=f pv=md cur=pointer",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text",value:{type:1,path:"label"}}],fast:!0},{type:8,properties:[{key:"rtgl-view w=1fg",value:{type:0,value:null}}],fast:!0},{type:8,properties:[{key:"rtgl-svg svg=${chevronIcon} wh=16 c=mu-fg",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-svg svg=",{type:1,path:"chevronIcon"}," wh=16 c=mu-fg"]}}],fast:!0}],fast:!0}}],fast:!0},{type:8,properties:[{key:'div class="${openClass}"',value:{type:9,items:[{type:8,properties:[{key:"div class=content-inner",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view pb=md",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=mu-fg",value:{type:1,path:"content"}}],fast:!0},{type:8,properties:[{key:"slot name=content",value:{type:0,value:null}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:['div class="',{type:1,path:"openClass"},'"']}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view d=v ",{type:1,path:"containerAttrString"}]}}],fast:!0}],fast:!0}},Hh={componentName:"rtgl-breadcrumb",propsSchema:{type:"object",properties:{items:{type:"array",items:{type:"object",properties:{label:{type:"string"},id:{type:"string"},href:{type:"string"},path:{type:"string"},current:{type:"boolean"},disabled:{type:"boolean"},click:{type:"boolean"},newTab:{type:"boolean"},rel:{type:"string"}}}},sep:{type:"string",default:"breadcrumb-arrow"},max:{type:"number"}}},events:{"item-click":{type:"object",properties:{id:{type:"string"},path:{type:"string"},href:{type:"string"},item:{type:"object"},index:{type:"number"},trigger:{type:"string"}}}},methods:{type:"object",properties:{}}},qh={refs:{"item*":{eventListeners:{click:{handler:"handleClickItem"}}}},styles:{a:{"text-decoration":"none",color:"inherit"}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h av=c g=md p=sm ${containerAttrString}",value:{type:9,items:[{type:7,itemVar:"item",indexVar:"i",iterable:{type:1,path:"items"},body:{type:9,items:[{type:8,properties:[{key:"$if item.isSeparator",value:{type:6,conditions:[{type:1,path:"item.isSeparator"},{type:1,path:"item.isEllipsis"},{type:4,op:6,left:{type:1,path:"item.isInteractive"},right:{type:1,path:"item.href"}},{type:1,path:"item.isInteractive"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-svg wh=16 svg=${sep} c=mu-fg",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-svg wh=16 svg=",{type:1,path:"sep"}," c=mu-fg"]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm c=mu-fg",value:{type:1,path:"item.label"}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"a#item${i} href=${item.href} ${item.linkExtraAttrs} data-index=${item.index}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm c=${item.c}",value:{type:1,path:"item.label"},parsedKey:{type:2,parts:["rtgl-text s=sm c=",{type:1,path:"item.c"}]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["a#item",{type:1,path:"i"}," href=",{type:1,path:"item.href"}," ",{type:1,path:"item.linkExtraAttrs"}," data-index=",{type:1,path:"item.index"}]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view#item${i} data-index=${item.index} cur=pointer",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm c=${item.c}",value:{type:1,path:"item.label"},parsedKey:{type:2,parts:["rtgl-text s=sm c=",{type:1,path:"item.c"}]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view#item",{type:1,path:"i"}," data-index=",{type:1,path:"item.index"}," cur=pointer"]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm c=${item.c}",value:{type:1,path:"item.label"},parsedKey:{type:2,parts:["rtgl-text s=sm c=",{type:1,path:"item.c"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1},flatten:!0}],fast:!1},parsedKey:{type:2,parts:["rtgl-view d=h av=c g=md p=sm ",{type:1,path:"containerAttrString"}]}}],fast:!1}],fast:!1}},Gh={componentName:"rtgl-card",propsSchema:{type:"object",properties:{head:{type:"string"},desc:{type:"string"},size:{type:"string",enum:["sm","md","lg"]}}},events:[],methods:{type:"object",properties:{}}},Jh={styles:{":host":{display:"block"},slot:{display:"block","min-width":0},".rtgl-card-body":{"min-width":0}},template:{type:9,items:[{type:8,properties:[{key:'rtgl-view class="rtgl-card" d=v w=f bgc=bg bw=xs bc=bo br=xl shadow=sm ${cardAttrString} ${containerAttrString}',value:{type:9,items:[{type:8,properties:[{key:"$if hasHeader",value:{type:6,conditions:[{type:1,path:"hasHeader"}],bodies:[{type:9,items:[{type:8,properties:[{key:'rtgl-view class="rtgl-card-header" d=v w=f ${headerAttrString}',value:{type:9,items:[{type:8,properties:[{key:"$if head",value:{type:6,conditions:[{type:1,path:"head"}],bodies:[{type:9,items:[{type:8,properties:[{key:'rtgl-text class="rtgl-card-heading" s=${headingSize} w=f',value:{type:1,path:"head"},parsedKey:{type:2,parts:['rtgl-text class="rtgl-card-heading" s=',{type:1,path:"headingSize"}," w=f"]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"$if desc",value:{type:6,conditions:[{type:1,path:"desc"}],bodies:[{type:9,items:[{type:8,properties:[{key:'rtgl-text class="rtgl-card-desc" s=${subheadingSize} c=mu-fg w=f',value:{type:1,path:"desc"},parsedKey:{type:2,parts:['rtgl-text class="rtgl-card-desc" s=',{type:1,path:"subheadingSize"}," c=mu-fg w=f"]}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:['rtgl-view class="rtgl-card-header" d=v w=f ',{type:1,path:"headerAttrString"}]}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:"div class=rtgl-card-body",value:{type:9,items:[{type:8,properties:[{key:"slot",value:{type:0,value:null}}],fast:!0}],fast:!0}}],fast:!0}],fast:!1},parsedKey:{type:2,parts:['rtgl-view class="rtgl-card" d=v w=f bgc=bg bw=xs bc=bo br=xl shadow=sm ',{type:1,path:"cardAttrString"}," ",{type:1,path:"containerAttrString"}]}}],fast:!1}],fast:!1}},Yh={componentName:"rtgl-dropdown-menu",propsSchema:{type:"object",properties:{items:{type:"array",items:{type:"object",properties:{label:{type:"string"},type:{type:"string",enum:["label","item","separator"]},id:{type:"string"},path:{type:"string"},href:{type:"string"},disabled:{type:"boolean"},newTab:{type:"boolean"},rel:{type:"string"},testId:{type:"string"}}}},open:{type:"boolean"},x:{type:"string"},y:{type:"string"},place:{type:"string"},w:{type:"string"},h:{type:"string"}}},events:{close:{type:"object"},"item-click":{type:"object",properties:{index:{type:"number"},item:{type:"object"},id:{type:"string"},path:{type:"string"},href:{type:"string"},trigger:{type:"string"}}}},methods:{type:"object",properties:{}}},Zh={refs:{popover:{eventListeners:{close:{handler:"handleClosePopover"}}},"option*":{eventListeners:{click:{handler:"handleClickMenuItem"}}}},styles:{a:{display:"block",width:"100%","text-decoration":"none",color:"inherit"}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-popover#popover ?open=${open} x=${x} y=${y} place=${place}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view w=${w} h=${h} sv g=xs slot=content bgc=mu br=md",value:{type:9,items:[{type:7,itemVar:"item",indexVar:"i",iterable:{type:1,path:"items"},body:{type:9,items:[{type:8,properties:[{key:"$if item.isLabel",value:{type:6,conditions:[{type:1,path:"item.isLabel"},{type:4,op:6,left:{type:1,path:"item.isItem"},right:{type:1,path:"item.isDisabled"}},{type:4,op:6,left:{type:1,path:"item.isItem"},right:{type:4,op:6,left:{type:1,path:"item.hasHref"},right:{type:1,path:"item.linkExtraAttrs"}}},{type:4,op:6,left:{type:1,path:"item.isItem"},right:{type:1,path:"item.hasHref"}},{type:1,path:"item.isItem"},{type:1,path:"item.isSeparator"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view w=f ph=lg pv=md",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm c=mu-fg",value:{type:1,path:"item.label"}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view w=f ph=lg pv=md br=md bgc=${item.bgc}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=${item.c}",value:{type:1,path:"item.label"},parsedKey:{type:2,parts:["rtgl-text c=",{type:1,path:"item.c"}]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view w=f ph=lg pv=md br=md bgc=",{type:1,path:"item.bgc"}]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"a#option${i} href=${item.href} ${item.linkExtraAttrs} data-index=${item.index} data-testid=${item.testId}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view w=f h-bgc=${item.hoverBgc} ph=lg pv=md cur=pointer br=md bgc=${item.bgc}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=${item.c}",value:{type:1,path:"item.label"},parsedKey:{type:2,parts:["rtgl-text c=",{type:1,path:"item.c"}]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view w=f h-bgc=",{type:1,path:"item.hoverBgc"}," ph=lg pv=md cur=pointer br=md bgc=",{type:1,path:"item.bgc"}]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["a#option",{type:1,path:"i"}," href=",{type:1,path:"item.href"}," ",{type:1,path:"item.linkExtraAttrs"}," data-index=",{type:1,path:"item.index"}," data-testid=",{type:1,path:"item.testId"}]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"a#option${i} href=${item.href} data-index=${item.index} data-testid=${item.testId}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view w=f h-bgc=${item.hoverBgc} ph=lg pv=md cur=pointer br=md bgc=${item.bgc}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=${item.c}",value:{type:1,path:"item.label"},parsedKey:{type:2,parts:["rtgl-text c=",{type:1,path:"item.c"}]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view w=f h-bgc=",{type:1,path:"item.hoverBgc"}," ph=lg pv=md cur=pointer br=md bgc=",{type:1,path:"item.bgc"}]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["a#option",{type:1,path:"i"}," href=",{type:1,path:"item.href"}," data-index=",{type:1,path:"item.index"}," data-testid=",{type:1,path:"item.testId"}]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view#option${i} w=f h-bgc=${item.hoverBgc} ph=lg pv=md cur=pointer br=md bgc=${item.bgc} data-index=${item.index} data-testid=${item.testId}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=${item.c}",value:{type:1,path:"item.label"},parsedKey:{type:2,parts:["rtgl-text c=",{type:1,path:"item.c"}]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view#option",{type:1,path:"i"}," w=f h-bgc=",{type:1,path:"item.hoverBgc"}," ph=lg pv=md cur=pointer br=md bgc=",{type:1,path:"item.bgc"}," data-index=",{type:1,path:"item.index"}," data-testid=",{type:1,path:"item.testId"}]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view w=f h=1 ph=lg mv=md bgc=bo",value:{type:0,value:null}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1},flatten:!0}],fast:!1},parsedKey:{type:2,parts:["rtgl-view w=",{type:1,path:"w"}," h=",{type:1,path:"h"}," sv g=xs slot=content bgc=mu br=md"]}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-popover#popover ?open=",{type:1,path:"open"}," x=",{type:1,path:"x"}," y=",{type:1,path:"y"}," place=",{type:1,path:"place"}]}}],fast:!1}],fast:!1}},Xh={componentName:"rtgl-form",propsSchema:{type:"object",properties:{form:{type:"object"},defaultValues:{type:"object"},context:{type:"object"},disabled:{type:"boolean"}}},events:{"form-input":{},"form-change":{},"form-field-event":{},"form-action":{}},methods:{type:"object",properties:{getValues:{type:"function"},setValues:{type:"function"},validate:{type:"function"},reset:{type:"function"}}}},Qh={refs:{formContainer:{eventListeners:{keydown:{handler:"handleKeyDown"}}},"action*":{eventListeners:{click:{handler:"handleActionClick"}}},"tooltipIcon*":{eventListeners:{mouseenter:{handler:"handleTooltipMouseEnter"},mouseleave:{handler:"handleTooltipMouseLeave"}}},"field*":{eventListeners:{"value-input":{handler:"handleValueInput"},"value-change":{handler:"handleValueChange"}}},"image*":{eventListeners:{click:{handler:"handleImageClick"},contextmenu:{handler:"handleImageClick"}}}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-view#formContainer w=f p=md g=lg ${containerAttrString}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view g=sm w=f",value:{type:9,items:[{type:8,properties:[{key:"$if title",value:{type:6,conditions:[{type:1,path:"title"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"title"}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"$if description",value:{type:6,conditions:[{type:1,path:"description"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text c=mu-fg",value:{type:1,path:"description"}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}}],fast:!1},{type:8,properties:[{key:"rtgl-view g=lg w=f",value:{type:9,items:[{type:7,itemVar:"field",indexVar:"i",iterable:{type:1,path:"flatFields"},body:{type:9,items:[{type:8,properties:[{key:"$if field._isSection",value:{type:6,conditions:[{type:1,path:"field._isSection"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view g=md w=f",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view g=sm",value:{type:9,items:[{type:8,properties:[{key:"$if field.label",value:{type:6,conditions:[{type:1,path:"field.label"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=md",value:{type:1,path:"field.label"}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"$if field.description",value:{type:6,conditions:[{type:1,path:"field.description"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm c=mu-fg",value:{type:1,path:"field.description"}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:"$if !field._isSection",value:{type:6,conditions:[{type:5,op:0,operand:{type:1,path:"field._isSection"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view g=md w=f",value:{type:9,items:[{type:8,properties:[{key:"$if field.label || field.description",value:{type:6,conditions:[{type:4,op:7,left:{type:1,path:"field.label"},right:{type:1,path:"field.description"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view g=sm",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h g=md av=c",value:{type:9,items:[{type:8,properties:[{key:"$if field.label",value:{type:6,conditions:[{type:1,path:"field.label"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text",value:{type:1,path:"field.label"}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"$if field.required",value:{type:6,conditions:[{type:1,path:"field.required"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text c=fg s=sm",value:{type:0,value:"*"}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"$if field.tooltip",value:{type:6,conditions:[{type:1,path:"field.tooltip"}],bodies:[{type:9,items:[{type:8,properties:[{key:'rtgl-svg#tooltipIcon${field._idx} data-field-name=${field.name} svg="info" wh=16 c=mu-fg cur=help ml=xs',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-svg#tooltipIcon",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"},' svg="info" wh=16 c=mu-fg cur=help ml=xs']}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}}],fast:!1},{type:8,properties:[{key:"$if field.description",value:{type:6,conditions:[{type:1,path:"field.description"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm c=mu-fg",value:{type:1,path:"field.description"}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "input-text"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"input-text"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-input#field${field._idx} data-field-name=${field.name} w=f type=${field._inputType} placeholder=${field.placeholder} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-input#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=f type=",{type:1,path:"field._inputType"}," placeholder=",{type:1,path:"field.placeholder"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "input-date"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"input-date"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-input-date#field${field._idx} data-field-name=${field.name} w=f min=${field.min} max=${field.max} placeholder=${field.placeholder} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-input-date#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=f min=",{type:1,path:"field.min"}," max=",{type:1,path:"field.max"}," placeholder=",{type:1,path:"field.placeholder"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "input-time"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"input-time"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-input-time#field${field._idx} data-field-name=${field.name} w=f min=${field.min} max=${field.max} step=${field.step} placeholder=${field.placeholder} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-input-time#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=f min=",{type:1,path:"field.min"}," max=",{type:1,path:"field.max"}," step=",{type:1,path:"field.step"}," placeholder=",{type:1,path:"field.placeholder"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "input-datetime"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"input-datetime"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-input-datetime#field${field._idx} data-field-name=${field.name} w=f min=${field.min} max=${field.max} step=${field.step} placeholder=${field.placeholder} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-input-datetime#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=f min=",{type:1,path:"field.min"}," max=",{type:1,path:"field.max"}," step=",{type:1,path:"field.step"}," placeholder=",{type:1,path:"field.placeholder"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "input-number"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"input-number"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-input-number#field${field._idx} data-field-name=${field.name} w=f min=${field.min} max=${field.max} step=${field.step} placeholder=${field.placeholder} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-input-number#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=f min=",{type:1,path:"field.min"}," max=",{type:1,path:"field.max"}," step=",{type:1,path:"field.step"}," placeholder=",{type:1,path:"field.placeholder"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "input-textarea"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"input-textarea"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-textarea#field${field._idx} data-field-name=${field.name} w=f rows=${field.rows} placeholder=${field.placeholder} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-textarea#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=f rows=",{type:1,path:"field.rows"}," placeholder=",{type:1,path:"field.placeholder"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "select"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"select"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-select#field${field._idx} data-field-name=${field.name} w=f :options=${flatFields[field._arrIdx].options} ?no-clear=${field.noClear} :selectedValue=${flatFields[field._arrIdx]._selectedValue} :placeholder=${field.placeholder} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-select#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=f :options=",{type:1,path:"flatFields[field._arrIdx].options"}," ?no-clear=",{type:1,path:"field.noClear"}," :selectedValue=",{type:1,path:"flatFields[field._arrIdx]._selectedValue"}," :placeholder=",{type:1,path:"field.placeholder"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "color-picker"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"color-picker"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-color-picker#field${field._idx} data-field-name=${field.name} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-color-picker#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "slider"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"slider"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-slider#field${field._idx} data-field-name=${field.name} w=f min=${field.min} max=${field.max} step=${field.step} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-slider#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=f min=",{type:1,path:"field.min"}," max=",{type:1,path:"field.max"}," step=",{type:1,path:"field.step"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "slider-with-input"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"slider-with-input"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-slider-input#field${field._idx} data-field-name=${field.name} w=f min=${field.min} max=${field.max} step=${field.step} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-slider-input#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=f min=",{type:1,path:"field.min"}," max=",{type:1,path:"field.max"}," step=",{type:1,path:"field.step"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "popover-input"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"popover-input"}}],bodies:[{type:9,items:[{type:8,properties:[{key:'rtgl-popover-input#field${field._idx} data-field-name=${field.name} label="${field.label}" placeholder=${field.placeholder} ?disabled=${field._disabled}',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-popover-input#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"},' label="',{type:1,path:"field.label"},'" placeholder=',{type:1,path:"field.placeholder"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "checkbox"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"checkbox"}}],bodies:[{type:9,items:[{type:8,properties:[{key:'rtgl-checkbox#field${field._idx} data-field-name=${field.name} label="${field._checkboxText}" ?disabled=${field._disabled}',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-checkbox#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"},' label="',{type:1,path:"field._checkboxText"},'" ?disabled=',{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "image" && field._imageSrc',value:{type:6,conditions:[{type:4,op:6,left:{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"image"}},right:{type:1,path:"field._imageSrc"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-image#image${field._idx} data-field-name=${field.name} src=${field._imageSrc} w=${field.width} h=${field.height} cur=pointer",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image#image",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," src=",{type:1,path:"field._imageSrc"}," w=",{type:1,path:"field.width"}," h=",{type:1,path:"field.height"}," cur=pointer"]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "image" && !field._imageSrc',value:{type:6,conditions:[{type:4,op:6,left:{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"image"}},right:{type:5,op:0,operand:{type:1,path:"field._imageSrc"}}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view#image${field._idx} data-field-name=${field.name} w=${field.width} h=${field.height} bc=ac bw=sm ah=c av=c cur=pointer p=md",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=mu-fg ta=c",value:{type:1,path:"field.placeholderText"}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view#image",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=",{type:1,path:"field.width"}," h=",{type:1,path:"field.height"}," bc=ac bw=sm ah=c av=c cur=pointer p=md"]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "read-only-text"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"read-only-text"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm",value:{type:1,path:"field.content"}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "slot"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"slot"}}],bodies:[{type:9,items:[{type:8,properties:[{key:'slot#fieldSlot${field._idx} name=${field.slot} style="display: contents;"',value:{type:0,value:null},parsedKey:{type:2,parts:["slot#fieldSlot",{type:1,path:"field._idx"}," name=",{type:1,path:"field.slot"},' style="display: contents;"']}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"$if field._error",value:{type:6,conditions:[{type:1,path:"field._error"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm c=de",value:{type:1,path:"field._error"}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1}],fast:!1},flatten:!0}],fast:!1}}],fast:!1},{type:8,properties:[{key:"$if actions.buttons.length > 0",value:{type:6,conditions:[{type:4,op:2,left:{type:1,path:"actions.buttons.length"},right:{type:0,value:0}}],bodies:[{type:9,items:[{type:8,properties:[{key:'$if actions._layout == "split"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"actions._layout"},right:{type:0,value:"split"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h w=f g=sm",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h g=sm",value:{type:9,items:[{type:7,itemVar:"button",indexVar:"i",iterable:{type:1,path:"actions._leftButtons"},body:{type:9,items:[{type:8,properties:[{key:"rtgl-button#action${button._globalIdx} data-action-id=${button.id} v=${button.variant} ?disabled=${button._disabled} pre=${button.pre} suf=${button.suf}",value:{type:1,path:"button.label"},parsedKey:{type:2,parts:["rtgl-button#action",{type:1,path:"button._globalIdx"}," data-action-id=",{type:1,path:"button.id"}," v=",{type:1,path:"button.variant"}," ?disabled=",{type:1,path:"button._disabled"}," pre=",{type:1,path:"button.pre"}," suf=",{type:1,path:"button.suf"}]}}],fast:!0}],fast:!0},flatten:!0}],fast:!1}}],fast:!1},{type:8,properties:[{key:"rtgl-view d=h g=sm ah=e w=1fg",value:{type:9,items:[{type:7,itemVar:"button",indexVar:"i",iterable:{type:1,path:"actions._rightButtons"},body:{type:9,items:[{type:8,properties:[{key:"rtgl-button#action${button._globalIdx} data-action-id=${button.id} v=${button.variant} ?disabled=${button._disabled} pre=${button.pre} suf=${button.suf}",value:{type:1,path:"button.label"},parsedKey:{type:2,parts:["rtgl-button#action",{type:1,path:"button._globalIdx"}," data-action-id=",{type:1,path:"button.id"}," v=",{type:1,path:"button.variant"}," ?disabled=",{type:1,path:"button._disabled"}," pre=",{type:1,path:"button.pre"}," suf=",{type:1,path:"button.suf"}]}}],fast:!0}],fast:!0},flatten:!0}],fast:!1}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:'$if actions._layout == "vertical"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"actions._layout"},right:{type:0,value:"vertical"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view g=sm w=f",value:{type:9,items:[{type:7,itemVar:"button",indexVar:"i",iterable:{type:1,path:"actions._allButtons"},body:{type:9,items:[{type:8,properties:[{key:"rtgl-button#action${button._globalIdx} data-action-id=${button.id} v=${button.variant} w=f ?disabled=${button._disabled} pre=${button.pre} suf=${button.suf}",value:{type:1,path:"button.label"},parsedKey:{type:2,parts:["rtgl-button#action",{type:1,path:"button._globalIdx"}," data-action-id=",{type:1,path:"button.id"}," v=",{type:1,path:"button.variant"}," w=f ?disabled=",{type:1,path:"button._disabled"}," pre=",{type:1,path:"button.pre"}," suf=",{type:1,path:"button.suf"}]}}],fast:!0}],fast:!0},flatten:!0}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:'$if actions._layout == "stretch"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"actions._layout"},right:{type:0,value:"stretch"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h g=sm w=f",value:{type:9,items:[{type:7,itemVar:"button",indexVar:"i",iterable:{type:1,path:"actions._allButtons"},body:{type:9,items:[{type:8,properties:[{key:"rtgl-view w=1fg",value:{type:9,items:[{type:8,properties:[{key:"rtgl-button#action${button._globalIdx} data-action-id=${button.id} v=${button.variant} w=f ?disabled=${button._disabled} pre=${button.pre} suf=${button.suf}",value:{type:1,path:"button.label"},parsedKey:{type:2,parts:["rtgl-button#action",{type:1,path:"button._globalIdx"}," data-action-id=",{type:1,path:"button.id"}," v=",{type:1,path:"button.variant"}," w=f ?disabled=",{type:1,path:"button._disabled"}," pre=",{type:1,path:"button.pre"}," suf=",{type:1,path:"button.suf"}]}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},flatten:!0}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:'rtgl-tooltip ?open=${tooltipState.open} x=${tooltipState.x} y=${tooltipState.y} place="t" content="${tooltipState.content}"',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-tooltip ?open=",{type:1,path:"tooltipState.open"}," x=",{type:1,path:"tooltipState.x"}," y=",{type:1,path:"tooltipState.y"},' place="t" content="',{type:1,path:"tooltipState.content"},'"']}}],fast:!0}],fast:!1},parsedKey:{type:2,parts:["rtgl-view#formContainer w=f p=md g=lg ",{type:1,path:"containerAttrString"}]}}],fast:!1}],fast:!1}},eu={componentName:"rtgl-global-ui",propsSchema:{type:"object",properties:{}},events:[],methods:{type:"object",properties:{}}},tu={refs:{dialog:{eventListeners:{close:{handler:"handleDialogClose"}}},confirmButton:{eventListeners:{click:{handler:"handleConfirm"}}},cancelButton:{eventListeners:{click:{handler:"handleCancel"}}},formDialog:{eventListeners:{"form-action":{handler:"handleFormAction"},"form-field-event":{handler:"handleFormFieldEvent"}}},dropdownMenu:{eventListeners:{close:{handler:"handleDropdownClose"},"item-click":{handler:"handleDropdownItemClick"}}}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-dialog#dialog ?open=${isDialogContainerOpen} s=${dialogSize}",value:{type:9,items:[{type:8,properties:[{key:"$if isFormDialogOpen",value:{type:6,conditions:[{type:1,path:"isFormDialogOpen"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-form#formDialog slot=content :form=${formDialogConfig.form} :defaultValues=${formDialogConfig.defaultValues} :context=${formDialogConfig.context} ?disabled=${formDialogConfig.disabled} key=form-dialog-${formDialogConfig.key}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-form#formDialog slot=content :form=",{type:1,path:"formDialogConfig.form"}," :defaultValues=",{type:1,path:"formDialogConfig.defaultValues"}," :context=",{type:1,path:"formDialogConfig.context"}," ?disabled=",{type:1,path:"formDialogConfig.disabled"}," key=form-dialog-",{type:1,path:"formDialogConfig.key"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"$if !isFormDialogOpen",value:{type:6,conditions:[{type:5,op:0,operand:{type:1,path:"isFormDialogOpen"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view slot=content g=lg p=lg",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view g=sm w=f",value:{type:9,items:[{type:8,properties:[{key:"$if config.title",value:{type:6,conditions:[{type:1,path:"config.title"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"config.title"}}],fast:!0},{type:8,properties:[{key:"rtgl-text c=mu-fg",value:{type:1,path:"config.message"}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-text",value:{type:1,path:"config.message"}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}}],fast:!1},{type:8,properties:[{key:"rtgl-view d=h g=md mt=lg w=f ah=e",value:{type:9,items:[{type:8,properties:[{key:"$if config.mode == 'confirm'",value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"config.mode"},right:{type:0,value:"confirm"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-button#cancelButton v=se",value:{type:1,path:"config.cancelText"}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"rtgl-button#confirmButton v=pr",value:{type:1,path:"config.confirmText"}}],fast:!0}],fast:!1}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-dialog#dialog ?open=",{type:1,path:"isDialogContainerOpen"}," s=",{type:1,path:"dialogSize"}]}}],fast:!1},{type:8,properties:[{key:"rtgl-dropdown-menu#dropdownMenu ?open=${isDropdownOpen} x=${dropdownConfig.x} y=${dropdownConfig.y} place=${dropdownConfig.place} :items=${dropdownConfig.items} key=dropdown-${isDropdownOpen}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-dropdown-menu#dropdownMenu ?open=",{type:1,path:"isDropdownOpen"}," x=",{type:1,path:"dropdownConfig.x"}," y=",{type:1,path:"dropdownConfig.y"}," place=",{type:1,path:"dropdownConfig.place"}," :items=",{type:1,path:"dropdownConfig.items"}," key=dropdown-",{type:1,path:"isDropdownOpen"}]}}],fast:!0}],fast:!1}},ru={componentName:"rtgl-navbar",propsSchema:{type:"object",properties:{start:{type:"object",properties:{label:{type:"string"},href:{type:"string"},image:{type:"object",properties:{src:{type:"string"}}}}}}},events:{"start-click":{type:"object",properties:{path:{type:"string"}}}},methods:{type:"object",properties:{}}},iu={refs:{start:{eventListeners:{click:{handler:"handleClickStart"}}}},anchors:[[{"rtgl-text s=lg":"${start.label}"},{"$if start.image && start.image.src":[{"rtgl-image w=${start.image.width} h=${start.image.height} src=${start.image.src} alt=${start.image.alt}":null}]}]],template:{type:9,items:[{type:8,properties:[{key:"rtgl-view bgc=bg d=h h=48 av=c w=f ${containerAttrString}",value:{type:9,items:[{type:8,properties:[{key:"$if start.href",value:{type:6,conditions:[{type:1,path:"start.href"},{type:1,path:"start.path"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"a href=${start.href}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h av=c g=md",value:{type:9,items:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"start.label"}}],fast:!0},{type:8,properties:[{key:"$if start.image && start.image.src",value:{type:6,conditions:[{type:4,op:6,left:{type:1,path:"start.image"},right:{type:1,path:"start.image.src"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-image w=${start.image.width} h=${start.image.height} src=${start.image.src} alt=${start.image.alt}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image w=",{type:1,path:"start.image.width"}," h=",{type:1,path:"start.image.height"}," src=",{type:1,path:"start.image.src"}," alt=",{type:1,path:"start.image.alt"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}],fast:!1}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["a href=",{type:1,path:"start.href"}]}}],fast:!1}],fast:!1},{type:9,items:[{type:8,properties:[{key:"rtgl-view#start d=h av=c g=md cur=pointer",value:{type:9,items:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"start.label"}}],fast:!0},{type:8,properties:[{key:"$if start.image && start.image.src",value:{type:6,conditions:[{type:4,op:6,left:{type:1,path:"start.image"},right:{type:1,path:"start.image.src"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-image w=${start.image.width} h=${start.image.height} src=${start.image.src} alt=${start.image.alt}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image w=",{type:1,path:"start.image.width"}," h=",{type:1,path:"start.image.height"}," src=",{type:1,path:"start.image.src"}," alt=",{type:1,path:"start.image.alt"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}],fast:!1}}],fast:!1}],fast:!1},{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h av=c g=md",value:{type:9,items:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"start.label"}}],fast:!0},{type:8,properties:[{key:"$if start.image && start.image.src",value:{type:6,conditions:[{type:4,op:6,left:{type:1,path:"start.image"},right:{type:1,path:"start.image.src"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-image w=${start.image.width} h=${start.image.height} src=${start.image.src} alt=${start.image.alt}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image w=",{type:1,path:"start.image.width"}," h=",{type:1,path:"start.image.height"}," src=",{type:1,path:"start.image.src"}," alt=",{type:1,path:"start.image.alt"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:"rtgl-view w=1fg",value:{type:0,value:null}}],fast:!0},{type:8,properties:[{key:"rtgl-view d=h av=c g=lg",value:{type:9,items:[{type:8,properties:[{key:"slot name=right",value:{type:0,value:null}}],fast:!0}],fast:!0}}],fast:!0}],fast:!1},parsedKey:{type:2,parts:["rtgl-view bgc=bg d=h h=48 av=c w=f ",{type:1,path:"containerAttrString"}]}}],fast:!1}],fast:!1}},su={componentName:"rtgl-page-outline",propsSchema:{type:"object",properties:{targetId:{type:"string"},scrollContainerId:{type:"string"},offsetTop:{type:"string"}}},events:{onItemClick:{type:"object"}},methods:{type:"object",properties:{}}},nu={refs:{},template:{type:9,items:[{type:8,properties:[{key:"rtgl-view h=f w=272 d=v pr=md",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view w=f h=1fg sv mt=xl",value:{type:9,items:[{type:7,itemVar:"item",indexVar:"i",iterable:{type:1,path:"items"},body:{type:9,items:[{type:8,properties:[{key:'rtgl-view d=h bwl=xs bc="${item.bc}" pv=sm av=c href=${item.href} pl=md',value:{type:9,items:[{type:8,properties:[{key:"rtgl-view w=${item.ml}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-view w=",{type:1,path:"item.ml"}]}}],fast:!0},{type:8,properties:[{key:"rtgl-text s=sm c=${item.c} h-c=fg",value:{type:1,path:"item.title"},parsedKey:{type:2,parts:["rtgl-text s=sm c=",{type:1,path:"item.c"}," h-c=fg"]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:['rtgl-view d=h bwl=xs bc="',{type:1,path:"item.bc"},'" pv=sm av=c href=',{type:1,path:"item.href"}," pl=md"]}}],fast:!0}],fast:!0},flatten:!0}],fast:!1}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1}},au={componentName:"rtgl-popover-input",propsSchema:{type:"object",properties:{value:{type:"string"},placeholder:{type:"string"},label:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean",default:!1}}},events:{"value-change":{}},methods:{type:"object",properties:{}}},ou={refs:{textDisplay:{eventListeners:{click:{handler:"handleTextClick"}}},popover:{eventListeners:{close:{handler:"handlePopoverClose"}}},input:{eventListeners:{"value-input":{handler:"handleInputChange"},keydown:{handler:"handleInputKeydown"}}},submit:{eventListeners:{click:{handler:"handleSubmitClick"}}}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-view#textDisplay w=f cur=pointer",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=${valueColor}",value:{type:1,path:"value"},parsedKey:{type:2,parts:["rtgl-text c=",{type:1,path:"valueColor"}]}}],fast:!0}],fast:!0}}],fast:!0},{type:8,properties:[{key:"rtgl-popover#popover ?open=${isOpen} x=${position.x} y=${position.y}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view g=md w=240 slot=content bgc=mu br=md",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text",value:{type:1,path:"label"}}],fast:!0},{type:8,properties:[{key:"rtgl-input#input w=f placeholder=${placeholder} ?disabled=${disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-input#input w=f placeholder=",{type:1,path:"placeholder"}," ?disabled=",{type:1,path:"disabled"}]}}],fast:!0},{type:8,properties:[{key:"rtgl-view w=f ah=e",value:{type:9,items:[{type:8,properties:[{key:"rtgl-button#submit ?disabled=${disabled}",value:{type:0,value:"Submit"},parsedKey:{type:2,parts:["rtgl-button#submit ?disabled=",{type:1,path:"disabled"}]}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-popover#popover ?open=",{type:1,path:"isOpen"}," x=",{type:1,path:"position.x"}," y=",{type:1,path:"position.y"}]}}],fast:!0}],fast:!0}},lu={componentName:"rtgl-select",propsSchema:{type:"object",properties:{placeholder:{type:"string"},options:{type:"array",items:{type:"object",properties:{label:{type:"string"},value:{type:"any"},testId:{type:"string"}}}},selectedValue:{type:"any"},onChange:{type:"function"},noClear:{type:"boolean"},addOption:{type:"object",properties:{label:{type:"string"}}},disabled:{type:"boolean"},w:{type:"string"}}},events:{"value-change":{},"add-option-click":{}},methods:{type:"object",properties:{}}},pu={refs:{selectButton:{eventListeners:{click:{handler:"handleButtonClick"}}},clearButton:{eventListeners:{click:{handler:"handleClearClick"}}},popover:{eventListeners:{close:{handler:"handleClickOptionsPopoverOverlay"}}},"option*":{eventListeners:{click:{handler:"handleOptionClick"},mouseenter:{handler:"handleOptionMouseEnter"},mouseleave:{handler:"handleOptionMouseLeave"}}},optionAdd:{eventListeners:{click:{handler:"handleAddOptionClick"},mouseenter:{handler:"handleAddOptionMouseEnter"},mouseleave:{handler:"handleAddOptionMouseLeave"}}}},template:{type:9,items:[{type:8,properties:[{key:'rtgl-button#selectButton v=ol ${containerAttrString} ?disabled=${isDisabled} data-testid="select-button"',value:{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h av=c ah=s w=f",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text w=1fg ta=s c=${selectedLabelColor} ellipsis",value:{type:1,path:"selectedLabel"},parsedKey:{type:2,parts:["rtgl-text w=1fg ta=s c=",{type:1,path:"selectedLabelColor"}," ellipsis"]}}],fast:!0},{type:8,properties:[{key:"$if showClear",value:{type:6,conditions:[{type:1,path:"showClear"}],bodies:[{type:9,items:[{type:8,properties:[{key:'rtgl-svg#clearButton ml=md svg=x wh=16 c=mu-fg cur=pointer data-testid="select-clear-button"',value:{type:0,value:null}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"rtgl-svg ml=md svg=chevronDown wh=16 c=mu-fg",value:{type:0,value:null}}],fast:!0}],fast:!1}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-button#selectButton v=ol ",{type:1,path:"containerAttrString"}," ?disabled=",{type:1,path:"isDisabled"},' data-testid="select-button"']}}],fast:!1},{type:8,properties:[{key:"rtgl-popover#popover ?open=${isOpen} x=${position.x} y=${position.y} place=rs",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view wh=300 g=xs slot=content bgc=mu br=md sv=true",value:{type:9,items:[{type:7,itemVar:"option",indexVar:"i",iterable:{type:1,path:"options"},body:{type:9,items:[{type:8,properties:[{key:"rtgl-view#option${i} w=f ph=lg pv=md cur=pointer br=md bgc=${option.bgc} data-testid=${option.testId}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text ta=s",value:{type:1,path:"option.label"}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view#option",{type:1,path:"i"}," w=f ph=lg pv=md cur=pointer br=md bgc=",{type:1,path:"option.bgc"}," data-testid=",{type:1,path:"option.testId"}]}}],fast:!0}],fast:!0},flatten:!0},{type:8,properties:[{key:"$if showAddOption",value:{type:6,conditions:[{type:1,path:"showAddOption"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view w=f bw=xs bc=mu bwt=sm",value:{type:0,value:null}}],fast:!0},{type:8,properties:[{key:'rtgl-view#optionAdd w=f ph=lg pv=md cur=pointer br=md bgc=${addOptionBgc} data-testid="select-add-option"',value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=ac",value:{type:1,path:"addOptionLabel"}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view#optionAdd w=f ph=lg pv=md cur=pointer br=md bgc=",{type:1,path:"addOptionBgc"},' data-testid="select-add-option"']}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-popover#popover ?open=",{type:1,path:"isOpen"}," x=",{type:1,path:"position.x"}," y=",{type:1,path:"position.y"}," place=rs"]}}],fast:!1}],fast:!1}},du={componentName:"rtgl-sidebar",propsSchema:{type:"object",properties:{mode:{type:"string"},hideHeader:{type:"boolean",default:!1},w:{type:"string"},bwr:{type:"string"},selectedItemId:{type:"string"},header:{type:"object",properties:{label:{type:"string"},href:{type:"string"},testId:{type:"string"},image:{type:"object",properties:{src:{type:"string"},width:{type:"number"},height:{type:"number"},alt:{type:"string"}}}}},items:{type:"array",items:{type:"object",properties:{title:{type:"string"},slug:{type:"string"},type:{type:"string"},items:{type:"array"},testId:{type:"string"}}}}}},events:{"header-click":{type:"object",properties:{path:{type:"string"}}},"item-click":{type:"object",properties:{item:{type:"object"}}}},methods:{type:"object",properties:{}}},cu={refs:{headerImage:{eventListeners:{click:{handler:"handleHeaderClick"}}},headerLabel:{eventListeners:{click:{handler:"handleHeaderClick"}}},header:{eventListeners:{click:{handler:"handleHeaderClick"}}},"item*":{eventListeners:{click:{handler:"handleItemClick"}}}},anchors:[[{"$if header.image && header.image.src":[{"$if header.image.href":[{"a href=${header.image.href}":[{'rtgl-image w=${header.image.width} h=${header.image.height} src=${header.image.src} alt="${header.image.alt}"':null}]}],"$elif header.image.path":[{"rtgl-view#headerImage cur=pointer":[{'rtgl-image w=${header.image.width} h=${header.image.height} src=${header.image.src} alt="${header.image.alt}"':null}]}],$else:[{'rtgl-image w=${header.image.width} h=${header.image.height} src=${header.image.src} alt="${header.image.alt}"':null}]}]},{"$if header.label && showLabels":[{"$if header.labelHref":[{"rtgl-text href=${header.labelHref} s=lg":"${header.label}"}],"$elif header.labelPath":[{"rtgl-view#headerLabel cur=pointer":[{"rtgl-text s=lg":"${header.label}"}]}],$else:[{"rtgl-text s=lg":"${header.label}"}]}]}]],template:{type:9,items:[{type:8,properties:[{key:"rtgl-view h=f w=${sidebarWidth} d=v bwr=${rightBorderWidth} ah=${ah} ${containerAttrString}",value:{type:9,items:[{type:8,properties:[{key:"$if showHeader",value:{type:6,conditions:[{type:1,path:"showHeader"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view ph=${headerPadding} pv=lg",value:{type:9,items:[{type:8,properties:[{key:"$if header.href",value:{type:6,conditions:[{type:1,path:"header.href"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view href=${header.href} d=h av=c ah=${headerAlign} g=lg w=${headerWidth}",value:{type:9,items:[{type:9,items:[{type:8,properties:[{key:"$if header.image && header.image.src",value:{type:6,conditions:[{type:4,op:6,left:{type:1,path:"header.image"},right:{type:1,path:"header.image.src"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"$if header.image.href",value:{type:6,conditions:[{type:1,path:"header.image.href"},{type:1,path:"header.image.path"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"a href=${header.image.href}",value:{type:9,items:[{type:8,properties:[{key:'rtgl-image w=${header.image.width} h=${header.image.height} src=${header.image.src} alt="${header.image.alt}"',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image w=",{type:1,path:"header.image.width"}," h=",{type:1,path:"header.image.height"}," src=",{type:1,path:"header.image.src"},' alt="',{type:1,path:"header.image.alt"},'"']}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["a href=",{type:1,path:"header.image.href"}]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view#headerImage cur=pointer",value:{type:9,items:[{type:8,properties:[{key:'rtgl-image w=${header.image.width} h=${header.image.height} src=${header.image.src} alt="${header.image.alt}"',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image w=",{type:1,path:"header.image.width"}," h=",{type:1,path:"header.image.height"}," src=",{type:1,path:"header.image.src"},' alt="',{type:1,path:"header.image.alt"},'"']}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:'rtgl-image w=${header.image.width} h=${header.image.height} src=${header.image.src} alt="${header.image.alt}"',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image w=",{type:1,path:"header.image.width"}," h=",{type:1,path:"header.image.height"}," src=",{type:1,path:"header.image.src"},' alt="',{type:1,path:"header.image.alt"},'"']}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:"$if header.label && showLabels",value:{type:6,conditions:[{type:4,op:6,left:{type:1,path:"header.label"},right:{type:1,path:"showLabels"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"$if header.labelHref",value:{type:6,conditions:[{type:1,path:"header.labelHref"},{type:1,path:"header.labelPath"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text href=${header.labelHref} s=lg",value:{type:1,path:"header.label"},parsedKey:{type:2,parts:["rtgl-text href=",{type:1,path:"header.labelHref"}," s=lg"]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view#headerLabel cur=pointer",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"header.label"}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"header.label"}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}],id:null}}],fast:!1}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-view href=",{type:1,path:"header.href"}," d=h av=c ah=",{type:1,path:"headerAlign"}," g=lg w=",{type:1,path:"headerWidth"}]}}],fast:!1}],fast:!1},{type:9,items:[{type:8,properties:[{key:"rtgl-view#header d=h av=c ah=${headerAlign} g=lg w=${headerWidth} cur=pointer data-testid=${header.testId}",value:{type:9,items:[{type:9,items:[{type:8,properties:[{key:"$if header.image && header.image.src",value:{type:6,conditions:[{type:4,op:6,left:{type:1,path:"header.image"},right:{type:1,path:"header.image.src"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"$if header.image.href",value:{type:6,conditions:[{type:1,path:"header.image.href"},{type:1,path:"header.image.path"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"a href=${header.image.href}",value:{type:9,items:[{type:8,properties:[{key:'rtgl-image w=${header.image.width} h=${header.image.height} src=${header.image.src} alt="${header.image.alt}"',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image w=",{type:1,path:"header.image.width"}," h=",{type:1,path:"header.image.height"}," src=",{type:1,path:"header.image.src"},' alt="',{type:1,path:"header.image.alt"},'"']}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["a href=",{type:1,path:"header.image.href"}]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view#headerImage cur=pointer",value:{type:9,items:[{type:8,properties:[{key:'rtgl-image w=${header.image.width} h=${header.image.height} src=${header.image.src} alt="${header.image.alt}"',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image w=",{type:1,path:"header.image.width"}," h=",{type:1,path:"header.image.height"}," src=",{type:1,path:"header.image.src"},' alt="',{type:1,path:"header.image.alt"},'"']}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:'rtgl-image w=${header.image.width} h=${header.image.height} src=${header.image.src} alt="${header.image.alt}"',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image w=",{type:1,path:"header.image.width"}," h=",{type:1,path:"header.image.height"}," src=",{type:1,path:"header.image.src"},' alt="',{type:1,path:"header.image.alt"},'"']}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:"$if header.label && showLabels",value:{type:6,conditions:[{type:4,op:6,left:{type:1,path:"header.label"},right:{type:1,path:"showLabels"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"$if header.labelHref",value:{type:6,conditions:[{type:1,path:"header.labelHref"},{type:1,path:"header.labelPath"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text href=${header.labelHref} s=lg",value:{type:1,path:"header.label"},parsedKey:{type:2,parts:["rtgl-text href=",{type:1,path:"header.labelHref"}," s=lg"]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view#headerLabel cur=pointer",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"header.label"}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"header.label"}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}],id:null}}],fast:!1}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-view#header d=h av=c ah=",{type:1,path:"headerAlign"}," g=lg w=",{type:1,path:"headerWidth"}," cur=pointer data-testid=",{type:1,path:"header.testId"}]}}],fast:!1}],fast:!1}],id:null}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-view ph=",{type:1,path:"headerPadding"}," pv=lg"]}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:"rtgl-view w=f h=1fg ph=${headerPadding} pb=lg g=xs ah=${ah} ${listAttrString}",value:{type:9,items:[{type:7,itemVar:"item",indexVar:"i",iterable:{type:1,path:"items"},body:{type:9,items:[{type:8,properties:[{key:'$if item.type == "groupLabel"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"item.type"},right:{type:0,value:"groupLabel"}},null],bodies:[{type:9,items:[{type:8,properties:[{key:"$if showGroupLabels",value:{type:6,conditions:[{type:1,path:"showGroupLabels"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view mt=md h=32 av=c ph=md",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=xs c=mu-fg",value:{type:1,path:"item.title"}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view mt=md h=1 bgc=mu",value:{type:0,value:null}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1},{type:9,items:[{type:8,properties:[{key:"rtgl-view#item${i} data-item-id=${item.id} ${item.hrefAttr} h=${itemHeight} av=c ${itemAlignAttr} ph=${itemPadding} w=${itemWidth} h-bgc=${item.itemHoverBgc} br=lg bgc=${item.itemBgc} cur=pointer data-testid=${item.testId}",value:{type:9,items:[{type:8,properties:[{key:"$if item.icon",value:{type:6,conditions:[{type:1,path:"item.icon"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"$if showLabels",value:{type:6,conditions:[{type:1,path:"showLabels"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h ah=${itemContentAlign} g=sm",value:{type:9,items:[{type:8,properties:[{key:"rtgl-svg wh=16 svg=${item.icon} c=fg",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-svg wh=16 svg=",{type:1,path:"item.icon"}," c=fg"]}}],fast:!0},{type:8,properties:[{key:"rtgl-text s=sm",value:{type:1,path:"item.title"}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view d=h ah=",{type:1,path:"itemContentAlign"}," g=sm"]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-svg wh=${iconSize} svg=${item.icon} c=fg",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-svg wh=",{type:1,path:"iconSize"}," svg=",{type:1,path:"item.icon"}," c=fg"]}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1},{type:9,items:[{type:8,properties:[{key:"$if showLabels",value:{type:6,conditions:[{type:1,path:"showLabels"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm",value:{type:1,path:"item.title"}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view wh=${iconSize} br=f bgc=mu av=c ah=c",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=${firstLetterSize} c=fg",value:{type:1,path:"item.title.charAt(0).toUpperCase()"},parsedKey:{type:2,parts:["rtgl-text s=",{type:1,path:"firstLetterSize"}," c=fg"]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view wh=",{type:1,path:"iconSize"}," br=f bgc=mu av=c ah=c"]}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}],id:null}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-view#item",{type:1,path:"i"}," data-item-id=",{type:1,path:"item.id"}," ",{type:1,path:"item.hrefAttr"}," h=",{type:1,path:"itemHeight"}," av=c ",{type:1,path:"itemAlignAttr"}," ph=",{type:1,path:"itemPadding"}," w=",{type:1,path:"itemWidth"}," h-bgc=",{type:1,path:"item.itemHoverBgc"}," br=lg bgc=",{type:1,path:"item.itemBgc"}," cur=pointer data-testid=",{type:1,path:"item.testId"}]}}],fast:!1}],fast:!1}],id:null}}],fast:!1}],fast:!1},flatten:!0}],fast:!1},parsedKey:{type:2,parts:["rtgl-view w=f h=1fg ph=",{type:1,path:"headerPadding"}," pb=lg g=xs ah=",{type:1,path:"ah"}," ",{type:1,path:"listAttrString"}]}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-view h=f w=",{type:1,path:"sidebarWidth"}," d=v bwr=",{type:1,path:"rightBorderWidth"}," ah=",{type:1,path:"ah"}," ",{type:1,path:"containerAttrString"}]}}],fast:!1}],fast:!1}},hu={componentName:"rtgl-slider-input",propsSchema:{type:"object",properties:{key:{type:"string"},value:{type:"string",default:"0"},w:{type:"string",default:""},min:{type:"string",default:"0"},max:{type:"string",default:"100"},step:{type:"string",default:"1"},disabled:{type:"boolean",default:!1}}},events:{"value-input":{},"value-change":{}},methods:{type:"object",properties:{}}},uu={refs:{input:{eventListeners:{"value-input":{handler:"handleValueInput"},"value-change":{handler:"handleValueChange"}}},slider:{eventListeners:{"value-change":{handler:"handleValueChange"},"value-input":{handler:"handleValueInput"}}}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h av=c g=md w=${w}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-slider#slider key=${key} w=f type=range min=${min} max=${max} step=${step} value=${value} ?disabled=${disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-slider#slider key=",{type:1,path:"key"}," w=f type=range min=",{type:1,path:"min"}," max=",{type:1,path:"max"}," step=",{type:1,path:"step"}," value=",{type:1,path:"value"}," ?disabled=",{type:1,path:"disabled"}]}}],fast:!0},{type:8,properties:[{key:"rtgl-view w=84",value:{type:9,items:[{type:8,properties:[{key:"rtgl-input-number#input key=${key} w=f min=${min} max=${max} step=${step} value=${value} ?disabled=${disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-input-number#input key=",{type:1,path:"key"}," w=f min=",{type:1,path:"min"}," max=",{type:1,path:"max"}," step=",{type:1,path:"step"}," value=",{type:1,path:"value"}," ?disabled=",{type:1,path:"disabled"}]}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view d=h av=c g=md w=",{type:1,path:"w"}]}}],fast:!0}],fast:!0}},fu={componentName:"rtgl-table",propsSchema:{type:"object",properties:{data:{type:"object",properties:{columns:{type:"array",items:{type:"object",properties:{key:{type:"string"},label:{type:"string"}}}},rows:{type:"array",items:{type:"object"}}}},responsive:{type:"boolean",default:!0}}},events:{},methods:{type:"object",properties:{}}},mu={refs:{"row*":{eventListeners:{click:{handler:"handleRowClick"}}},"header*":{eventListeners:{click:{handler:"handleHeaderClick"}}}},styles:{table:{width:"100%","border-collapse":"collapse","border-spacing":0},thead:{"border-bottom":"2px solid var(--border)"},th:{padding:"12px","text-align":"left","font-weight":500,color:"var(--foreground)","background-color":"var(--muted)",cursor:"pointer",position:"sticky",top:0,"z-index":1},"tbody tr":{"border-bottom":"1px solid var(--border)"},"tbody tr:last-child":{"border-bottom":"none"},td:{padding:"12px",color:"var(--foreground)"},".table-container":{width:"100%",height:"100%",overflow:"auto"},".empty-state":{"text-align":"center",padding:"24px",color:"var(--muted-foreground)"}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-view.table-container ${containerAttrString}",value:{type:9,items:[{type:8,properties:[{key:"$if rows.length > 0",value:{type:6,conditions:[{type:4,op:2,left:{type:1,path:"rows.length"},right:{type:0,value:0}},null],bodies:[{type:9,items:[{type:8,properties:[{key:"table",value:{type:9,items:[{type:8,properties:[{key:"thead",value:{type:9,items:[{type:8,properties:[{key:"tr",value:{type:9,items:[{type:7,itemVar:"column",indexVar:"i",iterable:{type:1,path:"columns"},body:{type:9,items:[{type:8,properties:[{key:"th#header${i} data-column-key=${column.key}",value:{type:1,path:"column.label"},parsedKey:{type:2,parts:["th#header",{type:1,path:"i"}," data-column-key=",{type:1,path:"column.key"}]}}],fast:!0}],fast:!0},flatten:!0}],fast:!1}}],fast:!1}],fast:!1}}],fast:!1},{type:8,properties:[{key:"tbody",value:{type:9,items:[{type:7,itemVar:"row",indexVar:"rowIndex",iterable:{type:1,path:"rows"},body:{type:9,items:[{type:8,properties:[{key:"tr#row${rowIndex}",value:{type:9,items:[{type:7,itemVar:"cell",indexVar:"cellIndex",iterable:{type:1,path:"row.cells"},body:{type:9,items:[{type:8,properties:[{key:"td",value:{type:1,path:"cell.value"}}],fast:!0}],fast:!0},flatten:!0}],fast:!1},parsedKey:{type:2,parts:["tr#row",{type:1,path:"rowIndex"}]}}],fast:!1}],fast:!1},flatten:!0}],fast:!1}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1},{type:9,items:[{type:8,properties:[{key:"rtgl-view.empty-state w=f p=xl",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=mu-fg",value:{type:0,value:"No data available"}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-view.table-container ",{type:1,path:"containerAttrString"}]}}],fast:!1}],fast:!1}},yu={componentName:"rtgl-tabs",propsSchema:{type:"object",properties:{items:{type:"array",items:{type:"object",properties:{label:{type:"string"},id:{type:"string"},testId:{type:"string"}}}},selectedTab:{type:"string"}}},events:{"item-click":{type:"object",properties:{id:{type:"string"}}}},methods:{type:"object",properties:{}}},gu={refs:{"tab*":{eventListeners:{click:{handler:"handleClickItem"}}}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h g=sm bgc=mu p=sm br=lg ${containerAttrString}",value:{type:9,items:[{type:7,itemVar:"item",indexVar:"i",iterable:{type:1,path:"items"},body:{type:9,items:[{type:8,properties:[{key:"rtgl-view#tab${i} data-id=${item.id} cur=pointer bgc=${item.bgColor} bw=xs bc=${item.borderColor} pv=md ph=lg br=lg data-testid=${item.testId}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm c=${item.textColor}",value:{type:1,path:"item.label"},parsedKey:{type:2,parts:["rtgl-text s=sm c=",{type:1,path:"item.textColor"}]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view#tab",{type:1,path:"i"}," data-id=",{type:1,path:"item.id"}," cur=pointer bgc=",{type:1,path:"item.bgColor"}," bw=xs bc=",{type:1,path:"item.borderColor"}," pv=md ph=lg br=lg data-testid=",{type:1,path:"item.testId"}]}}],fast:!0}],fast:!0},flatten:!0}],fast:!1},parsedKey:{type:2,parts:["rtgl-view d=h g=sm bgc=mu p=sm br=lg ",{type:1,path:"containerAttrString"}]}}],fast:!1}],fast:!1}},bu={componentName:"rtgl-tooltip",propsSchema:{type:"object",properties:{open:{type:"boolean"},x:{type:"string"},y:{type:"string"},place:{type:"string"},content:{type:"string"}}},events:[],methods:{type:"object",properties:{}}},vu={template:{type:9,items:[{type:8,properties:[{key:"rtgl-popover#popover ?open=${open} x=${x} y=${y} place=${place} no-overlay",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view slot=content bc=bo br=md p=sm ah=c av=c",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text ta=c s=sm c=fg",value:{type:1,path:"content"}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-popover#popover ?open=",{type:1,path:"open"}," x=",{type:1,path:"x"}," y=",{type:1,path:"y"}," place=",{type:1,path:"place"}," no-overlay"]}}],fast:!0}],fast:!0},refs:{}},wu={componentName:"rtgl-waveform",propsSchema:{type:"object",properties:{w:{type:"string",description:"Width of the waveform visualizer",default:"250"},h:{type:"string",description:"Height of the waveform visualizer",default:"150"},cur:{type:"string",description:"cursor"},waveformData:{type:"object",description:"File ID of the waveform data in object storage"},isLoading:{type:"boolean",description:"Whether the waveform data is currently being loaded"}}},events:[],methods:{type:"object",properties:{}}},_u={refs:{canvas:{selector:"canvas"}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-view pos=rel w=${w} h=${h} cur=${cur}",value:{type:9,items:[{type:8,properties:[{key:"$if isLoading",value:{type:6,conditions:[{type:1,path:"isLoading"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view w=f h=f av=c ah=c",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=mu-fg",value:{type:0,value:"..."}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:'canvas#canvas style="width:100%; height:100%;"',value:{type:0,value:null}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-view pos=rel w=",{type:1,path:"w"}," h=",{type:1,path:"h"}," cur=",{type:1,path:"cur"}]}}],fast:!1}],fast:!1}},x={};x.components={};x.components.accordionItem={};x.components.accordionItem.handlers=yn;x.components.accordionItem.schema=Kh;x.components.accordionItem.store=xn;x.components.accordionItem.view=Uh;x.components.breadcrumb={};x.components.breadcrumb.handlers=An;x.components.breadcrumb.schema=Hh;x.components.breadcrumb.store=Nn;x.components.breadcrumb.view=qh;x.components.card={};x.components.card.schema=Gh;x.components.card.store=Bn;x.components.card.view=Jh;x.components.dropdownMenu={};x.components.dropdownMenu.handlers=Fn;x.components.dropdownMenu.schema=Yh;x.components.dropdownMenu.store=Hn;x.components.dropdownMenu.view=Zh;x.components.form={};x.components.form.handlers=uo;x.components.form.methods=So;x.components.form.schema=Xh;x.components.form.store=to;x.components.form.view=Qh;x.components.globalUi={};x.components.globalUi.handlers=Bo;x.components.globalUi.schema=eu;x.components.globalUi.store=Xo;x.components.globalUi.view=tu;x.components.navbar={};x.components.navbar.handlers=el;x.components.navbar.schema=ru;x.components.navbar.store=ll;x.components.navbar.view=iu;x.components.pageOutline={};x.components.pageOutline.handlers=cl;x.components.pageOutline.schema=su;x.components.pageOutline.store=vl;x.components.pageOutline.view=nu;x.components.popoverInput={};x.components.popoverInput.handlers=$l;x.components.popoverInput.schema=au;x.components.popoverInput.store=Vl;x.components.popoverInput.view=ou;x.components.select={};x.components.select.handlers=ql;x.components.select.schema=lu;x.components.select.store=lp;x.components.select.view=pu;x.components.sidebar={};x.components.sidebar.handlers=cp;x.components.sidebar.schema=du;x.components.sidebar.store=xp;x.components.sidebar.view=cu;x.components.sliderInput={};x.components.sliderInput.handlers=$p;x.components.sliderInput.schema=hu;x.components.sliderInput.store=Tp;x.components.sliderInput.view=uu;x.components.table={};x.components.table.handlers=Vp;x.components.table.schema=fu;x.components.table.store=Up;x.components.table.view=mu;x.components.tabs={};x.components.tabs.handlers=qp;x.components.tabs.schema=yu;x.components.tabs.store=Xp;x.components.tabs.view=gu;x.components.tooltip={};x.components.tooltip.handlers=Qp;x.components.tooltip.schema=bu;x.components.tooltip.store=rd;x.components.tooltip.view=vu;x.components.waveform={};x.components.waveform.handlers=nd;x.components.waveform.schema=wu;x.components.waveform.store=pd;x.components.waveform.view=_u;Object.keys(x).forEach(e=>{Object.keys(x[e]).forEach(t=>{let r=x[e][t],i=Dh({...r},Mh[e]),s=r.schema?.componentName;if(!s)throw new Error(`[Build] Missing schema.componentName for ${e}/${t}. Define it in .schema.yaml.`);customElements.define(s,i)})});customElements.define("rtgl-button",Nr({}));customElements.define("rtgl-carousel",Br({}));customElements.define("rtgl-grid",Dr({}));customElements.define("rtgl-view",Fr({}));customElements.define("rtgl-text",Mr({}));customElements.define("rtgl-image",Hr({}));customElements.define("rtgl-tag",Gr({}));customElements.define("rtgl-svg",Yr({}));customElements.define("rtgl-input",ye({}));customElements.define("rtgl-input-date",Zr({}));customElements.define("rtgl-input-time",Xr({}));customElements.define("rtgl-input-datetime",Qr({}));customElements.define("rtgl-input-number",ei({}));customElements.define("rtgl-textarea",ti({}));customElements.define("rtgl-color-picker",ri({}));customElements.define("rtgl-slider",ii({}));customElements.define("rtgl-checkbox",si({}));customElements.define("rtgl-dialog",ni({}));customElements.define("rtgl-popover",ai({}));})();
|
|
1501
|
+
`,Gc=({host:e,cssText:t,createStyleSheet:r=()=>new CSSStyleSheet,createElement:i=s=>document.createElement(s)})=>{let s=e.attachShadow({mode:"open"}),n=r();n.replaceSync(qc);let a=[n];if(t){let l=r();l.replaceSync(t),a.push(l)}s.adoptedStyleSheets=a;let p=i("div");return p.style.cssText="display: contents;",s.appendChild(p),p.parentNode||e.appendChild(p),e.style.display="contents",{shadow:s,renderTarget:p,adoptedStyleSheets:a}},Cs=(e,t=requestAnimationFrame)=>t(e),Jc=({scheduleFrameFn:e=Cs}={})=>({update:(t,r)=>{let i=t.data?.props||{},s=r.data?.props||{};if(JSON.stringify(i)===JSON.stringify(s))return;let n=r.elm;!n||typeof n.render!="function"||(n.setAttribute("isDirty","true"),e(()=>{if(n.render(),n.removeAttribute("isDirty"),n.handlers&&n.handlers.handleOnUpdate){let a={...n.deps,store:n.store,render:n.render.bind(n),handlers:n.handlers,dispatchEvent:n.dispatchEvent.bind(n),refs:n.refIds||{}};n.handlers.handleOnUpdate(a,{oldProps:i,newProps:s})}}))}}),Yc=({elementName:e,propsSchema:t,propsSchemaKeys:r,template:i,refs:s,styles:n,handlers:a,methods:p,constants:l,store:o,patch:c,h:d,deps:u})=>{class f extends HTMLElement{elementName;styles;_snabbdomH;store;props;propsSchema;template;handlers;methods;constants;transformedHandlers={};refs;refIds={};patch;_unmountCallback;_globalListenersCleanup;_oldVNode;deps;_propsSchemaKeys=[];cssText;static get observedAttributes(){return["key"]}get viewData(){let y={};return this.store.selectViewData&&(y=this.store.selectViewData()),y}connectedCallback(){let y=Gc({host:this,cssText:this.cssText});this.shadow=y.shadow,this.renderTarget=y.renderTarget,Mc({instance:this,parseAndRenderFn:us,renderFn:this.render})}disconnectedCallback(){Kc({instance:this,clearTimerFn:clearTimeout})}attributeChangedCallback(y,b,g){Uc({instance:this,attributeName:y,oldValue:b,newValue:g,scheduleFrameFn:Cs})}render=()=>{Hc({instance:this,createComponentUpdateHookFn:Jc})}}class h extends f{static get observedAttributes(){return Dc({propsSchemaKeys:r,toKebabCase:rs})}constructor(){super(),this.constants=ic({setupConstants:u?.constants,fileConstants:l}),this.propsSchema=t,this.props=t?dd(this,r):{},this._propsSchemaKeys=r,this.elementName=e,this.styles=n,this.store=rc(o,this.props,this.constants),this.template=i,this.handlers=a,this.methods=p,this.refs=s,this.patch=c,this.deps={...u,store:this.store,render:this.render,handlers:a,props:this.props,constants:this.constants},Kd(this,this.methods),this._snabbdomH=d,this.cssText=sc(e,n)}}return h};function Qe(e,t,r,i,s){let n=t===void 0?void 0:t.key;return{sel:e,data:t,children:r,text:i,elm:s,key:n}}var yt=Array.isArray;function pt(e){return typeof e=="string"||typeof e=="number"||e instanceof String||e instanceof Number}function Zc(e,t){return document.createElement(e,t)}function Xc(e,t,r){return document.createElementNS(e,t,r)}function Qc(){return xe(document.createDocumentFragment())}function eh(e){return document.createTextNode(e)}function th(e){return document.createComment(e)}function rh(e,t,r){if(ue(e)){let i=e;for(;i&&ue(i);)i=xe(i).parent;e=i??e}ue(t)&&(t=xe(t,e)),r&&ue(r)&&(r=xe(r).firstChildNode),e.insertBefore(t,r)}function ih(e,t){e.removeChild(t)}function sh(e,t){ue(t)&&(t=xe(t,e)),e.appendChild(t)}function Is(e){if(ue(e)){for(;e&&ue(e);)e=xe(e).parent;return e??null}return e.parentNode}function nh(e){var t;if(ue(e)){let r=xe(e),i=Is(r);if(i&&r.lastChildNode){let s=Array.from(i.childNodes),n=s.indexOf(r.lastChildNode);return(t=s[n+1])!==null&&t!==void 0?t:null}return null}return e.nextSibling}function ah(e){return e.tagName}function oh(e,t){e.textContent=t}function lh(e){return e.textContent}function ph(e){return e.nodeType===1}function dh(e){return e.nodeType===3}function ch(e){return e.nodeType===8}function ue(e){return e.nodeType===11}function xe(e,t){var r,i,s;let n=e;return(r=n.parent)!==null&&r!==void 0||(n.parent=t??null),(i=n.firstChildNode)!==null&&i!==void 0||(n.firstChildNode=e.firstChild),(s=n.lastChildNode)!==null&&s!==void 0||(n.lastChildNode=e.lastChild),n}var hh={createElement:Zc,createElementNS:Xc,createTextNode:eh,createDocumentFragment:Qc,createComment:th,insertBefore:rh,removeChild:ih,appendChild:sh,parentNode:Is,nextSibling:nh,tagName:ah,setTextContent:oh,getTextContent:lh,isElement:ph,isText:dh,isComment:ch,isDocumentFragment:ue};function lt(e){return e===void 0}function re(e){return e!==void 0}var tr=Qe("",{},[],void 0,void 0);function qe(e,t){var r,i;let s=e.key===t.key,n=((r=e.data)===null||r===void 0?void 0:r.is)===((i=t.data)===null||i===void 0?void 0:i.is),a=e.sel===t.sel,p=!e.sel&&e.sel===t.sel?typeof e.text==typeof t.text:!0;return a&&s&&n&&p}function uh(){throw new Error("The document fragment is not supported on this platform.")}function fh(e,t){return e.isElement(t)}function mh(e,t){return e.isDocumentFragment(t)}function yh(e,t,r){var i;let s={};for(let n=t;n<=r;++n){let a=(i=e[n])===null||i===void 0?void 0:i.key;a!==void 0&&(s[a]=n)}return s}var gh=["create","update","remove","destroy","pre","post"];function bh(e,t,r){let i={create:[],update:[],remove:[],destroy:[],pre:[],post:[]},s=hh;for(let h of gh)for(let m of e){let y=m[h];y!==void 0&&i[h].push(y)}function n(h){let m=h.id?"#"+h.id:"",y=h.getAttribute("class"),b=y?"."+y.split(" ").join("."):"";return Qe(s.tagName(h).toLowerCase()+m+b,{},[],void 0,h)}function a(h){return Qe(void 0,{},[],void 0,h)}function p(h,m){return function(){if(--m===0){let y=s.parentNode(h);y!==null&&s.removeChild(y,h)}}}function l(h,m){var y,b,g,_;let S,A=h.data;if(A!==void 0){let T=(y=A.hook)===null||y===void 0?void 0:y.init;re(T)&&(T(h),A=h.data)}let E=h.children,O=h.sel;if(O==="!")lt(h.text)&&(h.text=""),h.elm=s.createComment(h.text);else if(O==="")h.elm=s.createTextNode(h.text);else if(O!==void 0){let T=O.indexOf("#"),V=O.indexOf(".",T),z=T>0?T:O.length,D=V>0?V:O.length,Y=T!==-1||V!==-1?O.slice(0,Math.min(z,D)):O,Z=h.elm=re(A)&&re(S=A.ns)?s.createElementNS(S,Y,A):s.createElement(Y,A);for(z<D&&Z.setAttribute("id",O.slice(z+1,D)),V>0&&Z.setAttribute("class",O.slice(D+1).replace(/\./g," ")),S=0;S<i.create.length;++S)i.create[S](tr,h);if(pt(h.text)&&(!yt(E)||E.length===0)&&s.appendChild(Z,s.createTextNode(h.text)),yt(E))for(S=0;S<E.length;++S){let be=E[S];be!=null&&s.appendChild(Z,l(be,m))}let fe=h.data.hook;re(fe)&&((b=fe.create)===null||b===void 0||b.call(fe,tr,h),fe.insert&&m.push(h))}else if(!((g=void 0)===null||g===void 0)&&g.fragments&&h.children){for(h.elm=((_=s.createDocumentFragment)!==null&&_!==void 0?_:uh)(),S=0;S<i.create.length;++S)i.create[S](tr,h);for(S=0;S<h.children.length;++S){let T=h.children[S];T!=null&&s.appendChild(h.elm,l(T,m))}}else h.elm=s.createTextNode(h.text);return h.elm}function o(h,m,y,b,g,_){for(;b<=g;++b){let S=y[b];S!=null&&s.insertBefore(h,l(S,_),m)}}function c(h){var m,y;let b=h.data;if(b!==void 0){(y=(m=b?.hook)===null||m===void 0?void 0:m.destroy)===null||y===void 0||y.call(m,h);for(let g=0;g<i.destroy.length;++g)i.destroy[g](h);if(h.children!==void 0)for(let g=0;g<h.children.length;++g){let _=h.children[g];_!=null&&typeof _!="string"&&c(_)}}}function d(h,m,y,b){for(var g,_;y<=b;++y){let S,A,E=m[y];if(E!=null)if(re(E.sel)){c(E),S=i.remove.length+1,A=p(E.elm,S);for(let T=0;T<i.remove.length;++T)i.remove[T](E,A);let O=(_=(g=E?.data)===null||g===void 0?void 0:g.hook)===null||_===void 0?void 0:_.remove;re(O)?O(E,A):A()}else E.children?(c(E),d(h,E.children,0,E.children.length-1)):s.removeChild(h,E.elm)}}function u(h,m,y,b){let g=0,_=0,S=m.length-1,A=m[0],E=m[S],O=y.length-1,T=y[0],V=y[O],z,D,Y,Z;for(;g<=S&&_<=O;)A==null?A=m[++g]:E==null?E=m[--S]:T==null?T=y[++_]:V==null?V=y[--O]:qe(A,T)?(f(A,T,b),A=m[++g],T=y[++_]):qe(E,V)?(f(E,V,b),E=m[--S],V=y[--O]):qe(A,V)?(f(A,V,b),s.insertBefore(h,A.elm,s.nextSibling(E.elm)),A=m[++g],V=y[--O]):qe(E,T)?(f(E,T,b),s.insertBefore(h,E.elm,A.elm),E=m[--S],T=y[++_]):(z===void 0&&(z=yh(m,g,S)),D=z[T.key],lt(D)?(s.insertBefore(h,l(T,b),A.elm),T=y[++_]):lt(z[V.key])?(s.insertBefore(h,l(V,b),s.nextSibling(E.elm)),V=y[--O]):(Y=m[D],Y.sel!==T.sel?s.insertBefore(h,l(T,b),A.elm):(f(Y,T,b),m[D]=void 0,s.insertBefore(h,Y.elm,A.elm)),T=y[++_]));_<=O&&(Z=y[O+1]==null?null:y[O+1].elm,o(h,Z,y,_,O,b)),g<=S&&d(h,m,g,S)}function f(h,m,y){var b,g,_,S,A,E,O,T;let V=(b=m.data)===null||b===void 0?void 0:b.hook;(g=V?.prepatch)===null||g===void 0||g.call(V,h,m);let z=m.elm=h.elm;if(h===m)return;if(m.data!==void 0||re(m.text)&&m.text!==h.text){(_=m.data)!==null&&_!==void 0||(m.data={}),(S=h.data)!==null&&S!==void 0||(h.data={});for(let Z=0;Z<i.update.length;++Z)i.update[Z](h,m);(O=(E=(A=m.data)===null||A===void 0?void 0:A.hook)===null||E===void 0?void 0:E.update)===null||O===void 0||O.call(E,h,m)}let D=h.children,Y=m.children;lt(m.text)?re(D)&&re(Y)?D!==Y&&u(z,D,Y,y):re(Y)?(re(h.text)&&s.setTextContent(z,""),o(z,null,Y,0,Y.length-1,y)):re(D)?d(z,D,0,D.length-1):re(h.text)&&s.setTextContent(z,""):h.text!==m.text&&(re(D)&&d(z,D,0,D.length-1),s.setTextContent(z,m.text)),(T=V?.postpatch)===null||T===void 0||T.call(V,h,m)}return function(h,m){let y,b,g,_=[];for(y=0;y<i.pre.length;++y)i.pre[y]();for(fh(s,h)?h=n(h):mh(s,h)&&(h=a(h)),qe(h,m)?f(h,m,_):(b=h.elm,g=s.parentNode(b),l(m,_),g!==null&&(s.insertBefore(g,m.elm,s.nextSibling(b)),d(g,[h],0,0))),y=0;y<_.length;++y)_[y].data.hook.insert(_[y]);for(y=0;y<i.post.length;++y)i.post[y]();return m}}function Li(e,t){let r,i,s=t.elm,n=e.data.class,a=t.data.class;if(!(!n&&!a)&&n!==a){n=n||{},a=a||{};for(i in n)n[i]&&!Object.prototype.hasOwnProperty.call(a,i)&&s.classList.remove(i);for(i in a)r=a[i],r!==n[i]&&s.classList[r?"add":"remove"](i)}}var vh={create:Li,update:Li};function Ni(e,t){let r,i,s,n=t.elm,a=e.data.props,p=t.data.props;if(!(!a&&!p)&&a!==p){a=a||{},p=p||{};for(r in p)i=p[r],s=a[r],s!==i&&(r!=="value"||n[r]!==i)&&(n[r]=i)}}var wh={create:Ni,update:Ni},_h="http://www.w3.org/1999/xlink",xh="http://www.w3.org/2000/xmlns/",Sh="http://www.w3.org/XML/1998/namespace",Ri=58,Ah=120,Eh=109;function Vi(e,t){let r,i=t.elm,s=e.data.attrs,n=t.data.attrs;if(!(!s&&!n)&&s!==n){s=s||{},n=n||{};for(r in n){let a=n[r];s[r]!==a&&(a===!0?i.setAttribute(r,""):a===!1?i.removeAttribute(r):r.charCodeAt(0)!==Ah?i.setAttribute(r,a):r.charCodeAt(3)===Ri?i.setAttributeNS(Sh,r,a):r.charCodeAt(5)===Ri?r.charCodeAt(1)===Eh?i.setAttributeNS(xh,r,a):i.setAttributeNS(_h,r,a):i.setAttribute(r,a))}for(r in s)r in n||i.removeAttribute(r)}}var kh={create:Vi,update:Vi},ji=typeof window?.requestAnimationFrame=="function"?window.requestAnimationFrame.bind(window):setTimeout,$h=function(e){ji(function(){ji(e)})},gr=!1;function Ch(e,t,r){$h(function(){e[t]=r})}function Pi(e,t){let r,i,s=t.elm,n=e.data.style,a=t.data.style;if(!n&&!a||n===a)return;n=n||{},a=a||{};let p="delayed"in n;for(i in n)i in a||(i[0]==="-"&&i[1]==="-"?s.style.removeProperty(i):s.style[i]="");for(i in a)if(r=a[i],i==="delayed"&&a.delayed)for(let l in a.delayed)r=a.delayed[l],(!p||r!==n.delayed[l])&&Ch(s.style,l,r);else i!=="remove"&&r!==n[i]&&(i[0]==="-"&&i[1]==="-"?s.style.setProperty(i,r):s.style[i]=r)}function Ih(e){let t,r,i=e.elm,s=e.data.style;if(!(!s||!(t=s.destroy)))for(r in t)i.style[r]=t[r]}function Oh(e,t){let r=e.data.style;if(!r||!r.remove){t();return}gr||(e.elm.offsetLeft,gr=!0);let i,s=e.elm,n=0,a=r.remove,p=0,l=[];for(i in a)l.push(i),s.style[i]=a[i];let o=getComputedStyle(s)["transition-property"].split(", ");for(;n<o.length;++n)l.indexOf(o[n])!==-1&&p++;s.addEventListener("transitionend",function(c){c.target===s&&--p,p===0&&t()})}function Th(){gr=!1}var Lh={pre:Th,create:Pi,update:Pi,destroy:Ih,remove:Oh};function Os(e,t,r){if(typeof e=="function")e.call(t,r,t);else if(typeof e=="object")for(let i=0;i<e.length;i++)Os(e[i],t,r)}function Nh(e,t){let r=e.type,i=t.data.on;i&&i[r]&&Os(i[r],t,e)}function Rh(){return function e(t){Nh(t,e.vnode)}}function rr(e,t){let r=e.data.on,i=e.listener,s=e.elm,n=t&&t.data.on,a=t&&t.elm,p;if(r!==n){if(r&&i)if(n)for(p in r)n[p]||s.removeEventListener(p,i,!1);else for(p in r)s.removeEventListener(p,i,!1);if(n){let l=t.listener=e.listener||Rh();if(l.vnode=t,r)for(p in n)r[p]||a.addEventListener(p,l,!1);else for(p in n)a.addEventListener(p,l,!1)}}}var Vh={create:rr,update:rr,destroy:rr},jh=()=>bh([vh,wh,kh,Lh,Vh]);function Ts(e,t,r){if(e.ns="http://www.w3.org/2000/svg",r!=="foreignObject"&&t!==void 0)for(let i=0;i<t.length;++i){let s=t[i];if(typeof s=="string")continue;let n=s.data;n!==void 0&&Ts(n,s.children,s.sel)}}function Ph(e,t,r){let i={},s,n,a;if(r!==void 0?(t!==null&&(i=t),yt(r)?s=r:pt(r)?n=r.toString():r&&r.sel&&(s=[r])):t!=null&&(yt(t)?s=t:pt(t)?n=t.toString():t&&t.sel?s=[t]:i=t),s!==void 0)for(a=0;a<s.length;++a)pt(s[a])&&(s[a]=Qe(void 0,void 0,void 0,s[a],void 0));return e.startsWith("svg")&&(e.length===3||e[3]==="."||e[3]==="#")&&Ts(i,s,e),Qe(e,i,s,n,void 0)}var Bh=jh(),Dh=({handlers:e,methods:t,constants:r,schema:i,view:s,store:n},a)=>{if(!s)throw new Error("view is not defined");if(!i||typeof i!="object"||Array.isArray(i))throw new Error("schema is required. Define component metadata in .schema.yaml.");let p=i,{template:l,refs:o,styles:c}=s;cd({schema:p,methodExports:Object.keys(t||{})});let d=p.componentName,u=p.propsSchema,f=u?.properties?[...new Set(Object.keys(u.properties).map(h=>is(h)))]:[];return Yc({elementName:d,propsSchema:u,propsSchemaKeys:f,template:l,refs:o,styles:c,handlers:e,methods:t,constants:r,store:n,patch:Bh,h:Ph,deps:a})},zh=e=>{let t={};return{once:(r,i)=>{t[r]||(t[r]=[]);let s=(...n)=>{i(...n),t[r]=t[r].filter(a=>a!==s)};t[r].push(s)},emit:(r,...i)=>{t[r]&&t[r].forEach(s=>{s(...i)})},showAlert:async r=>{throw new Error("globalUIElement is not set. Make sure to initialize the global UI component and pass it to createGlobalUIManager.")},showConfirm:async r=>{throw new Error("globalUIElement is not set. Make sure to initialize the global UI component and pass it to createGlobalUIManager.")},showFormDialog:async r=>{throw new Error("globalUIElement is not set. Make sure to initialize the global UI component and pass it to createGlobalUIManager.")},showDropdownMenu:async r=>{throw new Error("globalUIElement is not set. Make sure to initialize the global UI component and pass it to createGlobalUIManager.")},closeAll:async()=>{throw new Error("globalUIElement is not set. Make sure to initialize the global UI component and pass it to createGlobalUIManager.")}}},Fh=zh(),Wh={globalUI:Fh},Mh={components:Wh},Kh={componentName:"rtgl-accordion-item",propsSchema:{type:"object",properties:{label:{type:"string"},content:{type:"string"},w:{type:"string"}}},events:[],methods:{type:"object",properties:{}}},Uh={refs:{header:{eventListeners:{click:{handler:"handleClickHeader"}}}},styles:{".content-wrapper":{display:"grid","grid-template-rows":"0fr",transition:"grid-template-rows 0.2s ease-out"},".content-wrapper.open":{"grid-template-rows":"1fr"},".content-inner":{overflow:"hidden"}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-view d=v ${containerAttrString}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view#header d=h av=c w=f pv=md cur=pointer",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text",value:{type:1,path:"label"}}],fast:!0},{type:8,properties:[{key:"rtgl-view w=1fg",value:{type:0,value:null}}],fast:!0},{type:8,properties:[{key:"rtgl-svg svg=${chevronIcon} wh=16 c=mu-fg",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-svg svg=",{type:1,path:"chevronIcon"}," wh=16 c=mu-fg"]}}],fast:!0}],fast:!0}}],fast:!0},{type:8,properties:[{key:'div class="${openClass}"',value:{type:9,items:[{type:8,properties:[{key:"div class=content-inner",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view pb=md",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=mu-fg",value:{type:1,path:"content"}}],fast:!0},{type:8,properties:[{key:"slot name=content",value:{type:0,value:null}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:['div class="',{type:1,path:"openClass"},'"']}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view d=v ",{type:1,path:"containerAttrString"}]}}],fast:!0}],fast:!0}},Hh={componentName:"rtgl-breadcrumb",propsSchema:{type:"object",properties:{items:{type:"array",items:{type:"object",properties:{label:{type:"string"},id:{type:"string"},href:{type:"string"},path:{type:"string"},current:{type:"boolean"},disabled:{type:"boolean"},click:{type:"boolean"},newTab:{type:"boolean"},rel:{type:"string"}}}},sep:{type:"string",default:"breadcrumb-arrow"},max:{type:"number"}}},events:{"item-click":{type:"object",properties:{id:{type:"string"},path:{type:"string"},href:{type:"string"},item:{type:"object"},index:{type:"number"},trigger:{type:"string"}}}},methods:{type:"object",properties:{}}},qh={refs:{"item*":{eventListeners:{click:{handler:"handleClickItem"}}}},styles:{a:{"text-decoration":"none",color:"inherit"}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h av=c g=md p=sm ${containerAttrString}",value:{type:9,items:[{type:7,itemVar:"item",indexVar:"i",iterable:{type:1,path:"items"},body:{type:9,items:[{type:8,properties:[{key:"$if item.isSeparator",value:{type:6,conditions:[{type:1,path:"item.isSeparator"},{type:1,path:"item.isEllipsis"},{type:4,op:6,left:{type:1,path:"item.isInteractive"},right:{type:1,path:"item.href"}},{type:1,path:"item.isInteractive"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-svg wh=16 svg=${sep} c=mu-fg",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-svg wh=16 svg=",{type:1,path:"sep"}," c=mu-fg"]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm c=mu-fg",value:{type:1,path:"item.label"}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"a#item${i} href=${item.href} ${item.linkExtraAttrs} data-index=${item.index}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm c=${item.c}",value:{type:1,path:"item.label"},parsedKey:{type:2,parts:["rtgl-text s=sm c=",{type:1,path:"item.c"}]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["a#item",{type:1,path:"i"}," href=",{type:1,path:"item.href"}," ",{type:1,path:"item.linkExtraAttrs"}," data-index=",{type:1,path:"item.index"}]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view#item${i} data-index=${item.index} cur=pointer",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm c=${item.c}",value:{type:1,path:"item.label"},parsedKey:{type:2,parts:["rtgl-text s=sm c=",{type:1,path:"item.c"}]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view#item",{type:1,path:"i"}," data-index=",{type:1,path:"item.index"}," cur=pointer"]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm c=${item.c}",value:{type:1,path:"item.label"},parsedKey:{type:2,parts:["rtgl-text s=sm c=",{type:1,path:"item.c"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1},flatten:!0}],fast:!1},parsedKey:{type:2,parts:["rtgl-view d=h av=c g=md p=sm ",{type:1,path:"containerAttrString"}]}}],fast:!1}],fast:!1}},Gh={componentName:"rtgl-card",propsSchema:{type:"object",properties:{head:{type:"string"},desc:{type:"string"},size:{type:"string",enum:["sm","md","lg"]}}},events:[],methods:{type:"object",properties:{}}},Jh={styles:{":host":{display:"block"},slot:{display:"block","min-width":0},".rtgl-card-body":{"min-width":0}},template:{type:9,items:[{type:8,properties:[{key:'rtgl-view class="rtgl-card" d=v w=f bgc=bg bw=xs bc=bo br=xl shadow=sm ${cardAttrString} ${containerAttrString}',value:{type:9,items:[{type:8,properties:[{key:"$if hasHeader",value:{type:6,conditions:[{type:1,path:"hasHeader"}],bodies:[{type:9,items:[{type:8,properties:[{key:'rtgl-view class="rtgl-card-header" d=v w=f ${headerAttrString}',value:{type:9,items:[{type:8,properties:[{key:"$if head",value:{type:6,conditions:[{type:1,path:"head"}],bodies:[{type:9,items:[{type:8,properties:[{key:'rtgl-text class="rtgl-card-heading" s=${headingSize} w=f',value:{type:1,path:"head"},parsedKey:{type:2,parts:['rtgl-text class="rtgl-card-heading" s=',{type:1,path:"headingSize"}," w=f"]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"$if desc",value:{type:6,conditions:[{type:1,path:"desc"}],bodies:[{type:9,items:[{type:8,properties:[{key:'rtgl-text class="rtgl-card-desc" s=${subheadingSize} c=mu-fg w=f',value:{type:1,path:"desc"},parsedKey:{type:2,parts:['rtgl-text class="rtgl-card-desc" s=',{type:1,path:"subheadingSize"}," c=mu-fg w=f"]}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:['rtgl-view class="rtgl-card-header" d=v w=f ',{type:1,path:"headerAttrString"}]}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:"div class=rtgl-card-body",value:{type:9,items:[{type:8,properties:[{key:"slot",value:{type:0,value:null}}],fast:!0}],fast:!0}}],fast:!0}],fast:!1},parsedKey:{type:2,parts:['rtgl-view class="rtgl-card" d=v w=f bgc=bg bw=xs bc=bo br=xl shadow=sm ',{type:1,path:"cardAttrString"}," ",{type:1,path:"containerAttrString"}]}}],fast:!1}],fast:!1}},Yh={componentName:"rtgl-dropdown-menu",propsSchema:{type:"object",properties:{items:{type:"array",items:{type:"object",properties:{label:{type:"string"},type:{type:"string",enum:["label","item","separator"]},id:{type:"string"},path:{type:"string"},href:{type:"string"},disabled:{type:"boolean"},newTab:{type:"boolean"},rel:{type:"string"},testId:{type:"string"}}}},open:{type:"boolean"},x:{type:"string"},y:{type:"string"},place:{type:"string"},w:{type:"string"},h:{type:"string"}}},events:{close:{type:"object"},"item-click":{type:"object",properties:{index:{type:"number"},item:{type:"object"},id:{type:"string"},path:{type:"string"},href:{type:"string"},trigger:{type:"string"}}}},methods:{type:"object",properties:{}}},Zh={refs:{popover:{eventListeners:{close:{handler:"handleClosePopover"}}},"option*":{eventListeners:{click:{handler:"handleClickMenuItem"}}}},styles:{a:{display:"block",width:"100%","text-decoration":"none",color:"inherit"}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-popover#popover ?open=${open} x=${x} y=${y} place=${place}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view w=${w} h=${h} sv g=xs slot=content bgc=mu br=md",value:{type:9,items:[{type:7,itemVar:"item",indexVar:"i",iterable:{type:1,path:"items"},body:{type:9,items:[{type:8,properties:[{key:"$if item.isLabel",value:{type:6,conditions:[{type:1,path:"item.isLabel"},{type:4,op:6,left:{type:1,path:"item.isItem"},right:{type:1,path:"item.isDisabled"}},{type:4,op:6,left:{type:1,path:"item.isItem"},right:{type:4,op:6,left:{type:1,path:"item.hasHref"},right:{type:1,path:"item.linkExtraAttrs"}}},{type:4,op:6,left:{type:1,path:"item.isItem"},right:{type:1,path:"item.hasHref"}},{type:1,path:"item.isItem"},{type:1,path:"item.isSeparator"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view w=f ph=lg pv=md",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm c=mu-fg",value:{type:1,path:"item.label"}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view w=f ph=lg pv=md br=md bgc=${item.bgc}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=${item.c}",value:{type:1,path:"item.label"},parsedKey:{type:2,parts:["rtgl-text c=",{type:1,path:"item.c"}]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view w=f ph=lg pv=md br=md bgc=",{type:1,path:"item.bgc"}]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"a#option${i} href=${item.href} ${item.linkExtraAttrs} data-index=${item.index} data-testid=${item.testId}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view w=f h-bgc=${item.hoverBgc} ph=lg pv=md cur=pointer br=md bgc=${item.bgc}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=${item.c}",value:{type:1,path:"item.label"},parsedKey:{type:2,parts:["rtgl-text c=",{type:1,path:"item.c"}]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view w=f h-bgc=",{type:1,path:"item.hoverBgc"}," ph=lg pv=md cur=pointer br=md bgc=",{type:1,path:"item.bgc"}]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["a#option",{type:1,path:"i"}," href=",{type:1,path:"item.href"}," ",{type:1,path:"item.linkExtraAttrs"}," data-index=",{type:1,path:"item.index"}," data-testid=",{type:1,path:"item.testId"}]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"a#option${i} href=${item.href} data-index=${item.index} data-testid=${item.testId}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view w=f h-bgc=${item.hoverBgc} ph=lg pv=md cur=pointer br=md bgc=${item.bgc}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=${item.c}",value:{type:1,path:"item.label"},parsedKey:{type:2,parts:["rtgl-text c=",{type:1,path:"item.c"}]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view w=f h-bgc=",{type:1,path:"item.hoverBgc"}," ph=lg pv=md cur=pointer br=md bgc=",{type:1,path:"item.bgc"}]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["a#option",{type:1,path:"i"}," href=",{type:1,path:"item.href"}," data-index=",{type:1,path:"item.index"}," data-testid=",{type:1,path:"item.testId"}]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view#option${i} w=f h-bgc=${item.hoverBgc} ph=lg pv=md cur=pointer br=md bgc=${item.bgc} data-index=${item.index} data-testid=${item.testId}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=${item.c}",value:{type:1,path:"item.label"},parsedKey:{type:2,parts:["rtgl-text c=",{type:1,path:"item.c"}]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view#option",{type:1,path:"i"}," w=f h-bgc=",{type:1,path:"item.hoverBgc"}," ph=lg pv=md cur=pointer br=md bgc=",{type:1,path:"item.bgc"}," data-index=",{type:1,path:"item.index"}," data-testid=",{type:1,path:"item.testId"}]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view w=f h=1 ph=lg mv=md bgc=bo",value:{type:0,value:null}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1},flatten:!0}],fast:!1},parsedKey:{type:2,parts:["rtgl-view w=",{type:1,path:"w"}," h=",{type:1,path:"h"}," sv g=xs slot=content bgc=mu br=md"]}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-popover#popover ?open=",{type:1,path:"open"}," x=",{type:1,path:"x"}," y=",{type:1,path:"y"}," place=",{type:1,path:"place"}]}}],fast:!1}],fast:!1}},Xh={componentName:"rtgl-form",propsSchema:{type:"object",properties:{form:{type:"object"},defaultValues:{type:"object"},context:{type:"object"},disabled:{type:"boolean"}}},events:{"form-input":{},"form-change":{},"form-field-event":{},"form-action":{}},methods:{type:"object",properties:{getValues:{type:"function"},setValues:{type:"function"},validate:{type:"function"},reset:{type:"function"}}}},Qh={refs:{formContainer:{eventListeners:{keydown:{handler:"handleKeyDown"}}},"action*":{eventListeners:{click:{handler:"handleActionClick"}}},"tooltipIcon*":{eventListeners:{mouseenter:{handler:"handleTooltipMouseEnter"},mouseleave:{handler:"handleTooltipMouseLeave"}}},"field*":{eventListeners:{"value-input":{handler:"handleValueInput"},"value-change":{handler:"handleValueChange"}}},"image*":{eventListeners:{click:{handler:"handleImageClick"},contextmenu:{handler:"handleImageClick"}}}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-view#formContainer w=f p=md g=lg ${containerAttrString}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view g=sm w=f",value:{type:9,items:[{type:8,properties:[{key:"$if title",value:{type:6,conditions:[{type:1,path:"title"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"title"}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"$if description",value:{type:6,conditions:[{type:1,path:"description"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text c=mu-fg",value:{type:1,path:"description"}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}}],fast:!1},{type:8,properties:[{key:"rtgl-view g=lg w=f",value:{type:9,items:[{type:7,itemVar:"field",indexVar:"i",iterable:{type:1,path:"flatFields"},body:{type:9,items:[{type:8,properties:[{key:"$if field._isSection",value:{type:6,conditions:[{type:1,path:"field._isSection"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view g=md w=f",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view g=sm",value:{type:9,items:[{type:8,properties:[{key:"$if field.label",value:{type:6,conditions:[{type:1,path:"field.label"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=md",value:{type:1,path:"field.label"}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"$if field.description",value:{type:6,conditions:[{type:1,path:"field.description"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm c=mu-fg",value:{type:1,path:"field.description"}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:"$if !field._isSection",value:{type:6,conditions:[{type:5,op:0,operand:{type:1,path:"field._isSection"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view g=md w=f",value:{type:9,items:[{type:8,properties:[{key:"$if field.label || field.description",value:{type:6,conditions:[{type:4,op:7,left:{type:1,path:"field.label"},right:{type:1,path:"field.description"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view g=sm",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h g=md av=c",value:{type:9,items:[{type:8,properties:[{key:"$if field.label",value:{type:6,conditions:[{type:1,path:"field.label"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text",value:{type:1,path:"field.label"}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"$if field.required",value:{type:6,conditions:[{type:1,path:"field.required"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text c=fg s=sm",value:{type:0,value:"*"}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"$if field.tooltip",value:{type:6,conditions:[{type:1,path:"field.tooltip"}],bodies:[{type:9,items:[{type:8,properties:[{key:'rtgl-svg#tooltipIcon${field._idx} data-field-name=${field.name} svg="info" wh=16 c=mu-fg cur=help ml=xs',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-svg#tooltipIcon",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"},' svg="info" wh=16 c=mu-fg cur=help ml=xs']}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}}],fast:!1},{type:8,properties:[{key:"$if field.description",value:{type:6,conditions:[{type:1,path:"field.description"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm c=mu-fg",value:{type:1,path:"field.description"}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "input-text"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"input-text"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-input#field${field._idx} data-field-name=${field.name} w=f type=${field._inputType} placeholder=${field.placeholder} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-input#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=f type=",{type:1,path:"field._inputType"}," placeholder=",{type:1,path:"field.placeholder"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "input-date"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"input-date"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-input-date#field${field._idx} data-field-name=${field.name} w=f min=${field.min} max=${field.max} placeholder=${field.placeholder} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-input-date#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=f min=",{type:1,path:"field.min"}," max=",{type:1,path:"field.max"}," placeholder=",{type:1,path:"field.placeholder"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "input-time"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"input-time"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-input-time#field${field._idx} data-field-name=${field.name} w=f min=${field.min} max=${field.max} step=${field.step} placeholder=${field.placeholder} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-input-time#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=f min=",{type:1,path:"field.min"}," max=",{type:1,path:"field.max"}," step=",{type:1,path:"field.step"}," placeholder=",{type:1,path:"field.placeholder"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "input-datetime"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"input-datetime"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-input-datetime#field${field._idx} data-field-name=${field.name} w=f min=${field.min} max=${field.max} step=${field.step} placeholder=${field.placeholder} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-input-datetime#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=f min=",{type:1,path:"field.min"}," max=",{type:1,path:"field.max"}," step=",{type:1,path:"field.step"}," placeholder=",{type:1,path:"field.placeholder"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "input-number"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"input-number"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-input-number#field${field._idx} data-field-name=${field.name} w=f min=${field.min} max=${field.max} step=${field.step} placeholder=${field.placeholder} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-input-number#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=f min=",{type:1,path:"field.min"}," max=",{type:1,path:"field.max"}," step=",{type:1,path:"field.step"}," placeholder=",{type:1,path:"field.placeholder"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "input-textarea"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"input-textarea"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-textarea#field${field._idx} data-field-name=${field.name} w=f rows=${field.rows} placeholder=${field.placeholder} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-textarea#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=f rows=",{type:1,path:"field.rows"}," placeholder=",{type:1,path:"field.placeholder"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "select"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"select"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-select#field${field._idx} data-field-name=${field.name} w=f :options=${field.options} ?no-clear=${field.noClear} :selectedValue=${field._selectedValue} :placeholder=${field.placeholder} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-select#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=f :options=",{type:1,path:"field.options"}," ?no-clear=",{type:1,path:"field.noClear"}," :selectedValue=",{type:1,path:"field._selectedValue"}," :placeholder=",{type:1,path:"field.placeholder"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "color-picker"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"color-picker"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-color-picker#field${field._idx} data-field-name=${field.name} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-color-picker#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "slider"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"slider"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-slider#field${field._idx} data-field-name=${field.name} w=f min=${field.min} max=${field.max} step=${field.step} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-slider#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=f min=",{type:1,path:"field.min"}," max=",{type:1,path:"field.max"}," step=",{type:1,path:"field.step"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "slider-with-input"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"slider-with-input"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-slider-input#field${field._idx} data-field-name=${field.name} w=f min=${field.min} max=${field.max} step=${field.step} ?disabled=${field._disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-slider-input#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=f min=",{type:1,path:"field.min"}," max=",{type:1,path:"field.max"}," step=",{type:1,path:"field.step"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "popover-input"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"popover-input"}}],bodies:[{type:9,items:[{type:8,properties:[{key:'rtgl-popover-input#field${field._idx} data-field-name=${field.name} label="${field.label}" placeholder=${field.placeholder} ?disabled=${field._disabled}',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-popover-input#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"},' label="',{type:1,path:"field.label"},'" placeholder=',{type:1,path:"field.placeholder"}," ?disabled=",{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "checkbox"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"checkbox"}}],bodies:[{type:9,items:[{type:8,properties:[{key:'rtgl-checkbox#field${field._idx} data-field-name=${field.name} label="${field._checkboxText}" ?disabled=${field._disabled}',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-checkbox#field",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"},' label="',{type:1,path:"field._checkboxText"},'" ?disabled=',{type:1,path:"field._disabled"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "image" && field._imageSrc',value:{type:6,conditions:[{type:4,op:6,left:{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"image"}},right:{type:1,path:"field._imageSrc"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-image#image${field._idx} data-field-name=${field.name} src=${field._imageSrc} w=${field.width} h=${field.height} cur=pointer",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image#image",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," src=",{type:1,path:"field._imageSrc"}," w=",{type:1,path:"field.width"}," h=",{type:1,path:"field.height"}," cur=pointer"]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "image" && !field._imageSrc',value:{type:6,conditions:[{type:4,op:6,left:{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"image"}},right:{type:5,op:0,operand:{type:1,path:"field._imageSrc"}}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view#image${field._idx} data-field-name=${field.name} w=${field.width} h=${field.height} bc=ac bw=sm ah=c av=c cur=pointer p=md",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=mu-fg ta=c",value:{type:1,path:"field.placeholderText"}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view#image",{type:1,path:"field._idx"}," data-field-name=",{type:1,path:"field.name"}," w=",{type:1,path:"field.width"}," h=",{type:1,path:"field.height"}," bc=ac bw=sm ah=c av=c cur=pointer p=md"]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "read-only-text"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"read-only-text"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm",value:{type:1,path:"field.content"}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:'$if field.type == "slot"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"field.type"},right:{type:0,value:"slot"}}],bodies:[{type:9,items:[{type:8,properties:[{key:'slot#fieldSlot${field._idx} name=${field.slot} style="display: contents;"',value:{type:0,value:null},parsedKey:{type:2,parts:["slot#fieldSlot",{type:1,path:"field._idx"}," name=",{type:1,path:"field.slot"},' style="display: contents;"']}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"$if field._error",value:{type:6,conditions:[{type:1,path:"field._error"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm c=de",value:{type:1,path:"field._error"}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1}],fast:!1},flatten:!0}],fast:!1}}],fast:!1},{type:8,properties:[{key:"$if actions.buttons.length > 0",value:{type:6,conditions:[{type:4,op:2,left:{type:1,path:"actions.buttons.length"},right:{type:0,value:0}}],bodies:[{type:9,items:[{type:8,properties:[{key:'$if actions._layout == "split"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"actions._layout"},right:{type:0,value:"split"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h w=f g=sm",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h g=sm",value:{type:9,items:[{type:7,itemVar:"button",indexVar:"i",iterable:{type:1,path:"actions._leftButtons"},body:{type:9,items:[{type:8,properties:[{key:"rtgl-button#action${button._globalIdx} data-action-id=${button.id} v=${button.variant} ?disabled=${button._disabled} pre=${button.pre} suf=${button.suf}",value:{type:1,path:"button.label"},parsedKey:{type:2,parts:["rtgl-button#action",{type:1,path:"button._globalIdx"}," data-action-id=",{type:1,path:"button.id"}," v=",{type:1,path:"button.variant"}," ?disabled=",{type:1,path:"button._disabled"}," pre=",{type:1,path:"button.pre"}," suf=",{type:1,path:"button.suf"}]}}],fast:!0}],fast:!0},flatten:!0}],fast:!1}}],fast:!1},{type:8,properties:[{key:"rtgl-view d=h g=sm ah=e w=1fg",value:{type:9,items:[{type:7,itemVar:"button",indexVar:"i",iterable:{type:1,path:"actions._rightButtons"},body:{type:9,items:[{type:8,properties:[{key:"rtgl-button#action${button._globalIdx} data-action-id=${button.id} v=${button.variant} ?disabled=${button._disabled} pre=${button.pre} suf=${button.suf}",value:{type:1,path:"button.label"},parsedKey:{type:2,parts:["rtgl-button#action",{type:1,path:"button._globalIdx"}," data-action-id=",{type:1,path:"button.id"}," v=",{type:1,path:"button.variant"}," ?disabled=",{type:1,path:"button._disabled"}," pre=",{type:1,path:"button.pre"}," suf=",{type:1,path:"button.suf"}]}}],fast:!0}],fast:!0},flatten:!0}],fast:!1}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:'$if actions._layout == "vertical"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"actions._layout"},right:{type:0,value:"vertical"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view g=sm w=f",value:{type:9,items:[{type:7,itemVar:"button",indexVar:"i",iterable:{type:1,path:"actions._allButtons"},body:{type:9,items:[{type:8,properties:[{key:"rtgl-button#action${button._globalIdx} data-action-id=${button.id} v=${button.variant} w=f ?disabled=${button._disabled} pre=${button.pre} suf=${button.suf}",value:{type:1,path:"button.label"},parsedKey:{type:2,parts:["rtgl-button#action",{type:1,path:"button._globalIdx"}," data-action-id=",{type:1,path:"button.id"}," v=",{type:1,path:"button.variant"}," w=f ?disabled=",{type:1,path:"button._disabled"}," pre=",{type:1,path:"button.pre"}," suf=",{type:1,path:"button.suf"}]}}],fast:!0}],fast:!0},flatten:!0}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:'$if actions._layout == "stretch"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"actions._layout"},right:{type:0,value:"stretch"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h g=sm w=f",value:{type:9,items:[{type:7,itemVar:"button",indexVar:"i",iterable:{type:1,path:"actions._allButtons"},body:{type:9,items:[{type:8,properties:[{key:"rtgl-view w=1fg",value:{type:9,items:[{type:8,properties:[{key:"rtgl-button#action${button._globalIdx} data-action-id=${button.id} v=${button.variant} w=f ?disabled=${button._disabled} pre=${button.pre} suf=${button.suf}",value:{type:1,path:"button.label"},parsedKey:{type:2,parts:["rtgl-button#action",{type:1,path:"button._globalIdx"}," data-action-id=",{type:1,path:"button.id"}," v=",{type:1,path:"button.variant"}," w=f ?disabled=",{type:1,path:"button._disabled"}," pre=",{type:1,path:"button.pre"}," suf=",{type:1,path:"button.suf"}]}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},flatten:!0}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:'rtgl-tooltip ?open=${tooltipState.open} x=${tooltipState.x} y=${tooltipState.y} place="t" content="${tooltipState.content}"',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-tooltip ?open=",{type:1,path:"tooltipState.open"}," x=",{type:1,path:"tooltipState.x"}," y=",{type:1,path:"tooltipState.y"},' place="t" content="',{type:1,path:"tooltipState.content"},'"']}}],fast:!0}],fast:!1},parsedKey:{type:2,parts:["rtgl-view#formContainer w=f p=md g=lg ",{type:1,path:"containerAttrString"}]}}],fast:!1}],fast:!1}},eu={componentName:"rtgl-global-ui",propsSchema:{type:"object",properties:{}},events:[],methods:{type:"object",properties:{}}},tu={refs:{dialog:{eventListeners:{close:{handler:"handleDialogClose"}}},confirmButton:{eventListeners:{click:{handler:"handleConfirm"}}},cancelButton:{eventListeners:{click:{handler:"handleCancel"}}},formDialog:{eventListeners:{"form-action":{handler:"handleFormAction"},"form-field-event":{handler:"handleFormFieldEvent"}}},dropdownMenu:{eventListeners:{close:{handler:"handleDropdownClose"},"item-click":{handler:"handleDropdownItemClick"}}}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-dialog#dialog ?open=${isDialogContainerOpen} s=${dialogSize}",value:{type:9,items:[{type:8,properties:[{key:"$if isFormDialogOpen",value:{type:6,conditions:[{type:1,path:"isFormDialogOpen"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-form#formDialog slot=content :form=${formDialogConfig.form} :defaultValues=${formDialogConfig.defaultValues} :context=${formDialogConfig.context} ?disabled=${formDialogConfig.disabled} key=form-dialog-${formDialogConfig.key}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-form#formDialog slot=content :form=",{type:1,path:"formDialogConfig.form"}," :defaultValues=",{type:1,path:"formDialogConfig.defaultValues"}," :context=",{type:1,path:"formDialogConfig.context"}," ?disabled=",{type:1,path:"formDialogConfig.disabled"}," key=form-dialog-",{type:1,path:"formDialogConfig.key"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"$if !isFormDialogOpen",value:{type:6,conditions:[{type:5,op:0,operand:{type:1,path:"isFormDialogOpen"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view slot=content g=lg p=lg",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view g=sm w=f",value:{type:9,items:[{type:8,properties:[{key:"$if config.title",value:{type:6,conditions:[{type:1,path:"config.title"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"config.title"}}],fast:!0},{type:8,properties:[{key:"rtgl-text c=mu-fg",value:{type:1,path:"config.message"}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-text",value:{type:1,path:"config.message"}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}}],fast:!1},{type:8,properties:[{key:"rtgl-view d=h g=md mt=lg w=f ah=e",value:{type:9,items:[{type:8,properties:[{key:"$if config.mode == 'confirm'",value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"config.mode"},right:{type:0,value:"confirm"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-button#cancelButton v=se",value:{type:1,path:"config.cancelText"}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"rtgl-button#confirmButton v=pr",value:{type:1,path:"config.confirmText"}}],fast:!0}],fast:!1}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-dialog#dialog ?open=",{type:1,path:"isDialogContainerOpen"}," s=",{type:1,path:"dialogSize"}]}}],fast:!1},{type:8,properties:[{key:"rtgl-dropdown-menu#dropdownMenu ?open=${isDropdownOpen} x=${dropdownConfig.x} y=${dropdownConfig.y} place=${dropdownConfig.place} :items=${dropdownConfig.items} key=dropdown-${isDropdownOpen}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-dropdown-menu#dropdownMenu ?open=",{type:1,path:"isDropdownOpen"}," x=",{type:1,path:"dropdownConfig.x"}," y=",{type:1,path:"dropdownConfig.y"}," place=",{type:1,path:"dropdownConfig.place"}," :items=",{type:1,path:"dropdownConfig.items"}," key=dropdown-",{type:1,path:"isDropdownOpen"}]}}],fast:!0}],fast:!1}},ru={componentName:"rtgl-navbar",propsSchema:{type:"object",properties:{start:{type:"object",properties:{label:{type:"string"},href:{type:"string"},image:{type:"object",properties:{src:{type:"string"}}}}}}},events:{"start-click":{type:"object",properties:{path:{type:"string"}}}},methods:{type:"object",properties:{}}},iu={refs:{start:{eventListeners:{click:{handler:"handleClickStart"}}}},anchors:[[{"rtgl-text s=lg":"${start.label}"},{"$if start.image && start.image.src":[{"rtgl-image w=${start.image.width} h=${start.image.height} src=${start.image.src} alt=${start.image.alt}":null}]}]],template:{type:9,items:[{type:8,properties:[{key:"rtgl-view bgc=bg d=h h=48 av=c w=f ${containerAttrString}",value:{type:9,items:[{type:8,properties:[{key:"$if start.href",value:{type:6,conditions:[{type:1,path:"start.href"},{type:1,path:"start.path"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"a href=${start.href}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h av=c g=md",value:{type:9,items:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"start.label"}}],fast:!0},{type:8,properties:[{key:"$if start.image && start.image.src",value:{type:6,conditions:[{type:4,op:6,left:{type:1,path:"start.image"},right:{type:1,path:"start.image.src"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-image w=${start.image.width} h=${start.image.height} src=${start.image.src} alt=${start.image.alt}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image w=",{type:1,path:"start.image.width"}," h=",{type:1,path:"start.image.height"}," src=",{type:1,path:"start.image.src"}," alt=",{type:1,path:"start.image.alt"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}],fast:!1}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["a href=",{type:1,path:"start.href"}]}}],fast:!1}],fast:!1},{type:9,items:[{type:8,properties:[{key:"rtgl-view#start d=h av=c g=md cur=pointer",value:{type:9,items:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"start.label"}}],fast:!0},{type:8,properties:[{key:"$if start.image && start.image.src",value:{type:6,conditions:[{type:4,op:6,left:{type:1,path:"start.image"},right:{type:1,path:"start.image.src"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-image w=${start.image.width} h=${start.image.height} src=${start.image.src} alt=${start.image.alt}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image w=",{type:1,path:"start.image.width"}," h=",{type:1,path:"start.image.height"}," src=",{type:1,path:"start.image.src"}," alt=",{type:1,path:"start.image.alt"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}],fast:!1}}],fast:!1}],fast:!1},{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h av=c g=md",value:{type:9,items:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"start.label"}}],fast:!0},{type:8,properties:[{key:"$if start.image && start.image.src",value:{type:6,conditions:[{type:4,op:6,left:{type:1,path:"start.image"},right:{type:1,path:"start.image.src"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-image w=${start.image.width} h=${start.image.height} src=${start.image.src} alt=${start.image.alt}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image w=",{type:1,path:"start.image.width"}," h=",{type:1,path:"start.image.height"}," src=",{type:1,path:"start.image.src"}," alt=",{type:1,path:"start.image.alt"}]}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:"rtgl-view w=1fg",value:{type:0,value:null}}],fast:!0},{type:8,properties:[{key:"rtgl-view d=h av=c g=lg",value:{type:9,items:[{type:8,properties:[{key:"slot name=right",value:{type:0,value:null}}],fast:!0}],fast:!0}}],fast:!0}],fast:!1},parsedKey:{type:2,parts:["rtgl-view bgc=bg d=h h=48 av=c w=f ",{type:1,path:"containerAttrString"}]}}],fast:!1}],fast:!1}},su={componentName:"rtgl-page-outline",propsSchema:{type:"object",properties:{targetId:{type:"string"},scrollContainerId:{type:"string"},offsetTop:{type:"string"}}},events:{onItemClick:{type:"object"}},methods:{type:"object",properties:{}}},nu={refs:{},template:{type:9,items:[{type:8,properties:[{key:"rtgl-view h=f w=272 d=v pr=md",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view w=f h=1fg sv mt=xl",value:{type:9,items:[{type:7,itemVar:"item",indexVar:"i",iterable:{type:1,path:"items"},body:{type:9,items:[{type:8,properties:[{key:'rtgl-view d=h bwl=xs bc="${item.bc}" pv=sm av=c href=${item.href} pl=md',value:{type:9,items:[{type:8,properties:[{key:"rtgl-view w=${item.ml}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-view w=",{type:1,path:"item.ml"}]}}],fast:!0},{type:8,properties:[{key:"rtgl-text s=sm c=${item.c} h-c=fg",value:{type:1,path:"item.title"},parsedKey:{type:2,parts:["rtgl-text s=sm c=",{type:1,path:"item.c"}," h-c=fg"]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:['rtgl-view d=h bwl=xs bc="',{type:1,path:"item.bc"},'" pv=sm av=c href=',{type:1,path:"item.href"}," pl=md"]}}],fast:!0}],fast:!0},flatten:!0}],fast:!1}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1}},au={componentName:"rtgl-popover-input",propsSchema:{type:"object",properties:{value:{type:"string"},placeholder:{type:"string"},label:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean",default:!1}}},events:{"value-change":{}},methods:{type:"object",properties:{}}},ou={refs:{textDisplay:{eventListeners:{click:{handler:"handleTextClick"}}},popover:{eventListeners:{close:{handler:"handlePopoverClose"}}},input:{eventListeners:{"value-input":{handler:"handleInputChange"},keydown:{handler:"handleInputKeydown"}}},submit:{eventListeners:{click:{handler:"handleSubmitClick"}}}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-view#textDisplay w=f cur=pointer",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=${valueColor}",value:{type:1,path:"value"},parsedKey:{type:2,parts:["rtgl-text c=",{type:1,path:"valueColor"}]}}],fast:!0}],fast:!0}}],fast:!0},{type:8,properties:[{key:"rtgl-popover#popover ?open=${isOpen} x=${position.x} y=${position.y}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view g=md w=240 slot=content bgc=mu br=md",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text",value:{type:1,path:"label"}}],fast:!0},{type:8,properties:[{key:"rtgl-input#input w=f placeholder=${placeholder} ?disabled=${disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-input#input w=f placeholder=",{type:1,path:"placeholder"}," ?disabled=",{type:1,path:"disabled"}]}}],fast:!0},{type:8,properties:[{key:"rtgl-view w=f ah=e",value:{type:9,items:[{type:8,properties:[{key:"rtgl-button#submit ?disabled=${disabled}",value:{type:0,value:"Submit"},parsedKey:{type:2,parts:["rtgl-button#submit ?disabled=",{type:1,path:"disabled"}]}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-popover#popover ?open=",{type:1,path:"isOpen"}," x=",{type:1,path:"position.x"}," y=",{type:1,path:"position.y"}]}}],fast:!0}],fast:!0}},lu={componentName:"rtgl-select",propsSchema:{type:"object",properties:{placeholder:{type:"string"},options:{type:"array",items:{type:"object",properties:{label:{type:"string"},value:{type:"any"},testId:{type:"string"}}}},selectedValue:{type:"any"},onChange:{type:"function"},noClear:{type:"boolean"},addOption:{type:"object",properties:{label:{type:"string"}}},disabled:{type:"boolean"},w:{type:"string"}}},events:{"value-change":{},"add-option-click":{}},methods:{type:"object",properties:{}}},pu={refs:{selectButton:{eventListeners:{click:{handler:"handleButtonClick"}}},clearButton:{eventListeners:{click:{handler:"handleClearClick"}}},popover:{eventListeners:{close:{handler:"handleClickOptionsPopoverOverlay"}}},"option*":{eventListeners:{click:{handler:"handleOptionClick"},mouseenter:{handler:"handleOptionMouseEnter"},mouseleave:{handler:"handleOptionMouseLeave"}}},optionAdd:{eventListeners:{click:{handler:"handleAddOptionClick"},mouseenter:{handler:"handleAddOptionMouseEnter"},mouseleave:{handler:"handleAddOptionMouseLeave"}}}},template:{type:9,items:[{type:8,properties:[{key:'rtgl-button#selectButton v=ol ${containerAttrString} ?disabled=${isDisabled} data-testid="select-button"',value:{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h av=c ah=s w=f",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text w=1fg ta=s c=${selectedLabelColor} ellipsis",value:{type:1,path:"selectedLabel"},parsedKey:{type:2,parts:["rtgl-text w=1fg ta=s c=",{type:1,path:"selectedLabelColor"}," ellipsis"]}}],fast:!0},{type:8,properties:[{key:"$if showClear",value:{type:6,conditions:[{type:1,path:"showClear"}],bodies:[{type:9,items:[{type:8,properties:[{key:'rtgl-svg#clearButton ml=md svg=x wh=16 c=mu-fg cur=pointer data-testid="select-clear-button"',value:{type:0,value:null}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"rtgl-svg ml=md svg=chevronDown wh=16 c=mu-fg",value:{type:0,value:null}}],fast:!0}],fast:!1}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-button#selectButton v=ol ",{type:1,path:"containerAttrString"}," ?disabled=",{type:1,path:"isDisabled"},' data-testid="select-button"']}}],fast:!1},{type:8,properties:[{key:"rtgl-popover#popover ?open=${isOpen} x=${position.x} y=${position.y} place=rs",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view wh=300 g=xs slot=content bgc=mu br=md sv=true",value:{type:9,items:[{type:7,itemVar:"option",indexVar:"i",iterable:{type:1,path:"options"},body:{type:9,items:[{type:8,properties:[{key:"rtgl-view#option${i} w=f ph=lg pv=md cur=pointer br=md bgc=${option.bgc} data-testid=${option.testId}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text ta=s",value:{type:1,path:"option.label"}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view#option",{type:1,path:"i"}," w=f ph=lg pv=md cur=pointer br=md bgc=",{type:1,path:"option.bgc"}," data-testid=",{type:1,path:"option.testId"}]}}],fast:!0}],fast:!0},flatten:!0},{type:8,properties:[{key:"$if showAddOption",value:{type:6,conditions:[{type:1,path:"showAddOption"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view w=f bw=xs bc=mu bwt=sm",value:{type:0,value:null}}],fast:!0},{type:8,properties:[{key:'rtgl-view#optionAdd w=f ph=lg pv=md cur=pointer br=md bgc=${addOptionBgc} data-testid="select-add-option"',value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=ac",value:{type:1,path:"addOptionLabel"}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view#optionAdd w=f ph=lg pv=md cur=pointer br=md bgc=",{type:1,path:"addOptionBgc"},' data-testid="select-add-option"']}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-popover#popover ?open=",{type:1,path:"isOpen"}," x=",{type:1,path:"position.x"}," y=",{type:1,path:"position.y"}," place=rs"]}}],fast:!1}],fast:!1}},du={componentName:"rtgl-sidebar",propsSchema:{type:"object",properties:{mode:{type:"string"},hideHeader:{type:"boolean",default:!1},w:{type:"string"},bwr:{type:"string"},selectedItemId:{type:"string"},header:{type:"object",properties:{label:{type:"string"},href:{type:"string"},testId:{type:"string"},image:{type:"object",properties:{src:{type:"string"},width:{type:"number"},height:{type:"number"},alt:{type:"string"}}}}},items:{type:"array",items:{type:"object",properties:{title:{type:"string"},slug:{type:"string"},type:{type:"string"},items:{type:"array"},testId:{type:"string"}}}}}},events:{"header-click":{type:"object",properties:{path:{type:"string"}}},"item-click":{type:"object",properties:{item:{type:"object"}}}},methods:{type:"object",properties:{}}},cu={refs:{headerImage:{eventListeners:{click:{handler:"handleHeaderClick"}}},headerLabel:{eventListeners:{click:{handler:"handleHeaderClick"}}},header:{eventListeners:{click:{handler:"handleHeaderClick"}}},"item*":{eventListeners:{click:{handler:"handleItemClick"}}}},anchors:[[{"$if header.image && header.image.src":[{"$if header.image.href":[{"a href=${header.image.href}":[{'rtgl-image w=${header.image.width} h=${header.image.height} src=${header.image.src} alt="${header.image.alt}"':null}]}],"$elif header.image.path":[{"rtgl-view#headerImage cur=pointer":[{'rtgl-image w=${header.image.width} h=${header.image.height} src=${header.image.src} alt="${header.image.alt}"':null}]}],$else:[{'rtgl-image w=${header.image.width} h=${header.image.height} src=${header.image.src} alt="${header.image.alt}"':null}]}]},{"$if header.label && showLabels":[{"$if header.labelHref":[{"rtgl-text href=${header.labelHref} s=lg":"${header.label}"}],"$elif header.labelPath":[{"rtgl-view#headerLabel cur=pointer":[{"rtgl-text s=lg":"${header.label}"}]}],$else:[{"rtgl-text s=lg":"${header.label}"}]}]}]],template:{type:9,items:[{type:8,properties:[{key:"rtgl-view h=f w=${sidebarWidth} d=v bwr=${rightBorderWidth} ah=${ah} ${containerAttrString}",value:{type:9,items:[{type:8,properties:[{key:"$if showHeader",value:{type:6,conditions:[{type:1,path:"showHeader"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view ph=${headerPadding} pv=lg",value:{type:9,items:[{type:8,properties:[{key:"$if header.href",value:{type:6,conditions:[{type:1,path:"header.href"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view href=${header.href} d=h av=c ah=${headerAlign} g=lg w=${headerWidth}",value:{type:9,items:[{type:9,items:[{type:8,properties:[{key:"$if header.image && header.image.src",value:{type:6,conditions:[{type:4,op:6,left:{type:1,path:"header.image"},right:{type:1,path:"header.image.src"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"$if header.image.href",value:{type:6,conditions:[{type:1,path:"header.image.href"},{type:1,path:"header.image.path"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"a href=${header.image.href}",value:{type:9,items:[{type:8,properties:[{key:'rtgl-image w=${header.image.width} h=${header.image.height} src=${header.image.src} alt="${header.image.alt}"',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image w=",{type:1,path:"header.image.width"}," h=",{type:1,path:"header.image.height"}," src=",{type:1,path:"header.image.src"},' alt="',{type:1,path:"header.image.alt"},'"']}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["a href=",{type:1,path:"header.image.href"}]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view#headerImage cur=pointer",value:{type:9,items:[{type:8,properties:[{key:'rtgl-image w=${header.image.width} h=${header.image.height} src=${header.image.src} alt="${header.image.alt}"',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image w=",{type:1,path:"header.image.width"}," h=",{type:1,path:"header.image.height"}," src=",{type:1,path:"header.image.src"},' alt="',{type:1,path:"header.image.alt"},'"']}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:'rtgl-image w=${header.image.width} h=${header.image.height} src=${header.image.src} alt="${header.image.alt}"',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image w=",{type:1,path:"header.image.width"}," h=",{type:1,path:"header.image.height"}," src=",{type:1,path:"header.image.src"},' alt="',{type:1,path:"header.image.alt"},'"']}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:"$if header.label && showLabels",value:{type:6,conditions:[{type:4,op:6,left:{type:1,path:"header.label"},right:{type:1,path:"showLabels"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"$if header.labelHref",value:{type:6,conditions:[{type:1,path:"header.labelHref"},{type:1,path:"header.labelPath"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text href=${header.labelHref} s=lg",value:{type:1,path:"header.label"},parsedKey:{type:2,parts:["rtgl-text href=",{type:1,path:"header.labelHref"}," s=lg"]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view#headerLabel cur=pointer",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"header.label"}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"header.label"}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}],id:null}}],fast:!1}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-view href=",{type:1,path:"header.href"}," d=h av=c ah=",{type:1,path:"headerAlign"}," g=lg w=",{type:1,path:"headerWidth"}]}}],fast:!1}],fast:!1},{type:9,items:[{type:8,properties:[{key:"rtgl-view#header d=h av=c ah=${headerAlign} g=lg w=${headerWidth} cur=pointer data-testid=${header.testId}",value:{type:9,items:[{type:9,items:[{type:8,properties:[{key:"$if header.image && header.image.src",value:{type:6,conditions:[{type:4,op:6,left:{type:1,path:"header.image"},right:{type:1,path:"header.image.src"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"$if header.image.href",value:{type:6,conditions:[{type:1,path:"header.image.href"},{type:1,path:"header.image.path"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"a href=${header.image.href}",value:{type:9,items:[{type:8,properties:[{key:'rtgl-image w=${header.image.width} h=${header.image.height} src=${header.image.src} alt="${header.image.alt}"',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image w=",{type:1,path:"header.image.width"}," h=",{type:1,path:"header.image.height"}," src=",{type:1,path:"header.image.src"},' alt="',{type:1,path:"header.image.alt"},'"']}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["a href=",{type:1,path:"header.image.href"}]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view#headerImage cur=pointer",value:{type:9,items:[{type:8,properties:[{key:'rtgl-image w=${header.image.width} h=${header.image.height} src=${header.image.src} alt="${header.image.alt}"',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image w=",{type:1,path:"header.image.width"}," h=",{type:1,path:"header.image.height"}," src=",{type:1,path:"header.image.src"},' alt="',{type:1,path:"header.image.alt"},'"']}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:'rtgl-image w=${header.image.width} h=${header.image.height} src=${header.image.src} alt="${header.image.alt}"',value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-image w=",{type:1,path:"header.image.width"}," h=",{type:1,path:"header.image.height"}," src=",{type:1,path:"header.image.src"},' alt="',{type:1,path:"header.image.alt"},'"']}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:"$if header.label && showLabels",value:{type:6,conditions:[{type:4,op:6,left:{type:1,path:"header.label"},right:{type:1,path:"showLabels"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"$if header.labelHref",value:{type:6,conditions:[{type:1,path:"header.labelHref"},{type:1,path:"header.labelPath"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text href=${header.labelHref} s=lg",value:{type:1,path:"header.label"},parsedKey:{type:2,parts:["rtgl-text href=",{type:1,path:"header.labelHref"}," s=lg"]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view#headerLabel cur=pointer",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"header.label"}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"header.label"}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}],id:null}}],fast:!1}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-view#header d=h av=c ah=",{type:1,path:"headerAlign"}," g=lg w=",{type:1,path:"headerWidth"}," cur=pointer data-testid=",{type:1,path:"header.testId"}]}}],fast:!1}],fast:!1}],id:null}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-view ph=",{type:1,path:"headerPadding"}," pv=lg"]}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:"rtgl-view w=f h=1fg ph=${headerPadding} pb=lg g=xs ah=${ah} ${listAttrString}",value:{type:9,items:[{type:7,itemVar:"item",indexVar:"i",iterable:{type:1,path:"items"},body:{type:9,items:[{type:8,properties:[{key:'$if item.type == "groupLabel"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"item.type"},right:{type:0,value:"groupLabel"}},null],bodies:[{type:9,items:[{type:8,properties:[{key:"$if showGroupLabels",value:{type:6,conditions:[{type:1,path:"showGroupLabels"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view mt=md h=32 av=c ph=md",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=xs c=mu-fg",value:{type:1,path:"item.title"}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view mt=md h=1 bgc=mu",value:{type:0,value:null}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1},{type:9,items:[{type:8,properties:[{key:"rtgl-view#item${i} data-item-id=${item.id} ${item.hrefAttr} h=${itemHeight} av=c ${itemAlignAttr} ph=${itemPadding} w=${itemWidth} h-bgc=${item.itemHoverBgc} br=lg bgc=${item.itemBgc} cur=pointer data-testid=${item.testId}",value:{type:9,items:[{type:8,properties:[{key:"$if item.icon",value:{type:6,conditions:[{type:1,path:"item.icon"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"$if showLabels",value:{type:6,conditions:[{type:1,path:"showLabels"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h ah=${itemContentAlign} g=sm",value:{type:9,items:[{type:8,properties:[{key:"rtgl-svg wh=16 svg=${item.icon} c=fg",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-svg wh=16 svg=",{type:1,path:"item.icon"}," c=fg"]}}],fast:!0},{type:8,properties:[{key:"rtgl-text s=sm",value:{type:1,path:"item.title"}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view d=h ah=",{type:1,path:"itemContentAlign"}," g=sm"]}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-svg wh=${iconSize} svg=${item.icon} c=fg",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-svg wh=",{type:1,path:"iconSize"}," svg=",{type:1,path:"item.icon"}," c=fg"]}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1},{type:9,items:[{type:8,properties:[{key:"$if showLabels",value:{type:6,conditions:[{type:1,path:"showLabels"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm",value:{type:1,path:"item.title"}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view wh=${iconSize} br=f bgc=mu av=c ah=c",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=${firstLetterSize} c=fg",value:{type:1,path:"item.title.charAt(0).toUpperCase()"},parsedKey:{type:2,parts:["rtgl-text s=",{type:1,path:"firstLetterSize"}," c=fg"]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view wh=",{type:1,path:"iconSize"}," br=f bgc=mu av=c ah=c"]}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}],id:null}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-view#item",{type:1,path:"i"}," data-item-id=",{type:1,path:"item.id"}," ",{type:1,path:"item.hrefAttr"}," h=",{type:1,path:"itemHeight"}," av=c ",{type:1,path:"itemAlignAttr"}," ph=",{type:1,path:"itemPadding"}," w=",{type:1,path:"itemWidth"}," h-bgc=",{type:1,path:"item.itemHoverBgc"}," br=lg bgc=",{type:1,path:"item.itemBgc"}," cur=pointer data-testid=",{type:1,path:"item.testId"}]}}],fast:!1}],fast:!1}],id:null}}],fast:!1}],fast:!1},flatten:!0}],fast:!1},parsedKey:{type:2,parts:["rtgl-view w=f h=1fg ph=",{type:1,path:"headerPadding"}," pb=lg g=xs ah=",{type:1,path:"ah"}," ",{type:1,path:"listAttrString"}]}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-view h=f w=",{type:1,path:"sidebarWidth"}," d=v bwr=",{type:1,path:"rightBorderWidth"}," ah=",{type:1,path:"ah"}," ",{type:1,path:"containerAttrString"}]}}],fast:!1}],fast:!1}},hu={componentName:"rtgl-slider-input",propsSchema:{type:"object",properties:{key:{type:"string"},value:{type:"string",default:"0"},w:{type:"string",default:""},min:{type:"string",default:"0"},max:{type:"string",default:"100"},step:{type:"string",default:"1"},disabled:{type:"boolean",default:!1}}},events:{"value-input":{},"value-change":{}},methods:{type:"object",properties:{}}},uu={refs:{input:{eventListeners:{"value-input":{handler:"handleValueInput"},"value-change":{handler:"handleValueChange"}}},slider:{eventListeners:{"value-change":{handler:"handleValueChange"},"value-input":{handler:"handleValueInput"}}}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h av=c g=md w=${w}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-slider#slider key=${key} w=f type=range min=${min} max=${max} step=${step} value=${value} ?disabled=${disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-slider#slider key=",{type:1,path:"key"}," w=f type=range min=",{type:1,path:"min"}," max=",{type:1,path:"max"}," step=",{type:1,path:"step"}," value=",{type:1,path:"value"}," ?disabled=",{type:1,path:"disabled"}]}}],fast:!0},{type:8,properties:[{key:"rtgl-view w=84",value:{type:9,items:[{type:8,properties:[{key:"rtgl-input-number#input key=${key} w=f min=${min} max=${max} step=${step} value=${value} ?disabled=${disabled}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-input-number#input key=",{type:1,path:"key"}," w=f min=",{type:1,path:"min"}," max=",{type:1,path:"max"}," step=",{type:1,path:"step"}," value=",{type:1,path:"value"}," ?disabled=",{type:1,path:"disabled"}]}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view d=h av=c g=md w=",{type:1,path:"w"}]}}],fast:!0}],fast:!0}},fu={componentName:"rtgl-table",propsSchema:{type:"object",properties:{data:{type:"object",properties:{columns:{type:"array",items:{type:"object",properties:{key:{type:"string"},label:{type:"string"}}}},rows:{type:"array",items:{type:"object"}}}},responsive:{type:"boolean",default:!0}}},events:{},methods:{type:"object",properties:{}}},mu={refs:{"row*":{eventListeners:{click:{handler:"handleRowClick"}}},"header*":{eventListeners:{click:{handler:"handleHeaderClick"}}}},styles:{table:{width:"100%","border-collapse":"collapse","border-spacing":0},thead:{"border-bottom":"2px solid var(--border)"},th:{padding:"12px","text-align":"left","font-weight":500,color:"var(--foreground)","background-color":"var(--muted)",cursor:"pointer",position:"sticky",top:0,"z-index":1},"tbody tr":{"border-bottom":"1px solid var(--border)"},"tbody tr:last-child":{"border-bottom":"none"},td:{padding:"12px",color:"var(--foreground)"},".table-container":{width:"100%",height:"100%",overflow:"auto"},".empty-state":{"text-align":"center",padding:"24px",color:"var(--muted-foreground)"}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-view.table-container ${containerAttrString}",value:{type:9,items:[{type:8,properties:[{key:"$if rows.length > 0",value:{type:6,conditions:[{type:4,op:2,left:{type:1,path:"rows.length"},right:{type:0,value:0}},null],bodies:[{type:9,items:[{type:8,properties:[{key:"table",value:{type:9,items:[{type:8,properties:[{key:"thead",value:{type:9,items:[{type:8,properties:[{key:"tr",value:{type:9,items:[{type:7,itemVar:"column",indexVar:"i",iterable:{type:1,path:"columns"},body:{type:9,items:[{type:8,properties:[{key:"th#header${i} data-column-key=${column.key}",value:{type:1,path:"column.label"},parsedKey:{type:2,parts:["th#header",{type:1,path:"i"}," data-column-key=",{type:1,path:"column.key"}]}}],fast:!0}],fast:!0},flatten:!0}],fast:!1}}],fast:!1}],fast:!1}}],fast:!1},{type:8,properties:[{key:"tbody",value:{type:9,items:[{type:7,itemVar:"row",indexVar:"rowIndex",iterable:{type:1,path:"rows"},body:{type:9,items:[{type:8,properties:[{key:"tr#row${rowIndex}",value:{type:9,items:[{type:7,itemVar:"cell",indexVar:"cellIndex",iterable:{type:1,path:"row.cells"},body:{type:9,items:[{type:8,properties:[{key:"td",value:{type:1,path:"cell.value"}}],fast:!0}],fast:!0},flatten:!0}],fast:!1},parsedKey:{type:2,parts:["tr#row",{type:1,path:"rowIndex"}]}}],fast:!1}],fast:!1},flatten:!0}],fast:!1}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1},{type:9,items:[{type:8,properties:[{key:"rtgl-view.empty-state w=f p=xl",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=mu-fg",value:{type:0,value:"No data available"}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-view.table-container ",{type:1,path:"containerAttrString"}]}}],fast:!1}],fast:!1}},yu={componentName:"rtgl-tabs",propsSchema:{type:"object",properties:{items:{type:"array",items:{type:"object",properties:{label:{type:"string"},id:{type:"string"},testId:{type:"string"}}}},selectedTab:{type:"string"}}},events:{"item-click":{type:"object",properties:{id:{type:"string"}}}},methods:{type:"object",properties:{}}},gu={refs:{"tab*":{eventListeners:{click:{handler:"handleClickItem"}}}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-view d=h g=sm bgc=mu p=sm br=lg ${containerAttrString}",value:{type:9,items:[{type:7,itemVar:"item",indexVar:"i",iterable:{type:1,path:"items"},body:{type:9,items:[{type:8,properties:[{key:"rtgl-view#tab${i} data-id=${item.id} cur=pointer bgc=${item.bgColor} bw=xs bc=${item.borderColor} pv=md ph=lg br=lg data-testid=${item.testId}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm c=${item.textColor}",value:{type:1,path:"item.label"},parsedKey:{type:2,parts:["rtgl-text s=sm c=",{type:1,path:"item.textColor"}]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view#tab",{type:1,path:"i"}," data-id=",{type:1,path:"item.id"}," cur=pointer bgc=",{type:1,path:"item.bgColor"}," bw=xs bc=",{type:1,path:"item.borderColor"}," pv=md ph=lg br=lg data-testid=",{type:1,path:"item.testId"}]}}],fast:!0}],fast:!0},flatten:!0}],fast:!1},parsedKey:{type:2,parts:["rtgl-view d=h g=sm bgc=mu p=sm br=lg ",{type:1,path:"containerAttrString"}]}}],fast:!1}],fast:!1}},bu={componentName:"rtgl-tooltip",propsSchema:{type:"object",properties:{open:{type:"boolean"},x:{type:"string"},y:{type:"string"},place:{type:"string"},content:{type:"string"}}},events:[],methods:{type:"object",properties:{}}},vu={template:{type:9,items:[{type:8,properties:[{key:"rtgl-popover#popover ?open=${open} x=${x} y=${y} place=${place} no-overlay",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view slot=content bc=bo br=md p=sm ah=c av=c",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text ta=c s=sm c=fg",value:{type:1,path:"content"}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-popover#popover ?open=",{type:1,path:"open"}," x=",{type:1,path:"x"}," y=",{type:1,path:"y"}," place=",{type:1,path:"place"}," no-overlay"]}}],fast:!0}],fast:!0},refs:{}},wu={componentName:"rtgl-waveform",propsSchema:{type:"object",properties:{w:{type:"string",description:"Width of the waveform visualizer",default:"250"},h:{type:"string",description:"Height of the waveform visualizer",default:"150"},cur:{type:"string",description:"cursor"},waveformData:{type:"object",description:"File ID of the waveform data in object storage"},isLoading:{type:"boolean",description:"Whether the waveform data is currently being loaded"}}},events:[],methods:{type:"object",properties:{}}},_u={refs:{canvas:{selector:"canvas"}},template:{type:9,items:[{type:8,properties:[{key:"rtgl-view pos=rel w=${w} h=${h} cur=${cur}",value:{type:9,items:[{type:8,properties:[{key:"$if isLoading",value:{type:6,conditions:[{type:1,path:"isLoading"},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view w=f h=f av=c ah=c",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text c=mu-fg",value:{type:0,value:"..."}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:'canvas#canvas style="width:100%; height:100%;"',value:{type:0,value:null}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1},parsedKey:{type:2,parts:["rtgl-view pos=rel w=",{type:1,path:"w"}," h=",{type:1,path:"h"}," cur=",{type:1,path:"cur"}]}}],fast:!1}],fast:!1}},x={};x.components={};x.components.accordionItem={};x.components.accordionItem.handlers=yn;x.components.accordionItem.schema=Kh;x.components.accordionItem.store=xn;x.components.accordionItem.view=Uh;x.components.breadcrumb={};x.components.breadcrumb.handlers=An;x.components.breadcrumb.schema=Hh;x.components.breadcrumb.store=Nn;x.components.breadcrumb.view=qh;x.components.card={};x.components.card.schema=Gh;x.components.card.store=Bn;x.components.card.view=Jh;x.components.dropdownMenu={};x.components.dropdownMenu.handlers=Fn;x.components.dropdownMenu.schema=Yh;x.components.dropdownMenu.store=Hn;x.components.dropdownMenu.view=Zh;x.components.form={};x.components.form.handlers=uo;x.components.form.methods=So;x.components.form.schema=Xh;x.components.form.store=to;x.components.form.view=Qh;x.components.globalUi={};x.components.globalUi.handlers=Bo;x.components.globalUi.schema=eu;x.components.globalUi.store=Xo;x.components.globalUi.view=tu;x.components.navbar={};x.components.navbar.handlers=el;x.components.navbar.schema=ru;x.components.navbar.store=ll;x.components.navbar.view=iu;x.components.pageOutline={};x.components.pageOutline.handlers=cl;x.components.pageOutline.schema=su;x.components.pageOutline.store=vl;x.components.pageOutline.view=nu;x.components.popoverInput={};x.components.popoverInput.handlers=$l;x.components.popoverInput.schema=au;x.components.popoverInput.store=Vl;x.components.popoverInput.view=ou;x.components.select={};x.components.select.handlers=ql;x.components.select.schema=lu;x.components.select.store=lp;x.components.select.view=pu;x.components.sidebar={};x.components.sidebar.handlers=cp;x.components.sidebar.schema=du;x.components.sidebar.store=xp;x.components.sidebar.view=cu;x.components.sliderInput={};x.components.sliderInput.handlers=$p;x.components.sliderInput.schema=hu;x.components.sliderInput.store=Tp;x.components.sliderInput.view=uu;x.components.table={};x.components.table.handlers=Vp;x.components.table.schema=fu;x.components.table.store=Up;x.components.table.view=mu;x.components.tabs={};x.components.tabs.handlers=qp;x.components.tabs.schema=yu;x.components.tabs.store=Xp;x.components.tabs.view=gu;x.components.tooltip={};x.components.tooltip.handlers=Qp;x.components.tooltip.schema=bu;x.components.tooltip.store=rd;x.components.tooltip.view=vu;x.components.waveform={};x.components.waveform.handlers=nd;x.components.waveform.schema=wu;x.components.waveform.store=pd;x.components.waveform.view=_u;Object.keys(x).forEach(e=>{Object.keys(x[e]).forEach(t=>{let r=x[e][t],i=Dh({...r},Mh[e]),s=r.schema?.componentName;if(!s)throw new Error(`[Build] Missing schema.componentName for ${e}/${t}. Define it in .schema.yaml.`);customElements.define(s,i)})});customElements.define("rtgl-button",Nr({}));customElements.define("rtgl-carousel",Br({}));customElements.define("rtgl-grid",Dr({}));customElements.define("rtgl-view",Fr({}));customElements.define("rtgl-text",Mr({}));customElements.define("rtgl-image",Hr({}));customElements.define("rtgl-tag",Gr({}));customElements.define("rtgl-svg",Yr({}));customElements.define("rtgl-input",ye({}));customElements.define("rtgl-input-date",Zr({}));customElements.define("rtgl-input-time",Xr({}));customElements.define("rtgl-input-datetime",Qr({}));customElements.define("rtgl-input-number",ei({}));customElements.define("rtgl-textarea",ti({}));customElements.define("rtgl-color-picker",ri({}));customElements.define("rtgl-slider",ii({}));customElements.define("rtgl-checkbox",si({}));customElements.define("rtgl-dialog",ni({}));customElements.define("rtgl-popover",ai({}));})();
|
package/package.json
CHANGED
|
@@ -491,9 +491,7 @@ export const selectViewData = ({ state, props }) => {
|
|
|
491
491
|
const flatFields = flattenFields(fields);
|
|
492
492
|
|
|
493
493
|
// Enrich each field with computed properties
|
|
494
|
-
flatFields.forEach((field
|
|
495
|
-
field._arrIdx = arrIdx;
|
|
496
|
-
|
|
494
|
+
flatFields.forEach((field) => {
|
|
497
495
|
if (field._isSection) return;
|
|
498
496
|
|
|
499
497
|
const isData = isDataField(field);
|
|
@@ -67,7 +67,7 @@ template:
|
|
|
67
67
|
- $if field.type == "input-textarea":
|
|
68
68
|
- rtgl-textarea#field${field._idx} data-field-name=${field.name} w=f rows=${field.rows} placeholder=${field.placeholder} ?disabled=${field._disabled}: null
|
|
69
69
|
- $if field.type == "select":
|
|
70
|
-
- rtgl-select#field${field._idx} data-field-name=${field.name} w=f :options=${
|
|
70
|
+
- rtgl-select#field${field._idx} data-field-name=${field.name} w=f :options=${field.options} ?no-clear=${field.noClear} :selectedValue=${field._selectedValue} :placeholder=${field.placeholder} ?disabled=${field._disabled}: null
|
|
71
71
|
- $if field.type == "color-picker":
|
|
72
72
|
- rtgl-color-picker#field${field._idx} data-field-name=${field.name} ?disabled=${field._disabled}: null
|
|
73
73
|
- $if field.type == "slider":
|