@maxhealth.tech/prefab 0.2.27 → 0.2.29

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.
Files changed (68) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/dist/actions/client.js +12 -12
  3. package/dist/actions/client.js.map +1 -1
  4. package/dist/actions/index.d.ts +2 -0
  5. package/dist/actions/index.d.ts.map +1 -1
  6. package/dist/actions/index.js +1 -0
  7. package/dist/actions/index.js.map +1 -1
  8. package/dist/actions/mcp.js +3 -3
  9. package/dist/actions/mcp.js.map +1 -1
  10. package/dist/actions/subscribe.d.ts +57 -0
  11. package/dist/actions/subscribe.d.ts.map +1 -0
  12. package/dist/actions/subscribe.js +68 -0
  13. package/dist/actions/subscribe.js.map +1 -0
  14. package/dist/app.d.ts +1 -1
  15. package/dist/app.js +2 -2
  16. package/dist/app.js.map +1 -1
  17. package/dist/auto/index.d.ts.map +1 -1
  18. package/dist/auto/index.js +1 -2
  19. package/dist/auto/index.js.map +1 -1
  20. package/dist/components/charts/index.d.ts.map +1 -1
  21. package/dist/components/charts/index.js +10 -1
  22. package/dist/components/charts/index.js.map +1 -1
  23. package/dist/components/pdf/index.d.ts +47 -0
  24. package/dist/components/pdf/index.d.ts.map +1 -0
  25. package/dist/components/pdf/index.js +49 -0
  26. package/dist/components/pdf/index.js.map +1 -0
  27. package/dist/core/component.d.ts +2 -0
  28. package/dist/core/component.d.ts.map +1 -1
  29. package/dist/core/component.js +8 -4
  30. package/dist/core/component.js.map +1 -1
  31. package/dist/core/index.d.ts +1 -1
  32. package/dist/core/index.d.ts.map +1 -1
  33. package/dist/core/index.js +1 -1
  34. package/dist/core/index.js.map +1 -1
  35. package/dist/core/validate.js +9 -2
  36. package/dist/core/validate.js.map +1 -1
  37. package/dist/index.d.ts +4 -0
  38. package/dist/index.d.ts.map +1 -1
  39. package/dist/index.js +3 -0
  40. package/dist/index.js.map +1 -1
  41. package/dist/mcp/display.d.ts.map +1 -1
  42. package/dist/mcp/display.js +7 -4
  43. package/dist/mcp/display.js.map +1 -1
  44. package/dist/renderer/actions.d.ts +8 -0
  45. package/dist/renderer/actions.d.ts.map +1 -1
  46. package/dist/renderer/actions.js +118 -1
  47. package/dist/renderer/actions.js.map +1 -1
  48. package/dist/renderer/bridge.d.ts +12 -0
  49. package/dist/renderer/bridge.d.ts.map +1 -1
  50. package/dist/renderer/bridge.js +57 -0
  51. package/dist/renderer/bridge.js.map +1 -1
  52. package/dist/renderer/components/index.d.ts.map +1 -1
  53. package/dist/renderer/components/index.js +2 -0
  54. package/dist/renderer/components/index.js.map +1 -1
  55. package/dist/renderer/components/pdf.d.ts +12 -0
  56. package/dist/renderer/components/pdf.d.ts.map +1 -0
  57. package/dist/renderer/components/pdf.js +217 -0
  58. package/dist/renderer/components/pdf.js.map +1 -0
  59. package/dist/renderer/engine.d.ts +6 -0
  60. package/dist/renderer/engine.d.ts.map +1 -1
  61. package/dist/renderer/engine.js +40 -13
  62. package/dist/renderer/engine.js.map +1 -1
  63. package/dist/renderer/index.d.ts.map +1 -1
  64. package/dist/renderer/index.js +2 -1
  65. package/dist/renderer/index.js.map +1 -1
  66. package/dist/renderer.auto.min.js +8 -8
  67. package/dist/renderer.min.js +6 -6
  68. package/package.json +7 -2
@@ -1,14 +1,14 @@
1
- (()=>{class J0{data={};subscribers=new Map;globalSubscribers=new Set;generation=0;constructor($){if($)this.data=structuredClone($)}get($){return i1(this.data,$)}getAll(){return this.data}set($,J){l0(this.data,$,J),this.notify($)}toggle($){let J=this.get($),Z=J==null||J===!1||J===0||J==="";this.set($,Z)}append($,J,Z){let q=this.get($);if(!Array.isArray(q)){this.set($,[J]);return}if(Z!==void 0)q.splice(Z,0,J);else q.push(J);this.notify($)}pop($,J){let Z=this.get($);if(!Array.isArray(Z))return;if(typeof J==="number")Z.splice(J,1);else{let q=Z.indexOf(J);if(q>=0)Z.splice(q,1)}this.notify($)}merge($){for(let[J,Z]of Object.entries($))l0(this.data,J,Z);for(let J of Object.keys($))this.notify(J)}subscribe($,J){if(!this.subscribers.has($))this.subscribers.set($,new Set);return this.subscribers.get($)?.add(J),()=>this.subscribers.get($)?.delete(J)}subscribeAll($){return this.globalSubscribers.add($),()=>this.globalSubscribers.delete($)}notify($){this.generation++;let J=$.split(".");for(let Z=1;Z<=J.length;Z++){let q=J.slice(0,Z).join("."),U=this.subscribers.get(q);if(U)U.forEach((Q)=>Q())}this.globalSubscribers.forEach((Z)=>Z())}}function i1($,J){let Z=J.split("."),q=$;for(let U of Z){if(q==null||typeof q!=="object")return;q=q[U]}return q}var d1=new Set(["__proto__","constructor","prototype"]);function l0($,J,Z){let q=J.split(".");if(q.some((Q)=>d1.has(Q))){console.warn(`[prefab] Blocked prototype pollution attempt: ${J}`);return}let U=$;for(let Q=0;Q<q.length-1;Q++){let Y=q[Q];if(U[Y]==null||typeof U[Y]!=="object")U[Y]={};U=U[Y]}U[q[q.length-1]]=Z}var t=new Map;function T0($,J){if(t.has($)&&t.get($)!==J)console.warn(`[prefab] pipe "${$}" re-registered`);t.set($,J)}function I0($){return t.delete($)}function s0(){return[...t.keys()]}function i0($){return t.get($)}var d0=-1,R0=new Map,n1=/\{\{\s*(.+?)\s*\}\}/g;function u($){return typeof $==="string"&&$.includes("{{")&&$.includes("}}")}function x($,J,Z){let q=$.trim();if(q.startsWith("{{")&&q.endsWith("}}")&&J4(q,"{{")===1){let U=q.slice(2,-2).trim();return n0(U,J,Z)}return $.replace(n1,(U,Q)=>{let Y=n0(Q.trim(),J,Z);return Y==null?"":String(Y)})}function n0($,J,Z){let[q,...U]=$4($),Q=h(q.trim(),J,Z);for(let Y of U)Q=r1(Y.trim(),Q,J,Z);return Q}function h($,J,Z){let q=t1($);if(q>=0){let Y=$.slice(0,q).trim(),W=$.slice(q+1),H=e1(W);if(H>=0){let X=W.slice(0,H).trim(),G=W.slice(H+1).trim(),B=h(Y,J,Z);return B!==null&&B!==void 0&&B!==!1&&B!==0&&B!==""?h(X,J,Z):h(G,J,Z)}}let U=W0($,"||");if(U>=0){let Y=h($.slice(0,U).trim(),J,Z);return Y!==null&&Y!==void 0&&Y!==!1&&Y!==0&&Y!==""?Y:h($.slice(U+2).trim(),J,Z)}let Q=W0($,"&&");if(Q>=0){let Y=h($.slice(0,Q).trim(),J,Z);if(Y===null||Y===void 0||Y===!1||Y===0||Y==="")return Y;return h($.slice(Q+2).trim(),J,Z)}for(let[Y,W]of a1){let H=W0($,Y);if(H>=0){let X=h($.slice(0,H).trim(),J,Z),G=h($.slice(H+Y.length).trim(),J,Z);return W(X,G)}}if($.startsWith("!")){let Y=h($.slice(1).trim(),J,Z);return Y===null||Y===void 0||Y===!1||Y===0||Y===""}for(let[Y,W]of o1){let H=W0($,Y);if(H>=0){let X=h($.slice(0,H).trim(),J,Z),G=h($.slice(H+Y.length).trim(),J,Z);return W(Number(X),Number(G))}}if($==="true")return!0;if($==="false")return!1;if($==="null"||$==="undefined")return null;if(/^-?\d+(\.\d+)?$/.test($))return Number($);if($.startsWith("'")&&$.endsWith("'")||$.startsWith('"')&&$.endsWith('"'))return $.slice(1,-1);if(Z&&$.startsWith("$")){let Y=$.indexOf(".");if(Y>=0){let W=$.slice(0,Y),H=$.slice(Y+1),X=Z[W];return H0(X,H)}return Z[$]}if(Z){let Y=$.split(".")[0];if(Y in Z)return H0(Z[Y],$.includes(".")?$.slice(Y.length+1):"")}return J.get($)}function r1($,J,Z,q){let U=$.indexOf(":"),Q=U>=0?$.slice(0,U).trim():$,Y=U>=0?$.slice(U+1).trim():void 0,W=Y?A0(Y):void 0;switch(Q){case"find":{if(!Array.isArray(J)||!Y)return;let H=r0(Y);if(H.length<2)return;let X=A0(H[0]),G=H[1].trim(),B;if(G.startsWith("'")&&G.endsWith("'")||G.startsWith('"')&&G.endsWith('"'))B=G.slice(1,-1);else if(Z){if(q&&G.startsWith("$")){let z=G.indexOf(".");if(z>=0){let L=G.slice(0,z);if(L in q)B=H0(q[L],G.slice(z+1))}else if(G in q)B=q[G]}if(B===void 0&&!(q&&G.startsWith("$")))if(q){let z=G.split(".")[0];B=z in q?H0(q[z],G.includes(".")?G.slice(z.length+1):""):Z.get(G)}else B=Z.get(G)}else B=G;if(B==null)return;let E=Z?.generation??0;if(E!==d0)R0=new Map,d0=E;let F=R0.get(J);if(!F)F=new Map,R0.set(J,F);let N=F.get(X);if(!N){N=new Map;for(let z of J)if(z!=null&&typeof z==="object"){let L=z[X];if(L!=null)N.set(String(L),z)}F.set(X,N)}return N.get(String(B))}case"dot":{if(J==null||typeof J!=="object"||typeof W!=="string")return;return J[W]}case"length":return Array.isArray(J)?J.length:typeof J==="string"?J.length:0;case"upper":return typeof J==="string"?J.toUpperCase():J;case"lower":return typeof J==="string"?J.toLowerCase():J;case"truncate":if(typeof J==="string"&&typeof W==="number")return J.slice(0,W);return J;case"join":return Array.isArray(J)?J.join(typeof W==="string"?W:", "):J;case"first":return Array.isArray(J)?J[0]:J;case"last":return Array.isArray(J)?J[J.length-1]:J;case"abs":return Math.abs(Number(J));case"round":return typeof W==="number"?Number(Number(J).toFixed(W)):Math.round(Number(J));case"number":return typeof W==="number"?Number(Number(J).toFixed(W)):Number(J);case"currency":{let H=typeof W==="string"?W:"USD";try{return new Intl.NumberFormat("en-US",{style:"currency",currency:H}).format(Number(J))}catch{return J}}case"percent":return typeof W==="number"?`${(Number(J)*100).toFixed(W)}%`:`${Math.round(Number(J)*100)}%`;case"compact":{let H=typeof W==="number"?W:1;try{return new Intl.NumberFormat("en-US",{notation:"compact",maximumFractionDigits:H}).format(Number(J))}catch{return J}}case"date":try{return new Date(J).toLocaleDateString()}catch{return J}case"time":try{return new Date(J).toLocaleTimeString()}catch{return J}case"datetime":try{return new Date(J).toLocaleString()}catch{return J}case"pluralize":{let H=Number(J),X=typeof W==="string"?W:"";return H===1?X:`${X}s`}case"default":return J==null||J===""?W:J;case"selectattr":return Array.isArray(J)&&typeof W==="string"?J.filter((H)=>H!=null&&typeof H==="object"&&Boolean(H[W])):J;case"rejectattr":return Array.isArray(J)&&typeof W==="string"?J.filter((H)=>{if(H==null||typeof H!=="object")return!1;let X=H[W];return X==null||X===!1||X===0||X===""}):J;default:{let H=i0(Q);if(H){let X=Y?r0(Y).map(A0):[];return H(J,...X)}return J}}}var a1=[["!==",($,J)=>$!==J],["===",($,J)=>$===J],["!=",($,J)=>$!=J],["==",($,J)=>$==J],[">=",($,J)=>Number($)>=Number(J)],["<=",($,J)=>Number($)<=Number(J)],[">",($,J)=>Number($)>Number(J)],["<",($,J)=>Number($)<Number(J)]],o1=[[" + ",($,J)=>$+J],[" - ",($,J)=>$-J],[" * ",($,J)=>$*J],[" / ",($,J)=>J!==0?$/J:0],[" % ",($,J)=>J!==0?$%J:0]];function W0($,J){let Z=null;for(let q=0;q<$.length;q++){let U=$[q];if(U==="'"||U==='"')Z=Z===U?null:Z??U;if(!Z&&$.slice(q,q+J.length)===J)return q}return-1}function t1($){let J=0,Z=null;for(let q=0;q<$.length;q++){let U=$[q];if(U==="'"||U==='"')Z=Z===U?null:Z??U;if(!Z){if(U==="(")J++;else if(U===")")J--;else if(U==="?"&&J===0)return q}}return-1}function e1($){let J=0,Z=null;for(let q=0;q<$.length;q++){let U=$[q];if(U==="'"||U==='"')Z=Z===U?null:Z??U;if(!Z){if(U==="?"||U==="(")J++;else if(U===")")J--;else if(U===":"&&J===0)return q}}return-1}function $4($){let J=[],Z="",q=null;for(let U=0;U<$.length;U++){let Q=$[U];if(Q==="'"||Q==='"')q=q===Q?null:q??Q;if(Q==="|"&&!q)if($[U+1]==="|")Z+="||",U++;else J.push(Z),Z="";else Z+=Q}return J.push(Z),J}function A0($){let J=$.replace(/^['"]|['"]$/g,"");if(J==="true")return!0;if(J==="false")return!1;let Z=Number(J);return isNaN(Z)?J:Z}function r0($){let J=[],Z="",q=null;for(let U of $){if(U==="'"||U==='"')q=q===U?null:q??U;if(U===","&&!q)J.push(Z),Z="";else Z+=U}return J.push(Z),J}function H0($,J){if(!J)return $;let Z=J.split("."),q=$;for(let U of Z){if(q==null||typeof q!=="object")return;q=q[U]}return q}function J4($,J){let Z=0,q=0;while((q=$.indexOf(J,q))!==-1)Z++,q+=J.length;return Z}async function k($,J){let Z=Array.isArray($)?$:[$];for(let q of Z)await Z4(q,J)}async function Z4($,J){let Z=$.action;switch(Z){case"setState":{q4($,J);return}case"toggleState":{U4($,J);return}case"appendState":{Q4($,J);return}case"popState":{Y4($,J);return}case"showToast":{W4($,J);return}case"closeOverlay":{H4($,J);return}case"openLink":{M4($);return}case"setInterval":{N4($,J);return}case"toolCall":case"callTool":return X4($,J);case"sendMessage":return G4($,J);case"updateContext":{z4($,J);return}case"fetch":return E4($,J);case"openFilePicker":{K4($,J);return}case"callHandler":return F4($,J);case"requestDisplayMode":{D4($,J);return}default:console.warn(`[prefab] Unknown action: ${Z}`)}}function q4($,J){let{key:Z,value:q}=$;if(u(q))q=x(q,J.store,J.scope);J.store.set(Z,q),J.rerender(),n($.onSuccess,J)}function U4($,J){J.store.toggle($.key),J.rerender()}function Q4($,J){let Z=$.value??$.item;if(u(Z))Z=x(Z,J.store,J.scope);J.store.append($.key,Z,$.index),J.rerender()}function Y4($,J){J.store.pop($.key,$.index),J.rerender()}function W4($,J){J.onToast?.({message:B0($.message,J),description:$.description!=null?B0($.description,J):void 0,variant:$.variant,duration:$.duration})}function H4($,J){if(typeof document<"u")document.dispatchEvent(new CustomEvent("prefab:close-overlay"))}function M4($){if(typeof window<"u"){let J=$.url;if(!J){console.warn("[prefab] openLink: missing url");return}if(!o0(J)){console.warn(`[prefab] Blocked unsafe URL scheme: ${J}`);return}window.open(J,$.target??"_blank")}}var M0=new Set,B4=20,_4=100;function N4($,J){let Z=Math.max($.intervalMs,_4),q=$.onTick;if(typeof globalThis.setInterval!=="function")return;if(M0.size>=B4){console.warn("[prefab] Max intervals reached, ignoring new setInterval");return}let U=globalThis.setInterval(()=>void k(q,J),Z);M0.add(U)}function a0(){for(let $ of M0)globalThis.clearInterval($);M0.clear()}async function X4($,J){if(!J.transport){console.warn("[prefab] No MCP transport configured for toolCall");return}let Z=$.tool,q=t0($.arguments,J);try{let U=await J.transport.callTool(Z,q);if($.resultKey!=null)J.store.set($.resultKey,U);J.rerender(),await n($.onSuccess,J,{$result:U})}catch(U){await n($.onError,J,{$error:U})}}async function G4($,J){if(!J.transport){console.warn("[prefab] No MCP transport configured for sendMessage");return}await J.transport.sendMessage(B0($.message,J))}function z4($,J){let Z=$.context;if(Z!=null)J.store.merge(Z),J.rerender()}async function E4($,J){let Z=B0($.url,J);if(!o0(Z)){console.warn(`[prefab] Blocked unsafe URL in fetch: ${Z}`);return}let q=$.method??"GET",U=$.headers,Q=$.body!==void 0?JSON.stringify($.body):void 0;try{let Y=await globalThis.fetch(Z,{method:q,headers:{"Content-Type":"application/json",...U},...Q&&{body:Q}}),W=await Y.json().catch(()=>Y.text());if($.resultKey!=null)J.store.set($.resultKey,W);J.rerender(),await n($.onSuccess,J,{$result:W})}catch(Y){await n($.onError,J,{$error:Y})}}function K4($,J){if(typeof document>"u")return;let Z=document.createElement("input");if(Z.type="file",$.accept!=null)Z.accept=$.accept;if($.multiple===!0)Z.multiple=!0;Z.addEventListener("change",()=>{let q=Array.from(Z.files??[]);if($.resultKey!=null)J.store.set($.resultKey,q);J.rerender(),n($.onSuccess,J,{$result:q})}),Z.click()}async function F4($,J){let Z=$.handler,q=t0($.arguments,J);if(!J.transport){console.warn(`[prefab] No transport configured for callHandler: ${Z}`);return}try{let U=await J.transport.callTool(Z,q);if($.resultKey!=null)J.store.set($.resultKey,U);J.rerender(),await n($.onSuccess,J,{$result:U})}catch(U){await n($.onError,J,{$error:U})}}function D4($,J){if(typeof document<"u")document.dispatchEvent(new CustomEvent("prefab:request-display-mode",{detail:{mode:$.mode}}))}var L4=/^\s*(javascript|vbscript|data):/i;function o0($){return!L4.test($)}function B0($,J){if(u($)){let Z=x($,J.store,J.scope);return Z==null?"":String(Z)}return $==null?"":String($)}function t0($,J){if(!$)return{};let Z={};for(let[q,U]of Object.entries($))Z[q]=u(U)?x(U,J.store,J.scope):U;return Z}async function n($,J,Z){if($==null)return;let q={...J.scope,...Z};await k($,{...J,scope:q})}class S0{callbacks=[];track($){this.callbacks.push($)}flush(){for(let $ of this.callbacks)try{$()}catch(J){console.warn("[prefab] destroy callback error:",J)}this.callbacks=[]}get size(){return this.callbacks.length}}function j4($){return typeof $==="object"&&"element"in $}var f0=new Map;function M($,J){if(f0.has($))console.warn(`[prefab] overriding existing renderer for "${$}"`);f0.set($,J)}function w($,J){if(J.defs?.[$.type]){let U={...J.defs[$.type],...$,type:J.defs[$.type].type};return w(U,J)}let Z=f0.get($.type),q;if(Z){let U=Z($,J);if(j4(U))q=U.element,J.destroyRegistry?.track(U.destroy);else q=U}else if(q=document.createElement("div"),q.setAttribute("data-prefab-type",$.type),$.children)for(let U of $.children)q.appendChild(w(U,J));if(q instanceof HTMLElement){if($.id)q.id=$.id;if($.cssClass){let U=K($.cssClass,J);if(U)q.className=(q.className?q.className+" ":"")+U}}if($.onMount){let U=$.onMount,Q=b(J);queueMicrotask(()=>void k(U,Q))}return q}function j($,J,Z){if(!$.children)return;r($.children,J,Z)}function r($,J,Z){let q=0;while(q<$.length){let U=$[q];if(U.type==="If")q=P4($,q,J,Z);else if(U.type==="Elif"||U.type==="Else")q++;else J.appendChild(w(U,Z)),q++}}function P4($,J,Z,q){let U=!1,Q=J,Y=$[Q];if(e0(Y.condition,q))k0(Y,Z,q),U=!0;Q++;while(Q<$.length){let W=$[Q];if(W.type==="Elif"){if(!U&&e0(W.condition,q))k0(W,Z,q),U=!0;Q++}else if(W.type==="Else"){if(!U)k0(W,Z,q);Q++;break}else break}return Q}function e0($,J){if(!$)return!1;if(u($))return Boolean(x($,J.store,J.scope));return Boolean(J.store.get($))}function k0($,J,Z){if(!$.children)return;r($.children,J,Z)}function K($,J){if(u($)){let Z=x($,J.store,J.scope);return Z==null?"":String(Z)}return $==null?"":String($)}function y($,J){if(u($))return x($,J.store,J.scope);return $}function b($){return{store:$.store,transport:$.transport,scope:$.scope,rerender:$.rerender,onToast:$.onToast}}function _($,J){let Z=document.createElement($);if(J)Z.className=J;return Z}function w0($,J){return $.textContent=J,$}function q1(){M("Column",V4),M("Row",O4),M("Grid",$1),M("GridItem",J1),M("Container",T4),M("Div",Z1),M("Span",I4),M("Dashboard",$1),M("DashboardItem",J1),M("Pages",R4),M("Page",Z1),M("Detail",A4),M("MasterDetail",k4)}function V4($,J){let Z=_("div","pf-column");Z.style.display="flex",Z.style.flexDirection="column";let q=_0($);if(q!=null)Z.style.gap=`${q*4}px`;if($.align!=null)Z.style.alignItems=U1($.align);if($.justify!=null)Z.style.justifyContent=Q1($.justify);return j($,Z,J),Z}function O4($,J){let Z=_("div","pf-row");Z.style.display="flex",Z.style.flexDirection="row";let q=_0($);if(q!=null)Z.style.gap=`${q*4}px`;if($.align!=null)Z.style.alignItems=U1($.align);if($.justify!=null)Z.style.justifyContent=Q1($.justify);if($.wrap===!0)Z.style.flexWrap="wrap";return j($,Z,J),Z}function $1($,J){let Z=_("div","pf-grid");Z.style.display="grid";let q=$.columns??3;Z.style.gridTemplateColumns=`repeat(${q}, 1fr)`;let U=_0($);if(U!=null)Z.style.gap=`${U*4}px`;return j($,Z,J),Z}function J1($,J){let Z=_("div","pf-grid-item");if($.colSpan!=null)Z.style.gridColumn=`span ${$.colSpan}`;if($.rowSpan!=null)Z.style.gridRow=`span ${$.rowSpan}`;return j($,Z,J),Z}function T4($,J){let Z=_("div","pf-container");if(Z.style.maxWidth=$.maxWidth??"1200px",Z.style.margin="0 auto",$.padding!=null)Z.style.padding=`${$.padding*4}px`;return j($,Z,J),Z}function Z1($,J){let Z=_("div","pf-div");return j($,Z,J),Z}function I4($,J){let Z=_("span","pf-span");return j($,Z,J),Z}function R4($,J){let Z=_("div","pf-pages");return j($,Z,J),Z}function A4($,J){let Z=_("div","pf-detail"),q=$.of!=null?y($.of,J):void 0;if(q!=null&&q!==""&&q!==!1&&q!==0)j($,Z,J);else if($.empty!=null){let U=$.empty;Z.appendChild(w(U,J))}return Z}function k4($,J){let Z=_("div","pf-master-detail");Z.style.display="flex",Z.style.flexDirection="row";let q=_0($);if(q!=null)Z.style.gap=`${q*4}px`;let U=$.masterWidth??"33%",Q=$.children??[];if(Q.length>0){let Y=_("div","pf-master-detail-master");Y.style.width=U,Y.style.flexShrink="0",Y.style.overflow="auto",Y.appendChild(w(Q[0],J)),Z.appendChild(Y)}if(Q.length>1){let Y=_("div","pf-master-detail-detail");Y.style.flex="1",Y.style.overflow="auto",Y.appendChild(w(Q[1],J)),Z.appendChild(Y)}return Z}var f4=/\bgap-(\d+)\b/;function _0($){if($.gap!=null)return $.gap;if(typeof $.cssClass==="string"){let J=f4.exec($.cssClass);if(J)return Number(J[1])}return null}function U1($){return{start:"flex-start",end:"flex-end",center:"center",stretch:"stretch",baseline:"baseline"}[$]??$}function Q1($){return{start:"flex-start",end:"flex-end",center:"center",between:"space-between",around:"space-around",evenly:"space-evenly"}[$]??$}function W1(){M("Heading",S4),M("H1",($,J)=>N0($,J,"h1")),M("H2",($,J)=>N0($,J,"h2")),M("H3",($,J)=>N0($,J,"h3")),M("H4",($,J)=>N0($,J,"h4")),M("Text",w4),M("P",C4),M("Lead",($,J)=>e($,J,"p","pf-lead")),M("Large",($,J)=>e($,J,"span","pf-large")),M("Small",($,J)=>e($,J,"small","pf-small")),M("Muted",($,J)=>e($,J,"p","pf-muted")),M("BlockQuote",($,J)=>e($,J,"blockquote","pf-blockquote")),M("Label",($,J)=>e($,J,"label","pf-label")),M("Link",y4),M("Code",m4),M("Markdown",v4),M("Kbd",h4)}function S4($,J){let Z=$.level??2,q=`h${Math.min(Math.max(Z,1),6)}`,U=document.createElement(q);return U.className=`pf-heading pf-${q}`,U.textContent=K($.content,J),U}function N0($,J,Z){let q=document.createElement(Z);return q.className=`pf-heading pf-${Z}`,q.textContent=K($.content,J),q}function w4($,J){return w0(_("span","pf-text"),K($.content,J))}function C4($,J){return w0(_("p","pf-p"),K($.content,J))}function e($,J,Z,q){let U=document.createElement(Z);return U.className=q,U.textContent=K($.content,J),U}var b4=/^\s*(javascript|vbscript|data):/i;function y4($,J){let Z=document.createElement("a");if(Z.className="pf-link",Z.textContent=K($.content,J),$.href!=null){let q=K($.href,J);if(!b4.test(q))Z.href=q}if($.target!=null)Z.target=K($.target,J);return Z}function m4($,J){let Z=_("pre","pf-code"),q=_("code");if(q.textContent=K($.content,J),$.language!=null)q.setAttribute("data-language",$.language);return Z.appendChild(q),Z}function v4($,J){let Z=_("div","pf-markdown"),q=K($.content,J);return Z.innerHTML=H1(q),Z.setAttribute("data-markdown","true"),Z}var Y1=/^\s*(javascript|vbscript|data):/i;function G0($){return $.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function X0($){let J=G0($),Z=[];return J=J.replace(/`([^`]+)`/g,(q,U)=>{return Z.push(`<code>${U}</code>`),`﷐CODE${Z.length-1}﷐`}),J=J.replace(/!\[([^\]]*)\]\(([^)]+)\)/g,(q,U,Q)=>{if(Y1.test(Q))return G0(U);return`<img src="${Q}" alt="${U}" />`}),J=J.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(q,U,Q)=>{if(Y1.test(Q))return U;return`<a href="${Q}">${U}</a>`}),J=J.replace(/\*{3}(.+?)\*{3}/g,"<strong><em>$1</em></strong>"),J=J.replace(/_{3}(.+?)_{3}/g,"<strong><em>$1</em></strong>"),J=J.replace(/\*{2}(.+?)\*{2}/g,"<strong>$1</strong>"),J=J.replace(/_{2}(.+?)_{2}/g,"<strong>$1</strong>"),J=J.replace(/\*(.+?)\*/g,"<em>$1</em>"),J=J.replace(/(?<!\w)_(.+?)_(?!\w)/g,"<em>$1</em>"),J=J.replace(/~~(.+?)~~/g,"<del>$1</del>"),J=J.replace(/\uFDD0CODE(\d+)\uFDD0/g,(q,U)=>Z[parseInt(U)]),J}function H1($){let J=$.replace(/\r\n?/g,`
1
+ (()=>{class J0{data={};subscribers=new Map;globalSubscribers=new Set;generation=0;constructor($){if($)this.data=structuredClone($)}get($){return J4(this.data,$)}getAll(){return this.data}set($,Z){a0(this.data,$,Z),this.notify($)}toggle($){let Z=this.get($),J=Z==null||Z===!1||Z===0||Z==="";this.set($,J)}append($,Z,J){let q=this.get($);if(!Array.isArray(q)){this.set($,[Z]);return}if(J!==void 0)q.splice(J,0,Z);else q.push(Z);this.notify($)}pop($,Z){let J=this.get($);if(!Array.isArray(J))return;if(typeof Z==="number")J.splice(Z,1);else{let q=J.indexOf(Z);if(q>=0)J.splice(q,1)}this.notify($)}merge($){for(let[Z,J]of Object.entries($))a0(this.data,Z,J);for(let Z of Object.keys($))this.notify(Z)}subscribe($,Z){if(!this.subscribers.has($))this.subscribers.set($,new Set);return this.subscribers.get($)?.add(Z),()=>this.subscribers.get($)?.delete(Z)}subscribeAll($){return this.globalSubscribers.add($),()=>this.globalSubscribers.delete($)}notify($){this.generation++;let Z=$.split(".");for(let J=1;J<=Z.length;J++){let q=Z.slice(0,J).join("."),Q=this.subscribers.get(q);if(Q)Q.forEach((U)=>U())}this.globalSubscribers.forEach((J)=>J())}}function J4($,Z){let J=Z.split("."),q=$;for(let Q of J){if(q==null||typeof q!=="object")return;q=q[Q]}return q}var q4=new Set(["__proto__","constructor","prototype"]);function a0($,Z,J){let q=Z.split(".");if(q.some((U)=>q4.has(U))){console.warn(`[prefab] Blocked prototype pollution attempt: ${Z}`);return}let Q=$;for(let U=0;U<q.length-1;U++){let Y=q[U];if(Q[Y]==null||typeof Q[Y]!=="object")Q[Y]={};Q=Q[Y]}Q[q[q.length-1]]=J}var e=new Map;function A0($,Z){if(e.has($)&&e.get($)!==Z)console.warn(`[prefab] pipe "${$}" re-registered`);e.set($,Z)}function k0($){return e.delete($)}function t0(){return[...e.keys()]}function e0($){return e.get($)}var $1=-1,f0=new Map,Q4=/\{\{\s*(.+?)\s*\}\}/g;function u($){return typeof $==="string"&&$.includes("{{")&&$.includes("}}")}function x($,Z,J){let q=$.trim();if(q.startsWith("{{")&&q.endsWith("}}")&&X4(q,"{{")===1){let Q=q.slice(2,-2).trim();return Z1(Q,Z,J)}return $.replace(Q4,(Q,U)=>{let Y=Z1(U.trim(),Z,J);return Y==null?"":String(Y)})}function Z1($,Z,J){let[q,...Q]=G4($),U=v(q.trim(),Z,J);for(let Y of Q)U=U4(Y.trim(),U,Z,J);return U}function v($,Z,J){let q=H4($);if(q>=0){let Y=$.slice(0,q).trim(),W=$.slice(q+1),H=M4(W);if(H>=0){let X=W.slice(0,H).trim(),E=W.slice(H+1).trim(),M=v(Y,Z,J);return M!==null&&M!==void 0&&M!==!1&&M!==0&&M!==""?v(X,Z,J):v(E,Z,J)}}let Q=H0($,"||");if(Q>=0){let Y=v($.slice(0,Q).trim(),Z,J);return Y!==null&&Y!==void 0&&Y!==!1&&Y!==0&&Y!==""?Y:v($.slice(Q+2).trim(),Z,J)}let U=H0($,"&&");if(U>=0){let Y=v($.slice(0,U).trim(),Z,J);if(Y===null||Y===void 0||Y===!1||Y===0||Y==="")return Y;return v($.slice(U+2).trim(),Z,J)}for(let[Y,W]of Y4){let H=H0($,Y);if(H>=0){let X=v($.slice(0,H).trim(),Z,J),E=v($.slice(H+Y.length).trim(),Z,J);return W(X,E)}}if($.startsWith("!")){let Y=v($.slice(1).trim(),Z,J);return Y===null||Y===void 0||Y===!1||Y===0||Y===""}for(let[Y,W]of W4){let H=H0($,Y);if(H>=0){let X=v($.slice(0,H).trim(),Z,J),E=v($.slice(H+Y.length).trim(),Z,J);return W(Number(X),Number(E))}}if($==="true")return!0;if($==="false")return!1;if($==="null"||$==="undefined")return null;if(/^-?\d+(\.\d+)?$/.test($))return Number($);if($.startsWith("'")&&$.endsWith("'")||$.startsWith('"')&&$.endsWith('"'))return $.slice(1,-1);if(J&&$.startsWith("$")){let Y=$.indexOf(".");if(Y>=0){let W=$.slice(0,Y),H=$.slice(Y+1),X=J[W];return M0(X,H)}return J[$]}if(J){let Y=$.split(".")[0];if(Y in J)return M0(J[Y],$.includes(".")?$.slice(Y.length+1):"")}return Z.get($)}function U4($,Z,J,q){let Q=$.indexOf(":"),U=Q>=0?$.slice(0,Q).trim():$,Y=Q>=0?$.slice(Q+1).trim():void 0,W=Y?S0(Y):void 0;switch(U){case"find":{if(!Array.isArray(Z)||!Y)return;let H=J1(Y);if(H.length<2)return;let X=S0(H[0]),E=H[1].trim(),M;if(E.startsWith("'")&&E.endsWith("'")||E.startsWith('"')&&E.endsWith('"'))M=E.slice(1,-1);else if(J){if(q&&E.startsWith("$")){let B=E.indexOf(".");if(B>=0){let D=E.slice(0,B);if(D in q)M=M0(q[D],E.slice(B+1))}else if(E in q)M=q[E]}if(M===void 0&&!(q&&E.startsWith("$")))if(q){let B=E.split(".")[0];M=B in q?M0(q[B],E.includes(".")?E.slice(B.length+1):""):J.get(E)}else M=J.get(E)}else M=E;if(M==null)return;let K=J?.generation??0;if(K!==$1)f0=new Map,$1=K;let z=f0.get(Z);if(!z)z=new Map,f0.set(Z,z);let N=z.get(X);if(!N){N=new Map;for(let B of Z)if(B!=null&&typeof B==="object"){let D=B[X];if(D!=null)N.set(String(D),B)}z.set(X,N)}return N.get(String(M))}case"dot":{if(Z==null||typeof Z!=="object"||typeof W!=="string")return;return Z[W]}case"length":return Array.isArray(Z)?Z.length:typeof Z==="string"?Z.length:0;case"upper":return typeof Z==="string"?Z.toUpperCase():Z;case"lower":return typeof Z==="string"?Z.toLowerCase():Z;case"truncate":if(typeof Z==="string"&&typeof W==="number")return Z.slice(0,W);return Z;case"join":return Array.isArray(Z)?Z.join(typeof W==="string"?W:", "):Z;case"first":return Array.isArray(Z)?Z[0]:Z;case"last":return Array.isArray(Z)?Z[Z.length-1]:Z;case"abs":return Math.abs(Number(Z));case"round":return typeof W==="number"?Number(Number(Z).toFixed(W)):Math.round(Number(Z));case"number":return typeof W==="number"?Number(Number(Z).toFixed(W)):Number(Z);case"currency":{let H=typeof W==="string"?W:"USD";try{return new Intl.NumberFormat("en-US",{style:"currency",currency:H}).format(Number(Z))}catch{return Z}}case"percent":return typeof W==="number"?`${(Number(Z)*100).toFixed(W)}%`:`${Math.round(Number(Z)*100)}%`;case"compact":{let H=typeof W==="number"?W:1;try{return new Intl.NumberFormat("en-US",{notation:"compact",maximumFractionDigits:H}).format(Number(Z))}catch{return Z}}case"date":try{return new Date(Z).toLocaleDateString()}catch{return Z}case"time":try{return new Date(Z).toLocaleTimeString()}catch{return Z}case"datetime":try{return new Date(Z).toLocaleString()}catch{return Z}case"pluralize":{let H=Number(Z),X=typeof W==="string"?W:"";return H===1?X:`${X}s`}case"default":return Z==null||Z===""?W:Z;case"selectattr":return Array.isArray(Z)&&typeof W==="string"?Z.filter((H)=>H!=null&&typeof H==="object"&&Boolean(H[W])):Z;case"rejectattr":return Array.isArray(Z)&&typeof W==="string"?Z.filter((H)=>{if(H==null||typeof H!=="object")return!1;let X=H[W];return X==null||X===!1||X===0||X===""}):Z;default:{let H=e0(U);if(H){let X=Y?J1(Y).map(S0):[];return H(Z,...X)}return Z}}}var Y4=[["!==",($,Z)=>$!==Z],["===",($,Z)=>$===Z],["!=",($,Z)=>$!=Z],["==",($,Z)=>$==Z],[">=",($,Z)=>Number($)>=Number(Z)],["<=",($,Z)=>Number($)<=Number(Z)],[">",($,Z)=>Number($)>Number(Z)],["<",($,Z)=>Number($)<Number(Z)]],W4=[[" + ",($,Z)=>$+Z],[" - ",($,Z)=>$-Z],[" * ",($,Z)=>$*Z],[" / ",($,Z)=>Z!==0?$/Z:0],[" % ",($,Z)=>Z!==0?$%Z:0]];function H0($,Z){let J=null;for(let q=0;q<$.length;q++){let Q=$[q];if(Q==="'"||Q==='"')J=J===Q?null:J??Q;if(!J&&$.slice(q,q+Z.length)===Z)return q}return-1}function H4($){let Z=0,J=null;for(let q=0;q<$.length;q++){let Q=$[q];if(Q==="'"||Q==='"')J=J===Q?null:J??Q;if(!J){if(Q==="(")Z++;else if(Q===")")Z--;else if(Q==="?"&&Z===0)return q}}return-1}function M4($){let Z=0,J=null;for(let q=0;q<$.length;q++){let Q=$[q];if(Q==="'"||Q==='"')J=J===Q?null:J??Q;if(!J){if(Q==="?"||Q==="(")Z++;else if(Q===")")Z--;else if(Q===":"&&Z===0)return q}}return-1}function G4($){let Z=[],J="",q=null;for(let Q=0;Q<$.length;Q++){let U=$[Q];if(U==="'"||U==='"')q=q===U?null:q??U;if(U==="|"&&!q)if($[Q+1]==="|")J+="||",Q++;else Z.push(J),J="";else J+=U}return Z.push(J),Z}function S0($){let Z=$.replace(/^['"]|['"]$/g,"");if(Z==="true")return!0;if(Z==="false")return!1;let J=Number(Z);return isNaN(J)?Z:J}function J1($){let Z=[],J="",q=null;for(let Q of $){if(Q==="'"||Q==='"')q=q===Q?null:q??Q;if(Q===","&&!q)Z.push(J),J="";else J+=Q}return Z.push(J),Z}function M0($,Z){if(!Z)return $;let J=Z.split("."),q=$;for(let Q of J){if(q==null||typeof q!=="object")return;q=q[Q]}return q}function X4($,Z){let J=0,q=0;while((q=$.indexOf(Z,q))!==-1)J++,q+=Z.length;return J}function G0($){return $.replace(/_([a-z])/g,(Z,J)=>J.toUpperCase())}function w0($){let Z={};for(let[J,q]of Object.entries($)){let Q=J.startsWith("$")?J:G0(J);if(Array.isArray(q))Z[Q]=q.map((U)=>U!=null&&typeof U==="object"&&!Array.isArray(U)?w0(U):U);else if(q!=null&&typeof q==="object"&&!Array.isArray(q))Z[Q]=w0(q);else Z[Q]=q}return Z}async function k($,Z){let J=Array.isArray($)?$:[$];for(let q of J)await _4(q,Z)}async function _4($,Z){let J=w0($),q=J.action;switch(q){case"setState":{N4(J,Z);return}case"toggleState":{E4(J,Z);return}case"appendState":{K4(J,Z);return}case"popState":{B4(J,Z);return}case"showToast":{F4(J,Z);return}case"closeOverlay":{z4(J,Z);return}case"openLink":{D4(J);return}case"setInterval":{j4(J,Z);return}case"toolCall":case"callTool":return O4(J,Z);case"sendMessage":return T4(J,Z);case"updateContext":{V4(J,Z);return}case"fetch":return P4(J,Z);case"openFilePicker":{I4(J,Z);return}case"callHandler":return R4(J,Z);case"requestDisplayMode":{A4(J,Z);return}case"subscribe":{S4(J,Z);return}case"unsubscribe":{w4(J);return}default:console.warn(`[prefab] Unknown action: ${q}`)}}function N4($,Z){let{key:J,value:q}=$;if(u(q))q=x(q,Z.store,Z.scope);Z.store.set(J,q),Z.rerender(),d($.onSuccess,Z)}function E4($,Z){Z.store.toggle($.key),Z.rerender()}function K4($,Z){let J=$.value??$.item;if(u(J))J=x(J,Z.store,Z.scope);Z.store.append($.key,J,$.index),Z.rerender()}function B4($,Z){Z.store.pop($.key,$.index),Z.rerender()}function F4($,Z){Z.onToast?.({message:_0($.message,Z),description:$.description!=null?_0($.description,Z):void 0,variant:$.variant,duration:$.duration})}function z4($,Z){if(typeof document<"u")document.dispatchEvent(new CustomEvent("prefab:close-overlay"))}function D4($){if(typeof window<"u"){let Z=$.url;if(!Z){console.warn("[prefab] openLink: missing url");return}if(!Y1(Z)){console.warn(`[prefab] Blocked unsafe URL scheme: ${Z}`);return}window.open(Z,$.target??"_blank")}}var X0=new Set,L4=20,q1=100;function j4($,Z){let J=Math.max($.intervalMs,q1),q=$.onTick;if(typeof globalThis.setInterval!=="function")return;if(X0.size>=L4){console.warn("[prefab] Max intervals reached, ignoring new setInterval");return}let Q=globalThis.setInterval(()=>void k(q,Z),J);X0.add(Q)}function Q1(){for(let $ of X0)globalThis.clearInterval($);X0.clear()}async function O4($,Z){if(!Z.transport){console.warn("[prefab] No MCP transport configured for toolCall");return}let J=$.tool,q=C0($.arguments,Z);try{let Q=await Z.transport.callTool(J,q);if($.resultKey!=null)Z.store.set($.resultKey,Q);Z.rerender(),await d($.onSuccess,Z,{$result:Q})}catch(Q){await d($.onError,Z,{$error:Q})}}async function T4($,Z){if(!Z.transport){console.warn("[prefab] No MCP transport configured for sendMessage");return}await Z.transport.sendMessage(_0($.message,Z))}function V4($,Z){let J=$.context;if(J!=null)Z.store.merge(J),Z.rerender()}async function P4($,Z){let J=_0($.url,Z);if(!Y1(J)){console.warn(`[prefab] Blocked unsafe URL in fetch: ${J}`);return}let q=$.method??"GET",Q=$.headers,U=$.body!==void 0?JSON.stringify($.body):void 0;try{let Y=await globalThis.fetch(J,{method:q,headers:{"Content-Type":"application/json",...Q},...U&&{body:U}}),W=await Y.json().catch(()=>Y.text());if($.resultKey!=null)Z.store.set($.resultKey,W);Z.rerender(),await d($.onSuccess,Z,{$result:W})}catch(Y){await d($.onError,Z,{$error:Y})}}function I4($,Z){if(typeof document>"u")return;let J=document.createElement("input");if(J.type="file",$.accept!=null)J.accept=$.accept;if($.multiple===!0)J.multiple=!0;J.addEventListener("change",()=>{let q=Array.from(J.files??[]);if($.resultKey!=null)Z.store.set($.resultKey,q);Z.rerender(),d($.onSuccess,Z,{$result:q})}),J.click()}async function R4($,Z){let J=$.handler,q=C0($.arguments,Z);if(!Z.transport){console.warn(`[prefab] No transport configured for callHandler: ${J}`);return}try{let Q=await Z.transport.callTool(J,q);if($.resultKey!=null)Z.store.set($.resultKey,Q);Z.rerender(),await d($.onSuccess,Z,{$result:Q})}catch(Q){await d($.onError,Z,{$error:Q})}}function A4($,Z){if(typeof document<"u")document.dispatchEvent(new CustomEvent("prefab:request-display-mode",{detail:{mode:$.mode}}))}var r=new Map,k4=50,f4=2000;function S4($,Z){let{uri:J,stateKey:q}=$;if(!J||!q){console.warn("[prefab] subscribe: missing uri or stateKey");return}if(r.has(J))return;if(r.size>=k4){console.warn("[prefab] Max subscriptions reached, ignoring new subscribe");return}let Q=(M)=>{Z.store.set(q,M),Z.rerender(),d($.onData,Z,{$data:M})};if(Z.transport?.subscribe&&Z.transport.capabilities?.subscriptions){let M=Z.transport.subscribe(J,Q);r.set(J,M);return}let U=$.fallbackTool,Y=$.fallbackInterval??f4;if(!U){console.warn("[prefab] subscribe: host lacks subscriptions and no fallbackTool specified");return}if(!Z.transport){console.warn("[prefab] No MCP transport configured for subscribe fallback");return}let W=$.fallbackArgs??{},H=Math.max(Y,q1),X=Z.transport,E=globalThis.setInterval(()=>{(async()=>{try{let M=C0(W,Z),K=await X.callTool(U,M);Q(K)}catch(M){d($.onError,Z,{$error:M})}})()},H);r.set(J,()=>globalThis.clearInterval(E))}function w4($){let Z=$.uri;if(!Z){console.warn("[prefab] unsubscribe: missing uri");return}let J=r.get(Z);if(J)J(),r.delete(Z)}function U1(){for(let[$,Z]of r)try{Z()}catch(J){console.warn(`[prefab] Error cleaning up subscription '${$}':`,J)}r.clear()}var C4=/^\s*(javascript|vbscript|data):/i;function Y1($){return!C4.test($)}function _0($,Z){if(u($)){let J=x($,Z.store,Z.scope);return J==null?"":String(J)}return $==null?"":String($)}function C0($,Z){if(!$)return{};let J={};for(let[q,Q]of Object.entries($))J[q]=u(Q)?x(Q,Z.store,Z.scope):Q;return J}async function d($,Z,J){if($==null)return;let q={...Z.scope,...J};await k($,{...Z,scope:q})}function b0($){let Z={};for(let[J,q]of Object.entries($)){let Q=J.startsWith("$")?J:G0(J);if(Array.isArray(q))Z[Q]=q.map((U)=>U!=null&&typeof U==="object"&&!Array.isArray(U)?b0(U):U);else if(q!=null&&typeof q==="object"&&!Array.isArray(q))Z[Q]=b0(q);else Z[Q]=q}return Z}class h0{callbacks=[];track($){this.callbacks.push($)}flush(){for(let $ of this.callbacks)try{$()}catch(Z){console.warn("[prefab] destroy callback error:",Z)}this.callbacks=[]}get size(){return this.callbacks.length}}function y4($){return typeof $==="object"&&"element"in $}var m0=new Map;function G($,Z){if(m0.has($))console.warn(`[prefab] overriding existing renderer for "${$}"`);m0.set($,Z)}function w($,Z){let J=b0($);if(Z.defs?.[J.type]){let U={...Z.defs[J.type],...J,type:Z.defs[J.type].type};return w(U,Z)}let q=m0.get(J.type),Q;if(q){let U=q(J,Z);if(y4(U))Q=U.element,Z.destroyRegistry?.track(U.destroy);else Q=U}else if(Q=document.createElement("div"),Q.setAttribute("data-prefab-type",J.type),J.children)for(let U of J.children)Q.appendChild(w(U,Z));if(Q instanceof HTMLElement){if(J.id)Q.id=J.id;if(J.cssClass){let U=F(J.cssClass,Z);if(U)Q.className=(Q.className?Q.className+" ":"")+U}}if(J.onMount){let U=J.onMount,Y=y(Z);queueMicrotask(()=>void k(U,Y))}return Q}function j($,Z,J){if(!$.children)return;o($.children,Z,J)}function o($,Z,J){let q=0;while(q<$.length){let Q=$[q];if(Q.type==="If")q=b4($,q,Z,J);else if(Q.type==="Elif"||Q.type==="Else")q++;else Z.appendChild(w(Q,J)),q++}}function b4($,Z,J,q){let Q=!1,U=Z,Y=$[U];if(W1(Y.condition,q))y0(Y,J,q),Q=!0;U++;while(U<$.length){let W=$[U];if(W.type==="Elif"){if(!Q&&W1(W.condition,q))y0(W,J,q),Q=!0;U++}else if(W.type==="Else"){if(!Q)y0(W,J,q);U++;break}else break}return U}function W1($,Z){if(!$)return!1;if(u($))return Boolean(x($,Z.store,Z.scope));return Boolean(Z.store.get($))}function y0($,Z,J){if(!$.children)return;o($.children,Z,J)}function F($,Z){if(u($)){let J=x($,Z.store,Z.scope);return J==null?"":String(J)}return $==null?"":String($)}function b($,Z){if(u($))return x($,Z.store,Z.scope);return $}function y($){return{store:$.store,transport:$.transport,scope:$.scope,rerender:$.rerender,onToast:$.onToast}}function _($,Z){let J=document.createElement($);if(Z)J.className=Z;return J}function v0($,Z){return $.textContent=Z,$}function X1(){G("Column",m4),G("Row",h4),G("Grid",H1),G("GridItem",M1),G("Container",v4),G("Div",G1),G("Span",g4),G("Dashboard",H1),G("DashboardItem",M1),G("Pages",u4),G("Page",G1),G("Detail",x4),G("MasterDetail",p4)}function m4($,Z){let J=_("div","pf-column");J.style.display="flex",J.style.flexDirection="column";let q=N0($);if(q!=null)J.style.gap=`${q*4}px`;if($.align!=null)J.style.alignItems=_1($.align);if($.justify!=null)J.style.justifyContent=N1($.justify);return j($,J,Z),J}function h4($,Z){let J=_("div","pf-row");J.style.display="flex",J.style.flexDirection="row";let q=N0($);if(q!=null)J.style.gap=`${q*4}px`;if($.align!=null)J.style.alignItems=_1($.align);if($.justify!=null)J.style.justifyContent=N1($.justify);if($.wrap===!0)J.style.flexWrap="wrap";return j($,J,Z),J}function H1($,Z){let J=_("div","pf-grid");J.style.display="grid";let q=$.columns??3;J.style.gridTemplateColumns=`repeat(${q}, 1fr)`;let Q=N0($);if(Q!=null)J.style.gap=`${Q*4}px`;return j($,J,Z),J}function M1($,Z){let J=_("div","pf-grid-item");if($.colSpan!=null)J.style.gridColumn=`span ${$.colSpan}`;if($.rowSpan!=null)J.style.gridRow=`span ${$.rowSpan}`;return j($,J,Z),J}function v4($,Z){let J=_("div","pf-container");if(J.style.maxWidth=$.maxWidth??"1200px",J.style.margin="0 auto",$.padding!=null)J.style.padding=`${$.padding*4}px`;return j($,J,Z),J}function G1($,Z){let J=_("div","pf-div");return j($,J,Z),J}function g4($,Z){let J=_("span","pf-span");return j($,J,Z),J}function u4($,Z){let J=_("div","pf-pages");return j($,J,Z),J}function x4($,Z){let J=_("div","pf-detail"),q=$.of!=null?b($.of,Z):void 0;if(q!=null&&q!==""&&q!==!1&&q!==0)j($,J,Z);else if($.empty!=null){let Q=$.empty;J.appendChild(w(Q,Z))}return J}function p4($,Z){let J=_("div","pf-master-detail");J.style.display="flex",J.style.flexDirection="row";let q=N0($);if(q!=null)J.style.gap=`${q*4}px`;let Q=$.masterWidth??"33%",U=$.children??[];if(U.length>0){let Y=_("div","pf-master-detail-master");Y.style.width=Q,Y.style.flexShrink="0",Y.style.overflow="auto",Y.appendChild(w(U[0],Z)),J.appendChild(Y)}if(U.length>1){let Y=_("div","pf-master-detail-detail");Y.style.flex="1",Y.style.overflow="auto",Y.appendChild(w(U[1],Z)),J.appendChild(Y)}return J}var c4=/\bgap-(\d+)\b/;function N0($){if($.gap!=null)return $.gap;if(typeof $.cssClass==="string"){let Z=c4.exec($.cssClass);if(Z)return Number(Z[1])}return null}function _1($){return{start:"flex-start",end:"flex-end",center:"center",stretch:"stretch",baseline:"baseline"}[$]??$}function N1($){return{start:"flex-start",end:"flex-end",center:"center",between:"space-between",around:"space-around",evenly:"space-evenly"}[$]??$}function K1(){G("Heading",l4),G("H1",($,Z)=>E0($,Z,"h1")),G("H2",($,Z)=>E0($,Z,"h2")),G("H3",($,Z)=>E0($,Z,"h3")),G("H4",($,Z)=>E0($,Z,"h4")),G("Text",d4),G("P",s4),G("Lead",($,Z)=>$0($,Z,"p","pf-lead")),G("Large",($,Z)=>$0($,Z,"span","pf-large")),G("Small",($,Z)=>$0($,Z,"small","pf-small")),G("Muted",($,Z)=>$0($,Z,"p","pf-muted")),G("BlockQuote",($,Z)=>$0($,Z,"blockquote","pf-blockquote")),G("Label",($,Z)=>$0($,Z,"label","pf-label")),G("Link",n4),G("Code",r4),G("Markdown",o4),G("Kbd",a4)}function l4($,Z){let J=$.level??2,q=`h${Math.min(Math.max(J,1),6)}`,Q=document.createElement(q);return Q.className=`pf-heading pf-${q}`,Q.textContent=F($.content,Z),Q}function E0($,Z,J){let q=document.createElement(J);return q.className=`pf-heading pf-${J}`,q.textContent=F($.content,Z),q}function d4($,Z){return v0(_("span","pf-text"),F($.content,Z))}function s4($,Z){return v0(_("p","pf-p"),F($.content,Z))}function $0($,Z,J,q){let Q=document.createElement(J);return Q.className=q,Q.textContent=F($.content,Z),Q}var i4=/^\s*(javascript|vbscript|data):/i;function n4($,Z){let J=document.createElement("a");if(J.className="pf-link",J.textContent=F($.content,Z),$.href!=null){let q=F($.href,Z);if(!i4.test(q))J.href=q}if($.target!=null)J.target=F($.target,Z);return J}function r4($,Z){let J=_("pre","pf-code"),q=_("code");if(q.textContent=F($.content,Z),$.language!=null)q.setAttribute("data-language",$.language);return J.appendChild(q),J}function o4($,Z){let J=_("div","pf-markdown"),q=F($.content,Z);return J.innerHTML=B1(q),J.setAttribute("data-markdown","true"),J}var E1=/^\s*(javascript|vbscript|data):/i;function B0($){return $.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function K0($){let Z=B0($),J=[];return Z=Z.replace(/`([^`]+)`/g,(q,Q)=>{return J.push(`<code>${Q}</code>`),`﷐CODE${J.length-1}﷐`}),Z=Z.replace(/!\[([^\]]*)\]\(([^)]+)\)/g,(q,Q,U)=>{if(E1.test(U))return B0(Q);return`<img src="${U}" alt="${Q}" />`}),Z=Z.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(q,Q,U)=>{if(E1.test(U))return Q;return`<a href="${U}">${Q}</a>`}),Z=Z.replace(/\*{3}(.+?)\*{3}/g,"<strong><em>$1</em></strong>"),Z=Z.replace(/_{3}(.+?)_{3}/g,"<strong><em>$1</em></strong>"),Z=Z.replace(/\*{2}(.+?)\*{2}/g,"<strong>$1</strong>"),Z=Z.replace(/_{2}(.+?)_{2}/g,"<strong>$1</strong>"),Z=Z.replace(/\*(.+?)\*/g,"<em>$1</em>"),Z=Z.replace(/(?<!\w)_(.+?)_(?!\w)/g,"<em>$1</em>"),Z=Z.replace(/~~(.+?)~~/g,"<del>$1</del>"),Z=Z.replace(/\uFDD0CODE(\d+)\uFDD0/g,(q,Q)=>J[parseInt(Q)]),Z}function B1($){let Z=$.replace(/\r\n?/g,`
2
2
  `).split(`
3
- `),Z=[],q=0;while(q<J.length){let U=J[q];if(U.trimStart().startsWith("```")){let W=U.trimStart().slice(3).trim(),H=[];q++;while(q<J.length&&!J[q].trimStart().startsWith("```"))H.push(G0(J[q])),q++;q++;let X=W?` data-language="${G0(W)}"`:"";Z.push(`<pre class="pf-code"><code${X}>${H.join(`
4
- `)}</code></pre>`);continue}if(/^(\s*[-*_]\s*){3,}$/.test(U)){Z.push("<hr />"),q++;continue}let Q=/^(#{1,6})\s+(.+)$/.exec(U);if(Q){let W=Q[1].length;Z.push(`<h${W}>${X0(Q[2])}</h${W}>`),q++;continue}if(U.startsWith("> ")||U===">"){let W=[];while(q<J.length&&(J[q].startsWith("> ")||J[q]===">"))W.push(J[q].replace(/^>\s?/,"")),q++;Z.push(`<blockquote>${H1(W.join(`
5
- `))}</blockquote>`);continue}if(/^[\s]*[-*+]\s+/.test(U)){Z.push("<ul>");while(q<J.length&&/^[\s]*[-*+]\s+/.test(J[q]))Z.push(`<li>${X0(J[q].replace(/^[\s]*[-*+]\s+/,""))}</li>`),q++;Z.push("</ul>");continue}if(/^[\s]*\d+\.\s+/.test(U)){Z.push("<ol>");while(q<J.length&&/^[\s]*\d+\.\s+/.test(J[q]))Z.push(`<li>${X0(J[q].replace(/^[\s]*\d+\.\s+/,""))}</li>`),q++;Z.push("</ol>");continue}if(U.trim()===""){q++;continue}let Y=[];while(q<J.length&&J[q].trim()!==""&&!/^#{1,6}\s/.test(J[q])&&!/^[-*+]\s/.test(J[q])&&!/^\d+\.\s/.test(J[q])&&!J[q].startsWith("> ")&&!J[q].trimStart().startsWith("```")&&!/^(\s*[-*_]\s*){3,}$/.test(J[q]))Y.push(J[q]),q++;Z.push(`<p>${Y.map(X0).join("<br />")}</p>`)}return Z.join(`
6
- `)}function h4($,J){let Z=document.createElement("kbd");return Z.className="pf-kbd",Z.textContent=K($.content,J),Z}function B1(){M("Card",g4),M("CardHeader",C0("pf-card-header")),M("CardTitle",M1("pf-card-title","h3")),M("CardDescription",M1("pf-card-description","p")),M("CardContent",C0("pf-card-content")),M("CardFooter",C0("pf-card-footer"))}function g4($,J){let Z=_("div","pf-card");return Z.style.overflow="hidden",j($,Z,J),Z}function C0($){return(J,Z)=>{let q=_("div",$);return q.style.padding="16px 24px",j(J,q,Z),q}}function M1($,J){return(Z,q)=>{let U=document.createElement(J);return U.className=$,U.textContent=K(Z.content,q),U}}function _1(){M("DataTable",u4),M("Badge",x4),M("Dot",p4),M("Metric",c4),M("Ring",l4),M("Progress",s4),M("Separator",i4),M("Loader",d4),M("Icon",n4),M("Sparkline",r4)}function u4($,J){let Z=_("div","pf-datatable-wrapper"),q=document.createElement("table");q.className="pf-datatable",q.style.width="100%",q.style.borderCollapse="collapse";let U=$.columns??[],Q=y($.rows,J),Y=$.rowKey,W=$.selected,H=document.createElement("thead"),X=document.createElement("tr");for(let B of U){let E=document.createElement("th");E.className="pf-datatable-th",E.textContent=B.header??B.key,E.style.padding="8px 12px",E.style.textAlign="left",X.appendChild(E)}H.appendChild(X),q.appendChild(H);let G=document.createElement("tbody");if(Array.isArray(Q)){let B=W!=null?y(W,J):void 0;for(let E of Q){let F=document.createElement("tr");F.className="pf-datatable-row";let N=E;if(Y&&B!=null&&N[Y]!=null&&String(N[Y])===String(B))F.classList.add("pf-datatable-row-selected");if($.onRowClick!=null&&Y)F.style.cursor="pointer",F.addEventListener("click",()=>{let z={...J.scope,$item:N,$index:Q.indexOf(E)},L=b({...J,scope:z});k($.onRowClick,L)});for(let z of U){let L=document.createElement("td");L.className="pf-datatable-td";let O;if(z.accessor)O=y(`{{ $item.${z.accessor} }}`,{...J,scope:{...J.scope,$item:N}});else if(O=N[z.key],z.format&&O!=null)O=y(`{{ __fmtVal | ${z.format} }}`,{...J,scope:{...J.scope,__fmtVal:O}});L.textContent=O==null?"":String(O),L.style.padding="8px 12px",F.appendChild(L)}G.appendChild(F)}}if(q.appendChild(G),$.search===!0){let B=document.createElement("input");B.type="text",B.placeholder="Search...",B.className="pf-datatable-search",B.style.marginBottom="8px",B.style.padding="6px 12px",B.style.width="100%",B.style.boxSizing="border-box",B.addEventListener("input",()=>{let E=B.value.toLowerCase(),F=Array.from(G.querySelectorAll("tr"));for(let N of F){let z=(N.textContent??"").toLowerCase();N.style.display=z.includes(E)?"":"none"}}),Z.appendChild(B)}return Z.appendChild(q),Z}function x4($,J){let Z=_("span","pf-badge"),q=$.variant??"default";return Z.setAttribute("data-variant",q),Z.style.alignItems="center",Z.style.padding="2px 10px",Z.style.borderRadius="9999px",Z.style.fontSize="12px",Z.style.fontWeight="500",Z.textContent=K($.label??$.content,J),a4(Z,q),Z}function p4($,J){let Z=_("span","pf-dot"),q=$.color??"gray";return Z.style.display="inline-block",Z.style.width="8px",Z.style.height="8px",Z.style.borderRadius="50%",Z.style.backgroundColor=q,Z}function c4($,J){let Z=_("div","pf-metric"),q=_("div","pf-metric-label");q.textContent=K($.label,J),q.style.fontSize="14px",Z.appendChild(q);let U=_("div","pf-metric-value");if(U.textContent=K($.value,J),U.style.fontSize="28px",U.style.fontWeight="700",Z.appendChild(U),$.delta!=null){let Q=_("span","pf-metric-delta");Q.textContent=K($.delta,J);let Y=$.trend??"",W=$.trendSentiment??"neutral";if(Q.style.fontSize="14px",Q.style.color=W==="positive"?"green":W==="negative"?"red":"inherit",Y==="up")Q.textContent="↑ "+Q.textContent;else if(Y==="down")Q.textContent="↓ "+Q.textContent;Z.appendChild(Q)}if($.description!=null){let Q=_("div","pf-metric-desc");Q.textContent=K($.description,J),Q.style.fontSize="12px",Z.appendChild(Q)}return Z}function l4($,J){let Z=_("div","pf-ring"),q=$.size??80,U=$.thickness??8,Q=Number(y($.value,J)??0),Y=Math.max(0,Math.min(100,Q)),W=(q-U)/2,H=2*Math.PI*W,X=H*(1-Y/100),G=document.createElementNS("http://www.w3.org/2000/svg","svg");G.setAttribute("width",String(q)),G.setAttribute("height",String(q)),G.setAttribute("viewBox",`0 0 ${q} ${q}`);let B=document.createElementNS("http://www.w3.org/2000/svg","circle");B.setAttribute("cx",String(q/2)),B.setAttribute("cy",String(q/2)),B.setAttribute("r",String(W)),B.setAttribute("fill","none"),B.setAttribute("stroke","var(--muted, #e5e7eb)"),B.setAttribute("stroke-width",String(U));let E=document.createElementNS("http://www.w3.org/2000/svg","circle");if(E.setAttribute("cx",String(q/2)),E.setAttribute("cy",String(q/2)),E.setAttribute("r",String(W)),E.setAttribute("fill","none"),E.setAttribute("stroke","var(--primary, #3b82f6)"),E.setAttribute("stroke-width",String(U)),E.setAttribute("stroke-dasharray",String(H)),E.setAttribute("stroke-dashoffset",String(X)),E.setAttribute("stroke-linecap","round"),E.style.transform="rotate(-90deg)",E.style.transformOrigin="center",G.appendChild(B),G.appendChild(E),Z.appendChild(G),$.label!=null){let F=_("div","pf-ring-label");F.textContent=K($.label,J),F.style.textAlign="center",F.style.fontSize="12px",Z.appendChild(F)}return Z}function s4($,J){let Z=_("div","pf-progress");Z.setAttribute("role","progressbar");let q=Number(y($.value,J)??0),U=$.max??100,Q=U>0?Math.max(0,Math.min(100,q/U*100)):0;Z.setAttribute("aria-valuenow",String(q)),Z.setAttribute("aria-valuemin","0"),Z.setAttribute("aria-valuemax",String(U)),Z.style.height="8px",Z.style.borderRadius="4px",Z.style.overflow="hidden";let Y=_("div","pf-progress-fill");return Y.style.height="100%",Y.style.width=`${Q}%`,Y.style.borderRadius="4px",Y.style.transition="width 0.3s ease",Z.appendChild(Y),Z}function i4($,J){let Z=document.createElement("hr");return Z.className="pf-separator",Z.style.border="none",Z.style.margin="8px 0",Z}function d4($,J){let Z=_("div","pf-loader");return Z.textContent="⏳",Z.style.display="flex",Z.style.justifyContent="center",Z.style.padding="16px",Z}function n4($,J){let Z=_("span","pf-icon");return Z.setAttribute("data-icon",K($.name??$.content,J)),Z}function r4($,J){let Z=_("div","pf-sparkline"),q=$.data??[];if(q.length===0)return Z;let U=120,Q=32,Y=Math.max(...q),W=Math.min(...q),H=Y-W||1,X=document.createElementNS("http://www.w3.org/2000/svg","svg");X.setAttribute("width",String(U)),X.setAttribute("height",String(Q)),X.setAttribute("viewBox",`0 0 ${U} ${Q}`);let G=q.length>1?q.length-1:1,B=q.map((F,N)=>{let z=N/G*U,L=Q-(F-W)/H*(Q-4)-2;return`${z},${L}`}).join(" "),E=document.createElementNS("http://www.w3.org/2000/svg","polyline");return E.setAttribute("points",B),E.setAttribute("fill","none"),E.setAttribute("stroke","var(--primary, #3b82f6)"),E.setAttribute("stroke-width","1.5"),X.appendChild(E),Z.appendChild(X),Z}function a4($,J){let q={success:{bg:"#10b981",fg:"#fff"},warning:{bg:"#f59e0b",fg:"#fff"},info:{bg:"#3b82f6",fg:"#fff"}}[J];if(q)$.style.backgroundColor=q.bg,$.style.color=q.fg}function X1(){M("Form",o4),M("Input",t4),M("Textarea",e4),M("Button",$8),M("ButtonGroup",J8),M("Select",Z8),M("SelectOption",q8),M("SelectGroup",z0("pf-select-group")),M("SelectLabel",Z0("pf-select-label")),M("SelectSeparator",N1),M("Checkbox",U8),M("Switch",Q8),M("Slider",Y8),M("Radio",H8),M("RadioGroup",M8),M("Combobox",B8),M("ComboboxOption",_8),M("ComboboxGroup",z0("pf-combobox-group")),M("ComboboxLabel",Z0("pf-combobox-label")),M("ComboboxSeparator",N1),M("Calendar",N8),M("DatePicker",X8),M("Field",z0("pf-field")),M("FieldTitle",Z0("pf-field-title")),M("FieldDescription",Z0("pf-field-description")),M("FieldContent",z0("pf-field-content")),M("FieldError",Z0("pf-field-error")),M("ChoiceCard",G8)}function o4($,J){let Z=document.createElement("form");return Z.className="pf-form",Z.addEventListener("submit",(q)=>{q.preventDefault();let U=new FormData(Z),Q={};if(U.forEach((Y,W)=>{Q[W]=Y}),J.store.merge(Q),$.onSubmit!=null){let Y=b(J);Y.scope={...J.scope,...Q},k($.onSubmit,Y)}}),j($,Z,J),Z}function t4($,J){let Z=_("div","pf-input-wrapper");if(Z.style.display="flex",Z.style.flexDirection="column",Z.style.gap="4px",$.label!=null){let Q=document.createElement("label");if(Q.className="pf-input-label",Q.textContent=K($.label,J),$.name!=null)Q.htmlFor=$.name;Q.style.fontSize="14px",Q.style.fontWeight="500",Z.appendChild(Q)}let q=document.createElement("input");if(q.className="pf-input",q.type=$.inputType??"text",$.name!=null)q.name=$.name;if($.name!=null)q.id=`pf-input-${$.name}`;if($.placeholder!=null)q.placeholder=K($.placeholder,J);if($.required===!0)q.required=!0,q.setAttribute("aria-required","true");if($.error!=null)q.setAttribute("aria-invalid","true");let U=$.name;if(U){let Q=J.store.get(U);if(Q!=null)q.value=String(Q);q.addEventListener("input",()=>{if(J.store.set(U,q.value),$.onChange!=null)k($.onChange,{...b(J),scope:{...J.scope,$event:q.value}})})}return b0(q),Z.appendChild(q),Z}function e4($,J){let Z=_("div","pf-textarea-wrapper"),q=document.createElement("textarea");if(q.className="pf-textarea",$.name!=null)q.name=$.name;if($.name!=null)q.id=`pf-textarea-${$.name}`;if($.placeholder!=null)q.placeholder=K($.placeholder,J);if($.rows!=null)q.rows=$.rows;if($.required===!0)q.setAttribute("aria-required","true");let U=$.name;if(U!=null){let Q=J.store.get(U);if(Q!=null)q.value=String(Q);q.addEventListener("input",()=>{if(J.store.set(U,q.value),$.onChange!=null)k($.onChange,{...b(J),scope:{...J.scope,$event:q.value}})})}return b0(q),Z.appendChild(q),Z}function $8($,J){let Z=document.createElement("button");Z.className="pf-button",Z.type=$.submit===!0?"submit":"button",Z.textContent=K($.label,J);let q=$.variant??"default";if(Z.setAttribute("data-variant",q),W8(Z,q),$.size!=null)Z.setAttribute("data-size",$.size);if($.disabled===!0)Z.disabled=!0;if($.onClick!=null)Z.addEventListener("click",()=>{k($.onClick,b(J))});return Z}function J8($,J){let Z=_("div","pf-button-group");return Z.style.display="flex",Z.style.gap="8px",j($,Z,J),Z}function Z8($,J){let Z=_("div","pf-select-wrapper"),q=document.createElement("select");if(q.className="pf-select",$.name!=null)q.name=$.name;if(b0(q),$.placeholder!=null){let Y=document.createElement("option");Y.value="",Y.textContent=K($.placeholder,J),Y.disabled=!0,Y.selected=!0,Y.hidden=!0,q.appendChild(Y)}let U=$.options;if(Array.isArray(U))for(let Y of U){let W=document.createElement("option");W.value=Y.value??"",W.textContent=Y.label??W.value,q.appendChild(W)}if($.children)for(let Y of $.children)if(Y.type==="SelectOption"){let W=document.createElement("option");W.value=Y.value??"",W.textContent=Y.label??W.value,q.appendChild(W)}else q.appendChild(w(Y,J));let Q=$.name;if(Q){let Y=J.store.get(Q);if(Y!=null)q.value=String(Y);q.addEventListener("change",()=>{if(J.store.set(Q,q.value),$.onChange!=null)k($.onChange,{...b(J),scope:{...J.scope,$event:q.value}})})}return Z.appendChild(q),Z}function q8($,J){return _("span")}function U8($,J){let Z=_("label","pf-checkbox-wrapper");Z.style.display="flex",Z.style.alignItems="center",Z.style.gap="8px",Z.style.cursor="pointer";let q=document.createElement("input");if(q.type="checkbox",q.className="pf-checkbox",$.name!=null)q.name=$.name;if($.checked===!0)q.checked=!0;let U=$.name;if(U){let Q=J.store.get(U);if(typeof Q==="boolean")q.checked=Q;q.addEventListener("change",()=>{if(J.store.set(U,q.checked),$.onChange!=null)k($.onChange,{...b(J),scope:{...J.scope,$event:q.checked}})})}if(Z.appendChild(q),$.label!=null){let Q=_("span");Q.textContent=K($.label,J),Z.appendChild(Q)}return Z}function Q8($,J){let Z=_("label","pf-switch-wrapper");Z.style.display="flex",Z.style.alignItems="center",Z.style.gap="8px",Z.style.cursor="pointer";let q=document.createElement("input");if(q.type="checkbox",q.className="pf-switch",q.setAttribute("role","switch"),$.name!=null)q.name=$.name;let U=$.name;if(U){let Q=J.store.get(U);if(typeof Q==="boolean")q.checked=Q;q.addEventListener("change",()=>{if(J.store.set(U,q.checked),$.onChange!=null)k($.onChange,{...b(J),scope:{...J.scope,$event:q.checked}})})}if(Z.appendChild(q),$.label!=null){let Q=_("span");Q.textContent=K($.label,J),Z.appendChild(Q)}return Z}function Y8($,J){let Z=_("div","pf-slider-wrapper"),q=document.createElement("input");if(q.type="range",q.className="pf-slider",$.name!=null)q.name=$.name;if($.min!=null)q.min=String($.min);if($.max!=null)q.max=String($.max);if($.step!=null)q.step=String($.step);let U=$.name;if(U){let Q=J.store.get(U);if(Q!=null)q.value=String(Q);q.addEventListener("input",()=>{if(J.store.set(U,Number(q.value)),$.onChange!=null)k($.onChange,{...b(J),scope:{...J.scope,$event:Number(q.value)}})})}return Z.appendChild(q),Z}function b0($){$.style.padding="8px 12px",$.style.fontSize="14px",$.style.width="100%",$.style.boxSizing="border-box"}function W8($,J){if($.style.padding="8px 16px",$.style.fontSize="14px",$.style.fontWeight="500",$.style.cursor="pointer",$.style.border="none",J==="ghost")$.style.backgroundColor="transparent",$.style.color="inherit"}function z0($){return(J,Z)=>{let q=_("div",$);return j(J,q,Z),q}}function Z0($){return(J,Z)=>{let q=_("span",$);return q.textContent=K(J.content,Z),q}}function N1(){let $=document.createElement("hr");return $.className="pf-separator",$.style.border="none",$.style.margin="4px 0",$}function H8($,J){let Z=_("label","pf-radio");Z.style.display="flex",Z.style.alignItems="center",Z.style.gap="8px",Z.style.cursor="pointer";let q=document.createElement("input");if(q.type="radio",q.value=K($.value,J),Z.appendChild(q),$.label!=null){let U=_("span","pf-radio-label");U.textContent=K($.label,J),Z.appendChild(U)}return Z}function M8($,J){let Z=_("fieldset","pf-radio-group");if(Z.style.border="none",Z.style.padding="0",Z.style.display="flex",Z.style.flexDirection="column",Z.style.gap="8px",$.label!=null){let Q=document.createElement("legend");Q.textContent=K($.label,J),Q.style.fontWeight="500",Q.style.marginBottom="4px",Z.appendChild(Q)}j($,Z,J);let q=K($.name,J),U=J.store.get(q);for(let Q of Array.from(Z.querySelectorAll('input[type="radio"]')))if(Q.name=q,U!=null&&Q.value===String(U))Q.checked=!0;return Z.addEventListener("change",(Q)=>{let Y=Q.target;if(Y.type==="radio"){if(J.store.set(q,Y.value),$.onChange!=null)k($.onChange,b(J))}}),Z}function B8($,J){let Z=_("div","pf-combobox"),q=document.createElement("input");if(q.className="pf-combobox-input",q.type="text",q.name=K($.name,J),$.placeholder!=null)q.placeholder=K($.placeholder,J);if($.value!==void 0)q.value=K($.value,J);let U=q.name,Q=J.store.get(U);if(Q!=null)q.value=String(Q);q.style.padding="6px 12px",q.style.borderRadius="6px",q.style.width="100%",q.style.boxSizing="border-box";let Y=_("div","pf-combobox-dropdown");if(Y.style.display="none",Y.style.position="absolute",Y.style.borderRadius="6px",Y.style.maxHeight="200px",Y.style.overflowY="auto",Y.style.zIndex="50",j($,Y,J),q.addEventListener("focus",()=>{Y.style.display="block"}),q.addEventListener("blur",()=>{setTimeout(()=>{Y.style.display="none"},150)}),$.searchable!==!1)q.addEventListener("input",()=>{let W=q.value.toLowerCase();for(let H of Array.from(Y.querySelectorAll(".pf-combobox-option"))){let X=(H.textContent??"").toLowerCase();H.style.display=X.includes(W)?"":"none"}});if($.onChange!=null)Z.addEventListener("pf-combobox-select",()=>{k($.onChange,{...b(J),scope:{...J.scope,$event:q.value}})});return Z.style.position="relative",Z.appendChild(q),Z.appendChild(Y),Z}function _8($,J){let Z=_("div","pf-combobox-option");return Z.style.padding="6px 12px",Z.style.cursor="pointer",Z.textContent=K($.label??$.value,J),Z.dataset.value=K($.value,J),Z.addEventListener("mousedown",()=>{let q=Z.closest(".pf-combobox"),U=q?.querySelector("input");if(U)U.value=Z.dataset.value??"",J.store.set(U.name,U.value),q?.dispatchEvent(new CustomEvent("pf-combobox-select",{bubbles:!1}))}),Z}function N8($,J){let Z=_("div","pf-calendar"),q=document.createElement("input");if(q.type="date",q.name=K($.name,J),$.value!==void 0)q.value=K($.value,J);let U=q.name,Q=J.store.get(U);if(Q!=null)q.value=String(Q);if($.minDate!=null)q.min=K($.minDate,J);if($.maxDate!=null)q.max=K($.maxDate,J);return q.style.padding="6px 12px",q.style.borderRadius="6px",q.addEventListener("change",()=>{if(J.store.set(q.name,q.value),$.onChange!=null)k($.onChange,b(J))}),Z.appendChild(q),Z}function X8($,J){let Z=_("div","pf-datepicker"),q=document.createElement("input");if(q.type="date",q.name=K($.name,J),$.placeholder!=null)q.placeholder=K($.placeholder,J);if($.value!==void 0)q.value=K($.value,J);let U=q.name,Q=J.store.get(U);if(Q!=null)q.value=String(Q);if($.minDate!=null)q.min=K($.minDate,J);if($.maxDate!=null)q.max=K($.maxDate,J);return q.style.padding="6px 12px",q.style.borderRadius="6px",q.style.width="100%",q.style.boxSizing="border-box",q.addEventListener("change",()=>{if(J.store.set(q.name,q.value),$.onChange!=null)k($.onChange,b(J))}),Z.appendChild(q),Z}function G8($,J){let Z=_("div","pf-choice-card");if(Z.style.padding="16px",Z.style.cursor="pointer",Z.style.transition="border-color 0.2s",Z.dataset.value=K($.value,J),$.selected===!0)Z.dataset.selected="true";if($.label!=null){let q=_("div","pf-choice-card-label");q.textContent=K($.label,J),q.style.fontWeight="600",Z.appendChild(q)}if($.description!=null){let q=_("div","pf-choice-card-description");q.textContent=K($.description,J),q.style.fontSize="14px",Z.appendChild(q)}if(j($,Z,J),$.onClick!=null)Z.addEventListener("click",()=>{k($.onClick,b(J))});return Z}function G1(){M("Tabs",z8),M("Tab",E8),M("Accordion",K8),M("AccordionItem",F8),M("Dialog",D8),M("Popover",L8),M("Tooltip",j8),M("HoverCard",P8),M("Carousel",V8)}function z8($,J){let Z=_("div","pf-tabs"),q=_("div","pf-tabs-bar");q.setAttribute("role","tablist"),q.style.display="flex",q.style.gap="4px",q.style.marginBottom="12px";let U=[],Q=[];if($.children)for(let W=0;W<$.children.length;W++){let H=$.children[W],X=`pf-tab-${Math.random().toString(36).slice(2,8)}`,G=`pf-panel-${Math.random().toString(36).slice(2,8)}`,B=document.createElement("button");B.type="button",B.className="pf-tab-trigger",B.textContent=H.title??`Tab ${W+1}`,B.setAttribute("role","tab"),B.setAttribute("aria-selected",W===0?"true":"false"),B.setAttribute("aria-controls",G),B.id=X,B.tabIndex=W===0?0:-1,B.style.padding="8px 16px",B.style.border="none",B.style.background="none",B.style.cursor="pointer",B.style.borderBottom="2px solid transparent",B.style.marginBottom="-2px",B.style.fontSize="14px";let E=_("div","pf-tab-panel");if(E.style.display=W===0?"block":"none",E.setAttribute("role","tabpanel"),E.setAttribute("aria-labelledby",X),E.id=G,E.tabIndex=0,j(H,E,J),B.addEventListener("click",()=>{Y(W)}),W===0)B.classList.add("pf-tab-active"),B.style.fontWeight="600";Q.push(B),U.push(E),q.appendChild(B)}function Y(W){U.forEach((H)=>H.style.display="none"),Q.forEach((H)=>{H.style.borderBottomColor="transparent",H.style.fontWeight="normal",H.classList.remove("pf-tab-active"),H.setAttribute("aria-selected","false"),H.tabIndex=-1}),U[W].style.display="block",Q[W].classList.add("pf-tab-active"),Q[W].style.fontWeight="600",Q[W].setAttribute("aria-selected","true"),Q[W].tabIndex=0,Q[W].focus()}q.addEventListener("keydown",(W)=>{let H=Q.indexOf(W.target);if(H<0)return;let X;if(W.key==="ArrowRight")X=(H+1)%Q.length;else if(W.key==="ArrowLeft")X=(H-1+Q.length)%Q.length;else if(W.key==="Home")X=0;else if(W.key==="End")X=Q.length-1;else return;W.preventDefault(),Y(X)}),Z.appendChild(q);for(let W of U)Z.appendChild(W);return Z}function E8($,J){let Z=_("div","pf-tab");return j($,Z,J),Z}function K8($,J){let Z=_("div","pf-accordion");return j($,Z,J),Z}function F8($,J){let Z=_("div","pf-accordion-item"),q=`pf-acc-${Math.random().toString(36).slice(2,8)}`,U=document.createElement("button");U.type="button",U.className="pf-accordion-trigger",U.textContent=$.title??"",U.setAttribute("aria-expanded","false"),U.setAttribute("aria-controls",q),U.style.width="100%",U.style.textAlign="left",U.style.padding="12px 0",U.style.border="none",U.style.background="none",U.style.cursor="pointer",U.style.fontSize="14px",U.style.fontWeight="500";let Q=_("div","pf-accordion-content");return Q.id=q,Q.setAttribute("role","region"),Q.setAttribute("aria-labelledby",U.id),Q.style.display="none",Q.style.paddingBottom="12px",j($,Q,J),U.addEventListener("click",()=>{let Y=Q.style.display!=="none";Q.style.display=Y?"none":"block",U.setAttribute("aria-expanded",Y?"false":"true")}),Z.appendChild(U),Z.appendChild(Q),Z}function D8($,J){let Z=_("div","pf-dialog-wrapper");if($.trigger!=null){let Q=w($.trigger,J);Q.addEventListener("click",()=>{q.showModal()}),Z.appendChild(Q)}let q=document.createElement("dialog");if(q.className="pf-dialog",q.setAttribute("aria-modal","true"),q.style.maxWidth="500px",q.style.width="100%",q.style.padding="24px",$.title!=null){let Q=_("h2","pf-dialog-title");Q.textContent=K($.title,J),Q.id=`pf-dialog-title-${Math.random().toString(36).slice(2,8)}`,q.setAttribute("aria-labelledby",Q.id),q.appendChild(Q)}if($.description!=null){let Q=_("p","pf-dialog-desc");Q.textContent=K($.description,J),q.appendChild(Q)}let U=_("div","pf-dialog-body");if(j($,U,J),q.appendChild(U),$.dismissible!==!1)q.addEventListener("click",(Q)=>{if(Q.target===q)q.close()});return document.addEventListener("prefab:close-overlay",()=>q.close()),Z.appendChild(q),Z}function L8($,J){let Z=_("div","pf-popover");Z.style.position="relative",Z.style.display="inline-block";let q=_("div","pf-popover-content");if(q.style.display="none",q.style.position="absolute",q.style.zIndex="50",q.style.padding="12px",q.style.boxShadow="0 4px 6px -1px rgb(0 0 0 / 0.1)",$.title!=null){let U=_("div","pf-popover-title");U.textContent=K($.title,J),U.style.fontWeight="600",U.style.marginBottom="4px",q.appendChild(U)}return j($,q,J),Z.addEventListener("click",(U)=>{if(q.contains(U.target)&&q.style.display!=="none")return;q.style.display=q.style.display==="none"?"block":"none"}),Z.appendChild(q),Z}function j8($,J){let Z=_("div","pf-tooltip");Z.style.position="relative",Z.style.display="inline-block";let q=`pf-tip-${Math.random().toString(36).slice(2,8)}`,U=_("div","pf-tooltip-content");return U.id=q,U.setAttribute("role","tooltip"),U.textContent=K($.content??"",J),U.style.display="none",U.style.position="absolute",U.style.bottom="100%",U.style.left="50%",U.style.transform="translateX(-50%)",U.style.padding="4px 8px",U.style.borderRadius="4px",U.style.color="#fff",U.style.fontSize="12px",U.style.whiteSpace="nowrap",U.style.zIndex="50",j($,Z,J),Z.setAttribute("aria-describedby",q),Z.addEventListener("mouseenter",()=>{U.style.display="block"}),Z.addEventListener("mouseleave",()=>{U.style.display="none"}),Z.addEventListener("focus",()=>{U.style.display="block"},!0),Z.addEventListener("blur",()=>{U.style.display="none"},!0),Z.appendChild(U),Z}function P8($,J){let Z=_("div","pf-hover-card");Z.style.position="relative",Z.style.display="inline-block";let q=_("div","pf-hover-card-content");return q.style.display="none",q.style.position="absolute",q.style.zIndex="50",q.style.padding="16px",q.style.boxShadow="0 4px 6px -1px rgb(0 0 0 / 0.1)",q.style.minWidth="200px",j($,q,J),Z.addEventListener("mouseenter",()=>{q.style.display="block"}),Z.addEventListener("mouseleave",()=>{q.style.display="none"}),Z.appendChild(q),Z}function V8($,J){let Z=_("div","pf-carousel");Z.style.position="relative",Z.style.overflow="hidden",Z.setAttribute("role","region"),Z.setAttribute("aria-roledescription","carousel"),Z.setAttribute("aria-label",K($.label??"Carousel",J));let q=_("div","pf-carousel-track");q.style.display="flex",q.style.transition="transform 0.3s ease",j($,q,J);let U=0,Q=$.children?.length??0,Y=document.createElement("button");Y.type="button",Y.textContent="‹",Y.className="pf-carousel-prev",Y.setAttribute("aria-label","Previous slide"),Y.style.position="absolute",Y.style.left="4px",Y.style.top="50%",Y.style.transform="translateY(-50%)",Y.style.zIndex="10";let W=document.createElement("button");W.type="button",W.textContent="›",W.className="pf-carousel-next",W.setAttribute("aria-label","Next slide"),W.style.position="absolute",W.style.right="4px",W.style.top="50%",W.style.transform="translateY(-50%)",W.style.zIndex="10";let H=()=>{q.style.transform=`translateX(-${U*100}%)`};return Y.addEventListener("click",()=>{if(Q===0)return;U=Math.max(0,U-1),H()}),W.addEventListener("click",()=>{if(Q===0)return;U=Math.min(Q-1,U+1),H()}),Z.appendChild(q),Z.appendChild(Y),Z.appendChild(W),Z}function z1(){M("ForEach",O8),M("If",E1),M("Elif",T8),M("Else",I8),M("Condition",R8),M("Define",A8),M("Use",k8),M("Slot",f8)}function O8($,J){let Z=document.createDocumentFragment(),q=$.expression;if(!q)return Z;let U;if(u(q)){let Y=x(q,J.store,J.scope);U=Array.isArray(Y)?Y:[]}else{let Y=J.store.get(q);U=Array.isArray(Y)?Y:[]}let Q=$.let??{};for(let Y=0;Y<U.length;Y++){let W=U[Y],H={...J.scope,$item:W,$index:Y,...Q},X={...J,scope:H};if($.children)r($.children,Z,X)}return Z}function E1($,J){if(K1($.condition,J)){let q=document.createDocumentFragment();if($.children)r($.children,q,J);return q}return document.createDocumentFragment()}function T8($,J){return E1($,J)}function I8($,J){let Z=document.createDocumentFragment();if($.children)r($.children,Z,J);return Z}function K1($,J){if(!$)return!1;if(u($))return Boolean(x($,J.store,J.scope));return Boolean(J.store.get($))}function R8($,J){let Z=document.createDocumentFragment(),q=$.cases,U=$.else;if(q){for(let Q of q)if(K1(Q.when,J)){if(Q.children)r(Q.children,Z,J);return Z}}if(U)r(U,Z,J);return Z}function A8($,J){let Z=$.name;if(Z&&$.children)J.templates=J.templates??{},J.templates[Z]=$.children;return document.createDocumentFragment()}function k8($,J){let Z=document.createDocumentFragment(),q=$.def??$.name,U=J.templates?.[q];if(!U)return Z;let Q=$.overrides??{},Y={...J.scope,...Q},W={...J,scope:Y};for(let H of U)Z.appendChild(w(H,W));return Z}function f8($,J){let Z=document.createDocumentFragment(),q=$.name??"default",Q=J.slots?.[q]??$.children;if(Q)for(let Y of Q)Z.appendChild(w(Y,J));return Z}function F1(){M("Alert",S8),M("AlertTitle",w8),M("AlertDescription",C8)}function S8($,J){let Z=_("div","pf-alert");Z.setAttribute("role","alert");let q=$.variant??"default";if(Z.setAttribute("data-variant",q),Z.style.padding="12px 16px",$.icon!=null){let U=_("span","pf-alert-icon");U.setAttribute("data-icon",$.icon),U.style.marginRight="8px",Z.appendChild(U)}return j($,Z,J),Z}function w8($,J){let Z=_("h5","pf-alert-title");return Z.textContent=K($.content,J),Z.style.fontWeight="600",Z.style.marginBottom="4px",Z}function C8($,J){let Z=_("p","pf-alert-description");return Z.textContent=K($.content,J),Z.style.fontSize="14px",Z}function D1(){M("Image",b8),M("Audio",y8),M("Video",m8),M("Embed",v8),M("Svg",g8),M("DropZone",u8),M("Mermaid",x8)}function b8($,J){let Z=document.createElement("img");if(Z.className="pf-image",Z.src=K($.src,J),$.alt!=null)Z.alt=K($.alt,J);if($.width!=null)Z.width=$.width;if($.height!=null)Z.height=$.height;return Z.style.maxWidth="100%",Z}function y8($,J){let Z=document.createElement("audio");return Z.className="pf-audio",Z.src=K($.src,J),Z.controls=!0,Z}function m8($,J){let Z=document.createElement("video");if(Z.className="pf-video",Z.src=K($.src,J),Z.controls=!0,$.width!=null)Z.width=$.width;if($.height!=null)Z.height=$.height;return Z.style.maxWidth="100%",Z}function v8($,J){let Z=_("div","pf-embed"),q=document.createElement("iframe");return q.src=K($.src,J),q.style.width="100%",q.style.height=$.height!=null?`${$.height}px`:"400px",q.style.border="none",q.setAttribute("sandbox","allow-scripts"),Z.appendChild(q),Z}var h8=new Set(["svg","g","path","rect","circle","ellipse","line","polyline","polygon","text","tspan","textpath","defs","use","symbol","clippath","mask","pattern","lineargradient","radialgradient","stop","filter","fegaussianblur","feoffset","femerge","femergenode","fecolormatrix","feblend","title","desc"]);function g8($,J){let Z=_("div","pf-svg"),q=K($.content,J);if(!q.includes("<svg"))return Z;let Q=new DOMParser().parseFromString(q,"image/svg+xml").querySelector("svg");if(!Q)return Z;return L1(Q),Z.appendChild(document.importNode(Q,!0)),Z}function L1($){let J=Array.from($.children);for(let Z of J){if(!h8.has(Z.tagName.toLowerCase())){Z.remove();continue}for(let q of Array.from(Z.attributes)){let U=q.name.toLowerCase();if(U.startsWith("on")||U==="href"&&q.value.trim().toLowerCase().startsWith("javascript:"))Z.removeAttribute(q.name)}L1(Z)}}function u8($,J){let Z=_("div","pf-dropzone");return Z.style.padding="32px",Z.style.textAlign="center",Z.style.cursor="pointer",Z.textContent=K($.label??"Drop files here",J),Z.addEventListener("dragover",(q)=>{q.preventDefault(),Z.classList.add("pf-dropzone-active")}),Z.addEventListener("dragleave",()=>{Z.classList.remove("pf-dropzone-active")}),Z.addEventListener("drop",(q)=>{q.preventDefault(),Z.classList.remove("pf-dropzone-active")}),Z}function x8($,J){let Z=_("div","pf-mermaid");Z.setAttribute("data-mermaid","true");let q=K($.content,J);if(Z.textContent=q,typeof globalThis.mermaid<"u")Z.classList.add("mermaid"),Z.textContent=q;return Z}var K0=["#3b82f6","#10b981","#f59e0b","#ef4444","#8b5cf6","#ec4899"];function F0($,J){let Z=document.createElement("div");return Z.className="pf-chart-tooltip",$.appendChild(Z),$.addEventListener("mouseleave",()=>{Z.classList.remove("pf-visible")}),{wrapper:$,tooltip:Z,svgEl:J}}function q0($,J,Z,q,U){let{tooltip:Q,svgEl:Y,wrapper:W}=$;if(U.length===0)return;let H="";if(q)H+=`<div class="pf-chart-tooltip-label">${E0(q)}</div>`;for(let L of U)H+='<div class="pf-chart-tooltip-row">',H+=`<span class="pf-chart-tooltip-dot" style="background:${E0(L.color)}"></span>`,H+=`<span>${E0(L.label)}:</span> <strong>${E0(String(L.value))}</strong>`,H+="</div>";Q.innerHTML=H;let X=Y.getBoundingClientRect(),G=W.getBoundingClientRect(),B=Y.viewBox.baseVal,E=X.width/(B.width||1),F=X.left-G.left+J*E,N=Q.offsetWidth||100,z=F+12;if(z+N>G.width)z=F-N-12;Q.style.left=`${Math.max(0,z)}px`,Q.style.top="4px",Q.classList.add("pf-visible")}function E0($){return $.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function j1($,J,Z,q,U,Q,Y,W){let H=U.plotWidth/Z.length;for(let X=0;X<Z.length;X++){let G=U.plotLeft+X*H,B=document.createElementNS("http://www.w3.org/2000/svg","rect");B.setAttribute("x",String(G)),B.setAttribute("y",String(U.plotTop)),B.setAttribute("width",String(H)),B.setAttribute("height",String(U.plotHeight)),B.setAttribute("fill","transparent"),B.style.cursor="default";let E=Q?Z[X][Q]:void 0,F=E!=null?W?W(E):String(E):void 0,N=q.map((A,R)=>({label:A.label??A.dataKey,value:Y(Z[X][A.dataKey],A,R),color:A.color??K0[R%K0.length]})),z=G+H/2,L=()=>q0($,z,U.plotTop,F,N),O=()=>$.tooltip.classList.remove("pf-visible");B.addEventListener("mouseenter",L),B.addEventListener("mouseleave",O),B.addEventListener("touchstart",L,{passive:!0}),B.addEventListener("touchend",O,{passive:!0}),J.appendChild(B)}}function P1($,J,Z,q,U,Q,Y,W,H,X){let G=Z.length===1?U.plotWidth:U.plotWidth/(Z.length-1);for(let B=0;B<Z.length;B++){let E=Z.length===1?(U.plotLeft+U.plotRight)/2:U.plotLeft+B/(Z.length-1)*U.plotWidth,F=Z.length===1?U.plotLeft:E-G/2,N=Z.length===1?U.plotWidth:G,z=document.createElementNS("http://www.w3.org/2000/svg","rect");z.setAttribute("x",String(Math.max(U.plotLeft,F))),z.setAttribute("y",String(U.plotTop)),z.setAttribute("width",String(Math.min(N,U.plotRight-Math.max(U.plotLeft,F)))),z.setAttribute("height",String(U.plotHeight)),z.setAttribute("fill","transparent"),z.style.cursor="default";let L=Q?Z[B][Q]:void 0,O=L!=null?X?X(L):String(L):void 0,A=q.map((P,C)=>({label:P.label??P.dataKey,value:Y(Z[B][P.dataKey],P,C),color:P.color??K0[C%K0.length]})),R=()=>{if(q0($,E,U.plotTop,O,A),W)W.setAttribute("x1",String(E)),W.setAttribute("x2",String(E)),W.setAttribute("opacity","1");if(H)for(let P of H){for(let C of P)C.setAttribute("data-visible","false");P[B]?.setAttribute("data-visible","true")}},D=()=>{if($.tooltip.classList.remove("pf-visible"),W)W.setAttribute("opacity","0");if(H)for(let P of H)for(let C of P)C.setAttribute("data-visible","false")};z.addEventListener("mouseenter",R),z.addEventListener("mouseleave",D),z.addEventListener("touchstart",R,{passive:!0}),z.addEventListener("touchend",D,{passive:!0}),J.appendChild(z)}}function O1(){M("BarChart",c8),M("LineChart",V1),M("AreaChart",V1),M("PieChart",l8),M("RadarChart",y0),M("ScatterChart",y0),M("RadialChart",y0),M("Histogram",s8)}var s=["#3b82f6","#10b981","#f59e0b","#ef4444","#8b5cf6","#ec4899"],U0="var(--muted-foreground, #6b7280)",p8="var(--border, #e5e7eb)",m0="10";function T1($,J,Z,q=!1){let U=Z?44:0,Q=$-(q?44:0),Y=10,W=J-24;return{plotLeft:U,plotRight:Q,plotTop:10,plotBottom:W,plotWidth:Q-U,plotHeight:W-10}}function I1($,J=5){if($<=0)return[0];let Z=$/J,q=Math.pow(10,Math.floor(Math.log10(Z))),U=Z/q,Q=U<=1.5?q:U<=3?2*q:U<=7?5*q:10*q,Y=[];for(let W=0;W<=$+Q*0.01;W+=Q)Y.push(Math.round(W*1000)/1000);return Y}function R1($,J,Z,q,U){let Q=I1(Z);for(let Y of Q){let W=J.plotBottom-(Z>0?Y/Z*J.plotHeight:0),H=document.createElementNS("http://www.w3.org/2000/svg","text");if(H.setAttribute("x",String(J.plotLeft-6)),H.setAttribute("y",String(W+3)),H.setAttribute("text-anchor","end"),H.setAttribute("font-size",m0),H.setAttribute("fill",U0),H.textContent=v0(Y,U),$.appendChild(H),q&&Y>0){let X=document.createElementNS("http://www.w3.org/2000/svg","line");X.setAttribute("x1",String(J.plotLeft)),X.setAttribute("y1",String(W)),X.setAttribute("x2",String(J.plotRight)),X.setAttribute("y2",String(W)),X.setAttribute("stroke",p8),X.setAttribute("stroke-width","1"),X.setAttribute("stroke-dasharray","4 3"),$.appendChild(X)}}}function A1($,J,Z,q){let U=I1(Z);for(let Q of U){let Y=J.plotBottom-(Z>0?Q/Z*J.plotHeight:0),W=document.createElementNS("http://www.w3.org/2000/svg","text");W.setAttribute("x",String(J.plotRight+6)),W.setAttribute("y",String(Y+3)),W.setAttribute("text-anchor","start"),W.setAttribute("font-size",m0),W.setAttribute("fill",U0),W.textContent=v0(Q,q),$.appendChild(W)}}function k1($,J,Z,q,U,Q){for(let Y=0;Y<J.length;Y++){let W=document.createElementNS("http://www.w3.org/2000/svg","text");W.setAttribute("x",String(q(Y))),W.setAttribute("y",String(U+14)),W.setAttribute("text-anchor","middle"),W.setAttribute("font-size",m0),W.setAttribute("fill",U0);let H=J[Y][Z];W.textContent=H==null?"":Q?Q(H):String(H),$.appendChild(W)}}function f1($,J){let Z=document.createElementNS("http://www.w3.org/2000/svg","line");Z.setAttribute("x1",String(J.plotLeft)),Z.setAttribute("y1",String(J.plotBottom)),Z.setAttribute("x2",String(J.plotRight)),Z.setAttribute("y2",String(J.plotBottom)),Z.setAttribute("stroke",U0),Z.setAttribute("stroke-width","1"),$.appendChild(Z)}function $0($,J,Z){if($==null)return"";let q=y(`{{ __v | ${J} }}`,{...Z,scope:{...Z.scope,__v:$}});return q==null?String($):String(q)}function v0($,J){if(J==="currency")return`$${$.toLocaleString()}`;if(J==="percent")return`${$}%`;if($>=1e6)return`${($/1e6).toFixed(1)}M`;if($>=1000)return`${($/1000).toFixed(1)}K`;return String($)}function S1($,J,Z){return(q,U)=>{if(q===null||q===void 0)return"—";if(U.tooltipFormat)return $0(q,U.tooltipFormat,$);let Q=U.yAxisId==="right"?Z:J;return v0(Number(q),Q)}}function c8($,J){let Z=_("div","pf-chart pf-bar-chart"),q=y($.data,J)??[],U=$.series??[],Q=$.height??300;if(q.length===0||U.length===0)return Z.textContent="No chart data",Z;let Y=$.showYAxis!==!1,W=$.showGrid===!0,H=$.showYAxisRight===!0,X=$.showTooltip!==!1,G=$.xAxis,B=$.tooltipXKey,E=$.xAxisFormat,F=$.tooltipXFormat,N=U.filter((I)=>I.yAxisId!=="right"),z=U.filter((I)=>I.yAxisId==="right"),L=H&&z.length>0,O=N.length>0?Math.max(...q.flatMap((I)=>N.map((T)=>Number(I[T.dataKey]??0))),1):1,A=L?Math.max(...q.flatMap((I)=>z.map((T)=>Number(I[T.dataKey]??0))),1):1,R=400,D=T1(R,Q,Y,L),P=D0(R,Q,"Bar");if(Y)R1(P,D,O,W,$.yAxisFormat);if(L)A1(P,D,A,$.yAxisRightFormat);f1(P,D);let C=D.plotWidth/q.length,i=C/(U.length+1);for(let I=0;I<q.length;I++)for(let T=0;T<U.length;T++){let f=U[T],p=q[I][f.dataKey];if(p===null||p===void 0)continue;let m=f.yAxisId==="right"?A:O,c=Number(p),l=Math.max(0,c/m*D.plotHeight),a=D.plotLeft+I*C+T*i+i/2,V=document.createElementNS("http://www.w3.org/2000/svg","rect");V.setAttribute("x",String(a)),V.setAttribute("y",String(D.plotBottom-l)),V.setAttribute("width",String(i*0.8)),V.setAttribute("height",String(l)),V.setAttribute("fill",f.color??s[T%s.length]),V.setAttribute("rx","2"),P.appendChild(V)}if(G){let I=E?(T)=>$0(T,E,J):void 0;k1(P,q,G,(T)=>{return D.plotLeft+T*C+C/2},D.plotBottom,I)}if(X){let I=F0(Z,P),T=S1(J,$.yAxisFormat,$.yAxisRightFormat);j1(I,P,q,U,D,B??G,T,F?(p)=>$0(p,F,J):void 0)}return h0(Z,U,$.showLegend),Z.appendChild(P),Z}function V1($,J){let Z=_("div",`pf-chart pf-${$.type.toLowerCase()}-chart`),q=y($.data,J)??[],U=$.series??[],Q=$.height??300;if(q.length===0||U.length===0)return Z.textContent="No chart data",Z;let Y=$.showYAxis!==!1,W=$.showGrid===!0,H=$.showYAxisRight===!0,X=$.showTooltip!==!1,G=$.xAxis,B=$.tooltipXKey,E=$.xAxisFormat,F=$.tooltipXFormat,N=U.filter((T)=>T.yAxisId!=="right"),z=U.filter((T)=>T.yAxisId==="right"),L=H&&z.length>0,O=N.length>0?Math.max(...q.flatMap((T)=>N.map((f)=>Number(T[f.dataKey]??0))),1):1,A=L?Math.max(...q.flatMap((T)=>z.map((f)=>Number(T[f.dataKey]??0))),1):1,R=400,D=T1(R,Q,Y,L),P=D0(R,Q,$.type==="AreaChart"?"Area":"Line"),C=$.type==="AreaChart";if(Y)R1(P,D,O,W,$.yAxisFormat);if(L)A1(P,D,A,$.yAxisRightFormat);f1(P,D);let i=[];for(let T=0;T<U.length;T++){let f=U[T],p=f.yAxisId==="right",d=p?A:O,m=f.color??s[T%s.length],c=q.map((V,S)=>{let v=V[f.dataKey],o=v===null||v===void 0,Y0=q.length===1?(D.plotLeft+D.plotRight)/2:D.plotLeft+S/(q.length-1)*D.plotWidth,s1=o?D.plotBottom:D.plotBottom-Number(v)/d*D.plotHeight;return{x:Y0,y:s1,isNull:o}});if(C){let V=[],S=()=>{if(V.length<2){V=[];return}let v=`M ${V[0].x},${D.plotBottom} `+V.map((Y0)=>`L ${Y0.x},${Y0.y}`).join(" ")+` L ${V[V.length-1].x},${D.plotBottom} Z`,o=document.createElementNS("http://www.w3.org/2000/svg","path");o.setAttribute("d",v),o.setAttribute("fill",m),o.setAttribute("opacity","0.15"),P.appendChild(o),V=[]};for(let v of c){if(v.isNull){S();continue}V.push(v)}S()}let l="";for(let V of c){if(V.isNull)continue;let S=c.indexOf(V),v=S===0||c[S-1].isNull;l+=`${v?"M":"L"} ${V.x},${V.y} `}if(l){let V=document.createElementNS("http://www.w3.org/2000/svg","path");if(V.setAttribute("d",l.trim()),V.setAttribute("fill","none"),V.setAttribute("stroke",m),V.setAttribute("stroke-width","2"),p)V.setAttribute("stroke-dasharray","6 3");P.appendChild(V)}let a=[];for(let V of c){let S=document.createElementNS("http://www.w3.org/2000/svg","circle");if(S.setAttribute("cx",String(V.x)),S.setAttribute("cy",String(V.y)),S.setAttribute("r","4"),S.setAttribute("fill",m),S.setAttribute("class","pf-data-dot"),S.setAttribute("data-visible","false"),S.style.pointerEvents="none",V.isNull)S.style.display="none";P.appendChild(S),a.push(S)}i.push(a)}let I=document.createElementNS("http://www.w3.org/2000/svg","line");if(I.setAttribute("class","pf-crosshair"),I.setAttribute("x1",String(D.plotLeft)),I.setAttribute("x2",String(D.plotLeft)),I.setAttribute("y1",String(D.plotTop)),I.setAttribute("y2",String(D.plotBottom)),I.setAttribute("stroke",U0),I.setAttribute("stroke-width","1"),I.setAttribute("stroke-dasharray","3 3"),I.setAttribute("opacity","0"),P.appendChild(I),G){let T=E?(f)=>$0(f,E,J):void 0;k1(P,q,G,(f)=>{return q.length===1?(D.plotLeft+D.plotRight)/2:D.plotLeft+f/(q.length-1)*D.plotWidth},D.plotBottom,T)}if(X){let T=F0(Z,P),f=S1(J,$.yAxisFormat,$.yAxisRightFormat);P1(T,P,q,U,D,B??G,f,I,i,F?(d)=>$0(d,F,J):void 0)}return h0(Z,U,$.showLegend),Z.appendChild(P),Z}function l8($,J){let Z=_("div","pf-chart pf-pie-chart"),q=y($.data,J)??[],U=$.series??[],Q=$.height??300,Y=Math.min(Q,300),W=$.showTooltip!==!1;if(q.length===0||U.length===0)return Z.textContent="No chart data",Z;let H=D0(Y,Y,"Pie"),X=Y/2,G=Y/2,B=Y/2-10,E=U[0].dataKey,F=$.xAxis,N=$.tooltipXKey,z=$.tooltipXFormat,L=q.map((D)=>Number(D[E]??0)),O=L.reduce((D,P)=>D+P,0);if(O===0)return Z.textContent="No chart data",Z.appendChild(H),Z;let A=W?F0(Z,H):void 0,R=-Math.PI/2;for(let D=0;D<L.length;D++){let P=L[D]/O*2*Math.PI,C=R+P,i=P>Math.PI?1:0,I=X+B*Math.cos(R),T=G+B*Math.sin(R),f=X+B*Math.cos(C),p=G+B*Math.sin(C),d=s[D%s.length],m=document.createElementNS("http://www.w3.org/2000/svg","path");if(m.setAttribute("d",`M ${X},${G} L ${I},${T} A ${B},${B} 0 ${i} 1 ${f},${p} Z`),m.setAttribute("fill",d),m.style.cursor="default",A){let c=N??F,l=c?q[D][c]:void 0,a=l!=null?z?$0(l,z,J):String(l):`Slice ${D+1}`,V=`${(L[D]/O*100).toFixed(1)}%`,S=R+P/2,v=X+B*0.6*Math.cos(S);m.addEventListener("mouseenter",()=>{q0(A,v,G,a,[{label:U[0].label??E,value:`${L[D]} (${V})`,color:d}])}),m.addEventListener("mouseleave",()=>{A.tooltip.classList.remove("pf-visible")}),m.addEventListener("touchstart",()=>{q0(A,v,G,a,[{label:U[0].label??E,value:`${L[D]} (${V})`,color:d}])},{passive:!0}),m.addEventListener("touchend",()=>{A.tooltip.classList.remove("pf-visible")},{passive:!0})}H.appendChild(m),R=C}return h0(Z,U,$.showLegend),Z.appendChild(H),Z}function y0($,J){let Z=_("div",`pf-chart pf-${$.type.toLowerCase()}`);return Z.textContent=`${$.type} — not yet supported in renderer`,Z.style.padding="24px",Z.style.textAlign="center",Z}function D0($,J,Z){let q=document.createElementNS("http://www.w3.org/2000/svg","svg");if(q.setAttribute("width","100%"),q.setAttribute("height",String(J)),q.setAttribute("viewBox",`0 0 ${$} ${J}`),q.setAttribute("role","img"),Z)q.setAttribute("aria-label",`${Z} chart`);return q.style.overflow="visible",q}function h0($,J,Z){if(Z===!1||J.length<=1)return;let q=_("div","pf-chart-legend");q.style.display="flex",q.style.gap="12px",q.style.fontSize="12px",q.style.marginBottom="8px";for(let U=0;U<J.length;U++){let Q=_("div","pf-chart-legend-item");Q.style.display="flex",Q.style.alignItems="center",Q.style.gap="4px";let Y=_("span");Y.style.width="8px",Y.style.height="8px",Y.style.borderRadius="50%",Y.style.backgroundColor=J[U].color??s[U%s.length];let W=_("span");W.textContent=J[U].label??J[U].dataKey,Q.appendChild(Y),Q.appendChild(W),q.appendChild(Q)}$.appendChild(q)}function s8($,J){let Z=_("div","pf-chart pf-histogram"),q=y($.data,J);if(!q||q.length===0)return Z.textContent="No data",Z;let U=q,Q=$.bins??10,Y=$.height??200,W=$.color??s[0],H=Math.min(...U),G=(Math.max(...U)-H)/Q||1,B=Array(Q).fill(0);for(let O of U){let A=Math.min(Math.floor((O-H)/G),Q-1);B[A]++}let E=Math.max(...B),F=300,N=Y,z=F/Q,L=D0(F,N,"Histogram");for(let O=0;O<Q;O++){let A=E>0?B[O]/E*N:0,R=document.createElementNS("http://www.w3.org/2000/svg","rect");R.setAttribute("x",String(O*z)),R.setAttribute("y",String(N-A)),R.setAttribute("width",String(z-1)),R.setAttribute("height",String(A)),R.setAttribute("fill",W),L.appendChild(R)}return Z.appendChild(L),Z}function w1(){M("Table",i8),M("TableHead",g0("thead")),M("TableBody",g0("tbody")),M("TableFooter",g0("tfoot")),M("TableRow",d8),M("TableHeader",n8),M("TableCell",r8),M("TableCaption",a8),M("ExpandableRow",o8)}function i8($,J){let Z=document.createElement("table");return Z.className="pf-table",Z.style.width="100%",Z.style.borderCollapse="collapse",j($,Z,J),Z}function g0($){return(J,Z)=>{let q=document.createElement($);return q.className=`pf-${$}`,j(J,q,Z),q}}function d8($,J){let Z=document.createElement("tr");return Z.className="pf-table-row",j($,Z,J),Z}function n8($,J){let Z=document.createElement("th");return Z.className="pf-table-header",Z.style.textAlign="left",Z.style.padding="8px 12px",Z.style.fontWeight="600",Z.textContent=K($.content,J),Z}function r8($,J){let Z=document.createElement("td");if(Z.className="pf-table-cell",Z.style.padding="8px 12px",$.colSpan!=null)Z.colSpan=$.colSpan;if($.rowSpan!=null)Z.rowSpan=$.rowSpan;return j($,Z,J),Z}function a8($,J){let Z=document.createElement("caption");return Z.className="pf-table-caption",Z.style.padding="8px",Z.style.fontSize="14px",Z.textContent=K($.content,J),Z}function o8($,J){let Z=_("div","pf-expandable-row"),q=_("div","pf-expandable-row-summary");q.style.cursor="pointer",q.style.display="flex",q.style.alignItems="center",q.style.gap="8px";let U=_("span","pf-expandable-arrow");U.textContent="▶",U.style.transition="transform 0.2s",U.style.fontSize="10px",q.appendChild(U);let Q=$.summary;if(Q)for(let H of Q)q.appendChild(w(H,J));let Y=_("div","pf-expandable-row-detail");Y.style.display="none",Y.style.paddingLeft="24px",j($,Y,J);let W=!1;return q.addEventListener("click",()=>{W=!W,Y.style.display=W?"block":"none",U.style.transform=W?"rotate(90deg)":""}),Z.appendChild(q),Z.appendChild(Y),Z}var C1=!1;function L0(){if(C1)return;C1=!0,q1(),W1(),B1(),_1(),X1(),G1(),z1(),F1(),D1(),O1(),w1()}function b1($){return $.replace(/[^a-zA-Z0-9_-]/g,"")}function y1($){return $.replace(/[{}<>;]/g,"").replace(/\b(url|expression)\s*\(/gi,"")}function g1($,J){if(!J)return;if(J.light)for(let[Z,q]of Object.entries(J.light))$.style.setProperty(`--${b1(Z)}`,y1(q));if(J.dark){let q=document.getElementById("prefab-dark-theme");if(!q)q=document.createElement("style"),q.id="prefab-dark-theme",document.head.appendChild(q);let U=Object.entries(J.dark).map(([Q,Y])=>` --${b1(Q)}: ${y1(Y)};`).join(`
3
+ `),J=[],q=0;while(q<Z.length){let Q=Z[q];if(Q.trimStart().startsWith("```")){let W=Q.trimStart().slice(3).trim(),H=[];q++;while(q<Z.length&&!Z[q].trimStart().startsWith("```"))H.push(B0(Z[q])),q++;q++;let X=W?` data-language="${B0(W)}"`:"";J.push(`<pre class="pf-code"><code${X}>${H.join(`
4
+ `)}</code></pre>`);continue}if(/^(\s*[-*_]\s*){3,}$/.test(Q)){J.push("<hr />"),q++;continue}let U=/^(#{1,6})\s+(.+)$/.exec(Q);if(U){let W=U[1].length;J.push(`<h${W}>${K0(U[2])}</h${W}>`),q++;continue}if(Q.startsWith("> ")||Q===">"){let W=[];while(q<Z.length&&(Z[q].startsWith("> ")||Z[q]===">"))W.push(Z[q].replace(/^>\s?/,"")),q++;J.push(`<blockquote>${B1(W.join(`
5
+ `))}</blockquote>`);continue}if(/^[\s]*[-*+]\s+/.test(Q)){J.push("<ul>");while(q<Z.length&&/^[\s]*[-*+]\s+/.test(Z[q]))J.push(`<li>${K0(Z[q].replace(/^[\s]*[-*+]\s+/,""))}</li>`),q++;J.push("</ul>");continue}if(/^[\s]*\d+\.\s+/.test(Q)){J.push("<ol>");while(q<Z.length&&/^[\s]*\d+\.\s+/.test(Z[q]))J.push(`<li>${K0(Z[q].replace(/^[\s]*\d+\.\s+/,""))}</li>`),q++;J.push("</ol>");continue}if(Q.trim()===""){q++;continue}let Y=[];while(q<Z.length&&Z[q].trim()!==""&&!/^#{1,6}\s/.test(Z[q])&&!/^[-*+]\s/.test(Z[q])&&!/^\d+\.\s/.test(Z[q])&&!Z[q].startsWith("> ")&&!Z[q].trimStart().startsWith("```")&&!/^(\s*[-*_]\s*){3,}$/.test(Z[q]))Y.push(Z[q]),q++;J.push(`<p>${Y.map(K0).join("<br />")}</p>`)}return J.join(`
6
+ `)}function a4($,Z){let J=document.createElement("kbd");return J.className="pf-kbd",J.textContent=F($.content,Z),J}function z1(){G("Card",t4),G("CardHeader",g0("pf-card-header")),G("CardTitle",F1("pf-card-title","h3")),G("CardDescription",F1("pf-card-description","p")),G("CardContent",g0("pf-card-content")),G("CardFooter",g0("pf-card-footer"))}function t4($,Z){let J=_("div","pf-card");return J.style.overflow="hidden",j($,J,Z),J}function g0($){return(Z,J)=>{let q=_("div",$);return q.style.padding="16px 24px",j(Z,q,J),q}}function F1($,Z){return(J,q)=>{let Q=document.createElement(Z);return Q.className=$,Q.textContent=F(J.content,q),Q}}function D1(){G("DataTable",e4),G("Badge",$8),G("Dot",Z8),G("Metric",J8),G("Ring",q8),G("Progress",Q8),G("Separator",U8),G("Loader",Y8),G("Icon",W8),G("Sparkline",H8)}function e4($,Z){let J=_("div","pf-datatable-wrapper"),q=document.createElement("table");q.className="pf-datatable",q.style.width="100%",q.style.borderCollapse="collapse";let Q=$.columns??[],U=b($.rows,Z),Y=$.rowKey,W=$.selected,H=document.createElement("thead"),X=document.createElement("tr");for(let M of Q){let K=document.createElement("th");K.className="pf-datatable-th",K.textContent=M.header??M.key,K.style.padding="8px 12px",K.style.textAlign="left",X.appendChild(K)}H.appendChild(X),q.appendChild(H);let E=document.createElement("tbody");if(Array.isArray(U)){let M=W!=null?b(W,Z):void 0;for(let K of U){let z=document.createElement("tr");z.className="pf-datatable-row";let N=K;if(Y&&M!=null&&N[Y]!=null&&String(N[Y])===String(M))z.classList.add("pf-datatable-row-selected");if($.onRowClick!=null&&Y)z.style.cursor="pointer",z.addEventListener("click",()=>{let B={...Z.scope,$item:N,$index:U.indexOf(K)},D=y({...Z,scope:B});k($.onRowClick,D)});for(let B of Q){let D=document.createElement("td");D.className="pf-datatable-td";let O;if(B.accessor)O=b(`{{ $item.${B.accessor} }}`,{...Z,scope:{...Z.scope,$item:N}});else if(O=N[B.key],B.format&&O!=null)O=b(`{{ __fmtVal | ${B.format} }}`,{...Z,scope:{...Z.scope,__fmtVal:O}});D.textContent=O==null?"":String(O),D.style.padding="8px 12px",z.appendChild(D)}E.appendChild(z)}}if(q.appendChild(E),$.search===!0){let M=document.createElement("input");M.type="text",M.placeholder="Search...",M.className="pf-datatable-search",M.style.marginBottom="8px",M.style.padding="6px 12px",M.style.width="100%",M.style.boxSizing="border-box",M.addEventListener("input",()=>{let K=M.value.toLowerCase(),z=Array.from(E.querySelectorAll("tr"));for(let N of z){let B=(N.textContent??"").toLowerCase();N.style.display=B.includes(K)?"":"none"}}),J.appendChild(M)}return J.appendChild(q),J}function $8($,Z){let J=_("span","pf-badge"),q=$.variant??"default";return J.setAttribute("data-variant",q),J.style.alignItems="center",J.style.padding="2px 10px",J.style.borderRadius="9999px",J.style.fontSize="12px",J.style.fontWeight="500",J.textContent=F($.label??$.content,Z),M8(J,q),J}function Z8($,Z){let J=_("span","pf-dot"),q=$.color??"gray";return J.style.display="inline-block",J.style.width="8px",J.style.height="8px",J.style.borderRadius="50%",J.style.backgroundColor=q,J}function J8($,Z){let J=_("div","pf-metric"),q=_("div","pf-metric-label");q.textContent=F($.label,Z),q.style.fontSize="14px",J.appendChild(q);let Q=_("div","pf-metric-value");if(Q.textContent=F($.value,Z),Q.style.fontSize="28px",Q.style.fontWeight="700",J.appendChild(Q),$.delta!=null){let U=_("span","pf-metric-delta");U.textContent=F($.delta,Z);let Y=$.trend??"",W=$.trendSentiment??"neutral";if(U.style.fontSize="14px",U.style.color=W==="positive"?"green":W==="negative"?"red":"inherit",Y==="up")U.textContent="↑ "+U.textContent;else if(Y==="down")U.textContent="↓ "+U.textContent;J.appendChild(U)}if($.description!=null){let U=_("div","pf-metric-desc");U.textContent=F($.description,Z),U.style.fontSize="12px",J.appendChild(U)}return J}function q8($,Z){let J=_("div","pf-ring"),q=$.size??80,Q=$.thickness??8,U=Number(b($.value,Z)??0),Y=Math.max(0,Math.min(100,U)),W=(q-Q)/2,H=2*Math.PI*W,X=H*(1-Y/100),E=document.createElementNS("http://www.w3.org/2000/svg","svg");E.setAttribute("width",String(q)),E.setAttribute("height",String(q)),E.setAttribute("viewBox",`0 0 ${q} ${q}`);let M=document.createElementNS("http://www.w3.org/2000/svg","circle");M.setAttribute("cx",String(q/2)),M.setAttribute("cy",String(q/2)),M.setAttribute("r",String(W)),M.setAttribute("fill","none"),M.setAttribute("stroke","var(--muted, #e5e7eb)"),M.setAttribute("stroke-width",String(Q));let K=document.createElementNS("http://www.w3.org/2000/svg","circle");if(K.setAttribute("cx",String(q/2)),K.setAttribute("cy",String(q/2)),K.setAttribute("r",String(W)),K.setAttribute("fill","none"),K.setAttribute("stroke","var(--primary, #3b82f6)"),K.setAttribute("stroke-width",String(Q)),K.setAttribute("stroke-dasharray",String(H)),K.setAttribute("stroke-dashoffset",String(X)),K.setAttribute("stroke-linecap","round"),K.style.transform="rotate(-90deg)",K.style.transformOrigin="center",E.appendChild(M),E.appendChild(K),J.appendChild(E),$.label!=null){let z=_("div","pf-ring-label");z.textContent=F($.label,Z),z.style.textAlign="center",z.style.fontSize="12px",J.appendChild(z)}return J}function Q8($,Z){let J=_("div","pf-progress");J.setAttribute("role","progressbar");let q=Number(b($.value,Z)??0),Q=$.max??100,U=Q>0?Math.max(0,Math.min(100,q/Q*100)):0;J.setAttribute("aria-valuenow",String(q)),J.setAttribute("aria-valuemin","0"),J.setAttribute("aria-valuemax",String(Q)),J.style.height="8px",J.style.borderRadius="4px",J.style.overflow="hidden";let Y=_("div","pf-progress-fill");return Y.style.height="100%",Y.style.width=`${U}%`,Y.style.borderRadius="4px",Y.style.transition="width 0.3s ease",J.appendChild(Y),J}function U8($,Z){let J=document.createElement("hr");return J.className="pf-separator",J.style.border="none",J.style.margin="8px 0",J}function Y8($,Z){let J=_("div","pf-loader");return J.textContent="⏳",J.style.display="flex",J.style.justifyContent="center",J.style.padding="16px",J}function W8($,Z){let J=_("span","pf-icon");return J.setAttribute("data-icon",F($.name??$.content,Z)),J}function H8($,Z){let J=_("div","pf-sparkline"),q=$.data??[];if(q.length===0)return J;let Q=120,U=32,Y=Math.max(...q),W=Math.min(...q),H=Y-W||1,X=document.createElementNS("http://www.w3.org/2000/svg","svg");X.setAttribute("width",String(Q)),X.setAttribute("height",String(U)),X.setAttribute("viewBox",`0 0 ${Q} ${U}`);let E=q.length>1?q.length-1:1,M=q.map((z,N)=>{let B=N/E*Q,D=U-(z-W)/H*(U-4)-2;return`${B},${D}`}).join(" "),K=document.createElementNS("http://www.w3.org/2000/svg","polyline");return K.setAttribute("points",M),K.setAttribute("fill","none"),K.setAttribute("stroke","var(--primary, #3b82f6)"),K.setAttribute("stroke-width","1.5"),X.appendChild(K),J.appendChild(X),J}function M8($,Z){let q={success:{bg:"#10b981",fg:"#fff"},warning:{bg:"#f59e0b",fg:"#fff"},info:{bg:"#3b82f6",fg:"#fff"}}[Z];if(q)$.style.backgroundColor=q.bg,$.style.color=q.fg}function j1(){G("Form",G8),G("Input",X8),G("Textarea",_8),G("Button",N8),G("ButtonGroup",E8),G("Select",K8),G("SelectOption",B8),G("SelectGroup",F0("pf-select-group")),G("SelectLabel",q0("pf-select-label")),G("SelectSeparator",L1),G("Checkbox",F8),G("Switch",z8),G("Slider",D8),G("Radio",j8),G("RadioGroup",O8),G("Combobox",T8),G("ComboboxOption",V8),G("ComboboxGroup",F0("pf-combobox-group")),G("ComboboxLabel",q0("pf-combobox-label")),G("ComboboxSeparator",L1),G("Calendar",P8),G("DatePicker",I8),G("Field",F0("pf-field")),G("FieldTitle",q0("pf-field-title")),G("FieldDescription",q0("pf-field-description")),G("FieldContent",F0("pf-field-content")),G("FieldError",q0("pf-field-error")),G("ChoiceCard",R8)}function G8($,Z){let J=document.createElement("form");return J.className="pf-form",J.addEventListener("submit",(q)=>{q.preventDefault();let Q=new FormData(J),U={};if(Q.forEach((Y,W)=>{U[W]=Y}),Z.store.merge(U),$.onSubmit!=null){let Y=y(Z);Y.scope={...Z.scope,...U},k($.onSubmit,Y)}}),j($,J,Z),J}function X8($,Z){let J=_("div","pf-input-wrapper");if(J.style.display="flex",J.style.flexDirection="column",J.style.gap="4px",$.label!=null){let U=document.createElement("label");if(U.className="pf-input-label",U.textContent=F($.label,Z),$.name!=null)U.htmlFor=$.name;U.style.fontSize="14px",U.style.fontWeight="500",J.appendChild(U)}let q=document.createElement("input");if(q.className="pf-input",q.type=$.inputType??"text",$.name!=null)q.name=$.name;if($.name!=null)q.id=`pf-input-${$.name}`;if($.placeholder!=null)q.placeholder=F($.placeholder,Z);if($.required===!0)q.required=!0,q.setAttribute("aria-required","true");if($.error!=null)q.setAttribute("aria-invalid","true");let Q=$.name;if(Q){let U=Z.store.get(Q);if(U!=null)q.value=String(U);q.addEventListener("input",()=>{if(Z.store.set(Q,q.value),$.onChange!=null)k($.onChange,{...y(Z),scope:{...Z.scope,$event:q.value}})})}return u0(q),J.appendChild(q),J}function _8($,Z){let J=_("div","pf-textarea-wrapper"),q=document.createElement("textarea");if(q.className="pf-textarea",$.name!=null)q.name=$.name;if($.name!=null)q.id=`pf-textarea-${$.name}`;if($.placeholder!=null)q.placeholder=F($.placeholder,Z);if($.rows!=null)q.rows=$.rows;if($.required===!0)q.setAttribute("aria-required","true");let Q=$.name;if(Q!=null){let U=Z.store.get(Q);if(U!=null)q.value=String(U);q.addEventListener("input",()=>{if(Z.store.set(Q,q.value),$.onChange!=null)k($.onChange,{...y(Z),scope:{...Z.scope,$event:q.value}})})}return u0(q),J.appendChild(q),J}function N8($,Z){let J=document.createElement("button");J.className="pf-button",J.type=$.submit===!0?"submit":"button",J.textContent=F($.label,Z);let q=$.variant??"default";if(J.setAttribute("data-variant",q),L8(J,q),$.size!=null)J.setAttribute("data-size",$.size);if($.disabled===!0)J.disabled=!0;if($.onClick!=null)J.addEventListener("click",()=>{k($.onClick,y(Z))});return J}function E8($,Z){let J=_("div","pf-button-group");return J.style.display="flex",J.style.gap="8px",j($,J,Z),J}function K8($,Z){let J=_("div","pf-select-wrapper"),q=document.createElement("select");if(q.className="pf-select",$.name!=null)q.name=$.name;if(u0(q),$.placeholder!=null){let Y=document.createElement("option");Y.value="",Y.textContent=F($.placeholder,Z),Y.disabled=!0,Y.selected=!0,Y.hidden=!0,q.appendChild(Y)}let Q=$.options;if(Array.isArray(Q))for(let Y of Q){let W=document.createElement("option");W.value=Y.value??"",W.textContent=Y.label??W.value,q.appendChild(W)}if($.children)for(let Y of $.children)if(Y.type==="SelectOption"){let W=document.createElement("option");W.value=Y.value??"",W.textContent=Y.label??W.value,q.appendChild(W)}else q.appendChild(w(Y,Z));let U=$.name;if(U){let Y=Z.store.get(U);if(Y!=null)q.value=String(Y);q.addEventListener("change",()=>{if(Z.store.set(U,q.value),$.onChange!=null)k($.onChange,{...y(Z),scope:{...Z.scope,$event:q.value}})})}return J.appendChild(q),J}function B8($,Z){return _("span")}function F8($,Z){let J=_("label","pf-checkbox-wrapper");J.style.display="flex",J.style.alignItems="center",J.style.gap="8px",J.style.cursor="pointer";let q=document.createElement("input");if(q.type="checkbox",q.className="pf-checkbox",$.name!=null)q.name=$.name;if($.checked===!0)q.checked=!0;let Q=$.name;if(Q){let U=Z.store.get(Q);if(typeof U==="boolean")q.checked=U;q.addEventListener("change",()=>{if(Z.store.set(Q,q.checked),$.onChange!=null)k($.onChange,{...y(Z),scope:{...Z.scope,$event:q.checked}})})}if(J.appendChild(q),$.label!=null){let U=_("span");U.textContent=F($.label,Z),J.appendChild(U)}return J}function z8($,Z){let J=_("label","pf-switch-wrapper");J.style.display="flex",J.style.alignItems="center",J.style.gap="8px",J.style.cursor="pointer";let q=document.createElement("input");if(q.type="checkbox",q.className="pf-switch",q.setAttribute("role","switch"),$.name!=null)q.name=$.name;let Q=$.name;if(Q){let U=Z.store.get(Q);if(typeof U==="boolean")q.checked=U;q.addEventListener("change",()=>{if(Z.store.set(Q,q.checked),$.onChange!=null)k($.onChange,{...y(Z),scope:{...Z.scope,$event:q.checked}})})}if(J.appendChild(q),$.label!=null){let U=_("span");U.textContent=F($.label,Z),J.appendChild(U)}return J}function D8($,Z){let J=_("div","pf-slider-wrapper"),q=document.createElement("input");if(q.type="range",q.className="pf-slider",$.name!=null)q.name=$.name;if($.min!=null)q.min=String($.min);if($.max!=null)q.max=String($.max);if($.step!=null)q.step=String($.step);let Q=$.name;if(Q){let U=Z.store.get(Q);if(U!=null)q.value=String(U);q.addEventListener("input",()=>{if(Z.store.set(Q,Number(q.value)),$.onChange!=null)k($.onChange,{...y(Z),scope:{...Z.scope,$event:Number(q.value)}})})}return J.appendChild(q),J}function u0($){$.style.padding="8px 12px",$.style.fontSize="14px",$.style.width="100%",$.style.boxSizing="border-box"}function L8($,Z){if($.style.padding="8px 16px",$.style.fontSize="14px",$.style.fontWeight="500",$.style.cursor="pointer",$.style.border="none",Z==="ghost")$.style.backgroundColor="transparent",$.style.color="inherit"}function F0($){return(Z,J)=>{let q=_("div",$);return j(Z,q,J),q}}function q0($){return(Z,J)=>{let q=_("span",$);return q.textContent=F(Z.content,J),q}}function L1(){let $=document.createElement("hr");return $.className="pf-separator",$.style.border="none",$.style.margin="4px 0",$}function j8($,Z){let J=_("label","pf-radio");J.style.display="flex",J.style.alignItems="center",J.style.gap="8px",J.style.cursor="pointer";let q=document.createElement("input");if(q.type="radio",q.value=F($.value,Z),J.appendChild(q),$.label!=null){let Q=_("span","pf-radio-label");Q.textContent=F($.label,Z),J.appendChild(Q)}return J}function O8($,Z){let J=_("fieldset","pf-radio-group");if(J.style.border="none",J.style.padding="0",J.style.display="flex",J.style.flexDirection="column",J.style.gap="8px",$.label!=null){let U=document.createElement("legend");U.textContent=F($.label,Z),U.style.fontWeight="500",U.style.marginBottom="4px",J.appendChild(U)}j($,J,Z);let q=F($.name,Z),Q=Z.store.get(q);for(let U of Array.from(J.querySelectorAll('input[type="radio"]')))if(U.name=q,Q!=null&&U.value===String(Q))U.checked=!0;return J.addEventListener("change",(U)=>{let Y=U.target;if(Y.type==="radio"){if(Z.store.set(q,Y.value),$.onChange!=null)k($.onChange,y(Z))}}),J}function T8($,Z){let J=_("div","pf-combobox"),q=document.createElement("input");if(q.className="pf-combobox-input",q.type="text",q.name=F($.name,Z),$.placeholder!=null)q.placeholder=F($.placeholder,Z);if($.value!==void 0)q.value=F($.value,Z);let Q=q.name,U=Z.store.get(Q);if(U!=null)q.value=String(U);q.style.padding="6px 12px",q.style.borderRadius="6px",q.style.width="100%",q.style.boxSizing="border-box";let Y=_("div","pf-combobox-dropdown");if(Y.style.display="none",Y.style.position="absolute",Y.style.borderRadius="6px",Y.style.maxHeight="200px",Y.style.overflowY="auto",Y.style.zIndex="50",j($,Y,Z),q.addEventListener("focus",()=>{Y.style.display="block"}),q.addEventListener("blur",()=>{setTimeout(()=>{Y.style.display="none"},150)}),$.searchable!==!1)q.addEventListener("input",()=>{let W=q.value.toLowerCase();for(let H of Array.from(Y.querySelectorAll(".pf-combobox-option"))){let X=(H.textContent??"").toLowerCase();H.style.display=X.includes(W)?"":"none"}});if($.onChange!=null)J.addEventListener("pf-combobox-select",()=>{k($.onChange,{...y(Z),scope:{...Z.scope,$event:q.value}})});return J.style.position="relative",J.appendChild(q),J.appendChild(Y),J}function V8($,Z){let J=_("div","pf-combobox-option");return J.style.padding="6px 12px",J.style.cursor="pointer",J.textContent=F($.label??$.value,Z),J.dataset.value=F($.value,Z),J.addEventListener("mousedown",()=>{let q=J.closest(".pf-combobox"),Q=q?.querySelector("input");if(Q)Q.value=J.dataset.value??"",Z.store.set(Q.name,Q.value),q?.dispatchEvent(new CustomEvent("pf-combobox-select",{bubbles:!1}))}),J}function P8($,Z){let J=_("div","pf-calendar"),q=document.createElement("input");if(q.type="date",q.name=F($.name,Z),$.value!==void 0)q.value=F($.value,Z);let Q=q.name,U=Z.store.get(Q);if(U!=null)q.value=String(U);if($.minDate!=null)q.min=F($.minDate,Z);if($.maxDate!=null)q.max=F($.maxDate,Z);return q.style.padding="6px 12px",q.style.borderRadius="6px",q.addEventListener("change",()=>{if(Z.store.set(q.name,q.value),$.onChange!=null)k($.onChange,y(Z))}),J.appendChild(q),J}function I8($,Z){let J=_("div","pf-datepicker"),q=document.createElement("input");if(q.type="date",q.name=F($.name,Z),$.placeholder!=null)q.placeholder=F($.placeholder,Z);if($.value!==void 0)q.value=F($.value,Z);let Q=q.name,U=Z.store.get(Q);if(U!=null)q.value=String(U);if($.minDate!=null)q.min=F($.minDate,Z);if($.maxDate!=null)q.max=F($.maxDate,Z);return q.style.padding="6px 12px",q.style.borderRadius="6px",q.style.width="100%",q.style.boxSizing="border-box",q.addEventListener("change",()=>{if(Z.store.set(q.name,q.value),$.onChange!=null)k($.onChange,y(Z))}),J.appendChild(q),J}function R8($,Z){let J=_("div","pf-choice-card");if(J.style.padding="16px",J.style.cursor="pointer",J.style.transition="border-color 0.2s",J.dataset.value=F($.value,Z),$.selected===!0)J.dataset.selected="true";if($.label!=null){let q=_("div","pf-choice-card-label");q.textContent=F($.label,Z),q.style.fontWeight="600",J.appendChild(q)}if($.description!=null){let q=_("div","pf-choice-card-description");q.textContent=F($.description,Z),q.style.fontSize="14px",J.appendChild(q)}if(j($,J,Z),$.onClick!=null)J.addEventListener("click",()=>{k($.onClick,y(Z))});return J}function O1(){G("Tabs",A8),G("Tab",k8),G("Accordion",f8),G("AccordionItem",S8),G("Dialog",w8),G("Popover",C8),G("Tooltip",y8),G("HoverCard",b8),G("Carousel",m8)}function A8($,Z){let J=_("div","pf-tabs"),q=_("div","pf-tabs-bar");q.setAttribute("role","tablist"),q.style.display="flex",q.style.gap="4px",q.style.marginBottom="12px";let Q=[],U=[];if($.children)for(let W=0;W<$.children.length;W++){let H=$.children[W],X=`pf-tab-${Math.random().toString(36).slice(2,8)}`,E=`pf-panel-${Math.random().toString(36).slice(2,8)}`,M=document.createElement("button");M.type="button",M.className="pf-tab-trigger",M.textContent=H.title??`Tab ${W+1}`,M.setAttribute("role","tab"),M.setAttribute("aria-selected",W===0?"true":"false"),M.setAttribute("aria-controls",E),M.id=X,M.tabIndex=W===0?0:-1,M.style.padding="8px 16px",M.style.border="none",M.style.background="none",M.style.cursor="pointer",M.style.borderBottom="2px solid transparent",M.style.marginBottom="-2px",M.style.fontSize="14px";let K=_("div","pf-tab-panel");if(K.style.display=W===0?"block":"none",K.setAttribute("role","tabpanel"),K.setAttribute("aria-labelledby",X),K.id=E,K.tabIndex=0,j(H,K,Z),M.addEventListener("click",()=>{Y(W)}),W===0)M.classList.add("pf-tab-active"),M.style.fontWeight="600";U.push(M),Q.push(K),q.appendChild(M)}function Y(W){Q.forEach((H)=>H.style.display="none"),U.forEach((H)=>{H.style.borderBottomColor="transparent",H.style.fontWeight="normal",H.classList.remove("pf-tab-active"),H.setAttribute("aria-selected","false"),H.tabIndex=-1}),Q[W].style.display="block",U[W].classList.add("pf-tab-active"),U[W].style.fontWeight="600",U[W].setAttribute("aria-selected","true"),U[W].tabIndex=0,U[W].focus()}q.addEventListener("keydown",(W)=>{let H=U.indexOf(W.target);if(H<0)return;let X;if(W.key==="ArrowRight")X=(H+1)%U.length;else if(W.key==="ArrowLeft")X=(H-1+U.length)%U.length;else if(W.key==="Home")X=0;else if(W.key==="End")X=U.length-1;else return;W.preventDefault(),Y(X)}),J.appendChild(q);for(let W of Q)J.appendChild(W);return J}function k8($,Z){let J=_("div","pf-tab");return j($,J,Z),J}function f8($,Z){let J=_("div","pf-accordion");return j($,J,Z),J}function S8($,Z){let J=_("div","pf-accordion-item"),q=`pf-acc-${Math.random().toString(36).slice(2,8)}`,Q=document.createElement("button");Q.type="button",Q.className="pf-accordion-trigger",Q.textContent=$.title??"",Q.setAttribute("aria-expanded","false"),Q.setAttribute("aria-controls",q),Q.style.width="100%",Q.style.textAlign="left",Q.style.padding="12px 0",Q.style.border="none",Q.style.background="none",Q.style.cursor="pointer",Q.style.fontSize="14px",Q.style.fontWeight="500";let U=_("div","pf-accordion-content");return U.id=q,U.setAttribute("role","region"),U.setAttribute("aria-labelledby",Q.id),U.style.display="none",U.style.paddingBottom="12px",j($,U,Z),Q.addEventListener("click",()=>{let Y=U.style.display!=="none";U.style.display=Y?"none":"block",Q.setAttribute("aria-expanded",Y?"false":"true")}),J.appendChild(Q),J.appendChild(U),J}function w8($,Z){let J=_("div","pf-dialog-wrapper");if($.trigger!=null){let U=w($.trigger,Z);U.addEventListener("click",()=>{q.showModal()}),J.appendChild(U)}let q=document.createElement("dialog");if(q.className="pf-dialog",q.setAttribute("aria-modal","true"),q.style.maxWidth="500px",q.style.width="100%",q.style.padding="24px",$.title!=null){let U=_("h2","pf-dialog-title");U.textContent=F($.title,Z),U.id=`pf-dialog-title-${Math.random().toString(36).slice(2,8)}`,q.setAttribute("aria-labelledby",U.id),q.appendChild(U)}if($.description!=null){let U=_("p","pf-dialog-desc");U.textContent=F($.description,Z),q.appendChild(U)}let Q=_("div","pf-dialog-body");if(j($,Q,Z),q.appendChild(Q),$.dismissible!==!1)q.addEventListener("click",(U)=>{if(U.target===q)q.close()});return document.addEventListener("prefab:close-overlay",()=>q.close()),J.appendChild(q),J}function C8($,Z){let J=_("div","pf-popover");J.style.position="relative",J.style.display="inline-block";let q=_("div","pf-popover-content");if(q.style.display="none",q.style.position="absolute",q.style.zIndex="50",q.style.padding="12px",q.style.boxShadow="0 4px 6px -1px rgb(0 0 0 / 0.1)",$.title!=null){let Q=_("div","pf-popover-title");Q.textContent=F($.title,Z),Q.style.fontWeight="600",Q.style.marginBottom="4px",q.appendChild(Q)}return j($,q,Z),J.addEventListener("click",(Q)=>{if(q.contains(Q.target)&&q.style.display!=="none")return;q.style.display=q.style.display==="none"?"block":"none"}),J.appendChild(q),J}function y8($,Z){let J=_("div","pf-tooltip");J.style.position="relative",J.style.display="inline-block";let q=`pf-tip-${Math.random().toString(36).slice(2,8)}`,Q=_("div","pf-tooltip-content");return Q.id=q,Q.setAttribute("role","tooltip"),Q.textContent=F($.content??"",Z),Q.style.display="none",Q.style.position="absolute",Q.style.bottom="100%",Q.style.left="50%",Q.style.transform="translateX(-50%)",Q.style.padding="4px 8px",Q.style.borderRadius="4px",Q.style.color="#fff",Q.style.fontSize="12px",Q.style.whiteSpace="nowrap",Q.style.zIndex="50",j($,J,Z),J.setAttribute("aria-describedby",q),J.addEventListener("mouseenter",()=>{Q.style.display="block"}),J.addEventListener("mouseleave",()=>{Q.style.display="none"}),J.addEventListener("focus",()=>{Q.style.display="block"},!0),J.addEventListener("blur",()=>{Q.style.display="none"},!0),J.appendChild(Q),J}function b8($,Z){let J=_("div","pf-hover-card");J.style.position="relative",J.style.display="inline-block";let q=_("div","pf-hover-card-content");return q.style.display="none",q.style.position="absolute",q.style.zIndex="50",q.style.padding="16px",q.style.boxShadow="0 4px 6px -1px rgb(0 0 0 / 0.1)",q.style.minWidth="200px",j($,q,Z),J.addEventListener("mouseenter",()=>{q.style.display="block"}),J.addEventListener("mouseleave",()=>{q.style.display="none"}),J.appendChild(q),J}function m8($,Z){let J=_("div","pf-carousel");J.style.position="relative",J.style.overflow="hidden",J.setAttribute("role","region"),J.setAttribute("aria-roledescription","carousel"),J.setAttribute("aria-label",F($.label??"Carousel",Z));let q=_("div","pf-carousel-track");q.style.display="flex",q.style.transition="transform 0.3s ease",j($,q,Z);let Q=0,U=$.children?.length??0,Y=document.createElement("button");Y.type="button",Y.textContent="‹",Y.className="pf-carousel-prev",Y.setAttribute("aria-label","Previous slide"),Y.style.position="absolute",Y.style.left="4px",Y.style.top="50%",Y.style.transform="translateY(-50%)",Y.style.zIndex="10";let W=document.createElement("button");W.type="button",W.textContent="›",W.className="pf-carousel-next",W.setAttribute("aria-label","Next slide"),W.style.position="absolute",W.style.right="4px",W.style.top="50%",W.style.transform="translateY(-50%)",W.style.zIndex="10";let H=()=>{q.style.transform=`translateX(-${Q*100}%)`};return Y.addEventListener("click",()=>{if(U===0)return;Q=Math.max(0,Q-1),H()}),W.addEventListener("click",()=>{if(U===0)return;Q=Math.min(U-1,Q+1),H()}),J.appendChild(q),J.appendChild(Y),J.appendChild(W),J}function T1(){G("ForEach",h8),G("If",V1),G("Elif",v8),G("Else",g8),G("Condition",u8),G("Define",x8),G("Use",p8),G("Slot",c8)}function h8($,Z){let J=document.createDocumentFragment(),q=$.expression;if(!q)return J;let Q;if(u(q)){let Y=x(q,Z.store,Z.scope);Q=Array.isArray(Y)?Y:[]}else{let Y=Z.store.get(q);Q=Array.isArray(Y)?Y:[]}let U=$.let??{};for(let Y=0;Y<Q.length;Y++){let W=Q[Y],H={...Z.scope,$item:W,$index:Y,...U},X={...Z,scope:H};if($.children)o($.children,J,X)}return J}function V1($,Z){if(P1($.condition,Z)){let q=document.createDocumentFragment();if($.children)o($.children,q,Z);return q}return document.createDocumentFragment()}function v8($,Z){return V1($,Z)}function g8($,Z){let J=document.createDocumentFragment();if($.children)o($.children,J,Z);return J}function P1($,Z){if(!$)return!1;if(u($))return Boolean(x($,Z.store,Z.scope));return Boolean(Z.store.get($))}function u8($,Z){let J=document.createDocumentFragment(),q=$.cases,Q=$.else;if(q){for(let U of q)if(P1(U.when,Z)){if(U.children)o(U.children,J,Z);return J}}if(Q)o(Q,J,Z);return J}function x8($,Z){let J=$.name;if(J&&$.children)Z.templates=Z.templates??{},Z.templates[J]=$.children;return document.createDocumentFragment()}function p8($,Z){let J=document.createDocumentFragment(),q=$.def??$.name,Q=Z.templates?.[q];if(!Q)return J;let U=$.overrides??{},Y={...Z.scope,...U},W={...Z,scope:Y};for(let H of Q)J.appendChild(w(H,W));return J}function c8($,Z){let J=document.createDocumentFragment(),q=$.name??"default",U=Z.slots?.[q]??$.children;if(U)for(let Y of U)J.appendChild(w(Y,Z));return J}function I1(){G("Alert",l8),G("AlertTitle",d8),G("AlertDescription",s8)}function l8($,Z){let J=_("div","pf-alert");J.setAttribute("role","alert");let q=$.variant??"default";if(J.setAttribute("data-variant",q),J.style.padding="12px 16px",$.icon!=null){let Q=_("span","pf-alert-icon");Q.setAttribute("data-icon",$.icon),Q.style.marginRight="8px",J.appendChild(Q)}return j($,J,Z),J}function d8($,Z){let J=_("h5","pf-alert-title");return J.textContent=F($.content,Z),J.style.fontWeight="600",J.style.marginBottom="4px",J}function s8($,Z){let J=_("p","pf-alert-description");return J.textContent=F($.content,Z),J.style.fontSize="14px",J}function R1(){G("Image",i8),G("Audio",n8),G("Video",r8),G("Embed",o8),G("Svg",t8),G("DropZone",e8),G("Mermaid",$2)}function i8($,Z){let J=document.createElement("img");if(J.className="pf-image",J.src=F($.src,Z),$.alt!=null)J.alt=F($.alt,Z);if($.width!=null)J.width=$.width;if($.height!=null)J.height=$.height;return J.style.maxWidth="100%",J}function n8($,Z){let J=document.createElement("audio");return J.className="pf-audio",J.src=F($.src,Z),J.controls=!0,J}function r8($,Z){let J=document.createElement("video");if(J.className="pf-video",J.src=F($.src,Z),J.controls=!0,$.width!=null)J.width=$.width;if($.height!=null)J.height=$.height;return J.style.maxWidth="100%",J}function o8($,Z){let J=_("div","pf-embed"),q=document.createElement("iframe");return q.src=F($.src,Z),q.style.width="100%",q.style.height=$.height!=null?`${$.height}px`:"400px",q.style.border="none",q.setAttribute("sandbox","allow-scripts"),J.appendChild(q),J}var a8=new Set(["svg","g","path","rect","circle","ellipse","line","polyline","polygon","text","tspan","textpath","defs","use","symbol","clippath","mask","pattern","lineargradient","radialgradient","stop","filter","fegaussianblur","feoffset","femerge","femergenode","fecolormatrix","feblend","title","desc"]);function t8($,Z){let J=_("div","pf-svg"),q=F($.content,Z);if(!q.includes("<svg"))return J;let U=new DOMParser().parseFromString(q,"image/svg+xml").querySelector("svg");if(!U)return J;return A1(U),J.appendChild(document.importNode(U,!0)),J}function A1($){let Z=Array.from($.children);for(let J of Z){if(!a8.has(J.tagName.toLowerCase())){J.remove();continue}for(let q of Array.from(J.attributes)){let Q=q.name.toLowerCase();if(Q.startsWith("on")||Q==="href"&&q.value.trim().toLowerCase().startsWith("javascript:"))J.removeAttribute(q.name)}A1(J)}}function e8($,Z){let J=_("div","pf-dropzone");return J.style.padding="32px",J.style.textAlign="center",J.style.cursor="pointer",J.textContent=F($.label??"Drop files here",Z),J.addEventListener("dragover",(q)=>{q.preventDefault(),J.classList.add("pf-dropzone-active")}),J.addEventListener("dragleave",()=>{J.classList.remove("pf-dropzone-active")}),J.addEventListener("drop",(q)=>{q.preventDefault(),J.classList.remove("pf-dropzone-active")}),J}function $2($,Z){let J=_("div","pf-mermaid");J.setAttribute("data-mermaid","true");let q=F($.content,Z);if(J.textContent=q,typeof globalThis.mermaid<"u")J.classList.add("mermaid"),J.textContent=q;return J}var Z2="https://cdn.jsdelivr.net/npm/pdfjs-dist@4.9/build/pdf.min.mjs",J2="https://cdn.jsdelivr.net/npm/pdfjs-dist@4.9/build/pdf.worker.min.mjs",x0=null,z0=null;async function q2(){if(x0)return x0;if(z0)return z0;return z0=import(Z2).then(($)=>{let Z=$;return Z.GlobalWorkerOptions.workerSrc=J2,x0=Z,Z}),z0}function f1(){G("PdfViewer",Q2)}function Q2($,Z){let J=_("div","pf-pdf-viewer"),q=$.src!=null?F($.src,Z):void 0,Q=$.data,U=$.page!=null?$.page:1,Y=$.zoom!=null?$.zoom:"fit-width",W=$.toolbar!==!1,H=$.height!=null?$.height:600;J.style.height=`${H}px`,J.style.display="flex",J.style.flexDirection="column",J.style.overflow="hidden",J.style.border="1px solid var(--color-border-primary, #e5e7eb)",J.style.borderRadius="var(--border-radius-md, 0.375rem)",J.style.background="var(--color-background-secondary, #f9fafb)";let X=_("div","pf-pdf-loading");return X.textContent="Loading PDF…",X.style.display="flex",X.style.alignItems="center",X.style.justifyContent="center",X.style.flex="1",X.style.color="var(--color-text-secondary, #6b7280)",J.appendChild(X),U2(J,X,{src:q,data:Q,initialPage:U,zoom:Y,showToolbar:W}),J}async function U2($,Z,J){try{let q=await q2(),Q;if(J.src)Q={url:J.src};else if(J.data){let K=atob(J.data),z=new Uint8Array(K.length);for(let N=0;N<K.length;N++)z[N]=K.charCodeAt(N);Q={data:z}}else{Z.textContent="Error: No PDF source provided";return}let U=await q.getDocument(Q).promise;Z.remove();let Y=Math.max(1,Math.min(J.initialPage,U.numPages)),W=null,H=null;if(J.showToolbar){let K=Y2(U.numPages,Y,{onPrev:()=>{if(Y>1)Y--,M()},onNext:()=>{if(Y<U.numPages)Y++,M()},onPageChange:(z)=>{let N=Math.max(1,Math.min(z,U.numPages));if(N!==Y)Y=N,M()}});W=K.pageInput,H=K.pageCount,$.insertBefore(K.el,$.firstChild)}let X=_("div","pf-pdf-canvas-container");X.style.flex="1",X.style.overflow="auto",X.style.display="flex",X.style.justifyContent="center",X.style.padding="8px",$.appendChild(X);let E=document.createElement("canvas");E.style.display="block",E.style.boxShadow="var(--shadow-md, 0 4px 6px -1px rgba(0,0,0,.1))",X.appendChild(E);async function M(){let K=await U.getPage(Y),z=X.clientWidth-16,N,B=K.getViewport({scale:1});if(J.zoom==="fit-width")N=z/B.width;else if(J.zoom==="fit-page"){let A=X.clientHeight-16,I=z/B.width,L=A/B.height;N=Math.min(I,L)}else N=typeof J.zoom==="number"?J.zoom:1;let D=K.getViewport({scale:N});E.width=D.width,E.height=D.height,E.style.width=`${D.width}px`,E.style.height=`${D.height}px`;let O=E.getContext("2d");if(!O)return;if(await K.render({canvasContext:O,viewport:D}).promise,W)W.value=String(Y);if(H)H.textContent=`/ ${U.numPages}`}await M()}catch(q){Z.textContent=`PDF Error: ${q instanceof Error?q.message:String(q)}`,Z.style.color="var(--color-text-danger, #dc2626)"}}function Y2($,Z,J){let q=_("div","pf-pdf-toolbar");q.style.display="flex",q.style.alignItems="center",q.style.gap="8px",q.style.padding="6px 12px",q.style.borderBottom="1px solid var(--color-border-primary, #e5e7eb)",q.style.background="var(--color-background-primary, #fff)",q.style.flexShrink="0",q.style.fontSize="13px";let Q=document.createElement("button");Q.textContent="‹",Q.title="Previous page",Q.className="pf-pdf-btn",k1(Q),Q.addEventListener("click",J.onPrev);let U=document.createElement("button");U.textContent="›",U.title="Next page",U.className="pf-pdf-btn",k1(U),U.addEventListener("click",J.onNext);let Y=document.createElement("input");Y.type="number",Y.min="1",Y.max=String($),Y.value=String(Z),Y.style.width="48px",Y.style.textAlign="center",Y.style.border="1px solid var(--color-border-primary, #e5e7eb)",Y.style.borderRadius="4px",Y.style.padding="2px 4px",Y.style.fontSize="13px",Y.addEventListener("change",()=>{let H=parseInt(Y.value,10);if(!isNaN(H))J.onPageChange(H)});let W=document.createElement("span");return W.textContent=`/ ${$}`,W.style.color="var(--color-text-secondary, #6b7280)",q.appendChild(Q),q.appendChild(Y),q.appendChild(W),q.appendChild(U),{el:q,pageInput:Y,pageCount:W}}function k1($){$.style.border="1px solid var(--color-border-primary, #e5e7eb)",$.style.borderRadius="4px",$.style.background="var(--color-background-primary, #fff)",$.style.cursor="pointer",$.style.padding="2px 8px",$.style.fontSize="16px",$.style.lineHeight="1"}var L0=["#3b82f6","#10b981","#f59e0b","#ef4444","#8b5cf6","#ec4899"];function j0($,Z){let J=document.createElement("div");return J.className="pf-chart-tooltip",$.appendChild(J),$.addEventListener("mouseleave",()=>{J.classList.remove("pf-visible")}),{wrapper:$,tooltip:J,svgEl:Z}}function Q0($,Z,J,q,Q){let{tooltip:U,svgEl:Y,wrapper:W}=$;if(Q.length===0)return;let H="";if(q)H+=`<div class="pf-chart-tooltip-label">${D0(q)}</div>`;for(let D of Q)H+='<div class="pf-chart-tooltip-row">',H+=`<span class="pf-chart-tooltip-dot" style="background:${D0(D.color)}"></span>`,H+=`<span>${D0(D.label)}:</span> <strong>${D0(String(D.value))}</strong>`,H+="</div>";U.innerHTML=H;let X=Y.getBoundingClientRect(),E=W.getBoundingClientRect(),M=Y.viewBox.baseVal,K=X.width/(M.width||1),z=X.left-E.left+Z*K,N=U.offsetWidth||100,B=z+12;if(B+N>E.width)B=z-N-12;U.style.left=`${Math.max(0,B)}px`,U.style.top="4px",U.classList.add("pf-visible")}function D0($){return $.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function S1($,Z,J,q,Q,U,Y,W){let H=Q.plotWidth/J.length;for(let X=0;X<J.length;X++){let E=Q.plotLeft+X*H,M=document.createElementNS("http://www.w3.org/2000/svg","rect");M.setAttribute("x",String(E)),M.setAttribute("y",String(Q.plotTop)),M.setAttribute("width",String(H)),M.setAttribute("height",String(Q.plotHeight)),M.setAttribute("fill","transparent"),M.style.cursor="default";let K=U?J[X][U]:void 0,z=K!=null?W?W(K):String(K):void 0,N=q.map((A,I)=>({label:A.label??A.dataKey,value:Y(J[X][A.dataKey],A,I),color:A.color??L0[I%L0.length]})),B=E+H/2,D=()=>Q0($,B,Q.plotTop,z,N),O=()=>$.tooltip.classList.remove("pf-visible");M.addEventListener("mouseenter",D),M.addEventListener("mouseleave",O),M.addEventListener("touchstart",D,{passive:!0}),M.addEventListener("touchend",O,{passive:!0}),Z.appendChild(M)}}function w1($,Z,J,q,Q,U,Y,W,H,X){let E=J.length===1?Q.plotWidth:Q.plotWidth/(J.length-1);for(let M=0;M<J.length;M++){let K=J.length===1?(Q.plotLeft+Q.plotRight)/2:Q.plotLeft+M/(J.length-1)*Q.plotWidth,z=J.length===1?Q.plotLeft:K-E/2,N=J.length===1?Q.plotWidth:E,B=document.createElementNS("http://www.w3.org/2000/svg","rect");B.setAttribute("x",String(Math.max(Q.plotLeft,z))),B.setAttribute("y",String(Q.plotTop)),B.setAttribute("width",String(Math.min(N,Q.plotRight-Math.max(Q.plotLeft,z)))),B.setAttribute("height",String(Q.plotHeight)),B.setAttribute("fill","transparent"),B.style.cursor="default";let D=U?J[M][U]:void 0,O=D!=null?X?X(D):String(D):void 0,A=q.map((T,C)=>({label:T.label??T.dataKey,value:Y(J[M][T.dataKey],T,C),color:T.color??L0[C%L0.length]})),I=()=>{if(Q0($,K,Q.plotTop,O,A),W)W.setAttribute("x1",String(K)),W.setAttribute("x2",String(K)),W.setAttribute("opacity","1");if(H)for(let T of H){for(let C of T)C.setAttribute("data-visible","false");T[M]?.setAttribute("data-visible","true")}},L=()=>{if($.tooltip.classList.remove("pf-visible"),W)W.setAttribute("opacity","0");if(H)for(let T of H)for(let C of T)C.setAttribute("data-visible","false")};B.addEventListener("mouseenter",I),B.addEventListener("mouseleave",L),B.addEventListener("touchstart",I,{passive:!0}),B.addEventListener("touchend",L,{passive:!0}),Z.appendChild(B)}}function y1(){G("BarChart",H2),G("LineChart",C1),G("AreaChart",C1),G("PieChart",M2),G("RadarChart",p0),G("ScatterChart",p0),G("RadialChart",p0),G("Histogram",G2)}var s=["#3b82f6","#10b981","#f59e0b","#ef4444","#8b5cf6","#ec4899"],U0="var(--muted-foreground, #6b7280)",W2="var(--border, #e5e7eb)",c0="10";function b1($,Z,J,q=!1){let Q=J?44:0,U=$-(q?44:0),Y=10,W=Z-24;return{plotLeft:Q,plotRight:U,plotTop:10,plotBottom:W,plotWidth:U-Q,plotHeight:W-10}}function m1($,Z=5){if($<=0)return[0];let J=$/Z,q=Math.pow(10,Math.floor(Math.log10(J))),Q=J/q,U=Q<=1.5?q:Q<=3?2*q:Q<=7?5*q:10*q,Y=[];for(let W=0;W<=$+U*0.01;W+=U)Y.push(Math.round(W*1000)/1000);return Y}function h1($,Z,J,q,Q){let U=m1(J);for(let Y of U){let W=Z.plotBottom-(J>0?Y/J*Z.plotHeight:0),H=document.createElementNS("http://www.w3.org/2000/svg","text");if(H.setAttribute("x",String(Z.plotLeft-6)),H.setAttribute("y",String(W+3)),H.setAttribute("text-anchor","end"),H.setAttribute("font-size",c0),H.setAttribute("fill",U0),H.textContent=l0(Y,Q),$.appendChild(H),q&&Y>0){let X=document.createElementNS("http://www.w3.org/2000/svg","line");X.setAttribute("x1",String(Z.plotLeft)),X.setAttribute("y1",String(W)),X.setAttribute("x2",String(Z.plotRight)),X.setAttribute("y2",String(W)),X.setAttribute("stroke",W2),X.setAttribute("stroke-width","1"),X.setAttribute("stroke-dasharray","4 3"),$.appendChild(X)}}}function v1($,Z,J,q){let Q=m1(J);for(let U of Q){let Y=Z.plotBottom-(J>0?U/J*Z.plotHeight:0),W=document.createElementNS("http://www.w3.org/2000/svg","text");W.setAttribute("x",String(Z.plotRight+6)),W.setAttribute("y",String(Y+3)),W.setAttribute("text-anchor","start"),W.setAttribute("font-size",c0),W.setAttribute("fill",U0),W.textContent=l0(U,q),$.appendChild(W)}}function g1($,Z,J,q,Q,U){for(let Y=0;Y<Z.length;Y++){let W=document.createElementNS("http://www.w3.org/2000/svg","text");W.setAttribute("x",String(q(Y))),W.setAttribute("y",String(Q+14)),W.setAttribute("text-anchor","middle"),W.setAttribute("font-size",c0),W.setAttribute("fill",U0);let H=Z[Y][J];W.textContent=H==null?"":U?U(H):String(H),$.appendChild(W)}}function u1($,Z){let J=document.createElementNS("http://www.w3.org/2000/svg","line");J.setAttribute("x1",String(Z.plotLeft)),J.setAttribute("y1",String(Z.plotBottom)),J.setAttribute("x2",String(Z.plotRight)),J.setAttribute("y2",String(Z.plotBottom)),J.setAttribute("stroke",U0),J.setAttribute("stroke-width","1"),$.appendChild(J)}function Z0($,Z,J){if($==null)return"";let q=b(`{{ __v | ${Z} }}`,{...J,scope:{...J.scope,__v:$}});return q==null?String($):String(q)}function l0($,Z){if(Z==="currency")return`$${$.toLocaleString()}`;if(Z==="percent")return`${$}%`;if($>=1e6)return`${($/1e6).toFixed(1)}M`;if($>=1000)return`${($/1000).toFixed(1)}K`;return String($)}function x1($,Z,J){return(q,Q)=>{if(q===null||q===void 0)return"—";if(Q.tooltipFormat)return Z0(q,Q.tooltipFormat,$);let U=Q.yAxisId==="right"?J:Z;return l0(Number(q),U)}}function H2($,Z){let J=_("div","pf-chart pf-bar-chart"),q=b($.data,Z)??[],Q=$.series??[],U=$.height??300;if(q.length===0||Q.length===0)return J.textContent="No chart data",J;let Y=$.showYAxis!==!1,W=$.showGrid===!0,H=$.showYAxisRight===!0,X=$.showTooltip!==!1,E=$.xAxis,M=$.tooltipXKey,K=$.xAxisFormat,z=$.tooltipXFormat,N=Q.filter((R)=>R.yAxisId!=="right"),B=Q.filter((R)=>R.yAxisId==="right"),D=H&&B.length>0,O=N.length>0?Math.max(...q.flatMap((R)=>N.map((P)=>Number(R[P.dataKey]??0))),1):1,A=D?Math.max(...q.flatMap((R)=>B.map((P)=>Number(R[P.dataKey]??0))),1):1,I=400,L=b1(I,U,Y,D),T=O0(I,U,"Bar");if(Y)h1(T,L,O,W,$.yAxisFormat);if(D)v1(T,L,A,$.yAxisRightFormat);u1(T,L);let C=L.plotWidth/q.length,i=C/(Q.length+1);for(let R=0;R<q.length;R++)for(let P=0;P<Q.length;P++){let f=Q[P],p=q[R][f.dataKey];if(p===null||p===void 0)continue;let m=f.yAxisId==="right"?A:O,c=Number(p),l=Math.max(0,c/m*L.plotHeight),a=L.plotLeft+R*C+P*i+i/2,V=document.createElementNS("http://www.w3.org/2000/svg","rect");V.setAttribute("x",String(a)),V.setAttribute("y",String(L.plotBottom-l)),V.setAttribute("width",String(i*0.8)),V.setAttribute("height",String(l)),V.setAttribute("fill",f.color??s[P%s.length]),V.setAttribute("rx","2"),T.appendChild(V)}if(E){let R=K?(P)=>Z0(P,K,Z):void 0;g1(T,q,E,(P)=>{return L.plotLeft+P*C+C/2},L.plotBottom,R)}if(X){let R=j0(J,T),P=x1(Z,$.yAxisFormat,$.yAxisRightFormat);S1(R,T,q,Q,L,M??E,P,z?(p)=>Z0(p,z,Z):void 0)}return d0(J,Q,$.showLegend),J.appendChild(T),J}function C1($,Z){let J=_("div",`pf-chart pf-${$.type.toLowerCase()}-chart`),q=b($.data,Z)??[],Q=$.series??[],U=$.height??300;if(q.length===0||Q.length===0)return J.textContent="No chart data",J;let Y=$.showYAxis!==!1,W=$.showGrid===!0,H=$.showYAxisRight===!0,X=$.showTooltip!==!1,E=$.xAxis,M=$.tooltipXKey,K=$.xAxisFormat,z=$.tooltipXFormat,N=Q.filter((P)=>P.yAxisId!=="right"),B=Q.filter((P)=>P.yAxisId==="right"),D=H&&B.length>0,O=N.length>0?Math.max(...q.flatMap((P)=>N.map((f)=>Number(P[f.dataKey]??0))),1):1,A=D?Math.max(...q.flatMap((P)=>B.map((f)=>Number(P[f.dataKey]??0))),1):1,I=400,L=b1(I,U,Y,D),T=O0(I,U,$.type==="AreaChart"?"Area":"Line"),C=$.type==="AreaChart";if(Y)h1(T,L,O,W,$.yAxisFormat);if(D)v1(T,L,A,$.yAxisRightFormat);u1(T,L);let i=[];for(let P=0;P<Q.length;P++){let f=Q[P],p=f.yAxisId==="right",n=p?A:O,m=f.color??s[P%s.length],c=q.map((V,S)=>{let h=V[f.dataKey],t=h===null||h===void 0,W0=q.length===1?(L.plotLeft+L.plotRight)/2:L.plotLeft+S/(q.length-1)*L.plotWidth,Z4=t?L.plotBottom:L.plotBottom-Number(h)/n*L.plotHeight;return{x:W0,y:Z4,isNull:t}});if(C){let V=[],S=()=>{if(V.length<2){V=[];return}let h=`M ${V[0].x},${L.plotBottom} `+V.map((W0)=>`L ${W0.x},${W0.y}`).join(" ")+` L ${V[V.length-1].x},${L.plotBottom} Z`,t=document.createElementNS("http://www.w3.org/2000/svg","path");t.setAttribute("d",h),t.setAttribute("fill",m),t.setAttribute("opacity","0.15"),T.appendChild(t),V=[]};for(let h of c){if(h.isNull){S();continue}V.push(h)}S()}let l="";for(let V of c){if(V.isNull)continue;let S=c.indexOf(V),h=S===0||c[S-1].isNull;l+=`${h?"M":"L"} ${V.x},${V.y} `}if(l){let V=document.createElementNS("http://www.w3.org/2000/svg","path");if(V.setAttribute("d",l.trim()),V.setAttribute("fill","none"),V.setAttribute("stroke",m),V.setAttribute("stroke-width","2"),p)V.setAttribute("stroke-dasharray","6 3");T.appendChild(V)}let a=[];for(let V of c){let S=document.createElementNS("http://www.w3.org/2000/svg","circle");if(S.setAttribute("cx",String(V.x)),S.setAttribute("cy",String(V.y)),S.setAttribute("r","4"),S.setAttribute("fill",m),S.setAttribute("class","pf-data-dot"),S.setAttribute("data-visible","false"),S.style.pointerEvents="none",V.isNull)S.style.display="none";T.appendChild(S),a.push(S)}i.push(a)}let R=document.createElementNS("http://www.w3.org/2000/svg","line");if(R.setAttribute("class","pf-crosshair"),R.setAttribute("x1",String(L.plotLeft)),R.setAttribute("x2",String(L.plotLeft)),R.setAttribute("y1",String(L.plotTop)),R.setAttribute("y2",String(L.plotBottom)),R.setAttribute("stroke",U0),R.setAttribute("stroke-width","1"),R.setAttribute("stroke-dasharray","3 3"),R.setAttribute("opacity","0"),T.appendChild(R),E){let P=K?(f)=>Z0(f,K,Z):void 0;g1(T,q,E,(f)=>{return q.length===1?(L.plotLeft+L.plotRight)/2:L.plotLeft+f/(q.length-1)*L.plotWidth},L.plotBottom,P)}if(X){let P=j0(J,T),f=x1(Z,$.yAxisFormat,$.yAxisRightFormat);w1(P,T,q,Q,L,M??E,f,R,i,z?(n)=>Z0(n,z,Z):void 0)}return d0(J,Q,$.showLegend),J.appendChild(T),J}function M2($,Z){let J=_("div","pf-chart pf-pie-chart"),q=b($.data,Z)??[],Q=$.series??[],U=$.height??300,Y=Math.min(U,300),W=$.showTooltip!==!1;if(q.length===0||Q.length===0)return J.textContent="No chart data",J;let H=O0(Y,Y,"Pie"),X=Y/2,E=Y/2,M=Y/2-10,K=Q[0].dataKey,z=$.xAxis,N=$.tooltipXKey,B=$.tooltipXFormat,D=q.map((L)=>Number(L[K]??0)),O=D.reduce((L,T)=>L+T,0);if(O===0)return J.textContent="No chart data",J.appendChild(H),J;let A=W?j0(J,H):void 0,I=-Math.PI/2;for(let L=0;L<D.length;L++){let T=D[L]/O*2*Math.PI,C=I+T,i=T>Math.PI?1:0,R=X+M*Math.cos(I),P=E+M*Math.sin(I),f=X+M*Math.cos(C),p=E+M*Math.sin(C),n=s[L%s.length],m=document.createElementNS("http://www.w3.org/2000/svg","path");if(m.setAttribute("d",`M ${X},${E} L ${R},${P} A ${M},${M} 0 ${i} 1 ${f},${p} Z`),m.setAttribute("fill",n),m.style.cursor="default",A){let c=N??z,l=c?q[L][c]:void 0,a=l!=null?B?Z0(l,B,Z):String(l):`Slice ${L+1}`,V=`${(D[L]/O*100).toFixed(1)}%`,S=I+T/2,h=X+M*0.6*Math.cos(S);m.addEventListener("mouseenter",()=>{Q0(A,h,E,a,[{label:Q[0].label??K,value:`${D[L]} (${V})`,color:n}])}),m.addEventListener("mouseleave",()=>{A.tooltip.classList.remove("pf-visible")}),m.addEventListener("touchstart",()=>{Q0(A,h,E,a,[{label:Q[0].label??K,value:`${D[L]} (${V})`,color:n}])},{passive:!0}),m.addEventListener("touchend",()=>{A.tooltip.classList.remove("pf-visible")},{passive:!0})}H.appendChild(m),I=C}return d0(J,Q,$.showLegend),J.appendChild(H),J}function p0($,Z){let J=_("div",`pf-chart pf-${$.type.toLowerCase()}`);return J.textContent=`${$.type} — not yet supported in renderer`,J.style.padding="24px",J.style.textAlign="center",J}function O0($,Z,J){let q=document.createElementNS("http://www.w3.org/2000/svg","svg");if(q.setAttribute("width","100%"),q.setAttribute("height",String(Z)),q.setAttribute("viewBox",`0 0 ${$} ${Z}`),q.setAttribute("role","img"),J)q.setAttribute("aria-label",`${J} chart`);return q.style.overflow="visible",q}function d0($,Z,J){if(J===!1||Z.length<=1)return;let q=_("div","pf-chart-legend");q.style.display="flex",q.style.gap="12px",q.style.fontSize="12px",q.style.marginBottom="8px";for(let Q=0;Q<Z.length;Q++){let U=_("div","pf-chart-legend-item");U.style.display="flex",U.style.alignItems="center",U.style.gap="4px";let Y=_("span");Y.style.width="8px",Y.style.height="8px",Y.style.borderRadius="50%",Y.style.backgroundColor=Z[Q].color??s[Q%s.length];let W=_("span");W.textContent=Z[Q].label??Z[Q].dataKey,U.appendChild(Y),U.appendChild(W),q.appendChild(U)}$.appendChild(q)}function G2($,Z){let J=_("div","pf-chart pf-histogram"),q=b($.data,Z);if(!q||q.length===0)return J.textContent="No data",J;let Q=q,U=$.bins??10,Y=$.height??200,W=$.color??s[0],H=Math.min(...Q),E=(Math.max(...Q)-H)/U||1,M=Array(U).fill(0);for(let O of Q){let A=Math.min(Math.floor((O-H)/E),U-1);M[A]++}let K=Math.max(...M),z=300,N=Y,B=z/U,D=O0(z,N,"Histogram");for(let O=0;O<U;O++){let A=K>0?M[O]/K*N:0,I=document.createElementNS("http://www.w3.org/2000/svg","rect");I.setAttribute("x",String(O*B)),I.setAttribute("y",String(N-A)),I.setAttribute("width",String(B-1)),I.setAttribute("height",String(A)),I.setAttribute("fill",W),D.appendChild(I)}return J.appendChild(D),J}function p1(){G("Table",X2),G("TableHead",s0("thead")),G("TableBody",s0("tbody")),G("TableFooter",s0("tfoot")),G("TableRow",_2),G("TableHeader",N2),G("TableCell",E2),G("TableCaption",K2),G("ExpandableRow",B2)}function X2($,Z){let J=document.createElement("table");return J.className="pf-table",J.style.width="100%",J.style.borderCollapse="collapse",j($,J,Z),J}function s0($){return(Z,J)=>{let q=document.createElement($);return q.className=`pf-${$}`,j(Z,q,J),q}}function _2($,Z){let J=document.createElement("tr");return J.className="pf-table-row",j($,J,Z),J}function N2($,Z){let J=document.createElement("th");return J.className="pf-table-header",J.style.textAlign="left",J.style.padding="8px 12px",J.style.fontWeight="600",J.textContent=F($.content,Z),J}function E2($,Z){let J=document.createElement("td");if(J.className="pf-table-cell",J.style.padding="8px 12px",$.colSpan!=null)J.colSpan=$.colSpan;if($.rowSpan!=null)J.rowSpan=$.rowSpan;return j($,J,Z),J}function K2($,Z){let J=document.createElement("caption");return J.className="pf-table-caption",J.style.padding="8px",J.style.fontSize="14px",J.textContent=F($.content,Z),J}function B2($,Z){let J=_("div","pf-expandable-row"),q=_("div","pf-expandable-row-summary");q.style.cursor="pointer",q.style.display="flex",q.style.alignItems="center",q.style.gap="8px";let Q=_("span","pf-expandable-arrow");Q.textContent="▶",Q.style.transition="transform 0.2s",Q.style.fontSize="10px",q.appendChild(Q);let U=$.summary;if(U)for(let H of U)q.appendChild(w(H,Z));let Y=_("div","pf-expandable-row-detail");Y.style.display="none",Y.style.paddingLeft="24px",j($,Y,Z);let W=!1;return q.addEventListener("click",()=>{W=!W,Y.style.display=W?"block":"none",Q.style.transform=W?"rotate(90deg)":""}),J.appendChild(q),J.appendChild(Y),J}var c1=!1;function T0(){if(c1)return;c1=!0,X1(),K1(),z1(),D1(),j1(),O1(),T1(),I1(),R1(),f1(),y1(),p1()}function l1($){return $.replace(/[^a-zA-Z0-9_-]/g,"")}function d1($){return $.replace(/[{}<>;]/g,"").replace(/\b(url|expression)\s*\(/gi,"")}function r1($,Z){if(!Z)return;if(Z.light)for(let[J,q]of Object.entries(Z.light))$.style.setProperty(`--${l1(J)}`,d1(q));if(Z.dark){let q=document.getElementById("prefab-dark-theme");if(!q)q=document.createElement("style"),q.id="prefab-dark-theme",document.head.appendChild(q);let Q=Object.entries(Z.dark).map(([U,Y])=>` --${l1(U)}: ${d1(Y)};`).join(`
7
7
  `);q.textContent=`[data-theme="dark"] {
8
- ${U}
8
+ ${Q}
9
9
  }
10
10
  @media (prefers-color-scheme: dark) {
11
11
  :root:not([data-theme="light"]) {
12
- ${U}
12
+ ${Q}
13
13
  }
14
- }`}}function u1($,J){if(!$||typeof document>"u")return;let Z=(q)=>{for(let[U,Q]of Object.entries($))if(t8(U,q))q.preventDefault(),J(Q)};return document.addEventListener("keydown",Z),()=>document.removeEventListener("keydown",Z)}function t8($,J){let Z=$.toLowerCase().split("+").map((Q)=>Q.trim()),q=Z[Z.length-1],U=new Set(Z.slice(0,-1));if(U.has("ctrl")!==(J.ctrlKey||J.metaKey))return!1;if(U.has("shift")!==J.shiftKey)return!1;if(U.has("alt")!==J.altKey)return!1;return J.key.toLowerCase()===q}var m1='<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z"/></svg>',v1='<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M21.752 15.002A9.72 9.72 0 0 1 18 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 0 0 3 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 0 0 9.002-5.998Z"/></svg>',h1={"top-right":"top: 8px; right: 8px;","top-left":"top: 8px; left: 8px;","bottom-right":"bottom: 8px; right: 8px;","bottom-left":"bottom: 8px; left: 8px;"};function e8($,J){try{let q=localStorage.getItem(J);if(q==="light"||q==="dark")return q}catch{}let Z=$.getAttribute("data-theme")??document.documentElement.getAttribute("data-theme");if(Z==="light"||Z==="dark")return Z;if(typeof window<"u"&&window.matchMedia("(prefers-color-scheme: light)").matches)return"light";return"dark"}function u0($,J){if(typeof document>"u")return()=>{};let Z=J?.position??"top-right",q=J?.storageKey??"prefab-theme",U=J?.syncDocument??!0,Q=getComputedStyle($).position;if(Q==="static"||Q==="")$.style.position="relative";let Y=document.createElement("button");Y.className="pf-theme-toggle",Y.setAttribute("aria-label","Toggle theme"),Y.setAttribute("title","Toggle light/dark"),Object.assign(Y.style,{position:"absolute",zIndex:"100",width:"28px",height:"28px",border:"1px solid var(--border, #e5e7eb)",borderRadius:"6px",background:"var(--card, rgba(255,255,255,0.8))",color:"var(--foreground, #333)",cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center",padding:"0",opacity:"0.7",transition:"opacity 0.15s, border-color 0.15s"});let W=h1[Z]??h1["top-right"];for(let B of W.split(";")){let[E,F]=B.split(":").map((N)=>N.trim());if(E&&F)Y.style.setProperty(E,F)}Y.addEventListener("mouseenter",()=>{Y.style.opacity="1"}),Y.addEventListener("mouseleave",()=>{Y.style.opacity="0.7"});function H(B){if($.setAttribute("data-theme",B),U)document.documentElement.setAttribute("data-theme",B);Y.innerHTML=B==="dark"?v1:m1;try{localStorage.setItem(q,B)}catch{}}let X=e8($,q);H(X),Y.addEventListener("click",()=>{let B=$.getAttribute("data-theme")??"dark";H(B==="dark"?"light":"dark")}),$.appendChild(Y);let G;if(U)G=new MutationObserver((B)=>{for(let E of B)if(E.type==="attributes"&&E.attributeName==="data-theme"){let F=document.documentElement.getAttribute("data-theme");if((F==="light"||F==="dark")&&F!==$.getAttribute("data-theme")){$.setAttribute("data-theme",F),Y.innerHTML=F==="dark"?v1:m1;try{localStorage.setItem(q,F)}catch{}}}}),G.observe(document.documentElement,{attributes:!0,attributeFilter:["data-theme"]});return()=>{G?.disconnect(),Y.remove()}}function j0($){let J=$?.baseUrl??(typeof window<"u"?window.location.origin:""),Z={"Content-Type":"application/json",...$?.headers},q=$?.fetch??globalThis.fetch.bind(globalThis);return{async callTool(U,Q){let Y=await q(`${J}/mcp/tools/call`,{method:"POST",headers:Z,body:JSON.stringify({jsonrpc:"2.0",method:"tools/call",params:{name:U,arguments:Q}})});if(!Y.ok)throw Error(`MCP tool call failed: ${Y.status} ${Y.statusText}`);let W=await Y.json();if(W.error)throw Error(W.error.message??"MCP tool call returned error");let H=W.result?.content??W.content??[];for(let X of H)if(X.type==="text"&&X.text!==void 0){try{let G=JSON.parse(X.text);if(typeof G==="object"&&G!==null&&"$prefab"in G)return G;return G}catch{}return X.text}return W.result??W},async sendMessage(U){await q(`${J}/mcp/messages`,{method:"POST",headers:Z,body:JSON.stringify({message:U})})}}}function P0(){return{callTool($){return console.warn(`[prefab] No MCP transport: callTool('${$}') ignored`),Promise.resolve(null)},sendMessage($){return console.warn("[prefab] No MCP transport: sendMessage ignored",$),Promise.resolve()}}}function $2($){return $!==null&&typeof $==="object"&&$.jsonrpc==="2.0"}class Q0{hostOrigin;listeners=new Map;protocol="prefab";cleanup;pending=new Map;callIdCounter=0;rpcPending=new Map;rpcIdCounter=0;sentRpcIds=new Set;postFn;constructor($="*"){this.hostOrigin=$}connect(){if(typeof window>"u")return;let $=q2();if($)this.postFn=(Z)=>$.postMessage(Z);let J=(Z)=>{if(this.hostOrigin!=="*"&&Z.origin!==this.hostOrigin)return;let q=Z.data;if($2(q)){this.handleJsonRpc(q);return}let U=q;if(!U?.type.startsWith("prefab:"))return;if(U.type==="prefab:tool-call-response"&&U.id){let Y=this.pending.get(U.id);if(Y){if(this.pending.delete(U.id),U.payload?.error!=null)Y.reject(Error(U.payload.error));else Y.resolve(U.payload?.result);return}}let Q=this.listeners.get(U.type);if(Q)for(let Y of Q)Y(U.payload??{})};window.addEventListener("message",J),this.cleanup=()=>window.removeEventListener("message",J)}async initialize($){try{return await Promise.any([this.initPrefab($),this.initJsonRpc($)])}catch(J){let Z=J instanceof AggregateError?J.errors.map((q)=>q.message).join("; "):String(J);throw Error(`Bridge init failed — no host responded. Tried: ${Z}`,{cause:J})}}createTransport(){if(this.protocol==="jsonrpc")return this.createJsonRpcTransport();return this.createPrefabTransport()}requestMode($){if(this.protocol==="jsonrpc")this.sendRpcRequest("ui/request-display-mode",{mode:$});else this.sendPrefab("prefab:request-mode",{mode:$})}openLink($,J){if(this.protocol==="jsonrpc")this.sendRpcRequest("ui/open-link",{url:$,target:J});else this.sendPrefab("prefab:open-link",{url:$,target:J})}updateContext($){if(this.protocol==="jsonrpc")this.sendRpcRequest("ui/update-model-context",{structuredContent:$});else this.sendPrefab("prefab:update-context",{context:$})}setupAutoResize($){if(typeof ResizeObserver>"u")return J2;let J=-1,Z=-1,q=(Y,W)=>{if(Y===J&&W===Z)return;if(J=Y,Z=W,this.protocol==="jsonrpc")this.sendRpcNotification("ui/notifications/size-changed",{width:Y,height:W});else this.sendPrefab("prefab:size-changed",{width:Y,height:W})},U=new ResizeObserver((Y)=>{for(let W of Y)if(W.borderBoxSize.length){let H=W.borderBoxSize[0];q(Math.ceil(H.inlineSize),Math.ceil(H.blockSize))}else{let H=W.target.getBoundingClientRect();q(Math.ceil(H.width),Math.ceil(H.height))}});U.observe($);let Q=$.getBoundingClientRect();return q(Math.ceil(Q.width),Math.ceil(Q.height)),()=>U.disconnect()}notifyPreferredSize($){if(this.protocol==="jsonrpc")this.sendRpcNotification("ui/notifications/preferred-size",$);else this.sendPrefab("prefab:preferred-size",$)}on($,J){if(!this.listeners.has($))this.listeners.set($,new Set);let Z=this.listeners.get($);if(Z)Z.add(J)}off($,J){this.listeners.get($)?.delete(J)}disconnect(){this.cleanup?.(),this.listeners.clear();for(let[,$]of this.pending)$.reject(Error("Bridge disconnected"));this.pending.clear();for(let[,$]of this.rpcPending)$.reject(Error("Bridge disconnected"));this.rpcPending.clear(),this.sentRpcIds.clear()}get activeProtocol(){return this.protocol}initPrefab($){return new Promise((J,Z)=>{let q=!1,U=(Q)=>{if(q)return;q=!0,this.off("prefab:init-response",U),this.protocol="prefab",J(Q)};this.on("prefab:init-response",U),this.sendPrefab("prefab:init",{capabilities:$}),setTimeout(()=>{if(!q)q=!0,this.off("prefab:init-response",U),Z(Error("prefab:init timeout"))},2000)})}createPrefabTransport(){return{callTool:($,J)=>{let Z=`tc-${++this.callIdCounter}`;return new Promise((q,U)=>{this.pending.set(Z,{resolve:q,reject:U}),this.sendPrefab("prefab:tool-call",{tool:$,arguments:J},Z),setTimeout(()=>{if(this.pending.has(Z))this.pending.delete(Z),U(Error(`Tool call '${$}' timed out`))},30000)})},sendMessage:($)=>{return this.sendPrefab("prefab:send-message",{message:$}),Promise.resolve()}}}sendPrefab($,J,Z){if(typeof window>"u")return;let q=window.parent!==window?window.parent:window,U={type:$,payload:J,id:Z};q.postMessage(U,this.hostOrigin)}handleJsonRpc($){if(!("method"in $)){let q=this.rpcPending.get($.id);if(q)if(this.rpcPending.delete($.id),$.error)q.reject(Error($.error.message));else q.resolve($.result);return}let J=$.method,Z=$.params??{};if($.id!=null&&this.sentRpcIds.delete($.id))return;if($.id!=null)this.postJsonRpc({jsonrpc:"2.0",id:$.id,result:{}});switch(J){case"ui/notifications/tool-input":this.dispatch("prefab:tool-input",{args:Z.arguments??Z});break;case"ui/notifications/tool-input-partial":this.dispatch("prefab:tool-input-partial",{args:Z.arguments??Z});break;case"ui/notifications/tool-result":this.dispatch("prefab:tool-result",{result:Z});break;case"ui/notifications/tool-cancelled":this.dispatch("prefab:tool-cancelled",Z);break;case"ui/notifications/host-context-changed":{let q={};if(typeof Z.theme==="string")q.colorScheme=Z.theme;if(typeof Z.styles==="object"&&Z.styles!==null){let U=Z.styles;if(U.variables)q.variables=U.variables;if(typeof U.css?.fonts==="string")q.fontCss=U.css.fonts}this.dispatch("prefab:theme-update",q);break}case"ui/resource-teardown":this.dispatch("prefab:teardown",Z);break}}initJsonRpc($){return new Promise((J,Z)=>{let q=++this.rpcIdCounter,U=!1;this.rpcPending.set(q,{resolve:(Q)=>{if(U)return;U=!0,this.protocol="jsonrpc";let Y=Q??{},W=Y.hostInfo??{},H=Y.hostContext??{},X=Y.hostCapabilities??{},G;if(typeof H.theme==="string"||typeof H.styles==="object"){if(G={},typeof H.theme==="string")G.colorScheme=H.theme;if(typeof H.styles==="object"&&H.styles!==null){let B=H.styles;if(B.variables)G.variables=B.variables;if(typeof B.css?.fonts==="string")G.fontCss=B.css.fonts}}this.postJsonRpc({jsonrpc:"2.0",method:"ui/notifications/initialized",params:{}}),J({hostName:W.name,hostVersion:W.version,capabilities:{toast:!0,navigation:X.openLinks!=null,messaging:!0,displayModes:H.availableDisplayModes??[]},theme:G,toolInput:void 0,meta:H})},reject:(Q)=>{if(U)return;U=!0,Z(Q)}}),this.postJsonRpc({jsonrpc:"2.0",id:q,method:"ui/initialize",params:{protocolVersion:"2026-01-26",appInfo:{name:"prefab",version:"0.2"},appCapabilities:{...$.displayModes&&{availableDisplayModes:$.displayModes}}}}),setTimeout(()=>{if(!U)U=!0,this.rpcPending.delete(q),Z(Error("ui/initialize timeout"))},2000)})}createJsonRpcTransport(){return{callTool:($,J)=>{return this.sendRpcRequest("tools/call",{name:$,arguments:J})},sendMessage:($)=>{return this.sendRpcRequest("ui/message",{role:"user",content:{type:"text",text:$}})}}}sendRpcRequest($,J){let Z=++this.rpcIdCounter;return new Promise((q,U)=>{this.rpcPending.set(Z,{resolve:q,reject:U}),this.postJsonRpc({jsonrpc:"2.0",id:Z,method:$,params:J}),setTimeout(()=>{if(this.rpcPending.has(Z))this.rpcPending.delete(Z),U(Error(`JSON-RPC '${$}' timed out`))},30000)})}sendRpcNotification($,J){this.postJsonRpc({jsonrpc:"2.0",method:$,params:J})}postJsonRpc($){if(typeof window>"u")return;if($.id!=null&&typeof $.method==="string")this.sentRpcIds.add($.id);if(this.postFn)this.postFn($);else(window.parent!==window?window.parent:window).postMessage($,this.hostOrigin)}dispatch($,J){let Z=this.listeners.get($);if(Z)for(let q of Z)q(J)}}var J2=()=>{};function x0($,J){if(J.variables)for(let[Z,q]of Object.entries(J.variables))$.style.setProperty(Z.startsWith("--")?Z:`--${Z}`,q);if(J.colorScheme&&J.colorScheme!=="auto")$.setAttribute("data-theme",J.colorScheme);if(J.fontCss)Z2(J.fontCss)}function Z2($){if(document.getElementById("__prefab-host-fonts"))return;let Z=document.createElement("style");Z.id="__prefab-host-fonts",Z.textContent=$,document.head.appendChild(Z)}function V0(){if(typeof window>"u")return!1;try{return window.self!==window.top}catch{return!0}}function q2(){if(typeof window>"u")return;let $=window;if(typeof $.acquireVsCodeApi==="function")try{let J=$.acquireVsCodeApi();if(J!==null&&typeof J==="object"&&"postMessage"in J)return J}catch{return}return}var g={mount($,J,Z){L0();let q=[];if(J.pipes)for(let[N,z]of Object.entries(J.pipes))Q2(N,z,q);let U=new J0(J.state),Q;if(Z?.transport&&"callTool"in Z.transport)Q=Z.transport;else if(Z?.transport)Q=j0(Z.transport);else Q=P0();let Y=Z?.onToast??Y2,W=new S0,H={store:U,scope:{},transport:Q,rerender:()=>F(),onToast:Y,defs:J.defs,destroyRegistry:W};if(g1($,J.theme),J.layout){if(J.layout.preferredHeight!=null)$.style.height=`${J.layout.preferredHeight}px`;if(J.layout.minHeight!=null)$.style.minHeight=`${J.layout.minHeight}px`;if(J.layout.maxHeight!=null)$.style.maxHeight=`${J.layout.maxHeight}px`,$.style.overflow="auto"}let X=[];if(J.stylesheets)for(let N of J.stylesheets){let z=document.createElement("style");z.textContent=N,z.dataset.prefab="injected",document.head.appendChild(z),X.push(z)}let G;if(J.keyBindings)G=u1(J.keyBindings,async(N)=>{await k(N,{store:U,transport:Q,scope:{},rerender:()=>F(),onToast:Y})});let B,E=Z?.themeToggle??!0;if(E!==!1)B=u0($,typeof E==="object"?E:void 0);function F(){W.flush();let N=$.querySelector(".pf-theme-toggle");$.innerHTML="";let z=w(J.view,H);if($.appendChild(z),N)$.appendChild(N)}return F(),{rerender:()=>F(),update(N){U.merge(N.update.state),F()},store:U,destroy(){W.flush(),B?.(),G?.(),a0();for(let N of X)N.remove();for(let N of q)I0(N);$.innerHTML=""}}},isPrefabData($){return $!=null&&typeof $==="object"&&"$prefab"in $},isPrefabUpdate($){return $!=null&&typeof $==="object"&&"$prefab"in $&&"update"in $}},U2=new Set(["find","dot","length","upper","lower","truncate","join","first","last","abs","round","number","currency","percent","compact","date","time","datetime","pluralize","default","selectattr","rejectattr"]);function Q2($,J,Z){if(U2.has($)){console.warn(`[prefab] wire pipe "${$}" ignored — shadows built-in`);return}try{let q=Function("return ("+J+")")();if(typeof q!=="function"){console.warn(`[prefab] wire pipe "${$}" — source did not evaluate to a function`);return}T0($,q),Z.push($)}catch(q){console.warn(`[prefab] wire pipe "${$}" — failed to hydrate:`,q)}}function Y2($){if(typeof document>"u")return;let J=W2(),Z=document.createElement("div"),q=$.variant??"default";Z.className=`pf-toast${q!=="default"?` pf-toast--${q}`:""}`,Z.setAttribute("data-variant",q),Z.style.marginBottom="8px",Z.style.transition="opacity 0.3s ease";let U=document.createElement("div");if(U.textContent=$.message,U.style.fontWeight="500",Z.appendChild(U),$.description){let Y=document.createElement("div");Y.textContent=$.description,Y.style.fontSize="14px",Y.style.color="var(--muted-foreground, #6b7280)",Z.appendChild(Y)}J.appendChild(Z);let Q=$.duration??4000;setTimeout(()=>{Z.style.opacity="0",setTimeout(()=>Z.remove(),300)},Q)}function W2(){let J=document.getElementById("prefab-toast-container");if(!J)J=document.createElement("div"),J.id="prefab-toast-container",J.style.position="fixed",J.style.bottom="16px",J.style.right="16px",J.style.zIndex="9999",J.style.maxWidth="400px",document.body.appendChild(J);return J}if(typeof window<"u"){let $=window;$.PrefabRenderer=g,$.prefab={app:O0,mount:g.mount.bind(g),isPrefabData:g.isPrefabData.bind(g),isPrefabUpdate:g.isPrefabUpdate.bind(g),Bridge:Q0,isIframe:V0,registerPipe:T0,unregisterPipe:I0,listPipes:s0,registerComponent:M,createThemeToggle:u0};let J=$.__PREFAB_DATA__;if(J!=null){let Z=document.getElementById("prefab-root");if(Z)g.mount(Z,J)}}async function O0($){L0();let J=$?.mode??"auto",Z=J==="bridge"||J==="auto"&&V0(),q,U,Q={capabilities:{}};if(Z)U=new Q0($?.hostOrigin),U.connect(),Q=await U.initialize($?.capabilities??{toolInput:!0}),q=U.createTransport();else if($?.transport)q=j0($.transport);else q=P0();if(Q.theme&&typeof document<"u")x0(document.documentElement,Q.theme);if(typeof document<"u"&&!U)M2();let Y,W,H,X,G=Q.toolInput,B;if(U)U.on("prefab:tool-input",(N)=>{let z=N.args??N;if(Y)Y(z);else G=z}),U.on("prefab:tool-result",(N)=>{let z=N.result??N;if(W)W(z);else B=z}),U.on("prefab:tool-cancelled",()=>{H?.()}),U.on("prefab:tool-input-partial",(N)=>{X?.(N.args??N)}),U.on("prefab:theme-update",(N)=>{if(typeof document<"u")x0(document.documentElement,N)});function E(N,...z){let L=p0(N),O=new J0,A={store:O,scope:{},transport:q,rerender:()=>R(),onToast:void 0};function R(){L.innerHTML="";for(let D of z)L.appendChild(w(D,A))}return R(),{rerender:R,store:O,destroy:()=>{L.innerHTML=""}}}return{callTool:(N,z={})=>q.callTool(N,z),sendMessage:(N)=>q.sendMessage(N),onToolInput:(N)=>{if(Y=N,G){let z=G;G=void 0,queueMicrotask(()=>N(z))}},onToolResult:(N)=>{if(W=N,B!==void 0){let z=B;B=void 0,queueMicrotask(()=>N(z))}},onToolCancelled:(N)=>{H=N},onToolInputPartial:(N)=>{X=N},render:E,mount:(N,z,L)=>{let O=p0(N);return g.mount(O,z,{transport:q,...L})},requestMode:(N)=>U?.requestMode(N),openLink:(N,z)=>{if(U)U.openLink(N,z);else if(typeof window<"u")window.open(N,z??"_blank")},updateContext:(N)=>{if(U)U.updateContext(N)},setupAutoResize:(N)=>{if(!U)return H2;let z=typeof N==="string"?p0(N):N;return U.setupAutoResize(z)},notifyPreferredSize:(N)=>{if(U)U.notifyPreferredSize(N)},host:Q,capabilities:Q.capabilities,theme:Q.theme,transport:q,destroy:()=>U?.disconnect()}}var H2=()=>{};function p0($){if(typeof $==="string"){if(typeof document>"u")throw Error("Cannot resolve selector outside browser");let J=document.querySelector($);if(!J)throw Error(`Element not found: ${$}`);return J}return $}function M2(){function $(){let Z=document.body.getAttribute("data-vscode-theme-kind");if(!Z)return;let q=Z.includes("light")?"light":"dark";document.documentElement.setAttribute("data-theme",q)}$(),new MutationObserver($).observe(document.body,{attributes:!0,attributeFilter:["data-vscode-theme-kind"]})}var x1="#root";function c0($){return g.isPrefabData($)}function p1($){return g.isPrefabUpdate($)}function c1($){if(c0($))return $;if($!==null&&typeof $==="object"){let J=$;if(c0(J.structuredContent))return J.structuredContent;if(Array.isArray(J.content))for(let Z of J.content){let q=Z;if(q.type==="text"&&typeof q.text==="string")try{let U=JSON.parse(q.text);if(c0(U))return U}catch{}}}return null}async function l1(){let $=document.querySelector(x1);if(!$){console.error(`[prefab:auto] Mount target "${x1}" not found`);return}let J=$,Z=await O0();Z.setupAutoResize(J);let q;function U(Q){if(q)q.destroy();if(q=Z.mount(J,Q),Q.layout)Z.notifyPreferredSize(Q.layout)}Z.onToolResult((Q)=>{let Y=c1(Q);if(Y)U(Y);else if(p1(Q)&&q)q.update(Q)}),Z.onToolInput((Q)=>{let Y=c1(Q);if(Y)U(Y);else if(p1(Q)&&q)q.update(Q)})}function B2(){if(document.readyState==="loading")document.addEventListener("DOMContentLoaded",()=>{l1().catch(($)=>{console.error("[prefab:auto] Boot failed:",$)})},{once:!0});else queueMicrotask(()=>{l1().catch(($)=>{console.error("[prefab:auto] Boot failed:",$)})})}B2();})();
14
+ }`}}function o1($,Z){if(!$||typeof document>"u")return;let J=(q)=>{for(let[Q,U]of Object.entries($))if(F2(Q,q))q.preventDefault(),Z(U)};return document.addEventListener("keydown",J),()=>document.removeEventListener("keydown",J)}function F2($,Z){let J=$.toLowerCase().split("+").map((U)=>U.trim()),q=J[J.length-1],Q=new Set(J.slice(0,-1));if(Q.has("ctrl")!==(Z.ctrlKey||Z.metaKey))return!1;if(Q.has("shift")!==Z.shiftKey)return!1;if(Q.has("alt")!==Z.altKey)return!1;return Z.key.toLowerCase()===q}var s1='<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z"/></svg>',i1='<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M21.752 15.002A9.72 9.72 0 0 1 18 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 0 0 3 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 0 0 9.002-5.998Z"/></svg>',n1={"top-right":"top: 8px; right: 8px;","top-left":"top: 8px; left: 8px;","bottom-right":"bottom: 8px; right: 8px;","bottom-left":"bottom: 8px; left: 8px;"};function z2($,Z){try{let q=localStorage.getItem(Z);if(q==="light"||q==="dark")return q}catch{}let J=$.getAttribute("data-theme")??document.documentElement.getAttribute("data-theme");if(J==="light"||J==="dark")return J;if(typeof window<"u"&&window.matchMedia("(prefers-color-scheme: light)").matches)return"light";return"dark"}function i0($,Z){if(typeof document>"u")return()=>{};let J=Z?.position??"top-right",q=Z?.storageKey??"prefab-theme",Q=Z?.syncDocument??!0,U=getComputedStyle($).position;if(U==="static"||U==="")$.style.position="relative";let Y=document.createElement("button");Y.className="pf-theme-toggle",Y.setAttribute("aria-label","Toggle theme"),Y.setAttribute("title","Toggle light/dark"),Object.assign(Y.style,{position:"absolute",zIndex:"100",width:"28px",height:"28px",border:"1px solid var(--border, #e5e7eb)",borderRadius:"6px",background:"var(--card, rgba(255,255,255,0.8))",color:"var(--foreground, #333)",cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center",padding:"0",opacity:"0.7",transition:"opacity 0.15s, border-color 0.15s"});let W=n1[J]??n1["top-right"];for(let M of W.split(";")){let[K,z]=M.split(":").map((N)=>N.trim());if(K&&z)Y.style.setProperty(K,z)}Y.addEventListener("mouseenter",()=>{Y.style.opacity="1"}),Y.addEventListener("mouseleave",()=>{Y.style.opacity="0.7"});function H(M){if($.setAttribute("data-theme",M),Q)document.documentElement.setAttribute("data-theme",M);Y.innerHTML=M==="dark"?i1:s1;try{localStorage.setItem(q,M)}catch{}}let X=z2($,q);H(X),Y.addEventListener("click",()=>{let M=$.getAttribute("data-theme")??"dark";H(M==="dark"?"light":"dark")}),$.appendChild(Y);let E;if(Q)E=new MutationObserver((M)=>{for(let K of M)if(K.type==="attributes"&&K.attributeName==="data-theme"){let z=document.documentElement.getAttribute("data-theme");if((z==="light"||z==="dark")&&z!==$.getAttribute("data-theme")){$.setAttribute("data-theme",z),Y.innerHTML=z==="dark"?i1:s1;try{localStorage.setItem(q,z)}catch{}}}}),E.observe(document.documentElement,{attributes:!0,attributeFilter:["data-theme"]});return()=>{E?.disconnect(),Y.remove()}}function V0($){let Z=$?.baseUrl??(typeof window<"u"?window.location.origin:""),J={"Content-Type":"application/json",...$?.headers},q=$?.fetch??globalThis.fetch.bind(globalThis);return{async callTool(Q,U){let Y=await q(`${Z}/mcp/tools/call`,{method:"POST",headers:J,body:JSON.stringify({jsonrpc:"2.0",method:"tools/call",params:{name:Q,arguments:U}})});if(!Y.ok)throw Error(`MCP tool call failed: ${Y.status} ${Y.statusText}`);let W=await Y.json();if(W.error)throw Error(W.error.message??"MCP tool call returned error");let H=W.result?.content??W.content??[];for(let X of H)if(X.type==="text"&&X.text!==void 0){try{let E=JSON.parse(X.text);if(typeof E==="object"&&E!==null&&"$prefab"in E)return E;return E}catch{}return X.text}return W.result??W},async sendMessage(Q){await q(`${Z}/mcp/messages`,{method:"POST",headers:J,body:JSON.stringify({message:Q})})}}}function P0(){return{callTool($){return console.warn(`[prefab] No MCP transport: callTool('${$}') ignored`),Promise.resolve(null)},sendMessage($){return console.warn("[prefab] No MCP transport: sendMessage ignored",$),Promise.resolve()}}}function D2($){return $!==null&&typeof $==="object"&&$.jsonrpc==="2.0"}class Y0{hostOrigin;listeners=new Map;protocol="prefab";cleanup;pending=new Map;callIdCounter=0;rpcPending=new Map;rpcIdCounter=0;sentRpcIds=new Set;postFn;_hostSupportsSubscriptions=!1;constructor($="*"){this.hostOrigin=$}connect(){if(typeof window>"u")return;let $=O2();if($)this.postFn=(J)=>$.postMessage(J);let Z=(J)=>{if(this.hostOrigin!=="*"&&J.origin!==this.hostOrigin)return;let q=J.data;if(D2(q)){this.handleJsonRpc(q);return}let Q=q;if(!Q?.type.startsWith("prefab:"))return;if(Q.type==="prefab:tool-call-response"&&Q.id){let Y=this.pending.get(Q.id);if(Y){if(this.pending.delete(Q.id),Q.payload?.error!=null)Y.reject(Error(Q.payload.error));else Y.resolve(Q.payload?.result);return}}let U=this.listeners.get(Q.type);if(U)for(let Y of U)Y(Q.payload??{})};window.addEventListener("message",Z),this.cleanup=()=>window.removeEventListener("message",Z)}async initialize($){try{return await Promise.any([this.initPrefab($),this.initJsonRpc($)])}catch(Z){let J=Z instanceof AggregateError?Z.errors.map((q)=>q.message).join("; "):String(Z);throw Error(`Bridge init failed — no host responded. Tried: ${J}`,{cause:Z})}}createTransport(){if(this.protocol==="jsonrpc")return this.createJsonRpcTransport();return this.createPrefabTransport()}requestMode($){if(this.protocol==="jsonrpc")this.sendRpcRequest("ui/request-display-mode",{mode:$});else this.sendPrefab("prefab:request-mode",{mode:$})}openLink($,Z){if(this.protocol==="jsonrpc")this.sendRpcRequest("ui/open-link",{url:$,target:Z});else this.sendPrefab("prefab:open-link",{url:$,target:Z})}updateContext($){if(this.protocol==="jsonrpc")this.sendRpcRequest("ui/update-model-context",{structuredContent:$});else this.sendPrefab("prefab:update-context",{context:$})}setupAutoResize($){if(typeof ResizeObserver>"u")return L2;let Z=-1,J=-1,q=(Y,W)=>{if(Y===Z&&W===J)return;if(Z=Y,J=W,this.protocol==="jsonrpc")this.sendRpcNotification("ui/notifications/size-changed",{width:Y,height:W});else this.sendPrefab("prefab:size-changed",{width:Y,height:W})},Q=new ResizeObserver((Y)=>{for(let W of Y)if(W.borderBoxSize.length){let H=W.borderBoxSize[0];q(Math.ceil(H.inlineSize),Math.ceil(H.blockSize))}else{let H=W.target.getBoundingClientRect();q(Math.ceil(H.width),Math.ceil(H.height))}});Q.observe($);let U=$.getBoundingClientRect();return q(Math.ceil(U.width),Math.ceil(U.height)),()=>Q.disconnect()}notifyPreferredSize($){if(this.protocol==="jsonrpc")this.sendRpcNotification("ui/notifications/preferred-size",$);else this.sendPrefab("prefab:preferred-size",$)}subscribe($,Z){let J=(q)=>{if(q.uri!==$)return;Z(q.contents??q.data??q)};if(this.protocol==="jsonrpc")this.on("prefab:resource-updated",J),this.sendRpcRequest("resources/subscribe",{uri:$});else this.on("prefab:resource-updated",J),this.sendPrefab("prefab:subscribe",{uri:$});return()=>{if(this.off("prefab:resource-updated",J),this.protocol==="jsonrpc")this.sendRpcRequest("resources/unsubscribe",{uri:$});else this.sendPrefab("prefab:unsubscribe",{uri:$})}}get supportsSubscriptions(){return this._hostSupportsSubscriptions}on($,Z){if(!this.listeners.has($))this.listeners.set($,new Set);let J=this.listeners.get($);if(J)J.add(Z)}off($,Z){this.listeners.get($)?.delete(Z)}disconnect(){this.cleanup?.(),this.listeners.clear();for(let[,$]of this.pending)$.reject(Error("Bridge disconnected"));this.pending.clear();for(let[,$]of this.rpcPending)$.reject(Error("Bridge disconnected"));this.rpcPending.clear(),this.sentRpcIds.clear()}get activeProtocol(){return this.protocol}initPrefab($){return new Promise((Z,J)=>{let q=!1,Q=(U)=>{if(q)return;q=!0,this.off("prefab:init-response",Q),this.protocol="prefab";let Y=U.capabilities;this._hostSupportsSubscriptions=Y?.subscriptions===!0,Z(U)};this.on("prefab:init-response",Q),this.sendPrefab("prefab:init",{capabilities:$}),setTimeout(()=>{if(!q)q=!0,this.off("prefab:init-response",Q),J(Error("prefab:init timeout"))},2000)})}createPrefabTransport(){return{callTool:($,Z)=>{let J=`tc-${++this.callIdCounter}`;return new Promise((q,Q)=>{this.pending.set(J,{resolve:q,reject:Q}),this.sendPrefab("prefab:tool-call",{tool:$,arguments:Z},J),setTimeout(()=>{if(this.pending.has(J))this.pending.delete(J),Q(Error(`Tool call '${$}' timed out`))},30000)})},sendMessage:($)=>{return this.sendPrefab("prefab:send-message",{message:$}),Promise.resolve()},subscribe:($,Z)=>{return this.subscribe($,Z)},capabilities:{subscriptions:this._hostSupportsSubscriptions}}}sendPrefab($,Z,J){if(typeof window>"u")return;let q=window.parent!==window?window.parent:window,Q={type:$,payload:Z,id:J};q.postMessage(Q,this.hostOrigin)}handleJsonRpc($){if(!("method"in $)){let q=this.rpcPending.get($.id);if(q)if(this.rpcPending.delete($.id),$.error)q.reject(Error($.error.message));else q.resolve($.result);return}let Z=$.method,J=$.params??{};if($.id!=null&&this.sentRpcIds.delete($.id))return;if($.id!=null)this.postJsonRpc({jsonrpc:"2.0",id:$.id,result:{}});switch(Z){case"ui/notifications/tool-input":this.dispatch("prefab:tool-input",{args:J.arguments??J});break;case"ui/notifications/tool-input-partial":this.dispatch("prefab:tool-input-partial",{args:J.arguments??J});break;case"ui/notifications/tool-result":this.dispatch("prefab:tool-result",{result:J});break;case"ui/notifications/tool-cancelled":this.dispatch("prefab:tool-cancelled",J);break;case"ui/notifications/host-context-changed":{let q={};if(typeof J.theme==="string")q.colorScheme=J.theme;if(typeof J.styles==="object"&&J.styles!==null){let Q=J.styles;if(Q.variables)q.variables=Q.variables;if(typeof Q.css?.fonts==="string")q.fontCss=Q.css.fonts}this.dispatch("prefab:theme-update",q);break}case"ui/resource-teardown":this.dispatch("prefab:teardown",J);break;case"ui/notifications/resource-updated":case"notifications/resources/updated":this.dispatch("prefab:resource-updated",J);break}}initJsonRpc($){return new Promise((Z,J)=>{let q=++this.rpcIdCounter,Q=!1;this.rpcPending.set(q,{resolve:(U)=>{if(Q)return;Q=!0,this.protocol="jsonrpc";let Y=U??{},W=Y.hostInfo??{},H=Y.hostContext??{},X=Y.hostCapabilities??{},E;if(typeof H.theme==="string"||typeof H.styles==="object"){if(E={},typeof H.theme==="string")E.colorScheme=H.theme;if(typeof H.styles==="object"&&H.styles!==null){let K=H.styles;if(K.variables)E.variables=K.variables;if(typeof K.css?.fonts==="string")E.fontCss=K.css.fonts}}this.postJsonRpc({jsonrpc:"2.0",method:"ui/notifications/initialized",params:{}});let M=X.resources;this._hostSupportsSubscriptions=X.subscriptions===!0||M?.subscribe===!0,Z({hostName:W.name,hostVersion:W.version,capabilities:{toast:!0,navigation:X.openLinks!=null,messaging:!0,displayModes:H.availableDisplayModes??[]},theme:E,toolInput:void 0,meta:H})},reject:(U)=>{if(Q)return;Q=!0,J(U)}}),this.postJsonRpc({jsonrpc:"2.0",id:q,method:"ui/initialize",params:{protocolVersion:"2026-01-26",appInfo:{name:"prefab",version:"0.2"},appCapabilities:{...$.displayModes&&{availableDisplayModes:$.displayModes}}}}),setTimeout(()=>{if(!Q)Q=!0,this.rpcPending.delete(q),J(Error("ui/initialize timeout"))},2000)})}createJsonRpcTransport(){return{callTool:($,Z)=>{return this.sendRpcRequest("tools/call",{name:$,arguments:Z})},sendMessage:($)=>{return this.sendRpcRequest("ui/message",{role:"user",content:{type:"text",text:$}})},subscribe:($,Z)=>{return this.subscribe($,Z)},capabilities:{subscriptions:this._hostSupportsSubscriptions}}}sendRpcRequest($,Z){let J=++this.rpcIdCounter;return new Promise((q,Q)=>{this.rpcPending.set(J,{resolve:q,reject:Q}),this.postJsonRpc({jsonrpc:"2.0",id:J,method:$,params:Z}),setTimeout(()=>{if(this.rpcPending.has(J))this.rpcPending.delete(J),Q(Error(`JSON-RPC '${$}' timed out`))},30000)})}sendRpcNotification($,Z){this.postJsonRpc({jsonrpc:"2.0",method:$,params:Z})}postJsonRpc($){if(typeof window>"u")return;if($.id!=null&&typeof $.method==="string")this.sentRpcIds.add($.id);if(this.postFn)this.postFn($);else(window.parent!==window?window.parent:window).postMessage($,this.hostOrigin)}dispatch($,Z){let J=this.listeners.get($);if(J)for(let q of J)q(Z)}}var L2=()=>{};function n0($,Z){if(Z.variables)for(let[J,q]of Object.entries(Z.variables))$.style.setProperty(J.startsWith("--")?J:`--${J}`,q);if(Z.colorScheme&&Z.colorScheme!=="auto")$.setAttribute("data-theme",Z.colorScheme);if(Z.fontCss)j2(Z.fontCss)}function j2($){if(document.getElementById("__prefab-host-fonts"))return;let J=document.createElement("style");J.id="__prefab-host-fonts",J.textContent=$,document.head.appendChild(J)}function I0(){if(typeof window>"u")return!1;try{return window.self!==window.top}catch{return!0}}function O2(){if(typeof window>"u")return;let $=window;if(typeof $.acquireVsCodeApi==="function")try{let Z=$.acquireVsCodeApi();if(Z!==null&&typeof Z==="object"&&"postMessage"in Z)return Z}catch{return}return}var g={mount($,Z,J){T0();let q=[];if(Z.pipes)for(let[N,B]of Object.entries(Z.pipes))V2(N,B,q);let Q=new J0(Z.state),U;if(J?.transport&&"callTool"in J.transport)U=J.transport;else if(J?.transport)U=V0(J.transport);else U=P0();let Y=J?.onToast??P2,W=new h0,H={store:Q,scope:{},transport:U,rerender:()=>z(),onToast:Y,defs:Z.defs,destroyRegistry:W};if(r1($,Z.theme),Z.layout){if(Z.layout.preferredHeight!=null)$.style.height=`${Z.layout.preferredHeight}px`;if(Z.layout.minHeight!=null)$.style.minHeight=`${Z.layout.minHeight}px`;if(Z.layout.maxHeight!=null)$.style.maxHeight=`${Z.layout.maxHeight}px`,$.style.overflow="auto"}let X=[];if(Z.stylesheets)for(let N of Z.stylesheets){let B=document.createElement("style");B.textContent=N,B.dataset.prefab="injected",document.head.appendChild(B),X.push(B)}let E;if(Z.keyBindings)E=o1(Z.keyBindings,async(N)=>{await k(N,{store:Q,transport:U,scope:{},rerender:()=>z(),onToast:Y})});let M,K=J?.themeToggle??!0;if(K!==!1)M=i0($,typeof K==="object"?K:void 0);function z(){W.flush();let N=$.querySelector(".pf-theme-toggle");$.innerHTML="";let B=w(Z.view,H);if($.appendChild(B),N)$.appendChild(N)}return z(),{rerender:()=>z(),update(N){Q.merge(N.update.state),z()},store:Q,destroy(){W.flush(),M?.(),E?.(),Q1(),U1();for(let N of X)N.remove();for(let N of q)k0(N);$.innerHTML=""}}},isPrefabData($){return $!=null&&typeof $==="object"&&"$prefab"in $},isPrefabUpdate($){return $!=null&&typeof $==="object"&&"$prefab"in $&&"update"in $}},T2=new Set(["find","dot","length","upper","lower","truncate","join","first","last","abs","round","number","currency","percent","compact","date","time","datetime","pluralize","default","selectattr","rejectattr"]);function V2($,Z,J){if(T2.has($)){console.warn(`[prefab] wire pipe "${$}" ignored — shadows built-in`);return}try{let q=Function("return ("+Z+")")();if(typeof q!=="function"){console.warn(`[prefab] wire pipe "${$}" — source did not evaluate to a function`);return}A0($,q),J.push($)}catch(q){console.warn(`[prefab] wire pipe "${$}" — failed to hydrate:`,q)}}function P2($){if(typeof document>"u")return;let Z=I2(),J=document.createElement("div"),q=$.variant??"default";J.className=`pf-toast${q!=="default"?` pf-toast--${q}`:""}`,J.setAttribute("data-variant",q),J.style.marginBottom="8px",J.style.transition="opacity 0.3s ease";let Q=document.createElement("div");if(Q.textContent=$.message,Q.style.fontWeight="500",J.appendChild(Q),$.description){let Y=document.createElement("div");Y.textContent=$.description,Y.style.fontSize="14px",Y.style.color="var(--muted-foreground, #6b7280)",J.appendChild(Y)}Z.appendChild(J);let U=$.duration??4000;setTimeout(()=>{J.style.opacity="0",setTimeout(()=>J.remove(),300)},U)}function I2(){let Z=document.getElementById("prefab-toast-container");if(!Z)Z=document.createElement("div"),Z.id="prefab-toast-container",Z.style.position="fixed",Z.style.bottom="16px",Z.style.right="16px",Z.style.zIndex="9999",Z.style.maxWidth="400px",document.body.appendChild(Z);return Z}if(typeof window<"u"){let $=window;$.PrefabRenderer=g,$.prefab={app:R0,mount:g.mount.bind(g),isPrefabData:g.isPrefabData.bind(g),isPrefabUpdate:g.isPrefabUpdate.bind(g),Bridge:Y0,isIframe:I0,registerPipe:A0,unregisterPipe:k0,listPipes:t0,registerComponent:G,createThemeToggle:i0};let Z=$.__PREFAB_DATA__;if(Z!=null){let J=document.getElementById("prefab-root");if(J)g.mount(J,Z)}}async function R0($){T0();let Z=$?.mode??"auto",J=Z==="bridge"||Z==="auto"&&I0(),q,Q,U={capabilities:{}};if(J)Q=new Y0($?.hostOrigin),Q.connect(),U=await Q.initialize($?.capabilities??{toolInput:!0}),q=Q.createTransport();else if($?.transport)q=V0($.transport);else q=P0();if(U.theme&&typeof document<"u")n0(document.documentElement,U.theme);if(typeof document<"u"&&!Q)A2();let Y,W,H,X,E=U.toolInput,M;if(Q)Q.on("prefab:tool-input",(N)=>{let B=N.args??N;if(Y)Y(B);else E=B}),Q.on("prefab:tool-result",(N)=>{let B=N.result??N;if(W)W(B);else M=B}),Q.on("prefab:tool-cancelled",()=>{H?.()}),Q.on("prefab:tool-input-partial",(N)=>{X?.(N.args??N)}),Q.on("prefab:theme-update",(N)=>{if(typeof document<"u")n0(document.documentElement,N)});function K(N,...B){let D=r0(N),O=new J0,A={store:O,scope:{},transport:q,rerender:()=>I(),onToast:void 0};function I(){D.innerHTML="";for(let L of B)D.appendChild(w(L,A))}return I(),{rerender:I,store:O,destroy:()=>{D.innerHTML=""}}}return{callTool:(N,B={})=>q.callTool(N,B),sendMessage:(N)=>q.sendMessage(N),onToolInput:(N)=>{if(Y=N,E){let B=E;E=void 0,queueMicrotask(()=>N(B))}},onToolResult:(N)=>{if(W=N,M!==void 0){let B=M;M=void 0,queueMicrotask(()=>N(B))}},onToolCancelled:(N)=>{H=N},onToolInputPartial:(N)=>{X=N},render:K,mount:(N,B,D)=>{let O=r0(N);return g.mount(O,B,{transport:q,...D})},requestMode:(N)=>Q?.requestMode(N),openLink:(N,B)=>{if(Q)Q.openLink(N,B);else if(typeof window<"u")window.open(N,B??"_blank")},updateContext:(N)=>{if(Q)Q.updateContext(N)},setupAutoResize:(N)=>{if(!Q)return R2;let B=typeof N==="string"?r0(N):N;return Q.setupAutoResize(B)},notifyPreferredSize:(N)=>{if(Q)Q.notifyPreferredSize(N)},host:U,capabilities:U.capabilities,theme:U.theme,transport:q,destroy:()=>Q?.disconnect()}}var R2=()=>{};function r0($){if(typeof $==="string"){if(typeof document>"u")throw Error("Cannot resolve selector outside browser");let Z=document.querySelector($);if(!Z)throw Error(`Element not found: ${$}`);return Z}return $}function A2(){function $(){let J=document.body.getAttribute("data-vscode-theme-kind");if(!J)return;let q=J.includes("light")?"light":"dark";document.documentElement.setAttribute("data-theme",q)}$(),new MutationObserver($).observe(document.body,{attributes:!0,attributeFilter:["data-vscode-theme-kind"]})}var a1="#root";function o0($){return g.isPrefabData($)}function t1($){return g.isPrefabUpdate($)}function e1($){if(o0($))return $;if($!==null&&typeof $==="object"){let Z=$;if(o0(Z.structuredContent))return Z.structuredContent;if(Array.isArray(Z.content))for(let J of Z.content){let q=J;if(q.type==="text"&&typeof q.text==="string")try{let Q=JSON.parse(q.text);if(o0(Q))return Q}catch{}}}return null}async function $4(){let $=document.querySelector(a1);if(!$){console.error(`[prefab:auto] Mount target "${a1}" not found`);return}let Z=$,J=await R0();J.setupAutoResize(Z);let q;function Q(U){if(q)q.destroy();if(q=J.mount(Z,U),U.layout)J.notifyPreferredSize(U.layout)}J.onToolResult((U)=>{let Y=e1(U);if(Y)Q(Y);else if(t1(U)&&q)q.update(U)}),J.onToolInput((U)=>{let Y=e1(U);if(Y)Q(Y);else if(t1(U)&&q)q.update(U)})}function k2(){if(document.readyState==="loading")document.addEventListener("DOMContentLoaded",()=>{$4().catch(($)=>{console.error("[prefab:auto] Boot failed:",$)})},{once:!0});else queueMicrotask(()=>{$4().catch(($)=>{console.error("[prefab:auto] Boot failed:",$)})})}k2();})();