@tscircuit/eval 0.0.502 → 0.0.503

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.
@@ -156,7 +156,7 @@ svg { font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif; }
156
156
  :is(button, input, select, textarea, optgroup, option)[disabled],
157
157
  optgroup[disabled] > option,
158
158
  fieldset[disabled]:not(fieldset[disabled] legend:first-of-type *)
159
- )`,enabled:":not(:disabled)",checked:":is(:is(input[type=radio], input[type=checkbox])[checked], option:selected)",required:":is(input, select, textarea)[required]",optional:":is(input, select, textarea):not([required])",selected:"option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)",checkbox:"[type=checkbox]",file:"[type=file]",password:"[type=password]",radio:"[type=radio]",reset:"[type=reset]",image:"[type=image]",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(button, input[type=button])",input:":is(input, textarea, select, button)",text:"input:is(:not([type!='']), [type=text])"};var Ms=Vt(qh(),1);var O5={};function L5(n,e){return n===Ms.default.falseFunc?Ms.default.falseFunc:t=>e.isTag(t)&&n(t)}function F5(n,e){let t=e.getSiblings(n);if(t.length<=1)return[];let i=t.indexOf(n);return i<0||i===t.length-1?[]:t.slice(i+1).filter(e.isTag)}function R5(n){return{xmlMode:!!n.xmlMode,lowerCaseAttributeNames:!!n.lowerCaseAttributeNames,lowerCaseTags:!!n.lowerCaseTags,quirksMode:!!n.quirksMode,cacheResults:!!n.cacheResults,pseudos:n.pseudos,adapter:n.adapter,equals:n.equals}}var A5=(n,e,t,i,r)=>{let s=r(e,R5(t),i);return s===Ms.default.trueFunc?n:s===Ms.default.falseFunc?Ms.default.falseFunc:o=>s(o)&&n(o)},tS={is:A5,matches:A5,where:A5,not(n,e,t,i,r){let s=r(e,R5(t),i);return s===Ms.default.falseFunc?n:s===Ms.default.trueFunc?Ms.default.falseFunc:o=>!s(o)&&n(o)},has(n,e,t,i,r){let{adapter:s}=t,o=R5(t);o.relativeSelector=!0;let a=e.some(u=>u.some(yg))?[O5]:void 0,c=r(e,o,a);if(c===Ms.default.falseFunc)return Ms.default.falseFunc;let l=L5(c,s);if(a&&c!==Ms.default.trueFunc){let{shouldTestNextSiblings:u=!1}=c;return p=>{if(!n(p))return!1;a[0]=p;let d=s.getChildren(p),_=u?[...d,...F5(p,s)]:d;return s.existsOne(l,_)}}return u=>n(u)&&s.existsOne(l,s.getChildren(u))}};function PG(n,e,t,i,r){var s;let{name:o,data:a}=e;if(Array.isArray(a)){if(!(o in tS))throw new Error(`Unknown pseudo-class :${o}(${a})`);return tS[o](n,a,t,i,r)}let c=(s=t.pseudos)===null||s===void 0?void 0:s[o],l=typeof c=="string"?c:N5[o];if(typeof l=="string"){if(a!=null)throw new Error(`Pseudo ${o} doesn't have any arguments`);let u=_g(l);return tS.is(n,u,t,i,r)}if(typeof c=="function")return I5(c,o,a,1),u=>c(u,a)&&n(u);if(o in xg)return xg[o](n,a,t,i);if(o in Q2){let u=Q2[o];return I5(u,o,a,2),p=>u(p,t,a)&&n(p)}throw new Error(`Unknown pseudo-class :${o}`)}function z5(n,e){let t=e.getParent(n);return t&&e.isTag(t)?t:null}function kG(n,e,t,i,r){let{adapter:s,equals:o}=t;switch(e.type){case de.PseudoElement:throw new Error("Pseudo-elements are not supported by css-select");case de.ColumnCombinator:throw new Error("Column combinators are not yet supported by css-select");case de.Attribute:{if(e.namespace!=null)throw new Error("Namespaced attributes are not yet supported by css-select");return(!t.xmlMode||t.lowerCaseAttributeNames)&&(e.name=e.name.toLowerCase()),bG[e.action](n,e,t)}case de.Pseudo:return PG(n,e,t,i,r);case de.Tag:{if(e.namespace!=null)throw new Error("Namespaced tag names are not yet supported by css-select");let{name:a}=e;return(!t.xmlMode||t.lowerCaseTags)&&(a=a.toLowerCase()),function(l){return s.getName(l)===a&&n(l)}}case de.Descendant:{if(t.cacheResults===!1||typeof WeakSet>"u")return function(l){let u=l;for(;u=z5(u,s);)if(n(u))return!0;return!1};let a=new WeakSet;return function(l){let u=l;for(;u=z5(u,s);)if(!a.has(u)){if(s.isTag(u)&&n(u))return!0;a.add(u)}return!1}}case"_flexibleDescendant":return function(c){let l=c;do if(n(l))return!0;while(l=z5(l,s));return!1};case de.Parent:return function(c){return s.getChildren(c).some(l=>s.isTag(l)&&n(l))};case de.Child:return function(c){let l=s.getParent(c);return l!=null&&s.isTag(l)&&n(l)};case de.Sibling:return function(c){let l=s.getSiblings(c);for(let u=0;u<l.length;u++){let p=l[u];if(o(c,p))break;if(s.isTag(p)&&n(p))return!0}return!1};case de.Adjacent:return s.prevElementSibling?function(c){let l=s.prevElementSibling(c);return l!=null&&n(l)}:function(c){let l=s.getSiblings(c),u;for(let p=0;p<l.length;p++){let d=l[p];if(o(c,d))break;s.isTag(d)&&(u=d)}return!!u&&n(u)};case de.Universal:{if(e.namespace!=null&&e.namespace!=="*")throw new Error("Namespaced universal selectors are not yet supported by css-select");return n}}}function TG(n,e,t){let i=eS(n,e,t);return L5(i,e.adapter)}function eS(n,e,t){let i=typeof n=="string"?_g(n):n;return nS(i,e,t)}function MG(n){return n.type===de.Pseudo&&(n.name==="scope"||Array.isArray(n.data)&&n.data.some(e=>e.some(MG)))}var g3t={type:de.Descendant},x3t={type:"_flexibleDescendant"},b3t={type:de.Pseudo,name:"scope",data:null};function v3t(n,{adapter:e},t){let i=!!t?.every(r=>{let s=e.isTag(r)&&e.getParent(r);return r===O5||s&&e.isTag(s)});for(let r of n){if(!(r.length>0&&yg(r[0])&&r[0].type!==de.Descendant))if(i&&!r.some(MG))r.unshift(g3t);else continue;r.unshift(b3t)}}function nS(n,e,t){var i;n.forEach(M5),t=(i=e.context)!==null&&i!==void 0?i:t;let r=Array.isArray(t),s=t&&(Array.isArray(t)?t:[t]);if(e.relativeSelector!==!1)v3t(n,e,s);else if(n.some(c=>c.length>0&&yg(c[0])))throw new Error("Relative selectors are not allowed when the `relativeSelector` option is disabled");let o=!1,a=n.map(c=>{if(c.length>=2){let[l,u]=c;l.type!==de.Pseudo||l.name!=="scope"||(r&&u.type===de.Descendant?c[1]=x3t:(u.type===de.Adjacent||u.type===de.Sibling)&&(o=!0))}return S3t(c,e,s)}).reduce(w3t,Ca.default.falseFunc);return a.shouldTestNextSiblings=o,a}function S3t(n,e,t){var i;return n.reduce((r,s)=>r===Ca.default.falseFunc?Ca.default.falseFunc:kG(r,s,e,t,nS),(i=e.rootFunc)!==null&&i!==void 0?i:Ca.default.trueFunc)}function w3t(n,e){return e===Ca.default.falseFunc||n===Ca.default.trueFunc?n:n===Ca.default.falseFunc||e===Ca.default.trueFunc?e:function(i){return n(i)||e(i)}}var EG=(n,e)=>n===e,P3t={adapter:K2,equals:EG};function CG(n){var e,t,i,r;let s=n??P3t;return(e=s.adapter)!==null&&e!==void 0||(s.adapter=K2),(t=s.equals)!==null&&t!==void 0||(s.equals=(r=(i=s.adapter)===null||i===void 0?void 0:i.equals)!==null&&r!==void 0?r:EG),s}function D5(n){return function(t,i,r){let s=CG(i);return n(t,s,r)}}var _te=D5(TG),yte=D5(eS),gte=D5(nS);function IG(n){return function(t,i,r){let s=CG(r);typeof t!="function"&&(t=eS(t,s,i));let o=k3t(i,s.adapter,t.shouldTestNextSiblings);return n(t,o,s)}}function k3t(n,e,t=!1){return t&&(n=T3t(n,e)),Array.isArray(n)?e.removeSubsets(n):e.getChildren(n)}function T3t(n,e){let t=Array.isArray(n)?n.slice(0):[n],i=t.length;for(let r=0;r<i;r++){let s=F5(t[r],e);t.push(...s)}return t}var j5=IG((n,e,t)=>n===$5.default.falseFunc||!e||e.length===0?[]:t.adapter.findAll(n,e)),iS=IG((n,e,t)=>n===$5.default.falseFunc||!e||e.length===0?null:t.adapter.findOne(n,e));J();St();J();var cH=Vt(En(),1);St();var pH=Vt(En(),1),dH=Vt(En(),1);St();ii();H5();var W5=(n,e={})=>{let t=n._internal_store;if(!t){t={counts:{}},n._internal_store=t;for(let r of n){let s=r.type,o=r[`${s}_id`];if(!o)continue;let a=Number.parseInt(o.split("_").pop());Number.isNaN(a)||(t.counts[s]=Math.max(t.counts[s]??0,a))}}return new Proxy({},{get:(r,s)=>s==="toArray"?()=>n:{get:o=>n.find(a=>a.type===s&&a[`${s}_id`]===o),getUsing:o=>{let a=Object.keys(o);if(a.length!==1)throw new Error("getUsing requires exactly one key, e.g. { pcb_component_id }");let c=a[0],l=c.replace("_id",""),u=n.find(p=>p.type===l&&p[c]===o[c]);return u?n.find(p=>p.type===s&&p[`${s}_id`]===u[`${s}_id`]):null},getWhere:o=>{let a=Object.keys(o);return n.find(c=>c.type===s&&a.every(l=>c[l]===o[l]))},list:o=>{let a=o?Object.keys(o):[];return n.filter(c=>c.type===s&&a.every(l=>c[l]===o[l]))},insert:o=>{var l;(l=t.counts)[s]??(l[s]=-1),t.counts[s]++;let a=t.counts[s],c={type:s,[`${s}_id`]:`${s}_${a}`,...o};return e.validateInserts&&(Yh[s]??Bh).parse(c),n.push(c),c},delete:o=>{let a=n.find(c=>c[`${s}_id`]===o);a&&n.splice(n.indexOf(a),1)},update:(o,a)=>{let c=n.find(l=>l[`${s}_id`]===o);if(c)return Object.assign(c,a),c},select:o=>{if(s==="source_component")return n.find(a=>a.type==="source_component"&&a.name===o.replace(/\./g,""));if(s==="pcb_port"||s==="source_port"||s==="schematic_port"){let[a,c]=o.replace(/\./g,"").split(/[\s\>]+/),l=n.find(p=>p.type==="source_component"&&p.name===a);if(!l)return null;let u=n.find(p=>p.type==="source_port"&&p.source_component_id===l.source_component_id&&(p.name===c||(p.port_hints??[]).includes(c)));if(!u)return null;if(s==="source_port")return u;if(s==="pcb_port")return n.find(p=>p.type==="pcb_port"&&p.source_port_id===u.source_port_id);if(s==="schematic_port")return n.find(p=>p.type==="schematic_port"&&p.source_port_id===u.source_port_id)}}}})};W5.unparsed=W5;var UG=W5;var vne=Vt(GG(),1);er();function io(n){let e=n.width/2,t=n.height/2;return{minX:n.center.x-e,maxX:n.center.x+e,minY:n.center.y-t,maxY:n.center.y+t}}function Pg(n,e){let t=io(n),i=io(e),r=Math.max(t.minX-i.maxX,i.minX-t.maxX,0),s=Math.max(t.minY-i.maxY,i.minY-t.maxY,0),o={x:0,y:0},a={x:0,y:0};return r===0&&s===0?{distance:0,pointA:n.center,pointB:e.center}:(o.x=Vn(n.center.x,i.minX,i.maxX),o.y=Vn(n.center.y,i.minY,i.maxY),a.x=Vn(e.center.x,t.minX,t.maxX),a.y=Vn(e.center.y,t.minY,t.maxY),{distance:Math.hypot(o.x-a.x,o.y-a.y),pointA:o,pointB:a})}function Ao(n,e){return Pg(n,e)}function Q5(n,e){let t=io(n),i=io(e),r=Math.max(t.minX-i.maxX,i.minX-t.maxX,0),s=Math.max(t.minY-i.maxY,i.minY-t.maxY,0);return Math.hypot(r,s)}function Vn(n,e,t){return Math.max(e,Math.min(t,n))}function kg(n,e){let t=Number.POSITIVE_INFINITY,i={x:0,y:0},r={x:0,y:0};for(let s of n)for(let o of e){let{distance:a,pointA:c,pointB:l}=Pg(s,o);a<t&&(t=a,i=c,r=l)}return{pointA:i,pointB:r,distance:t}}er();er();var QG="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";var tH=(n=21)=>{let e="",t=crypto.getRandomValues(new Uint8Array(n|=0));for(;n--;)e+=QG[t[n]&63];return e};er();var nd=(n,e)=>Math.abs(n.x-e.x)+Math.abs(n.y-e.y),eH=(n,e)=>{let t=e.x-n.x,i=e.y-n.y;return Math.abs(t)>Math.abs(i)?{dx:Math.sign(t),dy:0}:{dx:0,dy:Math.sign(i)}},oH=(n,e,t)=>Math.abs(n.x-e.x)*Math.abs(t.dx)+Math.abs(n.y-e.y)*Math.abs(t.dy),aH=(n,e=.1)=>`${Math.round(n.x/e)},${Math.round(n.y/e)}`,nH=(n,e)=>Math.abs(n-e)<1e-4,lH=(n,e,{viaDiameter:t=.5}={})=>{let i=[];for(let r=0;r<n.length-1;r++){let[s,o]=[n[r],n[r+1]],a=r-1>=0?n[r-1]:null,c=nH(s.y,o.y),l=nH(s.x,o.x);if(!c&&!l)throw new Error(`getObstaclesFromTrace currently only supports horizontal and vertical traces (not diagonals) Conflicting trace: ${e}, start: (${s.x}, ${s.y}), end: (${o.x}, ${o.y})`);let u={type:"rect",layers:[s.layer],center:{x:(s.x+o.x)/2,y:(s.y+o.y)/2},width:c?Math.abs(s.x-o.x):.1,height:l?Math.abs(s.y-o.y):.1,connectedTo:[e]};if(i.push(u),a&&a.layer===s.layer&&s.layer!==o.layer){let p={type:"rect",layers:[s.layer,o.layer],center:{x:s.x,y:s.y},connectedTo:[e],width:t,height:t};i.push(p)}}return i},uH=class{constructor(n){f(this,"obstacles");f(this,"GRID_STEP",.1);this.obstacles=n.map(e=>({...e,left:e.center.x-e.width/2,right:e.center.x+e.width/2,top:e.center.y+e.height/2,bottom:e.center.y-e.height/2}))}getObstacleAt(n,e,t){t??(t=this.GRID_STEP);for(let i of this.obstacles){let r=i.width/2+t,s=i.height/2+t;if(n>=i.center.x-r&&n<=i.center.x+r&&e>=i.center.y-s&&e<=i.center.y+s)return i}return null}isObstacleAt(n,e,t){return this.getObstacleAt(n,e,t)!==null}getDirectionDistancesToNearestObstacle(n,e){let{GRID_STEP:t}=this,i={left:1/0,top:1/0,bottom:1/0,right:1/0};for(let r of this.obstacles)if(r.type==="rect"){let s=r.center.x-r.width/2-t,o=r.center.x+r.width/2+t,a=r.center.y+r.height/2+t,c=r.center.y-r.height/2-t;e>=c&&e<=a&&n>s&&(i.left=Math.min(i.left,n-o)),e>=c&&e<=a&&n<o&&(i.right=Math.min(i.right,s-n)),n>=s&&n<=o&&e<a&&(i.top=Math.min(i.top,c-e)),n>=s&&n<=o&&e>c&&(i.bottom=Math.min(i.bottom,e-a))}return i}getOrthoDirectionCollisionInfo(n,e,{margin:t=0}={}){let{x:i,y:r}=n,{dx:s,dy:o}=e,a=1/0,c=null;for(let l of this.obstacles){let u=l.left-t,p=l.right+t,d=l.top+t,_=l.bottom-t,g=null;s===1&&o===0?r>_&&r<d&&i<l.left&&(g=l.left-i):s===-1&&o===0?r>_&&r<d&&i>l.right&&(g=i-l.right):s===0&&o===1?i>u&&i<p&&r<l.bottom&&(g=l.bottom-r):s===0&&o===-1&&i>u&&i<p&&r>l.top&&(g=r-l.top),g!==null&&g<a&&(a=g,c=l)}return{dx:s,dy:o,wallDistance:a,obstacle:c}}getObstaclesOverlappingRegion(n){let e=[];for(let t of this.obstacles){let{left:i,right:r,top:s,bottom:o}=t;i<=n.maxX&&r>=n.minX&&s<=n.maxY&&o>=n.minY&&e.push(t)}return e}};function A3t(n){if(n.length<4)return n;let e=[{...n[0]}],t=n[0].layer;for(let i=1;i<n.length;i++){let r={start:n[i-1],end:n[i]},s=n[i].route_type==="via"||n[i-1].route_type==="via";if(n[i].layer!==t||s){e.push({...n[i]}),t=n[i].layer;continue}let o=!1,a=null,c=-1;for(let u=0;u<e.length-1;u++){let p={start:e[u],end:e[u+1]};if(p.start.layer===r.start.layer&&p.start.layer===r.start.layer){let d=R3t(p,r);if(d){o=!0,a={...d,layer:t},c=u;break}}}o&&a&&(e.splice(c+1),e.push(a));let l=e[e.length-1];(l.x!==n[i].x||l.y!==n[i].y)&&e.push(n[i])}return e}function R3t(n,e){if(n.start.x===n.end.x&&e.start.x===e.end.x||n.start.y===n.end.y&&e.start.y===e.end.y)return null;let t;if(n.start.x===n.end.x){let i=n.start.x,r=e.start.y;t={...n.start,x:i,y:r}}else{let i=e.start.x,r=n.start.y;t={...n.start,x:i,y:r}}return iH(t,n)&&iH(t,e)?t:null}function iH(n,e){return n.x>=Math.min(e.start.x,e.end.x)&&n.x<=Math.max(e.start.x,e.end.x)&&n.y>=Math.min(e.start.y,e.end.y)&&n.y<=Math.max(e.start.y,e.end.y)}function O3t(n){let e=[n[0]];for(let t=1;t<n.length-1;t++){let[i,r,s]=[n[t-1],n[t],n[t+1]];e.push(r),!(r.route_type!=="wire"||i.route_type!=="wire"||s.route_type!=="wire")&&i.layer===r.layer&&r.layer!==s.layer&&e.push({route_type:"via",from_layer:r.layer,to_layer:s.layer,x:r.x,y:r.y})}return e.push(n[n.length-1]),e}var xne=(0,pH.default)("autorouter:shortenPathWithShortcuts");function L3t(n,e){if(n.length<=2)return n;let t=[n[0]];for(let i=1;i<n.length;i++){let r={start:t[t.length-1],end:n[i]},s=-1,o=r.start.x===r.end.x,a=r.start.y===r.end.y;for(let c=i+1;c<n.length;c++){if(c<=s)continue;let l={start:n[c],end:n[c+1]};if(!l.end)continue;let u=l.start.x===l.end.x,p=l.start.y===l.end.y,d=o&&u,_=a&&p;if(_&&d||!(d||_))continue;let x=!1,v=Math.min(r.start.x,r.end.x),w=Math.max(r.start.x,r.end.x),P=Math.min(l.start.x,l.end.x),T=Math.max(l.start.x,l.end.x),k=Math.min(r.start.y,r.end.y),C=Math.max(r.start.y,r.end.y),M=Math.min(l.start.y,l.end.y),I=Math.max(l.start.y,l.end.y);if(_?x=v<=T&&w>=P:d&&(x=k<=I&&C>=M),!x)continue;let E=[],A=t[t.length-1],R=n[c+2];if(!R)continue;_&&P<w&&R.x===P&&E.push({x:P,y:r.start.y,layer:r.start.layer}),_&&T>v&&R.x===T&&E.push({x:T,y:r.start.y,layer:r.start.layer}),d&&M<C&&R.y===M&&E.push({x:r.start.x,y:M,layer:r.start.layer}),d&&I>k&&R.y===I&&E.push({x:r.start.x,y:I,layer:r.start.layer});let B=null;for(let j of E)if(!(e(A,j)||e(R,j))){B=j;break}if(B){t.push(B),i=c+1,s=c+1;break}}s===-1&&t.push(n[i])}return t[t.length-1]!==n[n.length-1]&&t.push(n[n.length-1]),t}var ed=(0,cH.default)("autorouting-dataset:astar"),hH=class{constructor(n){f(this,"openSet",[]);f(this,"closedSet",new Set);f(this,"debug",!1);f(this,"debugSolutions");f(this,"debugMessage",null);f(this,"debugTraceCount",0);f(this,"input");f(this,"obstacles");f(this,"allObstacles");f(this,"startNode");f(this,"goalPoint");f(this,"GRID_STEP");f(this,"OBSTACLE_MARGIN");f(this,"MAX_ITERATIONS");f(this,"isRemovePathLoopsEnabled");f(this,"isShortenPathWithShortcutsEnabled");f(this,"GREEDY_MULTIPLIER",1.1);f(this,"iterations",-1);this.input=n.input,this.allObstacles=n.input.obstacles,this.startNode=n.startNode,this.goalPoint=n.goalPoint?{l:0,...n.goalPoint}:void 0,this.GRID_STEP=n.GRID_STEP??.1,this.OBSTACLE_MARGIN=n.OBSTACLE_MARGIN??.15,this.MAX_ITERATIONS=n.MAX_ITERATIONS??100,this.debug=n.debug??ed.enabled,this.isRemovePathLoopsEnabled=n.isRemovePathLoopsEnabled??!1,this.isShortenPathWithShortcutsEnabled=n.isShortenPathWithShortcutsEnabled??!1,this.debug&&(ed.enabled=!0),ed.enabled&&(this.debugSolutions={},this.debugMessage="")}getNeighbors(n){return[]}isSameNode(n,e){return nd(n,e)<this.GRID_STEP}computeG(n,e){return n.g+nd(n,e)}computeH(n){return nd(n,this.goalPoint)}getNodeName(n){return aH(n,this.GRID_STEP)}solveOneStep(){this.iterations+=1;let{openSet:n,closedSet:e,GRID_STEP:t,goalPoint:i}=this;n.sort((a,c)=>a.f-c.f);let r=n.shift();if(this.computeH(r)<=t*2)return{solved:!0,current:r,newNeighbors:[]};this.closedSet.add(this.getNodeName(r));let o=[];for(let a of this.getNeighbors(r)){if(e.has(this.getNodeName(a)))continue;let c=this.computeG(r,a),l=this.openSet.find(u=>this.isSameNode(u,a));if(!l||c<l.g){let u=this.computeH(a),p=c+u*this.GREEDY_MULTIPLIER,d={...a,g:c,h:u,f:p,obstacleHit:a.obstacleHit??void 0,manDistFromParent:nd(r,a),nodesInPath:r.nodesInPath+1,parent:r,enterMarginCost:a.enterMarginCost,travelMarginCostFactor:a.travelMarginCostFactor};n.push(d),o.push(d)}}return ed.enabled&&(n.sort((a,c)=>a.f-c.f),this.drawDebugSolution({current:r,newNeighbors:o})),{solved:!1,current:r,newNeighbors:o}}getStartNode(n){return{x:n.pointsToConnect[0].x,y:n.pointsToConnect[0].y,manDistFromParent:0,f:0,g:0,h:0,nodesInPath:0,parent:null}}layerToIndex(n){return 0}indexToLayer(n){return"top"}preprocessConnectionBeforeSolving(n){return n}solveConnection(n){if(n.pointsToConnect.length>2)throw new Error("GeneralizedAstarAutorouter doesn't currently support 2+ points in a connection");n=this.preprocessConnectionBeforeSolving(n);let{pointsToConnect:e}=n;for(this.iterations=0,this.closedSet=new Set,this.startNode=this.getStartNode(n),this.goalPoint={...e[e.length-1],l:this.layerToIndex(e[e.length-1].layer)},this.openSet=[this.startNode];this.iterations<this.MAX_ITERATIONS;){let{solved:t,current:i}=this.solveOneStep();if(t){let r=[],s=i;for(;s;){let o=s.l;r.unshift({x:s.x,y:s.y,layer:o!==void 0?this.indexToLayer(o):e[0].layer}),s=s.parent}return ed.enabled&&(this.debugMessage+=`t${this.debugTraceCount}: ${this.iterations} iterations
159
+ )`,enabled:":not(:disabled)",checked:":is(:is(input[type=radio], input[type=checkbox])[checked], option:selected)",required:":is(input, select, textarea)[required]",optional:":is(input, select, textarea):not([required])",selected:"option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)",checkbox:"[type=checkbox]",file:"[type=file]",password:"[type=password]",radio:"[type=radio]",reset:"[type=reset]",image:"[type=image]",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(button, input[type=button])",input:":is(input, textarea, select, button)",text:"input:is(:not([type!='']), [type=text])"};var Ms=Vt(qh(),1);var O5={};function L5(n,e){return n===Ms.default.falseFunc?Ms.default.falseFunc:t=>e.isTag(t)&&n(t)}function F5(n,e){let t=e.getSiblings(n);if(t.length<=1)return[];let i=t.indexOf(n);return i<0||i===t.length-1?[]:t.slice(i+1).filter(e.isTag)}function R5(n){return{xmlMode:!!n.xmlMode,lowerCaseAttributeNames:!!n.lowerCaseAttributeNames,lowerCaseTags:!!n.lowerCaseTags,quirksMode:!!n.quirksMode,cacheResults:!!n.cacheResults,pseudos:n.pseudos,adapter:n.adapter,equals:n.equals}}var A5=(n,e,t,i,r)=>{let s=r(e,R5(t),i);return s===Ms.default.trueFunc?n:s===Ms.default.falseFunc?Ms.default.falseFunc:o=>s(o)&&n(o)},tS={is:A5,matches:A5,where:A5,not(n,e,t,i,r){let s=r(e,R5(t),i);return s===Ms.default.falseFunc?n:s===Ms.default.trueFunc?Ms.default.falseFunc:o=>!s(o)&&n(o)},has(n,e,t,i,r){let{adapter:s}=t,o=R5(t);o.relativeSelector=!0;let a=e.some(u=>u.some(yg))?[O5]:void 0,c=r(e,o,a);if(c===Ms.default.falseFunc)return Ms.default.falseFunc;let l=L5(c,s);if(a&&c!==Ms.default.trueFunc){let{shouldTestNextSiblings:u=!1}=c;return p=>{if(!n(p))return!1;a[0]=p;let d=s.getChildren(p),_=u?[...d,...F5(p,s)]:d;return s.existsOne(l,_)}}return u=>n(u)&&s.existsOne(l,s.getChildren(u))}};function PG(n,e,t,i,r){var s;let{name:o,data:a}=e;if(Array.isArray(a)){if(!(o in tS))throw new Error(`Unknown pseudo-class :${o}(${a})`);return tS[o](n,a,t,i,r)}let c=(s=t.pseudos)===null||s===void 0?void 0:s[o],l=typeof c=="string"?c:N5[o];if(typeof l=="string"){if(a!=null)throw new Error(`Pseudo ${o} doesn't have any arguments`);let u=_g(l);return tS.is(n,u,t,i,r)}if(typeof c=="function")return I5(c,o,a,1),u=>c(u,a)&&n(u);if(o in xg)return xg[o](n,a,t,i);if(o in Q2){let u=Q2[o];return I5(u,o,a,2),p=>u(p,t,a)&&n(p)}throw new Error(`Unknown pseudo-class :${o}`)}function z5(n,e){let t=e.getParent(n);return t&&e.isTag(t)?t:null}function kG(n,e,t,i,r){let{adapter:s,equals:o}=t;switch(e.type){case de.PseudoElement:throw new Error("Pseudo-elements are not supported by css-select");case de.ColumnCombinator:throw new Error("Column combinators are not yet supported by css-select");case de.Attribute:{if(e.namespace!=null)throw new Error("Namespaced attributes are not yet supported by css-select");return(!t.xmlMode||t.lowerCaseAttributeNames)&&(e.name=e.name.toLowerCase()),bG[e.action](n,e,t)}case de.Pseudo:return PG(n,e,t,i,r);case de.Tag:{if(e.namespace!=null)throw new Error("Namespaced tag names are not yet supported by css-select");let{name:a}=e;return(!t.xmlMode||t.lowerCaseTags)&&(a=a.toLowerCase()),function(l){return s.getName(l)===a&&n(l)}}case de.Descendant:{if(t.cacheResults===!1||typeof WeakSet>"u")return function(l){let u=l;for(;u=z5(u,s);)if(n(u))return!0;return!1};let a=new WeakSet;return function(l){let u=l;for(;u=z5(u,s);)if(!a.has(u)){if(s.isTag(u)&&n(u))return!0;a.add(u)}return!1}}case"_flexibleDescendant":return function(c){let l=c;do if(n(l))return!0;while(l=z5(l,s));return!1};case de.Parent:return function(c){return s.getChildren(c).some(l=>s.isTag(l)&&n(l))};case de.Child:return function(c){let l=s.getParent(c);return l!=null&&s.isTag(l)&&n(l)};case de.Sibling:return function(c){let l=s.getSiblings(c);for(let u=0;u<l.length;u++){let p=l[u];if(o(c,p))break;if(s.isTag(p)&&n(p))return!0}return!1};case de.Adjacent:return s.prevElementSibling?function(c){let l=s.prevElementSibling(c);return l!=null&&n(l)}:function(c){let l=s.getSiblings(c),u;for(let p=0;p<l.length;p++){let d=l[p];if(o(c,d))break;s.isTag(d)&&(u=d)}return!!u&&n(u)};case de.Universal:{if(e.namespace!=null&&e.namespace!=="*")throw new Error("Namespaced universal selectors are not yet supported by css-select");return n}}}function TG(n,e,t){let i=eS(n,e,t);return L5(i,e.adapter)}function eS(n,e,t){let i=typeof n=="string"?_g(n):n;return nS(i,e,t)}function MG(n){return n.type===de.Pseudo&&(n.name==="scope"||Array.isArray(n.data)&&n.data.some(e=>e.some(MG)))}var g3t={type:de.Descendant},x3t={type:"_flexibleDescendant"},b3t={type:de.Pseudo,name:"scope",data:null};function v3t(n,{adapter:e},t){let i=!!t?.every(r=>{let s=e.isTag(r)&&e.getParent(r);return r===O5||s&&e.isTag(s)});for(let r of n){if(!(r.length>0&&yg(r[0])&&r[0].type!==de.Descendant))if(i&&!r.some(MG))r.unshift(g3t);else continue;r.unshift(b3t)}}function nS(n,e,t){var i;n.forEach(M5),t=(i=e.context)!==null&&i!==void 0?i:t;let r=Array.isArray(t),s=t&&(Array.isArray(t)?t:[t]);if(e.relativeSelector!==!1)v3t(n,e,s);else if(n.some(c=>c.length>0&&yg(c[0])))throw new Error("Relative selectors are not allowed when the `relativeSelector` option is disabled");let o=!1,a=n.map(c=>{if(c.length>=2){let[l,u]=c;l.type!==de.Pseudo||l.name!=="scope"||(r&&u.type===de.Descendant?c[1]=x3t:(u.type===de.Adjacent||u.type===de.Sibling)&&(o=!0))}return S3t(c,e,s)}).reduce(w3t,Ca.default.falseFunc);return a.shouldTestNextSiblings=o,a}function S3t(n,e,t){var i;return n.reduce((r,s)=>r===Ca.default.falseFunc?Ca.default.falseFunc:kG(r,s,e,t,nS),(i=e.rootFunc)!==null&&i!==void 0?i:Ca.default.trueFunc)}function w3t(n,e){return e===Ca.default.falseFunc||n===Ca.default.trueFunc?n:n===Ca.default.falseFunc||e===Ca.default.trueFunc?e:function(i){return n(i)||e(i)}}var EG=(n,e)=>n===e,P3t={adapter:K2,equals:EG};function CG(n){var e,t,i,r;let s=n??P3t;return(e=s.adapter)!==null&&e!==void 0||(s.adapter=K2),(t=s.equals)!==null&&t!==void 0||(s.equals=(r=(i=s.adapter)===null||i===void 0?void 0:i.equals)!==null&&r!==void 0?r:EG),s}function D5(n){return function(t,i,r){let s=CG(i);return n(t,s,r)}}var _te=D5(TG),yte=D5(eS),gte=D5(nS);function IG(n){return function(t,i,r){let s=CG(r);typeof t!="function"&&(t=eS(t,s,i));let o=k3t(i,s.adapter,t.shouldTestNextSiblings);return n(t,o,s)}}function k3t(n,e,t=!1){return t&&(n=T3t(n,e)),Array.isArray(n)?e.removeSubsets(n):e.getChildren(n)}function T3t(n,e){let t=Array.isArray(n)?n.slice(0):[n],i=t.length;for(let r=0;r<i;r++){let s=F5(t[r],e);t.push(...s)}return t}var j5=IG((n,e,t)=>n===$5.default.falseFunc||!e||e.length===0?[]:t.adapter.findAll(n,e)),iS=IG((n,e,t)=>n===$5.default.falseFunc||!e||e.length===0?null:t.adapter.findOne(n,e));J();St();J();var cH=Vt(En(),1);St();var pH=Vt(En(),1),dH=Vt(En(),1);St();ii();H5();var W5=(n,e={})=>{let t=n._internal_store;if(!t){t={counts:{}},n._internal_store=t;for(let r of n){let s=r.type,o=r[`${s}_id`];if(!o)continue;let a=Number.parseInt(o.split("_").pop());Number.isNaN(a)||(t.counts[s]=Math.max(t.counts[s]??0,a))}}return new Proxy({},{get:(r,s)=>s==="toArray"?()=>n:{get:o=>n.find(a=>a.type===s&&a[`${s}_id`]===o),getUsing:o=>{let a=Object.keys(o);if(a.length!==1)throw new Error("getUsing requires exactly one key, e.g. { pcb_component_id }");let c=a[0],l=c.replace("_id",""),u=n.find(p=>p.type===l&&p[c]===o[c]);return u?n.find(p=>p.type===s&&p[`${s}_id`]===u[`${s}_id`]):null},getWhere:o=>{let a=Object.keys(o);return n.find(c=>c.type===s&&a.every(l=>c[l]===o[l]))},list:o=>{let a=o?Object.keys(o):[];return n.filter(c=>c.type===s&&a.every(l=>c[l]===o[l]))},insert:o=>{var l;(l=t.counts)[s]??(l[s]=-1),t.counts[s]++;let a=t.counts[s],c={type:s,[`${s}_id`]:`${s}_${a}`,...o};return e.validateInserts&&(Yh[s]??Bh).parse(c),n.push(c),c},delete:o=>{let a=n.find(c=>c[`${s}_id`]===o);a&&n.splice(n.indexOf(a),1)},update:(o,a)=>{let c=n.find(l=>l.type===s&&l[`${s}_id`]===o);if(c)return Object.assign(c,a),c},select:o=>{if(s==="source_component")return n.find(a=>a.type==="source_component"&&a.name===o.replace(/\./g,""));if(s==="pcb_port"||s==="source_port"||s==="schematic_port"){let[a,c]=o.replace(/\./g,"").split(/[\s\>]+/),l=n.find(p=>p.type==="source_component"&&p.name===a);if(!l)return null;let u=n.find(p=>p.type==="source_port"&&p.source_component_id===l.source_component_id&&(p.name===c||(p.port_hints??[]).includes(c)));if(!u)return null;if(s==="source_port")return u;if(s==="pcb_port")return n.find(p=>p.type==="pcb_port"&&p.source_port_id===u.source_port_id);if(s==="schematic_port")return n.find(p=>p.type==="schematic_port"&&p.source_port_id===u.source_port_id)}}}})};W5.unparsed=W5;var UG=W5;var vne=Vt(GG(),1);er();function io(n){let e=n.width/2,t=n.height/2;return{minX:n.center.x-e,maxX:n.center.x+e,minY:n.center.y-t,maxY:n.center.y+t}}function Pg(n,e){let t=io(n),i=io(e),r=Math.max(t.minX-i.maxX,i.minX-t.maxX,0),s=Math.max(t.minY-i.maxY,i.minY-t.maxY,0),o={x:0,y:0},a={x:0,y:0};return r===0&&s===0?{distance:0,pointA:n.center,pointB:e.center}:(o.x=Vn(n.center.x,i.minX,i.maxX),o.y=Vn(n.center.y,i.minY,i.maxY),a.x=Vn(e.center.x,t.minX,t.maxX),a.y=Vn(e.center.y,t.minY,t.maxY),{distance:Math.hypot(o.x-a.x,o.y-a.y),pointA:o,pointB:a})}function Ao(n,e){return Pg(n,e)}function Q5(n,e){let t=io(n),i=io(e),r=Math.max(t.minX-i.maxX,i.minX-t.maxX,0),s=Math.max(t.minY-i.maxY,i.minY-t.maxY,0);return Math.hypot(r,s)}function Vn(n,e,t){return Math.max(e,Math.min(t,n))}function kg(n,e){let t=Number.POSITIVE_INFINITY,i={x:0,y:0},r={x:0,y:0};for(let s of n)for(let o of e){let{distance:a,pointA:c,pointB:l}=Pg(s,o);a<t&&(t=a,i=c,r=l)}return{pointA:i,pointB:r,distance:t}}er();er();var QG="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";var tH=(n=21)=>{let e="",t=crypto.getRandomValues(new Uint8Array(n|=0));for(;n--;)e+=QG[t[n]&63];return e};er();var nd=(n,e)=>Math.abs(n.x-e.x)+Math.abs(n.y-e.y),eH=(n,e)=>{let t=e.x-n.x,i=e.y-n.y;return Math.abs(t)>Math.abs(i)?{dx:Math.sign(t),dy:0}:{dx:0,dy:Math.sign(i)}},oH=(n,e,t)=>Math.abs(n.x-e.x)*Math.abs(t.dx)+Math.abs(n.y-e.y)*Math.abs(t.dy),aH=(n,e=.1)=>`${Math.round(n.x/e)},${Math.round(n.y/e)}`,nH=(n,e)=>Math.abs(n-e)<1e-4,lH=(n,e,{viaDiameter:t=.5}={})=>{let i=[];for(let r=0;r<n.length-1;r++){let[s,o]=[n[r],n[r+1]],a=r-1>=0?n[r-1]:null,c=nH(s.y,o.y),l=nH(s.x,o.x);if(!c&&!l)throw new Error(`getObstaclesFromTrace currently only supports horizontal and vertical traces (not diagonals) Conflicting trace: ${e}, start: (${s.x}, ${s.y}), end: (${o.x}, ${o.y})`);let u={type:"rect",layers:[s.layer],center:{x:(s.x+o.x)/2,y:(s.y+o.y)/2},width:c?Math.abs(s.x-o.x):.1,height:l?Math.abs(s.y-o.y):.1,connectedTo:[e]};if(i.push(u),a&&a.layer===s.layer&&s.layer!==o.layer){let p={type:"rect",layers:[s.layer,o.layer],center:{x:s.x,y:s.y},connectedTo:[e],width:t,height:t};i.push(p)}}return i},uH=class{constructor(n){f(this,"obstacles");f(this,"GRID_STEP",.1);this.obstacles=n.map(e=>({...e,left:e.center.x-e.width/2,right:e.center.x+e.width/2,top:e.center.y+e.height/2,bottom:e.center.y-e.height/2}))}getObstacleAt(n,e,t){t??(t=this.GRID_STEP);for(let i of this.obstacles){let r=i.width/2+t,s=i.height/2+t;if(n>=i.center.x-r&&n<=i.center.x+r&&e>=i.center.y-s&&e<=i.center.y+s)return i}return null}isObstacleAt(n,e,t){return this.getObstacleAt(n,e,t)!==null}getDirectionDistancesToNearestObstacle(n,e){let{GRID_STEP:t}=this,i={left:1/0,top:1/0,bottom:1/0,right:1/0};for(let r of this.obstacles)if(r.type==="rect"){let s=r.center.x-r.width/2-t,o=r.center.x+r.width/2+t,a=r.center.y+r.height/2+t,c=r.center.y-r.height/2-t;e>=c&&e<=a&&n>s&&(i.left=Math.min(i.left,n-o)),e>=c&&e<=a&&n<o&&(i.right=Math.min(i.right,s-n)),n>=s&&n<=o&&e<a&&(i.top=Math.min(i.top,c-e)),n>=s&&n<=o&&e>c&&(i.bottom=Math.min(i.bottom,e-a))}return i}getOrthoDirectionCollisionInfo(n,e,{margin:t=0}={}){let{x:i,y:r}=n,{dx:s,dy:o}=e,a=1/0,c=null;for(let l of this.obstacles){let u=l.left-t,p=l.right+t,d=l.top+t,_=l.bottom-t,g=null;s===1&&o===0?r>_&&r<d&&i<l.left&&(g=l.left-i):s===-1&&o===0?r>_&&r<d&&i>l.right&&(g=i-l.right):s===0&&o===1?i>u&&i<p&&r<l.bottom&&(g=l.bottom-r):s===0&&o===-1&&i>u&&i<p&&r>l.top&&(g=r-l.top),g!==null&&g<a&&(a=g,c=l)}return{dx:s,dy:o,wallDistance:a,obstacle:c}}getObstaclesOverlappingRegion(n){let e=[];for(let t of this.obstacles){let{left:i,right:r,top:s,bottom:o}=t;i<=n.maxX&&r>=n.minX&&s<=n.maxY&&o>=n.minY&&e.push(t)}return e}};function A3t(n){if(n.length<4)return n;let e=[{...n[0]}],t=n[0].layer;for(let i=1;i<n.length;i++){let r={start:n[i-1],end:n[i]},s=n[i].route_type==="via"||n[i-1].route_type==="via";if(n[i].layer!==t||s){e.push({...n[i]}),t=n[i].layer;continue}let o=!1,a=null,c=-1;for(let u=0;u<e.length-1;u++){let p={start:e[u],end:e[u+1]};if(p.start.layer===r.start.layer&&p.start.layer===r.start.layer){let d=R3t(p,r);if(d){o=!0,a={...d,layer:t},c=u;break}}}o&&a&&(e.splice(c+1),e.push(a));let l=e[e.length-1];(l.x!==n[i].x||l.y!==n[i].y)&&e.push(n[i])}return e}function R3t(n,e){if(n.start.x===n.end.x&&e.start.x===e.end.x||n.start.y===n.end.y&&e.start.y===e.end.y)return null;let t;if(n.start.x===n.end.x){let i=n.start.x,r=e.start.y;t={...n.start,x:i,y:r}}else{let i=e.start.x,r=n.start.y;t={...n.start,x:i,y:r}}return iH(t,n)&&iH(t,e)?t:null}function iH(n,e){return n.x>=Math.min(e.start.x,e.end.x)&&n.x<=Math.max(e.start.x,e.end.x)&&n.y>=Math.min(e.start.y,e.end.y)&&n.y<=Math.max(e.start.y,e.end.y)}function O3t(n){let e=[n[0]];for(let t=1;t<n.length-1;t++){let[i,r,s]=[n[t-1],n[t],n[t+1]];e.push(r),!(r.route_type!=="wire"||i.route_type!=="wire"||s.route_type!=="wire")&&i.layer===r.layer&&r.layer!==s.layer&&e.push({route_type:"via",from_layer:r.layer,to_layer:s.layer,x:r.x,y:r.y})}return e.push(n[n.length-1]),e}var xne=(0,pH.default)("autorouter:shortenPathWithShortcuts");function L3t(n,e){if(n.length<=2)return n;let t=[n[0]];for(let i=1;i<n.length;i++){let r={start:t[t.length-1],end:n[i]},s=-1,o=r.start.x===r.end.x,a=r.start.y===r.end.y;for(let c=i+1;c<n.length;c++){if(c<=s)continue;let l={start:n[c],end:n[c+1]};if(!l.end)continue;let u=l.start.x===l.end.x,p=l.start.y===l.end.y,d=o&&u,_=a&&p;if(_&&d||!(d||_))continue;let x=!1,v=Math.min(r.start.x,r.end.x),w=Math.max(r.start.x,r.end.x),P=Math.min(l.start.x,l.end.x),T=Math.max(l.start.x,l.end.x),k=Math.min(r.start.y,r.end.y),C=Math.max(r.start.y,r.end.y),M=Math.min(l.start.y,l.end.y),I=Math.max(l.start.y,l.end.y);if(_?x=v<=T&&w>=P:d&&(x=k<=I&&C>=M),!x)continue;let E=[],A=t[t.length-1],R=n[c+2];if(!R)continue;_&&P<w&&R.x===P&&E.push({x:P,y:r.start.y,layer:r.start.layer}),_&&T>v&&R.x===T&&E.push({x:T,y:r.start.y,layer:r.start.layer}),d&&M<C&&R.y===M&&E.push({x:r.start.x,y:M,layer:r.start.layer}),d&&I>k&&R.y===I&&E.push({x:r.start.x,y:I,layer:r.start.layer});let B=null;for(let j of E)if(!(e(A,j)||e(R,j))){B=j;break}if(B){t.push(B),i=c+1,s=c+1;break}}s===-1&&t.push(n[i])}return t[t.length-1]!==n[n.length-1]&&t.push(n[n.length-1]),t}var ed=(0,cH.default)("autorouting-dataset:astar"),hH=class{constructor(n){f(this,"openSet",[]);f(this,"closedSet",new Set);f(this,"debug",!1);f(this,"debugSolutions");f(this,"debugMessage",null);f(this,"debugTraceCount",0);f(this,"input");f(this,"obstacles");f(this,"allObstacles");f(this,"startNode");f(this,"goalPoint");f(this,"GRID_STEP");f(this,"OBSTACLE_MARGIN");f(this,"MAX_ITERATIONS");f(this,"isRemovePathLoopsEnabled");f(this,"isShortenPathWithShortcutsEnabled");f(this,"GREEDY_MULTIPLIER",1.1);f(this,"iterations",-1);this.input=n.input,this.allObstacles=n.input.obstacles,this.startNode=n.startNode,this.goalPoint=n.goalPoint?{l:0,...n.goalPoint}:void 0,this.GRID_STEP=n.GRID_STEP??.1,this.OBSTACLE_MARGIN=n.OBSTACLE_MARGIN??.15,this.MAX_ITERATIONS=n.MAX_ITERATIONS??100,this.debug=n.debug??ed.enabled,this.isRemovePathLoopsEnabled=n.isRemovePathLoopsEnabled??!1,this.isShortenPathWithShortcutsEnabled=n.isShortenPathWithShortcutsEnabled??!1,this.debug&&(ed.enabled=!0),ed.enabled&&(this.debugSolutions={},this.debugMessage="")}getNeighbors(n){return[]}isSameNode(n,e){return nd(n,e)<this.GRID_STEP}computeG(n,e){return n.g+nd(n,e)}computeH(n){return nd(n,this.goalPoint)}getNodeName(n){return aH(n,this.GRID_STEP)}solveOneStep(){this.iterations+=1;let{openSet:n,closedSet:e,GRID_STEP:t,goalPoint:i}=this;n.sort((a,c)=>a.f-c.f);let r=n.shift();if(this.computeH(r)<=t*2)return{solved:!0,current:r,newNeighbors:[]};this.closedSet.add(this.getNodeName(r));let o=[];for(let a of this.getNeighbors(r)){if(e.has(this.getNodeName(a)))continue;let c=this.computeG(r,a),l=this.openSet.find(u=>this.isSameNode(u,a));if(!l||c<l.g){let u=this.computeH(a),p=c+u*this.GREEDY_MULTIPLIER,d={...a,g:c,h:u,f:p,obstacleHit:a.obstacleHit??void 0,manDistFromParent:nd(r,a),nodesInPath:r.nodesInPath+1,parent:r,enterMarginCost:a.enterMarginCost,travelMarginCostFactor:a.travelMarginCostFactor};n.push(d),o.push(d)}}return ed.enabled&&(n.sort((a,c)=>a.f-c.f),this.drawDebugSolution({current:r,newNeighbors:o})),{solved:!1,current:r,newNeighbors:o}}getStartNode(n){return{x:n.pointsToConnect[0].x,y:n.pointsToConnect[0].y,manDistFromParent:0,f:0,g:0,h:0,nodesInPath:0,parent:null}}layerToIndex(n){return 0}indexToLayer(n){return"top"}preprocessConnectionBeforeSolving(n){return n}solveConnection(n){if(n.pointsToConnect.length>2)throw new Error("GeneralizedAstarAutorouter doesn't currently support 2+ points in a connection");n=this.preprocessConnectionBeforeSolving(n);let{pointsToConnect:e}=n;for(this.iterations=0,this.closedSet=new Set,this.startNode=this.getStartNode(n),this.goalPoint={...e[e.length-1],l:this.layerToIndex(e[e.length-1].layer)},this.openSet=[this.startNode];this.iterations<this.MAX_ITERATIONS;){let{solved:t,current:i}=this.solveOneStep();if(t){let r=[],s=i;for(;s;){let o=s.l;r.unshift({x:s.x,y:s.y,layer:o!==void 0?this.indexToLayer(o):e[0].layer}),s=s.parent}return ed.enabled&&(this.debugMessage+=`t${this.debugTraceCount}: ${this.iterations} iterations
160
160
  `),this.isRemovePathLoopsEnabled&&(r=A3t(r)),this.isShortenPathWithShortcutsEnabled&&(r=L3t(r,(o,a)=>{if(o.x===a.x&&o.y===a.y)return!1;let c=this.obstacles.getOrthoDirectionCollisionInfo({x:o.x,y:o.y,l:this.layerToIndex(o.layer)??0},{dx:Math.sign(a.x-o.x),dy:Math.sign(a.y-o.y),dl:0},{margin:.05}),l=Math.sqrt((o.x-a.x)**2+(o.y-a.y)**2);return c.wallDistance<l})),{solved:!0,route:r,connectionName:n.name}}if(this.openSet.length===0)break}return ed.enabled&&(this.debugMessage+=`t${this.debugTraceCount}: ${this.iterations} iterations (failed)
161
161
  `),{solved:!1,connectionName:n.name}}createObstacleList({dominantLayer:n,connection:e,obstaclesFromTraces:t}){return new uH(this.allObstacles.filter(i=>!i.connectedTo.includes(e.name)).filter(i=>i.layers.includes(n)).concat(t??[]))}postprocessConnectionSolveResult(n,e){return e}solve(){let n=[],e=[];this.debugTraceCount=0;for(let t of this.input.connections){let i=t.pointsToConnect[0].layer??"top";this.debugTraceCount+=1,this.obstacles=this.createObstacleList({dominantLayer:i,connection:t,obstaclesFromTraces:e});let r=this.solveConnection(t);r=this.postprocessConnectionSolveResult(t,r),n.push(r),ed.enabled&&this.drawDebugTraceObstacles(e),r.solved&&e.push(...lH(r.route.map(s=>({x:s.x,y:s.y,layer:s.layer??i})),t.name))}return n}solveAndMapToTraces(){return this.solve().flatMap(e=>e.solved?[{type:"pcb_trace",pcb_trace_id:`pcb_trace_for_${e.connectionName}`,route:O3t(e.route.map(t=>({route_type:"wire",x:t.x,y:t.y,width:this.input.minTraceWidth,layer:t.layer})))}]:[])}getDebugGroup(){let n=`t${this.debugTraceCount}_iter[${this.iterations-1}]`;return this.iterations<30||this.iterations<100&&this.iterations%10===0||this.iterations<1e3&&this.iterations%100===0||!this.debugSolutions?n:null}drawDebugTraceObstacles(n){let{debugTraceCount:e,debugSolutions:t}=this;for(let i in t)i.startsWith(`t${e}_`)&&t[i].push(...n.map((r,s)=>({type:"pcb_smtpad",pcb_component_id:"",layer:r.layers[0],width:r.width,shape:"rect",x:r.center.x,y:r.center.y,pcb_smtpad_id:`trace_obstacle_${s}`,height:r.height})))}drawDebugSolution({current:n,newNeighbors:e}){let t=this.getDebugGroup();if(!t)return;let{openSet:i,debugTraceCount:r,debugSolutions:s}=this;s[t]??(s[t]=[]);let o=s[t];o.push({type:"pcb_fabrication_note_text",pcb_fabrication_note_text_id:`debug_note_${n.x}_${n.y}`,font:"tscircuit2024",font_size:.25,text:"X"+(n.l!==void 0?n.l:""),pcb_component_id:"",layer:"top",anchor_position:{x:n.x,y:n.y},anchor_alignment:"center"});for(let a=0;a<i.length;a++){let c=i[a];o.push({type:"pcb_fabrication_note_path",pcb_component_id:"",pcb_fabrication_note_path_id:`note_path_${c.x}_${c.y}`,layer:"top",route:[[0,.05],[.05,0],[0,-.05],[-.05,0],[0,.05]].map(([l,u])=>({x:c.x+l,y:c.y+u})),stroke_width:.01}),o.push({type:"pcb_fabrication_note_text",pcb_fabrication_note_text_id:`debug_note_${c.x}_${c.y}`,font:"tscircuit2024",font_size:.03,text:a.toString(),pcb_component_id:"",layer:"top",anchor_position:{x:c.x,y:c.y},anchor_alignment:"center"})}if(n.parent){let a=[],c=n;for(;c;)a.unshift(c),c=c.parent;o.push({type:"pcb_fabrication_note_path",pcb_component_id:"",pcb_fabrication_note_path_id:`note_path_${n.x}_${n.y}`,layer:"top",route:a,stroke_width:.01})}}},F3t=(0,dH.default)("autorouting-dataset:infinite-grid-ijump-astar:get-distance-to-overcome-obstacle");function t4({node:n,travelDir:e,wallDir:t,obstacle:i,obstacles:r,obstaclesInRow:s=0,OBSTACLE_MARGIN:o=.15,SHOULD_DETECT_CONJOINED_OBSTACLES:a=!1,MAX_CONJOINED_OBSTACLES:c=20}){let l;if(e.dx===0?e.dy>0?l=i.center.y+i.height/2-n.y:l=n.y-(i.center.y-i.height/2):e.dx>0?l=i.center.x+i.width/2-n.x:l=n.x-(i.center.x-i.width/2),l+=o,a&&s<c){let u=r.getObstacleAt(n.x+e.dx*l+t.dx*(t.wallDistance+.001),n.y+e.dy*l+t.dy*(t.wallDistance+.001));if(u===i)return l;if(u&&u.type==="rect"){let p=e.dy===0,d=p?i.height:i.width;if((p?u.height:u.width)>d)return F3t("next obstacle on path is bigger, not trying to overcome it"),l;let g=t4({node:{x:n.x+e.dx*l,y:n.y+e.dy*l},travelDir:e,wallDir:t,obstacle:u,obstacles:r,obstaclesInRow:s+1,SHOULD_DETECT_CONJOINED_OBSTACLES:a,MAX_CONJOINED_OBSTACLES:c,OBSTACLE_MARGIN:o});l+=g}}return l}var z3t=class extends hH{constructor(){super(...arguments);f(this,"MAX_ITERATIONS",200)}getNeighbors(e){let t=this.obstacles,i=this.goalPoint,r;e.parent?r=eH(e.parent,e):r=eH(e,i);let s=[{dx:0,dy:1},{dx:1,dy:0},{dx:0,dy:-1},{dx:-1,dy:0}].filter(a=>a.dx===r.dx*-1&&a.dy===r.dy*-1?!1:!(a.dx===r.dx&&a.dy===r.dy&&e.parent?.obstacleHit)).map(a=>t.getOrthoDirectionCollisionInfo(e,a,{margin:this.OBSTACLE_MARGIN})).filter(a=>a.wallDistance>=this.OBSTACLE_MARGIN),o=[];for(let a of s){let c=null;e?.obstacleHit&&(c=t4({node:e,travelDir:a,wallDir:{...r,wallDistance:this.OBSTACLE_MARGIN},obstacle:e.obstacleHit,obstacles:t,OBSTACLE_MARGIN:this.OBSTACLE_MARGIN,SHOULD_DETECT_CONJOINED_OBSTACLES:!0}));let l=oH(e,i,a),u=(a.dx===0||Math.sign(i.x-e.x)===a.dx)&&(a.dy===0||Math.sign(i.y-e.y)===a.dy);l<a.wallDistance&&l>0&&u?o.push({...a,travelDistance:l}):c!==null&&c<a.wallDistance?o.push({...a,travelDistance:c}):a.wallDistance!==1/0&&o.push({...a,travelDistance:a.wallDistance-this.OBSTACLE_MARGIN})}return o.filter(a=>!t.isObstacleAt(e.x+a.dx*a.travelDistance,e.y+a.dy*a.travelDistance)).map(a=>({x:e.x+a.dx*a.travelDistance,y:e.y+a.dy*a.travelDistance,obstacleHit:a.obstacle}))}};function $3t(n,e=4){let{center:t,width:i,height:r,rotation:s}=n,o=[],a=s*Math.PI/180,c=Math.cos(a),l=Math.sin(a),u=(s%360+360)%360;if(r<=i?u>=45&&u<135||u>=225&&u<315:u>=135&&u<225||u>=315||u<45){let d=i/e;for(let _=0;_<e;_++){let g=(_-e/2+.5)*d,x=-g*c,v=-g*l,w=d*1.1,P=Math.abs(r*c)+Math.abs(d*l);o.push({center:{x:t.x+x,y:t.y+v},width:w,height:P})}}else{let d=r/e;for(let _=0;_<e;_++){let g=(_-e/2+.5)*d,x=-g*l,v=g*c,w=Math.abs(i*c)+Math.abs(d*l),P=d*1.1;o.push({center:{x:t.x+x,y:t.y+v},width:w,height:P})}}return o}var lS=["top","inner1","inner2","bottom"],fH=(n,e)=>{let t=r=>e?r.concat(r.map(s=>e?.getNetConnectedToId(s)).filter(Boolean)):r,i=[];for(let r of n)if(r.type==="pcb_smtpad"){if(r.shape==="circle")i.push({type:"oval",layers:[r.layer],center:{x:r.x,y:r.y},width:r.radius*2,height:r.radius*2,connectedTo:t([r.pcb_smtpad_id])});else if(r.shape==="rect")i.push({type:"rect",layers:[r.layer],center:{x:r.x,y:r.y},width:r.width,height:r.height,connectedTo:t([r.pcb_smtpad_id])});else if(r.shape==="rotated_rect"){let s={center:{x:r.x,y:r.y},width:r.width,height:r.height,rotation:r.ccw_rotation},o=$3t(s);for(let a of o)i.push({type:"rect",layers:[r.layer],center:a.center,width:a.width,height:a.height,connectedTo:t([r.pcb_smtpad_id])})}}else if(r.type==="pcb_keepout")r.shape==="circle"?i.push({type:"oval",layers:r.layers,center:{x:r.center.x,y:r.center.y},width:r.radius*2,height:r.radius*2,connectedTo:[]}):r.shape==="rect"&&i.push({type:"rect",layers:r.layers,center:{x:r.center.x,y:r.center.y},width:r.width,height:r.height,connectedTo:[]});else if(r.type==="pcb_hole")r.hole_shape==="oval"?i.push({type:"oval",center:{x:r.x,y:r.y},width:r.hole_width,height:r.hole_height,connectedTo:[]}):r.hole_shape==="square"?i.push({type:"rect",layers:lS,center:{x:r.x,y:r.y},width:r.hole_diameter,height:r.hole_diameter,connectedTo:[]}):(r.hole_shape==="round"||r.hole_shape==="circle")&&i.push({type:"rect",layers:lS,center:{x:r.x,y:r.y},width:r.hole_diameter,height:r.hole_diameter,connectedTo:[]});else if(r.type==="pcb_plated_hole")r.shape==="circle"?i.push({type:"oval",layers:lS,center:{x:r.x,y:r.y},width:r.outer_diameter,height:r.outer_diameter,connectedTo:t([r.pcb_plated_hole_id])}):(r.shape==="oval"||r.shape==="pill")&&i.push({type:"oval",layers:lS,center:{x:r.x,y:r.y},width:r.outer_width,height:r.outer_height,connectedTo:t([r.pcb_plated_hole_id])});else if(r.type==="pcb_trace"){let s=lH(r.route.map(o=>({x:o.x,y:o.y,layer:"layer"in o?o.layer:o.from_layer})),r.source_trace_id);i.push(...s)}else r.type==="pcb_via"&&i.push({type:"rect",layers:r.layers,center:{x:r.x,y:r.y},connectedTo:[],width:r.outer_diameter,height:r.outer_diameter});return i};function rH(n){let{pcbConnMap:e,goalElementId:t}=n;if(!t.startsWith("pcb_port_"))throw new Error(`Currently alternative goal boxes must have a goal id with prefix "pcb_port_" (got ${t})`);let i=e.getAllTracesConnectedToPort(t);return fH(i).map(r=>({...r,connectedTo:[t]}))}var mH=n=>{let{connection:e,pcbConnMap:t}=n;if(e.pointsToConnect.length!==2)throw new Error(`Connection must have exactly 2 points for alternative goal boxes (got ${e.pointsToConnect.length})`);let[i,r]=e.pointsToConnect;if(!i.pcb_port_id||!r.pcb_port_id)throw new Error(`Connection points must have pcb_port_id for alternative goal box calculation (got ${i.pcb_port_id} and ${r.pcb_port_id})`);let s=rH({goalElementId:i.pcb_port_id,pcbConnMap:t}).concat([{center:i,width:.01,height:.01,connectedTo:[i.pcb_port_id],layers:[i.layer],type:"rect"}]),o=rH({goalElementId:r.pcb_port_id,pcbConnMap:t}).concat([{center:r,width:.01,height:.01,connectedTo:[r.pcb_port_id],layers:[r.layer],type:"rect"}]);if(s.length<=1&&o.length<=1)return{...e,startPoint:i,endPoint:r,goalBoxes:[]};let a=kg(s,o),c,l,u;return s.length>=o.length?(c={...r,...a.pointB},l={...i,...a.pointA},u=s):(c={...i,...a.pointA},l={...r,...a.pointB},u=o),{startPoint:c,endPoint:l,goalBoxes:u,name:e.name,pointsToConnect:[c,l]}},D3t=(n,e={})=>{let t={minTraceWidth:.1};t.layerCount=e.layerCount??1,t.obstacles=fH(n,e.connMap),t.connections=[];for(let r of n)if(r.type==="source_trace"){let s={name:r.source_trace_id,pointsToConnect:r.connected_source_port_ids.map(o=>{let a=UG(n).pcb_port.getWhere({source_port_id:o});if(!a)throw new Error(`Could not find pcb_port for source_port_id "${o}"`);return{x:a.x,y:a.y,layer:a.layers?.[0]??"top",pcb_port_id:a.pcb_port_id}})};if(e.optimizeWithGoalBoxes){let o=new cS(n);s=mH({connection:s,pcbConnMap:o})}t.connections.push(s),j3t(t.obstacles,s.pointsToConnect,s.name)}let i={minX:1/0,maxX:-1/0,minY:1/0,maxY:-1/0};for(let r of t.obstacles)i.minX=Math.min(i.minX,r.center.x-r.width/2),i.maxX=Math.max(i.maxX,r.center.x+r.width/2),i.minY=Math.min(i.minY,r.center.y-r.height/2),i.maxY=Math.max(i.maxY,r.center.y+r.height/2);for(let r of t.connections)for(let s of r.pointsToConnect)i.minX=Math.min(i.minX,s.x),i.maxX=Math.max(i.maxX,s.x),i.minY=Math.min(i.minY,s.y),i.maxY=Math.max(i.maxY,s.y);return t.bounds=i,t},j3t=(n,e,t)=>{for(let i of e)for(let r of n)B3t(i,r)&&r.connectedTo.push(t)};function B3t(n,e){let t=e.width/2,i=e.height/2;if(e.type==="rect")return n.x>=e.center.x-t&&n.x<=e.center.x+t&&n.y>=e.center.y-i&&n.y<=e.center.y+i;if(e.type==="oval"){let r=(n.x-e.center.x)/t,s=(n.y-e.center.y)/i;return r*r+s*s<=1}return!1}function sH(n,e){let t=e.x>n.x?1:e.x<n.x?-1:0,i=e.y>n.y?1:e.y<n.y?-1:0,r=e.l>n.l?1:e.l<n.l?-1:0;return{dx:t,dy:i,dl:r}}var e4={1:["top"],2:["top","bottom"],4:["top","inner1","inner2","bottom"]},Y3t=n=>e4[n];function _H(n,e){let i=e4[n].indexOf(e);if(i===-1)throw new Error(`Invalid layer for getLayerIndex (for layerCount === ${n}): "${e}"`);return i}function X3t(n,e){let i=e4[n][e];if(!i)throw new Error(`Invalid index for indexToLayer (for layerCount === ${n}): "${e}"`);return i}var U3t=class extends uH{constructor(e,t){super([]);f(this,"obstacles");f(this,"GRID_STEP",.1);f(this,"layerCount");this.layerCount=e;let i=Y3t(e);this.obstacles=t.flatMap(r=>r.layers.filter(s=>i.includes(s)).map(s=>({...r,left:r.center.x-r.width/2,right:r.center.x+r.width/2,top:r.center.y+r.height/2,bottom:r.center.y-r.height/2,l:_H(e,s)})))}getObstacleAt(e,t,i,r){r??(r=this.GRID_STEP);for(let s of this.obstacles){if(s.l!==i)continue;let o=s.width/2+r,a=s.height/2+r;if(e>=s.center.x-o&&e<=s.center.x+o&&t>=s.center.y-a&&t<=s.center.y+a)return s}return null}isObstacleAt(e,t,i,r){return this.getObstacleAt(e,t,i,r)!==null}getDirectionDistancesToNearestObstacle3d(e,t,i){let{GRID_STEP:r}=this,s={left:1/0,top:1/0,bottom:1/0,right:1/0};for(let o of this.obstacles)if(o.l===i&&o.type==="rect"){let a=o.center.x-o.width/2-r,c=o.center.x+o.width/2+r,l=o.center.y+o.height/2+r,u=o.center.y-o.height/2-r;t>=u&&t<=l&&e>a&&(s.left=Math.min(s.left,e-c)),t>=u&&t<=l&&e<c&&(s.right=Math.min(s.right,a-e)),e>=a&&e<=c&&t<l&&(s.top=Math.min(s.top,u-t)),e>=a&&e<=c&&t>u&&(s.bottom=Math.min(s.bottom,t-l))}return s}getOrthoDirectionCollisionInfo(e,t,{margin:i=0}={}){let{x:r,y:s,l:o}=e,{dx:a,dy:c,dl:l}=t,u=1/0,p=null;if(l!==0){let d=o+l;return this.isObstacleAt(r,s,d,i)?(u=1,p=this.getObstacleAt(r,s,d,i)):u=1,{dx:a,dy:c,dl:l,wallDistance:u,obstacle:p}}else{for(let d of this.obstacles){if(d.l!==o)continue;let _=d.left-i,g=d.right+i,x=d.top+i,v=d.bottom-i,w=null;a===1&&c===0?s>v&&s<x&&r<d.left&&(w=d.left-r):a===-1&&c===0?s>v&&s<x&&r>d.right&&(w=r-d.right):a===0&&c===1?r>_&&r<g&&s<d.bottom&&(w=d.bottom-s):a===0&&c===-1&&r>_&&r<g&&s>d.top&&(w=s-d.top),w!==null&&w<u&&(u=w,p=d)}return{dx:a,dy:c,dl:0,wallDistance:u,obstacle:p}}}getObstaclesOverlappingRegion(e){let t=[];for(let i of this.obstacles){if(i.l!==e.l)continue;let{left:r,right:s,top:o,bottom:a}=i;r<=e.maxX&&s>=e.minX&&o>=e.minY&&a<=e.maxY&&t.push(i)}return t}},uS=class extends hH{constructor(e){super(e);f(this,"MAX_ITERATIONS",500);f(this,"VIA_COST",4);f(this,"VIA_DIAMETER",.5);f(this,"allowLayerChange",!0);f(this,"layerCount");f(this,"obstacles");f(this,"optimizeWithGoalBoxes");f(this,"connMap");f(this,"pcbConnMap");f(this,"GOAL_RUSH_FACTOR",1.1);f(this,"defaultGoalViaMargin",.5);f(this,"marginsWithCosts");this.layerCount=e.input.layerCount??2,this.MAX_ITERATIONS=e.MAX_ITERATIONS??this.MAX_ITERATIONS,this.VIA_COST=e.VIA_COST??this.VIA_COST,this.connMap=e.connMap,this.pcbConnMap=e.pcbConnMap??new cS,this.optimizeWithGoalBoxes=e.optimizeWithGoalBoxes??!1,this.obstacles=null,this.marginsWithCosts=e.marginsWithCosts??[{margin:1,enterCost:0,travelCostFactor:1},{margin:this.OBSTACLE_MARGIN,enterCost:10,travelCostFactor:2}]}get largestMargin(){return this.marginsWithCosts[0].margin}preprocessConnectionBeforeSolving(e){return this.optimizeWithGoalBoxes?mH({connection:e,pcbConnMap:this.pcbConnMap}):e}postprocessConnectionSolveResult(e,t){if(!t.solved)return t;if(this.optimizeWithGoalBoxes){let i=t.route.map(r=>({x:r.x,y:r.y,route_type:"wire",layer:r.layer,width:this.input.minTraceWidth}));i[0].start_pcb_port_id=e.pointsToConnect[0].pcb_port_id,i[i.length-1].end_pcb_port_id=e.pointsToConnect[1].pcb_port_id,this.pcbConnMap.addTrace({type:"pcb_trace",pcb_trace_id:`postprocess_trace_${tH(8)}`,route:i})}return t}createObstacleList({dominantLayer:e,connection:t,obstaclesFromTraces:i}){let r=this.connMap?this.connMap.getNetConnectedToId(t.name):t.name;if(!r)throw new Error(`The connection.name "${t.name}" wasn't present in the full connectivity map`);return new U3t(this.layerCount,this.allObstacles.filter(s=>!s.connectedTo.includes(r)).concat(i??[]))}computeG(e,t){let i=e.g+nd(e,t)*(e.travelMarginCostFactor??1)+(t.enterMarginCost??0);return(t.l??e.l!==-1??-1)&&(i+=this.VIA_COST),i}computeH(e){let t=Math.abs(e.x-this.goalPoint.x),i=Math.abs(e.y-this.goalPoint.y),r=Math.abs(e.l-this.goalPoint.l);return(t+i)**this.GOAL_RUSH_FACTOR+r*this.VIA_COST}getStartNode(e){return{...super.getStartNode(e),l:this.layerToIndex(e.pointsToConnect[0].layer)}}layerToIndex(e){return _H(this.layerCount,e)}indexToLayer(e){return X3t(this.layerCount,e)}getNodeName(e){return`${aH(e,this.GRID_STEP)}-${e.l??0}`}hasSpaceForVia(e,t){return e.every(i=>this.obstacles.getObstaclesOverlappingRegion({minX:t.x-this.VIA_DIAMETER/2-this.OBSTACLE_MARGIN,minY:t.y-this.VIA_DIAMETER/2-this.OBSTACLE_MARGIN,maxX:t.x+this.VIA_DIAMETER/2+this.OBSTACLE_MARGIN,maxY:t.y+this.VIA_DIAMETER/2+this.OBSTACLE_MARGIN,l:i}).length===0)}getNeighborsSurroundingGoal(e){let t=this.obstacles,i=this.goalPoint,r=[],s=[{dx:1,dy:0,dl:0},{dx:-1,dy:0,dl:0},{dx:0,dy:1,dl:0},{dx:0,dy:-1,dl:0}],o=this.VIA_DIAMETER+this.OBSTACLE_MARGIN+this.defaultGoalViaMargin;for(let a of s){let c={x:e.x+a.dx*o,y:e.y+a.dy*o,l:e.l+a.dl,obstacleHit:null};this.hasSpaceForVia([e.l,i.l],c)&&r.push(c)}return r}getNeighbors(e){let t=this.obstacles,i=this.goalPoint,r=nd(e,i);if(r<=this.OBSTACLE_MARGIN)return this.getNeighborsSurroundingGoal(e);let s;e.parent?s=sH(e.parent,e):s=sH(e,i);let o=[{dx:0,dy:1,dl:0},{dx:1,dy:0,dl:0},{dx:0,dy:-1,dl:0},{dx:-1,dy:0,dl:0}],a=r>this.VIA_DIAMETER+this.OBSTACLE_MARGIN,c=nd(e,this.startNode)>this.VIA_DIAMETER+this.OBSTACLE_MARGIN;this.allowLayerChange&&a&&c&&(e.l<this.layerCount-1&&o.push({dx:0,dy:0,dl:1}),e.l>0&&o.push({dx:0,dy:0,dl:-1}));let l=o.filter(p=>p.dx===s.dx*-1&&p.dy===s.dy*-1&&p.dl===s.dl*-1?!1:!(p.dx===s.dx&&p.dy===s.dy&&p.dl===s.dl&&e.parent?.obstacleHit)).map(p=>t.getOrthoDirectionCollisionInfo(e,p,{margin:this.OBSTACLE_MARGIN})).filter(p=>!(p.wallDistance<this.OBSTACLE_MARGIN)),u=[];for(let p of l){let d=p.dx===0&&p.dy===0&&p.dl===1,_=p.dx===0&&p.dy===0&&p.dl===-1;if((d||_)&&![e.l,e.l+p.dl].every(P=>t.getObstaclesOverlappingRegion({minX:e.x-this.VIA_DIAMETER/2-this.OBSTACLE_MARGIN,minY:e.y-this.VIA_DIAMETER/2-this.OBSTACLE_MARGIN,maxX:e.x+this.VIA_DIAMETER/2+this.OBSTACLE_MARGIN,maxY:e.y+this.VIA_DIAMETER/2+this.OBSTACLE_MARGIN,l:P}).length===0))continue;if(d){e.l<this.layerCount-1&&u.push({...p,travelDistance:0,enterMarginCost:0,travelMarginCostFactor:1});continue}if(_){e.l>0&&u.push({...p,travelDistance:0,enterMarginCost:0,travelMarginCostFactor:1});continue}let g=null;e?.obstacleHit&&(g=t4({node:e,travelDir:p,wallDir:{...s,wallDistance:this.OBSTACLE_MARGIN},obstacle:e.obstacleHit,obstacles:t,OBSTACLE_MARGIN:this.OBSTACLE_MARGIN,SHOULD_DETECT_CONJOINED_OBSTACLES:!0}));let x=oH(e,i,p),v=(p.dx===0||Math.sign(i.x-e.x)===p.dx)&&(p.dy===0||Math.sign(i.y-e.y)===p.dy);if(x<p.wallDistance&&x>0&&v){let w=e.l===i.l,P=0;!w&&Math.abs(x-r)<this.GRID_STEP&&(P=this.VIA_DIAMETER+this.OBSTACLE_MARGIN+this.defaultGoalViaMargin),u.push({...p,travelDistance:x-P,enterMarginCost:0,travelMarginCostFactor:1})}else if(g!==null&&g<p.wallDistance){for(let{margin:w,enterCost:P,travelCostFactor:T}of this.marginsWithCosts)g-this.OBSTACLE_MARGIN+w*2<p.wallDistance&&u.push({...p,travelDistance:g-this.OBSTACLE_MARGIN+w,enterMarginCost:P,travelMarginCostFactor:T});if(p.wallDistance===1/0)u.push({...p,travelDistance:x,enterMarginCost:0,travelMarginCostFactor:1});else if(p.wallDistance>this.largestMargin)for(let{margin:w,enterCost:P,travelCostFactor:T}of this.marginsWithCosts)p.wallDistance>this.largestMargin+w&&u.push({...p,travelDistance:p.wallDistance-w,enterMarginCost:P,travelMarginCostFactor:T})}else if(p.wallDistance!==1/0)for(let{margin:w,enterCost:P,travelCostFactor:T}of this.marginsWithCosts)p.wallDistance>w&&u.push({...p,travelDistance:p.wallDistance-w,enterMarginCost:P,travelMarginCostFactor:T})}return u.map(p=>({x:e.x+p.dx*p.travelDistance,y:e.y+p.dy*p.travelDistance,l:e.l+p.dl,obstacleHit:p.obstacle,travelMarginCostFactor:p.travelMarginCostFactor,enterMarginCost:p.enterMarginCost}))}};function yH(n){let e=D3t(n),t=new z3t({input:e});return{solution:t.solveAndMapToTraces(),debugSolutions:t.debugSolutions,debugMessage:t.debugMessage}}J();J();St();J();J();St();St();J();J();St();J();J();J();J();St();J();J();J();St();J();J();St();J();J();J();J();J();J();J();J();J();J();St();J();St();J();St();J();J();St();St();J();St();J();J();St();J();J();J();St();J();St();J();St();J();St();J();St();J();St();J();St();J();J();J();J();J();J();J();J();St();J();St();J();J();St();J();St();J();J();J();St();J();St();St();J();J();J();St();J();J();J();St();J();St();J();St();J();St();J();St();J();St();J();St();J();St();J();J();St();J();St();J();St();J();J();St();St();J();J();St();St();J();J();St();J();St();J();St();J();St();J();St();J();St();J();J();St();J();St();J();St();J();St();J();St();J();St();J();St();J();St();St();J();St();J();St();J();J();St();J();St();J();St();J();St();J();St();J();J();var Ct=n=>{};Ct("extra props b");Ct("missing props b");Ct(!0);Ct("property a has mismatched types");var V3t=h.enum(["up","down","left","right"]),zne=h.enum(["top-to-bottom","left-to-right","bottom-to-top","right-to-left"]);Ct(!0);Ct(!0);var ro=h.array(h.string().or(h.number()));Ct(!0);var dS=h.object({x:Y,y:Y,z:Y}),G3t=h.object({x:h.union([h.number(),h.string()]),y:h.union([h.number(),h.string()]),z:h.union([h.number(),h.string()])}),Xc=h.object({rotationOffset:h.number().or(G3t).optional(),positionOffset:dS.optional(),size:dS.optional(),modelUnitToMmScale:Y.optional(),zOffsetFromSurface:Y.optional()});Ct(!0);var H3t=Xc.extend({stlUrl:h.string()}),W3t=Xc.extend({objUrl:h.string(),mtlUrl:h.string().optional()}),q3t=Xc.extend({gltfUrl:h.string()}),Z3t=Xc.extend({glbUrl:h.string()}),K3t=Xc.extend({stepUrl:h.string()}),J3t=Xc.extend({wrlUrl:h.string()}),Q3t=Xc.extend({jscad:h.record(h.any())}),kH=h.union([h.null(),h.string(),h.custom(n=>n&&typeof n=="object"&&"type"in n&&"props"in n),H3t,W3t,q3t,Z3t,K3t,J3t,Q3t]);Ct(!0);var tMt=h.custom(n=>!0),r4=h.object({silkscreenFontSize:Y.optional(),viaPadDiameter:Y.optional(),viaHoleDiameter:Y.optional(),silkscreenTextPosition:h.union([h.enum(["centered","outside","none"]),h.object({offsetX:h.number(),offsetY:h.number()})]).optional(),silkscreenTextVisibility:h.enum(["hidden","visible","inherit"]).optional()});Ct(!0);var eMt=h.custom(n=>!0),je=h.object({pcbX:Y.optional(),pcbY:Y.optional(),pcbOffsetX:Y.optional(),pcbOffsetY:Y.optional(),pcbRotation:Qe.optional(),pcbPositionAnchor:h.string().optional(),pcbPositionMode:h.enum(["relative_to_group_anchor","auto","relative_to_board_anchor","relative_to_component_anchor"]).optional(),layer:pe.optional(),pcbMarginTop:Y.optional(),pcbMarginRight:Y.optional(),pcbMarginBottom:Y.optional(),pcbMarginLeft:Y.optional(),pcbMarginX:Y.optional(),pcbMarginY:Y.optional(),pcbStyle:r4.optional(),pcbRelative:h.boolean().optional(),relative:h.boolean().optional()});Ct(!0);var fS=h.object({pcbX:Y.optional(),pcbY:Y.optional(),pcbOffsetX:Y.optional(),pcbOffsetY:Y.optional(),pcbRotation:Qe.optional(),pcbPositionAnchor:h.string().optional(),pcbPositionMode:h.enum(["relative_to_group_anchor","auto","relative_to_board_anchor","relative_to_component_anchor"]).optional(),pcbMarginTop:Y.optional(),pcbMarginRight:Y.optional(),pcbMarginBottom:Y.optional(),pcbMarginLeft:Y.optional(),pcbMarginX:Y.optional(),pcbMarginY:Y.optional(),pcbStyle:r4.optional(),schMarginTop:Y.optional(),schMarginRight:Y.optional(),schMarginBottom:Y.optional(),schMarginLeft:Y.optional(),schMarginX:Y.optional(),schMarginY:Y.optional(),schX:Y.optional(),schY:Y.optional(),schRotation:Qe.optional(),layer:pe.optional(),footprint:tMt.optional(),symbol:eMt.optional(),relative:h.boolean().optional(),schRelative:h.boolean().optional(),pcbRelative:h.boolean().optional()});Ct(!0);var nMt=h.object({supplierPartNumbers:h.record(Im,h.array(h.string())).optional()});Ct(!0);var iMt=h.object({providesPower:h.boolean().optional(),requiresPower:h.boolean().optional(),providesGround:h.boolean().optional(),requiresGround:h.boolean().optional(),providesVoltage:h.union([h.string(),h.number()]).optional(),requiresVoltage:h.union([h.string(),h.number()]).optional(),doNotConnect:h.boolean().optional(),includeInBoardPinout:h.boolean().optional(),highlightColor:h.string().optional(),mustBeConnected:h.boolean().optional()});Ct(!0);var ri=fS.merge(nMt).extend({key:h.any().optional(),name:h.string(),cadModel:kH.optional(),children:h.any().optional(),symbolName:h.string().optional(),doNotPlace:h.boolean().optional(),obstructsWithinBounds:h.boolean().optional().describe("Does this component take up all the space within its bounds on a layer. This is generally true except for when separated pin headers are being represented by a single component (in which case, chips can be placed between the pin headers) or for tall modules where chips fit underneath"),showAsTranslucentModel:h.boolean().optional().describe("Whether to show this component's CAD model as translucent in the 3D viewer."),pinAttributes:h.record(h.string(),iMt).optional()});Ct(!0);var s4=["pin1","left","pin2","right"],mS=["pin1","left","anode","pos","pin2","right","cathode","neg"],Zne=Y.or(h.enum(["2x","3x","4x"]));var Uc=h.enum(["vertical","horizontal","pos_top","pos_bottom","pos_left","pos_right","neg_top","neg_bottom","neg_left","neg_right"]).describe("horizontal means pins go 1->2 rightward and vertical means pins go 1->2 downward (generally, positive on top)");Ct(!0);var pS=h.object({pins:h.array(h.union([h.number(),h.string()])),direction:h.union([h.literal("top-to-bottom"),h.literal("left-to-right"),h.literal("bottom-to-top"),h.literal("right-to-left")])}),Mg=h.object({leftSize:h.number().optional().describe("@deprecated, use leftPinCount"),topSize:h.number().optional().describe("@deprecated, use topPinCount"),rightSize:h.number().optional().describe("@deprecated, use rightPinCount"),bottomSize:h.number().optional().describe("@deprecated, use bottomPinCount"),leftPinCount:h.number().optional(),rightPinCount:h.number().optional(),topPinCount:h.number().optional(),bottomPinCount:h.number().optional(),leftSide:pS.optional(),rightSide:pS.optional(),topSide:pS.optional(),bottomSide:pS.optional()}),o4=Mg;Ct(!0);var Eg=h.record(h.object({marginLeft:Y.optional(),marginRight:Y.optional(),marginTop:Y.optional(),marginBottom:Y.optional(),leftMargin:Y.optional(),rightMargin:Y.optional(),topMargin:Y.optional(),bottomMargin:Y.optional()}));Ct(!0);var Cs=h.string().regex(/^[A-Za-z0-9_]+$/),Qm=h.enum(["top_left","top_center","top_right","center_left","center","center_right","bottom_left","bottom_center","bottom_right"]),Ro=h.object({x:Y,y:Y}),Cg=h.object({edit_event_id:h.string(),in_progress:h.boolean().optional(),created_at:h.number()});Ct(!0);var rMt=Cg.extend({pcb_edit_event_type:h.literal("edit_component_location").describe("deprecated"),edit_event_type:h.literal("edit_pcb_component_location"),pcb_component_id:h.string(),original_center:h.object({x:h.number(),y:h.number()}),new_center:h.object({x:h.number(),y:h.number()})});Ct(!0);var sMt=Cg.extend({pcb_edit_event_type:h.literal("edit_trace_hint").describe("deprecated"),edit_event_type:h.literal("edit_pcb_trace_hint").optional(),pcb_port_id:h.string(),pcb_trace_hint_id:h.string().optional(),route:h.array(h.object({x:h.number(),y:h.number(),via:h.boolean().optional()}))});Ct(!0);var oMt=Cg.extend({edit_event_type:h.literal("edit_schematic_component_location"),schematic_component_id:h.string(),original_center:h.object({x:h.number(),y:h.number()}),new_center:h.object({x:h.number(),y:h.number()})});Ct(!0);var die=Cg.extend({edit_event_type:h.literal("edit_pcb_group_location"),pcb_group_id:h.string(),original_center:h.object({x:h.number(),y:h.number()}),new_center:h.object({x:h.number(),y:h.number()})});Ct(!0);var mie=Cg.extend({edit_event_type:h.literal("edit_schematic_group_location"),schematic_group_id:h.string(),original_center:h.object({x:h.number(),y:h.number()}),new_center:h.object({x:h.number(),y:h.number()})});Ct(!0);var yie=h.union([rMt,sMt,oMt]);Ct(!0);var aMt=h.object({selector:h.string(),relative_to:h.string().optional().default("group_center").describe("Can be a selector or 'group_center'"),center:Zt});Ct(!0);var cMt=h.object({pcb_port_selector:h.string(),offsets:h.array(Ji)});Ct(!0);var lMt=h.object({selector:h.string(),relative_to:h.string().optional().default("group_center").describe("Can be a selector or 'group_center'"),center:Zt});Ct(!0);var uMt=h.object({pcb_placements:h.array(aMt).optional(),manual_trace_hints:h.array(cMt).optional(),schematic_placements:h.array(lMt).optional()});Ct(!0);var t_=h.string().or(h.array(h.string()).readonly()).or(h.array(h.string())),id=n=>h.record(h.enum(n),t_),Tg=h.object({layoutMode:h.enum(["grid","flex","match-adapt","relative","none"]).optional(),position:h.enum(["absolute","relative"]).optional(),grid:h.boolean().optional(),gridCols:h.number().or(h.string()).optional(),gridRows:h.number().or(h.string()).optional(),gridTemplateRows:h.string().optional(),gridTemplateColumns:h.string().optional(),gridTemplate:h.string().optional(),gridGap:h.number().or(h.string()).optional(),gridRowGap:h.number().or(h.string()).optional(),gridColumnGap:h.number().or(h.string()).optional(),flex:h.boolean().or(h.string()).optional(),flexDirection:h.enum(["row","column"]).optional(),alignItems:h.enum(["start","center","end","stretch"]).optional(),justifyContent:h.enum(["start","center","end","stretch","space-between","space-around","space-evenly"]).optional(),flexRow:h.boolean().optional(),flexColumn:h.boolean().optional(),gap:h.number().or(h.string()).optional(),pack:h.boolean().optional().describe("Pack the contents of this group using a packing strategy"),packOrderStrategy:h.enum(["largest_to_smallest","first_to_last","highest_to_lowest_pin_count"]).optional(),packPlacementStrategy:h.enum(["shortest_connection_along_outline"]).optional(),padding:D.optional(),paddingLeft:D.optional(),paddingRight:D.optional(),paddingTop:D.optional(),paddingBottom:D.optional(),paddingX:D.optional(),paddingY:D.optional(),width:D.optional(),height:D.optional(),matchAdapt:h.boolean().optional(),matchAdaptTemplate:h.any().optional()});Ct(!0);var gH=h.object({strokeWidth:D.optional(),dashed:h.boolean().optional(),solid:h.boolean().optional()}),pMt=h.custom(n=>typeof n=="string"),hMt=h.object({serverUrl:h.string().optional(),inputFormat:h.enum(["simplified","circuit-json"]).optional(),serverMode:h.enum(["job","solve-endpoint"]).optional(),serverCacheEnabled:h.boolean().optional(),cache:h.custom(n=>!0).optional(),traceClearance:D.optional(),groupMode:h.enum(["sequential_trace","subcircuit","sequential-trace"]).optional(),algorithmFn:h.custom(n=>typeof n=="function"||n===void 0).optional(),preset:h.enum(["sequential_trace","subcircuit","auto","auto_local","auto_cloud","freerouting","laser_prefab","sequential-trace","auto-local","auto-cloud"]).optional(),local:h.boolean().optional()}),dMt=h.union([h.literal("sequential_trace"),h.literal("subcircuit"),h.literal("auto"),h.literal("auto_local"),h.literal("auto_cloud"),h.literal("freerouting"),h.literal("laser_prefab"),h.literal("sequential-trace"),h.literal("auto-local"),h.literal("auto-cloud")]),fMt=h.string(),TH=h.union([hMt,dMt,fMt]),a4=fS.extend({name:h.string().optional(),children:h.any().optional(),schTitle:h.string().optional(),key:h.any().optional(),showAsSchematicBox:h.boolean().optional(),connections:h.record(h.string(),t_.optional()).optional(),schPinArrangement:o4.optional(),schPinSpacing:D.optional(),schPinStyle:Eg.optional(),...Tg.shape,grid:Tg.shape.grid.describe("@deprecated use pcbGrid"),flex:Tg.shape.flex.describe("@deprecated use pcbFlex"),pcbGrid:h.boolean().optional(),pcbGridCols:h.number().or(h.string()).optional(),pcbGridRows:h.number().or(h.string()).optional(),pcbGridTemplateRows:h.string().optional(),pcbGridTemplateColumns:h.string().optional(),pcbGridTemplate:h.string().optional(),pcbGridGap:h.number().or(h.string()).optional(),pcbGridRowGap:h.number().or(h.string()).optional(),pcbGridColumnGap:h.number().or(h.string()).optional(),pcbFlex:h.boolean().or(h.string()).optional(),pcbFlexGap:h.number().or(h.string()).optional(),pcbFlexDirection:h.enum(["row","column"]).optional(),pcbAlignItems:h.enum(["start","center","end","stretch"]).optional(),pcbJustifyContent:h.enum(["start","center","end","stretch","space-between","space-around","space-evenly"]).optional(),pcbFlexRow:h.boolean().optional(),pcbFlexColumn:h.boolean().optional(),pcbGap:h.number().or(h.string()).optional(),pcbPack:h.boolean().optional(),pcbPackGap:h.number().or(h.string()).optional(),schGrid:h.boolean().optional(),schGridCols:h.number().or(h.string()).optional(),schGridRows:h.number().or(h.string()).optional(),schGridTemplateRows:h.string().optional(),schGridTemplateColumns:h.string().optional(),schGridTemplate:h.string().optional(),schGridGap:h.number().or(h.string()).optional(),schGridRowGap:h.number().or(h.string()).optional(),schGridColumnGap:h.number().or(h.string()).optional(),schFlex:h.boolean().or(h.string()).optional(),schFlexGap:h.number().or(h.string()).optional(),schFlexDirection:h.enum(["row","column"]).optional(),schAlignItems:h.enum(["start","center","end","stretch"]).optional(),schJustifyContent:h.enum(["start","center","end","stretch","space-between","space-around","space-evenly"]).optional(),schFlexRow:h.boolean().optional(),schFlexColumn:h.boolean().optional(),schGap:h.number().or(h.string()).optional(),schPack:h.boolean().optional(),schMatchAdapt:h.boolean().optional(),pcbWidth:D.optional(),pcbHeight:D.optional(),minTraceWidth:D.optional(),schWidth:D.optional(),schHeight:D.optional(),pcbLayout:Tg.optional(),schLayout:Tg.optional(),cellBorder:gH.nullable().optional(),border:gH.nullable().optional(),schPadding:D.optional(),schPaddingLeft:D.optional(),schPaddingRight:D.optional(),schPaddingTop:D.optional(),schPaddingBottom:D.optional(),pcbPadding:D.optional(),pcbPaddingLeft:D.optional(),pcbPaddingRight:D.optional(),pcbPaddingTop:D.optional(),pcbPaddingBottom:D.optional(),pcbPositionAnchor:pMt.optional()}),MH=h.custom(n=>"findPart"in n),c4=a4.extend({manualEdits:uMt.optional(),schAutoLayoutEnabled:h.boolean().optional(),schTraceAutoLabelEnabled:h.boolean().optional(),schMaxTraceDistance:Y.optional(),routingDisabled:h.boolean().optional(),defaultTraceWidth:D.optional(),minTraceWidth:D.optional(),partsEngine:MH.optional(),pcbRouteCache:h.custom(n=>!0).optional(),autorouter:TH.optional(),square:h.boolean().optional(),emptyArea:h.string().optional(),filledArea:h.string().optional(),width:Y.optional(),height:Y.optional(),outline:h.array(Ro).optional(),outlineOffsetX:Y.optional(),outlineOffsetY:Y.optional(),circuitJson:h.array(h.any()).optional()}),mMt=c4.extend({subcircuit:h.literal(!0)}),EH=h.discriminatedUnion("subcircuit",[a4.extend({subcircuit:h.literal(!1).optional()}),mMt]);Ct(!0);Ct(!0);Ct(!0);Ct(!0);var Jm=h.custom(n=>typeof n=="string"),l4=c4.omit({connections:!0}).extend({material:h.enum(["fr4","fr1"]).default("fr4"),layers:h.union([h.literal(1),h.literal(2),h.literal(4),h.literal(6),h.literal(8)]).default(2),borderRadius:Y.optional(),thickness:Y.optional(),boardAnchorPosition:Ro.optional(),boardAnchorAlignment:Qm.optional(),title:h.string().optional(),solderMaskColor:Jm.optional(),topSolderMaskColor:Jm.optional(),bottomSolderMaskColor:Jm.optional(),silkscreenColor:Jm.optional(),topSilkscreenColor:Jm.optional(),bottomSilkscreenColor:Jm.optional(),doubleSidedAssembly:h.boolean().optional().default(!1),schematicDisabled:h.boolean().optional()});Ct(!0);var CH=a4.omit({width:!0,height:!0,children:!0}).extend({width:Y,height:Y,children:h.any().optional(),noSolderMask:h.boolean().optional(),panelizationMethod:h.enum(["tab-routing","none"]).optional(),boardGap:Y.optional(),tabWidth:Y.optional(),tabLength:Y.optional(),mouseBites:h.boolean().optional()});Ct(!0);var Eie=c4.extend({padding:Y.optional(),paddingLeft:Y.optional(),paddingRight:Y.optional(),paddingTop:Y.optional(),paddingBottom:Y.optional()});Ct(!0);var _Mt=h.string().or(h.array(h.string()).readonly()).or(h.array(h.string())),yMt=h.custom().pipe(h.record(h.string(),_Mt)),gMt=h.record(Cs,Cs.or(h.array(Cs).readonly()).or(h.array(Cs)));Ct(!0);var xMt=h.object({manufacturerPartNumber:h.string().optional(),supplierPartNumber:h.record(Im,h.array(h.string())).optional()}),e_=ri.extend({manufacturerPartNumber:h.string().optional(),pinLabels:gMt.optional(),showPinAliases:h.boolean().optional(),pcbPinLabels:h.record(h.string(),h.string()).optional(),internallyConnectedPins:h.array(h.array(h.union([h.string(),h.number()]))).optional(),externallyConnectedPins:h.array(h.array(h.string())).optional(),schPinArrangement:Mg.optional(),schPortArrangement:Mg.optional(),pinCompatibleVariants:h.array(xMt).optional(),schPinStyle:Eg.optional(),schPinSpacing:Y.optional(),schWidth:Y.optional(),schHeight:Y.optional(),noSchematicRepresentation:h.boolean().optional(),connections:yMt.optional()});Ct(!0);var IH=e_;Ct(!0);var u4=ri.extend({manufacturerPartNumber:h.string().optional(),pinLabels:h.record(h.number().or(Cs),Cs.or(h.array(Cs))).optional(),schPinStyle:Eg.optional(),schPinSpacing:Y.optional(),schWidth:Y.optional(),schHeight:Y.optional(),schDirection:h.enum(["left","right"]).optional(),schPinArrangement:o4.optional(),schPortArrangement:Mg.optional(),pcbPinLabels:h.record(h.string(),h.string()).optional(),pinCount:h.union([h.literal(2),h.literal(3)]).optional(),internallyConnectedPins:h.array(h.array(h.union([h.string(),h.number()]))).optional(),connections:h.custom().pipe(h.record(h.string(),t_)).optional()});Ct(!0);var NH=u4.extend({bridgedPins:h.array(h.array(h.string())).optional(),bridged:h.boolean().optional()});Ct(!0);var Fie=ri.extend({manufacturerPartNumber:h.string().optional(),pinLabels:h.record(h.number().or(Cs),Cs.or(h.array(Cs))).optional(),schPinStyle:Eg.optional(),schPinSpacing:Y.optional(),schWidth:Y.optional(),schHeight:Y.optional(),schDirection:h.enum(["left","right"]).optional(),schPortArrangement:Mg.optional(),internallyConnectedPins:h.array(h.array(h.union([h.string(),h.number()]))).optional(),standard:h.enum(["usb_c","m2"]).optional()});Ct(!0);var $ie=ri.extend({standard:h.enum(["TSC0001_36P_XALT_2025_11"]).optional()});Ct(!0);var AH=ri.extend({currentRating:h.union([h.number(),h.string()]),voltageRating:h.union([h.number(),h.string()]).optional(),schShowRatings:h.boolean().optional(),schOrientation:Uc.optional(),connections:h.record(h.string(),h.union([h.string(),h.array(h.string()).readonly(),h.array(h.string())])).optional()}),hS=h.custom().transform(n=>{if(n!==void 0)return Y.parse(n)}),RH=h.discriminatedUnion("shape",[je.omit({pcbRotation:!0,layer:!0}).extend({name:h.string().optional(),connectsTo:h.string().or(h.array(h.string())).optional(),shape:h.literal("circle"),holeDiameter:Y,outerDiameter:Y,padDiameter:Y.optional().describe("Diameter of the copper pad"),portHints:ro.optional(),solderMaskMargin:Y.optional(),coveredWithSolderMask:h.boolean().optional()}),je.omit({layer:!0}).extend({name:h.string().optional(),connectsTo:h.string().or(h.array(h.string())).optional(),shape:h.literal("oval"),outerWidth:Y,outerHeight:Y,holeWidth:hS,holeHeight:hS,innerWidth:Y.optional().describe("DEPRECATED use holeWidth"),innerHeight:Y.optional().describe("DEPRECATED use holeHeight"),portHints:ro.optional(),solderMaskMargin:Y.optional(),coveredWithSolderMask:h.boolean().optional()}),je.omit({layer:!0}).extend({name:h.string().optional(),connectsTo:h.string().or(h.array(h.string())).optional(),shape:h.literal("pill"),rectPad:h.boolean().optional(),outerWidth:Y,outerHeight:Y,holeWidth:hS,holeHeight:hS,innerWidth:Y.optional().describe("DEPRECATED use holeWidth"),innerHeight:Y.optional().describe("DEPRECATED use holeHeight"),portHints:ro.optional(),holeOffsetX:Y.optional(),holeOffsetY:Y.optional(),solderMaskMargin:Y.optional(),coveredWithSolderMask:h.boolean().optional()}),je.omit({pcbRotation:!0,layer:!0}).extend({name:h.string().optional(),connectsTo:h.string().or(h.array(h.string())).optional(),shape:h.literal("circular_hole_with_rect_pad"),holeDiameter:Y,rectPadWidth:Y,rectPadHeight:Y,rectBorderRadius:Y.optional(),holeShape:h.literal("circle").optional(),padShape:h.literal("rect").optional(),portHints:ro.optional(),holeOffsetX:Y.optional(),holeOffsetY:Y.optional(),solderMaskMargin:Y.optional(),coveredWithSolderMask:h.boolean().optional()}),je.omit({pcbRotation:!0,layer:!0}).extend({name:h.string().optional(),connectsTo:h.string().or(h.array(h.string())).optional(),shape:h.literal("pill_hole_with_rect_pad"),holeShape:h.literal("pill"),padShape:h.literal("rect"),holeWidth:Y,holeHeight:Y,rectPadWidth:Y,rectPadHeight:Y,portHints:ro.optional(),holeOffsetX:Y.optional(),holeOffsetY:Y.optional(),solderMaskMargin:Y.optional(),coveredWithSolderMask:h.boolean().optional()}),je.omit({pcbRotation:!0,layer:!0}).extend({name:h.string().optional(),connectsTo:h.string().or(h.array(h.string())).optional(),shape:h.literal("hole_with_polygon_pad"),holeShape:h.enum(["circle","oval","pill","rotated_pill"]),holeDiameter:Y.optional(),holeWidth:Y.optional(),holeHeight:Y.optional(),padOutline:h.array(Ro),holeOffsetX:Y,holeOffsetY:Y,portHints:ro.optional(),solderMaskMargin:Y.optional(),coveredWithSolderMask:h.boolean().optional()})]).refine(n=>("innerWidth"in n&&n.innerWidth!==void 0&&(n.holeWidth??(n.holeWidth=n.innerWidth)),"innerHeight"in n&&n.innerHeight!==void 0&&(n.holeHeight??(n.holeHeight=n.innerHeight)),n));Ct(!0);var bMt=["pin1","pin2","pos","neg"],OH=ri.extend({resistance:Fc,pullupFor:h.string().optional(),pullupTo:h.string().optional(),pulldownFor:h.string().optional(),pulldownTo:h.string().optional(),schOrientation:Uc.optional(),connections:id(bMt).optional()}),LH=s4;Ct(!0);var FH=ri.extend({maxResistance:Fc,pinVariant:h.enum(["two_pin","three_pin"]).optional()});Ct(!0);var vMt=s4,zH=ri.extend({frequency:Fr,loadCapacitance:va,manufacturerPartNumber:h.string().optional(),mpn:h.string().optional(),pinVariant:h.enum(["two_pin","four_pin"]).optional(),schOrientation:Uc.optional(),connections:id(vMt).optional()});Ct(!0);var $H=ri.extend({frequency:Fr,loadCapacitance:va,pinVariant:h.enum(["no_ground","ground_pin","two_ground_pins"]).optional()});Ct(!0);var Jie=l4.extend({leftPinCount:h.number().optional(),rightPinCount:h.number().optional(),topPinCount:h.number().optional(),bottomPinCount:h.number().optional(),leftPins:h.array(h.string()).optional(),rightPins:h.array(h.string()).optional(),topPins:h.array(h.string()).optional(),bottomPins:h.array(h.string()).optional(),pinPitch:Y.optional(),innerHoles:h.boolean().optional()});Ct(!0);var SMt=["pin1","pin2","pos","neg","anode","cathode"],DH=ri.extend({capacitance:va,maxVoltageRating:lr.optional(),schShowRatings:h.boolean().optional().default(!1),polarized:h.boolean().optional().default(!1),decouplingFor:h.string().optional(),decouplingTo:h.string().optional(),bypassFor:h.string().optional(),bypassTo:h.string().optional(),maxDecouplingTraceLength:h.number().optional(),schOrientation:Uc.optional(),connections:id(SMt).optional()}),jH=mS;Ct(!0);var nre=h.object({name:h.string(),connectsTo:h.string().or(h.array(h.string())).optional(),highlightColor:h.string().optional(),isPowerNet:h.boolean().optional(),isGroundNet:h.boolean().optional()});Ct(!0);var rre=h.object({name:h.string().optional(),pcbOnly:h.boolean().optional(),schOnly:h.boolean().optional()});Ct(!0);var wMt=h.object({pcb:h.literal(!0).optional(),xDist:Y,left:h.string(),right:h.string(),edgeToEdge:h.literal(!0).optional(),centerToCenter:h.literal(!0).optional()});Ct(!0);var PMt=h.object({pcb:h.literal(!0).optional(),yDist:Y,top:h.string(),bottom:h.string(),edgeToEdge:h.literal(!0).optional(),centerToCenter:h.literal(!0).optional()});Ct(!0);var kMt=h.object({pcb:h.literal(!0).optional(),sameY:h.literal(!0).optional(),for:h.array(h.string())});Ct(!0);var TMt=h.object({pcb:h.literal(!0).optional(),sameX:h.literal(!0).optional(),for:h.array(h.string())});Ct(!0);var BH=h.union([wMt,PMt,kMt,TMt]);Ct(!0);var MMt=je.omit({layer:!0,pcbRotation:!0}).extend({name:h.string().optional(),shape:h.literal("rect"),width:Y,height:Y});Ct(!0);var EMt=je.omit({layer:!0,pcbRotation:!0}).extend({name:h.string().optional(),shape:h.literal("circle"),radius:Y});Ct(!0);var CMt=je.omit({layer:!0,pcbRotation:!0}).extend({name:h.string().optional(),shape:h.literal("polygon"),points:h.array(Ro)});Ct(!0);var YH=h.discriminatedUnion("shape",[MMt,EMt,CMt]),IMt=je.omit({pcbRotation:!0}).extend({name:h.string().optional(),shape:h.literal("rect"),width:Y,height:Y,rectBorderRadius:Y.optional(),cornerRadius:Y.optional(),portHints:ro.optional(),coveredWithSolderMask:h.boolean().optional(),solderMaskMargin:Y.optional()});Ct(!0);var NMt=je.omit({pcbRotation:!0}).extend({name:h.string().optional(),shape:h.literal("rotated_rect"),width:Y,height:Y,ccwRotation:h.number(),cornerRadius:Y.optional(),portHints:ro.optional(),coveredWithSolderMask:h.boolean().optional(),solderMaskMargin:Y.optional()});Ct(!0);var AMt=je.omit({pcbRotation:!0}).extend({name:h.string().optional(),shape:h.literal("circle"),radius:Y,portHints:ro.optional(),coveredWithSolderMask:h.boolean().optional(),solderMaskMargin:Y.optional()});Ct(!0);var RMt=je.omit({pcbRotation:!0}).extend({name:h.string().optional(),shape:h.literal("pill"),width:Y,height:Y,radius:Y,portHints:ro.optional(),coveredWithSolderMask:h.boolean().optional(),solderMaskMargin:Y.optional()});Ct(!0);var OMt=je.omit({pcbRotation:!0}).extend({name:h.string().optional(),shape:h.literal("polygon"),points:h.array(Ro),portHints:ro.optional(),coveredWithSolderMask:h.boolean().optional(),solderMaskMargin:Y.optional()});Ct(!0);var XH=h.discriminatedUnion("shape",[AMt,IMt,NMt,RMt,OMt]);Ct(!0);var LMt=je.omit({pcbRotation:!0}).extend({shape:h.literal("rect"),width:Y,height:Y});Ct(!0);var FMt=je.omit({pcbRotation:!0}).extend({shape:h.literal("circle"),radius:Y});Ct(!0);var lre=h.union([FMt,LMt]);Ct(!0);var zMt=je.extend({name:h.string().optional(),shape:h.literal("circle").optional(),diameter:Y.optional(),radius:Y.optional(),solderMaskMargin:Y.optional(),coveredWithSolderMask:h.boolean().optional()}).transform(n=>({...n,diameter:n.diameter??2*n.radius,radius:n.radius??n.diameter/2})),$Mt=je.extend({name:h.string().optional(),shape:h.literal("pill"),width:Y,height:Y,solderMaskMargin:Y.optional(),coveredWithSolderMask:h.boolean().optional()}),DMt=je.extend({name:h.string().optional(),shape:h.literal("rect"),width:Y,height:Y,solderMaskMargin:Y.optional(),coveredWithSolderMask:h.boolean().optional()}),UH=h.union([zMt,$Mt,DMt]);Ct(!0);var n4=h.union([h.string(),h.custom(n=>!!n.getPortSelector)]),xH=h.object({key:h.string().optional(),thickness:Y.optional(),width:Y.optional().describe("Alias for trace thickness"),schematicRouteHints:h.array(Ro).optional(),pcbRouteHints:h.array(Ji).optional(),pcbPathRelativeTo:h.string().optional(),pcbPath:h.array(h.union([Ro,h.string()])).optional(),pcbStraightLine:h.boolean().optional().describe("Draw a straight pcb trace between the connected points"),schDisplayLabel:h.string().optional(),schStroke:h.string().optional(),highlightColor:h.string().optional(),maxLength:Y.optional()}),VH=h.union([xH.extend({path:h.array(n4)}),xH.extend({from:n4,to:n4})]),GH=h.object({children:h.any().optional(),originalLayer:pe.default("top").optional(),circuitJson:h.array(h.any()).optional()});Ct(!0);var HH=h.object({originalFacingDirection:h.enum(["up","down","left","right"]).default("right").optional()});Ct(!0);var jMt=h.number().or(h.string().endsWith("mAh")).transform(n=>{if(typeof n=="string"){let e=n.replace("mAh",""),t=Number.parseFloat(e);if(Number.isNaN(t))throw new Error("Invalid capacity");return t}return n}).describe("Battery capacity in mAh"),WH=ri.extend({capacity:jMt.optional(),voltage:lr.optional(),standard:h.enum(["AA","AAA","9V","CR2032","18650","C"]).optional(),schOrientation:Uc.optional()});Ct(!0);var BMt=h.enum(["vertical","horizontal"]).describe("vertical means pins go 1->2 downward and horizontal means pins go 1->2 rightward");Ct(!0);var qH=ri.extend({pinCount:h.number(),pitch:Y.optional(),schFacingDirection:h.enum(["up","down","left","right"]).optional(),gender:h.enum(["male","female","unpopulated"]).optional().default("male"),showSilkscreenPinLabels:h.boolean().optional(),pcbPinLabels:h.record(h.string(),h.string()).optional(),doubleRow:h.boolean().optional(),rightAngle:h.boolean().optional(),pcbOrientation:BMt.optional(),holeDiameter:Y.optional(),platedDiameter:Y.optional(),pinLabels:h.record(h.string(),Cs).or(h.array(Cs)).optional(),connections:h.custom().pipe(h.record(h.string(),t_)).optional(),facingDirection:h.enum(["left","right"]).optional(),schPinArrangement:o4.optional(),schPinStyle:Eg.optional(),schPinSpacing:Y.optional(),schWidth:Y.optional(),schHeight:Y.optional()});Ct(!0);var wre=h.object({net:h.string().optional(),connection:h.string().optional(),schX:Y.optional(),schY:Y.optional(),schRotation:Qe.optional(),anchorSide:h.enum(["left","top","right","bottom"]).optional()});Ct(!0);var ZH=h.object({net:h.string().optional(),connection:h.string().optional(),connectsTo:h.string().or(h.array(h.string())).optional(),schX:Y.optional(),schY:Y.optional(),schRotation:Qe.optional(),anchorSide:h.enum(["left","top","right","bottom"]).optional()});Ct(!0);var KH=e_.extend({});Ct(!0);Ct(!0);var YMt=h.custom(n=>typeof n=="string"),JH=h.object({simulationType:h.literal("spice_transient_analysis").default("spice_transient_analysis"),duration:ur.optional(),timePerStep:ur.optional(),spiceEngine:YMt.optional()});Ct(!0);var XMt=["pin1","pin2","pin3","emitter","collector","base","gate","source","drain"],QH=ri.extend({type:h.enum(["npn","pnp","bjt","jfet","mosfet","igbt"]),connections:id(XMt).optional()});Ct(!0);var tW=ri.extend({channelType:h.enum(["n","p"]),mosfetMode:h.enum(["enhancement","depletion"])});Ct(!0);var UMt=s4,eW=ri.extend({inductance:Bx,maxCurrentRating:h.union([h.string(),h.number()]).optional(),schOrientation:Uc.optional(),connections:id(UMt).optional()});Ct(!0);var VMt=h.enum(["anode","cathode","pin1","pin2","pos","neg"]),GMt=h.string().or(h.array(h.string()).readonly()).or(h.array(h.string())),HMt=h.record(VMt,GMt),WMt=h.enum(["standard","schottky","zener","avalanche","photo","tvs"]),nW=ri.extend({connections:HMt.optional(),variant:WMt.optional().default("standard"),standard:h.boolean().optional(),schottky:h.boolean().optional(),zener:h.boolean().optional(),avalanche:h.boolean().optional(),photo:h.boolean().optional(),tvs:h.boolean().optional(),schOrientation:Uc.optional()}).superRefine((n,e)=>{if([n.standard,n.schottky,n.zener,n.avalanche,n.photo,n.tvs].filter(Boolean).length>1)return e.addIssue({code:h.ZodIssueCode.custom,message:"Exactly one diode variant must be enabled",path:[]}),h.INVALID}).transform(n=>{let e={...n,standard:!1,schottky:!1,zener:!1,avalanche:!1,photo:!1,tvs:!1};if(n.standard)e.standard=!0;else if(n.schottky)e.schottky=!0;else if(n.zener)e.zener=!0;else if(n.photo)e.photo=!0;else if(n.tvs)e.tvs=!0;else switch(n.variant){case"standard":e.standard=!0;break;case"schottky":e.schottky=!0;break;case"zener":e.zener=!0;break;case"avalanche":e.avalanche=!0;break;case"photo":e.photo=!0;break;case"tvs":e.tvs=!0;break;default:e.standard=!0}return e}),iW=mS;Ct(!0);var rW=ri.extend({color:h.string().optional(),wavelength:h.string().optional(),schDisplayValue:h.string().optional(),schOrientation:Uc.optional(),connections:id(mS).optional(),laser:h.boolean().optional()}),sW=mS,oW=ri.extend({type:h.enum(["spst","spdt","dpst","dpdt"]).optional(),isNormallyClosed:h.boolean().optional().default(!1),spst:h.boolean().optional(),spdt:h.boolean().optional(),dpst:h.boolean().optional(),dpdt:h.boolean().optional(),simSwitchFrequency:Fr.optional(),simCloseAt:ur.optional(),simOpenAt:ur.optional(),simStartClosed:h.boolean().optional(),simStartOpen:h.boolean().optional(),connections:h.custom().pipe(h.record(h.string(),t_)).optional()}).transform(n=>{let e={...n};switch(e.dpdt?e.type="dpdt":e.spst?e.type="spst":e.spdt?e.type="spdt":e.dpst&&(e.type="dpst"),e.type){case"spdt":e.spdt=!0;break;case"spst":e.spst=!0;break;case"dpst":e.dpst=!0;break;case"dpdt":e.dpdt=!0;break}return e});Ct(!0);var aW=je.extend({text:h.string(),anchorAlignment:h.enum(["center","top_left","top_right","bottom_left","bottom_right"]).default("center"),font:h.enum(["tscircuit2024"]).optional(),fontSize:D.optional(),color:h.string().optional()});Ct(!0);var cW=je.omit({pcbRotation:!0}).extend({width:Y,height:Y,strokeWidth:Y.optional(),isFilled:h.boolean().optional(),hasStroke:h.boolean().optional(),isStrokeDashed:h.boolean().optional(),color:h.string().optional(),cornerRadius:Y.optional()}),lW=je.omit({pcbX:!0,pcbY:!0,pcbOffsetX:!0,pcbOffsetY:!0,pcbRotation:!0}).extend({route:h.array(Ji),strokeWidth:D.optional(),color:h.string().optional()}),bH=h.union([h.string(),Ro]),uW=je.omit({pcbX:!0,pcbY:!0,pcbOffsetX:!0,pcbOffsetY:!0,pcbRotation:!0}).extend({from:bH,to:bH,text:h.string().optional(),offset:Y.optional(),font:h.enum(["tscircuit2024"]).optional(),fontSize:D.optional(),color:h.string().optional(),arrowSize:Y.optional(),units:h.enum(["in","mm"]).optional(),outerEdgeToEdge:h.literal(!0).optional(),centerToCenter:h.literal(!0).optional(),innerEdgeToEdge:h.literal(!0).optional()});Ct(!0);var Gre=h.object({layer:h.string().optional(),thickness:Y.optional(),route:h.array(Ji)}),pW=fS.extend({name:h.string().optional(),fromLayer:pe,toLayer:pe,holeDiameter:Y.optional(),outerDiameter:Y.optional(),connectsTo:h.string().or(h.array(h.string())).optional(),netIsAssignable:h.boolean().optional()});Ct(!0);var qMt=h.object({pin1:t_}).strict(),hW=ri.extend({connections:qMt.optional(),footprintVariant:h.enum(["pad","through_hole"]).optional(),padShape:h.enum(["rect","circle"]).optional().default("circle"),padDiameter:Y.optional(),holeDiameter:Y.optional(),width:Y.optional(),height:Y.optional()}).refine(n=>n.footprintVariant!=="through_hole"||n.holeDiameter!==void 0,{message:"holeDiameter is required for through_hole testpoints"});Ct(!0);var dW=je.omit({pcbRotation:!0,layer:!0}).extend({connection:h.string()});Ct(!0);var fW=h.union([je.omit({pcbRotation:!0}).extend({shape:h.literal("circle"),radius:Y}),je.extend({shape:h.literal("rect"),width:Y,height:Y})]),nse=je.omit({pcbRotation:!0}).extend({width:Y,height:Y,strokeWidth:Y.optional(),isFilled:h.boolean().optional(),hasStroke:h.boolean().optional(),isStrokeDashed:h.boolean().optional(),color:h.string().optional()}),sse=je.omit({pcbX:!0,pcbY:!0,pcbOffsetX:!0,pcbOffsetY:!0,pcbRotation:!0}).extend({outline:h.array(Ro),strokeWidth:D.optional(),isClosed:h.boolean().optional(),isStrokeDashed:h.boolean().optional(),color:h.string().optional()}),mW=h.object({name:h.string().optional(),layer:pe,connectsTo:h.string(),padMargin:Y.optional(),traceMargin:Y.optional(),clearance:Y.optional(),boardEdgeMargin:Y.optional(),cutoutMargin:Y.optional(),coveredWithSolderMask:h.boolean().optional().default(!0)});Ct(!0);var _W=h.object({originalLayer:pe.default("top").optional(),children:h.any().optional()});Ct(!0);var ZMt=h.object({pcbX:Y.optional(),pcbY:Y.optional(),pcbOffsetX:Y.optional(),pcbOffsetY:Y.optional(),pcbZ:Y.optional()}),KMt=Xc.extend({modelUrl:h.string(),stepUrl:h.string().optional()}),JMt=KMt.merge(ZMt);Ct(!0);var yW=h.union([h.null(),h.string(),JMt]),gW=ri.extend({voltage:lr}),QMt=["pin1","pin2","pos","neg"],tEt=h.union([h.string(),h.number()]).transform(n=>typeof n=="string"?n.endsWith("%")?parseFloat(n.slice(0,-1))/100:parseFloat(n):n).pipe(h.number().min(0,"Duty cycle must be non-negative").max(1,"Duty cycle cannot be greater than 100%")),xW=ri.extend({voltage:lr.optional(),frequency:Fr.optional(),peakToPeakVoltage:lr.optional(),waveShape:h.enum(["sinewave","square","triangle","sawtooth"]).optional(),phase:Qe.optional(),dutyCycle:tEt.optional(),connections:id(QMt).optional()});Ct(!0);var bW=ri.omit({name:!0}).extend({name:h.string().optional(),connectsTo:h.string(),referenceTo:h.string().optional(),color:h.string().optional()});Ct(!0);var vW=h.object({center:Zt,radius:Y,startAngleDegrees:Qe,endAngleDegrees:Qe,direction:h.enum(["clockwise","counterclockwise"]).default("counterclockwise"),strokeWidth:Y.optional(),color:h.string().optional(),isDashed:h.boolean().optional().default(!1)}),SW=h.object({schX:Y.optional(),schY:Y.optional(),width:Y.optional(),height:Y.optional(),overlay:h.array(h.string()).optional(),padding:Y.optional(),paddingLeft:Y.optional(),paddingRight:Y.optional(),paddingTop:Y.optional(),paddingBottom:Y.optional(),title:h.string().optional(),titleAlignment:Qm.default("top_left"),titleColor:h.string().optional(),titleFontSize:Y.optional(),titleInside:h.boolean().default(!1),strokeStyle:h.enum(["solid","dashed"]).default("solid")}).refine(n=>n.width!==void 0&&n.height!==void 0||Array.isArray(n.overlay)&&n.overlay.length>0,{message:"Must provide either both `width` and `height`, or a non-empty `overlay` array."}).refine(n=>!(n.width!==void 0&&n.height!==void 0&&Array.isArray(n.overlay)&&n.overlay.length>0),{message:"Cannot provide both `width`/`height` and `overlay` at the same time."}),wW=h.object({center:Zt,radius:Y,strokeWidth:Y.optional(),color:h.string().optional(),isFilled:h.boolean().optional().default(!1),fillColor:h.string().optional(),isDashed:h.boolean().optional().default(!1)}),PW=h.object({schX:Y.optional(),schY:Y.optional(),width:Y,height:Y,rotation:Qe.default(0),strokeWidth:Y.optional(),color:h.string().optional(),isFilled:h.boolean().optional().default(!1),fillColor:h.string().optional(),isDashed:h.boolean().optional().default(!1),cornerRadius:Y.optional()}),kW=h.object({x1:Y,y1:Y,x2:Y,y2:Y,strokeWidth:Y.optional(),color:h.string().optional(),isDashed:h.boolean().optional().default(!1)}),eEt=h.enum(["center","left","right","top","bottom"]),TW=h.object({schX:Y.optional(),schY:Y.optional(),text:h.string(),fontSize:h.number().default(1),anchor:h.union([eEt.describe("legacy"),Qm]).default("center"),color:h.string().default("#000000"),schRotation:Qe.default(0)}),Ise=h.object({points:h.array(Zt),isFilled:h.boolean().optional().default(!1),fillColor:h.enum(["red","blue"]).optional()}),MW=h.object({schX:Y.optional(),schY:Y.optional(),children:h.any().optional(),cellPadding:Y.optional(),borderWidth:Y.optional(),anchor:Qm.optional(),fontSize:Y.optional()});Ct(!0);var EW=h.object({children:h.any().optional(),height:Y.optional()});Ct(!0);var CW=h.object({children:h.string().optional(),horizontalAlign:h.enum(["left","center","right"]).optional(),verticalAlign:h.enum(["top","middle","bottom"]).optional(),fontSize:Y.optional(),rowSpan:h.number().optional(),colSpan:h.number().optional(),width:Y.optional(),text:h.string().optional()});Ct(!0);var Dse=je.extend({text:h.string(),anchorAlignment:Qm.default("center"),font:h.enum(["tscircuit2024"]).optional(),fontSize:D.optional(),layers:h.array(pe).optional()}),IW=je.extend({text:h.string(),anchorAlignment:Qm.default("center"),font:h.enum(["tscircuit2024"]).optional(),fontSize:D.optional(),isKnockout:h.boolean().optional(),knockoutPadding:D.optional(),knockoutPaddingLeft:D.optional(),knockoutPaddingRight:D.optional(),knockoutPaddingTop:D.optional(),knockoutPaddingBottom:D.optional(),layers:h.array(pe).optional()}),NW=je.omit({pcbX:!0,pcbY:!0,pcbOffsetX:!0,pcbOffsetY:!0,pcbRotation:!0}).extend({route:h.array(Ji),strokeWidth:D.optional()}),AW=je.omit({pcbX:!0,pcbY:!0,pcbOffsetX:!0,pcbOffsetY:!0,pcbRotation:!0}).extend({strokeWidth:Y,x1:Y,y1:Y,x2:Y,y2:Y}),RW=je.omit({pcbRotation:!0}).extend({filled:h.boolean().default(!0).optional(),stroke:h.enum(["dashed","solid","none"]).optional(),strokeWidth:Y.optional(),width:Y,height:Y,cornerRadius:Y.optional()}),OW=je.omit({pcbRotation:!0}).extend({isFilled:h.boolean().optional(),isOutline:h.boolean().optional(),strokeWidth:Y.optional(),radius:Y}),vH=h.object({x:Y,y:Y,via:h.boolean().optional(),toLayer:pe.optional()}),LW=h.object({for:h.string().optional().describe("Selector for the port you're targeting, not required if you're inside a trace"),order:h.number().optional(),offset:Ji.or(vH).optional(),offsets:h.array(Ji).or(h.array(vH)).optional(),traceWidth:h.number().optional()}),Jse=fS.extend({name:h.string(),pinNumber:h.number().optional(),aliases:h.array(h.string()).optional(),direction:V3t,connectsTo:h.string().or(h.array(h.string())).optional()}),FW=je.extend({text:h.string(),anchorAlignment:h.enum(["center","top_left","top_right","bottom_left","bottom_right"]).default("center"),font:h.enum(["tscircuit2024"]).optional(),fontSize:D.optional(),color:h.string().optional()});Ct(!0);var zW=je.omit({pcbRotation:!0}).extend({width:Y,height:Y,strokeWidth:Y.optional(),isFilled:h.boolean().optional(),hasStroke:h.boolean().optional(),isStrokeDashed:h.boolean().optional(),color:h.string().optional(),cornerRadius:Y.optional()});Ct(!0);var $W=je.omit({pcbX:!0,pcbY:!0,pcbOffsetX:!0,pcbOffsetY:!0,pcbRotation:!0}).extend({route:h.array(Ji),strokeWidth:D.optional(),color:h.string().optional()});Ct(!0);var DW=je.omit({pcbX:!0,pcbY:!0,pcbOffsetX:!0,pcbOffsetY:!0,pcbRotation:!0}).extend({x1:Y,y1:Y,x2:Y,y2:Y,strokeWidth:Y.optional(),color:h.string().optional(),isDashed:h.boolean().optional()});Ct(!0);var SH=h.union([h.string(),Ro]),jW=je.omit({pcbX:!0,pcbY:!0,pcbOffsetX:!0,pcbOffsetY:!0,pcbRotation:!0}).extend({from:SH,to:SH,text:h.string().optional(),offset:Y.optional(),font:h.enum(["tscircuit2024"]).optional(),fontSize:D.optional(),color:h.string().optional(),arrowSize:Y.optional(),units:h.enum(["in","mm"]).optional(),outerEdgeToEdge:h.literal(!0).optional(),centerToCenter:h.literal(!0).optional(),innerEdgeToEdge:h.literal(!0).optional()});Ct(!0);var BW=h.array(h.any()).describe("Circuit JSON"),i4=h.object({footprintCircuitJson:h.array(h.any()),cadModel:kH.optional()}),wH=h.function().args(h.string()).returns(h.promise(i4)).or(h.function().args(h.string(),h.object({resolvedPcbStyle:r4.optional()}).optional()).returns(h.promise(i4))).describe("A function that takes a path and returns Circuit JSON"),nEt=h.object({loadFromUrl:h.function().args(h.string()).returns(h.promise(i4)).describe("A function that takes a footprint file URL and returns Circuit JSON")}),iEt=h.object({engineVersionString:h.string().optional(),simulationResultCircuitJson:BW}),rEt=h.object({simulate:h.function().args(h.string()).returns(h.promise(iEt)).describe("A function that takes a SPICE string and returns a simulation result")}),sEt=h.custom(n=>typeof n=="string"),PH=h.object({run:h.function().args().returns(h.promise(h.unknown())).describe("Run the autorouter"),getOutputSimpleRouteJson:h.function().args().returns(h.promise(h.any())).describe("Get the resulting SimpleRouteJson")}),oEt=h.object({createAutorouter:h.function().args(h.any(),h.any().optional()).returns(h.union([PH,h.promise(PH)])).describe("Create an autorouter instance")}),aEt=h.object({partsEngine:MH.optional(),autorouter:TH.optional(),autorouterMap:h.record(h.string(),oEt).optional(),registryApiUrl:h.string().optional(),cloudAutorouterUrl:h.string().optional(),projectName:h.string().optional(),projectBaseUrl:h.string().optional(),version:h.string().optional(),url:h.string().optional(),printBoardInformationToSilkscreen:h.boolean().optional(),includeBoardFiles:h.array(h.string()).describe('The board files to automatically build with "tsci build", defaults to ["**/*.circuit.tsx"]. Can be an array of files or globs').optional(),snapshotsDir:h.string().describe('The directory where snapshots are stored for "tsci snapshot", defaults to "tests/__snapshots__"').optional(),defaultSpiceEngine:sEt.optional(),localCacheEngine:h.any().optional(),pcbDisabled:h.boolean().optional(),schematicDisabled:h.boolean().optional(),partsEngineDisabled:h.boolean().optional(),spiceEngineMap:h.record(h.string(),rEt).optional(),footprintLibraryMap:h.record(h.string(),h.union([wH,h.record(h.string(),h.union([BW,wH]))])).optional(),footprintFileParserMap:h.record(h.string(),nEt).optional(),resolveProjectStaticFileImportUrl:h.function().args(h.string()).returns(h.promise(h.string())).describe("A function that returns a string URL for static files for the project").optional()});Ct(!0);var cEt=aEt,uoe=cEt.pick({projectName:!0,projectBaseUrl:!0,version:!0,url:!0,printBoardInformationToSilkscreen:!0,includeBoardFiles:!0,snapshotsDir:!0,defaultSpiceEngine:!0});Ct(!0);St();J();St();St();St();Ta();J();var Ua=Vt(Zs(),1);Ta();J();function Vc(){return new p4}var p4=class n{constructor(){f(this,"index",{});f(this,"array",[])}size(){return this.array.length}empty(){return this.array.length===0}itemAt(e){return this.array[e]}contains(e){return this.index[e.id()]!==void 0}find(e){let t=this.index[e.id()];return t===void 0?void 0:this.array[t]}setDefault(e,t){let i=this.index[e.id()];if(i===void 0){let r=new _S(e,t());return this.index[e.id()]=this.array.length,this.array.push(r),r}else return this.array[i]}insert(e,t){let i=new _S(e,t),r=this.index[e.id()];return r===void 0?(this.index[e.id()]=this.array.length,this.array.push(i)):this.array[r]=i,i}erase(e){let t=this.index[e.id()];if(t===void 0)return;this.index[e.id()]=void 0;let i=this.array[t],r=this.array.pop();return i!==r&&(this.array[t]=r,this.index[r.first.id()]=t),i}copy(){let e=new n;for(let t=0;t<this.array.length;t++){let i=this.array[t].copy();e.array[t]=i,e.index[i.first.id()]=t}return e}},_S=class n{constructor(e,t){f(this,"first");f(this,"second");this.first=e,this.second=t}copy(){return new n(this.first,this.second)}};var Ia=class{constructor(e=""){f(this,"_name");f(this,"_value",0);f(this,"_context",null);f(this,"_id",lEt++);this._name=e}id(){return this._id}name(){return this._name}setName(e){this._name=e}context(){return this._context}setContext(e){this._context=e}value(){return this._value}setValue(e){this._value=e}plus(e){return new $n(this,e)}minus(e){return new $n(this,typeof e=="number"?-e:[-1,e])}multiply(e){return new $n([e,this])}divide(e){return new $n([1/e,this])}toJSON(){return{name:this._name,value:this._value}}toString(){return this._context+"["+this._name+":"+this._value+"]"}},lEt=0;var $n=class n{constructor(){f(this,"_terms");f(this,"_constant");let e=uEt(arguments);this._terms=e.terms,this._constant=e.constant}terms(){return this._terms}constant(){return this._constant}value(){let e=this._constant;for(let t=0,i=this._terms.size();t<i;t++){let r=this._terms.itemAt(t);e+=r.first.value()*r.second}return e}plus(e){return new n(this,e)}minus(e){return new n(this,typeof e=="number"?-e:[-1,e])}multiply(e){return new n([e,this])}divide(e){return new n([1/e,this])}isConstant(){return this._terms.size()==0}toString(){let e=this._terms.array.map(function(t){return t.second+"*"+t.first.toString()}).join(" + ");return!this.isConstant()&&this._constant!==0&&(e+=" + "),e+=this._constant,e}};function uEt(n){let e=0,t=()=>0,i=Vc();for(let r=0,s=n.length;r<s;++r){let o=n[r];if(typeof o=="number")e+=o;else if(o instanceof Ia)i.setDefault(o,t).second+=1;else if(o instanceof $n){e+=o.constant();let a=o.terms();for(let c=0,l=a.size();c<l;c++){let u=a.itemAt(c);i.setDefault(u.first,t).second+=u.second}}else if(o instanceof Array){if(o.length!==2)throw new Error("array must have length 2");let a=o[0],c=o[1];if(typeof a!="number")throw new Error("array item 0 must be a number");if(c instanceof Ia)i.setDefault(c,t).second+=a;else if(c instanceof $n){e+=c.constant()*a;let l=c.terms();for(let u=0,p=l.size();u<p;u++){let d=l.itemAt(u);i.setDefault(d.first,t).second+=d.second*a}}else throw new Error("array item 1 must be a variable or expression")}else throw new Error("invalid Expression argument: "+o)}return{terms:i,constant:e}}var so=class so{static create(e,t,i,r=1){let s=0;return s+=Math.max(0,Math.min(1e3,e*r))*1e6,s+=Math.max(0,Math.min(1e3,t*r))*1e3,s+=Math.max(0,Math.min(1e3,i*r)),s}static clip(e){return Math.max(0,Math.min(so.required,e))}};f(so,"required",so.create(1e3,1e3,1e3)),f(so,"strong",so.create(1,0,0)),f(so,"medium",so.create(0,1,0)),f(so,"weak",so.create(0,0,1));var Rn=so;var si;(function(n){n[n.Le=0]="Le",n[n.Ge=1]="Ge",n[n.Eq=2]="Eq"})(si||(si={}));var Pi=class{constructor(e,t,i,r=Rn.required){f(this,"_expression");f(this,"_operator");f(this,"_strength");f(this,"_id",pEt++);this._operator=t,this._strength=Rn.clip(r),i===void 0&&e instanceof $n?this._expression=e:this._expression=e.minus(i)}id(){return this._id}expression(){return this._expression}op(){return this._operator}strength(){return this._strength}toString(){return this._expression.toString()+" "+["<=",">=","="][this._operator]+" 0 ("+this._strength.toString()+")"}},pEt=0;var n_=class{constructor(){f(this,"maxIterations",1e3);f(this,"_cnMap",hEt());f(this,"_rowMap",dEt());f(this,"_varMap",fEt());f(this,"_editMap",mEt());f(this,"_infeasibleRows",[]);f(this,"_objective",new xS);f(this,"_artificial",null);f(this,"_idTick",0)}createConstraint(e,t,i,r=Rn.required){let s=new Pi(e,t,i,r);return this.addConstraint(s),s}addConstraint(e){if(this._cnMap.find(e)!==void 0)throw new Error("duplicate constraint");let i=this._createRow(e),r=i.row,s=i.tag,o=this._chooseSubject(r,s);if(o.type()===nn.Invalid&&r.allDummies())if(yS(r.constant()))o=s.marker;else throw new Error("unsatisfiable constraint");if(o.type()===nn.Invalid){if(!this._addWithArtificialVariable(r))throw new Error("unsatisfiable constraint")}else r.solveFor(o),this._substitute(o,r),this._rowMap.insert(o,r);this._cnMap.insert(e,s),this._optimize(this._objective)}removeConstraint(e){let t=this._cnMap.erase(e);if(t===void 0)throw new Error("unknown constraint");this._removeConstraintEffects(e,t.second);let i=t.second.marker,r=this._rowMap.erase(i);if(r===void 0){let s=this._getMarkerLeavingSymbol(i);if(s.type()===nn.Invalid)throw new Error("failed to find leaving row");r=this._rowMap.erase(s),r.second.solveForEx(s,i),this._substitute(i,r.second)}this._optimize(this._objective)}hasConstraint(e){return this._cnMap.contains(e)}getConstraints(){return this._cnMap.array.map(({first:e})=>e)}addEditVariable(e,t){if(this._editMap.find(e)!==void 0)throw new Error("duplicate edit variable");if(t=Rn.clip(t),t===Rn.required)throw new Error("bad required strength");let r=new $n(e),s=new Pi(r,si.Eq,void 0,t);this.addConstraint(s);let a={tag:this._cnMap.find(s).second,constraint:s,constant:0};this._editMap.insert(e,a)}removeEditVariable(e){let t=this._editMap.erase(e);if(t===void 0)throw new Error("unknown edit variable");this.removeConstraint(t.second.constraint)}hasEditVariable(e){return this._editMap.contains(e)}suggestValue(e,t){let i=this._editMap.find(e);if(i===void 0)throw new Error("unknown edit variable");let r=this._rowMap,s=i.second,o=t-s.constant;s.constant=t;let a=s.tag.marker,c=r.find(a);if(c!==void 0){c.second.add(-o)<0&&this._infeasibleRows.push(a),this._dualOptimize();return}let l=s.tag.other;if(c=r.find(l),c!==void 0){c.second.add(o)<0&&this._infeasibleRows.push(l),this._dualOptimize();return}for(let u=0,p=r.size();u<p;++u){let d=r.itemAt(u),_=d.second,g=_.coefficientFor(a);g!==0&&_.add(o*g)<0&&d.first.type()!==nn.External&&this._infeasibleRows.push(d.first)}this._dualOptimize()}updateVariables(){let e=this._varMap,t=this._rowMap;for(let i=0,r=e.size();i<r;++i){let s=e.itemAt(i),o=t.find(s.second);o!==void 0?s.first.setValue(o.second.constant()):s.first.setValue(0)}}_getVarSymbol(e){let t=()=>this._makeSymbol(nn.External);return this._varMap.setDefault(e,t).second}_createRow(e){let t=e.expression(),i=new xS(t.constant()),r=t.terms();for(let c=0,l=r.size();c<l;++c){let u=r.itemAt(c);if(!yS(u.second)){let p=this._getVarSymbol(u.first),d=this._rowMap.find(p);d!==void 0?i.insertRow(d.second,u.second):i.insertSymbol(p,u.second)}}let s=this._objective,o=e.strength(),a={marker:Gc,other:Gc};switch(e.op()){case si.Le:case si.Ge:{let c=e.op()===si.Le?1:-1,l=this._makeSymbol(nn.Slack);if(a.marker=l,i.insertSymbol(l,c),o<Rn.required){let u=this._makeSymbol(nn.Error);a.other=u,i.insertSymbol(u,-c),s.insertSymbol(u,o)}break}case si.Eq:{if(o<Rn.required){let c=this._makeSymbol(nn.Error),l=this._makeSymbol(nn.Error);a.marker=c,a.other=l,i.insertSymbol(c,-1),i.insertSymbol(l,1),s.insertSymbol(c,o),s.insertSymbol(l,o)}else{let c=this._makeSymbol(nn.Dummy);a.marker=c,i.insertSymbol(c)}break}}return i.constant()<0&&i.reverseSign(),{row:i,tag:a}}_chooseSubject(e,t){let i=e.cells();for(let s=0,o=i.size();s<o;++s){let a=i.itemAt(s);if(a.first.type()===nn.External)return a.first}let r=t.marker.type();return(r===nn.Slack||r===nn.Error)&&e.coefficientFor(t.marker)<0?t.marker:(r=t.other.type(),(r===nn.Slack||r===nn.Error)&&e.coefficientFor(t.other)<0?t.other:Gc)}_addWithArtificialVariable(e){let t=this._makeSymbol(nn.Slack);this._rowMap.insert(t,e.copy()),this._artificial=e.copy(),this._optimize(this._artificial);let i=yS(this._artificial.constant());this._artificial=null;let r=this._rowMap.erase(t);if(r!==void 0){let o=r.second;if(o.isConstant())return i;let a=this._anyPivotableSymbol(o);if(a.type()===nn.Invalid)return!1;o.solveForEx(t,a),this._substitute(a,o),this._rowMap.insert(a,o)}let s=this._rowMap;for(let o=0,a=s.size();o<a;++o)s.itemAt(o).second.removeSymbol(t);return this._objective.removeSymbol(t),i}_substitute(e,t){let i=this._rowMap;for(let r=0,s=i.size();r<s;++r){let o=i.itemAt(r);o.second.substitute(e,t),o.second.constant()<0&&o.first.type()!==nn.External&&this._infeasibleRows.push(o.first)}this._objective.substitute(e,t),this._artificial&&this._artificial.substitute(e,t)}_optimize(e){let t=0;for(;t<this.maxIterations;){let i=this._getEnteringSymbol(e);if(i.type()===nn.Invalid)return;let r=this._getLeavingSymbol(i);if(r.type()===nn.Invalid)throw new Error("the objective is unbounded");let s=this._rowMap.erase(r).second;s.solveForEx(r,i),this._substitute(i,s),this._rowMap.insert(i,s),t++}throw new Error("solver iterations exceeded")}_dualOptimize(){let e=this._rowMap,t=this._infeasibleRows;for(;t.length!==0;){let i=t.pop(),r=e.find(i);if(r!==void 0&&r.second.constant()<0){let s=this._getDualEnteringSymbol(r.second);if(s.type()===nn.Invalid)throw new Error("dual optimize failed");let o=r.second;e.erase(i),o.solveForEx(i,s),this._substitute(s,o),e.insert(s,o)}}}_getEnteringSymbol(e){let t=e.cells();for(let i=0,r=t.size();i<r;++i){let s=t.itemAt(i),o=s.first;if(s.second<0&&o.type()!==nn.Dummy)return o}return Gc}_getDualEnteringSymbol(e){let t=Number.MAX_VALUE,i=Gc,r=e.cells();for(let s=0,o=r.size();s<o;++s){let a=r.itemAt(s),c=a.first,l=a.second;if(l>0&&c.type()!==nn.Dummy){let p=this._objective.coefficientFor(c)/l;p<t&&(t=p,i=c)}}return i}_getLeavingSymbol(e){let t=Number.MAX_VALUE,i=Gc,r=this._rowMap;for(let s=0,o=r.size();s<o;++s){let a=r.itemAt(s),c=a.first;if(c.type()!==nn.External){let l=a.second,u=l.coefficientFor(e);if(u<0){let p=-l.constant()/u;p<t&&(t=p,i=c)}}}return i}_getMarkerLeavingSymbol(e){let t=Number.MAX_VALUE,i=t,r=t,s=Gc,o=s,a=s,c=s,l=this._rowMap;for(let u=0,p=l.size();u<p;++u){let d=l.itemAt(u),_=d.second,g=_.coefficientFor(e);if(g===0)continue;let x=d.first;if(x.type()===nn.External)c=x;else if(g<0){let v=-_.constant()/g;v<i&&(i=v,o=x)}else{let v=_.constant()/g;v<r&&(r=v,a=x)}}return o!==s?o:a!==s?a:c}_removeConstraintEffects(e,t){t.marker.type()===nn.Error&&this._removeMarkerEffects(t.marker,e.strength()),t.other.type()===nn.Error&&this._removeMarkerEffects(t.other,e.strength())}_removeMarkerEffects(e,t){let i=this._rowMap.find(e);i!==void 0?this._objective.insertRow(i.second,-t):this._objective.insertSymbol(e,-t)}_anyPivotableSymbol(e){let t=e.cells();for(let i=0,r=t.size();i<r;++i){let s=t.itemAt(i),o=s.first.type();if(o===nn.Slack||o===nn.Error)return s.first}return Gc}_makeSymbol(e){return new gS(e,this._idTick++)}};function yS(n){let e=1e-8;return n<0?-n<e:n<e}function hEt(){return Vc()}function dEt(){return Vc()}function fEt(){return Vc()}function mEt(){return Vc()}var nn;(function(n){n[n.Invalid=0]="Invalid",n[n.External=1]="External",n[n.Slack=2]="Slack",n[n.Error=3]="Error",n[n.Dummy=4]="Dummy"})(nn||(nn={}));var gS=class{constructor(e,t){f(this,"_id");f(this,"_type");this._id=t,this._type=e}id(){return this._id}type(){return this._type}},Gc=new gS(nn.Invalid,-1),xS=class n{constructor(e=0){f(this,"_cellMap",Vc());f(this,"_constant");this._constant=e}cells(){return this._cellMap}constant(){return this._constant}isConstant(){return this._cellMap.empty()}allDummies(){let e=this._cellMap;for(let t=0,i=e.size();t<i;++t)if(e.itemAt(t).first.type()!==nn.Dummy)return!1;return!0}copy(){let e=new n(this._constant);return e._cellMap=this._cellMap.copy(),e}add(e){return this._constant+=e}insertSymbol(e,t=1){let i=this._cellMap.setDefault(e,()=>0);yS(i.second+=t)&&this._cellMap.erase(e)}insertRow(e,t=1){this._constant+=e._constant*t;let i=e._cellMap;for(let r=0,s=i.size();r<s;++r){let o=i.itemAt(r);this.insertSymbol(o.first,o.second*t)}}removeSymbol(e){this._cellMap.erase(e)}reverseSign(){this._constant=-this._constant;let e=this._cellMap;for(let t=0,i=e.size();t<i;++t){let r=e.itemAt(t);r.second=-r.second}}solveFor(e){let t=this._cellMap,r=-1/t.erase(e).second;this._constant*=r;for(let s=0,o=t.size();s<o;++s)t.itemAt(s).second*=r}solveForEx(e,t){this.insertSymbol(e,-1),this.solveFor(t)}coefficientFor(e){let t=this._cellMap.find(e);return t!==void 0?t.second:0}substitute(e,t){let i=this._cellMap.erase(e);i!==void 0&&this.insertRow(t,i.second)}};var ant=Vt(En(),1);J();St();St();er();var _4={};vh(_4,{areBoundsCompletelyInsidePolygon:()=>m4,areBoundsOverlappingPolygon:()=>f4,boundsAreaOverlap:()=>tq,boundsDistance:()=>eq,boundsIntersection:()=>nq,clamp:()=>Vn,computeDistanceBetweenBoxes:()=>Ao,computeGapBetweenBoxes:()=>Q5,computeManhattanDistanceBetweenBoxes:()=>Pg,distSq:()=>HW,distance:()=>Fi,doBoundsOverlap:()=>Hc,doSegmentsIntersect:()=>ki,doesLineIntersectLine:()=>Na,doesSegmentIntersectRect:()=>h4,findNearestPointsBetweenBoxSets:()=>kg,getBoundingBox:()=>io,getBoundsFromPoints:()=>Oo,getSegmentIntersection:()=>od,getUnitVectorFromDirection:()=>PS,getUnitVectorFromPointAToB:()=>wS,grid:()=>iq,isPointInsidePolygon:()=>SS,isRectCompletelyInsidePolygon:()=>JW,isRectOverlappingPolygon:()=>KW,midpoint:()=>GW,normalizeDegrees:()=>ad,onSegment:()=>sd,orientation:()=>rd,pointToBoundsDistance:()=>VW,pointToBoxDistance:()=>UW,pointToSegmentClosestPoint:()=>XW,pointToSegmentDistance:()=>yi,range:()=>QW,segmentToBoundsMinDistance:()=>Ig,segmentToBoxMinDistance:()=>bS,segmentToCircleMinDistance:()=>vS,segmentToSegmentMinDistance:()=>i_});function Na([n,e],[t,i],{lineThickness:r=0}={}){return r===0?ki(n,e,t,i):_Et(n,e,t,i)<=r}function ki(n,e,t,i){let r=rd(n,e,t),s=rd(n,e,i),o=rd(t,i,n),a=rd(t,i,e);return!!(r!==s&&o!==a||r===0&&sd(n,t,e)||s===0&&sd(n,i,e)||o===0&&sd(t,n,i)||a===0&&sd(t,e,i))}function rd(n,e,t){let i=(e.y-n.y)*(t.x-e.x)-(e.x-n.x)*(t.y-e.y);return i===0?0:i>0?1:2}function sd(n,e,t){return e.x<=Math.max(n.x,t.x)&&e.x>=Math.min(n.x,t.x)&&e.y<=Math.max(n.y,t.y)&&e.y>=Math.min(n.y,t.y)}function _Et(n,e,t,i){if(n.x===e.x&&n.y===e.y)return yi(n,t,i);if(t.x===i.x&&t.y===i.y)return yi(t,n,e);if(ki(n,e,t,i))return 0;let r=[yi(n,t,i),yi(e,t,i),yi(t,n,e),yi(i,n,e)];return Math.min(...r)}function yi(n,e,t){let i=(t.x-e.x)**2+(t.y-e.y)**2;if(i===0)return Fi(n,e);let r=((n.x-e.x)*(t.x-e.x)+(n.y-e.y)*(t.y-e.y))/i;r=Math.max(0,Math.min(1,r));let s={x:e.x+r*(t.x-e.x),y:e.y+r*(t.y-e.y)};return Fi(n,s)}function Fi(n,e){let t=n.x-e.x,i=n.y-e.y;return Math.sqrt(t*t+i*i)}function od(n,e,t,i){let r=e.x-n.x,s=e.y-n.y,o=i.x-t.x,a=i.y-t.y,c=n.x-t.x,l=n.y-t.y,u=r*a-s*o;if(Math.abs(u)<1e-10)return null;let p=(l*o-c*a)/u,d=(r*l-s*c)/u,_=1e-9;if(p>=-_&&p<=1+_&&d>=-_&&d<=1+_){let g=n.x+p*r,x=n.y+p*s;return{x:g,y:x}}return null}function h4(n,e,t){let i=c=>c.x>=t.minX&&c.x<=t.maxX&&c.y>=t.minY&&c.y<=t.maxY;if(i(n)||i(e))return!0;let r={x:t.minX,y:t.minY},s={x:t.maxX,y:t.minY},o={x:t.minX,y:t.maxY},a={x:t.maxX,y:t.maxY};return ki(n,e,r,s)||ki(n,e,s,a)||ki(n,e,a,o)||ki(n,e,o,r)}function i_(n,e,t,i){if(n.x===e.x&&n.y===e.y)return yi(n,t,i);if(t.x===i.x&&t.y===i.y)return yi(t,n,e);if(ki(n,e,t,i))return 0;let r=[yi(n,t,i),yi(e,t,i),yi(t,n,e),yi(i,n,e)];return Math.min(...r)}function Ig(n,e,t){let i={x:t.minX,y:t.minY},r={x:t.maxX,y:t.minY},s={x:t.minX,y:t.maxY},o={x:t.maxX,y:t.maxY};if(ki(n,e,i,r)||ki(n,e,r,o)||ki(n,e,o,s)||ki(n,e,s,i)||n.x>=t.minX&&n.x<=t.maxX&&n.y>=t.minY&&n.y<=t.maxY&&e.x>=t.minX&&e.x<=t.maxX&&e.y>=t.minY&&e.y<=t.maxY)return 0;let a=[yi(i,n,e),yi(r,n,e),yi(s,n,e),yi(o,n,e)];if(n.x>=t.minX&&n.x<=t.maxX&&n.y>=t.minY&&n.y<=t.maxY||e.x>=t.minX&&e.x<=t.maxX&&e.y>=t.minY&&e.y<=t.maxY)return 0;if(n.x<t.minX||n.x>t.maxX||n.y<t.minY||n.y>t.maxY){let c=Vn(n.x,t.minX,t.maxX),l=Vn(n.y,t.minY,t.maxY);a.push(Fi(n,{x:c,y:l}))}if(e.x<t.minX||e.x>t.maxX||e.y<t.minY||e.y>t.maxY){let c=Vn(e.x,t.minX,t.maxX),l=Vn(e.y,t.minY,t.maxY);a.push(Fi(e,{x:c,y:l}))}return Math.min(...a)}function bS(n,e,t){let i=t.width/2,r=t.height/2,s={minX:t.center.x-i,maxX:t.center.x+i,minY:t.center.y-r,maxY:t.center.y+r};return Ig(n,e,s)}function vS(n,e,t){let i={x:t.x,y:t.y};if(n.x===e.x&&n.y===e.y)return Math.max(0,Fi(n,i)-t.radius);let r={x:e.x-n.x,y:e.y-n.y},s={x:i.x-n.x,y:i.y-n.y},o=r.x*r.x+r.y*r.y,a=Math.max(0,Math.min(1,(r.x*s.x+r.y*s.y)/o)),c={x:n.x+a*r.x,y:n.y+a*r.y},l=Fi(c,i);return Math.max(0,l-t.radius)}function XW(n,e,t){let i=t.x-e.x,r=t.y-e.y,s=i*i+r*r;if(s===0)return{x:e.x,y:e.y};let o=((n.x-e.x)*i+(n.y-e.y)*r)/s;return o=Math.max(0,Math.min(1,o)),{x:e.x+o*i,y:e.y+o*r}}function ad(n){return(n%360+360)%360}function UW(n,e){let t=e.width/2,i=e.height/2,r=e.center.x-t,s=e.center.x+t,o=e.center.y-i,a=e.center.y+i;if(n.x>=r&&n.x<=s&&n.y>=o&&n.y<=a)return 0;let c=Vn(n.x,r,s),l=Vn(n.y,o,a);return Fi(n,{x:c,y:l})}function VW(n,e){if(n.x>=e.minX&&n.x<=e.maxX&&n.y>=e.minY&&n.y<=e.maxY)return 0;let t=Vn(n.x,e.minX,e.maxX),i=Vn(n.y,e.minY,e.maxY);return Fi(n,{x:t,y:i})}function GW(n,e){return{x:(n.x+e.x)/2,y:(n.y+e.y)/2}}function HW(n,e){let t=n.x-e.x,i=n.y-e.y;return t*t+i*i}var WW=n=>{if("minX"in n)return n;let e=n.width/2,t=n.height/2;return{minX:n.center.x-e,minY:n.center.y-t,maxX:n.center.x+e,maxY:n.center.y+t}},d4=n=>[{x:n.minX,y:n.minY},{x:n.maxX,y:n.minY},{x:n.maxX,y:n.maxY},{x:n.minX,y:n.maxY}],qW=n=>{let e=[];for(let t=0;t<n.length;t++){let i=n[t],r=n[(t+1)%n.length];e.push([i,r])}return e},yEt=(n,e,t)=>{let i=(n.y-e.y)*(t.x-e.x)-(n.x-e.x)*(t.y-e.y);if(Math.abs(i)>1e-9)return!1;let r=(n.x-e.x)*(t.x-e.x)+(n.y-e.y)*(t.y-e.y);if(r<0)return!1;let s=(t.x-e.x)**2+(t.y-e.y)**2;return!(r>s)},gEt=(n,e)=>n.x>=e.minX&&n.x<=e.maxX&&n.y>=e.minY&&n.y<=e.maxY,SS=(n,e)=>{if(e.length<3)return!1;let t=qW(e);for(let[r,s]of t)if(yEt(n,r,s))return!0;let i=!1;for(let r=0,s=e.length-1;r<e.length;s=r++){let o=e[r].x,a=e[r].y,c=e[s].x,l=e[s].y;a>n.y!=l>n.y&&n.x<(c-o)*(n.y-a)/(l-a)+o&&(i=!i)}return i},ZW=(n,e)=>{let t=d4(n),i=[[t[0],t[1]],[t[1],t[2]],[t[2],t[3]],[t[3],t[0]]],r=qW(e);for(let[s,o]of r)for(let[a,c]of i)if(ki(s,o,a,c))return!0;return!1},f4=(n,e)=>e.length<3?!1:e.some(i=>gEt(i,n))||d4(n).some(i=>SS(i,e))?!0:ZW(n,e),m4=(n,e)=>e.length<3||!d4(n).every(i=>SS(i,e))?!1:!ZW(n,e),KW=(n,e)=>f4(WW(n),e),JW=(n,e)=>m4(WW(n),e);function QW(n,e,t=1){if(t===0)throw new Error("step cannot be 0");let i,r;e===void 0?(i=0,r=n):(i=n,r=e);let s=[];if(t>0)for(let o=i;o<r;o+=t)s.push(o);else for(let o=i;o>r;o+=t)s.push(o);return s}var tq=(n,e)=>{let t=Math.max(0,Math.min(n.maxX,e.maxX)-Math.max(n.minX,e.minX)),i=Math.max(0,Math.min(n.maxY,e.maxY)-Math.max(n.minY,e.minY));return t*i};var eq=(n,e)=>{let t=n.maxX<e.minX?e.minX-n.maxX:e.maxX<n.minX?n.minX-e.maxX:0,i=n.maxY<e.minY?e.minY-n.maxY:e.maxY<n.minY?n.minY-e.maxY:0;return Math.sqrt(t*t+i*i)};var nq=(n,e)=>{let t=Math.max(n.minX,e.minX),i=Math.max(n.minY,e.minY),r=Math.min(n.maxX,e.maxX),s=Math.min(n.maxY,e.maxY);return t>r||i>s?null:{minX:t,minY:i,maxX:r,maxY:s}};var Hc=(n,e)=>!(n.maxX<e.minX||e.maxX<n.minX||n.maxY<e.minY||e.maxY<n.minY);var Oo=n=>{if(n.length===0)return null;let e=n[0].x,t=n[0].y,i=n[0].x,r=n[0].y;for(let s=1;s<n.length;s++){let o=n[s];o.x<e&&(e=o.x),o.y<t&&(t=o.y),o.x>i&&(i=o.x),o.y>r&&(r=o.y)}return{minX:e,minY:t,maxX:i,maxY:r}};var wS=(n,e)=>{let t={x:e.x-n.x,y:e.y-n.y},i=Math.sqrt(t.x**2+t.y**2);return{x:t.x/i,y:t.y/i}},PS=n=>{switch(n){case"up":return{x:0,y:1};case"down":return{x:0,y:-1};case"left":return{x:-1,y:0};case"right":return{x:1,y:0}}};function iq({rows:n,cols:e,xSpacing:t,ySpacing:i,width:r,height:s,offsetX:o=0,offsetY:a=0,yDirection:c="cartesian",centered:l=!0}){let u=t??1,p=i??1,d=r??e*u,_=s??n*p,g=l?-d/2:0,x=l?-_/2:0,v=r?r/e:u,w=s?s/n:p,P=[];for(let T=0;T<n;T++)for(let k=0;k<e;k++){let C=T*e+k,M=o+g+k*v+v/2,I=a+T*w+w/2,E=c==="cartesian"?a+x+(n-1-T)*w+w/2:a+x+T*w+w/2;P.push({index:C,center:{x:M,y:E},topLeft:{x:M-v/2,y:E+w/2},bottomRight:{x:M+v/2,y:E-w/2},row:T,col:k})}return P}St();Ng();var rq={name:"@tscircuit/capacity-autorouter",main:"./dist/index.js",version:"0.0.140",type:"module",files:["dist"],scripts:{start:"cosmos",build:"tsup ./lib/index.ts --minify terser --external @tscircuit/core --external circuit-to-svg --format esm --dts --sourcemap",bench:"bun test tests/spatial-index-bench.test.ts",format:"biome format --write .","format:check":"biome format .","vercel-build":"cosmos-export","repomix:lib":"repomix --ignore 'testing/**,**/TwoRouteHighDensitySolver/**,**/RouteStitchingSolver/**,solvers/CapacitySegmentPointOptimizer/CapacitySegmentPointOptimizer.ts' lib","bug-report":"bun run scripts/download-bug-report.ts","bug-report-with-test":"bun run scripts/create-bug-report-test.ts"},devDependencies:{"@biomejs/biome":"^1.9.4","@radix-ui/react-icons":"^1.3.2","@radix-ui/react-menubar":"^1.1.14","@react-hook/resize-observer":"^2.0.2","@resvg/resvg-js":"^2.6.2","@tscircuit/checks":"^0.0.75","@tscircuit/circuit-json-util":"^0.0.46","@tscircuit/core":"^0.0.337","@tscircuit/math-utils":"^0.0.27","@types/bun":"^1.2.23","@types/fast-json-stable-stringify":"^2.1.2","@types/object-hash":"^3.0.6","@types/rbush":"^4.0.0","@types/react":"^19.0.8","@types/react-dom":"^19.0.3","@vercel/node":"^5.1.7","@vitejs/plugin-react":"^4.3.4","circuit-json-to-connectivity-map":"^0.0.19","circuit-to-svg":"^0.0.220",clsx:"^2.1.1",flatbush:"^4.4.0","graphics-debug":"^0.0.44","looks-same":"9",rbush:"^4.0.1",react:"18","react-cosmos":"^6.2.3","react-cosmos-plugin-vite":"^6.2.0","react-dom":"18","react-konva":"18",recharts:"^2.15.1","tailwind-merge":"^3.2.0",terser:"^5.43.1",tsup:"^8.3.6",typescript:"^5.9.3","use-mouse-matrix-transform":"^1.3.0",vite:"^6.0.11","vite-tsconfig-paths":"^5.1.4"},dependencies:{"fast-json-stable-stringify":"^2.1.0","object-hash":"^3.0.0"}};St();er();Ae();var r9=Vt(Zs(),1);St();var fnt=Vt(En(),1);var H4={};vh(H4,{AssignableViaAutoroutingPipelineSolver:()=>lIt,AutoroutingPipelineSolver:()=>MZ,CapacityMeshSolver:()=>iIt,InMemoryCache:()=>lZ,LocalStorageCache:()=>uZ,calculateOptimalCapacityDepth:()=>X4,convertSrjToGraphicsObject:()=>Ug,getGlobalInMemoryCache:()=>m_,getGlobalLocalStorageCache:()=>pZ,getTunedTotalCapacity1:()=>ao,setupGlobalCaches:()=>Xg});var cZ=Vt(ES(),1),vZ=Vt(ES(),1),PZ=Vt(ES(),1);var hd=(...n)=>{let e={points:[],lines:[],circles:[],rects:[]};return n.forEach((t,i)=>{t&&(t.lines&&(e.lines=[...e.lines||[],...t.lines.map(r=>({...r,step:i}))]),t.points&&(e.points=[...e.points||[],...t.points.map(r=>({...r,step:i}))]),t.circles&&(e.circles=[...e.circles||[],...t.circles.map(r=>({...r,step:i}))]),t.rects&&(e.rects=[...e.rects||[],...t.rects.map(r=>({...r,step:i}))]))}),e},an=class{constructor(){f(this,"MAX_ITERATIONS",1e3);f(this,"solved",!1);f(this,"failed",!1);f(this,"iterations",0);f(this,"progress",0);f(this,"error",null);f(this,"activeSubSolver");f(this,"failedSubSolvers");f(this,"timeToSolve");f(this,"stats",{});f(this,"cacheHit");f(this,"cacheKey");f(this,"cacheToSolveSpaceTransform")}step(){if(!this.solved&&!this.failed){this.iterations++;try{this._step()}catch(n){throw this.error=`${this.constructor.name} error: ${n}`,console.error(this.error),this.failed=!0,n}!this.solved&&this.iterations>this.MAX_ITERATIONS&&this.tryFinalAcceptance(),!this.solved&&this.iterations>this.MAX_ITERATIONS&&(this.error=`${this.constructor.name} ran out of iterations`,console.error(this.error),this.failed=!0),"computeProgress"in this&&(this.progress=this.computeProgress())}}_step(){}getConstructorParams(){throw new Error("getConstructorParams not implemented")}solve(){let n=Date.now();for(;!this.solved&&!this.failed;)this.step();let e=Date.now();this.timeToSolve=e-n}visualize(){return{lines:[],points:[],rects:[],circles:[]}}tryFinalAcceptance(){}preview(){return{lines:[],points:[],rects:[],circles:[]}}};function gq(n){let e=n.width/2,t=n.height/2;return{minX:n.center.x-e,maxX:n.center.x+e,minY:n.center.y-t,maxY:n.center.y+t}}function Zc(n,e,t){return Math.max(e,Math.min(t,n))}function zi(n,e,t,i){let r=CS(n,e,t),s=CS(n,e,i),o=CS(t,i,n),a=CS(t,i,e);return r!==s&&o!==a||!(r!==0||!IS(n,t,e))||!(s!==0||!IS(n,i,e))||!(o!==0||!IS(t,n,i))||!(a!==0||!IS(t,e,i))}function CS(n,e,t){let i=(e.y-n.y)*(t.x-e.x)-(e.x-n.x)*(t.y-e.y);return i===0?0:i>0?1:2}function IS(n,e,t){return e.x<=Math.max(n.x,t.x)&&e.x>=Math.min(n.x,t.x)&&e.y<=Math.max(n.y,t.y)&&e.y>=Math.min(n.y,t.y)}function fr(n,e,t){let i=(t.x-e.x)**2+(t.y-e.y)**2;if(i===0)return Qt(n,e);let r=((n.x-e.x)*(t.x-e.x)+(n.y-e.y)*(t.y-e.y))/i;return r=Math.max(0,Math.min(1,r)),Qt(n,{x:e.x+r*(t.x-e.x),y:e.y+r*(t.y-e.y)})}function Qt(n,e){let t=n.x-e.x,i=n.y-e.y;return Math.sqrt(t*t+i*i)}function Vq(n,e,t,i){let r=e.x-n.x,s=e.y-n.y,o=i.x-t.x,a=i.y-t.y,c=n.x-t.x,l=n.y-t.y,u=r*a-s*o;if(Math.abs(u)<1e-10)return null;let p=(l*o-c*a)/u,d=(r*l-s*c)/u,_=1e-9;return p>=-1e-9&&p<=1+_&&d>=-1e-9&&d<=1+_?{x:n.x+p*r,y:n.y+p*s}:null}function xq(n,e){return{x:(n.x+e.x)/2,y:(n.y+e.y)/2}}var Gq=n=>{if("minX"in n)return n;let e=n.width/2,t=n.height/2;return{minX:n.center.x-e,minY:n.center.y-t,maxX:n.center.x+e,maxY:n.center.y+t}},Y4=n=>[{x:n.minX,y:n.minY},{x:n.maxX,y:n.minY},{x:n.maxX,y:n.maxY},{x:n.minX,y:n.maxY}],Hq=n=>{let e=[];for(let t=0;t<n.length;t++){let i=n[t],r=n[(t+1)%n.length];e.push([i,r])}return e},NEt=(n,e,t)=>{let i=(n.y-e.y)*(t.x-e.x)-(n.x-e.x)*(t.y-e.y);if(Math.abs(i)>1e-9)return!1;let r=(n.x-e.x)*(t.x-e.x)+(n.y-e.y)*(t.y-e.y);return r<0?!1:!(r>(t.x-e.x)**2+(t.y-e.y)**2)},Wq=(n,e)=>{if(e.length<3)return!1;let t=Hq(e);for(let[r,s]of t)if(NEt(n,r,s))return!0;let i=!1;for(let r=0,s=e.length-1;r<e.length;s=r++){let o=e[r].x,a=e[r].y,c=e[s].x,l=e[s].y;a>n.y!=l>n.y&&n.x<(c-o)*(n.y-a)/(l-a)+o&&(i=!i)}return i},qq=(n,e)=>{let t=Y4(n),i=[[t[0],t[1]],[t[1],t[2]],[t[2],t[3]],[t[3],t[0]]],r=Hq(e);for(let[s,o]of r)for(let[a,c]of i)if(zi(s,o,a,c))return!0;return!1},N4=(n,e)=>((t,i)=>!(i.length<3)&&(!!i.some(r=>((s,o)=>s.x>=o.minX&&s.x<=o.maxX&&s.y>=o.minY&&s.y<=o.maxY)(r,t))||!!Y4(t).some(r=>Wq(r,i))||qq(t,i)))(Gq(n),e),Zq=(n,e)=>((t,i)=>!(i.length<3)&&!!Y4(t).every(r=>Wq(r,i))&&!qq(t,i))(Gq(n),e);function A4(n,e,t,i){if(n.x===e.x&&n.y===e.y)return fr(n,t,i);if(t.x===i.x&&t.y===i.y)return fr(t,n,e);if(zi(n,e,t,i))return 0;let r=[fr(n,t,i),fr(e,t,i),fr(t,n,e),fr(i,n,e)];return Math.min(...r)}function Kq(n,e,t){let i=t.width/2,r=t.height/2;return(function(s,o,a){let c={x:a.minX,y:a.minY},l={x:a.maxX,y:a.minY},u={x:a.minX,y:a.maxY},p={x:a.maxX,y:a.maxY};if(zi(s,o,c,l)||zi(s,o,l,p)||zi(s,o,p,u)||zi(s,o,u,c)||s.x>=a.minX&&s.x<=a.maxX&&s.y>=a.minY&&s.y<=a.maxY&&o.x>=a.minX&&o.x<=a.maxX&&o.y>=a.minY&&o.y<=a.maxY)return 0;let d=[fr(c,s,o),fr(l,s,o),fr(u,s,o),fr(p,s,o)];if(s.x>=a.minX&&s.x<=a.maxX&&s.y>=a.minY&&s.y<=a.maxY||o.x>=a.minX&&o.x<=a.maxX&&o.y>=a.minY&&o.y<=a.maxY)return 0;if(s.x<a.minX||s.x>a.maxX||s.y<a.minY||s.y>a.maxY){let _=Zc(s.x,a.minX,a.maxX),g=Zc(s.y,a.minY,a.maxY);d.push(Qt(s,{x:_,y:g}))}if(o.x<a.minX||o.x>a.maxX||o.y<a.minY||o.y>a.maxY){let _=Zc(o.x,a.minX,a.maxX),g=Zc(o.y,a.minY,a.maxY);d.push(Qt(o,{x:_,y:g}))}return Math.min(...d)})(n,e,{minX:t.center.x-i,maxX:t.center.x+i,minY:t.center.y-r,maxY:t.center.y+r})}function u_(n,e,t){let i=t.x-e.x,r=t.y-e.y,s=i*i+r*r;if(s===0)return{x:e.x,y:e.y};let o=((n.x-e.x)*i+(n.y-e.y)*r)/s;return o=Math.max(0,Math.min(1,o)),{x:e.x+o*i,y:e.y+o*r}}function Br(){return Br=Object.assign?Object.assign.bind():function(n){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var i in t)({}).hasOwnProperty.call(t,i)&&(n[i]=t[i])}return n},Br.apply(null,arguments)}function VS(n,e){return(VS=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,i){return t.__proto__=i,t})(n,e)}function Jq(n){return(Jq=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)})(n)}function Qq(){try{var n=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Qq=function(){return!!n})()}function R4(n){var e=typeof Map=="function"?new Map:void 0;return R4=function(t){if(t===null||!(function(r){try{return Function.toString.call(r).indexOf("[native code]")!==-1}catch{return typeof r=="function"}})(t))return t;if(typeof t!="function")throw new TypeError("Super expression must either be null or a function");if(e!==void 0){if(e.has(t))return e.get(t);e.set(t,i)}function i(){return(function(r,s,o){if(Qq())return Reflect.construct.apply(null,arguments);var a=[null];a.push.apply(a,s);var c=new(r.bind.apply(r,a));return o&&VS(c,o.prototype),c})(t,arguments,Jq(this).constructor)}return i.prototype=Object.create(t.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),VS(i,t)},R4(n)}var jr=(function(n){var e,t;function i(r){var s;if(1)s=n.call(this,"An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#"+r+" for more information.")||this;else for(var o,a,c;c<o;c++);return(function(l){if(l===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return l})(s)}return t=n,(e=i).prototype=Object.create(t.prototype),e.prototype.constructor=e,VS(e,t),i})(R4(Error));function bq(n,e){return n.substr(-e.length)===e}var AEt=/^([+-]?(?:\d+|\d*\.\d+))([a-z]*|%)$/;function vq(n){return typeof n!="string"?n:n.match(AEt)?parseFloat(n):n}var Sq=function(n){return function(e,t){t===void 0&&(t="16px");var i=e,r=t;if(typeof e=="string"){if(!bq(e,"px"))throw new jr(69,n,e);i=vq(e)}if(typeof t=="string"){if(!bq(t,"px"))throw new jr(70,n,t);r=vq(t)}if(typeof i=="string")throw new jr(71,e,n);if(typeof r=="string")throw new jr(72,t,n);return""+i/r+n}};Sq("em"),Sq("rem");function b4(n){return Math.round(255*n)}function REt(n,e,t){return b4(n)+","+b4(e)+","+b4(t)}function jg(n,e,t,i){if(i===void 0&&(i=REt),e===0)return i(t,t,t);var r=(n%360+360)%360/60,s=(1-Math.abs(2*t-1))*e,o=s*(1-Math.abs(r%2-1)),a=0,c=0,l=0;r>=0&&r<1?(a=s,c=o):r>=1&&r<2?(a=o,c=s):r>=2&&r<3?(c=s,l=o):r>=3&&r<4?(c=o,l=s):r>=4&&r<5?(a=o,l=s):r>=5&&r<6&&(a=s,l=o);var u=t-s/2;return i(a+u,c+u,l+u)}var wq={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},OEt=/^#[a-fA-F0-9]{6}$/,LEt=/^#[a-fA-F0-9]{8}$/,FEt=/^#[a-fA-F0-9]{3}$/,zEt=/^#[a-fA-F0-9]{4}$/,v4=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,$Et=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,DEt=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,jEt=/^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;function p_(n){if(typeof n!="string")throw new jr(3);var e=(function(d){if(typeof d!="string")return d;var _=d.toLowerCase();return wq[_]?"#"+wq[_]:d})(n);if(e.match(OEt))return{red:parseInt(""+e[1]+e[2],16),green:parseInt(""+e[3]+e[4],16),blue:parseInt(""+e[5]+e[6],16)};if(e.match(LEt)){var t=parseFloat((parseInt(""+e[7]+e[8],16)/255).toFixed(2));return{red:parseInt(""+e[1]+e[2],16),green:parseInt(""+e[3]+e[4],16),blue:parseInt(""+e[5]+e[6],16),alpha:t}}if(e.match(FEt))return{red:parseInt(""+e[1]+e[1],16),green:parseInt(""+e[2]+e[2],16),blue:parseInt(""+e[3]+e[3],16)};if(e.match(zEt)){var i=parseFloat((parseInt(""+e[4]+e[4],16)/255).toFixed(2));return{red:parseInt(""+e[1]+e[1],16),green:parseInt(""+e[2]+e[2],16),blue:parseInt(""+e[3]+e[3],16),alpha:i}}var r=v4.exec(e);if(r)return{red:parseInt(""+r[1],10),green:parseInt(""+r[2],10),blue:parseInt(""+r[3],10)};var s=$Et.exec(e.substring(0,50));if(s)return{red:parseInt(""+s[1],10),green:parseInt(""+s[2],10),blue:parseInt(""+s[3],10),alpha:parseFloat(""+s[4])>1?parseFloat(""+s[4])/100:parseFloat(""+s[4])};var o=DEt.exec(e);if(o){var a="rgb("+jg(parseInt(""+o[1],10),parseInt(""+o[2],10)/100,parseInt(""+o[3],10)/100)+")",c=v4.exec(a);if(!c)throw new jr(4,e,a);return{red:parseInt(""+c[1],10),green:parseInt(""+c[2],10),blue:parseInt(""+c[3],10)}}var l=jEt.exec(e.substring(0,50));if(l){var u="rgb("+jg(parseInt(""+l[1],10),parseInt(""+l[2],10)/100,parseInt(""+l[3],10)/100)+")",p=v4.exec(u);if(!p)throw new jr(4,e,u);return{red:parseInt(""+p[1],10),green:parseInt(""+p[2],10),blue:parseInt(""+p[3],10),alpha:parseFloat(""+l[4])>1?parseFloat(""+l[4])/100:parseFloat(""+l[4])}}throw new jr(5)}function Kc(n){return(function(e){var t,i=e.red/255,r=e.green/255,s=e.blue/255,o=Math.max(i,r,s),a=Math.min(i,r,s),c=(o+a)/2;if(o===a)return e.alpha!==void 0?{hue:0,saturation:0,lightness:c,alpha:e.alpha}:{hue:0,saturation:0,lightness:c};var l=o-a,u=c>.5?l/(2-o-a):l/(o+a);switch(o){case i:t=(r-s)/l+(r<s?6:0);break;case r:t=(s-i)/l+2;break;default:t=(i-r)/l+4}return t*=60,e.alpha!==void 0?{hue:t,saturation:u,lightness:c,alpha:e.alpha}:{hue:t,saturation:u,lightness:c}})(p_(n))}var O4=function(n){return n.length===7&&n[1]===n[2]&&n[3]===n[4]&&n[5]===n[6]?"#"+n[1]+n[3]+n[5]:n};function ud(n){var e=n.toString(16);return e.length===1?"0"+e:e}function S4(n){return ud(Math.round(255*n))}function BEt(n,e,t){return O4("#"+S4(n)+S4(e)+S4(t))}function NS(n,e,t){return jg(n,e,t,BEt)}function L4(n,e,t){if(typeof n=="number"&&typeof e=="number"&&typeof t=="number")return O4("#"+ud(n)+ud(e)+ud(t));if(typeof n=="object"&&e===void 0&&t===void 0)return O4("#"+ud(n.red)+ud(n.green)+ud(n.blue));throw new jr(6)}function QS(n,e,t,i){if(typeof n=="string"&&typeof e=="number"){var r=p_(n);return"rgba("+r.red+","+r.green+","+r.blue+","+e+")"}if(typeof n=="number"&&typeof e=="number"&&typeof t=="number"&&typeof i=="number")return i>=1?L4(n,e,t):"rgba("+n+","+e+","+t+","+i+")";if(typeof n=="object"&&e===void 0&&t===void 0&&i===void 0)return n.alpha>=1?L4(n.red,n.green,n.blue):"rgba("+n.red+","+n.green+","+n.blue+","+n.alpha+")";throw new jr(7)}function Jc(n){if(typeof n!="object")throw new jr(8);if((function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"})(n))return QS(n);if((function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||e.alpha===void 0)})(n))return L4(n);if((function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"})(n))return(function(e,t,i,r){if(typeof e=="number"&&typeof t=="number"&&typeof i=="number"&&typeof r=="number")return r>=1?NS(e,t,i):"rgba("+jg(e,t,i)+","+r+")";if(typeof e=="object"&&t===void 0&&i===void 0&&r===void 0)return e.alpha>=1?NS(e.hue,e.saturation,e.lightness):"rgba("+jg(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new jr(2)})(n);if((function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||e.alpha===void 0)})(n))return(function(e,t,i){if(typeof e=="number"&&typeof t=="number"&&typeof i=="number")return NS(e,t,i);if(typeof e=="object"&&t===void 0&&i===void 0)return NS(e.hue,e.saturation,e.lightness);throw new jr(1)})(n);throw new jr(8)}function tZ(n,e,t){return function(){var i=t.concat(Array.prototype.slice.call(arguments));return i.length>=e?n.apply(this,i):tZ(n,e,i)}}function ss(n){return tZ(n,n.length,[])}ss(function(n,e){if(e==="transparent")return e;var t=Kc(e);return Jc(Br({},t,{hue:t.hue+parseFloat(n)}))});function f_(n,e,t){return Math.max(n,Math.min(e,t))}ss(function(n,e){if(e==="transparent")return e;var t=Kc(e);return Jc(Br({},t,{lightness:f_(0,1,t.lightness-parseFloat(n))}))});ss(function(n,e){if(e==="transparent")return e;var t=Kc(e);return Jc(Br({},t,{saturation:f_(0,1,t.saturation-parseFloat(n))}))});ss(function(n,e){if(e==="transparent")return e;var t=Kc(e);return Jc(Br({},t,{lightness:f_(0,1,t.lightness+parseFloat(n))}))});var eZ=ss(function(n,e,t){if(e==="transparent")return t;if(t==="transparent")return e;if(n===0)return t;var i=p_(e),r=Br({},i,{alpha:typeof i.alpha=="number"?i.alpha:1}),s=p_(t),o=Br({},s,{alpha:typeof s.alpha=="number"?s.alpha:1}),a=r.alpha-o.alpha,c=2*parseFloat(n)-1,l=((c*a===-1?c:c+a)/(1+c*a)+1)/2,u=1-l;return QS({red:Math.floor(r.red*l+o.red*u),green:Math.floor(r.green*l+o.green*u),blue:Math.floor(r.blue*l+o.blue*u),alpha:r.alpha*parseFloat(n)+o.alpha*(1-parseFloat(n))})});ss(function(n,e){if(e==="transparent")return e;var t=p_(e);return QS(Br({},t,{alpha:f_(0,1,(100*(typeof t.alpha=="number"?t.alpha:1)+100*parseFloat(n))/100)}))});ss(function(n,e){if(e==="transparent")return e;var t=Kc(e);return Jc(Br({},t,{saturation:f_(0,1,t.saturation+parseFloat(n))}))});ss(function(n,e){return e==="transparent"?e:Jc(Br({},Kc(e),{hue:parseFloat(n)}))});ss(function(n,e){return e==="transparent"?e:Jc(Br({},Kc(e),{lightness:parseFloat(n)}))});ss(function(n,e){return e==="transparent"?e:Jc(Br({},Kc(e),{saturation:parseFloat(n)}))});ss(function(n,e){return e==="transparent"?e:eZ(parseFloat(n),"rgb(0, 0, 0)",e)});ss(function(n,e){return e==="transparent"?e:eZ(parseFloat(n),"rgb(255, 255, 255)",e)});var YEt=ss(function(n,e){if(e==="transparent")return e;var t=p_(e);return QS(Br({},t,{alpha:f_(0,1,+(100*(typeof t.alpha=="number"?t.alpha:1)-100*parseFloat(n)).toFixed(2)/100)}))}),Pq=["blue","orange","purple","cyan","magenta","yellowgreen","darkgoldenrod","deeppink"],Bg=(n,e)=>{let t={};for(let i=0;i<n.connections.length;i++){let r=n.connections[i],s=e?.getNetConnectedToId(r.name);s&&!t[s]&&(t[s]=`hsl(${300*i/n.connections.length}, 100%, 50%)`),t[r.name]=(s?t[s]:null)??`hsl(${340*i/n.connections.length}, 100%, 50%)`}return t},Kn=(n,e)=>{try{return YEt(e,n)}catch(t){return console.error(t),n}},dd=(n,e)=>n==="top"?0:n==="bottom"?e-1:parseInt(n.slice(5)),ao=(n,e=1)=>{let t=(("width"in n?n.width:n)/.5/2)**1.1*e;return n.availableZ?.length===1&&t>1?1:t},X4=(n,e=.5,t=16)=>{let i=0,r=n;for(;i<t&&!(ao({width:r})<=e);)r/=2,i++;return Math.max(1,i)};function nZ(n,e,t=0,i=n.length-1,r=XEt){for(;i>t;){if(i-t>600){let c=i-t+1,l=e-t+1,u=Math.log(c),p=.5*Math.exp(2*u/3),d=.5*Math.sqrt(u*p*(c-p)/c)*(l-c/2<0?-1:1);nZ(n,e,Math.max(t,Math.floor(e-l*p/c+d)),Math.min(i,Math.floor(e+(c-l)*p/c+d)),r)}let s=n[e],o=t,a=i;for(Rg(n,t,e),r(n[i],s)>0&&Rg(n,t,i);o<a;){for(Rg(n,o,a),o++,a--;r(n[o],s)<0;)o++;for(;r(n[a],s)>0;)a--}r(n[t],s)===0?Rg(n,t,a):(a++,Rg(n,a,i)),a<=e&&(t=a+1),e<=a&&(i=a-1)}}function Rg(n,e,t){let i=n[e];n[e]=n[t],n[t]=i}function XEt(n,e){return n<e?-1:n>e?1:0}var UEt=class{constructor(n=9){this._maxEntries=Math.max(4,n),this._minEntries=Math.max(2,Math.ceil(.4*this._maxEntries)),this.clear()}all(){return this._all(this.data,[])}search(n){let e=this.data,t=[];if(!RS(n,e))return t;let i=this.toBBox,r=[];for(;e;){for(let s=0;s<e.children.length;s++){let o=e.children[s],a=e.leaf?i(o):o;RS(n,a)&&(e.leaf?t.push(o):P4(n,a)?this._all(o,t):r.push(o))}e=r.pop()}return t}collides(n){let e=this.data;if(!RS(n,e))return!1;let t=[];for(;e;){for(let i=0;i<e.children.length;i++){let r=e.children[i],s=e.leaf?this.toBBox(r):r;if(RS(n,s)){if(e.leaf||P4(n,s))return!0;t.push(r)}}e=t.pop()}return!1}load(n){if(!n||!n.length)return this;if(n.length<this._minEntries){for(let t=0;t<n.length;t++)this.insert(n[t]);return this}let e=this._build(n.slice(),0,n.length-1,0);if(this.data.children.length)if(this.data.height===e.height)this._splitRoot(this.data,e);else{if(this.data.height<e.height){let t=this.data;this.data=e,e=t}this._insert(e,this.data.height-e.height-1,!0)}else this.data=e;return this}insert(n){return n&&this._insert(n,this.data.height-1),this}clear(){return this.data=c_([]),this}remove(n,e){if(!n)return this;let t=this.data,i=this.toBBox(n),r=[],s=[],o,a,c;for(;t||r.length;){if(t||(t=r.pop(),a=r[r.length-1],o=s.pop(),c=!0),t.leaf){let l=VEt(n,t.children,e);if(l!==-1)return t.children.splice(l,1),r.push(t),this._condense(r),this}c||t.leaf||!P4(t,i)?a?(o++,t=a.children[o],c=!1):t=null:(r.push(t),s.push(o),o=0,a=t,t=t.children[0])}return this}toBBox(n){return n}compareMinX(n,e){return n.minX-e.minX}compareMinY(n,e){return n.minY-e.minY}toJSON(){return this.data}fromJSON(n){return this.data=n,this}_all(n,e){let t=[];for(;n;)n.leaf?e.push(...n.children):t.push(...n.children),n=t.pop();return e}_build(n,e,t,i){let r=t-e+1,s,o=this._maxEntries;if(r<=o)return s=c_(n.slice(e,t+1)),a_(s,this.toBBox),s;i||(i=Math.ceil(Math.log(r)/Math.log(o)),o=Math.ceil(r/Math.pow(o,i-1))),s=c_([]),s.leaf=!1,s.height=i;let a=Math.ceil(r/o),c=a*Math.ceil(Math.sqrt(o));kq(n,e,t,c,this.compareMinX);for(let l=e;l<=t;l+=c){let u=Math.min(l+c-1,t);kq(n,l,u,a,this.compareMinY);for(let p=l;p<=u;p+=a){let d=Math.min(p+a-1,u);s.children.push(this._build(n,p,d,i-1))}}return a_(s,this.toBBox),s}_chooseSubtree(n,e,t,i){for(;i.push(e),!e.leaf&&i.length-1!==t;){let r,s=1/0,o=1/0;for(let a=0;a<e.children.length;a++){let c=e.children[a],l=w4(c),u=WEt(n,c)-l;u<o?(o=u,s=l<s?l:s,r=c):u===o&&l<s&&(s=l,r=c)}e=r||e.children[0]}return e}_insert(n,e,t){let i=t?n:this.toBBox(n),r=[],s=this._chooseSubtree(i,this.data,e,r);for(s.children.push(n),Lg(s,i);e>=0&&r[e].children.length>this._maxEntries;)this._split(r,e),e--;this._adjustParentBBoxes(i,r,e)}_split(n,e){let t=n[e],i=t.children.length,r=this._minEntries;this._chooseSplitAxis(t,r,i);let s=this._chooseSplitIndex(t,r,i),o=c_(t.children.splice(s,t.children.length-s));o.height=t.height,o.leaf=t.leaf,a_(t,this.toBBox),a_(o,this.toBBox),e?n[e-1].children.push(o):this._splitRoot(t,o)}_splitRoot(n,e){this.data=c_([n,e]),this.data.height=n.height+1,this.data.leaf=!1,a_(this.data,this.toBBox)}_chooseSplitIndex(n,e,t){let i,r=1/0,s=1/0;for(let o=e;o<=t-e;o++){let a=Og(n,0,o,this.toBBox),c=Og(n,o,t,this.toBBox),l=qEt(a,c),u=w4(a)+w4(c);l<r?(r=l,i=o,s=u<s?u:s):l===r&&u<s&&(s=u,i=o)}return i||t-e}_chooseSplitAxis(n,e,t){let i=n.leaf?this.compareMinX:GEt,r=n.leaf?this.compareMinY:HEt;this._allDistMargin(n,e,t,i)<this._allDistMargin(n,e,t,r)&&n.children.sort(i)}_allDistMargin(n,e,t,i){n.children.sort(i);let r=this.toBBox,s=Og(n,0,e,r),o=Og(n,t-e,t,r),a=AS(s)+AS(o);for(let c=e;c<t-e;c++){let l=n.children[c];Lg(s,n.leaf?r(l):l),a+=AS(s)}for(let c=t-e-1;c>=e;c--){let l=n.children[c];Lg(o,n.leaf?r(l):l),a+=AS(o)}return a}_adjustParentBBoxes(n,e,t){for(let i=t;i>=0;i--)Lg(e[i],n)}_condense(n){for(let e,t=n.length-1;t>=0;t--)n[t].children.length===0?t>0?(e=n[t-1].children,e.splice(e.indexOf(n[t]),1)):this.clear():a_(n[t],this.toBBox)}};function VEt(n,e,t){if(!t)return e.indexOf(n);for(let i=0;i<e.length;i++)if(t(n,e[i]))return i;return-1}function a_(n,e){Og(n,0,n.children.length,e,n)}function Og(n,e,t,i,r){r||(r=c_(null)),r.minX=1/0,r.minY=1/0,r.maxX=-1/0,r.maxY=-1/0;for(let s=e;s<t;s++){let o=n.children[s];Lg(r,n.leaf?i(o):o)}return r}function Lg(n,e){return n.minX=Math.min(n.minX,e.minX),n.minY=Math.min(n.minY,e.minY),n.maxX=Math.max(n.maxX,e.maxX),n.maxY=Math.max(n.maxY,e.maxY),n}function GEt(n,e){return n.minX-e.minX}function HEt(n,e){return n.minY-e.minY}function w4(n){return(n.maxX-n.minX)*(n.maxY-n.minY)}function AS(n){return n.maxX-n.minX+(n.maxY-n.minY)}function WEt(n,e){return(Math.max(e.maxX,n.maxX)-Math.min(e.minX,n.minX))*(Math.max(e.maxY,n.maxY)-Math.min(e.minY,n.minY))}function qEt(n,e){let t=Math.max(n.minX,e.minX),i=Math.max(n.minY,e.minY),r=Math.min(n.maxX,e.maxX),s=Math.min(n.maxY,e.maxY);return Math.max(0,r-t)*Math.max(0,s-i)}function P4(n,e){return n.minX<=e.minX&&n.minY<=e.minY&&e.maxX<=n.maxX&&e.maxY<=n.maxY}function RS(n,e){return e.minX<=n.maxX&&e.minY<=n.maxY&&e.maxX>=n.minX&&e.maxY>=n.minY}function c_(n){return{children:n,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function kq(n,e,t,i,r){let s=[e,t];for(;s.length;){if((t=s.pop())-(e=s.pop())<=i)continue;let o=e+Math.ceil((t-e)/i/2)*i;nZ(n,o,e,t,r),s.push(e,o,o,t)}}var Tq=class{constructor(n=9){f(this,"tree");this.tree=new UEt(n)}insert(n,e,t,i,r){this.tree.insert({minX:e,minY:t,maxX:i,maxY:r,data:n})}bulkLoad(n){let e=n.map(({item:t,minX:i,minY:r,maxX:s,maxY:o})=>({minX:i,minY:r,maxX:s,maxY:o,data:t}));this.tree.load(e)}search(n,e,t,i){return this.tree.search({minX:n,minY:e,maxX:t,maxY:i}).map(r=>r.data)}clear(){this.tree.clear()}},ZEt=class{constructor(){this.ids=[],this.values=[],this.length=0}clear(){this.length=0}push(n,e){let t=this.length++;for(;t>0;){let i=t-1>>1,r=this.values[i];if(e>=r)break;this.ids[t]=this.ids[i],this.values[t]=r,t=i}this.ids[t]=n,this.values[t]=e}pop(){if(this.length===0)return;let n=this.ids,e=this.values,t=n[0],i=--this.length;if(i>0){let r=n[i],s=e[i],o=0,a=i>>1;for(;o<a;){let c=1+(o<<1),l=c+1,u=c+(+(l<i)&+(e[l]<e[c]));if(e[u]>=s)break;n[o]=n[u],e[o]=e[u],o=u}n[o]=r,e[o]=s}return t}peek(){return this.length>0?this.ids[0]:void 0}peekValue(){return this.length>0?this.values[0]:void 0}shrink(){this.ids.length=this.values.length=this.length}},Mq=[Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array],Eq=class iZ{static from(e,t=0){if(t%8!=0)throw new Error("byteOffset must be 8-byte aligned.");if(!e||e.byteLength===void 0||e.buffer)throw new Error("Data must be an instance of ArrayBuffer or SharedArrayBuffer.");let[i,r]=new Uint8Array(e,t+0,2);if(i!==251)throw new Error("Data does not appear to be in a Flatbush format.");let s=r>>4;if(s!==3)throw new Error(`Got v${s} data when expected v3.`);let o=Mq[15&r];if(!o)throw new Error("Unrecognized array type.");let[a]=new Uint16Array(e,t+2,1),[c]=new Uint32Array(e,t+4,1);return new iZ(c,a,o,void 0,e,t)}constructor(e,t=16,i=Float64Array,r=ArrayBuffer,s,o=0){if(e===void 0)throw new Error("Missing required argument: numItems.");if(isNaN(e)||e<=0)throw new Error(`Unexpected numItems value: ${e}.`);this.numItems=+e,this.nodeSize=Math.min(Math.max(+t,2),65535),this.byteOffset=o;let a=e,c=a;this._levelBounds=[4*a];do a=Math.ceil(a/this.nodeSize),c+=a,this._levelBounds.push(4*c);while(a!==1);this.ArrayType=i,this.IndexArrayType=c<16384?Uint16Array:Uint32Array;let l=Mq.indexOf(i),u=4*c*i.BYTES_PER_ELEMENT;if(l<0)throw new Error(`Unexpected typed array class: ${i}.`);if(s)this.data=s,this._boxes=new i(s,o+8,4*c),this._indices=new this.IndexArrayType(s,o+8+u,c),this._pos=4*c,this.minX=this._boxes[this._pos-4],this.minY=this._boxes[this._pos-3],this.maxX=this._boxes[this._pos-2],this.maxY=this._boxes[this._pos-1];else{let p=this.data=new r(8+u+c*this.IndexArrayType.BYTES_PER_ELEMENT);this._boxes=new i(p,8,4*c),this._indices=new this.IndexArrayType(p,8+u,c),this._pos=0,this.minX=1/0,this.minY=1/0,this.maxX=-1/0,this.maxY=-1/0,new Uint8Array(p,0,2).set([251,48+l]),new Uint16Array(p,2,1)[0]=t,new Uint32Array(p,4,1)[0]=e}this._queue=new ZEt}add(e,t,i=e,r=t){let s=this._pos>>2,o=this._boxes;return this._indices[s]=s,o[this._pos++]=e,o[this._pos++]=t,o[this._pos++]=i,o[this._pos++]=r,e<this.minX&&(this.minX=e),t<this.minY&&(this.minY=t),i>this.maxX&&(this.maxX=i),r>this.maxY&&(this.maxY=r),s}finish(){if(this._pos>>2!==this.numItems)throw new Error(`Added ${this._pos>>2} items when expected ${this.numItems}.`);let e=this._boxes;if(this.numItems<=this.nodeSize)return e[this._pos++]=this.minX,e[this._pos++]=this.minY,e[this._pos++]=this.maxX,void(e[this._pos++]=this.maxY);let t=this.maxX-this.minX||1,i=this.maxY-this.minY||1,r=new Uint32Array(this.numItems);for(let s=0,o=0;s<this.numItems;s++){let a=e[o++],c=e[o++],l=e[o++],u=e[o++],p=Math.floor(65535*((a+l)/2-this.minX)/t),d=Math.floor(65535*((c+u)/2-this.minY)/i);r[s]=JEt(p,d)}F4(r,e,this._indices,0,this.numItems-1,this.nodeSize);for(let s=0,o=0;s<this._levelBounds.length-1;s++){let a=this._levelBounds[s];for(;o<a;){let c=o,l=e[o++],u=e[o++],p=e[o++],d=e[o++];for(let _=1;_<this.nodeSize&&o<a;_++)l=Math.min(l,e[o++]),u=Math.min(u,e[o++]),p=Math.max(p,e[o++]),d=Math.max(d,e[o++]);this._indices[this._pos>>2]=c,e[this._pos++]=l,e[this._pos++]=u,e[this._pos++]=p,e[this._pos++]=d}}}search(e,t,i,r,s){if(this._pos!==this._boxes.length)throw new Error("Data not yet indexed - call index.finish().");let o=this._boxes.length-4,a=[],c=[];for(;o!==void 0;){let l=Math.min(o+4*this.nodeSize,Cq(o,this._levelBounds));for(let u=o;u<l;u+=4){let p=this._boxes[u];if(i<p)continue;let d=this._boxes[u+1];if(r<d)continue;let _=this._boxes[u+2];if(e>_)continue;let g=this._boxes[u+3];if(t>g)continue;let x=0|this._indices[u>>2];o>=4*this.numItems?a.push(x):(s===void 0||s(x,p,d,_,g))&&c.push(x)}o=a.pop()}return c}neighbors(e,t,i=1/0,r=1/0,s){if(this._pos!==this._boxes.length)throw new Error("Data not yet indexed - call index.finish().");let o=this._boxes.length-4,a=this._queue,c=[],l=r*r;t:for(;o!==void 0;){let u=Math.min(o+4*this.nodeSize,Cq(o,this._levelBounds));for(let p=o;p<u;p+=4){let d=0|this._indices[p>>2],_=this._boxes[p],g=this._boxes[p+1],x=this._boxes[p+2],v=this._boxes[p+3],w=e<_?_-e:e>x?e-x:0,P=t<g?g-t:t>v?t-v:0,T=w*w+P*P;T>l||(o>=4*this.numItems?a.push(d<<1,T):(s===void 0||s(d))&&a.push(1+(d<<1),T))}for(;a.length&&1&a.peek();)if(a.peekValue()>l||(c.push(a.pop()>>1),c.length===i))break t;o=a.length?a.pop()>>1:void 0}return a.clear(),c}};function Cq(n,e){let t=0,i=e.length-1;for(;t<i;){let r=t+i>>1;e[r]>n?i=r:t=r+1}return e[t]}function F4(n,e,t,i,r,s){if(Math.floor(i/s)>=Math.floor(r/s))return;let o=n[i],a=n[i+r>>1],c=n[r],l=c,u=Math.max(o,a);c>u?l=u:u===o?l=Math.max(a,c):u===a&&(l=Math.max(o,c));let p=i-1,d=r+1;for(;;){do p++;while(n[p]<l);do d--;while(n[d]>l);if(p>=d)break;KEt(n,e,t,p,d)}F4(n,e,t,i,d,s),F4(n,e,t,d+1,r,s)}function KEt(n,e,t,i,r){let s=n[i];n[i]=n[r],n[r]=s;let o=4*i,a=4*r,c=e[o],l=e[o+1],u=e[o+2],p=e[o+3];e[o]=e[a],e[o+1]=e[a+1],e[o+2]=e[a+2],e[o+3]=e[a+3],e[a]=c,e[a+1]=l,e[a+2]=u,e[a+3]=p;let d=t[i];t[i]=t[r],t[r]=d}function JEt(n,e){let t=n^e,i=65535^t,r=65535^(n|e),s=n&(65535^e),o=t|i>>1,a=t>>1^t,c=r>>1^i&s>>1^r,l=t&r>>1^s>>1^s;t=o,i=a,r=c,s=l,o=t&t>>2^i&i>>2,a=t&i>>2^i&(t^i)>>2,c^=t&r>>2^i&s>>2,l^=i&r>>2^(t^i)&s>>2,t=o,i=a,r=c,s=l,o=t&t>>4^i&i>>4,a=t&i>>4^i&(t^i)>>4,c^=t&r>>4^i&s>>4,l^=i&r>>4^(t^i)&s>>4,t=o,i=a,r=c,s=l,c^=t&r>>8^i&s>>8,l^=i&r>>8^(t^i)&s>>8,t=c^c>>1,i=l^l>>1;let u=n^e,p=i|65535^(u|t);return u=16711935&(u|u<<8),u=252645135&(u|u<<4),u=858993459&(u|u<<2),u=1431655765&(u|u<<1),p=16711935&(p|p<<8),p=252645135&(p|p<<4),p=858993459&(p|p<<2),p=1431655765&(p|p<<1),(p<<1|u)>>>0}var QEt=class{constructor(n){f(this,"index");f(this,"items",[]);f(this,"currentIndex",0);f(this,"capacity");this.capacity=Math.max(1,n),this.index=new Eq(this.capacity)}insert(n,e,t,i,r){if(this.currentIndex>=this.index.numItems)throw new Error("Exceeded initial capacity");this.items[this.currentIndex]=n,this.index.add(e,t,i,r),this.currentIndex++}finish(){this.index.finish()}search(n,e,t,i){return this.index.search(n,e,t,i).map(r=>this.items[r]||null).filter(Boolean)}clear(){this.items=[],this.currentIndex=0,this.index=new Eq(this.capacity)}},rZ=class{constructor(n="native",e=[]){f(this,"idx");f(this,"storage",[]);n==="flatbush"?e.length===0?(this.idx=new Tq,n="rbush"):this.idx=new QEt(e.length):this.idx=n==="rbush"?new Tq:new class{constructor(){f(this,"shi",new tCt(e))}insert(t){}search(t,i,r,s){let o=(t+r)/2,a=(i+s)/2,c=r-t,l=s-i;return this.shi.getNodesInArea(o,a,c,l)}clear(){}},e.forEach(t=>this.insert(t)),n==="flatbush"&&e.length>0&&this.idx.finish?.()}insert(n){this.storage.push(n),this.idx.insert(n,n.center.x-n.width/2,n.center.y-n.height/2,n.center.x+n.width/2,n.center.y+n.height/2)}search(n){return this.idx.search(n.minX,n.minY,n.maxX,n.maxY)}searchArea(n,e,t,i){return this.search({minX:n-t/2,minY:e-i/2,maxX:n+t/2,maxY:e+i/2})}},tCt=class{constructor(n){f(this,"buckets");f(this,"CELL_SIZE",.4);this.obstacles=n,this.buckets=new Map;for(let e=0;e<n.length;e++){let t=n[e],i=t.center.x-t.width/2,r=t.center.y-t.height/2,s=t.center.x+t.width/2,o=t.center.y+t.height/2;for(let a=i;a<=s;a+=this.CELL_SIZE)for(let c=r;c<=o;c+=this.CELL_SIZE){let l=this.getBucketKey(a,c),u=this.buckets.get(l);u?u.push([t,e]):this.buckets.set(l,[[t,e]])}}}getBucketKey(n,e){return`${Math.floor(n/this.CELL_SIZE)}x${Math.floor(e/this.CELL_SIZE)}`}getNodesInArea(n,e,t,i){let r=[],s=new Set,o=e-i/2,a=n+t/2,c=e+i/2;for(let l=n-t/2;l<=a;l+=this.CELL_SIZE)for(let u=o;u<=c;u+=this.CELL_SIZE){let p=this.getBucketKey(l,u),d=this.buckets.get(p)||[];for(let _ of d)s.has(_[1])||(s.add(_[1]),r.push(_[0]))}return r}},eCt=class{constructor(n){f(this,"buckets");f(this,"CELL_SIZE",5);this.targets=n,this.buckets=new Map;for(let e=0;e<n.length;e++){let t=n[e],i=Math.floor(t.bounds.minX/this.CELL_SIZE)*this.CELL_SIZE,r=Math.floor(t.bounds.minY/this.CELL_SIZE)*this.CELL_SIZE,s=t.bounds.maxX,o=t.bounds.maxY;for(let a=i;a<=s;a+=this.CELL_SIZE)for(let c=r;c<=o;c+=this.CELL_SIZE){let l=this.getBucketKey(a,c),u=this.buckets.get(l);u?u.push([t,e]):this.buckets.set(l,[[t,e]])}}}getBucketKey(n,e){return`${Math.floor(n/this.CELL_SIZE)}x${Math.floor(e/this.CELL_SIZE)}`}getTargetsInArea(n,e,t,i){let r=[],s=new Set,o=Math.floor((n-t/2)/this.CELL_SIZE)*this.CELL_SIZE,a=Math.floor((e-i/2)/this.CELL_SIZE)*this.CELL_SIZE,c=n+t/2,l=e+i/2;for(let u=o;u<=c;u+=this.CELL_SIZE)for(let p=a;p<=l;p+=this.CELL_SIZE){let d=this.getBucketKey(u,p),_=this.buckets.get(d)||[];for(let g of _)s.has(g[1])||(s.add(g[1]),r.push(g[0]))}return r}},nCt=class extends an{constructor(e,t={}){super();f(this,"unfinishedNodes");f(this,"finishedNodes");f(this,"nodeToXYOverlappingObstaclesMap");f(this,"layerCount");f(this,"outlinePolygon");f(this,"MAX_DEPTH",4);f(this,"targets");f(this,"targetTree");f(this,"obstacleTree");f(this,"_nextNodeCounter",0);this.srj=e,this.opts=t,this.MAX_DEPTH=t?.capacityDepth??this.MAX_DEPTH,this.MAX_ITERATIONS=1e5,this.layerCount=e.layerCount??2,this.outlinePolygon=e.outline&&e.outline.length>=3?e.outline:void 0;for(let o of e.obstacles)if(!o.zLayers){let a=[];for(let c of o.layers)a.push(dd(c,e.layerCount));o.zLayers=a}let i={x:(e.bounds.minX+e.bounds.maxX)/2,y:(e.bounds.minY+e.bounds.maxY)/2},r={width:e.bounds.maxX-e.bounds.minX,height:e.bounds.maxY-e.bounds.minY},s=Math.max(r.width,r.height);this.unfinishedNodes=[{capacityMeshNodeId:this.getNextNodeId(),center:i,width:s,height:s,layer:"top",availableZ:Array.from({length:this.layerCount},(o,a)=>a),_depth:0,_containsTarget:!0,_containsObstacle:!0,_completelyInsideObstacle:!1}],this.finishedNodes=[],this.nodeToXYOverlappingObstaclesMap=new Map,this.obstacleTree=new rZ("flatbush",this.srj.obstacles),this.targets=this.computeTargets(),this.targetTree=new eCt(this.targets)}computeTargets(){let e=[];for(let t of this.srj.connections)for(let i of t.pointsToConnect){let r=this.obstacleTree.searchArea(i.x,i.y,.01,.01).filter(a=>a.zLayers.some(c=>c===dd(i.layer,this.layerCount))),s={minX:i.x-.005,minY:i.y-.005,maxX:i.x+.005,maxY:i.y+.005};r.length>0&&(s={minX:Math.min(...r.map(a=>a.center.x-a.width/2)),minY:Math.min(...r.map(a=>a.center.y-a.height/2)),maxX:Math.max(...r.map(a=>a.center.x+a.width/2)),maxY:Math.max(...r.map(a=>a.center.y+a.height/2))});let o={...i,connectionName:t.name,availableZ:[dd(i.layer,this.layerCount)],bounds:s};e.push(o)}return e}getNodeBounds(e){let t=e.width/2,i=e.height/2;return{minX:e.center.x-t,maxX:e.center.x+t,minY:e.center.y-i,maxY:e.center.y+i}}getNodeRect(e){return{center:{x:e.center.x,y:e.center.y},width:e.width,height:e.height}}getNextNodeId(){return"cn"+this._nextNodeCounter++}getCapacityFromDepth(e){return(this.MAX_DEPTH-e+1)**2}getTargetIfNodeContainsTarget(e){let t=e.width>4*this.targetTree.CELL_SIZE?this.targets:this.targetTree.getTargetsInArea(e.center.x,e.center.y,e.width,e.height);for(let i of t)if(i.bounds.minX<=e.center.x+e.width/2&&i.bounds.maxX>=e.center.x-e.width/2&&i.bounds.minY<=e.center.y+e.height/2&&i.bounds.maxY>=e.center.y-e.height/2&&i.availableZ.some(r=>e.availableZ.includes(r)))return i;return null}getXYOverlappingObstacles(e){let t=this.nodeToXYOverlappingObstaclesMap.get(e.capacityMeshNodeId);if(t)return t;let i=[],r=this.getNodeBounds(e),s=r.minX,o=r.maxX,a=r.minY,c=r.maxY,l=e._parent?this.getXYOverlappingObstacles(e._parent):this.srj.obstacles;for(let u of l){let p=u.center.x-u.width/2,d=u.center.x+u.width/2,_=u.center.y-u.height/2,g=u.center.y+u.height/2;(o>=p&&s<=d&&c>=_&&a<=g||s>=p&&o<=d&&a>=_&&c<=g||p>=s&&d<=o&&_>=a&&g<=c)&&i.push(u)}return this.nodeToXYOverlappingObstaclesMap.set(e.capacityMeshNodeId,i),i}getXYZOverlappingObstacles(e){let t=this.getXYOverlappingObstacles(e),i=[];for(let r of t)e.availableZ.some(s=>r.zLayers.includes(s))&&i.push(r);return i}doesNodeOverlapObstacle(e){if(this.getXYZOverlappingObstacles(e).length>0)return!0;let t=this.getNodeBounds(e);if(this.outlinePolygon){let i=this.getNodeRect(e);if(!Zq(i,this.outlinePolygon))return!0}return t.minX<this.srj.bounds.minX||t.maxX>this.srj.bounds.maxX||t.minY<this.srj.bounds.minY||t.maxY>this.srj.bounds.maxY}isNodeCompletelyInsideObstacle(e){let t=this.getXYZOverlappingObstacles(e),i=this.getNodeBounds(e);if(this.outlinePolygon){let r=this.getNodeRect(e);if(!N4(r,this.outlinePolygon))return!0}for(let r of t){let s=r.center.x-r.width/2,o=r.center.x+r.width/2,a=r.center.y-r.height/2,c=r.center.y+r.height/2;if(i.minX>=s&&i.maxX<=o&&i.minY>=a&&i.maxY<=c)return!0}return!1}getChildNodes(e){if(e._depth===this.MAX_DEPTH)return[];let t=[],i={width:e.width/2,height:e.height/2},r=[{x:e.center.x-i.width/2,y:e.center.y-i.height/2},{x:e.center.x+i.width/2,y:e.center.y-i.height/2},{x:e.center.x-i.width/2,y:e.center.y+i.height/2},{x:e.center.x+i.width/2,y:e.center.y+i.height/2}];for(let s of r){let o={capacityMeshNodeId:this.getNextNodeId(),center:s,width:i.width,height:i.height,layer:e.layer,availableZ:e.availableZ,_depth:(e._depth??0)+1,_parent:e};o._containsObstacle=this.doesNodeOverlapObstacle(o);let a=this.getTargetIfNodeContainsTarget(o);a&&(o._targetConnectionName=a.connectionName,o.availableZ=a.availableZ,o._containsTarget=!0),o._containsObstacle&&(o._completelyInsideObstacle=this.isNodeCompletelyInsideObstacle(o)),o._completelyInsideObstacle&&!o._containsTarget||t.push(o)}return t}shouldNodeBeXYSubdivided(e){return!(e._depth>=this.MAX_DEPTH)&&(!!e._containsTarget||!(!e._containsObstacle||e._completelyInsideObstacle))}_step(){let e=this.unfinishedNodes.pop();if(!e)return void(this.solved=!0);let t=this.getChildNodes(e),i=[],r=[];for(let s of t){let o=this.shouldNodeBeXYSubdivided(s);o?r.push(s):o||s._containsObstacle?!o&&s._containsTarget&&i.push(s):i.push(s)}this.unfinishedNodes.push(...r),this.finishedNodes.push(...i)}visualize(){let e={lines:[],points:[],rects:[],circles:[],coordinateSystem:"cartesian",title:"Capacity Mesh Visualization"};if(this.outlinePolygon&&this.outlinePolygon.length>=2){let i=this.outlinePolygon.map(r=>({x:r.x,y:r.y}));i.push({...i[0]}),e.lines.push({points:i,strokeColor:"rgba(0, 136, 255, 0.95)",label:"outline"});for(let r of this.outlinePolygon)e.points.push({x:r.x,y:r.y,color:"rgba(0, 136, 255, 0.95)"})}for(let i of this.srj.obstacles)e.rects.push({center:i.center,width:i.width,height:i.height,fill:i.zLayers?.length===1&&i.zLayers?.includes(1)?"rgba(0,0,255,0.3)":"rgba(255,0,0,0.3)",stroke:"red",label:["obstacle",`z: ${i.zLayers.join(",")}`].join(`
162
162
  `)});let t=[...this.finishedNodes,...this.unfinishedNodes];for(let i of t){let r=Math.min(...i.availableZ),s=this.unfinishedNodes.length>0&&i===this.unfinishedNodes[this.unfinishedNodes.length-1];e.rects.push({center:{x:i.center.x+r*i.width*.05,y:i.center.y-r*i.width*.05},width:Math.max(i.width-2,.8*i.width),height:Math.max(i.height-2,.8*i.height),fill:i._containsObstacle?"rgba(255,0,0,0.1)":{"0,1":"rgba(0,0,0,0.1)",0:"rgba(0,200,200, 0.1)",1:"rgba(0,0,200, 0.1)"}[i.availableZ.join(",")]??"rgba(0,200,200,0.1)",stroke:s?"rgba(255,165,0,0.5)":void 0,label:[i.capacityMeshNodeId,`availableZ: ${i.availableZ.join(",")}`,`target? ${i._containsTarget??!1}`,`obs? ${i._containsObstacle??!1}`,`${i.width.toFixed(2)}x${i.height.toFixed(2)}`,`capacity: ${ao(i).toFixed(2)}`].join(`
@@ -244,11 +244,11 @@ ${_.join(`
244
244
  `)}
245
245
  </div>`},aAt=n=>{let e=n.layout(),t={title:"CssGrid",coordinateSystem:"screen",lines:[],circles:[],points:[],rects:[],texts:[]},{cells:i}=e;for(let r of i){let{x:s,y:o,width:a,height:c,key:l}=r;t.rects.push({center:{x:s+a/2,y:o+c/2},width:a,height:c,fill:gQ(l),label:l})}return t};function Nw(n){return n.replace(/repeat\((\d+),\s*([^)]+)\)/g,(e,t,i)=>Array(Number(t)).fill(i.trim()).join(" "))}function Aw(n){return n.trim().split(/\s+/).filter(Boolean)}function mQ(n){return n?Aw(Nw(n)).length:0}function _Q(n,e){if(n==="auto")return{fr:1};if(n.endsWith("%")){let i=parseFloat(n);return e!=null?e*i/100:0}if(n.endsWith("px"))return parseFloat(n);if(n.endsWith("em"))return parseFloat(n)*16;if(n.endsWith("fr"))return{fr:parseFloat(n)};let t=parseFloat(n);return Number.isNaN(t)?0:t}function yQ(n,e){return n>0?n:e+2+n}var cAt=n=>{let e=n.opts,t=e.children,i,r;if("gridTemplate"in e&&typeof e.gridTemplate=="string"){let[M,I]=e.gridTemplate.split("/");i=M?.trim(),r=I?.trim()}else i=typeof e.gridTemplateRows=="string"?e.gridTemplateRows:void 0,r=typeof e.gridTemplateColumns=="string"?e.gridTemplateColumns:void 0;let s=mQ(r),o=mQ(i);function a(M,I,E,A){if(!M)return 0;let R=Nw(M),B=Aw(R),j=B.length,U=0,V=!1;for(let et=0;et<B.length;et++){let tt=B[et];if(tt.endsWith("px"))U+=parseFloat(tt);else if(tt.endsWith("em"))U+=parseFloat(tt)*16;else if(tt.endsWith("fr")||tt==="auto"){V=!0;let mt=0;for(let G of I){let Q=E?G.columnStart||G.column:G.rowStart||G.row,nt=E?G.columnSpan||1:G.rowSpan||1,pt=E?G.contentWidth:G.contentHeight,ht=(typeof Q=="number"?Q:parseInt(Q||"1"))-1,wt=typeof nt=="number"?nt:parseInt(nt.toString());if(ht<=et&&et<ht+wt&&pt){let Et=typeof pt=="string"&&pt.endsWith("px")?parseFloat(pt):typeof pt=="number"?pt:0;mt=Math.max(mt,Et/wt)}}U+=mt}}let H=A*(j-1);return U+H}function c(M,I,E,A=!0,R=1){if(!M)return[];if(I==null){let nt=Nw(M),pt=Aw(nt),ht=pt.length,wt=X=>X===void 0?0:typeof X=="number"?X:(X.endsWith("px"),parseFloat(X)),Et=new Array(ht).fill(0),ot=0;for(let X of t){let W=A?typeof X.columnSpan=="number"?X.columnSpan:X.columnSpan?parseInt(X.columnSpan.toString()):1:typeof X.rowSpan=="number"?X.rowSpan:X.rowSpan?parseInt(X.rowSpan.toString()):1,rt=A?X.contentWidth:X.contentHeight,ut=wt(rt)/W,yt;A?(X.columnStart!==void 0||X.column!==void 0)&&(yt=parseInt(X.columnStart??X.column)-1):(X.rowStart!==void 0||X.row!==void 0)&&(yt=parseInt(X.rowStart??X.row)-1),(yt===void 0||Number.isNaN(yt))&&(A?yt=ot%ht:yt=Math.floor(ot/R),ot+=W);for(let Z=0;Z<W&&yt+Z<ht;Z++)Et[yt+Z]=Math.max(Et[yt+Z],ut)}return pt.forEach((X,W)=>{let rt=_Q(X,void 0);typeof rt=="number"&&(Et[W]=rt)}),Et}let B=Nw(M),j=Aw(B),U=j.length,V=I;V==null&&(V=a(M,t,A,E));let H=V-E*(U-1),et=0,tt=0,mt=[],G=[];j.forEach((nt,pt)=>{let ht=_Q(nt,H);typeof ht=="number"?(G.push(ht),et+=ht):ht&&typeof ht=="object"&&"fr"in ht?(G.push(ht),tt+=ht.fr,mt.push({idx:pt,fr:ht.fr})):(G.push(0),et+=0)});let Q=Math.max(H-et,0);return G.map(nt=>typeof nt=="number"?nt:tt>0?Q/tt*nt.fr:0)}let l=typeof e.gap=="number"?e.gap:Array.isArray(e.gap)?e.gap[0]:0,u=typeof e.gap=="number"?e.gap:Array.isArray(e.gap)?e.gap[1]:0,p=c(i,e.containerHeight,l,!1,s||1),d=c(r,e.containerWidth,u,!0,o||1),_=p.length,g=d.length;g===0&&t.length>0&&(g=1);let x=[],v=0;for(let M of t){let I=M.rowStart!==void 0?M.rowStart:M.row,E=M.columnStart!==void 0?M.columnStart:M.column,A=M.rowSpan!==void 0?typeof M.rowSpan=="string"?parseInt(M.rowSpan):M.rowSpan:1,R=M.columnSpan!==void 0?typeof M.columnSpan=="string"?parseInt(M.columnSpan):M.columnSpan:1;if(M.rowEnd!==void 0){let U=typeof M.rowEnd=="string"?parseInt(M.rowEnd):M.rowEnd;I!==void 0?A=U-(typeof I=="string"?parseInt(I):I):I=U-A}if(M.columnEnd!==void 0){let U=typeof M.columnEnd=="string"?parseInt(M.columnEnd):M.columnEnd;E!==void 0?R=U-(typeof E=="string"?parseInt(E):E):E=U-R}if(typeof I=="string"&&(I=parseInt(I)),typeof E=="string"&&(E=parseInt(E)),typeof I=="number"&&I<0&&(I=yQ(I,_)),typeof E=="number"&&E<0&&(E=yQ(E,g)),I===void 0&&E!==void 0)I=1;else if(E===void 0&&I!==void 0)E=1;else if(I===void 0&&E===void 0){let U=v;I=Math.floor(U/g)+1,E=U%g+1}let B=I-1,j=E-1;A=Math.max(1,A),R=Math.max(1,R),x.push({key:M.key,row:B,column:j,rowSpan:A,columnSpan:R,x:0,y:0,width:0,height:0}),v+=R}let w=p.length,P=d.length;for(let M of x)M.row+M.rowSpan>w&&(w=M.row+M.rowSpan),M.column+M.columnSpan>P&&(P=M.column+M.columnSpan);if(p.length===0&&w>0&&e.containerHeight){let M=w,E=(e.containerHeight-l*(M-1))/M;for(let A=0;A<M;A++)p.push(E)}else for(;p.length<w;)p.push(0);if(d.length===0&&P>0&&e.containerWidth){let M=P,E=(e.containerWidth-u*(M-1))/M;for(let A=0;A<M;A++)d.push(E)}else if(d.length===0&&t.length>0&&e.containerWidth)d.push(e.containerWidth);else for(;d.length<P;)d.push(0);let T=(M,I,E)=>{let A=0;for(let R=0;R<M;R++)A+=I[R]||0,A+=E;return A},k=(M,I,E,A)=>{let R=0;for(let B=M;B<M+I;B++)R+=E[B]||0,B>M&&(R+=A);return R},C={};for(let M of x){let I=t.find(G=>G.key===M.key),E=T(M.column,d,u),A=T(M.row,p,l),R=k(M.column,M.columnSpan,d,u),B=k(M.row,M.rowSpan,p,l),j=G=>G===void 0?0:typeof G=="string"?G.endsWith("px")?parseFloat(G):G.endsWith("%")?0:parseFloat(G):G,U=j(I?.contentWidth),V=j(I?.contentHeight),H=R,et=B,tt=E,mt=A;if(U>0)switch(H=U,e.justifyItems||"stretch"){case"start":tt=E;break;case"end":tt=E+R-H;break;case"center":tt=E+(R-H)/2;break;case"stretch":H=R,tt=E;break}if(V>0)switch(et=V,e.alignItems||"stretch"){case"start":mt=A;break;case"end":mt=A+B-et;break;case"center":mt=A+(B-et)/2;break;case"stretch":et=B,mt=A;break}M.x=tt,M.y=mt,M.width=H,M.height=et,C[M.key]={x:tt,y:mt,width:H,height:et}}return{cells:x,rowSizes:p,columnSizes:d,rowGap:l,columnGap:u,itemCoordinates:C}},xQ=class{constructor(n){f(this,"opts");this.opts=n}layout(){return cAt(this)}convertToHtml(){return oAt(this)}visualize(){return aAt(this)}};St();var vnt=Vt(En(),1);Ae();Ae();St();var cA=class{constructor(n){f(this,"netMap");f(this,"idToNetMap");this.netMap=n,this.idToNetMap={};for(let[e,t]of Object.entries(n))for(let i of t)this.idToNetMap[i]=e}addConnections(n){for(let e of n){let t=new Set;for(let r of e){let s=this.idToNetMap[r];s&&t.add(s)}let i;if(t.size===0)i=`connectivity_net${Object.keys(this.netMap).length}`,this.netMap[i]=[];else if(t.size===1)i=t.values().next().value??`connectivity_net${Object.keys(this.netMap).length}`;else{i=t.values().next().value??`connectivity_net${Object.keys(this.netMap).length}`;for(let r of t)if(r!==i){let s=this.netMap[i],o=this.netMap[r];if(s&&o){s.push(...o),this.netMap[r]=s;for(let a of s)this.idToNetMap[a]=i}}}for(let r of e){let s=this.netMap[i];s&&!s.includes(r)&&s.push(r),this.idToNetMap[r]=i}}}getIdsConnectedToNet(n){return this.netMap[n]||[]}getNetConnectedToId(n){return this.idToNetMap[n]}areIdsConnected(n,e){if(n===e)return!0;let t=this.getNetConnectedToId(n);if(!t)return!1;let i=this.getNetConnectedToId(e);return i?t===i||i===n||i===n:!1}areAllIdsConnected(n){if(n.length===0)return!0;let e=this.getNetConnectedToId(n[0]);if(!e)return!1;for(let t of n){let i=this.getNetConnectedToId(t);if(i===void 0||i!==e)return!1}return!0}};Ng();var g1=class{constructor(){this.ids=[],this.values=[],this.length=0}clear(){this.length=0}push(e,t){let i=this.length++;for(;i>0;){let r=i-1>>1,s=this.values[r];if(t>=s)break;this.ids[i]=this.ids[r],this.values[i]=s,i=r}this.ids[i]=e,this.values[i]=t}pop(){if(this.length===0)return;let e=this.ids,t=this.values,i=e[0],r=--this.length;if(r>0){let s=e[r],o=t[r],a=0,c=r>>1;for(;a<c;){let l=(a<<1)+1,u=l+1,p=l+(+(u<r)&+(t[u]<t[l]));if(t[p]>=o)break;e[a]=e[p],t[a]=t[p],a=p}e[a]=s,t[a]=o}return i}peek(){return this.length>0?this.ids[0]:void 0}peekValue(){return this.length>0?this.values[0]:void 0}shrink(){this.ids.length=this.values.length=this.length}};var bQ=[Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array],lA=3,x1=class n{static from(e,t=0){if(t%8!==0)throw new Error("byteOffset must be 8-byte aligned.");if(!e||e.byteLength===void 0||e.buffer)throw new Error("Data must be an instance of ArrayBuffer or SharedArrayBuffer.");let[i,r]=new Uint8Array(e,t+0,2);if(i!==251)throw new Error("Data does not appear to be in a Flatbush format.");let s=r>>4;if(s!==lA)throw new Error(`Got v${s} data when expected v${lA}.`);let o=bQ[r&15];if(!o)throw new Error("Unrecognized array type.");let[a]=new Uint16Array(e,t+2,1),[c]=new Uint32Array(e,t+4,1);return new n(c,a,o,void 0,e,t)}constructor(e,t=16,i=Float64Array,r=ArrayBuffer,s,o=0){if(e===void 0)throw new Error("Missing required argument: numItems.");if(isNaN(e)||e<=0)throw new Error(`Unexpected numItems value: ${e}.`);this.numItems=+e,this.nodeSize=Math.min(Math.max(+t,2),65535),this.byteOffset=o;let a=e,c=a;this._levelBounds=[a*4];do a=Math.ceil(a/this.nodeSize),c+=a,this._levelBounds.push(c*4);while(a!==1);this.ArrayType=i,this.IndexArrayType=c<16384?Uint16Array:Uint32Array;let l=bQ.indexOf(i),u=c*4*i.BYTES_PER_ELEMENT;if(l<0)throw new Error(`Unexpected typed array class: ${i}.`);if(s)this.data=s,this._boxes=new i(s,o+8,c*4),this._indices=new this.IndexArrayType(s,o+8+u,c),this._pos=c*4,this.minX=this._boxes[this._pos-4],this.minY=this._boxes[this._pos-3],this.maxX=this._boxes[this._pos-2],this.maxY=this._boxes[this._pos-1];else{let p=this.data=new r(8+u+c*this.IndexArrayType.BYTES_PER_ELEMENT);this._boxes=new i(p,8,c*4),this._indices=new this.IndexArrayType(p,8+u,c),this._pos=0,this.minX=1/0,this.minY=1/0,this.maxX=-1/0,this.maxY=-1/0,new Uint8Array(p,0,2).set([251,(lA<<4)+l]),new Uint16Array(p,2,1)[0]=t,new Uint32Array(p,4,1)[0]=e}this._queue=new g1}add(e,t,i=e,r=t){let s=this._pos>>2,o=this._boxes;return this._indices[s]=s,o[this._pos++]=e,o[this._pos++]=t,o[this._pos++]=i,o[this._pos++]=r,e<this.minX&&(this.minX=e),t<this.minY&&(this.minY=t),i>this.maxX&&(this.maxX=i),r>this.maxY&&(this.maxY=r),s}finish(){if(this._pos>>2!==this.numItems)throw new Error(`Added ${this._pos>>2} items when expected ${this.numItems}.`);let e=this._boxes;if(this.numItems<=this.nodeSize){e[this._pos++]=this.minX,e[this._pos++]=this.minY,e[this._pos++]=this.maxX,e[this._pos++]=this.maxY;return}let t=this.maxX-this.minX||1,i=this.maxY-this.minY||1,r=new Uint32Array(this.numItems),s=65535;for(let o=0,a=0;o<this.numItems;o++){let c=e[a++],l=e[a++],u=e[a++],p=e[a++],d=Math.floor(s*((c+u)/2-this.minX)/t),_=Math.floor(s*((l+p)/2-this.minY)/i);r[o]=uAt(d,_)}uA(r,e,this._indices,0,this.numItems-1,this.nodeSize);for(let o=0,a=0;o<this._levelBounds.length-1;o++){let c=this._levelBounds[o];for(;a<c;){let l=a,u=e[a++],p=e[a++],d=e[a++],_=e[a++];for(let g=1;g<this.nodeSize&&a<c;g++)u=Math.min(u,e[a++]),p=Math.min(p,e[a++]),d=Math.max(d,e[a++]),_=Math.max(_,e[a++]);this._indices[this._pos>>2]=l,e[this._pos++]=u,e[this._pos++]=p,e[this._pos++]=d,e[this._pos++]=_}}}search(e,t,i,r,s){if(this._pos!==this._boxes.length)throw new Error("Data not yet indexed - call index.finish().");let o=this._boxes.length-4,a=[],c=[];for(;o!==void 0;){let l=Math.min(o+this.nodeSize*4,vQ(o,this._levelBounds));for(let u=o;u<l;u+=4){let p=this._boxes[u];if(i<p)continue;let d=this._boxes[u+1];if(r<d)continue;let _=this._boxes[u+2];if(e>_)continue;let g=this._boxes[u+3];if(t>g)continue;let x=this._indices[u>>2]|0;o>=this.numItems*4?a.push(x):(s===void 0||s(x,p,d,_,g))&&c.push(x)}o=a.pop()}return c}neighbors(e,t,i=1/0,r=1/0,s){if(this._pos!==this._boxes.length)throw new Error("Data not yet indexed - call index.finish().");let o=this._boxes.length-4,a=this._queue,c=[],l=r*r;t:for(;o!==void 0;){let u=Math.min(o+this.nodeSize*4,vQ(o,this._levelBounds));for(let p=o;p<u;p+=4){let d=this._indices[p>>2]|0,_=this._boxes[p],g=this._boxes[p+1],x=this._boxes[p+2],v=this._boxes[p+3],w=e<_?_-e:e>x?e-x:0,P=t<g?g-t:t>v?t-v:0,T=w*w+P*P;T>l||(o>=this.numItems*4?a.push(d<<1,T):(s===void 0||s(d))&&a.push((d<<1)+1,T))}for(;a.length&&a.peek()&1;)if(a.peekValue()>l||(c.push(a.pop()>>1),c.length===i))break t;o=a.length?a.pop()>>1:void 0}return a.clear(),c}};function vQ(n,e){let t=0,i=e.length-1;for(;t<i;){let r=t+i>>1;e[r]>n?i=r:t=r+1}return e[t]}function uA(n,e,t,i,r,s){if(Math.floor(i/s)>=Math.floor(r/s))return;let o=n[i],a=n[i+r>>1],c=n[r],l=c,u=Math.max(o,a);c>u?l=u:u===o?l=Math.max(a,c):u===a&&(l=Math.max(o,c));let p=i-1,d=r+1;for(;;){do p++;while(n[p]<l);do d--;while(n[d]>l);if(p>=d)break;lAt(n,e,t,p,d)}uA(n,e,t,i,d,s),uA(n,e,t,d+1,r,s)}function lAt(n,e,t,i,r){let s=n[i];n[i]=n[r],n[r]=s;let o=4*i,a=4*r,c=e[o],l=e[o+1],u=e[o+2],p=e[o+3];e[o]=e[a],e[o+1]=e[a+1],e[o+2]=e[a+2],e[o+3]=e[a+3],e[a]=c,e[a+1]=l,e[a+2]=u,e[a+3]=p;let d=t[i];t[i]=t[r],t[r]=d}function uAt(n,e){let t=n^e,i=65535^t,r=65535^(n|e),s=n&(e^65535),o=t|i>>1,a=t>>1^t,c=r>>1^i&s>>1^r,l=t&r>>1^s>>1^s;t=o,i=a,r=c,s=l,o=t&t>>2^i&i>>2,a=t&i>>2^i&(t^i)>>2,c^=t&r>>2^i&s>>2,l^=i&r>>2^(t^i)&s>>2,t=o,i=a,r=c,s=l,o=t&t>>4^i&i>>4,a=t&i>>4^i&(t^i)>>4,c^=t&r>>4^i&s>>4,l^=i&r>>4^(t^i)&s>>4,t=o,i=a,r=c,s=l,c^=t&r>>8^i&s>>8,l^=i&r>>8^(t^i)&s>>8,t=c^c>>1,i=l^l>>1;let u=n^e,p=i|65535^(u|t);return u=(u|u<<8)&16711935,u=(u|u<<4)&252645135,u=(u|u<<2)&858993459,u=(u|u<<1)&1431655765,p=(p|p<<8)&16711935,p=(p|p<<4)&252645135,p=(p|p<<2)&858993459,p=(p|p<<1)&1431655765,(p<<1|u)>>>0}var Pr=class{constructor(){f(this,"MAX_ITERATIONS",1e5);f(this,"solved",!1);f(this,"failed",!1);f(this,"iterations",0);f(this,"progress",0);f(this,"error",null);f(this,"activeSubSolver");f(this,"failedSubSolvers");f(this,"timeToSolve");f(this,"stats",{})}step(){if(!this.solved&&!this.failed){this.iterations++;try{this._step()}catch(n){throw this.error=`${this.constructor.name} error: ${n}`,this.failed=!0,n}!this.solved&&this.iterations>this.MAX_ITERATIONS&&this.tryFinalAcceptance(),!this.solved&&this.iterations>this.MAX_ITERATIONS&&(this.error=`${this.constructor.name} ran out of iterations`,this.failed=!0),"computeProgress"in this&&(this.progress=this.computeProgress())}}_step(){}getConstructorParams(){throw new Error("getConstructorParams not implemented")}solve(){let n=Date.now();for(;!this.solved&&!this.failed;)this.step();let e=Date.now();this.timeToSolve=e-n}visualize(){return{lines:[],points:[],rects:[],circles:[]}}tryFinalAcceptance(){}preview(){return{lines:[],points:[],rects:[],circles:[]}}},gA=n=>{let e=new cA({});for(let i of n.directConnections)e.addConnections([i.netId?[i.netId,...i.pinIds]:i.pinIds]);let t=new cA(e.netMap);for(let i of n.netConnections)t.addConnections([[i.netId,...i.pinIds]]);return{directConnMap:e,netConnMap:t}};function pAt(n,e={}){let t=n.length,i=e?.maxDistance??Number.POSITIVE_INFINITY;if(t<=1)return[];{let u=new Set;for(let p of n){if(u.has(p.pinId))throw new Error(`Duplicate pinId detected: "${p.pinId}"`);u.add(p.pinId)}}let r=(u,p)=>Math.abs(u.x-p.x)+Math.abs(u.y-p.y),s=new Array(t).fill(!1),o=new Array(t).fill(Number.POSITIVE_INFINITY),a=new Array(t).fill(-1),c=0;for(let u=1;u<t;u++)n[u].pinId<n[c].pinId&&(c=u);o[c]=0;let l=[];for(let u=0;u<t;u++){let p=-1,d=Number.POSITIVE_INFINITY,_="";for(let g=0;g<t;g++)if(!s[g]){let x=o[g];(x<d||x===d&&(_===""||n[g].pinId<_))&&(d=x,_=n[g].pinId,p=g)}s[p]=!0,a[p]!==-1&&l.push([n[p].pinId,n[a[p]].pinId]);for(let g=0;g<t;g++)if(!s[g]){let x=r(n[p],n[g]),v=e?.forbidEdge?.(n[p],n[g])??!1,w=x>i||v?Number.POSITIVE_INFINITY:x;(w<o[g]||w===o[g]&&n[p].pinId<n[a[g]]?.pinId)&&(o[g]=w,a[g]=p)}}return l}var b1=(n,e)=>{let{x:t,y:i}=n,{center:r,width:s,height:o}=e,a=r.y+o/2,c=r.y-o/2,l=r.x+s/2,u=r.x-s/2,p=a-i,d=i-c,_=l-t,g=t-u,x=Math.min(p,d,_,g);return x===p?"y+":x===d?"y-":x===_?"x+":"x-"},hAt=n=>{let{pins:e,inputProblem:t,pinIdMap:i,chipMap:r}=n,s=d=>{let _=new Set,g=[d];_.add(d);let x=t.directConnections||[];for(;g.length;){let v=g.shift();for(let w of x)if(w.pinIds.includes(v))for(let P of w.pinIds)_.has(P)||(_.add(P),g.push(P))}return _},o=e[0].pinId,a=e[1].pinId,c=new Set([...s(o),...s(a)]),l=new Map,u=new Map,p=new Set(e.map(d=>d.chipId));for(let d of c){let _=i.get(d);if(!_)continue;let g=r[_.chipId];if(!g)continue;let x=_._facingDirection??b1(_,g),v=u.get(g.chipId);if(!v){v={center:g.center};let w={xPos:0,xNeg:0,yPos:0,yNeg:0};for(let P of g.pins){let T=P._facingDirection??b1(P,g);T==="x+"&&w.xPos++,T==="x-"&&w.xNeg++,T==="y+"&&w.yPos++,T==="y-"&&w.yNeg++}v.counts=w,u.set(g.chipId,v)}x==="x+"&&(v.hasXPos=!0),x==="x-"&&(v.hasXNeg=!0),x==="y+"&&(v.hasYPos=!0),x==="y-"&&(v.hasYNeg=!0)}for(let[d,_]of u){let g=new Set,x={axes:g},v=_.counts;!!!(v&&(v.xPos>1||v.xNeg>1||v.yPos>1||v.yNeg>1))&&p.has(d)||(_.hasXPos&&_.hasXNeg&&(x.x=_.center.x,g.add("x")),_.hasYPos&&_.hasYNeg&&(x.y=_.center.y,g.add("y"))),g.size>0&&l.set(d,x)}return l},pA=n=>{let{inputProblem:e,chipMap:t,pinIdMap:i,p1:r,p2:s}=n,o=hAt({pins:[r,s],inputProblem:e,pinIdMap:i,chipMap:t});if(o.size===0)return!1;let a=1e-9,c=(_,g)=>{for(let[,x]of o)if(x.axes.has("x")&&typeof x.x=="number"&&(_.x-x.x)*(g.x-x.x)<-a||x.axes.has("y")&&typeof x.y=="number"&&(_.y-x.y)*(g.y-x.y)<-a)return!0;return!1};if(Math.abs(r.x-s.x)<a||Math.abs(r.y-s.y)<a)return c({x:r.x,y:r.y},{x:s.x,y:s.y});let l={x:s.x,y:r.y},u={x:r.x,y:s.y},p=c({x:r.x,y:r.y},l)||c(l,{x:s.x,y:s.y}),d=c({x:r.x,y:r.y},u)||c(u,{x:s.x,y:s.y});return p&&d},Rs=(n,e=1)=>`hsl(${n.split("").reduce((i,r)=>i*31+r.charCodeAt(0),0)%360}, 100%, 50%, ${e})`,cs=(n,e={})=>{let{connectionAlpha:t=.8,chipAlpha:i=.8}=e,r={lines:[],points:[],rects:[]},s=new Map;for(let o of n.chips)for(let a of o.pins)s.set(a.pinId,a);for(let o of n.chips){r.rects.push({label:o.chipId,center:o.center,width:o.width,height:o.height,fill:Rs(o.chipId,i)});for(let a of o.pins)r.points.push({label:`${a.pinId}
246
246
  ${a._facingDirection??b1(a,o)}`,x:a.x,y:a.y,color:Rs(a.pinId,.8)})}for(let o of n.directConnections){let[a,c]=o.pinIds,l=s.get(a),u=s.get(c);r.lines.push({points:[{x:l.x,y:l.y},{x:u.x,y:u.y}],strokeColor:Rs(o.netId??`${a}-${c}`,t)})}for(let o of n.netConnections){let a=o.pinIds.map(c=>s.get(c));for(let c=0;c<a.length-1;c++)for(let l=c+1;l<a.length;l++){let u=a[c],p=a[l];r.lines.push({points:[{x:u.x,y:u.y},{x:p.x,y:p.y}],strokeColor:Rs(o.netId,t),strokeDash:"4 2"})}}return r},dAt=class extends Pr{constructor({inputProblem:e}){super();f(this,"inputProblem");f(this,"mspConnectionPairs",[]);f(this,"dcConnMap");f(this,"globalConnMap");f(this,"queuedDcNetIds");f(this,"chipMap");f(this,"maxMspPairDistance");f(this,"pinMap");f(this,"userNetIdByPinId");this.inputProblem=e,this.maxMspPairDistance=e.maxMspPairDistance??1;let{directConnMap:t,netConnMap:i}=gA(e);this.dcConnMap=t,this.globalConnMap=i,this.pinMap={};for(let r of e.chips)for(let s of r.pins)this.pinMap[s.pinId]={...s,chipId:r.chipId};this.chipMap={};for(let r of e.chips)this.chipMap[r.chipId]=r;this.userNetIdByPinId={};for(let r of e.directConnections)if(r.netId){let[s,o]=r.pinIds;this.userNetIdByPinId[s]=r.netId,this.userNetIdByPinId[o]=r.netId}for(let r of e.netConnections)for(let s of r.pinIds)this.userNetIdByPinId[s]=r.netId;this.queuedDcNetIds=Object.keys(i.netMap)}getConstructorParams(){return{inputProblem:this.inputProblem}}_step(){if(this.queuedDcNetIds.length===0){this.solved=!0;return}let e=this.queuedDcNetIds.shift(),i=this.globalConnMap.getIdsConnectedToNet(e).filter(o=>!!this.pinMap[o]);if(i.length<=1)return;if(i.length===2){let[o,a]=i,c=this.pinMap[o],l=this.pinMap[a];if(Math.abs(c.x-l.x)+Math.abs(c.y-l.y)>this.maxMspPairDistance)return;let p=new Map(Object.entries(this.pinMap));if(pA({inputProblem:this.inputProblem,chipMap:this.chipMap,pinIdMap:p,p1:c,p2:l}))return;let d=this.globalConnMap.getNetConnectedToId(o),_=this.userNetIdByPinId[o]??this.userNetIdByPinId[a];this.mspConnectionPairs.push({mspPairId:`${o}-${a}`,dcConnNetId:e,globalConnNetId:d,userNetId:_,pins:[c,l]});return}let r=new Map(Object.entries(this.pinMap)),s=pAt(i.map(o=>this.pinMap[o]).filter(Boolean),{maxDistance:this.maxMspPairDistance,forbidEdge:(o,a)=>pA({inputProblem:this.inputProblem,chipMap:this.chipMap,pinIdMap:r,p1:o,p2:a})});for(let[o,a]of s){let c=this.pinMap[o],l=this.pinMap[a];if(pA({inputProblem:this.inputProblem,chipMap:this.chipMap,pinIdMap:r,p1:c,p2:l}))continue;let u=this.globalConnMap.getNetConnectedToId(o),p=this.userNetIdByPinId[o]??this.userNetIdByPinId[a];this.mspConnectionPairs.push({mspPairId:`${o}-${a}`,dcConnNetId:e,globalConnNetId:u,userNetId:p,pins:[c,l]})}}visualize(){let e=cs(this.inputProblem,{chipAlpha:.1,connectionAlpha:.1});for(let t of this.mspConnectionPairs)e.lines.push({points:[{x:t.pins[0].x,y:t.pins[0].y},{x:t.pins[1].x,y:t.pins[1].y}],strokeColor:Rs(t.mspPairId,.75)});return e}};function xA(n){let e=n.width/2,t=n.height/2;return{minX:n.center.x-e,maxX:n.center.x+e,minY:n.center.y-t,maxY:n.center.y+t}}var fAt=n=>{let e=xA(n);return{chipId:n.chipId,...e}},Ow=n=>n.chips.map(fAt),bA=1e-9,za=(n,e,t=bA)=>Math.abs(n.x-e.x)<t,ll=(n,e,t=bA)=>Math.abs(n.y-e.y)<t,S1=(n,e,t,i=bA)=>{let r=za(n,e,i),s=ll(n,e,i);if(!r&&!s)return!1;if(r){let o=n.x;if(o<t.minX-i||o>t.maxX+i)return!1;let a=Math.min(n.y,e.y),c=Math.max(n.y,e.y);return Math.min(c,t.maxY)-Math.max(a,t.minY)>i}else{let o=n.y;if(o<t.minY-i||o>t.maxY+i)return!1;let a=Math.min(n.x,e.x),c=Math.max(n.x,e.x);return Math.min(c,t.maxX)-Math.max(a,t.minX)>i}},mAt=(n,e,t={})=>{for(let i=0;i<n.length-1;i++){let r=n[i],s=n[i+1],o=t.excludeRectIdsForSegment?.(i)??new Set;for(let a of e)if(!o.has(a.chipId)&&S1(r,s,a))return{segIndex:i,rect:a}}return null},_At=(n,e)=>{for(let t=0;t<n.length-1;t++)for(let i of e)if(S1(n[t],n[t+1],i))return!0;return!1},AQ=1e-9,yAt=(n,e)=>({minX:Math.min(n.x,e.x),maxX:Math.max(n.x,e.x),minY:Math.min(n.y,e.y),maxY:Math.max(n.y,e.y)}),SQ=(n,e,t,i=AQ)=>n==="x"?e.x<t.minX-i?[(e.x+t.minX)/2]:e.x>t.maxX+i?[(e.x+t.maxX)/2]:[t.minX-.2,t.maxX+.2]:e.y<t.minY-i?[(e.y+t.minY)/2]:e.y>t.maxY+i?[(e.y+t.maxY)/2]:[t.minY-.2,t.maxY+.2],gAt=(n,e,t,i,r,s=AQ)=>{let o=[...i].map(a=>t.get(a)).filter(a=>!!a);if(n==="x"){let a=[r.minX,...o.map(d=>d.maxX)].filter(d=>d<e.minX-s),c=[r.maxX,...o.map(d=>d.minX)].filter(d=>d>e.maxX+s),l=a.length>0?Math.max(...a):void 0,u=c.length>0?Math.min(...c):void 0,p=[];return l!==void 0&&p.push((l+e.minX)/2),u!==void 0&&p.push((e.maxX+u)/2),p}else{let a=[r.minY,...o.map(d=>d.maxY)].filter(d=>d<e.minY-s),c=[r.maxY,...o.map(d=>d.minY)].filter(d=>d>e.maxY+s),l=a.length>0?Math.max(...a):void 0,u=c.length>0?Math.min(...c):void 0,p=[];return l!==void 0&&p.push((l+e.minY)/2),u!==void 0&&p.push((e.maxY+u)/2),p}},xAt=1e-9,bAt=(n,e,t,i,r=xAt)=>{if(e<0||e>=n.length-1)return null;let s=n[e],o=n[e+1],a=za(s,o,r),c=ll(s,o,r);if(!a&&!c||a&&t!=="x"||c&&t!=="y")return null;let l=n.map(u=>({...u}));if(t==="x"){if(Math.abs(s.x-i)<r&&Math.abs(o.x-i)<r)return null;l[e]={...l[e],x:i},l[e+1]={...l[e+1],x:i}}else{if(Math.abs(s.y-i)<r&&Math.abs(o.y-i)<r)return null;l[e]={...l[e],y:i},l[e+1]={...l[e+1],y:i}}if(e-1>=0){let u=l[e-1],p=l[e];if(Math.abs(u.x-p.x)+Math.abs(u.y-p.y)<r)return null}if(e+2<=l.length-1){let u=l[e+1],p=l[e+2];if(Math.abs(u.x-p.x)+Math.abs(u.y-p.y)<r)return null}for(let u=0;u<l.length-1;u++){let p=l[u],d=l[u+1];if(!ll(p,d,r)&&!za(p,d,r))return null}return l},wQ=(n,e=6)=>n.map(i=>`${i.x.toFixed(e)},${i.y.toFixed(e)}`).join("|"),RQ=class extends Pr{constructor(e){super();f(this,"pins");f(this,"inputProblem");f(this,"chipMap");f(this,"obstacles");f(this,"rectById");f(this,"aabb");f(this,"baseElbow");f(this,"solvedTracePath",null);f(this,"queue",[]);f(this,"visited",new Set);this.pins=e.pins,this.inputProblem=e.inputProblem,this.chipMap=e.chipMap;for(let r of this.pins)if(!r._facingDirection){let s=this.chipMap[r.chipId];r._facingDirection=b1(r,s)}this.obstacles=Ow(this.inputProblem),this.rectById=new Map(this.obstacles.map(r=>[r.chipId,r]));let[t,i]=this.pins;this.baseElbow=Wc({x:t.x,y:t.y,facingDirection:t._facingDirection},{x:i.x,y:i.y,facingDirection:i._facingDirection},{overshoot:.2}),this.aabb=yAt({x:t.x,y:t.y},{x:i.x,y:i.y}),this.queue.push({path:this.baseElbow,collisionChipIds:new Set}),this.visited.add(wQ(this.baseElbow))}getConstructorParams(){return{chipMap:this.chipMap,pins:this.pins,inputProblem:this.inputProblem}}axisOfSegment(e,t){return za(e,t)?"x":ll(e,t)?"y":null}pathLength(e){let t=0;for(let i=0;i<e.length-1;i++)t+=Math.abs(e[i+1].x-e[i].x)+Math.abs(e[i+1].y-e[i].y);return t}_step(){if(this.solvedTracePath){this.solved=!0;return}let e=this.queue.shift();if(!e){this.failed=!0,this.error="No collision-free path found";return}let{path:t,collisionChipIds:i}=e,[r,s]=this.pins,o=mAt(t,this.obstacles);if(!o){let v=t[0],w=t[t.length-1],P=1e-9,T=(k,C)=>Math.abs(k.x-C.x)<P&&Math.abs(k.y-C.y)<P;T(v,{x:r.x,y:r.y})&&T(w,{x:s.x,y:s.y})&&(this.solvedTracePath=t,this.solved=!0);return}let{segIndex:a,rect:c}=o,l=a===0,u=a===t.length-2;if(l){if(t.length<3)return;a=1}else if(u){if(t.length<3)return;a=t.length-3}let p=t[a],d=t[a+1],_=this.axisOfSegment(p,d);if(!_)return;let g=[];if(i.size===0){let v=SQ(_,{x:r.x,y:r.y},c),w=SQ(_,{x:s.x,y:s.y},c),P=[...v,...w],T=[...new Set(P)];g.push(...T)}else{let v=gAt(_,c,this.rectById,i,this.aabb);g.push(...v)}let x=[];for(let v of g){let w=bAt(t,a,_,v);if(!w)continue;let P=wQ(w);if(this.visited.has(P))continue;this.visited.add(P);let T=new Set(i);T.add(c.chipId);let k=this.pathLength(w);x.push({path:w,collisionRectIds:T,len:k})}x.sort((v,w)=>v.len-w.len);for(let v of x)this.queue.push({path:v.path,collisionChipIds:v.collisionRectIds})}visualize(){let e=cs(this.inputProblem,{chipAlpha:.1,connectionAlpha:.1});e.lines.push({points:this.baseElbow,strokeColor:"red",strokeDash:"4 4"});let[t,i]=this.pins;e.lines.push({points:[{x:t.x,y:t.y},{x:i.x,y:i.y}],strokeColor:"blue",strokeDash:"5 5"});for(let{path:r,collisionChipIds:s}of this.queue)e.lines.push({points:r,strokeColor:"teal",strokeDash:"2 2"});return this.solvedTracePath?e.lines.push({points:this.solvedTracePath,strokeColor:"green"}):this.queue.length>0&&e.lines.push({points:this.queue[0].path,strokeColor:"orange"}),e}},vAt=class extends Pr{constructor(e){super();f(this,"inputProblem");f(this,"mspConnectionPairs");f(this,"dcConnMap");f(this,"globalConnMap");f(this,"queuedConnectionPairs");f(this,"chipMap");f(this,"currentConnectionPair",null);f(this,"solvedTracePaths",[]);f(this,"failedConnectionPairs",[]);this.inputProblem=e.inputProblem,this.mspConnectionPairs=e.mspConnectionPairs,this.dcConnMap=e.dcConnMap,this.globalConnMap=e.globalConnMap,this.chipMap=e.chipMap,this.queuedConnectionPairs=[...this.mspConnectionPairs]}getConstructorParams(){return{inputProblem:this.inputProblem,chipMap:this.chipMap,mspConnectionPairs:this.mspConnectionPairs,dcConnMap:this.dcConnMap,globalConnMap:this.globalConnMap}}_step(){if(this.activeSubSolver?.solved&&(this.solvedTracePaths.push({...this.currentConnectionPair,tracePath:this.activeSubSolver.solvedTracePath,mspConnectionPairIds:[this.currentConnectionPair.mspPairId],pinIds:[this.currentConnectionPair.pins[0].pinId,this.currentConnectionPair.pins[1].pinId]}),this.activeSubSolver=null,this.currentConnectionPair=null),this.activeSubSolver?.failed&&(this.currentConnectionPair&&this.failedConnectionPairs.push({...this.currentConnectionPair,error:this.activeSubSolver.error||void 0}),this.activeSubSolver=null,this.currentConnectionPair=null),this.activeSubSolver){this.activeSubSolver.step();return}let e=this.queuedConnectionPairs.shift();if(!e){this.solved=!0;return}this.currentConnectionPair=e;let{pins:t}=e;this.activeSubSolver=new RQ({inputProblem:this.inputProblem,pins:t,chipMap:this.chipMap})}visualize(){if(this.activeSubSolver)return this.activeSubSolver.visualize();let e=cs(this.inputProblem,{chipAlpha:.1,connectionAlpha:.1});for(let{mspPairId:t,tracePath:i}of this.solvedTracePaths)e.lines.push({points:i,strokeColor:"green"});for(let t of this.failedConnectionPairs)e.lines.push({points:[{x:t.pins[0].x,y:t.pins[0].y},{x:t.pins[1].x,y:t.pins[1].y}],strokeColor:"red",strokeDash:"4 2"});return e}},SAt=({pts:n,segmentIndex:e,offset:t,JOG_SIZE:i,EPS:r=1e-6})=>{if(e!==0&&e!==n.length-2)return;let s=n[e],o=n[e+1],a=Math.abs(s.x-o.x)<r,c=Math.abs(s.y-o.y)<r;if(!a&&!c)return;let l=a?o.y>s.y?1:-1:o.x>s.x?1:-1;if(e===0)if(a){let u=s.y+l*i;n.splice(1,1,{x:s.x,y:u},{x:s.x+t,y:u},{x:o.x+t,y:o.y})}else{let u=s.x+l*i;n.splice(1,1,{x:u,y:s.y},{x:u,y:s.y+t},{x:o.x,y:o.y+t})}else if(a){let u=o.y-l*i;n.splice(e,1,{x:s.x+t,y:s.y},{x:o.x+t,y:u},{x:o.x,y:u})}else{let u=o.x-l*i;n.splice(e,1,{x:s.x,y:s.y+t},{x:u,y:o.y+t},{x:u,y:o.y})}},wAt=class extends Pr{constructor(e){super();f(this,"overlappingTraceSegments");f(this,"traceNetIslands");f(this,"SHIFT_DISTANCE",.1);f(this,"correctedTraceMap",{});this.overlappingTraceSegments=e.overlappingTraceSegments,this.traceNetIslands=e.traceNetIslands;for(let{connNetId:t,pathsWithOverlap:i}of this.overlappingTraceSegments)for(let{solvedTracePathIndex:r,traceSegmentIndex:s}of i){let o=this.traceNetIslands[t][r].mspPairId;this.correctedTraceMap[o]=this.traceNetIslands[t][r]}}_step(){let t=this.overlappingTraceSegments.map((s,o)=>{let a=Math.floor(o/2)+1;return(o%2===0?-a:a)*this.SHIFT_DISTANCE}),i=(s,o)=>Math.abs(s-o)<1e-6,r=(s,o)=>!!s&&!!o&&i(s.x,o.x)&&i(s.y,o.y);this.overlappingTraceSegments.forEach((s,o)=>{let a=t[o],c=new Map;for(let l of s.pathsWithOverlap)c.has(l.solvedTracePathIndex)||c.set(l.solvedTracePathIndex,new Set),c.get(l.solvedTracePathIndex).add(l.traceSegmentIndex);for(let[l,u]of c){let p=this.traceNetIslands[s.connNetId][l],d=this.correctedTraceMap[p.mspPairId]??p,_=d.tracePath.map(P=>({...P})),g=Array.from(u).sort((P,T)=>P-T),x=Array.from(u).sort((P,T)=>P-T).reverse(),v=this.SHIFT_DISTANCE;for(let P of x)if(!(P<0||P>=_.length-1))if(P===0||P===_.length-2)SAt({pts:_,segmentIndex:P,offset:a,JOG_SIZE:v,EPS:1e-6});else{let T=_[P],k=_[P+1],C=Math.abs(T.x-k.x)<1e-6,M=Math.abs(T.y-k.y)<1e-6;if(!C&&!M)continue;C?(T.x+=a,k.x+=a):(T.y+=a,k.y+=a)}let w=[];for(let P of _)(w.length===0||!r(w[w.length-1],P))&&w.push(P);this.correctedTraceMap[p.mspPairId]={...d,tracePath:w}}}),this.solved=!0}visualize(){let e={lines:[],points:[],rects:[],circles:[]};for(let t of this.overlappingTraceSegments)for(let{solvedTracePathIndex:i,traceSegmentIndex:r}of t.pathsWithOverlap){let s=this.traceNetIslands[t.connNetId][i],o=s.tracePath[r],a=s.tracePath[r+1];e.lines.push({points:[o,a],strokeColor:"red"})}for(let t of Object.values(this.correctedTraceMap))e.lines.push({points:t.tracePath,strokeColor:"blue",strokeDash:"4 2"});return e}},PAt=class extends Pr{constructor(e){super();f(this,"inputProblem");f(this,"inputTracePaths");f(this,"globalConnMap");f(this,"traceNetIslands",{});f(this,"correctedTraceMap",{});f(this,"cleanupPhase",null);this.inputProblem=e.inputProblem,this.inputTracePaths=e.inputTracePaths,this.globalConnMap=e.globalConnMap;for(let t of this.inputTracePaths){let{mspPairId:i}=t;this.correctedTraceMap[i]=t}this.traceNetIslands=this.computeTraceNetIslands()}getConstructorParams(){return{inputProblem:this.inputProblem,inputTracePaths:this.inputTracePaths,globalConnMap:this.globalConnMap}}computeTraceNetIslands(){let e={};for(let t of this.inputTracePaths){let i=this.correctedTraceMap[t.mspPairId]??t,r=i.globalConnNetId;e[r]||(e[r]=[]),e[r].push(i)}return e}findNextOverlapIssue(){let t=Object.keys(this.traceNetIslands);for(let i=0;i<t.length;i++)for(let r=i+1;r<t.length;r++){let s=t[i],o=t[r],a=this.traceNetIslands[s]||[],c=this.traceNetIslands[o]||[],l=[],u=[],p=new Set,d=new Set,_=(g,x,v,w)=>{let P=Math.min(g,x),T=Math.max(g,x),k=Math.min(v,w),C=Math.max(v,w);return Math.min(T,C)-Math.max(P,k)>.002};for(let g=0;g<a.length;g++){let v=a[g].tracePath;for(let w=0;w<v.length-1;w++){let P=v[w],T=v[w+1],k=Math.abs(P.x-T.x)<.002,C=Math.abs(P.y-T.y)<.002;if(!(!k&&!C))for(let M=0;M<c.length;M++){let E=c[M].tracePath;for(let A=0;A<E.length-1;A++){let R=E[A],B=E[A+1],j=Math.abs(R.x-B.x)<.002,U=Math.abs(R.y-B.y)<.002;if(!(!j&&!U)){if(k&&j){if(Math.abs(P.x-R.x)<.002&&_(P.y,T.y,R.y,B.y)){let V=`${g}:${w}`,H=`${M}:${A}`;p.has(V)||(l.push({solvedTracePathIndex:g,traceSegmentIndex:w}),p.add(V)),d.has(H)||(u.push({solvedTracePathIndex:M,traceSegmentIndex:A}),d.add(H))}}else if(C&&U&&Math.abs(P.y-R.y)<.002&&_(P.x,T.x,R.x,B.x)){let V=`${g}:${w}`,H=`${M}:${A}`;p.has(V)||(l.push({solvedTracePathIndex:g,traceSegmentIndex:w}),p.add(V)),d.has(H)||(u.push({solvedTracePathIndex:M,traceSegmentIndex:A}),d.add(H))}}}}}}if(l.length>0&&u.length>0)return{overlappingTraceSegments:[{connNetId:s,pathsWithOverlap:l},{connNetId:o,pathsWithOverlap:u}]}}return null}findNextDiagonalSegment(){for(let t in this.correctedTraceMap){let i=this.correctedTraceMap[t].tracePath;for(let r=0;r<i.length-1;r++){let s=i[r],o=i[r+1],a=Math.abs(s.y-o.y)<.002,c=Math.abs(s.x-o.x)<.002;if(!a&&!c)return{mspPairId:t,tracePath:i,i:r,p1:s,p2:o}}}return null}findAndFixNextDiagonalSegment(){let e=this.findNextDiagonalSegment();if(!e)return!1;let{mspPairId:t,tracePath:i,i:r,p1:s,p2:o}=e,a=.002,c=r>0?i[r-1]:null,l=r+2<i.length?i[r+2]:null,u=c?Math.abs(c.x-s.x)<a:!1,p=c?Math.abs(c.y-s.y)<a:!1,d=l?Math.abs(o.x-l.x)<a:!1,_=l?Math.abs(o.y-l.y)<a:!1,g={x:s.x,y:o.y},x={x:o.x,y:s.y},v=0;u&&v++,_&&v++;let w=0;p&&w++,d&&w++;let P=v<w?g:x;return i.splice(r+1,0,P),!0}_step(){if(this.activeSubSolver?.solved){for(let[i,r]of Object.entries(this.activeSubSolver.correctedTraceMap))this.correctedTraceMap[i]=r;this.activeSubSolver=null,this.traceNetIslands=this.computeTraceNetIslands()}if(this.activeSubSolver){this.activeSubSolver.step();return}let e=this.findNextOverlapIssue();if(e===null){if(this.cleanupPhase===null&&(this.cleanupPhase="diagonals"),this.cleanupPhase==="diagonals"){this.findAndFixNextDiagonalSegment()||(this.cleanupPhase="done",this.solved=!0);return}this.solved=!0;return}let{overlappingTraceSegments:t}=e;this.activeSubSolver=new wAt({overlappingTraceSegments:t,traceNetIslands:this.traceNetIslands})}visualize(){if(this.activeSubSolver)return this.activeSubSolver.visualize();let e=cs(this.inputProblem);e.circles=e.circles||[];for(let t of Object.values(this.correctedTraceMap))e.lines.push({points:t.tracePath,strokeColor:"purple"});if(this.cleanupPhase==="diagonals"){let t=this.findNextDiagonalSegment();t&&e.lines.push({points:[t.p1,t.p2],strokeColor:"red",strokeWidth:.05})}return e}},kAt=class{constructor(n){f(this,"chips");f(this,"spatialIndex");f(this,"spatialIndexIdToChip");this.chips=n.map(e=>({...e,bounds:xA(e),spatialIndexId:null})),this.spatialIndexIdToChip=new Map,this.spatialIndex=new x1(n.length);for(let e of this.chips)e.spatialIndexId=this.spatialIndex.add(e.bounds.minX,e.bounds.minY,e.bounds.maxX,e.bounds.maxY),this.spatialIndexIdToChip.set(e.spatialIndexId,e);this.spatialIndex.finish()}getChipsInBounds(n){return this.spatialIndex.search(n.minX,n.minY,n.maxX,n.maxY).map(t=>this.spatialIndexIdToChip.get(t))}doesOrthogonalLineIntersectChip(n,e={}){let t=e.excludeChipIds??[],[i,r]=n,{x:s,y:o}=i,{x:a,y:c}=r;return this.getChipsInBounds({minX:Math.min(s,a),minY:Math.min(o,c),maxX:Math.max(s,a),maxY:Math.max(o,c)}).filter(u=>!t.includes(u.chipId)).length>0}},TAt=.45,PQ=.2;function _A(n){let{orientation:e,netLabelWidth:t}=n,i=typeof t=="number"?t:TAt;return e==="y+"||e==="y-"?{width:PQ,height:i}:{width:i,height:PQ}}function yA(n,e,t,i){switch(e){case"x+":return{x:n.x+t/2,y:n.y};case"x-":return{x:n.x-t/2,y:n.y};case"y+":return{x:n.x,y:n.y+i/2};case"y-":return{x:n.x,y:n.y-i/2}}}function Td(n,e,t){return{minX:n.x-e/2,minY:n.y-t/2,maxX:n.x+e/2,maxY:n.y+t/2}}function OQ(n,e,t,i=1e-9){let r=Math.abs(n.x-e.x)<i,s=Math.abs(n.y-e.y)<i;if(!r&&!s)return!1;if(r){let o=n.x;if(o<t.minX-i||o>t.maxX+i)return!1;let a=Math.min(n.y,e.y),c=Math.max(n.y,e.y);return Math.min(c,t.maxY)-Math.max(a,t.minY)>i}else{let o=n.y;if(o<t.minY-i||o>t.maxY+i)return!1;let a=Math.min(n.x,e.x),c=Math.max(n.x,e.x);return Math.min(c,t.maxX)-Math.max(a,t.minX)>i}}function LQ(n,e,t,i){for(let[r,s]of Object.entries(e)){let o=s.tracePath;for(let a=0;a<o.length-1;a++)if(!(r===t&&a===i)&&OQ(o[a],o[a+1],n))return{hasIntersection:!0,mspPairId:r,segIndex:a}}return{hasIntersection:!1}}function kQ(n){let e=0,t=n.tracePath;for(let i=0;i<t.length-1;i++)e+=Math.abs(t[i+1].x-t[i].x)+Math.abs(t[i+1].y-t[i].y);return e}function FQ(n){let{inputProblem:e,inputTraceMap:t,globalConnNetId:i,fallbackTrace:r,mspConnectionPairIds:s}=n,o=Object.fromEntries(e.chips.map(d=>[d.chipId,d])),a=Object.values(t).filter(d=>d.globalConnNetId===i);if(s&&s.length>0){let d=new Set(s);a=a.filter(_=>_.mspConnectionPairIds.some(g=>d.has(g)))}let c=new Set;for(let d of a)c.add(d.pins[0].chipId),c.add(d.pins[1].chipId);let l=null,u=-1;for(let d of c){let g=o[d]?.pins?.length??0;g>u&&(u=g,l=d)}let p=l==null?[]:a.filter(d=>d.pins[0].chipId===l||d.pins[1].chipId===l);return p.length>0?p.reduce((d,_)=>kQ(d)>=kQ(_)?d:_):r}function MAt(n,e){return[{x:n.x,y:n.y},{x:(n.x+e.x)/2,y:(n.y+e.y)/2},{x:e.x,y:e.y}]}function EAt(n){let{inputProblem:e,inputTraceMap:t,chipObstacleSpatialIndex:i,overlappingSameNetTraceGroup:r,availableOrientations:s,netLabelWidth:o}=n,a=r.portOnlyPinId;if(!a)return{placement:null,testedCandidates:[],error:"No portOnlyPinId provided"};let c=null,l=null;for(let M of e.chips){let I=M.pins.find(E=>E.pinId===a);if(I){c={x:I.x,y:I.y},l=I._facingDirection||b1(I,M);break}}if(!c||!l)return{placement:null,testedCandidates:[],error:`Port-only pin not found: ${a}`};let u=s.length>0?s:["x+","x-","y+","y-"],p={x:c.x,y:c.y},d=M=>M==="x+"?{x:1,y:0}:M==="x-"?{x:-1,y:0}:M==="y+"?{x:0,y:1}:{x:0,y:-1},_=[];for(let M of u){let{width:I,height:E}=_A({orientation:M,netLabelWidth:o}),A=yA(p,M,I,E),R=d(M),B=.001,j={x:A.x+R.x*B,y:A.y+R.y*B},U=Td(j,I,E);if(i.getChipsInBounds(U).length>0){_.push({center:j,width:I,height:E,bounds:U,anchor:p,orientation:M,status:"chip-collision",hostSegIndex:-1});continue}if(LQ(U,t,"",-1).hasIntersection){_.push({center:j,width:I,height:E,bounds:U,anchor:p,orientation:M,status:"trace-collision",hostSegIndex:-1});continue}return _.push({center:j,width:I,height:E,bounds:U,anchor:p,orientation:M,status:"ok",hostSegIndex:-1}),{placement:{globalConnNetId:r.globalConnNetId,dcConnNetId:void 0,netId:r.netId,mspConnectionPairIds:[],pinIds:[a],orientation:M,anchorPoint:p,width:I,height:E,center:j},testedCandidates:_}}let g=l,{width:x,height:v}=_A({orientation:g,netLabelWidth:o}),w=yA(p,g,x,v),P=d(g),T=.001,k={x:w.x+P.x*T,y:w.y+P.y*T};return{placement:{globalConnNetId:r.globalConnNetId,dcConnNetId:void 0,netId:r.netId,mspConnectionPairIds:[],pinIds:[a],orientation:g,anchorPoint:p,width:x,height:v,center:k},testedCandidates:_}}function CAt(n){let e=cs(n.inputProblem),t=n.overlappingSameNetTraceGroup.globalConnNetId,i=FQ({inputProblem:n.inputProblem,inputTraceMap:n.inputTraceMap,globalConnNetId:t,fallbackTrace:n.overlappingSameNetTraceGroup.overlappingTraces}),r=Rs(t,.9),s=Rs(t,.5);for(let o of Object.values(n.inputTraceMap)){let a=i?o.mspPairId===i.mspPairId:!1;e.lines.push({points:o.tracePath})}for(let o of n.testedCandidates){let a=o.status==="ok"?"rgba(0, 180, 0, 0.25)":o.status==="chip-collision"?"rgba(220, 0, 0, 0.25)":o.status==="trace-collision"?"rgba(220, 140, 0, 0.25)":"rgba(120, 120, 120, 0.15)",c=o.status==="ok"?"green":o.status==="chip-collision"?"red":o.status==="trace-collision"?"orange":"gray";e.rects.push({center:{x:(o.bounds.minX+o.bounds.maxX)/2,y:(o.bounds.minY+o.bounds.maxY)/2},width:o.width,height:o.height,fill:a,strokeColor:c}),e.points.push({x:o.anchor.x,y:o.anchor.y,color:c})}if(n.netLabelPlacement){let o=n.netLabelPlacement;e.rects.push({center:o.center,width:o.width,height:o.height,fill:"rgba(0, 128, 255, 0.35)",strokeColor:"blue"}),e.points.push({x:o.anchorPoint.x,y:o.anchorPoint.y,color:"blue"})}return e}var TQ=class extends Pr{constructor(e){super();f(this,"inputProblem");f(this,"inputTraceMap");f(this,"overlappingSameNetTraceGroup");f(this,"availableOrientations");f(this,"chipObstacleSpatialIndex");f(this,"netLabelWidth");f(this,"netLabelPlacement",null);f(this,"testedCandidates",[]);this.inputProblem=e.inputProblem,this.inputTraceMap=e.inputTraceMap,this.overlappingSameNetTraceGroup=e.overlappingSameNetTraceGroup,this.availableOrientations=e.availableOrientations,this.netLabelWidth=e.netLabelWidth,this.chipObstacleSpatialIndex=e.inputProblem._chipObstacleSpatialIndex??new kAt(e.inputProblem.chips)}getConstructorParams(){return{inputProblem:this.inputProblem,inputTraceMap:this.inputTraceMap,overlappingSameNetTraceGroup:this.overlappingSameNetTraceGroup,availableOrientations:this.availableOrientations,netLabelWidth:this.netLabelWidth}}_step(){if(this.netLabelPlacement){this.solved=!0;return}if(this.overlappingSameNetTraceGroup.portOnlyPinId){let d=EAt({inputProblem:this.inputProblem,inputTraceMap:this.inputTraceMap,chipObstacleSpatialIndex:this.chipObstacleSpatialIndex,overlappingSameNetTraceGroup:this.overlappingSameNetTraceGroup,availableOrientations:this.availableOrientations,netLabelWidth:this.netLabelWidth});if(this.testedCandidates.push(...d.testedCandidates),d.placement){this.netLabelPlacement=d.placement,this.solved=!0;return}this.failed=!0,this.error=d.error??"Could not place net label at port without collisions";return}let e=this.overlappingSameNetTraceGroup.globalConnNetId,t=FQ({inputProblem:this.inputProblem,inputTraceMap:this.inputTraceMap,globalConnNetId:e,fallbackTrace:this.overlappingSameNetTraceGroup.overlappingTraces,mspConnectionPairIds:this.overlappingSameNetTraceGroup.mspConnectionPairIds});if(!t){this.failed=!0,this.error="No host trace found for net label placement";return}let i=new Set(this.overlappingSameNetTraceGroup.mspConnectionPairIds??[]),r=Object.values(this.inputTraceMap).filter(d=>d.globalConnNetId===e&&(i.size===0||d.mspConnectionPairIds.some(_=>i.has(_)))),s=this.availableOrientations.length===1?[t,...r.filter(d=>d.mspPairId!==t.mspPairId)]:[t],o=this.availableOrientations.length>0?this.availableOrientations:["x+","x-","y+","y-"],a=this.availableOrientations.length===1,c=(d,_)=>{switch(d){case"y+":return _.y;case"y-":return-_.y;case"x+":return _.x;case"x-":return-_.x}},l=null,u=-1/0,p=1e-6;for(let d of s){let _=d.tracePath.slice();for(let g=0;g<_.length-1;g++){let x=_[g],v=_[g+1],w=Math.abs(x.y-v.y)<p,P=Math.abs(x.x-v.x)<p;if(!w&&!P)continue;let T=w?["y+","y-"]:["x+","x-"],k=o.filter(M=>T.includes(M));if(k.length===0)continue;let C=MAt(x,v);for(let M of C)for(let I of k){let{width:E,height:A}=_A({orientation:I,netLabelWidth:this.netLabelWidth}),R=yA(M,I,E,A),B=I==="x+"?{x:1,y:0}:I==="x-"?{x:-1,y:0}:I==="y+"?{x:0,y:1}:{x:0,y:-1},j=1e-4,U={x:R.x+B.x*j,y:R.y+B.y*j},V=Td(U,E,A);if(this.chipObstacleSpatialIndex.getChipsInBounds(V).length>0){this.testedCandidates.push({center:U,width:E,height:A,bounds:V,anchor:M,orientation:I,status:"chip-collision",hostSegIndex:g});continue}if(LQ(V,this.inputTraceMap,d.mspPairId,g).hasIntersection){this.testedCandidates.push({center:U,width:E,height:A,bounds:V,anchor:M,orientation:I,status:"trace-collision",hostSegIndex:g});continue}if(this.testedCandidates.push({center:U,width:E,height:A,bounds:V,anchor:M,orientation:I,status:"ok",hostSegIndex:g}),a){let tt=c(I,M);tt>u+1e-9&&(u=tt,l={anchor:M,orientation:I,width:E,height:A,center:R,hostSegIndex:g,dcConnNetId:d.dcConnNetId,mspPairId:d.mspPairId,pinIds:[d.pins[0].pinId,d.pins[1].pinId]});continue}this.netLabelPlacement={globalConnNetId:this.overlappingSameNetTraceGroup.globalConnNetId,dcConnNetId:d.dcConnNetId,netId:this.overlappingSameNetTraceGroup.netId,mspConnectionPairIds:[d.mspPairId],pinIds:[d.pins[0].pinId,d.pins[1].pinId],orientation:I,anchorPoint:M,width:E,height:A,center:R},this.solved=!0;return}}}if(a&&l){this.netLabelPlacement={globalConnNetId:this.overlappingSameNetTraceGroup.globalConnNetId,dcConnNetId:l.dcConnNetId,netId:this.overlappingSameNetTraceGroup.netId,mspConnectionPairIds:[l.mspPairId],pinIds:l.pinIds,orientation:l.orientation,anchorPoint:l.anchor,width:l.width,height:l.height,center:l.center},this.solved=!0;return}this.failed=!0,this.error="Could not place net label without collisions"}visualize(){return CAt(this)}},MQ=class extends Pr{constructor(e){super();f(this,"inputProblem");f(this,"inputTraceMap");f(this,"overlappingSameNetTraceGroups");f(this,"queuedOverlappingSameNetTraceGroups");f(this,"netLabelPlacements",[]);f(this,"currentGroup",null);f(this,"triedAnyOrientationFallbackForCurrentGroup",!1);this.inputProblem=e.inputProblem,this.inputTraceMap=e.inputTraceMap,this.overlappingSameNetTraceGroups=this.computeOverlappingSameNetTraceGroups(),this.queuedOverlappingSameNetTraceGroups=[...this.overlappingSameNetTraceGroups]}computeOverlappingSameNetTraceGroups(){let e={};for(let c of Object.values(this.inputTraceMap)){let l=c.globalConnNetId;e[l]||(e[l]=[]),e[l].push(c)}let{netConnMap:t}=gA(this.inputProblem),i=new Map;for(let c of this.inputProblem.chips)for(let l of c.pins)i.set(l.pinId,l);let r={};for(let c of this.inputProblem.directConnections)if(c.netId){let[l,u]=c.pinIds;r[l]=c.netId,r[u]=c.netId}for(let c of this.inputProblem.netConnections)for(let l of c.pinIds)r[l]=c.netId;let s=[],o=this.inputProblem.chips.flatMap(c=>c.pins.map(l=>l.pinId)),a=new Set;for(let c of o){let l=t.getNetConnectedToId(c);l&&a.add(l)}for(let c of a){let u=t.getIdsConnectedToNet(c).filter(_=>i.has(_)),p={};for(let _ of u)p[_]=new Set;for(let _ of e[c]??[]){let g=_.pins[0].pinId,x=_.pins[1].pinId;p[g]&&p[x]&&(p[g].add(x),p[x].add(g))}let d=new Set;for(let _ of u){if(d.has(_))continue;let g=[_],x=new Set;for(d.add(_);g.length>0;){let w=g.pop();x.add(w);for(let P of p[w]??[])d.has(P)||(d.add(P),g.push(P))}let v=(e[c]??[]).filter(w=>x.has(w.pins[0].pinId)&&x.has(w.pins[1].pinId));if(v.length>0){let w=I=>{let E=0,A=I.tracePath;for(let R=0;R<A.length-1;R++)E+=Math.abs(A[R+1].x-A[R].x)+Math.abs(A[R+1].y-A[R].y);return E},P=v[0],T=w(P);for(let I=1;I<v.length;I++){let E=w(v[I]);E>T&&(P=v[I],T=E)}let k=v.find(I=>I.userNetId!=null)?.userNetId;if(!k){for(let I of x)if(r[I]){k=r[I];break}}let C=Array.from(new Set(v.flatMap(I=>I.mspConnectionPairIds??[I.mspPairId]))),M={globalConnNetId:c,netId:k,overlappingTraces:P,mspConnectionPairIds:C};s.push(M)}else for(let w of x){let P=r[w];P&&s.push({globalConnNetId:c,netId:P,portOnlyPinId:w})}}}return s}_step(){if(this.activeSubSolver?.solved){this.netLabelPlacements.push(this.activeSubSolver.netLabelPlacement),this.activeSubSolver=null,this.currentGroup=null,this.triedAnyOrientationFallbackForCurrentGroup=!1;return}if(this.activeSubSolver?.failed){let r=["x+","x-","y+","y-"],s=this.activeSubSolver.availableOrientations,o=s.length===4&&r.every(a=>s.includes(a));if(!this.triedAnyOrientationFallbackForCurrentGroup&&!o&&this.currentGroup){this.triedAnyOrientationFallbackForCurrentGroup=!0;let a=this.currentGroup.netId?this.inputProblem.netConnections.find(c=>c.netId===this.currentGroup.netId)?.netLabelWidth:void 0;this.activeSubSolver=new TQ({inputProblem:this.inputProblem,inputTraceMap:this.inputTraceMap,overlappingSameNetTraceGroup:this.currentGroup,availableOrientations:r,netLabelWidth:a});return}this.failed=!0,this.error=this.activeSubSolver.error;return}if(this.activeSubSolver){this.activeSubSolver.step();return}let e=this.queuedOverlappingSameNetTraceGroups.shift();if(!e){this.solved=!0;return}let t=e.netId??e.globalConnNetId;this.currentGroup=e,this.triedAnyOrientationFallbackForCurrentGroup=!1;let i=this.currentGroup.netId?this.inputProblem.netConnections.find(r=>r.netId===this.currentGroup.netId)?.netLabelWidth:void 0;this.activeSubSolver=new TQ({inputProblem:this.inputProblem,inputTraceMap:this.inputTraceMap,overlappingSameNetTraceGroup:e,availableOrientations:this.inputProblem.availableNetLabelOrientations[t]??["x+","x-","y+","y-"],netLabelWidth:i})}visualize(){if(this.activeSubSolver)return this.activeSubSolver.visualize();let e=cs(this.inputProblem);for(let t of Object.values(this.inputTraceMap))e.lines.push({points:t.tracePath,strokeColor:"purple"});for(let t of this.netLabelPlacements)e.rects.push({center:t.center,width:t.width,height:t.height,fill:Rs(t.globalConnNetId,.35),strokeColor:Rs(t.globalConnNetId,.9)}),e.points.push({x:t.anchorPoint.x,y:t.anchorPoint.y,color:Rs(t.globalConnNetId,.9)});return e}},IAt=class extends Pr{constructor(e){super();f(this,"input");f(this,"output");f(this,"inputProblem");f(this,"traces");this.input=e,this.inputProblem=e.inputProblem,this.traces=e.traces,this.output={netLabelPlacements:e.netLabelPlacements,mergedLabelNetIdMap:{}}}_step(){let e=this.input.netLabelPlacements,t={};if(!e||e.length===0){this.output={netLabelPlacements:[],mergedLabelNetIdMap:{}},this.solved=!0;return}let i={};for(let s of e){if(s.pinIds.length===0)continue;let o=s.pinIds[0].split(".")[0];if(!o)continue;let a=`${o}-${s.orientation}`;a in i||(i[a]=[]),i[a].push(s)}let r=[];for(let[s,o]of Object.entries(i)){if(o.length<=1){r.push(...o);continue}let a=1/0,c=1/0,l=-1/0,u=-1/0;for(let v of o){let w=Td(v.center,v.width,v.height);a=Math.min(a,w.minX),c=Math.min(c,w.minY),l=Math.max(l,w.maxX),u=Math.max(u,w.maxY)}let p=l-a,d=u-c,_=o[0],g=`merged-group-${s}`,x=new Set(o.map(v=>v.globalConnNetId));t[g]=x,r.push({..._,globalConnNetId:g,width:p,height:d,center:{x:a+p/2,y:c+d/2},pinIds:[...new Set(o.flatMap(v=>v.pinIds))],mspConnectionPairIds:[...new Set(o.flatMap(v=>v.mspConnectionPairIds))]})}this.output={netLabelPlacements:r,mergedLabelNetIdMap:t},this.solved=!0}getOutput(){return this.output}visualize(){let e=cs(this.inputProblem,{chipAlpha:.1,connectionAlpha:.1});e.rects||(e.rects=[]),e.lines||(e.lines=[]),e.points||(e.points=[]),e.texts||(e.texts=[]);let t=new Map;for(let i of this.input.netLabelPlacements)t.set(i.globalConnNetId,i);for(let i of this.traces){let r={points:i.tracePath.map(s=>({x:s.x,y:s.y})),strokeColor:"blue"};e.lines.push(r)}for(let i of this.output.netLabelPlacements){let r=i.globalConnNetId.startsWith("merged-group-"),s=Rs(i.globalConnNetId);if(r){e.rects.push({center:i.center,width:i.width,height:i.height,fill:s.replace(/, 1\)/,", 0.2)"),stroke:s,label:i.globalConnNetId});let o=this.output.mergedLabelNetIdMap[i.globalConnNetId];if(o)for(let a of o){let c=t.get(a);if(c){let l=Td(c.center,c.width,c.height),u={x:l.minX,y:l.minY},p={x:l.maxX,y:l.minY},d={x:l.maxX,y:l.maxY},_={x:l.minX,y:l.maxY};e.lines.push({points:[u,p,d,_,u],strokeColor:s,strokeDash:"4 4"}),e.lines.push({points:[c.center,i.center],strokeColor:s,strokeDash:"2 2"})}}}else e.rects.push({center:i.center,width:i.width,height:i.height,stroke:s,label:i.globalConnNetId})}return e}},NAt=(n,e)=>{let t=[];for(let i of n)for(let r of e){let s=Td(r.center,r.width,r.height);for(let o=0;o<i.tracePath.length-1;o++){let a=i.tracePath[o],c=i.tracePath[o+1];if(OQ(a,c,s)){if(i.globalConnNetId===r.globalConnNetId)break;t.push({trace:i,label:r});break}}}return t},AAt=(n,e)=>{let t=s=>s.x>e.minX&&s.x<e.maxX&&s.y>e.minY&&s.y<e.maxY,i=-1,r=-1;for(let s=0;s<n.length;s++)t(n[s])&&(i===-1&&(i=s),r=s);return{firstInsideIndex:i,lastInsideIndex:r}},RAt=({initialTrace:n,firstInsideIndex:e,lastInsideIndex:t,labelBounds:i,paddingBuffer:r,detourCount:s})=>{if(e<=0||t>=n.tracePath.length-1)return[];let o=n.tracePath[e-1],a=n.tracePath[t+1],c=n.tracePath.slice(0,e),l=n.tracePath.slice(t+1),u=[];o.x!==a.x&&o.y!==a.y?(u.push([{x:a.x,y:o.y}]),u.push([{x:o.x,y:a.y}])):(o.x===a.x||o.y===a.y)&&u.push([]);let p=r+s*r,d=i.minX-p,_=i.maxX+p,g=i.maxY+p,x=i.minY-p;return(o.x<=i.minX||a.x<=i.minX)&&o.x<i.maxX&&a.x<i.maxX&&u.push([{x:d,y:o.y},{x:d,y:a.y}]),(o.x>=i.maxX||a.x>=i.maxX)&&o.x>i.minX&&a.x>i.minX&&u.push([{x:_,y:o.y},{x:_,y:a.y}]),(o.y>=i.maxY||a.y>=i.maxY)&&o.y>i.minY&&a.y>i.minY&&u.push([{x:o.x,y:g},{x:a.x,y:g}]),(o.y<=i.minY||a.y<=i.minY)&&o.y<i.maxY&&a.y<i.maxY&&u.push([{x:o.x,y:x},{x:a.x,y:x}]),u.map(v=>[...c,...v,...l])},OAt=({initialTrace:n,label:e,labelBounds:t,paddingBuffer:i,detourCount:r})=>{let s=-1;for(let p=0;p<n.tracePath.length-1;p++)if(S1(n.tracePath[p],n.tracePath[p+1],t)){s=p;break}if(s===-1)return[];let o=n.tracePath[s],a=n.tracePath[s+1];if(!o||!a)return[];let c=[],l=Td(e.center,e.width,e.height),u=i+r*i;if(za(o,a)){let p=[l.maxX+u,l.minX-u];for(let d of p)c.push(a.y>o.y?[{x:o.x,y:l.minY-u},{x:d,y:l.minY-u},{x:d,y:l.maxY+u},{x:a.x,y:l.maxY+u}]:[{x:o.x,y:l.maxY+u},{x:d,y:l.maxY+u},{x:d,y:l.minY-u},{x:a.x,y:l.minY-u}])}else{let p=[l.maxY+u,l.minY-u];for(let d of p)c.push(a.x>o.x?[{x:l.minX-u,y:o.y},{x:l.minX-u,y:d},{x:l.maxX+u,y:d},{x:l.maxX+u,y:a.y}]:[{x:l.maxX+u,y:o.y},{x:l.maxX+u,y:d},{x:l.minX-u,y:d},{x:l.minX-u,y:a.y}])}return c.map(p=>[...n.tracePath.slice(0,s+1),...p,...n.tracePath.slice(s+1)])},v1=n=>{if(n.length<3)return n;let e=[n[0]];for(let i=1;i<n.length-1;i++){let r=e[e.length-1],s=n[i],o=n[i+1];za(r,s)&&za(s,o)||ll(r,s)&&ll(s,o)||e.push(s)}if(e.push(n[n.length-1]),e.length<3)return e;let t=[e[0]];for(let i=1;i<e.length-1;i++){let r=t[t.length-1],s=e[i],o=e[i+1];za(r,s)&&za(s,o)||ll(r,s)&&ll(s,o)||t.push(s)}return t.push(e[e.length-1]),t},LAt=({trace:n,label:e,paddingBuffer:t,detourCount:i})=>{let r={...n,tracePath:v1(n.tracePath)};if(n.globalConnNetId===e.globalConnNetId)return[r.tracePath];let s=t,o=Td(e.center,e.width,e.height),a={minX:o.minX-s,minY:o.minY-s,maxX:o.maxX+s,maxY:o.maxY+s,chipId:`netlabel-${e.netId}`},c=OAt({initialTrace:r,label:e,labelBounds:a,paddingBuffer:t,detourCount:i}),{firstInsideIndex:l,lastInsideIndex:u}=AAt(r.tracePath,a),p=RAt({initialTrace:r,firstInsideIndex:l,lastInsideIndex:u,labelBounds:a,paddingBuffer:t,detourCount:i});return[...c,...p]},FAt=class extends Pr{constructor(e){super();f(this,"queuedCandidatePaths");f(this,"solvedTracePath",null);f(this,"initialTrace");f(this,"problem");f(this,"obstacles");f(this,"label");this.initialTrace=e.trace,this.problem=e.problem,this.label=e.label;let t=LAt({...e}),i=r=>{let s=0;for(let o=0;o<r.length-1;o++){let a=r[o+1].x-r[o].x,c=r[o+1].y-r[o].y;s+=Math.sqrt(a*a+c*c)}return s};this.queuedCandidatePaths=t.sort((r,s)=>i(r)-i(s)),this.obstacles=Ow(this.problem)}_step(){if(this.queuedCandidatePaths.length===0){this.failed=!0;return}let e=this.queuedCandidatePaths.shift(),t=v1(e);_At(t,this.obstacles)||(this.solvedTracePath=t,this.solved=!0)}visualize(){let e=cs(this.problem,{chipAlpha:.1,connectionAlpha:.1});return e.lines||(e.lines=[]),e.rects||(e.rects=[]),e.lines.push({points:this.initialTrace.tracePath,strokeColor:"red",strokeDash:"4 4"}),e.rects.push({center:this.label.center,width:this.label.width,height:this.label.height,fill:"rgba(255, 0, 0, 0.2)"}),this.queuedCandidatePaths.length>0&&e.lines.push({points:this.queuedCandidatePaths[0],strokeColor:"orange"}),this.solvedTracePath&&e.lines.push({points:this.solvedTracePath,strokeColor:"green"}),e}},zAt=class extends Pr{constructor(e){super();f(this,"inputProblem");f(this,"netLabelPlacements");f(this,"mergedLabelNetIdMap");f(this,"allTraces");f(this,"modifiedTraces",[]);f(this,"detourCountByLabel",{});f(this,"PADDING_BUFFER",.1);f(this,"activeSubSolver",null);f(this,"overlapQueue",[]);f(this,"recentlyFailed",new Set);this.inputProblem=e.inputProblem,this.netLabelPlacements=e.netLabelPlacements,this.mergedLabelNetIdMap=e.mergedLabelNetIdMap,this.allTraces=[...e.traces]}_step(){if(this.activeSubSolver){if(this.activeSubSolver.step(),this.activeSubSolver.solved){let r=this.activeSubSolver.solvedTracePath;if(r){let s=this.allTraces.findIndex(o=>o.mspPairId===this.activeSubSolver.initialTrace.mspPairId);s!==-1&&(this.allTraces[s].tracePath=r,this.modifiedTraces.push(this.allTraces[s]))}this.activeSubSolver=null,this.recentlyFailed.clear()}else if(this.activeSubSolver.failed){let r=`${this.activeSubSolver.initialTrace.mspPairId}-${this.activeSubSolver.label.globalConnNetId}`;this.recentlyFailed.add(r),this.activeSubSolver=null}return}let e=NAt(this.allTraces,this.netLabelPlacements).filter(r=>{let s=this.mergedLabelNetIdMap[r.label.globalConnNetId];return s?!s.has(r.trace.globalConnNetId):r.trace.globalConnNetId!==r.label.globalConnNetId});if(e.length===0){this.solved=!0;return}let t=e.filter(r=>{let s=`${r.trace.mspPairId}-${r.label.globalConnNetId}`;return!this.recentlyFailed.has(s)});if(t.length===0){this.solved=!0;return}this.overlapQueue=t;let i=this.overlapQueue.shift();if(i){let r=this.allTraces.find(s=>s.mspPairId===i.trace.mspPairId);if(r){let s=i.label.globalConnNetId,o=this.detourCountByLabel[s]||0;this.detourCountByLabel[s]=o+1,this.activeSubSolver=new FAt({trace:r,label:i.label,problem:this.inputProblem,paddingBuffer:this.PADDING_BUFFER,detourCount:o})}}}getOutput(){return{allTraces:this.allTraces,modifiedTraces:this.modifiedTraces}}visualize(){if(this.activeSubSolver)return this.activeSubSolver.visualize();let e=cs(this.inputProblem);e.lines||(e.lines=[]);for(let t of this.allTraces)e.lines.push({points:t.tracePath,strokeColor:"purple"});return e}},$At=class extends Pr{constructor(e){super();f(this,"inputProblem");f(this,"traces");f(this,"netLabelPlacements");f(this,"labelMergingSolver");f(this,"overlapAvoidanceSolver");f(this,"pipelineStepIndex",0);this.inputProblem=e.inputProblem,this.traces=e.traces,this.netLabelPlacements=e.netLabelPlacements}_step(){if(this.activeSubSolver){this.activeSubSolver.step(),this.activeSubSolver.solved?(this.activeSubSolver=null,this.pipelineStepIndex++):this.activeSubSolver.failed&&(this.failed=!0,this.activeSubSolver=null);return}switch(this.pipelineStepIndex){case 0:this.labelMergingSolver=new IAt({netLabelPlacements:this.netLabelPlacements,inputProblem:this.inputProblem,traces:this.traces}),this.activeSubSolver=this.labelMergingSolver;break;case 1:this.overlapAvoidanceSolver=new zAt({inputProblem:this.inputProblem,traces:this.traces,netLabelPlacements:this.labelMergingSolver.getOutput().netLabelPlacements,mergedLabelNetIdMap:this.labelMergingSolver.getOutput().mergedLabelNetIdMap}),this.activeSubSolver=this.overlapAvoidanceSolver;break;default:this.solved=!0;break}}getOutput(){return{traces:this.overlapAvoidanceSolver?.getOutput().allTraces??this.traces,netLabelPlacements:this.labelMergingSolver?.getOutput().netLabelPlacements??this.netLabelPlacements}}visualize(){if(this.activeSubSolver)return this.activeSubSolver.visualize();let e=cs(this.inputProblem);e.lines||(e.lines=[]),e.rects||(e.rects=[]);let t=this.getOutput();for(let i of t.traces)e.lines.push({points:i.tracePath,strokeColor:"purple"});for(let i of t.netLabelPlacements){let r=Rs(i.globalConnNetId,.3);e.rects.push({center:i.center,width:i.width,height:i.height,fill:r,stroke:r.replace("0.3","1"),label:i.globalConnNetId})}return e}},DAt=n=>{for(let e of n.chips){let t=xA(e);for(let i of e.pins){if(!(i.x>t.minX&&i.x<t.maxX&&i.y>t.minY&&i.y<t.maxY))continue;let s=i.x-t.minX,o=t.maxX-i.x,a=i.y-t.minY,c=t.maxY-i.y,l=Math.min(s,o,a,c);l===s?i.x=t.minX:l===o?i.x=t.maxX:l===a?i.y=t.minY:i.y=t.maxY,i._facingDirection=void 0}}},jAt=n=>{for(let e of n.chips){let t=e.width/2,i=e.height/2,r=0,s=0;for(let c of e.pins){let l=Math.abs(c.x-e.center.x),u=Math.abs(c.y-e.center.y);l>r&&(r=l),u>s&&(s=u)}let o=Math.max(t,r),a=Math.max(i,s);if(o>t||a>i){e.width=o*2,e.height=a*2;for(let c of e.pins)c._facingDirection=void 0}}};function BAt(n,e){for(let t=0;t<n.length-1;t++){let i=n[t],r=n[t+1];for(let s of e)for(let o=0;o<s.tracePath.length-1;o++){let a=s.tracePath[o],c=s.tracePath[o+1];if(ki(i,r,a,c))return!0}}return!1}var YAt=3,XAt=(n,e)=>Math.sqrt(Math.pow(n.x-e.x,2)+Math.pow(n.y-e.y,2)),UAt=class extends Pr{constructor(e){super();f(this,"solvedLongDistanceTraces",[]);f(this,"queuedCandidatePairs",[]);f(this,"currentCandidatePair",null);f(this,"subSolver",null);f(this,"chipMap",{});f(this,"inputProblem");f(this,"netConnMap");f(this,"newlyConnectedPinIds",new Set);f(this,"allSolvedTraces",[]);this.params=e;let{inputProblem:t,primaryMspConnectionPairs:i,alreadySolvedTraces:r}=this.params;this.inputProblem=t,this.allSolvedTraces=[...r];let s=new Set;for(let u of i)s.add(u.pins[0].pinId),s.add(u.pins[1].pinId);let{netConnMap:o}=gA(t);this.netConnMap=o;let a=new Map;for(let u of t.chips){this.chipMap[u.chipId]=u;for(let p of u.pins)a.set(p.pinId,{...p,chipId:u.chipId})}let c=[],l=new Set;for(let u of Object.keys(o.netMap)){let p=o.getIdsConnectedToNet(u);if(p.length<2)continue;let d=p.filter(_=>!s.has(_));for(let _ of d){let g=a.get(_);if(!g)continue;let x=p.filter(v=>v!==_).flatMap(v=>{let w=a.get(v);return w?[{pin:w,distance:XAt(g,w)}]:[]}).sort((v,w)=>v.distance-w.distance).slice(0,YAt);for(let v of x){let w=[g,v.pin],P=w.map(T=>T.pinId).sort().join("--");l.has(P)||(c.push(w),l.add(P))}}}this.queuedCandidatePairs=c}getConstructorParams(){return this.params}_step(){if(this.subSolver?.solved){let e=this.subSolver.solvedTracePath;if(e&&this.currentCandidatePair&&!BAt(e,this.allSolvedTraces)){let[i,r]=this.currentCandidatePair,s=this.netConnMap.getNetConnectedToId(i.pinId),o=`${i.pinId}-${r.pinId}`,a={mspPairId:o,dcConnNetId:s,globalConnNetId:s,pins:[i,r],tracePath:e,mspConnectionPairIds:[o],pinIds:[i.pinId,r.pinId]};this.solvedLongDistanceTraces.push(a),this.allSolvedTraces.push(a),this.newlyConnectedPinIds.add(i.pinId),this.newlyConnectedPinIds.add(r.pinId)}this.subSolver=null,this.currentCandidatePair=null}else this.subSolver?.failed&&(this.subSolver=null,this.currentCandidatePair=null);if(this.subSolver){this.subSolver.step();return}for(;this.queuedCandidatePairs.length>0;){let e=this.queuedCandidatePairs.shift(),[t,i]=e;if(!(this.newlyConnectedPinIds.has(t.pinId)||this.newlyConnectedPinIds.has(i.pinId))){this.currentCandidatePair=e,this.subSolver=new RQ({inputProblem:this.params.inputProblem,pins:this.currentCandidatePair,chipMap:this.chipMap});return}}this.solved=!0}visualize(){if(this.subSolver)return this.subSolver.visualize();let e=cs(this.inputProblem);for(let t of this.solvedLongDistanceTraces)e.lines.push({points:t.tracePath,strokeColor:"purple"});for(let[t,i]of this.queuedCandidatePairs)e.lines.push({points:[t,i],strokeColor:"gray",strokeDash:"4 4"});return e}getOutput(){return this.solved?{newTraces:this.solvedLongDistanceTraces,allTracesMerged:[...this.params.alreadySolvedTraces,...this.solvedLongDistanceTraces]}:{newTraces:[],allTracesMerged:this.params.alreadySolvedTraces}}},hA=(n,e)=>{for(let t=0;t<n.length-1;t++){let i=n[t],r=n[t+1];for(let s of e){let o={center:{x:s.minX+(s.maxX-s.minX)/2,y:s.minY+(s.maxY-s.minY)/2},width:s.maxX-s.minX,height:s.maxY-s.minY};if(bS(i,r,o)<=0)return!0}}return!1},dA=n=>{let e=0;for(let t=1;t<n.length-1;t++){let i=n[t-1],r=n[t],s=n[t+1],o=i.x===r.x,a=r.x===s.x;o!==a&&e++}return e},EQ=(n,e)=>{let t=[];return n.x===e.x||n.y===e.y?t.push([n,e]):(t.push([n,{x:e.x,y:n.y},e]),t.push([n,{x:n.x,y:e.y},e])),t},fA=(n,e)=>{for(let t=0;t<n.length-1;t++){let i=n[t],r=n[t+1];for(let s of e)if(S1(i,r,s))return!0}return!1},VAt=(n,e)=>{if(e>=n.length-3)return-1;let t=e,i=!0;for(let r=e;r<n.length-2&&r<e+10&&!(r+2>=n.length);r++){let s=n[r],o=n[r+1],a=n[r+2],c=s.x===o.x,l=o.x===a.x;if(c===l)break;let u=Math.sign(c?o.y-s.y:o.x-s.x);if(r>e){let p=n[r-1],d=p.x===s.x,_=Math.sign(d?s.y-p.y:s.x-p.x);if(c&&d&&u!==_||!c&&!d&&u!==_){i=!1;break}}t=r+2}return i&&t-e>=3?t:-1},N_=(n,e,t)=>{if(t.length<2)return!1;let i=t[0],r=t[t.length-1];return n.x===i.x&&n.y===i.y&&e.x===t[1].x&&e.y===t[1].y||n.x===t[t.length-2].x&&n.y===t[t.length-2].y&&e.x===r.x&&e.y===r.y},GAt=({path:n,obstacles:e,labelBounds:t,originalPath:i})=>{if(n.length<=2)return n;let r=[...n],s=dA(r),o=!0;for(;o;){o=!1;for(let c=0;c<r.length-3;c++){let l=VAt(r,c);if(l>0){if(N_(r[c],r[c+1],i)||N_(r[l-1],r[l],i))continue;let u=r[c],p=r[l],d=EQ(u,p);for(let _ of d){let g=[...r.slice(0,c+1),..._.slice(1,-1),...r.slice(l)],x=hA(_,e),v=fA(_,t);if(!x&&!v){let w=dA(g);r=g,s=w,o=!0;break}}if(o)break}}if(!o)for(let c=0;c<r.length-2;c++){let l=Math.min(r.length-c-2,r.length-2);for(let u=1;u<=l;u++){let p=c+u+1;if(p>=r.length||N_(r[c],r[c+1],i)||N_(r[p-1],r[p],i))continue;let d=r[c],_=r[p],g=EQ(d,_);for(let x of g){let v=[...r.slice(0,c+1),...x.slice(1,-1),...r.slice(p)],w=x,P=hA(w,e),T=fA(w,t);if(!P&&!T){let k=dA(v);if(k<s||k===s&&v.length<r.length){r=v,s=k,o=!0;break}}}if(o)break}if(o)break}if(!o)for(let c=0;c<r.length-2;c++){let l=r[c],u=r[c+1],p=r[c+2];if(N_(l,u,i)||N_(u,p,i))continue;let d=l.x===u.x&&u.x===p.x,_=l.y===u.y&&u.y===p.y;if(d||_){let g=[...r.slice(0,c+1),...r.slice(c+2)],x=hA([l,p],e),v=fA([l,p],t);if(!x&&!v){r=g,o=!0;break}}}}return v1(r)},HAt=({targetMspConnectionPairId:n,traces:e,inputProblem:t,allLabelPlacements:i,mergedLabelNetIdMap:r,paddingBuffer:s})=>{let o=e.find(P=>P.mspPairId===n);if(!o)throw new Error(`Target trace ${n} not found`);let a=e.filter(P=>P.mspPairId!==n),c=.01,l=a.flatMap((P,T)=>P.tracePath.slice(0,-1).map((k,C)=>{let M=P.tracePath[C+1];return{chipId:`trace-obstacle-${T}-${C}`,minX:Math.min(k.x,M.x)-c/2,minY:Math.min(k.y,M.y)-c/2,maxX:Math.max(k.x,M.x)+c/2,maxY:Math.max(k.y,M.y)+c/2}})),u=Ow(t),p=.01,_=[...u.map(P=>({...P,minX:P.minX-p,minY:P.minY-p,maxX:P.maxX+p,maxY:P.maxY+p})),...l],g=o.tracePath,v=i.filter(P=>{let T=r[P.globalConnNetId];return T?!T.has(o.globalConnNetId):P.globalConnNetId!==o.globalConnNetId}).map(P=>({minX:P.center.x-P.width/2-s,maxX:P.center.x+P.width/2+s,minY:P.center.y-P.height/2-s,maxY:P.center.y+P.height/2+s})),w=GAt({path:g,obstacles:_,labelBounds:v,originalPath:g});return{...o,tracePath:w}},WAt=({targetMspConnectionPairId:n,traces:e,inputProblem:t,allLabelPlacements:i,mergedLabelNetIdMap:r,paddingBuffer:s})=>{let o=e.find(P=>P.mspPairId===n);if(!o)throw new Error(`Target trace ${n} not found`);let a=1e-5,c=e.filter(P=>P.mspPairId!==n),l=.01,u=c.flatMap((P,T)=>P.tracePath.slice(0,-1).map((k,C)=>{let M=P.tracePath[C+1];return{chipId:`trace-obstacle-${T}-${C}`,minX:Math.min(k.x,M.x)-l/2,minY:Math.min(k.y,M.y)-l/2,maxX:Math.max(k.x,M.x)+l/2,maxY:Math.max(k.y,M.y)+l/2}})),d=[...Ow(t).map(P=>({...P,minX:P.minX+a,maxX:P.maxX-a,minY:P.minY+a,maxY:P.maxY-a})),...u],_=(P,T,k)=>{for(let C of k)if(S1(P,T,C))return!0;return!1},x=i.filter(P=>{let T=r[P.globalConnNetId];return T?!T.has(o.globalConnNetId):P.globalConnNetId!==o.globalConnNetId}).map(P=>({minX:P.center.x-P.width/2+a,maxX:P.center.x+P.width/2-a,minY:P.center.y-P.height/2+a,maxY:P.center.y+P.height/2-a})),v=[...o.tracePath];if(v.length<4)return{...o};if(v.length===4){let[P,T,k,C]=v,M,I;if(P.y===T.y&&T.x===k.x&&k.y===C.y){let R=(P.x+C.x)/2;M={x:R,y:T.y},I={x:R,y:k.y}}else{let R=(P.y+C.y)/2;M={x:T.x,y:R},I={x:k.x,y:R}}return _(P,M,d)||_(M,I,d)||_(I,C,d)||_(P,M,x)||_(M,I,x)||_(I,C,x)||(v[1]=M,v[2]=I),{...o,tracePath:v1(v)}}for(let P=1;P<v.length-4;P++){let T=v[P],k=v[P+1],C=v[P+2],M=v[P+3],I=T.y===k.y&&k.x===C.x&&C.y===M.y,E=T.x===k.x&&k.y===C.y&&C.x===M.x,A=T.y===k.y&&k.y===C.y&&C.y===M.y,R=T.x===k.x&&k.x===C.x&&C.x===M.x,B=A||R,j=!1;if(I?j=Math.sign(k.x-T.x)===Math.sign(M.x-C.x):E&&(j=Math.sign(k.y-T.y)===Math.sign(M.y-C.y)),!((I||E)&&!B&&j))continue;let V,H,et=Math.abs(I?T.x-k.x:T.y-k.y),tt=Math.abs(I?C.x-M.x:C.y-M.y);if(Math.abs(et-tt)<.001)continue;if(I){let G=(T.x+M.x)/2;V={x:G,y:k.y},H={x:G,y:C.y}}else{let G=(T.y+M.y)/2;V={x:k.x,y:G},H={x:C.x,y:G}}_(T,V,d)||_(V,H,d)||_(H,M,d)||_(T,V,x)||_(V,H,x)||_(H,M,x)||(v[P+1]=V,v[P+2]=H,P=0)}let w=v1(v);return{...o,tracePath:w}},qAt=n=>{let e=[];if(n.length<3)return e;for(let t=0;t<n.length-2;t++){let i=n[t],r=n[t+1],s=n[t+2],o=r.x-i.x,a=r.y-i.y,c=s.x-r.x,l=s.y-r.y;(o===0&&l===0&&a!==0&&c!==0||a===0&&c===0&&o!==0&&l!==0)&&o*o+a*a>=.25&&c*c+l*l>=.25&&e.push({p1:i,p2:r,p3:s})}return e},ZAt=(n,e)=>{let t=[];for(let i of n)i.mspPairId!==e&&t.push({points:i.tracePath});return t},CQ=(n,e,t)=>{let i=[];for(let r of t){let s=r.points;for(let o=0;o<s.length-1;o++){let a=s[o],c=s[o+1];if(!a||!c)continue;let l=od(n,e,a,c);l&&i.push(l)}}return i},Fa=1e-6,al=(n,e,t=Fa)=>Math.abs(n.x-e.x)<t,KAt=({lShape:n,rectangle:e,padding:t=.5,interactionPoint1:i,interactionPoint2:r})=>{let{p1:s,p2:o,p3:a}=n,{x:c,y:l,width:u,height:p}=e,d,_=i,g=r;if(Math.abs(o.x-c)<Fa&&Math.abs(o.y-(l+p))<Fa)d={x:c+u+t,y:l-t},al(s,o)?_={x:i.x,y:i.y-t}:_={x:i.x+t,y:i.y},al(o,a)?g={x:r.x,y:r.y-t}:g={x:r.x+t,y:r.y};else if(Math.abs(o.x-(c+u))<Fa&&Math.abs(o.y-(l+p))<Fa)d={x:c-t,y:l-t},al(s,o)?_={x:i.x,y:i.y-t}:_={x:i.x-t,y:i.y},al(o,a)?g={x:r.x,y:r.y-t}:g={x:r.x-t,y:r.y};else if(Math.abs(o.x-c)<Fa&&Math.abs(o.y-l)<Fa)d={x:c+u+t,y:l+p+t},al(s,o)?_={x:i.x,y:i.y+t}:_={x:i.x+t,y:i.y},al(o,a)?g={x:r.x,y:r.y+t}:g={x:r.x+t,y:r.y};else if(Math.abs(o.x-(c+u))<Fa&&Math.abs(o.y-l)<Fa)d={x:c-t,y:l+p+t},al(s,o)?_={x:i.x,y:i.y+t}:_={x:i.x-t,y:i.y},al(o,a)?g={x:r.x,y:r.y+t}:g={x:r.x-t,y:r.y};else return[];return[[_,d,g]]},JAt=(n,e,t)=>{if(n.length<2)return{isColliding:!1};for(let i=0;i<n.length-1;i++){let r=n[i],s=n[i+1];for(let o of e)if(o.mspPairId!==t)for(let a=0;a<o.tracePath.length-1;a++){let c=o.tracePath[a],l=o.tracePath[a+1],u=od(r,s,c,l);if(u)return{isColliding:!0,collidingTraceId:o.mspPairId,collisionPoint:u}}}return{isColliding:!1}},QAt=(n,e)=>{let t=[];for(let i of n)for(let r of e){let s=Math.min(i.x,r.x),o=Math.min(i.y,r.y),a=Math.max(i.x,r.x),c=Math.max(i.y,r.y),l=a-s,u=c-o;l>1e-6&&u>1e-6&&t.push({rect:{x:s,y:o,width:l,height:u},i1:i,i2:r})}return t},Rw=n=>{let e={circles:[],lines:[]},t=Array.isArray(n)?n:[n];for(let i of t)e.circles.push({center:{x:i.p2.x,y:i.p2.y},radius:.01,fill:"blue"}),e.lines.push({points:[i.p1,i.p2,i.p3],strokeColor:"lightblue"});return e},IQ=(n,e="red")=>{let t={circles:[]};for(let i of n)t.circles.push({center:{x:i.x,y:i.y},radius:.01,fill:e});return t},NQ=n=>{let e={rects:[]};return e.rects.push({center:{x:n.x+n.width/2,y:n.y+n.height/2},width:n.width,height:n.height,stroke:"green"}),e},t9t=(n,e="gray",t=[])=>{let i={lines:[],circles:[]};for(let r of n)i.lines.push({points:r,strokeColor:e});for(let r of t)i.circles.push({center:r,radius:.01,fill:"green"});return i},mA=n=>{let e={lines:[],points:[],rects:[],circles:[],texts:[]};for(let t of n)t&&(t.lines&&e.lines.push(...t.lines),t.points&&e.points.push(...t.points),t.rects&&e.rects.push(...t.rects),t.circles&&e.circles.push(...t.circles),t.texts&&e.texts.push(...t.texts));return e},e9t=n=>{let e={circles:[]};return n?.isColliding&&n.collisionPoint&&e.circles.push({center:n.collisionPoint,radius:.01,fill:"red"}),e},n9t=class extends Pr{constructor(e){super();f(this,"input");f(this,"lShapesToProcess",[]);f(this,"visualizationMode","l_shapes");f(this,"currentLShape",null);f(this,"intersectionPoints",[]);f(this,"tightRectangle",null);f(this,"candidates",[]);f(this,"bestRoute",null);f(this,"lastCollision",null);f(this,"collidingCandidate",null);f(this,"rectangleCandidates",[]);f(this,"currentRectangleIndex",0);f(this,"isInitialStep",!0);f(this,"currentCandidateIndex",0);f(this,"lShapeProcessingStep","idle");f(this,"lShapeJustProcessed",!1);f(this,"bestRouteFound",null);this.input=e,this.visualizationMode="l_shapes";for(let t of this.input.allTraces){let i=qAt(t.tracePath);this.lShapesToProcess.push(...i.map(r=>({...r,traceId:t.mspPairId})))}}_step(){if(this.isInitialStep){this.isInitialStep=!1;return}if(this.lShapeJustProcessed){this._resetAfterLShapProcessing();return}if(this.lShapesToProcess.length===0&&this.currentLShape===null){this.solved=!0;return}switch(this.lShapeProcessingStep){case"idle":this._handleIdleStep();break;case"intersections":this._handleIntersectionsStep();break;case"rectangle_selection":this._handleRectangleSelectionStep();break;case"candidate_evaluation":this._handleCandidateEvaluationStep();break}}_resetAfterLShapProcessing(){this.lShapeProcessingStep="idle",this.currentLShape=null,this.currentCandidateIndex=0,this.lShapeJustProcessed=!1,this.visualizationMode="l_shapes",this.intersectionPoints=[],this.tightRectangle=null,this.candidates=[],this.bestRoute=null,this.lastCollision=null,this.collidingCandidate=null}_handleIdleStep(){if(this.currentLShape=this.lShapesToProcess.shift(),!this.currentLShape){this.solved=!0;return}this.lShapeProcessingStep="intersections",this.visualizationMode="l_shapes"}_handleIntersectionsStep(){if(!this.currentLShape.traceId){this.lShapeProcessingStep="idle";return}let e=ZAt(this.input.allTraces,this.currentLShape.traceId),t=CQ(this.currentLShape.p1,this.currentLShape.p2,e),i=CQ(this.currentLShape.p2,this.currentLShape.p3,e);if(this.intersectionPoints=[...t,...i],t.length===0||i.length===0){this.lShapeProcessingStep="idle";return}this.rectangleCandidates=QAt(t,i),this.currentRectangleIndex=0,this.lShapeProcessingStep="rectangle_selection"}_handleRectangleSelectionStep(){if(this.currentRectangleIndex>=this.rectangleCandidates.length){this.lShapeProcessingStep="idle";return}let{rect:e,i1:t,i2:i}=this.rectangleCandidates[this.currentRectangleIndex];this.tightRectangle=e,this.candidates=KAt({lShape:this.currentLShape,rectangle:this.tightRectangle,padding:2*this.input.paddingBuffer,interactionPoint1:t,interactionPoint2:i}),this.currentCandidateIndex=0,this.lastCollision=null,this.collidingCandidate=null,this.visualizationMode="candidates",this.lShapeProcessingStep="candidate_evaluation"}_handleCandidateEvaluationStep(){if(this.visualizationMode="candidates",this.bestRouteFound){this._applyBestRoute(this.bestRouteFound),this.bestRouteFound=null;return}if(this.currentCandidateIndex>=this.candidates.length){this.currentRectangleIndex++,this.lShapeProcessingStep="rectangle_selection";return}let e=this.candidates[this.currentCandidateIndex],t=JAt(e,this.input.allTraces,this.currentLShape.traceId);t?.isColliding?(this.lastCollision=t,this.collidingCandidate=e,this.currentCandidateIndex++):(this.bestRouteFound=e,this.lastCollision=null,this.collidingCandidate=null)}_applyBestRoute(e){this.bestRoute=e,this.collidingCandidate=null,this.lastCollision=null;let t=this.input.allTraces.findIndex(i=>i.mspPairId===this.currentLShape.traceId);if(t!==-1){let i=this.input.allTraces[t],r=i.tracePath.findIndex(s=>s.x===this.currentLShape.p2.x&&s.y===this.currentLShape.p2.y);if(r!==-1){let s=[...i.tracePath.slice(0,r),...e,...i.tracePath.slice(r+1)];this.input.allTraces[t]={...i,tracePath:s},this.lShapesToProcess=this.lShapesToProcess.filter(o=>o.traceId!==this.currentLShape.traceId)}}this.lShapeJustProcessed=!0}getOutput(){return{traces:this.input.allTraces}}visualize(){switch(this.visualizationMode){case"l_shapes":return Rw(this.lShapesToProcess);case"intersection_points":return mA([this.currentLShape?Rw(this.currentLShape):void 0,IQ(this.intersectionPoints)]);case"tight_rectangle":return mA([this.currentLShape?Rw(this.currentLShape):void 0,IQ(this.intersectionPoints),this.tightRectangle?NQ(this.tightRectangle):void 0]);case"candidates":{if(this.lShapeJustProcessed){let i={lines:[]};for(let r of this.input.allTraces){let s=r.mspPairId===this.currentLShape?.traceId;for(let o=0;o<r.tracePath.length-1;o++)i.lines.push({points:[r.tracePath[o],r.tracePath[o+1]],strokeColor:s?"green":"#ccc"})}return i}let e={lines:[]};for(let i of this.input.allTraces)for(let r=0;r<i.tracePath.length-1;r++)e.lines.push({points:[i.tracePath[r],i.tracePath[r+1]],strokeColor:"#ccc"});let t;return this.bestRouteFound?t=this.bestRouteFound:this.lastCollision?.isColliding?t=this.collidingCandidate??void 0:this.currentCandidateIndex<this.candidates.length&&(t=this.candidates[this.currentCandidateIndex]),mA([e,this.currentLShape?Rw(this.currentLShape):void 0,this.tightRectangle?NQ(this.tightRectangle):void 0,t?t9t([t],this.bestRouteFound?"green":"blue",this.intersectionPoints):void 0,this.lastCollision?e9t(this.lastCollision):void 0])}default:return{}}}},i9t=n=>{if(n.length!==4)return!1;let[e,t,i,r]=n,s=e.y===t.y&&t.x===i.x&&i.y===r.y&&e.x===r.x,o=e.x===t.x&&t.y===i.y&&i.x===r.x&&e.y===r.y;return s||o},r9t=class extends Pr{constructor(e){super();f(this,"input");f(this,"outputTraces");f(this,"traceIdQueue");f(this,"tracesMap");f(this,"pipelineStep","untangling_traces");f(this,"activeTraceId",null);f(this,"activeSubSolver",null);this.input=e,this.outputTraces=[...e.allTraces],this.tracesMap=new Map(this.outputTraces.map(t=>[t.mspPairId,t])),this.traceIdQueue=Array.from(e.allTraces.map(t=>t.mspPairId))}_step(){if(this.activeSubSolver){if(this.activeSubSolver.step(),this.activeSubSolver.solved){let e=this.activeSubSolver.getOutput();this.outputTraces=e.traces,this.tracesMap=new Map(this.outputTraces.map(t=>[t.mspPairId,t])),this.activeSubSolver=null,this.pipelineStep="minimizing_turns"}else this.activeSubSolver.failed&&(this.activeSubSolver=null,this.pipelineStep="minimizing_turns");return}switch(this.pipelineStep){case"untangling_traces":this._runUntangleTracesStep();break;case"minimizing_turns":this._runMinimizeTurnsStep();break;case"balancing_l_shapes":this._runBalanceLShapesStep();break}}_runUntangleTracesStep(){this.activeSubSolver=new n9t({...this.input,allTraces:Array.from(this.tracesMap.values())})}_runMinimizeTurnsStep(){if(this.traceIdQueue.length===0){this.pipelineStep="balancing_l_shapes",this.traceIdQueue=Array.from(this.input.allTraces.map(e=>e.mspPairId));return}this._processTrace("minimizing_turns")}_runBalanceLShapesStep(){if(this.traceIdQueue.length===0){this.solved=!0;return}this._processTrace("balancing_l_shapes")}_processTrace(e){let t=this.traceIdQueue.shift();this.activeTraceId=t;let i=this.tracesMap.get(t);if(i9t(i.tracePath))return;let r=Array.from(this.tracesMap.values()),s;e==="minimizing_turns"?s=HAt({...this.input,targetMspConnectionPairId:t,traces:r}):s=WAt({...this.input,targetMspConnectionPairId:t,traces:r}),this.tracesMap.set(t,s),this.outputTraces=Array.from(this.tracesMap.values())}getOutput(){return{traces:this.outputTraces}}visualize(){if(this.activeSubSolver)return this.activeSubSolver.visualize();let e=cs(this.input.inputProblem,{chipAlpha:.1,connectionAlpha:.1});e.lines||(e.lines=[]),e.points||(e.points=[]),e.rects||(e.rects=[]),e.circles||(e.circles=[]),e.texts||(e.texts=[]);for(let t of this.outputTraces){let i={points:t.tracePath.map(r=>({x:r.x,y:r.y})),strokeColor:t.mspPairId===this.activeTraceId?"red":"blue"};e.lines.push(i)}return e}};function cl(n,e,t,i={}){return{solverName:n,solverClass:e,getConstructorParams:t,onSolved:i.onSolved,shouldSkip:i.shouldSkip}}var zQ=class extends Pr{constructor(e){super();f(this,"mspConnectionPairSolver");f(this,"schematicTraceLinesSolver");f(this,"longDistancePairSolver");f(this,"traceOverlapShiftSolver");f(this,"netLabelPlacementSolver");f(this,"labelMergingSolver");f(this,"traceLabelOverlapAvoidanceSolver");f(this,"traceCleanupSolver");f(this,"startTimeOfPhase");f(this,"endTimeOfPhase");f(this,"timeSpentOnPhase");f(this,"firstIterationOfPhase");f(this,"inputProblem");f(this,"pipelineDef",[cl("mspConnectionPairSolver",dAt,()=>[{inputProblem:this.inputProblem}],{onSolved:e=>{}}),cl("schematicTraceLinesSolver",vAt,()=>[{mspConnectionPairs:this.mspConnectionPairSolver.mspConnectionPairs,dcConnMap:this.mspConnectionPairSolver.dcConnMap,globalConnMap:this.mspConnectionPairSolver.globalConnMap,inputProblem:this.inputProblem,chipMap:this.mspConnectionPairSolver.chipMap}]),cl("longDistancePairSolver",UAt,e=>[{inputProblem:e.inputProblem,primaryMspConnectionPairs:e.mspConnectionPairSolver.mspConnectionPairs,alreadySolvedTraces:e.schematicTraceLinesSolver.solvedTracePaths}],{onSolved:e=>{}}),cl("traceOverlapShiftSolver",PAt,()=>[{inputProblem:this.inputProblem,inputTracePaths:this.longDistancePairSolver?.getOutput().allTracesMerged,globalConnMap:this.mspConnectionPairSolver.globalConnMap}],{onSolved:e=>{}}),cl("netLabelPlacementSolver",MQ,()=>[{inputProblem:this.inputProblem,inputTraceMap:this.traceOverlapShiftSolver?.correctedTraceMap??Object.fromEntries(this.longDistancePairSolver.getOutput().allTracesMerged.map(e=>[e.mspPairId,e]))}],{onSolved:e=>{}}),cl("traceLabelOverlapAvoidanceSolver",$At,e=>{let t=e.traceOverlapShiftSolver?.correctedTraceMap??Object.fromEntries(e.longDistancePairSolver.getOutput().allTracesMerged.map(s=>[s.mspPairId,s])),i=Object.values(t),r=e.netLabelPlacementSolver.netLabelPlacements;return[{inputProblem:e.inputProblem,traces:i,netLabelPlacements:r}]}),cl("traceCleanupSolver",r9t,e=>{let i=e.traceLabelOverlapAvoidanceSolver.getOutput().traces,r=e.traceLabelOverlapAvoidanceSolver.labelMergingSolver.getOutput();return[{inputProblem:e.inputProblem,allTraces:i,allLabelPlacements:r.netLabelPlacements,mergedLabelNetIdMap:r.mergedLabelNetIdMap,paddingBuffer:.1}]}),cl("netLabelPlacementSolver",MQ,e=>{let t=e.traceCleanupSolver?.getOutput().traces??e.traceLabelOverlapAvoidanceSolver.getOutput().traces;return[{inputProblem:e.inputProblem,inputTraceMap:Object.fromEntries(t.map(i=>[i.mspPairId,i]))}]})]);f(this,"currentPipelineStepIndex",0);this.inputProblem=this.cloneAndCorrectInputProblem(e),this.MAX_ITERATIONS=1e6,this.startTimeOfPhase={},this.endTimeOfPhase={},this.timeSpentOnPhase={},this.firstIterationOfPhase={}}getConstructorParams(){return this.inputProblem}cloneAndCorrectInputProblem(e){let t=structuredClone({...e,_chipObstacleSpatialIndex:void 0});return jAt(t),DAt(t),t}_step(){let e=this.pipelineDef[this.currentPipelineStepIndex];if(!e){this.solved=!0;return}if(this.activeSubSolver){this.activeSubSolver.step(),this.activeSubSolver.solved?(this.endTimeOfPhase[e.solverName]=performance.now(),this.timeSpentOnPhase[e.solverName]=this.endTimeOfPhase[e.solverName]-this.startTimeOfPhase[e.solverName],e.onSolved?.(this),this.activeSubSolver=null,this.currentPipelineStepIndex++):this.activeSubSolver.failed&&(this.error=this.activeSubSolver?.error,this.failed=!0,this.activeSubSolver=null);return}let t=e.getConstructorParams(this);this.activeSubSolver=new e.solverClass(...t),this[e.solverName]=this.activeSubSolver,this.timeSpentOnPhase[e.solverName]=0,this.startTimeOfPhase[e.solverName]=performance.now(),this.firstIterationOfPhase[e.solverName]=this.iterations}solveUntilPhase(e){for(;this.getCurrentPhase().toLowerCase()!==e.toLowerCase();)this.step()}getCurrentPhase(){return this.pipelineDef[this.currentPipelineStepIndex]?.solverName??"none"}visualize(){if(!this.solved&&this.activeSubSolver)return this.activeSubSolver.visualize();let e=[cs(this.inputProblem),...this.pipelineDef.map(i=>this[i.solverName]?.visualize()).filter(Boolean).map((i,r)=>{for(let s of i.rects??[])s.step=r;for(let s of i.points??[])s.step=r;for(let s of i.circles??[])s.step=r;for(let s of i.texts??[])s.step=r;for(let s of i.lines??[])s.step=r;return i})];return e.length===1?e[0]:{points:e.flatMap(i=>i.points||[]),rects:e.flatMap(i=>i.rects||[]),lines:e.flatMap(i=>i.lines||[]),circles:e.flatMap(i=>i.circles||[]),texts:e.flatMap(i=>i.texts||[])}}preview(){return this.activeSubSolver?this.activeSubSolver.preview():super.preview()}};var Snt=Vt(En(),1);var wnt=Vt(En(),1);var Pnt=Vt(En(),1);er();Ae();var s9t=n=>{let e=[];e.push(n.title),n.models.size>0&&e.push(...Array.from(n.models.values()));for(let t of n.components)e.push(t.toSpiceString());for(let t of n.subcircuits)e.push(t.toSpiceString());return n.printStatements.length>0&&e.push(...n.printStatements),n.controls.length>0&&(e.push(".control"),e.push(...n.controls),e.push(".endc")),n.tranCommand&&!e.some(t=>t.trim().toLowerCase().startsWith(".tran"))&&e.push(n.tranCommand),e.push(".END"),e.join(`
247
- `)},o9t=class{constructor(n="Circuit Netlist"){f(this,"title");f(this,"components");f(this,"nodes");f(this,"controls");f(this,"subcircuits");f(this,"models");f(this,"tranCommand");f(this,"printStatements");this.title=n,this.components=[],this.nodes=new Set,this.controls=[],this.subcircuits=[],this.models=new Map,this.tranCommand=null,this.printStatements=[]}addComponent(n){this.components.push(n);for(let e of n.nodes)this.nodes.add(e)}addSubcircuit(n){this.subcircuits.find(e=>e.name===n.name)||this.subcircuits.push(n)}toSpiceString(){return s9t(this)}},$a=class{constructor(n,e,t){f(this,"name");f(this,"command");f(this,"nodes");this.name=n,this.command=e,this.nodes=t}toSpiceString(){return this.command.toSpiceString()}},a9t=class{constructor(n){f(this,"commandName","resistor");f(this,"props");this.props=n}toSpiceString(){let{name:n,positiveNode:e,negativeNode:t,model:i,value:r}=this.props,s=`R${n} ${e} ${t}`;return i&&(s+=` ${i}`),s+=` ${r}`,s}},c9t=class{constructor(n){f(this,"commandName","capacitor");f(this,"props");this.props=n}toSpiceString(){let{name:n,positiveNode:e,negativeNode:t,modelName:i,value:r,initialCondition:s}=this.props,o=`C${n} ${e} ${t}`;return i&&(o+=` ${i}`),o+=` ${r}`,s&&(o+=` IC=${s}`),o}},vA=class{constructor(n){f(this,"commandName","voltage_source");f(this,"props");this.props=n}toSpiceString(){let{name:n,positiveNode:e,negativeNode:t,value:i,acMagnitude:r,acPhase:s}=this.props,o=`V${n} ${e} ${t}`;return i&&(o+=` ${i}`),r&&(o+=` AC ${r}`,s&&(o+=` ${s}`)),o}},l9t=class{constructor(n){f(this,"commandName","diode");f(this,"props");this.props=n}toSpiceString(){let{name:n,positiveNode:e,negativeNode:t,model:i,area:r}=this.props,s=`D${n} ${e} ${t} ${i}`;return r&&(s+=` ${r}`),s}},u9t=class{constructor(n){f(this,"commandName","inductor");f(this,"props");this.props=n}toSpiceString(){let{name:n,positiveNode:e,negativeNode:t,model:i,value:r,initialCondition:s}=this.props,o=`L${n} ${e} ${t}`;return i&&(o+=` ${i}`),o+=` ${r}`,s&&(o+=` IC=${s}`),o}},$Q=class{constructor(n){f(this,"commandName","voltage_controlled_switch");f(this,"props");this.props=n}toSpiceString(){let{name:n,positiveNode:e,negativeNode:t,positiveControl:i,negativeControl:r,model:s}=this.props;return`S${n} ${e} ${t} ${i} ${r} ${s}`}};function DQ(n){let e=new o9t("* Circuit JSON to SPICE Netlist"),t=Ee(n).source_component.list(),i=Ee(n).source_port.list(),r=Ee(n).source_trace.list(),s=n.filter(T=>T.type==="simulation_voltage_probe"),o=n.filter(T=>T.type==="simulation_switch").map(T=>T),a=new Map;for(let T of o)T.source_component_id&&a.set(T.source_component_id,T);let c=JG(n),l=new Map,u=new Map,p=1,d=new Set;if(s.length>0)for(let T of s)T.name&&d.add(T.name);let _=[...d].map(T=>/^N(\d+)$/i.exec(T)).filter(T=>T!==null).map(T=>parseInt(T[1],10));_.length>0&&(p=Math.max(..._)+1);let g=new Set,x=new Set(Ee(n).source_net.list().filter(T=>T.name?.toLowerCase().includes("gnd")).map(T=>T.source_net_id));if(x.size>0){for(let T of Ee(n).source_trace.list())if(T.connected_source_port_ids.length>0&&T.connected_source_net_ids.some(C=>x.has(C))){let C=T.connected_source_port_ids[0],M=c.getNetConnectedToId(C);M&&g.add(M)}}let v=i.filter(T=>T.name?.toLowerCase()==="gnd");for(let T of v){let k=c.getNetConnectedToId(T.source_port_id);k&&g.add(k)}for(let T of Ee(n).simulation_voltage_source.list()){let k=T.negative_source_port_id??T.terminal2_source_port_id;if(k){let C=c.getNetConnectedToId(k);C&&g.add(C)}}for(let T of g)u.set(T,"0");if(s.length>0)for(let T of s){if(!T.name)continue;let k;if(T.source_port_id)k=c.getNetConnectedToId(T.source_port_id);else if(T.source_net_id){let C=r.find(M=>M.connected_source_net_ids.includes(T.source_net_id));if(C&&C.connected_source_port_ids.length>0){let M=C.connected_source_port_ids[0];k=c.getNetConnectedToId(M)}}k?u.has(k)||u.set(k,T.name):T.source_port_id&&T.name&&l.set(T.source_port_id,T.name)}for(let T of i){let k=T.source_port_id,C=c.getNetConnectedToId(k);C&&(u.has(C)||u.set(C,`N${p++}`),l.set(k,u.get(C)))}for(let T of i){let k=T.source_port_id;l.has(k)||l.set(k,`N${p++}`)}for(let T of t){if(T.type!=="source_component")continue;let k=Ee(n).source_port.list({source_component_id:T.source_component_id}).sort((M,I)=>(M.pin_number??0)-(I.pin_number??0)),C=k.map(M=>l.get(M.source_port_id)||"0");if("ftype"in T){let M=null;switch(T.ftype){case"simple_resistor":{if("resistance"in T&&"name"in T){let I=new a9t({name:T.name,positiveNode:C[0]||"0",negativeNode:C[1]||"0",value:p9t(T.resistance)});M=new $a(T.name,I,C)}break}case"simple_switch":{let I=f9t(T.name??T.source_component_id,"SW"),E=C[0]||"0",A=C[1]||"0",R=`NCTRL_${I}`,B=`SW_${I}`,j=a.get(T.source_component_id),U=m9t(j),V=new $Q({name:I,positiveNode:E,negativeNode:A,positiveControl:R,negativeControl:"0",model:B});M=new $a(I,V,[E,A,R,"0"]),e.models.has(B)||e.models.set(B,`.MODEL ${B} SW(Ron=0.1 Roff=1e9 Vt=2.5 Vh=0.1)`);let H=`CTRL_${I}`,et=new vA({name:H,positiveNode:R,negativeNode:"0",value:U}),tt=new $a(H,et,[R,"0"]);e.addComponent(tt);break}case"simple_capacitor":{if("capacitance"in T&&"name"in T){let I=new c9t({name:T.name,positiveNode:C[0]||"0",negativeNode:C[1]||"0",value:h9t(T.capacitance)});M=new $a(T.name,I,C)}break}case"simple_diode":{if("name"in T){let I=k.find(U=>U.name?.toLowerCase()==="anode"||U.port_hints?.includes("anode")),E=k.find(U=>U.name?.toLowerCase()==="cathode"||U.port_hints?.includes("cathode")),A=l.get(I?.source_port_id??"")||"0",R=l.get(E?.source_port_id??"")||"0",B="D",j=new l9t({name:T.name,positiveNode:A,negativeNode:R,model:B});e.models.set(B,`.MODEL ${B} D`),M=new $a(T.name,j,[A,R])}break}case"simple_inductor":{if("inductance"in T&&"name"in T){let I=new u9t({name:T.name,positiveNode:C[0]||"0",negativeNode:C[1]||"0",value:d9t(T.inductance)});M=new $a(T.name,I,C)}break}case"simple_mosfet":{if("name"in T){let I=k.find(H=>H.name?.toLowerCase()==="drain"||H.port_hints?.includes("drain")),E=k.find(H=>H.name?.toLowerCase()==="gate"||H.port_hints?.includes("gate")),A=k.find(H=>H.name?.toLowerCase()==="source"||H.port_hints?.includes("source")),R=l.get(I?.source_port_id??"")||"0",B=l.get(E?.source_port_id??"")||"0",j=l.get(A?.source_port_id??"")||"0",U="SWMOD",V=new $Q({name:T.name,positiveNode:R,negativeNode:j,positiveControl:B,negativeControl:j,model:U});e.models.set(U,`.MODEL ${U} SW`),M=new $a(T.name,V,[R,B,j])}break}}M&&e.addComponent(M)}}let w=Ee(n).simulation_voltage_source.list();for(let T of w)if(T.type==="simulation_voltage_source")if(T.is_dc_source===!1){if("terminal1_source_port_id"in T&&"terminal2_source_port_id"in T&&T.terminal1_source_port_id&&T.terminal2_source_port_id){let k=l.get(T.terminal1_source_port_id)||"0",C=l.get(T.terminal2_source_port_id)||"0",M="",I=T.wave_shape;if(I==="sinewave"){let A=T.voltage??0,R=T.frequency??0,B=0,j=0,U=T.phase??0;R>0?M=`SIN(0 ${A} ${R} ${B} ${j} ${U})`:M=`DC ${T.voltage??0}`}else if(I==="square"){let A=T.voltage??0,R=T.frequency??0,B=R===0?1/0:1/R,j=T.period??B,U=T.duty_cycle??.5,V=j*U;M=`PULSE(0 ${A} 0 1n 1n ${V} ${j})`}else T.voltage!==void 0&&(M=`DC ${T.voltage}`);if(M){let E=new vA({name:T.simulation_voltage_source_id,positiveNode:k,negativeNode:C,value:M}),A=new $a(T.simulation_voltage_source_id,E,[k,C]);e.addComponent(A)}}}else{let k=T.positive_source_port_id??T.terminal1_source_port_id,C=T.negative_source_port_id??T.terminal2_source_port_id;if(k&&C&&"voltage"in T&&T.voltage!==void 0){let M=l.get(k)||"0",I=l.get(C)||"0",E=new vA({name:T.simulation_voltage_source_id,positiveNode:M,negativeNode:I,value:`DC ${T.voltage}`}),A=new $a(T.simulation_voltage_source_id,E,[M,I]);e.addComponent(A)}}let P=n.find(T=>T.type==="simulation_experiment");if(P){if(s.length>0){let M=new Set;for(let I of s){let E;if(I.source_port_id)E=l.get(I.source_port_id);else if(I.source_net_id){let A=r.find(R=>R.connected_source_net_ids.includes(I.source_net_id));if(A&&A.connected_source_port_ids.length>0){let R=A.connected_source_port_ids[0];E=l.get(R)}}E&&E!=="0"&&M.add(`V(${E})`)}M.size>0&&P.experiment_type?.includes("transient")&&e.printStatements.push(`.PRINT TRAN ${[...M].join(" ")}`)}let T=P.time_per_step,k=P.end_time_ms,C=P.start_time_ms;if(T&&k){let M=(C??0)/1e3,I=`.tran ${Xi(T/1e3)} ${Xi(k/1e3)}`;M>0&&(I+=` ${Xi(M)}`),I+=" UIC",e.tranCommand=I}}return e}function p9t(n){return n>=1e6?`${n/1e6}MEG`:n>=1e3?`${n/1e3}K`:n.toString()}function h9t(n){return n>=.001?`${n*1e3}M`:n>=1e-6?`${n*1e6}U`:n>=1e-9?`${n*1e9}N`:n>=1e-12?`${n*1e12}P`:n.toString()}function d9t(n){return n>=1?n.toString():n>=.001?`${n*1e3}m`:n>=1e-6?`${n*1e6}u`:n>=1e-9?`${n*1e9}n`:n>=1e-12?`${n*1e12}p`:n.toString()}function f9t(n,e){if(!n)return e;let t=n.replace(/[^A-Za-z0-9_]/g,"_");return t?/^[0-9]/.test(t)?`${e}_${t}`:t:e}function m9t(n){if(!n)return"DC 0";let s=n.starts_closed??!1,o=n.closes_at??0,a=n.opens_at,c=n.switching_frequency,[l,u]=s?[5,0]:[0,5];if(c&&c>0){let p=1/c,d=a&&a>o?Math.min(a-o,p):0,_=d>0?d:Math.max(p/2,1e-9);return`PULSE(${Xi(l)} ${Xi(u)} ${Xi(o)} 1n 1n ${Xi(_)} ${Xi(p)})`}if(a!==void 0&&a>o){let p=Math.max(a-o,1e-9),d=o+p*2;return`PULSE(${Xi(l)} ${Xi(u)} ${Xi(o)} 1n 1n ${Xi(p)} ${Xi(d)})`}if(o>0){let p=o*2,d=Math.max(p/2,1e-9);return`PULSE(${Xi(l)} ${Xi(u)} ${Xi(o)} 1n 1n ${Xi(d)} ${Xi(p)})`}return`DC ${s?5:0}`}function Xi(n){if(!Number.isFinite(n))return`${n}`;if(n===0)return"0";let e=Math.abs(n);return e>=1e3||e<=.001?Number(n.toExponential(6)).toString():Number(n.toPrecision(6)).toString()}var knt=Vt(En(),1);var oi=1e-15,_9t=class{constructor(){f(this,"map");f(this,"rev");this.map=new Map([["0",0]]),this.rev=["0"]}getOrCreate(n){let e=String(n),t=e.toUpperCase();if(this.map.has(t))return this.map.get(t);let i=this.rev.length;return this.map.set(t,i),this.rev.push(e),i}get(n){return this.map.get(String(n).toUpperCase())}count(){return this.rev.length}matrixIndexOfNode(n){return n===0?-1:n-1}};function mr(n){if(n==null)return NaN;let e=String(n).trim();if(e==="")return NaN;if(/^[+-]?\d*\.?\d+(?:[eE][+-]?\d+)?$/.test(e))return parseFloat(e);let t={t:1e12,g:1e9,meg:1e6,k:1e3,m:.001,u:1e-6,n:1e-9,p:1e-12,f:1e-15},i=e.match(/^([+-]?\d*\.?\d+(?:[eE][+-]?\d+)?)([a-zA-Z]+)$/);if(!i)return parseFloat(e);let[,r,s]=i;if(r==null)return parseFloat(e);let o=parseFloat(r),a=(s??"").toLowerCase();return a=a.replace(/(ohm|v|a|s|h|f)$/g,""),a==="meg"?o*t.meg:a.length===1&&a in t?o*t[a]:o}function y9t(n){let i=n.trim().replace(/^pulse\s*\(/i,"(").replace(/^\(/,"").replace(/\)$/,"").trim().split(/[\s,]+/).filter(s=>s.length);if(i.length<7)throw new Error("PULSE(...) requires 7 or 8 args");let r=i.map(s=>mr(s));if(r.some(s=>Number.isNaN(s)))throw new Error("Invalid PULSE() numeric value");return{v1:r[0],v2:r[1],td:r[2],tr:r[3],tf:r[4],ton:r[5],period:r[6],ncycles:i[7]!=null?r[7]:1/0}}function g9t(n){let i=n.trim().replace(/^pwl\s*\(/i,"(").replace(/^\(/,"").replace(/\)$/,"").trim().split(/[\s,]+/).filter(s=>s.length);if(i.length===0||i.length%2!==0)throw new Error("PWL(...) requires an even number of time/value pairs");let r=[];for(let s=0;s<i.length;s+=2){let o=mr(i[s]),a=mr(i[s+1]);if(Number.isNaN(o)||Number.isNaN(a))throw new Error("Invalid PWL() numeric value");r.push({t:o,v:a})}return r}function x9t(n,e){if(e<n.td)return n.v1;let t=e-n.td,i=Math.floor(t/n.period);if(i>=n.ncycles)return n.v1;let r=t-i*n.period;if(r<n.tr){let s=r/Math.max(n.tr,oi);return n.v1+(n.v2-n.v1)*s}if(r<n.tr+n.ton)return n.v2;if(r<n.tr+n.ton+n.tf){let s=(r-(n.tr+n.ton))/Math.max(n.tf,oi);return n.v2+(n.v1-n.v2)*s}return n.v1}function b9t(n,e){if(n.length===0)return 0;if(e<=n[0].t)return n[0].v;for(let t=1;t<n.length;t++){let i=n[t-1],r=n[t];if(e<=r.t){let s=Math.max(r.t-i.t,oi),o=(e-i.t)/s;return i.v+(r.v-i.v)*o}}return n[n.length-1].v}function v9t(n){let e=/"[^"]*"|\w+\s*\([^)]*\)|\([^()]*\)|\S+/g,t=[],i;for(;(i=e.exec(n))!==null;)t.push(i[0]);return t}function un(n,e,t){let i=n[e];if(i==null)throw new Error(t);return i}function S9t(n){let e=new Map,t=new Map,i={nodes:new _9t,R:[],C:[],L:[],V:[],S:[],D:[],analyses:{ac:null,tran:null},probes:{tran:[]},skipped:[],models:{vswitch:e,diode:t}},r=n.split(/\r?\n/),s=!1;for(let a of r){let c=a.trim();if(!c||/^\*/.test(c))continue;if(/^\s*\.end\b/i.test(c))break;c=c.replace(/\/\/.*$/,""),c=c.replace(/;.*$/,"");let l=v9t(c);if(l.length===0)continue;let u=l[0];if(u.length===0)continue;if(!s&&!/^[rclvgsmiqd]\w*$/i.test(u)&&!/^\./.test(u)){s=!0;continue}if(/^\./.test(u)){let _=u.toLowerCase();if(_===".ac"){let g=un(l,1,".ac missing mode").toLowerCase();if(g!=="dec"&&g!=="lin")throw new Error(".ac supports 'dec' or 'lin'");let x=parseInt(un(l,2,".ac missing point count"),10),v=mr(un(l,3,".ac missing start frequency")),w=mr(un(l,4,".ac missing stop frequency"));i.analyses.ac={mode:g,N:x,f1:v,f2:w}}else if(_===".tran"){let g=mr(un(l,1,".tran missing timestep")),x=mr(un(l,2,".tran missing stop time"));i.analyses.tran={dt:g,tstop:x}}else if(_===".print")if(un(l,1,".print missing analysis type").toLowerCase()==="tran"){let x=l.slice(2);for(let v of x){let w=v.match(/^v\(([^)]+)\)$/i);if(w&&w[1]){let P=w[1];i.probes.tran.some(T=>T.toUpperCase()===P.toUpperCase())||i.probes.tran.push(P)}}}else i.skipped.push(c);else if(_===".model"){let g=un(l,1,".model missing name"),v=un(l,2,".model missing type"),w="";if(v.includes("(")){let T=v.indexOf("(");w=v.slice(T+1),v=v.slice(0,T)}if(!w)w=l.slice(3).join(" ").replace(/^\(/,"").replace(/\)$/,"");else{let T=l.slice(3).join(" ").replace(/\)$/,"");w=`${w} ${T}`.trim()}w=w.replace(/^\(/,"").replace(/\)$/,"").trim();let P=v.toLowerCase();if(P==="vswitch"||P==="sw"){let T={name:g,Ron:1,Roff:1e12,Von:0,Voff:0},k,C;if(w.length>0){let M=w.split(/[\s,]+/).filter(Boolean);for(let I of M){let[E,A]=I.split("=");if(!E||A==null)continue;let R=E.toLowerCase(),B=mr(A);Number.isNaN(B)||(R==="ron"?T.Ron=B:R==="roff"?T.Roff=B:R==="von"?T.Von=B:R==="voff"?T.Voff=B:R==="vt"?k=B:R==="vh"&&(C=B))}}if(k!==void 0){let M=C??0;T.Von=k+M/2,T.Voff=k-M/2}e.set(g.toLowerCase(),T)}else if(P==="d"){let T={name:g,Is:1e-14,N:1};if(w.length>0){let k=w.split(/[\s,]+/).filter(Boolean);for(let C of k){let[M,I]=C.split("=");if(!M||I==null)continue;let E=M.toLowerCase(),A=mr(I);Number.isNaN(A)||(E==="is"?T.Is=A:E==="n"&&(T.N=A))}}t.set(g.toLowerCase(),T)}else i.skipped.push(c)}else i.skipped.push(c);continue}let p=u.charAt(0).toLowerCase(),d=u;try{if(p==="r"){let _=i.nodes.getOrCreate(un(l,1,"Resistor missing node")),g=i.nodes.getOrCreate(un(l,2,"Resistor missing node")),x=mr(un(l,3,"Resistor missing value"));i.R.push({name:d,n1:_,n2:g,R:x})}else if(p==="c"){let _=i.nodes.getOrCreate(un(l,1,"Capacitor missing node")),g=i.nodes.getOrCreate(un(l,2,"Capacitor missing node")),x=mr(un(l,3,"Capacitor missing value"));i.C.push({name:d,n1:_,n2:g,C:x,vPrev:0})}else if(p==="l"){let _=i.nodes.getOrCreate(un(l,1,"Inductor missing node")),g=i.nodes.getOrCreate(un(l,2,"Inductor missing node")),x=mr(un(l,3,"Inductor missing value"));i.L.push({name:d,n1:_,n2:g,L:x,iPrev:0})}else if(p==="v"){let _=i.nodes.getOrCreate(un(l,1,"Voltage source missing node")),g=i.nodes.getOrCreate(un(l,2,"Voltage source missing node")),x={dc:0,acMag:0,acPhaseDeg:0,waveform:null,index:-1},v=3;for(v<l.length&&!/^[a-zA-Z]/.test(l[v])&&(x.dc=mr(l[v]),v++);v<l.length;){let w=l[v].toLowerCase();if(w==="dc"){let P=un(l,v+1,"DC value missing");x.dc=mr(P),v+=2}else if(w==="ac"){let P=un(l,v+1,"AC magnitude missing");x.acMag=mr(P);let T=l[v+2];T!=null&&/^[+-]?\d/.test(T)?(x.acPhaseDeg=mr(T),v+=3):v+=2}else if(w.startsWith("pulse")){let P=w.includes("(")?w:un(l,v+1,"PULSE() missing arguments");if(!P||!/\(.*\)/.test(P))throw new Error("Malformed PULSE() specification");let T=y9t(P);x.waveform=k=>x9t(T,k),v+=w.includes("(")?1:2}else if(w.startsWith("pwl")){let P=w.includes("(")?w:un(l,v+1,"PWL() missing arguments");if(!P||!/\(.*\)/.test(P))throw new Error("Malformed PWL() specification");let T=g9t(P);x.waveform=k=>b9t(T,k),v+=w.includes("(")?1:2}else/^\(.*\)$/.test(w),v++}i.V.push({name:d,n1:_,n2:g,dc:x.dc,acMag:x.acMag,acPhaseDeg:x.acPhaseDeg,waveform:x.waveform,index:x.index??-1})}else if(p==="s"){let _=i.nodes.getOrCreate(un(l,1,"Switch missing node")),g=i.nodes.getOrCreate(un(l,2,"Switch missing node")),x=i.nodes.getOrCreate(un(l,3,"Switch missing control node")),v=i.nodes.getOrCreate(un(l,4,"Switch missing control node")),w=un(l,5,"Switch missing model");i.S.push({name:d,n1:_,n2:g,ncPos:x,ncNeg:v,modelName:w.toLowerCase(),model:null,isOn:!1})}else if(p==="d")if(l.length===4){let _=i.nodes.getOrCreate(un(l,1,"Diode missing node")),g=i.nodes.getOrCreate(un(l,2,"Diode missing node")),x=un(l,3,"Diode missing model");i.D.push({name:d,nPlus:_,nMinus:g,modelName:x.toLowerCase(),model:null,vdPrev:0})}else i.skipped.push(c);else i.skipped.push(c)}catch(_){throw _ instanceof Error?new Error(`Parse error on line: "${c}"
247
+ `)},o9t=class{constructor(n="Circuit Netlist"){f(this,"title");f(this,"components");f(this,"nodes");f(this,"controls");f(this,"subcircuits");f(this,"models");f(this,"tranCommand");f(this,"printStatements");this.title=n,this.components=[],this.nodes=new Set,this.controls=[],this.subcircuits=[],this.models=new Map,this.tranCommand=null,this.printStatements=[]}addComponent(n){this.components.push(n);for(let e of n.nodes)this.nodes.add(e)}addSubcircuit(n){this.subcircuits.find(e=>e.name===n.name)||this.subcircuits.push(n)}toSpiceString(){return s9t(this)}},$a=class{constructor(n,e,t){f(this,"name");f(this,"command");f(this,"nodes");this.name=n,this.command=e,this.nodes=t}toSpiceString(){return this.command.toSpiceString()}},a9t=class{constructor(n){f(this,"commandName","resistor");f(this,"props");this.props=n}toSpiceString(){let{name:n,positiveNode:e,negativeNode:t,model:i,value:r}=this.props,s=`R${n} ${e} ${t}`;return i&&(s+=` ${i}`),s+=` ${r}`,s}},c9t=class{constructor(n){f(this,"commandName","capacitor");f(this,"props");this.props=n}toSpiceString(){let{name:n,positiveNode:e,negativeNode:t,modelName:i,value:r,initialCondition:s}=this.props,o=`C${n} ${e} ${t}`;return i&&(o+=` ${i}`),o+=` ${r}`,s&&(o+=` IC=${s}`),o}},vA=class{constructor(n){f(this,"commandName","voltage_source");f(this,"props");this.props=n}toSpiceString(){let{name:n,positiveNode:e,negativeNode:t,value:i,acMagnitude:r,acPhase:s}=this.props,o=`V${n} ${e} ${t}`;return i&&(o+=` ${i}`),r&&(o+=` AC ${r}`,s&&(o+=` ${s}`)),o}},l9t=class{constructor(n){f(this,"commandName","diode");f(this,"props");this.props=n}toSpiceString(){let{name:n,positiveNode:e,negativeNode:t,model:i,area:r}=this.props,s=`D${n} ${e} ${t} ${i}`;return r&&(s+=` ${r}`),s}},u9t=class{constructor(n){f(this,"commandName","inductor");f(this,"props");this.props=n}toSpiceString(){let{name:n,positiveNode:e,negativeNode:t,model:i,value:r,initialCondition:s}=this.props,o=`L${n} ${e} ${t}`;return i&&(o+=` ${i}`),o+=` ${r}`,s&&(o+=` IC=${s}`),o}},$Q=class{constructor(n){f(this,"commandName","voltage_controlled_switch");f(this,"props");this.props=n}toSpiceString(){let{name:n,positiveNode:e,negativeNode:t,positiveControl:i,negativeControl:r,model:s}=this.props;return`S${n} ${e} ${t} ${i} ${r} ${s}`}};function DQ(n){let e=new o9t("* Circuit JSON to SPICE Netlist"),t=Ee(n).source_component.list(),i=Ee(n).source_port.list(),r=Ee(n).source_trace.list(),s=n.filter(T=>T.type==="simulation_voltage_probe"),o=n.filter(T=>T.type==="simulation_switch").map(T=>T),a=new Map;for(let T of o)T.source_component_id&&a.set(T.source_component_id,T);let c=JG(n),l=new Map,u=new Map,p=1,d=new Set;if(s.length>0)for(let T of s)T.name&&d.add(T.name);let _=[...d].map(T=>/^N(\d+)$/i.exec(T)).filter(T=>T!==null).map(T=>parseInt(T[1],10));_.length>0&&(p=Math.max(..._)+1);let g=new Set,x=new Set(Ee(n).source_net.list().filter(T=>T.name?.toLowerCase().includes("gnd")).map(T=>T.source_net_id));if(x.size>0){for(let T of Ee(n).source_trace.list())if(T.connected_source_port_ids.length>0&&T.connected_source_net_ids.some(C=>x.has(C))){let C=T.connected_source_port_ids[0],M=c.getNetConnectedToId(C);M&&g.add(M)}}let v=i.filter(T=>T.name?.toLowerCase()==="gnd");for(let T of v){let k=c.getNetConnectedToId(T.source_port_id);k&&g.add(k)}for(let T of Ee(n).simulation_voltage_source.list()){let k=T.negative_source_port_id??T.terminal2_source_port_id;if(k){let C=c.getNetConnectedToId(k);C&&g.add(C)}}for(let T of g)u.set(T,"0");if(s.length>0)for(let T of s){if(!T.name||T.reference_input_source_port_id||T.reference_input_source_net_id)continue;let k,C=T.signal_input_source_port_id,M=T.signal_input_source_net_id;if(C)k=c.getNetConnectedToId(C);else if(M){let I=r.find(E=>E.connected_source_net_ids.includes(M));if(I&&I.connected_source_port_ids.length>0){let E=I.connected_source_port_ids[0];k=c.getNetConnectedToId(E)}}k?u.has(k)||u.set(k,T.name):C&&T.name&&l.set(C,T.name)}for(let T of i){let k=T.source_port_id,C=c.getNetConnectedToId(k);C&&(u.has(C)||u.set(C,`N${p++}`),l.set(k,u.get(C)))}for(let T of i){let k=T.source_port_id;l.has(k)||l.set(k,`N${p++}`)}for(let T of t){if(T.type!=="source_component")continue;let k=Ee(n).source_port.list({source_component_id:T.source_component_id}).sort((M,I)=>(M.pin_number??0)-(I.pin_number??0)),C=k.map(M=>l.get(M.source_port_id)||"0");if("ftype"in T){let M=null;switch(T.ftype){case"simple_resistor":{if("resistance"in T&&"name"in T){let I=new a9t({name:T.name,positiveNode:C[0]||"0",negativeNode:C[1]||"0",value:p9t(T.resistance)});M=new $a(T.name,I,C)}break}case"simple_switch":{let I=f9t(T.name??T.source_component_id,"SW"),E=C[0]||"0",A=C[1]||"0",R=`NCTRL_${I}`,B=`SW_${I}`,j=a.get(T.source_component_id),U=m9t(j),V=new $Q({name:I,positiveNode:E,negativeNode:A,positiveControl:R,negativeControl:"0",model:B});M=new $a(I,V,[E,A,R,"0"]),e.models.has(B)||e.models.set(B,`.MODEL ${B} SW(Ron=0.1 Roff=1e9 Vt=2.5 Vh=0.1)`);let H=`CTRL_${I}`,et=new vA({name:H,positiveNode:R,negativeNode:"0",value:U}),tt=new $a(H,et,[R,"0"]);e.addComponent(tt);break}case"simple_capacitor":{if("capacitance"in T&&"name"in T){let I=new c9t({name:T.name,positiveNode:C[0]||"0",negativeNode:C[1]||"0",value:h9t(T.capacitance)});M=new $a(T.name,I,C)}break}case"simple_diode":{if("name"in T){let I=k.find(U=>U.name?.toLowerCase()==="anode"||U.port_hints?.includes("anode")),E=k.find(U=>U.name?.toLowerCase()==="cathode"||U.port_hints?.includes("cathode")),A=l.get(I?.source_port_id??"")||"0",R=l.get(E?.source_port_id??"")||"0",B="D",j=new l9t({name:T.name,positiveNode:A,negativeNode:R,model:B});e.models.set(B,`.MODEL ${B} D`),M=new $a(T.name,j,[A,R])}break}case"simple_inductor":{if("inductance"in T&&"name"in T){let I=new u9t({name:T.name,positiveNode:C[0]||"0",negativeNode:C[1]||"0",value:d9t(T.inductance)});M=new $a(T.name,I,C)}break}case"simple_mosfet":{if("name"in T){let I=k.find(H=>H.name?.toLowerCase()==="drain"||H.port_hints?.includes("drain")),E=k.find(H=>H.name?.toLowerCase()==="gate"||H.port_hints?.includes("gate")),A=k.find(H=>H.name?.toLowerCase()==="source"||H.port_hints?.includes("source")),R=l.get(I?.source_port_id??"")||"0",B=l.get(E?.source_port_id??"")||"0",j=l.get(A?.source_port_id??"")||"0",U="SWMOD",V=new $Q({name:T.name,positiveNode:R,negativeNode:j,positiveControl:B,negativeControl:j,model:U});e.models.set(U,`.MODEL ${U} SW`),M=new $a(T.name,V,[R,B,j])}break}}M&&e.addComponent(M)}}let w=Ee(n).simulation_voltage_source.list();for(let T of w)if(T.type==="simulation_voltage_source")if(T.is_dc_source===!1){if("terminal1_source_port_id"in T&&"terminal2_source_port_id"in T&&T.terminal1_source_port_id&&T.terminal2_source_port_id){let k=l.get(T.terminal1_source_port_id)||"0",C=l.get(T.terminal2_source_port_id)||"0",M="",I=T.wave_shape;if(I==="sinewave"){let A=T.voltage??0,R=T.frequency??0,B=0,j=0,U=T.phase??0;R>0?M=`SIN(0 ${A} ${R} ${B} ${j} ${U})`:M=`DC ${T.voltage??0}`}else if(I==="square"){let A=T.voltage??0,R=T.frequency??0,B=R===0?1/0:1/R,j=T.period??B,U=T.duty_cycle??.5,V=j*U;M=`PULSE(0 ${A} 0 1n 1n ${V} ${j})`}else T.voltage!==void 0&&(M=`DC ${T.voltage}`);if(M){let E=new vA({name:T.simulation_voltage_source_id,positiveNode:k,negativeNode:C,value:M}),A=new $a(T.simulation_voltage_source_id,E,[k,C]);e.addComponent(A)}}}else{let k=T.positive_source_port_id??T.terminal1_source_port_id,C=T.negative_source_port_id??T.terminal2_source_port_id;if(k&&C&&"voltage"in T&&T.voltage!==void 0){let M=l.get(k)||"0",I=l.get(C)||"0",E=new vA({name:T.simulation_voltage_source_id,positiveNode:M,negativeNode:I,value:`DC ${T.voltage}`}),A=new $a(T.simulation_voltage_source_id,E,[M,I]);e.addComponent(A)}}let P=n.find(T=>T.type==="simulation_experiment");if(P){if(s.length>0){let M=new Set,I=E=>r.find(R=>R.connected_source_net_ids.includes(E))?.connected_source_port_ids[0];for(let E of s){let A=E.signal_input_source_port_id;if(!A){let j=E.signal_input_source_net_id;j&&(A=I(j))}if(!A)continue;let R=l.get(A);if(!R)continue;let B=E.reference_input_source_port_id;if(!B&&E.reference_input_source_net_id&&(B=I(E.reference_input_source_net_id)),B){let j=l.get(B);j&&j!=="0"?M.add(`V(${R},${j})`):R!=="0"&&M.add(`V(${R})`)}else R!=="0"&&M.add(`V(${R})`)}M.size>0&&P.experiment_type?.includes("transient")&&e.printStatements.push(`.PRINT TRAN ${[...M].join(" ")}`)}let T=P.time_per_step,k=P.end_time_ms,C=P.start_time_ms;if(T&&k){let M=(C??0)/1e3,I=`.tran ${Xi(T/1e3)} ${Xi(k/1e3)}`;M>0&&(I+=` ${Xi(M)}`),I+=" UIC",e.tranCommand=I}}return e}function p9t(n){return n>=1e6?`${n/1e6}MEG`:n>=1e3?`${n/1e3}K`:n.toString()}function h9t(n){return n>=.001?`${n*1e3}M`:n>=1e-6?`${n*1e6}U`:n>=1e-9?`${n*1e9}N`:n>=1e-12?`${n*1e12}P`:n.toString()}function d9t(n){return n>=1?n.toString():n>=.001?`${n*1e3}m`:n>=1e-6?`${n*1e6}u`:n>=1e-9?`${n*1e9}n`:n>=1e-12?`${n*1e12}p`:n.toString()}function f9t(n,e){if(!n)return e;let t=n.replace(/[^A-Za-z0-9_]/g,"_");return t?/^[0-9]/.test(t)?`${e}_${t}`:t:e}function m9t(n){if(!n)return"DC 0";let s=n.starts_closed??!1,o=n.closes_at??0,a=n.opens_at,c=n.switching_frequency,[l,u]=s?[5,0]:[0,5];if(c&&c>0){let p=1/c,d=a&&a>o?Math.min(a-o,p):0,_=d>0?d:Math.max(p/2,1e-9);return`PULSE(${Xi(l)} ${Xi(u)} ${Xi(o)} 1n 1n ${Xi(_)} ${Xi(p)})`}if(a!==void 0&&a>o){let p=Math.max(a-o,1e-9),d=o+p*2;return`PULSE(${Xi(l)} ${Xi(u)} ${Xi(o)} 1n 1n ${Xi(p)} ${Xi(d)})`}if(o>0){let p=o*2,d=Math.max(p/2,1e-9);return`PULSE(${Xi(l)} ${Xi(u)} ${Xi(o)} 1n 1n ${Xi(d)} ${Xi(p)})`}return`DC ${s?5:0}`}function Xi(n){if(!Number.isFinite(n))return`${n}`;if(n===0)return"0";let e=Math.abs(n);return e>=1e3||e<=.001?Number(n.toExponential(6)).toString():Number(n.toPrecision(6)).toString()}var knt=Vt(En(),1);var oi=1e-15,_9t=class{constructor(){f(this,"map");f(this,"rev");this.map=new Map([["0",0]]),this.rev=["0"]}getOrCreate(n){let e=String(n),t=e.toUpperCase();if(this.map.has(t))return this.map.get(t);let i=this.rev.length;return this.map.set(t,i),this.rev.push(e),i}get(n){return this.map.get(String(n).toUpperCase())}count(){return this.rev.length}matrixIndexOfNode(n){return n===0?-1:n-1}};function mr(n){if(n==null)return NaN;let e=String(n).trim();if(e==="")return NaN;if(/^[+-]?\d*\.?\d+(?:[eE][+-]?\d+)?$/.test(e))return parseFloat(e);let t={t:1e12,g:1e9,meg:1e6,k:1e3,m:.001,u:1e-6,n:1e-9,p:1e-12,f:1e-15},i=e.match(/^([+-]?\d*\.?\d+(?:[eE][+-]?\d+)?)([a-zA-Z]+)$/);if(!i)return parseFloat(e);let[,r,s]=i;if(r==null)return parseFloat(e);let o=parseFloat(r),a=(s??"").toLowerCase();return a=a.replace(/(ohm|v|a|s|h|f)$/g,""),a==="meg"?o*t.meg:a.length===1&&a in t?o*t[a]:o}function y9t(n){let i=n.trim().replace(/^pulse\s*\(/i,"(").replace(/^\(/,"").replace(/\)$/,"").trim().split(/[\s,]+/).filter(s=>s.length);if(i.length<7)throw new Error("PULSE(...) requires 7 or 8 args");let r=i.map(s=>mr(s));if(r.some(s=>Number.isNaN(s)))throw new Error("Invalid PULSE() numeric value");return{v1:r[0],v2:r[1],td:r[2],tr:r[3],tf:r[4],ton:r[5],period:r[6],ncycles:i[7]!=null?r[7]:1/0}}function g9t(n){let i=n.trim().replace(/^pwl\s*\(/i,"(").replace(/^\(/,"").replace(/\)$/,"").trim().split(/[\s,]+/).filter(s=>s.length);if(i.length===0||i.length%2!==0)throw new Error("PWL(...) requires an even number of time/value pairs");let r=[];for(let s=0;s<i.length;s+=2){let o=mr(i[s]),a=mr(i[s+1]);if(Number.isNaN(o)||Number.isNaN(a))throw new Error("Invalid PWL() numeric value");r.push({t:o,v:a})}return r}function x9t(n,e){if(e<n.td)return n.v1;let t=e-n.td,i=Math.floor(t/n.period);if(i>=n.ncycles)return n.v1;let r=t-i*n.period;if(r<n.tr){let s=r/Math.max(n.tr,oi);return n.v1+(n.v2-n.v1)*s}if(r<n.tr+n.ton)return n.v2;if(r<n.tr+n.ton+n.tf){let s=(r-(n.tr+n.ton))/Math.max(n.tf,oi);return n.v2+(n.v1-n.v2)*s}return n.v1}function b9t(n,e){if(n.length===0)return 0;if(e<=n[0].t)return n[0].v;for(let t=1;t<n.length;t++){let i=n[t-1],r=n[t];if(e<=r.t){let s=Math.max(r.t-i.t,oi),o=(e-i.t)/s;return i.v+(r.v-i.v)*o}}return n[n.length-1].v}function v9t(n){let e=/"[^"]*"|\w+\s*\([^)]*\)|\([^()]*\)|\S+/g,t=[],i;for(;(i=e.exec(n))!==null;)t.push(i[0]);return t}function un(n,e,t){let i=n[e];if(i==null)throw new Error(t);return i}function S9t(n){let e=new Map,t=new Map,i={nodes:new _9t,R:[],C:[],L:[],V:[],S:[],D:[],analyses:{ac:null,tran:null},probes:{tran:[]},skipped:[],models:{vswitch:e,diode:t}},r=n.split(/\r?\n/),s=!1;for(let a of r){let c=a.trim();if(!c||/^\*/.test(c))continue;if(/^\s*\.end\b/i.test(c))break;c=c.replace(/\/\/.*$/,""),c=c.replace(/;.*$/,"");let l=v9t(c);if(l.length===0)continue;let u=l[0];if(u.length===0)continue;if(!s&&!/^[rclvgsmiqd]\w*$/i.test(u)&&!/^\./.test(u)){s=!0;continue}if(/^\./.test(u)){let _=u.toLowerCase();if(_===".ac"){let g=un(l,1,".ac missing mode").toLowerCase();if(g!=="dec"&&g!=="lin")throw new Error(".ac supports 'dec' or 'lin'");let x=parseInt(un(l,2,".ac missing point count"),10),v=mr(un(l,3,".ac missing start frequency")),w=mr(un(l,4,".ac missing stop frequency"));i.analyses.ac={mode:g,N:x,f1:v,f2:w}}else if(_===".tran"){let g=mr(un(l,1,".tran missing timestep")),x=mr(un(l,2,".tran missing stop time"));i.analyses.tran={dt:g,tstop:x}}else if(_===".print")if(un(l,1,".print missing analysis type").toLowerCase()==="tran"){let x=l.slice(2);for(let v of x){let w=v.match(/^v\(([^)]+)\)$/i);if(w&&w[1]){let P=w[1];i.probes.tran.some(T=>T.toUpperCase()===P.toUpperCase())||i.probes.tran.push(P)}}}else i.skipped.push(c);else if(_===".model"){let g=un(l,1,".model missing name"),v=un(l,2,".model missing type"),w="";if(v.includes("(")){let T=v.indexOf("(");w=v.slice(T+1),v=v.slice(0,T)}if(!w)w=l.slice(3).join(" ").replace(/^\(/,"").replace(/\)$/,"");else{let T=l.slice(3).join(" ").replace(/\)$/,"");w=`${w} ${T}`.trim()}w=w.replace(/^\(/,"").replace(/\)$/,"").trim();let P=v.toLowerCase();if(P==="vswitch"||P==="sw"){let T={name:g,Ron:1,Roff:1e12,Von:0,Voff:0},k,C;if(w.length>0){let M=w.split(/[\s,]+/).filter(Boolean);for(let I of M){let[E,A]=I.split("=");if(!E||A==null)continue;let R=E.toLowerCase(),B=mr(A);Number.isNaN(B)||(R==="ron"?T.Ron=B:R==="roff"?T.Roff=B:R==="von"?T.Von=B:R==="voff"?T.Voff=B:R==="vt"?k=B:R==="vh"&&(C=B))}}if(k!==void 0){let M=C??0;T.Von=k+M/2,T.Voff=k-M/2}e.set(g.toLowerCase(),T)}else if(P==="d"){let T={name:g,Is:1e-14,N:1};if(w.length>0){let k=w.split(/[\s,]+/).filter(Boolean);for(let C of k){let[M,I]=C.split("=");if(!M||I==null)continue;let E=M.toLowerCase(),A=mr(I);Number.isNaN(A)||(E==="is"?T.Is=A:E==="n"&&(T.N=A))}}t.set(g.toLowerCase(),T)}else i.skipped.push(c)}else i.skipped.push(c);continue}let p=u.charAt(0).toLowerCase(),d=u;try{if(p==="r"){let _=i.nodes.getOrCreate(un(l,1,"Resistor missing node")),g=i.nodes.getOrCreate(un(l,2,"Resistor missing node")),x=mr(un(l,3,"Resistor missing value"));i.R.push({name:d,n1:_,n2:g,R:x})}else if(p==="c"){let _=i.nodes.getOrCreate(un(l,1,"Capacitor missing node")),g=i.nodes.getOrCreate(un(l,2,"Capacitor missing node")),x=mr(un(l,3,"Capacitor missing value"));i.C.push({name:d,n1:_,n2:g,C:x,vPrev:0})}else if(p==="l"){let _=i.nodes.getOrCreate(un(l,1,"Inductor missing node")),g=i.nodes.getOrCreate(un(l,2,"Inductor missing node")),x=mr(un(l,3,"Inductor missing value"));i.L.push({name:d,n1:_,n2:g,L:x,iPrev:0})}else if(p==="v"){let _=i.nodes.getOrCreate(un(l,1,"Voltage source missing node")),g=i.nodes.getOrCreate(un(l,2,"Voltage source missing node")),x={dc:0,acMag:0,acPhaseDeg:0,waveform:null,index:-1},v=3;for(v<l.length&&!/^[a-zA-Z]/.test(l[v])&&(x.dc=mr(l[v]),v++);v<l.length;){let w=l[v].toLowerCase();if(w==="dc"){let P=un(l,v+1,"DC value missing");x.dc=mr(P),v+=2}else if(w==="ac"){let P=un(l,v+1,"AC magnitude missing");x.acMag=mr(P);let T=l[v+2];T!=null&&/^[+-]?\d/.test(T)?(x.acPhaseDeg=mr(T),v+=3):v+=2}else if(w.startsWith("pulse")){let P=w.includes("(")?w:un(l,v+1,"PULSE() missing arguments");if(!P||!/\(.*\)/.test(P))throw new Error("Malformed PULSE() specification");let T=y9t(P);x.waveform=k=>x9t(T,k),v+=w.includes("(")?1:2}else if(w.startsWith("pwl")){let P=w.includes("(")?w:un(l,v+1,"PWL() missing arguments");if(!P||!/\(.*\)/.test(P))throw new Error("Malformed PWL() specification");let T=g9t(P);x.waveform=k=>b9t(T,k),v+=w.includes("(")?1:2}else/^\(.*\)$/.test(w),v++}i.V.push({name:d,n1:_,n2:g,dc:x.dc,acMag:x.acMag,acPhaseDeg:x.acPhaseDeg,waveform:x.waveform,index:x.index??-1})}else if(p==="s"){let _=i.nodes.getOrCreate(un(l,1,"Switch missing node")),g=i.nodes.getOrCreate(un(l,2,"Switch missing node")),x=i.nodes.getOrCreate(un(l,3,"Switch missing control node")),v=i.nodes.getOrCreate(un(l,4,"Switch missing control node")),w=un(l,5,"Switch missing model");i.S.push({name:d,n1:_,n2:g,ncPos:x,ncNeg:v,modelName:w.toLowerCase(),model:null,isOn:!1})}else if(p==="d")if(l.length===4){let _=i.nodes.getOrCreate(un(l,1,"Diode missing node")),g=i.nodes.getOrCreate(un(l,2,"Diode missing node")),x=un(l,3,"Diode missing model");i.D.push({name:d,nPlus:_,nMinus:g,modelName:x.toLowerCase(),model:null,vdPrev:0})}else i.skipped.push(c);else i.skipped.push(c)}catch(_){throw _ instanceof Error?new Error(`Parse error on line: "${c}"
248
248
  ${_.message}`):_}}let o=i.nodes.count()-1;for(let a=0;a<i.V.length;a++){let c=i.V[a];c&&(c.index=o+a)}for(let a of i.S){let c=e.get(a.modelName);if(!c)throw new Error(`Unknown .model ${a.modelName} referenced by switch ${a.name}`);a.model=c,a.isOn=!1}for(let a of i.D){let c=t.get(a.modelName);if(!c)throw new Error(`Unknown .model ${a.modelName} referenced by diode ${a.name}`);a.model=c}return i}var pn=class Da{constructor(e=0,t=0){f(this,"re");f(this,"im");this.re=e,this.im=t}static from(e,t=0){return new Da(e,t)}static fromPolar(e,t=0){let i=t*Math.PI/180;return new Da(e*Math.cos(i),e*Math.sin(i))}clone(){return new Da(this.re,this.im)}add(e){return new Da(this.re+e.re,this.im+e.im)}sub(e){return new Da(this.re-e.re,this.im-e.im)}mul(e){return new Da(this.re*e.re-this.im*e.im,this.re*e.im+this.im*e.re)}div(e){let t=e.re*e.re+e.im*e.im;if(t<oi)throw new Error("Complex divide by ~0");return new Da((this.re*e.re+this.im*e.im)/t,(this.im*e.re-this.re*e.im)/t)}inv(){let e=this.re*this.re+this.im*this.im;if(e<oi)throw new Error("Complex invert by ~0");return new Da(this.re/e,-this.im/e)}abs(){return Math.hypot(this.re,this.im)}phaseDeg(){return Math.atan2(this.im,this.re)*180/Math.PI}};function w9t(n,e){let t=n.length;for(let r=0;r<t;r++){let s=n[r],o=e[r];if(!s||!o)throw new Error("Matrix dimensions mismatch");let a=s.map(c=>c.clone());a.push(o.clone()),n[r]=a}for(let r=0;r<t;r++){let s=r,o=n[r];if(!o)throw new Error("Matrix row missing");let a=o[r]?.abs()??0;for(let u=r+1;u<t;u++){let p=n[u];if(!p)throw new Error("Matrix row missing");let d=p[r]?.abs()??0;d>a&&(a=d,s=u)}if(a<oi)throw new Error("Singular matrix (complex)");if(s!==r){let u=n[r];n[r]=n[s],n[s]=u}let c=n[r];if(!c)throw new Error("Pivot row missing");let l=c[r];if(!l)throw new Error("Zero pivot encountered");for(let u=r+1;u<t;u++){let p=n[u];if(!p)throw new Error("Matrix row missing");let d=p[r];if(!d)continue;let _=d.div(l);if(!(_.abs()<oi))for(let g=r;g<=t;g++){let x=p[g],v=c[g];!x||!v||(p[g]=x.sub(_.mul(v)))}}}let i=new Array(t);for(let r=t-1;r>=0;r--){let s=n[r];if(!s)throw new Error("Matrix row missing");let o=s[t];if(!o)throw new Error("Augmented column missing");for(let c=r+1;c<t;c++){let l=s[c],u=i[c];!l||!u||(o=o.sub(l.mul(u)))}let a=s[r];if(!a)throw new Error("Zero pivot on back-substitution");i[r]=o.div(a)}return i}function P9t(n,e,t){if(n<=0||e<=0)throw new Error(".ac frequencies must be > 0");e<n&&([n,e]=[e,n]);let i=Math.log10(e/n),r=Math.max(1,Math.ceil(i*t)),s=[];for(let a=0;a<=r;a++)s.push(n*Math.pow(10,a/t));let o=s[s.length-1];return(o==null||o<e*(1-oi))&&s.push(e),s}function SA(n,e,t,i,r){let s=e.matrixIndexOfNode(t),o=e.matrixIndexOfNode(i);if(s>=0){let a=n[s];if(!a)throw new Error("Matrix row missing while stamping");a[s]=a[s]?.add(r)??r}if(o>=0){let a=n[o];if(!a)throw new Error("Matrix row missing while stamping");a[o]=a[o]?.add(r)??r}if(s>=0&&o>=0){let a=n[s],c=n[o];if(!a||!c)throw new Error("Matrix row missing while stamping");a[o]=a[o]?.sub(r)??pn.from(0,0).sub(r),c[s]=c[s]?.sub(r)??pn.from(0,0).sub(r)}}function k9t(n,e,t,i,r){let s=t.matrixIndexOfNode(i.n1),o=t.matrixIndexOfNode(i.n2),a=i.index,c=pn.from(1,0),l=pn.from(-1,0);if(s>=0){let p=n[s];if(!p)throw new Error("Matrix row missing while stamping voltage source");p[a]=p[a]?.add(c)??c}if(o>=0){let p=n[o];if(!p)throw new Error("Matrix row missing while stamping voltage source");p[a]=p[a]?.sub(c)??l}let u=n[a];if(!u)throw new Error("Branch row missing while stamping voltage source");s>=0&&(u[s]=u[s]?.add(c)??c),o>=0&&(u[o]=u[o]?.sub(c)??l),e[a]=(e[a]??pn.from(0,0)).add(r)}function T9t(n){let{mode:e,N:t,f1:i,f2:r}=n;if(e==="dec")return P9t(i,r,t);let s=[],o=Math.max(2,t),a=(r-i)/(o-1);for(let c=0;c<o;c++)s.push(i+c*a);return s}function M9t(n,e,t){let i=Array.from({length:t},()=>Array.from({length:t},()=>pn.from(0,0))),r=Array.from({length:t},()=>pn.from(0,0)),s=2*Math.PI;for(let o of n.R){if(o.R<=0)throw new Error(`R ${o.name} must be > 0`);let a=pn.from(1/o.R,0);SA(i,n.nodes,o.n1,o.n2,a)}for(let o of n.C){let a=pn.from(0,s*e*o.C);SA(i,n.nodes,o.n1,o.n2,a)}for(let o of n.L){let a=pn.from(0,s*e*o.L),c=a.abs()<oi?pn.from(0,0):pn.from(1,0).div(a);SA(i,n.nodes,o.n1,o.n2,c)}for(let o of n.V){let a=pn.fromPolar(o.acMag||0,o.acPhaseDeg||0);k9t(i,r,n.nodes,o,a)}return{A:i,b:r}}function E9t(n){var d,_,g,x;if(!n.analyses.ac)return null;let{mode:e,N:t,f1:i,f2:r}=n.analyses.ac,s=n.nodes.count()-1,o=n.V.length,a=s+o,c=T9t({mode:e,N:t,f1:i,f2:r}),l={};n.nodes.rev.forEach((v,w)=>{w!==0&&(l[v]=[])});let u={},p=2*Math.PI;for(let v of c){let{A:w,b:P}=M9t(n,v,a),T=w9t(w,P);for(let k=1;k<n.nodes.count();k++){let C=k-1,M=n.nodes.rev[k];if(!M)continue;let I=l[M];I&&I.push(T[C]??pn.from(0,0))}for(let k of n.R){let C=k.n1===0?pn.from(0,0):T[k.n1-1]??pn.from(0,0),M=k.n2===0?pn.from(0,0):T[k.n2-1]??pn.from(0,0),E=pn.from(1/k.R,0).mul(C.sub(M));(u[d=k.name]||(u[d]=[])).push(E)}for(let k of n.C){let C=k.n1===0?pn.from(0,0):T[k.n1-1]??pn.from(0,0),M=k.n2===0?pn.from(0,0):T[k.n2-1]??pn.from(0,0),E=pn.from(0,p*v*k.C).mul(C.sub(M));(u[_=k.name]||(u[_]=[])).push(E)}for(let k of n.L){let C=k.n1===0?pn.from(0,0):T[k.n1-1]??pn.from(0,0),M=k.n2===0?pn.from(0,0):T[k.n2-1]??pn.from(0,0),I=pn.from(0,p*v*k.L),A=(I.abs()<oi?pn.from(0,0):pn.from(1,0).div(I)).mul(C.sub(M));(u[g=k.name]||(u[g]=[])).push(A)}for(let k of n.V){let C=T[k.index]??pn.from(0,0);(u[x=k.name]||(u[x]=[])).push(C)}}return{freqs:c,nodeVoltages:l,elementCurrents:u}}var jQ=.02585;function C9t(n,e){let t=n.length;for(let r=0;r<t;r++){let s=n[r],o=e[r];if(!s||o==null)throw new Error("Matrix dimensions mismatch");let a=s.slice();a.push(o),n[r]=a}for(let r=0;r<t;r++){let s=r,o=n[r];if(!o)throw new Error("Matrix row missing");let a=Math.abs(o[r]??0);for(let u=r+1;u<t;u++){let p=n[u];if(!p)throw new Error("Matrix row missing");let d=Math.abs(p[r]??0);d>a&&(a=d,s=u)}if(a<oi)throw new Error("Singular matrix (real)");if(s!==r){let u=n[r];n[r]=n[s],n[s]=u}let c=n[r];if(!c)throw new Error("Pivot row missing");let l=c[r];if(l==null)throw new Error("Zero pivot encountered");for(let u=r+1;u<t;u++){let p=n[u];if(!p)throw new Error("Matrix row missing");let d=p[r];if(d==null)continue;let _=d/l;if(!(Math.abs(_)<oi))for(let g=r;g<=t;g++){let x=p[g],v=c[g];x==null||v==null||(p[g]=x-_*v)}}}let i=new Array(t).fill(0);for(let r=t-1;r>=0;r--){let s=n[r];if(!s)throw new Error("Matrix row missing");let o=s[t];if(o==null)throw new Error("Augmented column missing");for(let c=r+1;c<t;c++){let l=s[c],u=i[c];l==null||u==null||(o-=l*u)}let a=s[r];if(a==null)throw new Error("Zero pivot on back-substitution");i[r]=o/a}return i}function w1(n,e,t,i,r){let s=e.matrixIndexOfNode(t),o=e.matrixIndexOfNode(i);if(s>=0){let a=n[s];if(!a)throw new Error("Matrix row missing while stamping");a[s]=(a[s]??0)+r}if(o>=0){let a=n[o];if(!a)throw new Error("Matrix row missing while stamping");a[o]=(a[o]??0)+r}if(s>=0&&o>=0){let a=n[s],c=n[o];if(!a||!c)throw new Error("Matrix row missing while stamping");a[o]=(a[o]??0)-r,c[s]=(c[s]??0)-r}}function wA(n,e,t,i,r){let s=e.matrixIndexOfNode(t),o=e.matrixIndexOfNode(i);s>=0&&(n[s]=(n[s]??0)-r),o>=0&&(n[o]=(n[o]??0)+r)}function I9t(n,e,t,i,r){let s=t.matrixIndexOfNode(i.n1),o=t.matrixIndexOfNode(i.n2),a=i.index;if(s>=0){let l=n[s];if(!l)throw new Error("Matrix row missing while stamping voltage source");l[a]=(l[a]??0)+1}if(o>=0){let l=n[o];if(!l)throw new Error("Matrix row missing while stamping voltage source");l[a]=(l[a]??0)-1}let c=n[a];if(!c)throw new Error("Branch row missing while stamping voltage source");s>=0&&(c[s]=(c[s]??0)+1),o>=0&&(c[o]=(c[o]??0)-1),e[a]=(e[a]??0)+r}function N9t(n,e){let t=n>oi?n:Math.max(e/1e3,oi),i=Math.max(1,Math.ceil(e/Math.max(t,oi)));return{dt:i>0?e/i:e,steps:i}}function A9t(n,e,t,i,r,s,o){for(let a of t.R){let c=1/a.R;w1(n,t.nodes,a.n1,a.n2,c)}for(let a of t.C){let c=a.C/Math.max(r,oi);w1(n,t.nodes,a.n1,a.n2,c);let l=-c*a.vPrev;wA(e,t.nodes,a.n1,a.n2,l)}for(let a of t.L){let c=Math.max(r,oi)/a.L;w1(n,t.nodes,a.n1,a.n2,c),wA(e,t.nodes,a.n1,a.n2,a.iPrev)}for(let a of t.S){let c=a.model;if(!c)continue;let l=a.isOn?c.Ron:c.Roff,p=1/Math.max(Math.abs(l),oi);w1(n,t.nodes,a.n1,a.n2,p)}for(let a of t.V){let c=a.waveform?a.waveform(i):a.dc||0;I9t(n,e,t.nodes,a,c)}for(let a of t.D){let c=a.model;if(!c)continue;let{nPlus:l,nMinus:u}=a,p=t.nodes.matrixIndexOfNode(l),d=t.nodes.matrixIndexOfNode(u),_=l===0?0:s[p]??0,g=u===0?0:s[d]??0,x=_-g,v=o===0?a.vdPrev:x,w=c.N*jQ,P=v;v>.8&&(P=.8),v<-1&&(P=-1);let T=Math.exp(P/w),k=c.Is*(T-1),C=Math.max(c.Is/w*T,1e-12),M=k-C*P;w1(n,t.nodes,l,u,C),wA(e,t.nodes,l,u,M)}}function R9t(n,e){let t=!1;for(let i of n.S){let r=i.model;if(!r)continue;let s=i.ncPos===0?0:e[i.ncPos-1]??0,o=i.ncNeg===0?0:e[i.ncNeg-1]??0,a=s-o,c=i.isOn;i.isOn?a<r.Voff&&(c=!1):a>r.Von&&(c=!0),c!==i.isOn&&(i.isOn=c,t=!0)}return t}function O9t(n){var d,_,g,x,v,w;if(!n.analyses.tran)return null;let{dt:e,tstop:t}=n.analyses.tran,{dt:i,steps:r}=N9t(e,t),s=n.nodes.count()-1,o=n.V.length,a=s+o,c=[],l={};n.nodes.rev.forEach((P,T)=>{T!==0&&(l[P]=[])});let u={},p=0;for(let P=0;P<=r;P++,p=P*i){c.push(p);let T=new Array(a).fill(0);for(let k=0;k<20;k++){let C=Array.from({length:a},()=>new Array(a).fill(0)),M=new Array(a).fill(0);if(A9t(C,M,n,p,i,T,k),T=C9t(C,M),!R9t(n,T)||k===19)break}for(let k=1;k<n.nodes.count();k++){let C=k-1,M=n.nodes.rev[k];if(!M)continue;let I=l[M];I&&I.push(T[C]??0)}for(let k of n.R){let C=k.n1===0?0:T[k.n1-1]??0,M=k.n2===0?0:T[k.n2-1]??0,I=(C-M)/k.R;(u[d=k.name]||(u[d]=[])).push(I)}for(let k of n.C){let C=k.n1===0?0:T[k.n1-1]??0,M=k.n2===0?0:T[k.n2-1]??0,I=k.C*(C-M-k.vPrev)/Math.max(i,oi);(u[_=k.name]||(u[_]=[])).push(I)}for(let k of n.L){let C=k.n1===0?0:T[k.n1-1]??0,M=k.n2===0?0:T[k.n2-1]??0,E=Math.max(i,oi)/k.L*(C-M)+k.iPrev;(u[g=k.name]||(u[g]=[])).push(E)}for(let k of n.V){let C=T[k.index]??0;(u[x=k.name]||(u[x]=[])).push(C)}for(let k of n.S){let C=k.model;if(!C)continue;let M=k.n1===0?0:T[k.n1-1]??0,I=k.n2===0?0:T[k.n2-1]??0,E=k.isOn?C.Ron:C.Roff,A=Math.max(Math.abs(E),oi),R=(M-I)/A;(u[v=k.name]||(u[v]=[])).push(R)}for(let k of n.D){if(!k.model)continue;let{nPlus:C,nMinus:M,model:I}=k,E=C===0?0:T[C-1]??0,A=M===0?0:T[M-1]??0,R=E-A,B=I.N*jQ,j=Math.exp(R/B),U=I.Is*(j-1);(u[w=k.name]||(u[w]=[])).push(U)}for(let k of n.C){let C=k.n1===0?0:T[k.n1-1]??0,M=k.n2===0?0:T[k.n2-1]??0;k.vPrev=C-M}for(let k of n.L){let C=k.n1===0?0:T[k.n1-1]??0,M=k.n2===0?0:T[k.n2-1]??0,I=Math.max(i,oi)/k.L;k.iPrev=I*(C-M)+k.iPrev}for(let k of n.D){let C=k.nPlus===0?0:T[k.nPlus-1]??0,M=k.nMinus===0?0:T[k.nMinus-1]??0;k.vdPrev=C-M}}if(n.probes.tran.length>0){let P={},T=n.probes.tran.map(k=>k.toUpperCase());for(let k in l)T.includes(k.toUpperCase())&&(P[k]=l[k]);return{times:c,nodeVoltages:P,elementCurrents:u}}return{times:c,nodeVoltages:l,elementCurrents:u}}function BQ(n){let e=S9t(n),t=E9t(e),i=O9t(e);return{circuit:e,ac:t,tran:i}}function YQ(n,e,t){if(!n||!e.analyses.tran)return[];let{dt:i,tstop:r}=e.analyses.tran,{times:s,nodeVoltages:o}=n,a=[];for(let c in o){let l=o[c];a.push({type:"simulation_transient_voltage_graph",simulation_transient_voltage_graph_id:`stvg_${t}_${c}`,simulation_experiment_id:t,timestamps_ms:s.map(u=>u*1e3),voltage_levels:l,time_per_step:i*1e3,start_time_ms:0,end_time_ms:r*1e3,name:`${c}`})}return a}er();Ae();er();Ae();Ae();St();Ae();Ae();ii();Ae();er();Ae();er();Ae();Ae();er();Ae();function XQ(n,e,t,i){return Math.sqrt((t-n)**2+(i-e)**2)}var L9t=n=>{let e=n.filter(s=>s.type==="pcb_port"),t=n.filter(s=>s.type==="pcb_smtpad"),i=n.filter(s=>s.type==="pcb_trace");function r(s,o={}){let a=o.traceWidth||0,c=e.find(l=>XQ(l.x,l.y,s.x,s.y)<.01);if(c)return c.pcb_port_id;if(o.isFirstOrLastPoint){let l=t.find(u=>{if(u.shape==="rect")return Math.abs(s.x-u.x)<u.width/2+a/2&&Math.abs(s.y-u.y)<u.height/2+a/2;if(u.shape==="circle")return XQ(s.x,s.y,u.x,u.y)<u.radius});if(l)return l.pcb_port_id??null}return null}for(let s of i)for(let o=0;o<s.route.length;o++){let a=s.route[o],c=o===0||o===s.route.length-1;if(a.route_type==="wire"){if(!a.start_pcb_port_id&&o===0){let l=r(a,{isFirstOrLastPoint:c,traceWidth:a.width});l&&(a.start_pcb_port_id=l)}if(!a.end_pcb_port_id&&o===s.route.length-1){let l=r(a,{isFirstOrLastPoint:c,traceWidth:a.width});l&&(a.end_pcb_port_id=l)}}}};function VQ(n){L9t(n);let e=n.filter(o=>o.type==="source_trace"),t=n.filter(o=>o.type==="pcb_port"),i=[],r=tr(n),s=new Map;for(let o of t)s.set(o.source_port_id,o);for(let o of e){let a=o.connected_source_port_ids;if(a.length<2)continue;let c=[],l=[];for(let g of a){let x=s.get(g);x?c.push(x):l.push(g)}if(c.length<2)continue;let u=c[0],p=r.getNetConnectedToId(u.pcb_port_id);r.getIdsConnectedToNet(p).filter(g=>n.some(x=>x.type==="pcb_trace"&&("pcb_trace_id"in x&&x.pcb_trace_id===g||"route_id"in x&&x.route_id===g))).length===0&&new Set(c.map(x=>x.pcb_component_id)).size>1&&i.push({type:"pcb_port_not_connected_error",message:`pcb_port_not_connected_error: Pcb ports [${c.map(x=>x.pcb_port_id).join(", ")}] are not connected together through the same net.`,error_type:"pcb_port_not_connected_error",pcb_port_ids:c.map(x=>x.pcb_port_id),pcb_component_ids:c.map(x=>x.pcb_component_id).filter(x=>x!==void 0),pcb_port_not_connected_error_id:`pcb_port_not_connected_error_trace_${o.source_trace_id}`})}return i}var F9t=class{constructor({objects:n,getBounds:e,getId:t,CELL_SIZE:i}){f(this,"buckets");f(this,"objectsById");f(this,"getBounds");f(this,"getId");f(this,"CELL_SIZE",.4);f(this,"_idCounter",0);this.buckets=new Map,this.objectsById=new Map,this.getBounds=e,this.getId=t??(()=>this._getNextId()),this.CELL_SIZE=i??this.CELL_SIZE;for(let r of n)this.addObject(r)}_getNextId(){return`${this._idCounter++}`}addObject(n){let e=this.getBounds(n),t=this.getId(n),i={...n,spatialIndexId:t};this.objectsById.set(t,i);let r=Math.floor(e.minX/this.CELL_SIZE),s=Math.floor(e.minY/this.CELL_SIZE),o=Math.floor(e.maxX/this.CELL_SIZE),a=Math.floor(e.maxY/this.CELL_SIZE);for(let c=r;c<=o;c++)for(let l=s;l<=a;l++){let u=`${c}x${l}`,p=this.buckets.get(u);p?p.push(i):this.buckets.set(u,[i])}}removeObject(n){let e=this.objectsById.get(n);if(!e)return!1;this.objectsById.delete(n);let t=this.getBounds(e),i=Math.floor(t.minX/this.CELL_SIZE),r=Math.floor(t.minY/this.CELL_SIZE),s=Math.floor(t.maxX/this.CELL_SIZE),o=Math.floor(t.maxY/this.CELL_SIZE);for(let a=i;a<=s;a++)for(let c=r;c<=o;c++){let l=`${a}x${c}`,u=this.buckets.get(l);if(u){let p=u.findIndex(d=>d.spatialIndexId===n);p!==-1&&(u.splice(p,1),u.length===0&&this.buckets.delete(l))}}return!0}getBucketKey(n,e){return`${Math.floor(n/this.CELL_SIZE)}x${Math.floor(e/this.CELL_SIZE)}`}getObjectsInBounds(n,e=0){let t=[],i=new Set,r=Math.floor((n.minX-e)/this.CELL_SIZE),s=Math.floor((n.minY-e)/this.CELL_SIZE),o=Math.floor((n.maxX+e)/this.CELL_SIZE),a=Math.floor((n.maxY+e)/this.CELL_SIZE);for(let c=r;c<=o;c++)for(let l=s;l<=a;l++){let u=`${c}x${l}`,p=this.buckets.get(u)||[];for(let d of p){let _=d.spatialIndexId;i.has(_)||(i.add(_),t.push(d))}}return t}},P1=n=>n.type==="pcb_trace_segment"?{minX:Math.min(n.x1,n.x2),minY:Math.min(n.y1,n.y2),maxX:Math.max(n.x1,n.x2),maxY:Math.max(n.y1,n.y2)}:s_([n]),PA=.1,z9t=.15;var $9t=.2,D9t=.3,k1=.005;function j9t(n){let e=new Set;for(let t of n.route)t.route_type==="wire"&&(t.start_pcb_port_id&&e.add(t.start_pcb_port_id),t.end_pcb_port_id&&e.add(t.end_pcb_port_id));return Array.from(e)}function kA(n){let e=new Set;for(let t of n)for(let i of j9t(t))e.add(i);return Array.from(e)}var B9t=(n,e)=>{let t={x:n.x1,y:n.y1},i={x:n.x2,y:n.y2},r={x:e.x1,y:e.y1},s={x:e.x2,y:e.y2},o={x:i.x-t.x,y:i.y-t.y},a={x:s.x-r.x,y:s.y-r.y},c=o.x*o.x+o.y*o.y,l=a.x*a.x+a.y*a.y;if(c===0||l===0){if(c===0&&l===0)return{x:(t.x+r.x)/2,y:(t.y+r.y)/2};if(c===0){let B=Vo(((t.x-r.x)*a.x+(t.y-r.y)*a.y)/l,0,1),j={x:r.x+B*a.x,y:r.y+B*a.y};return{x:(t.x+j.x)/2,y:(t.y+j.y)/2}}let A=Vo(((r.x-t.x)*o.x+(r.y-t.y)*o.y)/c,0,1),R={x:t.x+A*o.x,y:t.y+A*o.y};return{x:(R.x+r.x)/2,y:(R.y+r.y)/2}}let u={x:t.x-r.x,y:t.y-r.y},p=o.x*o.x+o.y*o.y,d=o.x*a.x+o.y*a.y,_=o.x*u.x+o.y*u.y,g=a.x*a.x+a.y*a.y,x=a.x*u.x+a.y*u.y,v=p*g-d*d;if(v<1e-10)return Y9t(t,i,r,s,o,a,c,l);let w=(d*x-g*_)/v,P=(p*x-d*_)/v;w=Vo(w,0,1),P=Vo(P,0,1),P=(w*d+x)/g,P=Vo(P,0,1),w=(P*d-_)/p,w=Vo(w,0,1);let T={x:t.x+w*o.x,y:t.y+w*o.y},k={x:r.x+P*a.x,y:r.y+P*a.y},C=T.x-k.x,M=T.y-k.y,I=Math.sqrt(C*C+M*M);return{x:(T.x+k.x)/2,y:(T.y+k.y)/2}},Y9t=(n,e,t,i,r,s,o,a)=>{let c=((t.x-n.x)*r.x+(t.y-n.y)*r.y)/o;c=Vo(c,0,1);let l={x:n.x+c*r.x,y:n.y+c*r.y},u=((i.x-n.x)*r.x+(i.y-n.y)*r.y)/o;u=Vo(u,0,1);let p={x:n.x+u*r.x,y:n.y+u*r.y},d=((n.x-t.x)*s.x+(n.y-t.y)*s.y)/a;d=Vo(d,0,1);let _={x:t.x+d*s.x,y:t.y+d*s.y},g=((e.x-t.x)*s.x+(e.y-t.y)*s.y)/a;g=Vo(g,0,1);let x={x:t.x+g*s.x,y:t.y+g*s.y},w=[{pointA:l,pointB:t,distance:Math.sqrt((l.x-t.x)**2+(l.y-t.y)**2)},{pointA:p,pointB:i,distance:Math.sqrt((p.x-i.x)**2+(p.y-i.y)**2)},{pointA:n,pointB:_,distance:Math.sqrt((n.x-_.x)**2+(n.y-_.y)**2)},{pointA:e,pointB:x,distance:Math.sqrt((e.x-x.x)**2+(e.y-x.y)**2)}].reduce((P,T)=>T.distance<P.distance?T:P);return{x:(w.pointA.x+w.pointB.x)/2,y:(w.pointA.y+w.pointB.y)/2}},Vo=(n,e,t)=>Math.max(e,Math.min(t,n)),X9t=n=>{if(n.type==="pcb_via"||n.type==="pcb_plated_hole"&&n.shape==="circle")return n.outer_diameter/2;if(n.type==="pcb_hole"&&n.hole_shape==="circle")return n.hole_diameter/2;if(n.type==="pcb_smtpad"&&n.shape==="circle")return n.radius;throw new Error(`Could not determine radius of element: ${JSON.stringify(n)}`)},UQ=(n,e)=>{let t={x:n.x1,y:n.y1},i={x:n.x2,y:n.y2},r=e.minX,s=e.minY,o=e.maxX,a=e.maxY;if(t.x===i.x&&t.y===i.y){let E=Math.max(r,Math.min(o,t.x)),A=Math.max(s,Math.min(a,t.y));return E===t.x&&A===t.y?{x:t.x,y:t.y}:{x:E,y:A}}let c=i.x-t.x,l=i.y-t.y,u=c!==0?(r-t.x)/c:Number.NEGATIVE_INFINITY,p=c!==0?(o-t.x)/c:Number.POSITIVE_INFINITY,d=l!==0?(s-t.y)/l:Number.NEGATIVE_INFINITY,_=l!==0?(a-t.y)/l:Number.POSITIVE_INFINITY,g=Math.max(Math.min(u,p),Math.min(d,_)),x=Math.min(Math.max(u,p),Math.max(d,_));if(g<=x&&x>=0&&g<=1){let E=Math.max(0,Math.min(1,g));return{x:t.x+E*c,y:t.y+E*l}}let v={x:Math.max(r,Math.min(o,t.x)),y:Math.max(s,Math.min(a,t.y))},w={x:Math.max(r,Math.min(o,i.x)),y:Math.max(s,Math.min(a,i.y))},P=(v.x-t.x)**2+(v.y-t.y)**2,T=(w.x-i.x)**2+(w.y-i.y)**2,k=[{start:{x:r,y:s},end:{x:o,y:s}},{start:{x:o,y:s},end:{x:o,y:a}},{start:{x:o,y:a},end:{x:r,y:a}},{start:{x:r,y:a},end:{x:r,y:s}}],C=Math.min(P,T),M=P<=T?v:w,I=(E,A,R)=>Math.max(A,Math.min(R,E));for(let E of k){let A={x:i.x-t.x,y:i.y-t.y},R={x:E.end.x-E.start.x,y:E.end.y-E.start.y},B={x:t.x-E.start.x,y:t.y-E.start.y},j=A.x*A.x+A.y*A.y,U=A.x*R.x+A.y*R.y,V=A.x*B.x+A.y*B.y,H=R.x*R.x+R.y*R.y,et=R.x*B.x+R.y*B.y,tt=j*H-U*U;if(Math.abs(tt)<1e-10)continue;let mt=(U*et-H*V)/tt,G=(j*et-U*V)/tt;mt=I(mt,0,1),G=I(G,0,1);let Q={x:t.x+mt*A.x,y:t.y+mt*A.y},nt={x:E.start.x+G*R.x,y:E.start.y+G*R.y},pt=Q.x-nt.x,ht=Q.y-nt.y,wt=pt*pt+ht*ht;wt<C&&(C=wt,M={x:(Q.x+nt.x)/2,y:(Q.y+nt.y)/2})}return M};function U9t(n){return n.type==="pcb_trace_segment"?[n.layer]:n.type==="pcb_smtpad"?[n.layer]:n.type==="pcb_plated_hole"?Array.isArray(n.layers)?n.layers:[...Nm]:n.type==="pcb_hole"?[...Nm]:n.type==="pcb_via"?Array.isArray(n.layers)?n.layers:[...Nm]:n.type==="pcb_keepout"?Array.isArray(n.layers)?n.layers:[]:[]}function GQ(n,{connMap:e}={}){let t=[];e??(e=tr(n));let r=Ze(n).pcb_trace.list().flatMap(g=>{let x=[];for(let v=0;v<g.route.length-1;v++){let w=g.route[v],P=g.route[v+1];w.route_type==="wire"&&P.route_type==="wire"&&w.layer===P.layer&&x.push({type:"pcb_trace_segment",pcb_trace_id:g.pcb_trace_id,_pcbTrace:g,thickness:"width"in w?w.width:"width"in P?P.width:z9t,layer:w.layer,x1:w.x,y1:w.y,x2:P.x,y2:P.y})}return x}),s=Ze(n).pcb_smtpad.list(),o=Ze(n).pcb_plated_hole.list(),a=Ze(n).pcb_hole.list(),c=Ze(n).pcb_via.list(),l=Ze(n).pcb_keepout.list(),u=[...r,...s,...o,...a,...c,...l],p=new F9t({objects:u,getBounds:P1}),d=g=>Is(n,g),_=new Set;for(let g of r){let x=PA,v=P1(g),w=p.getObjectsInBounds(v,x+g.thickness/2);if(!(g.x1===g.x2&&g.y1===g.y2))for(let P of w){if(!U9t(P).includes(g.layer))continue;if(P.type==="pcb_trace_segment"){let M=P;if(g.layer!==M.layer||e.areIdsConnected(g.pcb_trace_id,M.pcb_trace_id))continue;let I=i_({x:g.x1,y:g.y1},{x:g.x2,y:g.y2},{x:M.x1,y:M.y1},{x:M.x2,y:M.y2})-g.thickness/2-M.thickness/2;if(I>PA-k1)continue;let E=`overlap_${g.pcb_trace_id}_${M.pcb_trace_id}`,A=`overlap_${M.pcb_trace_id}_${g.pcb_trace_id}`;if(_.has(E)||_.has(A))continue;_.add(E),t.push({type:"pcb_trace_error",error_type:"pcb_trace_error",message:`PCB trace ${d(g.pcb_trace_id)} overlaps with ${d(M.pcb_trace_id)} ${I<0?"(accidental contact)":`(gap: ${I.toFixed(3)}mm)`}`,pcb_trace_id:g.pcb_trace_id,source_trace_id:"",pcb_trace_error_id:E,pcb_component_ids:[],center:B9t(g,M),pcb_port_ids:kA([g._pcbTrace,M._pcbTrace])});continue}let T=Lo(P);if(e.areIdsConnected(g.pcb_trace_id,"pcb_trace_id"in P?P.pcb_trace_id:T))continue;if(P.type==="pcb_via"||P.type==="pcb_plated_hole"&&P.shape==="circle"||P.type==="pcb_hole"||P.type==="pcb_smtpad"&&P.shape==="circle"){let M=X9t(P),E=vS({x:g.x1,y:g.y1},{x:g.x2,y:g.y2},{x:P.x,y:P.y,radius:M})-g.thickness/2;if(E>PA-k1)continue;let A=`overlap_${g.pcb_trace_id}_${T}`;if(_.has(A))continue;_.add(A),t.push({type:"pcb_trace_error",error_type:"pcb_trace_error",message:`PCB trace ${d(g.pcb_trace_id)} overlaps with ${P.type} "${d(Lo(P))}" ${E<0?"(accidental contact)":`(gap: ${E.toFixed(3)}mm)`}`,pcb_trace_id:g.pcb_trace_id,center:UQ(g,P1(P)),source_trace_id:"",pcb_trace_error_id:A,pcb_component_ids:["pcb_component_id"in P?P.pcb_component_id:void 0].filter(Boolean),pcb_port_ids:[...kA([g._pcbTrace]),"pcb_port_id"in P?P.pcb_port_id:void 0].filter(Boolean)})}let C=Ig({x:g.x1,y:g.y1},{x:g.x2,y:g.y2},P1(P))-g.thickness/2;if(C+k1<x){let M=`overlap_${g.pcb_trace_id}_${T}`;if(_.has(M))continue;_.add(M),t.push({type:"pcb_trace_error",error_type:"pcb_trace_error",message:`PCB trace ${d(g.pcb_trace_id)} overlaps with ${P.type} "${d(Lo(P))}" ${C<0?"(accidental contact)":`(gap: ${C.toFixed(3)}mm)`}`,pcb_trace_id:g.pcb_trace_id,source_trace_id:"",pcb_trace_error_id:M,pcb_component_ids:["pcb_component_id"in P?P.pcb_component_id:void 0].filter(Boolean),center:UQ(g,P1(P)),pcb_port_ids:[...kA([g._pcbTrace]),"pcb_port_id"in P?P.pcb_port_id:void 0].filter(Boolean)})}}}return t}function HQ(n){return n.area()>=0}function WQ({center:n,size:e,rotationDeg:t=0}){let i=n.x,r=n.y,s=e.width/2,o=e.height/2,a=[new Uo(i-s,r-o),new Uo(i+s,r-o),new Uo(i+s,r+o),new Uo(i-s,r+o)],c=new _1(a);if(t){let l=sS(t,i,r),u=a.map(p=>{let d=oe(l,{x:p.x,y:p.y});return new Uo(d.x,d.y)});c=new _1(u)}return HQ(c)||c.reverse(),c}function V9t({board:n}){if(n.outline&&n.outline.length>0){let e=n.outline.map(i=>new Uo(i.x,i.y)),t=new _1(e);return HQ(t)||t.reverse(),t}return n.center&&typeof n.width=="number"&&typeof n.height=="number"?WQ({center:n.center,size:{width:n.width,height:n.height},rotationDeg:0}):null}function G9t({circuitJson:n,component:e}){if(e.source_component_id){let t=n.find(i=>i.type==="source_component"&&i.source_component_id===e.source_component_id);if(t&&"name"in t&&t.name)return t.name}return Is(n,e.pcb_component_id)||"Unknown"}function H9t(n,e,t,i,r,s){let o=new Uo(t.x,t.y);if(!e.contains(o)){let x=e.distanceTo(o);return Array.isArray(x)?x[0]:Number(x)||0}let a=i/2,c=r/2,l=[{x:t.x-a,y:t.y-c},{x:t.x+a,y:t.y-c},{x:t.x+a,y:t.y+c},{x:t.x-a,y:t.y+c}],u=[];for(let x=0;x<4;x++){let v=(x+1)%4;u.push({x:(l[x].x+l[v].x)/2,y:(l[x].y+l[v].y)/2})}let p=sS(s,t.x,t.y),d=x=>{let v=oe(p,x);return new Uo(v.x,v.y)},_=l.concat(u).map(d),g=0;for(let x of _)if(!e.contains(x)){let v=e.distanceTo(x),w=Array.isArray(v)?v[0]:Number(v)||0;w>g&&(g=w)}if(g>0)return g;try{let x=JN.intersect(n,e),v=0;x?Array.isArray(x)?v=x.reduce((P,T)=>P+(typeof T.area=="function"?T.area():0),0):typeof x.area=="function"?v=x.area():v=0:v=0;let w=n.area();if(v>0&&v<w){let P=1-v/w,T=Math.abs(i),k=Math.abs(r);return Math.min(T,k)*P}else return .1}catch{return .1}}function qQ(n){let e=n.find(s=>s.type==="pcb_board");if(!e)return[];let t=V9t({board:e});if(!t)return[];let i=n.filter(s=>s.type==="pcb_component");if(i.length===0)return[];let r=[];for(let s of i){if(!s.center||typeof s.width!="number"||typeof s.height!="number"||s.width<=0||s.height<=0)continue;let o=WQ({center:s.center,size:{width:s.width,height:s.height},rotationDeg:s.rotation||0});if(o.area()===0||t.contains(o))continue;let c=H9t(o,t,s.center,s.width,s.height,s.rotation||0),l=G9t({circuitJson:n,component:s}),u=Math.round(c*100)/100;r.push({type:"pcb_component_outside_board_error",error_type:"pcb_component_outside_board_error",pcb_component_outside_board_error_id:`pcb_component_outside_board_${s.pcb_component_id}`,message:`Component ${l} (${s.pcb_component_id}) extends outside board boundaries by ${u}mm`,pcb_component_id:s.pcb_component_id,pcb_board_id:e.pcb_board_id,component_center:s.center,component_bounds:{min_x:o.box.xmin,max_x:o.box.xmax,min_y:o.box.ymin,max_y:o.box.ymax},subcircuit_id:s.subcircuit_id,source_component_id:s.source_component_id})}return r}function W9t(n,e){return Math.hypot(n.x-e.x,n.y-e.y)}function ZQ(n,{connMap:e,minSpacing:t=$9t}={}){let i=n.filter(o=>o.type==="pcb_via");if(i.length<2)return[];e??(e=tr(n));let r=[],s=new Set;for(let o=0;o<i.length;o++)for(let a=o+1;a<i.length;a++){let c=i[o],l=i[a];if(!e.areIdsConnected(c.pcb_via_id,l.pcb_via_id))continue;let u=W9t(c,l)-c.outer_diameter/2-l.outer_diameter/2;if(u+k1>=t)continue;let p=[c.pcb_via_id,l.pcb_via_id].sort().join("_");s.has(p)||(s.add(p),r.push({type:"pcb_via_clearance_error",pcb_error_id:`same_net_vias_close_${p}`,message:`Vias ${Is(n,c.pcb_via_id)} and ${Is(n,l.pcb_via_id)} are too close together (gap: ${u.toFixed(3)}mm)`,error_type:"pcb_via_clearance_error",pcb_via_ids:[c.pcb_via_id,l.pcb_via_id],minimum_clearance:t,actual_clearance:u,pcb_center:{x:(c.x+l.x)/2,y:(c.y+l.y)/2}}))}return r}function q9t(n,e){return Math.hypot(n.x-e.x,n.y-e.y)}function KQ(n,{connMap:e,minSpacing:t=D9t}={}){let i=n.filter(o=>o.type==="pcb_via");if(i.length<2)return[];e??(e=tr(n));let r=[],s=new Set;for(let o=0;o<i.length;o++)for(let a=o+1;a<i.length;a++){let c=i[o],l=i[a];if(e.areIdsConnected(c.pcb_via_id,l.pcb_via_id))continue;let u=q9t(c,l)-c.outer_diameter/2-l.outer_diameter/2;if(u+k1>=t)continue;let p=[c.pcb_via_id,l.pcb_via_id].sort().join("_");s.has(p)||(s.add(p),r.push({type:"pcb_via_clearance_error",pcb_error_id:`different_net_vias_close_${p}`,message:`Vias ${Is(n,c.pcb_via_id)} and ${Is(n,l.pcb_via_id)} from different nets are too close together (gap: ${u.toFixed(3)}mm)`,error_type:"pcb_via_clearance_error",pcb_via_ids:[c.pcb_via_id,l.pcb_via_id],minimum_clearance:t,actual_clearance:u,pcb_center:{x:(c.x+l.x)/2,y:(c.y+l.y)/2}}))}return r}var Z9t=.2;function K9t(n){if(n.outline&&n.outline.length>0)return n.outline.map(e=>({x:e.x,y:e.y}));if(n.center&&typeof n.width=="number"&&typeof n.height=="number"){let e=n.center.x,t=n.center.y,i=n.width/2,r=n.height/2;return[{x:e-i,y:t-r},{x:e+i,y:t-r},{x:e+i,y:t+r},{x:e-i,y:t+r}]}return null}function JQ(n,e={}){let t=[],i=e.margin??Z9t,r=n.find(a=>a.type==="pcb_board");if(!r)return t;let s=K9t(r);if(!s)return t;let o=Ze(n).pcb_trace.list();for(let a of o)if(!(a.route.length<2))for(let c=0;c<a.route.length-1;c++){let l=a.route[c],u=a.route[c+1];if(l.route_type!=="wire"||u.route_type!=="wire")continue;let p="width"in l?l.width:"width"in u?u.width:.1,d={x:l.x,y:l.y},_={x:u.x,y:u.y},g=1/0;for(let v=0;v<s.length;v++){let w=s[v],P=s[(v+1)%s.length],T=i_(d,_,w,P);T<g&&(g=T)}let x=p/2+i;if(g<x){let v={type:"pcb_trace_error",error_type:"pcb_trace_error",pcb_trace_error_id:`trace_too_close_to_board_${a.pcb_trace_id}_segment_${c}`,message:`Trace too close to board edge (${g.toFixed(3)}mm < ${x.toFixed(3)}mm required, margin: ${i}mm)`,pcb_trace_id:a.pcb_trace_id,source_trace_id:a.source_trace_id||"",center:{x:(d.x+_.x)/2,y:(d.y+_.y)/2},pcb_component_ids:[],pcb_port_ids:[]};t.push(v)}}return t}function J9t(n,e){let t=s_([n]),i=s_([e]);return Hc(t,i)}function QQ(n){let e=[],t=tr(n),i=Ze(n).pcb_smtpad.list(),r=Ze(n).pcb_plated_hole.list(),s=Ze(n).pcb_hole.list(),o=new Map;for(let c of i){let l=c.pcb_component_id||`standalone_pad_${Lo(c)}`;o.has(l)||o.set(l,{component_id:l,elements:[],bounds:{minX:0,minY:0,maxX:0,maxY:0}}),o.get(l).elements.push(c)}for(let c of r){let l=c.pcb_component_id||`standalone_plated_hole_${Lo(c)}`;o.has(l)||o.set(l,{component_id:l,elements:[],bounds:{minX:0,minY:0,maxX:0,maxY:0}}),o.get(l).elements.push(c)}for(let c of s){let l=`standalone_hole_${Lo(c)}`;o.set(l,{component_id:l,elements:[c],bounds:{minX:0,minY:0,maxX:0,maxY:0}})}for(let[c,l]of o)l.elements.length>0&&(l.bounds=s_(l.elements));let a=Array.from(o.values());for(let c=0;c<a.length;c++)for(let l=c+1;l<a.length;l++){let u=a[c],p=a[l];if(Hc(u.bounds,p.bounds))for(let d of u.elements)for(let _ of p.elements){let g=Lo(d),x=Lo(_);if(!(d.type==="pcb_smtpad"&&_.type==="pcb_smtpad"&&t.areIdsConnected(g,x))&&J9t(d,_)){let v={type:"pcb_footprint_overlap_error",pcb_error_id:`pcb_footprint_overlap_${g}_${x}`,error_type:"pcb_footprint_overlap_error",message:`PCB component ${d.type} "${g}" overlaps with ${_.type} "${x}"`};(d.type==="pcb_smtpad"||_.type==="pcb_smtpad")&&(v.pcb_smtpad_ids=[],d.type==="pcb_smtpad"&&v.pcb_smtpad_ids.push(g),_.type==="pcb_smtpad"&&v.pcb_smtpad_ids.push(x)),(d.type==="pcb_plated_hole"||_.type==="pcb_plated_hole")&&(v.pcb_plated_hole_ids=[],d.type==="pcb_plated_hole"&&v.pcb_plated_hole_ids.push(g),_.type==="pcb_plated_hole"&&v.pcb_plated_hole_ids.push(x)),(d.type==="pcb_hole"||_.type==="pcb_hole")&&(v.pcb_hole_ids=[],d.type==="pcb_hole"&&v.pcb_hole_ids.push(g),_.type==="pcb_hole"&&v.pcb_hole_ids.push(x)),e.push(v)}}}return e}function ttt(n){let e=[],t=n.filter(a=>"source_component_id"in a&&(a.type==="source_component"||a.type.startsWith("source_simple_"))),i=n.filter(a=>a.type==="source_port"),r=n.filter(a=>a.type==="source_trace"),s=new Set;for(let a of r)for(let c of a.connected_source_port_ids??[])s.add(c);let o=new Map;for(let a of t)"internally_connected_source_port_ids"in a&&a.internally_connected_source_port_ids&&o.set(a.source_component_id,a.internally_connected_source_port_ids);for(let a of o.values())for(let c of a)if(c.some(l=>s.has(l)))for(let l of c)s.add(l);for(let a of i)if(a.must_be_connected===!0&&!s.has(a.source_port_id)){let l=t.find(u=>u.source_component_id===a.source_component_id)?.name??"Unknown";e.push({type:"source_pin_must_be_connected_error",source_pin_must_be_connected_error_id:`source_pin_must_be_connected_error_${a.source_port_id}`,error_type:"source_pin_must_be_connected_error",message:`Port ${a.name} on ${l} must be connected but is floating`,source_component_id:a.source_component_id??"",source_port_id:a.source_port_id,subcircuit_id:a.subcircuit_id})}return e}St();var TA=[{value:1e12,symbol:"T"},{value:1e9,symbol:"G"},{value:1e6,symbol:"M"},{value:1e3,symbol:"k"},{value:1,symbol:""},{value:.001,symbol:"m"},{value:1e-6,symbol:"\xB5"},{value:1e-9,symbol:"n"},{value:1e-12,symbol:"p"}];function gi(n){if(n==null)return"";if(n===0)return"0";let e=Math.abs(n),t=TA.find(s=>{let o=e/s.value;return o>=1&&o<1e3})||TA[TA.length-1],r=(n/t.value).toPrecision(3);return r.includes(".")&&!/\.0+$/.test(r)&&(r=r.replace(/0+$/,"")),r=r.replace(/\.0+$/,""),`${r}${t.symbol}`}St();Ae();Ng();var Q9t=n=>{let e=n.board_edge_margin??0;if(n.outline&&n.outline.length>0){let r=new L.Polygon(n.outline.map(s=>L.point(s.x,s.y)));return r.orientation()===L.ORIENTATION.CW&&r.reverse(),r}let{bounds:t}=n,i={minX:t.minX+e,minY:t.minY+e,maxX:t.maxX-e,maxY:t.maxY-e};return i.minX>=i.maxX||i.minY>=i.maxY?new L.Polygon:new L.Polygon(new L.Box(i.minX,i.minY,i.maxX,i.maxY).toPoints())},MA=(n,e=32)=>{let t=[];for(let i=0;i<e;i++){let r=i/e*2*Math.PI;t.push(new L.Point(n.center.x+n.r*Math.cos(r),n.center.y+n.r*Math.sin(r)))}return new L.Polygon(t)},t6t=n=>n.shape==="rect",e6t=n=>n.shape==="trace",n6t=n=>n.shape==="circle",i6t=n=>n.shape==="polygon",r6t=(n,e,t,i)=>{let r=[],{padMargin:s,traceMargin:o,board_edge_margin:a,cutoutMargin:c}=t;if(i&&i.length>0&&a&&a>0){let l=new L.Polygon(i.map(p=>L.point(p.x,p.y)));l.area()<0&&l.reverse();let u=l.vertices;for(let p=0;p<u.length;p++){let d=u[p===0?u.length-1:p-1],_=u[p],g=u[(p+1)%u.length];if(!d||!_||!g)continue;let x=new L.Vector(d,_),v=new L.Vector(_,g),w=x.cross(v),P=new L.Circle(_,a);if(r.push(MA(P)),w<0){let T=new L.Box(_.x-a,_.y-a,_.x+a,_.y+a);r.push(new L.Polygon(T.toPoints()))}}for(let p=0;p<u.length;p++){let d=u[p],_=u[(p+1)%u.length];if(!d||!_)continue;let g=Math.hypot(d.x-_.x,d.y-_.y);if(g===0)continue;let x=a*2,v=(d.x+_.x)/2,w=(d.y+_.y)/2,P=Math.atan2(_.y-d.y,_.x-d.x)*180/Math.PI,T=g/2,k=x/2,C=P*Math.PI/180,M=Math.cos(C),I=Math.sin(C),A=[{x:-T,y:-k},{x:T,y:-k},{x:T,y:k},{x:-T,y:k}].map(R=>({x:v+R.x*M-R.y*I,y:w+R.x*I+R.y*M}));r.push(new L.Polygon(A.map(R=>L.point(R.x,R.y))))}}for(let l of n){if(l.connectivityKey===e)continue;let p=l.connectivityKey.startsWith("hole:")||l.connectivityKey.startsWith("cutout:");if(n6t(l)){let d=p?c??0:s,_=new L.Circle(new L.Point(l.x,l.y),l.radius+d);r.push(MA(_));continue}if(t6t(l)){let d=p?c??0:s,{bounds:_}=l,g=new L.Box(_.minX-d,_.minY-d,_.maxX+d,_.maxY+d);r.push(new L.Polygon(g.toPoints()));continue}if(i6t(l)){let d=p?c??0:0,_=new Set,g=l.points.filter(T=>{let k=`${T.x},${T.y}`;return _.has(k)?!1:(_.add(k),!0)});if(g.length<3)continue;let x=new L.Polygon(g.map(T=>L.point(T.x,T.y)));if(Math.abs(x.area())<1e-9)continue;if(d<=0){r.push(x);continue}x.area()>0&&x.reverse();let v=[],w=x.vertices;for(let T=0;T<w.length;T++){let k=w[T],C=w[(T+1)%w.length],M=L.segment(k,C);if(M.length===0)continue;let I=L.line(M.start,M.end),E=I.norm,A=I.translate(E.multiply(-d));v.push(A)}let P=[];for(let T=0;T<v.length;T++){let k=v[T],C=v[(T+1)%v.length],M=k.intersect(C);M.length>0&&P.push(M[0])}P.length>=3&&r.push(new L.Polygon(P));continue}if(e6t(l)){for(let d of l.segments){let _=new L.Circle(new L.Point(d.x,d.y),l.width/2+o);r.push(MA(_))}for(let d=0;d<l.segments.length-1;d++){let _=l.segments[d],g=l.segments[d+1];if(!_||!g)continue;let x=Math.hypot(_.x-g.x,_.y-g.y);if(x===0)continue;let v=l.width+o*2,w=(_.x+g.x)/2,P=(_.y+g.y)/2,T=Math.atan2(g.y-_.y,g.x-_.x)*180/Math.PI,k=x/2,C=v/2,M=T*Math.PI/180,I=Math.cos(M),E=Math.sin(M),R=[{x:-k,y:-C},{x:k,y:-C},{x:k,y:C},{x:-k,y:C}].map(B=>({x:w+B.x*I-B.y*E,y:P+B.x*E+B.y*I}));r.push(new L.Polygon(R.map(B=>L.point(B.x,B.y))))}continue}}return{polygonsToSubtract:r}},ett=n=>n.edges.map(e=>{let t={x:e.start.x,y:e.start.y};if(e.isArc){let i=Math.tan(e.shape.sweep/4);Math.abs(i)>1e-9&&(t.bulge=i)}return t}),s6t=n=>{let e=[],t=Array.isArray(n)?n:[n];for(let i of t){let r=i.splitToIslands();for(let s of r){if(s.isEmpty())continue;let o=[...s.faces],a=o.find(p=>p.orientation()===L.ORIENTATION.CCW),c=o.filter(p=>p.orientation()===L.ORIENTATION.CW);if(!a)continue;a.reverse();let l=ett(a),u=c.map(p=>(p.reverse(),{vertices:ett(p)}));e.push({outer_ring:{vertices:l},inner_rings:u})}}return e},ntt=class extends ZJ{constructor(e){super(e);f(this,"pipelineDef",[]);this.input=e}getOutput(){let e=[];for(let t of this.input.regionsForPour){let i=Q9t(t),r=this.input.pads.filter(c=>c.layer===t.layer),{polygonsToSubtract:s}=r6t(r,t.connectivityKey,{padMargin:t.padMargin,traceMargin:t.traceMargin,board_edge_margin:t.board_edge_margin,cutoutMargin:t.cutout_margin},t.outline),o=i;for(let c of s){let l=Array.isArray(o)?o:[o],u=[];for(let p of l){let d=L.BooleanOperations.subtract(p,c);d&&(Array.isArray(d)?u.push(...d.filter(_=>!_.isEmpty())):d.isEmpty()||u.push(d))}o=u}let a=s6t(o);e.push(...a)}return{brep_shapes:e}}},itt=(n,e)=>{let t=n.filter(T=>T.type==="source_port"),i=n.filter(T=>T.type==="pcb_port"),r=n.filter(T=>T.type==="source_trace"),s=n.filter(T=>T.type==="pcb_trace"),o=n.filter(T=>T.type==="source_net"),a=n.find(T=>T.type==="pcb_board");if(!a)throw new Error("No pcb_board found in circuit json");let c=Object.fromEntries(t.map(T=>[T.source_port_id,T.subcircuit_connectivity_map_key])),l=Object.fromEntries(i.map(T=>[T.pcb_port_id,c[T.source_port_id]])),u={};for(let T of i)T.pcb_port_id&&(u[T.pcb_port_id]=l[T.pcb_port_id]);let p=Object.fromEntries(r.map(T=>[T.source_trace_id,T.subcircuit_connectivity_map_key])),d=Object.fromEntries(o.map(T=>[T.source_net_id,T.subcircuit_connectivity_map_key])),_={...p,...d},g=Object.fromEntries(s.map(T=>[T.pcb_trace_id,T.source_trace_id?_[T.source_trace_id]:void 0]).filter(T=>!!T[1])),x=[];for(let T of n)if(T.type==="pcb_smtpad"){let k=T;if(k.layer!==e.layer)continue;let C;k.pcb_port_id&&(C=l[k.pcb_port_id]),C||(C=`unconnected:${k.pcb_smtpad_id}`),k.shape==="rect"?x.push({shape:"rect",padId:k.pcb_smtpad_id,layer:k.layer,connectivityKey:C,bounds:{minX:k.x-k.width/2,minY:k.y-k.height/2,maxX:k.x+k.width/2,maxY:k.y+k.height/2}}):k.shape==="circle"&&x.push({shape:"circle",padId:k.pcb_smtpad_id,layer:k.layer,connectivityKey:C,x:k.x,y:k.y,radius:k.radius})}else if(T.type==="pcb_plated_hole"){let k=T;if(k.shape!=="circle"||!k.layers.includes(e.layer))continue;let C=u[k.pcb_plated_hole_id];C||(C=`unconnected-plated-hole:${k.pcb_plated_hole_id}`),x.push({shape:"circle",padId:k.pcb_plated_hole_id,layer:e.layer,connectivityKey:C,x:k.x,y:k.y,radius:k.outer_diameter/2})}else if(T.type==="pcb_hole"){let k=T;if(k.hole_shape!=="circle")continue;x.push({shape:"circle",padId:k.pcb_hole_id,layer:e.layer,connectivityKey:`hole:${k.pcb_hole_id}`,x:k.x,y:k.y,radius:k.hole_diameter/2})}else if(T.type==="pcb_cutout"){let k=T;k.shape==="rect"?x.push({shape:"rect",padId:k.pcb_cutout_id,layer:e.layer,connectivityKey:`cutout:${k.pcb_cutout_id}`,bounds:{minX:k.center.x-k.width/2,minY:k.center.y-k.height/2,maxX:k.center.x+k.width/2,maxY:k.center.y+k.height/2}}):k.shape==="circle"?x.push({shape:"circle",padId:k.pcb_cutout_id,layer:e.layer,connectivityKey:`cutout:${k.pcb_cutout_id}`,x:k.center.x,y:k.center.y,radius:k.radius}):k.shape==="polygon"&&x.push({shape:"polygon",padId:k.pcb_cutout_id,layer:e.layer,connectivityKey:`cutout:${k.pcb_cutout_id}`,points:k.points})}else if(T.type==="pcb_via"){let k=T;if(!k.layers.includes(e.layer))continue;let C=k.subcircuit_connectivity_map_key??g[k.pcb_trace_id??""]??`unconnected-via:${k.pcb_via_id}`;x.push({shape:"circle",padId:k.pcb_via_id,layer:e.layer,connectivityKey:C,x:k.x,y:k.y,radius:k.outer_diameter/2})}else if(T.type==="pcb_trace"){let k=T;if(!k.source_trace_id)continue;let C=_[k.source_trace_id];if(!C)continue;let M=[],I=null,E=()=>{M.length>1&&x.push({shape:"trace",padId:`${k.pcb_trace_id}-${x.length}`,layer:e.layer,connectivityKey:C,segments:M,width:I}),M=[],I=null};for(let A of k.route){let R=A;R.route_type==="wire"&&R.layer===e.layer?(I===null&&(I=R.width),M.push({x:R.x,y:R.y})):E()}E()}let{width:v,height:w}=a,P=[{shape:"rect",layer:e.layer,bounds:{minX:-v/2,minY:-w/2,maxX:v/2,maxY:w/2},outline:a.outline,connectivityKey:e.pour_connectivity_key,padMargin:e.pad_margin,traceMargin:e.trace_margin,board_edge_margin:e.board_edge_margin??0,cutout_margin:e.cutout_margin}];return{pads:x,regionsForPour:P}};Ta();St();Ae();var bit=Vt(Zs(),1);var c9=Vt(En(),1),X_=Vt(Zs(),1),A1e=Vt(Zs(),1);var Nd=Vt(ul(),1);var vit=Vt(ul(),1),Sit=Vt(ul(),1);var wit=Vt(ul(),1);var Pit=Vt(ul(),1);var kit=Vt(ul(),1),Tit=Vt(Zs(),1);var oOt=Object.defineProperty,aOt=(n,e)=>{for(var t in e)oOt(n,t,{get:e[t],enumerable:!0})},Zet={};aOt(Zet,{AnalogSimulation:()=>git,Battery:()=>Qnt,Board:()=>g9,Breakout:()=>Vnt,BreakoutPoint:()=>Gnt,CadAssembly:()=>hnt,CadModel:()=>pnt,Capacitor:()=>x9,Chip:()=>X1,Constraint:()=>Ont,CopperPour:()=>Jnt,Crystal:()=>rit,Cutout:()=>j1,Diode:()=>b9,FabricationNoteDimension:()=>$nt,FabricationNotePath:()=>Fnt,FabricationNoteRect:()=>Lnt,FabricationNoteText:()=>znt,Footprint:()=>cnt,Fuse:()=>Ent,Group:()=>yl,Hole:()=>U_,Inductor:()=>S9,Jumper:()=>Cnt,Keepout:()=>Jw,Led:()=>Nnt,Mosfet:()=>sit,Net:()=>p9,NetLabel:()=>Hnt,NormalComponent:()=>Gn,Panel:()=>Tnt,PcbNoteDimension:()=>Xnt,PcbNoteLine:()=>Dnt,PcbNotePath:()=>Ynt,PcbNoteRect:()=>jnt,PcbNoteText:()=>Bnt,PcbTrace:()=>d9,PinHeader:()=>tit,Pinout:()=>Mnt,PlatedHole:()=>Id,Port:()=>Vi,Potentiometer:()=>nit,PowerSource:()=>Ant,PrimitiveComponent:()=>Me,PushButton:()=>iit,Renderable:()=>l9,Resistor:()=>v9,Resonator:()=>eit,SchematicArc:()=>pit,SchematicBox:()=>dit,SchematicCell:()=>_it,SchematicCircle:()=>hit,SchematicLine:()=>lit,SchematicRect:()=>uit,SchematicRow:()=>mit,SchematicTable:()=>fit,SchematicText:()=>cit,SilkscreenCircle:()=>Wnt,SilkscreenLine:()=>Znt,SilkscreenPath:()=>h9,SilkscreenRect:()=>qnt,SilkscreenText:()=>iP,SmtPad:()=>D1,SolderJumper:()=>Int,Subcircuit:()=>Unt,Switch:()=>oit,Symbol:()=>yit,TestPoint:()=>ait,Trace:()=>Fs,TraceHint:()=>_9,Transistor:()=>w9,Via:()=>Knt,VoltageProbe:()=>xit,VoltageSource:()=>Rnt});var cOt=(0,Qet.default)("tscircuit:renderable"),Xa=["ReactSubtreesRender","InflateSubcircuitCircuitJson","SourceNameDuplicateComponentRemoval","PcbFootprintStringRender","InitializePortsFromChildren","CreateNetsFromProps","AssignFallbackProps","CreateTracesFromProps","CreateTracesFromNetLabels","CreateTraceHintsFromProps","SourceGroupRender","AssignNameToUnnamedComponents","SourceRender","SourceParentAttachment","PortMatching","OptimizeSelectorCache","SourceTraceRender","SourceAddConnectivityMapKey","SourceDesignRuleChecks","SimulationRender","SchematicComponentRender","SchematicPortRender","SchematicPrimitiveRender","SchematicComponentSizeCalculation","SchematicLayout","SchematicTraceRender","SchematicReplaceNetLabelsWithSymbols","PcbComponentRender","PcbPrimitiveRender","PcbFootprintLayout","PcbPortRender","PcbPortAttachment","PcbComponentSizeCalculation","PcbComponentAnchorAlignment","PcbLayout","PcbBoardAutoSize","PcbTraceHintRender","PcbManualTraceRender","PcbTraceRender","PcbRouteNetIslands","PcbCopperPourRender","PcbDesignRuleChecks","SilkscreenOverlapAdjustment","CadModelRender","PartsEngineRender","SimulationSpiceEngineRender"],lOt={PcbFootprintLayout:["PcbFootprintStringRender"],PcbComponentSizeCalculation:["PcbFootprintStringRender"],PcbLayout:["PcbFootprintStringRender"],PcbBoardAutoSize:["PcbFootprintStringRender"],PcbTraceHintRender:["PcbFootprintStringRender"],PcbManualTraceRender:["PcbFootprintStringRender"],PcbCopperPourRender:["PcbFootprintStringRender","PcbTraceRender","PcbRouteNetIslands"],PcbTraceRender:["PcbFootprintStringRender"],PcbRouteNetIslands:["PcbFootprintStringRender"],PcbDesignRuleChecks:["PcbFootprintStringRender"],SilkscreenOverlapAdjustment:["PcbFootprintStringRender"],CadModelRender:["PcbFootprintStringRender"],PartsEngineRender:["PcbFootprintStringRender"],PcbComponentAnchorAlignment:["PcbFootprintStringRender"]},uOt=0,l9=class tnt{constructor(e){f(this,"renderPhaseStates");f(this,"shouldBeRemoved",!1);f(this,"children");f(this,"isPcbPrimitive",!1);f(this,"isSchematicPrimitive",!1);f(this,"_renderId");f(this,"_currentRenderPhase",null);f(this,"_asyncEffects",[]);f(this,"parent",null);this._renderId=`${uOt++}`,this.children=[],this.renderPhaseStates={};for(let t of Xa)this.renderPhaseStates[t]={initialized:!1,dirty:!1}}_markDirty(e){this.renderPhaseStates[e].dirty=!0;let t=Xa.indexOf(e);for(let i=t+1;i<Xa.length;i++)this.renderPhaseStates[Xa[i]].dirty=!0;this.parent?._markDirty&&this.parent._markDirty(e)}_queueAsyncEffect(e,t){let i={promise:t(),phase:this._currentRenderPhase,effectName:e,complete:!1};this._asyncEffects.push(i),"root"in this&&this.root&&this.root.emit("asyncEffect:start",{effectName:e,componentDisplayName:this.getString(),phase:i.phase}),i.promise.then(()=>{i.complete=!0,"root"in this&&this.root&&this.root.emit("asyncEffect:end",{effectName:e,componentDisplayName:this.getString(),phase:i.phase})}).catch(r=>{console.error(`Async effect error in ${i.phase} "${e}":
249
249
  ${r.stack}`),i.complete=!0,"root"in this&&this.root&&this.root.emit("asyncEffect:end",{effectName:e,componentDisplayName:this.getString(),phase:i.phase,error:r.toString()})})}_emitRenderLifecycleEvent(e,t){cOt(`${e}:${t} ${this.getString()}`);let i=`renderable:renderLifecycle:${e}:${t}`,r={renderId:this._renderId,componentDisplayName:this.getString(),type:i};"root"in this&&this.root&&(this.root.emit(i,r),this.root.emit("renderable:renderLifecycle:anyEvent",{...r,type:i}))}getString(){return this.constructor.name}_hasIncompleteAsyncEffects(){return this._asyncEffects.some(e=>!e.complete)}_hasIncompleteAsyncEffectsInSubtreeForPhase(e){for(let t of this._asyncEffects)if(!t.complete&&t.phase===e)return!0;for(let t of this.children)if(t._hasIncompleteAsyncEffectsInSubtreeForPhase(e))return!0;return!1}getCurrentRenderPhase(){return this._currentRenderPhase}getRenderGraph(){return{id:this._renderId,currentPhase:this._currentRenderPhase,renderPhaseStates:this.renderPhaseStates,shouldBeRemoved:this.shouldBeRemoved,children:this.children.map(e=>e.getRenderGraph())}}getTopLevelRenderable(){let e=this;for(;e.parent&&e.parent instanceof tnt;)e=e.parent;return e}runRenderCycle(){for(let e of Xa)this.runRenderPhaseForChildren(e),this.runRenderPhase(e)}runRenderPhase(e){this._currentRenderPhase=e;let t=this.renderPhaseStates[e],i=t.initialized,r=t.dirty;if(!i&&this.shouldBeRemoved)return;if(this.shouldBeRemoved&&i){this._emitRenderLifecycleEvent(e,"start"),this?.[`remove${e}`]?.(),t.initialized=!1,t.dirty=!1,this._emitRenderLifecycleEvent(e,"end");return}let s=Xa.indexOf(e)-1;if(s>=0){let a=Xa[s];if(this._asyncEffects.filter(l=>l.phase===a).some(l=>!l.complete))return}let o=lOt[e]||[];if(o.length>0){let a=this.getTopLevelRenderable();for(let c of o)if(a._hasIncompleteAsyncEffectsInSubtreeForPhase(c))return}if(this._emitRenderLifecycleEvent(e,"start"),i){r&&(this?.[`update${e}`]?.(),t.dirty=!1),this._emitRenderLifecycleEvent(e,"end");return}t.dirty=!1,this?.[`doInitial${e}`]?.(),t.initialized=!0,this._emitRenderLifecycleEvent(e,"end")}runRenderPhaseForChildren(e){for(let t of this.children)t.runRenderPhaseForChildren(e),t.runRenderPhase(e)}renderError(e){throw typeof e=="string"?new Error(e):new Error(JSON.stringify(e,null,2))}},Kw={},ent=n=>{let e=Object.fromEntries(Object.entries(n).map(([t,i])=>[t.toLowerCase(),i]));Object.assign(Kw,n),Object.assign(Kw,e)},pOt=class extends Error{constructor(n,e,t){let i,r=Object.keys(t).filter(c=>c!=="_errors"),s=[],o=e.pinLabels;if(o)for(let[c,l]of Object.entries(o)){let u=Array.isArray(l)?l:[l];for(let p of u)typeof p=="string"&&(p.startsWith(" ")||p.endsWith(" "))&&s.push(`pinLabels.${c} ("${p}" has leading or trailing spaces)`)}let a=r.map(c=>c==="pinLabels"&&s.length>0?s.join(", "):t[c]._errors[0]?`${c} (${t[c]._errors[0]})`:`${c} (${JSON.stringify(t[c])})`).join(", ");"name"in e?i=`Invalid props for ${n} "${e.name}": ${a}`:"footprint"in e&&typeof e.footprint=="string"?i=`Invalid props for ${n} (unnamed ${e.footprint} component): ${a}`:i=`Invalid props for ${n} (unnamed): ${a}`,super(i),this.componentName=n,this.originalProps=e,this.formattedError=t}};function GA(n,e){let t=e.match(/^#(\w+)/);if(t)return n.props.id===t[1];let i=e.match(/^\.(\w+)/);if(i)return n.isMatchingNameOrAlias(i[1]);let[r,...s]=e.split(/(?=[#.[])/);return r==="pin"&&(r="port"),r&&r!=="*"&&n.lowercaseComponentName!==r.toLowerCase()?!1:s.every(o=>{if(o.startsWith("#"))return n.props.id===o.slice(1);if(o.startsWith("."))return n.isMatchingNameOrAlias(o.slice(1));let a=o.match(/\[(\w+)=['"]?(.+?)['"]?\]/);if(!a)return!0;let[,c,l]=a;return n.props[c].toString()===l})}var u9={isTag:n=>!0,getParent:n=>n.parent,getChildren:n=>n.children,getName:n=>n.lowercaseComponentName,getAttributeValue:(n,e)=>{if(e==="class"&&"getNameAndAliases"in n)return n.getNameAndAliases().join(" ");if(e==="name"&&n._parsedProps?.name)return n._parsedProps.name;if(n._parsedProps&&e in n._parsedProps){let i=n._parsedProps[e];return typeof i=="string"?i:i!=null?String(i):null}if(e in n){let i=n[e];return typeof i=="string"?i:i!=null?String(i):null}let t=n._attributeLowerToCamelNameMap;if(t){let i=t[e];if(i&&i in n){let r=n[i];return typeof r=="string"?r:r!=null?String(r):null}}return null},hasAttrib:(n,e)=>{if(e==="class")return!!n._parsedProps?.name;if(n._parsedProps&&e in n._parsedProps||e in n)return!0;let t=n._attributeLowerToCamelNameMap;if(t){let i=t[e];if(i&&i in n)return!0}return!1},getSiblings:n=>n.parent?n.parent.children:[],prevElementSibling:n=>{if(!n.parent)return null;let e=n.parent.children,t=e.indexOf(n);return t>0?e[t-1]:null},getText:()=>"",removeSubsets:n=>n.filter((e,t)=>!n.some((i,r)=>t!==r&&i!==e&&i.getDescendants().includes(e))),existsOne:(n,e)=>e.some(n),findAll:(n,e)=>{let t=[],i=r=>{n(r)&&t.push(r);for(let s of r.children)i(s)};for(let r of e)i(r);return t},findOne:(n,e)=>{for(let t of e){if(n(t))return t;let i=t.children;if(i.length>0){let r=u9.findOne(n,i);if(r)return r}}return null},equals:(n,e)=>n._renderId===e._renderId,isHovered:n=>!1,isVisited:n=>!1,isActive:n=>!1},hOt={...u9,getChildren:n=>n.children.filter(e=>!e.isSubcircuit)},yet={...u9,getChildren:n=>n.children.filter(e=>e.isSubcircuit)},dOt=(n,e)=>{let t=n.split("net.")[1]?.split(/[ >]/)[0]??n;return`Net names cannot contain "+" or "-" (component "${e?.componentName??"Unknown component"}" received "${t}" via "${n}"). Try using underscores instead, e.g. VCC_P`},get=(n,e)=>{if(/net\.[^\s>]*\./.test(n))throw new Error('Net names cannot contain a period, try using "sel.net..." to autocomplete with conventional net names, e.g. V3_3');if(/net\.[^\s>]*[+-]/.test(n))throw new Error(dOt(n,e));if(/net\.[0-9]/.test(n)){let t=n.match(/net\.([^ >]+)/),i=t?t[1]:"";throw new Error(`Net name "${i}" cannot start with a number, try using a prefix like "VBUS1"`)}return n.replace(/ pin(?=[\d.])/g," port").replace(/ subcircuit\./g," group[isSubcircuit=true]").replace(/([^ ])\>([^ ])/g,"$1 > $2").replace(/(^|[ >])(?!pin\.)(?!port\.)(?!net\.)([A-Z][A-Za-z0-9_-]*)\.([A-Za-z0-9_-]+)/g,(t,i,r,s)=>{let o=/^\d+$/.test(s)?`pin${s}`:s;return`${i}.${r} > .${o}`}).trim()},HA={adapter:hOt,cacheResults:!0},Me=class extends l9{constructor(e){super(e);f(this,"parent",null);f(this,"children");f(this,"childrenPendingRemoval");f(this,"props");f(this,"_parsedProps");f(this,"externallyAddedAliases");f(this,"isPrimitiveContainer",!1);f(this,"canHaveTextChildren",!1);f(this,"source_group_id",null);f(this,"source_component_id",null);f(this,"schematic_component_id",null);f(this,"pcb_component_id",null);f(this,"cad_component_id",null);f(this,"fallbackUnassignedName");f(this,"_cachedSelectAllQueries",new Map);f(this,"_cachedSelectOneQueries",new Map);this.children=[],this.childrenPendingRemoval=[],this.props=e??{},this.externallyAddedAliases=[];let i=("partial"in this.config.zodProps?this.config.zodProps.partial({name:!0}):this.config.zodProps).safeParse(e??{});if(i.success)this._parsedProps=i.data;else throw new pOt(this.lowercaseComponentName,this.props,i.error.format())}get config(){return{componentName:"",zodProps:h.object({}).passthrough()}}get componentName(){return this.config.componentName}getInheritedProperty(e){let t=this;for(;t;){if(t._parsedProps&&e in t._parsedProps)return t._parsedProps[e];t=t.parent}if(this.root?.platform&&e in this.root.platform)return this.root.platform[e]}getInheritedMergedProperty(e){let t=this.parent?.getInheritedMergedProperty?.(e),i=this._parsedProps?.[e];return{...t,...i}}get lowercaseComponentName(){return this.componentName.toLowerCase()}get isSubcircuit(){return!!this.props.subcircuit||this.lowercaseComponentName==="group"&&this?.parent?.isRoot}get isGroup(){return this.lowercaseComponentName==="group"}get name(){return this._parsedProps.name??this.fallbackUnassignedName}setProps(e){let t=this.config.zodProps.parse({...this.props,...e}),i=this.props;this.props=t,this._parsedProps=this.config.zodProps.parse(e),this.onPropsChange({oldProps:i,newProps:t,changedProps:Object.keys(e)}),this.parent?.onChildChanged?.(this)}_getPcbRotationBeforeLayout(){let{pcbRotation:e}=this.props;return typeof e=="string"?parseFloat(e):e??null}computePcbPropsTransform(){let{_parsedProps:e}=this,t=this._getPcbRotationBeforeLayout()??0;return mi(An(e.pcbX??0,e.pcbY??0),$c(t*Math.PI/180))}_computePcbGlobalTransformBeforeLayout(){let e=this.getSubcircuit()._getPcbManualPlacementForComponent(this);if(e&&this.props.pcbX===void 0&&this.props.pcbY===void 0){let t=this._getPcbRotationBeforeLayout()??0;return mi(this.parent?._computePcbGlobalTransformBeforeLayout()??Sr(),mi(An(e.x,e.y),$c(t*Math.PI/180)))}if(this.isPcbPrimitive){let t=this.getPrimitiveContainer();if(t&&t._parsedProps.layer==="bottom")return mi(this.parent?._computePcbGlobalTransformBeforeLayout()??Sr(),CB(),this.computePcbPropsTransform())}return mi(this.parent?._computePcbGlobalTransformBeforeLayout()??Sr(),this.computePcbPropsTransform())}getPrimitiveContainer(){return this.isPrimitiveContainer?this:this.parent?.getPrimitiveContainer?.()??null}getParentNormalComponent(){let e=this.parent;for(;e;){if(e.isPrimitiveContainer&&e.doInitialPcbComponentRender)return e;e=e.parent}return null}_getPcbCircuitJsonBounds(){return{center:{x:0,y:0},bounds:{left:0,top:0,right:0,bottom:0},width:0,height:0}}_getPcbPrimitiveFlippedHelpers(){let e=this.getPrimitiveContainer(),t=e?e._parsedProps.layer==="bottom":!1;return{isFlipped:t,maybeFlipLayer:r=>t?r==="top"?"bottom":"top":r}}_setPositionFromLayout(e){throw new Error(`_setPositionFromLayout not implemented for ${this.componentName}`)}computeSchematicPropsTransform(){let{_parsedProps:e}=this;return mi(An(e.schX??0,e.schY??0))}computeSchematicGlobalTransform(){let e=this._getSchematicGlobalManualPlacementTransform(this);return e||mi(this.parent?.computeSchematicGlobalTransform?.()??Sr(),this.computeSchematicPropsTransform())}_getSchematicSymbolName(){let{_parsedProps:e}=this,t=this.config.schematicSymbolName,i={horizontal:0,pos_left:0,neg_right:0,pos_right:180,neg_left:180,pos_top:270,neg_bottom:90,vertical:270,pos_bottom:90,neg_top:90},r=e.schOrientation!==void 0?i[e.schOrientation]:e.schRotation;if(r===void 0&&(r=0),r=r%360,r<0&&(r+=360),e.schRotation!==void 0&&r%90!==0)throw new Error(`Schematic rotation ${e.schRotation} is not supported for ${this.componentName}`);let s=`${t}_horz`,o=`${t}_vert`,a=`${t}_up`,c=`${t}_down`,l=`${t}_left`,u=`${t}_right`;if(u in _i&&r===0)return u;if(a in _i&&r===90)return a;if(l in _i&&r===180)return l;if(c in _i&&r===270)return c;if(s in _i&&(r===0||r===180))return s;if(o in _i&&(r===90||r===270))return o;if(t in _i)return t}_getSchematicSymbolNameOrThrow(){let e=this._getSchematicSymbolName();if(!e)throw new Error(`No schematic symbol found (given: "${this.config.schematicSymbolName}")`);return e}getSchematicSymbol(){let e=this._getSchematicSymbolName();return e?_i[e]??null:null}_getPcbManualPlacementForComponent(e){if(!this.isSubcircuit)return null;let t=this.props.manualEdits;if(!t)return null;let i=t?.pcb_placements;if(!i)return null;for(let r of i)if(GA(e,r.selector)||e.props.name===r.selector)return $e(this._computePcbGlobalTransformBeforeLayout(),r.center);return null}_getSchematicManualPlacementForComponent(e){if(!this.isSubcircuit)return null;let t=this.props.manualEdits;if(!t)return null;let i=t.schematic_placements;if(!i)return null;for(let r of i)if(GA(e,r.selector)||e.props.name===r.selector)return $e(this.computeSchematicGlobalTransform(),r.center);return null}_getSchematicGlobalManualPlacementTransform(e){let t=this.getSubcircuit()?._parsedProps.manualEdits;if(!t)return null;for(let i of t.schematic_placements??[])if((GA(e,i.selector)||e.props.name===i.selector)&&i.relative_to==="group_center")return mi(this.parent?._computePcbGlobalTransformBeforeLayout()??Sr(),An(i.center.x,i.center.y));return null}_getGlobalPcbPositionBeforeLayout(){return $e(this._computePcbGlobalTransformBeforeLayout(),{x:0,y:0})}_getGlobalSchematicPositionBeforeLayout(){return $e(this.computeSchematicGlobalTransform(),{x:0,y:0})}get root(){return this.parent?.root??null}onAddToParent(e){this.parent=e}onPropsChange(e){}onChildChanged(e){this.parent?.onChildChanged?.(e)}add(e){let t=e.__text;if(typeof t=="string"){if(this.canHaveTextChildren||t.trim()==="")return;throw new Error(`Invalid JSX Element: Expected a React component but received text "${t}"`)}if(Object.keys(e).length!==0){if(this.lowercaseComponentName==="board"&&e.lowercaseComponentName==="board")throw new Error("Nested boards are not supported");if(e.lowercaseComponentName==="panel")throw new Error("<panel> must be a root-level element");if(!e.onAddToParent)throw new Error(`Invalid JSX Element: Expected a React component but received "${JSON.stringify(e)}"`);e.onAddToParent(this),e.parent=this,this.children.push(e)}}addAll(e){for(let t of e)this.add(t)}remove(e){this.children=this.children.filter(t=>t!==e),this.childrenPendingRemoval.push(e),e.shouldBeRemoved=!0}getSubcircuitSelector(){let e=this.name,t=e?`${this.lowercaseComponentName}.${e}`:this.lowercaseComponentName;return!this.parent||this.parent.isSubcircuit?t:`${this.parent.getSubcircuitSelector()} > ${t}`}getFullPathSelector(){let e=this.name,t=e?`${this.lowercaseComponentName}.${e}`:this.lowercaseComponentName,i=this.parent?.getFullPathSelector?.();return i?`${i} > ${t}`:t}getNameAndAliases(){return[this.name,...this._parsedProps.portHints??[]].filter(Boolean)}isMatchingNameOrAlias(e){return this.getNameAndAliases().includes(e)}isMatchingAnyOf(e){return this.getNameAndAliases().some(t=>e.map(i=>i.toString()).includes(t))}getPcbSize(){throw new Error(`getPcbSize not implemented for ${this.componentName}`)}doesSelectorMatch(e){let t=[this.componentName,this.lowercaseComponentName],i=[this.name].filter(Boolean),r=e.trim().split(/\> /)[0],s=r[0];return r.length>1?!1:!!(e==="*"||e[0]==="#"&&e.slice(1)===this.props.id||e[0]==="."&&i.includes(e.slice(1))||/^[a-zA-Z0-9_]/.test(s)&&t.includes(s))}getSubcircuit(){if(this.isSubcircuit)return this;let e=this.parent?.getSubcircuit?.();if(!e)throw new Error("Component is not inside an opaque group (no board?)");return e}getGroup(){return this.isGroup?this:this.parent?.getGroup?.()??null}doInitialAssignNameToUnnamedComponents(){this._parsedProps.name||(this.fallbackUnassignedName=this.getSubcircuit().getNextAvailableName(this))}doInitialOptimizeSelectorCache(){if(!this.isSubcircuit)return;let e=this.selectAll("port");for(let t of e){let r=(t.getParentNormalComponent?.()??t.parent)?.getNameAndAliases(),s=t.getNameAndAliases();if(r)for(let o of r)for(let a of s){let c=[`.${o} > .${a}`,`.${o} .${a}`];for(let l of c){let u=this._cachedSelectAllQueries.get(l);u?u.push(t):this._cachedSelectAllQueries.set(l,[t])}}}for(let[t,i]of this._cachedSelectAllQueries.entries())i.length===1&&this._cachedSelectOneQueries.set(t,i[0])}selectAll(e){if(this._cachedSelectAllQueries.has(e))return this._cachedSelectAllQueries.get(e);let t=get(e,this),i=j5(t,this,HA);if(i.length>0)return this._cachedSelectAllQueries.set(e,i),i;let[r,...s]=t.split(" "),o=iS(r,this,{adapter:yet});if(!o)return[];let a=o.selectAll(s.join(" "));return this._cachedSelectAllQueries.set(e,a),a}selectOne(e,t){if(this._cachedSelectOneQueries.has(e))return this._cachedSelectOneQueries.get(e);let i=get(e,this);t?.port&&(t.type="port");let r=null;if(t?.type&&(r=j5(i,this,HA).find(l=>l.lowercaseComponentName===t.type)),r??(r=iS(i,this,HA)),r)return this._cachedSelectOneQueries.set(e,r),r;let[s,...o]=i.split(" "),a=iS(s,this,{adapter:yet});return a?(r=a.selectOne(o.join(" "),t),this._cachedSelectOneQueries.set(e,r),r):null}getAvailablePcbLayers(){if(this.isPcbPrimitive){let{maybeFlipLayer:e}=this._getPcbPrimitiveFlippedHelpers();return"layer"in this._parsedProps||this.componentName==="SmtPad"?[e(this._parsedProps.layer??"top")]:"layers"in this._parsedProps?this._parsedProps.layers:this.componentName==="PlatedHole"?this.root?._getBoard()?.allLayers??["top","bottom"]:[]}return[]}getDescendants(){let e=[];for(let t of this.children)e.push(t),e.push(...t.getDescendants());return e}getSelectableDescendants(){let e=[];for(let t of this.children)t.isSubcircuit?e.push(t):(e.push(t),e.push(...t.getSelectableDescendants()));return e}_getPinCount(){return 0}_getSchematicBoxDimensions(){return null}_getSchematicBoxComponentDimensions(){if(this.getSchematicSymbol()||!this.config.shouldRenderAsSchematicBox)return null;let{_parsedProps:e}=this;return{schWidth:e.schWidth,schHeight:e.schHeight}}renderError(e){if(typeof e=="string")return super.renderError(e);switch(e.type){case"pcb_placement_error":this.root?.db.pcb_placement_error.insert(e);break;case"pcb_via_clearance_error":this.root?.db.pcb_via_clearance_error.insert(e);break;case"pcb_trace_error":this.root?.db.pcb_trace_error.insert(e);break;case"pcb_manual_edit_conflict_warning":this.root?.db.pcb_manual_edit_conflict_warning.insert(e);break;default:this.root?.db.pcb_placement_error.insert(e)}}getString(){let{lowercaseComponentName:e,_parsedProps:t,parent:i}=this;return t?.pinNumber!==void 0&&i?.props?.name&&t?.name?`<${e}#${this._renderId}(pin:${t.pinNumber} .${i?.props.name}>.${t.name}) />`:i?.props?.name&&t?.name?`<${e}#${this._renderId}(.${i?.props.name}>.${t?.name}) />`:t?.from&&t?.to?`<${e}#${this._renderId}(from:${t.from} to:${t?.to}) />`:t?.name?`<${e}#${this._renderId} name=".${t?.name}" />`:t?.portHints?`<${e}#${this._renderId}(${t.portHints.map(r=>`.${r}`).join(", ")}) />`:`<${e}#${this._renderId} />`}get[Symbol.toStringTag](){return this.getString()}[Symbol.for("nodejs.util.inspect.custom")](){return this.getString()}},fOt=class extends Me{constructor(n,e){super(n),this._parsedProps={...n,error:e,type:n.type||"unknown",component_name:n.name,error_type:"source_failed_to_create_component_error",message:e instanceof Error?e.message:String(e),pcbX:n.pcbX,pcbY:n.pcbY,schX:n.schX,schY:n.schY}}get config(){return{componentName:"ErrorPlaceholder",zodProps:h.object({}).passthrough()}}doInitialSourceRender(){if(this.root?.db){let n=this._getGlobalPcbPositionBeforeLayout(),e=this._getGlobalSchematicPositionBeforeLayout();this.root.db.source_failed_to_create_component_error.insert({component_name:this._parsedProps.component_name,error_type:"source_failed_to_create_component_error",message:`Could not create ${this._parsedProps.componentType??"component"}${this._parsedProps.name?` "${this._parsedProps.name}"`:""}. ${this._parsedProps.error?.formattedError?._errors?.join("; ")||this._parsedProps.message}`,pcb_center:n,schematic_center:e})}}};function mOt(n,e){return new fOt(n,e)}function _Ot(n,e){let t=n;return t.__tsci={...e},n}var yOt={supportsMutation:!0,createInstance(n,e){let t=Kw[n];if(!t)throw Object.keys(Kw).length===0?new Error("No components registered in catalogue, did you forget to import lib/register-catalogue in your test file?"):new Error(`Unsupported component type "${n}". No element with this name is registered in the @tscircuit/core catalogue. Check for typos or see https://docs.tscircuit.com/category/built-in-elements for a list of valid components. To add your own component, see docs/CREATING_NEW_COMPONENTS.md`);try{return _Ot(new t(e),{})}catch(i){return mOt({...e,componentType:n},i)}},createTextInstance(n){return{__text:n}},appendInitialChild(n,e){n.add(e)},appendChild(n,e){n.add(e)},appendChildToContainer(n,e){n.add(e)},finalizeInitialChildren(){return!1},prepareUpdate(){return null},shouldSetTextContent(){return!1},getRootHostContext(){return{}},getChildHostContext(){return{}},prepareForCommit(){return null},resetAfterCommit(){},commitMount(){},commitUpdate(){},removeChild(){},clearContainer(){},supportsPersistence:!1,getPublicInstance(n){return n},preparePortalMount(n){throw new Error("Function not implemented.")},scheduleTimeout(n,e){throw new Error("Function not implemented.")},cancelTimeout(n){throw new Error("Function not implemented.")},noTimeout:void 0,isPrimaryRenderer:!1,getInstanceFromNode(n){throw new Error("Function not implemented.")},beforeActiveInstanceBlur(){throw new Error("Function not implemented.")},afterActiveInstanceBlur(){throw new Error("Function not implemented.")},prepareScopeUpdate:(n,e)=>{throw new Error("Function not implemented.")},getInstanceFromScope:n=>{throw new Error("Function not implemented.")},detachDeletedInstance:n=>{throw new Error("Function not implemented.")},getCurrentEventPriority:()=>Hw.DefaultEventPriority,getCurrentUpdatePriority:()=>Hw.DefaultEventPriority,resolveUpdatePriority:()=>Hw.DefaultEventPriority,setCurrentUpdatePriority:()=>{},maySuspendCommit:()=>!1,supportsHydration:!1},Xw=(0,Jet.default)(yOt),nnt=n=>{let e={children:[],props:{name:"$root"},add(s){s.parent=this,this.children.push(s)},computePcbGlobalTransform(){return Sr()}},t=[],i=Xw.createContainer(e,0,null,!1,null,"tsci",s=>{console.log("Error in createContainer"),console.error(s),t.push(s)},null);if(Xw.updateContainerSync(n,i,null,()=>{}),Xw.flushSyncWork(),t.length>0)throw t[0];let r=Xw.getPublicRootInstance(i);return r||e.children[0]},B1=(n,e)=>{if(typeof n=="number")return n;if(n.startsWith("pin"))return Number(n.slice(3));if(!e)throw new Error(`No pin labels provided and pin number or label is not a number: "${n}"`);for(let t in e)if((Array.isArray(e[t])?e[t]:[e[t]]).includes(n))return Number(t.replace("pin",""));throw new Error(`No pin labels provided and pin number or label is not a number: "${n}"`)},gOt=(n,e)=>{if(!n)return;let t={},i={};for(let[r,s]of Object.entries(n)){let o=B1(r,e);i[o]={...i[o],...s}}for(let[r,s]of Object.entries(i)){let o=`pin${r}`;t[o]={bottom_margin:s.bottomMargin,left_margin:s.leftMargin,right_margin:s.rightMargin,top_margin:s.topMargin}}return t},xOt=n=>{if(n){if("leftSide"in n||"rightSide"in n||"topSide"in n||"bottomSide"in n)return{left_side:n.leftSide,right_side:n.rightSide,top_side:n.topSide,bottom_side:n.bottomSide};if("leftPinCount"in n||"rightPinCount"in n||"topPinCount"in n||"bottomPinCount"in n)return{left_size:n.leftPinCount,right_size:n.rightPinCount,top_size:n.topPinCount,bottom_size:n.bottomPinCount};if("leftSize"in n||"rightSize"in n||"topSize"in n||"bottomSize"in n)return{left_size:n.leftSize,right_size:n.rightSize,top_size:n.topSize,bottom_size:n.bottomSize}}};function int(n){let e=[];for(let t=0;t<n.length-1;t++)e.push([n[t],n[t+1]]);return e}var bOt=h.object({name:h.string().refine(n=>!/[+-]/.test(n),n=>({message:`Net names cannot contain "+" or "-" (component "Net" received "${n}"). Try using underscores instead, e.g. VCC_P`}))}),p9=class extends Me{constructor(){super(...arguments);f(this,"source_net_id");f(this,"subcircuit_connectivity_map_key",null)}get config(){return{componentName:"Net",zodProps:bOt}}getPortSelector(){return`net.${this.props.name}`}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=t.name.startsWith("GND"),r=t.name.startsWith("V"),s=e.source_net.insert({name:t.name,member_source_group_ids:[],is_ground:i,is_power:r,is_positive_voltage_source:r});this.source_net_id=s.source_net_id}doInitialSourceParentAttachment(){let e=this.getSubcircuit();if(!e)return;let{db:t}=this.root;t.source_net.update(this.source_net_id,{subcircuit_id:e.subcircuit_id})}getAllConnectedPorts(){let e=this.getSubcircuit().selectAll("port"),t=[];for(let i of e){let r=i._getDirectlyConnectedTraces();for(let s of r)if(s._isExplicitlyConnectedToNet(this)){t.push(i);break}}return t}_getAllDirectlyConnectedTraces(){let e=this.getSubcircuit().selectAll("trace"),t=[];for(let i of e)i._isExplicitlyConnectedToNet(this)&&t.push(i);return t}doInitialPcbRouteNetIslands(){if(this.root?.pcbDisabled||this.getSubcircuit()._parsedProps.routingDisabled||this.getSubcircuit()._getAutorouterConfig().groupMode!=="sequential-trace")return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._getAllDirectlyConnectedTraces().filter(o=>(o._portsRoutedOnPcb?.length??0)>0),r=[];for(let o of i){let a=o._portsRoutedOnPcb,c=r.find(l=>a.some(u=>l.ports.includes(u)));if(!c){r.push({ports:[...a],traces:[o]});continue}c.traces.push(o),c.ports.push(...a)}if(r.length===0)return;let s=int(r);for(let[o,a]of s){let c=o.ports.map(w=>w._getGlobalPcbPositionBeforeLayout()),l=a.ports.map(w=>w._getGlobalPcbPositionBeforeLayout()),u=1/0,p=[-1,-1];for(let w=0;w<c.length;w++){let P=c[w];for(let T=0;T<l.length;T++){let k=l[T],C=Math.sqrt((P.x-k.x)**2+(P.y-k.y)**2);C<u&&(u=C,p=[w,T])}}let d=o.ports[p[0]],_=a.ports[p[1]],g=e.toArray().filter(w=>w.type==="pcb_smtpad"||w.type==="pcb_trace"||w.type==="pcb_plated_hole"||w.type==="pcb_hole"||w.type==="source_port"||w.type==="pcb_port"),{solution:x}=yH(g.concat([{type:"source_trace",source_trace_id:"__net_trace_tmp",connected_source_port_ids:[d.source_port_id,_.source_port_id]}])),v=x[0];if(!v){this.renderError({pcb_trace_error_id:"",pcb_trace_id:"__net_trace_tmp",pcb_component_ids:[d.pcb_component_id,_.pcb_component_id].filter(Boolean),pcb_port_ids:[d.pcb_port_id,_.pcb_port_id].filter(Boolean),type:"pcb_trace_error",error_type:"pcb_trace_error",message:`Failed to route net islands for "${this.getString()}"`,source_trace_id:"__net_trace_tmp"});return}e.pcb_trace.insert(v)}}renderError(e){if(typeof e=="string")return super.renderError(e);this.root?.db.pcb_trace_error.insert(e)}},nP=(n,e)=>{for(let t of e)if(typeof t=="string"&&t.startsWith("net.")){if(/net\.[^\s>]*\./.test(t))throw new Error('Net names cannot contain a period, try using "sel.net..." to autocomplete with conventional net names, e.g. V3_3');if(/net\.[^\s>]*[+-]/.test(t)){let r=t.split("net.")[1],s=`Net names cannot contain "+" or "-" (component "${n.componentName}" received "${r}" via "${t}"). Try using underscores instead, e.g. VCC_P`;throw new Error(s)}if(/net\.[0-9]/.test(t)){let r=t.split("net.")[1];throw new Error(`Net name "${r}" cannot start with a number, try using a prefix like "VBUS1"`)}let i=n.getSubcircuit();if(!i.selectOne(t)){let r=new p9({name:t.split("net.")[1]});i.add(r)}}},D1=class extends Me{constructor(){super(...arguments);f(this,"pcb_smtpad_id",null);f(this,"matchedPort",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"SmtPad",zodProps:XH}}getPcbSize(){let{_parsedProps:e}=this;if(e.shape==="circle")return{width:e.radius*2,height:e.radius*2};if(e.shape==="rect")return{width:e.width,height:e.height};if(e.shape==="rotated_rect"){let i=(e.ccwRotation??0)*Math.PI/180,r=Math.cos(i),s=Math.sin(i),o=Math.abs(e.width*r)+Math.abs(e.height*s),a=Math.abs(e.width*s)+Math.abs(e.height*r);return{width:o,height:a}}if(e.shape==="polygon"){let t=e.points,i=t.map(l=>l.x),r=t.map(l=>l.y),s=Math.min(...i),o=Math.max(...i),a=Math.min(...r),c=Math.max(...r);return{width:o-s,height:c-a}}if(e.shape==="pill")return{width:e.width,height:e.height};throw new Error(`getPcbSize for shape "${e.shape}" not implemented for ${this.componentName}`)}doInitialPortMatching(){let e=this.getPrimitiveContainer()?.selectAll("port");if(this.props.portHints){for(let t of e)if(t.isMatchingAnyOf(this.props.portHints)){this.matchedPort=t,t.registerMatch(this);return}}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=t.coveredWithSolderMask??!1,r=!i,s=t.solderMaskMargin,o=this.getSubcircuit(),a=this._getGlobalPcbPositionBeforeLayout(),c=this._computePcbGlobalTransformBeforeLayout(),p=(eo(this._computePcbGlobalTransformBeforeLayout()).rotation.angle*180/Math.PI%360+360)%360,d=.01,_=Math.abs(p)<d||Math.abs(p-180)<d||Math.abs(p-360)<d,g=Math.abs(p-90)<d||Math.abs(p-270)<d,x=Math.abs(p-360)<d?0:p,v=x,{maybeFlipLayer:w,isFlipped:P}=this._getPcbPrimitiveFlippedHelpers();P&&(x=(360-x+360)%360);let T=t.portHints?.map(M=>M.toString())??[],k=null,C=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id;if(t.shape==="circle")k=e.pcb_smtpad.insert({pcb_component_id:C,pcb_port_id:this.matchedPort?.pcb_port_id,layer:w(t.layer??"top"),shape:"circle",radius:t.radius,port_hints:T,is_covered_with_solder_mask:i,soldermask_margin:s,x:a.x,y:a.y,subcircuit_id:o?.subcircuit_id??void 0}),r&&e.pcb_solder_paste.insert({layer:k.layer,shape:"circle",radius:k.radius*.7,x:k.x,y:k.y,pcb_component_id:k.pcb_component_id,pcb_smtpad_id:k.pcb_smtpad_id,subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0});else if(t.shape==="rect")!_&&!g?k=e.pcb_smtpad.insert({pcb_component_id:C,pcb_port_id:this.matchedPort?.pcb_port_id,layer:w(t.layer??"top"),shape:"rotated_rect",width:t.width,height:t.height,corner_radius:t.cornerRadius??void 0,x:a.x,y:a.y,ccw_rotation:x,port_hints:T,is_covered_with_solder_mask:i,soldermask_margin:s,subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0}):k=e.pcb_smtpad.insert({pcb_component_id:C,pcb_port_id:this.matchedPort?.pcb_port_id,layer:w(t.layer??"top"),shape:"rect",width:g?t.height:t.width,height:g?t.width:t.height,corner_radius:t.cornerRadius??void 0,port_hints:T,is_covered_with_solder_mask:i,soldermask_margin:s,x:a.x,y:a.y,subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0}),r&&(k.shape==="rect"?e.pcb_solder_paste.insert({layer:w(t.layer??"top"),shape:"rect",width:k.width*.7,height:k.height*.7,x:k.x,y:k.y,pcb_component_id:k.pcb_component_id,pcb_smtpad_id:k.pcb_smtpad_id,subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0}):k.shape==="rotated_rect"&&e.pcb_solder_paste.insert({layer:w(t.layer??"top"),shape:"rotated_rect",width:k.width*.7,height:k.height*.7,x:k.x,y:k.y,ccw_rotation:k.ccw_rotation,pcb_component_id:k.pcb_component_id,pcb_smtpad_id:k.pcb_smtpad_id,subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0}));else if(t.shape==="rotated_rect"){let M=t.ccwRotation??0,I=(v+M+360)%360,E=P?(360-I+360)%360:I;k=e.pcb_smtpad.insert({pcb_component_id:C,pcb_port_id:this.matchedPort?.pcb_port_id,layer:w(t.layer??"top"),shape:"rotated_rect",width:t.width,height:t.height,corner_radius:t.cornerRadius??void 0,x:a.x,y:a.y,ccw_rotation:E,port_hints:T,is_covered_with_solder_mask:i,soldermask_margin:s,subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0}),r&&e.pcb_solder_paste.insert({layer:w(t.layer??"top"),shape:"rotated_rect",width:k.width*.7,height:k.height*.7,x:a.x,y:a.y,ccw_rotation:E,pcb_component_id:C,pcb_smtpad_id:k.pcb_smtpad_id,subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0})}else if(t.shape==="polygon"){let M=t.points.map(I=>{let E=$e(c,{x:Y.parse(I.x),y:Y.parse(I.y)});return{x:E.x,y:E.y}});k=e.pcb_smtpad.insert({pcb_component_id:C,pcb_port_id:this.matchedPort?.pcb_port_id,layer:w(t.layer??"top"),shape:"polygon",points:M,port_hints:T,is_covered_with_solder_mask:i,soldermask_margin:s,subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0})}else t.shape==="pill"&&(k=e.pcb_smtpad.insert({pcb_component_id:C,pcb_port_id:this.matchedPort?.pcb_port_id,layer:w(t.layer??"top"),shape:"pill",x:a.x,y:a.y,radius:t.radius,height:t.height,width:t.width,port_hints:T,is_covered_with_solder_mask:i,soldermask_margin:s,subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0}));k&&(this.pcb_smtpad_id=k.pcb_smtpad_id)}doInitialPcbPortAttachment(){if(this.root?.pcbDisabled)return;let{db:e}=this.root;e.pcb_smtpad.update(this.pcb_smtpad_id,{pcb_port_id:this.matchedPort?.pcb_port_id})}_getPcbCircuitJsonBounds(){let{db:e}=this.root,t=e.pcb_smtpad.get(this.pcb_smtpad_id);if(t.shape==="rect")return{center:{x:t.x,y:t.y},bounds:{left:t.x-t.width/2,top:t.y+t.height/2,right:t.x+t.width/2,bottom:t.y-t.height/2},width:t.width,height:t.height};if(t.shape==="rotated_rect"){let i=t.ccw_rotation*Math.PI/180,r=Math.cos(i),s=Math.sin(i),o=t.width/2,a=t.height/2,c=Math.abs(o*r)+Math.abs(a*s),l=Math.abs(o*s)+Math.abs(a*r);return{center:{x:t.x,y:t.y},bounds:{left:t.x-c,right:t.x+c,top:t.y-l,bottom:t.y+l},width:c*2,height:l*2}}if(t.shape==="circle")return{center:{x:t.x,y:t.y},bounds:{left:t.x-t.radius,top:t.y-t.radius,right:t.x+t.radius,bottom:t.y+t.radius},width:t.radius*2,height:t.radius*2};if(t.shape==="polygon"){let i=t.points,r=i.map(u=>u.x),s=i.map(u=>u.y),o=Math.min(...r),a=Math.max(...r),c=Math.min(...s),l=Math.max(...s);return{center:{x:(o+a)/2,y:(c+l)/2},bounds:{left:o,top:l,right:a,bottom:c},width:a-o,height:l-c}}if(t.shape==="pill"){let i=t.width/2,r=t.height/2;return{center:{x:t.x,y:t.y},bounds:{left:t.x-i,top:t.y-r,right:t.x+i,bottom:t.y+r},width:t.width,height:t.height}}throw new Error(`circuitJson bounds calculation not implemented for shape "${t.shape}"`)}_setPositionFromLayout(e){let{db:t}=this.root;t.pcb_smtpad.update(this.pcb_smtpad_id,{x:e.x,y:e.y});let i=t.pcb_solder_paste.list().find(r=>r.pcb_smtpad_id===this.pcb_smtpad_id);i&&t.pcb_solder_paste.update(i.pcb_solder_paste_id,{x:e.x,y:e.y}),this.matchedPort?._setPositionFromLayout(e)}},h9=class extends Me{constructor(){super(...arguments);f(this,"pcb_silkscreen_path_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"SilkscreenPath",zodProps:NW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,{maybeFlipLayer:i}=this._getPcbPrimitiveFlippedHelpers(),r=i(t.layer??"top");if(r!=="top"&&r!=="bottom")throw new Error(`Invalid layer "${r}" for SilkscreenPath. Must be "top" or "bottom".`);let s=this._computePcbGlobalTransformBeforeLayout(),o=this.getSubcircuit(),a=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id,c=e.pcb_silkscreen_path.insert({pcb_component_id:a,layer:r,route:t.route.map(l=>{let u=$e(s,{x:l.x,y:l.y});return{...l,x:u.x,y:u.y}}),stroke_width:t.strokeWidth??.1,subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0});this.pcb_silkscreen_path_id=c.pcb_silkscreen_path_id}_setPositionFromLayout(e){let{db:t}=this.root,{_parsedProps:i}=this,r=t.pcb_silkscreen_path.get(this.pcb_silkscreen_path_id);if(!r)return;let s=0,o=0;for(let u of r.route)s+=u.x,o+=u.y;s/=r.route.length,o/=r.route.length;let a=e.x-s,c=e.y-o,l=r.route.map(u=>({...u,x:u.x+a,y:u.y+c}));t.pcb_silkscreen_path.update(this.pcb_silkscreen_path_id,{route:l})}getPcbSize(){let{_parsedProps:e}=this;if(!e.route||e.route.length===0)return{width:0,height:0};let t=1/0,i=-1/0,r=1/0,s=-1/0;for(let o of e.route)t=Math.min(t,o.x),i=Math.max(i,o.x),r=Math.min(r,o.y),s=Math.max(s,o.y);return{width:i-t,height:s-r}}},vOt=h.object({route:h.array(Gx),source_trace_id:h.string().optional()}),d9=class extends Me{constructor(){super(...arguments);f(this,"pcb_trace_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"PcbTrace",zodProps:vOt}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this.getPrimitiveContainer(),r=this.getSubcircuit(),{maybeFlipLayer:s}=this._getPcbPrimitiveFlippedHelpers(),o=this._computePcbGlobalTransformBeforeLayout(),a=t.route.map(l=>{let{x:u,y:p,...d}=l,_=$e(o,{x:u,y:p});return l.route_type==="wire"&&l.layer?{..._,...d,layer:s(l.layer)}:{..._,...d}}),c=e.pcb_trace.insert({pcb_component_id:i.pcb_component_id,source_trace_id:t.source_trace_id,route:a,subcircuit_id:r?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0});this.pcb_trace_id=c.pcb_trace_id}getPcbSize(){let{_parsedProps:e}=this;if(!e.route||e.route.length===0)return{width:0,height:0};let t=1/0,i=-1/0,r=1/0,s=-1/0;for(let o of e.route)t=Math.min(t,o.x),i=Math.max(i,o.x),r=Math.min(r,o.y),s=Math.max(s,o.y),o.route_type==="wire"&&(t=Math.min(t,o.x-o.width/2),i=Math.max(i,o.x+o.width/2),r=Math.min(r,o.y-o.width/2),s=Math.max(s,o.y+o.width/2));return t===1/0||i===-1/0||r===1/0||s===-1/0?{width:0,height:0}:{width:i-t,height:s-r}}},Id=class extends Me{constructor(){super(...arguments);f(this,"pcb_plated_hole_id",null);f(this,"matchedPort",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"PlatedHole",zodProps:RH}}getAvailablePcbLayers(){return["top","inner1","inner2","bottom"]}getPcbSize(){let{_parsedProps:e}=this;if(e.shape==="circle")return{width:e.outerDiameter,height:e.outerDiameter};if(e.shape==="oval"||e.shape==="pill")return{width:e.outerWidth,height:e.outerHeight};if(e.shape==="circular_hole_with_rect_pad")return{width:e.rectPadWidth,height:e.rectPadHeight};if(e.shape==="pill_hole_with_rect_pad")return{width:e.rectPadWidth,height:e.rectPadHeight};if(e.shape==="hole_with_polygon_pad"){if(!e.padOutline||e.padOutline.length===0)throw new Error("padOutline is required for hole_with_polygon_pad shape");let t=e.padOutline.map(c=>typeof c.x=="number"?c.x:parseFloat(String(c.x))),i=e.padOutline.map(c=>typeof c.y=="number"?c.y:parseFloat(String(c.y))),r=Math.min(...t),s=Math.max(...t),o=Math.min(...i),a=Math.max(...i);return{width:s-r,height:a-o}}throw new Error(`getPcbSize for shape "${e.shape}" not implemented for ${this.componentName}`)}_getPcbCircuitJsonBounds(){let{db:e}=this.root,t=e.pcb_plated_hole.get(this.pcb_plated_hole_id),i=this.getPcbSize();return{center:{x:t.x,y:t.y},bounds:{left:t.x-i.width/2,top:t.y+i.height/2,right:t.x+i.width/2,bottom:t.y-i.height/2},width:i.width,height:i.height}}_setPositionFromLayout(e){let{db:t}=this.root;t.pcb_plated_hole.update(this.pcb_plated_hole_id,{x:e.x,y:e.y}),this.matchedPort?._setPositionFromLayout(e)}doInitialPortMatching(){let e=this.getPrimitiveContainer()?.selectAll("port");if(this.props.portHints){for(let t of e)if(t.isMatchingAnyOf(this.props.portHints)){this.matchedPort=t,t.registerMatch(this);return}}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._getGlobalPcbPositionBeforeLayout(),r=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id,s=this.getSubcircuit(),o=t.solderMaskMargin,a=t.coveredWithSolderMask??!1;if(t.shape==="circle"){let c=e.pcb_plated_hole.insert({pcb_component_id:r,pcb_port_id:this.matchedPort?.pcb_port_id,outer_diameter:t.outerDiameter,hole_diameter:t.holeDiameter,shape:"circle",port_hints:this.getNameAndAliases(),x:i.x,y:i.y,layers:["top","bottom"],soldermask_margin:o,is_covered_with_solder_mask:a,subcircuit_id:s?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0});this.pcb_plated_hole_id=c.pcb_plated_hole_id,e.pcb_solder_paste.insert({layer:"top",shape:"circle",radius:t.outerDiameter/2,x:i.x,y:i.y,subcircuit_id:s?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0}),e.pcb_solder_paste.insert({layer:"bottom",shape:"circle",radius:t.outerDiameter/2,x:i.x,y:i.y,subcircuit_id:s?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0})}else if(t.shape==="pill"&&t.rectPad){let c=e.pcb_plated_hole.insert({pcb_component_id:r,pcb_port_id:this.matchedPort?.pcb_port_id,outer_width:t.outerWidth,outer_height:t.outerHeight,hole_width:t.holeWidth,hole_height:t.holeHeight,shape:"rotated_pill_hole_with_rect_pad",type:"pcb_plated_hole",port_hints:this.getNameAndAliases(),pcb_plated_hole_id:this.pcb_plated_hole_id,x:i.x,y:i.y,layers:["top","bottom"],soldermask_margin:o,is_covered_with_solder_mask:a,subcircuit_id:s?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0,hole_shape:"rotated_pill",pad_shape:"rect",hole_ccw_rotation:t.pcbRotation??0,rect_ccw_rotation:t.pcbRotation??0,rect_pad_width:t.outerWidth,rect_pad_height:t.outerHeight,hole_offset_x:t.holeOffsetX,hole_offset_y:t.holeOffsetY});this.pcb_plated_hole_id=c.pcb_plated_hole_id}else if(t.shape==="pill"||t.shape==="oval"){let c=e.pcb_plated_hole.insert({pcb_component_id:r,pcb_port_id:this.matchedPort?.pcb_port_id,outer_width:t.outerWidth,outer_height:t.outerHeight,hole_width:t.holeWidth,hole_height:t.holeHeight,shape:t.shape,port_hints:this.getNameAndAliases(),x:i.x,y:i.y,layers:["top","bottom"],soldermask_margin:o,is_covered_with_solder_mask:a,subcircuit_id:s?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0,ccw_rotation:t.pcbRotation??0});this.pcb_plated_hole_id=c.pcb_plated_hole_id,e.pcb_solder_paste.insert({layer:"top",shape:t.shape,width:t.outerWidth,height:t.outerHeight,x:i.x,y:i.y,subcircuit_id:s?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0}),e.pcb_solder_paste.insert({layer:"bottom",shape:t.shape,width:t.outerWidth,height:t.outerHeight,x:i.x,y:i.y,subcircuit_id:s?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0})}else if(t.shape==="circular_hole_with_rect_pad"){let c=e.pcb_plated_hole.insert({pcb_component_id:r,pcb_port_id:this.matchedPort?.pcb_port_id,hole_diameter:t.holeDiameter,rect_pad_width:t.rectPadWidth,rect_pad_height:t.rectPadHeight,shape:"circular_hole_with_rect_pad",port_hints:this.getNameAndAliases(),x:i.x,y:i.y,layers:["top","bottom"],soldermask_margin:o,is_covered_with_solder_mask:a,subcircuit_id:s?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0,hole_offset_x:t.holeOffsetX,hole_offset_y:t.holeOffsetY,rect_border_radius:t.rectBorderRadius??0});this.pcb_plated_hole_id=c.pcb_plated_hole_id}else if(t.shape==="pill_hole_with_rect_pad"){let c=e.pcb_plated_hole.insert({pcb_component_id:r,pcb_port_id:this.matchedPort?.pcb_port_id,hole_width:t.holeWidth,hole_height:t.holeHeight,rect_pad_width:t.rectPadWidth,rect_pad_height:t.rectPadHeight,hole_offset_x:t.holeOffsetX,hole_offset_y:t.holeOffsetY,shape:"pill_hole_with_rect_pad",port_hints:this.getNameAndAliases(),x:i.x,y:i.y,layers:["top","bottom"],soldermask_margin:o,is_covered_with_solder_mask:a,subcircuit_id:s?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0});this.pcb_plated_hole_id=c.pcb_plated_hole_id}else if(t.shape==="hole_with_polygon_pad"){let c=(t.padOutline||[]).map(u=>{let p=typeof u.x=="number"?u.x:parseFloat(String(u.x)),d=typeof u.y=="number"?u.y:parseFloat(String(u.y));return{x:p,y:d}}),l=e.pcb_plated_hole.insert({pcb_component_id:r,pcb_port_id:this.matchedPort?.pcb_port_id,shape:"hole_with_polygon_pad",hole_shape:t.holeShape||"circle",hole_diameter:t.holeDiameter,hole_width:t.holeWidth,hole_height:t.holeHeight,pad_outline:c,hole_offset_x:typeof t.holeOffsetX=="number"?t.holeOffsetX:parseFloat(String(t.holeOffsetX||0)),hole_offset_y:typeof t.holeOffsetY=="number"?t.holeOffsetY:parseFloat(String(t.holeOffsetY||0)),port_hints:this.getNameAndAliases(),x:i.x,y:i.y,layers:["top","bottom"],soldermask_margin:o,is_covered_with_solder_mask:a,subcircuit_id:s?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0});this.pcb_plated_hole_id=l.pcb_plated_hole_id}}doInitialPcbPortAttachment(){if(this.root?.pcbDisabled)return;let{db:e}=this.root;e.pcb_plated_hole.update(this.pcb_plated_hole_id,{pcb_port_id:this.matchedPort?.pcb_port_id})}},Jw=class extends Me{constructor(){super(...arguments);f(this,"pcb_keepout_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"Keepout",zodProps:fW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let e=this.getSubcircuit(),{db:t}=this.root,{_parsedProps:i}=this,r=this._getGlobalPcbPositionBeforeLayout(),s=eo(this._computePcbGlobalTransformBeforeLayout()),o=Math.abs(s.rotation.angle*(180/Math.PI)-90)%180<.01,a=null;i.shape==="circle"?a=t.pcb_keepout.insert({layers:["top"],shape:"circle",radius:i.radius,center:{x:r.x,y:r.y},subcircuit_id:e?.subcircuit_id??void 0,pcb_group_id:e?.getGroup()?.pcb_group_id??void 0}):i.shape==="rect"&&(a=t.pcb_keepout.insert({layers:["top"],shape:"rect",...o?{width:i.height,height:i.width}:{width:i.width,height:i.height},center:{x:r.x,y:r.y},subcircuit_id:e?.subcircuit_id??void 0,pcb_group_id:e?.getGroup()?.pcb_group_id??void 0})),a&&(this.pcb_keepout_id=a.pcb_keepout_id)}},U_=class extends Me{constructor(){super(...arguments);f(this,"pcb_hole_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"Hole",zodProps:UH}}getPcbSize(){let{_parsedProps:e}=this,t=e.shape==="pill",i=e.shape==="rect";return t?{width:e.width,height:e.height}:i?{width:e.width,height:e.height}:{width:e.diameter,height:e.diameter}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this.getSubcircuit(),r=this._getGlobalPcbPositionBeforeLayout(),s=t.solderMaskMargin,o=t.coveredWithSolderMask??!1;if(t.shape==="pill")if(t.pcbRotation&&t.pcbRotation!==0){let a=e.pcb_hole.insert({type:"pcb_hole",hole_shape:"rotated_pill",hole_width:t.width,hole_height:t.height,x:r.x,y:r.y,ccw_rotation:t.pcbRotation,soldermask_margin:s,is_covered_with_solder_mask:o,subcircuit_id:i?.subcircuit_id??void 0,pcb_group_id:i?.getGroup()?.pcb_group_id??void 0});this.pcb_hole_id=a.pcb_hole_id}else{let a=e.pcb_hole.insert({type:"pcb_hole",hole_shape:"pill",hole_width:t.width,hole_height:t.height,x:r.x,y:r.y,soldermask_margin:s,is_covered_with_solder_mask:o,subcircuit_id:i?.subcircuit_id??void 0,pcb_group_id:i?.getGroup()?.pcb_group_id??void 0});this.pcb_hole_id=a.pcb_hole_id}else if(t.shape==="rect"){let a=e.pcb_hole.insert({type:"pcb_hole",hole_shape:"rect",hole_width:t.width,hole_height:t.height,x:r.x,y:r.y,soldermask_margin:s,is_covered_with_solder_mask:o,subcircuit_id:i?.subcircuit_id??void 0,pcb_group_id:i?.getGroup()?.pcb_group_id??void 0});this.pcb_hole_id=a.pcb_hole_id}else{let a=e.pcb_hole.insert({type:"pcb_hole",hole_shape:"circle",hole_diameter:t.diameter,x:r.x,y:r.y,soldermask_margin:s,is_covered_with_solder_mask:o,subcircuit_id:i?.subcircuit_id??void 0,pcb_group_id:i?.getGroup()?.pcb_group_id??void 0});this.pcb_hole_id=a.pcb_hole_id}}_getPcbCircuitJsonBounds(){let{db:e}=this.root,t=e.pcb_hole.get(this.pcb_hole_id),i=this.getPcbSize();return{center:{x:t.x,y:t.y},bounds:{left:t.x-i.width/2,top:t.y-i.height/2,right:t.x+i.width/2,bottom:t.y+i.height/2},width:i.width,height:i.height}}_setPositionFromLayout(e){let{db:t}=this.root;t.pcb_hole.update(this.pcb_hole_id,{x:e.x,y:e.y})}},iP=class extends Me{constructor(){super(...arguments);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"SilkscreenText",zodProps:IW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this.getPrimitiveContainer(),r=this._getGlobalPcbPositionBeforeLayout(),{maybeFlipLayer:s,isFlipped:o}=this._getPcbPrimitiveFlippedHelpers(),a=this.getSubcircuit(),c=0;if(t.pcbRotation!==void 0&&t.pcbRotation!==0)c=t.pcbRotation;else{let d=this._computePcbGlobalTransformBeforeLayout();c=eo(d).rotation.angle*180/Math.PI}o&&(c=(c+180)%360);let l=new Set(t.layers);t.layer&&l.add(t.layer);let u=l.size>0?Array.from(l):["top"],p=t.fontSize??this.getInheritedProperty("pcbStyle")?.silkscreenFontSize??1;for(let d of u)e.pcb_silkscreen_text.insert({anchor_alignment:t.anchorAlignment,anchor_position:{x:r.x,y:r.y},font:t.font??"tscircuit2024",font_size:p,layer:s(d),text:t.text??"",ccw_rotation:c,pcb_component_id:i.pcb_component_id,subcircuit_id:a?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0})}getPcbSize(){let{_parsedProps:e}=this,t=e.fontSize??this.getInheritedProperty("pcbStyle")?.silkscreenFontSize??1,r=(e.text??"").length*t,s=t;return{width:r*t,height:s*t}}},j1=class extends Me{constructor(){super(...arguments);f(this,"pcb_cutout_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"Cutout",zodProps:YH}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this.getSubcircuit(),r=this.getGroup()?.pcb_group_id??void 0,s=this._getGlobalPcbPositionBeforeLayout(),a=this.getPrimitiveContainer()?._parsedProps.pcbRotation??0,c;if(t.shape==="rect"){let l=typeof a=="string"?parseInt(a.replace("deg",""),10):a,u=Math.abs(l%180)===90,p={shape:"rect",center:s,width:u?t.height:t.width,height:u?t.width:t.height,subcircuit_id:i?.subcircuit_id??void 0,pcb_group_id:r};c=e.pcb_cutout.insert(p)}else if(t.shape==="circle"){let l={shape:"circle",center:s,radius:t.radius,subcircuit_id:i?.subcircuit_id??void 0,pcb_group_id:r};c=e.pcb_cutout.insert(l)}else if(t.shape==="polygon"){let l=this._computePcbGlobalTransformBeforeLayout(),p={shape:"polygon",points:t.points.map(d=>$e(l,d)),subcircuit_id:i?.subcircuit_id??void 0,pcb_group_id:r};c=e.pcb_cutout.insert(p)}c&&(this.pcb_cutout_id=c.pcb_cutout_id)}getPcbSize(){let{_parsedProps:e}=this;if(e.shape==="rect")return{width:e.width,height:e.height};if(e.shape==="circle")return{width:e.radius*2,height:e.radius*2};if(e.shape==="polygon"){if(e.points.length===0)return{width:0,height:0};let t=1/0,i=-1/0,r=1/0,s=-1/0;for(let o of e.points)t=Math.min(t,o.x),i=Math.max(i,o.x),r=Math.min(r,o.y),s=Math.max(s,o.y);return{width:i-t,height:s-r}}return{width:0,height:0}}_getPcbCircuitJsonBounds(){if(!this.pcb_cutout_id)return super._getPcbCircuitJsonBounds();let{db:e}=this.root,t=e.pcb_cutout.get(this.pcb_cutout_id);if(!t)return super._getPcbCircuitJsonBounds();if(t.shape==="rect")return{center:t.center,bounds:{left:t.center.x-t.width/2,top:t.center.y+t.height/2,right:t.center.x+t.width/2,bottom:t.center.y-t.height/2},width:t.width,height:t.height};if(t.shape==="circle")return{center:t.center,bounds:{left:t.center.x-t.radius,top:t.center.y+t.radius,right:t.center.x+t.radius,bottom:t.center.y-t.radius},width:t.radius*2,height:t.radius*2};if(t.shape==="polygon"){if(t.points.length===0)return super._getPcbCircuitJsonBounds();let i=1/0,r=-1/0,s=1/0,o=-1/0;for(let a of t.points)i=Math.min(i,a.x),r=Math.max(r,a.x),s=Math.min(s,a.y),o=Math.max(o,a.y);return{center:{x:(i+r)/2,y:(s+o)/2},bounds:{left:i,top:o,right:r,bottom:s},width:r-i,height:o-s}}return super._getPcbCircuitJsonBounds()}_setPositionFromLayout(e){if(!this.pcb_cutout_id)return;let{db:t}=this.root,i=t.pcb_cutout.get(this.pcb_cutout_id);if(i){if(i.shape==="rect"||i.shape==="circle")t.pcb_cutout.update(this.pcb_cutout_id,{...i,center:e});else if(i.shape==="polygon"){let r=this._getPcbCircuitJsonBounds().center,s=e.x-r.x,o=e.y-r.y,a=i.points.map(c=>({x:c.x+s,y:c.y+o}));t.pcb_cutout.update(this.pcb_cutout_id,{...i,points:a})}}}},SOt=({elm:n,pinLabels:e,layer:t,readableRotation:i,anchorAlignment:r})=>{let s=n.text.replace(/[{}]/g,"").toLowerCase(),o=s;if(Array.isArray(e)){let a=parseInt(s.replace(/[^\d]/g,""),10)-1;o=String(e[a]??s)}else typeof e=="object"&&(o=String(e[s]??s));return new iP({anchorAlignment:r||"center",text:o??s,layer:t||"top",fontSize:n.font_size+.2,pcbX:isNaN(n.anchor_position.x)?0:n.anchor_position.x,pcbY:n.anchor_position.y,pcbRotation:i??0})},wOt=(n,e)=>{let t=parseInt(n||"0",10),i;return e!=null?i=e-t:i=t,(i%360+360)%360},V_=({componentName:n,componentRotation:e,footprinterString:t,pinLabels:i,pcbPinLabels:r},s)=>{let o=[];for(let a of s)if(a.type==="pcb_smtpad"&&a.shape==="rect")o.push(new D1({pcbX:a.x,pcbY:a.y,layer:a.layer,shape:"rect",height:a.height,width:a.width,portHints:a.port_hints,rectBorderRadius:a.rect_border_radius}));else if(a.type==="pcb_smtpad"&&a.shape==="circle")o.push(new D1({pcbX:a.x,pcbY:a.y,layer:a.layer,shape:"circle",radius:a.radius,portHints:a.port_hints}));else if(a.type==="pcb_smtpad"&&a.shape==="pill")o.push(new D1({shape:"pill",height:a.height,width:a.width,radius:a.radius,portHints:a.port_hints,pcbX:a.x,pcbY:a.y,layer:a.layer}));else if(a.type==="pcb_silkscreen_path")o.push(new h9({layer:a.layer,route:a.route,strokeWidth:a.stroke_width}));else if(a.type==="pcb_plated_hole")a.shape==="circle"?o.push(new Id({pcbX:a.x,pcbY:a.y,shape:"circle",holeDiameter:a.hole_diameter,outerDiameter:a.outer_diameter,portHints:a.port_hints})):a.shape==="circular_hole_with_rect_pad"?o.push(new Id({pcbX:a.x,pcbY:a.y,shape:"circular_hole_with_rect_pad",holeDiameter:a.hole_diameter,rectPadHeight:a.rect_pad_height,rectPadWidth:a.rect_pad_width,portHints:a.port_hints,rectBorderRadius:a.rect_border_radius,holeOffsetX:a.hole_offset_x,holeOffsetY:a.hole_offset_y})):a.shape==="pill"||a.shape==="oval"?o.push(new Id({pcbX:a.x,pcbY:a.y,shape:a.shape,holeWidth:a.hole_width,holeHeight:a.hole_height,outerWidth:a.outer_width,outerHeight:a.outer_height,portHints:a.port_hints})):a.shape==="pill_hole_with_rect_pad"?o.push(new Id({pcbX:a.x,pcbY:a.y,shape:"pill_hole_with_rect_pad",holeShape:"pill",padShape:"rect",holeWidth:a.hole_width,holeHeight:a.hole_height,rectPadWidth:a.rect_pad_width,rectPadHeight:a.rect_pad_height,portHints:a.port_hints,holeOffsetX:a.hole_offset_x,holeOffsetY:a.hole_offset_y})):a.shape==="hole_with_polygon_pad"&&o.push(new Id({pcbX:a.x,pcbY:a.y,shape:"hole_with_polygon_pad",holeShape:a.hole_shape||"circle",holeDiameter:a.hole_diameter,holeWidth:a.hole_width,holeHeight:a.hole_height,padOutline:a.pad_outline||[],holeOffsetX:a.hole_offset_x,holeOffsetY:a.hole_offset_y,portHints:a.port_hints}));else if(a.type==="pcb_keepout"&&a.shape==="circle")o.push(new Jw({pcbX:a.center.x,pcbY:a.center.y,shape:"circle",radius:a.radius}));else if(a.type==="pcb_keepout"&&a.shape==="rect")o.push(new Jw({pcbX:a.center.x,pcbY:a.center.y,shape:"rect",width:a.width,height:a.height}));else if(a.type==="pcb_hole"&&a.hole_shape==="circle")o.push(new U_({pcbX:a.x,pcbY:a.y,diameter:a.hole_diameter}));else if(a.type==="pcb_hole"&&a.hole_shape==="rect")o.push(new U_({pcbX:a.x,pcbY:a.y,shape:"rect",width:a.hole_width,height:a.hole_height}));else if(a.type==="pcb_hole"&&a.hole_shape==="pill")o.push(new U_({pcbX:a.x,pcbY:a.y,shape:"pill",width:a.hole_width,height:a.hole_height}));else if(a.type==="pcb_hole"&&a.hole_shape==="rotated_pill")o.push(new U_({pcbX:a.x,pcbY:a.y,shape:"pill",width:a.hole_width,height:a.hole_height,pcbRotation:a.ccw_rotation}));else if(a.type==="pcb_cutout")a.shape==="rect"?o.push(new j1({pcbX:a.center.x,pcbY:a.center.y,shape:"rect",width:a.width,height:a.height})):a.shape==="circle"?o.push(new j1({pcbX:a.center.x,pcbY:a.center.y,shape:"circle",radius:a.radius})):a.shape==="polygon"&&o.push(new j1({shape:"polygon",points:a.points}));else if(a.type==="pcb_silkscreen_text"){let c=wOt(e,a.ccw_rotation);t?.includes("pinrow")&&a.text.includes("PIN")?o.push(SOt({elm:a,pinLabels:r??i??{},layer:a.layer,readableRotation:c,anchorAlignment:a.anchor_alignment})):o.push(new iP({anchorAlignment:a.anchor_alignment||"center",text:n,fontSize:a.font_size+.2,pcbX:Number.isNaN(a.anchor_position.x)?0:a.anchor_position.x,pcbY:a.anchor_position.y,pcbRotation:c??0}))}else a.type==="pcb_trace"&&o.push(new d9({route:a.route}));return o};function rP(n){let e=1/0,t=1/0,i=-1/0,r=-1/0,s=!1;for(let c of n)if(c.isPcbPrimitive&&!c.componentName.startsWith("Silkscreen")){let{x:l,y:u}=c._getGlobalPcbPositionBeforeLayout(),{width:p,height:d}=c.getPcbSize();e=Math.min(e,l-p/2),t=Math.min(t,u-d/2),i=Math.max(i,l+p/2),r=Math.max(r,u+d/2),s=!0}else if(c.children.length>0){let l=rP(c.children);(l.width>0||l.height>0)&&(e=Math.min(e,l.minX),t=Math.min(t,l.minY),i=Math.max(i,l.maxX),r=Math.max(r,l.maxY),s=!0)}if(!s)return{minX:0,minY:0,maxX:0,maxY:0,width:0,height:0};let o=i-e,a=r-t;return o<0&&(o=0),a<0&&(a=0),{minX:e,minY:t,maxX:i,maxY:r,width:o,height:a}}function xet(n){let e=n%360;return e<0?e+360:e}function POt(n,e,t,i){return i==="counterclockwise"?t>=e?n>=e&&n<=t:n>=e||n<=t:t<=e?n<=e&&n>=t:n<=e||n>=t}function kOt(n){let e=n.center,t=n.radius,i=n.start_angle_degrees,r=n.end_angle_degrees,s=n.direction??"counterclockwise";if(!e||typeof e.x!="number"||typeof e.y!="number"||typeof t!="number"||typeof i!="number"||typeof r!="number")return null;let o=xet(i),a=xet(r),c=new Set([o,a]),l=[0,90,180,270];for(let g of l)POt(g,o,a,s)&&c.add(g);let u=1/0,p=1/0,d=-1/0,_=-1/0;for(let g of c){let x=g*Math.PI/180,v=e.x+t*Math.cos(x),w=e.y+t*Math.sin(x);u=Math.min(u,v),d=Math.max(d,v),p=Math.min(p,w),_=Math.max(_,w)}return!Number.isFinite(u)||!Number.isFinite(p)?null:{minX:u,maxX:d,minY:p,maxY:_}}function rnt(n){let e=1/0,t=1/0,i=-1/0,r=-1/0;for(let s of n){let o,a,c,l;if(s.type==="schematic_component")o=s.center?.x,a=s.center?.y,c=s.size?.width,l=s.size?.height;else if(s.type==="schematic_box")o=s.x,a=s.y,c=s.width,l=s.height;else if(s.type==="schematic_port")o=s.center?.x,a=s.center?.y,c=.2,l=.2;else if(s.type==="schematic_text")o=s.position?.x,a=s.position?.y,c=(s.text?.length??0)*.1,l=.2;else if(s.type==="schematic_line"){let u=s.x1??0,p=s.y1??0,d=s.x2??0,_=s.y2??0;o=(u+d)/2,a=(p+_)/2,c=Math.abs(d-u),l=Math.abs(_-p)}else if(s.type==="schematic_rect")o=s.center?.x,a=s.center?.y,c=s.width,l=s.height;else if(s.type==="schematic_circle"){o=s.center?.x,a=s.center?.y;let u=s.radius;typeof u=="number"&&(c=u*2,l=u*2)}else if(s.type==="schematic_arc"){let u=kOt(s);u&&(e=Math.min(e,u.minX),i=Math.max(i,u.maxX),t=Math.min(t,u.minY),r=Math.max(r,u.maxY));continue}typeof o=="number"&&typeof a=="number"&&typeof c=="number"&&typeof l=="number"&&(e=Math.min(e,o-c/2),i=Math.max(i,o+c/2),t=Math.min(t,a-l/2),r=Math.max(r,a+l/2))}return{minX:e,maxX:i,minY:t,maxY:r}}function TOt(n,e){let t=e.x-n.x,i=e.y-n.y;return Math.abs(t)>Math.abs(i)?t>=0?"right":"left":i>=0?"up":"down"}var bet=n=>{if(n.length<=1)return!0;let e=n.map(s=>{let o=s._getPcbCircuitJsonBounds();return{left:o.bounds.left,right:o.bounds.right,top:o.bounds.top,bottom:o.bounds.bottom}}),t=Array(e.length).fill(!1).map(()=>Array(e.length).fill(!1));for(let s=0;s<e.length;s++)for(let o=s+1;o<e.length;o++){let a=e[s],c=e[o];t[s][o]=t[o][s]=!(a.right<c.left||a.left>c.right||a.bottom>c.top||a.top<c.bottom)}let i=new Set,r=s=>{i.add(s);for(let o=0;o<e.length;o++)t[s][o]&&!i.has(o)&&r(o)};return r(0),i.size===e.length},vet=n=>{if(n.length===0)throw new Error("Cannot get center of empty PCB primitives array");let e=n.map(r=>r._getPcbCircuitJsonBounds().center).filter(Boolean),t=e.reduce((r,s)=>r+s.x,0),i=e.reduce((r,s)=>r+s.y,0);return{x:t/e.length,y:i/e.length}},MOt=h.object({name:h.string().optional(),pinNumber:h.number().optional(),aliases:h.array(h.string()).optional(),layer:h.string().optional(),layers:h.array(h.string()).optional(),schX:h.number().optional(),schY:h.number().optional(),direction:h.enum(["up","down","left","right"]).optional(),connectsTo:h.union([h.string(),h.array(h.string())]).optional()}),Vi=class extends Me{constructor(e,t={}){if(!e.name&&e.pinNumber!==void 0&&(e.name=`pin${e.pinNumber}`),!e.name)throw new Error("Port must have a name or a pinNumber");super(e);f(this,"source_port_id",null);f(this,"pcb_port_id",null);f(this,"schematic_port_id",null);f(this,"schematicSymbolPortDef",null);f(this,"matchedComponents");f(this,"facingDirection",null);f(this,"originDescription",null);t.originDescription&&(this.originDescription=t.originDescription),this.matchedComponents=[]}get config(){return{componentName:"Port",zodProps:MOt}}isGroupPort(){return this.parent?.componentName==="Group"}isComponentPort(){return!this.isGroupPort()}_getConnectedPortsFromConnectsTo(){let{_parsedProps:e}=this,t=e.connectsTo;if(!t)return[];let i=[],r=Array.isArray(t)?t:[t];for(let s of r){let o=this.getSubcircuit().selectOne(s,{type:"port"});o&&i.push(o)}return i}_isBoardPinoutFromAttributes(){let e=this.parent;if(e?._parsedProps?.pinAttributes){let t=e._parsedProps.pinAttributes;for(let i of this.getNameAndAliases())if(t[i]?.includeInBoardPinout)return!0}}_getGlobalPcbPositionBeforeLayout(){let e=this.matchedComponents.find(i=>i.isPcbPrimitive),t=this.parent;if(t&&!t.props.footprint)throw new Error(`${t.componentName} "${t.props.name}" does not have a footprint. Add a footprint prop, e.g. <${t.componentName.toLowerCase()} footprint="..." />`);if(!e)throw new Error(`Port ${this} has no matching PCB primitives. This often means the footprint's pads lack matching port hints.`);return e?._getGlobalPcbPositionBeforeLayout()??{x:0,y:0}}_getPcbCircuitJsonBounds(){if(!this.pcb_port_id)return super._getPcbCircuitJsonBounds();let{db:e}=this.root,t=e.pcb_port.get(this.pcb_port_id);return{center:{x:t.x,y:t.y},bounds:{left:0,top:0,right:0,bottom:0},width:0,height:0}}_getGlobalPcbPositionAfterLayout(){return this._getPcbCircuitJsonBounds().center}_getPortsInternallyConnectedToThisPort(){let e=this.parent;if(!e||!e._getInternallyConnectedPins)return[];let t=e._getInternallyConnectedPins();for(let i of t)if(i.some(r=>r===this))return i;return[]}_hasSchematicPort(){let{schX:e,schY:t}=this._parsedProps;if(e!==void 0&&t!==void 0)return!0;let i=this.getParentNormalComponent();if(i?.getSchematicSymbol())return!!(this.schematicSymbolPortDef||this._getPortsInternallyConnectedToThisPort().some(a=>a.schematicSymbolPortDef));let s=i?._getSchematicBoxDimensions();return!!(s&&this.props.pinNumber!==void 0&&s.getPortPositionByPinNumber(this.props.pinNumber))}_getGlobalSchematicPositionBeforeLayout(){let{schX:e,schY:t}=this._parsedProps;if(e!==void 0&&t!==void 0)return{x:e,y:t};let i=this.getParentNormalComponent(),r=i?.getSchematicSymbol();if(r){let o=this.schematicSymbolPortDef;if(!o&&(o=this._getPortsInternallyConnectedToThisPort().find(c=>c.schematicSymbolPortDef)?.schematicSymbolPortDef??null,!o))throw new Error(`Couldn't find schematicSymbolPortDef for port ${this.getString()}, searched internally connected ports and none had a schematicSymbolPortDef. Why are we trying to get the schematic position of this port?`);let a=mi(i.computeSchematicGlobalTransform(),An(-r.center.x,-r.center.y));return $e(a,o)}let s=i?._getSchematicBoxDimensions();if(s&&this.props.pinNumber!==void 0){let o=s.getPortPositionByPinNumber(this.props.pinNumber);if(!o)throw new Error(`Couldn't find position for schematic_port for port ${this.getString()} inside of the schematic box`);return $e(i.computeSchematicGlobalTransform(),o)}throw new Error(`Couldn't find position for schematic_port for port ${this.getString()}`)}_getGlobalSchematicPositionAfterLayout(){let{db:e}=this.root;if(!this.schematic_port_id)throw new Error(`Can't get schematic port position after layout for "${this.getString()}", no schematic_port_id`);let t=e.schematic_port.get(this.schematic_port_id);if(!t)throw new Error(`Schematic port not found when trying to get post-layout position: ${this.schematic_port_id}`);return t.center}registerMatch(e){this.matchedComponents.push(e)}getNameAndAliases(){let{_parsedProps:e}=this;return Array.from(new Set([...e.name?[e.name]:[],...e.aliases??[],...typeof e.pinNumber=="number"?[`pin${e.pinNumber}`,e.pinNumber.toString()]:[],...this.externallyAddedAliases??[]]))}_getMatchingPinAttributes(){let e=this.parent?._parsedProps?.pinAttributes;if(!e)return[];let t=[];for(let i of this.getNameAndAliases()){let r=e[i];r&&t.push(r)}return t}_shouldIncludeInBoardPinout(){return this._getMatchingPinAttributes().some(e=>e.includeInBoardPinout===!0)}isMatchingPort(e){return this.isMatchingAnyOf(e.getNameAndAliases())}getPortSelector(){return`.${(this.getParentNormalComponent()??this.parent)?.props.name} > port.${this.props.name}`}getAvailablePcbLayers(){let{layer:e,layers:t}=this._parsedProps;return t||(e?[e]:Array.from(new Set(this.matchedComponents.flatMap(i=>i.getAvailablePcbLayers()))))}_getDirectlyConnectedTraces(){return this.getSubcircuit().selectAll("trace").filter(i=>!i._couldNotFindPort).filter(i=>i._isExplicitlyConnectedToPort(this))}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=this.getNameAndAliases(),r=this.getParentNormalComponent(),o=(this.parent?.source_component_id?this.parent:r)?.source_component_id??null,a=this._getMatchingPinAttributes(),c={};for(let u of a)u.mustBeConnected!==void 0&&(c.must_be_connected=u.mustBeConnected);let l=e.source_port.insert({name:t.name,pin_number:t.pinNumber,port_hints:i,source_component_id:o,subcircuit_id:this.getSubcircuit()?.subcircuit_id,...c});this.source_port_id=l.source_port_id}doInitialSourceParentAttachment(){let{db:e}=this.root,t=this.getParentNormalComponent(),i=this.parent?.source_component_id?this.parent:t;if(this.isGroupPort()){e.source_port.update(this.source_port_id,{source_component_id:null,subcircuit_id:this.getSubcircuit()?.subcircuit_id});return}if(!i?.source_component_id)throw new Error(`${this.getString()} has no parent source component (parent: ${this.parent?.getString()})`);e.source_port.update(this.source_port_id,{source_component_id:i.source_component_id,subcircuit_id:this.getSubcircuit()?.subcircuit_id}),this.source_component_id=i.source_component_id}doInitialPcbPortRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{matchedComponents:t}=this;if(this.isGroupPort()){let a=this._getConnectedPortsFromConnectsTo();if(a.length===0)return;let c=a[0];if(!c.pcb_port_id)return;let l=e.pcb_port.get(c.pcb_port_id),u={x:l.x,y:l.y},p=this.getSubcircuit(),d=e.pcb_port.insert({pcb_component_id:void 0,layers:c.getAvailablePcbLayers(),subcircuit_id:p?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0,...u,source_port_id:this.source_port_id,is_board_pinout:!1});this.pcb_port_id=d.pcb_port_id;return}let i=this.getParentNormalComponent(),r=this.parent?.pcb_component_id?this.parent:i;if(!r?.pcb_component_id)throw new Error(`${this.getString()} has no parent pcb component, cannot render pcb_port (parent: ${this.parent?.getString()}, parentNormalComponent: ${i?.getString()})`);let s=t.filter(a=>a.isPcbPrimitive);if(s.length===0)return;let o=null;if(s.length===1&&(o=s[0]._getPcbCircuitJsonBounds().center),s.length>1){if(!bet(s))throw new Error(`${this.getString()} has multiple non-overlapping pcb matches, unclear how to place pcb_port: ${s.map(a=>a.getString()).join(", ")}. (Note: tscircuit core does not currently allow you to specify internally connected pcb primitives with the same port hints, try giving them different port hints and specifying they are connected externally- or file an issue)`);o=vet(s)}if(o){let a=this.getSubcircuit(),c=this._shouldIncludeInBoardPinout(),l=e.pcb_port.insert({pcb_component_id:r.pcb_component_id,layers:this.getAvailablePcbLayers(),subcircuit_id:a?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0,...c?{is_board_pinout:!0}:{},...o,source_port_id:this.source_port_id,is_board_pinout:this._isBoardPinoutFromAttributes()});this.pcb_port_id=l.pcb_port_id}else{let a=s[0];throw new Error(`${a.getString()} does not have a center or _getGlobalPcbPositionBeforeLayout method (needed for pcb_port placement)`)}}updatePcbPortRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root;if(this.pcb_port_id)return;if(this.isGroupPort()){let l=this._getConnectedPortsFromConnectsTo();if(l.length===0)return;let u=l[0];if(!u.pcb_port_id)return;let p=e.pcb_port.get(u.pcb_port_id),d={x:p.x,y:p.y},_=this.getSubcircuit(),g=e.pcb_port.insert({pcb_component_id:void 0,layers:u.getAvailablePcbLayers(),subcircuit_id:_?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0,...d,source_port_id:this.source_port_id,is_board_pinout:!1});this.pcb_port_id=g.pcb_port_id;return}let t=this.matchedComponents.filter(l=>l.isPcbPrimitive);if(t.length===0)return;let i=null;if(t.length===1&&(i=t[0]._getPcbCircuitJsonBounds().center),t.length>1)try{bet(t)&&(i=vet(t))}catch{}if(!i)return;let r=this.getParentNormalComponent(),s=this.parent?.pcb_component_id?this.parent:r,o=this.getSubcircuit(),a=this._shouldIncludeInBoardPinout(),c=e.pcb_port.insert({pcb_component_id:s?.pcb_component_id,layers:this.getAvailablePcbLayers(),subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0,...a?{is_board_pinout:!0}:{},...i,source_port_id:this.source_port_id,is_board_pinout:this._isBoardPinoutFromAttributes()});this.pcb_port_id=c.pcb_port_id}_getBestDisplayPinLabel(){let{db:e}=this.root,t=e.source_port.get(this.source_port_id),i=[];for(let o of t?.port_hints??[])o.match(/^(pin)?\d+$/)||o.match(/^(left|right)/)&&!t?.name.match(/^(left|right)/)||i.push(o);if(this.getParentNormalComponent()?.props?.showPinAliases&&i.length>0)return i.join("/");if(i.length>0)return i[0]}doInitialSchematicPortRender(){let{db:e}=this.root,{_parsedProps:t}=this,{schX:i,schY:r}=t,s=i!==void 0&&r!==void 0?this.getParentNormalComponent():this.getPrimitiveContainer();if(!s||!this._hasSchematicPort())return;let o=s._getGlobalSchematicPositionBeforeLayout(),a=this._getGlobalSchematicPositionBeforeLayout(),c=null,l=s._getSchematicBoxDimensions();l&&t.pinNumber!==void 0&&(c=l.getPortPositionByPinNumber(t.pinNumber)),this.getSubcircuit().props._schDebugObjectsEnabled&&e.schematic_debug_object.insert({shape:"rect",center:a,size:{width:.1,height:.1},label:"obstacle"}),c?.side?this.facingDirection={left:"left",right:"right",top:"up",bottom:"down"}[c.side]:this.facingDirection=TOt(o,a);let u=this._getBestDisplayPinLabel(),d={type:"schematic_port",schematic_component_id:this.getParentNormalComponent()?.schematic_component_id,center:a,source_port_id:this.source_port_id,facing_direction:this.facingDirection,distance_from_component_edge:.4,side_of_component:c?.side,pin_number:t.pinNumber,true_ccw_index:c?.trueIndex,display_pin_label:u,is_connected:!1};for(let g of this._getMatchingPinAttributes())g.requiresPower&&(d.has_input_arrow=!0),g.providesPower&&(d.has_output_arrow=!0);let _=e.schematic_port.insert(d);this.schematic_port_id=_.schematic_port_id}_getSubcircuitConnectivityKey(){return this.root?.db.source_port.get(this.source_port_id)?.subcircuit_connectivity_map_key}_setPositionFromLayout(e){let{db:t}=this.root;this.pcb_port_id&&t.pcb_port.update(this.pcb_port_id,{x:e.x,y:e.y})}_hasMatchedPcbPrimitive(){return this.matchedComponents.some(e=>e.isPcbPrimitive)}_getNetLabelText(){return`${this.parent?.props.name}_${this.props.name}`}},snt=n=>{let e=n.find(t=>/^(pin)?\d+$/.test(t));return e?Number.parseInt(e.replace(/^pin/,"")):null};function L1(n,e){let t=snt(n);if(!t)return null;let r=[...n.filter(s=>s.toString()!==t.toString()&&s!==`pin${t}`),...e?.additionalAliases?.[`pin${t}`]??[]];return new Vi({pinNumber:t,aliases:r})}var EOt=n=>{for(let e of["leftSide","rightSide","topSide","bottomSide"])if(e in n&&typeof n[e]=="number")throw new Error(`A number was specified for "${e}", you probably meant to use "size" not "side"`);return"leftSide"in n||"rightSide"in n||"topSide"in n||"bottomSide"in n},COt=n=>{if(EOt(n))return{leftSize:n.leftSide?.pins.length??0,rightSize:n.rightSide?.pins.length??0,topSize:n.topSide?.pins.length??0,bottomSize:n.bottomSide?.pins.length??0};let{leftSize:e=0,rightSize:t=0,topSize:i=0,bottomSize:r=0}=n;return{leftSize:e,rightSize:t,topSize:i,bottomSize:r}},Uw=.4;function ont(n){let e=n;return e.leftSide!==void 0||e.rightSide!==void 0||e.topSide!==void 0||e.bottomSide!==void 0}var IOt=n=>{let e=n.portDistanceFromEdge??.4,t=n.schPortArrangement?COt(n.schPortArrangement):null,i={left:0,right:0,top:0,bottom:0},r=n.pinCount??null;if(r===null)if(t)r=t.leftSize+t.rightSize+t.topSize;else throw new Error("Could not determine pin count for the schematic box");if(r&&!t){let g=Math.floor(r/2);t={leftSize:r-g,rightSize:g,topSize:0,bottomSize:0}}t||(t={leftSize:0,rightSize:0,topSize:0,bottomSize:0});let s=({side:g,sideIndex:x,truePinIndex:v})=>{if(!n.schPortArrangement||!ont(n.schPortArrangement))return v+1;let w={left:"top-to-bottom",bottom:"left-to-right",right:"bottom-to-top",top:"right-to-left"}[g],P=n.schPortArrangement?.[`${g}Side`]?.direction??w,T=n.schPortArrangement?.[`${g}Side`]?.pins,k=x;return P!==w&&(k=T.length-x-1),B1(T[k],n.pinLabels)},o=[],a=0,c=0;for(let g=0;g<t.leftSize;g++){let x=s({side:"left",sideIndex:g,truePinIndex:c}),v=n.numericSchPinStyle?.[`pin${x}`]??n.numericSchPinStyle?.[x];v?.topMargin&&(a+=v.topMargin),o.push({trueIndex:c,pinNumber:x,side:"left",distanceFromOrthogonalEdge:a}),v?.bottomMargin&&(a+=v.bottomMargin),g===t.leftSize-1?i.left=a:a+=n.schPinSpacing,c++}a=0;for(let g=0;g<t.bottomSize;g++){let x=s({side:"bottom",sideIndex:g,truePinIndex:c}),v=n.numericSchPinStyle?.[`pin${x}`]??n.numericSchPinStyle?.[x];v?.leftMargin&&(a+=v.leftMargin),o.push({trueIndex:c,pinNumber:x,side:"bottom",distanceFromOrthogonalEdge:a}),v?.rightMargin&&(a+=v.rightMargin),g===t.bottomSize-1?i.bottom=a:a+=n.schPinSpacing,c++}a=0;for(let g=0;g<t.rightSize;g++){let x=s({side:"right",sideIndex:g,truePinIndex:c}),v=n.numericSchPinStyle?.[`pin${x}`]??n.numericSchPinStyle?.[x];v?.bottomMargin&&(a+=v.bottomMargin),o.push({trueIndex:c,pinNumber:x,side:"right",distanceFromOrthogonalEdge:a}),v?.topMargin&&(a+=v.topMargin),g===t.rightSize-1?i.right=a:a+=n.schPinSpacing,c++}a=0;for(let g=0;g<t.topSize;g++){let x=s({side:"top",sideIndex:g,truePinIndex:c}),v=n.numericSchPinStyle?.[`pin${x}`]??n.numericSchPinStyle?.[x];v?.rightMargin&&(a+=v.rightMargin),o.push({trueIndex:c,pinNumber:x,side:"top",distanceFromOrthogonalEdge:a}),v?.leftMargin&&(a+=v.leftMargin),g===t.topSize-1?i.top=a:a+=n.schPinSpacing,c++}let l=n.schWidth;if(l===void 0){l=Math.max(i.top+Uw,i.bottom+Uw),n.pinLabels&&o.filter(P=>P.side==="left"||P.side==="right").some(P=>n.pinLabels?.[`pin${P.pinNumber}`]||n.pinLabels?.[P.pinNumber])&&(l=Math.max(l,.5));let g=n.pinLabels?Math.max(...Object.values(n.pinLabels).map(v=>v.length*.1)):0,x=g>0?1.1:0;l=Math.max(l,g+x)}let u=n.schHeight;u||(u=Math.max(i.left+Uw,i.right+Uw));let p={left:{x:-l/2-e,y:i.left/2},bottom:{x:-i.bottom/2,y:-u/2-e},right:{x:l/2+e,y:-i.right/2},top:{x:i.top/2,y:u/2+e}},d={left:{x:0,y:-1},right:{x:0,y:1},top:{x:-1,y:0},bottom:{x:1,y:0}},_=o.map(g=>{let{distanceFromOrthogonalEdge:x,side:v}=g,w=p[v],P=d[v];return{x:w.x+x*P.x,y:w.y+x*P.y,...g}});return{getPortPositionByPinNumber(g){let x=_.find(v=>v.pinNumber.toString()===g.toString());return x||null},getSize(){return{width:l,height:u}},getSizeIncludingPins(){return{width:l+(t.leftSize||t.rightSize?.4:0),height:u+(t.topSize||t.bottomSize?.4:0)}},pinCount:r}},NOt=(0,ant.default)("tscircuit:core:footprint"),cnt=class extends Me{get config(){return{componentName:"Footprint",zodProps:GH}}doInitialPcbFootprintLayout(){if(this.root?.pcbDisabled)return;let n=this.children.filter(p=>p.componentName==="Constraint");if(n.length===0)return;let{isFlipped:e}=this._getPcbPrimitiveFlippedHelpers(),t=p=>e&&"left"in p&&"right"in p?{...p,left:p.right,right:p.left}:p,i=n.flatMap(p=>p._getAllReferencedComponents().componentsWithSelectors).map(({component:p,selector:d,componentSelector:_,edge:g})=>({component:p,selector:d,componentSelector:_,edge:g,bounds:p._getPcbCircuitJsonBounds()}));if(i.some(p=>p.edge))throw new Error("edge constraints not implemented yet for footprint layout, contributions welcome!");function r(p){return i.find(({selector:d})=>d===p)}let s=new n_,o={};function a(p){return p in o||(o[p]=new Ia(p),s.addEditVariable(o[p],Rn.weak)),o[p]}for(let{selector:p,bounds:d}of i){let _=a(`${p}_x`),g=a(`${p}_y`);s.suggestValue(_,d.center.x),s.suggestValue(g,d.center.y)}for(let p of n){let d=p._parsedProps;if("xDist"in d){let{xDist:_,left:g,right:x,edgeToEdge:v,centerToCenter:w}=t(d),P=a(`${g}_x`),T=a(`${x}_x`),k=r(g)?.bounds,C=r(x)?.bounds;if(w){let M=new $n(T,[-1,P]);s.addConstraint(new Pi(M,si.Eq,d.xDist,Rn.required))}else if(v){let M=new $n(T,-C.width/2,[-1,P],-k.width/2);s.addConstraint(new Pi(M,si.Eq,d.xDist,Rn.required))}}else if("yDist"in d){let{yDist:_,top:g,bottom:x,edgeToEdge:v,centerToCenter:w}=d,P=a(`${g}_y`),T=a(`${x}_y`),k=r(g)?.bounds,C=r(x)?.bounds;if(w){let M=new $n(P,[-1,T]);s.addConstraint(new Pi(M,si.Eq,d.yDist,Rn.required))}else if(v){let M=new $n(P,k.height/2,[-1,T],-C.height/2);s.addConstraint(new Pi(M,si.Eq,d.yDist,Rn.required))}}else if("sameY"in d){let{for:_}=d;if(_.length<2)continue;let g=_.map(v=>a(`${v}_y`)),x=new $n(...g.slice(1));s.addConstraint(new Pi(x,si.Eq,g[0],Rn.required))}else if("sameX"in d){let{for:_}=d;if(_.length<2)continue;let g=_.map(v=>a(`${v}_x`)),x=new $n(...g.slice(1));s.addConstraint(new Pi(x,si.Eq,g[0],Rn.required))}}s.updateVariables(),NOt.enabled&&(console.log("Solution to layout constraints:"),console.table(Object.entries(o).map(([p,d])=>({var:p,val:d.value()}))));let c={left:1/0,right:-1/0,top:-1/0,bottom:1/0};for(let{selector:p,bounds:{width:d,height:_}}of i){let g=a(`${p}_x`),x=a(`${p}_y`),v=g.value()-d/2,w=g.value()+d/2,P=x.value()+_/2,T=x.value()-_/2;c.left=Math.min(c.left,v),c.right=Math.max(c.right,w),c.top=Math.max(c.top,P),c.bottom=Math.min(c.bottom,T)}let l={x:-(c.right+c.left)/2,y:-(c.top+c.bottom)/2},u=this.getPrimitiveContainer()._getGlobalPcbPositionBeforeLayout();l.x+=u.x,l.y+=u.y;for(let{component:p,selector:d}of i){let _=a(`${d}_x`),g=a(`${d}_y`);p._setPositionFromLayout({x:_.value()+l.x,y:g.value()+l.y})}}},lnt=n=>{if(!n)return null;let t=n.split("?")[0].split("#")[0],i=t.split("/").pop()??t;return i.includes(".")?i.split(".").pop()?.toLowerCase()??null:null},AOt=(n,e)=>{let t=n.replace(/\/+$/,""),i=e.replace(/^\/+/,"");return`${t}/${i}`},unt=(n,e)=>{if(!e||!n.startsWith("/"))return n;try{let t=new URL(e);return t.pathname!=="/"&&n.startsWith(t.pathname)?new URL(n,t.origin).toString():AOt(e,n)}catch{return n}},WA=h.union([h.number(),h.string()]),wet=h.object({x:WA,y:WA,z:WA}),pnt=class extends Me{get config(){return{componentName:"CadModel",zodProps:yW}}doInitialCadModelRender(){let n=this._findParentWithPcbComponent();if(!n||!n.pcb_component_id)return;let{db:e}=this.root,{boardThickness:t=0}=this.root?._getBoard()??{},i=n._getPcbCircuitJsonBounds(),r=e.pcb_component.get(n.pcb_component_id),s=this._parsedProps;if(!s||typeof s.modelUrl!="string"&&typeof s.stepUrl!="string")return;let o=n._computePcbGlobalTransformBeforeLayout(),c=eo(o).rotation.angle*180/Math.PI,l=wet.parse({x:0,y:0,z:0});if(typeof s.rotationOffset=="number")l.z=Number(s.rotationOffset);else if(typeof s.rotationOffset=="object"){let v=wet.parse(s.rotationOffset);l.x=Number(v.x),l.y=Number(v.y),l.z=Number(v.z)}let u=dS.parse({x:s.pcbX??0,y:s.pcbY??0,z:s.pcbZ??0,...typeof s.positionOffset=="object"?s.positionOffset:{}}),p=s.zOffsetFromSurface!==void 0?Y.parse(s.zOffsetFromSurface):0,d=n.props.layer==="bottom"?"bottom":"top",_=s.modelUrl?lnt(s.modelUrl):void 0,g={};if(_==="stl"?g.model_stl_url=this._addCachebustToModelUrl(s.modelUrl):_==="obj"?g.model_obj_url=this._addCachebustToModelUrl(s.modelUrl):_==="gltf"?g.model_gltf_url=this._addCachebustToModelUrl(s.modelUrl):_==="glb"?g.model_glb_url=this._addCachebustToModelUrl(s.modelUrl):_==="step"||_==="stp"?g.model_step_url=this._addCachebustToModelUrl(s.modelUrl):_==="wrl"||_==="vrml"?g.model_wrl_url=this._addCachebustToModelUrl(s.modelUrl):g.model_stl_url=this._addCachebustToModelUrl(s.modelUrl),s.stepUrl){let v=this._addCachebustToModelUrl(s.stepUrl);v&&(g.model_step_url=v)}let x=e.cad_component.insert({position:{x:i.center.x+Number(u.x),y:i.center.y+Number(u.y),z:(d==="bottom"?-t/2:t/2)+(d==="bottom"?-p:p)+Number(u.z)},rotation:{x:Number(l.x),y:(d==="top"?0:180)+Number(l.y),z:d==="bottom"?-(c+Number(l.z))+180:c+Number(l.z)},pcb_component_id:n.pcb_component_id,source_component_id:n.source_component_id,model_unit_to_mm_scale_factor:typeof s.modelUnitToMmScale=="number"?s.modelUnitToMmScale:void 0,show_as_translucent_model:n._parsedProps.showAsTranslucentModel,...g});this.cad_component_id=x.cad_component_id}_findParentWithPcbComponent(){let n=this.parent;for(;n&&!n.pcb_component_id;)n=n.parent;return n}_addCachebustToModelUrl(n){if(!n)return n;let e=this.root?.platform?.projectBaseUrl,t=unt(n,e);if(!t.includes("modelcdn.tscircuit.com"))return t;let i=this.root?.getClientOrigin()??"";return`${t}${t.includes("?")?"&":"?"}cachebust_origin=${encodeURIComponent(i)}`}},hnt=class extends Me{constructor(){super(...arguments);f(this,"isPrimitiveContainer",!0)}get config(){return{componentName:"CadAssembly",zodProps:_W}}},ROt=(n,e)=>{if(!n)return;let t={};for(let[i,r]of Object.entries(n)){let s=B1(i,e),o={leftMargin:r.marginLeft??r.leftMargin,rightMargin:r.marginRight??r.rightMargin,topMargin:r.marginTop??r.topMargin,bottomMargin:r.marginBottom??r.bottomMargin};t[`pin${s}`]={...t[`pin${s}`],...o}}return t},Pet=class{constructor({input:n}){f(this,"input");this.input=n}solveAndMapToTraces(){let n=[];for(let e of this.input.connections){if(e.pointsToConnect.length!==2)continue;let[t,i]=e.pointsToConnect,r={type:"pcb_trace",pcb_trace_id:"",connection_name:e.name,route:[{route_type:"wire",x:t.x,y:t.y,layer:"top",width:.1},{route_type:"wire",x:i.x,y:i.y,layer:"top",width:.1}]};n.push(r)}return n}},OOt=n=>{let e=Math.min(...n.map(s=>s.center.x)),t=Math.max(...n.map(s=>s.center.x)),i=Math.min(...n.map(s=>s.center.y)),r=Math.max(...n.map(s=>s.center.y));return{minX:e,maxX:t,minY:i,maxY:r}},ket=["top","bottom","inner1","inner2"],Ww=(n,e=[])=>{let t=[];if(e.length===0){let a=n[0].layers;for(let c of a)t.push(...Ww(n.slice(1),[c]));return t}if(n.length===0)return[];let i=n[0],r=i.via||i.optional_via,s=e[e.length-1];if(n.length===1){let a=i;return a.layers&&r?a.layers.map(c=>({layer_path:[...e,c]})):a.layers?.includes(s)?[{layer_path:[...e,s]}]:[]}if(!r)return i.layers&&!i.layers.includes(s)?[]:Ww(n.slice(1),e.concat([s]));let o=(i.optional_via?ket:ket.filter(a=>a!==s)).filter(a=>!i.layers||i.layers?.includes(a));for(let a of o)t.push(...Ww(n.slice(1),e.concat(a)));return t};function Tet(n){let e={x:n.to.x-n.from.x,y:n.to.y-n.from.y},t=Math.abs(e.x),i=Math.abs(e.y);return t>i?e.x>0?"right":"left":e.y>0?"down":"up"}function D_(n,e){return Math.hypot(n.x-e.x,n.y-e.y)}var LOt=n=>{if(n.length===1)return n[0];if(n.some(c=>c.length===0))throw new Error("Cannot merge routes with zero length");let e=[],t=n[0][0],i=n[0][n[0].length-1],r=n[1][0],s=n[1][n[1].length-1],o=Math.min(D_(t,r),D_(t,s)),a=Math.min(D_(i,r),D_(i,s));o<a?e.push(...n[0].reverse()):e.push(...n[0]);for(let c=1;c<n.length;c++){let l=e[e.length-1],u=n[c],p=u[0],d=u[u.length-1],_=D_(l,p),g=D_(l,d);_<g?e.push(...u):e.push(...u.reverse())}for(let c=1;c<e.length-1;c++){let l=e[c-1],u=e[c];l.route_type==="wire"&&u.route_type==="wire"&&l.layer!==u.layer&&e.splice(c,0,{x:l.x,y:l.y,from_layer:l.layer,to_layer:u.layer,route_type:"via"})}return e},FOt=(n,e)=>{let t="_getGlobalPcbPositionBeforeLayout"in n?n._getGlobalPcbPositionBeforeLayout():n,i="_getGlobalPcbPositionBeforeLayout"in e?e._getGlobalPcbPositionBeforeLayout():e;return Math.sqrt((t.x-i.x)**2+(t.y-i.y)**2)};function zOt(n,e){if(e.length===0)throw new Error("No candidates given to getClosest method");let t=e[0],i=1/0;for(let r of e){let s=FOt(n,r);s<i&&(t=r,i=s)}return t}var $Ot=(n,e)=>{let t=0;t+=n.length??0,t+=e.filter(i=>i.is_crossing).length;for(let i=1;i<e.length;i++){let r=e[i-1],s=e[i],o=Math.abs(r.from.x-r.to.x)<.01,a=Math.abs(s.from.x-s.to.x)<.01;o!==a&&t++}return t},Y1=n=>({up:"bottom",down:"top",left:"right",right:"left"})[n]??null,t9=({firstEdge:n,firstEdgePort:e,firstDominantDirection:t,lastEdge:i,lastEdgePort:r,lastDominantDirection:s})=>{if(n&&e)return t9({lastEdge:{from:n.to,to:n.from},lastEdgePort:e,lastDominantDirection:t}).reverse().map(a=>({from:a.to,to:a.from}));let o=[];if(i&&r){let a={x:i.to.x,y:i.to.y};s==="left"||s==="right"?(a.x=r.position.x,o.push({from:i.to,to:{...a}}),o.push({from:a,to:{...r.position}})):(a.y=r.position.y,o.push({from:i.to,to:{...a}}),o.push({from:a,to:{...r.position}}))}return o=o.filter(a=>Fi(a.from,a.to)>.01),o};function DOt(n){try{return[n(),null]}catch(e){return[null,e]}}var jOt=(n,{db:e})=>{let t=n.map(i=>{let r=e.source_port.get(i.source_port_id);if(!r?.source_component_id)return null;let s=e.source_component.get(r.source_component_id);return s?.ftype==="simple_capacitor"?s.max_decoupling_trace_length:null}).filter(i=>i!==null);if(t.length!==0)return Math.min(...t)};function BOt({ports:n,nets:e}){if(n.length>=2)return`${n[0]?.selector} to ${n[1]?.selector}`;if(n.length===1&&e.length===1)return`${n[0]?.selector} to net.${e[0]._parsedProps.name}`}var YOt=(n,{db:e})=>{let t=e.pcb_board.list()[0];if(t.outline){let c=t.outline,l=(u,p)=>{let d=!1;for(let _=0,g=p.length-1;_<p.length;g=_++){let x=p[_].x,v=p[_].y,w=p[g].x,P=p[g].y;v>u.y!=P>u.y&&u.x<(w-x)*(u.y-v)/(P-v)+x&&(d=!d)}return d};return n.some(u=>!l(u,c))}let i=t.width,r=t.height,s=t.center.x,o=t.center.y;return n.some(c=>c.x<s-i/2||c.y<o-r/2||c.x>s+i/2||c.y>o+r/2)},Met=(n,e)=>Math.abs(n-e)<1e-4,XOt=(n,e,{viaDiameter:t=.5}={})=>{let i=[];for(let r=0;r<n.length-1;r++){let[s,o]=[n[r],n[r+1]],a=r-1>=0?n[r-1]:null,c=Met(s.y,o.y),l=Met(s.x,o.x);if(!c&&!l)throw new Error(`getObstaclesFromTrace currently only supports horizontal and vertical traces (not diagonals) Conflicting trace: ${e}, start: (${s.x}, ${s.y}), end: (${o.x}, ${o.y})`);let u={type:"rect",layers:[s.layer],center:{x:(s.x+o.x)/2,y:(s.y+o.y)/2},width:c?Math.abs(s.x-o.x):.1,height:l?Math.abs(s.y-o.y):.1,connectedTo:[e]};if(i.push(u),a&&a.layer===s.layer&&s.layer!==o.layer){let p={type:"rect",layers:[s.layer,o.layer],center:{x:s.x,y:s.y},connectedTo:[e],width:t,height:t};i.push(p)}}return i};function UOt(n,e=4){let{center:t,width:i,height:r,rotation:s}=n,o=[],a=s*Math.PI/180,c=Math.cos(a),l=Math.sin(a),u=(s%360+360)%360;if(r<=i?u>=45&&u<135||u>=225&&u<315:u>=135&&u<225||u>=315||u<45){let d=i/e;for(let _=0;_<e;_++){let g=(_-e/2+.5)*d,x=-g*c,v=-g*l,w=d*1.1,P=Math.abs(r*c)+Math.abs(d*l);o.push({center:{x:t.x+x,y:t.y+v},width:w,height:P})}}else{let d=r/e;for(let _=0;_<e;_++){let g=(_-e/2+.5)*d,x=-g*l,v=g*c,w=Math.abs(i*c)+Math.abs(d*l),P=d*1.1;o.push({center:{x:t.x+x,y:t.y+v},width:w,height:P})}}return o}function VOt(n,e={}){if(n.length<3)return[];let{rectHeight:t=.1}=e,i=[],r=n.map(a=>a.y),s=Math.min(...r),o=Math.max(...r);for(let a=s;a<o;a+=t){let c=a+t/2,l=[];for(let u=0;u<n.length;u++){let p=n[u],d=n[(u+1)%n.length];if(p.y<=c&&d.y>c||d.y<=c&&p.y>c){let _=(c-p.y)*(d.x-p.x)/(d.y-p.y)+p.x;l.push(_)}}l.sort((u,p)=>u-p);for(let u=0;u<l.length;u+=2)if(u+1<l.length){let p=l[u],_=l[u+1]-p;_>1e-6&&i.push({center:{x:p+_/2,y:c},width:_,height:t})}}return i}function GOt(n,e={}){let{center:t,radius:i}=n,{rectHeight:r=.1}=e,s=[],o=Math.ceil(i*2/r);for(let a=0;a<o;a++){let c=t.y-i+(a+.5)*r,l=c-t.y,u=Math.sqrt(i*i-l*l);u>0&&s.push({center:{x:t.x,y:c},width:u*2,height:r})}return s}var Go=["top","inner1","inner2","bottom"],dnt=(n,e)=>{let t=r=>e?r.concat(r.map(s=>e?.getNetConnectedToId(s)).filter(Boolean)):r,i=[];for(let r of n)if(r.type==="pcb_smtpad"){if(r.shape==="circle")i.push({type:"oval",layers:[r.layer],center:{x:r.x,y:r.y},width:r.radius*2,height:r.radius*2,connectedTo:t([r.pcb_smtpad_id])});else if(r.shape==="rect")i.push({type:"rect",layers:[r.layer],center:{x:r.x,y:r.y},width:r.width,height:r.height,connectedTo:t([r.pcb_smtpad_id])});else if(r.shape==="rotated_rect"){let s={center:{x:r.x,y:r.y},width:r.width,height:r.height,rotation:r.ccw_rotation},o=UOt(s);for(let a of o)i.push({type:"rect",layers:[r.layer],center:a.center,width:a.width,height:a.height,connectedTo:t([r.pcb_smtpad_id])})}}else if(r.type==="pcb_keepout")r.shape==="circle"?i.push({type:"oval",layers:r.layers,center:{x:r.center.x,y:r.center.y},width:r.radius*2,height:r.radius*2,connectedTo:[]}):r.shape==="rect"&&i.push({type:"rect",layers:r.layers,center:{x:r.center.x,y:r.center.y},width:r.width,height:r.height,connectedTo:[]});else if(r.type==="pcb_cutout"){if(r.shape==="rect")i.push({type:"rect",layers:Go,center:{x:r.center.x,y:r.center.y},width:r.width,height:r.height,connectedTo:[]});else if(r.shape==="circle"){let s=GOt({center:r.center,radius:r.radius},{rectHeight:.6});for(let o of s)i.push({type:"rect",layers:Go,center:o.center,width:o.width,height:o.height,connectedTo:[]})}else if(r.shape==="polygon"){let s=VOt(r.points,{rectHeight:.6});for(let o of s)i.push({type:"rect",layers:Go,center:o.center,width:o.width,height:o.height,connectedTo:[]})}}else if(r.type==="pcb_hole")r.hole_shape==="oval"?i.push({type:"oval",center:{x:r.x,y:r.y},width:r.hole_width,height:r.hole_height,connectedTo:[]}):r.hole_shape==="rect"?i.push({type:"rect",layers:Go,center:{x:r.x,y:r.y},width:r.hole_width,height:r.hole_height,connectedTo:[]}):r.hole_shape==="square"?i.push({type:"rect",layers:Go,center:{x:r.x,y:r.y},width:r.hole_diameter,height:r.hole_diameter,connectedTo:[]}):(r.hole_shape==="round"||r.hole_shape==="circle")&&i.push({type:"rect",layers:Go,center:{x:r.x,y:r.y},width:r.hole_diameter,height:r.hole_diameter,connectedTo:[]});else if(r.type==="pcb_plated_hole"){if(r.shape==="circle")i.push({type:"oval",layers:Go,center:{x:r.x,y:r.y},width:r.outer_diameter,height:r.outer_diameter,connectedTo:t([r.pcb_plated_hole_id])});else if(r.shape==="circular_hole_with_rect_pad")i.push({type:"rect",layers:Go,center:{x:r.x,y:r.y},width:r.rect_pad_width,height:r.rect_pad_height,connectedTo:t([r.pcb_plated_hole_id])});else if(r.shape==="oval"||r.shape==="pill")i.push({type:"oval",layers:Go,center:{x:r.x,y:r.y},width:r.outer_width,height:r.outer_height,connectedTo:t([r.pcb_plated_hole_id])});else if(r.shape==="hole_with_polygon_pad"&&"pad_outline"in r&&r.pad_outline&&r.pad_outline.length>0){let s=r.pad_outline.map(_=>r.x+_.x),o=r.pad_outline.map(_=>r.y+_.y),a=Math.min(...s),c=Math.max(...s),l=Math.min(...o),u=Math.max(...o),p=(a+c)/2,d=(l+u)/2;i.push({type:"rect",layers:Go,center:{x:p,y:d},width:c-a,height:u-l,connectedTo:t([r.pcb_plated_hole_id])})}}else if(r.type==="pcb_trace"){let s=XOt(r.route.map(o=>({x:o.x,y:o.y,layer:"layer"in o?o.layer:o.from_layer})),r.source_trace_id);i.push(...s)}else if(r.type==="pcb_via"){let s=!!(r.net_is_assignable??r.netIsAssignable);i.push({type:"rect",layers:r.layers,center:{x:r.x,y:r.y},connectedTo:[],width:r.outer_diameter,height:r.outer_diameter,netIsAssignable:s||void 0})}return i},_l=({anchor_position:n,anchor_side:e,text:t,font_size:i=.18})=>{let r=.1*(i/.18),s=t.length*r,o=i,a={...n};switch(e){case"right":a.x-=s/2;break;case"left":a.x+=s/2;break;case"top":a.y-=o/2;break;case"bottom":a.y+=o/2;break}return a},f9=({db:n,source_trace_id:e,sameNetOnly:t,differentNetOnly:i})=>{!t&&!i&&(i=!0);let r=n.source_trace.get(e),s=[];for(let o of n.schematic_trace.list()){if(o.source_trace_id===e)continue;let c=n.source_trace.get(o.source_trace_id)?.subcircuit_connectivity_map_key===r.subcircuit_connectivity_map_key;i&&c||t&&!c||s.push(o)}return s},HOt=({edges:n,otherEdges:e})=>{let t=[...n];for(let i=0;i<t.length;i++){if(i>2e3)throw new Error("Over 2000 iterations spent inside createSchematicTraceCrossingSegments, you have triggered an infinite loop, please report this!");let r=t[i],s=Math.abs(r.from.x-r.to.x)<.01?"vertical":r.from.y===r.to.y?"horizontal":"not-orthogonal";if(s==="not-orthogonal")continue;let o=[];for(let x of e){let v=x.from.x===x.to.x?"vertical":x.from.y===x.to.y?"horizontal":"not-orthogonal";if(v==="not-orthogonal"||s===v)continue;if(Na([r.from,r.to],[x.from,x.to],{lineThickness:.01})){let P=s==="vertical"?r.from.x:x.from.x,T=s==="vertical"?x.from.y:r.from.y,k={x:P,y:T};o.push({otherEdge:x,crossingPoint:k,distanceFromEdgeFrom:Fi(r.from,k)})}}if(o.length===0)continue;let a=o[0];for(let x of o)x.distanceFromEdgeFrom<a.distanceFromEdgeFrom&&(a=x);let c=a.crossingPoint,l=.075;if(c.x===r.from.x&&c.y===r.from.y)continue;let u=wS(r.from,c),p={x:c.x-u.x*l/2,y:c.y-u.y*l/2},d={x:c.x+u.x*l/2,y:c.y+u.y*l/2},_=Fi(d,r.to)<l,g=[{from:r.from,to:p},{from:p,to:d,is_crossing:!0},{from:d,to:r.to}];t.splice(i,1,...g),i+=g.length-2,_&&i++}return t},e9=.001,j_=(n,e)=>{let t=Math.min(e.from.x,e.to.x),i=Math.max(e.from.x,e.to.x),r=Math.min(e.from.y,e.to.y),s=Math.max(e.from.y,e.to.y);return n.x>=t&&n.x<=i&&n.y>=r&&n.y<=s},Eet=n=>{let e=Math.abs(n.from.x-n.to.x)<e9,t=Math.abs(n.from.y-n.to.y)<e9;return e?"vertical":t?"horizontal":"diagonal"},WOt=(n,e)=>{let t=Eet(n),i=Eet(e);if(t===i)return null;if(t==="vertical"&&i==="horizontal"||t==="horizontal"&&i==="vertical"){let p=t==="vertical"?n:e,d=t==="horizontal"?n:e,_=p.from.x,g=d.from.y,x={x:_,y:g};return j_(x,n)&&j_(x,e)?x:null}if(t==="vertical"||i==="vertical"){let p=t==="vertical"?n:e,d=t==="vertical"?e:n,_=p.from.x,g=(d.to.y-d.from.y)/(d.to.x-d.from.x),x=d.from.y-g*d.from.x,v=g*_+x,w={x:_,y:v};return j_(w,n)&&j_(w,e)?w:null}let r=(n.to.y-n.from.y)/(n.to.x-n.from.x),s=n.from.y-r*n.from.x,o=(e.to.y-e.from.y)/(e.to.x-e.from.x),a=e.from.y-o*e.from.x;if(Math.abs(r-o)<e9)return null;let c=(a-s)/(r-o),l=r*c+s,u={x:c,y:l};return j_(u,n)&&j_(u,e)?u:null},qOt=({edges:n,db:e,source_trace_id:t})=>{let i=f9({db:e,source_trace_id:t,sameNetOnly:!0}).flatMap(s=>s.edges),r=new Map;for(let s of n)for(let o of i){let a=WOt(s,o);if(a){let c=`${a.x.toFixed(6)},${a.y.toFixed(6)}`;r.has(c)||r.set(c,a)}}return Array.from(r.values())};function ZOt(n,e={}){let{minX:t,maxX:i,minY:r,maxY:s}=n,o=e.padding??1;if(!isFinite(t)||!isFinite(i)||!isFinite(r)||!isFinite(s))return[];let a=t-o,c=i+o,l=s+o,u=r-o,p=.01;return[{type:"rect",layers:["top"],center:{x:(a+c)/2,y:l},width:c-a,height:p,connectedTo:[]},{type:"rect",layers:["top"],center:{x:(a+c)/2,y:u},width:c-a,height:p,connectedTo:[]},{type:"rect",layers:["top"],center:{x:a,y:(l+u)/2},width:p,height:l-u,connectedTo:[]},{type:"rect",layers:["top"],center:{x:c,y:(l+u)/2},width:p,height:l-u,connectedTo:[]}]}var KOt=n=>{let e=n.root.db,t=n._findConnectedPorts().ports??[],i=new Set(t.map(o=>o.schematic_port_id)),r=[];for(let o of e.toArray()){if(o.type==="schematic_component"){let a=!!o.symbol_name,c=o.size.width>o.size.height?"horz":"vert";r.push({type:"rect",layers:["top"],center:o.center,width:o.size.width+(a&&c==="horz"?-.5:0),height:o.size.height+(a&&c==="vert"?-.5:0),connectedTo:[]})}if(o.type==="schematic_port"){if(i.has(o.schematic_port_id))continue;let a=o.facing_direction?PS(o.facing_direction):{x:0,y:0};r.push({type:"rect",layers:["top"],center:{x:o.center.x-a.x*.1,y:o.center.y-a.y*.1},width:.1+Math.abs(a.x)*.3,height:.1+Math.abs(a.y)*.3,connectedTo:[]})}o.type==="schematic_text"&&r.push({type:"rect",layers:["top"],center:o.position,width:(o.text?.length??0)*.1,height:.2,connectedTo:[]}),o.type==="schematic_box"&&r.push({type:"rect",layers:["top"],center:{x:o.x,y:o.y},width:o.width,height:o.height,connectedTo:[]})}let s=rnt(e.toArray());return r.push(...ZOt(s,{padding:1})),r},JOt=({edges:n,db:e,source_trace_id:t})=>{let i=e.source_trace.get(t),r=f9({db:e,source_trace_id:t,differentNetOnly:!0}).flatMap(o=>o.edges),s=o=>{let{from:a,to:c}=o;return a.x===c.x?"vertical":"horizontal"};for(let o of n){let a=s(o),c=()=>r.find(u=>s(u)===a&&Na([o.from,o.to],[u.from,u.to],{lineThickness:.05})),l=c();for(;l;)a==="horizontal"?(o.from.y+=.1,o.to.y+=.1):(o.from.x+=.1,o.to.x+=.1),l=c()}},n9=n=>{switch(n){case"up":return"y+";case"down":return"y-";case"left":return"x-";case"right":return"x+";default:}},QOt=rq.version??"unknown",F1=class extends Error{constructor(n){super(`${n} (capacity-autorouter@${QOt})`),this.name="AutorouterError"}},Qw=class extends Error{constructor(n){super(n.message),this.errorData=n,this.name="TraceConnectionError"}},tLt=n=>{if(n.root?._featureMspSchematicTraceRouting||n._couldNotFindPort||n.root?.schematicDisabled)return;let{db:e}=n.root,{_parsedProps:t,parent:i}=n;if(!i)throw new Error("Trace has no parent");let r,s;try{let V=n._findConnectedPorts();r=V.allPortsFound,s=V.portsWithSelectors??[]}catch(V){if(V instanceof Qw){e.source_trace_not_connected_error.insert({...V.errorData,error_type:"source_trace_not_connected_error"});return}throw V}let{netsWithSelectors:o}=n._findConnectedNets();if(!r)return;let c=s.map(V=>V.port.schematic_port_id).sort().join(","),l=n.root?._getBoard();if(l?._connectedSchematicPortPairs&&l._connectedSchematicPortPairs.has(c))return;let u={name:n.source_trace_id,pointsToConnect:[]},p=KOt(n),d=s.filter(({port:V})=>V.schematic_port_id!==null).map(({port:V})=>({port:V,position:V._getGlobalSchematicPositionAfterLayout(),schematic_port_id:V.schematic_port_id??void 0,facingDirection:V.facingDirection}));if(d.length===1&&o.length===1){let V=o[0].net,{port:H,position:et}=d[0],tt=n.getSubcircuit().selectAll("netlabel").find(Q=>{let nt=Q._parsedProps.connection??Q._parsedProps.connectsTo;return nt?Array.isArray(nt)?nt.some(ht=>n.getSubcircuit().selectOne(ht,{port:!0})===H):n.getSubcircuit().selectOne(nt,{port:!0})===H:!1});if(!tt){let Q=e.schematic_net_label.getWhere({source_trace_id:n.source_trace_id});Q&&(tt=Q)}if(tt){let Q="_getGlobalSchematicPositionBeforeLayout"in tt?tt._getGlobalSchematicPositionBeforeLayout():tt.anchor_position,nt=[];et.x===Q.x||et.y===Q.y?nt.push({from:et,to:Q}):(nt.push({from:et,to:{x:Q.x,y:et.y}}),nt.push({from:{x:Q.x,y:et.y},to:Q}));let pt=e.schematic_trace.insert({source_trace_id:n.source_trace_id,edges:nt,junctions:[],subcircuit_connectivity_map_key:n.subcircuit_connectivity_map_key??void 0});n.schematic_trace_id=pt.schematic_trace_id;return}if(n.props.schDisplayLabel){let Q=Y1(H.facingDirection)??"bottom";e.schematic_net_label.insert({text:n.props.schDisplayLabel,source_net_id:V.source_net_id,anchor_position:et,center:_l({anchor_position:et,anchor_side:Q,text:n.props.schDisplayLabel}),anchor_side:Q});return}let mt=Y1(H.facingDirection)??"bottom",G=e.schematic_net_label.insert({text:V._parsedProps.name,source_net_id:V.source_net_id,anchor_position:et,center:_l({anchor_position:et,anchor_side:mt,text:V._parsedProps.name}),anchor_side:mt});return}if(n.props.schDisplayLabel&&("from"in n.props&&"to"in n.props||"path"in n.props)){n._doInitialSchematicTraceRenderWithDisplayLabel();return}if(d.length<2)return;let x=(()=>{let V=[];for(let et=0;et<d.length-1;et++){let tt=d[et],mt=d[et+1],G=Wc({x:tt.position.x,y:tt.position.y,facingDirection:n9(tt.facingDirection)},{x:mt.position.x,y:mt.position.y,facingDirection:n9(mt.facingDirection)});for(let Q=0;Q<G.length-1;Q++)V.push({from:G[Q],to:G[Q+1]})}let H=(et,tt)=>{let mt=tt.width/2,G=tt.height/2,Q=tt.center.x-mt,nt=tt.center.x+mt,pt=tt.center.y-G,ht=tt.center.y+G,wt=ot=>ot.x>=Q&&ot.x<=nt&&ot.y>=pt&&ot.y<=ht;return wt(et.from)||wt(et.to)?!0:[[{x:Q,y:pt},{x:nt,y:pt}],[{x:nt,y:pt},{x:nt,y:ht}],[{x:nt,y:ht},{x:Q,y:ht}],[{x:Q,y:ht},{x:Q,y:pt}]].some(ot=>Na([et.from,et.to],ot,{lineThickness:0}))};for(let et of V)for(let tt of p)if(H(et,tt))return null;return V})();x&&x.length===0&&(x=null),u.pointsToConnect=d.map(({position:V})=>({...V,layer:"top"}));let v=OOt(p),w=2,P={minTraceWidth:.1,obstacles:p,connections:[u],bounds:{minX:v.minX-w,maxX:v.maxX+w,minY:v.minY-w,maxY:v.maxY+w},layerCount:1},T=uS,k=!1;if(n.getSubcircuit().props._schDirectLineRoutingEnabled&&(T=Pet,k=!0),!x){let H=new T({input:P,MAX_ITERATIONS:100,OBSTACLE_MARGIN:.1,isRemovePathLoopsEnabled:!0,isShortenPathWithShortcutsEnabled:!0,marginsWithCosts:[{margin:1,enterCost:0,travelCostFactor:1},{margin:.3,enterCost:0,travelCostFactor:1},{margin:.2,enterCost:0,travelCostFactor:2},{margin:.1,enterCost:0,travelCostFactor:3}]}).solveAndMapToTraces();if(H.length===0){if(n._isSymbolToChipConnection()||n._isSymbolToSymbolConnection()||n._isChipToChipConnection()){n._doInitialSchematicTraceRenderWithDisplayLabel();return}H=new Pet({input:P}).solveAndMapToTraces(),k=!0}let[{route:et}]=H;x=[];for(let tt=0;tt<et.length-1;tt++)x.push({from:et[tt],to:et[tt+1]})}let C=n.source_trace_id,M=[];if(!k){JOt({edges:x,db:e,source_trace_id:C});let V=f9({db:e,source_trace_id:C,differentNetOnly:!0}).flatMap(H=>H.edges);x=HOt({edges:x,otherEdges:V}),M=qOt({edges:x,db:e,source_trace_id:n.source_trace_id})}if(!x||x.length===0)return;let I=x[x.length-1],E=d[d.length-1],A=Tet(I);x.push(...t9({lastEdge:I,lastEdgePort:E,lastDominantDirection:A}));let R=x[0],B=d[0],j=Tet(R);if(x.unshift(...t9({firstEdge:R,firstEdgePort:B,firstDominantDirection:j})),!n.source_trace_id)throw new Error("Missing source_trace_id for schematic trace insertion.");if(n.getSubcircuit()._parsedProps.schTraceAutoLabelEnabled&&$Ot(M,x)>=5&&(n._isSymbolToChipConnection()||n._isSymbolToSymbolConnection()||n._isChipToChipConnection())){n._doInitialSchematicTraceRenderWithDisplayLabel();return}let U=e.schematic_trace.insert({source_trace_id:n.source_trace_id,edges:x,junctions:M,subcircuit_connectivity_map_key:n.subcircuit_connectivity_map_key??void 0});n.schematic_trace_id=U.schematic_trace_id;for(let{port:V}of s)V.schematic_port_id&&e.schematic_port.update(V.schematic_port_id,{is_connected:!0});l?._connectedSchematicPortPairs&&l._connectedSchematicPortPairs.add(c)};function i9(n){let e=0;for(let t=0;t<n.length;t++){let i=n[t];if(i.route_type==="wire"){let r=n[t+1];if(r){let s=r.x-i.x,o=r.y-i.y;e+=Math.sqrt(s*s+o*o)}}else i.route_type==="via"&&(e+=1.6)}return e}var eLt=.3,nLt=.6,Cet=(n,e)=>{if(n===void 0)return e;if(typeof n=="number")return n;let t=parseFloat(n);return Number.isFinite(t)?t:e},m9=n=>({holeDiameter:Cet(n?.viaHoleDiameter,eLt),padDiameter:Cet(n?.viaPadDiameter,nLt)}),iLt=(n,e)=>{let t=m9(e);return{holeDiameter:n.holeDiameter??t.holeDiameter,padDiameter:n.padDiameter??t.padDiameter}},Vw=n=>({...n._getGlobalPcbPositionAfterLayout(),layers:n.getAvailablePcbLayers()}),rLt=!1;function sLt(n){if(n.root?.pcbDisabled)return;let{db:e}=n.root,{_parsedProps:t,parent:i}=n,r=n.getSubcircuit();if(!i)throw new Error("Trace has no parent");if(r._parsedProps.routingDisabled)return;let s=r._parsedProps.pcbRouteCache?.pcbTraces;if(s){let j=e.pcb_trace.insert({route:s.flatMap(U=>U.route),source_trace_id:n.source_trace_id,subcircuit_id:r?.subcircuit_id??void 0,pcb_group_id:n.getGroup()?.pcb_group_id??void 0});n.pcb_trace_id=j.pcb_trace_id;return}if(t.pcbPath&&t.pcbPath.length>0||t.pcbStraightLine||!r._shouldUseTraceByTraceRouting())return;let{allPortsFound:o,ports:a}=n._findConnectedPorts(),c=[];if(!o)return;let l=[];for(let j of a)j._hasMatchedPcbPrimitive()||l.push(j);if(l.length>0){e.pcb_trace_error.insert({error_type:"pcb_trace_error",source_trace_id:n.source_trace_id,message:`Some ports did not have a matching PCB primitive (e.g. a pad or plated hole), this can happen if a footprint is missing. As a result, ${n} wasn't routed. Missing ports: ${l.map(j=>j.getString()).join(", ")}`,pcb_trace_id:n.pcb_trace_id,pcb_component_ids:[],pcb_port_ids:l.map(j=>j.pcb_port_id).filter(Boolean)});return}let u=n._findConnectedNets().netsWithSelectors;if(a.length===0&&u.length===2){n.renderError("Trace connects two nets, we haven't implemented a way to route this yet");return}else if(a.length===1&&u.length===1){let j=a[0],V=u[0].net.getAllConnectedPorts().filter(et=>et!==j);if(V.length===0){console.log("Nothing to connect this port to, the net is empty. TODO should emit a warning!");return}let H=zOt(j,V);c.push(H),a.push(H)}else if(a.length>1&&u.length>=1){n.renderError("Trace has more than one port and one or more nets, we don't currently support this type of complex trace routing");return}let p=a.flatMap(j=>j.matchedComponents.filter(U=>U.componentName==="TraceHint")),d=(n._parsedProps.pcbRouteHints??[]).concat(p.flatMap(j=>j.getPcbRouteHints()));if(a.length>2){n.renderError(`Trace has more than two ports (${a.map(j=>j.getString()).join(", ")}), routing between more than two ports for a single trace is not implemented`);return}if(n.getSubcircuit().selectAll("trace").filter(j=>j.renderPhaseStates.PcbTraceRender.initialized).some(j=>j._portsRoutedOnPcb.length===a.length&&j._portsRoutedOnPcb.every(U=>a.includes(U))))return;let x=[];d.length===0?x=[Vw(a[0]),Vw(a[1])]:x=[Vw(a[0]),...d,Vw(a[1])];let v=Ww(x);if(rLt&&v.length===0){n.renderError(`Could not find a common layer (using hints) for trace ${n.getString()}`);return}let w=tr(n.root.db.toArray()),[P,T]=DOt(()=>dnt(n.root.db.toArray()));if(T){n.renderError({type:"pcb_trace_error",error_type:"pcb_trace_error",pcb_trace_error_id:n.pcb_trace_id,message:`Error getting obstacles for autorouting: ${T.message}`,source_trace_id:n.source_trace_id,center:{x:0,y:0},pcb_port_ids:a.map(j=>j.pcb_port_id),pcb_trace_id:n.pcb_trace_id,pcb_component_ids:[]});return}for(let j of P)if(j.connectedTo.length>0){let V=w.getNetConnectedToId(j.connectedTo[0]);V&&j.connectedTo.push(V)}let k=[];if(v.length===0)k=x;else{let j=v[0].layer_path;k=x.map((U,V)=>U.via?{...U,via_to_layer:j[V]}:{...U,layers:[j[V]]})}k[0].pcb_port_id=a[0].pcb_port_id,k[k.length-1].pcb_port_id=a[1].pcb_port_id;let C=[];for(let[j,U]of int(k)){let V="via_to_layer"in j?j.via_to_layer:null,H=2,et="layers"in j&&j.layers.length===1?j.layers[0]:V??"top",tt="layers"in U&&U.layers.length===1?U.layers[0]:V??"top",mt="pcb_port_id"in j?j.pcb_port_id:null,G="pcb_port_id"in U?U.pcb_port_id:null,Q=n._getExplicitTraceThickness()??n.getSubcircuit()._parsedProps.minTraceWidth??.16,nt=new uS({OBSTACLE_MARGIN:Q*2,isRemovePathLoopsEnabled:!0,optimizeWithGoalBoxes:!!(mt&&G),connMap:w,input:{obstacles:P,minTraceWidth:Q,connections:[{name:n.source_trace_id,pointsToConnect:[{...j,layer:et,pcb_port_id:mt},{...U,layer:tt,pcb_port_id:G}]}],layerCount:n.getSubcircuit()._getSubcircuitLayerCount(),bounds:{minX:Math.min(j.x,U.x)-H,maxX:Math.max(j.x,U.x)+H,minY:Math.min(j.y,U.y)-H,maxY:Math.max(j.y,U.y)+H}}}),pt=null;try{pt=nt.solveAndMapToTraces()}catch(Et){n.renderError({type:"pcb_trace_error",pcb_trace_error_id:n.source_trace_id,error_type:"pcb_trace_error",message:`error solving route: ${Et.message}`,source_trace_id:n.pcb_trace_id,center:{x:(j.x+U.x)/2,y:(j.y+U.y)/2},pcb_port_ids:a.map(ot=>ot.pcb_port_id),pcb_trace_id:n.pcb_trace_id,pcb_component_ids:a.map(ot=>ot.pcb_component_id)})}if(!pt)return;if(pt.length===0){n.renderError({type:"pcb_trace_error",error_type:"pcb_trace_error",pcb_trace_error_id:n.pcb_trace_id,message:`Could not find a route for ${n}`,source_trace_id:n.source_trace_id,center:{x:(j.x+U.x)/2,y:(j.y+U.y)/2},pcb_port_ids:a.map(Et=>Et.pcb_port_id),pcb_trace_id:n.pcb_trace_id,pcb_component_ids:a.map(Et=>Et.pcb_component_id)});return}let[ht]=pt;V&&(ht.route=ht.route.map(Et=>(Et.route_type==="wire"&&!Et.layer&&(Et.layer=V),Et))),mt&&ht.route[0].route_type==="wire"&&(ht.route[0].start_pcb_port_id=mt);let wt=ht.route[ht.route.length-1];G&&wt.route_type==="wire"&&(wt.end_pcb_port_id=G),C.push(ht.route)}let M=LOt(C),I=i9(M),E=n.getInheritedMergedProperty("pcbStyle"),{holeDiameter:A,padDiameter:R}=m9(E),B=e.pcb_trace.insert({route:M,source_trace_id:n.source_trace_id,subcircuit_id:n.getSubcircuit()?.subcircuit_id,trace_length:I});n._portsRoutedOnPcb=a,n.pcb_trace_id=B.pcb_trace_id;for(let j of M)j.route_type==="via"&&e.pcb_via.insert({pcb_trace_id:B.pcb_trace_id,x:j.x,y:j.y,hole_diameter:A,outer_diameter:R,layers:[j.from_layer,j.to_layer],from_layer:j.from_layer,to_layer:j.to_layer});n._insertErrorIfTraceIsOutsideBoard(M,a)}function Iet(n){let{lineStart:e,lineEnd:t,rectCenter:i,rectWidth:r,rectHeight:s}=n,o=i.x-r/2,a=i.x+r/2,c=i.y+s/2,l=i.y-s/2,u=t.x-e.x,p=t.y-e.y,d=[];if(u!==0){let _=(o-e.x)/u;if(_>=0&&_<=1){let g=e.y+_*p;g>=l&&g<=c&&d.push({x:o,y:g,t:_})}}if(u!==0){let _=(a-e.x)/u;if(_>=0&&_<=1){let g=e.y+_*p;g>=l&&g<=c&&d.push({x:a,y:g,t:_})}}if(p!==0){let _=(l-e.y)/p;if(_>=0&&_<=1){let g=e.x+_*u;g>=o&&g<=a&&d.push({x:g,y:l,t:_})}}if(p!==0){let _=(c-e.y)/p;if(_>=0&&_<=1){let g=e.x+_*u;g>=o&&g<=a&&d.push({x:g,y:c,t:_})}}return d.length===0?null:(d.sort((_,g)=>_.t-g.t),{x:d[0].x,y:d[0].y})}function Net(n){let{lineStart:e,lineEnd:t,circleCenter:i,circleRadius:r}=n,s=e.x-i.x,o=e.y-i.y,a=t.x-i.x,c=t.y-i.y,l=a-s,u=c-o,p=l*l+u*u,d=2*(s*l+o*u),_=s*s+o*o-r*r,g=d*d-4*p*_;if(g<0)return null;let x=Math.sqrt(g),v=(-d-x)/(2*p),w=(-d+x)/(2*p),P=null;return v>=0&&v<=1?P=v:w>=0&&w<=1&&(P=w),P===null?null:{x:e.x+P*l,y:e.y+P*u}}function Aet(n){let{traceStart:e,traceEnd:t,traceWidth:i,port:r}=n,s=r.matchedComponents.find(d=>d.isPcbPrimitive);if(!s)return t;let o=s._getPcbCircuitJsonBounds(),a=o.width,c=o.height,l=o.center,u=Math.min(a,c);if(i<=u/2)return t;let p=null;if(s.componentName==="SmtPad"){let d=s,_=d._parsedProps.shape;if(_==="circle"){let g=d._parsedProps.radius;p=Net({lineStart:e,lineEnd:t,circleCenter:l,circleRadius:g})}else(_==="rect"||_==="rotated_rect"||_==="pill"||_==="polygon")&&(p=Iet({lineStart:e,lineEnd:t,rectCenter:l,rectWidth:a,rectHeight:c}))}else if(s.componentName==="PlatedHole"){let d=s;if(d._parsedProps.shape==="circle"){let g=d._parsedProps.outerDiameter;p=Net({lineStart:e,lineEnd:t,circleCenter:l,circleRadius:g/2})}else p=Iet({lineStart:e,lineEnd:t,rectCenter:l,rectWidth:a,rectHeight:c})}return p??t}function oLt(n){if(n.root?.pcbDisabled)return;let{db:e}=n.root,{_parsedProps:t}=n,i=n.getSubcircuit(),r=t.pcbPath!==void 0,s=!!t.pcbStraightLine;if(!r&&!s)return;let{allPortsFound:o,ports:a,portsWithSelectors:c}=n._findConnectedPorts();if(!o)return;let l=[];for(let k of a)k._hasMatchedPcbPrimitive()||l.push(k);if(l.length>0){e.pcb_trace_error.insert({error_type:"pcb_trace_error",source_trace_id:n.source_trace_id,message:`Some ports did not have a matching PCB primitive (e.g. a pad or plated hole), this can happen if a footprint is missing. As a result, ${n} wasn't routed. Missing ports: ${l.map(k=>k.getString()).join(", ")}`,pcb_trace_id:n.pcb_trace_id,pcb_component_ids:[],pcb_port_ids:l.map(k=>k.pcb_port_id).filter(Boolean)});return}let u=n._getExplicitTraceThickness()??n.getSubcircuit()._parsedProps.minTraceWidth??.16;if(s&&!r){if(!a||a.length<2){n.renderError("pcbStraightLine requires exactly two connected ports");return}let[k,C]=a,M=k.getAvailablePcbLayers(),I=C.getAvailablePcbLayers(),A=M.find(tt=>I.includes(tt))??M[0]??I[0]??"top",R=k._getGlobalPcbPositionAfterLayout(),B=C._getGlobalPcbPositionAfterLayout(),j=Aet({traceStart:B,traceEnd:R,traceWidth:u,port:k}),U=Aet({traceStart:R,traceEnd:B,traceWidth:u,port:C}),V=[{route_type:"wire",x:j.x,y:j.y,width:u,layer:A,start_pcb_port_id:k.pcb_port_id},{route_type:"wire",x:U.x,y:U.y,width:u,layer:A,end_pcb_port_id:C.pcb_port_id}],H=i9(V),et=e.pcb_trace.insert({route:V,source_trace_id:n.source_trace_id,subcircuit_id:i?.subcircuit_id??void 0,pcb_group_id:n.getGroup()?.pcb_group_id??void 0,trace_length:H});n._portsRoutedOnPcb=a,n.pcb_trace_id=et.pcb_trace_id,n._insertErrorIfTraceIsOutsideBoard(V,a);return}if(!t.pcbPath)return;let p;t.pcbPathRelativeTo&&(p=c.find(k=>k.selector===t.pcbPathRelativeTo)?.port,p||(p=n.getSubcircuit().selectOne(t.pcbPathRelativeTo))),p||(p=a[0]);let d=a.find(k=>k!==p)??a[1],_=p.getAvailablePcbLayers()[0]||"top",g=p._getGlobalPcbPositionAfterLayout(),x=d._getGlobalPcbPositionAfterLayout(),v=[];v.push({route_type:"wire",x:g.x,y:g.y,width:u,layer:_,start_pcb_port_id:p.pcb_port_id});let w=p?._computePcbGlobalTransformBeforeLayout?.()||Sr();for(let k of t.pcbPath){let C,M=!1;if(typeof k=="string"){let E=n.getSubcircuit().selectOne(k,{type:"port"});if(!E){e.pcb_trace_error.insert({error_type:"pcb_trace_error",source_trace_id:n.source_trace_id,message:`Could not resolve pcbPath selector "${k}" for ${n}`,pcb_trace_id:n.pcb_trace_id,pcb_component_ids:[],pcb_port_ids:[]});continue}let A=E._getGlobalPcbPositionAfterLayout();C={x:A.x,y:A.y},M=!0}else C={x:k.x,y:k.y},M=!1;let I=M?C:$e(w,C);v.push({route_type:"wire",x:I.x,y:I.y,width:u,layer:_})}v.push({route_type:"wire",x:x.x,y:x.y,width:u,layer:_,end_pcb_port_id:d.pcb_port_id});let P=i9(v),T=e.pcb_trace.insert({route:v,source_trace_id:n.source_trace_id,subcircuit_id:i?.subcircuit_id??void 0,pcb_group_id:n.getGroup()?.pcb_group_id??void 0,trace_length:P});n._portsRoutedOnPcb=a,n.pcb_trace_id=T.pcb_trace_id,n._insertErrorIfTraceIsOutsideBoard(v,a)}function aLt(n){if(n.root?.schematicDisabled)return;let{db:e}=n.root,{_parsedProps:t,parent:i}=n;if(!i)throw new Error("Trace has no parent");let{allPortsFound:r,portsWithSelectors:s}=n._findConnectedPorts();if(!r)return;let o=s.map(({port:k})=>({port:k,position:k._getGlobalSchematicPositionAfterLayout(),schematic_port_id:k.schematic_port_id,facingDirection:k.facingDirection}));if(o.length<2)throw new Error("Expected at least two ports in portsWithPosition.");let a,c,l=o[0].position,u=o[0].port;if("path"in n.props){if(n.props.path.length!==2)throw new Error("Invalid 'path': Must contain exactly two elements.");[a,c]=n.props.path}else{if(!("from"in n.props&&"to"in n.props))throw new Error("Missing 'from' or 'to' properties in props.");a=n.props.from,c=n.props.to}if(!u.source_port_id)throw new Error(`Missing source_port_id for the 'from' port (${a}).`);let p=o[1].position,d=o[1].port;if(!d.source_port_id)throw new Error(`Missing source_port_id for the 'to' port (${c}).`);let _=e.schematic_net_label.list().find(k=>k.source_net_id===u.source_port_id),g=e.schematic_net_label.list().find(k=>k.source_net_id===d.source_port_id),[x,v]=s.map(({port:k})=>k),P=x.parent?.config.shouldRenderAsSchematicBox?`${x?.parent?.props.name}_${x?.props.name}`:`${v?.parent?.props.name}_${v?.props.name}`,T=n.props.schDisplayLabel??P;if(_&&_.text!==T&&(_.text=`${T} / ${_.text}`),g&&g?.text!==T&&(g.text=`${T} / ${g.text}`),!g){let k=Y1(d.facingDirection)??"bottom";e.schematic_net_label.insert({text:n.props.schDisplayLabel??P,source_net_id:d.source_port_id,anchor_position:p,center:_l({anchor_position:p,anchor_side:k,text:n.props.schDisplayLabel??P}),anchor_side:k})}if(!_){let k=Y1(u.facingDirection)??"bottom";e.schematic_net_label.insert({text:n.props.schDisplayLabel??P,source_net_id:u.source_port_id,anchor_position:l,center:_l({anchor_position:l,anchor_side:k,text:n.props.schDisplayLabel??P}),anchor_side:k})}}function cLt(n){let{_parsedProps:e,parent:t}=n;if(!t)throw new Error("Trace has no parent");let r=n.getTracePortPathSelectors().map(s=>({selector:s,port:n.getSubcircuit().selectOne(s,{type:"port"})??null}));for(let{selector:s,port:o}of r)if(!o){let a,c,l=s.lastIndexOf(".");if(l!==-1&&l>s.lastIndexOf(" "))a=s.slice(0,l),c=s.slice(l+1);else{let k=s.match(/^(.*[ >])?([^ >]+)$/);a=k?.[1]?.trim()??"",c=k?.[2]??s}let u=a?n.getSubcircuit().selectOne(a):null;if(!u&&a&&!/[.#\[]/.test(a)&&(u=n.getSubcircuit().selectOne(`.${a}`)),!u){let k=a?`Could not find port for selector "${s}". Component "${a}" not found`:`Could not find port for selector "${s}"`,C=n.getSubcircuit(),M=C.getGroup();throw new Qw({error_type:"source_trace_not_connected_error",message:k,subcircuit_id:C.subcircuit_id??void 0,source_group_id:M?.source_group_id??void 0,source_trace_id:n.source_trace_id??void 0,selectors_not_found:[s]})}let p=u.children.filter(k=>k.componentName==="Port"),d=c.includes(".")?c.split(".").pop()??"":c,_=p.flatMap(k=>k.getNameAndAliases()),g=_.some(k=>!/^(pin\d+|\d+)$/.test(k)),x=Array.from(new Set(_)).join(", "),v;p.length===0?v="It has no ports":g?v=`It has [${x}]`:v=`It has ${p.length} pins and no pinLabels (consider adding pinLabels)`;let w=`Could not find port for selector "${s}". Component "${u.props.name??a}" found, but does not have pin "${d}". ${v}`,P=n.getSubcircuit(),T=P.getGroup();throw new Qw({error_type:"source_trace_not_connected_error",message:w,subcircuit_id:P.subcircuit_id??void 0,source_group_id:T?.source_group_id??void 0,source_trace_id:n.source_trace_id??void 0,selectors_not_found:[s]})}return r.some(s=>!s.port)?{allPortsFound:!1}:{allPortsFound:!0,portsWithSelectors:r,ports:r.map(({port:s})=>s)}}var Fs=class extends Me{constructor(e){super(e);f(this,"source_trace_id",null);f(this,"pcb_trace_id",null);f(this,"schematic_trace_id",null);f(this,"_portsRoutedOnPcb");f(this,"subcircuit_connectivity_map_key",null);f(this,"_traceConnectionHash",null);f(this,"_couldNotFindPort");this._portsRoutedOnPcb=[]}_getExplicitTraceThickness(){return this._parsedProps.thickness??this._parsedProps.width}get config(){return{zodProps:VH,componentName:"Trace"}}_getTracePortOrNetSelectorListFromProps(){return"from"in this.props&&"to"in this.props?[typeof this.props.from=="string"?this.props.from:this.props.from.getPortSelector(),typeof this.props.to=="string"?this.props.to:this.props.to.getPortSelector()]:"path"in this.props?this.props.path.map(e=>typeof e=="string"?e:e.getPortSelector()):[]}getTracePortPathSelectors(){return this._getTracePortOrNetSelectorListFromProps().filter(e=>!e.includes("net."))}getTracePathNetSelectors(){return this._getTracePortOrNetSelectorListFromProps().filter(e=>e.includes("net."))}_findConnectedPorts(){return cLt(this)}_resolveNet(e){let t=this.getSubcircuit().selectOne(e,{type:"net"});if(t)return t;let i=e.match(/^net\.(.+)$/),r=i?i[1]:null;if(!r)return null;let s=this.root?._getBoard();return s?s.getDescendants().find(a=>a.componentName==="Net"&&a._parsedProps.name===r)||null:(this.renderError(`Could not find a <board> ancestor for ${this}, so net "${e}" cannot be resolved`),null)}_findConnectedNets(){let e=this.getTracePathNetSelectors().map(i=>({selector:i,net:this._resolveNet(i)})),t=e.filter(i=>!i.net);return t.length>0&&this.renderError(`Could not find net for selector "${t[0].selector}" inside ${this}`),{netsWithSelectors:e,nets:e.map(i=>i.net)}}_getAllTracesConnectedToSameNet(){let e=this.getSubcircuit().selectAll("trace"),t=this._findConnectedNets().nets,i=this._findConnectedPorts().ports??[];return e.filter(r=>{if(r===this)return!1;let s=r._findConnectedNets().nets,o=r._findConnectedPorts().ports??[];return s.some(a=>t.includes(a))||o.some(a=>i.includes(a))})}_isExplicitlyConnectedToPort(e){let{allPortsFound:t,portsWithSelectors:i}=this._findConnectedPorts();return t?i.map(s=>s.port).includes(e):!1}_isExplicitlyConnectedToNet(e){return this._findConnectedNets().nets.includes(e)}doInitialCreateNetsFromProps(){nP(this,this.getTracePathNetSelectors())}_computeTraceConnectionHash(){let{allPortsFound:e,ports:t}=this._findConnectedPorts();return!e||!t?null:[...t].sort((s,o)=>(s.pcb_port_id||"").localeCompare(o.pcb_port_id||"")).map(s=>s.pcb_port_id).join(",")}doInitialSourceTraceRender(){let{db:e}=this.root,{_parsedProps:t,parent:i}=this;if(!i){this.renderError("Trace has no parent");return}let r,s;try{let p=this._findConnectedPorts();r=p.allPortsFound,s=p.portsWithSelectors??[]}catch(p){if(p instanceof Qw){e.source_trace_not_connected_error.insert({...p.errorData,error_type:"source_trace_not_connected_error"}),this._couldNotFindPort=!0;return}throw p}if(!r)return;this._traceConnectionHash=this._computeTraceConnectionHash();let a=e.source_trace.list().find(p=>p.subcircuit_connectivity_map_key===this.subcircuit_connectivity_map_key&&p.connected_source_port_ids.sort().join(",")===this._traceConnectionHash);if(a){this.source_trace_id=a.source_trace_id;return}let c=this._findConnectedNets().nets,l=BOt({ports:s,nets:c}),u=e.source_trace.insert({connected_source_port_ids:s.map(p=>p.port.source_port_id),connected_source_net_ids:c.map(p=>p.source_net_id),subcircuit_id:this.getSubcircuit()?.subcircuit_id,max_length:jOt(s.map(p=>p.port),{db:e})??t.maxLength,display_name:l,min_trace_thickness:this._getExplicitTraceThickness()});this.source_trace_id=u.source_trace_id}_insertErrorIfTraceIsOutsideBoard(e,t){let{db:i}=this.root;YOt(e,{db:i})&&i.pcb_trace_error.insert({error_type:"pcb_trace_error",source_trace_id:this.source_trace_id,message:`Trace ${this.getString()} routed outside the board boundaries.`,pcb_trace_id:this.pcb_trace_id,pcb_component_ids:[],pcb_port_ids:t.map(s=>s.pcb_port_id)})}doInitialPcbManualTraceRender(){oLt(this)}doInitialPcbTraceRender(){sLt(this)}_doInitialSchematicTraceRenderWithDisplayLabel(){aLt(this)}_isSymbolToChipConnection(){let{allPortsFound:e,ports:t}=this._findConnectedPorts();if(!e||t.length!==2)return!1;let[i,r]=t;if(!i?.parent||!r?.parent)return!1;let s=i.parent.config.shouldRenderAsSchematicBox,o=r.parent.config.shouldRenderAsSchematicBox;return s&&!o||!s&&o}_isSymbolToSymbolConnection(){let{allPortsFound:e,ports:t}=this._findConnectedPorts();if(!e||t.length!==2)return!1;let[i,r]=t;if(!i?.parent||!r?.parent)return!1;let s=!i.parent.config.shouldRenderAsSchematicBox,o=!r.parent.config.shouldRenderAsSchematicBox;return s&&o}_isChipToChipConnection(){let{allPortsFound:e,ports:t}=this._findConnectedPorts();if(!e||t.length!==2)return!1;let[i,r]=t;if(!i?.parent||!r?.parent)return!1;let s=i.parent.config.shouldRenderAsSchematicBox,o=r.parent.config.shouldRenderAsSchematicBox;return s&&o}doInitialSchematicTraceRender(){tLt(this)}},lLt=n=>{let{db:e}=n.root;if(n.pcb_component_id){let t=e.pcb_component.get(n.pcb_component_id);return t?{width:t.width,height:t.height}:null}if(n.pcb_group_id){let t=e.pcb_group.get(n.pcb_group_id);if(!t)return null;if(t.outline&&t.outline.length>0){let i=Oo(t.outline);return i?{width:i.maxX-i.minX,height:i.maxY-i.minY}:null}return{width:t.width??0,height:t.height??0}}return null},uLt=(n,e)=>{let{db:t}=n.root,i=t.toArray();if(n.pcb_component_id){kS(i,n.pcb_component_id,e);return}if(n.source_group_id){TS(i,n.source_group_id,e);return}throw new Error(`Cannot reposition component ${n.getString()}: no pcb_component_id or source_group_id`)},pLt=n=>{let{db:e}=n.root;if(!n.source_component_id)return;let t=n.selectAll("port"),i=e.source_trace.list(),r=new Set;for(let o of i)for(let a of o.connected_source_port_ids)r.add(a);let s=n._getInternallyConnectedPins();for(let o of s)if(o.some(a=>a.source_port_id&&r.has(a.source_port_id)))for(let a of o)a.source_port_id&&r.add(a.source_port_id);for(let o of t)o.source_port_id&&hLt(n,o)&&(r.has(o.source_port_id)||e.source_pin_missing_trace_warning.insert({message:`Port ${o.getNameAndAliases()[0]} on ${n.props.name} is missing a trace`,source_component_id:n.source_component_id,source_port_id:o.source_port_id,subcircuit_id:n.getSubcircuit().subcircuit_id??void 0,warning_type:"source_pin_missing_trace_warning"}))},hLt=(n,e)=>{if(n.config.componentName==="Chip"){let t=n.props.pinAttributes;if(!t)return!1;for(let i of e.getNameAndAliases()){let r=t[i];if(r?.requiresPower||r?.requiresGround||r?.requiresVoltage!==void 0)return!0}return!1}return!0};function dLt(n){let e=n.font_size,t=n.text.length*e*.6,i=e,r=n.anchor_alignment||"center",s=n.anchor_position.x,o=n.anchor_position.y;switch(r){case"top_left":s=n.anchor_position.x+t/2,o=n.anchor_position.y+i/2;break;case"top_center":s=n.anchor_position.x,o=n.anchor_position.y+i/2;break;case"top_right":s=n.anchor_position.x-t/2,o=n.anchor_position.y+i/2;break;case"center_left":s=n.anchor_position.x+t/2,o=n.anchor_position.y;break;case"center":s=n.anchor_position.x,o=n.anchor_position.y;break;case"center_right":s=n.anchor_position.x-t/2,o=n.anchor_position.y;break;case"bottom_left":s=n.anchor_position.x+t/2,o=n.anchor_position.y-i/2;break;case"bottom_center":s=n.anchor_position.x,o=n.anchor_position.y-i/2;break;case"bottom_right":s=n.anchor_position.x-t/2,o=n.anchor_position.y-i/2;break;default:s=n.anchor_position.x,o=n.anchor_position.y;break}return{x:s-t/2,y:o-i/2,width:t,height:i}}function fLt(n){if(!n._adjustSilkscreenTextAutomatically||n.root?.pcbDisabled||!n.pcb_component_id)return;let{db:e}=n.root,i=n._getPcbCircuitJsonBounds().center,r=e.pcb_silkscreen_text.list({pcb_component_id:n.pcb_component_id}).filter(c=>c.text===n.name);if(r.length===0)return;let a=n.getSubcircuit().selectAll("[_isNormalComponent=true]").filter(c=>c!==n&&c.pcb_component_id).map(c=>{let l=c._getPcbCircuitJsonBounds(),u={center:l.center,width:l.width,height:l.height};return io(u)});for(let c of r){let l=c.anchor_position,u=dLt(c),p={center:{x:u.x+u.width/2,y:u.y+u.height/2},width:u.width,height:u.height},d=io(p);if(!a.some(T=>Hc(d,T)))continue;let g=2*i.x-l.x,x=2*i.y-l.y,v={center:{x:g,y:x},width:u.width,height:u.height},w=io(v);a.some(T=>Hc(w,T))||e.pcb_silkscreen_text.update(c.pcb_silkscreen_text_id,{anchor_position:{x:g,y:x}})}}function mLt(n){if(!n)return{validPinLabels:n,invalidPinLabelsMessages:[]};let e={},t=[];for(let[i,r]of Object.entries(n)){let s=Array.isArray(r)?r.slice():[r],o=[];for(let a of s)_Lt(i,a)?o.push(a):t.push(`Invalid pin label: ${i} = '${a}' - excluding from component. Please use a valid pin label.`);o.length>0&&(e[i]=Array.isArray(r)?o:o[0])}return{validPinLabels:Object.keys(e).length>0?e:void 0,invalidPinLabelsMessages:t}}function _Lt(n,e){try{let t={name:"test",footprint:"test",pinLabels:{[n]:e}};return e_.safeParse(t).success}catch{return!1}}var G_=n=>n.startsWith("http://")||n.startsWith("https://"),s9=n=>{if(G_(n))return null;let e=n.indexOf(":");if(e<=0)return null;let t=n.slice(0,e),i=n.slice(e+1);return!t||!i?null:{footprintLib:t,footprintName:i}},o9=n=>n.startsWith("/"),yLt=(0,fnt.default)("tscircuit:core:resolveStaticFileImport");async function mnt(n,e){if(!n)return n;let t=e?.resolveProjectStaticFileImportUrl;if(t&&n.startsWith("/"))try{let i=await t(n);if(i)return i}catch(i){yLt("failed to resolve static file via platform resolver",i)}return unt(n,e?.projectBaseUrl)}function gLt(n,e){let{footprint:t}=n.props;if(t??(t=n._getImpliedFootprintString?.()),!t)return;let{pcbRotation:i,pinLabels:r,pcbPinLabels:s}=n.props,o=lnt(String(t)),a=o?n.root?.platform?.footprintFileParserMap?.[o]:null;if(typeof t=="string"&&(G_(t)||o9(t))&&a){if(n._hasStartedFootprintUrlLoad)return;n._hasStartedFootprintUrlLoad=!0,e("load-footprint-from-platform-file-parser",async()=>{let c=G_(t)?t:await mnt(t,n.root?.platform);try{let l=await a.loadFromUrl(c),u=V_({componentName:n.name,componentRotation:i,footprinterString:c,pinLabels:r,pcbPinLabels:s},l.footprintCircuitJson);n.addAll(u),n._markDirty("InitializePortsFromChildren")}catch(l){let u=n.root?.db;if(u&&n.source_component_id&&n.pcb_component_id){let p=n.getSubcircuit(),d=`${n.getString()} failed to load footprint "${c}": `+(l instanceof Error?l.message:String(l)),_=Am.parse({type:"external_footprint_load_error",message:d,pcb_component_id:n.pcb_component_id,source_component_id:n.source_component_id,subcircuit_id:p.subcircuit_id??void 0,pcb_group_id:n.getGroup()?.pcb_group_id??void 0,footprinter_string:c});u.external_footprint_load_error.insert(_)}throw l}});return}if(typeof t=="string"&&G_(t)){if(n._hasStartedFootprintUrlLoad)return;n._hasStartedFootprintUrlLoad=!0;let c=t;e("load-footprint-url",async()=>{try{let l=await fetch(c);if(!l.ok)throw new Error(`Failed to fetch footprint: ${l.status}`);let u=await l.json(),p=V_({componentName:n.name,componentRotation:i,footprinterString:c,pinLabels:r,pcbPinLabels:s},u);n.addAll(p),n._markDirty("InitializePortsFromChildren")}catch(l){let u=n.root?.db;if(u&&n.source_component_id&&n.pcb_component_id){let p=n.getSubcircuit(),d=`${n.getString()} failed to load external footprint "${c}": `+(l instanceof Error?l.message:String(l)),_=Am.parse({type:"external_footprint_load_error",message:d,pcb_component_id:n.pcb_component_id,source_component_id:n.source_component_id,subcircuit_id:p.subcircuit_id??void 0,pcb_group_id:n.getGroup()?.pcb_group_id??void 0,footprinter_string:c});u.external_footprint_load_error.insert(_)}throw l}});return}if(typeof t=="string"){let c=s9(t);if(!c||n._hasStartedFootprintUrlLoad)return;n._hasStartedFootprintUrlLoad=!0;let u=n.root?.platform?.footprintLibraryMap?.[c.footprintLib],p;if(typeof u=="function"&&(p=u),!p)return;let d=n.getInheritedMergedProperty("pcbStyle");e("load-lib-footprint",async()=>{try{let _=await p(c.footprintName,{resolvedPcbStyle:d}),g=null;if(Array.isArray(_)?g=_:Array.isArray(_.footprintCircuitJson)&&(g=_.footprintCircuitJson),!g)return;let x=V_({componentName:n.name,componentRotation:i,footprinterString:t,pinLabels:r,pcbPinLabels:s},g);n.addAll(x),!Array.isArray(_)&&_.cadModel&&(n._asyncFootprintCadModel=_.cadModel);for(let v of n.children)v.componentName==="Port"&&v._markDirty?.("PcbPortRender");n._markDirty("InitializePortsFromChildren")}catch(_){let g=n.root?.db;if(g&&n.source_component_id&&n.pcb_component_id){let x=n.getSubcircuit(),v=`${n.getString()} failed to load external footprint "${t}": `+(_ instanceof Error?_.message:String(_)),w=Am.parse({type:"external_footprint_load_error",message:v,pcb_component_id:n.pcb_component_id,source_component_id:n.source_component_id,subcircuit_id:x.subcircuit_id??void 0,pcb_group_id:n.getGroup()?.pcb_group_id??void 0,footprinter_string:t});g.external_footprint_load_error.insert(w)}throw _}});return}if(!(0,r9.isValidElement)(t)&&t.componentName==="Footprint"&&n.add(t),Array.isArray(t)&&!(0,r9.isValidElement)(t)&&t.length>0){try{let c=V_({componentName:n.name,componentRotation:i,footprinterString:"",pinLabels:r,pcbPinLabels:s},t);n.addAll(c)}catch(c){let l=n.root?.db;if(l&&n.source_component_id&&n.pcb_component_id){let u=n.getSubcircuit(),p=`${n.getString()} failed to load json footprint: `+(c instanceof Error?c.message:String(c)),d=Wx.parse({type:"circuit_json_footprint_load_error",message:p,pcb_component_id:n.pcb_component_id,source_component_id:n.source_component_id,subcircuit_id:u.subcircuit_id??void 0,pcb_group_id:n.getGroup()?.pcb_group_id??void 0});l.circuit_json_footprint_load_error.insert(d)}throw c}return}}function xLt(n){if(n.root?.pcbDisabled||!n.pcb_component_id)return;let{pcbX:e,pcbY:t}=n._parsedProps,i=n.props?.pcbPositionAnchor;if(!i||e===void 0&&t===void 0)return;let r=rP(n.children);if(r.width===0||r.height===0)return;let o={...{x:(r.minX+r.maxX)/2,y:(r.minY+r.maxY)/2}},a=null;if(new Set(["center","top_left","top_center","top_right","center_left","center_right","bottom_left","bottom_center","bottom_right"]).has(i)){let u={left:r.minX,right:r.maxX,top:r.minY,bottom:r.maxY};switch(i){case"center":a=o;break;case"top_left":a={x:u.left,y:u.top};break;case"top_center":a={x:o.x,y:u.top};break;case"top_right":a={x:u.right,y:u.top};break;case"center_left":a={x:u.left,y:o.y};break;case"center_right":a={x:u.right,y:o.y};break;case"bottom_left":a={x:u.left,y:u.bottom};break;case"bottom_center":a={x:o.x,y:u.bottom};break;case"bottom_right":a={x:u.right,y:u.bottom};break}}else try{let u=n.portMap[i];u&&(a=u._getGlobalPcbPositionBeforeLayout())}catch{}if(!a)return;let l={...o};e!==void 0&&(l.x+=e-a.x),t!==void 0&&(l.y+=t-a.y),(Math.abs(l.x-o.x)>1e-6||Math.abs(l.y-o.y)>1e-6)&&n._repositionOnPcb(l)}var bLt=(0,Ket.default)("tscircuit:core"),vLt=h.object({x:Qe,y:Qe,z:Qe}),Gn=class extends Me{constructor(e){let t={...e},i=[];if(t.pinLabels&&!Array.isArray(t.pinLabels)){let{validPinLabels:r,invalidPinLabelsMessages:s}=mLt(t.pinLabels);t.pinLabels=r,i=s}super(t);f(this,"reactSubtrees",[]);f(this,"_impliedFootprint");f(this,"isPrimitiveContainer",!0);f(this,"_isNormalComponent",!0);f(this,"_attributeLowerToCamelNameMap",{_isnormalcomponent:"_isNormalComponent"});f(this,"_asyncSupplierPartNumbers");f(this,"_asyncFootprintCadModel");f(this,"_isCadModelChild");f(this,"pcb_missing_footprint_error_id");f(this,"_hasStartedFootprintUrlLoad",!1);f(this,"_invalidPinLabelMessages",[]);f(this,"_adjustSilkscreenTextAutomatically",!1);this._invalidPinLabelMessages=i,this._addChildrenFromStringFootprint(),this.initPorts()}get defaultInternallyConnectedPinNames(){return[]}get internallyConnectedPinNames(){return(this._parsedProps.internallyConnectedPins??this.defaultInternallyConnectedPinNames).map(t=>t.map(i=>typeof i=="number"?`pin${i}`:i))}doInitialSourceNameDuplicateComponentRemoval(){if(!this.name)return;let e=this.root;if(this.getSubcircuit().selectAll(`.${this.name}`).filter(r=>r!==this&&r._isNormalComponent&&r.renderPhaseStates?.SourceNameDuplicateComponentRemoval?.initialized).length>0){let r=this._getGlobalPcbPositionBeforeLayout(),s=this._getGlobalSchematicPositionBeforeLayout();e.db.source_failed_to_create_component_error.insert({component_name:this.name,error_type:"source_failed_to_create_component_error",message:`Cannot create component "${this.name}": A component with the same name already exists`,pcb_center:r,schematic_center:s}),this.shouldBeRemoved=!0;let o=[...this.children];for(let a of o)this.remove(a)}}initPorts(e={}){if(this.root?.schematicDisabled)return;let{config:t}=this,i=[],r=this._getSchematicPortArrangement();if(r&&!this._parsedProps.pinLabels){for(let l in r){let u=r[l].pins;if(Array.isArray(u))for(let p of u){let d=B1(p,this._parsedProps.pinLabels);i.push(new Vi({pinNumber:d,aliases:e.additionalAliases?.[`pin${d}`]??[]},{originDescription:`schPortArrangement:${l}`}))}}let a=["left","right","top","bottom"],c=1;for(let l of a){let u=r[`${l}Size`];for(let p=0;p<u;p++)i.push(new Vi({pinNumber:c++,aliases:e.additionalAliases?.[`pin${c}`]??[]},{originDescription:`schPortArrangement:${l}`}))}}let s=this._parsedProps.pinLabels;if(s)for(let[a,c]of Object.entries(s)){a=a.replace("pin","");let l=i.find(d=>d._parsedProps.pinNumber===Number(a)),u=Array.isArray(c)?c[0]:c,p=Array.isArray(c)?c.slice(1):[];l?(l.externallyAddedAliases.push(u,...p),l.props.name=u):(l=new Vi({pinNumber:parseInt(a),name:u,aliases:[...p,...e.additionalAliases?.[`pin${parseInt(a)}`]??[]]},{originDescription:`pinLabels:pin${a}`}),i.push(l))}if(t.schematicSymbolName&&!e.ignoreSymbolPorts){let a=_i[this._getSchematicSymbolNameOrThrow()];if(!a)return;for(let c of a.ports){let l=snt(c.labels);if(!l)continue;let u=i.find(p=>p._parsedProps.pinNumber===Number(l));if(u)u.schematicSymbolPortDef=c;else{let p=L1(c.labels.concat(e.additionalAliases?.[`pin${l}`]??[]));p&&(p.originDescription=`schematicSymbol:labels[0]:${c.labels[0]}`,p.schematicSymbolPortDef=c,i.push(p))}}this.addAll(i)}if(!this._getSchematicPortArrangement()){let a=this.getPortsFromFootprint(e);for(let c of a)i.some(l=>l.isMatchingAnyOf(c.getNameAndAliases()))||i.push(c)}let o=e.pinCount??this._getPinCount()??0;for(let a=1;a<=o;a++){if(i.find(l=>l._parsedProps.pinNumber===a))continue;if(!r){i.push(new Vi({pinNumber:a,aliases:e.additionalAliases?.[`pin${a}`]??[]}));continue}let c=[...r.leftSide?.pins??[],...r.rightSide?.pins??[],...r.topSide?.pins??[],...r.bottomSide?.pins??[]].map(l=>B1(l,this._parsedProps.pinLabels));["leftSize","rightSize","topSize","bottomSize","leftPinCount","rightPinCount","topPinCount","bottomPinCount"].some(l=>l in r)&&(c=Array.from({length:this._getPinCount()},(l,u)=>u+1)),c.includes(a)&&i.push(new Vi({pinNumber:a,aliases:e.additionalAliases?.[`pin${a}`]??[]},{originDescription:`notOtherwiseAddedButDeducedFromPinCount:${a}`}))}i.length>0&&this.addAll(i)}_getImpliedFootprintString(){return null}_addChildrenFromStringFootprint(){let{pcbRotation:e,pinLabels:t,pcbPinLabels:i}=this.props,{footprint:r}=this.props;if(r??(r=this._getImpliedFootprintString?.()),!!r&&typeof r=="string"){if(G_(r)||o9(r)||s9(r))return;let s=bM.string(r).soup(),o=V_({componentName:this.name??this.componentName,componentRotation:e,footprinterString:r,pinLabels:t,pcbPinLabels:i},s);this.addAll(o)}}get portMap(){return new Proxy({},{get:(e,t)=>{let i=this.children.find(r=>r.componentName==="Port"&&r.isMatchingNameOrAlias(t));if(!i)throw new Error(`There was an issue finding the port "${t.toString()}" inside of a ${this.componentName} component with name: "${this.props.name}". This is a bug in @tscircuit/core`);return i}})}getInstanceForReactElement(e){for(let t of this.reactSubtrees)if(t.element===e)return t.component;return null}doInitialSourceRender(){let e=this.config.sourceFtype;if(!e)return;let{db:t}=this.root,{_parsedProps:i}=this,r=t.source_component.insert({ftype:e,name:this.name,manufacturer_part_number:i.manufacturerPartNumber??i.mfn,supplier_part_numbers:i.supplierPartNumbers});this.source_component_id=r.source_component_id}doInitialSchematicComponentRender(){if(this.root?.schematicDisabled)return;let{db:e}=this.root;if(this._invalidPinLabelMessages?.length&&this.root?.db)for(let s of this._invalidPinLabelMessages){let o="pinLabels",a=s.match(/^Invalid pin label:\s*([^=]+)=\s*'([^']+)'/);a&&(o=`pinLabels['${a[2]}']`),this.root.db.source_property_ignored_warning.insert({source_component_id:this.source_component_id,property_name:o,message:s,error_type:"source_property_ignored_warning"})}let{schematicSymbolName:t}=this.config,{_parsedProps:i}=this;i.symbol&&(0,Ua.isValidElement)(i.symbol)?this._doInitialSchematicComponentRenderWithReactSymbol(i.symbol):t?this._doInitialSchematicComponentRenderWithSymbol():this._getSchematicBoxDimensions()&&this._doInitialSchematicComponentRenderWithSchematicBoxDimensions();let r=this.getSubcircuit()?._getSchematicManualPlacementForComponent(this);if(this.schematic_component_id&&(this.props.schX!==void 0||this.props.schY!==void 0)&&r){if(!this.schematic_component_id)return;let s=Vx.parse({type:"schematic_manual_edit_conflict_warning",schematic_manual_edit_conflict_warning_id:`schematic_manual_edit_conflict_${this.source_component_id}`,message:`${this.getString()} has both manual placement and prop coordinates. schX and schY will be used. Remove schX/schY or clear the manual placement.`,schematic_component_id:this.schematic_component_id,source_component_id:this.source_component_id,subcircuit_id:this.getSubcircuit()?.subcircuit_id});e.schematic_manual_edit_conflict_warning.insert(s)}}_getSchematicSymbolDisplayValue(){}_getInternallyConnectedPins(){if(this.internallyConnectedPinNames.length===0)return[];let e=[];for(let t of this.internallyConnectedPinNames){let i=[];for(let r of t)i.push(this.portMap[r]);e.push(i)}return e}_doInitialSchematicComponentRenderWithSymbol(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._getSchematicSymbolNameOrThrow(),r=_i[i],s=this._getGlobalSchematicPositionBeforeLayout();if(r){let o=e.schematic_component.insert({center:s,size:r.size,source_component_id:this.source_component_id,is_box_with_pins:!0,symbol_name:i,symbol_display_value:this._getSchematicSymbolDisplayValue()});this.schematic_component_id=o.schematic_component_id}}_doInitialSchematicComponentRenderWithReactSymbol(e){if(this.root?.schematicDisabled)return;let{db:t}=this.root,i=this._getGlobalSchematicPositionBeforeLayout(),r=t.schematic_component.insert({center:i,size:{width:0,height:0},source_component_id:this.source_component_id,symbol_display_value:this._getSchematicSymbolDisplayValue(),is_box_with_pins:!1});this.schematic_component_id=r.schematic_component_id}_doInitialSchematicComponentRenderWithSchematicBoxDimensions(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._getSchematicBoxDimensions(),r={};if(Array.isArray(t.pinLabels))t.pinLabels.forEach((_,g)=>{r[String(g+1)]=_});else for(let[_,g]of Object.entries(t.pinLabels??{}))r[_]=Array.isArray(g)?g[0]:g;let s=this._getGlobalSchematicPositionBeforeLayout(),o=this._getSchematicPortArrangement(),a=e.schematic_component.insert({center:s,rotation:t.schRotation??0,size:i.getSize(),port_arrangement:xOt(o),pin_spacing:t.schPinSpacing??.2,pin_styles:gOt(t.schPinStyle,t.pinLabels),port_labels:r,source_component_id:this.source_component_id}),c=o?.topSide!==void 0||o?.bottomSide!==void 0,l=i?.getSize().width,u=i?.getSize().height,p=e.schematic_text.insert({text:t.manufacturerPartNumber??"",schematic_component_id:a.schematic_component_id,anchor:"left",rotation:0,position:{x:c?s.x+(l??0)/2+.1:s.x-(l??0)/2,y:c?s.y+(u??0)/2+.35:s.y-(u??0)/2-.13},color:"#006464",font_size:.18}),d=e.schematic_text.insert({text:t.name??"",schematic_component_id:a.schematic_component_id,anchor:"left",rotation:0,position:{x:c?s.x+(l??0)/2+.1:s.x-(l??0)/2,y:c?s.y+(u??0)/2+.55:s.y+(u??0)/2+.13},color:"#006464",font_size:.18});this.schematic_component_id=a.schematic_component_id}doInitialPcbComponentRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this.getSubcircuit(),r=t.layer??"top";if(r!=="top"&&r!=="bottom"){let p=Rm.parse({type:"pcb_component_invalid_layer_error",message:`Component cannot be placed on layer '${r}'. Components can only be placed on 'top' or 'bottom' layers.`,source_component_id:this.source_component_id,layer:r,subcircuit_id:i.subcircuit_id??void 0});e.pcb_component_invalid_layer_error.insert(p)}let s=this._computePcbGlobalTransformBeforeLayout(),a=eo(s).rotation.angle*180/Math.PI,c=e.pcb_component.insert({center:this._getGlobalPcbPositionBeforeLayout(),width:0,height:0,layer:r==="top"||r==="bottom"?r:"top",rotation:t.pcbRotation??a,source_component_id:this.source_component_id,subcircuit_id:i.subcircuit_id??void 0,do_not_place:t.doNotPlace??!1,obstructs_within_bounds:t.obstructsWithinBounds??!0});if(!(t.footprint??this._getImpliedFootprintString())&&!this.isGroup){let p=e.pcb_missing_footprint_error.insert({message:`No footprint found for component: ${this.getString()}`,source_component_id:`${this.source_component_id}`,error_type:"pcb_missing_footprint_error"});this.pcb_missing_footprint_error_id=p.pcb_missing_footprint_error_id}this.pcb_component_id=c.pcb_component_id;let u=this.getSubcircuit()._getPcbManualPlacementForComponent(this);if((this.props.pcbX!==void 0||this.props.pcbY!==void 0)&&u){let p=qx.parse({type:"pcb_manual_edit_conflict_warning",pcb_manual_edit_conflict_warning_id:`pcb_manual_edit_conflict_${this.source_component_id}`,message:`${this.getString()} has both manual placement and prop coordinates. pcbX and pcbY will be used. Remove pcbX/pcbY or clear the manual placement.`,pcb_component_id:this.pcb_component_id,source_component_id:this.source_component_id,subcircuit_id:i.subcircuit_id??void 0});e.pcb_manual_edit_conflict_warning.insert(p)}}doInitialPcbComponentSizeCalculation(){if(this.root?.pcbDisabled||!this.pcb_component_id)return;let{db:e}=this.root,{_parsedProps:t}=this,i=rP(this.children);if(i.width===0||i.height===0)return;let r={x:(i.minX+i.maxX)/2,y:(i.minY+i.maxY)/2};e.pcb_component.update(this.pcb_component_id,{center:r,width:i.width,height:i.height})}updatePcbComponentSizeCalculation(){this.doInitialPcbComponentSizeCalculation()}doInitialSchematicComponentSizeCalculation(){if(this.root?.schematicDisabled||!this.schematic_component_id)return;let{db:e}=this.root;if(!e.schematic_component.get(this.schematic_component_id))return;let i=[],r=u=>{for(let p of u){if(p.isSchematicPrimitive&&p.componentName==="SchematicLine"){let d=e.schematic_line.get(p.schematic_line_id);d&&i.push(d)}if(p.isSchematicPrimitive&&p.componentName==="SchematicRect"){let d=e.schematic_rect.get(p.schematic_rect_id);d&&i.push(d)}if(p.isSchematicPrimitive&&p.componentName==="SchematicCircle"){let d=e.schematic_circle.get(p.schematic_circle_id);d&&i.push(d)}if(p.isSchematicPrimitive&&p.componentName==="SchematicArc"){let d=e.schematic_arc.get(p.schematic_arc_id);d&&i.push(d)}if(p.isSchematicPrimitive&&p.componentName==="SchematicText"){let d=e.schematic_text.get(p.schematic_text_id);d&&i.push(d)}p.children&&p.children.length>0&&r(p.children)}};if(r(this.children),i.length===0)return;let s=rnt(i),o=Math.abs(s.maxX-s.minX),a=Math.abs(s.maxY-s.minY);if(o===0&&a===0)return;let c=(s.minX+s.maxX)/2,l=(s.minY+s.maxY)/2;e.schematic_component.update(this.schematic_component_id,{center:{x:c,y:l},size:{width:o,height:a}})}updateSchematicComponentSizeCalculation(){this.doInitialSchematicComponentSizeCalculation()}doInitialPcbComponentAnchorAlignment(){xLt(this)}updatePcbComponentAnchorAlignment(){this.doInitialPcbComponentAnchorAlignment()}_renderReactSubtree(e){let t=nnt(e);return{element:e,component:t}}doInitialInitializePortsFromChildren(){this.initPorts()}doInitialReactSubtreesRender(){let e=this.props.footprint;(0,Ua.isValidElement)(e)&&(this.children.some(s=>s.componentName==="Footprint")||this.add(e));let t=this.props.symbol;(0,Ua.isValidElement)(t)&&(this.children.some(s=>s.componentName==="Symbol")||this.add(t));let i=this.props.cadModel;if((0,Ua.isValidElement)(i)){this._isCadModelChild=!0;let r=this.children.some(o=>o.componentName==="CadAssembly"),s=this.children.some(o=>o.componentName==="CadModel");!r&&!s&&this.add(i)}}doInitialPcbFootprintStringRender(){gLt(this,(e,t)=>this._queueAsyncEffect(e,t))}_hasExistingPortExactly(e){return this.children.filter(i=>i.componentName==="Port").some(i=>{let r=e.getNameAndAliases(),s=i.getNameAndAliases();return r.length===s.length&&r.every(o=>s.includes(o))})}add(e){let t;if((0,Ua.isValidElement)(e)){let i=this._renderReactSubtree(e);this.reactSubtrees.push(i),t=i.component}else t=e;if(t.componentName==="Port"){if(this._hasExistingPortExactly(t))return;let r=this.children.filter(s=>s.componentName==="Port").find(s=>s.isMatchingAnyOf(t.getNameAndAliases()));r&&bLt(`Similar ports added. Port 1: ${r}, Port 2: ${t}`)}super.add(t)}getPortsFromFootprint(e){let{footprint:t}=this.props;if((!t||(0,Ua.isValidElement)(t))&&(t=this.children.find(r=>r.componentName==="Footprint")),typeof t=="string"){if(G_(t))return[];if(o9(t))return[];if(s9(t))return[];let r=bM.string(t).soup(),s=[];for(let o of r)if("port_hints"in o&&o.port_hints){let a=L1(o.port_hints,e);if(!a)continue;a.originDescription=`footprint:string:${t}:port_hints[0]:${o.port_hints[0]}`,s.push(a)}return s}if(!(0,Ua.isValidElement)(t)&&t&&t.componentName==="Footprint"){let r=t,s=1,o=[];for(let a of r.children){if(!a.props.portHints)continue;let c=a.props.portHints;c.some(p=>p.startsWith("pin"))||(c=[...c,`pin${s}`]),s++;let u=L1(c);u&&(u.originDescription=`footprint:${t}`,o.push(u))}return o}let i=[];if(!t){for(let r of this.children)if(r.props.portHints&&r.isPcbPrimitive){let s=L1(r.props.portHints);s&&i.push(s)}}return i}getPortsFromSchematicSymbol(){if(this.root?.schematicDisabled)return[];let{config:e}=this;if(!e.schematicSymbolName)return[];let t=_i[e.schematicSymbolName];if(!t)return[];let i=[];for(let r of t.ports){let s=L1(r.labels);s&&(s.schematicSymbolPortDef=r,i.push(s))}return i}doInitialCreateNetsFromProps(){this._createNetsFromProps(this._getNetsFromConnectionsProp())}_getNetsFromConnectionsProp(){let{_parsedProps:e}=this,t=[];if(e.connections)for(let[i,r]of Object.entries(e.connections)){let s=Array.isArray(r)?r:[r];for(let o of s)t.push(String(o))}return t}_createNetsFromProps(e){nP(this,e)}_getPcbCircuitJsonBounds(){let{db:e}=this.root;if(!this.pcb_component_id)return super._getPcbCircuitJsonBounds();let t=e.pcb_component.get(this.pcb_component_id);return{center:{x:t.center.x,y:t.center.y},bounds:{left:t.center.x-t.width/2,top:t.center.y-t.height/2,right:t.center.x+t.width/2,bottom:t.center.y+t.height/2},width:t.width,height:t.height}}_getPinCountFromSchematicPortArrangement(){let e=this._getSchematicPortArrangement();if(!e)return 0;if(!ont(e))return(e.leftSize??e.leftPinCount??0)+(e.rightSize??e.rightPinCount??0)+(e.topSize??e.topPinCount??0)+(e.bottomSize??e.bottomPinCount??0);let{leftSide:i,rightSide:r,topSide:s,bottomSide:o}=e;return Math.max(...i?.pins??[],...r?.pins??[],...s?.pins??[],...o?.pins??[])}_getPinCount(){if(this._getSchematicPortArrangement())return this._getPinCountFromSchematicPortArrangement();let t=this.getPortsFromFootprint();if(t.length>0)return t.length;let{pinLabels:i}=this._parsedProps;if(i){if(Array.isArray(i))return i.length;let r=Object.keys(i).map(s=>s.startsWith("pin")?parseInt(s.slice(3)):parseInt(s)).filter(s=>!Number.isNaN(s));return r.length>0?Math.max(...r):Object.keys(i).length}return 0}_getSchematicPortArrangement(){return this._parsedProps.schPinArrangement??this._parsedProps.schPortArrangement}_getPinLabelsFromPorts(){let e=this.selectAll("port"),t={};for(let i of e){let r=i.props.pinNumber;if(r!==void 0){let s=i._getBestDisplayPinLabel();s&&(t[`pin${r}`]=s)}}return t}_getSchematicBoxDimensions(){if(this.getSchematicSymbol()||!this.config.shouldRenderAsSchematicBox)return null;let{_parsedProps:e}=this,t=this._getPinCount(),i=e.schPinSpacing??.2,s={...this._getPinLabelsFromPorts(),...e.pinLabels};return IOt({schWidth:e.schWidth,schHeight:e.schHeight,schPinSpacing:i,numericSchPinStyle:ROt(e.schPinStyle,s),pinCount:t,schPortArrangement:this._getSchematicPortArrangement(),pinLabels:s})}getFootprinterString(){return typeof this._parsedProps.footprint=="string"?this._parsedProps.footprint:null}doInitialCadModelRender(){if(this._isCadModelChild||this.props.doNotPlace)return;let{db:e}=this.root,{boardThickness:t=0}=this.root?._getBoard()??{},i=this._parsedProps.cadModel,r=i===void 0?this._asyncFootprintCadModel:i,s=this.getFootprinterString()??this._getImpliedFootprintString();if(!this.pcb_component_id||!r&&!s||r===null)return;let o=this._getPcbCircuitJsonBounds();if(typeof r=="string")throw new Error("String cadModel not yet implemented");let a=vLt.parse({x:0,y:0,z:typeof r?.rotationOffset=="number"?r.rotationOffset:0,...typeof r?.rotationOffset=="object"?r.rotationOffset??{}:{}}),c=Dh.parse({x:0,y:0,z:0,...typeof r?.positionOffset=="object"?r.positionOffset:{}}),l=r&&typeof r=="object"&&"zOffsetFromSurface"in r&&r.zOffsetFromSurface!==void 0?Y.parse(r.zOffsetFromSurface):0,u=this.props.layer==="bottom"?"bottom":"top",p=this._computePcbGlobalTransformBeforeLayout(),_=eo(p).rotation.angle*180/Math.PI,g=u==="bottom",x=_+(a.z??0),v=ad(x),w=e.cad_component.insert({position:{x:o.center.x+c.x,y:o.center.y+c.y,z:(u==="bottom"?-t/2:t/2)+(u==="bottom"?-l:l)+c.z},rotation:{x:a.x,y:a.y+(g?180:0),z:ad(g?-v:v)},pcb_component_id:this.pcb_component_id,source_component_id:this.source_component_id,model_stl_url:"stlUrl"in(r??{})?this._addCachebustToModelUrl(r.stlUrl):void 0,model_obj_url:"objUrl"in(r??{})?this._addCachebustToModelUrl(r.objUrl):void 0,model_mtl_url:"mtlUrl"in(r??{})?this._addCachebustToModelUrl(r.mtlUrl):void 0,model_gltf_url:"gltfUrl"in(r??{})?this._addCachebustToModelUrl(r.gltfUrl):void 0,model_glb_url:"glbUrl"in(r??{})?this._addCachebustToModelUrl(r.glbUrl):void 0,model_step_url:"stepUrl"in(r??{})?this._addCachebustToModelUrl(r.stepUrl):void 0,model_wrl_url:"wrlUrl"in(r??{})?this._addCachebustToModelUrl(r.wrlUrl):void 0,model_jscad:"jscad"in(r??{})?r.jscad:void 0,model_unit_to_mm_scale_factor:typeof r?.modelUnitToMmScale=="number"?r.modelUnitToMmScale:void 0,footprinter_string:typeof s=="string"&&!r?s:void 0,show_as_translucent_model:this._parsedProps.showAsTranslucentModel});this.cad_component_id=w.cad_component_id}_addCachebustToModelUrl(e){if(!e||!e.includes("modelcdn.tscircuit.com"))return e;let t=this.root?.getClientOrigin()??"";return`${e}${e.includes("?")?"&":"?"}cachebust_origin=${encodeURIComponent(t)}`}_getPartsEngineCacheKey(e,t){return JSON.stringify({ftype:e.ftype,name:e.name,manufacturer_part_number:e.manufacturer_part_number,footprinterString:t})}async _getSupplierPartNumbers(e,t,i){if(this.props.doNotPlace)return{};let r=this.root?.platform?.localCacheEngine,s=this._getPartsEngineCacheKey(t,i);if(r){let c=await r.getItem(s);if(c)try{return JSON.parse(c)}catch{}}let o=await Promise.resolve(e.findPart({sourceComponent:t,footprinterString:i}));if(typeof o=="string"){if(o.includes("<!DOCTYPE")||o.includes("<html"))throw new Error(`Failed to fetch supplier part numbers: Received HTML response instead of JSON. Response starts with: ${o.substring(0,100)}`);if(o==="Not found")return{};throw new Error(`Invalid supplier part numbers format: Expected object but got string: "${o}"`)}if(!o||Array.isArray(o)||typeof o!="object"){let c=o===null?"null":Array.isArray(o)?"array":typeof o;throw new Error(`Invalid supplier part numbers format: Expected object but got ${c}`)}let a=o;if(r)try{await r.setItem(s,JSON.stringify(a))}catch{}return a}doInitialPartsEngineRender(){if(this.props.doNotPlace)return;let e=this.getInheritedProperty("partsEngine");if(!e)return;let{db:t}=this.root,i=t.source_component.get(this.source_component_id);if(!i||i.supplier_part_numbers)return;let r;this.props.footprint&&typeof this.props.footprint=="string"&&(r=this.props.footprint);let s=this._getSupplierPartNumbers(e,i,r);if(!(s instanceof Promise)){t.source_component.update(this.source_component_id,{supplier_part_numbers:s});return}this._queueAsyncEffect("get-supplier-part-numbers",async()=>{await s.then(o=>{this._asyncSupplierPartNumbers=o,this._markDirty("PartsEngineRender")}).catch(o=>{this._asyncSupplierPartNumbers={};let a=Xx.parse({type:"unknown_error_finding_part",message:`Failed to fetch supplier part numbers for ${this.getString()}: ${o.message}`,source_component_id:this.source_component_id,subcircuit_id:this.getSubcircuit()?.subcircuit_id});t.unknown_error_finding_part.insert(a),this._markDirty("PartsEngineRender")})})}updatePartsEngineRender(){if(this.props.doNotPlace)return;let{db:e}=this.root,t=e.source_component.get(this.source_component_id);if(t&&!t.supplier_part_numbers&&this._asyncSupplierPartNumbers){e.source_component.update(this.source_component_id,{supplier_part_numbers:this._asyncSupplierPartNumbers});return}}doInitialAssignFallbackProps(){let{_parsedProps:e}=this;e.connections&&!this.name&&(this.fallbackUnassignedName=this.getSubcircuit().getNextAvailableName(this))}doInitialCreateTracesFromProps(){this._createTracesFromConnectionsProp()}_createTracesFromConnectionsProp(){let{_parsedProps:e}=this;if(e.connections)for(let[t,i]of Object.entries(e.connections)){let r=Array.isArray(i)?i:[i];for(let s of r)this.add(new Fs({from:`.${this.name} > .${t}`,to:String(s)}))}}doInitialSourceDesignRuleChecks(){pLt(this)}_getMinimumFlexContainerSize(){return lLt(this)}_repositionOnPcb(e){return uLt(this,e)}doInitialSilkscreenOverlapAdjustment(){return fLt(this)}isRelativelyPositioned(){return this._parsedProps.pcbX!==void 0||this._parsedProps.pcbY!==void 0}},SLt=({boardAnchorPosition:n,boardAnchorAlignment:e,width:t,height:i})=>{let{x:r,y:s}=n,o=r,a=s;switch(e){case"top_left":o=r+t/2,a=s-i/2;break;case"top_right":o=r-t/2,a=s-i/2;break;case"bottom_left":o=r+t/2,a=s+i/2;break;case"bottom_right":o=r-t/2,a=s+i/2;break;case"top":o=r,a=s-i/2;break;case"bottom":o=r,a=s+i/2;break;case"left":o=r+t/2,a=s;break;case"right":o=r-t/2,a=s;break;case"center":default:break}return{x:o,y:a}},wLt=class{constructor(n,e={}){f(this,"input");f(this,"isRouting",!1);f(this,"solver");f(this,"eventHandlers",{complete:[],error:[],progress:[]});f(this,"cycleCount",0);f(this,"stepDelay");f(this,"timeoutId");this.input=n;let{capacityDepth:t,targetMinCapacity:i,stepDelay:r=0,useAssignableViaSolver:s=!1}=e,{AutoroutingPipelineSolver:o,AssignableViaAutoroutingPipelineSolver:a}=H4,c=s?a:o;this.solver=new c(n,{capacityDepth:t,targetMinCapacity:i,cacheProvider:null}),this.stepDelay=r}start(){this.isRouting||(this.isRouting=!0,this.cycleCount=0,this.runCycleAndQueueNextCycle())}runCycleAndQueueNextCycle(){if(this.isRouting)try{if(this.solver.solved||this.solver.failed){this.solver.failed?this.emitEvent({type:"error",error:new F1(this.solver.error||"Routing failed")}):this.emitEvent({type:"complete",traces:this.solver.getOutputSimpleRouteJson().traces||[]}),this.isRouting=!1;return}let n=Date.now(),e=this.solver.iterations;for(;Date.now()-n<250&&!this.solver.failed&&!this.solver.solved;)this.solver.step();let t=(this.solver.iterations-e)/(Date.now()-n)*1e3;this.cycleCount++;let i=this.solver?.preview()||void 0,r=this.solver.progress;this.emitEvent({type:"progress",steps:this.cycleCount,iterationsPerSecond:t,progress:r,phase:this.solver.getCurrentPhase(),debugGraphics:i}),this.stepDelay>0?this.timeoutId=setTimeout(()=>this.runCycleAndQueueNextCycle(),this.stepDelay):this.timeoutId=setTimeout(()=>this.runCycleAndQueueNextCycle(),0)}catch(n){this.emitEvent({type:"error",error:n instanceof Error?new F1(n.message):new F1(String(n))}),this.isRouting=!1}}stop(){this.isRouting&&(this.isRouting=!1,this.timeoutId!==void 0&&(clearTimeout(this.timeoutId),this.timeoutId=void 0))}on(n,e){n==="complete"?this.eventHandlers.complete.push(e):n==="error"?this.eventHandlers.error.push(e):n==="progress"&&this.eventHandlers.progress.push(e)}emitEvent(n){if(n.type==="complete")for(let e of this.eventHandlers.complete)e(n);else if(n.type==="error")for(let e of this.eventHandlers.error)e(n);else if(n.type==="progress")for(let e of this.eventHandlers.progress)e(n)}solveSync(){if(this.solver.solve(),this.solver.failed)throw new F1(this.solver.error||"Routing failed");return this.solver.getOutputSimpleRouteJson().traces||[]}},_9=class extends Me{constructor(){super(...arguments);f(this,"matchedPort",null)}get config(){return{componentName:"TraceHint",zodProps:LW}}doInitialPortMatching(){let{db:e}=this.root,{_parsedProps:t,parent:i}=this;if(!i)return;if(i.componentName==="Trace"){this.renderError(`Port inference inside trace is not yet supported (${this})`);return}if(!i)throw new Error("TraceHint has no parent");if(!t.for){this.renderError(`TraceHint has no for property (${this})`);return}let r=i.selectOne(t.for,{type:"port"});r||this.renderError(`${this} could not find port for selector "${t.for}"`),this.matchedPort=r,r.registerMatch(this)}getPcbRouteHints(){let{_parsedProps:e}=this,t=e.offset?[e.offset]:e.offsets;if(!t)return[];let i=this._computePcbGlobalTransformBeforeLayout();return t.map(r=>({...$e(i,r),via:r.via,to_layer:r.to_layer,trace_width:r.trace_width}))}doInitialPcbTraceHintRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this;e.pcb_trace_hint.insert({pcb_component_id:this.matchedPort?.pcb_component_id,pcb_port_id:this.matchedPort?.pcb_port_id,route:this.getPcbRouteHints()})}},_nt=({circuitJson:n,editEvents:e,manualEditsFile:t})=>{let i={...t,pcb_placements:[...t.pcb_placements??[]]};for(let r of e)if(r.edit_event_type==="edit_pcb_component_location"){let{pcb_component_id:s,new_center:o}=r,a=Ee(n).pcb_component.get(s);if(!a)continue;let c=Ee(n).source_component.get(a.source_component_id);if(!c)continue;let l=i.pcb_placements?.findIndex(p=>p.selector===c.name),u={selector:c.name,center:o,relative_to:"group_center"};l>=0?i.pcb_placements[l]=u:i.pcb_placements.push(u)}return i},ynt=({circuitJson:n,editEvents:e,manualEditsFile:t})=>{let i={...t,schematic_placements:[...t.schematic_placements??[]]};for(let r of e)if(r.edit_event_type==="edit_schematic_component_location"){let{schematic_component_id:s,new_center:o}=r,a=Ee(n).schematic_component.get(s);if(!a||!a.source_component_id)continue;let c=Ee(n).source_component.get(a.source_component_id);if(!c)continue;let l=i.schematic_placements?.findIndex(p=>p.selector===c.name),u={selector:c.name,center:o,relative_to:"group_center"};l>=0?i.schematic_placements[l]=u:i.schematic_placements.push(u)}return i},PLt=({circuitJson:n,editEvents:e,manualEditsFile:t})=>{let i=e.filter(o=>o.edit_event_type==="edit_schematic_component_location"),r=e.filter(o=>o.edit_event_type==="edit_pcb_component_location"),s=t;return i.length>0&&(s=ynt({circuitJson:n,editEvents:i,manualEditsFile:s})),r.length>0&&(s=_nt({circuitJson:n,editEvents:r,manualEditsFile:s})),s},kLt=(n,e)=>{if(Ee(n).pcb_trace_hint.get(e.pcb_trace_hint_id))n=n.map(i=>i.pcb_trace_hint_id===e.pcb_trace_hint_id?{...i,route:e.route}:i);else{let i=Ee(n).pcb_port.get(e.pcb_port_id);n=n.filter(r=>!(r.type==="pcb_trace_hint"&&r.pcb_port_id===e.pcb_port_id)).concat([{type:"pcb_trace_hint",pcb_trace_hint_id:e.pcb_trace_hint_id,route:e.route,pcb_port_id:e.pcb_port_id,pcb_component_id:i?.pcb_component_id}])}return n},TLt=({circuitJson:n,editEvents:e})=>{n=JSON.parse(JSON.stringify(n));for(let t of e)if(t.edit_event_type==="edit_pcb_component_location"){let i=n.find(s=>s.type==="pcb_component"&&s.pcb_component_id===t.pcb_component_id);if((!i||i.center.x!==t.new_center.x||i.center.y!==t.new_center.y)&&t.original_center){let s=An(t.new_center.x-t.original_center.x,t.new_center.y-t.original_center.y);n=n.map(o=>o.pcb_component_id!==t.pcb_component_id?o:g4(o,s))}}else t.edit_event_type==="edit_schematic_component_location"?n=n.map(i=>i.type==="schematic_component"&&i.schematic_component_id===t.schematic_component_id?{...i,center:t.new_center}:i):t.edit_event_type==="edit_pcb_trace_hint"&&(n=kLt(n,t));return n},gnt=(n,e)=>{let t=n.source_group.list(),i=[],r=s=>{let o=t.filter(a=>a.parent_subcircuit_id===s);for(let a of o)a.subcircuit_id&&(i.push(a.subcircuit_id),r(a.subcircuit_id))};return r(e),i},a9=({db:n,circuitJson:e,subcircuit_id:t,minTraceWidth:i=.1})=>{if(!n&&e&&(n=Ee(e)),!n)throw new Error("db or circuitJson is required");let r=n.pcb_trace_hint.list(),s=t?new Set([t]):null;if(t){let I=gnt(n,t);for(let E of I)s.add(E)}let o=(e??n.toArray()).filter(I=>!t||"subcircuit_id"in I&&s.has(I.subcircuit_id)),a=n.pcb_board.list()[0];n=Ee(o);let c=tr(o),l=dnt([...n.pcb_component.list(),...n.pcb_smtpad.list(),...n.pcb_plated_hole.list(),...n.pcb_hole.list(),...n.pcb_via.list(),...n.pcb_cutout.list()].filter(I=>!t||s?.has(I.subcircuit_id)),c);for(let I of l){let E=I.connectedTo.flatMap(A=>c.getIdsConnectedToNet(A));I.connectedTo.push(...E)}let u=l.flatMap(I=>[{x:I.center.x-I.width/2,y:I.center.y-I.height/2},{x:I.center.x+I.width/2,y:I.center.y+I.height/2}]).concat(a?.outline??[]),p;if(a&&!a.outline?p={minX:a.center.x-a.width/2,maxX:a.center.x+a.width/2,minY:a.center.y-a.height/2,maxY:a.center.y+a.height/2}:p={minX:Math.min(...u.map(I=>I.x))-1,maxX:Math.max(...u.map(I=>I.x))+1,minY:Math.min(...u.map(I=>I.y))-1,maxY:Math.max(...u.map(I=>I.y))+1},t){let I=n.pcb_group.getWhere({subcircuit_id:t});if(I?.width&&I.height){let E={minX:I.center.x-I.width/2,maxX:I.center.x+I.width/2,minY:I.center.y-I.height/2,maxY:I.center.y+I.height/2};p={minX:Math.min(p.minX,E.minX),maxX:Math.max(p.maxX,E.maxX),minY:Math.min(p.minY,E.minY),maxY:Math.max(p.maxY,E.maxY)}}}let d=new Set(n.pcb_trace.list().map(I=>I.source_trace_id).filter(I=>!!I)),_=n.source_trace.list().filter(I=>!d.has(I.source_trace_id)).map(I=>{let E=I.connected_source_port_ids.map(H=>{let et=n.source_port.get(H),tt=n.pcb_port.getWhere({source_port_id:H});return{...et,...tt}});if(E.length<2)return null;let[A,R]=E;if(A.x===void 0||A.y===void 0)return console.error(`(source_port_id: ${A.source_port_id}) for trace ${I.source_trace_id} does not have x/y coordinates. Skipping this trace.`),null;if(R.x===void 0||R.y===void 0)return console.error(`(source_port_id: ${R.source_port_id}) for trace ${I.source_trace_id} does not have x/y coordinates. Skipping this trace.`),null;let B=A.layers?.[0]??"top",j=R.layers?.[0]??"top",U=r.filter(H=>H.pcb_port_id===A.pcb_port_id||H.pcb_port_id===R.pcb_port_id),V=[];for(let H of U){let tt=n.pcb_port.get(H.pcb_port_id)?.layers?.[0]??"top";for(let mt of H.route)V.push({x:mt.x,y:mt.y,layer:tt})}return{name:I.source_trace_id??c.getNetConnectedToId(I.source_trace_id)??"",source_trace_id:I.source_trace_id,width:I.min_trace_thickness,pointsToConnect:[{x:A.x,y:A.y,layer:B,pointId:A.pcb_port_id,pcb_port_id:A.pcb_port_id},...V,{x:R.x,y:R.y,layer:j,pointId:R.pcb_port_id,pcb_port_id:R.pcb_port_id}]}}).filter(I=>I!==null),g=new Map(_.map(I=>[I.source_trace_id,I])),x=n.source_net.list().filter(I=>!t||s?.has(I.subcircuit_id)),v=[];for(let I of x){let E=n.source_trace.list().filter(A=>A.connected_source_net_ids?.includes(I.source_net_id));v.push({name:I.source_net_id??c.getNetConnectedToId(I.source_net_id),pointsToConnect:E.flatMap(A=>n.pcb_port.list().filter(B=>A.connected_source_port_ids.includes(B.source_port_id)).map(B=>({x:B.x,y:B.y,layer:B.layers?.[0]??"top",pointId:B.pcb_port_id,pcb_port_id:B.pcb_port_id})))})}let w=n.pcb_breakout_point.list().filter(I=>!t||s?.has(I.subcircuit_id)),P=[],T=new Map;for(let I of w){let E={x:I.x,y:I.y,layer:"top"};if(I.source_trace_id){let A=g.get(I.source_trace_id)??T.get(I.source_trace_id);if(A)A.pointsToConnect.push(E);else{let R={name:I.source_trace_id,source_trace_id:I.source_trace_id,pointsToConnect:[E]};P.push(R),T.set(I.source_trace_id,R)}}else if(I.source_net_id){let A=v.find(R=>R.name===I.source_net_id);A?A.pointsToConnect.push(E):P.push({name:I.source_net_id,pointsToConnect:[E]})}else if(I.source_port_id){let A=n.pcb_port.getWhere({source_port_id:I.source_port_id});A&&P.push({name:I.source_port_id,source_trace_id:void 0,pointsToConnect:[{x:A.x,y:A.y,layer:A.layers?.[0]??"top",pointId:A.pcb_port_id,pcb_port_id:A.pcb_port_id},E]})}}let k=[..._,...v,...P],C=new Map;for(let I of k)for(let E of I.pointsToConnect)E.pointId&&C.set(E.pointId,I);let M=n.pcb_trace.list().filter(I=>!t||s?.has(I.subcircuit_id));for(let I of M){let E=new Set;for(let B of I.route)B.start_pcb_port_id&&E.add(B.start_pcb_port_id),B.end_pcb_port_id&&E.add(B.end_pcb_port_id);if(E.size<2)continue;let A=E.values().next().value;if(!A)continue;let R=C.get(A);R&&[...E].every(B=>C.get(B)===R)&&(R.externallyConnectedPointIds??(R.externallyConnectedPointIds=[]),R.externallyConnectedPointIds.push([...E]))}return{simpleRouteJson:{bounds:p,obstacles:l,connections:k,layerCount:a?.num_layers??2,minTraceWidth:i,outline:a?.outline?.map(I=>({...I}))},connMap:c}},MLt=n=>{let e={};if(!n)return e;for(let i of Xa)e[i]=0;let t=new Map;for(let i of n){let[,,r,s]=i.type.split(":");if(s==="start"){t.set(`${r}:${i.renderId}`,i);continue}if(s==="end"){let o=t.get(`${r}:${i.renderId}`);if(o){let a=i.createdAt-o.createdAt;e[r]=(e[r]||0)+a}}}return e},ELt=n=>{let e=n.map(c=>[...new Set(c)]),t=e.map(()=>[]),i=e.map(()=>null);for(let c=0;c<e.length;c++)for(let l of e[c])if(/^\d+$/.test(l)){i[c]=Number.parseInt(l);break}let r=0,s=new Set;for(let c=0;c<i.length;c++){let l=i[c];if(l===null||l<1)continue;if(!s.has(l)){s.add(l),t[c].push(`pin${l}`),r=Math.max(r,l);continue}let u=0;for(let p of t[c])p.startsWith(`pin${l}_alt`)&&u++;t[c].push(`pin${l}_alt${u+1}`)}for(let c=0;c<t.length;c++)t[c][0]?.includes("_alt")&&(r++,t[c].unshift(`pin${r}`));for(let c=0;c<t.length;c++)t[c].length===0&&(r++,t[c].push(`pin${r}`));let o={};for(let c of e)for(let l of c)/^\d+$/.test(l)||(o[l]=(o[l]??0)+1);let a={};for(let c=0;c<e.length;c++){let l=e[c];for(let u of l)/^\d+$/.test(u)||(o[u]===1?t[c].push(u):(a[u]=(a[u]??0)+1,t[c].push(`${u}${a[u]}`)))}return t};function y9({db:n,schematicComponentId:e,deltaX:t,deltaY:i}){let r=n.schematic_rect.list({schematic_component_id:e});for(let c of r)c.center.x+=t,c.center.y+=i;let s=n.schematic_line.list({schematic_component_id:e});for(let c of s)c.x1+=t,c.y1+=i,c.x2+=t,c.y2+=i;let o=n.schematic_circle.list({schematic_component_id:e});for(let c of o)c.center.x+=t,c.center.y+=i;let a=n.schematic_arc.list({schematic_component_id:e});for(let c of a)c.center.x+=t,c.center.y+=i}var Ret=(0,xnt.default)("Group_doInitialSchematicLayoutMatchAdapt");function CLt(n){let{db:e}=n.root,t=Ag(e.toArray(),{source_group_id:n.source_group_id}),i=W4(t);Ret.enabled&&global?.debugGraphics&&global.debugGraphics?.push(il(i,{title:`floatingBpcGraph-${n.name}`}));let r=W4(t),s={boxes:r.boxes,pins:r.pins.map(c=>({...c,color:c.color.replace("not_connected","normal")}))},{result:o}=nJ([{variantName:"default",floatingGraph:r},{variantName:"noNotConnected",floatingGraph:s}],{singletonKeys:["vcc/2","gnd/2"],centerPinColors:["netlabel_center","component_center"],floatingBoxIdsWithMutablePinOffsets:new Set(r.boxes.filter(c=>r.pins.filter(p=>p.boxId===c.boxId).filter(p=>!p.color.includes("center")).length<=2).map(c=>c.boxId)),corpus:{}});Ret.enabled&&global?.debugGraphics&&global.debugGraphics?.push(il(o,{title:`laidOutBpcGraph-${n.name}`}));let a=n._getGlobalSchematicPositionBeforeLayout();for(let c of o.boxes){if(!c.center)continue;let l=e.schematic_component.get(c.boxId);if(l){let p={x:c.center.x+a.x,y:c.center.y+a.y},d=e.schematic_port.list({schematic_component_id:l.schematic_component_id}),_=e.schematic_text.list({schematic_component_id:l.schematic_component_id}),g={x:p.x-l.center.x,y:p.y-l.center.y};for(let x of d)x.center.x+=g.x,x.center.y+=g.y;for(let x of _)x.position.x+=g.x,x.position.y+=g.y;y9({db:e,schematicComponentId:l.schematic_component_id,deltaX:g.x,deltaY:g.y}),l.center=p;continue}let u=e.schematic_net_label.get(c.boxId);if(u){let p=o.pins.find(_=>_.boxId===c.boxId&&_.color==="netlabel_center");if(!p)throw new Error(`No pin found for net label: ${c.boxId}`);let d={x:c.center.x+a.x,y:c.center.y+a.y};u.center=d,u.anchor_position={x:d.x+p.offset.x,y:d.y+p.offset.y};continue}console.error(`No schematic element found for box: ${c.boxId}. This is a bug in the matchAdapt binding with @tscircuit/core`)}}var xe=(0,bnt.default)("Group_doInitialSchematicLayoutMatchpack");function Oet(n){switch(n){case"up":return"y+";case"down":return"y-";case"left":return"x-";case"right":return"x+";default:return"y+"}}function Let(n,e){let t=["right","up","left","down"],i=t.indexOf(n);if(i===-1)return n;let r=Math.round(e/90),s=(i+r)%4;return t[s<0?s+4:s]}function ILt(n,e,t){let i={chipMap:{},chipPinMap:{},netMap:{},pinStrongConnMap:{},netConnMap:{},chipGap:.6,decouplingCapsGap:.4,partitionGap:1.2};xe(`[${t.name}] Processing ${n.childNodes.length} child nodes for input problem`),n.childNodes.forEach((s,o)=>{if(xe(`[${t.name}] Processing child ${o}: nodeType=${s.nodeType}`),s.nodeType==="component"?xe(`[${t.name}] - Component: ${s.sourceComponent?.name}`):s.nodeType==="group"&&xe(`[${t.name}] - Group: ${s.sourceGroup?.name}`),s.nodeType==="component"&&s.sourceComponent){let a=s.sourceComponent.name||`chip_${o}`,c=e.schematic_component.getWhere({source_component_id:s.sourceComponent.source_component_id});if(!c)return;let l=t.children.find(P=>P.source_component_id===s.sourceComponent?.source_component_id),u=[0,90,180,270];l?._parsedProps?.schOrientation&&(u=[0]),l?._parsedProps?.schRotation!==void 0&&(u=[0]),l?._parsedProps?.facingDirection&&(u=[0]),l?._parsedProps?.schFacingDirection&&(u=[0]),l?.componentName==="Chip"&&(u=[0]);let p=l?._parsedProps?.schMarginLeft??l?._parsedProps?.schMarginX??0,d=l?._parsedProps?.schMarginRight??l?._parsedProps?.schMarginX??0,_=l?._parsedProps?.schMarginTop??l?._parsedProps?.schMarginY??0,g=l?._parsedProps?.schMarginBottom??l?._parsedProps?.schMarginY??0;l?.config.shouldRenderAsSchematicBox&&(_+=.4,g+=.4);let x=(d-p)/2,v=(_-g)/2;i.chipMap[a]={chipId:a,pins:[],size:{x:(c.size?.width||1)+p+d,y:(c.size?.height||1)+_+g},availableRotations:u};let w=e.schematic_port.list({schematic_component_id:c.schematic_component_id});for(let P of w){let T=e.source_port.get(P.source_port_id);if(!T)continue;let k=`${a}.${T.pin_number||T.name||P.schematic_port_id}`;i.chipMap[a].pins.push(k);let C=Oet(P.facing_direction);i.chipPinMap[k]={pinId:k,offset:{x:(P.center?.x||0)-(c.center.x||0)+x,y:(P.center?.y||0)-(c.center.y||0)+v},side:C}}}else if(s.nodeType==="group"&&s.sourceGroup){let a=s.sourceGroup.name||`group_${o}`;xe(`[${t.name}] Processing nested group: ${a}`);let c=e.schematic_group?.getWhere?.({source_group_id:s.sourceGroup.source_group_id}),l=t.children.find(u=>u.source_group_id===s.sourceGroup?.source_group_id);if(xe(`[${t.name}] Found schematic_group for ${a}:`,c),c){xe(`[${t.name}] Treating group ${a} as composite chip`);let u=e.schematic_component.list({schematic_group_id:c.schematic_group_id});xe(`[${t.name}] Group ${a} has ${u.length} components:`,u.map(A=>A.source_component_id));let p=1/0,d=-1/0,_=1/0,g=-1/0,x=!1;for(let A of u)if(A.center&&A.size){x=!0;let R=A.size.width/2,B=A.size.height/2;p=Math.min(p,A.center.x-R),d=Math.max(d,A.center.x+R),_=Math.min(_,A.center.y-B),g=Math.max(g,A.center.y+B)}let v=l?._parsedProps?.schMarginLeft??l?._parsedProps?.schMarginX??0,w=l?._parsedProps?.schMarginRight??l?._parsedProps?.schMarginX??0,P=l?._parsedProps?.schMarginTop??l?._parsedProps?.schMarginY??0,T=l?._parsedProps?.schMarginBottom??l?._parsedProps?.schMarginY??0,k=(w-v)/2,C=(P-T)/2,M=(x?d-p:2)+v+w,I=(x?g-_:2)+P+T;xe(`[${t.name}] Group ${a} computed size: ${M} x ${I}`);let E=[];for(let A of u){let R=e.schematic_port.list({schematic_component_id:A.schematic_component_id});for(let B of R){let j=e.source_port.get(B.source_port_id);if(!j)continue;let U=`${a}.${j.pin_number||j.name||B.schematic_port_id}`;E.push(U);let V=c.center||{x:0,y:0},H=Oet(B.facing_direction);i.chipPinMap[U]={pinId:U,offset:{x:(B.center?.x||0)-V.x+k,y:(B.center?.y||0)-V.y+C},side:H}}}xe(`[${t.name}] Group ${a} has ${E.length} pins:`,E),i.chipMap[a]={chipId:a,pins:E,size:{x:M,y:I}},xe(`[${t.name}] Added group ${a} to chipMap`)}else xe(`[${t.name}] Warning: No schematic_group found for group ${a}`)}}),xe(`[${t.name}] Creating connections using connectivity keys`);let r=new Map;for(let[s,o]of Object.entries(i.chipMap))for(let a of o.pins){let c=a.split(".").pop(),l=n.childNodes.find(u=>u.nodeType==="component"&&u.sourceComponent?u.sourceComponent.name===s:u.nodeType==="group"&&u.sourceGroup?`group_${n.childNodes.indexOf(u)}`===s:!1);if(l?.nodeType==="group"&&l.sourceGroup){let u=e.schematic_group?.getWhere?.({source_group_id:l.sourceGroup.source_group_id});if(u){let p=e.schematic_component.list({schematic_group_id:u.schematic_group_id});for(let d of p){let _=e.source_port.list({source_component_id:d.source_component_id});for(let g of _){let x=g.pin_number||g.name;if(String(x)===String(c))if(g.subcircuit_connectivity_map_key){let v=g.subcircuit_connectivity_map_key;r.has(v)||r.set(v,[]),r.get(v).push(a),xe(`[${t.name}] \u2713 Pin ${a} has connectivity key: ${v}`)}else xe(`[${t.name}] Pin ${a} has no connectivity key`)}}}}else if(l?.nodeType==="component"&&l.sourceComponent){let u=e.source_port.list({source_component_id:l.sourceComponent.source_component_id});for(let p of u){let d=p.pin_number||p.name;if(String(d)===String(c)&&p.subcircuit_connectivity_map_key){let _=p.subcircuit_connectivity_map_key;r.has(_)||r.set(_,[]),r.get(_).push(a),xe(`[${t.name}] Pin ${a} has connectivity key: ${_}`)}}}}xe(`[${t.name}] Found ${r.size} connectivity groups:`,Array.from(r.entries()).map(([s,o])=>({key:s,pins:o})));for(let[s,o]of r)if(o.length>=2){let a=e.source_trace.list().filter(u=>u.subcircuit_connectivity_map_key===s),c=a.some(u=>u.connected_source_net_ids&&u.connected_source_net_ids.length>0),l=a.some(u=>u.connected_source_port_ids&&u.connected_source_port_ids.length>=2);if(xe(`[${t.name}] Connectivity ${s}: hasNetConnections=${c}, hasDirectConnections=${l}`),l){for(let u of a)if(u.connected_source_port_ids&&u.connected_source_port_ids.length>=2){let p=[];for(let d of u.connected_source_port_ids)for(let _ of o){let g=_.split(".").pop(),x=e.source_port.get(d);if(x&&String(x.pin_number||x.name)===String(g)){let v=_.split(".")[0],w=n.childNodes.find(P=>P.nodeType==="component"&&P.sourceComponent?P.sourceComponent.name===v:P.nodeType==="group"&&P.sourceGroup?`group_${n.childNodes.indexOf(P)}`===v:!1);w?.nodeType==="component"&&w.sourceComponent&&e.source_port.list({source_component_id:w.sourceComponent.source_component_id}).some(T=>T.source_port_id===d)&&p.push(_)}}for(let d=0;d<p.length;d++)for(let _=d+1;_<p.length;_++){let g=p[d],x=p[_];i.pinStrongConnMap[`${g}-${x}`]=!0,i.pinStrongConnMap[`${x}-${g}`]=!0,xe(`[${t.name}] Created strong connection: ${g} <-> ${x}`)}}}if(c){let u=e.source_net.getWhere({subcircuit_connectivity_map_key:s}),p=u?.is_ground??!1,d=u?.is_power??!1;i.netMap[s]={netId:s,isGround:p,isPositiveVoltageSource:d};for(let _ of o)i.netConnMap[`${_}-${s}`]=!0;xe(`[${t.name}] Created net ${s} with ${o.length} pins:`,o)}}return i}function NLt(n){let{db:e}=n.root,t=o_(e.toArray(),{source_group_id:n.source_group_id});if(xe(`[${n.name}] Starting matchpack layout with ${t.childNodes.length} children`),xe(`[${n.name}] Tree structure:`,JSON.stringify(t,null,2)),t.childNodes.length<=1){xe(`[${n.name}] Only ${t.childNodes.length} children, skipping layout`);return}xe("Converting circuit tree to InputProblem...");let i=ILt(t,e,n);xe.enabled&&n.root?.emit("debug:logOutput",{type:"debug:logOutput",name:`matchpack-input-problem-${n.name}`,content:JSON.stringify(i,null,2)});let r=new uQ(i);if(xe("Starting LayoutPipelineSolver..."),xe.enabled&&global?.debugGraphics){let c=r.visualize();global.debugGraphics.push({...c,title:`matchpack-initial-${n.name}`})}if(r.solve(),xe(`Solver completed in ${r.iterations} iterations`),xe(`Solved: ${r.solved}, Failed: ${r.failed}`),r.failed)throw xe(`Solver failed with error: ${r.error}`),new Error(`Matchpack layout solver failed: ${r.error}`);let s=r.getOutputLayout();if(xe("OutputLayout:",JSON.stringify(s,null,2)),xe("Solver completed successfully:",!r.failed),xe.enabled&&global?.debugGraphics){let c=r.visualize();global.debugGraphics.push({...c,title:`matchpack-final-${n.name}`})}let o=r.checkForOverlaps(s);if(o.length>0){xe(`Warning: Found ${o.length} overlapping components:`);for(let c of o)xe(` ${c.chip1} overlaps ${c.chip2} (area: ${c.overlapArea})`)}let a=n._getGlobalSchematicPositionBeforeLayout();xe(`Group offset: x=${a.x}, y=${a.y}`),xe(`Applying layout results for ${Object.keys(s.chipPlacements).length} chip placements`);for(let[c,l]of Object.entries(s.chipPlacements)){xe(`Processing placement for chip: ${c} at (${l.x}, ${l.y})`);let u=t.childNodes.find(d=>{if(d.nodeType==="component"&&d.sourceComponent){let _=d.sourceComponent.name===c;return xe(` Checking component ${d.sourceComponent.name}: matches=${_}`),_}if(d.nodeType==="group"&&d.sourceGroup){let _=d.sourceGroup.name,g=`group_${t.childNodes.indexOf(d)}`,x=g===c;return xe(` Checking group ${_} (expected chipId: ${g}): matches=${x}`),x}return!1});if(!u){xe(`Warning: No tree node found for chip: ${c}`),xe("Available tree nodes:",t.childNodes.map((d,_)=>({type:d.nodeType,name:d.nodeType==="component"?d.sourceComponent?.name:d.sourceGroup?.name,expectedChipId:d.nodeType==="group"?`group_${_}`:d.sourceComponent?.name})));continue}let p={x:l.x+a.x,y:l.y+a.y};if(u.nodeType==="component"&&u.sourceComponent){let d=e.schematic_component.getWhere({source_component_id:u.sourceComponent.source_component_id});if(d){xe(`Moving component ${c} to (${p.x}, ${p.y})`);let _=e.schematic_port.list({schematic_component_id:d.schematic_component_id}),g=e.schematic_text.list({schematic_component_id:d.schematic_component_id}),x={x:p.x-d.center.x,y:p.y-d.center.y};for(let v of _)v.center.x+=x.x,v.center.y+=x.y;for(let v of g)v.position.x+=x.x,v.position.y+=x.y;if(y9({db:e,schematicComponentId:d.schematic_component_id,deltaX:x.x,deltaY:x.y}),d.center=p,l.ccwRotationDegrees!==0){xe(`Component ${c} has rotation: ${l.ccwRotationDegrees}\xB0`);let v=l.ccwRotationDegrees*Math.PI/180,w=Math.cos(v),P=Math.sin(v);for(let T of _){let k=T.center.x-p.x,C=T.center.y-p.y,M=k*w-C*P,I=k*P+C*w;T.center.x=p.x+M,T.center.y=p.y+I;let E=T.facing_direction||"right";T.facing_direction=Let(E,l.ccwRotationDegrees),T.side_of_component=(T.facing_direction==="up"?"top":T.facing_direction==="down"?"bottom":T.facing_direction)||T.side_of_component}for(let T of g){let k=T.position.x-p.x,C=T.position.y-p.y,M=k*w-C*P,I=k*P+C*w;T.position.x=p.x+M,T.position.y=p.y+I}if(d.symbol_name){let T=d.symbol_name.match(/_(right|left|up|down)$/);T&&(d.symbol_name=d.symbol_name.replace(T[0],`_${Let(T[1],l.ccwRotationDegrees)}`))}}}}else if(u.nodeType==="group"&&u.sourceGroup){let d=e.schematic_group?.getWhere?.({source_group_id:u.sourceGroup.source_group_id});if(d){xe(`Moving group ${c} to (${p.x}, ${p.y}) from (${d.center?.x}, ${d.center?.y})`);let _=e.schematic_component.list({schematic_group_id:d.schematic_group_id});xe(`Group ${c} has ${_.length} components to move`);let g=d.center||{x:0,y:0},x={x:p.x-g.x,y:p.y-g.y};xe(`Position delta for group ${c}: (${x.x}, ${x.y})`);for(let v of _)if(v.center){let w={...v.center};v.center.x+=x.x,v.center.y+=x.y,xe(`Moved component ${v.source_component_id} from (${w.x}, ${w.y}) to (${v.center.x}, ${v.center.y})`);let P=e.schematic_port.list({schematic_component_id:v.schematic_component_id}),T=e.schematic_text.list({schematic_component_id:v.schematic_component_id});for(let k of P)k.center&&(k.center.x+=x.x,k.center.y+=x.y);for(let k of T)k.position&&(k.position.x+=x.x,k.position.y+=x.y)}d.center=p,xe(`Updated group ${c} center to (${p.x}, ${p.y})`)}}}xe("Matchpack layout completed successfully")}function ALt(n){if(!n.isSubcircuit)return;let{db:e}=n.root,t=n.selectAll("trace"),i=n.selectAll("via"),r=n.selectAll("net"),s=new Km({});s.addConnections(t.map(u=>{let p=e.source_trace.get(u.source_trace_id);return p?[p.source_trace_id,...p.connected_source_port_ids,...p.connected_source_net_ids]:null}).filter(u=>u!==null));let o=e.source_net.list().filter(u=>u.subcircuit_id===n.subcircuit_id);for(let u of o)s.addConnections([[u.source_net_id]]);let{name:a}=n._parsedProps;for(let u of t){if(!u.source_trace_id)continue;let p=s.getNetConnectedToId(u.source_trace_id);p&&(u.subcircuit_connectivity_map_key=`${a??`unnamedsubcircuit${n._renderId}`}_${p}`,e.source_trace.update(u.source_trace_id,{subcircuit_connectivity_map_key:u.subcircuit_connectivity_map_key}))}let c=new Set;for(let u of t){if(!u.source_trace_id)continue;let p=e.source_trace.get(u.source_trace_id);if(p)for(let d of p.connected_source_port_ids)c.add(d)}for(let u of c){let p=s.getNetConnectedToId(u);if(!p)continue;let d=`${a??`unnamedsubcircuit${n._renderId}`}_${p}`;e.source_port.update(u,{subcircuit_connectivity_map_key:d})}let l=new Set;for(let u of t){if(!u.source_trace_id)continue;let p=e.source_trace.get(u.source_trace_id);if(p)for(let d of p.connected_source_net_ids)l.add(d)}for(let u of o)l.add(u.source_net_id);for(let u of l){let p=s.getNetConnectedToId(u);if(!p)continue;let d=`${a??`unnamedsubcircuit${n._renderId}`}_${p}`;e.source_net.update(u,{subcircuit_connectivity_map_key:d});let _=r.find(g=>g.source_net_id===u);_&&(_.subcircuit_connectivity_map_key=d)}for(let u of i){let p=u._getConnectedNetOrTrace();p&&p.subcircuit_connectivity_map_key&&(u.subcircuit_connectivity_map_key=p.subcircuit_connectivity_map_key)}}function RLt(n){let{db:e}=n.root,t=n._parsedProps,i=n.children.filter(C=>{let M=C._parsedProps?.schX!==void 0||C._parsedProps?.schY!==void 0;return C.schematic_component_id&&!M});if(i.length===0)return;let r=0,s=0;for(let C of i){let M=e.schematic_component.get(C.schematic_component_id);M?.size&&(r=Math.max(r,M.size.width),s=Math.max(s,M.size.height))}r===0&&i.length>0&&(r=1),s===0&&i.length>0&&(s=1);let o=t.gridCols,a,c=t.gridGap,l=t.gridRowGap,u=t.gridColumnGap;t.schLayout?.grid&&(o=t.schLayout.grid.cols??o,a=t.schLayout.grid.rows,c=t.schLayout.gridGap??c,l=t.schLayout.gridRowGap??l,u=t.schLayout.gridColumnGap??u);let p,d;o!==void 0&&a!==void 0?(p=o,d=a):o!==void 0?(p=o,d=Math.ceil(i.length/p)):a!==void 0?(d=a,p=Math.ceil(i.length/d)):(p=Math.ceil(Math.sqrt(i.length)),d=Math.ceil(i.length/p)),p===0&&i.length>0&&(p=1),d===0&&i.length>0&&(d=i.length);let _,g,x=C=>{if(C!==void 0)return typeof C=="number"?C:D.parse(C)};if(l!==void 0||u!==void 0){let C=typeof c=="object"&&c!==null?c.x:c,M=typeof c=="object"&&c!==null?c.y:c;_=x(u??C)??1,g=x(l??M)??1}else if(typeof c=="number")_=c,g=c;else if(typeof c=="string"){let C=D.parse(c);_=C,g=C}else if(typeof c=="object"&&c!==null){let C=c.x,M=c.y;_=typeof C=="number"?C:D.parse(C??"0mm"),g=typeof M=="number"?M:D.parse(M??"0mm")}else _=1,g=1;let v=p*r+Math.max(0,p-1)*_,w=d*s+Math.max(0,d-1)*g,P=n._getGlobalSchematicPositionBeforeLayout(),T=P.x-v/2+r/2,k=P.y+w/2-s/2;for(let C=0;C<i.length;C++){let M=i[C];if(!M.schematic_component_id)continue;let I=Math.floor(C/p),E=C%p;if(I>=d||E>=p){console.warn(`Schematic grid layout: Child ${M.getString()} at index ${C} (row ${I}, col ${E}) exceeds specified grid dimensions (${d}x${p}). Skipping placement.`);continue}let A=T+E*(r+_),R=k-I*(s+g),B=e.schematic_component.get(M.schematic_component_id);if(B){let j=B.center,U={x:A,y:R};e.schematic_component.update(M.schematic_component_id,{center:U});let V=U.x-j.x,H=U.y-j.y,et=e.schematic_port.list({schematic_component_id:M.schematic_component_id});for(let mt of et)e.schematic_port.update(mt.schematic_port_id,{center:{x:mt.center.x+V,y:mt.center.y+H}});let tt=e.schematic_text.list({schematic_component_id:M.schematic_component_id});for(let mt of tt)e.schematic_text.update(mt.schematic_text_id,{position:{x:mt.position.x+V,y:mt.position.y+H}});y9({db:e,schematicComponentId:M.schematic_component_id,deltaX:V,deltaY:H})}}n.schematic_group_id&&e.schematic_group.update(n.schematic_group_id,{width:v,height:w,center:P})}var Fet=(n,e)=>{let{sourceComponent:t,sourceGroup:i}=e;if(e.nodeType==="component"){let r=n.schematic_component.getWhere({source_component_id:t?.source_component_id});return r?.size?{width:r.size.width,height:r.size.height}:null}if(e.nodeType==="group"){let r=n.schematic_group.getWhere({source_group_id:i?.source_group_id});if(r?.width&&r?.height)return{width:r.width,height:r.height};let s=n.schematic_component.list({schematic_group_id:r?.schematic_group_id}),o=1/0,a=-1/0,c=1/0,l=-1/0;for(let d of s)if(d.center&&d.size){let _=d.size.width/2,g=d.size.height/2;o=Math.min(o,d.center.x-_),a=Math.max(a,d.center.x+_),c=Math.min(c,d.center.y-g),l=Math.max(l,d.center.y+g)}let u=a-o,p=l-c;return{width:u,height:p}}return null},OLt=n=>{let{db:e}=n.root,t=n._parsedProps,i=o_(e.toArray(),{source_group_id:n.source_group_id}),r=t.schJustifyContent??t.justifyContent,s=t.schAlignItems??t.alignItems,o=t.schFlexGap??t.schGap??t.gap,a=t.schFlexDirection??"row",c={start:"flex-start",end:"flex-end","flex-start":"flex-start","flex-end":"flex-end",stretch:"space-between","space-between":"space-between","space-around":"space-around","space-evenly":"space-evenly",center:"center"}[r??"space-between"],l={start:"flex-start",end:"flex-end","flex-start":"flex-start","flex-end":"flex-end",stretch:"stretch",center:"center"}[s??"center"];if(!c)throw new Error(`Invalid justifyContent value: "${r}"`);if(!l)throw new Error(`Invalid alignItems value: "${s}"`);let u=0,p=0;typeof o=="object"?(u=o.y??0,p=o.x??0):typeof o=="number"?(u=o,p=o):typeof o=="string"&&(u=D.parse(o),p=D.parse(o));let d,_=t.width??t.schWidth??void 0,g=t.height??t.schHeight??void 0;(_===void 0||g===void 0)&&(d=MS(i.childNodes.map(k=>Fet(e,k)).filter(k=>k!==null),{alignItems:l,justifyContent:c,direction:a,rowGap:u,columnGap:p}),_=d.width,g=d.height);let v=new Iw(_,g,{alignItems:l,justifyContent:c,direction:a,rowGap:u,columnGap:p});for(let k of i.childNodes){let C=Fet(e,k);v.addChild({metadata:k,width:C?.width??0,height:C?.height??0,flexBasis:C?a==="row"?C.width:C.height:void 0})}v.build();let w={minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0,width:0,height:0};for(let k of v.children)w.minX=Math.min(w.minX,k.position.x),w.minY=Math.min(w.minY,k.position.y),w.maxX=Math.max(w.maxX,k.position.x+k.size.width),w.maxY=Math.max(w.maxY,k.position.y+k.size.height);w.width=w.maxX-w.minX,w.height=w.maxY-w.minY;let P={x:-(w.maxX+w.minX)/2,y:-(w.maxY+w.minY)/2},T=e.toArray();for(let k of v.children){let{sourceComponent:C,sourceGroup:M}=k.metadata;if(C){let I=e.schematic_component.getWhere({source_component_id:C.source_component_id});if(!I)continue;dq(T,I.schematic_component_id,{x:k.position.x+k.size.width/2+P.x,y:k.position.y+k.size.height/2+P.y})}if(M){if(!e.schematic_group.getWhere({source_group_id:M.source_group_id}))continue;mq(T,M.source_group_id,{x:k.position.x+k.size.width/2+P.x,y:k.position.y+k.size.height/2+P.y})}}n.schematic_group_id&&e.schematic_group.update(n.schematic_group_id,{width:w.width,height:w.height})},qA=1;function LLt(n){let{db:e}=n.root,t=n._parsedProps,i=FLt(n);if(i.length===0)return;let r=zLt({db:e,pcbChildren:i}),s=$Lt(t),o=DLt({props:t,pcbChildren:i,childDimensions:r,gridConfig:s}),a=YLt({pcbChildren:i,childDimensions:r,gridLayout:o,gridConfig:s}),{itemCoordinates:c}=a.layout();XLt({db:e,group:n,pcbChildren:i,itemCoordinates:c,gridLayout:o}),ULt({db:e,group:n,props:t,gridLayout:o})}function FLt(n){return n.children.filter(e=>e.pcb_component_id||e.pcb_group_id)}function zLt(n){let{db:e,pcbChildren:t}=n,i=0,r=0;for(let s of t){let o=0,a=0;if(s.pcb_group_id){let c=e.pcb_group.get(s.pcb_group_id);o=c?.width??0,a=c?.height??0}else if(s.pcb_component_id){let c=e.pcb_component.get(s.pcb_component_id);o=c?.width??0,a=c?.height??0}i=Math.max(i,o),r=Math.max(r,a)}return{width:i,height:r}}function $Lt(n){let e=n.pcbGridCols??n.gridCols??n.pcbLayout?.grid?.cols,t=n.pcbGridRows??n.pcbLayout?.grid?.rows,i=n.pcbGridTemplateColumns,r=n.pcbGridTemplateRows,s=p=>p===void 0?qA:typeof p=="number"?p:D.parse(p),o=n.pcbGridGap??n.gridGap??n.pcbLayout?.gridGap,a=n.pcbGridRowGap??n.gridRowGap??n.pcbLayout?.gridRowGap,c=n.pcbGridColumnGap??n.gridColumnGap??n.pcbLayout?.gridColumnGap,l=qA,u=qA;if(a!==void 0||c!==void 0){let p=typeof o=="object"?o?.x:o,d=typeof o=="object"?o?.y:o;l=s(c??p),u=s(a??d)}else if(typeof o=="object"&&o!==null)l=s(o.x),u=s(o.y);else{let p=s(o);l=p,u=p}return{cols:e,rows:t,gapX:l,gapY:u,templateColumns:i,templateRows:r}}function DLt(n){let{props:e,pcbChildren:t,childDimensions:i,gridConfig:r}=n;return e.pcbGridTemplateColumns||e.pcbGridTemplateRows?jLt({props:e,gridConfig:r,pcbChildren:t,childDimensions:i}):BLt({gridConfig:r,pcbChildren:t,childDimensions:i})}function jLt(n){let{props:e,gridConfig:t,pcbChildren:i,childDimensions:r}=n,s=e.pcbGridTemplateColumns??"",o=e.pcbGridTemplateRows??"",a=d=>{let _=d.match(/repeat\((\d+),/);return _?parseInt(_[1]):Math.ceil(Math.sqrt(i.length))},c=e.pcbGridTemplateColumns?a(s):Math.ceil(Math.sqrt(i.length)),l=e.pcbGridTemplateRows?a(o):Math.ceil(i.length/c),u=c*r.width+Math.max(0,c-1)*t.gapX,p=l*r.height+Math.max(0,l-1)*t.gapY;return{gridTemplateColumns:s,gridTemplateRows:o,containerWidth:u,containerHeight:p}}function BLt(n){let{gridConfig:e,pcbChildren:t,childDimensions:i}=n,r,s;e.cols!==void 0&&e.rows!==void 0?(r=e.cols,s=e.rows):e.cols!==void 0?(r=e.cols,s=Math.ceil(t.length/r)):e.rows!==void 0?(s=e.rows,r=Math.ceil(t.length/s)):(r=Math.ceil(Math.sqrt(t.length)),s=Math.ceil(t.length/r)),r=Math.max(1,r),s=Math.max(1,s);let o=r*i.width+Math.max(0,r-1)*e.gapX,a=s*i.height+Math.max(0,s-1)*e.gapY,c=`repeat(${r}, ${i.width}px)`,l=`repeat(${s}, ${i.height}px)`;return{gridTemplateColumns:c,gridTemplateRows:l,containerWidth:o,containerHeight:a}}function YLt(n){let{pcbChildren:e,childDimensions:t,gridLayout:i,gridConfig:r}=n,s=e.map((o,a)=>({key:o.getString()||`child-${a}`,contentWidth:t.width,contentHeight:t.height}));return new xQ({containerWidth:i.containerWidth,containerHeight:i.containerHeight,gridTemplateColumns:i.gridTemplateColumns,gridTemplateRows:i.gridTemplateRows,gap:[r.gapY,r.gapX],children:s})}function XLt(n){let{db:e,group:t,pcbChildren:i,itemCoordinates:r,gridLayout:s}=n,o=t._getGlobalPcbPositionBeforeLayout(),a=e.toArray();for(let c=0;c<i.length;c++){let l=i[c],u=l.getString()||`child-${c}`,p=r[u];if(!p){console.warn(`PCB grid layout: No coordinates found for child ${u}`);continue}let d=o.x-s.containerWidth/2+p.x+p.width/2,_=o.y+s.containerHeight/2-p.y-p.height/2;if(l.pcb_component_id)kS(a,l.pcb_component_id,{x:d,y:_});else{let g=l;g.pcb_group_id&&g.source_group_id&&TS(a,g.source_group_id,{x:d,y:_})}}}function ULt(n){let{db:e,group:t,props:i,gridLayout:r}=n;if(t.pcb_group_id){let s=t._getGlobalPcbPositionBeforeLayout();e.pcb_group.update(t.pcb_group_id,{width:i.width??r.containerWidth,height:i.height??r.containerHeight,center:s})}}function VLt(n){let e={serverUrl:"https://registry-api.tscircuit.com",serverMode:"job",serverCacheEnabled:!0};if(typeof n=="object"&&!n.preset)return{local:!(n.serverUrl||n.serverMode||n.serverCacheEnabled),...e,...n};let t=typeof n=="object"?n.preset:n,i=typeof n=="object"?n:{};switch(typeof t=="string"?t.replace(/_/g,"-"):t){case"auto-local":return{local:!0,groupMode:"subcircuit"};case"sequential-trace":return{local:!0,groupMode:"sequential-trace"};case"subcircuit":return{local:!0,groupMode:"subcircuit"};case"auto-cloud":{let{preset:s,local:o,groupMode:a,...c}=i;return{local:!1,groupMode:"subcircuit",...e,...c}}case"laser-prefab":{let{preset:s,local:o,groupMode:a,...c}=i;return{local:!0,groupMode:"subcircuit",preset:"laser_prefab",...c}}default:return{local:!0,groupMode:"subcircuit"}}}var GLt=(n,e)=>{let t=n.children.filter(p=>p.componentName==="Constraint"&&p._parsedProps.pcb),i=new Map,r={},s=p=>(r[p]!==p&&(r[p]=s(r[p])),r[p]),o=(p,d)=>{let _=s(p),g=s(d);_!==g&&(r[g]=_)},a=p=>{p in r||(r[p]=p)},c=p=>{let d=p.startsWith(".")?p.slice(1):p;return n.children.find(g=>g.name===d)?.pcb_component_id??void 0};for(let p of t){let d=p._parsedProps;if("left"in d&&"right"in d){let _=c(d.left),g=c(d.right);_&&g&&(a(_),a(g),o(_,g))}else if("top"in d&&"bottom"in d){let _=c(d.top),g=c(d.bottom);_&&g&&(a(_),a(g),o(_,g))}else if("for"in d&&Array.isArray(d.for)){let _=d.for.map(g=>c(g)).filter(g=>!!g);for(let g of _)a(g);for(let g=1;g<_.length;g++)o(_[0],_[g])}}for(let p of Object.keys(r)){let d=s(p);i.has(d)||i.set(d,{componentIds:[],constraints:[]}),i.get(d).componentIds.push(p)}for(let p of t){let d=p._parsedProps,_;if("left"in d?_=c(d.left):"top"in d?_=c(d.top):"for"in d&&(_=c(d.for[0])),!_)continue;let g=s(_);i.get(g)?.constraints.push(p)}let l={},u=Object.fromEntries(e.components.map(p=>[p.componentId,p]));for(let[p,d]of i.entries()){if(d.componentIds.length<=1)continue;let _=new n_,g={},x=(A,R)=>{let B=`${A}_${R}`;return g[B]||(g[B]=new Ia(B)),g[B]},v=d.componentIds[0];_.addConstraint(new Pi(x(v,"x"),si.Eq,0,Rn.required)),_.addConstraint(new Pi(x(v,"y"),si.Eq,0,Rn.required));for(let A of d.constraints){let R=A._parsedProps;if("xDist"in R){let B=c(R.left),j=c(R.right);B&&j&&_.addConstraint(new Pi(new $n(x(j,"x"),[-1,x(B,"x")]),si.Eq,R.xDist,Rn.required))}else if("yDist"in R){let B=c(R.top),j=c(R.bottom);B&&j&&_.addConstraint(new Pi(new $n(x(B,"y"),[-1,x(j,"y")]),si.Eq,R.yDist,Rn.required))}else if("sameX"in R&&Array.isArray(R.for)){let B=R.for.map(j=>c(j)).filter(j=>!!j);if(B.length>1){let j=x(B[0],"x");for(let U=1;U<B.length;U++)_.addConstraint(new Pi(new $n(x(B[U],"x"),[-1,j]),si.Eq,0,Rn.required))}}else if("sameY"in R&&Array.isArray(R.for)){let B=R.for.map(j=>c(j)).filter(j=>!!j);if(B.length>1){let j=x(B[0],"y");for(let U=1;U<B.length;U++)_.addConstraint(new Pi(new $n(x(B[U],"y"),[-1,j]),si.Eq,0,Rn.required))}}}_.updateVariables();let w={};for(let A of d.componentIds)w[A]={x:x(A,"x").value(),y:x(A,"y").value()};let P=1/0,T=1/0,k=-1/0,C=-1/0;for(let A of d.componentIds){let R=u[A],B=w[A];if(R)for(let j of R.pads){let U=B.x+j.offset.x,V=B.y+j.offset.y;P=Math.min(P,U-j.size.x/2),k=Math.max(k,U+j.size.x/2),T=Math.min(T,V-j.size.y/2),C=Math.max(C,V+j.size.y/2)}}let M={x:(P+k)/2,y:(T+C)/2},I=[],E={};for(let A of d.componentIds){let R=u[A],B=w[A];if(R){E[A]={x:B.x-M.x,y:B.y-M.y};for(let j of R.pads)I.push({padId:j.padId,networkId:j.networkId,type:j.type,size:j.size,offset:{x:B.x+j.offset.x-M.x,y:B.y+j.offset.y-M.y}})}}e.components=e.components.filter(A=>!d.componentIds.includes(A.componentId)),e.components.push({componentId:d.componentIds[0],pads:I,availableRotationDegrees:[0]}),d.relativeCenters=E,l[d.componentIds[0]]=d}return l},zet=({db:n,pcbComponentId:e,rotationDegrees:t,layer:i})=>{if(t==null||!n?.cad_component?.list)return;let r=n.cad_component.getWhere({pcb_component_id:e});if(!r)return;let s=i?.toLowerCase?.()==="bottom"?-t:t,o=r.rotation?.z??0,a={...r.rotation??{x:0,y:0,z:0},z:ad(o+s)};n.cad_component.update(r.cad_component_id,{rotation:a}),r.rotation=a},z1=(n,e,t)=>{if(e===t)return!0;let i=n.source_group.get(e);return!i||!i.parent_source_group_id?!1:z1(n,i.parent_source_group_id,t)},HLt=(n,e,t)=>{let{db:i}=n.root;for(let r of e.components){let{center:s,componentId:o,ccwRotationOffset:a,ccwRotationDegrees:c}=r,l=t[o];if(l){let v=c??a??0,w=v*Math.PI/180;for(let P of l.componentIds){let T=l.relativeCenters[P];if(!T)continue;let k={x:T.x*Math.cos(w)-T.y*Math.sin(w),y:T.x*Math.sin(w)+T.y*Math.cos(w)},C=i.pcb_component.get(P);if(!C)continue;let M=C.center,I=mi(n._computePcbGlobalTransformBeforeLayout(),An(s.x+k.x,s.y+k.y),$c(w),An(-M.x,-M.y)),E=i.toArray().filter(A=>"pcb_component_id"in A&&A.pcb_component_id===P);r_(E,I),zet({db:i,pcbComponentId:P,rotationDegrees:v,layer:C.layer})}continue}let u=i.pcb_component.get(o);if(u){let v=n.source_group_id,P=i.source_component.get(u.source_component_id)?.source_group_id;if(P!==void 0&&!z1(i,P,v))continue;let T=u.center,k=c??a??0,C=mi(n._computePcbGlobalTransformBeforeLayout(),An(s.x,s.y),$c(k*Math.PI/180),An(-T.x,-T.y)),M=i.toArray().filter(I=>"pcb_component_id"in I&&I.pcb_component_id===o);r_(M,C),zet({db:i,pcbComponentId:o,rotationDegrees:k,layer:u.layer});continue}let p=i.pcb_group.list().find(v=>v.source_group_id===o);if(!p)continue;let d=p.center,_=c??a??0,g=mi(n._computePcbGlobalTransformBeforeLayout(),An(s.x,s.y),$c(_*Math.PI/180),An(-d.x,-d.y)),x=i.toArray().filter(v=>{if("source_group_id"in v&&v.source_group_id&&(v.source_group_id===o||z1(i,v.source_group_id,o)))return!0;if("source_component_id"in v&&v.source_component_id){let w=i.source_component.get(v.source_component_id);if(w?.source_group_id&&(w.source_group_id===o||z1(i,w.source_group_id,o)))return!0}if("pcb_component_id"in v&&v.pcb_component_id){let w=i.pcb_component.get(v.pcb_component_id);if(w?.source_component_id){let P=i.source_component.get(w.source_component_id);if(P?.source_group_id&&(P.source_group_id===o||z1(i,P.source_group_id,o)))return!0}}return!1});r_(x,g),i.pcb_group.update(p.pcb_group_id,{center:s})}};function WLt(n){switch(n.shape){case"rect":case"rotated_rect":case"pill":case"rotated_pill":return{width:n.width,height:n.height};case"circle":return{width:n.radius*2,height:n.radius*2};case"polygon":if(!n.points||n.points.length===0)return null;let e=n.points.map(a=>a.x),t=n.points.map(a=>a.y),i=Math.min(...e),r=Math.max(...e),s=Math.min(...t),o=Math.max(...t);return{width:r-i,height:o-s};default:return null}}function qLt(n){switch(n.shape){case"circular_hole_with_rect_pad":case"pill_hole_with_rect_pad":case"rotated_pill_hole_with_rect_pad":return{width:n.rect_pad_width,height:n.rect_pad_height};case"circle":return{width:n.outer_diameter,height:n.outer_diameter};case"oval":return{width:n.outer_width,height:n.outer_height};case"pill":return{width:n.outer_width,height:n.outer_height};case"hole_with_polygon_pad":if(!("pad_outline"in n)||!n.pad_outline||n.pad_outline.length===0)return null;let e=n.pad_outline.map(a=>a.x),t=n.pad_outline.map(a=>a.y),i=Math.min(...e),r=Math.max(...e),s=Math.min(...t),o=Math.max(...t);return{width:r-i,height:o-s};default:return null}}var ZLt="1mm",$et=(0,vnt.default)("Group_doInitialPcbLayoutPack"),KLt=n=>{let{db:e}=n.root,{_parsedProps:t}=n,{packOrderStrategy:i,packPlacementStrategy:r,gap:s,pcbGap:o,pcbPackGap:a}=t,c=a??o??s,l=D.parse(c??ZLt),u={},p=new Set,d=k=>{if(k?.pcb_component_id&&k?._parsedProps){let C=k._parsedProps,M=D.parse(C.pcbMarginLeft??C.pcbMarginX??0),I=D.parse(C.pcbMarginRight??C.pcbMarginX??0),E=D.parse(C.pcbMarginTop??C.pcbMarginY??0),A=D.parse(C.pcbMarginBottom??C.pcbMarginY??0);(M||I||E||A)&&(u[k.pcb_component_id]={left:M,right:I,top:E,bottom:A})}k?.children&&k.children.forEach(d)};d(n);let _=new Set;for(let k of n.children){let C=k;C._isNormalComponent&&C.isRelativelyPositioned?.()&&(C.pcb_component_id&&p.add(C.pcb_component_id),C.pcb_group_id&&_.add(C.pcb_group_id))}let g=e.toArray().filter(k=>k.type==="pcb_component"?!p.has(k.pcb_component_id):k.type==="pcb_group"?!_.has(k.pcb_group_id):!0),x=[];for(let k of p){let C=e.toArray().find(R=>R.type==="pcb_component"&&R.pcb_component_id===k);if(!C)continue;let M=C.center.x,I=C.center.y,E=e.toArray().filter(R=>R.type==="pcb_smtpad"&&R.pcb_component_id===k);for(let R of E){let B=WLt(R);if(!B||B.width===0||B.height===0)continue;let j,U;if(R.shape==="polygon"){let V=R.points.map(et=>et.x),H=R.points.map(et=>et.y);j=M+(Math.min(...V)+Math.max(...V))/2,U=I+(Math.min(...H)+Math.max(...H))/2}else j=M+R.x,U=I+R.y;x.push({obstacleId:R.pcb_smtpad_id,absoluteCenter:{x:j,y:U},width:B.width,height:B.height})}let A=e.toArray().filter(R=>R.type==="pcb_plated_hole"&&R.pcb_component_id===k);for(let R of A){let B=qLt(R);if(!B||B.width===0||B.height===0)continue;let j=M+R.x,U=I+R.y;x.push({obstacleId:R.pcb_plated_hole_id,absoluteCenter:{x:j,y:U},width:B.width,height:B.height})}}let v;if(t.width!==void 0&&t.height!==void 0){let k=D.parse(t.width),C=D.parse(t.height);v={minX:-k/2,maxX:k/2,minY:-C/2,maxY:C/2}}let w={...cQ(aQ(g,{source_group_id:n.source_group_id,shouldAddInnerObstacles:!0,chipMarginsMap:u})),orderStrategy:i??"largest_to_smallest",placementStrategy:r??"minimum_sum_squared_distance_to_network",minGap:l,obstacles:x,bounds:v},P=GLt(n,w);$et.enabled&&(n.root?.emit("debug:logOutput",{type:"debug:logOutput",name:`packInput-circuitjson-${n.name}`,content:JSON.stringify(e.toArray())}),n.root?.emit("debug:logOutput",{type:"debug:logOutput",name:`packInput-${n.name}`,content:w}));let T=Mw(w);if($et.enabled&&global?.debugGraphics){let k=rA(T);k.title=`packOutput-${n.name}`,global.debugGraphics?.push(k)}HLt(n,T,P)},JLt=n=>{let{db:e}=n.root,{_parsedProps:t}=n,i=n.children.filter(C=>C.pcb_component_id||C.pcb_group_id);if(i.some(C=>{let M=C._parsedProps;return M?.pcbX!==void 0||M?.pcbY!==void 0}))return;let s=t.pcbJustifyContent??t.justifyContent,o=t.pcbAlignItems??t.alignItems,a=t.pcbFlexGap??t.pcbGap??t.gap,c=t.pcbFlexDirection??"row",l={start:"flex-start",end:"flex-end","flex-start":"flex-start","flex-end":"flex-end",stretch:"space-between","space-between":"space-between","space-around":"space-around","space-evenly":"space-evenly",center:"center"}[s??"space-between"],u={start:"flex-start",end:"flex-end","flex-start":"flex-start","flex-end":"flex-end",stretch:"stretch",center:"center"}[o??"center"];if(!l)throw new Error(`Invalid justifyContent value: "${s}"`);if(!u)throw new Error(`Invalid alignItems value: "${o}"`);let p=0,d=0;typeof a=="object"?(p=a.y??0,d=a.x??0):typeof a=="number"?(p=a,d=a):typeof a=="string"&&(p=D.parse(a),d=D.parse(a));let _,g=t.width??t.pcbWidth??void 0,x=t.height??t.pcbHeight??void 0;(g===void 0||x===void 0)&&(_=MS(i.map(C=>C._getMinimumFlexContainerSize()).filter(C=>C!==null),{alignItems:u,justifyContent:l,direction:c,rowGap:p,columnGap:d}),g=_.width,x=_.height);let w=new Iw(g,x,{alignItems:u,justifyContent:l,direction:c,rowGap:p,columnGap:d});for(let C of i){let M=C._getMinimumFlexContainerSize();w.addChild({metadata:C,width:M?.width??0,height:M?.height??0,flexBasis:M?c==="row"?M.width:M.height:void 0})}w.build();let P={minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0,width:0,height:0};for(let C of w.children)P.minX=Math.min(P.minX,C.position.x),P.minY=Math.min(P.minY,C.position.y),P.maxX=Math.max(P.maxX,C.position.x+C.size.width),P.maxY=Math.max(P.maxY,C.position.y+C.size.height);P.width=P.maxX-P.minX,P.height=P.maxY-P.minY;let T=n._getGlobalPcbPositionBeforeLayout(),k={x:T.x-(P.maxX+P.minX)/2,y:T.y-(P.maxY+P.minY)/2};for(let C of w.children)C.metadata._repositionOnPcb({x:C.position.x+C.size.width/2+k.x,y:C.position.y+C.size.height/2+k.y});e.pcb_group.update(n.pcb_group_id,{width:P.width,height:P.height,center:T})};function QLt(n){let{db:e}=n.root,t=new Map,i=new Map,r=new Set,o=n.selectAll("trace").filter(R=>R._parsedProps?.schDisplayLabel),a=n.selectAll("group"),c=[n.schematic_group_id,...a.map(R=>R.schematic_group_id)],l=e.schematic_component.list().filter(R=>c.includes(R.schematic_group_id)),u=[],p=new Map,d=new Map;for(let R of l){let B=R.schematic_component_id,j=[],U=e.source_component.getWhere({source_component_id:R.source_component_id}),V=e.schematic_port.list({schematic_component_id:R.schematic_component_id});for(let H of V){let et=`${U?.name??R.schematic_component_id}.${H.pin_number}`;p.set(et,H.schematic_port_id),d.set(H.schematic_port_id,et)}for(let H of V){let et=d.get(H.schematic_port_id);j.push({pinId:et,x:H.center.x,y:H.center.y})}u.push({chipId:B,center:R.center,width:R.size.width,height:R.size.height,pins:j})}let _=new Set,g=new Map,x=new Map,v=new Map;for(let R of l){let B=e.schematic_port.list({schematic_component_id:R.schematic_component_id});for(let j of B)_.add(j.schematic_port_id),j.source_port_id&&(g.set(j.schematic_port_id,j.source_port_id),x.set(j.source_port_id,j.schematic_port_id))}let w=new Set;n.subcircuit_id&&w.add(n.subcircuit_id);for(let R of a)R.subcircuit_id&&w.add(R.subcircuit_id);let T=e.source_trace.list().filter(R=>{if(R.subcircuit_id===n.subcircuit_id)return!0;for(let B of R.connected_source_port_ids)if(x.has(B))return!0;return!1}).flatMap(R=>R.connected_source_net_ids);for(let R of T){let B=e.source_net.get(R);B?.subcircuit_id&&w.add(B.subcircuit_id)}let k=[],C=new Map;for(let R of e.source_trace.list()){if(R.subcircuit_id&&!w.has(R.subcircuit_id))continue;let B=(R.connected_source_port_ids??[]).map(j=>x.get(j)).filter(j=>!!j&&_.has(j));if(B.length>=2){let[j,U]=B.slice(0,2),V=[j,U].sort().join("::");if(!C.has(V)){C.set(V,R.source_trace_id);let H=R.display_name??R.source_trace_id;R.subcircuit_connectivity_map_key&&(r.add(R.subcircuit_connectivity_map_key),v.set(H,R.subcircuit_connectivity_map_key),i.set(R.subcircuit_connectivity_map_key,H)),k.push({pinIds:[j,U].map(et=>d.get(et)),netId:H})}}}let M=[];for(let R of e.source_net.list().filter(B=>!B.subcircuit_id||w.has(B.subcircuit_id)))R.subcircuit_connectivity_map_key&&(r.add(R.subcircuit_connectivity_map_key),t.set(R.subcircuit_connectivity_map_key,R));let I=new Map;for(let[R,B]of g){let j=e.source_port.get(B);if(!j?.subcircuit_connectivity_map_key)continue;let U=j.subcircuit_connectivity_map_key;r.add(U),I.has(U)||I.set(U,[]),I.get(U).push(R)}for(let[R,B]of I){let j=t.get(R);if(j&&B.length>=2){let U=String(j.name||j.source_net_id||R);v.set(U,R),i.set(R,U);let H=.1*(.18/.18),et=Number((String(U).length*H).toFixed(2));M.push({netId:U,pinIds:B.map(tt=>d.get(tt)),netLabelWidth:et})}}let E=(()=>{let R={},B=new Set(M.map(j=>j.netId));for(let j of e.source_net.list().filter(U=>!U.subcircuit_id||w.has(U.subcircuit_id)))j.name&&B.has(j.name)&&(j.is_ground||j.name.toLowerCase().startsWith("gnd")?R[j.name]=["y-"]:j.is_power||j.name.toLowerCase().startsWith("v")?R[j.name]=["y+"]:R[j.name]=["x-","x+"]);return R})();return{inputProblem:{chips:u,directConnections:k,netConnections:M,availableNetLabelOrientations:E,maxMspPairDistance:n._parsedProps.schMaxTraceDistance??2.4},pinIdToSchematicPortId:p,pairKeyToSourceTraceId:C,sckToSourceNet:t,sckToUserNetId:i,userNetIdToSck:v,allSourceAndSchematicPortIdsInScope:_,schPortIdToSourcePortId:g,displayLabelTraces:o,allScks:r}}var _r=1e-6;function Det(n){let e=Math.abs(n.to.x-n.from.x),t=Math.abs(n.to.y-n.from.y);return e>=t}function tP(n,e){return Math.hypot(e.x-n.x,e.y-n.y)}function jet(n,e,t){return{x:n.x+(e.x-n.x)*t,y:n.y+(e.y-n.y)*t}}function Bet(n,e,t){let i=tP(n,e);if(i<_r)return 0;let r=((t.x-n.x)*(e.x-n.x)+(t.y-n.y)*(e.y-n.y))/((e.x-n.x)*(e.x-n.x)+(e.y-n.y)*(e.y-n.y));return Math.max(0,Math.min(1,r))*i}function Gw(n,e,t,i){return n*i-e*t}function t7t(n,e,t,i){let r={x:e.x-n.x,y:e.y-n.y},s={x:i.x-t.x,y:i.y-t.y},o=Gw(r.x,r.y,s.x,s.y),a={x:t.x-n.x,y:t.y-n.y},c=Gw(a.x,a.y,r.x,r.y);if(Math.abs(o)<_r&&Math.abs(c)<_r||Math.abs(o)<_r&&Math.abs(c)>=_r)return null;let l=Gw(a.x,a.y,s.x,s.y)/o,u=Gw(a.x,a.y,r.x,r.y)/o;return l<-_r||l>1+_r||u<-_r||u>1+_r?null:{x:n.x+l*r.x,y:n.y+l*r.y}}function e7t(n,e=_r){if(n.length===0)return n;n.sort((r,s)=>r.start-s.start);let t=[],i={...n[0]};for(let r=1;r<n.length;r++){let s=n[r];s.start<=i.end+e?i.end=Math.max(i.end,s.end):(t.push(i),i={...s})}return t.push(i),t}function n7t(n,e,t){let i=tP(n.from,n.to);if(i<_r||e.length===0)return[n];let r=t/2,s=e.map(p=>({start:Math.max(0,p-r),end:Math.min(i,p+r)})).filter(p=>p.end-p.start>_r),o=e7t(s),a=[],c=0,l={x:n.to.x-n.from.x,y:n.to.y-n.from.y},u=(p,d,_)=>{if(d-p<=_r)return;let g=p/i,x=d/i;a.push({from:jet(n.from,n.to,g),to:jet(n.from,n.to,x),..._?{is_crossing:!0}:{}})};for(let p of o)p.start-c>_r&&u(c,p.start,!1),u(p.start,p.end,!0),c=p.end;return i-c>_r&&u(c,i,!1),a.length>0?a:[n]}function i7t(n,e={}){let t=e.crossSegmentLength??.075,i=e.tolerance??_r,r=new Map,s=c=>`${c.traceIdx}:${c.edgeIdx}`,o=c=>n[c.traceIdx].edges[c.edgeIdx];for(let c=0;c<n.length;c++){let l=n[c];for(let u=0;u<l.edges.length;u++){let p=l.edges[u];for(let d=c;d<n.length;d++){let _=n[d];for(let g=d===c?u+1:0;g<_.edges.length;g++){let x=_.edges[g],v=t7t(p.from,p.to,x.from,x.to);if(!v)continue;let w=tP(p.from,p.to),P=tP(x.from,x.to);if(w<i||P<i)continue;let T=Bet(p.from,p.to,v),k=Bet(x.from,x.to,v),C=T<=i||Math.abs(w-T)<=i||Number.isNaN(T),M=k<=i||Math.abs(P-k)<=i||Number.isNaN(k);if(!C&&!M){let I=Det(p),E=Det(x),A;if(I!==E)A=I;else{let j=Math.abs(p.to.x-p.from.x),U=Math.abs(p.to.y-p.from.y),V=Math.abs(x.to.x-x.from.x),H=Math.abs(x.to.y-x.from.y),et=j-U,tt=V-H;A=et===tt?!0:et>tt}let R=s({traceIdx:A?c:d,edgeIdx:A?u:g}),B=r.get(R)??[];B.push(A?T:k),r.set(R,B)}}}}}let a=n.map(c=>({source_trace_id:c.source_trace_id,edges:[]}));for(let c=0;c<n.length;c++){let l=n[c];for(let u=0;u<l.edges.length;u++){let p=s({traceIdx:c,edgeIdx:u}),d=r.get(p)??[];if(d.length===0){a[c].edges.push(l.edges[u]);continue}let _=Array.from(new Set(d.map(x=>Number(x.toFixed(6))))).sort((x,v)=>x-v),g=n7t(l.edges[u],_,t);a[c].edges.push(...g)}}return a}var Ho=1e-6;function eP(n,e,t=Ho){return Math.abs(n-e)<=t}function H_(n,e,t=Ho){return eP(n.x,e.x,t)&&eP(n.y,e.y,t)}function Yet(n,e,t,i=Ho){let r=Math.min(e.x,t.x)-i,s=Math.max(e.x,t.x)+i,o=Math.min(e.y,t.y)-i,a=Math.max(e.y,t.y)+i;return n.x<r||n.x>s||n.y<o||n.y>a?!1:Math.abs((t.x-e.x)*(n.y-e.y)-(t.y-e.y)*(n.x-e.x))<=i}function Xet(n,e=Ho){let t=new Map;for(let i of n){let r=`${i.x.toFixed(6)},${i.y.toFixed(6)}`;t.has(r)||t.set(r,i)}return Array.from(t.values())}function Uet(n){return{x:n.to.x-n.from.x,y:n.to.y-n.from.y}}function ZA(n,e,t=Ho){let i=Uet(n),r=Uet(e),s=Math.hypot(i.x,i.y),o=Math.hypot(r.x,r.y);if(s<t||o<t)return!0;let a=i.x*r.y-i.y*r.x;return Math.abs(a)<=t*s*o}function $1(n,e,t=Ho){return n.edges.filter(i=>H_(i.from,e,t)||H_(i.to,e,t))}function Vet(n,e,t=Ho){for(let i of n.edges){if(H_(i.from,e,t))return i.from;if(H_(i.to,e,t))return i.to}return null}function r7t(n,e,t=Ho){let i=H_(n.from,e,t)||eP(n.from.x,e.x,t)&&eP(n.from.y,e.y,t)?n.to:n.from,r=i.x-e.x,s=i.y-e.y;return Math.abs(r)<t&&Math.abs(s)<t?null:Math.abs(r)>=Math.abs(s)?r>=0?"right":"left":s>=0?"up":"down"}function B_(n,e,t=Ho){let i=$1(n,e,t);if(i.length<2)return null;let r=i.map(p=>r7t(p,e,t)),s=r.includes("up"),o=r.includes("down"),a=r.includes("left"),c=r.includes("right"),l=s?"up":o?"down":null,u=c?"right":a?"left":null;return l&&u?`${l}-${u}`:null}function s7t(n,e={}){let t=e.tolerance??Ho,i={};for(let s of n)i[s.source_trace_id]=[];let r=n.map(s=>{let o=[];for(let a of s.edges)o.push(a.from,a.to);return Xet(o,t)});for(let s=0;s<n.length;s++){let o=n[s],a=r[s];for(let c=s+1;c<n.length;c++){let l=n[c],u=r[c];for(let p of a)for(let d of u)if(H_(p,d,t)){let _=$1(o,p,t),g=$1(l,d,t),x=_.some(T=>g.some(k=>!ZA(T,k,t))),v=B_(o,p,t),w=B_(l,d,t);x&&!(v!==null&&w!==null&&v===w)&&(i[o.source_trace_id].push(p),o.source_trace_id!==l.source_trace_id&&i[l.source_trace_id].push(d))}for(let p of a)for(let d of l.edges)if(Yet(p,d.from,d.to,t)){let g=$1(o,p,t).some(T=>!ZA(T,d,t)),x=B_(o,p,t),v=Vet(l,p,t*1e3),w=v?B_(l,v,t):null;g&&!(x!==null&&w!==null&&x===w)&&(i[o.source_trace_id].push(p),o.source_trace_id!==l.source_trace_id&&i[l.source_trace_id].push(p))}for(let p of u)for(let d of o.edges)if(Yet(p,d.from,d.to,t)){let g=$1(l,p,t).some(T=>!ZA(d,T,t)),x=B_(l,p,t),v=Vet(o,p,t*1e3),w=v?B_(o,v,t):null;g&&!(w!==null&&x!==null&&w===x)&&(i[l.source_trace_id].push(p),o.source_trace_id!==l.source_trace_id&&i[o.source_trace_id].push(p))}}}for(let s of Object.keys(i))i[s]=Xet(i[s],t);return i}var KA=(0,wnt.default)("Group_doInitialSchematicTraceRender");function o7t(n){let{group:e,solver:t,pinIdToSchematicPortId:i,userNetIdToSck:r}=n,{db:s}=e.root,o=t.traceCleanupSolver?.getOutput().traces??t.traceLabelOverlapAvoidanceSolver?.getOutput().traces??t.schematicTraceLinesSolver?.solvedTracePaths,a=[];KA(`Traces inside SchematicTraceSolver output: ${(o??[]).length}`);for(let u of o??[]){let p=u?.tracePath;if(!Array.isArray(p)||p.length<2){KA(`Skipping trace ${u?.pinIds.join(",")} because it has less than 2 points`);continue}let d=[];for(let x=0;x<p.length-1;x++)d.push({from:{x:p[x].x,y:p[x].y},to:{x:p[x+1].x,y:p[x+1].y}});let _=null,g;if(Array.isArray(u?.pins)&&u.pins.length===2){let x=i.get(u.pins[0]?.pinId),v=i.get(u.pins[1]?.pinId);if(x&&v){for(let w of[x,v])s.schematic_port.get(w)&&s.schematic_port.update(w,{is_connected:!0});g=r.get(String(u.userNetId))}}_||(_=`solver_${u?.mspPairId}`,g=r.get(String(u.userNetId))),a.push({source_trace_id:_,edges:d,subcircuit_connectivity_map_key:g})}KA(`Applying ${a.length} traces from SchematicTraceSolver output`);let c=i7t(a.map(u=>({source_trace_id:u.source_trace_id,edges:u.edges}))),l=s7t(c);for(let u of c)s.schematic_trace.insert({source_trace_id:u.source_trace_id,edges:u.edges,junctions:l[u.source_trace_id]??[],subcircuit_connectivity_map_key:a.find(p=>p.source_trace_id===u.source_trace_id)?.subcircuit_connectivity_map_key})}var a7t=n=>{switch(n){case"x+":return"left";case"x-":return"right";case"y+":return"bottom";case"y-":return"top";case"left":return"right";case"top":return"bottom";case"right":return"left";case"bottom":return"top"}},c7t=n=>{for(let t of n){let i=t._getDirectlyConnectedTraces();for(let r of i){let s=r._parsedProps.schDisplayLabel;if(s)return{name:s,wasAssignedDisplayLabel:!0}}}return{name:n.map(t=>t._getNetLabelText()).join("/"),wasAssignedDisplayLabel:!1}},JA=(0,Pnt.default)("Group_doInitialSchematicTraceRender");function l7t(n){let{group:e,solver:t,sckToSourceNet:i,allScks:r,allSourceAndSchematicPortIdsInScope:s,schPortIdToSourcePortId:o,userNetIdToSck:a,pinIdToSchematicPortId:c,schematicPortIdsWithPreExistingNetLabels:l,schematicPortIdsWithRoutedTraces:u}=n,{db:p}=e.root,d=t.netLabelPlacementSolver?.netLabelPlacements??t.traceLabelOverlapAvoidanceSolver?.getOutput().netLabelPlacements??[],_=t.mspConnectionPairSolver.globalConnMap;for(let g of d){JA(`processing placement: ${g.netId}`);let x=_.getIdsConnectedToNet(g.globalConnNetId).find(R=>a.get(R)),v=a.get(x),w=g.anchorPoint,P=g.orientation,T=a7t(P),k=v?i.get(v):void 0,C=g.pinIds.map(R=>c.get(R));if(C.some(R=>l.has(R))){JA(`skipping net label placement for "${g.netId}" REASON:schematic port has pre-existing net label`);continue}if(k){let R=k.name,B=_l({anchor_position:w,anchor_side:T,text:R});p.schematic_net_label.insert({text:R,anchor_position:w,center:B,anchor_side:T,...k?.source_net_id?{source_net_id:k.source_net_id}:{}});continue}let M=e.selectAll("port").filter(R=>R._getSubcircuitConnectivityKey()===v),{name:I,wasAssignedDisplayLabel:E}=c7t(M);if(!E&&C.some(R=>u.has(R))){JA(`skipping net label placement for "${g.netId}" REASON:schematic port has routed traces and no display label`);continue}let A=_l({anchor_position:w,anchor_side:T,text:I});p.schematic_net_label.insert({text:I,anchor_position:w,center:A,anchor_side:T})}}var u7t=({allSourceAndSchematicPortIdsInScope:n,group:e,schPortIdToSourcePortId:t,sckToSourceNet:i,pinIdToSchematicPortId:r,schematicPortIdsWithPreExistingNetLabels:s})=>{let{db:o}=e.root;for(let a of Array.from(n)){let c=o.schematic_port.get(a);if(!c||c.is_connected)continue;let l=t.get(a);if(!l)continue;let p=o.source_port.get(l)?.subcircuit_connectivity_map_key;if(!p)continue;let d=i.get(p);if(!d||o.schematic_net_label.list().some(w=>Math.abs(w.anchor_position.x-c.center.x)<.1&&Math.abs(w.anchor_position.y-c.center.y)<.1?d.source_net_id&&w.source_net_id?w.source_net_id===d.source_net_id:w.text===(d.name||p):!1))continue;let g=d.name||d.source_net_id||p,x=Y1(c.facing_direction||"right")||"right",v=_l({anchor_position:c.center,anchor_side:x,text:g});o.schematic_net_label.insert({text:g,anchor_position:c.center,center:v,anchor_side:x,...d.source_net_id?{source_net_id:d.source_net_id}:{}})}},p7t=n=>{let e=new Set,t=n.selectAll("netlabel");for(let i of t){let r=i._getConnectedPorts();for(let s of r)s.schematic_port_id&&e.add(s.schematic_port_id)}return e},h7t=({solver:n,pinIdToSchematicPortId:e})=>{let t=n.schematicTraceLinesSolver.solvedTracePaths,i=new Set;for(let r of t)for(let s of r.pinIds){let o=e.get(s);o&&i.add(o)}return i},d7t=(0,Snt.default)("Group_doInitialSchematicTraceRender"),f7t=n=>{if(!n.root?._featureMspSchematicTraceRouting||!n.isSubcircuit||n.root?.schematicDisabled)return;let{inputProblem:e,pinIdToSchematicPortId:t,pairKeyToSourceTraceId:i,sckToSourceNet:r,allSourceAndSchematicPortIdsInScope:s,schPortIdToSourcePortId:o,displayLabelTraces:a,allScks:c,userNetIdToSck:l}=QLt(n),u=p7t(n);d7t.enabled&&n.root?.emit("debug:logOutput",{type:"debug:logOutput",name:"group-trace-render-input-problem",content:JSON.stringify(e,null,2)});let p=new zQ(e);p.solve();let d=h7t({solver:p,pinIdToSchematicPortId:t});o7t({group:n,solver:p,pinIdToSchematicPortId:t,userNetIdToSck:l}),l7t({group:n,solver:p,sckToSourceNet:r,allSourceAndSchematicPortIdsInScope:s,schPortIdToSourcePortId:o,pinIdToSchematicPortId:t,allScks:c,userNetIdToSck:l,schematicPortIdsWithPreExistingNetLabels:u,schematicPortIdsWithRoutedTraces:d}),u7t({group:n,allSourceAndSchematicPortIdsInScope:s,schPortIdToSourcePortId:o,sckToSourceNet:r,pinIdToSchematicPortId:t,schematicPortIdsWithPreExistingNetLabels:u})},m7t=()=>({async simulate(n){let e="spice-experiment-1",{circuit:t,tran:i}=BQ(n);return{simulationResultCircuitJson:YQ(i,t,e)}}}),Get=["rgb(132, 0, 0)","rgb(194, 194, 0)","rgb(194, 0, 194)","rgb(194, 0, 0)","rgb(0, 132, 132)","rgb(0, 132, 0)","rgb(0, 0, 132)","rgb(132, 132, 132)","rgb(132, 0, 132)","rgb(194, 194, 194)","rgb(132, 0, 132)","rgb(132, 0, 0)","rgb(132, 132, 0)","rgb(194, 194, 194)","rgb(0, 0, 132)","rgb(0, 132, 0)"],qw=new Map,Zw=0;function _7t(n){if(qw.has(n))return qw.get(n);let e=Get[Zw];return Zw=(Zw+1)%Get.length,qw.set(n,e),e}function y7t(){qw.clear(),Zw=0}var Ya=(0,knt.default)("tscircuit:core:Group_doInitialSimulationSpiceEngineRender");function g7t(n){if(!n.isSubcircuit)return;let{root:e}=n;if(!e)return;let t=n.selectAll("analogsimulation");if(t.length===0)return;let i=n.selectAll("voltageprobe");y7t();let r={...e.platform?.spiceEngineMap};r.spicey||(r.spicey=m7t());let s=e.db.toArray(),o,a;try{a=DQ(s),o=a.toSpiceString(),Ya(`Generated SPICE string:
250
250
  ${o}`)}catch(c){Ya(`Failed to convert circuit JSON to SPICE: ${c}`);return}for(let c of t){let l=c._parsedProps.spiceEngine??"spicey",u=r[l];if(!u)throw new Error(`SPICE engine "${l}" not found in platform config. Available engines: ${JSON.stringify(Object.keys(r).filter(d=>d!=="spicey"))}`);let p=`spice-simulation-${l}-${c.source_component_id}`;Ya(`Queueing simulation for spice engine: ${l} (id: ${p})`),n._queueAsyncEffect(p,async()=>{try{Ya(`Running simulation with engine: ${l}`);let d=await u.simulate(o);Ya(`Simulation completed, received ${d.simulationResultCircuitJson.length} elements`);let _=e.db.simulation_experiment.list()[0];if(!_){Ya("No simulation experiment found, skipping result insertion");return}for(let g of d.simulationResultCircuitJson){if(g.type==="simulation_transient_voltage_graph"){g.simulation_experiment_id=_.simulation_experiment_id;let v=i.find(w=>w.finalProbeName===g.name);v&&(g.color=v.color)}let x=g.type;x&&e.db[x]?(e.db[x].insert(g),Ya(`Inserted ${x} into database`)):(Ya(`Warning: Unknown element type ${x}, adding to raw db`),e.db._addElement(g))}n._markDirty("SimulationSpiceEngineRender")}catch(d){Ya(`Simulation failed for engine ${l}: ${d}`);let _=e.db.simulation_experiment.list()[0];e.db.simulation_unknown_experiment_error.insert({simulation_experiment_id:_?.simulation_experiment_id,error_type:"simulation_unknown_experiment_error",message:d instanceof Error?d.message:String(d)})}})}}function x7t(n){if(n.root?.pcbDisabled||!n.pcb_group_id)return;let e=n._parsedProps?.pcbPositionAnchor;if(!e)return;let t=n._getGlobalPcbPositionBeforeLayout(),{pcbX:i,pcbY:r}=n._parsedProps;if(i===void 0&&r===void 0)return;let{db:s}=n.root,o=s.pcb_group.get(n.pcb_group_id);if(!o)return;let a=o.width,c=o.height,{center:l}=o;if(o.outline&&o.outline.length>0){let x=Oo(o.outline);x&&(a=x.maxX-x.minX,c=x.maxY-x.minY)}if(!a||!c)return;let u={left:l.x-a/2,right:l.x+a/2,top:l.y+c/2,bottom:l.y-c/2},p={...l},d=null;if(new Set(["center","top_left","top_center","top_right","center_left","center_right","bottom_left","bottom_center","bottom_right"]).has(e))switch(e){case"center":d=p;break;case"top_left":d={x:u.left,y:u.top};break;case"top_center":d={x:p.x,y:u.top};break;case"top_right":d={x:u.right,y:u.top};break;case"center_left":d={x:u.left,y:p.y};break;case"center_right":d={x:u.right,y:p.y};break;case"bottom_left":d={x:u.left,y:u.bottom};break;case"bottom_center":d={x:p.x,y:u.bottom};break;case"bottom_right":d={x:u.right,y:u.bottom};break}if(!d)return;let g={...p};t.x!==void 0&&(g.x+=t.x-d.x),t.y!==void 0&&(g.y+=t.y-d.y),(Math.abs(g.x-p.x)>1e-6||Math.abs(g.y-p.y)>1e-6)&&(n._repositionOnPcb(g),s.pcb_group.update(n.pcb_group_id,{center:g})),s.pcb_group.update(n.pcb_group_id,{anchor_position:t,anchor_alignment:e})}var yl=class extends Gn{constructor(){super(...arguments);f(this,"pcb_group_id",null);f(this,"schematic_group_id",null);f(this,"subcircuit_id",null);f(this,"_hasStartedAsyncAutorouting",!1);f(this,"_asyncAutoroutingResult",null);f(this,"unnamedElementCounter",{})}get config(){return{zodProps:EH,componentName:"Group"}}doInitialSourceGroupRender(){let{db:e}=this.root,t=typeof this._parsedProps.name=="string"&&this._parsedProps.name.length>0,i=e.source_group.insert({name:this.name,is_subcircuit:this.isSubcircuit,was_automatically_named:!t});this.source_group_id=i.source_group_id,this.isSubcircuit&&(this.subcircuit_id=`subcircuit_${i.source_group_id}`,e.source_group.update(i.source_group_id,{subcircuit_id:this.subcircuit_id}))}doInitialSourceRender(){let{db:e}=this.root;for(let t of this.children)e.source_component.update(t.source_component_id,{source_group_id:this.source_group_id})}doInitialSourceParentAttachment(){let{db:e}=this.root,t=this.parent?.getGroup?.();if(t?.source_group_id&&e.source_group.update(this.source_group_id,{parent_source_group_id:t.source_group_id}),!this.isSubcircuit)return;let i=this.parent?.getSubcircuit?.()?.subcircuit_id;i&&e.source_group.update(this.source_group_id,{parent_subcircuit_id:i})}doInitialPcbComponentRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=t,r=i.outline&&i.outline.length>0,s=r?i.outline.map(a=>({x:Y.parse(a.x),y:Y.parse(a.y)})):void 0,o=e.pcb_group.insert({is_subcircuit:this.isSubcircuit,subcircuit_id:this.subcircuit_id??this.getSubcircuit()?.subcircuit_id,name:this.name,center:this._getGlobalPcbPositionBeforeLayout(),...r?{outline:s}:{width:0,height:0},pcb_component_ids:[],source_group_id:this.source_group_id,autorouter_configuration:t.autorouter?{trace_clearance:t.autorouter.traceClearance}:void 0});this.pcb_group_id=o.pcb_group_id;for(let a of this.children)e.pcb_component.update(a.pcb_component_id,{pcb_group_id:o.pcb_group_id})}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,t=this._parsedProps,i=t.outline&&t.outline.length>0;if(this.pcb_group_id){let r=this._parsedProps.pcbX!==void 0||this._parsedProps.pcbY!==void 0;if(i){let p=t.outline.map(v=>({x:Y.parse(v.x),y:Y.parse(v.y)})),d=Oo(p);if(!d)return;let _=(d.minX+d.maxX)/2,g=(d.minY+d.maxY)/2,x=r?e.pcb_group.get(this.pcb_group_id)?.center??{x:_,y:g}:{x:_,y:g};e.pcb_group.update(this.pcb_group_id,{center:x});return}let s=rP(this.children),o=s.width,a=s.height,c=(s.minX+s.maxX)/2,l=(s.minY+s.maxY)/2;if(this.isSubcircuit){let{padLeft:p,padRight:d,padTop:_,padBottom:g}=this._resolvePcbPadding();o+=p+d,a+=_+g,c+=(d-p)/2,l+=(_-g)/2}let u=r?e.pcb_group.get(this.pcb_group_id)?.center??{x:c,y:l}:{x:c,y:l};e.pcb_group.update(this.pcb_group_id,{width:Number(t.width??o),height:Number(t.height??a),center:u})}}getNextAvailableName(e){var t,i;return(t=this.unnamedElementCounter)[i=e.lowercaseComponentName]??(t[i]=1),`unnamed_${e.lowercaseComponentName}${this.unnamedElementCounter[e.lowercaseComponentName]++}`}_resolvePcbPadding(){let e=this._parsedProps,t=e.pcbLayout,i=p=>{let d=t?.[p],_=e[p];if(typeof d=="number")return d;if(typeof _=="number")return _},r=i("padding")??0,s=i("paddingX"),o=i("paddingY"),a=i("paddingLeft")??s??r,c=i("paddingRight")??s??r,l=i("paddingTop")??o??r,u=i("paddingBottom")??o??r;return{padLeft:a,padRight:c,padTop:l,padBottom:u}}doInitialCreateTraceHintsFromProps(){let{_parsedProps:e}=this,{db:t}=this.root,i=e;if(!this.isSubcircuit)return;let r=i.manualEdits?.manual_trace_hints;if(r)for(let s of r)this.add(new _9({for:s.pcb_port_selector,offsets:s.offsets}))}doInitialSourceAddConnectivityMapKey(){ALt(this)}_areChildSubcircuitsRouted(){let e=this.selectAll("group").filter(t=>t.isSubcircuit);for(let t of e)if(t._shouldRouteAsync()&&!t._asyncAutoroutingResult)return!1;return!0}_shouldRouteAsync(){let e=this._getAutorouterConfig();return e.groupMode==="sequential-trace"?!1:!!(e.local&&e.groupMode==="subcircuit"||!e.local)}_hasTracesToRoute(){let e=(0,Y_.default)("tscircuit:core:_hasTracesToRoute"),t=this.selectAll("trace");return e(`[${this.getString()}] has ${t.length} traces to route`),t.length>0}async _runEffectMakeHttpAutoroutingRequest(){let{db:e}=this.root,t=(0,Y_.default)("tscircuit:core:_runEffectMakeHttpAutoroutingRequest"),i=this._parsedProps,r=this._getAutorouterConfig(),s=r.serverUrl,o=r.serverMode,a=(u,p)=>(t("fetching",u),p.headers&&(p.headers["Tscircuit-Core-Version"]=this.root?.getCoreVersion()),fetch(u,p)),c=this.root.db.toArray().filter(u=>u.type.startsWith("source_")||u.type.startsWith("pcb_"));if(o==="solve-endpoint"){if(this.props.autorouter?.inputFormat==="simplified"){let{autorouting_result:p}=await a(`${s}/autorouting/solve`,{method:"POST",body:JSON.stringify({input_simple_route_json:a9({db:e,minTraceWidth:this.props.autorouter?.minTraceWidth??.15,subcircuit_id:this.subcircuit_id}).simpleRouteJson,subcircuit_id:this.subcircuit_id}),headers:{"Content-Type":"application/json"}}).then(d=>d.json());this._asyncAutoroutingResult=p,this._markDirty("PcbTraceRender");return}let{autorouting_result:u}=await a(`${s}/autorouting/solve`,{method:"POST",body:JSON.stringify({input_circuit_json:c,subcircuit_id:this.subcircuit_id}),headers:{"Content-Type":"application/json"}}).then(p=>p.json());this._asyncAutoroutingResult=u,this._markDirty("PcbTraceRender");return}let{autorouting_job:l}=await a(`${s}/autorouting/jobs/create`,{method:"POST",body:JSON.stringify({input_circuit_json:c,provider:"freerouting",autostart:!0,display_name:this.root?.name,subcircuit_id:this.subcircuit_id,server_cache_enabled:r.serverCacheEnabled}),headers:{"Content-Type":"application/json"}}).then(u=>u.json());for(;;){let{autorouting_job:u}=await a(`${s}/autorouting/jobs/get`,{method:"POST",body:JSON.stringify({autorouting_job_id:l.autorouting_job_id}),headers:{"Content-Type":"application/json"}}).then(p=>p.json());if(u.is_finished){let{autorouting_job_output:p}=await a(`${s}/autorouting/jobs/get_output`,{method:"POST",body:JSON.stringify({autorouting_job_id:l.autorouting_job_id}),headers:{"Content-Type":"application/json"}}).then(d=>d.json());this._asyncAutoroutingResult={output_pcb_traces:p.output_pcb_traces},this._markDirty("PcbTraceRender");break}if(u.has_error){let p=new F1(`Autorouting job failed: ${JSON.stringify(u.error)}`);throw e.pcb_autorouting_error.insert({pcb_error_id:l.autorouting_job_id,error_type:"pcb_autorouting_error",message:p.message}),p}await new Promise(p=>setTimeout(p,100))}}async _runLocalAutorouting(){let{db:e}=this.root,t=this._parsedProps,i=(0,Y_.default)("tscircuit:core:_runLocalAutorouting");i(`[${this.getString()}] starting local autorouting`);let r=this._getAutorouterConfig(),s=this._isLaserPrefabAutorouter(r),{simpleRouteJson:o}=a9({db:e,minTraceWidth:this.props.autorouter?.minTraceWidth??.15,subcircuit_id:this.subcircuit_id});if(i.enabled&&global.debugOutputArray?.push({name:`simpleroutejson-${this.props.name}.json`,obj:o}),i.enabled){let l=Ug(o);l.title=`autorouting-${this.props.name}`,global.debugGraphics?.push(l)}this.root?.emit("autorouting:start",{subcircuit_id:this.subcircuit_id,componentDisplayName:this.getString(),simpleRouteJson:o});let a;r.algorithmFn?a=await r.algorithmFn(o):a=new wLt(o,{capacityDepth:this.props.autorouter?.capacityDepth,targetMinCapacity:this.props.autorouter?.targetMinCapacity,useAssignableViaSolver:s});let c=new Promise((l,u)=>{a.on("complete",p=>{i(`[${this.getString()}] local autorouting complete`),l(p.traces)}),a.on("error",p=>{i(`[${this.getString()}] local autorouting error: ${p.error.message}`),u(p.error)})});a.on("progress",l=>{this.root?.emit("autorouting:progress",{subcircuit_id:this.subcircuit_id,componentDisplayName:this.getString(),...l})}),a.start();try{let l=await c;this._asyncAutoroutingResult={output_pcb_traces:l},this._markDirty("PcbTraceRender")}catch(l){let{db:u}=this.root;throw u.pcb_autorouting_error.insert({pcb_error_id:`pcb_autorouter_error_subcircuit_${this.subcircuit_id}`,error_type:"pcb_autorouting_error",message:l instanceof Error?l.message:String(l)}),this.root?.emit("autorouting:error",{subcircuit_id:this.subcircuit_id,componentDisplayName:this.getString(),error:{message:l instanceof Error?l.message:String(l)},simpleRouteJson:o}),l}finally{a.stop()}}_startAsyncAutorouting(){this._hasStartedAsyncAutorouting||(this._hasStartedAsyncAutorouting=!0,this._getAutorouterConfig().local?this._queueAsyncEffect("capacity-mesh-autorouting",async()=>this._runLocalAutorouting()):this._queueAsyncEffect("make-http-autorouting-request",async()=>this._runEffectMakeHttpAutoroutingRequest()))}doInitialPcbTraceRender(){let e=(0,Y_.default)("tscircuit:core:doInitialPcbTraceRender");if(this.isSubcircuit&&!this.root?.pcbDisabled&&!this.getInheritedProperty("routingDisabled")&&!this._shouldUseTraceByTraceRouting()){if(!this._areChildSubcircuitsRouted()){e(`[${this.getString()}] child subcircuits are not routed, skipping async autorouting until subcircuits routed`);return}e(`[${this.getString()}] no child subcircuits to wait for, initiating async routing`),this._hasTracesToRoute()&&this._startAsyncAutorouting()}}doInitialSchematicTraceRender(){f7t(this)}updatePcbTraceRender(){let e=(0,Y_.default)("tscircuit:core:updatePcbTraceRender");if(e(`[${this.getString()}] updating...`),!this.isSubcircuit)return;if(this._shouldRouteAsync()&&this._hasTracesToRoute()&&!this._hasStartedAsyncAutorouting){this._areChildSubcircuitsRouted()&&(e(`[${this.getString()}] child subcircuits are now routed, starting async autorouting`),this._startAsyncAutorouting());return}if(!this._asyncAutoroutingResult||this._shouldUseTraceByTraceRouting())return;let{db:t}=this.root;if(this._asyncAutoroutingResult.output_simple_route_json){e(`[${this.getString()}] updating PCB traces from simple route json (${this._asyncAutoroutingResult.output_simple_route_json.traces?.length} traces)`),this._updatePcbTraceRenderFromSimpleRouteJson();return}if(this._asyncAutoroutingResult.output_pcb_traces){e(`[${this.getString()}] updating PCB traces from ${this._asyncAutoroutingResult.output_pcb_traces.length} traces`),this._updatePcbTraceRenderFromPcbTraces();return}}_updatePcbTraceRenderFromSimpleRouteJson(){let{db:e}=this.root,{traces:t}=this._asyncAutoroutingResult.output_simple_route_json;if(t)for(let i of t){let r=e.pcb_trace.insert({subcircuit_id:this.subcircuit_id,route:i.route})}}_updatePcbTraceRenderFromPcbTraces(){let{output_pcb_traces:e}=this._asyncAutoroutingResult;if(!e)return;let{db:t}=this.root,i=this.getInheritedMergedProperty("pcbStyle"),{holeDiameter:r,padDiameter:s}=m9(i);for(let o of e)if(o.type==="pcb_trace"){if(o.subcircuit_id=this.subcircuit_id,o.connection_name){let a=o.connection_name;o.source_trace_id=a}t.pcb_trace.insert(o)}for(let o of e)if(o.type!=="pcb_via"&&o.type==="pcb_trace")for(let a of o.route)a.route_type==="via"&&t.pcb_via.insert({pcb_trace_id:o.pcb_trace_id,x:a.x,y:a.y,hole_diameter:r,outer_diameter:s,layers:[a.from_layer,a.to_layer],from_layer:a.from_layer,to_layer:a.to_layer})}doInitialSchematicComponentRender(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=e.schematic_group.insert({is_subcircuit:this.isSubcircuit,subcircuit_id:this.subcircuit_id,name:this.name,center:this._getGlobalSchematicPositionBeforeLayout(),width:0,height:0,schematic_component_ids:[],source_group_id:this.source_group_id});this.schematic_group_id=i.schematic_group_id;for(let r of this.children)r.schematic_component_id&&e.schematic_component.update(r.schematic_component_id,{schematic_group_id:i.schematic_group_id})}_getSchematicLayoutMode(){let e=this._parsedProps;if(e.schLayout?.layoutMode==="none"||e.schLayout?.layoutMode==="relative")return"relative";if(e.schLayout?.matchAdapt)return"match-adapt";if(e.schLayout?.flex)return"flex";if(e.schLayout?.grid)return"grid";if(e.schMatchAdapt)return"match-adapt";if(e.schFlex)return"flex";if(e.schGrid)return"grid";if(e.matchAdapt)return"match-adapt";if(e.flex)return"flex";if(e.grid)return"grid";if(e.relative||e.schRelative)return"relative";let t=this.children.some(r=>{let s=r._parsedProps;return s?.schX!==void 0||s?.schY!==void 0}),i=(e.manualEdits?.schematic_placements?.length??0)>0;return!t&&!i?"match-adapt":"relative"}doInitialSchematicLayout(){let e=this._getSchematicLayoutMode();e==="match-adapt"&&this._doInitialSchematicLayoutMatchpack(),e==="grid"&&this._doInitialSchematicLayoutGrid(),e==="flex"&&this._doInitialSchematicLayoutFlex(),this._insertSchematicBorder()}_doInitialSchematicLayoutMatchAdapt(){CLt(this)}_doInitialSchematicLayoutMatchpack(){NLt(this)}_doInitialSchematicLayoutGrid(){RLt(this)}_doInitialSchematicLayoutFlex(){OLt(this)}_getPcbLayoutMode(){let e=this._parsedProps;if(e.pcbRelative)return"none";if(e.pcbLayout?.matchAdapt)return"match-adapt";if(e.pcbLayout?.flex)return"flex";if(e.pcbLayout?.grid)return"grid";if(e.pcbLayout?.pack)return"pack";if(e.pcbFlex)return"flex";if(e.pcbGrid)return"grid";if(e.pcbPack||e.pack)return"pack";if(e.matchAdapt)return"match-adapt";if(e.flex)return"flex";if(e.grid)return"grid";let t=e.pcbX!==void 0||e.pcbY!==void 0,i=(e.manualEdits?.pcb_placements?.length??0)>0,r=this.children.reduce((s,o)=>{if(!o.pcb_component_id&&!o.pcb_group_id)return s;let a=o._parsedProps,c=a?.pcbX!==void 0||a?.pcbY!==void 0;return s+(c?0:1)},0);return!t&&!i&&r>1?"pack":"none"}doInitialPcbLayout(){let e=this._getPcbLayoutMode();e==="grid"?this._doInitialPcbLayoutGrid():e==="pack"?this._doInitialPcbLayoutPack():e==="flex"&&this._doInitialPcbLayoutFlex()}_doInitialPcbLayoutGrid(){LLt(this)}_doInitialPcbLayoutPack(){KLt(this)}_doInitialPcbLayoutFlex(){JLt(this)}_insertSchematicBorder(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,t=this._parsedProps;if(!t.border)return;let i=typeof t.schWidth=="number"?t.schWidth:void 0,r=typeof t.schHeight=="number"?t.schHeight:void 0,s=typeof t.schPadding=="number"?t.schPadding:0,o=typeof t.schPaddingLeft=="number"?t.schPaddingLeft:s,a=typeof t.schPaddingRight=="number"?t.schPaddingRight:s,c=typeof t.schPaddingTop=="number"?t.schPaddingTop:s,l=typeof t.schPaddingBottom=="number"?t.schPaddingBottom:s,u=this.schematic_group_id?e.schematic_group.get(this.schematic_group_id):null;if(u&&(i===void 0&&typeof u.width=="number"&&(i=u.width),r===void 0&&typeof u.height=="number"&&(r=u.height)),i===void 0||r===void 0)return;let p=u?.center??this._getGlobalSchematicPositionBeforeLayout(),d=p.x-i/2-o,_=p.y-r/2-l,g=i+o+a,x=r+c+l;e.schematic_box.insert({width:g,height:x,x:d,y:_,is_dashed:t.border?.dashed??!1})}_determineSideFromPosition(e,t){if(!e.center||!t.center)return"left";let i=e.center.x-t.center.x,r=e.center.y-t.center.y;return Math.abs(i)>Math.abs(r)?i>0?"right":"left":r>0?"bottom":"top"}_calculateSchematicBounds(e){if(e.length===0)return{minX:0,maxX:0,minY:0,maxY:0};let t=1/0,i=-1/0,r=1/0,s=-1/0;for(let a of e)t=Math.min(t,a.centerX),i=Math.max(i,a.centerX),r=Math.min(r,a.centerY),s=Math.max(s,a.centerY);let o=2;return{minX:t-o,maxX:i+o,minY:r-o,maxY:s+o}}_getAutorouterConfig(){let e=this._parsedProps.autorouter||this.getInheritedProperty("autorouter");return VLt(e)}_isLaserPrefabAutorouter(e=this._getAutorouterConfig()){let t=this.props.autorouter,i=r=>r?.replace(/-/g,"_")??r;return e.preset==="laser_prefab"?!0:typeof t=="string"?i(t)==="laser_prefab":typeof t=="object"&&t?i(t.preset)==="laser_prefab":!1}_getSubcircuitLayerCount(){let e=this.getInheritedProperty("layers");return typeof e=="number"?e:2}_shouldUseTraceByTraceRouting(){return this._getAutorouterConfig().groupMode==="sequential-trace"}doInitialPcbDesignRuleChecks(){if(this.root?.pcbDisabled||this.getInheritedProperty("routingDisabled"))return;let{db:e}=this.root;if(this.isSubcircuit){let t=new Map;for(let i of this.children)if(!i.isSubcircuit&&i._parsedProps.name){let r=t.get(i._parsedProps.name)||[];r.push(i),t.set(i._parsedProps.name,r)}for(let[i,r]of t.entries())r.length>1&&e.pcb_trace_error.insert({error_type:"pcb_trace_error",message:`Multiple components found with name "${i}" in subcircuit "${this.name||"unnamed"}". Component names must be unique within a subcircuit.`,source_trace_id:"",pcb_trace_id:"",pcb_component_ids:r.map(s=>s.pcb_component_id).filter(Boolean),pcb_port_ids:[]})}}doInitialSchematicReplaceNetLabelsWithSymbols(){if(this.root?.schematicDisabled||!this.isSubcircuit)return;let{db:e}=this.root,t=e;for(let i of t.schematic_net_label.list()){let r=t.source_net.get(i.source_net_id),s=i.text||r?.name||"";if(i.anchor_side==="top"&&/^gnd/i.test(s)){t.schematic_net_label.update(i.schematic_net_label_id,{symbol_name:"rail_down"});continue}i.anchor_side==="bottom"&&/^v/i.test(s)&&t.schematic_net_label.update(i.schematic_net_label_id,{symbol_name:"rail_up"})}}doInitialSimulationSpiceEngineRender(){g7t(this)}doInitialPcbComponentAnchorAlignment(){x7t(this)}updatePcbComponentAnchorAlignment(){this.doInitialPcbComponentAnchorAlignment()}_getMinimumFlexContainerSize(){return super._getMinimumFlexContainerSize()}_repositionOnPcb(e){return super._repositionOnPcb(e)}},b7t=.01,Het=(n,e,t)=>{let i=n/2,r=e/2,s=Math.min(t,i,r);if(s<b7t)return[{x:-i,y:-r},{x:i,y:-r},{x:i,y:r},{x:-i,y:r}];let a=Math.max(1,Math.ceil(Math.PI/2*s/.1)),c=Math.PI/2/a,l=[];l.push({x:-i+s,y:-r}),l.push({x:i-s,y:-r});for(let u=1;u<=a;u++){let p=-Math.PI/2+u*c;l.push({x:i-s+s*Math.cos(p),y:-r+s+s*Math.sin(p)})}l.push({x:i,y:r-s});for(let u=1;u<=a;u++){let p=0+u*c;l.push({x:i-s+s*Math.cos(p),y:r-s+s*Math.sin(p)})}l.push({x:-i+s,y:r});for(let u=1;u<=a;u++){let p=Math.PI/2+u*c;l.push({x:-i+s+s*Math.cos(p),y:r-s+s*Math.sin(p)})}l.push({x:-i,y:-r+s});for(let u=1;u<=a;u++){let p=Math.PI+u*c;l.push({x:-i+s+s*Math.cos(p),y:-r+s+s*Math.sin(p)})}return l},g9=class extends yl{constructor(){super(...arguments);f(this,"pcb_board_id",null);f(this,"source_board_id",null);f(this,"_drcChecksComplete",!1);f(this,"_connectedSchematicPortPairs",new Set)}get isSubcircuit(){return!0}get isGroup(){return!0}get config(){return{componentName:"Board",zodProps:l4}}get boardThickness(){let{_parsedProps:e}=this;return e.thickness??1.4}get allLayers(){return(this._parsedProps.layers??2)===4?["top","bottom","inner1","inner2"]:["top","bottom"]}_getSubcircuitLayerCount(){return this._parsedProps.layers??2}doInitialPcbBoardAutoSize(){if(this.root?.pcbDisabled||!this.pcb_board_id)return;let{db:e}=this.root,{_parsedProps:t}=this;if(t.width&&t.height||t.outline)return;let i=1/0,r=1/0,s=-1/0,o=-1/0,a=gnt(e,this.subcircuit_id),c=new Set([this.subcircuit_id,...a]),l=e.pcb_component.list().filter(C=>C.subcircuit_id&&c.has(C.subcircuit_id)),u=e.pcb_group.list().filter(C=>C.subcircuit_id&&c.has(C.subcircuit_id)),p=!1,d=(C,M,I)=>{M===0||I===0||(p=!0,i=Math.min(i,C.x-M/2),r=Math.min(r,C.y-I/2),s=Math.max(s,C.x+M/2),o=Math.max(o,C.y+I/2))};for(let C of l)d(C.center,C.width,C.height);for(let C of u){let M=C.width??0,I=C.height??0;if(C.outline&&C.outline.length>0){let E=Oo(C.outline);E&&(M=E.maxX-E.minX,I=E.maxY-E.minY)}d(C.center,M,I)}if(t.boardAnchorPosition){let{x:C,y:M}=t.boardAnchorPosition;i=Math.min(i,C),r=Math.min(r,M),s=Math.max(s,C),o=Math.max(o,M)}let _=2,g=p?s-i+_*2:0,x=p?o-r+_*2:0,v={x:p?(i+s)/2+(t.outlineOffsetX??0):t.outlineOffsetX??0,y:p?(r+o)/2+(t.outlineOffsetY??0):t.outlineOffsetY??0},w=t.width??g,P=t.height??x,T=t.outline;!T&&t.borderRadius!=null&&w>0&&P>0&&(T=Het(w,P,t.borderRadius));let k={width:w,height:P,center:v};T&&(k.outline=T.map(C=>({x:C.x+(t.outlineOffsetX??0),y:C.y+(t.outlineOffsetY??0)}))),e.pcb_board.update(this.pcb_board_id,k)}updatePcbBoardAutoSize(){this.doInitialPcbBoardAutoSize()}_addBoardInformationToSilkscreen(){let e=this.root?.platform;if(!e?.printBoardInformationToSilkscreen)return;let t=this.root.db.pcb_board.get(this.pcb_board_id);if(!t)return;let i=[];if(e.projectName&&i.push(e.projectName),e.version&&i.push(`v${e.version}`),e.url&&i.push(e.url),i.length===0)return;let r=i.join(`
251
- `),a={x:t.center.x+t.width/2-.25,y:t.center.y-t.height/2+1};this.root.db.pcb_silkscreen_text.insert({pcb_component_id:this.pcb_board_id,layer:"top",font:"tscircuit2024",font_size:.45,text:r,ccw_rotation:0,anchor_alignment:"bottom_right",anchor_position:a})}doInitialSourceRender(){super.doInitialSourceRender();let{db:e}=this.root,t=e.source_board.insert({source_group_id:this.source_group_id,title:this.props.title||this.props.name});this.source_board_id=t.source_board_id}doInitialPcbComponentRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=t.width??0,r=t.height??0,s={x:(t.pcbX??0)+(t.outlineOffsetX??0),y:(t.pcbY??0)+(t.outlineOffsetY??0)},{boardAnchorPosition:o,boardAnchorAlignment:a}=t;if(o&&(s=SLt({boardAnchorPosition:o,boardAnchorAlignment:a??"center",width:i,height:r})),t.outline){let u=t.outline.map(v=>v.x),p=t.outline.map(v=>v.y),d=Math.min(...u),_=Math.max(...u),g=Math.min(...p),x=Math.max(...p);i=_-d,r=x-g,s={x:(d+_)/2+(t.outlineOffsetX??0),y:(g+x)/2+(t.outlineOffsetY??0)}}let c=t.outline;!c&&t.borderRadius!=null&&i>0&&r>0&&(c=Het(i,r,t.borderRadius));let l=e.pcb_board.insert({center:s,thickness:this.boardThickness,num_layers:this.allLayers.length,width:i,height:r,outline:c?.map(u=>({x:u.x+(t.outlineOffsetX??0),y:u.y+(t.outlineOffsetY??0)})),material:t.material});this.pcb_board_id=l.pcb_board_id,this._addBoardInformationToSilkscreen()}removePcbComponentRender(){let{db:e}=this.root;this.pcb_board_id&&(e.pcb_board.delete(this.pcb_board_id),this.pcb_board_id=null)}doInitialPcbDesignRuleChecks(){this.root?.pcbDisabled||this.getInheritedProperty("routingDisabled")||super.doInitialPcbDesignRuleChecks()}updatePcbDesignRuleChecks(){if(this.root?.pcbDisabled||this.getInheritedProperty("routingDisabled"))return;let{db:e}=this.root;if(!this._areChildSubcircuitsRouted()||this._drcChecksComplete)return;this._drcChecksComplete=!0;let t=GQ(e.toArray());for(let u of t)e.pcb_trace_error.insert(u);let i=VQ(e.toArray());for(let u of i)e.pcb_port_not_connected_error.insert(u);let r=qQ(e.toArray());for(let u of r)e.pcb_component_outside_board_error.insert(u);let s=JQ(e.toArray());for(let u of s)e.pcb_trace_error.insert(u);let o=KQ(e.toArray());for(let u of o)e.pcb_via_clearance_error.insert(u);let a=ZQ(e.toArray());for(let u of a)e.pcb_via_clearance_error.insert(u);let c=QQ(e.toArray());for(let u of c)e.pcb_footprint_overlap_error.insert(u);let l=ttt(e.toArray());for(let u of l)e.source_pin_must_be_connected_error.insert(u)}_emitRenderLifecycleEvent(e,t){super._emitRenderLifecycleEvent(e,t),t==="start"&&this.root?.emit("board:renderPhaseStarted",{renderId:this._renderId,phase:e})}},Wet=5,v7t=5,qet=2;function S7t(n,e){let t=n.center.x-n.width/2,i=n.center.x+n.width/2,r=n.center.y-n.height/2,s=n.center.y+n.height/2,o=e.center.x-e.width/2,a=e.center.x+e.width/2,c=e.center.y-e.height/2,l=e.center.y+e.height/2;return!(i<=o||t>=a||s<=c||r>=l)}function w7t(n,e,t){let i=t.center.x-t.width/2,r=t.center.x+t.width/2,s=t.center.y-t.height/2,o=t.center.y+t.height/2,a=Math.max(i,Math.min(n.x,r)),c=Math.max(s,Math.min(n.y,o)),l=n.x-a,u=n.y-c;return l*l+u*u<=e*e}function P7t({board:n,edge:e,otherBoards:t,options:i}){let r=[];if(!n.width||!n.height)return r;let s=n.center.x-n.width/2,o=n.center.x+n.width/2,a=n.center.y-n.height/2,c=n.center.y+n.height/2,l,u,p;e==="top"||e==="bottom"?(l=n.width,u=!0,p=e==="top"?c:a):(l=n.height,u=!1,p=e==="right"?o:s);let d=i.tabLength,_=i.boardGap;if(i.mouseBites){let P=i.tabWidth*.45,T=P*.1,k=Math.max(2,Math.ceil(i.tabLength/2));_=(k*P+(k-1)*T)*1.1}let g=Math.floor((l-_)/(d+_));if(g<1&&l>=d&&(g=1),g===0)return r;let x=_,v=-l/2,w=l/2;for(let P=0;P<g;P++){let T=v+x+P*(d+x)+d/2,k=P===0,C=P===g-1,M=k||C,I=T-d/2,E=T+d/2;if(M&&(k&&(I=v),C&&(E=w)),I=Math.max(I,v),E=Math.min(E,w),M&&(k&&(I-=i.tabWidth),C&&(E+=i.tabWidth)),E<=I)continue;let A=(I+E)/2,R=E-I,B=e==="top"||e==="right"?i.tabWidth/2:-i.tabWidth/2,j=u?{x:n.center.x+A,y:p+B}:{x:p+B,y:n.center.y+A},U=u?R:i.tabWidth,V=u?i.tabWidth:R,H={center:j,width:U,height:V,boardId:`${n.center.x}_${n.center.y}`},et=!1;for(let tt of t){if(!tt.width||!tt.height)continue;let mt={center:tt.center,width:tt.width,height:tt.height};if(S7t(H,mt)){et=!0;break}}et&&!M||r.push(H)}return r}function k7t({board:n,edge:e,edgeTabs:t,allBoards:i,options:r}){let s=[];if(t.length===0||!n.width||!n.height)return s;let o=n.center.x-n.width/2,a=n.center.x+n.width/2,c=n.center.y-n.height/2,l=n.center.y+n.height/2,u=e==="top"||e==="bottom",p=r.tabWidth*.45,d=p*.1,_=Math.max(2,Math.ceil(r.tabLength/2)),g,x=p/2;e==="top"?g=l:e==="bottom"?g=c:e==="right"?g=a:g=o;let v=[...t].sort((w,P)=>u?w.center.x-P.center.x:w.center.y-P.center.y);for(let w=0;w<v.length-1;w++){let P=v[w],T=v[w+1],k,C;u?(k=P.center.x+P.width/2,C=T.center.x-T.width/2):(k=P.center.y+P.height/2,C=T.center.y-T.height/2);let M=C-k,I=_*p,E=(_-1)*d;if(M<I+E)continue;let A=(k+C)/2;for(let R=0;R<_;R++){let B=(R-(_-1)/2)*(p+d),j=u?{x:A+B,y:g}:{x:g,y:A+B},U=p/2,V=!1;for(let H of i){if(!H.width||!H.height)continue;let et={center:H.center,width:H.width,height:H.height};if(w7t(j,U,et)){V=!0;break}}V||s.push(j)}}return s}function T7t(n,e){let t=[],i=[];for(let a=0;a<n.length;a++){let c=n[a],l=n.filter((u,p)=>p!==a);for(let u of["top","bottom","left","right"]){let p=P7t({board:c,edge:u,otherBoards:l,options:e});if(t.push(...p),e.mouseBites){let d=k7t({board:c,edge:u,edgeTabs:p,allBoards:l,options:e});i.push(...d)}}}let r=t.map((a,c)=>{let l=Math.min(a.width,a.height);return{type:"pcb_cutout",pcb_cutout_id:`panel_tab_${c}`,shape:"rect",center:a.center,width:a.width,height:a.height,corner_radius:l/2}}),s=e.tabWidth*.45,o=i.map((a,c)=>({type:"pcb_hole",pcb_hole_id:`panel_mouse_bite_${c}`,hole_shape:"circle",hole_diameter:s,x:a.x,y:a.y}));return{tabCutouts:r,mouseBiteHoles:o}}var Tnt=class extends yl{constructor(){super(...arguments);f(this,"pcb_panel_id",null);f(this,"_tabsAndMouseBitesGenerated",!1)}get config(){return{componentName:"Panel",zodProps:CH}}get isGroup(){return!0}get isSubcircuit(){return!0}add(e){if(e.lowercaseComponentName!=="board")throw new Error("<panel> can only contain <board> elements");super.add(e)}doInitialPcbComponentAnchorAlignment(){if(this.root?.pcbDisabled)return;super.doInitialPcbComponentAnchorAlignment();let{db:e}=this.root,t=this.children.filter(a=>a instanceof g9),i=t.some(a=>a.props.pcbX!==void 0||a.props.pcbY!==void 0),r=t.filter(a=>a.props.pcbX===void 0&&a.props.pcbY===void 0);if(r.length>0&&!i){let a=this._parsedProps.tabWidth??qet,c=this._parsedProps.boardGap??a,l=Math.ceil(Math.sqrt(r.length)),u=Math.ceil(r.length/l),p=Array(l).fill(0),d=Array(u).fill(0);r.forEach((A,R)=>{let B=R%l,j=Math.floor(R/l),U=e.pcb_board.get(A.pcb_board_id);!U||U.width===void 0||U.height===void 0||(p[B]=Math.max(p[B],U.width),d[j]=Math.max(d[j],U.height))});let _=p.reduce((A,R)=>A+R,0)+(l>1?(l-1)*c:0),g=d.reduce((A,R)=>A+R,0)+(u>1?(u-1)*c:0),x=-_/2,w=[-g/2];for(let A=0;A<u-1;A++)w.push(w[A]+d[A]+c);let P=[x];for(let A=0;A<l-1;A++)P.push(P[A]+p[A]+c);r.forEach((A,R)=>{let B=R%l,j=Math.floor(R/l),U=e.pcb_board.get(A.pcb_board_id);if(!U||!U.width||!U.height)return;let V=P[B]+p[B]/2,H=w[j]+d[j]/2;A._repositionOnPcb({x:V,y:H}),e.pcb_board.update(A.pcb_board_id,{center:{x:V,y:H}})});let T=t.map(A=>A.pcb_board_id).filter(A=>!!A),k=e.pcb_board.list().filter(A=>T.includes(A.pcb_board_id)),C=1/0,M=1/0,I=-1/0,E=-1/0;for(let A of k){if(A.width===void 0||A.height===void 0||!isFinite(A.width)||!isFinite(A.height))continue;let R=A.center.x-A.width/2,B=A.center.x+A.width/2,j=A.center.y-A.height/2,U=A.center.y+A.height/2;C=Math.min(C,R),I=Math.max(I,B),M=Math.min(M,j),E=Math.max(E,U)}if(isFinite(C)){let A=I-C,R=E-M,B=A+2*Wet,j=R+2*Wet;e.pcb_panel.update(this.pcb_panel_id,{width:B,height:j})}}if(this._tabsAndMouseBitesGenerated)return;let s=this._parsedProps;if((s.panelizationMethod??"tab-routing")!=="none"){let a=t.map(_=>_.pcb_board_id).filter(_=>!!_),c=e.pcb_board.list().filter(_=>a.includes(_.pcb_board_id));if(c.length===0)return;let l=s.tabWidth??qet,u=s.boardGap??l,{tabCutouts:p,mouseBiteHoles:d}=T7t(c,{boardGap:u,tabWidth:l,tabLength:s.tabLength??v7t,mouseBites:s.mouseBites??!0});for(let _ of p)e.pcb_cutout.insert(_);for(let _ of d)e.pcb_hole.insert(_)}this._tabsAndMouseBitesGenerated=!0}runRenderCycle(){if(!this.children.some(e=>e.componentName==="Board"))throw new Error("<panel> must contain at least one <board>");super.runRenderCycle()}doInitialPcbComponentRender(){if(super.doInitialPcbComponentRender(),this.root?.pcbDisabled)return;let{db:e}=this.root,t=this._parsedProps,i=e.pcb_panel.insert({width:Y.parse(t.width),height:Y.parse(t.height),center:this._getGlobalPcbPositionBeforeLayout(),covered_with_solder_mask:!(t.noSolderMask??!1)});this.pcb_panel_id=i.pcb_panel_id}updatePcbComponentRender(){if(this.root?.pcbDisabled||!this.pcb_panel_id)return;let{db:e}=this.root,t=this._parsedProps;e.pcb_panel.update(this.pcb_panel_id,{width:Y.parse(t.width),height:Y.parse(t.height),center:this._getGlobalPcbPositionBeforeLayout(),covered_with_solder_mask:!(t.noSolderMask??!1)})}removePcbComponentRender(){this.pcb_panel_id&&(this.root?.db.pcb_panel.delete(this.pcb_panel_id),this.pcb_panel_id=null)}},M7t=new Proxy({},{get:(n,e)=>e}),Va=M7t,sP="rgba(132, 0, 0)",oP=.12,x9=class extends Gn{constructor(){super(...arguments);f(this,"_adjustSilkscreenTextAutomatically",!0)}get config(){return{componentName:"Capacitor",schematicSymbolName:this.props.polarized?"capacitor_polarized":this.props.symbolName??"capacitor",zodProps:DH,sourceFtype:Va.simple_capacitor}}initPorts(){typeof this.props.footprint=="string"?super.initPorts({additionalAliases:{pin1:["anode","pos"],pin2:["cathode","neg"]}}):super.initPorts()}_getSchematicSymbolDisplayValue(){let e=this.props.capacitance,t=typeof e=="string"?e:`${gi(this._parsedProps.capacitance)}F`;return this._parsedProps.schShowRatings&&this._parsedProps.maxVoltageRating?`${t}/${gi(this._parsedProps.maxVoltageRating)}V`:t}doInitialCreateNetsFromProps(){this._createNetsFromProps([this.props.decouplingFor,this.props.decouplingTo,...this._getNetsFromConnectionsProp()])}doInitialCreateTracesFromProps(){this.props.decouplingFor&&this.props.decouplingTo&&(this.add(new Fs({from:`${this.getSubcircuitSelector()} > port.1`,to:this.props.decouplingFor})),this.add(new Fs({from:`${this.getSubcircuitSelector()} > port.2`,to:this.props.decouplingTo}))),this._createTracesFromConnectionsProp()}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_capacitor",name:this.name,manufacturer_part_number:t.manufacturerPartNumber??t.mfn,supplier_part_numbers:t.supplierPartNumbers,capacitance:t.capacitance,max_voltage_rating:t.maxVoltageRating,max_decoupling_trace_length:t.maxDecouplingTraceLength,display_capacitance:this._getSchematicSymbolDisplayValue(),are_pins_interchangeable:!t.polarized});this.source_component_id=i.source_component_id}},X1=class extends Gn{constructor(e){super(e);f(this,"schematicBoxDimensions",null)}get config(){return{componentName:"Chip",zodProps:e_,shouldRenderAsSchematicBox:!0}}initPorts(e={}){super.initPorts(e);let{_parsedProps:t}=this;if(t.externallyConnectedPins){let i=new Set;for(let[r,s]of t.externallyConnectedPins)i.add(r),i.add(s);for(let r of i)if(!this.children.find(o=>o instanceof Vi&&o.isMatchingAnyOf([r]))){let o=r.match(/^pin(\d+)$/);if(o){let a=parseInt(o[1]);this.add(new Vi({pinNumber:a,aliases:[r]}))}else this.add(new Vi({name:r,aliases:[r]}))}}}doInitialSchematicComponentRender(){let{_parsedProps:e}=this;e?.noSchematicRepresentation!==!0&&super.doInitialSchematicComponentRender()}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_chip",name:this.name,manufacturer_part_number:t.manufacturerPartNumber,supplier_part_numbers:t.supplierPartNumbers});this.source_component_id=i.source_component_id}doInitialPcbComponentRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=t.layer??"top";if(i!=="top"&&i!=="bottom"){let s=this.getSubcircuit(),o=Rm.parse({type:"pcb_component_invalid_layer_error",message:`Component cannot be placed on layer '${i}'. Components can only be placed on 'top' or 'bottom' layers.`,source_component_id:this.source_component_id,layer:i,subcircuit_id:s.subcircuit_id??void 0});e.pcb_component_invalid_layer_error.insert(o)}let r=e.pcb_component.insert({center:{x:t.pcbX??0,y:t.pcbY??0},width:2,height:3,layer:i==="top"||i==="bottom"?i:"top",rotation:t.pcbRotation??0,source_component_id:this.source_component_id,subcircuit_id:this.getSubcircuit().subcircuit_id??void 0,do_not_place:t.doNotPlace??!1,obstructs_within_bounds:t.obstructsWithinBounds??!0});this.pcb_component_id=r.pcb_component_id}doInitialCreateTracesFromProps(){let{_parsedProps:e}=this;if(e.externallyConnectedPins)for(let[t,i]of e.externallyConnectedPins)this.add(new Fs({from:`${this.getSubcircuitSelector()} > port.${t}`,to:`${this.getSubcircuitSelector()} > port.${i}`}));this._createTracesFromConnectionsProp()}doInitialSimulationRender(){let{db:e}=this.root,{pinAttributes:t}=this.props;if(!t)return;let i=null,r=null,s,o=this.selectAll("port");for(let p of o)for(let d of p.getNameAndAliases())if(t[d]){let _=t[d];_.providesPower&&(i=p,s=_.providesVoltage),_.providesGround&&(r=p)}if(!i||!r||s===void 0)return;let a=e.source_port.get(i.source_port_id);if(!a?.subcircuit_connectivity_map_key)return;let c=e.source_port.get(r.source_port_id);if(!c?.subcircuit_connectivity_map_key)return;let l=e.source_net.getWhere({subcircuit_connectivity_map_key:a.subcircuit_connectivity_map_key}),u=e.source_net.getWhere({subcircuit_connectivity_map_key:c.subcircuit_connectivity_map_key});!l||!u||e.simulation_voltage_source.insert({type:"simulation_voltage_source",positive_source_port_id:i.source_port_id,positive_source_net_id:l.source_net_id,negative_source_port_id:r.source_port_id,negative_source_net_id:u.source_net_id,voltage:s})}},Mnt=class extends X1{constructor(n){super(n)}get config(){return{...super.config,componentName:"Pinout",zodProps:IH}}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,t=n.source_component.insert({ftype:"simple_pinout",name:this.name,manufacturer_part_number:e.manufacturerPartNumber,supplier_part_numbers:e.supplierPartNumbers});this.source_component_id=t.source_component_id}},b9=class extends Gn{constructor(){super(...arguments);f(this,"pos",this.portMap.pin1);f(this,"anode",this.portMap.pin1);f(this,"neg",this.portMap.pin2);f(this,"cathode",this.portMap.pin2)}get config(){let e={schottky:"schottky_diode",avalanche:"avalanche_diode",zener:"zener_diode",photodiode:"photodiode"},t=this.props.schottky?"schottky":this.props.avalanche?"avalanche":this.props.zener?"zener":this.props.photo?"photodiode":null;return{schematicSymbolName:t?e[t]:this.props.symbolName??"diode",componentName:"Diode",zodProps:nW,sourceFtype:"simple_diode"}}initPorts(){super.initPorts({additionalAliases:{pin1:["anode","pos","left"],pin2:["cathode","neg","right"]}})}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_diode",name:this.name,manufacturer_part_number:t.manufacturerPartNumber??t.mfn,supplier_part_numbers:t.supplierPartNumbers,are_pins_interchangeable:!1});this.source_component_id=i.source_component_id}},Ent=class extends Gn{get config(){return{componentName:"fuse",schematicSymbolName:this.props.symbolName??"fuse",zodProps:AH,sourceFtype:Va.simple_fuse}}_getSchematicSymbolDisplayValue(){let n=this._parsedProps.currentRating,e=this._parsedProps.voltageRating,t=typeof n=="string"?parseFloat(n):n,i=typeof e=="string"?parseFloat(e):e;return`${gi(t)}A / ${gi(i)}V`}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,t=typeof e.currentRating=="string"?parseFloat(e.currentRating):e.currentRating,i=typeof e.voltageRating=="string"?parseFloat(e.voltageRating):e.voltageRating,r=n.source_component.insert({name:this.name,ftype:Va.simple_fuse,current_rating_amps:t,voltage_rating_volts:i,display_current_rating:`${gi(t)}A`,display_voltage_rating:`${gi(i)}V`});this.source_component_id=r.source_component_id}},Cnt=class extends Gn{constructor(){super(...arguments);f(this,"schematicDimensions",null)}get config(){return{schematicSymbolName:void 0,componentName:"Jumper",zodProps:u4,shouldRenderAsSchematicBox:!0}}_getSchematicPortArrangement(){let e=super._getSchematicPortArrangement();if(e&&Object.keys(e).length>0)return e;let t=this._parsedProps.pinCount??(Array.isArray(this._parsedProps.pinLabels)?this._parsedProps.pinLabels.length:this._parsedProps.pinLabels?Object.keys(this._parsedProps.pinLabels).length:this.getPortsFromFootprint().length),i=this._parsedProps.schDirection??"right";return{leftSize:i==="left"?t:0,rightSize:i==="right"?t:0}}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_chip",name:this.name,manufacturer_part_number:t.manufacturerPartNumber,supplier_part_numbers:t.supplierPartNumbers,are_pins_interchangeable:!0});this.source_component_id=i.source_component_id}doInitialPcbComponentRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=e.pcb_component.insert({center:{x:t.pcbX??0,y:t.pcbY??0},width:2,height:3,layer:t.layer??"top",rotation:t.pcbRotation??0,source_component_id:this.source_component_id,subcircuit_id:this.getSubcircuit().subcircuit_id??void 0,do_not_place:t.doNotPlace??!1,obstructs_within_bounds:t.obstructsWithinBounds??!0});this.pcb_component_id=i.pcb_component_id}doInitialPcbTraceRender(){let{db:e}=this.root,t=e.pcb_port.list({pcb_component_id:this.pcb_component_id}),i={};for(let o=0;o<t.length;o++){let a=t[o],c=e.source_port.get(a.source_port_id),l="";if(typeof c?.pin_number=="number")l=c.pin_number.toString();else if(Array.isArray(c?.port_hints)){let u=c.port_hints.find(p=>/^(pin)?\d+$/.test(p));u&&(/^pin\d+$/.test(u)?l=u.replace(/^pin/,""):l=u)}i[l]=a.pcb_port_id}let r=e.pcb_trace.list({pcb_component_id:this.pcb_component_id}),s=o=>{if(o&&typeof o=="string"&&o.startsWith("{PIN")){let a=o.replace("{PIN","").replace("}","");return i[a]||o}return o};for(let o of r)if(o.route)for(let a of o.route)a.route_type==="wire"&&(a.start_pcb_port_id=s(a.start_pcb_port_id),a.end_pcb_port_id=s(a.end_pcb_port_id))}},Int=class extends Gn{constructor(){super(...arguments);f(this,"schematicDimensions",null)}_getPinNumberFromBridgedPinName(e){return this.selectOne(`port.${e}`,{type:"port"})?._parsedProps.pinNumber??null}get defaultInternallyConnectedPinNames(){if(this._parsedProps.bridged){let e=this.children.filter(t=>t.componentName==="Port").map(t=>t.name);return e.length>0?[e]:[]}return this._parsedProps.bridgedPins??[]}get config(){let e=this._parsedProps??this.props,t=e.pinCount;if(e.pinCount==null&&!e.footprint&&(t=2),e.pinCount==null){let s=(e.bridgedPins??[]).flat().map(l=>this._getPinNumberFromBridgedPinName(l)).filter(l=>l!==null),o=s.length>0?Math.max(...s):0,a=e.pinLabels?Object.keys(e.pinLabels).length:0,c=Math.max(o,a);(c===2||c===3)&&(t=c),t==null&&e.footprint&&[2,3].includes(this.getPortsFromFootprint().length)&&(t=this.getPortsFromFootprint().length)}let i="";t?i+=`solderjumper${t}`:i="solderjumper";let r=[];return Array.isArray(e.bridgedPins)&&e.bridgedPins.length>0?r=Array.from(new Set(e.bridgedPins.flat().map(s=>this._getPinNumberFromBridgedPinName(s)).filter(s=>s!==null))).sort((s,o)=>s-o):e.bridged&&t&&(r=Array.from({length:t},(s,o)=>o+1)),r.length>0&&(i+=`_bridged${r.join("")}`),{schematicSymbolName:e.symbolName??i,componentName:"SolderJumper",zodProps:NH,shouldRenderAsSchematicBox:!0}}_getSchematicPortArrangement(){let e=super._getSchematicPortArrangement();if(e&&Object.keys(e).length>0)return e;let t=this._parsedProps.pinCount??(Array.isArray(this._parsedProps.pinLabels)?this._parsedProps.pinLabels.length:this._parsedProps.pinLabels?Object.keys(this._parsedProps.pinLabels).length:this.getPortsFromFootprint().length);t==null&&!this._parsedProps.footprint&&(t=2);let i=this._parsedProps.schDirection??"right";return{leftSize:i==="left"?t:0,rightSize:i==="right"?t:0}}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_chip",name:this.name,manufacturer_part_number:t.manufacturerPartNumber,supplier_part_numbers:t.supplierPartNumbers,are_pins_interchangeable:!0});this.source_component_id=i.source_component_id}doInitialPcbComponentRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=e.pcb_component.insert({center:{x:t.pcbX??0,y:t.pcbY??0},width:2,height:3,layer:t.layer??"top",rotation:t.pcbRotation??0,source_component_id:this.source_component_id,subcircuit_id:this.getSubcircuit().subcircuit_id??void 0,do_not_place:t.doNotPlace??!1,obstructs_within_bounds:t.obstructsWithinBounds??!0});this.pcb_component_id=i.pcb_component_id}doInitialPcbTraceRender(){let{db:e}=this.root,t=e.pcb_port.list({pcb_component_id:this.pcb_component_id}),i={};for(let o=0;o<t.length;o++){let a=t[o],c=e.source_port.get(a.source_port_id),l="";if(typeof c?.pin_number=="number")l=c.pin_number.toString();else if(Array.isArray(c?.port_hints)){let u=c.port_hints.find(p=>/^(pin)?\d+$/.test(p));u&&(/^pin\d+$/.test(u)?l=u.replace(/^pin/,""):l=u)}i[l]=a.pcb_port_id}let r=e.pcb_trace.list({pcb_component_id:this.pcb_component_id}),s=o=>{if(o&&typeof o=="string"&&o.startsWith("{PIN")){let a=o.replace("{PIN","").replace("}","");return i[a]||o}return o};for(let o of r)if(o.route)for(let a of o.route)a.route_type==="wire"&&(a.start_pcb_port_id=s(a.start_pcb_port_id),a.end_pcb_port_id=s(a.end_pcb_port_id))}},Nnt=class extends Gn{constructor(){super(...arguments);f(this,"pos",this.portMap.pin1);f(this,"anode",this.portMap.pin1);f(this,"neg",this.portMap.pin2);f(this,"cathode",this.portMap.pin2)}get config(){let e={laser:"laser_diode"},t=this.props.laser?"laser":null;return{schematicSymbolName:t?e[t]:this.props.symbolName??"led",componentName:"Led",zodProps:rW,sourceFtype:"simple_led"}}initPorts(){super.initPorts({additionalAliases:{pin1:["anode","pos","left"],pin2:["cathode","neg","right"]}})}_getSchematicSymbolDisplayValue(){return this._parsedProps.schDisplayValue||this._parsedProps.color||void 0}getFootprinterString(){let e=super.getFootprinterString();return e&&this.props.color?`${e}_color(${this.props.color})`:e}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_led",name:this.name,wave_length:t.wavelength,color:t.color,symbol_display_value:this._getSchematicSymbolDisplayValue(),manufacturer_part_number:t.manufacturerPartNumber??t.mfn,supplier_part_numbers:t.supplierPartNumbers,are_pins_interchangeable:!1});this.source_component_id=i.source_component_id}},Ant=class extends Gn{constructor(){super(...arguments);f(this,"pos",this.portMap.pin1);f(this,"positive",this.portMap.pin1);f(this,"neg",this.portMap.pin2);f(this,"negative",this.portMap.pin2)}get config(){return{schematicSymbolName:this.props.symbolName??"power_factor_meter_horz",componentName:"PowerSource",zodProps:gW,sourceFtype:"simple_power_source"}}initPorts(){this.add(new Vi({name:"pin1",pinNumber:1,aliases:["positive","pos"]})),this.add(new Vi({name:"pin2",pinNumber:2,aliases:["negative","neg"]}))}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_power_source",name:this.name,voltage:t.voltage,supplier_part_numbers:t.supplierPartNumbers,are_pins_interchangeable:!1});this.source_component_id=i.source_component_id}},Rnt=class extends Gn{constructor(){super(...arguments);f(this,"terminal1",this.portMap.terminal1);f(this,"terminal2",this.portMap.terminal2)}get config(){return{componentName:"VoltageSource",schematicSymbolName:this.props.waveShape==="square"?"square_wave":"ac_voltmeter",zodProps:xW,sourceFtype:"simple_voltage_source"}}runRenderPhaseForChildren(e){if(!e.startsWith("Pcb"))for(let t of this.children)t.runRenderPhaseForChildren(e),t.runRenderPhase(e)}doInitialPcbComponentRender(){}initPorts(){super.initPorts({additionalAliases:{pin1:["terminal1"],pin2:["terminal2"]}})}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_voltage_source",name:this.name,voltage:t.voltage,frequency:t.frequency,peak_to_peak_voltage:t.peakToPeakVoltage,wave_shape:t.waveShape,phase:t.phase,duty_cycle:t.dutyCycle,supplier_part_numbers:t.supplierPartNumbers,are_pins_interchangeable:!0});this.source_component_id=i.source_component_id}doInitialSimulationRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=this.portMap.terminal1,r=this.portMap.terminal2;e.simulation_voltage_source.insert({type:"simulation_voltage_source",is_dc_source:!1,terminal1_source_port_id:i.source_port_id,terminal2_source_port_id:r.source_port_id,voltage:t.voltage,frequency:t.frequency,peak_to_peak_voltage:t.peakToPeakVoltage,wave_shape:t.waveShape,phase:t.phase,duty_cycle:t.dutyCycle})}},v9=class extends Gn{constructor(){super(...arguments);f(this,"_adjustSilkscreenTextAutomatically",!0)}get config(){return{componentName:"Resistor",schematicSymbolName:this.props.symbolName??"boxresistor",zodProps:OH,sourceFtype:"simple_resistor"}}initPorts(){super.initPorts({additionalAliases:{pin1:["anode","pos","left"],pin2:["cathode","neg","right"]}})}_getSchematicSymbolDisplayValue(){return`${gi(this._parsedProps.resistance)}\u03A9`}doInitialCreateNetsFromProps(){this._createNetsFromProps([this.props.pullupFor,this.props.pullupTo,this.props.pulldownFor,this.props.pulldownTo,...this._getNetsFromConnectionsProp()])}doInitialCreateTracesFromProps(){this.props.pullupFor&&this.props.pullupTo&&(this.add(new Fs({from:`${this.getSubcircuitSelector()} > port.1`,to:this.props.pullupFor})),this.add(new Fs({from:`${this.getSubcircuitSelector()} > port.2`,to:this.props.pullupTo}))),this.props.pulldownFor&&this.props.pulldownTo&&(this.add(new Fs({from:`${this.getSubcircuitSelector()} > port.1`,to:this.props.pulldownFor})),this.add(new Fs({from:`${this.getSubcircuitSelector()} > port.2`,to:this.props.pulldownTo}))),this._createTracesFromConnectionsProp()}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_resistor",name:this.name,manufacturer_part_number:t.manufacturerPartNumber??t.mfn,supplier_part_numbers:t.supplierPartNumbers,resistance:t.resistance,display_resistance:this._getSchematicSymbolDisplayValue(),are_pins_interchangeable:!0});this.source_component_id=i.source_component_id}},E7t=["leftedge","rightedge","topedge","bottomedge","center"],Ont=class extends Me{get config(){return{componentName:"Constraint",zodProps:BH}}constructor(n){if(super(n),("xdist"in n||"ydist"in n)&&!("edgeToEdge"in n)&&!("centerToCenter"in n))throw new Error(`edgeToEdge, centerToCenter must be set for xDist or yDist for ${this}`);if("for"in n&&n.for.length<2)throw new Error(`"for" must have at least two selectors for ${this}`)}_getAllReferencedComponents(){let n=[],e=this.getPrimitiveContainer();function t(i){let r=i.split(" ").pop(),s=E7t.includes(r)?r:void 0,o=s?i.replace(` ${s}`,""):i,a=e.selectOne(o,{pcbPrimitive:!0});a&&n.push({selector:i,component:a,componentSelector:o,edge:s})}for(let i of["left","right","top","bottom"])i in this._parsedProps&&t(this._parsedProps[i]);if("for"in this._parsedProps)for(let i of this._parsedProps.for)t(i);return{componentsWithSelectors:n}}},Lnt=class extends Me{constructor(){super(...arguments);f(this,"fabrication_note_rect_id",null)}get config(){return{componentName:"FabricationNoteRect",zodProps:cW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,{maybeFlipLayer:i}=this._getPcbPrimitiveFlippedHelpers(),r=i(t.layer??"top");if(r!=="top"&&r!=="bottom")throw new Error(`Invalid layer "${r}" for FabricationNoteRect. Must be "top" or "bottom".`);let s=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id,o=this.getSubcircuit(),a=t.hasStroke??(t.strokeWidth!==void 0&&t.strokeWidth!==null),c=e.pcb_fabrication_note_rect.insert({pcb_component_id:s,layer:r,color:t.color,center:{x:t.pcbX??0,y:t.pcbY??0},width:t.width,height:t.height,stroke_width:t.strokeWidth??1,is_filled:t.isFilled??!1,has_stroke:a,is_stroke_dashed:t.isStrokeDashed??!1,subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0,corner_radius:t.cornerRadius??void 0});this.fabrication_note_rect_id=c.pcb_fabrication_note_rect_id}getPcbSize(){let{_parsedProps:e}=this;return{width:e.width,height:e.height}}},Fnt=class extends Me{constructor(){super(...arguments);f(this,"fabrication_note_path_id",null)}get config(){return{componentName:"FabricationNotePath",zodProps:lW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,t=this.getSubcircuit(),{_parsedProps:i}=this,r=i.layer??"top";if(r!=="top"&&r!=="bottom")throw new Error(`Invalid layer "${r}" for SilkscreenPath. Must be "top" or "bottom".`);let s=this._computePcbGlobalTransformBeforeLayout(),o=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id,a=e.pcb_fabrication_note_path.insert({pcb_component_id:o,layer:r,color:i.color,route:i.route.map(c=>{let l=$e(s,{x:c.x,y:c.y});return{...c,x:l.x,y:l.y}}),stroke_width:i.strokeWidth??.1,subcircuit_id:t?.subcircuit_id??void 0});this.fabrication_note_path_id=a.pcb_fabrication_note_path_id}},znt=class extends Me{get config(){return{componentName:"FabricationNoteText",zodProps:aW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:n}=this.root,{_parsedProps:e}=this,t=this.getPrimitiveContainer(),i=this.getSubcircuit();n.pcb_fabrication_note_text.insert({anchor_alignment:e.anchorAlignment,anchor_position:{x:e.pcbX??0,y:e.pcbY??0},font:e.font??"tscircuit2024",font_size:e.fontSize??1,layer:"top",color:e.color,text:e.text??"",pcb_component_id:t.pcb_component_id,subcircuit_id:i?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0})}},$nt=class extends Me{constructor(){super(...arguments);f(this,"fabrication_note_dimension_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"FabricationNoteDimension",zodProps:uW}}_resolvePoint(e,t){if(typeof e=="string"){let s=this.getSubcircuit().selectOne(e);return s?s._getGlobalPcbPositionBeforeLayout():(this.renderError(`FabricationNoteDimension could not find selector "${e}"`),$e(t,{x:0,y:0}))}let i=typeof e.x=="string"?parseFloat(e.x):e.x,r=typeof e.y=="string"?parseFloat(e.y):e.y;return $e(t,{x:i,y:r})}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._computePcbGlobalTransformBeforeLayout(),r=this._resolvePoint(t.from,i),s=this._resolvePoint(t.to,i),o=this.getSubcircuit(),a=this.getGroup(),{maybeFlipLayer:c}=this._getPcbPrimitiveFlippedHelpers(),l=c(t.layer??"top");if(l!=="top"&&l!=="bottom")throw new Error(`Invalid layer "${l}" for FabricationNoteDimension. Must be "top" or "bottom".`);let u=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id,p=t.text??this._formatDistanceText({from:r,to:s,units:t.units??"mm"}),d=e.pcb_fabrication_note_dimension.insert({pcb_component_id:u,subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:a?.pcb_group_id??void 0,layer:l,from:r,to:s,text:p,offset:t.offset,font:t.font??"tscircuit2024",font_size:t.fontSize??1,color:t.color,arrow_size:t.arrowSize??1});this.fabrication_note_dimension_id=d.pcb_fabrication_note_dimension_id}getPcbSize(){let e=this._computePcbGlobalTransformBeforeLayout(),t=this._resolvePoint(this._parsedProps.from,e),i=this._resolvePoint(this._parsedProps.to,e);return{width:Math.abs(i.x-t.x),height:Math.abs(i.y-t.y)}}_formatDistanceText({from:e,to:t,units:i}){let r=t.x-e.x,s=t.y-e.y,o=Math.sqrt(r*r+s*s),a=i==="in"?o/25.4:o,c=Math.round(a);if(Math.abs(a-c)<1e-9)return`${c}${i}`;let u=i==="in"?3:2;return`${i==="in"?Number(a.toFixed(u)).toString():a.toFixed(u)}${i}`}},Dnt=class extends Me{constructor(){super(...arguments);f(this,"pcb_note_line_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"PcbNoteLine",zodProps:DW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this.getSubcircuit(),r=this.getGroup(),s=this._computePcbGlobalTransformBeforeLayout(),o=$e(s,{x:t.x1,y:t.y1}),a=$e(s,{x:t.x2,y:t.y2}),c=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id??void 0,l=e.pcb_note_line.insert({pcb_component_id:c,subcircuit_id:i?.subcircuit_id??void 0,pcb_group_id:r?.pcb_group_id??void 0,x1:o.x,y1:o.y,x2:a.x,y2:a.y,stroke_width:t.strokeWidth??.1,color:t.color,is_dashed:t.isDashed});this.pcb_note_line_id=l.pcb_note_line_id}getPcbSize(){let{_parsedProps:e}=this;return{width:Math.abs(e.x2-e.x1),height:Math.abs(e.y2-e.y1)}}},jnt=class extends Me{constructor(){super(...arguments);f(this,"pcb_note_rect_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"PcbNoteRect",zodProps:zW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._computePcbGlobalTransformBeforeLayout(),r=$e(i,{x:0,y:0}),s=this.getSubcircuit(),o=this.getGroup(),a=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id??void 0,c=e.pcb_note_rect.insert({pcb_component_id:a,subcircuit_id:s?.subcircuit_id??void 0,pcb_group_id:o?.pcb_group_id??void 0,center:r,width:t.width,height:t.height,stroke_width:t.strokeWidth??.1,is_filled:t.isFilled??!1,has_stroke:t.hasStroke??!0,is_stroke_dashed:t.isStrokeDashed??!1,color:t.color,corner_radius:t.cornerRadius??void 0});this.pcb_note_rect_id=c.pcb_note_rect_id}getPcbSize(){let{_parsedProps:e}=this,t=typeof e.width=="string"?parseFloat(e.width):e.width,i=typeof e.height=="string"?parseFloat(e.height):e.height;return{width:t,height:i}}},Bnt=class extends Me{constructor(){super(...arguments);f(this,"pcb_note_text_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"PcbNoteText",zodProps:FW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._computePcbGlobalTransformBeforeLayout(),r=$e(i,{x:0,y:0}),s=this.getSubcircuit(),o=this.getGroup(),a=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id??void 0,c=e.pcb_note_text.insert({pcb_component_id:a,subcircuit_id:s?.subcircuit_id??void 0,pcb_group_id:o?.pcb_group_id??void 0,font:t.font??"tscircuit2024",font_size:t.fontSize??1,text:t.text,anchor_position:r,anchor_alignment:t.anchorAlignment??"center",color:t.color});this.pcb_note_text_id=c.pcb_note_text_id}getPcbSize(){let{_parsedProps:e}=this,t=typeof e.fontSize=="string"?parseFloat(e.fontSize):e.fontSize??1,i=t*.6;return{width:e.text.length*i,height:t}}},Ynt=class extends Me{constructor(){super(...arguments);f(this,"pcb_note_path_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"PcbNotePath",zodProps:$W}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._computePcbGlobalTransformBeforeLayout(),r=this.getSubcircuit(),s=this.getGroup(),o=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id??void 0,a=t.route.map(l=>{let{x:u,y:p,...d}=l,_=typeof u=="string"?parseFloat(u):u,g=typeof p=="string"?parseFloat(p):p,x=$e(i,{x:_,y:g});return{...d,x:x.x,y:x.y}}),c=e.pcb_note_path.insert({pcb_component_id:o,subcircuit_id:r?.subcircuit_id??void 0,pcb_group_id:s?.pcb_group_id??void 0,route:a,stroke_width:t.strokeWidth??.1,color:t.color});this.pcb_note_path_id=c.pcb_note_path_id}getPcbSize(){let{_parsedProps:e}=this;if(e.route.length===0)return{width:0,height:0};let t=e.route.map(c=>typeof c.x=="string"?parseFloat(c.x):c.x),i=e.route.map(c=>typeof c.y=="string"?parseFloat(c.y):c.y),r=Math.min(...t),s=Math.max(...t),o=Math.min(...i),a=Math.max(...i);return{width:s-r,height:a-o}}},Xnt=class extends Me{constructor(){super(...arguments);f(this,"pcb_note_dimension_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"PcbNoteDimension",zodProps:jW}}_resolvePoint(e,t){if(typeof e=="string"){let s=this.getSubcircuit().selectOne(`.${e}`);return s?s._getGlobalPcbPositionBeforeLayout():(this.renderError(`PcbNoteDimension could not find selector "${e}"`),$e(t,{x:0,y:0}))}let i=typeof e.x=="string"?parseFloat(e.x):e.x,r=typeof e.y=="string"?parseFloat(e.y):e.y;return $e(t,{x:i,y:r})}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._computePcbGlobalTransformBeforeLayout(),r=this._resolvePoint(t.from,i),s=this._resolvePoint(t.to,i),o=this.getSubcircuit(),a=this.getGroup(),c=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id??void 0,l=t.text??this._formatDistanceText({from:r,to:s,units:t.units??"mm"}),u=e.pcb_note_dimension.insert({pcb_component_id:c,subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:a?.pcb_group_id??void 0,from:r,to:s,text:l,font:t.font??"tscircuit2024",font_size:t.fontSize??1,color:t.color,arrow_size:t.arrowSize??1});this.pcb_note_dimension_id=u.pcb_note_dimension_id}getPcbSize(){let e=this._computePcbGlobalTransformBeforeLayout(),t=this._resolvePoint(this._parsedProps.from,e),i=this._resolvePoint(this._parsedProps.to,e);return{width:Math.abs(i.x-t.x),height:Math.abs(i.y-t.y)}}_formatDistanceText({from:e,to:t,units:i}){let r=t.x-e.x,s=t.y-e.y,o=Math.sqrt(r*r+s*s),a=i==="in"?o/25.4:o,c=Math.round(a);if(Math.abs(a-c)<1e-9)return`${c}${i}`;let u=i==="in"?3:2;return`${i==="in"?Number(a.toFixed(u)).toString():a.toFixed(u)}${i}`}},W_=(n,e)=>{let{injectionDb:t,normalComponent:i}=e;if(!i)return;let r=V_({componentName:i.name,componentRotation:"0deg"},t.toArray().filter(s=>"pcb_component_id"in s&&s.pcb_component_id===n.pcb_component_id));i.addAll(r)};function C7t(n,e){let{injectionDb:t,subcircuit:i,groupsMap:r}=e,s=t.pcb_component.getWhere({source_component_id:n.source_component_id}),o=t.cad_component.getWhere({source_component_id:n.source_component_id}),a=new v9({name:n.name,resistance:n.resistance});s&&W_(s,{...e,normalComponent:a}),n.source_group_id&&r?.has(n.source_group_id)?r.get(n.source_group_id).add(a):i.add(a)}function I7t(n,e){let{injectionDb:t,subcircuit:i}=e;if(n.source_component_id!==null)return;let r=t.pcb_port.getWhere({source_port_id:n.source_port_id}),s=new Vi({name:n.name,pinNumber:n.pin_number});i.add(s),s.source_port_id=n.source_port_id;let o=i.root;if(o&&r){let{db:a}=o,c=a.pcb_port.insert({pcb_component_id:void 0,layers:r.layers,subcircuit_id:i.subcircuit_id??void 0,pcb_group_id:i.getGroup()?.pcb_group_id??void 0,x:r.x,y:r.y,source_port_id:n.source_port_id,is_board_pinout:!1});s.pcb_port_id=c.pcb_port_id}}function N7t(n,e){let{subcircuit:t,groupsMap:i}=e,r=new yl({name:n.name});return r.source_group_id=n.source_group_id,t.add(r),i&&i.set(n.source_group_id,r),r}var A7t=(n,e)=>{if(!n||n.length===0)return;let{injectionDb:t}=e,i=n.map(r=>r.map(s=>{let o=t.source_port.get(s);return o?o.pin_number!==void 0&&o.pin_number!==null?`pin${o.pin_number}`:o.name:null}).filter(s=>s!==null)).filter(r=>r.length>0);return i.length>0?i:void 0},R7t=(n,e)=>{let{injectionDb:t,subcircuit:i,groupsMap:r}=e,s=t.pcb_component.getWhere({source_component_id:n.source_component_id}),o=t.schematic_component.getWhere({source_component_id:n.source_component_id}),a=t.cad_component.getWhere({source_component_id:n.source_component_id}),c=A7t(n.internally_connected_source_port_ids,e),l=new X1({name:n.name,manufacturerPartNumber:n.manufacturer_part_number,supplierPartNumbers:n.supplier_part_numbers??void 0,pinLabels:o?.port_labels??void 0,schWidth:o?.size?.width,schHeight:o?.size?.height,schPinSpacing:o?.pin_spacing,schX:o?.center?.x,schY:o?.center?.y,layer:s?.layer,pcbX:s?.center?.x,pcbY:s?.center?.y,pcbRotation:s?.rotation,doNotPlace:s?.do_not_place,obstructsWithinBounds:s?.obstructs_within_bounds,internallyConnectedPins:c}),u=a?.footprinter_string??null;u&&(Object.assign(l.props,{footprint:u}),Object.assign(l._parsedProps,{footprint:u}),a||l._addChildrenFromStringFootprint?.()),s&&W_(s,{...e,normalComponent:l}),n.source_group_id&&r?.has(n.source_group_id)?r.get(n.source_group_id).add(l):i.add(l)};function O7t(n,e){let{injectionDb:t,subcircuit:i,groupsMap:r}=e,s=t.pcb_component.getWhere({source_component_id:n.source_component_id}),o=t.cad_component.getWhere({source_component_id:n.source_component_id}),a=new x9({name:n.name,capacitance:n.capacitance});s&&W_(s,{...e,normalComponent:a}),n.source_group_id&&r?.has(n.source_group_id)?r.get(n.source_group_id).add(a):i.add(a)}var S9=class extends Gn{constructor(){super(...arguments);f(this,"_adjustSilkscreenTextAutomatically",!0)}get config(){return{componentName:"Inductor",schematicSymbolName:this.props.symbolName??"inductor",zodProps:eW,sourceFtype:Va.simple_inductor}}_getSchematicSymbolDisplayValue(){return`${gi(this._parsedProps.inductance)}H`}initPorts(){super.initPorts({additionalAliases:{pin1:["anode","pos","left"],pin2:["cathode","neg","right"]}})}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({name:this.name,ftype:Va.simple_inductor,inductance:t.inductance,supplier_part_numbers:t.supplierPartNumbers,are_pins_interchangeable:!0});this.source_component_id=i.source_component_id}};function L7t(n,e){let{injectionDb:t,subcircuit:i,groupsMap:r}=e,s=t.pcb_component.getWhere({source_component_id:n.source_component_id}),o=t.cad_component.getWhere({source_component_id:n.source_component_id}),a=new S9({name:n.name,inductance:n.inductance});s&&W_(s,{...e,normalComponent:a}),n.source_group_id&&r?.has(n.source_group_id)?r.get(n.source_group_id).add(a):i.add(a)}function F7t(n,e){let{injectionDb:t,subcircuit:i,groupsMap:r}=e,s=t.pcb_component.getWhere({source_component_id:n.source_component_id}),o=t.cad_component.getWhere({source_component_id:n.source_component_id}),a=new b9({name:n.name});s&&W_(s,{...e,normalComponent:a}),n.source_group_id&&r?.has(n.source_group_id)?r.get(n.source_group_id).add(a):i.add(a)}var z7t=(n,e)=>{let t=[],i=n.source_group_id;for(;i;){let r=e.source_group.get(i);if(!r)break;t.unshift(`.${r.name}`),i=r.parent_source_group_id}return t.push(`.${n.name}`),t.join(" > ")};function $7t(n,e){let{injectionDb:t,subcircuit:i}=e,r=[];for(let o of n.connected_source_port_ids){let a=t.source_port.get(o);if(!a)continue;let c;if(a.source_component_id){let l=t.source_component.get(a.source_component_id);l&&(c=`${z7t({name:l.name,source_group_id:l.source_group_id},t)} > .${a.name}`)}else c=`.${a.name}`;c&&r.push(c)}for(let o of n.connected_source_net_ids){let a=t.source_net.get(o);a&&r.push(`net.${a.name}`)}if(r.length<2)return;let s=new Fs({path:r});s.source_trace_id=n.source_trace_id,i.add(s)}var w9=class extends Gn{constructor(){super(...arguments);f(this,"emitter",this.portMap.pin1);f(this,"collector",this.portMap.pin2);f(this,"base",this.portMap.pin3)}get config(){let e=this.props.type==="npn"?"npn_bipolar_transistor":"pnp_bipolar_transistor";return{componentName:"Transistor",schematicSymbolName:this.props.symbolName??e,zodProps:QH,sourceFtype:"simple_transistor",shouldRenderAsSchematicBox:!1}}initPorts(){let e={pin1:["collector","c"],pin2:["emitter","e"],pin3:["base","b"]};super.initPorts({pinCount:3,additionalAliases:e})}doInitialCreateNetsFromProps(){this._createNetsFromProps([...this._getNetsFromConnectionsProp()])}doInitialCreateTracesFromProps(){this._createTracesFromConnectionsProp()}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_transistor",name:this.name,transistor_type:t.type});this.source_component_id=i.source_component_id}};function D7t(n,e){let{injectionDb:t,subcircuit:i,groupsMap:r}=e,s=t.pcb_component.getWhere({source_component_id:n.source_component_id}),o=t.cad_component.getWhere({source_component_id:n.source_component_id}),a=new w9({name:n.name,type:n.transistor_type});s&&W_(s,{...e,normalComponent:a}),n.source_group_id&&r?.has(n.source_group_id)?r.get(n.source_group_id).add(a):i.add(a)}var Unt=class extends yl{constructor(n){super({...n,subcircuit:!0})}doInitialInflateSubcircuitCircuitJson(){let{circuitJson:n,children:e}=this._parsedProps;if(!n)return;let t=Ze(n);if(n&&e?.length>0)throw new Error("Subcircuit cannot have both circuitJson and children");let r={injectionDb:t,subcircuit:this,groupsMap:new Map},s=t.source_group.list();for(let l of s)N7t(l,r);let o=t.source_component.list();for(let l of o)switch(l.ftype){case"simple_resistor":C7t(l,r);break;case"simple_capacitor":O7t(l,r);break;case"simple_inductor":L7t(l,r);break;case"simple_diode":F7t(l,r);break;case"simple_chip":R7t(l,r);break;case"simple_transistor":D7t(l,r);break;default:throw new Error(`No inflator implemented for source component ftype: "${l.ftype}"`)}let a=t.source_port.list();for(let l of a)I7t(l,r);let c=t.source_trace.list();for(let l of c)$7t(l,r)}},Vnt=class extends yl{constructor(n){super({...n,subcircuit:!0})}doInitialPcbPrimitiveRender(){if(super.doInitialPcbPrimitiveRender(),this.root?.pcbDisabled)return;let{db:n}=this.root,e=this._parsedProps;if(!this.pcb_group_id)return;let t=n.pcb_group.get(this.pcb_group_id),i=e.paddingLeft??e.padding??0,r=e.paddingRight??e.padding??0,s=e.paddingTop??e.padding??0,o=e.paddingBottom??e.padding??0;n.pcb_group.update(this.pcb_group_id,{width:(t.width??0)+i+r,height:(t.height??0)+s+o,center:{x:t.center.x+(r-i)/2,y:t.center.y+(s-o)/2}})}},Gnt=class extends Me{constructor(){super(...arguments);f(this,"pcb_breakout_point_id",null);f(this,"matchedPort",null);f(this,"matchedNet",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"BreakoutPoint",zodProps:dW}}_matchConnection(){let{connection:e}=this._parsedProps,t=this.getSubcircuit();t&&(this.matchedPort=t.selectOne(e,{type:"port"}),this.matchedPort||(this.matchedNet=t.selectOne(e,{type:"net"})),!this.matchedPort&&!this.matchedNet&&this.renderError(`Could not find connection target "${e}"`))}_getSourceTraceIdForPort(e){let{db:t}=this.root;return t.source_trace.list().find(r=>r.connected_source_port_ids.includes(e.source_port_id))?.source_trace_id}_getSourceNetIdForPort(e){let{db:t}=this.root;return t.source_trace.list().find(r=>r.connected_source_port_ids.includes(e.source_port_id))?.connected_source_net_ids[0]}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root;this._matchConnection();let{pcbX:t=0,pcbY:i=0}=this._parsedProps,r=this.parent?.getGroup(),s=this.getSubcircuit();if(!r||!r.pcb_group_id)return;let o=e.pcb_breakout_point.insert({pcb_group_id:r.pcb_group_id,subcircuit_id:s?.subcircuit_id??void 0,source_port_id:this.matchedPort?.source_port_id??void 0,source_trace_id:this.matchedPort?this._getSourceTraceIdForPort(this.matchedPort):void 0,source_net_id:this.matchedNet?this.matchedNet.source_net_id:this.matchedPort?this._getSourceNetIdForPort(this.matchedPort):void 0,x:t,y:i});this.pcb_breakout_point_id=o.pcb_breakout_point_id}_getPcbCircuitJsonBounds(){let{pcbX:e=0,pcbY:t=0}=this._parsedProps;return{center:{x:e,y:t},bounds:{left:e,top:t,right:e,bottom:t},width:0,height:0}}_setPositionFromLayout(e){let{db:t}=this.root;this.pcb_breakout_point_id&&t.pcb_breakout_point.update(this.pcb_breakout_point_id,{x:e.x,y:e.y})}getPcbSize(){return{width:0,height:0}}},Hnt=class extends Me{constructor(){super(...arguments);f(this,"source_net_label_id")}get config(){return{componentName:"NetLabel",zodProps:ZH}}_getAnchorSide(){let{_parsedProps:e}=this;if(e.anchorSide)return e.anchorSide;if(!this._resolveConnectsTo())return"right";let i=this._getGlobalSchematicPositionBeforeLayout(),r=this._getConnectedPorts();if(r.length===0)return"right";let s=r[0]._getGlobalSchematicPositionBeforeLayout(),o=s.x-i.x,a=s.y-i.y;if(Math.abs(o)>Math.abs(a)){if(o>0)return"right";if(o<0)return"left"}else{if(a>0)return"top";if(a<0)return"bottom"}return"right"}_getConnectedPorts(){let e=this._resolveConnectsTo();if(!e)return[];let t=[];for(let i of e){let r=this.getSubcircuit().selectOne(i);r&&t.push(r)}return t}computeSchematicPropsTransform(){let{_parsedProps:e}=this;if(e.schX===void 0&&e.schY===void 0){let t=this._getConnectedPorts();if(t.length>0){let i=t[0]._getGlobalSchematicPositionBeforeLayout(),r=$e(this.parent?.computeSchematicGlobalTransform?.()??Sr(),{x:0,y:0});return An(i.x-r.x,i.y-r.y)}}return super.computeSchematicPropsTransform()}doInitialSchematicPrimitiveRender(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._getGlobalSchematicPositionBeforeLayout(),r=this.getSubcircuit().selectOne(`net.${this._getNetName()}`),s=t.anchorSide??"right",o=_l({anchor_position:i,anchor_side:s,text:t.net}),a=e.schematic_net_label.insert({text:t.net,source_net_id:r.source_net_id,anchor_position:i,center:o,anchor_side:this._getAnchorSide()});this.source_net_label_id=a.source_net_id}_resolveConnectsTo(){let{_parsedProps:e}=this,t=e.connectsTo??e.connection;if(Array.isArray(t))return t;if(typeof t=="string")return[t]}_getNetName(){let{_parsedProps:e}=this;return e.net}doInitialCreateNetsFromProps(){let{_parsedProps:e}=this;e.net&&nP(this,[`net.${e.net}`])}doInitialCreateTracesFromNetLabels(){if(this.root?.schematicDisabled)return;let e=this._resolveConnectsTo();if(e)for(let t of e)this.add(new Fs({from:t,to:`net.${this._getNetName()}`}))}doInitialSchematicTraceRender(){if(!this.root?._featureMspSchematicTraceRouting||this.root?.schematicDisabled)return;let{db:e}=this.root,t=this._resolveConnectsTo();if(!t||t.length===0)return;let i=this._getGlobalSchematicPositionBeforeLayout(),r=this._getAnchorSide(),o={left:"x-",right:"x+",top:"y+",bottom:"y-"}[r],a=this.getSubcircuit().selectOne(`net.${this._getNetName()}`);for(let c of t){let l=this.getSubcircuit().selectOne(c,{type:"port"});if(!l||!l.schematic_port_id)continue;let u=!1;if(a?.source_net_id){let w=e.source_trace.list().find(P=>P.connected_source_net_ids?.includes(a.source_net_id)&&P.connected_source_port_ids?.includes(l.source_port_id??""));if(w&&(u=e.schematic_trace.list().some(P=>P.source_trace_id===w.source_trace_id)),u)continue}let p=l._getGlobalSchematicPositionAfterLayout(),d=n9(l.facingDirection??"right")??"x+",_=Wc({x:p.x,y:p.y,facingDirection:d},{x:i.x,y:i.y,facingDirection:o});if(!Array.isArray(_)||_.length<2)continue;let g=[];for(let w=0;w<_.length-1;w++)g.push({from:{x:_[w].x,y:_[w].y},to:{x:_[w+1].x,y:_[w+1].y}});let x,v;if(a?.source_net_id&&l.source_port_id){let w=e.source_trace.list().find(P=>P.connected_source_net_ids?.includes(a.source_net_id)&&P.connected_source_port_ids?.includes(l.source_port_id));x=w?.source_trace_id,v=w?.subcircuit_connectivity_map_key||e.source_net.get(a.source_net_id)?.subcircuit_connectivity_map_key}e.schematic_trace.insert({source_trace_id:x,edges:g,junctions:[],subcircuit_connectivity_map_key:v}),e.schematic_port.update(l.schematic_port_id,{is_connected:!0})}}},Wnt=class extends Me{constructor(){super(...arguments);f(this,"pcb_silkscreen_circle_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"SilkscreenCircle",zodProps:OW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,{maybeFlipLayer:i}=this._getPcbPrimitiveFlippedHelpers(),r=i(t.layer??"top");if(r!=="top"&&r!=="bottom")throw new Error(`Invalid layer "${r}" for SilkscreenCircle. Must be "top" or "bottom".`);let s=this._computePcbGlobalTransformBeforeLayout(),o=this.getSubcircuit(),a=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id,c=e.pcb_silkscreen_circle.insert({pcb_component_id:a,layer:r,center:{x:t.pcbX??0,y:t.pcbY??0},radius:t.radius,subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0,stroke_width:t.strokeWidth??.1});this.pcb_silkscreen_circle_id=c.pcb_silkscreen_circle_id}getPcbSize(){let{_parsedProps:e}=this,t=e.radius*2;return{width:t,height:t}}},qnt=class extends Me{constructor(){super(...arguments);f(this,"pcb_silkscreen_rect_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"SilkscreenRect",zodProps:RW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,{maybeFlipLayer:i}=this._getPcbPrimitiveFlippedHelpers(),r=i(t.layer??"top");if(r!=="top"&&r!=="bottom")throw new Error(`Invalid layer "${r}" for SilkscreenRect. Must be "top" or "bottom".`);let s=this.getSubcircuit(),o=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id,a=e.pcb_silkscreen_rect.insert({pcb_component_id:o,layer:r,center:{x:t.pcbX??0,y:t.pcbY??0},width:t.width,height:t.height,subcircuit_id:s?.subcircuit_id??void 0,pcb_group_id:this?.getGroup()?.pcb_group_id??void 0,stroke_width:t.strokeWidth??.1,is_filled:t.filled??!1,corner_radius:t.cornerRadius??void 0});this.pcb_silkscreen_rect_id=a.pcb_silkscreen_rect_id}getPcbSize(){let{_parsedProps:e}=this;return{width:e.width,height:e.height}}},Znt=class extends Me{constructor(){super(...arguments);f(this,"pcb_silkscreen_line_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"SilkscreenLine",zodProps:AW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,{maybeFlipLayer:i}=this._getPcbPrimitiveFlippedHelpers(),r=i(t.layer??"top");if(r!=="top"&&r!=="bottom")throw new Error(`Invalid layer "${r}" for SilkscreenLine. Must be "top" or "bottom".`);let s=this.getSubcircuit(),o=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id,a=e.pcb_silkscreen_line.insert({pcb_component_id:o,layer:r,x1:t.x1,y1:t.y1,x2:t.x2,y2:t.y2,stroke_width:t.strokeWidth??.1,subcircuit_id:s?.subcircuit_id??void 0,pcb_group_id:s?.getGroup()?.pcb_group_id??void 0});this.pcb_silkscreen_line_id=a.pcb_silkscreen_line_id}getPcbSize(){let{_parsedProps:e}=this,t=Math.abs(e.x2-e.x1),i=Math.abs(e.y2-e.y1);return{width:t,height:i}}},Knt=class extends Me{constructor(e){super(e);f(this,"pcb_via_id",null);f(this,"matchedPort",null);f(this,"isPcbPrimitive",!0);f(this,"source_manually_placed_via_id",null);f(this,"subcircuit_connectivity_map_key",null);let t=this._getLayers();this._parsedProps.layers=t,this.initPorts()}get config(){return{componentName:"Via",zodProps:pW}}getAvailablePcbLayers(){return["top","inner1","inner2","bottom"]}_getResolvedViaDiameters(e){return iLt({holeDiameter:this._parsedProps.holeDiameter,padDiameter:this._parsedProps.outerDiameter},e)}getPcbSize(){let e=this.getInheritedMergedProperty("pcbStyle"),{padDiameter:t}=this._getResolvedViaDiameters(e);return{width:t,height:t}}_getPcbCircuitJsonBounds(){let{db:e}=this.root,t=e.pcb_via.get(this.pcb_via_id),i=this.getPcbSize();return{center:{x:t.x,y:t.y},bounds:{left:t.x-i.width/2,top:t.y-i.height/2,right:t.x+i.width/2,bottom:t.y+i.height/2},width:i.width,height:i.height}}_setPositionFromLayout(e){let{db:t}=this.root;t.pcb_via.update(this.pcb_via_id,{x:e.x,y:e.y})}_getLayers(){let{fromLayer:e="top",toLayer:t="bottom"}=this._parsedProps;return e===t?[e]:[e,t]}initPorts(){let e=this._parsedProps.layers;for(let i of e){let r=new Vi({name:i,layer:i});r.registerMatch(this),this.add(r)}let t=new Vi({name:"pin1"});t.registerMatch(this),this.add(t)}_getConnectedNetOrTrace(){let e=this._parsedProps.connectsTo;if(!e)return null;let t=this.getSubcircuit(),i=Array.isArray(e)?e:[e];for(let r of i)if(r.startsWith("net.")){let s=t.selectOne(r,{type:"net"});if(s)return s}return null}doInitialPcbComponentRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,t=this.getInheritedMergedProperty("pcbStyle"),{padDiameter:i}=this._getResolvedViaDiameters(t),r=this._getGlobalPcbPositionBeforeLayout(),s=this.getSubcircuit(),o=e.pcb_component.insert({center:r,width:i,height:i,layer:this._parsedProps.fromLayer??"top",rotation:0,source_component_id:this.source_component_id,subcircuit_id:s?.subcircuit_id??void 0,obstructs_within_bounds:!0});this.pcb_component_id=o.pcb_component_id}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=this.getGroup(),r=this.getSubcircuit(),s=e.source_manually_placed_via.insert({source_group_id:i?.source_group_id,source_net_id:t.net??"",subcircuit_id:r?.subcircuit_id??void 0});this.source_component_id=s.source_manually_placed_via_id}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,t=this.getInheritedMergedProperty("pcbStyle"),{holeDiameter:i,padDiameter:r}=this._getResolvedViaDiameters(t),s=this._getGlobalPcbPositionBeforeLayout(),o=this.getSubcircuit(),a=e.pcb_via.insert({x:s.x,y:s.y,hole_diameter:i,outer_diameter:r,layers:["bottom","top"],from_layer:this._parsedProps.fromLayer||"bottom",to_layer:this._parsedProps.toLayer||"top",subcircuit_id:o?.subcircuit_id??void 0,subcircuit_connectivity_map_key:this.subcircuit_connectivity_map_key??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0,net_is_assignable:this._parsedProps.netIsAssignable??void 0});this.pcb_via_id=a.pcb_via_id}},Jnt=class extends Me{constructor(){super(...arguments);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"CopperPour",zodProps:mW}}getPcbSize(){return{width:0,height:0}}doInitialCreateNetsFromProps(){let{_parsedProps:e}=this;nP(this,[e.connectsTo])}doInitialPcbCopperPourRender(){this.root?.pcbDisabled||this._queueAsyncEffect("PcbCopperPourRender",async()=>{let{db:e}=this.root,{_parsedProps:t}=this,i=this.getSubcircuit().selectOne(t.connectsTo);if(!i||!i.source_net_id){this.renderError(`Net "${t.connectsTo}" not found for copper pour`);return}let r=this.getSubcircuit(),s=e.toArray().filter(p=>p.type==="source_net"&&p.name===i.name)[0]||"",o=t.clearance??.2,a=itt(e.toArray(),{layer:t.layer,pour_connectivity_key:s.subcircuit_connectivity_map_key||"",pad_margin:t.padMargin??o,trace_margin:t.traceMargin??o,board_edge_margin:t.boardEdgeMargin??o,cutout_margin:t.cutoutMargin??o}),c=new ntt(a),{brep_shapes:l}=c.getOutput(),u=t.coveredWithSolderMask??!1;for(let p of l)e.pcb_copper_pour.insert({shape:"brep",layer:t.layer,brep_shape:p,source_net_id:i.source_net_id,subcircuit_id:r?.subcircuit_id??void 0,covered_with_solder_mask:u})})}},Qnt=class extends Gn{get config(){return{componentName:"Battery",schematicSymbolName:this.props.symbolName??"battery",zodProps:WH,sourceFtype:"simple_power_source"}}initPorts(){super.initPorts({additionalAliases:{pin1:["anode","pos","left"],pin2:["cathode","neg","right"]}})}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,t=n.source_component.insert({name:this.name,ftype:"simple_power_source",capacity:e.capacity,supplier_part_numbers:e.supplierPartNumbers,are_pins_interchangeable:!1});this.source_component_id=t.source_component_id}},tit=class extends Gn{_getPcbRotationBeforeLayout(){let n=this.props.pcbOrientation==="vertical"?-90:0;return(super._getPcbRotationBeforeLayout()??0)+n}get config(){return{componentName:"PinHeader",zodProps:qH,shouldRenderAsSchematicBox:!0}}_getImpliedFootprintString(){let n=this._parsedProps.pinCount??(Array.isArray(this._parsedProps.pinLabels)?this._parsedProps.pinLabels.length:this._parsedProps.pinLabels?Object.keys(this._parsedProps.pinLabels).length:0),e=this._parsedProps.holeDiameter,t=this._parsedProps.platedDiameter,i=this._parsedProps.pitch,r=this._parsedProps.showSilkscreenPinLabels;if(n>0){let s;if(i)!e&&!t?s=`pinrow${n}_p${i}`:s=`pinrow${n}_p${i}_id${e}_od${t}`;else if(!e&&!t)s=`pinrow${n}`;else return null;return r!==!0&&(s+="_nopinlabels"),s}return null}initPorts(){let n=this._parsedProps.pinCount??(Array.isArray(this._parsedProps.pinLabels)?this._parsedProps.pinLabels.length:this._parsedProps.pinLabels?Object.keys(this._parsedProps.pinLabels).length:1);for(let e=1;e<=n;e++){let t=Array.isArray(this._parsedProps.pinLabels)?this._parsedProps.pinLabels[e-1]:this._parsedProps.pinLabels?.[`pin${e}`];if(t){let i=Array.isArray(t)?t[0]:t,r=Array.isArray(t)?t.slice(1):[];this.add(new Vi({pinNumber:e,name:i,aliases:[`pin${e}`,...r]}))}else this.add(new Vi({pinNumber:e,name:`pin${e}`}))}}_getSchematicPortArrangement(){let n=this._parsedProps.pinCount??1,e=this._parsedProps.schFacingDirection??this._parsedProps.facingDirection??"right",t=this._parsedProps.schPinArrangement;return e==="left"?{leftSide:{direction:t?.leftSide?.direction??"top-to-bottom",pins:t?.leftSide?.pins??Array.from({length:n},(i,r)=>`pin${r+1}`)}}:{rightSide:{direction:t?.rightSide?.direction??"top-to-bottom",pins:t?.rightSide?.pins??Array.from({length:n},(i,r)=>`pin${r+1}`)}}}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,t=n.source_component.insert({ftype:"simple_pin_header",name:this.name,supplier_part_numbers:e.supplierPartNumbers,pin_count:e.pinCount,gender:e.gender,are_pins_interchangeable:!0});this.source_component_id=t.source_component_id}};function j7t(n){switch(n){case"two_ground_pins":return"crystal_4pin";case"ground_pin":return"resonator";case"no_ground":return"crystal";default:return"crystal"}}var eit=class extends Gn{get config(){return{componentName:"Resonator",schematicSymbolName:this.props.symbolName??j7t(this.props.pinVariant),zodProps:$H,shouldRenderAsSchematicBox:!1}}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,t=e.pinVariant||"no_ground",i=n.source_component.insert({ftype:"simple_resonator",name:this.name,frequency:e.frequency,load_capacitance:e.loadCapacitance,supplier_part_numbers:e.supplierPartNumbers,pin_variant:t,are_pins_interchangeable:t==="no_ground"||t==="ground_pin"});this.source_component_id=i.source_component_id}_getSchematicSymbolDisplayValue(){let n=`${gi(this._parsedProps.frequency)}Hz`;return this._parsedProps.loadCapacitance?`${n} / ${gi(this._parsedProps.loadCapacitance)}F`:n}};function B7t(n){switch(n){case"three_pin":return"potentiometer3";case"two_pin":return"potentiometer2";default:return"potentiometer2"}}var nit=class extends Gn{get config(){return{componentName:"Potentiometer",schematicSymbolName:this.props.symbolName??B7t(this.props.pinVariant),zodProps:FH,shouldRenderAsSchematicBox:!1}}_getSchematicSymbolDisplayValue(){return`${gi(this._parsedProps.maxResistance)}\u03A9`}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,t=e.pinVariant||"two_pin",i=n.source_component.insert({ftype:"simple_potentiometer",name:this.name,max_resistance:e.maxResistance,pin_variant:t,are_pins_interchangeable:t==="two_pin"});this.source_component_id=i.source_component_id}},iit=class extends Gn{get config(){return{componentName:"PushButton",schematicSymbolName:this.props.symbolName??"push_button_normally_open_momentary",zodProps:KH,sourceFtype:Va.simple_push_button}}get defaultInternallyConnectedPinNames(){return[]}initPorts(){super.initPorts({pinCount:2,ignoreSymbolPorts:!0});let n=_i[this._getSchematicSymbolNameOrThrow()],e=n.ports.find(l=>l.labels.includes("1")),t=n.ports.find(l=>l.labels.includes("2")),i=this.selectAll("port"),r=i.find(l=>l.props.pinNumber===1),s=i.find(l=>l.props.pinNumber===2),o=i.find(l=>l.props.pinNumber===3),a=i.find(l=>l.props.pinNumber===4),{internallyConnectedPins:c}=this._parsedProps;r.schematicSymbolPortDef=e,(!c||c.length===0)&&(s.schematicSymbolPortDef=t);for(let[l,u]of[[2,s],[3,o],[4,a]]){let p=c?.find(([_,g])=>_===`pin${l}`||g===`pin${l}`);if(!p){u.schematicSymbolPortDef=t;break}(p?.[0]===`pin${l}`?p[1]:p?.[0])!=="pin1"&&(u.schematicSymbolPortDef=t)}}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,t=n.source_component.insert({name:this.name,ftype:Va.simple_push_button,supplier_part_numbers:e.supplierPartNumbers,are_pins_interchangeable:!0});this.source_component_id=t.source_component_id}},rit=class extends Gn{get config(){return{schematicSymbolName:this.props.symbolName??(this.props.pinVariant==="four_pin"?"crystal_4pin":"crystal"),componentName:"Crystal",zodProps:zH,sourceFtype:"simple_crystal"}}initPorts(){let n=this.props.pinVariant==="four_pin"?{pin1:["left1","1"],pin2:["top1","2","gnd1"],pin3:["right1","3"],pin4:["bottom1","4","gnd2"]}:{pin1:["pos","left"],pin2:["neg","right"]};super.initPorts({additionalAliases:n})}_getSchematicSymbolDisplayValue(){let n=`${gi(this._parsedProps.frequency)}Hz`;return this._parsedProps.loadCapacitance?`${n} / ${gi(this._parsedProps.loadCapacitance)}F`:n}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,t=n.source_component.insert({name:this.name,ftype:"simple_crystal",frequency:e.frequency,load_capacitance:e.loadCapacitance,pin_variant:e.pinVariant||"two_pin",are_pins_interchangeable:(e.pinVariant||"two_pin")==="two_pin"});this.source_component_id=t.source_component_id}},sit=class extends Gn{get config(){let n=this.props.mosfetMode==="depletion"?"d":"e",t=`${this.props.channelType}_channel_${n}_mosfet_transistor`;return{componentName:"Mosfet",schematicSymbolName:this.props.symbolName??t,zodProps:tW,shouldRenderAsSchematicBox:!1}}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,t=n.source_component.insert({ftype:"simple_mosfet",name:this.name,mosfet_mode:e.mosfetMode,channel_type:e.channelType});this.source_component_id=t.source_component_id}};function Y7t(n){return n.simSwitchFrequency!==void 0||n.simCloseAt!==void 0||n.simOpenAt!==void 0||n.simStartClosed!==void 0||n.simStartOpen!==void 0}var oit=class extends Gn{_getSwitchType(){let n=this._parsedProps;return n?n.dpdt?"dpdt":n.spst?"spst":n.spdt?"spdt":n.dpst?"dpst":n.type??"spst":"spst"}get config(){let n=this._getSwitchType(),e=this._parsedProps?.isNormallyClosed??!1,t={spst:e?"spst_normally_closed_switch":"spst_switch",spdt:e?"spdt_normally_closed_switch":"spdt_switch",dpst:e?"dpst_normally_closed_switch":"dpst_switch",dpdt:e?"dpdt_normally_closed_switch":"dpdt_switch"};return{componentName:"Switch",schematicSymbolName:this.props.symbolName??t[n],zodProps:oW,shouldRenderAsSchematicBox:!1}}doInitialSourceRender(){let{db:n}=this.root,e=this._parsedProps??{},t=n.source_component.insert({ftype:"simple_switch",name:this.name,are_pins_interchangeable:this._getSwitchType()==="spst"});this.source_component_id=t.source_component_id}doInitialSimulationRender(){let{_parsedProps:n}=this;if(!Y7t(n))return;let{db:e}=this.root,t={type:"simulation_switch",source_component_id:this.source_component_id||""};n.simSwitchFrequency!==void 0&&(t.switching_frequency=Fr.parse(n.simSwitchFrequency)),n.simCloseAt!==void 0&&(t.closes_at=ur.parse(n.simCloseAt)),n.simOpenAt!==void 0&&(t.opens_at=ur.parse(n.simOpenAt)),n.simStartOpen!==void 0&&(t.starts_closed=!n.simStartOpen),n.simStartClosed!==void 0&&(t.starts_closed=n.simStartClosed),e.simulation_switch.insert(t)}},QA={HOLE_DIAMETER:.5,SMT_CIRCLE_DIAMETER:1.2,SMT_RECT_SIZE:2},ait=class extends Gn{get config(){return{componentName:"TestPoint",schematicSymbolName:this.props.symbolName??"testpoint",zodProps:hW,sourceFtype:Va.simple_test_point}}_getPropsWithDefaults(){let{padShape:n,holeDiameter:e,footprintVariant:t,padDiameter:i,width:r,height:s}=this._parsedProps;return!t&&e&&(t="through_hole"),t??(t="through_hole"),n??(n="circle"),t==="pad"?n==="circle"?i??(i=QA.SMT_CIRCLE_DIAMETER):n==="rect"&&(r??(r=QA.SMT_RECT_SIZE),s??(s=r)):t==="through_hole"&&(e??(e=QA.HOLE_DIAMETER)),{padShape:n,holeDiameter:e,footprintVariant:t,padDiameter:i,width:r,height:s}}_getImpliedFootprintString(){let{padShape:n,holeDiameter:e,footprintVariant:t,padDiameter:i,width:r,height:s}=this._getPropsWithDefaults();if(t==="through_hole")return`platedhole_d${e}`;if(t==="pad"){if(n==="circle")return`smtpad_circle_d${i}`;if(n==="rect")return`smtpad_rect_w${r}_h${s}`}throw new Error(`Footprint variant "${t}" with pad shape "${n}" not implemented`)}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,{padShape:t,holeDiameter:i,footprintVariant:r,padDiameter:s,width:o,height:a}=this._getPropsWithDefaults(),c=n.source_component.insert({ftype:Va.simple_test_point,name:this.name,supplier_part_numbers:e.supplierPartNumbers,footprint_variant:r,pad_shape:t,pad_diameter:s,hole_diameter:i,width:o,height:a,are_pins_interchangeable:!0});this.source_component_id=c.source_component_id}},cit=class extends Me{constructor(){super(...arguments);f(this,"isSchematicPrimitive",!0)}get config(){return{componentName:"SchematicText",zodProps:TW}}doInitialSchematicPrimitiveRender(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._getGlobalSchematicPositionBeforeLayout();e.schematic_text.insert({anchor:t.anchor??"center",text:t.text,font_size:t.fontSize,color:t.color||"#000000",position:{x:i.x,y:i.y},rotation:t.schRotation??0})}},lit=class extends Me{constructor(){super(...arguments);f(this,"isSchematicPrimitive",!0);f(this,"schematic_line_id")}get config(){return{componentName:"SchematicLine",zodProps:kW}}doInitialSchematicPrimitiveRender(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._getGlobalSchematicPositionBeforeLayout(),r=this.getPrimitiveContainer()?.parent?.schematic_component_id,s=e.schematic_line.insert({schematic_component_id:r,x1:t.x1+i.x,y1:t.y1+i.y,x2:t.x2+i.x,y2:t.y2+i.y,stroke_width:t.strokeWidth??oP,color:t.color??sP,is_dashed:!1,subcircuit_id:this.getSubcircuit().subcircuit_id??void 0});this.schematic_line_id=s.schematic_line_id}},uit=class extends Me{constructor(){super(...arguments);f(this,"isSchematicPrimitive",!0);f(this,"schematic_rect_id")}get config(){return{componentName:"SchematicRect",zodProps:PW}}doInitialSchematicPrimitiveRender(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._getGlobalSchematicPositionBeforeLayout(),r=this.getPrimitiveContainer()?.parent?.schematic_component_id,s=e.schematic_rect.insert({center:{x:i.x,y:i.y},width:t.width,height:t.height,stroke_width:t.strokeWidth??oP,color:t.color??sP,is_filled:t.isFilled,schematic_component_id:r,is_dashed:t.isDashed,rotation:t.rotation??0,subcircuit_id:this.getSubcircuit().subcircuit_id??void 0});this.schematic_rect_id=s.schematic_rect_id}},pit=class extends Me{constructor(){super(...arguments);f(this,"isSchematicPrimitive",!0);f(this,"schematic_arc_id")}get config(){return{componentName:"SchematicArc",zodProps:vW}}doInitialSchematicPrimitiveRender(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._getGlobalSchematicPositionBeforeLayout(),r=this.getPrimitiveContainer()?.parent?.schematic_component_id,s=e.schematic_arc.insert({schematic_component_id:r,center:{x:t.center.x+i.x,y:t.center.y+i.y},radius:t.radius,start_angle_degrees:t.startAngleDegrees,end_angle_degrees:t.endAngleDegrees,direction:t.direction,stroke_width:t.strokeWidth??oP,color:t.color??sP,is_dashed:t.isDashed,subcircuit_id:this.getSubcircuit().subcircuit_id??void 0});this.schematic_arc_id=s.schematic_arc_id}},hit=class extends Me{constructor(){super(...arguments);f(this,"isSchematicPrimitive",!0);f(this,"schematic_circle_id")}get config(){return{componentName:"SchematicCircle",zodProps:wW}}doInitialSchematicPrimitiveRender(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._getGlobalSchematicPositionBeforeLayout(),r=this.getPrimitiveContainer()?.parent?.schematic_component_id,s=e.schematic_circle.insert({schematic_component_id:r,center:{x:t.center.x+i.x,y:t.center.y+i.y},radius:t.radius,stroke_width:t.strokeWidth??oP,color:t.color??sP,is_filled:t.isFilled,fill_color:t.fillColor,is_dashed:t.isDashed,subcircuit_id:this.getSubcircuit().subcircuit_id??void 0});this.schematic_circle_id=s.schematic_circle_id}};function X7t({anchor:n,x:e,y:t,width:i,height:r,isInside:s}){switch(n){case"top_left":return{x:e,y:t+r,textAnchor:s?"top_left":"bottom_left"};case"top_center":return{x:e+i/2,y:t+r,textAnchor:s?"top_center":"bottom_center"};case"top_right":return{x:e+i,y:t+r,textAnchor:s?"top_right":"bottom_right"};case"center_left":return{x:e,y:t+r/2,textAnchor:s?"center_left":"center_right"};case"center":return{x:e+i/2,y:t+r/2,textAnchor:"center"};case"center_right":return{x:e+i,y:t+r/2,textAnchor:s?"center_right":"center_left"};case"bottom_left":return{x:e,y:t,textAnchor:s?"bottom_left":"top_left"};case"bottom_center":return{x:e+i/2,y:t,textAnchor:s?"bottom_center":"top_center"};case"bottom_right":return{x:e+i,y:t,textAnchor:s?"bottom_right":"top_right"};default:return{x:e+i/2,y:t+r,textAnchor:"center"}}}var dit=class extends Me{constructor(){super(...arguments);f(this,"isSchematicPrimitive",!0)}get config(){return{componentName:"SchematicBox",zodProps:SW,shouldRenderAsSchematicBox:!0}}doInitialSchematicPrimitiveRender(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=.6,r=typeof t.padding=="number"?t.padding:0,s=typeof t.paddingTop=="number"?t.paddingTop:r,o=typeof t.paddingBottom=="number"?t.paddingBottom:r,a=typeof t.paddingLeft=="number"?t.paddingLeft:r,c=typeof t.paddingRight=="number"?t.paddingRight:r,l=t.overlay&&t.overlay.length>0,u=typeof t.width=="number"&&typeof t.height=="number",p,d,_,g,x,v;if(l){let P=t.overlay.map(nt=>({selector:nt,port:this.getSubcircuit().selectOne(nt,{type:"port"})})).filter(({port:nt})=>nt!=null).map(({port:nt})=>({position:nt._getGlobalSchematicPositionAfterLayout()}));if(P.length===0)return;let T=P.map(nt=>nt.position.x),k=P.map(nt=>nt.position.y),C=Math.min(...T),M=Math.max(...T),I=Math.min(...k),E=Math.max(...k),A=M-C,R=E-I,B=A===0?i:0,j=R===0?i:0,U=a+B/2,V=c+B/2,H=s+j/2,et=o+j/2,tt=C-U,mt=M+V,G=I-et,Q=E+H;p=mt-tt,d=Q-G,_=tt+(t.schX??0),g=G+(t.schY??0),x=_+p/2,v=g+d/2}else if(u){p=t.width,d=t.height;let w=this._getGlobalSchematicPositionBeforeLayout();x=w.x,v=w.y,_=x-p/2,g=v-d/2}else return;if(e.schematic_box.insert({height:d,width:p,x:_,y:g,is_dashed:t.strokeStyle==="dashed"}),t.title){let w=t.titleInside,P=.1,T=t.titleAlignment,k=X7t({anchor:T,x:_,y:g,width:p,height:d,isInside:w}),C,M,I=k.textAnchor;w?(C=T.includes("top")?-P:T.includes("bottom")?P:0,M=T.includes("left")?P:T.includes("right")?-P:0):(C=T.includes("top")?P:T.includes("bottom")?-P:0,M=T.includes("center_left")?-P:T.includes("center_right")?P:0);let E=k.x+M,A=k.y+C;e.schematic_text.insert({anchor:I,text:t.title,font_size:t.titleFontSize??.18,color:t.titleColor??"#000000",position:{x:E,y:A},rotation:0})}}},fit=class extends Me{constructor(){super(...arguments);f(this,"isSchematicPrimitive",!0);f(this,"schematic_table_id",null)}get config(){return{componentName:"SchematicTable",zodProps:MW}}doInitialSchematicPrimitiveRender(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this.children.filter(d=>d.componentName==="SchematicRow");if(i.length===0)return;let r=[],s=0;for(let d of i){let _=d.children.filter(g=>g.componentName==="SchematicCell");s=Math.max(s,_.length)}for(let d=0;d<i.length;d++)r[d]=[];for(let d=0;d<i.length;d++){let g=i[d].children.filter(v=>v.componentName==="SchematicCell"),x=0;for(let v=0;v<g.length;v++){for(;r[d][x];)x++;let w=g[v],P=w._parsedProps.colSpan??1,T=w._parsedProps.rowSpan??1;for(let k=0;k<T;k++)for(let C=0;C<P;C++)r[d+k]||(r[d+k]=[]),r[d+k][x+C]=w;x+=P}}s=Math.max(0,...r.map(d=>d.length));let o=i.map((d,_)=>d._parsedProps.height??1),a=Array.from({length:s},(d,_)=>{let g=0;for(let x=0;x<i.length;x++){let v=r[x]?.[_];if(v){let w=v._parsedProps.text??v._parsedProps.children,P=v._parsedProps.width??(w?.length??2)*.5;P>g&&(g=P)}}return g||10}),c=this._getGlobalSchematicPositionBeforeLayout(),l=e.schematic_table.insert({anchor_position:c,column_widths:a,row_heights:o,cell_padding:t.cellPadding,border_width:t.borderWidth,anchor:t.anchor,subcircuit_id:this.getSubcircuit()?.subcircuit_id||"",schematic_component_id:this.parent?.schematic_component_id||""});this.schematic_table_id=l.schematic_table_id;let u=new Set,p=0;for(let d=0;d<i.length;d++){let _=0;for(let g=0;g<s;g++){let x=r[d]?.[g];if(x&&!u.has(x)){u.add(x);let v=x._parsedProps,w=v.rowSpan??1,P=v.colSpan??1,T=0;for(let C=0;C<P;C++)T+=a[g+C];let k=0;for(let C=0;C<w;C++)k+=o[d+C];e.schematic_table_cell.insert({schematic_table_id:this.schematic_table_id,start_row_index:d,end_row_index:d+w-1,start_column_index:g,end_column_index:g+P-1,text:v.text??v.children,center:{x:c.x+_+T/2,y:c.y-p-k/2},width:T,height:k,horizontal_align:v.horizontalAlign,vertical_align:v.verticalAlign,font_size:v.fontSize??t.fontSize,subcircuit_id:this.getSubcircuit()?.subcircuit_id||""})}a[g]&&(_+=a[g])}p+=o[d]}}},mit=class extends Me{constructor(){super(...arguments);f(this,"isSchematicPrimitive",!0)}get config(){return{componentName:"SchematicRow",zodProps:EW}}},_it=class extends Me{constructor(){super(...arguments);f(this,"isSchematicPrimitive",!0);f(this,"canHaveTextChildren",!0)}get config(){return{componentName:"SchematicCell",zodProps:CW}}},yit=class extends Me{constructor(){super(...arguments);f(this,"isPrimitiveContainer",!0)}get config(){return{componentName:"Symbol",zodProps:HH}}},git=class extends Me{get config(){return{componentName:"AnalogSimulation",zodProps:JH}}doInitialSimulationRender(){let{db:n}=this.root,{duration:e,timePerStep:t}=this._parsedProps,i=e||10,r=t||.01;n.simulation_experiment.insert({name:"spice_transient_analysis",experiment_type:"spice_transient_analysis",end_time_ms:i,time_per_step:r})}},xit=class extends Me{constructor(){super(...arguments);f(this,"simulation_voltage_probe_id",null);f(this,"schematic_voltage_probe_id",null);f(this,"finalProbeName",null);f(this,"color",null)}get config(){return{componentName:"VoltageProbe",zodProps:bW}}doInitialSimulationRender(){let{db:e}=this.root,{connectsTo:t,name:i}=this._parsedProps,r=this.getSubcircuit();if(!r){this.renderError("VoltageProbe must be inside a subcircuit");return}let s=Array.isArray(t)?t:[t];if(s.length!==1){this.renderError("VoltageProbe must connect to exactly one port or net");return}let o=s[0],a=r.selectOne(o,{type:"port"}),c=a?null:r.selectOne(o,{type:"net"});if(c&&c.componentName!=="Net"){this.renderError(`VoltageProbe connection target "${o}" resolved to a non-net component "${c.componentName}".`);return}if(!a&&!c){this.renderError(`VoltageProbe could not find connection target "${o}"`);return}let l=a?.source_port_id??c?.source_net_id;if(!l){this.renderError("Could not identify connected source for VoltageProbe");return}this.color=_7t(l);let u=i;u||(u=s[0].split(" > ").map(d=>d.replace(/^\./,"")).join(".")),this.finalProbeName=u??null;let{simulation_voltage_probe_id:p}=e.simulation_voltage_probe.insert({name:u,signal_input_source_port_id:a?.source_port_id??void 0,signal_input_source_net_id:c?.source_net_id??void 0,subcircuit_id:r.subcircuit_id||void 0,color:this.color});this.simulation_voltage_probe_id=p}doInitialSchematicReplaceNetLabelsWithSymbols(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{connectsTo:t,name:i}=this._parsedProps,r=this.getSubcircuit();if(!r)return;let s=Array.isArray(t)?t:[t];if(s.length!==1)return;let o=s[0],a=r.selectOne(o,{type:"port"});if(!a||!a.schematic_port_id)return;let c=a._getGlobalSchematicPositionAfterLayout(),l=null;for(let d of e.schematic_trace.list()){for(let _ of d.edges)if(Math.abs(_.from.x-c.x)<1e-6&&Math.abs(_.from.y-c.y)<1e-6||Math.abs(_.to.x-c.x)<1e-6&&Math.abs(_.to.y-c.y)<1e-6){l=d.schematic_trace_id;break}if(l)break}if(!l)return;let u=this.finalProbeName,p=e.schematic_voltage_probe.insert({name:u,position:c,schematic_trace_id:l,subcircuit_id:r.subcircuit_id||void 0,color:this.color??void 0});this.schematic_voltage_probe_id=p.schematic_voltage_probe_id}},U7t={name:"@tscircuit/core",type:"module",version:"0.0.884",types:"dist/index.d.ts",main:"dist/index.js",module:"dist/index.js",exports:{".":{import:"./dist/index.js",types:"./dist/index.d.ts"}},files:["dist"],repository:{type:"git",url:"https://github.com/tscircuit/core"},scripts:{build:"tsup-node index.ts --format esm --dts",format:"biome format . --write","measure-bundle":"howfat -r table .","pkg-pr-new-release":"bunx pkg-pr-new publish --comment=off --peerDeps","smoke-test:dist":"bun run scripts/smoke-tests/test-dist-simple-circuit.tsx","build:benchmarking":"bun build --experimental-html ./benchmarking/website/index.html --outdir ./benchmarking-dist","build:benchmarking:watch":`chokidar "./{benchmarking,lib}/**/*.{ts,tsx}" -c 'bun build --experimental-html ./benchmarking/website/index.html --outdir ./benchmarking-dist'`,"start:benchmarking":'concurrently "bun run build:benchmarking:watch" "live-server ./benchmarking-dist"',"generate-test-plan":"bun run scripts/generate-test-plan.ts"},devDependencies:{"@biomejs/biome":"^1.8.3","@resvg/resvg-js":"^2.6.2","@tscircuit/capacity-autorouter":"^0.0.140","@tscircuit/checks":"^0.0.87","@tscircuit/circuit-json-util":"^0.0.72","@tscircuit/common":"^0.0.20","@tscircuit/copper-pour-solver":"^0.0.14","@tscircuit/footprinter":"^0.0.236","@tscircuit/import-snippet":"^0.0.4","@tscircuit/infgrid-ijump-astar":"^0.0.33","@tscircuit/log-soup":"^1.0.2","@tscircuit/matchpack":"^0.0.16","@tscircuit/math-utils":"^0.0.29","@tscircuit/miniflex":"^0.0.4","@tscircuit/ngspice-spice-engine":"^0.0.4","@tscircuit/props":"^0.0.418","@tscircuit/schematic-autolayout":"^0.0.6","@tscircuit/schematic-match-adapt":"^0.0.16","@tscircuit/schematic-trace-solver":"^v0.0.45","@tscircuit/solver-utils":"^0.0.3","@types/bun":"^1.2.16","@types/debug":"^4.1.12","@types/react":"^19.1.8","@types/react-dom":"^19.1.6","@types/react-reconciler":"^0.28.9","bpc-graph":"^0.0.57","bun-match-svg":"0.0.12","calculate-elbow":"^0.0.12","chokidar-cli":"^3.0.0","circuit-json":"^0.0.325","circuit-json-to-bpc":"^0.0.13","circuit-json-to-connectivity-map":"^0.0.22","circuit-json-to-gltf":"^0.0.31","circuit-json-to-simple-3d":"^0.0.9","circuit-json-to-spice":"^0.0.25","circuit-to-svg":"^0.0.280",concurrently:"^9.1.2","connectivity-map":"^1.0.0",debug:"^4.3.6","eecircuit-engine":"^1.5.6",flatbush:"^4.5.0","graphics-debug":"^0.0.60",howfat:"^0.3.8","live-server":"^1.2.2","looks-same":"^9.0.1",minicssgrid:"^0.0.9","pkg-pr-new":"^0.0.37",poppygl:"^0.0.16",react:"^19.1.0","react-dom":"^19.1.0","schematic-symbols":"^0.0.202",spicey:"^0.0.14","ts-expect":"^1.3.0",tsup:"^8.2.4"},peerDependencies:{"@tscircuit/capacity-autorouter":"*","@tscircuit/checks":"*","@tscircuit/circuit-json-util":"*","@tscircuit/footprinter":"*","@tscircuit/infgrid-ijump-astar":"*","@tscircuit/math-utils":"*","@tscircuit/props":"*","@tscircuit/schematic-autolayout":"*","@tscircuit/schematic-match-adapt":"*","circuit-json-to-bpc":"*","bpc-graph":"*","@tscircuit/matchpack":"*","circuit-json":"*","circuit-json-to-connectivity-map":"*","schematic-symbols":"*",typescript:"^5.0.0"},dependencies:{"@flatten-js/core":"^1.6.2","@lume/kiwi":"^0.4.3","calculate-packing":"0.0.62","css-select":"5.1.0","format-si-unit":"^0.0.3",nanoid:"^5.0.7","performance-now":"^2.1.0","react-reconciler":"^0.32.0","transformation-matrix":"^2.16.1",zod:"^3.25.67"}},q_=class{constructor({platform:n,projectUrl:e}={}){f(this,"firstChild",null);f(this,"children");f(this,"db");f(this,"root",null);f(this,"isRoot",!0);f(this,"_schematicDisabledOverride");f(this,"pcbDisabled",!1);f(this,"pcbRoutingDisabled",!1);f(this,"_featureMspSchematicTraceRouting",!0);f(this,"name");f(this,"platform");f(this,"projectUrl");f(this,"_hasRenderedAtleastOnce",!1);f(this,"_eventListeners",{});this.children=[],this.db=Ee([]),this.root=this,this.platform=n,this.projectUrl=e,this.pcbDisabled=n?.pcbDisabled??!1}get schematicDisabled(){return this._schematicDisabledOverride!==void 0?this._schematicDisabledOverride:this._getBoard()?._parsedProps?.schematicDisabled??!1}set schematicDisabled(n){this._schematicDisabledOverride=n}add(n){let e;(0,bit.isValidElement)(n)?e=nnt(n):e=n,this.children.push(e)}setPlatform(n){this.platform={...this.platform,...n}}_getBoard(){let n=this.children.find(e=>e.componentName==="Board");if(n)return n}_guessRootComponent(){if(this.firstChild)return;if(this.children.length===0)throw new Error("Not able to guess root component: RootCircuit has no children (use circuit.add(...))");let n=this.children.filter(t=>t.lowercaseComponentName==="panel");if(n.length>1)throw new Error("Only one <panel> is allowed per circuit");if(n.length===1){if(this.children.length!==1)throw new Error("<panel> must be the root element of the circuit");this.firstChild=n[0];return}if(this.children.length===1&&this.children[0].isGroup){this.firstChild=this.children[0];return}let e=new yl({subcircuit:!0});e.parent=this,e.addAll(this.children),this.children=[e],this.firstChild=e}render(){this.firstChild||this._guessRootComponent();let{firstChild:n,db:e}=this;if(!n)throw new Error("RootCircuit has no root component");n.parent=this,n.runRenderCycle(),this._hasRenderedAtleastOnce=!0}async renderUntilSettled(){for(this.db.source_project_metadata.list()?.[0]||this.db.source_project_metadata.insert({software_used_string:`@tscircuit/core@${this.getCoreVersion()}`,...this.projectUrl?{project_url:this.projectUrl}:{}}),this.render();this._hasIncompleteAsyncEffects();)await new Promise(e=>setTimeout(e,100)),this.render();this.emit("renderComplete")}_hasIncompleteAsyncEffects(){return this.children.some(n=>n._hasIncompleteAsyncEffects()?!0:n.children.some(e=>e._hasIncompleteAsyncEffects()))}getCircuitJson(){return this._hasRenderedAtleastOnce||this.render(),this.db.toArray()}toJson(){return this.getCircuitJson()}async getSvg(n){let e=await Promise.resolve().then(()=>(_et(),met)).catch(t=>{throw new Error(`To use circuit.getSvg, you must install the "circuit-to-svg" package.
251
+ `),a={x:t.center.x+t.width/2-.25,y:t.center.y-t.height/2+1};this.root.db.pcb_silkscreen_text.insert({pcb_component_id:this.pcb_board_id,layer:"top",font:"tscircuit2024",font_size:.45,text:r,ccw_rotation:0,anchor_alignment:"bottom_right",anchor_position:a})}doInitialSourceRender(){super.doInitialSourceRender();let{db:e}=this.root,t=e.source_board.insert({source_group_id:this.source_group_id,title:this.props.title||this.props.name});this.source_board_id=t.source_board_id}doInitialPcbComponentRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=t.width??0,r=t.height??0,s={x:(t.pcbX??0)+(t.outlineOffsetX??0),y:(t.pcbY??0)+(t.outlineOffsetY??0)},{boardAnchorPosition:o,boardAnchorAlignment:a}=t;if(o&&(s=SLt({boardAnchorPosition:o,boardAnchorAlignment:a??"center",width:i,height:r})),t.outline){let u=t.outline.map(v=>v.x),p=t.outline.map(v=>v.y),d=Math.min(...u),_=Math.max(...u),g=Math.min(...p),x=Math.max(...p);i=_-d,r=x-g,s={x:(d+_)/2+(t.outlineOffsetX??0),y:(g+x)/2+(t.outlineOffsetY??0)}}let c=t.outline;!c&&t.borderRadius!=null&&i>0&&r>0&&(c=Het(i,r,t.borderRadius));let l=e.pcb_board.insert({center:s,thickness:this.boardThickness,num_layers:this.allLayers.length,width:i,height:r,outline:c?.map(u=>({x:u.x+(t.outlineOffsetX??0),y:u.y+(t.outlineOffsetY??0)})),material:t.material});this.pcb_board_id=l.pcb_board_id,this._addBoardInformationToSilkscreen()}removePcbComponentRender(){let{db:e}=this.root;this.pcb_board_id&&(e.pcb_board.delete(this.pcb_board_id),this.pcb_board_id=null)}doInitialPcbDesignRuleChecks(){this.root?.pcbDisabled||this.getInheritedProperty("routingDisabled")||super.doInitialPcbDesignRuleChecks()}updatePcbDesignRuleChecks(){if(this.root?.pcbDisabled||this.getInheritedProperty("routingDisabled"))return;let{db:e}=this.root;if(!this._areChildSubcircuitsRouted()||this._drcChecksComplete)return;this._drcChecksComplete=!0;let t=GQ(e.toArray());for(let u of t)e.pcb_trace_error.insert(u);let i=VQ(e.toArray());for(let u of i)e.pcb_port_not_connected_error.insert(u);let r=qQ(e.toArray());for(let u of r)e.pcb_component_outside_board_error.insert(u);let s=JQ(e.toArray());for(let u of s)e.pcb_trace_error.insert(u);let o=KQ(e.toArray());for(let u of o)e.pcb_via_clearance_error.insert(u);let a=ZQ(e.toArray());for(let u of a)e.pcb_via_clearance_error.insert(u);let c=QQ(e.toArray());for(let u of c)e.pcb_footprint_overlap_error.insert(u);let l=ttt(e.toArray());for(let u of l)e.source_pin_must_be_connected_error.insert(u)}_emitRenderLifecycleEvent(e,t){super._emitRenderLifecycleEvent(e,t),t==="start"&&this.root?.emit("board:renderPhaseStarted",{renderId:this._renderId,phase:e})}},Wet=5,v7t=5,qet=2;function S7t(n,e){let t=n.center.x-n.width/2,i=n.center.x+n.width/2,r=n.center.y-n.height/2,s=n.center.y+n.height/2,o=e.center.x-e.width/2,a=e.center.x+e.width/2,c=e.center.y-e.height/2,l=e.center.y+e.height/2;return!(i<=o||t>=a||s<=c||r>=l)}function w7t(n,e,t){let i=t.center.x-t.width/2,r=t.center.x+t.width/2,s=t.center.y-t.height/2,o=t.center.y+t.height/2,a=Math.max(i,Math.min(n.x,r)),c=Math.max(s,Math.min(n.y,o)),l=n.x-a,u=n.y-c;return l*l+u*u<=e*e}function P7t({board:n,edge:e,otherBoards:t,options:i}){let r=[];if(!n.width||!n.height)return r;let s=n.center.x-n.width/2,o=n.center.x+n.width/2,a=n.center.y-n.height/2,c=n.center.y+n.height/2,l,u,p;e==="top"||e==="bottom"?(l=n.width,u=!0,p=e==="top"?c:a):(l=n.height,u=!1,p=e==="right"?o:s);let d=i.tabLength,_=i.boardGap;if(i.mouseBites){let P=i.tabWidth*.45,T=P*.1,k=Math.max(2,Math.ceil(i.tabLength/2));_=(k*P+(k-1)*T)*1.1}let g=Math.floor((l-_)/(d+_));if(g<1&&l>=d&&(g=1),g===0)return r;let x=_,v=-l/2,w=l/2;for(let P=0;P<g;P++){let T=v+x+P*(d+x)+d/2,k=P===0,C=P===g-1,M=k||C,I=T-d/2,E=T+d/2;if(M&&(k&&(I=v),C&&(E=w)),I=Math.max(I,v),E=Math.min(E,w),M&&(k&&(I-=i.tabWidth),C&&(E+=i.tabWidth)),E<=I)continue;let A=(I+E)/2,R=E-I,B=e==="top"||e==="right"?i.tabWidth/2:-i.tabWidth/2,j=u?{x:n.center.x+A,y:p+B}:{x:p+B,y:n.center.y+A},U=u?R:i.tabWidth,V=u?i.tabWidth:R,H={center:j,width:U,height:V,boardId:`${n.center.x}_${n.center.y}`},et=!1;for(let tt of t){if(!tt.width||!tt.height)continue;let mt={center:tt.center,width:tt.width,height:tt.height};if(S7t(H,mt)){et=!0;break}}et&&!M||r.push(H)}return r}function k7t({board:n,edge:e,edgeTabs:t,allBoards:i,options:r}){let s=[];if(t.length===0||!n.width||!n.height)return s;let o=n.center.x-n.width/2,a=n.center.x+n.width/2,c=n.center.y-n.height/2,l=n.center.y+n.height/2,u=e==="top"||e==="bottom",p=r.tabWidth*.45,d=p*.1,_=Math.max(2,Math.ceil(r.tabLength/2)),g,x=p/2;e==="top"?g=l:e==="bottom"?g=c:e==="right"?g=a:g=o;let v=[...t].sort((w,P)=>u?w.center.x-P.center.x:w.center.y-P.center.y);for(let w=0;w<v.length-1;w++){let P=v[w],T=v[w+1],k,C;u?(k=P.center.x+P.width/2,C=T.center.x-T.width/2):(k=P.center.y+P.height/2,C=T.center.y-T.height/2);let M=C-k,I=_*p,E=(_-1)*d;if(M<I+E)continue;let A=(k+C)/2;for(let R=0;R<_;R++){let B=(R-(_-1)/2)*(p+d),j=u?{x:A+B,y:g}:{x:g,y:A+B},U=p/2,V=!1;for(let H of i){if(!H.width||!H.height)continue;let et={center:H.center,width:H.width,height:H.height};if(w7t(j,U,et)){V=!0;break}}V||s.push(j)}}return s}function T7t(n,e){let t=[],i=[];for(let a=0;a<n.length;a++){let c=n[a],l=n.filter((u,p)=>p!==a);for(let u of["top","bottom","left","right"]){let p=P7t({board:c,edge:u,otherBoards:l,options:e});if(t.push(...p),e.mouseBites){let d=k7t({board:c,edge:u,edgeTabs:p,allBoards:l,options:e});i.push(...d)}}}let r=t.map((a,c)=>{let l=Math.min(a.width,a.height);return{type:"pcb_cutout",pcb_cutout_id:`panel_tab_${c}`,shape:"rect",center:a.center,width:a.width,height:a.height,corner_radius:l/2}}),s=e.tabWidth*.45,o=i.map((a,c)=>({type:"pcb_hole",pcb_hole_id:`panel_mouse_bite_${c}`,hole_shape:"circle",hole_diameter:s,x:a.x,y:a.y}));return{tabCutouts:r,mouseBiteHoles:o}}var Tnt=class extends yl{constructor(){super(...arguments);f(this,"pcb_panel_id",null);f(this,"_tabsAndMouseBitesGenerated",!1)}get config(){return{componentName:"Panel",zodProps:CH}}get isGroup(){return!0}get isSubcircuit(){return!0}add(e){if(e.lowercaseComponentName!=="board")throw new Error("<panel> can only contain <board> elements");super.add(e)}doInitialPcbComponentAnchorAlignment(){if(this.root?.pcbDisabled)return;super.doInitialPcbComponentAnchorAlignment();let{db:e}=this.root,t=this.children.filter(a=>a instanceof g9),i=t.some(a=>a.props.pcbX!==void 0||a.props.pcbY!==void 0),r=t.filter(a=>a.props.pcbX===void 0&&a.props.pcbY===void 0);if(r.length>0&&!i){let a=this._parsedProps.tabWidth??qet,c=this._parsedProps.boardGap??a,l=Math.ceil(Math.sqrt(r.length)),u=Math.ceil(r.length/l),p=Array(l).fill(0),d=Array(u).fill(0);r.forEach((A,R)=>{let B=R%l,j=Math.floor(R/l),U=e.pcb_board.get(A.pcb_board_id);!U||U.width===void 0||U.height===void 0||(p[B]=Math.max(p[B],U.width),d[j]=Math.max(d[j],U.height))});let _=p.reduce((A,R)=>A+R,0)+(l>1?(l-1)*c:0),g=d.reduce((A,R)=>A+R,0)+(u>1?(u-1)*c:0),x=-_/2,w=[-g/2];for(let A=0;A<u-1;A++)w.push(w[A]+d[A]+c);let P=[x];for(let A=0;A<l-1;A++)P.push(P[A]+p[A]+c);r.forEach((A,R)=>{let B=R%l,j=Math.floor(R/l),U=e.pcb_board.get(A.pcb_board_id);if(!U||!U.width||!U.height)return;let V=P[B]+p[B]/2,H=w[j]+d[j]/2;A._repositionOnPcb({x:V,y:H}),e.pcb_board.update(A.pcb_board_id,{center:{x:V,y:H}})});let T=t.map(A=>A.pcb_board_id).filter(A=>!!A),k=e.pcb_board.list().filter(A=>T.includes(A.pcb_board_id)),C=1/0,M=1/0,I=-1/0,E=-1/0;for(let A of k){if(A.width===void 0||A.height===void 0||!isFinite(A.width)||!isFinite(A.height))continue;let R=A.center.x-A.width/2,B=A.center.x+A.width/2,j=A.center.y-A.height/2,U=A.center.y+A.height/2;C=Math.min(C,R),I=Math.max(I,B),M=Math.min(M,j),E=Math.max(E,U)}if(isFinite(C)){let A=I-C,R=E-M,B=A+2*Wet,j=R+2*Wet;e.pcb_panel.update(this.pcb_panel_id,{width:B,height:j})}}if(this._tabsAndMouseBitesGenerated)return;let s=this._parsedProps;if((s.panelizationMethod??"tab-routing")!=="none"){let a=t.map(_=>_.pcb_board_id).filter(_=>!!_),c=e.pcb_board.list().filter(_=>a.includes(_.pcb_board_id));if(c.length===0)return;let l=s.tabWidth??qet,u=s.boardGap??l,{tabCutouts:p,mouseBiteHoles:d}=T7t(c,{boardGap:u,tabWidth:l,tabLength:s.tabLength??v7t,mouseBites:s.mouseBites??!0});for(let _ of p)e.pcb_cutout.insert(_);for(let _ of d)e.pcb_hole.insert(_)}this._tabsAndMouseBitesGenerated=!0}runRenderCycle(){if(!this.children.some(e=>e.componentName==="Board"))throw new Error("<panel> must contain at least one <board>");super.runRenderCycle()}doInitialPcbComponentRender(){if(super.doInitialPcbComponentRender(),this.root?.pcbDisabled)return;let{db:e}=this.root,t=this._parsedProps,i=e.pcb_panel.insert({width:Y.parse(t.width),height:Y.parse(t.height),center:this._getGlobalPcbPositionBeforeLayout(),covered_with_solder_mask:!(t.noSolderMask??!1)});this.pcb_panel_id=i.pcb_panel_id}updatePcbComponentRender(){if(this.root?.pcbDisabled||!this.pcb_panel_id)return;let{db:e}=this.root,t=this._parsedProps;e.pcb_panel.update(this.pcb_panel_id,{width:Y.parse(t.width),height:Y.parse(t.height),center:this._getGlobalPcbPositionBeforeLayout(),covered_with_solder_mask:!(t.noSolderMask??!1)})}removePcbComponentRender(){this.pcb_panel_id&&(this.root?.db.pcb_panel.delete(this.pcb_panel_id),this.pcb_panel_id=null)}},M7t=new Proxy({},{get:(n,e)=>e}),Va=M7t,sP="rgba(132, 0, 0)",oP=.12,x9=class extends Gn{constructor(){super(...arguments);f(this,"_adjustSilkscreenTextAutomatically",!0)}get config(){return{componentName:"Capacitor",schematicSymbolName:this.props.polarized?"capacitor_polarized":this.props.symbolName??"capacitor",zodProps:DH,sourceFtype:Va.simple_capacitor}}initPorts(){typeof this.props.footprint=="string"?super.initPorts({additionalAliases:{pin1:["anode","pos"],pin2:["cathode","neg"]}}):super.initPorts()}_getSchematicSymbolDisplayValue(){let e=this.props.capacitance,t=typeof e=="string"?e:`${gi(this._parsedProps.capacitance)}F`;return this._parsedProps.schShowRatings&&this._parsedProps.maxVoltageRating?`${t}/${gi(this._parsedProps.maxVoltageRating)}V`:t}doInitialCreateNetsFromProps(){this._createNetsFromProps([this.props.decouplingFor,this.props.decouplingTo,...this._getNetsFromConnectionsProp()])}doInitialCreateTracesFromProps(){this.props.decouplingFor&&this.props.decouplingTo&&(this.add(new Fs({from:`${this.getSubcircuitSelector()} > port.1`,to:this.props.decouplingFor})),this.add(new Fs({from:`${this.getSubcircuitSelector()} > port.2`,to:this.props.decouplingTo}))),this._createTracesFromConnectionsProp()}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_capacitor",name:this.name,manufacturer_part_number:t.manufacturerPartNumber??t.mfn,supplier_part_numbers:t.supplierPartNumbers,capacitance:t.capacitance,max_voltage_rating:t.maxVoltageRating,max_decoupling_trace_length:t.maxDecouplingTraceLength,display_capacitance:this._getSchematicSymbolDisplayValue(),are_pins_interchangeable:!t.polarized});this.source_component_id=i.source_component_id}},X1=class extends Gn{constructor(e){super(e);f(this,"schematicBoxDimensions",null)}get config(){return{componentName:"Chip",zodProps:e_,shouldRenderAsSchematicBox:!0}}initPorts(e={}){super.initPorts(e);let{_parsedProps:t}=this;if(t.externallyConnectedPins){let i=new Set;for(let[r,s]of t.externallyConnectedPins)i.add(r),i.add(s);for(let r of i)if(!this.children.find(o=>o instanceof Vi&&o.isMatchingAnyOf([r]))){let o=r.match(/^pin(\d+)$/);if(o){let a=parseInt(o[1]);this.add(new Vi({pinNumber:a,aliases:[r]}))}else this.add(new Vi({name:r,aliases:[r]}))}}}doInitialSchematicComponentRender(){let{_parsedProps:e}=this;e?.noSchematicRepresentation!==!0&&super.doInitialSchematicComponentRender()}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_chip",name:this.name,manufacturer_part_number:t.manufacturerPartNumber,supplier_part_numbers:t.supplierPartNumbers});this.source_component_id=i.source_component_id}doInitialPcbComponentRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=t.layer??"top";if(i!=="top"&&i!=="bottom"){let s=this.getSubcircuit(),o=Rm.parse({type:"pcb_component_invalid_layer_error",message:`Component cannot be placed on layer '${i}'. Components can only be placed on 'top' or 'bottom' layers.`,source_component_id:this.source_component_id,layer:i,subcircuit_id:s.subcircuit_id??void 0});e.pcb_component_invalid_layer_error.insert(o)}let r=e.pcb_component.insert({center:{x:t.pcbX??0,y:t.pcbY??0},width:2,height:3,layer:i==="top"||i==="bottom"?i:"top",rotation:t.pcbRotation??0,source_component_id:this.source_component_id,subcircuit_id:this.getSubcircuit().subcircuit_id??void 0,do_not_place:t.doNotPlace??!1,obstructs_within_bounds:t.obstructsWithinBounds??!0});this.pcb_component_id=r.pcb_component_id}doInitialCreateTracesFromProps(){let{_parsedProps:e}=this;if(e.externallyConnectedPins)for(let[t,i]of e.externallyConnectedPins)this.add(new Fs({from:`${this.getSubcircuitSelector()} > port.${t}`,to:`${this.getSubcircuitSelector()} > port.${i}`}));this._createTracesFromConnectionsProp()}doInitialSimulationRender(){let{db:e}=this.root,{pinAttributes:t}=this.props;if(!t)return;let i=null,r=null,s,o=this.selectAll("port");for(let p of o)for(let d of p.getNameAndAliases())if(t[d]){let _=t[d];_.providesPower&&(i=p,s=_.providesVoltage),_.providesGround&&(r=p)}if(!i||!r||s===void 0)return;let a=e.source_port.get(i.source_port_id);if(!a?.subcircuit_connectivity_map_key)return;let c=e.source_port.get(r.source_port_id);if(!c?.subcircuit_connectivity_map_key)return;let l=e.source_net.getWhere({subcircuit_connectivity_map_key:a.subcircuit_connectivity_map_key}),u=e.source_net.getWhere({subcircuit_connectivity_map_key:c.subcircuit_connectivity_map_key});!l||!u||e.simulation_voltage_source.insert({type:"simulation_voltage_source",positive_source_port_id:i.source_port_id,positive_source_net_id:l.source_net_id,negative_source_port_id:r.source_port_id,negative_source_net_id:u.source_net_id,voltage:s})}},Mnt=class extends X1{constructor(n){super(n)}get config(){return{...super.config,componentName:"Pinout",zodProps:IH}}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,t=n.source_component.insert({ftype:"simple_pinout",name:this.name,manufacturer_part_number:e.manufacturerPartNumber,supplier_part_numbers:e.supplierPartNumbers});this.source_component_id=t.source_component_id}},b9=class extends Gn{constructor(){super(...arguments);f(this,"pos",this.portMap.pin1);f(this,"anode",this.portMap.pin1);f(this,"neg",this.portMap.pin2);f(this,"cathode",this.portMap.pin2)}get config(){let e={schottky:"schottky_diode",avalanche:"avalanche_diode",zener:"zener_diode",photodiode:"photodiode"},t=this.props.schottky?"schottky":this.props.avalanche?"avalanche":this.props.zener?"zener":this.props.photo?"photodiode":null;return{schematicSymbolName:t?e[t]:this.props.symbolName??"diode",componentName:"Diode",zodProps:nW,sourceFtype:"simple_diode"}}initPorts(){super.initPorts({additionalAliases:{pin1:["anode","pos","left"],pin2:["cathode","neg","right"]}})}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_diode",name:this.name,manufacturer_part_number:t.manufacturerPartNumber??t.mfn,supplier_part_numbers:t.supplierPartNumbers,are_pins_interchangeable:!1});this.source_component_id=i.source_component_id}},Ent=class extends Gn{get config(){return{componentName:"fuse",schematicSymbolName:this.props.symbolName??"fuse",zodProps:AH,sourceFtype:Va.simple_fuse}}_getSchematicSymbolDisplayValue(){let n=this._parsedProps.currentRating,e=this._parsedProps.voltageRating,t=typeof n=="string"?parseFloat(n):n,i=typeof e=="string"?parseFloat(e):e;return`${gi(t)}A / ${gi(i)}V`}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,t=typeof e.currentRating=="string"?parseFloat(e.currentRating):e.currentRating,i=typeof e.voltageRating=="string"?parseFloat(e.voltageRating):e.voltageRating,r=n.source_component.insert({name:this.name,ftype:Va.simple_fuse,current_rating_amps:t,voltage_rating_volts:i,display_current_rating:`${gi(t)}A`,display_voltage_rating:`${gi(i)}V`});this.source_component_id=r.source_component_id}},Cnt=class extends Gn{constructor(){super(...arguments);f(this,"schematicDimensions",null)}get config(){return{schematicSymbolName:void 0,componentName:"Jumper",zodProps:u4,shouldRenderAsSchematicBox:!0}}_getSchematicPortArrangement(){let e=super._getSchematicPortArrangement();if(e&&Object.keys(e).length>0)return e;let t=this._parsedProps.pinCount??(Array.isArray(this._parsedProps.pinLabels)?this._parsedProps.pinLabels.length:this._parsedProps.pinLabels?Object.keys(this._parsedProps.pinLabels).length:this.getPortsFromFootprint().length),i=this._parsedProps.schDirection??"right";return{leftSize:i==="left"?t:0,rightSize:i==="right"?t:0}}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_chip",name:this.name,manufacturer_part_number:t.manufacturerPartNumber,supplier_part_numbers:t.supplierPartNumbers,are_pins_interchangeable:!0});this.source_component_id=i.source_component_id}doInitialPcbComponentRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=e.pcb_component.insert({center:{x:t.pcbX??0,y:t.pcbY??0},width:2,height:3,layer:t.layer??"top",rotation:t.pcbRotation??0,source_component_id:this.source_component_id,subcircuit_id:this.getSubcircuit().subcircuit_id??void 0,do_not_place:t.doNotPlace??!1,obstructs_within_bounds:t.obstructsWithinBounds??!0});this.pcb_component_id=i.pcb_component_id}doInitialPcbTraceRender(){let{db:e}=this.root,t=e.pcb_port.list({pcb_component_id:this.pcb_component_id}),i={};for(let o=0;o<t.length;o++){let a=t[o],c=e.source_port.get(a.source_port_id),l="";if(typeof c?.pin_number=="number")l=c.pin_number.toString();else if(Array.isArray(c?.port_hints)){let u=c.port_hints.find(p=>/^(pin)?\d+$/.test(p));u&&(/^pin\d+$/.test(u)?l=u.replace(/^pin/,""):l=u)}i[l]=a.pcb_port_id}let r=e.pcb_trace.list({pcb_component_id:this.pcb_component_id}),s=o=>{if(o&&typeof o=="string"&&o.startsWith("{PIN")){let a=o.replace("{PIN","").replace("}","");return i[a]||o}return o};for(let o of r)if(o.route)for(let a of o.route)a.route_type==="wire"&&(a.start_pcb_port_id=s(a.start_pcb_port_id),a.end_pcb_port_id=s(a.end_pcb_port_id))}},Int=class extends Gn{constructor(){super(...arguments);f(this,"schematicDimensions",null)}_getPinNumberFromBridgedPinName(e){return this.selectOne(`port.${e}`,{type:"port"})?._parsedProps.pinNumber??null}get defaultInternallyConnectedPinNames(){if(this._parsedProps.bridged){let e=this.children.filter(t=>t.componentName==="Port").map(t=>t.name);return e.length>0?[e]:[]}return this._parsedProps.bridgedPins??[]}get config(){let e=this._parsedProps??this.props,t=e.pinCount;if(e.pinCount==null&&!e.footprint&&(t=2),e.pinCount==null){let s=(e.bridgedPins??[]).flat().map(l=>this._getPinNumberFromBridgedPinName(l)).filter(l=>l!==null),o=s.length>0?Math.max(...s):0,a=e.pinLabels?Object.keys(e.pinLabels).length:0,c=Math.max(o,a);(c===2||c===3)&&(t=c),t==null&&e.footprint&&[2,3].includes(this.getPortsFromFootprint().length)&&(t=this.getPortsFromFootprint().length)}let i="";t?i+=`solderjumper${t}`:i="solderjumper";let r=[];return Array.isArray(e.bridgedPins)&&e.bridgedPins.length>0?r=Array.from(new Set(e.bridgedPins.flat().map(s=>this._getPinNumberFromBridgedPinName(s)).filter(s=>s!==null))).sort((s,o)=>s-o):e.bridged&&t&&(r=Array.from({length:t},(s,o)=>o+1)),r.length>0&&(i+=`_bridged${r.join("")}`),{schematicSymbolName:e.symbolName??i,componentName:"SolderJumper",zodProps:NH,shouldRenderAsSchematicBox:!0}}_getSchematicPortArrangement(){let e=super._getSchematicPortArrangement();if(e&&Object.keys(e).length>0)return e;let t=this._parsedProps.pinCount??(Array.isArray(this._parsedProps.pinLabels)?this._parsedProps.pinLabels.length:this._parsedProps.pinLabels?Object.keys(this._parsedProps.pinLabels).length:this.getPortsFromFootprint().length);t==null&&!this._parsedProps.footprint&&(t=2);let i=this._parsedProps.schDirection??"right";return{leftSize:i==="left"?t:0,rightSize:i==="right"?t:0}}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_chip",name:this.name,manufacturer_part_number:t.manufacturerPartNumber,supplier_part_numbers:t.supplierPartNumbers,are_pins_interchangeable:!0});this.source_component_id=i.source_component_id}doInitialPcbComponentRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=e.pcb_component.insert({center:{x:t.pcbX??0,y:t.pcbY??0},width:2,height:3,layer:t.layer??"top",rotation:t.pcbRotation??0,source_component_id:this.source_component_id,subcircuit_id:this.getSubcircuit().subcircuit_id??void 0,do_not_place:t.doNotPlace??!1,obstructs_within_bounds:t.obstructsWithinBounds??!0});this.pcb_component_id=i.pcb_component_id}doInitialPcbTraceRender(){let{db:e}=this.root,t=e.pcb_port.list({pcb_component_id:this.pcb_component_id}),i={};for(let o=0;o<t.length;o++){let a=t[o],c=e.source_port.get(a.source_port_id),l="";if(typeof c?.pin_number=="number")l=c.pin_number.toString();else if(Array.isArray(c?.port_hints)){let u=c.port_hints.find(p=>/^(pin)?\d+$/.test(p));u&&(/^pin\d+$/.test(u)?l=u.replace(/^pin/,""):l=u)}i[l]=a.pcb_port_id}let r=e.pcb_trace.list({pcb_component_id:this.pcb_component_id}),s=o=>{if(o&&typeof o=="string"&&o.startsWith("{PIN")){let a=o.replace("{PIN","").replace("}","");return i[a]||o}return o};for(let o of r)if(o.route)for(let a of o.route)a.route_type==="wire"&&(a.start_pcb_port_id=s(a.start_pcb_port_id),a.end_pcb_port_id=s(a.end_pcb_port_id))}},Nnt=class extends Gn{constructor(){super(...arguments);f(this,"pos",this.portMap.pin1);f(this,"anode",this.portMap.pin1);f(this,"neg",this.portMap.pin2);f(this,"cathode",this.portMap.pin2)}get config(){let e={laser:"laser_diode"},t=this.props.laser?"laser":null;return{schematicSymbolName:t?e[t]:this.props.symbolName??"led",componentName:"Led",zodProps:rW,sourceFtype:"simple_led"}}initPorts(){super.initPorts({additionalAliases:{pin1:["anode","pos","left"],pin2:["cathode","neg","right"]}})}_getSchematicSymbolDisplayValue(){return this._parsedProps.schDisplayValue||this._parsedProps.color||void 0}getFootprinterString(){let e=super.getFootprinterString();return e&&this.props.color?`${e}_color(${this.props.color})`:e}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_led",name:this.name,wave_length:t.wavelength,color:t.color,symbol_display_value:this._getSchematicSymbolDisplayValue(),manufacturer_part_number:t.manufacturerPartNumber??t.mfn,supplier_part_numbers:t.supplierPartNumbers,are_pins_interchangeable:!1});this.source_component_id=i.source_component_id}},Ant=class extends Gn{constructor(){super(...arguments);f(this,"pos",this.portMap.pin1);f(this,"positive",this.portMap.pin1);f(this,"neg",this.portMap.pin2);f(this,"negative",this.portMap.pin2)}get config(){return{schematicSymbolName:this.props.symbolName??"power_factor_meter_horz",componentName:"PowerSource",zodProps:gW,sourceFtype:"simple_power_source"}}initPorts(){this.add(new Vi({name:"pin1",pinNumber:1,aliases:["positive","pos"]})),this.add(new Vi({name:"pin2",pinNumber:2,aliases:["negative","neg"]}))}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_power_source",name:this.name,voltage:t.voltage,supplier_part_numbers:t.supplierPartNumbers,are_pins_interchangeable:!1});this.source_component_id=i.source_component_id}},Rnt=class extends Gn{constructor(){super(...arguments);f(this,"terminal1",this.portMap.terminal1);f(this,"terminal2",this.portMap.terminal2)}get config(){return{componentName:"VoltageSource",schematicSymbolName:this.props.waveShape==="square"?"square_wave":"ac_voltmeter",zodProps:xW,sourceFtype:"simple_voltage_source"}}runRenderPhaseForChildren(e){if(!e.startsWith("Pcb"))for(let t of this.children)t.runRenderPhaseForChildren(e),t.runRenderPhase(e)}doInitialPcbComponentRender(){}initPorts(){super.initPorts({additionalAliases:{pin1:["terminal1"],pin2:["terminal2"]}})}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_voltage_source",name:this.name,voltage:t.voltage,frequency:t.frequency,peak_to_peak_voltage:t.peakToPeakVoltage,wave_shape:t.waveShape,phase:t.phase,duty_cycle:t.dutyCycle,supplier_part_numbers:t.supplierPartNumbers,are_pins_interchangeable:!0});this.source_component_id=i.source_component_id}doInitialSimulationRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=this.portMap.terminal1,r=this.portMap.terminal2;e.simulation_voltage_source.insert({type:"simulation_voltage_source",is_dc_source:!1,terminal1_source_port_id:i.source_port_id,terminal2_source_port_id:r.source_port_id,voltage:t.voltage,frequency:t.frequency,peak_to_peak_voltage:t.peakToPeakVoltage,wave_shape:t.waveShape,phase:t.phase,duty_cycle:t.dutyCycle})}},v9=class extends Gn{constructor(){super(...arguments);f(this,"_adjustSilkscreenTextAutomatically",!0)}get config(){return{componentName:"Resistor",schematicSymbolName:this.props.symbolName??"boxresistor",zodProps:OH,sourceFtype:"simple_resistor"}}initPorts(){super.initPorts({additionalAliases:{pin1:["anode","pos","left"],pin2:["cathode","neg","right"]}})}_getSchematicSymbolDisplayValue(){return`${gi(this._parsedProps.resistance)}\u03A9`}doInitialCreateNetsFromProps(){this._createNetsFromProps([this.props.pullupFor,this.props.pullupTo,this.props.pulldownFor,this.props.pulldownTo,...this._getNetsFromConnectionsProp()])}doInitialCreateTracesFromProps(){this.props.pullupFor&&this.props.pullupTo&&(this.add(new Fs({from:`${this.getSubcircuitSelector()} > port.1`,to:this.props.pullupFor})),this.add(new Fs({from:`${this.getSubcircuitSelector()} > port.2`,to:this.props.pullupTo}))),this.props.pulldownFor&&this.props.pulldownTo&&(this.add(new Fs({from:`${this.getSubcircuitSelector()} > port.1`,to:this.props.pulldownFor})),this.add(new Fs({from:`${this.getSubcircuitSelector()} > port.2`,to:this.props.pulldownTo}))),this._createTracesFromConnectionsProp()}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_resistor",name:this.name,manufacturer_part_number:t.manufacturerPartNumber??t.mfn,supplier_part_numbers:t.supplierPartNumbers,resistance:t.resistance,display_resistance:this._getSchematicSymbolDisplayValue(),are_pins_interchangeable:!0});this.source_component_id=i.source_component_id}},E7t=["leftedge","rightedge","topedge","bottomedge","center"],Ont=class extends Me{get config(){return{componentName:"Constraint",zodProps:BH}}constructor(n){if(super(n),("xdist"in n||"ydist"in n)&&!("edgeToEdge"in n)&&!("centerToCenter"in n))throw new Error(`edgeToEdge, centerToCenter must be set for xDist or yDist for ${this}`);if("for"in n&&n.for.length<2)throw new Error(`"for" must have at least two selectors for ${this}`)}_getAllReferencedComponents(){let n=[],e=this.getPrimitiveContainer();function t(i){let r=i.split(" ").pop(),s=E7t.includes(r)?r:void 0,o=s?i.replace(` ${s}`,""):i,a=e.selectOne(o,{pcbPrimitive:!0});a&&n.push({selector:i,component:a,componentSelector:o,edge:s})}for(let i of["left","right","top","bottom"])i in this._parsedProps&&t(this._parsedProps[i]);if("for"in this._parsedProps)for(let i of this._parsedProps.for)t(i);return{componentsWithSelectors:n}}},Lnt=class extends Me{constructor(){super(...arguments);f(this,"fabrication_note_rect_id",null)}get config(){return{componentName:"FabricationNoteRect",zodProps:cW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,{maybeFlipLayer:i}=this._getPcbPrimitiveFlippedHelpers(),r=i(t.layer??"top");if(r!=="top"&&r!=="bottom")throw new Error(`Invalid layer "${r}" for FabricationNoteRect. Must be "top" or "bottom".`);let s=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id,o=this.getSubcircuit(),a=t.hasStroke??(t.strokeWidth!==void 0&&t.strokeWidth!==null),c=e.pcb_fabrication_note_rect.insert({pcb_component_id:s,layer:r,color:t.color,center:{x:t.pcbX??0,y:t.pcbY??0},width:t.width,height:t.height,stroke_width:t.strokeWidth??1,is_filled:t.isFilled??!1,has_stroke:a,is_stroke_dashed:t.isStrokeDashed??!1,subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0,corner_radius:t.cornerRadius??void 0});this.fabrication_note_rect_id=c.pcb_fabrication_note_rect_id}getPcbSize(){let{_parsedProps:e}=this;return{width:e.width,height:e.height}}},Fnt=class extends Me{constructor(){super(...arguments);f(this,"fabrication_note_path_id",null)}get config(){return{componentName:"FabricationNotePath",zodProps:lW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,t=this.getSubcircuit(),{_parsedProps:i}=this,r=i.layer??"top";if(r!=="top"&&r!=="bottom")throw new Error(`Invalid layer "${r}" for SilkscreenPath. Must be "top" or "bottom".`);let s=this._computePcbGlobalTransformBeforeLayout(),o=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id,a=e.pcb_fabrication_note_path.insert({pcb_component_id:o,layer:r,color:i.color,route:i.route.map(c=>{let l=$e(s,{x:c.x,y:c.y});return{...c,x:l.x,y:l.y}}),stroke_width:i.strokeWidth??.1,subcircuit_id:t?.subcircuit_id??void 0});this.fabrication_note_path_id=a.pcb_fabrication_note_path_id}},znt=class extends Me{get config(){return{componentName:"FabricationNoteText",zodProps:aW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:n}=this.root,{_parsedProps:e}=this,t=this.getPrimitiveContainer(),i=this.getSubcircuit();n.pcb_fabrication_note_text.insert({anchor_alignment:e.anchorAlignment,anchor_position:{x:e.pcbX??0,y:e.pcbY??0},font:e.font??"tscircuit2024",font_size:e.fontSize??1,layer:"top",color:e.color,text:e.text??"",pcb_component_id:t.pcb_component_id,subcircuit_id:i?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0})}},$nt=class extends Me{constructor(){super(...arguments);f(this,"fabrication_note_dimension_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"FabricationNoteDimension",zodProps:uW}}_resolvePoint(e,t){if(typeof e=="string"){let s=this.getSubcircuit().selectOne(e);return s?s._getGlobalPcbPositionBeforeLayout():(this.renderError(`FabricationNoteDimension could not find selector "${e}"`),$e(t,{x:0,y:0}))}let i=typeof e.x=="string"?parseFloat(e.x):e.x,r=typeof e.y=="string"?parseFloat(e.y):e.y;return $e(t,{x:i,y:r})}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._computePcbGlobalTransformBeforeLayout(),r=this._resolvePoint(t.from,i),s=this._resolvePoint(t.to,i),o=this.getSubcircuit(),a=this.getGroup(),{maybeFlipLayer:c}=this._getPcbPrimitiveFlippedHelpers(),l=c(t.layer??"top");if(l!=="top"&&l!=="bottom")throw new Error(`Invalid layer "${l}" for FabricationNoteDimension. Must be "top" or "bottom".`);let u=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id,p=t.text??this._formatDistanceText({from:r,to:s,units:t.units??"mm"}),d=e.pcb_fabrication_note_dimension.insert({pcb_component_id:u,subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:a?.pcb_group_id??void 0,layer:l,from:r,to:s,text:p,offset:t.offset,font:t.font??"tscircuit2024",font_size:t.fontSize??1,color:t.color,arrow_size:t.arrowSize??1});this.fabrication_note_dimension_id=d.pcb_fabrication_note_dimension_id}getPcbSize(){let e=this._computePcbGlobalTransformBeforeLayout(),t=this._resolvePoint(this._parsedProps.from,e),i=this._resolvePoint(this._parsedProps.to,e);return{width:Math.abs(i.x-t.x),height:Math.abs(i.y-t.y)}}_formatDistanceText({from:e,to:t,units:i}){let r=t.x-e.x,s=t.y-e.y,o=Math.sqrt(r*r+s*s),a=i==="in"?o/25.4:o,c=Math.round(a);if(Math.abs(a-c)<1e-9)return`${c}${i}`;let u=i==="in"?3:2;return`${i==="in"?Number(a.toFixed(u)).toString():a.toFixed(u)}${i}`}},Dnt=class extends Me{constructor(){super(...arguments);f(this,"pcb_note_line_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"PcbNoteLine",zodProps:DW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this.getSubcircuit(),r=this.getGroup(),s=this._computePcbGlobalTransformBeforeLayout(),o=$e(s,{x:t.x1,y:t.y1}),a=$e(s,{x:t.x2,y:t.y2}),c=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id??void 0,l=e.pcb_note_line.insert({pcb_component_id:c,subcircuit_id:i?.subcircuit_id??void 0,pcb_group_id:r?.pcb_group_id??void 0,x1:o.x,y1:o.y,x2:a.x,y2:a.y,stroke_width:t.strokeWidth??.1,color:t.color,is_dashed:t.isDashed});this.pcb_note_line_id=l.pcb_note_line_id}getPcbSize(){let{_parsedProps:e}=this;return{width:Math.abs(e.x2-e.x1),height:Math.abs(e.y2-e.y1)}}},jnt=class extends Me{constructor(){super(...arguments);f(this,"pcb_note_rect_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"PcbNoteRect",zodProps:zW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._computePcbGlobalTransformBeforeLayout(),r=$e(i,{x:0,y:0}),s=this.getSubcircuit(),o=this.getGroup(),a=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id??void 0,c=e.pcb_note_rect.insert({pcb_component_id:a,subcircuit_id:s?.subcircuit_id??void 0,pcb_group_id:o?.pcb_group_id??void 0,center:r,width:t.width,height:t.height,stroke_width:t.strokeWidth??.1,is_filled:t.isFilled??!1,has_stroke:t.hasStroke??!0,is_stroke_dashed:t.isStrokeDashed??!1,color:t.color,corner_radius:t.cornerRadius??void 0});this.pcb_note_rect_id=c.pcb_note_rect_id}getPcbSize(){let{_parsedProps:e}=this,t=typeof e.width=="string"?parseFloat(e.width):e.width,i=typeof e.height=="string"?parseFloat(e.height):e.height;return{width:t,height:i}}},Bnt=class extends Me{constructor(){super(...arguments);f(this,"pcb_note_text_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"PcbNoteText",zodProps:FW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._computePcbGlobalTransformBeforeLayout(),r=$e(i,{x:0,y:0}),s=this.getSubcircuit(),o=this.getGroup(),a=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id??void 0,c=e.pcb_note_text.insert({pcb_component_id:a,subcircuit_id:s?.subcircuit_id??void 0,pcb_group_id:o?.pcb_group_id??void 0,font:t.font??"tscircuit2024",font_size:t.fontSize??1,text:t.text,anchor_position:r,anchor_alignment:t.anchorAlignment??"center",color:t.color});this.pcb_note_text_id=c.pcb_note_text_id}getPcbSize(){let{_parsedProps:e}=this,t=typeof e.fontSize=="string"?parseFloat(e.fontSize):e.fontSize??1,i=t*.6;return{width:e.text.length*i,height:t}}},Ynt=class extends Me{constructor(){super(...arguments);f(this,"pcb_note_path_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"PcbNotePath",zodProps:$W}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._computePcbGlobalTransformBeforeLayout(),r=this.getSubcircuit(),s=this.getGroup(),o=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id??void 0,a=t.route.map(l=>{let{x:u,y:p,...d}=l,_=typeof u=="string"?parseFloat(u):u,g=typeof p=="string"?parseFloat(p):p,x=$e(i,{x:_,y:g});return{...d,x:x.x,y:x.y}}),c=e.pcb_note_path.insert({pcb_component_id:o,subcircuit_id:r?.subcircuit_id??void 0,pcb_group_id:s?.pcb_group_id??void 0,route:a,stroke_width:t.strokeWidth??.1,color:t.color});this.pcb_note_path_id=c.pcb_note_path_id}getPcbSize(){let{_parsedProps:e}=this;if(e.route.length===0)return{width:0,height:0};let t=e.route.map(c=>typeof c.x=="string"?parseFloat(c.x):c.x),i=e.route.map(c=>typeof c.y=="string"?parseFloat(c.y):c.y),r=Math.min(...t),s=Math.max(...t),o=Math.min(...i),a=Math.max(...i);return{width:s-r,height:a-o}}},Xnt=class extends Me{constructor(){super(...arguments);f(this,"pcb_note_dimension_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"PcbNoteDimension",zodProps:jW}}_resolvePoint(e,t){if(typeof e=="string"){let s=this.getSubcircuit().selectOne(`.${e}`);return s?s._getGlobalPcbPositionBeforeLayout():(this.renderError(`PcbNoteDimension could not find selector "${e}"`),$e(t,{x:0,y:0}))}let i=typeof e.x=="string"?parseFloat(e.x):e.x,r=typeof e.y=="string"?parseFloat(e.y):e.y;return $e(t,{x:i,y:r})}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._computePcbGlobalTransformBeforeLayout(),r=this._resolvePoint(t.from,i),s=this._resolvePoint(t.to,i),o=this.getSubcircuit(),a=this.getGroup(),c=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id??void 0,l=t.text??this._formatDistanceText({from:r,to:s,units:t.units??"mm"}),u=e.pcb_note_dimension.insert({pcb_component_id:c,subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:a?.pcb_group_id??void 0,from:r,to:s,text:l,font:t.font??"tscircuit2024",font_size:t.fontSize??1,color:t.color,arrow_size:t.arrowSize??1});this.pcb_note_dimension_id=u.pcb_note_dimension_id}getPcbSize(){let e=this._computePcbGlobalTransformBeforeLayout(),t=this._resolvePoint(this._parsedProps.from,e),i=this._resolvePoint(this._parsedProps.to,e);return{width:Math.abs(i.x-t.x),height:Math.abs(i.y-t.y)}}_formatDistanceText({from:e,to:t,units:i}){let r=t.x-e.x,s=t.y-e.y,o=Math.sqrt(r*r+s*s),a=i==="in"?o/25.4:o,c=Math.round(a);if(Math.abs(a-c)<1e-9)return`${c}${i}`;let u=i==="in"?3:2;return`${i==="in"?Number(a.toFixed(u)).toString():a.toFixed(u)}${i}`}},W_=(n,e)=>{let{injectionDb:t,normalComponent:i}=e;if(!i)return;let r=V_({componentName:i.name,componentRotation:"0deg"},t.toArray().filter(s=>"pcb_component_id"in s&&s.pcb_component_id===n.pcb_component_id));i.addAll(r)};function C7t(n,e){let{injectionDb:t,subcircuit:i,groupsMap:r}=e,s=t.pcb_component.getWhere({source_component_id:n.source_component_id}),o=t.cad_component.getWhere({source_component_id:n.source_component_id}),a=new v9({name:n.name,resistance:n.resistance});s&&W_(s,{...e,normalComponent:a}),n.source_group_id&&r?.has(n.source_group_id)?r.get(n.source_group_id).add(a):i.add(a)}function I7t(n,e){let{injectionDb:t,subcircuit:i}=e;if(n.source_component_id!==null)return;let r=t.pcb_port.getWhere({source_port_id:n.source_port_id}),s=new Vi({name:n.name,pinNumber:n.pin_number});i.add(s),s.source_port_id=n.source_port_id;let o=i.root;if(o&&r){let{db:a}=o,c=a.pcb_port.insert({pcb_component_id:void 0,layers:r.layers,subcircuit_id:i.subcircuit_id??void 0,pcb_group_id:i.getGroup()?.pcb_group_id??void 0,x:r.x,y:r.y,source_port_id:n.source_port_id,is_board_pinout:!1});s.pcb_port_id=c.pcb_port_id}}function N7t(n,e){let{subcircuit:t,groupsMap:i}=e,r=new yl({name:n.name});return r.source_group_id=n.source_group_id,t.add(r),i&&i.set(n.source_group_id,r),r}var A7t=(n,e)=>{if(!n||n.length===0)return;let{injectionDb:t}=e,i=n.map(r=>r.map(s=>{let o=t.source_port.get(s);return o?o.pin_number!==void 0&&o.pin_number!==null?`pin${o.pin_number}`:o.name:null}).filter(s=>s!==null)).filter(r=>r.length>0);return i.length>0?i:void 0},R7t=(n,e)=>{let{injectionDb:t,subcircuit:i,groupsMap:r}=e,s=t.pcb_component.getWhere({source_component_id:n.source_component_id}),o=t.schematic_component.getWhere({source_component_id:n.source_component_id}),a=t.cad_component.getWhere({source_component_id:n.source_component_id}),c=A7t(n.internally_connected_source_port_ids,e),l=new X1({name:n.name,manufacturerPartNumber:n.manufacturer_part_number,supplierPartNumbers:n.supplier_part_numbers??void 0,pinLabels:o?.port_labels??void 0,schWidth:o?.size?.width,schHeight:o?.size?.height,schPinSpacing:o?.pin_spacing,schX:o?.center?.x,schY:o?.center?.y,layer:s?.layer,pcbX:s?.center?.x,pcbY:s?.center?.y,pcbRotation:s?.rotation,doNotPlace:s?.do_not_place,obstructsWithinBounds:s?.obstructs_within_bounds,internallyConnectedPins:c}),u=a?.footprinter_string??null;u&&(Object.assign(l.props,{footprint:u}),Object.assign(l._parsedProps,{footprint:u}),a||l._addChildrenFromStringFootprint?.()),s&&W_(s,{...e,normalComponent:l}),n.source_group_id&&r?.has(n.source_group_id)?r.get(n.source_group_id).add(l):i.add(l)};function O7t(n,e){let{injectionDb:t,subcircuit:i,groupsMap:r}=e,s=t.pcb_component.getWhere({source_component_id:n.source_component_id}),o=t.cad_component.getWhere({source_component_id:n.source_component_id}),a=new x9({name:n.name,capacitance:n.capacitance});s&&W_(s,{...e,normalComponent:a}),n.source_group_id&&r?.has(n.source_group_id)?r.get(n.source_group_id).add(a):i.add(a)}var S9=class extends Gn{constructor(){super(...arguments);f(this,"_adjustSilkscreenTextAutomatically",!0)}get config(){return{componentName:"Inductor",schematicSymbolName:this.props.symbolName??"inductor",zodProps:eW,sourceFtype:Va.simple_inductor}}_getSchematicSymbolDisplayValue(){return`${gi(this._parsedProps.inductance)}H`}initPorts(){super.initPorts({additionalAliases:{pin1:["anode","pos","left"],pin2:["cathode","neg","right"]}})}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({name:this.name,ftype:Va.simple_inductor,inductance:t.inductance,supplier_part_numbers:t.supplierPartNumbers,are_pins_interchangeable:!0});this.source_component_id=i.source_component_id}};function L7t(n,e){let{injectionDb:t,subcircuit:i,groupsMap:r}=e,s=t.pcb_component.getWhere({source_component_id:n.source_component_id}),o=t.cad_component.getWhere({source_component_id:n.source_component_id}),a=new S9({name:n.name,inductance:n.inductance});s&&W_(s,{...e,normalComponent:a}),n.source_group_id&&r?.has(n.source_group_id)?r.get(n.source_group_id).add(a):i.add(a)}function F7t(n,e){let{injectionDb:t,subcircuit:i,groupsMap:r}=e,s=t.pcb_component.getWhere({source_component_id:n.source_component_id}),o=t.cad_component.getWhere({source_component_id:n.source_component_id}),a=new b9({name:n.name});s&&W_(s,{...e,normalComponent:a}),n.source_group_id&&r?.has(n.source_group_id)?r.get(n.source_group_id).add(a):i.add(a)}var z7t=(n,e)=>{let t=[],i=n.source_group_id;for(;i;){let r=e.source_group.get(i);if(!r)break;t.unshift(`.${r.name}`),i=r.parent_source_group_id}return t.push(`.${n.name}`),t.join(" > ")};function $7t(n,e){let{injectionDb:t,subcircuit:i}=e,r=[];for(let o of n.connected_source_port_ids){let a=t.source_port.get(o);if(!a)continue;let c;if(a.source_component_id){let l=t.source_component.get(a.source_component_id);l&&(c=`${z7t({name:l.name,source_group_id:l.source_group_id},t)} > .${a.name}`)}else c=`.${a.name}`;c&&r.push(c)}for(let o of n.connected_source_net_ids){let a=t.source_net.get(o);a&&r.push(`net.${a.name}`)}if(r.length<2)return;let s=new Fs({path:r});s.source_trace_id=n.source_trace_id,i.add(s)}var w9=class extends Gn{constructor(){super(...arguments);f(this,"emitter",this.portMap.pin1);f(this,"collector",this.portMap.pin2);f(this,"base",this.portMap.pin3)}get config(){let e=this.props.type==="npn"?"npn_bipolar_transistor":"pnp_bipolar_transistor";return{componentName:"Transistor",schematicSymbolName:this.props.symbolName??e,zodProps:QH,sourceFtype:"simple_transistor",shouldRenderAsSchematicBox:!1}}initPorts(){let e={pin1:["collector","c"],pin2:["emitter","e"],pin3:["base","b"]};super.initPorts({pinCount:3,additionalAliases:e})}doInitialCreateNetsFromProps(){this._createNetsFromProps([...this._getNetsFromConnectionsProp()])}doInitialCreateTracesFromProps(){this._createTracesFromConnectionsProp()}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=e.source_component.insert({ftype:"simple_transistor",name:this.name,transistor_type:t.type});this.source_component_id=i.source_component_id}};function D7t(n,e){let{injectionDb:t,subcircuit:i,groupsMap:r}=e,s=t.pcb_component.getWhere({source_component_id:n.source_component_id}),o=t.cad_component.getWhere({source_component_id:n.source_component_id}),a=new w9({name:n.name,type:n.transistor_type});s&&W_(s,{...e,normalComponent:a}),n.source_group_id&&r?.has(n.source_group_id)?r.get(n.source_group_id).add(a):i.add(a)}var Unt=class extends yl{constructor(n){super({...n,subcircuit:!0})}doInitialInflateSubcircuitCircuitJson(){let{circuitJson:n,children:e}=this._parsedProps;if(!n)return;let t=Ze(n);if(n&&e?.length>0)throw new Error("Subcircuit cannot have both circuitJson and children");let r={injectionDb:t,subcircuit:this,groupsMap:new Map},s=t.source_group.list();for(let l of s)N7t(l,r);let o=t.source_component.list();for(let l of o)switch(l.ftype){case"simple_resistor":C7t(l,r);break;case"simple_capacitor":O7t(l,r);break;case"simple_inductor":L7t(l,r);break;case"simple_diode":F7t(l,r);break;case"simple_chip":R7t(l,r);break;case"simple_transistor":D7t(l,r);break;default:throw new Error(`No inflator implemented for source component ftype: "${l.ftype}"`)}let a=t.source_port.list();for(let l of a)I7t(l,r);let c=t.source_trace.list();for(let l of c)$7t(l,r)}},Vnt=class extends yl{constructor(n){super({...n,subcircuit:!0})}doInitialPcbPrimitiveRender(){if(super.doInitialPcbPrimitiveRender(),this.root?.pcbDisabled)return;let{db:n}=this.root,e=this._parsedProps;if(!this.pcb_group_id)return;let t=n.pcb_group.get(this.pcb_group_id),i=e.paddingLeft??e.padding??0,r=e.paddingRight??e.padding??0,s=e.paddingTop??e.padding??0,o=e.paddingBottom??e.padding??0;n.pcb_group.update(this.pcb_group_id,{width:(t.width??0)+i+r,height:(t.height??0)+s+o,center:{x:t.center.x+(r-i)/2,y:t.center.y+(s-o)/2}})}},Gnt=class extends Me{constructor(){super(...arguments);f(this,"pcb_breakout_point_id",null);f(this,"matchedPort",null);f(this,"matchedNet",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"BreakoutPoint",zodProps:dW}}_matchConnection(){let{connection:e}=this._parsedProps,t=this.getSubcircuit();t&&(this.matchedPort=t.selectOne(e,{type:"port"}),this.matchedPort||(this.matchedNet=t.selectOne(e,{type:"net"})),!this.matchedPort&&!this.matchedNet&&this.renderError(`Could not find connection target "${e}"`))}_getSourceTraceIdForPort(e){let{db:t}=this.root;return t.source_trace.list().find(r=>r.connected_source_port_ids.includes(e.source_port_id))?.source_trace_id}_getSourceNetIdForPort(e){let{db:t}=this.root;return t.source_trace.list().find(r=>r.connected_source_port_ids.includes(e.source_port_id))?.connected_source_net_ids[0]}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root;this._matchConnection();let{pcbX:t=0,pcbY:i=0}=this._parsedProps,r=this.parent?.getGroup(),s=this.getSubcircuit();if(!r||!r.pcb_group_id)return;let o=e.pcb_breakout_point.insert({pcb_group_id:r.pcb_group_id,subcircuit_id:s?.subcircuit_id??void 0,source_port_id:this.matchedPort?.source_port_id??void 0,source_trace_id:this.matchedPort?this._getSourceTraceIdForPort(this.matchedPort):void 0,source_net_id:this.matchedNet?this.matchedNet.source_net_id:this.matchedPort?this._getSourceNetIdForPort(this.matchedPort):void 0,x:t,y:i});this.pcb_breakout_point_id=o.pcb_breakout_point_id}_getPcbCircuitJsonBounds(){let{pcbX:e=0,pcbY:t=0}=this._parsedProps;return{center:{x:e,y:t},bounds:{left:e,top:t,right:e,bottom:t},width:0,height:0}}_setPositionFromLayout(e){let{db:t}=this.root;this.pcb_breakout_point_id&&t.pcb_breakout_point.update(this.pcb_breakout_point_id,{x:e.x,y:e.y})}getPcbSize(){return{width:0,height:0}}},Hnt=class extends Me{constructor(){super(...arguments);f(this,"source_net_label_id")}get config(){return{componentName:"NetLabel",zodProps:ZH}}_getAnchorSide(){let{_parsedProps:e}=this;if(e.anchorSide)return e.anchorSide;if(!this._resolveConnectsTo())return"right";let i=this._getGlobalSchematicPositionBeforeLayout(),r=this._getConnectedPorts();if(r.length===0)return"right";let s=r[0]._getGlobalSchematicPositionBeforeLayout(),o=s.x-i.x,a=s.y-i.y;if(Math.abs(o)>Math.abs(a)){if(o>0)return"right";if(o<0)return"left"}else{if(a>0)return"top";if(a<0)return"bottom"}return"right"}_getConnectedPorts(){let e=this._resolveConnectsTo();if(!e)return[];let t=[];for(let i of e){let r=this.getSubcircuit().selectOne(i);r&&t.push(r)}return t}computeSchematicPropsTransform(){let{_parsedProps:e}=this;if(e.schX===void 0&&e.schY===void 0){let t=this._getConnectedPorts();if(t.length>0){let i=t[0]._getGlobalSchematicPositionBeforeLayout(),r=$e(this.parent?.computeSchematicGlobalTransform?.()??Sr(),{x:0,y:0});return An(i.x-r.x,i.y-r.y)}}return super.computeSchematicPropsTransform()}doInitialSchematicPrimitiveRender(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._getGlobalSchematicPositionBeforeLayout(),r=this.getSubcircuit().selectOne(`net.${this._getNetName()}`),s=t.anchorSide??"right",o=_l({anchor_position:i,anchor_side:s,text:t.net}),a=e.schematic_net_label.insert({text:t.net,source_net_id:r.source_net_id,anchor_position:i,center:o,anchor_side:this._getAnchorSide()});this.source_net_label_id=a.source_net_id}_resolveConnectsTo(){let{_parsedProps:e}=this,t=e.connectsTo??e.connection;if(Array.isArray(t))return t;if(typeof t=="string")return[t]}_getNetName(){let{_parsedProps:e}=this;return e.net}doInitialCreateNetsFromProps(){let{_parsedProps:e}=this;e.net&&nP(this,[`net.${e.net}`])}doInitialCreateTracesFromNetLabels(){if(this.root?.schematicDisabled)return;let e=this._resolveConnectsTo();if(e)for(let t of e)this.add(new Fs({from:t,to:`net.${this._getNetName()}`}))}doInitialSchematicTraceRender(){if(!this.root?._featureMspSchematicTraceRouting||this.root?.schematicDisabled)return;let{db:e}=this.root,t=this._resolveConnectsTo();if(!t||t.length===0)return;let i=this._getGlobalSchematicPositionBeforeLayout(),r=this._getAnchorSide(),o={left:"x-",right:"x+",top:"y+",bottom:"y-"}[r],a=this.getSubcircuit().selectOne(`net.${this._getNetName()}`);for(let c of t){let l=this.getSubcircuit().selectOne(c,{type:"port"});if(!l||!l.schematic_port_id)continue;let u=!1;if(a?.source_net_id){let w=e.source_trace.list().find(P=>P.connected_source_net_ids?.includes(a.source_net_id)&&P.connected_source_port_ids?.includes(l.source_port_id??""));if(w&&(u=e.schematic_trace.list().some(P=>P.source_trace_id===w.source_trace_id)),u)continue}let p=l._getGlobalSchematicPositionAfterLayout(),d=n9(l.facingDirection??"right")??"x+",_=Wc({x:p.x,y:p.y,facingDirection:d},{x:i.x,y:i.y,facingDirection:o});if(!Array.isArray(_)||_.length<2)continue;let g=[];for(let w=0;w<_.length-1;w++)g.push({from:{x:_[w].x,y:_[w].y},to:{x:_[w+1].x,y:_[w+1].y}});let x,v;if(a?.source_net_id&&l.source_port_id){let w=e.source_trace.list().find(P=>P.connected_source_net_ids?.includes(a.source_net_id)&&P.connected_source_port_ids?.includes(l.source_port_id));x=w?.source_trace_id,v=w?.subcircuit_connectivity_map_key||e.source_net.get(a.source_net_id)?.subcircuit_connectivity_map_key}e.schematic_trace.insert({source_trace_id:x,edges:g,junctions:[],subcircuit_connectivity_map_key:v}),e.schematic_port.update(l.schematic_port_id,{is_connected:!0})}}},Wnt=class extends Me{constructor(){super(...arguments);f(this,"pcb_silkscreen_circle_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"SilkscreenCircle",zodProps:OW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,{maybeFlipLayer:i}=this._getPcbPrimitiveFlippedHelpers(),r=i(t.layer??"top");if(r!=="top"&&r!=="bottom")throw new Error(`Invalid layer "${r}" for SilkscreenCircle. Must be "top" or "bottom".`);let s=this._computePcbGlobalTransformBeforeLayout(),o=this.getSubcircuit(),a=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id,c=e.pcb_silkscreen_circle.insert({pcb_component_id:a,layer:r,center:{x:t.pcbX??0,y:t.pcbY??0},radius:t.radius,subcircuit_id:o?.subcircuit_id??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0,stroke_width:t.strokeWidth??.1});this.pcb_silkscreen_circle_id=c.pcb_silkscreen_circle_id}getPcbSize(){let{_parsedProps:e}=this,t=e.radius*2;return{width:t,height:t}}},qnt=class extends Me{constructor(){super(...arguments);f(this,"pcb_silkscreen_rect_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"SilkscreenRect",zodProps:RW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,{maybeFlipLayer:i}=this._getPcbPrimitiveFlippedHelpers(),r=i(t.layer??"top");if(r!=="top"&&r!=="bottom")throw new Error(`Invalid layer "${r}" for SilkscreenRect. Must be "top" or "bottom".`);let s=this.getSubcircuit(),o=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id,a=e.pcb_silkscreen_rect.insert({pcb_component_id:o,layer:r,center:{x:t.pcbX??0,y:t.pcbY??0},width:t.width,height:t.height,subcircuit_id:s?.subcircuit_id??void 0,pcb_group_id:this?.getGroup()?.pcb_group_id??void 0,stroke_width:t.strokeWidth??.1,is_filled:t.filled??!1,corner_radius:t.cornerRadius??void 0});this.pcb_silkscreen_rect_id=a.pcb_silkscreen_rect_id}getPcbSize(){let{_parsedProps:e}=this;return{width:e.width,height:e.height}}},Znt=class extends Me{constructor(){super(...arguments);f(this,"pcb_silkscreen_line_id",null);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"SilkscreenLine",zodProps:AW}}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,{maybeFlipLayer:i}=this._getPcbPrimitiveFlippedHelpers(),r=i(t.layer??"top");if(r!=="top"&&r!=="bottom")throw new Error(`Invalid layer "${r}" for SilkscreenLine. Must be "top" or "bottom".`);let s=this.getSubcircuit(),o=this.parent?.pcb_component_id??this.getPrimitiveContainer()?.pcb_component_id,a=e.pcb_silkscreen_line.insert({pcb_component_id:o,layer:r,x1:t.x1,y1:t.y1,x2:t.x2,y2:t.y2,stroke_width:t.strokeWidth??.1,subcircuit_id:s?.subcircuit_id??void 0,pcb_group_id:s?.getGroup()?.pcb_group_id??void 0});this.pcb_silkscreen_line_id=a.pcb_silkscreen_line_id}getPcbSize(){let{_parsedProps:e}=this,t=Math.abs(e.x2-e.x1),i=Math.abs(e.y2-e.y1);return{width:t,height:i}}},Knt=class extends Me{constructor(e){super(e);f(this,"pcb_via_id",null);f(this,"matchedPort",null);f(this,"isPcbPrimitive",!0);f(this,"source_manually_placed_via_id",null);f(this,"subcircuit_connectivity_map_key",null);let t=this._getLayers();this._parsedProps.layers=t,this.initPorts()}get config(){return{componentName:"Via",zodProps:pW}}getAvailablePcbLayers(){return["top","inner1","inner2","bottom"]}_getResolvedViaDiameters(e){return iLt({holeDiameter:this._parsedProps.holeDiameter,padDiameter:this._parsedProps.outerDiameter},e)}getPcbSize(){let e=this.getInheritedMergedProperty("pcbStyle"),{padDiameter:t}=this._getResolvedViaDiameters(e);return{width:t,height:t}}_getPcbCircuitJsonBounds(){let{db:e}=this.root,t=e.pcb_via.get(this.pcb_via_id),i=this.getPcbSize();return{center:{x:t.x,y:t.y},bounds:{left:t.x-i.width/2,top:t.y-i.height/2,right:t.x+i.width/2,bottom:t.y+i.height/2},width:i.width,height:i.height}}_setPositionFromLayout(e){let{db:t}=this.root;t.pcb_via.update(this.pcb_via_id,{x:e.x,y:e.y})}_getLayers(){let{fromLayer:e="top",toLayer:t="bottom"}=this._parsedProps;return e===t?[e]:[e,t]}initPorts(){let e=this._parsedProps.layers;for(let i of e){let r=new Vi({name:i,layer:i});r.registerMatch(this),this.add(r)}let t=new Vi({name:"pin1"});t.registerMatch(this),this.add(t)}_getConnectedNetOrTrace(){let e=this._parsedProps.connectsTo;if(!e)return null;let t=this.getSubcircuit(),i=Array.isArray(e)?e:[e];for(let r of i)if(r.startsWith("net.")){let s=t.selectOne(r,{type:"net"});if(s)return s}return null}doInitialPcbComponentRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,t=this.getInheritedMergedProperty("pcbStyle"),{padDiameter:i}=this._getResolvedViaDiameters(t),r=this._getGlobalPcbPositionBeforeLayout(),s=this.getSubcircuit(),o=e.pcb_component.insert({center:r,width:i,height:i,layer:this._parsedProps.fromLayer??"top",rotation:0,source_component_id:this.source_component_id,subcircuit_id:s?.subcircuit_id??void 0,obstructs_within_bounds:!0});this.pcb_component_id=o.pcb_component_id}doInitialSourceRender(){let{db:e}=this.root,{_parsedProps:t}=this,i=this.getGroup(),r=this.getSubcircuit(),s=e.source_manually_placed_via.insert({source_group_id:i?.source_group_id,source_net_id:t.net??"",subcircuit_id:r?.subcircuit_id??void 0});this.source_component_id=s.source_manually_placed_via_id}doInitialPcbPrimitiveRender(){if(this.root?.pcbDisabled)return;let{db:e}=this.root,t=this.getInheritedMergedProperty("pcbStyle"),{holeDiameter:i,padDiameter:r}=this._getResolvedViaDiameters(t),s=this._getGlobalPcbPositionBeforeLayout(),o=this.getSubcircuit(),a=e.pcb_via.insert({x:s.x,y:s.y,hole_diameter:i,outer_diameter:r,layers:["bottom","top"],from_layer:this._parsedProps.fromLayer||"bottom",to_layer:this._parsedProps.toLayer||"top",subcircuit_id:o?.subcircuit_id??void 0,subcircuit_connectivity_map_key:this.subcircuit_connectivity_map_key??void 0,pcb_group_id:this.getGroup()?.pcb_group_id??void 0,net_is_assignable:this._parsedProps.netIsAssignable??void 0});this.pcb_via_id=a.pcb_via_id}},Jnt=class extends Me{constructor(){super(...arguments);f(this,"isPcbPrimitive",!0)}get config(){return{componentName:"CopperPour",zodProps:mW}}getPcbSize(){return{width:0,height:0}}doInitialCreateNetsFromProps(){let{_parsedProps:e}=this;nP(this,[e.connectsTo])}doInitialPcbCopperPourRender(){this.root?.pcbDisabled||this._queueAsyncEffect("PcbCopperPourRender",async()=>{let{db:e}=this.root,{_parsedProps:t}=this,i=this.getSubcircuit().selectOne(t.connectsTo);if(!i||!i.source_net_id){this.renderError(`Net "${t.connectsTo}" not found for copper pour`);return}let r=this.getSubcircuit(),s=e.toArray().filter(p=>p.type==="source_net"&&p.name===i.name)[0]||"",o=t.clearance??.2,a=itt(e.toArray(),{layer:t.layer,pour_connectivity_key:s.subcircuit_connectivity_map_key||"",pad_margin:t.padMargin??o,trace_margin:t.traceMargin??o,board_edge_margin:t.boardEdgeMargin??o,cutout_margin:t.cutoutMargin??o}),c=new ntt(a),{brep_shapes:l}=c.getOutput(),u=t.coveredWithSolderMask??!1;for(let p of l)e.pcb_copper_pour.insert({shape:"brep",layer:t.layer,brep_shape:p,source_net_id:i.source_net_id,subcircuit_id:r?.subcircuit_id??void 0,covered_with_solder_mask:u})})}},Qnt=class extends Gn{get config(){return{componentName:"Battery",schematicSymbolName:this.props.symbolName??"battery",zodProps:WH,sourceFtype:"simple_power_source"}}initPorts(){super.initPorts({additionalAliases:{pin1:["anode","pos","left"],pin2:["cathode","neg","right"]}})}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,t=n.source_component.insert({name:this.name,ftype:"simple_power_source",capacity:e.capacity,supplier_part_numbers:e.supplierPartNumbers,are_pins_interchangeable:!1});this.source_component_id=t.source_component_id}},tit=class extends Gn{_getPcbRotationBeforeLayout(){let n=this.props.pcbOrientation==="vertical"?-90:0;return(super._getPcbRotationBeforeLayout()??0)+n}get config(){return{componentName:"PinHeader",zodProps:qH,shouldRenderAsSchematicBox:!0}}_getImpliedFootprintString(){let n=this._parsedProps.pinCount??(Array.isArray(this._parsedProps.pinLabels)?this._parsedProps.pinLabels.length:this._parsedProps.pinLabels?Object.keys(this._parsedProps.pinLabels).length:0),e=this._parsedProps.holeDiameter,t=this._parsedProps.platedDiameter,i=this._parsedProps.pitch,r=this._parsedProps.showSilkscreenPinLabels;if(n>0){let s;if(i)!e&&!t?s=`pinrow${n}_p${i}`:s=`pinrow${n}_p${i}_id${e}_od${t}`;else if(!e&&!t)s=`pinrow${n}`;else return null;return r!==!0&&(s+="_nopinlabels"),s}return null}initPorts(){let n=this._parsedProps.pinCount??(Array.isArray(this._parsedProps.pinLabels)?this._parsedProps.pinLabels.length:this._parsedProps.pinLabels?Object.keys(this._parsedProps.pinLabels).length:1);for(let e=1;e<=n;e++){let t=Array.isArray(this._parsedProps.pinLabels)?this._parsedProps.pinLabels[e-1]:this._parsedProps.pinLabels?.[`pin${e}`];if(t){let i=Array.isArray(t)?t[0]:t,r=Array.isArray(t)?t.slice(1):[];this.add(new Vi({pinNumber:e,name:i,aliases:[`pin${e}`,...r]}))}else this.add(new Vi({pinNumber:e,name:`pin${e}`}))}}_getSchematicPortArrangement(){let n=this._parsedProps.pinCount??1,e=this._parsedProps.schFacingDirection??this._parsedProps.facingDirection??"right",t=this._parsedProps.schPinArrangement;return e==="left"?{leftSide:{direction:t?.leftSide?.direction??"top-to-bottom",pins:t?.leftSide?.pins??Array.from({length:n},(i,r)=>`pin${r+1}`)}}:{rightSide:{direction:t?.rightSide?.direction??"top-to-bottom",pins:t?.rightSide?.pins??Array.from({length:n},(i,r)=>`pin${r+1}`)}}}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,t=n.source_component.insert({ftype:"simple_pin_header",name:this.name,supplier_part_numbers:e.supplierPartNumbers,pin_count:e.pinCount,gender:e.gender,are_pins_interchangeable:!0});this.source_component_id=t.source_component_id}};function j7t(n){switch(n){case"two_ground_pins":return"crystal_4pin";case"ground_pin":return"resonator";case"no_ground":return"crystal";default:return"crystal"}}var eit=class extends Gn{get config(){return{componentName:"Resonator",schematicSymbolName:this.props.symbolName??j7t(this.props.pinVariant),zodProps:$H,shouldRenderAsSchematicBox:!1}}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,t=e.pinVariant||"no_ground",i=n.source_component.insert({ftype:"simple_resonator",name:this.name,frequency:e.frequency,load_capacitance:e.loadCapacitance,supplier_part_numbers:e.supplierPartNumbers,pin_variant:t,are_pins_interchangeable:t==="no_ground"||t==="ground_pin"});this.source_component_id=i.source_component_id}_getSchematicSymbolDisplayValue(){let n=`${gi(this._parsedProps.frequency)}Hz`;return this._parsedProps.loadCapacitance?`${n} / ${gi(this._parsedProps.loadCapacitance)}F`:n}};function B7t(n){switch(n){case"three_pin":return"potentiometer3";case"two_pin":return"potentiometer2";default:return"potentiometer2"}}var nit=class extends Gn{get config(){return{componentName:"Potentiometer",schematicSymbolName:this.props.symbolName??B7t(this.props.pinVariant),zodProps:FH,shouldRenderAsSchematicBox:!1}}_getSchematicSymbolDisplayValue(){return`${gi(this._parsedProps.maxResistance)}\u03A9`}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,t=e.pinVariant||"two_pin",i=n.source_component.insert({ftype:"simple_potentiometer",name:this.name,max_resistance:e.maxResistance,pin_variant:t,are_pins_interchangeable:t==="two_pin"});this.source_component_id=i.source_component_id}},iit=class extends Gn{get config(){return{componentName:"PushButton",schematicSymbolName:this.props.symbolName??"push_button_normally_open_momentary",zodProps:KH,sourceFtype:Va.simple_push_button}}get defaultInternallyConnectedPinNames(){return[]}initPorts(){super.initPorts({pinCount:2,ignoreSymbolPorts:!0});let n=_i[this._getSchematicSymbolNameOrThrow()],e=n.ports.find(l=>l.labels.includes("1")),t=n.ports.find(l=>l.labels.includes("2")),i=this.selectAll("port"),r=i.find(l=>l.props.pinNumber===1),s=i.find(l=>l.props.pinNumber===2),o=i.find(l=>l.props.pinNumber===3),a=i.find(l=>l.props.pinNumber===4),{internallyConnectedPins:c}=this._parsedProps;r.schematicSymbolPortDef=e,(!c||c.length===0)&&(s.schematicSymbolPortDef=t);for(let[l,u]of[[2,s],[3,o],[4,a]]){let p=c?.find(([_,g])=>_===`pin${l}`||g===`pin${l}`);if(!p){u.schematicSymbolPortDef=t;break}(p?.[0]===`pin${l}`?p[1]:p?.[0])!=="pin1"&&(u.schematicSymbolPortDef=t)}}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,t=n.source_component.insert({name:this.name,ftype:Va.simple_push_button,supplier_part_numbers:e.supplierPartNumbers,are_pins_interchangeable:!0});this.source_component_id=t.source_component_id}},rit=class extends Gn{get config(){return{schematicSymbolName:this.props.symbolName??(this.props.pinVariant==="four_pin"?"crystal_4pin":"crystal"),componentName:"Crystal",zodProps:zH,sourceFtype:"simple_crystal"}}initPorts(){let n=this.props.pinVariant==="four_pin"?{pin1:["left1","1"],pin2:["top1","2","gnd1"],pin3:["right1","3"],pin4:["bottom1","4","gnd2"]}:{pin1:["pos","left"],pin2:["neg","right"]};super.initPorts({additionalAliases:n})}_getSchematicSymbolDisplayValue(){let n=`${gi(this._parsedProps.frequency)}Hz`;return this._parsedProps.loadCapacitance?`${n} / ${gi(this._parsedProps.loadCapacitance)}F`:n}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,t=n.source_component.insert({name:this.name,ftype:"simple_crystal",frequency:e.frequency,load_capacitance:e.loadCapacitance,pin_variant:e.pinVariant||"two_pin",are_pins_interchangeable:(e.pinVariant||"two_pin")==="two_pin"});this.source_component_id=t.source_component_id}},sit=class extends Gn{get config(){let n=this.props.mosfetMode==="depletion"?"d":"e",t=`${this.props.channelType}_channel_${n}_mosfet_transistor`;return{componentName:"Mosfet",schematicSymbolName:this.props.symbolName??t,zodProps:tW,shouldRenderAsSchematicBox:!1}}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,t=n.source_component.insert({ftype:"simple_mosfet",name:this.name,mosfet_mode:e.mosfetMode,channel_type:e.channelType});this.source_component_id=t.source_component_id}};function Y7t(n){return n.simSwitchFrequency!==void 0||n.simCloseAt!==void 0||n.simOpenAt!==void 0||n.simStartClosed!==void 0||n.simStartOpen!==void 0}var oit=class extends Gn{_getSwitchType(){let n=this._parsedProps;return n?n.dpdt?"dpdt":n.spst?"spst":n.spdt?"spdt":n.dpst?"dpst":n.type??"spst":"spst"}get config(){let n=this._getSwitchType(),e=this._parsedProps?.isNormallyClosed??!1,t={spst:e?"spst_normally_closed_switch":"spst_switch",spdt:e?"spdt_normally_closed_switch":"spdt_switch",dpst:e?"dpst_normally_closed_switch":"dpst_switch",dpdt:e?"dpdt_normally_closed_switch":"dpdt_switch"};return{componentName:"Switch",schematicSymbolName:this.props.symbolName??t[n],zodProps:oW,shouldRenderAsSchematicBox:!1}}doInitialSourceRender(){let{db:n}=this.root,e=this._parsedProps??{},t=n.source_component.insert({ftype:"simple_switch",name:this.name,are_pins_interchangeable:this._getSwitchType()==="spst"});this.source_component_id=t.source_component_id}doInitialSimulationRender(){let{_parsedProps:n}=this;if(!Y7t(n))return;let{db:e}=this.root,t={type:"simulation_switch",source_component_id:this.source_component_id||""};n.simSwitchFrequency!==void 0&&(t.switching_frequency=Fr.parse(n.simSwitchFrequency)),n.simCloseAt!==void 0&&(t.closes_at=ur.parse(n.simCloseAt)),n.simOpenAt!==void 0&&(t.opens_at=ur.parse(n.simOpenAt)),n.simStartOpen!==void 0&&(t.starts_closed=!n.simStartOpen),n.simStartClosed!==void 0&&(t.starts_closed=n.simStartClosed),e.simulation_switch.insert(t)}},QA={HOLE_DIAMETER:.5,SMT_CIRCLE_DIAMETER:1.2,SMT_RECT_SIZE:2},ait=class extends Gn{get config(){return{componentName:"TestPoint",schematicSymbolName:this.props.symbolName??"testpoint",zodProps:hW,sourceFtype:Va.simple_test_point}}_getPropsWithDefaults(){let{padShape:n,holeDiameter:e,footprintVariant:t,padDiameter:i,width:r,height:s}=this._parsedProps;return!t&&e&&(t="through_hole"),t??(t="through_hole"),n??(n="circle"),t==="pad"?n==="circle"?i??(i=QA.SMT_CIRCLE_DIAMETER):n==="rect"&&(r??(r=QA.SMT_RECT_SIZE),s??(s=r)):t==="through_hole"&&(e??(e=QA.HOLE_DIAMETER)),{padShape:n,holeDiameter:e,footprintVariant:t,padDiameter:i,width:r,height:s}}_getImpliedFootprintString(){let{padShape:n,holeDiameter:e,footprintVariant:t,padDiameter:i,width:r,height:s}=this._getPropsWithDefaults();if(t==="through_hole")return`platedhole_d${e}`;if(t==="pad"){if(n==="circle")return`smtpad_circle_d${i}`;if(n==="rect")return`smtpad_rect_w${r}_h${s}`}throw new Error(`Footprint variant "${t}" with pad shape "${n}" not implemented`)}doInitialSourceRender(){let{db:n}=this.root,{_parsedProps:e}=this,{padShape:t,holeDiameter:i,footprintVariant:r,padDiameter:s,width:o,height:a}=this._getPropsWithDefaults(),c=n.source_component.insert({ftype:Va.simple_test_point,name:this.name,supplier_part_numbers:e.supplierPartNumbers,footprint_variant:r,pad_shape:t,pad_diameter:s,hole_diameter:i,width:o,height:a,are_pins_interchangeable:!0});this.source_component_id=c.source_component_id}},cit=class extends Me{constructor(){super(...arguments);f(this,"isSchematicPrimitive",!0)}get config(){return{componentName:"SchematicText",zodProps:TW}}doInitialSchematicPrimitiveRender(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._getGlobalSchematicPositionBeforeLayout();e.schematic_text.insert({anchor:t.anchor??"center",text:t.text,font_size:t.fontSize,color:t.color||"#000000",position:{x:i.x,y:i.y},rotation:t.schRotation??0})}},lit=class extends Me{constructor(){super(...arguments);f(this,"isSchematicPrimitive",!0);f(this,"schematic_line_id")}get config(){return{componentName:"SchematicLine",zodProps:kW}}doInitialSchematicPrimitiveRender(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._getGlobalSchematicPositionBeforeLayout(),r=this.getPrimitiveContainer()?.parent?.schematic_component_id,s=e.schematic_line.insert({schematic_component_id:r,x1:t.x1+i.x,y1:t.y1+i.y,x2:t.x2+i.x,y2:t.y2+i.y,stroke_width:t.strokeWidth??oP,color:t.color??sP,is_dashed:!1,subcircuit_id:this.getSubcircuit().subcircuit_id??void 0});this.schematic_line_id=s.schematic_line_id}},uit=class extends Me{constructor(){super(...arguments);f(this,"isSchematicPrimitive",!0);f(this,"schematic_rect_id")}get config(){return{componentName:"SchematicRect",zodProps:PW}}doInitialSchematicPrimitiveRender(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._getGlobalSchematicPositionBeforeLayout(),r=this.getPrimitiveContainer()?.parent?.schematic_component_id,s=e.schematic_rect.insert({center:{x:i.x,y:i.y},width:t.width,height:t.height,stroke_width:t.strokeWidth??oP,color:t.color??sP,is_filled:t.isFilled,schematic_component_id:r,is_dashed:t.isDashed,rotation:t.rotation??0,subcircuit_id:this.getSubcircuit().subcircuit_id??void 0});this.schematic_rect_id=s.schematic_rect_id}},pit=class extends Me{constructor(){super(...arguments);f(this,"isSchematicPrimitive",!0);f(this,"schematic_arc_id")}get config(){return{componentName:"SchematicArc",zodProps:vW}}doInitialSchematicPrimitiveRender(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._getGlobalSchematicPositionBeforeLayout(),r=this.getPrimitiveContainer()?.parent?.schematic_component_id,s=e.schematic_arc.insert({schematic_component_id:r,center:{x:t.center.x+i.x,y:t.center.y+i.y},radius:t.radius,start_angle_degrees:t.startAngleDegrees,end_angle_degrees:t.endAngleDegrees,direction:t.direction,stroke_width:t.strokeWidth??oP,color:t.color??sP,is_dashed:t.isDashed,subcircuit_id:this.getSubcircuit().subcircuit_id??void 0});this.schematic_arc_id=s.schematic_arc_id}},hit=class extends Me{constructor(){super(...arguments);f(this,"isSchematicPrimitive",!0);f(this,"schematic_circle_id")}get config(){return{componentName:"SchematicCircle",zodProps:wW}}doInitialSchematicPrimitiveRender(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this._getGlobalSchematicPositionBeforeLayout(),r=this.getPrimitiveContainer()?.parent?.schematic_component_id,s=e.schematic_circle.insert({schematic_component_id:r,center:{x:t.center.x+i.x,y:t.center.y+i.y},radius:t.radius,stroke_width:t.strokeWidth??oP,color:t.color??sP,is_filled:t.isFilled,fill_color:t.fillColor,is_dashed:t.isDashed,subcircuit_id:this.getSubcircuit().subcircuit_id??void 0});this.schematic_circle_id=s.schematic_circle_id}};function X7t({anchor:n,x:e,y:t,width:i,height:r,isInside:s}){switch(n){case"top_left":return{x:e,y:t+r,textAnchor:s?"top_left":"bottom_left"};case"top_center":return{x:e+i/2,y:t+r,textAnchor:s?"top_center":"bottom_center"};case"top_right":return{x:e+i,y:t+r,textAnchor:s?"top_right":"bottom_right"};case"center_left":return{x:e,y:t+r/2,textAnchor:s?"center_left":"center_right"};case"center":return{x:e+i/2,y:t+r/2,textAnchor:"center"};case"center_right":return{x:e+i,y:t+r/2,textAnchor:s?"center_right":"center_left"};case"bottom_left":return{x:e,y:t,textAnchor:s?"bottom_left":"top_left"};case"bottom_center":return{x:e+i/2,y:t,textAnchor:s?"bottom_center":"top_center"};case"bottom_right":return{x:e+i,y:t,textAnchor:s?"bottom_right":"top_right"};default:return{x:e+i/2,y:t+r,textAnchor:"center"}}}var dit=class extends Me{constructor(){super(...arguments);f(this,"isSchematicPrimitive",!0)}get config(){return{componentName:"SchematicBox",zodProps:SW,shouldRenderAsSchematicBox:!0}}doInitialSchematicPrimitiveRender(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=.6,r=typeof t.padding=="number"?t.padding:0,s=typeof t.paddingTop=="number"?t.paddingTop:r,o=typeof t.paddingBottom=="number"?t.paddingBottom:r,a=typeof t.paddingLeft=="number"?t.paddingLeft:r,c=typeof t.paddingRight=="number"?t.paddingRight:r,l=t.overlay&&t.overlay.length>0,u=typeof t.width=="number"&&typeof t.height=="number",p,d,_,g,x,v;if(l){let P=t.overlay.map(nt=>({selector:nt,port:this.getSubcircuit().selectOne(nt,{type:"port"})})).filter(({port:nt})=>nt!=null).map(({port:nt})=>({position:nt._getGlobalSchematicPositionAfterLayout()}));if(P.length===0)return;let T=P.map(nt=>nt.position.x),k=P.map(nt=>nt.position.y),C=Math.min(...T),M=Math.max(...T),I=Math.min(...k),E=Math.max(...k),A=M-C,R=E-I,B=A===0?i:0,j=R===0?i:0,U=a+B/2,V=c+B/2,H=s+j/2,et=o+j/2,tt=C-U,mt=M+V,G=I-et,Q=E+H;p=mt-tt,d=Q-G,_=tt+(t.schX??0),g=G+(t.schY??0),x=_+p/2,v=g+d/2}else if(u){p=t.width,d=t.height;let w=this._getGlobalSchematicPositionBeforeLayout();x=w.x,v=w.y,_=x-p/2,g=v-d/2}else return;if(e.schematic_box.insert({height:d,width:p,x:_,y:g,is_dashed:t.strokeStyle==="dashed"}),t.title){let w=t.titleInside,P=.1,T=t.titleAlignment,k=X7t({anchor:T,x:_,y:g,width:p,height:d,isInside:w}),C,M,I=k.textAnchor;w?(C=T.includes("top")?-P:T.includes("bottom")?P:0,M=T.includes("left")?P:T.includes("right")?-P:0):(C=T.includes("top")?P:T.includes("bottom")?-P:0,M=T.includes("center_left")?-P:T.includes("center_right")?P:0);let E=k.x+M,A=k.y+C;e.schematic_text.insert({anchor:I,text:t.title,font_size:t.titleFontSize??.18,color:t.titleColor??"#000000",position:{x:E,y:A},rotation:0})}}},fit=class extends Me{constructor(){super(...arguments);f(this,"isSchematicPrimitive",!0);f(this,"schematic_table_id",null)}get config(){return{componentName:"SchematicTable",zodProps:MW}}doInitialSchematicPrimitiveRender(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{_parsedProps:t}=this,i=this.children.filter(d=>d.componentName==="SchematicRow");if(i.length===0)return;let r=[],s=0;for(let d of i){let _=d.children.filter(g=>g.componentName==="SchematicCell");s=Math.max(s,_.length)}for(let d=0;d<i.length;d++)r[d]=[];for(let d=0;d<i.length;d++){let g=i[d].children.filter(v=>v.componentName==="SchematicCell"),x=0;for(let v=0;v<g.length;v++){for(;r[d][x];)x++;let w=g[v],P=w._parsedProps.colSpan??1,T=w._parsedProps.rowSpan??1;for(let k=0;k<T;k++)for(let C=0;C<P;C++)r[d+k]||(r[d+k]=[]),r[d+k][x+C]=w;x+=P}}s=Math.max(0,...r.map(d=>d.length));let o=i.map((d,_)=>d._parsedProps.height??1),a=Array.from({length:s},(d,_)=>{let g=0;for(let x=0;x<i.length;x++){let v=r[x]?.[_];if(v){let w=v._parsedProps.text??v._parsedProps.children,P=v._parsedProps.width??(w?.length??2)*.5;P>g&&(g=P)}}return g||10}),c=this._getGlobalSchematicPositionBeforeLayout(),l=e.schematic_table.insert({anchor_position:c,column_widths:a,row_heights:o,cell_padding:t.cellPadding,border_width:t.borderWidth,anchor:t.anchor,subcircuit_id:this.getSubcircuit()?.subcircuit_id||"",schematic_component_id:this.parent?.schematic_component_id||""});this.schematic_table_id=l.schematic_table_id;let u=new Set,p=0;for(let d=0;d<i.length;d++){let _=0;for(let g=0;g<s;g++){let x=r[d]?.[g];if(x&&!u.has(x)){u.add(x);let v=x._parsedProps,w=v.rowSpan??1,P=v.colSpan??1,T=0;for(let C=0;C<P;C++)T+=a[g+C];let k=0;for(let C=0;C<w;C++)k+=o[d+C];e.schematic_table_cell.insert({schematic_table_id:this.schematic_table_id,start_row_index:d,end_row_index:d+w-1,start_column_index:g,end_column_index:g+P-1,text:v.text??v.children,center:{x:c.x+_+T/2,y:c.y-p-k/2},width:T,height:k,horizontal_align:v.horizontalAlign,vertical_align:v.verticalAlign,font_size:v.fontSize??t.fontSize,subcircuit_id:this.getSubcircuit()?.subcircuit_id||""})}a[g]&&(_+=a[g])}p+=o[d]}}},mit=class extends Me{constructor(){super(...arguments);f(this,"isSchematicPrimitive",!0)}get config(){return{componentName:"SchematicRow",zodProps:EW}}},_it=class extends Me{constructor(){super(...arguments);f(this,"isSchematicPrimitive",!0);f(this,"canHaveTextChildren",!0)}get config(){return{componentName:"SchematicCell",zodProps:CW}}},yit=class extends Me{constructor(){super(...arguments);f(this,"isPrimitiveContainer",!0)}get config(){return{componentName:"Symbol",zodProps:HH}}},git=class extends Me{get config(){return{componentName:"AnalogSimulation",zodProps:JH}}doInitialSimulationRender(){let{db:n}=this.root,{duration:e,timePerStep:t}=this._parsedProps,i=e||10,r=t||.01;n.simulation_experiment.insert({name:"spice_transient_analysis",experiment_type:"spice_transient_analysis",end_time_ms:i,time_per_step:r})}},xit=class extends Me{constructor(){super(...arguments);f(this,"simulation_voltage_probe_id",null);f(this,"schematic_voltage_probe_id",null);f(this,"finalProbeName",null);f(this,"color",null)}get config(){return{componentName:"VoltageProbe",zodProps:bW}}doInitialSimulationRender(){let{db:e}=this.root,{connectsTo:t,name:i,referenceTo:r,color:s}=this._parsedProps,o=this.getSubcircuit();if(!o){this.renderError("VoltageProbe must be inside a subcircuit");return}let a=Array.isArray(t)?t:[t];if(a.length!==1){this.renderError("VoltageProbe must connect to exactly one port or net");return}let c=a[0],l=o.selectOne(c,{type:"port"}),u=l?null:o.selectOne(c,{type:"net"});if(u&&u.componentName!=="Net"){this.renderError(`VoltageProbe connection target "${c}" resolved to a non-net component "${u.componentName}".`);return}if(!l&&!u){this.renderError(`VoltageProbe could not find connection target "${c}"`);return}let p=l?.source_port_id??u?.source_net_id;if(!p){this.renderError("Could not identify connected source for VoltageProbe");return}let d=null,_=null;if(r){let v=Array.isArray(r)?r:[r];if(v.length!==1){this.renderError("VoltageProbe must reference exactly one port or net");return}let w=v[0];if(d=o.selectOne(w,{type:"port"}),_=d?null:o.selectOne(w,{type:"net"}),_&&_.componentName!=="Net"){this.renderError(`VoltageProbe reference target "${w}" resolved to a non-net component "${_.componentName}".`);return}if(!d&&!_){this.renderError(`VoltageProbe could not find reference target "${w}"`);return}}this.color=s??_7t(p);let g=i;g||(g=a[0].split(" > ").map(v=>v.replace(/^\./,"")).join(".")),this.finalProbeName=g??null;let{simulation_voltage_probe_id:x}=e.simulation_voltage_probe.insert({name:g,signal_input_source_port_id:l?.source_port_id??void 0,signal_input_source_net_id:u?.source_net_id??void 0,reference_input_source_port_id:d?.source_port_id??void 0,reference_input_source_net_id:_?.source_net_id??void 0,subcircuit_id:o.subcircuit_id||void 0,color:this.color});this.simulation_voltage_probe_id=x}doInitialSchematicReplaceNetLabelsWithSymbols(){if(this.root?.schematicDisabled)return;let{db:e}=this.root,{connectsTo:t,name:i}=this._parsedProps,r=this.getSubcircuit();if(!r)return;let s=Array.isArray(t)?t:[t];if(s.length!==1)return;let o=s[0],a=r.selectOne(o,{type:"port"});if(!a||!a.schematic_port_id)return;let c=a._getGlobalSchematicPositionAfterLayout(),l=null;for(let d of e.schematic_trace.list()){for(let _ of d.edges)if(Math.abs(_.from.x-c.x)<1e-6&&Math.abs(_.from.y-c.y)<1e-6||Math.abs(_.to.x-c.x)<1e-6&&Math.abs(_.to.y-c.y)<1e-6){l=d.schematic_trace_id;break}if(l)break}if(!l)return;let u=this.finalProbeName,p=e.schematic_voltage_probe.insert({name:u,position:c,schematic_trace_id:l,subcircuit_id:r.subcircuit_id||void 0,color:this.color??void 0});this.schematic_voltage_probe_id=p.schematic_voltage_probe_id}},U7t={name:"@tscircuit/core",type:"module",version:"0.0.885",types:"dist/index.d.ts",main:"dist/index.js",module:"dist/index.js",exports:{".":{import:"./dist/index.js",types:"./dist/index.d.ts"}},files:["dist"],repository:{type:"git",url:"https://github.com/tscircuit/core"},scripts:{build:"tsup-node index.ts --format esm --dts",format:"biome format . --write","measure-bundle":"howfat -r table .","pkg-pr-new-release":"bunx pkg-pr-new publish --comment=off --peerDeps","smoke-test:dist":"bun run scripts/smoke-tests/test-dist-simple-circuit.tsx","build:benchmarking":"bun build --experimental-html ./benchmarking/website/index.html --outdir ./benchmarking-dist","build:benchmarking:watch":`chokidar "./{benchmarking,lib}/**/*.{ts,tsx}" -c 'bun build --experimental-html ./benchmarking/website/index.html --outdir ./benchmarking-dist'`,"start:benchmarking":'concurrently "bun run build:benchmarking:watch" "live-server ./benchmarking-dist"',"generate-test-plan":"bun run scripts/generate-test-plan.ts"},devDependencies:{"@biomejs/biome":"^1.8.3","@resvg/resvg-js":"^2.6.2","@tscircuit/capacity-autorouter":"^0.0.140","@tscircuit/checks":"^0.0.87","@tscircuit/circuit-json-util":"^0.0.72","@tscircuit/common":"^0.0.20","@tscircuit/copper-pour-solver":"^0.0.14","@tscircuit/footprinter":"^0.0.236","@tscircuit/import-snippet":"^0.0.4","@tscircuit/infgrid-ijump-astar":"^0.0.33","@tscircuit/log-soup":"^1.0.2","@tscircuit/matchpack":"^0.0.16","@tscircuit/math-utils":"^0.0.29","@tscircuit/miniflex":"^0.0.4","@tscircuit/ngspice-spice-engine":"^0.0.4","@tscircuit/props":"^0.0.418","@tscircuit/schematic-autolayout":"^0.0.6","@tscircuit/schematic-match-adapt":"^0.0.16","@tscircuit/schematic-trace-solver":"^v0.0.45","@tscircuit/solver-utils":"^0.0.3","@types/bun":"^1.2.16","@types/debug":"^4.1.12","@types/react":"^19.1.8","@types/react-dom":"^19.1.6","@types/react-reconciler":"^0.28.9","bpc-graph":"^0.0.57","bun-match-svg":"0.0.12","calculate-elbow":"^0.0.12","chokidar-cli":"^3.0.0","circuit-json":"^0.0.325","circuit-json-to-bpc":"^0.0.13","circuit-json-to-connectivity-map":"^0.0.22","circuit-json-to-gltf":"^0.0.31","circuit-json-to-simple-3d":"^0.0.9","circuit-json-to-spice":"^0.0.26","circuit-to-svg":"^0.0.280",concurrently:"^9.1.2","connectivity-map":"^1.0.0",debug:"^4.3.6","eecircuit-engine":"^1.5.6",flatbush:"^4.5.0","graphics-debug":"^0.0.60",howfat:"^0.3.8","live-server":"^1.2.2","looks-same":"^9.0.1",minicssgrid:"^0.0.9","pkg-pr-new":"^0.0.37",poppygl:"^0.0.16",react:"^19.1.0","react-dom":"^19.1.0","schematic-symbols":"^0.0.202",spicey:"^0.0.14","ts-expect":"^1.3.0",tsup:"^8.2.4"},peerDependencies:{"@tscircuit/capacity-autorouter":"*","@tscircuit/checks":"*","@tscircuit/circuit-json-util":"*","@tscircuit/footprinter":"*","@tscircuit/infgrid-ijump-astar":"*","@tscircuit/math-utils":"*","@tscircuit/props":"*","@tscircuit/schematic-autolayout":"*","@tscircuit/schematic-match-adapt":"*","circuit-json-to-bpc":"*","bpc-graph":"*","@tscircuit/matchpack":"*","circuit-json":"*","circuit-json-to-connectivity-map":"*","schematic-symbols":"*",typescript:"^5.0.0"},dependencies:{"@flatten-js/core":"^1.6.2","@lume/kiwi":"^0.4.3","calculate-packing":"0.0.62","css-select":"5.1.0","format-si-unit":"^0.0.3",nanoid:"^5.0.7","performance-now":"^2.1.0","react-reconciler":"^0.32.0","transformation-matrix":"^2.16.1",zod:"^3.25.67"}},q_=class{constructor({platform:n,projectUrl:e}={}){f(this,"firstChild",null);f(this,"children");f(this,"db");f(this,"root",null);f(this,"isRoot",!0);f(this,"_schematicDisabledOverride");f(this,"pcbDisabled",!1);f(this,"pcbRoutingDisabled",!1);f(this,"_featureMspSchematicTraceRouting",!0);f(this,"name");f(this,"platform");f(this,"projectUrl");f(this,"_hasRenderedAtleastOnce",!1);f(this,"_eventListeners",{});this.children=[],this.db=Ee([]),this.root=this,this.platform=n,this.projectUrl=e,this.pcbDisabled=n?.pcbDisabled??!1}get schematicDisabled(){return this._schematicDisabledOverride!==void 0?this._schematicDisabledOverride:this._getBoard()?._parsedProps?.schematicDisabled??!1}set schematicDisabled(n){this._schematicDisabledOverride=n}add(n){let e;(0,bit.isValidElement)(n)?e=nnt(n):e=n,this.children.push(e)}setPlatform(n){this.platform={...this.platform,...n}}_getBoard(){let n=this.children.find(e=>e.componentName==="Board");if(n)return n}_guessRootComponent(){if(this.firstChild)return;if(this.children.length===0)throw new Error("Not able to guess root component: RootCircuit has no children (use circuit.add(...))");let n=this.children.filter(t=>t.lowercaseComponentName==="panel");if(n.length>1)throw new Error("Only one <panel> is allowed per circuit");if(n.length===1){if(this.children.length!==1)throw new Error("<panel> must be the root element of the circuit");this.firstChild=n[0];return}if(this.children.length===1&&this.children[0].isGroup){this.firstChild=this.children[0];return}let e=new yl({subcircuit:!0});e.parent=this,e.addAll(this.children),this.children=[e],this.firstChild=e}render(){this.firstChild||this._guessRootComponent();let{firstChild:n,db:e}=this;if(!n)throw new Error("RootCircuit has no root component");n.parent=this,n.runRenderCycle(),this._hasRenderedAtleastOnce=!0}async renderUntilSettled(){for(this.db.source_project_metadata.list()?.[0]||this.db.source_project_metadata.insert({software_used_string:`@tscircuit/core@${this.getCoreVersion()}`,...this.projectUrl?{project_url:this.projectUrl}:{}}),this.render();this._hasIncompleteAsyncEffects();)await new Promise(e=>setTimeout(e,100)),this.render();this.emit("renderComplete")}_hasIncompleteAsyncEffects(){return this.children.some(n=>n._hasIncompleteAsyncEffects()?!0:n.children.some(e=>e._hasIncompleteAsyncEffects()))}getCircuitJson(){return this._hasRenderedAtleastOnce||this.render(),this.db.toArray()}toJson(){return this.getCircuitJson()}async getSvg(n){let e=await Promise.resolve().then(()=>(_et(),met)).catch(t=>{throw new Error(`To use circuit.getSvg, you must install the "circuit-to-svg" package.
252
252
 
253
253
  "${t.message}"`)});if(n.view==="pcb")return e.convertCircuitJsonToPcbSvg(this.getCircuitJson());if(n.view==="schematic")return e.convertCircuitJsonToSchematicSvg(this.getCircuitJson());throw new Error(`Invalid view: ${n.view}`)}getCoreVersion(){let[n,e,t]=U7t.version.split(".").map(Number);return`${n}.${e}.${t+1}`}async preview(n){let e=typeof n=="object"?n:{previewName:n};throw new Error("project.preview is not yet implemented")}computeSchematicGlobalTransform(){return Sr()}_computePcbGlobalTransformBeforeLayout(){return Sr()}selectAll(n){return this._guessRootComponent(),this.firstChild?.selectAll(n)??[]}selectOne(n,e){return this._guessRootComponent(),this.firstChild?.selectOne(n,e)??null}emit(n,...e){if(this._eventListeners[n])for(let t of this._eventListeners[n])t(...e)}on(n,e){this._eventListeners[n]||(this._eventListeners[n]=[]),this._eventListeners[n].push(e)}removeListener(n,e){this._eventListeners[n]&&(this._eventListeners[n]=this._eventListeners[n].filter(t=>t!==e))}enableDebug(n){typeof n=="string"?c9.default.enable(n):(n===null||n===!1)&&c9.default.disable()}getClientOrigin(){return typeof window<"u"&&window.location?window.location.origin:typeof self<"u"&&self.location?self.location.origin:""}},V7t=q_,G7t=q_,H7t=n=>{let[e,t]=X_.default.useState(!0),[i,r]=X_.default.useState(null),[s,o]=X_.default.useState(),[a,c]=X_.default.useState();return X_.default.useEffect(()=>{t(!0),r(null),n&&setTimeout(()=>{try{let l=new q_;l.add(n),o(l),c(l.toJson())}catch(l){r(l)}t(!1)},1)},[n]),{isLoading:e,error:i,circuit:s,circuitJson:a}},Z_=(n,e)=>(t,i)=>{let r=[];Array.isArray(e)?r.push(...e.flat()):typeof e=="object"&&r.push(...Object.values(e).flat(),...Object.keys(e));let s=o=>{if(o?.name&&o.name!==t)throw new Error(`Component name mismatch. Hook name: ${t}, Component prop name: ${o.name}`);let a={...i,...o,name:t},c=[];for(let l of r)if(a[l]){let u=`.${t} > .${l}`,p=a[l];c.push({from:u,to:p}),delete a[l]}return(0,Nd.jsxs)(Nd.Fragment,{children:[(0,Nd.jsx)(n,{...a}),c.map((l,u)=>(0,Nd.jsx)("trace",{...l},u))]})};for(let o of r)s[o]=`.${t} > .${o}`;return s},W7t=Z_(n=>(0,vit.jsx)("capacitor",{...n}),jH),q7t=n=>Z_(e=>(0,Sit.jsx)("chip",{pinLabels:n,...e}),n),Z7t=Z_(n=>(0,wit.jsx)("diode",{...n}),iW),K7t=Z_(n=>(0,Pit.jsx)("led",{...n}),sW),J7t=Z_(n=>(0,kit.jsx)("resistor",{...n}),LH),Q7t=new Proxy(n=>new Proxy({},{get:(e,t)=>`.${n} > .${t}`}),{get:(n,e)=>{let t=(...i)=>{let r=i[0];return new Proxy({},{get:(s,o)=>`.${e} > .${o}`})};return new Proxy(t,{get:(i,r)=>e==="net"?`net.${r}`:e==="subcircuit"?new Proxy({},{get:(s,o)=>new Proxy({},{get:(a,c)=>`subcircuit.${r} > .${o} > .${c}`})}):`.${e} > .${r}`,apply:(i,r,s)=>e==="net"?new Proxy({},{get:(o,a)=>`net.${a}`}):new Proxy({},{get:(o,a)=>{let c=`.${e} > .${a}`;return["U","J","CN"].some(u=>e.startsWith(u))?c:new Proxy(new String(c),{get:(u,p)=>typeof p=="symbol"||p==="toString"?()=>c:`.${e} > .${a} > .${p}`})}})})}});ent(Zet);ent({Bug:X1});var Git=Vt(Zs(),1),MFt=Vt(ul(),1);var Mit=n=>{let e=n.match(/:[RC]_(\d{4})_/);if(e||(e=n.match(/:(SOIC-\d+|SOT-\d+|SOD-\d+|SSOP-\d+|TSSOP-\d+|QFP-\d+|QFN-\d+)/),e))return e[1]};var P9=n=>n.includes("cap")?n.replace(/cap/g,""):n;var Eit=n=>{if(n){if(n.startsWith("kicad:")){let e=Mit(n);return e?P9(e):n}return P9(n)}};var k9=new Map,kr=async(n,e)=>{let t=new URLSearchParams({...e,json:"true"}).toString();if(k9.has(t))return k9.get(t);let r=await(await fetch(`https://jlcsearch.tscircuit.com/${n}/list?${t}`)).json();return k9.set(t,r),r},Tr=n=>n?[...n].sort((e,t)=>Number(t.is_basic??!1)-Number(e.is_basic??!1)):[],Cit={findPart:async({sourceComponent:n,footprinterString:e})=>{let t=Eit(e);if(n.type==="source_component"&&n.ftype==="simple_resistor"){let{resistors:i}=await kr("resistors",{resistance:n.resistance,package:t});return{jlcpcb:Tr(i).map(r=>`C${r.lcsc}`).slice(0,3)}}else if(n.type==="source_component"&&n.ftype==="simple_capacitor"){let{capacitors:i}=await kr("capacitors",{capacitance:n.capacitance,package:t});return{jlcpcb:Tr(i).map(r=>`C${r.lcsc}`).slice(0,3)}}else if(n.type==="source_component"&&n.ftype==="simple_pin_header"){let i;e?.includes("_p")&&(i=Number(e.split("_p")[1]));let{headers:r}=await kr("headers",i?{pitch:i,num_pins:n.pin_count,gender:n.gender}:{num_pins:n.pin_count,gender:n.gender});return{jlcpcb:Tr(r).map(s=>`C${s.lcsc}`).slice(0,3)}}else if(n.type==="source_component"&&n.ftype==="simple_potentiometer"){let{potentiometers:i}=await kr("potentiometers",{resistance:n.max_resistance,package:t});return{jlcpcb:Tr(i).map(r=>`C${r.lcsc}`).slice(0,3)}}else if(n.type==="source_component"&&n.ftype==="simple_diode"){let{diodes:i}=await kr("diodes",{package:t});return{jlcpcb:Tr(i).map(r=>`C${r.lcsc}`).slice(0,3)}}else if(n.type==="source_component"&&n.ftype==="simple_chip"){let{chips:i}=await kr("chips",{package:t});return{jlcpcb:Tr(i).map(r=>`C${r.lcsc}`).slice(0,3)}}else if(n.type==="source_component"&&n.ftype==="simple_transistor"){let{transistors:i}=await kr("transistors",{package:t,transistor_type:n.transistor_type});return{jlcpcb:Tr(i).map(r=>`C${r.lcsc}`).slice(0,3)}}else if(n.type==="source_component"&&n.ftype==="simple_power_source"){let{power_sources:i}=await kr("power_sources",{voltage:n.voltage,package:t});return{jlcpcb:Tr(i).map(r=>`C${r.lcsc}`).slice(0,3)}}else if(n.type==="source_component"&&n.ftype==="simple_inductor"){let{inductors:i}=await kr("inductors",{inductance:n.inductance,package:t});return{jlcpcb:Tr(i).map(r=>`C${r.lcsc}`).slice(0,3)}}else if(n.type==="source_component"&&n.ftype==="simple_crystal"){let{crystals:i}=await kr("crystals",{frequency:n.frequency,load_capacitance:n.load_capacitance,package:t});return{jlcpcb:Tr(i).map(r=>`C${r.lcsc}`).slice(0,3)}}else if(n.type==="source_component"&&n.ftype==="simple_mosfet"){let{mosfets:i}=await kr("mosfets",{package:t,mosfet_mode:n.mosfet_mode,channel_type:n.channel_type});return{jlcpcb:Tr(i).map(r=>`C${r.lcsc}`).slice(0,3)}}else if(n.type==="source_component"&&n.ftype==="simple_resonator"){let{resonators:i}=await kr("resonators",{frequency:n.frequency,package:t});return{jlcpcb:Tr(i).map(r=>`C${r.lcsc}`).slice(0,3)}}else if(n.type==="source_component"&&n.ftype==="simple_switch"){let{switches:i}=await kr("switches",{switch_type:n.type,package:t});return{jlcpcb:Tr(i).map(r=>`C${r.lcsc}`).slice(0,3)}}else if(n.type==="source_component"&&n.ftype==="simple_led"){let{leds:i}=await kr("leds",{package:t});return{jlcpcb:Tr(i).map(r=>`C${r.lcsc}`).slice(0,3)}}else if(n.type==="source_component"&&n.ftype==="simple_fuse"){let{fuses:i}=await kr("fuses",{package:t});return{jlcpcb:Tr(i).map(r=>`C${r.lcsc}`).slice(0,3)}}return{}}};var Oit=Vt(Iit(),1);J();var Dit=Vt(En(),1),jit=Vt(En(),1),xi=h.tuple([h.coerce.number(),h.coerce.number()]),lFt=h.tuple([h.number(),h.number(),h.number()]),hP=h.union([xi,lFt]),uFt=h.object({kind:h.literal("arc"),start:xi,mid:xi,end:xi}),pFt=h.union([xi,uFt]),Lit=h.object({at:hP,size:xi,layer:h.string(),layers:h.array(h.string()),roundrect_rratio:h.number(),uuid:h.string()}).partial(),hFt=h.object({key:h.string(),val:h.string(),attributes:Lit}),lP=h.object({oval:h.boolean().default(!1),width:h.number().optional(),height:h.number().optional(),offset:xi.optional()}),Fit=h.object({name:h.string(),pad_type:h.enum(["thru_hole","smd","np_thru_hole","connect"]),pad_shape:h.enum(["roundrect","circle","rect","oval","trapezoid","custom"]),at:hP,drill:h.union([h.number(),h.array(h.any()),lP]).transform(n=>typeof n=="number"?{oval:!1,width:n,height:n}:"oval"in n?n:n.length===2?{oval:!1,width:Number.parseFloat(n[0]),height:Number.parseFloat(n[0]),offset:xi.parse(n[1].slice(1))}:n.length===3||n.length===4?{oval:n[0]==="oval",width:Number.parseFloat(n[1]),height:Number.parseFloat(n[2]),offset:n[3]?xi.parse(n[3].slice(1)):void 0}:n).pipe(lP),size:h.union([h.array(h.number()).length(2).transform(([n,e])=>({width:n,height:e})),h.object({width:h.number(),height:h.number()})]),layers:h.array(h.string()).optional(),roundrect_rratio:h.number().optional(),uuid:h.string().optional()}),zit=h.object({name:h.string(),pad_type:h.enum(["thru_hole","smd","np_thru_hole","connect"]),pad_shape:h.enum(["roundrect","circle","rect","oval","trapezoid","custom"]),at:hP,size:xi,drill:h.union([h.number(),h.array(h.any()),lP]).transform(n=>typeof n=="number"?{oval:!1,width:n,height:n}:"oval"in n?n:n.length===2?{oval:!1,width:Number.parseFloat(n[0]),height:Number.parseFloat(n[0]),offset:xi.parse(n[1].slice(1))}:n.length===3||n.length===4?{oval:n[0]==="oval",width:Number.parseFloat(n[1]),height:Number.parseFloat(n[2]),offset:n[3]?xi.parse(n[3].slice(1)):void 0}:n).pipe(lP).optional(),layers:h.array(h.string()).optional(),roundrect_rratio:h.number().optional(),chamfer_ratio:h.number().optional(),solder_paste_margin:h.number().optional(),solder_paste_margin_ratio:h.number().optional(),clearance:h.number().optional(),zone_connection:h.union([h.literal(0).describe("Pad is not connect to zone"),h.literal(1).describe("Pad is connected to zone using thermal relief"),h.literal(2).describe("Pad is connected to zone using solid fill")]).optional(),thermal_width:h.number().optional(),thermal_gap:h.number().optional(),uuid:h.string().optional()}),$it=h.object({font:h.object({size:xi,thickness:h.number().optional()})}).partial(),dFt=h.object({fp_text_type:h.literal("user"),text:h.string(),at:hP,layer:h.string(),uuid:h.string().optional(),effects:$it.partial()}),fFt=h.object({start:xi,mid:xi,end:xi,stroke:h.object({width:h.number(),type:h.string()}),layer:h.string(),uuid:h.string().optional()}),mFt=h.object({center:xi,end:xi,stroke:h.object({width:h.number(),type:h.string()}),fill:h.string().optional(),layer:h.string(),uuid:h.string().optional()}),_Ft=h.object({pts:h.array(pFt),stroke:h.object({width:h.number(),type:h.string()}).optional(),width:h.number().optional(),layer:h.string(),uuid:h.string().optional(),fill:h.string().optional()}).transform(n=>({...n,width:void 0,stroke:n.stroke??{width:n.width}})),yFt=h.object({start:xi,end:xi,stroke:h.object({width:h.number(),type:h.string()}).optional(),width:h.number().optional(),layer:h.string(),uuid:h.string().optional()}).transform(n=>({...n,width:void 0,stroke:n.stroke??{width:n.width}})),Nit=h.object({footprint_name:h.string(),version:h.string().optional(),generator:h.string().optional(),generator_version:h.string().optional(),layer:h.string(),descr:h.string().default(""),tags:h.array(h.string()).optional(),properties:h.array(hFt),fp_lines:h.array(yFt),fp_texts:h.array(dFt),fp_arcs:h.array(fFt),fp_circles:h.array(mFt).optional(),fp_polys:h.array(_Ft).optional(),pads:h.array(zit),holes:h.array(Fit).optional()}),uP=(n,e)=>{if(e==="effects"&&Array.isArray(n)){let t={};for(let i of n)if(i[0]==="font"){let r={};for(let s of i.slice(1))s.length===2?r[s[0].valueOf()]=Number.parseFloat(s[1].valueOf()):r[s[0].valueOf()]=s.slice(1).map(o=>Number.parseFloat(o.valueOf()));t.font=r}return $it.parse(t)}if(e==="pts")return n.map(t=>{let i=t[0]?.valueOf?.()??t[0];if(i==="xy")return t.slice(1).map(r=>Number.parseFloat(r.valueOf()));if(i==="arc"){let r={kind:"arc"};for(let s of t.slice(1)){let o=s[0].valueOf();r[o]=s.slice(1).map(a=>Number.parseFloat(a.valueOf()))}return r}return t});if(e==="stroke"){let t={};for(let i of n){let r=i[0].valueOf();t[r]=uP(i.slice(1),r)}return t}return e==="at"||e==="size"||e==="start"||e==="mid"||e==="end"?(Array.isArray(n)?n:[n]).map(i=>i?.valueOf?.()??i).filter(i=>typeof i=="number"||typeof i=="string"&&/^[-+]?\d*\.?\d+(e[-+]?\d+)?$/i.test(i)).map(i=>typeof i=="number"?i:Number.parseFloat(i)):e==="tags"?n.map(t=>t.valueOf()):e==="generator_version"||e==="version"?n[0].valueOf():n.length===2?n.valueOf():e==="uuid"?Array.isArray(n)?n[0].valueOf():n.valueOf():/^[\d\.]+$/.test(n)&&!Number.isNaN(Number.parseFloat(n))?Number.parseFloat(n):Array.isArray(n)&&n.length===1?n[0].valueOf():Array.isArray(n)?n.map(t=>t.valueOf()):n},Be=(n,e)=>{for(let t of n)if(Array.isArray(t)&&t[0]===e)return uP(t.slice(1),e)},T9=(0,Dit.default)("kicad-mod-converter"),gFt=n=>{let e=(0,Oit.default)(n),t=e[1].valueOf(),i={},r=Object.entries(Nit.shape).filter(([T,k])=>k._def.typeName==="ZodString"||T==="tags").map(([T])=>T);for(let T of e.slice(2)){if(!r.includes(T[0]))continue;let k=T[0].valueOf(),C=uP(T.slice(1),k);i[k]=C}let s=e.slice(2).filter(T=>T[0]==="property").map(T=>{let k=T[1].valueOf(),C=T[2].valueOf(),M=Lit.parse(T.slice(3).reduce((I,E)=>{let A=E[0].valueOf();return I[A]=uP(E.slice(1),A),I},{}));return{key:k,val:C,attributes:M}}),o=e.slice(2).filter(T=>T[0]==="pad"),a=[];for(let T of o){let k=Be(T,"at"),C=Be(T,"size"),M=Be(T,"drill"),I=Be(T,"layers");if(Array.isArray(I)?I=I.map(B=>B.valueOf()):typeof I=="string"?I=[I]:I||(I=[]),!I.includes("F.Cu")){T9(`Skipping pad without F.Cu layer: layers=${I.join(", ")}`);continue}let E=Be(T,"roundrect_rratio"),A=Be(T,"uuid"),R={name:T[1].valueOf(),pad_type:T[2].valueOf(),pad_shape:T[3].valueOf(),at:k,drill:M,size:C,layers:I,roundrect_rratio:E,uuid:A};T9(`attempting to parse pad: ${JSON.stringify(R,null," ")}`),a.push(zit.parse(R))}let c=e.slice(2).filter(T=>T[0]==="fp_text"),l=[];for(let T of c){let k=T[2].valueOf(),C=Be(T,"at"),M=Be(T,"layer"),I=Be(T,"uuid"),E=Be(T,"effects");l.push({fp_text_type:"user",text:k,at:C,layer:M,uuid:I,effects:E})}let u=[],p=e.slice(2).filter(T=>T[0]==="fp_line");for(let T of p){let k=Be(T,"start"),C=Be(T,"end"),M=Be(T,"stroke"),I=Be(T,"layer"),E=Be(T,"uuid");u.push({start:k,end:C,stroke:M,layer:I,uuid:E})}let d=[],_=e.slice(2).filter(T=>T[0]==="fp_arc");for(let T of _){let k=Be(T,"start"),C=Be(T,"mid"),M=Be(T,"end"),I=Be(T,"stroke"),E=Be(T,"layer"),A=Be(T,"uuid");!k||!M||!C||!I||!E||d.push({start:k,mid:C,end:M,stroke:I,layer:E,uuid:A})}let g=[],x=e.slice(2).filter(T=>T[0]==="fp_circle");for(let T of x){let k=Be(T,"center"),C=Be(T,"end"),M=Be(T,"stroke"),I=Be(T,"fill"),E=Be(T,"layer"),A=Be(T,"uuid");!k||!C||!M||!E||g.push({center:k,end:C,stroke:M,fill:I,layer:E,uuid:A})}let v=[],w=e.slice(2).filter(T=>T[0]==="fp_poly");for(let T of w){let k=Be(T,"pts"),C=Be(T,"stroke"),M=Be(T,"width"),I=Be(T,"layer"),E=Be(T,"uuid"),A=Be(T,"fill"),R=C;!R&&typeof M=="number"?R={width:M,type:"solid"}:R&&typeof R=="object"&&typeof M=="number"&&R.width===void 0&&(R={...R,width:M}),v.push({pts:k,stroke:R,layer:I,uuid:E,fill:A})}let P=[];for(let T of e.slice(2)){if(T[0]!=="pad"||T[2]?.valueOf?.()!=="thru_hole")continue;let k=T[1]?.valueOf?.(),C=T[2]?.valueOf?.(),M=T[3]?.valueOf?.(),I=Be(T,"at"),E=Be(T,"drill"),A=Be(T,"size");Array.isArray(A)&&(A[0]==="size"&&(A=A.slice(1)),A={width:Number(A[0]),height:Number(A[1])});let R=Be(T,"uuid"),B=Be(T,"roundrect_rratio"),j=Be(T,"layers");Array.isArray(j)?j=j.map(V=>V.valueOf()):typeof j=="string"?j=[j]:j||(j=[]);let U={name:k,pad_type:C,pad_shape:M,at:I,drill:E,size:A,layers:j,roundrect_rratio:B,uuid:R};T9(`attempting to parse holes: ${JSON.stringify(U,null,2)}`),P.push(Fit.parse(U))}return Nit.parse({footprint_name:t,...i,properties:s,fp_lines:u,fp_texts:l,fp_arcs:d,fp_circles:g,pads:a,holes:P,fp_polys:v})},U1=Math.PI*2,Ait=n=>{let e=n%U1;return e<0&&(e+=U1),e},pP=(n,e)=>{let t=Ait(n),r=Ait(e)-t;return r<0&&(r+=U1),r};function Bit(n,e,t){let i={x:(n.x+e.x)/2,y:(n.y+e.y)/2},r={x:(e.x+t.x)/2,y:(e.y+t.y)/2},s=-(n.x-e.x)/(n.y-e.y),o=-(e.x-t.x)/(e.y-t.y),a=(i.y-r.y+o*r.x-s*i.x)/(o-s),c=i.y+s*(a-i.x);return{x:a,y:c}}function Yit(n,e){return Math.sqrt((n.x-e.x)**2+(n.y-e.y)**2)}function J_(n,e){return Math.atan2(e.y-n.y,e.x-n.x)}var I9=(n,e,t)=>{let i=Bit(n,e,t),r=Yit(i,n),s=J_(i,n),o=J_(i,e),a=J_(i,t),c=pP(s,o),l=pP(s,a),u=l;return c>l&&(u=l-U1),Math.abs(r*u)};function N9(n,e,t,i){let r=Bit(n,e,t),s=Yit(r,n),o=J_(r,n),a=J_(r,e),c=J_(r,t),l=pP(o,a),u=pP(o,c),p=u;l>u&&(p=u-U1);let d=[];for(let _=0;_<=i;_++){let g=o+_/i*p,x=r.x+s*Math.cos(g),v=r.y+s*Math.sin(g);d.push({x,y:v})}return d}var gl=n=>Array.isArray(n)?{x:n[0],y:n[1]}:n,M9=(n,e,t=1e-4)=>Math.abs(n.x-e.x)<t&&Math.abs(n.y-e.y)<t,xFt=n=>{let e=[],t=new Set;for(let i=0;i<n.length;i++){if(t.has(i))continue;let r=[n[i]];t.add(i);let s=n[i].end,o=!0;for(;o;){if(o=!1,r.length>1&&M9(s,r[0].start)){e.push(r);break}for(let a=0;a<n.length;a++)if(!t.has(a)){if(M9(s,n[a].start)){r.push(n[a]),t.add(a),s=n[a].end,o=!0;break}else if(M9(s,n[a].end)){n[a].type==="arc"?r.push({...n[a],reversed:!0}):r.push({...n[a],start:n[a].end,end:n[a].start}),t.add(a),s=n[a].start,o=!0;break}}if(!o){for(let a=r.length-1;a>=0;a--){let c=n.indexOf(r[a]);c!==-1&&t.delete(c)}break}}}return e},bFt=n=>{let e=[];for(let t of n)if(t.type==="line")e.push(t.start);else if(t.type==="arc"&&t.mid){let i=I9(t.start,t.mid,t.end),r=Math.max(3,Math.ceil(i)),s=N9(t.start,t.mid,t.end,r);t.reversed&&(s=s.reverse()),e.push(...s.slice(0,-1))}return e};function vFt(n){if(!Array.isArray(n))return null;let e=n.find(o=>o.layer?.toLowerCase()==="f.silks"&&(o.text?.includes("${REFERENCE}")||o.fp_text_type?.toLowerCase()==="reference"||o.text?.match(/^R\d+|C\d+|U\d+/))),t=e||n.find(o=>o.layer?.toLowerCase()==="f.fab"&&(o.text?.includes("${REFERENCE}")||o.fp_text_type?.toLowerCase()==="reference")),i=e||t;if(!i?.effects?.font?.size)return null;let[r,s]=i.effects.font.size;return s??r??1}var SFt=n=>n*Math.PI/180,E9=(n,e,t)=>{let i=SFt(t),r=Math.cos(i),s=Math.sin(i);return{x:n*r-e*s,y:n*s+e*r}},wFt=n=>{let e=[...new Map(n.map(u=>[`${u.x},${u.y}`,u])).values()];if(e.length!==4)return null;let t=e.map(u=>u.x),i=e.map(u=>u.y),r=[...new Set(t)],s=[...new Set(i)];if(r.length!==2||s.length!==2)return null;let[o,a]=r.sort((u,p)=>u-p),[c,l]=s.sort((u,p)=>u-p);return o===void 0||a===void 0||c===void 0||l===void 0?null:{x:(o+a)/2,y:(c+l)/2,width:a-o,height:l-c}},PFt=n=>{if(!n)return!1;let e=n.toLowerCase();return e!=="no"&&e!=="none"&&e!=="outline"},C9=n=>n&&Array.isArray(n)&&n.length>=3&&typeof n[2]=="number"?n[2]:0,Ur=n=>{let e=(n%360+360)%360;return e===90||e===270},Ad=n=>{if(n!=null)return`${n}`},Rit=n=>{let e=Ad(n),t=e!==void 0?Number(e):NaN;return Number.isFinite(t)?t:void 0},K_=(0,jit.default)("kicad-mod-converter"),zs=n=>{switch(n.toLowerCase()){case"f.cu":case"f.fab":case"f.silks":case"edge.cuts":return"top";case"b.cu":case"b.fab":case"b.silks":return"bottom"}},kFt=async n=>{let{fp_lines:e,fp_texts:t,fp_arcs:i,fp_circles:r,pads:s,properties:o,holes:a,fp_polys:c}=n,l=[];l.push({type:"source_component",source_component_id:"source_component_0",supplier_part_numbers:{}}),l.push({type:"schematic_component",schematic_component_id:"schematic_component_0",source_component_id:"source_component_0",center:{x:0,y:0},rotation:0,size:{width:0,height:0}});let u=new Set,p=new Map;for(let G of s){let Q=Ad(G.name);if(Q){u.add(Q);let nt=Rit(G.name);nt!==void 0&&p.set(Q,nt)}}if(a)for(let G of a){let Q=Ad(G.name);if(Q){u.add(Q);let nt=Rit(G.name);nt!==void 0&&p.set(Q,nt)}}let d=0,_=new Map;for(let G of u){let Q=`source_port_${d++}`;_.set(G,Q),l.push({type:"source_port",source_port_id:Q,source_component_id:"source_component_0",name:G,port_hints:[G],pin_number:p.get(G)}),l.push({type:"schematic_port",schematic_port_id:`schematic_port_${d++}`,source_port_id:Q,schematic_component_id:"schematic_component_0",center:{x:0,y:0}})}let g=Number.POSITIVE_INFINITY,x=Number.NEGATIVE_INFINITY,v=Number.POSITIVE_INFINITY,w=Number.NEGATIVE_INFINITY;for(let G of s){let Q=G.at[0],nt=-G.at[1],pt=G.size[0],ht=G.size[1];g=Math.min(g,Q-pt/2),x=Math.max(x,Q+pt/2),v=Math.min(v,nt-ht/2),w=Math.max(w,nt+ht/2)}let P="pcb_component_0";l.push({type:"pcb_component",source_component_id:"source_component_0",pcb_component_id:P,layer:"top",center:{x:0,y:0},rotation:0,width:Number.isFinite(g)?x-g:0,height:Number.isFinite(v)?w-v:0});let T=0,k=new Map;for(let G of u){let Q=`pcb_port_${T++}`,nt=_.get(G);k.set(G,Q);let pt=0,ht=0,wt=["top","bottom"],Et=s.find(ot=>Ad(ot.name)===G);if(Et)pt=Et.at[0],ht=-Et.at[1],wt=Et.layers?Et.layers.map(ot=>zs(ot)).filter(Boolean):["top","bottom"];else if(a){let ot=a.find(X=>Ad(X.name)===G);ot&&(pt=ot.at[0],ht=-ot.at[1],wt=ot.layers?ot.layers.map(X=>zs(X)).filter(Boolean):["top","bottom"])}l.push({type:"pcb_port",pcb_port_id:Q,source_port_id:nt,pcb_component_id:P,x:pt,y:ht,layers:wt})}let C=0,M=0,I=0;for(let G of s){let Q=Ad(G.name),nt=Q?p.get(Q):void 0;if(G.pad_type==="smd"){let pt=C9(G.at),ht=Ur(pt)?G.size[1]:G.size[0],wt=Ur(pt)?G.size[0]:G.size[1],Et=Q?k.get(Q):void 0;l.push({type:"pcb_smtpad",pcb_smtpad_id:`pcb_smtpad_${C++}`,shape:"rect",x:G.at[0],y:-G.at[1],width:ht,height:wt,layer:zs(G.layers?.[0]??"F.Cu"),pcb_component_id:P,port_hints:Q?[Q]:[],pcb_port_id:Et,pin_number:nt})}else if(G.pad_type==="thru_hole"){if(G.pad_shape==="rect"){let pt=C9(G.at),ht=Ur(pt)?G.size[1]:G.size[0],wt=Ur(pt)?G.size[0]:G.size[1],Et=G.drill?.offset?.[0]??0,ot=G.drill?.offset?.[1]??0,X=E9(Et,ot,pt),W=Q?k.get(Q):void 0;l.push({type:"pcb_plated_hole",pcb_plated_hole_id:`pcb_plated_hole_${M++}`,shape:"circular_hole_with_rect_pad",hole_shape:"circle",pad_shape:"rect",x:G.at[0],y:-G.at[1],hole_offset_x:-X.x,hole_offset_y:-X.y,hole_diameter:G.drill?.width,rect_pad_width:ht,rect_pad_height:wt,layers:["top","bottom"],pcb_component_id:P,port_hints:Q?[Q]:[],pcb_port_id:W,pin_number:nt})}else if(G.pad_shape==="circle"){let pt=Q?k.get(Q):void 0;l.push({type:"pcb_plated_hole",pcb_plated_hole_id:`pcb_plated_hole_${M++}`,shape:"circle",x:G.at[0],y:-G.at[1],outer_diameter:G.size[0],hole_diameter:G.drill?.width,layers:["top","bottom"],pcb_component_id:P,port_hints:Q?[Q]:[],pcb_port_id:pt,pin_number:nt})}else if(G.pad_shape==="oval"){let pt=Q?k.get(Q):void 0;l.push({type:"pcb_plated_hole",pcb_plated_hole_id:`pcb_plated_hole_${M++}`,shape:"pill",x:G.at[0],y:-G.at[1],outer_width:G.size[0],outer_height:G.size[1],hole_width:G.drill?.width,hole_height:G.drill?.height,layers:["top","bottom"],pcb_component_id:P,port_hints:Q?[Q]:[],pcb_port_id:pt,pin_number:nt})}}else G.pad_type==="np_thru_hole"&&l.push({type:"pcb_hole",pcb_hole_id:`pcb_hole_${I++}`,x:G.at[0],y:-G.at[1],hole_diameter:G.drill?.width,pcb_component_id:P})}if(a)for(let G of a){let Q=Ad(G.name),nt=Q?p.get(Q):void 0,pt=G.layers?.some(at=>at.endsWith(".Cu")||at==="*.Cu"),ht=C9(G.at),wt=G.drill?.offset?.[0]??0,Et=G.drill?.offset?.[1]??0,ot=E9(wt,Et,ht),X=G.at[0]+ot.x,W=-(G.at[1]+ot.y),rt=G.drill?.width??0,ut=G.size?.width??rt,yt=G.roundrect_rratio??0,Z=yt>0?Math.min(Ur(ht)?G.size?.height??ut:G.size?.width??ut,Ur(ht)?G.size?.width??ut:G.size?.height??ut)/2*yt:0;if(pt)if(G.pad_shape==="rect"){let at=Q?k.get(Q):void 0;l.push({type:"pcb_plated_hole",pcb_plated_hole_id:`pcb_plated_hole_${M++}`,shape:"circular_hole_with_rect_pad",hole_shape:"circle",pad_shape:"rect",x:G.at[0],y:-G.at[1],hole_offset_x:-ot.x,hole_offset_y:-ot.y,hole_diameter:rt,rect_pad_width:Ur(ht)?G.size?.height??ut:G.size?.width??ut,rect_pad_height:Ur(ht)?G.size?.width??ut:G.size?.height??ut,rect_border_radius:Z,port_hints:Q?[Q]:[],layers:["top","bottom"],pcb_component_id:P,pcb_port_id:at,pin_number:nt})}else if(G.pad_shape==="oval"){let at=Q?k.get(Q):void 0;l.push({type:"pcb_plated_hole",pcb_plated_hole_id:`pcb_plated_hole_${M++}`,shape:"pill",x:X,y:W,outer_width:Ur(ht)?G.size?.height??ut:G.size?.width??ut,outer_height:Ur(ht)?G.size?.width??ut:G.size?.height??ut,hole_width:Ur(ht)?G.drill?.height??rt:G.drill?.width??rt,hole_height:Ur(ht)?G.drill?.width??rt:G.drill?.height??rt,port_hints:Q?[Q]:[],layers:["top","bottom"],pcb_component_id:P,pcb_port_id:at,pin_number:nt})}else if(G.pad_shape==="roundrect"){let at=Q?k.get(Q):void 0,Mt=G.drill?.offset?.[0]??0,Ft=G.drill?.offset?.[1]??0,Ot=E9(Mt,Ft,ht),Ce=Ur(ht)?G.size?.height??ut:G.size?.width??ut,Se=Ur(ht)?G.size?.width??ut:G.size?.height??ut;l.push({type:"pcb_plated_hole",pcb_plated_hole_id:`pcb_plated_hole_${M++}`,shape:"circular_hole_with_rect_pad",hole_shape:"circle",pad_shape:"rect",x:X,y:W,hole_offset_x:-Ot.x,hole_offset_y:Ot.y,hole_diameter:rt,rect_pad_width:Ce,rect_pad_height:Se,rect_border_radius:Z,port_hints:Q?[Q]:[],layers:["top","bottom"],pcb_component_id:P,pcb_port_id:at,pin_number:nt})}else{let at=Q?k.get(Q):void 0;l.push({type:"pcb_plated_hole",pcb_plated_hole_id:`pcb_plated_hole_${M++}`,shape:"circle",x:X,y:W,outer_diameter:ut,hole_diameter:rt,port_hints:Q?[Q]:[],layers:["top","bottom"],pcb_component_id:P,pcb_port_id:at,pin_number:nt})}else l.push({type:"pcb_hole",pcb_hole_id:`pcb_hole_${I++}`,x:X,y:W,hole_diameter:ut,hole_shape:"circle",pcb_component_id:P})}let E=[];for(let G of e)G.layer.toLowerCase()==="edge.cuts"&&E.push({type:"line",start:{x:G.start[0],y:G.start[1]},end:{x:G.end[0],y:G.end[1]},strokeWidth:G.stroke.width});for(let G of i)G.layer.toLowerCase()==="edge.cuts"&&E.push({type:"arc",start:{x:G.start[0],y:G.start[1]},mid:{x:G.mid[0],y:G.mid[1]},end:{x:G.end[0],y:G.end[1]},strokeWidth:G.stroke.width});let A=xFt(E),R=0;for(let G of A){let Q=bFt(G);Q.length>=3&&l.push({type:"pcb_cutout",pcb_cutout_id:`pcb_cutout_${R++}`,shape:"polygon",points:Q.map(nt=>({x:nt.x,y:-nt.y})),pcb_component_id:P})}let B=0,j=0,U=0,V=0;for(let G of e){let Q=[{x:G.start[0],y:-G.start[1]},{x:G.end[0],y:-G.end[1]}],nt=G.layer.toLowerCase();nt==="f.cu"?l.push({type:"pcb_trace",pcb_trace_id:`pcb_trace_${B++}`,pcb_component_id:P,layer:zs(G.layer),route:Q,thickness:G.stroke.width}):nt==="f.silks"?l.push({type:"pcb_silkscreen_path",pcb_silkscreen_path_id:`pcb_silkscreen_path_${j++}`,pcb_component_id:P,layer:"top",route:Q,stroke_width:G.stroke.width}):nt==="edge.cuts"?K_("Skipping Edge.Cuts fp_line (converted to pcb_cutout)",G.layer):nt==="f.fab"?l.push({type:"pcb_fabrication_note_path",fabrication_note_path_id:`fabrication_note_path_${U++}`,pcb_component_id:P,layer:"top",route:Q,stroke_width:G.stroke.width,port_hints:[]}):nt.startsWith("user.")?l.push({type:"pcb_note_line",pcb_note_line_id:`pcb_note_line_${V++}`,pcb_component_id:P,x1:G.start[0],y1:-G.start[1],x2:G.end[0],y2:-G.end[1],stroke_width:G.stroke.width}):K_("Unhandled layer for fp_line",G.layer)}if(c)for(let G of c){let Q=[],nt=ot=>{!Number.isFinite(ot.x)||!Number.isFinite(ot.y)||Q.push(ot)};for(let ot of G.pts){if(Array.isArray(ot)){nt({x:ot[0],y:-ot[1]});continue}if(ot&&typeof ot=="object"&&"kind"in ot){if(ot.kind==="arc"){let X=gl(ot.start),W=gl(ot.mid),rt=gl(ot.end),ut=I9(X,W,rt),yt=Math.max(8,Math.ceil(ut)),Z=Math.max(2,Math.ceil(ut/.1)),at=N9(X,W,rt,Z).map(Mt=>({x:Mt.x,y:-Mt.y}));for(let Mt of at)nt(Mt)}continue}}let pt=Q,wt=pt.length>2&&pt[0].x===pt[pt.length-1].x&&pt[0].y===pt[pt.length-1].y?pt.slice(0,-1):pt;if(pt.length===0)continue;let Et=G.stroke?.width??0;if(G.layer.endsWith(".Cu")){let ot=wFt(wt);ot?l.push({type:"pcb_smtpad",pcb_smtpad_id:`pcb_smtpad_${C++}`,shape:"rect",x:ot.x,y:ot.y,width:ot.width,height:ot.height,layer:zs(G.layer),pcb_component_id:P}):PFt(G.fill)?wt.length>=3?l.push({type:"pcb_smtpad",pcb_smtpad_id:`pcb_smtpad_${C++}`,shape:"polygon",points:wt,layer:zs(G.layer),pcb_component_id:P}):wt.length>=2&&l.push({type:"pcb_trace",pcb_trace_id:`pcb_trace_${B++}`,pcb_component_id:P,layer:zs(G.layer),route:wt,thickness:Et}):wt.length>=2&&l.push({type:"pcb_trace",pcb_trace_id:`pcb_trace_${B++}`,pcb_component_id:P,layer:zs(G.layer),route:wt,thickness:Et})}else G.layer.endsWith(".SilkS")?l.push({type:"pcb_silkscreen_path",pcb_silkscreen_path_id:`pcb_silkscreen_path_${j++}`,pcb_component_id:P,layer:zs(G.layer),route:pt,stroke_width:Et}):G.layer.endsWith(".Fab")?l.push({type:"pcb_fabrication_note_path",fabrication_note_path_id:`fabrication_note_path_${U++}`,pcb_component_id:P,layer:zs(G.layer),route:wt,stroke_width:Et,port_hints:[]}):K_("Unhandled layer for fp_poly",G.layer)}let H=0;for(let G of i){let Q=G.layer.toLowerCase();if(Q==="edge.cuts"){K_("Skipping Edge.Cuts fp_arc (converted to pcb_cutout)",G.layer);continue}let nt=gl(G.start),pt=gl(G.mid),ht=gl(G.end),wt=I9(nt,pt,ht),Et=N9(nt,pt,ht,Math.ceil(wt));if(Q.startsWith("user.")){l.push({type:"pcb_note_path",pcb_note_path_id:`pcb_note_path_${H++}`,pcb_component_id:P,route:Et.map(X=>({x:X.x,y:-X.y})),stroke_width:G.stroke.width});continue}let ot=zs(G.layer);if(!ot){K_("Unable to convert layer for fp_arc",G.layer);continue}l.push({type:"pcb_silkscreen_path",pcb_silkscreen_path_id:`pcb_silkscreen_path_${j++}`,layer:ot,pcb_component_id:P,route:Et.map(X=>({x:X.x,y:-X.y})),stroke_width:G.stroke.width})}if(r)for(let G of r){let Q=G.layer.toLowerCase(),nt=gl(G.center),pt=gl(G.end),ht=Math.sqrt((pt.x-nt.x)**2+(pt.y-nt.y)**2),wt=Math.max(16,Math.ceil(2*Math.PI*ht)),Et=[];for(let ot=0;ot<=wt;ot++){let X=ot/wt*2*Math.PI;Et.push({x:nt.x+ht*Math.cos(X),y:nt.y+ht*Math.sin(X)})}Q.startsWith("user.")&&l.push({type:"pcb_note_path",pcb_note_path_id:`pcb_note_path_${H++}`,pcb_component_id:P,route:Et.map(ot=>({x:ot.x,y:-ot.y})),stroke_width:G.stroke.width})}for(let G of t){let Q=zs(G.layer);G.layer.endsWith(".SilkS")?l.push({type:"pcb_silkscreen_text",layer:Q,font:"tscircuit2024",font_size:G.effects?.font?.size[0]??1,pcb_component_id:P,anchor_position:{x:G.at[0],y:-G.at[1]},anchor_alignment:"center",text:G.text}):G.layer.endsWith(".Fab")?l.push({type:"pcb_fabrication_note_text",layer:Q,font:"tscircuit2024",font_size:G.effects?.font?.size[0]??1,pcb_component_id:P,anchor_position:{x:G.at[0],y:-G.at[1]},anchor_alignment:"center",text:G.text}):K_("Unhandled layer for fp_text",G.layer)}let et=o.find(G=>G.key==="Reference"),tt=o.find(G=>G.key==="Value"),mt=[et,tt].filter(G=>G&&!!G.val);for(let G of mt){let Q=G.attributes.at;if(!Q)continue;let pt=G.attributes.layer?.toLowerCase()?.endsWith(".fab"),ht=vFt(t);l.push({type:pt?"pcb_fabrication_note_text":"pcb_silkscreen_text",layer:"top",font:"tscircuit2024",font_size:ht,pcb_component_id:P,anchor_position:{x:Q[0],y:-Q[1]},anchor_alignment:"center",text:G.val})}return l},Xit=async n=>{let e=gFt(n);return await kFt(e)};var Uit=async n=>{try{return(await import(n)).default}catch{console.log(`Failed to load ${n} locally, trying CDN fallback...`);try{let t=await fetch(`https://cdn.jsdelivr.net/npm/${n}/+esm`);if(!t.ok)throw new Error(`Failed to fetch ${n} from CDN: ${t.statusText}`);let i=await t.text(),r=new Blob([i],{type:"application/javascript"}),s=URL.createObjectURL(r);try{let{default:o}=await import(s);return o}finally{URL.revokeObjectURL(s)}}catch(t){throw console.error(`CDN fallback for ${n} also failed:`,t),t}}};var TFt="https://kicad-mod-cache.tscircuit.com",dP=null,Vit=()=>({partsEngine:Cit,spiceEngineMap:{ngspice:{simulate:async n=>{if(!dP){let e=await Uit("@tscircuit/ngspice-spice-engine").catch(t=>{throw new Error("Could not load ngspice engine from local node_modules or CDN fallback.",{cause:t})});e&&(dP=await e())}if(!dP)throw new Error("Could not load ngspice engine from local node_modules or CDN fallback.");return dP.simulate(n)}}},footprintLibraryMap:{kicad:async n=>{let e=`${TFt}/${n}`,t=`${e}.circuit.json`,r=await(await fetch(t)).json(),s=Array.isArray(r)?r.filter(a=>a?.type==="pcb_silkscreen_text"?a?.text==="REF**":!0):r,o=`${e}.wrl`;return{footprintCircuitJson:s,cadModel:{wrlUrl:o,modelUnitToMmScale:2.54}}}},footprintFileParserMap:{kicad_mod:{loadFromUrl:async n=>{let e=await fetch(n).then(i=>i.text()),t=await Xit(e);return{footprintCircuitJson:Array.isArray(t)?t:[t]}}}}});var A9=Vt(En(),1),Ixe=(0,A9.default)("tsci:eval:execution-context");function fP(n,e={}){globalThis.React=Git;let t=e.platform||Vit(),i=e.projectConfig?{...t,...e.projectConfig}:t;i.partsEngineDisabled&&(i.partsEngine=void 0);let r=new q_({platform:i});e.name&&(r.name=e.name),e.debugNamespace&&r.enableDebug(e.debugNamespace);let s=[];return{fsMap:{},entrypoint:"",logger:{info:o=>{s.push({msg:o})},getLogs:()=>s,stringifyLogs:()=>s.map(o=>o.msg).join(`
254
254
  `)},preSuppliedImports:{"@tscircuit/core":aP,tscircuit:aP,"@tscircuit/math-utils":_4,react:Git,"react/jsx-runtime":MFt,debug:A9.default,"@tscircuit/props":{}},circuit:r,tsConfig:null,importStack:[],currentlyImporting:new Set,...n}}function xl(n){let e=n;return e=e.replace(/\\/g,"/"),e=e.trim(),e.startsWith("./")&&(e=e.slice(2)),e.startsWith("/")&&(e=e.slice(1)),e}function Hit(n){let e={};for(let[t,i]of Object.entries(n))e[xl(t)]=i;return e}function $s(n){if(!n)return".";let t=n.replace(/\\/g,"/").replace(/\/+$/,"");return t.indexOf("/")===-1?".":t.substring(0,t.lastIndexOf("/"))||"/"}function mP(n,e){if(n.startsWith("../")){let t=$s(e);return mP(n.slice(3),t)}return n.startsWith("./")?mP(n.slice(2),e):n.startsWith("/")?n.slice(1):`${e}/${n}`}function V1(n){if(Array.isArray(n))return null;let e=n["tsconfig.json"];if(!e)return null;try{let t=e.replace(/\/\*[\s\S]*?\*\/|\/\/.*/g,"");return JSON.parse(t)}catch(t){throw new Error(`Failed to parse tsconfig.json: ${t.message}`)}}function Wit(n){let{importPath:e,normalizedFilePathMap:t,extensions:i,tsConfig:r,tsconfigDir:s}=n,o=r?.compilerOptions?.paths;if(!o)return null;let a=r?.compilerOptions?.baseUrl||".",c=u=>{let p=xl(u);if(t.has(p))return t.get(p);for(let d of i){let _=`${p}.${d}`;if(t.has(_))return t.get(_)}return null};for(let[u,p]of Object.entries(o))if(u.includes("*")){let[_,g]=u.split("*");if(!e.startsWith(_)||!e.endsWith(g||""))continue;let x=e.slice(_.length,e.length-(g?g.length:0));for(let v of p){let w=v.replace("*",x),P=a&&!w.startsWith("./")&&!w.startsWith("/")?`${a}/${w}`:w,T=c(P);if(T)return T}}else{if(e!==u)continue;for(let _ of p){let g=a&&!_.startsWith("./")&&!_.startsWith("/")?`${a}/${_}`:_,x=c(g);if(x)return x}}let l=R9({importPath:e,normalizedFilePathMap:t,extensions:i,tsConfig:r,tsconfigDir:s});return l||null}function R9(n){let{importPath:e,normalizedFilePathMap:t,extensions:i,tsConfig:r,tsconfigDir:s}=n,o=r?.compilerOptions?.baseUrl;if(!o)return null;let c=`${s||"."}/${o}/${e}`;c=c.replace(/\/+/g,"/"),c=c.replace(/\/\.\//g,"/");let l=xl(c);if(t.has(l))return t.get(l);for(let u of i){let p=`${l}.${u}`;if(t.has(p))return t.get(p)}return null}function qit(n,e){let t=e?.compilerOptions?.paths;if(!t)return!1;for(let[i]of Object.entries(t))if(i.includes("*")){let[s,o]=i.split("*");if(n.startsWith(s)&&n.endsWith(o||""))return!0}else if(n===i)return!0;return!1}var _P=["tsx","ts","json","js","jsx","obj","gltf","glb"],G1=(n,e,t,i={})=>{let r=i.tsConfig??null,s=n.startsWith("./")||n.startsWith("../"),o=!!r?.compilerOptions?.baseUrl,a=t&&(s||!o)?mP(n,t):n,c=new Set(Array.isArray(e)?e:Object.keys(e));if(c.has(a))return a;let l=new Map;for(let p of c)l.set(xl(p),p);let u=xl(a);if(s||!o){if(l.has(u))return l.get(u);for(let p of _P){let d=`${u}.${p}`;if(l.has(d))return l.get(d)}}if(!s){let p=Wit({importPath:n,normalizedFilePathMap:l,extensions:_P,tsConfig:r,tsconfigDir:i.tsconfigDir});if(p)return p;let d=R9({importPath:n,normalizedFilePathMap:l,extensions:_P,tsConfig:r,tsconfigDir:i.tsconfigDir});if(d)return d}if(!s&&!o){let p=xl(n);if(l.has(p))return l.get(p);for(let d of _P){let _=`${p}.${d}`;if(l.has(_))return l.get(_)}}return null},yP=(n,e,t,i={})=>{let r=G1(n,e,t,i);if(!r)throw new Error(`File not found "${n}", available paths: