@tscircuit/runframe 0.0.2283 → 0.0.2284

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.
@@ -2181,7 +2181,7 @@ var usePostHogActivity = (properties) => {
2181
2181
  };
2182
2182
 
2183
2183
  // package.json
2184
- var version = "0.0.2282";
2184
+ var version = "0.0.2283";
2185
2185
  var package_default = {
2186
2186
  name: "@tscircuit/runframe",
2187
2187
  main: "dist/preview.js",
@@ -2298,7 +2298,7 @@ var package_default = {
2298
2298
  yargs: "^17.7.2"
2299
2299
  },
2300
2300
  dependencies: {
2301
- "@tscircuit/eval": "^0.0.1068",
2301
+ "@tscircuit/eval": "^0.0.1069",
2302
2302
  "@tscircuit/solver-utils": "^0.0.7"
2303
2303
  }
2304
2304
  };
package/dist/preview.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  SchematicViewer,
8
8
  useOrderDialog,
9
9
  useOrderDialogCli
10
- } from "./chunk-S77GBWXN.js";
10
+ } from "./chunk-62K45NY6.js";
11
11
  export {
12
12
  BomTable,
13
13
  CadViewer,
package/dist/runner.js CHANGED
@@ -39,7 +39,7 @@ import {
39
39
  useRunFrameStore,
40
40
  useRunnerStore,
41
41
  useStyles
42
- } from "./chunk-S77GBWXN.js";
42
+ } from "./chunk-62K45NY6.js";
43
43
 
44
44
  // lib/components/RunFrame/RunFrame.tsx
45
45
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";
@@ -5786,7 +5786,7 @@ test("${c} should solve problem correctly", () => {
5786
5786
  // Add more specific assertions based on expected output
5787
5787
  // expect(solver.netLabelPlacementSolver!.netLabelPlacements).toMatchInlineSnapshot()
5788
5788
  })
5789
- `,g=new Blob([l],{type:"text/plain"}),u=URL.createObjectURL(g),h=document.createElement("a");h.href=u,h.download=`${c}.test.ts`,h.click(),URL.revokeObjectURL(u)}catch(a){alert(`Error generating test.ts for ${t.constructor.name}: ${a instanceof Error?a.message:String(a)}`)}o(!1)};return q.jsxs("div",{className:`relative ${e}`,ref:i,children:[q.jsx("button",{className:"px-2 py-1 rounded text-xs cursor-pointer",onClick:()=>o(!n),title:`Download options for ${t.constructor.name}`,children:t.constructor.name}),n&&q.jsxs("div",{className:"absolute top-full left-0 mt-1 bg-white border border-gray-300 rounded shadow-lg z-10 min-w-[150px]",children:[q.jsx("button",{className:"w-full text-left px-3 py-2 hover:bg-gray-100 text-xs",onClick:r,children:"Download JSON"}),q.jsx("button",{className:"w-full text-left px-3 py-2 hover:bg-gray-100 text-xs",onClick:A,children:"Download page.tsx"}),q.jsx("button",{className:"w-full text-left px-3 py-2 hover:bg-gray-100 text-xs",onClick:s,children:"Download test.ts"})]})]})},K7t=t=>t.activeSubSolver?[t,...K7t(t.activeSubSolver)]:[t],gko=({solver:t})=>{const e=K7t(t);return q.jsx("div",{className:"flex gap-1 items-center text-sm pt-1",children:e.map((n,o)=>q.jsxs("div",{className:"flex items-center",children:[o>0&&q.jsx("span",{className:"text-gray-400 mx-1",children:"→"}),q.jsx(lko,{solver:n})]},n.constructor.name))})},uko=({solver:t,triggerRender:e,animationSpeed:n=25,onSolverStarted:o,onSolverCompleted:i})=>{const[r,A]=Z.useReducer(_=>!_,!1),s=Z.useRef(void 0),a=()=>{!t.solved&&!t.failed&&(t.step(),e())},c=()=>{!t.solved&&!t.failed&&(o&&o(t),t.solve(),e(),i&&i(t))},l=()=>{r?(s.current&&(clearInterval(s.current),s.current=void 0),A()):(A(),s.current=setInterval(()=>{if(t.solved||t.failed){s.current&&(clearInterval(s.current),s.current=void 0),A(),e(),i&&t.solved&&i(t);return}t.step(),e()},n))},g=()=>{const _=t;if(_.getCurrentPhase&&!t.solved&&!t.failed){const p=_.getCurrentPhase();for(;_.getCurrentPhase()===p&&!t.solved&&!t.failed;)t.step();e()}},u=()=>{if(t.solved||t.failed||r)return;const _=window.prompt("Step until which iteration?",`${t.iterations}`);if(_===null)return;const p=Number(_);if(!Number.isFinite(p)){window.alert("Please enter a valid number for the iteration");return}for(;t.iterations<p&&!t.solved&&!t.failed;)t.step();e(),t.solved&&i&&i(t)};Z.useEffect(()=>()=>{s.current&&clearInterval(s.current)},[]),Z.useEffect(()=>{(t.solved||t.failed)&&r&&(s.current&&(clearInterval(s.current),s.current=void 0),A())},[t.solved,t.failed,r]);const h=t.getCurrentPhase!==void 0,d=h?t.getCurrentPhase():null;return q.jsxs("div",{className:"space-y-2 p-2 border-b",children:[q.jsx("div",{className:"flex items-center",children:q.jsx(gko,{solver:t})}),q.jsxs("div",{className:"flex gap-2 items-center flex-wrap",children:[q.jsx("button",{onClick:a,disabled:t.solved||t.failed||r,className:"bg-blue-500 hover:bg-blue-600 disabled:bg-gray-300 text-white px-3 py-1 rounded text-sm",children:"Step"}),q.jsx("button",{onClick:c,disabled:t.solved||t.failed||r,className:"bg-green-500 hover:bg-green-600 disabled:bg-gray-300 text-white px-3 py-1 rounded text-sm",children:"Solve"}),q.jsx("button",{onClick:l,disabled:t.solved||t.failed,className:`px-3 py-1 rounded text-white text-sm ${r?"bg-red-500 hover:bg-red-600":"bg-yellow-500 hover:bg-yellow-600"} disabled:bg-gray-300`,children:r?"Stop":"Animate"}),q.jsx("button",{onClick:u,disabled:t.solved||t.failed||r,className:"bg-orange-500 hover:bg-orange-600 disabled:bg-gray-300 text-white px-3 py-1 rounded text-sm",children:"Step Until Iteration"}),h&&q.jsx("button",{onClick:g,disabled:t.solved||t.failed||r,className:"bg-purple-500 hover:bg-purple-600 disabled:bg-gray-300 text-white px-3 py-1 rounded text-sm",children:"Next Stage"}),q.jsxs("div",{className:"text-sm text-gray-600",children:["Iterations: ",t.iterations]}),t.timeToSolve!==void 0&&q.jsxs("div",{className:"text-sm text-gray-600",children:["Time: ",(t.timeToSolve/1e3).toFixed(3),"s"]}),d&&q.jsxs("div",{className:"text-sm text-gray-600",children:["Phase: ",q.jsx("span",{className:"font-medium",children:d})]}),t.solved&&q.jsx("div",{className:"px-2 py-1 bg-green-100 text-green-800 rounded text-sm",children:"Solved"}),t.failed&&q.jsx("div",{className:"px-2 py-1 bg-red-100 text-red-800 rounded text-sm",children:"Failed"})]}),t.error&&q.jsxs("div",{className:"text-red-600 text-sm",children:["Error: ",t.error]})]})},dko=(t,e,n)=>{const o=t.currentPipelineStepIndex;return e<o?"Completed":e===o&&t.activeSubSolver?t.activeSubSolver.failed?"Failed":"In Progress":"Not Started"},hko=(t,e)=>{const o=t.pipelineDef[e].solverName,i=dko(t,e),r=t[o],A=t.firstIterationOfPhase?.[o]??null,s=t.iterations;let a=0;if(i==="Completed"){const u=t.pipelineDef[e+1],h=u?t.firstIterationOfPhase?.[u.solverName]:void 0;h!==void 0&&A!==null?a=h-A:A!==null&&(a=s-A)}else i==="In Progress"&&A!==null&&(a=s-A);const c=t.timeSpentOnPhase?.[o]??0;let l=0;i==="Completed"?l=1:i==="In Progress"&&r&&(l=r.progress??0);const g=r?.stats??null;return{index:e,name:o,status:i,firstIteration:A,iterations:a,progress:l,timeSpent:c,stats:g&&Object.keys(g).length>0?g:null,solverInstance:r??null}},_ko=({status:t})=>{const e={"Not Started":"text-blue-600","In Progress":"text-yellow-600",Completed:"text-green-600",Failed:"text-red-600"};return q.jsx("span",{className:`font-medium ${e[t]}`,children:t})},mko=({progress:t})=>{if(t===0)return null;const e=Math.round(t*100);return q.jsxs("div",{className:"flex items-center gap-2",children:[q.jsx("div",{className:"w-20 h-2 bg-gray-200 rounded overflow-hidden",children:q.jsx("div",{className:"h-full bg-blue-500 transition-all duration-200",style:{width:`${e}%`}})}),q.jsxs("span",{className:"text-xs text-gray-500",children:[e,"%"]})]})},pko=t=>Object.entries(t).map(([e,n])=>`${e}: ${n}`).join(", "),Iko=({stats:t})=>{if(!t||Object.keys(t).length===0)return q.jsx("span",{children:"-"});const e=Object.entries(t),n=pko(t);return q.jsxs("details",{className:"cursor-pointer",children:[q.jsx("summary",{className:"whitespace-nowrap overflow-hidden text-ellipsis max-w-[200px]",children:n}),q.jsx("div",{className:"mt-1 text-xs",children:e.map(([o,i])=>q.jsxs("div",{children:[o,": ",String(i)]},o))})]})},u3e=t=>{if(t===null||typeof t!="object")return t;if(Array.isArray(t))return t.map(u3e);const e={};for(const[n,o]of Object.entries(t))n.startsWith("_")||(e[n]=u3e(o));return e},Cko=(t,e)=>{try{if(typeof t.getConstructorParams!="function"){alert(`getConstructorParams() is not implemented for ${e}`);return}const n=u3e(t.getConstructorParams()),o=new Blob([JSON.stringify(n,null,2)],{type:"application/json"}),i=URL.createObjectURL(o),r=document.createElement("a");r.href=i,r.download=`${e}_input.json`,r.click(),URL.revokeObjectURL(i)}catch(n){alert(`Error downloading input for ${e}: ${n instanceof Error?n.message:String(n)}`)}},fko=({solver:t,onStepUntilPhase:e,onDownloadInput:n})=>{const o=t.pipelineDef.map((s,a)=>hko(t,a)),i=s=>{e?.(s)},r=s=>{s.solverInstance&&(n?n(s.solverInstance,s.name):Cko(s.solverInstance,s.name))},A=s=>`${(s/1e3).toFixed(2)}s`;return q.jsxs("div",{className:"border-t border-gray-200",children:[q.jsx("div",{className:"px-4 py-2 bg-gray-50 border-b border-gray-200",children:q.jsx("h3",{className:"text-sm font-semibold text-gray-700",children:"Pipeline Steps"})}),q.jsx("div",{className:"overflow-x-auto",children:q.jsxs("table",{className:"w-full text-sm",children:[q.jsx("thead",{children:q.jsxs("tr",{className:"bg-gray-50 border-b border-gray-200",children:[q.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Step"}),q.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Status"}),q.jsxs("th",{className:"px-4 py-2 text-center font-semibold text-gray-700",children:["i",q.jsx("sub",{children:"0"})]}),q.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Iterations"}),q.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Progress"}),q.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Time"}),q.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Stats"}),q.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Input"})]})}),q.jsx("tbody",{children:o.map(s=>q.jsxs("tr",{className:`border-b border-gray-100 ${s.status==="In Progress"?"bg-yellow-50":""}`,children:[q.jsx("td",{className:"px-4 py-2",children:q.jsxs("div",{className:"flex items-center gap-2",children:[q.jsx("span",{className:"text-gray-400 w-6",children:String(s.index+1).padStart(2,"0")}),q.jsx("button",{onClick:()=>i(s.name),disabled:s.status==="Completed"||t.solved||t.failed,className:"text-blue-500 hover:text-blue-700 disabled:text-gray-300 disabled:cursor-not-allowed",title:`Step until ${s.name} completes`,children:q.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"w-4 h-4",children:q.jsx("path",{fillRule:"evenodd",d:"M4.5 5.653c0-1.426 1.529-2.33 2.779-1.643l11.54 6.348c1.295.712 1.295 2.573 0 3.285L7.28 19.991c-1.25.687-2.779-.217-2.779-1.643V5.653z",clipRule:"evenodd"})})}),q.jsx("span",{className:"font-medium text-gray-900",children:s.name})]})}),q.jsx("td",{className:"px-4 py-2",children:q.jsx(_ko,{status:s.status})}),q.jsx("td",{className:"px-4 py-2 text-center text-gray-600",children:s.firstIteration!==null?s.firstIteration:""}),q.jsx("td",{className:"px-4 py-2 text-gray-600",children:s.iterations}),q.jsx("td",{className:"px-4 py-2",children:q.jsx(mko,{progress:s.progress})}),q.jsx("td",{className:"px-4 py-2 text-gray-600",children:A(s.timeSpent)}),q.jsx("td",{className:"px-4 py-2 text-gray-500",children:q.jsx(Iko,{stats:s.stats})}),q.jsx("td",{className:"px-4 py-2",children:s.solverInstance?q.jsxs("button",{onClick:()=>r(s),className:"flex items-center gap-1 text-blue-500 hover:text-blue-700",title:`Download input for ${s.name}`,children:[q.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"w-4 h-4",children:q.jsx("path",{fillRule:"evenodd",d:"M12 2.25a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V3a.75.75 0 01.75-.75zm-9 13.5a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z",clipRule:"evenodd"})}),q.jsx("span",{children:"Input"})]}):null})]},s.name))})]})})]})},yko=class extends jr.Component{constructor(t){super(t),this.state={hasError:!1}}static getDerivedStateFromError(){return{hasError:!0}}componentDidCatch(t){console.error("InteractiveGraphics render error:",t)}render(){return this.state.hasError?this.props.fallback:this.props.children}};function Eko({graphics:t}){const e=t.points??[],n=t.lines??[],o=t.rects??[],i=t.circles??[],r=t.texts??[];let A=Number.POSITIVE_INFINITY,s=Number.POSITIVE_INFINITY,a=Number.NEGATIVE_INFINITY,c=Number.NEGATIVE_INFINITY;const l=(p,m)=>{typeof p=="number"&&(p<A&&(A=p),p>a&&(a=p)),typeof m=="number"&&(m<s&&(s=m),m>c&&(c=m))};for(const p of e)l(p.x,p.y);for(const p of n){const m=p.points??[];for(const C of m)l(C.x,C.y)}for(const p of o){const m=p.x??0,C=p.y??0,I=p.width??0,f=p.height??0;l(m,C),l(m+I,C+f)}for(const p of i){const m=p.x??0,C=p.y??0,I=p.radius??1;l(m-I,C-I),l(m+I,C+I)}for(const p of r)l(p.x,p.y);(!isFinite(A)||!isFinite(s)||!isFinite(a)||!isFinite(c))&&(A=-20,s=-20,a=20,c=20);const g=10,u=A-g,h=s-g,d=Math.max(1,a-A+2*g),_=Math.max(1,c-s+2*g);return q.jsxs("svg",{className:"w-full h-[400px] bg-white",viewBox:`${u} ${h} ${d} ${_}`,role:"img","aria-label":"Graphics fallback",children:[o.map((p,m)=>q.jsx("rect",{x:p.x??0,y:p.y??0,width:p.width??0,height:p.height??0,fill:"none",stroke:p.strokeColor??"black",strokeWidth:p.strokeWidth??1},`rect-${m}`)),n.map((p,m)=>q.jsx("polyline",{fill:"none",stroke:p.strokeColor??"black",strokeWidth:p.strokeWidth??1,points:(p.points??[]).map(C=>`${C.x??0},${C.y??0}`).join(" ")},`line-${m}`)),i.map((p,m)=>q.jsx("circle",{cx:p.x??0,cy:p.y??0,r:p.radius??1.5,fill:p.fillColor??"none",stroke:p.strokeColor??"black",strokeWidth:p.strokeWidth??1},`circle-${m}`)),e.map((p,m)=>q.jsx("circle",{cx:p.x??0,cy:p.y??0,r:p.radius??1.5,fill:p.color??"black"},`point-${m}`)),r.map((p,m)=>q.jsx("text",{x:p.x??0,y:p.y??0,fontSize:p.fontSize??10,fill:p.color??"black",children:p.text??""},`text-${m}`))]})}var xko=({solver:t,animationSpeed:e=25,onSolverStarted:n,onSolverCompleted:o})=>{const[i,r]=Z.useReducer(l=>l+1,0),A=Z.useMemo(()=>{try{return t.visualize()||{points:[],lines:[],rects:[],circles:[]}}catch(l){return console.error("Visualization error:",l),{points:[],lines:[],rects:[],circles:[]}}},[t,i]),s=Z.useMemo(()=>(A.rects?.length||0)===0&&(A.lines?.length||0)===0&&(A.points?.length||0)===0&&(A.circles?.length||0)===0,[A]);Z.useEffect(()=>{if(!(typeof document>"u")&&!document.querySelector('script[src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"]')){const l=document.createElement("script");l.src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4",document.head.appendChild(l)}},[]);const a=t.pipelineDef!==void 0,c=l=>{const g=t;if(!t.solved&&!t.failed){for(;!t.solved&&!t.failed&&g.currentPipelineStepIndex<=g.pipelineDef.findIndex(u=>u.solverName===l);)t.step();r()}};return q.jsxs("div",{children:[q.jsx(uko,{solver:t,triggerRender:r,animationSpeed:e,onSolverStarted:n,onSolverCompleted:o}),s?q.jsx("div",{className:"p-4 text-gray-500",children:"No Graphics Yet"}):q.jsx(yko,{fallback:q.jsx(Eko,{graphics:A}),children:q.jsx(cko,{graphics:A})}),a&&q.jsx(fko,{solver:t,onStepUntilPhase:c})]})};const Bko=()=>{Z.useEffect(()=>{const t="tailwind-cdn-script";if(document.getElementById(t)||window.tailwind)return;const e=document.createElement("div");e.className="hidden",document.body.appendChild(e);const n=window.getComputedStyle(e).display==="none";if(document.body.removeChild(e),n)return;const o=document.createElement("script");o.id=t,o.src="https://cdn.tailwindcss.com",document.head.appendChild(o)},[])},Qko=1e3,pS=(t,e)=>{const{fileName:n,mimeType:o="text/plain"}=e,i=t instanceof Blob?t:new Blob([t],{type:o}),r=URL.createObjectURL(i),A=document.createElement("a");A.href=r,A.download=n,A.target="_blank",A.rel="noopener noreferrer",A.style.display="none",document.body.appendChild(A),A.click(),document.body.removeChild(A),setTimeout(()=>{URL.revokeObjectURL(r)},Qko)},U7t=t=>{let e=t.trim().replace(/[\\/:*?"<>|]/g,"_").replace(/[\x00-\x1f]/g,"").replace(/^\.+/,"").replace(/\.+$/,"").replace(/\s+/g," ").replace(/_+/g,"_");return/^(con|prn|aux|nul|com[0-9]|lpt[0-9])$/i.test(e)&&(e=`_${e}`),e=e.slice(0,200),e||"untitled"},IS="https://github.com/tscircuit/tscircuit-autorouter/issues/new",Y7t="https://github.com/tscircuit/copper-pour-solver/issues/new",z7t="https://github.com/tscircuit/calculate-packing/issues/new",V7t="https://github.com/tscircuit/schematic-trace-solver/issues/new?template=json-bug-report.yml",Sko={PackSolver2:z7t,AutoroutingPipelineSolver:IS,AssignableAutoroutingPipeline2:IS,AssignableAutoroutingPipeline3:IS,AutoroutingPipeline1_OriginalUnravel:IS,AutoroutingPipelineSolver3_HgPortPointPathing:IS,AutoroutingPipelineSolver4:IS,AutoroutingPipelineSolver5:IS,AutoroutingPipelineSolver7_MultiGraph:IS,AutoroutingPipelineSolver8:IS,CopperPourPipelineSolver:Y7t,SchematicTracePipelineSolver:V7t},bko=t=>t.toLowerCase().includes("pack")?TDo:t.toLowerCase().includes("rout")?KDo:DDo,J7t=t=>{const e=Sko[t];if(e)return e;const n=t.toLowerCase();return n.includes("autorout")?IS:n.includes("schematic")&&n.includes("trace")?V7t:n.includes("copperpour")?Y7t:n.includes("pack")?z7t:null},Dko=t=>`${U7t(`${t.componentName}-${t.solverName}`)}-solver-input.json`,q7t=t=>{pS(JSON.stringify(t.solverParams,null,2),{fileName:Dko(t),mimeType:"application/json"})},Mko=({solverEvent:t})=>{const e=J7t(t.solverName);return q.jsxs("div",{className:"rf-flex rf-items-center rf-justify-end rf-gap-2 rf-border-b rf-border-gray-200 rf-bg-gray-50 rf-px-4 rf-py-2",children:[q.jsxs(hc,{type:"button",variant:"outline",size:"sm",onClick:()=>q7t(t),children:[q.jsx(JMe,{className:"rf-w-4 rf-h-4"}),"Download"]}),e?q.jsx(hc,{asChild:!0,variant:"outline",size:"sm",children:q.jsxs("a",{href:e,target:"_blank",rel:"noopener noreferrer",children:[q.jsx(Cne,{className:"rf-w-4 rf-h-4"}),"Report"]})}):q.jsxs(hc,{type:"button",variant:"outline",size:"sm",disabled:!0,title:"No report link configured for this solver",children:[q.jsx(Cne,{className:"rf-w-4 rf-h-4"}),"Report"]})]})},wko=({solverEvent:t})=>{const e=J7t(t.solverName);return e?q.jsx(hc,{asChild:!0,variant:"ghost",size:"icon",className:"rf-h-8 rf-w-8",children:q.jsx("a",{href:e,target:"_blank",rel:"noopener noreferrer",title:"Report solver bug","aria-label":"Report solver bug",children:q.jsx(Cne,{className:"rf-w-4 rf-h-4"})})}):q.jsx(hc,{type:"button",variant:"ghost",size:"icon",className:"rf-h-8 rf-w-8",disabled:!0,title:"No report link configured for this solver","aria-label":"Report solver bug",children:q.jsx(Cne,{className:"rf-w-4 rf-h-4"})})},Pko=({solverEvents:t=[]})=>{const[e,n]=Z.useState(null);Bko();const o=Z.useMemo(()=>{const s=new Map;for(const a of t){const c=`${a.componentName}-${a.solverName}`;s.set(c,a)}return s},[t]),i=Z.useMemo(()=>Array.from(o.keys()),[o]),r=e?o.get(e):null,A=Z.useMemo(()=>{if(!r)return{instance:null,error:null,classFound:!1};const s=kye[r.solverName];if(!s)return{instance:null,error:`Solver class "${r.solverName}" not found in SOLVERS registry. Available: ${Object.keys(kye).join(", ")}`,classFound:!1};try{const a=r.solverParams,c=a?.input!==void 0?a.input:a;return{instance:new s(c),error:null,classFound:!0}}catch(a){const c=a instanceof Error?a.message:String(a);return console.error("Failed to reconstruct solver:",a),{instance:null,error:`Failed to instantiate solver: ${c}`,classFound:!0}}},[r]);return t.length===0?q.jsx("div",{className:"rf-p-4",children:q.jsx("div",{className:"rf-bg-gray-50 rf-rounded-md rf-border rf-border-gray-200",children:q.jsxs("div",{className:"rf-p-4",children:[q.jsx("h3",{className:"rf-text-lg rf-font-semibold rf-text-gray-800 rf-mb-3",children:"No Solvers Detected"}),q.jsx("p",{className:"rf-text-sm rf-text-gray-600",children:"Solvers will appear here when the circuit runs. Solvers are used for tasks like component packing and autorouting."})]})})}):q.jsxs("div",{className:"rf-flex rf-h-full rf-overflow-hidden",children:[q.jsxs("div",{className:"rf-w-64 rf-border-r rf-border-gray-200 rf-overflow-y-auto rf-flex-shrink-0",children:[q.jsxs("div",{className:"rf-text-xs rf-font-semibold rf-text-gray-500 rf-px-3 rf-py-2 rf-bg-gray-50 rf-border-b rf-border-gray-200",children:[i.length," ",i.length===1?"Solver":"Solvers"]}),i.map(s=>{const a=o.get(s),c=e===s;return q.jsx("div",{className:`rf-px-3 rf-py-2 rf-cursor-pointer rf-border-b rf-border-gray-100 ${c?"rf-bg-blue-50 rf-border-l-2 rf-border-l-blue-500":"hover:rf-bg-gray-50"}`,onClick:()=>n(s),children:(()=>{const l=bko(a.solverName);return q.jsxs("div",{className:"rf-flex rf-items-center rf-gap-2",children:[q.jsx(l,{className:"rf-w-4 rf-h-4 rf-text-blue-500 rf-flex-shrink-0"}),q.jsxs("div",{className:"rf-flex-1 rf-min-w-0",children:[q.jsx("div",{className:"rf-text-sm rf-font-medium rf-text-gray-800 rf-truncate",children:a.componentName}),q.jsx("div",{className:"rf-text-xs rf-text-gray-500 rf-truncate",children:a.solverName})]})]})})()},s)})]}),q.jsx("div",{className:"rf-flex-1 rf-overflow-hidden",children:r?A.instance?q.jsxs("div",{className:"rf-flex rf-h-full rf-flex-col rf-overflow-y-auto",children:[q.jsx(Mko,{solverEvent:r}),q.jsx("div",{className:"rf-min-h-0 rf-flex-1",children:q.jsx(rS,{fallback:q.jsx("div",{className:"rf-p-4",children:q.jsxs("div",{className:"rf-bg-red-50 rf-rounded-md rf-border rf-border-red-200 rf-p-4",children:[q.jsx("h3",{className:"rf-text-lg rf-font-semibold rf-text-red-800 rf-mb-2",children:"Error Loading Solver Debugger"}),q.jsxs("p",{className:"rf-text-sm rf-text-red-600",children:["Failed to render the solver debugger for"," ",r.solverName]})]})}),children:q.jsx(xko,{solver:A.instance})})})]}):q.jsxs("div",{className:"rf-p-4",children:[q.jsxs("div",{className:"rf-mb-4",children:[q.jsx("h3",{className:"rf-text-lg rf-font-semibold rf-text-gray-800",children:r.solverName}),q.jsxs("p",{className:"rf-text-sm rf-text-gray-500",children:["Component: ",r.componentName]})]}),A.error&&q.jsx("div",{className:`rf-rounded-md rf-border rf-p-4 rf-mb-4 ${A.classFound?"rf-bg-red-50 rf-border-red-200":"rf-bg-yellow-50 rf-border-yellow-200"}`,children:q.jsx("p",{className:`rf-text-sm ${A.classFound?"rf-text-red-700":"rf-text-yellow-700"}`,children:A.error})}),q.jsxs("div",{className:"rf-border rf-border-gray-200 rf-rounded-md rf-overflow-hidden",children:[q.jsxs("div",{className:"rf-px-3 rf-py-2 rf-bg-gray-50 rf-flex rf-items-center rf-justify-between rf-gap-2",children:[q.jsx("span",{className:"rf-text-sm rf-font-medium rf-text-gray-700",children:"Solver Parameters"}),q.jsxs("div",{className:"rf-flex rf-items-center rf-gap-1",children:[q.jsx(wko,{solverEvent:r}),q.jsx(hc,{type:"button",variant:"ghost",size:"icon",className:"rf-h-8 rf-w-8","aria-label":"Download solver input JSON",title:"Download solver input JSON",onClick:()=>q7t(r),children:q.jsx(JMe,{className:"rf-w-4 rf-h-4"})})]})]}),q.jsx("div",{className:"rf-p-3 rf-bg-white rf-border-t rf-border-gray-200",children:q.jsx("pre",{className:"rf-text-xs rf-font-mono rf-text-gray-600 rf-whitespace-pre-wrap rf-overflow-x-auto",children:JSON.stringify(r.solverParams,null,2)})})]})]}):q.jsx("div",{className:"rf-flex rf-items-center rf-justify-center rf-h-full",children:q.jsx("p",{className:"rf-text-sm rf-text-gray-500",children:"Select a solver from the list to view details"})})})]})},W7t=({errorMessage:t,errorStack:e,circuitJsonErrors:n})=>{Z.useEffect(()=>{if(t){const o=new Error(t);e&&(o.stack=e);try{F6.captureException(o)}catch{}}},[t,e]),Z.useEffect(()=>{if(n&&n.length>0)for(const o of n){const i=new Error(o.message||"Circuit JSON Error");o.stack&&(i.stack=o.stack);try{F6.captureException(i,{error_type:o.type})}catch{}}},[n])},vko=t=>{Z.useEffect(()=>{try{rKt(t)}catch{}},[t.source,t.component,t.isWebEmbedded,t.activeTab])},j7t="0.0.2282",Nko={version:j7t},d3e={BASE_URL:"/",DEV:!1,MODE:"production",PROD:!0,SSR:!1},h3e=new Map,Hoe=t=>{const e=h3e.get(t);return e?Object.fromEntries(Object.entries(e.stores).map(([n,o])=>[n,o.getState()])):{}},Rko=(t,e,n)=>{if(t===void 0)return{type:"untracked",connection:e.connect(n)};const o=h3e.get(n.name);if(o)return{type:"tracked",store:t,...o};const i={connection:e.connect(n),stores:{}};return h3e.set(n.name,i),{type:"tracked",store:t,...i}},X7t=(t,e={})=>(n,o,i)=>{const{enabled:r,anonymousActionType:A,store:s,...a}=e;let c;try{c=(r??(d3e?"production":void 0)!=="production")&&window.__REDUX_DEVTOOLS_EXTENSION__}catch{}if(!c)return(d3e?"production":void 0)!=="production"&&r&&console.warn("[zustand devtools middleware] Please install/enable Redux devtools extension"),t(n,o,i);const{connection:l,...g}=Rko(s,c,a);let u=!0;i.setState=(_,p,m)=>{const C=n(_,p);if(!u)return C;const I=m===void 0?{type:A||"anonymous"}:typeof m=="string"?{type:m}:m;return s===void 0?(l?.send(I,o()),C):(l?.send({...I,type:`${s}/${I.type}`},{...Hoe(a.name),[s]:i.getState()}),C)};const h=(..._)=>{const p=u;u=!1,n(..._),u=p},d=t(i.setState,o,i);if(g.type==="untracked"?l?.init(d):(g.stores[g.store]=i,l?.init(Object.fromEntries(Object.entries(g.stores).map(([_,p])=>[_,_===g.store?d:p.getState()])))),i.dispatchFromDevtools&&typeof i.dispatch=="function"){let _=!1;const p=i.dispatch;i.dispatch=(...m)=>{(d3e?"production":void 0)!=="production"&&m[0].type==="__setState"&&!_&&(console.warn('[zustand devtools middleware] "__setState" action type is reserved to set state from the devtools. Avoid using it.'),_=!0),p(...m)}}return l.subscribe(_=>{var p;switch(_.type){case"ACTION":if(typeof _.payload!="string"){console.error("[zustand devtools middleware] Unsupported action format");return}return _3e(_.payload,m=>{if(m.type==="__setState"){if(s===void 0){h(m.state);return}Object.keys(m.state).length!==1&&console.error(`
5789
+ `,g=new Blob([l],{type:"text/plain"}),u=URL.createObjectURL(g),h=document.createElement("a");h.href=u,h.download=`${c}.test.ts`,h.click(),URL.revokeObjectURL(u)}catch(a){alert(`Error generating test.ts for ${t.constructor.name}: ${a instanceof Error?a.message:String(a)}`)}o(!1)};return q.jsxs("div",{className:`relative ${e}`,ref:i,children:[q.jsx("button",{className:"px-2 py-1 rounded text-xs cursor-pointer",onClick:()=>o(!n),title:`Download options for ${t.constructor.name}`,children:t.constructor.name}),n&&q.jsxs("div",{className:"absolute top-full left-0 mt-1 bg-white border border-gray-300 rounded shadow-lg z-10 min-w-[150px]",children:[q.jsx("button",{className:"w-full text-left px-3 py-2 hover:bg-gray-100 text-xs",onClick:r,children:"Download JSON"}),q.jsx("button",{className:"w-full text-left px-3 py-2 hover:bg-gray-100 text-xs",onClick:A,children:"Download page.tsx"}),q.jsx("button",{className:"w-full text-left px-3 py-2 hover:bg-gray-100 text-xs",onClick:s,children:"Download test.ts"})]})]})},K7t=t=>t.activeSubSolver?[t,...K7t(t.activeSubSolver)]:[t],gko=({solver:t})=>{const e=K7t(t);return q.jsx("div",{className:"flex gap-1 items-center text-sm pt-1",children:e.map((n,o)=>q.jsxs("div",{className:"flex items-center",children:[o>0&&q.jsx("span",{className:"text-gray-400 mx-1",children:"→"}),q.jsx(lko,{solver:n})]},n.constructor.name))})},uko=({solver:t,triggerRender:e,animationSpeed:n=25,onSolverStarted:o,onSolverCompleted:i})=>{const[r,A]=Z.useReducer(_=>!_,!1),s=Z.useRef(void 0),a=()=>{!t.solved&&!t.failed&&(t.step(),e())},c=()=>{!t.solved&&!t.failed&&(o&&o(t),t.solve(),e(),i&&i(t))},l=()=>{r?(s.current&&(clearInterval(s.current),s.current=void 0),A()):(A(),s.current=setInterval(()=>{if(t.solved||t.failed){s.current&&(clearInterval(s.current),s.current=void 0),A(),e(),i&&t.solved&&i(t);return}t.step(),e()},n))},g=()=>{const _=t;if(_.getCurrentPhase&&!t.solved&&!t.failed){const p=_.getCurrentPhase();for(;_.getCurrentPhase()===p&&!t.solved&&!t.failed;)t.step();e()}},u=()=>{if(t.solved||t.failed||r)return;const _=window.prompt("Step until which iteration?",`${t.iterations}`);if(_===null)return;const p=Number(_);if(!Number.isFinite(p)){window.alert("Please enter a valid number for the iteration");return}for(;t.iterations<p&&!t.solved&&!t.failed;)t.step();e(),t.solved&&i&&i(t)};Z.useEffect(()=>()=>{s.current&&clearInterval(s.current)},[]),Z.useEffect(()=>{(t.solved||t.failed)&&r&&(s.current&&(clearInterval(s.current),s.current=void 0),A())},[t.solved,t.failed,r]);const h=t.getCurrentPhase!==void 0,d=h?t.getCurrentPhase():null;return q.jsxs("div",{className:"space-y-2 p-2 border-b",children:[q.jsx("div",{className:"flex items-center",children:q.jsx(gko,{solver:t})}),q.jsxs("div",{className:"flex gap-2 items-center flex-wrap",children:[q.jsx("button",{onClick:a,disabled:t.solved||t.failed||r,className:"bg-blue-500 hover:bg-blue-600 disabled:bg-gray-300 text-white px-3 py-1 rounded text-sm",children:"Step"}),q.jsx("button",{onClick:c,disabled:t.solved||t.failed||r,className:"bg-green-500 hover:bg-green-600 disabled:bg-gray-300 text-white px-3 py-1 rounded text-sm",children:"Solve"}),q.jsx("button",{onClick:l,disabled:t.solved||t.failed,className:`px-3 py-1 rounded text-white text-sm ${r?"bg-red-500 hover:bg-red-600":"bg-yellow-500 hover:bg-yellow-600"} disabled:bg-gray-300`,children:r?"Stop":"Animate"}),q.jsx("button",{onClick:u,disabled:t.solved||t.failed||r,className:"bg-orange-500 hover:bg-orange-600 disabled:bg-gray-300 text-white px-3 py-1 rounded text-sm",children:"Step Until Iteration"}),h&&q.jsx("button",{onClick:g,disabled:t.solved||t.failed||r,className:"bg-purple-500 hover:bg-purple-600 disabled:bg-gray-300 text-white px-3 py-1 rounded text-sm",children:"Next Stage"}),q.jsxs("div",{className:"text-sm text-gray-600",children:["Iterations: ",t.iterations]}),t.timeToSolve!==void 0&&q.jsxs("div",{className:"text-sm text-gray-600",children:["Time: ",(t.timeToSolve/1e3).toFixed(3),"s"]}),d&&q.jsxs("div",{className:"text-sm text-gray-600",children:["Phase: ",q.jsx("span",{className:"font-medium",children:d})]}),t.solved&&q.jsx("div",{className:"px-2 py-1 bg-green-100 text-green-800 rounded text-sm",children:"Solved"}),t.failed&&q.jsx("div",{className:"px-2 py-1 bg-red-100 text-red-800 rounded text-sm",children:"Failed"})]}),t.error&&q.jsxs("div",{className:"text-red-600 text-sm",children:["Error: ",t.error]})]})},dko=(t,e,n)=>{const o=t.currentPipelineStepIndex;return e<o?"Completed":e===o&&t.activeSubSolver?t.activeSubSolver.failed?"Failed":"In Progress":"Not Started"},hko=(t,e)=>{const o=t.pipelineDef[e].solverName,i=dko(t,e),r=t[o],A=t.firstIterationOfPhase?.[o]??null,s=t.iterations;let a=0;if(i==="Completed"){const u=t.pipelineDef[e+1],h=u?t.firstIterationOfPhase?.[u.solverName]:void 0;h!==void 0&&A!==null?a=h-A:A!==null&&(a=s-A)}else i==="In Progress"&&A!==null&&(a=s-A);const c=t.timeSpentOnPhase?.[o]??0;let l=0;i==="Completed"?l=1:i==="In Progress"&&r&&(l=r.progress??0);const g=r?.stats??null;return{index:e,name:o,status:i,firstIteration:A,iterations:a,progress:l,timeSpent:c,stats:g&&Object.keys(g).length>0?g:null,solverInstance:r??null}},_ko=({status:t})=>{const e={"Not Started":"text-blue-600","In Progress":"text-yellow-600",Completed:"text-green-600",Failed:"text-red-600"};return q.jsx("span",{className:`font-medium ${e[t]}`,children:t})},mko=({progress:t})=>{if(t===0)return null;const e=Math.round(t*100);return q.jsxs("div",{className:"flex items-center gap-2",children:[q.jsx("div",{className:"w-20 h-2 bg-gray-200 rounded overflow-hidden",children:q.jsx("div",{className:"h-full bg-blue-500 transition-all duration-200",style:{width:`${e}%`}})}),q.jsxs("span",{className:"text-xs text-gray-500",children:[e,"%"]})]})},pko=t=>Object.entries(t).map(([e,n])=>`${e}: ${n}`).join(", "),Iko=({stats:t})=>{if(!t||Object.keys(t).length===0)return q.jsx("span",{children:"-"});const e=Object.entries(t),n=pko(t);return q.jsxs("details",{className:"cursor-pointer",children:[q.jsx("summary",{className:"whitespace-nowrap overflow-hidden text-ellipsis max-w-[200px]",children:n}),q.jsx("div",{className:"mt-1 text-xs",children:e.map(([o,i])=>q.jsxs("div",{children:[o,": ",String(i)]},o))})]})},u3e=t=>{if(t===null||typeof t!="object")return t;if(Array.isArray(t))return t.map(u3e);const e={};for(const[n,o]of Object.entries(t))n.startsWith("_")||(e[n]=u3e(o));return e},Cko=(t,e)=>{try{if(typeof t.getConstructorParams!="function"){alert(`getConstructorParams() is not implemented for ${e}`);return}const n=u3e(t.getConstructorParams()),o=new Blob([JSON.stringify(n,null,2)],{type:"application/json"}),i=URL.createObjectURL(o),r=document.createElement("a");r.href=i,r.download=`${e}_input.json`,r.click(),URL.revokeObjectURL(i)}catch(n){alert(`Error downloading input for ${e}: ${n instanceof Error?n.message:String(n)}`)}},fko=({solver:t,onStepUntilPhase:e,onDownloadInput:n})=>{const o=t.pipelineDef.map((s,a)=>hko(t,a)),i=s=>{e?.(s)},r=s=>{s.solverInstance&&(n?n(s.solverInstance,s.name):Cko(s.solverInstance,s.name))},A=s=>`${(s/1e3).toFixed(2)}s`;return q.jsxs("div",{className:"border-t border-gray-200",children:[q.jsx("div",{className:"px-4 py-2 bg-gray-50 border-b border-gray-200",children:q.jsx("h3",{className:"text-sm font-semibold text-gray-700",children:"Pipeline Steps"})}),q.jsx("div",{className:"overflow-x-auto",children:q.jsxs("table",{className:"w-full text-sm",children:[q.jsx("thead",{children:q.jsxs("tr",{className:"bg-gray-50 border-b border-gray-200",children:[q.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Step"}),q.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Status"}),q.jsxs("th",{className:"px-4 py-2 text-center font-semibold text-gray-700",children:["i",q.jsx("sub",{children:"0"})]}),q.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Iterations"}),q.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Progress"}),q.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Time"}),q.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Stats"}),q.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Input"})]})}),q.jsx("tbody",{children:o.map(s=>q.jsxs("tr",{className:`border-b border-gray-100 ${s.status==="In Progress"?"bg-yellow-50":""}`,children:[q.jsx("td",{className:"px-4 py-2",children:q.jsxs("div",{className:"flex items-center gap-2",children:[q.jsx("span",{className:"text-gray-400 w-6",children:String(s.index+1).padStart(2,"0")}),q.jsx("button",{onClick:()=>i(s.name),disabled:s.status==="Completed"||t.solved||t.failed,className:"text-blue-500 hover:text-blue-700 disabled:text-gray-300 disabled:cursor-not-allowed",title:`Step until ${s.name} completes`,children:q.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"w-4 h-4",children:q.jsx("path",{fillRule:"evenodd",d:"M4.5 5.653c0-1.426 1.529-2.33 2.779-1.643l11.54 6.348c1.295.712 1.295 2.573 0 3.285L7.28 19.991c-1.25.687-2.779-.217-2.779-1.643V5.653z",clipRule:"evenodd"})})}),q.jsx("span",{className:"font-medium text-gray-900",children:s.name})]})}),q.jsx("td",{className:"px-4 py-2",children:q.jsx(_ko,{status:s.status})}),q.jsx("td",{className:"px-4 py-2 text-center text-gray-600",children:s.firstIteration!==null?s.firstIteration:""}),q.jsx("td",{className:"px-4 py-2 text-gray-600",children:s.iterations}),q.jsx("td",{className:"px-4 py-2",children:q.jsx(mko,{progress:s.progress})}),q.jsx("td",{className:"px-4 py-2 text-gray-600",children:A(s.timeSpent)}),q.jsx("td",{className:"px-4 py-2 text-gray-500",children:q.jsx(Iko,{stats:s.stats})}),q.jsx("td",{className:"px-4 py-2",children:s.solverInstance?q.jsxs("button",{onClick:()=>r(s),className:"flex items-center gap-1 text-blue-500 hover:text-blue-700",title:`Download input for ${s.name}`,children:[q.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"w-4 h-4",children:q.jsx("path",{fillRule:"evenodd",d:"M12 2.25a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V3a.75.75 0 01.75-.75zm-9 13.5a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z",clipRule:"evenodd"})}),q.jsx("span",{children:"Input"})]}):null})]},s.name))})]})})]})},yko=class extends jr.Component{constructor(t){super(t),this.state={hasError:!1}}static getDerivedStateFromError(){return{hasError:!0}}componentDidCatch(t){console.error("InteractiveGraphics render error:",t)}render(){return this.state.hasError?this.props.fallback:this.props.children}};function Eko({graphics:t}){const e=t.points??[],n=t.lines??[],o=t.rects??[],i=t.circles??[],r=t.texts??[];let A=Number.POSITIVE_INFINITY,s=Number.POSITIVE_INFINITY,a=Number.NEGATIVE_INFINITY,c=Number.NEGATIVE_INFINITY;const l=(p,m)=>{typeof p=="number"&&(p<A&&(A=p),p>a&&(a=p)),typeof m=="number"&&(m<s&&(s=m),m>c&&(c=m))};for(const p of e)l(p.x,p.y);for(const p of n){const m=p.points??[];for(const C of m)l(C.x,C.y)}for(const p of o){const m=p.x??0,C=p.y??0,I=p.width??0,f=p.height??0;l(m,C),l(m+I,C+f)}for(const p of i){const m=p.x??0,C=p.y??0,I=p.radius??1;l(m-I,C-I),l(m+I,C+I)}for(const p of r)l(p.x,p.y);(!isFinite(A)||!isFinite(s)||!isFinite(a)||!isFinite(c))&&(A=-20,s=-20,a=20,c=20);const g=10,u=A-g,h=s-g,d=Math.max(1,a-A+2*g),_=Math.max(1,c-s+2*g);return q.jsxs("svg",{className:"w-full h-[400px] bg-white",viewBox:`${u} ${h} ${d} ${_}`,role:"img","aria-label":"Graphics fallback",children:[o.map((p,m)=>q.jsx("rect",{x:p.x??0,y:p.y??0,width:p.width??0,height:p.height??0,fill:"none",stroke:p.strokeColor??"black",strokeWidth:p.strokeWidth??1},`rect-${m}`)),n.map((p,m)=>q.jsx("polyline",{fill:"none",stroke:p.strokeColor??"black",strokeWidth:p.strokeWidth??1,points:(p.points??[]).map(C=>`${C.x??0},${C.y??0}`).join(" ")},`line-${m}`)),i.map((p,m)=>q.jsx("circle",{cx:p.x??0,cy:p.y??0,r:p.radius??1.5,fill:p.fillColor??"none",stroke:p.strokeColor??"black",strokeWidth:p.strokeWidth??1},`circle-${m}`)),e.map((p,m)=>q.jsx("circle",{cx:p.x??0,cy:p.y??0,r:p.radius??1.5,fill:p.color??"black"},`point-${m}`)),r.map((p,m)=>q.jsx("text",{x:p.x??0,y:p.y??0,fontSize:p.fontSize??10,fill:p.color??"black",children:p.text??""},`text-${m}`))]})}var xko=({solver:t,animationSpeed:e=25,onSolverStarted:n,onSolverCompleted:o})=>{const[i,r]=Z.useReducer(l=>l+1,0),A=Z.useMemo(()=>{try{return t.visualize()||{points:[],lines:[],rects:[],circles:[]}}catch(l){return console.error("Visualization error:",l),{points:[],lines:[],rects:[],circles:[]}}},[t,i]),s=Z.useMemo(()=>(A.rects?.length||0)===0&&(A.lines?.length||0)===0&&(A.points?.length||0)===0&&(A.circles?.length||0)===0,[A]);Z.useEffect(()=>{if(!(typeof document>"u")&&!document.querySelector('script[src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"]')){const l=document.createElement("script");l.src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4",document.head.appendChild(l)}},[]);const a=t.pipelineDef!==void 0,c=l=>{const g=t;if(!t.solved&&!t.failed){for(;!t.solved&&!t.failed&&g.currentPipelineStepIndex<=g.pipelineDef.findIndex(u=>u.solverName===l);)t.step();r()}};return q.jsxs("div",{children:[q.jsx(uko,{solver:t,triggerRender:r,animationSpeed:e,onSolverStarted:n,onSolverCompleted:o}),s?q.jsx("div",{className:"p-4 text-gray-500",children:"No Graphics Yet"}):q.jsx(yko,{fallback:q.jsx(Eko,{graphics:A}),children:q.jsx(cko,{graphics:A})}),a&&q.jsx(fko,{solver:t,onStepUntilPhase:c})]})};const Bko=()=>{Z.useEffect(()=>{const t="tailwind-cdn-script";if(document.getElementById(t)||window.tailwind)return;const e=document.createElement("div");e.className="hidden",document.body.appendChild(e);const n=window.getComputedStyle(e).display==="none";if(document.body.removeChild(e),n)return;const o=document.createElement("script");o.id=t,o.src="https://cdn.tailwindcss.com",document.head.appendChild(o)},[])},Qko=1e3,pS=(t,e)=>{const{fileName:n,mimeType:o="text/plain"}=e,i=t instanceof Blob?t:new Blob([t],{type:o}),r=URL.createObjectURL(i),A=document.createElement("a");A.href=r,A.download=n,A.target="_blank",A.rel="noopener noreferrer",A.style.display="none",document.body.appendChild(A),A.click(),document.body.removeChild(A),setTimeout(()=>{URL.revokeObjectURL(r)},Qko)},U7t=t=>{let e=t.trim().replace(/[\\/:*?"<>|]/g,"_").replace(/[\x00-\x1f]/g,"").replace(/^\.+/,"").replace(/\.+$/,"").replace(/\s+/g," ").replace(/_+/g,"_");return/^(con|prn|aux|nul|com[0-9]|lpt[0-9])$/i.test(e)&&(e=`_${e}`),e=e.slice(0,200),e||"untitled"},IS="https://github.com/tscircuit/tscircuit-autorouter/issues/new",Y7t="https://github.com/tscircuit/copper-pour-solver/issues/new",z7t="https://github.com/tscircuit/calculate-packing/issues/new",V7t="https://github.com/tscircuit/schematic-trace-solver/issues/new?template=json-bug-report.yml",Sko={PackSolver2:z7t,AutoroutingPipelineSolver:IS,AssignableAutoroutingPipeline2:IS,AssignableAutoroutingPipeline3:IS,AutoroutingPipeline1_OriginalUnravel:IS,AutoroutingPipelineSolver3_HgPortPointPathing:IS,AutoroutingPipelineSolver4:IS,AutoroutingPipelineSolver5:IS,AutoroutingPipelineSolver7_MultiGraph:IS,AutoroutingPipelineSolver8:IS,CopperPourPipelineSolver:Y7t,SchematicTracePipelineSolver:V7t},bko=t=>t.toLowerCase().includes("pack")?TDo:t.toLowerCase().includes("rout")?KDo:DDo,J7t=t=>{const e=Sko[t];if(e)return e;const n=t.toLowerCase();return n.includes("autorout")?IS:n.includes("schematic")&&n.includes("trace")?V7t:n.includes("copperpour")?Y7t:n.includes("pack")?z7t:null},Dko=t=>`${U7t(`${t.componentName}-${t.solverName}`)}-solver-input.json`,q7t=t=>{pS(JSON.stringify(t.solverParams,null,2),{fileName:Dko(t),mimeType:"application/json"})},Mko=({solverEvent:t})=>{const e=J7t(t.solverName);return q.jsxs("div",{className:"rf-flex rf-items-center rf-justify-end rf-gap-2 rf-border-b rf-border-gray-200 rf-bg-gray-50 rf-px-4 rf-py-2",children:[q.jsxs(hc,{type:"button",variant:"outline",size:"sm",onClick:()=>q7t(t),children:[q.jsx(JMe,{className:"rf-w-4 rf-h-4"}),"Download"]}),e?q.jsx(hc,{asChild:!0,variant:"outline",size:"sm",children:q.jsxs("a",{href:e,target:"_blank",rel:"noopener noreferrer",children:[q.jsx(Cne,{className:"rf-w-4 rf-h-4"}),"Report"]})}):q.jsxs(hc,{type:"button",variant:"outline",size:"sm",disabled:!0,title:"No report link configured for this solver",children:[q.jsx(Cne,{className:"rf-w-4 rf-h-4"}),"Report"]})]})},wko=({solverEvent:t})=>{const e=J7t(t.solverName);return e?q.jsx(hc,{asChild:!0,variant:"ghost",size:"icon",className:"rf-h-8 rf-w-8",children:q.jsx("a",{href:e,target:"_blank",rel:"noopener noreferrer",title:"Report solver bug","aria-label":"Report solver bug",children:q.jsx(Cne,{className:"rf-w-4 rf-h-4"})})}):q.jsx(hc,{type:"button",variant:"ghost",size:"icon",className:"rf-h-8 rf-w-8",disabled:!0,title:"No report link configured for this solver","aria-label":"Report solver bug",children:q.jsx(Cne,{className:"rf-w-4 rf-h-4"})})},Pko=({solverEvents:t=[]})=>{const[e,n]=Z.useState(null);Bko();const o=Z.useMemo(()=>{const s=new Map;for(const a of t){const c=`${a.componentName}-${a.solverName}`;s.set(c,a)}return s},[t]),i=Z.useMemo(()=>Array.from(o.keys()),[o]),r=e?o.get(e):null,A=Z.useMemo(()=>{if(!r)return{instance:null,error:null,classFound:!1};const s=kye[r.solverName];if(!s)return{instance:null,error:`Solver class "${r.solverName}" not found in SOLVERS registry. Available: ${Object.keys(kye).join(", ")}`,classFound:!1};try{const a=r.solverParams,c=a?.input!==void 0?a.input:a;return{instance:new s(c),error:null,classFound:!0}}catch(a){const c=a instanceof Error?a.message:String(a);return console.error("Failed to reconstruct solver:",a),{instance:null,error:`Failed to instantiate solver: ${c}`,classFound:!0}}},[r]);return t.length===0?q.jsx("div",{className:"rf-p-4",children:q.jsx("div",{className:"rf-bg-gray-50 rf-rounded-md rf-border rf-border-gray-200",children:q.jsxs("div",{className:"rf-p-4",children:[q.jsx("h3",{className:"rf-text-lg rf-font-semibold rf-text-gray-800 rf-mb-3",children:"No Solvers Detected"}),q.jsx("p",{className:"rf-text-sm rf-text-gray-600",children:"Solvers will appear here when the circuit runs. Solvers are used for tasks like component packing and autorouting."})]})})}):q.jsxs("div",{className:"rf-flex rf-h-full rf-overflow-hidden",children:[q.jsxs("div",{className:"rf-w-64 rf-border-r rf-border-gray-200 rf-overflow-y-auto rf-flex-shrink-0",children:[q.jsxs("div",{className:"rf-text-xs rf-font-semibold rf-text-gray-500 rf-px-3 rf-py-2 rf-bg-gray-50 rf-border-b rf-border-gray-200",children:[i.length," ",i.length===1?"Solver":"Solvers"]}),i.map(s=>{const a=o.get(s),c=e===s;return q.jsx("div",{className:`rf-px-3 rf-py-2 rf-cursor-pointer rf-border-b rf-border-gray-100 ${c?"rf-bg-blue-50 rf-border-l-2 rf-border-l-blue-500":"hover:rf-bg-gray-50"}`,onClick:()=>n(s),children:(()=>{const l=bko(a.solverName);return q.jsxs("div",{className:"rf-flex rf-items-center rf-gap-2",children:[q.jsx(l,{className:"rf-w-4 rf-h-4 rf-text-blue-500 rf-flex-shrink-0"}),q.jsxs("div",{className:"rf-flex-1 rf-min-w-0",children:[q.jsx("div",{className:"rf-text-sm rf-font-medium rf-text-gray-800 rf-truncate",children:a.componentName}),q.jsx("div",{className:"rf-text-xs rf-text-gray-500 rf-truncate",children:a.solverName})]})]})})()},s)})]}),q.jsx("div",{className:"rf-flex-1 rf-overflow-hidden",children:r?A.instance?q.jsxs("div",{className:"rf-flex rf-h-full rf-flex-col rf-overflow-y-auto",children:[q.jsx(Mko,{solverEvent:r}),q.jsx("div",{className:"rf-min-h-0 rf-flex-1",children:q.jsx(rS,{fallback:q.jsx("div",{className:"rf-p-4",children:q.jsxs("div",{className:"rf-bg-red-50 rf-rounded-md rf-border rf-border-red-200 rf-p-4",children:[q.jsx("h3",{className:"rf-text-lg rf-font-semibold rf-text-red-800 rf-mb-2",children:"Error Loading Solver Debugger"}),q.jsxs("p",{className:"rf-text-sm rf-text-red-600",children:["Failed to render the solver debugger for"," ",r.solverName]})]})}),children:q.jsx(xko,{solver:A.instance})})})]}):q.jsxs("div",{className:"rf-p-4",children:[q.jsxs("div",{className:"rf-mb-4",children:[q.jsx("h3",{className:"rf-text-lg rf-font-semibold rf-text-gray-800",children:r.solverName}),q.jsxs("p",{className:"rf-text-sm rf-text-gray-500",children:["Component: ",r.componentName]})]}),A.error&&q.jsx("div",{className:`rf-rounded-md rf-border rf-p-4 rf-mb-4 ${A.classFound?"rf-bg-red-50 rf-border-red-200":"rf-bg-yellow-50 rf-border-yellow-200"}`,children:q.jsx("p",{className:`rf-text-sm ${A.classFound?"rf-text-red-700":"rf-text-yellow-700"}`,children:A.error})}),q.jsxs("div",{className:"rf-border rf-border-gray-200 rf-rounded-md rf-overflow-hidden",children:[q.jsxs("div",{className:"rf-px-3 rf-py-2 rf-bg-gray-50 rf-flex rf-items-center rf-justify-between rf-gap-2",children:[q.jsx("span",{className:"rf-text-sm rf-font-medium rf-text-gray-700",children:"Solver Parameters"}),q.jsxs("div",{className:"rf-flex rf-items-center rf-gap-1",children:[q.jsx(wko,{solverEvent:r}),q.jsx(hc,{type:"button",variant:"ghost",size:"icon",className:"rf-h-8 rf-w-8","aria-label":"Download solver input JSON",title:"Download solver input JSON",onClick:()=>q7t(r),children:q.jsx(JMe,{className:"rf-w-4 rf-h-4"})})]})]}),q.jsx("div",{className:"rf-p-3 rf-bg-white rf-border-t rf-border-gray-200",children:q.jsx("pre",{className:"rf-text-xs rf-font-mono rf-text-gray-600 rf-whitespace-pre-wrap rf-overflow-x-auto",children:JSON.stringify(r.solverParams,null,2)})})]})]}):q.jsx("div",{className:"rf-flex rf-items-center rf-justify-center rf-h-full",children:q.jsx("p",{className:"rf-text-sm rf-text-gray-500",children:"Select a solver from the list to view details"})})})]})},W7t=({errorMessage:t,errorStack:e,circuitJsonErrors:n})=>{Z.useEffect(()=>{if(t){const o=new Error(t);e&&(o.stack=e);try{F6.captureException(o)}catch{}}},[t,e]),Z.useEffect(()=>{if(n&&n.length>0)for(const o of n){const i=new Error(o.message||"Circuit JSON Error");o.stack&&(i.stack=o.stack);try{F6.captureException(i,{error_type:o.type})}catch{}}},[n])},vko=t=>{Z.useEffect(()=>{try{rKt(t)}catch{}},[t.source,t.component,t.isWebEmbedded,t.activeTab])},j7t="0.0.2283",Nko={version:j7t},d3e={BASE_URL:"/",DEV:!1,MODE:"production",PROD:!0,SSR:!1},h3e=new Map,Hoe=t=>{const e=h3e.get(t);return e?Object.fromEntries(Object.entries(e.stores).map(([n,o])=>[n,o.getState()])):{}},Rko=(t,e,n)=>{if(t===void 0)return{type:"untracked",connection:e.connect(n)};const o=h3e.get(n.name);if(o)return{type:"tracked",store:t,...o};const i={connection:e.connect(n),stores:{}};return h3e.set(n.name,i),{type:"tracked",store:t,...i}},X7t=(t,e={})=>(n,o,i)=>{const{enabled:r,anonymousActionType:A,store:s,...a}=e;let c;try{c=(r??(d3e?"production":void 0)!=="production")&&window.__REDUX_DEVTOOLS_EXTENSION__}catch{}if(!c)return(d3e?"production":void 0)!=="production"&&r&&console.warn("[zustand devtools middleware] Please install/enable Redux devtools extension"),t(n,o,i);const{connection:l,...g}=Rko(s,c,a);let u=!0;i.setState=(_,p,m)=>{const C=n(_,p);if(!u)return C;const I=m===void 0?{type:A||"anonymous"}:typeof m=="string"?{type:m}:m;return s===void 0?(l?.send(I,o()),C):(l?.send({...I,type:`${s}/${I.type}`},{...Hoe(a.name),[s]:i.getState()}),C)};const h=(..._)=>{const p=u;u=!1,n(..._),u=p},d=t(i.setState,o,i);if(g.type==="untracked"?l?.init(d):(g.stores[g.store]=i,l?.init(Object.fromEntries(Object.entries(g.stores).map(([_,p])=>[_,_===g.store?d:p.getState()])))),i.dispatchFromDevtools&&typeof i.dispatch=="function"){let _=!1;const p=i.dispatch;i.dispatch=(...m)=>{(d3e?"production":void 0)!=="production"&&m[0].type==="__setState"&&!_&&(console.warn('[zustand devtools middleware] "__setState" action type is reserved to set state from the devtools. Avoid using it.'),_=!0),p(...m)}}return l.subscribe(_=>{var p;switch(_.type){case"ACTION":if(typeof _.payload!="string"){console.error("[zustand devtools middleware] Unsupported action format");return}return _3e(_.payload,m=>{if(m.type==="__setState"){if(s===void 0){h(m.state);return}Object.keys(m.state).length!==1&&console.error(`
5790
5790
  [zustand devtools middleware] Unsupported __setState action format.
5791
5791
  When using 'store' option in devtools(), the 'state' should have only one key, which is a value of 'store' that was passed in devtools(),
5792
5792
  and value of this only key should be a state object. Example: { "type": "__setState", "state": { "abc123Store": { "foo": "bar" } } }
@@ -5790,7 +5790,7 @@ test("${c} should solve problem correctly", () => {
5790
5790
  // Add more specific assertions based on expected output
5791
5791
  // expect(solver.netLabelPlacementSolver!.netLabelPlacements).toMatchInlineSnapshot()
5792
5792
  })
5793
- `,g=new Blob([l],{type:"text/plain"}),u=URL.createObjectURL(g),h=document.createElement("a");h.href=u,h.download=`${c}.test.ts`,h.click(),URL.revokeObjectURL(u)}catch(a){alert(`Error generating test.ts for ${t.constructor.name}: ${a instanceof Error?a.message:String(a)}`)}o(!1)};return J.jsxs("div",{className:`relative ${e}`,ref:i,children:[J.jsx("button",{className:"px-2 py-1 rounded text-xs cursor-pointer",onClick:()=>o(!n),title:`Download options for ${t.constructor.name}`,children:t.constructor.name}),n&&J.jsxs("div",{className:"absolute top-full left-0 mt-1 bg-white border border-gray-300 rounded shadow-lg z-10 min-w-[150px]",children:[J.jsx("button",{className:"w-full text-left px-3 py-2 hover:bg-gray-100 text-xs",onClick:r,children:"Download JSON"}),J.jsx("button",{className:"w-full text-left px-3 py-2 hover:bg-gray-100 text-xs",onClick:A,children:"Download page.tsx"}),J.jsx("button",{className:"w-full text-left px-3 py-2 hover:bg-gray-100 text-xs",onClick:s,children:"Download test.ts"})]})]})},nRt=t=>t.activeSubSolver?[t,...nRt(t.activeSubSolver)]:[t],VLo=({solver:t})=>{const e=nRt(t);return J.jsx("div",{className:"flex gap-1 items-center text-sm pt-1",children:e.map((n,o)=>J.jsxs("div",{className:"flex items-center",children:[o>0&&J.jsx("span",{className:"text-gray-400 mx-1",children:"→"}),J.jsx(zLo,{solver:n})]},n.constructor.name))})},JLo=({solver:t,triggerRender:e,animationSpeed:n=25,onSolverStarted:o,onSolverCompleted:i})=>{const[r,A]=j.useReducer(_=>!_,!1),s=j.useRef(void 0),a=()=>{!t.solved&&!t.failed&&(t.step(),e())},c=()=>{!t.solved&&!t.failed&&(o&&o(t),t.solve(),e(),i&&i(t))},l=()=>{r?(s.current&&(clearInterval(s.current),s.current=void 0),A()):(A(),s.current=setInterval(()=>{if(t.solved||t.failed){s.current&&(clearInterval(s.current),s.current=void 0),A(),e(),i&&t.solved&&i(t);return}t.step(),e()},n))},g=()=>{const _=t;if(_.getCurrentPhase&&!t.solved&&!t.failed){const p=_.getCurrentPhase();for(;_.getCurrentPhase()===p&&!t.solved&&!t.failed;)t.step();e()}},u=()=>{if(t.solved||t.failed||r)return;const _=window.prompt("Step until which iteration?",`${t.iterations}`);if(_===null)return;const p=Number(_);if(!Number.isFinite(p)){window.alert("Please enter a valid number for the iteration");return}for(;t.iterations<p&&!t.solved&&!t.failed;)t.step();e(),t.solved&&i&&i(t)};j.useEffect(()=>()=>{s.current&&clearInterval(s.current)},[]),j.useEffect(()=>{(t.solved||t.failed)&&r&&(s.current&&(clearInterval(s.current),s.current=void 0),A())},[t.solved,t.failed,r]);const h=t.getCurrentPhase!==void 0,d=h?t.getCurrentPhase():null;return J.jsxs("div",{className:"space-y-2 p-2 border-b",children:[J.jsx("div",{className:"flex items-center",children:J.jsx(VLo,{solver:t})}),J.jsxs("div",{className:"flex gap-2 items-center flex-wrap",children:[J.jsx("button",{onClick:a,disabled:t.solved||t.failed||r,className:"bg-blue-500 hover:bg-blue-600 disabled:bg-gray-300 text-white px-3 py-1 rounded text-sm",children:"Step"}),J.jsx("button",{onClick:c,disabled:t.solved||t.failed||r,className:"bg-green-500 hover:bg-green-600 disabled:bg-gray-300 text-white px-3 py-1 rounded text-sm",children:"Solve"}),J.jsx("button",{onClick:l,disabled:t.solved||t.failed,className:`px-3 py-1 rounded text-white text-sm ${r?"bg-red-500 hover:bg-red-600":"bg-yellow-500 hover:bg-yellow-600"} disabled:bg-gray-300`,children:r?"Stop":"Animate"}),J.jsx("button",{onClick:u,disabled:t.solved||t.failed||r,className:"bg-orange-500 hover:bg-orange-600 disabled:bg-gray-300 text-white px-3 py-1 rounded text-sm",children:"Step Until Iteration"}),h&&J.jsx("button",{onClick:g,disabled:t.solved||t.failed||r,className:"bg-purple-500 hover:bg-purple-600 disabled:bg-gray-300 text-white px-3 py-1 rounded text-sm",children:"Next Stage"}),J.jsxs("div",{className:"text-sm text-gray-600",children:["Iterations: ",t.iterations]}),t.timeToSolve!==void 0&&J.jsxs("div",{className:"text-sm text-gray-600",children:["Time: ",(t.timeToSolve/1e3).toFixed(3),"s"]}),d&&J.jsxs("div",{className:"text-sm text-gray-600",children:["Phase: ",J.jsx("span",{className:"font-medium",children:d})]}),t.solved&&J.jsx("div",{className:"px-2 py-1 bg-green-100 text-green-800 rounded text-sm",children:"Solved"}),t.failed&&J.jsx("div",{className:"px-2 py-1 bg-red-100 text-red-800 rounded text-sm",children:"Failed"})]}),t.error&&J.jsxs("div",{className:"text-red-600 text-sm",children:["Error: ",t.error]})]})},qLo=(t,e,n)=>{const o=t.currentPipelineStepIndex;return e<o?"Completed":e===o&&t.activeSubSolver?t.activeSubSolver.failed?"Failed":"In Progress":"Not Started"},WLo=(t,e)=>{const o=t.pipelineDef[e].solverName,i=qLo(t,e),r=t[o],A=t.firstIterationOfPhase?.[o]??null,s=t.iterations;let a=0;if(i==="Completed"){const u=t.pipelineDef[e+1],h=u?t.firstIterationOfPhase?.[u.solverName]:void 0;h!==void 0&&A!==null?a=h-A:A!==null&&(a=s-A)}else i==="In Progress"&&A!==null&&(a=s-A);const c=t.timeSpentOnPhase?.[o]??0;let l=0;i==="Completed"?l=1:i==="In Progress"&&r&&(l=r.progress??0);const g=r?.stats??null;return{index:e,name:o,status:i,firstIteration:A,iterations:a,progress:l,timeSpent:c,stats:g&&Object.keys(g).length>0?g:null,solverInstance:r??null}},jLo=({status:t})=>{const e={"Not Started":"text-blue-600","In Progress":"text-yellow-600",Completed:"text-green-600",Failed:"text-red-600"};return J.jsx("span",{className:`font-medium ${e[t]}`,children:t})},XLo=({progress:t})=>{if(t===0)return null;const e=Math.round(t*100);return J.jsxs("div",{className:"flex items-center gap-2",children:[J.jsx("div",{className:"w-20 h-2 bg-gray-200 rounded overflow-hidden",children:J.jsx("div",{className:"h-full bg-blue-500 transition-all duration-200",style:{width:`${e}%`}})}),J.jsxs("span",{className:"text-xs text-gray-500",children:[e,"%"]})]})},$Lo=t=>Object.entries(t).map(([e,n])=>`${e}: ${n}`).join(", "),ZLo=({stats:t})=>{if(!t||Object.keys(t).length===0)return J.jsx("span",{children:"-"});const e=Object.entries(t),n=$Lo(t);return J.jsxs("details",{className:"cursor-pointer",children:[J.jsx("summary",{className:"whitespace-nowrap overflow-hidden text-ellipsis max-w-[200px]",children:n}),J.jsx("div",{className:"mt-1 text-xs",children:e.map(([o,i])=>J.jsxs("div",{children:[o,": ",String(i)]},o))})]})},h3e=t=>{if(t===null||typeof t!="object")return t;if(Array.isArray(t))return t.map(h3e);const e={};for(const[n,o]of Object.entries(t))n.startsWith("_")||(e[n]=h3e(o));return e},eHo=(t,e)=>{try{if(typeof t.getConstructorParams!="function"){alert(`getConstructorParams() is not implemented for ${e}`);return}const n=h3e(t.getConstructorParams()),o=new Blob([JSON.stringify(n,null,2)],{type:"application/json"}),i=URL.createObjectURL(o),r=document.createElement("a");r.href=i,r.download=`${e}_input.json`,r.click(),URL.revokeObjectURL(i)}catch(n){alert(`Error downloading input for ${e}: ${n instanceof Error?n.message:String(n)}`)}},tHo=({solver:t,onStepUntilPhase:e,onDownloadInput:n})=>{const o=t.pipelineDef.map((s,a)=>WLo(t,a)),i=s=>{e?.(s)},r=s=>{s.solverInstance&&(n?n(s.solverInstance,s.name):eHo(s.solverInstance,s.name))},A=s=>`${(s/1e3).toFixed(2)}s`;return J.jsxs("div",{className:"border-t border-gray-200",children:[J.jsx("div",{className:"px-4 py-2 bg-gray-50 border-b border-gray-200",children:J.jsx("h3",{className:"text-sm font-semibold text-gray-700",children:"Pipeline Steps"})}),J.jsx("div",{className:"overflow-x-auto",children:J.jsxs("table",{className:"w-full text-sm",children:[J.jsx("thead",{children:J.jsxs("tr",{className:"bg-gray-50 border-b border-gray-200",children:[J.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Step"}),J.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Status"}),J.jsxs("th",{className:"px-4 py-2 text-center font-semibold text-gray-700",children:["i",J.jsx("sub",{children:"0"})]}),J.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Iterations"}),J.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Progress"}),J.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Time"}),J.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Stats"}),J.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Input"})]})}),J.jsx("tbody",{children:o.map(s=>J.jsxs("tr",{className:`border-b border-gray-100 ${s.status==="In Progress"?"bg-yellow-50":""}`,children:[J.jsx("td",{className:"px-4 py-2",children:J.jsxs("div",{className:"flex items-center gap-2",children:[J.jsx("span",{className:"text-gray-400 w-6",children:String(s.index+1).padStart(2,"0")}),J.jsx("button",{onClick:()=>i(s.name),disabled:s.status==="Completed"||t.solved||t.failed,className:"text-blue-500 hover:text-blue-700 disabled:text-gray-300 disabled:cursor-not-allowed",title:`Step until ${s.name} completes`,children:J.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"w-4 h-4",children:J.jsx("path",{fillRule:"evenodd",d:"M4.5 5.653c0-1.426 1.529-2.33 2.779-1.643l11.54 6.348c1.295.712 1.295 2.573 0 3.285L7.28 19.991c-1.25.687-2.779-.217-2.779-1.643V5.653z",clipRule:"evenodd"})})}),J.jsx("span",{className:"font-medium text-gray-900",children:s.name})]})}),J.jsx("td",{className:"px-4 py-2",children:J.jsx(jLo,{status:s.status})}),J.jsx("td",{className:"px-4 py-2 text-center text-gray-600",children:s.firstIteration!==null?s.firstIteration:""}),J.jsx("td",{className:"px-4 py-2 text-gray-600",children:s.iterations}),J.jsx("td",{className:"px-4 py-2",children:J.jsx(XLo,{progress:s.progress})}),J.jsx("td",{className:"px-4 py-2 text-gray-600",children:A(s.timeSpent)}),J.jsx("td",{className:"px-4 py-2 text-gray-500",children:J.jsx(ZLo,{stats:s.stats})}),J.jsx("td",{className:"px-4 py-2",children:s.solverInstance?J.jsxs("button",{onClick:()=>r(s),className:"flex items-center gap-1 text-blue-500 hover:text-blue-700",title:`Download input for ${s.name}`,children:[J.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"w-4 h-4",children:J.jsx("path",{fillRule:"evenodd",d:"M12 2.25a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V3a.75.75 0 01.75-.75zm-9 13.5a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z",clipRule:"evenodd"})}),J.jsx("span",{children:"Input"})]}):null})]},s.name))})]})})]})},nHo=class extends Xr.Component{constructor(t){super(t),this.state={hasError:!1}}static getDerivedStateFromError(){return{hasError:!0}}componentDidCatch(t){console.error("InteractiveGraphics render error:",t)}render(){return this.state.hasError?this.props.fallback:this.props.children}};function oHo({graphics:t}){const e=t.points??[],n=t.lines??[],o=t.rects??[],i=t.circles??[],r=t.texts??[];let A=Number.POSITIVE_INFINITY,s=Number.POSITIVE_INFINITY,a=Number.NEGATIVE_INFINITY,c=Number.NEGATIVE_INFINITY;const l=(p,m)=>{typeof p=="number"&&(p<A&&(A=p),p>a&&(a=p)),typeof m=="number"&&(m<s&&(s=m),m>c&&(c=m))};for(const p of e)l(p.x,p.y);for(const p of n){const m=p.points??[];for(const C of m)l(C.x,C.y)}for(const p of o){const m=p.x??0,C=p.y??0,I=p.width??0,f=p.height??0;l(m,C),l(m+I,C+f)}for(const p of i){const m=p.x??0,C=p.y??0,I=p.radius??1;l(m-I,C-I),l(m+I,C+I)}for(const p of r)l(p.x,p.y);(!isFinite(A)||!isFinite(s)||!isFinite(a)||!isFinite(c))&&(A=-20,s=-20,a=20,c=20);const g=10,u=A-g,h=s-g,d=Math.max(1,a-A+2*g),_=Math.max(1,c-s+2*g);return J.jsxs("svg",{className:"w-full h-[400px] bg-white",viewBox:`${u} ${h} ${d} ${_}`,role:"img","aria-label":"Graphics fallback",children:[o.map((p,m)=>J.jsx("rect",{x:p.x??0,y:p.y??0,width:p.width??0,height:p.height??0,fill:"none",stroke:p.strokeColor??"black",strokeWidth:p.strokeWidth??1},`rect-${m}`)),n.map((p,m)=>J.jsx("polyline",{fill:"none",stroke:p.strokeColor??"black",strokeWidth:p.strokeWidth??1,points:(p.points??[]).map(C=>`${C.x??0},${C.y??0}`).join(" ")},`line-${m}`)),i.map((p,m)=>J.jsx("circle",{cx:p.x??0,cy:p.y??0,r:p.radius??1.5,fill:p.fillColor??"none",stroke:p.strokeColor??"black",strokeWidth:p.strokeWidth??1},`circle-${m}`)),e.map((p,m)=>J.jsx("circle",{cx:p.x??0,cy:p.y??0,r:p.radius??1.5,fill:p.color??"black"},`point-${m}`)),r.map((p,m)=>J.jsx("text",{x:p.x??0,y:p.y??0,fontSize:p.fontSize??10,fill:p.color??"black",children:p.text??""},`text-${m}`))]})}var iHo=({solver:t,animationSpeed:e=25,onSolverStarted:n,onSolverCompleted:o})=>{const[i,r]=j.useReducer(l=>l+1,0),A=j.useMemo(()=>{try{return t.visualize()||{points:[],lines:[],rects:[],circles:[]}}catch(l){return console.error("Visualization error:",l),{points:[],lines:[],rects:[],circles:[]}}},[t,i]),s=j.useMemo(()=>(A.rects?.length||0)===0&&(A.lines?.length||0)===0&&(A.points?.length||0)===0&&(A.circles?.length||0)===0,[A]);j.useEffect(()=>{if(!(typeof document>"u")&&!document.querySelector('script[src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"]')){const l=document.createElement("script");l.src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4",document.head.appendChild(l)}},[]);const a=t.pipelineDef!==void 0,c=l=>{const g=t;if(!t.solved&&!t.failed){for(;!t.solved&&!t.failed&&g.currentPipelineStepIndex<=g.pipelineDef.findIndex(u=>u.solverName===l);)t.step();r()}};return J.jsxs("div",{children:[J.jsx(JLo,{solver:t,triggerRender:r,animationSpeed:e,onSolverStarted:n,onSolverCompleted:o}),s?J.jsx("div",{className:"p-4 text-gray-500",children:"No Graphics Yet"}):J.jsx(nHo,{fallback:J.jsx(oHo,{graphics:A}),children:J.jsx(YLo,{graphics:A})}),a&&J.jsx(tHo,{solver:t,onStepUntilPhase:c})]})};const rHo=()=>{j.useEffect(()=>{const t="tailwind-cdn-script";if(document.getElementById(t)||window.tailwind)return;const e=document.createElement("div");e.className="hidden",document.body.appendChild(e);const n=window.getComputedStyle(e).display==="none";if(document.body.removeChild(e),n)return;const o=document.createElement("script");o.id=t,o.src="https://cdn.tailwindcss.com",document.head.appendChild(o)},[])},AHo=1e3,bS=(t,e)=>{const{fileName:n,mimeType:o="text/plain"}=e,i=t instanceof Blob?t:new Blob([t],{type:o}),r=URL.createObjectURL(i),A=document.createElement("a");A.href=r,A.download=n,A.target="_blank",A.rel="noopener noreferrer",A.style.display="none",document.body.appendChild(A),A.click(),document.body.removeChild(A),setTimeout(()=>{URL.revokeObjectURL(r)},AHo)},oRt=t=>{let e=t.trim().replace(/[\\/:*?"<>|]/g,"_").replace(/[\x00-\x1f]/g,"").replace(/^\.+/,"").replace(/\.+$/,"").replace(/\s+/g," ").replace(/_+/g,"_");return/^(con|prn|aux|nul|com[0-9]|lpt[0-9])$/i.test(e)&&(e=`_${e}`),e=e.slice(0,200),e||"untitled"},DS="https://github.com/tscircuit/tscircuit-autorouter/issues/new",iRt="https://github.com/tscircuit/copper-pour-solver/issues/new",rRt="https://github.com/tscircuit/calculate-packing/issues/new",ARt="https://github.com/tscircuit/schematic-trace-solver/issues/new?template=json-bug-report.yml",sHo={PackSolver2:rRt,AutoroutingPipelineSolver:DS,AssignableAutoroutingPipeline2:DS,AssignableAutoroutingPipeline3:DS,AutoroutingPipeline1_OriginalUnravel:DS,AutoroutingPipelineSolver3_HgPortPointPathing:DS,AutoroutingPipelineSolver4:DS,AutoroutingPipelineSolver5:DS,AutoroutingPipelineSolver7_MultiGraph:DS,AutoroutingPipelineSolver8:DS,CopperPourPipelineSolver:iRt,SchematicTracePipelineSolver:ARt},aHo=t=>t.toLowerCase().includes("pack")?SPo:t.toLowerCase().includes("rout")?vPo:dPo,sRt=t=>{const e=sHo[t];if(e)return e;const n=t.toLowerCase();return n.includes("autorout")?DS:n.includes("schematic")&&n.includes("trace")?ARt:n.includes("copperpour")?iRt:n.includes("pack")?rRt:null},cHo=t=>`${oRt(`${t.componentName}-${t.solverName}`)}-solver-input.json`,aRt=t=>{bS(JSON.stringify(t.solverParams,null,2),{fileName:cHo(t),mimeType:"application/json"})},lHo=({solverEvent:t})=>{const e=sRt(t.solverName);return J.jsxs("div",{className:"rf-flex rf-items-center rf-justify-end rf-gap-2 rf-border-b rf-border-gray-200 rf-bg-gray-50 rf-px-4 rf-py-2",children:[J.jsxs(Zs,{type:"button",variant:"outline",size:"sm",onClick:()=>aRt(t),children:[J.jsx(Wwe,{className:"rf-w-4 rf-h-4"}),"Download"]}),e?J.jsx(Zs,{asChild:!0,variant:"outline",size:"sm",children:J.jsxs("a",{href:e,target:"_blank",rel:"noopener noreferrer",children:[J.jsx(Zne,{className:"rf-w-4 rf-h-4"}),"Report"]})}):J.jsxs(Zs,{type:"button",variant:"outline",size:"sm",disabled:!0,title:"No report link configured for this solver",children:[J.jsx(Zne,{className:"rf-w-4 rf-h-4"}),"Report"]})]})},gHo=({solverEvent:t})=>{const e=sRt(t.solverName);return e?J.jsx(Zs,{asChild:!0,variant:"ghost",size:"icon",className:"rf-h-8 rf-w-8",children:J.jsx("a",{href:e,target:"_blank",rel:"noopener noreferrer",title:"Report solver bug","aria-label":"Report solver bug",children:J.jsx(Zne,{className:"rf-w-4 rf-h-4"})})}):J.jsx(Zs,{type:"button",variant:"ghost",size:"icon",className:"rf-h-8 rf-w-8",disabled:!0,title:"No report link configured for this solver","aria-label":"Report solver bug",children:J.jsx(Zne,{className:"rf-w-4 rf-h-4"})})},uHo=({solverEvents:t=[]})=>{const[e,n]=j.useState(null);rHo();const o=j.useMemo(()=>{const s=new Map;for(const a of t){const c=`${a.componentName}-${a.solverName}`;s.set(c,a)}return s},[t]),i=j.useMemo(()=>Array.from(o.keys()),[o]),r=e?o.get(e):null,A=j.useMemo(()=>{if(!r)return{instance:null,error:null,classFound:!1};const s=rCe[r.solverName];if(!s)return{instance:null,error:`Solver class "${r.solverName}" not found in SOLVERS registry. Available: ${Object.keys(rCe).join(", ")}`,classFound:!1};try{const a=r.solverParams,c=a?.input!==void 0?a.input:a;return{instance:new s(c),error:null,classFound:!0}}catch(a){const c=a instanceof Error?a.message:String(a);return console.error("Failed to reconstruct solver:",a),{instance:null,error:`Failed to instantiate solver: ${c}`,classFound:!0}}},[r]);return t.length===0?J.jsx("div",{className:"rf-p-4",children:J.jsx("div",{className:"rf-bg-gray-50 rf-rounded-md rf-border rf-border-gray-200",children:J.jsxs("div",{className:"rf-p-4",children:[J.jsx("h3",{className:"rf-text-lg rf-font-semibold rf-text-gray-800 rf-mb-3",children:"No Solvers Detected"}),J.jsx("p",{className:"rf-text-sm rf-text-gray-600",children:"Solvers will appear here when the circuit runs. Solvers are used for tasks like component packing and autorouting."})]})})}):J.jsxs("div",{className:"rf-flex rf-h-full rf-overflow-hidden",children:[J.jsxs("div",{className:"rf-w-64 rf-border-r rf-border-gray-200 rf-overflow-y-auto rf-flex-shrink-0",children:[J.jsxs("div",{className:"rf-text-xs rf-font-semibold rf-text-gray-500 rf-px-3 rf-py-2 rf-bg-gray-50 rf-border-b rf-border-gray-200",children:[i.length," ",i.length===1?"Solver":"Solvers"]}),i.map(s=>{const a=o.get(s),c=e===s;return J.jsx("div",{className:`rf-px-3 rf-py-2 rf-cursor-pointer rf-border-b rf-border-gray-100 ${c?"rf-bg-blue-50 rf-border-l-2 rf-border-l-blue-500":"hover:rf-bg-gray-50"}`,onClick:()=>n(s),children:(()=>{const l=aHo(a.solverName);return J.jsxs("div",{className:"rf-flex rf-items-center rf-gap-2",children:[J.jsx(l,{className:"rf-w-4 rf-h-4 rf-text-blue-500 rf-flex-shrink-0"}),J.jsxs("div",{className:"rf-flex-1 rf-min-w-0",children:[J.jsx("div",{className:"rf-text-sm rf-font-medium rf-text-gray-800 rf-truncate",children:a.componentName}),J.jsx("div",{className:"rf-text-xs rf-text-gray-500 rf-truncate",children:a.solverName})]})]})})()},s)})]}),J.jsx("div",{className:"rf-flex-1 rf-overflow-hidden",children:r?A.instance?J.jsxs("div",{className:"rf-flex rf-h-full rf-flex-col rf-overflow-y-auto",children:[J.jsx(lHo,{solverEvent:r}),J.jsx("div",{className:"rf-min-h-0 rf-flex-1",children:J.jsx(gx,{fallback:J.jsx("div",{className:"rf-p-4",children:J.jsxs("div",{className:"rf-bg-red-50 rf-rounded-md rf-border rf-border-red-200 rf-p-4",children:[J.jsx("h3",{className:"rf-text-lg rf-font-semibold rf-text-red-800 rf-mb-2",children:"Error Loading Solver Debugger"}),J.jsxs("p",{className:"rf-text-sm rf-text-red-600",children:["Failed to render the solver debugger for"," ",r.solverName]})]})}),children:J.jsx(iHo,{solver:A.instance})})})]}):J.jsxs("div",{className:"rf-p-4",children:[J.jsxs("div",{className:"rf-mb-4",children:[J.jsx("h3",{className:"rf-text-lg rf-font-semibold rf-text-gray-800",children:r.solverName}),J.jsxs("p",{className:"rf-text-sm rf-text-gray-500",children:["Component: ",r.componentName]})]}),A.error&&J.jsx("div",{className:`rf-rounded-md rf-border rf-p-4 rf-mb-4 ${A.classFound?"rf-bg-red-50 rf-border-red-200":"rf-bg-yellow-50 rf-border-yellow-200"}`,children:J.jsx("p",{className:`rf-text-sm ${A.classFound?"rf-text-red-700":"rf-text-yellow-700"}`,children:A.error})}),J.jsxs("div",{className:"rf-border rf-border-gray-200 rf-rounded-md rf-overflow-hidden",children:[J.jsxs("div",{className:"rf-px-3 rf-py-2 rf-bg-gray-50 rf-flex rf-items-center rf-justify-between rf-gap-2",children:[J.jsx("span",{className:"rf-text-sm rf-font-medium rf-text-gray-700",children:"Solver Parameters"}),J.jsxs("div",{className:"rf-flex rf-items-center rf-gap-1",children:[J.jsx(gHo,{solverEvent:r}),J.jsx(Zs,{type:"button",variant:"ghost",size:"icon",className:"rf-h-8 rf-w-8","aria-label":"Download solver input JSON",title:"Download solver input JSON",onClick:()=>aRt(r),children:J.jsx(Wwe,{className:"rf-w-4 rf-h-4"})})]})]}),J.jsx("div",{className:"rf-p-3 rf-bg-white rf-border-t rf-border-gray-200",children:J.jsx("pre",{className:"rf-text-xs rf-font-mono rf-text-gray-600 rf-whitespace-pre-wrap rf-overflow-x-auto",children:JSON.stringify(r.solverParams,null,2)})})]})]}):J.jsx("div",{className:"rf-flex rf-items-center rf-justify-center rf-h-full",children:J.jsx("p",{className:"rf-text-sm rf-text-gray-500",children:"Select a solver from the list to view details"})})})]})},cRt=({errorMessage:t,errorStack:e,circuitJsonErrors:n})=>{j.useEffect(()=>{if(t){const o=new Error(t);e&&(o.stack=e);try{IN.captureException(o)}catch{}}},[t,e]),j.useEffect(()=>{if(n&&n.length>0)for(const o of n){const i=new Error(o.message||"Circuit JSON Error");o.stack&&(i.stack=o.stack);try{IN.captureException(i,{error_type:o.type})}catch{}}},[n])},lRt=t=>{j.useEffect(()=>{try{wzn(t)}catch{}},[t.source,t.component,t.isWebEmbedded,t.activeTab])},gRt="0.0.2282",dHo={version:gRt},fie=Ugt()(Ygt(t=>({lastRunEvalVersion:void 0,setLastRunEvalVersion:e=>{t({lastRunEvalVersion:e})}}),{name:"runframe-runner-store"})),hHo=t=>{const[e,n]=j.useState([]),[o,i]=j.useState(null),[r,A]=j.useState(""),[s,a]=q7("eval-version-selection",null),c=fie(h=>h.setLastRunEvalVersion),l=fie(h=>h.lastRunEvalVersion);return j.useEffect(()=>{t&&fetch("https://data.jsdelivr.com/v1/package/npm/@tscircuit/eval").then(h=>h.json()).then(h=>{if(Array.isArray(h?.versions)){let d=[...h.versions];h.tags?.latest&&(i(h.tags.latest),d=d.filter(_=>_!==h.tags.latest)),n(d)}}).catch(()=>{})},[t]),j.useEffect(()=>{t&&(s?(window.TSCIRCUIT_LATEST_EVAL_VERSION=s,c(s)):o&&(window.TSCIRCUIT_LATEST_EVAL_VERSION=o,c(o)))},[t,s,o]),{versions:j.useMemo(()=>e.filter(h=>h.includes(r)).slice(0,50),[e,r]),latestVersion:o,lastRunEvalVersion:l,search:r,setSearch:A,selectVersion:h=>{a(h),A("")}}},_Ho=({snippetNames:t,onSelect:e,onCancel:n,isOpen:o})=>{const[i,r]=j.useState(""),[A,s]=j.useState("");if(!o)return null;const a=t.filter(g=>g.toLowerCase().includes(A.toLowerCase())),c=A&&!t.includes(A),l=g=>{g.key==="Enter"&&(a.length===1?r(a[0]):c&&r(A))};return J.jsx("div",{className:"rf-fixed rf-inset-0 rf-bg-black rf-bg-opacity-50 rf-flex rf-items-center rf-justify-center rf-z-[100]",children:J.jsxs("div",{className:"rf-bg-white rf-rounded-lg rf-p-6 rf-w-96",children:[J.jsx("h2",{className:"rf-text-lg rf-font-semibold rf-mb-4",children:"Select Snippet"}),J.jsx("input",{type:"text",className:"rf-w-full rf-px-4 rf-py-2 rf-border rf-rounded rf-mb-4",placeholder:"Search snippets or new snippet name...",value:A,onChange:g=>s(g.target.value),onKeyDown:l}),J.jsxs("div",{className:"rf-h-60 rf-overflow-y-auto",children:[a.map(g=>J.jsx("button",{type:"button",className:`w-full text-left px-4 py-2 rounded hover:bg-gray-100 ${i===g?"bg-blue-50":""}`,onClick:()=>r(g),children:g},g)),c&&J.jsxs("button",{type:"button",className:`w-full text-left px-4 py-2 rounded hover:bg-gray-100 text-blue-500 ${i===A?"bg-blue-50":""}`,onClick:()=>r(A),children:['Create new "',A,'"']})]}),J.jsxs("div",{className:"rf-mt-4 rf-flex rf-justify-end rf-gap-2",children:[J.jsx("button",{type:"button",className:"rf-px-4 rf-py-2 rf-text-gray-600 rf-hover:text-gray-800",onClick:n,children:"Cancel"}),J.jsx("button",{type:"button",className:"rf-px-4 rf-py-2 rf-bg-blue-500 rf-text-white rf-rounded rf-hover:bg-blue-600 rf-disabled:opacity-50",onClick:()=>i&&e(i),disabled:!i,children:i===A?`Create "${i}"`:`Save to ${i}`})]})]})})},mHo=t=>{const e=j.useRef(null),n=Uu(o=>o.recentEvents);j.useEffect(()=>{if(n.length===0)return;const o=n[0];o.event_id!==e.current&&(t(o),e.current=o.event_id)},[n,t])};var pHo=Object.defineProperty,_y=(t,e)=>pHo(t,"name",{value:e,configurable:!0}),_3e="Dialog",[uRt,dRt]=f2(_3e),[IHo,PB]=uRt(_3e),m3e=_y(t=>{const{__scopeDialog:e,children:n,open:o,defaultOpen:i,onOpenChange:r,modal:A=!0}=t,s=j.useRef(null),a=j.useRef(null),{nodes:c,registry:l}=noe(),[g,u]=Kb({prop:o,defaultProp:i??!1,onChange:r,caller:_3e}),[h,d]=j.useState(0),[_,p]=j.useState(0);return J.jsx(IHo,{scope:e,triggerRef:s,contentRef:a,contentId:l_(),titleId:l_(),descriptionId:l_(),titlePresent:h>0,descriptionPresent:_>0,setTitleCount:d,setDescriptionCount:p,open:g,onOpenChange:u,onOpenToggle:j.useCallback(()=>u(m=>!m),[u]),modal:A,branchNodes:c,branchRegistry:l,children:n})},"Dialog"),CHo="DialogTrigger",fHo=j.forwardRef(_y(function(e,n){const{__scopeDialog:o,...i}=e,r=PB(CHo,o),A=Yc(n,r.triggerRef);return J.jsx(Ga.button,{type:"button","aria-haspopup":"dialog","aria-expanded":r.open,"aria-controls":r.open?r.contentId:void 0,"data-state":xie(r.open),...i,ref:A,onClick:Pr(e.onClick,r.onOpenToggle)})},"DialogTrigger")),hRt="DialogPortal",[yHo,_Rt]=uRt(hRt,{forceMount:void 0}),p3e=_y(t=>{const{__scopeDialog:e,forceMount:n,children:o,container:i}=t,r=PB(hRt,e);return J.jsx(yHo,{scope:e,forceMount:n,children:j.Children.map(o,A=>J.jsx(JE,{present:n||r.open,children:J.jsx(BPe,{asChild:!0,container:i,children:A})}))})},"DialogPortal"),I3e="DialogOverlay",yie=j.forwardRef(_y(function(e,n){const o=_Rt(I3e,e.__scopeDialog),{forceMount:i=o.forceMount,...r}=e,A=PB(I3e,e.__scopeDialog);return A.modal?J.jsx(JE,{present:i||A.open,children:J.jsx(xHo,{...r,ref:n})}):null},"DialogOverlay")),EHo=JQ("DialogOverlay.RemoveScroll"),xHo=j.forwardRef(_y(function(e,n){const{__scopeDialog:o,...i}=e,r=PB(I3e,o),A=JPt(),s=Yc(n,A);return J.jsx(xoe,{as:EHo,allowPinchZoom:!0,shards:j.useMemo(()=>[r.contentRef,...r.branchNodes.map(a=>({current:a}))],[r.contentRef,r.branchNodes]),children:J.jsx(Ga.div,{"data-state":xie(r.open),...i,ref:s,style:{pointerEvents:"auto",...i.style}})})},"DialogOverlayImpl")),ZK="DialogContent",Eie=j.forwardRef(_y(function(e,n){const o=_Rt(ZK,e.__scopeDialog),{forceMount:i=o.forceMount,...r}=e,A=PB(ZK,e.__scopeDialog);return J.jsx(JE,{present:i||A.open,children:A.modal?J.jsx(BHo,{...r,ref:n}):J.jsx(QHo,{...r,ref:n})})},"DialogContent")),BHo=j.forwardRef(_y(function(e,n){const o=PB(ZK,e.__scopeDialog),i=j.useRef(null),r=Yc(n,o.contentRef,i);return j.useEffect(()=>{const A=i.current;if(A)return SPe(A)},[]),J.jsx(mRt,{...e,ref:r,trapFocus:o.open,disableOutsidePointerEvents:o.open,onCloseAutoFocus:Pr(e.onCloseAutoFocus,A=>{A.preventDefault(),o.triggerRef.current?.focus()}),onPointerDownOutside:Pr(e.onPointerDownOutside,A=>{const s=A.detail.originalEvent,a=s.button===0&&s.ctrlKey===!0;(s.button===2||a)&&A.preventDefault()}),onFocusOutside:Pr(e.onFocusOutside,A=>A.preventDefault())})},"DialogContentModal")),QHo=j.forwardRef(_y(function(e,n){const o=PB(ZK,e.__scopeDialog),i=j.useRef(!1),r=j.useRef(!1);return J.jsx(mRt,{...e,ref:n,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:A=>{e.onCloseAutoFocus?.(A),A.defaultPrevented||(i.current||o.triggerRef.current?.focus(),A.preventDefault()),i.current=!1,r.current=!1},onInteractOutside:A=>{e.onInteractOutside?.(A),A.defaultPrevented||(i.current=!0,A.detail.originalEvent.type==="pointerdown"&&(r.current=!0));const s=A.target;o.triggerRef.current?.contains(s)&&A.preventDefault(),A.detail.originalEvent.type==="focusin"&&r.current&&A.preventDefault()}})},"DialogContentNonModal")),mRt=j.forwardRef(_y(function(e,n){const{__scopeDialog:o,trapFocus:i,onOpenAutoFocus:r,onCloseAutoFocus:A,"aria-describedby":s,...a}=e,{children:c,...l}=a,g=PB(ZK,o);return QK(),J.jsx(J.Fragment,{children:J.jsx(iPe,{asChild:!0,loop:!0,trapped:i,branches:g.branchNodes,onMountAutoFocus:r,onUnmountAutoFocus:A,children:J.jsx(eoe,{role:"dialog",id:g.contentId,"aria-labelledby":g.titlePresent?g.titleId:void 0,"aria-describedby":g.descriptionPresent?IRt(s,g.descriptionId):s,"data-state":xie(g.open),...l,ref:n,deferPointerDownOutside:!0,onDismiss:()=>g.onOpenChange(!1),children:J.jsx(rPe,{value:g.branchRegistry,children:c})})})})},"DialogContentImpl")),C3e=j.forwardRef(_y(function(e,n){const{__scopeDialog:o,...i}=e,r=PB("DialogTitle",o),{setTitleCount:A}=r;return ey(()=>(A(s=>s+1),()=>A(s=>s-1)),[A]),J.jsx(Ga.h2,{id:r.titleId,...i,ref:n})},"DialogTitle")),f3e=j.forwardRef(_y(function(e,n){const{__scopeDialog:o,...i}=e,r=PB("DialogDescription",o),{setDescriptionCount:A}=r;return ey(()=>(A(s=>s+1),()=>A(s=>s-1)),[A]),J.jsx(Ga.p,{id:r.descriptionId,...i,ref:n})},"DialogDescription")),SHo="DialogClose",pRt=j.forwardRef(_y(function(e,n){const{__scopeDialog:o,...i}=e,r=PB(SHo,o);return J.jsx(Ga.button,{type:"button",...i,ref:n,onClick:Pr(e.onClick,()=>r.onOpenChange(!1))})},"DialogClose"));function IRt(...t){const e=new Set;for(const n of t)if(typeof n=="string")for(const o of String(n).trim().split(/\s+/))o&&e.add(o);return e.size>0?Array.from(e).join(" "):void 0}_y(IRt,"concatAriaDescribedby");function xie(t){return t?"open":"closed"}_y(xie,"getState");var bHo=Object.defineProperty,R5=(t,e)=>bHo(t,"name",{value:e,configurable:!0}),DHo="AlertDialog",[MHo,NWo]=f2(DHo,[dRt]),T5=dRt(),wHo=R5(t=>{const{__scopeAlertDialog:e,...n}=t,o=T5(e);return J.jsx(m3e,{...o,...n,modal:!0})},"AlertDialog");j.forwardRef(R5(function(e,n){const{__scopeAlertDialog:o,...i}=e,r=T5(o);return J.jsx(fHo,{...r,...i,ref:n})},"AlertDialogTrigger"));var PHo=R5(t=>{const{__scopeAlertDialog:e,...n}=t,o=T5(e);return J.jsx(p3e,{...o,...n})},"AlertDialogPortal"),CRt=j.forwardRef(R5(function(e,n){const{__scopeAlertDialog:o,...i}=e,r=T5(o);return J.jsx(yie,{...r,...i,ref:n})},"AlertDialogOverlay")),vHo="AlertDialogContent",[NHo,RHo]=MHo(vHo),fRt=j.forwardRef(R5(function(e,n){const{__scopeAlertDialog:o,children:i,...r}=e,A=T5(o),s=j.useRef(null),a=Yc(n,s),c=j.useRef(null);return J.jsx(NHo,{scope:o,cancelRef:c,children:J.jsx(Eie,{role:"alertdialog",...A,...r,ref:a,onOpenAutoFocus:Pr(r.onOpenAutoFocus,l=>{l.preventDefault(),c.current?.focus({preventScroll:!0})}),onPointerDownOutside:l=>l.preventDefault(),onInteractOutside:l=>l.preventDefault(),children:i})})},"AlertDialogContent")),yRt=j.forwardRef(R5(function(e,n){const{__scopeAlertDialog:o,...i}=e,r=T5(o);return J.jsx(C3e,{...r,...i,ref:n})},"AlertDialogTitle")),ERt=j.forwardRef(R5(function(e,n){const{__scopeAlertDialog:o,...i}=e,r=T5(o);return J.jsx(f3e,{...r,...i,ref:n})},"AlertDialogDescription")),xRt=j.forwardRef(R5(function(e,n){const{__scopeAlertDialog:o,...i}=e,r=T5(o);return J.jsx(pRt,{...r,...i,ref:n})},"AlertDialogAction")),THo="AlertDialogCancel",BRt=j.forwardRef(R5(function(e,n){const{__scopeAlertDialog:o,...i}=e,{cancelRef:r}=RHo(THo,o),A=T5(o),s=Yc(n,r);return J.jsx(pRt,{...A,...i,ref:s})},"AlertDialogCancel"));const QRt=wHo,kHo=PHo,SRt=j.forwardRef(({className:t,...e},n)=>J.jsx(CRt,{className:Ji("rf-fixed rf-inset-0 rf-z-50 rf-bg-black/80 data-[state=open]:rf-animate-in data-[state=closed]:rf-animate-out data-[state=closed]:rf-fade-out-0 data-[state=open]:rf-fade-in-0",t),...e,ref:n}));SRt.displayName=CRt.displayName;const y3e=j.forwardRef(({className:t,...e},n)=>J.jsxs(kHo,{children:[J.jsx(SRt,{}),J.jsx(fRt,{ref:n,className:Ji("rf-fixed rf-left-[50%] rf-top-[50%] rf-z-50 rf-grid rf-w-full rf-max-w-lg rf-translate-x-[-50%] rf-translate-y-[-50%] rf-gap-4 rf-border rf-border-zinc-200 rf-bg-white rf-p-6 rf-shadow-lg rf-duration-200 data-[state=open]:rf-animate-in data-[state=closed]:rf-animate-out data-[state=closed]:rf-fade-out-0 data-[state=open]:rf-fade-in-0 data-[state=closed]:rf-zoom-out-95 data-[state=open]:rf-zoom-in-95 data-[state=closed]:rf-slide-out-to-left-1/2 data-[state=closed]:rf-slide-out-to-top-[48%] data-[state=open]:rf-slide-in-from-left-1/2 data-[state=open]:rf-slide-in-from-top-[48%] sm:rf-rounded-lg dark:rf-border-zinc-800 dark:rf-bg-zinc-950",t),...e})]}));y3e.displayName=fRt.displayName;const E3e=({className:t,...e})=>J.jsx("div",{className:Ji("rf-flex rf-flex-col rf-space-y-2 rf-text-center sm:rf-text-left",t),...e});E3e.displayName="AlertDialogHeader";const x3e=({className:t,...e})=>J.jsx("div",{className:Ji("rf-flex rf-flex-col-reverse sm:rf-flex-row sm:rf-justify-end sm:rf-space-x-2",t),...e});x3e.displayName="AlertDialogFooter";const B3e=j.forwardRef(({className:t,...e},n)=>J.jsx(yRt,{ref:n,className:Ji("rf-text-lg rf-font-semibold",t),...e}));B3e.displayName=yRt.displayName;const Q3e=j.forwardRef(({className:t,...e},n)=>J.jsx(ERt,{ref:n,className:Ji("rf-text-sm rf-text-zinc-500 dark:rf-text-zinc-400",t),...e}));Q3e.displayName=ERt.displayName;const FHo=j.forwardRef(({className:t,...e},n)=>J.jsx(xRt,{ref:n,className:Ji(iT(),t),...e}));FHo.displayName=xRt.displayName;const S3e=j.forwardRef(({className:t,...e},n)=>J.jsx(BRt,{ref:n,className:Ji(iT({variant:"outline"}),"rf-mt-2 sm:rf-mt-0",t),...e}));S3e.displayName=BRt.displayName;var LHo=Object.defineProperty,k5=(t,e)=>LHo(t,"name",{value:e,configurable:!0}),b3e="Checkbox",[HHo,RWo]=f2(b3e),[GHo,D3e]=HHo(b3e);function bRt(t){const{__scopeCheckbox:e,checked:n,children:o,defaultChecked:i,disabled:r,form:A,name:s,onCheckedChange:a,required:c,value:l="on",internal_do_not_use_render:g}=t,[u,h]=Kb({prop:n,defaultProp:i??!1,onChange:a,caller:b3e}),[d,_]=j.useState(null),[p,m]=j.useState(null),C=j.useRef(!1),[I,f]=j.useReducer(B=>B+1,0),y=d?!!A||!!d.closest("form"):!0,x={checked:u,disabled:r,setChecked:h,control:d,setControl:_,name:s,form:A,value:l,hasConsumerStoppedPropagationRef:C,userInteractionCount:I,onUserInteraction:f,required:c,defaultChecked:F5(i)?!1:i,isFormControl:y,bubbleInput:p,setBubbleInput:m};return J.jsx(GHo,{scope:e,...x,children:MRt(g)?g(x):o})}k5(bRt,"CheckboxProvider");var OHo="CheckboxTrigger",KHo=j.forwardRef(k5(function({__scopeCheckbox:e,onKeyDown:n,onClick:o,...i},r){const{control:A,value:s,disabled:a,checked:c,required:l,setControl:g,setChecked:u,hasConsumerStoppedPropagationRef:h,onUserInteraction:d,isFormControl:_,bubbleInput:p}=D3e(OHo,e),m=Yc(r,g),C=j.useRef(c);return j.useEffect(()=>{const I=A?.form;if(I){const f=k5(()=>u(C.current),"reset");return I.addEventListener("reset",f),()=>I.removeEventListener("reset",f)}},[A,u]),J.jsx(Ga.button,{type:"button",role:"checkbox","aria-checked":F5(c)?"mixed":c,"aria-required":l,"data-state":M3e(c),"data-disabled":a?"":void 0,disabled:a,value:s,...i,ref:m,onKeyDown:Pr(n,I=>{I.key==="Enter"&&I.preventDefault()}),onClick:Pr(o,I=>{d(),u(f=>F5(f)?!0:!f),p&&_&&(h.current=I.isPropagationStopped(),h.current||I.stopPropagation())})})},"CheckboxTrigger")),DRt=j.forwardRef(k5(function(e,n){const{__scopeCheckbox:o,name:i,checked:r,defaultChecked:A,required:s,disabled:a,value:c,onCheckedChange:l,form:g,...u}=e;return J.jsx(bRt,{__scopeCheckbox:o,checked:r,defaultChecked:A,disabled:a,required:s,onCheckedChange:l,name:i,form:g,value:c,internal_do_not_use_render:({isFormControl:h})=>J.jsxs(J.Fragment,{children:[J.jsx(KHo,{...u,ref:n,__scopeCheckbox:o}),h&&J.jsx(VHo,{__scopeCheckbox:o})]})})},"Checkbox")),UHo="CheckboxIndicator",YHo=j.forwardRef(k5(function(e,n){const{__scopeCheckbox:o,forceMount:i,...r}=e,A=D3e(UHo,o);return J.jsx(JE,{present:i||F5(A.checked)||A.checked===!0,children:J.jsx(Ga.span,{"data-state":M3e(A.checked),"data-disabled":A.disabled?"":void 0,...r,ref:n,style:{pointerEvents:"none",...e.style}})})},"CheckboxIndicator")),zHo="CheckboxBubbleInput",VHo=j.forwardRef(k5(function({__scopeCheckbox:e,onClick:n,...o},i){const{control:r,hasConsumerStoppedPropagationRef:A,userInteractionCount:s,checked:a,defaultChecked:c,required:l,disabled:g,name:u,value:h,form:d,bubbleInput:_,setBubbleInput:p}=D3e(zHo,e),m=Yc(i,p),C=yPe(r),I=j.useRef(!1),f=j.useRef(a),y=j.useRef(s);j.useEffect(()=>{const B=_;if(!B)return;const S=window.HTMLInputElement.prototype,w=Object.getOwnPropertyDescriptor(S,"checked").set,F=s!==y.current;y.current=s;const R=f.current!==a;f.current=a;const H=!(F&&A.current);if(R&&w){I.current=!F;const G=new Event("click",{bubbles:H});B.indeterminate=F5(a),w.call(B,F5(a)?!1:a),B.dispatchEvent(G),I.current=!1}},[_,a,A,s]);const x=j.useRef(F5(a)?!1:a);return J.jsx(Ga.input,{type:"checkbox","aria-hidden":!0,defaultChecked:c??x.current,required:l,disabled:g,name:u,value:h,form:d,...o,tabIndex:-1,ref:m,onClick:Pr(n,B=>{I.current&&B.stopPropagation()}),style:{...o.style,...C,position:"absolute",pointerEvents:"none",opacity:0,margin:0,transform:"translateX(-100%)"}})},"CheckboxBubbleInput"));function MRt(t){return typeof t=="function"}k5(MRt,"isFunction");function F5(t){return t==="indeterminate"}k5(F5,"isIndeterminate");function M3e(t){return F5(t)?"indeterminate":t?"checked":"unchecked"}k5(M3e,"getState");const eU=j.forwardRef(({className:t,...e},n)=>J.jsx(DRt,{ref:n,className:Ji("rf-peer rf-h-4 rf-w-4 rf-shrink-0 rf-rounded-sm rf-border rf-border-zinc-200 rf-border-zinc-900 rf-shadow focus-visible:rf-outline-none focus-visible:rf-ring-1 focus-visible:rf-ring-zinc-950 disabled:rf-cursor-not-allowed disabled:rf-opacity-50 data-[state=checked]:rf-bg-zinc-900 data-[state=checked]:rf-text-zinc-50 dark:rf-border-zinc-800 dark:rf-border-zinc-50 dark:focus-visible:rf-ring-zinc-300 dark:data-[state=checked]:rf-bg-zinc-50 dark:data-[state=checked]:rf-text-zinc-900",t),...e,children:J.jsx(YHo,{className:Ji("rf-flex rf-items-center rf-justify-center rf-text-current"),children:J.jsx(L3,{className:"rf-h-4 rf-w-4"})})}));eU.displayName=DRt.displayName;const bT=m3e,JHo=p3e,wRt=j.forwardRef(({className:t,...e},n)=>J.jsx(yie,{className:Ji("rf-fixed rf-inset-0 rf-z-50 rf-bg-black/80 data-[state=open]:rf-animate-in data-[state=closed]:rf-animate-out data-[state=closed]:rf-fade-out-0 data-[state=open]:rf-fade-in-0",t),...e,ref:n}));wRt.displayName=yie.displayName;const X3=j.forwardRef(({className:t,children:e,showOverlay:n=!0,...o},i)=>J.jsxs(JHo,{children:[J.jsx(wRt,{className:Ji(n?"":"rf-hidden")}),J.jsx(Eie,{ref:i,className:Ji("rf-fixed rf-left-[50%] rf-top-[50%] rf-z-50 rf-grid rf-w-full rf-max-w-lg rf-translate-x-[-50%] rf-translate-y-[-50%] rf-gap-4 rf-border rf-border-zinc-200 rf-bg-white rf-p-6 rf-shadow-lg rf-duration-200 data-[state=open]:rf-animate-in data-[state=closed]:rf-animate-out data-[state=closed]:rf-fade-out-0 data-[state=open]:rf-fade-in-0 data-[state=closed]:rf-zoom-out-95 data-[state=open]:rf-zoom-in-95 data-[state=closed]:rf-slide-out-to-left-1/2 data-[state=closed]:rf-slide-out-to-top-[48%] data-[state=open]:rf-slide-in-from-left-1/2 data-[state=open]:rf-slide-in-from-top-[48%] sm:rf-rounded-lg dark:rf-border-zinc-800 dark:rf-bg-zinc-950",t),...o,children:e})]}));X3.displayName=Eie.displayName;const $3=({className:t,...e})=>J.jsx("div",{className:Ji("rf-flex rf-flex-col rf-space-y-2 rf-text-center sm:rf-text-left",t),...e});$3.displayName="DialogHeader";const tU=({className:t,...e})=>J.jsx("div",{className:Ji("rf-flex rf-flex-col-reverse sm:rf-flex-row sm:rf-justify-end sm:rf-space-x-2",t),...e});tU.displayName="DialogFooter";const Z3=j.forwardRef(({className:t,...e},n)=>J.jsx(C3e,{ref:n,className:Ji("rf-text-lg rf-font-semibold",t),...e}));Z3.displayName=C3e.displayName;const DT=j.forwardRef(({className:t,...e},n)=>J.jsx(f3e,{ref:n,className:Ji("rf-text-sm rf-text-zinc-500 dark:rf-text-zinc-400",t),...e}));DT.displayName=f3e.displayName;const Bie={"tscircuit.com":{label:"tscircuit.com",placeholder:"Search tscircuit packages...",emptyMessage:"No packages found"},jlcpcb:{label:"JLCPCB Parts",placeholder:"Search JLCPCB parts (e.g. C14663)...",emptyMessage:"No parts found"},kicad:{label:"KiCad Footprints",placeholder:"Search KiCad footprints...",emptyMessage:"No footprints found"}},qHo="https://cdn.jsdelivr.net/npm/easyeda@latest/dist/browser/index.js";let w3e=null;const P3e=async()=>(w3e||(w3e=import(qHo)),w3e),WHo=t=>(e,n)=>{const o=new Headers(n?.headers),i={};return o.forEach((r,A)=>{i[A]=r}),fetch(`${t?.apiBase??Qf}/proxy`,{...n,headers:{...i,"X-Target-Url":e.toString(),"X-Sender-Origin":i.origin??"","X-Sender-Host":i.host??"https://easyeda.com","X-Sender-Referer":i.referer??"","X-Sender-User-Agent":i["user-agent"]??"","X-Sender-Cookie":i.cookie??"",authority:i.authority??"","content-type":i["content-type"]??"",...t?.headers}})},jHo=async(t,e=10)=>{const n=encodeURIComponent(t),o=await fetch(`https://jlcsearch.tscircuit.com/api/search?limit=${e}&q=${n}`);if(!o.ok)throw new Error(`JLCPCB API error: ${o.status}`);return(await o.json()).components??[]},XHo=t=>({lcscId:t.lcsc,manufacturer:t.mfr,description:t.description,partNumber:`C${t.lcsc}`,package:t.package,price:t.price,stock:t.stock,isBasic:t.is_basic}),PRt=async(t,e)=>{const{fetchEasyEDAComponent:n}=await P3e();return n(t,{fetch:WHo(e),includeModelMetadata:e?.includeModelMetadata})},$Ho=async(t,e)=>{const{convertRawEasyToTsx:n}=await P3e(),o=await PRt(t,e);return n({rawEasy:o})},ZHo=async(t,e)=>{const{EasyEdaJsonSchema:n,convertEasyEdaJsonToCircuitJson:o}=await P3e(),i=await PRt(t,{...e,includeModelMetadata:!1}),r=n.parse(i);return o(r,{shouldRecenter:!0,showDesignator:!0,useModelCdn:!1})};function dw(t){return Array.isArray?Array.isArray(t):NRt(t)==="[object Array]"}function eGo(t){if(typeof t=="string")return t;if(typeof t=="bigint")return t.toString();const e=t+"";return e=="0"&&1/t==-1/0?"-0":e}function v3e(t){return t==null?"":eGo(t)}function bC(t){return typeof t=="string"}function Qie(t){return typeof t=="number"}function tGo(t){return t===!0||t===!1||nGo(t)&&NRt(t)=="[object Boolean]"}function vRt(t){return typeof t=="object"}function nGo(t){return vRt(t)&&t!==null}function G2(t){return t!=null}function Sie(t){return!t.trim().length}function NRt(t){return t==null?t===void 0?"[object Undefined]":"[object Null]":Object.prototype.toString.call(t)}const oGo="Incorrect 'index' type",N3e="Invalid doc index: must be a non-negative integer within the bounds of the docs array",iGo=t=>`Invalid value for key ${t}`,rGo=t=>`Pattern length exceeds max of ${t}.`,AGo=t=>`Missing ${t} property in key`,sGo=t=>`Property 'weight' in key '${t}' must be a positive integer`,aGo="Fuse.match does not support useTokenSearch: token search requires corpus-level statistics (df, fieldCount) that a one-off string comparison does not have. Use new Fuse(...).search(...) instead.",RRt=Object.prototype.hasOwnProperty;var cGo=class{constructor(t){this._keys=[],this._keyMap={};let e=0;t.forEach(n=>{const o=TRt(n);this._keys.push(o),this._keyMap[o.id]=o,e+=o.weight}),this._keys.forEach(n=>{n.weight/=e})}get(t){return this._keyMap[t]}keys(){return this._keys}toJSON(){return JSON.stringify(this._keys)}};function TRt(t){let e=null,n=null,o=null,i=1,r=null;if(bC(t)||dw(t))o=t,e=kRt(t),n=bie(t);else{if(!RRt.call(t,"name"))throw new Error(AGo("name"));const A=t.name;if(o=A,RRt.call(t,"weight")&&t.weight!==void 0&&(i=t.weight,i<=0))throw new Error(sGo(bie(A)));e=kRt(A),n=bie(A),r=t.getFn??null}return{path:e,id:n,weight:i,src:o,getFn:r}}function kRt(t){return dw(t)?t:t.split(".")}function bie(t){return dw(t)?t.join("."):t}function lGo(t,e){const n=[];let o=!1;const i=(r,A,s,a)=>{if(G2(r))if(!A[s])n.push(a!==void 0?{v:r,i:a}:r);else{const c=r[A[s]];if(!G2(c))return;if(s===A.length-1&&(bC(c)||Qie(c)||tGo(c)||typeof c=="bigint"))n.push(a!==void 0?{v:v3e(c),i:a}:v3e(c));else if(dw(c)){o=!0;for(let l=0,g=c.length;l<g;l+=1)i(c[l],A,s+1,l)}else A.length&&i(c,A,s+1,a)}};return i(t,bC(e)?e.split("."):e,0),o?n:n[0]}const PA=Object.freeze({...{isCaseSensitive:!1,ignoreDiacritics:!1,includeScore:!1,keys:[],shouldSort:!0,sortFn:(t,e)=>t.score===e.score?t.idx<e.idx?-1:1:t.score<e.score?-1:1},...{includeMatches:!1,findAllMatches:!1,minMatchCharLength:1},...{location:0,threshold:.6,distance:100},...{useExtendedSearch:!1,useTokenSearch:!1,tokenize:void 0,tokenMatch:"any",getFn:lGo,ignoreLocation:!1,ignoreFieldNorm:!1,fieldNormWeight:1}});function gGo(t){return t>=9&&t<=13||t===32||t===160}function uGo(t=1,e=3){const n=new Map,o=Math.pow(10,e);return{get(i){let r=0,A=!1;for(let a=0;a<i.length;a++)gGo(i.charCodeAt(a))?A=!1:A||(r++,A=!0);if(r===0&&(r=1),n.has(r))return n.get(r);const s=Math.round(o/Math.pow(r,.5*t))/o;return n.set(r,s),s},clear(){n.clear()}}}var R3e=class{constructor({getFn:t=PA.getFn,fieldNormWeight:e=PA.fieldNormWeight}={}){this.norm=uGo(e,3),this.getFn=t,this.isCreated=!1,this.docs=[],this.keys=[],this._keysMap={},this.setIndexRecords()}setSources(t=[]){this.docs=t}setIndexRecords(t=[]){this.records=t}setKeys(t=[]){this.keys=t,this._keysMap={},t.forEach((e,n)=>{this._keysMap[e.id]=n})}create(){if(this.isCreated||!this.docs.length)return;this.isCreated=!0;const t=this.docs.length;this.records=new Array(t);let e=0;if(bC(this.docs[0]))for(let n=0;n<t;n++){const o=this._createStringRecord(this.docs[n],n);o&&(this.records[e++]=o)}else for(let n=0;n<t;n++)this.records[e++]=this._createObjectRecord(this.docs[n],n);this.records.length=e,this.norm.clear()}add(t,e){if(!Number.isInteger(e)||e<0)throw new Error(N3e);if(bC(t)){const o=this._createStringRecord(t,e);return o&&this.records.push(o),o}const n=this._createObjectRecord(t,e);return this.records.push(n),n}removeAt(t){if(!Number.isInteger(t)||t<0)throw new Error(N3e);for(let e=0,n=this.records.length;e<n;e+=1)if(this.records[e].i===t){this.records.splice(e,1);break}for(let e=0,n=this.records.length;e<n;e+=1)this.records[e].i>t&&(this.records[e].i-=1)}removeAll(t){const e=new Set;for(const o of t)Number.isInteger(o)&&o>=0&&e.add(o);if(e.size===0)return;this.records=this.records.filter(o=>!e.has(o.i));const n=Array.from(e).sort((o,i)=>o-i);for(const o of this.records){let i=0,r=n.length;for(;i<r;){const A=i+r>>>1;n[A]<o.i?i=A+1:r=A}o.i-=i}}getValueForItemAtKeyId(t,e){return t[this._keysMap[e]]}size(){return this.records.length}_createStringRecord(t,e){return!G2(t)||Sie(t)?null:{v:t,i:e,n:this.norm.get(t)}}_createObjectRecord(t,e){const n={i:e,$:{}};for(let o=0,i=this.keys.length;o<i;o++){const r=this.keys[o],A=r.getFn?r.getFn(t):this.getFn(t,r.path);if(G2(A)){if(dw(A)){const s=[];for(let a=0,c=A.length;a<c;a+=1){const l=A[a];if(G2(l)){if(bC(l)){if(!Sie(l)){const g={v:l,i:a,n:this.norm.get(l)};s.push(g)}}else if(G2(l.v)){const g=bC(l.v)?l.v:v3e(l.v);if(!Sie(g)){const u={v:g,i:l.i,n:this.norm.get(g)};s.push(u)}}}}n.$[o]=s}else if(bC(A)&&!Sie(A)){const s={v:A,n:this.norm.get(A)};n.$[o]=s}}}return n}toJSON(){return{keys:this.keys.map(({getFn:t,...e})=>e),records:this.records}}};function FRt(t,e,{getFn:n=PA.getFn,fieldNormWeight:o=PA.fieldNormWeight}={}){const i=new R3e({getFn:n,fieldNormWeight:o});return i.setKeys(t.map(TRt)),i.setSources(e),i.create(),i}function dGo(t,{getFn:e=PA.getFn,fieldNormWeight:n=PA.fieldNormWeight}={}){const{keys:o,records:i}=t,r=new R3e({getFn:e,fieldNormWeight:n});return r.setKeys(o),r.setIndexRecords(i),r}function hGo(t=[],e=PA.minMatchCharLength){const n=[];let o=-1,i=-1,r=0;for(let A=t.length;r<A;r+=1){const s=t[r];s&&o===-1?o=r:!s&&o!==-1&&(i=r-1,i-o+1>=e&&n.push([o,i]),o=-1)}return t[r-1]&&r-o>=e&&n.push([o,r-1]),n}function _Go(t,e,n,{location:o=PA.location,distance:i=PA.distance,threshold:r=PA.threshold,findAllMatches:A=PA.findAllMatches,minMatchCharLength:s=PA.minMatchCharLength,includeMatches:a=PA.includeMatches,ignoreLocation:c=PA.ignoreLocation}={}){if(e.length>32)throw new Error(rGo(32));const l=e.length,g=t.length,u=Math.max(0,Math.min(o,g));let h=r,d=u;const _=(D,w)=>{const F=D/l;if(c)return F;const R=Math.abs(u-w);return i?F+R/i:R?1:F},p=s>1||a,m=p?Array(g):[];let C;for(;(C=t.indexOf(e,d))>-1;){const D=_(0,C);if(h=Math.min(D,h),d=C+l,p){let w=0;for(;w<l;)m[C+w]=1,w+=1}}d=-1;let I=[],f=1,y=0,x=l+g;const B=1<<l-1;for(let D=0;D<l;D+=1){let w=0,F=x;for(;w<F;)_(D,u+F)<=h?w=F:x=F,F=Math.floor((x-w)/2+w);x=F;let R=Math.max(1,u-F+1);const H=A?g:Math.min(u+F,g)+l,G=Array(H+2);G[H+1]=(1<<D)-1;for(let K=H;K>=R;K-=1){const V=K-1,W=n[t[V]];if(G[K]=(G[K+1]<<1|1)&W,D&&(G[K]|=(I[K+1]|I[K])<<1|1|I[K+1]),G[K]&B&&(f=_(D,V),f<=h)){if(h=f,d=V,y=D,d<=u)break;R=Math.max(1,2*u-d)}}if(_(D+1,u)>h)break;I=G}if(p&&d>=0){const D=Math.min(g-1,d+l-1+y);for(let w=d;w<=D;w+=1)n[t[w]]&&(m[w]=1)}const S={isMatch:d>=0,score:Math.max(.001,f)};if(p){const D=hGo(m,s);D.length?a&&(S.indices=D):S.isMatch=!1}return S}function mGo(t){const e={};for(let n=0,o=t.length;n<o;n+=1){const i=t.charAt(n);e[i]=(e[i]||0)|1<<o-n-1}return e}function T3e(t){if(t.length<=1)return t;t.sort((n,o)=>n[0]-o[0]||n[1]-o[1]);const e=[t[0]];for(let n=1,o=t.length;n<o;n+=1){const i=e[e.length-1],r=t[n];r[0]<=i[1]+1?i[1]=Math.max(i[1],r[1]):e.push(r)}return e}const LRt={ł:"l",Ł:"L",đ:"d",Đ:"D",ø:"o",Ø:"O",ħ:"h",Ħ:"H",ŧ:"t",Ŧ:"T",ı:"i",ß:"ss"},pGo=new RegExp("["+Object.keys(LRt).join("")+"]","g"),nU=typeof String.prototype.normalize=="function"?t=>t.normalize("NFD").replace(/[\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08D3-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B62\u0B63\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0C00-\u0C04\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D82\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F\u109A-\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u180B-\u180D\u1885\u1886\u18A9\u1920-\u192B\u1930-\u193B\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F\u1AB0-\u1ABE\u1B00-\u1B04\u1B34-\u1B44\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BE6-\u1BF3\u1C24-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF2-\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DF9\u1DFB-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA880\uA881\uA8B4-\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9E5\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F]/g,"").replace(pGo,e=>LRt[e]):t=>t;var k3e=class{constructor(t,{location:e=PA.location,threshold:n=PA.threshold,distance:o=PA.distance,includeMatches:i=PA.includeMatches,findAllMatches:r=PA.findAllMatches,minMatchCharLength:A=PA.minMatchCharLength,isCaseSensitive:s=PA.isCaseSensitive,ignoreDiacritics:a=PA.ignoreDiacritics,ignoreLocation:c=PA.ignoreLocation}={}){if(this.options={location:e,threshold:n,distance:o,includeMatches:i,findAllMatches:r,minMatchCharLength:A,isCaseSensitive:s,ignoreDiacritics:a,ignoreLocation:c},t=s?t:t.toLowerCase(),t=a?nU(t):t,this.pattern=t,this.chunks=[],!this.pattern.length)return;const l=(u,h)=>{this.chunks.push({pattern:u,alphabet:mGo(u),startIndex:h})},g=this.pattern.length;if(g>32){let u=0;const h=g%32,d=g-h;for(;u<d;)l(this.pattern.substr(u,32),u),u+=32;if(h){const _=g-32;l(this.pattern.substr(_),_)}}else l(this.pattern,0)}searchIn(t){const{isCaseSensitive:e,ignoreDiacritics:n,includeMatches:o}=this.options;if(t=e?t:t.toLowerCase(),t=n?nU(t):t,this.pattern===t){if(t.length<this.options.minMatchCharLength)return{isMatch:!1,score:1};const d={isMatch:!0,score:0};return o&&(d.indices=[[0,t.length-1]]),d}const{location:i,distance:r,threshold:A,findAllMatches:s,minMatchCharLength:a,ignoreLocation:c}=this.options,l=[];let g=0,u=!1;this.chunks.forEach(({pattern:d,alphabet:_,startIndex:p})=>{const{isMatch:m,score:C,indices:I}=_Go(t,d,_,{location:i+p,distance:r,threshold:A,findAllMatches:s,minMatchCharLength:a,includeMatches:o,ignoreLocation:c});m&&(u=!0),g+=C,m&&I&&l.push(...I)});const h={isMatch:u,score:u?g/this.chunks.length:1};return u&&o&&(h.indices=T3e(l)),h}};const IGo=new Set(["fuzzy","include"]);function CGo(t){return t.startsWith("inverse")}const F3e=[{type:"exact",multiRegex:/^="(.*)"$/,singleRegex:/^=(.*)$/,create:t=>({type:"exact",search(e){const n=e===t;return{isMatch:n,score:n?0:1,indices:[0,t.length-1]}}})},{type:"include",multiRegex:/^'"(.*)"$/,singleRegex:/^'(.*)$/,create:t=>({type:"include",search(e){let n=0,o;const i=[],r=t.length;for(;(o=e.indexOf(t,n))>-1;)n=o+r,i.push([o,n-1]);const A=!!i.length;return{isMatch:A,score:A?0:1,indices:i}}})},{type:"prefix-exact",multiRegex:/^\^"(.*)"$/,singleRegex:/^\^(.*)$/,create:t=>({type:"prefix-exact",search(e){const n=e.startsWith(t);return{isMatch:n,score:n?0:1,indices:[0,t.length-1]}}})},{type:"inverse-prefix-exact",multiRegex:/^!\^"(.*)"$/,singleRegex:/^!\^(.*)$/,create:t=>({type:"inverse-prefix-exact",search(e){const n=!e.startsWith(t);return{isMatch:n,score:n?0:1,indices:[0,e.length-1]}}})},{type:"inverse-suffix-exact",multiRegex:/^!"(.*)"\$$/,singleRegex:/^!(.*)\$$/,create:t=>({type:"inverse-suffix-exact",search(e){const n=!e.endsWith(t);return{isMatch:n,score:n?0:1,indices:[0,e.length-1]}}})},{type:"suffix-exact",multiRegex:/^"(.*)"\$$/,singleRegex:/^(.*)\$$/,create:t=>({type:"suffix-exact",search(e){const n=e.endsWith(t);return{isMatch:n,score:n?0:1,indices:[e.length-t.length,e.length-1]}}})},{type:"inverse-exact",multiRegex:/^!"(.*)"$/,singleRegex:/^!(.*)$/,create:t=>({type:"inverse-exact",search(e){const n=e.indexOf(t)===-1;return{isMatch:n,score:n?0:1,indices:[0,e.length-1]}}})},{type:"fuzzy",multiRegex:/^"(.*)"$/,singleRegex:/^(.*)$/,create:(t,e={})=>{const n=new k3e(t,{location:e.location??PA.location,threshold:e.threshold??PA.threshold,distance:e.distance??PA.distance,includeMatches:e.includeMatches??PA.includeMatches,findAllMatches:e.findAllMatches??PA.findAllMatches,minMatchCharLength:e.minMatchCharLength??PA.minMatchCharLength,isCaseSensitive:e.isCaseSensitive??PA.isCaseSensitive,ignoreDiacritics:e.ignoreDiacritics??PA.ignoreDiacritics,ignoreLocation:e.ignoreLocation??PA.ignoreLocation});return{type:"fuzzy",search(o){return n.searchIn(o)}}}}],HRt=F3e.length,fGo="\0",yGo="|";function EGo(t){const e=[],n=t.length;let o=0;for(;o<n;){for(;o<n&&t[o]===" ";)o++;if(o>=n)break;let i=o;for(;i<n&&t[i]!==" "&&t[i]!=='"';)i++;if(i<n&&t[i]==='"'){for(i++;i<n;){if(t[i]==='"'){const r=i+1;if(r>=n||t[r]===" "){i++;break}if(t[r]==="$"&&(r+1>=n||t[r+1]===" ")){i+=2;break}}i++}e.push(t.substring(o,i)),o=i}else{for(;i<n&&t[i]!==" ";)i++;e.push(t.substring(o,i)),o=i}}return e}function GRt(t,e){const n=t.match(e);return n?n[1]:null}function xGo(t,e={}){return t.replace(/\\\|/g,fGo).split(yGo).map(n=>{const o=EGo(n.replace(/\u0000/g,"|").trim()).filter(r=>r&&!!r.trim()),i=[];for(let r=0,A=o.length;r<A;r+=1){const s=o[r];let a=!1,c=-1;for(;!a&&++c<HRt;){const l=F3e[c],g=GRt(s,l.multiRegex);g&&(i.push(l.create(g,e)),a=!0)}if(!a)for(c=-1;++c<HRt;){const l=F3e[c],g=GRt(s,l.singleRegex);if(g){i.push(l.create(g,e));break}}}return i})}var BGo=class{constructor(t,{isCaseSensitive:e=PA.isCaseSensitive,ignoreDiacritics:n=PA.ignoreDiacritics,includeMatches:o=PA.includeMatches,minMatchCharLength:i=PA.minMatchCharLength,ignoreLocation:r=PA.ignoreLocation,findAllMatches:A=PA.findAllMatches,location:s=PA.location,threshold:a=PA.threshold,distance:c=PA.distance}={}){this.query=null,this.options={isCaseSensitive:e,ignoreDiacritics:n,includeMatches:o,minMatchCharLength:i,findAllMatches:A,ignoreLocation:r,location:s,threshold:a,distance:c},t=e?t:t.toLowerCase(),t=n?nU(t):t,this.pattern=t,this.query=xGo(this.pattern,this.options)}static condition(t,e){return e.useExtendedSearch}searchIn(t){const e=this.query;if(!e)return{isMatch:!1,score:1};const{includeMatches:n,isCaseSensitive:o,ignoreDiacritics:i}=this.options;t=o?t:t.toLowerCase(),t=i?nU(t):t;let r=0;const A=[];let s=0,a=!1;for(let c=0,l=e.length;c<l;c+=1){const g=e[c];A.length=0,r=0,a=!1;for(let u=0,h=g.length;u<h;u+=1){const d=g[u],{isMatch:_,indices:p,score:m}=d.search(t);if(_)r+=1,s+=m,CGo(d.type)&&(a=!0),n&&(IGo.has(d.type)?A.push(...p):A.push(p));else{s=0,r=0,A.length=0,a=!1;break}}if(r){const u={isMatch:!0,score:s/r};return a&&(u.hasInverse=!0),n&&(u.indices=T3e(A)),u}}return{isMatch:!1,score:1}}};const L3e=[];function H3e(...t){L3e.push(...t)}function Die(t,e){for(let n=0,o=L3e.length;n<o;n+=1){const i=L3e[n];if(i.condition(t,e))return new i(t,e)}return new k3e(t,e)}const Mie={AND:"$and",OR:"$or"},G3e={PATH:"$path",PATTERN:"$val"},O3e=t=>!!(t[Mie.AND]||t[Mie.OR]),QGo=t=>!!t[G3e.PATH],SGo=t=>!dw(t)&&vRt(t)&&!O3e(t),ORt=t=>({[Mie.AND]:Object.keys(t).map(e=>({[e]:t[e]}))});function KRt(t,e,{auto:n=!0}={}){const o=i=>{if(bC(i)){const a={keyId:null,pattern:i};return n&&(a.searcher=Die(i,e)),a}const r=Object.keys(i),A=QGo(i);if(!A&&r.length>1&&!O3e(i))return o(ORt(i));if(SGo(i)){const a=A?i[G3e.PATH]:r[0],c=A?i[G3e.PATTERN]:i[a];if(!bC(c))throw new Error(iGo(a));const l={keyId:bie(a),pattern:c};return n&&(l.searcher=Die(c,e)),l}const s={children:[],operator:r[0]};return r.forEach(a=>{const c=i[a];dw(c)&&c.forEach(l=>{s.children.push(o(l))})}),s};return O3e(t)||(t=ORt(t)),o(t)}function K3e(t,{ignoreFieldNorm:e=PA.ignoreFieldNorm}){let n=1;return t.forEach(({key:o,norm:i,score:r})=>{const A=o?o.weight:null;n*=Math.pow(r===0&&A?Number.EPSILON:r,(A||1)*(e?1:i))}),n}function bGo(t,{ignoreFieldNorm:e=PA.ignoreFieldNorm}){t.forEach(n=>{n.score=K3e(n.matches,{ignoreFieldNorm:e})})}var DGo=class{constructor(t,e){this.limit=t,this.heap=[],this.comparator=e}get size(){return this.heap.length}insert(t){this.size<this.limit?(this.heap.push(t),this._bubbleUp(this.size-1)):this.comparator(t,this.heap[0])<0&&(this.heap[0]=t,this._sinkDown(0))}extractSorted(){return this.heap.sort(this.comparator)}_bubbleUp(t){const e=this.heap;for(;t>0;){const n=t-1>>1;if(this.comparator(e[t],e[n])<=0)break;const o=e[t];e[t]=e[n],e[n]=o,t=n}}_sinkDown(t){const e=this.heap,n=e.length;let o=t;do{t=o;const i=2*t+1,r=2*t+2;if(i<n&&this.comparator(e[i],e[o])>0&&(o=i),r<n&&this.comparator(e[r],e[o])>0&&(o=r),o!==t){const A=e[t];e[t]=e[o],e[o]=A}}while(o!==t)}};function MGo(t){const e=[];return t.matches.forEach(n=>{if(!G2(n.indices)||!n.indices.length)return;const o={indices:n.indices,value:n.value};n.key&&(o.key=n.key.id),n.idx>-1&&(o.refIndex=n.idx),e.push(o)}),e}function wGo(t,e,{includeMatches:n=PA.includeMatches,includeScore:o=PA.includeScore}={}){return t.map(i=>{const{idx:r}=i,A={item:e[r],refIndex:r};return n&&(A.matches=MGo(i)),o&&(A.score=i.score),A})}const PGo=/[\p{L}\p{M}\p{N}_]+/gu,URt=new WeakSet;function vGo(t){URt.has(t)||(URt.add(t),console.warn(`[Fuse] tokenize regex ${t} lacks the global flag; only the first match per text will be returned. Add the 'g' flag.`))}function NGo(t){if(typeof t=="function"){let e=!1;return n=>{const o=t(n);if(!e&&(e=!0,!Array.isArray(o)||o.some(i=>typeof i!="string")))throw new Error(`[Fuse] tokenize function must return string[]; received ${Array.isArray(o)?"array containing non-strings":typeof o}.`);return o}}return t instanceof RegExp?(t.global||vGo(t),e=>e.match(t)||[]):e=>e.match(PGo)||[]}function U3e({isCaseSensitive:t=!1,ignoreDiacritics:e=!1,tokenize:n}={}){const o=NGo(n);return{tokenize(i){return t||(i=i.toLowerCase()),e&&(i=nU(i)),o(i)}}}var RGo=class{static condition(t,e){return e.useTokenSearch}constructor(t,e){this.options=e,this.analyzer=U3e({isCaseSensitive:e.isCaseSensitive,ignoreDiacritics:e.ignoreDiacritics,tokenize:e.tokenize});const n=this.analyzer.tokenize(t),{df:o,fieldCount:i}=e._invertedIndex;this.termSearchers=[],this.idfWeights=[];for(const r of n){this.termSearchers.push(new k3e(r,{location:e.location,threshold:e.threshold,distance:e.distance,includeMatches:e.includeMatches,findAllMatches:e.findAllMatches,minMatchCharLength:e.minMatchCharLength,isCaseSensitive:e.isCaseSensitive,ignoreDiacritics:e.ignoreDiacritics,ignoreLocation:!0}));const A=o.get(r)||0,s=Math.log(1+(i-A+.5)/(A+.5));this.idfWeights.push(s)}this.combineAll=e.tokenMatch==="all",this.numTerms=this.termSearchers.length,this.useMask=this.numTerms<=31}searchIn(t){if(!this.termSearchers.length)return{isMatch:!1,score:1};const e=[];let n=0,o=0,i=0,r=0;const A=this.combineAll&&!this.useMask?new Set:null;for(let c=0;c<this.termSearchers.length;c++){const l=this.termSearchers[c].searchIn(t),g=this.idfWeights[c];o+=g,l.isMatch&&(i++,n+=g*(1-l.score),l.indices&&e.push(...l.indices),this.combineAll&&(this.useMask?r|=1<<c:A.add(c)))}if(i===0)return{isMatch:!1,score:1};const s=o>0?1-n/o:0,a={isMatch:!0,score:Math.max(.001,s)};return this.options.includeMatches&&e.length&&(a.indices=T3e(e)),this.combineAll&&(this.useMask?a.matchedMask=r:a.matchedTerms=A,a.termCount=this.numTerms),a}};function Y3e(t,e,n,o){const i=o.tokenize(e);if(!i.length)return;t.fieldCount++,t.docFieldCount.set(n,(t.docFieldCount.get(n)||0)+1);const r=new Set(i);let A=t.docTermFieldHits.get(n);A||(A=new Map,t.docTermFieldHits.set(n,A));for(const s of r)A.set(s,(A.get(s)||0)+1),t.df.set(s,(t.df.get(s)||0)+1)}function YRt(t,e,n,o){const{i,v:r,$:A}=e;if(r!==void 0){Y3e(t,r,i,o);return}if(A)for(let s=0;s<n;s++){const a=A[s];if(a)if(Array.isArray(a))for(const c of a)Y3e(t,c.v,i,o);else Y3e(t,a.v,i,o)}}function TGo(t,e,n){const o={fieldCount:0,df:new Map,docFieldCount:new Map,docTermFieldHits:new Map};for(const i of t)YRt(o,i,e,n);return o}function kGo(t,e,n,o){YRt(t,e,n,o)}function FGo(t,e){const n=t.docFieldCount.get(e);if(n===void 0)return;t.fieldCount-=n,t.docFieldCount.delete(e);const o=t.docTermFieldHits.get(e);if(o){for(const[i,r]of o){const A=(t.df.get(i)||0)-r;A<=0?t.df.delete(i):t.df.set(i,A)}t.docTermFieldHits.delete(e)}}function zRt(t,e){if(e.length===0)return;const n=Array.from(new Set(e)).sort((s,a)=>s-a);for(const s of n)FGo(t,s);const o=s=>{let a=0,c=n.length;for(;a<c;){const l=a+c>>>1;n[l]<s?a=l+1:c=l}return s-a},i=n[0],r=new Map;for(const[s,a]of t.docFieldCount)r.set(s>i?o(s):s,a);t.docFieldCount=r;const A=new Map;for(const[s,a]of t.docTermFieldHits)A.set(s>i?o(s):s,a);t.docTermFieldHits=A}var hw=class{constructor(t,e,n){this.options={...PA,...e},this.options.useExtendedSearch,this.options.useTokenSearch,this._keyStore=new cGo(this.options.keys),this._docs=t,this._myIndex=null,this._invertedIndex=null,this.setCollection(t,n),this._lastQuery=null,this._lastSearcher=null}_getSearcher(t){if(this._lastQuery===t)return this._lastSearcher;const e=Die(t,this._invertedIndex?{...this.options,_invertedIndex:this._invertedIndex}:this.options);return this._lastQuery=t,this._lastSearcher=e,e}setCollection(t,e){if(this._docs=t,e&&!(e instanceof R3e))throw new Error(oGo);if(this._myIndex=e||FRt(this.options.keys,this._docs,{getFn:this.options.getFn,fieldNormWeight:this.options.fieldNormWeight}),this.options.useTokenSearch){const n=U3e({isCaseSensitive:this.options.isCaseSensitive,ignoreDiacritics:this.options.ignoreDiacritics,tokenize:this.options.tokenize});this._invertedIndex=TGo(this._myIndex.records,this._myIndex.keys.length,n)}this._invalidateSearcherCache()}add(t){if(!G2(t))return;this._docs.push(t);const e=this._myIndex.add(t,this._docs.length-1);if(this._invertedIndex&&e){const n=U3e({isCaseSensitive:this.options.isCaseSensitive,ignoreDiacritics:this.options.ignoreDiacritics,tokenize:this.options.tokenize});kGo(this._invertedIndex,e,this._myIndex.keys.length,n)}this._invalidateSearcherCache()}remove(t=()=>!1){const e=[],n=[];for(let o=0,i=this._docs.length;o<i;o+=1)t(this._docs[o],o)&&(e.push(this._docs[o]),n.push(o));if(n.length){this._invertedIndex&&zRt(this._invertedIndex,n);const o=new Set(n);this._docs=this._docs.filter((i,r)=>!o.has(r)),this._myIndex.removeAll(n),this._invalidateSearcherCache()}return e}removeAt(t){if(!Number.isInteger(t)||t<0||t>=this._docs.length)throw new Error(N3e);this._invertedIndex&&zRt(this._invertedIndex,[t]);const e=this._docs.splice(t,1)[0];return this._myIndex.removeAt(t),this._invalidateSearcherCache(),e}_invalidateSearcherCache(){this._lastQuery=null,this._lastSearcher=null}getIndex(){return this._myIndex}_normalizedKeys(){return this._myIndex.keys.map(t=>this._keyStore.get(t.id)||t)}search(t,e){const{limit:n=-1}=e||{},{includeMatches:o,includeScore:i,shouldSort:r,sortFn:A,ignoreFieldNorm:s}=this.options;if(bC(t)&&!t.trim()){let u=this._docs.map((h,d)=>({item:h,refIndex:d}));return Qie(n)&&n>-1&&(u=u.slice(0,n)),u}const a=r&&Qie(n)&&n>0&&bC(t),c=A,l=(u,h)=>c(u,h)||u.idx-h.idx;let g;if(a){const u=new DGo(n,l);bC(this._docs[0])?this._searchStringList(t,{heap:u,ignoreFieldNorm:s}):this._searchObjectList(t,{heap:u,ignoreFieldNorm:s}),g=u.extractSorted()}else g=bC(t)?bC(this._docs[0])?this._searchStringList(t):this._searchObjectList(t):this._searchLogical(t),bGo(g,{ignoreFieldNorm:s}),r&&g.sort(bC(t)?l:c),Qie(n)&&n>-1&&(g=g.slice(0,n));return wGo(g,this._docs,{includeMatches:o,includeScore:i})}_searchStringList(t,{heap:e,ignoreFieldNorm:n}={}){const o=this._getSearcher(t),i=this.options.useTokenSearch&&this.options.tokenMatch==="all",{records:r}=this._myIndex,A=e?null:[];return r.forEach(({v:s,i:a,n:c})=>{if(!G2(s))return;const l=o.searchIn(s);if(l.isMatch){const g={score:l.score,value:s,norm:c,indices:l.indices};i&&(g.matchedMask=l.matchedMask,g.matchedTerms=l.matchedTerms,g.termCount=l.termCount);const u=[g];if(!i||this._coversAllTokens(u)){const h={item:s,idx:a,matches:u};e?(h.score=K3e(h.matches,{ignoreFieldNorm:n}),e.insert(h)):A.push(h)}}}),A}_searchLogical(t){const e=KRt(t,this.options),n=this._normalizedKeys(),o=(s,a,c)=>{if(!("children"in s)){const{keyId:h,searcher:d}=s;let _;return h===null?(_=[],n.forEach((p,m)=>{_.push(...this._findMatches({key:p,value:a[m],searcher:d}))})):_=this._findMatches({key:this._keyStore.get(h),value:this._myIndex.getValueForItemAtKeyId(a,h),searcher:d}),_&&_.length?[{idx:c,item:a,matches:_}]:[]}const{children:l,operator:g}=s,u=[];for(let h=0,d=l.length;h<d;h+=1){const _=l[h],p=o(_,a,c);if(p.length)u.push(...p);else if(g===Mie.AND)return[]}return u},i=this._myIndex.records,r=new Map,A=[];return i.forEach(({$:s,i:a})=>{if(G2(s)){const c=o(e,s,a);c.length&&(r.has(a)||(r.set(a,{idx:a,item:s,matches:[]}),A.push(r.get(a))),c.forEach(({matches:l})=>{r.get(a).matches.push(...l)}))}}),A}_searchObjectList(t,{heap:e,ignoreFieldNorm:n}={}){const o=this._getSearcher(t),i=this.options.useTokenSearch&&this.options.tokenMatch==="all",{records:r}=this._myIndex,A=this._normalizedKeys(),s=e?null:[];return r.forEach(({$:a,i:c})=>{if(!G2(a))return;const l=[];let g=!1,u=!1;if(A.forEach((h,d)=>{const _=this._findMatches({key:h,value:a[d],searcher:o});_.length?(l.push(..._),_[0].hasInverse&&(u=!0)):g=!0}),!(u&&g)&&l.length&&(!i||this._coversAllTokens(l))){const h={idx:c,item:a,matches:l};e?(h.score=K3e(h.matches,{ignoreFieldNorm:n}),e.insert(h)):s.push(h)}}),s}_findMatches({key:t,value:e,searcher:n}){if(!G2(e))return[];const o=[];if(dw(e))e.forEach(({v:i,i:r,n:A})=>{if(!G2(i))return;const s=n.searchIn(i);if(s.isMatch){const a={score:s.score,key:t,value:i,idx:r,norm:A,indices:s.indices,hasInverse:s.hasInverse};s.termCount!==void 0&&(a.matchedMask=s.matchedMask,a.matchedTerms=s.matchedTerms,a.termCount=s.termCount),o.push(a)}});else{const{v:i,n:r}=e,A=n.searchIn(i);if(A.isMatch){const s={score:A.score,key:t,value:i,norm:r,indices:A.indices,hasInverse:A.hasInverse};A.termCount!==void 0&&(s.matchedMask=A.matchedMask,s.matchedTerms=A.matchedTerms,s.termCount=A.termCount),o.push(s)}}return o}_coversAllTokens(t){const e=t.length?t[0].termCount:void 0;if(e===void 0)return!0;if(e<=31){let o=0;for(let i=0;i<t.length;i++)o|=t[i].matchedMask||0;return o===2**e-1}const n=new Set;for(let o=0;o<t.length;o++){const i=t[o].matchedTerms;if(i)for(const r of i)n.add(r)}return n.size===e}};hw.version="7.5.0",hw.createIndex=FRt,hw.parseIndex=dGo,hw.config=PA,hw.match=function(t,e,n){if(n&&n.useTokenSearch)throw new Error(aGo);return Die(t,{...PA,...n}).searchIn(e)},hw.parseQuery=KRt,H3e(BGo),H3e(RGo),hw.use=function(...t){t.forEach(e=>H3e(e))};var LGo=hw;const HGo="https://kicad-mod-cache.tscircuit.com";let z3e=null,oU=null,V3e=null;const GGo=async()=>z3e||oU||(oU=fetch("https://kicad-mod-cache.tscircuit.com/kicad_files.json").then(t=>t.json()).then(t=>(z3e=t,oU=null,t)),oU),OGo=async(t,e=20)=>{const n=await GGo();return V3e||(V3e=new LGo(n)),V3e.search(t).slice(0,e).map(o=>o.item)},KGo=t=>{const e=t.replace(".pretty/","/").replace(".kicad_mod",""),n=`kicad:${e}`;return{path:t,qualifiedName:n,description:e}},UGo=t=>t.replace(/^\/+/,"").split("/").map(e=>encodeURIComponent(e)).join("/"),YGo=async t=>{const e=await fetch(`${HGo}/${UGo(t)}`);if(!e.ok)throw new Error(`KiCad footprint fetch failed: ${e.status}`);const n=await e.text(),{KicadFootprintToCircuitJsonConverter:o}=await bB("kicad-to-circuit-json"),i=new o;return i.addFile(t.split("/").pop()??"selected-footprint.kicad_mod",n),i.runUntilFinished(),i.getOutput()},VRt=t=>t?.source==="jlcpcb"||t?.source==="kicad",zGo=async(t,e)=>{if(t.source==="jlcpcb")return ZHo(t.component.partNumber,e?.jlcpcb);if(t.source==="kicad")return YGo(t.footprint.path);throw new Error("Footprint preview is not available for this source")},VGo=({query:t,placeholder:e,isSearching:n,onQueryChange:o,onSubmit:i})=>{const r=j.useCallback(A=>{A.key==="Enter"&&(A.preventDefault(),i())},[i]);return J.jsxs("div",{className:"rf-flex rf-items-center rf-gap-2 rf-mt-4",children:[J.jsxs("div",{className:"rf-relative rf-flex-grow",children:[J.jsx(jwe,{className:"rf-absolute rf-left-2 rf-top-2.5 rf-h-4 rf-w-4 rf-text-muted-foreground"}),J.jsx(JPe,{placeholder:e,className:"rf-pl-8",spellCheck:!1,autoComplete:"off",value:t,onChange:A=>o(A.target.value),onKeyDown:r})]}),J.jsx(Zs,{onClick:i,disabled:n||t.trim().length<1,className:"sm:rf-px-4 rf-px-3",children:n?J.jsx(QB,{className:"rf-h-4 rf-w-4 rf-animate-spin"}):J.jsxs(J.Fragment,{children:[J.jsx(jwe,{className:"rf-h-4 rf-w-4 sm:rf-hidden"}),J.jsx("span",{className:"rf-hidden sm:rf-inline",children:"Search"})]})})]})},JGo=new Intl.NumberFormat("en-US",{style:"currency",currency:"USD"}),qGo=t=>JGo.format(t),JRt=t=>{switch(t.source){case"tscircuit.com":{const e=t.package;return`tscircuit-${e.package_id??`${e.org_owner_tscircuit_handle??"unknown"}-${e.unscoped_name??e.name??"package"}`}`}case"jlcpcb":return`jlc-${t.component.lcscId}`;case"kicad":return`kicad-${t.footprint.path}`;default:return"unknown"}},WGo=t=>{switch(t.source){case"tscircuit.com":return t.package.unscoped_name;case"jlcpcb":return t.component.isDirectLookup?t.component.partNumber:t.component.manufacturer;case"kicad":return t.footprint.qualifiedName}},jGo=t=>{switch(t.source){case"tscircuit.com":return t.package.description||(t.package.org_owner_tscircuit_handle?`Component by ${t.package.org_owner_tscircuit_handle}`:void 0);case"jlcpcb":return t.component.description;case"kicad":return t.footprint.description}},XGo=t=>{switch(t.source){case"tscircuit.com":return t.package.name;case"jlcpcb":return t.component.isDirectLookup?void 0:t.component.partNumber;case"kicad":return}},$Go=({results:t,selected:e,onSelect:n,onShowDetails:o})=>{const i=e?JRt(e):null;return J.jsx("div",{className:"rf-divide-y rf-w-full rf-overflow-hidden",children:t.map(r=>{const A=JRt(r),s=i===A,a=WGo(r),c=jGo(r),l=XGo(r),g=r.source==="jlcpcb"?r.component.stock:null,u=r.source==="jlcpcb"?r.component.price:null,h=r.source==="jlcpcb"?r.component.isBasic:null,d=r.source==="jlcpcb"?r.component.isDirectLookup:!1;return J.jsxs("div",{className:`rf-p-3 rf-flex rf-flex-col sm:rf-grid sm:rf-grid-cols-[minmax(0,1fr)_auto] rf-items-start sm:rf-items-center rf-cursor-pointer hover:rf-bg-zinc-100 rf-gap-2 rf-overflow-hidden ${s?"rf-bg-zinc-100":""}`,onClick:()=>n(r),children:[J.jsxs("div",{className:"rf-min-w-0 rf-overflow-hidden rf-w-full",children:[J.jsxs("div",{className:"rf-flex rf-items-start rf-gap-2 rf-min-w-0",children:[J.jsxs("div",{className:"rf-font-medium rf-text-sm rf-truncate rf-flex-1 rf-min-w-0 rf-flex rf-items-center rf-gap-1.5",children:[a,r.source==="jlcpcb"&&h!=null&&J.jsx("span",{className:`rf-text-xs rf-px-1.5 rf-py-0.5 rf-rounded rf-font-medium rf-flex-shrink-0 ${h?"rf-bg-green-100 rf-text-green-700":"rf-bg-orange-100 rf-text-orange-700"}`,children:h?"Basic":"Extended"}),d&&J.jsx("span",{className:"rf-text-xs rf-px-1.5 rf-py-0.5 rf-rounded rf-font-medium rf-flex-shrink-0 rf-bg-blue-100 rf-text-blue-700",children:"Direct lookup"}),r.source==="tscircuit.com"&&r.package.is_private&&J.jsx(DPo,{className:"rf-ml-1 rf-h-3 rf-w-3 rf-text-zinc-400 rf-flex-shrink-0"})]}),r.source==="jlcpcb"&&g!=null?J.jsxs("div",{className:"rf-text-xs rf-text-zinc-500 rf-font-medium rf-whitespace-nowrap rf-flex-shrink-0 sm:rf-hidden",children:[g.toLocaleString()," in stock"]}):null]}),J.jsxs("div",{className:"rf-text-xs rf-text-zinc-500 rf-truncate rf-w-full",children:[l?J.jsx("span",{className:"rf-mr-2",children:l}):null,c]})]}),J.jsxs("div",{children:[r.source==="tscircuit.com"&&o?J.jsx("div",{className:"rf-flex-shrink-0 rf-w-full sm:rf-w-auto",children:J.jsx(Zs,{variant:"outline",size:"sm",className:"rf-text-xs rf-w-full sm:rf-w-auto",onClick:_=>{_.stopPropagation(),o(r)},children:"See Details"})}):r.source==="jlcpcb"&&g!=null?J.jsxs("div",{className:"rf-hidden sm:rf-block rf-text-xs rf-text-zinc-500 rf-font-medium rf-whitespace-nowrap rf-flex-shrink-0",children:[g.toLocaleString()," in stock"]}):null,u!=null&&J.jsx("div",{className:"rf-hidden sm:rf-block rf-text-xs rf-text-zinc-500 rf-font-medium rf-whitespace-nowrap rf-flex-shrink-0 rf-text-right",children:qGo(u)})]})]},A)})})},ZGo=({circuitJson:t,error:e,isLoading:n,height:o})=>J.jsx("section",{className:"rf-flex rf-min-w-0 rf-items-center rf-justify-center",style:{height:o},children:n?J.jsxs("div",{className:"rf-flex rf-w-full rf-items-center rf-justify-center rf-gap-2 rf-bg-zinc-950 rf-text-sm rf-text-zinc-300",style:{height:o},children:[J.jsx(QB,{className:"rf-h-4 rf-w-4 rf-animate-spin"}),"Loading preview..."]}):e?J.jsx("div",{className:"rf-flex rf-w-full rf-items-center rf-justify-center rf-bg-zinc-950 rf-p-4",style:{height:o},children:J.jsxs("div",{className:"rf-flex rf-max-w-[320px] rf-items-start rf-gap-2 rf-text-sm rf-text-zinc-300",children:[J.jsx(KPt,{className:"rf-mt-0.5 rf-h-4 rf-w-4 rf-flex-shrink-0"}),J.jsx("span",{children:e})]})}):t?J.jsx("div",{className:"rf-w-full rf-min-w-0 rf-overflow-hidden",children:J.jsx(ZNt,{circuitJson:t,height:o,allowEditing:!1,clickToInteractEnabled:!1,focusOnHover:!1,disablePcbGroups:!0})}):J.jsx("div",{className:"rf-flex rf-w-full rf-items-center rf-justify-center rf-bg-zinc-950 rf-text-sm rf-text-zinc-300",style:{height:o},children:"No preview"})}),qRt={importComponentDialog:101,importComponentDetailsDialog:102},eOo=({packageResult:t,isOpen:e,onOpenChange:n,isLoading:o,details:i,previewTab:r,onPreviewTabChange:A,isSubmitting:s,onImport:a})=>{const c=t?.package??null,l=c?.latest_pcb_preview_image_url,g=c?.latest_sch_preview_image_url,u=c?.latest_cad_preview_image_url,h=c?.unscoped_name?.split("/").pop()??c?.unscoped_name,d=c?.org_owner_tscircuit_handle??void 0,_=d?`https://tscircuit.com/${d}`:void 0,p=d&&h?`https://tscircuit.com/${d}/${h}`:void 0;return J.jsx(bT,{open:e,onOpenChange:n,children:J.jsxs(X3,{showOverlay:!1,style:{width:"calc(100vw - 2rem)",zIndex:qRt.importComponentDetailsDialog},className:"rf-max-w-5xl no-scrollbar !rf-overflow-y-auto rf-max-h-[90vh] rf-overflow-hidden rf-flex rf-flex-col rf-rounded-sm",children:[J.jsx($3,{className:"rf-pb-4 rf-border-b",children:J.jsx("div",{className:"rf-flex rf-items-start rf-justify-between rf-gap-4",children:J.jsxs("div",{className:"rf-flex-1 rf-min-w-0",children:[J.jsx(Z3,{className:"rf-text-xl rf-font-semibold rf-truncate",children:h}),J.jsx(DT,{children:c?.description})]})})}),J.jsxs("div",{className:"rf-flex-1 rf-overflow-y-auto rf-py-4 rf-space-y-6",children:[d?J.jsxs("div",{children:[J.jsx("span",{className:"rf-text-xs rf-font-medium rf-text-gray-500 rf-uppercase rf-tracking-wide",children:"Created by"}),J.jsx("div",{className:"rf-mt-1 rf-text-sm rf-font-medium",children:_?J.jsx("a",{href:_,target:"_blank",rel:"noopener noreferrer",className:"rf-text-black hover:rf-underline",children:d}):d})]}):null,(u||l||g)&&J.jsx(J.Fragment,{children:J.jsxs("div",{children:[J.jsx("h3",{className:"rf-text-lg rf-font-semibold rf-mb-4",children:"Preview"}),J.jsxs(U1e,{value:r,onValueChange:m=>A(m),children:[J.jsxs(kZ,{className:"rf-inline-flex rf-h-9 rf-items-center rf-justify-center rf-rounded-lg rf-bg-zinc-100 rf-p-1 rf-text-zinc-500 dark:rf-bg-zinc-800 dark:rf-text-zinc-400",children:[l&&J.jsx(XQ,{value:"pcb",children:"PCB"}),g&&J.jsx(XQ,{value:"schematic",children:"Schematic"}),u&&J.jsx(XQ,{value:"3d",children:"3D"})]}),J.jsxs("div",{className:"rf-mt-4",children:[J.jsx(IC,{value:"pcb",className:"rf-border rf-rounded-lg rf-overflow-hidden rf-bg-gray-50",children:l?J.jsx("img",{src:l,alt:`${h??"package"} PCB preview`,className:"rf-w-full rf-h-full rf-object-contain rf-bg-white rf-p-4"}):null}),J.jsx(IC,{value:"schematic",className:"rf-border rf-rounded-lg rf-overflow-hidden rf-bg-gray-50",children:g?J.jsx("img",{src:g,alt:`${h??"package"} schematic preview`,className:"rf-w-full rf-h-full rf-object-contain rf-bg-white rf-p-4"}):null}),J.jsx(IC,{value:"3d",className:"rf-border rf-rounded-lg rf-overflow-hidden rf-bg-gray-50",children:u?J.jsx("img",{src:u,alt:`${h??"package"} 3D preview`,className:"rf-w-full rf-h-full rf-object-contain rf-bg-white rf-p-4"}):null})]})]})]})}),i?.ai_description?J.jsxs("section",{children:[J.jsx("h3",{className:"rf-text-lg rf-font-semibold rf-mb-3",children:"AI Description"}),J.jsx("div",{className:"rf-bg-gray-50 rf-border rf-border-gray-200 rf-rounded-lg rf-p-4",children:J.jsx("p",{className:"rf-text-sm rf-text-gray-700 rf-leading-relaxed",children:i.ai_description})})]}):null,i?.ai_usage_instructions?J.jsxs("section",{children:[J.jsx("h3",{className:"rf-text-lg rf-font-semibold rf-mb-3",children:"Usage Instructions"}),J.jsx("div",{className:"rf-bg-gray-50 rf-border rf-border-gray-200 rf-rounded-lg rf-p-4",children:J.jsx("p",{className:"rf-text-sm rf-text-gray-700 rf-leading-relaxed rf-whitespace-pre-wrap",children:i.ai_usage_instructions})})]}):null,o?J.jsxs("div",{className:"rf-flex rf-justify-center rf-items-center rf-gap-2 rf-text-gray-500",children:[J.jsx(QB,{className:"rf-h-4 rf-w-4 rf-animate-spin"}),J.jsx("span",{className:"rf-text-sm",children:"Loading package details..."})]}):null]}),J.jsxs(tU,{className:"rf-pt-4 rf-border-t rf-flex rf-flex-col sm:rf-flex-row rf-justify-between rf-gap-2",children:[J.jsx("div",{className:"rf-flex-1",children:p?J.jsxs(Zs,{variant:"outline",size:"sm",className:"rf-gap-2 rf-w-full sm:rf-w-auto",onClick:()=>window.open(p,"_blank"),children:[J.jsx(yPo,{className:"rf-h-4 rf-w-4"}),"View on tscircuit.com"]}):null}),J.jsxs("div",{className:"rf-flex rf-flex-col sm:rf-flex-row rf-gap-2",children:[J.jsx(Zs,{variant:"outline",onClick:()=>n(!1),className:"rf-order-2 sm:rf-order-1",children:"Close"}),J.jsx(Zs,{onClick:a,disabled:s,className:"rf-bg-blue-600 hover:rf-bg-blue-700",children:s?J.jsx(QB,{className:"rf-h-4 rf-w-4 rf-animate-spin"}):"Import Component"})]})]})]})})},tOo=()=>{const[t,e]=j.useState(null),[n,o]=j.useState(!1),i=j.useCallback(async(A,s)=>{o(!0);try{const a=await fetch(`https://api.tscircuit.com/packages/get?name=${encodeURIComponent(`${A}/${s}`)}`);if(!a.ok)throw new Error(`Failed to load package details: ${a.status}`);const c=await a.json();e(c.package??null)}catch(a){console.error("Failed to fetch package details",a),e(null)}finally{o(!1)}},[]),r=j.useCallback(()=>{e(null),o(!1)},[]);return{details:t,isLoading:n,fetchDetails:i,reset:r}},nOo=(t,e)=>{const[n,o]=j.useState({circuitJson:null,error:null,isLoading:!1});return j.useEffect(()=>{if(!t||!VRt(t)){o({circuitJson:null,error:null,isLoading:!1});return}let i=!1;return o({circuitJson:null,error:null,isLoading:!0}),zGo(t,e).then(r=>{i||o({circuitJson:r,error:null,isLoading:!1})}).catch(r=>{i||o({circuitJson:null,error:r instanceof Error?r.message:"Failed to load footprint preview",isLoading:!1})}),()=>{i=!0}},[t,e]),n},oOo=async(t,e)=>{const n={"Content-Type":"application/json"};e&&(n.Authorization=`Bearer ${e}`);const o=await fetch("https://registry-api.tscircuit.com/packages/search",{method:"POST",headers:n,body:JSON.stringify({query:t})});if(!o.ok)throw new Error(`tscircuit registry error: ${o.status}`);return(await o.json()).packages??[]},iOo=({sessionToken:t})=>{const[e,n]=j.useState([]),[o,i]=j.useState(!1),[r,A]=j.useState(null),[s,a]=j.useState(!1),c=j.useCallback(async g=>{const u=g.trim();if(!u)return[];i(!0),A(null);try{const d=(await oOo(u,t)).map(_=>({source:"tscircuit.com",package:_}));return n(d),d}catch(h){return console.error("Error searching tscircuit packages",h),n([]),A(h instanceof Error?h.message:"Failed to search tscircuit packages"),[]}finally{i(!1),a(!0)}},[t]),l=j.useCallback(()=>{n([]),i(!1),A(null),a(!1)},[]);return{results:e,isSearching:o,error:r,hasSearched:s,search:c,reset:l}},rOo=t=>{const e=/^C(\d+)$/i.exec(t.trim());if(!e)return null;const n=Number(e[1]);if(!Number.isSafeInteger(n))return null;const o=`C${e[1]}`;return{source:"jlcpcb",component:{lcscId:n,manufacturer:o,partNumber:o,description:"Import directly from EasyEDA; stock and availability are unknown",package:"",isDirectLookup:!0}}},WRt=(t,e)=>{const n=rOo(t);return n?e.some(i=>i.component.partNumber.toUpperCase()===n.component.partNumber)?e:[n,...e]:e},AOo=t=>{const e=t.trim();return/^C\d+/i.test(e)?e.replace(/^C/i,""):e},sOo=()=>{const[t,e]=j.useState([]),[n,o]=j.useState(!1),[i,r]=j.useState(null),[A,s]=j.useState(!1),a=j.useCallback(async l=>{const g=AOo(l);if(!g)return[];o(!0),r(null);try{const u=await jHo(g,10),h=WRt(l,u.map(d=>({source:"jlcpcb",component:XHo(d)})));return e(h),h}catch(u){console.error("Error searching JLCPCB components",u);const h=WRt(l,[]);return e(h),r(h.length>0?null:u instanceof Error?u.message:"Failed to search JLCPCB components"),h}finally{o(!1),s(!0)}},[]),c=j.useCallback(()=>{e([]),o(!1),r(null),s(!1)},[]);return{results:t,isSearching:n,error:i,hasSearched:A,search:a,reset:c}},aOo=()=>{const[t,e]=j.useState([]),[n,o]=j.useState(!1),[i,r]=j.useState(null),[A,s]=j.useState(!1),a=j.useCallback(async l=>{const g=l.trim();if(!g)return[];o(!0),r(null);try{const h=(await OGo(g,20)).map(d=>({source:"kicad",footprint:KGo(d)}));return e(h),h}catch(u){return console.error("Error searching KiCad footprints",u),e([]),r(u instanceof Error?u.message:"Failed to search KiCad footprints"),[]}finally{o(!1),s(!0)}},[]),c=j.useCallback(()=>{e([]),o(!1),r(null),s(!1)},[]);return{results:t,isSearching:n,error:i,hasSearched:A,search:a,reset:c}},cOo=({onTscircuitPackageSelected:t,onJlcpcbComponentTsxLoaded:e,onKicadStringSelected:n})=>{const o=[];return t&&o.push("tscircuit.com"),e&&o.push("jlcpcb"),n&&o.push("kicad"),o},lOo=({isOpen:t,onClose:e,jlcpcbProxyRequestHeaders:n,onKicadStringSelected:o,onTscircuitPackageSelected:i,onJlcpcbComponentTsxLoaded:r,jlcpcbProxyApiBase:A,tscircuitSessionToken:s})=>{Cie();const a=j.useMemo(()=>cOo({onKicadStringSelected:o,onTscircuitPackageSelected:i,onJlcpcbComponentTsxLoaded:r}),[o,i,r]),c=a.length>0,l=a.length===1,[g,u]=j.useState(a[0]??"tscircuit.com"),[h,d]=j.useState(""),[_,p]=j.useState(null),{results:m,isSearching:C,error:I,hasSearched:f,search:y,reset:x}=iOo({sessionToken:s}),{results:B,isSearching:S,error:D,hasSearched:w,search:F,reset:R}=sOo(),{results:H,isSearching:G,error:K,hasSearched:V,search:W,reset:X}=aOo(),{details:ie,isLoading:ce,fetchDetails:ee,reset:oe}=tOo(),[se,re]=j.useState(null),[le,ye]=j.useState(!1),[Ce,be]=j.useState("pcb"),[ue,Be]=j.useState(null),[pe,Oe]=j.useState(!1),Ve=j.useMemo(()=>({jlcpcb:{headers:n,apiBase:A}}),[A,n]),{circuitJson:et,error:Ie,isLoading:ot}=nOo(_,Ve),Ue=VRt(_);j.useEffect(()=>{Be(null)},[_]);const Le=j.useCallback(()=>{x(),R(),X(),p(null)},[R,X,x]);j.useEffect(()=>{t||(Le(),d(""),ye(!1),re(null),Be(null))},[t,Le]),j.useEffect(()=>{d(""),p(null),g==="tscircuit.com"?x():g==="jlcpcb"?R():g==="kicad"&&X()},[g,R,X,x]);const qe=lt=>{p(lt),re(lt),be("pcb"),ye(!0),oe();const Ct=lt.package.org_owner_tscircuit_handle,Dt=lt.package.unscoped_name;if(Ct&&Dt){const pt=Dt.split("/").pop()??Dt;ee(Ct,pt)}},ke=async()=>{h.trim()&&(p(null),g==="tscircuit.com"?await y(h):g==="jlcpcb"?await F(h):g==="kicad"&&await W(h))},Qe=async lt=>{try{if(Be(null),Oe(!0),lt.source==="kicad"){if(!o)throw new Error("KiCad handler not provided");await o({result:lt,footprint:lt.footprint.qualifiedName})}else if(lt.source==="jlcpcb"){if(!r)throw new Error("JLCPCB handler not provided");const Ct=await $Ho(lt.component.partNumber,{headers:n,apiBase:A});await r({result:lt,tsx:Ct})}else if(lt.source==="tscircuit.com"){if(!i)throw new Error("tscircuit package handler not provided");const Ct=lt.package.org_owner_tscircuit_handle,Dt=lt.package.unscoped_name;if(!Ct||!Dt)throw new Error("Missing package metadata");const pt=Dt.split("/").pop()??Dt,Nt=`@tsci/${Ct}.${pt}`;await i({result:lt,fullPackageName:Nt})}return!0}catch(Ct){return console.error("Failed to import component",Ct),Be(Ct instanceof Error?Ct.message:"Failed to import component"),!1}finally{Oe(!1)}};let ve=[],Pe=!1,ze=null,Xe=!1;g==="tscircuit.com"?(ve=m,Pe=C,ze=I,Xe=f):g==="jlcpcb"?(ve=B,Pe=S,ze=D,Xe=w):g==="kicad"&&(ve=H,Pe=G,ze=K,Xe=V);const st=async()=>{if(!_)return;await Qe(_)&&(e(),Le(),d(""))},ct=lt=>{lt||e()},ut=lt=>{ye(lt),lt||re(null)};return J.jsxs(bT,{open:t,onOpenChange:ct,children:[J.jsxs(X3,{style:{width:"calc(100vw - 2rem)",maxWidth:Ue?"min(1120px, calc(100vw - 2rem))":"min(672px, calc(100vw - 2rem))",zIndex:qRt.importComponentDialog},className:"rf-rounded-sm rf-max-h-[90vh] rf-overflow-y-auto rf-overflow-x-hidden rf-flex rf-flex-col",children:[J.jsxs($3,{children:[J.jsxs(Z3,{className:"rf-text-lg sm:rf-text-xl",children:["Import ",l?Bie[g].label:""," ","Component"]}),J.jsx(DT,{className:"rf-text-sm",children:c?"Search for components from available sources.":"Import options are disabled because no handlers were provided."})]}),c?J.jsxs(U1e,{value:g,onValueChange:lt=>u(lt),className:"rf-min-w-0 rf-w-full",children:[!l&&J.jsx(kZ,{className:"rf-flex rf-w-full rf-gap-2",children:a.map(lt=>J.jsx(XQ,{value:lt,className:"rf-flex-1 rf-text-xs sm:rf-text-sm",children:Bie[lt].label},lt))}),J.jsxs("div",{className:"rf-min-w-0",style:Ue?{display:"grid",gridTemplateColumns:"minmax(0, 1fr) minmax(360px, 0.95fr)",gap:"1.5rem",alignItems:"start"}:void 0,children:[J.jsxs("div",{className:"rf-min-w-0",children:[J.jsx(VGo,{query:h,placeholder:Bie[g].placeholder,isSearching:Pe,onQueryChange:d,onSubmit:ke}),J.jsx("div",{className:"no-scrollbar rf-mt-4 rf-flex-1 rf-min-h-[200px] !rf-max-h-[40vh] !rf-overflow-y-auto rf-overflow-x-hidden rf-border rf-rounded-md rf-min-w-0",children:Pe?J.jsxs("div",{className:"rf-p-8 rf-text-center rf-text-zinc-500",children:[J.jsx(QB,{className:"rf-h-8 rf-w-8 rf-animate-spin rf-mx-auto rf-mb-2"}),J.jsx("p",{children:"Searching..."})]}):ve.length>0?J.jsx($Go,{results:ve,selected:_,onSelect:p,onShowDetails:g==="tscircuit.com"?qe:void 0}):J.jsx("div",{className:"rf-p-8 rf-text-center rf-text-zinc-500",children:ze?`Error: ${ze}`:Xe?Bie[g].emptyMessage:"Enter a search term to find components"})})]}),Ue?J.jsx("div",{className:"rf-mt-4",children:J.jsx(ZGo,{circuitJson:et,error:Ie,isLoading:ot,height:325})}):null]})]}):null,ue?J.jsx("div",{className:"rf-text-sm rf-text-red-600 rf-mt-2",children:ue}):null,J.jsxs(tU,{className:"rf-flex rf-flex-col sm:rf-flex-row rf-gap-2",children:[J.jsx(Zs,{variant:"outline",onClick:e,className:"rf-order-2 sm:rf-order-1",children:"Cancel"}),J.jsx(Zs,{onClick:st,disabled:!_||pe,className:"rf-order-1 sm:rf-order-2",children:pe?J.jsx(QB,{className:"rf-h-4 rf-w-4 rf-animate-spin"}):"Import"})]})]}),J.jsx(eOo,{packageResult:se,isOpen:le,onOpenChange:ut,isLoading:ce,details:ie,previewTab:Ce,onPreviewTabChange:lt=>be(lt),isSubmitting:pe,onImport:()=>{se&&Qe(se).then(lt=>{lt&&(ye(!1),e(),Le(),d(""))})}})]})},gOo=t=>{const e=t.match(/export const (\w+) =/);if(!e)throw new Error("Could not determine component name from TSX contents");return e[1]},jRt=t=>{const e=Uu(A=>A.pushEvent),n=Uu(A=>A.upsertFile),o=async({result:A,fullPackageName:s})=>{const c=A.package.unscoped_name??A.package.name;await YA.promise(e({event_type:"INSTALL_PACKAGE",full_package_name:s}),{loading:`Requesting install for "${c}"`,success:`Install requested for "${c}"`,error:l=>`Failed to request install: ${l instanceof Error?l.message:String(l)}`})},i=async({footprint:A})=>{await YA.promise(navigator.clipboard.writeText(A),{loading:`Copying "${A}"`,success:`Copied "${A}" to clipboard`,error:s=>`Failed to copy footprint: ${s instanceof Error?s.message:String(s)}`})},r=async({result:A,tsx:s})=>{const c=`imports/${gOo(s)}.tsx`;await YA.promise(n(c,s),{loading:`Importing ${A.component.partNumber}`,success:`Imported to "${c}"`,error:l=>`Failed to import component: ${l instanceof Error?l.message:String(l)}`})};return J.jsx(lOo,{...t,onTscircuitPackageSelected:o,onKicadStringSelected:i,onJlcpcbComponentTsxLoaded:r})};jRt.displayName="ImportComponentDialogForCli";var J3e={exports:{}},XRt;function uOo(){return XRt||(XRt=1,(function(t,e){var n={env:{},version:""};(function(o){t.exports=o()})(function(){return(function o(i,r,A){function s(l,g){if(!r[l]){if(!i[l]){var u=typeof T4=="function"&&T4;if(!g&&u)return u(l,!0);if(a)return a(l,!0);var h=new Error("Cannot find module '"+l+"'");throw h.code="MODULE_NOT_FOUND",h}var d=r[l]={exports:{}};i[l][0].call(d.exports,function(_){var p=i[l][1][_];return s(p||_)},d,d.exports,o,i,r,A)}return r[l].exports}for(var a=typeof T4=="function"&&T4,c=0;c<A.length;c++)s(A[c]);return s})({1:[function(o,i,r){var A=o("./utils"),s=o("./support"),a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";r.encode=function(c){for(var l,g,u,h,d,_,p,m=[],C=0,I=c.length,f=I,y=A.getTypeOf(c)!=="string";C<c.length;)f=I-C,u=y?(l=c[C++],g=C<I?c[C++]:0,C<I?c[C++]:0):(l=c.charCodeAt(C++),g=C<I?c.charCodeAt(C++):0,C<I?c.charCodeAt(C++):0),h=l>>2,d=(3&l)<<4|g>>4,_=1<f?(15&g)<<2|u>>6:64,p=2<f?63&u:64,m.push(a.charAt(h)+a.charAt(d)+a.charAt(_)+a.charAt(p));return m.join("")},r.decode=function(c){var l,g,u,h,d,_,p=0,m=0,C="data:";if(c.substr(0,C.length)===C)throw new Error("Invalid base64 input, it looks like a data url.");var I,f=3*(c=c.replace(/[^A-Za-z0-9+/=]/g,"")).length/4;if(c.charAt(c.length-1)===a.charAt(64)&&f--,c.charAt(c.length-2)===a.charAt(64)&&f--,f%1!=0)throw new Error("Invalid base64 input, bad content length.");for(I=s.uint8array?new Uint8Array(0|f):new Array(0|f);p<c.length;)l=a.indexOf(c.charAt(p++))<<2|(h=a.indexOf(c.charAt(p++)))>>4,g=(15&h)<<4|(d=a.indexOf(c.charAt(p++)))>>2,u=(3&d)<<6|(_=a.indexOf(c.charAt(p++))),I[m++]=l,d!==64&&(I[m++]=g),_!==64&&(I[m++]=u);return I}},{"./support":30,"./utils":32}],2:[function(o,i,r){var A=o("./external"),s=o("./stream/DataWorker"),a=o("./stream/Crc32Probe"),c=o("./stream/DataLengthProbe");function l(g,u,h,d,_){this.compressedSize=g,this.uncompressedSize=u,this.crc32=h,this.compression=d,this.compressedContent=_}l.prototype={getContentWorker:function(){var g=new s(A.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new c("data_length")),u=this;return g.on("end",function(){if(this.streamInfo.data_length!==u.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")}),g},getCompressedWorker:function(){return new s(A.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},l.createWorkerFrom=function(g,u,h){return g.pipe(new a).pipe(new c("uncompressedSize")).pipe(u.compressWorker(h)).pipe(new c("compressedSize")).withStreamInfo("compression",u)},i.exports=l},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(o,i,r){var A=o("./stream/GenericWorker");r.STORE={magic:"\0\0",compressWorker:function(){return new A("STORE compression")},uncompressWorker:function(){return new A("STORE decompression")}},r.DEFLATE=o("./flate")},{"./flate":7,"./stream/GenericWorker":28}],4:[function(o,i,r){var A=o("./utils"),s=(function(){for(var a,c=[],l=0;l<256;l++){a=l;for(var g=0;g<8;g++)a=1&a?3988292384^a>>>1:a>>>1;c[l]=a}return c})();i.exports=function(a,c){return a!==void 0&&a.length?A.getTypeOf(a)!=="string"?(function(l,g,u,h){var d=s,_=h+u;l^=-1;for(var p=h;p<_;p++)l=l>>>8^d[255&(l^g[p])];return-1^l})(0|c,a,a.length,0):(function(l,g,u,h){var d=s,_=h+u;l^=-1;for(var p=h;p<_;p++)l=l>>>8^d[255&(l^g.charCodeAt(p))];return-1^l})(0|c,a,a.length,0):0}},{"./utils":32}],5:[function(o,i,r){r.base64=!1,r.binary=!1,r.dir=!1,r.createFolders=!0,r.date=null,r.compression=null,r.compressionOptions=null,r.comment=null,r.unixPermissions=null,r.dosPermissions=null},{}],6:[function(o,i,r){var A=null;A=typeof Promise<"u"?Promise:o("lie"),i.exports={Promise:A}},{lie:37}],7:[function(o,i,r){var A=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Uint32Array<"u",s=o("pako"),a=o("./utils"),c=o("./stream/GenericWorker"),l=A?"uint8array":"array";function g(u,h){c.call(this,"FlateWorker/"+u),this._pako=null,this._pakoAction=u,this._pakoOptions=h,this.meta={}}r.magic="\b\0",a.inherits(g,c),g.prototype.processChunk=function(u){this.meta=u.meta,this._pako===null&&this._createPako(),this._pako.push(a.transformTo(l,u.data),!1)},g.prototype.flush=function(){c.prototype.flush.call(this),this._pako===null&&this._createPako(),this._pako.push([],!0)},g.prototype.cleanUp=function(){c.prototype.cleanUp.call(this),this._pako=null},g.prototype._createPako=function(){this._pako=new s[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var u=this;this._pako.onData=function(h){u.push({data:h,meta:u.meta})}},r.compressWorker=function(u){return new g("Deflate",u)},r.uncompressWorker=function(){return new g("Inflate",{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(o,i,r){function A(d,_){var p,m="";for(p=0;p<_;p++)m+=String.fromCharCode(255&d),d>>>=8;return m}function s(d,_,p,m,C,I){var f,y,x=d.file,B=d.compression,S=I!==l.utf8encode,D=a.transformTo("string",I(x.name)),w=a.transformTo("string",l.utf8encode(x.name)),F=x.comment,R=a.transformTo("string",I(F)),H=a.transformTo("string",l.utf8encode(F)),G=w.length!==x.name.length,K=H.length!==F.length,V="",W="",X="",ie=x.dir,ce=x.date,ee={crc32:0,compressedSize:0,uncompressedSize:0};_&&!p||(ee.crc32=d.crc32,ee.compressedSize=d.compressedSize,ee.uncompressedSize=d.uncompressedSize);var oe=0;_&&(oe|=8),S||!G&&!K||(oe|=2048);var se=0,re=0;ie&&(se|=16),C==="UNIX"?(re=798,se|=(function(ye,Ce){var be=ye;return ye||(be=Ce?16893:33204),(65535&be)<<16})(x.unixPermissions,ie)):(re=20,se|=(function(ye){return 63&(ye||0)})(x.dosPermissions)),f=ce.getUTCHours(),f<<=6,f|=ce.getUTCMinutes(),f<<=5,f|=ce.getUTCSeconds()/2,y=ce.getUTCFullYear()-1980,y<<=4,y|=ce.getUTCMonth()+1,y<<=5,y|=ce.getUTCDate(),G&&(W=A(1,1)+A(g(D),4)+w,V+="up"+A(W.length,2)+W),K&&(X=A(1,1)+A(g(R),4)+H,V+="uc"+A(X.length,2)+X);var le="";return le+=`
5793
+ `,g=new Blob([l],{type:"text/plain"}),u=URL.createObjectURL(g),h=document.createElement("a");h.href=u,h.download=`${c}.test.ts`,h.click(),URL.revokeObjectURL(u)}catch(a){alert(`Error generating test.ts for ${t.constructor.name}: ${a instanceof Error?a.message:String(a)}`)}o(!1)};return J.jsxs("div",{className:`relative ${e}`,ref:i,children:[J.jsx("button",{className:"px-2 py-1 rounded text-xs cursor-pointer",onClick:()=>o(!n),title:`Download options for ${t.constructor.name}`,children:t.constructor.name}),n&&J.jsxs("div",{className:"absolute top-full left-0 mt-1 bg-white border border-gray-300 rounded shadow-lg z-10 min-w-[150px]",children:[J.jsx("button",{className:"w-full text-left px-3 py-2 hover:bg-gray-100 text-xs",onClick:r,children:"Download JSON"}),J.jsx("button",{className:"w-full text-left px-3 py-2 hover:bg-gray-100 text-xs",onClick:A,children:"Download page.tsx"}),J.jsx("button",{className:"w-full text-left px-3 py-2 hover:bg-gray-100 text-xs",onClick:s,children:"Download test.ts"})]})]})},nRt=t=>t.activeSubSolver?[t,...nRt(t.activeSubSolver)]:[t],VLo=({solver:t})=>{const e=nRt(t);return J.jsx("div",{className:"flex gap-1 items-center text-sm pt-1",children:e.map((n,o)=>J.jsxs("div",{className:"flex items-center",children:[o>0&&J.jsx("span",{className:"text-gray-400 mx-1",children:"→"}),J.jsx(zLo,{solver:n})]},n.constructor.name))})},JLo=({solver:t,triggerRender:e,animationSpeed:n=25,onSolverStarted:o,onSolverCompleted:i})=>{const[r,A]=j.useReducer(_=>!_,!1),s=j.useRef(void 0),a=()=>{!t.solved&&!t.failed&&(t.step(),e())},c=()=>{!t.solved&&!t.failed&&(o&&o(t),t.solve(),e(),i&&i(t))},l=()=>{r?(s.current&&(clearInterval(s.current),s.current=void 0),A()):(A(),s.current=setInterval(()=>{if(t.solved||t.failed){s.current&&(clearInterval(s.current),s.current=void 0),A(),e(),i&&t.solved&&i(t);return}t.step(),e()},n))},g=()=>{const _=t;if(_.getCurrentPhase&&!t.solved&&!t.failed){const p=_.getCurrentPhase();for(;_.getCurrentPhase()===p&&!t.solved&&!t.failed;)t.step();e()}},u=()=>{if(t.solved||t.failed||r)return;const _=window.prompt("Step until which iteration?",`${t.iterations}`);if(_===null)return;const p=Number(_);if(!Number.isFinite(p)){window.alert("Please enter a valid number for the iteration");return}for(;t.iterations<p&&!t.solved&&!t.failed;)t.step();e(),t.solved&&i&&i(t)};j.useEffect(()=>()=>{s.current&&clearInterval(s.current)},[]),j.useEffect(()=>{(t.solved||t.failed)&&r&&(s.current&&(clearInterval(s.current),s.current=void 0),A())},[t.solved,t.failed,r]);const h=t.getCurrentPhase!==void 0,d=h?t.getCurrentPhase():null;return J.jsxs("div",{className:"space-y-2 p-2 border-b",children:[J.jsx("div",{className:"flex items-center",children:J.jsx(VLo,{solver:t})}),J.jsxs("div",{className:"flex gap-2 items-center flex-wrap",children:[J.jsx("button",{onClick:a,disabled:t.solved||t.failed||r,className:"bg-blue-500 hover:bg-blue-600 disabled:bg-gray-300 text-white px-3 py-1 rounded text-sm",children:"Step"}),J.jsx("button",{onClick:c,disabled:t.solved||t.failed||r,className:"bg-green-500 hover:bg-green-600 disabled:bg-gray-300 text-white px-3 py-1 rounded text-sm",children:"Solve"}),J.jsx("button",{onClick:l,disabled:t.solved||t.failed,className:`px-3 py-1 rounded text-white text-sm ${r?"bg-red-500 hover:bg-red-600":"bg-yellow-500 hover:bg-yellow-600"} disabled:bg-gray-300`,children:r?"Stop":"Animate"}),J.jsx("button",{onClick:u,disabled:t.solved||t.failed||r,className:"bg-orange-500 hover:bg-orange-600 disabled:bg-gray-300 text-white px-3 py-1 rounded text-sm",children:"Step Until Iteration"}),h&&J.jsx("button",{onClick:g,disabled:t.solved||t.failed||r,className:"bg-purple-500 hover:bg-purple-600 disabled:bg-gray-300 text-white px-3 py-1 rounded text-sm",children:"Next Stage"}),J.jsxs("div",{className:"text-sm text-gray-600",children:["Iterations: ",t.iterations]}),t.timeToSolve!==void 0&&J.jsxs("div",{className:"text-sm text-gray-600",children:["Time: ",(t.timeToSolve/1e3).toFixed(3),"s"]}),d&&J.jsxs("div",{className:"text-sm text-gray-600",children:["Phase: ",J.jsx("span",{className:"font-medium",children:d})]}),t.solved&&J.jsx("div",{className:"px-2 py-1 bg-green-100 text-green-800 rounded text-sm",children:"Solved"}),t.failed&&J.jsx("div",{className:"px-2 py-1 bg-red-100 text-red-800 rounded text-sm",children:"Failed"})]}),t.error&&J.jsxs("div",{className:"text-red-600 text-sm",children:["Error: ",t.error]})]})},qLo=(t,e,n)=>{const o=t.currentPipelineStepIndex;return e<o?"Completed":e===o&&t.activeSubSolver?t.activeSubSolver.failed?"Failed":"In Progress":"Not Started"},WLo=(t,e)=>{const o=t.pipelineDef[e].solverName,i=qLo(t,e),r=t[o],A=t.firstIterationOfPhase?.[o]??null,s=t.iterations;let a=0;if(i==="Completed"){const u=t.pipelineDef[e+1],h=u?t.firstIterationOfPhase?.[u.solverName]:void 0;h!==void 0&&A!==null?a=h-A:A!==null&&(a=s-A)}else i==="In Progress"&&A!==null&&(a=s-A);const c=t.timeSpentOnPhase?.[o]??0;let l=0;i==="Completed"?l=1:i==="In Progress"&&r&&(l=r.progress??0);const g=r?.stats??null;return{index:e,name:o,status:i,firstIteration:A,iterations:a,progress:l,timeSpent:c,stats:g&&Object.keys(g).length>0?g:null,solverInstance:r??null}},jLo=({status:t})=>{const e={"Not Started":"text-blue-600","In Progress":"text-yellow-600",Completed:"text-green-600",Failed:"text-red-600"};return J.jsx("span",{className:`font-medium ${e[t]}`,children:t})},XLo=({progress:t})=>{if(t===0)return null;const e=Math.round(t*100);return J.jsxs("div",{className:"flex items-center gap-2",children:[J.jsx("div",{className:"w-20 h-2 bg-gray-200 rounded overflow-hidden",children:J.jsx("div",{className:"h-full bg-blue-500 transition-all duration-200",style:{width:`${e}%`}})}),J.jsxs("span",{className:"text-xs text-gray-500",children:[e,"%"]})]})},$Lo=t=>Object.entries(t).map(([e,n])=>`${e}: ${n}`).join(", "),ZLo=({stats:t})=>{if(!t||Object.keys(t).length===0)return J.jsx("span",{children:"-"});const e=Object.entries(t),n=$Lo(t);return J.jsxs("details",{className:"cursor-pointer",children:[J.jsx("summary",{className:"whitespace-nowrap overflow-hidden text-ellipsis max-w-[200px]",children:n}),J.jsx("div",{className:"mt-1 text-xs",children:e.map(([o,i])=>J.jsxs("div",{children:[o,": ",String(i)]},o))})]})},h3e=t=>{if(t===null||typeof t!="object")return t;if(Array.isArray(t))return t.map(h3e);const e={};for(const[n,o]of Object.entries(t))n.startsWith("_")||(e[n]=h3e(o));return e},eHo=(t,e)=>{try{if(typeof t.getConstructorParams!="function"){alert(`getConstructorParams() is not implemented for ${e}`);return}const n=h3e(t.getConstructorParams()),o=new Blob([JSON.stringify(n,null,2)],{type:"application/json"}),i=URL.createObjectURL(o),r=document.createElement("a");r.href=i,r.download=`${e}_input.json`,r.click(),URL.revokeObjectURL(i)}catch(n){alert(`Error downloading input for ${e}: ${n instanceof Error?n.message:String(n)}`)}},tHo=({solver:t,onStepUntilPhase:e,onDownloadInput:n})=>{const o=t.pipelineDef.map((s,a)=>WLo(t,a)),i=s=>{e?.(s)},r=s=>{s.solverInstance&&(n?n(s.solverInstance,s.name):eHo(s.solverInstance,s.name))},A=s=>`${(s/1e3).toFixed(2)}s`;return J.jsxs("div",{className:"border-t border-gray-200",children:[J.jsx("div",{className:"px-4 py-2 bg-gray-50 border-b border-gray-200",children:J.jsx("h3",{className:"text-sm font-semibold text-gray-700",children:"Pipeline Steps"})}),J.jsx("div",{className:"overflow-x-auto",children:J.jsxs("table",{className:"w-full text-sm",children:[J.jsx("thead",{children:J.jsxs("tr",{className:"bg-gray-50 border-b border-gray-200",children:[J.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Step"}),J.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Status"}),J.jsxs("th",{className:"px-4 py-2 text-center font-semibold text-gray-700",children:["i",J.jsx("sub",{children:"0"})]}),J.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Iterations"}),J.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Progress"}),J.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Time"}),J.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Stats"}),J.jsx("th",{className:"px-4 py-2 text-left font-semibold text-gray-700",children:"Input"})]})}),J.jsx("tbody",{children:o.map(s=>J.jsxs("tr",{className:`border-b border-gray-100 ${s.status==="In Progress"?"bg-yellow-50":""}`,children:[J.jsx("td",{className:"px-4 py-2",children:J.jsxs("div",{className:"flex items-center gap-2",children:[J.jsx("span",{className:"text-gray-400 w-6",children:String(s.index+1).padStart(2,"0")}),J.jsx("button",{onClick:()=>i(s.name),disabled:s.status==="Completed"||t.solved||t.failed,className:"text-blue-500 hover:text-blue-700 disabled:text-gray-300 disabled:cursor-not-allowed",title:`Step until ${s.name} completes`,children:J.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"w-4 h-4",children:J.jsx("path",{fillRule:"evenodd",d:"M4.5 5.653c0-1.426 1.529-2.33 2.779-1.643l11.54 6.348c1.295.712 1.295 2.573 0 3.285L7.28 19.991c-1.25.687-2.779-.217-2.779-1.643V5.653z",clipRule:"evenodd"})})}),J.jsx("span",{className:"font-medium text-gray-900",children:s.name})]})}),J.jsx("td",{className:"px-4 py-2",children:J.jsx(jLo,{status:s.status})}),J.jsx("td",{className:"px-4 py-2 text-center text-gray-600",children:s.firstIteration!==null?s.firstIteration:""}),J.jsx("td",{className:"px-4 py-2 text-gray-600",children:s.iterations}),J.jsx("td",{className:"px-4 py-2",children:J.jsx(XLo,{progress:s.progress})}),J.jsx("td",{className:"px-4 py-2 text-gray-600",children:A(s.timeSpent)}),J.jsx("td",{className:"px-4 py-2 text-gray-500",children:J.jsx(ZLo,{stats:s.stats})}),J.jsx("td",{className:"px-4 py-2",children:s.solverInstance?J.jsxs("button",{onClick:()=>r(s),className:"flex items-center gap-1 text-blue-500 hover:text-blue-700",title:`Download input for ${s.name}`,children:[J.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"w-4 h-4",children:J.jsx("path",{fillRule:"evenodd",d:"M12 2.25a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V3a.75.75 0 01.75-.75zm-9 13.5a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z",clipRule:"evenodd"})}),J.jsx("span",{children:"Input"})]}):null})]},s.name))})]})})]})},nHo=class extends Xr.Component{constructor(t){super(t),this.state={hasError:!1}}static getDerivedStateFromError(){return{hasError:!0}}componentDidCatch(t){console.error("InteractiveGraphics render error:",t)}render(){return this.state.hasError?this.props.fallback:this.props.children}};function oHo({graphics:t}){const e=t.points??[],n=t.lines??[],o=t.rects??[],i=t.circles??[],r=t.texts??[];let A=Number.POSITIVE_INFINITY,s=Number.POSITIVE_INFINITY,a=Number.NEGATIVE_INFINITY,c=Number.NEGATIVE_INFINITY;const l=(p,m)=>{typeof p=="number"&&(p<A&&(A=p),p>a&&(a=p)),typeof m=="number"&&(m<s&&(s=m),m>c&&(c=m))};for(const p of e)l(p.x,p.y);for(const p of n){const m=p.points??[];for(const C of m)l(C.x,C.y)}for(const p of o){const m=p.x??0,C=p.y??0,I=p.width??0,f=p.height??0;l(m,C),l(m+I,C+f)}for(const p of i){const m=p.x??0,C=p.y??0,I=p.radius??1;l(m-I,C-I),l(m+I,C+I)}for(const p of r)l(p.x,p.y);(!isFinite(A)||!isFinite(s)||!isFinite(a)||!isFinite(c))&&(A=-20,s=-20,a=20,c=20);const g=10,u=A-g,h=s-g,d=Math.max(1,a-A+2*g),_=Math.max(1,c-s+2*g);return J.jsxs("svg",{className:"w-full h-[400px] bg-white",viewBox:`${u} ${h} ${d} ${_}`,role:"img","aria-label":"Graphics fallback",children:[o.map((p,m)=>J.jsx("rect",{x:p.x??0,y:p.y??0,width:p.width??0,height:p.height??0,fill:"none",stroke:p.strokeColor??"black",strokeWidth:p.strokeWidth??1},`rect-${m}`)),n.map((p,m)=>J.jsx("polyline",{fill:"none",stroke:p.strokeColor??"black",strokeWidth:p.strokeWidth??1,points:(p.points??[]).map(C=>`${C.x??0},${C.y??0}`).join(" ")},`line-${m}`)),i.map((p,m)=>J.jsx("circle",{cx:p.x??0,cy:p.y??0,r:p.radius??1.5,fill:p.fillColor??"none",stroke:p.strokeColor??"black",strokeWidth:p.strokeWidth??1},`circle-${m}`)),e.map((p,m)=>J.jsx("circle",{cx:p.x??0,cy:p.y??0,r:p.radius??1.5,fill:p.color??"black"},`point-${m}`)),r.map((p,m)=>J.jsx("text",{x:p.x??0,y:p.y??0,fontSize:p.fontSize??10,fill:p.color??"black",children:p.text??""},`text-${m}`))]})}var iHo=({solver:t,animationSpeed:e=25,onSolverStarted:n,onSolverCompleted:o})=>{const[i,r]=j.useReducer(l=>l+1,0),A=j.useMemo(()=>{try{return t.visualize()||{points:[],lines:[],rects:[],circles:[]}}catch(l){return console.error("Visualization error:",l),{points:[],lines:[],rects:[],circles:[]}}},[t,i]),s=j.useMemo(()=>(A.rects?.length||0)===0&&(A.lines?.length||0)===0&&(A.points?.length||0)===0&&(A.circles?.length||0)===0,[A]);j.useEffect(()=>{if(!(typeof document>"u")&&!document.querySelector('script[src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"]')){const l=document.createElement("script");l.src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4",document.head.appendChild(l)}},[]);const a=t.pipelineDef!==void 0,c=l=>{const g=t;if(!t.solved&&!t.failed){for(;!t.solved&&!t.failed&&g.currentPipelineStepIndex<=g.pipelineDef.findIndex(u=>u.solverName===l);)t.step();r()}};return J.jsxs("div",{children:[J.jsx(JLo,{solver:t,triggerRender:r,animationSpeed:e,onSolverStarted:n,onSolverCompleted:o}),s?J.jsx("div",{className:"p-4 text-gray-500",children:"No Graphics Yet"}):J.jsx(nHo,{fallback:J.jsx(oHo,{graphics:A}),children:J.jsx(YLo,{graphics:A})}),a&&J.jsx(tHo,{solver:t,onStepUntilPhase:c})]})};const rHo=()=>{j.useEffect(()=>{const t="tailwind-cdn-script";if(document.getElementById(t)||window.tailwind)return;const e=document.createElement("div");e.className="hidden",document.body.appendChild(e);const n=window.getComputedStyle(e).display==="none";if(document.body.removeChild(e),n)return;const o=document.createElement("script");o.id=t,o.src="https://cdn.tailwindcss.com",document.head.appendChild(o)},[])},AHo=1e3,bS=(t,e)=>{const{fileName:n,mimeType:o="text/plain"}=e,i=t instanceof Blob?t:new Blob([t],{type:o}),r=URL.createObjectURL(i),A=document.createElement("a");A.href=r,A.download=n,A.target="_blank",A.rel="noopener noreferrer",A.style.display="none",document.body.appendChild(A),A.click(),document.body.removeChild(A),setTimeout(()=>{URL.revokeObjectURL(r)},AHo)},oRt=t=>{let e=t.trim().replace(/[\\/:*?"<>|]/g,"_").replace(/[\x00-\x1f]/g,"").replace(/^\.+/,"").replace(/\.+$/,"").replace(/\s+/g," ").replace(/_+/g,"_");return/^(con|prn|aux|nul|com[0-9]|lpt[0-9])$/i.test(e)&&(e=`_${e}`),e=e.slice(0,200),e||"untitled"},DS="https://github.com/tscircuit/tscircuit-autorouter/issues/new",iRt="https://github.com/tscircuit/copper-pour-solver/issues/new",rRt="https://github.com/tscircuit/calculate-packing/issues/new",ARt="https://github.com/tscircuit/schematic-trace-solver/issues/new?template=json-bug-report.yml",sHo={PackSolver2:rRt,AutoroutingPipelineSolver:DS,AssignableAutoroutingPipeline2:DS,AssignableAutoroutingPipeline3:DS,AutoroutingPipeline1_OriginalUnravel:DS,AutoroutingPipelineSolver3_HgPortPointPathing:DS,AutoroutingPipelineSolver4:DS,AutoroutingPipelineSolver5:DS,AutoroutingPipelineSolver7_MultiGraph:DS,AutoroutingPipelineSolver8:DS,CopperPourPipelineSolver:iRt,SchematicTracePipelineSolver:ARt},aHo=t=>t.toLowerCase().includes("pack")?SPo:t.toLowerCase().includes("rout")?vPo:dPo,sRt=t=>{const e=sHo[t];if(e)return e;const n=t.toLowerCase();return n.includes("autorout")?DS:n.includes("schematic")&&n.includes("trace")?ARt:n.includes("copperpour")?iRt:n.includes("pack")?rRt:null},cHo=t=>`${oRt(`${t.componentName}-${t.solverName}`)}-solver-input.json`,aRt=t=>{bS(JSON.stringify(t.solverParams,null,2),{fileName:cHo(t),mimeType:"application/json"})},lHo=({solverEvent:t})=>{const e=sRt(t.solverName);return J.jsxs("div",{className:"rf-flex rf-items-center rf-justify-end rf-gap-2 rf-border-b rf-border-gray-200 rf-bg-gray-50 rf-px-4 rf-py-2",children:[J.jsxs(Zs,{type:"button",variant:"outline",size:"sm",onClick:()=>aRt(t),children:[J.jsx(Wwe,{className:"rf-w-4 rf-h-4"}),"Download"]}),e?J.jsx(Zs,{asChild:!0,variant:"outline",size:"sm",children:J.jsxs("a",{href:e,target:"_blank",rel:"noopener noreferrer",children:[J.jsx(Zne,{className:"rf-w-4 rf-h-4"}),"Report"]})}):J.jsxs(Zs,{type:"button",variant:"outline",size:"sm",disabled:!0,title:"No report link configured for this solver",children:[J.jsx(Zne,{className:"rf-w-4 rf-h-4"}),"Report"]})]})},gHo=({solverEvent:t})=>{const e=sRt(t.solverName);return e?J.jsx(Zs,{asChild:!0,variant:"ghost",size:"icon",className:"rf-h-8 rf-w-8",children:J.jsx("a",{href:e,target:"_blank",rel:"noopener noreferrer",title:"Report solver bug","aria-label":"Report solver bug",children:J.jsx(Zne,{className:"rf-w-4 rf-h-4"})})}):J.jsx(Zs,{type:"button",variant:"ghost",size:"icon",className:"rf-h-8 rf-w-8",disabled:!0,title:"No report link configured for this solver","aria-label":"Report solver bug",children:J.jsx(Zne,{className:"rf-w-4 rf-h-4"})})},uHo=({solverEvents:t=[]})=>{const[e,n]=j.useState(null);rHo();const o=j.useMemo(()=>{const s=new Map;for(const a of t){const c=`${a.componentName}-${a.solverName}`;s.set(c,a)}return s},[t]),i=j.useMemo(()=>Array.from(o.keys()),[o]),r=e?o.get(e):null,A=j.useMemo(()=>{if(!r)return{instance:null,error:null,classFound:!1};const s=rCe[r.solverName];if(!s)return{instance:null,error:`Solver class "${r.solverName}" not found in SOLVERS registry. Available: ${Object.keys(rCe).join(", ")}`,classFound:!1};try{const a=r.solverParams,c=a?.input!==void 0?a.input:a;return{instance:new s(c),error:null,classFound:!0}}catch(a){const c=a instanceof Error?a.message:String(a);return console.error("Failed to reconstruct solver:",a),{instance:null,error:`Failed to instantiate solver: ${c}`,classFound:!0}}},[r]);return t.length===0?J.jsx("div",{className:"rf-p-4",children:J.jsx("div",{className:"rf-bg-gray-50 rf-rounded-md rf-border rf-border-gray-200",children:J.jsxs("div",{className:"rf-p-4",children:[J.jsx("h3",{className:"rf-text-lg rf-font-semibold rf-text-gray-800 rf-mb-3",children:"No Solvers Detected"}),J.jsx("p",{className:"rf-text-sm rf-text-gray-600",children:"Solvers will appear here when the circuit runs. Solvers are used for tasks like component packing and autorouting."})]})})}):J.jsxs("div",{className:"rf-flex rf-h-full rf-overflow-hidden",children:[J.jsxs("div",{className:"rf-w-64 rf-border-r rf-border-gray-200 rf-overflow-y-auto rf-flex-shrink-0",children:[J.jsxs("div",{className:"rf-text-xs rf-font-semibold rf-text-gray-500 rf-px-3 rf-py-2 rf-bg-gray-50 rf-border-b rf-border-gray-200",children:[i.length," ",i.length===1?"Solver":"Solvers"]}),i.map(s=>{const a=o.get(s),c=e===s;return J.jsx("div",{className:`rf-px-3 rf-py-2 rf-cursor-pointer rf-border-b rf-border-gray-100 ${c?"rf-bg-blue-50 rf-border-l-2 rf-border-l-blue-500":"hover:rf-bg-gray-50"}`,onClick:()=>n(s),children:(()=>{const l=aHo(a.solverName);return J.jsxs("div",{className:"rf-flex rf-items-center rf-gap-2",children:[J.jsx(l,{className:"rf-w-4 rf-h-4 rf-text-blue-500 rf-flex-shrink-0"}),J.jsxs("div",{className:"rf-flex-1 rf-min-w-0",children:[J.jsx("div",{className:"rf-text-sm rf-font-medium rf-text-gray-800 rf-truncate",children:a.componentName}),J.jsx("div",{className:"rf-text-xs rf-text-gray-500 rf-truncate",children:a.solverName})]})]})})()},s)})]}),J.jsx("div",{className:"rf-flex-1 rf-overflow-hidden",children:r?A.instance?J.jsxs("div",{className:"rf-flex rf-h-full rf-flex-col rf-overflow-y-auto",children:[J.jsx(lHo,{solverEvent:r}),J.jsx("div",{className:"rf-min-h-0 rf-flex-1",children:J.jsx(gx,{fallback:J.jsx("div",{className:"rf-p-4",children:J.jsxs("div",{className:"rf-bg-red-50 rf-rounded-md rf-border rf-border-red-200 rf-p-4",children:[J.jsx("h3",{className:"rf-text-lg rf-font-semibold rf-text-red-800 rf-mb-2",children:"Error Loading Solver Debugger"}),J.jsxs("p",{className:"rf-text-sm rf-text-red-600",children:["Failed to render the solver debugger for"," ",r.solverName]})]})}),children:J.jsx(iHo,{solver:A.instance})})})]}):J.jsxs("div",{className:"rf-p-4",children:[J.jsxs("div",{className:"rf-mb-4",children:[J.jsx("h3",{className:"rf-text-lg rf-font-semibold rf-text-gray-800",children:r.solverName}),J.jsxs("p",{className:"rf-text-sm rf-text-gray-500",children:["Component: ",r.componentName]})]}),A.error&&J.jsx("div",{className:`rf-rounded-md rf-border rf-p-4 rf-mb-4 ${A.classFound?"rf-bg-red-50 rf-border-red-200":"rf-bg-yellow-50 rf-border-yellow-200"}`,children:J.jsx("p",{className:`rf-text-sm ${A.classFound?"rf-text-red-700":"rf-text-yellow-700"}`,children:A.error})}),J.jsxs("div",{className:"rf-border rf-border-gray-200 rf-rounded-md rf-overflow-hidden",children:[J.jsxs("div",{className:"rf-px-3 rf-py-2 rf-bg-gray-50 rf-flex rf-items-center rf-justify-between rf-gap-2",children:[J.jsx("span",{className:"rf-text-sm rf-font-medium rf-text-gray-700",children:"Solver Parameters"}),J.jsxs("div",{className:"rf-flex rf-items-center rf-gap-1",children:[J.jsx(gHo,{solverEvent:r}),J.jsx(Zs,{type:"button",variant:"ghost",size:"icon",className:"rf-h-8 rf-w-8","aria-label":"Download solver input JSON",title:"Download solver input JSON",onClick:()=>aRt(r),children:J.jsx(Wwe,{className:"rf-w-4 rf-h-4"})})]})]}),J.jsx("div",{className:"rf-p-3 rf-bg-white rf-border-t rf-border-gray-200",children:J.jsx("pre",{className:"rf-text-xs rf-font-mono rf-text-gray-600 rf-whitespace-pre-wrap rf-overflow-x-auto",children:JSON.stringify(r.solverParams,null,2)})})]})]}):J.jsx("div",{className:"rf-flex rf-items-center rf-justify-center rf-h-full",children:J.jsx("p",{className:"rf-text-sm rf-text-gray-500",children:"Select a solver from the list to view details"})})})]})},cRt=({errorMessage:t,errorStack:e,circuitJsonErrors:n})=>{j.useEffect(()=>{if(t){const o=new Error(t);e&&(o.stack=e);try{IN.captureException(o)}catch{}}},[t,e]),j.useEffect(()=>{if(n&&n.length>0)for(const o of n){const i=new Error(o.message||"Circuit JSON Error");o.stack&&(i.stack=o.stack);try{IN.captureException(i,{error_type:o.type})}catch{}}},[n])},lRt=t=>{j.useEffect(()=>{try{wzn(t)}catch{}},[t.source,t.component,t.isWebEmbedded,t.activeTab])},gRt="0.0.2283",dHo={version:gRt},fie=Ugt()(Ygt(t=>({lastRunEvalVersion:void 0,setLastRunEvalVersion:e=>{t({lastRunEvalVersion:e})}}),{name:"runframe-runner-store"})),hHo=t=>{const[e,n]=j.useState([]),[o,i]=j.useState(null),[r,A]=j.useState(""),[s,a]=q7("eval-version-selection",null),c=fie(h=>h.setLastRunEvalVersion),l=fie(h=>h.lastRunEvalVersion);return j.useEffect(()=>{t&&fetch("https://data.jsdelivr.com/v1/package/npm/@tscircuit/eval").then(h=>h.json()).then(h=>{if(Array.isArray(h?.versions)){let d=[...h.versions];h.tags?.latest&&(i(h.tags.latest),d=d.filter(_=>_!==h.tags.latest)),n(d)}}).catch(()=>{})},[t]),j.useEffect(()=>{t&&(s?(window.TSCIRCUIT_LATEST_EVAL_VERSION=s,c(s)):o&&(window.TSCIRCUIT_LATEST_EVAL_VERSION=o,c(o)))},[t,s,o]),{versions:j.useMemo(()=>e.filter(h=>h.includes(r)).slice(0,50),[e,r]),latestVersion:o,lastRunEvalVersion:l,search:r,setSearch:A,selectVersion:h=>{a(h),A("")}}},_Ho=({snippetNames:t,onSelect:e,onCancel:n,isOpen:o})=>{const[i,r]=j.useState(""),[A,s]=j.useState("");if(!o)return null;const a=t.filter(g=>g.toLowerCase().includes(A.toLowerCase())),c=A&&!t.includes(A),l=g=>{g.key==="Enter"&&(a.length===1?r(a[0]):c&&r(A))};return J.jsx("div",{className:"rf-fixed rf-inset-0 rf-bg-black rf-bg-opacity-50 rf-flex rf-items-center rf-justify-center rf-z-[100]",children:J.jsxs("div",{className:"rf-bg-white rf-rounded-lg rf-p-6 rf-w-96",children:[J.jsx("h2",{className:"rf-text-lg rf-font-semibold rf-mb-4",children:"Select Snippet"}),J.jsx("input",{type:"text",className:"rf-w-full rf-px-4 rf-py-2 rf-border rf-rounded rf-mb-4",placeholder:"Search snippets or new snippet name...",value:A,onChange:g=>s(g.target.value),onKeyDown:l}),J.jsxs("div",{className:"rf-h-60 rf-overflow-y-auto",children:[a.map(g=>J.jsx("button",{type:"button",className:`w-full text-left px-4 py-2 rounded hover:bg-gray-100 ${i===g?"bg-blue-50":""}`,onClick:()=>r(g),children:g},g)),c&&J.jsxs("button",{type:"button",className:`w-full text-left px-4 py-2 rounded hover:bg-gray-100 text-blue-500 ${i===A?"bg-blue-50":""}`,onClick:()=>r(A),children:['Create new "',A,'"']})]}),J.jsxs("div",{className:"rf-mt-4 rf-flex rf-justify-end rf-gap-2",children:[J.jsx("button",{type:"button",className:"rf-px-4 rf-py-2 rf-text-gray-600 rf-hover:text-gray-800",onClick:n,children:"Cancel"}),J.jsx("button",{type:"button",className:"rf-px-4 rf-py-2 rf-bg-blue-500 rf-text-white rf-rounded rf-hover:bg-blue-600 rf-disabled:opacity-50",onClick:()=>i&&e(i),disabled:!i,children:i===A?`Create "${i}"`:`Save to ${i}`})]})]})})},mHo=t=>{const e=j.useRef(null),n=Uu(o=>o.recentEvents);j.useEffect(()=>{if(n.length===0)return;const o=n[0];o.event_id!==e.current&&(t(o),e.current=o.event_id)},[n,t])};var pHo=Object.defineProperty,_y=(t,e)=>pHo(t,"name",{value:e,configurable:!0}),_3e="Dialog",[uRt,dRt]=f2(_3e),[IHo,PB]=uRt(_3e),m3e=_y(t=>{const{__scopeDialog:e,children:n,open:o,defaultOpen:i,onOpenChange:r,modal:A=!0}=t,s=j.useRef(null),a=j.useRef(null),{nodes:c,registry:l}=noe(),[g,u]=Kb({prop:o,defaultProp:i??!1,onChange:r,caller:_3e}),[h,d]=j.useState(0),[_,p]=j.useState(0);return J.jsx(IHo,{scope:e,triggerRef:s,contentRef:a,contentId:l_(),titleId:l_(),descriptionId:l_(),titlePresent:h>0,descriptionPresent:_>0,setTitleCount:d,setDescriptionCount:p,open:g,onOpenChange:u,onOpenToggle:j.useCallback(()=>u(m=>!m),[u]),modal:A,branchNodes:c,branchRegistry:l,children:n})},"Dialog"),CHo="DialogTrigger",fHo=j.forwardRef(_y(function(e,n){const{__scopeDialog:o,...i}=e,r=PB(CHo,o),A=Yc(n,r.triggerRef);return J.jsx(Ga.button,{type:"button","aria-haspopup":"dialog","aria-expanded":r.open,"aria-controls":r.open?r.contentId:void 0,"data-state":xie(r.open),...i,ref:A,onClick:Pr(e.onClick,r.onOpenToggle)})},"DialogTrigger")),hRt="DialogPortal",[yHo,_Rt]=uRt(hRt,{forceMount:void 0}),p3e=_y(t=>{const{__scopeDialog:e,forceMount:n,children:o,container:i}=t,r=PB(hRt,e);return J.jsx(yHo,{scope:e,forceMount:n,children:j.Children.map(o,A=>J.jsx(JE,{present:n||r.open,children:J.jsx(BPe,{asChild:!0,container:i,children:A})}))})},"DialogPortal"),I3e="DialogOverlay",yie=j.forwardRef(_y(function(e,n){const o=_Rt(I3e,e.__scopeDialog),{forceMount:i=o.forceMount,...r}=e,A=PB(I3e,e.__scopeDialog);return A.modal?J.jsx(JE,{present:i||A.open,children:J.jsx(xHo,{...r,ref:n})}):null},"DialogOverlay")),EHo=JQ("DialogOverlay.RemoveScroll"),xHo=j.forwardRef(_y(function(e,n){const{__scopeDialog:o,...i}=e,r=PB(I3e,o),A=JPt(),s=Yc(n,A);return J.jsx(xoe,{as:EHo,allowPinchZoom:!0,shards:j.useMemo(()=>[r.contentRef,...r.branchNodes.map(a=>({current:a}))],[r.contentRef,r.branchNodes]),children:J.jsx(Ga.div,{"data-state":xie(r.open),...i,ref:s,style:{pointerEvents:"auto",...i.style}})})},"DialogOverlayImpl")),ZK="DialogContent",Eie=j.forwardRef(_y(function(e,n){const o=_Rt(ZK,e.__scopeDialog),{forceMount:i=o.forceMount,...r}=e,A=PB(ZK,e.__scopeDialog);return J.jsx(JE,{present:i||A.open,children:A.modal?J.jsx(BHo,{...r,ref:n}):J.jsx(QHo,{...r,ref:n})})},"DialogContent")),BHo=j.forwardRef(_y(function(e,n){const o=PB(ZK,e.__scopeDialog),i=j.useRef(null),r=Yc(n,o.contentRef,i);return j.useEffect(()=>{const A=i.current;if(A)return SPe(A)},[]),J.jsx(mRt,{...e,ref:r,trapFocus:o.open,disableOutsidePointerEvents:o.open,onCloseAutoFocus:Pr(e.onCloseAutoFocus,A=>{A.preventDefault(),o.triggerRef.current?.focus()}),onPointerDownOutside:Pr(e.onPointerDownOutside,A=>{const s=A.detail.originalEvent,a=s.button===0&&s.ctrlKey===!0;(s.button===2||a)&&A.preventDefault()}),onFocusOutside:Pr(e.onFocusOutside,A=>A.preventDefault())})},"DialogContentModal")),QHo=j.forwardRef(_y(function(e,n){const o=PB(ZK,e.__scopeDialog),i=j.useRef(!1),r=j.useRef(!1);return J.jsx(mRt,{...e,ref:n,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:A=>{e.onCloseAutoFocus?.(A),A.defaultPrevented||(i.current||o.triggerRef.current?.focus(),A.preventDefault()),i.current=!1,r.current=!1},onInteractOutside:A=>{e.onInteractOutside?.(A),A.defaultPrevented||(i.current=!0,A.detail.originalEvent.type==="pointerdown"&&(r.current=!0));const s=A.target;o.triggerRef.current?.contains(s)&&A.preventDefault(),A.detail.originalEvent.type==="focusin"&&r.current&&A.preventDefault()}})},"DialogContentNonModal")),mRt=j.forwardRef(_y(function(e,n){const{__scopeDialog:o,trapFocus:i,onOpenAutoFocus:r,onCloseAutoFocus:A,"aria-describedby":s,...a}=e,{children:c,...l}=a,g=PB(ZK,o);return QK(),J.jsx(J.Fragment,{children:J.jsx(iPe,{asChild:!0,loop:!0,trapped:i,branches:g.branchNodes,onMountAutoFocus:r,onUnmountAutoFocus:A,children:J.jsx(eoe,{role:"dialog",id:g.contentId,"aria-labelledby":g.titlePresent?g.titleId:void 0,"aria-describedby":g.descriptionPresent?IRt(s,g.descriptionId):s,"data-state":xie(g.open),...l,ref:n,deferPointerDownOutside:!0,onDismiss:()=>g.onOpenChange(!1),children:J.jsx(rPe,{value:g.branchRegistry,children:c})})})})},"DialogContentImpl")),C3e=j.forwardRef(_y(function(e,n){const{__scopeDialog:o,...i}=e,r=PB("DialogTitle",o),{setTitleCount:A}=r;return ey(()=>(A(s=>s+1),()=>A(s=>s-1)),[A]),J.jsx(Ga.h2,{id:r.titleId,...i,ref:n})},"DialogTitle")),f3e=j.forwardRef(_y(function(e,n){const{__scopeDialog:o,...i}=e,r=PB("DialogDescription",o),{setDescriptionCount:A}=r;return ey(()=>(A(s=>s+1),()=>A(s=>s-1)),[A]),J.jsx(Ga.p,{id:r.descriptionId,...i,ref:n})},"DialogDescription")),SHo="DialogClose",pRt=j.forwardRef(_y(function(e,n){const{__scopeDialog:o,...i}=e,r=PB(SHo,o);return J.jsx(Ga.button,{type:"button",...i,ref:n,onClick:Pr(e.onClick,()=>r.onOpenChange(!1))})},"DialogClose"));function IRt(...t){const e=new Set;for(const n of t)if(typeof n=="string")for(const o of String(n).trim().split(/\s+/))o&&e.add(o);return e.size>0?Array.from(e).join(" "):void 0}_y(IRt,"concatAriaDescribedby");function xie(t){return t?"open":"closed"}_y(xie,"getState");var bHo=Object.defineProperty,R5=(t,e)=>bHo(t,"name",{value:e,configurable:!0}),DHo="AlertDialog",[MHo,NWo]=f2(DHo,[dRt]),T5=dRt(),wHo=R5(t=>{const{__scopeAlertDialog:e,...n}=t,o=T5(e);return J.jsx(m3e,{...o,...n,modal:!0})},"AlertDialog");j.forwardRef(R5(function(e,n){const{__scopeAlertDialog:o,...i}=e,r=T5(o);return J.jsx(fHo,{...r,...i,ref:n})},"AlertDialogTrigger"));var PHo=R5(t=>{const{__scopeAlertDialog:e,...n}=t,o=T5(e);return J.jsx(p3e,{...o,...n})},"AlertDialogPortal"),CRt=j.forwardRef(R5(function(e,n){const{__scopeAlertDialog:o,...i}=e,r=T5(o);return J.jsx(yie,{...r,...i,ref:n})},"AlertDialogOverlay")),vHo="AlertDialogContent",[NHo,RHo]=MHo(vHo),fRt=j.forwardRef(R5(function(e,n){const{__scopeAlertDialog:o,children:i,...r}=e,A=T5(o),s=j.useRef(null),a=Yc(n,s),c=j.useRef(null);return J.jsx(NHo,{scope:o,cancelRef:c,children:J.jsx(Eie,{role:"alertdialog",...A,...r,ref:a,onOpenAutoFocus:Pr(r.onOpenAutoFocus,l=>{l.preventDefault(),c.current?.focus({preventScroll:!0})}),onPointerDownOutside:l=>l.preventDefault(),onInteractOutside:l=>l.preventDefault(),children:i})})},"AlertDialogContent")),yRt=j.forwardRef(R5(function(e,n){const{__scopeAlertDialog:o,...i}=e,r=T5(o);return J.jsx(C3e,{...r,...i,ref:n})},"AlertDialogTitle")),ERt=j.forwardRef(R5(function(e,n){const{__scopeAlertDialog:o,...i}=e,r=T5(o);return J.jsx(f3e,{...r,...i,ref:n})},"AlertDialogDescription")),xRt=j.forwardRef(R5(function(e,n){const{__scopeAlertDialog:o,...i}=e,r=T5(o);return J.jsx(pRt,{...r,...i,ref:n})},"AlertDialogAction")),THo="AlertDialogCancel",BRt=j.forwardRef(R5(function(e,n){const{__scopeAlertDialog:o,...i}=e,{cancelRef:r}=RHo(THo,o),A=T5(o),s=Yc(n,r);return J.jsx(pRt,{...A,...i,ref:s})},"AlertDialogCancel"));const QRt=wHo,kHo=PHo,SRt=j.forwardRef(({className:t,...e},n)=>J.jsx(CRt,{className:Ji("rf-fixed rf-inset-0 rf-z-50 rf-bg-black/80 data-[state=open]:rf-animate-in data-[state=closed]:rf-animate-out data-[state=closed]:rf-fade-out-0 data-[state=open]:rf-fade-in-0",t),...e,ref:n}));SRt.displayName=CRt.displayName;const y3e=j.forwardRef(({className:t,...e},n)=>J.jsxs(kHo,{children:[J.jsx(SRt,{}),J.jsx(fRt,{ref:n,className:Ji("rf-fixed rf-left-[50%] rf-top-[50%] rf-z-50 rf-grid rf-w-full rf-max-w-lg rf-translate-x-[-50%] rf-translate-y-[-50%] rf-gap-4 rf-border rf-border-zinc-200 rf-bg-white rf-p-6 rf-shadow-lg rf-duration-200 data-[state=open]:rf-animate-in data-[state=closed]:rf-animate-out data-[state=closed]:rf-fade-out-0 data-[state=open]:rf-fade-in-0 data-[state=closed]:rf-zoom-out-95 data-[state=open]:rf-zoom-in-95 data-[state=closed]:rf-slide-out-to-left-1/2 data-[state=closed]:rf-slide-out-to-top-[48%] data-[state=open]:rf-slide-in-from-left-1/2 data-[state=open]:rf-slide-in-from-top-[48%] sm:rf-rounded-lg dark:rf-border-zinc-800 dark:rf-bg-zinc-950",t),...e})]}));y3e.displayName=fRt.displayName;const E3e=({className:t,...e})=>J.jsx("div",{className:Ji("rf-flex rf-flex-col rf-space-y-2 rf-text-center sm:rf-text-left",t),...e});E3e.displayName="AlertDialogHeader";const x3e=({className:t,...e})=>J.jsx("div",{className:Ji("rf-flex rf-flex-col-reverse sm:rf-flex-row sm:rf-justify-end sm:rf-space-x-2",t),...e});x3e.displayName="AlertDialogFooter";const B3e=j.forwardRef(({className:t,...e},n)=>J.jsx(yRt,{ref:n,className:Ji("rf-text-lg rf-font-semibold",t),...e}));B3e.displayName=yRt.displayName;const Q3e=j.forwardRef(({className:t,...e},n)=>J.jsx(ERt,{ref:n,className:Ji("rf-text-sm rf-text-zinc-500 dark:rf-text-zinc-400",t),...e}));Q3e.displayName=ERt.displayName;const FHo=j.forwardRef(({className:t,...e},n)=>J.jsx(xRt,{ref:n,className:Ji(iT(),t),...e}));FHo.displayName=xRt.displayName;const S3e=j.forwardRef(({className:t,...e},n)=>J.jsx(BRt,{ref:n,className:Ji(iT({variant:"outline"}),"rf-mt-2 sm:rf-mt-0",t),...e}));S3e.displayName=BRt.displayName;var LHo=Object.defineProperty,k5=(t,e)=>LHo(t,"name",{value:e,configurable:!0}),b3e="Checkbox",[HHo,RWo]=f2(b3e),[GHo,D3e]=HHo(b3e);function bRt(t){const{__scopeCheckbox:e,checked:n,children:o,defaultChecked:i,disabled:r,form:A,name:s,onCheckedChange:a,required:c,value:l="on",internal_do_not_use_render:g}=t,[u,h]=Kb({prop:n,defaultProp:i??!1,onChange:a,caller:b3e}),[d,_]=j.useState(null),[p,m]=j.useState(null),C=j.useRef(!1),[I,f]=j.useReducer(B=>B+1,0),y=d?!!A||!!d.closest("form"):!0,x={checked:u,disabled:r,setChecked:h,control:d,setControl:_,name:s,form:A,value:l,hasConsumerStoppedPropagationRef:C,userInteractionCount:I,onUserInteraction:f,required:c,defaultChecked:F5(i)?!1:i,isFormControl:y,bubbleInput:p,setBubbleInput:m};return J.jsx(GHo,{scope:e,...x,children:MRt(g)?g(x):o})}k5(bRt,"CheckboxProvider");var OHo="CheckboxTrigger",KHo=j.forwardRef(k5(function({__scopeCheckbox:e,onKeyDown:n,onClick:o,...i},r){const{control:A,value:s,disabled:a,checked:c,required:l,setControl:g,setChecked:u,hasConsumerStoppedPropagationRef:h,onUserInteraction:d,isFormControl:_,bubbleInput:p}=D3e(OHo,e),m=Yc(r,g),C=j.useRef(c);return j.useEffect(()=>{const I=A?.form;if(I){const f=k5(()=>u(C.current),"reset");return I.addEventListener("reset",f),()=>I.removeEventListener("reset",f)}},[A,u]),J.jsx(Ga.button,{type:"button",role:"checkbox","aria-checked":F5(c)?"mixed":c,"aria-required":l,"data-state":M3e(c),"data-disabled":a?"":void 0,disabled:a,value:s,...i,ref:m,onKeyDown:Pr(n,I=>{I.key==="Enter"&&I.preventDefault()}),onClick:Pr(o,I=>{d(),u(f=>F5(f)?!0:!f),p&&_&&(h.current=I.isPropagationStopped(),h.current||I.stopPropagation())})})},"CheckboxTrigger")),DRt=j.forwardRef(k5(function(e,n){const{__scopeCheckbox:o,name:i,checked:r,defaultChecked:A,required:s,disabled:a,value:c,onCheckedChange:l,form:g,...u}=e;return J.jsx(bRt,{__scopeCheckbox:o,checked:r,defaultChecked:A,disabled:a,required:s,onCheckedChange:l,name:i,form:g,value:c,internal_do_not_use_render:({isFormControl:h})=>J.jsxs(J.Fragment,{children:[J.jsx(KHo,{...u,ref:n,__scopeCheckbox:o}),h&&J.jsx(VHo,{__scopeCheckbox:o})]})})},"Checkbox")),UHo="CheckboxIndicator",YHo=j.forwardRef(k5(function(e,n){const{__scopeCheckbox:o,forceMount:i,...r}=e,A=D3e(UHo,o);return J.jsx(JE,{present:i||F5(A.checked)||A.checked===!0,children:J.jsx(Ga.span,{"data-state":M3e(A.checked),"data-disabled":A.disabled?"":void 0,...r,ref:n,style:{pointerEvents:"none",...e.style}})})},"CheckboxIndicator")),zHo="CheckboxBubbleInput",VHo=j.forwardRef(k5(function({__scopeCheckbox:e,onClick:n,...o},i){const{control:r,hasConsumerStoppedPropagationRef:A,userInteractionCount:s,checked:a,defaultChecked:c,required:l,disabled:g,name:u,value:h,form:d,bubbleInput:_,setBubbleInput:p}=D3e(zHo,e),m=Yc(i,p),C=yPe(r),I=j.useRef(!1),f=j.useRef(a),y=j.useRef(s);j.useEffect(()=>{const B=_;if(!B)return;const S=window.HTMLInputElement.prototype,w=Object.getOwnPropertyDescriptor(S,"checked").set,F=s!==y.current;y.current=s;const R=f.current!==a;f.current=a;const H=!(F&&A.current);if(R&&w){I.current=!F;const G=new Event("click",{bubbles:H});B.indeterminate=F5(a),w.call(B,F5(a)?!1:a),B.dispatchEvent(G),I.current=!1}},[_,a,A,s]);const x=j.useRef(F5(a)?!1:a);return J.jsx(Ga.input,{type:"checkbox","aria-hidden":!0,defaultChecked:c??x.current,required:l,disabled:g,name:u,value:h,form:d,...o,tabIndex:-1,ref:m,onClick:Pr(n,B=>{I.current&&B.stopPropagation()}),style:{...o.style,...C,position:"absolute",pointerEvents:"none",opacity:0,margin:0,transform:"translateX(-100%)"}})},"CheckboxBubbleInput"));function MRt(t){return typeof t=="function"}k5(MRt,"isFunction");function F5(t){return t==="indeterminate"}k5(F5,"isIndeterminate");function M3e(t){return F5(t)?"indeterminate":t?"checked":"unchecked"}k5(M3e,"getState");const eU=j.forwardRef(({className:t,...e},n)=>J.jsx(DRt,{ref:n,className:Ji("rf-peer rf-h-4 rf-w-4 rf-shrink-0 rf-rounded-sm rf-border rf-border-zinc-200 rf-border-zinc-900 rf-shadow focus-visible:rf-outline-none focus-visible:rf-ring-1 focus-visible:rf-ring-zinc-950 disabled:rf-cursor-not-allowed disabled:rf-opacity-50 data-[state=checked]:rf-bg-zinc-900 data-[state=checked]:rf-text-zinc-50 dark:rf-border-zinc-800 dark:rf-border-zinc-50 dark:focus-visible:rf-ring-zinc-300 dark:data-[state=checked]:rf-bg-zinc-50 dark:data-[state=checked]:rf-text-zinc-900",t),...e,children:J.jsx(YHo,{className:Ji("rf-flex rf-items-center rf-justify-center rf-text-current"),children:J.jsx(L3,{className:"rf-h-4 rf-w-4"})})}));eU.displayName=DRt.displayName;const bT=m3e,JHo=p3e,wRt=j.forwardRef(({className:t,...e},n)=>J.jsx(yie,{className:Ji("rf-fixed rf-inset-0 rf-z-50 rf-bg-black/80 data-[state=open]:rf-animate-in data-[state=closed]:rf-animate-out data-[state=closed]:rf-fade-out-0 data-[state=open]:rf-fade-in-0",t),...e,ref:n}));wRt.displayName=yie.displayName;const X3=j.forwardRef(({className:t,children:e,showOverlay:n=!0,...o},i)=>J.jsxs(JHo,{children:[J.jsx(wRt,{className:Ji(n?"":"rf-hidden")}),J.jsx(Eie,{ref:i,className:Ji("rf-fixed rf-left-[50%] rf-top-[50%] rf-z-50 rf-grid rf-w-full rf-max-w-lg rf-translate-x-[-50%] rf-translate-y-[-50%] rf-gap-4 rf-border rf-border-zinc-200 rf-bg-white rf-p-6 rf-shadow-lg rf-duration-200 data-[state=open]:rf-animate-in data-[state=closed]:rf-animate-out data-[state=closed]:rf-fade-out-0 data-[state=open]:rf-fade-in-0 data-[state=closed]:rf-zoom-out-95 data-[state=open]:rf-zoom-in-95 data-[state=closed]:rf-slide-out-to-left-1/2 data-[state=closed]:rf-slide-out-to-top-[48%] data-[state=open]:rf-slide-in-from-left-1/2 data-[state=open]:rf-slide-in-from-top-[48%] sm:rf-rounded-lg dark:rf-border-zinc-800 dark:rf-bg-zinc-950",t),...o,children:e})]}));X3.displayName=Eie.displayName;const $3=({className:t,...e})=>J.jsx("div",{className:Ji("rf-flex rf-flex-col rf-space-y-2 rf-text-center sm:rf-text-left",t),...e});$3.displayName="DialogHeader";const tU=({className:t,...e})=>J.jsx("div",{className:Ji("rf-flex rf-flex-col-reverse sm:rf-flex-row sm:rf-justify-end sm:rf-space-x-2",t),...e});tU.displayName="DialogFooter";const Z3=j.forwardRef(({className:t,...e},n)=>J.jsx(C3e,{ref:n,className:Ji("rf-text-lg rf-font-semibold",t),...e}));Z3.displayName=C3e.displayName;const DT=j.forwardRef(({className:t,...e},n)=>J.jsx(f3e,{ref:n,className:Ji("rf-text-sm rf-text-zinc-500 dark:rf-text-zinc-400",t),...e}));DT.displayName=f3e.displayName;const Bie={"tscircuit.com":{label:"tscircuit.com",placeholder:"Search tscircuit packages...",emptyMessage:"No packages found"},jlcpcb:{label:"JLCPCB Parts",placeholder:"Search JLCPCB parts (e.g. C14663)...",emptyMessage:"No parts found"},kicad:{label:"KiCad Footprints",placeholder:"Search KiCad footprints...",emptyMessage:"No footprints found"}},qHo="https://cdn.jsdelivr.net/npm/easyeda@latest/dist/browser/index.js";let w3e=null;const P3e=async()=>(w3e||(w3e=import(qHo)),w3e),WHo=t=>(e,n)=>{const o=new Headers(n?.headers),i={};return o.forEach((r,A)=>{i[A]=r}),fetch(`${t?.apiBase??Qf}/proxy`,{...n,headers:{...i,"X-Target-Url":e.toString(),"X-Sender-Origin":i.origin??"","X-Sender-Host":i.host??"https://easyeda.com","X-Sender-Referer":i.referer??"","X-Sender-User-Agent":i["user-agent"]??"","X-Sender-Cookie":i.cookie??"",authority:i.authority??"","content-type":i["content-type"]??"",...t?.headers}})},jHo=async(t,e=10)=>{const n=encodeURIComponent(t),o=await fetch(`https://jlcsearch.tscircuit.com/api/search?limit=${e}&q=${n}`);if(!o.ok)throw new Error(`JLCPCB API error: ${o.status}`);return(await o.json()).components??[]},XHo=t=>({lcscId:t.lcsc,manufacturer:t.mfr,description:t.description,partNumber:`C${t.lcsc}`,package:t.package,price:t.price,stock:t.stock,isBasic:t.is_basic}),PRt=async(t,e)=>{const{fetchEasyEDAComponent:n}=await P3e();return n(t,{fetch:WHo(e),includeModelMetadata:e?.includeModelMetadata})},$Ho=async(t,e)=>{const{convertRawEasyToTsx:n}=await P3e(),o=await PRt(t,e);return n({rawEasy:o})},ZHo=async(t,e)=>{const{EasyEdaJsonSchema:n,convertEasyEdaJsonToCircuitJson:o}=await P3e(),i=await PRt(t,{...e,includeModelMetadata:!1}),r=n.parse(i);return o(r,{shouldRecenter:!0,showDesignator:!0,useModelCdn:!1})};function dw(t){return Array.isArray?Array.isArray(t):NRt(t)==="[object Array]"}function eGo(t){if(typeof t=="string")return t;if(typeof t=="bigint")return t.toString();const e=t+"";return e=="0"&&1/t==-1/0?"-0":e}function v3e(t){return t==null?"":eGo(t)}function bC(t){return typeof t=="string"}function Qie(t){return typeof t=="number"}function tGo(t){return t===!0||t===!1||nGo(t)&&NRt(t)=="[object Boolean]"}function vRt(t){return typeof t=="object"}function nGo(t){return vRt(t)&&t!==null}function G2(t){return t!=null}function Sie(t){return!t.trim().length}function NRt(t){return t==null?t===void 0?"[object Undefined]":"[object Null]":Object.prototype.toString.call(t)}const oGo="Incorrect 'index' type",N3e="Invalid doc index: must be a non-negative integer within the bounds of the docs array",iGo=t=>`Invalid value for key ${t}`,rGo=t=>`Pattern length exceeds max of ${t}.`,AGo=t=>`Missing ${t} property in key`,sGo=t=>`Property 'weight' in key '${t}' must be a positive integer`,aGo="Fuse.match does not support useTokenSearch: token search requires corpus-level statistics (df, fieldCount) that a one-off string comparison does not have. Use new Fuse(...).search(...) instead.",RRt=Object.prototype.hasOwnProperty;var cGo=class{constructor(t){this._keys=[],this._keyMap={};let e=0;t.forEach(n=>{const o=TRt(n);this._keys.push(o),this._keyMap[o.id]=o,e+=o.weight}),this._keys.forEach(n=>{n.weight/=e})}get(t){return this._keyMap[t]}keys(){return this._keys}toJSON(){return JSON.stringify(this._keys)}};function TRt(t){let e=null,n=null,o=null,i=1,r=null;if(bC(t)||dw(t))o=t,e=kRt(t),n=bie(t);else{if(!RRt.call(t,"name"))throw new Error(AGo("name"));const A=t.name;if(o=A,RRt.call(t,"weight")&&t.weight!==void 0&&(i=t.weight,i<=0))throw new Error(sGo(bie(A)));e=kRt(A),n=bie(A),r=t.getFn??null}return{path:e,id:n,weight:i,src:o,getFn:r}}function kRt(t){return dw(t)?t:t.split(".")}function bie(t){return dw(t)?t.join("."):t}function lGo(t,e){const n=[];let o=!1;const i=(r,A,s,a)=>{if(G2(r))if(!A[s])n.push(a!==void 0?{v:r,i:a}:r);else{const c=r[A[s]];if(!G2(c))return;if(s===A.length-1&&(bC(c)||Qie(c)||tGo(c)||typeof c=="bigint"))n.push(a!==void 0?{v:v3e(c),i:a}:v3e(c));else if(dw(c)){o=!0;for(let l=0,g=c.length;l<g;l+=1)i(c[l],A,s+1,l)}else A.length&&i(c,A,s+1,a)}};return i(t,bC(e)?e.split("."):e,0),o?n:n[0]}const PA=Object.freeze({...{isCaseSensitive:!1,ignoreDiacritics:!1,includeScore:!1,keys:[],shouldSort:!0,sortFn:(t,e)=>t.score===e.score?t.idx<e.idx?-1:1:t.score<e.score?-1:1},...{includeMatches:!1,findAllMatches:!1,minMatchCharLength:1},...{location:0,threshold:.6,distance:100},...{useExtendedSearch:!1,useTokenSearch:!1,tokenize:void 0,tokenMatch:"any",getFn:lGo,ignoreLocation:!1,ignoreFieldNorm:!1,fieldNormWeight:1}});function gGo(t){return t>=9&&t<=13||t===32||t===160}function uGo(t=1,e=3){const n=new Map,o=Math.pow(10,e);return{get(i){let r=0,A=!1;for(let a=0;a<i.length;a++)gGo(i.charCodeAt(a))?A=!1:A||(r++,A=!0);if(r===0&&(r=1),n.has(r))return n.get(r);const s=Math.round(o/Math.pow(r,.5*t))/o;return n.set(r,s),s},clear(){n.clear()}}}var R3e=class{constructor({getFn:t=PA.getFn,fieldNormWeight:e=PA.fieldNormWeight}={}){this.norm=uGo(e,3),this.getFn=t,this.isCreated=!1,this.docs=[],this.keys=[],this._keysMap={},this.setIndexRecords()}setSources(t=[]){this.docs=t}setIndexRecords(t=[]){this.records=t}setKeys(t=[]){this.keys=t,this._keysMap={},t.forEach((e,n)=>{this._keysMap[e.id]=n})}create(){if(this.isCreated||!this.docs.length)return;this.isCreated=!0;const t=this.docs.length;this.records=new Array(t);let e=0;if(bC(this.docs[0]))for(let n=0;n<t;n++){const o=this._createStringRecord(this.docs[n],n);o&&(this.records[e++]=o)}else for(let n=0;n<t;n++)this.records[e++]=this._createObjectRecord(this.docs[n],n);this.records.length=e,this.norm.clear()}add(t,e){if(!Number.isInteger(e)||e<0)throw new Error(N3e);if(bC(t)){const o=this._createStringRecord(t,e);return o&&this.records.push(o),o}const n=this._createObjectRecord(t,e);return this.records.push(n),n}removeAt(t){if(!Number.isInteger(t)||t<0)throw new Error(N3e);for(let e=0,n=this.records.length;e<n;e+=1)if(this.records[e].i===t){this.records.splice(e,1);break}for(let e=0,n=this.records.length;e<n;e+=1)this.records[e].i>t&&(this.records[e].i-=1)}removeAll(t){const e=new Set;for(const o of t)Number.isInteger(o)&&o>=0&&e.add(o);if(e.size===0)return;this.records=this.records.filter(o=>!e.has(o.i));const n=Array.from(e).sort((o,i)=>o-i);for(const o of this.records){let i=0,r=n.length;for(;i<r;){const A=i+r>>>1;n[A]<o.i?i=A+1:r=A}o.i-=i}}getValueForItemAtKeyId(t,e){return t[this._keysMap[e]]}size(){return this.records.length}_createStringRecord(t,e){return!G2(t)||Sie(t)?null:{v:t,i:e,n:this.norm.get(t)}}_createObjectRecord(t,e){const n={i:e,$:{}};for(let o=0,i=this.keys.length;o<i;o++){const r=this.keys[o],A=r.getFn?r.getFn(t):this.getFn(t,r.path);if(G2(A)){if(dw(A)){const s=[];for(let a=0,c=A.length;a<c;a+=1){const l=A[a];if(G2(l)){if(bC(l)){if(!Sie(l)){const g={v:l,i:a,n:this.norm.get(l)};s.push(g)}}else if(G2(l.v)){const g=bC(l.v)?l.v:v3e(l.v);if(!Sie(g)){const u={v:g,i:l.i,n:this.norm.get(g)};s.push(u)}}}}n.$[o]=s}else if(bC(A)&&!Sie(A)){const s={v:A,n:this.norm.get(A)};n.$[o]=s}}}return n}toJSON(){return{keys:this.keys.map(({getFn:t,...e})=>e),records:this.records}}};function FRt(t,e,{getFn:n=PA.getFn,fieldNormWeight:o=PA.fieldNormWeight}={}){const i=new R3e({getFn:n,fieldNormWeight:o});return i.setKeys(t.map(TRt)),i.setSources(e),i.create(),i}function dGo(t,{getFn:e=PA.getFn,fieldNormWeight:n=PA.fieldNormWeight}={}){const{keys:o,records:i}=t,r=new R3e({getFn:e,fieldNormWeight:n});return r.setKeys(o),r.setIndexRecords(i),r}function hGo(t=[],e=PA.minMatchCharLength){const n=[];let o=-1,i=-1,r=0;for(let A=t.length;r<A;r+=1){const s=t[r];s&&o===-1?o=r:!s&&o!==-1&&(i=r-1,i-o+1>=e&&n.push([o,i]),o=-1)}return t[r-1]&&r-o>=e&&n.push([o,r-1]),n}function _Go(t,e,n,{location:o=PA.location,distance:i=PA.distance,threshold:r=PA.threshold,findAllMatches:A=PA.findAllMatches,minMatchCharLength:s=PA.minMatchCharLength,includeMatches:a=PA.includeMatches,ignoreLocation:c=PA.ignoreLocation}={}){if(e.length>32)throw new Error(rGo(32));const l=e.length,g=t.length,u=Math.max(0,Math.min(o,g));let h=r,d=u;const _=(D,w)=>{const F=D/l;if(c)return F;const R=Math.abs(u-w);return i?F+R/i:R?1:F},p=s>1||a,m=p?Array(g):[];let C;for(;(C=t.indexOf(e,d))>-1;){const D=_(0,C);if(h=Math.min(D,h),d=C+l,p){let w=0;for(;w<l;)m[C+w]=1,w+=1}}d=-1;let I=[],f=1,y=0,x=l+g;const B=1<<l-1;for(let D=0;D<l;D+=1){let w=0,F=x;for(;w<F;)_(D,u+F)<=h?w=F:x=F,F=Math.floor((x-w)/2+w);x=F;let R=Math.max(1,u-F+1);const H=A?g:Math.min(u+F,g)+l,G=Array(H+2);G[H+1]=(1<<D)-1;for(let K=H;K>=R;K-=1){const V=K-1,W=n[t[V]];if(G[K]=(G[K+1]<<1|1)&W,D&&(G[K]|=(I[K+1]|I[K])<<1|1|I[K+1]),G[K]&B&&(f=_(D,V),f<=h)){if(h=f,d=V,y=D,d<=u)break;R=Math.max(1,2*u-d)}}if(_(D+1,u)>h)break;I=G}if(p&&d>=0){const D=Math.min(g-1,d+l-1+y);for(let w=d;w<=D;w+=1)n[t[w]]&&(m[w]=1)}const S={isMatch:d>=0,score:Math.max(.001,f)};if(p){const D=hGo(m,s);D.length?a&&(S.indices=D):S.isMatch=!1}return S}function mGo(t){const e={};for(let n=0,o=t.length;n<o;n+=1){const i=t.charAt(n);e[i]=(e[i]||0)|1<<o-n-1}return e}function T3e(t){if(t.length<=1)return t;t.sort((n,o)=>n[0]-o[0]||n[1]-o[1]);const e=[t[0]];for(let n=1,o=t.length;n<o;n+=1){const i=e[e.length-1],r=t[n];r[0]<=i[1]+1?i[1]=Math.max(i[1],r[1]):e.push(r)}return e}const LRt={ł:"l",Ł:"L",đ:"d",Đ:"D",ø:"o",Ø:"O",ħ:"h",Ħ:"H",ŧ:"t",Ŧ:"T",ı:"i",ß:"ss"},pGo=new RegExp("["+Object.keys(LRt).join("")+"]","g"),nU=typeof String.prototype.normalize=="function"?t=>t.normalize("NFD").replace(/[\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08D3-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B62\u0B63\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0C00-\u0C04\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D82\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F\u109A-\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u180B-\u180D\u1885\u1886\u18A9\u1920-\u192B\u1930-\u193B\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F\u1AB0-\u1ABE\u1B00-\u1B04\u1B34-\u1B44\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BE6-\u1BF3\u1C24-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF2-\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DF9\u1DFB-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA880\uA881\uA8B4-\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9E5\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F]/g,"").replace(pGo,e=>LRt[e]):t=>t;var k3e=class{constructor(t,{location:e=PA.location,threshold:n=PA.threshold,distance:o=PA.distance,includeMatches:i=PA.includeMatches,findAllMatches:r=PA.findAllMatches,minMatchCharLength:A=PA.minMatchCharLength,isCaseSensitive:s=PA.isCaseSensitive,ignoreDiacritics:a=PA.ignoreDiacritics,ignoreLocation:c=PA.ignoreLocation}={}){if(this.options={location:e,threshold:n,distance:o,includeMatches:i,findAllMatches:r,minMatchCharLength:A,isCaseSensitive:s,ignoreDiacritics:a,ignoreLocation:c},t=s?t:t.toLowerCase(),t=a?nU(t):t,this.pattern=t,this.chunks=[],!this.pattern.length)return;const l=(u,h)=>{this.chunks.push({pattern:u,alphabet:mGo(u),startIndex:h})},g=this.pattern.length;if(g>32){let u=0;const h=g%32,d=g-h;for(;u<d;)l(this.pattern.substr(u,32),u),u+=32;if(h){const _=g-32;l(this.pattern.substr(_),_)}}else l(this.pattern,0)}searchIn(t){const{isCaseSensitive:e,ignoreDiacritics:n,includeMatches:o}=this.options;if(t=e?t:t.toLowerCase(),t=n?nU(t):t,this.pattern===t){if(t.length<this.options.minMatchCharLength)return{isMatch:!1,score:1};const d={isMatch:!0,score:0};return o&&(d.indices=[[0,t.length-1]]),d}const{location:i,distance:r,threshold:A,findAllMatches:s,minMatchCharLength:a,ignoreLocation:c}=this.options,l=[];let g=0,u=!1;this.chunks.forEach(({pattern:d,alphabet:_,startIndex:p})=>{const{isMatch:m,score:C,indices:I}=_Go(t,d,_,{location:i+p,distance:r,threshold:A,findAllMatches:s,minMatchCharLength:a,includeMatches:o,ignoreLocation:c});m&&(u=!0),g+=C,m&&I&&l.push(...I)});const h={isMatch:u,score:u?g/this.chunks.length:1};return u&&o&&(h.indices=T3e(l)),h}};const IGo=new Set(["fuzzy","include"]);function CGo(t){return t.startsWith("inverse")}const F3e=[{type:"exact",multiRegex:/^="(.*)"$/,singleRegex:/^=(.*)$/,create:t=>({type:"exact",search(e){const n=e===t;return{isMatch:n,score:n?0:1,indices:[0,t.length-1]}}})},{type:"include",multiRegex:/^'"(.*)"$/,singleRegex:/^'(.*)$/,create:t=>({type:"include",search(e){let n=0,o;const i=[],r=t.length;for(;(o=e.indexOf(t,n))>-1;)n=o+r,i.push([o,n-1]);const A=!!i.length;return{isMatch:A,score:A?0:1,indices:i}}})},{type:"prefix-exact",multiRegex:/^\^"(.*)"$/,singleRegex:/^\^(.*)$/,create:t=>({type:"prefix-exact",search(e){const n=e.startsWith(t);return{isMatch:n,score:n?0:1,indices:[0,t.length-1]}}})},{type:"inverse-prefix-exact",multiRegex:/^!\^"(.*)"$/,singleRegex:/^!\^(.*)$/,create:t=>({type:"inverse-prefix-exact",search(e){const n=!e.startsWith(t);return{isMatch:n,score:n?0:1,indices:[0,e.length-1]}}})},{type:"inverse-suffix-exact",multiRegex:/^!"(.*)"\$$/,singleRegex:/^!(.*)\$$/,create:t=>({type:"inverse-suffix-exact",search(e){const n=!e.endsWith(t);return{isMatch:n,score:n?0:1,indices:[0,e.length-1]}}})},{type:"suffix-exact",multiRegex:/^"(.*)"\$$/,singleRegex:/^(.*)\$$/,create:t=>({type:"suffix-exact",search(e){const n=e.endsWith(t);return{isMatch:n,score:n?0:1,indices:[e.length-t.length,e.length-1]}}})},{type:"inverse-exact",multiRegex:/^!"(.*)"$/,singleRegex:/^!(.*)$/,create:t=>({type:"inverse-exact",search(e){const n=e.indexOf(t)===-1;return{isMatch:n,score:n?0:1,indices:[0,e.length-1]}}})},{type:"fuzzy",multiRegex:/^"(.*)"$/,singleRegex:/^(.*)$/,create:(t,e={})=>{const n=new k3e(t,{location:e.location??PA.location,threshold:e.threshold??PA.threshold,distance:e.distance??PA.distance,includeMatches:e.includeMatches??PA.includeMatches,findAllMatches:e.findAllMatches??PA.findAllMatches,minMatchCharLength:e.minMatchCharLength??PA.minMatchCharLength,isCaseSensitive:e.isCaseSensitive??PA.isCaseSensitive,ignoreDiacritics:e.ignoreDiacritics??PA.ignoreDiacritics,ignoreLocation:e.ignoreLocation??PA.ignoreLocation});return{type:"fuzzy",search(o){return n.searchIn(o)}}}}],HRt=F3e.length,fGo="\0",yGo="|";function EGo(t){const e=[],n=t.length;let o=0;for(;o<n;){for(;o<n&&t[o]===" ";)o++;if(o>=n)break;let i=o;for(;i<n&&t[i]!==" "&&t[i]!=='"';)i++;if(i<n&&t[i]==='"'){for(i++;i<n;){if(t[i]==='"'){const r=i+1;if(r>=n||t[r]===" "){i++;break}if(t[r]==="$"&&(r+1>=n||t[r+1]===" ")){i+=2;break}}i++}e.push(t.substring(o,i)),o=i}else{for(;i<n&&t[i]!==" ";)i++;e.push(t.substring(o,i)),o=i}}return e}function GRt(t,e){const n=t.match(e);return n?n[1]:null}function xGo(t,e={}){return t.replace(/\\\|/g,fGo).split(yGo).map(n=>{const o=EGo(n.replace(/\u0000/g,"|").trim()).filter(r=>r&&!!r.trim()),i=[];for(let r=0,A=o.length;r<A;r+=1){const s=o[r];let a=!1,c=-1;for(;!a&&++c<HRt;){const l=F3e[c],g=GRt(s,l.multiRegex);g&&(i.push(l.create(g,e)),a=!0)}if(!a)for(c=-1;++c<HRt;){const l=F3e[c],g=GRt(s,l.singleRegex);if(g){i.push(l.create(g,e));break}}}return i})}var BGo=class{constructor(t,{isCaseSensitive:e=PA.isCaseSensitive,ignoreDiacritics:n=PA.ignoreDiacritics,includeMatches:o=PA.includeMatches,minMatchCharLength:i=PA.minMatchCharLength,ignoreLocation:r=PA.ignoreLocation,findAllMatches:A=PA.findAllMatches,location:s=PA.location,threshold:a=PA.threshold,distance:c=PA.distance}={}){this.query=null,this.options={isCaseSensitive:e,ignoreDiacritics:n,includeMatches:o,minMatchCharLength:i,findAllMatches:A,ignoreLocation:r,location:s,threshold:a,distance:c},t=e?t:t.toLowerCase(),t=n?nU(t):t,this.pattern=t,this.query=xGo(this.pattern,this.options)}static condition(t,e){return e.useExtendedSearch}searchIn(t){const e=this.query;if(!e)return{isMatch:!1,score:1};const{includeMatches:n,isCaseSensitive:o,ignoreDiacritics:i}=this.options;t=o?t:t.toLowerCase(),t=i?nU(t):t;let r=0;const A=[];let s=0,a=!1;for(let c=0,l=e.length;c<l;c+=1){const g=e[c];A.length=0,r=0,a=!1;for(let u=0,h=g.length;u<h;u+=1){const d=g[u],{isMatch:_,indices:p,score:m}=d.search(t);if(_)r+=1,s+=m,CGo(d.type)&&(a=!0),n&&(IGo.has(d.type)?A.push(...p):A.push(p));else{s=0,r=0,A.length=0,a=!1;break}}if(r){const u={isMatch:!0,score:s/r};return a&&(u.hasInverse=!0),n&&(u.indices=T3e(A)),u}}return{isMatch:!1,score:1}}};const L3e=[];function H3e(...t){L3e.push(...t)}function Die(t,e){for(let n=0,o=L3e.length;n<o;n+=1){const i=L3e[n];if(i.condition(t,e))return new i(t,e)}return new k3e(t,e)}const Mie={AND:"$and",OR:"$or"},G3e={PATH:"$path",PATTERN:"$val"},O3e=t=>!!(t[Mie.AND]||t[Mie.OR]),QGo=t=>!!t[G3e.PATH],SGo=t=>!dw(t)&&vRt(t)&&!O3e(t),ORt=t=>({[Mie.AND]:Object.keys(t).map(e=>({[e]:t[e]}))});function KRt(t,e,{auto:n=!0}={}){const o=i=>{if(bC(i)){const a={keyId:null,pattern:i};return n&&(a.searcher=Die(i,e)),a}const r=Object.keys(i),A=QGo(i);if(!A&&r.length>1&&!O3e(i))return o(ORt(i));if(SGo(i)){const a=A?i[G3e.PATH]:r[0],c=A?i[G3e.PATTERN]:i[a];if(!bC(c))throw new Error(iGo(a));const l={keyId:bie(a),pattern:c};return n&&(l.searcher=Die(c,e)),l}const s={children:[],operator:r[0]};return r.forEach(a=>{const c=i[a];dw(c)&&c.forEach(l=>{s.children.push(o(l))})}),s};return O3e(t)||(t=ORt(t)),o(t)}function K3e(t,{ignoreFieldNorm:e=PA.ignoreFieldNorm}){let n=1;return t.forEach(({key:o,norm:i,score:r})=>{const A=o?o.weight:null;n*=Math.pow(r===0&&A?Number.EPSILON:r,(A||1)*(e?1:i))}),n}function bGo(t,{ignoreFieldNorm:e=PA.ignoreFieldNorm}){t.forEach(n=>{n.score=K3e(n.matches,{ignoreFieldNorm:e})})}var DGo=class{constructor(t,e){this.limit=t,this.heap=[],this.comparator=e}get size(){return this.heap.length}insert(t){this.size<this.limit?(this.heap.push(t),this._bubbleUp(this.size-1)):this.comparator(t,this.heap[0])<0&&(this.heap[0]=t,this._sinkDown(0))}extractSorted(){return this.heap.sort(this.comparator)}_bubbleUp(t){const e=this.heap;for(;t>0;){const n=t-1>>1;if(this.comparator(e[t],e[n])<=0)break;const o=e[t];e[t]=e[n],e[n]=o,t=n}}_sinkDown(t){const e=this.heap,n=e.length;let o=t;do{t=o;const i=2*t+1,r=2*t+2;if(i<n&&this.comparator(e[i],e[o])>0&&(o=i),r<n&&this.comparator(e[r],e[o])>0&&(o=r),o!==t){const A=e[t];e[t]=e[o],e[o]=A}}while(o!==t)}};function MGo(t){const e=[];return t.matches.forEach(n=>{if(!G2(n.indices)||!n.indices.length)return;const o={indices:n.indices,value:n.value};n.key&&(o.key=n.key.id),n.idx>-1&&(o.refIndex=n.idx),e.push(o)}),e}function wGo(t,e,{includeMatches:n=PA.includeMatches,includeScore:o=PA.includeScore}={}){return t.map(i=>{const{idx:r}=i,A={item:e[r],refIndex:r};return n&&(A.matches=MGo(i)),o&&(A.score=i.score),A})}const PGo=/[\p{L}\p{M}\p{N}_]+/gu,URt=new WeakSet;function vGo(t){URt.has(t)||(URt.add(t),console.warn(`[Fuse] tokenize regex ${t} lacks the global flag; only the first match per text will be returned. Add the 'g' flag.`))}function NGo(t){if(typeof t=="function"){let e=!1;return n=>{const o=t(n);if(!e&&(e=!0,!Array.isArray(o)||o.some(i=>typeof i!="string")))throw new Error(`[Fuse] tokenize function must return string[]; received ${Array.isArray(o)?"array containing non-strings":typeof o}.`);return o}}return t instanceof RegExp?(t.global||vGo(t),e=>e.match(t)||[]):e=>e.match(PGo)||[]}function U3e({isCaseSensitive:t=!1,ignoreDiacritics:e=!1,tokenize:n}={}){const o=NGo(n);return{tokenize(i){return t||(i=i.toLowerCase()),e&&(i=nU(i)),o(i)}}}var RGo=class{static condition(t,e){return e.useTokenSearch}constructor(t,e){this.options=e,this.analyzer=U3e({isCaseSensitive:e.isCaseSensitive,ignoreDiacritics:e.ignoreDiacritics,tokenize:e.tokenize});const n=this.analyzer.tokenize(t),{df:o,fieldCount:i}=e._invertedIndex;this.termSearchers=[],this.idfWeights=[];for(const r of n){this.termSearchers.push(new k3e(r,{location:e.location,threshold:e.threshold,distance:e.distance,includeMatches:e.includeMatches,findAllMatches:e.findAllMatches,minMatchCharLength:e.minMatchCharLength,isCaseSensitive:e.isCaseSensitive,ignoreDiacritics:e.ignoreDiacritics,ignoreLocation:!0}));const A=o.get(r)||0,s=Math.log(1+(i-A+.5)/(A+.5));this.idfWeights.push(s)}this.combineAll=e.tokenMatch==="all",this.numTerms=this.termSearchers.length,this.useMask=this.numTerms<=31}searchIn(t){if(!this.termSearchers.length)return{isMatch:!1,score:1};const e=[];let n=0,o=0,i=0,r=0;const A=this.combineAll&&!this.useMask?new Set:null;for(let c=0;c<this.termSearchers.length;c++){const l=this.termSearchers[c].searchIn(t),g=this.idfWeights[c];o+=g,l.isMatch&&(i++,n+=g*(1-l.score),l.indices&&e.push(...l.indices),this.combineAll&&(this.useMask?r|=1<<c:A.add(c)))}if(i===0)return{isMatch:!1,score:1};const s=o>0?1-n/o:0,a={isMatch:!0,score:Math.max(.001,s)};return this.options.includeMatches&&e.length&&(a.indices=T3e(e)),this.combineAll&&(this.useMask?a.matchedMask=r:a.matchedTerms=A,a.termCount=this.numTerms),a}};function Y3e(t,e,n,o){const i=o.tokenize(e);if(!i.length)return;t.fieldCount++,t.docFieldCount.set(n,(t.docFieldCount.get(n)||0)+1);const r=new Set(i);let A=t.docTermFieldHits.get(n);A||(A=new Map,t.docTermFieldHits.set(n,A));for(const s of r)A.set(s,(A.get(s)||0)+1),t.df.set(s,(t.df.get(s)||0)+1)}function YRt(t,e,n,o){const{i,v:r,$:A}=e;if(r!==void 0){Y3e(t,r,i,o);return}if(A)for(let s=0;s<n;s++){const a=A[s];if(a)if(Array.isArray(a))for(const c of a)Y3e(t,c.v,i,o);else Y3e(t,a.v,i,o)}}function TGo(t,e,n){const o={fieldCount:0,df:new Map,docFieldCount:new Map,docTermFieldHits:new Map};for(const i of t)YRt(o,i,e,n);return o}function kGo(t,e,n,o){YRt(t,e,n,o)}function FGo(t,e){const n=t.docFieldCount.get(e);if(n===void 0)return;t.fieldCount-=n,t.docFieldCount.delete(e);const o=t.docTermFieldHits.get(e);if(o){for(const[i,r]of o){const A=(t.df.get(i)||0)-r;A<=0?t.df.delete(i):t.df.set(i,A)}t.docTermFieldHits.delete(e)}}function zRt(t,e){if(e.length===0)return;const n=Array.from(new Set(e)).sort((s,a)=>s-a);for(const s of n)FGo(t,s);const o=s=>{let a=0,c=n.length;for(;a<c;){const l=a+c>>>1;n[l]<s?a=l+1:c=l}return s-a},i=n[0],r=new Map;for(const[s,a]of t.docFieldCount)r.set(s>i?o(s):s,a);t.docFieldCount=r;const A=new Map;for(const[s,a]of t.docTermFieldHits)A.set(s>i?o(s):s,a);t.docTermFieldHits=A}var hw=class{constructor(t,e,n){this.options={...PA,...e},this.options.useExtendedSearch,this.options.useTokenSearch,this._keyStore=new cGo(this.options.keys),this._docs=t,this._myIndex=null,this._invertedIndex=null,this.setCollection(t,n),this._lastQuery=null,this._lastSearcher=null}_getSearcher(t){if(this._lastQuery===t)return this._lastSearcher;const e=Die(t,this._invertedIndex?{...this.options,_invertedIndex:this._invertedIndex}:this.options);return this._lastQuery=t,this._lastSearcher=e,e}setCollection(t,e){if(this._docs=t,e&&!(e instanceof R3e))throw new Error(oGo);if(this._myIndex=e||FRt(this.options.keys,this._docs,{getFn:this.options.getFn,fieldNormWeight:this.options.fieldNormWeight}),this.options.useTokenSearch){const n=U3e({isCaseSensitive:this.options.isCaseSensitive,ignoreDiacritics:this.options.ignoreDiacritics,tokenize:this.options.tokenize});this._invertedIndex=TGo(this._myIndex.records,this._myIndex.keys.length,n)}this._invalidateSearcherCache()}add(t){if(!G2(t))return;this._docs.push(t);const e=this._myIndex.add(t,this._docs.length-1);if(this._invertedIndex&&e){const n=U3e({isCaseSensitive:this.options.isCaseSensitive,ignoreDiacritics:this.options.ignoreDiacritics,tokenize:this.options.tokenize});kGo(this._invertedIndex,e,this._myIndex.keys.length,n)}this._invalidateSearcherCache()}remove(t=()=>!1){const e=[],n=[];for(let o=0,i=this._docs.length;o<i;o+=1)t(this._docs[o],o)&&(e.push(this._docs[o]),n.push(o));if(n.length){this._invertedIndex&&zRt(this._invertedIndex,n);const o=new Set(n);this._docs=this._docs.filter((i,r)=>!o.has(r)),this._myIndex.removeAll(n),this._invalidateSearcherCache()}return e}removeAt(t){if(!Number.isInteger(t)||t<0||t>=this._docs.length)throw new Error(N3e);this._invertedIndex&&zRt(this._invertedIndex,[t]);const e=this._docs.splice(t,1)[0];return this._myIndex.removeAt(t),this._invalidateSearcherCache(),e}_invalidateSearcherCache(){this._lastQuery=null,this._lastSearcher=null}getIndex(){return this._myIndex}_normalizedKeys(){return this._myIndex.keys.map(t=>this._keyStore.get(t.id)||t)}search(t,e){const{limit:n=-1}=e||{},{includeMatches:o,includeScore:i,shouldSort:r,sortFn:A,ignoreFieldNorm:s}=this.options;if(bC(t)&&!t.trim()){let u=this._docs.map((h,d)=>({item:h,refIndex:d}));return Qie(n)&&n>-1&&(u=u.slice(0,n)),u}const a=r&&Qie(n)&&n>0&&bC(t),c=A,l=(u,h)=>c(u,h)||u.idx-h.idx;let g;if(a){const u=new DGo(n,l);bC(this._docs[0])?this._searchStringList(t,{heap:u,ignoreFieldNorm:s}):this._searchObjectList(t,{heap:u,ignoreFieldNorm:s}),g=u.extractSorted()}else g=bC(t)?bC(this._docs[0])?this._searchStringList(t):this._searchObjectList(t):this._searchLogical(t),bGo(g,{ignoreFieldNorm:s}),r&&g.sort(bC(t)?l:c),Qie(n)&&n>-1&&(g=g.slice(0,n));return wGo(g,this._docs,{includeMatches:o,includeScore:i})}_searchStringList(t,{heap:e,ignoreFieldNorm:n}={}){const o=this._getSearcher(t),i=this.options.useTokenSearch&&this.options.tokenMatch==="all",{records:r}=this._myIndex,A=e?null:[];return r.forEach(({v:s,i:a,n:c})=>{if(!G2(s))return;const l=o.searchIn(s);if(l.isMatch){const g={score:l.score,value:s,norm:c,indices:l.indices};i&&(g.matchedMask=l.matchedMask,g.matchedTerms=l.matchedTerms,g.termCount=l.termCount);const u=[g];if(!i||this._coversAllTokens(u)){const h={item:s,idx:a,matches:u};e?(h.score=K3e(h.matches,{ignoreFieldNorm:n}),e.insert(h)):A.push(h)}}}),A}_searchLogical(t){const e=KRt(t,this.options),n=this._normalizedKeys(),o=(s,a,c)=>{if(!("children"in s)){const{keyId:h,searcher:d}=s;let _;return h===null?(_=[],n.forEach((p,m)=>{_.push(...this._findMatches({key:p,value:a[m],searcher:d}))})):_=this._findMatches({key:this._keyStore.get(h),value:this._myIndex.getValueForItemAtKeyId(a,h),searcher:d}),_&&_.length?[{idx:c,item:a,matches:_}]:[]}const{children:l,operator:g}=s,u=[];for(let h=0,d=l.length;h<d;h+=1){const _=l[h],p=o(_,a,c);if(p.length)u.push(...p);else if(g===Mie.AND)return[]}return u},i=this._myIndex.records,r=new Map,A=[];return i.forEach(({$:s,i:a})=>{if(G2(s)){const c=o(e,s,a);c.length&&(r.has(a)||(r.set(a,{idx:a,item:s,matches:[]}),A.push(r.get(a))),c.forEach(({matches:l})=>{r.get(a).matches.push(...l)}))}}),A}_searchObjectList(t,{heap:e,ignoreFieldNorm:n}={}){const o=this._getSearcher(t),i=this.options.useTokenSearch&&this.options.tokenMatch==="all",{records:r}=this._myIndex,A=this._normalizedKeys(),s=e?null:[];return r.forEach(({$:a,i:c})=>{if(!G2(a))return;const l=[];let g=!1,u=!1;if(A.forEach((h,d)=>{const _=this._findMatches({key:h,value:a[d],searcher:o});_.length?(l.push(..._),_[0].hasInverse&&(u=!0)):g=!0}),!(u&&g)&&l.length&&(!i||this._coversAllTokens(l))){const h={idx:c,item:a,matches:l};e?(h.score=K3e(h.matches,{ignoreFieldNorm:n}),e.insert(h)):s.push(h)}}),s}_findMatches({key:t,value:e,searcher:n}){if(!G2(e))return[];const o=[];if(dw(e))e.forEach(({v:i,i:r,n:A})=>{if(!G2(i))return;const s=n.searchIn(i);if(s.isMatch){const a={score:s.score,key:t,value:i,idx:r,norm:A,indices:s.indices,hasInverse:s.hasInverse};s.termCount!==void 0&&(a.matchedMask=s.matchedMask,a.matchedTerms=s.matchedTerms,a.termCount=s.termCount),o.push(a)}});else{const{v:i,n:r}=e,A=n.searchIn(i);if(A.isMatch){const s={score:A.score,key:t,value:i,norm:r,indices:A.indices,hasInverse:A.hasInverse};A.termCount!==void 0&&(s.matchedMask=A.matchedMask,s.matchedTerms=A.matchedTerms,s.termCount=A.termCount),o.push(s)}}return o}_coversAllTokens(t){const e=t.length?t[0].termCount:void 0;if(e===void 0)return!0;if(e<=31){let o=0;for(let i=0;i<t.length;i++)o|=t[i].matchedMask||0;return o===2**e-1}const n=new Set;for(let o=0;o<t.length;o++){const i=t[o].matchedTerms;if(i)for(const r of i)n.add(r)}return n.size===e}};hw.version="7.5.0",hw.createIndex=FRt,hw.parseIndex=dGo,hw.config=PA,hw.match=function(t,e,n){if(n&&n.useTokenSearch)throw new Error(aGo);return Die(t,{...PA,...n}).searchIn(e)},hw.parseQuery=KRt,H3e(BGo),H3e(RGo),hw.use=function(...t){t.forEach(e=>H3e(e))};var LGo=hw;const HGo="https://kicad-mod-cache.tscircuit.com";let z3e=null,oU=null,V3e=null;const GGo=async()=>z3e||oU||(oU=fetch("https://kicad-mod-cache.tscircuit.com/kicad_files.json").then(t=>t.json()).then(t=>(z3e=t,oU=null,t)),oU),OGo=async(t,e=20)=>{const n=await GGo();return V3e||(V3e=new LGo(n)),V3e.search(t).slice(0,e).map(o=>o.item)},KGo=t=>{const e=t.replace(".pretty/","/").replace(".kicad_mod",""),n=`kicad:${e}`;return{path:t,qualifiedName:n,description:e}},UGo=t=>t.replace(/^\/+/,"").split("/").map(e=>encodeURIComponent(e)).join("/"),YGo=async t=>{const e=await fetch(`${HGo}/${UGo(t)}`);if(!e.ok)throw new Error(`KiCad footprint fetch failed: ${e.status}`);const n=await e.text(),{KicadFootprintToCircuitJsonConverter:o}=await bB("kicad-to-circuit-json"),i=new o;return i.addFile(t.split("/").pop()??"selected-footprint.kicad_mod",n),i.runUntilFinished(),i.getOutput()},VRt=t=>t?.source==="jlcpcb"||t?.source==="kicad",zGo=async(t,e)=>{if(t.source==="jlcpcb")return ZHo(t.component.partNumber,e?.jlcpcb);if(t.source==="kicad")return YGo(t.footprint.path);throw new Error("Footprint preview is not available for this source")},VGo=({query:t,placeholder:e,isSearching:n,onQueryChange:o,onSubmit:i})=>{const r=j.useCallback(A=>{A.key==="Enter"&&(A.preventDefault(),i())},[i]);return J.jsxs("div",{className:"rf-flex rf-items-center rf-gap-2 rf-mt-4",children:[J.jsxs("div",{className:"rf-relative rf-flex-grow",children:[J.jsx(jwe,{className:"rf-absolute rf-left-2 rf-top-2.5 rf-h-4 rf-w-4 rf-text-muted-foreground"}),J.jsx(JPe,{placeholder:e,className:"rf-pl-8",spellCheck:!1,autoComplete:"off",value:t,onChange:A=>o(A.target.value),onKeyDown:r})]}),J.jsx(Zs,{onClick:i,disabled:n||t.trim().length<1,className:"sm:rf-px-4 rf-px-3",children:n?J.jsx(QB,{className:"rf-h-4 rf-w-4 rf-animate-spin"}):J.jsxs(J.Fragment,{children:[J.jsx(jwe,{className:"rf-h-4 rf-w-4 sm:rf-hidden"}),J.jsx("span",{className:"rf-hidden sm:rf-inline",children:"Search"})]})})]})},JGo=new Intl.NumberFormat("en-US",{style:"currency",currency:"USD"}),qGo=t=>JGo.format(t),JRt=t=>{switch(t.source){case"tscircuit.com":{const e=t.package;return`tscircuit-${e.package_id??`${e.org_owner_tscircuit_handle??"unknown"}-${e.unscoped_name??e.name??"package"}`}`}case"jlcpcb":return`jlc-${t.component.lcscId}`;case"kicad":return`kicad-${t.footprint.path}`;default:return"unknown"}},WGo=t=>{switch(t.source){case"tscircuit.com":return t.package.unscoped_name;case"jlcpcb":return t.component.isDirectLookup?t.component.partNumber:t.component.manufacturer;case"kicad":return t.footprint.qualifiedName}},jGo=t=>{switch(t.source){case"tscircuit.com":return t.package.description||(t.package.org_owner_tscircuit_handle?`Component by ${t.package.org_owner_tscircuit_handle}`:void 0);case"jlcpcb":return t.component.description;case"kicad":return t.footprint.description}},XGo=t=>{switch(t.source){case"tscircuit.com":return t.package.name;case"jlcpcb":return t.component.isDirectLookup?void 0:t.component.partNumber;case"kicad":return}},$Go=({results:t,selected:e,onSelect:n,onShowDetails:o})=>{const i=e?JRt(e):null;return J.jsx("div",{className:"rf-divide-y rf-w-full rf-overflow-hidden",children:t.map(r=>{const A=JRt(r),s=i===A,a=WGo(r),c=jGo(r),l=XGo(r),g=r.source==="jlcpcb"?r.component.stock:null,u=r.source==="jlcpcb"?r.component.price:null,h=r.source==="jlcpcb"?r.component.isBasic:null,d=r.source==="jlcpcb"?r.component.isDirectLookup:!1;return J.jsxs("div",{className:`rf-p-3 rf-flex rf-flex-col sm:rf-grid sm:rf-grid-cols-[minmax(0,1fr)_auto] rf-items-start sm:rf-items-center rf-cursor-pointer hover:rf-bg-zinc-100 rf-gap-2 rf-overflow-hidden ${s?"rf-bg-zinc-100":""}`,onClick:()=>n(r),children:[J.jsxs("div",{className:"rf-min-w-0 rf-overflow-hidden rf-w-full",children:[J.jsxs("div",{className:"rf-flex rf-items-start rf-gap-2 rf-min-w-0",children:[J.jsxs("div",{className:"rf-font-medium rf-text-sm rf-truncate rf-flex-1 rf-min-w-0 rf-flex rf-items-center rf-gap-1.5",children:[a,r.source==="jlcpcb"&&h!=null&&J.jsx("span",{className:`rf-text-xs rf-px-1.5 rf-py-0.5 rf-rounded rf-font-medium rf-flex-shrink-0 ${h?"rf-bg-green-100 rf-text-green-700":"rf-bg-orange-100 rf-text-orange-700"}`,children:h?"Basic":"Extended"}),d&&J.jsx("span",{className:"rf-text-xs rf-px-1.5 rf-py-0.5 rf-rounded rf-font-medium rf-flex-shrink-0 rf-bg-blue-100 rf-text-blue-700",children:"Direct lookup"}),r.source==="tscircuit.com"&&r.package.is_private&&J.jsx(DPo,{className:"rf-ml-1 rf-h-3 rf-w-3 rf-text-zinc-400 rf-flex-shrink-0"})]}),r.source==="jlcpcb"&&g!=null?J.jsxs("div",{className:"rf-text-xs rf-text-zinc-500 rf-font-medium rf-whitespace-nowrap rf-flex-shrink-0 sm:rf-hidden",children:[g.toLocaleString()," in stock"]}):null]}),J.jsxs("div",{className:"rf-text-xs rf-text-zinc-500 rf-truncate rf-w-full",children:[l?J.jsx("span",{className:"rf-mr-2",children:l}):null,c]})]}),J.jsxs("div",{children:[r.source==="tscircuit.com"&&o?J.jsx("div",{className:"rf-flex-shrink-0 rf-w-full sm:rf-w-auto",children:J.jsx(Zs,{variant:"outline",size:"sm",className:"rf-text-xs rf-w-full sm:rf-w-auto",onClick:_=>{_.stopPropagation(),o(r)},children:"See Details"})}):r.source==="jlcpcb"&&g!=null?J.jsxs("div",{className:"rf-hidden sm:rf-block rf-text-xs rf-text-zinc-500 rf-font-medium rf-whitespace-nowrap rf-flex-shrink-0",children:[g.toLocaleString()," in stock"]}):null,u!=null&&J.jsx("div",{className:"rf-hidden sm:rf-block rf-text-xs rf-text-zinc-500 rf-font-medium rf-whitespace-nowrap rf-flex-shrink-0 rf-text-right",children:qGo(u)})]})]},A)})})},ZGo=({circuitJson:t,error:e,isLoading:n,height:o})=>J.jsx("section",{className:"rf-flex rf-min-w-0 rf-items-center rf-justify-center",style:{height:o},children:n?J.jsxs("div",{className:"rf-flex rf-w-full rf-items-center rf-justify-center rf-gap-2 rf-bg-zinc-950 rf-text-sm rf-text-zinc-300",style:{height:o},children:[J.jsx(QB,{className:"rf-h-4 rf-w-4 rf-animate-spin"}),"Loading preview..."]}):e?J.jsx("div",{className:"rf-flex rf-w-full rf-items-center rf-justify-center rf-bg-zinc-950 rf-p-4",style:{height:o},children:J.jsxs("div",{className:"rf-flex rf-max-w-[320px] rf-items-start rf-gap-2 rf-text-sm rf-text-zinc-300",children:[J.jsx(KPt,{className:"rf-mt-0.5 rf-h-4 rf-w-4 rf-flex-shrink-0"}),J.jsx("span",{children:e})]})}):t?J.jsx("div",{className:"rf-w-full rf-min-w-0 rf-overflow-hidden",children:J.jsx(ZNt,{circuitJson:t,height:o,allowEditing:!1,clickToInteractEnabled:!1,focusOnHover:!1,disablePcbGroups:!0})}):J.jsx("div",{className:"rf-flex rf-w-full rf-items-center rf-justify-center rf-bg-zinc-950 rf-text-sm rf-text-zinc-300",style:{height:o},children:"No preview"})}),qRt={importComponentDialog:101,importComponentDetailsDialog:102},eOo=({packageResult:t,isOpen:e,onOpenChange:n,isLoading:o,details:i,previewTab:r,onPreviewTabChange:A,isSubmitting:s,onImport:a})=>{const c=t?.package??null,l=c?.latest_pcb_preview_image_url,g=c?.latest_sch_preview_image_url,u=c?.latest_cad_preview_image_url,h=c?.unscoped_name?.split("/").pop()??c?.unscoped_name,d=c?.org_owner_tscircuit_handle??void 0,_=d?`https://tscircuit.com/${d}`:void 0,p=d&&h?`https://tscircuit.com/${d}/${h}`:void 0;return J.jsx(bT,{open:e,onOpenChange:n,children:J.jsxs(X3,{showOverlay:!1,style:{width:"calc(100vw - 2rem)",zIndex:qRt.importComponentDetailsDialog},className:"rf-max-w-5xl no-scrollbar !rf-overflow-y-auto rf-max-h-[90vh] rf-overflow-hidden rf-flex rf-flex-col rf-rounded-sm",children:[J.jsx($3,{className:"rf-pb-4 rf-border-b",children:J.jsx("div",{className:"rf-flex rf-items-start rf-justify-between rf-gap-4",children:J.jsxs("div",{className:"rf-flex-1 rf-min-w-0",children:[J.jsx(Z3,{className:"rf-text-xl rf-font-semibold rf-truncate",children:h}),J.jsx(DT,{children:c?.description})]})})}),J.jsxs("div",{className:"rf-flex-1 rf-overflow-y-auto rf-py-4 rf-space-y-6",children:[d?J.jsxs("div",{children:[J.jsx("span",{className:"rf-text-xs rf-font-medium rf-text-gray-500 rf-uppercase rf-tracking-wide",children:"Created by"}),J.jsx("div",{className:"rf-mt-1 rf-text-sm rf-font-medium",children:_?J.jsx("a",{href:_,target:"_blank",rel:"noopener noreferrer",className:"rf-text-black hover:rf-underline",children:d}):d})]}):null,(u||l||g)&&J.jsx(J.Fragment,{children:J.jsxs("div",{children:[J.jsx("h3",{className:"rf-text-lg rf-font-semibold rf-mb-4",children:"Preview"}),J.jsxs(U1e,{value:r,onValueChange:m=>A(m),children:[J.jsxs(kZ,{className:"rf-inline-flex rf-h-9 rf-items-center rf-justify-center rf-rounded-lg rf-bg-zinc-100 rf-p-1 rf-text-zinc-500 dark:rf-bg-zinc-800 dark:rf-text-zinc-400",children:[l&&J.jsx(XQ,{value:"pcb",children:"PCB"}),g&&J.jsx(XQ,{value:"schematic",children:"Schematic"}),u&&J.jsx(XQ,{value:"3d",children:"3D"})]}),J.jsxs("div",{className:"rf-mt-4",children:[J.jsx(IC,{value:"pcb",className:"rf-border rf-rounded-lg rf-overflow-hidden rf-bg-gray-50",children:l?J.jsx("img",{src:l,alt:`${h??"package"} PCB preview`,className:"rf-w-full rf-h-full rf-object-contain rf-bg-white rf-p-4"}):null}),J.jsx(IC,{value:"schematic",className:"rf-border rf-rounded-lg rf-overflow-hidden rf-bg-gray-50",children:g?J.jsx("img",{src:g,alt:`${h??"package"} schematic preview`,className:"rf-w-full rf-h-full rf-object-contain rf-bg-white rf-p-4"}):null}),J.jsx(IC,{value:"3d",className:"rf-border rf-rounded-lg rf-overflow-hidden rf-bg-gray-50",children:u?J.jsx("img",{src:u,alt:`${h??"package"} 3D preview`,className:"rf-w-full rf-h-full rf-object-contain rf-bg-white rf-p-4"}):null})]})]})]})}),i?.ai_description?J.jsxs("section",{children:[J.jsx("h3",{className:"rf-text-lg rf-font-semibold rf-mb-3",children:"AI Description"}),J.jsx("div",{className:"rf-bg-gray-50 rf-border rf-border-gray-200 rf-rounded-lg rf-p-4",children:J.jsx("p",{className:"rf-text-sm rf-text-gray-700 rf-leading-relaxed",children:i.ai_description})})]}):null,i?.ai_usage_instructions?J.jsxs("section",{children:[J.jsx("h3",{className:"rf-text-lg rf-font-semibold rf-mb-3",children:"Usage Instructions"}),J.jsx("div",{className:"rf-bg-gray-50 rf-border rf-border-gray-200 rf-rounded-lg rf-p-4",children:J.jsx("p",{className:"rf-text-sm rf-text-gray-700 rf-leading-relaxed rf-whitespace-pre-wrap",children:i.ai_usage_instructions})})]}):null,o?J.jsxs("div",{className:"rf-flex rf-justify-center rf-items-center rf-gap-2 rf-text-gray-500",children:[J.jsx(QB,{className:"rf-h-4 rf-w-4 rf-animate-spin"}),J.jsx("span",{className:"rf-text-sm",children:"Loading package details..."})]}):null]}),J.jsxs(tU,{className:"rf-pt-4 rf-border-t rf-flex rf-flex-col sm:rf-flex-row rf-justify-between rf-gap-2",children:[J.jsx("div",{className:"rf-flex-1",children:p?J.jsxs(Zs,{variant:"outline",size:"sm",className:"rf-gap-2 rf-w-full sm:rf-w-auto",onClick:()=>window.open(p,"_blank"),children:[J.jsx(yPo,{className:"rf-h-4 rf-w-4"}),"View on tscircuit.com"]}):null}),J.jsxs("div",{className:"rf-flex rf-flex-col sm:rf-flex-row rf-gap-2",children:[J.jsx(Zs,{variant:"outline",onClick:()=>n(!1),className:"rf-order-2 sm:rf-order-1",children:"Close"}),J.jsx(Zs,{onClick:a,disabled:s,className:"rf-bg-blue-600 hover:rf-bg-blue-700",children:s?J.jsx(QB,{className:"rf-h-4 rf-w-4 rf-animate-spin"}):"Import Component"})]})]})]})})},tOo=()=>{const[t,e]=j.useState(null),[n,o]=j.useState(!1),i=j.useCallback(async(A,s)=>{o(!0);try{const a=await fetch(`https://api.tscircuit.com/packages/get?name=${encodeURIComponent(`${A}/${s}`)}`);if(!a.ok)throw new Error(`Failed to load package details: ${a.status}`);const c=await a.json();e(c.package??null)}catch(a){console.error("Failed to fetch package details",a),e(null)}finally{o(!1)}},[]),r=j.useCallback(()=>{e(null),o(!1)},[]);return{details:t,isLoading:n,fetchDetails:i,reset:r}},nOo=(t,e)=>{const[n,o]=j.useState({circuitJson:null,error:null,isLoading:!1});return j.useEffect(()=>{if(!t||!VRt(t)){o({circuitJson:null,error:null,isLoading:!1});return}let i=!1;return o({circuitJson:null,error:null,isLoading:!0}),zGo(t,e).then(r=>{i||o({circuitJson:r,error:null,isLoading:!1})}).catch(r=>{i||o({circuitJson:null,error:r instanceof Error?r.message:"Failed to load footprint preview",isLoading:!1})}),()=>{i=!0}},[t,e]),n},oOo=async(t,e)=>{const n={"Content-Type":"application/json"};e&&(n.Authorization=`Bearer ${e}`);const o=await fetch("https://registry-api.tscircuit.com/packages/search",{method:"POST",headers:n,body:JSON.stringify({query:t})});if(!o.ok)throw new Error(`tscircuit registry error: ${o.status}`);return(await o.json()).packages??[]},iOo=({sessionToken:t})=>{const[e,n]=j.useState([]),[o,i]=j.useState(!1),[r,A]=j.useState(null),[s,a]=j.useState(!1),c=j.useCallback(async g=>{const u=g.trim();if(!u)return[];i(!0),A(null);try{const d=(await oOo(u,t)).map(_=>({source:"tscircuit.com",package:_}));return n(d),d}catch(h){return console.error("Error searching tscircuit packages",h),n([]),A(h instanceof Error?h.message:"Failed to search tscircuit packages"),[]}finally{i(!1),a(!0)}},[t]),l=j.useCallback(()=>{n([]),i(!1),A(null),a(!1)},[]);return{results:e,isSearching:o,error:r,hasSearched:s,search:c,reset:l}},rOo=t=>{const e=/^C(\d+)$/i.exec(t.trim());if(!e)return null;const n=Number(e[1]);if(!Number.isSafeInteger(n))return null;const o=`C${e[1]}`;return{source:"jlcpcb",component:{lcscId:n,manufacturer:o,partNumber:o,description:"Import directly from EasyEDA; stock and availability are unknown",package:"",isDirectLookup:!0}}},WRt=(t,e)=>{const n=rOo(t);return n?e.some(i=>i.component.partNumber.toUpperCase()===n.component.partNumber)?e:[n,...e]:e},AOo=t=>{const e=t.trim();return/^C\d+/i.test(e)?e.replace(/^C/i,""):e},sOo=()=>{const[t,e]=j.useState([]),[n,o]=j.useState(!1),[i,r]=j.useState(null),[A,s]=j.useState(!1),a=j.useCallback(async l=>{const g=AOo(l);if(!g)return[];o(!0),r(null);try{const u=await jHo(g,10),h=WRt(l,u.map(d=>({source:"jlcpcb",component:XHo(d)})));return e(h),h}catch(u){console.error("Error searching JLCPCB components",u);const h=WRt(l,[]);return e(h),r(h.length>0?null:u instanceof Error?u.message:"Failed to search JLCPCB components"),h}finally{o(!1),s(!0)}},[]),c=j.useCallback(()=>{e([]),o(!1),r(null),s(!1)},[]);return{results:t,isSearching:n,error:i,hasSearched:A,search:a,reset:c}},aOo=()=>{const[t,e]=j.useState([]),[n,o]=j.useState(!1),[i,r]=j.useState(null),[A,s]=j.useState(!1),a=j.useCallback(async l=>{const g=l.trim();if(!g)return[];o(!0),r(null);try{const h=(await OGo(g,20)).map(d=>({source:"kicad",footprint:KGo(d)}));return e(h),h}catch(u){return console.error("Error searching KiCad footprints",u),e([]),r(u instanceof Error?u.message:"Failed to search KiCad footprints"),[]}finally{o(!1),s(!0)}},[]),c=j.useCallback(()=>{e([]),o(!1),r(null),s(!1)},[]);return{results:t,isSearching:n,error:i,hasSearched:A,search:a,reset:c}},cOo=({onTscircuitPackageSelected:t,onJlcpcbComponentTsxLoaded:e,onKicadStringSelected:n})=>{const o=[];return t&&o.push("tscircuit.com"),e&&o.push("jlcpcb"),n&&o.push("kicad"),o},lOo=({isOpen:t,onClose:e,jlcpcbProxyRequestHeaders:n,onKicadStringSelected:o,onTscircuitPackageSelected:i,onJlcpcbComponentTsxLoaded:r,jlcpcbProxyApiBase:A,tscircuitSessionToken:s})=>{Cie();const a=j.useMemo(()=>cOo({onKicadStringSelected:o,onTscircuitPackageSelected:i,onJlcpcbComponentTsxLoaded:r}),[o,i,r]),c=a.length>0,l=a.length===1,[g,u]=j.useState(a[0]??"tscircuit.com"),[h,d]=j.useState(""),[_,p]=j.useState(null),{results:m,isSearching:C,error:I,hasSearched:f,search:y,reset:x}=iOo({sessionToken:s}),{results:B,isSearching:S,error:D,hasSearched:w,search:F,reset:R}=sOo(),{results:H,isSearching:G,error:K,hasSearched:V,search:W,reset:X}=aOo(),{details:ie,isLoading:ce,fetchDetails:ee,reset:oe}=tOo(),[se,re]=j.useState(null),[le,ye]=j.useState(!1),[Ce,be]=j.useState("pcb"),[ue,Be]=j.useState(null),[pe,Oe]=j.useState(!1),Ve=j.useMemo(()=>({jlcpcb:{headers:n,apiBase:A}}),[A,n]),{circuitJson:et,error:Ie,isLoading:ot}=nOo(_,Ve),Ue=VRt(_);j.useEffect(()=>{Be(null)},[_]);const Le=j.useCallback(()=>{x(),R(),X(),p(null)},[R,X,x]);j.useEffect(()=>{t||(Le(),d(""),ye(!1),re(null),Be(null))},[t,Le]),j.useEffect(()=>{d(""),p(null),g==="tscircuit.com"?x():g==="jlcpcb"?R():g==="kicad"&&X()},[g,R,X,x]);const qe=lt=>{p(lt),re(lt),be("pcb"),ye(!0),oe();const Ct=lt.package.org_owner_tscircuit_handle,Dt=lt.package.unscoped_name;if(Ct&&Dt){const pt=Dt.split("/").pop()??Dt;ee(Ct,pt)}},ke=async()=>{h.trim()&&(p(null),g==="tscircuit.com"?await y(h):g==="jlcpcb"?await F(h):g==="kicad"&&await W(h))},Qe=async lt=>{try{if(Be(null),Oe(!0),lt.source==="kicad"){if(!o)throw new Error("KiCad handler not provided");await o({result:lt,footprint:lt.footprint.qualifiedName})}else if(lt.source==="jlcpcb"){if(!r)throw new Error("JLCPCB handler not provided");const Ct=await $Ho(lt.component.partNumber,{headers:n,apiBase:A});await r({result:lt,tsx:Ct})}else if(lt.source==="tscircuit.com"){if(!i)throw new Error("tscircuit package handler not provided");const Ct=lt.package.org_owner_tscircuit_handle,Dt=lt.package.unscoped_name;if(!Ct||!Dt)throw new Error("Missing package metadata");const pt=Dt.split("/").pop()??Dt,Nt=`@tsci/${Ct}.${pt}`;await i({result:lt,fullPackageName:Nt})}return!0}catch(Ct){return console.error("Failed to import component",Ct),Be(Ct instanceof Error?Ct.message:"Failed to import component"),!1}finally{Oe(!1)}};let ve=[],Pe=!1,ze=null,Xe=!1;g==="tscircuit.com"?(ve=m,Pe=C,ze=I,Xe=f):g==="jlcpcb"?(ve=B,Pe=S,ze=D,Xe=w):g==="kicad"&&(ve=H,Pe=G,ze=K,Xe=V);const st=async()=>{if(!_)return;await Qe(_)&&(e(),Le(),d(""))},ct=lt=>{lt||e()},ut=lt=>{ye(lt),lt||re(null)};return J.jsxs(bT,{open:t,onOpenChange:ct,children:[J.jsxs(X3,{style:{width:"calc(100vw - 2rem)",maxWidth:Ue?"min(1120px, calc(100vw - 2rem))":"min(672px, calc(100vw - 2rem))",zIndex:qRt.importComponentDialog},className:"rf-rounded-sm rf-max-h-[90vh] rf-overflow-y-auto rf-overflow-x-hidden rf-flex rf-flex-col",children:[J.jsxs($3,{children:[J.jsxs(Z3,{className:"rf-text-lg sm:rf-text-xl",children:["Import ",l?Bie[g].label:""," ","Component"]}),J.jsx(DT,{className:"rf-text-sm",children:c?"Search for components from available sources.":"Import options are disabled because no handlers were provided."})]}),c?J.jsxs(U1e,{value:g,onValueChange:lt=>u(lt),className:"rf-min-w-0 rf-w-full",children:[!l&&J.jsx(kZ,{className:"rf-flex rf-w-full rf-gap-2",children:a.map(lt=>J.jsx(XQ,{value:lt,className:"rf-flex-1 rf-text-xs sm:rf-text-sm",children:Bie[lt].label},lt))}),J.jsxs("div",{className:"rf-min-w-0",style:Ue?{display:"grid",gridTemplateColumns:"minmax(0, 1fr) minmax(360px, 0.95fr)",gap:"1.5rem",alignItems:"start"}:void 0,children:[J.jsxs("div",{className:"rf-min-w-0",children:[J.jsx(VGo,{query:h,placeholder:Bie[g].placeholder,isSearching:Pe,onQueryChange:d,onSubmit:ke}),J.jsx("div",{className:"no-scrollbar rf-mt-4 rf-flex-1 rf-min-h-[200px] !rf-max-h-[40vh] !rf-overflow-y-auto rf-overflow-x-hidden rf-border rf-rounded-md rf-min-w-0",children:Pe?J.jsxs("div",{className:"rf-p-8 rf-text-center rf-text-zinc-500",children:[J.jsx(QB,{className:"rf-h-8 rf-w-8 rf-animate-spin rf-mx-auto rf-mb-2"}),J.jsx("p",{children:"Searching..."})]}):ve.length>0?J.jsx($Go,{results:ve,selected:_,onSelect:p,onShowDetails:g==="tscircuit.com"?qe:void 0}):J.jsx("div",{className:"rf-p-8 rf-text-center rf-text-zinc-500",children:ze?`Error: ${ze}`:Xe?Bie[g].emptyMessage:"Enter a search term to find components"})})]}),Ue?J.jsx("div",{className:"rf-mt-4",children:J.jsx(ZGo,{circuitJson:et,error:Ie,isLoading:ot,height:325})}):null]})]}):null,ue?J.jsx("div",{className:"rf-text-sm rf-text-red-600 rf-mt-2",children:ue}):null,J.jsxs(tU,{className:"rf-flex rf-flex-col sm:rf-flex-row rf-gap-2",children:[J.jsx(Zs,{variant:"outline",onClick:e,className:"rf-order-2 sm:rf-order-1",children:"Cancel"}),J.jsx(Zs,{onClick:st,disabled:!_||pe,className:"rf-order-1 sm:rf-order-2",children:pe?J.jsx(QB,{className:"rf-h-4 rf-w-4 rf-animate-spin"}):"Import"})]})]}),J.jsx(eOo,{packageResult:se,isOpen:le,onOpenChange:ut,isLoading:ce,details:ie,previewTab:Ce,onPreviewTabChange:lt=>be(lt),isSubmitting:pe,onImport:()=>{se&&Qe(se).then(lt=>{lt&&(ye(!1),e(),Le(),d(""))})}})]})},gOo=t=>{const e=t.match(/export const (\w+) =/);if(!e)throw new Error("Could not determine component name from TSX contents");return e[1]},jRt=t=>{const e=Uu(A=>A.pushEvent),n=Uu(A=>A.upsertFile),o=async({result:A,fullPackageName:s})=>{const c=A.package.unscoped_name??A.package.name;await YA.promise(e({event_type:"INSTALL_PACKAGE",full_package_name:s}),{loading:`Requesting install for "${c}"`,success:`Install requested for "${c}"`,error:l=>`Failed to request install: ${l instanceof Error?l.message:String(l)}`})},i=async({footprint:A})=>{await YA.promise(navigator.clipboard.writeText(A),{loading:`Copying "${A}"`,success:`Copied "${A}" to clipboard`,error:s=>`Failed to copy footprint: ${s instanceof Error?s.message:String(s)}`})},r=async({result:A,tsx:s})=>{const c=`imports/${gOo(s)}.tsx`;await YA.promise(n(c,s),{loading:`Importing ${A.component.partNumber}`,success:`Imported to "${c}"`,error:l=>`Failed to import component: ${l instanceof Error?l.message:String(l)}`})};return J.jsx(lOo,{...t,onTscircuitPackageSelected:o,onKicadStringSelected:i,onJlcpcbComponentTsxLoaded:r})};jRt.displayName="ImportComponentDialogForCli";var J3e={exports:{}},XRt;function uOo(){return XRt||(XRt=1,(function(t,e){var n={env:{},version:""};(function(o){t.exports=o()})(function(){return(function o(i,r,A){function s(l,g){if(!r[l]){if(!i[l]){var u=typeof T4=="function"&&T4;if(!g&&u)return u(l,!0);if(a)return a(l,!0);var h=new Error("Cannot find module '"+l+"'");throw h.code="MODULE_NOT_FOUND",h}var d=r[l]={exports:{}};i[l][0].call(d.exports,function(_){var p=i[l][1][_];return s(p||_)},d,d.exports,o,i,r,A)}return r[l].exports}for(var a=typeof T4=="function"&&T4,c=0;c<A.length;c++)s(A[c]);return s})({1:[function(o,i,r){var A=o("./utils"),s=o("./support"),a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";r.encode=function(c){for(var l,g,u,h,d,_,p,m=[],C=0,I=c.length,f=I,y=A.getTypeOf(c)!=="string";C<c.length;)f=I-C,u=y?(l=c[C++],g=C<I?c[C++]:0,C<I?c[C++]:0):(l=c.charCodeAt(C++),g=C<I?c.charCodeAt(C++):0,C<I?c.charCodeAt(C++):0),h=l>>2,d=(3&l)<<4|g>>4,_=1<f?(15&g)<<2|u>>6:64,p=2<f?63&u:64,m.push(a.charAt(h)+a.charAt(d)+a.charAt(_)+a.charAt(p));return m.join("")},r.decode=function(c){var l,g,u,h,d,_,p=0,m=0,C="data:";if(c.substr(0,C.length)===C)throw new Error("Invalid base64 input, it looks like a data url.");var I,f=3*(c=c.replace(/[^A-Za-z0-9+/=]/g,"")).length/4;if(c.charAt(c.length-1)===a.charAt(64)&&f--,c.charAt(c.length-2)===a.charAt(64)&&f--,f%1!=0)throw new Error("Invalid base64 input, bad content length.");for(I=s.uint8array?new Uint8Array(0|f):new Array(0|f);p<c.length;)l=a.indexOf(c.charAt(p++))<<2|(h=a.indexOf(c.charAt(p++)))>>4,g=(15&h)<<4|(d=a.indexOf(c.charAt(p++)))>>2,u=(3&d)<<6|(_=a.indexOf(c.charAt(p++))),I[m++]=l,d!==64&&(I[m++]=g),_!==64&&(I[m++]=u);return I}},{"./support":30,"./utils":32}],2:[function(o,i,r){var A=o("./external"),s=o("./stream/DataWorker"),a=o("./stream/Crc32Probe"),c=o("./stream/DataLengthProbe");function l(g,u,h,d,_){this.compressedSize=g,this.uncompressedSize=u,this.crc32=h,this.compression=d,this.compressedContent=_}l.prototype={getContentWorker:function(){var g=new s(A.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new c("data_length")),u=this;return g.on("end",function(){if(this.streamInfo.data_length!==u.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")}),g},getCompressedWorker:function(){return new s(A.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},l.createWorkerFrom=function(g,u,h){return g.pipe(new a).pipe(new c("uncompressedSize")).pipe(u.compressWorker(h)).pipe(new c("compressedSize")).withStreamInfo("compression",u)},i.exports=l},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(o,i,r){var A=o("./stream/GenericWorker");r.STORE={magic:"\0\0",compressWorker:function(){return new A("STORE compression")},uncompressWorker:function(){return new A("STORE decompression")}},r.DEFLATE=o("./flate")},{"./flate":7,"./stream/GenericWorker":28}],4:[function(o,i,r){var A=o("./utils"),s=(function(){for(var a,c=[],l=0;l<256;l++){a=l;for(var g=0;g<8;g++)a=1&a?3988292384^a>>>1:a>>>1;c[l]=a}return c})();i.exports=function(a,c){return a!==void 0&&a.length?A.getTypeOf(a)!=="string"?(function(l,g,u,h){var d=s,_=h+u;l^=-1;for(var p=h;p<_;p++)l=l>>>8^d[255&(l^g[p])];return-1^l})(0|c,a,a.length,0):(function(l,g,u,h){var d=s,_=h+u;l^=-1;for(var p=h;p<_;p++)l=l>>>8^d[255&(l^g.charCodeAt(p))];return-1^l})(0|c,a,a.length,0):0}},{"./utils":32}],5:[function(o,i,r){r.base64=!1,r.binary=!1,r.dir=!1,r.createFolders=!0,r.date=null,r.compression=null,r.compressionOptions=null,r.comment=null,r.unixPermissions=null,r.dosPermissions=null},{}],6:[function(o,i,r){var A=null;A=typeof Promise<"u"?Promise:o("lie"),i.exports={Promise:A}},{lie:37}],7:[function(o,i,r){var A=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Uint32Array<"u",s=o("pako"),a=o("./utils"),c=o("./stream/GenericWorker"),l=A?"uint8array":"array";function g(u,h){c.call(this,"FlateWorker/"+u),this._pako=null,this._pakoAction=u,this._pakoOptions=h,this.meta={}}r.magic="\b\0",a.inherits(g,c),g.prototype.processChunk=function(u){this.meta=u.meta,this._pako===null&&this._createPako(),this._pako.push(a.transformTo(l,u.data),!1)},g.prototype.flush=function(){c.prototype.flush.call(this),this._pako===null&&this._createPako(),this._pako.push([],!0)},g.prototype.cleanUp=function(){c.prototype.cleanUp.call(this),this._pako=null},g.prototype._createPako=function(){this._pako=new s[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var u=this;this._pako.onData=function(h){u.push({data:h,meta:u.meta})}},r.compressWorker=function(u){return new g("Deflate",u)},r.uncompressWorker=function(){return new g("Inflate",{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(o,i,r){function A(d,_){var p,m="";for(p=0;p<_;p++)m+=String.fromCharCode(255&d),d>>>=8;return m}function s(d,_,p,m,C,I){var f,y,x=d.file,B=d.compression,S=I!==l.utf8encode,D=a.transformTo("string",I(x.name)),w=a.transformTo("string",l.utf8encode(x.name)),F=x.comment,R=a.transformTo("string",I(F)),H=a.transformTo("string",l.utf8encode(F)),G=w.length!==x.name.length,K=H.length!==F.length,V="",W="",X="",ie=x.dir,ce=x.date,ee={crc32:0,compressedSize:0,uncompressedSize:0};_&&!p||(ee.crc32=d.crc32,ee.compressedSize=d.compressedSize,ee.uncompressedSize=d.uncompressedSize);var oe=0;_&&(oe|=8),S||!G&&!K||(oe|=2048);var se=0,re=0;ie&&(se|=16),C==="UNIX"?(re=798,se|=(function(ye,Ce){var be=ye;return ye||(be=Ce?16893:33204),(65535&be)<<16})(x.unixPermissions,ie)):(re=20,se|=(function(ye){return 63&(ye||0)})(x.dosPermissions)),f=ce.getUTCHours(),f<<=6,f|=ce.getUTCMinutes(),f<<=5,f|=ce.getUTCSeconds()/2,y=ce.getUTCFullYear()-1980,y<<=4,y|=ce.getUTCMonth()+1,y<<=5,y|=ce.getUTCDate(),G&&(W=A(1,1)+A(g(D),4)+w,V+="up"+A(W.length,2)+W),K&&(X=A(1,1)+A(g(R),4)+H,V+="uc"+A(X.length,2)+X);var le="";return le+=`
5794
5794
  \0`,le+=A(oe,2),le+=B.magic,le+=A(f,2),le+=A(y,2),le+=A(ee.crc32,4),le+=A(ee.compressedSize,4),le+=A(ee.uncompressedSize,4),le+=A(D.length,2),le+=A(V.length,2),{fileRecord:u.LOCAL_FILE_HEADER+le+D+V,dirRecord:u.CENTRAL_FILE_HEADER+A(re,2)+le+A(R.length,2)+"\0\0\0\0"+A(se,4)+A(m,4)+D+V+R}}var a=o("../utils"),c=o("../stream/GenericWorker"),l=o("../utf8"),g=o("../crc32"),u=o("../signature");function h(d,_,p,m){c.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=_,this.zipPlatform=p,this.encodeFileName=m,this.streamFiles=d,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}a.inherits(h,c),h.prototype.push=function(d){var _=d.meta.percent||0,p=this.entriesCount,m=this._sources.length;this.accumulate?this.contentBuffer.push(d):(this.bytesWritten+=d.data.length,c.prototype.push.call(this,{data:d.data,meta:{currentFile:this.currentFile,percent:p?(_+100*(p-m-1))/p:100}}))},h.prototype.openedSource=function(d){this.currentSourceOffset=this.bytesWritten,this.currentFile=d.file.name;var _=this.streamFiles&&!d.file.dir;if(_){var p=s(d,_,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:p.fileRecord,meta:{percent:0}})}else this.accumulate=!0},h.prototype.closedSource=function(d){this.accumulate=!1;var _=this.streamFiles&&!d.file.dir,p=s(d,_,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(p.dirRecord),_)this.push({data:(function(m){return u.DATA_DESCRIPTOR+A(m.crc32,4)+A(m.compressedSize,4)+A(m.uncompressedSize,4)})(d),meta:{percent:100}});else for(this.push({data:p.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},h.prototype.flush=function(){for(var d=this.bytesWritten,_=0;_<this.dirRecords.length;_++)this.push({data:this.dirRecords[_],meta:{percent:100}});var p=this.bytesWritten-d,m=(function(C,I,f,y,x){var B=a.transformTo("string",x(y));return u.CENTRAL_DIRECTORY_END+"\0\0\0\0"+A(C,2)+A(C,2)+A(I,4)+A(f,4)+A(B.length,2)+B})(this.dirRecords.length,p,d,this.zipComment,this.encodeFileName);this.push({data:m,meta:{percent:100}})},h.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},h.prototype.registerPrevious=function(d){this._sources.push(d);var _=this;return d.on("data",function(p){_.processChunk(p)}),d.on("end",function(){_.closedSource(_.previous.streamInfo),_._sources.length?_.prepareNextSource():_.end()}),d.on("error",function(p){_.error(p)}),this},h.prototype.resume=function(){return!!c.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},h.prototype.error=function(d){var _=this._sources;if(!c.prototype.error.call(this,d))return!1;for(var p=0;p<_.length;p++)try{_[p].error(d)}catch{}return!0},h.prototype.lock=function(){c.prototype.lock.call(this);for(var d=this._sources,_=0;_<d.length;_++)d[_].lock()},i.exports=h},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(o,i,r){var A=o("../compressions"),s=o("./ZipFileWorker");r.generateWorker=function(a,c,l){var g=new s(c.streamFiles,l,c.platform,c.encodeFileName),u=0;try{a.forEach(function(h,d){u++;var _=(function(I,f){var y=I||f,x=A[y];if(!x)throw new Error(y+" is not a valid compression method !");return x})(d.options.compression,c.compression),p=d.options.compressionOptions||c.compressionOptions||{},m=d.dir,C=d.date;d._compressWorker(_,p).withStreamInfo("file",{name:h,dir:m,date:C,comment:d.comment||"",unixPermissions:d.unixPermissions,dosPermissions:d.dosPermissions}).pipe(g)}),g.entriesCount=u}catch(h){g.error(h)}return g}},{"../compressions":3,"./ZipFileWorker":8}],10:[function(o,i,r){function A(){if(!(this instanceof A))return new A;if(arguments.length)throw new Error("The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.");this.files=Object.create(null),this.comment=null,this.root="",this.clone=function(){var s=new A;for(var a in this)typeof this[a]!="function"&&(s[a]=this[a]);return s}}(A.prototype=o("./object")).loadAsync=o("./load"),A.support=o("./support"),A.defaults=o("./defaults"),A.version="3.10.1",A.loadAsync=function(s,a){return new A().loadAsync(s,a)},A.external=o("./external"),i.exports=A},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(o,i,r){var A=o("./utils"),s=o("./external"),a=o("./utf8"),c=o("./zipEntries"),l=o("./stream/Crc32Probe"),g=o("./nodejsUtils");function u(h){return new s.Promise(function(d,_){var p=h.decompressed.getContentWorker().pipe(new l);p.on("error",function(m){_(m)}).on("end",function(){p.streamInfo.crc32!==h.decompressed.crc32?_(new Error("Corrupted zip : CRC32 mismatch")):d()}).resume()})}i.exports=function(h,d){var _=this;return d=A.extend(d||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:a.utf8decode}),g.isNode&&g.isStream(h)?s.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")):A.prepareContent("the loaded zip file",h,!0,d.optimizedBinaryString,d.base64).then(function(p){var m=new c(d);return m.load(p),m}).then(function(p){var m=[s.Promise.resolve(p)],C=p.files;if(d.checkCRC32)for(var I=0;I<C.length;I++)m.push(u(C[I]));return s.Promise.all(m)}).then(function(p){for(var m=p.shift(),C=m.files,I=0;I<C.length;I++){var f=C[I],y=f.fileNameStr,x=A.resolve(f.fileNameStr);_.file(x,f.decompressed,{binary:!0,optimizedBinaryString:!0,date:f.date,dir:f.dir,comment:f.fileCommentStr.length?f.fileCommentStr:null,unixPermissions:f.unixPermissions,dosPermissions:f.dosPermissions,createFolders:d.createFolders}),f.dir||(_.file(x).unsafeOriginalName=y)}return m.zipComment.length&&(_.comment=m.zipComment),_})}},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(o,i,r){var A=o("../utils"),s=o("../stream/GenericWorker");function a(c,l){s.call(this,"Nodejs stream input adapter for "+c),this._upstreamEnded=!1,this._bindStream(l)}A.inherits(a,s),a.prototype._bindStream=function(c){var l=this;(this._stream=c).pause(),c.on("data",function(g){l.push({data:g,meta:{percent:0}})}).on("error",function(g){l.isPaused?this.generatedError=g:l.error(g)}).on("end",function(){l.isPaused?l._upstreamEnded=!0:l.end()})},a.prototype.pause=function(){return!!s.prototype.pause.call(this)&&(this._stream.pause(),!0)},a.prototype.resume=function(){return!!s.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},i.exports=a},{"../stream/GenericWorker":28,"../utils":32}],13:[function(o,i,r){var A=o("readable-stream").Readable;function s(a,c,l){A.call(this,c),this._helper=a;var g=this;a.on("data",function(u,h){g.push(u)||g._helper.pause(),l&&l(h)}).on("error",function(u){g.emit("error",u)}).on("end",function(){g.push(null)})}o("../utils").inherits(s,A),s.prototype._read=function(){this._helper.resume()},i.exports=s},{"../utils":32,"readable-stream":16}],14:[function(o,i,r){i.exports={isNode:typeof Buffer<"u",newBufferFrom:function(A,s){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(A,s);if(typeof A=="number")throw new Error('The "data" argument must not be a number');return new Buffer(A,s)},allocBuffer:function(A){if(Buffer.alloc)return Buffer.alloc(A);var s=new Buffer(A);return s.fill(0),s},isBuffer:function(A){return Buffer.isBuffer(A)},isStream:function(A){return A&&typeof A.on=="function"&&typeof A.pause=="function"&&typeof A.resume=="function"}}},{}],15:[function(o,i,r){function A(x,B,S){var D,w=a.getTypeOf(B),F=a.extend(S||{},g);F.date=F.date||new Date,F.compression!==null&&(F.compression=F.compression.toUpperCase()),typeof F.unixPermissions=="string"&&(F.unixPermissions=parseInt(F.unixPermissions,8)),F.unixPermissions&&16384&F.unixPermissions&&(F.dir=!0),F.dosPermissions&&16&F.dosPermissions&&(F.dir=!0),F.dir&&(x=C(x)),F.createFolders&&(D=m(x))&&I.call(this,D,!0);var R=w==="string"&&F.binary===!1&&F.base64===!1;S&&S.binary!==void 0||(F.binary=!R),(B instanceof u&&B.uncompressedSize===0||F.dir||!B||B.length===0)&&(F.base64=!1,F.binary=!0,B="",F.compression="STORE",w="string");var H=null;H=B instanceof u||B instanceof c?B:_.isNode&&_.isStream(B)?new p(x,B):a.prepareContent(x,B,F.binary,F.optimizedBinaryString,F.base64);var G=new h(x,H,F);this.files[x]=G}var s=o("./utf8"),a=o("./utils"),c=o("./stream/GenericWorker"),l=o("./stream/StreamHelper"),g=o("./defaults"),u=o("./compressedObject"),h=o("./zipObject"),d=o("./generate"),_=o("./nodejsUtils"),p=o("./nodejs/NodejsStreamInputAdapter"),m=function(x){x.slice(-1)==="/"&&(x=x.substring(0,x.length-1));var B=x.lastIndexOf("/");return 0<B?x.substring(0,B):""},C=function(x){return x.slice(-1)!=="/"&&(x+="/"),x},I=function(x,B){return B=B!==void 0?B:g.createFolders,x=C(x),this.files[x]||A.call(this,x,null,{dir:!0,createFolders:B}),this.files[x]};function f(x){return Object.prototype.toString.call(x)==="[object RegExp]"}var y={load:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},forEach:function(x){var B,S,D;for(B in this.files)D=this.files[B],(S=B.slice(this.root.length,B.length))&&B.slice(0,this.root.length)===this.root&&x(S,D)},filter:function(x){var B=[];return this.forEach(function(S,D){x(S,D)&&B.push(D)}),B},file:function(x,B,S){if(arguments.length!==1)return x=this.root+x,A.call(this,x,B,S),this;if(f(x)){var D=x;return this.filter(function(F,R){return!R.dir&&D.test(F)})}var w=this.files[this.root+x];return w&&!w.dir?w:null},folder:function(x){if(!x)return this;if(f(x))return this.filter(function(w,F){return F.dir&&x.test(w)});var B=this.root+x,S=I.call(this,B),D=this.clone();return D.root=S.name,D},remove:function(x){x=this.root+x;var B=this.files[x];if(B||(x.slice(-1)!=="/"&&(x+="/"),B=this.files[x]),B&&!B.dir)delete this.files[x];else for(var S=this.filter(function(w,F){return F.name.slice(0,x.length)===x}),D=0;D<S.length;D++)delete this.files[S[D].name];return this},generate:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},generateInternalStream:function(x){var B,S={};try{if((S=a.extend(x||{},{streamFiles:!1,compression:"STORE",compressionOptions:null,type:"",platform:"DOS",comment:null,mimeType:"application/zip",encodeFileName:s.utf8encode})).type=S.type.toLowerCase(),S.compression=S.compression.toUpperCase(),S.type==="binarystring"&&(S.type="string"),!S.type)throw new Error("No output type specified.");a.checkSupport(S.type),S.platform!=="darwin"&&S.platform!=="freebsd"&&S.platform!=="linux"&&S.platform!=="sunos"||(S.platform="UNIX"),S.platform==="win32"&&(S.platform="DOS");var D=S.comment||this.comment||"";B=d.generateWorker(this,S,D)}catch(w){(B=new c("error")).error(w)}return new l(B,S.type||"string",S.mimeType)},generateAsync:function(x,B){return this.generateInternalStream(x).accumulate(B)},generateNodeStream:function(x,B){return(x=x||{}).type||(x.type="nodebuffer"),this.generateInternalStream(x).toNodejsStream(B)}};i.exports=y},{"./compressedObject":2,"./defaults":5,"./generate":9,"./nodejs/NodejsStreamInputAdapter":12,"./nodejsUtils":14,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31,"./utils":32,"./zipObject":35}],16:[function(o,i,r){i.exports=o("stream")},{stream:void 0}],17:[function(o,i,r){var A=o("./DataReader");function s(a){A.call(this,a);for(var c=0;c<this.data.length;c++)a[c]=255&a[c]}o("../utils").inherits(s,A),s.prototype.byteAt=function(a){return this.data[this.zero+a]},s.prototype.lastIndexOfSignature=function(a){for(var c=a.charCodeAt(0),l=a.charCodeAt(1),g=a.charCodeAt(2),u=a.charCodeAt(3),h=this.length-4;0<=h;--h)if(this.data[h]===c&&this.data[h+1]===l&&this.data[h+2]===g&&this.data[h+3]===u)return h-this.zero;return-1},s.prototype.readAndCheckSignature=function(a){var c=a.charCodeAt(0),l=a.charCodeAt(1),g=a.charCodeAt(2),u=a.charCodeAt(3),h=this.readData(4);return c===h[0]&&l===h[1]&&g===h[2]&&u===h[3]},s.prototype.readData=function(a){if(this.checkOffset(a),a===0)return[];var c=this.data.slice(this.zero+this.index,this.zero+this.index+a);return this.index+=a,c},i.exports=s},{"../utils":32,"./DataReader":18}],18:[function(o,i,r){var A=o("../utils");function s(a){this.data=a,this.length=a.length,this.index=0,this.zero=0}s.prototype={checkOffset:function(a){this.checkIndex(this.index+a)},checkIndex:function(a){if(this.length<this.zero+a||a<0)throw new Error("End of data reached (data length = "+this.length+", asked index = "+a+"). Corrupted zip ?")},setIndex:function(a){this.checkIndex(a),this.index=a},skip:function(a){this.setIndex(this.index+a)},byteAt:function(){},readInt:function(a){var c,l=0;for(this.checkOffset(a),c=this.index+a-1;c>=this.index;c--)l=(l<<8)+this.byteAt(c);return this.index+=a,l},readString:function(a){return A.transformTo("string",this.readData(a))},readData:function(){},lastIndexOfSignature:function(){},readAndCheckSignature:function(){},readDate:function(){var a=this.readInt(4);return new Date(Date.UTC(1980+(a>>25&127),(a>>21&15)-1,a>>16&31,a>>11&31,a>>5&63,(31&a)<<1))}},i.exports=s},{"../utils":32}],19:[function(o,i,r){var A=o("./Uint8ArrayReader");function s(a){A.call(this,a)}o("../utils").inherits(s,A),s.prototype.readData=function(a){this.checkOffset(a);var c=this.data.slice(this.zero+this.index,this.zero+this.index+a);return this.index+=a,c},i.exports=s},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(o,i,r){var A=o("./DataReader");function s(a){A.call(this,a)}o("../utils").inherits(s,A),s.prototype.byteAt=function(a){return this.data.charCodeAt(this.zero+a)},s.prototype.lastIndexOfSignature=function(a){return this.data.lastIndexOf(a)-this.zero},s.prototype.readAndCheckSignature=function(a){return a===this.readData(4)},s.prototype.readData=function(a){this.checkOffset(a);var c=this.data.slice(this.zero+this.index,this.zero+this.index+a);return this.index+=a,c},i.exports=s},{"../utils":32,"./DataReader":18}],21:[function(o,i,r){var A=o("./ArrayReader");function s(a){A.call(this,a)}o("../utils").inherits(s,A),s.prototype.readData=function(a){if(this.checkOffset(a),a===0)return new Uint8Array(0);var c=this.data.subarray(this.zero+this.index,this.zero+this.index+a);return this.index+=a,c},i.exports=s},{"../utils":32,"./ArrayReader":17}],22:[function(o,i,r){var A=o("../utils"),s=o("../support"),a=o("./ArrayReader"),c=o("./StringReader"),l=o("./NodeBufferReader"),g=o("./Uint8ArrayReader");i.exports=function(u){var h=A.getTypeOf(u);return A.checkSupport(h),h!=="string"||s.uint8array?h==="nodebuffer"?new l(u):s.uint8array?new g(A.transformTo("uint8array",u)):new a(A.transformTo("array",u)):new c(u)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(o,i,r){r.LOCAL_FILE_HEADER="PK",r.CENTRAL_FILE_HEADER="PK",r.CENTRAL_DIRECTORY_END="PK",r.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK\x07",r.ZIP64_CENTRAL_DIRECTORY_END="PK",r.DATA_DESCRIPTOR="PK\x07\b"},{}],24:[function(o,i,r){var A=o("./GenericWorker"),s=o("../utils");function a(c){A.call(this,"ConvertWorker to "+c),this.destType=c}s.inherits(a,A),a.prototype.processChunk=function(c){this.push({data:s.transformTo(this.destType,c.data),meta:c.meta})},i.exports=a},{"../utils":32,"./GenericWorker":28}],25:[function(o,i,r){var A=o("./GenericWorker"),s=o("../crc32");function a(){A.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}o("../utils").inherits(a,A),a.prototype.processChunk=function(c){this.streamInfo.crc32=s(c.data,this.streamInfo.crc32||0),this.push(c)},i.exports=a},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(o,i,r){var A=o("../utils"),s=o("./GenericWorker");function a(c){s.call(this,"DataLengthProbe for "+c),this.propName=c,this.withStreamInfo(c,0)}A.inherits(a,s),a.prototype.processChunk=function(c){if(c){var l=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=l+c.data.length}s.prototype.processChunk.call(this,c)},i.exports=a},{"../utils":32,"./GenericWorker":28}],27:[function(o,i,r){var A=o("../utils"),s=o("./GenericWorker");function a(c){s.call(this,"DataWorker");var l=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,c.then(function(g){l.dataIsReady=!0,l.data=g,l.max=g&&g.length||0,l.type=A.getTypeOf(g),l.isPaused||l._tickAndRepeat()},function(g){l.error(g)})}A.inherits(a,s),a.prototype.cleanUp=function(){s.prototype.cleanUp.call(this),this.data=null},a.prototype.resume=function(){return!!s.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,A.delay(this._tickAndRepeat,[],this)),!0)},a.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(A.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},a.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var c=null,l=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":c=this.data.substring(this.index,l);break;case"uint8array":c=this.data.subarray(this.index,l);break;case"array":case"nodebuffer":c=this.data.slice(this.index,l)}return this.index=l,this.push({data:c,meta:{percent:this.max?this.index/this.max*100:0}})},i.exports=a},{"../utils":32,"./GenericWorker":28}],28:[function(o,i,r){function A(s){this.name=s||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}A.prototype={push:function(s){this.emit("data",s)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(s){this.emit("error",s)}return!0},error:function(s){return!this.isFinished&&(this.isPaused?this.generatedError=s:(this.isFinished=!0,this.emit("error",s),this.previous&&this.previous.error(s),this.cleanUp()),!0)},on:function(s,a){return this._listeners[s].push(a),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(s,a){if(this._listeners[s])for(var c=0;c<this._listeners[s].length;c++)this._listeners[s][c].call(this,a)},pipe:function(s){return s.registerPrevious(this)},registerPrevious:function(s){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.streamInfo=s.streamInfo,this.mergeStreamInfo(),this.previous=s;var a=this;return s.on("data",function(c){a.processChunk(c)}),s.on("end",function(){a.end()}),s.on("error",function(c){a.error(c)}),this},pause:function(){return!this.isPaused&&!this.isFinished&&(this.isPaused=!0,this.previous&&this.previous.pause(),!0)},resume:function(){if(!this.isPaused||this.isFinished)return!1;var s=this.isPaused=!1;return this.generatedError&&(this.error(this.generatedError),s=!0),this.previous&&this.previous.resume(),!s},flush:function(){},processChunk:function(s){this.push(s)},withStreamInfo:function(s,a){return this.extraStreamInfo[s]=a,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var s in this.extraStreamInfo)Object.prototype.hasOwnProperty.call(this.extraStreamInfo,s)&&(this.streamInfo[s]=this.extraStreamInfo[s])},lock:function(){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var s="Worker "+this.name;return this.previous?this.previous+" -> "+s:s}},i.exports=A},{}],29:[function(o,i,r){var A=o("../utils"),s=o("./ConvertWorker"),a=o("./GenericWorker"),c=o("../base64"),l=o("../support"),g=o("../external"),u=null;if(l.nodestream)try{u=o("../nodejs/NodejsStreamOutputAdapter")}catch{}function h(_,p){return new g.Promise(function(m,C){var I=[],f=_._internalType,y=_._outputType,x=_._mimeType;_.on("data",function(B,S){I.push(B),p&&p(S)}).on("error",function(B){I=[],C(B)}).on("end",function(){try{var B=(function(S,D,w){switch(S){case"blob":return A.newBlob(A.transformTo("arraybuffer",D),w);case"base64":return c.encode(D);default:return A.transformTo(S,D)}})(y,(function(S,D){var w,F=0,R=null,H=0;for(w=0;w<D.length;w++)H+=D[w].length;switch(S){case"string":return D.join("");case"array":return Array.prototype.concat.apply([],D);case"uint8array":for(R=new Uint8Array(H),w=0;w<D.length;w++)R.set(D[w],F),F+=D[w].length;return R;case"nodebuffer":return Buffer.concat(D);default:throw new Error("concat : unsupported type '"+S+"'")}})(f,I),x);m(B)}catch(S){C(S)}I=[]}).resume()})}function d(_,p,m){var C=p;switch(p){case"blob":case"arraybuffer":C="uint8array";break;case"base64":C="string"}try{this._internalType=C,this._outputType=p,this._mimeType=m,A.checkSupport(C),this._worker=_.pipe(new s(C)),_.lock()}catch(I){this._worker=new a("error"),this._worker.error(I)}}d.prototype={accumulate:function(_){return h(this,_)},on:function(_,p){var m=this;return _==="data"?this._worker.on(_,function(C){p.call(m,C.data,C.meta)}):this._worker.on(_,function(){A.delay(p,arguments,m)}),this},resume:function(){return A.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(_){if(A.checkSupport("nodestream"),this._outputType!=="nodebuffer")throw new Error(this._outputType+" is not supported by this method");return new u(this,{objectMode:this._outputType!=="nodebuffer"},_)}},i.exports=d},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(o,i,r){if(r.base64=!0,r.array=!0,r.string=!0,r.arraybuffer=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u",r.nodebuffer=typeof Buffer<"u",r.uint8array=typeof Uint8Array<"u",typeof ArrayBuffer>"u")r.blob=!1;else{var A=new ArrayBuffer(0);try{r.blob=new Blob([A],{type:"application/zip"}).size===0}catch{try{var s=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);s.append(A),r.blob=s.getBlob("application/zip").size===0}catch{r.blob=!1}}}try{r.nodestream=!!o("readable-stream").Readable}catch{r.nodestream=!1}},{"readable-stream":16}],31:[function(o,i,r){for(var A=o("./utils"),s=o("./support"),a=o("./nodejsUtils"),c=o("./stream/GenericWorker"),l=new Array(256),g=0;g<256;g++)l[g]=252<=g?6:248<=g?5:240<=g?4:224<=g?3:192<=g?2:1;l[254]=l[254]=1;function u(){c.call(this,"utf-8 decode"),this.leftOver=null}function h(){c.call(this,"utf-8 encode")}r.utf8encode=function(d){return s.nodebuffer?a.newBufferFrom(d,"utf-8"):(function(_){var p,m,C,I,f,y=_.length,x=0;for(I=0;I<y;I++)(64512&(m=_.charCodeAt(I)))==55296&&I+1<y&&(64512&(C=_.charCodeAt(I+1)))==56320&&(m=65536+(m-55296<<10)+(C-56320),I++),x+=m<128?1:m<2048?2:m<65536?3:4;for(p=s.uint8array?new Uint8Array(x):new Array(x),I=f=0;f<x;I++)(64512&(m=_.charCodeAt(I)))==55296&&I+1<y&&(64512&(C=_.charCodeAt(I+1)))==56320&&(m=65536+(m-55296<<10)+(C-56320),I++),m<128?p[f++]=m:(m<2048?p[f++]=192|m>>>6:(m<65536?p[f++]=224|m>>>12:(p[f++]=240|m>>>18,p[f++]=128|m>>>12&63),p[f++]=128|m>>>6&63),p[f++]=128|63&m);return p})(d)},r.utf8decode=function(d){return s.nodebuffer?A.transformTo("nodebuffer",d).toString("utf-8"):(function(_){var p,m,C,I,f=_.length,y=new Array(2*f);for(p=m=0;p<f;)if((C=_[p++])<128)y[m++]=C;else if(4<(I=l[C]))y[m++]=65533,p+=I-1;else{for(C&=I===2?31:I===3?15:7;1<I&&p<f;)C=C<<6|63&_[p++],I--;1<I?y[m++]=65533:C<65536?y[m++]=C:(C-=65536,y[m++]=55296|C>>10&1023,y[m++]=56320|1023&C)}return y.length!==m&&(y.subarray?y=y.subarray(0,m):y.length=m),A.applyFromCharCode(y)})(d=A.transformTo(s.uint8array?"uint8array":"array",d))},A.inherits(u,c),u.prototype.processChunk=function(d){var _=A.transformTo(s.uint8array?"uint8array":"array",d.data);if(this.leftOver&&this.leftOver.length){if(s.uint8array){var p=_;(_=new Uint8Array(p.length+this.leftOver.length)).set(this.leftOver,0),_.set(p,this.leftOver.length)}else _=this.leftOver.concat(_);this.leftOver=null}var m=(function(I,f){var y;for((f=f||I.length)>I.length&&(f=I.length),y=f-1;0<=y&&(192&I[y])==128;)y--;return y<0||y===0?f:y+l[I[y]]>f?y:f})(_),C=_;m!==_.length&&(s.uint8array?(C=_.subarray(0,m),this.leftOver=_.subarray(m,_.length)):(C=_.slice(0,m),this.leftOver=_.slice(m,_.length))),this.push({data:r.utf8decode(C),meta:d.meta})},u.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:r.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},r.Utf8DecodeWorker=u,A.inherits(h,c),h.prototype.processChunk=function(d){this.push({data:r.utf8encode(d.data),meta:d.meta})},r.Utf8EncodeWorker=h},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(o,i,r){var A=o("./support"),s=o("./base64"),a=o("./nodejsUtils"),c=o("./external");function l(p){return p}function g(p,m){for(var C=0;C<p.length;++C)m[C]=255&p.charCodeAt(C);return m}o("setimmediate"),r.newBlob=function(p,m){r.checkSupport("blob");try{return new Blob([p],{type:m})}catch{try{var C=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return C.append(p),C.getBlob(m)}catch{throw new Error("Bug : can't construct the Blob.")}}};var u={stringifyByChunk:function(p,m,C){var I=[],f=0,y=p.length;if(y<=C)return String.fromCharCode.apply(null,p);for(;f<y;)m==="array"||m==="nodebuffer"?I.push(String.fromCharCode.apply(null,p.slice(f,Math.min(f+C,y)))):I.push(String.fromCharCode.apply(null,p.subarray(f,Math.min(f+C,y)))),f+=C;return I.join("")},stringifyByChar:function(p){for(var m="",C=0;C<p.length;C++)m+=String.fromCharCode(p[C]);return m},applyCanBeUsed:{uint8array:(function(){try{return A.uint8array&&String.fromCharCode.apply(null,new Uint8Array(1)).length===1}catch{return!1}})(),nodebuffer:(function(){try{return A.nodebuffer&&String.fromCharCode.apply(null,a.allocBuffer(1)).length===1}catch{return!1}})()}};function h(p){var m=65536,C=r.getTypeOf(p),I=!0;if(C==="uint8array"?I=u.applyCanBeUsed.uint8array:C==="nodebuffer"&&(I=u.applyCanBeUsed.nodebuffer),I)for(;1<m;)try{return u.stringifyByChunk(p,C,m)}catch{m=Math.floor(m/2)}return u.stringifyByChar(p)}function d(p,m){for(var C=0;C<p.length;C++)m[C]=p[C];return m}r.applyFromCharCode=h;var _={};_.string={string:l,array:function(p){return g(p,new Array(p.length))},arraybuffer:function(p){return _.string.uint8array(p).buffer},uint8array:function(p){return g(p,new Uint8Array(p.length))},nodebuffer:function(p){return g(p,a.allocBuffer(p.length))}},_.array={string:h,array:l,arraybuffer:function(p){return new Uint8Array(p).buffer},uint8array:function(p){return new Uint8Array(p)},nodebuffer:function(p){return a.newBufferFrom(p)}},_.arraybuffer={string:function(p){return h(new Uint8Array(p))},array:function(p){return d(new Uint8Array(p),new Array(p.byteLength))},arraybuffer:l,uint8array:function(p){return new Uint8Array(p)},nodebuffer:function(p){return a.newBufferFrom(new Uint8Array(p))}},_.uint8array={string:h,array:function(p){return d(p,new Array(p.length))},arraybuffer:function(p){return p.buffer},uint8array:l,nodebuffer:function(p){return a.newBufferFrom(p)}},_.nodebuffer={string:h,array:function(p){return d(p,new Array(p.length))},arraybuffer:function(p){return _.nodebuffer.uint8array(p).buffer},uint8array:function(p){return d(p,new Uint8Array(p.length))},nodebuffer:l},r.transformTo=function(p,m){if(m=m||"",!p)return m;r.checkSupport(p);var C=r.getTypeOf(m);return _[C][p](m)},r.resolve=function(p){for(var m=p.split("/"),C=[],I=0;I<m.length;I++){var f=m[I];f==="."||f===""&&I!==0&&I!==m.length-1||(f===".."?C.pop():C.push(f))}return C.join("/")},r.getTypeOf=function(p){return typeof p=="string"?"string":Object.prototype.toString.call(p)==="[object Array]"?"array":A.nodebuffer&&a.isBuffer(p)?"nodebuffer":A.uint8array&&p instanceof Uint8Array?"uint8array":A.arraybuffer&&p instanceof ArrayBuffer?"arraybuffer":void 0},r.checkSupport=function(p){if(!A[p.toLowerCase()])throw new Error(p+" is not supported by this platform")},r.MAX_VALUE_16BITS=65535,r.MAX_VALUE_32BITS=-1,r.pretty=function(p){var m,C,I="";for(C=0;C<(p||"").length;C++)I+="\\x"+((m=p.charCodeAt(C))<16?"0":"")+m.toString(16).toUpperCase();return I},r.delay=function(p,m,C){setImmediate(function(){p.apply(C||null,m||[])})},r.inherits=function(p,m){function C(){}C.prototype=m.prototype,p.prototype=new C},r.extend=function(){var p,m,C={};for(p=0;p<arguments.length;p++)for(m in arguments[p])Object.prototype.hasOwnProperty.call(arguments[p],m)&&C[m]===void 0&&(C[m]=arguments[p][m]);return C},r.prepareContent=function(p,m,C,I,f){return c.Promise.resolve(m).then(function(y){return A.blob&&(y instanceof Blob||["[object File]","[object Blob]"].indexOf(Object.prototype.toString.call(y))!==-1)&&typeof FileReader<"u"?new c.Promise(function(x,B){var S=new FileReader;S.onload=function(D){x(D.target.result)},S.onerror=function(D){B(D.target.error)},S.readAsArrayBuffer(y)}):y}).then(function(y){var x=r.getTypeOf(y);return x?(x==="arraybuffer"?y=r.transformTo("uint8array",y):x==="string"&&(f?y=s.decode(y):C&&I!==!0&&(y=(function(B){return g(B,A.uint8array?new Uint8Array(B.length):new Array(B.length))})(y))),y):c.Promise.reject(new Error("Can't read the data of '"+p+"'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"))})}},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,setimmediate:54}],33:[function(o,i,r){var A=o("./reader/readerFor"),s=o("./utils"),a=o("./signature"),c=o("./zipEntry"),l=o("./support");function g(u){this.files=[],this.loadOptions=u}g.prototype={checkSignature:function(u){if(!this.reader.readAndCheckSignature(u)){this.reader.index-=4;var h=this.reader.readString(4);throw new Error("Corrupted zip or bug: unexpected signature ("+s.pretty(h)+", expected "+s.pretty(u)+")")}},isSignature:function(u,h){var d=this.reader.index;this.reader.setIndex(u);var _=this.reader.readString(4)===h;return this.reader.setIndex(d),_},readBlockEndOfCentral:function(){this.diskNumber=this.reader.readInt(2),this.diskWithCentralDirStart=this.reader.readInt(2),this.centralDirRecordsOnThisDisk=this.reader.readInt(2),this.centralDirRecords=this.reader.readInt(2),this.centralDirSize=this.reader.readInt(4),this.centralDirOffset=this.reader.readInt(4),this.zipCommentLength=this.reader.readInt(2);var u=this.reader.readData(this.zipCommentLength),h=l.uint8array?"uint8array":"array",d=s.transformTo(h,u);this.zipComment=this.loadOptions.decodeFileName(d)},readBlockZip64EndOfCentral:function(){this.zip64EndOfCentralSize=this.reader.readInt(8),this.reader.skip(4),this.diskNumber=this.reader.readInt(4),this.diskWithCentralDirStart=this.reader.readInt(4),this.centralDirRecordsOnThisDisk=this.reader.readInt(8),this.centralDirRecords=this.reader.readInt(8),this.centralDirSize=this.reader.readInt(8),this.centralDirOffset=this.reader.readInt(8),this.zip64ExtensibleData={};for(var u,h,d,_=this.zip64EndOfCentralSize-44;0<_;)u=this.reader.readInt(2),h=this.reader.readInt(4),d=this.reader.readData(h),this.zip64ExtensibleData[u]={id:u,length:h,value:d}},readBlockZip64EndOfCentralLocator:function(){if(this.diskWithZip64CentralDirStart=this.reader.readInt(4),this.relativeOffsetEndOfZip64CentralDir=this.reader.readInt(8),this.disksCount=this.reader.readInt(4),1<this.disksCount)throw new Error("Multi-volumes zip are not supported")},readLocalFiles:function(){var u,h;for(u=0;u<this.files.length;u++)h=this.files[u],this.reader.setIndex(h.localHeaderOffset),this.checkSignature(a.LOCAL_FILE_HEADER),h.readLocalPart(this.reader),h.handleUTF8(),h.processAttributes()},readCentralDir:function(){var u;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(a.CENTRAL_FILE_HEADER);)(u=new c({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(u);if(this.centralDirRecords!==this.files.length&&this.centralDirRecords!==0&&this.files.length===0)throw new Error("Corrupted zip or bug: expected "+this.centralDirRecords+" records in central dir, got "+this.files.length)},readEndOfCentral:function(){var u=this.reader.lastIndexOfSignature(a.CENTRAL_DIRECTORY_END);if(u<0)throw this.isSignature(0,a.LOCAL_FILE_HEADER)?new Error("Corrupted zip: can't find end of central directory"):new Error("Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html");this.reader.setIndex(u);var h=u;if(this.checkSignature(a.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===s.MAX_VALUE_16BITS||this.diskWithCentralDirStart===s.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===s.MAX_VALUE_16BITS||this.centralDirRecords===s.MAX_VALUE_16BITS||this.centralDirSize===s.MAX_VALUE_32BITS||this.centralDirOffset===s.MAX_VALUE_32BITS){if(this.zip64=!0,(u=this.reader.lastIndexOfSignature(a.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator");if(this.reader.setIndex(u),this.checkSignature(a.ZIP64_CENTRAL_DIRECTORY_LOCATOR),this.readBlockZip64EndOfCentralLocator(),!this.isSignature(this.relativeOffsetEndOfZip64CentralDir,a.ZIP64_CENTRAL_DIRECTORY_END)&&(this.relativeOffsetEndOfZip64CentralDir=this.reader.lastIndexOfSignature(a.ZIP64_CENTRAL_DIRECTORY_END),this.relativeOffsetEndOfZip64CentralDir<0))throw new Error("Corrupted zip: can't find the ZIP64 end of central directory");this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir),this.checkSignature(a.ZIP64_CENTRAL_DIRECTORY_END),this.readBlockZip64EndOfCentral()}var d=this.centralDirOffset+this.centralDirSize;this.zip64&&(d+=20,d+=12+this.zip64EndOfCentralSize);var _=h-d;if(0<_)this.isSignature(h,a.CENTRAL_FILE_HEADER)||(this.reader.zero=_);else if(_<0)throw new Error("Corrupted zip: missing "+Math.abs(_)+" bytes.")},prepareReader:function(u){this.reader=A(u)},load:function(u){this.prepareReader(u),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},i.exports=g},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utils":32,"./zipEntry":34}],34:[function(o,i,r){var A=o("./reader/readerFor"),s=o("./utils"),a=o("./compressedObject"),c=o("./crc32"),l=o("./utf8"),g=o("./compressions"),u=o("./support");function h(d,_){this.options=d,this.loadOptions=_}h.prototype={isEncrypted:function(){return(1&this.bitFlag)==1},useUTF8:function(){return(2048&this.bitFlag)==2048},readLocalPart:function(d){var _,p;if(d.skip(22),this.fileNameLength=d.readInt(2),p=d.readInt(2),this.fileName=d.readData(this.fileNameLength),d.skip(p),this.compressedSize===-1||this.uncompressedSize===-1)throw new Error("Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)");if((_=(function(m){for(var C in g)if(Object.prototype.hasOwnProperty.call(g,C)&&g[C].magic===m)return g[C];return null})(this.compressionMethod))===null)throw new Error("Corrupted zip : compression "+s.pretty(this.compressionMethod)+" unknown (inner file : "+s.transformTo("string",this.fileName)+")");this.decompressed=new a(this.compressedSize,this.uncompressedSize,this.crc32,_,d.readData(this.compressedSize))},readCentralPart:function(d){this.versionMadeBy=d.readInt(2),d.skip(2),this.bitFlag=d.readInt(2),this.compressionMethod=d.readString(2),this.date=d.readDate(),this.crc32=d.readInt(4),this.compressedSize=d.readInt(4),this.uncompressedSize=d.readInt(4);var _=d.readInt(2);if(this.extraFieldsLength=d.readInt(2),this.fileCommentLength=d.readInt(2),this.diskNumberStart=d.readInt(2),this.internalFileAttributes=d.readInt(2),this.externalFileAttributes=d.readInt(4),this.localHeaderOffset=d.readInt(4),this.isEncrypted())throw new Error("Encrypted zip are not supported");d.skip(_),this.readExtraFields(d),this.parseZIP64ExtraField(d),this.fileComment=d.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var d=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),d==0&&(this.dosPermissions=63&this.externalFileAttributes),d==3&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||this.fileNameStr.slice(-1)!=="/"||(this.dir=!0)},parseZIP64ExtraField:function(){if(this.extraFields[1]){var d=A(this.extraFields[1].value);this.uncompressedSize===s.MAX_VALUE_32BITS&&(this.uncompressedSize=d.readInt(8)),this.compressedSize===s.MAX_VALUE_32BITS&&(this.compressedSize=d.readInt(8)),this.localHeaderOffset===s.MAX_VALUE_32BITS&&(this.localHeaderOffset=d.readInt(8)),this.diskNumberStart===s.MAX_VALUE_32BITS&&(this.diskNumberStart=d.readInt(4))}},readExtraFields:function(d){var _,p,m,C=d.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});d.index+4<C;)_=d.readInt(2),p=d.readInt(2),m=d.readData(p),this.extraFields[_]={id:_,length:p,value:m};d.setIndex(C)},handleUTF8:function(){var d=u.uint8array?"uint8array":"array";if(this.useUTF8())this.fileNameStr=l.utf8decode(this.fileName),this.fileCommentStr=l.utf8decode(this.fileComment);else{var _=this.findExtraFieldUnicodePath();if(_!==null)this.fileNameStr=_;else{var p=s.transformTo(d,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(p)}var m=this.findExtraFieldUnicodeComment();if(m!==null)this.fileCommentStr=m;else{var C=s.transformTo(d,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(C)}}},findExtraFieldUnicodePath:function(){var d=this.extraFields[28789];if(d){var _=A(d.value);return _.readInt(1)!==1||c(this.fileName)!==_.readInt(4)?null:l.utf8decode(_.readData(d.length-5))}return null},findExtraFieldUnicodeComment:function(){var d=this.extraFields[25461];if(d){var _=A(d.value);return _.readInt(1)!==1||c(this.fileComment)!==_.readInt(4)?null:l.utf8decode(_.readData(d.length-5))}return null}},i.exports=h},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(o,i,r){function A(_,p,m){this.name=_,this.dir=m.dir,this.date=m.date,this.comment=m.comment,this.unixPermissions=m.unixPermissions,this.dosPermissions=m.dosPermissions,this._data=p,this._dataBinary=m.binary,this.options={compression:m.compression,compressionOptions:m.compressionOptions}}var s=o("./stream/StreamHelper"),a=o("./stream/DataWorker"),c=o("./utf8"),l=o("./compressedObject"),g=o("./stream/GenericWorker");A.prototype={internalStream:function(_){var p=null,m="string";try{if(!_)throw new Error("No output type specified.");var C=(m=_.toLowerCase())==="string"||m==="text";m!=="binarystring"&&m!=="text"||(m="string"),p=this._decompressWorker();var I=!this._dataBinary;I&&!C&&(p=p.pipe(new c.Utf8EncodeWorker)),!I&&C&&(p=p.pipe(new c.Utf8DecodeWorker))}catch(f){(p=new g("error")).error(f)}return new s(p,m,"")},async:function(_,p){return this.internalStream(_).accumulate(p)},nodeStream:function(_,p){return this.internalStream(_||"nodebuffer").toNodejsStream(p)},_compressWorker:function(_,p){if(this._data instanceof l&&this._data.compression.magic===_.magic)return this._data.getCompressedWorker();var m=this._decompressWorker();return this._dataBinary||(m=m.pipe(new c.Utf8EncodeWorker)),l.createWorkerFrom(m,_,p)},_decompressWorker:function(){return this._data instanceof l?this._data.getContentWorker():this._data instanceof g?this._data:new a(this._data)}};for(var u=["asText","asBinary","asNodeBuffer","asUint8Array","asArrayBuffer"],h=function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},d=0;d<u.length;d++)A.prototype[u[d]]=h;i.exports=A},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(o,i,r){(function(A){var s,a,c=A.MutationObserver||A.WebKitMutationObserver;if(c){var l=0,g=new c(_),u=A.document.createTextNode("");g.observe(u,{characterData:!0}),s=function(){u.data=l=++l%2}}else if(A.setImmediate||A.MessageChannel===void 0)s="document"in A&&"onreadystatechange"in A.document.createElement("script")?function(){var p=A.document.createElement("script");p.onreadystatechange=function(){_(),p.onreadystatechange=null,p.parentNode.removeChild(p),p=null},A.document.documentElement.appendChild(p)}:function(){setTimeout(_,0)};else{var h=new A.MessageChannel;h.port1.onmessage=_,s=function(){h.port2.postMessage(0)}}var d=[];function _(){var p,m;a=!0;for(var C=d.length;C;){for(m=d,d=[],p=-1;++p<C;)m[p]();C=d.length}a=!1}i.exports=function(p){d.push(p)!==1||a||s()}}).call(this,typeof cf<"u"?cf:typeof self<"u"?self:typeof window<"u"?window:{})},{}],37:[function(o,i,r){var A=o("immediate");function s(){}var a={},c=["REJECTED"],l=["FULFILLED"],g=["PENDING"];function u(C){if(typeof C!="function")throw new TypeError("resolver must be a function");this.state=g,this.queue=[],this.outcome=void 0,C!==s&&p(this,C)}function h(C,I,f){this.promise=C,typeof I=="function"&&(this.onFulfilled=I,this.callFulfilled=this.otherCallFulfilled),typeof f=="function"&&(this.onRejected=f,this.callRejected=this.otherCallRejected)}function d(C,I,f){A(function(){var y;try{y=I(f)}catch(x){return a.reject(C,x)}y===C?a.reject(C,new TypeError("Cannot resolve promise with itself")):a.resolve(C,y)})}function _(C){var I=C&&C.then;if(C&&(typeof C=="object"||typeof C=="function")&&typeof I=="function")return function(){I.apply(C,arguments)}}function p(C,I){var f=!1;function y(S){f||(f=!0,a.reject(C,S))}function x(S){f||(f=!0,a.resolve(C,S))}var B=m(function(){I(x,y)});B.status==="error"&&y(B.value)}function m(C,I){var f={};try{f.value=C(I),f.status="success"}catch(y){f.status="error",f.value=y}return f}(i.exports=u).prototype.finally=function(C){if(typeof C!="function")return this;var I=this.constructor;return this.then(function(f){return I.resolve(C()).then(function(){return f})},function(f){return I.resolve(C()).then(function(){throw f})})},u.prototype.catch=function(C){return this.then(null,C)},u.prototype.then=function(C,I){if(typeof C!="function"&&this.state===l||typeof I!="function"&&this.state===c)return this;var f=new this.constructor(s);return this.state!==g?d(f,this.state===l?C:I,this.outcome):this.queue.push(new h(f,C,I)),f},h.prototype.callFulfilled=function(C){a.resolve(this.promise,C)},h.prototype.otherCallFulfilled=function(C){d(this.promise,this.onFulfilled,C)},h.prototype.callRejected=function(C){a.reject(this.promise,C)},h.prototype.otherCallRejected=function(C){d(this.promise,this.onRejected,C)},a.resolve=function(C,I){var f=m(_,I);if(f.status==="error")return a.reject(C,f.value);var y=f.value;if(y)p(C,y);else{C.state=l,C.outcome=I;for(var x=-1,B=C.queue.length;++x<B;)C.queue[x].callFulfilled(I)}return C},a.reject=function(C,I){C.state=c,C.outcome=I;for(var f=-1,y=C.queue.length;++f<y;)C.queue[f].callRejected(I);return C},u.resolve=function(C){return C instanceof this?C:a.resolve(new this(s),C)},u.reject=function(C){var I=new this(s);return a.reject(I,C)},u.all=function(C){var I=this;if(Object.prototype.toString.call(C)!=="[object Array]")return this.reject(new TypeError("must be an array"));var f=C.length,y=!1;if(!f)return this.resolve([]);for(var x=new Array(f),B=0,S=-1,D=new this(s);++S<f;)w(C[S],S);return D;function w(F,R){I.resolve(F).then(function(H){x[R]=H,++B!==f||y||(y=!0,a.resolve(D,x))},function(H){y||(y=!0,a.reject(D,H))})}},u.race=function(C){var I=this;if(Object.prototype.toString.call(C)!=="[object Array]")return this.reject(new TypeError("must be an array"));var f=C.length,y=!1;if(!f)return this.resolve([]);for(var x=-1,B=new this(s);++x<f;)S=C[x],I.resolve(S).then(function(D){y||(y=!0,a.resolve(B,D))},function(D){y||(y=!0,a.reject(B,D))});var S;return B}},{immediate:36}],38:[function(o,i,r){var A={};(0,o("./lib/utils/common").assign)(A,o("./lib/deflate"),o("./lib/inflate"),o("./lib/zlib/constants")),i.exports=A},{"./lib/deflate":39,"./lib/inflate":40,"./lib/utils/common":41,"./lib/zlib/constants":44}],39:[function(o,i,r){var A=o("./zlib/deflate"),s=o("./utils/common"),a=o("./utils/strings"),c=o("./zlib/messages"),l=o("./zlib/zstream"),g=Object.prototype.toString,u=0,h=-1,d=0,_=8;function p(C){if(!(this instanceof p))return new p(C);this.options=s.assign({level:h,method:_,chunkSize:16384,windowBits:15,memLevel:8,strategy:d,to:""},C||{});var I=this.options;I.raw&&0<I.windowBits?I.windowBits=-I.windowBits:I.gzip&&0<I.windowBits&&I.windowBits<16&&(I.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new l,this.strm.avail_out=0;var f=A.deflateInit2(this.strm,I.level,I.method,I.windowBits,I.memLevel,I.strategy);if(f!==u)throw new Error(c[f]);if(I.header&&A.deflateSetHeader(this.strm,I.header),I.dictionary){var y;if(y=typeof I.dictionary=="string"?a.string2buf(I.dictionary):g.call(I.dictionary)==="[object ArrayBuffer]"?new Uint8Array(I.dictionary):I.dictionary,(f=A.deflateSetDictionary(this.strm,y))!==u)throw new Error(c[f]);this._dict_set=!0}}function m(C,I){var f=new p(I);if(f.push(C,!0),f.err)throw f.msg||c[f.err];return f.result}p.prototype.push=function(C,I){var f,y,x=this.strm,B=this.options.chunkSize;if(this.ended)return!1;y=I===~~I?I:I===!0?4:0,typeof C=="string"?x.input=a.string2buf(C):g.call(C)==="[object ArrayBuffer]"?x.input=new Uint8Array(C):x.input=C,x.next_in=0,x.avail_in=x.input.length;do{if(x.avail_out===0&&(x.output=new s.Buf8(B),x.next_out=0,x.avail_out=B),(f=A.deflate(x,y))!==1&&f!==u)return this.onEnd(f),!(this.ended=!0);x.avail_out!==0&&(x.avail_in!==0||y!==4&&y!==2)||(this.options.to==="string"?this.onData(a.buf2binstring(s.shrinkBuf(x.output,x.next_out))):this.onData(s.shrinkBuf(x.output,x.next_out)))}while((0<x.avail_in||x.avail_out===0)&&f!==1);return y===4?(f=A.deflateEnd(this.strm),this.onEnd(f),this.ended=!0,f===u):y!==2||(this.onEnd(u),!(x.avail_out=0))},p.prototype.onData=function(C){this.chunks.push(C)},p.prototype.onEnd=function(C){C===u&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=s.flattenChunks(this.chunks)),this.chunks=[],this.err=C,this.msg=this.strm.msg},r.Deflate=p,r.deflate=m,r.deflateRaw=function(C,I){return(I=I||{}).raw=!0,m(C,I)},r.gzip=function(C,I){return(I=I||{}).gzip=!0,m(C,I)}},{"./utils/common":41,"./utils/strings":42,"./zlib/deflate":46,"./zlib/messages":51,"./zlib/zstream":53}],40:[function(o,i,r){var A=o("./zlib/inflate"),s=o("./utils/common"),a=o("./utils/strings"),c=o("./zlib/constants"),l=o("./zlib/messages"),g=o("./zlib/zstream"),u=o("./zlib/gzheader"),h=Object.prototype.toString;function d(p){if(!(this instanceof d))return new d(p);this.options=s.assign({chunkSize:16384,windowBits:0,to:""},p||{});var m=this.options;m.raw&&0<=m.windowBits&&m.windowBits<16&&(m.windowBits=-m.windowBits,m.windowBits===0&&(m.windowBits=-15)),!(0<=m.windowBits&&m.windowBits<16)||p&&p.windowBits||(m.windowBits+=32),15<m.windowBits&&m.windowBits<48&&(15&m.windowBits)==0&&(m.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new g,this.strm.avail_out=0;var C=A.inflateInit2(this.strm,m.windowBits);if(C!==c.Z_OK)throw new Error(l[C]);this.header=new u,A.inflateGetHeader(this.strm,this.header)}function _(p,m){var C=new d(m);if(C.push(p,!0),C.err)throw C.msg||l[C.err];return C.result}d.prototype.push=function(p,m){var C,I,f,y,x,B,S=this.strm,D=this.options.chunkSize,w=this.options.dictionary,F=!1;if(this.ended)return!1;I=m===~~m?m:m===!0?c.Z_FINISH:c.Z_NO_FLUSH,typeof p=="string"?S.input=a.binstring2buf(p):h.call(p)==="[object ArrayBuffer]"?S.input=new Uint8Array(p):S.input=p,S.next_in=0,S.avail_in=S.input.length;do{if(S.avail_out===0&&(S.output=new s.Buf8(D),S.next_out=0,S.avail_out=D),(C=A.inflate(S,c.Z_NO_FLUSH))===c.Z_NEED_DICT&&w&&(B=typeof w=="string"?a.string2buf(w):h.call(w)==="[object ArrayBuffer]"?new Uint8Array(w):w,C=A.inflateSetDictionary(this.strm,B)),C===c.Z_BUF_ERROR&&F===!0&&(C=c.Z_OK,F=!1),C!==c.Z_STREAM_END&&C!==c.Z_OK)return this.onEnd(C),!(this.ended=!0);S.next_out&&(S.avail_out!==0&&C!==c.Z_STREAM_END&&(S.avail_in!==0||I!==c.Z_FINISH&&I!==c.Z_SYNC_FLUSH)||(this.options.to==="string"?(f=a.utf8border(S.output,S.next_out),y=S.next_out-f,x=a.buf2string(S.output,f),S.next_out=y,S.avail_out=D-y,y&&s.arraySet(S.output,S.output,f,y,0),this.onData(x)):this.onData(s.shrinkBuf(S.output,S.next_out)))),S.avail_in===0&&S.avail_out===0&&(F=!0)}while((0<S.avail_in||S.avail_out===0)&&C!==c.Z_STREAM_END);return C===c.Z_STREAM_END&&(I=c.Z_FINISH),I===c.Z_FINISH?(C=A.inflateEnd(this.strm),this.onEnd(C),this.ended=!0,C===c.Z_OK):I!==c.Z_SYNC_FLUSH||(this.onEnd(c.Z_OK),!(S.avail_out=0))},d.prototype.onData=function(p){this.chunks.push(p)},d.prototype.onEnd=function(p){p===c.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=s.flattenChunks(this.chunks)),this.chunks=[],this.err=p,this.msg=this.strm.msg},r.Inflate=d,r.inflate=_,r.inflateRaw=function(p,m){return(m=m||{}).raw=!0,_(p,m)},r.ungzip=_},{"./utils/common":41,"./utils/strings":42,"./zlib/constants":44,"./zlib/gzheader":47,"./zlib/inflate":49,"./zlib/messages":51,"./zlib/zstream":53}],41:[function(o,i,r){var A=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Int32Array<"u";r.assign=function(c){for(var l=Array.prototype.slice.call(arguments,1);l.length;){var g=l.shift();if(g){if(typeof g!="object")throw new TypeError(g+"must be non-object");for(var u in g)g.hasOwnProperty(u)&&(c[u]=g[u])}}return c},r.shrinkBuf=function(c,l){return c.length===l?c:c.subarray?c.subarray(0,l):(c.length=l,c)};var s={arraySet:function(c,l,g,u,h){if(l.subarray&&c.subarray)c.set(l.subarray(g,g+u),h);else for(var d=0;d<u;d++)c[h+d]=l[g+d]},flattenChunks:function(c){var l,g,u,h,d,_;for(l=u=0,g=c.length;l<g;l++)u+=c[l].length;for(_=new Uint8Array(u),l=h=0,g=c.length;l<g;l++)d=c[l],_.set(d,h),h+=d.length;return _}},a={arraySet:function(c,l,g,u,h){for(var d=0;d<u;d++)c[h+d]=l[g+d]},flattenChunks:function(c){return[].concat.apply([],c)}};r.setTyped=function(c){c?(r.Buf8=Uint8Array,r.Buf16=Uint16Array,r.Buf32=Int32Array,r.assign(r,s)):(r.Buf8=Array,r.Buf16=Array,r.Buf32=Array,r.assign(r,a))},r.setTyped(A)},{}],42:[function(o,i,r){var A=o("./common"),s=!0,a=!0;try{String.fromCharCode.apply(null,[0])}catch{s=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{a=!1}for(var c=new A.Buf8(256),l=0;l<256;l++)c[l]=252<=l?6:248<=l?5:240<=l?4:224<=l?3:192<=l?2:1;function g(u,h){if(h<65537&&(u.subarray&&a||!u.subarray&&s))return String.fromCharCode.apply(null,A.shrinkBuf(u,h));for(var d="",_=0;_<h;_++)d+=String.fromCharCode(u[_]);return d}c[254]=c[254]=1,r.string2buf=function(u){var h,d,_,p,m,C=u.length,I=0;for(p=0;p<C;p++)(64512&(d=u.charCodeAt(p)))==55296&&p+1<C&&(64512&(_=u.charCodeAt(p+1)))==56320&&(d=65536+(d-55296<<10)+(_-56320),p++),I+=d<128?1:d<2048?2:d<65536?3:4;for(h=new A.Buf8(I),p=m=0;m<I;p++)(64512&(d=u.charCodeAt(p)))==55296&&p+1<C&&(64512&(_=u.charCodeAt(p+1)))==56320&&(d=65536+(d-55296<<10)+(_-56320),p++),d<128?h[m++]=d:(d<2048?h[m++]=192|d>>>6:(d<65536?h[m++]=224|d>>>12:(h[m++]=240|d>>>18,h[m++]=128|d>>>12&63),h[m++]=128|d>>>6&63),h[m++]=128|63&d);return h},r.buf2binstring=function(u){return g(u,u.length)},r.binstring2buf=function(u){for(var h=new A.Buf8(u.length),d=0,_=h.length;d<_;d++)h[d]=u.charCodeAt(d);return h},r.buf2string=function(u,h){var d,_,p,m,C=h||u.length,I=new Array(2*C);for(d=_=0;d<C;)if((p=u[d++])<128)I[_++]=p;else if(4<(m=c[p]))I[_++]=65533,d+=m-1;else{for(p&=m===2?31:m===3?15:7;1<m&&d<C;)p=p<<6|63&u[d++],m--;1<m?I[_++]=65533:p<65536?I[_++]=p:(p-=65536,I[_++]=55296|p>>10&1023,I[_++]=56320|1023&p)}return g(I,_)},r.utf8border=function(u,h){var d;for((h=h||u.length)>u.length&&(h=u.length),d=h-1;0<=d&&(192&u[d])==128;)d--;return d<0||d===0?h:d+c[u[d]]>h?d:h}},{"./common":41}],43:[function(o,i,r){i.exports=function(A,s,a,c){for(var l=65535&A|0,g=A>>>16&65535|0,u=0;a!==0;){for(a-=u=2e3<a?2e3:a;g=g+(l=l+s[c++]|0)|0,--u;);l%=65521,g%=65521}return l|g<<16|0}},{}],44:[function(o,i,r){i.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],45:[function(o,i,r){var A=(function(){for(var s,a=[],c=0;c<256;c++){s=c;for(var l=0;l<8;l++)s=1&s?3988292384^s>>>1:s>>>1;a[c]=s}return a})();i.exports=function(s,a,c,l){var g=A,u=l+c;s^=-1;for(var h=l;h<u;h++)s=s>>>8^g[255&(s^a[h])];return-1^s}},{}],46:[function(o,i,r){var A,s=o("../utils/common"),a=o("./trees"),c=o("./adler32"),l=o("./crc32"),g=o("./messages"),u=0,h=4,d=0,_=-2,p=-1,m=4,C=2,I=8,f=9,y=286,x=30,B=19,S=2*y+1,D=15,w=3,F=258,R=F+w+1,H=42,G=113,K=1,V=2,W=3,X=4;function ie(Ie,ot){return Ie.msg=g[ot],ot}function ce(Ie){return(Ie<<1)-(4<Ie?9:0)}function ee(Ie){for(var ot=Ie.length;0<=--ot;)Ie[ot]=0}function oe(Ie){var ot=Ie.state,Ue=ot.pending;Ue>Ie.avail_out&&(Ue=Ie.avail_out),Ue!==0&&(s.arraySet(Ie.output,ot.pending_buf,ot.pending_out,Ue,Ie.next_out),Ie.next_out+=Ue,ot.pending_out+=Ue,Ie.total_out+=Ue,Ie.avail_out-=Ue,ot.pending-=Ue,ot.pending===0&&(ot.pending_out=0))}function se(Ie,ot){a._tr_flush_block(Ie,0<=Ie.block_start?Ie.block_start:-1,Ie.strstart-Ie.block_start,ot),Ie.block_start=Ie.strstart,oe(Ie.strm)}function re(Ie,ot){Ie.pending_buf[Ie.pending++]=ot}function le(Ie,ot){Ie.pending_buf[Ie.pending++]=ot>>>8&255,Ie.pending_buf[Ie.pending++]=255&ot}function ye(Ie,ot){var Ue,Le,qe=Ie.max_chain_length,ke=Ie.strstart,Qe=Ie.prev_length,ve=Ie.nice_match,Pe=Ie.strstart>Ie.w_size-R?Ie.strstart-(Ie.w_size-R):0,ze=Ie.window,Xe=Ie.w_mask,st=Ie.prev,ct=Ie.strstart+F,ut=ze[ke+Qe-1],lt=ze[ke+Qe];Ie.prev_length>=Ie.good_match&&(qe>>=2),ve>Ie.lookahead&&(ve=Ie.lookahead);do if(ze[(Ue=ot)+Qe]===lt&&ze[Ue+Qe-1]===ut&&ze[Ue]===ze[ke]&&ze[++Ue]===ze[ke+1]){ke+=2,Ue++;do;while(ze[++ke]===ze[++Ue]&&ze[++ke]===ze[++Ue]&&ze[++ke]===ze[++Ue]&&ze[++ke]===ze[++Ue]&&ze[++ke]===ze[++Ue]&&ze[++ke]===ze[++Ue]&&ze[++ke]===ze[++Ue]&&ze[++ke]===ze[++Ue]&&ke<ct);if(Le=F-(ct-ke),ke=ct-F,Qe<Le){if(Ie.match_start=ot,ve<=(Qe=Le))break;ut=ze[ke+Qe-1],lt=ze[ke+Qe]}}while((ot=st[ot&Xe])>Pe&&--qe!=0);return Qe<=Ie.lookahead?Qe:Ie.lookahead}function Ce(Ie){var ot,Ue,Le,qe,ke,Qe,ve,Pe,ze,Xe,st=Ie.w_size;do{if(qe=Ie.window_size-Ie.lookahead-Ie.strstart,Ie.strstart>=st+(st-R)){for(s.arraySet(Ie.window,Ie.window,st,st,0),Ie.match_start-=st,Ie.strstart-=st,Ie.block_start-=st,ot=Ue=Ie.hash_size;Le=Ie.head[--ot],Ie.head[ot]=st<=Le?Le-st:0,--Ue;);for(ot=Ue=st;Le=Ie.prev[--ot],Ie.prev[ot]=st<=Le?Le-st:0,--Ue;);qe+=st}if(Ie.strm.avail_in===0)break;if(Qe=Ie.strm,ve=Ie.window,Pe=Ie.strstart+Ie.lookahead,ze=qe,Xe=void 0,Xe=Qe.avail_in,ze<Xe&&(Xe=ze),Ue=Xe===0?0:(Qe.avail_in-=Xe,s.arraySet(ve,Qe.input,Qe.next_in,Xe,Pe),Qe.state.wrap===1?Qe.adler=c(Qe.adler,ve,Xe,Pe):Qe.state.wrap===2&&(Qe.adler=l(Qe.adler,ve,Xe,Pe)),Qe.next_in+=Xe,Qe.total_in+=Xe,Xe),Ie.lookahead+=Ue,Ie.lookahead+Ie.insert>=w)for(ke=Ie.strstart-Ie.insert,Ie.ins_h=Ie.window[ke],Ie.ins_h=(Ie.ins_h<<Ie.hash_shift^Ie.window[ke+1])&Ie.hash_mask;Ie.insert&&(Ie.ins_h=(Ie.ins_h<<Ie.hash_shift^Ie.window[ke+w-1])&Ie.hash_mask,Ie.prev[ke&Ie.w_mask]=Ie.head[Ie.ins_h],Ie.head[Ie.ins_h]=ke,ke++,Ie.insert--,!(Ie.lookahead+Ie.insert<w)););}while(Ie.lookahead<R&&Ie.strm.avail_in!==0)}function be(Ie,ot){for(var Ue,Le;;){if(Ie.lookahead<R){if(Ce(Ie),Ie.lookahead<R&&ot===u)return K;if(Ie.lookahead===0)break}if(Ue=0,Ie.lookahead>=w&&(Ie.ins_h=(Ie.ins_h<<Ie.hash_shift^Ie.window[Ie.strstart+w-1])&Ie.hash_mask,Ue=Ie.prev[Ie.strstart&Ie.w_mask]=Ie.head[Ie.ins_h],Ie.head[Ie.ins_h]=Ie.strstart),Ue!==0&&Ie.strstart-Ue<=Ie.w_size-R&&(Ie.match_length=ye(Ie,Ue)),Ie.match_length>=w)if(Le=a._tr_tally(Ie,Ie.strstart-Ie.match_start,Ie.match_length-w),Ie.lookahead-=Ie.match_length,Ie.match_length<=Ie.max_lazy_match&&Ie.lookahead>=w){for(Ie.match_length--;Ie.strstart++,Ie.ins_h=(Ie.ins_h<<Ie.hash_shift^Ie.window[Ie.strstart+w-1])&Ie.hash_mask,Ue=Ie.prev[Ie.strstart&Ie.w_mask]=Ie.head[Ie.ins_h],Ie.head[Ie.ins_h]=Ie.strstart,--Ie.match_length!=0;);Ie.strstart++}else Ie.strstart+=Ie.match_length,Ie.match_length=0,Ie.ins_h=Ie.window[Ie.strstart],Ie.ins_h=(Ie.ins_h<<Ie.hash_shift^Ie.window[Ie.strstart+1])&Ie.hash_mask;else Le=a._tr_tally(Ie,0,Ie.window[Ie.strstart]),Ie.lookahead--,Ie.strstart++;if(Le&&(se(Ie,!1),Ie.strm.avail_out===0))return K}return Ie.insert=Ie.strstart<w-1?Ie.strstart:w-1,ot===h?(se(Ie,!0),Ie.strm.avail_out===0?W:X):Ie.last_lit&&(se(Ie,!1),Ie.strm.avail_out===0)?K:V}function ue(Ie,ot){for(var Ue,Le,qe;;){if(Ie.lookahead<R){if(Ce(Ie),Ie.lookahead<R&&ot===u)return K;if(Ie.lookahead===0)break}if(Ue=0,Ie.lookahead>=w&&(Ie.ins_h=(Ie.ins_h<<Ie.hash_shift^Ie.window[Ie.strstart+w-1])&Ie.hash_mask,Ue=Ie.prev[Ie.strstart&Ie.w_mask]=Ie.head[Ie.ins_h],Ie.head[Ie.ins_h]=Ie.strstart),Ie.prev_length=Ie.match_length,Ie.prev_match=Ie.match_start,Ie.match_length=w-1,Ue!==0&&Ie.prev_length<Ie.max_lazy_match&&Ie.strstart-Ue<=Ie.w_size-R&&(Ie.match_length=ye(Ie,Ue),Ie.match_length<=5&&(Ie.strategy===1||Ie.match_length===w&&4096<Ie.strstart-Ie.match_start)&&(Ie.match_length=w-1)),Ie.prev_length>=w&&Ie.match_length<=Ie.prev_length){for(qe=Ie.strstart+Ie.lookahead-w,Le=a._tr_tally(Ie,Ie.strstart-1-Ie.prev_match,Ie.prev_length-w),Ie.lookahead-=Ie.prev_length-1,Ie.prev_length-=2;++Ie.strstart<=qe&&(Ie.ins_h=(Ie.ins_h<<Ie.hash_shift^Ie.window[Ie.strstart+w-1])&Ie.hash_mask,Ue=Ie.prev[Ie.strstart&Ie.w_mask]=Ie.head[Ie.ins_h],Ie.head[Ie.ins_h]=Ie.strstart),--Ie.prev_length!=0;);if(Ie.match_available=0,Ie.match_length=w-1,Ie.strstart++,Le&&(se(Ie,!1),Ie.strm.avail_out===0))return K}else if(Ie.match_available){if((Le=a._tr_tally(Ie,0,Ie.window[Ie.strstart-1]))&&se(Ie,!1),Ie.strstart++,Ie.lookahead--,Ie.strm.avail_out===0)return K}else Ie.match_available=1,Ie.strstart++,Ie.lookahead--}return Ie.match_available&&(Le=a._tr_tally(Ie,0,Ie.window[Ie.strstart-1]),Ie.match_available=0),Ie.insert=Ie.strstart<w-1?Ie.strstart:w-1,ot===h?(se(Ie,!0),Ie.strm.avail_out===0?W:X):Ie.last_lit&&(se(Ie,!1),Ie.strm.avail_out===0)?K:V}function Be(Ie,ot,Ue,Le,qe){this.good_length=Ie,this.max_lazy=ot,this.nice_length=Ue,this.max_chain=Le,this.func=qe}function pe(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=I,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new s.Buf16(2*S),this.dyn_dtree=new s.Buf16(2*(2*x+1)),this.bl_tree=new s.Buf16(2*(2*B+1)),ee(this.dyn_ltree),ee(this.dyn_dtree),ee(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new s.Buf16(D+1),this.heap=new s.Buf16(2*y+1),ee(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new s.Buf16(2*y+1),ee(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function Oe(Ie){var ot;return Ie&&Ie.state?(Ie.total_in=Ie.total_out=0,Ie.data_type=C,(ot=Ie.state).pending=0,ot.pending_out=0,ot.wrap<0&&(ot.wrap=-ot.wrap),ot.status=ot.wrap?H:G,Ie.adler=ot.wrap===2?0:1,ot.last_flush=u,a._tr_init(ot),d):ie(Ie,_)}function Ve(Ie){var ot=Oe(Ie);return ot===d&&(function(Ue){Ue.window_size=2*Ue.w_size,ee(Ue.head),Ue.max_lazy_match=A[Ue.level].max_lazy,Ue.good_match=A[Ue.level].good_length,Ue.nice_match=A[Ue.level].nice_length,Ue.max_chain_length=A[Ue.level].max_chain,Ue.strstart=0,Ue.block_start=0,Ue.lookahead=0,Ue.insert=0,Ue.match_length=Ue.prev_length=w-1,Ue.match_available=0,Ue.ins_h=0})(Ie.state),ot}function et(Ie,ot,Ue,Le,qe,ke){if(!Ie)return _;var Qe=1;if(ot===p&&(ot=6),Le<0?(Qe=0,Le=-Le):15<Le&&(Qe=2,Le-=16),qe<1||f<qe||Ue!==I||Le<8||15<Le||ot<0||9<ot||ke<0||m<ke)return ie(Ie,_);Le===8&&(Le=9);var ve=new pe;return(Ie.state=ve).strm=Ie,ve.wrap=Qe,ve.gzhead=null,ve.w_bits=Le,ve.w_size=1<<ve.w_bits,ve.w_mask=ve.w_size-1,ve.hash_bits=qe+7,ve.hash_size=1<<ve.hash_bits,ve.hash_mask=ve.hash_size-1,ve.hash_shift=~~((ve.hash_bits+w-1)/w),ve.window=new s.Buf8(2*ve.w_size),ve.head=new s.Buf16(ve.hash_size),ve.prev=new s.Buf16(ve.w_size),ve.lit_bufsize=1<<qe+6,ve.pending_buf_size=4*ve.lit_bufsize,ve.pending_buf=new s.Buf8(ve.pending_buf_size),ve.d_buf=1*ve.lit_bufsize,ve.l_buf=3*ve.lit_bufsize,ve.level=ot,ve.strategy=ke,ve.method=Ue,Ve(Ie)}A=[new Be(0,0,0,0,function(Ie,ot){var Ue=65535;for(Ue>Ie.pending_buf_size-5&&(Ue=Ie.pending_buf_size-5);;){if(Ie.lookahead<=1){if(Ce(Ie),Ie.lookahead===0&&ot===u)return K;if(Ie.lookahead===0)break}Ie.strstart+=Ie.lookahead,Ie.lookahead=0;var Le=Ie.block_start+Ue;if((Ie.strstart===0||Ie.strstart>=Le)&&(Ie.lookahead=Ie.strstart-Le,Ie.strstart=Le,se(Ie,!1),Ie.strm.avail_out===0)||Ie.strstart-Ie.block_start>=Ie.w_size-R&&(se(Ie,!1),Ie.strm.avail_out===0))return K}return Ie.insert=0,ot===h?(se(Ie,!0),Ie.strm.avail_out===0?W:X):(Ie.strstart>Ie.block_start&&(se(Ie,!1),Ie.strm.avail_out),K)}),new Be(4,4,8,4,be),new Be(4,5,16,8,be),new Be(4,6,32,32,be),new Be(4,4,16,16,ue),new Be(8,16,32,32,ue),new Be(8,16,128,128,ue),new Be(8,32,128,256,ue),new Be(32,128,258,1024,ue),new Be(32,258,258,4096,ue)],r.deflateInit=function(Ie,ot){return et(Ie,ot,I,15,8,0)},r.deflateInit2=et,r.deflateReset=Ve,r.deflateResetKeep=Oe,r.deflateSetHeader=function(Ie,ot){return Ie&&Ie.state?Ie.state.wrap!==2?_:(Ie.state.gzhead=ot,d):_},r.deflate=function(Ie,ot){var Ue,Le,qe,ke;if(!Ie||!Ie.state||5<ot||ot<0)return Ie?ie(Ie,_):_;if(Le=Ie.state,!Ie.output||!Ie.input&&Ie.avail_in!==0||Le.status===666&&ot!==h)return ie(Ie,Ie.avail_out===0?-5:_);if(Le.strm=Ie,Ue=Le.last_flush,Le.last_flush=ot,Le.status===H)if(Le.wrap===2)Ie.adler=0,re(Le,31),re(Le,139),re(Le,8),Le.gzhead?(re(Le,(Le.gzhead.text?1:0)+(Le.gzhead.hcrc?2:0)+(Le.gzhead.extra?4:0)+(Le.gzhead.name?8:0)+(Le.gzhead.comment?16:0)),re(Le,255&Le.gzhead.time),re(Le,Le.gzhead.time>>8&255),re(Le,Le.gzhead.time>>16&255),re(Le,Le.gzhead.time>>24&255),re(Le,Le.level===9?2:2<=Le.strategy||Le.level<2?4:0),re(Le,255&Le.gzhead.os),Le.gzhead.extra&&Le.gzhead.extra.length&&(re(Le,255&Le.gzhead.extra.length),re(Le,Le.gzhead.extra.length>>8&255)),Le.gzhead.hcrc&&(Ie.adler=l(Ie.adler,Le.pending_buf,Le.pending,0)),Le.gzindex=0,Le.status=69):(re(Le,0),re(Le,0),re(Le,0),re(Le,0),re(Le,0),re(Le,Le.level===9?2:2<=Le.strategy||Le.level<2?4:0),re(Le,3),Le.status=G);else{var Qe=I+(Le.w_bits-8<<4)<<8;Qe|=(2<=Le.strategy||Le.level<2?0:Le.level<6?1:Le.level===6?2:3)<<6,Le.strstart!==0&&(Qe|=32),Qe+=31-Qe%31,Le.status=G,le(Le,Qe),Le.strstart!==0&&(le(Le,Ie.adler>>>16),le(Le,65535&Ie.adler)),Ie.adler=1}if(Le.status===69)if(Le.gzhead.extra){for(qe=Le.pending;Le.gzindex<(65535&Le.gzhead.extra.length)&&(Le.pending!==Le.pending_buf_size||(Le.gzhead.hcrc&&Le.pending>qe&&(Ie.adler=l(Ie.adler,Le.pending_buf,Le.pending-qe,qe)),oe(Ie),qe=Le.pending,Le.pending!==Le.pending_buf_size));)re(Le,255&Le.gzhead.extra[Le.gzindex]),Le.gzindex++;Le.gzhead.hcrc&&Le.pending>qe&&(Ie.adler=l(Ie.adler,Le.pending_buf,Le.pending-qe,qe)),Le.gzindex===Le.gzhead.extra.length&&(Le.gzindex=0,Le.status=73)}else Le.status=73;if(Le.status===73)if(Le.gzhead.name){qe=Le.pending;do{if(Le.pending===Le.pending_buf_size&&(Le.gzhead.hcrc&&Le.pending>qe&&(Ie.adler=l(Ie.adler,Le.pending_buf,Le.pending-qe,qe)),oe(Ie),qe=Le.pending,Le.pending===Le.pending_buf_size)){ke=1;break}ke=Le.gzindex<Le.gzhead.name.length?255&Le.gzhead.name.charCodeAt(Le.gzindex++):0,re(Le,ke)}while(ke!==0);Le.gzhead.hcrc&&Le.pending>qe&&(Ie.adler=l(Ie.adler,Le.pending_buf,Le.pending-qe,qe)),ke===0&&(Le.gzindex=0,Le.status=91)}else Le.status=91;if(Le.status===91)if(Le.gzhead.comment){qe=Le.pending;do{if(Le.pending===Le.pending_buf_size&&(Le.gzhead.hcrc&&Le.pending>qe&&(Ie.adler=l(Ie.adler,Le.pending_buf,Le.pending-qe,qe)),oe(Ie),qe=Le.pending,Le.pending===Le.pending_buf_size)){ke=1;break}ke=Le.gzindex<Le.gzhead.comment.length?255&Le.gzhead.comment.charCodeAt(Le.gzindex++):0,re(Le,ke)}while(ke!==0);Le.gzhead.hcrc&&Le.pending>qe&&(Ie.adler=l(Ie.adler,Le.pending_buf,Le.pending-qe,qe)),ke===0&&(Le.status=103)}else Le.status=103;if(Le.status===103&&(Le.gzhead.hcrc?(Le.pending+2>Le.pending_buf_size&&oe(Ie),Le.pending+2<=Le.pending_buf_size&&(re(Le,255&Ie.adler),re(Le,Ie.adler>>8&255),Ie.adler=0,Le.status=G)):Le.status=G),Le.pending!==0){if(oe(Ie),Ie.avail_out===0)return Le.last_flush=-1,d}else if(Ie.avail_in===0&&ce(ot)<=ce(Ue)&&ot!==h)return ie(Ie,-5);if(Le.status===666&&Ie.avail_in!==0)return ie(Ie,-5);if(Ie.avail_in!==0||Le.lookahead!==0||ot!==u&&Le.status!==666){var ve=Le.strategy===2?(function(Pe,ze){for(var Xe;;){if(Pe.lookahead===0&&(Ce(Pe),Pe.lookahead===0)){if(ze===u)return K;break}if(Pe.match_length=0,Xe=a._tr_tally(Pe,0,Pe.window[Pe.strstart]),Pe.lookahead--,Pe.strstart++,Xe&&(se(Pe,!1),Pe.strm.avail_out===0))return K}return Pe.insert=0,ze===h?(se(Pe,!0),Pe.strm.avail_out===0?W:X):Pe.last_lit&&(se(Pe,!1),Pe.strm.avail_out===0)?K:V})(Le,ot):Le.strategy===3?(function(Pe,ze){for(var Xe,st,ct,ut,lt=Pe.window;;){if(Pe.lookahead<=F){if(Ce(Pe),Pe.lookahead<=F&&ze===u)return K;if(Pe.lookahead===0)break}if(Pe.match_length=0,Pe.lookahead>=w&&0<Pe.strstart&&(st=lt[ct=Pe.strstart-1])===lt[++ct]&&st===lt[++ct]&&st===lt[++ct]){ut=Pe.strstart+F;do;while(st===lt[++ct]&&st===lt[++ct]&&st===lt[++ct]&&st===lt[++ct]&&st===lt[++ct]&&st===lt[++ct]&&st===lt[++ct]&&st===lt[++ct]&&ct<ut);Pe.match_length=F-(ut-ct),Pe.match_length>Pe.lookahead&&(Pe.match_length=Pe.lookahead)}if(Pe.match_length>=w?(Xe=a._tr_tally(Pe,1,Pe.match_length-w),Pe.lookahead-=Pe.match_length,Pe.strstart+=Pe.match_length,Pe.match_length=0):(Xe=a._tr_tally(Pe,0,Pe.window[Pe.strstart]),Pe.lookahead--,Pe.strstart++),Xe&&(se(Pe,!1),Pe.strm.avail_out===0))return K}return Pe.insert=0,ze===h?(se(Pe,!0),Pe.strm.avail_out===0?W:X):Pe.last_lit&&(se(Pe,!1),Pe.strm.avail_out===0)?K:V})(Le,ot):A[Le.level].func(Le,ot);if(ve!==W&&ve!==X||(Le.status=666),ve===K||ve===W)return Ie.avail_out===0&&(Le.last_flush=-1),d;if(ve===V&&(ot===1?a._tr_align(Le):ot!==5&&(a._tr_stored_block(Le,0,0,!1),ot===3&&(ee(Le.head),Le.lookahead===0&&(Le.strstart=0,Le.block_start=0,Le.insert=0))),oe(Ie),Ie.avail_out===0))return Le.last_flush=-1,d}return ot!==h?d:Le.wrap<=0?1:(Le.wrap===2?(re(Le,255&Ie.adler),re(Le,Ie.adler>>8&255),re(Le,Ie.adler>>16&255),re(Le,Ie.adler>>24&255),re(Le,255&Ie.total_in),re(Le,Ie.total_in>>8&255),re(Le,Ie.total_in>>16&255),re(Le,Ie.total_in>>24&255)):(le(Le,Ie.adler>>>16),le(Le,65535&Ie.adler)),oe(Ie),0<Le.wrap&&(Le.wrap=-Le.wrap),Le.pending!==0?d:1)},r.deflateEnd=function(Ie){var ot;return Ie&&Ie.state?(ot=Ie.state.status)!==H&&ot!==69&&ot!==73&&ot!==91&&ot!==103&&ot!==G&&ot!==666?ie(Ie,_):(Ie.state=null,ot===G?ie(Ie,-3):d):_},r.deflateSetDictionary=function(Ie,ot){var Ue,Le,qe,ke,Qe,ve,Pe,ze,Xe=ot.length;if(!Ie||!Ie.state||(ke=(Ue=Ie.state).wrap)===2||ke===1&&Ue.status!==H||Ue.lookahead)return _;for(ke===1&&(Ie.adler=c(Ie.adler,ot,Xe,0)),Ue.wrap=0,Xe>=Ue.w_size&&(ke===0&&(ee(Ue.head),Ue.strstart=0,Ue.block_start=0,Ue.insert=0),ze=new s.Buf8(Ue.w_size),s.arraySet(ze,ot,Xe-Ue.w_size,Ue.w_size,0),ot=ze,Xe=Ue.w_size),Qe=Ie.avail_in,ve=Ie.next_in,Pe=Ie.input,Ie.avail_in=Xe,Ie.next_in=0,Ie.input=ot,Ce(Ue);Ue.lookahead>=w;){for(Le=Ue.strstart,qe=Ue.lookahead-(w-1);Ue.ins_h=(Ue.ins_h<<Ue.hash_shift^Ue.window[Le+w-1])&Ue.hash_mask,Ue.prev[Le&Ue.w_mask]=Ue.head[Ue.ins_h],Ue.head[Ue.ins_h]=Le,Le++,--qe;);Ue.strstart=Le,Ue.lookahead=w-1,Ce(Ue)}return Ue.strstart+=Ue.lookahead,Ue.block_start=Ue.strstart,Ue.insert=Ue.lookahead,Ue.lookahead=0,Ue.match_length=Ue.prev_length=w-1,Ue.match_available=0,Ie.next_in=ve,Ie.input=Pe,Ie.avail_in=Qe,Ue.wrap=ke,d},r.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./messages":51,"./trees":52}],47:[function(o,i,r){i.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}},{}],48:[function(o,i,r){i.exports=function(A,s){var a,c,l,g,u,h,d,_,p,m,C,I,f,y,x,B,S,D,w,F,R,H,G,K,V;a=A.state,c=A.next_in,K=A.input,l=c+(A.avail_in-5),g=A.next_out,V=A.output,u=g-(s-A.avail_out),h=g+(A.avail_out-257),d=a.dmax,_=a.wsize,p=a.whave,m=a.wnext,C=a.window,I=a.hold,f=a.bits,y=a.lencode,x=a.distcode,B=(1<<a.lenbits)-1,S=(1<<a.distbits)-1;e:do{f<15&&(I+=K[c++]<<f,f+=8,I+=K[c++]<<f,f+=8),D=y[I&B];t:for(;;){if(I>>>=w=D>>>24,f-=w,(w=D>>>16&255)===0)V[g++]=65535&D;else{if(!(16&w)){if((64&w)==0){D=y[(65535&D)+(I&(1<<w)-1)];continue t}if(32&w){a.mode=12;break e}A.msg="invalid literal/length code",a.mode=30;break e}F=65535&D,(w&=15)&&(f<w&&(I+=K[c++]<<f,f+=8),F+=I&(1<<w)-1,I>>>=w,f-=w),f<15&&(I+=K[c++]<<f,f+=8,I+=K[c++]<<f,f+=8),D=x[I&S];n:for(;;){if(I>>>=w=D>>>24,f-=w,!(16&(w=D>>>16&255))){if((64&w)==0){D=x[(65535&D)+(I&(1<<w)-1)];continue n}A.msg="invalid distance code",a.mode=30;break e}if(R=65535&D,f<(w&=15)&&(I+=K[c++]<<f,(f+=8)<w&&(I+=K[c++]<<f,f+=8)),d<(R+=I&(1<<w)-1)){A.msg="invalid distance too far back",a.mode=30;break e}if(I>>>=w,f-=w,(w=g-u)<R){if(p<(w=R-w)&&a.sane){A.msg="invalid distance too far back",a.mode=30;break e}if(G=C,(H=0)===m){if(H+=_-w,w<F){for(F-=w;V[g++]=C[H++],--w;);H=g-R,G=V}}else if(m<w){if(H+=_+m-w,(w-=m)<F){for(F-=w;V[g++]=C[H++],--w;);if(H=0,m<F){for(F-=w=m;V[g++]=C[H++],--w;);H=g-R,G=V}}}else if(H+=m-w,w<F){for(F-=w;V[g++]=C[H++],--w;);H=g-R,G=V}for(;2<F;)V[g++]=G[H++],V[g++]=G[H++],V[g++]=G[H++],F-=3;F&&(V[g++]=G[H++],1<F&&(V[g++]=G[H++]))}else{for(H=g-R;V[g++]=V[H++],V[g++]=V[H++],V[g++]=V[H++],2<(F-=3););F&&(V[g++]=V[H++],1<F&&(V[g++]=V[H++]))}break}}break}}while(c<l&&g<h);c-=F=f>>3,I&=(1<<(f-=F<<3))-1,A.next_in=c,A.next_out=g,A.avail_in=c<l?l-c+5:5-(c-l),A.avail_out=g<h?h-g+257:257-(g-h),a.hold=I,a.bits=f}},{}],49:[function(o,i,r){var A=o("../utils/common"),s=o("./adler32"),a=o("./crc32"),c=o("./inffast"),l=o("./inftrees"),g=1,u=2,h=0,d=-2,_=1,p=852,m=592;function C(H){return(H>>>24&255)+(H>>>8&65280)+((65280&H)<<8)+((255&H)<<24)}function I(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new A.Buf16(320),this.work=new A.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function f(H){var G;return H&&H.state?(G=H.state,H.total_in=H.total_out=G.total=0,H.msg="",G.wrap&&(H.adler=1&G.wrap),G.mode=_,G.last=0,G.havedict=0,G.dmax=32768,G.head=null,G.hold=0,G.bits=0,G.lencode=G.lendyn=new A.Buf32(p),G.distcode=G.distdyn=new A.Buf32(m),G.sane=1,G.back=-1,h):d}function y(H){var G;return H&&H.state?((G=H.state).wsize=0,G.whave=0,G.wnext=0,f(H)):d}function x(H,G){var K,V;return H&&H.state?(V=H.state,G<0?(K=0,G=-G):(K=1+(G>>4),G<48&&(G&=15)),G&&(G<8||15<G)?d:(V.window!==null&&V.wbits!==G&&(V.window=null),V.wrap=K,V.wbits=G,y(H))):d}function B(H,G){var K,V;return H?(V=new I,(H.state=V).window=null,(K=x(H,G))!==h&&(H.state=null),K):d}var S,D,w=!0;function F(H){if(w){var G;for(S=new A.Buf32(512),D=new A.Buf32(32),G=0;G<144;)H.lens[G++]=8;for(;G<256;)H.lens[G++]=9;for(;G<280;)H.lens[G++]=7;for(;G<288;)H.lens[G++]=8;for(l(g,H.lens,0,288,S,0,H.work,{bits:9}),G=0;G<32;)H.lens[G++]=5;l(u,H.lens,0,32,D,0,H.work,{bits:5}),w=!1}H.lencode=S,H.lenbits=9,H.distcode=D,H.distbits=5}function R(H,G,K,V){var W,X=H.state;return X.window===null&&(X.wsize=1<<X.wbits,X.wnext=0,X.whave=0,X.window=new A.Buf8(X.wsize)),V>=X.wsize?(A.arraySet(X.window,G,K-X.wsize,X.wsize,0),X.wnext=0,X.whave=X.wsize):(V<(W=X.wsize-X.wnext)&&(W=V),A.arraySet(X.window,G,K-V,W,X.wnext),(V-=W)?(A.arraySet(X.window,G,K-V,V,0),X.wnext=V,X.whave=X.wsize):(X.wnext+=W,X.wnext===X.wsize&&(X.wnext=0),X.whave<X.wsize&&(X.whave+=W))),0}r.inflateReset=y,r.inflateReset2=x,r.inflateResetKeep=f,r.inflateInit=function(H){return B(H,15)},r.inflateInit2=B,r.inflate=function(H,G){var K,V,W,X,ie,ce,ee,oe,se,re,le,ye,Ce,be,ue,Be,pe,Oe,Ve,et,Ie,ot,Ue,Le,qe=0,ke=new A.Buf8(4),Qe=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!H||!H.state||!H.output||!H.input&&H.avail_in!==0)return d;(K=H.state).mode===12&&(K.mode=13),ie=H.next_out,W=H.output,ee=H.avail_out,X=H.next_in,V=H.input,ce=H.avail_in,oe=K.hold,se=K.bits,re=ce,le=ee,ot=h;e:for(;;)switch(K.mode){case _:if(K.wrap===0){K.mode=13;break}for(;se<16;){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}if(2&K.wrap&&oe===35615){ke[K.check=0]=255&oe,ke[1]=oe>>>8&255,K.check=a(K.check,ke,2,0),se=oe=0,K.mode=2;break}if(K.flags=0,K.head&&(K.head.done=!1),!(1&K.wrap)||(((255&oe)<<8)+(oe>>8))%31){H.msg="incorrect header check",K.mode=30;break}if((15&oe)!=8){H.msg="unknown compression method",K.mode=30;break}if(se-=4,Ie=8+(15&(oe>>>=4)),K.wbits===0)K.wbits=Ie;else if(Ie>K.wbits){H.msg="invalid window size",K.mode=30;break}K.dmax=1<<Ie,H.adler=K.check=1,K.mode=512&oe?10:12,se=oe=0;break;case 2:for(;se<16;){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}if(K.flags=oe,(255&K.flags)!=8){H.msg="unknown compression method",K.mode=30;break}if(57344&K.flags){H.msg="unknown header flags set",K.mode=30;break}K.head&&(K.head.text=oe>>8&1),512&K.flags&&(ke[0]=255&oe,ke[1]=oe>>>8&255,K.check=a(K.check,ke,2,0)),se=oe=0,K.mode=3;case 3:for(;se<32;){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}K.head&&(K.head.time=oe),512&K.flags&&(ke[0]=255&oe,ke[1]=oe>>>8&255,ke[2]=oe>>>16&255,ke[3]=oe>>>24&255,K.check=a(K.check,ke,4,0)),se=oe=0,K.mode=4;case 4:for(;se<16;){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}K.head&&(K.head.xflags=255&oe,K.head.os=oe>>8),512&K.flags&&(ke[0]=255&oe,ke[1]=oe>>>8&255,K.check=a(K.check,ke,2,0)),se=oe=0,K.mode=5;case 5:if(1024&K.flags){for(;se<16;){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}K.length=oe,K.head&&(K.head.extra_len=oe),512&K.flags&&(ke[0]=255&oe,ke[1]=oe>>>8&255,K.check=a(K.check,ke,2,0)),se=oe=0}else K.head&&(K.head.extra=null);K.mode=6;case 6:if(1024&K.flags&&(ce<(ye=K.length)&&(ye=ce),ye&&(K.head&&(Ie=K.head.extra_len-K.length,K.head.extra||(K.head.extra=new Array(K.head.extra_len)),A.arraySet(K.head.extra,V,X,ye,Ie)),512&K.flags&&(K.check=a(K.check,V,ye,X)),ce-=ye,X+=ye,K.length-=ye),K.length))break e;K.length=0,K.mode=7;case 7:if(2048&K.flags){if(ce===0)break e;for(ye=0;Ie=V[X+ye++],K.head&&Ie&&K.length<65536&&(K.head.name+=String.fromCharCode(Ie)),Ie&&ye<ce;);if(512&K.flags&&(K.check=a(K.check,V,ye,X)),ce-=ye,X+=ye,Ie)break e}else K.head&&(K.head.name=null);K.length=0,K.mode=8;case 8:if(4096&K.flags){if(ce===0)break e;for(ye=0;Ie=V[X+ye++],K.head&&Ie&&K.length<65536&&(K.head.comment+=String.fromCharCode(Ie)),Ie&&ye<ce;);if(512&K.flags&&(K.check=a(K.check,V,ye,X)),ce-=ye,X+=ye,Ie)break e}else K.head&&(K.head.comment=null);K.mode=9;case 9:if(512&K.flags){for(;se<16;){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}if(oe!==(65535&K.check)){H.msg="header crc mismatch",K.mode=30;break}se=oe=0}K.head&&(K.head.hcrc=K.flags>>9&1,K.head.done=!0),H.adler=K.check=0,K.mode=12;break;case 10:for(;se<32;){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}H.adler=K.check=C(oe),se=oe=0,K.mode=11;case 11:if(K.havedict===0)return H.next_out=ie,H.avail_out=ee,H.next_in=X,H.avail_in=ce,K.hold=oe,K.bits=se,2;H.adler=K.check=1,K.mode=12;case 12:if(G===5||G===6)break e;case 13:if(K.last){oe>>>=7&se,se-=7&se,K.mode=27;break}for(;se<3;){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}switch(K.last=1&oe,se-=1,3&(oe>>>=1)){case 0:K.mode=14;break;case 1:if(F(K),K.mode=20,G!==6)break;oe>>>=2,se-=2;break e;case 2:K.mode=17;break;case 3:H.msg="invalid block type",K.mode=30}oe>>>=2,se-=2;break;case 14:for(oe>>>=7&se,se-=7&se;se<32;){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}if((65535&oe)!=(oe>>>16^65535)){H.msg="invalid stored block lengths",K.mode=30;break}if(K.length=65535&oe,se=oe=0,K.mode=15,G===6)break e;case 15:K.mode=16;case 16:if(ye=K.length){if(ce<ye&&(ye=ce),ee<ye&&(ye=ee),ye===0)break e;A.arraySet(W,V,X,ye,ie),ce-=ye,X+=ye,ee-=ye,ie+=ye,K.length-=ye;break}K.mode=12;break;case 17:for(;se<14;){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}if(K.nlen=257+(31&oe),oe>>>=5,se-=5,K.ndist=1+(31&oe),oe>>>=5,se-=5,K.ncode=4+(15&oe),oe>>>=4,se-=4,286<K.nlen||30<K.ndist){H.msg="too many length or distance symbols",K.mode=30;break}K.have=0,K.mode=18;case 18:for(;K.have<K.ncode;){for(;se<3;){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}K.lens[Qe[K.have++]]=7&oe,oe>>>=3,se-=3}for(;K.have<19;)K.lens[Qe[K.have++]]=0;if(K.lencode=K.lendyn,K.lenbits=7,Ue={bits:K.lenbits},ot=l(0,K.lens,0,19,K.lencode,0,K.work,Ue),K.lenbits=Ue.bits,ot){H.msg="invalid code lengths set",K.mode=30;break}K.have=0,K.mode=19;case 19:for(;K.have<K.nlen+K.ndist;){for(;Be=(qe=K.lencode[oe&(1<<K.lenbits)-1])>>>16&255,pe=65535&qe,!((ue=qe>>>24)<=se);){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}if(pe<16)oe>>>=ue,se-=ue,K.lens[K.have++]=pe;else{if(pe===16){for(Le=ue+2;se<Le;){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}if(oe>>>=ue,se-=ue,K.have===0){H.msg="invalid bit length repeat",K.mode=30;break}Ie=K.lens[K.have-1],ye=3+(3&oe),oe>>>=2,se-=2}else if(pe===17){for(Le=ue+3;se<Le;){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}se-=ue,Ie=0,ye=3+(7&(oe>>>=ue)),oe>>>=3,se-=3}else{for(Le=ue+7;se<Le;){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}se-=ue,Ie=0,ye=11+(127&(oe>>>=ue)),oe>>>=7,se-=7}if(K.have+ye>K.nlen+K.ndist){H.msg="invalid bit length repeat",K.mode=30;break}for(;ye--;)K.lens[K.have++]=Ie}}if(K.mode===30)break;if(K.lens[256]===0){H.msg="invalid code -- missing end-of-block",K.mode=30;break}if(K.lenbits=9,Ue={bits:K.lenbits},ot=l(g,K.lens,0,K.nlen,K.lencode,0,K.work,Ue),K.lenbits=Ue.bits,ot){H.msg="invalid literal/lengths set",K.mode=30;break}if(K.distbits=6,K.distcode=K.distdyn,Ue={bits:K.distbits},ot=l(u,K.lens,K.nlen,K.ndist,K.distcode,0,K.work,Ue),K.distbits=Ue.bits,ot){H.msg="invalid distances set",K.mode=30;break}if(K.mode=20,G===6)break e;case 20:K.mode=21;case 21:if(6<=ce&&258<=ee){H.next_out=ie,H.avail_out=ee,H.next_in=X,H.avail_in=ce,K.hold=oe,K.bits=se,c(H,le),ie=H.next_out,W=H.output,ee=H.avail_out,X=H.next_in,V=H.input,ce=H.avail_in,oe=K.hold,se=K.bits,K.mode===12&&(K.back=-1);break}for(K.back=0;Be=(qe=K.lencode[oe&(1<<K.lenbits)-1])>>>16&255,pe=65535&qe,!((ue=qe>>>24)<=se);){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}if(Be&&(240&Be)==0){for(Oe=ue,Ve=Be,et=pe;Be=(qe=K.lencode[et+((oe&(1<<Oe+Ve)-1)>>Oe)])>>>16&255,pe=65535&qe,!(Oe+(ue=qe>>>24)<=se);){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}oe>>>=Oe,se-=Oe,K.back+=Oe}if(oe>>>=ue,se-=ue,K.back+=ue,K.length=pe,Be===0){K.mode=26;break}if(32&Be){K.back=-1,K.mode=12;break}if(64&Be){H.msg="invalid literal/length code",K.mode=30;break}K.extra=15&Be,K.mode=22;case 22:if(K.extra){for(Le=K.extra;se<Le;){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}K.length+=oe&(1<<K.extra)-1,oe>>>=K.extra,se-=K.extra,K.back+=K.extra}K.was=K.length,K.mode=23;case 23:for(;Be=(qe=K.distcode[oe&(1<<K.distbits)-1])>>>16&255,pe=65535&qe,!((ue=qe>>>24)<=se);){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}if((240&Be)==0){for(Oe=ue,Ve=Be,et=pe;Be=(qe=K.distcode[et+((oe&(1<<Oe+Ve)-1)>>Oe)])>>>16&255,pe=65535&qe,!(Oe+(ue=qe>>>24)<=se);){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}oe>>>=Oe,se-=Oe,K.back+=Oe}if(oe>>>=ue,se-=ue,K.back+=ue,64&Be){H.msg="invalid distance code",K.mode=30;break}K.offset=pe,K.extra=15&Be,K.mode=24;case 24:if(K.extra){for(Le=K.extra;se<Le;){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}K.offset+=oe&(1<<K.extra)-1,oe>>>=K.extra,se-=K.extra,K.back+=K.extra}if(K.offset>K.dmax){H.msg="invalid distance too far back",K.mode=30;break}K.mode=25;case 25:if(ee===0)break e;if(ye=le-ee,K.offset>ye){if((ye=K.offset-ye)>K.whave&&K.sane){H.msg="invalid distance too far back",K.mode=30;break}Ce=ye>K.wnext?(ye-=K.wnext,K.wsize-ye):K.wnext-ye,ye>K.length&&(ye=K.length),be=K.window}else be=W,Ce=ie-K.offset,ye=K.length;for(ee<ye&&(ye=ee),ee-=ye,K.length-=ye;W[ie++]=be[Ce++],--ye;);K.length===0&&(K.mode=21);break;case 26:if(ee===0)break e;W[ie++]=K.length,ee--,K.mode=21;break;case 27:if(K.wrap){for(;se<32;){if(ce===0)break e;ce--,oe|=V[X++]<<se,se+=8}if(le-=ee,H.total_out+=le,K.total+=le,le&&(H.adler=K.check=K.flags?a(K.check,W,le,ie-le):s(K.check,W,le,ie-le)),le=ee,(K.flags?oe:C(oe))!==K.check){H.msg="incorrect data check",K.mode=30;break}se=oe=0}K.mode=28;case 28:if(K.wrap&&K.flags){for(;se<32;){if(ce===0)break e;ce--,oe+=V[X++]<<se,se+=8}if(oe!==(4294967295&K.total)){H.msg="incorrect length check",K.mode=30;break}se=oe=0}K.mode=29;case 29:ot=1;break e;case 30:ot=-3;break e;case 31:return-4;default:return d}return H.next_out=ie,H.avail_out=ee,H.next_in=X,H.avail_in=ce,K.hold=oe,K.bits=se,(K.wsize||le!==H.avail_out&&K.mode<30&&(K.mode<27||G!==4))&&R(H,H.output,H.next_out,le-H.avail_out)?(K.mode=31,-4):(re-=H.avail_in,le-=H.avail_out,H.total_in+=re,H.total_out+=le,K.total+=le,K.wrap&&le&&(H.adler=K.check=K.flags?a(K.check,W,le,H.next_out-le):s(K.check,W,le,H.next_out-le)),H.data_type=K.bits+(K.last?64:0)+(K.mode===12?128:0)+(K.mode===20||K.mode===15?256:0),(re==0&&le===0||G===4)&&ot===h&&(ot=-5),ot)},r.inflateEnd=function(H){if(!H||!H.state)return d;var G=H.state;return G.window&&(G.window=null),H.state=null,h},r.inflateGetHeader=function(H,G){var K;return H&&H.state?(2&(K=H.state).wrap)==0?d:((K.head=G).done=!1,h):d},r.inflateSetDictionary=function(H,G){var K,V=G.length;return H&&H.state?(K=H.state).wrap!==0&&K.mode!==11?d:K.mode===11&&s(1,G,V,0)!==K.check?-3:R(H,G,V,V)?(K.mode=31,-4):(K.havedict=1,h):d},r.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./inffast":48,"./inftrees":50}],50:[function(o,i,r){var A=o("../utils/common"),s=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],a=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],c=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],l=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];i.exports=function(g,u,h,d,_,p,m,C){var I,f,y,x,B,S,D,w,F,R=C.bits,H=0,G=0,K=0,V=0,W=0,X=0,ie=0,ce=0,ee=0,oe=0,se=null,re=0,le=new A.Buf16(16),ye=new A.Buf16(16),Ce=null,be=0;for(H=0;H<=15;H++)le[H]=0;for(G=0;G<d;G++)le[u[h+G]]++;for(W=R,V=15;1<=V&&le[V]===0;V--);if(V<W&&(W=V),V===0)return _[p++]=20971520,_[p++]=20971520,C.bits=1,0;for(K=1;K<V&&le[K]===0;K++);for(W<K&&(W=K),H=ce=1;H<=15;H++)if(ce<<=1,(ce-=le[H])<0)return-1;if(0<ce&&(g===0||V!==1))return-1;for(ye[1]=0,H=1;H<15;H++)ye[H+1]=ye[H]+le[H];for(G=0;G<d;G++)u[h+G]!==0&&(m[ye[u[h+G]]++]=G);if(S=g===0?(se=Ce=m,19):g===1?(se=s,re-=257,Ce=a,be-=257,256):(se=c,Ce=l,-1),H=K,B=p,ie=G=oe=0,y=-1,x=(ee=1<<(X=W))-1,g===1&&852<ee||g===2&&592<ee)return 1;for(;;){for(D=H-ie,F=m[G]<S?(w=0,m[G]):m[G]>S?(w=Ce[be+m[G]],se[re+m[G]]):(w=96,0),I=1<<H-ie,K=f=1<<X;_[B+(oe>>ie)+(f-=I)]=D<<24|w<<16|F|0,f!==0;);for(I=1<<H-1;oe&I;)I>>=1;if(I!==0?(oe&=I-1,oe+=I):oe=0,G++,--le[H]==0){if(H===V)break;H=u[h+m[G]]}if(W<H&&(oe&x)!==y){for(ie===0&&(ie=W),B+=K,ce=1<<(X=H-ie);X+ie<V&&!((ce-=le[X+ie])<=0);)X++,ce<<=1;if(ee+=1<<X,g===1&&852<ee||g===2&&592<ee)return 1;_[y=oe&x]=W<<24|X<<16|B-p|0}}return oe!==0&&(_[B+oe]=H-ie<<24|64<<16|0),C.bits=W,0}},{"../utils/common":41}],51:[function(o,i,r){i.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],52:[function(o,i,r){var A=o("../utils/common"),s=0,a=1;function c(qe){for(var ke=qe.length;0<=--ke;)qe[ke]=0}var l=0,g=29,u=256,h=u+1+g,d=30,_=19,p=2*h+1,m=15,C=16,I=7,f=256,y=16,x=17,B=18,S=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],D=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],w=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],F=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],R=new Array(2*(h+2));c(R);var H=new Array(2*d);c(H);var G=new Array(512);c(G);var K=new Array(256);c(K);var V=new Array(g);c(V);var W,X,ie,ce=new Array(d);function ee(qe,ke,Qe,ve,Pe){this.static_tree=qe,this.extra_bits=ke,this.extra_base=Qe,this.elems=ve,this.max_length=Pe,this.has_stree=qe&&qe.length}function oe(qe,ke){this.dyn_tree=qe,this.max_code=0,this.stat_desc=ke}function se(qe){return qe<256?G[qe]:G[256+(qe>>>7)]}function re(qe,ke){qe.pending_buf[qe.pending++]=255&ke,qe.pending_buf[qe.pending++]=ke>>>8&255}function le(qe,ke,Qe){qe.bi_valid>C-Qe?(qe.bi_buf|=ke<<qe.bi_valid&65535,re(qe,qe.bi_buf),qe.bi_buf=ke>>C-qe.bi_valid,qe.bi_valid+=Qe-C):(qe.bi_buf|=ke<<qe.bi_valid&65535,qe.bi_valid+=Qe)}function ye(qe,ke,Qe){le(qe,Qe[2*ke],Qe[2*ke+1])}function Ce(qe,ke){for(var Qe=0;Qe|=1&qe,qe>>>=1,Qe<<=1,0<--ke;);return Qe>>>1}function be(qe,ke,Qe){var ve,Pe,ze=new Array(m+1),Xe=0;for(ve=1;ve<=m;ve++)ze[ve]=Xe=Xe+Qe[ve-1]<<1;for(Pe=0;Pe<=ke;Pe++){var st=qe[2*Pe+1];st!==0&&(qe[2*Pe]=Ce(ze[st]++,st))}}function ue(qe){var ke;for(ke=0;ke<h;ke++)qe.dyn_ltree[2*ke]=0;for(ke=0;ke<d;ke++)qe.dyn_dtree[2*ke]=0;for(ke=0;ke<_;ke++)qe.bl_tree[2*ke]=0;qe.dyn_ltree[2*f]=1,qe.opt_len=qe.static_len=0,qe.last_lit=qe.matches=0}function Be(qe){8<qe.bi_valid?re(qe,qe.bi_buf):0<qe.bi_valid&&(qe.pending_buf[qe.pending++]=qe.bi_buf),qe.bi_buf=0,qe.bi_valid=0}function pe(qe,ke,Qe,ve){var Pe=2*ke,ze=2*Qe;return qe[Pe]<qe[ze]||qe[Pe]===qe[ze]&&ve[ke]<=ve[Qe]}function Oe(qe,ke,Qe){for(var ve=qe.heap[Qe],Pe=Qe<<1;Pe<=qe.heap_len&&(Pe<qe.heap_len&&pe(ke,qe.heap[Pe+1],qe.heap[Pe],qe.depth)&&Pe++,!pe(ke,ve,qe.heap[Pe],qe.depth));)qe.heap[Qe]=qe.heap[Pe],Qe=Pe,Pe<<=1;qe.heap[Qe]=ve}function Ve(qe,ke,Qe){var ve,Pe,ze,Xe,st=0;if(qe.last_lit!==0)for(;ve=qe.pending_buf[qe.d_buf+2*st]<<8|qe.pending_buf[qe.d_buf+2*st+1],Pe=qe.pending_buf[qe.l_buf+st],st++,ve===0?ye(qe,Pe,ke):(ye(qe,(ze=K[Pe])+u+1,ke),(Xe=S[ze])!==0&&le(qe,Pe-=V[ze],Xe),ye(qe,ze=se(--ve),Qe),(Xe=D[ze])!==0&&le(qe,ve-=ce[ze],Xe)),st<qe.last_lit;);ye(qe,f,ke)}function et(qe,ke){var Qe,ve,Pe,ze=ke.dyn_tree,Xe=ke.stat_desc.static_tree,st=ke.stat_desc.has_stree,ct=ke.stat_desc.elems,ut=-1;for(qe.heap_len=0,qe.heap_max=p,Qe=0;Qe<ct;Qe++)ze[2*Qe]!==0?(qe.heap[++qe.heap_len]=ut=Qe,qe.depth[Qe]=0):ze[2*Qe+1]=0;for(;qe.heap_len<2;)ze[2*(Pe=qe.heap[++qe.heap_len]=ut<2?++ut:0)]=1,qe.depth[Pe]=0,qe.opt_len--,st&&(qe.static_len-=Xe[2*Pe+1]);for(ke.max_code=ut,Qe=qe.heap_len>>1;1<=Qe;Qe--)Oe(qe,ze,Qe);for(Pe=ct;Qe=qe.heap[1],qe.heap[1]=qe.heap[qe.heap_len--],Oe(qe,ze,1),ve=qe.heap[1],qe.heap[--qe.heap_max]=Qe,qe.heap[--qe.heap_max]=ve,ze[2*Pe]=ze[2*Qe]+ze[2*ve],qe.depth[Pe]=(qe.depth[Qe]>=qe.depth[ve]?qe.depth[Qe]:qe.depth[ve])+1,ze[2*Qe+1]=ze[2*ve+1]=Pe,qe.heap[1]=Pe++,Oe(qe,ze,1),2<=qe.heap_len;);qe.heap[--qe.heap_max]=qe.heap[1],(function(lt,Ct){var Dt,pt,Nt,Ht,gn,dn,Jt=Ct.dyn_tree,fe=Ct.max_code,At=Ct.stat_desc.static_tree,ht=Ct.stat_desc.has_stree,_t=Ct.stat_desc.extra_bits,Gt=Ct.stat_desc.extra_base,Yt=Ct.stat_desc.max_length,un=0;for(Ht=0;Ht<=m;Ht++)lt.bl_count[Ht]=0;for(Jt[2*lt.heap[lt.heap_max]+1]=0,Dt=lt.heap_max+1;Dt<p;Dt++)Yt<(Ht=Jt[2*Jt[2*(pt=lt.heap[Dt])+1]+1]+1)&&(Ht=Yt,un++),Jt[2*pt+1]=Ht,fe<pt||(lt.bl_count[Ht]++,gn=0,Gt<=pt&&(gn=_t[pt-Gt]),dn=Jt[2*pt],lt.opt_len+=dn*(Ht+gn),ht&&(lt.static_len+=dn*(At[2*pt+1]+gn)));if(un!==0){do{for(Ht=Yt-1;lt.bl_count[Ht]===0;)Ht--;lt.bl_count[Ht]--,lt.bl_count[Ht+1]+=2,lt.bl_count[Yt]--,un-=2}while(0<un);for(Ht=Yt;Ht!==0;Ht--)for(pt=lt.bl_count[Ht];pt!==0;)fe<(Nt=lt.heap[--Dt])||(Jt[2*Nt+1]!==Ht&&(lt.opt_len+=(Ht-Jt[2*Nt+1])*Jt[2*Nt],Jt[2*Nt+1]=Ht),pt--)}})(qe,ke),be(ze,ut,qe.bl_count)}function Ie(qe,ke,Qe){var ve,Pe,ze=-1,Xe=ke[1],st=0,ct=7,ut=4;for(Xe===0&&(ct=138,ut=3),ke[2*(Qe+1)+1]=65535,ve=0;ve<=Qe;ve++)Pe=Xe,Xe=ke[2*(ve+1)+1],++st<ct&&Pe===Xe||(st<ut?qe.bl_tree[2*Pe]+=st:Pe!==0?(Pe!==ze&&qe.bl_tree[2*Pe]++,qe.bl_tree[2*y]++):st<=10?qe.bl_tree[2*x]++:qe.bl_tree[2*B]++,ze=Pe,ut=(st=0)===Xe?(ct=138,3):Pe===Xe?(ct=6,3):(ct=7,4))}function ot(qe,ke,Qe){var ve,Pe,ze=-1,Xe=ke[1],st=0,ct=7,ut=4;for(Xe===0&&(ct=138,ut=3),ve=0;ve<=Qe;ve++)if(Pe=Xe,Xe=ke[2*(ve+1)+1],!(++st<ct&&Pe===Xe)){if(st<ut)for(;ye(qe,Pe,qe.bl_tree),--st!=0;);else Pe!==0?(Pe!==ze&&(ye(qe,Pe,qe.bl_tree),st--),ye(qe,y,qe.bl_tree),le(qe,st-3,2)):st<=10?(ye(qe,x,qe.bl_tree),le(qe,st-3,3)):(ye(qe,B,qe.bl_tree),le(qe,st-11,7));ze=Pe,ut=(st=0)===Xe?(ct=138,3):Pe===Xe?(ct=6,3):(ct=7,4)}}c(ce);var Ue=!1;function Le(qe,ke,Qe,ve){le(qe,(l<<1)+(ve?1:0),3),(function(Pe,ze,Xe,st){Be(Pe),re(Pe,Xe),re(Pe,~Xe),A.arraySet(Pe.pending_buf,Pe.window,ze,Xe,Pe.pending),Pe.pending+=Xe})(qe,ke,Qe)}r._tr_init=function(qe){Ue||((function(){var ke,Qe,ve,Pe,ze,Xe=new Array(m+1);for(Pe=ve=0;Pe<g-1;Pe++)for(V[Pe]=ve,ke=0;ke<1<<S[Pe];ke++)K[ve++]=Pe;for(K[ve-1]=Pe,Pe=ze=0;Pe<16;Pe++)for(ce[Pe]=ze,ke=0;ke<1<<D[Pe];ke++)G[ze++]=Pe;for(ze>>=7;Pe<d;Pe++)for(ce[Pe]=ze<<7,ke=0;ke<1<<D[Pe]-7;ke++)G[256+ze++]=Pe;for(Qe=0;Qe<=m;Qe++)Xe[Qe]=0;for(ke=0;ke<=143;)R[2*ke+1]=8,ke++,Xe[8]++;for(;ke<=255;)R[2*ke+1]=9,ke++,Xe[9]++;for(;ke<=279;)R[2*ke+1]=7,ke++,Xe[7]++;for(;ke<=287;)R[2*ke+1]=8,ke++,Xe[8]++;for(be(R,h+1,Xe),ke=0;ke<d;ke++)H[2*ke+1]=5,H[2*ke]=Ce(ke,5);W=new ee(R,S,u+1,h,m),X=new ee(H,D,0,d,m),ie=new ee(new Array(0),w,0,_,I)})(),Ue=!0),qe.l_desc=new oe(qe.dyn_ltree,W),qe.d_desc=new oe(qe.dyn_dtree,X),qe.bl_desc=new oe(qe.bl_tree,ie),qe.bi_buf=0,qe.bi_valid=0,ue(qe)},r._tr_stored_block=Le,r._tr_flush_block=function(qe,ke,Qe,ve){var Pe,ze,Xe=0;0<qe.level?(qe.strm.data_type===2&&(qe.strm.data_type=(function(st){var ct,ut=4093624447;for(ct=0;ct<=31;ct++,ut>>>=1)if(1&ut&&st.dyn_ltree[2*ct]!==0)return s;if(st.dyn_ltree[18]!==0||st.dyn_ltree[20]!==0||st.dyn_ltree[26]!==0)return a;for(ct=32;ct<u;ct++)if(st.dyn_ltree[2*ct]!==0)return a;return s})(qe)),et(qe,qe.l_desc),et(qe,qe.d_desc),Xe=(function(st){var ct;for(Ie(st,st.dyn_ltree,st.l_desc.max_code),Ie(st,st.dyn_dtree,st.d_desc.max_code),et(st,st.bl_desc),ct=_-1;3<=ct&&st.bl_tree[2*F[ct]+1]===0;ct--);return st.opt_len+=3*(ct+1)+5+5+4,ct})(qe),Pe=qe.opt_len+3+7>>>3,(ze=qe.static_len+3+7>>>3)<=Pe&&(Pe=ze)):Pe=ze=Qe+5,Qe+4<=Pe&&ke!==-1?Le(qe,ke,Qe,ve):qe.strategy===4||ze===Pe?(le(qe,2+(ve?1:0),3),Ve(qe,R,H)):(le(qe,4+(ve?1:0),3),(function(st,ct,ut,lt){var Ct;for(le(st,ct-257,5),le(st,ut-1,5),le(st,lt-4,4),Ct=0;Ct<lt;Ct++)le(st,st.bl_tree[2*F[Ct]+1],3);ot(st,st.dyn_ltree,ct-1),ot(st,st.dyn_dtree,ut-1)})(qe,qe.l_desc.max_code+1,qe.d_desc.max_code+1,Xe+1),Ve(qe,qe.dyn_ltree,qe.dyn_dtree)),ue(qe),ve&&Be(qe)},r._tr_tally=function(qe,ke,Qe){return qe.pending_buf[qe.d_buf+2*qe.last_lit]=ke>>>8&255,qe.pending_buf[qe.d_buf+2*qe.last_lit+1]=255&ke,qe.pending_buf[qe.l_buf+qe.last_lit]=255&Qe,qe.last_lit++,ke===0?qe.dyn_ltree[2*Qe]++:(qe.matches++,ke--,qe.dyn_ltree[2*(K[Qe]+u+1)]++,qe.dyn_dtree[2*se(ke)]++),qe.last_lit===qe.lit_bufsize-1},r._tr_align=function(qe){le(qe,2,3),ye(qe,f,R),(function(ke){ke.bi_valid===16?(re(ke,ke.bi_buf),ke.bi_buf=0,ke.bi_valid=0):8<=ke.bi_valid&&(ke.pending_buf[ke.pending++]=255&ke.bi_buf,ke.bi_buf>>=8,ke.bi_valid-=8)})(qe)}},{"../utils/common":41}],53:[function(o,i,r){i.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},{}],54:[function(o,i,r){(function(A){(function(s,a){if(!s.setImmediate){var c,l,g,u,h=1,d={},_=!1,p=s.document,m=Object.getPrototypeOf&&Object.getPrototypeOf(s);m=m&&m.setTimeout?m:s,c={}.toString.call(s.process)==="[object process]"?function(y){n.nextTick(function(){I(y)})}:(function(){if(s.postMessage&&!s.importScripts){var y=!0,x=s.onmessage;return s.onmessage=function(){y=!1},s.postMessage("","*"),s.onmessage=x,y}})()?(u="setImmediate$"+Math.random()+"$",s.addEventListener?s.addEventListener("message",f,!1):s.attachEvent("onmessage",f),function(y){s.postMessage(u+y,"*")}):s.MessageChannel?((g=new MessageChannel).port1.onmessage=function(y){I(y.data)},function(y){g.port2.postMessage(y)}):p&&"onreadystatechange"in p.createElement("script")?(l=p.documentElement,function(y){var x=p.createElement("script");x.onreadystatechange=function(){I(y),x.onreadystatechange=null,l.removeChild(x),x=null},l.appendChild(x)}):function(y){setTimeout(I,0,y)},m.setImmediate=function(y){typeof y!="function"&&(y=new Function(""+y));for(var x=new Array(arguments.length-1),B=0;B<x.length;B++)x[B]=arguments[B+1];var S={callback:y,args:x};return d[h]=S,c(h),h++},m.clearImmediate=C}function C(y){delete d[y]}function I(y){if(_)setTimeout(I,0,y);else{var x=d[y];if(x){_=!0;try{(function(B){var S=B.callback,D=B.args;switch(D.length){case 0:S();break;case 1:S(D[0]);break;case 2:S(D[0],D[1]);break;case 3:S(D[0],D[1],D[2]);break;default:S.apply(a,D)}})(x)}finally{C(y),_=!1}}}}function f(y){y.source===s&&typeof y.data=="string"&&y.data.indexOf(u)===0&&I(+y.data.slice(u.length))}})(typeof self>"u"?A===void 0?this:A:self)}).call(this,typeof cf<"u"?cf:typeof self<"u"?self:typeof window<"u"?window:{})},{}]},{},[10])(10)})})(J3e)),J3e.exports}var dOo=uOo();const q3e=N1(dOo),hOo=async({circuitJson:t,projectName:e})=>{await YA.promise((async()=>{const n=new q3e,[{stringifyGerberCommandLayers:o,convertSoupToGerberCommands:i,convertSoupToExcellonDrillCommands:r,stringifyExcellonDrill:A},{convertCircuitJsonToBomRows:s,convertBomRowsToCsv:a},{convertCircuitJsonToPickAndPlaceCsv:c}]=await Promise.all([bB("circuit-json-to-gerber"),bB("circuit-json-to-bom-csv"),bB("circuit-json-to-pnp-csv")]),l=t.filter(I=>!("error_type"in I)&&!("warning_type"in I)),g=i(l,{flip_y_axis:!1}),u=o(g);for(const[I,f]of Object.entries(u))n.file(`gerber/${I}.gbr`,f);const h=r({circuitJson:l,is_plated:!0,flip_y_axis:!1}),d=A(h);n.file("gerber/drill.drl",d);const _=await s({circuitJson:t}),p=await a(_);n.file("bom.csv",p);const m=await c(t);n.file("pick_and_place.csv",m);const C=await n.generateAsync({type:"blob"});bS(C,{fileName:`${e}_fabrication_files.zip`})})(),{loading:"Generating fabrication files...",success:"Fabrication ZIP ready",error:n=>`Failed to generate fabrication files: ${n instanceof Error?n.message:String(n)}`})},_Oo=async({circuitJson:t,projectName:e})=>{let n;try{const{convertCircuitJsonToGltf:o}=await bB("circuit-json-to-gltf");console.log("convertCircuitJsonToGltf",o);const i=await o(t,{format:"glb",boardTextureResolution:1024});if(!i||!(i instanceof ArrayBuffer))throw new Error("Invalid GLB data returned from converter");n=new Blob([i],{type:"model/gltf-binary"})}catch(o){console.error("GLB Export Error:",o);return}bS(n,{fileName:`${e}.glb`})},mOo=async({circuitJson:t,libraryName:e})=>{const{CircuitJsonToKicadLibraryConverter:n}=await bB("circuit-json-to-kicad"),o=new n(t,{libraryName:e,footprintLibraryName:e});o.runUntilFinished();const i=o.getOutput(),r=new q3e;r.file(`${e}.kicad_sym`,i.kicadSymString);for(const A of i.footprints){const s=r.folder(`${e}.pretty`);s&&s.file(`${A.footprintName}.kicad_mod`,`${A.kicadModString}
5795
5795
  `)}if(i.model3dSourcePaths.length>0){const A=r.folder(`${e}.3dshapes`);if(A)for(const s of i.model3dSourcePaths)try{const a=s.split("/").pop()||s,c=await fetch(s);if(c.ok){const l=await c.arrayBuffer();A.file(a,l)}}catch{}}return r.file("fp-lib-table",i.fpLibTableString),r.file("sym-lib-table",i.symLibTableString),r},pOo=async({circuitJson:t,projectName:e})=>{await YA.promise((async()=>{const o=await(await mOo({circuitJson:t,libraryName:e})).generateAsync({type:"blob"});bS(o,{fileName:`${e}_kicad_library.zip`})})(),{loading:"Generating KiCad library...",success:"KiCad library ZIP ready",error:n=>`Failed to generate KiCad library: ${n instanceof Error?n.message:String(n)}`})},IOo=async({circuitJson:t,projectName:e})=>{const{CircuitJsonToKicadPcbConverter:n,CircuitJsonToKicadSchConverter:o,CircuitJsonToKicadProConverter:i,resolveAndLoadKicad3dModelFiles:r}=await bB("circuit-json-to-kicad"),A=new o(t);A.runUntilFinished();const s=A.getOutputString(),a=new n(t,{includeBuiltin3dModels:!0,projectName:e});a.runUntilFinished();const c=a.getOutputString(),l=new i(t,{projectName:e,schematicFilename:`${e}.kicad_sch`,pcbFilename:`${e}.kicad_pcb`});l.runUntilFinished();const g=l.getOutputString(),u=new q3e;return u.file(`${e}.kicad_sch`,s),u.file(`${e}.kicad_pcb`,c),u.file(`${e}.kicad_pro`,g),await r({projectName:e,model3dSourcePaths:a.getModel3dSourcePaths(),fetch,onModelFile:({outputPath:h,content:d})=>{u.file(h,d)},onError:({sourcePath:h})=>{console.warn(`Failed to load 3D model from ${h}`)}}),u},COo=async({circuitJson:t,projectName:e})=>{await YA.promise((async()=>{const o=await(await IOo({circuitJson:t,projectName:e})).generateAsync({type:"blob"});bS(o,{fileName:`${e}_kicad_project.zip`})})(),{loading:"Generating KiCad project...",success:"KiCad project ZIP ready",error:n=>`Failed to generate KiCad project: ${n instanceof Error?n.message:String(n)}`})},$Rt=async({circuitJson:t,projectName:e,options:n={}})=>{try{const{convertCircuitJsonToLbrn:o}=await bB("circuit-json-to-lbrn"),r=(await o(t,{includeSilkscreen:n.includeSilkscreen??!1,includeOxidationCleaningLayer:n.includeOxidationCleaningLayer??!0})).toXml(),A=new Blob([r],{type:"application/lbrn"});bS(A,{fileName:`${e}.lbrn2`})}catch(o){const i=o instanceof Error?o.message:"Unknown error";YA.error(`Failed to export to LBRN format: ${i}`)}},fOo=async({circuitJson:t,projectName:e})=>{const{convertCircuitJsonToPinoutSvg:n}=await bB("circuit-to-svg"),o=n(t);bS(o,{fileName:`${e}-pinout.svg`,mimeType:"image/svg+xml"})},yOo=async({circuitJson:t,projectName:e})=>{const{circuitJsonToStep:n}=await bB("circuit-json-to-step"),o=t.find(c=>c.type==="pcb_board"),i=o&&"width"in o?o.width:void 0,r=o&&"height"in o?o.height:void 0,A=o&&"thickness"in o?o.thickness:void 0;if(i===void 0||r===void 0||A===void 0){YA.error("Board dimensions not found. Please add a pcb_board with width, height, and thickness to your circuit.");return}let s;try{s=await n(t,{boardWidth:i,boardHeight:r,boardThickness:A,productName:e,includeComponents:!0,includeExternalMeshes:!0})}catch(c){const l=c instanceof Error?c.message:"Unknown error";YA.error(`Failed to convert circuit to STEP format: ${l}`);return}const a=new Blob([s],{type:"application/step"});try{bS(a,{fileName:`${e}.step`})}catch(c){const l=c instanceof Error?c.message:"Unknown error";YA.error(`Failed to download STEP file: ${l}`)}},EOo=[{extension:"json",name:"Circuit JSON"},{extension:"json",name:"Simple Route JSON"},{extension:"zip",name:"Fabrication Files"},{extension:"zip",name:"KiCad Project"},{extension:"zip",name:"KiCad Library"},{extension:"glb",name:"GLB (Binary GLTF)"},{extension:"svg",name:"Pinout SVG"},{extension:"step",name:"STEP"},{extension:"lbrn2",name:"LightBurn"}],xOo=async({exportName:t,circuitJson:e,simpleRouteJson:n,projectName:o})=>{const i=oRt(o);if(t==="Fabrication Files"){await hOo({circuitJson:e,projectName:i});return}if(t==="KiCad Project"){await COo({circuitJson:e,projectName:i});return}if(t==="KiCad Library"){await pOo({circuitJson:e,projectName:i});return}if(t==="Circuit JSON"){bS(JSON.stringify(e,null,2),{fileName:`${i}.circuit.json`,mimeType:"application/json"});return}if(t==="Simple Route JSON"){if(!n)throw new Error("No Simple Route JSON available to export");bS(JSON.stringify(n,null,2),{fileName:`${i}.simple-route.json`,mimeType:"application/json"});return}if(t==="GLB (Binary GLTF)"){await _Oo({circuitJson:e,projectName:i});return}if(t==="Pinout SVG"){fOo({circuitJson:e,projectName:i});return}if(t==="STEP"){await yOo({circuitJson:e,projectName:i});return}if(t==="LightBurn"){await $Rt({circuitJson:e,projectName:i});return}throw new Error(`Unsupported export type: "${t}"`)},BOo=({packageName:t,onSelectReview:e})=>{const n=Uu(g=>g.fsMap),o=Uu(g=>g.circuitJson),[i,r]=j.useState([]),[A,s]=j.useState(!1),[a,c]=j.useState(!1);j.useEffect(()=>{!t||!TZ()||(s(!0),PG.get("ai_reviews/list",{searchParams:{package_name:t}}).json().then(g=>r(g.ai_reviews)).catch(g=>{console.error("Failed to load AI reviews",g),YA.error("Failed to load AI reviews")}).finally(()=>s(!1)))},[t]);const l=async()=>{if(!o){YA.error("Need Circuit JSON to Request AI Review");return}if(!TZ()){YA.error("Missing registry token");return}c(!0);try{const{ai_review:g}=await PG.post("ai_reviews/create",{json:{package_name:t??"unknown",fs_map:Object.fromEntries(n),circuit_json:o}}).json();r(u=>[g,...u]),e(g),YA.success("AI review requested")}catch(g){console.error("Failed to create AI review",g),YA.error("Failed to request AI review")}finally{c(!1)}};return J.jsxs(J.Fragment,{children:[J.jsxs($3,{children:[J.jsx(Z3,{children:"AI Review"}),J.jsx(DT,{children:"Select an AI review or request a new one."})]}),J.jsx("div",{className:"rf-flex rf-gap-4 rf-mt-4",children:J.jsx("div",{className:"rf-w-48 rf-h-64 rf-overflow-y-auto rf-border rf-rounded rf-p-2 rf-flex-shrink-0",children:A?J.jsx("div",{className:"rf-text-sm",children:"Loading..."}):i.length>0?i.map(g=>J.jsx("div",{className:"rf-text-sm rf-p-2 rf-cursor-pointer rf-rounded hover:rf-bg-zinc-100",onClick:()=>e(g),children:new Date(g.created_at||"").toLocaleString()},g.ai_review_id)):J.jsx("div",{className:"rf-text-sm rf-text-muted-foreground",children:"No AI reviews found."})})}),J.jsx(tU,{className:"rf-mt-4",children:J.jsx(Zs,{onClick:l,disabled:a,children:a?"Requesting...":"Review my Board"})})]})};function W3e(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var e6=W3e();function ZRt(t){e6=t}var iU={exec:()=>null};function ml(t,e=""){let n=typeof t=="string"?t:t.source;const o={replace:(i,r)=>{let A=typeof r=="string"?r:r.source;return A=A.replace(Hf.caret,"$1"),n=n.replace(i,A),o},getRegex:()=>new RegExp(n,e)};return o}var Hf={codeRemoveIndent:/^(?: {1,4}| {0,3}\t)/gm,outputLinkReplace:/\\([\[\]])/g,indentCodeCompensation:/^(\s+)(?:```)/,beginningSpace:/^\s+/,endingHash:/#$/,startingSpaceChar:/^ /,endingSpaceChar:/ $/,nonSpaceChar:/[^ ]/,newLineCharGlobal:/\n/g,tabCharGlobal:/\t/g,multipleSpaceGlobal:/\s+/g,blankLine:/^[ \t]*$/,doubleBlankLine:/\n[ \t]*\n[ \t]*$/,blockquoteStart:/^ {0,3}>/,blockquoteSetextReplace:/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,blockquoteSetextReplace2:/^ {0,3}>[ \t]?/gm,listReplaceTabs:/^\t+/,listReplaceNesting:/^ {1,4}(?=( {4})*[^ ])/g,listIsTask:/^\[[ xX]\] /,listReplaceTask:/^\[[ xX]\] +/,anyLine:/\n.*\n/,hrefBrackets:/^<(.*)>$/,tableDelimiter:/[:|]/,tableAlignChars:/^\||\| *$/g,tableRowBlankLine:/\n[ \t]*$/,tableAlignRight:/^ *-+: *$/,tableAlignCenter:/^ *:-+: *$/,tableAlignLeft:/^ *:-+ *$/,startATag:/^<a /i,endATag:/^<\/a>/i,startPreScriptTag:/^<(pre|code|kbd|script)(\s|>)/i,endPreScriptTag:/^<\/(pre|code|kbd|script)(\s|>)/i,startAngleBracket:/^</,endAngleBracket:/>$/,pedanticHrefTitle:/^([^'"]*[^\s])\s+(['"])(.*)\2/,unicodeAlphaNumeric:/[\p{L}\p{N}]/u,escapeTest:/[&<>"']/,escapeReplace:/[&<>"']/g,escapeTestNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/g,unescapeTest:/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig,caret:/(^|[^\[])\^/g,percentDecode:/%25/g,findPipe:/\|/g,splitPipe:/ \|/,slashPipe:/\\\|/g,carriageReturn:/\r\n|\r/g,spaceLine:/^ +$/gm,notSpaceStart:/^\S*/,endingNewline:/\n$/,listItemRegex:t=>new RegExp(`^( {0,3}${t})((?:[ ][^\\n]*)?(?:\\n|$))`),nextBulletRegex:t=>new RegExp(`^ {0,${Math.min(3,t-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),hrRegex:t=>new RegExp(`^ {0,${Math.min(3,t-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),fencesBeginRegex:t=>new RegExp(`^ {0,${Math.min(3,t-1)}}(?:\`\`\`|~~~)`),headingBeginRegex:t=>new RegExp(`^ {0,${Math.min(3,t-1)}}#`),htmlBeginRegex:t=>new RegExp(`^ {0,${Math.min(3,t-1)}}<(?:[a-z].*>|!--)`,"i")},QOo=/^(?:[ \t]*(?:\n|$))+/,SOo=/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/,bOo=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,rU=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,DOo=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,j3e=/(?:[*+-]|\d{1,9}[.)])/,eTt=/^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,tTt=ml(eTt).replace(/bull/g,j3e).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/\|table/g,"").getRegex(),MOo=ml(eTt).replace(/bull/g,j3e).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/table/g,/ {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex(),X3e=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,wOo=/^[^\n]+/,$3e=/(?!\s*\])(?:\\.|[^\[\]\\])+/,POo=ml(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label",$3e).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),vOo=ml(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,j3e).getRegex(),wie="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",Z3e=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,NOo=ml("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$))","i").replace("comment",Z3e).replace("tag",wie).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),nTt=ml(X3e).replace("hr",rU).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",wie).getRegex(),ROo=ml(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",nTt).getRegex(),e6e={blockquote:ROo,code:SOo,def:POo,fences:bOo,heading:DOo,hr:rU,html:NOo,lheading:tTt,list:vOo,newline:QOo,paragraph:nTt,table:iU,text:wOo},oTt=ml("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",rU).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code","(?: {4}| {0,3} )[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",wie).getRegex(),TOo={...e6e,lheading:MOo,table:oTt,paragraph:ml(X3e).replace("hr",rU).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",oTt).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",wie).getRegex()},kOo={...e6e,html:ml(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",Z3e).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:iU,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:ml(X3e).replace("hr",rU).replace("heading",` *#{1,6} *[^
5796
5796
  ]`).replace("lheading",tTt).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},FOo=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,LOo=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,iTt=/^( {2,}|\\)\n(?!\s*$)/,HOo=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,Pie=/[\p{P}\p{S}]/u,t6e=/[\s\p{P}\p{S}]/u,rTt=/[^\s\p{P}\p{S}]/u,GOo=ml(/^((?![*_])punctSpace)/,"u").replace(/punctSpace/g,t6e).getRegex(),ATt=/(?!~)[\p{P}\p{S}]/u,OOo=/(?!~)[\s\p{P}\p{S}]/u,KOo=/(?:[^\s\p{P}\p{S}]|~)/u,UOo=/\[[^[\]]*?\]\((?:\\.|[^\\\(\)]|\((?:\\.|[^\\\(\)])*\))*\)|`[^`]*?`|<[^<>]*?>/g,sTt=/^(?:\*+(?:((?!\*)punct)|[^\s*]))|^_+(?:((?!_)punct)|([^\s_]))/,YOo=ml(sTt,"u").replace(/punct/g,Pie).getRegex(),zOo=ml(sTt,"u").replace(/punct/g,ATt).getRegex(),aTt="^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)",VOo=ml(aTt,"gu").replace(/notPunctSpace/g,rTt).replace(/punctSpace/g,t6e).replace(/punct/g,Pie).getRegex(),JOo=ml(aTt,"gu").replace(/notPunctSpace/g,KOo).replace(/punctSpace/g,OOo).replace(/punct/g,ATt).getRegex(),qOo=ml("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)","gu").replace(/notPunctSpace/g,rTt).replace(/punctSpace/g,t6e).replace(/punct/g,Pie).getRegex(),WOo=ml(/\\(punct)/,"gu").replace(/punct/g,Pie).getRegex(),jOo=ml(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),XOo=ml(Z3e).replace("(?:-->|$)","-->").getRegex(),$Oo=ml("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment",XOo).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),vie=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,ZOo=ml(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]*(?:\n[ \t]*)?)(title))?\s*\)/).replace("label",vie).replace("href",/<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),cTt=ml(/^!?\[(label)\]\[(ref)\]/).replace("label",vie).replace("ref",$3e).getRegex(),lTt=ml(/^!?\[(ref)\](?:\[\])?/).replace("ref",$3e).getRegex(),eKo=ml("reflink|nolink(?!\\()","g").replace("reflink",cTt).replace("nolink",lTt).getRegex(),n6e={_backpedal:iU,anyPunctuation:WOo,autolink:jOo,blockSkip:UOo,br:iTt,code:LOo,del:iU,emStrongLDelim:YOo,emStrongRDelimAst:VOo,emStrongRDelimUnd:qOo,escape:FOo,link:ZOo,nolink:lTt,punctuation:GOo,reflink:cTt,reflinkSearch:eKo,tag:$Oo,text:HOo,url:iU},tKo={...n6e,link:ml(/^!?\[(label)\]\((.*?)\)/).replace("label",vie).getRegex(),reflink:ml(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",vie).getRegex()},o6e={...n6e,emStrongRDelimAst:JOo,emStrongLDelim:zOo,url:ml(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,"i").replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])((?:\\.|[^\\])*?(?:\\.|[^\s~\\]))\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/},nKo={...o6e,br:ml(iTt).replace("{2,}","*").getRegex(),text:ml(o6e.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},Nie={normal:e6e,gfm:TOo,pedantic:kOo},AU={normal:n6e,gfm:o6e,breaks:nKo,pedantic:tKo},oKo={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},gTt=t=>oKo[t];function MS(t,e){if(e){if(Hf.escapeTest.test(t))return t.replace(Hf.escapeReplace,gTt)}else if(Hf.escapeTestNoEncode.test(t))return t.replace(Hf.escapeReplaceNoEncode,gTt);return t}function uTt(t){try{t=encodeURI(t).replace(Hf.percentDecode,"%")}catch{return null}return t}function dTt(t,e){const n=t.replace(Hf.findPipe,(r,A,s)=>{let a=!1,c=A;for(;--c>=0&&s[c]==="\\";)a=!a;return a?"|":" |"}),o=n.split(Hf.splitPipe);let i=0;if(o[0].trim()||o.shift(),o.length>0&&!o.at(-1)?.trim()&&o.pop(),e)if(o.length>e)o.splice(e);else for(;o.length<e;)o.push("");for(;i<o.length;i++)o[i]=o[i].trim().replace(Hf.slashPipe,"|");return o}function sU(t,e,n){const o=t.length;if(o===0)return"";let i=0;for(;i<o&&t.charAt(o-i-1)===e;)i++;return t.slice(0,o-i)}function iKo(t,e){if(t.indexOf(e[1])===-1)return-1;let n=0;for(let o=0;o<t.length;o++)if(t[o]==="\\")o++;else if(t[o]===e[0])n++;else if(t[o]===e[1]&&(n--,n<0))return o;return n>0?-2:-1}function hTt(t,e,n,o,i){const r=e.href,A=e.title||null,s=t[1].replace(i.other.outputLinkReplace,"$1");o.state.inLink=!0;const a={type:t[0].charAt(0)==="!"?"image":"link",raw:n,href:r,title:A,text:s,tokens:o.inlineTokens(s)};return o.state.inLink=!1,a}function rKo(t,e,n){const o=t.match(n.other.indentCodeCompensation);if(o===null)return e;const i=o[1];return e.split(`
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tscircuit/runframe",
3
3
  "main": "dist/preview.js",
4
4
  "type": "module",
5
- "version": "0.0.2283",
5
+ "version": "0.0.2284",
6
6
  "exports": {
7
7
  ".": "./dist/preview.js",
8
8
  "./preview": "./dist/preview.js",
@@ -114,7 +114,7 @@
114
114
  "yargs": "^17.7.2"
115
115
  },
116
116
  "dependencies": {
117
- "@tscircuit/eval": "^0.0.1068",
117
+ "@tscircuit/eval": "^0.0.1069",
118
118
  "@tscircuit/solver-utils": "^0.0.7"
119
119
  }
120
120
  }