@rettangoli/ui 1.0.24 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/rettangoli-iife-layout.min.js +14 -5
- package/dist/rettangoli-iife-ui.min.js +40 -31
- package/package.json +1 -1
- package/src/components/dropdownMenu/dropdownMenu.view.yaml +1 -1
- package/src/components/popoverInput/popoverInput.view.yaml +1 -1
- package/src/components/select/select.handlers.js +11 -4
- package/src/components/select/select.store.js +3 -0
- package/src/components/select/select.view.yaml +5 -3
- package/src/components/tooltip/tooltip.store.js +1 -1
- package/src/components/tooltip/tooltip.view.yaml +4 -3
- package/src/primitives/button.js +4 -0
- package/src/primitives/popover.js +10 -5
|
@@ -12,7 +12,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
12
12
|
bottom: 0;
|
|
13
13
|
z-index: 1;
|
|
14
14
|
}
|
|
15
|
-
`,
|
|
15
|
+
`,Pe=({linkElement:e,href:t,newTab:r,rel:i})=>{e.href=t,r?e.target="_blank":e.removeAttribute("target"),i!=null?e.rel=i:r?e.rel="noopener noreferrer":e.removeAttribute("rel")},we=({shadowRoot:e,slotElement:t,linkElement:r,href:i,newTab:s,rel:n})=>{if(t.parentNode!==e&&e.appendChild(t),!i)return r&&r.parentNode===e&&e.removeChild(r),null;let o=r||document.createElement("a");return Pe({linkElement:o,href:i,newTab:s,rel:n}),o.parentNode!==e&&e.appendChild(o),o},It=({shadowRoot:e,childElement:t,linkElement:r,href:i,newTab:s,rel:n})=>{if(!i)return r?(t.parentNode===r&&e.appendChild(t),r.parentNode===e&&e.removeChild(r),null):(t.parentNode!==e&&e.appendChild(t),null);let o=r||document.createElement("a");return Pe({linkElement:o,href:i,newTab:s,rel:n}),t.parentNode!==o&&o.appendChild(t),o.parentNode!==e&&e.appendChild(o),o};var te=["default","sm","md","lg","xl"],W=()=>te.reduce((e,t)=>(e[t]={},e),{}),Dr=["sm","md","lg","xl"],Js=({size:e,attr:t})=>e==="default"?t:`${e}-${t}`,Xs=({size:e,includeDefault:t=!0})=>{if(e==="default")return["default"];let r=Dr.indexOf(e);if(r===-1)return t?["default"]:[];let i=Dr.slice(r);return t&&i.push("default"),i},Ot=({element:e,size:t,attr:r,includeDefault:i=!0})=>{let s=Xs({size:t,includeDefault:i});for(let n of s){let o=Js({size:n,attr:r}),p=e.getAttribute(o);if(p!==null)return p}return null};var Zs=/^([1-9]|1[0-2])fg$/,Qs=/^([1-9]\d*)\/([1-9]\d*)fb$/,Tt=e=>typeof e=="string"&&Zs.test(e),nt=e=>{if(typeof e!="string")return null;let t=e.match(Qs);if(!t)return null;let r=Number(t[1]),i=Number(t[2]);return!Number.isInteger(r)||!Number.isInteger(i)||i<=0||r>i?null:{numerator:r,denominator:i}};function Br({numerator:e,denominator:t,gapVar:r}){return e===t?"100%":e===1?`calc((100% - ((${t} - 1) * ${r})) / ${t})`:`calc(((100% - ((${t} - 1) * ${r})) * ${e}) / ${t})`}var M=({styleBucket:e,axis:t,dimension:r,fillValue:i,allowFlexGrow:s=!1,flexMinDimension:n="0",lockBounds:o=!0})=>{let p=()=>{!s||t!=="width"||(e["flex-grow"]="0",e["flex-shrink"]="1",e["flex-basis"]="auto")},l=()=>{e[`min-${t}`]="unset",e[`max-${t}`]="unset"};if(r===void 0)return;if(r==="f"){p(),e[t]=i,l();return}if(s&&Tt(r)){e["flex-grow"]=r.slice(0,-2),e["flex-basis"]="0%",e[`min-${t}`]=n,e[`max-${t}`]="unset";return}let a=s?nt(r):null;if(a){e["flex-grow"]="0",e["flex-shrink"]="0",e["flex-basis"]=Br({...a,gapVar:"var(--rtgl-flex-gap, 0px)"}),e[`min-${t}`]=n,e[`max-${t}`]="unset";return}p(),e[t]=r,o&&(e[`min-${t}`]=r,e[`max-${t}`]=r)},ze=({style:e,width:t,fillValue:r="var(--width-stretch)",allowFlexGrow:i=!0,flexMinWidth:s="0"})=>{if(t==="f"){e.width=r,e.flexGrow="",e.flexBasis="",e.minWidth="";return}if(i&&Tt(t)){e.width="",e.flexGrow=t.slice(0,-2),e.flexShrink="",e.flexBasis="0%",e.minWidth=s;return}let n=i?nt(t):null;if(n){e.width="",e.flexGrow="0",e.flexShrink="0",e.flexBasis=Br({...n,gapVar:"var(--rtgl-flex-gap, 0px)"}),e.minWidth=s;return}if(t!=null){e.width=t,e.flexGrow="",e.flexShrink="",e.flexBasis="",e.minWidth="";return}e.width="",e.flexGrow="",e.flexShrink="",e.flexBasis="",e.minWidth=""};var en=e=>`${e}`.trim().replace(/\s*\/\s*/g,"/"),Fe=e=>{if(e==null)return;let t=en(e);if(t.length!==0)return typeof CSS<"u"&&typeof CSS.supports=="function"?CSS.supports("aspect-ratio",t)?t:void 0:t};function T(e,...t){let r="";return e.forEach((i,s)=>{r+=i+(t[s]||"")}),r}var tn=["sm","md","lg","xl"],Pr={mt:"margin-top",mr:"margin-right",mb:"margin-bottom",ml:"margin-left",m:"margin",mh:"margin-left margin-right",mv:"margin-top margin-bottom",pt:"padding-top",pr:"padding-right",pb:"padding-bottom",pl:"padding-left",p:"padding",ph:"padding-left padding-right",pv:"padding-top padding-bottom",g:"gap --rtgl-flex-gap",gv:"row-gap --rtgl-flex-gap",gh:"column-gap --rtgl-flex-gap",bw:"border-width",bwt:"border-top-width",bwr:"border-right-width",bwb:"border-bottom-width",bwl:"border-left-width",bc:"border-color",br:"border-radius",pos:"position",shadow:"box-shadow",cur:"cursor"},ae=Object.keys(Pr),q=e=>e.concat(tn.flatMap(t=>e.map(r=>`${t}-${r}`))),zr={default:void 0,xl:"@media only screen and (max-width: 1280px)",lg:"@media only screen and (max-width: 1024px)",md:"@media only screen and (max-width: 768px)",sm:"@media only screen and (max-width: 640px)"},Y=(e,t={},r=null)=>{let i="";for(let[s,n]of Object.entries(zr)){s!=="default"&&(i+=`${n} {`);for(let[o,p]of Object.entries(e))for(let[l,a]of Object.entries(p)){let c=Pr[o],d=a.startsWith("--")?`var(${a})`:a,u=s==="default"?o:`${s}-${o}`,f=s==="default"?`h-${o}`:`${s}-h-${o}`,h=(m,y=!1)=>{let b=y?`:host([${m}="${l}"]:hover)`:`:host([${m}="${l}"])`;if(r)return r.split(",").map(_=>`${b} ${_.trim()}`).join(", ");let g=t[o];return g?`${b} ${g}`:b};if(c){let y=c.split(" ").map(b=>`${b}: ${d};`).join(" ");i+=`
|
|
16
16
|
${h(u)}{
|
|
17
17
|
${y}
|
|
18
18
|
}
|
|
@@ -26,13 +26,13 @@ var rettangoli=(()=>{var ve=`
|
|
|
26
26
|
${h(f,!0)}{
|
|
27
27
|
${a}
|
|
28
28
|
}
|
|
29
|
-
`}s!=="default"&&(i+="}")}return i};function
|
|
29
|
+
`}s!=="default"&&(i+="}")}return i};function rn(e){if(e===null||e.includes("/"))return!1;let t=String(e);return/[0-9]$/.test(t)}var sn=e=>/%$/.test(e),nn=e=>/^([1-9]|1[0-2])fg$/.test(e),O=e=>{if(e!=null)return nn(e)||sn(e)?e:rn(e)?`${e}px`:Object.keys(L).includes(e)?`var(${L[e]})`:e},L={xs:"--spacing-xs",sm:"--spacing-sm",md:"--spacing-md",lg:"--spacing-lg",xl:"--spacing-xl"};function G(e,t=":host"){let r="",i=["default","xl","lg","md","sm"];for(let s of i){let n=zr[s];if(!e[s]||Object.keys(e[s]).length===0)continue;s!=="default"&&(r+=`${n} {
|
|
30
30
|
`);let o="";for(let[p,l]of Object.entries(e[s]))l!=null&&(o+=`${p}: ${l} !important;
|
|
31
31
|
`);r+=`${t} {
|
|
32
32
|
${o.trim()}
|
|
33
33
|
}
|
|
34
34
|
`,s!=="default"&&(r+=`}
|
|
35
|
-
`)}return r}var
|
|
35
|
+
`)}return r}var on={mt:L,mr:L,mb:L,ml:L,m:L,mh:L,mv:L,s:{sm:`
|
|
36
36
|
height: 28px;
|
|
37
37
|
padding-left: 12px;
|
|
38
38
|
padding-right: 12px;
|
|
@@ -81,7 +81,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
81
81
|
`,lk:`
|
|
82
82
|
background-color: transparent;
|
|
83
83
|
color: var(--foreground);
|
|
84
|
-
`}},Fr=Y(
|
|
84
|
+
`}},Fr=Y(on,{},".surface");var an=[{prefix:"sm",maxWidth:640},{prefix:"md",maxWidth:768},{prefix:"lg",maxWidth:1024},{prefix:"xl",maxWidth:1280}],Lt=class e extends HTMLElement{static styleSheet=null;static initializeStyleSheet(){e.styleSheet||(e.styleSheet=new CSSStyleSheet,e.styleSheet.replaceSync(T`
|
|
85
85
|
:host {
|
|
86
86
|
display: inline-flex;
|
|
87
87
|
}
|
|
@@ -214,6 +214,10 @@ var rettangoli=(()=>{var ve=`
|
|
|
214
214
|
background-color: var(--accent);
|
|
215
215
|
}
|
|
216
216
|
|
|
217
|
+
:host([v="ol"]) .surface:active {
|
|
218
|
+
background-color: var(--accent);
|
|
219
|
+
}
|
|
220
|
+
|
|
217
221
|
:host([v="gh"]) .surface:hover {
|
|
218
222
|
background-color: var(--accent);
|
|
219
223
|
}
|
|
@@ -249,7 +253,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
249
253
|
}
|
|
250
254
|
|
|
251
255
|
${Fr}
|
|
252
|
-
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._containerElement=null,this._surfaceElement=document.createElement("button"),this._slotElement=document.createElement("slot"),this._prefixIcon=null,this._suffixIcon=null,this._surfaceElement.className="surface",this._surfaceElement.appendChild(this._slotElement),this._onWindowResize=this._onWindowResize.bind(this)}static get observedAttributes(){return["key","href","new-tab","rel","w","pre","suf","disabled","v","s","sq","sm-s","md-s","lg-s","xl-s"]}connectedCallback(){window.addEventListener("resize",this._onWindowResize),this._updateButton()}disconnectedCallback(){window.removeEventListener("resize",this._onWindowResize)}attributeChangedCallback(t,r,i){this._updateButton()}_onWindowResize(){(this.hasAttribute("sm-s")||this.hasAttribute("md-s")||this.hasAttribute("lg-s")||this.hasAttribute("xl-s"))&&this._updateIcon()}_resolveResponsiveSizeToken(){let t=window.innerWidth;for(let{prefix:r,maxWidth:i}of
|
|
256
|
+
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._containerElement=null,this._surfaceElement=document.createElement("button"),this._slotElement=document.createElement("slot"),this._prefixIcon=null,this._suffixIcon=null,this._surfaceElement.className="surface",this._surfaceElement.appendChild(this._slotElement),this._onWindowResize=this._onWindowResize.bind(this)}static get observedAttributes(){return["key","href","new-tab","rel","w","pre","suf","disabled","v","s","sq","sm-s","md-s","lg-s","xl-s"]}connectedCallback(){window.addEventListener("resize",this._onWindowResize),this._updateButton()}disconnectedCallback(){window.removeEventListener("resize",this._onWindowResize)}attributeChangedCallback(t,r,i){this._updateButton()}_onWindowResize(){(this.hasAttribute("sm-s")||this.hasAttribute("md-s")||this.hasAttribute("lg-s")||this.hasAttribute("xl-s"))&&this._updateIcon()}_resolveResponsiveSizeToken(){let t=window.innerWidth;for(let{prefix:r,maxWidth:i}of an){let s=`${r}-s`;if(t<=i&&this.hasAttribute(s))return this.getAttribute(s)}return this.getAttribute("s")}_updateButton(){this.shadow.innerHTML="";let t=this.hasAttribute("disabled"),r=this.getAttribute("href"),i=this.hasAttribute("new-tab"),s=this.getAttribute("rel"),n=r&&!t,o=n?"a":"button";if(this._surfaceElement.tagName.toLowerCase()!==o){let p=document.createElement(o);p.className="surface",p.appendChild(this._slotElement),this._surfaceElement=p}this._updateIcon(),this.hasAttribute("sq")?(this.style.width="",this.style.minWidth="",this.style.maxWidth="",this._surfaceElement.style.width="",this._surfaceElement.style.minWidth="",this._surfaceElement.style.maxWidth=""):this._updateWidth(),n?(Pe({linkElement:this._surfaceElement,href:r,newTab:i,rel:s}),this._surfaceElement.removeAttribute("disabled")):(this._surfaceElement.removeAttribute("href"),this._surfaceElement.removeAttribute("target"),this._surfaceElement.removeAttribute("rel"),t?this._surfaceElement.setAttribute("disabled",""):this._surfaceElement.removeAttribute("disabled")),this.shadow.appendChild(this._surfaceElement),this._containerElement=this._surfaceElement}_updateIcon(){this._prefixIcon&&(this._prefixIcon.remove(),this._prefixIcon=null),this._suffixIcon&&(this._suffixIcon.remove(),this._suffixIcon=null);let t={sm:14,md:18,lg:22},r=this._resolveResponsiveSizeToken(),i=18;this.hasAttribute("sq")?i={sm:14,lg:22}[r]||18:i=t[r]||18;let s=this.getAttribute("pre");s&&(this._prefixIcon=document.createElement("rtgl-svg"),this._prefixIcon.setAttribute("svg",s),this._prefixIcon.setAttribute("wh",i.toString()),this._prefixIcon.style.color="inherit",this._surfaceElement.insertBefore(this._prefixIcon,this._slotElement));let n=this.getAttribute("suf");n&&(this._suffixIcon=document.createElement("rtgl-svg"),this._suffixIcon.setAttribute("svg",n),this._suffixIcon.setAttribute("wh",i.toString()),this._suffixIcon.style.color="inherit",this._surfaceElement.appendChild(this._suffixIcon))}_updateWidth(){let t=O(this.getAttribute("w"));t==="f"?(this.style.width="var(--width-stretch)",this.style.minWidth="",this.style.maxWidth="",this._surfaceElement.style.width="100%",this._surfaceElement.style.minWidth="",this._surfaceElement.style.maxWidth=""):t!=null?(this.style.width=t,this.style.minWidth=t,this.style.maxWidth=t,this._surfaceElement.style.width="100%",this._surfaceElement.style.minWidth="",this._surfaceElement.style.maxWidth=""):(this.style.width="",this.style.minWidth="",this.style.maxWidth="",this._surfaceElement.style.width="",this._surfaceElement.style.minWidth="",this._surfaceElement.style.maxWidth="")}getBoundingClientRect(){return this._surfaceElement?this._surfaceElement.getBoundingClientRect():super.getBoundingClientRect()}},Wr=({render:e,html:t})=>Lt;var ln=({numerator:e,denominator:t,gapVar:r})=>e===t?"100%":e===1?`calc((100% - ((${t} - 1) * ${r})) / ${t})`:`calc(((100% - ((${t} - 1) * ${r})) * ${e}) / ${t})`,ot=({index:e,maxIndex:t})=>!Number.isFinite(e)||!Number.isFinite(t)||t<0?0:Math.min(Math.max(Math.trunc(e),0),t),Nt=({value:e,defaultValue:t=!1})=>{if(e==null)return t;let r=`${e}`.trim().toLowerCase();return r.length===0?!0:!(r==="false"||r==="0"||r==="no"||r==="off"||r==="none")},Rt=e=>{if(e==null)return"x mandatory";let t=`${e}`.trim().toLowerCase();return t===""||t==="true"||t==="1"||t==="yes"?"x mandatory":t==="false"||t==="0"||t==="no"||t==="off"||t==="none"?"none":"x mandatory"},Mr=({slideLeft:e,slideWidth:t,viewportWidth:r,scrollPaddingInlineStart:i=0,scrollPaddingInlineEnd:s=0,snapAlign:n="center",maxScrollLeft:o=Number.POSITIVE_INFINITY})=>{if(!Number.isFinite(e)||!Number.isFinite(t)||!Number.isFinite(r))return 0;let p=i,l=r-s,a=Math.max(l-p,0),c;n==="start"?c=e-p:n==="end"?c=e+t-l:c=e+t/2-(p+a/2);let d=Number.isFinite(o)?Math.max(o,0):Number.POSITIVE_INFINITY;return Math.min(Math.max(c,0),d)},Kr=({slideWidthCss:e,snapAlign:t="center"})=>`${t??""}`.trim().toLowerCase()!=="center"?"0px":`max(calc((100% - (${e&&`${e}`.trim().length>0?`${e}`.trim():"100%"})) / 2), 0px)`,Ur=({slideWidth:e,gapVar:t="var(--rtgl-carousel-gap, 0px)"})=>{if(e==null||`${e}`.trim()===""||e==="f")return"100%";let r=nt(`${e}`.trim());return r?ln({...r,gapVar:t}):O(`${e}`.trim())??"100%"};var pn=["a","button","input","select","textarea","label","summary","[contenteditable]"].join(", "),Vt=e=>{if(e==null)return null;let t=`${e}`.trim();return t.length>0?t:null},dn=e=>e<.5?2*e*e:1-Math.pow(-2*e+2,2)/2,Hr=e=>{let t="http://www.w3.org/2000/svg",r=document.createElementNS(t,"svg");r.setAttribute("viewBox","0 0 24 24"),r.setAttribute("aria-hidden","true"),r.setAttribute("focusable","false");let i=document.createElementNS(t,"path");return i.setAttribute("d",e==="left"?"M15 18 9 12l6-6":"M9 18l6-6-6-6"),i.setAttribute("fill","none"),i.setAttribute("stroke","currentColor"),i.setAttribute("stroke-width","2"),i.setAttribute("stroke-linecap","round"),i.setAttribute("stroke-linejoin","round"),r.appendChild(i),r},jt=class e extends HTMLElement{static styleSheet=null;static initializeStyleSheet(){e.styleSheet||(e.styleSheet=new CSSStyleSheet,e.styleSheet.replaceSync(T`
|
|
253
257
|
:host {
|
|
254
258
|
display: block;
|
|
255
259
|
width: 100%;
|
|
@@ -444,7 +448,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
444
448
|
border-color: var(--foreground);
|
|
445
449
|
transform: scale(1.2);
|
|
446
450
|
}
|
|
447
|
-
`))}static get observedAttributes(){return["index","sw","sna","g","spi","sbh","snap","nav","pager"]}constructor(){super(),e.initializeStyleSheet(),this._slides=[],this._pagerButtons=[],this._currentIndex=0,this._clickSuppressUntil=0,this._dragState=null,this._scrollFrame=null,this._resizeFrame=null,this._scrollAnimationFrame=null,this._isReflectingIndex=!1,this._slideStyleCache=new WeakMap,this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._rootElement=document.createElement("div"),this._rootElement.id="root",this._viewportShellElement=document.createElement("div"),this._viewportShellElement.id="viewport-shell",this._viewportShellElement.setAttribute("part","viewport-shell"),this._viewportElement=document.createElement("div"),this._viewportElement.id="viewport",this._viewportElement.tabIndex=0,this._viewportElement.setAttribute("part","viewport"),this._slotElement=document.createElement("slot"),this._viewportElement.appendChild(this._slotElement),this._controlsElement=document.createElement("div"),this._controlsElement.id="controls",this._controlsElement.setAttribute("part","controls"),this._controlsElement.hidden=!0,this._prevButton=document.createElement("button"),this._prevButton.id="prev-button",this._prevButton.type="button",this._prevButton.hidden=!0,this._prevButton.append(Hr("left")),this._prevButton.setAttribute("part","nav-button prev-button"),this._prevButton.setAttribute("aria-label","Previous slide"),this._pagerElement=document.createElement("div"),this._pagerElement.id="pager",this._pagerElement.setAttribute("part","pager"),this._pagerElement.hidden=!0,this._nextButton=document.createElement("button"),this._nextButton.id="next-button",this._nextButton.type="button",this._nextButton.hidden=!0,this._nextButton.append(Hr("right")),this._nextButton.setAttribute("part","nav-button next-button"),this._nextButton.setAttribute("aria-label","Next slide"),this._viewportShellElement.append(this._viewportElement,this._prevButton,this._nextButton),this._controlsElement.append(this._pagerElement),this._rootElement.append(this._viewportShellElement,this._controlsElement),this.shadow.append(this._rootElement),this._handleSlotChange=this._handleSlotChange.bind(this),this._handleClickPrev=this._handleClickPrev.bind(this),this._handleClickNext=this._handleClickNext.bind(this),this._handleViewportKeydown=this._handleViewportKeydown.bind(this),this._handleViewportScroll=this._handleViewportScroll.bind(this),this._handleViewportPointerDown=this._handleViewportPointerDown.bind(this),this._handlePointerMove=this._handlePointerMove.bind(this),this._handlePointerUp=this._handlePointerUp.bind(this),this._handleViewportClickCapture=this._handleViewportClickCapture.bind(this),this._resizeObserver=typeof ResizeObserver<"u"?new ResizeObserver(()=>{this._resizeFrame!==null&&cancelAnimationFrame(this._resizeFrame),this._resizeFrame=requestAnimationFrame(()=>{this._resizeFrame=null,!(this._dragState?.dragging||!this._slides.length)&&this.goTo(this._currentIndex,{behavior:"auto"})})}):null}get index(){return this._currentIndex}set index(t){let r=Number(t);this.setAttribute("index",Number.isFinite(r)?`${r}`:"0")}get snap(){return Rt(this.getAttribute("snap"))!=="none"}set snap(t){if(t===!1||`${t}`.trim().toLowerCase()==="false"){this.setAttribute("snap","false");return}this.setAttribute("snap","true")}connectedCallback(){this._slotElement.addEventListener("slotchange",this._handleSlotChange),this._prevButton.addEventListener("click",this._handleClickPrev),this._nextButton.addEventListener("click",this._handleClickNext),this._viewportElement.addEventListener("keydown",this._handleViewportKeydown),this._viewportElement.addEventListener("scroll",this._handleViewportScroll,{passive:!0}),this._viewportElement.addEventListener("pointerdown",this._handleViewportPointerDown),this._viewportElement.addEventListener("click",this._handleViewportClickCapture,!0),this._resizeObserver?.observe(this._viewportElement),this._syncSlides(),this._updateLayoutStyles();let t=this.hasAttribute("index")?Number(this.getAttribute("index")):0;this.goTo(t,{behavior:"auto"})}disconnectedCallback(){this._slotElement.removeEventListener("slotchange",this._handleSlotChange),this._prevButton.removeEventListener("click",this._handleClickPrev),this._nextButton.removeEventListener("click",this._handleClickNext),this._viewportElement.removeEventListener("keydown",this._handleViewportKeydown),this._viewportElement.removeEventListener("scroll",this._handleViewportScroll),this._viewportElement.removeEventListener("pointerdown",this._handleViewportPointerDown),this._viewportElement.removeEventListener("click",this._handleViewportClickCapture,!0),this._removePointerListeners(),this._resizeObserver?.disconnect(),this._scrollFrame!==null&&(cancelAnimationFrame(this._scrollFrame),this._scrollFrame=null),this._resizeFrame!==null&&(cancelAnimationFrame(this._resizeFrame),this._resizeFrame=null),this._cancelScrollAnimation(),this._setDraggingState(!1),this._slides.forEach(t=>{this._restoreSlideStyles(t),t.removeAttribute("data-rtgl-carousel-active")})}attributeChangedCallback(t,r,i){if(r!==i){if(t==="index"){if(this._isReflectingIndex){this._isReflectingIndex=!1;return}this.goTo(Number(i),{behavior:"smooth"});return}if(t==="nav"||t==="pager"){this._updateControls();return}this._updateLayoutStyles()}}next(){this.goTo(this._currentIndex+1)}prev(){this.goTo(this._currentIndex-1)}_showsNavControls(){return Nt({value:this.getAttribute("nav"),defaultValue:!0})}_showsPagerControls(){return Nt({value:this.getAttribute("pager"),defaultValue:!1})}goTo(t,r={}){if(!this._slides.length){this._setCurrentIndex(0,{emit:!1,reflect:!0});return}let i=ot({index:Number(t),maxIndex:this._slides.length-1}),s=this._slides[i],n=r.behavior??"smooth";s&&(this._scrollViewportTo(this._getSlideTargetScrollLeft(s),{behavior:n}),this._setCurrentIndex(i))}_handleSlotChange(){this._syncSlides(),this._updateLayoutStyles(),this.goTo(this._currentIndex,{behavior:"auto"})}_handleClickPrev(){this.prev()}_handleClickNext(){this.next()}_handleViewportKeydown(t){t.key==="ArrowRight"?(t.preventDefault(),this.next()):t.key==="ArrowLeft"&&(t.preventDefault(),this.prev())}_handleViewportScroll(){this._scrollAnimationFrame===null&&(this._dragState?.dragging||this._requestSyncFromScroll())}_handleViewportPointerDown(t){t.pointerType==="mouse"&&(t.button!==0||!this._slides.length||this._eventTargetsInteractiveElement(t)||(this._cancelScrollAnimation(),this._dragState={pointerId:t.pointerId,startX:t.clientX,startScrollLeft:this._viewportElement.scrollLeft,dragging:!1},this._viewportElement.setPointerCapture(t.pointerId),this._viewportElement.addEventListener("pointermove",this._handlePointerMove),this._viewportElement.addEventListener("pointerup",this._handlePointerUp),this._viewportElement.addEventListener("pointercancel",this._handlePointerUp)))}_handlePointerMove(t){if(!this._dragState||t.pointerId!==this._dragState.pointerId)return;let r=t.clientX-this._dragState.startX;!this._dragState.dragging&&Math.abs(r)>6&&(this._dragState.dragging=!0,this._setDraggingState(!0)),this._dragState.dragging&&(t.preventDefault(),this._viewportElement.scrollLeft=this._dragState.startScrollLeft-r)}_handlePointerUp(t){if(!this._dragState||t.pointerId!==this._dragState.pointerId)return;let r=this._dragState.dragging,i=r?this._findNearestSlideIndex():this._currentIndex;this._viewportElement.hasPointerCapture(t.pointerId)&&this._viewportElement.releasePointerCapture(t.pointerId),this._dragState=null,this._setDraggingState(!1),this._removePointerListeners(),r&&(this._clickSuppressUntil=performance.now()+250,this.snap?this.goTo(i,{behavior:"smooth"}):this._requestSyncFromScroll())}_handleViewportClickCapture(t){performance.now()<this._clickSuppressUntil&&(t.preventDefault(),t.stopPropagation())}_removePointerListeners(){this._viewportElement.removeEventListener("pointermove",this._handlePointerMove),this._viewportElement.removeEventListener("pointerup",this._handlePointerUp),this._viewportElement.removeEventListener("pointercancel",this._handlePointerUp)}_eventTargetsInteractiveElement(t){return t.composedPath().some(r=>r instanceof Element&&r.matches(ln))}_requestSyncFromScroll(){this._scrollFrame!==null&&cancelAnimationFrame(this._scrollFrame),this._scrollFrame=requestAnimationFrame(()=>{this._scrollFrame=null;let t=this._findNearestSlideIndex();this._setCurrentIndex(t)})}_findNearestSlideIndex(){if(!this._slides.length)return 0;let t=this._viewportElement.scrollLeft,r=this._currentIndex,i=Number.POSITIVE_INFINITY;return this._slides.forEach((s,n)=>{let o=Math.abs(this._getSlideTargetScrollLeft(s)-t);o<i&&(r=n,i=o)}),r}_syncSlides(){let t=new Set(this._slides),r=this._slotElement.assignedElements({flatten:!0}).filter(i=>!i.hasAttribute("hidden"));t.forEach(i=>{r.includes(i)||(this._restoreSlideStyles(i),i.removeAttribute("data-rtgl-carousel-active"))}),this._slides=r,this._slides.forEach(i=>{this._slideStyleCache.has(i)||this._slideStyleCache.set(i,{flex:i.style.flex,width:i.style.width,minWidth:i.style.minWidth,maxWidth:i.style.maxWidth,boxSizing:i.style.boxSizing,scrollSnapAlign:i.style.scrollSnapAlign,scrollSnapStop:i.style.scrollSnapStop})}),this._buildPager(),this._setCurrentIndex(ot({index:this._currentIndex,maxIndex:this._slides.length-1}),{emit:!1,reflect:!0})}_restoreSlideStyles(t){let r=this._slideStyleCache.get(t);r&&(t.style.flex=r.flex,t.style.width=r.width,t.style.minWidth=r.minWidth,t.style.maxWidth=r.maxWidth,t.style.boxSizing=r.boxSizing,t.style.scrollSnapAlign=r.scrollSnapAlign,t.style.scrollSnapStop=r.scrollSnapStop)}_updateLayoutStyles(){let t=Ur({slideWidth:this.getAttribute("sw")}),r=Vt(this.getAttribute("sna"))??"center",i=Rt(this.getAttribute("snap")),s=O(this.getAttribute("g"))??"var(--spacing-md)",n=O(this.getAttribute("spi"))??"0px",o=Vt(this.getAttribute("sbh"))??"smooth",p=Kr({slideWidthCss:t,snapAlign:r});this.style.setProperty("--rtgl-carousel-slide-width",t),this.style.setProperty("--rtgl-carousel-gap",s),this.style.setProperty("--rtgl-carousel-scroll-snap-type",i),this.style.setProperty("--rtgl-carousel-scroll-padding-inline",n),this.style.setProperty("--rtgl-carousel-edge-padding-inline",p),this.style.setProperty("--rtgl-carousel-scroll-behavior",o),this.style.setProperty("--rtgl-carousel-snap-align",r),this._slides.forEach(l=>{l.style.flex=`0 0 ${t}`,l.style.width=t,l.style.minWidth="0",l.style.maxWidth="unset",l.style.boxSizing="border-box",l.style.scrollSnapAlign=r,l.style.scrollSnapStop="always"})}_setDraggingState(t){if(t){this.setAttribute("dragging",""),this._viewportElement.style.scrollSnapType="none",this._viewportElement.style.scrollBehavior="auto";return}this.removeAttribute("dragging"),this._viewportElement.style.scrollSnapType="",this._viewportElement.style.scrollBehavior=""}_scrollViewportTo(t,r={}){let i=r.behavior??"smooth",s=Math.min(Math.max(t,0),Math.max(this._viewportElement.scrollWidth-this._viewportElement.clientWidth,0));if(i!=="smooth"||Math.abs(s-this._viewportElement.scrollLeft)<1){this._cancelScrollAnimation(),this._viewportElement.scrollLeft=s;return}this._cancelScrollAnimation();let n=this._viewportElement.scrollLeft,o=s-n,p=Math.min(720,Math.max(420,Math.abs(o)*.35)),l=performance.now();this._setAnimatingScrollState(!0);let a=c=>{let d=c-l,u=Math.min(d/p,1),f=pn(u);if(this._viewportElement.scrollLeft=n+o*f,u<1){this._scrollAnimationFrame=requestAnimationFrame(a);return}this._viewportElement.scrollLeft=s,this._scrollAnimationFrame=null,this._setAnimatingScrollState(!1)};this._scrollAnimationFrame=requestAnimationFrame(a)}_cancelScrollAnimation(){this._scrollAnimationFrame!==null&&(cancelAnimationFrame(this._scrollAnimationFrame),this._scrollAnimationFrame=null,this._setAnimatingScrollState(!1))}_buildPager(){this._pagerElement.replaceChildren(),this._pagerButtons=[],this._slides.forEach((t,r)=>{let i=document.createElement("button");i.type="button",i.setAttribute("part","pager-button"),i.setAttribute("aria-label",`Go to slide ${r+1}`),i.setAttribute("title",`Go to slide ${r+1}`),i.addEventListener("click",()=>{this.goTo(r)}),this._pagerElement.appendChild(i),this._pagerButtons.push(i)}),this._updateControls()}_updateControls(){let t=this._slides.length>0,r=this._slides.length>1,i=this._currentIndex<=0,s=this._currentIndex>=this._slides.length-1,n=r&&this._showsNavControls(),o=r&&this._showsPagerControls();this._prevButton.hidden=!n,this._nextButton.hidden=!n,this._pagerElement.hidden=!o,this._controlsElement.hidden=!o,this._prevButton.disabled=!t||i,this._nextButton.disabled=!t||s,this._pagerButtons.forEach((p,l)=>{let a=l===this._currentIndex;p.classList.toggle("is-active",a),p.disabled=a,p.setAttribute("part",a?"pager-button pager-button-active":"pager-button"),a?p.setAttribute("aria-current","true"):p.removeAttribute("aria-current")})}_setCurrentIndex(t,r={}){let i=ot({index:t,maxIndex:this._slides.length-1}),s=r.emit??!0,n=r.reflect??!0,o=this._currentIndex;this._currentIndex=i,this._slides.forEach((p,l)=>{l===i?p.setAttribute("data-rtgl-carousel-active","true"):p.removeAttribute("data-rtgl-carousel-active")}),this._updateControls(),n&&this.getAttribute("index")!==`${i}`&&(this._isReflectingIndex=!0,this.setAttribute("index",`${i}`)),s&&o!==i&&this.dispatchEvent(new CustomEvent("index-change",{detail:{index:i},bubbles:!0}))}_resolveScrollInlinePosition(){let t=Vt(this.getAttribute("sna"))??"center";return t==="start"||t==="end"||t==="center"?t:"center"}_getSlideTargetScrollLeft(t){let r=this._viewportElement.getBoundingClientRect(),i=t.getBoundingClientRect();if(r.width<=0||i.width<=0)return this._viewportElement.scrollLeft;let s=getComputedStyle(this._viewportElement),n=this._viewportElement.scrollLeft,o=i.left-r.left+n;return Mr({slideLeft:o,slideWidth:i.width,viewportWidth:r.width,scrollPaddingInlineStart:this._parsePx(s.scrollPaddingInlineStart),scrollPaddingInlineEnd:this._parsePx(s.scrollPaddingInlineEnd),snapAlign:this._resolveScrollInlinePosition(),maxScrollLeft:this._viewportElement.scrollWidth-this._viewportElement.clientWidth})}_parsePx(t){let r=Number.parseFloat(t);return Number.isFinite(r)?r:0}_setAnimatingScrollState(t){if(t){this._viewportElement.style.scrollSnapType="none",this._viewportElement.style.scrollBehavior="auto";return}this._dragState?.dragging||(this._viewportElement.style.scrollSnapType="",this._viewportElement.style.scrollBehavior="")}},qr=()=>jt;var dn={cur:{alias:"alias","all-scroll":"all-scroll",auto:"auto",cell:"cell","col-resize":"col-resize","context-menu":"context-menu",copy:"copy",crosshair:"crosshair",default:"default","e-resize":"e-resize","ew-resize":"ew-resize",grab:"grab",grabbing:"grabbing",help:"help",move:"move","n-resize":"n-resize","ne-resize":"ne-resize","nesw-resize":"nesw-resize","ns-resize":"ns-resize","nw-resize":"nw-resize","nwse-resize":"nwse-resize","no-drop":"no-drop",none:"none","not-allowed":"not-allowed",pointer:"pointer",progress:"progress","row-resize":"row-resize","s-resize":"s-resize","se-resize":"se-resize","sw-resize":"sw-resize",text:"text",url:"url","w-resize":"w-resize",wait:"wait","zoom-in":"zoom-in","zoom-out":"zoom-out"}},j=Y(dn);var at=T`
|
|
451
|
+
`))}static get observedAttributes(){return["index","sw","sna","g","spi","sbh","snap","nav","pager"]}constructor(){super(),e.initializeStyleSheet(),this._slides=[],this._pagerButtons=[],this._currentIndex=0,this._clickSuppressUntil=0,this._dragState=null,this._scrollFrame=null,this._resizeFrame=null,this._scrollAnimationFrame=null,this._isReflectingIndex=!1,this._slideStyleCache=new WeakMap,this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._rootElement=document.createElement("div"),this._rootElement.id="root",this._viewportShellElement=document.createElement("div"),this._viewportShellElement.id="viewport-shell",this._viewportShellElement.setAttribute("part","viewport-shell"),this._viewportElement=document.createElement("div"),this._viewportElement.id="viewport",this._viewportElement.tabIndex=0,this._viewportElement.setAttribute("part","viewport"),this._slotElement=document.createElement("slot"),this._viewportElement.appendChild(this._slotElement),this._controlsElement=document.createElement("div"),this._controlsElement.id="controls",this._controlsElement.setAttribute("part","controls"),this._controlsElement.hidden=!0,this._prevButton=document.createElement("button"),this._prevButton.id="prev-button",this._prevButton.type="button",this._prevButton.hidden=!0,this._prevButton.append(Hr("left")),this._prevButton.setAttribute("part","nav-button prev-button"),this._prevButton.setAttribute("aria-label","Previous slide"),this._pagerElement=document.createElement("div"),this._pagerElement.id="pager",this._pagerElement.setAttribute("part","pager"),this._pagerElement.hidden=!0,this._nextButton=document.createElement("button"),this._nextButton.id="next-button",this._nextButton.type="button",this._nextButton.hidden=!0,this._nextButton.append(Hr("right")),this._nextButton.setAttribute("part","nav-button next-button"),this._nextButton.setAttribute("aria-label","Next slide"),this._viewportShellElement.append(this._viewportElement,this._prevButton,this._nextButton),this._controlsElement.append(this._pagerElement),this._rootElement.append(this._viewportShellElement,this._controlsElement),this.shadow.append(this._rootElement),this._handleSlotChange=this._handleSlotChange.bind(this),this._handleClickPrev=this._handleClickPrev.bind(this),this._handleClickNext=this._handleClickNext.bind(this),this._handleViewportKeydown=this._handleViewportKeydown.bind(this),this._handleViewportScroll=this._handleViewportScroll.bind(this),this._handleViewportPointerDown=this._handleViewportPointerDown.bind(this),this._handlePointerMove=this._handlePointerMove.bind(this),this._handlePointerUp=this._handlePointerUp.bind(this),this._handleViewportClickCapture=this._handleViewportClickCapture.bind(this),this._resizeObserver=typeof ResizeObserver<"u"?new ResizeObserver(()=>{this._resizeFrame!==null&&cancelAnimationFrame(this._resizeFrame),this._resizeFrame=requestAnimationFrame(()=>{this._resizeFrame=null,!(this._dragState?.dragging||!this._slides.length)&&this.goTo(this._currentIndex,{behavior:"auto"})})}):null}get index(){return this._currentIndex}set index(t){let r=Number(t);this.setAttribute("index",Number.isFinite(r)?`${r}`:"0")}get snap(){return Rt(this.getAttribute("snap"))!=="none"}set snap(t){if(t===!1||`${t}`.trim().toLowerCase()==="false"){this.setAttribute("snap","false");return}this.setAttribute("snap","true")}connectedCallback(){this._slotElement.addEventListener("slotchange",this._handleSlotChange),this._prevButton.addEventListener("click",this._handleClickPrev),this._nextButton.addEventListener("click",this._handleClickNext),this._viewportElement.addEventListener("keydown",this._handleViewportKeydown),this._viewportElement.addEventListener("scroll",this._handleViewportScroll,{passive:!0}),this._viewportElement.addEventListener("pointerdown",this._handleViewportPointerDown),this._viewportElement.addEventListener("click",this._handleViewportClickCapture,!0),this._resizeObserver?.observe(this._viewportElement),this._syncSlides(),this._updateLayoutStyles();let t=this.hasAttribute("index")?Number(this.getAttribute("index")):0;this.goTo(t,{behavior:"auto"})}disconnectedCallback(){this._slotElement.removeEventListener("slotchange",this._handleSlotChange),this._prevButton.removeEventListener("click",this._handleClickPrev),this._nextButton.removeEventListener("click",this._handleClickNext),this._viewportElement.removeEventListener("keydown",this._handleViewportKeydown),this._viewportElement.removeEventListener("scroll",this._handleViewportScroll),this._viewportElement.removeEventListener("pointerdown",this._handleViewportPointerDown),this._viewportElement.removeEventListener("click",this._handleViewportClickCapture,!0),this._removePointerListeners(),this._resizeObserver?.disconnect(),this._scrollFrame!==null&&(cancelAnimationFrame(this._scrollFrame),this._scrollFrame=null),this._resizeFrame!==null&&(cancelAnimationFrame(this._resizeFrame),this._resizeFrame=null),this._cancelScrollAnimation(),this._setDraggingState(!1),this._slides.forEach(t=>{this._restoreSlideStyles(t),t.removeAttribute("data-rtgl-carousel-active")})}attributeChangedCallback(t,r,i){if(r!==i){if(t==="index"){if(this._isReflectingIndex){this._isReflectingIndex=!1;return}this.goTo(Number(i),{behavior:"smooth"});return}if(t==="nav"||t==="pager"){this._updateControls();return}this._updateLayoutStyles()}}next(){this.goTo(this._currentIndex+1)}prev(){this.goTo(this._currentIndex-1)}_showsNavControls(){return Nt({value:this.getAttribute("nav"),defaultValue:!0})}_showsPagerControls(){return Nt({value:this.getAttribute("pager"),defaultValue:!1})}goTo(t,r={}){if(!this._slides.length){this._setCurrentIndex(0,{emit:!1,reflect:!0});return}let i=ot({index:Number(t),maxIndex:this._slides.length-1}),s=this._slides[i],n=r.behavior??"smooth";s&&(this._scrollViewportTo(this._getSlideTargetScrollLeft(s),{behavior:n}),this._setCurrentIndex(i))}_handleSlotChange(){this._syncSlides(),this._updateLayoutStyles(),this.goTo(this._currentIndex,{behavior:"auto"})}_handleClickPrev(){this.prev()}_handleClickNext(){this.next()}_handleViewportKeydown(t){t.key==="ArrowRight"?(t.preventDefault(),this.next()):t.key==="ArrowLeft"&&(t.preventDefault(),this.prev())}_handleViewportScroll(){this._scrollAnimationFrame===null&&(this._dragState?.dragging||this._requestSyncFromScroll())}_handleViewportPointerDown(t){t.pointerType==="mouse"&&(t.button!==0||!this._slides.length||this._eventTargetsInteractiveElement(t)||(this._cancelScrollAnimation(),this._dragState={pointerId:t.pointerId,startX:t.clientX,startScrollLeft:this._viewportElement.scrollLeft,dragging:!1},this._viewportElement.setPointerCapture(t.pointerId),this._viewportElement.addEventListener("pointermove",this._handlePointerMove),this._viewportElement.addEventListener("pointerup",this._handlePointerUp),this._viewportElement.addEventListener("pointercancel",this._handlePointerUp)))}_handlePointerMove(t){if(!this._dragState||t.pointerId!==this._dragState.pointerId)return;let r=t.clientX-this._dragState.startX;!this._dragState.dragging&&Math.abs(r)>6&&(this._dragState.dragging=!0,this._setDraggingState(!0)),this._dragState.dragging&&(t.preventDefault(),this._viewportElement.scrollLeft=this._dragState.startScrollLeft-r)}_handlePointerUp(t){if(!this._dragState||t.pointerId!==this._dragState.pointerId)return;let r=this._dragState.dragging,i=r?this._findNearestSlideIndex():this._currentIndex;this._viewportElement.hasPointerCapture(t.pointerId)&&this._viewportElement.releasePointerCapture(t.pointerId),this._dragState=null,this._setDraggingState(!1),this._removePointerListeners(),r&&(this._clickSuppressUntil=performance.now()+250,this.snap?this.goTo(i,{behavior:"smooth"}):this._requestSyncFromScroll())}_handleViewportClickCapture(t){performance.now()<this._clickSuppressUntil&&(t.preventDefault(),t.stopPropagation())}_removePointerListeners(){this._viewportElement.removeEventListener("pointermove",this._handlePointerMove),this._viewportElement.removeEventListener("pointerup",this._handlePointerUp),this._viewportElement.removeEventListener("pointercancel",this._handlePointerUp)}_eventTargetsInteractiveElement(t){return t.composedPath().some(r=>r instanceof Element&&r.matches(pn))}_requestSyncFromScroll(){this._scrollFrame!==null&&cancelAnimationFrame(this._scrollFrame),this._scrollFrame=requestAnimationFrame(()=>{this._scrollFrame=null;let t=this._findNearestSlideIndex();this._setCurrentIndex(t)})}_findNearestSlideIndex(){if(!this._slides.length)return 0;let t=this._viewportElement.scrollLeft,r=this._currentIndex,i=Number.POSITIVE_INFINITY;return this._slides.forEach((s,n)=>{let o=Math.abs(this._getSlideTargetScrollLeft(s)-t);o<i&&(r=n,i=o)}),r}_syncSlides(){let t=new Set(this._slides),r=this._slotElement.assignedElements({flatten:!0}).filter(i=>!i.hasAttribute("hidden"));t.forEach(i=>{r.includes(i)||(this._restoreSlideStyles(i),i.removeAttribute("data-rtgl-carousel-active"))}),this._slides=r,this._slides.forEach(i=>{this._slideStyleCache.has(i)||this._slideStyleCache.set(i,{flex:i.style.flex,width:i.style.width,minWidth:i.style.minWidth,maxWidth:i.style.maxWidth,boxSizing:i.style.boxSizing,scrollSnapAlign:i.style.scrollSnapAlign,scrollSnapStop:i.style.scrollSnapStop})}),this._buildPager(),this._setCurrentIndex(ot({index:this._currentIndex,maxIndex:this._slides.length-1}),{emit:!1,reflect:!0})}_restoreSlideStyles(t){let r=this._slideStyleCache.get(t);r&&(t.style.flex=r.flex,t.style.width=r.width,t.style.minWidth=r.minWidth,t.style.maxWidth=r.maxWidth,t.style.boxSizing=r.boxSizing,t.style.scrollSnapAlign=r.scrollSnapAlign,t.style.scrollSnapStop=r.scrollSnapStop)}_updateLayoutStyles(){let t=Ur({slideWidth:this.getAttribute("sw")}),r=Vt(this.getAttribute("sna"))??"center",i=Rt(this.getAttribute("snap")),s=O(this.getAttribute("g"))??"var(--spacing-md)",n=O(this.getAttribute("spi"))??"0px",o=Vt(this.getAttribute("sbh"))??"smooth",p=Kr({slideWidthCss:t,snapAlign:r});this.style.setProperty("--rtgl-carousel-slide-width",t),this.style.setProperty("--rtgl-carousel-gap",s),this.style.setProperty("--rtgl-carousel-scroll-snap-type",i),this.style.setProperty("--rtgl-carousel-scroll-padding-inline",n),this.style.setProperty("--rtgl-carousel-edge-padding-inline",p),this.style.setProperty("--rtgl-carousel-scroll-behavior",o),this.style.setProperty("--rtgl-carousel-snap-align",r),this._slides.forEach(l=>{l.style.flex=`0 0 ${t}`,l.style.width=t,l.style.minWidth="0",l.style.maxWidth="unset",l.style.boxSizing="border-box",l.style.scrollSnapAlign=r,l.style.scrollSnapStop="always"})}_setDraggingState(t){if(t){this.setAttribute("dragging",""),this._viewportElement.style.scrollSnapType="none",this._viewportElement.style.scrollBehavior="auto";return}this.removeAttribute("dragging"),this._viewportElement.style.scrollSnapType="",this._viewportElement.style.scrollBehavior=""}_scrollViewportTo(t,r={}){let i=r.behavior??"smooth",s=Math.min(Math.max(t,0),Math.max(this._viewportElement.scrollWidth-this._viewportElement.clientWidth,0));if(i!=="smooth"||Math.abs(s-this._viewportElement.scrollLeft)<1){this._cancelScrollAnimation(),this._viewportElement.scrollLeft=s;return}this._cancelScrollAnimation();let n=this._viewportElement.scrollLeft,o=s-n,p=Math.min(720,Math.max(420,Math.abs(o)*.35)),l=performance.now();this._setAnimatingScrollState(!0);let a=c=>{let d=c-l,u=Math.min(d/p,1),f=dn(u);if(this._viewportElement.scrollLeft=n+o*f,u<1){this._scrollAnimationFrame=requestAnimationFrame(a);return}this._viewportElement.scrollLeft=s,this._scrollAnimationFrame=null,this._setAnimatingScrollState(!1)};this._scrollAnimationFrame=requestAnimationFrame(a)}_cancelScrollAnimation(){this._scrollAnimationFrame!==null&&(cancelAnimationFrame(this._scrollAnimationFrame),this._scrollAnimationFrame=null,this._setAnimatingScrollState(!1))}_buildPager(){this._pagerElement.replaceChildren(),this._pagerButtons=[],this._slides.forEach((t,r)=>{let i=document.createElement("button");i.type="button",i.setAttribute("part","pager-button"),i.setAttribute("aria-label",`Go to slide ${r+1}`),i.setAttribute("title",`Go to slide ${r+1}`),i.addEventListener("click",()=>{this.goTo(r)}),this._pagerElement.appendChild(i),this._pagerButtons.push(i)}),this._updateControls()}_updateControls(){let t=this._slides.length>0,r=this._slides.length>1,i=this._currentIndex<=0,s=this._currentIndex>=this._slides.length-1,n=r&&this._showsNavControls(),o=r&&this._showsPagerControls();this._prevButton.hidden=!n,this._nextButton.hidden=!n,this._pagerElement.hidden=!o,this._controlsElement.hidden=!o,this._prevButton.disabled=!t||i,this._nextButton.disabled=!t||s,this._pagerButtons.forEach((p,l)=>{let a=l===this._currentIndex;p.classList.toggle("is-active",a),p.disabled=a,p.setAttribute("part",a?"pager-button pager-button-active":"pager-button"),a?p.setAttribute("aria-current","true"):p.removeAttribute("aria-current")})}_setCurrentIndex(t,r={}){let i=ot({index:t,maxIndex:this._slides.length-1}),s=r.emit??!0,n=r.reflect??!0,o=this._currentIndex;this._currentIndex=i,this._slides.forEach((p,l)=>{l===i?p.setAttribute("data-rtgl-carousel-active","true"):p.removeAttribute("data-rtgl-carousel-active")}),this._updateControls(),n&&this.getAttribute("index")!==`${i}`&&(this._isReflectingIndex=!0,this.setAttribute("index",`${i}`)),s&&o!==i&&this.dispatchEvent(new CustomEvent("index-change",{detail:{index:i},bubbles:!0}))}_resolveScrollInlinePosition(){let t=Vt(this.getAttribute("sna"))??"center";return t==="start"||t==="end"||t==="center"?t:"center"}_getSlideTargetScrollLeft(t){let r=this._viewportElement.getBoundingClientRect(),i=t.getBoundingClientRect();if(r.width<=0||i.width<=0)return this._viewportElement.scrollLeft;let s=getComputedStyle(this._viewportElement),n=this._viewportElement.scrollLeft,o=i.left-r.left+n;return Mr({slideLeft:o,slideWidth:i.width,viewportWidth:r.width,scrollPaddingInlineStart:this._parsePx(s.scrollPaddingInlineStart),scrollPaddingInlineEnd:this._parsePx(s.scrollPaddingInlineEnd),snapAlign:this._resolveScrollInlinePosition(),maxScrollLeft:this._viewportElement.scrollWidth-this._viewportElement.clientWidth})}_parsePx(t){let r=Number.parseFloat(t);return Number.isFinite(r)?r:0}_setAnimatingScrollState(t){if(t){this._viewportElement.style.scrollSnapType="none",this._viewportElement.style.scrollBehavior="auto";return}this._dragState?.dragging||(this._viewportElement.style.scrollSnapType="",this._viewportElement.style.scrollBehavior="")}},qr=()=>jt;var cn={cur:{alias:"alias","all-scroll":"all-scroll",auto:"auto",cell:"cell","col-resize":"col-resize","context-menu":"context-menu",copy:"copy",crosshair:"crosshair",default:"default","e-resize":"e-resize","ew-resize":"ew-resize",grab:"grab",grabbing:"grabbing",help:"help",move:"move","n-resize":"n-resize","ne-resize":"ne-resize","nesw-resize":"nesw-resize","ns-resize":"ns-resize","nw-resize":"nw-resize","nwse-resize":"nwse-resize","no-drop":"no-drop",none:"none","not-allowed":"not-allowed",pointer:"pointer",progress:"progress","row-resize":"row-resize","s-resize":"s-resize","se-resize":"se-resize","sw-resize":"sw-resize",text:"text",url:"url","w-resize":"w-resize",wait:"wait","zoom-in":"zoom-in","zoom-out":"zoom-out"}},j=Y(cn);var at=T`
|
|
448
452
|
:host([sh]:not([sv])) {
|
|
449
453
|
overflow-x: auto;
|
|
450
454
|
flex-wrap: nowrap;
|
|
@@ -524,7 +528,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
524
528
|
}
|
|
525
529
|
}
|
|
526
530
|
|
|
527
|
-
`;var We={none:"0",xs:"--border-width-xs",sm:"--border-width-sm",md:"--border-width-md",lg:"--border-width-lg",xl:"--border-width-xl"},
|
|
531
|
+
`;var We={none:"0",xs:"--border-width-xs",sm:"--border-width-sm",md:"--border-width-md",lg:"--border-width-lg",xl:"--border-width-xl"},hn={bgc:{pr:`
|
|
528
532
|
background-color: var(--primary);
|
|
529
533
|
`,se:`
|
|
530
534
|
background-color: var(--secondary);
|
|
@@ -564,7 +568,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
564
568
|
left: 0;
|
|
565
569
|
top: 0;
|
|
566
570
|
height: 100%;
|
|
567
|
-
`},shadow:{sm:"--shadow-sm",md:"--shadow-md",lg:"--shadow-lg"},pt:L,pr:L,pb:L,pl:L,p:L,ph:L,pv:L,g:L,gv:L,gh:L,bw:We,bwt:We,bwr:We,bwb:We,bwl:We,bc:{pr:"--primary",se:"--secondary",de:"--destructive",fg:"--foreground",bg:"--background",mu:"--muted",ac:"--accent",bo:"--border",tr:"transparent"},br:{xs:"--border-radius-xs",sm:"--border-radius-sm",md:"--border-radius-md",lg:"--border-radius-lg",xl:"--border-radius-xl",f:"--border-radius-f"}},lt=Y(
|
|
571
|
+
`},shadow:{sm:"--shadow-sm",md:"--shadow-md",lg:"--shadow-lg"},pt:L,pr:L,pb:L,pl:L,p:L,ph:L,pv:L,g:L,gv:L,gh:L,bw:We,bwt:We,bwr:We,bwb:We,bwl:We,bc:{pr:"--primary",se:"--secondary",de:"--destructive",fg:"--foreground",bg:"--background",mu:"--muted",ac:"--accent",bo:"--border",tr:"transparent"},br:{xs:"--border-radius-xs",sm:"--border-radius-sm",md:"--border-radius-md",lg:"--border-radius-lg",xl:"--border-radius-xl",f:"--border-radius-f"}},lt=Y(hn);var un={mt:L,mr:L,mb:L,ml:L,m:L,mh:L,mv:L},F=Y(un);var Ie=T`
|
|
568
572
|
a, a:link, a:visited, a:hover, a:active {
|
|
569
573
|
color: inherit;
|
|
570
574
|
text-decoration: none;
|
|
@@ -574,7 +578,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
574
578
|
margin: 0;
|
|
575
579
|
font: inherit;
|
|
576
580
|
}
|
|
577
|
-
`;var
|
|
581
|
+
`;var fn=e=>{if(e==null)return null;let t=e.trim();return t===""?null:/^[1-9]\d*$/.test(t)?`repeat(${t}, minmax(0, 1fr))`:t},Dt=class e extends HTMLElement{static styleSheet=null;static initializeStyleSheet(){e.styleSheet||(e.styleSheet=new CSSStyleSheet,e.styleSheet.replaceSync(T`
|
|
578
582
|
slot {
|
|
579
583
|
display: contents;
|
|
580
584
|
}
|
|
@@ -594,7 +598,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
594
598
|
${lt}
|
|
595
599
|
${Ie}
|
|
596
600
|
${ve}
|
|
597
|
-
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._styleElement=document.createElement("style"),this._slotElement=document.createElement("slot"),this._linkElement=null,this.shadow.appendChild(this._styleElement),this._updateDOM()}static get observedAttributes(){return["href","new-tab","rel",...q([...ae,"cols","op","wh","w","h","hide","show","sh","sv","z","overflow"])]}_styles=W();_lastStyleString="";_updateDOM(){let t=this.getAttribute("href"),r=this.hasAttribute("new-tab"),i=this.getAttribute("rel");this._linkElement=we({shadowRoot:this.shadow,slotElement:this._slotElement,linkElement:this._linkElement,href:t,newTab:r,rel:i})}connectedCallback(){this.updateStyles()}updateStyles(){this._styles=W(),te.forEach(r=>{let i=f=>`${r==="default"?"":`${r}-`}${f}`,s=this.getAttribute(i("wh")),n=O(s===null?this.getAttribute(i("w")):s),o=O(s===null?this.getAttribute(i("h")):s),p=
|
|
601
|
+
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._styleElement=document.createElement("style"),this._slotElement=document.createElement("slot"),this._linkElement=null,this.shadow.appendChild(this._styleElement),this._updateDOM()}static get observedAttributes(){return["href","new-tab","rel",...q([...ae,"cols","op","wh","w","h","hide","show","sh","sv","z","overflow"])]}_styles=W();_lastStyleString="";_updateDOM(){let t=this.getAttribute("href"),r=this.hasAttribute("new-tab"),i=this.getAttribute("rel");this._linkElement=we({shadowRoot:this.shadow,slotElement:this._slotElement,linkElement:this._linkElement,href:t,newTab:r,rel:i})}connectedCallback(){this.updateStyles()}updateStyles(){this._styles=W(),te.forEach(r=>{let i=f=>`${r==="default"?"":`${r}-`}${f}`,s=this.getAttribute(i("wh")),n=O(s===null?this.getAttribute(i("w")):s),o=O(s===null?this.getAttribute(i("h")):s),p=fn(this.getAttribute(i("cols"))),l=this.getAttribute(i("op")),a=this.getAttribute(i("z"));p!==null&&(this._styles[r]["grid-template-columns"]=p),a!==null&&(this._styles[r]["z-index"]=a),l!==null&&(this._styles[r].opacity=l),M({styleBucket:this._styles[r],axis:"width",dimension:n,fillValue:"var(--width-stretch)",allowFlexGrow:!0}),M({styleBucket:this._styles[r],axis:"height",dimension:o,fillValue:"100%",allowFlexGrow:!0}),this.hasAttribute(i("hide"))&&(this._styles[r].display="none"),this.hasAttribute(i("show"))&&(this._styles[r].display="grid");let c=this.hasAttribute(i("sh")),d=this.hasAttribute(i("sv")),u=this.getAttribute(i("overflow"));c&&d?(this._styles[r].overflow="auto",this._styles[r]["scrollbar-gutter"]="stable"):c?(this._styles[r]["overflow-x"]="auto",this._styles[r]["scrollbar-gutter"]="stable"):d&&(this._styles[r]["overflow-y"]="auto",this._styles[r]["scrollbar-gutter"]="stable"),u==="hidden"&&(this._styles[r].overflow="hidden")});let t=G(this._styles);t!==this._lastStyleString&&(this._styleElement.textContent=t,this._lastStyleString=t)}attributeChangedCallback(t,r,i){if(t==="href"||t==="new-tab"||t==="rel"){this._updateDOM();return}r!==i&&this.updateStyles()}},Yr=({render:e,html:t})=>Dt;var Gr=T`
|
|
598
602
|
|
|
599
603
|
:host([d="h"]) {
|
|
600
604
|
flex-direction: row;
|
|
@@ -665,7 +669,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
665
669
|
justify-content: center;
|
|
666
670
|
}
|
|
667
671
|
}
|
|
668
|
-
`;var pt=e=>{if(e==null)return null;let t=`${e}`.trim();return t.length>0?t:null},
|
|
672
|
+
`;var pt=e=>{if(e==null)return null;let t=`${e}`.trim();return t.length>0?t:null},Bt=class e extends HTMLElement{static styleSheet=null;static initializeStyleSheet(){e.styleSheet||(e.styleSheet=new CSSStyleSheet,e.styleSheet.replaceSync(T`
|
|
669
673
|
slot {
|
|
670
674
|
display: contents;
|
|
671
675
|
}
|
|
@@ -688,7 +692,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
688
692
|
${lt}
|
|
689
693
|
${Ie}
|
|
690
694
|
${ve}
|
|
691
|
-
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._styleElement=document.createElement("style"),this._slotElement=document.createElement("slot"),this._linkElement=null,this.shadow.appendChild(this._styleElement),this._updateDOM()}static get observedAttributes(){return["href","new-tab","rel",...q([...ae,"op","wh","w","h","ar","bgi","bgs","bgp","bgr","hsb","hide","show","sh","sv","z","d","ah","av","wrap","no-wrap","overflow","stretch"])]}_styles=W();_lastStyleString="";_updateDOM(){let t=this.getAttribute("href"),r=this.hasAttribute("new-tab"),i=this.getAttribute("rel");this._linkElement=we({shadowRoot:this.shadow,slotElement:this._slotElement,linkElement:this._linkElement,href:t,newTab:r,rel:i})}connectedCallback(){this.updateStyles()}updateStyles(){this._styles=W(),te.forEach(r=>{let i=z=>`${r==="default"?"":`${r}-`}${z}`,s=this.getAttribute(i("wh")),n=O(s===null?this.getAttribute(i("w")):s),o=O(s===null?this.getAttribute(i("h")):s),p=this.getAttribute(i("op")),l=this.getAttribute(i("z")),a=Fe(this.getAttribute(i("ar"))),c=pt(this.getAttribute(i("bgi"))),d=pt(this.getAttribute(i("bgs"))),u=pt(this.getAttribute(i("bgp"))),f=pt(this.getAttribute(i("bgr")));l!==null&&(this._styles[r]["z-index"]=l),p!==null&&(this._styles[r].opacity=p),a!==void 0&&(this._styles[r]["aspect-ratio"]=a),c!==null&&(this._styles[r]["background-image"]=c),d!==null&&(this._styles[r]["background-size"]=d),u!==null&&(this._styles[r]["background-position"]=u),f!==null&&(this._styles[r]["background-repeat"]=f),M({styleBucket:this._styles[r],axis:"width",dimension:n,fillValue:"var(--width-stretch)",allowFlexGrow:!0}),M({styleBucket:this._styles[r],axis:"height",dimension:o,fillValue:"100%",allowFlexGrow:!0}),this.hasAttribute(i("hide"))&&(this._styles[r].display="none"),this.hasAttribute(i("show"))&&(this._styles[r].display="flex");let h=this.getAttribute(i("d")),m=this.getAttribute(i("ah")),y=this.getAttribute(i("av")),b=Ot({element:this,size:r,attr:"d"});h==="h"?this._styles[r]["flex-direction"]="row":h==="v"?this._styles[r]["flex-direction"]="column":r==="default"&&!h&&["sm","md","lg","xl"].some(
|
|
695
|
+
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._styleElement=document.createElement("style"),this._slotElement=document.createElement("slot"),this._linkElement=null,this.shadow.appendChild(this._styleElement),this._updateDOM()}static get observedAttributes(){return["href","new-tab","rel",...q([...ae,"op","wh","w","h","ar","bgi","bgs","bgp","bgr","hsb","hide","show","sh","sv","z","d","ah","av","wrap","no-wrap","overflow","stretch"])]}_styles=W();_lastStyleString="";_updateDOM(){let t=this.getAttribute("href"),r=this.hasAttribute("new-tab"),i=this.getAttribute("rel");this._linkElement=we({shadowRoot:this.shadow,slotElement:this._slotElement,linkElement:this._linkElement,href:t,newTab:r,rel:i})}connectedCallback(){this.updateStyles()}updateStyles(){this._styles=W(),te.forEach(r=>{let i=z=>`${r==="default"?"":`${r}-`}${z}`,s=this.getAttribute(i("wh")),n=O(s===null?this.getAttribute(i("w")):s),o=O(s===null?this.getAttribute(i("h")):s),p=this.getAttribute(i("op")),l=this.getAttribute(i("z")),a=Fe(this.getAttribute(i("ar"))),c=pt(this.getAttribute(i("bgi"))),d=pt(this.getAttribute(i("bgs"))),u=pt(this.getAttribute(i("bgp"))),f=pt(this.getAttribute(i("bgr")));l!==null&&(this._styles[r]["z-index"]=l),p!==null&&(this._styles[r].opacity=p),a!==void 0&&(this._styles[r]["aspect-ratio"]=a),c!==null&&(this._styles[r]["background-image"]=c),d!==null&&(this._styles[r]["background-size"]=d),u!==null&&(this._styles[r]["background-position"]=u),f!==null&&(this._styles[r]["background-repeat"]=f),M({styleBucket:this._styles[r],axis:"width",dimension:n,fillValue:"var(--width-stretch)",allowFlexGrow:!0}),M({styleBucket:this._styles[r],axis:"height",dimension:o,fillValue:"100%",allowFlexGrow:!0}),this.hasAttribute(i("hide"))&&(this._styles[r].display="none"),this.hasAttribute(i("show"))&&(this._styles[r].display="flex");let h=this.getAttribute(i("d")),m=this.getAttribute(i("ah")),y=this.getAttribute(i("av")),b=Ot({element:this,size:r,attr:"d"});h==="h"?this._styles[r]["flex-direction"]="row":h==="v"?this._styles[r]["flex-direction"]="column":r==="default"&&!h&&["sm","md","lg","xl"].some(P=>this.hasAttribute(`${P}-d`))&&(this._styles[r]["flex-direction"]="column");let g=b==="h",_=b==="v"||!b;g&&(m==="c"?this._styles[r]["justify-content"]="center":m==="e"?this._styles[r]["justify-content"]="flex-end":m==="s"&&(this._styles[r]["justify-content"]="flex-start"),y==="c"?(this._styles[r]["align-items"]="center",this._styles[r]["align-content"]="center"):y==="e"?(this._styles[r]["align-items"]="flex-end",this._styles[r]["align-content"]="flex-end"):y==="s"&&(this._styles[r]["align-items"]="flex-start")),_&&(m!==null||y!==null)&&(m==="c"?this._styles[r]["align-items"]="center":m==="e"?this._styles[r]["align-items"]="flex-end":m==="s"&&(this._styles[r]["align-items"]="flex-start"),y==="c"?this._styles[r]["justify-content"]="center":y==="e"?this._styles[r]["justify-content"]="flex-end":y==="s"&&(this._styles[r]["justify-content"]="flex-start"));let S=this.hasAttribute(i("wrap")),A=this.hasAttribute(i("no-wrap"));S&&(this._styles[r]["flex-wrap"]="wrap"),A&&(this._styles[r]["flex-wrap"]="nowrap"),this.hasAttribute(i("stretch"))&&(this._styles[r]["align-self"]="stretch");let E=this.hasAttribute(i("sh")),C=this.hasAttribute(i("sv")),I=this.hasAttribute(i("hsb")),N=this.getAttribute(i("overflow"));E&&C?(this._styles[r].overflow="auto",this._styles[r]["scrollbar-gutter"]="stable",this._styles[r]["flex-wrap"]="nowrap"):E?(this._styles[r]["overflow-x"]="auto",this._styles[r]["scrollbar-gutter"]="stable",this._styles[r]["flex-wrap"]="nowrap"):C&&(this._styles[r]["overflow-y"]="auto",this._styles[r]["scrollbar-gutter"]="stable",this._styles[r]["flex-wrap"]="nowrap"),N==="hidden"&&(this._styles[r].overflow="hidden",this._styles[r]["flex-wrap"]="nowrap"),I&&(this._styles[r]["-ms-overflow-style"]="none",this._styles[r]["scrollbar-gutter"]="auto",this._styles[r]["scrollbar-width"]="none")});let t=G(this._styles);t!==this._lastStyleString&&(this._styleElement.textContent=t,this._lastStyleString=t)}attributeChangedCallback(t,r,i){if(t==="href"||t==="new-tab"||t==="rel"){this._updateDOM();return}r!==i&&this.updateStyles()}},Jr=({render:e,html:t})=>Bt;var mn={ta:{s:"text-align: start;",c:"text-align: center;",e:"text-align: end;",j:"text-align: justify;"},s:{h1:`
|
|
692
696
|
font-size: var(--h1-font-size);
|
|
693
697
|
font-weight: var(--h1-font-weight);
|
|
694
698
|
line-height: var(--h1-line-height);
|
|
@@ -728,7 +732,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
728
732
|
font-weight: var(--xs-font-weight);
|
|
729
733
|
line-height: var(--xs-line-height);
|
|
730
734
|
letter-spacing: var(--xs-letter-spacing);
|
|
731
|
-
`}},Xr=Y(
|
|
735
|
+
`}},Xr=Y(mn);var yn={c:{pr:"color: var(--primary);",se:"color: var(--secondary);",de:"color: var(--destructive);",fg:"color: var(--foreground);",bg:"color: var(--background);",mu:"color: var(--muted-foreground);",ac:"color: var(--accent);",bo:"color: var(--border);",tr:"color: transparent;","pr-fg":"color: var(--primary-foreground);","se-fg":"color: var(--secondary-foreground);","de-fg":"color: var(--destructive-foreground);","mu-fg":"color: var(--muted-foreground);","ac-fg":"color: var(--accent-foreground);"}},dt=Y(yn);var Pt=class e extends HTMLElement{static styleSheet=null;static initializeStyleSheet(){e.styleSheet||(e.styleSheet=new CSSStyleSheet,e.styleSheet.replaceSync(T`
|
|
732
736
|
:host {
|
|
733
737
|
display: block;
|
|
734
738
|
font-size: var(--md-font-size);
|
|
@@ -752,7 +756,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
752
756
|
${dt}
|
|
753
757
|
${F}
|
|
754
758
|
${j}
|
|
755
|
-
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._slotElement=document.createElement("slot"),this._linkElement=null,this._updateDOM()}static get observedAttributes(){return["key","w","ellipsis","href","new-tab","rel"]}connectedCallback(){this._updateStyling(),this._updateDOM()}attributeChangedCallback(t,r,i){t==="href"||t==="new-tab"||t==="rel"?this._updateDOM():this._updateStyling()}_updateStyling(){let t=O(this.getAttribute("w"));this.hasAttribute("ellipsis")?(this.style.overflow="hidden",this.style.textOverflow="ellipsis",this.style.whiteSpace="nowrap"):(this.style.overflow="",this.style.textOverflow="",this.style.whiteSpace=""),ze({style:this.style,width:t,flexMinWidth:"0"})}_updateDOM(){let t=this.getAttribute("href"),r=this.hasAttribute("new-tab"),i=this.getAttribute("rel");this._linkElement=we({shadowRoot:this.shadow,slotElement:this._slotElement,linkElement:this._linkElement,href:t,newTab:r,rel:i})}},Zr=({render:e,html:t})=>
|
|
759
|
+
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._slotElement=document.createElement("slot"),this._linkElement=null,this._updateDOM()}static get observedAttributes(){return["key","w","ellipsis","href","new-tab","rel"]}connectedCallback(){this._updateStyling(),this._updateDOM()}attributeChangedCallback(t,r,i){t==="href"||t==="new-tab"||t==="rel"?this._updateDOM():this._updateStyling()}_updateStyling(){let t=O(this.getAttribute("w"));this.hasAttribute("ellipsis")?(this.style.overflow="hidden",this.style.textOverflow="ellipsis",this.style.whiteSpace="nowrap"):(this.style.overflow="",this.style.textOverflow="",this.style.whiteSpace=""),ze({style:this.style,width:t,flexMinWidth:"0"})}_updateDOM(){let t=this.getAttribute("href"),r=this.hasAttribute("new-tab"),i=this.getAttribute("rel");this._linkElement=we({shadowRoot:this.shadow,slotElement:this._slotElement,linkElement:this._linkElement,href:t,newTab:r,rel:i})}},Zr=({render:e,html:t})=>Pt;var Me={none:"0",xs:"--border-width-xs",sm:"--border-width-sm",md:"--border-width-md",lg:"--border-width-lg",xl:"--border-width-xl"},gn={bgc:{pr:"background-color: var(--primary);",se:"background-color: var(--secondary);",de:"background-color: var(--destructive);",fg:"background-color: var(--foreground);",bg:"background-color: var(--background);",mu:"background-color: var(--muted);",ac:"background-color: var(--accent);",bo:"background-color: var(--border);"},pos:{rel:"relative",abs:"absolute",fix:"fixed"},shadow:{sm:"--shadow-sm",md:"--shadow-md",lg:"--shadow-lg"},bw:Me,bwt:Me,bwr:Me,bwb:Me,bwl:Me,bc:{pr:"--primary",se:"--secondary",de:"--destructive",fg:"--foreground",bg:"--background",mu:"--muted",ac:"--accent",bo:"--border",tr:"transparent"},br:{xs:"--border-radius-xs",sm:"--border-radius-sm",md:"--border-radius-md",lg:"--border-radius-lg",xl:"--border-radius-xl",f:"--border-radius-f"}},Qr=e=>Y(gn,{},e);var bn={mt:L,mr:L,mb:L,ml:L,m:L,mh:L,mv:L},ei=e=>Y(bn,{},e);var zt=class e extends HTMLElement{static styleSheet=null;static initializeStyleSheet(){e.styleSheet||(e.styleSheet=new CSSStyleSheet,e.styleSheet.replaceSync(T`
|
|
756
760
|
:host {
|
|
757
761
|
display: contents;
|
|
758
762
|
}
|
|
@@ -790,7 +794,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
790
794
|
${Qr("img, a")}
|
|
791
795
|
${ei("img, a")}
|
|
792
796
|
${j}
|
|
793
|
-
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._styleElement=document.createElement("style"),this._imgElement=document.createElement("img"),this._linkElement=null,this.shadow.appendChild(this._styleElement),this._updateDOM()}static get observedAttributes(){return q([...ae,"key","src","alt","href","new-tab","rel","wh","w","h","ar","hide","show","op","z","of"])}_styles=W();_lastStyleString="";_updateDOM(){let t=this.getAttribute("href"),r=this.hasAttribute("new-tab"),i=this.getAttribute("rel");this._linkElement=It({shadowRoot:this.shadow,childElement:this._imgElement,linkElement:this._linkElement,href:t,newTab:r,rel:i})}connectedCallback(){this._updateImageAttributes(),this.updateStyles()}attributeChangedCallback(t,r,i){if(t==="href"||t==="new-tab"||t==="rel"){this._updateDOM();return}if(t==="src"||t==="alt"){this._updateImageAttributes();return}r!==i&&this.updateStyles()}updateStyles(){this._styles=W(),te.forEach(r=>{let i=c=>`${r==="default"?"":`${r}-`}${c}`,s=this.getAttribute(i("wh")),n=O(s===null?this.getAttribute(i("w")):s),o=O(s===null?this.getAttribute(i("h")):s),p=this.getAttribute(i("op")),l=this.getAttribute(i("z")),a=Fe(this.getAttribute(i("ar")));l!==null&&(this._styles[r]["z-index"]=l),p!==null&&(this._styles[r].opacity=p),a!==void 0&&(this._styles[r]["aspect-ratio"]=a),M({styleBucket:this._styles[r],axis:"width",dimension:n,fillValue:"var(--width-stretch)"}),M({styleBucket:this._styles[r],axis:"height",dimension:o,fillValue:"100%"}),this.hasAttribute(i("hide"))&&(this._styles[r].display="none !important"),this.hasAttribute(i("show"))&&(this._styles[r].display="block !important")});let t=G(this._styles,"img, a");t!==this._lastStyleString&&(this._styleElement.textContent=t,this._lastStyleString=t)}_updateImageAttributes(){let t=this.getAttribute("src"),r=this.getAttribute("alt");t!==null?this._imgElement.setAttribute("src",t):this._imgElement.removeAttribute("src"),r!==null?this._imgElement.setAttribute("alt",r):this._imgElement.removeAttribute("alt")}},ti=({render:e,html:t})=>zt;var
|
|
797
|
+
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._styleElement=document.createElement("style"),this._imgElement=document.createElement("img"),this._linkElement=null,this.shadow.appendChild(this._styleElement),this._updateDOM()}static get observedAttributes(){return q([...ae,"key","src","alt","href","new-tab","rel","wh","w","h","ar","hide","show","op","z","of"])}_styles=W();_lastStyleString="";_updateDOM(){let t=this.getAttribute("href"),r=this.hasAttribute("new-tab"),i=this.getAttribute("rel");this._linkElement=It({shadowRoot:this.shadow,childElement:this._imgElement,linkElement:this._linkElement,href:t,newTab:r,rel:i})}connectedCallback(){this._updateImageAttributes(),this.updateStyles()}attributeChangedCallback(t,r,i){if(t==="href"||t==="new-tab"||t==="rel"){this._updateDOM();return}if(t==="src"||t==="alt"){this._updateImageAttributes();return}r!==i&&this.updateStyles()}updateStyles(){this._styles=W(),te.forEach(r=>{let i=c=>`${r==="default"?"":`${r}-`}${c}`,s=this.getAttribute(i("wh")),n=O(s===null?this.getAttribute(i("w")):s),o=O(s===null?this.getAttribute(i("h")):s),p=this.getAttribute(i("op")),l=this.getAttribute(i("z")),a=Fe(this.getAttribute(i("ar")));l!==null&&(this._styles[r]["z-index"]=l),p!==null&&(this._styles[r].opacity=p),a!==void 0&&(this._styles[r]["aspect-ratio"]=a),M({styleBucket:this._styles[r],axis:"width",dimension:n,fillValue:"var(--width-stretch)"}),M({styleBucket:this._styles[r],axis:"height",dimension:o,fillValue:"100%"}),this.hasAttribute(i("hide"))&&(this._styles[r].display="none !important"),this.hasAttribute(i("show"))&&(this._styles[r].display="block !important")});let t=G(this._styles,"img, a");t!==this._lastStyleString&&(this._styleElement.textContent=t,this._lastStyleString=t)}_updateImageAttributes(){let t=this.getAttribute("src"),r=this.getAttribute("alt");t!==null?this._imgElement.setAttribute("src",t):this._imgElement.removeAttribute("src"),r!==null?this._imgElement.setAttribute("alt",r):this._imgElement.removeAttribute("alt")}},ti=({render:e,html:t})=>zt;var vn={s:{sm:`
|
|
794
798
|
height: 20px;
|
|
795
799
|
padding-left: 8px;
|
|
796
800
|
padding-right: 8px;
|
|
@@ -843,7 +847,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
843
847
|
background-color: var(--destructive);
|
|
844
848
|
color: var(--destructive-foreground);
|
|
845
849
|
border-color: transparent;
|
|
846
|
-
`}},ri=Y(
|
|
850
|
+
`}},ri=Y(vn,{},".surface");var Ft=class e extends HTMLElement{static styleSheet=null;static initializeStyleSheet(){e.styleSheet||(e.styleSheet=new CSSStyleSheet,e.styleSheet.replaceSync(T`
|
|
847
851
|
:host {
|
|
848
852
|
display: inline-flex;
|
|
849
853
|
min-width: 0;
|
|
@@ -1070,7 +1074,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
1070
1074
|
${si}
|
|
1071
1075
|
${F}
|
|
1072
1076
|
${j}
|
|
1073
|
-
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet]}static get observedAttributes(){return["key","svg","w","h","wh"]}static get icons(){return e._icons}static addIcon(t,r){e._icons[t]=r}connectedCallback(){this._updateSizing(),this._render()}attributeChangedCallback(t,r,i){this._updateSizing(),this._render()}_updateSizing(){let t=this.getAttribute("wh"),r=O(t===null?this.getAttribute("w"):t),i=O(t===null?this.getAttribute("h"):t);r!=null?this.style.width=r:this.style.width="",i!=null?this.style.height=i:this.style.height=""}_render(){try{let t=this.getAttribute("svg"),r=e._icons[t]||(window.rtglIcons||{})[t];if(r){this.shadow.innerHTML=r;return}}catch(t){console.log("error in rtgl-svg render",t)}this.shadow.innerHTML=""}},ni=({render:e,html:t})=>Wt;var
|
|
1077
|
+
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet]}static get observedAttributes(){return["key","svg","w","h","wh"]}static get icons(){return e._icons}static addIcon(t,r){e._icons[t]=r}connectedCallback(){this._updateSizing(),this._render()}attributeChangedCallback(t,r,i){this._updateSizing(),this._render()}_updateSizing(){let t=this.getAttribute("wh"),r=O(t===null?this.getAttribute("w"):t),i=O(t===null?this.getAttribute("h"):t);r!=null?this.style.width=r:this.style.width="",i!=null?this.style.height=i:this.style.height=""}_render(){try{let t=this.getAttribute("svg"),r=e._icons[t]||(window.rtglIcons||{})[t];if(r){this.shadow.innerHTML=r;return}}catch(t){console.log("error in rtgl-svg render",t)}this.shadow.innerHTML=""}},ni=({render:e,html:t})=>Wt;var wn=["mt","mr","mb","ml","m","mh","mv","cur"],Mt=class e extends HTMLElement{static styleSheet=null;static inputSpecificAttributes=["type","disabled","min","max","step","s"];static initializeStyleSheet(){e.styleSheet||(e.styleSheet=new CSSStyleSheet,e.styleSheet.replaceSync(T`
|
|
1074
1078
|
:host {
|
|
1075
1079
|
display: contents;
|
|
1076
1080
|
}
|
|
@@ -1134,7 +1138,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
1134
1138
|
}
|
|
1135
1139
|
${F}
|
|
1136
1140
|
${j}
|
|
1137
|
-
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._styles=W(),this._lastStyleString="",this._inputElement=document.createElement("input"),this._styleElement=document.createElement("style"),this.shadow.appendChild(this._styleElement),this.shadow.appendChild(this._inputElement),this._inputElement.addEventListener("input",this._onInput),this._inputElement.addEventListener("change",this._onChange)}static get observedAttributes(){return["key","type","placeholder","disabled","value","min","max","step","s",...q([...
|
|
1141
|
+
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._styles=W(),this._lastStyleString="",this._inputElement=document.createElement("input"),this._styleElement=document.createElement("style"),this.shadow.appendChild(this._styleElement),this.shadow.appendChild(this._inputElement),this._inputElement.addEventListener("input",this._onInput),this._inputElement.addEventListener("change",this._onChange)}static get observedAttributes(){return["key","type","placeholder","disabled","value","min","max","step","s",...q([...wn,"wh","w","h","hide","show","op","z"])]}get value(){return this._inputElement.value}set value(t){this._inputElement.value=t}focus(){this._inputElement.focus()}_onInput=()=>{this.dispatchEvent(new CustomEvent("value-input",{detail:{value:this._inputElement.value},bubbles:!0}))};_onChange=()=>{this.dispatchEvent(new CustomEvent("value-change",{detail:{value:this._inputElement.value},bubbles:!0}))};attributeChangedCallback(t,r,i){if(r!==i){if(t==="key"){this._syncValueAttribute();return}if(t==="value"){this._syncValueAttribute();return}if(t==="placeholder"){this._syncPlaceholderAttribute();return}if(e.inputSpecificAttributes.includes(t)){this._updateInputAttributes();return}this.updateStyles()}}updateStyles(){this._styles=W(),te.forEach(r=>{let i=a=>`${r==="default"?"":`${r}-`}${a}`,s=this.getAttribute(i("wh")),n=O(s===null?this.getAttribute(i("w")):s),o=O(s===null?this.getAttribute(i("h")):s),p=this.getAttribute(i("op")),l=this.getAttribute(i("z"));l!==null&&(this._styles[r]["z-index"]=l),p!==null&&(this._styles[r].opacity=p),M({styleBucket:this._styles[r],axis:"width",dimension:n,fillValue:"var(--width-stretch)"}),M({styleBucket:this._styles[r],axis:"height",dimension:o,fillValue:"100%"}),this.hasAttribute(i("hide"))&&(this._styles[r].display="none"),this.hasAttribute(i("show"))&&(this._styles[r].display="block")});let t=G(this._styles,"input");t!==this._lastStyleString&&(this._styleElement.textContent=t,this._lastStyleString=t)}_setOrRemoveInputAttribute(t,r){if(r==null||r==="null"){this._inputElement.removeAttribute(t);return}this._inputElement.setAttribute(t,r)}_syncValueAttribute(){this._inputElement.value=this.getAttribute("value")??""}_syncPlaceholderAttribute(){this._setOrRemoveInputAttribute("placeholder",this.getAttribute("placeholder"))}_updateInputAttributes(){let t=this.getAttribute("type"),i=new Set(["text","password","date","time","datetime-local"]).has(t)?t:"text",s=this.getAttribute("min"),n=this.getAttribute("max"),o=this.getAttribute("step"),p=this.hasAttribute("disabled");this._setOrRemoveInputAttribute("type",i),this._setOrRemoveInputAttribute("min",s),this._setOrRemoveInputAttribute("max",n),this._setOrRemoveInputAttribute("step",o),p?this._inputElement.setAttribute("disabled",""):this._inputElement.removeAttribute("disabled")}connectedCallback(){this._updateInputAttributes(),this._syncValueAttribute(),this._syncPlaceholderAttribute(),this.updateStyles()}},ge=({render:e,html:t})=>Mt;var _n=ge({}),Ke="date",Kt=class extends _n{connectedCallback(){this.getAttribute("type")!==Ke&&super.setAttribute("type",Ke),super.connectedCallback&&super.connectedCallback()}attributeChangedCallback(t,r,i){if(t==="type"&&i!==Ke){this.getAttribute("type")!==Ke&&super.setAttribute("type",Ke);return}super.attributeChangedCallback&&super.attributeChangedCallback(t,r,i)}},oi=({render:e,html:t})=>Kt;var xn=ge({}),Ue="time",Ut=class extends xn{connectedCallback(){this.getAttribute("type")!==Ue&&super.setAttribute("type",Ue),super.connectedCallback&&super.connectedCallback()}attributeChangedCallback(t,r,i){if(t==="type"&&i!==Ue){this.getAttribute("type")!==Ue&&super.setAttribute("type",Ue);return}super.attributeChangedCallback&&super.attributeChangedCallback(t,r,i)}},ai=({render:e,html:t})=>Ut;var Sn=ge({}),He="datetime-local",Ht=class extends Sn{connectedCallback(){this.getAttribute("type")!==He&&super.setAttribute("type",He),super.connectedCallback&&super.connectedCallback()}attributeChangedCallback(t,r,i){if(t==="type"&&i!==He){this.getAttribute("type")!==He&&super.setAttribute("type",He);return}super.attributeChangedCallback&&super.attributeChangedCallback(t,r,i)}},li=({render:e,html:t})=>Ht;var An=["mt","mr","mb","ml","m","mh","mv","cur"],qt=class e extends HTMLElement{static styleSheet=null;static inputSpecificAttributes=["disabled","step","min","max","s"];static initializeStyleSheet(){e.styleSheet||(e.styleSheet=new CSSStyleSheet,e.styleSheet.replaceSync(T`
|
|
1138
1142
|
:host {
|
|
1139
1143
|
display: contents;
|
|
1140
1144
|
}
|
|
@@ -1169,7 +1173,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
1169
1173
|
}
|
|
1170
1174
|
${F}
|
|
1171
1175
|
${j}
|
|
1172
|
-
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._styles=W(),this._lastStyleString="",this._inputElement=document.createElement("input"),this._styleElement=document.createElement("style"),this.shadow.appendChild(this._styleElement),this.shadow.appendChild(this._inputElement),this._inputElement.addEventListener("input",this._onInput),this._inputElement.addEventListener("change",this._onChange)}static get observedAttributes(){return["key","placeholder","disabled","value","step","min","max","s",...q([...
|
|
1176
|
+
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._styles=W(),this._lastStyleString="",this._inputElement=document.createElement("input"),this._styleElement=document.createElement("style"),this.shadow.appendChild(this._styleElement),this.shadow.appendChild(this._inputElement),this._inputElement.addEventListener("input",this._onInput),this._inputElement.addEventListener("change",this._onChange)}static get observedAttributes(){return["key","placeholder","disabled","value","step","min","max","s",...q([...An,"wh","w","h","hide","show","op","z"])]}get value(){return this._inputElement.value}set value(t){this._inputElement.value=t}focus(){this._inputElement.focus()}_emitValueEvent=t=>{let r=this._inputElement.value;if(r.trim()===""){this.dispatchEvent(new CustomEvent(t,{detail:{value:null},bubbles:!0}));return}let i=parseFloat(r);isNaN(i)||(i=this._clampValueToBounds(i),this._inputElement.value=i.toString(),this.dispatchEvent(new CustomEvent(t,{detail:{value:i},bubbles:!0})))};_onInput=()=>{this._emitValueEvent("value-input")};_onChange=()=>{this._emitValueEvent("value-change")};attributeChangedCallback(t,r,i){if(r!==i){if(t==="key"){this._syncValueAttribute();return}if(t==="value"){this._syncValueAttribute();return}if(t==="placeholder"){this._syncPlaceholderAttribute();return}if(e.inputSpecificAttributes.includes(t)){this._updateInputAttributes(),(t==="min"||t==="max")&&this._syncValueAttribute();return}this.updateStyles()}}updateStyles(){this._styles=W(),te.forEach(r=>{let i=a=>`${r==="default"?"":`${r}-`}${a}`,s=this.getAttribute(i("wh")),n=O(s===null?this.getAttribute(i("w")):s),o=O(s===null?this.getAttribute(i("h")):s),p=this.getAttribute(i("op")),l=this.getAttribute(i("z"));l!==null&&(this._styles[r]["z-index"]=l),p!==null&&(this._styles[r].opacity=p),M({styleBucket:this._styles[r],axis:"width",dimension:n,fillValue:"var(--width-stretch)"}),M({styleBucket:this._styles[r],axis:"height",dimension:o,fillValue:"100%"}),this.hasAttribute(i("hide"))&&(this._styles[r].display="none"),this.hasAttribute(i("show"))&&(this._styles[r].display="block")});let t=G(this._styles,"input");t!==this._lastStyleString&&(this._styleElement.textContent=t,this._lastStyleString=t)}_setOrRemoveInputAttribute(t,r){if(r==null||r==="null"){this._inputElement.removeAttribute(t);return}this._inputElement.setAttribute(t,r)}_clampValueToBounds(t){let r=t,i=this.getAttribute("min");if(i!==null){let n=parseFloat(i);isNaN(n)||(r=Math.max(r,n))}let s=this.getAttribute("max");if(s!==null){let n=parseFloat(s);isNaN(n)||(r=Math.min(r,n))}return r}_syncValueAttribute(){let t=this.getAttribute("value");if(t==null||t===""){this._inputElement.value="";return}let r=parseFloat(t);if(isNaN(r)){this._inputElement.value="";return}let i=this._clampValueToBounds(r);this._inputElement.value=i.toString()}_syncPlaceholderAttribute(){this._setOrRemoveInputAttribute("placeholder",this.getAttribute("placeholder"))}_updateInputAttributes(){let t=this.getAttribute("step"),r=this.getAttribute("min"),i=this.getAttribute("max"),s=this.hasAttribute("disabled");this._inputElement.setAttribute("type","number"),this._setOrRemoveInputAttribute("step",t),this._setOrRemoveInputAttribute("min",r),this._setOrRemoveInputAttribute("max",i),s?this._inputElement.setAttribute("disabled",""):this._inputElement.removeAttribute("disabled")}connectedCallback(){this._updateInputAttributes(),this._syncValueAttribute(),this._syncPlaceholderAttribute(),this.updateStyles()}},pi=({render:e,html:t})=>qt;var Yt=class e extends HTMLElement{static styleSheet=null;static initializeStyleSheet(){e.styleSheet||(e.styleSheet=new CSSStyleSheet,e.styleSheet.replaceSync(T`
|
|
1173
1177
|
:host {
|
|
1174
1178
|
display: contents;
|
|
1175
1179
|
}
|
|
@@ -1197,7 +1201,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
1197
1201
|
}
|
|
1198
1202
|
${F}
|
|
1199
1203
|
${j}
|
|
1200
|
-
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._styles={default:{},sm:{},md:{},lg:{},xl:{}},this._lastStyleString="",this._textareaElement=document.createElement("textarea"),this._styleElement=document.createElement("style"),this.shadow.appendChild(this._styleElement),this.shadow.appendChild(this._textareaElement),this._textareaElement.addEventListener("input",this._onInput),this._textareaElement.addEventListener("change",this._onChange)}_onInput=()=>{this.dispatchEvent(new CustomEvent("value-input",{detail:{value:this._textareaElement.value},bubbles:!0}))};_onChange=()=>{this.dispatchEvent(new CustomEvent("value-change",{detail:{value:this._textareaElement.value},bubbles:!0}))};static get observedAttributes(){return["key","placeholder","disabled","value","cols","rows",...q([...ae,"wh","w","h","hide","show","op","z"])]}get value(){return this._textareaElement.value}set value(t){this._textareaElement.value=t}connectedCallback(){this._updateTextareaAttributes()}focus(){this._textareaElement&&this._textareaElement.focus()}select(){this._textareaElement&&this._textareaElement.select()}attributeChangedCallback(t,r,i){if(t==="key"){requestAnimationFrame(()=>{let n=this.getAttribute("value");this._textareaElement.value=n??""});return}if(t==="value"&&requestAnimationFrame(()=>{let n=this.getAttribute("value");this._textareaElement.value=n??""}),t==="placeholder"&&requestAnimationFrame(()=>{let n=this.getAttribute("placeholder");n===void 0||n==="null"?this._textareaElement.removeAttribute("placeholder"):this._textareaElement.setAttribute("placeholder",n??"")}),["cols","rows","disabled"].includes(t)){this._updateTextareaAttributes();return}this._styles={default:{},sm:{},md:{},lg:{},xl:{}},["default","sm","md","lg","xl"].forEach(n=>{let o=u=>`${n==="default"?"":`${n}-`}${u}`,p=this.getAttribute(o("wh")),l=O(p===null?this.getAttribute(o("w")):p),a=O(p===null?this.getAttribute(o("h")):p),c=this.getAttribute(o("op")),d=this.getAttribute(o("z"));d!==null&&(this._styles[n]["z-index"]=d),c!==null&&(this._styles[n].opacity=c),l==="f"?this._styles[n].width="var(--width-stretch)":l!==void 0&&(this._styles[n].width=l,this._styles[n]["min-width"]=l,this._styles[n]["max-width"]=l),a==="f"?this._styles[n].height="100%":a!==void 0&&(this._styles[n].height=a,this._styles[n]["min-height"]=a,this._styles[n]["max-height"]=a),this.hasAttribute(o("hide"))&&(this._styles[n].display="none"),this.hasAttribute(o("show"))&&(this._styles[n].display="block")});let s=G(this._styles,"textarea");s!==this._lastStyleString&&(this._styleElement.textContent=s,this._lastStyleString=s)}_updateTextareaAttributes(){let t=this.getAttribute("cols"),r=this.getAttribute("rows"),i=this.hasAttribute("disabled");t!==null?this._textareaElement.setAttribute("cols",t):this._textareaElement.removeAttribute("cols"),r!==null?this._textareaElement.setAttribute("rows",r):this._textareaElement.removeAttribute("rows"),i?this._textareaElement.setAttribute("disabled",""):this._textareaElement.removeAttribute("disabled")}},di=({render:e,html:t})=>Yt;var
|
|
1204
|
+
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._styles={default:{},sm:{},md:{},lg:{},xl:{}},this._lastStyleString="",this._textareaElement=document.createElement("textarea"),this._styleElement=document.createElement("style"),this.shadow.appendChild(this._styleElement),this.shadow.appendChild(this._textareaElement),this._textareaElement.addEventListener("input",this._onInput),this._textareaElement.addEventListener("change",this._onChange)}_onInput=()=>{this.dispatchEvent(new CustomEvent("value-input",{detail:{value:this._textareaElement.value},bubbles:!0}))};_onChange=()=>{this.dispatchEvent(new CustomEvent("value-change",{detail:{value:this._textareaElement.value},bubbles:!0}))};static get observedAttributes(){return["key","placeholder","disabled","value","cols","rows",...q([...ae,"wh","w","h","hide","show","op","z"])]}get value(){return this._textareaElement.value}set value(t){this._textareaElement.value=t}connectedCallback(){this._updateTextareaAttributes()}focus(){this._textareaElement&&this._textareaElement.focus()}select(){this._textareaElement&&this._textareaElement.select()}attributeChangedCallback(t,r,i){if(t==="key"){requestAnimationFrame(()=>{let n=this.getAttribute("value");this._textareaElement.value=n??""});return}if(t==="value"&&requestAnimationFrame(()=>{let n=this.getAttribute("value");this._textareaElement.value=n??""}),t==="placeholder"&&requestAnimationFrame(()=>{let n=this.getAttribute("placeholder");n===void 0||n==="null"?this._textareaElement.removeAttribute("placeholder"):this._textareaElement.setAttribute("placeholder",n??"")}),["cols","rows","disabled"].includes(t)){this._updateTextareaAttributes();return}this._styles={default:{},sm:{},md:{},lg:{},xl:{}},["default","sm","md","lg","xl"].forEach(n=>{let o=u=>`${n==="default"?"":`${n}-`}${u}`,p=this.getAttribute(o("wh")),l=O(p===null?this.getAttribute(o("w")):p),a=O(p===null?this.getAttribute(o("h")):p),c=this.getAttribute(o("op")),d=this.getAttribute(o("z"));d!==null&&(this._styles[n]["z-index"]=d),c!==null&&(this._styles[n].opacity=c),l==="f"?this._styles[n].width="var(--width-stretch)":l!==void 0&&(this._styles[n].width=l,this._styles[n]["min-width"]=l,this._styles[n]["max-width"]=l),a==="f"?this._styles[n].height="100%":a!==void 0&&(this._styles[n].height=a,this._styles[n]["min-height"]=a,this._styles[n]["max-height"]=a),this.hasAttribute(o("hide"))&&(this._styles[n].display="none"),this.hasAttribute(o("show"))&&(this._styles[n].display="block")});let s=G(this._styles,"textarea");s!==this._lastStyleString&&(this._styleElement.textContent=s,this._lastStyleString=s)}_updateTextareaAttributes(){let t=this.getAttribute("cols"),r=this.getAttribute("rows"),i=this.hasAttribute("disabled");t!==null?this._textareaElement.setAttribute("cols",t):this._textareaElement.removeAttribute("cols"),r!==null?this._textareaElement.setAttribute("rows",r):this._textareaElement.removeAttribute("rows"),i?this._textareaElement.setAttribute("disabled",""):this._textareaElement.removeAttribute("disabled")}},di=({render:e,html:t})=>Yt;var En=["mt","mr","mb","ml","m","mh","mv","cur"],kn=/^#[0-9a-fA-F]{6}$/,Gt=class e extends HTMLElement{static styleSheet=null;static initializeStyleSheet(){e.styleSheet||(e.styleSheet=new CSSStyleSheet,e.styleSheet.replaceSync(T`
|
|
1201
1205
|
:host {
|
|
1202
1206
|
display: contents;
|
|
1203
1207
|
}
|
|
@@ -1220,7 +1224,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
1220
1224
|
}
|
|
1221
1225
|
${F}
|
|
1222
1226
|
${j}
|
|
1223
|
-
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._styles=W(),this._lastStyleString="",this._inputElement=document.createElement("input"),this._inputElement.type="color",this._styleElement=document.createElement("style"),this.shadow.appendChild(this._styleElement),this.shadow.appendChild(this._inputElement),this._inputElement.addEventListener("change",this._onChange),this._inputElement.addEventListener("input",this._onInput)}static get observedAttributes(){return["key","value","disabled",...q([...
|
|
1227
|
+
`))}constructor(){super(),e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._styles=W(),this._lastStyleString="",this._inputElement=document.createElement("input"),this._inputElement.type="color",this._styleElement=document.createElement("style"),this.shadow.appendChild(this._styleElement),this.shadow.appendChild(this._inputElement),this._inputElement.addEventListener("change",this._onChange),this._inputElement.addEventListener("input",this._onInput)}static get observedAttributes(){return["key","value","disabled",...q([...En,"wh","w","h","hide","show","op","z"])]}get value(){return this._inputElement.value}set value(t){this._inputElement.value=t}_onChange=()=>{this.dispatchEvent(new CustomEvent("value-change",{detail:{value:this._inputElement.value},bubbles:!0}))};_onInput=()=>{this.dispatchEvent(new CustomEvent("value-input",{detail:{value:this._inputElement.value},bubbles:!0}))};attributeChangedCallback(t,r,i){if(r!==i){if(t==="key"){this._syncValueAttribute();return}if(["value","disabled"].includes(t)){this._updateInputAttributes();return}this.updateStyles()}}updateStyles(){this._styles=W(),te.forEach(r=>{let i=a=>`${r==="default"?"":`${r}-`}${a}`,s=this.getAttribute(i("wh")),n=O(s===null?this.getAttribute(i("w")):s),o=O(s===null?this.getAttribute(i("h")):s),p=this.getAttribute(i("op")),l=this.getAttribute(i("z"));l!==null&&(this._styles[r]["z-index"]=l),p!==null&&(this._styles[r].opacity=p),M({styleBucket:this._styles[r],axis:"width",dimension:n,fillValue:"var(--width-stretch)"}),M({styleBucket:this._styles[r],axis:"height",dimension:o,fillValue:"100%"}),this.hasAttribute(i("hide"))&&(this._styles[r].display="none"),this.hasAttribute(i("show"))&&(this._styles[r].display="block")});let t=G(this._styles,'input[type="color"]');t!==this._lastStyleString&&(this._styleElement.textContent=t,this._lastStyleString=t)}_syncValueAttribute(){let t=this.getAttribute("value");if(t===null){this._inputElement.value="#000000";return}this._inputElement.value=kn.test(t)?t:"#000000"}_updateInputAttributes(){let t=this.hasAttribute("disabled");this._syncValueAttribute(),t?this._inputElement.setAttribute("disabled",""):this._inputElement.removeAttribute("disabled")}connectedCallback(){this._updateInputAttributes(),this.updateStyles()}},ci=({render:e,html:t})=>Gt;var Jt=class e extends HTMLElement{static styleSheet=null;static initializeStyleSheet(){e.styleSheet||(e.styleSheet=new CSSStyleSheet,e.styleSheet.replaceSync(T`
|
|
1224
1228
|
:host {
|
|
1225
1229
|
display: contents;
|
|
1226
1230
|
}
|
|
@@ -1343,7 +1347,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
1343
1347
|
}
|
|
1344
1348
|
${F}
|
|
1345
1349
|
${j}
|
|
1346
|
-
`))}constructor(){super(),this._isSyncingLabelState=!1,e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._styles={default:{},sm:{},md:{},lg:{},xl:{}},this._lastStyleString="",this._inputElement=document.createElement("input"),this._inputElement.type="checkbox",this._wrapperElement=document.createElement("label"),this._wrapperElement.className="checkbox-wrapper",this._labelElement=document.createElement("span"),this._labelElement.className="checkbox-label",this._labelSlotElement=document.createElement("slot"),this._labelSlotElement.addEventListener("slotchange",()=>{this._updateLabelState()}),this._labelElement.appendChild(this._labelSlotElement),this._styleElement=document.createElement("style"),this.shadow.appendChild(this._styleElement),this._wrapperElement.appendChild(this._inputElement),this._wrapperElement.appendChild(this._labelElement),this.shadow.appendChild(this._wrapperElement),this._inputElement.addEventListener("change",this._onChange)}static get observedAttributes(){return["key","checked","disabled","label",...q([...ae,"wh","w","h","hide","show","op","z"])]}get checked(){return this._inputElement.checked}set checked(t){this._inputElement.checked=!!t}get value(){return this._inputElement.checked}set value(t){this._inputElement.checked=!!t}_onChange=()=>{this.dispatchEvent(new CustomEvent("value-change",{detail:{value:this._inputElement.checked},bubbles:!0}))};attributeChangedCallback(t,r,i){if(t==="key"&&r!==i){requestAnimationFrame(()=>{let n=this.hasAttribute("checked");this._inputElement.checked=n});return}if(t==="checked"){this._inputElement.checked=i!==null;return}if(t==="disabled"){i!==null?this._inputElement.setAttribute("disabled",""):this._inputElement.removeAttribute("disabled");return}if(t==="label"){this._updateLabelState();return}this._styles={default:{},sm:{},md:{},lg:{},xl:{}},["default","sm","md","lg","xl"].forEach(n=>{let o=u=>`${n==="default"?"":`${n}-`}${u}`,p=this.getAttribute(o("wh")),l=O(p===null?this.getAttribute(o("w")):p),a=O(p===null?this.getAttribute(o("h")):p),c=this.getAttribute(o("op")),d=this.getAttribute(o("z"));d!==null&&(this._styles[n]["z-index"]=d),c!==null&&(this._styles[n].opacity=c),l==="f"?this._styles[n].width="var(--width-stretch)":l!==void 0&&(this._styles[n].width=l,this._styles[n]["min-width"]=l,this._styles[n]["max-width"]=l),a==="f"?this._styles[n].height="100%":a!==void 0&&(this._styles[n].height=a,this._styles[n]["min-height"]=a,this._styles[n]["max-height"]=a),this.hasAttribute(o("hide"))&&(this._styles[n].display="none"),this.hasAttribute(o("show"))&&(this._styles[n].display="block")});let s=G(this._styles,'input[type="checkbox"]');s!==this._lastStyleString&&(this._styleElement.textContent=s,this._lastStyleString=s)}connectedCallback(){let t=this.hasAttribute("checked");this._inputElement.checked=t,this.hasAttribute("disabled")&&this._inputElement.setAttribute("disabled",""),this._updateLabelState()}_updateLabelState(){if(!this._isSyncingLabelState){this._isSyncingLabelState=!0;try{let t=this.getAttribute("label"),r=t??"";this._labelSlotElement.textContent!==r&&(this._labelSlotElement.textContent=r);let s=this._labelSlotElement.assignedNodes({flatten:!0}).some(p=>p.nodeType===Node.TEXT_NODE?p.textContent.trim().length>0:p.nodeType===Node.ELEMENT_NODE),n=typeof t=="string"&&t.trim().length>0,o=s||n;o&&!this.hasAttribute("has-label")?this.setAttribute("has-label",""):!o&&this.hasAttribute("has-label")&&this.removeAttribute("has-label")}finally{this._isSyncingLabelState=!1}}}},ui=({render:e,html:t})=>Xt;var Zt=40
|
|
1350
|
+
`))}constructor(){super(),this._isSyncingLabelState=!1,e.initializeStyleSheet(),this.shadow=this.attachShadow({mode:"open"}),this.shadow.adoptedStyleSheets=[e.styleSheet],this._styles={default:{},sm:{},md:{},lg:{},xl:{}},this._lastStyleString="",this._inputElement=document.createElement("input"),this._inputElement.type="checkbox",this._wrapperElement=document.createElement("label"),this._wrapperElement.className="checkbox-wrapper",this._labelElement=document.createElement("span"),this._labelElement.className="checkbox-label",this._labelSlotElement=document.createElement("slot"),this._labelSlotElement.addEventListener("slotchange",()=>{this._updateLabelState()}),this._labelElement.appendChild(this._labelSlotElement),this._styleElement=document.createElement("style"),this.shadow.appendChild(this._styleElement),this._wrapperElement.appendChild(this._inputElement),this._wrapperElement.appendChild(this._labelElement),this.shadow.appendChild(this._wrapperElement),this._inputElement.addEventListener("change",this._onChange)}static get observedAttributes(){return["key","checked","disabled","label",...q([...ae,"wh","w","h","hide","show","op","z"])]}get checked(){return this._inputElement.checked}set checked(t){this._inputElement.checked=!!t}get value(){return this._inputElement.checked}set value(t){this._inputElement.checked=!!t}_onChange=()=>{this.dispatchEvent(new CustomEvent("value-change",{detail:{value:this._inputElement.checked},bubbles:!0}))};attributeChangedCallback(t,r,i){if(t==="key"&&r!==i){requestAnimationFrame(()=>{let n=this.hasAttribute("checked");this._inputElement.checked=n});return}if(t==="checked"){this._inputElement.checked=i!==null;return}if(t==="disabled"){i!==null?this._inputElement.setAttribute("disabled",""):this._inputElement.removeAttribute("disabled");return}if(t==="label"){this._updateLabelState();return}this._styles={default:{},sm:{},md:{},lg:{},xl:{}},["default","sm","md","lg","xl"].forEach(n=>{let o=u=>`${n==="default"?"":`${n}-`}${u}`,p=this.getAttribute(o("wh")),l=O(p===null?this.getAttribute(o("w")):p),a=O(p===null?this.getAttribute(o("h")):p),c=this.getAttribute(o("op")),d=this.getAttribute(o("z"));d!==null&&(this._styles[n]["z-index"]=d),c!==null&&(this._styles[n].opacity=c),l==="f"?this._styles[n].width="var(--width-stretch)":l!==void 0&&(this._styles[n].width=l,this._styles[n]["min-width"]=l,this._styles[n]["max-width"]=l),a==="f"?this._styles[n].height="100%":a!==void 0&&(this._styles[n].height=a,this._styles[n]["min-height"]=a,this._styles[n]["max-height"]=a),this.hasAttribute(o("hide"))&&(this._styles[n].display="none"),this.hasAttribute(o("show"))&&(this._styles[n].display="block")});let s=G(this._styles,'input[type="checkbox"]');s!==this._lastStyleString&&(this._styleElement.textContent=s,this._lastStyleString=s)}connectedCallback(){let t=this.hasAttribute("checked");this._inputElement.checked=t,this.hasAttribute("disabled")&&this._inputElement.setAttribute("disabled",""),this._updateLabelState()}_updateLabelState(){if(!this._isSyncingLabelState){this._isSyncingLabelState=!0;try{let t=this.getAttribute("label"),r=t??"";this._labelSlotElement.textContent!==r&&(this._labelSlotElement.textContent=r);let s=this._labelSlotElement.assignedNodes({flatten:!0}).some(p=>p.nodeType===Node.TEXT_NODE?p.textContent.trim().length>0:p.nodeType===Node.ELEMENT_NODE),n=typeof t=="string"&&t.trim().length>0,o=s||n;o&&!this.hasAttribute("has-label")?this.setAttribute("has-label",""):!o&&this.hasAttribute("has-label")&&this.removeAttribute("has-label")}finally{this._isSyncingLabelState=!1}}}},ui=({render:e,html:t})=>Xt;var Zt=40,$n=6,Qt=class e extends HTMLElement{static styleSheet=null;static initializeStyleSheet(){e.styleSheet||(e.styleSheet=new CSSStyleSheet,e.styleSheet.replaceSync(T`
|
|
1347
1351
|
:host {
|
|
1348
1352
|
display: contents;
|
|
1349
1353
|
}
|
|
@@ -1420,7 +1424,7 @@ var rettangoli=(()=>{var ve=`
|
|
|
1420
1424
|
animation: none;
|
|
1421
1425
|
}
|
|
1422
1426
|
}
|
|
1423
|
-
`))}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._slotElement=null,this._isConnected=!1,this._adaptiveFrameId=null,this._layoutRetryCount=0,this._observedContentElement=null,this._resizeObserver=typeof ResizeObserver<"u"?new ResizeObserver(()=>{this._scheduleAdaptiveCentering()}):null,this._onSlotChange=()=>{this._observeAssignedContent(),this._scheduleAdaptiveCentering({resetRetries:!0})},this._onWindowResize=()=>{this._scheduleAdaptiveCentering({resetRetries:!0})},this._mouseDownInContent=!1,this._dialogElement.addEventListener("mousedown",t=>{this._mouseDownInContent=t.target!==this._dialogElement}),this._dialogElement.addEventListener("click",t=>{t.target===this._dialogElement&&!this._mouseDownInContent&&this._attemptClose(),this._mouseDownInContent=!1}),this._dialogElement.addEventListener("contextmenu",t=>{t.target===this._dialogElement&&!this._mouseDownInContent&&(t.preventDefault(),this._attemptClose()),this._mouseDownInContent=!1}),this._dialogElement.addEventListener("cancel",t=>{t.preventDefault(),this._attemptClose()})}_attemptClose(){this.dispatchEvent(new CustomEvent("close",{detail:{},bubbles:!0}))}static get observedAttributes(){return["open","w","s"]}connectedCallback(){this._updateDialog(),this._isConnected=!0,this.hasAttribute("open")&&this._showModal()}disconnectedCallback(){this._isConnected=!1,this._stopAdaptiveObservers(),this._slotElement&&this._slotElement.removeEventListener("slotchange",this._onSlotChange),this._dialogElement.open&&this._dialogElement.close()}attributeChangedCallback(t,r,i){t==="open"?i!==null&&!this._dialogElement.open&&this._isConnected?this._showModal():i===null&&this._dialogElement.open&&this._hideModal():t==="w"&&this._updateWidth()}_updateDialog(){this._updateWidth()}_updateWidth(){let t=this.getAttribute("w");t?this._dialogElement.style.width=t:this._dialogElement.style.width=""}_showModal(){this._dialogElement.open||(this._slotElement||(this._slotElement=document.createElement("slot"),this._slotElement.setAttribute("name","content"),this._slotElement.addEventListener("slotchange",this._onSlotChange),this._dialogElement.appendChild(this._slotElement)),this._dialogElement.showModal(),this._dialogElement.scrollTop=0,window.addEventListener("resize",this._onWindowResize),this._observeAssignedContent(),this._layoutRetryCount=0,this._applyAdaptiveCentering())}_hideModal(){this._dialogElement.open&&(this._stopAdaptiveObservers(),this._dialogElement.close(),this._slotElement&&(this._slotElement.removeEventListener("slotchange",this._onSlotChange),this._slotElement.style.marginTop="",this._slotElement.style.marginBottom="",this._dialogElement.removeChild(this._slotElement),this._slotElement=null),this._dialogElement.style.height="")}_stopAdaptiveObservers(){this._adaptiveFrameId!==null&&(cancelAnimationFrame(this._adaptiveFrameId),this._adaptiveFrameId=null),this._layoutRetryCount=0,window.removeEventListener("resize",this._onWindowResize),this._resizeObserver&&this._observedContentElement&&this._resizeObserver.unobserve(this._observedContentElement),this._observedContentElement=null}_getAssignedContentElement(){if(!this._slotElement)return null;let t=this._slotElement.assignedElements({flatten:!0});return t.length>0?t[0]:null}_observeAssignedContent(){if(!this._resizeObserver)return;let t=this._getAssignedContentElement();this._observedContentElement!==t&&(this._observedContentElement&&this._resizeObserver.unobserve(this._observedContentElement),this._observedContentElement=t,this._observedContentElement&&this._resizeObserver.observe(this._observedContentElement))}_scheduleAdaptiveCentering({resetRetries:t=!1}={}){!this._slotElement||!this._dialogElement.open||(t&&(this._layoutRetryCount=0),this._adaptiveFrameId!==null&&cancelAnimationFrame(this._adaptiveFrameId),this._adaptiveFrameId=requestAnimationFrame(()=>{this._adaptiveFrameId=requestAnimationFrame(()=>{this._adaptiveFrameId=null,this._applyAdaptiveCentering()})}))}_applyAdaptiveCentering(){if(!this._slotElement||!this._dialogElement.open)return;this._observeAssignedContent();let t=this._getAssignedContentElement(),r=t?Math.round(t.getBoundingClientRect().height):0;if(r<=0){this._layoutRetryCount
|
|
1427
|
+
`))}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._slotElement=null,this._isConnected=!1,this._adaptiveFrameId=null,this._layoutRetryCount=0,this._observedContentElement=null,this._resizeObserver=typeof ResizeObserver<"u"?new ResizeObserver(()=>{this._scheduleAdaptiveCentering()}):null,this._onSlotChange=()=>{this._observeAssignedContent(),this._scheduleAdaptiveCentering({resetRetries:!0})},this._onWindowResize=()=>{this._scheduleAdaptiveCentering({resetRetries:!0})},this._mouseDownInContent=!1,this._dialogElement.addEventListener("mousedown",t=>{this._mouseDownInContent=t.target!==this._dialogElement}),this._dialogElement.addEventListener("click",t=>{t.target===this._dialogElement&&!this._mouseDownInContent&&this._attemptClose(),this._mouseDownInContent=!1}),this._dialogElement.addEventListener("contextmenu",t=>{t.target===this._dialogElement&&!this._mouseDownInContent&&(t.preventDefault(),this._attemptClose()),this._mouseDownInContent=!1}),this._dialogElement.addEventListener("cancel",t=>{t.preventDefault(),this._attemptClose()})}_attemptClose(){this.dispatchEvent(new CustomEvent("close",{detail:{},bubbles:!0}))}static get observedAttributes(){return["open","w","s"]}connectedCallback(){this._updateDialog(),this._isConnected=!0,this.hasAttribute("open")&&this._showModal()}disconnectedCallback(){this._isConnected=!1,this._stopAdaptiveObservers(),this._slotElement&&this._slotElement.removeEventListener("slotchange",this._onSlotChange),this._dialogElement.open&&this._dialogElement.close()}attributeChangedCallback(t,r,i){t==="open"?i!==null&&!this._dialogElement.open&&this._isConnected?this._showModal():i===null&&this._dialogElement.open&&this._hideModal():t==="w"&&this._updateWidth()}_updateDialog(){this._updateWidth()}_updateWidth(){let t=this.getAttribute("w");t?this._dialogElement.style.width=t:this._dialogElement.style.width=""}_showModal(){this._dialogElement.open||(this._slotElement||(this._slotElement=document.createElement("slot"),this._slotElement.setAttribute("name","content"),this._slotElement.addEventListener("slotchange",this._onSlotChange),this._dialogElement.appendChild(this._slotElement)),this._dialogElement.showModal(),this._dialogElement.scrollTop=0,window.addEventListener("resize",this._onWindowResize),this._observeAssignedContent(),this._layoutRetryCount=0,this._applyAdaptiveCentering())}_hideModal(){this._dialogElement.open&&(this._stopAdaptiveObservers(),this._dialogElement.close(),this._slotElement&&(this._slotElement.removeEventListener("slotchange",this._onSlotChange),this._slotElement.style.marginTop="",this._slotElement.style.marginBottom="",this._dialogElement.removeChild(this._slotElement),this._slotElement=null),this._dialogElement.style.height="")}_stopAdaptiveObservers(){this._adaptiveFrameId!==null&&(cancelAnimationFrame(this._adaptiveFrameId),this._adaptiveFrameId=null),this._layoutRetryCount=0,window.removeEventListener("resize",this._onWindowResize),this._resizeObserver&&this._observedContentElement&&this._resizeObserver.unobserve(this._observedContentElement),this._observedContentElement=null}_getAssignedContentElement(){if(!this._slotElement)return null;let t=this._slotElement.assignedElements({flatten:!0});return t.length>0?t[0]:null}_observeAssignedContent(){if(!this._resizeObserver)return;let t=this._getAssignedContentElement();this._observedContentElement!==t&&(this._observedContentElement&&this._resizeObserver.unobserve(this._observedContentElement),this._observedContentElement=t,this._observedContentElement&&this._resizeObserver.observe(this._observedContentElement))}_scheduleAdaptiveCentering({resetRetries:t=!1}={}){!this._slotElement||!this._dialogElement.open||(t&&(this._layoutRetryCount=0),this._adaptiveFrameId!==null&&cancelAnimationFrame(this._adaptiveFrameId),this._adaptiveFrameId=requestAnimationFrame(()=>{this._adaptiveFrameId=requestAnimationFrame(()=>{this._adaptiveFrameId=null,this._applyAdaptiveCentering()})}))}_applyAdaptiveCentering(){if(!this._slotElement||!this._dialogElement.open)return;this._observeAssignedContent();let t=this._getAssignedContentElement(),r=t?Math.round(t.getBoundingClientRect().height):0;if(r<=0){this._layoutRetryCount<$n&&(this._layoutRetryCount+=1,this._scheduleAdaptiveCentering());return}this._layoutRetryCount=0;let i=window.innerHeight;if(r>=i-2*Zt){this._slotElement.style.marginTop=`${Zt}px`,this._slotElement.style.marginBottom=`${Zt}px`,this._dialogElement.style.height="100vh";return}let s=i-r,n=Math.floor(s/2);this._slotElement.style.marginTop=`${n}px`,this._slotElement.style.marginBottom=`${n}px`,this._dialogElement.style.height="auto"}get dialog(){return this._dialogElement}},fi=({render:e,html:t})=>Qt;var er=class e extends HTMLElement{static styleSheet=null;static initializeStyleSheet(){e.styleSheet||(e.styleSheet=new CSSStyleSheet,e.styleSheet.replaceSync(T`
|
|
1424
1428
|
:host {
|
|
1425
1429
|
display: contents;
|
|
1426
1430
|
}
|
|
@@ -1467,15 +1471,20 @@ var rettangoli=(()=>{var ve=`
|
|
|
1467
1471
|
}
|
|
1468
1472
|
|
|
1469
1473
|
slot[name="content"] {
|
|
1474
|
+
display: contents;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
::slotted([slot="content"]) {
|
|
1470
1478
|
display: block;
|
|
1471
|
-
|
|
1479
|
+
box-sizing: border-box;
|
|
1480
|
+
background-color: var(--background);
|
|
1472
1481
|
border: 1px solid var(--border);
|
|
1473
|
-
border-radius: var(--
|
|
1474
|
-
padding: var(--
|
|
1475
|
-
min-width:
|
|
1476
|
-
max-width:
|
|
1482
|
+
border-radius: var(--border-radius-md);
|
|
1483
|
+
padding: var(--spacing-md);
|
|
1484
|
+
min-width: 200px;
|
|
1485
|
+
max-width: 400px;
|
|
1477
1486
|
}
|
|
1478
|
-
`))}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:o}=this._calculatePosition(t,r,s.width,s.height,i);this._popoverContainer.style.left=`${n}px`,this._popoverContainer.style.top=`${o}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 a=8;return p=Math.max(a,Math.min(p,window.innerWidth-i-a)),l=Math.max(a,Math.min(l,window.innerHeight-s-a)),{left:p,top:l}}get popover(){return this._popoverContainer}},mi=({render:e,html:t})=>er;var $n=(e,t)=>{let{store:r,render:i}=e;r.toggleOpen({}),i()},Cn=Object.freeze(Object.defineProperty({__proto__:null,handleClickHeader:$n},Symbol.toStringTag,{value:"Module"})),In=()=>Object.freeze({open:!1}),On=["id","class","style","slot","label","content"],Tn=(e={})=>Object.entries(e).filter(([t])=>!On.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),Ln=({state:e,props:t})=>({label:t.label||"",content:t.content||"",openClass:e.open?"content-wrapper open":"content-wrapper",chevronIcon:e.open?"chevronUp":"chevronDown",containerAttrString:Tn(t)}),Nn=({state:e})=>{e.open=!e.open},Rn=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:In,selectViewData:Ln,toggleOpen:Nn},Symbol.toStringTag,{value:"Module"})),Vn=(e,t)=>{let{dispatchEvent:r,props:i}=e,s=t._event,n=Number(s.currentTarget.dataset.index),o=Array.isArray(i.items)?i.items[n]:void 0;if(o){if(o.disabled||o.current){s.preventDefault();return}typeof o.href=="string"&&o.href.length>0||s.preventDefault(),r(new CustomEvent("item-click",{detail:{id:o.id,path:o.path,href:o.href,item:o,index:n,trigger:s.type}}))}},jn=Object.freeze(Object.defineProperty({__proto__:null,handleClickItem:Vn},Symbol.toStringTag,{value:"Module"})),Dn=()=>Object.freeze({}),Pn=["id","class","style","slot","items","sep","max","separator"],Bn=(e={})=>Object.entries(e).filter(([t])=>!Pn.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),zn=e=>{if(e==null||e==="")return;let t=Number(e);return Number.isNaN(t)?void 0:t},Fn=e=>`${e}`.replace(/"/g,"""),Wn=(e,t)=>{if(!t||t<3||e.length<=t)return e;let r=t-2;return[e[0],{isEllipsis:!0,label:"..."},...e.slice(-r)]},Mn=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,o=!!t.disabled,p=!n&&!o&&(i||s||!!t.click),l=t.rel||(t.newTab?"noopener noreferrer":""),a=[t.newTab?'target="_blank"':"",l?`rel="${Fn(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:o,isInteractive:p,linkExtraAttrs:a,c:n?"fg":"mu-fg"}}),Kn=({props:e})=>{let t=Bn(e),r=Array.isArray(e.items)?e.items:[],i=zn(e.max),s=e.sep||"breadcrumb-arrow",n=Mn(r),o=Wn(n,i),p=[];return o.forEach((l,a)=>{p.push(l),a<o.length-1&&p.push({isSeparator:!0})}),{containerAttrString:t,items:p,sep:s}},Un=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:Dn,selectViewData:Kn},Symbol.toStringTag,{value:"Module"})),Hn=["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"],yi={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"}},qn=(e={})=>Object.entries(e).filter(([t])=>!Hn.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),Yn=()=>Object.freeze({}),Gn=({props:e={}})=>{let t=yi[e.size]?e.size:"md",r=yi[t];return{containerAttrString:qn(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}},Jn=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:Yn,selectViewData:Gn},Symbol.toStringTag,{value:"Module"})),Xn=(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)),o=i.items[n],p=o?.type||"item";if(!o||p!=="item"||o.disabled){s.preventDefault();return}o.href||s.preventDefault(),r(new CustomEvent("item-click",{detail:{index:n,item:o,id:o.id,path:o.path,href:o.href,trigger:s.type}}))},Qn=Object.freeze(Object.defineProperty({__proto__:null,handleClickMenuItem:Zn,handleClosePopover:Xn},Symbol.toStringTag,{value:"Module"})),eo=()=>Object.freeze({}),to=e=>`${e}`.replace(/"/g,"""),ro=e=>e.map((t,r)=>{let i=t.type||"item",s=i==="separator",n=i==="label",o=i==="item",p=!!t.disabled,l=o&&!p,a=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="${to(f)}"`:""].filter(Boolean).join(" ");return{...t,index:r,type:i,isSeparator:s,isLabel:n,isItem:o,isDisabled:p,isInteractive:l,hasHref:u,linkExtraAttrs:h,c:a,bgc:c,hoverBgc:d}}),io=({props:e})=>{let t=Array.isArray(e.items)?e.items:[];return{items:ro(t),open:!!e.open,x:e.x||0,y:e.y||0,w:e.w||"300",h:e.h||"300",place:e.place||"bs"}},so=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:eo,selectViewData:io},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},D={EQ:0,NEQ:1,GT:2,LT:3,GTE:4,LTE:5,AND:6,OR:7,IN:8,ADD:10,SUBTRACT:11},lr={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"}},gi=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}')`)},no=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}')`)}},oo=(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}'`)},ao=(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})`)},lo=(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 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 co(e.parts,t,r,i);switch(e.type){case w.FUNCTION:return Gi(e,t,r,i);case w.BINARY:return Ji(e,t,r,i);case w.UNARY:return Xi(e,t,r,i);case w.CONDITIONAL:return uo(e,t,r,i);case w.LOOP:return bo(e,t,r,i);case w.OBJECT:return wo(e,t,r,i);case w.ARRAY:return _o(e,t,r,i);case w.PARTIAL:return xo(e,t,r,i);case w.PATH_REFERENCE:return So(e,t,r,i);default:throw new Error(`Unknown node type: ${e.type}`)}},bi=new Map,po=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 o=r.trim();if(/^\d+$/.test(o))t.push({type:"index",value:parseInt(o,10)});else if(o.startsWith('"')&&o.endsWith('"')||o.startsWith("'")&&o.endsWith("'")){let p=o.slice(1,-1);t.push({type:"property",value:p})}else t.push({type:"property",value:o});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=bi.get(e);if(!i){let n=[],o="",p=0;for(let l=0;l<e.length;l++){let a=e[l];a==="["?(p++,o+=a):a==="]"?(p--,o+=a):a==="."&&p===0?o&&(n.push(o),o=""):o+=a}o&&n.push(o),i=[];for(let l of n){let a=po(l.trim());i.push(...a)}bi.set(e,i)}let s=t;for(let n=0;n<i.length;n++){let o=i[n];if(o.type==="property"&&o.value in r){s=r[o.value];continue}if(s==null)return;(o.type==="property"||o.type==="index")&&(s=s[o.value])}return s},co=(e,t,r,i)=>{let s=[];for(let n of e)if(typeof n=="string")s.push(n);else{let o=R(n,t,r,i);s.push(o!=null?String(o):"")}return s.join("")},Gi=(e,t,r,i)=>{let s=t.functions||t,n=s[e.name];if(!n)throw ao(e.name,s);let o=e.args.map(p=>R(p,t,r,i));return n(...o)},Ve=(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 Ji(e,t,r,i);case w.UNARY:return Xi(e,t,r,i);case w.FUNCTION:return Gi(e,t,r,i);default:return R(e,t,r,i)}},Ji=(e,t,r,i)=>{if(e.op===D.AND||e.op===D.OR){let o=Ve(e.left,t,r,i),p=Ve(e.right,t,r,i);switch(e.op){case D.AND:return o&&p;case D.OR:return o||p}}let s=R(e.left,t,r,i),n=R(e.right,t,r,i);switch(e.op){case D.EQ:return s==n;case D.NEQ:return s!=n;case D.GT:return s>n;case D.LT:return s<n;case D.GTE:return s>=n;case D.LTE:return s<=n;case D.IN:return Array.isArray(n)?n.includes(s):!1;case D.ADD:if(typeof s!="number"||typeof n!="number")throw new le(`Arithmetic operations require numbers. Got ${typeof s} + ${typeof n}`);return s+n;case D.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}`)}},Xi=(e,t,r,i)=>{let s=e.op===lr.NOT?Ve(e.operand,t,r,i):R(e.operand,t,r,i);switch(e.op){case lr.NOT:return!s;default:throw new Error(`Unknown unary operator: ${e.op}`)}},ho=(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 o={};for(let p of n.properties){let l=p.parsedKey?R(p.parsedKey,t,r,i):p.key,a=p.value;if(a.type===w.LITERAL)o[l]=a.value;else if(a.type===w.VARIABLE)o[l]=K(a.path,r,i);else if(a.type===w.INTERPOLATION){let c=[];for(let d of a.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=R(d,t,r,i);c.push(u!=null?String(u):"")}o[l]=c.join("")}else o[l]=R(a,t,r,i)}return o}}else{let n=e.bodies[1];if(n.type===w.OBJECT&&n.properties.length<=5){let o={};for(let p of n.properties){let l=p.parsedKey?R(p.parsedKey,t,r,i):p.key,a=p.value;if(a.type===w.LITERAL)o[l]=a.value;else if(a.type===w.VARIABLE)o[l]=K(a.path,r,i);else if(a.type===w.INTERPOLATION){let c=[];for(let d of a.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=R(d,t,r,i);c.push(u!=null?String(u):"")}o[l]=c.join("")}else o[l]=R(a,t,r,i)}return o}}}return null},uo=(e,t,r,i)=>{let s=ho(e,t,r,i);if(s!==null)return s;for(let n=0;n<e.conditions.length;n++){let o=e.conditions[n];if(o===null||Ve(o,t,r,i))return R(e.bodies[n],t,r,i)}return Zi},fo=(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 o=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 a=t[l];if(a[o]){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]=a;else if(h.startsWith(i+".")){let m=h.substring(i.length+1);c[u]=a[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(a!=null?String(a):"");else if(b.startsWith(i+".")){let g=b.substring(i.length+1),_=a[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},mo=(e,t)=>{let r=e.body,i=e.itemVar,s=fo(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=[],o=!0;for(let p of r.properties){let l=p.key,a=p.value;if(a.type===w.LITERAL)n.push({key:l,type:"literal",value:a.value});else if(a.type===w.VARIABLE){let c=a.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{o=!1;break}}else{o=!1;break}}else if(a.type===w.INTERPOLATION&&a.parts.length===1){let c=a.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{o=!1;break}}else{o=!1;break}}else{o=!1;break}}else{o=!1;break}}if(o){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 a=t[l];p[l]={id:a.id,title:a.title!=null?String(a.title):"",completed:a.completed}}else for(let l=0;l<t.length;l++){let a=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]=a;else if(d.type==="prop")c[d.key]=a[d.prop];else if(d.type==="item_string")c[d.key]=a!=null?String(a):"";else if(d.type==="prop_string"){let u=a[d.prop];c[d.key]=u!=null?String(u):""}p[l]=c}return p}}return null},yo=(e,t,r,i,s)=>{let n=[],o=e.body;if(o.type===w.OBJECT&&o.fast!==!1){let p=e.itemVar,l=e.indexVar;for(let a=0;a<s.length;a++){let c=s[a],d={},u={...i,[p]:c,...l&&{[l]:a}};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}[${a}]`,...l&&{[l]:a}};for(let h of o.properties){let m=h.parsedKey?R(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]=a;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]:a}})}else d[m]=K(b,r,{...i,[p]:c,...l&&{[l]:a}})}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=a;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]:a}})}else S=K(_,r,{...i,[p]:c,...l&&{[l]:a}});b.push(S!=null?String(S):"")}else{let _={...i,[p]:c,...l&&{[l]:a}},S=R(g,t,r,_);b.push(S!=null?String(S):"")}d[m]=b.join("")}else{let b={...i,[p]:c,...l&&{[l]:a}};d[m]=R(y,t,r,b)}}n.push(d)}return n}return null},go=(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 o=n.properties[0],p=n.properties[1];if(o.key==="id"&&o.value.type===w.VARIABLE&&o.value.path==="item.id"&&p.key==="$if item.highlighted"&&p.value.type===w.CONDITIONAL){let l=[];for(let a=0;a<t.length;a++){let c=t[a];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},bo=(e,t,r,i)=>{let s=R(e.iterable,t,r,i);if(!Array.isArray(s)){let a,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(", ");a=`${e.iterable.name}(${u})`}else a=e.iterable.path||"undefined";let d=`${e.itemVar}${e.indexVar?`, ${e.indexVar}`:""} in ${a}`;throw oo(d,s,c)}if(!e.indexVar){let a=go(e,s,e.itemVar);if(a!==null)return a}if(!e.indexVar){let a=mo(e,s);if(a!==null)return a}let n=yo(e,t,r,i,s);if(n!==null)return n;let o=[],p=e.iterable.path||"";if(i&&i.__paths__&&p){let a=p.split("."),c=a[0];c in i.__paths__&&(p=i.__paths__[c],a.length>1&&(p+="."+a.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(a=>a.type===w.OBJECT&&a.properties.some(c=>c.key.startsWith("$if ")||c.key.startsWith("$when "))));for(let a=0;a<s.length;a++){let c=e.indexVar?{...i,[e.itemVar]:s[a],[e.indexVar]:a}:{...i,[e.itemVar]:s[a]};c.__paths__||(c.__paths__=i.__paths__||{}),c.__paths__={...c.__paths__,[e.itemVar]:`${p}[${a}]`},e.indexVar&&(c.__paths__[e.indexVar]=a);let d=R(e.body,t,r,c);if(Array.isArray(d)&&d.length===1&&!l){let u=d[0];o.push(u===void 0?{}:u)}else o.push(d===void 0?{}:d)}return o},vo=(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,o=s.value;if(o.type===w.OBJECT&&o.properties.length<=10&&!o.whenCondition){let p={},l={},a=!0;for(let c of o.properties){let d=c.parsedKey?R(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{a=!1;break}if(!a)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{a=!1;break}if(!a)break;f[m]=b.join("")}else{a=!1;break}}if(!a)break;l[d]=f}else{a=!1;break}}if(a)return p[n]=l,p}}return null},wo=(e,t,r,i)=>{let s=t.functions||t;if(e.whenCondition&&!Ve(e.whenCondition,s,r,i))return;let n=vo(e,t,r,i);if(n!==null)return n;if(e.fast){let l={};for(let a of e.properties){let c=a.parsedKey?R(a.parsedKey,t,r,i):a.key,d=a.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=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 o={},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 a=R(l.value,t,r,i);if(!p&&a!==null&&a!==void 0)return Array.isArray(a)&&a.length===1?a[0]:a;typeof a=="object"&&a!==null&&!Array.isArray(a)&&Object.assign(o,a)}else if(l.key.startsWith("$for ")){if(e.properties.length===1)return R(l.value,t,r,i)}else{let a=l.value;if(a&&a.type===w.OBJECT&&a.properties){let c=a.properties.find(d=>d.key.startsWith("$for "));if(c){let d=R(c.value,t,r,i);d!==void 0&&(o[l.key]=d)}else{let d=R(l.value,t,r,i);d!==void 0&&(o[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&&(o[c]=d)}}return o},Zi={},_o=(e,t,r,i)=>{let s=[];for(let n of e.items)if(n.type===w.LOOP){let o=R(n,t,r,i);Array.isArray(o)&&n.flatten!==!1?s.push(...o):s.push(o)}else{let o=R(n,t,r,i);o!==Zi&&o!==void 0&&s.push(o)}return s},xo=(e,t,r,i)=>{let{name:s,data:n,whenCondition:o}=e,p=t.partials||{},l=t.functions||t;if(o&&!Ve(o,l,r,i))return;if(!p[s])throw new le(`Partial '${s}' is not defined`);let a=i._partialStack||[];if(a.includes(s))throw new le(`Circular partial reference detected: ${s}`);let c=p[s],d=r,u={...i,_partialStack:[...a,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)},So=(e,t,r,i)=>{let{path:s}=e,n=s.split("."),o=n[0],p=n.slice(1);if(!i||!(o in i))throw new le(`Path reference '#{${s}}' refers to '${o}' which is not a loop variable in the current scope`);if(i.__paths__||(i.__paths__={}),!(o in i.__paths__))throw new le(`Path reference '#{${s}}' cannot be resolved - path tracking may not be initialized properly`);let l=i.__paths__[o];if(typeof l=="number"){if(p.length>0)throw new le(`Path reference '#{${s}}' - cannot access properties on index variable '${o}'`);return String(l)}return p.length>0&&(l+="."+p.join(".")),l},Ao=/\$\{([^}]*)\}/g,Eo=/#\{([^}]*)\}/g,Qi=(e,t={})=>{let r=e.match(/^(\w+)\((.*)\)$/);if(!r)return{isFunction:!1};let[,i,s]=r,n=ko(s,t);return{isFunction:!0,type:w.FUNCTION,name:i,args:n}},ko=(e,t={})=>e.trim()?$o(e).map(r=>Co(r.trim(),t)):[],$o=e=>{let t=[],r="",i=0,s=!1,n="";for(let o=0;o<e.length;o++){let p=e[o],l=o>0?e[o-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},Co=(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=Qi(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:o,type:p}of s){let l=0;for(;l<i.length;){let a=Oe(i.substring(l),o);if(a===-1)break;let c=l+a;c>n&&(n=c),l=c+o.length}}if(n!==-1)try{return Z(i,t)}catch{return{type:w.VARIABLE,path:i}}return{type:w.VARIABLE,path:i}},es=/^\w+\(.*\)$/,Io=/\s[+\-*/%]\s|\|\||&&|\?\?|.*\?.*:/,Oo=e=>{if(!(!e||e.trim()===""||es.test(e))&&Io.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}"`)},vi=e=>{let t=e.trim();if(es.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}},ut=(e,t={})=>{let r=e.trim();Oo(r);let i=Qi(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}},ts=(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,(a,c)=>{let d=`__ESCAPED_${i.length}__`;return i.push(c),d}),r=r.replace(/\\(#\{[^}]*\})/g,(a,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(Ao)],n=[...r.matchAll(Eo)],o=[...s.map(a=>({match:a,type:"variable"})),...n.map(a=>({match:a,type:"pathref"}))].sort((a,c)=>a.match.index-c.match.index);if(o.length===0){let a=r;for(let c=0;c<i.length;c++)a=a.replace(`__ESCAPED_${c}__`,i[c]);return{type:w.LITERAL,value:a}}if(o.length===1&&o[0].match[0]===r&&i.length===0){let{match:a,type:c}=o[0];try{return c==="variable"?ut(a[1],t):vi(a[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:a,type:c}of o){let[d,u]=a,f=a.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=ut(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 a=r.substring(l);for(let c=0;c<i.length;c++)a=a.replace(`__ESCAPED_${c}__`,i[c]);a&&p.push(a)}return{type:w.INTERPOLATION,parts:p}},Se=(e,t)=>typeof e=="string"?ts(e,t):typeof e=="object"&&e!==null?Array.isArray(e)?Lo(e,t):No(e,t):{type:w.LITERAL,value:e},To=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}},Lo=(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=To(n),a=Object.keys(l);if(a.length===1&&/^\$for(?::\w+)?\s/.test(a[0])){let c=wi(a[0],l[a[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=wi(p[0],n[p[0]],t);r.push(l),i=!0;continue}}let o=Se(n,t);r.push(o),(o.type===w.FUNCTION||o.type===w.CONDITIONAL||o.type===w.LOOP||o.type===w.PARTIAL||o.type===w.OBJECT&&!o.fast||o.type===w.ARRAY&&!o.fast)&&(i=!0)}return{type:w.ARRAY,items:r,fast:!i}},No=(e,t)=>{let r=[],i=!1,s=null,n=Object.entries(e),o=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"],a=[];for(let[b]of n)for(let g of l)if(b===g||b.startsWith(g+" ")||b.startsWith(g+"#")){a.push(g);break}if(a.length>0)throw new $(`Cannot use $partial with ${a.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=Z(d,t)}else b={type:w.LITERAL,value:d};y.whenCondition=b}return y}for(let[l,a]of n)if(l==="$when"){if(s!==null)throw new $("Multiple '$when' directives on the same object are not allowed");if(a==null)throw new $("Missing condition expression after '$when'");let c=typeof a=="string"?a:JSON.stringify(a);if(c.trim()==="")throw new $("Empty condition expression after '$when'");s=Z(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(;o<n.length;){let[l,a]=n[o];if(l==="$when"){o++;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=Ro(n,o,t);r.push({key:l,value:c.node}),i=!0,o=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(a,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=ts(l,t),u={key:l,value:c};(d.type!==w.LITERAL||d.value!==l)&&(u.parsedKey=d),r.push(u),o++}}}let p={type:w.OBJECT,properties:r,fast:!i};return s&&(p.whenCondition=s),p},Ro=(e,t,r={})=>{let i=[],s=[],n=t,[o,p]=e[n],l=null,a;if(o.startsWith("$if#")){let d=o.match(/^\$if#(\w+)\s+(.+)$/);if(d)l=d[1],a=d[2];else throw new $(`Invalid conditional syntax: ${o}`)}else a=o.substring(4),a.endsWith(":")&&(a=a.slice(0,-1).trim());gi(a);let c=Z(a,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{gi(h);let m=Z(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}},Z=(e,t={})=>{if(e=e.trim(),e.startsWith("(")&&e.endsWith(")")){let a=e.slice(1,-1),c=0,d=!0;for(let u=0;u<a.length;u++)if(a[u]==="("?c++:a[u]===")"&&c--,c<0){d=!1;break}if(d&&c===0)return Z(a,t)}let r=Oe(e,"||");if(r!==-1)return{type:w.BINARY,op:D.OR,left:Z(e.substring(0,r).trim(),t),right:Z(e.substring(r+2).trim(),t)};let i=Oe(e,"&&");if(i!==-1)return{type:w.BINARY,op:D.AND,left:Z(e.substring(0,i).trim(),t),right:Z(e.substring(i+2).trim(),t)};let s=[{op:">=",type:D.GTE},{op:"<=",type:D.LTE},{op:"==",type:D.EQ},{op:"!=",type:D.NEQ},{op:">",type:D.GT},{op:"<",type:D.LT},{op:" in ",type:D.IN}];for(let{op:a,type:c}of s){let d=Oe(e,a);if(d!==-1)return{type:w.BINARY,op:c,left:Z(e.substring(0,d).trim(),t),right:Z(e.substring(d+a.length).trim(),t)}}let n=-1,o=null,p=[{op:" + ",type:D.ADD},{op:" - ",type:D.SUBTRACT}];for(let{op:a,type:c}of p){let d=0;for(;d<e.length;){let u=Oe(e.substring(d),a);if(u===-1)break;let f=d+u;f>n&&(n=f,o={op:a,type:c}),d=f+a.length}}if(n!==-1&&o)return{type:w.BINARY,op:o.type,left:Z(e.substring(0,n).trim(),t),right:Z(e.substring(n+o.op.length).trim(),t)};let l=[" * "," / "," % "];for(let a of l)if(Oe(e,a)!==-1)throw new $(`Arithmetic operations are not allowed in conditionals: "${a}"`);return e.startsWith("!")?{type:w.UNARY,op:lr.NOT,operand:Z(e.substring(1).trim(),t)}:rs(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},Vo=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}},rs=(e,t)=>{let r=e.trim();if(r.match(/^(\w+)\((.*)\)$/))return ut(r,t);let i=Vo(r);if(i.type===w.LITERAL)return i;if(/^[a-zA-Z_$][\w.$]*$/.test(r))return{type:w.VARIABLE,path:r};try{return ut(r,t)}catch(s){if(s.message&&s.message.includes("not supported"))return i;throw s}},jo=(e,t=!1)=>{try{no(e)}catch(r){if(r instanceof $&&t){let i=r.message.replace(/\$for/g,"$each");throw new $(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 $(`Invalid loop syntax (got: '${e.replace("$for",y)}')`)}let o=n[1],p=n[2].trim();jo(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 a=l[1].trim(),c=l[2].trim(),d,u=null;if(a.includes(",")){let y=a.split(",").map(b=>b.trim());if(y.length!==2)throw new $(`Invalid loop variables: ${a}. Expected format: "item" or "item, index"`);d=y[0],u=y[1]}else d=a;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=rs(c,r),m=Se(t,r);return{type:w.LOOP,itemVar:d,indexVar:u,iterable:h,body:m,flatten:o!=="nested"}},_i=(e,t={})=>{let{functions:r={}}=t;return Se(e,r)},Do=()=>Date.now(),Po=Object.freeze(Object.defineProperty({__proto__:null,now:Do},Symbol.toStringTag,{value:"Module"})),Bo=(e,t,r={})=>{let{functions:i={},partials:s={}}=r,n={...Po,...i},o=_i(e,{functions:n}),p={};for(let[l,a]of Object.entries(s))p[l]=_i(a,{functions:n});return lo(o,t,{functions:n,partials:p})},Er=e=>e!==null&&typeof e=="object",ft=e=>Er(e)&&!Array.isArray(e),zo=e=>typeof e=="string"&&e.includes("."),is=e=>typeof e=="string"&&/[\[\]]/.test(e);function ss(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 Fo(e){if(!ft(e)||!Array.isArray(e.fields))return e;let t=(r=[])=>r.map(i=>{if(!ft(i))return i;if(typeof i.$when=="string"&&i.$when.trim().length>0){let{$when:s,...n}=i,o=Array.isArray(n.fields)?{...n,fields:t(n.fields)}:n;return{[`$if ${s}`]:o}}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||!Er(e)||is(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(!Er(e)||typeof t!="string"||t.length===0||is(t))return e;let i=t.split(".").filter(n=>n!=="");if(i.length===0)return e;zo(t)&&Object.prototype.hasOwnProperty.call(e,t)&&delete e[t];let s=e;for(let n=0;n<i.length-1;n++){let o=i[n];(!(o in s)||typeof s[o]!="object"||s[o]===null)&&(s[o]={}),s=s[o]}return s[i[i.length-1]]=r,e},Wo=["id","class","style","slot","form","defaultValues","disabled","context"],Mo=(e={})=>Object.entries(e).filter(([t,r])=>!(Wo.includes(t)||r==null||typeof r=="object"||typeof r=="function")).map(([t,r])=>`${t}=${String(r)}`).join(" "),Ko={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}`},Uo="input-date",Ho="input-time",qo="input-datetime",Yo=/^(\d{4})-(\d{2})-(\d{2})$/,Go=/^(\d{2}):(\d{2})(?::(\d{2}))?$/,Jo=/^(\d{4}-\d{2}-\d{2})T(\d{2}:\d{2}(?::\d{2})?)$/,Xo=e=>{if(typeof e!="string")return null;let t=Yo.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},Zo=e=>{if(typeof e!="string")return null;let t=Go.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}},ns=e=>{let t=Zo(e);return t?`${String(t.hour).padStart(2,"0")}:${String(t.minute).padStart(2,"0")}:${String(t.second).padStart(2,"0")}`:null},os=e=>Xo(e)?e:null,Qo=e=>{if(typeof e!="string")return null;let t=Jo.exec(e);if(!t)return null;let r=os(t[1]),i=ns(t[2]);return!r||!i?null:`${r}T${i}`},ea=e=>e===Uo?{normalize:os,invalidMessage:ce.invalidDate}:e===Ho?{normalize:ns,invalidMessage:ce.invalidTime}:e===qo?{normalize:Qo,invalidMessage:ce.invalidDateTime}:null,ta=(e,t)=>{let r=ea(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},_t=(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=ta(e,t);if(r)return r;if(Array.isArray(e.rules))for(let i of e.rules){let s=ra(i,t);if(s)return s}return null},ra=(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=Ko[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}},xt=(e,t)=>{let r={},i=se(e);for(let s of i){let n=pe(t,s.name),o=_t(s,n);o&&(r[s.name]=o)}return{valid:Object.keys(r).length===0,errors:r}},ia=["section","read-only-text","slot"],kr=e=>!ia.includes(e.type),se=e=>{let t=[];for(let r of e)r.type==="section"&&Array.isArray(r.fields)?t.push(...se(r.fields)):kr(r)&&t.push(r);return t},$r=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}},Cr=(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=Cr(s.fields,i);r.push(...n),i+=n.length}}else r.push({...s,_isSection:!1,_idx:i}),i++;return r},sa=()=>Object.freeze({formValues:{},errors:{},reactiveMode:!1,tooltipState:{open:!1,x:0,y:0,content:""}}),ee=({state:e,props:t})=>{let{form:r={}}=t||{},i=Fo(r),s=ft(t?.context)?t.context:{},n=ft(e?.formValues)?e.formValues:{},o={...s,...n,formValues:n};return Object.keys(o).length>0?Bo(i,o):i},na=({state:e,props:t})=>{let r=Mo(t),i=ee({state:e,props:t}),s=i.fields||[],n=!!t?.disabled,o=Cr(s);o.forEach(d=>{if(d._isSection)return;let u=kr(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",a=(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:a,_leftButtons:a.filter(d=>d.align==="left"),_rightButtons:a.filter(d=>d.align!=="left")}:c={_layout:l,buttons:a,_allButtons:a},{containerAttrString:r,title:i?.title||"",description:i?.description||"",flatFields:o,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 ss(e.formValues,i.map(s=>s.name).filter(s=>typeof s=="string"&&s.length>0))},oa=({state:e,props:t},r={})=>{let{name:i,value:s}=r;i&&(he(e.formValues,i,s),tt({state:e,props:t}))},tt=({state:e,props:t})=>{if(!t)return;let r=ee({state:e,props:t}),i=se(r.fields||[]);e.formValues=ss(e.formValues,i.map(s=>s.name).filter(s=>typeof s=="string"&&s.length>0))},aa=({state:e},t={})=>{let{values:r}=t;!r||typeof r!="object"||Object.keys(r).forEach(i=>{he(e.formValues,i,r[i])})},la=({state:e},t={})=>{let{defaultValues:r={}}=t;e.formValues=r?structuredClone(r):{},e.errors={},e.reactiveMode=!1},pa=({state:e},t={})=>{e.errors=t.errors||{}},da=({state:e},t={})=>{let{name:r}=t;r&&e.errors[r]&&delete e.errors[r]},ca=({state:e})=>{e.reactiveMode=!0},ha=({state:e},t={})=>{let{x:r,y:i,content:s}=t;e.tooltipState={open:!0,x:r,y:i,content:s}},ua=({state:e})=>{e.tooltipState={...e.tooltipState,open:!1}},fa=Object.freeze(Object.defineProperty({__proto__:null,clearFieldError:da,collectAllDataFields:se,createInitialState:sa,flattenFields:Cr,get:pe,getDefaultValue:$r,hideTooltip:ua,isDataField:kr,pruneHiddenValues:tt,resetFormValues:la,selectForm:ee,selectFormValues:$e,selectViewData:na,set:he,setErrors:pa,setFormFieldValue:oa,setFormValues:aa,setReactiveMode:ca,showTooltip:ha,validateField:_t,validateForm:xt},Symbol.toStringTag,{value:"Module"})),as=({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)))},ls=({form:e,formValues:t={},refs:r,formDisabled:i=!1})=>{let s=e.fields||[],n=0,o=p=>{for(let l of p){if(l.type==="section"){n++,Array.isArray(l.fields)&&o(l.fields);continue}let a=r[`field${n}`];if(n++,!a)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?a.removeAttribute("value"):a.setAttribute("value",String(d)),l.type==="slider-with-input"&&a.store?.setValue){let u=Number(d??0);a.store.setValue({value:Number.isFinite(u)?u:0}),typeof a.render=="function"&&a.render()}l.type==="popover-input"&&a.store?.setValue&&(a.store.setValue({value:d==null?"":String(d)}),typeof a.render=="function"&&a.render())}l.type==="checkbox"&&(pe(t,l.name)?a.setAttribute("checked",""):a.removeAttribute("checked")),["input-text","input-date","input-time","input-datetime","input-number","input-textarea","popover-input"].includes(l.type)&&l.placeholder&&a.getAttribute("placeholder")!==l.placeholder&&(l.placeholder===void 0||l.placeholder===null?a.removeAttribute("placeholder"):a.setAttribute("placeholder",l.placeholder)),c?a.setAttribute("disabled",""):a.removeAttribute("disabled")}};o(s)},ps=(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||[]),o={};for(let p of n){let l=pe(r,p.name);l!==void 0?he(o,p.name,l):he(o,p.name,$r(p))}e.resetFormValues({defaultValues:o})},ma=e=>{let{store:t,props:r}=e;ps(t,r)},ya=e=>{let{props:t,refs:r,render:i}=e,s=e.store.getState(),n=ee({state:s,props:t});ls({form:n,formValues:s.formValues,refs:r,formDisabled:!!t?.disabled}),i()},ga=(e,t)=>{let{oldProps:r,newProps:i}=t,{store:s,render:n,refs:o}=e,p=!!i?.disabled;r?.key!==i?.key&&ps(s,i);let l=s.getState();tt({state:l,props:i});let a=ee({state:l,props:i});ls({form:a,formValues:l.formValues,refs:o,formDisabled:p}),n()},ba=(e,t)=>{let{store:r,dispatchEvent:i,render:s,props:n}=e,o=t._event,p=o.currentTarget.dataset.fieldName;if(!p||!o.detail||!Object.prototype.hasOwnProperty.call(o.detail,"value"))return;let l=o.detail.value;r.setFormFieldValue({name:p,value:l});let a=r.getState();tt({state:a,props:n});let c=ee({state:a,props:n}),d=se(c.fields||[]).find(u=>u.name===p);if(as({field:d,target:o.currentTarget,value:l}),a.reactiveMode&&d){let u=_t(d,l);u?r.setErrors({errors:{...a.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})}}))},va=(e,t)=>{let{store:r,dispatchEvent:i,render:s,props:n}=e,o=t._event,p=o.currentTarget.dataset.fieldName;if(!p||!o.detail||!Object.prototype.hasOwnProperty.call(o.detail,"value"))return;let l=o.detail.value;r.setFormFieldValue({name:p,value:l});let a=r.getState();tt({state:a,props:n});let c=ee({state:a,props:n}),d=se(c.fields||[]).find(u=>u.name===p);if(as({field:d,target:o.currentTarget,value:l}),a.reactiveMode&&d){let u=_t(d,l);u?r.setErrors({errors:{...a.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})}}))},wa=(e,t)=>{let{store:r,dispatchEvent:i,render:s,props:n}=e,o=t._event.currentTarget.dataset.actionId;if(!o)return;let p=r.getState(),l=ee({state:p,props:n}),a=((l.actions||{}).buttons||[]).find(d=>d.id===o),c=$e({state:p,props:n});if(a&&a.validate){let d=se(l.fields||[]),{valid:u,errors:f}=xt(d,p.formValues);r.setErrors({errors:f}),u||r.setReactiveMode(),s(),i(new CustomEvent("form-action",{bubbles:!0,detail:{actionId:o,values:c,valid:u,errors:f}}))}else i(new CustomEvent("form-action",{bubbles:!0,detail:{actionId:o,values:c}}))},_a=(e,t)=>{let r=t._event;r.type==="contextmenu"&&r.preventDefault();let{store:i,dispatchEvent:s,props:n}=e,o=r.currentTarget.dataset.fieldName;s(new CustomEvent("form-field-event",{bubbles:!0,detail:{name:o,event:r.type,values:$e({state:i.getState(),props:n})}}))},xa=(e,t)=>{let{store:r,dispatchEvent:i,render:s,props:n}=e,o=t._event;if(o.key==="Enter"&&!o.shiftKey){let p=o.target;if(p.tagName==="TEXTAREA"||p.tagName==="RTGL-TEXTAREA")return;o.preventDefault();let l=r.getState(),a=ee({state:l,props:n}),c=(a.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(a.fields||[]),{valid:h,errors:m}=xt(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}}))}},Sa=(e,t)=>{let{store:r,render:i,props:s}=e,n=t._event,o=n.currentTarget.dataset.fieldName,p=ee({state:r.getState(),props:s}),l=se(p.fields||[]).find(a=>a.name===o);if(l&&l.tooltip){let a=n.currentTarget.getBoundingClientRect();r.showTooltip({x:a.left+a.width/2,y:a.top-8,content:typeof l.tooltip=="string"?l.tooltip:l.tooltip.content||""}),i()}},Aa=e=>{let{store:t,render:r}=e;t.hideTooltip({}),r()},Ea=Object.freeze(Object.defineProperty({__proto__:null,handleActionClick:wa,handleAfterMount:ya,handleBeforeMount:ma,handleImageClick:_a,handleKeyDown:xa,handleOnUpdate:ga,handleTooltipMouseEnter:Sa,handleTooltipMouseLeave:Aa,handleValueChange:va,handleValueInput:ba},Symbol.toStringTag,{value:"Module"})),ka=["input-text","input-date","input-time","input-datetime","input-number","input-textarea","color-picker","slider","slider-with-input","popover-input"],$a=["input-text","input-date","input-time","input-datetime","input-number","input-textarea","popover-input","slider-with-input"],Ca=({ref:e,fieldType:t,value:r,forceRefresh:i=!1})=>{if(ka.includes(t)){if(i&&e.removeAttribute("value"),r==null){if($a.includes(t)&&i){if(t==="popover-input"){e.removeAttribute("value");return}e.setAttribute("value","");return}e.removeAttribute("value");return}e.setAttribute("value",String(r))}},ds=({ref:e,value:t})=>{e&&e?.store?.updateSelectedValue&&(e.store.updateSelectedValue({value:t}),typeof e.render=="function"&&e.render())},Ia=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},xi=e=>e?.renderTarget?e.renderTarget:e?.shadowRoot?e.shadowRoot:e?.shadow,Oa=({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);ds({ref:r,value:s})})},Ta=function(){let e=this.store.getState();return $e({state:e,props:this.props})},La=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=Ia(xi(this));for(let p of s){if(!p.name)continue;let l=n.get(p.name);if(!l)continue;let a=Object.prototype.hasOwnProperty.call(t,p.name),c=pe(t,p.name);if(!a&&c===void 0)continue;let d=pe(r.formValues,p.name);Ca({ref:l,fieldType:p.type,value:d,forceRefresh:!0}),typeof l?.tagName=="string"&&l.tagName.toUpperCase()==="RTGL-SELECT"&&ds({ref:l,value:d}),p.type==="checkbox"&&(d?l.setAttribute("checked",""):l.removeAttribute("checked"))}this.render();let o=()=>{let p=this.store.getState();Oa({root:xi(this),values:p.formValues})};o(),setTimeout(()=>{o()},0)},Na=function(){let e=this.store.getState(),t=ee({state:e,props:this.props}),r=se(t.fields||[]),{valid:i,errors:s}=xt(r,e.formValues);return this.store.setErrors({errors:s}),i||this.store.setReactiveMode(),this.render(),{valid:i,errors:s}},Ra=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 o=pe(e,n.name);o!==void 0?he(s,n.name,o):he(s,n.name,$r(n))}this.store.resetFormValues({defaultValues:s}),this.setValues(s)},Va=Object.freeze(Object.defineProperty({__proto__:null,getValues:Ta,reset:Ra,setValues:La,validate:Na},Symbol.toStringTag,{value:"Module"})),cs=e=>{e&&(typeof e.componentDialogBodyHost?.replaceChildren=="function"&&e.componentDialogBodyHost.replaceChildren(),delete e.componentDialogBody)},ja=e=>{let t=e.selectUiType();return t==="dropdown"||t==="formDialog"||t==="componentDialog"?null:e.selectConfig().mode==="confirm"?!1:null},ue=({store:e,render:t,globalUI:r,refs:i,emitResult:s=!1,result:n})=>{if(!e.selectIsOpen())return;let o=n!==void 0?n:ja(e);cs(i),e.closeAll(),t(),s&&r.emit("event",o)},hs=({store:e,render:t,globalUI:r,refs:i,error:s})=>{cs(i),e.selectIsOpen()&&(e.closeAll(),t()),r.emit("error",s)},rt=({store:e,render:t,globalUI:r,refs:i})=>{e.selectIsOpen()&&ue({store:e,render:t,globalUI:r,refs:i,emitResult:!0})},it=(e,{rejectOnError:t=!1}={})=>new Promise((r,i)=>{let s=null,n=e.once("event",o=>{s?.(),r(o)});t&&(s=e.once("error",o=>{n?.(),i(o)}))}),Da=(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)},Pa=(e,t)=>{setTimeout(()=>{let{store:r,refs:i,render:s,globalUI:n}=e;if(!r.selectIsOpen()||r.selectUiType()!=="componentDialog")return;let o=r.selectComponentDialogConfig?.();if(!o||o.key!==t)return;let p=i.componentDialogBodyHost;if(p)try{let l=document.createElement(o.component);Object.entries(o.props??{}).forEach(([a,c])=>{l[a]=c}),p.replaceChildren(l),i.componentDialogBody=l}catch(l){hs({store:r,render:s,globalUI:n,refs:i,error:l})}},0)},tr=(e,t)=>!e.selectIsOpen()||e.selectUiType()!=="componentDialog"?!1:e.selectComponentDialogConfig?.()?.key===t,Ba=e=>{let{store:t,render:r,globalUI:i,refs:s}=e;ue({store:t,render:r,globalUI:i,refs:s,emitResult:!0})},za=e=>{let{store:t,render:r,globalUI:i,refs:s}=e,n=t.selectConfig().mode==="confirm"?!0:null;ue({store:t,render:r,globalUI:i,refs:s,emitResult:!0,result:n})},Fa=e=>{let{store:t,render:r,globalUI:i,refs:s}=e;ue({store:t,render:r,globalUI:i,refs:s,emitResult:!0,result:!1})},Wa=e=>{let{store:t,render:r,globalUI:i,refs:s}=e;ue({store:t,render:r,globalUI:i,refs:s,emitResult:!0,result:null})},Ma=(e,t)=>{let{store:r,render:i,globalUI:s,refs:n}=e,o=t._event,{index:p,item:l}=o.detail;ue({store:r,render:i,globalUI:s,refs:n,emitResult:!0,result:{index:p,item:l}})},Ka=(e,t)=>{let{store:r,render:i,globalUI:s,refs:n}=e,o=t;return rt({store:r,render:i,globalUI:s,refs:n}),r.setAlertConfig(o),i(),it(s)},Ua=async(e,t)=>{let{store:r,render:i,globalUI:s,refs:n}=e,o=t;return rt({store:r,render:i,globalUI:s,refs:n}),r.setConfirmConfig(o),i(),it(s)},Ha=async(e,t)=>{let{store:r,render:i,globalUI:s,refs:n}=e,o=t;return rt({store:r,render:i,globalUI:s,refs:n}),r.setDropdownConfig(o),i(),it(s)},qa=async(e,t)=>{let{store:r,render:i,globalUI:s,refs:n}=e,o=t;rt({store:r,render:i,globalUI:s,refs:n}),r.setFormDialogConfig(o),i();let p=r.selectFormDialogConfig?.().key;return Da(e,p),it(s)},Ya=async(e,t)=>{let{store:r,render:i,globalUI:s,refs:n}=e,o=t;rt({store:r,render:i,globalUI:s,refs:n}),r.setComponentDialogConfig(o),i();let p=r.selectComponentDialogConfig?.().key;return Pa(e,p),it(s,{rejectOnError:!0})},Ga=(e,t)=>{let{store:r,render:i,globalUI:s,refs:n}=e,o=t._event?.detail??{};o.valid!==!1&&ue({store:r,render:i,globalUI:s,refs:n,emitResult:!0,result:o})},Ja=(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})},Xa=e=>{let{store:t,render:r,globalUI:i,refs:s}=e;ue({store:t,render:r,globalUI:i,refs:s,emitResult:!0})},Za=async(e,t)=>{let{store:r,render:i,globalUI:s,refs:n}=e,o=t._event,p=Number(o?.currentTarget?.dataset?.actionIndex),l=r.selectComponentDialogConfig?.(),a=l?.key,c=Number.isInteger(p)?l?.actions?.buttons?.[p]:null;if(c){if(c.role==="cancel"){ue({store:r,render:i,globalUI:s,refs:n,emitResult:!0,result:{actionId:c.id}});return}try{let d=n.componentDialogBody;if(!d||typeof d.validate!="function"||typeof d.getValues!="function")throw new Error(`component dialog body '${l?.component??"unknown"}' must implement validate() and getValues()`);if(c.validate){let f=await d.validate();if(!tr(r,a))return;if(!f||typeof f!="object"||typeof f.valid!="boolean")throw new Error("component dialog body validate() must return { valid, errors? }");if(f.valid===!1)return}let u=await d.getValues();if(!tr(r,a))return;ue({store:r,render:i,globalUI:s,refs:n,emitResult:!0,result:{actionId:c.id,values:u}})}catch(d){if(!tr(r,a))return;hs({store:r,render:i,globalUI:s,refs:n,error:d})}}},Qa=Object.freeze(Object.defineProperty({__proto__:null,handleCancel:Fa,handleCloseAll:Xa,handleComponentDialogAction:Za,handleConfirm:za,handleDialogClose:Ba,handleDropdownClose:Wa,handleDropdownItemClick:Ma,handleFormAction:Ga,handleFormFieldEvent:Ja,handleShowAlert:Ka,handleShowComponentDialog:Ya,handleShowConfirm:Ua,handleShowDropdownMenu:Ha,handleShowFormDialog:qa},Symbol.toStringTag,{value:"Module"})),el=new Set(["sm","md","lg","f"]),tl=new Set(["confirm","cancel"]),rl=Object.freeze([{id:"cancel",label:"Cancel",variant:"se",align:"left",role:"cancel"},{id:"confirm",label:"OK",variant:"pr",role:"confirm",validate:!0}]),pr=e=>!e||typeof e!="object"||Array.isArray(e)?{}:e,Re=(e,t="md")=>el.has(e)?e:t,Ir=e=>{let t=(Array.isArray(e?.buttons)&&e.buttons.length>0?e.buttons:rl).map((r,i)=>{if(!r||typeof r!="object"||Array.isArray(r))throw new Error("component dialog buttons must be objects");if(typeof r.id!="string"||r.id.length===0)throw new Error("component dialog button id is required");if(typeof r.label!="string"||r.label.length===0)throw new Error("component dialog button label is required");if(!tl.has(r.role))throw new Error("component dialog button role must be 'confirm' or 'cancel'");return{...r,_globalIdx:i,variant:r.variant??(r.role==="confirm"?"pr":"se"),align:r.align??(r.role==="cancel"?"left":"right"),validate:r.role==="confirm"?!!r.validate:!1,_disabled:!!r.disabled,pre:r.pre??"",suf:r.suf??""}});return{_layout:"split",buttons:t,_leftButtons:t.filter(r=>r.align==="left"),_rightButtons:t.filter(r=>r.align!=="left")}},us=()=>({title:"",description:"",size:"md",component:"",props:{},actions:Ir(),key:0}),il=()=>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},componentDialogConfig:us()}),sl=({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},nl=({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},ol=({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},al=({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:pr(t.defaultValues),context:pr(t.context),disabled:!!t.disabled,size:Re(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},ll=({state:e},t={})=>{if(typeof t.component!="string"||!t.component.includes("-"))throw new Error("component tag name is required for showComponentDialog");let r=e.componentDialogConfig?.key??0;e.componentDialogConfig={title:typeof t.title=="string"?t.title:"",description:typeof t.description=="string"?t.description:"",size:Re(t.size,"md"),component:t.component,props:pr(t.props),actions:Ir(t.actions),key:r+1},e.uiType="componentDialog",e.isOpen=!0},pl=({state:e})=>{e.isOpen=!1,e.uiType="dialog"},dl=({state:e})=>e.config,cl=({state:e})=>e.dropdownConfig,hl=({state:e})=>e.formDialogConfig,ul=({state:e})=>e.componentDialogConfig,fl=({state:e})=>e.uiType,ml=({state:e})=>e.isOpen,yl=({state:e})=>{let t=e.isOpen&&e.uiType==="dialog",r=e.isOpen&&e.uiType==="formDialog",i=e.isOpen&&e.uiType==="componentDialog",s=e.componentDialogConfig??us();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:Re(e.formDialogConfig?.size,"md"),key:e.formDialogConfig?.key??0},componentDialogConfig:{title:s.title??"",description:s.description??"",size:Re(s.size,"md"),component:s.component??"",props:s.props??{},actions:s.actions??Ir(),key:s.key??0},isDialogOpen:t,isFormDialogOpen:r,isComponentDialogOpen:i,isDialogContainerOpen:t||r||i,isDropdownOpen:e.isOpen&&e.uiType==="dropdown",dialogSize:i?Re(s.size,"md"):r?Re(e.formDialogConfig?.size,"md"):"sm"}},gl=Object.freeze(Object.defineProperty({__proto__:null,closeAll:pl,createInitialState:il,selectComponentDialogConfig:ul,selectConfig:dl,selectDropdownConfig:cl,selectFormDialogConfig:hl,selectIsOpen:ml,selectUiType:fl,selectViewData:yl,setAlertConfig:sl,setComponentDialogConfig:ll,setConfirmConfig:nl,setDropdownConfig:ol,setFormDialogConfig:al},Symbol.toStringTag,{value:"Module"})),bl=(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()}}))},vl=Object.freeze(Object.defineProperty({__proto__:null,handleClickStart:bl},Symbol.toStringTag,{value:"Module"})),wl=()=>Object.freeze({}),_l=["id","class","style","slot","start"],xl=(e={})=>Object.entries(e).filter(([t])=>!_l.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}}}},Al=({props:e})=>{let t=Sl(e.start)||e.start;return{containerAttrString:xl(e),start:t||{label:"",image:{src:"",width:32,height:32,alt:""}}}},El=({props:e})=>e.start?.path,kl=({state:e})=>{},$l=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:wl,selectPath:El,selectViewData:Al,setState:kl},Symbol.toStringTag,{value:"Module"})),Si=e=>{let t=e.querySelectorAll("h1[id], h2[id], h3[id], h4[id], rtgl-text[id]");return Array.from(t)},Cl=e=>e.map(t=>{let r=1,i=t.tagName.toLowerCase();return i==="h1"?r=1:i==="h2"?r=2:i==="h3"?r=3:i==="h4"?r=4:i==="rtgl-text"&&(r=parseInt(t.getAttribute("data-level")||"1",10)),{id:t.id,href:`#${t.id}`,title:t.textContent,level:r}}),Ai=(e,t,r)=>{let{store:i,render:s}=r,n,o=-1/0;if(e.forEach(p=>{let l=p.getBoundingClientRect();l.top<=t&&l.top>o&&(o=l.top,n=p.id)}),!n){let p=1/0;e.forEach(l=>{let a=l.getBoundingClientRect();a.top>t&&a.top<p&&(p=a.top,n=l.id)})}n&&n!==i.selectCurrentId()&&(i.setCurrentId({id:n}),s())},Il=(e,t,r,i)=>{let{store:s,render:n}=i,o=null,p=()=>{o=null;let d=Si(e);s.setItems({items:Cl(d)}),Ai(d,r,i),n()},l=()=>{o===null&&(o=requestAnimationFrame(p))},a=()=>{Ai(Si(e),r,i)};l(),t.addEventListener("scroll",a,{passive:!0});let c=new MutationObserver(()=>{l()});return c.observe(e,{childList:!0,subtree:!0,characterData:!0,attributes:!0,attributeFilter:["id","data-level"]}),()=>{o!==null&&cancelAnimationFrame(o),c.disconnect(),t.removeEventListener("scroll",a)}},Ol=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=Il(i,s,n,e)}),()=>{r()}},Tl=Object.freeze(Object.defineProperty({__proto__:null,handleBeforeMount:Ol},Symbol.toStringTag,{value:"Module"})),Ll=()=>Object.freeze({items:[],currentId:null,contentContainer:null}),Nl=({state:e})=>{let t=((r,i)=>{let s=new Set,n=r.findIndex(p=>p.id===i);if(n===-1)return s;let o=r[n].level;for(let p=n-1;p>=0;p--)if(r[p].level<o){let l=r[p].level;s.add(r[p].id);for(let a=p-1;a>=0;a--)r[a].level<l&&(s.add(r[a].id),l=r[a].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),o=s||n;return{...r,c:o?"fg":"mu-fg",ml:i[r.level]||"",bc:o?"fg":"mu-fg"}}),currentId:e.currentId}},Rl=({state:e})=>e,Vl=({state:e})=>e.currentId,jl=({state:e},t={})=>{e.items=Array.isArray(t.items)?t.items:[]},Dl=({state:e},t={})=>{e.currentId=t.id},Pl=({state:e},t={})=>{e.contentContainer=t.container},Bl=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:Ll,selectCurrentId:Vl,selectState:Rl,selectViewData:Nl,setContentContainer:Pl,setCurrentId:Dl,setItems:jl},Symbol.toStringTag,{value:"Module"})),st=e=>e==null||e===!0?"":String(e),fs=(e,t)=>{let{store:r,render:i,dispatchEvent:s}=e,n=st(t);r.setValue({value:n}),r.closePopover({}),s(new CustomEvent("value-change",{detail:{value:n},bubbles:!0})),i()},zl=e=>{let{store:t,props:r}=e;if(r.value!==void 0){let i=st(r.value);t.setValue({value:i}),t.setTempValue({value:i})}},Fl=(e,t)=>{let{oldProps:r,newProps:i}=t,{store:s,render:n}=e;if(r?.value!==i?.value){let o=st(i?.value);s.setValue({value:o}),s.getState().isOpen||s.setTempValue({value:o})}n()},Wl=(e,t)=>{let{store:r,render:i,refs:s,props:n}=e;if(n.disabled)return;let o=t._event,p=st(n.value);r.setValue({value:p}),r.setTempValue({value:p}),r.openPopover({position:{x:o.currentTarget.getBoundingClientRect().left,y:o.currentTarget.getBoundingClientRect().bottom}}),i(),setTimeout(()=>{let{input:l}=s;if(!l)return;l.value=p,l.focus();let a=l.shadowRoot?.querySelector("input, textarea");a&&typeof a.focus=="function"&&a.focus()},50)},Ml=(e,t)=>{let{store:r,render:i}=e;r.closePopover({}),i()},Kl=(e,t)=>{let{store:r}=e,i=t._event,s=st(i.detail.value);r.setTempValue({value:s})},Ul=e=>{let{store:t,refs:r}=e,{input:i}=r,s=i?i.value:t.getState().tempValue;fs(e,s)},Hl=(e,t)=>{let{store:r,refs:i}=e,s=t._event;if(s.key==="Enter"){s.preventDefault(),s.stopPropagation();let{input:n}=i,o=n?n.value:r.getState().tempValue;fs(e,o)}else s.key==="Escape"&&(s.preventDefault(),s.stopPropagation(),r.closePopover({}),e.render())},ql=Object.freeze(Object.defineProperty({__proto__:null,handleBeforeMount:zl,handleInputChange:Kl,handleInputKeydown:Hl,handleOnUpdate:Fl,handlePopoverClose:Ml,handleSubmitClick:Ul,handleTextClick:Wl},Symbol.toStringTag,{value:"Module"})),Yl=()=>Object.freeze({isOpen:!1,position:{x:0,y:0},value:"",tempValue:""}),Gl=({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:"",o=!!e.disabled;return{isOpen:t.isOpen,position:t.position,value:i,valueColor:r?"fg":"mu-fg",tempValue:t.tempValue,placeholder:s,label:n,disabled:o}},Jl=({state:e},t={})=>{e.tempValue=t.value},Xl=({state:e},t={})=>{let{position:r}=t;e.position=r,e.isOpen=!0,e.hasUnsavedChanges=!1},Zl=({state:e})=>{e.isOpen=!1,e.tempValue=""},Ql=({state:e},t={})=>{e.value=t.value},ep=({state:e})=>e.value,tp=Object.freeze(Object.defineProperty({__proto__:null,closePopover:Zl,createInitialState:Yl,openPopover:Xl,selectValue:ep,selectViewData:Gl,setTempValue:Jl,setValue:Ql},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},rp=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())}},ip=(e,t)=>{let{oldProps:r,newProps:i}=t,{store:s,render:n}=e,o=!1;i?.disabled&&!r?.disabled&&(s.closeOptionsPopover({}),o=!0),r.selectedValue!==i.selectedValue&&(s.updateSelectedValue({value:i.selectedValue}),o=!0),o&&n()},sp=(e,t)=>{let{store:r,render:i,refs:s,props:n}=e;if(n.disabled)return;t._event.stopPropagation();let o=s.selectButton,p=o.firstElementChild,l=p?p.getBoundingClientRect():o.getBoundingClientRect(),a=r.selectSelectedValue(),c=a!==null?a: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()},np=e=>{let{store:t,render:r}=e;t.closeOptionsPopover({}),r()},op=(e,t)=>{let{render:r,dispatchEvent:i,props:s,store:n}=e;if(s.disabled)return;let o=t._event;o.stopPropagation();let p=o.currentTarget.id.slice(6),l=Number(p),a=s.options[p];n.updateSelectedValue({value:a?.value}),s.onChange&&typeof s.onChange=="function"&&s.onChange(a.value),i(new CustomEvent("value-change",{detail:{value:a.value,label:a.label,index:l,item:a},bubbles:!0})),r()},ap=(e,t)=>{let{store:r,render:i}=e,s=t._event,n=parseInt(s.currentTarget.id.slice(6),10);r.setHoveredOption({optionId:n}),i()},lp=(e,t)=>{let{store:r,render:i}=e;r.clearHoveredOption({}),i()},pp=(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())},dp=(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()},cp=(e,t)=>{let{store:r,render:i}=e;r.setHoveredAddOption({isHovered:!0}),i()},hp=(e,t)=>{let{store:r,render:i}=e;r.setHoveredAddOption({isHovered:!1}),i()},up=Object.freeze(Object.defineProperty({__proto__:null,handleAddOptionClick:dp,handleAddOptionMouseEnter:cp,handleAddOptionMouseLeave:hp,handleBeforeMount:rp,handleButtonClick:sp,handleClearClick:pp,handleClickOptionsPopoverOverlay:np,handleOnUpdate:ip,handleOptionClick:op,handleOptionMouseEnter:ap,handleOptionMouseLeave:lp},Symbol.toStringTag,{value:"Module"})),fp=["id","class","style","slot","placeholder","selectedValue","onChange","options","noClear","addOption","disabled"],mp=(e={})=>Object.entries(e).filter(([t])=>!fp.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),yp=()=>Object.freeze({isOpen:!1,position:{x:0,y:0},selectedValue:null,hoveredOptionId:null,hoveredAddOption:!1}),gp=({state:e,props:t})=>{let r=mp(t),i=!!t.disabled,s=Object.prototype.hasOwnProperty.call(t||{},"selectedValue")?t.selectedValue:e.selectedValue,n=t.placeholder||"Select an option",o=!0,p=t.options||[],l=p.find(c=>Ge(c.value,s));l&&(n=l.label,o=!1);let a=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:a,selectedValue:s,selectedLabel:n,selectedLabelColor:o?"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":""}},bp=({state:e})=>e,vp=({state:e})=>e.selectedValue,wp=({state:e},t={})=>{let{position:r,selectedIndex:i}=t;e.position=r,e.isOpen=!0,i!=null&&(e.hoveredOptionId=i)},_p=({state:e})=>{e.isOpen=!1},xp=({state:e},t={})=>{e.selectedValue=t.value,e.isOpen=!1},Sp=({state:e})=>{e.selectedValue=void 0},Ap=({state:e},t={})=>{e.hoveredOptionId=t.optionId},Ep=({state:e})=>{e.hoveredOptionId=null},kp=({state:e})=>{e.selectedValue=void 0},$p=({state:e},t={})=>{e.hoveredAddOption=!!t.isHovered},Cp=Object.freeze(Object.defineProperty({__proto__:null,clearHoveredOption:Ep,clearSelectedValue:kp,closeOptionsPopover:_p,createInitialState:yp,openOptionsPopover:wp,resetSelection:Sp,selectSelectedValue:vp,selectState:bp,selectViewData:gp,setHoveredAddOption:$p,setHoveredOption:Ap,updateSelectedValue:xp},Symbol.toStringTag,{value:"Module"})),Ei=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},Ip=(e={})=>e.tooltip!==void 0&&e.tooltip!==null?Ei(e.tooltip):Ei(e.showCompactTooltip),Op=(e,t)=>{let{store:r,dispatchEvent:i}=e,s=t._event,n,o=r.selectHeader();s.currentTarget.id==="headerLabel"?n=o.labelPath:s.currentTarget.id==="headerImage"?n=o.image.path:s.currentTarget.id==="header"&&(n=o.path),i(new CustomEvent("header-click",{detail:{path:n},bubbles:!0,composed:!0}))},Tp=(e,t)=>{let{store:r,dispatchEvent:i,render:s}=e,n=t._event,o=n.currentTarget.dataset.itemId||n.currentTarget.id.slice(4),p=r.selectItem(o);r.hideTooltip({}),s(),i(new CustomEvent("item-click",{detail:{item:p},bubbles:!0,composed:!0}))},Lp=(e,t)=>{let{props:r,store:i,render:s}=e;if(!Ip(r)||(r.mode||"full")==="full")return;let n=t._event,o=n.currentTarget.dataset.itemId||n.currentTarget.id.slice(4),p=i.selectItem(o);if(!p||p.type==="groupLabel")return;let l=n.currentTarget.getBoundingClientRect(),a=p.tooltip||p.label||p.title;a&&(i.showTooltip({x:l.right,y:l.top+l.height/2,place:"r",content:a}),s())},Np=e=>{let{store:t,render:r}=e;t.hideTooltip({}),r()},Rp=Object.freeze(Object.defineProperty({__proto__:null,handleHeaderClick:Op,handleItemClick:Tp,handleItemMouseEnter:Lp,handleItemMouseLeave:Np},Symbol.toStringTag,{value:"Module"})),Vp=()=>Object.freeze({tooltipState:{open:!1,x:0,y:0,place:"r",content:""}}),jp=["id","class","style","slot","header","items","selectedItemId","mode","hideHeader","tooltip","showCompactTooltip","w","bwr"],Dp=(e={})=>Object.entries(e).filter(([t])=>!jp.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}}}},dr=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},Pp=(e={})=>e.tooltip!==void 0&&e.tooltip!==null?dr(e.tooltip):dr(e.showCompactTooltip),Bp=(e,t)=>e!=null&&e!==""?e:t==="full"?272:64,ki=(e={})=>e.label!==void 0&&e.label!==null?e.label:e.title!==void 0&&e.title!==null?e.title:"";function Or(e,t=null){let r=[];for(let i of e){let s=i.id||i.href||i.path,n=s!=null&&t===s,o=ki(i);if(r.push({id:s,label:o,title:i.title??o,href:i.href,type:i.type||"item",icon:i.icon,testId:i.testId,tooltip:i.tooltip,path:i.path,hrefAttr:i.href?`href=${i.href}`:"",isSelected:n,itemBgc:n?"ac":"bg",itemHoverBgc:n?"ac":"mu"}),i.items&&Array.isArray(i.items))for(let p of i.items){let l=p.id||p.href||p.path,a=l!=null&&t===l,c=ki(p);r.push({id:l,label:c,title:p.title??c,href:p.href,type:p.type||"item",icon:p.icon,testId:p.testId,tooltip:p.tooltip,path:p.path,hrefAttr:p.href?`href=${p.href}`:"",isSelected:a,itemBgc:a?"ac":"bg",itemHoverBgc:a?"ac":"mu"})}}return r}var zp=({state:e,props:t})=>{let r=Je(t.header)||t.header,i=Je(t.items)||t.items,s=t.selectedItemId,n=Dp(t),o=t.mode||"full",p=r||{label:"",path:"",image:{src:"",alt:"",width:0,height:0}},l=i?Or(i,s):[],a=!dr(t.hideHeader),c=Pp(t),d=t.bwr||"xs",u=Bp(t.w,o),f=o==="full"?"fs":"c",h=o==="full"?"fs":"c",m=o==="full"?"lg":"sm",y=o==="full"?"md":"sm",b=o==="shrunk-lg"?48:40,g=o==="shrunk-lg"?28:20,_=o==="shrunk-lg"?"md":"sm",S=o==="full",A=o==="full",E=c&&!S,C=o==="full"?"fs":"c",I=o==="full"?"":`ah=${h}`,N=o==="full"?"f":b;return{containerAttrString:n,mode:o,header:p,items:l,sidebarWidth:u,headerAlign:f,itemAlign:h,headerPadding:m,itemPadding:y,itemHeight:b,iconSize:g,firstLetterSize:_,showLabels:S,showGroupLabels:A,itemContentAlign:C,itemAlignAttr:I,itemWidth:N,headerWidth:N,selectedItemId:s,ah:o==="shrunk-lg"||o==="shrunk-md"?"c":"",listAttrString:o==="full"?"d=v sv":"d=v sv hsb",showHeader:a,enableCompactTooltip:E,rightBorderWidth:d,tooltipState:e.tooltipState||{open:!1,x:0,y:0,place:"r",content:""}}},Fp=({props:e})=>Je(e.header)||e.header,Wp=({state:e,props:t})=>{let r=Je(t.items)||t.items;return(r?Or(r):[]).find(i=>i.active)},Mp=({props:e},t)=>{let r=Je(e.items)||e.items;return(r?Or(r):[]).find(i=>i.id===t)},Kp=({state:e})=>{},Up=({state:e},t={})=>{let{x:r,y:i,place:s="r",content:n=""}=t;e.tooltipState={open:!0,x:r,y:i,place:s,content:n}},Hp=({state:e})=>{e.tooltipState={...e.tooltipState,open:!1}},qp=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:Vp,hideTooltip:Hp,selectActiveItem:Wp,selectHeader:Fp,selectItem:Mp,selectViewData:zp,setState:Kp,showTooltip:Up},Symbol.toStringTag,{value:"Module"})),Yp=e=>{let{store:t,props:r}=e;t.setValue({value:r.value??0})},Gp=(e,t)=>{let{oldProps:r,newProps:i}=t,{store:s,render:n}=e,o=r?.key!==i?.key,p=r?.value!==i?.value;if(o||p){let l=i?.value??0;s.setValue({value:l}),n()}},Jp=(e,t)=>{let{store:r,render:i,dispatchEvent:s}=e,n=t._event,o=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:o}),p&&typeof p.setAttribute=="function"&&p.setAttribute("value",String(o)),i(),s(new CustomEvent("value-change",{detail:{value:o},bubbles:!0}))},Xp=(e,t)=>{let{store:r,render:i,dispatchEvent:s}=e,n=t._event,o=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:o}),p&&typeof p.setAttribute=="function"&&p.setAttribute("value",String(o)),i(),s(new CustomEvent("value-input",{detail:{value:o},bubbles:!0}))},Zp=Object.freeze(Object.defineProperty({__proto__:null,handleBeforeMount:Yp,handleOnUpdate:Gp,handleValueChange:Jp,handleValueInput:Xp},Symbol.toStringTag,{value:"Module"})),Qp=()=>Object.freeze({value:0}),ed=({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}),td=({state:e},t={})=>{e.value=t.value},rd=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:Qp,selectViewData:ed,setValue:td},Symbol.toStringTag,{value:"Module"})),id=e=>{},sd=(e,t)=>{let{dispatchEvent:r,props:i}=e,s=t._event,n=parseInt(s.currentTarget.id.slice(3),10),o=i.data?.rows?.[n];o&&r(new CustomEvent("row-click",{detail:{rowIndex:n,rowData:o}}))},nd=(e,t)=>{let{store:r,render:i,dispatchEvent:s}=e,n=t._event.currentTarget.dataset.columnKey,o=r.selectSortInfo(),p="asc";o.column===n&&(o.direction==="asc"?p="desc":o.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}}))},od=Object.freeze(Object.defineProperty({__proto__:null,handleBeforeMount:id,handleHeaderClick:nd,handleRowClick:sd},Symbol.toStringTag,{value:"Module"})),ad=()=>Object.freeze({sortColumn:null,sortDirection:null}),ld=["id","class","style","slot","data"],pd=(e={})=>Object.entries(e).filter(([t])=>!ld.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),dd=(e,t)=>{let r=t.split("."),i=e;for(let s of r){if(i==null)return null;i=i[s]}return i},cd=({state:e,props:t})=>{let r=pd(t),i=t.data||{columns:[],rows:[]},s=i.rows.map((n,o)=>{let p=i.columns.map(l=>{let a=dd(n,l.key);return{key:l.key,value:a!=null?String(a):""}});return{index:o,cells:p}});return{containerAttrString:r,columns:i.columns||[],rows:s||[]}},hd=({state:e})=>e,ud=({state:e})=>({column:e.sortColumn,direction:e.sortDirection}),fd=({state:e},{column:t,direction:r}={})=>{e.sortColumn=t,e.sortDirection=r},md=({state:e})=>{e.sortColumn=null,e.sortDirection=null},yd=Object.freeze(Object.defineProperty({__proto__:null,clearSort:md,createInitialState:ad,selectSortInfo:ud,selectState:hd,selectViewData:cd,setSortColumn:fd},Symbol.toStringTag,{value:"Module"})),gd=(e,t)=>{let{dispatchEvent:r}=e,i=t._event.currentTarget.dataset.id;r(new CustomEvent("item-click",{detail:{id:i}}))},bd=Object.freeze(Object.defineProperty({__proto__:null,handleClickItem:gd},Symbol.toStringTag,{value:"Module"})),vd=()=>Object.freeze({}),wd=["id","class","style","slot","items","selectedTab"],_d=(e={})=>Object.entries(e).filter(([t])=>!wd.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),xd=({props:e})=>{let t=_d(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}},Sd=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:vd,selectViewData:xd},Symbol.toStringTag,{value:"Module"})),Ad=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),Ed=()=>Object.freeze({}),$i={sm:{textSize:"sm",paddingX:"md",paddingY:"sm",maxWidth:"min(320px, calc(100vw - 16px))"},md:{textSize:"sm",paddingX:"lg",paddingY:"md",maxWidth:"min(360px, calc(100vw - 16px))"},lg:{textSize:"md",paddingX:"lg",paddingY:"md",maxWidth:"min(420px, calc(100vw - 16px))"}},kd=({props:e})=>{let t=$i[e.s]?e.s:"sm",r=$i[t];return{open:!!e.open,x:e.x||0,y:e.y||0,place:e.place||"t",content:e.content||"",textSize:r.textSize,paddingX:r.paddingX,paddingY:r.paddingY,popoverStyle:`--rtgl-popover-content-padding: 0; --rtgl-popover-content-min-width: 0; --rtgl-popover-content-max-width: ${r.maxWidth}`}},$d=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:Ed,selectViewData:kd},Symbol.toStringTag,{value:"Module"})),Cd=async e=>{let{props:t,store:r,render:i,refs:s}=e,{waveformData:n}=t;r.setWaveformData({data:n}),i();let o=s.canvas;o&&ms(n,o)},Id=async(e,t)=>{let{store:r,render:i,refs:s,props:n}=e,{waveformData:o}=n;if(!o){console.log("waveform handleOnUpdate: no waveformData provided");return}r.setWaveformData({data:o}),i();let p=s.canvas;p&&ms(o,p)};async function ms(e,t){let r=t.getContext("2d"),i=t.getBoundingClientRect(),s=i.width,n=i.height;t.width=s,t.height=n;let o=t.width,p=t.height;if(r.clearRect(0,0,o,p),r.fillStyle="#1a1a1a",r.fillRect(0,0,o,p),!e||!e.amplitudes)return;let l=e.amplitudes,a=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,o/l.length),u=.2;for(let f=0;f<l.length;f++){let h=l[f]/255*(p*.85),m=f*d,y=a-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,a),r.lineTo(o,a),r.stroke(),r.shadowBlur=10,r.shadowColor="#2196F3"}var Od=Object.freeze(Object.defineProperty({__proto__:null,handleAfterMount:Cd,handleOnUpdate:Id},Symbol.toStringTag,{value:"Module"})),Td=()=>Object.freeze({waveformData:null}),Ld=({state:e},t={})=>{e.waveformData=t.data},Nd=({state:e,props:t})=>({isLoading:t.isLoading,w:t.w||"250",h:t.h||"150",cur:t.cur,waveformData:t.waveformData}),Rd=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:Td,selectViewData:Nd,setWaveformData:Ld},Symbol.toStringTag,{value:"Module"})),ys=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),gs=e=>e.replace(/-([a-z0-9])/g,(t,r)=>r.toUpperCase()),cr=e=>{if(e!=null)return e===""?!0:e},mt=(e,t)=>{let r=e.getAttribute(t);if(r!==null)return cr(r);let i=ys(t);if(i!==t){let s=e.getAttribute(i);if(s!==null)return cr(s)}},rr=Symbol("rtglReactivePropValues"),Vd=e=>(Object.prototype.hasOwnProperty.call(e,rr)||Object.defineProperty(e,rr,{value:Object.create(null),enumerable:!1,configurable:!1,writable:!1}),e[rr]),jd=({source:e,allowedKeys:t=[],onPropChange:r})=>{let i=Vd(e);t.forEach(s=>{if(typeof s!="string"||s.length===0)return;let n=Object.prototype.hasOwnProperty.call(e,s)?e[s]:void 0,o=Object.prototype.hasOwnProperty.call(e,s);o&&delete e[s],Object.defineProperty(e,s,{configurable:!0,enumerable:!0,get(){return Object.prototype.hasOwnProperty.call(i,s)?i[s]:mt(e,s)},set(p){let l=Object.prototype.hasOwnProperty.call(i,s)?i[s]:mt(e,s);p===void 0?delete i[s]:i[s]=p,l!==p&&r?.({propName:s,oldValue:l,newValue:p})}}),o&&(i[s]=n)})},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:mt(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:mt(e,s)}}}})},Pd=({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},P={EQ:0,NEQ:1,GT:2,LT:3,GTE:4,LTE:5,AND:6,OR:7,IN:8,ADD:10,SUBTRACT:11},hr={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"}},Ci=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}')`)},Bd=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}')`)}},zd=(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})`)},bs=(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=V(e,{functions:i,partials:s},t,{});return n===void 0?{}:n},V=(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 Md(e.parts,t,r,i);switch(e.type){case v.FUNCTION:return vs(e,t,r,i);case v.BINARY:return ws(e,t,r,i);case v.UNARY:return _s(e,t,r,i);case v.CONDITIONAL:return Ud(e,t,r,i);case v.LOOP:return Jd(e,t,r,i);case v.OBJECT:return Zd(e,t,r,i);case v.ARRAY:return Qd(e,t,r,i);case v.PARTIAL:return ec(e,t,r,i);case v.PATH_REFERENCE:return tc(e,t,r,i);default:throw new Error(`Unknown node type: ${e.type}`)}},Ii=new Map,Wd=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 o=r.trim();if(/^\d+$/.test(o))t.push({type:"index",value:parseInt(o,10)});else if(o.startsWith('"')&&o.endsWith('"')||o.startsWith("'")&&o.endsWith("'")){let p=o.slice(1,-1);t.push({type:"property",value:p})}else t.push({type:"property",value:o});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=Ii.get(e);if(!i){let n=[],o="",p=0;for(let l=0;l<e.length;l++){let a=e[l];a==="["?(p++,o+=a):a==="]"?(p--,o+=a):a==="."&&p===0?o&&(n.push(o),o=""):o+=a}o&&n.push(o),i=[];for(let l of n){let a=Wd(l.trim());i.push(...a)}Ii.set(e,i)}let s=t;for(let n=0;n<i.length;n++){let o=i[n];if(o.type==="property"&&o.value in r){s=r[o.value];continue}if(s==null)return;(o.type==="property"||o.type==="index")&&(s=s[o.value])}return s},Md=(e,t,r,i)=>{let s=[];for(let n of e)if(typeof n=="string")s.push(n);else{let o=V(n,t,r,i);s.push(o!=null?String(o):"")}return s.join("")},vs=(e,t,r,i)=>{let s=t.functions||t,n=s[e.name];if(!n)throw Fd(e.name,s);let o=e.args.map(p=>V(p,t,r,i));return n(...o)},je=(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 ws(e,t,r,i);case v.UNARY:return _s(e,t,r,i);case v.FUNCTION:return vs(e,t,r,i);default:return V(e,t,r,i)}},ws=(e,t,r,i)=>{if(e.op===P.AND||e.op===P.OR){let o=je(e.left,t,r,i),p=je(e.right,t,r,i);switch(e.op){case P.AND:return o&&p;case P.OR:return o||p}}let s=V(e.left,t,r,i),n=V(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 ie(`Arithmetic operations require numbers. Got ${typeof s} + ${typeof n}`);return s+n;case P.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}`)}},_s=(e,t,r,i)=>{let s=e.op===hr.NOT?je(e.operand,t,r,i):V(e.operand,t,r,i);switch(e.op){case hr.NOT:return!s;default:throw new Error(`Unknown unary operator: ${e.op}`)}},Kd=(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 o={};for(let p of n.properties){let l=p.parsedKey?V(p.parsedKey,t,r,i):p.key,a=p.value;if(a.type===v.LITERAL)o[l]=a.value;else if(a.type===v.VARIABLE)o[l]=U(a.path,r,i);else if(a.type===v.INTERPOLATION){let c=[];for(let d of a.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=V(d,t,r,i);c.push(u!=null?String(u):"")}o[l]=c.join("")}else o[l]=V(a,t,r,i)}return o}}else{let n=e.bodies[1];if(n.type===v.OBJECT&&n.properties.length<=5){let o={};for(let p of n.properties){let l=p.parsedKey?V(p.parsedKey,t,r,i):p.key,a=p.value;if(a.type===v.LITERAL)o[l]=a.value;else if(a.type===v.VARIABLE)o[l]=U(a.path,r,i);else if(a.type===v.INTERPOLATION){let c=[];for(let d of a.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=V(d,t,r,i);c.push(u!=null?String(u):"")}o[l]=c.join("")}else o[l]=V(a,t,r,i)}return o}}}return null},Ud=(e,t,r,i)=>{let s=Kd(e,t,r,i);if(s!==null)return s;for(let n=0;n<e.conditions.length;n++){let o=e.conditions[n];if(o===null||je(o,t,r,i))return V(e.bodies[n],t,r,i)}return xs},Hd=(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 o=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 a=t[l];if(a[o]){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]=a;else if(h.startsWith(i+".")){let m=h.substring(i.length+1);c[u]=a[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(a!=null?String(a):"");else if(b.startsWith(i+".")){let g=b.substring(i.length+1),_=a[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},qd=(e,t)=>{let r=e.body,i=e.itemVar,s=Hd(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=[],o=!0;for(let p of r.properties){let l=p.key,a=p.value;if(a.type===v.LITERAL)n.push({key:l,type:"literal",value:a.value});else if(a.type===v.VARIABLE){let c=a.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{o=!1;break}}else{o=!1;break}}else if(a.type===v.INTERPOLATION&&a.parts.length===1){let c=a.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{o=!1;break}}else{o=!1;break}}else{o=!1;break}}else{o=!1;break}}if(o){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 a=t[l];p[l]={id:a.id,title:a.title!=null?String(a.title):"",completed:a.completed}}else for(let l=0;l<t.length;l++){let a=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]=a;else if(d.type==="prop")c[d.key]=a[d.prop];else if(d.type==="item_string")c[d.key]=a!=null?String(a):"";else if(d.type==="prop_string"){let u=a[d.prop];c[d.key]=u!=null?String(u):""}p[l]=c}return p}}return null},Yd=(e,t,r,i,s)=>{let n=[],o=e.body;if(o.type===v.OBJECT&&o.fast!==!1){let p=e.itemVar,l=e.indexVar;for(let a=0;a<s.length;a++){let c=s[a],d={},u={...i,[p]:c,...l&&{[l]:a}};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}[${a}]`,...l&&{[l]:a}};for(let h of o.properties){let m=h.parsedKey?V(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]=a;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]:a}})}else d[m]=U(b,r,{...i,[p]:c,...l&&{[l]:a}})}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=a;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]:a}})}else S=U(_,r,{...i,[p]:c,...l&&{[l]:a}});b.push(S!=null?String(S):"")}else{let _={...i,[p]:c,...l&&{[l]:a}},S=V(g,t,r,_);b.push(S!=null?String(S):"")}d[m]=b.join("")}else{let b={...i,[p]:c,...l&&{[l]:a}};d[m]=V(y,t,r,b)}}n.push(d)}return n}return null},Gd=(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 o=n.properties[0],p=n.properties[1];if(o.key==="id"&&o.value.type===v.VARIABLE&&o.value.path==="item.id"&&p.key==="$if item.highlighted"&&p.value.type===v.CONDITIONAL){let l=[];for(let a=0;a<t.length;a++){let c=t[a];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},Jd=(e,t,r,i)=>{let s=V(e.iterable,t,r,i);if(!Array.isArray(s)){let a,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(", ");a=`${e.iterable.name}(${u})`}else a=e.iterable.path||"undefined";let d=`${e.itemVar}${e.indexVar?`, ${e.indexVar}`:""} in ${a}`;throw zd(d,s,c)}if(!e.indexVar){let a=Gd(e,s,e.itemVar);if(a!==null)return a}if(!e.indexVar){let a=qd(e,s);if(a!==null)return a}let n=Yd(e,t,r,i,s);if(n!==null)return n;let o=[],p=e.iterable.path||"";if(i&&i.__paths__&&p){let a=p.split("."),c=a[0];c in i.__paths__&&(p=i.__paths__[c],a.length>1&&(p+="."+a.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(a=>a.type===v.OBJECT&&a.properties.some(c=>c.key.startsWith("$if ")||c.key.startsWith("$when "))));for(let a=0;a<s.length;a++){let c=e.indexVar?{...i,[e.itemVar]:s[a],[e.indexVar]:a}:{...i,[e.itemVar]:s[a]};c.__paths__||(c.__paths__=i.__paths__||{}),c.__paths__={...c.__paths__,[e.itemVar]:`${p}[${a}]`},e.indexVar&&(c.__paths__[e.indexVar]=a);let d=V(e.body,t,r,c);if(Array.isArray(d)&&d.length===1&&!l){let u=d[0];o.push(u===void 0?{}:u)}else o.push(d===void 0?{}:d)}return o},Xd=(e,t,r,i)=>{if(e.whenCondition)return null;if(e.properties.length===1){let s=e.properties[0],n=s.parsedKey?V(s.parsedKey,t,r,i):s.key,o=s.value;if(o.type===v.OBJECT&&o.properties.length<=10&&!o.whenCondition){let p={},l={},a=!0;for(let c of o.properties){let d=c.parsedKey?V(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{a=!1;break}if(!a)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{a=!1;break}if(!a)break;f[m]=b.join("")}else{a=!1;break}}if(!a)break;l[d]=f}else{a=!1;break}}if(a)return p[n]=l,p}}return null},Zd=(e,t,r,i)=>{let s=t.functions||t;if(e.whenCondition&&!je(e.whenCondition,s,r,i))return;let n=Xd(e,t,r,i);if(n!==null)return n;if(e.fast){let l={};for(let a of e.properties){let c=a.parsedKey?V(a.parsedKey,t,r,i):a.key,d=a.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=V(f,t,r,i);u.push(h!=null?String(h):"")}l[c]=u.join("")}else l[c]=V(d,t,r,i)}return l}let o={},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 a=V(l.value,t,r,i);if(!p&&a!==null&&a!==void 0)return Array.isArray(a)&&a.length===1?a[0]:a;typeof a=="object"&&a!==null&&!Array.isArray(a)&&Object.assign(o,a)}else if(l.key.startsWith("$for ")){if(e.properties.length===1)return V(l.value,t,r,i)}else{let a=l.value;if(a&&a.type===v.OBJECT&&a.properties){let c=a.properties.find(d=>d.key.startsWith("$for "));if(c){let d=V(c.value,t,r,i);d!==void 0&&(o[l.key]=d)}else{let d=V(l.value,t,r,i);d!==void 0&&(o[l.key]=d)}}else{let c=l.parsedKey?V(l.parsedKey,t,r,i):l.key,d=V(l.value,t,r,i);d!==void 0&&(o[c]=d)}}return o},xs={},Qd=(e,t,r,i)=>{let s=[];for(let n of e.items)if(n.type===v.LOOP){let o=V(n,t,r,i);Array.isArray(o)&&n.flatten!==!1?s.push(...o):s.push(o)}else{let o=V(n,t,r,i);o!==xs&&o!==void 0&&s.push(o)}return s},ec=(e,t,r,i)=>{let{name:s,data:n,whenCondition:o}=e,p=t.partials||{},l=t.functions||t;if(o&&!je(o,l,r,i))return;if(!p[s])throw new ie(`Partial '${s}' is not defined`);let a=i._partialStack||[];if(a.includes(s))throw new ie(`Circular partial reference detected: ${s}`);let c=p[s],d=r,u={...i,_partialStack:[...a,s]};if(i){d={...r};for(let f of Object.keys(i))f.startsWith("_")||(d[f]=i[f])}if(n){let f=V(n,t,r,i);d={...d,...f}}return V(c,t,d,u)},tc=(e,t,r,i)=>{let{path:s}=e,n=s.split("."),o=n[0],p=n.slice(1);if(!i||!(o in i))throw new ie(`Path reference '#{${s}}' refers to '${o}' which is not a loop variable in the current scope`);if(i.__paths__||(i.__paths__={}),!(o in i.__paths__))throw new ie(`Path reference '#{${s}}' cannot be resolved - path tracking may not be initialized properly`);let l=i.__paths__[o];if(typeof l=="number"){if(p.length>0)throw new ie(`Path reference '#{${s}}' - cannot access properties on index variable '${o}'`);return String(l)}return p.length>0&&(l+="."+p.join(".")),l},rc=/\$\{([^}]*)\}/g,ic=/#\{([^}]*)\}/g,Ss=(e,t={})=>{let r=e.match(/^(\w+)\((.*)\)$/);if(!r)return{isFunction:!1};let[,i,s]=r,n=sc(s,t);return{isFunction:!0,type:v.FUNCTION,name:i,args:n}},sc=(e,t={})=>e.trim()?nc(e).map(r=>oc(r.trim(),t)):[],nc=e=>{let t=[],r="",i=0,s=!1,n="";for(let o=0;o<e.length;o++){let p=e[o],l=o>0?e[o-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},oc=(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=Ss(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:o,type:p}of s){let l=0;for(;l<i.length;){let a=Te(i.substring(l),o);if(a===-1)break;let c=l+a;c>n&&(n=c),l=c+o.length}}if(n!==-1)try{return Q(i,t)}catch{return{type:v.VARIABLE,path:i}}return{type:v.VARIABLE,path:i}},As=/^\w+\(.*\)$/,ac=/\s[+\-*/%]\s|\|\||&&|\?\?|.*\?.*:/,lc=e=>{if(!(!e||e.trim()===""||As.test(e))&&ac.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}"`)},Oi=e=>{let t=e.trim();if(As.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}},yt=(e,t={})=>{let r=e.trim();lc(r);let i=Ss(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}},Es=(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,(a,c)=>{let d=`__ESCAPED_${i.length}__`;return i.push(c),d}),r=r.replace(/\\(#\{[^}]*\})/g,(a,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(rc)],n=[...r.matchAll(ic)],o=[...s.map(a=>({match:a,type:"variable"})),...n.map(a=>({match:a,type:"pathref"}))].sort((a,c)=>a.match.index-c.match.index);if(o.length===0){let a=r;for(let c=0;c<i.length;c++)a=a.replace(`__ESCAPED_${c}__`,i[c]);return{type:v.LITERAL,value:a}}if(o.length===1&&o[0].match[0]===r&&i.length===0){let{match:a,type:c}=o[0];try{return c==="variable"?yt(a[1],t):Oi(a[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:a,type:c}of o){let[d,u]=a,f=a.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=yt(u.trim(),t):h=Oi(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 a=r.substring(l);for(let c=0;c<i.length;c++)a=a.replace(`__ESCAPED_${c}__`,i[c]);a&&p.push(a)}return{type:v.INTERPOLATION,parts:p}},Ae=(e,t)=>typeof e=="string"?Es(e,t):typeof e=="object"&&e!==null?Array.isArray(e)?dc(e,t):cc(e,t):{type:v.LITERAL,value:e},pc=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}},dc=(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=pc(n),a=Object.keys(l);if(a.length===1&&/^\$for(?::\w+)?\s/.test(a[0])){let c=Ti(a[0],l[a[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=Ti(p[0],n[p[0]],t);r.push(l),i=!0;continue}}let o=Ae(n,t);r.push(o),(o.type===v.FUNCTION||o.type===v.CONDITIONAL||o.type===v.LOOP||o.type===v.PARTIAL||o.type===v.OBJECT&&!o.fast||o.type===v.ARRAY&&!o.fast)&&(i=!0)}return{type:v.ARRAY,items:r,fast:!i}},cc=(e,t)=>{let r=[],i=!1,s=null,n=Object.entries(e),o=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"],a=[];for(let[b]of n)for(let g of l)if(b===g||b.startsWith(g+" ")||b.startsWith(g+"#")){a.push(g);break}if(a.length>0)throw new k(`Cannot use $partial with ${a.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,a]of n)if(l==="$when"){if(s!==null)throw new k("Multiple '$when' directives on the same object are not allowed");if(a==null)throw new k("Missing condition expression after '$when'");let c=typeof a=="string"?a:JSON.stringify(a);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(;o<n.length;){let[l,a]=n[o];if(l==="$when"){o++;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=hc(n,o,t);r.push({key:l,value:c.node}),i=!0,o=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(a,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=Es(l,t),u={key:l,value:c};(d.type!==v.LITERAL||d.value!==l)&&(u.parsedKey=d),r.push(u),o++}}}let p={type:v.OBJECT,properties:r,fast:!i};return s&&(p.whenCondition=s),p},hc=(e,t,r={})=>{let i=[],s=[],n=t,[o,p]=e[n],l=null,a;if(o.startsWith("$if#")){let d=o.match(/^\$if#(\w+)\s+(.+)$/);if(d)l=d[1],a=d[2];else throw new k(`Invalid conditional syntax: ${o}`)}else a=o.substring(4),a.endsWith(":")&&(a=a.slice(0,-1).trim());Ci(a);let c=Q(a,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{Ci(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 a=e.slice(1,-1),c=0,d=!0;for(let u=0;u<a.length;u++)if(a[u]==="("?c++:a[u]===")"&&c--,c<0){d=!1;break}if(d&&c===0)return Q(a,t)}let r=Te(e,"||");if(r!==-1)return{type:v.BINARY,op:P.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:P.AND,left:Q(e.substring(0,i).trim(),t),right:Q(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:a,type:c}of s){let d=Te(e,a);if(d!==-1)return{type:v.BINARY,op:c,left:Q(e.substring(0,d).trim(),t),right:Q(e.substring(d+a.length).trim(),t)}}let n=-1,o=null,p=[{op:" + ",type:P.ADD},{op:" - ",type:P.SUBTRACT}];for(let{op:a,type:c}of p){let d=0;for(;d<e.length;){let u=Te(e.substring(d),a);if(u===-1)break;let f=d+u;f>n&&(n=f,o={op:a,type:c}),d=f+a.length}}if(n!==-1&&o)return{type:v.BINARY,op:o.type,left:Q(e.substring(0,n).trim(),t),right:Q(e.substring(n+o.op.length).trim(),t)};let l=[" * "," / "," % "];for(let a of l)if(Te(e,a)!==-1)throw new k(`Arithmetic operations are not allowed in conditionals: "${a}"`);return e.startsWith("!")?{type:v.UNARY,op:hr.NOT,operand:Q(e.substring(1).trim(),t)}:ks(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},uc=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}},ks=(e,t)=>{let r=e.trim();if(r.match(/^(\w+)\((.*)\)$/))return yt(r,t);let i=uc(r);if(i.type===v.LITERAL)return i;if(/^[a-zA-Z_$][\w.$]*$/.test(r))return{type:v.VARIABLE,path:r};try{return yt(r,t)}catch(s){if(s.message&&s.message.includes("not supported"))return i;throw s}},fc=(e,t=!1)=>{try{Bd(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}},Ti=(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 o=n[1],p=n[2].trim();fc(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 a=l[1].trim(),c=l[2].trim(),d,u=null;if(a.includes(",")){let y=a.split(",").map(b=>b.trim());if(y.length!==2)throw new k(`Invalid loop variables: ${a}. Expected format: "item" or "item, index"`);d=y[0],u=y[1]}else d=a;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=ks(c,r),m=Ae(t,r);return{type:v.LOOP,itemVar:d,indexVar:u,iterable:h,body:m,flatten:o!=="nested"}},ur=(e,t={})=>{let{functions:r={}}=t;return Ae(e,r)},mc=()=>Date.now(),yc=Object.freeze(Object.defineProperty({__proto__:null,now:mc},Symbol.toStringTag,{value:"Module"})),$s=(e,t,r={})=>{let{functions:i={},partials:s={}}=r,n={...yc,...i},o=ur(e,{functions:n}),p={};for(let[l,a]of Object.entries(s))p[l]=ur(a,{functions:n});return bs(o,t,{functions:n,partials:p})},Xe=e=>e!==null&&typeof e=="object"&&!Array.isArray(e),gc=(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(!Xe(n))throw new Error(`[Methods] Method '${r}' expects payload to be an object.`);return i.call(e,n)}})}})},Cs=Symbol.for("immer-nothing"),Li=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 De=Object.getPrototypeOf;function Pe(e){return!!e&&!!e[ne]}function Ee(e){return e?Is(e)||Array.isArray(e)||!!e[Li]||!!e.constructor?.[Li]||At(e)||Et(e):!1}var bc=Object.prototype.constructor.toString();function Is(e){if(!e||typeof e!="object")return!1;let t=De(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)===bc}function gt(e,t){St(e)===0?Reflect.ownKeys(e).forEach(r=>{t(r,e[r],e)}):e.forEach((r,i)=>t(i,r,e))}function St(e){let t=e[ne];return t?t.type_:Array.isArray(e)?1:At(e)?2:Et(e)?3:0}function fr(e,t){return St(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Os(e,t,r){let i=St(e);i===2?e.set(t,r):i===3?e.add(r):e[t]=r}function vc(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function At(e){return e instanceof Map}function Et(e){return e instanceof Set}function _e(e){return e.copy_||e.base_}function mr(e,t){if(At(e))return new Map(e);if(Et(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);let r=Is(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 o=s[n],p=i[o];p.writable===!1&&(p.writable=!0,p.configurable=!0),(p.get||p.set)&&(i[o]={configurable:!0,writable:!0,enumerable:p.enumerable,value:e[o]})}return Object.create(De(e),i)}else{let i=De(e);if(i!==null&&r)return{...e};let s=Object.create(i);return Object.assign(s,e)}}function Tr(e,t=!1){return kt(e)||Pe(e)||!Ee(e)||(St(e)>1&&(e.set=e.add=e.clear=e.delete=wc),Object.freeze(e),t&&Object.entries(e).forEach(([r,i])=>Tr(i,!0))),e}function wc(){de(2)}function kt(e){return Object.isFrozen(e)}var _c={};function ke(e){let t=_c[e];return t||de(0,e),t}var Ze;function Ts(){return Ze}function xc(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function Ni(e,t){t&&(ke("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function yr(e){gr(e),e.drafts_.forEach(Sc),e.drafts_=null}function gr(e){e===Ze&&(Ze=e.parent_)}function Ri(e){return Ze=xc(Ze,e)}function Sc(e){let t=e[ne];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Vi(e,t){t.unfinalizedDrafts_=t.drafts_.length;let r=t.drafts_[0];return e!==void 0&&e!==r?(r[ne].modified_&&(yr(t),de(4)),Ee(e)&&(e=bt(t,e),t.parent_||vt(t,e)),t.patches_&&ke("Patches").generateReplacementPatches_(r[ne].base_,e,t.patches_,t.inversePatches_)):e=bt(t,r,[]),yr(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==Cs?e:void 0}function bt(e,t,r){if(kt(t))return t;let i=t[ne];if(!i)return gt(t,(s,n)=>ji(e,i,t,s,n,r)),t;if(i.scope_!==e)return t;if(!i.modified_)return vt(e,i.base_,!0),i.base_;if(!i.finalized_){i.finalized_=!0,i.scope_.unfinalizedDrafts_--;let s=i.copy_,n=s,o=!1;i.type_===3&&(n=new Set(s),s.clear(),o=!0),gt(n,(p,l)=>ji(e,i,s,p,l,r,o)),vt(e,s,!1),r&&e.patches_&&ke("Patches").generatePatches_(i,r,e.patches_,e.inversePatches_)}return i.copy_}function ji(e,t,r,i,s,n,o){if(Pe(s)){let p=n&&t&&t.type_!==3&&!fr(t.assigned_,i)?n.concat(i):void 0,l=bt(e,s,p);if(Os(r,i,l),Pe(l))e.canAutoFreeze_=!1;else return}else o&&r.add(s);if(Ee(s)&&!kt(s)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;bt(e,s),(!t||!t.scope_.parent_)&&typeof i!="symbol"&&Object.prototype.propertyIsEnumerable.call(r,i)&&vt(e,s)}}function vt(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Tr(t,r)}function Ac(e,t){let r=Array.isArray(e),i={type_:r?1:0,scope_:t?t.scope_:Ts(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1},s=i,n=Lr;r&&(s=[i],n=Qe);let{revoke:o,proxy:p}=Proxy.revocable(s,n);return i.draft_=p,i.revoke_=o,p}var Lr={get(e,t){if(t===ne)return e;let r=_e(e);if(!fr(r,t))return Ec(e,r,t);let i=r[t];return e.finalized_||!Ee(i)?i:i===ir(e.base_,t)?(sr(e),e.copy_[t]=vr(i,e)):i},has(e,t){return t in _e(e)},ownKeys(e){return Reflect.ownKeys(_e(e))},set(e,t,r){let i=Ls(_e(e),t);if(i?.set)return i.set.call(e.draft_,r),!0;if(!e.modified_){let s=ir(_e(e),t),n=s?.[ne];if(n&&n.base_===r)return e.copy_[t]=r,e.assigned_[t]=!1,!0;if(vc(r,s)&&(r!==void 0||fr(e.base_,t)))return!0;sr(e),br(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 ir(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,sr(e),br(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 De(e.base_)},setPrototypeOf(){de(12)}},Qe={};gt(Lr,(e,t)=>{Qe[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}});Qe.deleteProperty=function(e,t){return Qe.set.call(this,e,t,void 0)};Qe.set=function(e,t,r){return Lr.set.call(this,e[0],t,r,e[0])};function ir(e,t){let r=e[ne];return(r?_e(r):e)[t]}function Ec(e,t,r){let i=Ls(t,r);return i?"value"in i?i.value:i.get?.call(e.draft_):void 0}function Ls(e,t){if(!(t in e))return;let r=De(e);for(;r;){let i=Object.getOwnPropertyDescriptor(r,t);if(i)return i;r=De(r)}}function br(e){e.modified_||(e.modified_=!0,e.parent_&&br(e.parent_))}function sr(e){e.copy_||(e.copy_=mr(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var kc=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 o=this;return function(p=n,...l){return o.produce(p,a=>r.call(this,a,...l))}}typeof r!="function"&&de(6),i!==void 0&&typeof i!="function"&&de(7);let s;if(Ee(t)){let n=Ri(this),o=vr(t,void 0),p=!0;try{s=r(o),p=!1}finally{p?yr(n):gr(n)}return Ni(n,i),Vi(s,n)}else if(!t||typeof t!="object"){if(s=r(t),s===void 0&&(s=t),s===Cs&&(s=void 0),this.autoFreeze_&&Tr(s,!0),i){let n=[],o=[];ke("Patches").generateReplacementPatches_(t,s,n,o),i(n,o)}return s}else de(1,t)},this.produceWithPatches=(t,r)=>{if(typeof t=="function")return(n,...o)=>this.produceWithPatches(n,p=>t(p,...o));let i,s;return[this.produce(t,r,(n,o)=>{i=n,s=o}),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=$c(e));let t=Ri(this),r=vr(e,void 0);return r[ne].isManual_=!0,gr(t),r}finishDraft(e,t){let r=e&&e[ne];(!r||!r.isManual_)&&de(9);let{scope_:i}=r;return Ni(i,t),Vi(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 vr(e,t){let r=At(e)?ke("MapSet").proxyMap_(e,t):Et(e)?ke("MapSet").proxySet_(e,t):Ac(e,t);return(t?t.scope_:Ts()).drafts_.push(r),r}function $c(e){return Pe(e)||de(10,e),Ns(e)}function Ns(e){if(!Ee(e)||kt(e))return e;let t=e[ne],r;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=mr(e,t.scope_.immer_.useStrictShallowCopy_)}else r=mr(e,!0);return gt(r,(i,s)=>{Os(r,i,Ns(s))}),t&&(t.finalized_=!1),r}var oe=new kc,Cc=oe.produce;oe.produceWithPatches.bind(oe);oe.setAutoFreeze.bind(oe);oe.setUseStrictShallowCopy.bind(oe);oe.applyPatches.bind(oe);oe.createDraft.bind(oe);oe.finishDraft.bind(oe);var Ic=(e,t,r)=>{let{createInitialState:i,...s}=e,n={},o={},p={};return i&&(p=i({props:t,constants:r})),Object.entries(s).forEach(([l,a])=>{if(l.startsWith("select")){n[l]=(...c)=>a({state:p,props:t,constants:r},...c);return}o[l]=(c={})=>{let d=c===void 0?{}:c;if(!Xe(d))throw new Error(`[Store] Action '${l}' expects payload to be an object.`);return p=Cc(p,u=>a({state:u,props:t,constants:r},d)),p}}),{getState:()=>p,...o,...n}},Rs=e=>!Xe(e)||Object.isFrozen(e)?e:(Object.values(e).forEach(t=>{Rs(t)}),Object.freeze(e)),Oc=({setupConstants:e,fileConstants:t})=>{let r=Xe(e)?e:{},i=Xe(t)?t:{};return Rs({...r,...i})},Tc=(e,t)=>{if(!t||typeof t!="object")return"";let r="",i=n=>Object.entries(n).map(([o,p])=>` ${o}: ${p};`).join(`
|
|
1487
|
+
`))}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:o}=this._calculatePosition(t,r,s.width,s.height,i);this._popoverContainer.style.left=`${n}px`,this._popoverContainer.style.top=`${o}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 a=8;return p=Math.max(a,Math.min(p,window.innerWidth-i-a)),l=Math.max(a,Math.min(l,window.innerHeight-s-a)),{left:p,top:l}}get popover(){return this._popoverContainer}},mi=({render:e,html:t})=>er;var Cn=(e,t)=>{let{store:r,render:i}=e;r.toggleOpen({}),i()},In=Object.freeze(Object.defineProperty({__proto__:null,handleClickHeader:Cn},Symbol.toStringTag,{value:"Module"})),On=()=>Object.freeze({open:!1}),Tn=["id","class","style","slot","label","content"],Ln=(e={})=>Object.entries(e).filter(([t])=>!Tn.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),Nn=({state:e,props:t})=>({label:t.label||"",content:t.content||"",openClass:e.open?"content-wrapper open":"content-wrapper",chevronIcon:e.open?"chevronUp":"chevronDown",containerAttrString:Ln(t)}),Rn=({state:e})=>{e.open=!e.open},Vn=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:On,selectViewData:Nn,toggleOpen:Rn},Symbol.toStringTag,{value:"Module"})),jn=(e,t)=>{let{dispatchEvent:r,props:i}=e,s=t._event,n=Number(s.currentTarget.dataset.index),o=Array.isArray(i.items)?i.items[n]:void 0;if(o){if(o.disabled||o.current){s.preventDefault();return}typeof o.href=="string"&&o.href.length>0||s.preventDefault(),r(new CustomEvent("item-click",{detail:{id:o.id,path:o.path,href:o.href,item:o,index:n,trigger:s.type}}))}},Dn=Object.freeze(Object.defineProperty({__proto__:null,handleClickItem:jn},Symbol.toStringTag,{value:"Module"})),Bn=()=>Object.freeze({}),Pn=["id","class","style","slot","items","sep","max","separator"],zn=(e={})=>Object.entries(e).filter(([t])=>!Pn.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),Fn=e=>{if(e==null||e==="")return;let t=Number(e);return Number.isNaN(t)?void 0:t},Wn=e=>`${e}`.replace(/"/g,"""),Mn=(e,t)=>{if(!t||t<3||e.length<=t)return e;let r=t-2;return[e[0],{isEllipsis:!0,label:"..."},...e.slice(-r)]},Kn=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,o=!!t.disabled,p=!n&&!o&&(i||s||!!t.click),l=t.rel||(t.newTab?"noopener noreferrer":""),a=[t.newTab?'target="_blank"':"",l?`rel="${Wn(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:o,isInteractive:p,linkExtraAttrs:a,c:n?"fg":"mu-fg"}}),Un=({props:e})=>{let t=zn(e),r=Array.isArray(e.items)?e.items:[],i=Fn(e.max),s=e.sep||"breadcrumb-arrow",n=Kn(r),o=Mn(n,i),p=[];return o.forEach((l,a)=>{p.push(l),a<o.length-1&&p.push({isSeparator:!0})}),{containerAttrString:t,items:p,sep:s}},Hn=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:Bn,selectViewData:Un},Symbol.toStringTag,{value:"Module"})),qn=["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"],yi={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"}},Yn=(e={})=>Object.entries(e).filter(([t])=>!qn.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),Gn=()=>Object.freeze({}),Jn=({props:e={}})=>{let t=yi[e.size]?e.size:"md",r=yi[t];return{containerAttrString:Yn(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}},Xn=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:Gn,selectViewData:Jn},Symbol.toStringTag,{value:"Module"})),Zn=(e,t)=>{let{dispatchEvent:r}=e;r(new CustomEvent("close"))},Qn=(e,t)=>{let{dispatchEvent:r,props:i}=e,s=t._event,n=Number(s.currentTarget.dataset.index??s.currentTarget.id.slice(6)),o=i.items[n],p=o?.type||"item";if(!o||p!=="item"||o.disabled){s.preventDefault();return}o.href||s.preventDefault(),r(new CustomEvent("item-click",{detail:{index:n,item:o,id:o.id,path:o.path,href:o.href,trigger:s.type}}))},eo=Object.freeze(Object.defineProperty({__proto__:null,handleClickMenuItem:Qn,handleClosePopover:Zn},Symbol.toStringTag,{value:"Module"})),to=()=>Object.freeze({}),ro=e=>`${e}`.replace(/"/g,"""),io=e=>e.map((t,r)=>{let i=t.type||"item",s=i==="separator",n=i==="label",o=i==="item",p=!!t.disabled,l=o&&!p,a=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="${ro(f)}"`:""].filter(Boolean).join(" ");return{...t,index:r,type:i,isSeparator:s,isLabel:n,isItem:o,isDisabled:p,isInteractive:l,hasHref:u,linkExtraAttrs:h,c:a,bgc:c,hoverBgc:d}}),so=({props:e})=>{let t=Array.isArray(e.items)?e.items:[];return{items:io(t),open:!!e.open,x:e.x||0,y:e.y||0,w:e.w||"300",h:e.h||"300",place:e.place||"bs"}},no=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:to,selectViewData:so},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},D={EQ:0,NEQ:1,GT:2,LT:3,GTE:4,LTE:5,AND:6,OR:7,IN:8,ADD:10,SUBTRACT:11},lr={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"}},gi=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}')`)},oo=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}')`)}},ao=(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}'`)},lo=(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})`)},po=(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 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 ho(e.parts,t,r,i);switch(e.type){case w.FUNCTION:return Gi(e,t,r,i);case w.BINARY:return Ji(e,t,r,i);case w.UNARY:return Xi(e,t,r,i);case w.CONDITIONAL:return fo(e,t,r,i);case w.LOOP:return vo(e,t,r,i);case w.OBJECT:return _o(e,t,r,i);case w.ARRAY:return xo(e,t,r,i);case w.PARTIAL:return So(e,t,r,i);case w.PATH_REFERENCE:return Ao(e,t,r,i);default:throw new Error(`Unknown node type: ${e.type}`)}},bi=new Map,co=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 o=r.trim();if(/^\d+$/.test(o))t.push({type:"index",value:parseInt(o,10)});else if(o.startsWith('"')&&o.endsWith('"')||o.startsWith("'")&&o.endsWith("'")){let p=o.slice(1,-1);t.push({type:"property",value:p})}else t.push({type:"property",value:o});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=bi.get(e);if(!i){let n=[],o="",p=0;for(let l=0;l<e.length;l++){let a=e[l];a==="["?(p++,o+=a):a==="]"?(p--,o+=a):a==="."&&p===0?o&&(n.push(o),o=""):o+=a}o&&n.push(o),i=[];for(let l of n){let a=co(l.trim());i.push(...a)}bi.set(e,i)}let s=t;for(let n=0;n<i.length;n++){let o=i[n];if(o.type==="property"&&o.value in r){s=r[o.value];continue}if(s==null)return;(o.type==="property"||o.type==="index")&&(s=s[o.value])}return s},ho=(e,t,r,i)=>{let s=[];for(let n of e)if(typeof n=="string")s.push(n);else{let o=R(n,t,r,i);s.push(o!=null?String(o):"")}return s.join("")},Gi=(e,t,r,i)=>{let s=t.functions||t,n=s[e.name];if(!n)throw lo(e.name,s);let o=e.args.map(p=>R(p,t,r,i));return n(...o)},Ve=(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 Ji(e,t,r,i);case w.UNARY:return Xi(e,t,r,i);case w.FUNCTION:return Gi(e,t,r,i);default:return R(e,t,r,i)}},Ji=(e,t,r,i)=>{if(e.op===D.AND||e.op===D.OR){let o=Ve(e.left,t,r,i),p=Ve(e.right,t,r,i);switch(e.op){case D.AND:return o&&p;case D.OR:return o||p}}let s=R(e.left,t,r,i),n=R(e.right,t,r,i);switch(e.op){case D.EQ:return s==n;case D.NEQ:return s!=n;case D.GT:return s>n;case D.LT:return s<n;case D.GTE:return s>=n;case D.LTE:return s<=n;case D.IN:return Array.isArray(n)?n.includes(s):!1;case D.ADD:if(typeof s!="number"||typeof n!="number")throw new le(`Arithmetic operations require numbers. Got ${typeof s} + ${typeof n}`);return s+n;case D.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}`)}},Xi=(e,t,r,i)=>{let s=e.op===lr.NOT?Ve(e.operand,t,r,i):R(e.operand,t,r,i);switch(e.op){case lr.NOT:return!s;default:throw new Error(`Unknown unary operator: ${e.op}`)}},uo=(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 o={};for(let p of n.properties){let l=p.parsedKey?R(p.parsedKey,t,r,i):p.key,a=p.value;if(a.type===w.LITERAL)o[l]=a.value;else if(a.type===w.VARIABLE)o[l]=K(a.path,r,i);else if(a.type===w.INTERPOLATION){let c=[];for(let d of a.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=R(d,t,r,i);c.push(u!=null?String(u):"")}o[l]=c.join("")}else o[l]=R(a,t,r,i)}return o}}else{let n=e.bodies[1];if(n.type===w.OBJECT&&n.properties.length<=5){let o={};for(let p of n.properties){let l=p.parsedKey?R(p.parsedKey,t,r,i):p.key,a=p.value;if(a.type===w.LITERAL)o[l]=a.value;else if(a.type===w.VARIABLE)o[l]=K(a.path,r,i);else if(a.type===w.INTERPOLATION){let c=[];for(let d of a.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=R(d,t,r,i);c.push(u!=null?String(u):"")}o[l]=c.join("")}else o[l]=R(a,t,r,i)}return o}}}return null},fo=(e,t,r,i)=>{let s=uo(e,t,r,i);if(s!==null)return s;for(let n=0;n<e.conditions.length;n++){let o=e.conditions[n];if(o===null||Ve(o,t,r,i))return R(e.bodies[n],t,r,i)}return Zi},mo=(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 o=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 a=t[l];if(a[o]){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]=a;else if(h.startsWith(i+".")){let m=h.substring(i.length+1);c[u]=a[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(a!=null?String(a):"");else if(b.startsWith(i+".")){let g=b.substring(i.length+1),_=a[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},yo=(e,t)=>{let r=e.body,i=e.itemVar,s=mo(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=[],o=!0;for(let p of r.properties){let l=p.key,a=p.value;if(a.type===w.LITERAL)n.push({key:l,type:"literal",value:a.value});else if(a.type===w.VARIABLE){let c=a.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{o=!1;break}}else{o=!1;break}}else if(a.type===w.INTERPOLATION&&a.parts.length===1){let c=a.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{o=!1;break}}else{o=!1;break}}else{o=!1;break}}else{o=!1;break}}if(o){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 a=t[l];p[l]={id:a.id,title:a.title!=null?String(a.title):"",completed:a.completed}}else for(let l=0;l<t.length;l++){let a=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]=a;else if(d.type==="prop")c[d.key]=a[d.prop];else if(d.type==="item_string")c[d.key]=a!=null?String(a):"";else if(d.type==="prop_string"){let u=a[d.prop];c[d.key]=u!=null?String(u):""}p[l]=c}return p}}return null},go=(e,t,r,i,s)=>{let n=[],o=e.body;if(o.type===w.OBJECT&&o.fast!==!1){let p=e.itemVar,l=e.indexVar;for(let a=0;a<s.length;a++){let c=s[a],d={},u={...i,[p]:c,...l&&{[l]:a}};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}[${a}]`,...l&&{[l]:a}};for(let h of o.properties){let m=h.parsedKey?R(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]=a;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]:a}})}else d[m]=K(b,r,{...i,[p]:c,...l&&{[l]:a}})}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=a;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]:a}})}else S=K(_,r,{...i,[p]:c,...l&&{[l]:a}});b.push(S!=null?String(S):"")}else{let _={...i,[p]:c,...l&&{[l]:a}},S=R(g,t,r,_);b.push(S!=null?String(S):"")}d[m]=b.join("")}else{let b={...i,[p]:c,...l&&{[l]:a}};d[m]=R(y,t,r,b)}}n.push(d)}return n}return null},bo=(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 o=n.properties[0],p=n.properties[1];if(o.key==="id"&&o.value.type===w.VARIABLE&&o.value.path==="item.id"&&p.key==="$if item.highlighted"&&p.value.type===w.CONDITIONAL){let l=[];for(let a=0;a<t.length;a++){let c=t[a];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},vo=(e,t,r,i)=>{let s=R(e.iterable,t,r,i);if(!Array.isArray(s)){let a,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(", ");a=`${e.iterable.name}(${u})`}else a=e.iterable.path||"undefined";let d=`${e.itemVar}${e.indexVar?`, ${e.indexVar}`:""} in ${a}`;throw ao(d,s,c)}if(!e.indexVar){let a=bo(e,s,e.itemVar);if(a!==null)return a}if(!e.indexVar){let a=yo(e,s);if(a!==null)return a}let n=go(e,t,r,i,s);if(n!==null)return n;let o=[],p=e.iterable.path||"";if(i&&i.__paths__&&p){let a=p.split("."),c=a[0];c in i.__paths__&&(p=i.__paths__[c],a.length>1&&(p+="."+a.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(a=>a.type===w.OBJECT&&a.properties.some(c=>c.key.startsWith("$if ")||c.key.startsWith("$when "))));for(let a=0;a<s.length;a++){let c=e.indexVar?{...i,[e.itemVar]:s[a],[e.indexVar]:a}:{...i,[e.itemVar]:s[a]};c.__paths__||(c.__paths__=i.__paths__||{}),c.__paths__={...c.__paths__,[e.itemVar]:`${p}[${a}]`},e.indexVar&&(c.__paths__[e.indexVar]=a);let d=R(e.body,t,r,c);if(Array.isArray(d)&&d.length===1&&!l){let u=d[0];o.push(u===void 0?{}:u)}else o.push(d===void 0?{}:d)}return o},wo=(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,o=s.value;if(o.type===w.OBJECT&&o.properties.length<=10&&!o.whenCondition){let p={},l={},a=!0;for(let c of o.properties){let d=c.parsedKey?R(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{a=!1;break}if(!a)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{a=!1;break}if(!a)break;f[m]=b.join("")}else{a=!1;break}}if(!a)break;l[d]=f}else{a=!1;break}}if(a)return p[n]=l,p}}return null},_o=(e,t,r,i)=>{let s=t.functions||t;if(e.whenCondition&&!Ve(e.whenCondition,s,r,i))return;let n=wo(e,t,r,i);if(n!==null)return n;if(e.fast){let l={};for(let a of e.properties){let c=a.parsedKey?R(a.parsedKey,t,r,i):a.key,d=a.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=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 o={},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 a=R(l.value,t,r,i);if(!p&&a!==null&&a!==void 0)return Array.isArray(a)&&a.length===1?a[0]:a;typeof a=="object"&&a!==null&&!Array.isArray(a)&&Object.assign(o,a)}else if(l.key.startsWith("$for ")){if(e.properties.length===1)return R(l.value,t,r,i)}else{let a=l.value;if(a&&a.type===w.OBJECT&&a.properties){let c=a.properties.find(d=>d.key.startsWith("$for "));if(c){let d=R(c.value,t,r,i);d!==void 0&&(o[l.key]=d)}else{let d=R(l.value,t,r,i);d!==void 0&&(o[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&&(o[c]=d)}}return o},Zi={},xo=(e,t,r,i)=>{let s=[];for(let n of e.items)if(n.type===w.LOOP){let o=R(n,t,r,i);Array.isArray(o)&&n.flatten!==!1?s.push(...o):s.push(o)}else{let o=R(n,t,r,i);o!==Zi&&o!==void 0&&s.push(o)}return s},So=(e,t,r,i)=>{let{name:s,data:n,whenCondition:o}=e,p=t.partials||{},l=t.functions||t;if(o&&!Ve(o,l,r,i))return;if(!p[s])throw new le(`Partial '${s}' is not defined`);let a=i._partialStack||[];if(a.includes(s))throw new le(`Circular partial reference detected: ${s}`);let c=p[s],d=r,u={...i,_partialStack:[...a,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)},Ao=(e,t,r,i)=>{let{path:s}=e,n=s.split("."),o=n[0],p=n.slice(1);if(!i||!(o in i))throw new le(`Path reference '#{${s}}' refers to '${o}' which is not a loop variable in the current scope`);if(i.__paths__||(i.__paths__={}),!(o in i.__paths__))throw new le(`Path reference '#{${s}}' cannot be resolved - path tracking may not be initialized properly`);let l=i.__paths__[o];if(typeof l=="number"){if(p.length>0)throw new le(`Path reference '#{${s}}' - cannot access properties on index variable '${o}'`);return String(l)}return p.length>0&&(l+="."+p.join(".")),l},Eo=/\$\{([^}]*)\}/g,ko=/#\{([^}]*)\}/g,Qi=(e,t={})=>{let r=e.match(/^(\w+)\((.*)\)$/);if(!r)return{isFunction:!1};let[,i,s]=r,n=$o(s,t);return{isFunction:!0,type:w.FUNCTION,name:i,args:n}},$o=(e,t={})=>e.trim()?Co(e).map(r=>Io(r.trim(),t)):[],Co=e=>{let t=[],r="",i=0,s=!1,n="";for(let o=0;o<e.length;o++){let p=e[o],l=o>0?e[o-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},Io=(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=Qi(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:o,type:p}of s){let l=0;for(;l<i.length;){let a=Oe(i.substring(l),o);if(a===-1)break;let c=l+a;c>n&&(n=c),l=c+o.length}}if(n!==-1)try{return Z(i,t)}catch{return{type:w.VARIABLE,path:i}}return{type:w.VARIABLE,path:i}},es=/^\w+\(.*\)$/,Oo=/\s[+\-*/%]\s|\|\||&&|\?\?|.*\?.*:/,To=e=>{if(!(!e||e.trim()===""||es.test(e))&&Oo.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}"`)},vi=e=>{let t=e.trim();if(es.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}},ut=(e,t={})=>{let r=e.trim();To(r);let i=Qi(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}},ts=(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,(a,c)=>{let d=`__ESCAPED_${i.length}__`;return i.push(c),d}),r=r.replace(/\\(#\{[^}]*\})/g,(a,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(Eo)],n=[...r.matchAll(ko)],o=[...s.map(a=>({match:a,type:"variable"})),...n.map(a=>({match:a,type:"pathref"}))].sort((a,c)=>a.match.index-c.match.index);if(o.length===0){let a=r;for(let c=0;c<i.length;c++)a=a.replace(`__ESCAPED_${c}__`,i[c]);return{type:w.LITERAL,value:a}}if(o.length===1&&o[0].match[0]===r&&i.length===0){let{match:a,type:c}=o[0];try{return c==="variable"?ut(a[1],t):vi(a[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:a,type:c}of o){let[d,u]=a,f=a.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=ut(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 a=r.substring(l);for(let c=0;c<i.length;c++)a=a.replace(`__ESCAPED_${c}__`,i[c]);a&&p.push(a)}return{type:w.INTERPOLATION,parts:p}},Se=(e,t)=>typeof e=="string"?ts(e,t):typeof e=="object"&&e!==null?Array.isArray(e)?No(e,t):Ro(e,t):{type:w.LITERAL,value:e},Lo=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}},No=(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=Lo(n),a=Object.keys(l);if(a.length===1&&/^\$for(?::\w+)?\s/.test(a[0])){let c=wi(a[0],l[a[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=wi(p[0],n[p[0]],t);r.push(l),i=!0;continue}}let o=Se(n,t);r.push(o),(o.type===w.FUNCTION||o.type===w.CONDITIONAL||o.type===w.LOOP||o.type===w.PARTIAL||o.type===w.OBJECT&&!o.fast||o.type===w.ARRAY&&!o.fast)&&(i=!0)}return{type:w.ARRAY,items:r,fast:!i}},Ro=(e,t)=>{let r=[],i=!1,s=null,n=Object.entries(e),o=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"],a=[];for(let[b]of n)for(let g of l)if(b===g||b.startsWith(g+" ")||b.startsWith(g+"#")){a.push(g);break}if(a.length>0)throw new $(`Cannot use $partial with ${a.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=Z(d,t)}else b={type:w.LITERAL,value:d};y.whenCondition=b}return y}for(let[l,a]of n)if(l==="$when"){if(s!==null)throw new $("Multiple '$when' directives on the same object are not allowed");if(a==null)throw new $("Missing condition expression after '$when'");let c=typeof a=="string"?a:JSON.stringify(a);if(c.trim()==="")throw new $("Empty condition expression after '$when'");s=Z(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(;o<n.length;){let[l,a]=n[o];if(l==="$when"){o++;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=Vo(n,o,t);r.push({key:l,value:c.node}),i=!0,o=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(a,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=ts(l,t),u={key:l,value:c};(d.type!==w.LITERAL||d.value!==l)&&(u.parsedKey=d),r.push(u),o++}}}let p={type:w.OBJECT,properties:r,fast:!i};return s&&(p.whenCondition=s),p},Vo=(e,t,r={})=>{let i=[],s=[],n=t,[o,p]=e[n],l=null,a;if(o.startsWith("$if#")){let d=o.match(/^\$if#(\w+)\s+(.+)$/);if(d)l=d[1],a=d[2];else throw new $(`Invalid conditional syntax: ${o}`)}else a=o.substring(4),a.endsWith(":")&&(a=a.slice(0,-1).trim());gi(a);let c=Z(a,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{gi(h);let m=Z(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}},Z=(e,t={})=>{if(e=e.trim(),e.startsWith("(")&&e.endsWith(")")){let a=e.slice(1,-1),c=0,d=!0;for(let u=0;u<a.length;u++)if(a[u]==="("?c++:a[u]===")"&&c--,c<0){d=!1;break}if(d&&c===0)return Z(a,t)}let r=Oe(e,"||");if(r!==-1)return{type:w.BINARY,op:D.OR,left:Z(e.substring(0,r).trim(),t),right:Z(e.substring(r+2).trim(),t)};let i=Oe(e,"&&");if(i!==-1)return{type:w.BINARY,op:D.AND,left:Z(e.substring(0,i).trim(),t),right:Z(e.substring(i+2).trim(),t)};let s=[{op:">=",type:D.GTE},{op:"<=",type:D.LTE},{op:"==",type:D.EQ},{op:"!=",type:D.NEQ},{op:">",type:D.GT},{op:"<",type:D.LT},{op:" in ",type:D.IN}];for(let{op:a,type:c}of s){let d=Oe(e,a);if(d!==-1)return{type:w.BINARY,op:c,left:Z(e.substring(0,d).trim(),t),right:Z(e.substring(d+a.length).trim(),t)}}let n=-1,o=null,p=[{op:" + ",type:D.ADD},{op:" - ",type:D.SUBTRACT}];for(let{op:a,type:c}of p){let d=0;for(;d<e.length;){let u=Oe(e.substring(d),a);if(u===-1)break;let f=d+u;f>n&&(n=f,o={op:a,type:c}),d=f+a.length}}if(n!==-1&&o)return{type:w.BINARY,op:o.type,left:Z(e.substring(0,n).trim(),t),right:Z(e.substring(n+o.op.length).trim(),t)};let l=[" * "," / "," % "];for(let a of l)if(Oe(e,a)!==-1)throw new $(`Arithmetic operations are not allowed in conditionals: "${a}"`);return e.startsWith("!")?{type:w.UNARY,op:lr.NOT,operand:Z(e.substring(1).trim(),t)}:rs(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},jo=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}},rs=(e,t)=>{let r=e.trim();if(r.match(/^(\w+)\((.*)\)$/))return ut(r,t);let i=jo(r);if(i.type===w.LITERAL)return i;if(/^[a-zA-Z_$][\w.$]*$/.test(r))return{type:w.VARIABLE,path:r};try{return ut(r,t)}catch(s){if(s.message&&s.message.includes("not supported"))return i;throw s}},Do=(e,t=!1)=>{try{oo(e)}catch(r){if(r instanceof $&&t){let i=r.message.replace(/\$for/g,"$each");throw new $(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 $(`Invalid loop syntax (got: '${e.replace("$for",y)}')`)}let o=n[1],p=n[2].trim();Do(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 a=l[1].trim(),c=l[2].trim(),d,u=null;if(a.includes(",")){let y=a.split(",").map(b=>b.trim());if(y.length!==2)throw new $(`Invalid loop variables: ${a}. Expected format: "item" or "item, index"`);d=y[0],u=y[1]}else d=a;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=rs(c,r),m=Se(t,r);return{type:w.LOOP,itemVar:d,indexVar:u,iterable:h,body:m,flatten:o!=="nested"}},_i=(e,t={})=>{let{functions:r={}}=t;return Se(e,r)},Bo=()=>Date.now(),Po=Object.freeze(Object.defineProperty({__proto__:null,now:Bo},Symbol.toStringTag,{value:"Module"})),zo=(e,t,r={})=>{let{functions:i={},partials:s={}}=r,n={...Po,...i},o=_i(e,{functions:n}),p={};for(let[l,a]of Object.entries(s))p[l]=_i(a,{functions:n});return po(o,t,{functions:n,partials:p})},Er=e=>e!==null&&typeof e=="object",ft=e=>Er(e)&&!Array.isArray(e),Fo=e=>typeof e=="string"&&e.includes("."),is=e=>typeof e=="string"&&/[\[\]]/.test(e);function ss(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 Wo(e){if(!ft(e)||!Array.isArray(e.fields))return e;let t=(r=[])=>r.map(i=>{if(!ft(i))return i;if(typeof i.$when=="string"&&i.$when.trim().length>0){let{$when:s,...n}=i,o=Array.isArray(n.fields)?{...n,fields:t(n.fields)}:n;return{[`$if ${s}`]:o}}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||!Er(e)||is(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(!Er(e)||typeof t!="string"||t.length===0||is(t))return e;let i=t.split(".").filter(n=>n!=="");if(i.length===0)return e;Fo(t)&&Object.prototype.hasOwnProperty.call(e,t)&&delete e[t];let s=e;for(let n=0;n<i.length-1;n++){let o=i[n];(!(o in s)||typeof s[o]!="object"||s[o]===null)&&(s[o]={}),s=s[o]}return s[i[i.length-1]]=r,e},Mo=["id","class","style","slot","form","defaultValues","disabled","context"],Ko=(e={})=>Object.entries(e).filter(([t,r])=>!(Mo.includes(t)||r==null||typeof r=="object"||typeof r=="function")).map(([t,r])=>`${t}=${String(r)}`).join(" "),Uo={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}`},Ho="input-date",qo="input-time",Yo="input-datetime",Go=/^(\d{4})-(\d{2})-(\d{2})$/,Jo=/^(\d{2}):(\d{2})(?::(\d{2}))?$/,Xo=/^(\d{4}-\d{2}-\d{2})T(\d{2}:\d{2}(?::\d{2})?)$/,Zo=e=>{if(typeof e!="string")return null;let t=Go.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},Qo=e=>{if(typeof e!="string")return null;let t=Jo.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}},ns=e=>{let t=Qo(e);return t?`${String(t.hour).padStart(2,"0")}:${String(t.minute).padStart(2,"0")}:${String(t.second).padStart(2,"0")}`:null},os=e=>Zo(e)?e:null,ea=e=>{if(typeof e!="string")return null;let t=Xo.exec(e);if(!t)return null;let r=os(t[1]),i=ns(t[2]);return!r||!i?null:`${r}T${i}`},ta=e=>e===Ho?{normalize:os,invalidMessage:ce.invalidDate}:e===qo?{normalize:ns,invalidMessage:ce.invalidTime}:e===Yo?{normalize:ea,invalidMessage:ce.invalidDateTime}:null,ra=(e,t)=>{let r=ta(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},_t=(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=ra(e,t);if(r)return r;if(Array.isArray(e.rules))for(let i of e.rules){let s=ia(i,t);if(s)return s}return null},ia=(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=Uo[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}},xt=(e,t)=>{let r={},i=se(e);for(let s of i){let n=pe(t,s.name),o=_t(s,n);o&&(r[s.name]=o)}return{valid:Object.keys(r).length===0,errors:r}},sa=["section","read-only-text","slot"],kr=e=>!sa.includes(e.type),se=e=>{let t=[];for(let r of e)r.type==="section"&&Array.isArray(r.fields)?t.push(...se(r.fields)):kr(r)&&t.push(r);return t},$r=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}},Cr=(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=Cr(s.fields,i);r.push(...n),i+=n.length}}else r.push({...s,_isSection:!1,_idx:i}),i++;return r},na=()=>Object.freeze({formValues:{},errors:{},reactiveMode:!1,tooltipState:{open:!1,x:0,y:0,content:""}}),ee=({state:e,props:t})=>{let{form:r={}}=t||{},i=Wo(r),s=ft(t?.context)?t.context:{},n=ft(e?.formValues)?e.formValues:{},o={...s,...n,formValues:n};return Object.keys(o).length>0?zo(i,o):i},oa=({state:e,props:t})=>{let r=Ko(t),i=ee({state:e,props:t}),s=i.fields||[],n=!!t?.disabled,o=Cr(s);o.forEach(d=>{if(d._isSection)return;let u=kr(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",a=(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:a,_leftButtons:a.filter(d=>d.align==="left"),_rightButtons:a.filter(d=>d.align!=="left")}:c={_layout:l,buttons:a,_allButtons:a},{containerAttrString:r,title:i?.title||"",description:i?.description||"",flatFields:o,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 ss(e.formValues,i.map(s=>s.name).filter(s=>typeof s=="string"&&s.length>0))},aa=({state:e,props:t},r={})=>{let{name:i,value:s}=r;i&&(he(e.formValues,i,s),tt({state:e,props:t}))},tt=({state:e,props:t})=>{if(!t)return;let r=ee({state:e,props:t}),i=se(r.fields||[]);e.formValues=ss(e.formValues,i.map(s=>s.name).filter(s=>typeof s=="string"&&s.length>0))},la=({state:e},t={})=>{let{values:r}=t;!r||typeof r!="object"||Object.keys(r).forEach(i=>{he(e.formValues,i,r[i])})},pa=({state:e},t={})=>{let{defaultValues:r={}}=t;e.formValues=r?structuredClone(r):{},e.errors={},e.reactiveMode=!1},da=({state:e},t={})=>{e.errors=t.errors||{}},ca=({state:e},t={})=>{let{name:r}=t;r&&e.errors[r]&&delete e.errors[r]},ha=({state:e})=>{e.reactiveMode=!0},ua=({state:e},t={})=>{let{x:r,y:i,content:s}=t;e.tooltipState={open:!0,x:r,y:i,content:s}},fa=({state:e})=>{e.tooltipState={...e.tooltipState,open:!1}},ma=Object.freeze(Object.defineProperty({__proto__:null,clearFieldError:ca,collectAllDataFields:se,createInitialState:na,flattenFields:Cr,get:pe,getDefaultValue:$r,hideTooltip:fa,isDataField:kr,pruneHiddenValues:tt,resetFormValues:pa,selectForm:ee,selectFormValues:$e,selectViewData:oa,set:he,setErrors:da,setFormFieldValue:aa,setFormValues:la,setReactiveMode:ha,showTooltip:ua,validateField:_t,validateForm:xt},Symbol.toStringTag,{value:"Module"})),as=({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)))},ls=({form:e,formValues:t={},refs:r,formDisabled:i=!1})=>{let s=e.fields||[],n=0,o=p=>{for(let l of p){if(l.type==="section"){n++,Array.isArray(l.fields)&&o(l.fields);continue}let a=r[`field${n}`];if(n++,!a)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?a.removeAttribute("value"):a.setAttribute("value",String(d)),l.type==="slider-with-input"&&a.store?.setValue){let u=Number(d??0);a.store.setValue({value:Number.isFinite(u)?u:0}),typeof a.render=="function"&&a.render()}l.type==="popover-input"&&a.store?.setValue&&(a.store.setValue({value:d==null?"":String(d)}),typeof a.render=="function"&&a.render())}l.type==="checkbox"&&(pe(t,l.name)?a.setAttribute("checked",""):a.removeAttribute("checked")),["input-text","input-date","input-time","input-datetime","input-number","input-textarea","popover-input"].includes(l.type)&&l.placeholder&&a.getAttribute("placeholder")!==l.placeholder&&(l.placeholder===void 0||l.placeholder===null?a.removeAttribute("placeholder"):a.setAttribute("placeholder",l.placeholder)),c?a.setAttribute("disabled",""):a.removeAttribute("disabled")}};o(s)},ps=(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||[]),o={};for(let p of n){let l=pe(r,p.name);l!==void 0?he(o,p.name,l):he(o,p.name,$r(p))}e.resetFormValues({defaultValues:o})},ya=e=>{let{store:t,props:r}=e;ps(t,r)},ga=e=>{let{props:t,refs:r,render:i}=e,s=e.store.getState(),n=ee({state:s,props:t});ls({form:n,formValues:s.formValues,refs:r,formDisabled:!!t?.disabled}),i()},ba=(e,t)=>{let{oldProps:r,newProps:i}=t,{store:s,render:n,refs:o}=e,p=!!i?.disabled;r?.key!==i?.key&&ps(s,i);let l=s.getState();tt({state:l,props:i});let a=ee({state:l,props:i});ls({form:a,formValues:l.formValues,refs:o,formDisabled:p}),n()},va=(e,t)=>{let{store:r,dispatchEvent:i,render:s,props:n}=e,o=t._event,p=o.currentTarget.dataset.fieldName;if(!p||!o.detail||!Object.prototype.hasOwnProperty.call(o.detail,"value"))return;let l=o.detail.value;r.setFormFieldValue({name:p,value:l});let a=r.getState();tt({state:a,props:n});let c=ee({state:a,props:n}),d=se(c.fields||[]).find(u=>u.name===p);if(as({field:d,target:o.currentTarget,value:l}),a.reactiveMode&&d){let u=_t(d,l);u?r.setErrors({errors:{...a.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})}}))},wa=(e,t)=>{let{store:r,dispatchEvent:i,render:s,props:n}=e,o=t._event,p=o.currentTarget.dataset.fieldName;if(!p||!o.detail||!Object.prototype.hasOwnProperty.call(o.detail,"value"))return;let l=o.detail.value;r.setFormFieldValue({name:p,value:l});let a=r.getState();tt({state:a,props:n});let c=ee({state:a,props:n}),d=se(c.fields||[]).find(u=>u.name===p);if(as({field:d,target:o.currentTarget,value:l}),a.reactiveMode&&d){let u=_t(d,l);u?r.setErrors({errors:{...a.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})}}))},_a=(e,t)=>{let{store:r,dispatchEvent:i,render:s,props:n}=e,o=t._event.currentTarget.dataset.actionId;if(!o)return;let p=r.getState(),l=ee({state:p,props:n}),a=((l.actions||{}).buttons||[]).find(d=>d.id===o),c=$e({state:p,props:n});if(a&&a.validate){let d=se(l.fields||[]),{valid:u,errors:f}=xt(d,p.formValues);r.setErrors({errors:f}),u||r.setReactiveMode(),s(),i(new CustomEvent("form-action",{bubbles:!0,detail:{actionId:o,values:c,valid:u,errors:f}}))}else i(new CustomEvent("form-action",{bubbles:!0,detail:{actionId:o,values:c}}))},xa=(e,t)=>{let r=t._event;r.type==="contextmenu"&&r.preventDefault();let{store:i,dispatchEvent:s,props:n}=e,o=r.currentTarget.dataset.fieldName;s(new CustomEvent("form-field-event",{bubbles:!0,detail:{name:o,event:r.type,values:$e({state:i.getState(),props:n})}}))},Sa=(e,t)=>{let{store:r,dispatchEvent:i,render:s,props:n}=e,o=t._event;if(o.key==="Enter"&&!o.shiftKey){let p=o.target;if(p.tagName==="TEXTAREA"||p.tagName==="RTGL-TEXTAREA")return;o.preventDefault();let l=r.getState(),a=ee({state:l,props:n}),c=(a.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(a.fields||[]),{valid:h,errors:m}=xt(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}}))}},Aa=(e,t)=>{let{store:r,render:i,props:s}=e,n=t._event,o=n.currentTarget.dataset.fieldName,p=ee({state:r.getState(),props:s}),l=se(p.fields||[]).find(a=>a.name===o);if(l&&l.tooltip){let a=n.currentTarget.getBoundingClientRect();r.showTooltip({x:a.left+a.width/2,y:a.top-8,content:typeof l.tooltip=="string"?l.tooltip:l.tooltip.content||""}),i()}},Ea=e=>{let{store:t,render:r}=e;t.hideTooltip({}),r()},ka=Object.freeze(Object.defineProperty({__proto__:null,handleActionClick:_a,handleAfterMount:ga,handleBeforeMount:ya,handleImageClick:xa,handleKeyDown:Sa,handleOnUpdate:ba,handleTooltipMouseEnter:Aa,handleTooltipMouseLeave:Ea,handleValueChange:wa,handleValueInput:va},Symbol.toStringTag,{value:"Module"})),$a=["input-text","input-date","input-time","input-datetime","input-number","input-textarea","color-picker","slider","slider-with-input","popover-input"],Ca=["input-text","input-date","input-time","input-datetime","input-number","input-textarea","popover-input","slider-with-input"],Ia=({ref:e,fieldType:t,value:r,forceRefresh:i=!1})=>{if($a.includes(t)){if(i&&e.removeAttribute("value"),r==null){if(Ca.includes(t)&&i){if(t==="popover-input"){e.removeAttribute("value");return}e.setAttribute("value","");return}e.removeAttribute("value");return}e.setAttribute("value",String(r))}},ds=({ref:e,value:t})=>{e&&e?.store?.updateSelectedValue&&(e.store.updateSelectedValue({value:t}),typeof e.render=="function"&&e.render())},Oa=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},xi=e=>e?.renderTarget?e.renderTarget:e?.shadowRoot?e.shadowRoot:e?.shadow,Ta=({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);ds({ref:r,value:s})})},La=function(){let e=this.store.getState();return $e({state:e,props:this.props})},Na=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=Oa(xi(this));for(let p of s){if(!p.name)continue;let l=n.get(p.name);if(!l)continue;let a=Object.prototype.hasOwnProperty.call(t,p.name),c=pe(t,p.name);if(!a&&c===void 0)continue;let d=pe(r.formValues,p.name);Ia({ref:l,fieldType:p.type,value:d,forceRefresh:!0}),typeof l?.tagName=="string"&&l.tagName.toUpperCase()==="RTGL-SELECT"&&ds({ref:l,value:d}),p.type==="checkbox"&&(d?l.setAttribute("checked",""):l.removeAttribute("checked"))}this.render();let o=()=>{let p=this.store.getState();Ta({root:xi(this),values:p.formValues})};o(),setTimeout(()=>{o()},0)},Ra=function(){let e=this.store.getState(),t=ee({state:e,props:this.props}),r=se(t.fields||[]),{valid:i,errors:s}=xt(r,e.formValues);return this.store.setErrors({errors:s}),i||this.store.setReactiveMode(),this.render(),{valid:i,errors:s}},Va=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 o=pe(e,n.name);o!==void 0?he(s,n.name,o):he(s,n.name,$r(n))}this.store.resetFormValues({defaultValues:s}),this.setValues(s)},ja=Object.freeze(Object.defineProperty({__proto__:null,getValues:La,reset:Va,setValues:Na,validate:Ra},Symbol.toStringTag,{value:"Module"})),cs=e=>{e&&(typeof e.componentDialogBodyHost?.replaceChildren=="function"&&e.componentDialogBodyHost.replaceChildren(),delete e.componentDialogBody)},Da=e=>{let t=e.selectUiType();return t==="dropdown"||t==="formDialog"||t==="componentDialog"?null:e.selectConfig().mode==="confirm"?!1:null},ue=({store:e,render:t,globalUI:r,refs:i,emitResult:s=!1,result:n})=>{if(!e.selectIsOpen())return;let o=n!==void 0?n:Da(e);cs(i),e.closeAll(),t(),s&&r.emit("event",o)},hs=({store:e,render:t,globalUI:r,refs:i,error:s})=>{cs(i),e.selectIsOpen()&&(e.closeAll(),t()),r.emit("error",s)},rt=({store:e,render:t,globalUI:r,refs:i})=>{e.selectIsOpen()&&ue({store:e,render:t,globalUI:r,refs:i,emitResult:!0})},it=(e,{rejectOnError:t=!1}={})=>new Promise((r,i)=>{let s=null,n=e.once("event",o=>{s?.(),r(o)});t&&(s=e.once("error",o=>{n?.(),i(o)}))}),Ba=(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)},Pa=(e,t)=>{setTimeout(()=>{let{store:r,refs:i,render:s,globalUI:n}=e;if(!r.selectIsOpen()||r.selectUiType()!=="componentDialog")return;let o=r.selectComponentDialogConfig?.();if(!o||o.key!==t)return;let p=i.componentDialogBodyHost;if(p)try{let l=document.createElement(o.component);Object.entries(o.props??{}).forEach(([a,c])=>{l[a]=c}),p.replaceChildren(l),i.componentDialogBody=l}catch(l){hs({store:r,render:s,globalUI:n,refs:i,error:l})}},0)},tr=(e,t)=>!e.selectIsOpen()||e.selectUiType()!=="componentDialog"?!1:e.selectComponentDialogConfig?.()?.key===t,za=e=>{let{store:t,render:r,globalUI:i,refs:s}=e;ue({store:t,render:r,globalUI:i,refs:s,emitResult:!0})},Fa=e=>{let{store:t,render:r,globalUI:i,refs:s}=e,n=t.selectConfig().mode==="confirm"?!0:null;ue({store:t,render:r,globalUI:i,refs:s,emitResult:!0,result:n})},Wa=e=>{let{store:t,render:r,globalUI:i,refs:s}=e;ue({store:t,render:r,globalUI:i,refs:s,emitResult:!0,result:!1})},Ma=e=>{let{store:t,render:r,globalUI:i,refs:s}=e;ue({store:t,render:r,globalUI:i,refs:s,emitResult:!0,result:null})},Ka=(e,t)=>{let{store:r,render:i,globalUI:s,refs:n}=e,o=t._event,{index:p,item:l}=o.detail;ue({store:r,render:i,globalUI:s,refs:n,emitResult:!0,result:{index:p,item:l}})},Ua=(e,t)=>{let{store:r,render:i,globalUI:s,refs:n}=e,o=t;return rt({store:r,render:i,globalUI:s,refs:n}),r.setAlertConfig(o),i(),it(s)},Ha=async(e,t)=>{let{store:r,render:i,globalUI:s,refs:n}=e,o=t;return rt({store:r,render:i,globalUI:s,refs:n}),r.setConfirmConfig(o),i(),it(s)},qa=async(e,t)=>{let{store:r,render:i,globalUI:s,refs:n}=e,o=t;return rt({store:r,render:i,globalUI:s,refs:n}),r.setDropdownConfig(o),i(),it(s)},Ya=async(e,t)=>{let{store:r,render:i,globalUI:s,refs:n}=e,o=t;rt({store:r,render:i,globalUI:s,refs:n}),r.setFormDialogConfig(o),i();let p=r.selectFormDialogConfig?.().key;return Ba(e,p),it(s)},Ga=async(e,t)=>{let{store:r,render:i,globalUI:s,refs:n}=e,o=t;rt({store:r,render:i,globalUI:s,refs:n}),r.setComponentDialogConfig(o),i();let p=r.selectComponentDialogConfig?.().key;return Pa(e,p),it(s,{rejectOnError:!0})},Ja=(e,t)=>{let{store:r,render:i,globalUI:s,refs:n}=e,o=t._event?.detail??{};o.valid!==!1&&ue({store:r,render:i,globalUI:s,refs:n,emitResult:!0,result:o})},Xa=(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})},Za=e=>{let{store:t,render:r,globalUI:i,refs:s}=e;ue({store:t,render:r,globalUI:i,refs:s,emitResult:!0})},Qa=async(e,t)=>{let{store:r,render:i,globalUI:s,refs:n}=e,o=t._event,p=Number(o?.currentTarget?.dataset?.actionIndex),l=r.selectComponentDialogConfig?.(),a=l?.key,c=Number.isInteger(p)?l?.actions?.buttons?.[p]:null;if(c){if(c.role==="cancel"){ue({store:r,render:i,globalUI:s,refs:n,emitResult:!0,result:{actionId:c.id}});return}try{let d=n.componentDialogBody;if(!d||typeof d.validate!="function"||typeof d.getValues!="function")throw new Error(`component dialog body '${l?.component??"unknown"}' must implement validate() and getValues()`);if(c.validate){let f=await d.validate();if(!tr(r,a))return;if(!f||typeof f!="object"||typeof f.valid!="boolean")throw new Error("component dialog body validate() must return { valid, errors? }");if(f.valid===!1)return}let u=await d.getValues();if(!tr(r,a))return;ue({store:r,render:i,globalUI:s,refs:n,emitResult:!0,result:{actionId:c.id,values:u}})}catch(d){if(!tr(r,a))return;hs({store:r,render:i,globalUI:s,refs:n,error:d})}}},el=Object.freeze(Object.defineProperty({__proto__:null,handleCancel:Wa,handleCloseAll:Za,handleComponentDialogAction:Qa,handleConfirm:Fa,handleDialogClose:za,handleDropdownClose:Ma,handleDropdownItemClick:Ka,handleFormAction:Ja,handleFormFieldEvent:Xa,handleShowAlert:Ua,handleShowComponentDialog:Ga,handleShowConfirm:Ha,handleShowDropdownMenu:qa,handleShowFormDialog:Ya},Symbol.toStringTag,{value:"Module"})),tl=new Set(["sm","md","lg","f"]),rl=new Set(["confirm","cancel"]),il=Object.freeze([{id:"cancel",label:"Cancel",variant:"se",align:"left",role:"cancel"},{id:"confirm",label:"OK",variant:"pr",role:"confirm",validate:!0}]),pr=e=>!e||typeof e!="object"||Array.isArray(e)?{}:e,Re=(e,t="md")=>tl.has(e)?e:t,Ir=e=>{let t=(Array.isArray(e?.buttons)&&e.buttons.length>0?e.buttons:il).map((r,i)=>{if(!r||typeof r!="object"||Array.isArray(r))throw new Error("component dialog buttons must be objects");if(typeof r.id!="string"||r.id.length===0)throw new Error("component dialog button id is required");if(typeof r.label!="string"||r.label.length===0)throw new Error("component dialog button label is required");if(!rl.has(r.role))throw new Error("component dialog button role must be 'confirm' or 'cancel'");return{...r,_globalIdx:i,variant:r.variant??(r.role==="confirm"?"pr":"se"),align:r.align??(r.role==="cancel"?"left":"right"),validate:r.role==="confirm"?!!r.validate:!1,_disabled:!!r.disabled,pre:r.pre??"",suf:r.suf??""}});return{_layout:"split",buttons:t,_leftButtons:t.filter(r=>r.align==="left"),_rightButtons:t.filter(r=>r.align!=="left")}},us=()=>({title:"",description:"",size:"md",component:"",props:{},actions:Ir(),key:0}),sl=()=>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},componentDialogConfig:us()}),nl=({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},ol=({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},al=({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},ll=({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:pr(t.defaultValues),context:pr(t.context),disabled:!!t.disabled,size:Re(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},pl=({state:e},t={})=>{if(typeof t.component!="string"||!t.component.includes("-"))throw new Error("component tag name is required for showComponentDialog");let r=e.componentDialogConfig?.key??0;e.componentDialogConfig={title:typeof t.title=="string"?t.title:"",description:typeof t.description=="string"?t.description:"",size:Re(t.size,"md"),component:t.component,props:pr(t.props),actions:Ir(t.actions),key:r+1},e.uiType="componentDialog",e.isOpen=!0},dl=({state:e})=>{e.isOpen=!1,e.uiType="dialog"},cl=({state:e})=>e.config,hl=({state:e})=>e.dropdownConfig,ul=({state:e})=>e.formDialogConfig,fl=({state:e})=>e.componentDialogConfig,ml=({state:e})=>e.uiType,yl=({state:e})=>e.isOpen,gl=({state:e})=>{let t=e.isOpen&&e.uiType==="dialog",r=e.isOpen&&e.uiType==="formDialog",i=e.isOpen&&e.uiType==="componentDialog",s=e.componentDialogConfig??us();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:Re(e.formDialogConfig?.size,"md"),key:e.formDialogConfig?.key??0},componentDialogConfig:{title:s.title??"",description:s.description??"",size:Re(s.size,"md"),component:s.component??"",props:s.props??{},actions:s.actions??Ir(),key:s.key??0},isDialogOpen:t,isFormDialogOpen:r,isComponentDialogOpen:i,isDialogContainerOpen:t||r||i,isDropdownOpen:e.isOpen&&e.uiType==="dropdown",dialogSize:i?Re(s.size,"md"):r?Re(e.formDialogConfig?.size,"md"):"sm"}},bl=Object.freeze(Object.defineProperty({__proto__:null,closeAll:dl,createInitialState:sl,selectComponentDialogConfig:fl,selectConfig:cl,selectDropdownConfig:hl,selectFormDialogConfig:ul,selectIsOpen:yl,selectUiType:ml,selectViewData:gl,setAlertConfig:nl,setComponentDialogConfig:pl,setConfirmConfig:ol,setDropdownConfig:al,setFormDialogConfig:ll},Symbol.toStringTag,{value:"Module"})),vl=(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()}}))},wl=Object.freeze(Object.defineProperty({__proto__:null,handleClickStart:vl},Symbol.toStringTag,{value:"Module"})),_l=()=>Object.freeze({}),xl=["id","class","style","slot","start"],Sl=(e={})=>Object.entries(e).filter(([t])=>!xl.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),Al=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}}}},El=({props:e})=>{let t=Al(e.start)||e.start;return{containerAttrString:Sl(e),start:t||{label:"",image:{src:"",width:32,height:32,alt:""}}}},kl=({props:e})=>e.start?.path,$l=({state:e})=>{},Cl=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:_l,selectPath:kl,selectViewData:El,setState:$l},Symbol.toStringTag,{value:"Module"})),Si=e=>{let t=e.querySelectorAll("h1[id], h2[id], h3[id], h4[id], rtgl-text[id]");return Array.from(t)},Il=e=>e.map(t=>{let r=1,i=t.tagName.toLowerCase();return i==="h1"?r=1:i==="h2"?r=2:i==="h3"?r=3:i==="h4"?r=4:i==="rtgl-text"&&(r=parseInt(t.getAttribute("data-level")||"1",10)),{id:t.id,href:`#${t.id}`,title:t.textContent,level:r}}),Ai=(e,t,r)=>{let{store:i,render:s}=r,n,o=-1/0;if(e.forEach(p=>{let l=p.getBoundingClientRect();l.top<=t&&l.top>o&&(o=l.top,n=p.id)}),!n){let p=1/0;e.forEach(l=>{let a=l.getBoundingClientRect();a.top>t&&a.top<p&&(p=a.top,n=l.id)})}n&&n!==i.selectCurrentId()&&(i.setCurrentId({id:n}),s())},Ol=(e,t,r,i)=>{let{store:s,render:n}=i,o=null,p=()=>{o=null;let d=Si(e);s.setItems({items:Il(d)}),Ai(d,r,i),n()},l=()=>{o===null&&(o=requestAnimationFrame(p))},a=()=>{Ai(Si(e),r,i)};l(),t.addEventListener("scroll",a,{passive:!0});let c=new MutationObserver(()=>{l()});return c.observe(e,{childList:!0,subtree:!0,characterData:!0,attributes:!0,attributeFilter:["id","data-level"]}),()=>{o!==null&&cancelAnimationFrame(o),c.disconnect(),t.removeEventListener("scroll",a)}},Tl=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=Ol(i,s,n,e)}),()=>{r()}},Ll=Object.freeze(Object.defineProperty({__proto__:null,handleBeforeMount:Tl},Symbol.toStringTag,{value:"Module"})),Nl=()=>Object.freeze({items:[],currentId:null,contentContainer:null}),Rl=({state:e})=>{let t=((r,i)=>{let s=new Set,n=r.findIndex(p=>p.id===i);if(n===-1)return s;let o=r[n].level;for(let p=n-1;p>=0;p--)if(r[p].level<o){let l=r[p].level;s.add(r[p].id);for(let a=p-1;a>=0;a--)r[a].level<l&&(s.add(r[a].id),l=r[a].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),o=s||n;return{...r,c:o?"fg":"mu-fg",ml:i[r.level]||"",bc:o?"fg":"mu-fg"}}),currentId:e.currentId}},Vl=({state:e})=>e,jl=({state:e})=>e.currentId,Dl=({state:e},t={})=>{e.items=Array.isArray(t.items)?t.items:[]},Bl=({state:e},t={})=>{e.currentId=t.id},Pl=({state:e},t={})=>{e.contentContainer=t.container},zl=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:Nl,selectCurrentId:jl,selectState:Vl,selectViewData:Rl,setContentContainer:Pl,setCurrentId:Bl,setItems:Dl},Symbol.toStringTag,{value:"Module"})),st=e=>e==null||e===!0?"":String(e),fs=(e,t)=>{let{store:r,render:i,dispatchEvent:s}=e,n=st(t);r.setValue({value:n}),r.closePopover({}),s(new CustomEvent("value-change",{detail:{value:n},bubbles:!0})),i()},Fl=e=>{let{store:t,props:r}=e;if(r.value!==void 0){let i=st(r.value);t.setValue({value:i}),t.setTempValue({value:i})}},Wl=(e,t)=>{let{oldProps:r,newProps:i}=t,{store:s,render:n}=e;if(r?.value!==i?.value){let o=st(i?.value);s.setValue({value:o}),s.getState().isOpen||s.setTempValue({value:o})}n()},Ml=(e,t)=>{let{store:r,render:i,refs:s,props:n}=e;if(n.disabled)return;let o=t._event,p=st(n.value);r.setValue({value:p}),r.setTempValue({value:p}),r.openPopover({position:{x:o.currentTarget.getBoundingClientRect().left,y:o.currentTarget.getBoundingClientRect().bottom}}),i(),setTimeout(()=>{let{input:l}=s;if(!l)return;l.value=p,l.focus();let a=l.shadowRoot?.querySelector("input, textarea");a&&typeof a.focus=="function"&&a.focus()},50)},Kl=(e,t)=>{let{store:r,render:i}=e;r.closePopover({}),i()},Ul=(e,t)=>{let{store:r}=e,i=t._event,s=st(i.detail.value);r.setTempValue({value:s})},Hl=e=>{let{store:t,refs:r}=e,{input:i}=r,s=i?i.value:t.getState().tempValue;fs(e,s)},ql=(e,t)=>{let{store:r,refs:i}=e,s=t._event;if(s.key==="Enter"){s.preventDefault(),s.stopPropagation();let{input:n}=i,o=n?n.value:r.getState().tempValue;fs(e,o)}else s.key==="Escape"&&(s.preventDefault(),s.stopPropagation(),r.closePopover({}),e.render())},Yl=Object.freeze(Object.defineProperty({__proto__:null,handleBeforeMount:Fl,handleInputChange:Ul,handleInputKeydown:ql,handleOnUpdate:Wl,handlePopoverClose:Kl,handleSubmitClick:Hl,handleTextClick:Ml},Symbol.toStringTag,{value:"Module"})),Gl=()=>Object.freeze({isOpen:!1,position:{x:0,y:0},value:"",tempValue:""}),Jl=({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:"",o=!!e.disabled;return{isOpen:t.isOpen,position:t.position,value:i,valueColor:r?"fg":"mu-fg",tempValue:t.tempValue,placeholder:s,label:n,disabled:o}},Xl=({state:e},t={})=>{e.tempValue=t.value},Zl=({state:e},t={})=>{let{position:r}=t;e.position=r,e.isOpen=!0,e.hasUnsavedChanges=!1},Ql=({state:e})=>{e.isOpen=!1,e.tempValue=""},ep=({state:e},t={})=>{e.value=t.value},tp=({state:e})=>e.value,rp=Object.freeze(Object.defineProperty({__proto__:null,closePopover:Ql,createInitialState:Gl,openPopover:Zl,selectValue:tp,selectViewData:Jl,setTempValue:Xl,setValue:ep},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},ip=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())}},sp=(e,t)=>{let{oldProps:r,newProps:i}=t,{store:s,render:n}=e,o=!1;i?.disabled&&!r?.disabled&&(s.closeOptionsPopover({}),o=!0),r.selectedValue!==i.selectedValue&&(s.updateSelectedValue({value:i.selectedValue}),o=!0),o&&n()},ms=(e,t)=>{let{store:r,render:i,refs:s,props:n}=e;if(n.disabled)return;t._event.stopPropagation();let o=s.selectButton.getBoundingClientRect(),p=r.selectSelectedValue(),l=p!==null?p:n.selectedValue,a=null;l!=null&&n.options&&(a=n.options.findIndex(c=>Ge(c.value,l)),a===-1&&(a=null)),r.openOptionsPopover({position:{y:o.bottom+12,x:o.left-24},selectedIndex:a}),i()},np=(e,t)=>{let r=t._event;r.key!=="Enter"&&r.key!==" "||(r.preventDefault(),ms(e,t))},op=e=>{let{store:t,render:r}=e;t.closeOptionsPopover({}),r()},ap=(e,t)=>{let{render:r,dispatchEvent:i,props:s,store:n}=e;if(s.disabled)return;let o=t._event;o.stopPropagation();let p=o.currentTarget.id.slice(6),l=Number(p),a=s.options[p];n.updateSelectedValue({value:a?.value}),s.onChange&&typeof s.onChange=="function"&&s.onChange(a.value),i(new CustomEvent("value-change",{detail:{value:a.value,label:a.label,index:l,item:a},bubbles:!0})),r()},lp=(e,t)=>{let{store:r,render:i}=e,s=t._event,n=parseInt(s.currentTarget.id.slice(6),10);r.setHoveredOption({optionId:n}),i()},pp=(e,t)=>{let{store:r,render:i}=e;r.clearHoveredOption({}),i()},dp=(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())},cp=(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()},hp=(e,t)=>{let{store:r,render:i}=e;r.setHoveredAddOption({isHovered:!0}),i()},up=(e,t)=>{let{store:r,render:i}=e;r.setHoveredAddOption({isHovered:!1}),i()},fp=Object.freeze(Object.defineProperty({__proto__:null,handleAddOptionClick:cp,handleAddOptionMouseEnter:hp,handleAddOptionMouseLeave:up,handleBeforeMount:ip,handleButtonClick:ms,handleButtonKeyDown:np,handleClearClick:dp,handleClickOptionsPopoverOverlay:op,handleOnUpdate:sp,handleOptionClick:ap,handleOptionMouseEnter:lp,handleOptionMouseLeave:pp},Symbol.toStringTag,{value:"Module"})),mp=["id","class","style","slot","placeholder","selectedValue","onChange","options","noClear","addOption","disabled"],yp=(e={})=>Object.entries(e).filter(([t])=>!mp.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),gp=()=>Object.freeze({isOpen:!1,position:{x:0,y:0},selectedValue:null,hoveredOptionId:null,hoveredAddOption:!1}),bp=({state:e,props:t})=>{let r=yp(t),i=!!t.disabled,s=Object.prototype.hasOwnProperty.call(t||{},"selectedValue")?t.selectedValue:e.selectedValue,n=t.placeholder||"Select an option",o=!0,p=t.options||[],l=p.find(c=>Ge(c.value,s));l&&(n=l.label,o=!1);let a=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:a,selectedValue:s,selectedLabel:n,selectedLabelColor:o?"mu-fg":"fg",selectButtonCursor:i?"not-allowed":"pointer",selectButtonHoverBorderColor:i?"bo":"ac",selectButtonTabIndex:i?-1:0,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":""}},vp=({state:e})=>e,wp=({state:e})=>e.selectedValue,_p=({state:e},t={})=>{let{position:r,selectedIndex:i}=t;e.position=r,e.isOpen=!0,i!=null&&(e.hoveredOptionId=i)},xp=({state:e})=>{e.isOpen=!1},Sp=({state:e},t={})=>{e.selectedValue=t.value,e.isOpen=!1},Ap=({state:e})=>{e.selectedValue=void 0},Ep=({state:e},t={})=>{e.hoveredOptionId=t.optionId},kp=({state:e})=>{e.hoveredOptionId=null},$p=({state:e})=>{e.selectedValue=void 0},Cp=({state:e},t={})=>{e.hoveredAddOption=!!t.isHovered},Ip=Object.freeze(Object.defineProperty({__proto__:null,clearHoveredOption:kp,clearSelectedValue:$p,closeOptionsPopover:xp,createInitialState:gp,openOptionsPopover:_p,resetSelection:Ap,selectSelectedValue:wp,selectState:vp,selectViewData:bp,setHoveredAddOption:Cp,setHoveredOption:Ep,updateSelectedValue:Sp},Symbol.toStringTag,{value:"Module"})),Ei=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},Op=(e={})=>e.tooltip!==void 0&&e.tooltip!==null?Ei(e.tooltip):Ei(e.showCompactTooltip),Tp=(e,t)=>{let{store:r,dispatchEvent:i}=e,s=t._event,n,o=r.selectHeader();s.currentTarget.id==="headerLabel"?n=o.labelPath:s.currentTarget.id==="headerImage"?n=o.image.path:s.currentTarget.id==="header"&&(n=o.path),i(new CustomEvent("header-click",{detail:{path:n},bubbles:!0,composed:!0}))},Lp=(e,t)=>{let{store:r,dispatchEvent:i,render:s}=e,n=t._event,o=n.currentTarget.dataset.itemId||n.currentTarget.id.slice(4),p=r.selectItem(o);r.hideTooltip({}),s(),i(new CustomEvent("item-click",{detail:{item:p},bubbles:!0,composed:!0}))},Np=(e,t)=>{let{props:r,store:i,render:s}=e;if(!Op(r)||(r.mode||"full")==="full")return;let n=t._event,o=n.currentTarget.dataset.itemId||n.currentTarget.id.slice(4),p=i.selectItem(o);if(!p||p.type==="groupLabel")return;let l=n.currentTarget.getBoundingClientRect(),a=p.tooltip||p.label||p.title;a&&(i.showTooltip({x:l.right,y:l.top+l.height/2,place:"r",content:a}),s())},Rp=e=>{let{store:t,render:r}=e;t.hideTooltip({}),r()},Vp=Object.freeze(Object.defineProperty({__proto__:null,handleHeaderClick:Tp,handleItemClick:Lp,handleItemMouseEnter:Np,handleItemMouseLeave:Rp},Symbol.toStringTag,{value:"Module"})),jp=()=>Object.freeze({tooltipState:{open:!1,x:0,y:0,place:"r",content:""}}),Dp=["id","class","style","slot","header","items","selectedItemId","mode","hideHeader","tooltip","showCompactTooltip","w","bwr"],Bp=(e={})=>Object.entries(e).filter(([t])=>!Dp.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}}}},dr=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},Pp=(e={})=>e.tooltip!==void 0&&e.tooltip!==null?dr(e.tooltip):dr(e.showCompactTooltip),zp=(e,t)=>e!=null&&e!==""?e:t==="full"?272:64,ki=(e={})=>e.label!==void 0&&e.label!==null?e.label:e.title!==void 0&&e.title!==null?e.title:"";function Or(e,t=null){let r=[];for(let i of e){let s=i.id||i.href||i.path,n=s!=null&&t===s,o=ki(i);if(r.push({id:s,label:o,title:i.title??o,href:i.href,type:i.type||"item",icon:i.icon,testId:i.testId,tooltip:i.tooltip,path:i.path,hrefAttr:i.href?`href=${i.href}`:"",isSelected:n,itemBgc:n?"ac":"bg",itemHoverBgc:n?"ac":"mu"}),i.items&&Array.isArray(i.items))for(let p of i.items){let l=p.id||p.href||p.path,a=l!=null&&t===l,c=ki(p);r.push({id:l,label:c,title:p.title??c,href:p.href,type:p.type||"item",icon:p.icon,testId:p.testId,tooltip:p.tooltip,path:p.path,hrefAttr:p.href?`href=${p.href}`:"",isSelected:a,itemBgc:a?"ac":"bg",itemHoverBgc:a?"ac":"mu"})}}return r}var Fp=({state:e,props:t})=>{let r=Je(t.header)||t.header,i=Je(t.items)||t.items,s=t.selectedItemId,n=Bp(t),o=t.mode||"full",p=r||{label:"",path:"",image:{src:"",alt:"",width:0,height:0}},l=i?Or(i,s):[],a=!dr(t.hideHeader),c=Pp(t),d=t.bwr||"xs",u=zp(t.w,o),f=o==="full"?"fs":"c",h=o==="full"?"fs":"c",m=o==="full"?"lg":"sm",y=o==="full"?"md":"sm",b=o==="shrunk-lg"?48:40,g=o==="shrunk-lg"?28:20,_=o==="shrunk-lg"?"md":"sm",S=o==="full",A=o==="full",E=c&&!S,C=o==="full"?"fs":"c",I=o==="full"?"":`ah=${h}`,N=o==="full"?"f":b;return{containerAttrString:n,mode:o,header:p,items:l,sidebarWidth:u,headerAlign:f,itemAlign:h,headerPadding:m,itemPadding:y,itemHeight:b,iconSize:g,firstLetterSize:_,showLabels:S,showGroupLabels:A,itemContentAlign:C,itemAlignAttr:I,itemWidth:N,headerWidth:N,selectedItemId:s,ah:o==="shrunk-lg"||o==="shrunk-md"?"c":"",listAttrString:o==="full"?"d=v sv":"d=v sv hsb",showHeader:a,enableCompactTooltip:E,rightBorderWidth:d,tooltipState:e.tooltipState||{open:!1,x:0,y:0,place:"r",content:""}}},Wp=({props:e})=>Je(e.header)||e.header,Mp=({state:e,props:t})=>{let r=Je(t.items)||t.items;return(r?Or(r):[]).find(i=>i.active)},Kp=({props:e},t)=>{let r=Je(e.items)||e.items;return(r?Or(r):[]).find(i=>i.id===t)},Up=({state:e})=>{},Hp=({state:e},t={})=>{let{x:r,y:i,place:s="r",content:n=""}=t;e.tooltipState={open:!0,x:r,y:i,place:s,content:n}},qp=({state:e})=>{e.tooltipState={...e.tooltipState,open:!1}},Yp=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:jp,hideTooltip:qp,selectActiveItem:Mp,selectHeader:Wp,selectItem:Kp,selectViewData:Fp,setState:Up,showTooltip:Hp},Symbol.toStringTag,{value:"Module"})),Gp=e=>{let{store:t,props:r}=e;t.setValue({value:r.value??0})},Jp=(e,t)=>{let{oldProps:r,newProps:i}=t,{store:s,render:n}=e,o=r?.key!==i?.key,p=r?.value!==i?.value;if(o||p){let l=i?.value??0;s.setValue({value:l}),n()}},Xp=(e,t)=>{let{store:r,render:i,dispatchEvent:s}=e,n=t._event,o=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:o}),p&&typeof p.setAttribute=="function"&&p.setAttribute("value",String(o)),i(),s(new CustomEvent("value-change",{detail:{value:o},bubbles:!0}))},Zp=(e,t)=>{let{store:r,render:i,dispatchEvent:s}=e,n=t._event,o=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:o}),p&&typeof p.setAttribute=="function"&&p.setAttribute("value",String(o)),i(),s(new CustomEvent("value-input",{detail:{value:o},bubbles:!0}))},Qp=Object.freeze(Object.defineProperty({__proto__:null,handleBeforeMount:Gp,handleOnUpdate:Jp,handleValueChange:Xp,handleValueInput:Zp},Symbol.toStringTag,{value:"Module"})),ed=()=>Object.freeze({value:0}),td=({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}),rd=({state:e},t={})=>{e.value=t.value},id=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:ed,selectViewData:td,setValue:rd},Symbol.toStringTag,{value:"Module"})),sd=e=>{},nd=(e,t)=>{let{dispatchEvent:r,props:i}=e,s=t._event,n=parseInt(s.currentTarget.id.slice(3),10),o=i.data?.rows?.[n];o&&r(new CustomEvent("row-click",{detail:{rowIndex:n,rowData:o}}))},od=(e,t)=>{let{store:r,render:i,dispatchEvent:s}=e,n=t._event.currentTarget.dataset.columnKey,o=r.selectSortInfo(),p="asc";o.column===n&&(o.direction==="asc"?p="desc":o.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}}))},ad=Object.freeze(Object.defineProperty({__proto__:null,handleBeforeMount:sd,handleHeaderClick:od,handleRowClick:nd},Symbol.toStringTag,{value:"Module"})),ld=()=>Object.freeze({sortColumn:null,sortDirection:null}),pd=["id","class","style","slot","data"],dd=(e={})=>Object.entries(e).filter(([t])=>!pd.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),cd=(e,t)=>{let r=t.split("."),i=e;for(let s of r){if(i==null)return null;i=i[s]}return i},hd=({state:e,props:t})=>{let r=dd(t),i=t.data||{columns:[],rows:[]},s=i.rows.map((n,o)=>{let p=i.columns.map(l=>{let a=cd(n,l.key);return{key:l.key,value:a!=null?String(a):""}});return{index:o,cells:p}});return{containerAttrString:r,columns:i.columns||[],rows:s||[]}},ud=({state:e})=>e,fd=({state:e})=>({column:e.sortColumn,direction:e.sortDirection}),md=({state:e},{column:t,direction:r}={})=>{e.sortColumn=t,e.sortDirection=r},yd=({state:e})=>{e.sortColumn=null,e.sortDirection=null},gd=Object.freeze(Object.defineProperty({__proto__:null,clearSort:yd,createInitialState:ld,selectSortInfo:fd,selectState:ud,selectViewData:hd,setSortColumn:md},Symbol.toStringTag,{value:"Module"})),bd=(e,t)=>{let{dispatchEvent:r}=e,i=t._event.currentTarget.dataset.id;r(new CustomEvent("item-click",{detail:{id:i}}))},vd=Object.freeze(Object.defineProperty({__proto__:null,handleClickItem:bd},Symbol.toStringTag,{value:"Module"})),wd=()=>Object.freeze({}),_d=["id","class","style","slot","items","selectedTab"],xd=(e={})=>Object.entries(e).filter(([t])=>!_d.includes(t)).map(([t,r])=>`${t}=${r}`).join(" "),Sd=({props:e})=>{let t=xd(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}},Ad=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:wd,selectViewData:Sd},Symbol.toStringTag,{value:"Module"})),Ed=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),kd=()=>Object.freeze({}),$i={sm:{textSize:"sm",paddingX:"md",paddingY:"sm",maxWidth:"min(320px, calc(100vw - 16px))"},md:{textSize:"sm",paddingX:"lg",paddingY:"md",maxWidth:"min(360px, calc(100vw - 16px))"},lg:{textSize:"md",paddingX:"lg",paddingY:"md",maxWidth:"min(420px, calc(100vw - 16px))"}},$d=({props:e})=>{let t=$i[e.s]?e.s:"sm",r=$i[t];return{open:!!e.open,x:e.x||0,y:e.y||0,place:e.place||"t",content:e.content||"",textSize:r.textSize,paddingX:r.paddingX,paddingY:r.paddingY,contentStyle:`padding: 0; min-width: 0; max-width: ${r.maxWidth};`}},Cd=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:kd,selectViewData:$d},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 o=s.canvas;o&&ys(n,o)},Od=async(e,t)=>{let{store:r,render:i,refs:s,props:n}=e,{waveformData:o}=n;if(!o){console.log("waveform handleOnUpdate: no waveformData provided");return}r.setWaveformData({data:o}),i();let p=s.canvas;p&&ys(o,p)};async function ys(e,t){let r=t.getContext("2d"),i=t.getBoundingClientRect(),s=i.width,n=i.height;t.width=s,t.height=n;let o=t.width,p=t.height;if(r.clearRect(0,0,o,p),r.fillStyle="#1a1a1a",r.fillRect(0,0,o,p),!e||!e.amplitudes)return;let l=e.amplitudes,a=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,o/l.length),u=.2;for(let f=0;f<l.length;f++){let h=l[f]/255*(p*.85),m=f*d,y=a-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,a),r.lineTo(o,a),r.stroke(),r.shadowBlur=10,r.shadowColor="#2196F3"}var Td=Object.freeze(Object.defineProperty({__proto__:null,handleAfterMount:Id,handleOnUpdate:Od},Symbol.toStringTag,{value:"Module"})),Ld=()=>Object.freeze({waveformData:null}),Nd=({state:e},t={})=>{e.waveformData=t.data},Rd=({state:e,props:t})=>({isLoading:t.isLoading,w:t.w||"250",h:t.h||"150",cur:t.cur,waveformData:t.waveformData}),Vd=Object.freeze(Object.defineProperty({__proto__:null,createInitialState:Ld,selectViewData:Rd,setWaveformData:Nd},Symbol.toStringTag,{value:"Module"})),gs=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),bs=e=>e.replace(/-([a-z0-9])/g,(t,r)=>r.toUpperCase()),cr=e=>{if(e!=null)return e===""?!0:e},mt=(e,t)=>{let r=e.getAttribute(t);if(r!==null)return cr(r);let i=gs(t);if(i!==t){let s=e.getAttribute(i);if(s!==null)return cr(s)}},rr=Symbol("rtglReactivePropValues"),jd=e=>(Object.prototype.hasOwnProperty.call(e,rr)||Object.defineProperty(e,rr,{value:Object.create(null),enumerable:!1,configurable:!1,writable:!1}),e[rr]),Dd=({source:e,allowedKeys:t=[],onPropChange:r})=>{let i=jd(e);t.forEach(s=>{if(typeof s!="string"||s.length===0)return;let n=Object.prototype.hasOwnProperty.call(e,s)?e[s]:void 0,o=Object.prototype.hasOwnProperty.call(e,s);o&&delete e[s],Object.defineProperty(e,s,{configurable:!0,enumerable:!0,get(){return Object.prototype.hasOwnProperty.call(i,s)?i[s]:mt(e,s)},set(p){let l=Object.prototype.hasOwnProperty.call(i,s)?i[s]:mt(e,s);p===void 0?delete i[s]:i[s]=p,l!==p&&r?.({propName:s,oldValue:l,newValue:p})}}),o&&(i[s]=n)})},Bd=(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:mt(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:mt(e,s)}}}})},Pd=({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},hr={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"}},Ci=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}')`)},zd=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}')`)}},Fd=(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}'`)},Wd=(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})`)},vs=(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=V(e,{functions:i,partials:s},t,{});return n===void 0?{}:n},V=(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 Kd(e.parts,t,r,i);switch(e.type){case v.FUNCTION:return ws(e,t,r,i);case v.BINARY:return _s(e,t,r,i);case v.UNARY:return xs(e,t,r,i);case v.CONDITIONAL:return Hd(e,t,r,i);case v.LOOP:return Xd(e,t,r,i);case v.OBJECT:return Qd(e,t,r,i);case v.ARRAY:return ec(e,t,r,i);case v.PARTIAL:return tc(e,t,r,i);case v.PATH_REFERENCE:return rc(e,t,r,i);default:throw new Error(`Unknown node type: ${e.type}`)}},Ii=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 o=r.trim();if(/^\d+$/.test(o))t.push({type:"index",value:parseInt(o,10)});else if(o.startsWith('"')&&o.endsWith('"')||o.startsWith("'")&&o.endsWith("'")){let p=o.slice(1,-1);t.push({type:"property",value:p})}else t.push({type:"property",value:o});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=Ii.get(e);if(!i){let n=[],o="",p=0;for(let l=0;l<e.length;l++){let a=e[l];a==="["?(p++,o+=a):a==="]"?(p--,o+=a):a==="."&&p===0?o&&(n.push(o),o=""):o+=a}o&&n.push(o),i=[];for(let l of n){let a=Md(l.trim());i.push(...a)}Ii.set(e,i)}let s=t;for(let n=0;n<i.length;n++){let o=i[n];if(o.type==="property"&&o.value in r){s=r[o.value];continue}if(s==null)return;(o.type==="property"||o.type==="index")&&(s=s[o.value])}return s},Kd=(e,t,r,i)=>{let s=[];for(let n of e)if(typeof n=="string")s.push(n);else{let o=V(n,t,r,i);s.push(o!=null?String(o):"")}return s.join("")},ws=(e,t,r,i)=>{let s=t.functions||t,n=s[e.name];if(!n)throw Wd(e.name,s);let o=e.args.map(p=>V(p,t,r,i));return n(...o)},je=(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 _s(e,t,r,i);case v.UNARY:return xs(e,t,r,i);case v.FUNCTION:return ws(e,t,r,i);default:return V(e,t,r,i)}},_s=(e,t,r,i)=>{if(e.op===B.AND||e.op===B.OR){let o=je(e.left,t,r,i),p=je(e.right,t,r,i);switch(e.op){case B.AND:return o&&p;case B.OR:return o||p}}let s=V(e.left,t,r,i),n=V(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}`)}},xs=(e,t,r,i)=>{let s=e.op===hr.NOT?je(e.operand,t,r,i):V(e.operand,t,r,i);switch(e.op){case hr.NOT:return!s;default:throw new Error(`Unknown unary operator: ${e.op}`)}},Ud=(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 o={};for(let p of n.properties){let l=p.parsedKey?V(p.parsedKey,t,r,i):p.key,a=p.value;if(a.type===v.LITERAL)o[l]=a.value;else if(a.type===v.VARIABLE)o[l]=U(a.path,r,i);else if(a.type===v.INTERPOLATION){let c=[];for(let d of a.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=V(d,t,r,i);c.push(u!=null?String(u):"")}o[l]=c.join("")}else o[l]=V(a,t,r,i)}return o}}else{let n=e.bodies[1];if(n.type===v.OBJECT&&n.properties.length<=5){let o={};for(let p of n.properties){let l=p.parsedKey?V(p.parsedKey,t,r,i):p.key,a=p.value;if(a.type===v.LITERAL)o[l]=a.value;else if(a.type===v.VARIABLE)o[l]=U(a.path,r,i);else if(a.type===v.INTERPOLATION){let c=[];for(let d of a.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=V(d,t,r,i);c.push(u!=null?String(u):"")}o[l]=c.join("")}else o[l]=V(a,t,r,i)}return o}}}return null},Hd=(e,t,r,i)=>{let s=Ud(e,t,r,i);if(s!==null)return s;for(let n=0;n<e.conditions.length;n++){let o=e.conditions[n];if(o===null||je(o,t,r,i))return V(e.bodies[n],t,r,i)}return Ss},qd=(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 o=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 a=t[l];if(a[o]){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]=a;else if(h.startsWith(i+".")){let m=h.substring(i.length+1);c[u]=a[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(a!=null?String(a):"");else if(b.startsWith(i+".")){let g=b.substring(i.length+1),_=a[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},Yd=(e,t)=>{let r=e.body,i=e.itemVar,s=qd(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=[],o=!0;for(let p of r.properties){let l=p.key,a=p.value;if(a.type===v.LITERAL)n.push({key:l,type:"literal",value:a.value});else if(a.type===v.VARIABLE){let c=a.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{o=!1;break}}else{o=!1;break}}else if(a.type===v.INTERPOLATION&&a.parts.length===1){let c=a.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{o=!1;break}}else{o=!1;break}}else{o=!1;break}}else{o=!1;break}}if(o){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 a=t[l];p[l]={id:a.id,title:a.title!=null?String(a.title):"",completed:a.completed}}else for(let l=0;l<t.length;l++){let a=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]=a;else if(d.type==="prop")c[d.key]=a[d.prop];else if(d.type==="item_string")c[d.key]=a!=null?String(a):"";else if(d.type==="prop_string"){let u=a[d.prop];c[d.key]=u!=null?String(u):""}p[l]=c}return p}}return null},Gd=(e,t,r,i,s)=>{let n=[],o=e.body;if(o.type===v.OBJECT&&o.fast!==!1){let p=e.itemVar,l=e.indexVar;for(let a=0;a<s.length;a++){let c=s[a],d={},u={...i,[p]:c,...l&&{[l]:a}};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}[${a}]`,...l&&{[l]:a}};for(let h of o.properties){let m=h.parsedKey?V(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]=a;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]:a}})}else d[m]=U(b,r,{...i,[p]:c,...l&&{[l]:a}})}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=a;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]:a}})}else S=U(_,r,{...i,[p]:c,...l&&{[l]:a}});b.push(S!=null?String(S):"")}else{let _={...i,[p]:c,...l&&{[l]:a}},S=V(g,t,r,_);b.push(S!=null?String(S):"")}d[m]=b.join("")}else{let b={...i,[p]:c,...l&&{[l]:a}};d[m]=V(y,t,r,b)}}n.push(d)}return n}return null},Jd=(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 o=n.properties[0],p=n.properties[1];if(o.key==="id"&&o.value.type===v.VARIABLE&&o.value.path==="item.id"&&p.key==="$if item.highlighted"&&p.value.type===v.CONDITIONAL){let l=[];for(let a=0;a<t.length;a++){let c=t[a];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},Xd=(e,t,r,i)=>{let s=V(e.iterable,t,r,i);if(!Array.isArray(s)){let a,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(", ");a=`${e.iterable.name}(${u})`}else a=e.iterable.path||"undefined";let d=`${e.itemVar}${e.indexVar?`, ${e.indexVar}`:""} in ${a}`;throw Fd(d,s,c)}if(!e.indexVar){let a=Jd(e,s,e.itemVar);if(a!==null)return a}if(!e.indexVar){let a=Yd(e,s);if(a!==null)return a}let n=Gd(e,t,r,i,s);if(n!==null)return n;let o=[],p=e.iterable.path||"";if(i&&i.__paths__&&p){let a=p.split("."),c=a[0];c in i.__paths__&&(p=i.__paths__[c],a.length>1&&(p+="."+a.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(a=>a.type===v.OBJECT&&a.properties.some(c=>c.key.startsWith("$if ")||c.key.startsWith("$when "))));for(let a=0;a<s.length;a++){let c=e.indexVar?{...i,[e.itemVar]:s[a],[e.indexVar]:a}:{...i,[e.itemVar]:s[a]};c.__paths__||(c.__paths__=i.__paths__||{}),c.__paths__={...c.__paths__,[e.itemVar]:`${p}[${a}]`},e.indexVar&&(c.__paths__[e.indexVar]=a);let d=V(e.body,t,r,c);if(Array.isArray(d)&&d.length===1&&!l){let u=d[0];o.push(u===void 0?{}:u)}else o.push(d===void 0?{}:d)}return o},Zd=(e,t,r,i)=>{if(e.whenCondition)return null;if(e.properties.length===1){let s=e.properties[0],n=s.parsedKey?V(s.parsedKey,t,r,i):s.key,o=s.value;if(o.type===v.OBJECT&&o.properties.length<=10&&!o.whenCondition){let p={},l={},a=!0;for(let c of o.properties){let d=c.parsedKey?V(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{a=!1;break}if(!a)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{a=!1;break}if(!a)break;f[m]=b.join("")}else{a=!1;break}}if(!a)break;l[d]=f}else{a=!1;break}}if(a)return p[n]=l,p}}return null},Qd=(e,t,r,i)=>{let s=t.functions||t;if(e.whenCondition&&!je(e.whenCondition,s,r,i))return;let n=Zd(e,t,r,i);if(n!==null)return n;if(e.fast){let l={};for(let a of e.properties){let c=a.parsedKey?V(a.parsedKey,t,r,i):a.key,d=a.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=V(f,t,r,i);u.push(h!=null?String(h):"")}l[c]=u.join("")}else l[c]=V(d,t,r,i)}return l}let o={},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 a=V(l.value,t,r,i);if(!p&&a!==null&&a!==void 0)return Array.isArray(a)&&a.length===1?a[0]:a;typeof a=="object"&&a!==null&&!Array.isArray(a)&&Object.assign(o,a)}else if(l.key.startsWith("$for ")){if(e.properties.length===1)return V(l.value,t,r,i)}else{let a=l.value;if(a&&a.type===v.OBJECT&&a.properties){let c=a.properties.find(d=>d.key.startsWith("$for "));if(c){let d=V(c.value,t,r,i);d!==void 0&&(o[l.key]=d)}else{let d=V(l.value,t,r,i);d!==void 0&&(o[l.key]=d)}}else{let c=l.parsedKey?V(l.parsedKey,t,r,i):l.key,d=V(l.value,t,r,i);d!==void 0&&(o[c]=d)}}return o},Ss={},ec=(e,t,r,i)=>{let s=[];for(let n of e.items)if(n.type===v.LOOP){let o=V(n,t,r,i);Array.isArray(o)&&n.flatten!==!1?s.push(...o):s.push(o)}else{let o=V(n,t,r,i);o!==Ss&&o!==void 0&&s.push(o)}return s},tc=(e,t,r,i)=>{let{name:s,data:n,whenCondition:o}=e,p=t.partials||{},l=t.functions||t;if(o&&!je(o,l,r,i))return;if(!p[s])throw new ie(`Partial '${s}' is not defined`);let a=i._partialStack||[];if(a.includes(s))throw new ie(`Circular partial reference detected: ${s}`);let c=p[s],d=r,u={...i,_partialStack:[...a,s]};if(i){d={...r};for(let f of Object.keys(i))f.startsWith("_")||(d[f]=i[f])}if(n){let f=V(n,t,r,i);d={...d,...f}}return V(c,t,d,u)},rc=(e,t,r,i)=>{let{path:s}=e,n=s.split("."),o=n[0],p=n.slice(1);if(!i||!(o in i))throw new ie(`Path reference '#{${s}}' refers to '${o}' which is not a loop variable in the current scope`);if(i.__paths__||(i.__paths__={}),!(o in i.__paths__))throw new ie(`Path reference '#{${s}}' cannot be resolved - path tracking may not be initialized properly`);let l=i.__paths__[o];if(typeof l=="number"){if(p.length>0)throw new ie(`Path reference '#{${s}}' - cannot access properties on index variable '${o}'`);return String(l)}return p.length>0&&(l+="."+p.join(".")),l},ic=/\$\{([^}]*)\}/g,sc=/#\{([^}]*)\}/g,As=(e,t={})=>{let r=e.match(/^(\w+)\((.*)\)$/);if(!r)return{isFunction:!1};let[,i,s]=r,n=nc(s,t);return{isFunction:!0,type:v.FUNCTION,name:i,args:n}},nc=(e,t={})=>e.trim()?oc(e).map(r=>ac(r.trim(),t)):[],oc=e=>{let t=[],r="",i=0,s=!1,n="";for(let o=0;o<e.length;o++){let p=e[o],l=o>0?e[o-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},ac=(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=As(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:o,type:p}of s){let l=0;for(;l<i.length;){let a=Te(i.substring(l),o);if(a===-1)break;let c=l+a;c>n&&(n=c),l=c+o.length}}if(n!==-1)try{return Q(i,t)}catch{return{type:v.VARIABLE,path:i}}return{type:v.VARIABLE,path:i}},Es=/^\w+\(.*\)$/,lc=/\s[+\-*/%]\s|\|\||&&|\?\?|.*\?.*:/,pc=e=>{if(!(!e||e.trim()===""||Es.test(e))&&lc.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}"`)},Oi=e=>{let t=e.trim();if(Es.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}},yt=(e,t={})=>{let r=e.trim();pc(r);let i=As(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}},ks=(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,(a,c)=>{let d=`__ESCAPED_${i.length}__`;return i.push(c),d}),r=r.replace(/\\(#\{[^}]*\})/g,(a,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(ic)],n=[...r.matchAll(sc)],o=[...s.map(a=>({match:a,type:"variable"})),...n.map(a=>({match:a,type:"pathref"}))].sort((a,c)=>a.match.index-c.match.index);if(o.length===0){let a=r;for(let c=0;c<i.length;c++)a=a.replace(`__ESCAPED_${c}__`,i[c]);return{type:v.LITERAL,value:a}}if(o.length===1&&o[0].match[0]===r&&i.length===0){let{match:a,type:c}=o[0];try{return c==="variable"?yt(a[1],t):Oi(a[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:a,type:c}of o){let[d,u]=a,f=a.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=yt(u.trim(),t):h=Oi(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 a=r.substring(l);for(let c=0;c<i.length;c++)a=a.replace(`__ESCAPED_${c}__`,i[c]);a&&p.push(a)}return{type:v.INTERPOLATION,parts:p}},Ae=(e,t)=>typeof e=="string"?ks(e,t):typeof e=="object"&&e!==null?Array.isArray(e)?cc(e,t):hc(e,t):{type:v.LITERAL,value:e},dc=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}},cc=(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=dc(n),a=Object.keys(l);if(a.length===1&&/^\$for(?::\w+)?\s/.test(a[0])){let c=Ti(a[0],l[a[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=Ti(p[0],n[p[0]],t);r.push(l),i=!0;continue}}let o=Ae(n,t);r.push(o),(o.type===v.FUNCTION||o.type===v.CONDITIONAL||o.type===v.LOOP||o.type===v.PARTIAL||o.type===v.OBJECT&&!o.fast||o.type===v.ARRAY&&!o.fast)&&(i=!0)}return{type:v.ARRAY,items:r,fast:!i}},hc=(e,t)=>{let r=[],i=!1,s=null,n=Object.entries(e),o=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"],a=[];for(let[b]of n)for(let g of l)if(b===g||b.startsWith(g+" ")||b.startsWith(g+"#")){a.push(g);break}if(a.length>0)throw new k(`Cannot use $partial with ${a.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,a]of n)if(l==="$when"){if(s!==null)throw new k("Multiple '$when' directives on the same object are not allowed");if(a==null)throw new k("Missing condition expression after '$when'");let c=typeof a=="string"?a:JSON.stringify(a);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(;o<n.length;){let[l,a]=n[o];if(l==="$when"){o++;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=uc(n,o,t);r.push({key:l,value:c.node}),i=!0,o=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(a,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=ks(l,t),u={key:l,value:c};(d.type!==v.LITERAL||d.value!==l)&&(u.parsedKey=d),r.push(u),o++}}}let p={type:v.OBJECT,properties:r,fast:!i};return s&&(p.whenCondition=s),p},uc=(e,t,r={})=>{let i=[],s=[],n=t,[o,p]=e[n],l=null,a;if(o.startsWith("$if#")){let d=o.match(/^\$if#(\w+)\s+(.+)$/);if(d)l=d[1],a=d[2];else throw new k(`Invalid conditional syntax: ${o}`)}else a=o.substring(4),a.endsWith(":")&&(a=a.slice(0,-1).trim());Ci(a);let c=Q(a,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{Ci(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 a=e.slice(1,-1),c=0,d=!0;for(let u=0;u<a.length;u++)if(a[u]==="("?c++:a[u]===")"&&c--,c<0){d=!1;break}if(d&&c===0)return Q(a,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:a,type:c}of s){let d=Te(e,a);if(d!==-1)return{type:v.BINARY,op:c,left:Q(e.substring(0,d).trim(),t),right:Q(e.substring(d+a.length).trim(),t)}}let n=-1,o=null,p=[{op:" + ",type:B.ADD},{op:" - ",type:B.SUBTRACT}];for(let{op:a,type:c}of p){let d=0;for(;d<e.length;){let u=Te(e.substring(d),a);if(u===-1)break;let f=d+u;f>n&&(n=f,o={op:a,type:c}),d=f+a.length}}if(n!==-1&&o)return{type:v.BINARY,op:o.type,left:Q(e.substring(0,n).trim(),t),right:Q(e.substring(n+o.op.length).trim(),t)};let l=[" * "," / "," % "];for(let a of l)if(Te(e,a)!==-1)throw new k(`Arithmetic operations are not allowed in conditionals: "${a}"`);return e.startsWith("!")?{type:v.UNARY,op:hr.NOT,operand:Q(e.substring(1).trim(),t)}:$s(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},fc=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}},$s=(e,t)=>{let r=e.trim();if(r.match(/^(\w+)\((.*)\)$/))return yt(r,t);let i=fc(r);if(i.type===v.LITERAL)return i;if(/^[a-zA-Z_$][\w.$]*$/.test(r))return{type:v.VARIABLE,path:r};try{return yt(r,t)}catch(s){if(s.message&&s.message.includes("not supported"))return i;throw s}},mc=(e,t=!1)=>{try{zd(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}},Ti=(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 o=n[1],p=n[2].trim();mc(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 a=l[1].trim(),c=l[2].trim(),d,u=null;if(a.includes(",")){let y=a.split(",").map(b=>b.trim());if(y.length!==2)throw new k(`Invalid loop variables: ${a}. Expected format: "item" or "item, index"`);d=y[0],u=y[1]}else d=a;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=$s(c,r),m=Ae(t,r);return{type:v.LOOP,itemVar:d,indexVar:u,iterable:h,body:m,flatten:o!=="nested"}},ur=(e,t={})=>{let{functions:r={}}=t;return Ae(e,r)},yc=()=>Date.now(),gc=Object.freeze(Object.defineProperty({__proto__:null,now:yc},Symbol.toStringTag,{value:"Module"})),Cs=(e,t,r={})=>{let{functions:i={},partials:s={}}=r,n={...gc,...i},o=ur(e,{functions:n}),p={};for(let[l,a]of Object.entries(s))p[l]=ur(a,{functions:n});return vs(o,t,{functions:n,partials:p})},Xe=e=>e!==null&&typeof e=="object"&&!Array.isArray(e),bc=(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(!Xe(n))throw new Error(`[Methods] Method '${r}' expects payload to be an object.`);return i.call(e,n)}})}})},Is=Symbol.for("immer-nothing"),Li=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 De=Object.getPrototypeOf;function Be(e){return!!e&&!!e[ne]}function Ee(e){return e?Os(e)||Array.isArray(e)||!!e[Li]||!!e.constructor?.[Li]||At(e)||Et(e):!1}var vc=Object.prototype.constructor.toString();function Os(e){if(!e||typeof e!="object")return!1;let t=De(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)===vc}function gt(e,t){St(e)===0?Reflect.ownKeys(e).forEach(r=>{t(r,e[r],e)}):e.forEach((r,i)=>t(i,r,e))}function St(e){let t=e[ne];return t?t.type_:Array.isArray(e)?1:At(e)?2:Et(e)?3:0}function fr(e,t){return St(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Ts(e,t,r){let i=St(e);i===2?e.set(t,r):i===3?e.add(r):e[t]=r}function wc(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function At(e){return e instanceof Map}function Et(e){return e instanceof Set}function _e(e){return e.copy_||e.base_}function mr(e,t){if(At(e))return new Map(e);if(Et(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);let r=Os(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 o=s[n],p=i[o];p.writable===!1&&(p.writable=!0,p.configurable=!0),(p.get||p.set)&&(i[o]={configurable:!0,writable:!0,enumerable:p.enumerable,value:e[o]})}return Object.create(De(e),i)}else{let i=De(e);if(i!==null&&r)return{...e};let s=Object.create(i);return Object.assign(s,e)}}function Tr(e,t=!1){return kt(e)||Be(e)||!Ee(e)||(St(e)>1&&(e.set=e.add=e.clear=e.delete=_c),Object.freeze(e),t&&Object.entries(e).forEach(([r,i])=>Tr(i,!0))),e}function _c(){de(2)}function kt(e){return Object.isFrozen(e)}var xc={};function ke(e){let t=xc[e];return t||de(0,e),t}var Ze;function Ls(){return Ze}function Sc(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function Ni(e,t){t&&(ke("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function yr(e){gr(e),e.drafts_.forEach(Ac),e.drafts_=null}function gr(e){e===Ze&&(Ze=e.parent_)}function Ri(e){return Ze=Sc(Ze,e)}function Ac(e){let t=e[ne];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Vi(e,t){t.unfinalizedDrafts_=t.drafts_.length;let r=t.drafts_[0];return e!==void 0&&e!==r?(r[ne].modified_&&(yr(t),de(4)),Ee(e)&&(e=bt(t,e),t.parent_||vt(t,e)),t.patches_&&ke("Patches").generateReplacementPatches_(r[ne].base_,e,t.patches_,t.inversePatches_)):e=bt(t,r,[]),yr(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==Is?e:void 0}function bt(e,t,r){if(kt(t))return t;let i=t[ne];if(!i)return gt(t,(s,n)=>ji(e,i,t,s,n,r)),t;if(i.scope_!==e)return t;if(!i.modified_)return vt(e,i.base_,!0),i.base_;if(!i.finalized_){i.finalized_=!0,i.scope_.unfinalizedDrafts_--;let s=i.copy_,n=s,o=!1;i.type_===3&&(n=new Set(s),s.clear(),o=!0),gt(n,(p,l)=>ji(e,i,s,p,l,r,o)),vt(e,s,!1),r&&e.patches_&&ke("Patches").generatePatches_(i,r,e.patches_,e.inversePatches_)}return i.copy_}function ji(e,t,r,i,s,n,o){if(Be(s)){let p=n&&t&&t.type_!==3&&!fr(t.assigned_,i)?n.concat(i):void 0,l=bt(e,s,p);if(Ts(r,i,l),Be(l))e.canAutoFreeze_=!1;else return}else o&&r.add(s);if(Ee(s)&&!kt(s)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;bt(e,s),(!t||!t.scope_.parent_)&&typeof i!="symbol"&&Object.prototype.propertyIsEnumerable.call(r,i)&&vt(e,s)}}function vt(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Tr(t,r)}function Ec(e,t){let r=Array.isArray(e),i={type_:r?1:0,scope_:t?t.scope_:Ls(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1},s=i,n=Lr;r&&(s=[i],n=Qe);let{revoke:o,proxy:p}=Proxy.revocable(s,n);return i.draft_=p,i.revoke_=o,p}var Lr={get(e,t){if(t===ne)return e;let r=_e(e);if(!fr(r,t))return kc(e,r,t);let i=r[t];return e.finalized_||!Ee(i)?i:i===ir(e.base_,t)?(sr(e),e.copy_[t]=vr(i,e)):i},has(e,t){return t in _e(e)},ownKeys(e){return Reflect.ownKeys(_e(e))},set(e,t,r){let i=Ns(_e(e),t);if(i?.set)return i.set.call(e.draft_,r),!0;if(!e.modified_){let s=ir(_e(e),t),n=s?.[ne];if(n&&n.base_===r)return e.copy_[t]=r,e.assigned_[t]=!1,!0;if(wc(r,s)&&(r!==void 0||fr(e.base_,t)))return!0;sr(e),br(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 ir(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,sr(e),br(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 De(e.base_)},setPrototypeOf(){de(12)}},Qe={};gt(Lr,(e,t)=>{Qe[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}});Qe.deleteProperty=function(e,t){return Qe.set.call(this,e,t,void 0)};Qe.set=function(e,t,r){return Lr.set.call(this,e[0],t,r,e[0])};function ir(e,t){let r=e[ne];return(r?_e(r):e)[t]}function kc(e,t,r){let i=Ns(t,r);return i?"value"in i?i.value:i.get?.call(e.draft_):void 0}function Ns(e,t){if(!(t in e))return;let r=De(e);for(;r;){let i=Object.getOwnPropertyDescriptor(r,t);if(i)return i;r=De(r)}}function br(e){e.modified_||(e.modified_=!0,e.parent_&&br(e.parent_))}function sr(e){e.copy_||(e.copy_=mr(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var $c=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 o=this;return function(p=n,...l){return o.produce(p,a=>r.call(this,a,...l))}}typeof r!="function"&&de(6),i!==void 0&&typeof i!="function"&&de(7);let s;if(Ee(t)){let n=Ri(this),o=vr(t,void 0),p=!0;try{s=r(o),p=!1}finally{p?yr(n):gr(n)}return Ni(n,i),Vi(s,n)}else if(!t||typeof t!="object"){if(s=r(t),s===void 0&&(s=t),s===Is&&(s=void 0),this.autoFreeze_&&Tr(s,!0),i){let n=[],o=[];ke("Patches").generateReplacementPatches_(t,s,n,o),i(n,o)}return s}else de(1,t)},this.produceWithPatches=(t,r)=>{if(typeof t=="function")return(n,...o)=>this.produceWithPatches(n,p=>t(p,...o));let i,s;return[this.produce(t,r,(n,o)=>{i=n,s=o}),i,s]},typeof e?.autoFreeze=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof e?.useStrictShallowCopy=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){Ee(e)||de(8),Be(e)&&(e=Cc(e));let t=Ri(this),r=vr(e,void 0);return r[ne].isManual_=!0,gr(t),r}finishDraft(e,t){let r=e&&e[ne];(!r||!r.isManual_)&&de(9);let{scope_:i}=r;return Ni(i,t),Vi(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 Be(e)?i(e,t):this.produce(e,s=>i(s,t))}};function vr(e,t){let r=At(e)?ke("MapSet").proxyMap_(e,t):Et(e)?ke("MapSet").proxySet_(e,t):Ec(e,t);return(t?t.scope_:Ls()).drafts_.push(r),r}function Cc(e){return Be(e)||de(10,e),Rs(e)}function Rs(e){if(!Ee(e)||kt(e))return e;let t=e[ne],r;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=mr(e,t.scope_.immer_.useStrictShallowCopy_)}else r=mr(e,!0);return gt(r,(i,s)=>{Ts(r,i,Rs(s))}),t&&(t.finalized_=!1),r}var oe=new $c,Ic=oe.produce;oe.produceWithPatches.bind(oe);oe.setAutoFreeze.bind(oe);oe.setUseStrictShallowCopy.bind(oe);oe.applyPatches.bind(oe);oe.createDraft.bind(oe);oe.finishDraft.bind(oe);var Oc=(e,t,r)=>{let{createInitialState:i,...s}=e,n={},o={},p={};return i&&(p=i({props:t,constants:r})),Object.entries(s).forEach(([l,a])=>{if(l.startsWith("select")){n[l]=(...c)=>a({state:p,props:t,constants:r},...c);return}o[l]=(c={})=>{let d=c===void 0?{}:c;if(!Xe(d))throw new Error(`[Store] Action '${l}' expects payload to be an object.`);return p=Ic(p,u=>a({state:u,props:t,constants:r},d)),p}}),{getState:()=>p,...o,...n}},Vs=e=>!Xe(e)||Object.isFrozen(e)?e:(Object.values(e).forEach(t=>{Vs(t)}),Object.freeze(e)),Tc=({setupConstants:e,fileConstants:t})=>{let r=Xe(e)?e:{},i=Xe(t)?t:{};return Vs({...r,...i})},Lc=(e,t)=>{if(!t||typeof t!="object")return"";let r="",i=n=>Object.entries(n).map(([o,p])=>` ${o}: ${p};`).join(`
|
|
1479
1488
|
`),s=(n,o)=>{if(typeof o!="object"||o===null)return"";if(n.startsWith("@")){let l=Object.entries(o).map(([a,c])=>{let d=i(c);return` ${a} {
|
|
1480
1489
|
${d.split(`
|
|
1481
1490
|
`).map(u=>u?` ${u}`:"").join(`
|
|
@@ -1487,7 +1496,7 @@ ${l}
|
|
|
1487
1496
|
${p}
|
|
1488
1497
|
}`};return Object.entries(t).forEach(([n,o])=>{let p=s(n,o);p&&(r+=(r?`
|
|
1489
1498
|
|
|
1490
|
-
`:"")+p)}),r},wr=e=>Array.isArray(e)?e.reduce((t,r)=>{if(Array.isArray(r))t.push(...wr(r));else{if(r&&typeof r=="object"){let i=Object.entries(r);if(i.length>0){let[s,n]=i[0];Array.isArray(n)&&(r={[s]:wr(n)})}}t.push(r)}return t},[]):e,nr=":",Lc=new Set(["__proto__","constructor","prototype"]),Nc=/^[A-Za-z_][A-Za-z0-9_.:-]*$/,Di=e=>Nc.test(e),Pi=(e,t)=>{if(!t)return e;let r=[],i="",s=!1;for(let n=0;n<t.length;n++){let o=t[n];if(!s&&o===".")i&&(r.push(i),i="");else if(!s&&o==="[")i&&(r.push(i),i=""),s=!0;else if(s&&o==="]"){if(i){if(i.startsWith('"')&&i.endsWith('"')||i.startsWith("'")&&i.endsWith("'"))r.push(i.slice(1,-1));else{let p=Number(i);r.push(Number.isNaN(p)?i:p)}i=""}s=!1}else i+=o}return i&&r.push(i),r.reduce((n,o)=>{if(n==null)return;let p=typeof o=="number"?o:String(o);if(!(typeof p=="string"&&Lc.has(p)))return n[p]},e)},Rc=e=>e.replace(/-([a-z0-9])/g,(t,r)=>r.toUpperCase()),Vc=({attrsString:e="",viewData:t={},tagName:r,isWebComponent:i})=>{let s={},n={},o=g=>{if(g==="role"||g.startsWith("aria-")||g.startsWith("data-"))throw new Error(`[Parser] Invalid boolean attribute '?${g}'. Use normal binding for value-carrying attributes such as aria-*, data-*, and role.`)},p=(g,_,S)=>{let A=Rc(g);if(!A)throw new Error(`[Parser] Invalid ${S} prop name on '${r}'.`);if(Object.prototype.hasOwnProperty.call(n,A))throw new Error(`[Parser] Duplicate prop binding '${A}' on '${r}'. Use only one of 'name=value' or ':name=\${expr}'.`);n[A]=_},l=(g,_)=>{if(!Di(g))throw new Error(`[Parser] Invalid ${_} attribute name '${g}' on '${r}'.`)};if(!e)return{attrs:s,props:n};let a=/(\S+?)=(?:\"([^\"]*)\"|\'([^\']*)\'|([^\s]*))/g,c,d=new Set;for(;(c=a.exec(e))!==null;){let g=c[1],_=c[2]??c[3]??c[4]??"";if(d.add(g),g.startsWith(".")){s[g]=_;continue}if(g.startsWith(nr)){let S=g.substring(1),A=_;if(c[4]!==void 0&&c[4]!==""){let E=c[4],C=Pi(t,E);C!==void 0&&(A=C)}p(S,A,"property-form");continue}if(g.startsWith("?")){let S=g.substring(1);l(S,"boolean toggle");let A=_;o(S);let E;A==="true"?E=!0:A==="false"||A===""?E=!1:E=Pi(t,A),E&&(s[S]=""),i&&S!=="id"&&p(S,!!E,"boolean attribute-form");continue}l(g,"binding"),s[g]=_,i&&g!=="id"&&p(g,_,"attribute-form")}let u=e,f=[],h,m=/(\S+?)=(?:\"([^\"]*)\"|\'([^\']*)\'|([^\s]*))/g;for(;(h=m.exec(e))!==null;)f.push(h[0]);f.forEach(g=>{u=u.replace(g," ")});let y=/(\S+?)(?=\s|$)/g,b;for(;(b=y.exec(u))!==null;){let g=b[1];if(!g.startsWith(".")&&!(d.has(g)||g.startsWith(nr)||g.includes("="))){if(g.startsWith("?")){let _=g.substring(1);l(_,"boolean toggle"),o(_),s[_]="",i&&_!=="id"&&p(_,!0,"boolean attribute-form");continue}if(!Di(g))throw new Error(`[Parser] Invalid attribute token '${g}' on '${r}'.`);!d.has(g)&&!g.startsWith(nr)&&!g.includes("=")&&(s[g]="",i&&g!=="id"&&p(g,!0,"boolean attribute-form"))}}return{attrs:s,props:n}},_r=/(\S+?)=(?:\"([^\"]*)\"|\'([^\']*)\'|([^\s]*))/g,jc=/^\$for\s+([A-Za-z_][A-Za-z0-9_]*)(?:\s*,\s*([A-Za-z_][A-Za-z0-9_]*))?\s+in\s+.+$/,Vs=/^\$\{([^{}]+)\}$/,Dc=/^[A-Za-z_][A-Za-z0-9_]*(?:(?:\.[A-Za-z_][A-Za-z0-9_]*)|\[(?:\d+|"(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*')\])*$/,Bi=new WeakSet,Nr=(e,t,r)=>{let i=new Set(e);return t&&i.add(t),r&&i.add(r),i},Pc=(e,t)=>{if(typeof e!="string")return t;let r=e.match(jc);return r?Nr(t,r[1],r[2]):t},js=e=>{if(typeof e!="string"||!e.includes(":")&&!e.includes("."))return null;_r.lastIndex=0;let t;for(;(t=_r.exec(e))!==null;){let r=t[1];if(r.startsWith("."))return{bindingName:r,rawValue:t[2]??t[3]??t[4]??"",key:e};if(!r.startsWith(":"))continue;let i=t[2]!==void 0||t[3]!==void 0,s=t[2]??t[3]??t[4]??"";if(i||!Vs.test(s))return{bindingName:r,rawValue:s,key:e}}return null},xr=(e,t=new Set)=>{if(Array.isArray(e)){for(let r of e){let i=xr(r,t);if(i)return i}return null}if(!e||typeof e!="object")return null;for(let[r,i]of Object.entries(e)){let s=js(r);if(s)return s;let n=Pc(r,t),o=xr(i,n);if(o)return o}return null},Le=(e,t=new Set)=>{if(!e||typeof e!="object")return null;if(Array.isArray(e)){for(let r of e){let i=Le(r,t);if(i)return i}return null}if(e.type===v.LOOP){let r=Nr(t,e.itemVar,e.indexVar);return Le(e.body,r)}if(e.type===v.ARRAY&&Array.isArray(e.items))return Le(e.items,t);if(e.type===v.OBJECT&&Array.isArray(e.properties)){for(let r of e.properties){let i=js(r.key);if(i)return i;let s=Le(r.value,t);if(s)return s}return null}for(let r of Object.values(e)){let i=Le(r,t);if(i)return i}return null},Bc=e=>ur([{[e]:""}])?.items?.[0]?.properties?.[0]?.parsedKey,zc=e=>{let t=e.match(Vs);return t?t[1].trim():null},Fc=e=>{let t=e.match(/^([A-Za-z_][A-Za-z0-9_]*)/);return t?t[1]:null},Wc=(e,t)=>{let r=!1,i=e.replace(_r,(s,n,o,p,l)=>{if(!n.startsWith(":"))return s;let a=o??p??l??"",c=zc(a);if(!c||!Dc.test(c))return s;let d=Fc(c);if(!d)return s;let u=t.has(d)?`#{${c}}`:c;return u===a?s:(r=!0,`${n}=${u}`)});return r?i:e},Ne=(e,t=new Set)=>{if(!(!e||typeof e!="object")){if(Array.isArray(e)){e.forEach(r=>Ne(r,t));return}if(e.type===v.LOOP){let r=Nr(t,e.itemVar,e.indexVar);Ne(e.body,r);return}if(e.type===v.ARRAY&&Array.isArray(e.items)){e.items.forEach(r=>Ne(r,t));return}if(e.type===v.OBJECT&&Array.isArray(e.properties)){e.properties.forEach(r=>{let i=Wc(r.key,t);if(i!==r.key){r.key=i;let s=Bc(i);s?r.parsedKey=s:delete r.parsedKey}Ne(r.value,t)});return}Object.values(e).forEach(r=>{Ne(r,t)})}},Mc=e=>e?e.type&&typeof e.type=="number"?Le(e):xr(e):null,Kc=e=>{if(!e||typeof e!="object"||Bi.has(e))return;let t=Mc(e);if(t)throw new Error(`Property-form bindings must use ':prop=\${value}' syntax. Found '${t.bindingName}=${t.rawValue}' in '${t.key}'.`);Ne(e),Bi.add(e)},Uc=/^[a-z][a-zA-Z0-9]*\*?$/,Hc=/^[a-zA-Z][a-zA-Z0-9_-]*\*?$/,qc=/^[a-z][a-zA-Z0-9]*$/,zi=new Set(["window","document"]),Ds=e=>Object.entries(e||{}).map(([t,r])=>{if(zi.has(t))return{refKey:t,refConfig:r,targetType:"global",isWildcard:!1,prefix:t};let i="id",s=t;t.startsWith(".")?(i="class",s=t.slice(1)):t.startsWith("#")&&(i="id",s=t.slice(1));let n=s.endsWith("*")?s.slice(0,-1):s;if(zi.has(n))throw new Error(`[Parser] Invalid ref key '${t}'. Reserved global keys must be exactly 'window' or 'document'.`);if(i==="id"&&!Uc.test(s))throw new Error(`[Parser] Invalid ref key '${t}'. Use camelCase IDs (optional '#', optional '*') or class refs with '.' prefix.`);if(i==="class"&&!Hc.test(s))throw new Error(`[Parser] Invalid ref key '${t}'. Class refs must start with '.' and use class-compatible names (optional '*').`);let o=s.endsWith("*"),p=o?s.slice(0,-1):s;return{refKey:t,refConfig:r,targetType:i,isWildcard:o,prefix:p}}),Yc=e=>{if(!qc.test(e))throw new Error(`[Parser] Invalid element id '${e}' for refs. Use camelCase ids only. Kebab-case ids are not supported.`)},Fi=({value:e,prefix:t,isWildcard:r})=>typeof e!="string"||e.length===0?!1:r?e.startsWith(t):e===t,Ps=({elementIdForRefs:e,classNames:t=[],refMatchers:r})=>{let i=[],s=Array.isArray(t)?t:[];return r.forEach(n=>{if(n.targetType==="global")return;if(n.targetType==="id"){Fi({value:e,prefix:n.prefix,isWildcard:n.isWildcard})&&i.push({...n,matchedValue:e});return}let o=s.find(p=>Fi({value:p,prefix:n.prefix,isWildcard:n.isWildcard}));o&&i.push({...n,matchedValue:o})}),i.length===0?null:(i.sort((n,o)=>{let p=n.targetType==="id"?2:1,l=o.targetType==="id"?2:1;return p!==l?l-p:!n.isWildcard&&o.isWildcard?-1:n.isWildcard&&!o.isWildcard?1:o.prefix.length-n.prefix.length}),i[0])},qe=({optionName:e,optionValue:t,eventType:r,refKey:i})=>{if(t!==void 0&&typeof t!="boolean")throw new Error(`[Parser] Invalid '${e}' for event '${r}' on ref '${i}'. Expected boolean.`)},Wi=({optionName:e,optionValue:t,eventType:r,refKey:i})=>{if(t!==void 0&&(typeof t!="number"||Number.isNaN(t)||!Number.isFinite(t)||t<0))throw new Error(`[Parser] Invalid '${e}' for event '${r}' on ref '${i}'. Expected non-negative number.`)},Gc=({eventType:e,eventConfig:t,refKey:r})=>{if(typeof t!="object"||t===null)throw new Error(`[Parser] Invalid event config for event '${e}' on ref '${r}'.`);let i=Object.prototype.hasOwnProperty.call(t,"debounce"),s=Object.prototype.hasOwnProperty.call(t,"throttle");if(qe({optionName:"preventDefault",optionValue:t.preventDefault,eventType:e,refKey:r}),qe({optionName:"stopPropagation",optionValue:t.stopPropagation,eventType:e,refKey:r}),qe({optionName:"stopImmediatePropagation",optionValue:t.stopImmediatePropagation,eventType:e,refKey:r}),qe({optionName:"targetOnly",optionValue:t.targetOnly,eventType:e,refKey:r}),qe({optionName:"once",optionValue:t.once,eventType:e,refKey:r}),Wi({optionName:"debounce",optionValue:t.debounce,eventType:e,refKey:r}),Wi({optionName:"throttle",optionValue:t.throttle,eventType:e,refKey:r}),i&&s)throw new Error(`[Parser] Event '${e}' on ref '${r}' cannot define both 'debounce' and 'throttle'.`);if(t.handler&&t.action)throw new Error("Each listener can have handler or action but not both");if(!t.handler&&!t.action)throw new Error("Each listener must define either handler or action");return{hasDebounce:i,hasThrottle:s}},Bs=e=>(e.__eventRateLimitState||Object.defineProperty(e,"__eventRateLimitState",{value:new Map,enumerable:!1,configurable:!0}),e.__eventRateLimitState),Jc=({eventConfig:e,handlers:t,onMissingHandler:r,parseAndRenderFn:i})=>{let s=n=>{let o=e.payload&&typeof e.payload=="object"&&!Array.isArray(e.payload)?e.payload:{};return typeof i!="function"?o:i(o,{_event:n})};if(e.action){if(typeof t.handleCallStoreAction!="function")throw new Error(`[Runtime] Action listener '${e.action}' requires handlers.handleCallStoreAction.`);return n=>{let o=s(n);t.handleCallStoreAction({...o,_event:n,_action:e.action})}}return e.handler&&t[e.handler]?n=>{let o=s(n);t[e.handler]({...o,_event:n})}:(e.handler&&r?.(e.handler),null)},Xc=({eventConfig:e,callback:t,hasDebounce:r,hasThrottle:i,stateKey:s,eventRateLimitState:n,fallbackCurrentTarget:o=null,nowFn:p=Date.now,setTimeoutFn:l=setTimeout,clearTimeoutFn:a=clearTimeout})=>c=>{let d=n.get(s)||{},u=c.currentTarget||o;if(e.once)if(u){if(d.onceTargets||(d.onceTargets=new WeakSet),d.onceTargets.has(u)){n.set(s,d);return}d.onceTargets.add(u)}else if(d.onceTriggered){n.set(s,d);return}else d.onceTriggered=!0;if(e.targetOnly&&c.target!==c.currentTarget){n.set(s,d);return}if(e.preventDefault&&c.preventDefault(),e.stopImmediatePropagation?c.stopImmediatePropagation():e.stopPropagation&&c.stopPropagation(),r){d.debounceTimer&&a(d.debounceTimer),d.debounceTimer=l(()=>{let f=d.debounceTimer;try{t(c)}catch(h){throw a(f),d.debounceTimer=null,h}d.debounceTimer=null},e.debounce),n.set(s,d);return}if(i){Object.prototype.hasOwnProperty.call(d,"lastThrottleAt")||(d.lastThrottleAt=void 0);let f=p();if(d.lastThrottleAt===void 0||f-d.lastThrottleAt>=e.throttle){d.lastThrottleAt=f,n.set(s,d),t(c);return}n.set(s,d);return}n.set(s,d),t(c)},zs=({eventType:e,eventConfig:t,refKey:r,handlers:i,eventRateLimitState:s,stateKey:n,fallbackCurrentTarget:o=null,parseAndRenderFn:p,onMissingHandler:l,nowFn:a=Date.now,setTimeoutFn:c=setTimeout,clearTimeoutFn:d=clearTimeout})=>{let{hasDebounce:u,hasThrottle:f}=Gc({eventType:e,eventConfig:t,refKey:r}),h=Jc({eventConfig:t,handlers:i,onMissingHandler:l,parseAndRenderFn:p});return h?Xc({eventConfig:t,callback:h,hasDebounce:u,hasThrottle:f,stateKey:n,eventRateLimitState:s,fallbackCurrentTarget:o,nowFn:a,setTimeoutFn:c,clearTimeoutFn:d}):null},Zc=({h:e,template:t,viewData:r,refs:i,handlers:s,createComponentUpdateHook:n})=>{Kc(t);let o=bs(t,r,{}),p=wr(o),l=Qc({h:e,items:p,refs:i,handlers:s,viewData:r,createComponentUpdateHook:n});return e("div",{style:{display:"contents"}},l)},Qc=({h:e,items:t,refs:r={},handlers:i={},viewData:s={},createComponentUpdateHook:n})=>{if(!Array.isArray(t))throw new Error("[Parser] Input to createVirtualDom must be an array, got "+typeof t);let o=Ds(r),p=o.some(a=>a.targetType==="id");function l(a,c=""){return a.map((d,u)=>{let f=c?`${c}.${u}`:String(u);if(typeof d=="string"||typeof d=="number")return String(d);if(typeof d!="object"||d===null)return console.warn("Skipping invalid item in DOM structure:",d),null;let h=Object.entries(d);if(h.length===0)return null;let[m,y]=h[0];if(!isNaN(Number(m)))return Array.isArray(y)?l(y,f):typeof y=="object"&&y!==null&&Object.entries(y).length>0?l([y],f):String(y);h.length>1&&console.warn("Item has multiple keys, processing only the first:",m);let b,g,_=m.indexOf(" ");_===-1?(b=m,g=""):(b=m.substring(0,_),g=m.substring(_+1).trim());let S=b.split(/[.#]/)[0],A=S.includes("-"),E,C;try{({attrs:E,props:C}=Vc({attrsString:g,viewData:s,tagName:S,isWebComponent:A}))}catch(H){throw new Error(`[Parser] Failed to parse bindings for selector '${b}' with attrs '${g}': ${H.message}`)}let I=b.match(/#([^.#\s]+)/);I&&!Object.prototype.hasOwnProperty.call(E,"id")&&(E.id=I[1]);let N=null;E.id&&(N=E.id);let z=(b.match(/\.([^.#]+)/g)||[]).map(H=>H.substring(1)),B=typeof E.class=="string"?E.class.split(/\s+/).filter(Boolean):[],J=[...new Set([...z,...B])],X=Object.create(null),me=null;if(!A){z.forEach(Ce=>{X[Ce]=!0});let H=b.match(/#([^.#\s]+)/);H&&(me=H[1])}let be;typeof y=="string"||typeof y=="number"?be=String(y):Array.isArray(y)?be=l(y,f):be=[],me&&!A&&(E.id=me);let $t=Object.create(null);if(o.length>0){p&&N&&Yc(N);let H=Ps({elementIdForRefs:N,classNames:J,refMatchers:o});if(H){let Ce=H.refKey,Vr=H.matchedValue||N||Ce;if(H.refConfig&&H.refConfig.eventListeners){let Ks=H.refConfig.eventListeners,Us=Bs(i);Object.entries(Ks).forEach(([Ct,Hs])=>{let qs=`${Ce}:${Vr}:${Ct}`,jr=zs({eventType:Ct,eventConfig:Hs,refKey:Ce,handlers:i,eventRateLimitState:Us,stateKey:qs,parseAndRenderFn:$s,onMissingHandler:Ys=>{console.warn(`[Parser] Handler '${Ys}' for refKey '${Ce}' (matching '${Vr}') is referenced but not found in available handlers.`)}});jr&&($t[Ct]=jr)})}}}let ye={};if(N?ye.key=N:b&&(ye.key=`${b}-${f}`),Object.keys(E).length>0&&(ye.attrs=E),Object.keys(X).length>0&&(ye.class=X),Object.keys($t).length>0&&(ye.on=$t),Object.keys(C).length>0&&(ye.props=C),A&&typeof n=="function"){let H=n({selector:b,tagName:S});H&&(ye.hook=H)}try{return e(S,ye,be)}catch(H){throw new Error(`[Parser] Error creating virtual node for '${S}': ${H.message}`)}}).filter(Boolean)}return l(t)},eh=({baseDeps:e,refs:t,dispatchEvent:r,store:i,render:s})=>({...e,refs:t,dispatchEvent:r,store:i,render:s}),th=({store:e,render:t,parseAndRenderFn:r})=>i=>{let{_event:s,_action:n}=i,o=r(i,{_event:s});if(!e[n])throw new Error(`[Store] Action 'store.${n}' is not defined.`);e[n](o),t()},rh=({handlers:e,deps:t,parseAndRenderFn:r})=>{let i={handleCallStoreAction:th({store:t.store,render:t.render,parseAndRenderFn:r})};return Object.keys(e||{}).forEach(s=>{i[s]=n=>e[s](t,n)}),i},ih=e=>{if(e&&typeof e.then=="function")throw new Error("handleBeforeMount must be synchronous and cannot return a Promise.");return e},sh=({handlers:e,deps:t})=>{if(!e?.handleBeforeMount)return;let r=e.handleBeforeMount(t);return ih(r)},nh=({handlers:e,deps:t})=>{e?.handleAfterMount&&e.handleAfterMount(t)},oh=({attributeName:e,oldValue:t,newValue:r,deps:i,propsSchemaKeys:s,toCamelCase:n,normalizeAttributeValue:o})=>{let p=n(e),l={};s.forEach(u=>{let f=i.props[u];f!==void 0&&(l[u]=f)});let a={...l},c=o(t),d=o(r);return c===void 0?delete a[p]:a[p]=c,d===void 0?delete l[p]:l[p]=d,{changedProp:p,oldProps:a,newProps:l}},ah=({propName:e,oldValue:t,newValue:r,deps:i,propsSchemaKeys:s})=>{let n={};s.forEach(p=>{let l=i.props[p];l!==void 0&&(n[p]=l)});let o={...n};return t===void 0?delete o[e]:o[e]=t,r===void 0?delete n[e]:n[e]=r,{changedProp:e,oldProps:o,newProps:n}},lh=({refKey:e,targets:t})=>e==="window"?t.window:e==="document"?t.document:null,ph=({refs:e={},handlers:t={},targets:r={window:globalThis.window,document:globalThis.document},parseAndRenderFn:i,timing:s={nowFn:Date.now,setTimeoutFn:setTimeout,clearTimeoutFn:clearTimeout},warnFn:n=console.warn})=>{let o=[],p=new Set,l=Bs(t);return Object.entries(e).forEach(([a,c])=>{if(a!=="window"&&a!=="document")return;let d=lh({refKey:a,targets:r});!d||!c?.eventListeners||Object.entries(c.eventListeners).forEach(([u,f])=>{let h=`${a}:${u}`;p.add(h);let m=zs({eventType:u,eventConfig:f,refKey:a,handlers:t,eventRateLimitState:l,stateKey:h,fallbackCurrentTarget:d,parseAndRenderFn:i,nowFn:s.nowFn,setTimeoutFn:s.setTimeoutFn,clearTimeoutFn:s.clearTimeoutFn,onMissingHandler:y=>{n(`[Runtime] Handler '${y}' for global ref '${a}' is referenced but not found in available handlers.`)}});m&&(d.addEventListener(u,m),o.push(()=>{d.removeEventListener(u,m)}))})}),()=>{o.forEach(a=>a()),p.forEach(a=>{let c=l.get(a);c&&c.debounceTimer&&s.clearTimeoutFn(c.debounceTimer),l.delete(a)})}},dh=e=>Ds(e),ch=e=>{let t=[],r=e?.data?.class;r&&typeof r=="object"&&Object.entries(r).forEach(([s,n])=>{n&&t.push(s)});let i=e?.data?.attrs?.class;return typeof i=="string"&&i.split(/\s+/).filter(Boolean).forEach(s=>t.push(s)),[...new Set(t)]},hh=({rootVNode:e,refs:t})=>{let r={},i=dh(t),s=n=>{if(!n||typeof n!="object")return;let o=n?.data?.attrs?.id,p=ch(n),l=Ps({elementIdForRefs:o,classNames:p,refMatchers:i});if(n.elm&&l){let a=o||l.refKey;r[a]=n.elm}Array.isArray(n.children)&&n.children.forEach(s)};return s(e),r},uh=({propsSchemaKeys:e=[],toKebabCase:t})=>{let r=new Set(["key"]);return e.forEach(i=>{r.add(i),r.add(t(i))}),[...r]},fh=({baseDeps:e,refs:t,dispatchEvent:r,store:i,render:s})=>eh({baseDeps:e,refs:t,dispatchEvent:r,store:i,render:s}),mh=({refIds:e,nextRefIds:t={}})=>(Object.keys(e).forEach(r=>{delete e[r]}),Object.assign(e,t),e),yh=({transformedHandlers:e,clearTimerFn:t=clearTimeout})=>{let r=e?.__eventRateLimitState;if(!(r instanceof Map))return 0;let i=0;return r.forEach(s=>{s&&s.debounceTimer&&(t(s.debounceTimer),i+=1)}),r.clear(),i},Rr=({instance:e})=>fh({baseDeps:e.deps,refs:e.refIds,dispatchEvent:e.dispatchEvent.bind(e),store:e.store,render:e.render.bind(e)}),gh=({instance:e,parseAndRenderFn:t,renderFn:r,createTransformedHandlersFn:i=rh,runBeforeMountFn:s=sh,attachGlobalRefListenersFn:n=ph,runAfterMountFn:o=nh})=>{let p=Rr({instance:e});return e.transformedHandlers=i({handlers:e.handlers,deps:p,parseAndRenderFn:t}),e._unmountCallback=s({handlers:e.handlers,deps:p}),e._globalListenersCleanup=n({refs:e.refs,handlers:e.transformedHandlers,parseAndRenderFn:t}),r(),o({handlers:e.handlers,deps:p}),p},bh=({instance:e,clearTimerFn:t=clearTimeout})=>(e._unmountCallback&&e._unmountCallback(),e._globalListenersCleanup&&e._globalListenersCleanup(),yh({transformedHandlers:e.transformedHandlers,clearTimerFn:t})),vh=({instance:e,attributeName:t,oldValue:r,newValue:i,scheduleFrameFn:s})=>{if(!(r===i||!e.render)&&!(e.isConnected===!1||!e.renderTarget)){if(e.handlers?.handleOnUpdate){let n=Rr({instance:e}),o=oh({attributeName:t,oldValue:r,newValue:i,deps:n,propsSchemaKeys:e._propsSchemaKeys,toCamelCase:gs,normalizeAttributeValue:cr});e.handlers.handleOnUpdate(n,o);return}s(()=>{e.render()})}},wh=({instance:e,propName:t,oldValue:r,newValue:i,scheduleFrameFn:s})=>{if(!(r===i||!e.render)&&!(e.isConnected===!1||!e.renderTarget)){if(e.handlers?.handleOnUpdate){let n=Rr({instance:e}),o=ah({propName:t,oldValue:r,newValue:i,deps:n,propsSchemaKeys:e._propsSchemaKeys});e.handlers.handleOnUpdate(n,o);return}s(()=>{e.render()})}},_h=({instance:e,createComponentUpdateHookFn:t,parseViewFn:r=Zc,collectRefElementsFn:i=hh,onError:s=n=>{console.error("Error during render:",n)}})=>{if(!e.patch)return console.error("Patch function is not defined!"),null;if(!e.template)return console.error("Template is not defined!"),null;try{let n=r({h:e._snabbdomH,template:e.template,viewData:e.viewData,refs:e.refs,handlers:e.transformedHandlers,createComponentUpdateHook:t});e._oldVNode?e._oldVNode=e.patch(e._oldVNode,n):e._oldVNode=e.patch(e.renderTarget,n);let o=i({rootVNode:e._oldVNode,refs:e.refs});return mh({refIds:e.refIds,nextRefIds:o}),e._oldVNode}catch(n){return s(n),e._oldVNode||null}},xh=`
|
|
1499
|
+
`:"")+p)}),r},wr=e=>Array.isArray(e)?e.reduce((t,r)=>{if(Array.isArray(r))t.push(...wr(r));else{if(r&&typeof r=="object"){let i=Object.entries(r);if(i.length>0){let[s,n]=i[0];Array.isArray(n)&&(r={[s]:wr(n)})}}t.push(r)}return t},[]):e,nr=":",Nc=new Set(["__proto__","constructor","prototype"]),Rc=/^[A-Za-z_][A-Za-z0-9_.:-]*$/,Di=e=>Rc.test(e),Bi=(e,t)=>{if(!t)return e;let r=[],i="",s=!1;for(let n=0;n<t.length;n++){let o=t[n];if(!s&&o===".")i&&(r.push(i),i="");else if(!s&&o==="[")i&&(r.push(i),i=""),s=!0;else if(s&&o==="]"){if(i){if(i.startsWith('"')&&i.endsWith('"')||i.startsWith("'")&&i.endsWith("'"))r.push(i.slice(1,-1));else{let p=Number(i);r.push(Number.isNaN(p)?i:p)}i=""}s=!1}else i+=o}return i&&r.push(i),r.reduce((n,o)=>{if(n==null)return;let p=typeof o=="number"?o:String(o);if(!(typeof p=="string"&&Nc.has(p)))return n[p]},e)},Vc=e=>e.replace(/-([a-z0-9])/g,(t,r)=>r.toUpperCase()),jc=({attrsString:e="",viewData:t={},tagName:r,isWebComponent:i})=>{let s={},n={},o=g=>{if(g==="role"||g.startsWith("aria-")||g.startsWith("data-"))throw new Error(`[Parser] Invalid boolean attribute '?${g}'. Use normal binding for value-carrying attributes such as aria-*, data-*, and role.`)},p=(g,_,S)=>{let A=Vc(g);if(!A)throw new Error(`[Parser] Invalid ${S} prop name on '${r}'.`);if(Object.prototype.hasOwnProperty.call(n,A))throw new Error(`[Parser] Duplicate prop binding '${A}' on '${r}'. Use only one of 'name=value' or ':name=\${expr}'.`);n[A]=_},l=(g,_)=>{if(!Di(g))throw new Error(`[Parser] Invalid ${_} attribute name '${g}' on '${r}'.`)};if(!e)return{attrs:s,props:n};let a=/(\S+?)=(?:\"([^\"]*)\"|\'([^\']*)\'|([^\s]*))/g,c,d=new Set;for(;(c=a.exec(e))!==null;){let g=c[1],_=c[2]??c[3]??c[4]??"";if(d.add(g),g.startsWith(".")){s[g]=_;continue}if(g.startsWith(nr)){let S=g.substring(1),A=_;if(c[4]!==void 0&&c[4]!==""){let E=c[4],C=Bi(t,E);C!==void 0&&(A=C)}p(S,A,"property-form");continue}if(g.startsWith("?")){let S=g.substring(1);l(S,"boolean toggle");let A=_;o(S);let E;A==="true"?E=!0:A==="false"||A===""?E=!1:E=Bi(t,A),E&&(s[S]=""),i&&S!=="id"&&p(S,!!E,"boolean attribute-form");continue}l(g,"binding"),s[g]=_,i&&g!=="id"&&p(g,_,"attribute-form")}let u=e,f=[],h,m=/(\S+?)=(?:\"([^\"]*)\"|\'([^\']*)\'|([^\s]*))/g;for(;(h=m.exec(e))!==null;)f.push(h[0]);f.forEach(g=>{u=u.replace(g," ")});let y=/(\S+?)(?=\s|$)/g,b;for(;(b=y.exec(u))!==null;){let g=b[1];if(!g.startsWith(".")&&!(d.has(g)||g.startsWith(nr)||g.includes("="))){if(g.startsWith("?")){let _=g.substring(1);l(_,"boolean toggle"),o(_),s[_]="",i&&_!=="id"&&p(_,!0,"boolean attribute-form");continue}if(!Di(g))throw new Error(`[Parser] Invalid attribute token '${g}' on '${r}'.`);!d.has(g)&&!g.startsWith(nr)&&!g.includes("=")&&(s[g]="",i&&g!=="id"&&p(g,!0,"boolean attribute-form"))}}return{attrs:s,props:n}},_r=/(\S+?)=(?:\"([^\"]*)\"|\'([^\']*)\'|([^\s]*))/g,Dc=/^\$for\s+([A-Za-z_][A-Za-z0-9_]*)(?:\s*,\s*([A-Za-z_][A-Za-z0-9_]*))?\s+in\s+.+$/,js=/^\$\{([^{}]+)\}$/,Bc=/^[A-Za-z_][A-Za-z0-9_]*(?:(?:\.[A-Za-z_][A-Za-z0-9_]*)|\[(?:\d+|"(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*')\])*$/,Pi=new WeakSet,Nr=(e,t,r)=>{let i=new Set(e);return t&&i.add(t),r&&i.add(r),i},Pc=(e,t)=>{if(typeof e!="string")return t;let r=e.match(Dc);return r?Nr(t,r[1],r[2]):t},Ds=e=>{if(typeof e!="string"||!e.includes(":")&&!e.includes("."))return null;_r.lastIndex=0;let t;for(;(t=_r.exec(e))!==null;){let r=t[1];if(r.startsWith("."))return{bindingName:r,rawValue:t[2]??t[3]??t[4]??"",key:e};if(!r.startsWith(":"))continue;let i=t[2]!==void 0||t[3]!==void 0,s=t[2]??t[3]??t[4]??"";if(i||!js.test(s))return{bindingName:r,rawValue:s,key:e}}return null},xr=(e,t=new Set)=>{if(Array.isArray(e)){for(let r of e){let i=xr(r,t);if(i)return i}return null}if(!e||typeof e!="object")return null;for(let[r,i]of Object.entries(e)){let s=Ds(r);if(s)return s;let n=Pc(r,t),o=xr(i,n);if(o)return o}return null},Le=(e,t=new Set)=>{if(!e||typeof e!="object")return null;if(Array.isArray(e)){for(let r of e){let i=Le(r,t);if(i)return i}return null}if(e.type===v.LOOP){let r=Nr(t,e.itemVar,e.indexVar);return Le(e.body,r)}if(e.type===v.ARRAY&&Array.isArray(e.items))return Le(e.items,t);if(e.type===v.OBJECT&&Array.isArray(e.properties)){for(let r of e.properties){let i=Ds(r.key);if(i)return i;let s=Le(r.value,t);if(s)return s}return null}for(let r of Object.values(e)){let i=Le(r,t);if(i)return i}return null},zc=e=>ur([{[e]:""}])?.items?.[0]?.properties?.[0]?.parsedKey,Fc=e=>{let t=e.match(js);return t?t[1].trim():null},Wc=e=>{let t=e.match(/^([A-Za-z_][A-Za-z0-9_]*)/);return t?t[1]:null},Mc=(e,t)=>{let r=!1,i=e.replace(_r,(s,n,o,p,l)=>{if(!n.startsWith(":"))return s;let a=o??p??l??"",c=Fc(a);if(!c||!Bc.test(c))return s;let d=Wc(c);if(!d)return s;let u=t.has(d)?`#{${c}}`:c;return u===a?s:(r=!0,`${n}=${u}`)});return r?i:e},Ne=(e,t=new Set)=>{if(!(!e||typeof e!="object")){if(Array.isArray(e)){e.forEach(r=>Ne(r,t));return}if(e.type===v.LOOP){let r=Nr(t,e.itemVar,e.indexVar);Ne(e.body,r);return}if(e.type===v.ARRAY&&Array.isArray(e.items)){e.items.forEach(r=>Ne(r,t));return}if(e.type===v.OBJECT&&Array.isArray(e.properties)){e.properties.forEach(r=>{let i=Mc(r.key,t);if(i!==r.key){r.key=i;let s=zc(i);s?r.parsedKey=s:delete r.parsedKey}Ne(r.value,t)});return}Object.values(e).forEach(r=>{Ne(r,t)})}},Kc=e=>e?e.type&&typeof e.type=="number"?Le(e):xr(e):null,Uc=e=>{if(!e||typeof e!="object"||Pi.has(e))return;let t=Kc(e);if(t)throw new Error(`Property-form bindings must use ':prop=\${value}' syntax. Found '${t.bindingName}=${t.rawValue}' in '${t.key}'.`);Ne(e),Pi.add(e)},Hc=/^[a-z][a-zA-Z0-9]*\*?$/,qc=/^[a-zA-Z][a-zA-Z0-9_-]*\*?$/,Yc=/^[a-z][a-zA-Z0-9]*$/,zi=new Set(["window","document"]),Bs=e=>Object.entries(e||{}).map(([t,r])=>{if(zi.has(t))return{refKey:t,refConfig:r,targetType:"global",isWildcard:!1,prefix:t};let i="id",s=t;t.startsWith(".")?(i="class",s=t.slice(1)):t.startsWith("#")&&(i="id",s=t.slice(1));let n=s.endsWith("*")?s.slice(0,-1):s;if(zi.has(n))throw new Error(`[Parser] Invalid ref key '${t}'. Reserved global keys must be exactly 'window' or 'document'.`);if(i==="id"&&!Hc.test(s))throw new Error(`[Parser] Invalid ref key '${t}'. Use camelCase IDs (optional '#', optional '*') or class refs with '.' prefix.`);if(i==="class"&&!qc.test(s))throw new Error(`[Parser] Invalid ref key '${t}'. Class refs must start with '.' and use class-compatible names (optional '*').`);let o=s.endsWith("*"),p=o?s.slice(0,-1):s;return{refKey:t,refConfig:r,targetType:i,isWildcard:o,prefix:p}}),Gc=e=>{if(!Yc.test(e))throw new Error(`[Parser] Invalid element id '${e}' for refs. Use camelCase ids only. Kebab-case ids are not supported.`)},Fi=({value:e,prefix:t,isWildcard:r})=>typeof e!="string"||e.length===0?!1:r?e.startsWith(t):e===t,Ps=({elementIdForRefs:e,classNames:t=[],refMatchers:r})=>{let i=[],s=Array.isArray(t)?t:[];return r.forEach(n=>{if(n.targetType==="global")return;if(n.targetType==="id"){Fi({value:e,prefix:n.prefix,isWildcard:n.isWildcard})&&i.push({...n,matchedValue:e});return}let o=s.find(p=>Fi({value:p,prefix:n.prefix,isWildcard:n.isWildcard}));o&&i.push({...n,matchedValue:o})}),i.length===0?null:(i.sort((n,o)=>{let p=n.targetType==="id"?2:1,l=o.targetType==="id"?2:1;return p!==l?l-p:!n.isWildcard&&o.isWildcard?-1:n.isWildcard&&!o.isWildcard?1:o.prefix.length-n.prefix.length}),i[0])},qe=({optionName:e,optionValue:t,eventType:r,refKey:i})=>{if(t!==void 0&&typeof t!="boolean")throw new Error(`[Parser] Invalid '${e}' for event '${r}' on ref '${i}'. Expected boolean.`)},Wi=({optionName:e,optionValue:t,eventType:r,refKey:i})=>{if(t!==void 0&&(typeof t!="number"||Number.isNaN(t)||!Number.isFinite(t)||t<0))throw new Error(`[Parser] Invalid '${e}' for event '${r}' on ref '${i}'. Expected non-negative number.`)},Jc=({eventType:e,eventConfig:t,refKey:r})=>{if(typeof t!="object"||t===null)throw new Error(`[Parser] Invalid event config for event '${e}' on ref '${r}'.`);let i=Object.prototype.hasOwnProperty.call(t,"debounce"),s=Object.prototype.hasOwnProperty.call(t,"throttle");if(qe({optionName:"preventDefault",optionValue:t.preventDefault,eventType:e,refKey:r}),qe({optionName:"stopPropagation",optionValue:t.stopPropagation,eventType:e,refKey:r}),qe({optionName:"stopImmediatePropagation",optionValue:t.stopImmediatePropagation,eventType:e,refKey:r}),qe({optionName:"targetOnly",optionValue:t.targetOnly,eventType:e,refKey:r}),qe({optionName:"once",optionValue:t.once,eventType:e,refKey:r}),Wi({optionName:"debounce",optionValue:t.debounce,eventType:e,refKey:r}),Wi({optionName:"throttle",optionValue:t.throttle,eventType:e,refKey:r}),i&&s)throw new Error(`[Parser] Event '${e}' on ref '${r}' cannot define both 'debounce' and 'throttle'.`);if(t.handler&&t.action)throw new Error("Each listener can have handler or action but not both");if(!t.handler&&!t.action)throw new Error("Each listener must define either handler or action");return{hasDebounce:i,hasThrottle:s}},zs=e=>(e.__eventRateLimitState||Object.defineProperty(e,"__eventRateLimitState",{value:new Map,enumerable:!1,configurable:!0}),e.__eventRateLimitState),Xc=({eventConfig:e,handlers:t,onMissingHandler:r,parseAndRenderFn:i})=>{let s=n=>{let o=e.payload&&typeof e.payload=="object"&&!Array.isArray(e.payload)?e.payload:{};return typeof i!="function"?o:i(o,{_event:n})};if(e.action){if(typeof t.handleCallStoreAction!="function")throw new Error(`[Runtime] Action listener '${e.action}' requires handlers.handleCallStoreAction.`);return n=>{let o=s(n);t.handleCallStoreAction({...o,_event:n,_action:e.action})}}return e.handler&&t[e.handler]?n=>{let o=s(n);t[e.handler]({...o,_event:n})}:(e.handler&&r?.(e.handler),null)},Zc=({eventConfig:e,callback:t,hasDebounce:r,hasThrottle:i,stateKey:s,eventRateLimitState:n,fallbackCurrentTarget:o=null,nowFn:p=Date.now,setTimeoutFn:l=setTimeout,clearTimeoutFn:a=clearTimeout})=>c=>{let d=n.get(s)||{},u=c.currentTarget||o;if(e.once)if(u){if(d.onceTargets||(d.onceTargets=new WeakSet),d.onceTargets.has(u)){n.set(s,d);return}d.onceTargets.add(u)}else if(d.onceTriggered){n.set(s,d);return}else d.onceTriggered=!0;if(e.targetOnly&&c.target!==c.currentTarget){n.set(s,d);return}if(e.preventDefault&&c.preventDefault(),e.stopImmediatePropagation?c.stopImmediatePropagation():e.stopPropagation&&c.stopPropagation(),r){d.debounceTimer&&a(d.debounceTimer),d.debounceTimer=l(()=>{let f=d.debounceTimer;try{t(c)}catch(h){throw a(f),d.debounceTimer=null,h}d.debounceTimer=null},e.debounce),n.set(s,d);return}if(i){Object.prototype.hasOwnProperty.call(d,"lastThrottleAt")||(d.lastThrottleAt=void 0);let f=p();if(d.lastThrottleAt===void 0||f-d.lastThrottleAt>=e.throttle){d.lastThrottleAt=f,n.set(s,d),t(c);return}n.set(s,d);return}n.set(s,d),t(c)},Fs=({eventType:e,eventConfig:t,refKey:r,handlers:i,eventRateLimitState:s,stateKey:n,fallbackCurrentTarget:o=null,parseAndRenderFn:p,onMissingHandler:l,nowFn:a=Date.now,setTimeoutFn:c=setTimeout,clearTimeoutFn:d=clearTimeout})=>{let{hasDebounce:u,hasThrottle:f}=Jc({eventType:e,eventConfig:t,refKey:r}),h=Xc({eventConfig:t,handlers:i,onMissingHandler:l,parseAndRenderFn:p});return h?Zc({eventConfig:t,callback:h,hasDebounce:u,hasThrottle:f,stateKey:n,eventRateLimitState:s,fallbackCurrentTarget:o,nowFn:a,setTimeoutFn:c,clearTimeoutFn:d}):null},Qc=({h:e,template:t,viewData:r,refs:i,handlers:s,createComponentUpdateHook:n})=>{Uc(t);let o=vs(t,r,{}),p=wr(o),l=eh({h:e,items:p,refs:i,handlers:s,viewData:r,createComponentUpdateHook:n});return e("div",{style:{display:"contents"}},l)},eh=({h:e,items:t,refs:r={},handlers:i={},viewData:s={},createComponentUpdateHook:n})=>{if(!Array.isArray(t))throw new Error("[Parser] Input to createVirtualDom must be an array, got "+typeof t);let o=Bs(r),p=o.some(a=>a.targetType==="id");function l(a,c=""){return a.map((d,u)=>{let f=c?`${c}.${u}`:String(u);if(typeof d=="string"||typeof d=="number")return String(d);if(typeof d!="object"||d===null)return console.warn("Skipping invalid item in DOM structure:",d),null;let h=Object.entries(d);if(h.length===0)return null;let[m,y]=h[0];if(!isNaN(Number(m)))return Array.isArray(y)?l(y,f):typeof y=="object"&&y!==null&&Object.entries(y).length>0?l([y],f):String(y);h.length>1&&console.warn("Item has multiple keys, processing only the first:",m);let b,g,_=m.indexOf(" ");_===-1?(b=m,g=""):(b=m.substring(0,_),g=m.substring(_+1).trim());let S=b.split(/[.#]/)[0],A=S.includes("-"),E,C;try{({attrs:E,props:C}=jc({attrsString:g,viewData:s,tagName:S,isWebComponent:A}))}catch(H){throw new Error(`[Parser] Failed to parse bindings for selector '${b}' with attrs '${g}': ${H.message}`)}let I=b.match(/#([^.#\s]+)/);I&&!Object.prototype.hasOwnProperty.call(E,"id")&&(E.id=I[1]);let N=null;E.id&&(N=E.id);let z=(b.match(/\.([^.#]+)/g)||[]).map(H=>H.substring(1)),P=typeof E.class=="string"?E.class.split(/\s+/).filter(Boolean):[],J=[...new Set([...z,...P])],X=Object.create(null),me=null;if(!A){z.forEach(Ce=>{X[Ce]=!0});let H=b.match(/#([^.#\s]+)/);H&&(me=H[1])}let be;typeof y=="string"||typeof y=="number"?be=String(y):Array.isArray(y)?be=l(y,f):be=[],me&&!A&&(E.id=me);let $t=Object.create(null);if(o.length>0){p&&N&&Gc(N);let H=Ps({elementIdForRefs:N,classNames:J,refMatchers:o});if(H){let Ce=H.refKey,Vr=H.matchedValue||N||Ce;if(H.refConfig&&H.refConfig.eventListeners){let Us=H.refConfig.eventListeners,Hs=zs(i);Object.entries(Us).forEach(([Ct,qs])=>{let Ys=`${Ce}:${Vr}:${Ct}`,jr=Fs({eventType:Ct,eventConfig:qs,refKey:Ce,handlers:i,eventRateLimitState:Hs,stateKey:Ys,parseAndRenderFn:Cs,onMissingHandler:Gs=>{console.warn(`[Parser] Handler '${Gs}' for refKey '${Ce}' (matching '${Vr}') is referenced but not found in available handlers.`)}});jr&&($t[Ct]=jr)})}}}let ye={};if(N?ye.key=N:b&&(ye.key=`${b}-${f}`),Object.keys(E).length>0&&(ye.attrs=E),Object.keys(X).length>0&&(ye.class=X),Object.keys($t).length>0&&(ye.on=$t),Object.keys(C).length>0&&(ye.props=C),A&&typeof n=="function"){let H=n({selector:b,tagName:S});H&&(ye.hook=H)}try{return e(S,ye,be)}catch(H){throw new Error(`[Parser] Error creating virtual node for '${S}': ${H.message}`)}}).filter(Boolean)}return l(t)},th=({baseDeps:e,refs:t,dispatchEvent:r,store:i,render:s})=>({...e,refs:t,dispatchEvent:r,store:i,render:s}),rh=({store:e,render:t,parseAndRenderFn:r})=>i=>{let{_event:s,_action:n}=i,o=r(i,{_event:s});if(!e[n])throw new Error(`[Store] Action 'store.${n}' is not defined.`);e[n](o),t()},ih=({handlers:e,deps:t,parseAndRenderFn:r})=>{let i={handleCallStoreAction:rh({store:t.store,render:t.render,parseAndRenderFn:r})};return Object.keys(e||{}).forEach(s=>{i[s]=n=>e[s](t,n)}),i},sh=e=>{if(e&&typeof e.then=="function")throw new Error("handleBeforeMount must be synchronous and cannot return a Promise.");return e},nh=({handlers:e,deps:t})=>{if(!e?.handleBeforeMount)return;let r=e.handleBeforeMount(t);return sh(r)},oh=({handlers:e,deps:t})=>{e?.handleAfterMount&&e.handleAfterMount(t)},ah=({attributeName:e,oldValue:t,newValue:r,deps:i,propsSchemaKeys:s,toCamelCase:n,normalizeAttributeValue:o})=>{let p=n(e),l={};s.forEach(u=>{let f=i.props[u];f!==void 0&&(l[u]=f)});let a={...l},c=o(t),d=o(r);return c===void 0?delete a[p]:a[p]=c,d===void 0?delete l[p]:l[p]=d,{changedProp:p,oldProps:a,newProps:l}},lh=({propName:e,oldValue:t,newValue:r,deps:i,propsSchemaKeys:s})=>{let n={};s.forEach(p=>{let l=i.props[p];l!==void 0&&(n[p]=l)});let o={...n};return t===void 0?delete o[e]:o[e]=t,r===void 0?delete n[e]:n[e]=r,{changedProp:e,oldProps:o,newProps:n}},ph=({refKey:e,targets:t})=>e==="window"?t.window:e==="document"?t.document:null,dh=({refs:e={},handlers:t={},targets:r={window:globalThis.window,document:globalThis.document},parseAndRenderFn:i,timing:s={nowFn:Date.now,setTimeoutFn:setTimeout,clearTimeoutFn:clearTimeout},warnFn:n=console.warn})=>{let o=[],p=new Set,l=zs(t);return Object.entries(e).forEach(([a,c])=>{if(a!=="window"&&a!=="document")return;let d=ph({refKey:a,targets:r});!d||!c?.eventListeners||Object.entries(c.eventListeners).forEach(([u,f])=>{let h=`${a}:${u}`;p.add(h);let m=Fs({eventType:u,eventConfig:f,refKey:a,handlers:t,eventRateLimitState:l,stateKey:h,fallbackCurrentTarget:d,parseAndRenderFn:i,nowFn:s.nowFn,setTimeoutFn:s.setTimeoutFn,clearTimeoutFn:s.clearTimeoutFn,onMissingHandler:y=>{n(`[Runtime] Handler '${y}' for global ref '${a}' is referenced but not found in available handlers.`)}});m&&(d.addEventListener(u,m),o.push(()=>{d.removeEventListener(u,m)}))})}),()=>{o.forEach(a=>a()),p.forEach(a=>{let c=l.get(a);c&&c.debounceTimer&&s.clearTimeoutFn(c.debounceTimer),l.delete(a)})}},ch=e=>Bs(e),hh=e=>{let t=[],r=e?.data?.class;r&&typeof r=="object"&&Object.entries(r).forEach(([s,n])=>{n&&t.push(s)});let i=e?.data?.attrs?.class;return typeof i=="string"&&i.split(/\s+/).filter(Boolean).forEach(s=>t.push(s)),[...new Set(t)]},uh=({rootVNode:e,refs:t})=>{let r={},i=ch(t),s=n=>{if(!n||typeof n!="object")return;let o=n?.data?.attrs?.id,p=hh(n),l=Ps({elementIdForRefs:o,classNames:p,refMatchers:i});if(n.elm&&l){let a=o||l.refKey;r[a]=n.elm}Array.isArray(n.children)&&n.children.forEach(s)};return s(e),r},fh=({propsSchemaKeys:e=[],toKebabCase:t})=>{let r=new Set(["key"]);return e.forEach(i=>{r.add(i),r.add(t(i))}),[...r]},mh=({baseDeps:e,refs:t,dispatchEvent:r,store:i,render:s})=>th({baseDeps:e,refs:t,dispatchEvent:r,store:i,render:s}),yh=({refIds:e,nextRefIds:t={}})=>(Object.keys(e).forEach(r=>{delete e[r]}),Object.assign(e,t),e),gh=({transformedHandlers:e,clearTimerFn:t=clearTimeout})=>{let r=e?.__eventRateLimitState;if(!(r instanceof Map))return 0;let i=0;return r.forEach(s=>{s&&s.debounceTimer&&(t(s.debounceTimer),i+=1)}),r.clear(),i},Rr=({instance:e})=>mh({baseDeps:e.deps,refs:e.refIds,dispatchEvent:e.dispatchEvent.bind(e),store:e.store,render:e.render.bind(e)}),bh=({instance:e,parseAndRenderFn:t,renderFn:r,createTransformedHandlersFn:i=ih,runBeforeMountFn:s=nh,attachGlobalRefListenersFn:n=dh,runAfterMountFn:o=oh})=>{let p=Rr({instance:e});return e.transformedHandlers=i({handlers:e.handlers,deps:p,parseAndRenderFn:t}),e._unmountCallback=s({handlers:e.handlers,deps:p}),e._globalListenersCleanup=n({refs:e.refs,handlers:e.transformedHandlers,parseAndRenderFn:t}),r(),o({handlers:e.handlers,deps:p}),p},vh=({instance:e,clearTimerFn:t=clearTimeout})=>(e._unmountCallback&&e._unmountCallback(),e._globalListenersCleanup&&e._globalListenersCleanup(),gh({transformedHandlers:e.transformedHandlers,clearTimerFn:t})),wh=({instance:e,attributeName:t,oldValue:r,newValue:i,scheduleFrameFn:s})=>{if(!(r===i||!e.render)&&!(e.isConnected===!1||!e.renderTarget)){if(e.handlers?.handleOnUpdate){let n=Rr({instance:e}),o=ah({attributeName:t,oldValue:r,newValue:i,deps:n,propsSchemaKeys:e._propsSchemaKeys,toCamelCase:bs,normalizeAttributeValue:cr});e.handlers.handleOnUpdate(n,o);return}s(()=>{e.render()})}},_h=({instance:e,propName:t,oldValue:r,newValue:i,scheduleFrameFn:s})=>{if(!(r===i||!e.render)&&!(e.isConnected===!1||!e.renderTarget)){if(e.handlers?.handleOnUpdate){let n=Rr({instance:e}),o=lh({propName:t,oldValue:r,newValue:i,deps:n,propsSchemaKeys:e._propsSchemaKeys});e.handlers.handleOnUpdate(n,o);return}s(()=>{e.render()})}},xh=({instance:e,createComponentUpdateHookFn:t,parseViewFn:r=Qc,collectRefElementsFn:i=uh,onError:s=n=>{console.error("Error during render:",n)}})=>{if(!e.patch)return console.error("Patch function is not defined!"),null;if(!e.template)return console.error("Template is not defined!"),null;try{let n=r({h:e._snabbdomH,template:e.template,viewData:e.viewData,refs:e.refs,handlers:e.transformedHandlers,createComponentUpdateHook:t});e._oldVNode?e._oldVNode=e.patch(e._oldVNode,n):e._oldVNode=e.patch(e.renderTarget,n);let o=i({rootVNode:e._oldVNode,refs:e.refs});return yh({refIds:e.refIds,nextRefIds:o}),e._oldVNode}catch(n){return s(n),e._oldVNode||null}},Sh=`
|
|
1491
1500
|
a, a:link, a:visited, a:hover, a:active {
|
|
1492
1501
|
display: contents;
|
|
1493
1502
|
color: inherit;
|
|
@@ -1499,4 +1508,4 @@ ${p}
|
|
|
1499
1508
|
font: inherit;
|
|
1500
1509
|
cursor: pointer;
|
|
1501
1510
|
}
|
|
1502
|
-
`,Sh=({host:e,cssText:t,createStyleSheet:r=()=>new CSSStyleSheet,createElement:i=s=>document.createElement(s)})=>{let s=e.attachShadow({mode:"open"}),n=r();n.replaceSync(xh);let o=[n];if(t){let l=r();l.replaceSync(t),o.push(l)}s.adoptedStyleSheets=o;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:o}},Sr=(e,t=requestAnimationFrame)=>t(e),Ah=({scheduleFrameFn:e=Sr}={})=>({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 o={...n.deps,store:n.store,render:n.render.bind(n),handlers:n.handlers,dispatchEvent:n.dispatchEvent.bind(n),refs:n.refIds||{}};n.handlers.handleOnUpdate(o,{oldProps:i,newProps:s})}}))}}),Eh=({elementName:e,propsSchema:t,propsSchemaKeys:r,template:i,refs:s,styles:n,handlers:o,methods:p,constants:l,store:a,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=Sh({host:this,cssText:this.cssText});this.shadow=y.shadow,this.renderTarget=y.renderTarget,gh({instance:this,parseAndRenderFn:$s,renderFn:this.render})}disconnectedCallback(){bh({instance:this,clearTimerFn:clearTimeout})}attributeChangedCallback(y,b,g){vh({instance:this,attributeName:y,oldValue:b,newValue:g,scheduleFrameFn:Sr})}render=()=>{_h({instance:this,createComponentUpdateHookFn:Ah})}}class h extends f{static get observedAttributes(){return uh({propsSchemaKeys:r,toKebabCase:ys})}constructor(){super(),this.constants=Oc({setupConstants:u?.constants,fileConstants:l}),this.propsSchema=t,jd({source:this,allowedKeys:r,onPropChange:({propName:y,oldValue:b,newValue:g})=>{wh({instance:this,propName:y,oldValue:b,newValue:g,scheduleFrameFn:Sr})}}),this.props=t?Dd(this,r):{},this._propsSchemaKeys=r,this.elementName=e,this.styles=n,this.store=Ic(a,this.props,this.constants),this.template=i,this.handlers=o,this.methods=p,this.refs=s,this.patch=c,this.deps={...u,store:this.store,render:this.render,handlers:o,props:this.props,constants:this.constants},gc(this,this.methods),this._snabbdomH=d,this.cssText=Tc(e,n)}}return h};function et(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 wt=Array.isArray;function ht(e){return typeof e=="string"||typeof e=="number"||e instanceof String||e instanceof Number}function kh(e,t){return document.createElement(e,t)}function $h(e,t,r){return document.createElementNS(e,t,r)}function Ch(){return xe(document.createDocumentFragment())}function Ih(e){return document.createTextNode(e)}function Oh(e){return document.createComment(e)}function Th(e,t,r){if(fe(e)){let i=e;for(;i&&fe(i);)i=xe(i).parent;e=i??e}fe(t)&&(t=xe(t,e)),r&&fe(r)&&(r=xe(r).firstChildNode),e.insertBefore(t,r)}function Lh(e,t){e.removeChild(t)}function Nh(e,t){fe(t)&&(t=xe(t,e)),e.appendChild(t)}function Fs(e){if(fe(e)){for(;e&&fe(e);)e=xe(e).parent;return e??null}return e.parentNode}function Rh(e){var t;if(fe(e)){let r=xe(e),i=Fs(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 Vh(e){return e.tagName}function jh(e,t){e.textContent=t}function Dh(e){return e.textContent}function Ph(e){return e.nodeType===1}function Bh(e){return e.nodeType===3}function zh(e){return e.nodeType===8}function fe(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 Fh={createElement:kh,createElementNS:$h,createTextNode:Ih,createDocumentFragment:Ch,createComment:Oh,insertBefore:Th,removeChild:Lh,appendChild:Nh,parentNode:Fs,nextSibling:Rh,tagName:Vh,setTextContent:jh,getTextContent:Dh,isElement:Ph,isText:Bh,isComment:zh,isDocumentFragment:fe};function ct(e){return e===void 0}function re(e){return e!==void 0}var or=et("",{},[],void 0,void 0);function Ye(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),o=e.sel===t.sel,p=!e.sel&&e.sel===t.sel?typeof e.text==typeof t.text:!0;return o&&s&&n&&p}function Wh(){throw new Error("The document fragment is not supported on this platform.")}function Mh(e,t){return e.isElement(t)}function Kh(e,t){return e.isDocumentFragment(t)}function Uh(e,t,r){var i;let s={};for(let n=t;n<=r;++n){let o=(i=e[n])===null||i===void 0?void 0:i.key;o!==void 0&&(s[o]=n)}return s}var Hh=["create","update","remove","destroy","pre","post"];function qh(e,t,r){let i={create:[],update:[],remove:[],destroy:[],pre:[],post:[]},s=Fh;for(let h of Hh)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 et(s.tagName(h).toLowerCase()+m+b,{},[],void 0,h)}function o(h){return et(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 I=(y=A.hook)===null||y===void 0?void 0:y.init;re(I)&&(I(h),A=h.data)}let E=h.children,C=h.sel;if(C==="!")ct(h.text)&&(h.text=""),h.elm=s.createComment(h.text);else if(C==="")h.elm=s.createTextNode(h.text);else if(C!==void 0){let I=C.indexOf("#"),N=C.indexOf(".",I),z=I>0?I:C.length,B=N>0?N:C.length,J=I!==-1||N!==-1?C.slice(0,Math.min(z,B)):C,X=h.elm=re(A)&&re(S=A.ns)?s.createElementNS(S,J,A):s.createElement(J,A);for(z<B&&X.setAttribute("id",C.slice(z+1,B)),N>0&&X.setAttribute("class",C.slice(B+1).replace(/\./g," ")),S=0;S<i.create.length;++S)i.create[S](or,h);if(ht(h.text)&&(!wt(E)||E.length===0)&&s.appendChild(X,s.createTextNode(h.text)),wt(E))for(S=0;S<E.length;++S){let be=E[S];be!=null&&s.appendChild(X,l(be,m))}let me=h.data.hook;re(me)&&((b=me.create)===null||b===void 0||b.call(me,or,h),me.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?_:Wh)(),S=0;S<i.create.length;++S)i.create[S](or,h);for(S=0;S<h.children.length;++S){let I=h.children[S];I!=null&&s.appendChild(h.elm,l(I,m))}}else h.elm=s.createTextNode(h.text);return h.elm}function a(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 I=0;I<i.remove.length;++I)i.remove[I](E,A);let C=(_=(g=E?.data)===null||g===void 0?void 0:g.hook)===null||_===void 0?void 0:_.remove;re(C)?C(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],C=y.length-1,I=y[0],N=y[C],z,B,J,X;for(;g<=S&&_<=C;)A==null?A=m[++g]:E==null?E=m[--S]:I==null?I=y[++_]:N==null?N=y[--C]:Ye(A,I)?(f(A,I,b),A=m[++g],I=y[++_]):Ye(E,N)?(f(E,N,b),E=m[--S],N=y[--C]):Ye(A,N)?(f(A,N,b),s.insertBefore(h,A.elm,s.nextSibling(E.elm)),A=m[++g],N=y[--C]):Ye(E,I)?(f(E,I,b),s.insertBefore(h,E.elm,A.elm),E=m[--S],I=y[++_]):(z===void 0&&(z=Uh(m,g,S)),B=z[I.key],ct(B)?(s.insertBefore(h,l(I,b),A.elm),I=y[++_]):ct(z[N.key])?(s.insertBefore(h,l(N,b),s.nextSibling(E.elm)),N=y[--C]):(J=m[B],J.sel!==I.sel?s.insertBefore(h,l(I,b),A.elm):(f(J,I,b),m[B]=void 0,s.insertBefore(h,J.elm,A.elm)),I=y[++_]));_<=C&&(X=y[C+1]==null?null:y[C+1].elm,a(h,X,y,_,C,b)),g<=S&&d(h,m,g,S)}function f(h,m,y){var b,g,_,S,A,E,C,I;let N=(b=m.data)===null||b===void 0?void 0:b.hook;(g=N?.prepatch)===null||g===void 0||g.call(N,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 X=0;X<i.update.length;++X)i.update[X](h,m);(C=(E=(A=m.data)===null||A===void 0?void 0:A.hook)===null||E===void 0?void 0:E.update)===null||C===void 0||C.call(E,h,m)}let B=h.children,J=m.children;ct(m.text)?re(B)&&re(J)?B!==J&&u(z,B,J,y):re(J)?(re(h.text)&&s.setTextContent(z,""),a(z,null,J,0,J.length-1,y)):re(B)?d(z,B,0,B.length-1):re(h.text)&&s.setTextContent(z,""):h.text!==m.text&&(re(B)&&d(z,B,0,B.length-1),s.setTextContent(z,m.text)),(I=N?.postpatch)===null||I===void 0||I.call(N,h,m)}return function(h,m){let y,b,g,_=[];for(y=0;y<i.pre.length;++y)i.pre[y]();for(Mh(s,h)?h=n(h):Kh(s,h)&&(h=o(h)),Ye(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 Mi(e,t){let r,i,s=t.elm,n=e.data.class,o=t.data.class;if(!(!n&&!o)&&n!==o){n=n||{},o=o||{};for(i in n)n[i]&&!Object.prototype.hasOwnProperty.call(o,i)&&s.classList.remove(i);for(i in o)r=o[i],r!==n[i]&&s.classList[r?"add":"remove"](i)}}var Yh={create:Mi,update:Mi};function Ki(e,t){let r,i,s,n=t.elm,o=e.data.props,p=t.data.props;if(!(!o&&!p)&&o!==p){o=o||{},p=p||{};for(r in p)i=p[r],s=o[r],s!==i&&(r!=="value"||n[r]!==i)&&(n[r]=i)}}var Gh={create:Ki,update:Ki},Jh="http://www.w3.org/1999/xlink",Xh="http://www.w3.org/2000/xmlns/",Zh="http://www.w3.org/XML/1998/namespace",Ui=58,Qh=120,eu=109;function Hi(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 o=n[r];s[r]!==o&&(o===!0?i.setAttribute(r,""):o===!1?i.removeAttribute(r):r.charCodeAt(0)!==Qh?i.setAttribute(r,o):r.charCodeAt(3)===Ui?i.setAttributeNS(Zh,r,o):r.charCodeAt(5)===Ui?r.charCodeAt(1)===eu?i.setAttributeNS(Xh,r,o):i.setAttributeNS(Jh,r,o):i.setAttribute(r,o))}for(r in s)r in n||i.removeAttribute(r)}}var tu={create:Hi,update:Hi},qi=typeof window?.requestAnimationFrame=="function"?window.requestAnimationFrame.bind(window):setTimeout,ru=function(e){qi(function(){qi(e)})},Ar=!1;function iu(e,t,r){ru(function(){e[t]=r})}function Yi(e,t){let r,i,s=t.elm,n=e.data.style,o=t.data.style;if(!n&&!o||n===o)return;n=n||{},o=o||{};let p="delayed"in n;for(i in n)i in o||(i[0]==="-"&&i[1]==="-"?s.style.removeProperty(i):s.style[i]="");for(i in o)if(r=o[i],i==="delayed"&&o.delayed)for(let l in o.delayed)r=o.delayed[l],(!p||r!==n.delayed[l])&&iu(s.style,l,r);else i!=="remove"&&r!==n[i]&&(i[0]==="-"&&i[1]==="-"?s.style.setProperty(i,r):s.style[i]=r)}function su(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 nu(e,t){let r=e.data.style;if(!r||!r.remove){t();return}Ar||(e.elm.offsetLeft,Ar=!0);let i,s=e.elm,n=0,o=r.remove,p=0,l=[];for(i in o)l.push(i),s.style[i]=o[i];let a=getComputedStyle(s)["transition-property"].split(", ");for(;n<a.length;++n)l.indexOf(a[n])!==-1&&p++;s.addEventListener("transitionend",function(c){c.target===s&&--p,p===0&&t()})}function ou(){Ar=!1}var au={pre:ou,create:Yi,update:Yi,destroy:su,remove:nu};function Ws(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++)Ws(e[i],t,r)}function lu(e,t){let r=e.type,i=t.data.on;i&&i[r]&&Ws(i[r],t,e)}function pu(){return function e(t){lu(t,e.vnode)}}function ar(e,t){let r=e.data.on,i=e.listener,s=e.elm,n=t&&t.data.on,o=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||pu();if(l.vnode=t,r)for(p in n)r[p]||o.addEventListener(p,l,!1);else for(p in n)o.addEventListener(p,l,!1)}}}var du={create:ar,update:ar,destroy:ar},cu=()=>qh([Yh,Gh,tu,au,du]);function Ms(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&&Ms(n,s.children,s.sel)}}function hu(e,t,r){let i={},s,n,o;if(r!==void 0?(t!==null&&(i=t),wt(r)?s=r:ht(r)?n=r.toString():r&&r.sel&&(s=[r])):t!=null&&(wt(t)?s=t:ht(t)?n=t.toString():t&&t.sel?s=[t]:i=t),s!==void 0)for(o=0;o<s.length;++o)ht(s[o])&&(s[o]=et(void 0,void 0,void 0,s[o],void 0));return e.startsWith("svg")&&(e.length===3||e[3]==="."||e[3]==="#")&&Ms(i,s,e),et(e,i,s,n,void 0)}var uu=cu(),fu=({handlers:e,methods:t,constants:r,schema:i,view:s,store:n},o)=>{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:a,styles:c}=s;Pd({schema:p,methodExports:Object.keys(t||{})});let d=p.componentName,u=p.propsSchema,f=u?.properties?[...new Set(Object.keys(u.properties).map(h=>gs(h)))]:[];return Eh({elementName:d,propsSchema:u,propsSchemaKeys:f,template:l,refs:a,styles:c,handlers:e,methods:t,constants:r,store:n,patch:uu,h:hu,deps:o})},mu=e=>{let t={};return{once:(r,i)=>{t[r]||(t[r]=[]);let s=(...n)=>{i(...n),t[r]=t[r].filter(o=>o!==s)};return t[r].push(s),()=>{t[r]=(t[r]??[]).filter(n=>n!==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.")},showComponentDialog: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.")}}},yu=mu(),gu={globalUI:yu},bu={components:gu},vu={componentName:"rtgl-accordion-item",propsSchema:{type:"object",properties:{label:{type:"string"},content:{type:"string"},w:{type:"string"}}},events:[],methods:{type:"object",properties:{}}},wu={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}},_u={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:{}}},xu={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}},Su={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:{}}},Au={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}},Eu={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:{}}},ku={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}},$u={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"}}}},Cu={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}},Iu={componentName:"rtgl-global-ui",propsSchema:{type:"object",properties:{}},events:[],methods:{type:"object",properties:{}}},Ou={refs:{dialog:{eventListeners:{close:{handler:"handleDialogClose"}}},confirmButton:{eventListeners:{click:{handler:"handleConfirm"}}},cancelButton:{eventListeners:{click:{handler:"handleCancel"}}},componentDialogBodyHost:{},"componentDialogAction*":{eventListeners:{click:{handler:"handleComponentDialogAction"}}},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 isComponentDialogOpen",value:{type:6,conditions:[{type:1,path:"isComponentDialogOpen"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view slot=content g=lg p=lg",value:{type:9,items:[{type:8,properties:[{key:"$if componentDialogConfig.title || componentDialogConfig.description",value:{type:6,conditions:[{type:4,op:7,left:{type:1,path:"componentDialogConfig.title"},right:{type:1,path:"componentDialogConfig.description"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view g=sm w=f",value:{type:9,items:[{type:8,properties:[{key:"$if componentDialogConfig.title",value:{type:6,conditions:[{type:1,path:"componentDialogConfig.title"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"componentDialogConfig.title"}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"$if componentDialogConfig.description",value:{type:6,conditions:[{type:1,path:"componentDialogConfig.description"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text c=mu-fg",value:{type:1,path:"componentDialogConfig.description"}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:"rtgl-view#componentDialogBodyHost w=f key=component-dialog-body-${componentDialogConfig.key}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-view#componentDialogBodyHost w=f key=component-dialog-body-",{type:1,path:"componentDialogConfig.key"}]}}],fast:!0},{type:8,properties:[{key:"$if componentDialogConfig.actions.buttons.length > 0",value:{type:6,conditions:[{type:4,op:2,left:{type:1,path:"componentDialogConfig.actions.buttons.length"},right:{type:0,value:0}}],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:"componentDialogConfig.actions._leftButtons"},body:{type:9,items:[{type:8,properties:[{key:"rtgl-button#componentDialogAction${button._globalIdx} data-action-id=${button.id} data-action-index=${button._globalIdx} v=${button.variant} ?disabled=${button._disabled} pre=${button.pre} suf=${button.suf}",value:{type:1,path:"button.label"},parsedKey:{type:2,parts:["rtgl-button#componentDialogAction",{type:1,path:"button._globalIdx"}," data-action-id=",{type:1,path:"button.id"}," data-action-index=",{type:1,path:"button._globalIdx"}," 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:"componentDialogConfig.actions._rightButtons"},body:{type:9,items:[{type:8,properties:[{key:"rtgl-button#componentDialogAction${button._globalIdx} data-action-id=${button.id} data-action-index=${button._globalIdx} v=${button.variant} ?disabled=${button._disabled} pre=${button.pre} suf=${button.suf}",value:{type:1,path:"button.label"},parsedKey:{type:2,parts:["rtgl-button#componentDialogAction",{type:1,path:"button._globalIdx"}," data-action-id=",{type:1,path:"button.id"}," data-action-index=",{type:1,path:"button._globalIdx"}," 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}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:"$if !isFormDialogOpen && !isComponentDialogOpen",value:{type:6,conditions:[{type:4,op:6,left:{type:5,op:0,operand:{type:1,path:"isFormDialogOpen"}},right:{type:5,op:0,operand:{type:1,path:"isComponentDialogOpen"}}}],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}},Tu={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:{}}},Lu={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}},Nu={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:{}}},Ru={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}},Vu={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:{}}},ju={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}},Du={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 style="--rtgl-popover-content-padding: var(--spacing-sm) 0"',value:{type:9,items:[{type:8,properties:[{key:"rtgl-view wh=300 g=xs slot=content bgc=mu 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 bgc=${option.bgc} data-testid=${option.testId}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm",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 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 bgc=${addOptionBgc} data-testid="select-add-option"',value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm 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 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 style="--rtgl-popover-content-padding: var(--spacing-sm) 0"']}}],fast:!1}],fast:!1}},Bu={componentName:"rtgl-sidebar",propsSchema:{type:"object",properties:{mode:{type:"string"},hideHeader:{type:"boolean",default:!1},tooltip:{type:"boolean",default:!1},showCompactTooltip:{type:"boolean",default:!1,description:"Deprecated alias for tooltip. Use tooltip instead."},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:{label:{type:"string"},title:{type:"string",description:"Deprecated item text field. Use label instead."},slug:{type:"string"},type:{type:"string",description:"Item row type. Supports item, groupLabel, divider, and spacer."},tooltip:{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:{}}},zu={refs:{headerImage:{eventListeners:{click:{handler:"handleHeaderClick"}}},headerLabel:{eventListeners:{click:{handler:"handleHeaderClick"}}},header:{eventListeners:{click:{handler:"handleHeaderClick"}}},"item*":{eventListeners:{click:{handler:"handleItemClick"},mouseenter:{handler:"handleItemMouseEnter"},mouseleave:{handler:"handleItemMouseLeave"}}}},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 == "divider"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"item.type"},right:{type:0,value:"divider"}},{type:4,op:0,left:{type:1,path:"item.type"},right:{type:0,value:"spacer"}},{type:4,op:0,left:{type:1,path:"item.type"},right:{type:0,value:"groupLabel"}},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view w=f pv=md",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view h=1 w=f bgc=mu",value:{type:0,value:null}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view h=1fg w=f",value:{type:0,value:null}}],fast:!0}],fast:!0},{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.label"}}],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} aria-label="${item.label}"',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.label"}}],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.label"}}],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.label.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"},' aria-label="',{type:1,path:"item.label"},'"']}}],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},{type:8,properties:[{key:"$if enableCompactTooltip",value:{type:6,conditions:[{type:1,path:"enableCompactTooltip"}],bodies:[{type:9,items:[{type:8,properties:[{key:'rtgl-tooltip#tooltip s="md" ?open=${tooltipState.open} x=${tooltipState.x} y=${tooltipState.y} place=${tooltipState.place} content="${tooltipState.content}"',value:{type:0,value:null},parsedKey:{type:2,parts:['rtgl-tooltip#tooltip s="md" ?open=',{type:1,path:"tooltipState.open"}," x=",{type:1,path:"tooltipState.x"}," y=",{type:1,path:"tooltipState.y"}," place=",{type:1,path:"tooltipState.place"},' content="',{type:1,path:"tooltipState.content"},'"']}}],fast:!0}],fast:!0}],id:null}}],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}},Fu={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:{}}},Wu={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}},Mu={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:{}}},Ku={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}},Uu={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:{}}},Hu={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}},qu={componentName:"rtgl-tooltip",propsSchema:{type:"object",properties:{open:{type:"boolean"},x:{type:"string"},y:{type:"string"},place:{type:"string"},s:{type:"string",enum:["sm","md","lg"]},content:{type:"string"}}},events:[],methods:{type:"object",properties:{}}},Yu={template:{type:9,items:[{type:8,properties:[{key:'rtgl-popover#popover ?open=${open} x=${x} y=${y} place=${place} no-overlay style="${popoverStyle}"',value:{type:9,items:[{type:8,properties:[{key:"rtgl-view slot=content bc=bo br=md ph=${paddingX} pv=${paddingY} ah=s av=c",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text ta=s s=${textSize} c=fg",value:{type:1,path:"content"},parsedKey:{type:2,parts:["rtgl-text ta=s s=",{type:1,path:"textSize"}," c=fg"]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view slot=content bc=bo br=md ph=",{type:1,path:"paddingX"}," pv=",{type:1,path:"paddingY"}," ah=s av=c"]}}],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 style="',{type:1,path:"popoverStyle"},'"']}}],fast:!0}],fast:!0},refs:{}},Gu={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:{}}},Ju={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=Cn;x.components.accordionItem.schema=vu;x.components.accordionItem.store=Rn;x.components.accordionItem.view=wu;x.components.breadcrumb={};x.components.breadcrumb.handlers=jn;x.components.breadcrumb.schema=_u;x.components.breadcrumb.store=Un;x.components.breadcrumb.view=xu;x.components.card={};x.components.card.schema=Su;x.components.card.store=Jn;x.components.card.view=Au;x.components.dropdownMenu={};x.components.dropdownMenu.handlers=Qn;x.components.dropdownMenu.schema=Eu;x.components.dropdownMenu.store=so;x.components.dropdownMenu.view=ku;x.components.form={};x.components.form.handlers=Ea;x.components.form.methods=Va;x.components.form.schema=$u;x.components.form.store=fa;x.components.form.view=Cu;x.components.globalUi={};x.components.globalUi.handlers=Qa;x.components.globalUi.schema=Iu;x.components.globalUi.store=gl;x.components.globalUi.view=Ou;x.components.navbar={};x.components.navbar.handlers=vl;x.components.navbar.schema=Tu;x.components.navbar.store=$l;x.components.navbar.view=Lu;x.components.pageOutline={};x.components.pageOutline.handlers=Tl;x.components.pageOutline.schema=Nu;x.components.pageOutline.store=Bl;x.components.pageOutline.view=Ru;x.components.popoverInput={};x.components.popoverInput.handlers=ql;x.components.popoverInput.schema=Vu;x.components.popoverInput.store=tp;x.components.popoverInput.view=ju;x.components.select={};x.components.select.handlers=up;x.components.select.schema=Du;x.components.select.store=Cp;x.components.select.view=Pu;x.components.sidebar={};x.components.sidebar.handlers=Rp;x.components.sidebar.schema=Bu;x.components.sidebar.store=qp;x.components.sidebar.view=zu;x.components.sliderInput={};x.components.sliderInput.handlers=Zp;x.components.sliderInput.schema=Fu;x.components.sliderInput.store=rd;x.components.sliderInput.view=Wu;x.components.table={};x.components.table.handlers=od;x.components.table.schema=Mu;x.components.table.store=yd;x.components.table.view=Ku;x.components.tabs={};x.components.tabs.handlers=bd;x.components.tabs.schema=Uu;x.components.tabs.store=Sd;x.components.tabs.view=Hu;x.components.tooltip={};x.components.tooltip.handlers=Ad;x.components.tooltip.schema=qu;x.components.tooltip.store=$d;x.components.tooltip.view=Yu;x.components.waveform={};x.components.waveform.handlers=Od;x.components.waveform.schema=Gu;x.components.waveform.store=Rd;x.components.waveform.view=Ju;Object.keys(x).forEach(e=>{Object.keys(x[e]).forEach(t=>{let r=x[e][t],i=fu({...r},bu[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",Wr({}));customElements.define("rtgl-carousel",qr({}));customElements.define("rtgl-grid",Yr({}));customElements.define("rtgl-view",Jr({}));customElements.define("rtgl-text",Zr({}));customElements.define("rtgl-image",ti({}));customElements.define("rtgl-tag",ii({}));customElements.define("rtgl-svg",ni({}));customElements.define("rtgl-input",ge({}));customElements.define("rtgl-input-date",oi({}));customElements.define("rtgl-input-time",ai({}));customElements.define("rtgl-input-datetime",li({}));customElements.define("rtgl-input-number",pi({}));customElements.define("rtgl-textarea",di({}));customElements.define("rtgl-color-picker",ci({}));customElements.define("rtgl-slider",hi({}));customElements.define("rtgl-checkbox",ui({}));customElements.define("rtgl-dialog",fi({}));customElements.define("rtgl-popover",mi({}));})();
|
|
1511
|
+
`,Ah=({host:e,cssText:t,createStyleSheet:r=()=>new CSSStyleSheet,createElement:i=s=>document.createElement(s)})=>{let s=e.attachShadow({mode:"open"}),n=r();n.replaceSync(Sh);let o=[n];if(t){let l=r();l.replaceSync(t),o.push(l)}s.adoptedStyleSheets=o;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:o}},Sr=(e,t=requestAnimationFrame)=>t(e),Eh=({scheduleFrameFn:e=Sr}={})=>({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 o={...n.deps,store:n.store,render:n.render.bind(n),handlers:n.handlers,dispatchEvent:n.dispatchEvent.bind(n),refs:n.refIds||{}};n.handlers.handleOnUpdate(o,{oldProps:i,newProps:s})}}))}}),kh=({elementName:e,propsSchema:t,propsSchemaKeys:r,template:i,refs:s,styles:n,handlers:o,methods:p,constants:l,store:a,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=Ah({host:this,cssText:this.cssText});this.shadow=y.shadow,this.renderTarget=y.renderTarget,bh({instance:this,parseAndRenderFn:Cs,renderFn:this.render})}disconnectedCallback(){vh({instance:this,clearTimerFn:clearTimeout})}attributeChangedCallback(y,b,g){wh({instance:this,attributeName:y,oldValue:b,newValue:g,scheduleFrameFn:Sr})}render=()=>{xh({instance:this,createComponentUpdateHookFn:Eh})}}class h extends f{static get observedAttributes(){return fh({propsSchemaKeys:r,toKebabCase:gs})}constructor(){super(),this.constants=Tc({setupConstants:u?.constants,fileConstants:l}),this.propsSchema=t,Dd({source:this,allowedKeys:r,onPropChange:({propName:y,oldValue:b,newValue:g})=>{_h({instance:this,propName:y,oldValue:b,newValue:g,scheduleFrameFn:Sr})}}),this.props=t?Bd(this,r):{},this._propsSchemaKeys=r,this.elementName=e,this.styles=n,this.store=Oc(a,this.props,this.constants),this.template=i,this.handlers=o,this.methods=p,this.refs=s,this.patch=c,this.deps={...u,store:this.store,render:this.render,handlers:o,props:this.props,constants:this.constants},bc(this,this.methods),this._snabbdomH=d,this.cssText=Lc(e,n)}}return h};function et(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 wt=Array.isArray;function ht(e){return typeof e=="string"||typeof e=="number"||e instanceof String||e instanceof Number}function $h(e,t){return document.createElement(e,t)}function Ch(e,t,r){return document.createElementNS(e,t,r)}function Ih(){return xe(document.createDocumentFragment())}function Oh(e){return document.createTextNode(e)}function Th(e){return document.createComment(e)}function Lh(e,t,r){if(fe(e)){let i=e;for(;i&&fe(i);)i=xe(i).parent;e=i??e}fe(t)&&(t=xe(t,e)),r&&fe(r)&&(r=xe(r).firstChildNode),e.insertBefore(t,r)}function Nh(e,t){e.removeChild(t)}function Rh(e,t){fe(t)&&(t=xe(t,e)),e.appendChild(t)}function Ws(e){if(fe(e)){for(;e&&fe(e);)e=xe(e).parent;return e??null}return e.parentNode}function Vh(e){var t;if(fe(e)){let r=xe(e),i=Ws(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 jh(e){return e.tagName}function Dh(e,t){e.textContent=t}function Bh(e){return e.textContent}function Ph(e){return e.nodeType===1}function zh(e){return e.nodeType===3}function Fh(e){return e.nodeType===8}function fe(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 Wh={createElement:$h,createElementNS:Ch,createTextNode:Oh,createDocumentFragment:Ih,createComment:Th,insertBefore:Lh,removeChild:Nh,appendChild:Rh,parentNode:Ws,nextSibling:Vh,tagName:jh,setTextContent:Dh,getTextContent:Bh,isElement:Ph,isText:zh,isComment:Fh,isDocumentFragment:fe};function ct(e){return e===void 0}function re(e){return e!==void 0}var or=et("",{},[],void 0,void 0);function Ye(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),o=e.sel===t.sel,p=!e.sel&&e.sel===t.sel?typeof e.text==typeof t.text:!0;return o&&s&&n&&p}function Mh(){throw new Error("The document fragment is not supported on this platform.")}function Kh(e,t){return e.isElement(t)}function Uh(e,t){return e.isDocumentFragment(t)}function Hh(e,t,r){var i;let s={};for(let n=t;n<=r;++n){let o=(i=e[n])===null||i===void 0?void 0:i.key;o!==void 0&&(s[o]=n)}return s}var qh=["create","update","remove","destroy","pre","post"];function Yh(e,t,r){let i={create:[],update:[],remove:[],destroy:[],pre:[],post:[]},s=Wh;for(let h of qh)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 et(s.tagName(h).toLowerCase()+m+b,{},[],void 0,h)}function o(h){return et(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 I=(y=A.hook)===null||y===void 0?void 0:y.init;re(I)&&(I(h),A=h.data)}let E=h.children,C=h.sel;if(C==="!")ct(h.text)&&(h.text=""),h.elm=s.createComment(h.text);else if(C==="")h.elm=s.createTextNode(h.text);else if(C!==void 0){let I=C.indexOf("#"),N=C.indexOf(".",I),z=I>0?I:C.length,P=N>0?N:C.length,J=I!==-1||N!==-1?C.slice(0,Math.min(z,P)):C,X=h.elm=re(A)&&re(S=A.ns)?s.createElementNS(S,J,A):s.createElement(J,A);for(z<P&&X.setAttribute("id",C.slice(z+1,P)),N>0&&X.setAttribute("class",C.slice(P+1).replace(/\./g," ")),S=0;S<i.create.length;++S)i.create[S](or,h);if(ht(h.text)&&(!wt(E)||E.length===0)&&s.appendChild(X,s.createTextNode(h.text)),wt(E))for(S=0;S<E.length;++S){let be=E[S];be!=null&&s.appendChild(X,l(be,m))}let me=h.data.hook;re(me)&&((b=me.create)===null||b===void 0||b.call(me,or,h),me.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?_:Mh)(),S=0;S<i.create.length;++S)i.create[S](or,h);for(S=0;S<h.children.length;++S){let I=h.children[S];I!=null&&s.appendChild(h.elm,l(I,m))}}else h.elm=s.createTextNode(h.text);return h.elm}function a(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 I=0;I<i.remove.length;++I)i.remove[I](E,A);let C=(_=(g=E?.data)===null||g===void 0?void 0:g.hook)===null||_===void 0?void 0:_.remove;re(C)?C(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],C=y.length-1,I=y[0],N=y[C],z,P,J,X;for(;g<=S&&_<=C;)A==null?A=m[++g]:E==null?E=m[--S]:I==null?I=y[++_]:N==null?N=y[--C]:Ye(A,I)?(f(A,I,b),A=m[++g],I=y[++_]):Ye(E,N)?(f(E,N,b),E=m[--S],N=y[--C]):Ye(A,N)?(f(A,N,b),s.insertBefore(h,A.elm,s.nextSibling(E.elm)),A=m[++g],N=y[--C]):Ye(E,I)?(f(E,I,b),s.insertBefore(h,E.elm,A.elm),E=m[--S],I=y[++_]):(z===void 0&&(z=Hh(m,g,S)),P=z[I.key],ct(P)?(s.insertBefore(h,l(I,b),A.elm),I=y[++_]):ct(z[N.key])?(s.insertBefore(h,l(N,b),s.nextSibling(E.elm)),N=y[--C]):(J=m[P],J.sel!==I.sel?s.insertBefore(h,l(I,b),A.elm):(f(J,I,b),m[P]=void 0,s.insertBefore(h,J.elm,A.elm)),I=y[++_]));_<=C&&(X=y[C+1]==null?null:y[C+1].elm,a(h,X,y,_,C,b)),g<=S&&d(h,m,g,S)}function f(h,m,y){var b,g,_,S,A,E,C,I;let N=(b=m.data)===null||b===void 0?void 0:b.hook;(g=N?.prepatch)===null||g===void 0||g.call(N,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 X=0;X<i.update.length;++X)i.update[X](h,m);(C=(E=(A=m.data)===null||A===void 0?void 0:A.hook)===null||E===void 0?void 0:E.update)===null||C===void 0||C.call(E,h,m)}let P=h.children,J=m.children;ct(m.text)?re(P)&&re(J)?P!==J&&u(z,P,J,y):re(J)?(re(h.text)&&s.setTextContent(z,""),a(z,null,J,0,J.length-1,y)):re(P)?d(z,P,0,P.length-1):re(h.text)&&s.setTextContent(z,""):h.text!==m.text&&(re(P)&&d(z,P,0,P.length-1),s.setTextContent(z,m.text)),(I=N?.postpatch)===null||I===void 0||I.call(N,h,m)}return function(h,m){let y,b,g,_=[];for(y=0;y<i.pre.length;++y)i.pre[y]();for(Kh(s,h)?h=n(h):Uh(s,h)&&(h=o(h)),Ye(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 Mi(e,t){let r,i,s=t.elm,n=e.data.class,o=t.data.class;if(!(!n&&!o)&&n!==o){n=n||{},o=o||{};for(i in n)n[i]&&!Object.prototype.hasOwnProperty.call(o,i)&&s.classList.remove(i);for(i in o)r=o[i],r!==n[i]&&s.classList[r?"add":"remove"](i)}}var Gh={create:Mi,update:Mi};function Ki(e,t){let r,i,s,n=t.elm,o=e.data.props,p=t.data.props;if(!(!o&&!p)&&o!==p){o=o||{},p=p||{};for(r in p)i=p[r],s=o[r],s!==i&&(r!=="value"||n[r]!==i)&&(n[r]=i)}}var Jh={create:Ki,update:Ki},Xh="http://www.w3.org/1999/xlink",Zh="http://www.w3.org/2000/xmlns/",Qh="http://www.w3.org/XML/1998/namespace",Ui=58,eu=120,tu=109;function Hi(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 o=n[r];s[r]!==o&&(o===!0?i.setAttribute(r,""):o===!1?i.removeAttribute(r):r.charCodeAt(0)!==eu?i.setAttribute(r,o):r.charCodeAt(3)===Ui?i.setAttributeNS(Qh,r,o):r.charCodeAt(5)===Ui?r.charCodeAt(1)===tu?i.setAttributeNS(Zh,r,o):i.setAttributeNS(Xh,r,o):i.setAttribute(r,o))}for(r in s)r in n||i.removeAttribute(r)}}var ru={create:Hi,update:Hi},qi=typeof window?.requestAnimationFrame=="function"?window.requestAnimationFrame.bind(window):setTimeout,iu=function(e){qi(function(){qi(e)})},Ar=!1;function su(e,t,r){iu(function(){e[t]=r})}function Yi(e,t){let r,i,s=t.elm,n=e.data.style,o=t.data.style;if(!n&&!o||n===o)return;n=n||{},o=o||{};let p="delayed"in n;for(i in n)i in o||(i[0]==="-"&&i[1]==="-"?s.style.removeProperty(i):s.style[i]="");for(i in o)if(r=o[i],i==="delayed"&&o.delayed)for(let l in o.delayed)r=o.delayed[l],(!p||r!==n.delayed[l])&&su(s.style,l,r);else i!=="remove"&&r!==n[i]&&(i[0]==="-"&&i[1]==="-"?s.style.setProperty(i,r):s.style[i]=r)}function nu(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 ou(e,t){let r=e.data.style;if(!r||!r.remove){t();return}Ar||(e.elm.offsetLeft,Ar=!0);let i,s=e.elm,n=0,o=r.remove,p=0,l=[];for(i in o)l.push(i),s.style[i]=o[i];let a=getComputedStyle(s)["transition-property"].split(", ");for(;n<a.length;++n)l.indexOf(a[n])!==-1&&p++;s.addEventListener("transitionend",function(c){c.target===s&&--p,p===0&&t()})}function au(){Ar=!1}var lu={pre:au,create:Yi,update:Yi,destroy:nu,remove:ou};function Ms(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++)Ms(e[i],t,r)}function pu(e,t){let r=e.type,i=t.data.on;i&&i[r]&&Ms(i[r],t,e)}function du(){return function e(t){pu(t,e.vnode)}}function ar(e,t){let r=e.data.on,i=e.listener,s=e.elm,n=t&&t.data.on,o=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||du();if(l.vnode=t,r)for(p in n)r[p]||o.addEventListener(p,l,!1);else for(p in n)o.addEventListener(p,l,!1)}}}var cu={create:ar,update:ar,destroy:ar},hu=()=>Yh([Gh,Jh,ru,lu,cu]);function Ks(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&&Ks(n,s.children,s.sel)}}function uu(e,t,r){let i={},s,n,o;if(r!==void 0?(t!==null&&(i=t),wt(r)?s=r:ht(r)?n=r.toString():r&&r.sel&&(s=[r])):t!=null&&(wt(t)?s=t:ht(t)?n=t.toString():t&&t.sel?s=[t]:i=t),s!==void 0)for(o=0;o<s.length;++o)ht(s[o])&&(s[o]=et(void 0,void 0,void 0,s[o],void 0));return e.startsWith("svg")&&(e.length===3||e[3]==="."||e[3]==="#")&&Ks(i,s,e),et(e,i,s,n,void 0)}var fu=hu(),mu=({handlers:e,methods:t,constants:r,schema:i,view:s,store:n},o)=>{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:a,styles:c}=s;Pd({schema:p,methodExports:Object.keys(t||{})});let d=p.componentName,u=p.propsSchema,f=u?.properties?[...new Set(Object.keys(u.properties).map(h=>bs(h)))]:[];return kh({elementName:d,propsSchema:u,propsSchemaKeys:f,template:l,refs:a,styles:c,handlers:e,methods:t,constants:r,store:n,patch:fu,h:uu,deps:o})},yu=e=>{let t={};return{once:(r,i)=>{t[r]||(t[r]=[]);let s=(...n)=>{i(...n),t[r]=t[r].filter(o=>o!==s)};return t[r].push(s),()=>{t[r]=(t[r]??[]).filter(n=>n!==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.")},showComponentDialog: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.")}}},gu=yu(),bu={globalUI:gu},vu={components:bu},wu={componentName:"rtgl-accordion-item",propsSchema:{type:"object",properties:{label:{type:"string"},content:{type:"string"},w:{type:"string"}}},events:[],methods:{type:"object",properties:{}}},_u={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}},xu={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:{}}},Su={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}},Au={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:{}}},Eu={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}},ku={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:{}}},$u={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=bg pv=sm",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=bg pv=sm"]}}],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}},Cu={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"}}}},Iu={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}},Ou={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"}}},componentDialogBodyHost:{},"componentDialogAction*":{eventListeners:{click:{handler:"handleComponentDialogAction"}}},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 isComponentDialogOpen",value:{type:6,conditions:[{type:1,path:"isComponentDialogOpen"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view slot=content g=lg p=lg",value:{type:9,items:[{type:8,properties:[{key:"$if componentDialogConfig.title || componentDialogConfig.description",value:{type:6,conditions:[{type:4,op:7,left:{type:1,path:"componentDialogConfig.title"},right:{type:1,path:"componentDialogConfig.description"}}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view g=sm w=f",value:{type:9,items:[{type:8,properties:[{key:"$if componentDialogConfig.title",value:{type:6,conditions:[{type:1,path:"componentDialogConfig.title"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text s=lg",value:{type:1,path:"componentDialogConfig.title"}}],fast:!0}],fast:!0}],id:null}}],fast:!1},{type:8,properties:[{key:"$if componentDialogConfig.description",value:{type:6,conditions:[{type:1,path:"componentDialogConfig.description"}],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-text c=mu-fg",value:{type:1,path:"componentDialogConfig.description"}}],fast:!0}],fast:!0}],id:null}}],fast:!1}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:"rtgl-view#componentDialogBodyHost w=f key=component-dialog-body-${componentDialogConfig.key}",value:{type:0,value:null},parsedKey:{type:2,parts:["rtgl-view#componentDialogBodyHost w=f key=component-dialog-body-",{type:1,path:"componentDialogConfig.key"}]}}],fast:!0},{type:8,properties:[{key:"$if componentDialogConfig.actions.buttons.length > 0",value:{type:6,conditions:[{type:4,op:2,left:{type:1,path:"componentDialogConfig.actions.buttons.length"},right:{type:0,value:0}}],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:"componentDialogConfig.actions._leftButtons"},body:{type:9,items:[{type:8,properties:[{key:"rtgl-button#componentDialogAction${button._globalIdx} data-action-id=${button.id} data-action-index=${button._globalIdx} v=${button.variant} ?disabled=${button._disabled} pre=${button.pre} suf=${button.suf}",value:{type:1,path:"button.label"},parsedKey:{type:2,parts:["rtgl-button#componentDialogAction",{type:1,path:"button._globalIdx"}," data-action-id=",{type:1,path:"button.id"}," data-action-index=",{type:1,path:"button._globalIdx"}," 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:"componentDialogConfig.actions._rightButtons"},body:{type:9,items:[{type:8,properties:[{key:"rtgl-button#componentDialogAction${button._globalIdx} data-action-id=${button.id} data-action-index=${button._globalIdx} v=${button.variant} ?disabled=${button._disabled} pre=${button.pre} suf=${button.suf}",value:{type:1,path:"button.label"},parsedKey:{type:2,parts:["rtgl-button#componentDialogAction",{type:1,path:"button._globalIdx"}," data-action-id=",{type:1,path:"button.id"}," data-action-index=",{type:1,path:"button._globalIdx"}," 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}],fast:!1}}],fast:!1}],fast:!1}],id:null}}],fast:!1},{type:8,properties:[{key:"$if !isFormDialogOpen && !isComponentDialogOpen",value:{type:6,conditions:[{type:4,op:6,left:{type:5,op:0,operand:{type:1,path:"isFormDialogOpen"}},right:{type:5,op:0,operand:{type:1,path:"isComponentDialogOpen"}}}],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}},Lu={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:{}}},Nu={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}},Ru={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:{}}},Vu={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}},ju={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:{}}},Du={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=bg 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}},Bu={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"},keydown:{handler:"handleButtonKeyDown"}}},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-view#selectButton style="display: inline-flex;" d=h av=c h=32 ph=md bw=xs bc=bo h-bc=${selectButtonHoverBorderColor} br=md bgc=bg cur=${selectButtonCursor} ${containerAttrString} data-testid="select-button" role="button" tabindex=${selectButtonTabIndex} aria-disabled=${isDisabled}',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-view#selectButton style="display: inline-flex;" d=h av=c h=32 ph=md bw=xs bc=bo h-bc=',{type:1,path:"selectButtonHoverBorderColor"}," br=md bgc=bg cur=",{type:1,path:"selectButtonCursor"}," ",{type:1,path:"containerAttrString"},' data-testid="select-button" role="button" tabindex=',{type:1,path:"selectButtonTabIndex"}," aria-disabled=",{type:1,path:"isDisabled"}]}}],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=bg sv=true pv=sm",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 bgc=${option.bgc} data-testid=${option.testId}",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm",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 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 bgc=${addOptionBgc} data-testid="select-add-option"',value:{type:9,items:[{type:8,properties:[{key:"rtgl-text s=sm 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 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}},zu={componentName:"rtgl-sidebar",propsSchema:{type:"object",properties:{mode:{type:"string"},hideHeader:{type:"boolean",default:!1},tooltip:{type:"boolean",default:!1},showCompactTooltip:{type:"boolean",default:!1,description:"Deprecated alias for tooltip. Use tooltip instead."},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:{label:{type:"string"},title:{type:"string",description:"Deprecated item text field. Use label instead."},slug:{type:"string"},type:{type:"string",description:"Item row type. Supports item, groupLabel, divider, and spacer."},tooltip:{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:{}}},Fu={refs:{headerImage:{eventListeners:{click:{handler:"handleHeaderClick"}}},headerLabel:{eventListeners:{click:{handler:"handleHeaderClick"}}},header:{eventListeners:{click:{handler:"handleHeaderClick"}}},"item*":{eventListeners:{click:{handler:"handleItemClick"},mouseenter:{handler:"handleItemMouseEnter"},mouseleave:{handler:"handleItemMouseLeave"}}}},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 == "divider"',value:{type:6,conditions:[{type:4,op:0,left:{type:1,path:"item.type"},right:{type:0,value:"divider"}},{type:4,op:0,left:{type:1,path:"item.type"},right:{type:0,value:"spacer"}},{type:4,op:0,left:{type:1,path:"item.type"},right:{type:0,value:"groupLabel"}},null],bodies:[{type:9,items:[{type:8,properties:[{key:"rtgl-view w=f pv=md",value:{type:9,items:[{type:8,properties:[{key:"rtgl-view h=1 w=f bgc=mu",value:{type:0,value:null}}],fast:!0}],fast:!0}}],fast:!0}],fast:!0},{type:9,items:[{type:8,properties:[{key:"rtgl-view h=1fg w=f",value:{type:0,value:null}}],fast:!0}],fast:!0},{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.label"}}],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} aria-label="${item.label}"',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.label"}}],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.label"}}],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.label.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"},' aria-label="',{type:1,path:"item.label"},'"']}}],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},{type:8,properties:[{key:"$if enableCompactTooltip",value:{type:6,conditions:[{type:1,path:"enableCompactTooltip"}],bodies:[{type:9,items:[{type:8,properties:[{key:'rtgl-tooltip#tooltip s="md" ?open=${tooltipState.open} x=${tooltipState.x} y=${tooltipState.y} place=${tooltipState.place} content="${tooltipState.content}"',value:{type:0,value:null},parsedKey:{type:2,parts:['rtgl-tooltip#tooltip s="md" ?open=',{type:1,path:"tooltipState.open"}," x=",{type:1,path:"tooltipState.x"}," y=",{type:1,path:"tooltipState.y"}," place=",{type:1,path:"tooltipState.place"},' content="',{type:1,path:"tooltipState.content"},'"']}}],fast:!0}],fast:!0}],id:null}}],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}},Wu={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:{}}},Mu={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}},Ku={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:{}}},Uu={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}},Hu={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:{}}},qu={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}},Yu={componentName:"rtgl-tooltip",propsSchema:{type:"object",properties:{open:{type:"boolean"},x:{type:"string"},y:{type:"string"},place:{type:"string"},s:{type:"string",enum:["sm","md","lg"]},content:{type:"string"}}},events:[],methods:{type:"object",properties:{}}},Gu={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 style="${contentStyle}"',value:{type:9,items:[{type:8,properties:[{key:"rtgl-view ph=${paddingX} pv=${paddingY} ah=s av=c",value:{type:9,items:[{type:8,properties:[{key:"rtgl-text ta=s s=${textSize} c=fg",value:{type:1,path:"content"},parsedKey:{type:2,parts:["rtgl-text ta=s s=",{type:1,path:"textSize"}," c=fg"]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:["rtgl-view ph=",{type:1,path:"paddingX"}," pv=",{type:1,path:"paddingY"}," ah=s av=c"]}}],fast:!0}],fast:!0},parsedKey:{type:2,parts:['rtgl-view slot=content style="',{type:1,path:"contentStyle"},'"']}}],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:{}},Ju={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:{}}},Xu={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=In;x.components.accordionItem.schema=wu;x.components.accordionItem.store=Vn;x.components.accordionItem.view=_u;x.components.breadcrumb={};x.components.breadcrumb.handlers=Dn;x.components.breadcrumb.schema=xu;x.components.breadcrumb.store=Hn;x.components.breadcrumb.view=Su;x.components.card={};x.components.card.schema=Au;x.components.card.store=Xn;x.components.card.view=Eu;x.components.dropdownMenu={};x.components.dropdownMenu.handlers=eo;x.components.dropdownMenu.schema=ku;x.components.dropdownMenu.store=no;x.components.dropdownMenu.view=$u;x.components.form={};x.components.form.handlers=ka;x.components.form.methods=ja;x.components.form.schema=Cu;x.components.form.store=ma;x.components.form.view=Iu;x.components.globalUi={};x.components.globalUi.handlers=el;x.components.globalUi.schema=Ou;x.components.globalUi.store=bl;x.components.globalUi.view=Tu;x.components.navbar={};x.components.navbar.handlers=wl;x.components.navbar.schema=Lu;x.components.navbar.store=Cl;x.components.navbar.view=Nu;x.components.pageOutline={};x.components.pageOutline.handlers=Ll;x.components.pageOutline.schema=Ru;x.components.pageOutline.store=zl;x.components.pageOutline.view=Vu;x.components.popoverInput={};x.components.popoverInput.handlers=Yl;x.components.popoverInput.schema=ju;x.components.popoverInput.store=rp;x.components.popoverInput.view=Du;x.components.select={};x.components.select.handlers=fp;x.components.select.schema=Bu;x.components.select.store=Ip;x.components.select.view=Pu;x.components.sidebar={};x.components.sidebar.handlers=Vp;x.components.sidebar.schema=zu;x.components.sidebar.store=Yp;x.components.sidebar.view=Fu;x.components.sliderInput={};x.components.sliderInput.handlers=Qp;x.components.sliderInput.schema=Wu;x.components.sliderInput.store=id;x.components.sliderInput.view=Mu;x.components.table={};x.components.table.handlers=ad;x.components.table.schema=Ku;x.components.table.store=gd;x.components.table.view=Uu;x.components.tabs={};x.components.tabs.handlers=vd;x.components.tabs.schema=Hu;x.components.tabs.store=Ad;x.components.tabs.view=qu;x.components.tooltip={};x.components.tooltip.handlers=Ed;x.components.tooltip.schema=Yu;x.components.tooltip.store=Cd;x.components.tooltip.view=Gu;x.components.waveform={};x.components.waveform.handlers=Td;x.components.waveform.schema=Ju;x.components.waveform.store=Vd;x.components.waveform.view=Xu;Object.keys(x).forEach(e=>{Object.keys(x[e]).forEach(t=>{let r=x[e][t],i=mu({...r},vu[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",Wr({}));customElements.define("rtgl-carousel",qr({}));customElements.define("rtgl-grid",Yr({}));customElements.define("rtgl-view",Jr({}));customElements.define("rtgl-text",Zr({}));customElements.define("rtgl-image",ti({}));customElements.define("rtgl-tag",ii({}));customElements.define("rtgl-svg",ni({}));customElements.define("rtgl-input",ge({}));customElements.define("rtgl-input-date",oi({}));customElements.define("rtgl-input-time",ai({}));customElements.define("rtgl-input-datetime",li({}));customElements.define("rtgl-input-number",pi({}));customElements.define("rtgl-textarea",di({}));customElements.define("rtgl-color-picker",ci({}));customElements.define("rtgl-slider",hi({}));customElements.define("rtgl-checkbox",ui({}));customElements.define("rtgl-dialog",fi({}));customElements.define("rtgl-popover",mi({}));})();
|