@squeed/flow-sdk 2.0.19 → 2.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -206,7 +206,7 @@
206
206
  font-size: 14px;
207
207
  margin-top: 8px;
208
208
  }
209
- `;function Jl({request:e,property:t,config:r,value:n,disabled:i}){var le,ue,we,ge,qe;const{callbacks:o,structured:s,references:a}=_.useContext(Sr),{themeColor:c}=Le(),{background:u}=Ze(),l=_.useId(),d=t.type.kind==="object"||t.type.kind==="array"||t.type.kind==="json",h=n===void 0?"":d?JSON.stringify(n,null,2):String(n),[p,y]=_.useState(h),[m,g]=_.useState(""),[b,w]=_.useState(0),v=_.useRef(null),x=_.useRef(),[C,S]=_.useState(!1),[k,I]=_.useState(!1),[R,M]=_.useState(),E=((le=r.$options)==null?void 0:le.$source)==="callback",P=o.resolveFormOptions,{data:A,address:j,nodeAddress:q,nodeId:O}=e;_.useEffect(()=>(S(!1),I(!1),()=>{var ee;(ee=x.current)==null||ee.abort(),x.current=void 0}),[j,q,O,i,h,r.$control,(ue=r.$upload)==null?void 0:ue.accept,(we=r.$upload)==null?void 0:we.maxSizeBytes]);const z=_.useRef(A);z.current=A;const U=JSON.stringify([j,O,(ge=r.$options)!=null&&ge.$dependsOn?r.$options.$dependsOn.map(ee=>ke(A,ee)):ke(A,q)]);_.useEffect(()=>{y(h),g("")},[h,j,O]),_.useEffect(()=>{if(!E)return;const ee=new AbortController;return Promise.resolve().then(()=>{if(!P)throw new Error("No options resolver configured");return P({address:j,nodeAddress:q,nodeId:O,data:jt(z.current),signal:ee.signal})}).then(he=>{if(!Array.isArray(he)||he.some(be=>!be||typeof be.label!="string"||!["string","number","boolean"].includes(typeof be.value)&&be.value!==null))throw new Error("Invalid options response");ee.signal.aborted||M({key:U,options:he})}).catch(he=>{ee.signal.aborted||M({key:U,options:[],error:he instanceof Error?he.message:"Options unavailable"})}),()=>ee.abort()},[E,P,U,j,q,O,b]);const ae=E&&(R==null?void 0:R.key)!==U,Q=E?(R==null?void 0:R.key)===U?R.options:[]:t.type.kind==="null"?[{label:"Null",value:null}]:t.type.kind==="boolean"?[{label:"Yes",value:!0},{label:"No",value:!1}]:Xt(t.type),Y=t.type.kind==="array",pe=(r.$control==="upload"?"upload":s&&d||r.$control==="checkbox"?"pills":r.$control)??(Q?Y||t.type.kind==="boolean"?"pills":"select":t.type.kind==="boolean"?"checkbox":d?"textarea":"input"),se=!t.optional||!!r.$requiredWhen&&Fn(r.$requiredWhen,A),$=se?"Required":"Optional",V=pe!=="upload"&&!!(a!=null&&a.length)&&typeof n=="string"&&n.includes("{{"),W=m||E&&(R==null?void 0:R.key)===U&&R.error||!V&&Rr(t.type,n,se),N=Cr(r.$label??j.split(".").pop()),ne=ee=>{var he;if(!(i||Object.is(ee,n)))try{(he=o.onFormChange)==null||he.call(o,{...e,previousValue:n,value:ee}),g("")}catch(be){g(be instanceof Error?be.message:"Unable to update field")}},me=_.useRef(ne);_.useLayoutEffect(()=>{me.current=ne});const fe=()=>{if(d){try{const Ee=p===""&&t.optional?void 0:JSON.parse(p),$e=Rr(t.type,Ee,se);if($e){g($e);return}ne(Ee)}catch{g("Enter valid JSON")}return}const ee=t.type.kind==="number"||t.type.kind==="integer",he=p===""&&t.optional?void 0:ee&&p!==""?Number(p):p,be=Rr(t.type,he,se);if(ee&&be&&p!==""){g(be);return}ne(he)},J=async ee=>{var be,Ee,$e;if(i||x.current||!ee.length)return;const he=new AbortController;x.current=he,g(""),S(!0);try{if(t.type.kind!=="string"&&!(t.type.kind==="array"&&t.type.items.kind==="string"))throw new Error("Uploads require a string or string-array field.");if(!Y&&ee.length!==1)throw new Error("Choose one file for this field.");if(!o.uploadFormFile)throw new Error("No file upload handler configured.");const Ge=(Ee=(be=r.$upload)==null?void 0:be.accept)==null?void 0:Ee.split(",").map(Pe=>Pe.trim().toLowerCase()).filter(Boolean);for(const Pe of ee){if((($e=r.$upload)==null?void 0:$e.maxSizeBytes)!==void 0&&Pe.size>r.$upload.maxSizeBytes)throw new Error(`${Pe.name} exceeds the file size limit.`);if(Ge!=null&&Ge.length&&!Ge.some(ye=>ye.startsWith(".")?Pe.name.toLowerCase().endsWith(ye):ye.endsWith("/*")?Pe.type.toLowerCase().startsWith(ye.slice(0,-1)):Pe.type.toLowerCase()===ye))throw new Error(`${Pe.name} is not an accepted file type.`)}const Ye=await Promise.all(ee.map(async Pe=>{const ye=await o.uploadFormFile({...e,data:jt(A),file:Pe,signal:he.signal});if(typeof ye!="string")throw new Error("Upload handler must return an HTTP or HTTPS URL.");let Me;try{Me=new URL(ye)}catch{throw new Error("Upload handler must return an HTTP or HTTPS URL.")}if(!["http:","https:"].includes(Me.protocol)||Me.username||Me.password)throw new Error("Upload handler must return an HTTP or HTTPS URL.");return ye}));if(he.signal.aborted||x.current!==he)return;const tr=Y?[...Array.isArray(n)?n:[],...Ye]:Ye[0],sr=Rr(t.type,tr,se);if(sr)throw new Error(sr);me.current(tr)}catch(Ge){he.signal.aborted||g(Ge instanceof Error?Ge.message:"Unable to upload file."),he.abort()}finally{x.current===he&&(x.current=void 0,S(!1))}},te={id:l,disabled:i,"aria-label":N,"aria-required":se,"aria-invalid":!!W,"aria-describedby":W?`${l}-error`:void 0},G=ve(c);return f.jsxs("div",{"data-form-field":j,"data-flow-property":j.slice(q.length+1),children:[f.jsxs("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center"},children:[f.jsxs("label",{htmlFor:l,children:[N,se?" *":""]}),t.optional&&n!==void 0&&f.jsx("button",{type:"button","aria-label":`Reset ${N}`,title:`Reset ${N}`,disabled:i||C,style:{width:24,height:24,padding:0,display:"inline-flex",alignItems:"center",justifyContent:"center",flexShrink:0,border:0,background:"transparent",color:"inherit"},onClick:()=>ne(void 0),children:f.jsx(K.PiArrowCounterClockwise,{size:14})})]}),!!(a!=null&&a.length)&&!d&&pe!=="upload"&&f.jsx(q0,{label:N,value:n,references:a,disabled:i,onChange:ne}),pe==="upload"?f.jsxs("div",{"data-form-upload":Y?"multiple":"single","aria-busy":C,style:{"--flow-upload-surface":ve(u),outline:k?"2px dashed var(--flow-form-input-background)":void 0,borderRadius:"var(--flow-form-input-radius)"},onDragOver:ee=>{ee.preventDefault(),ee.stopPropagation(),!i&&!C&&(ee.dataTransfer.dropEffect="copy",I(!0))},onDragLeave:ee=>{ee.currentTarget.contains(ee.relatedTarget)||I(!1)},onDrop:ee=>{ee.preventDefault(),ee.stopPropagation(),I(!1),J(Array.from(ee.dataTransfer.files))},children:[f.jsx("input",{ref:v,type:"file",hidden:!0,"aria-label":`Upload ${N}`,accept:(qe=r.$upload)==null?void 0:qe.accept,multiple:Y,disabled:i||C,onChange:ee=>{const he=Array.from(ee.target.files??[]);ee.target.value="",J(he)}}),f.jsxs("div",{"data-upload-items":"",children:[(Y?Array.isArray(n)?n:[]:n?[n]:[]).map((ee,he)=>f.jsxs("div",{"data-upload-preview":"",children:[typeof ee=="string"&&Wr(ee)&&f.jsxs("a",{href:ee,target:"_blank",rel:"noopener noreferrer","aria-label":`${N} file ${he+1}`,children:[f.jsx(K.PiFile,{size:32,"aria-hidden":"true"}),f.jsx(Or,{name:ee,size:120,onError:be=>{be.currentTarget.style.visibility="hidden"}})]}),f.jsxs("div",{"data-upload-actions":"",children:[!Y&&f.jsx(Ce,{"aria-label":`Replace ${N}`,title:`Replace ${N}`,icon:f.jsx(K.PiUploadSimple,{}),size:"xs",variant:"ghost",disabled:i||C,onClick:()=>{var be;return(be=v.current)==null?void 0:be.click()}}),f.jsx(Ce,{"aria-label":`Remove ${N} file ${he+1}`,title:"Remove file",icon:f.jsx(K.PiTrash,{}),size:"xs",variant:"ghost",disabled:i||C,onClick:()=>ne(Y&&Array.isArray(n)?n.filter((be,Ee)=>Ee!==he):"")})]})]},`${he}:${ee}`)),(Y||!n)&&f.jsx("button",{...te,type:"button","data-upload-drop":"",title:`Upload ${N}`,disabled:i||C,onClick:()=>{var ee;return(ee=v.current)==null?void 0:ee.click()},children:f.jsx(K.PiPlus,{size:28,"aria-hidden":"true"})})]}),C&&f.jsx("span",{role:"status",children:"Uploading..."})]}):V?null:pe==="select"?f.jsx("div",{"data-form-select":"",children:f.jsxs(br,{...te,disabled:i||ae||!!(R!=null&&R.error),labelCase:"preserve",value:String((Q==null?void 0:Q.findIndex(ee=>Object.is(ee.value,n)))??-1),onValueChange:ee=>{const he=Q==null?void 0:Q[Number(ee)];he&&ne(he.value)},children:[f.jsx("option",{value:-1,disabled:!0,children:n!==void 0&&n!==""?String(n):$}),Q==null?void 0:Q.map((ee,he)=>f.jsx("option",{value:he,children:Cr(ee.label)||ee.label},he))]})}):pe==="pills"?f.jsxs("div",{id:l,role:"group","aria-label":N,"aria-describedby":te["aria-describedby"],style:{display:"flex",flexWrap:"wrap",gap:8},children:[Q==null?void 0:Q.map((ee,he)=>{const be=Y?Array.isArray(n)&&n.includes(ee.value):Object.is(n,ee.value);return f.jsx("button",{type:"button",disabled:i||ae,"aria-pressed":be,style:{padding:"8px 16px",borderRadius:24,border:0,color:be?G:"inherit",background:be?"color-mix(in srgb, currentColor 12%, transparent)":"color-mix(in srgb, currentColor 7%, transparent)"},onClick:()=>ne(Y?be?n.filter(Ee=>Ee!==ee.value):[...Array.isArray(n)?n:[],ee.value]:ee.value),children:Cr(ee.label)||ee.label},he)}),ae&&f.jsx("span",{role:"status",children:"Loading..."})]}):pe==="textarea"?f.jsx("textarea",{...te,placeholder:$,value:p,onChange:ee=>y(ee.target.value),onBlur:fe}):f.jsx("input",{...te,placeholder:$,type:t.type.kind==="number"||t.type.kind==="integer"?"number":"text",step:t.type.kind==="integer"?1:"any",value:p,onChange:ee=>y(ee.target.value),onBlur:fe,onKeyDown:ee=>{ee.key==="Enter"&&fe(),ee.key==="Escape"&&y(n===void 0?"":String(n))}}),W&&f.jsx("div",{role:"alert",id:`${l}-error`,children:W}),E&&(R==null?void 0:R.error)&&f.jsx("button",{type:"button",disabled:i,onClick:()=>{M(void 0),w(b+1)},children:"Retry"})]})}function Pm({nodeAddress:e,structured:t=!1}){return t?f.jsx(N0,{nodeAddress:e},e):f.jsx(Fu,{nodeAddress:e})}function N0({nodeAddress:e}){var d,h,p;const t=_.useContext(Sr),[r,n]=_.useState([]),i=((d=t.structured)==null?void 0:d.sourceSchema)??t.schema,o=((h=t.structured)==null?void 0:h.sourceBindings)??t.bindings,s=_.useMemo(()=>{if(!(!t.data||!i||!o))return km(t.data,o,i,[{data:{id:e,type:"objectView"}}])},[t.data,o,i,e]);if(!s)return f.jsx(Fu,{nodeAddress:e});const a=r.findIndex(y=>!s.containers.has(y)),c=a<0?r:r.slice(0,a),u=c.at(-1)??e,l=(p=[...s.slots.values()].find(y=>y.nodeId===u))==null?void 0:p.label;return f.jsxs(Sr.Provider,{value:{...t,structured:s,schema:s.schema,bindings:s.bindings,renderForm:void 0,onFieldCreate:u===e?t.onFieldCreate:void 0},children:[!!c.length&&f.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,marginBottom:8},children:[f.jsx(Ce,{"aria-label":"Back to parent fields",title:"Back to parent fields",icon:f.jsx(K.PiArrowLeft,{size:18}),size:"sm",variant:"ghost",onClick:()=>n(c.slice(0,-1))}),f.jsx("strong",{style:{minWidth:0,overflowWrap:"anywhere"},children:Cr(l)})]}),f.jsx(Fu,{nodeAddress:u,onOpen:y=>n([...c,y])},u)]})}function Fu({nodeAddress:e,onOpen:t}){var S,k;const{data:r,schema:n,callbacks:i,bindings:o,editable:s,renderForm:a,structured:c}=_.useContext(Sr),{readOnly:u,config:l,colorMode:d}=Le(),h=a==null?void 0:a(e);if(h!==void 0)return f.jsx("fieldset",{"data-flow-form":e,disabled:u||l.editable===!1||!s,style:{border:0,margin:0,padding:0,minWidth:0},children:h});if(!r)return f.jsx(Cn,{$colorMode:d,role:"alert",children:"Forms require a JSON document."});const p=o?dn(o,e,n):void 0,y=o?p:n&&Tt(r,e,n);if(!y)return f.jsx(Cn,{$colorMode:d,role:"status",children:"Form schema unavailable."});const m=(p==null?void 0:p.address)??e,g=ke(r,m),b=(S=c==null?void 0:c.containers.get(e))==null?void 0:S.scalar;if(g===void 0||typeof g!="object"&&!b)return f.jsx(Cn,{$colorMode:d,role:"alert",children:"Bound form state is unavailable."});const w=Object.entries(y.type.properties).filter(([I])=>{var R;return Fn((R=y.fields[I])==null?void 0:R.$visibleWhen,r)}),v=w.length>8||w.some(([I])=>{var R;return(R=y.fields[I])==null?void 0:R.$section}),x=new Map;for(const I of w){const[R,M]=I,E=v?Cr(((k=y.fields[R])==null?void 0:k.$section)??(M.type.kind==="object"||M.type.kind==="array"?R:M.optional?"Options":"General")):"";x.has(E)||x.set(E,[]),x.get(E).push(I)}const C=([I,R])=>f.jsx(Jl,{request:{data:r,address:b?m:`${m}.${I}`,nodeAddress:m,nodeId:typeof(g==null?void 0:g.id)=="string"?g.id:void 0},property:R,config:y.fields[I]??{},value:b?g:g==null?void 0:g[I],disabled:u||l.editable===!1||!(s??!!i.onJsonChange)},`${(g==null?void 0:g.id)??e}:${I}`);return f.jsxs(Cn,{$colorMode:d,"data-flow-form":e,onClick:I=>I.stopPropagation(),onDoubleClick:I=>I.stopPropagation(),children:[c&&f.jsx($0,{nodeAddress:e,onOpen:t}),!c&&p&&y.type.additionalProperties&&w.length===0&&f.jsx(Jl,{request:{data:r,address:m,nodeAddress:m},property:{type:y.type,optional:!1},config:{$label:"Configuration",$control:"textarea"},value:g,disabled:u||l.editable===!1||!s}),[...x].map(([I,R])=>v&&R.length>1?f.jsxs("details",{open:!0,children:[f.jsxs("summary",{children:[f.jsx("span",{children:I}),f.jsx(K.PiCaretDown,{size:16,"aria-hidden":"true"})]}),R.map(C)]},I):R.map(C))]})}function Am(e){const{viewData:t}=_.useContext(Sr),{nodeById:r,edgeById:n,parentIds:i}=Xr();if(t){const o=ke(t,e),s=o&&typeof o=="object"&&!Array.isArray(o)&&"$"in o?o.$:o;return Array.isArray(s)?s.length>0:!!s&&typeof s=="object"&&Object.entries(s).some(([a,c])=>!a.startsWith("$")&&c!==null&&typeof c=="object")}return i.has(e)?!0:[...n.values()].some(({data:o})=>{const s=o.isInverted?o.target:o.source,a=o.isInverted?o.source:o.target;return s===e&&a!==e&&r.has(a)})}function cn(e,t){return typeof e=="number"&&Number.isFinite(e)&&e>=0?e:t}function An(e,t,r,n){return{borderColor:t,borderWidth:cn(e==null?void 0:e.borderWidth,n),borderStyle:(e==null?void 0:e.borderStyle)??"solid",...By(t==="transparent"?"currentColor":t,r,".flow-sdk-node:hover &",!r)}}function Tm({label:e,value:t,options:r,onChange:n,disabled:i}){var o;return f.jsxs(br,{"aria-label":e,title:`Animation: ${((o=r.find(s=>s.value===t))==null?void 0:o.label)??"Mixed"}`,value:t,style:{width:104},disabled:i,onValueChange:s=>{const a=r.find(c=>c.value===s);a&&n(a.value)},children:[t===""&&f.jsx("option",{value:"",disabled:!0,children:"Mixed"}),r.map(s=>f.jsx("option",{value:s.value,children:s.label},s.value))]})}function tl({nodeId:e,edgeId:t,value:r,open:n,onOpenChange:i}){const{callbacks:o,readOnly:s,themeColor:a,colorMode:c}=Le(),{background:u,backgroundSecondary:l,border:d,colorText:h,colorInactive:p}=Ze(),y=c==="dark"?Pt:ve(p),m=_.useRef(null),g=_.useRef(null),b=_.useRef(0),[w,v]=_.useState(!1),[x,C]=_.useState("icons"),[S,k]=_.useState([]),[I,R]=_.useState("loading"),[M,E]=_.useState(""),[P,A]=_.useState(0),[j,q]=_.useState(""),[O,z]=_.useState(""),[U,ae]=_.useState(!1);_.useEffect(()=>()=>{b.current++},[]),_.useEffect(()=>{if(!w)return;let N=!0;return import("react-icons/pi").then(ne=>{N&&(k(Object.keys(ne).filter(me=>me.startsWith("Pi")).sort()),R("ready"))}).catch(()=>{N&&R("unavailable")}),()=>{N=!1}},[w]),_.useEffect(()=>{var N;s&&((N=m.current)==null||N.close())},[s]),_.useEffect(()=>{var N,ne,me;if(n!==void 0){if(!n||s){(N=m.current)==null||N.close();return}(ne=m.current)!=null&&ne.open||(z(""),C(r==="PiFileSvg"||r&&Wr(r)?"custom":"icons"),q(r&&!r.startsWith(Qt)&&Wr(r)?r:""),v(!0),(me=m.current)==null||me.showModal())}},[n,s,r]);const Q=N=>{var ne,me,fe;s||(t?(ne=o.onEdgeIconChange)==null||ne.call(o,t,N):e&&((me=o.onNodeIconChange)==null||me.call(o,e,N)),i==null||i(!1),(fe=m.current)==null||fe.close())},Y=S.filter(N=>N.replace(/([a-z])([A-Z])/g,"$1 $2").toLowerCase().includes(M.trim().toLowerCase())),pe=36,se=Math.max(1,Math.ceil(Y.length/pe)),$=Math.min(P,se-1),V=Y.slice($*pe,($+1)*pe),W={width:"100%",padding:"8px 14px",background:"transparent",color:"inherit",border:`1px solid ${ve(d)}`,borderRadius:30};return f.jsxs(f.Fragment,{children:[n===void 0&&f.jsx(Oe,{label:t?"Choose edge icon":"Choose node icon",children:f.jsx(Ce,{"aria-label":t?"Choose edge icon":"Choose node icon",icon:f.jsx(K.PiShapes,{size:20}),size:"sm",variant:"ghost",color:ve(a),disabled:s,onClick:()=>{var N;z(""),C(r&&Wr(r)?"custom":"icons"),q(r&&!r.startsWith(Qt)&&Wr(r)?r:""),v(!0),(N=m.current)==null||N.showModal()}})}),f.jsx(F.chakra.dialog,{ref:m,"aria-label":t?"Choose edge icon":"Choose node icon",css:Kr(ve(u),ve(d)),onClose:()=>{v(!1),i==null||i(!1),b.current++,ae(!1)},onClick:N=>{N.stopPropagation(),N.target===N.currentTarget&&N.currentTarget.close()},onKeyDown:N=>N.stopPropagation(),style:{margin:"auto",padding:12,width:336,maxWidth:"calc(100vw - 32px)",maxHeight:"calc(100vh - 32px)",overflowY:"auto",borderRadius:30,background:ve(u),color:ve(h)},children:w&&f.jsxs("div",{style:{display:"grid",gap:8},children:[f.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:8},children:[f.jsx("strong",{children:t?"Edge icon":"Node icon"}),f.jsxs("div",{style:{display:"flex",alignItems:"center",marginLeft:"auto",gap:4},children:[r&&f.jsx(Oe,{label:"Remove icon",children:f.jsx(Ce,{"aria-label":t?"Remove edge icon":"Remove node icon",icon:f.jsx(K.PiTrash,{size:18}),size:"sm",variant:"ghost",disabled:s||U,onClick:()=>Q("")})}),f.jsx(At,{"aria-label":"Close icon picker",onClick:()=>{var N;return(N=m.current)==null?void 0:N.close()}})]})]}),f.jsxs(F.Tabs.Root,{value:x,onValueChange:({value:N})=>{C(N),z("")},display:"contents",css:{"--indicator-thickness":"1px"},children:[f.jsx(F.Tabs.List,{"aria-label":"Icon source",width:"100%",borderBottomWidth:0,children:["icons","custom"].map(N=>f.jsx(F.Tabs.Trigger,{value:N,flex:1,minW:0,justifyContent:"center",px:3,py:2,fontSize:"13px",_selected:{color:a,borderColor:y,"--indicator-color":y},children:N==="icons"?"React icons":"Custom SVG"},N))}),f.jsx("input",{ref:g,type:"file",accept:".svg,image/svg+xml","aria-label":"Upload SVG icon",hidden:!0,disabled:U||s,onChange:async N=>{var fe;const ne=(fe=N.target.files)==null?void 0:fe[0];if(N.target.value="",!ne)return;const me=++b.current;ae(!0),z("");try{const J=await k0(ne);me===b.current&&Q(J)}catch(J){me===b.current&&z(J instanceof Error?J.message:"Unable to read SVG.")}finally{me===b.current&&ae(!1)}}}),f.jsx(F.Tabs.Content,{value:x,p:0,style:{display:"grid",gap:8},children:x==="icons"?f.jsxs(f.Fragment,{children:[f.jsx("input",{"aria-label":"Search icons",placeholder:"Search icons...",value:M,onChange:N=>{E(N.target.value),A(0)},style:W}),f.jsxs("div",{style:{height:244,overflowY:"auto",display:"grid",gridTemplateColumns:"repeat(6, minmax(0, 1fr))",gridAutoRows:36,gap:4},children:[V.map(N=>f.jsx("button",{type:"button","aria-label":`Choose ${N}`,"aria-pressed":r===N,title:N,onClick:()=>Q(N),style:{display:"grid",placeItems:"center",borderRadius:5,border:`${r===N?2:1}px solid ${ve(r===N?a:d)}`,background:ve(r===N?u:l),color:"inherit",cursor:"pointer"},children:f.jsx(Or,{name:N,size:24})},N)),V.length===0&&f.jsx("span",{role:"status",style:{gridColumn:"1 / -1"},children:I==="loading"?"Loading icons...":I==="unavailable"?"React icons unavailable":"No icons found"})]}),f.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:8},children:[f.jsxs("span",{role:"status",style:{fontSize:12},children:[Y.length," icons · ",$+1," / ",se]}),f.jsxs("div",{style:{display:"flex",gap:4},children:[f.jsx(Oe,{label:"Previous icons",children:f.jsx(Ce,{"aria-label":"Previous icons",icon:f.jsx(K.PiCaretLeft,{size:18}),size:"sm",variant:"ghost",disabled:$===0,onClick:()=>A($-1)})}),f.jsx(Oe,{label:"Next icons",children:f.jsx(Ce,{"aria-label":"Next icons",icon:f.jsx(K.PiCaretRight,{size:18}),size:"sm",variant:"ghost",disabled:$+1>=se,onClick:()=>A($+1)})})]})]})]}):f.jsxs(f.Fragment,{children:[r&&Wr(r)&&f.jsx(Or,{name:r,size:64}),f.jsxs("button",{type:"button",disabled:U||s,onClick:()=>{var N;return(N=g.current)==null?void 0:N.click()},style:{...W,display:"flex",justifyContent:"center",gap:8,alignItems:"center",cursor:"pointer"},children:[f.jsx(K.PiUploadSimple,{}),U?"Uploading...":"Upload SVG"]}),f.jsxs("form",{style:{display:"flex",alignItems:"center",gap:6,minWidth:0},onSubmit:N=>{N.preventDefault(),!(U||s)&&(!Wr(j.trim())||j.trim().startsWith(Qt)?z("Enter an HTTP or HTTPS image URL."):Q(j.trim()))},children:[f.jsx("input",{type:"url","aria-label":"SVG URL",placeholder:"https://example.com/icon.svg",value:j,disabled:U||s,onChange:N=>q(N.target.value),style:{...W,flex:1,minWidth:0}}),f.jsx(Oe,{label:"Apply URL",children:f.jsx(Ce,{type:"submit","aria-label":"Apply URL",icon:f.jsx(K.PiArrowRight,{size:20}),size:"sm",variant:"ghost",disabled:U||s||!j.trim(),style:{flexShrink:0}})})]})]})})]}),O&&f.jsx("div",{role:"alert",style:{fontSize:13},children:O})]})})]})}const Tn=["white","blue.500","teal.500","green.500","yellow.500","orange.500","red.500","purple.500","pink.500","gray.500",Pt],Im=["gray.900",Pt,"gray.600","gray.200","white"];function Om(){const{config:e}=Le(),t=e.selectionToolbar||{},r=new Set(t.hide||[]);return{palette:t.palette||Tn,show:n=>!r.has(n)}}function gr(){const{border:e}=Ze();return f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:e})}function ct({value:e,placeholder:t,ariaLabel:r,width:n="140px",type:i="text",min:o,onCommit:s}){const{colorText:a}=Ze(),[c,u]=_.useState(e),l=_.useRef(!1);_.useEffect(()=>u(e),[e]);const d=()=>{if(l.current)return;l.current=!0;const h=c.trim();if(i==="number"&&h!==""&&(!Number.isFinite(Number(h))||Number(h)<(o??0))){u(e);return}h!==e&&s(h)};return f.jsx(F.Input,{"aria-label":r,type:i,min:o,size:"xs",fontSize:"16px",w:n,value:c,placeholder:t,color:a,borderWidth:0,_focusVisible:{boxShadow:"none",outline:"none"},borderRadius:"8px",onFocus:()=>{l.current=!1},onChange:h=>u(h.target.value),onBlur:d,onKeyDown:h=>{h.key==="Enter"&&(d(),h.target.blur()),h.key==="Escape"&&(l.current=!0,u(e),h.target.blur())}})}function ut({colors:e,value:t,label:r,onPick:n,onReset:i,includeTransparent:o=!0}){const{colorInactive:s,colorText:a}=Ze(),[c,u]=_.useState(!1),l=_.useId(),d=_.useRef(null),h=t??e[0]??"transparent",p=qn(f.jsx(ut,{colors:e,value:t,label:r,onPick:n,onReset:i,includeTransparent:o}));return f.jsx(Et.Provider,{value:null,children:f.jsxs(F.HStack,{gap:1,"aria-label":r,role:"group",onClickCapture:p,onKeyDown:y=>{var m;y.key==="Escape"&&(u(!1),(m=d.current)==null||m.focus())},children:[f.jsx(Oe,{label:`${r}: ${h}`,children:f.jsx(F.chakra.button,{ref:d,type:"button","aria-label":`${r} colors`,"aria-expanded":c,"aria-controls":l,w:4,h:4,flexShrink:0,borderRadius:"full",cursor:"pointer",style:{backgroundColor:ve(h),...h==="transparent"?{backgroundImage:"conic-gradient(#fff 25%, #a0aec0 0 50%, #fff 0 75%, #a0aec0 0)",backgroundSize:"8px 8px"}:{}},outline:`2px solid ${ve(a)}`,outlineOffset:"1px",onClick:()=>u(y=>!y)})}),c&&f.jsxs(F.HStack,{id:l,gap:1,children:[[...new Set([...e,...o?["transparent"]:[]])].map(y=>{const m=t===y;return f.jsx(Oe,{label:`${r}: ${y}`,children:f.jsx(F.Box,{as:"button","aria-label":`${r} ${y}`,"aria-pressed":m,w:4,h:4,borderRadius:"full",cursor:"pointer",style:{backgroundColor:ve(y),...y==="transparent"?{backgroundImage:"conic-gradient(#fff 25%, #a0aec0 0 50%, #fff 0 75%, #a0aec0 0)",backgroundSize:"8px 8px"}:{}},outline:m?`2px solid ${ve(a)}`:"none",outlineOffset:"1px",_hover:{transform:"scale(1.15)"},onClick:()=>n(y),onDoubleClick:g=>{var b;g.stopPropagation(),u(!1),(b=d.current)==null||b.focus()}})},y)}),i&&f.jsx(Oe,{label:`Reset ${r.toLowerCase()}`,children:f.jsx(Ce,{"aria-label":`Reset ${r}`,icon:f.jsx(F.Icon,{as:K.PiEraser,boxSize:4}),size:"xs",variant:"ghost",color:s,onClick:()=>{var y;i(),u(!1),(y=d.current)==null||y.focus()}})})]})]})})}function Mm({edgeId:e,onClose:t}){var p;const{callbacks:r,themeColor:n,config:i}=Le(),{colorInactive:o}=Ze(),{edgeById:s}=Xr(),{palette:a,show:c}=Om(),u=(p=s.get(e))==null?void 0:p.data,l=[...new Set(["rounded-orthogonal","orthogonal","straight","bezier",...Object.keys(i.customEdgeTypes??{}),...u!=null&&u.type?[u.type]:[]])],d=u!=null&&u.isEdgeAnimated?"animated":u!=null&&u.isEdgeDashed?"dashed":"solid",h=[{key:"solid",icon:K.PiLineSegment,label:"Solid"},{key:"dashed",icon:K.PiLineSegments,label:"Dashed"},{key:"animated",icon:K.PiFastForward,label:"Animated"}];return f.jsxs(f.Fragment,{children:[f.jsx(At,{onClick:t}),c("label")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(ct,{ariaLabel:"Edge label",placeholder:"Edge label",value:(u==null?void 0:u.label)||"",onCommit:y=>{var m;return(m=r.onEdgeLabelChange)==null?void 0:m.call(r,e,y)}})]}),c("style")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),h.map(y=>f.jsx(Oe,{label:y.label,children:f.jsx(Ce,{"aria-label":`Edge style ${y.key}`,"aria-pressed":d===y.key,icon:f.jsx(F.Icon,{as:y.icon,boxSize:5}),size:"sm",variant:"ghost",color:d===y.key?n:o,onClick:()=>{var m;return(m=r.onEdgeStyleChange)==null?void 0:m.call(r,e,y.key)}})},y.key)),d==="animated"&&f.jsx(Tm,{label:"Edge animation",value:(u==null?void 0:u.edgeAnimationVariant)??"dashed",options:[{value:"dashed",label:"Dash"},{value:"traveling",label:"Trace"}],disabled:i.readOnly,onChange:y=>{var m;return(m=r.onEdgeAnimationVariantChange)==null?void 0:m.call(r,e,y)}}),f.jsxs(br,{"aria-label":"Edge shape",title:`Edge shape: ${(u==null?void 0:u.type)??"Default"}`,icon:f.jsx(K.PiBezierCurve,{size:20}),style:{width:36},value:(u==null?void 0:u.type)??"",disabled:i.readOnly,onValueChange:y=>{var m;return(m=r.onEdgeTypeChange)==null?void 0:m.call(r,e,y||void 0)},children:[f.jsx("option",{value:"",children:"Default"}),l.map(y=>f.jsx("option",{value:y,children:y},y))]})]}),c("icon")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(tl,{edgeId:e,value:u==null?void 0:u.icon},e),f.jsx(ct,{ariaLabel:"Edge icon",placeholder:"Icon name or SVG URL",value:(u==null?void 0:u.icon)??"",onCommit:y=>{var m;return(m=r.onEdgeIconChange)==null?void 0:m.call(r,e,y)}})]}),c("color")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(ut,{label:"Edge color",colors:a,value:u==null?void 0:u.color,onPick:y=>{var m;return(m=r.onEdgeColorChange)==null?void 0:m.call(r,e,y)},onReset:()=>{var y;return(y=r.onEdgeColorChange)==null?void 0:y.call(r,e,"")}})]}),c("delete")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(Oe,{label:"Delete edge",children:f.jsx(Ce,{"aria-label":"Delete edge",icon:f.jsx(F.Icon,{as:K.PiTrash,boxSize:5}),size:"sm",variant:"ghost",color:"red.400",onClick:()=>{var y;(y=r.onEdgeDelete)==null||y.call(r,e,u),t()}})})]})]})}function qm({ids:e,showDivider:t=!0}){const{callbacks:r,config:n}=Le(),{colorInactive:i}=Ze(),{nodeById:o}=Xr(),[s,a]=_.useState(!1),c=e.map(y=>{var m,g;return(g=(m=o.get(y))==null?void 0:m.data.viewProps)==null?void 0:g.borderRadius}),u=!c.every(y=>y===c[0]),l=u?"mixed":String(c[0]??""),d=["0","8","16","30","53","100"],h=s||!u&&l!==""&&!d.includes(l),p=y=>e.forEach(m=>{var g;return(g=r.onNodeBorderRadiusChange)==null?void 0:g.call(r,m,y)});return f.jsxs(f.Fragment,{children:[t&&f.jsx(gr,{}),f.jsx(F.Box,{position:"relative",w:"36px",h:"30px",display:"grid",placeItems:"center",children:f.jsxs(br,{icon:f.jsx(F.Icon,{as:Rv.TbBorderRadius,boxSize:5,color:i,"aria-hidden":"true"}),"aria-label":"Node border radius",title:`Border radius: ${u?"Mixed":c[0]===void 0?"Default":`${c[0]}px`}`,style:{position:"absolute",inset:0,width:"100%",height:"100%",cursor:"pointer"},value:h?"custom":l,disabled:n.readOnly,onValueChange:y=>{a(y==="custom"),y!=="custom"&&p(y===""?void 0:Number(y))},children:[f.jsx("option",{value:"",children:"Default radius"}),u&&f.jsx("option",{value:"mixed",disabled:!0,children:"Mixed radii"}),d.map(y=>f.jsxs("option",{value:y,children:[y,"px radius"]},y)),f.jsx("option",{value:"custom",children:"Custom radius"})]})}),h&&f.jsx(ct,{ariaLabel:"Custom border radius",placeholder:u?"Mixed":"Auto",type:"number",min:0,width:"72px",value:u?"":l,onCommit:y=>p(y===""?void 0:Number(y))})]})}function $m({ids:e,onClose:t}){var se,$,V,W,N,ne,me,fe;const{callbacks:r,colorMode:n,themeColor:i,config:o,setNodeViewMode:s}=Le(),{colorText:a,colorInactive:c}=Ze(),{nodeById:u,parentIds:l}=Xr(),{palette:d,show:h}=Om(),p=e.length===1,y=p?(se=u.get(e[0]))==null?void 0:se.data:void 0,m=e.map(J=>{var te,G;return((G=(te=u.get(J))==null?void 0:te.data.config)==null?void 0:G.typeView)??""}),g=m.some(J=>J!==m[0]),b=g?"mixed":m[0]??"",w=e.some(J=>{var G,le;const te=(G=u.get(J))==null?void 0:G.data;return te&&(l.has(J)||((le=te.config)==null?void 0:le.parentContainer)||Object.prototype.hasOwnProperty.call(o.customViews??{},te.type))}),v=($=y==null?void 0:y.config)==null?void 0:$.collapsed,x=Am(e[0]),C=J=>{var te,G,le;return(((G=(te=u.get(J))==null?void 0:te.data.viewProps)==null?void 0:G.outline)??(l.has(J)?(le=o.parentNodeStyle)==null?void 0:le.outline:!1))===!0},S=e.every(C),k=!S&&e.some(C),I=J=>{var te;return((te=u.get(J))==null?void 0:te.data.isNodeAnimated)===!0},R=e.every(I),M=!R&&e.some(I),E=e.map(J=>{var te;return((te=u.get(J))==null?void 0:te.data.nodeAnimationVariant)??"traveling"}),P=E.every(J=>J===E[0])?E[0]:"",A=J=>e.forEach(J),[j,q]=_.useState(!1),O=j&&h("color")&&h("borderColor"),z=J=>{var te,G,le;return(((G=(te=u.get(J))==null?void 0:te.data.viewProps)==null?void 0:G.borderStyle)??(l.has(J)?(le=o.parentNodeStyle)==null?void 0:le.borderStyle:"solid"))==="dashed"},U=e.every(z),ae=!U&&e.some(z),Q=e.map(J=>{var le,ue,we;const te=(le=u.get(J))==null?void 0:le.data,G=l.has(J)?cn((ue=o.parentNodeStyle)==null?void 0:ue.borderWidth,6):(te==null?void 0:te.type)==="objectView"?3:2;return cn((we=te==null?void 0:te.viewProps)==null?void 0:we.borderWidth,G)}),Y=Q.every(J=>J===Q[0])?String(Q[0]??""):"",pe=J=>A(te=>{var G,le;O?(G=r.onNodeBorderColorChange)==null||G.call(r,te,J):(le=r.onNodeColorChange)==null||le.call(r,te,"bg",J)});return f.jsxs(f.Fragment,{children:[f.jsx(At,{onClick:t}),f.jsx(gr,{}),p&&h("label")?f.jsx(ct,{ariaLabel:"Node label",placeholder:"Node label",value:(y==null?void 0:y.label)??(y==null?void 0:y.headerTitle)??"",onCommit:J=>{var te;return(te=r.onNodeLabelChange)==null?void 0:te.call(r,e[0],J)}}):f.jsxs(F.Text,{fontSize:"xs",color:a,whiteSpace:"nowrap",px:1,children:[e.length," selected"]}),h("typeView")&&f.jsxs(br,{"aria-label":"Type view",title:w?"Type view is managed by the custom renderer or container":`Type view: ${b||"None (default)"}`,icon:f.jsx(K.PiImage,{size:20}),style:{width:36},value:b,disabled:o.readOnly||o.editable===!1||w,onValueChange:J=>{nn.includes(J)&&A(te=>{var G,le;(G=r.onNodeTypeViewChange)==null||G.call(r,te,J||void 0),s(te,"default"),(le=r.onNodeViewToggle)==null||le.call(r,te)})},children:[g&&f.jsx("option",{value:"mixed",disabled:!0,children:"Mixed"}),nn.map(J=>f.jsx("option",{value:J,children:J||"None"},J))]}),h("style")&&f.jsx(qm,{ids:e},e.join("\0")),h("outline")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(Oe,{label:S?"Restore node fill":"Remove node fill",children:f.jsx(Ce,{"aria-label":"Toggle node outline","aria-pressed":k?"mixed":S,icon:f.jsx(F.Icon,{as:S?K.PiSquare:K.PiSquareFill,boxSize:5}),size:"sm",variant:"ghost",color:S?i:c,onClick:()=>A(J=>{var te;return(te=r.onNodeOutlineChange)==null?void 0:te.call(r,J,!S)})})})]}),h("color")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),h("borderColor")&&f.jsx(Oe,{label:O?"Edit node colors":"Edit node border",children:f.jsx(Ce,{"aria-label":"Edit node border","aria-pressed":O,icon:f.jsx(F.Icon,{as:K.PiBoundingBox,boxSize:5}),size:"sm",variant:"ghost",color:O?i:c,bg:O?n==="dark"?"whiteAlpha.200":"blackAlpha.100":void 0,onClick:()=>q(J=>!J)})}),f.jsx(ut,{label:O?"Border color":"Background",colors:d,value:O?((V=y==null?void 0:y.viewProps)==null?void 0:V.borderColor)??(p&&l.has(e[0])?(W=o.parentNodeStyle)==null?void 0:W.borderColor:void 0):(N=y==null?void 0:y.viewProps)==null?void 0:N.bgColor,onPick:pe,onReset:()=>pe("")}),O&&h("style")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(Oe,{label:U?"Solid border":"Dashed border",children:f.jsx(Ce,{"aria-label":"Toggle dashed border","aria-pressed":ae?"mixed":U,icon:f.jsx(F.Icon,{as:U?K.PiLineSegments:K.PiLineSegment,boxSize:5}),size:"sm",variant:"ghost",color:U?i:c,onClick:()=>A(J=>{var te;return(te=r.onNodeBorderStyleChange)==null?void 0:te.call(r,J,U?"solid":"dashed")})})}),f.jsx(ct,{ariaLabel:"Border thickness",placeholder:p?"Auto":"Mixed",width:"64px",type:"number",min:0,value:Y,onCommit:J=>A(te=>{var G;return(G=r.onNodeBorderWidthChange)==null?void 0:G.call(r,te,J===""?void 0:Number(J))})})]})]}),h("animation")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(Oe,{label:R?"Stop border animation":"Animate node border",children:f.jsx(Ce,{"aria-label":"Toggle node animation","aria-pressed":M?"mixed":R,icon:f.jsx(F.Icon,{as:K.PiSpinnerGap,boxSize:5}),size:"sm",variant:"ghost",color:R?i:c,onClick:()=>A(J=>{var te;return(te=r.onNodeAnimationChange)==null?void 0:te.call(r,J,!R)})})}),(R||M)&&f.jsx(Tm,{label:"Node animation",value:P,options:[{value:"traveling",label:"Trace"},{value:"pulse",label:"Pulse"}],disabled:o.readOnly,onChange:J=>A(te=>{var G;return(G=r.onNodeAnimationVariantChange)==null?void 0:G.call(r,te,J)})})]}),!O&&h("textColor")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(ut,{label:"Text color",colors:Im,value:(ne=y==null?void 0:y.viewProps)==null?void 0:ne.textColor,onPick:J=>A(te=>{var G;return(G=r.onNodeColorChange)==null?void 0:G.call(r,te,"text",J)}),onReset:()=>A(J=>{var te;return(te=r.onNodeColorChange)==null?void 0:te.call(r,J,"text","")})})]}),p&&h("icon")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(tl,{nodeId:e[0],value:(me=y==null?void 0:y.config)==null?void 0:me.icon},e[0]),f.jsx(ct,{ariaLabel:"Node icon",placeholder:"(e.g. PiGear)",width:"120px",value:((fe=y==null?void 0:y.config)==null?void 0:fe.icon)||"",onCommit:J=>{var te;return(te=r.onNodeIconChange)==null?void 0:te.call(r,e[0],J)}})]}),p&&x&&h("collapse")&&v!==void 0&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(Oe,{label:v?"Expand":"Collapse",children:f.jsx(Ce,{"aria-label":v?"Expand node":"Collapse node",icon:f.jsx(F.Icon,{as:v?K.PiArrowsOutLineVertical:K.PiArrowsInLineVertical,boxSize:5}),size:"sm",variant:"ghost",color:c,onClick:()=>{var J;return(J=r.onNodeCollapse)==null?void 0:J.call(r,e[0],!v)}})})]}),h("delete")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(Oe,{label:p?"Delete node":`Delete ${e.length} nodes`,children:f.jsx(Ce,{"aria-label":"Delete selected nodes",icon:f.jsx(F.Icon,{as:K.PiTrash,boxSize:5}),size:"sm",variant:"ghost",color:n==="dark"?"red.300":"red.500",onClick:()=>{A(J=>{var te,G;return(G=r.onNodeDelete)==null?void 0:G.call(r,J,((te=u.get(J))==null?void 0:te.data)||{id:J})}),t()}})})]})]})}async function Nm(e){const{toSvg:t}=await Promise.resolve().then(()=>require("./index-sHQXTNv9.cjs"));await document.fonts.ready;const r=await t(e,{filter:i=>!(i instanceof Element)||!i.matches("button, iframe, [role=tooltip], .flow-sdk-handle, .flow-sdk-property-port, .flow-sdk-edge-hit, .flow-sdk-ghost, .flow-sdk-node-animation")}),n=new DOMParser().parseFromString(decodeURIComponent(r.slice(r.indexOf(",")+1)),"image/svg+xml");return n.querySelectorAll(".flow-sdk-edge-hit, .flow-sdk-handle, .flow-sdk-property-port, .flow-sdk-ghost").forEach(i=>i.remove()),n.querySelectorAll("[data-flow-preview-source]").forEach(i=>{i.setAttribute("style","display:block;white-space:pre-wrap;font:16px/1.5 monospace;overflow-wrap:anywhere")}),`data:image/svg+xml;charset=utf-8,${encodeURIComponent(new XMLSerializer().serializeToString(n))}`}async function Lm(e,t="squeed.svg"){const r=document.createElement("a");r.href=await Nm(e),r.download=t.endsWith(".svg")?t:`${t}.svg`,r.click()}function Fm(){const{themeColor:e}=Le(),[t,r]=_.useState(!1),[n,i]=_.useState("");return f.jsxs(f.Fragment,{children:[f.jsx(Oe,{label:"Download SVG (current view)",children:f.jsx(Ce,{"aria-label":"Download SVG",icon:f.jsx(K.PiDownloadSimpleFill,{size:20}),disabled:t,borderRadius:"30%",color:e,variant:"ghost",onClick:async o=>{var a;const s=(a=o.currentTarget.closest("[data-flow-diagram]"))==null?void 0:a.querySelector("[data-flow-background]");if(!s){i("Diagram not available for export.");return}r(!0),i("");try{await Lm(s)}catch(c){i(c instanceof Error?c.message:"Unable to export SVG.")}finally{r(!1)}}})}),n&&f.jsx("span",{role:"alert",style:{fontSize:12,maxWidth:220},children:n})]})}function Bm({children:e,background:t,border:r,endElement:n}){const i=_.useRef(null),[o,s]=_.useState({left:!1,right:!1});_.useLayoutEffect(()=>{const c=i.current;let u=c.parentElement.offsetWidth;const l=()=>{const p=c.parentElement.offsetWidth;if(p>0&&p!==u){const g=u/p;u=p,g>0&&!window.matchMedia("(prefers-reduced-motion: reduce)").matches&&c.parentElement.animate({transform:[`scaleX(${g})`,"scaleX(1)"],transformOrigin:[n?"right center":"left center",n?"right center":"left center"]},{duration:180,easing:"ease-out",id:"flow-toolbar-grow"})}const y=c.scrollLeft>1,m=c.scrollWidth-c.clientWidth-c.scrollLeft>1;s(g=>g.left===y&&g.right===m?g:{left:y,right:m})},d=p=>{if(p.defaultPrevented||p.ctrlKey||p.deltaX!==0||!p.deltaY||c.scrollWidth<=c.clientWidth)return;p.preventDefault();const y=p.deltaMode===WheelEvent.DOM_DELTA_LINE?16:p.deltaMode===WheelEvent.DOM_DELTA_PAGE?c.clientWidth:1;c.scrollLeft+=p.deltaY*y},h=new ResizeObserver(l);return h.observe(c),c.firstElementChild&&h.observe(c.firstElementChild),c.addEventListener("scroll",l,{passive:!0}),c.addEventListener("wheel",d,{passive:!1}),l(),()=>{h.disconnect(),c.removeEventListener("scroll",l),c.removeEventListener("wheel",d)}},[]);const a=`var(--chakra-colors-${t.replace(".","-")})`;return f.jsxs(F.Box,{position:"relative",bg:t,minW:0,maxW:"100%",flex:"0 1 auto",borderRadius:"30px",css:Kr(a,`var(--chakra-colors-${r.replace(".","-")})`),children:[f.jsx(F.Box,{ref:i,"data-flow-toolbar-scroll":"",h:50,minH:50,alignContent:"center",overflowX:"auto",overflowY:"hidden",mr:n?"44px":void 0,borderRadius:"inherit",css:{scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}},children:e}),["left","right"].map(c=>f.jsx(F.Box,{"data-flow-toolbar-fade":c,"aria-hidden":"true",position:"absolute",top:0,bottom:0,w:"20px",pointerEvents:"none",borderRadius:c==="left"?"30px 0 0 30px":"0 30px 30px 0",style:{[c]:c==="right"&&n?44:0,opacity:o[c]?1:0,background:`linear-gradient(to ${c==="left"?"right":"left"}, ${a}, transparent)`}},c)),n&&f.jsx(F.Box,{position:"absolute",right:"6px",top:0,h:"50px",w:"32px",display:"flex",alignItems:"center",justifyContent:"center",children:n})]})}async function L0(e,t){const r=new Set,n=[],i=(a,c)=>{var l,d,h;if(!a||typeof a!="object")return;const u=a;n.push(c),typeof((l=u.$form)==null?void 0:l.$type)=="string"&&r.add(u.$form.$type),typeof((h=(d=u.$form)==null?void 0:d.$create)==null?void 0:h.$type)=="string"&&r.add(u.$form.$create.$type);for(const[p,y]of Object.entries(u))p==="$"?i(y,c):p.startsWith("$")||i(y,`${c}.${p}`)};if(i(t,"root"),!r.size)return{contract:await Em(e)};const o=await rl(e,[...r]);for(const a of r)if(!Object.prototype.hasOwnProperty.call(o,a))throw new Error(`Missing form type: ${a}`);const s={};for(const a of n){const c=Tt(t,a,o);c&&(s[a]={type:c.type,optional:!1})}return{schema:o,contract:{name:e.name,nodes:s}}}function zm({message:e,onDismiss:t}){const{background:r,colorText:n,border:i}=Ze();return!e||typeof document>"u"?null:tn.createPortal(f.jsxs(F.chakra.div,{role:"alert","aria-atomic":"true",css:Kr(ve(r),ve(i)),onPointerDown:o=>o.stopPropagation(),onClick:o=>o.stopPropagation(),style:{position:"fixed",top:20,right:20,zIndex:1e4,width:360,maxWidth:"calc(100vw - 40px)",boxSizing:"border-box",display:"flex",alignItems:"flex-start",gap:10,padding:16,borderRadius:8,background:ve(r),color:ve(n),fontSize:14,lineHeight:1.5},children:[f.jsx(K.PiWarningCircle,{size:20,"aria-hidden":"true",style:{flexShrink:0,color:"#ef4444"}}),f.jsxs("div",{style:{flex:1,minWidth:0,overflowWrap:"anywhere"},children:[f.jsx("strong",{children:"Interface upload failed"}),f.jsx("div",{children:e})]}),f.jsx(At,{type:"button","aria-label":"Dismiss upload error",title:"Dismiss upload error",onClick:t,flexShrink:0,width:"24px",height:"24px",minWidth:"24px",padding:0})]}),document.body)}function nl({showDivider:e=!0,compact:t=!1}={}){const{edgeMode:r,setEdgeMode:n,workflowContract:i,setWorkflowContract:o,callbacks:s,readOnly:a,themeColor:c,colorMode:u}=Le(),{edgeById:l}=Xr(),{data:d,schema:h,setSchema:p,bindings:y,structured:m}=_.useContext(Sr),g=(m==null?void 0:m.sourceBindings)??y,b=(m==null?void 0:m.sourceSchema)??h,{colorText:w}=Ze(),v=_.useRef(null),x=_.useRef(0),[C,S]=_.useState(!1),[k,I]=_.useState("");_.useEffect(()=>()=>{x.current++},[]),_.useEffect(()=>{x.current++,S(!1)},[a,d,g]);const R=i?[...l.values()].filter(P=>el(i,P.data)).length:0,M=i?`${i.name}: ${b?`${Object.keys(b).length} form types loaded; `:""}${R} invalid or unverified connections`:"",E=qn(f.jsx(nl,{showDivider:!1,compact:!0}));return f.jsx(Et.Provider,{value:null,children:f.jsxs("span",{style:{display:"contents"},onClickCapture:E,children:[f.jsx(zm,{message:k,onDismiss:()=>I("")}),e&&f.jsx(Ht,{}),f.jsxs(br,{"aria-label":"Edge mode",title:r==="auto"?"Connections: Auto":r==="properties"?"Connections: Properties":"Connections: Nodes",icon:r==="auto"?f.jsx(K.PiGraph,{size:20}):r==="properties"?f.jsx(K.PiTable,{size:20}):f.jsx(K.PiTreeStructure,{size:20}),style:{width:36},value:r,disabled:a,footer:s.onWorkflowConfigurationOpen&&f.jsxs(f.Fragment,{children:[f.jsx("hr",{style:{border:0,borderTop:"1px solid currentColor",opacity:.2,margin:"8px 0"}}),f.jsxs(F.Button,{"data-flow-menu-action":"",variant:"ghost",width:"100%",justifyContent:"flex-start",color:"inherit",bg:"transparent",css:Pn,_hover:{bg:u==="dark"?"whiteAlpha.100":"blackAlpha.50"},_focusVisible:{bg:u==="dark"?"whiteAlpha.100":"blackAlpha.50"},onClick:P=>{var A,j;(A=P.currentTarget.closest("[popover]"))==null||A.hidePopover(),(j=s.onWorkflowConfigurationOpen)==null||j.call(s)},children:[f.jsx(K.PiGear,{}),"Configuration"]})]}),onValueChange:P=>{var j;const A=P==="auto"?"auto":P==="properties"?"properties":"nodes";n(A),(j=s.onEdgeModeChange)==null||j.call(s,A)},children:[f.jsx("option",{value:"auto",children:"Auto"}),f.jsx("option",{value:"nodes",children:"Nodes"}),f.jsx("option",{value:"properties",children:"Properties"})]}),f.jsxs("span",{style:{display:r==="auto"||r==="properties"?"contents":"none"},children:[f.jsx(Oe,{label:i?`Replace ${i.name}`:"Upload workflow interface",children:f.jsx(Ce,{"aria-label":"Upload workflow interface",icon:f.jsx(K.PiUploadSimple,{size:20}),color:ve(c),size:"sm",variant:"ghost",disabled:C||a,onClick:()=>{var P;return(P=v.current)==null?void 0:P.click()}})}),f.jsx("input",{ref:v,type:"file",hidden:!0,accept:".ts,.json","aria-label":"Workflow interface file",disabled:a||C,onChange:async P=>{var q,O;const A=(q=P.target.files)==null?void 0:q[0];if(P.target.value="",!A)return;const j=++x.current;S(!0),I("");try{const z=g?await rl(A,[...new Set(Object.values(g).map(Q=>Q.schemaType??Q.type))]):void 0;if(g&&z){for(const Q of Object.values(g))if(!Object.prototype.hasOwnProperty.call(z,Q.schemaType??Q.type))throw new Error(`Missing form type: ${Q.schemaType??Q.type}`)}const{contract:U,schema:ae}=g&&z?{schema:z,contract:{name:A.name,nodes:Object.fromEntries(Object.entries(g).map(([Q,Y])=>[Q,{type:z[Y.schemaType??Y.type],optional:!1}]))}}:await L0(A,d);if(j!==x.current)return;p==null||p(ae),o(U),(O=s.onWorkflowContractChange)==null||O.call(s,U)}catch(z){j===x.current&&I(`${A.name}: ${z instanceof Error?z.message:"Unable to load interface."}`)}finally{j===x.current&&S(!1)}}}),!t&&(M||C)&&f.jsx("span",{role:"status",title:M,style:{color:ve(w),fontSize:12,maxWidth:180,whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:C?"Loading interface...":M}),!t&&i&&f.jsx(Oe,{label:"Remove workflow interface",children:f.jsx(Ce,{"aria-label":"Remove workflow interface",icon:f.jsx(K.PiX,{size:16}),size:"sm",variant:"ghost",disabled:a||C,onClick:()=>{var P;p==null||p(void 0),o(void 0),(P=s.onWorkflowContractChange)==null||P.call(s,void 0),I("")}})})]})]})})}const F0=[{value:"BT",label:"Bottom to Up",icon:K.PiArrowUp,flowType:Bt.BOTTOM_UP},{value:"TB",label:"Top to Bottom",icon:K.PiArrowDown,flowType:Bt.TOP_DOWN},{value:"LR",label:"Left to Right",icon:K.PiArrowRight,flowType:Bt.LEFT_RIGHT},{value:"RL",label:"Right to Left",icon:K.PiArrowLeft,flowType:Bt.RIGHT_LEFT}],Dm=()=>{const{engineRef:e,themeColor:t,setThemeColor:r,edgeColor:n,setEdgeColor:i,backgroundSelected:o,setBackgroundSelected:s,direction:a,edgeMode:c,allNodesIconLabel:u,setAllNodesIconLabel:l,selectedNodeIds:d,setSelectedNodeIds:h,selectedEdgeId:p,setSelectedEdgeId:y,isZoomMode:m,setIsZoomMode:g,isMultiSelectMode:b,setIsMultiSelectMode:w,isDragMode:v,setIsDragMode:x,isEdgeHandlesEnabled:C,setIsEdgeHandlesEnabled:S,isArrayNodeMode:k,setIsArrayNodeMode:I,isPinned:R,setIsPinned:M,callbacks:E,config:P,readOnly:A}=Le(),{nodeById:j,edgeById:q,parentIds:O}=Xr(),z=P.colorMode==="dark",{background:U,border:ae,colorInactive:Q,colorText:Y,colorActive:pe}=Ze(),se=z?ae:"gray.300",$=`var(--chakra-colors-${U.replace(".","-")})`,V=`var(--chakra-colors-${(z?ae:"gray.300").replace(".","-")})`,[W,N]=_.useState(!1),[ne,me]=_.useState(!0),fe=P.bottomBarCollapsed??ne,J=_.useRef(null),te=Ly({edge:"bottom",enabled:!R,bounds:J,inside:[J]}),G=_.useCallback(ye=>{const Me=e.current;if(!Me)return;const nr=P.minZoom??.01,cr=P.maxZoom??1.5,Xe=.02;let xe=Me.zoom();switch(ye){case"increase":xe=Math.min(cr,xe+Xe),Me.zoom(xe),Me.center();break;case"decrease":xe=Math.max(nr,xe-Xe),Me.zoom(xe),Me.center();break;case"reset":Me.fit(50);break}},[e,P.minZoom,P.maxZoom]),le=P.renderSelectedNodeToolbar,ue=d.length>0&&!!le,we=_.useMemo(()=>ue?d.map(ye=>{var nr;return{...((nr=j.get(ye))==null?void 0:nr.data)??{id:ye},isParent:O.has(ye)}}):[],[ue,d,j,O]),ge=_.useCallback(()=>{var ye;h([]),(ye=E.onNodeDeselect)==null||ye.call(E)},[h,E]),qe=P.renderSelectedEdgeToolbar,ee=!!p&&!!qe,he=_.useMemo(()=>{var ye;return!ee||!p?null:((ye=q.get(p))==null?void 0:ye.data)??{id:p}},[ee,p,q]),be=_.useCallback(()=>{var ye;y(null),(ye=E.onEdgeDeselect)==null||ye.call(E)},[y,E]),Ee=P.selectionToolbar!==!1&&!A,$e=Ee&&!!p&&!qe,Ge=Ee&&!$e&&d.length>0&&!le,Ye=$e||Ge,tr=R||te||W||Ye||P.bottomBarCollapsed===!1;_.useEffect(()=>{d.length||p?s(!1):A||(o&&M(!0),P.bottomBarCollapsed===void 0&&me(!o))},[o,d.length,p,A,s,M,P.bottomBarCollapsed]);const sr=P.renderBottomBar,Pe=h0();return sr?f.jsxs(f.Fragment,{children:[ue&&f.jsx(F.Box,{position:"absolute",bottom:5,left:"50%",transform:"translateX(-50%)",zIndex:101,children:le({selectedNodeIds:d,selectedNodeData:we,onDeselect:ge})}),ee&&he&&f.jsx(F.Box,{position:"absolute",bottom:5,left:"50%",transform:"translateX(-50%)",zIndex:101,children:qe({edgeId:p,edgeData:he,onDeselect:be})}),f.jsx(F.Box,{position:"absolute",bottom:0,left:0,right:0,zIndex:100,w:"100%",children:sr({zoomIn:()=>G("increase"),zoomOut:()=>G("decrease"),resetZoom:()=>G("reset"),direction:a,isZoomMode:m,setIsZoomMode:g,isMultiSelectMode:b,setIsMultiSelectMode:w,isDragMode:v,setIsDragMode:x,isEdgeHandlesEnabled:C,setIsEdgeHandlesEnabled:S,isArrayNodeMode:k,setIsArrayNodeMode:I,selectedNodeIds:d,selectedNodeData:we,selectedEdgeId:p,selectedEdgeData:he,onNodeDeselect:ge,onEdgeDeselect:be,callbacks:E})})]}):f.jsxs(Et.Provider,{value:Pe,children:[ue&&f.jsx(F.Box,{position:"absolute",bottom:5,left:"50%",transform:"translateX(-50%)",zIndex:101,children:le({selectedNodeIds:d,selectedNodeData:we,onDeselect:ge})}),ee&&he&&f.jsx(F.Box,{position:"absolute",bottom:5,left:"50%",transform:"translateX(-50%)",zIndex:101,children:qe({edgeId:p,edgeData:he,onDeselect:be})}),f.jsx(F.Box,{ref:J,role:"toolbar","aria-label":"Diagram controls",position:"absolute",bottom:0,left:0,right:0,zIndex:100,w:"100%",transition:"opacity 0.3s ease-in, transform 0.3s ease",transform:tr?"translateY(0)":"translateY(100%)",pointerEvents:tr?"auto":"none",visibility:tr?"visible":"hidden",opacity:tr?1:0,css:{"@media (hover: none)":{visibility:"visible",opacity:1,transform:"none",pointerEvents:"auto"}},children:f.jsxs(F.Flex,{w:"100%",px:5,position:"absolute",bottom:"calc(20px + env(safe-area-inset-bottom, 0px))",flexDirection:"row",justifyContent:"space-between",alignItems:"center",gap:"24px",css:{"@media (min-width: 1024px)":{"& > :first-of-type":{maxWidth:"50vw"}}},children:[f.jsx(Bm,{background:U,border:z?ae:"gray.300",children:f.jsxs(F.HStack,{px:2,gap:1,flexWrap:"nowrap",w:"max-content",minW:"100%",h:"100%",css:{"& > *":{flexShrink:0}},children:[$e?f.jsx(Mm,{edgeId:p,onClose:be}):Ge?f.jsx($m,{ids:d,onClose:ge}):null,f.jsxs("div",{style:{display:$e||Ge?"none":"contents"},children:[f.jsx(Oe,{label:R?"Unpin":"Pin",children:f.jsx(Ce,{"aria-label":"Pin",icon:f.jsx(F.Icon,{as:R?K.PiPushPinFill:K.PiPushPin,boxSize:5}),size:"sm",variant:"ghost",color:R?t:Q,onClick:()=>{M(!R),N(!1)}})}),f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se}),f.jsx(Oe,{label:"Zoom Out",children:f.jsx(Ce,{"aria-label":"Zoom out",rememberAction:!1,icon:f.jsx(F.Icon,{as:K.PiMinus,boxSize:5}),size:"sm",variant:"ghost",color:Y,onClick:()=>G("decrease")})}),f.jsx(Oe,{label:"Zoom In",children:f.jsx(Ce,{"aria-label":"Zoom in",rememberAction:!1,icon:f.jsx(F.Icon,{as:K.PiPlus,boxSize:5}),size:"sm",variant:"ghost",color:Y,onClick:()=>G("increase")})}),f.jsx(Oe,{label:"Reset Zoom",children:f.jsx(Ce,{"aria-label":"Reset zoom",rememberAction:!1,icon:f.jsx(F.Icon,{as:K.PiArrowCounterClockwise,boxSize:5}),size:"sm",variant:"ghost",color:Y,onClick:()=>G("reset")})}),fe&&f.jsx(p0,{divider:f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se,role:"separator","aria-orientation":"vertical"})}),f.jsxs("span",{style:{display:fe?"none":"contents"},children:[P.edgeHandles!==!1&&f.jsx(Oe,{label:C?"Draw Mode On (V)":"Draw Mode Off (V)",children:f.jsx(Ce,{"aria-label":"Toggle draw mode","aria-keyshortcuts":"V","aria-pressed":C,icon:f.jsx(F.Icon,{as:K.PiPencilSimpleLine,boxSize:5}),size:"sm",variant:"ghost",color:C?t:Q,onClick:()=>S(!C)})}),f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se}),f.jsx(Oe,{label:m?"Zoom Mode (z)":"Pan Mode (z)",children:f.jsx(Ce,{"aria-label":"Toggle zoom mode",icon:f.jsx(F.Icon,{as:m?K.PiMagnifyingGlassPlus:K.PiArrowsOutCardinal,boxSize:5}),size:"sm",variant:"ghost",color:m?t:Q,onClick:()=>g(!m)})}),f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se}),f.jsx(Oe,{label:b?"Multi-Select On (m)":"Multi-Select Off (m)",children:f.jsx(Ce,{"aria-label":"Toggle multi-select",icon:f.jsx(F.Icon,{as:K.PiSelectionPlus,boxSize:5}),size:"sm",variant:"ghost",color:b?t:Q,onClick:()=>w(!b)})}),f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se}),f.jsx(Oe,{label:v?"Drag Mode On (d)":"Drag Mode Off (d)",children:f.jsx(Ce,{"aria-label":"Toggle drag mode",icon:f.jsx(F.Icon,{as:K.PiHandGrabbing,boxSize:5}),size:"sm",variant:"ghost",color:v?t:Q,onClick:()=>x(!v)})}),P.bottomBarExtra&&f.jsxs(f.Fragment,{children:[f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se,role:"separator","aria-orientation":"vertical"}),P.bottomBarExtra]}),f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se,role:"separator","aria-orientation":"vertical"}),f.jsx(fm,{}),f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se,role:"separator","aria-orientation":"vertical"}),f.jsx(Uu,{label:"Collapse all",hideLabel:!0,checked:u,icon:f.jsx(F.Icon,{as:K.PiArrowsInLineVertical,boxSize:5}),onChange:l}),c!=="properties"&&f.jsxs(f.Fragment,{children:[f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se}),f.jsx(Oe,{label:k?"Array Mode [ ]":"Set Mode { }",children:f.jsx(Ce,{"aria-label":"Toggle array mode",icon:f.jsx(F.Icon,{as:k?K.PiBracketsSquare:K.PiBracketsCurly,boxSize:5}),size:"sm",variant:"ghost",color:k?t:Q,onClick:()=>{var Me;const ye=!k;I(ye),(Me=E.onArrayModeChange)==null||Me.call(E,ye)}})})]}),f.jsx(nl,{}),!A&&f.jsxs("span",{style:{display:o?"contents":"none"},children:[f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se}),f.jsx(ut,{label:"Graph theme",colors:Tn,value:t,includeTransparent:!1,onPick:ye=>{var Me;r(ye),(Me=E.onThemeColorChange)==null||Me.call(E,ye)}})]}),!A&&f.jsxs(f.Fragment,{children:[f.jsx(F.Icon,{as:K.PiLineVerticalThin,boxSize:5,color:se,role:"separator","aria-orientation":"vertical"}),f.jsx(ut,{label:"Graph edge color",colors:Tn,value:n||(z?"gray.500":Pt),onPick:i,onReset:()=>i("")}),f.jsx(F.Icon,{as:K.PiLineVerticalThin,boxSize:5,color:se,role:"separator","aria-orientation":"vertical"})]}),f.jsx(pm,{})]}),f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se}),f.jsx(Oe,{label:fe?"Expand toolbar":"Collapse toolbar",children:f.jsx(Ce,{"aria-label":"Toggle toolbar collapse",rememberAction:!1,icon:f.jsx(F.Icon,{as:fe?K.PiCaretRight:K.PiCaretLeft,boxSize:5}),size:"sm",variant:"ghost",color:Q,onClick:()=>{var ye;P.bottomBarCollapsed===void 0&&me(!fe),s(fe),(ye=E.onBottomBarCollapsedChange)==null||ye.call(E,!fe)}})}),!fe&&f.jsx(Fm,{})]})]})}),!Ye&&f.jsxs(F.Box,{position:"relative",ml:"auto",flexShrink:0,children:[f.jsx(F.Box,{"data-flow-direction-control":"",bg:U,borderRadius:"30px",h:50,css:Kr($,V),px:3,cursor:"pointer",onClick:()=>N(!W),children:f.jsxs(F.Flex,{align:"center",h:"100%",children:[f.jsx(Oe,{label:"Flow Direction",children:f.jsx(Ce,{"aria-label":"Direction",onClick:ye=>{ye.stopPropagation(),N(!W)},icon:f.jsx(F.Icon,{as:K.PiCaretUp,boxSize:5}),size:"sm",variant:"ghost",color:Q})}),f.jsx(F.Text,{fontSize:"xs",textTransform:"uppercase !important",color:z?"whiteAlpha.600":"blackAlpha.500",ml:1,children:a.toUpperCase()})]})}),W&&f.jsx(F.Box,{position:"absolute",bottom:"100%",right:0,pb:"24px",zIndex:200,children:f.jsxs(F.Box,{bg:U,borderRadius:"30px",p:2,minW:"180px",css:Kr($,V),children:[F0.map(ye=>f.jsxs(F.Flex,{align:"center",gap:3,px:3,py:2,css:Pn,cursor:"pointer",_hover:{bg:z?"whiteAlpha.100":"blackAlpha.50"},onClick:()=>{var Me;(Me=E.onDirectionChange)==null||Me.call(E,ye.value),N(!1)},children:[f.jsx(F.Icon,{as:ye.icon,boxSize:5,color:Y}),f.jsx(F.Text,{fontSize:"sm",color:Y,flex:1,whiteSpace:"nowrap",children:ye.label}),a===ye.value&&f.jsx(F.Icon,{as:K.PiCheck,boxSize:4,color:pe})]},ye.value)),f.jsxs(F.Flex,{align:"center",gap:3,px:3,py:2,css:Pn,cursor:"pointer",_hover:{bg:z?"whiteAlpha.100":"blackAlpha.50"},onClick:()=>{var ye;(ye=E.onDirectionChange)==null||ye.call(E,"C"),N(!1)},children:[f.jsx(F.Icon,{as:K.PiAlignCenterHorizontal,boxSize:5,color:Y}),f.jsx(F.Text,{fontSize:"sm",color:Y,flex:1,whiteSpace:"nowrap",children:"Center"}),a==="C"&&f.jsx(F.Icon,{as:K.PiCheck,boxSize:4,color:pe})]})]})})]})]})})]})};Dm.displayName="BottomBar";const Vm=_.memo(Dm);function B0({checked:e,onChange:t,disabled:r,label:n="Connected nodes"}){return f.jsx(Uu,{hideLabel:!0,label:n,helper:`${n}: isolate node and its connections`,checked:e,onChange:t,disabled:r,icon:f.jsx(F.Icon,{as:K.PiGraph,boxSize:5})})}const Zl={$bgColor:"bgColor",$textColor:"textColor",$borderColor:"borderColor"};function Wm(e,t){const r=new Map,n=(o,s)=>{if(Object.is(o,s))return!0;if(!o||!s||typeof o!="object"||typeof s!="object"||Array.isArray(o)!==Array.isArray(s))return!1;const a=Object.keys(o);return a.length===Object.keys(s).length&&a.every(c=>Object.prototype.hasOwnProperty.call(s,c)&&n(o[c],s[c]))},i=(o,s,a)=>{if(o===s)return!0;if(!o||!s||typeof o!="object"||typeof s!="object"||Array.isArray(o)!==Array.isArray(s))return!1;const c=new Set([...Object.keys(o),...Object.keys(s)]);for(const u of c)if(!n(o[u],s[u])){if(Object.prototype.hasOwnProperty.call(Zl,u)){if(typeof s[u]!="string"||!s[u])return!1;r.set(a,{...r.get(a),[Zl[u]]:s[u]})}else if(u.startsWith("$")&&u!=="$"||!i(o[u],s[u],u==="$"?a:`${a}.${u}`))return!1}return!0};if(i(e,t,"root"))return r}function z0(e,t){return Wm(e,t)!==void 0}function D0(e,t,r){if(e===t)return r;const n=Wm(e,t);if(!n)return;const i=new Set(r.nodes.map(o=>o.data.id));for(const o of n.keys())if(!i.has(o)||!ke(t,o))return;return{edges:r.edges,nodes:r.nodes.map(o=>{const s=n.get(o.data.id),a=ke(e,o.data.id),c=ke(t,o.data.id);return!s&&a===c?o:{...o,data:{...o.data,...typeof o.data.code=="string"?{code:JSON.stringify(c,null,2)}:{},...s?{viewProps:{...o.data.viewProps,...s},config:{...o.data.config,...s}}:{}}}})}}function Bu(e){return e.kind==="literal"?e.value:e.kind==="union"?Bu(e.types[0]):e.kind==="array"?[]:e.kind==="object"?Object.fromEntries(Object.entries(e.properties).filter(([,t])=>!t.optional).map(([t,r])=>[t,Bu(r.type)])):e.kind==="boolean"?!1:e.kind==="number"||e.kind==="integer"?0:e.kind==="null"?null:""}function Gm(e,t,r){var g,b,w;const n=(g=ke(e,t))==null?void 0:g.$form,i=n==null?void 0:n.$create;if(!i)return;const o=i.$address.split(".");if(o.shift()!=="root"||!o.length||o.some(v=>!/^[A-Za-z0-9_-]+$/.test(v)||["__proto__","constructor","prototype"].includes(v)))throw new Error("Invalid form creation address.");if(!r||!Object.prototype.hasOwnProperty.call(r,i.$type))throw new Error(`Load form type: ${i.$type}`);const s=o.pop(),a=["root",...o].join("."),c=Tt(e,a,r),u=(b=c==null?void 0:c.type.properties[s])==null?void 0:b.type;if((u==null?void 0:u.kind)!=="array"||u.items.kind!=="object")throw new Error("Form creation must target an object-array field.");const l=r[i.$type],d=i.$defaults??{};for(const[v,x]of Object.entries(d))if(!Object.prototype.hasOwnProperty.call(l.properties,v)||Rr(l.properties[v].type,x,!l.properties[v].optional))throw new Error(`Invalid creation default: ${v}`);const h={...Bu(l),...structuredClone(d)};((w=l.properties.id)==null?void 0:w.type.kind)==="string"&&(h.id=Hu());let p=e;const y=ke(e,i.$address);if(y===void 0)p=xr(e,a,v=>({...v,[s]:[]}));else if(!Array.isArray(y)&&!Array.isArray(y==null?void 0:y.$))throw new Error("Form creation destination is not an array.");const m=Zu(p,i.$address,{...h,$label:i.$label??i.$type,...i.$icon?{$icon:i.$icon}:{},$form:{$type:i.$type,$create:i}});return{address:m.address,json:Yu(m.json,t,{target:m.address,label:i.$edgeLabel})}}function V0(e,t){const r=i=>e&&typeof e=="object"&&i in e;let n=1;for(;r(`${t}_${n}`);)n++;return`${t}_${n}`}function Um(e,t,r,n,i){const o=(a,c)=>{a!==e&&(e=a,n==null||n(a,c))},s=a=>{var u;const c=(u=t.find(l=>l.data.id===a))==null?void 0:u.data;return c&&{source:c.source,target:c.target,isInverted:c.isInverted,sourceProperty:c.sourceProperty,targetProperty:c.targetProperty,connection:c.connection}};return{...r,onFormChange:a=>{const c=ke(e,a.nodeAddress);if(!c||a.nodeId!==void 0&&c.id!==a.nodeId)throw new Error("This form node has moved. Retry the edit.");o(Bn(e,a,r.onFormChange),{type:"form",address:a.address,value:a.value})},onNodeLabelChange:(a,c)=>{var u;(u=r.onNodeLabelChange)==null||u.call(r,a,c),o(hr(e,a,"$label",c),{type:"nodeLabel",address:a,key:"$label",value:c})},onNodeContentChange:(a,c)=>{var u;(u=r.onNodeContentChange)==null||u.call(r,a,c),o(hr(e,a,"$content",c),{type:"nodeContent",address:a,key:"$content",value:c})},onNodeTypeViewChange:(a,c)=>{var u;c!==void 0&&!nn.includes(c)||((u=r.onNodeTypeViewChange)==null||u.call(r,a,c),o(hr(e,a,"$view",c),{type:"nodeStyle",address:a,key:"$view",value:c}))},onNodeColorChange:(a,c,u)=>{var d;(d=r.onNodeColorChange)==null||d.call(r,a,c,u);const l=c==="bg"?"$bgColor":"$textColor";o(hr(e,a,l,u),{type:"nodeColor",address:a,key:l,value:u})},onNodeBorderColorChange:(a,c)=>{var u;(u=r.onNodeBorderColorChange)==null||u.call(r,a,c),o(hr(e,a,"$borderColor",c),{type:"nodeColor",address:a,key:"$borderColor",value:c})},onNodeBorderStyleChange:(a,c)=>{var u;(u=r.onNodeBorderStyleChange)==null||u.call(r,a,c),o(hr(e,a,"$borderStyle",c),{type:"nodeStyle",address:a,key:"$borderStyle",value:c})},onNodeBorderWidthChange:(a,c)=>{var u;c!==void 0&&(!Number.isFinite(c)||c<0)||((u=r.onNodeBorderWidthChange)==null||u.call(r,a,c),o(hr(e,a,"$borderWidth",c),{type:"nodeStyle",address:a,key:"$borderWidth",value:c}))},onNodeBorderRadiusChange:(a,c)=>{var u;c!==void 0&&(!Number.isFinite(c)||c<0)||((u=r.onNodeBorderRadiusChange)==null||u.call(r,a,c),o(hr(e,a,"$borderRadius",c),{type:"nodeStyle",address:a,key:"$borderRadius",value:c}))},onNodeIconChange:(a,c)=>{var u;(u=r.onNodeIconChange)==null||u.call(r,a,c),o(hr(e,a,"$icon",c),{type:"nodeIcon",address:a,key:"$icon",value:c})},onNodeOutlineChange:(a,c)=>{var u;(u=r.onNodeOutlineChange)==null||u.call(r,a,c),o(hr(e,a,"$outline",c),{type:"nodeOutline",address:a,key:"$outline",value:c})},onNodeAnimationChange:(a,c)=>{var u;(u=r.onNodeAnimationChange)==null||u.call(r,a,c),o(hr(e,a,"$isNodeAnimated",c),{type:"nodeAnimation",address:a,key:"$isNodeAnimated",value:c})},onNodeAnimationVariantChange:(a,c)=>{var u;c!=="traveling"&&c!=="pulse"||((u=r.onNodeAnimationVariantChange)==null||u.call(r,a,c),o(hr(e,a,"$nodeAnimationVariant",c),{type:"nodeAnimation",address:a,key:"$nodeAnimationVariant",value:c}))},onNodeCollapse:(a,c)=>{var u;(u=r.onNodeCollapse)==null||u.call(r,a,c),o(vm(e,a,c),{type:"nodeCollapse",address:a,key:"$collapsed",value:c})},onNodeCreate:a=>{var y,m;const c=a.sourceNodeId&&Gm(e,a.sourceNodeId,i);if(c){(y=r.onNodeCreate)==null||y.call(r,a),o(c.json,{type:"nodeCreate",address:c.address,value:"form"});return}(m=r.onNodeCreate)==null||m.call(r,a);const u=a.sourceNodeId||"root",l=ke(e,u),d=V0(l,a.isArrayMode?"list":"node"),h=a.isArrayMode?{$bgColor:"gray.500",$:[]}:{$bgColor:"gray.500"},p=Zu(e,u,h,d);o(p.json,{type:"nodeCreate",address:p.address,value:a.isArrayMode?"array":"set"})},onNodeDelete:(a,c)=>{var u;(u=r.onNodeDelete)==null||u.call(r,a,c),o(wm(e,a),{type:"nodeDelete",address:a})},onEdgeCreate:(a,c,u)=>{var d;(d=r.onEdgeCreate)==null||d.call(r,a,c,u);const l=u&&(u.sourceProperty!==void 0||u.targetProperty!==void 0)?{...u,target:c}:void 0;o(l?Yu(e,a,l):Cm(e,a,c),{type:"edgeCreate",address:a,key:l?"$connections":"$target",value:l??c})},onEdgeLabelChange:(a,c)=>{var l;(l=r.onEdgeLabelChange)==null||l.call(r,a,c);const u=s(a);u&&o(Ur(e,u,"$sourceLabel",c),{type:"edgeLabel",edge:u,key:u.connection?"$connections":"$sourceLabel",value:c})},onEdgeStyleChange:(a,c)=>{var l;(l=r.onEdgeStyleChange)==null||l.call(r,a,c);const u=s(a);u&&o(xm(e,u,c),{type:"edgeStyle",edge:u,value:c})},onEdgeAnimationVariantChange:(a,c)=>{var l;if(c!=="dashed"&&c!=="traveling")return;(l=r.onEdgeAnimationVariantChange)==null||l.call(r,a,c);const u=s(a);u&&o(Ur(e,u,"$edgeAnimationVariant",c),{type:"edgeStyle",edge:u,key:u.connection?"$connections":"$edgeAnimationVariant",value:c})},onEdgeTypeChange:(a,c)=>{var l;(l=r.onEdgeTypeChange)==null||l.call(r,a,c);const u=s(a);u&&o(Ur(e,u,"$edgeType",c),{type:"edgeStyle",edge:u,key:u.connection?"$connections":"$edgeType",value:c})},onEdgeIconChange:(a,c)=>{var l;(l=r.onEdgeIconChange)==null||l.call(r,a,c);const u=s(a);u&&o(Ur(e,u,"$edgeIcon",c||void 0),{type:"edgeStyle",edge:u,key:u.connection?"$connections":"$edgeIcon",value:c})},onEdgeColorChange:(a,c)=>{var l;(l=r.onEdgeColorChange)==null||l.call(r,a,c);const u=s(a);u&&o(Ur(e,u,"$edgeColor",c),{type:"edgeColor",edge:u,key:u.connection?"$connections":"$edgeColor",value:c})},onEdgeDelete:(a,c)=>{var d;(d=r.onEdgeDelete)==null||d.call(r,a,c);const u=s(a);if(!u)return;const l=Sm(e,u);l.removed&&o(l.json,{type:"edgeDelete",edge:u,key:u.connection?"$connections":"$target"})}}}const W0=".flow-sdk-edge-trace{pointer-events:none;animation:flow-sdk-edge-trace 2.4s linear infinite}.flow-sdk-edge-trace-reverse{animation-direction:reverse}@keyframes flow-sdk-edge-trace{from{stroke-dashoffset:18}to{stroke-dashoffset:-100}}@media(prefers-reduced-motion:reduce){.flow-sdk-edge-trace,.flow-sdk-edge-anim{animation:none}}";function G0({path:e,color:t,width:r,reversed:n}){return f.jsx("path",{className:`flow-sdk-edge-trace${n?" flow-sdk-edge-trace-reverse":""}`,"data-animation-variant":"traveling","aria-hidden":"true",pointerEvents:"none",d:e,fill:"none",stroke:t,strokeWidth:r,strokeLinecap:"round",pathLength:100,strokeDasharray:"18 100"})}const U0=".flow-sdk-edge-reveal{animation:flow-sdk-edge-reveal var(--flow-edge-reveal-duration,600ms) linear both;animation-play-state:var(--flow-edge-reveal-state,running)}.flow-sdk-edge-reveal-end{animation:flow-sdk-edge-reveal-end var(--flow-edge-reveal-duration,600ms) steps(1,end) both;animation-play-state:var(--flow-edge-reveal-state,running)}@keyframes flow-sdk-edge-reveal{from{stroke-dashoffset:var(--flow-edge-reveal-from,100)}to{stroke-dashoffset:0}}@keyframes flow-sdk-edge-reveal-end{from{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.flow-sdk-edge-reveal{animation:none;stroke-dashoffset:0}.flow-sdk-edge-reveal-end{animation:none;opacity:1}}";function H0({path:e,width:t,reversed:r,children:n,onComplete:i}){const o=`flow-edge-reveal-${_.useId().replace(/:/g,"")}`,s=_.useRef(null),[a,c]=_.useState({x:0,y:0,width:1,height:1});return _.useEffect(()=>{const u=matchMedia("(prefers-reduced-motion: reduce)"),l=()=>{u.matches&&(i==null||i())};return l(),u.addEventListener("change",l),()=>u.removeEventListener("change",l)},[i]),_.useLayoutEffect(()=>{var l;const u=(l=s.current)==null?void 0:l.getBBox();u&&c({x:u.x-t,y:u.y-t,width:u.width+t*2,height:u.height+t*2})},[e,t]),f.jsxs(f.Fragment,{children:[f.jsx("defs",{children:f.jsx("mask",{id:o,maskUnits:"userSpaceOnUse",...a,children:f.jsx("path",{ref:s,className:"flow-sdk-edge-reveal",onAnimationEnd:u=>{u.animationName==="flow-sdk-edge-reveal"&&(i==null||i())},"data-reveal-direction":r?"reverse":"forward",style:{"--flow-edge-reveal-from":r?-100:100},d:e,fill:"none",stroke:"white",strokeWidth:t,strokeLinecap:"butt",strokeLinejoin:"round",pathLength:100,strokeDasharray:"100 100"})})}),f.jsx("g",{mask:`url(#${o})`,children:n})]})}const K0=".flow-sdk-node-animation{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;z-index:1}.flow-sdk-node-border-animation{pointer-events:none;animation:flow-sdk-node-border 2.4s linear infinite}.flow-sdk-node-border-pulse{stroke-width:var(--flow-pulse-rest-width);animation:flow-sdk-node-pulse 1.8s ease-in-out infinite}@keyframes flow-sdk-node-border{from{stroke-dashoffset:0}to{stroke-dashoffset:-100}}@keyframes flow-sdk-node-pulse{0%,100%{stroke-width:var(--flow-pulse-rest-width)}50%{stroke-width:var(--flow-pulse-expanded-width)}}@media(prefers-reduced-motion:reduce){.flow-sdk-node-border-animation{animation:none}}";function Hm({x:e=0,y:t=0,width:r,height:n,radius:i,color:o,strokeWidth:s=8,path:a,variant:c="traveling"}){const u=_.useId(),l=`flow-sdk-node-border-animation${c==="pulse"?" flow-sdk-node-border-pulse":""}`;if(c==="pulse"){const d=a?"path":"rect",h=a?{d:a}:{x:e,y:t,width:Math.max(0,r),height:Math.max(0,n),rx:Math.max(0,Math.min(i,r/2,n/2))},p=s+36,y={x:e-p,y:t-p,width:r+2*p,height:n+2*p};return f.jsxs("g",{"aria-hidden":"true",pointerEvents:"none",children:[f.jsx("defs",{children:f.jsxs("mask",{id:u,maskUnits:"userSpaceOnUse",...y,style:{maskType:"luminance"},children:[f.jsx("rect",{...y,fill:"white"}),f.jsx(d,{...h,fill:"black",stroke:"black",strokeWidth:s,strokeLinejoin:"round"})]})}),f.jsx(d,{...h,className:l,"data-animation-variant":c,fill:"none",stroke:`color-mix(in srgb, ${o} 30%, transparent)`,strokeLinejoin:"round",mask:`url(#${u})`,style:{"--flow-pulse-rest-width":`${s+16}px`,"--flow-pulse-expanded-width":`${s+36}px`}})]})}return a?f.jsx("path",{className:l,"data-animation-variant":c,"aria-hidden":"true",pointerEvents:"none",d:a,fill:"none",stroke:o,strokeWidth:s,strokeLinecap:"round",pathLength:100,strokeDasharray:"18 82"}):f.jsx("rect",{className:l,"data-animation-variant":c,"aria-hidden":"true",pointerEvents:"none",x:e,y:t,width:Math.max(0,r),height:Math.max(0,n),rx:Math.max(0,Math.min(i,r/2,n/2)),fill:"none",stroke:o,strokeWidth:s,strokeLinecap:"round",pathLength:100,strokeDasharray:"18 82"})}const J0=e=>{const n=1/(Math.cbrt(e)*.8);let i=Math.round(650*n),o=Math.round(350*n);return i=Math.max(40,Math.min(450,i)),o=Math.max(30,Math.min(300,o)),{edgeSep:i,rankSep:o}};function Yl(e,t,r){const n=new Set([e]),i=[e];for(;i.length;){const o=i.pop();for(const s of t)(s.parent===o||s.id.startsWith(`${o}.`)||r.some(c=>(c.inverted?c.target:c.source)===o&&(c.inverted?c.source:c.target)===s.id))&&!n.has(s.id)&&(n.add(s.id),i.push(s.id))}return n}function Z0(e,t,r){const n=r==="downward"||r==="upward",i=new Map;for(const s of e){if(s.source===s.target||s.sourceProperty||s.targetProperty)continue;const a=t(s.source),c=t(s.target);if(!a||!c)continue;const u=n?c.y-a.y:c.x-a.x,l=Math.abs(u)-(n?a.h+c.h:a.w+c.w)/2;if(l<=320)continue;const d=JSON.stringify([s.source,Math.sign(u)]),h=i.get(d)??[];h.push({edge:s,gap:l,cross:n?c.x-a.x:c.y-a.y}),i.set(d,h)}const o=new Map;for(const s of i.values()){if(new Set(s.map(({edge:c})=>c.target)).size<2)continue;const a=new Map;for(const{edge:c}of s)a.set(c.target,(a.get(c.target)??0)+1);for(const c of[-1,0,1]){const u=s.filter(({cross:d})=>Math.sign(d)===c);u.sort((d,h)=>Math.abs(h.cross)-Math.abs(d.cross)||d.edge.id.localeCompare(h.edge.id));const l=Math.min(...u.map(({gap:d})=>d));u.forEach(({edge:d,gap:h,cross:p},y)=>{const m=u.length===1?l/2:120+(l-280)*y/(u.length-1),g=u.find(b=>Math.abs(b.cross)<Math.abs(p));o.set(d.id,{turn:m/h,labelAtTarget:a.get(d.target)===1,labelFraction:p?(p+((g==null?void 0:g.cross)??0))/(2*p):.5})})}}return o}const bt=e=>({x1:e.x-e.w/2,y1:e.y-e.h/2,x2:e.x+e.w/2,y2:e.y+e.h/2}),Y0=e=>({x:(e.x1+e.x2)/2,y:(e.y1+e.y2)/2,w:e.x2-e.x1,h:e.y2-e.y1});function bo(e){if(!e.length)return null;const t={...e[0]};for(let r=1;r<e.length;r++)t.x1=Math.min(t.x1,e[r].x1),t.y1=Math.min(t.y1,e[r].y1),t.x2=Math.max(t.x2,e[r].x2),t.y2=Math.max(t.y2,e[r].y2);return t}const X0=(e,t)=>e.x1<=t.x2&&e.x2>=t.x1&&e.y1<=t.y2&&e.y2>=t.y1,Xl=(e,t)=>e.x>=t.x1&&e.x<=t.x2&&e.y>=t.y1&&e.y<=t.y2,wr=e=>(Math.round(e*10)/10).toString(),Qe=e=>`${wr(e.x)} ${wr(e.y)}`,Q0=e=>e>0?1:e<0?-1:0,Ql=(e,t)=>e>0?Math.max(e-t,0):Math.min(e+t,0);function ew(e,t,r,n,i=10){const o=t.x-e.x,s=t.y-e.y,a=Ql(o,(e.w+t.w)/2),c=Ql(s,(e.h+t.h)/2),u=r==="downward"||r==="upward",l=u?c:a,d=u?s:o,h=Q0(d),p=n*l,y=w=>Math.abs(w)<i||Math.abs(w)>=Math.abs(l),m=y(p)||y(Math.abs(l)-Math.abs(p));let g;if(m)if(u)if(Math.abs(d)<=e.h/2){const w=(e.x+t.x)/2;g=[w,e.y,w,t.y]}else if(Math.abs(o)<=t.w/2){const w=(e.y+t.y)/2;g=[e.x,w,t.x,w]}else g=[e.x,t.y];else if(Math.abs(d)<=e.w/2){const w=(e.y+t.y)/2;g=[e.x,w,t.x,w]}else if(Math.abs(s)<=t.h/2){const w=(e.x+t.x)/2;g=[w,e.y,w,t.y]}else g=[t.x,e.y];else if(u){const w=e.y+p+e.h/2*h;g=[e.x,w,t.x,w]}else{const w=e.x+p+e.w/2*h;g=[w,e.y,w,t.y]}const b=[{x:e.x,y:e.y}];for(let w=0;w<g.length;w+=2)b.push({x:g[w],y:g[w+1]});return b.push({x:t.x,y:t.y}),b}function rw(e,t,r){const n=t.x-e.x,i=t.y-e.y,o=n>0?(r.x2-e.x)/n:n<0?(r.x1-e.x)/n:1/0,s=i>0?(r.y2-e.y)/i:i<0?(r.y1-e.y)/i:1/0,a=Math.min(o,s);return!Number.isFinite(a)||a>=1||a<0?null:{x:e.x+n*a,y:e.y+i*a}}function kt(e,t,r){var s;if(!((s=r.outline)!=null&&s.length))return rw(e,t,bt(r));const n=t.x-e.x,i=t.y-e.y;let o=1/0;return r.outline.forEach((a,c,u)=>{const l=u[(c+1)%u.length],d=l.x-a.x,h=l.y-a.y,p=n*h-i*d;if(Math.abs(p)<1e-9)return;const y=a.x-e.x,m=a.y-e.y,g=(y*h-m*d)/p,b=(y*i-m*n)/p;g>=0&&g<1&&b>=-1e-9&&b<=1+1e-9&&(o=Math.min(o,g))}),Number.isFinite(o)?{x:e.x+n*o,y:e.y+i*o}:null}function Km(e,t,r=.5){const n=Number.isFinite(r)?Math.max(0,Math.min(1,r)):.5,i=t==="top"||t==="bottom",o=t==="top"||t==="left"?-1:1,s={x:i?e.x-e.w/2+e.w*n:e.x,y:i?e.y:e.y-e.h/2+e.h*n},a=Math.max(e.w,e.h)*2+1;return{...kt(s,{x:s.x+(i?0:o*a),y:s.y+(i?o*a:0)},e)??{x:i?s.x:e.x+o*e.w/2,y:i?e.y+o*e.h/2:s.y},side:t}}function wt(e,t){return{x:e.x+(e.side==="right"?t:e.side==="left"?-t:0),y:e.y+(e.side==="bottom"?t:e.side==="top"?-t:0)}}function tw(e,t,r,n){const i=wt(e,r.srcDist),o=wt(t,r.tgtDist);if(n==="straight")return Zm(i,o,r);const s=Math.max(80,Math.min(300,Math.hypot(o.x-i.x,o.y-i.y)/3)),a=e.side==="bottom"&&t.side==="top"?o.y-i.y:e.side==="top"&&t.side==="bottom"?i.y-o.y:e.side==="right"&&t.side==="left"?o.x-i.x:e.side==="left"&&t.side==="right"?i.x-o.x:void 0,c=a!==void 0&&a>0?Math.min(s,a/2):s,u=wt({...i,side:e.side},c),l=wt({...o,side:t.side},c),d=r.arrowAt==="source"?ar(i,u,r.arrowGap):i,h=r.arrowAt==="target"?ar(o,l,r.arrowGap):o,p=r.arrowAt==="source"?_r(i,u,r.arrowSize,r.headShape):r.arrowAt==="target"?_r(o,l,r.arrowSize,r.headShape):void 0;if(n==="bezier")return{d:`M${Qe(d)} C${Qe(u)} ${Qe(l)} ${Qe(h)}`,arrow:p,label:{x:(d.x+3*u.x+3*l.x+h.x)/8,y:(d.y+3*u.y+3*l.y+h.y)/8,angle:0}};const y=e.side==="left"||e.side==="right",m=t.side==="left"||t.side==="right";let g;if(y!==m){const w=y?{x:l.x,y:u.y}:{x:u.x,y:l.y},v=(w.x-u.x)*(u.x-i.x)+(w.y-u.y)*(u.y-i.y)>=0,x=(w.x-l.x)*(l.x-o.x)+(w.y-l.y)*(l.y-o.y)>=0;g=[v&&x?w:y?{x:u.x,y:l.y}:{x:l.x,y:u.y}]}else if(a!==void 0&&a<=0)if(y){const w=(u.y+l.y)/2;g=[{x:u.x,y:w},{x:l.x,y:w}]}else{const w=(u.x+l.x)/2;g=[{x:w,y:u.y},{x:w,y:l.y}]}else if(y){const w=e.side===t.side?e.side==="right"?Math.max(u.x,l.x):Math.min(u.x,l.x):(u.x+l.x)/2;g=[{x:w,y:u.y},{x:w,y:l.y}]}else{const w=e.side===t.side?e.side==="bottom"?Math.max(u.y,l.y):Math.min(u.y,l.y):(u.y+l.y)/2;g=[{x:u.x,y:w},{x:l.x,y:w}]}const b=[u,...g,l].filter((w,v,x)=>v===0||w.x!==x[v-1].x||w.y!==x[v-1].y);return zn(d,b,h,p,n==="orthogonal"?0:r.radius)}function ar(e,t,r){const n=e.x-t.x,i=e.y-t.y,o=Math.hypot(n,i);if(!o)return e;let s=(o-r)/o;return s<0&&(s=1e-5),{x:t.x+s*n,y:t.y+s*i}}function _r(e,t,r,n="triangle"){const i=e.x-t.x,o=e.y-t.y,s=Math.hypot(i,o)||1,a=i/s,c=o/s,u=(n==="square"?.15:.3)*r,l=.15*r,d=e.x-a*u,h=e.y-c*u;if(n==="square")return`M${Qe(e)} L${wr(e.x-c*l)} ${wr(e.y+a*l)} L${wr(d-c*l)} ${wr(h+a*l)} L${wr(d+c*l)} ${wr(h-a*l)} L${wr(e.x+c*l)} ${wr(e.y-a*l)} Z`;const p=[e,{x:d-c*l,y:h+a*l},{x:d+c*l,y:h-a*l}];return p.map((m,g)=>{const b=p[(g+2)%3],w=p[(g+1)%3],v=Math.hypot(b.x-m.x,b.y-m.y),x=Math.hypot(w.x-m.x,w.y-m.y),C={x:(b.x-m.x)/v,y:(b.y-m.y)/v},S={x:(w.x-m.x)/x,y:(w.y-m.y)/x},k=Math.max(-1,Math.min(1,C.x*S.x+C.y*S.y)),I=Math.sqrt((1-k)/(1+k)),R=Math.min(1/I,v/2,x/2);return{start:{x:m.x+C.x*R,y:m.y+C.y*R},end:{x:m.x+S.x*R,y:m.y+S.y*R},radius:R*I}}).map((m,g)=>`${g?"L":"M"}${Qe(m.start)} A${wr(m.radius)} ${wr(m.radius)} 0 0 1 ${Qe(m.end)}`).join(" ")+" Z"}function Gr(e,t){let r=Math.atan(t/e);return e===0&&r<0&&(r=-r),Number.isFinite(r)||(r=0),r*180/Math.PI}function nw(e,t,r,n){const i={x:t.x-e.x,y:t.y-e.y},o={x:r.x-t.x,y:r.y-t.y},s=Math.hypot(i.x,i.y),a=Math.hypot(o.x,o.y),c=i.x*o.y-i.y*o.x;if(s<1e-6||a<1e-6||Math.abs(c)<1e-6)return{p1:t,b:t,p2:t,r:0};const u=Math.min(n,s/2,a/2);return{p1:{x:t.x-i.x/s*u,y:t.y-i.y/s*u},b:t,p2:{x:t.x+o.x/a*u,y:t.y+o.y/a*u},r:u}}function Jm(e,t,r,n){let i=-1,o=null;for(let y=0;y<e.length-1;y++){const m=kt(e[y],e[y+1],t);if(m){i=y,o=m;break}}let s=-1,a=null;for(let y=e.length-1;y>0;y--){const m=kt(e[y],e[y-1],r);if(m){s=y,a=m;break}}if(!o||!a||i>=s)return null;const c=e.slice(i+1,s),u=c[0]??a,l=c[c.length-1]??o;let d,h,p;if(n.arrowAt==="source"){const y=ar(o,u,n.srcDist);d=ar(o,u,n.srcDist+n.arrowGap),p=_r(y,u,n.arrowSize,n.headShape)}else d=ar(o,u,n.srcDist);if(n.arrowAt==="target"){const y=ar(a,l,n.tgtDist);h=ar(a,l,n.tgtDist+n.arrowGap),p=_r(y,l,n.arrowSize,n.headShape)}else h=ar(a,l,n.tgtDist);return zn(d,c,h,p,n.radius,n.labelTargetLength,n.labelFraction)}function zn(e,t,r,n,i,o,s){var h;const a=[e,...t,r],c=[];let u=`M${Qe(e)}`;for(let p=1;p<a.length-1;p++){const y=nw(a[p-1],a[p],a[p+1],i);c.push(y),y.r===0?u+=` L${Qe(y.b)}`:u+=` L${Qe(y.p1)} Q${Qe(y.b)} ${Qe(y.p2)}`}u+=` L${Qe(r)}`;let l;const d=t.length;if(d===0)l={x:(e.x+r.x)/2,y:(e.y+r.y)/2,angle:Gr(r.x-e.x,r.y-e.y)};else if(d%2===0){const p=t[d/2-1],y=t[d/2];l={x:(p.x+y.x)/2,y:(p.y+y.y)/2,angle:Gr(y.x-p.x,y.y-p.y)}}else{const p=c[(d-1)/2];if(p.r===0){const y=a[(d-1)/2+2];l={x:p.b.x,y:p.b.y,angle:Gr(y.x-p.b.x,y.y-p.b.y)}}else l={x:.25*p.p1.x+.5*p.b.x+.25*p.p2.x,y:.25*p.p1.y+.5*p.b.y+.25*p.p2.y,angle:Gr(p.p2.x-p.p1.x,p.p2.y-p.p1.y)}}if(o!==void 0){if(s!==void 0&&c.length===2){const g=c[0].p2,b=c[1].p1,w=Math.hypot(b.x-g.x,b.y-g.y),v=Math.min(.5,o/(2*w)),x=Math.max(v,Math.min(1-v,s));l={x:g.x+(b.x-g.x)*x,y:g.y+(b.y-g.y)*x,angle:Gr(b.x-g.x,b.y-g.y)}}const p=((h=c[c.length-1])==null?void 0:h.p2)??e,y=r.x-p.x,m=r.y-p.y;Math.hypot(y,m)>=o&&(l={x:(p.x+r.x)/2,y:(p.y+r.y)/2,angle:Gr(y,m)})}return{d:u,arrow:n,label:l}}function ed(e,t,r,n,i,o,s){const a=r==="leftward"?-1:1,c={x:e.x+a*(e.w/2+s.srcDist),y:n??e.y},u={x:t.x-a*(t.w/2+s.tgtDist),y:i??t.y},l=Math.max(80,s.arrowGap+s.arrowSize*.3),d=c.x+a*l,h=u.x-a*l;let p;if(a*(h-d)>=0){const b=c.x+(u.x-c.x)*o,w=Math.max(Math.min(d,h),Math.min(Math.max(d,h),b));p=[{x:w,y:c.y},{x:w,y:u.y}]}else{const b=Math.min(e.y-e.h/2,t.y-t.h/2)-l*(1+o);p=[{x:d,y:c.y},{x:d,y:b},{x:h,y:b},{x:h,y:u.y}]}const y=s.arrowAt==="source"?ar(c,p[0],s.arrowGap):c,m=s.arrowAt==="target"?ar(u,p[p.length-1],s.arrowGap):u,g=s.arrowAt==="source"?_r(c,p[0],s.arrowSize,s.headShape):s.arrowAt==="target"?_r(u,p[p.length-1],s.arrowSize,s.headShape):void 0;return zn(y,p,m,g,s.radius)}function rd(e,t,r,n,i){return Jm(ew(e,t,r,n),e,t,i)}function td(e,t,r,n,i,o){const s=n===void 0&&i===void 0&&(r==="downward"||r==="upward"),a=r==="leftward"||s&&r==="upward"?-1:1,c=(u,l,d)=>{const h={x:u.x,y:l??u.y},p=Math.max(u.w,u.h)*2+1,y=kt(h,{x:h.x+(s?0:d*p),y:h.y+(s?d*p:0)},u);return y?{x:y.x+(s?0:d*o),y:y.y+(s?d*o:0)}:s?{x:u.x,y:u.y+d*(u.h/2+o)}:{x:u.x+d*(u.w/2+o),y:l??u.y}};return{sourcePoint:c(e,n,a),targetPoint:c(t,i,-a)}}function ow(e,t,r,n){const i=r==="downward"||r==="upward",o=r==="leftward"||r==="upward"?-1:1,s=Math.max(100,Math.abs(i?t.y-e.y:t.x-e.x)/2),a={x:e.x+(i?0:o*s),y:e.y+(i?o*s:0)},c={x:t.x-(i?0:o*s),y:t.y-(i?o*s:0)},u=n.arrowAt==="source"?ar(e,a,n.arrowGap):e,l=n.arrowAt==="target"?ar(t,c,n.arrowGap):t;return{d:`M${Qe(u)} C${Qe(a)} ${Qe(c)} ${Qe(l)}`,arrow:n.arrowAt==="source"?_r(e,a,n.arrowSize,n.headShape):n.arrowAt==="target"?_r(t,c,n.arrowSize,n.headShape):void 0,label:{x:(u.x+3*a.x+3*c.x+l.x)/8,y:(u.y+3*a.y+3*c.y+l.y)/8,angle:Gr(l.x+c.x-a.x-u.x,l.y+c.y-a.y-u.y)}}}function Zm(e,t,r){const n=r.arrowAt==="source"?ar(e,t,r.arrowGap):e,i=r.arrowAt==="target"?ar(t,e,r.arrowGap):t,o=r.arrowAt==="source"?_r(e,t,r.arrowSize,r.headShape):r.arrowAt==="target"?_r(t,e,r.arrowSize,r.headShape):void 0;return zn(n,[],i,o,0)}function iw(e,t,r,n=-90,i=-60,o=350){const s=n*Math.PI/180,a=i*Math.PI/180,c=s-Math.PI/2,u=c-a/2,l=c+a/2,d=1.4*o*(t/3+1),h={x:e.x+Math.cos(u)*d,y:e.y+Math.sin(u)*d},p={x:e.x+Math.cos(l)*d,y:e.y+Math.sin(l)*d},y={x:e.x,y:e.y},m=kt(y,h,e),g=kt(y,p,e);if(!m||!g)return null;const b={x:(h.x+p.x)/2,y:(h.y+p.y)/2};let w=ar(m,h,r.srcDist),v=ar(g,p,r.tgtDist),x;if(r.arrowAt==="target"){const S=v;v=ar(g,p,r.tgtDist+r.arrowGap),x=_r(S,p,r.arrowSize,r.headShape)}else if(r.arrowAt==="source"){const S=w;w=ar(m,h,r.srcDist+r.arrowGap),x=_r(S,h,r.arrowSize,r.headShape)}return{d:`M${Qe(w)} Q${Qe(h)} ${Qe(b)} Q${Qe(p)} ${Qe(v)}`,arrow:x,label:{x:b.x,y:b.y,angle:Gr(p.x-h.x,p.y-h.y)}}}const yt=e=>Math.round(e*1e3)/1e3;function Ym(e){const t=e.querySelector("[data-flow-node-surface]");if(!t)return;const r=e.getBoundingClientRect(),n=r.width/e.offsetWidth;if(!Number.isFinite(n)||n<=0)return;const i=t.getBoundingClientRect();if(!i.width||!i.height)return;const o=t,s=typeof o.getScreenCTM=="function"?o.getScreenCTM():null,a=typeof o.getTotalLength=="function"?o.getTotalLength():0,c=o.points,u=(c==null?void 0:c.numberOfItems)||128,l=s&&a>0?Array.from({length:u},(d,h)=>{const p=c!=null&&c.numberOfItems?c.getItem(h):o.getPointAtLength(a*h/u);return{x:yt((s.a*p.x+s.c*p.y+s.e-r.left)/n),y:yt((s.b*p.x+s.d*p.y+s.f-r.top)/n)}}):void 0;return{left:yt((i.left-r.left)/n),top:yt((i.top-r.top)/n),width:t instanceof HTMLElement?t.offsetWidth:yt(i.width/n),height:t instanceof HTMLElement?t.offsetHeight:yt(i.height/n),radius:parseFloat(getComputedStyle(t).borderTopLeftRadius)||0,...l?{outline:l}:{}}}function en(e,t){const r=e.x-e.w/2,n=e.y-e.h/2;return{x:r+t.left+t.width/2,y:n+t.top+t.height/2,w:t.width,h:t.height,...t.outline?{outline:t.outline.map(i=>({x:r+i.x,y:n+i.y}))}:{}}}function aw(e,t,r,n,i){var l;const o=i!=="TB"&&i!=="BT",s=o?"top":"left",a=o?"bottom":"right",c=new Map;for(const d of n)for(const[h,p,y]of[[d.source,d.sourceProperty,d.target],[d.target,d.targetProperty,d.source]]){const m=t.get(y);if(p===void 0||!m||y===h)continue;const g=r.get(y),b=JSON.stringify([h,p]),w=c.get(b)??[];w.push(g?en(m,g):m),c.set(b,w)}const u=new Map(e);for(const[d,h]of e){const p=t.get(d);if(!p||!h.some(v=>v.placement==="config"))continue;const y=r.get(d),m=y?en(p,y):p,g={x:p.w/2,y:p.h/2,w:p.w,h:p.h},b=y?en(g,y):g,w=new Map;for(const v of h){if(v.placement!=="config")continue;const C=(c.get(JSON.stringify([d,v.property]))??[]).reduce((k,I)=>k+(o?I.y-m.y:I.x-m.x),0),S=((l=v.anchor)==null?void 0:l.side)===a?a:s;w.set(v,C<-.001?s:C>.001?a:S)}u.set(d,h.map(v=>{const x=w.get(v);if(!x)return v;const C=h.filter(I=>w.get(I)===x),S=(C.indexOf(v)+1)/(C.length+1),k=Km(b,x,S);return{...v,anchor:k,top:k.y,height:0}}))}return u}function nd(e,t,r){const n=new Set(t.map(a=>a.id));if(!n.has(e))return new Set;const i=new Set([e]);let o=!0;for(;o;){o=!1;for(const a of t)!i.has(a.id)&&(i.has(a.parent??"")||a.id.startsWith(`${e}.`))&&(i.add(a.id),o=!0)}const s=new Set(i);for(const a of r)i.has(a.source)&&n.has(a.target)&&s.add(a.target),i.has(a.target)&&n.has(a.source)&&s.add(a.source);return s}const Lr='"Helvetica Neue", Helvetica, sans-serif';let Ft;const Sn=new Map;function un(e,t){const r=`${t}|${e}`,n=Sn.get(r);if(n!==void 0)return n;Ft===void 0&&(Ft=typeof document<"u"?document.createElement("canvas").getContext("2d"):null);let i;return Ft?(Ft.font=t,i=Ft.measureText(e).width):i=e.length*(parseFloat(t)||16)*.55,Sn.size>5e3&&Sn.clear(),Sn.set(r,i),i}function sw(e,t,r){const n=[];for(const i of String(e).split(`
209
+ `;function Jl({request:e,property:t,config:r,value:n,disabled:i}){var le,ue,we,ge,qe;const{callbacks:o,structured:s,references:a}=_.useContext(Sr),{themeColor:c}=Le(),{background:u}=Ze(),l=_.useId(),d=t.type.kind==="object"||t.type.kind==="array"||t.type.kind==="json",h=n===void 0?"":d?JSON.stringify(n,null,2):String(n),[p,y]=_.useState(h),[m,g]=_.useState(""),[b,w]=_.useState(0),v=_.useRef(null),x=_.useRef(),[C,S]=_.useState(!1),[k,I]=_.useState(!1),[R,M]=_.useState(),E=((le=r.$options)==null?void 0:le.$source)==="callback",P=o.resolveFormOptions,{data:A,address:j,nodeAddress:q,nodeId:O}=e;_.useEffect(()=>(S(!1),I(!1),()=>{var ee;(ee=x.current)==null||ee.abort(),x.current=void 0}),[j,q,O,i,h,r.$control,(ue=r.$upload)==null?void 0:ue.accept,(we=r.$upload)==null?void 0:we.maxSizeBytes]);const z=_.useRef(A);z.current=A;const U=JSON.stringify([j,O,(ge=r.$options)!=null&&ge.$dependsOn?r.$options.$dependsOn.map(ee=>ke(A,ee)):ke(A,q)]);_.useEffect(()=>{y(h),g("")},[h,j,O]),_.useEffect(()=>{if(!E)return;const ee=new AbortController;return Promise.resolve().then(()=>{if(!P)throw new Error("No options resolver configured");return P({address:j,nodeAddress:q,nodeId:O,data:jt(z.current),signal:ee.signal})}).then(he=>{if(!Array.isArray(he)||he.some(be=>!be||typeof be.label!="string"||!["string","number","boolean"].includes(typeof be.value)&&be.value!==null))throw new Error("Invalid options response");ee.signal.aborted||M({key:U,options:he})}).catch(he=>{ee.signal.aborted||M({key:U,options:[],error:he instanceof Error?he.message:"Options unavailable"})}),()=>ee.abort()},[E,P,U,j,q,O,b]);const ae=E&&(R==null?void 0:R.key)!==U,Q=E?(R==null?void 0:R.key)===U?R.options:[]:t.type.kind==="null"?[{label:"Null",value:null}]:t.type.kind==="boolean"?[{label:"Yes",value:!0},{label:"No",value:!1}]:Xt(t.type),Y=t.type.kind==="array",pe=(r.$control==="upload"?"upload":s&&d||r.$control==="checkbox"?"pills":r.$control)??(Q?Y||t.type.kind==="boolean"?"pills":"select":t.type.kind==="boolean"?"checkbox":d?"textarea":"input"),se=!t.optional||!!r.$requiredWhen&&Fn(r.$requiredWhen,A),$=se?"Required":"Optional",V=pe!=="upload"&&!!(a!=null&&a.length)&&typeof n=="string"&&n.includes("{{"),W=m||E&&(R==null?void 0:R.key)===U&&R.error||!V&&Rr(t.type,n,se),N=Cr(r.$label??j.split(".").pop()),ne=ee=>{var he;if(!(i||Object.is(ee,n)))try{(he=o.onFormChange)==null||he.call(o,{...e,previousValue:n,value:ee}),g("")}catch(be){g(be instanceof Error?be.message:"Unable to update field")}},me=_.useRef(ne);_.useLayoutEffect(()=>{me.current=ne});const fe=()=>{if(d){try{const Ee=p===""&&t.optional?void 0:JSON.parse(p),$e=Rr(t.type,Ee,se);if($e){g($e);return}ne(Ee)}catch{g("Enter valid JSON")}return}const ee=t.type.kind==="number"||t.type.kind==="integer",he=p===""&&t.optional?void 0:ee&&p!==""?Number(p):p,be=Rr(t.type,he,se);if(ee&&be&&p!==""){g(be);return}ne(he)},J=async ee=>{var be,Ee,$e;if(i||x.current||!ee.length)return;const he=new AbortController;x.current=he,g(""),S(!0);try{if(t.type.kind!=="string"&&!(t.type.kind==="array"&&t.type.items.kind==="string"))throw new Error("Uploads require a string or string-array field.");if(!Y&&ee.length!==1)throw new Error("Choose one file for this field.");if(!o.uploadFormFile)throw new Error("No file upload handler configured.");const Ge=(Ee=(be=r.$upload)==null?void 0:be.accept)==null?void 0:Ee.split(",").map(Pe=>Pe.trim().toLowerCase()).filter(Boolean);for(const Pe of ee){if((($e=r.$upload)==null?void 0:$e.maxSizeBytes)!==void 0&&Pe.size>r.$upload.maxSizeBytes)throw new Error(`${Pe.name} exceeds the file size limit.`);if(Ge!=null&&Ge.length&&!Ge.some(ye=>ye.startsWith(".")?Pe.name.toLowerCase().endsWith(ye):ye.endsWith("/*")?Pe.type.toLowerCase().startsWith(ye.slice(0,-1)):Pe.type.toLowerCase()===ye))throw new Error(`${Pe.name} is not an accepted file type.`)}const Ye=await Promise.all(ee.map(async Pe=>{const ye=await o.uploadFormFile({...e,data:jt(A),file:Pe,signal:he.signal});if(typeof ye!="string")throw new Error("Upload handler must return an HTTP or HTTPS URL.");let Me;try{Me=new URL(ye)}catch{throw new Error("Upload handler must return an HTTP or HTTPS URL.")}if(!["http:","https:"].includes(Me.protocol)||Me.username||Me.password)throw new Error("Upload handler must return an HTTP or HTTPS URL.");return ye}));if(he.signal.aborted||x.current!==he)return;const tr=Y?[...Array.isArray(n)?n:[],...Ye]:Ye[0],sr=Rr(t.type,tr,se);if(sr)throw new Error(sr);me.current(tr)}catch(Ge){he.signal.aborted||g(Ge instanceof Error?Ge.message:"Unable to upload file."),he.abort()}finally{x.current===he&&(x.current=void 0,S(!1))}},te={id:l,disabled:i,"aria-label":N,"aria-required":se,"aria-invalid":!!W,"aria-describedby":W?`${l}-error`:void 0},G=ve(c);return f.jsxs("div",{"data-form-field":j,"data-flow-property":j.slice(q.length+1),children:[f.jsxs("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center"},children:[f.jsxs("label",{htmlFor:l,children:[N,se?" *":""]}),t.optional&&n!==void 0&&f.jsx("button",{type:"button","aria-label":`Reset ${N}`,title:`Reset ${N}`,disabled:i||C,style:{width:24,height:24,padding:0,display:"inline-flex",alignItems:"center",justifyContent:"center",flexShrink:0,border:0,background:"transparent",color:"inherit"},onClick:()=>ne(void 0),children:f.jsx(K.PiArrowCounterClockwise,{size:14})})]}),!!(a!=null&&a.length)&&!d&&pe!=="upload"&&f.jsx(q0,{label:N,value:n,references:a,disabled:i,onChange:ne}),pe==="upload"?f.jsxs("div",{"data-form-upload":Y?"multiple":"single","aria-busy":C,style:{"--flow-upload-surface":ve(u),outline:k?"2px dashed var(--flow-form-input-background)":void 0,borderRadius:"var(--flow-form-input-radius)"},onDragOver:ee=>{ee.preventDefault(),ee.stopPropagation(),!i&&!C&&(ee.dataTransfer.dropEffect="copy",I(!0))},onDragLeave:ee=>{ee.currentTarget.contains(ee.relatedTarget)||I(!1)},onDrop:ee=>{ee.preventDefault(),ee.stopPropagation(),I(!1),J(Array.from(ee.dataTransfer.files))},children:[f.jsx("input",{ref:v,type:"file",hidden:!0,"aria-label":`Upload ${N}`,accept:(qe=r.$upload)==null?void 0:qe.accept,multiple:Y,disabled:i||C,onChange:ee=>{const he=Array.from(ee.target.files??[]);ee.target.value="",J(he)}}),f.jsxs("div",{"data-upload-items":"",children:[(Y?Array.isArray(n)?n:[]:n?[n]:[]).map((ee,he)=>f.jsxs("div",{"data-upload-preview":"",children:[typeof ee=="string"&&Wr(ee)&&f.jsxs("a",{href:ee,target:"_blank",rel:"noopener noreferrer","aria-label":`${N} file ${he+1}`,children:[f.jsx(K.PiFile,{size:32,"aria-hidden":"true"}),f.jsx(Or,{name:ee,size:120,onError:be=>{be.currentTarget.style.visibility="hidden"}})]}),f.jsxs("div",{"data-upload-actions":"",children:[!Y&&f.jsx(Ce,{"aria-label":`Replace ${N}`,title:`Replace ${N}`,icon:f.jsx(K.PiUploadSimple,{}),size:"xs",variant:"ghost",disabled:i||C,onClick:()=>{var be;return(be=v.current)==null?void 0:be.click()}}),f.jsx(Ce,{"aria-label":`Remove ${N} file ${he+1}`,title:"Remove file",icon:f.jsx(K.PiTrash,{}),size:"xs",variant:"ghost",disabled:i||C,onClick:()=>ne(Y&&Array.isArray(n)?n.filter((be,Ee)=>Ee!==he):"")})]})]},`${he}:${ee}`)),(Y||!n)&&f.jsx("button",{...te,type:"button","data-upload-drop":"",title:`Upload ${N}`,disabled:i||C,onClick:()=>{var ee;return(ee=v.current)==null?void 0:ee.click()},children:f.jsx(K.PiPlus,{size:28,"aria-hidden":"true"})})]}),C&&f.jsx("span",{role:"status",children:"Uploading..."})]}):V?null:pe==="select"?f.jsx("div",{"data-form-select":"",children:f.jsxs(br,{...te,disabled:i||ae||!!(R!=null&&R.error),labelCase:"preserve",value:String((Q==null?void 0:Q.findIndex(ee=>Object.is(ee.value,n)))??-1),onValueChange:ee=>{const he=Q==null?void 0:Q[Number(ee)];he&&ne(he.value)},children:[f.jsx("option",{value:-1,disabled:!0,children:n!==void 0&&n!==""?String(n):$}),Q==null?void 0:Q.map((ee,he)=>f.jsx("option",{value:he,children:Cr(ee.label)||ee.label},he))]})}):pe==="pills"?f.jsxs("div",{id:l,role:"group","aria-label":N,"aria-describedby":te["aria-describedby"],style:{display:"flex",flexWrap:"wrap",gap:8},children:[Q==null?void 0:Q.map((ee,he)=>{const be=Y?Array.isArray(n)&&n.includes(ee.value):Object.is(n,ee.value);return f.jsx("button",{type:"button",disabled:i||ae,"aria-pressed":be,style:{padding:"8px 16px",borderRadius:24,border:0,color:be?G:"inherit",background:be?"color-mix(in srgb, currentColor 12%, transparent)":"color-mix(in srgb, currentColor 7%, transparent)"},onClick:()=>ne(Y?be?n.filter(Ee=>Ee!==ee.value):[...Array.isArray(n)?n:[],ee.value]:ee.value),children:Cr(ee.label)||ee.label},he)}),ae&&f.jsx("span",{role:"status",children:"Loading..."})]}):pe==="textarea"?f.jsx("textarea",{...te,placeholder:$,value:p,onChange:ee=>y(ee.target.value),onBlur:fe}):f.jsx("input",{...te,placeholder:$,type:t.type.kind==="number"||t.type.kind==="integer"?"number":"text",step:t.type.kind==="integer"?1:"any",value:p,onChange:ee=>y(ee.target.value),onBlur:fe,onKeyDown:ee=>{ee.key==="Enter"&&fe(),ee.key==="Escape"&&y(n===void 0?"":String(n))}}),W&&f.jsx("div",{role:"alert",id:`${l}-error`,children:W}),E&&(R==null?void 0:R.error)&&f.jsx("button",{type:"button",disabled:i,onClick:()=>{M(void 0),w(b+1)},children:"Retry"})]})}function Pm({nodeAddress:e,structured:t=!1}){return t?f.jsx(N0,{nodeAddress:e},e):f.jsx(Fu,{nodeAddress:e})}function N0({nodeAddress:e}){var d,h,p;const t=_.useContext(Sr),[r,n]=_.useState([]),i=((d=t.structured)==null?void 0:d.sourceSchema)??t.schema,o=((h=t.structured)==null?void 0:h.sourceBindings)??t.bindings,s=_.useMemo(()=>{if(!(!t.data||!i||!o))return km(t.data,o,i,[{data:{id:e,type:"objectView"}}])},[t.data,o,i,e]);if(!s)return f.jsx(Fu,{nodeAddress:e});const a=r.findIndex(y=>!s.containers.has(y)),c=a<0?r:r.slice(0,a),u=c.at(-1)??e,l=(p=[...s.slots.values()].find(y=>y.nodeId===u))==null?void 0:p.label;return f.jsxs(Sr.Provider,{value:{...t,structured:s,schema:s.schema,bindings:s.bindings,renderForm:void 0,onFieldCreate:u===e?t.onFieldCreate:void 0},children:[!!c.length&&f.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,marginBottom:8},children:[f.jsx(Ce,{"aria-label":"Back to parent fields",title:"Back to parent fields",icon:f.jsx(K.PiArrowLeft,{size:18}),size:"sm",variant:"ghost",onClick:()=>n(c.slice(0,-1))}),f.jsx("strong",{style:{minWidth:0,overflowWrap:"anywhere"},children:Cr(l)})]}),f.jsx(Fu,{nodeAddress:u,onOpen:y=>n([...c,y])},u)]})}function Fu({nodeAddress:e,onOpen:t}){var S,k;const{data:r,schema:n,callbacks:i,bindings:o,editable:s,renderForm:a,structured:c}=_.useContext(Sr),{readOnly:u,config:l,colorMode:d}=Le(),h=a==null?void 0:a(e);if(h!==void 0)return f.jsx("fieldset",{"data-flow-form":e,disabled:u||l.editable===!1||!s,style:{border:0,margin:0,padding:0,minWidth:0},children:h});if(!r)return f.jsx(Cn,{$colorMode:d,role:"alert",children:"Forms require a JSON document."});const p=o?dn(o,e,n):void 0,y=o?p:n&&Tt(r,e,n);if(!y)return f.jsx(Cn,{$colorMode:d,role:"status",children:"Form schema unavailable."});const m=(p==null?void 0:p.address)??e,g=ke(r,m),b=(S=c==null?void 0:c.containers.get(e))==null?void 0:S.scalar;if(g===void 0||typeof g!="object"&&!b)return f.jsx(Cn,{$colorMode:d,role:"alert",children:"Bound form state is unavailable."});const w=Object.entries(y.type.properties).filter(([I])=>{var R;return Fn((R=y.fields[I])==null?void 0:R.$visibleWhen,r)}),v=w.length>8||w.some(([I])=>{var R;return(R=y.fields[I])==null?void 0:R.$section}),x=new Map;for(const I of w){const[R,M]=I,E=v?Cr(((k=y.fields[R])==null?void 0:k.$section)??(M.type.kind==="object"||M.type.kind==="array"?R:M.optional?"Options":"General")):"";x.has(E)||x.set(E,[]),x.get(E).push(I)}const C=([I,R])=>f.jsx(Jl,{request:{data:r,address:b?m:`${m}.${I}`,nodeAddress:m,nodeId:typeof(g==null?void 0:g.id)=="string"?g.id:void 0},property:R,config:y.fields[I]??{},value:b?g:g==null?void 0:g[I],disabled:u||l.editable===!1||!(s??!!i.onJsonChange)},`${(g==null?void 0:g.id)??e}:${I}`);return f.jsxs(Cn,{$colorMode:d,"data-flow-form":e,onClick:I=>I.stopPropagation(),onDoubleClick:I=>I.stopPropagation(),children:[c&&f.jsx($0,{nodeAddress:e,onOpen:t}),!c&&p&&y.type.additionalProperties&&w.length===0&&f.jsx(Jl,{request:{data:r,address:m,nodeAddress:m},property:{type:y.type,optional:!1},config:{$label:"Configuration",$control:"textarea"},value:g,disabled:u||l.editable===!1||!s}),[...x].map(([I,R])=>v&&R.length>1?f.jsxs("details",{open:!0,children:[f.jsxs("summary",{children:[f.jsx("span",{children:I}),f.jsx(K.PiCaretDown,{size:16,"aria-hidden":"true"})]}),R.map(C)]},I):R.map(C))]})}function Am(e){const{viewData:t}=_.useContext(Sr),{nodeById:r,edgeById:n,parentIds:i}=Xr();if(t){const o=ke(t,e),s=o&&typeof o=="object"&&!Array.isArray(o)&&"$"in o?o.$:o;return Array.isArray(s)?s.length>0:!!s&&typeof s=="object"&&Object.entries(s).some(([a,c])=>!a.startsWith("$")&&c!==null&&typeof c=="object")}return i.has(e)?!0:[...n.values()].some(({data:o})=>{const s=o.isInverted?o.target:o.source,a=o.isInverted?o.source:o.target;return s===e&&a!==e&&r.has(a)})}function cn(e,t){return typeof e=="number"&&Number.isFinite(e)&&e>=0?e:t}function An(e,t,r,n){return{borderColor:t,borderWidth:cn(e==null?void 0:e.borderWidth,n),borderStyle:(e==null?void 0:e.borderStyle)??"solid",...By(t==="transparent"?"currentColor":t,r,".flow-sdk-node:hover &",!r)}}function Tm({label:e,value:t,options:r,onChange:n,disabled:i}){var o;return f.jsxs(br,{"aria-label":e,title:`Animation: ${((o=r.find(s=>s.value===t))==null?void 0:o.label)??"Mixed"}`,value:t,style:{width:104},disabled:i,onValueChange:s=>{const a=r.find(c=>c.value===s);a&&n(a.value)},children:[t===""&&f.jsx("option",{value:"",disabled:!0,children:"Mixed"}),r.map(s=>f.jsx("option",{value:s.value,children:s.label},s.value))]})}function tl({nodeId:e,edgeId:t,value:r,open:n,onOpenChange:i}){const{callbacks:o,readOnly:s,themeColor:a,colorMode:c}=Le(),{background:u,backgroundSecondary:l,border:d,colorText:h,colorInactive:p}=Ze(),y=c==="dark"?Pt:ve(p),m=_.useRef(null),g=_.useRef(null),b=_.useRef(0),[w,v]=_.useState(!1),[x,C]=_.useState("icons"),[S,k]=_.useState([]),[I,R]=_.useState("loading"),[M,E]=_.useState(""),[P,A]=_.useState(0),[j,q]=_.useState(""),[O,z]=_.useState(""),[U,ae]=_.useState(!1);_.useEffect(()=>()=>{b.current++},[]),_.useEffect(()=>{if(!w)return;let N=!0;return import("react-icons/pi").then(ne=>{N&&(k(Object.keys(ne).filter(me=>me.startsWith("Pi")).sort()),R("ready"))}).catch(()=>{N&&R("unavailable")}),()=>{N=!1}},[w]),_.useEffect(()=>{var N;s&&((N=m.current)==null||N.close())},[s]),_.useEffect(()=>{var N,ne,me;if(n!==void 0){if(!n||s){(N=m.current)==null||N.close();return}(ne=m.current)!=null&&ne.open||(z(""),C(r==="PiFileSvg"||r&&Wr(r)?"custom":"icons"),q(r&&!r.startsWith(Qt)&&Wr(r)?r:""),v(!0),(me=m.current)==null||me.showModal())}},[n,s,r]);const Q=N=>{var ne,me,fe;s||(t?(ne=o.onEdgeIconChange)==null||ne.call(o,t,N):e&&((me=o.onNodeIconChange)==null||me.call(o,e,N)),i==null||i(!1),(fe=m.current)==null||fe.close())},Y=S.filter(N=>N.replace(/([a-z])([A-Z])/g,"$1 $2").toLowerCase().includes(M.trim().toLowerCase())),pe=36,se=Math.max(1,Math.ceil(Y.length/pe)),$=Math.min(P,se-1),V=Y.slice($*pe,($+1)*pe),W={width:"100%",padding:"8px 14px",background:"transparent",color:"inherit",border:`1px solid ${ve(d)}`,borderRadius:30};return f.jsxs(f.Fragment,{children:[n===void 0&&f.jsx(Oe,{label:t?"Choose edge icon":"Choose node icon",children:f.jsx(Ce,{"aria-label":t?"Choose edge icon":"Choose node icon",icon:f.jsx(K.PiShapes,{size:20}),size:"sm",variant:"ghost",color:ve(a),disabled:s,onClick:()=>{var N;z(""),C(r&&Wr(r)?"custom":"icons"),q(r&&!r.startsWith(Qt)&&Wr(r)?r:""),v(!0),(N=m.current)==null||N.showModal()}})}),f.jsx(F.chakra.dialog,{ref:m,"aria-label":t?"Choose edge icon":"Choose node icon",css:Kr(ve(u),ve(d)),onClose:()=>{v(!1),i==null||i(!1),b.current++,ae(!1)},onClick:N=>{N.stopPropagation(),N.target===N.currentTarget&&N.currentTarget.close()},onKeyDown:N=>N.stopPropagation(),style:{margin:"auto",padding:12,width:336,maxWidth:"calc(100vw - 32px)",maxHeight:"calc(100vh - 32px)",overflowY:"auto",borderRadius:30,background:ve(u),color:ve(h)},children:w&&f.jsxs("div",{style:{display:"grid",gap:8},children:[f.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:8},children:[f.jsx("strong",{children:t?"Edge icon":"Node icon"}),f.jsxs("div",{style:{display:"flex",alignItems:"center",marginLeft:"auto",gap:4},children:[r&&f.jsx(Oe,{label:"Remove icon",children:f.jsx(Ce,{"aria-label":t?"Remove edge icon":"Remove node icon",icon:f.jsx(K.PiTrash,{size:18}),size:"sm",variant:"ghost",disabled:s||U,onClick:()=>Q("")})}),f.jsx(At,{"aria-label":"Close icon picker",onClick:()=>{var N;return(N=m.current)==null?void 0:N.close()}})]})]}),f.jsxs(F.Tabs.Root,{value:x,onValueChange:({value:N})=>{C(N),z("")},display:"contents",css:{"--indicator-thickness":"1px"},children:[f.jsx(F.Tabs.List,{"aria-label":"Icon source",width:"100%",borderBottomWidth:0,children:["icons","custom"].map(N=>f.jsx(F.Tabs.Trigger,{value:N,flex:1,minW:0,justifyContent:"center",px:3,py:2,fontSize:"13px",_selected:{color:a,borderColor:y,"--indicator-color":y},children:N==="icons"?"React icons":"Custom SVG"},N))}),f.jsx("input",{ref:g,type:"file",accept:".svg,image/svg+xml","aria-label":"Upload SVG icon",hidden:!0,disabled:U||s,onChange:async N=>{var fe;const ne=(fe=N.target.files)==null?void 0:fe[0];if(N.target.value="",!ne)return;const me=++b.current;ae(!0),z("");try{const J=await k0(ne);me===b.current&&Q(J)}catch(J){me===b.current&&z(J instanceof Error?J.message:"Unable to read SVG.")}finally{me===b.current&&ae(!1)}}}),f.jsx(F.Tabs.Content,{value:x,p:0,style:{display:"grid",gap:8},children:x==="icons"?f.jsxs(f.Fragment,{children:[f.jsx("input",{"aria-label":"Search icons",placeholder:"Search icons...",value:M,onChange:N=>{E(N.target.value),A(0)},style:W}),f.jsxs("div",{style:{height:244,overflowY:"auto",display:"grid",gridTemplateColumns:"repeat(6, minmax(0, 1fr))",gridAutoRows:36,gap:4},children:[V.map(N=>f.jsx("button",{type:"button","aria-label":`Choose ${N}`,"aria-pressed":r===N,title:N,onClick:()=>Q(N),style:{display:"grid",placeItems:"center",borderRadius:5,border:`${r===N?2:1}px solid ${ve(r===N?a:d)}`,background:ve(r===N?u:l),color:"inherit",cursor:"pointer"},children:f.jsx(Or,{name:N,size:24})},N)),V.length===0&&f.jsx("span",{role:"status",style:{gridColumn:"1 / -1"},children:I==="loading"?"Loading icons...":I==="unavailable"?"React icons unavailable":"No icons found"})]}),f.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:8},children:[f.jsxs("span",{role:"status",style:{fontSize:12},children:[Y.length," icons · ",$+1," / ",se]}),f.jsxs("div",{style:{display:"flex",gap:4},children:[f.jsx(Oe,{label:"Previous icons",children:f.jsx(Ce,{"aria-label":"Previous icons",icon:f.jsx(K.PiCaretLeft,{size:18}),size:"sm",variant:"ghost",disabled:$===0,onClick:()=>A($-1)})}),f.jsx(Oe,{label:"Next icons",children:f.jsx(Ce,{"aria-label":"Next icons",icon:f.jsx(K.PiCaretRight,{size:18}),size:"sm",variant:"ghost",disabled:$+1>=se,onClick:()=>A($+1)})})]})]})]}):f.jsxs(f.Fragment,{children:[r&&Wr(r)&&f.jsx(Or,{name:r,size:64}),f.jsxs("button",{type:"button",disabled:U||s,onClick:()=>{var N;return(N=g.current)==null?void 0:N.click()},style:{...W,display:"flex",justifyContent:"center",gap:8,alignItems:"center",cursor:"pointer"},children:[f.jsx(K.PiUploadSimple,{}),U?"Uploading...":"Upload SVG"]}),f.jsxs("form",{style:{display:"flex",alignItems:"center",gap:6,minWidth:0},onSubmit:N=>{N.preventDefault(),!(U||s)&&(!Wr(j.trim())||j.trim().startsWith(Qt)?z("Enter an HTTP or HTTPS image URL."):Q(j.trim()))},children:[f.jsx("input",{type:"url","aria-label":"SVG URL",placeholder:"https://example.com/icon.svg",value:j,disabled:U||s,onChange:N=>q(N.target.value),style:{...W,flex:1,minWidth:0}}),f.jsx(Oe,{label:"Apply URL",children:f.jsx(Ce,{type:"submit","aria-label":"Apply URL",icon:f.jsx(K.PiArrowRight,{size:20}),size:"sm",variant:"ghost",disabled:U||s||!j.trim(),style:{flexShrink:0}})})]})]})})]}),O&&f.jsx("div",{role:"alert",style:{fontSize:13},children:O})]})})]})}const Tn=["white","blue.500","teal.500","green.500","yellow.500","orange.500","red.500","purple.500","pink.500","gray.500",Pt],Im=["gray.900",Pt,"gray.600","gray.200","white"];function Om(){const{config:e}=Le(),t=e.selectionToolbar||{},r=new Set(t.hide||[]);return{palette:t.palette||Tn,show:n=>!r.has(n)}}function gr(){const{border:e}=Ze();return f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:e})}function ct({value:e,placeholder:t,ariaLabel:r,width:n="140px",type:i="text",min:o,onCommit:s}){const{colorText:a}=Ze(),[c,u]=_.useState(e),l=_.useRef(!1);_.useEffect(()=>u(e),[e]);const d=()=>{if(l.current)return;l.current=!0;const h=c.trim();if(i==="number"&&h!==""&&(!Number.isFinite(Number(h))||Number(h)<(o??0))){u(e);return}h!==e&&s(h)};return f.jsx(F.Input,{"aria-label":r,type:i,min:o,size:"xs",fontSize:"16px",w:n,value:c,placeholder:t,color:a,borderWidth:0,_focusVisible:{boxShadow:"none",outline:"none"},borderRadius:"8px",onFocus:()=>{l.current=!1},onChange:h=>u(h.target.value),onBlur:d,onKeyDown:h=>{h.key==="Enter"&&(d(),h.target.blur()),h.key==="Escape"&&(l.current=!0,u(e),h.target.blur())}})}function ut({colors:e,value:t,label:r,onPick:n,onReset:i,includeTransparent:o=!0}){const{colorInactive:s,colorText:a}=Ze(),[c,u]=_.useState(!1),l=_.useId(),d=_.useRef(null),h=t??e[0]??"transparent",p=qn(f.jsx(ut,{colors:e,value:t,label:r,onPick:n,onReset:i,includeTransparent:o}));return f.jsx(Et.Provider,{value:null,children:f.jsxs(F.HStack,{gap:1,"aria-label":r,role:"group",onClickCapture:p,onKeyDown:y=>{var m;y.key==="Escape"&&(u(!1),(m=d.current)==null||m.focus())},children:[f.jsx(Oe,{label:`${r}: ${h}`,children:f.jsx(F.chakra.button,{ref:d,type:"button","aria-label":`${r} colors`,"aria-expanded":c,"aria-controls":l,w:4,h:4,flexShrink:0,borderRadius:"full",cursor:"pointer",style:{backgroundColor:ve(h),...h==="transparent"?{backgroundImage:"conic-gradient(#fff 25%, #a0aec0 0 50%, #fff 0 75%, #a0aec0 0)",backgroundSize:"8px 8px"}:{}},outline:`2px solid ${ve(a)}`,outlineOffset:"1px",onClick:()=>u(y=>!y)})}),c&&f.jsxs(F.HStack,{id:l,gap:1,children:[[...new Set([...e,...o?["transparent"]:[]])].map(y=>{const m=t===y;return f.jsx(Oe,{label:`${r}: ${y}`,children:f.jsx(F.Box,{as:"button","aria-label":`${r} ${y}`,"aria-pressed":m,w:4,h:4,borderRadius:"full",cursor:"pointer",style:{backgroundColor:ve(y),...y==="transparent"?{backgroundImage:"conic-gradient(#fff 25%, #a0aec0 0 50%, #fff 0 75%, #a0aec0 0)",backgroundSize:"8px 8px"}:{}},outline:m?`2px solid ${ve(a)}`:"none",outlineOffset:"1px",_hover:{transform:"scale(1.15)"},onClick:()=>n(y),onDoubleClick:g=>{var b;g.stopPropagation(),u(!1),(b=d.current)==null||b.focus()}})},y)}),i&&f.jsx(Oe,{label:`Reset ${r.toLowerCase()}`,children:f.jsx(Ce,{"aria-label":`Reset ${r}`,icon:f.jsx(F.Icon,{as:K.PiEraser,boxSize:4}),size:"xs",variant:"ghost",color:s,onClick:()=>{var y;i(),u(!1),(y=d.current)==null||y.focus()}})})]})]})})}function Mm({edgeId:e,onClose:t}){var p;const{callbacks:r,themeColor:n,config:i}=Le(),{colorInactive:o}=Ze(),{edgeById:s}=Xr(),{palette:a,show:c}=Om(),u=(p=s.get(e))==null?void 0:p.data,l=[...new Set(["rounded-orthogonal","orthogonal","straight","bezier",...Object.keys(i.customEdgeTypes??{}),...u!=null&&u.type?[u.type]:[]])],d=u!=null&&u.isEdgeAnimated?"animated":u!=null&&u.isEdgeDashed?"dashed":"solid",h=[{key:"solid",icon:K.PiLineSegment,label:"Solid"},{key:"dashed",icon:K.PiLineSegments,label:"Dashed"},{key:"animated",icon:K.PiFastForward,label:"Animated"}];return f.jsxs(f.Fragment,{children:[f.jsx(At,{onClick:t}),c("label")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(ct,{ariaLabel:"Edge label",placeholder:"Edge label",value:(u==null?void 0:u.label)||"",onCommit:y=>{var m;return(m=r.onEdgeLabelChange)==null?void 0:m.call(r,e,y)}})]}),c("style")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),h.map(y=>f.jsx(Oe,{label:y.label,children:f.jsx(Ce,{"aria-label":`Edge style ${y.key}`,"aria-pressed":d===y.key,icon:f.jsx(F.Icon,{as:y.icon,boxSize:5}),size:"sm",variant:"ghost",color:d===y.key?n:o,onClick:()=>{var m;return(m=r.onEdgeStyleChange)==null?void 0:m.call(r,e,y.key)}})},y.key)),d==="animated"&&f.jsx(Tm,{label:"Edge animation",value:(u==null?void 0:u.edgeAnimationVariant)??"dashed",options:[{value:"dashed",label:"Dash"},{value:"traveling",label:"Trace"}],disabled:i.readOnly,onChange:y=>{var m;return(m=r.onEdgeAnimationVariantChange)==null?void 0:m.call(r,e,y)}}),f.jsxs(br,{"aria-label":"Edge shape",title:`Edge shape: ${(u==null?void 0:u.type)??"Default"}`,icon:f.jsx(K.PiBezierCurve,{size:20}),style:{width:36},value:(u==null?void 0:u.type)??"",disabled:i.readOnly,onValueChange:y=>{var m;return(m=r.onEdgeTypeChange)==null?void 0:m.call(r,e,y||void 0)},children:[f.jsx("option",{value:"",children:"Default"}),l.map(y=>f.jsx("option",{value:y,children:y},y))]})]}),c("icon")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(tl,{edgeId:e,value:u==null?void 0:u.icon},e),f.jsx(ct,{ariaLabel:"Edge icon",placeholder:"Icon name or SVG URL",value:(u==null?void 0:u.icon)??"",onCommit:y=>{var m;return(m=r.onEdgeIconChange)==null?void 0:m.call(r,e,y)}})]}),c("color")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(ut,{label:"Edge color",colors:a,value:u==null?void 0:u.color,onPick:y=>{var m;return(m=r.onEdgeColorChange)==null?void 0:m.call(r,e,y)},onReset:()=>{var y;return(y=r.onEdgeColorChange)==null?void 0:y.call(r,e,"")}})]}),c("delete")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(Oe,{label:"Delete edge",children:f.jsx(Ce,{"aria-label":"Delete edge",icon:f.jsx(F.Icon,{as:K.PiTrash,boxSize:5}),size:"sm",variant:"ghost",color:"red.400",onClick:()=>{var y;(y=r.onEdgeDelete)==null||y.call(r,e,u),t()}})})]})]})}function qm({ids:e,showDivider:t=!0}){const{callbacks:r,config:n}=Le(),{colorInactive:i}=Ze(),{nodeById:o}=Xr(),[s,a]=_.useState(!1),c=e.map(y=>{var m,g;return(g=(m=o.get(y))==null?void 0:m.data.viewProps)==null?void 0:g.borderRadius}),u=!c.every(y=>y===c[0]),l=u?"mixed":String(c[0]??""),d=["0","8","16","30","53","100"],h=s||!u&&l!==""&&!d.includes(l),p=y=>e.forEach(m=>{var g;return(g=r.onNodeBorderRadiusChange)==null?void 0:g.call(r,m,y)});return f.jsxs(f.Fragment,{children:[t&&f.jsx(gr,{}),f.jsx(F.Box,{position:"relative",w:"36px",h:"30px",display:"grid",placeItems:"center",children:f.jsxs(br,{icon:f.jsx(F.Icon,{as:Rv.TbBorderRadius,boxSize:5,color:i,"aria-hidden":"true"}),"aria-label":"Node border radius",title:`Border radius: ${u?"Mixed":c[0]===void 0?"Default":`${c[0]}px`}`,style:{position:"absolute",inset:0,width:"100%",height:"100%",cursor:"pointer"},value:h?"custom":l,disabled:n.readOnly,onValueChange:y=>{a(y==="custom"),y!=="custom"&&p(y===""?void 0:Number(y))},children:[f.jsx("option",{value:"",children:"Default radius"}),u&&f.jsx("option",{value:"mixed",disabled:!0,children:"Mixed radii"}),d.map(y=>f.jsxs("option",{value:y,children:[y,"px radius"]},y)),f.jsx("option",{value:"custom",children:"Custom radius"})]})}),h&&f.jsx(ct,{ariaLabel:"Custom border radius",placeholder:u?"Mixed":"Auto",type:"number",min:0,width:"72px",value:u?"":l,onCommit:y=>p(y===""?void 0:Number(y))})]})}function $m({ids:e,onClose:t}){var se,$,V,W,N,ne,me,fe;const{callbacks:r,colorMode:n,themeColor:i,config:o,setNodeViewMode:s}=Le(),{colorText:a,colorInactive:c}=Ze(),{nodeById:u,parentIds:l}=Xr(),{palette:d,show:h}=Om(),p=e.length===1,y=p?(se=u.get(e[0]))==null?void 0:se.data:void 0,m=e.map(J=>{var te,G;return((G=(te=u.get(J))==null?void 0:te.data.config)==null?void 0:G.typeView)??""}),g=m.some(J=>J!==m[0]),b=g?"mixed":m[0]??"",w=e.some(J=>{var G,le;const te=(G=u.get(J))==null?void 0:G.data;return te&&(l.has(J)||((le=te.config)==null?void 0:le.parentContainer)||Object.prototype.hasOwnProperty.call(o.customViews??{},te.type))}),v=($=y==null?void 0:y.config)==null?void 0:$.collapsed,x=Am(e[0]),C=J=>{var te,G,le;return(((G=(te=u.get(J))==null?void 0:te.data.viewProps)==null?void 0:G.outline)??(l.has(J)?(le=o.parentNodeStyle)==null?void 0:le.outline:!1))===!0},S=e.every(C),k=!S&&e.some(C),I=J=>{var te;return((te=u.get(J))==null?void 0:te.data.isNodeAnimated)===!0},R=e.every(I),M=!R&&e.some(I),E=e.map(J=>{var te;return((te=u.get(J))==null?void 0:te.data.nodeAnimationVariant)??"traveling"}),P=E.every(J=>J===E[0])?E[0]:"",A=J=>e.forEach(J),[j,q]=_.useState(!1),O=j&&h("color")&&h("borderColor"),z=J=>{var te,G,le;return(((G=(te=u.get(J))==null?void 0:te.data.viewProps)==null?void 0:G.borderStyle)??(l.has(J)?(le=o.parentNodeStyle)==null?void 0:le.borderStyle:"solid"))==="dashed"},U=e.every(z),ae=!U&&e.some(z),Q=e.map(J=>{var le,ue,we;const te=(le=u.get(J))==null?void 0:le.data,G=l.has(J)?cn((ue=o.parentNodeStyle)==null?void 0:ue.borderWidth,6):(te==null?void 0:te.type)==="objectView"?3:2;return cn((we=te==null?void 0:te.viewProps)==null?void 0:we.borderWidth,G)}),Y=Q.every(J=>J===Q[0])?String(Q[0]??""):"",pe=J=>A(te=>{var G,le;O?(G=r.onNodeBorderColorChange)==null||G.call(r,te,J):(le=r.onNodeColorChange)==null||le.call(r,te,"bg",J)});return f.jsxs(f.Fragment,{children:[f.jsx(At,{onClick:t}),f.jsx(gr,{}),p&&h("label")?f.jsx(ct,{ariaLabel:"Node label",placeholder:"Node label",value:(y==null?void 0:y.label)??(y==null?void 0:y.headerTitle)??"",onCommit:J=>{var te;return(te=r.onNodeLabelChange)==null?void 0:te.call(r,e[0],J)}}):f.jsxs(F.Text,{fontSize:"xs",color:a,whiteSpace:"nowrap",px:1,children:[e.length," selected"]}),h("typeView")&&f.jsxs(br,{"aria-label":"Type view",title:w?"Type view is managed by the custom renderer or container":`Type view: ${b||"None (default)"}`,icon:f.jsx(K.PiImage,{size:20}),style:{width:36},value:b,disabled:o.readOnly||o.editable===!1||w,onValueChange:J=>{nn.includes(J)&&A(te=>{var G,le;(G=r.onNodeTypeViewChange)==null||G.call(r,te,J||void 0),s(te,"default"),(le=r.onNodeViewToggle)==null||le.call(r,te)})},children:[g&&f.jsx("option",{value:"mixed",disabled:!0,children:"Mixed"}),nn.map(J=>f.jsx("option",{value:J,children:J||"None"},J))]}),h("style")&&f.jsx(qm,{ids:e},e.join("\0")),h("outline")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(Oe,{label:S?"Restore node fill":"Remove node fill",children:f.jsx(Ce,{"aria-label":"Toggle node outline","aria-pressed":k?"mixed":S,icon:f.jsx(F.Icon,{as:S?K.PiSquare:K.PiSquareFill,boxSize:5}),size:"sm",variant:"ghost",color:S?i:c,onClick:()=>A(J=>{var te;return(te=r.onNodeOutlineChange)==null?void 0:te.call(r,J,!S)})})})]}),h("color")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),h("borderColor")&&f.jsx(Oe,{label:O?"Edit node colors":"Edit node border",children:f.jsx(Ce,{"aria-label":"Edit node border","aria-pressed":O,icon:f.jsx(F.Icon,{as:K.PiBoundingBox,boxSize:5}),size:"sm",variant:"ghost",color:O?i:c,bg:O?n==="dark"?"whiteAlpha.200":"blackAlpha.100":void 0,onClick:()=>q(J=>!J)})}),f.jsx(ut,{label:O?"Border color":"Background",colors:d,value:O?((V=y==null?void 0:y.viewProps)==null?void 0:V.borderColor)??(p&&l.has(e[0])?(W=o.parentNodeStyle)==null?void 0:W.borderColor:void 0):(N=y==null?void 0:y.viewProps)==null?void 0:N.bgColor,onPick:pe,onReset:()=>pe("")}),O&&h("style")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(Oe,{label:U?"Solid border":"Dashed border",children:f.jsx(Ce,{"aria-label":"Toggle dashed border","aria-pressed":ae?"mixed":U,icon:f.jsx(F.Icon,{as:U?K.PiLineSegments:K.PiLineSegment,boxSize:5}),size:"sm",variant:"ghost",color:U?i:c,onClick:()=>A(J=>{var te;return(te=r.onNodeBorderStyleChange)==null?void 0:te.call(r,J,U?"solid":"dashed")})})}),f.jsx(ct,{ariaLabel:"Border thickness",placeholder:p?"Auto":"Mixed",width:"64px",type:"number",min:0,value:Y,onCommit:J=>A(te=>{var G;return(G=r.onNodeBorderWidthChange)==null?void 0:G.call(r,te,J===""?void 0:Number(J))})})]})]}),h("animation")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(Oe,{label:R?"Stop border animation":"Animate node border",children:f.jsx(Ce,{"aria-label":"Toggle node animation","aria-pressed":M?"mixed":R,icon:f.jsx(F.Icon,{as:K.PiSpinnerGap,boxSize:5}),size:"sm",variant:"ghost",color:R?i:c,onClick:()=>A(J=>{var te;return(te=r.onNodeAnimationChange)==null?void 0:te.call(r,J,!R)})})}),(R||M)&&f.jsx(Tm,{label:"Node animation",value:P,options:[{value:"traveling",label:"Trace"},{value:"pulse",label:"Pulse"}],disabled:o.readOnly,onChange:J=>A(te=>{var G;return(G=r.onNodeAnimationVariantChange)==null?void 0:G.call(r,te,J)})})]}),!O&&h("textColor")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(ut,{label:"Text color",colors:Im,value:(ne=y==null?void 0:y.viewProps)==null?void 0:ne.textColor,onPick:J=>A(te=>{var G;return(G=r.onNodeColorChange)==null?void 0:G.call(r,te,"text",J)}),onReset:()=>A(J=>{var te;return(te=r.onNodeColorChange)==null?void 0:te.call(r,J,"text","")})})]}),p&&h("icon")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(tl,{nodeId:e[0],value:(me=y==null?void 0:y.config)==null?void 0:me.icon},e[0]),f.jsx(ct,{ariaLabel:"Node icon",placeholder:"(e.g. PiGear)",width:"120px",value:((fe=y==null?void 0:y.config)==null?void 0:fe.icon)||"",onCommit:J=>{var te;return(te=r.onNodeIconChange)==null?void 0:te.call(r,e[0],J)}})]}),p&&x&&h("collapse")&&v!==void 0&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(Oe,{label:v?"Expand":"Collapse",children:f.jsx(Ce,{"aria-label":v?"Expand node":"Collapse node",icon:f.jsx(F.Icon,{as:v?K.PiArrowsOutLineVertical:K.PiArrowsInLineVertical,boxSize:5}),size:"sm",variant:"ghost",color:c,onClick:()=>{var J;return(J=r.onNodeCollapse)==null?void 0:J.call(r,e[0],!v)}})})]}),h("delete")&&f.jsxs(f.Fragment,{children:[f.jsx(gr,{}),f.jsx(Oe,{label:p?"Delete node":`Delete ${e.length} nodes`,children:f.jsx(Ce,{"aria-label":"Delete selected nodes",icon:f.jsx(F.Icon,{as:K.PiTrash,boxSize:5}),size:"sm",variant:"ghost",color:n==="dark"?"red.300":"red.500",onClick:()=>{A(J=>{var te,G;return(G=r.onNodeDelete)==null?void 0:G.call(r,J,((te=u.get(J))==null?void 0:te.data)||{id:J})}),t()}})})]})]})}async function Nm(e){const{toSvg:t}=await Promise.resolve().then(()=>require("./index-sHQXTNv9.cjs"));await document.fonts.ready;const r=await t(e,{filter:i=>!(i instanceof Element)||!i.matches("button, iframe, [role=tooltip], .flow-sdk-handle, .flow-sdk-property-port, .flow-sdk-edge-hit, .flow-sdk-ghost, .flow-sdk-node-animation")}),n=new DOMParser().parseFromString(decodeURIComponent(r.slice(r.indexOf(",")+1)),"image/svg+xml");return n.querySelectorAll(".flow-sdk-edge-hit, .flow-sdk-handle, .flow-sdk-property-port, .flow-sdk-ghost").forEach(i=>i.remove()),n.querySelectorAll("[data-flow-preview-source]").forEach(i=>{i.setAttribute("style","display:block;white-space:pre-wrap;font:16px/1.5 monospace;overflow-wrap:anywhere")}),`data:image/svg+xml;charset=utf-8,${encodeURIComponent(new XMLSerializer().serializeToString(n))}`}async function Lm(e,t="squeed.svg"){const r=document.createElement("a");r.href=await Nm(e),r.download=t.endsWith(".svg")?t:`${t}.svg`,r.click()}function Fm(){const{themeColor:e}=Le(),[t,r]=_.useState(!1),[n,i]=_.useState("");return f.jsxs(f.Fragment,{children:[f.jsx(Oe,{label:"Download SVG (current view)",children:f.jsx(Ce,{"aria-label":"Download SVG",icon:f.jsx(K.PiDownloadSimpleFill,{size:20}),disabled:t,borderRadius:"30%",color:e,variant:"ghost",onClick:async o=>{var a;const s=(a=o.currentTarget.closest("[data-flow-diagram]"))==null?void 0:a.querySelector("[data-flow-background]");if(!s){i("Diagram not available for export.");return}r(!0),i("");try{await Lm(s)}catch(c){i(c instanceof Error?c.message:"Unable to export SVG.")}finally{r(!1)}}})}),n&&f.jsx("span",{role:"alert",style:{fontSize:12,maxWidth:220},children:n})]})}function Bm({children:e,background:t,border:r,endElement:n}){const i=_.useRef(null),[o,s]=_.useState({left:!1,right:!1});_.useLayoutEffect(()=>{const c=i.current;let u=c.parentElement.offsetWidth;const l=()=>{const p=c.parentElement.offsetWidth;if(p>0&&p!==u){const g=u/p;u=p,g>0&&!window.matchMedia("(prefers-reduced-motion: reduce)").matches&&c.parentElement.animate({transform:[`scaleX(${g})`,"scaleX(1)"],transformOrigin:[n?"right center":"left center",n?"right center":"left center"]},{duration:180,easing:"ease-out",id:"flow-toolbar-grow"})}const y=c.scrollLeft>1,m=c.scrollWidth-c.clientWidth-c.scrollLeft>1;s(g=>g.left===y&&g.right===m?g:{left:y,right:m})},d=p=>{if(p.defaultPrevented||p.ctrlKey||p.deltaX!==0||!p.deltaY||c.scrollWidth<=c.clientWidth)return;p.preventDefault();const y=p.deltaMode===WheelEvent.DOM_DELTA_LINE?16:p.deltaMode===WheelEvent.DOM_DELTA_PAGE?c.clientWidth:1;c.scrollLeft+=p.deltaY*y},h=new ResizeObserver(l);return h.observe(c),c.firstElementChild&&h.observe(c.firstElementChild),c.addEventListener("scroll",l,{passive:!0}),c.addEventListener("wheel",d,{passive:!1}),l(),()=>{h.disconnect(),c.removeEventListener("scroll",l),c.removeEventListener("wheel",d)}},[]);const a=`var(--chakra-colors-${t.replace(".","-")})`;return f.jsxs(F.Box,{position:"relative",bg:t,minW:0,maxW:"100%",flex:"0 1 auto",borderRadius:"30px",css:Kr(a,`var(--chakra-colors-${r.replace(".","-")})`),children:[f.jsx(F.Box,{ref:i,"data-flow-toolbar-scroll":"",h:50,minH:50,alignContent:"center",overflowX:"auto",overflowY:"hidden",mr:n?"44px":void 0,borderRadius:"inherit",css:{scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}},children:e}),["left","right"].map(c=>f.jsx(F.Box,{"data-flow-toolbar-fade":c,"aria-hidden":"true",position:"absolute",top:0,bottom:0,w:"20px",pointerEvents:"none",borderRadius:c==="left"?"30px 0 0 30px":"0 30px 30px 0",style:{[c]:c==="right"&&n?44:0,opacity:o[c]?1:0,background:`linear-gradient(to ${c==="left"?"right":"left"}, ${a}, transparent)`}},c)),n&&f.jsx(F.Box,{position:"absolute",right:"6px",top:0,h:"50px",w:"32px",display:"flex",alignItems:"center",justifyContent:"center",children:n})]})}async function L0(e,t){const r=new Set,n=[],i=(a,c)=>{var l,d,h;if(!a||typeof a!="object")return;const u=a;n.push(c),typeof((l=u.$form)==null?void 0:l.$type)=="string"&&r.add(u.$form.$type),typeof((h=(d=u.$form)==null?void 0:d.$create)==null?void 0:h.$type)=="string"&&r.add(u.$form.$create.$type);for(const[p,y]of Object.entries(u))p==="$"?i(y,c):p.startsWith("$")||i(y,`${c}.${p}`)};if(i(t,"root"),!r.size)return{contract:await Em(e)};const o=await rl(e,[...r]);for(const a of r)if(!Object.prototype.hasOwnProperty.call(o,a))throw new Error(`Missing form type: ${a}`);const s={};for(const a of n){const c=Tt(t,a,o);c&&(s[a]={type:c.type,optional:!1})}return{schema:o,contract:{name:e.name,nodes:s}}}function zm({message:e,onDismiss:t}){const{background:r,colorText:n,border:i}=Ze();return!e||typeof document>"u"?null:tn.createPortal(f.jsxs(F.chakra.div,{role:"alert","aria-atomic":"true",css:Kr(ve(r),ve(i)),onPointerDown:o=>o.stopPropagation(),onClick:o=>o.stopPropagation(),style:{position:"fixed",top:20,right:20,zIndex:1e4,width:360,maxWidth:"calc(100vw - 40px)",boxSizing:"border-box",display:"flex",alignItems:"flex-start",gap:10,padding:16,borderRadius:8,background:ve(r),color:ve(n),fontSize:14,lineHeight:1.5},children:[f.jsx(K.PiWarningCircle,{size:20,"aria-hidden":"true",style:{flexShrink:0,color:"#ef4444"}}),f.jsxs("div",{style:{flex:1,minWidth:0,overflowWrap:"anywhere"},children:[f.jsx("strong",{children:"Interface upload failed"}),f.jsx("div",{children:e})]}),f.jsx(At,{type:"button","aria-label":"Dismiss upload error",title:"Dismiss upload error",onClick:t,flexShrink:0,width:"24px",height:"24px",minWidth:"24px",padding:0})]}),document.body)}function nl({showDivider:e=!0,compact:t=!1}={}){const{edgeMode:r,setEdgeMode:n,workflowContract:i,setWorkflowContract:o,callbacks:s,readOnly:a,themeColor:c,colorMode:u}=Le(),{edgeById:l}=Xr(),{data:d,schema:h,setSchema:p,bindings:y,structured:m}=_.useContext(Sr),g=(m==null?void 0:m.sourceBindings)??y,b=(m==null?void 0:m.sourceSchema)??h,{colorText:w}=Ze(),v=_.useRef(null),x=_.useRef(0),[C,S]=_.useState(!1),[k,I]=_.useState("");_.useEffect(()=>()=>{x.current++},[]),_.useEffect(()=>{x.current++,S(!1)},[a,d,g]);const R=i?[...l.values()].filter(P=>el(i,P.data)).length:0,M=i?`${i.name}: ${b?`${Object.keys(b).length} form types loaded; `:""}${R} invalid or unverified connections`:"",E=qn(f.jsx(nl,{showDivider:!1,compact:!0}));return f.jsx(Et.Provider,{value:null,children:f.jsxs("span",{style:{display:"contents"},onClickCapture:E,children:[f.jsx(zm,{message:k,onDismiss:()=>I("")}),e&&f.jsx(Ht,{}),f.jsxs(br,{"aria-label":"Edge mode",title:r==="auto"?"Connections: Auto":r==="properties"?"Connections: Properties":"Connections: Nodes",icon:r==="auto"?f.jsx(K.PiGraph,{size:20}):r==="properties"?f.jsx(K.PiTable,{size:20}):f.jsx(K.PiTreeStructure,{size:20}),style:{width:36},value:r,disabled:a,footer:s.onWorkflowConfigurationOpen&&f.jsxs(f.Fragment,{children:[f.jsx("hr",{style:{border:0,borderTop:"1px solid currentColor",opacity:.2,margin:"8px 0"}}),f.jsxs(F.Button,{"data-flow-menu-action":"",variant:"ghost",width:"100%",justifyContent:"flex-start",color:"inherit",bg:"transparent",css:Pn,_hover:{bg:u==="dark"?"whiteAlpha.100":"blackAlpha.50"},_focusVisible:{bg:u==="dark"?"whiteAlpha.100":"blackAlpha.50"},onClick:P=>{var A,j;(A=P.currentTarget.closest("[popover]"))==null||A.hidePopover(),(j=s.onWorkflowConfigurationOpen)==null||j.call(s)},children:[f.jsx(K.PiGear,{}),"Configuration"]})]}),onValueChange:P=>{var j;const A=P==="auto"?"auto":P==="properties"?"properties":"nodes";n(A),(j=s.onEdgeModeChange)==null||j.call(s,A)},children:[f.jsx("option",{value:"auto",children:"Auto"}),f.jsx("option",{value:"nodes",children:"Nodes"}),f.jsx("option",{value:"properties",children:"Properties"})]}),f.jsxs("span",{style:{display:r==="auto"||r==="properties"?"contents":"none"},children:[f.jsx(Oe,{label:i?`Replace ${i.name}`:"Upload workflow interface",children:f.jsx(Ce,{"aria-label":"Upload workflow interface",icon:f.jsx(K.PiUploadSimple,{size:20}),color:ve(c),size:"sm",variant:"ghost",disabled:C||a,onClick:()=>{var P;return(P=v.current)==null?void 0:P.click()}})}),f.jsx("input",{ref:v,type:"file",hidden:!0,accept:".ts,.json","aria-label":"Workflow interface file",disabled:a||C,onChange:async P=>{var q,O;const A=(q=P.target.files)==null?void 0:q[0];if(P.target.value="",!A)return;const j=++x.current;S(!0),I("");try{const z=g?await rl(A,[...new Set(Object.values(g).map(Q=>Q.schemaType??Q.type))]):void 0;if(g&&z){for(const Q of Object.values(g))if(!Object.prototype.hasOwnProperty.call(z,Q.schemaType??Q.type))throw new Error(`Missing form type: ${Q.schemaType??Q.type}`)}const{contract:U,schema:ae}=g&&z?{schema:z,contract:{name:A.name,nodes:Object.fromEntries(Object.entries(g).map(([Q,Y])=>[Q,{type:z[Y.schemaType??Y.type],optional:!1}]))}}:await L0(A,d);if(j!==x.current)return;p==null||p(ae),o(U),(O=s.onWorkflowContractChange)==null||O.call(s,U)}catch(z){j===x.current&&I(`${A.name}: ${z instanceof Error?z.message:"Unable to load interface."}`)}finally{j===x.current&&S(!1)}}}),!t&&(M||C)&&f.jsx("span",{role:"status",title:M,style:{color:ve(w),fontSize:12,maxWidth:180,whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:C?"Loading interface...":M}),!t&&i&&f.jsx(Oe,{label:"Remove workflow interface",children:f.jsx(Ce,{"aria-label":"Remove workflow interface",icon:f.jsx(K.PiX,{size:16}),size:"sm",variant:"ghost",disabled:a||C,onClick:()=>{var P;p==null||p(void 0),o(void 0),(P=s.onWorkflowContractChange)==null||P.call(s,void 0),I("")}})})]})]})})}const F0=[{value:"BT",label:"Bottom to Up",icon:K.PiArrowUp,flowType:Bt.BOTTOM_UP},{value:"TB",label:"Top to Bottom",icon:K.PiArrowDown,flowType:Bt.TOP_DOWN},{value:"LR",label:"Left to Right",icon:K.PiArrowRight,flowType:Bt.LEFT_RIGHT},{value:"RL",label:"Right to Left",icon:K.PiArrowLeft,flowType:Bt.RIGHT_LEFT}],Dm=()=>{const{engineRef:e,themeColor:t,setThemeColor:r,edgeColor:n,setEdgeColor:i,backgroundSelected:o,setBackgroundSelected:s,direction:a,edgeMode:c,allNodesIconLabel:u,setAllNodesIconLabel:l,selectedNodeIds:d,setSelectedNodeIds:h,selectedEdgeId:p,setSelectedEdgeId:y,isZoomMode:m,setIsZoomMode:g,isMultiSelectMode:b,setIsMultiSelectMode:w,isDragMode:v,setIsDragMode:x,isEdgeHandlesEnabled:C,setIsEdgeHandlesEnabled:S,isArrayNodeMode:k,setIsArrayNodeMode:I,isPinned:R,setIsPinned:M,callbacks:E,config:P,readOnly:A}=Le(),{nodeById:j,edgeById:q,parentIds:O}=Xr(),z=P.colorMode==="dark",{background:U,border:ae,colorInactive:Q,colorText:Y,colorActive:pe}=Ze(),se=z?ae:"gray.300",$=`var(--chakra-colors-${U.replace(".","-")})`,V=`var(--chakra-colors-${(z?ae:"gray.300").replace(".","-")})`,[W,N]=_.useState(!1),[ne,me]=_.useState(!0),fe=P.bottomBarCollapsed??ne,J=_.useRef(null),te=Ly({edge:"bottom",enabled:!R,bounds:J,inside:[J]}),G=_.useCallback(ye=>{const Me=e.current;if(!Me)return;const nr=P.minZoom??.01,cr=P.maxZoom??1.5,Xe=.02;let xe=Me.zoom();switch(ye){case"increase":xe=Math.min(cr,xe+Xe),Me.zoom(xe),Me.center(!1);break;case"decrease":xe=Math.max(nr,xe-Xe),Me.zoom(xe),Me.center(!1);break;case"reset":Me.fit(50);break}},[e,P.minZoom,P.maxZoom]),le=P.renderSelectedNodeToolbar,ue=d.length>0&&!!le,we=_.useMemo(()=>ue?d.map(ye=>{var nr;return{...((nr=j.get(ye))==null?void 0:nr.data)??{id:ye},isParent:O.has(ye)}}):[],[ue,d,j,O]),ge=_.useCallback(()=>{var ye;h([]),(ye=E.onNodeDeselect)==null||ye.call(E)},[h,E]),qe=P.renderSelectedEdgeToolbar,ee=!!p&&!!qe,he=_.useMemo(()=>{var ye;return!ee||!p?null:((ye=q.get(p))==null?void 0:ye.data)??{id:p}},[ee,p,q]),be=_.useCallback(()=>{var ye;y(null),(ye=E.onEdgeDeselect)==null||ye.call(E)},[y,E]),Ee=P.selectionToolbar!==!1&&!A,$e=Ee&&!!p&&!qe,Ge=Ee&&!$e&&d.length>0&&!le,Ye=$e||Ge,tr=R||te||W||Ye||P.bottomBarCollapsed===!1;_.useEffect(()=>{d.length||p?s(!1):A||(o&&M(!0),P.bottomBarCollapsed===void 0&&me(!o))},[o,d.length,p,A,s,M,P.bottomBarCollapsed]);const sr=P.renderBottomBar,Pe=h0();return sr?f.jsxs(f.Fragment,{children:[ue&&f.jsx(F.Box,{position:"absolute",bottom:5,left:"50%",transform:"translateX(-50%)",zIndex:101,children:le({selectedNodeIds:d,selectedNodeData:we,onDeselect:ge})}),ee&&he&&f.jsx(F.Box,{position:"absolute",bottom:5,left:"50%",transform:"translateX(-50%)",zIndex:101,children:qe({edgeId:p,edgeData:he,onDeselect:be})}),f.jsx(F.Box,{position:"absolute",bottom:0,left:0,right:0,zIndex:100,w:"100%",children:sr({zoomIn:()=>G("increase"),zoomOut:()=>G("decrease"),resetZoom:()=>G("reset"),direction:a,isZoomMode:m,setIsZoomMode:g,isMultiSelectMode:b,setIsMultiSelectMode:w,isDragMode:v,setIsDragMode:x,isEdgeHandlesEnabled:C,setIsEdgeHandlesEnabled:S,isArrayNodeMode:k,setIsArrayNodeMode:I,selectedNodeIds:d,selectedNodeData:we,selectedEdgeId:p,selectedEdgeData:he,onNodeDeselect:ge,onEdgeDeselect:be,callbacks:E})})]}):f.jsxs(Et.Provider,{value:Pe,children:[ue&&f.jsx(F.Box,{position:"absolute",bottom:5,left:"50%",transform:"translateX(-50%)",zIndex:101,children:le({selectedNodeIds:d,selectedNodeData:we,onDeselect:ge})}),ee&&he&&f.jsx(F.Box,{position:"absolute",bottom:5,left:"50%",transform:"translateX(-50%)",zIndex:101,children:qe({edgeId:p,edgeData:he,onDeselect:be})}),f.jsx(F.Box,{ref:J,role:"toolbar","aria-label":"Diagram controls",position:"absolute",bottom:0,left:0,right:0,zIndex:100,w:"100%",transition:"opacity 0.3s ease-in, transform 0.3s ease",transform:tr?"translateY(0)":"translateY(100%)",pointerEvents:tr?"auto":"none",visibility:tr?"visible":"hidden",opacity:tr?1:0,css:{"@media (hover: none)":{visibility:"visible",opacity:1,transform:"none",pointerEvents:"auto"}},children:f.jsxs(F.Flex,{w:"100%",px:5,position:"absolute",bottom:"calc(20px + env(safe-area-inset-bottom, 0px))",flexDirection:"row",justifyContent:"space-between",alignItems:"center",gap:"24px",css:{"@media (min-width: 1024px)":{"& > :first-of-type":{maxWidth:"50vw"}}},children:[f.jsx(Bm,{background:U,border:z?ae:"gray.300",children:f.jsxs(F.HStack,{px:2,gap:1,flexWrap:"nowrap",w:"max-content",minW:"100%",h:"100%",css:{"& > *":{flexShrink:0}},children:[$e?f.jsx(Mm,{edgeId:p,onClose:be}):Ge?f.jsx($m,{ids:d,onClose:ge}):null,f.jsxs("div",{style:{display:$e||Ge?"none":"contents"},children:[f.jsx(Oe,{label:R?"Unpin":"Pin",children:f.jsx(Ce,{"aria-label":"Pin",icon:f.jsx(F.Icon,{as:R?K.PiPushPinFill:K.PiPushPin,boxSize:5}),size:"sm",variant:"ghost",color:R?t:Q,onClick:()=>{M(!R),N(!1)}})}),f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se}),f.jsx(Oe,{label:"Zoom Out",children:f.jsx(Ce,{"aria-label":"Zoom out",rememberAction:!1,icon:f.jsx(F.Icon,{as:K.PiMinus,boxSize:5}),size:"sm",variant:"ghost",color:Y,onClick:()=>G("decrease")})}),f.jsx(Oe,{label:"Zoom In",children:f.jsx(Ce,{"aria-label":"Zoom in",rememberAction:!1,icon:f.jsx(F.Icon,{as:K.PiPlus,boxSize:5}),size:"sm",variant:"ghost",color:Y,onClick:()=>G("increase")})}),f.jsx(Oe,{label:"Reset Zoom",children:f.jsx(Ce,{"aria-label":"Reset zoom",rememberAction:!1,icon:f.jsx(F.Icon,{as:K.PiArrowCounterClockwise,boxSize:5}),size:"sm",variant:"ghost",color:Y,onClick:()=>G("reset")})}),fe&&f.jsx(p0,{divider:f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se,role:"separator","aria-orientation":"vertical"})}),f.jsxs("span",{style:{display:fe?"none":"contents"},children:[P.edgeHandles!==!1&&f.jsx(Oe,{label:C?"Draw Mode On (V)":"Draw Mode Off (V)",children:f.jsx(Ce,{"aria-label":"Toggle draw mode","aria-keyshortcuts":"V","aria-pressed":C,icon:f.jsx(F.Icon,{as:K.PiPencilSimpleLine,boxSize:5}),size:"sm",variant:"ghost",color:C?t:Q,onClick:()=>S(!C)})}),f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se}),f.jsx(Oe,{label:m?"Zoom Mode (z)":"Pan Mode (z)",children:f.jsx(Ce,{"aria-label":"Toggle zoom mode",icon:f.jsx(F.Icon,{as:m?K.PiMagnifyingGlassPlus:K.PiArrowsOutCardinal,boxSize:5}),size:"sm",variant:"ghost",color:m?t:Q,onClick:()=>g(!m)})}),f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se}),f.jsx(Oe,{label:b?"Multi-Select On (m)":"Multi-Select Off (m)",children:f.jsx(Ce,{"aria-label":"Toggle multi-select",icon:f.jsx(F.Icon,{as:K.PiSelectionPlus,boxSize:5}),size:"sm",variant:"ghost",color:b?t:Q,onClick:()=>w(!b)})}),f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se}),f.jsx(Oe,{label:v?"Drag Mode On (d)":"Drag Mode Off (d)",children:f.jsx(Ce,{"aria-label":"Toggle drag mode",icon:f.jsx(F.Icon,{as:K.PiHandGrabbing,boxSize:5}),size:"sm",variant:"ghost",color:v?t:Q,onClick:()=>x(!v)})}),P.bottomBarExtra&&f.jsxs(f.Fragment,{children:[f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se,role:"separator","aria-orientation":"vertical"}),P.bottomBarExtra]}),f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se,role:"separator","aria-orientation":"vertical"}),f.jsx(fm,{}),f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se,role:"separator","aria-orientation":"vertical"}),f.jsx(Uu,{label:"Collapse all",hideLabel:!0,checked:u,icon:f.jsx(F.Icon,{as:K.PiArrowsInLineVertical,boxSize:5}),onChange:l}),c!=="properties"&&f.jsxs(f.Fragment,{children:[f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se}),f.jsx(Oe,{label:k?"Array Mode [ ]":"Set Mode { }",children:f.jsx(Ce,{"aria-label":"Toggle array mode",icon:f.jsx(F.Icon,{as:k?K.PiBracketsSquare:K.PiBracketsCurly,boxSize:5}),size:"sm",variant:"ghost",color:k?t:Q,onClick:()=>{var Me;const ye=!k;I(ye),(Me=E.onArrayModeChange)==null||Me.call(E,ye)}})})]}),f.jsx(nl,{}),!A&&f.jsxs("span",{style:{display:o?"contents":"none"},children:[f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se}),f.jsx(ut,{label:"Graph theme",colors:Tn,value:t,includeTransparent:!1,onPick:ye=>{var Me;r(ye),(Me=E.onThemeColorChange)==null||Me.call(E,ye)}})]}),!A&&f.jsxs(f.Fragment,{children:[f.jsx(F.Icon,{as:K.PiLineVerticalThin,boxSize:5,color:se,role:"separator","aria-orientation":"vertical"}),f.jsx(ut,{label:"Graph edge color",colors:Tn,value:n||(z?"gray.500":Pt),onPick:i,onReset:()=>i("")}),f.jsx(F.Icon,{as:K.PiLineVerticalThin,boxSize:5,color:se,role:"separator","aria-orientation":"vertical"})]}),f.jsx(pm,{})]}),f.jsx(F.Icon,{mx:-1,as:K.PiLineVerticalThin,boxSize:5,color:se}),f.jsx(Oe,{label:fe?"Expand toolbar":"Collapse toolbar",children:f.jsx(Ce,{"aria-label":"Toggle toolbar collapse",rememberAction:!1,icon:f.jsx(F.Icon,{as:fe?K.PiCaretRight:K.PiCaretLeft,boxSize:5}),size:"sm",variant:"ghost",color:Q,onClick:()=>{var ye;P.bottomBarCollapsed===void 0&&me(!fe),s(fe),(ye=E.onBottomBarCollapsedChange)==null||ye.call(E,!fe)}})}),!fe&&f.jsx(Fm,{})]})]})}),!Ye&&f.jsxs(F.Box,{position:"relative",ml:"auto",flexShrink:0,children:[f.jsx(F.Box,{"data-flow-direction-control":"",bg:U,borderRadius:"30px",h:50,css:Kr($,V),px:3,cursor:"pointer",onClick:()=>N(!W),children:f.jsxs(F.Flex,{align:"center",h:"100%",children:[f.jsx(Oe,{label:"Flow Direction",children:f.jsx(Ce,{"aria-label":"Direction",onClick:ye=>{ye.stopPropagation(),N(!W)},icon:f.jsx(F.Icon,{as:K.PiCaretUp,boxSize:5}),size:"sm",variant:"ghost",color:Q})}),f.jsx(F.Text,{fontSize:"xs",textTransform:"uppercase !important",color:z?"whiteAlpha.600":"blackAlpha.500",ml:1,children:a.toUpperCase()})]})}),W&&f.jsx(F.Box,{position:"absolute",bottom:"100%",right:0,pb:"24px",zIndex:200,children:f.jsxs(F.Box,{bg:U,borderRadius:"30px",p:2,minW:"180px",css:Kr($,V),children:[F0.map(ye=>f.jsxs(F.Flex,{align:"center",gap:3,px:3,py:2,css:Pn,cursor:"pointer",_hover:{bg:z?"whiteAlpha.100":"blackAlpha.50"},onClick:()=>{var Me;(Me=E.onDirectionChange)==null||Me.call(E,ye.value),N(!1)},children:[f.jsx(F.Icon,{as:ye.icon,boxSize:5,color:Y}),f.jsx(F.Text,{fontSize:"sm",color:Y,flex:1,whiteSpace:"nowrap",children:ye.label}),a===ye.value&&f.jsx(F.Icon,{as:K.PiCheck,boxSize:4,color:pe})]},ye.value)),f.jsxs(F.Flex,{align:"center",gap:3,px:3,py:2,css:Pn,cursor:"pointer",_hover:{bg:z?"whiteAlpha.100":"blackAlpha.50"},onClick:()=>{var ye;(ye=E.onDirectionChange)==null||ye.call(E,"C"),N(!1)},children:[f.jsx(F.Icon,{as:K.PiAlignCenterHorizontal,boxSize:5,color:Y}),f.jsx(F.Text,{fontSize:"sm",color:Y,flex:1,whiteSpace:"nowrap",children:"Center"}),a==="C"&&f.jsx(F.Icon,{as:K.PiCheck,boxSize:4,color:pe})]})]})})]})]})})]})};Dm.displayName="BottomBar";const Vm=_.memo(Dm);function B0({checked:e,onChange:t,disabled:r,label:n="Connected nodes"}){return f.jsx(Uu,{hideLabel:!0,label:n,helper:`${n}: isolate node and its connections`,checked:e,onChange:t,disabled:r,icon:f.jsx(F.Icon,{as:K.PiGraph,boxSize:5})})}const Zl={$bgColor:"bgColor",$textColor:"textColor",$borderColor:"borderColor"};function Wm(e,t){const r=new Map,n=(o,s)=>{if(Object.is(o,s))return!0;if(!o||!s||typeof o!="object"||typeof s!="object"||Array.isArray(o)!==Array.isArray(s))return!1;const a=Object.keys(o);return a.length===Object.keys(s).length&&a.every(c=>Object.prototype.hasOwnProperty.call(s,c)&&n(o[c],s[c]))},i=(o,s,a)=>{if(o===s)return!0;if(!o||!s||typeof o!="object"||typeof s!="object"||Array.isArray(o)!==Array.isArray(s))return!1;const c=new Set([...Object.keys(o),...Object.keys(s)]);for(const u of c)if(!n(o[u],s[u])){if(Object.prototype.hasOwnProperty.call(Zl,u)){if(typeof s[u]!="string"||!s[u])return!1;r.set(a,{...r.get(a),[Zl[u]]:s[u]})}else if(u.startsWith("$")&&u!=="$"||!i(o[u],s[u],u==="$"?a:`${a}.${u}`))return!1}return!0};if(i(e,t,"root"))return r}function z0(e,t){return Wm(e,t)!==void 0}function D0(e,t,r){if(e===t)return r;const n=Wm(e,t);if(!n)return;const i=new Set(r.nodes.map(o=>o.data.id));for(const o of n.keys())if(!i.has(o)||!ke(t,o))return;return{edges:r.edges,nodes:r.nodes.map(o=>{const s=n.get(o.data.id),a=ke(e,o.data.id),c=ke(t,o.data.id);return!s&&a===c?o:{...o,data:{...o.data,...typeof o.data.code=="string"?{code:JSON.stringify(c,null,2)}:{},...s?{viewProps:{...o.data.viewProps,...s},config:{...o.data.config,...s}}:{}}}})}}function Bu(e){return e.kind==="literal"?e.value:e.kind==="union"?Bu(e.types[0]):e.kind==="array"?[]:e.kind==="object"?Object.fromEntries(Object.entries(e.properties).filter(([,t])=>!t.optional).map(([t,r])=>[t,Bu(r.type)])):e.kind==="boolean"?!1:e.kind==="number"||e.kind==="integer"?0:e.kind==="null"?null:""}function Gm(e,t,r){var g,b,w;const n=(g=ke(e,t))==null?void 0:g.$form,i=n==null?void 0:n.$create;if(!i)return;const o=i.$address.split(".");if(o.shift()!=="root"||!o.length||o.some(v=>!/^[A-Za-z0-9_-]+$/.test(v)||["__proto__","constructor","prototype"].includes(v)))throw new Error("Invalid form creation address.");if(!r||!Object.prototype.hasOwnProperty.call(r,i.$type))throw new Error(`Load form type: ${i.$type}`);const s=o.pop(),a=["root",...o].join("."),c=Tt(e,a,r),u=(b=c==null?void 0:c.type.properties[s])==null?void 0:b.type;if((u==null?void 0:u.kind)!=="array"||u.items.kind!=="object")throw new Error("Form creation must target an object-array field.");const l=r[i.$type],d=i.$defaults??{};for(const[v,x]of Object.entries(d))if(!Object.prototype.hasOwnProperty.call(l.properties,v)||Rr(l.properties[v].type,x,!l.properties[v].optional))throw new Error(`Invalid creation default: ${v}`);const h={...Bu(l),...structuredClone(d)};((w=l.properties.id)==null?void 0:w.type.kind)==="string"&&(h.id=Hu());let p=e;const y=ke(e,i.$address);if(y===void 0)p=xr(e,a,v=>({...v,[s]:[]}));else if(!Array.isArray(y)&&!Array.isArray(y==null?void 0:y.$))throw new Error("Form creation destination is not an array.");const m=Zu(p,i.$address,{...h,$label:i.$label??i.$type,...i.$icon?{$icon:i.$icon}:{},$form:{$type:i.$type,$create:i}});return{address:m.address,json:Yu(m.json,t,{target:m.address,label:i.$edgeLabel})}}function V0(e,t){const r=i=>e&&typeof e=="object"&&i in e;let n=1;for(;r(`${t}_${n}`);)n++;return`${t}_${n}`}function Um(e,t,r,n,i){const o=(a,c)=>{a!==e&&(e=a,n==null||n(a,c))},s=a=>{var u;const c=(u=t.find(l=>l.data.id===a))==null?void 0:u.data;return c&&{source:c.source,target:c.target,isInverted:c.isInverted,sourceProperty:c.sourceProperty,targetProperty:c.targetProperty,connection:c.connection}};return{...r,onFormChange:a=>{const c=ke(e,a.nodeAddress);if(!c||a.nodeId!==void 0&&c.id!==a.nodeId)throw new Error("This form node has moved. Retry the edit.");o(Bn(e,a,r.onFormChange),{type:"form",address:a.address,value:a.value})},onNodeLabelChange:(a,c)=>{var u;(u=r.onNodeLabelChange)==null||u.call(r,a,c),o(hr(e,a,"$label",c),{type:"nodeLabel",address:a,key:"$label",value:c})},onNodeContentChange:(a,c)=>{var u;(u=r.onNodeContentChange)==null||u.call(r,a,c),o(hr(e,a,"$content",c),{type:"nodeContent",address:a,key:"$content",value:c})},onNodeTypeViewChange:(a,c)=>{var u;c!==void 0&&!nn.includes(c)||((u=r.onNodeTypeViewChange)==null||u.call(r,a,c),o(hr(e,a,"$view",c),{type:"nodeStyle",address:a,key:"$view",value:c}))},onNodeColorChange:(a,c,u)=>{var d;(d=r.onNodeColorChange)==null||d.call(r,a,c,u);const l=c==="bg"?"$bgColor":"$textColor";o(hr(e,a,l,u),{type:"nodeColor",address:a,key:l,value:u})},onNodeBorderColorChange:(a,c)=>{var u;(u=r.onNodeBorderColorChange)==null||u.call(r,a,c),o(hr(e,a,"$borderColor",c),{type:"nodeColor",address:a,key:"$borderColor",value:c})},onNodeBorderStyleChange:(a,c)=>{var u;(u=r.onNodeBorderStyleChange)==null||u.call(r,a,c),o(hr(e,a,"$borderStyle",c),{type:"nodeStyle",address:a,key:"$borderStyle",value:c})},onNodeBorderWidthChange:(a,c)=>{var u;c!==void 0&&(!Number.isFinite(c)||c<0)||((u=r.onNodeBorderWidthChange)==null||u.call(r,a,c),o(hr(e,a,"$borderWidth",c),{type:"nodeStyle",address:a,key:"$borderWidth",value:c}))},onNodeBorderRadiusChange:(a,c)=>{var u;c!==void 0&&(!Number.isFinite(c)||c<0)||((u=r.onNodeBorderRadiusChange)==null||u.call(r,a,c),o(hr(e,a,"$borderRadius",c),{type:"nodeStyle",address:a,key:"$borderRadius",value:c}))},onNodeIconChange:(a,c)=>{var u;(u=r.onNodeIconChange)==null||u.call(r,a,c),o(hr(e,a,"$icon",c),{type:"nodeIcon",address:a,key:"$icon",value:c})},onNodeOutlineChange:(a,c)=>{var u;(u=r.onNodeOutlineChange)==null||u.call(r,a,c),o(hr(e,a,"$outline",c),{type:"nodeOutline",address:a,key:"$outline",value:c})},onNodeAnimationChange:(a,c)=>{var u;(u=r.onNodeAnimationChange)==null||u.call(r,a,c),o(hr(e,a,"$isNodeAnimated",c),{type:"nodeAnimation",address:a,key:"$isNodeAnimated",value:c})},onNodeAnimationVariantChange:(a,c)=>{var u;c!=="traveling"&&c!=="pulse"||((u=r.onNodeAnimationVariantChange)==null||u.call(r,a,c),o(hr(e,a,"$nodeAnimationVariant",c),{type:"nodeAnimation",address:a,key:"$nodeAnimationVariant",value:c}))},onNodeCollapse:(a,c)=>{var u;(u=r.onNodeCollapse)==null||u.call(r,a,c),o(vm(e,a,c),{type:"nodeCollapse",address:a,key:"$collapsed",value:c})},onNodeCreate:a=>{var y,m;const c=a.sourceNodeId&&Gm(e,a.sourceNodeId,i);if(c){(y=r.onNodeCreate)==null||y.call(r,a),o(c.json,{type:"nodeCreate",address:c.address,value:"form"});return}(m=r.onNodeCreate)==null||m.call(r,a);const u=a.sourceNodeId||"root",l=ke(e,u),d=V0(l,a.isArrayMode?"list":"node"),h=a.isArrayMode?{$bgColor:"gray.500",$:[]}:{$bgColor:"gray.500"},p=Zu(e,u,h,d);o(p.json,{type:"nodeCreate",address:p.address,value:a.isArrayMode?"array":"set"})},onNodeDelete:(a,c)=>{var u;(u=r.onNodeDelete)==null||u.call(r,a,c),o(wm(e,a),{type:"nodeDelete",address:a})},onEdgeCreate:(a,c,u)=>{var d;(d=r.onEdgeCreate)==null||d.call(r,a,c,u);const l=u&&(u.sourceProperty!==void 0||u.targetProperty!==void 0)?{...u,target:c}:void 0;o(l?Yu(e,a,l):Cm(e,a,c),{type:"edgeCreate",address:a,key:l?"$connections":"$target",value:l??c})},onEdgeLabelChange:(a,c)=>{var l;(l=r.onEdgeLabelChange)==null||l.call(r,a,c);const u=s(a);u&&o(Ur(e,u,"$sourceLabel",c),{type:"edgeLabel",edge:u,key:u.connection?"$connections":"$sourceLabel",value:c})},onEdgeStyleChange:(a,c)=>{var l;(l=r.onEdgeStyleChange)==null||l.call(r,a,c);const u=s(a);u&&o(xm(e,u,c),{type:"edgeStyle",edge:u,value:c})},onEdgeAnimationVariantChange:(a,c)=>{var l;if(c!=="dashed"&&c!=="traveling")return;(l=r.onEdgeAnimationVariantChange)==null||l.call(r,a,c);const u=s(a);u&&o(Ur(e,u,"$edgeAnimationVariant",c),{type:"edgeStyle",edge:u,key:u.connection?"$connections":"$edgeAnimationVariant",value:c})},onEdgeTypeChange:(a,c)=>{var l;(l=r.onEdgeTypeChange)==null||l.call(r,a,c);const u=s(a);u&&o(Ur(e,u,"$edgeType",c),{type:"edgeStyle",edge:u,key:u.connection?"$connections":"$edgeType",value:c})},onEdgeIconChange:(a,c)=>{var l;(l=r.onEdgeIconChange)==null||l.call(r,a,c);const u=s(a);u&&o(Ur(e,u,"$edgeIcon",c||void 0),{type:"edgeStyle",edge:u,key:u.connection?"$connections":"$edgeIcon",value:c})},onEdgeColorChange:(a,c)=>{var l;(l=r.onEdgeColorChange)==null||l.call(r,a,c);const u=s(a);u&&o(Ur(e,u,"$edgeColor",c),{type:"edgeColor",edge:u,key:u.connection?"$connections":"$edgeColor",value:c})},onEdgeDelete:(a,c)=>{var d;(d=r.onEdgeDelete)==null||d.call(r,a,c);const u=s(a);if(!u)return;const l=Sm(e,u);l.removed&&o(l.json,{type:"edgeDelete",edge:u,key:u.connection?"$connections":"$target"})}}}const W0=".flow-sdk-edge-trace{pointer-events:none;animation:flow-sdk-edge-trace 2.4s linear infinite}.flow-sdk-edge-trace-reverse{animation-direction:reverse}@keyframes flow-sdk-edge-trace{from{stroke-dashoffset:18}to{stroke-dashoffset:-100}}@media(prefers-reduced-motion:reduce){.flow-sdk-edge-trace,.flow-sdk-edge-anim{animation:none}}";function G0({path:e,color:t,width:r,reversed:n}){return f.jsx("path",{className:`flow-sdk-edge-trace${n?" flow-sdk-edge-trace-reverse":""}`,"data-animation-variant":"traveling","aria-hidden":"true",pointerEvents:"none",d:e,fill:"none",stroke:t,strokeWidth:r,strokeLinecap:"round",pathLength:100,strokeDasharray:"18 100"})}const U0=".flow-sdk-edge-reveal{animation:flow-sdk-edge-reveal var(--flow-edge-reveal-duration,600ms) linear both;animation-play-state:var(--flow-edge-reveal-state,running)}.flow-sdk-edge-reveal-end{animation:flow-sdk-edge-reveal-end var(--flow-edge-reveal-duration,600ms) steps(1,end) both;animation-play-state:var(--flow-edge-reveal-state,running)}@keyframes flow-sdk-edge-reveal{from{stroke-dashoffset:var(--flow-edge-reveal-from,100)}to{stroke-dashoffset:0}}@keyframes flow-sdk-edge-reveal-end{from{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.flow-sdk-edge-reveal{animation:none;stroke-dashoffset:0}.flow-sdk-edge-reveal-end{animation:none;opacity:1}}";function H0({path:e,width:t,reversed:r,children:n,onComplete:i}){const o=`flow-edge-reveal-${_.useId().replace(/:/g,"")}`,s=_.useRef(null),[a,c]=_.useState({x:0,y:0,width:1,height:1});return _.useEffect(()=>{const u=matchMedia("(prefers-reduced-motion: reduce)"),l=()=>{u.matches&&(i==null||i())};return l(),u.addEventListener("change",l),()=>u.removeEventListener("change",l)},[i]),_.useLayoutEffect(()=>{var l;const u=(l=s.current)==null?void 0:l.getBBox();u&&c({x:u.x-t,y:u.y-t,width:u.width+t*2,height:u.height+t*2})},[e,t]),f.jsxs(f.Fragment,{children:[f.jsx("defs",{children:f.jsx("mask",{id:o,maskUnits:"userSpaceOnUse",...a,children:f.jsx("path",{ref:s,className:"flow-sdk-edge-reveal",onAnimationEnd:u=>{u.animationName==="flow-sdk-edge-reveal"&&(i==null||i())},"data-reveal-direction":r?"reverse":"forward",style:{"--flow-edge-reveal-from":r?-100:100},d:e,fill:"none",stroke:"white",strokeWidth:t,strokeLinecap:"butt",strokeLinejoin:"round",pathLength:100,strokeDasharray:"100 100"})})}),f.jsx("g",{mask:`url(#${o})`,children:n})]})}const K0=".flow-sdk-node-animation{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;z-index:1}.flow-sdk-node-border-animation{pointer-events:none;animation:flow-sdk-node-border 2.4s linear infinite}.flow-sdk-node-border-pulse{stroke-width:var(--flow-pulse-rest-width);animation:flow-sdk-node-pulse 1.8s ease-in-out infinite}@keyframes flow-sdk-node-border{from{stroke-dashoffset:0}to{stroke-dashoffset:-100}}@keyframes flow-sdk-node-pulse{0%,100%{stroke-width:var(--flow-pulse-rest-width)}50%{stroke-width:var(--flow-pulse-expanded-width)}}@media(prefers-reduced-motion:reduce){.flow-sdk-node-border-animation{animation:none}}";function Hm({x:e=0,y:t=0,width:r,height:n,radius:i,color:o,strokeWidth:s=8,path:a,variant:c="traveling"}){const u=_.useId(),l=`flow-sdk-node-border-animation${c==="pulse"?" flow-sdk-node-border-pulse":""}`;if(c==="pulse"){const d=a?"path":"rect",h=a?{d:a}:{x:e,y:t,width:Math.max(0,r),height:Math.max(0,n),rx:Math.max(0,Math.min(i,r/2,n/2))},p=s+36,y={x:e-p,y:t-p,width:r+2*p,height:n+2*p};return f.jsxs("g",{"aria-hidden":"true",pointerEvents:"none",children:[f.jsx("defs",{children:f.jsxs("mask",{id:u,maskUnits:"userSpaceOnUse",...y,style:{maskType:"luminance"},children:[f.jsx("rect",{...y,fill:"white"}),f.jsx(d,{...h,fill:"black",stroke:"black",strokeWidth:s,strokeLinejoin:"round"})]})}),f.jsx(d,{...h,className:l,"data-animation-variant":c,fill:"none",stroke:`color-mix(in srgb, ${o} 30%, transparent)`,strokeLinejoin:"round",mask:`url(#${u})`,style:{"--flow-pulse-rest-width":`${s+16}px`,"--flow-pulse-expanded-width":`${s+36}px`}})]})}return a?f.jsx("path",{className:l,"data-animation-variant":c,"aria-hidden":"true",pointerEvents:"none",d:a,fill:"none",stroke:o,strokeWidth:s,strokeLinecap:"round",pathLength:100,strokeDasharray:"18 82"}):f.jsx("rect",{className:l,"data-animation-variant":c,"aria-hidden":"true",pointerEvents:"none",x:e,y:t,width:Math.max(0,r),height:Math.max(0,n),rx:Math.max(0,Math.min(i,r/2,n/2)),fill:"none",stroke:o,strokeWidth:s,strokeLinecap:"round",pathLength:100,strokeDasharray:"18 82"})}const J0=e=>{const n=1/(Math.cbrt(e)*.8);let i=Math.round(650*n),o=Math.round(350*n);return i=Math.max(40,Math.min(450,i)),o=Math.max(30,Math.min(300,o)),{edgeSep:i,rankSep:o}};function Yl(e,t,r){const n=new Set([e]),i=[e];for(;i.length;){const o=i.pop();for(const s of t)(s.parent===o||s.id.startsWith(`${o}.`)||r.some(c=>(c.inverted?c.target:c.source)===o&&(c.inverted?c.source:c.target)===s.id))&&!n.has(s.id)&&(n.add(s.id),i.push(s.id))}return n}function Z0(e,t,r){const n=r==="downward"||r==="upward",i=new Map;for(const s of e){if(s.source===s.target||s.sourceProperty||s.targetProperty)continue;const a=t(s.source),c=t(s.target);if(!a||!c)continue;const u=n?c.y-a.y:c.x-a.x,l=Math.abs(u)-(n?a.h+c.h:a.w+c.w)/2;if(l<=320)continue;const d=JSON.stringify([s.source,Math.sign(u)]),h=i.get(d)??[];h.push({edge:s,gap:l,cross:n?c.x-a.x:c.y-a.y}),i.set(d,h)}const o=new Map;for(const s of i.values()){if(new Set(s.map(({edge:c})=>c.target)).size<2)continue;const a=new Map;for(const{edge:c}of s)a.set(c.target,(a.get(c.target)??0)+1);for(const c of[-1,0,1]){const u=s.filter(({cross:d})=>Math.sign(d)===c);u.sort((d,h)=>Math.abs(h.cross)-Math.abs(d.cross)||d.edge.id.localeCompare(h.edge.id));const l=Math.min(...u.map(({gap:d})=>d));u.forEach(({edge:d,gap:h,cross:p},y)=>{const m=u.length===1?l/2:120+(l-280)*y/(u.length-1),g=u.find(b=>Math.abs(b.cross)<Math.abs(p));o.set(d.id,{turn:m/h,labelAtTarget:a.get(d.target)===1,labelFraction:p?(p+((g==null?void 0:g.cross)??0))/(2*p):.5})})}}return o}const bt=e=>({x1:e.x-e.w/2,y1:e.y-e.h/2,x2:e.x+e.w/2,y2:e.y+e.h/2}),Y0=e=>({x:(e.x1+e.x2)/2,y:(e.y1+e.y2)/2,w:e.x2-e.x1,h:e.y2-e.y1});function bo(e){if(!e.length)return null;const t={...e[0]};for(let r=1;r<e.length;r++)t.x1=Math.min(t.x1,e[r].x1),t.y1=Math.min(t.y1,e[r].y1),t.x2=Math.max(t.x2,e[r].x2),t.y2=Math.max(t.y2,e[r].y2);return t}const X0=(e,t)=>e.x1<=t.x2&&e.x2>=t.x1&&e.y1<=t.y2&&e.y2>=t.y1,Xl=(e,t)=>e.x>=t.x1&&e.x<=t.x2&&e.y>=t.y1&&e.y<=t.y2,wr=e=>(Math.round(e*10)/10).toString(),Qe=e=>`${wr(e.x)} ${wr(e.y)}`,Q0=e=>e>0?1:e<0?-1:0,Ql=(e,t)=>e>0?Math.max(e-t,0):Math.min(e+t,0);function ew(e,t,r,n,i=10){const o=t.x-e.x,s=t.y-e.y,a=Ql(o,(e.w+t.w)/2),c=Ql(s,(e.h+t.h)/2),u=r==="downward"||r==="upward",l=u?c:a,d=u?s:o,h=Q0(d),p=n*l,y=w=>Math.abs(w)<i||Math.abs(w)>=Math.abs(l),m=y(p)||y(Math.abs(l)-Math.abs(p));let g;if(m)if(u)if(Math.abs(d)<=e.h/2){const w=(e.x+t.x)/2;g=[w,e.y,w,t.y]}else if(Math.abs(o)<=t.w/2){const w=(e.y+t.y)/2;g=[e.x,w,t.x,w]}else g=[e.x,t.y];else if(Math.abs(d)<=e.w/2){const w=(e.y+t.y)/2;g=[e.x,w,t.x,w]}else if(Math.abs(s)<=t.h/2){const w=(e.x+t.x)/2;g=[w,e.y,w,t.y]}else g=[t.x,e.y];else if(u){const w=e.y+p+e.h/2*h;g=[e.x,w,t.x,w]}else{const w=e.x+p+e.w/2*h;g=[w,e.y,w,t.y]}const b=[{x:e.x,y:e.y}];for(let w=0;w<g.length;w+=2)b.push({x:g[w],y:g[w+1]});return b.push({x:t.x,y:t.y}),b}function rw(e,t,r){const n=t.x-e.x,i=t.y-e.y,o=n>0?(r.x2-e.x)/n:n<0?(r.x1-e.x)/n:1/0,s=i>0?(r.y2-e.y)/i:i<0?(r.y1-e.y)/i:1/0,a=Math.min(o,s);return!Number.isFinite(a)||a>=1||a<0?null:{x:e.x+n*a,y:e.y+i*a}}function kt(e,t,r){var s;if(!((s=r.outline)!=null&&s.length))return rw(e,t,bt(r));const n=t.x-e.x,i=t.y-e.y;let o=1/0;return r.outline.forEach((a,c,u)=>{const l=u[(c+1)%u.length],d=l.x-a.x,h=l.y-a.y,p=n*h-i*d;if(Math.abs(p)<1e-9)return;const y=a.x-e.x,m=a.y-e.y,g=(y*h-m*d)/p,b=(y*i-m*n)/p;g>=0&&g<1&&b>=-1e-9&&b<=1+1e-9&&(o=Math.min(o,g))}),Number.isFinite(o)?{x:e.x+n*o,y:e.y+i*o}:null}function Km(e,t,r=.5){const n=Number.isFinite(r)?Math.max(0,Math.min(1,r)):.5,i=t==="top"||t==="bottom",o=t==="top"||t==="left"?-1:1,s={x:i?e.x-e.w/2+e.w*n:e.x,y:i?e.y:e.y-e.h/2+e.h*n},a=Math.max(e.w,e.h)*2+1;return{...kt(s,{x:s.x+(i?0:o*a),y:s.y+(i?o*a:0)},e)??{x:i?s.x:e.x+o*e.w/2,y:i?e.y+o*e.h/2:s.y},side:t}}function wt(e,t){return{x:e.x+(e.side==="right"?t:e.side==="left"?-t:0),y:e.y+(e.side==="bottom"?t:e.side==="top"?-t:0)}}function tw(e,t,r,n){const i=wt(e,r.srcDist),o=wt(t,r.tgtDist);if(n==="straight")return Zm(i,o,r);const s=Math.max(80,Math.min(300,Math.hypot(o.x-i.x,o.y-i.y)/3)),a=e.side==="bottom"&&t.side==="top"?o.y-i.y:e.side==="top"&&t.side==="bottom"?i.y-o.y:e.side==="right"&&t.side==="left"?o.x-i.x:e.side==="left"&&t.side==="right"?i.x-o.x:void 0,c=a!==void 0&&a>0?Math.min(s,a/2):s,u=wt({...i,side:e.side},c),l=wt({...o,side:t.side},c),d=r.arrowAt==="source"?ar(i,u,r.arrowGap):i,h=r.arrowAt==="target"?ar(o,l,r.arrowGap):o,p=r.arrowAt==="source"?_r(i,u,r.arrowSize,r.headShape):r.arrowAt==="target"?_r(o,l,r.arrowSize,r.headShape):void 0;if(n==="bezier")return{d:`M${Qe(d)} C${Qe(u)} ${Qe(l)} ${Qe(h)}`,arrow:p,label:{x:(d.x+3*u.x+3*l.x+h.x)/8,y:(d.y+3*u.y+3*l.y+h.y)/8,angle:0}};const y=e.side==="left"||e.side==="right",m=t.side==="left"||t.side==="right";let g;if(y!==m){const w=y?{x:l.x,y:u.y}:{x:u.x,y:l.y},v=(w.x-u.x)*(u.x-i.x)+(w.y-u.y)*(u.y-i.y)>=0,x=(w.x-l.x)*(l.x-o.x)+(w.y-l.y)*(l.y-o.y)>=0;g=[v&&x?w:y?{x:u.x,y:l.y}:{x:l.x,y:u.y}]}else if(a!==void 0&&a<=0)if(y){const w=(u.y+l.y)/2;g=[{x:u.x,y:w},{x:l.x,y:w}]}else{const w=(u.x+l.x)/2;g=[{x:w,y:u.y},{x:w,y:l.y}]}else if(y){const w=e.side===t.side?e.side==="right"?Math.max(u.x,l.x):Math.min(u.x,l.x):(u.x+l.x)/2;g=[{x:w,y:u.y},{x:w,y:l.y}]}else{const w=e.side===t.side?e.side==="bottom"?Math.max(u.y,l.y):Math.min(u.y,l.y):(u.y+l.y)/2;g=[{x:u.x,y:w},{x:l.x,y:w}]}const b=[u,...g,l].filter((w,v,x)=>v===0||w.x!==x[v-1].x||w.y!==x[v-1].y);return zn(d,b,h,p,n==="orthogonal"?0:r.radius)}function ar(e,t,r){const n=e.x-t.x,i=e.y-t.y,o=Math.hypot(n,i);if(!o)return e;let s=(o-r)/o;return s<0&&(s=1e-5),{x:t.x+s*n,y:t.y+s*i}}function _r(e,t,r,n="triangle"){const i=e.x-t.x,o=e.y-t.y,s=Math.hypot(i,o)||1,a=i/s,c=o/s,u=(n==="square"?.15:.3)*r,l=.15*r,d=e.x-a*u,h=e.y-c*u;if(n==="square")return`M${Qe(e)} L${wr(e.x-c*l)} ${wr(e.y+a*l)} L${wr(d-c*l)} ${wr(h+a*l)} L${wr(d+c*l)} ${wr(h-a*l)} L${wr(e.x+c*l)} ${wr(e.y-a*l)} Z`;const p=[e,{x:d-c*l,y:h+a*l},{x:d+c*l,y:h-a*l}];return p.map((m,g)=>{const b=p[(g+2)%3],w=p[(g+1)%3],v=Math.hypot(b.x-m.x,b.y-m.y),x=Math.hypot(w.x-m.x,w.y-m.y),C={x:(b.x-m.x)/v,y:(b.y-m.y)/v},S={x:(w.x-m.x)/x,y:(w.y-m.y)/x},k=Math.max(-1,Math.min(1,C.x*S.x+C.y*S.y)),I=Math.sqrt((1-k)/(1+k)),R=Math.min(1/I,v/2,x/2);return{start:{x:m.x+C.x*R,y:m.y+C.y*R},end:{x:m.x+S.x*R,y:m.y+S.y*R},radius:R*I}}).map((m,g)=>`${g?"L":"M"}${Qe(m.start)} A${wr(m.radius)} ${wr(m.radius)} 0 0 1 ${Qe(m.end)}`).join(" ")+" Z"}function Gr(e,t){let r=Math.atan(t/e);return e===0&&r<0&&(r=-r),Number.isFinite(r)||(r=0),r*180/Math.PI}function nw(e,t,r,n){const i={x:t.x-e.x,y:t.y-e.y},o={x:r.x-t.x,y:r.y-t.y},s=Math.hypot(i.x,i.y),a=Math.hypot(o.x,o.y),c=i.x*o.y-i.y*o.x;if(s<1e-6||a<1e-6||Math.abs(c)<1e-6)return{p1:t,b:t,p2:t,r:0};const u=Math.min(n,s/2,a/2);return{p1:{x:t.x-i.x/s*u,y:t.y-i.y/s*u},b:t,p2:{x:t.x+o.x/a*u,y:t.y+o.y/a*u},r:u}}function Jm(e,t,r,n){let i=-1,o=null;for(let y=0;y<e.length-1;y++){const m=kt(e[y],e[y+1],t);if(m){i=y,o=m;break}}let s=-1,a=null;for(let y=e.length-1;y>0;y--){const m=kt(e[y],e[y-1],r);if(m){s=y,a=m;break}}if(!o||!a||i>=s)return null;const c=e.slice(i+1,s),u=c[0]??a,l=c[c.length-1]??o;let d,h,p;if(n.arrowAt==="source"){const y=ar(o,u,n.srcDist);d=ar(o,u,n.srcDist+n.arrowGap),p=_r(y,u,n.arrowSize,n.headShape)}else d=ar(o,u,n.srcDist);if(n.arrowAt==="target"){const y=ar(a,l,n.tgtDist);h=ar(a,l,n.tgtDist+n.arrowGap),p=_r(y,l,n.arrowSize,n.headShape)}else h=ar(a,l,n.tgtDist);return zn(d,c,h,p,n.radius,n.labelTargetLength,n.labelFraction)}function zn(e,t,r,n,i,o,s){var h;const a=[e,...t,r],c=[];let u=`M${Qe(e)}`;for(let p=1;p<a.length-1;p++){const y=nw(a[p-1],a[p],a[p+1],i);c.push(y),y.r===0?u+=` L${Qe(y.b)}`:u+=` L${Qe(y.p1)} Q${Qe(y.b)} ${Qe(y.p2)}`}u+=` L${Qe(r)}`;let l;const d=t.length;if(d===0)l={x:(e.x+r.x)/2,y:(e.y+r.y)/2,angle:Gr(r.x-e.x,r.y-e.y)};else if(d%2===0){const p=t[d/2-1],y=t[d/2];l={x:(p.x+y.x)/2,y:(p.y+y.y)/2,angle:Gr(y.x-p.x,y.y-p.y)}}else{const p=c[(d-1)/2];if(p.r===0){const y=a[(d-1)/2+2];l={x:p.b.x,y:p.b.y,angle:Gr(y.x-p.b.x,y.y-p.b.y)}}else l={x:.25*p.p1.x+.5*p.b.x+.25*p.p2.x,y:.25*p.p1.y+.5*p.b.y+.25*p.p2.y,angle:Gr(p.p2.x-p.p1.x,p.p2.y-p.p1.y)}}if(o!==void 0){if(s!==void 0&&c.length===2){const g=c[0].p2,b=c[1].p1,w=Math.hypot(b.x-g.x,b.y-g.y),v=Math.min(.5,o/(2*w)),x=Math.max(v,Math.min(1-v,s));l={x:g.x+(b.x-g.x)*x,y:g.y+(b.y-g.y)*x,angle:Gr(b.x-g.x,b.y-g.y)}}const p=((h=c[c.length-1])==null?void 0:h.p2)??e,y=r.x-p.x,m=r.y-p.y;Math.hypot(y,m)>=o&&(l={x:(p.x+r.x)/2,y:(p.y+r.y)/2,angle:Gr(y,m)})}return{d:u,arrow:n,label:l}}function ed(e,t,r,n,i,o,s){const a=r==="leftward"?-1:1,c={x:e.x+a*(e.w/2+s.srcDist),y:n??e.y},u={x:t.x-a*(t.w/2+s.tgtDist),y:i??t.y},l=Math.max(80,s.arrowGap+s.arrowSize*.3),d=c.x+a*l,h=u.x-a*l;let p;if(a*(h-d)>=0){const b=c.x+(u.x-c.x)*o,w=Math.max(Math.min(d,h),Math.min(Math.max(d,h),b));p=[{x:w,y:c.y},{x:w,y:u.y}]}else{const b=Math.min(e.y-e.h/2,t.y-t.h/2)-l*(1+o);p=[{x:d,y:c.y},{x:d,y:b},{x:h,y:b},{x:h,y:u.y}]}const y=s.arrowAt==="source"?ar(c,p[0],s.arrowGap):c,m=s.arrowAt==="target"?ar(u,p[p.length-1],s.arrowGap):u,g=s.arrowAt==="source"?_r(c,p[0],s.arrowSize,s.headShape):s.arrowAt==="target"?_r(u,p[p.length-1],s.arrowSize,s.headShape):void 0;return zn(y,p,m,g,s.radius)}function rd(e,t,r,n,i){return Jm(ew(e,t,r,n),e,t,i)}function td(e,t,r,n,i,o){const s=n===void 0&&i===void 0&&(r==="downward"||r==="upward"),a=r==="leftward"||s&&r==="upward"?-1:1,c=(u,l,d)=>{const h={x:u.x,y:l??u.y},p=Math.max(u.w,u.h)*2+1,y=kt(h,{x:h.x+(s?0:d*p),y:h.y+(s?d*p:0)},u);return y?{x:y.x+(s?0:d*o),y:y.y+(s?d*o:0)}:s?{x:u.x,y:u.y+d*(u.h/2+o)}:{x:u.x+d*(u.w/2+o),y:l??u.y}};return{sourcePoint:c(e,n,a),targetPoint:c(t,i,-a)}}function ow(e,t,r,n){const i=r==="downward"||r==="upward",o=r==="leftward"||r==="upward"?-1:1,s=Math.max(100,Math.abs(i?t.y-e.y:t.x-e.x)/2),a={x:e.x+(i?0:o*s),y:e.y+(i?o*s:0)},c={x:t.x-(i?0:o*s),y:t.y-(i?o*s:0)},u=n.arrowAt==="source"?ar(e,a,n.arrowGap):e,l=n.arrowAt==="target"?ar(t,c,n.arrowGap):t;return{d:`M${Qe(u)} C${Qe(a)} ${Qe(c)} ${Qe(l)}`,arrow:n.arrowAt==="source"?_r(e,a,n.arrowSize,n.headShape):n.arrowAt==="target"?_r(t,c,n.arrowSize,n.headShape):void 0,label:{x:(u.x+3*a.x+3*c.x+l.x)/8,y:(u.y+3*a.y+3*c.y+l.y)/8,angle:Gr(l.x+c.x-a.x-u.x,l.y+c.y-a.y-u.y)}}}function Zm(e,t,r){const n=r.arrowAt==="source"?ar(e,t,r.arrowGap):e,i=r.arrowAt==="target"?ar(t,e,r.arrowGap):t,o=r.arrowAt==="source"?_r(e,t,r.arrowSize,r.headShape):r.arrowAt==="target"?_r(t,e,r.arrowSize,r.headShape):void 0;return zn(n,[],i,o,0)}function iw(e,t,r,n=-90,i=-60,o=350){const s=n*Math.PI/180,a=i*Math.PI/180,c=s-Math.PI/2,u=c-a/2,l=c+a/2,d=1.4*o*(t/3+1),h={x:e.x+Math.cos(u)*d,y:e.y+Math.sin(u)*d},p={x:e.x+Math.cos(l)*d,y:e.y+Math.sin(l)*d},y={x:e.x,y:e.y},m=kt(y,h,e),g=kt(y,p,e);if(!m||!g)return null;const b={x:(h.x+p.x)/2,y:(h.y+p.y)/2};let w=ar(m,h,r.srcDist),v=ar(g,p,r.tgtDist),x;if(r.arrowAt==="target"){const S=v;v=ar(g,p,r.tgtDist+r.arrowGap),x=_r(S,p,r.arrowSize,r.headShape)}else if(r.arrowAt==="source"){const S=w;w=ar(m,h,r.srcDist+r.arrowGap),x=_r(S,h,r.arrowSize,r.headShape)}return{d:`M${Qe(w)} Q${Qe(h)} ${Qe(b)} Q${Qe(p)} ${Qe(v)}`,arrow:x,label:{x:b.x,y:b.y,angle:Gr(p.x-h.x,p.y-h.y)}}}const yt=e=>Math.round(e*1e3)/1e3;function Ym(e){const t=e.querySelector("[data-flow-node-surface]");if(!t)return;const r=e.getBoundingClientRect(),n=r.width/e.offsetWidth;if(!Number.isFinite(n)||n<=0)return;const i=t.getBoundingClientRect();if(!i.width||!i.height)return;const o=t,s=typeof o.getScreenCTM=="function"?o.getScreenCTM():null,a=typeof o.getTotalLength=="function"?o.getTotalLength():0,c=o.points,u=(c==null?void 0:c.numberOfItems)||128,l=s&&a>0?Array.from({length:u},(d,h)=>{const p=c!=null&&c.numberOfItems?c.getItem(h):o.getPointAtLength(a*h/u);return{x:yt((s.a*p.x+s.c*p.y+s.e-r.left)/n),y:yt((s.b*p.x+s.d*p.y+s.f-r.top)/n)}}):void 0;return{left:yt((i.left-r.left)/n),top:yt((i.top-r.top)/n),width:t instanceof HTMLElement?t.offsetWidth:yt(i.width/n),height:t instanceof HTMLElement?t.offsetHeight:yt(i.height/n),radius:parseFloat(getComputedStyle(t).borderTopLeftRadius)||0,...l?{outline:l}:{}}}function en(e,t){const r=e.x-e.w/2,n=e.y-e.h/2;return{x:r+t.left+t.width/2,y:n+t.top+t.height/2,w:t.width,h:t.height,...t.outline?{outline:t.outline.map(i=>({x:r+i.x,y:n+i.y}))}:{}}}function aw(e,t,r,n,i){var l;const o=i!=="TB"&&i!=="BT",s=o?"top":"left",a=o?"bottom":"right",c=new Map;for(const d of n)for(const[h,p,y]of[[d.source,d.sourceProperty,d.target],[d.target,d.targetProperty,d.source]]){const m=t.get(y);if(p===void 0||!m||y===h)continue;const g=r.get(y),b=JSON.stringify([h,p]),w=c.get(b)??[];w.push(g?en(m,g):m),c.set(b,w)}const u=new Map(e);for(const[d,h]of e){const p=t.get(d);if(!p||!h.some(v=>v.placement==="config"))continue;const y=r.get(d),m=y?en(p,y):p,g={x:p.w/2,y:p.h/2,w:p.w,h:p.h},b=y?en(g,y):g,w=new Map;for(const v of h){if(v.placement!=="config")continue;const C=(c.get(JSON.stringify([d,v.property]))??[]).reduce((k,I)=>k+(o?I.y-m.y:I.x-m.x),0),S=((l=v.anchor)==null?void 0:l.side)===a?a:s;w.set(v,C<-.001?s:C>.001?a:S)}u.set(d,h.map(v=>{const x=w.get(v);if(!x)return v;const C=h.filter(I=>w.get(I)===x),S=(C.indexOf(v)+1)/(C.length+1),k=Km(b,x,S);return{...v,anchor:k,top:k.y,height:0}}))}return u}function nd(e,t,r){const n=new Set(t.map(a=>a.id));if(!n.has(e))return new Set;const i=new Set([e]);let o=!0;for(;o;){o=!1;for(const a of t)!i.has(a.id)&&(i.has(a.parent??"")||a.id.startsWith(`${e}.`))&&(i.add(a.id),o=!0)}const s=new Set(i);for(const a of r)i.has(a.source)&&n.has(a.target)&&s.add(a.target),i.has(a.target)&&n.has(a.source)&&s.add(a.source);return s}const Lr='"Helvetica Neue", Helvetica, sans-serif';let Ft;const Sn=new Map;function un(e,t){const r=`${t}|${e}`,n=Sn.get(r);if(n!==void 0)return n;Ft===void 0&&(Ft=typeof document<"u"?document.createElement("canvas").getContext("2d"):null);let i;return Ft?(Ft.font=t,i=Ft.measureText(e).width):i=e.length*(parseFloat(t)||16)*.55,Sn.size>5e3&&Sn.clear(),Sn.set(r,i),i}function sw(e,t,r){const n=[];for(const i of String(e).split(`
210
210
  `)){const o=i.split(/\s+/).filter(Boolean);if(!o.length){n.push("");continue}let s="";for(const a of o){const c=s?`${s} ${a}`:a;!s||un(c,t)<=r?s=c:(n.push(s),s=a)}n.push(s)}return n}const od=e=>e.stopPropagation();function cw({id:e,rect:t,label:r,labelLayer:n,labelContent:i,style:o,onSelect:s,onCollapse:a,selected:c=!1}){const u=t.x2-t.x1,l=t.y2-t.y1,d=o.borderWidth,h=o.borderStyle==="dashed"?`${d*4} ${d*2}`:o.borderStyle==="dotted"?`${d} ${d}`:void 0,p=t.x1+u/2,y=o.labelPosition==="top"?t.y1+o.labelMargin-o.fontSize/2:o.labelPosition==="bottom"?t.y2-o.labelMargin+o.fontSize/2:t.y1+l/2,m=r?un(r,`bold ${o.fontSize}px ${Lr}`):0,g=o.fontSize/5,b=r||c&&a?f.jsxs("g",{className:"flow-sdk-container-label","data-node-id":e,children:[c&&a&&f.jsx("foreignObject",{x:p+m/2+g+8,y:y-24,width:48,height:48,"data-flow-content-toggle":"",style:{pointerEvents:"auto"},children:f.jsx(Oe,{label:"Show icon",children:f.jsx(Ce,{"aria-label":"Show icon",icon:f.jsx(K.PiCircleFill,{}),variant:"ghost",style:{width:48,height:48,color:o.textColor},onClick:w=>{w.stopPropagation(),a(e)}})})}),i?f.jsx("foreignObject",{x:p-m/2-g,y:y-o.fontSize/2-g,width:m+2*g,height:o.fontSize+2*g,style:{overflow:"visible"},onClick:od,children:i}):r&&f.jsxs(f.Fragment,{children:[f.jsx("rect",{x:p-m/2-g,y:y-o.fontSize/2-g,width:m+2*g,height:o.fontSize+2*g,fill:o.textColor==="transparent"?"transparent":o.labelBg}),f.jsx("text",{x:p,y,fill:o.textColor,fontSize:o.fontSize,fontWeight:"bold",fontFamily:Lr,style:{fontSize:o.fontSize,fontWeight:"bold",fontFamily:Lr},textAnchor:"middle",dominantBaseline:"central",children:r})]})]}):null;return f.jsxs("g",{className:"flow-sdk-container","data-node-id":e,onPointerDown:od,onClick:w=>{w.stopPropagation(),s==null||s(e,{shiftKey:w.shiftKey,ctrlKey:w.ctrlKey,metaKey:w.metaKey,altKey:w.altKey})},children:[f.jsx("rect",{x:t.x1,y:t.y1,width:u,height:l,rx:o.borderRadius,ry:o.borderRadius,fill:o.bgColor,fillOpacity:o.bgOpacity,stroke:o.borderColor,strokeWidth:o.borderStyle==="double"?d/3:d,strokeDasharray:h}),o.borderStyle==="double"&&f.jsx("rect",{x:t.x1+d*2/3,y:t.y1+d*2/3,width:Math.max(0,u-d*4/3),height:Math.max(0,l-d*4/3),rx:Math.max(0,o.borderRadius-d*2/3),ry:Math.max(0,o.borderRadius-d*2/3),fill:"none",stroke:o.borderColor,strokeWidth:d/3}),o.animated&&d>0&&f.jsx(Hm,{variant:o.animationVariant,x:t.x1,y:t.y1,width:u,height:l,radius:o.borderRadius,color:o.animationColor||o.borderColor,strokeWidth:Math.max(8,d*1.6)}),n&&b?tn.createPortal(b,n):b]})}const uw=_.memo(cw),In=45,Xm=70,nt=15,Qm=50;function eb(e,t,r=In){const n=`${r}px ${Lr}`,i=e?sw(e,n,200*r/In):[],o=t?48+(i.length?12:0):0,s=o+Math.max(0,...i.map(u=>un(u,n))),a=Math.max(i.length*r,t?48:0),c=i.length||t?2*nt:0;return{lines:i,iconWidth:o,contentWidth:s,contentHeight:a,width:s+c,height:a+c}}const rn=6,rb=3,ol=.3,lw=8,il=Math.max(Math.pow(rn*13.37,.9),29)*rb-lw/ol,tb=rn*rb*2,jn=80,dw=2*jn+il*ol+100,fw=36+2*Math.max(80,tb+il*ol);function zu(e){return e.sourceProperty!==void 0||e.targetProperty!==void 0}function Du(e,t){return t==="auto"||(t==="properties"?zu(e):!zu(e))}function vt(e,t,r){return r!=="properties"||e!=="root"||t.some(n=>(n.source===e||n.target===e)&&zu(n))}function hw(e,t,r,n=!1,i){if(!n)return{nodes:e,edges:t};const o=e.filter(a=>vt(a.id,t,r)&&(!i||i.has(a.id))),s=new Set(o.map(a=>a.id));return{nodes:o,edges:t.filter(a=>Du(a,r)&&s.has(a.source)&&s.has(a.target))}}const pw=500,gw="32 18",yw=e=>e.stopPropagation();function mw({id:e,reveal:t,onRevealComplete:r,edgeData:n,validationIssue:i,edgeType:o="rounded-orthogonal",edgeRadius:s,customEdgeTypes:a,source:c,target:u,sourceProperty:l,targetProperty:d,sourceY:h,targetY:p,sourcePort:y,targetPort:m,propertyMode:g=!1,dir:b,turn:w,labelAtTarget:v,labelFraction:x,color:C,connectorColor:S,labelBg:k,labelLayer:I,label:R,dashed:M,animated:E,inverted:P,loopIndex:A=0,onSelect:j}){const q=n==null?void 0:n.icon,O=g?In:Xm,{lines:z,iconWidth:U,contentWidth:ae,contentHeight:Q}=_.useMemo(()=>eb(R,q,O),[R,q,O]),Y=_.useMemo(()=>{const G={srcDist:jn,tgtDist:jn,arrowGap:tb,arrowSize:il,headShape:g&&(P?h!==void 0||y:p!==void 0||m)?"square":"triangle",radius:s??(v?40:pw),arrowAt:P?"source":"target",labelTargetLength:v?ae+2*nt:void 0,labelFraction:v?x:void 0},le=h!==void 0||p!==void 0||!!y||!!m,ue=td(c,u,b,h,p,0),we=h===void 0&&p===void 0&&(b==="downward"||b==="upward"),ge=y??{...ue.sourcePoint,side:we?b==="upward"?"top":"bottom":b==="leftward"?"left":"right"},qe=m??{...ue.targetPoint,side:we?b==="upward"?"bottom":"top":b==="leftward"?"right":"left"},ee=c.x===u.x&&c.y===u.y,he=y||m?tw(ge,qe,{...G,srcDist:18,tgtDist:18},o):le?ed(c,u,b,h,p,w,{...G,srcDist:18,tgtDist:18,radius:s??Math.min(G.radius,40)}):ee?iw(c,A,{...G,srcDist:0,tgtDist:0}):rd(c,u,b,w,G);if(!he)return null;const be=td(c,u,b,h,p,le?18:jn);y&&(be.sourcePoint=wt(y,18)),m&&(be.targetPoint=wt(m,18));const Ee=Object.prototype.hasOwnProperty.call(a??{},o)?a==null?void 0:a[o]:void 0;if(Ee){const $e={rightward:"LR",leftward:"RL",downward:"TB",upward:"BT"};return Ee({edge:n??{id:e,source:"",target:""},source:{...c},target:{...u},...be,direction:$e[b],sourceY:h,targetY:p,inverted:!!P,defaultGeometry:he})??he}return ee||y||m?he:o==="straight"?le?Zm(be.sourcePoint,be.targetPoint,G):Jm([c,u],c,u,G):o==="bezier"?ow(be.sourcePoint,be.targetPoint,le?b==="leftward"?"leftward":"rightward":b,G):o==="orthogonal"?le?ed(c,u,b,h,p,w,{...G,srcDist:18,tgtDist:18,radius:0}):rd(c,u,b,w,{...G,radius:0}):he},[c,e,n,o,s,a,u,g,h,p,y,m,b,w,P,A,v,x,ae]);if(!Y)return null;const pe=(b==="rightward"||b==="leftward")&&!Object.prototype.hasOwnProperty.call(a??{},o)&&!(g&&(h!==void 0||p!==void 0||y||m)),se=pe?`translate(${Y.label.x} ${Y.label.y-Q/2-2*nt})`:`translate(${Y.label.x} ${Y.label.y}) rotate(${Y.label.angle}) translate(${b==="downward"||b==="upward"||v||Object.prototype.hasOwnProperty.call(a??{},o)?0:Qm} 0)`,$=i!=null&&i.startsWith("Unverified:")?"#b45309":"#dc2626",V=i?$:C,W=i?f.jsxs("g",{className:"flow-sdk-edge-validation",role:"img","aria-label":i,transform:`translate(${Y.label.x} ${Y.label.y-z.length*O/2-55})`,children:[f.jsx("title",{children:i}),f.jsx(Or,{name:"PiWarningCircleFill",svg:!0,size:48,x:-24,y:-24,color:$})]}):null,N=E&&(n==null?void 0:n.edgeAnimationVariant)==="traveling",ne=!N&&(M||E)?gw:void 0,me=E&&!N?`flow-sdk-edge-anim${P?" flow-sdk-edge-anim-rev":""}`:void 0;let fe=null;const J=t?{"--flow-edge-reveal-duration":`${t.durationMs??600}ms`,"--flow-edge-reveal-state":t.paused?"paused":"running"}:void 0;if(z.length||q){const G=ae,le=Q;fe=f.jsxs("g",{className:`flow-sdk-edge-label${t?" flow-sdk-edge-reveal-end":""}`,style:J,"data-label-transform":se,"data-label-horizontal":pe||void 0,"data-edge-id":e,"data-source-property":l,"data-target-property":d,transform:se,children:[f.jsx("rect",{x:-G/2-nt,y:-le/2-nt,width:G+2*nt,height:le+2*nt,fill:C==="transparent"?"transparent":k}),f.jsx("text",{fill:C,fontSize:O,style:{fontSize:O,fontFamily:Lr},fontFamily:Lr,textAnchor:"middle",dominantBaseline:"central",children:z.map((ue,we)=>f.jsx("tspan",{x:U/2,y:(we-(z.length-1)/2)*O,children:ue},we))}),q&&f.jsxs("g",{className:"flow-sdk-edge-icon",opacity:C==="transparent"?0:1,children:[f.jsx("title",{children:R?`Edge icon: ${R}`:"Edge icon"}),f.jsx("rect",{x:-G/2,y:-24,width:48,height:48,fill:"transparent"}),f.jsx(Or,{name:q,svg:!0,size:48,x:-G/2,y:-24,color:C})]})]})}const te=f.jsxs(f.Fragment,{children:[f.jsx("path",{d:Y.d,fill:"none",stroke:V,strokeWidth:rn,strokeOpacity:N?.35:void 0,strokeDasharray:ne,className:me}),N&&f.jsx(G0,{path:Y.d,color:V,width:rn*1.6,reversed:P})]});return f.jsxs("g",{className:"flow-sdk-edge",style:J,"data-edge-id":e,"data-source-property":l,"data-target-property":d,"data-validation":i?i.startsWith("Unverified:")?"unverified":"invalid":void 0,"aria-label":i,onPointerDown:yw,onClick:G=>{G.stopPropagation(),j==null||j(e)},children:[t?f.jsx(H0,{path:Y.d,width:rn*4,reversed:P,onComplete:()=>r==null?void 0:r(e),children:te}):te,Y.arrow&&f.jsx("path",{className:t?"flow-sdk-edge-reveal-end":void 0,d:Y.arrow,fill:i?$:S??V}),I&&fe?tn.createPortal(fe,I):fe,I&&W?tn.createPortal(W,I):W,f.jsx("path",{className:"flow-sdk-edge-hit",d:Y.d,fill:"none",stroke:"transparent"})]})}const id=_.memo(mw),ad=(e,t)=>e.left<t.right&&e.right>t.left&&e.top<t.bottom&&e.bottom>t.top;function bw(e){const t=e.querySelector(".flow-sdk-labels"),r=t==null?void 0:t.getScreenCTM();if(!t||!r)return;const n=r.inverse(),i=(u,l=0)=>{const d=u.getBoundingClientRect(),h=new DOMPoint(d.left,d.top).matrixTransform(n),p=new DOMPoint(d.right,d.bottom).matrixTransform(n);return{left:h.x-l,right:p.x+l,top:h.y-l,bottom:p.y+l}},o=[...e.querySelectorAll(".flow-sdk-node, .flow-sdk-node button")].filter(u=>{const l=u.getBoundingClientRect(),d=getComputedStyle(u);return l.width>0&&l.height>0&&d.visibility!=="hidden"&&d.opacity!=="0"}).map(u=>i(u,24));for(const u of t.querySelectorAll(".flow-sdk-container-label"))o.push(i(u,12));const s=[...t.querySelectorAll(".flow-sdk-edge-label")];for(const u of s)u.setAttribute("transform",u.dataset.labelTransform??"");const a=new Map(s.map(u=>[u,i(u,8)])),c=new Map([...e.querySelectorAll(".flow-sdk-edge")].map(u=>[u.dataset.edgeId,u.querySelector("path")]));for(const u of s){const l=u.dataset.labelHorizontal==="true",d=a.get(u);a.delete(u);const h=k=>o.some(I=>ad(k,I))||[...a.values()].some(I=>ad(k,I));if(!l&&!h(d)){a.set(u,d);continue}const p=c.get(u.dataset.edgeId),y=u.querySelector("rect");if(!p||!y)continue;const m=y.getBBox(),g=p.getTotalLength();if(!Number.isFinite(g)||g<=0)continue;const b=(d.left+d.right)/2,w=(d.top+d.bottom)/2,v=Math.min(256,Math.max(16,Math.ceil(g/24))),x=Array.from({length:v+1},(k,I)=>p.getPointAtLength(g*I/v)),S=Array.from({length:v+1},(k,I)=>{const R=g*I/v,M=x[I],E=l?{x:M.x,y:M.y-m.height/2-15}:M,P=p.getPointAtLength(Math.max(0,R-2)),A=p.getPointAtLength(Math.min(g,R+2));let j=Math.atan2(A.y-P.y,A.x-P.x)*180/Math.PI;j>90&&(j-=180),j<-90&&(j+=180);const q=Math.abs(j)<1;l&&(j=0);const O=j*Math.PI/180,z=Math.abs(Math.cos(O))*m.width+Math.abs(Math.sin(O))*m.height,U=Math.abs(Math.sin(O))*m.width+Math.abs(Math.cos(O))*m.height;return{point:E,angle:j,straight:q,score:Math.hypot(E.x-b,E.y-w),bounds:{left:E.x-z/2-8,right:E.x+z/2+8,top:E.y-U/2-8,bottom:E.y+U/2+8}}}).sort((k,I)=>k.score-I.score).find(k=>!h(k.bounds)&&(!l||k.straight&&!x.some(I=>I.x>k.bounds.left&&I.x<k.bounds.right&&I.y>k.bounds.top&&I.y<k.bounds.bottom)));S?(u.setAttribute("transform",`translate(${S.point.x} ${S.point.y}) rotate(${S.angle})`),a.set(u,S.bounds)):a.set(u,d)}}var _n=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function vw(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function al(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var vo,sd;function xw(){if(sd)return vo;sd=1;function e(){this.__data__=[],this.size=0}return vo=e,vo}var xo,cd;function It(){if(cd)return xo;cd=1;function e(t,r){return t===r||t!==t&&r!==r}return xo=e,xo}var wo,ud;function Dn(){if(ud)return wo;ud=1;var e=It();function t(r,n){for(var i=r.length;i--;)if(e(r[i][0],n))return i;return-1}return wo=t,wo}var Co,ld;function ww(){if(ld)return Co;ld=1;var e=Dn(),t=Array.prototype,r=t.splice;function n(i){var o=this.__data__,s=e(o,i);if(s<0)return!1;var a=o.length-1;return s==a?o.pop():r.call(o,s,1),--this.size,!0}return Co=n,Co}var So,dd;function Cw(){if(dd)return So;dd=1;var e=Dn();function t(r){var n=this.__data__,i=e(n,r);return i<0?void 0:n[i][1]}return So=t,So}var _o,fd;function Sw(){if(fd)return _o;fd=1;var e=Dn();function t(r){return e(this.__data__,r)>-1}return _o=t,_o}var Eo,hd;function _w(){if(hd)return Eo;hd=1;var e=Dn();function t(r,n){var i=this.__data__,o=e(i,r);return o<0?(++this.size,i.push([r,n])):i[o][1]=n,this}return Eo=t,Eo}var jo,pd;function Vn(){if(pd)return jo;pd=1;var e=xw(),t=ww(),r=Cw(),n=Sw(),i=_w();function o(s){var a=-1,c=s==null?0:s.length;for(this.clear();++a<c;){var u=s[a];this.set(u[0],u[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=r,o.prototype.has=n,o.prototype.set=i,jo=o,jo}var ko,gd;function Ew(){if(gd)return ko;gd=1;var e=Vn();function t(){this.__data__=new e,this.size=0}return ko=t,ko}var Ro,yd;function jw(){if(yd)return Ro;yd=1;function e(t){var r=this.__data__,n=r.delete(t);return this.size=r.size,n}return Ro=e,Ro}var Po,md;function kw(){if(md)return Po;md=1;function e(t){return this.__data__.get(t)}return Po=e,Po}var Ao,bd;function Rw(){if(bd)return Ao;bd=1;function e(t){return this.__data__.has(t)}return Ao=e,Ao}var To,vd;function nb(){if(vd)return To;vd=1;var e=typeof _n=="object"&&_n&&_n.Object===Object&&_n;return To=e,To}var Io,xd;function Ar(){if(xd)return Io;xd=1;var e=nb(),t=typeof self=="object"&&self&&self.Object===Object&&self,r=e||t||Function("return this")();return Io=r,Io}var Oo,wd;function Ot(){if(wd)return Oo;wd=1;var e=Ar(),t=e.Symbol;return Oo=t,Oo}var Mo,Cd;function Pw(){if(Cd)return Mo;Cd=1;var e=Ot(),t=Object.prototype,r=t.hasOwnProperty,n=t.toString,i=e?e.toStringTag:void 0;function o(s){var a=r.call(s,i),c=s[i];try{s[i]=void 0;var u=!0}catch{}var l=n.call(s);return u&&(a?s[i]=c:delete s[i]),l}return Mo=o,Mo}var qo,Sd;function Aw(){if(Sd)return qo;Sd=1;var e=Object.prototype,t=e.toString;function r(n){return t.call(n)}return qo=r,qo}var $o,_d;function lt(){if(_d)return $o;_d=1;var e=Ot(),t=Pw(),r=Aw(),n="[object Null]",i="[object Undefined]",o=e?e.toStringTag:void 0;function s(a){return a==null?a===void 0?i:n:o&&o in Object(a)?t(a):r(a)}return $o=s,$o}var No,Ed;function Er(){if(Ed)return No;Ed=1;function e(t){var r=typeof t;return t!=null&&(r=="object"||r=="function")}return No=e,No}var Lo,jd;function fn(){if(jd)return Lo;jd=1;var e=lt(),t=Er(),r="[object AsyncFunction]",n="[object Function]",i="[object GeneratorFunction]",o="[object Proxy]";function s(a){if(!t(a))return!1;var c=e(a);return c==n||c==i||c==r||c==o}return Lo=s,Lo}var Fo,kd;function Tw(){if(kd)return Fo;kd=1;var e=Ar(),t=e["__core-js_shared__"];return Fo=t,Fo}var Bo,Rd;function Iw(){if(Rd)return Bo;Rd=1;var e=Tw(),t=(function(){var n=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""})();function r(n){return!!t&&t in n}return Bo=r,Bo}var zo,Pd;function ob(){if(Pd)return zo;Pd=1;var e=Function.prototype,t=e.toString;function r(n){if(n!=null){try{return t.call(n)}catch{}try{return n+""}catch{}}return""}return zo=r,zo}var Do,Ad;function Ow(){if(Ad)return Do;Ad=1;var e=fn(),t=Iw(),r=Er(),n=ob(),i=/[\\^$.*+?()[\]{}|]/g,o=/^\[object .+?Constructor\]$/,s=Function.prototype,a=Object.prototype,c=s.toString,u=a.hasOwnProperty,l=RegExp("^"+c.call(u).replace(i,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function d(h){if(!r(h)||t(h))return!1;var p=e(h)?l:o;return p.test(n(h))}return Do=d,Do}var Vo,Td;function Mw(){if(Td)return Vo;Td=1;function e(t,r){return t==null?void 0:t[r]}return Vo=e,Vo}var Wo,Id;function dt(){if(Id)return Wo;Id=1;var e=Ow(),t=Mw();function r(n,i){var o=t(n,i);return e(o)?o:void 0}return Wo=r,Wo}var Go,Od;function sl(){if(Od)return Go;Od=1;var e=dt(),t=Ar(),r=e(t,"Map");return Go=r,Go}var Uo,Md;function Wn(){if(Md)return Uo;Md=1;var e=dt(),t=e(Object,"create");return Uo=t,Uo}var Ho,qd;function qw(){if(qd)return Ho;qd=1;var e=Wn();function t(){this.__data__=e?e(null):{},this.size=0}return Ho=t,Ho}var Ko,$d;function $w(){if($d)return Ko;$d=1;function e(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}return Ko=e,Ko}var Jo,Nd;function Nw(){if(Nd)return Jo;Nd=1;var e=Wn(),t="__lodash_hash_undefined__",r=Object.prototype,n=r.hasOwnProperty;function i(o){var s=this.__data__;if(e){var a=s[o];return a===t?void 0:a}return n.call(s,o)?s[o]:void 0}return Jo=i,Jo}var Zo,Ld;function Lw(){if(Ld)return Zo;Ld=1;var e=Wn(),t=Object.prototype,r=t.hasOwnProperty;function n(i){var o=this.__data__;return e?o[i]!==void 0:r.call(o,i)}return Zo=n,Zo}var Yo,Fd;function Fw(){if(Fd)return Yo;Fd=1;var e=Wn(),t="__lodash_hash_undefined__";function r(n,i){var o=this.__data__;return this.size+=this.has(n)?0:1,o[n]=e&&i===void 0?t:i,this}return Yo=r,Yo}var Xo,Bd;function Bw(){if(Bd)return Xo;Bd=1;var e=qw(),t=$w(),r=Nw(),n=Lw(),i=Fw();function o(s){var a=-1,c=s==null?0:s.length;for(this.clear();++a<c;){var u=s[a];this.set(u[0],u[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=r,o.prototype.has=n,o.prototype.set=i,Xo=o,Xo}var Qo,zd;function zw(){if(zd)return Qo;zd=1;var e=Bw(),t=Vn(),r=sl();function n(){this.size=0,this.__data__={hash:new e,map:new(r||t),string:new e}}return Qo=n,Qo}var ei,Dd;function Dw(){if(Dd)return ei;Dd=1;function e(t){var r=typeof t;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?t!=="__proto__":t===null}return ei=e,ei}var ri,Vd;function Gn(){if(Vd)return ri;Vd=1;var e=Dw();function t(r,n){var i=r.__data__;return e(n)?i[typeof n=="string"?"string":"hash"]:i.map}return ri=t,ri}var ti,Wd;function Vw(){if(Wd)return ti;Wd=1;var e=Gn();function t(r){var n=e(this,r).delete(r);return this.size-=n?1:0,n}return ti=t,ti}var ni,Gd;function Ww(){if(Gd)return ni;Gd=1;var e=Gn();function t(r){return e(this,r).get(r)}return ni=t,ni}var oi,Ud;function Gw(){if(Ud)return oi;Ud=1;var e=Gn();function t(r){return e(this,r).has(r)}return oi=t,oi}var ii,Hd;function Uw(){if(Hd)return ii;Hd=1;var e=Gn();function t(r,n){var i=e(this,r),o=i.size;return i.set(r,n),this.size+=i.size==o?0:1,this}return ii=t,ii}var ai,Kd;function cl(){if(Kd)return ai;Kd=1;var e=zw(),t=Vw(),r=Ww(),n=Gw(),i=Uw();function o(s){var a=-1,c=s==null?0:s.length;for(this.clear();++a<c;){var u=s[a];this.set(u[0],u[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=r,o.prototype.has=n,o.prototype.set=i,ai=o,ai}var si,Jd;function Hw(){if(Jd)return si;Jd=1;var e=Vn(),t=sl(),r=cl(),n=200;function i(o,s){var a=this.__data__;if(a instanceof e){var c=a.__data__;if(!t||c.length<n-1)return c.push([o,s]),this.size=++a.size,this;a=this.__data__=new r(c)}return a.set(o,s),this.size=a.size,this}return si=i,si}var ci,Zd;function Un(){if(Zd)return ci;Zd=1;var e=Vn(),t=Ew(),r=jw(),n=kw(),i=Rw(),o=Hw();function s(a){var c=this.__data__=new e(a);this.size=c.size}return s.prototype.clear=t,s.prototype.delete=r,s.prototype.get=n,s.prototype.has=i,s.prototype.set=o,ci=s,ci}var ui,Yd;function ul(){if(Yd)return ui;Yd=1;function e(t,r){for(var n=-1,i=t==null?0:t.length;++n<i&&r(t[n],n,t)!==!1;);return t}return ui=e,ui}var li,Xd;function ib(){if(Xd)return li;Xd=1;var e=dt(),t=(function(){try{var r=e(Object,"defineProperty");return r({},"",{}),r}catch{}})();return li=t,li}var di,Qd;function Hn(){if(Qd)return di;Qd=1;var e=ib();function t(r,n,i){n=="__proto__"&&e?e(r,n,{configurable:!0,enumerable:!0,value:i,writable:!0}):r[n]=i}return di=t,di}var fi,ef;function Kn(){if(ef)return fi;ef=1;var e=Hn(),t=It(),r=Object.prototype,n=r.hasOwnProperty;function i(o,s,a){var c=o[s];(!(n.call(o,s)&&t(c,a))||a===void 0&&!(s in o))&&e(o,s,a)}return fi=i,fi}var hi,rf;function hn(){if(rf)return hi;rf=1;var e=Kn(),t=Hn();function r(n,i,o,s){var a=!o;o||(o={});for(var c=-1,u=i.length;++c<u;){var l=i[c],d=s?s(o[l],n[l],l,o,n):void 0;d===void 0&&(d=n[l]),a?t(o,l,d):e(o,l,d)}return o}return hi=r,hi}var pi,tf;function Kw(){if(tf)return pi;tf=1;function e(t,r){for(var n=-1,i=Array(t);++n<t;)i[n]=r(n);return i}return pi=e,pi}var gi,nf;function Mr(){if(nf)return gi;nf=1;function e(t){return t!=null&&typeof t=="object"}return gi=e,gi}var yi,of;function Jw(){if(of)return yi;of=1;var e=lt(),t=Mr(),r="[object Arguments]";function n(i){return t(i)&&e(i)==r}return yi=n,yi}var mi,af;function pn(){if(af)return mi;af=1;var e=Jw(),t=Mr(),r=Object.prototype,n=r.hasOwnProperty,i=r.propertyIsEnumerable,o=e((function(){return arguments})())?e:function(s){return t(s)&&n.call(s,"callee")&&!i.call(s,"callee")};return mi=o,mi}var bi,sf;function rr(){if(sf)return bi;sf=1;var e=Array.isArray;return bi=e,bi}var Wt={exports:{}},vi,cf;function Zw(){if(cf)return vi;cf=1;function e(){return!1}return vi=e,vi}Wt.exports;var uf;function Mt(){return uf||(uf=1,(function(e,t){var r=Ar(),n=Zw(),i=t&&!t.nodeType&&t,o=i&&!0&&e&&!e.nodeType&&e,s=o&&o.exports===i,a=s?r.Buffer:void 0,c=a?a.isBuffer:void 0,u=c||n;e.exports=u})(Wt,Wt.exports)),Wt.exports}var xi,lf;function Jn(){if(lf)return xi;lf=1;var e=9007199254740991,t=/^(?:0|[1-9]\d*)$/;function r(n,i){var o=typeof n;return i=i??e,!!i&&(o=="number"||o!="symbol"&&t.test(n))&&n>-1&&n%1==0&&n<i}return xi=r,xi}var wi,df;function ll(){if(df)return wi;df=1;var e=9007199254740991;function t(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=e}return wi=t,wi}var Ci,ff;function Yw(){if(ff)return Ci;ff=1;var e=lt(),t=ll(),r=Mr(),n="[object Arguments]",i="[object Array]",o="[object Boolean]",s="[object Date]",a="[object Error]",c="[object Function]",u="[object Map]",l="[object Number]",d="[object Object]",h="[object RegExp]",p="[object Set]",y="[object String]",m="[object WeakMap]",g="[object ArrayBuffer]",b="[object DataView]",w="[object Float32Array]",v="[object Float64Array]",x="[object Int8Array]",C="[object Int16Array]",S="[object Int32Array]",k="[object Uint8Array]",I="[object Uint8ClampedArray]",R="[object Uint16Array]",M="[object Uint32Array]",E={};E[w]=E[v]=E[x]=E[C]=E[S]=E[k]=E[I]=E[R]=E[M]=!0,E[n]=E[i]=E[g]=E[o]=E[b]=E[s]=E[a]=E[c]=E[u]=E[l]=E[d]=E[h]=E[p]=E[y]=E[m]=!1;function P(A){return r(A)&&t(A.length)&&!!E[e(A)]}return Ci=P,Ci}var Si,hf;function Zn(){if(hf)return Si;hf=1;function e(t){return function(r){return t(r)}}return Si=e,Si}var Gt={exports:{}};Gt.exports;var pf;function dl(){return pf||(pf=1,(function(e,t){var r=nb(),n=t&&!t.nodeType&&t,i=n&&!0&&e&&!e.nodeType&&e,o=i&&i.exports===n,s=o&&r.process,a=(function(){try{var c=i&&i.require&&i.require("util").types;return c||s&&s.binding&&s.binding("util")}catch{}})();e.exports=a})(Gt,Gt.exports)),Gt.exports}var _i,gf;function gn(){if(gf)return _i;gf=1;var e=Yw(),t=Zn(),r=dl(),n=r&&r.isTypedArray,i=n?t(n):e;return _i=i,_i}var Ei,yf;function ab(){if(yf)return Ei;yf=1;var e=Kw(),t=pn(),r=rr(),n=Mt(),i=Jn(),o=gn(),s=Object.prototype,a=s.hasOwnProperty;function c(u,l){var d=r(u),h=!d&&t(u),p=!d&&!h&&n(u),y=!d&&!h&&!p&&o(u),m=d||h||p||y,g=m?e(u.length,String):[],b=g.length;for(var w in u)(l||a.call(u,w))&&!(m&&(w=="length"||p&&(w=="offset"||w=="parent")||y&&(w=="buffer"||w=="byteLength"||w=="byteOffset")||i(w,b)))&&g.push(w);return g}return Ei=c,Ei}var ji,mf;function Yn(){if(mf)return ji;mf=1;var e=Object.prototype;function t(r){var n=r&&r.constructor,i=typeof n=="function"&&n.prototype||e;return r===i}return ji=t,ji}var ki,bf;function sb(){if(bf)return ki;bf=1;function e(t,r){return function(n){return t(r(n))}}return ki=e,ki}var Ri,vf;function Xw(){if(vf)return Ri;vf=1;var e=sb(),t=e(Object.keys,Object);return Ri=t,Ri}var Pi,xf;function fl(){if(xf)return Pi;xf=1;var e=Yn(),t=Xw(),r=Object.prototype,n=r.hasOwnProperty;function i(o){if(!e(o))return t(o);var s=[];for(var a in Object(o))n.call(o,a)&&a!="constructor"&&s.push(a);return s}return Pi=i,Pi}var Ai,wf;function Fr(){if(wf)return Ai;wf=1;var e=fn(),t=ll();function r(n){return n!=null&&t(n.length)&&!e(n)}return Ai=r,Ai}var Ti,Cf;function Qr(){if(Cf)return Ti;Cf=1;var e=ab(),t=fl(),r=Fr();function n(i){return r(i)?e(i):t(i)}return Ti=n,Ti}var Ii,Sf;function Qw(){if(Sf)return Ii;Sf=1;var e=hn(),t=Qr();function r(n,i){return n&&e(i,t(i),n)}return Ii=r,Ii}var Oi,_f;function e1(){if(_f)return Oi;_f=1;function e(t){var r=[];if(t!=null)for(var n in Object(t))r.push(n);return r}return Oi=e,Oi}var Mi,Ef;function r1(){if(Ef)return Mi;Ef=1;var e=Er(),t=Yn(),r=e1(),n=Object.prototype,i=n.hasOwnProperty;function o(s){if(!e(s))return r(s);var a=t(s),c=[];for(var u in s)u=="constructor"&&(a||!i.call(s,u))||c.push(u);return c}return Mi=o,Mi}var qi,jf;function ft(){if(jf)return qi;jf=1;var e=ab(),t=r1(),r=Fr();function n(i){return r(i)?e(i,!0):t(i)}return qi=n,qi}var $i,kf;function t1(){if(kf)return $i;kf=1;var e=hn(),t=ft();function r(n,i){return n&&e(i,t(i),n)}return $i=r,$i}var Ut={exports:{}};Ut.exports;var Rf;function cb(){return Rf||(Rf=1,(function(e,t){var r=Ar(),n=t&&!t.nodeType&&t,i=n&&!0&&e&&!e.nodeType&&e,o=i&&i.exports===n,s=o?r.Buffer:void 0,a=s?s.allocUnsafe:void 0;function c(u,l){if(l)return u.slice();var d=u.length,h=a?a(d):new u.constructor(d);return u.copy(h),h}e.exports=c})(Ut,Ut.exports)),Ut.exports}var Ni,Pf;function ub(){if(Pf)return Ni;Pf=1;function e(t,r){var n=-1,i=t.length;for(r||(r=Array(i));++n<i;)r[n]=t[n];return r}return Ni=e,Ni}var Li,Af;function lb(){if(Af)return Li;Af=1;function e(t,r){for(var n=-1,i=t==null?0:t.length,o=0,s=[];++n<i;){var a=t[n];r(a,n,t)&&(s[o++]=a)}return s}return Li=e,Li}var Fi,Tf;function db(){if(Tf)return Fi;Tf=1;function e(){return[]}return Fi=e,Fi}var Bi,If;function hl(){if(If)return Bi;If=1;var e=lb(),t=db(),r=Object.prototype,n=r.propertyIsEnumerable,i=Object.getOwnPropertySymbols,o=i?function(s){return s==null?[]:(s=Object(s),e(i(s),function(a){return n.call(s,a)}))}:t;return Bi=o,Bi}var zi,Of;function n1(){if(Of)return zi;Of=1;var e=hn(),t=hl();function r(n,i){return e(n,t(n),i)}return zi=r,zi}var Di,Mf;function pl(){if(Mf)return Di;Mf=1;function e(t,r){for(var n=-1,i=r.length,o=t.length;++n<i;)t[o+n]=r[n];return t}return Di=e,Di}var Vi,qf;function Xn(){if(qf)return Vi;qf=1;var e=sb(),t=e(Object.getPrototypeOf,Object);return Vi=t,Vi}var Wi,$f;function fb(){if($f)return Wi;$f=1;var e=pl(),t=Xn(),r=hl(),n=db(),i=Object.getOwnPropertySymbols,o=i?function(s){for(var a=[];s;)e(a,r(s)),s=t(s);return a}:n;return Wi=o,Wi}var Gi,Nf;function o1(){if(Nf)return Gi;Nf=1;var e=hn(),t=fb();function r(n,i){return e(n,t(n),i)}return Gi=r,Gi}var Ui,Lf;function hb(){if(Lf)return Ui;Lf=1;var e=pl(),t=rr();function r(n,i,o){var s=i(n);return t(n)?s:e(s,o(n))}return Ui=r,Ui}var Hi,Ff;function pb(){if(Ff)return Hi;Ff=1;var e=hb(),t=hl(),r=Qr();function n(i){return e(i,r,t)}return Hi=n,Hi}var Ki,Bf;function i1(){if(Bf)return Ki;Bf=1;var e=hb(),t=fb(),r=ft();function n(i){return e(i,r,t)}return Ki=n,Ki}var Ji,zf;function a1(){if(zf)return Ji;zf=1;var e=dt(),t=Ar(),r=e(t,"DataView");return Ji=r,Ji}var Zi,Df;function s1(){if(Df)return Zi;Df=1;var e=dt(),t=Ar(),r=e(t,"Promise");return Zi=r,Zi}var Yi,Vf;function gb(){if(Vf)return Yi;Vf=1;var e=dt(),t=Ar(),r=e(t,"Set");return Yi=r,Yi}var Xi,Wf;function c1(){if(Wf)return Xi;Wf=1;var e=dt(),t=Ar(),r=e(t,"WeakMap");return Xi=r,Xi}var Qi,Gf;function qt(){if(Gf)return Qi;Gf=1;var e=a1(),t=sl(),r=s1(),n=gb(),i=c1(),o=lt(),s=ob(),a="[object Map]",c="[object Object]",u="[object Promise]",l="[object Set]",d="[object WeakMap]",h="[object DataView]",p=s(e),y=s(t),m=s(r),g=s(n),b=s(i),w=o;return(e&&w(new e(new ArrayBuffer(1)))!=h||t&&w(new t)!=a||r&&w(r.resolve())!=u||n&&w(new n)!=l||i&&w(new i)!=d)&&(w=function(v){var x=o(v),C=x==c?v.constructor:void 0,S=C?s(C):"";if(S)switch(S){case p:return h;case y:return a;case m:return u;case g:return l;case b:return d}return x}),Qi=w,Qi}var ea,Uf;function u1(){if(Uf)return ea;Uf=1;var e=Object.prototype,t=e.hasOwnProperty;function r(n){var i=n.length,o=new n.constructor(i);return i&&typeof n[0]=="string"&&t.call(n,"index")&&(o.index=n.index,o.input=n.input),o}return ea=r,ea}var ra,Hf;function yb(){if(Hf)return ra;Hf=1;var e=Ar(),t=e.Uint8Array;return ra=t,ra}var ta,Kf;function gl(){if(Kf)return ta;Kf=1;var e=yb();function t(r){var n=new r.constructor(r.byteLength);return new e(n).set(new e(r)),n}return ta=t,ta}var na,Jf;function l1(){if(Jf)return na;Jf=1;var e=gl();function t(r,n){var i=n?e(r.buffer):r.buffer;return new r.constructor(i,r.byteOffset,r.byteLength)}return na=t,na}var oa,Zf;function d1(){if(Zf)return oa;Zf=1;var e=/\w*$/;function t(r){var n=new r.constructor(r.source,e.exec(r));return n.lastIndex=r.lastIndex,n}return oa=t,oa}var ia,Yf;function f1(){if(Yf)return ia;Yf=1;var e=Ot(),t=e?e.prototype:void 0,r=t?t.valueOf:void 0;function n(i){return r?Object(r.call(i)):{}}return ia=n,ia}var aa,Xf;function mb(){if(Xf)return aa;Xf=1;var e=gl();function t(r,n){var i=n?e(r.buffer):r.buffer;return new r.constructor(i,r.byteOffset,r.length)}return aa=t,aa}var sa,Qf;function h1(){if(Qf)return sa;Qf=1;var e=gl(),t=l1(),r=d1(),n=f1(),i=mb(),o="[object Boolean]",s="[object Date]",a="[object Map]",c="[object Number]",u="[object RegExp]",l="[object Set]",d="[object String]",h="[object Symbol]",p="[object ArrayBuffer]",y="[object DataView]",m="[object Float32Array]",g="[object Float64Array]",b="[object Int8Array]",w="[object Int16Array]",v="[object Int32Array]",x="[object Uint8Array]",C="[object Uint8ClampedArray]",S="[object Uint16Array]",k="[object Uint32Array]";function I(R,M,E){var P=R.constructor;switch(M){case p:return e(R);case o:case s:return new P(+R);case y:return t(R,E);case m:case g:case b:case w:case v:case x:case C:case S:case k:return i(R,E);case a:return new P;case c:case d:return new P(R);case u:return r(R);case l:return new P;case h:return n(R)}}return sa=I,sa}var ca,eh;function bb(){if(eh)return ca;eh=1;var e=Er(),t=Object.create,r=(function(){function n(){}return function(i){if(!e(i))return{};if(t)return t(i);n.prototype=i;var o=new n;return n.prototype=void 0,o}})();return ca=r,ca}var ua,rh;function vb(){if(rh)return ua;rh=1;var e=bb(),t=Xn(),r=Yn();function n(i){return typeof i.constructor=="function"&&!r(i)?e(t(i)):{}}return ua=n,ua}var la,th;function p1(){if(th)return la;th=1;var e=qt(),t=Mr(),r="[object Map]";function n(i){return t(i)&&e(i)==r}return la=n,la}var da,nh;function g1(){if(nh)return da;nh=1;var e=p1(),t=Zn(),r=dl(),n=r&&r.isMap,i=n?t(n):e;return da=i,da}var fa,oh;function y1(){if(oh)return fa;oh=1;var e=qt(),t=Mr(),r="[object Set]";function n(i){return t(i)&&e(i)==r}return fa=n,fa}var ha,ih;function m1(){if(ih)return ha;ih=1;var e=y1(),t=Zn(),r=dl(),n=r&&r.isSet,i=n?t(n):e;return ha=i,ha}var pa,ah;function xb(){if(ah)return pa;ah=1;var e=Un(),t=ul(),r=Kn(),n=Qw(),i=t1(),o=cb(),s=ub(),a=n1(),c=o1(),u=pb(),l=i1(),d=qt(),h=u1(),p=h1(),y=vb(),m=rr(),g=Mt(),b=g1(),w=Er(),v=m1(),x=Qr(),C=ft(),S=1,k=2,I=4,R="[object Arguments]",M="[object Array]",E="[object Boolean]",P="[object Date]",A="[object Error]",j="[object Function]",q="[object GeneratorFunction]",O="[object Map]",z="[object Number]",U="[object Object]",ae="[object RegExp]",Q="[object Set]",Y="[object String]",pe="[object Symbol]",se="[object WeakMap]",$="[object ArrayBuffer]",V="[object DataView]",W="[object Float32Array]",N="[object Float64Array]",ne="[object Int8Array]",me="[object Int16Array]",fe="[object Int32Array]",J="[object Uint8Array]",te="[object Uint8ClampedArray]",G="[object Uint16Array]",le="[object Uint32Array]",ue={};ue[R]=ue[M]=ue[$]=ue[V]=ue[E]=ue[P]=ue[W]=ue[N]=ue[ne]=ue[me]=ue[fe]=ue[O]=ue[z]=ue[U]=ue[ae]=ue[Q]=ue[Y]=ue[pe]=ue[J]=ue[te]=ue[G]=ue[le]=!0,ue[A]=ue[j]=ue[se]=!1;function we(ge,qe,ee,he,be,Ee){var $e,Ge=qe&S,Ye=qe&k,tr=qe&I;if(ee&&($e=be?ee(ge,he,be,Ee):ee(ge)),$e!==void 0)return $e;if(!w(ge))return ge;var sr=m(ge);if(sr){if($e=h(ge),!Ge)return s(ge,$e)}else{var Pe=d(ge),ye=Pe==j||Pe==q;if(g(ge))return o(ge,Ge);if(Pe==U||Pe==R||ye&&!be){if($e=Ye||ye?{}:y(ge),!Ge)return Ye?c(ge,i($e,ge)):a(ge,n($e,ge))}else{if(!ue[Pe])return be?ge:{};$e=p(ge,Pe,Ge)}}Ee||(Ee=new e);var Me=Ee.get(ge);if(Me)return Me;Ee.set(ge,$e),v(ge)?ge.forEach(function(Xe){$e.add(we(Xe,qe,ee,Xe,ge,Ee))}):b(ge)&&ge.forEach(function(Xe,xe){$e.set(xe,we(Xe,qe,ee,xe,ge,Ee))});var nr=tr?Ye?l:u:Ye?C:x,cr=sr?void 0:nr(ge);return t(cr||ge,function(Xe,xe){cr&&(xe=Xe,Xe=ge[xe]),r($e,xe,we(Xe,qe,ee,xe,ge,Ee))}),$e}return pa=we,pa}var ga,sh;function b1(){if(sh)return ga;sh=1;var e=xb(),t=4;function r(n){return e(n,t)}return ga=r,ga}var ya,ch;function yl(){if(ch)return ya;ch=1;function e(t){return function(){return t}}return ya=e,ya}var ma,uh;function v1(){if(uh)return ma;uh=1;function e(t){return function(r,n,i){for(var o=-1,s=Object(r),a=i(r),c=a.length;c--;){var u=a[t?c:++o];if(n(s[u],u,s)===!1)break}return r}}return ma=e,ma}var ba,lh;function ml(){if(lh)return ba;lh=1;var e=v1(),t=e();return ba=t,ba}var va,dh;function bl(){if(dh)return va;dh=1;var e=ml(),t=Qr();function r(n,i){return n&&e(n,i,t)}return va=r,va}var xa,fh;function x1(){if(fh)return xa;fh=1;var e=Fr();function t(r,n){return function(i,o){if(i==null)return i;if(!e(i))return r(i,o);for(var s=i.length,a=n?s:-1,c=Object(i);(n?a--:++a<s)&&o(c[a],a,c)!==!1;);return i}}return xa=t,xa}var wa,hh;function Qn(){if(hh)return wa;hh=1;var e=bl(),t=x1(),r=t(e);return wa=r,wa}var Ca,ph;function ht(){if(ph)return Ca;ph=1;function e(t){return t}return Ca=e,Ca}var Sa,gh;function wb(){if(gh)return Sa;gh=1;var e=ht();function t(r){return typeof r=="function"?r:e}return Sa=t,Sa}var _a,yh;function Cb(){if(yh)return _a;yh=1;var e=ul(),t=Qn(),r=wb(),n=rr();function i(o,s){var a=n(o)?e:t;return a(o,r(s))}return _a=i,_a}var Ea,mh;function Sb(){return mh||(mh=1,Ea=Cb()),Ea}var ja,bh;function w1(){if(bh)return ja;bh=1;var e=Qn();function t(r,n){var i=[];return e(r,function(o,s,a){n(o,s,a)&&i.push(o)}),i}return ja=t,ja}var ka,vh;function C1(){if(vh)return ka;vh=1;var e="__lodash_hash_undefined__";function t(r){return this.__data__.set(r,e),this}return ka=t,ka}var Ra,xh;function S1(){if(xh)return Ra;xh=1;function e(t){return this.__data__.has(t)}return Ra=e,Ra}var Pa,wh;function _b(){if(wh)return Pa;wh=1;var e=cl(),t=C1(),r=S1();function n(i){var o=-1,s=i==null?0:i.length;for(this.__data__=new e;++o<s;)this.add(i[o])}return n.prototype.add=n.prototype.push=t,n.prototype.has=r,Pa=n,Pa}var Aa,Ch;function _1(){if(Ch)return Aa;Ch=1;function e(t,r){for(var n=-1,i=t==null?0:t.length;++n<i;)if(r(t[n],n,t))return!0;return!1}return Aa=e,Aa}var Ta,Sh;function Eb(){if(Sh)return Ta;Sh=1;function e(t,r){return t.has(r)}return Ta=e,Ta}var Ia,_h;function jb(){if(_h)return Ia;_h=1;var e=_b(),t=_1(),r=Eb(),n=1,i=2;function o(s,a,c,u,l,d){var h=c&n,p=s.length,y=a.length;if(p!=y&&!(h&&y>p))return!1;var m=d.get(s),g=d.get(a);if(m&&g)return m==a&&g==s;var b=-1,w=!0,v=c&i?new e:void 0;for(d.set(s,a),d.set(a,s);++b<p;){var x=s[b],C=a[b];if(u)var S=h?u(C,x,b,a,s,d):u(x,C,b,s,a,d);if(S!==void 0){if(S)continue;w=!1;break}if(v){if(!t(a,function(k,I){if(!r(v,I)&&(x===k||l(x,k,c,u,d)))return v.push(I)})){w=!1;break}}else if(!(x===C||l(x,C,c,u,d))){w=!1;break}}return d.delete(s),d.delete(a),w}return Ia=o,Ia}var Oa,Eh;function E1(){if(Eh)return Oa;Eh=1;function e(t){var r=-1,n=Array(t.size);return t.forEach(function(i,o){n[++r]=[o,i]}),n}return Oa=e,Oa}var Ma,jh;function vl(){if(jh)return Ma;jh=1;function e(t){var r=-1,n=Array(t.size);return t.forEach(function(i){n[++r]=i}),n}return Ma=e,Ma}var qa,kh;function j1(){if(kh)return qa;kh=1;var e=Ot(),t=yb(),r=It(),n=jb(),i=E1(),o=vl(),s=1,a=2,c="[object Boolean]",u="[object Date]",l="[object Error]",d="[object Map]",h="[object Number]",p="[object RegExp]",y="[object Set]",m="[object String]",g="[object Symbol]",b="[object ArrayBuffer]",w="[object DataView]",v=e?e.prototype:void 0,x=v?v.valueOf:void 0;function C(S,k,I,R,M,E,P){switch(I){case w:if(S.byteLength!=k.byteLength||S.byteOffset!=k.byteOffset)return!1;S=S.buffer,k=k.buffer;case b:return!(S.byteLength!=k.byteLength||!E(new t(S),new t(k)));case c:case u:case h:return r(+S,+k);case l:return S.name==k.name&&S.message==k.message;case p:case m:return S==k+"";case d:var A=i;case y:var j=R&s;if(A||(A=o),S.size!=k.size&&!j)return!1;var q=P.get(S);if(q)return q==k;R|=a,P.set(S,k);var O=n(A(S),A(k),R,M,E,P);return P.delete(S),O;case g:if(x)return x.call(S)==x.call(k)}return!1}return qa=C,qa}var $a,Rh;function k1(){if(Rh)return $a;Rh=1;var e=pb(),t=1,r=Object.prototype,n=r.hasOwnProperty;function i(o,s,a,c,u,l){var d=a&t,h=e(o),p=h.length,y=e(s),m=y.length;if(p!=m&&!d)return!1;for(var g=p;g--;){var b=h[g];if(!(d?b in s:n.call(s,b)))return!1}var w=l.get(o),v=l.get(s);if(w&&v)return w==s&&v==o;var x=!0;l.set(o,s),l.set(s,o);for(var C=d;++g<p;){b=h[g];var S=o[b],k=s[b];if(c)var I=d?c(k,S,b,s,o,l):c(S,k,b,o,s,l);if(!(I===void 0?S===k||u(S,k,a,c,l):I)){x=!1;break}C||(C=b=="constructor")}if(x&&!C){var R=o.constructor,M=s.constructor;R!=M&&"constructor"in o&&"constructor"in s&&!(typeof R=="function"&&R instanceof R&&typeof M=="function"&&M instanceof M)&&(x=!1)}return l.delete(o),l.delete(s),x}return $a=i,$a}var Na,Ph;function R1(){if(Ph)return Na;Ph=1;var e=Un(),t=jb(),r=j1(),n=k1(),i=qt(),o=rr(),s=Mt(),a=gn(),c=1,u="[object Arguments]",l="[object Array]",d="[object Object]",h=Object.prototype,p=h.hasOwnProperty;function y(m,g,b,w,v,x){var C=o(m),S=o(g),k=C?l:i(m),I=S?l:i(g);k=k==u?d:k,I=I==u?d:I;var R=k==d,M=I==d,E=k==I;if(E&&s(m)){if(!s(g))return!1;C=!0,R=!1}if(E&&!R)return x||(x=new e),C||a(m)?t(m,g,b,w,v,x):r(m,g,k,b,w,v,x);if(!(b&c)){var P=R&&p.call(m,"__wrapped__"),A=M&&p.call(g,"__wrapped__");if(P||A){var j=P?m.value():m,q=A?g.value():g;return x||(x=new e),v(j,q,b,w,x)}}return E?(x||(x=new e),n(m,g,b,w,v,x)):!1}return Na=y,Na}var La,Ah;function kb(){if(Ah)return La;Ah=1;var e=R1(),t=Mr();function r(n,i,o,s,a){return n===i?!0:n==null||i==null||!t(n)&&!t(i)?n!==n&&i!==i:e(n,i,o,s,r,a)}return La=r,La}var Fa,Th;function P1(){if(Th)return Fa;Th=1;var e=Un(),t=kb(),r=1,n=2;function i(o,s,a,c){var u=a.length,l=u,d=!c;if(o==null)return!l;for(o=Object(o);u--;){var h=a[u];if(d&&h[2]?h[1]!==o[h[0]]:!(h[0]in o))return!1}for(;++u<l;){h=a[u];var p=h[0],y=o[p],m=h[1];if(d&&h[2]){if(y===void 0&&!(p in o))return!1}else{var g=new e;if(c)var b=c(y,m,p,o,s,g);if(!(b===void 0?t(m,y,r|n,c,g):b))return!1}}return!0}return Fa=i,Fa}var Ba,Ih;function Rb(){if(Ih)return Ba;Ih=1;var e=Er();function t(r){return r===r&&!e(r)}return Ba=t,Ba}var za,Oh;function A1(){if(Oh)return za;Oh=1;var e=Rb(),t=Qr();function r(n){for(var i=t(n),o=i.length;o--;){var s=i[o],a=n[s];i[o]=[s,a,e(a)]}return i}return za=r,za}var Da,Mh;function Pb(){if(Mh)return Da;Mh=1;function e(t,r){return function(n){return n==null?!1:n[t]===r&&(r!==void 0||t in Object(n))}}return Da=e,Da}var Va,qh;function T1(){if(qh)return Va;qh=1;var e=P1(),t=A1(),r=Pb();function n(i){var o=t(i);return o.length==1&&o[0][2]?r(o[0][0],o[0][1]):function(s){return s===i||e(s,i,o)}}return Va=n,Va}var Wa,$h;function $t(){if($h)return Wa;$h=1;var e=lt(),t=Mr(),r="[object Symbol]";function n(i){return typeof i=="symbol"||t(i)&&e(i)==r}return Wa=n,Wa}var Ga,Nh;function xl(){if(Nh)return Ga;Nh=1;var e=rr(),t=$t(),r=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,n=/^\w*$/;function i(o,s){if(e(o))return!1;var a=typeof o;return a=="number"||a=="symbol"||a=="boolean"||o==null||t(o)?!0:n.test(o)||!r.test(o)||s!=null&&o in Object(s)}return Ga=i,Ga}var Ua,Lh;function I1(){if(Lh)return Ua;Lh=1;var e=cl(),t="Expected a function";function r(n,i){if(typeof n!="function"||i!=null&&typeof i!="function")throw new TypeError(t);var o=function(){var s=arguments,a=i?i.apply(this,s):s[0],c=o.cache;if(c.has(a))return c.get(a);var u=n.apply(this,s);return o.cache=c.set(a,u)||c,u};return o.cache=new(r.Cache||e),o}return r.Cache=e,Ua=r,Ua}var Ha,Fh;function O1(){if(Fh)return Ha;Fh=1;var e=I1(),t=500;function r(n){var i=e(n,function(s){return o.size===t&&o.clear(),s}),o=i.cache;return i}return Ha=r,Ha}var Ka,Bh;function M1(){if(Bh)return Ka;Bh=1;var e=O1(),t=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,r=/\\(\\)?/g,n=e(function(i){var o=[];return i.charCodeAt(0)===46&&o.push(""),i.replace(t,function(s,a,c,u){o.push(c?u.replace(r,"$1"):a||s)}),o});return Ka=n,Ka}var Ja,zh;function eo(){if(zh)return Ja;zh=1;function e(t,r){for(var n=-1,i=t==null?0:t.length,o=Array(i);++n<i;)o[n]=r(t[n],n,t);return o}return Ja=e,Ja}var Za,Dh;function q1(){if(Dh)return Za;Dh=1;var e=Ot(),t=eo(),r=rr(),n=$t(),i=e?e.prototype:void 0,o=i?i.toString:void 0;function s(a){if(typeof a=="string")return a;if(r(a))return t(a,s)+"";if(n(a))return o?o.call(a):"";var c=a+"";return c=="0"&&1/a==-1/0?"-0":c}return Za=s,Za}var Ya,Vh;function Ab(){if(Vh)return Ya;Vh=1;var e=q1();function t(r){return r==null?"":e(r)}return Ya=t,Ya}var Xa,Wh;function ro(){if(Wh)return Xa;Wh=1;var e=rr(),t=xl(),r=M1(),n=Ab();function i(o,s){return e(o)?o:t(o,s)?[o]:r(n(o))}return Xa=i,Xa}var Qa,Gh;function yn(){if(Gh)return Qa;Gh=1;var e=$t();function t(r){if(typeof r=="string"||e(r))return r;var n=r+"";return n=="0"&&1/r==-1/0?"-0":n}return Qa=t,Qa}var es,Uh;function to(){if(Uh)return es;Uh=1;var e=ro(),t=yn();function r(n,i){i=e(i,n);for(var o=0,s=i.length;n!=null&&o<s;)n=n[t(i[o++])];return o&&o==s?n:void 0}return es=r,es}var rs,Hh;function $1(){if(Hh)return rs;Hh=1;var e=to();function t(r,n,i){var o=r==null?void 0:e(r,n);return o===void 0?i:o}return rs=t,rs}var ts,Kh;function N1(){if(Kh)return ts;Kh=1;function e(t,r){return t!=null&&r in Object(t)}return ts=e,ts}var ns,Jh;function Tb(){if(Jh)return ns;Jh=1;var e=ro(),t=pn(),r=rr(),n=Jn(),i=ll(),o=yn();function s(a,c,u){c=e(c,a);for(var l=-1,d=c.length,h=!1;++l<d;){var p=o(c[l]);if(!(h=a!=null&&u(a,p)))break;a=a[p]}return h||++l!=d?h:(d=a==null?0:a.length,!!d&&i(d)&&n(p,d)&&(r(a)||t(a)))}return ns=s,ns}var os,Zh;function Ib(){if(Zh)return os;Zh=1;var e=N1(),t=Tb();function r(n,i){return n!=null&&t(n,i,e)}return os=r,os}var is,Yh;function L1(){if(Yh)return is;Yh=1;var e=kb(),t=$1(),r=Ib(),n=xl(),i=Rb(),o=Pb(),s=yn(),a=1,c=2;function u(l,d){return n(l)&&i(d)?o(s(l),d):function(h){var p=t(h,l);return p===void 0&&p===d?r(h,l):e(d,p,a|c)}}return is=u,is}var as,Xh;function Ob(){if(Xh)return as;Xh=1;function e(t){return function(r){return r==null?void 0:r[t]}}return as=e,as}var ss,Qh;function F1(){if(Qh)return ss;Qh=1;var e=to();function t(r){return function(n){return e(n,r)}}return ss=t,ss}var cs,ep;function B1(){if(ep)return cs;ep=1;var e=Ob(),t=F1(),r=xl(),n=yn();function i(o){return r(o)?e(n(o)):t(o)}return cs=i,cs}var us,rp;function Br(){if(rp)return us;rp=1;var e=T1(),t=L1(),r=ht(),n=rr(),i=B1();function o(s){return typeof s=="function"?s:s==null?r:typeof s=="object"?n(s)?t(s[0],s[1]):e(s):i(s)}return us=o,us}var ls,tp;function Mb(){if(tp)return ls;tp=1;var e=lb(),t=w1(),r=Br(),n=rr();function i(o,s){var a=n(o)?e:t;return a(o,r(s,3))}return ls=i,ls}var ds,np;function z1(){if(np)return ds;np=1;var e=Object.prototype,t=e.hasOwnProperty;function r(n,i){return n!=null&&t.call(n,i)}return ds=r,ds}var fs,op;function qb(){if(op)return fs;op=1;var e=z1(),t=Tb();function r(n,i){return n!=null&&t(n,i,e)}return fs=r,fs}var hs,ip;function D1(){if(ip)return hs;ip=1;var e=fl(),t=qt(),r=pn(),n=rr(),i=Fr(),o=Mt(),s=Yn(),a=gn(),c="[object Map]",u="[object Set]",l=Object.prototype,d=l.hasOwnProperty;function h(p){if(p==null)return!0;if(i(p)&&(n(p)||typeof p=="string"||typeof p.splice=="function"||o(p)||a(p)||r(p)))return!p.length;var y=t(p);if(y==c||y==u)return!p.size;if(s(p))return!e(p).length;for(var m in p)if(d.call(p,m))return!1;return!0}return hs=h,hs}var ps,ap;function $b(){if(ap)return ps;ap=1;function e(t){return t===void 0}return ps=e,ps}var gs,sp;function Nb(){if(sp)return gs;sp=1;var e=Qn(),t=Fr();function r(n,i){var o=-1,s=t(n)?Array(n.length):[];return e(n,function(a,c,u){s[++o]=i(a,c,u)}),s}return gs=r,gs}var ys,cp;function Lb(){if(cp)return ys;cp=1;var e=eo(),t=Br(),r=Nb(),n=rr();function i(o,s){var a=n(o)?e:r;return a(o,t(s,3))}return ys=i,ys}var ms,up;function V1(){if(up)return ms;up=1;function e(t,r,n,i){var o=-1,s=t==null?0:t.length;for(i&&s&&(n=t[++o]);++o<s;)n=r(n,t[o],o,t);return n}return ms=e,ms}var bs,lp;function W1(){if(lp)return bs;lp=1;function e(t,r,n,i,o){return o(t,function(s,a,c){n=i?(i=!1,s):r(n,s,a,c)}),n}return bs=e,bs}var vs,dp;function Fb(){if(dp)return vs;dp=1;var e=V1(),t=Qn(),r=Br(),n=W1(),i=rr();function o(s,a,c){var u=i(s)?e:n,l=arguments.length<3;return u(s,r(a,4),c,l,t)}return vs=o,vs}var xs,fp;function G1(){if(fp)return xs;fp=1;var e=lt(),t=rr(),r=Mr(),n="[object String]";function i(o){return typeof o=="string"||!t(o)&&r(o)&&e(o)==n}return xs=i,xs}var ws,hp;function U1(){if(hp)return ws;hp=1;var e=Ob(),t=e("length");return ws=t,ws}var Cs,pp;function H1(){if(pp)return Cs;pp=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",r="\\ufe20-\\ufe2f",n="\\u20d0-\\u20ff",i=t+r+n,o="\\ufe0e\\ufe0f",s="\\u200d",a=RegExp("["+s+e+i+o+"]");function c(u){return a.test(u)}return Cs=c,Cs}var Ss,gp;function K1(){if(gp)return Ss;gp=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",r="\\ufe20-\\ufe2f",n="\\u20d0-\\u20ff",i=t+r+n,o="\\ufe0e\\ufe0f",s="["+e+"]",a="["+i+"]",c="\\ud83c[\\udffb-\\udfff]",u="(?:"+a+"|"+c+")",l="[^"+e+"]",d="(?:\\ud83c[\\udde6-\\uddff]){2}",h="[\\ud800-\\udbff][\\udc00-\\udfff]",p="\\u200d",y=u+"?",m="["+o+"]?",g="(?:"+p+"(?:"+[l,d,h].join("|")+")"+m+y+")*",b=m+y+g,w="(?:"+[l+a+"?",a,d,h,s].join("|")+")",v=RegExp(c+"(?="+c+")|"+w+b,"g");function x(C){for(var S=v.lastIndex=0;v.test(C);)++S;return S}return Ss=x,Ss}var _s,yp;function J1(){if(yp)return _s;yp=1;var e=U1(),t=H1(),r=K1();function n(i){return t(i)?r(i):e(i)}return _s=n,_s}var Es,mp;function Z1(){if(mp)return Es;mp=1;var e=fl(),t=qt(),r=Fr(),n=G1(),i=J1(),o="[object Map]",s="[object Set]";function a(c){if(c==null)return 0;if(r(c))return n(c)?i(c):c.length;var u=t(c);return u==o||u==s?c.size:e(c).length}return Es=a,Es}var js,bp;function Y1(){if(bp)return js;bp=1;var e=ul(),t=bb(),r=bl(),n=Br(),i=Xn(),o=rr(),s=Mt(),a=fn(),c=Er(),u=gn();function l(d,h,p){var y=o(d),m=y||s(d)||u(d);if(h=n(h,4),p==null){var g=d&&d.constructor;m?p=y?new g:[]:c(d)?p=a(g)?t(i(d)):{}:p={}}return(m?e:r)(d,function(b,w,v){return h(p,b,w,v)}),p}return js=l,js}var ks,vp;function X1(){if(vp)return ks;vp=1;var e=Ot(),t=pn(),r=rr(),n=e?e.isConcatSpreadable:void 0;function i(o){return r(o)||t(o)||!!(n&&o&&o[n])}return ks=i,ks}var Rs,xp;function wl(){if(xp)return Rs;xp=1;var e=pl(),t=X1();function r(n,i,o,s,a){var c=-1,u=n.length;for(o||(o=t),a||(a=[]);++c<u;){var l=n[c];i>0&&o(l)?i>1?r(l,i-1,o,s,a):e(a,l):s||(a[a.length]=l)}return a}return Rs=r,Rs}var Ps,wp;function Q1(){if(wp)return Ps;wp=1;function e(t,r,n){switch(n.length){case 0:return t.call(r);case 1:return t.call(r,n[0]);case 2:return t.call(r,n[0],n[1]);case 3:return t.call(r,n[0],n[1],n[2])}return t.apply(r,n)}return Ps=e,Ps}var As,Cp;function Bb(){if(Cp)return As;Cp=1;var e=Q1(),t=Math.max;function r(n,i,o){return i=t(i===void 0?n.length-1:i,0),function(){for(var s=arguments,a=-1,c=t(s.length-i,0),u=Array(c);++a<c;)u[a]=s[i+a];a=-1;for(var l=Array(i+1);++a<i;)l[a]=s[a];return l[i]=o(u),e(n,this,l)}}return As=r,As}var Ts,Sp;function eC(){if(Sp)return Ts;Sp=1;var e=yl(),t=ib(),r=ht(),n=t?function(i,o){return t(i,"toString",{configurable:!0,enumerable:!1,value:e(o),writable:!0})}:r;return Ts=n,Ts}var Is,_p;function rC(){if(_p)return Is;_p=1;var e=800,t=16,r=Date.now;function n(i){var o=0,s=0;return function(){var a=r(),c=t-(a-s);if(s=a,c>0){if(++o>=e)return arguments[0]}else o=0;return i.apply(void 0,arguments)}}return Is=n,Is}var Os,Ep;function zb(){if(Ep)return Os;Ep=1;var e=eC(),t=rC(),r=t(e);return Os=r,Os}var Ms,jp;function no(){if(jp)return Ms;jp=1;var e=ht(),t=Bb(),r=zb();function n(i,o){return r(t(i,o,e),i+"")}return Ms=n,Ms}var qs,kp;function Db(){if(kp)return qs;kp=1;function e(t,r,n,i){for(var o=t.length,s=n+(i?1:-1);i?s--:++s<o;)if(r(t[s],s,t))return s;return-1}return qs=e,qs}var $s,Rp;function tC(){if(Rp)return $s;Rp=1;function e(t){return t!==t}return $s=e,$s}var Ns,Pp;function nC(){if(Pp)return Ns;Pp=1;function e(t,r,n){for(var i=n-1,o=t.length;++i<o;)if(t[i]===r)return i;return-1}return Ns=e,Ns}var Ls,Ap;function oC(){if(Ap)return Ls;Ap=1;var e=Db(),t=tC(),r=nC();function n(i,o,s){return o===o?r(i,o,s):e(i,t,s)}return Ls=n,Ls}var Fs,Tp;function iC(){if(Tp)return Fs;Tp=1;var e=oC();function t(r,n){var i=r==null?0:r.length;return!!i&&e(r,n,0)>-1}return Fs=t,Fs}var Bs,Ip;function aC(){if(Ip)return Bs;Ip=1;function e(t,r,n){for(var i=-1,o=t==null?0:t.length;++i<o;)if(n(r,t[i]))return!0;return!1}return Bs=e,Bs}var zs,Op;function sC(){if(Op)return zs;Op=1;function e(){}return zs=e,zs}var Ds,Mp;function cC(){if(Mp)return Ds;Mp=1;var e=gb(),t=sC(),r=vl(),n=1/0,i=e&&1/r(new e([,-0]))[1]==n?function(o){return new e(o)}:t;return Ds=i,Ds}var Vs,qp;function uC(){if(qp)return Vs;qp=1;var e=_b(),t=iC(),r=aC(),n=Eb(),i=cC(),o=vl(),s=200;function a(c,u,l){var d=-1,h=t,p=c.length,y=!0,m=[],g=m;if(l)y=!1,h=r;else if(p>=s){var b=u?null:i(c);if(b)return o(b);y=!1,h=n,g=new e}else g=u?[]:m;e:for(;++d<p;){var w=c[d],v=u?u(w):w;if(w=l||w!==0?w:0,y&&v===v){for(var x=g.length;x--;)if(g[x]===v)continue e;u&&g.push(v),m.push(w)}else h(g,v,l)||(g!==m&&g.push(v),m.push(w))}return m}return Vs=a,Vs}var Ws,$p;function Vb(){if($p)return Ws;$p=1;var e=Fr(),t=Mr();function r(n){return t(n)&&e(n)}return Ws=r,Ws}var Gs,Np;function lC(){if(Np)return Gs;Np=1;var e=wl(),t=no(),r=uC(),n=Vb(),i=t(function(o){return r(e(o,1,n,!0))});return Gs=i,Gs}var Us,Lp;function dC(){if(Lp)return Us;Lp=1;var e=eo();function t(r,n){return e(n,function(i){return r[i]})}return Us=t,Us}var Hs,Fp;function Wb(){if(Fp)return Hs;Fp=1;var e=dC(),t=Qr();function r(n){return n==null?[]:e(n,t(n))}return Hs=r,Hs}var Ks,Bp;function jr(){if(Bp)return Ks;Bp=1;var e;if(typeof al=="function")try{e={clone:b1(),constant:yl(),each:Sb(),filter:Mb(),has:qb(),isArray:rr(),isEmpty:D1(),isFunction:fn(),isUndefined:$b(),keys:Qr(),map:Lb(),reduce:Fb(),size:Z1(),transform:Y1(),union:lC(),values:Wb()}}catch{}return e||(e=window._),Ks=e,Ks}var Js,zp;function Cl(){if(zp)return Js;zp=1;var e=jr();Js=i;var t="\0",r="\0",n="";function i(l){this._isDirected=e.has(l,"directed")?l.directed:!0,this._isMultigraph=e.has(l,"multigraph")?l.multigraph:!1,this._isCompound=e.has(l,"compound")?l.compound:!1,this._label=void 0,this._defaultNodeLabelFn=e.constant(void 0),this._defaultEdgeLabelFn=e.constant(void 0),this._nodes={},this._isCompound&&(this._parent={},this._children={},this._children[r]={}),this._in={},this._preds={},this._out={},this._sucs={},this._edgeObjs={},this._edgeLabels={}}i.prototype._nodeCount=0,i.prototype._edgeCount=0,i.prototype.isDirected=function(){return this._isDirected},i.prototype.isMultigraph=function(){return this._isMultigraph},i.prototype.isCompound=function(){return this._isCompound},i.prototype.setGraph=function(l){return this._label=l,this},i.prototype.graph=function(){return this._label},i.prototype.setDefaultNodeLabel=function(l){return e.isFunction(l)||(l=e.constant(l)),this._defaultNodeLabelFn=l,this},i.prototype.nodeCount=function(){return this._nodeCount},i.prototype.nodes=function(){return e.keys(this._nodes)},i.prototype.sources=function(){var l=this;return e.filter(this.nodes(),function(d){return e.isEmpty(l._in[d])})},i.prototype.sinks=function(){var l=this;return e.filter(this.nodes(),function(d){return e.isEmpty(l._out[d])})},i.prototype.setNodes=function(l,d){var h=arguments,p=this;return e.each(l,function(y){h.length>1?p.setNode(y,d):p.setNode(y)}),this},i.prototype.setNode=function(l,d){return e.has(this._nodes,l)?(arguments.length>1&&(this._nodes[l]=d),this):(this._nodes[l]=arguments.length>1?d:this._defaultNodeLabelFn(l),this._isCompound&&(this._parent[l]=r,this._children[l]={},this._children[r][l]=!0),this._in[l]={},this._preds[l]={},this._out[l]={},this._sucs[l]={},++this._nodeCount,this)},i.prototype.node=function(l){return this._nodes[l]},i.prototype.hasNode=function(l){return e.has(this._nodes,l)},i.prototype.removeNode=function(l){var d=this;if(e.has(this._nodes,l)){var h=function(p){d.removeEdge(d._edgeObjs[p])};delete this._nodes[l],this._isCompound&&(this._removeFromParentsChildList(l),delete this._parent[l],e.each(this.children(l),function(p){d.setParent(p)}),delete this._children[l]),e.each(e.keys(this._in[l]),h),delete this._in[l],delete this._preds[l],e.each(e.keys(this._out[l]),h),delete this._out[l],delete this._sucs[l],--this._nodeCount}return this},i.prototype.setParent=function(l,d){if(!this._isCompound)throw new Error("Cannot set parent in a non-compound graph");if(e.isUndefined(d))d=r;else{d+="";for(var h=d;!e.isUndefined(h);h=this.parent(h))if(h===l)throw new Error("Setting "+d+" as parent of "+l+" would create a cycle");this.setNode(d)}return this.setNode(l),this._removeFromParentsChildList(l),this._parent[l]=d,this._children[d][l]=!0,this},i.prototype._removeFromParentsChildList=function(l){delete this._children[this._parent[l]][l]},i.prototype.parent=function(l){if(this._isCompound){var d=this._parent[l];if(d!==r)return d}},i.prototype.children=function(l){if(e.isUndefined(l)&&(l=r),this._isCompound){var d=this._children[l];if(d)return e.keys(d)}else{if(l===r)return this.nodes();if(this.hasNode(l))return[]}},i.prototype.predecessors=function(l){var d=this._preds[l];if(d)return e.keys(d)},i.prototype.successors=function(l){var d=this._sucs[l];if(d)return e.keys(d)},i.prototype.neighbors=function(l){var d=this.predecessors(l);if(d)return e.union(d,this.successors(l))},i.prototype.isLeaf=function(l){var d;return this.isDirected()?d=this.successors(l):d=this.neighbors(l),d.length===0},i.prototype.filterNodes=function(l){var d=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});d.setGraph(this.graph());var h=this;e.each(this._nodes,function(m,g){l(g)&&d.setNode(g,m)}),e.each(this._edgeObjs,function(m){d.hasNode(m.v)&&d.hasNode(m.w)&&d.setEdge(m,h.edge(m))});var p={};function y(m){var g=h.parent(m);return g===void 0||d.hasNode(g)?(p[m]=g,g):g in p?p[g]:y(g)}return this._isCompound&&e.each(d.nodes(),function(m){d.setParent(m,y(m))}),d},i.prototype.setDefaultEdgeLabel=function(l){return e.isFunction(l)||(l=e.constant(l)),this._defaultEdgeLabelFn=l,this},i.prototype.edgeCount=function(){return this._edgeCount},i.prototype.edges=function(){return e.values(this._edgeObjs)},i.prototype.setPath=function(l,d){var h=this,p=arguments;return e.reduce(l,function(y,m){return p.length>1?h.setEdge(y,m,d):h.setEdge(y,m),m}),this},i.prototype.setEdge=function(){var l,d,h,p,y=!1,m=arguments[0];typeof m=="object"&&m!==null&&"v"in m?(l=m.v,d=m.w,h=m.name,arguments.length===2&&(p=arguments[1],y=!0)):(l=m,d=arguments[1],h=arguments[3],arguments.length>2&&(p=arguments[2],y=!0)),l=""+l,d=""+d,e.isUndefined(h)||(h=""+h);var g=a(this._isDirected,l,d,h);if(e.has(this._edgeLabels,g))return y&&(this._edgeLabels[g]=p),this;if(!e.isUndefined(h)&&!this._isMultigraph)throw new Error("Cannot set a named edge when isMultigraph = false");this.setNode(l),this.setNode(d),this._edgeLabels[g]=y?p:this._defaultEdgeLabelFn(l,d,h);var b=c(this._isDirected,l,d,h);return l=b.v,d=b.w,Object.freeze(b),this._edgeObjs[g]=b,o(this._preds[d],l),o(this._sucs[l],d),this._in[d][g]=b,this._out[l][g]=b,this._edgeCount++,this},i.prototype.edge=function(l,d,h){var p=arguments.length===1?u(this._isDirected,arguments[0]):a(this._isDirected,l,d,h);return this._edgeLabels[p]},i.prototype.hasEdge=function(l,d,h){var p=arguments.length===1?u(this._isDirected,arguments[0]):a(this._isDirected,l,d,h);return e.has(this._edgeLabels,p)},i.prototype.removeEdge=function(l,d,h){var p=arguments.length===1?u(this._isDirected,arguments[0]):a(this._isDirected,l,d,h),y=this._edgeObjs[p];return y&&(l=y.v,d=y.w,delete this._edgeLabels[p],delete this._edgeObjs[p],s(this._preds[d],l),s(this._sucs[l],d),delete this._in[d][p],delete this._out[l][p],this._edgeCount--),this},i.prototype.inEdges=function(l,d){var h=this._in[l];if(h){var p=e.values(h);return d?e.filter(p,function(y){return y.v===d}):p}},i.prototype.outEdges=function(l,d){var h=this._out[l];if(h){var p=e.values(h);return d?e.filter(p,function(y){return y.w===d}):p}},i.prototype.nodeEdges=function(l,d){var h=this.inEdges(l,d);if(h)return h.concat(this.outEdges(l,d))};function o(l,d){l[d]?l[d]++:l[d]=1}function s(l,d){--l[d]||delete l[d]}function a(l,d,h,p){var y=""+d,m=""+h;if(!l&&y>m){var g=y;y=m,m=g}return y+n+m+n+(e.isUndefined(p)?t:p)}function c(l,d,h,p){var y=""+d,m=""+h;if(!l&&y>m){var g=y;y=m,m=g}var b={v:y,w:m};return p&&(b.name=p),b}function u(l,d){return a(l,d.v,d.w,d.name)}return Js}var Zs,Dp;function fC(){return Dp||(Dp=1,Zs="2.1.8"),Zs}var Ys,Vp;function hC(){return Vp||(Vp=1,Ys={Graph:Cl(),version:fC()}),Ys}var Xs,Wp;function pC(){if(Wp)return Xs;Wp=1;var e=jr(),t=Cl();Xs={write:r,read:o};function r(s){var a={options:{directed:s.isDirected(),multigraph:s.isMultigraph(),compound:s.isCompound()},nodes:n(s),edges:i(s)};return e.isUndefined(s.graph())||(a.value=e.clone(s.graph())),a}function n(s){return e.map(s.nodes(),function(a){var c=s.node(a),u=s.parent(a),l={v:a};return e.isUndefined(c)||(l.value=c),e.isUndefined(u)||(l.parent=u),l})}function i(s){return e.map(s.edges(),function(a){var c=s.edge(a),u={v:a.v,w:a.w};return e.isUndefined(a.name)||(u.name=a.name),e.isUndefined(c)||(u.value=c),u})}function o(s){var a=new t(s.options).setGraph(s.value);return e.each(s.nodes,function(c){a.setNode(c.v,c.value),c.parent&&a.setParent(c.v,c.parent)}),e.each(s.edges,function(c){a.setEdge({v:c.v,w:c.w,name:c.name},c.value)}),a}return Xs}var Qs,Gp;function gC(){if(Gp)return Qs;Gp=1;var e=jr();Qs=t;function t(r){var n={},i=[],o;function s(a){e.has(n,a)||(n[a]=!0,o.push(a),e.each(r.successors(a),s),e.each(r.predecessors(a),s))}return e.each(r.nodes(),function(a){o=[],s(a),o.length&&i.push(o)}),i}return Qs}var ec,Up;function Gb(){if(Up)return ec;Up=1;var e=jr();ec=t;function t(){this._arr=[],this._keyIndices={}}return t.prototype.size=function(){return this._arr.length},t.prototype.keys=function(){return this._arr.map(function(r){return r.key})},t.prototype.has=function(r){return e.has(this._keyIndices,r)},t.prototype.priority=function(r){var n=this._keyIndices[r];if(n!==void 0)return this._arr[n].priority},t.prototype.min=function(){if(this.size()===0)throw new Error("Queue underflow");return this._arr[0].key},t.prototype.add=function(r,n){var i=this._keyIndices;if(r=String(r),!e.has(i,r)){var o=this._arr,s=o.length;return i[r]=s,o.push({key:r,priority:n}),this._decrease(s),!0}return!1},t.prototype.removeMin=function(){this._swap(0,this._arr.length-1);var r=this._arr.pop();return delete this._keyIndices[r.key],this._heapify(0),r.key},t.prototype.decrease=function(r,n){var i=this._keyIndices[r];if(n>this._arr[i].priority)throw new Error("New priority is greater than current priority. Key: "+r+" Old: "+this._arr[i].priority+" New: "+n);this._arr[i].priority=n,this._decrease(i)},t.prototype._heapify=function(r){var n=this._arr,i=2*r,o=i+1,s=r;i<n.length&&(s=n[i].priority<n[s].priority?i:s,o<n.length&&(s=n[o].priority<n[s].priority?o:s),s!==r&&(this._swap(r,s),this._heapify(s)))},t.prototype._decrease=function(r){for(var n=this._arr,i=n[r].priority,o;r!==0&&(o=r>>1,!(n[o].priority<i));)this._swap(r,o),r=o},t.prototype._swap=function(r,n){var i=this._arr,o=this._keyIndices,s=i[r],a=i[n];i[r]=a,i[n]=s,o[a.key]=r,o[s.key]=n},ec}var rc,Hp;function Ub(){if(Hp)return rc;Hp=1;var e=jr(),t=Gb();rc=n;var r=e.constant(1);function n(o,s,a,c){return i(o,String(s),a||r,c||function(u){return o.outEdges(u)})}function i(o,s,a,c){var u={},l=new t,d,h,p=function(y){var m=y.v!==d?y.v:y.w,g=u[m],b=a(y),w=h.distance+b;if(b<0)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+y+" Weight: "+b);w<g.distance&&(g.distance=w,g.predecessor=d,l.decrease(m,w))};for(o.nodes().forEach(function(y){var m=y===s?0:Number.POSITIVE_INFINITY;u[y]={distance:m},l.add(y,m)});l.size()>0&&(d=l.removeMin(),h=u[d],h.distance!==Number.POSITIVE_INFINITY);)c(d).forEach(p);return u}return rc}var tc,Kp;function yC(){if(Kp)return tc;Kp=1;var e=Ub(),t=jr();tc=r;function r(n,i,o){return t.transform(n.nodes(),function(s,a){s[a]=e(n,a,i,o)},{})}return tc}var nc,Jp;function Hb(){if(Jp)return nc;Jp=1;var e=jr();nc=t;function t(r){var n=0,i=[],o={},s=[];function a(c){var u=o[c]={onStack:!0,lowlink:n,index:n++};if(i.push(c),r.successors(c).forEach(function(h){e.has(o,h)?o[h].onStack&&(u.lowlink=Math.min(u.lowlink,o[h].index)):(a(h),u.lowlink=Math.min(u.lowlink,o[h].lowlink))}),u.lowlink===u.index){var l=[],d;do d=i.pop(),o[d].onStack=!1,l.push(d);while(c!==d);s.push(l)}}return r.nodes().forEach(function(c){e.has(o,c)||a(c)}),s}return nc}var oc,Zp;function mC(){if(Zp)return oc;Zp=1;var e=jr(),t=Hb();oc=r;function r(n){return e.filter(t(n),function(i){return i.length>1||i.length===1&&n.hasEdge(i[0],i[0])})}return oc}var ic,Yp;function bC(){if(Yp)return ic;Yp=1;var e=jr();ic=r;var t=e.constant(1);function r(i,o,s){return n(i,o||t,s||function(a){return i.outEdges(a)})}function n(i,o,s){var a={},c=i.nodes();return c.forEach(function(u){a[u]={},a[u][u]={distance:0},c.forEach(function(l){u!==l&&(a[u][l]={distance:Number.POSITIVE_INFINITY})}),s(u).forEach(function(l){var d=l.v===u?l.w:l.v,h=o(l);a[u][d]={distance:h,predecessor:u}})}),c.forEach(function(u){var l=a[u];c.forEach(function(d){var h=a[d];c.forEach(function(p){var y=h[u],m=l[p],g=h[p],b=y.distance+m.distance;b<g.distance&&(g.distance=b,g.predecessor=m.predecessor)})})}),a}return ic}var ac,Xp;function Kb(){if(Xp)return ac;Xp=1;var e=jr();ac=t,t.CycleException=r;function t(n){var i={},o={},s=[];function a(c){if(e.has(o,c))throw new r;e.has(i,c)||(o[c]=!0,i[c]=!0,e.each(n.predecessors(c),a),delete o[c],s.push(c))}if(e.each(n.sinks(),a),e.size(i)!==n.nodeCount())throw new r;return s}function r(){}return r.prototype=new Error,ac}var sc,Qp;function vC(){if(Qp)return sc;Qp=1;var e=Kb();sc=t;function t(r){try{e(r)}catch(n){if(n instanceof e.CycleException)return!1;throw n}return!0}return sc}var cc,eg;function Jb(){if(eg)return cc;eg=1;var e=jr();cc=t;function t(n,i,o){e.isArray(i)||(i=[i]);var s=(n.isDirected()?n.successors:n.neighbors).bind(n),a=[],c={};return e.each(i,function(u){if(!n.hasNode(u))throw new Error("Graph does not have node: "+u);r(n,u,o==="post",c,s,a)}),a}function r(n,i,o,s,a,c){e.has(s,i)||(s[i]=!0,o||c.push(i),e.each(a(i),function(u){r(n,u,o,s,a,c)}),o&&c.push(i))}return cc}var uc,rg;function xC(){if(rg)return uc;rg=1;var e=Jb();uc=t;function t(r,n){return e(r,n,"post")}return uc}var lc,tg;function wC(){if(tg)return lc;tg=1;var e=Jb();lc=t;function t(r,n){return e(r,n,"pre")}return lc}var dc,ng;function CC(){if(ng)return dc;ng=1;var e=jr(),t=Cl(),r=Gb();dc=n;function n(i,o){var s=new t,a={},c=new r,u;function l(h){var p=h.v===u?h.w:h.v,y=c.priority(p);if(y!==void 0){var m=o(h);m<y&&(a[p]=u,c.decrease(p,m))}}if(i.nodeCount()===0)return s;e.each(i.nodes(),function(h){c.add(h,Number.POSITIVE_INFINITY),s.setNode(h)}),c.decrease(i.nodes()[0],0);for(var d=!1;c.size()>0;){if(u=c.removeMin(),e.has(a,u))s.setEdge(u,a[u]);else{if(d)throw new Error("Input graph is not connected: "+i);d=!0}i.nodeEdges(u).forEach(l)}return s}return dc}var fc,og;function SC(){return og||(og=1,fc={components:gC(),dijkstra:Ub(),dijkstraAll:yC(),findCycles:mC(),floydWarshall:bC(),isAcyclic:vC(),postorder:xC(),preorder:wC(),prim:CC(),tarjan:Hb(),topsort:Kb()}),fc}var hc,ig;function _C(){if(ig)return hc;ig=1;var e=hC();return hc={Graph:e.Graph,json:pC(),alg:SC(),version:e.version},hc}var pc,ag;function Pr(){if(ag)return pc;ag=1;var e;if(typeof al=="function")try{e=_C()}catch{}return e||(e=window.graphlib),pc=e,pc}var gc,sg;function EC(){if(sg)return gc;sg=1;var e=xb(),t=1,r=4;function n(i){return e(i,t|r)}return gc=n,gc}var yc,cg;function oo(){if(cg)return yc;cg=1;var e=It(),t=Fr(),r=Jn(),n=Er();function i(o,s,a){if(!n(a))return!1;var c=typeof s;return(c=="number"?t(a)&&r(s,a.length):c=="string"&&s in a)?e(a[s],o):!1}return yc=i,yc}var mc,ug;function jC(){if(ug)return mc;ug=1;var e=no(),t=It(),r=oo(),n=ft(),i=Object.prototype,o=i.hasOwnProperty,s=e(function(a,c){a=Object(a);var u=-1,l=c.length,d=l>2?c[2]:void 0;for(d&&r(c[0],c[1],d)&&(l=1);++u<l;)for(var h=c[u],p=n(h),y=-1,m=p.length;++y<m;){var g=p[y],b=a[g];(b===void 0||t(b,i[g])&&!o.call(a,g))&&(a[g]=h[g])}return a});return mc=s,mc}var bc,lg;function kC(){if(lg)return bc;lg=1;var e=Br(),t=Fr(),r=Qr();function n(i){return function(o,s,a){var c=Object(o);if(!t(o)){var u=e(s,3);o=r(o),s=function(d){return u(c[d],d,c)}}var l=i(o,s,a);return l>-1?c[u?o[l]:l]:void 0}}return bc=n,bc}var vc,dg;function RC(){if(dg)return vc;dg=1;var e=/\s/;function t(r){for(var n=r.length;n--&&e.test(r.charAt(n)););return n}return vc=t,vc}var xc,fg;function PC(){if(fg)return xc;fg=1;var e=RC(),t=/^\s+/;function r(n){return n&&n.slice(0,e(n)+1).replace(t,"")}return xc=r,xc}var wc,hg;function AC(){if(hg)return wc;hg=1;var e=PC(),t=Er(),r=$t(),n=NaN,i=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,s=/^0o[0-7]+$/i,a=parseInt;function c(u){if(typeof u=="number")return u;if(r(u))return n;if(t(u)){var l=typeof u.valueOf=="function"?u.valueOf():u;u=t(l)?l+"":l}if(typeof u!="string")return u===0?u:+u;u=e(u);var d=o.test(u);return d||s.test(u)?a(u.slice(2),d?2:8):i.test(u)?n:+u}return wc=c,wc}var Cc,pg;function Zb(){if(pg)return Cc;pg=1;var e=AC(),t=1/0,r=17976931348623157e292;function n(i){if(!i)return i===0?i:0;if(i=e(i),i===t||i===-t){var o=i<0?-1:1;return o*r}return i===i?i:0}return Cc=n,Cc}var Sc,gg;function TC(){if(gg)return Sc;gg=1;var e=Zb();function t(r){var n=e(r),i=n%1;return n===n?i?n-i:n:0}return Sc=t,Sc}var _c,yg;function IC(){if(yg)return _c;yg=1;var e=Db(),t=Br(),r=TC(),n=Math.max;function i(o,s,a){var c=o==null?0:o.length;if(!c)return-1;var u=a==null?0:r(a);return u<0&&(u=n(c+u,0)),e(o,t(s,3),u)}return _c=i,_c}var Ec,mg;function OC(){if(mg)return Ec;mg=1;var e=kC(),t=IC(),r=e(t);return Ec=r,Ec}var jc,bg;function Yb(){if(bg)return jc;bg=1;var e=wl();function t(r){var n=r==null?0:r.length;return n?e(r,1):[]}return jc=t,jc}var kc,vg;function MC(){if(vg)return kc;vg=1;var e=ml(),t=wb(),r=ft();function n(i,o){return i==null?i:e(i,t(o),r)}return kc=n,kc}var Rc,xg;function qC(){if(xg)return Rc;xg=1;function e(t){var r=t==null?0:t.length;return r?t[r-1]:void 0}return Rc=e,Rc}var Pc,wg;function $C(){if(wg)return Pc;wg=1;var e=Hn(),t=bl(),r=Br();function n(i,o){var s={};return o=r(o,3),t(i,function(a,c,u){e(s,c,o(a,c,u))}),s}return Pc=n,Pc}var Ac,Cg;function Sl(){if(Cg)return Ac;Cg=1;var e=$t();function t(r,n,i){for(var o=-1,s=r.length;++o<s;){var a=r[o],c=n(a);if(c!=null&&(u===void 0?c===c&&!e(c):i(c,u)))var u=c,l=a}return l}return Ac=t,Ac}var Tc,Sg;function NC(){if(Sg)return Tc;Sg=1;function e(t,r){return t>r}return Tc=e,Tc}var Ic,_g;function LC(){if(_g)return Ic;_g=1;var e=Sl(),t=NC(),r=ht();function n(i){return i&&i.length?e(i,r,t):void 0}return Ic=n,Ic}var Oc,Eg;function Xb(){if(Eg)return Oc;Eg=1;var e=Hn(),t=It();function r(n,i,o){(o!==void 0&&!t(n[i],o)||o===void 0&&!(i in n))&&e(n,i,o)}return Oc=r,Oc}var Mc,jg;function FC(){if(jg)return Mc;jg=1;var e=lt(),t=Xn(),r=Mr(),n="[object Object]",i=Function.prototype,o=Object.prototype,s=i.toString,a=o.hasOwnProperty,c=s.call(Object);function u(l){if(!r(l)||e(l)!=n)return!1;var d=t(l);if(d===null)return!0;var h=a.call(d,"constructor")&&d.constructor;return typeof h=="function"&&h instanceof h&&s.call(h)==c}return Mc=u,Mc}var qc,kg;function Qb(){if(kg)return qc;kg=1;function e(t,r){if(!(r==="constructor"&&typeof t[r]=="function")&&r!="__proto__")return t[r]}return qc=e,qc}var $c,Rg;function BC(){if(Rg)return $c;Rg=1;var e=hn(),t=ft();function r(n){return e(n,t(n))}return $c=r,$c}var Nc,Pg;function zC(){if(Pg)return Nc;Pg=1;var e=Xb(),t=cb(),r=mb(),n=ub(),i=vb(),o=pn(),s=rr(),a=Vb(),c=Mt(),u=fn(),l=Er(),d=FC(),h=gn(),p=Qb(),y=BC();function m(g,b,w,v,x,C,S){var k=p(g,w),I=p(b,w),R=S.get(I);if(R){e(g,w,R);return}var M=C?C(k,I,w+"",g,b,S):void 0,E=M===void 0;if(E){var P=s(I),A=!P&&c(I),j=!P&&!A&&h(I);M=I,P||A||j?s(k)?M=k:a(k)?M=n(k):A?(E=!1,M=t(I,!0)):j?(E=!1,M=r(I,!0)):M=[]:d(I)||o(I)?(M=k,o(k)?M=y(k):(!l(k)||u(k))&&(M=i(I))):E=!1}E&&(S.set(I,M),x(M,I,v,C,S),S.delete(I)),e(g,w,M)}return Nc=m,Nc}var Lc,Ag;function DC(){if(Ag)return Lc;Ag=1;var e=Un(),t=Xb(),r=ml(),n=zC(),i=Er(),o=ft(),s=Qb();function a(c,u,l,d,h){c!==u&&r(u,function(p,y){if(h||(h=new e),i(p))n(c,u,y,l,a,d,h);else{var m=d?d(s(c,y),p,y+"",c,u,h):void 0;m===void 0&&(m=p),t(c,y,m)}},o)}return Lc=a,Lc}var Fc,Tg;function VC(){if(Tg)return Fc;Tg=1;var e=no(),t=oo();function r(n){return e(function(i,o){var s=-1,a=o.length,c=a>1?o[a-1]:void 0,u=a>2?o[2]:void 0;for(c=n.length>3&&typeof c=="function"?(a--,c):void 0,u&&t(o[0],o[1],u)&&(c=a<3?void 0:c,a=1),i=Object(i);++s<a;){var l=o[s];l&&n(i,l,s,c)}return i})}return Fc=r,Fc}var Bc,Ig;function WC(){if(Ig)return Bc;Ig=1;var e=DC(),t=VC(),r=t(function(n,i,o){e(n,i,o)});return Bc=r,Bc}var zc,Og;function ev(){if(Og)return zc;Og=1;function e(t,r){return t<r}return zc=e,zc}var Dc,Mg;function GC(){if(Mg)return Dc;Mg=1;var e=Sl(),t=ev(),r=ht();function n(i){return i&&i.length?e(i,r,t):void 0}return Dc=n,Dc}var Vc,qg;function UC(){if(qg)return Vc;qg=1;var e=Sl(),t=Br(),r=ev();function n(i,o){return i&&i.length?e(i,t(o,2),r):void 0}return Vc=n,Vc}var Wc,$g;function HC(){if($g)return Wc;$g=1;var e=Ar(),t=function(){return e.Date.now()};return Wc=t,Wc}var Gc,Ng;function KC(){if(Ng)return Gc;Ng=1;var e=Kn(),t=ro(),r=Jn(),n=Er(),i=yn();function o(s,a,c,u){if(!n(s))return s;a=t(a,s);for(var l=-1,d=a.length,h=d-1,p=s;p!=null&&++l<d;){var y=i(a[l]),m=c;if(y==="__proto__"||y==="constructor"||y==="prototype")return s;if(l!=h){var g=p[y];m=u?u(g,y,p):void 0,m===void 0&&(m=n(g)?g:r(a[l+1])?[]:{})}e(p,y,m),p=p[y]}return s}return Gc=o,Gc}var Uc,Lg;function JC(){if(Lg)return Uc;Lg=1;var e=to(),t=KC(),r=ro();function n(i,o,s){for(var a=-1,c=o.length,u={};++a<c;){var l=o[a],d=e(i,l);s(d,l)&&t(u,r(l,i),d)}return u}return Uc=n,Uc}var Hc,Fg;function ZC(){if(Fg)return Hc;Fg=1;var e=JC(),t=Ib();function r(n,i){return e(n,i,function(o,s){return t(n,s)})}return Hc=r,Hc}var Kc,Bg;function YC(){if(Bg)return Kc;Bg=1;var e=Yb(),t=Bb(),r=zb();function n(i){return r(t(i,void 0,e),i+"")}return Kc=n,Kc}var Jc,zg;function XC(){if(zg)return Jc;zg=1;var e=ZC(),t=YC(),r=t(function(n,i){return n==null?{}:e(n,i)});return Jc=r,Jc}var Zc,Dg;function QC(){if(Dg)return Zc;Dg=1;var e=Math.ceil,t=Math.max;function r(n,i,o,s){for(var a=-1,c=t(e((i-n)/(o||1)),0),u=Array(c);c--;)u[s?c:++a]=n,n+=o;return u}return Zc=r,Zc}var Yc,Vg;function eS(){if(Vg)return Yc;Vg=1;var e=QC(),t=oo(),r=Zb();function n(i){return function(o,s,a){return a&&typeof a!="number"&&t(o,s,a)&&(s=a=void 0),o=r(o),s===void 0?(s=o,o=0):s=r(s),a=a===void 0?o<s?1:-1:r(a),e(o,s,a,i)}}return Yc=n,Yc}var Xc,Wg;function rS(){if(Wg)return Xc;Wg=1;var e=eS(),t=e();return Xc=t,Xc}var Qc,Gg;function tS(){if(Gg)return Qc;Gg=1;function e(t,r){var n=t.length;for(t.sort(r);n--;)t[n]=t[n].value;return t}return Qc=e,Qc}var eu,Ug;function nS(){if(Ug)return eu;Ug=1;var e=$t();function t(r,n){if(r!==n){var i=r!==void 0,o=r===null,s=r===r,a=e(r),c=n!==void 0,u=n===null,l=n===n,d=e(n);if(!u&&!d&&!a&&r>n||a&&c&&l&&!u&&!d||o&&c&&l||!i&&l||!s)return 1;if(!o&&!a&&!d&&r<n||d&&i&&s&&!o&&!a||u&&i&&s||!c&&s||!l)return-1}return 0}return eu=t,eu}var ru,Hg;function oS(){if(Hg)return ru;Hg=1;var e=nS();function t(r,n,i){for(var o=-1,s=r.criteria,a=n.criteria,c=s.length,u=i.length;++o<c;){var l=e(s[o],a[o]);if(l){if(o>=u)return l;var d=i[o];return l*(d=="desc"?-1:1)}}return r.index-n.index}return ru=t,ru}var tu,Kg;function iS(){if(Kg)return tu;Kg=1;var e=eo(),t=to(),r=Br(),n=Nb(),i=tS(),o=Zn(),s=oS(),a=ht(),c=rr();function u(l,d,h){d.length?d=e(d,function(m){return c(m)?function(g){return t(g,m.length===1?m[0]:m)}:m}):d=[a];var p=-1;d=e(d,o(r));var y=n(l,function(m,g,b){var w=e(d,function(v){return v(m)});return{criteria:w,index:++p,value:m}});return i(y,function(m,g){return s(m,g,h)})}return tu=u,tu}var nu,Jg;function aS(){if(Jg)return nu;Jg=1;var e=wl(),t=iS(),r=no(),n=oo(),i=r(function(o,s){if(o==null)return[];var a=s.length;return a>1&&n(o,s[0],s[1])?s=[]:a>2&&n(s[0],s[1],s[2])&&(s=[s[0]]),t(o,e(s,1),[])});return nu=i,nu}var ou,Zg;function sS(){if(Zg)return ou;Zg=1;var e=Ab(),t=0;function r(n){var i=++t;return e(n)+i}return ou=r,ou}var iu,Yg;function cS(){if(Yg)return iu;Yg=1;function e(t,r,n){for(var i=-1,o=t.length,s=r.length,a={};++i<o;){var c=i<s?r[i]:void 0;n(a,t[i],c)}return a}return iu=e,iu}var au,Xg;function uS(){if(Xg)return au;Xg=1;var e=Kn(),t=cS();function r(n,i){return t(n||[],i||[],e)}return au=r,au}var su,Qg;function Je(){if(Qg)return su;Qg=1;var e;if(typeof al=="function")try{e={cloneDeep:EC(),constant:yl(),defaults:jC(),each:Sb(),filter:Mb(),find:OC(),flatten:Yb(),forEach:Cb(),forIn:MC(),has:qb(),isUndefined:$b(),last:qC(),map:Lb(),mapValues:$C(),max:LC(),merge:WC(),min:GC(),minBy:UC(),now:HC(),pick:XC(),range:rS(),reduce:Fb(),sortBy:aS(),uniqueId:sS(),values:Wb(),zipObject:uS()}}catch{}return e||(e=window._),su=e,su}var cu,ey;function lS(){if(ey)return cu;ey=1,cu=e;function e(){var n={};n._next=n._prev=n,this._sentinel=n}e.prototype.dequeue=function(){var n=this._sentinel,i=n._prev;if(i!==n)return t(i),i},e.prototype.enqueue=function(n){var i=this._sentinel;n._prev&&n._next&&t(n),n._next=i._next,i._next._prev=n,i._next=n,n._prev=i},e.prototype.toString=function(){for(var n=[],i=this._sentinel,o=i._prev;o!==i;)n.push(JSON.stringify(o,r)),o=o._prev;return"["+n.join(", ")+"]"};function t(n){n._prev._next=n._next,n._next._prev=n._prev,delete n._next,delete n._prev}function r(n,i){if(n!=="_next"&&n!=="_prev")return i}return cu}var uu,ry;function dS(){if(ry)return uu;ry=1;var e=Je(),t=Pr().Graph,r=lS();uu=i;var n=e.constant(1);function i(u,l){if(u.nodeCount()<=1)return[];var d=a(u,l||n),h=o(d.graph,d.buckets,d.zeroIdx);return e.flatten(e.map(h,function(p){return u.outEdges(p.v,p.w)}),!0)}function o(u,l,d){for(var h=[],p=l[l.length-1],y=l[0],m;u.nodeCount();){for(;m=y.dequeue();)s(u,l,d,m);for(;m=p.dequeue();)s(u,l,d,m);if(u.nodeCount()){for(var g=l.length-2;g>0;--g)if(m=l[g].dequeue(),m){h=h.concat(s(u,l,d,m,!0));break}}}return h}function s(u,l,d,h,p){var y=p?[]:void 0;return e.forEach(u.inEdges(h.v),function(m){var g=u.edge(m),b=u.node(m.v);p&&y.push({v:m.v,w:m.w}),b.out-=g,c(l,d,b)}),e.forEach(u.outEdges(h.v),function(m){var g=u.edge(m),b=m.w,w=u.node(b);w.in-=g,c(l,d,w)}),u.removeNode(h.v),y}function a(u,l){var d=new t,h=0,p=0;e.forEach(u.nodes(),function(g){d.setNode(g,{v:g,in:0,out:0})}),e.forEach(u.edges(),function(g){var b=d.edge(g.v,g.w)||0,w=l(g),v=b+w;d.setEdge(g.v,g.w,v),p=Math.max(p,d.node(g.v).out+=w),h=Math.max(h,d.node(g.w).in+=w)});var y=e.range(p+h+3).map(function(){return new r}),m=h+1;return e.forEach(d.nodes(),function(g){c(y,m,d.node(g))}),{graph:d,buckets:y,zeroIdx:m}}function c(u,l,d){d.out?d.in?u[d.out-d.in+l].enqueue(d):u[u.length-1].enqueue(d):u[0].enqueue(d)}return uu}var lu,ty;function fS(){if(ty)return lu;ty=1;var e=Je(),t=dS();lu={run:r,undo:i};function r(o){var s=o.graph().acyclicer==="greedy"?t(o,a(o)):n(o);e.forEach(s,function(c){var u=o.edge(c);o.removeEdge(c),u.forwardName=c.name,u.reversed=!0,o.setEdge(c.w,c.v,u,e.uniqueId("rev"))});function a(c){return function(u){return c.edge(u).weight}}}function n(o){var s=[],a={},c={};function u(l){e.has(c,l)||(c[l]=!0,a[l]=!0,e.forEach(o.outEdges(l),function(d){e.has(a,d.w)?s.push(d):u(d.w)}),delete a[l])}return e.forEach(o.nodes(),u),s}function i(o){e.forEach(o.edges(),function(s){var a=o.edge(s);if(a.reversed){o.removeEdge(s);var c=a.forwardName;delete a.reversed,delete a.forwardName,o.setEdge(s.w,s.v,a,c)}})}return lu}var du,ny;function mr(){if(ny)return du;ny=1;var e=Je(),t=Pr().Graph;du={addDummyNode:r,simplify:n,asNonCompoundGraph:i,successorWeights:o,predecessorWeights:s,intersectRect:a,buildLayerMatrix:c,normalizeRanks:u,removeEmptyRanks:l,addBorderNode:d,maxRank:h,partition:p,time:y,notime:m};function r(g,b,w,v){var x;do x=e.uniqueId(v);while(g.hasNode(x));return w.dummy=b,g.setNode(x,w),x}function n(g){var b=new t().setGraph(g.graph());return e.forEach(g.nodes(),function(w){b.setNode(w,g.node(w))}),e.forEach(g.edges(),function(w){var v=b.edge(w.v,w.w)||{weight:0,minlen:1},x=g.edge(w);b.setEdge(w.v,w.w,{weight:v.weight+x.weight,minlen:Math.max(v.minlen,x.minlen)})}),b}function i(g){var b=new t({multigraph:g.isMultigraph()}).setGraph(g.graph());return e.forEach(g.nodes(),function(w){g.children(w).length||b.setNode(w,g.node(w))}),e.forEach(g.edges(),function(w){b.setEdge(w,g.edge(w))}),b}function o(g){var b=e.map(g.nodes(),function(w){var v={};return e.forEach(g.outEdges(w),function(x){v[x.w]=(v[x.w]||0)+g.edge(x).weight}),v});return e.zipObject(g.nodes(),b)}function s(g){var b=e.map(g.nodes(),function(w){var v={};return e.forEach(g.inEdges(w),function(x){v[x.v]=(v[x.v]||0)+g.edge(x).weight}),v});return e.zipObject(g.nodes(),b)}function a(g,b){var w=g.x,v=g.y,x=b.x-w,C=b.y-v,S=g.width/2,k=g.height/2;if(!x&&!C)throw new Error("Not possible to find intersection inside of the rectangle");var I,R;return Math.abs(C)*S>Math.abs(x)*k?(C<0&&(k=-k),I=k*x/C,R=k):(x<0&&(S=-S),I=S,R=S*C/x),{x:w+I,y:v+R}}function c(g){var b=e.map(e.range(h(g)+1),function(){return[]});return e.forEach(g.nodes(),function(w){var v=g.node(w),x=v.rank;e.isUndefined(x)||(b[x][v.order]=w)}),b}function u(g){var b=e.min(e.map(g.nodes(),function(w){return g.node(w).rank}));e.forEach(g.nodes(),function(w){var v=g.node(w);e.has(v,"rank")&&(v.rank-=b)})}function l(g){var b=e.min(e.map(g.nodes(),function(C){return g.node(C).rank})),w=[];e.forEach(g.nodes(),function(C){var S=g.node(C).rank-b;w[S]||(w[S]=[]),w[S].push(C)});var v=0,x=g.graph().nodeRankFactor;e.forEach(w,function(C,S){e.isUndefined(C)&&S%x!==0?--v:v&&e.forEach(C,function(k){g.node(k).rank+=v})})}function d(g,b,w,v){var x={width:0,height:0};return arguments.length>=4&&(x.rank=w,x.order=v),r(g,"border",x,b)}function h(g){return e.max(e.map(g.nodes(),function(b){var w=g.node(b).rank;if(!e.isUndefined(w))return w}))}function p(g,b){var w={lhs:[],rhs:[]};return e.forEach(g,function(v){b(v)?w.lhs.push(v):w.rhs.push(v)}),w}function y(g,b){var w=e.now();try{return b()}finally{console.log(g+" time: "+(e.now()-w)+"ms")}}function m(g,b){return b()}return du}var fu,oy;function hS(){if(oy)return fu;oy=1;var e=Je(),t=mr();fu={run:r,undo:i};function r(o){o.graph().dummyChains=[],e.forEach(o.edges(),function(s){n(o,s)})}function n(o,s){var a=s.v,c=o.node(a).rank,u=s.w,l=o.node(u).rank,d=s.name,h=o.edge(s),p=h.labelRank;if(l!==c+1){o.removeEdge(s);var y,m,g;for(g=0,++c;c<l;++g,++c)h.points=[],m={width:0,height:0,edgeLabel:h,edgeObj:s,rank:c},y=t.addDummyNode(o,"edge",m,"_d"),c===p&&(m.width=h.width,m.height=h.height,m.dummy="edge-label",m.labelpos=h.labelpos),o.setEdge(a,y,{weight:h.weight},d),g===0&&o.graph().dummyChains.push(y),a=y;o.setEdge(a,u,{weight:h.weight},d)}}function i(o){e.forEach(o.graph().dummyChains,function(s){var a=o.node(s),c=a.edgeLabel,u;for(o.setEdge(a.edgeObj,c);a.dummy;)u=o.successors(s)[0],o.removeNode(s),c.points.push({x:a.x,y:a.y}),a.dummy==="edge-label"&&(c.x=a.x,c.y=a.y,c.width=a.width,c.height=a.height),s=u,a=o.node(s)})}return fu}var hu,iy;function On(){if(iy)return hu;iy=1;var e=Je();hu={longestPath:t,slack:r};function t(n){var i={};function o(s){var a=n.node(s);if(e.has(i,s))return a.rank;i[s]=!0;var c=e.min(e.map(n.outEdges(s),function(u){return o(u.w)-n.edge(u).minlen}));return(c===Number.POSITIVE_INFINITY||c===void 0||c===null)&&(c=0),a.rank=c}e.forEach(n.sources(),o)}function r(n,i){return n.node(i.w).rank-n.node(i.v).rank-n.edge(i).minlen}return hu}var pu,ay;function rv(){if(ay)return pu;ay=1;var e=Je(),t=Pr().Graph,r=On().slack;pu=n;function n(a){var c=new t({directed:!1}),u=a.nodes()[0],l=a.nodeCount();c.setNode(u,{});for(var d,h;i(c,a)<l;)d=o(c,a),h=c.hasNode(d.v)?r(a,d):-r(a,d),s(c,a,h);return c}function i(a,c){function u(l){e.forEach(c.nodeEdges(l),function(d){var h=d.v,p=l===h?d.w:h;!a.hasNode(p)&&!r(c,d)&&(a.setNode(p,{}),a.setEdge(l,p,{}),u(p))})}return e.forEach(a.nodes(),u),a.nodeCount()}function o(a,c){return e.minBy(c.edges(),function(u){if(a.hasNode(u.v)!==a.hasNode(u.w))return r(c,u)})}function s(a,c,u){e.forEach(a.nodes(),function(l){c.node(l).rank+=u})}return pu}var gu,sy;function pS(){if(sy)return gu;sy=1;var e=Je(),t=rv(),r=On().slack,n=On().longestPath,i=Pr().alg.preorder,o=Pr().alg.postorder,s=mr().simplify;gu=a,a.initLowLimValues=d,a.initCutValues=c,a.calcCutValue=l,a.leaveEdge=p,a.enterEdge=y,a.exchangeEdges=m;function a(v){v=s(v),n(v);var x=t(v);d(x),c(x,v);for(var C,S;C=p(x);)S=y(x,v,C),m(x,v,C,S)}function c(v,x){var C=o(v,v.nodes());C=C.slice(0,C.length-1),e.forEach(C,function(S){u(v,x,S)})}function u(v,x,C){var S=v.node(C),k=S.parent;v.edge(C,k).cutvalue=l(v,x,C)}function l(v,x,C){var S=v.node(C),k=S.parent,I=!0,R=x.edge(C,k),M=0;return R||(I=!1,R=x.edge(k,C)),M=R.weight,e.forEach(x.nodeEdges(C),function(E){var P=E.v===C,A=P?E.w:E.v;if(A!==k){var j=P===I,q=x.edge(E).weight;if(M+=j?q:-q,b(v,C,A)){var O=v.edge(C,A).cutvalue;M+=j?-O:O}}}),M}function d(v,x){arguments.length<2&&(x=v.nodes()[0]),h(v,{},1,x)}function h(v,x,C,S,k){var I=C,R=v.node(S);return x[S]=!0,e.forEach(v.neighbors(S),function(M){e.has(x,M)||(C=h(v,x,C,M,S))}),R.low=I,R.lim=C++,k?R.parent=k:delete R.parent,C}function p(v){return e.find(v.edges(),function(x){return v.edge(x).cutvalue<0})}function y(v,x,C){var S=C.v,k=C.w;x.hasEdge(S,k)||(S=C.w,k=C.v);var I=v.node(S),R=v.node(k),M=I,E=!1;I.lim>R.lim&&(M=R,E=!0);var P=e.filter(x.edges(),function(A){return E===w(v,v.node(A.v),M)&&E!==w(v,v.node(A.w),M)});return e.minBy(P,function(A){return r(x,A)})}function m(v,x,C,S){var k=C.v,I=C.w;v.removeEdge(k,I),v.setEdge(S.v,S.w,{}),d(v),c(v,x),g(v,x)}function g(v,x){var C=e.find(v.nodes(),function(k){return!x.node(k).parent}),S=i(v,C);S=S.slice(1),e.forEach(S,function(k){var I=v.node(k).parent,R=x.edge(k,I),M=!1;R||(R=x.edge(I,k),M=!0),x.node(k).rank=x.node(I).rank+(M?R.minlen:-R.minlen)})}function b(v,x,C){return v.hasEdge(x,C)}function w(v,x,C){return C.low<=x.lim&&x.lim<=C.lim}return gu}var yu,cy;function gS(){if(cy)return yu;cy=1;var e=On(),t=e.longestPath,r=rv(),n=pS();yu=i;function i(c){switch(c.graph().ranker){case"network-simplex":a(c);break;case"tight-tree":s(c);break;case"longest-path":o(c);break;default:a(c)}}var o=t;function s(c){t(c),r(c)}function a(c){n(c)}return yu}var mu,uy;function yS(){if(uy)return mu;uy=1;var e=Je();mu=t;function t(i){var o=n(i);e.forEach(i.graph().dummyChains,function(s){for(var a=i.node(s),c=a.edgeObj,u=r(i,o,c.v,c.w),l=u.path,d=u.lca,h=0,p=l[h],y=!0;s!==c.w;){if(a=i.node(s),y){for(;(p=l[h])!==d&&i.node(p).maxRank<a.rank;)h++;p===d&&(y=!1)}if(!y){for(;h<l.length-1&&i.node(p=l[h+1]).minRank<=a.rank;)h++;p=l[h]}i.setParent(s,p),s=i.successors(s)[0]}})}function r(i,o,s,a){var c=[],u=[],l=Math.min(o[s].low,o[a].low),d=Math.max(o[s].lim,o[a].lim),h,p;h=s;do h=i.parent(h),c.push(h);while(h&&(o[h].low>l||d>o[h].lim));for(p=h,h=a;(h=i.parent(h))!==p;)u.push(h);return{path:c.concat(u.reverse()),lca:p}}function n(i){var o={},s=0;function a(c){var u=s;e.forEach(i.children(c),a),o[c]={low:u,lim:s++}}return e.forEach(i.children(),a),o}return mu}var bu,ly;function mS(){if(ly)return bu;ly=1;var e=Je(),t=mr();bu={run:r,cleanup:s};function r(a){var c=t.addDummyNode(a,"root",{},"_root"),u=i(a),l=e.max(e.values(u))-1,d=2*l+1;a.graph().nestingRoot=c,e.forEach(a.edges(),function(p){a.edge(p).minlen*=d});var h=o(a)+1;e.forEach(a.children(),function(p){n(a,c,d,h,l,u,p)}),a.graph().nodeRankFactor=d}function n(a,c,u,l,d,h,p){var y=a.children(p);if(!y.length){p!==c&&a.setEdge(c,p,{weight:0,minlen:u});return}var m=t.addBorderNode(a,"_bt"),g=t.addBorderNode(a,"_bb"),b=a.node(p);a.setParent(m,p),b.borderTop=m,a.setParent(g,p),b.borderBottom=g,e.forEach(y,function(w){n(a,c,u,l,d,h,w);var v=a.node(w),x=v.borderTop?v.borderTop:w,C=v.borderBottom?v.borderBottom:w,S=v.borderTop?l:2*l,k=x!==C?1:d-h[p]+1;a.setEdge(m,x,{weight:S,minlen:k,nestingEdge:!0}),a.setEdge(C,g,{weight:S,minlen:k,nestingEdge:!0})}),a.parent(p)||a.setEdge(c,m,{weight:0,minlen:d+h[p]})}function i(a){var c={};function u(l,d){var h=a.children(l);h&&h.length&&e.forEach(h,function(p){u(p,d+1)}),c[l]=d}return e.forEach(a.children(),function(l){u(l,1)}),c}function o(a){return e.reduce(a.edges(),function(c,u){return c+a.edge(u).weight},0)}function s(a){var c=a.graph();a.removeNode(c.nestingRoot),delete c.nestingRoot,e.forEach(a.edges(),function(u){var l=a.edge(u);l.nestingEdge&&a.removeEdge(u)})}return bu}var vu,dy;function bS(){if(dy)return vu;dy=1;var e=Je(),t=mr();vu=r;function r(i){function o(s){var a=i.children(s),c=i.node(s);if(a.length&&e.forEach(a,o),e.has(c,"minRank")){c.borderLeft=[],c.borderRight=[];for(var u=c.minRank,l=c.maxRank+1;u<l;++u)n(i,"borderLeft","_bl",s,c,u),n(i,"borderRight","_br",s,c,u)}}e.forEach(i.children(),o)}function n(i,o,s,a,c,u){var l={width:0,height:0,rank:u,borderType:o},d=c[o][u-1],h=t.addDummyNode(i,"border",l,s);c[o][u]=h,i.setParent(h,a),d&&i.setEdge(d,h,{weight:1})}return vu}var xu,fy;function vS(){if(fy)return xu;fy=1;var e=Je();xu={adjust:t,undo:r};function t(u){var l=u.graph().rankdir.toLowerCase();(l==="lr"||l==="rl")&&n(u)}function r(u){var l=u.graph().rankdir.toLowerCase();(l==="bt"||l==="rl")&&o(u),(l==="lr"||l==="rl")&&(a(u),n(u))}function n(u){e.forEach(u.nodes(),function(l){i(u.node(l))}),e.forEach(u.edges(),function(l){i(u.edge(l))})}function i(u){var l=u.width;u.width=u.height,u.height=l}function o(u){e.forEach(u.nodes(),function(l){s(u.node(l))}),e.forEach(u.edges(),function(l){var d=u.edge(l);e.forEach(d.points,s),e.has(d,"y")&&s(d)})}function s(u){u.y=-u.y}function a(u){e.forEach(u.nodes(),function(l){c(u.node(l))}),e.forEach(u.edges(),function(l){var d=u.edge(l);e.forEach(d.points,c),e.has(d,"x")&&c(d)})}function c(u){var l=u.x;u.x=u.y,u.y=l}return xu}var wu,hy;function xS(){if(hy)return wu;hy=1;var e=Je();wu=t;function t(r){var n={},i=e.filter(r.nodes(),function(u){return!r.children(u).length}),o=e.max(e.map(i,function(u){return r.node(u).rank})),s=e.map(e.range(o+1),function(){return[]});function a(u){if(!e.has(n,u)){n[u]=!0;var l=r.node(u);s[l.rank].push(u),e.forEach(r.successors(u),a)}}var c=e.sortBy(i,function(u){return r.node(u).rank});return e.forEach(c,a),s}return wu}var Cu,py;function wS(){if(py)return Cu;py=1;var e=Je();Cu=t;function t(n,i){for(var o=0,s=1;s<i.length;++s)o+=r(n,i[s-1],i[s]);return o}function r(n,i,o){for(var s=e.zipObject(o,e.map(o,function(h,p){return p})),a=e.flatten(e.map(i,function(h){return e.sortBy(e.map(n.outEdges(h),function(p){return{pos:s[p.w],weight:n.edge(p).weight}}),"pos")}),!0),c=1;c<o.length;)c<<=1;var u=2*c-1;c-=1;var l=e.map(new Array(u),function(){return 0}),d=0;return e.forEach(a.forEach(function(h){var p=h.pos+c;l[p]+=h.weight;for(var y=0;p>0;)p%2&&(y+=l[p+1]),p=p-1>>1,l[p]+=h.weight;d+=h.weight*y})),d}return Cu}var Su,gy;function CS(){if(gy)return Su;gy=1;var e=Je();Su=t;function t(r,n){return e.map(n,function(i){var o=r.inEdges(i);if(o.length){var s=e.reduce(o,function(a,c){var u=r.edge(c),l=r.node(c.v);return{sum:a.sum+u.weight*l.order,weight:a.weight+u.weight}},{sum:0,weight:0});return{v:i,barycenter:s.sum/s.weight,weight:s.weight}}else return{v:i}})}return Su}var _u,yy;function SS(){if(yy)return _u;yy=1;var e=Je();_u=t;function t(i,o){var s={};e.forEach(i,function(c,u){var l=s[c.v]={indegree:0,in:[],out:[],vs:[c.v],i:u};e.isUndefined(c.barycenter)||(l.barycenter=c.barycenter,l.weight=c.weight)}),e.forEach(o.edges(),function(c){var u=s[c.v],l=s[c.w];!e.isUndefined(u)&&!e.isUndefined(l)&&(l.indegree++,u.out.push(s[c.w]))});var a=e.filter(s,function(c){return!c.indegree});return r(a)}function r(i){var o=[];function s(u){return function(l){l.merged||(e.isUndefined(l.barycenter)||e.isUndefined(u.barycenter)||l.barycenter>=u.barycenter)&&n(u,l)}}function a(u){return function(l){l.in.push(u),--l.indegree===0&&i.push(l)}}for(;i.length;){var c=i.pop();o.push(c),e.forEach(c.in.reverse(),s(c)),e.forEach(c.out,a(c))}return e.map(e.filter(o,function(u){return!u.merged}),function(u){return e.pick(u,["vs","i","barycenter","weight"])})}function n(i,o){var s=0,a=0;i.weight&&(s+=i.barycenter*i.weight,a+=i.weight),o.weight&&(s+=o.barycenter*o.weight,a+=o.weight),i.vs=o.vs.concat(i.vs),i.barycenter=s/a,i.weight=a,i.i=Math.min(o.i,i.i),o.merged=!0}return _u}var Eu,my;function _S(){if(my)return Eu;my=1;var e=Je(),t=mr();Eu=r;function r(o,s){var a=t.partition(o,function(m){return e.has(m,"barycenter")}),c=a.lhs,u=e.sortBy(a.rhs,function(m){return-m.i}),l=[],d=0,h=0,p=0;c.sort(i(!!s)),p=n(l,u,p),e.forEach(c,function(m){p+=m.vs.length,l.push(m.vs),d+=m.barycenter*m.weight,h+=m.weight,p=n(l,u,p)});var y={vs:e.flatten(l,!0)};return h&&(y.barycenter=d/h,y.weight=h),y}function n(o,s,a){for(var c;s.length&&(c=e.last(s)).i<=a;)s.pop(),o.push(c.vs),a++;return a}function i(o){return function(s,a){return s.barycenter<a.barycenter?-1:s.barycenter>a.barycenter?1:o?a.i-s.i:s.i-a.i}}return Eu}var ju,by;function ES(){if(by)return ju;by=1;var e=Je(),t=CS(),r=SS(),n=_S();ju=i;function i(a,c,u,l){var d=a.children(c),h=a.node(c),p=h?h.borderLeft:void 0,y=h?h.borderRight:void 0,m={};p&&(d=e.filter(d,function(C){return C!==p&&C!==y}));var g=t(a,d);e.forEach(g,function(C){if(a.children(C.v).length){var S=i(a,C.v,u,l);m[C.v]=S,e.has(S,"barycenter")&&s(C,S)}});var b=r(g,u);o(b,m);var w=n(b,l);if(p&&(w.vs=e.flatten([p,w.vs,y],!0),a.predecessors(p).length)){var v=a.node(a.predecessors(p)[0]),x=a.node(a.predecessors(y)[0]);e.has(w,"barycenter")||(w.barycenter=0,w.weight=0),w.barycenter=(w.barycenter*w.weight+v.order+x.order)/(w.weight+2),w.weight+=2}return w}function o(a,c){e.forEach(a,function(u){u.vs=e.flatten(u.vs.map(function(l){return c[l]?c[l].vs:l}),!0)})}function s(a,c){e.isUndefined(a.barycenter)?(a.barycenter=c.barycenter,a.weight=c.weight):(a.barycenter=(a.barycenter*a.weight+c.barycenter*c.weight)/(a.weight+c.weight),a.weight+=c.weight)}return ju}var ku,vy;function jS(){if(vy)return ku;vy=1;var e=Je(),t=Pr().Graph;ku=r;function r(i,o,s){var a=n(i),c=new t({compound:!0}).setGraph({root:a}).setDefaultNodeLabel(function(u){return i.node(u)});return e.forEach(i.nodes(),function(u){var l=i.node(u),d=i.parent(u);(l.rank===o||l.minRank<=o&&o<=l.maxRank)&&(c.setNode(u),c.setParent(u,d||a),e.forEach(i[s](u),function(h){var p=h.v===u?h.w:h.v,y=c.edge(p,u),m=e.isUndefined(y)?0:y.weight;c.setEdge(p,u,{weight:i.edge(h).weight+m})}),e.has(l,"minRank")&&c.setNode(u,{borderLeft:l.borderLeft[o],borderRight:l.borderRight[o]}))}),c}function n(i){for(var o;i.hasNode(o=e.uniqueId("_root")););return o}return ku}var Ru,xy;function kS(){if(xy)return Ru;xy=1;var e=Je();Ru=t;function t(r,n,i){var o={},s;e.forEach(i,function(a){for(var c=r.parent(a),u,l;c;){if(u=r.parent(c),u?(l=o[u],o[u]=c):(l=s,s=c),l&&l!==c){n.setEdge(l,c);return}c=u}})}return Ru}var Pu,wy;function RS(){if(wy)return Pu;wy=1;var e=Je(),t=xS(),r=wS(),n=ES(),i=jS(),o=kS(),s=Pr().Graph,a=mr();Pu=c;function c(h){var p=a.maxRank(h),y=u(h,e.range(1,p+1),"inEdges"),m=u(h,e.range(p-1,-1,-1),"outEdges"),g=t(h);d(h,g);for(var b=Number.POSITIVE_INFINITY,w,v=0,x=0;x<4;++v,++x){l(v%2?y:m,v%4>=2),g=a.buildLayerMatrix(h);var C=r(h,g);C<b&&(x=0,w=e.cloneDeep(g),b=C)}d(h,w)}function u(h,p,y){return e.map(p,function(m){return i(h,m,y)})}function l(h,p){var y=new s;e.forEach(h,function(m){var g=m.graph().root,b=n(m,g,y,p);e.forEach(b.vs,function(w,v){m.node(w).order=v}),o(m,y,b.vs)})}function d(h,p){e.forEach(p,function(y){e.forEach(y,function(m,g){h.node(m).order=g})})}return Pu}var Au,Cy;function PS(){if(Cy)return Au;Cy=1;var e=Je(),t=Pr().Graph,r=mr();Au={positionX:y,findType1Conflicts:n,findType2Conflicts:i,addConflict:s,hasConflict:a,verticalAlignment:c,horizontalCompaction:u,alignCoordinates:h,findSmallestWidthAlignment:d,balance:p};function n(b,w){var v={};function x(C,S){var k=0,I=0,R=C.length,M=e.last(S);return e.forEach(S,function(E,P){var A=o(b,E),j=A?b.node(A).order:R;(A||E===M)&&(e.forEach(S.slice(I,P+1),function(q){e.forEach(b.predecessors(q),function(O){var z=b.node(O),U=z.order;(U<k||j<U)&&!(z.dummy&&b.node(q).dummy)&&s(v,O,q)})}),I=P+1,k=j)}),S}return e.reduce(w,x),v}function i(b,w){var v={};function x(S,k,I,R,M){var E;e.forEach(e.range(k,I),function(P){E=S[P],b.node(E).dummy&&e.forEach(b.predecessors(E),function(A){var j=b.node(A);j.dummy&&(j.order<R||j.order>M)&&s(v,A,E)})})}function C(S,k){var I=-1,R,M=0;return e.forEach(k,function(E,P){if(b.node(E).dummy==="border"){var A=b.predecessors(E);A.length&&(R=b.node(A[0]).order,x(k,M,P,I,R),M=P,I=R)}x(k,M,k.length,R,S.length)}),k}return e.reduce(w,C),v}function o(b,w){if(b.node(w).dummy)return e.find(b.predecessors(w),function(v){return b.node(v).dummy})}function s(b,w,v){if(w>v){var x=w;w=v,v=x}var C=b[w];C||(b[w]=C={}),C[v]=!0}function a(b,w,v){if(w>v){var x=w;w=v,v=x}return e.has(b[w],v)}function c(b,w,v,x){var C={},S={},k={};return e.forEach(w,function(I){e.forEach(I,function(R,M){C[R]=R,S[R]=R,k[R]=M})}),e.forEach(w,function(I){var R=-1;e.forEach(I,function(M){var E=x(M);if(E.length){E=e.sortBy(E,function(O){return k[O]});for(var P=(E.length-1)/2,A=Math.floor(P),j=Math.ceil(P);A<=j;++A){var q=E[A];S[M]===M&&R<k[q]&&!a(v,M,q)&&(S[q]=M,S[M]=C[M]=C[q],R=k[q])}}})}),{root:C,align:S}}function u(b,w,v,x,C){var S={},k=l(b,w,v,C),I=C?"borderLeft":"borderRight";function R(P,A){for(var j=k.nodes(),q=j.pop(),O={};q;)O[q]?P(q):(O[q]=!0,j.push(q),j=j.concat(A(q))),q=j.pop()}function M(P){S[P]=k.inEdges(P).reduce(function(A,j){return Math.max(A,S[j.v]+k.edge(j))},0)}function E(P){var A=k.outEdges(P).reduce(function(q,O){return Math.min(q,S[O.w]-k.edge(O))},Number.POSITIVE_INFINITY),j=b.node(P);A!==Number.POSITIVE_INFINITY&&j.borderType!==I&&(S[P]=Math.max(S[P],A))}return R(M,k.predecessors.bind(k)),R(E,k.successors.bind(k)),e.forEach(x,function(P){S[P]=S[v[P]]}),S}function l(b,w,v,x){var C=new t,S=b.graph(),k=m(S.nodesep,S.edgesep,x);return e.forEach(w,function(I){var R;e.forEach(I,function(M){var E=v[M];if(C.setNode(E),R){var P=v[R],A=C.edge(P,E);C.setEdge(P,E,Math.max(k(b,M,R),A||0))}R=M})}),C}function d(b,w){return e.minBy(e.values(w),function(v){var x=Number.NEGATIVE_INFINITY,C=Number.POSITIVE_INFINITY;return e.forIn(v,function(S,k){var I=g(b,k)/2;x=Math.max(S+I,x),C=Math.min(S-I,C)}),x-C})}function h(b,w){var v=e.values(w),x=e.min(v),C=e.max(v);e.forEach(["u","d"],function(S){e.forEach(["l","r"],function(k){var I=S+k,R=b[I],M;if(R!==w){var E=e.values(R);M=k==="l"?x-e.min(E):C-e.max(E),M&&(b[I]=e.mapValues(R,function(P){return P+M}))}})})}function p(b,w){return e.mapValues(b.ul,function(v,x){if(w)return b[w.toLowerCase()][x];var C=e.sortBy(e.map(b,x));return(C[1]+C[2])/2})}function y(b){var w=r.buildLayerMatrix(b),v=e.merge(n(b,w),i(b,w)),x={},C;e.forEach(["u","d"],function(k){C=k==="u"?w:e.values(w).reverse(),e.forEach(["l","r"],function(I){I==="r"&&(C=e.map(C,function(P){return e.values(P).reverse()}));var R=(k==="u"?b.predecessors:b.successors).bind(b),M=c(b,C,v,R),E=u(b,C,M.root,M.align,I==="r");I==="r"&&(E=e.mapValues(E,function(P){return-P})),x[k+I]=E})});var S=d(b,x);return h(x,S),p(x,b.graph().align)}function m(b,w,v){return function(x,C,S){var k=x.node(C),I=x.node(S),R=0,M;if(R+=k.width/2,e.has(k,"labelpos"))switch(k.labelpos.toLowerCase()){case"l":M=-k.width/2;break;case"r":M=k.width/2;break}if(M&&(R+=v?M:-M),M=0,R+=(k.dummy?w:b)/2,R+=(I.dummy?w:b)/2,R+=I.width/2,e.has(I,"labelpos"))switch(I.labelpos.toLowerCase()){case"l":M=I.width/2;break;case"r":M=-I.width/2;break}return M&&(R+=v?M:-M),M=0,R}}function g(b,w){return b.node(w).width}return Au}var Tu,Sy;function AS(){if(Sy)return Tu;Sy=1;var e=Je(),t=mr(),r=PS().positionX;Tu=n;function n(o){o=t.asNonCompoundGraph(o),i(o),e.forEach(r(o),function(s,a){o.node(a).x=s})}function i(o){var s=t.buildLayerMatrix(o),a=o.graph().ranksep,c=0;e.forEach(s,function(u){var l=e.max(e.map(u,function(d){return o.node(d).height}));e.forEach(u,function(d){o.node(d).y=c+l/2}),c+=l+a})}return Tu}var Iu,_y;function TS(){if(_y)return Iu;_y=1;var e=Je(),t=fS(),r=hS(),n=gS(),i=mr().normalizeRanks,o=yS(),s=mr().removeEmptyRanks,a=mS(),c=bS(),u=vS(),l=RS(),d=AS(),h=mr(),p=Pr().Graph;Iu=y;function y($,V){var W=V&&V.debugTiming?h.time:h.notime;W("layout",function(){var N=W(" buildLayoutGraph",function(){return R($)});W(" runLayout",function(){m(N,W)}),W(" updateInputGraph",function(){g($,N)})})}function m($,V){V(" makeSpaceForEdgeLabels",function(){M($)}),V(" removeSelfEdges",function(){ae($)}),V(" acyclic",function(){t.run($)}),V(" nestingGraph.run",function(){a.run($)}),V(" rank",function(){n(h.asNonCompoundGraph($))}),V(" injectEdgeLabelProxies",function(){E($)}),V(" removeEmptyRanks",function(){s($)}),V(" nestingGraph.cleanup",function(){a.cleanup($)}),V(" normalizeRanks",function(){i($)}),V(" assignRankMinMax",function(){P($)}),V(" removeEdgeLabelProxies",function(){A($)}),V(" normalize.run",function(){r.run($)}),V(" parentDummyChains",function(){o($)}),V(" addBorderSegments",function(){c($)}),V(" order",function(){l($)}),V(" insertSelfEdges",function(){Q($)}),V(" adjustCoordinateSystem",function(){u.adjust($)}),V(" position",function(){d($)}),V(" positionSelfEdges",function(){Y($)}),V(" removeBorderNodes",function(){U($)}),V(" normalize.undo",function(){r.undo($)}),V(" fixupEdgeLabelCoords",function(){O($)}),V(" undoCoordinateSystem",function(){u.undo($)}),V(" translateGraph",function(){j($)}),V(" assignNodeIntersects",function(){q($)}),V(" reversePoints",function(){z($)}),V(" acyclic.undo",function(){t.undo($)})}function g($,V){e.forEach($.nodes(),function(W){var N=$.node(W),ne=V.node(W);N&&(N.x=ne.x,N.y=ne.y,V.children(W).length&&(N.width=ne.width,N.height=ne.height))}),e.forEach($.edges(),function(W){var N=$.edge(W),ne=V.edge(W);N.points=ne.points,e.has(ne,"x")&&(N.x=ne.x,N.y=ne.y)}),$.graph().width=V.graph().width,$.graph().height=V.graph().height}var b=["nodesep","edgesep","ranksep","marginx","marginy"],w={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},v=["acyclicer","ranker","rankdir","align"],x=["width","height"],C={width:0,height:0},S=["minlen","weight","width","height","labeloffset"],k={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},I=["labelpos"];function R($){var V=new p({multigraph:!0,compound:!0}),W=se($.graph());return V.setGraph(e.merge({},w,pe(W,b),e.pick(W,v))),e.forEach($.nodes(),function(N){var ne=se($.node(N));V.setNode(N,e.defaults(pe(ne,x),C)),V.setParent(N,$.parent(N))}),e.forEach($.edges(),function(N){var ne=se($.edge(N));V.setEdge(N,e.merge({},k,pe(ne,S),e.pick(ne,I)))}),V}function M($){var V=$.graph();V.ranksep/=2,e.forEach($.edges(),function(W){var N=$.edge(W);N.minlen*=2,N.labelpos.toLowerCase()!=="c"&&(V.rankdir==="TB"||V.rankdir==="BT"?N.width+=N.labeloffset:N.height+=N.labeloffset)})}function E($){e.forEach($.edges(),function(V){var W=$.edge(V);if(W.width&&W.height){var N=$.node(V.v),ne=$.node(V.w),me={rank:(ne.rank-N.rank)/2+N.rank,e:V};h.addDummyNode($,"edge-proxy",me,"_ep")}})}function P($){var V=0;e.forEach($.nodes(),function(W){var N=$.node(W);N.borderTop&&(N.minRank=$.node(N.borderTop).rank,N.maxRank=$.node(N.borderBottom).rank,V=e.max(V,N.maxRank))}),$.graph().maxRank=V}function A($){e.forEach($.nodes(),function(V){var W=$.node(V);W.dummy==="edge-proxy"&&($.edge(W.e).labelRank=W.rank,$.removeNode(V))})}function j($){var V=Number.POSITIVE_INFINITY,W=0,N=Number.POSITIVE_INFINITY,ne=0,me=$.graph(),fe=me.marginx||0,J=me.marginy||0;function te(G){var le=G.x,ue=G.y,we=G.width,ge=G.height;V=Math.min(V,le-we/2),W=Math.max(W,le+we/2),N=Math.min(N,ue-ge/2),ne=Math.max(ne,ue+ge/2)}e.forEach($.nodes(),function(G){te($.node(G))}),e.forEach($.edges(),function(G){var le=$.edge(G);e.has(le,"x")&&te(le)}),V-=fe,N-=J,e.forEach($.nodes(),function(G){var le=$.node(G);le.x-=V,le.y-=N}),e.forEach($.edges(),function(G){var le=$.edge(G);e.forEach(le.points,function(ue){ue.x-=V,ue.y-=N}),e.has(le,"x")&&(le.x-=V),e.has(le,"y")&&(le.y-=N)}),me.width=W-V+fe,me.height=ne-N+J}function q($){e.forEach($.edges(),function(V){var W=$.edge(V),N=$.node(V.v),ne=$.node(V.w),me,fe;W.points?(me=W.points[0],fe=W.points[W.points.length-1]):(W.points=[],me=ne,fe=N),W.points.unshift(h.intersectRect(N,me)),W.points.push(h.intersectRect(ne,fe))})}function O($){e.forEach($.edges(),function(V){var W=$.edge(V);if(e.has(W,"x"))switch((W.labelpos==="l"||W.labelpos==="r")&&(W.width-=W.labeloffset),W.labelpos){case"l":W.x-=W.width/2+W.labeloffset;break;case"r":W.x+=W.width/2+W.labeloffset;break}})}function z($){e.forEach($.edges(),function(V){var W=$.edge(V);W.reversed&&W.points.reverse()})}function U($){e.forEach($.nodes(),function(V){if($.children(V).length){var W=$.node(V),N=$.node(W.borderTop),ne=$.node(W.borderBottom),me=$.node(e.last(W.borderLeft)),fe=$.node(e.last(W.borderRight));W.width=Math.abs(fe.x-me.x),W.height=Math.abs(ne.y-N.y),W.x=me.x+W.width/2,W.y=N.y+W.height/2}}),e.forEach($.nodes(),function(V){$.node(V).dummy==="border"&&$.removeNode(V)})}function ae($){e.forEach($.edges(),function(V){if(V.v===V.w){var W=$.node(V.v);W.selfEdges||(W.selfEdges=[]),W.selfEdges.push({e:V,label:$.edge(V)}),$.removeEdge(V)}})}function Q($){var V=h.buildLayerMatrix($);e.forEach(V,function(W){var N=0;e.forEach(W,function(ne,me){var fe=$.node(ne);fe.order=me+N,e.forEach(fe.selfEdges,function(J){h.addDummyNode($,"selfedge",{width:J.label.width,height:J.label.height,rank:fe.rank,order:me+ ++N,e:J.e,label:J.label},"_se")}),delete fe.selfEdges})})}function Y($){e.forEach($.nodes(),function(V){var W=$.node(V);if(W.dummy==="selfedge"){var N=$.node(W.e.v),ne=N.x+N.width/2,me=N.y,fe=W.x-ne,J=N.height/2;$.setEdge(W.e,W.label),$.removeNode(V),W.label.points=[{x:ne+2*fe/3,y:me-J},{x:ne+5*fe/6,y:me-J},{x:ne+fe,y:me},{x:ne+5*fe/6,y:me+J},{x:ne+2*fe/3,y:me+J}],W.label.x=W.x,W.label.y=W.y}})}function pe($,V){return e.mapValues(e.pick($,V),Number)}function se($){var V={};return e.forEach($,function(W,N){V[N.toLowerCase()]=W}),V}return Iu}var Ou,Ey;function IS(){if(Ey)return Ou;Ey=1;var e=Je(),t=mr(),r=Pr().Graph;Ou={debugOrdering:n};function n(i){var o=t.buildLayerMatrix(i),s=new r({compound:!0,multigraph:!0}).setGraph({});return e.forEach(i.nodes(),function(a){s.setNode(a,{label:a}),s.setParent(a,"layer"+i.node(a).rank)}),e.forEach(i.edges(),function(a){s.setEdge(a.v,a.w,{},a.name)}),e.forEach(o,function(a,c){var u="layer"+c;s.setNode(u,{rank:"same"}),e.reduce(a,function(l,d){return s.setEdge(l,d,{style:"invis"}),d})}),s}return Ou}var Mu,jy;function OS(){return jy||(jy=1,Mu="0.8.5"),Mu}var qu,ky;function MS(){return ky||(ky=1,qu={graphlib:Pr(),layout:TS(),debug:IS(),util:{time:mr().time,notime:mr().notime},version:OS()}),qu}var qS=MS();const Ry=vw(qS);function $S(e,t,r){var l;const n=new Set(e.map(d=>d.id)),i=new Set;for(const d of e)d.parent&&n.has(d.parent)&&i.add(d.parent);const o=new Ry.graphlib.Graph({multigraph:!0,compound:!0}),s=r.compactSpacingScale??(r.spacingFactor>0?r.spacingFactor/1.3:1);o.setGraph({rankdir:r.rankDir,nodesep:r.compact?Math.max(r.nodeSep,24*s):r.nodeSep,edgesep:r.compact?Math.min(r.edgeSep,24*s):r.edgeSep,ranksep:r.compact?Math.min(r.rankSep,80*s):r.rankSep,ranker:"network-simplex"}),o.setDefaultEdgeLabel(()=>({})),o.setDefaultNodeLabel(()=>({}));for(const d of e)o.setNode(d.id,{width:d.width+2,height:d.height+2});for(const d of e)d.parent&&n.has(d.parent)&&o.setParent(d.id,d.parent);for(const d of t){if(!n.has(d.source)||!n.has(d.target)||i.has(d.source)||i.has(d.target))continue;const h=eb(d.label,d.icon??((l=d.data)==null?void 0:l.icon),r.edgeLabelFontSize),p=r.rankDir==="LR"||r.rankDir==="RL",y=(h.width?h.width+2*Qm:0)+(d.connectorClearance??0);o.setEdge(d.source,d.target,{minlen:1,weight:1,...y?{width:p?y:Math.max(1,h.height),height:p?Math.max(1,h.height):y,labelpos:"c"}:{}},d.id)}Ry.layout(o);const a=new Map;for(const d of e){if(i.has(d.id))continue;const h=o.node(d.id);h&&Number.isFinite(h.x)&&Number.isFinite(h.y)&&a.set(d.id,{x:h.x,y:h.y})}const c=r.compact?1:r.spacingFactor;if(c&&c!==1&&a.size){let d=1/0,h=1/0,p=-1/0,y=-1/0;a.forEach(b=>{d=Math.min(d,b.x),h=Math.min(h,b.y),p=Math.max(p,b.x),y=Math.max(y,b.y)});const m=(d+p)/2,g=(h+y)/2;a.forEach((b,w)=>a.set(w,{x:m+(b.x-m)*c,y:g+(b.y-g)*c}))}const u=r.nodeAlignment??"center";if(u!=="center"){const d=r.rankDir==="LR"||r.rankDir==="RL",h=d?"x":"y",p=d?"width":"height",y=r.rankDir==="RL"||r.rankDir==="BT"?-1:1,m=u==="leading"?-y:y,g=new Map;for(const b of e){const w=a.get(b.id);if(!w)continue;const v=w[h];g.set(v,Math.max(g.get(v)??0,b[p]))}for(const b of e){const w=a.get(b.id);if(!w)continue;const v=w[h],x=(g.get(v)-b[p])/2;a.set(b.id,{...w,[h]:v+m*x})}}return a}function Py(e,t,r,n,i){const o=new Map,s=new Map(e.map(l=>[l.id,l]));for(const l of e){if(!l.parent||!s.has(l.parent))continue;const d=o.get(l.parent);d?d.push(l.id):o.set(l.parent,[l.id])}const a=(l,d=new Set)=>{var p;const h=(p=s.get(l))==null?void 0:p.parent;return!h||!s.has(h)||d.has(l)?0:(d.add(l),1+a(h,d))},c=[...o.keys()].sort((l,d)=>a(d)-a(l)),u=new Map;for(const l of c){let d=null;for(const y of o.get(l)||[]){let m=u.get(y);if(!m){const g=t.get(y);if(!g)continue;const b=r.get(y)||{w:60,h:60};m={x1:g.x-b.w/2,y1:g.y-b.h/2,x2:g.x+b.w/2,y2:g.y+b.h/2}}d=d?{x1:Math.min(d.x1,m.x1),y1:Math.min(d.y1,m.y1),x2:Math.max(d.x2,m.x2),y2:Math.max(d.y2,m.y2)}:{...m}}if(!d)continue;const h=n(l);d={x1:d.x1-h,y1:d.y1-h,x2:d.x2+h,y2:d.y2+h};const p=i(l);if(p){const y=d.x2-d.x1,m=d.y2-d.y1;if(p.w>y){const g=(p.w-y)/2;d.x1-=g,d.x2+=g}if(p.h>m){const g=(p.h-m)/2;d.y1-=g,d.y2+=g}}u.set(l,d)}return u}function NS(e){const t=e.getBoundingClientRect(),r=t.height/e.offsetHeight;if(!Number.isFinite(r)||r<=0)return[];const n=Ym(e),i={x:e.offsetWidth/2,y:e.offsetHeight/2,w:e.offsetWidth,h:e.offsetHeight},o=[...e.querySelectorAll("[data-flow-property]")],s=new Set(o.filter(a=>a.hasAttribute("data-flow-inspection-row")&&a.getBoundingClientRect().height>0).map(a=>a.dataset.flowProperty));return o.flatMap(a=>{if(a.closest(".flow-sdk-node")!==e)return[];if(s.has(a.dataset.flowProperty)&&!a.hasAttribute("data-flow-inspection-row"))return[];const c=a.dataset.flowPortSide;if(c&&["top","right","bottom","left"].includes(c)){const l=Km(n?en(i,n):i,c,Number(a.dataset.flowPortPosition??.5));return[{property:a.getAttribute("data-flow-property"),top:l.y,height:0,anchor:l,...a.dataset.flowPortPlacement==="config"?{placement:"config"}:{},...a.dataset.flowPortRole==="source"||a.dataset.flowPortRole==="target"?{role:a.dataset.flowPortRole}:{}}]}const u=a.getBoundingClientRect();return!u.width||!u.height?[]:[{property:a.getAttribute("data-flow-property"),top:Math.round((u.top-t.top)/r*1e3)/1e3,height:Math.round(u.height/r*1e3)/1e3,...a.dataset.flowPortRole==="source"||a.dataset.flowPortRole==="target"?{role:a.dataset.flowPortRole}:{}}]})}function LS({id:e,x:t,y:r,placed:n,hidden:i,onMount:o,drawHandles:s,drawMode:a,connectedPorts:c,resolvedRows:u,hasCollapseControl:l,handleColor:d,animated:h,animationColor:p,animationWidth:y=8,animationVariant:m,width:g=0,height:b=0,propertyMode:w,reversePorts:v,direction:x="LR",onPropertyRows:C,onSurface:S,children:k}){const I=_.useRef(null),[R,M]=_.useState([]),E=u??R,[P,A]=_.useState();return _.useLayoutEffect(()=>{const j=I.current;if(!j)return;const q=()=>{const U=Ym(j);A(ae=>JSON.stringify(ae)===JSON.stringify(U)?ae:U),S==null||S(e,U)};q();const O=new ResizeObserver(q);O.observe(j);const z=j.querySelector("[data-flow-node-surface]");return z&&O.observe(z),()=>O.disconnect()},[e,k,S]),_.useLayoutEffect(()=>(o(e,I.current),()=>{o(e,null),S==null||S(e,void 0)}),[e,o,S]),_.useLayoutEffect(()=>{const j=I.current;if(!j)return;let q="";const O=()=>{const Q=NS(j),Y=w?Q:Q.filter(se=>se.anchor),pe=JSON.stringify(Y);pe!==q&&(q=pe,M(Y),C==null||C(e,Y))};if(O(),!w&&!j.querySelector("[data-flow-port-side]"))return;const z=new ResizeObserver(O),U=()=>{z.disconnect(),z.observe(j),j.querySelectorAll("[data-flow-property]").forEach(Q=>z.observe(Q)),O()};U();const ae=new MutationObserver(U);return ae.observe(j,{childList:!0,subtree:!0,characterData:!0,attributes:!0,attributeFilter:["data-flow-property","data-flow-port-role","data-flow-port-side","data-flow-port-position","data-flow-port-placement"]}),j.addEventListener("scroll",O,!0),()=>{z.disconnect(),ae.disconnect(),j.removeEventListener("scroll",O,!0)}},[e,w,C,k]),f.jsxs("div",{ref:I,className:"flow-sdk-node","data-node-id":e,style:{transform:`translate(-50%, -50%) translate3d(${t.toFixed(2)}px, ${r.toFixed(2)}px, 0)`,visibility:n&&!i?void 0:"hidden"},children:[k,h&&y>0&&g>0&&b>0&&f.jsx("svg",{className:"flow-sdk-node-animation","aria-hidden":"true",pointerEvents:"none",children:f.jsx(Hm,{variant:m,x:((P==null?void 0:P.left)??0)+y/2,y:((P==null?void 0:P.top)??0)+y/2,width:((P==null?void 0:P.width)??g)-y,height:((P==null?void 0:P.height)??b)-y,radius:((P==null?void 0:P.radius)??0)-y/2,path:P!=null&&P.outline?`M${P.outline.map(j=>`${j.x} ${j.y}`).join(" L")} Z`:void 0,color:p||d||"currentColor",strokeWidth:y})}),s&&w&&E.map(j=>["source","target"].filter(q=>!j.role||j.role===q).filter(q=>a||(c==null?void 0:c.has(`${q}:${j.property}`))).map(q=>{var O;return f.jsx("button",{type:"button",className:"flow-sdk-property-port","data-property":j.property,"data-port-role":q,"data-port-side":(O=j.anchor)==null?void 0:O.side,"aria-label":`${q==="source"?"Connect":"Input"} ${j.property}`,title:`${q==="source"?"Connect":"Input"} ${j.property}`,style:{color:d,...j.anchor?{top:j.anchor.y,left:j.anchor.x-16}:{top:j.top+j.height/2,[q==="source"!=!!v?"right":"left"]:-16}},onClick:z=>z.stopPropagation()},`${j.property}:${q}`)})),s&&!l&&(!w||!E.length)&&(!w||!E.some(j=>j.anchor))&&f.jsx("button",{type:"button",className:"flow-sdk-handle","aria-label":"Draw edge",title:"Draw edge",style:{color:d,left:((P==null?void 0:P.left)??0)+(x==="RL"?-36:x==="LR"?(P==null?void 0:P.width)??g:((P==null?void 0:P.width)??g)/2),top:((P==null?void 0:P.top)??0)+(x==="BT"?-36:x==="TB"?(P==null?void 0:P.height)??b:((P==null?void 0:P.height)??b)/2),transform:x==="BT"||x==="TB"?"translateX(-50%)":"translateY(-50%)"},onClick:j=>j.stopPropagation(),children:f.jsx(K.PiPlusBold,{size:24})})]})}const FS=_.memo(LS);function BS(e,t,r){const[n,i]=_.useState(()=>({nodes:new Set,edges:new Set})),o=_.useMemo(()=>{const a=new Set(e.map(p=>p.id)),c=t.filter(p=>a.has(p.source)&&a.has(p.target)).map(p=>({id:p.id,source:p.inverted?p.target:p.source,target:p.inverted?p.source:p.target})),u=new Set(c.map(p=>p.id)),l=new Set([...n.nodes].filter(p=>a.has(p))),d=new Set([...n.edges].filter(p=>u.has(p)));if(!r)return{nodes:a,edges:u,ready:u};for(const p of e)c.filter(m=>m.target===p.id&&m.source!==m.target).every(m=>d.has(m.id))&&l.add(p.id);let h=new Set(c.filter(p=>l.has(p.source)).map(p=>p.id));if(l.size<a.size&&!c.some(p=>h.has(p.id)&&!d.has(p.id))){const p=e.find(y=>!l.has(y.id));p&&l.add(p.id),h=new Set(c.filter(y=>l.has(y.source)).map(y=>y.id))}return{nodes:l,edges:d,ready:h}},[e,t,r,n]);_.useLayoutEffect(()=>{i(a=>{const c=r?o:{nodes:new Set,edges:new Set},u=(l,d)=>l.size===d.size&&[...l].every(h=>d.has(h));return u(a.nodes,c.nodes)&&u(a.edges,c.edges)?a:{nodes:c.nodes,edges:c.edges}})},[o,r]);const s=_.useCallback(a=>{i(c=>c.edges.has(a)?c:{...c,edges:new Set([...c.edges,a])})},[]);return{shown:o.nodes,ready:o.ready,complete:s}}class zS{constructor(t,r,n){$r(this,"_pan");$r(this,"_zoom");$r(this,"minZoom");$r(this,"maxZoom");$r(this,"size",{w:0,h:0});$r(this,"listeners",new Set);$r(this,"animationFrame");$r(this,"animationTimer");this.minZoom=r,this.maxZoom=n,this._pan={...t.pan},this._zoom=this.clamp(t.zoom)}cancelAnimation(){this.animationFrame!==void 0&&cancelAnimationFrame(this.animationFrame),clearTimeout(this.animationTimer),this.animationFrame=void 0,this.animationTimer=void 0}transition(t,r=!1){if(this.cancelAnimation(),!r||typeof requestAnimationFrame>"u"||typeof matchMedia<"u"&&matchMedia("(prefers-reduced-motion: reduce)").matches){this.set(t.pan,t.zoom);return}const n=this.state,i={pan:{...t.pan},zoom:this.clamp(t.zoom)},o=performance.now(),s=300/1.4,a=()=>{this.cancelAnimation(),this.set(i.pan,i.zoom)},c=u=>{const l=Math.min(1,(u-o)/s);if(l>=1){a();return}const d=l*l*(3-2*l);this.apply({x:n.pan.x+(i.pan.x-n.pan.x)*d,y:n.pan.y+(i.pan.y-n.pan.y)*d},n.zoom+(i.zoom-n.zoom)*d),this.animationFrame=requestAnimationFrame(c)};this.animationFrame=requestAnimationFrame(c),this.animationTimer=setTimeout(a,s+100)}get pan(){return{...this._pan}}get zoom(){return this._zoom}get state(){return{pan:this.pan,zoom:this._zoom}}clamp(t){return Number.isFinite(t)?Math.max(this.minZoom,Math.min(this.maxZoom,t)):this.minZoom}set(t,r){this.cancelAnimation(),this.apply(t,r)}apply(t,r){let n=!1;if(t&&(t.x!==this._pan.x||t.y!==this._pan.y)&&(this._pan={x:t.x,y:t.y},n=!0),r!==void 0){const i=this.clamp(r);i!==this._zoom&&(this._zoom=i,n=!0)}n&&this.emit()}zoomAt(t,r){const n=this.clamp(t),i=this._zoom;if(n===i)return;const o=n/i;this.set({x:r.x-(r.x-this._pan.x)*o,y:r.y-(r.y-this._pan.y)*o},n)}fit(t,r=0,n=!1,i=1){const o=t.x2-t.x1,s=t.y2-t.y1;if(!(o>0)||!(s>0)||!this.size.w||!this.size.h)return;const a=this.clamp(this.clamp(Math.min((this.size.w-2*r)/o,(this.size.h-2*r)/s))*i);this.transition({pan:{x:(this.size.w-a*(t.x1+t.x2))/2,y:(this.size.h-a*(t.y1+t.y2))/2},zoom:a},n)}center(t,r=!1){if(!this.size.w||!this.size.h)return;const n=this._zoom;this.transition({pan:{x:(this.size.w-n*(t.x1+t.x2))/2,y:(this.size.h-n*(t.y1+t.y2))/2},zoom:n},r)}renderedToModel(t){return{x:(t.x-this._pan.x)/this._zoom,y:(t.y-this._pan.y)/this._zoom}}modelToRendered(t){return{x:t.x*this._zoom+this._pan.x,y:t.y*this._zoom+this._pan.y}}onChange(t){return this.listeners.add(t),()=>{this.listeners.delete(t)}}emit(){const t=this.state;this.listeners.forEach(r=>r(t))}}const DS={LR:"rightward",RL:"leftward",TB:"downward",BT:"upward"},En={w:60,h:60},Ay=4,VS=30,Ty=300,WS=500,Iy=45,GS=e=>e<.5?4*e*e*e:1-Math.pow(-2*e+2,3)/2;function Oy(e){const[t,r]=[...e.values()];return!t||!r?null:{center:{x:(t.x+r.x)/2,y:(t.y+r.y)/2},distance:Math.max(1,Math.hypot(r.x-t.x,r.y-t.y))}}function US(e){var Pl;const{nodes:t,edges:r,direction:n,nodeAlignment:i="center",edgeMode:o="auto",compactPropertyLayout:s=!1,rankSep:a,edgeSep:c,spacingFactor:u=1.3,compactSpacingScale:l,minZoom:d,maxZoom:h,initialViewport:p,containerStyle:y,lineColor:m,drawMode:g,dragMode:b,multiSelect:w,isPerformanceMode:v}=e,[x,C]=_.useState(null),S=_.useMemo(()=>x?(x.mode==="connections"?nd:Yl)(x.id,t,r):null,[x,t,r]),k=o==="auto"||o==="properties",I=_.useMemo(()=>r.filter(T=>Du(T,o)&&(!S||S.has(T.source)&&S.has(T.target))),[r,o,S]),R=_.useMemo(()=>hw(t,r,o,s,S),[t,r,o,s,S]),M=_.useRef(R);M.current=R;const E=_.useRef(e);E.current=e;const P=_.useRef(null),A=_.useRef(null),j=_.useRef(null),q=_.useRef(null),O=_.useMemo(()=>new zS(p,d,h),[]);_.useEffect(()=>{O.minZoom=d,O.maxZoom=h},[O,d,h]);const z=_.useRef(new Map),U=_.useRef(new Map),ae=_.useRef(new Map),Q=_.useRef(null),[Y,pe]=_.useState(new Map),se=_.useCallback((T,L)=>{pe(D=>{if(JSON.stringify(D.get(T))===JSON.stringify(L))return D;const H=new Map(D);return L?H.set(T,L):H.delete(T),H})},[]),[$,V]=_.useState(new Map),W=_.useRef($),N=_.useCallback((T,L)=>{V(D=>{if(JSON.stringify(D.get(T)??[])===JSON.stringify(L))return D;const H=new Map(D);return L.length?H.set(T,L):H.delete(T),H})},[]),[ne,me]=_.useState(()=>new Map),fe=_.useRef(ne);fe.current=ne;const J=_.useRef(new Map),te=_.useRef(null),G=_.useRef(!1),[le,ue]=_.useState(0),we=_.useRef(),ge=_.useRef(),qe=_.useRef(null),ee=_.useRef(),he=_.useRef(!1),be=_.useRef(null),Ee=_.useRef(null),$e=_.useRef(u),Ge=s,Ye=_.useRef(Ge),[tr,sr]=_.useState(!0),Pe=_.useRef(null);Pe.current=S;const ye=_.useRef(1);ye.current=(x==null?void 0:x.mode)==="connections"?1.25:1;const Me=_.useRef(null),nr=_.useRef(t),cr=_.useRef([]),Xe=_.useRef(!1),xe=()=>{qe.current!==null&&cancelAnimationFrame(qe.current),qe.current=null,clearTimeout(ee.current)},et=()=>{Ee.current=null,cr.current.length&&(Xe.current=!0),!G.current&&E.current.fitOnInit!==!1&&(he.current=!0),clearTimeout(ge.current),ge.current=setTimeout(()=>{G.current=fe.current.size>0,ue(T=>T+1)},WS)},zr=T=>{xe();const L=new Map(fe.current),D=performance.now(),H=()=>{xe(),me(T),et()},oe=Se=>{const Fe=Math.min(1,(Se-D)/Ty);if(Fe>=1)return H();const ze=GS(Fe),Te=new Map;T.forEach((X,de)=>{const ce=L.get(de);Te.set(de,ce?{x:ce.x+(X.x-ce.x)*ze,y:ce.y+(X.y-ce.y)*ze}:X)}),me(Te),qe.current=requestAnimationFrame(oe)};qe.current=requestAnimationFrame(oe),ee.current=setTimeout(H,Ty+100)},pt=()=>{var ze;const T=E.current,L=ye.current,D=M.current,H=D.nodes.map(Te=>{const X=z.current.get(Te.id)||En;return{id:Te.id,parent:Te.parent,width:X.w,height:X.h}});let oe;try{const Te=T.compactPropertyLayout,X=T.edgeMode!=="nodes"&&T.edgeMode!=="workflow",de=D.edges.map(ce=>({...ce,connectorClearance:Te?X&&(ce.sourceProperty!==void 0||ce.targetProperty!==void 0)?fw:dw:0}));oe=$S(H,de,{edgeLabelFontSize:T.edgeMode==="nodes"||T.edgeMode==="workflow"?Xm:In,rankDir:T.direction,compact:Te,nodeAlignment:T.nodeAlignment,rankSep:T.rankSep*L,edgeSep:T.edgeSep*L,nodeSep:5*L,spacingFactor:T.spacingFactor??1.3,compactSpacingScale:(T.compactSpacingScale??(T.spacingFactor??1.3)/1.3)*L})}catch(Te){console.warn("[flow-sdk] layout failed",Te);return}const Se=te.current;te.current=null;const Fe=Se&&oe.get(Se.id);if(Se&&Fe){const Te={x:Se.position.x-Fe.x,y:Se.position.y-Fe.y};oe=new Map([...oe].map(([X,de])=>[X,{x:de.x+Te.x,y:de.y+Te.y}]))}for(const[Te,X]of J.current)oe.has(Te)?oe.set(Te,X):T.nodes.some(de=>de.id===Te)||J.current.delete(Te);(ze=Ee.current)==null||ze.call(Ee,oe),G.current&&!T.isPerformanceMode?zr(oe):(xe(),me(oe),et())},ie=_.useCallback(()=>{clearTimeout(ge.current),clearTimeout(we.current),we.current=setTimeout(pt,E.current.layoutDebounce)},[]);_.useLayoutEffect(()=>{const T=new Map(nr.current.map(L=>[L.id,L]));t.some(L=>{var D;return((D=T.get(L.id))==null?void 0:D.collapsed)===!0&&!L.collapsed})&&(cr.current=t.filter(L=>!T.has(L.id)).map(L=>L.id)),nr.current=t,$e.current!==u&&fe.current.size>0&&(G.current=!0,he.current=!1,clearTimeout(ge.current)),$e.current=u,Ye.current!==Ge&&(he.current=!be.current),Ye.current=Ge,Ee.current&&!be.current?(clearTimeout(we.current),pt()):ie()},[t,r,R.nodes,R.edges,Ge,n,i,a,c,ie,u,l]),_.useEffect(()=>()=>{clearTimeout(we.current),clearTimeout(ge.current),xe()},[]);const We=_.useCallback((T,L)=>{var D,H;if(!Q.current&&typeof ResizeObserver<"u"&&(Q.current=new ResizeObserver(oe=>{var Fe;let Se=!1;for(const ze of oe){const Te=ae.current.get(ze.target);if(!Te)continue;const X=ze.target,de=X.offsetWidth,ce=X.offsetHeight;if(!de&&!ce)continue;const Ie=z.current.get(Te);if(Ie&&Ie.w===de&&Ie.h===ce)continue;const yr=fe.current.get(Te);Ie&&yr&&G.current&&!te.current&&(te.current={id:Te,position:{...yr}}),z.current.set(Te,{w:de,h:ce}),Se=!0}Se&&((Fe=Ee.current)==null||Fe.call(Ee),ie())})),L){U.current.set(T,L),ae.current.set(L,T),(D=Q.current)==null||D.observe(L);const oe=L.offsetWidth,Se=L.offsetHeight;(oe||Se)&&z.current.set(T,{w:oe,h:Se})}else{const oe=U.current.get(T);oe&&((H=Q.current)==null||H.unobserve(oe),ae.current.delete(oe)),U.current.delete(T),z.current.delete(T),W.current.has(T)&&N(T,[])}ie()},[ie,N]);_.useEffect(()=>()=>{var T;return(T=Q.current)==null?void 0:T.disconnect()},[]);const or=_.useMemo(()=>{const T=new Map;for(const L of t)L.label&&T.set(L.id,L.label);return T},[t]),Ue=_.useMemo(()=>Py(R.nodes,ne,z.current,T=>y(T).padding,T=>{const L=or.get(T);if(!L)return;const D=y(T);return{w:un(L,`bold ${D.fontSize}px ${Lr}`)+2*Iy,h:0}}),[R.nodes,ne,y,or]),ir=_.useRef(Ue);ir.current=Ue;const er=_.useCallback(T=>{const L=ir.current.get(T);if(L)return Y0(L);const D=fe.current.get(T);if(!D)return;const H=z.current.get(T)||En;return{x:D.x,y:D.y,w:H.w,h:H.h}},[]),Z=_.useMemo(()=>{const T=new Map;for(const L of t){const D=er(L.id);D&&T.set(L.id,D)}return aw($,T,Y,r,n)},[$,t,ne,Ue,Y,r,n,er]);W.current=Z;const B=(T,L)=>{var oe;if(!k||L===void 0)return;const D=(oe=Z.get(T))==null?void 0:oe.find(Se=>Se.property===L),H=er(T);return D&&!D.anchor&&H?H.y-H.h/2+D.top+D.height/2:void 0},re=(T,L)=>{var oe,Se;if(L===void 0)return;const D=(Se=(oe=Z.get(T))==null?void 0:oe.find(Fe=>Fe.property===L))==null?void 0:Se.anchor,H=er(T);return D&&H?{x:H.x-H.w/2+D.x,y:H.y-H.h/2+D.y,side:D.side}:void 0},_e=(T,L)=>{const D=er(T),H=Y.get(T);return D&&H&&!Ue.has(T)&&B(T,L)===void 0?en(D,H):D},Ae=()=>{const T=[];fe.current.forEach((L,D)=>{if(ir.current.has(D))return;const H=z.current.get(D)||En;T.push(bt({x:L.x,y:L.y,w:H.w,h:H.h}))}),ir.current.forEach(L=>T.push(L));try{for(const L of[A.current,j.current]){const D=L==null?void 0:L.getBBox();D&&D.width>0&&D.height>0&&T.push({x1:D.x,y1:D.y,x2:D.x+D.width,y2:D.y+D.height})}}catch{}return bo(T)},Re=()=>{var D,H;const{pan:T,zoom:L}=O;q.current&&(q.current.style.transform=`translate3d(${T.x}px, ${T.y}px, 0) scale(${L})`),(D=A.current)==null||D.setAttribute("transform",`translate(${T.x} ${T.y}) scale(${L})`),(H=j.current)==null||H.setAttribute("transform",`translate(${T.x} ${T.y}) scale(${L})`)};_.useEffect(()=>{Re();let T=null,L;const D=O.onChange(()=>{Re();const H=P.current;H&&(H.classList.add("flow-sdk-busy"),clearTimeout(L),L=setTimeout(()=>H.classList.remove("flow-sdk-busy"),150)),T===null&&(T=requestAnimationFrame(()=>{var oe,Se;T=null,(Se=(oe=E.current).onViewportChange)==null||Se.call(oe,O.state)}))});return()=>{D(),clearTimeout(L),T!==null&&cancelAnimationFrame(T)}},[]),_.useLayoutEffect(()=>{const T=P.current;if(!T)return;const L=()=>{let H=T.clientWidth,oe=T.clientHeight;oe||(oe=Math.max(0,window.innerHeight-T.getBoundingClientRect().top-100),oe&&(T.style.height=`${oe}px`)),H||(H=window.innerWidth,H&&(T.style.width=`${H}px`)),O.size={w:H,h:oe},!G.current&&!fe.current.size&&E.current.fitOnInit!==!1&&(O.set({x:H/2,y:oe/2}),Re())};if(L(),typeof ResizeObserver>"u")return;const D=new ResizeObserver(L);return D.observe(T),()=>D.disconnect()},[O]),_.useLayoutEffect(()=>{if(Xe.current){Xe.current=!1;const L=cr.current.flatMap(H=>{const oe=er(H);return oe?[bt(oe)]:[]});cr.current=[];const D=bo(L);if(D){he.current=!1,O.center(D,E.current.animateViewport);return}}if(!he.current)return;he.current=!1;const T=Ae();T&&(O.fit(T,50,G.current&&E.current.animateViewport),G.current||Re())},[ne]);const He=_.useMemo(()=>{const T=X=>Yl(X,E.current.nodes,E.current.edges),L=(X,de=50,ce=E.current.animateViewport,Ie=1,yr=!1)=>{let Vr=null;const mn=gt=>{const ho=M.current,bv=X??new Set(ho.nodes.map(pr=>pr.id)),vv=new Set(ho.nodes.map(pr=>pr.parent).filter(Boolean));if(!gt&&(!X||[...X].some(pr=>vv.has(pr))))return;const po=gt&&Py(ho.nodes,gt,z.current,pr=>E.current.containerStyle(pr).padding,pr=>{var xn;const Nt=(xn=E.current.nodes.find(wn=>wn.id===pr))==null?void 0:xn.label;if(!Nt)return;const vn=E.current.containerStyle(pr);return{w:un(Nt,`bold ${vn.fontSize}px ${Lr}`)+2*Iy,h:0}}),bn=bo([...bv].flatMap(pr=>{const Nt=po==null?void 0:po.get(pr);if(Nt)return[Nt];const vn=gt==null?void 0:gt.get(pr),xn=z.current.get(pr)||En,wn=vn?{...vn,...xn}:er(pr);return wn?[bt(wn)]:[]}));!bn||JSON.stringify(bn)===JSON.stringify(Vr)||(Vr=bn,he.current=!1,cr.current=[],Xe.current=!1,O.fit(bn,Number.isFinite(de)?Math.max(0,de):50,ce,Ie))};Ee.current=yr?mn:null,yr||mn(fe.current)},D=(X,de,ce,Ie)=>{var Vr;if(!er(X))return;const yr=de==="connections"?oe(X):T(X);if(de==="connections"&&ye.current===1.25&&((Vr=Pe.current)==null?void 0:Vr.size)===yr.size&&[...yr].every(mn=>Pe.current.has(mn))){C({id:X,mode:de});return}Me.current||(Me.current={pan:{...O.pan},zoom:O.zoom}),Pe.current=yr,E.current.compactPropertyLayout&&(he.current=!1,be.current=()=>L(Pe.current??yr,ce,Ie)),C({id:X,mode:de}),E.current.compactPropertyLayout||L(yr,ce,Ie)},H=X=>{be.current?be.current=X:X()},oe=X=>nd(X,E.current.nodes,E.current.edges),Se=(X=>{if(X===void 0)return O.zoom;Ee.current=null,O.set(void 0,X)}),Fe=(X=>{if(X===void 0)return O.pan;Ee.current=null,O.set(X)}),ze=(X,de)=>{var Ie;const ce=(Ie=P.current)==null?void 0:Ie.getBoundingClientRect();return{x:X-((ce==null?void 0:ce.left)??0),y:de-((ce==null?void 0:ce.top)??0)}},Te=(X=0,de=E.current.animateViewport,ce=!1)=>{if(ce){L(void 0,X,de,1,!0);return}Ee.current=null,H(()=>{const Ie=Ae();Ie&&O.fit(Ie,X,de)})};return{zoom:Se,pan:Fe,setEdgesVisible:sr,focusNode:(X,de,ce,Ie)=>H(()=>L(new Set([X]),de,ce,.6,Ie)),focusBranch:(X,de,ce)=>H(()=>L(T(X),de,ce)),focusConnections:(X,de,ce,Ie)=>H(()=>L(oe(X),de,ce,1,Ie)),isolateConnections:(X,de,ce)=>D(X,"connections",de,ce),isolateBranch:(X,de,ce)=>D(X,"branch",de,ce),restoreView:(X=E.current.animateViewport,de)=>{Ee.current=null;const ce=E.current.compactPropertyLayout&&!!Pe.current;Pe.current=null,C(null);const Ie=de??Me.current;Me.current=null,ce?be.current=()=>{Ie&&O.transition(Ie,X)}:Ie&&H(()=>O.transition(Ie,X))},zoomAt:(X,de)=>{Ee.current=null,O.zoomAt(X,de)},fit:Te,centerAndFit:Te,center:(X=E.current.animateViewport)=>{Ee.current=null;const de=Ae();de&&O.center(de,X)},clientToModel:(X,de)=>O.renderedToModel(ze(X,de)),modelToClient:X=>{var Ie;const de=(Ie=P.current)==null?void 0:Ie.getBoundingClientRect(),ce=O.modelToRendered(X);return{x:ce.x+((de==null?void 0:de.left)??0),y:ce.y+((de==null?void 0:de.top)??0)}},getNodeBox:X=>er(X),setNodePosition:(X,de,ce)=>{if(!fe.current.has(X)||de&&(!Number.isFinite(de.x)||!Number.isFinite(de.y)))return!1;if(xe(),!de)return J.current.delete(X),ie(),!0;const Ie=new Map(fe.current);return Ie.set(X,{...de}),(ce==null?void 0:ce.persist)===!1?J.current.delete(X):J.current.set(X,{...de}),fe.current=Ie,me(Ie),(ce==null?void 0:ce.persist)===!1&&ie(),!0},onViewportChange:X=>O.onChange(X)}},[]);_.useEffect(()=>{var T,L;return(L=(T=E.current).onInit)==null||L.call(T,He),()=>O.cancelAnimation()},[He]),_.useEffect(()=>{var T,L;if(le>0){const D=be.current;be.current=null,D==null||D(),(L=(T=E.current).onLayoutComplete)==null||L.call(T,He)}},[He,le]);const je=_.useRef(null),De=_.useRef(new Map),Ke=_.useRef(!1),[dr,fr]=_.useState(null),[Ne,Tr]=_.useState(null),qr=T=>{const L=P.current.getBoundingClientRect();return{x:T.clientX-L.left,y:T.clientY-L.top}},Dr=(T,L)=>{const D=E.current.nodes;for(let H=D.length-1;H>=0;H--){const oe=D[H].id;if(!vt(oe,E.current.edges,E.current.edgeMode)||Pe.current&&!Pe.current.has(oe)||oe===L||ir.current.has(oe))continue;const Se=er(oe);if(Se&&Xl(T,bt(Se)))return oe}for(const[H,oe]of ir.current)if(vt(H,E.current.edges,E.current.edgeMode)&&!(Pe.current&&!Pe.current.has(H))&&H!==L&&Xl(T,oe))return H;return null},so=(T,L)=>{if(E.current.edgeMode==="nodes"||E.current.edgeMode==="workflow")return null;const D=E.current.direction==="RL",H=Math.max(16,6/O.zoom);let oe=null;for(const Se of[...E.current.nodes].reverse()){if(!vt(Se.id,E.current.edges,E.current.edgeMode)||Pe.current&&!Pe.current.has(Se.id))continue;const Fe=er(Se.id),ze=W.current.get(Se.id);if(!Fe||!ze||ir.current.has(Se.id))continue;const Te=Fe.x+(L==="source"!==D?1:-1)*Fe.w/2;for(const X of ze){if(X.role&&X.role!==L)continue;const de=Fe.y-Fe.h/2+X.top,ce=Math.hypot(T.x-(X.anchor?Fe.x-Fe.w/2+X.anchor.x:Te),T.y-de-X.height/2);if(!X.anchor&&T.x>=Fe.x-Fe.w/2&&T.x<=Fe.x+Fe.w/2&&T.y>=de&&T.y<=de+X.height)return{nodeId:Se.id,property:X.property};ce<=H&&(!oe||ce<oe.distance)&&(oe={nodeId:Se.id,property:X.property,distance:ce})}}return oe},dv=T=>{var Fe;if(!T.currentTarget.contains(T.target)||T.button!==0||E.current.readOnly)return;je.current||(Ke.current=!1);const L=T.target;if(L.closest('input, textarea, select, [contenteditable="true"], [data-flow-content-toggle]'))return;const D=E.current,H=qr(T);if(T.pointerType==="touch"){De.current.set(T.pointerId,H);const ze=Oy(De.current);if(ze){je.current={kind:"pinch",distance:ze.distance,zoom:O.zoom,anchor:O.renderedToModel(ze.center)},Tr(null),fr(null),Ke.current=!0;for(const Te of De.current.keys())T.currentTarget.setPointerCapture(Te);return}}if(je.current)return;const oe=D.drawHandles&&L.closest(".flow-sdk-handle"),Se=D.drawHandles&&L.closest(".flow-sdk-property-port");if(D.drawMode||oe||Se){const ze=O.renderedToModel(H),Te=D.drawMode?so(ze,"source"):null,X=Se||oe,de=X?(Fe=X.closest("[data-node-id]"))==null?void 0:Fe.dataset.nodeId:(Te==null?void 0:Te.nodeId)??Dr(ze),ce=Se?Se.dataset.property:Te==null?void 0:Te.property;if(de){je.current={kind:"draw",pointerId:T.pointerId,source:de,sourceProperty:ce,reverse:(Se==null?void 0:Se.dataset.portRole)==="target",startClient:{x:T.clientX,y:T.clientY}},Ke.current=!0,Tr({source:de,sourceProperty:ce,point:ze,target:null}),T.currentTarget.setPointerCapture(T.pointerId);return}}L.closest(".flow-sdk-node, .flow-sdk-container, .flow-sdk-edge, .flow-sdk-edge-label, .flow-sdk-container-label")||(Ee.current=null,D.multiSelect?je.current={kind:"box",pointerId:T.pointerId,start:H,current:H}:D.dragMode?je.current={kind:"pan",pointerId:T.pointerId,start:H,pan0:O.pan,moved:!1}:je.current={kind:"tap",pointerId:T.pointerId,start:H,moved:!1},T.currentTarget.setPointerCapture(T.pointerId))},fv=T=>{const L=je.current;if(!L||E.current.readOnly)return;const D=qr(T);if(De.current.has(T.pointerId)&&De.current.set(T.pointerId,D),L.kind==="pinch"){const H=Oy(De.current);if(!H)return;const oe=Math.max(O.minZoom,Math.min(O.maxZoom,L.zoom*H.distance/L.distance));O.set({x:H.center.x-L.anchor.x*oe,y:H.center.y-L.anchor.y*oe},oe);return}if(L.pointerId===T.pointerId)switch(L.kind){case"pan":{const H=D.x-L.start.x,oe=D.y-L.start.y;if(!L.moved&&Math.hypot(H,oe)<=Ay)return;L.moved=!0,Ke.current=!0,O.set({x:L.pan0.x+H,y:L.pan0.y+oe});break}case"tap":{Math.hypot(D.x-L.start.x,D.y-L.start.y)>Ay&&(L.moved=!0);break}case"box":{Ke.current=!0,L.current=D,fr({x1:Math.min(L.start.x,D.x),y1:Math.min(L.start.y,D.y),x2:Math.max(L.start.x,D.x),y2:Math.max(L.start.y,D.y)});break}case"draw":{const H=O.renderedToModel(D),oe=so(H,L.reverse?"source":"target");Tr(L.reverse&&oe?{source:oe.nodeId,sourceProperty:oe.property,point:H,target:L.source,targetProperty:L.sourceProperty}:{source:L.source,sourceProperty:L.sourceProperty,point:H,target:(oe==null?void 0:oe.nodeId)??Dr(H,L.source),targetProperty:oe==null?void 0:oe.property});break}}},jl=(T,L)=>{var oe,Se,Fe,ze,Te;De.current.delete(T.pointerId);const D=je.current;if(!D)return;if(D.kind==="pinch"){const X=[...De.current][0];je.current=X&&E.current.dragMode&&!L?{kind:"pan",pointerId:X[0],start:X[1],pan0:O.pan,moved:!0}:null;return}if(D.pointerId!==T.pointerId)return;je.current=null;try{T.currentTarget.releasePointerCapture(T.pointerId)}catch{}const H=E.current;switch(L=L||!!H.readOnly,D.kind){case"pan":case"tap":!L&&!D.moved&&((oe=H.onBackgroundTap)==null||oe.call(H));break;case"box":{if(fr(null),L)break;const X=O.renderedToModel(D.start),de=O.renderedToModel(D.current),ce={x1:Math.min(X.x,de.x),y1:Math.min(X.y,de.y),x2:Math.max(X.x,de.x),y2:Math.max(X.y,de.y)};if(ce.x2-ce.x1<1&&ce.y2-ce.y1<1){(Se=H.onBackgroundTap)==null||Se.call(H);break}const Ie=[];for(const yr of H.nodes){const Vr=er(yr.id);Vr&&X0(bt(Vr),ce)&&Ie.push(yr.id)}Ie.length&&((Fe=H.onBoxSelect)==null||Fe.call(H,Ie));break}case"draw":{if(Tr(null),L)break;const X=qr(T),de=O.renderedToModel(X),ce=so(de,D.reverse?"source":"target"),Ie=(ce==null?void 0:ce.nodeId)??Dr(de);if(Ie===D.source&&(D.sourceProperty===void 0||(ce==null?void 0:ce.property)===void 0||ce.property===D.sourceProperty))break;Ie?(ze=H.onEdgeDraw)==null||ze.call(H,D.reverse?Ie:D.source,D.reverse?D.source:Ie,D.sourceProperty!==void 0||(ce==null?void 0:ce.property)!==void 0?{sourceProperty:D.reverse?ce==null?void 0:ce.property:D.sourceProperty,targetProperty:D.reverse?D.sourceProperty:ce==null?void 0:ce.property}:void 0):Math.max(Math.abs(T.clientX-D.startClient.x),Math.abs(T.clientY-D.startClient.y))>VS&&((Te=H.onDrawIntoSpace)==null||Te.call(H,D.source,de,D.sourceProperty,D.reverse));break}}},rt=_.useCallback(()=>{var D;const T=je.current,L=[...De.current.keys()];T&&T.kind!=="pinch"&&L.push(T.pointerId),je.current=null,De.current.clear(),Tr(null),fr(null);for(const H of L)(D=P.current)!=null&&D.hasPointerCapture(H)&&P.current.releasePointerCapture(H)},[]);_.useEffect(()=>{const T=L=>{L.key==="Escape"&&rt()};return window.addEventListener("keydown",T),window.addEventListener("blur",rt),()=>{window.removeEventListener("keydown",T),window.removeEventListener("blur",rt),je.current=null,De.current.clear()}},[rt]),_.useEffect(()=>{rt()},[g,b,w,o,n,e.drawHandles,e.readOnly,rt]);const hv=_.useMemo(()=>{const T=new Map,L=new Map;for(const D of I){if(D.source!==D.target)continue;const H=T.get(D.source)??0;T.set(D.source,H+1),L.set(D.id,H)}return L},[I]),co=DS[n],[uo,pv]=_.useState(null),lo=BS(t,I,!!((Pl=e.edgeReveal)!=null&&Pl.revealNodes));_.useLayoutEffect(()=>{P.current&&uo&&bw(P.current)});const fo=Z0(I,_e,co),gv=e.onEdgeSelect,yv=e.onContainerSelect,kl=Ne?Ne.target&&_e(Ne.target,Ne.targetProperty)||{x:Ne.point.x,y:Ne.point.y,w:1,h:1}:null,Rl=Ne?_e(Ne.source,Ne.sourceProperty):null,mv=["flow-sdk-canvas",g?"flow-sdk-draw":"",v?"flow-sdk-perf":""].filter(Boolean).join(" ");return f.jsxs("div",{ref:P,className:mv,"data-edge-mode":o,onPointerDownCapture:dv,onPointerMove:fv,onPointerUp:T=>jl(T,!1),onPointerCancel:T=>jl(T,!0),onLostPointerCapture:T=>{const L=je.current;L&&(L.kind==="pinch"||L.pointerId===T.pointerId)&&rt()},onClickCapture:T=>{if(!T.currentTarget.contains(T.target))return;const L=T.target instanceof Element&&T.target.closest("button[data-flow-fullscreen]");(Ke.current||e.readOnly&&!L)&&(T.preventDefault(),T.stopPropagation())},children:[f.jsx("svg",{className:"flow-sdk-svg",children:f.jsxs("g",{ref:A,children:[f.jsx("g",{className:"flow-sdk-containers",children:[...Ue].filter(([T])=>vt(T,r,o)).filter(([T])=>!S||S.has(T)).map(([T,L])=>{var D,H;return f.jsx(uw,{id:T,rect:L,label:or.get(T),labelLayer:uo,labelContent:(D=t.find(oe=>oe.id===T&&oe.label!==void 0))==null?void 0:D.element,style:y(T),onSelect:yv,onCollapse:e.readOnly?void 0:e.onContainerCollapse,selected:(H=e.selectedNodeIds)==null?void 0:H.includes(T)},T)})}),f.jsx("g",{className:"flow-sdk-edges",children:tr&&I.map(T=>{var H,oe,Se;if(!lo.ready.has(T.id)||S&&(!S.has(T.source)||!S.has(T.target)))return null;const L=_e(T.source,T.sourceProperty),D=_e(T.target,T.targetProperty);return!L||!D?null:f.jsx(id,{id:T.id,edgeData:T.data,validationIssue:T.validationIssue,edgeType:T.type,edgeRadius:e.edgeRadius,propertyMode:k,customEdgeTypes:e.customEdgeTypes,reveal:e.edgeReveal,onRevealComplete:lo.complete,source:L,target:D,sourceProperty:T.sourceProperty,targetProperty:T.targetProperty,sourceY:B(T.source,T.sourceProperty),targetY:B(T.target,T.targetProperty),sourcePort:re(T.source,T.sourceProperty),targetPort:re(T.target,T.targetProperty),dir:co,turn:((H=fo.get(T.id))==null?void 0:H.turn)??T.turn,labelAtTarget:(oe=fo.get(T.id))==null?void 0:oe.labelAtTarget,labelFraction:(Se=fo.get(T.id))==null?void 0:Se.labelFraction,color:T.color,connectorColor:T.connectorColor,labelBg:T.labelBg,label:T.label,labelLayer:uo,dashed:T.dashed,animated:T.animated&&!v,inverted:T.inverted,loopIndex:hv.get(T.id)??0,onSelect:gv},T.id)})}),tr&&Ne&&Du(Ne,o)&&Rl&&kl&&f.jsx("g",{className:"flow-sdk-ghost",pointerEvents:"none",children:f.jsx(id,{id:"__flow-sdk-ghost",edgeData:{id:"__flow-sdk-ghost",source:Ne.source,target:Ne.target??"",sourceProperty:Ne.sourceProperty,targetProperty:Ne.targetProperty},edgeType:e.edgeType,edgeRadius:e.edgeRadius,propertyMode:k,customEdgeTypes:e.customEdgeTypes,source:Rl,target:kl,sourceProperty:Ne.sourceProperty,targetProperty:Ne.targetProperty,sourceY:B(Ne.source,Ne.sourceProperty),sourcePort:re(Ne.source,Ne.sourceProperty),targetPort:Ne.target?re(Ne.target,Ne.targetProperty):void 0,targetY:Ne.target?B(Ne.target,Ne.targetProperty):void 0,dir:co,turn:.5,color:m,labelBg:m})})]})}),f.jsx("div",{ref:q,className:"flow-sdk-nodes",children:t.map(T=>{var Se,Fe;const L=ne.get(T.id),D=Ue.get(T.id);if(D&&T.label!==void 0)return null;const H=(L==null?void 0:L.x)??(D?(D.x1+D.x2)/2:0),oe=(L==null?void 0:L.y)??(D?(D.y1+D.y2)/2:0);return f.jsx(FS,{id:T.id,x:H,y:oe,placed:!!L||!!D,hidden:!lo.shown.has(T.id)||!vt(T.id,r,o)||!!S&&!S.has(T.id),onMount:We,drawHandles:e.drawHandles&&!e.readOnly,drawMode:g,connectedPorts:new Set(I.flatMap(ze=>[...ze.source===T.id&&ze.sourceProperty!==void 0?[`source:${ze.sourceProperty}`]:[],...ze.target===T.id&&ze.targetProperty!==void 0?[`target:${ze.targetProperty}`]:[]])),hasCollapseControl:T.hasCollapseControl,handleColor:m,animated:T.animated&&!D&&!v,animationColor:T.animationColor,animationWidth:T.animationWidth,animationVariant:T.animationVariant,width:(Se=z.current.get(T.id))==null?void 0:Se.w,height:(Fe=z.current.get(T.id))==null?void 0:Fe.h,propertyMode:k,resolvedRows:Z.get(T.id),reversePorts:n==="RL",direction:n,onPropertyRows:N,onSurface:se,children:T.element},T.id)})}),dr&&f.jsx("div",{className:"flow-sdk-box",style:{left:dr.x1,top:dr.y1,width:dr.x2-dr.x1,height:dr.y2-dr.y1}}),f.jsx("svg",{className:"flow-sdk-svg flow-sdk-label-overlay",style:{zIndex:11,pointerEvents:"none"},children:f.jsx("g",{ref:j,transform:`translate(${O.pan.x} ${O.pan.y}) scale(${O.zoom})`,children:f.jsx("g",{ref:pv,className:"flow-sdk-labels",style:{pointerEvents:g?"none":"visiblePainted",outline:"none"}})})})]})}const HS=_.memo(US);function _l(e=!0){const t=_.useRef(null);return _.useEffect(()=>{if(!e||!t.current)return;const r=o=>{o.stopPropagation()},n=t.current,i=["mousedown","mouseup","click","dblclick","pointerdown","pointerup","wheel"];return i.forEach(o=>n.addEventListener(o,r)),()=>{i.forEach(o=>n.removeEventListener(o,r))}},[e]),t}const Rt=({nodeId:e,label:t,color:r,fontWeight:n="bold",fontSize:i="5xl",wrap:o=!1,isEditing:s,onEditStart:a,onEditEnd:c})=>{const{callbacks:u,config:l,readOnly:d}=Le(),h=l.editable&&!d,[p,y]=_.useState(t),[m,g]=_.useState(),b=_.useRef(null),w=_.useRef(!1),v=_l(s);_.useEffect(()=>{if(s&&(w.current=!1,b.current)){b.current.focus();const C=b.current.value.length;b.current.setSelectionRange(C,C)}},[s]);const x=()=>{var S;if(w.current)return;w.current=!0;const C=p.trim();C&&C!==t&&((S=u.onNodeLabelChange)==null||S.call(u,e,C)),c()};return!h||!s?f.jsx(F.Text,{color:r,fontWeight:n,fontSize:i,minW:0,maxW:"100%",whiteSpace:o?"normal":"nowrap",overflowWrap:o?"anywhere":void 0,overflow:"hidden",textOverflow:"ellipsis",title:t,onDoubleClick:h?C=>{C.stopPropagation(),g({width:C.currentTarget.offsetWidth,height:C.currentTarget.offsetHeight}),y(t),a()}:void 0,cursor:h?"text":void 0,children:t}):f.jsxs("div",{ref:v,style:{position:"relative",width:"max-content",minWidth:m==null?void 0:m.width,maxWidth:900,height:m==null?void 0:m.height},children:[f.jsx(F.Text,{as:"span","aria-hidden":"true",display:"block",visibility:"hidden",fontWeight:n,fontSize:i,lineHeight:"normal",whiteSpace:"pre",overflow:"hidden",children:p||" "}),f.jsx(F.Input,{ref:b,value:p,onChange:C=>y(C.target.value),onBlur:x,onKeyDown:C=>{C.key==="Enter"&&x(),C.key==="Escape"&&(w.current=!0,c())},color:r,fontWeight:n,fontSize:i,bg:"transparent",borderWidth:0,_focus:{outline:"none",boxShadow:"none"},_focusVisible:{outline:"none",boxShadow:"none"},p:0,display:"block",position:"absolute",top:0,left:0,w:"100%",h:"100%",minW:0,minH:0,lineHeight:"normal"})]})};function tv({id:e,label:t,role:r,side:n,position:i=.5,placement:o,children:s,style:a}){return f.jsx("div",{"data-flow-property":e,"data-flow-port-role":r,"data-flow-port-side":n,"data-flow-port-position":n?i:void 0,"data-flow-port-placement":o,style:{minHeight:32,display:"flex",alignItems:"center",justifyContent:r==="source"?"flex-end":"flex-start",...a,...n?{display:"none"}:{}},children:s??t??e})}const KS=Mn.default.dialog`
211
211
  ${e=>Kr(e.$surface,e.$border)}
212
212
  &,