sldeditor 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/element-library/index.d.ts.map +1 -1
- package/dist/sldeditor.cjs +35 -34
- package/dist/sldeditor.cjs.map +1 -1
- package/dist/sldeditor.js +4857 -3789
- package/dist/sldeditor.js.map +1 -1
- package/package.json +1 -1
package/dist/sldeditor.cjs
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var dw=Object.defineProperty;var uw=(e,t,n)=>t in e?dw(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var it=(e,t,n)=>uw(e,typeof t!="symbol"?t+"":t,n);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react/jsx-runtime"),S=require("react"),Vo=require("react-dom");function mw(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const o=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,o.get?o:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const ye=mw(S);/**
|
|
2
2
|
* @license lucide-react v0.469.0 - ISC
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the ISC license.
|
|
5
5
|
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
-
*/const
|
|
6
|
+
*/const fw=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),Uo=(...e)=>e.filter((t,n,o)=>!!t&&t.trim()!==""&&o.indexOf(t)===n).join(" ").trim();/**
|
|
7
7
|
* @license lucide-react v0.469.0 - ISC
|
|
8
8
|
*
|
|
9
9
|
* This source code is licensed under the ISC license.
|
|
10
10
|
* See the LICENSE file in the root directory of this source tree.
|
|
11
|
-
*/var
|
|
11
|
+
*/var hw={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
|
|
12
12
|
* @license lucide-react v0.469.0 - ISC
|
|
13
13
|
*
|
|
14
14
|
* This source code is licensed under the ISC license.
|
|
15
15
|
* See the LICENSE file in the root directory of this source tree.
|
|
16
|
-
*/const
|
|
16
|
+
*/const pw=S.forwardRef(({color:e="currentColor",size:t=24,strokeWidth:n=2,absoluteStrokeWidth:o,className:r="",children:s,iconNode:i,...l},a)=>S.createElement("svg",{ref:a,...hw,width:t,height:t,stroke:e,strokeWidth:o?Number(n)*24/Number(t):n,className:Uo("lucide",r),...l},[...i.map(([d,u])=>S.createElement(d,u)),...Array.isArray(s)?s:[s]]));/**
|
|
17
17
|
* @license lucide-react v0.469.0 - ISC
|
|
18
18
|
*
|
|
19
19
|
* This source code is licensed under the ISC license.
|
|
20
20
|
* See the LICENSE file in the root directory of this source tree.
|
|
21
|
-
*/const U=(e,t)=>{const n=
|
|
21
|
+
*/const U=(e,t)=>{const n=S.forwardRef(({className:o,...r},s)=>S.createElement(pw,{ref:s,iconNode:t,className:Uo(`lucide-${fw(e)}`,o),...r}));return n.displayName=`${e}`,n};/**
|
|
22
22
|
* @license lucide-react v0.469.0 - ISC
|
|
23
23
|
*
|
|
24
24
|
* This source code is licensed under the ISC license.
|
|
@@ -28,22 +28,22 @@
|
|
|
28
28
|
*
|
|
29
29
|
* This source code is licensed under the ISC license.
|
|
30
30
|
* See the LICENSE file in the root directory of this source tree.
|
|
31
|
-
*/const
|
|
31
|
+
*/const gw=U("ChevronDown",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]]);/**
|
|
32
32
|
* @license lucide-react v0.469.0 - ISC
|
|
33
33
|
*
|
|
34
34
|
* This source code is licensed under the ISC license.
|
|
35
35
|
* See the LICENSE file in the root directory of this source tree.
|
|
36
|
-
*/const
|
|
36
|
+
*/const Qo=U("Clipboard",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}]]);/**
|
|
37
37
|
* @license lucide-react v0.469.0 - ISC
|
|
38
38
|
*
|
|
39
39
|
* This source code is licensed under the ISC license.
|
|
40
40
|
* See the LICENSE file in the root directory of this source tree.
|
|
41
|
-
*/const
|
|
41
|
+
*/const Jo=U("Copy",[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);/**
|
|
42
42
|
* @license lucide-react v0.469.0 - ISC
|
|
43
43
|
*
|
|
44
44
|
* This source code is licensed under the ISC license.
|
|
45
45
|
* See the LICENSE file in the root directory of this source tree.
|
|
46
|
-
*/const
|
|
46
|
+
*/const yw=U("Download",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"7 10 12 15 17 10",key:"2ggqvy"}],["line",{x1:"12",x2:"12",y1:"15",y2:"3",key:"1vk2je"}]]);/**
|
|
47
47
|
* @license lucide-react v0.469.0 - ISC
|
|
48
48
|
*
|
|
49
49
|
* This source code is licensed under the ISC license.
|
|
@@ -53,22 +53,22 @@
|
|
|
53
53
|
*
|
|
54
54
|
* This source code is licensed under the ISC license.
|
|
55
55
|
* See the LICENSE file in the root directory of this source tree.
|
|
56
|
-
*/const
|
|
56
|
+
*/const xw=U("FileBox",[["path",{d:"M14.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"16lz6z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 13.1a2 2 0 0 0-1 1.76v3.24a2 2 0 0 0 .97 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01Z",key:"99pj1s"}],["path",{d:"M7 17v5",key:"1yj1jh"}],["path",{d:"M11.7 14.2 7 17l-4.7-2.8",key:"1yk8tc"}]]);/**
|
|
57
57
|
* @license lucide-react v0.469.0 - ISC
|
|
58
58
|
*
|
|
59
59
|
* This source code is licensed under the ISC license.
|
|
60
60
|
* See the LICENSE file in the root directory of this source tree.
|
|
61
|
-
*/const
|
|
61
|
+
*/const bw=U("FileImage",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"10",cy:"12",r:"2",key:"737tya"}],["path",{d:"m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22",key:"wt3hpn"}]]);/**
|
|
62
62
|
* @license lucide-react v0.469.0 - ISC
|
|
63
63
|
*
|
|
64
64
|
* This source code is licensed under the ISC license.
|
|
65
65
|
* See the LICENSE file in the root directory of this source tree.
|
|
66
|
-
*/const
|
|
66
|
+
*/const ww=U("FilePlus",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 15h6",key:"cctwl0"}],["path",{d:"M12 18v-6",key:"17g6i2"}]]);/**
|
|
67
67
|
* @license lucide-react v0.469.0 - ISC
|
|
68
68
|
*
|
|
69
69
|
* This source code is licensed under the ISC license.
|
|
70
70
|
* See the LICENSE file in the root directory of this source tree.
|
|
71
|
-
*/const
|
|
71
|
+
*/const vw=U("FileType",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 13v-1h6v1",key:"1bb014"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"M11 18h2",key:"12mj7e"}]]);/**
|
|
72
72
|
* @license lucide-react v0.469.0 - ISC
|
|
73
73
|
*
|
|
74
74
|
* This source code is licensed under the ISC license.
|
|
@@ -78,22 +78,22 @@
|
|
|
78
78
|
*
|
|
79
79
|
* This source code is licensed under the ISC license.
|
|
80
80
|
* See the LICENSE file in the root directory of this source tree.
|
|
81
|
-
*/const
|
|
81
|
+
*/const qn=U("FolderOpen",[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]]);/**
|
|
82
82
|
* @license lucide-react v0.469.0 - ISC
|
|
83
83
|
*
|
|
84
84
|
* This source code is licensed under the ISC license.
|
|
85
85
|
* See the LICENSE file in the root directory of this source tree.
|
|
86
|
-
*/const
|
|
86
|
+
*/const kw=U("Grid2x2",[["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M3 12h18",key:"1i2n21"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]]);/**
|
|
87
87
|
* @license lucide-react v0.469.0 - ISC
|
|
88
88
|
*
|
|
89
89
|
* This source code is licensed under the ISC license.
|
|
90
90
|
* See the LICENSE file in the root directory of this source tree.
|
|
91
|
-
*/const
|
|
91
|
+
*/const _w=U("Hand",[["path",{d:"M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1fvzgz"}],["path",{d:"M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2",key:"1kc0my"}],["path",{d:"M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8",key:"10h0bg"}],["path",{d:"M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",key:"1s1gnw"}]]);/**
|
|
92
92
|
* @license lucide-react v0.469.0 - ISC
|
|
93
93
|
*
|
|
94
94
|
* This source code is licensed under the ISC license.
|
|
95
95
|
* See the LICENSE file in the root directory of this source tree.
|
|
96
|
-
*/const
|
|
96
|
+
*/const Ot=U("LayoutGrid",[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}]]);/**
|
|
97
97
|
* @license lucide-react v0.469.0 - ISC
|
|
98
98
|
*
|
|
99
99
|
* This source code is licensed under the ISC license.
|
|
@@ -103,27 +103,27 @@
|
|
|
103
103
|
*
|
|
104
104
|
* This source code is licensed under the ISC license.
|
|
105
105
|
* See the LICENSE file in the root directory of this source tree.
|
|
106
|
-
*/const $
|
|
106
|
+
*/const $w=U("Maximize2",[["polyline",{points:"15 3 21 3 21 9",key:"mznyad"}],["polyline",{points:"9 21 3 21 3 15",key:"1avn1i"}],["line",{x1:"21",x2:"14",y1:"3",y2:"10",key:"ota7mn"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14",key:"1atl0r"}]]);/**
|
|
107
107
|
* @license lucide-react v0.469.0 - ISC
|
|
108
108
|
*
|
|
109
109
|
* This source code is licensed under the ISC license.
|
|
110
110
|
* See the LICENSE file in the root directory of this source tree.
|
|
111
|
-
*/const
|
|
111
|
+
*/const jn=U("Minus",[["path",{d:"M5 12h14",key:"1ays0h"}]]);/**
|
|
112
112
|
* @license lucide-react v0.469.0 - ISC
|
|
113
113
|
*
|
|
114
114
|
* This source code is licensed under the ISC license.
|
|
115
115
|
* See the LICENSE file in the root directory of this source tree.
|
|
116
|
-
*/const
|
|
116
|
+
*/const Sw=U("MousePointer2",[["path",{d:"M4.037 4.688a.495.495 0 0 1 .651-.651l16 6.5a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063z",key:"edeuup"}]]);/**
|
|
117
117
|
* @license lucide-react v0.469.0 - ISC
|
|
118
118
|
*
|
|
119
119
|
* This source code is licensed under the ISC license.
|
|
120
120
|
* See the LICENSE file in the root directory of this source tree.
|
|
121
|
-
*/const
|
|
121
|
+
*/const jw=U("PanelBottomClose",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"m15 8-3 3-3-3",key:"1oxy1z"}]]);/**
|
|
122
122
|
* @license lucide-react v0.469.0 - ISC
|
|
123
123
|
*
|
|
124
124
|
* This source code is licensed under the ISC license.
|
|
125
125
|
* See the LICENSE file in the root directory of this source tree.
|
|
126
|
-
*/const
|
|
126
|
+
*/const Ew=U("Plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]);/**
|
|
127
127
|
* @license lucide-react v0.469.0 - ISC
|
|
128
128
|
*
|
|
129
129
|
* This source code is licensed under the ISC license.
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
*
|
|
139
139
|
* This source code is licensed under the ISC license.
|
|
140
140
|
* See the LICENSE file in the root directory of this source tree.
|
|
141
|
-
*/const
|
|
141
|
+
*/const Gn=U("Save",[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]]);/**
|
|
142
142
|
* @license lucide-react v0.469.0 - ISC
|
|
143
143
|
*
|
|
144
144
|
* This source code is licensed under the ISC license.
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
*
|
|
149
149
|
* This source code is licensed under the ISC license.
|
|
150
150
|
* See the LICENSE file in the root directory of this source tree.
|
|
151
|
-
*/const
|
|
151
|
+
*/const Nw=U("Search",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);/**
|
|
152
152
|
* @license lucide-react v0.469.0 - ISC
|
|
153
153
|
*
|
|
154
154
|
* This source code is licensed under the ISC license.
|
|
@@ -158,12 +158,12 @@
|
|
|
158
158
|
*
|
|
159
159
|
* This source code is licensed under the ISC license.
|
|
160
160
|
* See the LICENSE file in the root directory of this source tree.
|
|
161
|
-
*/const
|
|
161
|
+
*/const Tw=U("Spline",[["circle",{cx:"19",cy:"5",r:"2",key:"mhkx31"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}],["path",{d:"M5 17A12 12 0 0 1 17 5",key:"1okkup"}]]);/**
|
|
162
162
|
* @license lucide-react v0.469.0 - ISC
|
|
163
163
|
*
|
|
164
164
|
* This source code is licensed under the ISC license.
|
|
165
165
|
* See the LICENSE file in the root directory of this source tree.
|
|
166
|
-
*/const
|
|
166
|
+
*/const Mw=U("SquareDashed",[["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M21 14v1",key:"169vum"}]]);/**
|
|
167
167
|
* @license lucide-react v0.469.0 - ISC
|
|
168
168
|
*
|
|
169
169
|
* This source code is licensed under the ISC license.
|
|
@@ -188,13 +188,14 @@
|
|
|
188
188
|
*
|
|
189
189
|
* This source code is licensed under the ISC license.
|
|
190
190
|
* See the LICENSE file in the root directory of this source tree.
|
|
191
|
-
*/const Tn=U("X",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);function ar(e){var t,n,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var r=e.length;for(t=0;t<r;t++)e[t]&&(n=ar(e[t]))&&(o&&(o+=" "),o+=n)}else for(n in e)e[n]&&(o&&(o+=" "),o+=n);return o}function lr(){for(var e,t,n=0,o="",r=arguments.length;n<r;n++)(e=arguments[n])&&(t=ar(e))&&(o&&(o+=" "),o+=t);return o}const Cn="-",Mh=e=>{const t=Oh(e),{conflictingClassGroups:n,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:i=>{const a=i.split(Cn);return a[0]===""&&a.length!==1&&a.shift(),cr(a,t)||Ph(i)},getConflictingClassGroupIds:(i,a)=>{const l=n[i]||[];return a&&o[i]?[...l,...o[i]]:l}}},cr=(e,t)=>{var i;if(e.length===0)return t.classGroupId;const n=e[0],o=t.nextPart.get(n),r=o?cr(e.slice(1),o):void 0;if(r)return r;if(t.validators.length===0)return;const s=e.join(Cn);return(i=t.validators.find(({validator:a})=>a(s)))==null?void 0:i.classGroupId},Kn=/^\[(.+)\]$/,Ph=e=>{if(Kn.test(e)){const t=Kn.exec(e)[1],n=t==null?void 0:t.substring(0,t.indexOf(":"));if(n)return"arbitrary.."+n}},Oh=e=>{const{theme:t,prefix:n}=e,o={nextPart:new Map,validators:[]};return Bh(Object.entries(e.classGroups),n).forEach(([s,i])=>{un(i,o,s,t)}),o},un=(e,t,n,o)=>{e.forEach(r=>{if(typeof r=="string"){const s=r===""?t:Yn(t,r);s.classGroupId=n;return}if(typeof r=="function"){if(Lh(r)){un(r(o),t,n,o);return}t.validators.push({validator:r,classGroupId:n});return}Object.entries(r).forEach(([s,i])=>{un(i,Yn(t,s),n,o)})})},Yn=(e,t)=>{let n=e;return t.split(Cn).forEach(o=>{n.nextPart.has(o)||n.nextPart.set(o,{nextPart:new Map,validators:[]}),n=n.nextPart.get(o)}),n},Lh=e=>e.isThemeGetter,Bh=(e,t)=>t?e.map(([n,o])=>{const r=o.map(s=>typeof s=="string"?t+s:typeof s=="object"?Object.fromEntries(Object.entries(s).map(([i,a])=>[t+i,a])):s);return[n,r]}):e,Dh=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,n=new Map,o=new Map;const r=(s,i)=>{n.set(s,i),t++,t>e&&(t=0,o=n,n=new Map)};return{get(s){let i=n.get(s);if(i!==void 0)return i;if((i=o.get(s))!==void 0)return r(s,i),i},set(s,i){n.has(s)?n.set(s,i):r(s,i)}}},dr="!",Rh=e=>{const{separator:t,experimentalParseClassName:n}=e,o=t.length===1,r=t[0],s=t.length,i=a=>{const l=[];let d=0,u=0,f;for(let y=0;y<a.length;y++){let v=a[y];if(d===0){if(v===r&&(o||a.slice(y,y+s)===t)){l.push(a.slice(u,y)),u=y+s;continue}if(v==="/"){f=y;continue}}v==="["?d++:v==="]"&&d--}const h=l.length===0?a:a.substring(u),g=h.startsWith(dr),m=g?h.substring(1):h,p=f&&f>u?f-u:void 0;return{modifiers:l,hasImportantModifier:g,baseClassName:m,maybePostfixModifierPosition:p}};return n?a=>n({className:a,parseClassName:i}):i},zh=e=>{if(e.length<=1)return e;const t=[];let n=[];return e.forEach(o=>{o[0]==="["?(t.push(...n.sort(),o),n=[]):n.push(o)}),t.push(...n.sort()),t},Fh=e=>({cache:Dh(e.cacheSize),parseClassName:Rh(e),...Mh(e)}),Hh=/\s+/,Wh=(e,t)=>{const{parseClassName:n,getClassGroupId:o,getConflictingClassGroupIds:r}=t,s=[],i=e.trim().split(Hh);let a="";for(let l=i.length-1;l>=0;l-=1){const d=i[l],{modifiers:u,hasImportantModifier:f,baseClassName:h,maybePostfixModifierPosition:g}=n(d);let m=!!g,p=o(m?h.substring(0,g):h);if(!p){if(!m){a=d+(a.length>0?" "+a:a);continue}if(p=o(h),!p){a=d+(a.length>0?" "+a:a);continue}m=!1}const y=zh(u).join(":"),v=f?y+dr:y,b=v+p;if(s.includes(b))continue;s.push(b);const k=r(p,m);for(let S=0;S<k.length;++S){const C=k[S];s.push(v+C)}a=d+(a.length>0?" "+a:a)}return a};function Gh(){let e=0,t,n,o="";for(;e<arguments.length;)(t=arguments[e++])&&(n=ur(t))&&(o&&(o+=" "),o+=n);return o}const ur=e=>{if(typeof e=="string")return e;let t,n="";for(let o=0;o<e.length;o++)e[o]&&(t=ur(e[o]))&&(n&&(n+=" "),n+=t);return n};function qh(e,...t){let n,o,r,s=i;function i(l){const d=t.reduce((u,f)=>f(u),e());return n=Fh(d),o=n.cache.get,r=n.cache.set,s=a,a(l)}function a(l){const d=o(l);if(d)return d;const u=Wh(l,n);return r(l,u),u}return function(){return s(Gh.apply(null,arguments))}}const re=e=>{const t=n=>n[e]||[];return t.isThemeGetter=!0,t},fr=/^\[(?:([a-z-]+):)?(.+)\]$/i,Kh=/^\d+\/\d+$/,Yh=new Set(["px","full","screen"]),Xh=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Vh=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,Uh=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,Zh=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Jh=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Pe=e=>et(e)||Yh.has(e)||Kh.test(e),ze=e=>ot(e,"length",ip),et=e=>!!e&&!Number.isNaN(Number(e)),Zt=e=>ot(e,"number",et),at=e=>!!e&&Number.isInteger(Number(e)),Qh=e=>e.endsWith("%")&&et(e.slice(0,-1)),q=e=>fr.test(e),Fe=e=>Xh.test(e),ep=new Set(["length","size","percentage"]),tp=e=>ot(e,ep,mr),np=e=>ot(e,"position",mr),op=new Set(["image","url"]),rp=e=>ot(e,op,lp),sp=e=>ot(e,"",ap),lt=()=>!0,ot=(e,t,n)=>{const o=fr.exec(e);return o?o[1]?typeof t=="string"?o[1]===t:t.has(o[1]):n(o[2]):!1},ip=e=>Vh.test(e)&&!Uh.test(e),mr=()=>!1,ap=e=>Zh.test(e),lp=e=>Jh.test(e),cp=()=>{const e=re("colors"),t=re("spacing"),n=re("blur"),o=re("brightness"),r=re("borderColor"),s=re("borderRadius"),i=re("borderSpacing"),a=re("borderWidth"),l=re("contrast"),d=re("grayscale"),u=re("hueRotate"),f=re("invert"),h=re("gap"),g=re("gradientColorStops"),m=re("gradientColorStopPositions"),p=re("inset"),y=re("margin"),v=re("opacity"),b=re("padding"),k=re("saturate"),S=re("scale"),C=re("sepia"),L=re("skew"),te=re("space"),Q=re("translate"),ve=()=>["auto","contain","none"],me=()=>["auto","hidden","clip","visible","scroll"],N=()=>["auto",q,t],M=()=>[q,t],se=()=>["",Pe,ze],oe=()=>["auto",et,q],de=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],X=()=>["solid","dashed","dotted","double","none"],ue=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],le=()=>["start","end","center","between","around","evenly","stretch"],he=()=>["","0",q],ke=()=>["auto","avoid","all","avoid-page","page","left","right","column"],ye=()=>[et,q];return{cacheSize:500,separator:":",theme:{colors:[lt],spacing:[Pe,ze],blur:["none","",Fe,q],brightness:ye(),borderColor:[e],borderRadius:["none","","full",Fe,q],borderSpacing:M(),borderWidth:se(),contrast:ye(),grayscale:he(),hueRotate:ye(),invert:he(),gap:M(),gradientColorStops:[e],gradientColorStopPositions:[Qh,ze],inset:N(),margin:N(),opacity:ye(),padding:M(),saturate:ye(),scale:ye(),sepia:he(),skew:ye(),space:M(),translate:M()},classGroups:{aspect:[{aspect:["auto","square","video",q]}],container:["container"],columns:[{columns:[Fe]}],"break-after":[{"break-after":ke()}],"break-before":[{"break-before":ke()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...de(),q]}],overflow:[{overflow:me()}],"overflow-x":[{"overflow-x":me()}],"overflow-y":[{"overflow-y":me()}],overscroll:[{overscroll:ve()}],"overscroll-x":[{"overscroll-x":ve()}],"overscroll-y":[{"overscroll-y":ve()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[p]}],"inset-x":[{"inset-x":[p]}],"inset-y":[{"inset-y":[p]}],start:[{start:[p]}],end:[{end:[p]}],top:[{top:[p]}],right:[{right:[p]}],bottom:[{bottom:[p]}],left:[{left:[p]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",at,q]}],basis:[{basis:N()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",q]}],grow:[{grow:he()}],shrink:[{shrink:he()}],order:[{order:["first","last","none",at,q]}],"grid-cols":[{"grid-cols":[lt]}],"col-start-end":[{col:["auto",{span:["full",at,q]},q]}],"col-start":[{"col-start":oe()}],"col-end":[{"col-end":oe()}],"grid-rows":[{"grid-rows":[lt]}],"row-start-end":[{row:["auto",{span:[at,q]},q]}],"row-start":[{"row-start":oe()}],"row-end":[{"row-end":oe()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",q]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",q]}],gap:[{gap:[h]}],"gap-x":[{"gap-x":[h]}],"gap-y":[{"gap-y":[h]}],"justify-content":[{justify:["normal",...le()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...le(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...le(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[b]}],px:[{px:[b]}],py:[{py:[b]}],ps:[{ps:[b]}],pe:[{pe:[b]}],pt:[{pt:[b]}],pr:[{pr:[b]}],pb:[{pb:[b]}],pl:[{pl:[b]}],m:[{m:[y]}],mx:[{mx:[y]}],my:[{my:[y]}],ms:[{ms:[y]}],me:[{me:[y]}],mt:[{mt:[y]}],mr:[{mr:[y]}],mb:[{mb:[y]}],ml:[{ml:[y]}],"space-x":[{"space-x":[te]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[te]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",q,t]}],"min-w":[{"min-w":[q,t,"min","max","fit"]}],"max-w":[{"max-w":[q,t,"none","full","min","max","fit","prose",{screen:[Fe]},Fe]}],h:[{h:[q,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[q,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[q,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[q,t,"auto","min","max","fit"]}],"font-size":[{text:["base",Fe,ze]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",Zt]}],"font-family":[{font:[lt]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",q]}],"line-clamp":[{"line-clamp":["none",et,Zt]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",Pe,q]}],"list-image":[{"list-image":["none",q]}],"list-style-type":[{list:["none","disc","decimal",q]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[v]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[v]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...X(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",Pe,ze]}],"underline-offset":[{"underline-offset":["auto",Pe,q]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:M()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",q]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",q]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[v]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...de(),np]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",tp]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},rp]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[m]}],"gradient-via-pos":[{via:[m]}],"gradient-to-pos":[{to:[m]}],"gradient-from":[{from:[g]}],"gradient-via":[{via:[g]}],"gradient-to":[{to:[g]}],rounded:[{rounded:[s]}],"rounded-s":[{"rounded-s":[s]}],"rounded-e":[{"rounded-e":[s]}],"rounded-t":[{"rounded-t":[s]}],"rounded-r":[{"rounded-r":[s]}],"rounded-b":[{"rounded-b":[s]}],"rounded-l":[{"rounded-l":[s]}],"rounded-ss":[{"rounded-ss":[s]}],"rounded-se":[{"rounded-se":[s]}],"rounded-ee":[{"rounded-ee":[s]}],"rounded-es":[{"rounded-es":[s]}],"rounded-tl":[{"rounded-tl":[s]}],"rounded-tr":[{"rounded-tr":[s]}],"rounded-br":[{"rounded-br":[s]}],"rounded-bl":[{"rounded-bl":[s]}],"border-w":[{border:[a]}],"border-w-x":[{"border-x":[a]}],"border-w-y":[{"border-y":[a]}],"border-w-s":[{"border-s":[a]}],"border-w-e":[{"border-e":[a]}],"border-w-t":[{"border-t":[a]}],"border-w-r":[{"border-r":[a]}],"border-w-b":[{"border-b":[a]}],"border-w-l":[{"border-l":[a]}],"border-opacity":[{"border-opacity":[v]}],"border-style":[{border:[...X(),"hidden"]}],"divide-x":[{"divide-x":[a]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[a]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[v]}],"divide-style":[{divide:X()}],"border-color":[{border:[r]}],"border-color-x":[{"border-x":[r]}],"border-color-y":[{"border-y":[r]}],"border-color-s":[{"border-s":[r]}],"border-color-e":[{"border-e":[r]}],"border-color-t":[{"border-t":[r]}],"border-color-r":[{"border-r":[r]}],"border-color-b":[{"border-b":[r]}],"border-color-l":[{"border-l":[r]}],"divide-color":[{divide:[r]}],"outline-style":[{outline:["",...X()]}],"outline-offset":[{"outline-offset":[Pe,q]}],"outline-w":[{outline:[Pe,ze]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:se()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[v]}],"ring-offset-w":[{"ring-offset":[Pe,ze]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",Fe,sp]}],"shadow-color":[{shadow:[lt]}],opacity:[{opacity:[v]}],"mix-blend":[{"mix-blend":[...ue(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":ue()}],filter:[{filter:["","none"]}],blur:[{blur:[n]}],brightness:[{brightness:[o]}],contrast:[{contrast:[l]}],"drop-shadow":[{"drop-shadow":["","none",Fe,q]}],grayscale:[{grayscale:[d]}],"hue-rotate":[{"hue-rotate":[u]}],invert:[{invert:[f]}],saturate:[{saturate:[k]}],sepia:[{sepia:[C]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[n]}],"backdrop-brightness":[{"backdrop-brightness":[o]}],"backdrop-contrast":[{"backdrop-contrast":[l]}],"backdrop-grayscale":[{"backdrop-grayscale":[d]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[u]}],"backdrop-invert":[{"backdrop-invert":[f]}],"backdrop-opacity":[{"backdrop-opacity":[v]}],"backdrop-saturate":[{"backdrop-saturate":[k]}],"backdrop-sepia":[{"backdrop-sepia":[C]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[i]}],"border-spacing-x":[{"border-spacing-x":[i]}],"border-spacing-y":[{"border-spacing-y":[i]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",q]}],duration:[{duration:ye()}],ease:[{ease:["linear","in","out","in-out",q]}],delay:[{delay:ye()}],animate:[{animate:["none","spin","ping","pulse","bounce",q]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[S]}],"scale-x":[{"scale-x":[S]}],"scale-y":[{"scale-y":[S]}],rotate:[{rotate:[at,q]}],"translate-x":[{"translate-x":[Q]}],"translate-y":[{"translate-y":[Q]}],"skew-x":[{"skew-x":[L]}],"skew-y":[{"skew-y":[L]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",q]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",q]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":M()}],"scroll-mx":[{"scroll-mx":M()}],"scroll-my":[{"scroll-my":M()}],"scroll-ms":[{"scroll-ms":M()}],"scroll-me":[{"scroll-me":M()}],"scroll-mt":[{"scroll-mt":M()}],"scroll-mr":[{"scroll-mr":M()}],"scroll-mb":[{"scroll-mb":M()}],"scroll-ml":[{"scroll-ml":M()}],"scroll-p":[{"scroll-p":M()}],"scroll-px":[{"scroll-px":M()}],"scroll-py":[{"scroll-py":M()}],"scroll-ps":[{"scroll-ps":M()}],"scroll-pe":[{"scroll-pe":M()}],"scroll-pt":[{"scroll-pt":M()}],"scroll-pr":[{"scroll-pr":M()}],"scroll-pb":[{"scroll-pb":M()}],"scroll-pl":[{"scroll-pl":M()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",q]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[Pe,ze,Zt]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}},dp=qh(cp);function we(...e){return dp(lr(e))}const hr=j.createContext(null);function up(){const e=j.useContext(hr);if(!e)throw new Error("useContextMenu must be used inside <ContextMenuHost>");return e}const Et=8;function fp({children:e}){const[t,n]=j.useState({open:!1,x:0,y:0,items:[]}),[o,r]=j.useState(null),s=j.useRef(null),i=j.useCallback(()=>{n(d=>d.open?{...d,open:!1}:d)},[]),a=j.useCallback((d,u,f)=>{r(null),n({open:!0,x:d,y:u,items:f})},[]),l=j.useMemo(()=>({open:a,close:i}),[a,i]);return j.useLayoutEffect(()=>{if(!t.open||!s.current)return;const d=s.current.getBoundingClientRect();let u=t.x,f=t.y;u+d.width>window.innerWidth-Et&&(u=Math.max(Et,t.x-d.width)),f+d.height>window.innerHeight-Et&&(f=Math.max(Et,t.y-d.height)),r({left:u,top:f})},[t]),j.useEffect(()=>{if(!t.open)return;const d=g=>{s.current&&!s.current.contains(g.target)&&i()},u=g=>{g.key==="Escape"&&(g.preventDefault(),i())},f=()=>i(),h=()=>i();return document.addEventListener("pointerdown",d,!0),document.addEventListener("keydown",u,!0),window.addEventListener("wheel",f,{passive:!0}),window.addEventListener("blur",h),()=>{document.removeEventListener("pointerdown",d,!0),document.removeEventListener("keydown",u,!0),window.removeEventListener("wheel",f),window.removeEventListener("blur",h)}},[t.open,i]),c.jsxs(hr.Provider,{value:l,children:[e,t.open&&c.jsx("div",{ref:s,role:"menu","aria-orientation":"vertical",className:"ole-glass fixed z-50 min-w-[200px] rounded-md border border-border p-1 text-sm shadow-md",style:{left:(o==null?void 0:o.left)??t.x,top:(o==null?void 0:o.top)??t.y,visibility:o?"visible":"hidden"},onContextMenu:d=>d.preventDefault(),children:t.items.map((d,u)=>{if(d.type==="separator")return c.jsx("div",{role:"separator",className:"my-1 h-px bg-border"},`sep-${u}`);const f=d.icon;return c.jsxs("button",{type:"button",role:"menuitem",disabled:d.disabled,className:we("flex w-full items-center justify-between gap-3 rounded-sm px-2 py-1.5 text-left","hover:bg-accent hover:text-accent-foreground","focus-visible:bg-accent focus-visible:text-accent-foreground focus-visible:outline-none",d.destructive&&"text-destructive hover:bg-destructive/10 hover:text-destructive",d.disabled&&"pointer-events-none text-muted-foreground opacity-60"),onClick:()=>{i(),d.onSelect()},children:[c.jsxs("span",{className:"flex items-center gap-2",children:[f?c.jsx(f,{className:"size-4"}):null,c.jsx("span",{children:d.label})]}),d.shortcut?c.jsx("span",{className:"text-xs text-muted-foreground",children:d.shortcut}):null]},`${d.label}-${u}`)})})]})}const Xn=e=>{let t;const n=new Set,o=(d,u)=>{const f=typeof d=="function"?d(t):d;if(!Object.is(f,t)){const h=t;t=u??(typeof f!="object"||f===null)?f:Object.assign({},t,f),n.forEach(g=>g(t,h))}},r=()=>t,a={setState:o,getState:r,getInitialState:()=>l,subscribe:d=>(n.add(d),()=>n.delete(d))},l=t=e(o,r,a);return a},mp=(e=>e?Xn(e):Xn),hp=e=>e;function pp(e,t=hp){const n=j.useSyncExternalStore(e.subscribe,j.useCallback(()=>t(e.getState()),[e,t]),j.useCallback(()=>t(e.getInitialState()),[e,t]));return j.useDebugValue(n),n}const Vn=e=>{const t=mp(e),n=o=>pp(t,o);return Object.assign(n,t),n},Ft=(e=>e?Vn(e):Vn),Un={zh:{"common.unnamed":"未命名","common.close":"关闭","common.yes":"是","common.no":"否","topbar.theme.toLight":"切换到亮色","topbar.theme.toDark":"切换到暗色","topbar.theme.currentDark":"当前:暗色主题","topbar.theme.currentLight":"当前:亮色主题","topbar.lang.toEnglish":"Switch to English","topbar.lang.toChinese":"切换到中文","topbar.lang.currentEnglish":"Current: English","topbar.lang.currentChinese":"当前:中文","topbar.export.label":"导出","topbar.export.tooltip":"SVG 矢量(可编辑)、PNG 位图(2× 高清)或 DXF(CAD)","topbar.export.pngFailed":"导出 PNG 失败:{err}","topbar.export.dxfFailed":"导出 DXF 失败:{err}","topbar.file.label":"文件","topbar.file.tooltip":"打开本地 .json 图、保存、或另存为","topbar.file.current":"当前:{name}","topbar.file.new":"新建","topbar.file.open":"打开…","topbar.file.save":"保存","topbar.file.saveAs":"另存为…","topbar.file.newConfirm":"新建会清空当前未保存的内容,是否继续?","topbar.file.openFailed":"打开失败:{err}","topbar.file.saveFailed":"保存失败:{err}","topbar.file.fileDescription":"OneLineEditor 图纸","outline.title":"大纲","outline.collapse":"折叠","outline.collapseAria":"折叠大纲","outline.empty":"(无设备 — 从元件库拖入开始)","props.title":"属性","props.node":"电气节点","props.wire":"连线","props.bus":"母线","props.nSelected":"{n} 选中","props.empty":"未选中","props.multi":"已选中 {n} 个元件","props.name":"名称","props.note":"备注","props.nodeNotFound":"电气节点 {id} 不存在","props.wireNotFound":"连线 {id} 不存在","props.nodeStats":"{terminals} 个端子 · {elements} 个元件","props.selectElement":"选中 {label}","props.selectWholeNode":"选中整个电气节点","view.zoomOut":"缩小","view.zoomOutHint":"按预设档位缩小;也可滚轮 ↓ 或 ⌘−","view.reset":"重置到 100%","view.current":"当前 {z}%","view.zoomIn":"放大","view.zoomInHint":"按预设档位放大;也可滚轮 ↑ 或 ⌘+","view.fit":"适配视图","view.fitHint":"自动缩放并居中所有元件","view.gridHide":"隐藏网格","view.gridShow":"显示网格","view.gridHotkey":"G","view.gridHideHint":"同时关闭对齐吸附(拖动可自由放置)","view.gridShowHint":"同时开启对齐吸附(拖动会贴到 10px 网格)","view.gridHideAria":"隐藏网格并关闭吸附","view.gridShowAria":"显示网格并开启吸附","view.label":"标签","view.labelOff":"关闭标签","view.labelId":"仅显示 ID","view.labelAll":"ID + 参数","view.labelHint":"点击循环切换:关闭 → 仅 ID → ID + 参数","library.title":"元件库","library.empty":"没有匹配的元件","library.searchPlaceholder":"搜索元件…","library.searchAria":"搜索元件","library.clearSearch":"清除搜索","library.itemHint":"单击进入放置模式或拖到画布","tool.select":"选择","tool.selectHint":"点选元件,框选多个,或右键打开菜单","tool.pan":"平移","tool.panHint":"拖动画布;空格键可临时切换","tool.wire":"连线","tool.wireHint":"从一个端子拖动到另一个端子完成连线","tool.bus":"母线","tool.busHint":"画布上拖动一段母线,按下定起点、释放定终点","tool.place":"元件","tool.placeHint":"点击画布放置;或从端子/母线拖出,同时放置并连接","tool.text":"文字","tool.textHint":"点击画布放置一段文字注释;双击文字可重新编辑","mode.selectWithSel":"拖动元件移动 · 拖端子连线 · 右键打开菜单","mode.selectEmpty":"点选元件 · 拖动移动 · 框选多个 · 右键打开菜单","mode.pan":"拖动画布 · 滚轮缩放 · 按住空格可在其他工具下临时平移","mode.wireDragging":"拖到另一个端子或母线上释放完成连线","mode.wireInit":"从端子按下,拖动到另一个端子或母线上释放","mode.busDragging":"拖动决定母线方向,释放定终点","mode.busInit":"在画布按下定起点,拖动后释放定终点","mode.placeNoKind":"从左侧元件库选择一种元件","mode.placeFromTerm":"拖到目标位置释放,新元件将连接到起点端子","mode.placeNormal":"点击空白放置;或从已有端子 / 母线拖出,同时放置并连接","mode.text":"点击画布放置文字;双击已有文字可编辑;选中后可拖动 / 删除","mode.escSelect":"Esc 清除选择","mode.escOther":"右键 / Esc 取消","tool.placeNoKindTooltip":"从左侧元件库选择一个元件后点击画布放置","tool.undo":"撤销","tool.undoHint":"撤销上一次编辑(移动 / 旋转 / 删除等)","tool.redo":"重做","tool.redoHint":"重做被撤销的操作","layout.label":"布局","layout.hint":"自动排版整个图或仅选中范围,并填补空缺","layout.allAuto":"重新自动布局","layout.selAuto":"重新自动布局选区","layout.allFill":"填补未排版位置","layout.selFill":"填补未排版选区","tool.more":"更多","tool.moreHint":"撤销 / 重做 / 布局","view.menu":"视图","view.menuHint":"缩放、适配、网格","ctx.ariaNode":"选中节点操作","ctx.ariaWire":"选中连线操作","ctx.ariaElement":"选中元件操作","ctx.rotate":"旋转 90°","ctx.rotateHint":"顺时针旋转选中元件,连线随端子自动重排","ctx.mirror":"水平镜像","ctx.mirrorTitle":"镜像","ctx.mirrorHint":"左右翻转选中元件","ctx.delete":"删除","ctx.deleteHintNode":"断开此电气节点上的所有连接(保留元件)","ctx.deleteHintWire":"移除这一根连线(其它同节点连线保留)","ctx.deleteHintElement":"移除选中元件及其连接的连线","ctx.resetWirePath":"恢复自动走线","ctx.resetWirePathHint":"清除手动调整的拐点,让连线回到自动路由","menu.undo":"撤销","menu.redo":"重做","menu.cut":"剪切","menu.copy":"复制","menu.paste":"粘贴","menu.rotate":"旋转 90°","menu.mirror":"镜像","menu.selectAll":"全选","menu.disconnect":"断开此连线","menu.delete":"删除","io.parseFailed":"JSON 解析失败:{err}","io.notObject":"文件不是 JSON 对象","io.versionMismatch":'版本不兼容:期望 "1",实际 {actual}',"io.elementsMissing":"elements 字段缺失或不是数组","compile.duplicateId":'元件 ID 重复:"{id}"',"compile.unknownKind":'未知元件类型 kind="{kind}"',"compile.invalidTermRef":'非法端子引用 "{ref}"',"compile.elementMissing":'引用了不存在的元件 "{id}"',"compile.missingPin":'元件 "{id}" (kind={kind}) 没有引脚 "{pin}",可用引脚: {available}',"compile.singleTerminal":"节点只包含一个端子,已忽略","compile.layoutMissingElement":'layout 键 "{id}" 引用了不存在的元件',"compile.elementUnconnected":'元件 "{id}" 没有任何连接',"cat.busbar":"母线 / 接线","cat.switching":"开关","cat.protection":"保护","cat.motor-control":"电机控制","cat.transformer":"变压器","cat.instrument-transformer":"互感器","cat.measurement":"测量仪表","cat.source":"电源","cat.load":"负荷","cat.storage":"储能","cat.compensation":"无功补偿","cat.grounding":"中性点接地","cat.renewable":"新能源 / 电力电子","onboard.title":"上手三步","onboard.step1.title":"画母线","onboard.step1.body":"选择 母线 工具(B),在画布上按下拖动","onboard.step2.title":"从母线拖出元件","onboard.step2.body":"切到 元件(P)选一种,按住母线拖到目标位置 — 自动连接","onboard.step3.title":"继续串接","onboard.step3.body":"从任意端子拖出,落到目标即与该端子相连","onboard.dismiss":"知道了"},en:{"common.unnamed":"Untitled","common.close":"Close","common.yes":"Yes","common.no":"No","topbar.theme.toLight":"Switch to light","topbar.theme.toDark":"Switch to dark","topbar.theme.currentDark":"Current: dark theme","topbar.theme.currentLight":"Current: light theme","topbar.lang.toEnglish":"Switch to English","topbar.lang.toChinese":"切换到中文","topbar.lang.currentEnglish":"Current: English","topbar.lang.currentChinese":"Current: Chinese","topbar.export.label":"Export","topbar.export.tooltip":"SVG vector (editable), PNG bitmap (2× HiDPI), or DXF (CAD)","topbar.export.pngFailed":"PNG export failed: {err}","topbar.export.dxfFailed":"DXF export failed: {err}","topbar.file.label":"File","topbar.file.tooltip":"Open a local .json diagram, save, or save as","topbar.file.current":"Current: {name}","topbar.file.new":"New","topbar.file.open":"Open…","topbar.file.save":"Save","topbar.file.saveAs":"Save as…","topbar.file.newConfirm":"New will discard any unsaved changes. Continue?","topbar.file.openFailed":"Open failed: {err}","topbar.file.saveFailed":"Save failed: {err}","topbar.file.fileDescription":"OneLineEditor diagram","outline.title":"Outline","outline.collapse":"Collapse","outline.collapseAria":"Collapse outline","outline.empty":"(No elements — drag from the library to start)","props.title":"Properties","props.node":"Electrical node","props.wire":"Wire","props.bus":"Bus","props.nSelected":"{n} selected","props.empty":"Nothing selected","props.multi":"{n} elements selected","props.name":"Name","props.note":"Note","props.nodeNotFound":"Electrical node {id} not found","props.wireNotFound":"Wire {id} not found","props.nodeStats":"{terminals} terminals · {elements} elements","props.selectElement":"Select {label}","props.selectWholeNode":"Select whole electrical node","view.zoomOut":"Zoom out","view.zoomOutHint":"Step zoom out; also wheel ↓ or ⌘−","view.reset":"Reset to 100%","view.current":"Current {z}%","view.zoomIn":"Zoom in","view.zoomInHint":"Step zoom in; also wheel ↑ or ⌘+","view.fit":"Fit view","view.fitHint":"Auto-zoom and center all elements","view.gridHide":"Hide grid","view.gridShow":"Show grid","view.gridHotkey":"G","view.gridHideHint":"Also disables snap-to-grid (free placement)","view.gridShowHint":"Also enables snap-to-grid (snaps to 10px on drag)","view.gridHideAria":"Hide grid and disable snap","view.gridShowAria":"Show grid and enable snap","view.label":"Labels","view.labelOff":"Hide labels","view.labelId":"ID only","view.labelAll":"ID + params","view.labelHint":"Cycle: off → ID → ID + params","library.title":"Library","library.empty":"No matching elements","library.searchPlaceholder":"Search elements…","library.searchAria":"Search elements","library.clearSearch":"Clear search","library.itemHint":"Click to enter place mode, or drag onto the canvas","tool.select":"Select","tool.selectHint":"Click to pick, marquee for multiple, right-click for menu","tool.pan":"Pan","tool.panHint":"Drag the canvas; Space toggles temporarily","tool.wire":"Wire","tool.wireHint":"Drag from one terminal to another to wire","tool.bus":"Busbar","tool.busHint":"Drag on the canvas — press to set start, release to set end","tool.place":"Place","tool.placeHint":"Click to place; or drag from a terminal/bus to place and connect","tool.text":"Text","tool.textHint":"Click the canvas to drop a text note; double-click an existing one to edit","mode.selectWithSel":"Drag elements · drag terminals to wire · right-click for menu","mode.selectEmpty":"Click to pick · drag to move · marquee for multiple · right-click for menu","mode.pan":"Drag the canvas · scroll to zoom · hold Space to pan in any tool","mode.wireDragging":"Release on another terminal or busbar to complete the wire","mode.wireInit":"Press on a terminal, drag to another terminal or busbar, release","mode.busDragging":"Drag sets bus direction; release sets the end","mode.busInit":"Press on the canvas to set start, drag, release to set end","mode.placeNoKind":"Pick an element kind from the library on the left","mode.placeFromTerm":"Release at the target — the new element will connect back to the source terminal","mode.placeNormal":"Click empty space to place; or drag from a terminal / bus to place and connect","mode.text":"Click to drop text · double-click to edit · drag selected to move · Del to remove","mode.escSelect":"Esc clears selection","mode.escOther":"Right-click / Esc to cancel","tool.placeNoKindTooltip":"Pick a kind in the library on the left, then click the canvas","tool.undo":"Undo","tool.undoHint":"Undo the last edit (move / rotate / delete, etc.)","tool.redo":"Redo","tool.redoHint":"Redo the last undone edit","layout.label":"Layout","layout.hint":"Auto-layout the whole diagram or just the selection, fill gaps","layout.allAuto":"Auto-layout all","layout.selAuto":"Auto-layout selection","layout.allFill":"Fill unplaced","layout.selFill":"Fill unplaced in selection","tool.more":"More","tool.moreHint":"Undo / redo / layout","view.menu":"View","view.menuHint":"Zoom, fit, grid","ctx.ariaNode":"Node actions","ctx.ariaWire":"Wire actions","ctx.ariaElement":"Element actions","ctx.rotate":"Rotate 90°","ctx.rotateHint":"Rotate selection clockwise; wires re-route through new terminals","ctx.mirror":"Mirror horizontally","ctx.mirrorTitle":"Mirror","ctx.mirrorHint":"Flip selection left-right","ctx.delete":"Delete","ctx.deleteHintNode":"Disconnect every wire on this node (elements stay)","ctx.deleteHintWire":"Remove only this wire (siblings on the same node stay)","ctx.deleteHintElement":"Remove the selection and its wires","ctx.resetWirePath":"Reset to auto-route","ctx.resetWirePathHint":"Drop manual corners and let the router re-draw this wire","menu.undo":"Undo","menu.redo":"Redo","menu.cut":"Cut","menu.copy":"Copy","menu.paste":"Paste","menu.rotate":"Rotate 90°","menu.mirror":"Mirror","menu.selectAll":"Select all","menu.disconnect":"Disconnect this wire","menu.delete":"Delete","io.parseFailed":"JSON parse failed: {err}","io.notObject":"File is not a JSON object","io.versionMismatch":'Version mismatch: expected "1", got {actual}',"io.elementsMissing":"`elements` is missing or not an array","compile.duplicateId":'Duplicate element id: "{id}"',"compile.unknownKind":'Unknown element kind="{kind}"',"compile.invalidTermRef":'Invalid terminal reference "{ref}"',"compile.elementMissing":'Reference to unknown element "{id}"',"compile.missingPin":'Element "{id}" (kind={kind}) has no pin "{pin}"; available: {available}',"compile.singleTerminal":"Node has only one terminal — ignored","compile.layoutMissingElement":'layout key "{id}" references an unknown element',"compile.elementUnconnected":'Element "{id}" has no connections',"cat.busbar":"Busbar / wiring","cat.switching":"Switching","cat.protection":"Protection","cat.motor-control":"Motor control","cat.transformer":"Transformer","cat.instrument-transformer":"Instrument transformer","cat.measurement":"Measurement","cat.source":"Source","cat.load":"Load","cat.storage":"Storage","cat.compensation":"Compensation","cat.grounding":"Grounding","cat.renewable":"Renewables / power electronics","onboard.title":"Quick start","onboard.step1.title":"Draw a busbar","onboard.step1.body":"Pick the busbar tool (B), then press and drag on the canvas","onboard.step2.title":"Drag elements from the bus","onboard.step2.body":"Switch to Place (P), pick a kind, then drag from the bus — it auto-connects","onboard.step3.title":"Chain the next one","onboard.step3.body":"Drag from any terminal — the new element drops pre-connected","onboard.dismiss":"Got it"}},pr="ole-locale";function gp(){if(typeof window>"u")return"zh";try{const e=window.localStorage.getItem(pr);if(e==="zh"||e==="en")return e}catch{}return typeof navigator<"u"&&typeof navigator.language=="string"?navigator.language.toLowerCase().startsWith("zh")?"zh":"en":"zh"}function Zn(e){try{window.localStorage.setItem(pr,e)}catch{}}const _t=Ft((e,t)=>({locale:gp(),setLocale:n=>{Zn(n),e({locale:n})},toggle:()=>{const n=t().locale==="zh"?"en":"zh";Zn(n),e({locale:n})}}));function gr(e,t){return t?e.replace(/\{(\w+)\}/g,(n,o)=>t[o]!==void 0?String(t[o]):`{${o}}`):e}function xr(e,t){return Un[e][t]??Un.zh[t]??t}function be(e,t){return gr(xr(_t.getState().locale,e),t)}function Z(){const e=_t(t=>t.locale);return(t,n)=>gr(xr(e,t),n)}function yr(e,t){let n;try{n=e()}catch{return}return{getItem:r=>{var s;const i=l=>l===null?null:JSON.parse(l,void 0),a=(s=n.getItem(r))!=null?s:null;return a instanceof Promise?a.then(i):i(a)},setItem:(r,s)=>n.setItem(r,JSON.stringify(s,void 0)),removeItem:r=>n.removeItem(r)}}const fn=e=>t=>{try{const n=e(t);return n instanceof Promise?n:{then(o){return fn(o)(n)},catch(o){return this}}}catch(n){return{then(o){return this},catch(o){return fn(o)(n)}}}},xp=(e,t)=>(n,o,r)=>{let s={storage:yr(()=>window.localStorage),partialize:y=>y,version:0,merge:(y,v)=>({...v,...y}),...t},i=!1,a=0;const l=new Set,d=new Set;let u=s.storage;if(!u)return e((...y)=>{console.warn(`[zustand persist middleware] Unable to update item '${s.name}', the given storage is currently unavailable.`),n(...y)},o,r);const f=()=>{const y=s.partialize({...o()});return u.setItem(s.name,{state:y,version:s.version})},h=r.setState;r.setState=(y,v)=>(h(y,v),f());const g=e((...y)=>(n(...y),f()),o,r);r.getInitialState=()=>g;let m;const p=()=>{var y,v;if(!u)return;const b=++a;i=!1,l.forEach(S=>{var C;return S((C=o())!=null?C:g)});const k=((v=s.onRehydrateStorage)==null?void 0:v.call(s,(y=o())!=null?y:g))||void 0;return fn(u.getItem.bind(u))(s.name).then(S=>{if(S)if(typeof S.version=="number"&&S.version!==s.version){if(s.migrate){const C=s.migrate(S.state,S.version);return C instanceof Promise?C.then(L=>[!0,L]):[!0,C]}console.error("State loaded from storage couldn't be migrated since no migrate function was provided")}else return[!1,S.state];return[!1,void 0]}).then(S=>{var C;if(b!==a)return;const[L,te]=S;if(m=s.merge(te,(C=o())!=null?C:g),n(m,!0),L)return f()}).then(()=>{b===a&&(k==null||k(o(),void 0),m=o(),i=!0,d.forEach(S=>S(m)))}).catch(S=>{b===a&&(k==null||k(void 0,S))})};return r.persist={setOptions:y=>{s={...s,...y},y.storage&&(u=y.storage)},clearStorage:()=>{u==null||u.removeItem(s.name)},getOptions:()=>s,rehydrate:()=>p(),hasHydrated:()=>i,onHydrate:y=>(l.add(y),()=>{l.delete(y)}),onFinishHydration:y=>(d.add(y),()=>{d.delete(y)})},s.skipHydration||p(),m||g},yp=xp,Oe=.5;function br(e){if(e.length<2)return e.map(r=>[r[0],r[1]]);const t=[[e[0][0],e[0][1]]];for(let r=1;r<e.length;r++){const s=t[t.length-1];Math.abs(s[0]-e[r][0])<Oe&&Math.abs(s[1]-e[r][1])<Oe||t.push([e[r][0],e[r][1]])}if(t.length<2)return t;const n=[t[0]];for(let r=1;r<t.length;r++){const s=n[n.length-1],i=t[r],a=Math.abs(s[0]-i[0]),l=Math.abs(s[1]-i[1]);if(a>Oe&&l>Oe){const u=(n.length>=2?Math.abs(n[n.length-2][1]-s[1])<Oe?"h":"v":null)==="h"?[i[0],s[1]]:[s[0],i[1]];n.push(u)}n.push(i)}const o=[n[0]];for(let r=1;r<n.length-1;r++){const s=o[o.length-1],i=n[r],a=n[r+1],l=Math.abs(s[0]-i[0])<Oe&&Math.abs(i[0]-a[0])<Oe,d=Math.abs(s[1]-i[1])<Oe&&Math.abs(i[1]-a[1])<Oe;l||d||o.push(i)}return o.push(n[n.length-1]),o}function wr(){return{elements:new Map,buses:new Map,terminals:new Map,nodes:new Map,layout:new Map,wireRenders:new Map,terminalToNode:new Map,elementToTerminals:new Map,diagnostics:[]}}function vr(e){return{at:(e==null?void 0:e.at)??[0,0],rot:(e==null?void 0:e.rot)??0,mirror:(e==null?void 0:e.mirror)??!1}}function mn(e){return e===90||e===270?"y":"x"}function Le(e,t){let[n,o]=e;switch(t.mirror&&(n=-n),t.rot){case 0:break;case 90:[n,o]=[-o,n];break;case 180:[n,o]=[-n,-o];break;case 270:[n,o]=[o,-n];break}return[n+t.at[0],o+t.at[1]]}const bp={n:"e",e:"s",s:"w",w:"n"},wp={n:"n",s:"s",e:"w",w:"e"};function xt(e,t){let n=t.mirror?wp[e]:e;const o=t.rot/90|0;for(let r=0;r<o;r++)n=bp[n];return n}function hn(e){switch(e){case"n":return[0,-1];case"s":return[0,1];case"e":return[1,0];case"w":return[-1,0]}}class kr{constructor(){it(this,"parent",new Map);it(this,"rank",new Map)}add(t){this.parent.has(t)||(this.parent.set(t,t),this.rank.set(t,0))}find(t){this.add(t);let n=t;for(;this.parent.get(n)!==n;){const o=this.parent.get(n),r=this.parent.get(o);this.parent.set(n,r),n=r}return n}union(t,n){const o=this.find(t),r=this.find(n);if(o===r)return;const s=this.rank.get(o),i=this.rank.get(r);s<i?this.parent.set(o,r):s>i?this.parent.set(r,o):(this.parent.set(r,o),this.rank.set(o,s+1))}groups(){const t=new Map;for(const n of this.parent.keys()){const o=this.find(n),r=t.get(o);r?r.push(n):t.set(o,[n])}return t}}const Jn=["n","e","s","w"],Qn={n:"s",s:"n",e:"w",w:"e"};function eo(e,t){const n=Jn.indexOf(e),r=((Jn.indexOf(t)-n)%4+4)%4;return[0,90,180,270][r]}const vp=320,to=220,ct=260,no=720,dt=30,oo=30,ut=80,ro=10,kp=60,_p=520,Sp=80,jp=80,so=8,io=new Set(["source","renewable"]);function $p(e){var Dn,Rn,zn,Fn,Hn,Wn;const{elements:t,buses:n,wires:o,library:r,userLayout:s,userBusLayout:i}=e,a=new Map(s),l=new Map(i),d=new Map;for(const w of t)d.set(w.id,w);const u=new Map;for(const w of n)u.set(w.id,w);const f=w=>{const _=d.get(w);if(_)return r.get(_.kind)},h=new Set(n.map(w=>w.id)),g=w=>h.has(w),m=new kr;for(const w of o)m.add(w.ends[0]),m.add(w.ends[1]),m.union(w.ends[0],w.ends[1]);for(const w of t){const _=r.get(w.kind);if(_)for(const $ of _.terminals)m.add(`${w.id}.${$.id}`)}for(const w of n)m.add(w.id);const p=[];for(const[,w]of m.groups())w.length>=2&&p.push(w);const y=new Map;for(const w of p)for(const _ of w)y.set(_,[w]);const v=new Map;for(const w of p){const _=w.filter(g);if(_.length!==0)for(const $ of _){const T=w.filter(E=>E!==$),B=v.get($)??[];B.push(...T),v.set($,B)}}const b=new Map;for(const w of p){const _=w.filter(g);if(_.length!==0)for(const $ of w){if(g($))continue;const T=$.indexOf(".");if(T<0)continue;const B=$.slice(0,T),E=$.slice(T+1),A=b.get(B)??[];for(const R of _)A.some(P=>P.busId===R&&P.pin===E)||A.push({busId:R,pin:E});b.set(B,A)}}const k=[],S=new Set;for(const[w,_]of b)if(new Set(_.map(T=>T.busId)).size>=2){const T=((Rn=r.get(((Dn=d.get(w))==null?void 0:Dn.kind)??""))==null?void 0:Rn.category)==="transformer"?"vertical":"horizontal";k.push({elementId:w,attachments:_,orientation:T}),T==="vertical"&&S.add(w)}const C=new Map,L=(w,_)=>{w!==_&&(C.has(w)||C.set(w,new Set),C.has(_)||C.set(_,new Set),C.get(w).add(_),C.get(_).add(w))};for(const w of o)L(w.ends[0],w.ends[1]);for(const w of t){const _=r.get(w.kind);if(!_||_.terminals.length<2)continue;const $=_.terminals.map(T=>`${w.id}.${T.id}`);for(let T=0;T<$.length;T++)for(let B=T+1;B<$.length;B++)L($[T],$[B])}for(const w of t){if(S.has(w.id))continue;const _=r.get(w.kind);if(!_||_.category!=="transformer"||_.terminals.length<2)continue;const $=_.terminals.map(E=>`${w.id}.${E.id}`),T=new Map;for(const E of $){const A=E.slice(w.id.length+1);T.set(A,new Set);const R=new Set($.filter(z=>z!==E)),P=new Set([E]),H=[E];for(;H.length>0;){const z=H.shift();if(g(z)){T.get(A).add(z);continue}const I=C.get(z);if(I)for(const O of I)P.has(O)||R.has(O)||(P.add(O),H.push(O))}}const B=new Set;for(const E of T.values())for(const A of E)B.add(A);if(B.size>=2){const E=[];for(const[A,R]of T)for(const P of R)E.push({busId:P,pin:A});k.push({elementId:w.id,attachments:E,orientation:"vertical"}),S.add(w.id)}}const te=(w,_)=>{var R;const $=f(_),T=$?$.terminals.map(P=>`${_}.${P.id}`):[],B=w,E=new Set([B,...T]),A=[B];for(;A.length>0;){const P=A.shift(),H=P.indexOf(".");if(H>0){const I=P.slice(0,H),O=d.get(I);if(O){const D=(R=r.get(O.kind))==null?void 0:R.category;if(D&&io.has(D))return!0}}const z=C.get(P);if(z)for(const I of z)E.has(I)||(E.add(I),A.push(I))}return!1};for(const w of k){if(w.orientation!=="horizontal")continue;const _=new Set(w.attachments.map(T=>T.busId));let $=0;for(const T of _)te(T,w.elementId)&&$++;$===1&&(w.orientation="vertical",S.add(w.elementId))}for(const w of t){if(S.has(w.id)||w.kind!=="breaker")continue;const _=r.get(w.kind);if(!_||_.terminals.length!==2)continue;const $=_.terminals.map(E=>`${w.id}.${E.id}`),T=new Map;for(const E of $){const A=E.slice(w.id.length+1),R=new Set($.filter(z=>z!==E)),P=new Set([E]),H=[E];for(;H.length>0;){const z=H.shift();if(g(z)){T.set(A,z);break}const I=C.get(z);if(I)for(const O of I){if(P.has(O)||R.has(O))continue;const D=O.indexOf(".");if(D>0){const G=O.slice(0,D);if(G!==w.id){const ee=d.get(G),J=ee?r.get(ee.kind):void 0;if((J==null?void 0:J.category)==="transformer")continue}}P.add(O),H.push(O)}}}if(new Set(T.values()).size>=2){const E=[];for(const[A,R]of T)E.push({busId:R,pin:A});k.push({elementId:w.id,attachments:E,orientation:"horizontal"})}}const Q=new Map;for(const w of n)Q.set(w.id,new Map);for(const w of k){const _=Array.from(new Set(w.attachments.map($=>$.busId)));for(const $ of _)for(const T of _)$!==T&&((zn=Q.get($))==null||zn.set(T,w))}const ve=w=>{var $;const _=($=r.get(w))==null?void 0:$.category;return _?io.has(_):!1},me=[];for(const w of n){const _=v.get(w.id);if(_)for(const $ of _){if(g($))continue;const T=$.indexOf(".");if(T<0)continue;const B=$.slice(0,T),E=d.get(B);if(E&&ve(E.kind)){me.push(w.id);break}}}me.length===0&&n.length>0&&me.push(n[0].id);const N=new Map;for(const w of me)N.set(w,0);{const w=[...me];for(;w.length>0;){const _=w.shift(),$=N.get(_),T=Q.get(_);if(T)for(const[B,E]of T){if(N.has(B))continue;const A=E.orientation==="horizontal"?$:$+1;N.set(B,A),w.push(B)}}}for(const w of n){if(N.has(w.id))continue;const _=N.size===0?-1:Math.max(...Array.from(N.values()));N.set(w.id,_+1)}const M=new Map;for(const w of n){const _=N.get(w.id),$=M.get(_)??[];$.push(w.id),M.set(_,$)}const se=[...M.keys()].sort((w,_)=>w-_),oe=(w,_,$)=>{const T=`${w.elementId}.${$}`,B=_,E=f(w.elementId),A=new Set;if(E)for(const I of E.terminals)I.id!==$&&A.add(`${w.elementId}.${I.id}`);const R=new Set([T]),P=[{ref:T,dist:0}],H=new Map,z=(I,O,D,G)=>{R.add(I),H.set(I,O),P.push({ref:I,dist:G+D})};for(;P.length>0;){const{ref:I,dist:O}=P.shift();if(I===B){const J=H.get(B);let ce;if(J){const K=J.indexOf(".");if(K>0){const F=J.slice(0,K);F!==w.elementId&&(ce=F)}}return{extent:O,head:ce}}const D=I.indexOf(".");if(D<0)continue;const G=I.slice(0,D),ee=I.slice(D+1);if(!g(G)&&!S.has(G)){const J=f(G),ce=J==null?void 0:J.terminals.find(K=>K.id===ee);if(J&&ce)for(const K of J.terminals){if(K.id===ee)continue;const F=`${G}.${K.id}`;R.has(F)||A.has(F)||z(F,I,Math.abs(ce.y-K.y),O)}}for(const J of y.get(I)??[])for(const ce of J){if(ce===I||R.has(ce)||A.has(ce))continue;const K=g(I)||g(ce);z(ce,I,K?oo:dt,O)}}return{extent:0}},de=(w,_)=>{var I,O,D;const $=(I=Q.get(w))==null?void 0:I.get(_);if(!$||$.orientation==="horizontal")return ct;const T=f($.elementId);if(!T)return ct;const B=(O=$.attachments.find(G=>G.busId===w))==null?void 0:O.pin,E=(D=$.attachments.find(G=>G.busId===_))==null?void 0:D.pin;if(!B||!E)return ct;const A=T.terminals.find(G=>G.id===B),R=T.terminals.find(G=>G.id===E);if(!A||!R)return ct;const P=Math.abs(R.y-A.y),H=oe($,w,B).extent,z=oe($,_,E).extent;return H+P+z},X=new Map;for(const w of k){if(w.orientation!=="vertical")continue;const _=w.attachments.slice().sort((R,P)=>(N.get(R.busId)??0)-(N.get(P.busId)??0));if(_.length<2)continue;const $=_[0].busId,T=_[1].busId,B=_[0].pin,A=oe(w,$,B).head??w.elementId;X.set(A,{lowerBusId:T})}const ue=320,le=new Map,he=(w,_)=>{if(!S.has(w))return!1;const $=k.find(A=>A.elementId===w),T=$==null?void 0:$.attachments.find(A=>A.busId!==_);if(!T)return!1;const B=N.get(_)??0;return(N.get(T.busId)??0)<B},ke=(w,_)=>{const $=X.get(w);if($){const T=le.get($.lowerBusId);if(T!==void 0)return Math.max(_,T+ut)}return Math.max(_,ut)},ye=(w,_)=>{if(le.has(w))return le.get(w);if(_.has(w))return ue;_.add(w);const $=v.get(w)??[];let T=0,B=0;for(const A of $){if(g(A))continue;const R=A.indexOf(".");if(R<0)continue;const P=A.slice(0,R),H=A.slice(R+1);if(he(P,w))continue;const z=f(P);if(!z)continue;const I=z.terminals.find(G=>G.id===H);if(!I)continue;const O=X.get(P);O&&ye(O.lowerBusId,_);const D=ke(P,z.width);I.y>0?T+=D:B+=D}const E=Math.max(ue,Math.max(T,B)+ut);return le.set(w,E),_.delete(w),E};for(const w of n)ye(w.id,new Set);const Re=new Map,rh=(w,_,$)=>{const T=f(_);if(!T)return;const B=`${_}.${$}`,E=T.terminals.filter(P=>P.id!==$).map(P=>`${_}.${P.id}`);if(E.length===0)return;const A=new Set([B,...E]),R=E.slice();for(;R.length>0;){const P=R.shift();if(g(P)&&P!==w){const z=l.get(P);return z?z.at[0]:void 0}for(const z of y.get(P)??[])for(const I of z)I===P||A.has(I)||(A.add(I),R.push(I));const H=P.indexOf(".");if(H>0){const z=P.slice(0,H);if(!g(z)){const I=f(z);if(I)for(const O of I.terminals){const D=`${z}.${O.id}`;A.has(D)||(A.add(D),R.push(D))}}}}},sh=w=>{const _=v.get(w);if(!_||_.length===0)return;const $=l.get(w);if(!$)return;const T=_.flatMap(I=>{if(g(I))return[];const O=I.indexOf(".");if(O<0)return[];const D=I.slice(0,O),G=I.slice(O+1);if(a.has(D))return[];if(he(D,w))return[];const ee=f(D);if(!ee)return[];const J=ee.terminals.find(ce=>ce.id===G);return J?[{elId:D,lib:ee,localTerm:J,isLinker:S.has(D)}]:[]});if(T.length===0)return;const B=[],E=[];for(const I of T)I.localTerm.y>0?B.push(I):E.push(I);const A=I=>I.reduce((O,D)=>O+ke(D.elId,D.lib.width),0),R=Math.max(A(B),A(E))+ut,P=Math.max($.span,R);P!==$.span&&l.set(w,{...$,span:P});const H=l.get(w),z=(I,O)=>{if(I.length===0)return;const D=new Map;for(const W of I){const Y=rh(w,W.elId,W.localTerm.id);Y!==void 0&&D.set(W.elId,Y)}I.sort((W,Y)=>{const fe=D.get(W.elId)??H.at[0],_e=D.get(Y.elId)??H.at[0];if(fe!==_e)return fe-_e;const Ae=ke(W.elId,W.lib.width);return ke(Y.elId,Y.lib.width)-Ae});const G=I.map(W=>ke(W.elId,W.lib.width)),ee=G.reduce((W,Y)=>W+Y,0),J=Math.max(P,ee),ce=(J-ee)/(I.length+1);let K=H.at[0]-J/2+ce;const F=H.at[1]+O*oo;for(let W=0;W<I.length;W++){const Y=I[W],fe=G[W],_e=K+fe/2;Y.isLinker?Re.has(Y.elId)||Re.set(Y.elId,_e):a.set(Y.elId,{at:[ge(_e-Y.localTerm.x),ge(F-Y.localTerm.y)],rot:0,mirror:!1}),K+=fe+ce}};z(B,-1),z(E,1)},ih=w=>{if(a.has(w.elementId)||w.orientation==="horizontal")return;const _=f(w.elementId);if(!_)return;const $=w.attachments.filter(K=>l.has(K.busId));if($.length<2)return;const T=$.slice().sort((K,F)=>(N.get(K.busId)??0)-(N.get(F.busId)??0)),B=T[0].busId,E=l.get(B),A=T[0].pin,R=T[T.length-1].pin,P=_.terminals.find(K=>K.id===A),H=_.terminals.find(K=>K.id===R);if(!P||!H)return;const z=P.y<=H.y?0:180,I=N.get(B)??0,O=$.filter(K=>(N.get(K.busId)??0)===I),D=[];let G=0;for(const K of O){const F=oe(w,K.busId,K.pin);G=Math.max(G,F.extent);const W=F.head?a.get(F.head):void 0;W?D.push(W.at[0]):Re.has(w.elementId)?D.push(Re.get(w.elementId)):D.push(l.get(K.busId).at[0])}let ee;D.length>0?ee=D.reduce((K,F)=>K+F,0)/D.length:Re.has(w.elementId)?ee=Re.get(w.elementId):ee=E.at[0];const J=E.at[1]+G,ce=z===0?[ge(ee-P.x),ge(J-P.y)]:[ge(ee+P.x),ge(J+P.y)];if(a.set(w.elementId,{at:ce,rot:z,mirror:!1}),O.length>1){const K=a.get(w.elementId),F=Le([P.x,P.y],K),W=xt(P.orientation,K);ah(`${w.elementId}.${A}`,F,W,ee)}},ah=(w,_,$,T)=>{const B=new Set([w]);let E=w,A=_,R=$;for(;;){const P=y.get(E)??[];let H,z=!1;for(const Ce of P){if(Ce.length>=3){z=!0;break}const Xe=Ce.find(Ut=>Ut!==E);if(!(!Xe||B.has(Xe))){if(g(Xe)){z=!0;break}H=Xe;break}}if(z||!H)break;const I=H.indexOf(".");if(I<0)break;const O=H.slice(0,I),D=H.slice(I+1);if(g(O)||S.has(O)||a.has(O))break;const G=f(O);if(!G)break;const ee=G.terminals.find(Ce=>Ce.id===D);if(!ee)break;const J=hn(R),ce=[A[0]+J[0]*dt,A[1]+J[1]*dt],K=Qn[R],F=eo(ee.orientation,K),W=Le([ee.x,ee.y],{at:[0,0],rot:F,mirror:!1}),Y=[ge(T-W[0]),ge(ce[1]-W[1])];a.set(O,{at:Y,rot:F,mirror:!1}),B.add(H);const fe=G.terminals.find(Ce=>Ce.id!==D);if(!fe)break;const _e=`${O}.${fe.id}`;B.add(_e);const Ae={at:Y,rot:F,mirror:!1};A=Le([fe.x,fe.y],Ae),R=xt(fe.orientation,Ae),E=_e}},lh=w=>{if(a.has(w.elementId)||w.orientation!=="horizontal")return;const _=f(w.elementId);if(!_)return;const $=w.attachments.filter(O=>l.has(O.busId));if($.length<2)return;const T=$.map(O=>{const D=oe(w,O.busId,O.pin),G=D.head?a.get(D.head):void 0,ee=G?G.at[0]:l.get(O.busId).at[0];return{att:O,x:ee,extent:D.extent}});T.sort((O,D)=>O.x-D.x);const B=T[0],E=T[T.length-1],A=_.terminals.find(O=>O.id===B.att.pin),R=_.terminals.find(O=>O.id===E.att.pin);if(!A||!R)return;const P=A.y<=R.y?270:90,H=(B.x+E.x)/2,I=l.get(B.att.busId).at[1]+Math.max(B.extent,E.extent);a.set(w.elementId,{at:[ge(H),ge(I)],rot:P,mirror:!1})},ch=100;let $t=to;for(let w=0;w<se.length;w++){const _=se[w],$=M.get(_);let T;if(w===0)T=to;else{const E=M.get(se[w-1]);let A=0;for(const R of E)for(const P of $)(Fn=Q.get(R))!=null&&Fn.get(P)&&(A=Math.max(A,de(R,P)));A===0&&(A=ct),T=$t+A}$t=T;let B=vp;for(const E of $){if(l.has(E)){$t=Math.max($t,l.get(E).at[1]);continue}let A;if(w>0){const P=M.get(se[w-1]),H=[];for(const z of P){const I=(Hn=Q.get(z))==null?void 0:Hn.get(E);if(!I||I.orientation!=="vertical")continue;const O=(Wn=I.attachments.find(G=>G.busId===z))==null?void 0:Wn.pin;if(!O)continue;const D=oe(I,z,O);D.head&&a.has(D.head)?H.push(a.get(D.head).at[0]):Re.has(I.elementId)?H.push(Re.get(I.elementId)):H.push(l.get(z).at[0])}H.length>0&&(A=H.reduce((z,I)=>z+I,0)/H.length)}if(A===void 0){const P=le.get(E)??no;A=B+P/2,B+=P+ch}const R=le.get(E)??no;l.set(E,{at:[ge(A),ge(T)],rot:0,span:R,axis:mn(0)})}for(const E of $)sh(E);if(w>0)for(const E of k)a.has(E.elementId)||!E.attachments.some(R=>$.includes(R.busId))||ih(E);for(const E of k)E.orientation!=="horizontal"||a.has(E.elementId)||!E.attachments.every(R=>$.includes(R.busId))||lh(E)}const dh=w=>{if(g(w))return l.has(w);const _=w.indexOf(".");return _<0?!1:a.has(w.slice(0,_))};let Xt=!0,uh=t.length+4;for(;Xt&&uh-- >0;){Xt=!1;for(const w of p){if(w.length<2)continue;const _=[],$=new Map;for(const F of w){if(g(F))continue;const W=F.indexOf(".");if(W<0)continue;const Y=F.slice(0,W),fe=F.slice(W+1);if(a.has(Y)){_.push(F);continue}if(S.has(Y)||$.has(Y))continue;const _e=f(Y);if(!_e)continue;const Ae=_e.terminals.find(Ce=>Ce.id===fe);Ae&&$.set(Y,{ref:F,elId:Y,lib:_e,localTerm:Ae})}if($.size===0||_.length===0)continue;const T=[...$.values()],B=new Map;for(const F of T)for(const W of y.get(F.ref)??[])for(const Y of W){if(Y===F.ref||g(Y)||!dh(Y))continue;const fe=Y;B.set(fe,(B.get(fe)??0)+1)}let E;if(B.size>0){let F=-1;for(const[W,Y]of B)(Y>F||Y===F&&(E===void 0||W<E))&&(F=Y,E=W)}if(E||(E=[..._].sort()[0]),!E)continue;const A=E.indexOf("."),R=E.slice(0,A),P=E.slice(A+1),H=f(R),z=a.get(R);if(!H||!z)continue;const I=H.terminals.find(F=>F.id===P);if(!I)continue;const O=Le([I.x,I.y],z),D=xt(I.orientation,z),G=hn(D),ee=[-G[1],G[0]];T.sort((F,W)=>F.elId.localeCompare(W.elId));const J=T.map(F=>Math.max(F.lib.width,ut));let K=-J.reduce((F,W)=>F+W,0)/2;for(let F=0;F<T.length;F++){const W=T[F],Y=J[F],fe=K+Y/2;K+=Y;const _e=Qn[D],Ae=eo(W.localTerm.orientation,_e),Ce=Le([W.localTerm.x,W.localTerm.y],{at:[0,0],rot:Ae,mirror:!1}),Xe=[O[0]+G[0]*dt+ee[0]*fe,O[1]+G[1]*dt+ee[1]*fe],Ut=[ge(Xe[0]-Ce[0]),ge(Xe[1]-Ce[1])];a.set(W.elId,{at:Ut,rot:Ae,mirror:!1}),Xt=!0}}}let Vt=0;for(const w of t){if(a.has(w.id))continue;const _=Vt%so,$=Math.floor(Vt/so);a.set(w.id,{at:[ge(kp+_*Sp),ge(_p+$*jp)],rot:0,mirror:!1}),Vt++}return{devices:a,buses:l}}function ge(e){return Math.round(e/ro)*ro}function Ep(e,t){const n=e.ends[0],o=e.ends[1],r=ao(n,t),s=ao(o,t);if(r||s){const l=r?n:o,u=Jt(r?o:n,t);if(!u)return null;const f=t.buses.get(l);if(!f)return null;const{axis:h,at:g,span:m}=f.geometry,p=m/2;let y;if(h==="x")y=[Ot(u[0],g[0]-p,g[0]+p),g[1]];else{const v=Ot(u[1],g[1]-p,g[1]+p);y=[g[0],v]}return{wireId:e.id,path:co(u,y)}}const i=Jt(n,t),a=Jt(o,t);return!i||!a?null:{wireId:e.id,path:co(i,a)}}function ao(e,t){return!e.includes(".")&&t.buses.has(e)}function Jt(e,t){if(!e.includes(".")){const o=t.buses.get(e);return o?o.geometry.at:null}const n=t.terminals.get(e);return n?n.world:null}function lo(e,t,n){if(!e.includes(".")){const r=n.buses.get(e);if(!r)return null;const{axis:s,at:i,span:a}=r.geometry;if(!t)return[i[0],i[1]];const l=a/2;if(s==="x")return[Ot(t[0],i[0]-l,i[0]+l),i[1]];const d=Ot(t[1],i[1]-l,i[1]+l);return[i[0],d]}const o=n.terminals.get(e);return o?[o.world[0],o.world[1]]:null}function co(e,t){return e[0]===t[0]||e[1]===t[1]?[e,t]:[e,[e[0],t[1]],t]}function Ot(e,t,n){return e<t?t:e>n?n:e}const _r="ammeter",Sr="电流表 (A)",jr="measurement",$r="-22 -42 44 44",Er=44,Nr=44,Tr='<ellipse cx="0" cy="-20" rx="20" ry="20" fill="none" stroke="black" stroke-width="1"/><text x="0" y="-15" text-anchor="middle" font-family="Liberation Sans, Arial, sans-serif" font-size="14">A</text>',Cr=[{id:"t_top",x:0,y:-40,orientation:"n"}],Ir={kind:"inline"},Np={id:_r,name:Sr,category:jr,viewBox:$r,width:Er,height:Nr,svg:Tr,terminals:Cr,source:Ir},Tp=Object.freeze(Object.defineProperty({__proto__:null,category:jr,default:Np,height:Nr,id:_r,name:Sr,source:Ir,svg:Tr,terminals:Cr,viewBox:$r,width:Er},Symbol.toStringTag,{value:"Module"})),Ar="arc-suppression-coil",Mr="消弧线圈",Pr="grounding",Or="中性点谐振接地:电感线圈连接到地",Lr="-12 -32 24 67",Br=24,Dr=67,Rr='<line x1="0" y1="-30" x2="0" y2="-12" fill="none" stroke="black" stroke-width="1"/><path d="M 0 -12 A 4 4 0 0 1 0 -4 A 4 4 0 0 1 0 4 A 4 4 0 0 1 0 12" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="12" x2="0" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="20" x2="10" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="-7" y1="24" x2="7" y2="24" fill="none" stroke="black" stroke-width="1"/><line x1="-4" y1="28" x2="4" y2="28" fill="none" stroke="black" stroke-width="1"/><line x1="-1.5" y1="32" x2="1.5" y2="32" fill="none" stroke="black" stroke-width="1"/>',zr=[{id:"t_top",x:0,y:-30,orientation:"n"}],Fr={kind:"inline"},Cp={id:Ar,name:Mr,category:Pr,description:Or,viewBox:Lr,width:Br,height:Dr,svg:Rr,terminals:zr,source:Fr},Ip=Object.freeze(Object.defineProperty({__proto__:null,category:Pr,default:Cp,description:Or,height:Dr,id:Ar,name:Mr,source:Fr,svg:Rr,terminals:zr,viewBox:Lr,width:Br},Symbol.toStringTag,{value:"Module"})),Hr="arrester",Wr="避雷器 (FBL)",Gr="protection",qr="-7 -22 14 44",Kr=14,Yr=44,Xr='<line x1="0" y1="-20" x2="0" y2="-5" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="10" x2="0" y2="20" fill="none" stroke="black" stroke-width="1"/><polygon points="-2,-8 2,-8 0,-2" fill="black" stroke="black" stroke-width="1"/><rect x="-5" y="-10" width="10" height="20" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/>',Vr=[{id:"t1",x:0,y:-20,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],Ur={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_22/en_60617_07_22_03.elmt",qetEnglishName:"Surge diverter; Lightning arrester"},Ap={id:Hr,name:Wr,category:Gr,viewBox:qr,width:Kr,height:Yr,svg:Xr,terminals:Vr,source:Ur},Mp=Object.freeze(Object.defineProperty({__proto__:null,category:Gr,default:Ap,height:Yr,id:Hr,name:Wr,source:Ur,svg:Xr,terminals:Vr,viewBox:qr,width:Kr},Symbol.toStringTag,{value:"Module"})),Zr="async-motor",Jr="异步电动机",Qr="load",es="-62 -82 64 84",ts=64,ns=84,os='<ellipse cx="-30" cy="-30" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><text x="-34" y="-24.8" font-family="Liberation Sans, Arial, sans-serif" font-size="14" fill="#000000">M</text><text x="-45" y="-7.8" font-family="Liberation Sans, Arial, sans-serif" font-size="14" fill="#000000">3</text><path d="M -25 -20 A 5 2.5 0 0 0 -35 -20" fill="none" stroke="black" stroke-width="1"/><path d="M -25 -20 A 5 2.5 0 0 0 -15 -20" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-80" x2="-30" y2="-60" fill="none" stroke="black" stroke-width="1"/><line x1="-50" y1="-80" x2="-50" y2="-53" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="-80" x2="-10" y2="-53" fill="none" stroke="black" stroke-width="1"/>',rs=[{id:"t1",x:-50,y:-80,orientation:"n"},{id:"t2",x:-10,y:-80,orientation:"n"},{id:"t3",x:-30,y:-80,orientation:"n"}],ss={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_08/en_60617_06_08_01.elmt",qetEnglishName:"Induction motor, three-phase, squirrel cage"},Pp={id:Zr,name:Jr,category:Qr,viewBox:es,width:ts,height:ns,svg:os,terminals:rs,source:ss},Op=Object.freeze(Object.defineProperty({__proto__:null,category:Qr,default:Pp,height:ns,id:Zr,name:Jr,source:ss,svg:os,terminals:rs,viewBox:es,width:ts},Symbol.toStringTag,{value:"Module"})),is="autotransformer",as="自耦变压器",ls="transformer",cs="-62 -112 64 144",ds=64,us=144,fs='<ellipse cx="-30" cy="-30" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-110" x2="-30" y2="-90" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="0" x2="-30" y2="20" fill="none" stroke="black" stroke-width="1"/><path d="M 0 -30 A 30 60 0 0 0 -30 -90" fill="none" stroke="black" stroke-width="1"/>',ms=[{id:"t1",x:-30,y:-110,orientation:"n"},{id:"t_bottom",x:-30,y:20,orientation:"s"}],hs={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_09/en_60617_06_09_06.elmt",qetEnglishName:"Auto-transformer, general symbol"},Lp={id:is,name:as,category:ls,viewBox:cs,width:ds,height:us,svg:fs,terminals:ms,source:hs},Bp=Object.freeze(Object.defineProperty({__proto__:null,category:ls,default:Lp,height:us,id:is,name:as,source:hs,svg:fs,terminals:ms,viewBox:cs,width:ds},Symbol.toStringTag,{value:"Module"})),ps="battery",gs="电池储能",xs="storage",ys="-12 -12 29 24",bs=29,ws=24,vs='<line x1="-10" y1="0" x2="0" y2="0" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-5" x2="0" y2="5" fill="none" stroke="black" stroke-width="1"/><line x1="5" y1="-10" x2="5" y2="10" fill="none" stroke="black" stroke-width="1"/><line x1="5" y1="0" x2="15" y2="0" fill="none" stroke="black" stroke-width="1"/>',ks=[{id:"t_left",x:-10,y:0,orientation:"w"},{id:"t_right",x:15,y:0,orientation:"e"}],_s=[{name:"E",label:"容量",type:"number",unit:"kWh"}],Ss={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_15/en_60617_06_15_01.elmt",qetEnglishName:"Battery cell"},Dp={id:ps,name:gs,category:xs,viewBox:ys,width:bs,height:ws,svg:vs,terminals:ks,params:_s,source:Ss},Rp=Object.freeze(Object.defineProperty({__proto__:null,category:xs,default:Dp,height:ws,id:ps,name:gs,params:_s,source:Ss,svg:vs,terminals:ks,viewBox:ys,width:bs},Symbol.toStringTag,{value:"Module"})),js="breaker",$s="断路器 (QF)",Es="switching",Ns="-7 -22 15 46",Ts=15,Cs=46,Is='<polyline points="0,20 0,10 -5,-10" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-20" x2="0" y2="-10" fill="none" stroke="black" stroke-width="1"/><line x1="2" y1="-8" x2="-2" y2="-12" fill="none" stroke="black" stroke-width="1"/><line x1="2" y1="-12" x2="-2" y2="-8" fill="none" stroke="black" stroke-width="1"/><text x="2" y="-10.8" font-family="Liberation Sans, Arial, sans-serif" font-size="6" fill="#000000">1</text><text x="3" y="21.2" font-family="Liberation Sans, Arial, sans-serif" font-size="6" fill="#000000">2</text>',As=[{id:"t1",x:0,y:-20,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],Ms=[{name:"open",type:"boolean",default:!1,label:"断开"}],Ps={x:6,y:-2,anchor:"start"},Os={kind:"elmt",path:"11_singlepole/200_fuses_protective_gears/11_circuit_breakers/disjoncteur1.elmt",qetEnglishName:"Circuit-breaker"},zp={id:js,name:$s,category:Es,viewBox:Ns,width:Ts,height:Cs,svg:Is,terminals:As,state:Ms,label:Ps,source:Os},Fp=Object.freeze(Object.defineProperty({__proto__:null,category:Es,default:zp,height:Cs,id:js,label:Ps,name:$s,source:Os,state:Ms,svg:Is,terminals:As,viewBox:Ns,width:Ts},Symbol.toStringTag,{value:"Module"})),Ls="busbar",Bs="母线段",Ds="busbar",Rs="可拉伸单母线段,多设备挂接",zs="-42 -4 84 8",Fs=84,Hs=8,Ws='<line x1="-40" y1="0" x2="40" y2="0" stroke="black" stroke-width="3" stroke-linecap="round" fill="none"/>',Gs=[{id:"tap",x:0,y:0,orientation:"n"}],qs={axis:"x",minLength:20,naturalSpan:80},Ks=[{name:"Un",label:"额定电压",type:"number",unit:"kV",showOnCanvas:!0}],Ys={x:0,y:-6,anchor:"middle"},Xs={kind:"inline"},Hp={id:Ls,name:Bs,category:Ds,description:Rs,viewBox:zs,width:Fs,height:Hs,svg:Ws,terminals:Gs,stretchable:qs,params:Ks,label:Ys,source:Xs},Wp=Object.freeze(Object.defineProperty({__proto__:null,category:Ds,default:Hp,description:Rs,height:Hs,id:Ls,label:Ys,name:Bs,params:Ks,source:Xs,stretchable:qs,svg:Ws,terminals:Gs,viewBox:zs,width:Fs},Symbol.toStringTag,{value:"Module"})),Vs="contactor",Us="接触器 (KM)",Zs="motor-control",Js="主回路接触器, 通常配热继电器和电机使用。",Qs="-10 -42 15 64",ei=15,ti=64,ni='<line x1="0" y1="-20" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="0" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="-8" y2="-23" fill="none" stroke="black" stroke-width="1"/><path d="M 0 -24.5 A 2.5 2.5 0 0 0 0 -19.5" fill="none" stroke="black" stroke-width="1"/>',oi=[{id:"t1",x:0,y:-40,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],ri=[{name:"open",type:"boolean",default:!0,label:"断开"}],si={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_13/en_60617_07_13_02.elmt",qetEnglishName:"Contactor; Main make contact of a contactor"},Gp={id:Vs,name:Us,category:Zs,description:Js,viewBox:Qs,width:ei,height:ti,svg:ni,terminals:oi,state:ri,source:si},qp=Object.freeze(Object.defineProperty({__proto__:null,category:Zs,default:Gp,description:Js,height:ti,id:Vs,name:Us,source:si,state:ri,svg:ni,terminals:oi,viewBox:Qs,width:ei},Symbol.toStringTag,{value:"Module"})),ii="converter-bidir",ai="双向变流器 (PCS)",li="renewable",ci="储能变流器:双向 AC ↔ DC",di="-42 -42 44 48",ui=44,fi=48,mi='<line x1="-40" y1="0" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><rect x="-40" y="-40" width="40" height="40" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><line x1="-20" y1="-10" x2="-4" y2="-10" fill="none" stroke="black" stroke-width="1"/><line x1="-20" y1="-6" x2="-14" y2="-6" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="-6" x2="-4" y2="-6" fill="none" stroke="black" stroke-width="1"/><path d="M -25 -30 A 5 2.5 0 0 0 -35 -30" fill="none" stroke="black" stroke-width="1"/><path d="M -25 -30 A 5 2.5 0 0 0 -15 -30" fill="none" stroke="black" stroke-width="1"/><polyline points="-28,-4 -32,0 -28,4" fill="none" stroke="black" stroke-width="1"/><polyline points="-16,-4 -12,0 -16,4" fill="none" stroke="black" stroke-width="1"/>',hi=[{id:"t_ac",x:-20,y:-40,orientation:"n"},{id:"t_dc",x:-20,y:0,orientation:"s"}],pi=[{name:"S",label:"容量",type:"number",unit:"MVA"}],gi={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_14/en_60617_06_14_06.elmt",qetEnglishName:"Rectifier/inverter"},Kp={id:ii,name:ai,category:li,description:ci,viewBox:di,width:ui,height:fi,svg:mi,terminals:hi,params:pi,source:gi},Yp=Object.freeze(Object.defineProperty({__proto__:null,category:li,default:Kp,description:ci,height:fi,id:ii,name:ai,params:pi,source:gi,svg:mi,terminals:hi,viewBox:di,width:ui},Symbol.toStringTag,{value:"Module"})),xi="ct",yi="电流互感器 (CT)",bi="instrument-transformer",wi="-42 -62 54 64",vi=54,ki=64,_i='<line x1="-30" y1="-60" x2="-30" y2="0" fill="none" stroke="black" stroke-width="1"/><line x1="-20" y1="-30" x2="10" y2="-30" fill="none" stroke="black" stroke-width="1"/><ellipse cx="-30" cy="-30" rx="10" ry="10" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="-20" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><line x1="-5" y1="-20" x2="5" y2="-40" fill="none" stroke="black" stroke-width="1"/>',Si=[{id:"t1",x:-30,y:0,orientation:"s"},{id:"t2",x:-30,y:-60,orientation:"n"}],ji={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_09/en_60617_06_09_10.elmt",qetEnglishName:"Current transformer, general symbol"},Xp={id:xi,name:yi,category:bi,viewBox:wi,width:vi,height:ki,svg:_i,terminals:Si,source:ji},Vp=Object.freeze(Object.defineProperty({__proto__:null,category:bi,default:Xp,height:ki,id:xi,name:yi,source:ji,svg:_i,terminals:Si,viewBox:wi,width:vi},Symbol.toStringTag,{value:"Module"})),$i="dc-combiner",Ei="直流汇流箱",Ni="renewable",Ti="光伏组串汇流箱 (4 路输入示例)。",Ci="-27 -32 54 64",Ii=54,Ai=64,Mi='<rect x="-25" y="-15" width="50" height="30" fill="none" stroke="black" stroke-width="1"/><line x1="-18" y1="-30" x2="-18" y2="-15" stroke="black" stroke-width="1" fill="none"/><line x1="-6" y1="-30" x2="-6" y2="-15" stroke="black" stroke-width="1" fill="none"/><line x1="6" y1="-30" x2="6" y2="-15" stroke="black" stroke-width="1" fill="none"/><line x1="18" y1="-30" x2="18" y2="-15" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="15" x2="0" y2="30" stroke="black" stroke-width="1" fill="none"/><text x="-9" y="5" font-family="Liberation Sans, Arial, sans-serif" font-size="7" fill="#000000">DC</text>',Pi=[{id:"t_s1",x:-18,y:-30,orientation:"n"},{id:"t_s2",x:-6,y:-30,orientation:"n"},{id:"t_s3",x:6,y:-30,orientation:"n"},{id:"t_s4",x:18,y:-30,orientation:"n"},{id:"t_dc",x:0,y:30,orientation:"s"}],Oi={kind:"inline"},Up={id:$i,name:Ei,category:Ni,description:Ti,viewBox:Ci,width:Ii,height:Ai,svg:Mi,terminals:Pi,source:Oi},Zp=Object.freeze(Object.defineProperty({__proto__:null,category:Ni,default:Up,description:Ti,height:Ai,id:$i,name:Ei,source:Oi,svg:Mi,terminals:Pi,viewBox:Ci,width:Ii},Symbol.toStringTag,{value:"Module"})),Li="dc-disconnector",Bi="直流隔离开关",Di="switching",Ri="DC isolating switch — 光伏组串 / 储能 直流侧隔离。",zi="-12 -32 30 64",Fi=30,Hi=64,Wi='<line x1="0" y1="-30" x2="0" y2="-12" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="0" x2="0" y2="30" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="0" x2="-8" y2="-15" stroke="black" stroke-width="1" fill="none"/><line x1="6" y1="-4" x2="14" y2="-4" stroke="black" stroke-width="1" fill="none"/><line x1="6" y1="-1" x2="9" y2="-1" stroke="black" stroke-width="0.8" fill="none"/><line x1="11" y1="-1" x2="14" y2="-1" stroke="black" stroke-width="0.8" fill="none"/>',Gi=[{id:"t1",x:0,y:-30,orientation:"n"},{id:"t2",x:0,y:30,orientation:"s"}],qi=[{name:"open",type:"boolean",default:!1,label:"断开"}],Ki={kind:"inline"},Jp={id:Li,name:Bi,category:Di,description:Ri,viewBox:zi,width:Fi,height:Hi,svg:Wi,terminals:Gi,state:qi,source:Ki},Qp=Object.freeze(Object.defineProperty({__proto__:null,category:Di,default:Jp,description:Ri,height:Hi,id:Li,name:Bi,source:Ki,state:qi,svg:Wi,terminals:Gi,viewBox:zi,width:Fi},Symbol.toStringTag,{value:"Module"})),Yi="disconnector",Xi="隔离开关 (QS)",Vi="switching",Ui="-10 -42 15 64",Zi=15,Ji=64,Qi='<line x1="0" y1="-20" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="0" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="-8" y2="-23" fill="none" stroke="black" stroke-width="1"/><line x1="-3" y1="-20" x2="3" y2="-20" fill="none" stroke="black" stroke-width="1"/>',ea=[{id:"t1",x:0,y:-40,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],ta=[{name:"open",type:"boolean",default:!1,label:"断开"}],na={x:6,y:-10,anchor:"start"},oa={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_13/en_60617_07_13_06.elmt",qetEnglishName:"Disconnector; Isolator"},eg={id:Yi,name:Xi,category:Vi,viewBox:Ui,width:Zi,height:Ji,svg:Qi,terminals:ea,state:ta,label:na,source:oa},tg=Object.freeze(Object.defineProperty({__proto__:null,category:Vi,default:eg,height:Ji,id:Yi,label:na,name:Xi,source:oa,state:ta,svg:Qi,terminals:ea,viewBox:Ui,width:Zi},Symbol.toStringTag,{value:"Module"})),ra="earth",sa="接地",ia="busbar",aa="-12 -17 24 34",la=24,ca=34,da='<line x1="-10" y1="0" x2="10" y2="0" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-15" x2="0" y2="0" fill="none" stroke="black" stroke-width="1"/><line x1="-7" y1="5" x2="7" y2="5" fill="none" stroke="black" stroke-width="1"/><line x1="-4" y1="10" x2="4" y2="10" fill="none" stroke="black" stroke-width="1"/><line x1="0.5" y1="15" x2="-0.5" y2="15" fill="none" stroke="black" stroke-width="1"/>',ua=[{id:"t1",x:0,y:-15,orientation:"n"}],fa={kind:"elmt",path:"91_en_60617/en_60617_02/en_60617_02_15/en_60617_02_15_01.elmt",qetEnglishName:"Earth or ground, general symbol"},ng={id:ra,name:sa,category:ia,viewBox:aa,width:la,height:ca,svg:da,terminals:ua,source:fa},og=Object.freeze(Object.defineProperty({__proto__:null,category:ia,default:ng,height:ca,id:ra,name:sa,source:fa,svg:da,terminals:ua,viewBox:aa,width:la},Symbol.toStringTag,{value:"Module"})),ma="earthing-switch",ha="接地刀闸 (QE)",pa="switching",ga="隔离开关 + 接地连接,单端口",xa="-12 -32 24 64",ya=24,ba=64,wa='<line x1="0" y1="-30" x2="0" y2="-12" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="-12" x2="-9" y2="9" stroke="black" stroke-width="1" fill="none"/><line x1="-3" y1="-12" x2="3" y2="-12" stroke="black" stroke-width="1" fill="none"/><line x1="-10" y1="14" x2="10" y2="14" stroke="black" stroke-width="1" fill="none"/><line x1="-7" y1="19" x2="7" y2="19" stroke="black" stroke-width="1" fill="none"/><line x1="-4" y1="24" x2="4" y2="24" stroke="black" stroke-width="1" fill="none"/><line x1="-1.5" y1="29" x2="1.5" y2="29" stroke="black" stroke-width="1" fill="none"/>',va=[{id:"t_top",x:0,y:-30,orientation:"n"}],ka=[{name:"open",type:"boolean",default:!0,label:"断开"}],_a={x:12,y:-8,anchor:"start"},Sa={kind:"inline"},rg={id:ma,name:ha,category:pa,description:ga,viewBox:xa,width:ya,height:ba,svg:wa,terminals:va,state:ka,label:_a,source:Sa},sg=Object.freeze(Object.defineProperty({__proto__:null,category:pa,default:rg,description:ga,height:ba,id:ma,label:_a,name:ha,source:Sa,state:ka,svg:wa,terminals:va,viewBox:xa,width:ya},Symbol.toStringTag,{value:"Module"})),ja="energy-meter",$a="电能表 (Wh)",Ea="measurement",Na="有功电能表 (kWh) — 服务入口 / 子表。",Ta="-22 -36 44 72",Ca=44,Ia=72,Aa='<text x="-10" y="19.2" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">Wh</text><rect x="-20" y="-10" width="40" height="40" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><rect x="-20" y="-30" width="40" height="20" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/>',Ma=[{id:"t1",x:0,y:-34,orientation:"n"},{id:"t2",x:0,y:34,orientation:"s"}],Pa={kind:"elmt",path:"11_singlepole/500_home_installation/40_meters/wattheuremetre_08-04-03_en60617.elmt",qetEnglishName:"Watt hour meter (en_60617)"},ig={id:ja,name:$a,category:Ea,description:Na,viewBox:Ta,width:Ca,height:Ia,svg:Aa,terminals:Ma,source:Pa},ag=Object.freeze(Object.defineProperty({__proto__:null,category:Ea,default:ig,description:Na,height:Ia,id:ja,name:$a,source:Pa,svg:Aa,terminals:Ma,viewBox:Ta,width:Ca},Symbol.toStringTag,{value:"Module"})),Oa="ev-charger",La="EV 充电桩",Ba="load",Da="电动汽车充电站 / 充电桩。",Ra="-17 -27 34 49",za=34,Fa=49,Ha='<line x1="0" y1="-25" x2="0" y2="-15" stroke="black" stroke-width="1" fill="none"/><rect x="-15" y="-15" width="30" height="35" fill="none" stroke="black" stroke-width="1"/><rect x="-9" y="-8" width="14" height="6" fill="none" stroke="black" stroke-width="0.8"/><rect x="5" y="-7" width="2" height="4" fill="black"/><text x="-9" y="13" font-family="Liberation Sans, Arial, sans-serif" font-size="7" fill="#000000">EV</text>',Wa=[{id:"t_top",x:0,y:-25,orientation:"n"}],Ga={kind:"inline"},lg={id:Oa,name:La,category:Ba,description:Da,viewBox:Ra,width:za,height:Fa,svg:Ha,terminals:Wa,source:Ga},cg=Object.freeze(Object.defineProperty({__proto__:null,category:Ba,default:lg,description:Da,height:Fa,id:Oa,name:La,source:Ga,svg:Ha,terminals:Wa,viewBox:Ra,width:za},Symbol.toStringTag,{value:"Module"})),qa="frequency-meter",Ka="频率表 (Hz)",Ya="measurement",Xa="-22 -42 44 44",Va=44,Ua=44,Za='<ellipse cx="0" cy="-20" rx="20" ry="20" fill="none" stroke="black" stroke-width="1"/><text x="-8" y="-8.8" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">Hz</text>',Ja=[{id:"t_top",x:0,y:-40,orientation:"n"}],Qa={kind:"elmt",path:"91_en_60617/en_60617_08/en_60617_08_02/en_60617_08_02_07.elmt",qetEnglishName:"Frequency meter"},dg={id:qa,name:Ka,category:Ya,viewBox:Xa,width:Va,height:Ua,svg:Za,terminals:Ja,source:Qa},ug=Object.freeze(Object.defineProperty({__proto__:null,category:Ya,default:dg,height:Ua,id:qa,name:Ka,source:Qa,svg:Za,terminals:Ja,viewBox:Xa,width:Va},Symbol.toStringTag,{value:"Module"})),el="fuse",tl="熔断器 (FU)",nl="switching",ol="-7 -32 14 64",rl=14,sl=64,il='<line x1="0" y1="-30" x2="0" y2="30" fill="none" stroke="black" stroke-width="1"/><rect x="-5" y="-15" width="10" height="30" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/>',al=[{id:"t1",x:0,y:30,orientation:"s"},{id:"t2",x:0,y:-30,orientation:"n"}],ll=[{name:"blown",type:"boolean",default:!1,label:"熔断"}],cl={x:7,y:-2,anchor:"start"},dl={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_21/en_60617_07_21_01.elmt",qetEnglishName:"Fuse, general symbol"},fg={id:el,name:tl,category:nl,viewBox:ol,width:rl,height:sl,svg:il,terminals:al,state:ll,label:cl,source:dl},mg=Object.freeze(Object.defineProperty({__proto__:null,category:nl,default:fg,height:sl,id:el,label:cl,name:tl,source:dl,state:ll,svg:il,terminals:al,viewBox:ol,width:rl},Symbol.toStringTag,{value:"Module"})),ul="generator",fl="发电机 (G)",ml="source",hl="-42 -42 44 44",pl=44,gl=44,xl='<rect x="-40" y="-40" width="40" height="40" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><text x="-24" y="-8.8" font-family="Liberation Sans, Arial, sans-serif" font-size="14" fill="#000000">G</text>',yl=[{id:"t_bottom",x:-20,y:0,orientation:"s"}],bl={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_16/en_60617_06_16_01.elmt",qetEnglishName:"Generator, general symbol"},hg={id:ul,name:fl,category:ml,viewBox:hl,width:pl,height:gl,svg:xl,terminals:yl,source:bl},pg=Object.freeze(Object.defineProperty({__proto__:null,category:ml,default:hg,height:gl,id:ul,name:fl,source:bl,svg:xl,terminals:yl,viewBox:hl,width:pl},Symbol.toStringTag,{value:"Module"})),wl="gfci-breaker",vl="GFCI 断路器 (RCBO)",kl="protection",_l="剩余电流断路器带过流保护 (UL943 / IEC 61009)。北美 GFCI / 欧洲 RCBO。",Sl="-18 -22 22 44",jl=22,$l=44,El='<text x="-14" y="13.8" font-family="Liberation Sans, Arial, sans-serif" font-size="6" fill="#000000">IΔ</text><line x1="2" y1="-12" x2="-2" y2="-8" fill="none" stroke="black" stroke-width="1"/><line x1="-2" y1="-12" x2="2" y2="-8" fill="none" stroke="black" stroke-width="1"/><polyline points="-5,-10 0,10 0,20" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-20" x2="0" y2="-10" fill="none" stroke="black" stroke-width="1"/><line x1="-4" y1="-4" x2="-8" y2="-4" fill="none" stroke="black" stroke-width="0.4"/><line x1="-8" y1="-4" x2="-8" y2="-8" fill="none" stroke="black" stroke-width="0.4"/><line x1="-13" y1="-8" x2="-8" y2="-8" fill="none" stroke="black" stroke-width="0.4"/><line x1="-13" y1="-8" x2="-13" y2="-4" fill="none" stroke="black" stroke-width="0.4"/><line x1="-16" y1="-4" x2="-13" y2="-4" fill="none" stroke="black" stroke-width="0.4"/><path d="M -8 1 A 2.5 3.5 0 0 0 -13 1" fill="none" stroke="black" stroke-width="0.4"/><line x1="-8" y1="1" x2="-2" y2="1" fill="none" stroke="black" stroke-width="0.4"/><line x1="-16" y1="1" x2="-13" y2="1" fill="none" stroke="black" stroke-width="0.4"/>',Nl=[{id:"t1",x:0,y:-20,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],Tl=[{name:"open",type:"boolean",default:!1,label:"断开"}],Cl=[{name:"In",label:"额定电流",type:"number",unit:"A"},{name:"IDn",label:"剩余动作电流",type:"number",unit:"mA",default:30}],Il={kind:"elmt",path:"11_singlepole/200_fuses_protective_gears/50_residual_current_circuit_breaker/rcbo.elmt",qetEnglishName:"Residual Circuit Breaker with Overload"},gg={id:wl,name:vl,category:kl,description:_l,viewBox:Sl,width:jl,height:$l,svg:El,terminals:Nl,state:Tl,params:Cl,source:Il},xg=Object.freeze(Object.defineProperty({__proto__:null,category:kl,default:gg,description:_l,height:$l,id:wl,name:vl,params:Cl,source:Il,state:Tl,svg:El,terminals:Nl,viewBox:Sl,width:jl},Symbol.toStringTag,{value:"Module"})),Al="grid-source",Ml="系统电源",Pl="source",Ol="无穷大母线 / 外部电网",Ll="-16 -31 32 53",Bl=32,Dl=53,Rl='<circle cx="0" cy="-15" r="14" fill="none" stroke="black" stroke-width="1"/><text x="0" y="-12" text-anchor="middle" font-family="Liberation Sans, Arial, sans-serif" font-size="14">~</text><line x1="0" y1="-1" x2="0" y2="20" stroke="black" stroke-width="1" fill="none"/>',zl=[{id:"t_bottom",x:0,y:20,orientation:"s"}],Fl={kind:"inline"},yg={id:Al,name:Ml,category:Pl,description:Ol,viewBox:Ll,width:Bl,height:Dl,svg:Rl,terminals:zl,source:Fl},bg=Object.freeze(Object.defineProperty({__proto__:null,category:Pl,default:yg,description:Ol,height:Dl,id:Al,name:Ml,source:Fl,svg:Rl,terminals:zl,viewBox:Ll,width:Bl},Symbol.toStringTag,{value:"Module"})),Hl="grounding-transformer",Wl="接地变 (Z形)",Gl="grounding",ql="星-曲折接线变压器,中性点接地用",Kl="-62 -152 64 164",Yl=64,Xl=164,Vl='<line x1="-30" y1="-40" x2="-35" y2="-35" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-40" x2="-25" y2="-35" fill="none" stroke="black" stroke-width="1"/><ellipse cx="-30" cy="-90" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><line x1="-35" y1="-35" x2="-40" y2="-38" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-150" x2="-30" y2="-120" fill="none" stroke="black" stroke-width="1"/><line x1="-25" y1="-35" x2="-25" y2="-30" fill="none" stroke="black" stroke-width="1"/><ellipse cx="-30" cy="-50" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-40" x2="-30" y2="-45" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-20" x2="-30" y2="10" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-45" x2="-25" y2="-48" fill="none" stroke="black" stroke-width="1"/><line x1="-40" y1="-130" x2="-20" y2="-140" fill="none" stroke="black" stroke-width="1"/><line x1="-40" y1="-135" x2="-20" y2="-145" fill="none" stroke="black" stroke-width="1"/><line x1="-40" y1="0" x2="-20" y2="-10" fill="none" stroke="black" stroke-width="1"/><line x1="-40" y1="5" x2="-20" y2="-5" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-85" x2="-30" y2="-95" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-95" x2="-20" y2="-100" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-95" x2="-40" y2="-100" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-40" x2="-20" y2="-40" fill="none" stroke="black" stroke-width="1"/><ellipse cx="-30" cy="-40" rx="2" ry="2" fill="black" stroke="black" stroke-width="1"/>',Ul=[{id:"t1",x:-30,y:10,orientation:"s"},{id:"t2",x:-30,y:-150,orientation:"n"}],Zl={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_10/en_60617_06_10_15.elmt",qetEnglishName:"Three-phase transformer, connection star-zigzag with the neutral brought out"},wg={id:Hl,name:Wl,category:Gl,description:ql,viewBox:Kl,width:Yl,height:Xl,svg:Vl,terminals:Ul,source:Zl},vg=Object.freeze(Object.defineProperty({__proto__:null,category:Gl,default:wg,description:ql,height:Xl,id:Hl,name:Wl,source:Zl,svg:Vl,terminals:Ul,viewBox:Kl,width:Yl},Symbol.toStringTag,{value:"Module"})),Jl="inverter",Ql="逆变器 (DC→AC)",ec="renewable",tc="-42 -42 44 44",nc=44,oc=44,rc='<path d="M -15 -8 A 5 2.5 0 0 0 -25 -8" fill="none" stroke="black" stroke-width="1"/><line x1="-40" y1="0" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><path d="M -15 -8 A 5 2.5 0 0 0 -5 -8" fill="none" stroke="black" stroke-width="1"/><rect x="-40" y="-40" width="40" height="40" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><line x1="-36" y1="-36" x2="-20" y2="-36" fill="none" stroke="black" stroke-width="1"/><line x1="-36" y1="-32" x2="-30" y2="-32" fill="none" stroke="black" stroke-width="1"/><line x1="-26" y1="-32" x2="-20" y2="-32" fill="none" stroke="black" stroke-width="1"/>',sc=[{id:"t_dc",x:-20,y:-40,orientation:"n"},{id:"t_ac",x:-20,y:0,orientation:"s"}],ic={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_14/en_60617_06_14_05.elmt",qetEnglishName:"Inverter"},kg={id:Jl,name:Ql,category:ec,viewBox:tc,width:nc,height:oc,svg:rc,terminals:sc,source:ic},_g=Object.freeze(Object.defineProperty({__proto__:null,category:ec,default:kg,height:oc,id:Jl,name:Ql,source:ic,svg:rc,terminals:sc,viewBox:tc,width:nc},Symbol.toStringTag,{value:"Module"})),ac="load-switch",lc="负荷开关",cc="switching",dc="-10 -42 14 64",uc=14,fc=64,mc='<line x1="0" y1="-24" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="0" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="-8" y2="-23" fill="none" stroke="black" stroke-width="1"/><ellipse cx="0" cy="-22" rx="2" ry="2" fill="none" stroke="black" stroke-width="1"/><line x1="-2" y1="-24" x2="2" y2="-24" fill="none" stroke="black" stroke-width="1"/>',hc=[{id:"t1",x:0,y:-40,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],pc=[{name:"open",type:"boolean",default:!1,label:"断开"}],gc={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_13/en_60617_07_13_08.elmt",qetEnglishName:"Switch-disconnector; On-load isolating switch"},Sg={id:ac,name:lc,category:cc,viewBox:dc,width:uc,height:fc,svg:mc,terminals:hc,state:pc,source:gc},jg=Object.freeze(Object.defineProperty({__proto__:null,category:cc,default:Sg,height:fc,id:ac,name:lc,source:gc,state:pc,svg:mc,terminals:hc,viewBox:dc,width:uc},Symbol.toStringTag,{value:"Module"})),xc="load",yc="负荷",bc="load",wc="抽象负荷(电流流出箭头)",vc="-8 -22 16 46",kc=16,_c=46,Sc='<line x1="0" y1="-20" x2="0" y2="10" stroke="black" stroke-width="1" fill="none"/><polygon points="-6,10 6,10 0,22" fill="black" stroke="black" stroke-width="1"/>',jc=[{id:"t_top",x:0,y:-20,orientation:"n"}],$c=[{name:"P",label:"有功功率",type:"number",unit:"MW",showOnCanvas:!0},{name:"cosphi",label:"功率因数",type:"number"}],Ec={x:6,y:0,anchor:"start"},Nc={kind:"inline"},$g={id:xc,name:yc,category:bc,description:wc,viewBox:vc,width:kc,height:_c,svg:Sc,terminals:jc,params:$c,label:Ec,source:Nc},Eg=Object.freeze(Object.defineProperty({__proto__:null,category:bc,default:$g,description:wc,height:_c,id:xc,label:Ec,name:yc,params:$c,source:Nc,svg:Sc,terminals:jc,viewBox:vc,width:kc},Symbol.toStringTag,{value:"Module"})),Tc="motor-starter",Cc="电机启动器",Ic="motor-control",Ac="电机启动器 (IEC 60617 通用符号)。",Mc="-22 -27 44 54",Pc=44,Oc=54,Lc='<rect x="-20" y="-20" width="40" height="40" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><polyline points="-20,-20 0,-10 20,-20" fill="none" stroke="black" stroke-width="1"/>',Bc=[{id:"t_top",x:0,y:-25,orientation:"n"},{id:"t_bottom",x:0,y:25,orientation:"s"}],Dc={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_14/en_60617_07_14_01.elmt",qetEnglishName:"Motor starter, general symbol"},Ng={id:Tc,name:Cc,category:Ic,description:Ac,viewBox:Mc,width:Pc,height:Oc,svg:Lc,terminals:Bc,source:Dc},Tg=Object.freeze(Object.defineProperty({__proto__:null,category:Ic,default:Ng,description:Ac,height:Oc,id:Tc,name:Cc,source:Dc,svg:Lc,terminals:Bc,viewBox:Mc,width:Pc},Symbol.toStringTag,{value:"Module"})),Rc="ngr",zc="中性点电阻 (NGR)",Fc="grounding",Hc="小电阻接地:连接变压器中性点到地",Wc="-12 -32 24 62",Gc=24,qc=62,Kc='<line x1="0" y1="-30" x2="0" y2="-15" fill="none" stroke="black" stroke-width="1"/><rect x="-6" y="-15" width="12" height="22" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="7" x2="0" y2="15" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="15" x2="10" y2="15" fill="none" stroke="black" stroke-width="1"/><line x1="-7" y1="19" x2="7" y2="19" fill="none" stroke="black" stroke-width="1"/><line x1="-4" y1="23" x2="4" y2="23" fill="none" stroke="black" stroke-width="1"/><line x1="-1.5" y1="27" x2="1.5" y2="27" fill="none" stroke="black" stroke-width="1"/>',Yc=[{id:"t_top",x:0,y:-30,orientation:"n"}],Xc=[{name:"R",label:"电阻",type:"number",unit:"Ω"}],Vc={kind:"inline"},Cg={id:Rc,name:zc,category:Fc,description:Hc,viewBox:Wc,width:Gc,height:qc,svg:Kc,terminals:Yc,params:Xc,source:Vc},Ig=Object.freeze(Object.defineProperty({__proto__:null,category:Fc,default:Cg,description:Hc,height:qc,id:Rc,name:zc,params:Xc,source:Vc,svg:Kc,terminals:Yc,viewBox:Wc,width:Gc},Symbol.toStringTag,{value:"Module"})),Uc="pt",Zc="电压互感器 (PT)",Jc="instrument-transformer",Qc="-22 -42 44 115",ed=44,td=115,nd='<ellipse cx="0" cy="1" rx="20" ry="20" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-40" x2="0" y2="-20" fill="none" stroke="black" stroke-width="1"/><ellipse cx="0" cy="30" rx="20" ry="20" fill="none" stroke="black" stroke-width="1"/><line x1="-0.13" y1="51" x2="-0.13" y2="71" fill="none" stroke="black" stroke-width="1"/>',od=[{id:"t1",x:0,y:71,orientation:"s"},{id:"t2",x:0,y:-40,orientation:"n"}],rd={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_13/en_60617_06_13_01A.elmt",qetEnglishName:"Voltage transformer"},Ag={id:Uc,name:Zc,category:Jc,viewBox:Qc,width:ed,height:td,svg:nd,terminals:od,source:rd},Mg=Object.freeze(Object.defineProperty({__proto__:null,category:Jc,default:Ag,height:td,id:Uc,name:Zc,source:rd,svg:nd,terminals:od,viewBox:Qc,width:ed},Symbol.toStringTag,{value:"Module"})),sd="pv",id="光伏组件",ad="renewable",ld="-33 -22 85 64",cd=85,dd=64,ud='<line x1="-16" y1="24" x2="-26" y2="14" fill="none" stroke="black" stroke-width="1"/><line x1="-21" y1="29" x2="-31" y2="19" fill="none" stroke="black" stroke-width="1"/><polygon points="-20,23 -17,20 -15,25" fill="black" stroke="black" stroke-width="1"/><polygon points="-22,25 -25,28 -20,30" fill="black" stroke="black" stroke-width="1"/><rect x="-10" y="-20" width="60" height="60" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><text x="15" y="7.2" font-family="Liberation Sans, Arial, sans-serif" font-size="14" fill="#000000">G</text><line x1="10" y1="20" x2="20" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="20" y1="15" x2="20" y2="25" fill="none" stroke="black" stroke-width="1"/><line x1="25" y1="10" x2="25" y2="30" fill="none" stroke="black" stroke-width="1"/><line x1="25" y1="20" x2="35" y2="20" fill="none" stroke="black" stroke-width="1"/>',fd=[{id:"t_dc",x:50,y:10,orientation:"e"}],md={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_18/en_60617_06_18_06.elmt",qetEnglishName:"Photovoltaic generator"},Pg={id:sd,name:id,category:ad,viewBox:ld,width:cd,height:dd,svg:ud,terminals:fd,source:md},Og=Object.freeze(Object.defineProperty({__proto__:null,category:ad,default:Pg,height:dd,id:sd,name:id,source:md,svg:ud,terminals:fd,viewBox:ld,width:cd},Symbol.toStringTag,{value:"Module"})),hd="rcd",pd="剩余电流装置 (RCD)",gd="protection",xd="不带过流保护的剩余电流断路器 (IEC 61008)。",yd="-12 -22 19 44",bd=19,wd=44,vd='<line x1="0" y1="-20" x2="0" y2="-10" fill="none" stroke="black" stroke-width="1"/><line x1="2" y1="-12" x2="-2" y2="-8" fill="none" stroke="black" stroke-width="1"/><line x1="-2" y1="-12" x2="2" y2="-8" fill="none" stroke="black" stroke-width="1"/><polyline points="0,20 0,10 -7,-9" fill="none" stroke="black" stroke-width="1"/><ellipse cx="0" cy="13" rx="4.5" ry="2" fill="none" stroke="black" stroke-width="1"/><polyline points="-4,0 -10,0 -10,13 -5,13" fill="none" stroke="black" stroke-width="0.4" stroke-dasharray="4 2"/>',kd=[{id:"t1",x:0,y:-20,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],_d=[{name:"open",type:"boolean",default:!1,label:"断开"}],Sd=[{name:"IDn",label:"剩余动作电流",type:"number",unit:"mA",default:30}],jd={kind:"elmt",path:"11_singlepole/200_fuses_protective_gears/50_residual_current_circuit_breaker/ddr1.elmt",qetEnglishName:"Residual Circuit Breaker with Overload"},Lg={id:hd,name:pd,category:gd,description:xd,viewBox:yd,width:bd,height:wd,svg:vd,terminals:kd,state:_d,params:Sd,source:jd},Bg=Object.freeze(Object.defineProperty({__proto__:null,category:gd,default:Lg,description:xd,height:wd,id:hd,name:pd,params:Sd,source:jd,state:_d,svg:vd,terminals:kd,viewBox:yd,width:bd},Symbol.toStringTag,{value:"Module"})),$d="recloser",Ed="重合闸 (Recloser)",Nd="protection",Td="中压自动重合闸开关。",Cd="-12 -32 36 64",Id=36,Ad=64,Md='<line x1="0" y1="-30" x2="0" y2="-10" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="0" x2="0" y2="30" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="0" x2="-8" y2="-13" stroke="black" stroke-width="1" fill="none"/><line x1="-2" y1="-8" x2="2" y2="-12" stroke="black" stroke-width="1" fill="none"/><line x1="-2" y1="-12" x2="2" y2="-8" stroke="black" stroke-width="1" fill="none"/><path d="M 13 -12 A 7 7 0 1 1 6 -5" fill="none" stroke="black" stroke-width="0.8"/><polygon points="4,-7 6,-5 8,-3" fill="black"/><text x="14" y="6" font-family="Liberation Sans, Arial, sans-serif" font-size="6" fill="#000000">AR</text>',Pd=[{id:"t1",x:0,y:-30,orientation:"n"},{id:"t2",x:0,y:30,orientation:"s"}],Od=[{name:"open",type:"boolean",default:!1,label:"断开"}],Ld={kind:"inline"},Dg={id:$d,name:Ed,category:Nd,description:Td,viewBox:Cd,width:Id,height:Ad,svg:Md,terminals:Pd,state:Od,source:Ld},Rg=Object.freeze(Object.defineProperty({__proto__:null,category:Nd,default:Dg,description:Td,height:Ad,id:$d,name:Ed,source:Ld,state:Od,svg:Md,terminals:Pd,viewBox:Cd,width:Id},Symbol.toStringTag,{value:"Module"})),Bd="rectifier",Dd="整流器 (AC→DC)",Rd="renewable",zd="-42 -42 44 44",Fd=44,Hd=44,Wd='<line x1="-40" y1="0" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><rect x="-40" y="-40" width="40" height="40" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><line x1="-20" y1="-8" x2="-4" y2="-8" fill="none" stroke="black" stroke-width="1"/><line x1="-20" y1="-4" x2="-14" y2="-4" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="-4" x2="-4" y2="-4" fill="none" stroke="black" stroke-width="1"/><path d="M -25 -30 A 5 2.5 0 0 0 -35 -30" fill="none" stroke="black" stroke-width="1"/><path d="M -25 -30 A 5 2.5 0 0 0 -15 -30" fill="none" stroke="black" stroke-width="1"/>',Gd=[{id:"t_ac",x:-20,y:-40,orientation:"n"},{id:"t_dc",x:-20,y:0,orientation:"s"}],qd={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_14/en_60617_06_14_03.elmt",qetEnglishName:"Rectifier"},zg={id:Bd,name:Dd,category:Rd,viewBox:zd,width:Fd,height:Hd,svg:Wd,terminals:Gd,source:qd},Fg=Object.freeze(Object.defineProperty({__proto__:null,category:Rd,default:zg,height:Hd,id:Bd,name:Dd,source:qd,svg:Wd,terminals:Gd,viewBox:zd,width:Fd},Symbol.toStringTag,{value:"Module"})),Kd="series-reactor",Yd="串联电抗器",Xd="compensation",Vd="与并联电抗器同符号;通过用法区分。",Ud="-62 -82 64 104",Zd=64,Jd=104,Qd='<line x1="-30" y1="0" x2="-30" y2="20" fill="none" stroke="black" stroke-width="1"/><path d="M -30 0 A 30 30 0 1 0 -60 -30" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-80" x2="-30" y2="-30" fill="none" stroke="black" stroke-width="1"/><line x1="-60" y1="-30" x2="-30" y2="-30" fill="none" stroke="black" stroke-width="1"/>',eu=[{id:"t1",x:-30,y:-80,orientation:"n"},{id:"t_bottom",x:-30,y:20,orientation:"s"}],tu={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_09/en_60617_06_09_08.elmt",qetEnglishName:"Choke; Reactor, general symbol"},Hg={id:Kd,name:Yd,category:Xd,description:Vd,viewBox:Ud,width:Zd,height:Jd,svg:Qd,terminals:eu,source:tu},Wg=Object.freeze(Object.defineProperty({__proto__:null,category:Xd,default:Hg,description:Vd,height:Jd,id:Kd,name:Yd,source:tu,svg:Qd,terminals:eu,viewBox:Ud,width:Zd},Symbol.toStringTag,{value:"Module"})),nu="shunt-capacitor",ou="并联电容器",ru="compensation",su="-7 -23 14 27",iu=14,au=27,lu='<line x1="-5" y1="2" x2="5" y2="2" fill="none" stroke="black" stroke-width="1"/><line x1="-5" y1="-2" x2="5" y2="-2" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-20" x2="0" y2="-2" fill="none" stroke="black" stroke-width="1"/>',cu=[{id:"t1",x:0,y:-21,orientation:"n"},{id:"t_bottom",x:0,y:2,orientation:"s"}],du=[{name:"Q",label:"无功容量",type:"number",unit:"Mvar"},{name:"stages",label:"分组数",type:"number"}],uu={kind:"elmt",path:"11_singlepole/395_electronics_semiconductors/20_capacitors/capacite.elmt",qetEnglishName:"Capacitor"},Gg={id:nu,name:ou,category:ru,viewBox:su,width:iu,height:au,svg:lu,terminals:cu,params:du,source:uu},qg=Object.freeze(Object.defineProperty({__proto__:null,category:ru,default:Gg,height:au,id:nu,name:ou,params:du,source:uu,svg:lu,terminals:cu,viewBox:su,width:iu},Symbol.toStringTag,{value:"Module"})),fu="shunt-reactor",mu="并联电抗器",hu="compensation",pu="-62 -82 64 104",gu=64,xu=104,yu='<line x1="-30" y1="0" x2="-30" y2="20" fill="none" stroke="black" stroke-width="1"/><path d="M -30 0 A 30 30 0 1 0 -60 -30" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-80" x2="-30" y2="-30" fill="none" stroke="black" stroke-width="1"/><line x1="-60" y1="-30" x2="-30" y2="-30" fill="none" stroke="black" stroke-width="1"/>',bu=[{id:"t1",x:-30,y:-80,orientation:"n"},{id:"t_bottom",x:-30,y:20,orientation:"s"}],wu={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_09/en_60617_06_09_08.elmt",qetEnglishName:"Choke; Reactor, general symbol"},Kg={id:fu,name:mu,category:hu,viewBox:pu,width:gu,height:xu,svg:yu,terminals:bu,source:wu},Yg=Object.freeze(Object.defineProperty({__proto__:null,category:hu,default:Kg,height:xu,id:fu,name:mu,source:wu,svg:yu,terminals:bu,viewBox:pu,width:gu},Symbol.toStringTag,{value:"Module"})),vu="soft-starter",ku="软启动器",_u="motor-control",Su="电机软启动器 (晶闸管降压启动)。",ju="-22 -42 44 84",$u=44,Eu=84,Nu='<rect x="-20" y="-20" width="40" height="40" fill="none" stroke="black" stroke-width="1"/><line x1="-12" y1="-12" x2="12" y2="12" stroke="black" stroke-width="1" fill="none"/><polygon points="4,8 12,12 8,4" fill="none" stroke="black" stroke-width="1"/><text x="-12" y="-2" font-family="Liberation Sans, Arial, sans-serif" font-size="6" fill="#000000">SS</text><line x1="0" y1="-40" x2="0" y2="-20" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="20" x2="0" y2="40" stroke="black" stroke-width="1" fill="none"/>',Tu=[{id:"t_in",x:0,y:-40,orientation:"n"},{id:"t_out",x:0,y:40,orientation:"s"}],Cu={kind:"inline"},Xg={id:vu,name:ku,category:_u,description:Su,viewBox:ju,width:$u,height:Eu,svg:Nu,terminals:Tu,source:Cu},Vg=Object.freeze(Object.defineProperty({__proto__:null,category:_u,default:Xg,description:Su,height:Eu,id:vu,name:ku,source:Cu,svg:Nu,terminals:Tu,viewBox:ju,width:$u},Symbol.toStringTag,{value:"Module"})),Iu="sync-motor",Au="同步电动机",Mu="load",Pu="-62 -82 64 114",Ou=64,Lu=114,Bu='<ellipse cx="-30" cy="-30" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><text x="-34" y="-24.8" font-family="Liberation Sans, Arial, sans-serif" font-size="14" fill="#000000">M</text><line x1="-50" y1="-80" x2="-50" y2="-53" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="-53" x2="-10" y2="-80" fill="none" stroke="black" stroke-width="1"/><text x="-45" y="-7.8" font-family="Liberation Sans, Arial, sans-serif" font-size="14" fill="#000000">1</text><path d="M -25 -20 A 5 2.5 0 0 0 -35 -20" fill="none" stroke="black" stroke-width="1"/><path d="M -25 -20 A 5 2.5 0 0 0 -15 -20" fill="none" stroke="black" stroke-width="1"/><path d="M -40 10 A 5 5 0 0 0 -50 10" fill="none" stroke="black" stroke-width="1"/><path d="M -30 10 A 5 5 0 0 0 -40 10" fill="none" stroke="black" stroke-width="1"/><path d="M -20 10 A 5 5 0 0 0 -30 10" fill="none" stroke="black" stroke-width="1"/><path d="M -10 10 A 5 5 0 0 0 -20 10" fill="none" stroke="black" stroke-width="1"/><line x1="-50" y1="10" x2="-50" y2="30" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="10" x2="-10" y2="30" fill="none" stroke="black" stroke-width="1"/><line x1="-40" y1="15" x2="-20" y2="15" fill="none" stroke="black" stroke-width="1"/><line x1="-40" y1="20" x2="-32" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="-27" y1="20" x2="-20" y2="20" fill="none" stroke="black" stroke-width="1"/>',Du=[{id:"t1",x:-10,y:-80,orientation:"n"},{id:"t2",x:-50,y:-80,orientation:"n"}],Ru={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_07/en_60617_06_07_02.elmt",qetEnglishName:"Synchronous motor, single-phase"},Ug={id:Iu,name:Au,category:Mu,viewBox:Pu,width:Ou,height:Lu,svg:Bu,terminals:Du,source:Ru},Zg=Object.freeze(Object.defineProperty({__proto__:null,category:Mu,default:Ug,height:Lu,id:Iu,name:Au,source:Ru,svg:Bu,terminals:Du,viewBox:Pu,width:Ou},Symbol.toStringTag,{value:"Module"})),zu="thermal-overload",Fu="热过载继电器",Hu="motor-control",Wu="电机热过载保护继电器, 通常串接在接触器和电机之间。",Gu="-9 -32 19 64",qu=19,Ku=64,Yu='<line x1="0" y1="-30" x2="0" y2="-15" stroke="black" stroke-width="1" fill="none"/><rect x="-7" y="-15" width="14" height="30" fill="none" stroke="black" stroke-width="1"/><polyline points="-4,-10 -1,-5 -4,0 -1,5 -4,10" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="15" x2="0" y2="30" stroke="black" stroke-width="1" fill="none"/>',Xu=[{id:"t1",x:0,y:-30,orientation:"n"},{id:"t2",x:0,y:30,orientation:"s"}],Vu=[{name:"tripped",type:"boolean",default:!1,label:"动作"}],Uu={kind:"inline"},Jg={id:zu,name:Fu,category:Hu,description:Wu,viewBox:Gu,width:qu,height:Ku,svg:Yu,terminals:Xu,state:Vu,source:Uu},Qg=Object.freeze(Object.defineProperty({__proto__:null,category:Hu,default:Jg,description:Wu,height:Ku,id:zu,name:Fu,source:Uu,state:Vu,svg:Yu,terminals:Xu,viewBox:Gu,width:qu},Symbol.toStringTag,{value:"Module"})),Zu="transfer-switch",Ju="切换开关 (ATS)",Qu="switching",ef="双源切换开关 (Automatic / Manual Transfer Switch)。两个电源输入 + 一个负荷输出, 互锁不并联。",tf="-27 -32 51 64",nf=51,of=64,rf='<line x1="-15" y1="-30" x2="-15" y2="-12" stroke="black" stroke-width="1" fill="none"/><line x1="15" y1="-30" x2="15" y2="-12" stroke="black" stroke-width="1" fill="none"/><text x="-25" y="-20" font-family="Liberation Sans, Arial, sans-serif" font-size="6" fill="#000000">N</text><text x="19" y="-20" font-family="Liberation Sans, Arial, sans-serif" font-size="6" fill="#000000">E</text><circle cx="-15" cy="-10" r="1.5" fill="black"/><circle cx="15" cy="-10" r="1.5" fill="black"/><circle cx="0" cy="6" r="1.5" fill="black"/><line x1="-15" y1="-10" x2="0" y2="6" stroke="black" stroke-width="1" fill="none"/><line x1="15" y1="-10" x2="0" y2="6" stroke="black" stroke-width="0.6" fill="none" stroke-dasharray="2 1.5"/><line x1="0" y1="6" x2="0" y2="30" stroke="black" stroke-width="1" fill="none"/>',sf=[{id:"t_normal",x:-15,y:-30,orientation:"n"},{id:"t_emergency",x:15,y:-30,orientation:"n"},{id:"t_load",x:0,y:30,orientation:"s"}],af=[{name:"position",type:"string",default:"normal",label:"位置 (normal/emergency/off)"}],lf={kind:"inline"},e0={id:Zu,name:Ju,category:Qu,description:ef,viewBox:tf,width:nf,height:of,svg:rf,terminals:sf,state:af,source:lf},t0=Object.freeze(Object.defineProperty({__proto__:null,category:Qu,default:e0,description:ef,height:of,id:Zu,name:Ju,source:lf,state:af,svg:rf,terminals:sf,viewBox:tf,width:nf},Symbol.toStringTag,{value:"Module"})),cf="transformer-2w",df="双绕组变压器",uf="transformer",ff="-62 -142 64 144",mf=64,hf=144,pf='<ellipse cx="-30" cy="-90" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-140" x2="-30" y2="-120" fill="none" stroke="black" stroke-width="1"/><ellipse cx="-30" cy="-50" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-20" x2="-30" y2="0" fill="none" stroke="black" stroke-width="1"/>',gf=[{id:"t1",x:-30,y:0,orientation:"s"},{id:"t2",x:-30,y:-140,orientation:"n"}],xf=[{name:"S",label:"容量",type:"number",unit:"MVA",showOnCanvas:!0},{name:"ratio",label:"变比",type:"string",showOnCanvas:!0}],yf={x:4,y:-68,anchor:"start"},bf={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_09/en_60617_06_09_01.elmt",qetEnglishName:"Transformer with two windings, general symbol"},n0={id:cf,name:df,category:uf,viewBox:ff,width:mf,height:hf,svg:pf,terminals:gf,params:xf,label:yf,source:bf},o0=Object.freeze(Object.defineProperty({__proto__:null,category:uf,default:n0,height:hf,id:cf,label:yf,name:df,params:xf,source:bf,svg:pf,terminals:gf,viewBox:ff,width:mf},Symbol.toStringTag,{value:"Module"})),wf="transformer-3w",vf="三绕组变压器",kf="transformer",_f="-82 -131 114 133",Sf=114,jf=133,$f='<ellipse cx="-30" cy="-80" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><line x1="-31" y1="-129" x2="-31" y2="-109" fill="none" stroke="black" stroke-width="1"/><ellipse cx="-50" cy="-50" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><ellipse cx="0" cy="-50" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><line x1="-50" y1="-20" x2="-50" y2="0" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-20" x2="0" y2="0" fill="none" stroke="black" stroke-width="1"/>',Ef=[{id:"t1",x:-31,y:-129,orientation:"n"},{id:"t_low_left",x:-50,y:0,orientation:"s"},{id:"t_low_right",x:0,y:0,orientation:"s"}],Nf={x:4,y:-64,anchor:"start"},Tf={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_09/en_60617_06_09_04.elmt",qetEnglishName:"Transformer with three windings, general symbol"},r0={id:wf,name:vf,category:kf,viewBox:_f,width:Sf,height:jf,svg:$f,terminals:Ef,label:Nf,source:Tf},s0=Object.freeze(Object.defineProperty({__proto__:null,category:kf,default:r0,height:jf,id:wf,label:Nf,name:vf,source:Tf,svg:$f,terminals:Ef,viewBox:_f,width:Sf},Symbol.toStringTag,{value:"Module"})),Cf="vfd",If="变频器 (VFD)",Af="motor-control",Mf="Variable Frequency Drive — 异步电动机调速。",Pf="-24 -42 48 84",Of=48,Lf=84,Bf='<rect x="-22" y="-20" width="44" height="40" fill="none" stroke="black" stroke-width="1"/><line x1="-22" y1="20" x2="22" y2="-20" stroke="black" stroke-width="1" fill="none"/><text x="-15" y="-5" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">~</text><text x="6" y="14" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">~f</text><line x1="0" y1="-40" x2="0" y2="-20" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="20" x2="0" y2="40" stroke="black" stroke-width="1" fill="none"/>',Df=[{id:"t_in",x:0,y:-40,orientation:"n"},{id:"t_out",x:0,y:40,orientation:"s"}],Rf={kind:"inline"},i0={id:Cf,name:If,category:Af,description:Mf,viewBox:Pf,width:Of,height:Lf,svg:Bf,terminals:Df,source:Rf},a0=Object.freeze(Object.defineProperty({__proto__:null,category:Af,default:i0,description:Mf,height:Lf,id:Cf,name:If,source:Rf,svg:Bf,terminals:Df,viewBox:Pf,width:Of},Symbol.toStringTag,{value:"Module"})),zf="voltmeter",Ff="电压表 (V)",Hf="measurement",Wf="-22 -42 44 44",Gf=44,qf=44,Kf='<ellipse cx="0" cy="-20" rx="20" ry="20" fill="none" stroke="black" stroke-width="1"/><text x="-4" y="-8.8" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">V</text>',Yf=[{id:"t_top",x:0,y:-40,orientation:"n"}],Xf={kind:"elmt",path:"91_en_60617/en_60617_08/en_60617_08_02/en_60617_08_02_01.elmt",qetEnglishName:"Voltmeter"},l0={id:zf,name:Ff,category:Hf,viewBox:Wf,width:Gf,height:qf,svg:Kf,terminals:Yf,source:Xf},c0=Object.freeze(Object.defineProperty({__proto__:null,category:Hf,default:l0,height:qf,id:zf,name:Ff,source:Xf,svg:Kf,terminals:Yf,viewBox:Wf,width:Gf},Symbol.toStringTag,{value:"Module"})),Vf="wattmeter",Uf="功率表 (W)",Zf="measurement",Jf="-22 -42 44 44",Qf=44,em=44,tm='<rect x="-20" y="-40" width="40" height="40" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><text x="-6" y="-8.8" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">W</text>',nm=[{id:"t_top",x:0,y:-40,orientation:"n"}],om={kind:"elmt",path:"91_en_60617/en_60617_08/en_60617_08_03/en_60617_08_03_01.elmt",qetEnglishName:"Recording wattmeter"},d0={id:Vf,name:Uf,category:Zf,viewBox:Jf,width:Qf,height:em,svg:tm,terminals:nm,source:om},u0=Object.freeze(Object.defineProperty({__proto__:null,category:Zf,default:d0,height:em,id:Vf,name:Uf,source:om,svg:tm,terminals:nm,viewBox:Jf,width:Qf},Symbol.toStringTag,{value:"Module"})),rm="wind-turbine",sm="风力发电机",im="renewable",am="风机:发电机 + 三叶轮标记",lm="-22 -46 44 68",cm=44,dm=68,um='<circle cx="0" cy="0" r="20" fill="none" stroke="black" stroke-width="1"/><text x="0" y="4" text-anchor="middle" font-family="Liberation Sans, Arial, sans-serif" font-size="16">G</text><line x1="0" y1="-20" x2="0" y2="-32" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-32" x2="-10" y2="-39" fill="none" stroke="black" stroke-width="1.5"/><line x1="0" y1="-32" x2="10" y2="-39" fill="none" stroke="black" stroke-width="1.5"/><line x1="0" y1="-32" x2="0" y2="-44" fill="none" stroke="black" stroke-width="1.5"/>',fm=[{id:"t_bottom",x:0,y:20,orientation:"s"}],mm={kind:"inline"},f0={id:rm,name:sm,category:im,description:am,viewBox:lm,width:cm,height:dm,svg:um,terminals:fm,source:mm},m0=Object.freeze(Object.defineProperty({__proto__:null,category:im,default:f0,description:am,height:dm,id:rm,name:sm,source:mm,svg:um,terminals:fm,viewBox:lm,width:cm},Symbol.toStringTag,{value:"Module"})),h0=Object.assign({"./ammeter.json":Tp,"./arc-suppression-coil.json":Ip,"./arrester.json":Mp,"./async-motor.json":Op,"./autotransformer.json":Bp,"./battery.json":Rp,"./breaker.json":Fp,"./busbar.json":Wp,"./contactor.json":qp,"./converter-bidir.json":Yp,"./ct.json":Vp,"./dc-combiner.json":Zp,"./dc-disconnector.json":Qp,"./disconnector.json":tg,"./earth.json":og,"./earthing-switch.json":sg,"./energy-meter.json":ag,"./ev-charger.json":cg,"./frequency-meter.json":ug,"./fuse.json":mg,"./generator.json":pg,"./gfci-breaker.json":xg,"./grid-source.json":bg,"./grounding-transformer.json":vg,"./inverter.json":_g,"./load-switch.json":jg,"./load.json":Eg,"./motor-starter.json":Tg,"./ngr.json":Ig,"./pt.json":Mg,"./pv.json":Og,"./rcd.json":Bg,"./recloser.json":Rg,"./rectifier.json":Fg,"./series-reactor.json":Wg,"./shunt-capacitor.json":qg,"./shunt-reactor.json":Yg,"./soft-starter.json":Vg,"./sync-motor.json":Zg,"./thermal-overload.json":Qg,"./transfer-switch.json":t0,"./transformer-2w.json":o0,"./transformer-3w.json":s0,"./vfd.json":a0,"./voltmeter.json":c0,"./wattmeter.json":u0,"./wind-turbine.json":m0}),hm=Object.values(h0).map(e=>e.default),Ke=Object.fromEntries(hm.map(e=>[e.id,e])),uo=["busbar","switching","protection","motor-control","transformer","instrument-transformer","measurement","source","load","storage","compensation","grounding","renewable"],p0=(()=>{var t;const e={};for(const n of hm)(e[t=n.category]??(e[t]=[])).push(n);return e})(),pn=new Map(Object.entries(Ke));function pm(e){return Ke[e]}function g0(e){const n=[...e].sort().join("|");let o=2166136261;for(let r=0;r<n.length;r++)o^=n.charCodeAt(r),o=Math.imul(o,16777619);return`n_${(o>>>0).toString(36)}`}const x0=320;function We(e){var f,h,g,m;const t=wr(),n=new Map;e.elements.forEach((p,y)=>{if(n.has(p.id)){t.diagnostics.push({code:"E001",severity:"error",message:be("compile.duplicateId",{id:p.id}),pointer:`/elements/${y}`});return}n.set(p.id,p);const v=pn.get(p.kind);v||t.diagnostics.push({code:"E003",severity:"error",message:`${be("compile.unknownKind",{kind:p.kind})} (id=${p.id})`,pointer:`/elements/${y}`}),t.elements.set(p.id,{element:p,libraryDef:v})});const o=new Map,r=new Map;(e.buses??[]).forEach((p,y)=>{if(n.has(p.id)||o.has(p.id)){t.diagnostics.push({code:"E001",severity:"error",message:be("compile.duplicateId",{id:p.id}),pointer:`/buses/${y}`});return}if(o.set(p.id,p),p.layout){const v=p.layout.rot??0;r.set(p.id,{at:p.layout.at,span:p.layout.span,rot:v,axis:mn(v)})}});const s=p=>!p.includes(".")&&o.has(p),i=(p,y)=>{if(s(p))return!0;const v=p.indexOf(".");if(v<=0)return t.diagnostics.push({code:"E003",severity:"error",message:be("compile.invalidTermRef",{ref:p}),pointer:y}),!1;const b=p.slice(0,v),k=p.slice(v+1),S=t.elements.get(b);if(!S)return t.diagnostics.push({code:"E002",severity:"error",message:be("compile.elementMissing",{id:b}),pointer:y}),!1;if(!S.libraryDef)return!1;if(!S.libraryDef.terminals.find(C=>C.id===k)){const C=S.libraryDef.terminals.map(L=>L.id).join(", ");return t.diagnostics.push({code:"E003",severity:"error",message:be("compile.missingPin",{id:b,kind:S.element.kind,pin:k,available:C}),pointer:y}),!1}return!0},a=[];(e.wires??[]).forEach((p,y)=>{const v=`/wires/${y}`,b=i(p.ends[0],v),k=i(p.ends[1],v);b&&k&&a.push(p)});const l=new Map;if(e.layout)for(const[p,y]of Object.entries(e.layout))t.elements.has(p)?l.set(p,vr(y)):t.diagnostics.push({code:"E004",severity:"error",message:be("compile.layoutMissingElement",{id:p}),pointer:`/layout/${p}`});const d=$p({elements:e.elements,buses:e.buses??[],wires:a,library:pn,userLayout:l,userBusLayout:r});t.layout=d.devices;for(const[p,y]of d.buses){const v=o.get(p);v&&t.buses.set(p,{bus:v,geometry:y})}for(const[p,y]of o)t.buses.has(p)||t.buses.set(p,{bus:y,geometry:{at:((f=y.layout)==null?void 0:f.at)??[0,0],span:((h=y.layout)==null?void 0:h.span)??x0,rot:((g=y.layout)==null?void 0:g.rot)??0,axis:mn(((m=y.layout)==null?void 0:m.rot)??0)}});for(const p of t.elements.values()){if(!p.libraryDef)continue;const y=t.layout.get(p.element.id);if(!y)continue;const v=[];for(const b of p.libraryDef.terminals){const k=`${p.element.id}.${b.id}`,S=Le([b.x,b.y],y),C=xt(b.orientation,y);t.terminals.set(k,{ref:k,elementId:p.element.id,pin:b.id,world:S,orientation:C}),v.push(k)}t.elementToTerminals.set(p.element.id,v)}const u=new kr;for(const p of a)u.add(p.ends[0]),u.add(p.ends[1]),u.union(p.ends[0],p.ends[1]);for(const[,p]of u.groups()){const y=g0(p);t.nodes.set(y,{id:y,terminals:p});for(const v of p)t.terminalToNode.set(v,y)}for(const p of t.elements.values()){const y=t.elementToTerminals.get(p.element.id)??[];if(y.length===0)continue;y.some(b=>t.terminalToNode.has(b))||t.diagnostics.push({code:"W001",severity:"warning",message:be("compile.elementUnconnected",{id:p.element.id})})}for(const p of t.buses.keys())t.terminalToNode.has(p)||t.diagnostics.push({code:"W001",severity:"warning",message:be("compile.elementUnconnected",{id:p})});for(const p of a){if(p.path&&p.path.length>=2){const v=p.path,b=v.length>=2?v[1]:null,k=v.length>=2?v[v.length-2]:null,S=lo(p.ends[0],b,t),C=lo(p.ends[1],k,t);if(S&&C){const L=[[S[0],S[1]],...v.slice(1,-1).map(Q=>[Q[0],Q[1]]),[C[0],C[1]]],te=br(L);if(te.length>=2){t.wireRenders.set(p.id,{wireId:p.id,path:te,userEdited:!0});continue}}}const y=Ep(p,t);y&&t.wireRenders.set(p.id,y)}return t}const y0={earth:"GND",breaker:"QF",disconnector:"QS","earthing-switch":"QE","load-switch":"QL",fuse:"FU","transformer-2w":"T","transformer-3w":"T",autotransformer:"AT",ct:"CT",pt:"PT",generator:"G","sync-motor":"M","async-motor":"M","grid-source":"L",load:"L",battery:"BAT","shunt-reactor":"LR","series-reactor":"LR","shunt-capacitor":"C",arrester:"FBL","grounding-transformer":"TG",ngr:"NGR","arc-suppression-coil":"ASC",pv:"PV","wind-turbine":"WT",rectifier:"RT",inverter:"INV","converter-bidir":"PCS"},fo="B";function gm(e){return new Set([...e.elements.map(t=>t.id),...(e.buses??[]).map(t=>t.id)])}function wt(e,t){const n=y0[t]??t,o=gm(e);let r=1;for(;o.has(`${n}${r}`);)r++;return`${n}${r}`}function gn(e){const t=gm(e);let n=1;for(;t.has(`${fo}${n}`);)n++;return`${fo}${n}`}function b0(e){const t=new Set((e.annotations??[]).map(o=>o.id));let n=1;for(;t.has(`a${n}`);)n++;return`a${n}`}function vt(e,t){const n=[e,t].sort(),o=`${n[0]}|${n[1]}`;let r=2166136261;for(let s=0;s<o.length;s++)r^=o.charCodeAt(s),r=Math.imul(r,16777619);return`w_${(r>>>0).toString(36)}`}const mo={version:"1",elements:[]},w0=100,ho=20;function v0(){if(typeof window>"u")return"select";try{return window.matchMedia("(pointer: coarse)").matches?"pan":"select"}catch{return"select"}}const x=Ft()(yp((e,t)=>({diagram:mo,internal:We(mo),fileSession:null,activeTool:v0(),placeKind:null,lastPlaceKind:null,wireFromTerminal:null,placeFromTerminal:null,busbarDrawStart:null,cursorSvg:null,selection:[],selectedWire:null,selectedNode:null,selectedAnnotation:null,editingAnnotation:null,editingElement:null,past:[],future:[],clipboard:null,clipboardPasteIndex:0,setDiagram:n=>e({diagram:n,internal:We(n),past:[],future:[],selection:[],selectedWire:null,selectedNode:null,selectedAnnotation:null,editingAnnotation:null,editingElement:null,wireFromTerminal:null,placeFromTerminal:null}),setFileSession:n=>e({fileSession:n}),loadDiagramFromFile:(n,o)=>e({diagram:n,internal:We(n),fileSession:o,past:[],future:[],selection:[],selectedWire:null,selectedNode:null,selectedAnnotation:null,editingAnnotation:null,editingElement:null,wireFromTerminal:null,placeFromTerminal:null}),dispatch:n=>{const{diagram:o,past:r}=t(),s=n(o);if(s===o)return;const i=r.length>=w0?r.slice(1):r;e({diagram:s,internal:We(s),past:[...i,o],future:[]})},undo:()=>{const{past:n,future:o,diagram:r}=t();if(n.length===0)return;const s=n[n.length-1];e({diagram:s,internal:We(s),past:n.slice(0,-1),future:[...o,r],wireFromTerminal:null,placeFromTerminal:null})},redo:()=>{const{past:n,future:o,diagram:r}=t();if(o.length===0)return;const s=o[o.length-1];e({diagram:s,internal:We(s),past:[...n,r],future:o.slice(0,-1),wireFromTerminal:null,placeFromTerminal:null})},setActiveTool:(n,o)=>{const r=t();let s;(o==null?void 0:o.placeKind)!==void 0?s=o.placeKind:n==="place"?s=r.placeKind??r.lastPlaceKind:s=null,e({activeTool:n,placeKind:s,lastPlaceKind:s??r.lastPlaceKind,wireFromTerminal:n==="wire"?r.wireFromTerminal:null,placeFromTerminal:n==="place"?r.placeFromTerminal:null})},setPlaceKind:n=>e(o=>({placeKind:n,lastPlaceKind:n??o.lastPlaceKind})),setWireFromTerminal:n=>e({wireFromTerminal:n}),setPlaceFromTerminal:n=>e({placeFromTerminal:n}),setBusbarDrawStart:n=>e({busbarDrawStart:n}),setCursorSvg:n=>e({cursorSvg:n}),setSelection:n=>e({selection:k0(n),selectedWire:null,selectedNode:null,selectedAnnotation:n.length?null:t().selectedAnnotation}),toggleInSelection:n=>{const o=t().selection;e({selection:o.includes(n)?o.filter(r=>r!==n):[...o,n],selectedWire:null,selectedNode:null,selectedAnnotation:null})},clearSelection:()=>e({selection:[],selectedWire:null,selectedNode:null,selectedAnnotation:null,editingAnnotation:null,editingElement:null}),setSelectedWire:n=>e({selectedWire:n,selection:n?[]:t().selection,selectedNode:null,selectedAnnotation:n?null:t().selectedAnnotation}),setSelectedNode:n=>e({selectedNode:n,selection:n?[]:t().selection,selectedWire:null,selectedAnnotation:n?null:t().selectedAnnotation}),setSelectedAnnotation:n=>e({selectedAnnotation:n,selection:n?[]:t().selection,selectedWire:n?null:t().selectedWire,selectedNode:n?null:t().selectedNode,editingAnnotation:n?t().editingAnnotation:null}),setEditingAnnotation:n=>e({editingAnnotation:n,selectedAnnotation:n??t().selectedAnnotation,editingElement:n?null:t().editingElement}),setEditingElement:n=>e({editingElement:n,selection:n?[n]:t().selection,editingAnnotation:n?null:t().editingAnnotation,selectedAnnotation:n?null:t().selectedAnnotation,selectedWire:n?null:t().selectedWire,selectedNode:n?null:t().selectedNode}),copySelection:()=>{var f;const{selection:n,diagram:o,internal:r}=t();if(n.length===0)return;const s=new Set(n),i=o.elements.filter(h=>s.has(h.id)).map(h=>structuredClone(h)),a=(o.buses??[]).filter(h=>s.has(h.id)).map(h=>structuredClone(h)),l={};for(const h of n)if(s.has(h)&&!r.buses.has(h)){const g=(f=o.layout)==null?void 0:f[h];if(g){l[h]=structuredClone(g);continue}const m=r.layout.get(h);m&&(l[h]=Nt(m))}const d={};for(const h of n){const g=r.buses.get(h);g&&(d[h]=Ze(g.geometry))}const u=(o.wires??[]).filter(h=>h.ends.every(g=>s.has(Qt(g)))).map(h=>structuredClone(h));e({clipboard:{elements:i,buses:a,placements:l,busLayouts:d,wires:u},clipboardPasteIndex:0})},cutSelection:()=>{const{selection:n}=t();n.length!==0&&(t().copySelection(),t().deleteSelection())},pasteClipboard:()=>{const{clipboard:n,clipboardPasteIndex:o,diagram:r}=t();if(!n||n.elements.length===0&&n.buses.length===0)return;const s=o+1,i=ho*s,a=ho*s,l=new Map;let d=r;for(const f of n.elements){const h=wt(d,f.kind);l.set(f.id,h),d={...d,elements:[...d.elements,{id:h,kind:f.kind}]}}for(const f of n.buses){const h=gn(d);l.set(f.id,h),d={...d,buses:[...d.buses??[],{id:h}]}}const u=f=>{const h=f.indexOf("."),g=h<0?f:f.slice(0,h),m=l.get(g);return m?h<0?m:`${m}${f.slice(h)}`:f};t().dispatch(f=>{const h=n.elements.map(v=>{const b=structuredClone(v);return b.id=l.get(v.id),b}),g=n.buses.map(v=>{const b=structuredClone(v);b.id=l.get(v.id);const k=n.busLayouts[v.id];return k&&(b.layout={...k,at:[k.at[0]+i,k.at[1]+a]}),b}),m={...f.layout??{}};for(const[v,b]of l){const k=n.placements[v];k&&(m[b]={...k,at:[k.at[0]+i,k.at[1]+a]})}const p=n.wires.map(v=>{const b=[u(v.ends[0]),u(v.ends[1])];return{id:vt(b[0],b[1]),ends:b}}),y=_0(f.wires??[],p);return{...f,elements:[...f.elements,...h],buses:g.length?[...f.buses??[],...g]:f.buses,wires:y.length?y:void 0,layout:Object.keys(m).length?m:void 0}}),e({selection:Array.from(l.values()),clipboardPasteIndex:s})},autoArrangeAll:()=>{t().dispatch(n=>{var l;const o=n.layout&&Object.keys(n.layout).length>0,r=(n.buses??[]).some(d=>d.layout);if(!o&&!r)return n;const{layout:s,...i}=n,a=(l=n.buses)==null?void 0:l.map(d=>{const{layout:u,...f}=d;return f});return{...i,buses:a}})},autoArrangeSelection:()=>{const{selection:n}=t();if(n.length===0)return;const o=new Set(n);t().dispatch(r=>{let s=!1,i=r.layout;if(i){const l={};for(const[d,u]of Object.entries(i)){if(o.has(d)){s=!0;continue}l[d]=u}s&&(i=Object.keys(l).length?l:void 0)}let a=r.buses;if(a){const l=a.map(d=>{if(o.has(d.id)&&d.layout){s=!0;const{layout:u,...f}=d;return f}return d});s&&(a=l)}return s?{...r,layout:i,buses:a}:r})},fillUnplacedAll:()=>{const n=t().internal;t().dispatch(o=>{const r=o.layout??{},s={};for(const l of o.elements){if(r[l.id])continue;const d=n.layout.get(l.id);d&&(s[l.id]=Nt(d))}const i=[];if((o.buses??[]).forEach((l,d)=>{l.layout||n.buses.has(l.id)&&i.push({idx:d,bus:l})}),Object.keys(s).length===0&&i.length===0)return o;let a=o.buses;return i.length>0&&a&&(a=a.map(l=>{const d=n.buses.get(l.id);return!l.layout&&d?{...l,layout:Ze(d.geometry)}:l})),{...o,layout:{...r,...s},buses:a}})},fillUnplacedSelection:()=>{const{selection:n,internal:o}=t();n.length!==0&&t().dispatch(r=>{var d;const s=r.layout??{},i={},a=new Map;for(const u of n)if(o.buses.has(u)){const f=o.buses.get(u);(d=r.buses)!=null&&d.find(h=>h.id===u&&h.layout)||a.set(u,Ze(f.geometry))}else{if(s[u])continue;const f=o.layout.get(u);f&&(i[u]=Nt(f))}if(Object.keys(i).length===0&&a.size===0)return r;let l=r.buses;return a.size>0&&l&&(l=l.map(u=>a.has(u.id)?{...u,layout:a.get(u.id)}:u)),{...r,layout:{...s,...i},buses:l}})},moveElements:n=>{if(n.size===0)return;const o=t().internal;t().dispatch(r=>{const s={...r.layout??{}},i=new Map;for(const[l,d]of n){if(o.buses.has(l)){i.set(l,d);continue}const u=o.layout.get(l),f=s[l]??(u?Nt(u):{at:[0,0]});s[l]={...f,at:[f.at[0]+d[0],f.at[1]+d[1]]}}let a=r.buses;return i.size>0&&(a=(r.buses??[]).map(l=>{const d=i.get(l.id);if(!d)return l;const u=l.layout??Ze(o.buses.get(l.id).geometry);return{...l,layout:{...u,at:[u.at[0]+d[0],u.at[1]+d[1]]}}})),{...r,layout:s,buses:a}})},deleteSelection:()=>{const{selection:n}=t();if(n.length===0)return;const o=new Set(n);t().dispatch(r=>{const s=r.elements.filter(d=>!o.has(d.id)),i=(r.buses??[]).filter(d=>!o.has(d.id)),a=(r.wires??[]).filter(d=>!o.has(Qt(d.ends[0]))&&!o.has(Qt(d.ends[1]))),l=r.layout?Object.fromEntries(Object.entries(r.layout).filter(([d])=>!o.has(d))):void 0;return{...r,elements:s,buses:i.length?i:void 0,wires:a.length?a:void 0,layout:l&&Object.keys(l).length?l:void 0}}),e({selection:[]})},deleteSelectedWire:()=>{const{selectedWire:n,internal:o}=t();if(!n)return;const r=(t().diagram.wires??[]).find(i=>i.id===n),s=new Set;if(r)for(const i of r.ends){const a=i.indexOf(".");a>0&&s.add(i.slice(0,a))}t().dispatch(i=>{const a=(i.wires??[]).filter(d=>d.id!==n);if(a.length===(i.wires??[]).length)return i;const l={...i.layout??{}};for(const d of s){if(l[d])continue;const u=o.layout.get(d);if(!u)continue;const f={at:u.at};u.rot&&(f.rot=u.rot),u.mirror&&(f.mirror=u.mirror),l[d]=f}return{...i,wires:a.length?a:void 0,layout:Object.keys(l).length?l:void 0}}),e({selectedWire:null})},deleteSelectedNode:()=>{const{selectedNode:n,internal:o}=t();if(!n)return;const r=o.nodes.get(n);if(!r)return;const s=new Set(r.terminals),i=new Set;for(const a of r.terminals){const l=a.indexOf(".");l>0&&i.add(a.slice(0,l))}t().dispatch(a=>{const l={...a.layout??{}};for(const u of i){if(l[u])continue;const f=o.layout.get(u);if(!f)continue;const h={at:f.at};f.rot&&(h.rot=f.rot),f.mirror&&(h.mirror=f.mirror),l[u]=h}const d=(a.wires??[]).filter(u=>!s.has(u.ends[0])&&!s.has(u.ends[1]));return{...a,wires:d.length?d:void 0,layout:Object.keys(l).length?l:void 0}}),e({selectedNode:null})},rotateSelection:n=>{const{selection:o,internal:r}=t();o.length!==0&&t().dispatch(s=>{var d,u,f,h;const i={...s.layout??{}},a=new Map;for(const g of o){if(r.buses.has(g)){const y=r.buses.get(g),b=(((((f=(u=(d=s.buses)==null?void 0:d.find(k=>k.id===g))==null?void 0:u.layout)==null?void 0:f.rot)??y.geometry.rot??0)+n)%360+360)%360;a.set(g,b);continue}const m=i[g]??{at:((h=r.layout.get(g))==null?void 0:h.at)??[0,0]},p=(((m.rot??0)+n)%360+360)%360;i[g]={...m,rot:p}}let l=s.buses;return a.size>0&&(l=(s.buses??[]).map(g=>{if(!a.has(g.id))return g;const m=g.layout??Ze(r.buses.get(g.id).geometry);return{...g,layout:{...m,rot:a.get(g.id)}}})),{...s,layout:i,buses:l}})},mirrorSelection:()=>{const{selection:n,internal:o}=t();n.length!==0&&t().dispatch(r=>{var i;const s={...r.layout??{}};for(const a of n){if(o.buses.has(a))continue;const l=s[a]??{at:((i=o.layout.get(a))==null?void 0:i.at)??[0,0]};s[a]={...l,mirror:!(l.mirror??!1)}}return{...r,layout:s}})},addElement:(n,o,r)=>{if(n==="busbar")return t().addBus(o,320);const s=wt(t().diagram,n);return t().dispatch(i=>{const a={id:s,kind:n,...r??{}};return{...i,elements:[...i.elements,a],layout:{...i.layout??{},[s]:{at:o}}}}),e({selection:[s]}),s},addBus:(n,o,r)=>{const s=gn(t().diagram);return t().dispatch(i=>{const a={id:s,layout:r!==void 0?{at:n,span:o,rot:r}:{at:n,span:o}};return{...i,buses:[...i.buses??[],a]}}),e({selection:[s]}),s},addWire:(n,o)=>{if(n===o)return;const r=vt(n,o);t().dispatch(s=>{const i=s.wires??[];return i.some(a=>a.id===r)?s:{...s,wires:[...i,{id:r,ends:[n,o]}]}})},updateWirePath:(n,o)=>{t().dispatch(r=>{const s=r.wires??[];if(!s.some(d=>d.id===n))return r;const i=o&&o.length>=2?br(o):null,a=i&&i.length>=2?i:null,l=s.map(d=>{if(d.id!==n)return d;if(a)return{...d,path:a};const{path:u,...f}=d;return f});return{...r,wires:l}})},resetWirePath:n=>{t().updateWirePath(n,null)},updateElement:(n,o)=>{t().dispatch(r=>({...r,elements:r.elements.map(s=>s.id===n?{...s,...o}:s)}))},updatePlacement:(n,o)=>{t().dispatch(r=>{var a;const s=((a=r.layout)==null?void 0:a[n])??t().internal.layout.get(n),i={at:o.at??(s==null?void 0:s.at)??[0,0],...o.rot!==void 0?{rot:o.rot}:s!=null&&s.rot?{rot:s.rot}:{},...o.mirror!==void 0?{mirror:o.mirror}:s!=null&&s.mirror?{mirror:s.mirror}:{}};return{...r,layout:{...r.layout??{},[n]:i}}})},updateBus:(n,o)=>{t().dispatch(r=>{const s=(r.buses??[]).map(i=>{if(i.id!==n)return i;const a=t().internal,l=i.layout??(a.buses.has(n)?Ze(a.buses.get(n).geometry):{at:[0,0],span:320}),d={at:o.at??l.at,span:o.span??l.span,...o.rot!==void 0?{rot:o.rot}:l.rot?{rot:l.rot}:{}};return{...i,layout:d}});return{...r,buses:s}})},addAnnotation:(n,o="")=>{const r=b0(t().diagram);return t().dispatch(s=>{const i={id:r,at:n,text:o};return{...s,annotations:[...s.annotations??[],i]}}),r},updateAnnotation:(n,o)=>{t().dispatch(r=>{const s=r.annotations??[];let i=!1;const a=s.map(l=>l.id!==n?l:(i=!0,{...l,...o,id:l.id}));return i?{...r,annotations:a}:r})},deleteAnnotation:n=>{t().dispatch(o=>{const r=o.annotations??[],s=r.filter(i=>i.id!==n);return s.length===r.length?o:{...o,annotations:s.length?s:void 0}}),t().selectedAnnotation===n&&e({selectedAnnotation:null,editingAnnotation:null})}}),{name:"ole-editor",version:2,storage:yr(()=>localStorage),partialize:e=>({diagram:e.diagram,activeTool:e.activeTool,placeKind:e.placeKind,lastPlaceKind:e.lastPlaceKind}),onRehydrateStorage:()=>e=>{e!=null&&e.diagram&&(e.internal=We(e.diagram))}}));function k0(e){return Array.from(new Set(e))}function Qt(e){const t=e.indexOf(".");return t<0?e:e.slice(0,t)}function _0(e,t){const n=new Set(e.map(r=>r.id)),o=e.slice();for(const r of t)n.has(r.id)||(n.add(r.id),o.push(r));return o}function Nt(e){return{at:[e.at[0],e.at[1]],...e.rot?{rot:e.rot}:{},...e.mirror?{mirror:e.mirror}:{}}}function Ze(e){return{at:[e.at[0],e.at[1]],span:e.span,...e.rot?{rot:e.rot}:{}}}let xm=null;function po(e){xm=e}function Ue(){return xm}const Lt=10;function ym(){if(typeof document>"u")return!0;const e=document.querySelector(".ole-canvas-root");return!!e&&!e.classList.contains("hide-grid")}function ne(e){return ym()?Math.round(e/Lt)*Lt:e}const S0=30,j0=144;function bm(e,t){const n=Ke[e],o=x.getState(),r=o.diagram;if(!n||e==="busbar")return{newElementId:o.addElement(e,t),attachedToBus:!1};const s=$0(r,t);if(!s){const p=wm(n),y=p?[ne(t[0])-p.x,ne(t[1])-p.y]:[ne(t[0]),ne(t[1])];return{newElementId:o.addElement(e,y),attachedToBus:!1}}const{busId:i,busAt:a,axis:l}=s,d=E0(n,l),u=wt(r,e),f=n.terminals.find(p=>p.id===d),h=l==="x"?t[0]:a[0],g=l==="y"?t[1]:a[1],m=f?[ne(h)-f.x,ne(g)-f.y]:[ne(t[0]),ne(t[1])];return o.dispatch(p=>{const y={id:u,kind:e},v={at:m},b=`${u}.${d}`,k={id:vt(i,b),ends:[i,b]};return{...p,elements:[...p.elements,y],wires:[...p.wires??[],k],layout:{...p.layout??{},[u]:v}}}),o.setSelection([u]),{newElementId:u,attachedToBus:!0}}function $0(e,t){const n=x.getState().internal;let o=null;for(const r of e.buses??[]){const s=n.buses.get(r.id);if(!s)continue;const{axis:i,at:a,span:l}=s.geometry;let d;if(i==="x"){const u=a[0]-l/2,f=a[0]+l/2,h=t[0]<u?u-t[0]:t[0]>f?t[0]-f:0,g=Math.abs(t[1]-a[1]);d=Math.sqrt(h*h+g*g)}else{const u=a[1]-l/2,f=a[1]+l/2,h=t[1]<u?u-t[1]:t[1]>f?t[1]-f:0,g=Math.abs(t[0]-a[0]);d=Math.sqrt(g*g+h*h)}d<=S0&&(!o||d<o.dist)&&(o={busId:r.id,busAt:[a[0],a[1]],axis:i,dist:d})}return o?{busId:o.busId,busAt:o.busAt,axis:o.axis}:null}function E0(e,t){return e.terminals.length===0?"t":[...e.terminals].sort((o,r)=>t==="x"?o.y-r.y:o.x-r.x)[0].id}function wm(e){return!e||e.stretchable||e.terminals.length===0?null:[...e.terminals].sort((n,o)=>n.y-o.y)[0]}function vm(e,t){const n=x.getState().internal;if(!e.includes(".")&&n.buses.has(e)){const r=n.buses.get(e),{axis:s,at:i,span:a}=r.geometry;if(s==="x"){const g=i[0]-a/2,m=i[0]+a/2,p=Math.max(g,Math.min(m,t[0])),y=i[1],v=t[1]>=y?"s":"n";return{ref:e,world:[p,y],orientation:v,isBus:!0,busId:e}}const l=i[1]-a/2,d=i[1]+a/2,u=Math.max(l,Math.min(d,t[1])),f=i[0],h=t[0]>=f?"e":"w";return{ref:e,world:[f,u],orientation:h,isBus:!0,busId:e}}const o=n.terminals.get(e);return o?{ref:e,world:o.world,orientation:o.orientation,isBus:!1}:null}const N0={n:"s",s:"n",e:"w",w:"e"};function km(e,t,n){if(e.terminals.length===0)return{id:"t",x:0,y:0,orientation:"n"};const o=N0[t.orientation],r=e.terminals.filter(l=>l.orientation===o),s=r.length>0?r:e.terminals;let i=s[0],a=go(i,n,t.world);for(let l=1;l<s.length;l++){const d=s[l],u=go(d,n,t.world);u<a&&(a=u,i=d)}return i}function go(e,t,n){const o=t[0]+e.x-n[0],r=t[1]+e.y-n[1];return o*o+r*r}function T0(e,t,n){const o=Ke[e],r=x.getState(),s=r.diagram;if(!o)return null;const i=vm(t,n);if(!i)return null;const a=n[0]-i.world[0],l=n[1]-i.world[1],d=a*a+l*l<=j0,u=[ne(n[0]),ne(n[1])],f=km(o,i,u),h=d?i.world:u,g=[ne(h[0]-f.x),ne(h[1]-f.y)],m=wt(s,e);return r.dispatch(p=>{const y={id:m,kind:e},v={at:g},b=`${m}.${f.id}`,k=i.isBus&&i.busId?i.busId:t,S={id:vt(k,b),ends:[k,b]};return{...p,elements:[...p.elements,y],wires:[...p.wires??[],S],layout:{...p.layout??{},[m]:v}}}),r.setSelection([m]),{newElementId:m,attachedToBus:i.isBus}}const Ht=9,Bt=7;function Wt(e,t){var s,i;const n=[],o=((s=e.element.name)==null?void 0:s.trim())||e.element.id;if(o&&n.push(o),t!=="all"||!((i=e.libraryDef)!=null&&i.params))return n;const r=e.element.params??{};for(const a of e.libraryDef.params){if(!a.showOnCanvas)continue;const l=r[a.name];l==null||l===""||n.push(`${l}${a.unit??""}`)}return n}function Gt(e){const t=C0(e.viewBox);return t?{x:t.x+t.w+2,y:t.y+4,anchor:"start"}:{x:0,y:0,anchor:"start"}}function qt(e,t){let n=e.x,o=e.y;switch(t.mirror&&(n=-n),t.rot){case 90:[n,o]=[-o,n];break;case 180:[n,o]=[-n,-o];break;case 270:[n,o]=[o,-n];break}return[n+t.at[0],o+t.at[1]]}function C0(e){const t=e.trim().split(/\s+/).map(Number);return t.length!==4||t.some(n=>Number.isNaN(n))?null:{x:t[0],y:t[1],w:t[2],h:t[3]}}function I0(){const e=x(r=>r.internal.elements),t=x(r=>r.internal.layout),n=x(r=>{var s;return((s=r.diagram.meta)==null?void 0:s.labelMode)??"all"}),o=x(r=>r.editingElement);return c.jsx("g",{className:"ole-annotation-layer",pointerEvents:"none",children:Array.from(e.values()).map(r=>{var u;const s=t.get(r.element.id);if(!s||!r.libraryDef)return null;const i=r.libraryDef.label??Gt(r.libraryDef),a=qt(i,s),l=i.anchor??"start";if(o===r.element.id)return c.jsx(A0,{elementId:r.element.id,currentName:((u=r.element.name)==null?void 0:u.trim())||r.element.id,world:a,anchor:l},r.element.id);if(n==="off")return null;const d=Wt(r,n);return d.length===0?null:c.jsx("g",{className:"ole-annotation",transform:`translate(${a[0]} ${a[1]})`,children:d.map((f,h)=>c.jsx("text",{x:0,y:h*Ht,textAnchor:l,className:"ole-annotation-text",children:f},h))},r.element.id)})})}const en=200,tn=9;function A0({elementId:e,currentName:t,world:n,anchor:o}){const r=j.useRef(null);j.useEffect(()=>{const l=r.current;if(!l)return;l.focus();const d=document.createRange();d.selectNodeContents(l);const u=window.getSelection();u==null||u.removeAllRanges(),u==null||u.addRange(d)},[e]);function s(){var h;const l=x.getState(),d=l.diagram.elements.find(g=>g.id===e);if(!d){l.setEditingElement(null);return}const u=(((h=r.current)==null?void 0:h.innerText)??"").replace(/\u00a0/g," ").trim(),f=u===""||u===e?void 0:u;f!==d.name&&l.updateElement(e,{name:f}),l.setEditingElement(null)}function i(l){if(l.key==="Escape"||l.key==="Enter"&&!l.shiftKey){l.preventDefault(),s();return}l.stopPropagation()}let a=n[0];return o==="middle"?a-=en/2:o==="end"&&(a-=en),c.jsx("foreignObject",{x:a,y:n[1]-tn,width:en,height:tn*2.2,className:"ole-element-name-editor",children:c.jsx("div",{ref:r,contentEditable:!0,suppressContentEditableWarning:!0,onBlur:s,onKeyDown:i,onPointerDown:l=>l.stopPropagation(),onMouseDown:l=>l.stopPropagation(),style:{fontSize:`${tn}px`,fontFamily:"ui-sans-serif, system-ui, sans-serif",color:"var(--foreground)",background:"var(--canvas-bg)",outline:"1px dashed var(--selection)",padding:"0 2px",display:"inline-block",minWidth:"20px",lineHeight:1.1,textAlign:o==="middle"?"center":o==="end"?"right":"left",whiteSpace:"nowrap",cursor:"text"},children:t})})}const _m=8,Dt=1.25;function M0(){const e=x(o=>o.diagram.annotations),t=x(o=>o.selectedAnnotation),n=x(o=>o.editingAnnotation);return!e||e.length===0?null:c.jsx("g",{className:"ole-free-annotation-layer",children:e.map(o=>n===o.id?c.jsx(O0,{ann:o},o.id):c.jsx(P0,{ann:o,isSelected:t===o.id},o.id))})}function P0({ann:e,isSelected:t}){const n=e.fontSize??_m,o=e.text===""?[""]:e.text.split(`
|
|
192
|
-
`),r=Math.max(20,...o.map(i=>i.length*n*.55)),s=o.length*n*Dt;return c.jsxs("g",{"data-annotation-id":e.id,className:"ole-free-annotation","data-selected":t?"true":void 0,children:[c.jsx("rect",{x:e.at[0]-1,y:e.at[1]-1,width:r+2,height:s+2,fill:"transparent",className:"ole-free-annotation-hit"}),t&&c.jsx("rect",{x:e.at[0]-1,y:e.at[1]-1,width:r+2,height:s+2,className:"ole-free-annotation-halo"}),o.map((i,a)=>c.jsx("text",{x:e.at[0],y:e.at[1]+n*.85+a*n*Dt,fontSize:n,className:"ole-free-annotation-text",children:i},a))]})}function O0({ann:e}){const t=j.useRef(null),n=e.fontSize??_m;j.useEffect(()=>{const a=t.current;if(!a)return;a.focus();const l=document.createRange();l.selectNodeContents(a);const d=window.getSelection();d==null||d.removeAllRanges(),d==null||d.addRange(l)},[e.id]);function o(){var d;const a=x.getState(),l=(((d=t.current)==null?void 0:d.innerText)??"").replace(/\u00a0/g," ").trimEnd();l===""?a.deleteAnnotation(e.id):l!==e.text&&a.updateAnnotation(e.id,{text:l}),a.setEditingAnnotation(null),l!==""&&a.setSelectedAnnotation(e.id),a.activeTool==="text"&&a.setActiveTool("select")}function r(a){if(a.key==="Escape"){a.preventDefault(),o();return}if(a.key==="Enter"&&!a.shiftKey){a.preventDefault(),o();return}a.stopPropagation()}return c.jsx("foreignObject",{x:e.at[0],y:e.at[1],width:320,height:200,"data-annotation-id":e.id,className:"ole-free-annotation-edit-fo",children:c.jsx("div",{ref:t,contentEditable:!0,suppressContentEditableWarning:!0,onBlur:o,onKeyDown:r,onPointerDown:a=>a.stopPropagation(),onMouseDown:a=>a.stopPropagation(),style:{fontSize:`${n}px`,lineHeight:Dt,fontFamily:"ui-sans-serif, system-ui, sans-serif",color:"var(--foreground)",background:"var(--canvas-bg)",outline:"1px dashed var(--selection)",padding:"0 2px",minWidth:`${n}px`,minHeight:`${n*Dt}px`,whiteSpace:"pre-wrap",wordBreak:"break-word",cursor:"text"},children:e.text})})}const L0=20;function B0(){const e=x(u=>u.selection),t=x(u=>u.internal);if(e.length!==1)return null;const n=e[0],o=t.buses.get(n);if(!o)return null;const{axis:r,at:s,span:i}=o.geometry,a=i/2,l=r==="x"?[s[0]-a,s[1]]:[s[0],s[1]-a],d=r==="x"?[s[0]+a,s[1]]:[s[0],s[1]+a];return c.jsxs("g",{className:"ole-bus-handles",pointerEvents:"auto",children:[c.jsx(xo,{x:l[0],y:l[1],busId:n,side:"start",axis:r}),c.jsx(xo,{x:d[0],y:d[1],busId:n,side:"end",axis:r})]})}function xo({x:e,y:t,busId:n,side:o,axis:r}){const s=Ue(),i=j.useRef(null),a=u=>{if(u.button!==0||(u.stopPropagation(),u.preventDefault(),!s))return;const f=x.getState().internal.buses.get(n);f&&(i.current={pointerId:u.pointerId,startSpan:f.geometry.span,startAt:[...f.geometry.at],startSvg:s.screenToSvg(u.clientX,u.clientY)},u.target.setPointerCapture(u.pointerId))},l=u=>{const f=i.current;if(!f||u.pointerId!==f.pointerId||!s)return;const h=s.screenToSvg(u.clientX,u.clientY),g=r==="x"?h[0]-f.startSvg[0]:h[1]-f.startSvg[1],m=ym()?Math.round(g/Lt)*Lt:g,p=f.startSpan+(o==="end"?m:-m);if(p<L0)return;const y=r==="x"?[f.startAt[0]+m/2,f.startAt[1]]:[f.startAt[0],f.startAt[1]+m/2];x.getState().updateBus(n,{span:p,at:y})},d=u=>{const f=i.current;!f||u.pointerId!==f.pointerId||(u.target.hasPointerCapture(u.pointerId)&&u.target.releasePointerCapture(u.pointerId),i.current=null)};return c.jsx("circle",{className:"ole-bus-handle",cx:e,cy:t,r:5,"data-handle":o,onPointerDown:a,onPointerMove:l,onPointerUp:d,onPointerCancel:d})}const xn=.5;function yt(e,t){return Math.abs(e[1]-t[1])<xn?"h":"v"}function D0(){const e=x(a=>a.selectedWire),t=x(a=>a.internal.wireRenders);if(!e)return null;const n=t.get(e);if(!n||n.path.length<2)return null;const o=n.path,r=o.length,s=[];for(let a=1;a<r-1;a++){const l=yt(o[a-1],o[a]),d=yt(o[a],o[a+1]),u=a-1===0,f=a+1===r-1,h=u&&l==="v"||f&&d==="v",g=u&&l==="h"||f&&d==="h";h&&g||s.push(c.jsx(R0,{wireId:e,index:a,xLocked:h,yLocked:g},`v-${a}`))}const i=[];for(let a=0;a<r-1;a++){const l=o[a],d=o[a+1];Math.abs(l[0]-d[0])<xn&&Math.abs(l[1]-d[1])<xn||i.push(c.jsx(z0,{wireId:e,segIndex:a,axis:yt(l,d)},`m-${a}`))}return c.jsxs("g",{className:"ole-wire-handles",pointerEvents:"auto",children:[i,s]})}function R0({wireId:e,index:t,xLocked:n,yLocked:o}){const r=Ue(),s=j.useRef(null),i=x(m=>{var p;return(p=m.internal.wireRenders.get(e))==null?void 0:p.path});if(!i||t<=0||t>=i.length-1)return null;const[a,l]=i[t],d=n&&!o?"ns-resize":!n&&o?"ew-resize":"move",u=m=>{if(m.button!==0||(m.stopPropagation(),m.preventDefault(),!r))return;const p=x.getState().internal.wireRenders.get(e);p&&(s.current={pointerId:m.pointerId,startPath:p.path.map(y=>[y[0],y[1]]),startSvg:r.screenToSvg(m.clientX,m.clientY),index:t,xLocked:n,yLocked:o},document.body.style.cursor=d,m.target.setPointerCapture(m.pointerId))},f=m=>{const p=s.current;if(!p||m.pointerId!==p.pointerId||!r)return;const y=r.screenToSvg(m.clientX,m.clientY),v=p.startPath,b=p.index;if(b<=0||b>=v.length-1)return;const k=v[b],S=[p.xLocked?k[0]:ne(k[0]+(y[0]-p.startSvg[0])),p.yLocked?k[1]:ne(k[1]+(y[1]-p.startSvg[1]))];if(S[0]===k[0]&&S[1]===k[1])return;const C=v.map(Q=>[Q[0],Q[1]]);C[b]=S;const L=yt(v[b-1],v[b]);b-1>0&&(L==="h"?C[b-1]=[v[b-1][0],S[1]]:C[b-1]=[S[0],v[b-1][1]]);const te=yt(v[b],v[b+1]);b+1<v.length-1&&(te==="h"?C[b+1]=[v[b+1][0],S[1]]:C[b+1]=[S[0],v[b+1][1]]),x.getState().updateWirePath(e,C)},h=m=>{const p=s.current;!p||m.pointerId!==p.pointerId||(m.target.hasPointerCapture(m.pointerId)&&m.target.releasePointerCapture(m.pointerId),s.current=null,document.body.style.cursor="")},g=m=>{m.stopPropagation(),m.preventDefault();const p=x.getState().internal.wireRenders.get(e);if(!p||p.path.length<=2||t<=0||t>=p.path.length-1)return;const y=p.path.filter((v,b)=>b!==t);x.getState().updateWirePath(e,y)};return c.jsx("circle",{className:"ole-wire-handle ole-wire-vertex",cx:a,cy:l,r:5,style:{cursor:d},onPointerDown:u,onPointerMove:f,onPointerUp:h,onPointerCancel:h,onDoubleClick:g})}function z0({wireId:e,segIndex:t,axis:n}){const o=Ue(),r=j.useRef(null),s=x(m=>{var p;return(p=m.internal.wireRenders.get(e))==null?void 0:p.path});if(!s||t<0||t>=s.length-1)return null;const i=s[t],a=s[t+1],l=(i[0]+a[0])/2,d=(i[1]+a[1])/2,u=n==="h"?"ns-resize":"ew-resize",f=m=>{if(m.button!==0||(m.stopPropagation(),m.preventDefault(),!o))return;const p=x.getState().internal.wireRenders.get(e);p&&(r.current={pointerId:m.pointerId,startPath:p.path.map(y=>[y[0],y[1]]),startSvg:o.screenToSvg(m.clientX,m.clientY),axis:n,segIndex:t},document.body.style.cursor=u,m.currentTarget.setPointerCapture(m.pointerId))},h=m=>{const p=r.current;if(!p||m.pointerId!==p.pointerId||!o)return;const y=o.screenToSvg(m.clientX,m.clientY),v=p.startPath,b=p.segIndex;if(b>=v.length-1)return;const k=v[b],S=v[b+1],C=[];for(let L=0;L<=b;L++)C.push(v[L]);if(p.axis==="h"){const L=ne(k[1]+(y[1]-p.startSvg[1]));C.push([k[0],L]),C.push([S[0],L])}else{const L=ne(k[0]+(y[0]-p.startSvg[0]));C.push([L,k[1]]),C.push([L,S[1]])}for(let L=b+1;L<v.length;L++)C.push(v[L]);x.getState().updateWirePath(e,C)},g=m=>{const p=r.current;if(!p||m.pointerId!==p.pointerId)return;const y=m.currentTarget;y.hasPointerCapture(m.pointerId)&&y.releasePointerCapture(m.pointerId),r.current=null,document.body.style.cursor=""};return c.jsxs("g",{className:"ole-wire-handle ole-wire-midpoint-group",style:{cursor:u},onPointerDown:f,onPointerMove:h,onPointerUp:g,onPointerCancel:g,children:[c.jsx("circle",{className:"ole-wire-midpoint-hit",cx:l,cy:d,r:8}),c.jsx("circle",{className:"ole-wire-handle ole-wire-midpoint",cx:l,cy:d,r:3.5})]})}const F0=3,nn=12;function H0(){const e=x(a=>a.internal.buses),t=x(a=>a.selection),n=x(a=>a.selectedNode),o=x(a=>a.internal.nodes),r=x(a=>a.internal.terminalToNode),s=new Set(t),i=new Set;if(n){const a=o.get(n);if(a)for(const l of a.terminals)l.includes(".")||i.add(l)}return c.jsx("g",{className:"ole-bus-layer",children:Array.from(e.values()).map(({bus:a,geometry:l})=>{const{axis:d,at:u,span:f}=l,h=f/2,g=d==="x"?u[0]-h:u[0],m=d==="x"?u[1]:u[1]-h,p=d==="x"?u[0]+h:u[0],y=d==="x"?u[1]:u[1]+h,v=s.has(a.id),b=i.has(a.id),k=r.get(a.id)??void 0,S=nn/2,C=d==="x"?u[0]-h:u[0]-S,L=d==="x"?u[1]-S:u[1]-h,te=d==="x"?f:nn,Q=d==="x"?nn:f;return c.jsxs("g",{"data-bus-id":a.id,"data-element-id":a.id,"data-node-id":k,"data-selected":v?"true":void 0,"data-node-related":b?"true":void 0,className:"ole-bus",children:[c.jsx("rect",{x:C,y:L,width:te,height:Q,fill:"transparent",className:"ole-bus-hit"}),c.jsx("line",{x1:g,y1:m,x2:p,y2:y,stroke:"currentColor",strokeWidth:F0,strokeLinecap:"round",fill:"none"})]},a.id)})})}function W0(){const e=x(a=>a.busbarDrawStart),t=x(a=>a.cursorSvg);if(!e||!t)return null;const n=t[0]-e[0],o=t[1]-e[1],r=Math.abs(n)>=Math.abs(o),s=r?t[0]:e[0],i=r?e[1]:t[1];return c.jsxs("g",{className:"ole-busbar-preview",pointerEvents:"none",children:[c.jsx("line",{x1:e[0],y1:e[1],x2:s,y2:i,className:"ole-busbar-preview-line"}),c.jsx("circle",{cx:e[0],cy:e[1],r:3.5,className:"ole-busbar-preview-anchor"}),c.jsx("circle",{cx:s,cy:i,r:3.5,className:"ole-busbar-preview-anchor"})]})}function qe(e){const t=[`translate(${e.at[0]} ${e.at[1]})`];return e.rot&&t.push(`rotate(${e.rot})`),e.mirror&&t.push("scale(-1 1)"),t.join(" ")}function G0(e){const t=e.trim().split(/\s+/).map(Number);return t.length!==4||t.some(n=>Number.isNaN(n))?null:{x:t[0],y:t[1],w:t[2],h:t[3]}}function q0({lib:e}){const t=G0(e.viewBox);return t?c.jsx("rect",{className:"ole-element-hit",x:t.x,y:t.y,width:t.w,height:t.h}):null}function K0(){const e=x(a=>a.internal.elements),t=x(a=>a.internal.layout),n=x(a=>a.selection),o=x(a=>a.selectedNode),r=x(a=>a.internal.nodes),s=new Set(n),i=new Set;if(o){const a=r.get(o);if(a)for(const l of a.terminals){const d=l.indexOf(".");d>0&&i.add(l.slice(0,d))}}return c.jsx("g",{className:"ole-element-layer",children:Array.from(e.values()).map(a=>{const l=t.get(a.element.id);if(!l)return null;const d=s.has(a.element.id),u=i.has(a.element.id);return a.libraryDef?c.jsxs("g",{"data-element-id":a.element.id,"data-selected":d?"true":void 0,"data-node-related":u?"true":void 0,transform:qe(l),className:"ole-element",children:[c.jsx(q0,{lib:a.libraryDef}),c.jsx("g",{dangerouslySetInnerHTML:{__html:a.libraryDef.svg}})]},a.element.id):c.jsxs("g",{"data-element-id":a.element.id,"data-selected":d?"true":void 0,"data-node-related":u?"true":void 0,transform:qe(l),className:"ole-element ole-element--unknown",children:[c.jsx("rect",{x:-10,y:-10,width:20,height:20,fill:"none",stroke:"#EF4444",strokeWidth:1,strokeDasharray:"2 2"}),c.jsx("text",{x:0,y:4,fontSize:8,fill:"#EF4444",textAnchor:"middle",fontFamily:"system-ui, sans-serif",children:"?"})]},a.element.id)})})}let Sm=null;const yn=new Set;function Tt(e){Sm=e;for(const t of yn)t(e)}function Y0(){return Sm}function X0(e){return yn.add(e),()=>{yn.delete(e)}}function V0(){const[e,t]=j.useState(Y0());return j.useEffect(()=>X0(t),[]),!e||e.w===0&&e.h===0?null:c.jsx("rect",{className:"ole-marquee",x:e.x,y:e.y,width:e.w,height:e.h,pointerEvents:"none"})}function U0(){const e=x(d=>d.activeTool),t=x(d=>d.placeKind),n=x(d=>d.cursorSvg),o=x(d=>d.placeFromTerminal);if(e!=="place"||!t||!n)return null;const r=pm(t);if(!r)return null;let s=null,i=null;if(o){const d=vm(o,n);d&&(s=km(r,d,n),i={source:d.world,pin:n})}else s=wm(r);const a=n[0]-((s==null?void 0:s.x)??0),l=n[1]-((s==null?void 0:s.y)??0);return c.jsxs("g",{className:"ole-place-ghost-group",pointerEvents:"none",children:[i&&c.jsxs(c.Fragment,{children:[c.jsx("line",{x1:i.source[0],y1:i.source[1],x2:i.pin[0],y2:i.pin[1],className:"ole-wire-preview-line"}),c.jsx("circle",{cx:i.source[0],cy:i.source[1],r:4,className:"ole-wire-preview-anchor"})]}),c.jsx("g",{className:"ole-place-ghost",transform:`translate(${a} ${l})`,opacity:.5,children:c.jsx("g",{dangerouslySetInnerHTML:{__html:r.svg}})})]})}function Z0(){const e=x(r=>r.selection),t=x(r=>r.internal.elements),n=x(r=>r.internal.layout),o=x(r=>r.internal.buses);return e.length===0?null:c.jsx("g",{className:"ole-selection-overlay",pointerEvents:"none",children:e.map(r=>{const s=o.get(r);if(s){const{axis:d,at:u,span:f}=s.geometry,h=f/2,g=d==="x"?u[0]-h:u[0]-4,m=d==="x"?u[1]-4:u[1]-h,p=d==="x"?f:8,y=d==="x"?8:f;return c.jsx("rect",{x:g,y:m,width:p,height:y,fill:"none",className:"ole-selection-rect"},r)}const i=t.get(r),a=n.get(r);if(!(i!=null&&i.libraryDef)||!a)return null;const l=J0(i.libraryDef.viewBox);return l?c.jsx("rect",{x:l.x,y:l.y,width:l.w,height:l.h,fill:"none",className:"ole-selection-rect",transform:qe(a)},r):null})})}function J0(e){const t=e.trim().split(/\s+/).map(Number);return t.length!==4||t.some(n=>Number.isNaN(n))?null:{x:t[0],y:t[1],w:t[2],h:t[3]}}function Q0(){const e=x(s=>s.internal.terminals),t=x(s=>s.internal.terminalToNode),n=x(s=>s.wireFromTerminal),o=x(s=>s.selection),r=new Set(o);return c.jsx("g",{className:"ole-terminal-layer",children:Array.from(e.values()).map(s=>{const i=t.get(s.ref),a=i!==void 0,l=n===s.ref,d=r.has(s.elementId);return c.jsx("circle",{cx:s.world[0],cy:s.world[1],r:3,"data-element-id":s.elementId,"data-terminal-id":s.ref,"data-node-id":i,"data-connected":a?"true":"false","data-active":l?"true":void 0,"data-on-selected":d?"true":void 0,className:"ole-terminal"},s.ref)})})}function ex(){const e=x(i=>i.internal.wireRenders),t=x(i=>i.internal.terminalToNode),n=x(i=>i.diagram.wires),o=x(i=>i.selectedWire),r=x(i=>i.selectedNode),s=new Map;for(const i of n??[]){const a=t.get(i.ends[0]);a&&s.set(i.id,a)}return c.jsx("g",{className:"ole-wire-layer",fill:"none",stroke:"currentColor",strokeWidth:1,children:Array.from(e.values()).flatMap(i=>{const a=i.path;if(a.length<2)return[];const l=a.map(h=>`${h[0]},${h[1]}`).join(" "),d=s.get(i.wireId),u=o===i.wireId,f=r!=null&&r===d;return[c.jsx("polyline",{"data-wire-id":i.wireId,"data-node-id":d,className:"ole-wire-hit",points:l},`hit-${i.wireId}`),c.jsx("polyline",{"data-wire-id":i.wireId,"data-node-id":d,"data-manual":i.userEdited?"true":void 0,"data-selected":u||f?"true":void 0,className:"ole-wire",points:l},i.wireId)]})})}let Ve=null;const bn=new Set;function Me(e){if(!(e===null&&Ve===null||e&&Ve&&e.ref===Ve.ref&&e.world[0]===Ve.world[0]&&e.world[1]===Ve.world[1])){Ve=e;for(const t of bn)t(e)}}function tx(){return Ve}function nx(e){return bn.add(e),()=>{bn.delete(e)}}function ox(){var d,u;const e=x(f=>f.wireFromTerminal),t=x(f=>f.cursorSvg),n=x(f=>f.internal.terminals),[o,r]=j.useState(tx());j.useEffect(()=>nx(r),[]);const s=x(f=>f.internal.buses);if(!e||!t)return null;let i;if(e.includes(".")?i=(d=n.get(e))==null?void 0:d.world:i=(u=s.get(e))==null?void 0:u.geometry.at,!i)return null;const a=(o==null?void 0:o.world[0])??t[0],l=(o==null?void 0:o.world[1])??t[1];return c.jsxs("g",{className:"ole-wire-preview",pointerEvents:"none",children:[c.jsx("line",{x1:i[0],y1:i[1],x2:a,y2:l,className:"ole-wire-preview-line"}),c.jsx("circle",{cx:i[0],cy:i[1],r:4,className:"ole-wire-preview-anchor"}),o&&c.jsxs(c.Fragment,{children:[c.jsx("circle",{cx:o.world[0],cy:o.world[1],r:o.isBus?7:8,className:"ole-wire-preview-target-ring"}),c.jsx("circle",{cx:o.world[0],cy:o.world[1],r:o.isBus?3:4,className:"ole-wire-preview-target-dot"})]})]})}function rt(e,t){return e instanceof Element?e.closest(`[${t}]`):null}function nt(e){var t;return((t=rt(e,"data-element-id"))==null?void 0:t.getAttribute("data-element-id"))??null}function rx(e){var t;return((t=rt(e,"data-bus-id"))==null?void 0:t.getAttribute("data-bus-id"))??null}function Ge(e){var o;const t=(o=rt(e,"data-terminal-id"))==null?void 0:o.getAttribute("data-terminal-id");if(t)return t;const n=rx(e);return n||null}function Kt(e){var t;return((t=rt(e,"data-node-id"))==null?void 0:t.getAttribute("data-node-id"))??null}function yo(e){var t;return((t=rt(e,"data-wire-id"))==null?void 0:t.getAttribute("data-wire-id"))??null}function Rt(e){var t;return((t=rt(e,"data-annotation-id"))==null?void 0:t.getAttribute("data-annotation-id"))??null}function jm(e,t){try{e.dispatchEvent(new PointerEvent("pointercancel",{pointerId:t,bubbles:!0,cancelable:!0,pointerType:"touch"}))}catch{}}function sx(e){if(!(e instanceof HTMLElement))return!1;const t=e.tagName;return t==="INPUT"||t==="TEXTAREA"||t==="SELECT"||e.isContentEditable}function $m(){const e=x.getState(),t=e.activeTool;if(e.editingAnnotation||e.editingElement){if(typeof document<"u"){const n=document.querySelector(".ole-free-annotation-edit-fo div[contenteditable], .ole-element-name-editor div[contenteditable]");n==null||n.blur()}e.setEditingAnnotation(null),e.setEditingElement(null);return}if(t==="wire"||t==="busbar"||t==="text"){e.setActiveTool("select");return}if(t==="place"){e.placeFromTerminal?e.setPlaceFromTerminal(null):e.placeKind?e.setPlaceKind(null):e.setActiveTool("select");return}(e.selectedNode||e.selectedWire||e.selection.length>0||e.selectedAnnotation)&&e.clearSelection()}function ix(){j.useEffect(()=>{const e=t=>{if(sx(t.target))return;const n=t.metaKey||t.ctrlKey,o=x.getState();if(n&&t.key.toLowerCase()==="z"){t.preventDefault(),t.shiftKey?o.redo():o.undo();return}if(n&&!t.shiftKey&&t.key.toLowerCase()==="y"){t.preventDefault(),o.redo();return}if(n&&t.key.toLowerCase()==="a"){t.preventDefault();const r=x.getState().diagram.elements.map(s=>s.id);o.setSelection(r);return}if(n&&!t.shiftKey&&!t.altKey){const r=t.key.toLowerCase();if(r==="c"){if(o.selection.length===0)return;t.preventDefault(),o.copySelection();return}if(r==="x"){if(o.selection.length===0)return;t.preventDefault(),o.cutSelection();return}if(r==="v"){if(!o.clipboard)return;t.preventDefault(),o.pasteClipboard();return}}if(!n)switch(t.key){case"v":case"V":o.setActiveTool("select");return;case"h":case"H":o.setActiveTool("pan");return;case"w":case"W":o.setActiveTool("wire");return;case"b":case"B":o.setActiveTool("busbar");return;case"p":case"P":o.setActiveTool("place");return;case"t":case"T":o.setActiveTool("text");return;case"r":case"R":o.selection.length>0&&(t.preventDefault(),o.rotateSelection(90));return;case"m":case"M":o.selection.length>0&&(t.preventDefault(),o.mirrorSelection());return;case"Delete":case"Backspace":o.selectedAnnotation?(t.preventDefault(),o.deleteAnnotation(o.selectedAnnotation)):o.selectedWire?(t.preventDefault(),o.deleteSelectedWire()):o.selectedNode?(t.preventDefault(),o.deleteSelectedNode()):o.selection.length>0&&(t.preventDefault(),o.deleteSelection());return;case"Escape":$m();return}};return window.addEventListener("keydown",e),()=>window.removeEventListener("keydown",e)},[])}let wn=null;const vn=new Set;function ax(e){if(e!==wn){wn=e;for(const t of vn)t(e)}}function lx(){return wn}function cx(e){return vn.add(e),()=>{vn.delete(e)}}const bo="ole-hover-element-host",dx="ole-hover-terminal-on",ux="ole-hover-node-on";function fx(e){j.useEffect(()=>{const t=e.current;if(!t)return;let n=null,o=null;const r=new Set,s=new Set,i=(f,h,g)=>{for(const m of f)m.classList.remove(g);f.clear();for(const m of h)m.classList.add(g),f.add(m)},a=f=>{var g,m;if(f===n)return;n&&((g=t.querySelector(`[data-element-id="${Ct(n)}"]`))==null||g.classList.remove(bo)),f&&((m=t.querySelector(`[data-element-id="${Ct(f)}"]`))==null||m.classList.add(bo));const h=f?Array.from(t.querySelectorAll(`.ole-terminal[data-element-id="${Ct(f)}"]`)):[];i(r,h,dx),n=f,f?t.setAttribute("data-hover-element",""):t.removeAttribute("data-hover-element"),ax(f)},l=f=>{if(f===o)return;const h=f?Array.from(t.querySelectorAll(`[data-node-id="${Ct(f)}"]`)):[];i(s,h,ux),o=f,f?t.setAttribute("data-hover-node",""):t.removeAttribute("data-hover-node")},d=f=>{a(nt(f.target));const h=Ge(f.target);let g=null;h?g=x.getState().internal.terminalToNode.get(h)??null:g=Kt(f.target),l(g)},u=()=>{a(null),l(null)};return t.addEventListener("pointermove",d),t.addEventListener("pointerleave",u),()=>{t.removeEventListener("pointermove",d),t.removeEventListener("pointerleave",u),a(null),l(null)}},[e])}function Ct(e){return e.replace(/(["\\])/g,"\\$1")}function Em(e,t){const n=x.getState().internal;if(!e.includes(".")){const r=n.buses.get(e);if(!r)return null;const{axis:s,at:i,span:a}=r.geometry;if(s==="x"){const f=i[0]-a/2,h=i[0]+a/2,g=Math.max(f,Math.min(h,t[0]));return{ref:e,world:[g,i[1]],isBus:!0}}const l=i[1]-a/2,d=i[1]+a/2,u=Math.max(l,Math.min(d,t[1]));return{ref:e,world:[i[0],u],isBus:!0}}const o=n.terminals.get(e);return o?{ref:e,world:o.world,isBus:!1}:null}const wo=3;let ie=null,Se=null,je=null,ae=null;const mx={id:"select",cursor:"default",onPointerDown(e,t){var h,g,m,p,y,v,b;if(e.button!==0||e.target instanceof Element&&e.target.closest(".ole-bus-handle, .ole-wire-handle"))return;const n=x.getState(),o=Rt(e.target);if(o){e.preventDefault(),e.stopPropagation();const k=(h=n.diagram.annotations)==null?void 0:h.find(S=>S.id===o);if(!k)return;n.setSelectedAnnotation(o),ae={pointerId:e.pointerId,id:o,startSvg:t.viewport.screenToSvg(e.clientX,e.clientY),origin:[k.at[0],k.at[1]],moved:!1};return}const s=(e.target instanceof Element?(g=e.target.closest("[data-terminal-id]"))==null?void 0:g.getAttribute("data-terminal-id"):null)?Ge(e.target):null;if(s){const k=s.indexOf("."),S=k>0?s.slice(0,k):"";if(S&&n.selection.includes(S)){e.preventDefault(),e.stopPropagation(),e.target instanceof Element&&((p=(m=e.target).hasPointerCapture)!=null&&p.call(m,e.pointerId))&&e.target.releasePointerCapture(e.pointerId),t.hostEl.classList.add("tool-wire"),n.setWireFromTerminal(s),n.setCursorSvg(t.viewport.screenToSvg(e.clientX,e.clientY)),je={pointerId:e.pointerId,fromRef:s};return}}let i=nt(e.target);if(!i){const k=yo(e.target);if(k&&typeof document<"u"){const S=document.elementsFromPoint(e.clientX,e.clientY);for(const C of S){const L=(v=(y=C.closest)==null?void 0:y.call(C,"[data-bus-id]"))==null?void 0:v.getAttribute("data-bus-id");if(!L)continue;const te=(b=n.diagram.wires)==null?void 0:b.find(Q=>Q.id===k);te&&(te.ends[0]===L||te.ends[1]===L)&&(i=L);break}}}if(!i){const k=yo(e.target);if(k){if(e.preventDefault(),e.altKey){const S=Kt(e.target);if(S){n.setSelectedNode(S);return}}n.setSelectedWire(k);return}e.shiftKey||n.clearSelection(),Se={pointerId:e.pointerId,startSvg:t.viewport.screenToSvg(e.clientX,e.clientY),shiftKey:e.shiftKey,baseSelection:e.shiftKey?n.selection.slice():[]},t.hostEl.setPointerCapture(e.pointerId),e.preventDefault();return}const a=n.selection;e.shiftKey?n.toggleInSelection(i):a.includes(i)||n.setSelection([i]);const l=e.shiftKey?x.getState().selection:a.includes(i)?a:[i];if(l.length===0)return;const d=x.getState().internal,u=new Map,f=new Map;for(const k of l){const S=d.buses.get(k);if(S){f.set(k,[S.geometry.at[0],S.geometry.at[1]]);continue}const C=d.layout.get(k);C&&u.set(k,{...C})}u.size===0&&f.size===0||(ie={pointerId:e.pointerId,startSvg:t.viewport.screenToSvg(e.clientX,e.clientY),originals:u,busOriginals:f,moved:!1},e.preventDefault())},onPointerMove(e,t){if(ae&&e.pointerId===ae.pointerId){const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=ne(n[0]-ae.startSvg[0]),r=ne(n[1]-ae.startSvg[1]);!ae.moved&&(o!==0||r!==0)&&(ae.moved=!0,t.hostEl.hasPointerCapture(e.pointerId)||t.hostEl.setPointerCapture(e.pointerId));const s=t.hostEl.querySelector(`[data-annotation-id="${He(ae.id)}"]`);s&&s.setAttribute("transform",`translate(${o} ${r})`);return}if(je&&e.pointerId===je.pointerId){const n=t.viewport.screenToSvg(e.clientX,e.clientY);x.getState().setCursorSvg(n);const o=typeof document<"u"?document.elementFromPoint(e.clientX,e.clientY):null,r=o?Ge(o):null;if(!r||r===je.fromRef){Me(null);return}Me(Em(r,n));return}if(ie&&e.pointerId===ie.pointerId){const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=ne(n[0]-ie.startSvg[0]),r=ne(n[1]-ie.startSvg[1]);!ie.moved&&(o!==0||r!==0)&&(ie.moved=!0,t.hostEl.hasPointerCapture(e.pointerId)||t.hostEl.setPointerCapture(e.pointerId));for(const[s,i]of ie.originals){const a=t.hostEl.querySelector(`[data-element-id="${He(s)}"]`);if(!a)continue;const l={...i,at:[i.at[0]+o,i.at[1]+r]};a.setAttribute("transform",qe(l))}for(const s of ie.busOriginals.keys()){const i=t.hostEl.querySelector(`[data-element-id="${He(s)}"]`);i&&i.setAttribute("transform",`translate(${o} ${r})`)}return}if(Se&&e.pointerId===Se.pointerId){const n=t.viewport.screenToSvg(e.clientX,e.clientY);Tt(vo(Se.startSvg,n));return}},onPointerUp(e,t){if(ae&&e.pointerId===ae.pointerId){t.hostEl.hasPointerCapture(e.pointerId)&&t.hostEl.releasePointerCapture(e.pointerId);const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=ne(n[0]-ae.startSvg[0]),r=ne(n[1]-ae.startSvg[1]),s=t.hostEl.querySelector(`[data-annotation-id="${He(ae.id)}"]`);s&&s.removeAttribute("transform"),ae.moved&&(o!==0||r!==0)&&x.getState().updateAnnotation(ae.id,{at:[ae.origin[0]+o,ae.origin[1]+r]}),ae=null;return}if(je&&e.pointerId===je.pointerId){const n=x.getState(),o=je.fromRef;je=null,t.hostEl.classList.remove("tool-wire"),n.setWireFromTerminal(null),n.setCursorSvg(null),Me(null);const r=Ge(e.target);r&&r!==o&&n.addWire(o,r);return}if(ie&&e.pointerId===ie.pointerId){if(t.hostEl.hasPointerCapture(e.pointerId)&&t.hostEl.releasePointerCapture(e.pointerId),ie.moved){const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=ne(n[0]-ie.startSvg[0]),r=ne(n[1]-ie.startSvg[1]);if(o!==0||r!==0){const s=new Map;for(const i of ie.originals.keys())s.set(i,[o,r]);for(const i of ie.busOriginals.keys())s.set(i,[o,r]);x.getState().moveElements(s)}for(const s of ie.busOriginals.keys()){const i=t.hostEl.querySelector(`[data-element-id="${He(s)}"]`);i&&i.removeAttribute("transform")}}ie=null;return}if(Se&&e.pointerId===Se.pointerId){t.hostEl.hasPointerCapture(e.pointerId)&&t.hostEl.releasePointerCapture(e.pointerId);const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=vo(Se.startSvg,n);if(o.w>=wo||o.h>=wo){const r=hx(o);if(Se.shiftKey){const s=new Set(Se.baseSelection);for(const i of r)s.has(i)?s.delete(i):s.add(i);x.getState().setSelection([...s])}else x.getState().setSelection(r)}Tt(null),Se=null}},onPointerCancel(e,t){var n,o,r,s,i,a;if(ae&&e.pointerId===ae.pointerId){const l=t.hostEl.querySelector(`[data-annotation-id="${He(ae.id)}"]`);if(l&&l.removeAttribute("transform"),(o=(n=t.hostEl).hasPointerCapture)!=null&&o.call(n,e.pointerId))try{t.hostEl.releasePointerCapture(e.pointerId)}catch{}ae=null}if(ie&&e.pointerId===ie.pointerId){for(const[l,d]of ie.originals){const u=t.hostEl.querySelector(`[data-element-id="${He(l)}"]`);u&&u.setAttribute("transform",qe(d))}for(const l of ie.busOriginals.keys()){const d=t.hostEl.querySelector(`[data-element-id="${He(l)}"]`);d&&d.removeAttribute("transform")}if((s=(r=t.hostEl).hasPointerCapture)!=null&&s.call(r,e.pointerId))try{t.hostEl.releasePointerCapture(e.pointerId)}catch{}ie=null}if(je&&e.pointerId===je.pointerId){t.hostEl.classList.remove("tool-wire");const l=x.getState();l.setWireFromTerminal(null),l.setCursorSvg(null),Me(null),je=null}if(Se&&e.pointerId===Se.pointerId){if((a=(i=t.hostEl).hasPointerCapture)!=null&&a.call(i,e.pointerId))try{t.hostEl.releasePointerCapture(e.pointerId)}catch{}Tt(null),Se=null}},onDoubleClick(e){const t=x.getState(),n=Rt(e.target);if(n){e.preventDefault(),e.stopPropagation(),t.setEditingAnnotation(n);return}const o=nt(e.target);o&&(e.preventDefault(),e.stopPropagation(),t.setEditingElement(o))},onDeactivate(e){if(ie=null,Se=null,ae=null,je){e.hostEl.classList.remove("tool-wire");const t=x.getState();t.setWireFromTerminal(null),t.setCursorSvg(null),Me(null),je=null}Tt(null)}};function vo(e,t){const n=Math.min(e[0],t[0]),o=Math.min(e[1],t[1]),r=Math.abs(t[0]-e[0]),s=Math.abs(t[1]-e[1]);return{x:n,y:o,w:r,h:s}}function hx(e){const{internal:t}=x.getState(),n=[];for(const o of t.elements.values()){if(!o.libraryDef)continue;const r=t.layout.get(o.element.id);if(!r)continue;const s=gx(o.libraryDef.viewBox);if(!s)continue;const i=[[s.x,s.y],[s.x+s.w,s.y],[s.x,s.y+s.h],[s.x+s.w,s.y+s.h]].map(([f,h])=>px([f,h],r));let a=1/0,l=-1/0,d=1/0,u=-1/0;for(const[f,h]of i)f<a&&(a=f),f>l&&(l=f),h<d&&(d=h),h>u&&(u=h);l>=e.x&&a<=e.x+e.w&&u>=e.y&&d<=e.y+e.h&&n.push(o.element.id)}for(const{bus:o,geometry:r}of t.buses.values()){const{axis:s,at:i,span:a}=r,l=a/2,d=s==="x"?i[0]-l:i[0],u=s==="x"?i[0]+l:i[0],f=s==="x"?i[1]:i[1]-l,h=s==="x"?i[1]:i[1]+l;u>=e.x&&d<=e.x+e.w&&h>=e.y&&f<=e.y+e.h&&n.push(o.id)}return n}function px(e,t){let[n,o]=e;switch(t.mirror&&(n=-n),t.rot){case 0:break;case 90:[n,o]=[-o,n];break;case 180:[n,o]=[-n,-o];break;case 270:[n,o]=[o,-n];break}return[n+t.at[0],o+t.at[1]]}function gx(e){const t=e.trim().split(/\s+/).map(Number);return t.length!==4||t.some(n=>Number.isNaN(n))?null:{x:t[0],y:t[1],w:t[2],h:t[3]}}function He(e){return e.replace(/(["\\])/g,"\\$1")}const xx=4;let V=null;const yx={id:"pan",cursor:"grab",onPointerDown(e,t){if(e.button!==0)return;const n=t.viewport.getViewport(),o=nt(e.target);let r=null;if(o){const s=x.getState();s.selection.includes(o)||s.setSelection([o]);const i=x.getState().selection,a=x.getState().internal,l=new Map,d=new Map;for(const u of i){const f=a.buses.get(u);if(f){d.set(u,[f.geometry.at[0],f.geometry.at[1]]);continue}const h=a.layout.get(u);h&&l.set(u,{...h})}(l.size>0||d.size>0)&&(r={startSvg:t.viewport.screenToSvg(e.clientX,e.clientY),originals:l,busOriginals:d})}V={pointerId:e.pointerId,startX:e.clientX,startY:e.clientY,startTx:n.tx,startTy:n.ty,startTarget:e.target,moved:!1,elementDrag:r},t.hostEl.style.cursor="grabbing",e.preventDefault()},onPointerMove(e,t){if(!V||e.pointerId!==V.pointerId)return;const n=e.clientX-V.startX,o=e.clientY-V.startY;if(!V.moved&&Math.hypot(n,o)>xx){V.moved=!0;try{t.hostEl.setPointerCapture(e.pointerId)}catch{}}if(V.moved){if(V.elementDrag){const r=t.viewport.screenToSvg(e.clientX,e.clientY),s=ne(r[0]-V.elementDrag.startSvg[0]),i=ne(r[1]-V.elementDrag.startSvg[1]);for(const[a,l]of V.elementDrag.originals){const d=t.hostEl.querySelector(`[data-element-id="${ft(a)}"]`);if(!d)continue;const u={...l,at:[l.at[0]+s,l.at[1]+i]};d.setAttribute("transform",qe(u))}for(const a of V.elementDrag.busOriginals.keys()){const l=t.hostEl.querySelector(`[data-element-id="${ft(a)}"]`);l&&l.setAttribute("transform",`translate(${s} ${i})`)}return}t.viewport.setViewport({tx:V.startTx+n,ty:V.startTy+o})}},onPointerUp(e,t){if(!(!V||e.pointerId!==V.pointerId)){if(t.hostEl.hasPointerCapture(e.pointerId)&&t.hostEl.releasePointerCapture(e.pointerId),t.hostEl.style.cursor="grab",V.elementDrag&&V.moved){const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=ne(n[0]-V.elementDrag.startSvg[0]),r=ne(n[1]-V.elementDrag.startSvg[1]);if(o!==0||r!==0){const s=new Map;for(const i of V.elementDrag.originals.keys())s.set(i,[o,r]);for(const i of V.elementDrag.busOriginals.keys())s.set(i,[o,r]);x.getState().moveElements(s)}for(const s of V.elementDrag.busOriginals.keys()){const i=t.hostEl.querySelector(`[data-element-id="${ft(s)}"]`);i&&i.removeAttribute("transform")}}else V.moved||bx(V.startTarget);V=null}},onPointerCancel(e,t){if(V!=null&&V.elementDrag){for(const[n,o]of V.elementDrag.originals){const r=t.hostEl.querySelector(`[data-element-id="${ft(n)}"]`);r&&r.setAttribute("transform",qe(o))}for(const n of V.elementDrag.busOriginals.keys()){const o=t.hostEl.querySelector(`[data-element-id="${ft(n)}"]`);o&&o.removeAttribute("transform")}}V=null},onDeactivate(){V=null}};function bx(e){if(!e)return;const t=x.getState(),n=Rt(e);if(n){t.setSelectedAnnotation(n);return}const o=nt(e);if(o){t.setSelection([o]);return}const r=Kt(e);if(r){t.setSelectedNode(r);return}t.clearSelection()}function ft(e){return e.replace(/(["\\])/g,"\\$1")}const pt={tight:1024,compact:720,dense:520,mini:380},ko={full:0,tight:1,compact:2,dense:3,mini:4};function Ie(e,t){return ko[e]>=ko[t]}function wx(e){return e>=pt.tight?"full":e>=pt.compact?"tight":e>=pt.dense?"compact":e>=pt.mini?"dense":"mini"}const Nm=j.createContext("full");function Ye(){return j.useContext(Nm)}function vx(e){const[t,n]=j.useState(null);return j.useLayoutEffect(()=>{const o=e.current;if(!o)return;const r=()=>{const i=o.clientWidth;n(a=>a===i?a:i)};if(r(),typeof ResizeObserver>"u")return;const s=new ResizeObserver(r);return s.observe(o),()=>s.disconnect()},[e]),t}function Tm(){if(typeof window>"u")return!1;try{if(!window.matchMedia("(pointer: coarse)").matches)return!1}catch{return!1}return window.innerWidth<pt.dense}function In(){Tm()&&x.getState().setActiveTool("pan")}function kx(){Tm()&&x.getState().setPlaceKind(null)}const _x={id:"wire",cursor:"crosshair",onActivate(e){e.hostEl.classList.add("tool-wire")},onDeactivate(e){e.hostEl.classList.remove("tool-wire");const t=x.getState();t.setWireFromTerminal(null),t.setCursorSvg(null),Me(null)},onPointerDown(e,t){var r,s;if(e.button!==0)return;const n=Ge(e.target);if(!n)return;e.preventDefault(),e.stopPropagation(),e.target instanceof Element&&((s=(r=e.target).hasPointerCapture)!=null&&s.call(r,e.pointerId))&&e.target.releasePointerCapture(e.pointerId);const o=x.getState();o.setWireFromTerminal(n),o.setCursorSvg(t.viewport.screenToSvg(e.clientX,e.clientY))},onPointerMove(e,t){const n=x.getState().wireFromTerminal;if(!n)return;const o=t.viewport.screenToSvg(e.clientX,e.clientY);x.getState().setCursorSvg(o);const r=typeof document<"u"?document.elementFromPoint(e.clientX,e.clientY):null,s=r?Ge(r):null;if(!s||s===n){Me(null);return}Me(Em(s,o))},onPointerUp(e){const t=x.getState(),n=t.wireFromTerminal;if(!n)return;t.setWireFromTerminal(null),t.setCursorSvg(null),Me(null);const o=Ge(e.target);!o||o===n||(t.addWire(n,o),In())},onPointerLeave(){const e=x.getState();e.setWireFromTerminal(null),e.setCursorSvg(null),Me(null)}},_o=10;let mt=!1;function So(){setTimeout(()=>kx(),0)}const Sx={id:"place",cursor:"copy",onActivate(e){e.hostEl.classList.add("tool-place")},onDeactivate(e){e.hostEl.classList.remove("tool-place");const t=x.getState();t.setPlaceFromTerminal(null),t.setCursorSvg(null),mt=!1},onPointerDown(e,t){var s,i;if(e.button!==0)return;const{placeKind:n}=x.getState();if(!n)return;e.preventDefault();const o=Ge(e.target);if(o){e.stopPropagation(),e.target instanceof Element&&((i=(s=e.target).hasPointerCapture)!=null&&i.call(s,e.pointerId))&&e.target.releasePointerCapture(e.pointerId);const a=x.getState();a.setPlaceFromTerminal(o),a.setCursorSvg(t.viewport.screenToSvg(e.clientX,e.clientY));return}const r=t.viewport.screenToSvg(e.clientX,e.clientY);bm(n,r),mt=!0},onPointerMove(e,t){const n=t.viewport.screenToSvg(e.clientX,e.clientY);x.getState().setCursorSvg([jo(n[0]),jo(n[1])])},onPointerUp(e,t){const n=x.getState(),o=n.placeFromTerminal;if(o){n.setPlaceFromTerminal(null);const{placeKind:r}=n;if(!r)return;const s=t.viewport.screenToSvg(e.clientX,e.clientY);T0(r,o,s),So();return}mt&&(mt=!1,So())},onPointerLeave(){const e=x.getState();e.setPlaceFromTerminal(null),e.setCursorSvg(null)},onPointerCancel(){const e=x.getState();e.setPlaceFromTerminal(null),e.setCursorSvg(null),mt=!1}};function jo(e){return Math.round(e/_o)*_o}const $o=10,Eo=20;function Je(e){return Math.round(e/$o)*$o}const jx={id:"busbar",cursor:"crosshair",onPointerDown(e,t){if(e.button!==0)return;e.preventDefault();const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=[Je(n[0]),Je(n[1])];x.getState().setBusbarDrawStart(o),x.getState().setCursorSvg(o)},onPointerMove(e,t){const n=t.viewport.screenToSvg(e.clientX,e.clientY);x.getState().setCursorSvg([Je(n[0]),Je(n[1])])},onPointerUp(e,t){const n=x.getState().busbarDrawStart;if(x.getState().setBusbarDrawStart(null),!n)return;const o=t.viewport.screenToSvg(e.clientX,e.clientY),r=Je(o[0]),s=Je(o[1]),i=r-n[0],a=s-n[1],l=Math.abs(i)>=Math.abs(a);let d,u,f;if(l){if(u=Math.abs(i),u<Eo)return;d=0,f=[(n[0]+r)/2,n[1]]}else{if(u=Math.abs(a),u<Eo)return;d=90,f=[n[0],(n[1]+s)/2]}x.getState().addBus(f,u,d),In()},onPointerLeave(){const e=x.getState();e.setBusbarDrawStart(null),e.setCursorSvg(null)},onPointerCancel(){const e=x.getState();e.setBusbarDrawStart(null),e.setCursorSvg(null)},onDeactivate(){const e=x.getState();e.setBusbarDrawStart(null),e.setCursorSvg(null)}},$x={id:"text",cursor:"text",onPointerDown(e,t){if(e.button!==0)return;const n=x.getState(),o=Rt(e.target);if(o){e.preventDefault(),e.stopPropagation(),n.setActiveTool("select"),n.setSelectedAnnotation(o);return}e.preventDefault();const r=t.viewport.screenToSvg(e.clientX,e.clientY),s=n.addAnnotation([r[0],r[1]],"");n.setEditingAnnotation(s),In()}},Ex={select:mx,pan:yx,wire:_x,place:Sx,busbar:jx,text:$x};function Nx(e,t){const n=x(o=>o.activeTool);j.useEffect(()=>{var h;const o=e.current;if(!o)return;const r=Ex[n],s={viewport:t,hostEl:o};(h=r.onActivate)==null||h.call(r,s),r.cursor&&(o.style.cursor=r.cursor);const i=g=>{var m;return(m=r.onPointerDown)==null?void 0:m.call(r,g,s)},a=g=>{var m;return(m=r.onPointerMove)==null?void 0:m.call(r,g,s)},l=g=>{var m;return(m=r.onPointerUp)==null?void 0:m.call(r,g,s)},d=g=>{var m;return r.onPointerCancel?r.onPointerCancel(g,s):(m=r.onPointerUp)==null?void 0:m.call(r,g,s)},u=g=>{var m;return(m=r.onPointerLeave)==null?void 0:m.call(r,g,s)},f=g=>{var m;return(m=r.onDoubleClick)==null?void 0:m.call(r,g,s)};return o.addEventListener("pointerdown",i),o.addEventListener("pointermove",a),o.addEventListener("pointerup",l),o.addEventListener("pointercancel",d),o.addEventListener("pointerleave",u),o.addEventListener("dblclick",f),()=>{var g;o.removeEventListener("pointerdown",i),o.removeEventListener("pointermove",a),o.removeEventListener("pointerup",l),o.removeEventListener("pointercancel",d),o.removeEventListener("pointerleave",u),o.removeEventListener("dblclick",f),(g=r.onDeactivate)==null||g.call(r,s),o.style.cursor=""}},[n,e,t])}let kn=1;const _n=new Set;function Tx(e){if(e!==kn){kn=e;for(const t of _n)t(e)}}function Cx(){return kn}function Ix(e){return _n.add(e),()=>{_n.delete(e)}}const on=.1,rn=8,Ax=1.0015,Mx=1.02;function Px(e,t,n={tx:0,ty:0,scale:1}){const o=j.useRef({...n}),r=j.useRef(new Set),s=()=>{const i=t.current,a=e.current;if(i&&i.setAttribute("transform",`translate(${o.current.tx} ${o.current.ty}) scale(${o.current.scale})`),a&&a.style.setProperty("--canvas-scale",String(o.current.scale)),Tx(o.current.scale),r.current.size>0){const l={...o.current};for(const d of r.current)d(l)}};return j.useEffect(()=>{const i=e.current;if(!i)return;let a=!1,l=-1,d=0,u=0,f=0,h=0,g=!1;const m=new Map;let p=null,y=!1;const v=()=>{if(m.size<2){p=null;return}const N=[...m.values()],M=N[1].x-N[0].x,se=N[1].y-N[0].y,oe=Math.hypot(M,se)||1,de=i.getBoundingClientRect();p={startDist:oe,startScale:o.current.scale,startTx:o.current.tx,startTy:o.current.ty,startMidX:(N[0].x+N[1].x)/2-de.left,startMidY:(N[0].y+N[1].y)/2-de.top}},b=N=>{if(N.pointerType==="touch"){if(m.set(N.pointerId,{x:N.clientX,y:N.clientY}),m.size>=2&&!y){y=!0;for(const M of m.keys())M!==N.pointerId&&jm(i,M);v()}if(y){N.stopPropagation(),N.preventDefault();try{i.setPointerCapture(N.pointerId)}catch{}}}},k=N=>{if(N.pointerType!=="touch"||!m.has(N.pointerId)||(m.set(N.pointerId,{x:N.clientX,y:N.clientY}),!y||!p))return;N.stopPropagation();const M=[...m.values()];if(M.length<2)return;const se=M[1].x-M[0].x,oe=M[1].y-M[0].y,de=Math.hypot(se,oe)||1,X=i.getBoundingClientRect(),ue=(M[0].x+M[1].x)/2-X.left,le=(M[0].y+M[1].y)/2-X.top,he=de/p.startDist,ke=sn(p.startScale*he,on,rn),ye=ke/p.startScale;o.current.tx=p.startMidX-(p.startMidX-p.startTx)*ye+(ue-p.startMidX),o.current.ty=p.startMidY-(p.startMidY-p.startTy)*ye+(le-p.startMidY),o.current.scale=ke,s()},S=N=>{var M;if(N.pointerType==="touch"&&m.has(N.pointerId)&&(m.delete(N.pointerId),y)){if(N.stopPropagation(),(M=i.hasPointerCapture)!=null&&M.call(i,N.pointerId))try{i.releasePointerCapture(N.pointerId)}catch{}m.size>=2?v():p=null,m.size===0&&(y=!1)}},C=N=>{N.preventDefault();const M=i.getBoundingClientRect(),se=N.clientX-M.left,oe=N.clientY-M.top,de=N.ctrlKey||N.metaKey;if(N.deltaX===0||de){const le=Math.pow(de?Mx:Ax,-N.deltaY),he=sn(o.current.scale*le,on,rn),ke=he/o.current.scale;o.current.tx=se-(se-o.current.tx)*ke,o.current.ty=oe-(oe-o.current.ty)*ke,o.current.scale=he}else o.current.tx-=N.deltaX,o.current.ty-=N.deltaY;s()},L=N=>{const M=N.button===1,se=g&&N.button===0;!M&&!se||(N.preventDefault(),a=!0,l=N.pointerId,d=N.clientX,u=N.clientY,f=o.current.tx,h=o.current.ty,i.setPointerCapture(N.pointerId),i.style.cursor="grabbing")},te=N=>{!a||N.pointerId!==l||(o.current.tx=f+(N.clientX-d),o.current.ty=h+(N.clientY-u),s())},Q=N=>{a&&N.pointerId===l&&(a=!1,i.releasePointerCapture(N.pointerId),i.style.cursor=g?"grab":"")},ve=N=>{if(N.code==="Space"&&!g){const M=N.target;if(M&&(M.tagName==="INPUT"||M.tagName==="TEXTAREA"||M.isContentEditable))return;g=!0,i.style.cursor="grab",N.preventDefault()}},me=N=>{N.code==="Space"&&(g=!1,a||(i.style.cursor=""))};return i.addEventListener("wheel",C,{passive:!1}),i.addEventListener("pointerdown",L),i.addEventListener("pointermove",te),i.addEventListener("pointerup",Q),i.addEventListener("pointercancel",Q),i.addEventListener("pointerdown",b,{capture:!0}),i.addEventListener("pointermove",k,{capture:!0}),i.addEventListener("pointerup",S,{capture:!0}),i.addEventListener("pointercancel",S,{capture:!0}),window.addEventListener("keydown",ve),window.addEventListener("keyup",me),s(),()=>{i.removeEventListener("wheel",C),i.removeEventListener("pointerdown",L),i.removeEventListener("pointermove",te),i.removeEventListener("pointerup",Q),i.removeEventListener("pointercancel",Q),i.removeEventListener("pointerdown",b,{capture:!0}),i.removeEventListener("pointermove",k,{capture:!0}),i.removeEventListener("pointerup",S,{capture:!0}),i.removeEventListener("pointercancel",S,{capture:!0}),window.removeEventListener("keydown",ve),window.removeEventListener("keyup",me)}},[]),{screenToSvg(i,a){const l=e.current;if(!l)return[i,a];const d=l.getBoundingClientRect(),u=(i-d.left-o.current.tx)/o.current.scale,f=(a-d.top-o.current.ty)/o.current.scale;return[u,f]},getViewport(){return{...o.current}},setViewport(i){i.tx!==void 0&&(o.current.tx=i.tx),i.ty!==void 0&&(o.current.ty=i.ty),i.scale!==void 0&&(o.current.scale=sn(i.scale,on,rn)),s()},subscribe(i){return r.current.add(i),()=>{r.current.delete(i)}}}}function sn(e,t,n){return e<t?t:e>n?n:e}const Cm=typeof navigator<"u"&&/Mac|iP(ad|hone|od)/.test(navigator.platform),Qe=Cm?"⌘":"Ctrl+",Ox=Cm?"⇧":"Shift+",an=[10,20,50,100,200,500,1e3,2e3,5e3,1e4],Lx=18;function Bx(e){for(const t of an)if(t*e>=Lx)return t;return an[an.length-1]}function Dx(){const e=Z(),t=j.useRef(null),n=j.useRef(null),o=j.useRef(null),r=Px(t,n);Nx(t,r),fx(t),j.useEffect(()=>(po(r),()=>po(null)),[r]),j.useEffect(()=>{const u=f=>{const h=o.current;if(!h)return;const m=Bx(f.scale)*f.scale;h.setAttribute("width",String(m)),h.setAttribute("height",String(m)),h.setAttribute("patternTransform",`translate(${f.tx} ${f.ty})`)};return u(r.getViewport()),r.subscribe(u)},[r]);const s=up(),i=j.useCallback((u,f,h)=>{const g=x.getState(),m=g.activeTool;if(m==="wire"||m==="busbar"||m==="place"){$m();return}const p=nt(h);if(p)g.selection.includes(p)||g.setSelection([p]);else{const L=Kt(h);L&&g.selectedNode!==L&&g.setSelectedNode(L)}const y=x.getState(),v=y.selection.length>0,b=y.selectedNode!=null,k=!!y.clipboard,S=y.diagram.elements.length>0,C=[{label:e("menu.undo"),shortcut:`${Qe}Z`,icon:Nn,onSelect:()=>x.getState().undo(),disabled:y.past.length===0},{label:e("menu.redo"),shortcut:`${Qe}${Ox}Z`,icon:En,onSelect:()=>x.getState().redo(),disabled:y.future.length===0},{type:"separator"},{label:e("menu.cut"),shortcut:`${Qe}X`,icon:or,onSelect:()=>x.getState().cutSelection(),disabled:!v},{label:e("menu.copy"),shortcut:`${Qe}C`,icon:Qo,onSelect:()=>x.getState().copySelection(),disabled:!v},{label:e("menu.paste"),shortcut:`${Qe}V`,icon:Jo,onSelect:()=>x.getState().pasteClipboard(),disabled:!k},{type:"separator"},{label:e("menu.rotate"),shortcut:"R",icon:nr,onSelect:()=>x.getState().rotateSelection(90),disabled:!v},{label:e("menu.mirror"),shortcut:"M",icon:er,onSelect:()=>x.getState().mirrorSelection(),disabled:!v},{type:"separator"},{label:e("menu.selectAll"),shortcut:`${Qe}A`,icon:Ah,onSelect:()=>{const L=x.getState();L.setSelection(L.diagram.elements.map(te=>te.id))},disabled:!S},{type:"separator"},{label:e(b&&!v?"menu.disconnect":"menu.delete"),shortcut:"Del",icon:sr,destructive:!0,onSelect:()=>b&&!v?x.getState().deleteSelectedNode():x.getState().deleteSelection(),disabled:!v&&!b}];s.open(u,f,C)},[s,e]);j.useEffect(()=>{const u=t.current;if(!u)return;const f=700,h=4;let g,m=null;const p=()=>{g!==void 0&&window.clearTimeout(g),g=void 0,m=null},y=k=>{k.pointerType==="touch"&&(p(),m={pointerId:k.pointerId,x:k.clientX,y:k.clientY,target:k.target},g=window.setTimeout(()=>{const S=m;m=null,g=void 0,S&&(jm(u,S.pointerId),i(S.x,S.y,S.target))},f))},v=k=>{if(!m||k.pointerId!==m.pointerId)return;const S=k.clientX-m.x,C=k.clientY-m.y;Math.hypot(S,C)>h&&p()},b=k=>{!m||k.pointerId!==m.pointerId||p()};return u.addEventListener("pointerdown",y),u.addEventListener("pointermove",v),u.addEventListener("pointerup",b),u.addEventListener("pointercancel",b),()=>{p(),u.removeEventListener("pointerdown",y),u.removeEventListener("pointermove",v),u.removeEventListener("pointerup",b),u.removeEventListener("pointercancel",b)}},[i]);const a=u=>{u.dataTransfer.types.includes("application/x-oneline-kind")&&(u.preventDefault(),u.dataTransfer.dropEffect="copy")},l=u=>{const f=u.dataTransfer.getData("application/x-oneline-kind");if(!f)return;u.preventDefault();const h=r.screenToSvg(u.clientX,u.clientY);bm(f,h)},d=u=>{u.preventDefault(),i(u.clientX,u.clientY,u.target)};return c.jsx("div",{ref:t,className:"ole-canvas-root absolute inset-0 overflow-hidden",onDragOver:a,onDrop:l,onContextMenu:d,children:c.jsxs("svg",{className:"ole-canvas-svg block h-full w-full",xmlns:"http://www.w3.org/2000/svg",children:[c.jsx("defs",{children:c.jsx("pattern",{ref:o,id:"ole-grid-dots",width:20,height:20,patternUnits:"userSpaceOnUse",children:c.jsx("circle",{cx:0,cy:0,r:2,fill:"var(--canvas-grid-strong)"})})}),c.jsx("rect",{width:"100%",height:"100%",fill:"url(#ole-grid-dots)"}),c.jsxs("g",{ref:n,className:"ole-viewport",children:[c.jsx(H0,{}),c.jsx(ex,{}),c.jsx(K0,{}),c.jsx(I0,{}),c.jsx(M0,{}),c.jsx(Z0,{}),c.jsx(B0,{}),c.jsx(D0,{}),c.jsx(Q0,{}),c.jsx(ox,{}),c.jsx(W0,{}),c.jsx(U0,{}),c.jsx(V0,{})]})]})})}const No=60,Rx=.1,zx=8,Fx=8;function Hx(e,t,n){return e<t?t:e>n?n:e}function Wx(){return document.querySelector(".ole-canvas-root")}function An(){const e=Ue(),t=Wx();if(!e||!t)return!1;const n=t.getBoundingClientRect();if(n.width===0||n.height===0)return!1;const o=t.querySelectorAll("[data-element-id]");if(o.length===0)return e.setViewport({tx:n.width/2,ty:n.height/2,scale:1}),!0;let r=1/0,s=1/0,i=-1/0,a=-1/0;for(const v of o){const b=v.getBoundingClientRect();b.width===0&&b.height===0||(b.left<r&&(r=b.left),b.top<s&&(s=b.top),b.right>i&&(i=b.right),b.bottom>a&&(a=b.bottom))}if(r===1/0)return!1;const[l,d]=e.screenToSvg(r,s),[u,f]=e.screenToSvg(i,a),h=Math.max(u-l,1),g=Math.max(f-d,1),m=Hx(Math.min((n.width-No*2)/h,(n.height-No*2)/g),Rx,zx),p=(l+u)/2,y=(d+f)/2;return e.setViewport({tx:n.width/2-m*p,ty:n.height/2-m*y,scale:m}),!0}function Mn(){let e=Fx;const t=()=>{An()||--e>0&&requestAnimationFrame(t)};requestAnimationFrame(t)}const To=10,Gx=100;function qx(){return typeof window>"u"||!window.matchMedia?!1:window.matchMedia("(hover: none), (pointer: coarse)").matches}function Kx(){const[e,t]=j.useState(lx()),[n,o]=j.useState(!1),[r,s]=j.useState(null),i=j.useRef(null),a=j.useRef(void 0),[l]=j.useState(qx);j.useEffect(()=>cx(m=>t(m)),[]),j.useEffect(()=>{if(window.clearTimeout(a.current),o(!1),s(null),!!e)return a.current=window.setTimeout(()=>o(!0),Gx),()=>window.clearTimeout(a.current)},[e]);const d=x(m=>e?m.diagram.elements.find(p=>p.id===e)??null:null);if(j.useLayoutEffect(()=>{if(!n||!e)return;let m=0,p=-1,y=-1;const v=()=>{const b=document.querySelector(`[data-element-id="${Yx(e)}"]`),k=i.current;if(b&&k){const S=b.getBoundingClientRect();let C=S.bottom+To;C+k.offsetHeight>window.innerHeight-4&&(C=S.top-k.offsetHeight-To);let L=S.left+S.width/2-k.offsetWidth/2;L=Math.max(4,Math.min(L,window.innerWidth-k.offsetWidth-4)),(C!==p||L!==y)&&(s({top:C,left:L}),p=C,y=L)}m=requestAnimationFrame(v)};return m=requestAnimationFrame(v),()=>cancelAnimationFrame(m)},[n,e]),l||!n||!e||!d)return null;const u=Ke[d.kind],f=d.name??d.id,h=(u==null?void 0:u.name)??d.kind,g=d.name&&d.name!==d.id;return typeof document>"u"?null:Vo.createPortal(c.jsxs("div",{ref:i,role:"tooltip",className:"ole-root ole-glass pointer-events-none fixed z-[100] flex items-center gap-1.5 rounded-md border border-border px-2 py-1 text-[11px] leading-snug shadow-md",style:{top:(r==null?void 0:r.top)??-9999,left:(r==null?void 0:r.left)??-9999,opacity:r?1:0,transition:"opacity 80ms ease-out"},children:[c.jsx("span",{className:"font-medium text-foreground",children:f}),g&&c.jsx("span",{className:"font-mono text-[10px] text-muted-foreground",children:d.id}),c.jsx("span",{className:"text-muted-foreground/80",children:"·"}),c.jsx("span",{className:"text-muted-foreground",children:h})]}),document.body)}function Yx(e){return e.replace(/(["\\])/g,"\\$1")}function Xx({width:e,children:t}){const n=e==null?"full":wx(e);return c.jsx(Nm.Provider,{value:n,children:t})}function Co(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function Vx(...e){return t=>{let n=!1;const o=e.map(r=>{const s=Co(r,t);return!n&&typeof s=="function"&&(n=!0),s});if(n)return()=>{for(let r=0;r<o.length;r++){const s=o[r];typeof s=="function"?s():Co(e[r],null)}}}}var Ux=Symbol.for("react.lazy"),zt=xe[" use ".trim().toString()];function Zx(e){return typeof e=="object"&&e!==null&&"then"in e}function Im(e){return e!=null&&typeof e=="object"&&"$$typeof"in e&&e.$$typeof===Ux&&"_payload"in e&&Zx(e._payload)}function Jx(e){const t=ey(e),n=xe.forwardRef((o,r)=>{let{children:s,...i}=o;Im(s)&&typeof zt=="function"&&(s=zt(s._payload));const a=xe.Children.toArray(s),l=a.find(ny);if(l){const d=l.props.children,u=a.map(f=>f===l?xe.Children.count(d)>1?xe.Children.only(null):xe.isValidElement(d)?d.props.children:null:f);return c.jsx(t,{...i,ref:r,children:xe.isValidElement(d)?xe.cloneElement(d,void 0,u):null})}return c.jsx(t,{...i,ref:r,children:s})});return n.displayName=`${e}.Slot`,n}var Qx=Jx("Slot");function ey(e){const t=xe.forwardRef((n,o)=>{let{children:r,...s}=n;if(Im(r)&&typeof zt=="function"&&(r=zt(r._payload)),xe.isValidElement(r)){const i=ry(r),a=oy(s,r.props);return r.type!==xe.Fragment&&(a.ref=o?Vx(o,i):i),xe.cloneElement(r,a)}return xe.Children.count(r)>1?xe.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var ty=Symbol("radix.slottable");function ny(e){return xe.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===ty}function oy(e,t){const n={...t};for(const o in t){const r=e[o],s=t[o];/^on[A-Z]/.test(o)?r&&s?n[o]=(...a)=>{const l=s(...a);return r(...a),l}:r&&(n[o]=r):o==="style"?n[o]={...r,...s}:o==="className"&&(n[o]=[r,s].filter(Boolean).join(" "))}return{...e,...n}}function ry(e){var o,r;let t=(o=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:o.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=(r=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:r.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}const Io=e=>typeof e=="boolean"?`${e}`:e===0?"0":e,Ao=lr,sy=(e,t)=>n=>{var o;if((t==null?void 0:t.variants)==null)return Ao(e,n==null?void 0:n.class,n==null?void 0:n.className);const{variants:r,defaultVariants:s}=t,i=Object.keys(r).map(d=>{const u=n==null?void 0:n[d],f=s==null?void 0:s[d];if(u===null)return null;const h=Io(u)||Io(f);return r[d][h]}),a=n&&Object.entries(n).reduce((d,u)=>{let[f,h]=u;return h===void 0||(d[f]=h),d},{}),l=t==null||(o=t.compoundVariants)===null||o===void 0?void 0:o.reduce((d,u)=>{let{class:f,className:h,...g}=u;return Object.entries(g).every(m=>{let[p,y]=m;return Array.isArray(y)?y.includes({...s,...a}[p]):{...s,...a}[p]===y})?[...d,f,h]:d},[]);return Ao(e,i,l,n==null?void 0:n.class,n==null?void 0:n.className)},iy=sy("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",{variants:{variant:{default:"bg-primary text-primary-foreground shadow hover:bg-primary/90",destructive:"bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",outline:"border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground",secondary:"bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2",sm:"h-8 rounded-md px-3 text-xs",lg:"h-10 rounded-md px-8",icon:"h-9 w-9"}},defaultVariants:{variant:"default",size:"default"}}),Ee=xe.forwardRef(({className:e,variant:t,size:n,asChild:o=!1,...r},s)=>{const i=o?Qx:"button";return c.jsx(i,{className:we(iy({variant:t,size:n,className:e})),ref:s,...r})});Ee.displayName="Button";const ay=350;function Ne({content:e,children:t,disabled:n,delayMs:o=ay}){const r=j.useRef(null),s=j.useRef(null),[i,a]=j.useState(!1),[l,d]=j.useState(null),u=j.useId(),f=j.useRef(void 0),h=()=>{n||(window.clearTimeout(f.current),f.current=window.setTimeout(()=>a(!0),o))},g=()=>{window.clearTimeout(f.current),a(!1)};j.useLayoutEffect(()=>{if(!i||!r.current||!s.current)return;const v=r.current.getBoundingClientRect(),b=s.current.getBoundingClientRect(),k=8;let S="top",C=v.top-b.height-k;C<4&&(S="bottom",C=v.bottom+k);let L=v.left+v.width/2-b.width/2;L=Math.max(4,Math.min(L,window.innerWidth-b.width-4)),d({top:C,left:L,side:S})},[i,e]),j.useEffect(()=>()=>window.clearTimeout(f.current),[]),j.useEffect(()=>{if(!i)return;const v=k=>{k.key==="Escape"&&a(!1)},b=()=>a(!1);return window.addEventListener("keydown",v),window.addEventListener("scroll",b,!0),window.addEventListener("resize",b),()=>{window.removeEventListener("keydown",v),window.removeEventListener("scroll",b,!0),window.removeEventListener("resize",b)}},[i]);const m=t,p=m.props,y=j.cloneElement(m,{ref:v=>{r.current=v;const b=m.ref;typeof b=="function"?b(v):b&&typeof b=="object"&&(b.current=v)},onPointerEnter:v=>{var b;(b=p.onPointerEnter)==null||b.call(p,v),h()},onPointerLeave:v=>{var b;(b=p.onPointerLeave)==null||b.call(p,v),g()},onFocus:v=>{var b;(b=p.onFocus)==null||b.call(p,v),h()},onBlur:v=>{var b;(b=p.onBlur)==null||b.call(p,v),g()},"aria-describedby":i?u:p["aria-describedby"]});return c.jsxs(c.Fragment,{children:[y,i&&typeof document<"u"&&Vo.createPortal(c.jsx("div",{ref:s,id:u,role:"tooltip","data-side":(l==null?void 0:l.side)??"top",className:"ole-root ole-glass pointer-events-none fixed z-[100] max-w-[280px] rounded-md border border-border px-2 py-1 text-[11px] leading-snug text-foreground shadow-md",style:{top:(l==null?void 0:l.top)??-9999,left:(l==null?void 0:l.left)??-9999,opacity:l?1:0,transition:"opacity 80ms ease-out"},children:e}),document.body)]})}const Mo=12,ly=56;function cy(){var v;const e=Z(),t=x(b=>b.selection),n=x(b=>b.selectedNode),o=x(b=>b.selectedWire),r=x(b=>b.activeTool),s=x(b=>b.rotateSelection),i=x(b=>b.mirrorSelection),a=x(b=>b.deleteSelection),l=x(b=>b.deleteSelectedNode),d=x(b=>b.deleteSelectedWire),u=x(b=>b.resetWirePath),f=x(b=>b.internal.wireRenders),h=o!=null&&((v=f.get(o))==null?void 0:v.userEdited)===!0,g=j.useRef(null);j.useEffect(()=>{const b=g.current;if(!b)return;const k=t.length>0,S=!k&&o!=null,C=!k&&!S&&n!=null;if(!((k||S||C)&&(r==="select"||r==="pan"))){b.style.display="none";return}b.style.display="flex";let te=0,Q="";const ve=()=>{let me=1/0,N=-1/0,M=1/0,se=-1/0,oe=!1;const de=X=>{X.width===0&&X.height===0||(X.left<me&&(me=X.left),X.right>N&&(N=X.right),X.top<M&&(M=X.top),X.bottom>se&&(se=X.bottom),oe=!0)};if(k)for(const X of t){const ue=document.querySelector(`[data-element-id="${CSS.escape(X)}"]`);ue&&de(ue.getBoundingClientRect())}else if(S&&o){const X=document.querySelector(`polyline.ole-wire[data-wire-id="${CSS.escape(o)}"]`);X&&de(X.getBoundingClientRect())}else if(C&&n){const X=document.querySelectorAll(`polyline.ole-wire[data-node-id="${CSS.escape(n)}"]`);for(const ue of X)de(ue.getBoundingClientRect())}if(oe){const X=(me+N)/2;let ue=M-Mo,le="-100%";ue<ly&&(ue=se+Mo,le="0%");const he=`translate3d(${X}px, ${ue}px, 0) translate(-50%, ${le})`;he!==Q&&(b.style.transform=he,Q=he)}te=requestAnimationFrame(ve)};return te=requestAnimationFrame(ve),()=>cancelAnimationFrame(te)},[t,n,o,r]);const m=t.length===0&&o!=null,p=t.length===0&&!m&&n!=null,y=p||m;return c.jsxs("div",{ref:g,role:"toolbar","aria-label":e(m?"ctx.ariaWire":p?"ctx.ariaNode":"ctx.ariaElement"),className:"ole-glass pointer-events-auto fixed left-0 top-0 z-30 hidden items-center gap-0.5 rounded-2xl border border-border p-1 shadow-md",children:[m&&h&&o&&c.jsxs(c.Fragment,{children:[c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsx("div",{children:c.jsx("span",{className:"font-medium",children:e("ctx.resetWirePath")})}),c.jsx("div",{className:"text-muted-foreground",children:e("ctx.resetWirePathHint")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",className:"size-7",onClick:()=>u(o),"aria-label":e("ctx.resetWirePath"),children:c.jsx(Ih,{})})}),c.jsx("div",{"aria-hidden":!0,className:"mx-0.5 h-4 w-px bg-border"})]}),!y&&c.jsxs(c.Fragment,{children:[c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsxs("div",{children:[c.jsx("span",{className:"font-medium",children:e("ctx.rotate")}),c.jsx("span",{className:"ml-1.5 text-muted-foreground",children:"R"})]}),c.jsx("div",{className:"text-muted-foreground",children:e("ctx.rotateHint")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",className:"size-7",onClick:()=>s(90),"aria-label":e("ctx.rotate"),children:c.jsx(nr,{})})}),c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsxs("div",{children:[c.jsx("span",{className:"font-medium",children:e("ctx.mirror")}),c.jsx("span",{className:"ml-1.5 text-muted-foreground",children:"M"})]}),c.jsx("div",{className:"text-muted-foreground",children:e("ctx.mirrorHint")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",className:"size-7",onClick:()=>i(),"aria-label":e("ctx.mirrorTitle"),children:c.jsx(er,{})})}),c.jsx("div",{"aria-hidden":!0,className:"mx-0.5 h-4 w-px bg-border"})]}),c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsxs("div",{children:[c.jsx("span",{className:"font-medium",children:e("ctx.delete")}),c.jsx("span",{className:"ml-1.5 text-muted-foreground",children:"Del"})]}),c.jsx("div",{className:"text-muted-foreground",children:e(m?"ctx.deleteHintWire":p?"ctx.deleteHintNode":"ctx.deleteHintElement")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",className:"size-7 text-destructive hover:text-destructive",onClick:()=>m?d():p?l():a(),"aria-label":e("ctx.delete"),children:c.jsx(sr,{})})})]})}function Pn({open:e,onOpenChange:t,trigger:n,children:o}){const r=j.useRef(null);return j.useEffect(()=>{if(!e)return;const s=a=>{r.current&&!r.current.contains(a.target)&&t(!1)},i=a=>{a.key==="Escape"&&t(!1)};return window.addEventListener("mousedown",s),window.addEventListener("keydown",i),()=>{window.removeEventListener("mousedown",s),window.removeEventListener("keydown",i)}},[e,t]),c.jsxs("div",{ref:r,className:"relative",children:[n,e&&c.jsx("div",{role:"menu",className:"ole-glass absolute bottom-full right-0 mb-1.5 min-w-52 rounded-md border border-border p-1 shadow-md",children:o})]})}const Am="ole-panel-open";function dy(){if(typeof window>"u")return{outlineOpen:!1};try{const e=window.localStorage.getItem(Am);if(!e)return{outlineOpen:!1};const t=JSON.parse(e);return typeof t!="object"||t===null?{outlineOpen:!1}:{outlineOpen:t.outline===!0}}catch{return{outlineOpen:!1}}}function Po(e){try{const t={outline:e.outlineOpen};window.localStorage.setItem(Am,JSON.stringify(t))}catch{}}const kt=Ft((e,t)=>({...dy(),setOutlineOpen:n=>{e({outlineOpen:n}),Po(t())},toggleOutline:()=>{e(n=>({outlineOpen:!n.outlineOpen})),Po(t())}})),Mt=[.1,.25,.5,.75,1,1.25,1.5,2,3,4,6,8],Mm=.1,Pm=8,Om="ole-grid";function uy(){try{const e=window.localStorage.getItem(Om);return e==null?!0:e==="1"}catch{return!0}}function fy(e){try{window.localStorage.setItem(Om,e?"1":"0")}catch{}}function my(e,t,n){return e<t?t:e>n?n:e}function Lm(){return document.querySelector(".ole-canvas-root")}function On(e){const t=Ue(),n=Lm();if(!t||!n)return;const o=n.getBoundingClientRect(),r=o.width/2,s=o.height/2,i=t.getViewport(),a=my(e,Mm,Pm),l=a/i.scale;t.setViewport({tx:r-(r-i.tx)*l,ty:s-(s-i.ty)*l,scale:a})}function hy(){const e=Ue();if(!e)return;const t=e.getViewport().scale,n=Mt.find(o=>o>t+1e-6)??Pm;On(n)}function py(){const e=Ue();if(!e)return;const t=e.getViewport().scale;let n=Mm;for(let o=Mt.length-1;o>=0;o--)if(Mt[o]<t-1e-6){n=Mt[o];break}On(n)}const gy={off:"id",id:"all",all:"off"};function xy(){var o;const e=x.getState(),t=((o=e.diagram.meta)==null?void 0:o.labelMode)??"all",n=gy[t];e.dispatch(r=>{const s={...r.meta??{},labelMode:n};return{...r,meta:s}})}function Bm(){const[e,t]=j.useState(()=>uy());return j.useEffect(()=>{const n=Lm();n==null||n.classList.toggle("hide-grid",!e),fy(e)},[e]),j.useEffect(()=>{const n=o=>{if(o.metaKey||o.ctrlKey||o.altKey||o.key!=="g"&&o.key!=="G")return;const r=o.target;r&&(r.tagName==="INPUT"||r.tagName==="TEXTAREA"||r.isContentEditable)||(o.preventDefault(),t(s=>!s))};return window.addEventListener("keydown",n),()=>window.removeEventListener("keydown",n)},[]),[e,t]}function Dm(){const e=Z();return c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsx("div",{className:"font-medium",children:e("view.zoomOut")}),c.jsx("div",{className:"text-muted-foreground",children:e("view.zoomOutHint")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",onClick:py,"aria-label":e("view.zoomOut"),children:c.jsx($n,{})})})}function Rm(){const e=Z();return c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsx("div",{className:"font-medium",children:e("view.zoomIn")}),c.jsx("div",{className:"text-muted-foreground",children:e("view.zoomInHint")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",onClick:hy,"aria-label":e("view.zoomIn"),children:c.jsx(Th,{})})})}function zm(){const e=Z(),[t,n]=j.useState(Cx);return j.useEffect(()=>Ix(n),[]),c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsx("div",{className:"font-medium",children:e("view.reset")}),c.jsx("div",{className:"text-muted-foreground",children:e("view.current",{z:Math.round(t*100)})})]}),children:c.jsxs("button",{type:"button",onClick:()=>On(1),className:"min-w-12 rounded-md px-2 py-1 text-center text-xs tabular-nums text-muted-foreground hover:bg-accent hover:text-accent-foreground","aria-label":e("view.reset"),children:[Math.round(t*100),"%"]})})}function Fm(){const e=Z();return c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsx("div",{className:"font-medium",children:e("view.fit")}),c.jsx("div",{className:"text-muted-foreground",children:e("view.fitHint")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",onClick:An,"aria-label":e("view.fit"),children:c.jsx($h,{})})})}function Hm({grid:e,setGrid:t}){const n=Z();return c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsxs("div",{children:[c.jsx("span",{className:"font-medium",children:n(e?"view.gridHide":"view.gridShow")}),c.jsx("span",{className:"ml-1.5 text-muted-foreground",children:n("view.gridHotkey")})]}),c.jsx("div",{className:"text-muted-foreground",children:n(e?"view.gridHideHint":"view.gridShowHint")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",onClick:()=>t(o=>!o),"aria-label":n(e?"view.gridHideAria":"view.gridShowAria"),"aria-pressed":e,className:we(!e&&"text-muted-foreground/60"),children:c.jsx(Sh,{})})})}function Wm(){const e=Z(),t=x(n=>{var o;return((o=n.diagram.meta)==null?void 0:o.labelMode)??"all"});return c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsx("div",{className:"font-medium",children:e(t==="off"?"view.labelOff":t==="id"?"view.labelId":"view.labelAll")}),c.jsx("div",{className:"text-muted-foreground",children:e("view.labelHint")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",onClick:xy,"aria-label":e("view.label"),"aria-pressed":t!=="off",className:we(t==="off"&&"text-muted-foreground/60"),children:c.jsx(ir,{})})})}function yy({stacked:e}={}){const t=Z(),[n,o]=j.useState(!1),[r,s]=Bm(),i=c.jsxs("div",{className:"space-y-0.5",children:[c.jsx("div",{className:"font-medium",children:t("view.menu")}),c.jsx("div",{className:"text-muted-foreground",children:t("view.menuHint")})]}),a=e?c.jsx(Ne,{content:i,children:c.jsxs("button",{type:"button",onClick:()=>o(l=>!l),"aria-label":t("view.menu"),"aria-pressed":n,className:we("flex h-12 w-12 flex-col items-center justify-center gap-0.5 rounded-md text-[10px] font-medium leading-tight transition-colors",n?"bg-primary text-primary-foreground":"text-muted-foreground hover:bg-accent hover:text-accent-foreground"),children:[c.jsx(dn,{className:"size-4"}),c.jsx("span",{className:"max-w-full truncate",children:t("view.menu")})]})}):c.jsx(Ne,{content:i,children:c.jsx(Ee,{variant:"ghost",size:"icon",onClick:()=>o(l=>!l),"aria-label":t("view.menu"),"aria-pressed":n,children:c.jsx(dn,{})})});return c.jsx(Pn,{open:n,onOpenChange:o,trigger:a,children:c.jsxs("div",{className:"flex flex-col gap-0.5",children:[c.jsx(zm,{}),c.jsxs("div",{className:"flex items-center gap-0.5",children:[c.jsx(Dm,{}),c.jsx(Rm,{})]}),c.jsx("div",{"aria-hidden":!0,className:"my-1 h-px bg-border"}),c.jsxs("div",{className:"flex items-center gap-0.5",children:[c.jsx(Fm,{}),c.jsx(Hm,{grid:r,setGrid:s}),c.jsx(Wm,{})]})]})})}function by(){const e=Ye();return Ie(e,"dense")?null:c.jsx(wy,{tier:e})}function wy({tier:e}){const t=Ie(e,"tight"),[n,o]=Bm();return c.jsx("div",{className:"absolute z-20",style:{bottom:"calc(0.75rem + var(--ole-bottom-inset, 0px))",right:"calc(0.75rem + env(safe-area-inset-right, 0px))"},children:c.jsxs("div",{className:"ole-glass flex items-center gap-0.5 rounded-2xl border border-border p-1.5 shadow-sm",children:[c.jsx(Dm,{}),!t&&c.jsx(zm,{}),c.jsx(Rm,{}),c.jsx("div",{"aria-hidden":!0,className:"mx-1 h-4 w-px bg-border"}),c.jsx(Fm,{}),c.jsx(Hm,{grid:n,setGrid:o}),c.jsx(Wm,{})]})})}const Oo=[{id:"select",labelKey:"tool.select",hotkey:"V",descriptionKey:"tool.selectHint",icon:Eh,switchTo:"select",iconOnly:!0},{id:"pan",labelKey:"tool.pan",hotkey:"H",descriptionKey:"tool.panHint",icon:jh,switchTo:"pan",groupBreakAfter:!0,iconOnly:!0},{id:"busbar",labelKey:"tool.bus",hotkey:"B",descriptionKey:"tool.busHint",icon:$n,switchTo:"busbar"},{id:"place",labelKey:"tool.place",hotkey:"P",descriptionKey:"tool.placeHint",icon:rr,switchTo:"place"},{id:"wire",labelKey:"tool.wire",hotkey:"W",descriptionKey:"tool.wireHint",icon:Zo,switchTo:"wire"},{id:"text",labelKey:"tool.text",hotkey:"T",descriptionKey:"tool.textHint",icon:ir,switchTo:"text",iconOnly:!0}];function vy(){const e=Z(),t=x(u=>u.activeTool),n=x(u=>u.placeKind),o=x(u=>u.placeFromTerminal),r=x(u=>u.wireFromTerminal),s=x(u=>u.busbarDrawStart),i=x(u=>u.selection.length>0||u.selectedNode!=null);let a=null,l=!1;switch(t){case"select":a=e(i?"mode.selectWithSel":"mode.selectEmpty"),i&&(l=!0);break;case"pan":a=e("mode.pan");break;case"wire":a=e(r?"mode.wireDragging":"mode.wireInit"),l=!0;break;case"busbar":a=e(s?"mode.busDragging":"mode.busInit"),l=!0;break;case"place":n?o?a=e("mode.placeFromTerm"):a=e("mode.placeNormal"):a=e("mode.placeNoKind"),l=!0;break;case"text":a=e("mode.text"),l=!0;break}if(!a)return null;const d=e(t==="select"?"mode.escSelect":"mode.escOther");return c.jsxs("div",{className:"ole-glass pointer-events-none flex items-center gap-2 rounded-full border border-border px-3 py-1 text-xs text-muted-foreground shadow-sm",children:[c.jsx("span",{children:a}),l&&c.jsxs("span",{className:"text-muted-foreground/70",children:["· ",d]})]})}function ky(){const e=Z(),t=x(m=>m.activeTool),n=x(m=>m.placeKind),o=x(m=>m.setActiveTool),r=x(m=>m.past.length),s=x(m=>m.future.length),i=x(m=>m.undo),a=x(m=>m.redo),l=Ye(),d=Ie(l,"tight"),u=!Ie(l,"dense"),f=Ie(l,"dense"),h=f?Oo.filter(m=>m.id!=="select"&&m.id!=="text"):Oo,g=m=>t===m.switchTo;return c.jsxs("div",{className:"absolute left-1/2 z-20 flex -translate-x-1/2 flex-col items-center gap-1.5",style:{bottom:"calc(0.75rem + var(--ole-bottom-inset, 0px))"},children:[u&&c.jsx(vy,{}),c.jsxs("div",{className:we("ole-glass flex flex-row items-center rounded-2xl border border-border shadow-sm",f?"gap-0.5 p-1":"gap-0.5 p-1.5"),children:[f&&c.jsx(_y,{stacked:!0}),h.map(m=>{const p=m.icon,y=g(m),v=m.id==="place"&&y&&n==null?e("tool.placeNoKindTooltip"):e(m.descriptionKey);return c.jsxs(j.Fragment,{children:[c.jsx(tt,{icon:p,label:e(m.labelKey),hotkey:m.hotkey,active:y,iconOnly:!f&&(m.iconOnly||d),stacked:f,description:v,onClick:()=>{o(m.switchTo,{placeKind:m.presetPlaceKind!==void 0?m.presetPlaceKind:void 0})}}),m.groupBreakAfter&&!f&&c.jsx("div",{"aria-hidden":!0,className:"mx-1 h-5 w-px bg-border"})]},m.id)}),!f&&c.jsx("div",{"aria-hidden":!0,className:"mx-1 h-5 w-px bg-border"}),f?c.jsx(jy,{stacked:!0}):c.jsxs(c.Fragment,{children:[c.jsx(tt,{icon:Nn,label:e("tool.undo"),hotkey:"⌘Z",description:e("tool.undoHint"),iconOnly:!0,disabled:r===0,onClick:i}),c.jsx(tt,{icon:En,label:e("tool.redo"),hotkey:"⌘⇧Z",description:e("tool.redoHint"),iconOnly:!0,disabled:s===0,onClick:a}),c.jsx("div",{"aria-hidden":!0,className:"mx-1 h-5 w-px bg-border"}),c.jsx(Sy,{iconOnly:d})]}),f&&c.jsx(yy,{stacked:!0})]})]})}function _y({stacked:e}){const t=Z(),n=kt(r=>r.outlineOpen),o=kt(r=>r.toggleOutline);return c.jsx(tt,{icon:tr,label:t("outline.title"),active:n,iconOnly:!0,stacked:e,onClick:o})}function tt({icon:e,label:t,hotkey:n,active:o,disabled:r,iconOnly:s,stacked:i,onClick:a,description:l}){const d=c.jsxs("div",{className:"space-y-0.5",children:[c.jsxs("div",{children:[c.jsx("span",{className:"font-medium",children:t}),n&&c.jsx("span",{className:"ml-1.5 text-muted-foreground",children:n})]}),l&&c.jsx("div",{className:"text-muted-foreground",children:l})]});return c.jsx(Ne,{content:d,disabled:r,children:c.jsxs("button",{type:"button",onClick:a,disabled:r,"aria-label":t,"aria-pressed":o,className:we("rounded-md font-medium transition-colors",i?"flex h-12 w-12 flex-col items-center justify-center gap-0.5 text-[10px] leading-tight":"flex h-9 items-center gap-1.5 text-xs",!i&&(s?"w-9 justify-center":"px-2.5"),o?"bg-primary text-primary-foreground":"text-muted-foreground hover:bg-accent hover:text-accent-foreground",r&&"pointer-events-none opacity-40"),children:[c.jsxs("span",{className:"relative inline-flex shrink-0",children:[c.jsx(e,{className:"size-4"}),n&&!i&&c.jsx("span",{"aria-hidden":!0,className:we("pointer-events-none absolute -right-1.5 -top-1.5 rounded-sm px-1 font-mono text-[8px] leading-[1.1]",o?"bg-primary-foreground/20 text-primary-foreground/85":"bg-foreground/10 text-muted-foreground"),children:n})]}),i?c.jsx("span",{className:"max-w-full truncate",children:t}):!s&&c.jsx("span",{children:t})]})})}function Gm(){const e=x(r=>r.diagram.elements),t=x(r=>r.diagram.layout),n=x(r=>r.selection),o=t??{};return{hasAnyElement:e.length>0,hasArrangedAny:Object.keys(o).length>0,hasGapsAll:e.some(r=>!o[r.id]),hasSelection:n.length>0,selectionHasArranged:n.some(r=>!!o[r]),selectionHasGaps:n.some(r=>!o[r])}}function Sy({iconOnly:e}){const t=Z(),[n,o]=j.useState(!1),r=Gm(),s=i=>()=>{o(!1),i()};return c.jsxs(Pn,{open:n,onOpenChange:o,trigger:c.jsx(tt,{icon:gt,label:t("layout.label"),description:t("layout.hint"),active:n,iconOnly:e,onClick:()=>o(i=>!i)}),children:[c.jsx($e,{onClick:s(()=>x.getState().autoArrangeAll()),icon:c.jsx(gt,{}),disabled:!r.hasAnyElement||!r.hasArrangedAny,children:t("layout.allAuto")}),c.jsx($e,{onClick:s(()=>x.getState().autoArrangeSelection()),icon:c.jsx(gt,{}),disabled:!r.hasSelection||!r.selectionHasArranged,children:t("layout.selAuto")}),c.jsx("div",{"aria-hidden":!0,className:"my-1 h-px bg-border"}),c.jsx($e,{onClick:s(()=>x.getState().fillUnplacedAll()),icon:c.jsx(Pt,{}),disabled:!r.hasGapsAll,children:t("layout.allFill")}),c.jsx($e,{onClick:s(()=>x.getState().fillUnplacedSelection()),icon:c.jsx(Pt,{}),disabled:!r.hasSelection||!r.selectionHasGaps,children:t("layout.selFill")})]})}function jy({stacked:e}){const t=Z(),[n,o]=j.useState(!1),r=x(h=>h.past.length),s=x(h=>h.future.length),i=x(h=>h.undo),a=x(h=>h.redo),l=x(h=>h.selection.length>0),d=x(h=>h.clipboard!=null),u=Gm(),f=h=>()=>{o(!1),h()};return c.jsxs(Pn,{open:n,onOpenChange:o,trigger:c.jsx(tt,{icon:dn,label:t("tool.more"),description:t("tool.moreHint"),active:n,iconOnly:!0,stacked:e,onClick:()=>o(h=>!h)}),children:[c.jsx($e,{onClick:f(i),icon:c.jsx(Nn,{}),disabled:r===0,children:t("tool.undo")}),c.jsx($e,{onClick:f(a),icon:c.jsx(En,{}),disabled:s===0,children:t("tool.redo")}),c.jsx("div",{"aria-hidden":!0,className:"my-1 h-px bg-border"}),c.jsx($e,{onClick:f(()=>x.getState().cutSelection()),icon:c.jsx(or,{}),disabled:!l,children:t("menu.cut")}),c.jsx($e,{onClick:f(()=>x.getState().copySelection()),icon:c.jsx(Qo,{}),disabled:!l,children:t("menu.copy")}),c.jsx($e,{onClick:f(()=>x.getState().pasteClipboard()),icon:c.jsx(Jo,{}),disabled:!d,children:t("menu.paste")}),c.jsx("div",{"aria-hidden":!0,className:"my-1 h-px bg-border"}),c.jsx($e,{onClick:f(()=>x.getState().autoArrangeAll()),icon:c.jsx(gt,{}),disabled:!u.hasAnyElement||!u.hasArrangedAny,children:t("layout.allAuto")}),c.jsx($e,{onClick:f(()=>x.getState().autoArrangeSelection()),icon:c.jsx(gt,{}),disabled:!u.hasSelection||!u.selectionHasArranged,children:t("layout.selAuto")}),c.jsx($e,{onClick:f(()=>x.getState().fillUnplacedAll()),icon:c.jsx(Pt,{}),disabled:!u.hasGapsAll,children:t("layout.allFill")}),c.jsx($e,{onClick:f(()=>x.getState().fillUnplacedSelection()),icon:c.jsx(Pt,{}),disabled:!u.hasSelection||!u.selectionHasGaps,children:t("layout.selFill")})]})}function $e({children:e,icon:t,onClick:n,disabled:o}){return c.jsxs("button",{type:"button",role:"menuitem",disabled:o,onClick:n,className:we("flex w-full items-center gap-2 rounded-sm px-2 py-1.5 text-left text-sm hover:bg-accent hover:text-accent-foreground [&>svg]:size-4",o&&"pointer-events-none text-muted-foreground opacity-60 hover:bg-transparent"),children:[t,c.jsx("span",{className:"flex-1",children:e})]})}function $y(){const e=kt(r=>r.outlineOpen),t=kt(r=>r.setOutlineOpen),n=Ye();return Ie(n,"dense")?e?c.jsx("div",{className:"absolute z-10",style:{left:"calc(0.75rem + var(--ole-left-inset, 0px))",right:"calc(0.75rem + var(--ole-right-inset, 0px))",bottom:"calc(4rem + var(--ole-bottom-inset, 0px) + 0.75rem)"},children:c.jsx(Lo,{onClose:()=>t(!1),sheet:!0})}):null:c.jsx("div",{className:"absolute z-10 flex flex-col items-start",style:{bottom:"calc(0.75rem + var(--ole-bottom-inset, 0px))",left:"calc(0.75rem + var(--ole-left-inset, 0px))",maxHeight:"calc(100% - 1.5rem)"},children:e?c.jsx(Lo,{onClose:()=>t(!1)}):c.jsx(Ey,{onClick:()=>t(!0)})})}function Ey({onClick:e}){const t=Z(),n=Ye(),o=Ie(n,"compact");return c.jsxs("button",{type:"button",onClick:e,"aria-label":t("outline.title"),title:t("outline.title"),className:we("ole-glass flex h-12 items-center rounded-2xl border border-border text-muted-foreground shadow-sm transition-colors hover:bg-accent hover:text-accent-foreground",o?"w-12 justify-center":"gap-2 px-3"),children:[c.jsx(tr,{className:"size-4 shrink-0"}),!o&&c.jsx("span",{className:"text-xs font-medium",children:t("outline.title")})]})}function Lo({onClose:e,sheet:t}){const n=Z(),o=x(d=>d.diagram.elements),r=x(d=>d.activeTool==="place"),s=Ye(),i=Ie(s,"compact"),a=Ie(s,"dense"),l=t?"min(50vh, calc(100vh - 9rem))":r?"min(40vh, calc(100vh - 200px))":"min(70vh, calc(100vh - 100px))";return c.jsxs("aside",{className:we("ole-glass flex flex-col overflow-hidden rounded-2xl border border-border shadow-sm",t?"w-full":i?"w-52":"w-64"),style:{height:l},children:[c.jsxs("button",{type:"button",onClick:e,"aria-label":n("outline.collapseAria"),title:n("outline.collapse"),className:"flex items-center gap-1.5 border-b border-border/40 px-3 py-2 text-left transition-colors hover:bg-muted/40",children:[c.jsx("span",{className:"flex-1 text-[11px] font-semibold uppercase tracking-wide text-muted-foreground",children:n("outline.title")}),!a&&c.jsx(Ty,{children:o.length}),c.jsx(Nh,{className:"size-3.5 text-muted-foreground"})]}),c.jsx("div",{className:"flex-1 overflow-y-auto px-2 pb-2",children:o.length===0?c.jsx("p",{className:"px-2 py-2 text-xs italic text-muted-foreground",children:n("outline.empty")}):c.jsx("ul",{className:"space-y-px",children:o.map(d=>c.jsx(Ny,{element:d},d.id))})})]})}function Ny({element:e}){const t=Ke[e.kind],n=x(l=>l.selection.includes(e.id)),o=x(l=>l.setSelection),r=x(l=>l.toggleInSelection),s=Ye(),i=!Ie(s,"compact"),a=l=>{l.shiftKey||l.metaKey||l.ctrlKey?r(e.id):o([e.id])};return c.jsxs("li",{className:"group flex cursor-pointer items-center gap-2 rounded-md px-2 py-1 hover:bg-accent data-[selected=true]:bg-[color-mix(in_oklch,var(--selection)_18%,transparent)]",title:e.note??`${e.name??e.id} (${e.kind})`,"data-element-id":e.id,"data-selected":n?"true":void 0,onClick:a,children:[c.jsx("div",{className:"flex h-4 w-6 shrink-0 items-center justify-center",children:t&&c.jsx("svg",{viewBox:t.viewBox,className:"ole-symbol size-full",preserveAspectRatio:"xMidYMid meet",dangerouslySetInnerHTML:{__html:t.svg}})}),c.jsx("span",{className:"flex-1 truncate text-xs text-foreground/90 group-hover:text-accent-foreground",children:e.name??e.id}),i&&c.jsx("span",{className:"font-mono text-[10px] text-muted-foreground/80",children:e.id})]})}function Ty({children:e}){return c.jsx("span",{className:"rounded bg-muted/50 px-1.5 py-0.5 font-mono text-[10px] tabular-nums text-muted-foreground/80",children:e})}const Cy={"arc-suppression-coil.name":"消弧线圈","arrester.name":"避雷器 (FBL)","async-motor.name":"异步电动机","autotransformer.name":"自耦变压器","battery.name":"电池储能","breaker.name":"断路器 (QF)","busbar.name":"母线段","converter-bidir.name":"双向变流器 (PCS)","ct.name":"电流互感器 (CT)","disconnector.name":"隔离开关 (QS)","earth.name":"接地","earthing-switch.name":"接地刀闸 (QE)","fuse.name":"熔断器 (FU)","generator.name":"发电机 (G)","grid-source.name":"系统电源","grounding-transformer.name":"接地变 (Z形)","inverter.name":"逆变器 (DC→AC)","load-switch.name":"负荷开关","load.name":"负荷","ngr.name":"中性点电阻 (NGR)","pt.name":"电压互感器 (PT)","pv.name":"光伏组件","rectifier.name":"整流器 (AC→DC)","series-reactor.name":"串联电抗器","shunt-capacitor.name":"并联电容器","shunt-reactor.name":"并联电抗器","sync-motor.name":"同步电动机","transformer-2w.name":"双绕组变压器","transformer-3w.name":"三绕组变压器","wind-turbine.name":"风力发电机","gfci-breaker.name":"GFCI 断路器 (RCBO)","rcd.name":"剩余电流装置 (RCD)","recloser.name":"重合闸 (Recloser)","energy-meter.name":"电能表 (Wh)","voltmeter.name":"电压表 (V)","ammeter.name":"电流表 (A)","wattmeter.name":"功率表 (W)","frequency-meter.name":"频率表 (Hz)","contactor.name":"接触器 (KM)","motor-starter.name":"电机启动器","thermal-overload.name":"热过载继电器","vfd.name":"变频器 (VFD)","soft-starter.name":"软启动器","transfer-switch.name":"切换开关 (ATS)","dc-disconnector.name":"直流隔离开关","dc-combiner.name":"直流汇流箱","ev-charger.name":"EV 充电桩","arc-suppression-coil.desc":"中性点谐振接地:电感线圈连接到地","busbar.desc":"可拉伸单母线段,多设备挂接","converter-bidir.desc":"储能变流器:双向 AC ↔ DC","earthing-switch.desc":"隔离开关 + 接地连接,单端口","grid-source.desc":"无穷大母线 / 外部电网","grounding-transformer.desc":"星-曲折接线变压器,中性点接地用","load.desc":"抽象负荷(电流流出箭头)","ngr.desc":"小电阻接地:连接变压器中性点到地","series-reactor.desc":"与并联电抗器同符号;通过用法区分","wind-turbine.desc":"风机:发电机 + 三叶轮标记","gfci-breaker.desc":"剩余电流断路器带过流保护 (UL943 / IEC 61009)。北美 GFCI / 欧洲 RCBO。","rcd.desc":"不带过流保护的剩余电流断路器 (IEC 61008)。","recloser.desc":"中压自动重合闸开关。","energy-meter.desc":"有功电能表 (kWh) — 服务入口 / 子表。","contactor.desc":"主回路接触器, 通常配热继电器和电机使用。","motor-starter.desc":"电机启动器 (IEC 60617 通用符号)。","thermal-overload.desc":"电机热过载保护继电器, 通常串接在接触器和电机之间。","vfd.desc":"Variable Frequency Drive — 异步电动机调速。","soft-starter.desc":"电机软启动器 (晶闸管降压启动)。","transfer-switch.desc":"双源切换开关 (Automatic / Manual Transfer Switch)。两个电源输入 + 一个负荷输出, 互锁不并联。","dc-disconnector.desc":"DC 隔离开关 — 光伏组串 / 储能 直流侧隔离。","dc-combiner.desc":"光伏组串汇流箱 (4 路输入示例)。","ev-charger.desc":"电动汽车充电站 / 充电桩。","breaker.state.open":"断开","disconnector.state.open":"断开","earthing-switch.state.open":"断开","fuse.state.blown":"熔断","load-switch.state.open":"断开","gfci-breaker.state.open":"断开","rcd.state.open":"断开","recloser.state.open":"断开","contactor.state.open":"断开","thermal-overload.state.tripped":"动作","transfer-switch.state.position":"位置 (normal/emergency/off)","dc-disconnector.state.open":"断开","battery.param.E":"容量","busbar.param.Un":"额定电压","converter-bidir.param.S":"容量","load.param.P":"有功功率","load.param.cosphi":"功率因数","ngr.param.R":"电阻","shunt-capacitor.param.Q":"无功容量","shunt-capacitor.param.stages":"分组数","transformer-2w.param.S":"容量","transformer-2w.param.ratio":"变比","gfci-breaker.param.In":"额定电流","gfci-breaker.param.IDn":"剩余动作电流","rcd.param.IDn":"剩余动作电流"},Iy={"arc-suppression-coil.name":"Arc-suppression coil","arrester.name":"Surge arrester (FBL)","async-motor.name":"Asynchronous motor","autotransformer.name":"Autotransformer","battery.name":"Battery storage","breaker.name":"Circuit breaker (QF)","busbar.name":"Busbar segment","converter-bidir.name":"Bidirectional converter (PCS)","ct.name":"Current transformer (CT)","disconnector.name":"Disconnector (QS)","earth.name":"Earth","earthing-switch.name":"Earthing switch (QE)","fuse.name":"Fuse (FU)","generator.name":"Generator (G)","grid-source.name":"Grid source","grounding-transformer.name":"Grounding transformer (zig-zag)","inverter.name":"Inverter (DC→AC)","load-switch.name":"Load break switch","load.name":"Load","ngr.name":"Neutral grounding resistor (NGR)","pt.name":"Voltage transformer (PT)","pv.name":"PV module","rectifier.name":"Rectifier (AC→DC)","series-reactor.name":"Series reactor","shunt-capacitor.name":"Shunt capacitor","shunt-reactor.name":"Shunt reactor","sync-motor.name":"Synchronous motor","transformer-2w.name":"Two-winding transformer","transformer-3w.name":"Three-winding transformer","wind-turbine.name":"Wind turbine","gfci-breaker.name":"GFCI breaker (RCBO)","rcd.name":"Residual current device (RCD)","recloser.name":"Recloser","energy-meter.name":"Energy meter (Wh)","voltmeter.name":"Voltmeter (V)","ammeter.name":"Ammeter (A)","wattmeter.name":"Wattmeter (W)","frequency-meter.name":"Frequency meter (Hz)","contactor.name":"Contactor (KM)","motor-starter.name":"Motor starter","thermal-overload.name":"Thermal overload relay","vfd.name":"Variable frequency drive (VFD)","soft-starter.name":"Soft starter","transfer-switch.name":"Transfer switch (ATS)","dc-disconnector.name":"DC disconnector","dc-combiner.name":"DC combiner box","ev-charger.name":"EV charger","arc-suppression-coil.desc":"Resonant neutral grounding: inductor to earth","busbar.desc":"Stretchable single-bus segment with multiple taps","converter-bidir.desc":"Storage converter: bidirectional AC ↔ DC","earthing-switch.desc":"Disconnector + earth connection, single port","grid-source.desc":"Infinite bus / external grid","grounding-transformer.desc":"Wye-zigzag transformer for neutral grounding","load.desc":"Abstract load (current-out arrow)","ngr.desc":"Low-resistance grounding: transformer neutral to earth","series-reactor.desc":"Same symbol as shunt reactor; distinguished by usage","wind-turbine.desc":"Wind turbine: generator + three-blade rotor mark","gfci-breaker.desc":"Residual-current breaker with overcurrent (UL943 / IEC 61009). NA GFCI / EU RCBO.","rcd.desc":"Residual-current breaker without overcurrent (IEC 61008).","recloser.desc":"Medium-voltage automatic recloser.","energy-meter.desc":"Active energy meter (kWh) — service entrance / submeter.","contactor.desc":"Main-circuit contactor; typically used with a thermal overload and a motor.","motor-starter.desc":"Motor starter (IEC 60617 general symbol).","thermal-overload.desc":"Motor thermal-overload relay; sits between the contactor and the motor.","vfd.desc":"Variable Frequency Drive for induction motor speed control.","soft-starter.desc":"Motor soft-starter (thyristor-based reduced-voltage starting).","transfer-switch.desc":"Two-source transfer switch (ATS / manual). Two source inputs + one load output, mechanically interlocked.","dc-disconnector.desc":"DC isolating switch — PV string / battery DC-side isolation.","dc-combiner.desc":"PV string combiner box (4-input example).","ev-charger.desc":"Electric vehicle charging station.","breaker.state.open":"Open","disconnector.state.open":"Open","earthing-switch.state.open":"Open","fuse.state.blown":"Blown","load-switch.state.open":"Open","gfci-breaker.state.open":"Open","rcd.state.open":"Open","recloser.state.open":"Open","contactor.state.open":"Open","thermal-overload.state.tripped":"Tripped","transfer-switch.state.position":"Position (normal/emergency/off)","dc-disconnector.state.open":"Open","battery.param.E":"Capacity","busbar.param.Un":"Rated voltage","converter-bidir.param.S":"Capacity","load.param.P":"Active power","load.param.cosphi":"Power factor","ngr.param.R":"Resistance","shunt-capacitor.param.Q":"Reactive capacity","shunt-capacitor.param.stages":"Stages","transformer-2w.param.S":"Capacity","transformer-2w.param.ratio":"Ratio","gfci-breaker.param.In":"Rated current","gfci-breaker.param.IDn":"Residual operating current","rcd.param.IDn":"Residual operating current"},Bo={zh:Cy,en:Iy};function Ay(e,t){return Bo[e][t]??Bo.zh[t]}function St(){const e=_t(t=>t.locale);return(t,n)=>Ay(e,t)??n??t}const qm="ole-palette-collapsed",My=new Set(["busbar"]),bt=(()=>{const e={};for(const[t,n]of Object.entries(p0)){const o=n.filter(r=>!My.has(r.id));o.length&&(e[t]=o)}return e})(),Py=(()=>{const e=new Set(uo),t=Object.keys(bt).filter(n=>!e.has(n));return[...uo.filter(n=>{var o;return(o=bt[n])==null?void 0:o.length}),...t]})();function Oy(){try{const e=window.localStorage.getItem(qm);if(!e)return new Set;const t=JSON.parse(e);return Array.isArray(t)?new Set(t.filter(n=>typeof n=="string")):new Set}catch{return new Set}}function Ly(e){try{window.localStorage.setItem(qm,JSON.stringify([...e]))}catch{}}function By(){const e=Z(),t=x(f=>f.activeTool==="place"),n=x(f=>f.placeKind),o=x(f=>f.setActiveTool),r=kt(f=>f.outlineOpen),s=Ye(),i=Ie(s,"dense"),a=68,d=i?void 0:`calc(100vh - ${a}px - ${r?"calc(40vh + 20px)":"68px"})`;if(!t||i&&n!=null)return null;const u=i?{top:`calc(${a}px + var(--ole-top-inset, 0px))`,left:"calc(0.75rem + var(--ole-left-inset, 0px))",right:"calc(0.75rem + var(--ole-right-inset, 0px))",bottom:"calc(4rem + var(--ole-bottom-inset, 0px) + 0.75rem)"}:{top:a};return c.jsx("div",{className:i?"absolute z-20":"absolute left-3 z-20",style:u,role:"dialog","aria-label":e("library.title"),children:c.jsxs("aside",{className:i?"ole-glass flex h-full w-full flex-col overflow-hidden rounded-2xl border border-border shadow-md":"ole-glass flex w-72 flex-col overflow-hidden rounded-2xl border border-border shadow-md",style:d?{maxHeight:d}:void 0,children:[c.jsxs("div",{className:"flex items-center gap-1.5 border-b border-border/40 px-3 py-2",children:[c.jsx("span",{className:"flex-1 text-[11px] font-semibold uppercase tracking-wide text-muted-foreground",children:e("library.title")}),c.jsx("button",{type:"button",onClick:()=>o(i?"pan":"select"),className:"rounded-md p-1 text-muted-foreground hover:bg-accent hover:text-accent-foreground","aria-label":e("common.close"),title:e("common.close"),children:c.jsx(Tn,{className:"size-3.5"})})]}),c.jsx(Dy,{sheet:i})]})})}function Dy({sheet:e}){const t=Z(),n=St(),[o,r]=j.useState(""),[s,i]=j.useState(()=>Oy()),a=j.useMemo(()=>{const f=o.trim().toLowerCase();if(!f)return bt;const h={};for(const[g,m]of Object.entries(bt)){const p=m.filter(y=>{const v=n(`${y.id}.name`,y.name).toLowerCase(),b=n(`${y.id}.desc`,y.description??"").toLowerCase();return v.includes(f)||y.id.toLowerCase().includes(f)||b.includes(f)});p.length&&(h[g]=p)}return h},[o,n]),l=o.trim().length>0,d=l&&Object.values(a).every(f=>!(f!=null&&f.length)),u=j.useCallback((f,h)=>{i(g=>{const m=new Set(g);return h?m.delete(f):m.add(f),Ly(m),m})},[]);return c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"px-2 pb-1.5 pt-2",children:c.jsx(Ry,{value:o,onChange:r})}),c.jsx("div",{className:"flex-1 overflow-y-auto px-2 pb-2",children:d?c.jsx("p",{className:"px-3 py-6 text-center text-xs text-muted-foreground",children:t("library.empty")}):Py.map(f=>{var y;const h=a[f];if(!(h!=null&&h.length))return null;const g=((y=bt[f])==null?void 0:y.length)??h.length,m=t(`cat.${f}`),p=l||!s.has(f);return c.jsxs("details",{open:p,className:"group mb-2 last:mb-0",onToggle:v=>{l||u(f,v.currentTarget.open)},children:[c.jsxs("summary",{className:"flex cursor-pointer select-none items-center gap-1.5 rounded-md px-2 py-1.5 text-[11px] font-semibold uppercase tracking-wide text-muted-foreground hover:bg-accent hover:text-accent-foreground",children:[c.jsx(yh,{className:"size-3 transition-transform [details:not([open])>summary>&]:-rotate-90"}),c.jsx("span",{className:"flex-1",children:m}),c.jsx(Fy,{children:l&&h.length!==g?`${h.length}/${g}`:g})]}),c.jsx("ul",{className:"mt-0.5 space-y-px",children:h.map(v=>c.jsx(zy,{entry:v,sheet:e},v.id))})]},f)})})]})}function Ry({value:e,onChange:t}){const n=Z();return c.jsxs("div",{className:"relative",children:[c.jsx(Ch,{className:"pointer-events-none absolute left-2 top-1/2 size-3.5 -translate-y-1/2 text-muted-foreground"}),c.jsx("input",{type:"text",value:e,onChange:o=>t(o.target.value),placeholder:n("library.searchPlaceholder"),className:"h-7 w-full rounded-md border border-border/60 bg-background/50 pl-7 pr-7 text-xs placeholder:text-muted-foreground focus:border-border focus:outline-none focus:ring-1 focus:ring-ring","aria-label":n("library.searchAria")}),e&&c.jsx("button",{type:"button","aria-label":n("library.clearSearch"),onClick:()=>t(""),className:"absolute right-1 top-1/2 -translate-y-1/2 rounded-sm p-0.5 text-muted-foreground hover:bg-accent hover:text-accent-foreground",children:c.jsx(Tn,{className:"size-3"})})]})}function zy({entry:e,sheet:t}){const n=Z(),o=St(),r=o(`${e.id}.name`,e.name),s=o(`${e.id}.desc`,e.description??""),i=x(f=>f.setActiveTool),a=x(f=>f.activeTool==="place"&&f.placeKind===e.id),l=x(f=>t&&f.activeTool==="place"&&f.placeKind==null&&f.lastPlaceKind===e.id),d=j.useRef(null);j.useEffect(()=>{var f;l&&((f=d.current)==null||f.scrollIntoView({block:"nearest"}))},[l]);const u=f=>{f.dataTransfer.effectAllowed="copy",f.dataTransfer.setData("application/x-oneline-kind",e.id),f.dataTransfer.setData("text/plain",e.id);const h=document.createElement("div");h.className="ole-glass",h.style.cssText=["position:absolute","top:-9999px","left:-9999px","width:64px","height:64px","display:flex","align-items:center","justify-content:center","border-radius:12px","border:1px solid var(--border)","box-shadow:0 4px 12px rgba(0,0,0,0.12)","color:var(--foreground)","padding:8px"].join(";"),h.innerHTML=`<svg class="ole-symbol" viewBox="${e.viewBox}" width="48" height="48" preserveAspectRatio="xMidYMid meet">${e.svg}</svg>`,document.body.appendChild(h),f.dataTransfer.setDragImage(h,32,32),setTimeout(()=>h.remove(),0)};return c.jsxs("li",{ref:d,className:`group flex cursor-grab items-center gap-2.5 rounded-md px-2 py-1.5 transition-colors hover:bg-accent active:cursor-grabbing ${a?"bg-accent ring-1 ring-[var(--selection)]/60":l?"ring-1 ring-[var(--selection)]/30":""}`,draggable:!0,onDragStart:u,onClick:()=>i("place",{placeKind:e.id}),"data-kind":e.id,title:s?`${r} — ${s}`:`${r} — ${n("library.itemHint")}`,children:[c.jsx("div",{className:"flex h-7 w-12 shrink-0 items-center justify-center",children:c.jsx("svg",{viewBox:e.viewBox,className:"ole-symbol size-full",preserveAspectRatio:"xMidYMid meet",dangerouslySetInnerHTML:{__html:e.svg}})}),c.jsx("span",{className:"truncate text-xs text-foreground/80 group-hover:text-accent-foreground",children:r})]})}function Fy({children:e}){return c.jsx("span",{className:"rounded bg-muted/50 px-1.5 py-0.5 font-mono text-[10px] tabular-nums text-muted-foreground/80",children:e})}const Sn="ole-onboarding-dismissed";function Hy(){if(typeof window>"u")return!1;try{return window.localStorage.getItem(Sn)==="1"}catch{return!1}}function Do(e){try{e?window.localStorage.setItem(Sn,"1"):window.localStorage.removeItem(Sn)}catch{}}const Ro=Ft(e=>({dismissed:Hy(),dismiss:()=>{Do(!0),e({dismissed:!0})},reset:()=>{Do(!1),e({dismissed:!1})}}));function Wy(){const e=Z(),t=Ro(o=>o.dismissed),n=Ro(o=>o.dismiss);return t?null:c.jsxs("div",{role:"dialog","aria-label":e("onboard.title"),className:"ole-glass pointer-events-none absolute left-1/2 top-1/2 z-10 w-[min(420px,calc(100vw-2rem))] -translate-x-1/2 -translate-y-1/2 rounded-2xl border border-border p-5 shadow-md",children:[c.jsxs("div",{className:"flex items-center justify-between",children:[c.jsx("h2",{className:"text-sm font-semibold",children:e("onboard.title")}),c.jsx("button",{type:"button",onClick:n,"aria-label":e("onboard.dismiss"),className:"pointer-events-auto rounded-md p-1 text-muted-foreground hover:bg-accent hover:text-accent-foreground",children:c.jsx(Tn,{className:"size-3.5"})})]}),c.jsxs("ol",{className:"mt-3 space-y-2.5",children:[c.jsx(ln,{n:1,icon:c.jsx($n,{}),title:e("onboard.step1.title"),body:e("onboard.step1.body")}),c.jsx(ln,{n:2,icon:c.jsx(rr,{}),title:e("onboard.step2.title"),body:e("onboard.step2.body")}),c.jsx(ln,{n:3,icon:c.jsx(Zo,{}),title:e("onboard.step3.title"),body:e("onboard.step3.body")})]}),c.jsx("button",{type:"button",onClick:n,className:"pointer-events-auto mt-4 w-full rounded-md bg-primary py-1.5 text-xs font-medium text-primary-foreground hover:bg-primary/90",children:e("onboard.dismiss")})]})}function ln({n:e,icon:t,title:n,body:o}){return c.jsxs("li",{className:"flex items-start gap-2.5",children:[c.jsx("span",{className:"mt-0.5 flex size-5 shrink-0 items-center justify-center rounded-full bg-[color-mix(in_oklch,var(--selection)_18%,transparent)] font-mono text-[10px] font-semibold tabular-nums text-[var(--selection)]","aria-hidden":!0,children:e}),c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsxs("div",{className:"flex items-center gap-1.5 text-xs font-medium",children:[c.jsx("span",{className:"text-muted-foreground [&>svg]:size-3.5",children:t}),c.jsx("span",{children:n})]}),c.jsx("p",{className:"mt-0.5 text-[11px] leading-snug text-muted-foreground",children:o})]})]})}function Gy(){const e=Z(),t=x(u=>u.selection),n=x(u=>u.diagram.elements),o=x(u=>u.diagram.buses),r=x(u=>u.selectedNode),s=x(u=>u.selectedWire);if(s)return c.jsx(Uy,{wireId:s});if(r)return c.jsx(Zy,{nodeId:r});if(t.length===0)return c.jsx("div",{className:"px-4 py-5 text-center text-xs text-muted-foreground",children:e("props.empty")});if(t.length>1)return c.jsx("div",{className:"px-4 py-5 text-center text-xs text-muted-foreground",children:e("props.multi",{n:t.length})});const i=t[0],a=(o??[]).find(u=>u.id===i);if(a)return c.jsx(Xy,{bus:a});const l=n.find(u=>u.id===i);if(!l)return null;const d=Ke[l.kind];return c.jsxs("div",{className:"flex flex-col gap-2.5 overflow-y-auto px-3 py-3 text-xs",children:[c.jsx(jt,{label:e("props.name"),value:l.name??"",placeholder:l.id,onCommit:u=>x.getState().updateElement(i,{name:u.trim()===""?void 0:u.trim()})}),c.jsx(Km,{label:e("props.note"),value:l.note??"",onCommit:u=>x.getState().updateElement(i,{note:u.trim()===""?void 0:u.trim()})}),(d==null?void 0:d.state)&&d.state.length>0&&c.jsx("div",{className:"mt-1 flex flex-col gap-1.5 border-t border-border/40 pt-2.5",children:d.state.map(u=>c.jsx(Jy,{id:i,element:l,field:u},u.name))}),c.jsx(qy,{id:i,element:l,schema:(d==null?void 0:d.params)??[]})]})}function qy({id:e,element:t,schema:n}){const o=new Set(n.map(s=>s.name)),r=t.params?Object.entries(t.params).filter(([s])=>!o.has(s)):[];return n.length===0&&r.length===0?null:c.jsxs("div",{className:"mt-1 flex flex-col gap-1.5 border-t border-border/40 pt-2.5",children:[n.map(s=>c.jsx(Ky,{id:e,element:t,field:s},s.name)),r.map(([s,i])=>c.jsx(Yy,{id:e,element:t,fieldKey:s,value:i},s))]})}function Ky({id:e,element:t,field:n}){var l;const o=Z(),r=St(),s=((l=t.params)==null?void 0:l[n.name])??n.default,i=r(`${t.kind}.param.${n.name}`,n.label??n.name),a=d=>{const u={...t.params??{}};d===void 0||d===n.default?delete u[n.name]:u[n.name]=d,x.getState().updateElement(e,{params:Object.keys(u).length>0?u:void 0})};return n.type==="boolean"?c.jsx(st,{label:i,children:c.jsx(Ln,{active:!!s,onClick:()=>a(!s),children:o(s?"common.yes":"common.no")})}):n.type==="number"?c.jsx(Yt,{label:i,value:typeof s=="number"?s:0,unit:n.unit,onCommit:a}):c.jsx(jt,{label:i,value:typeof s=="string"?s:"",unit:n.unit,onCommit:d=>a(d.trim()===""?void 0:d)})}function Yy({id:e,element:t,fieldKey:n,value:o}){const r=Z(),s=i=>{const a={...t.params??{}};i===void 0?delete a[n]:a[n]=i,x.getState().updateElement(e,{params:Object.keys(a).length>0?a:void 0})};return typeof o=="boolean"?c.jsx(st,{label:n,children:c.jsx(Ln,{active:o,onClick:()=>s(!o),children:r(o?"common.yes":"common.no")})}):typeof o=="number"?c.jsx(Yt,{label:n,value:o,onCommit:s}):c.jsx(jt,{label:n,value:o,onCommit:i=>s(i.trim()===""?void 0:i)})}function Xy({bus:e}){const t=Z(),n=e.id,o=r=>{const s=r.trim();jn(n,{name:s===""?void 0:s})};return c.jsxs("div",{className:"flex flex-col gap-2.5 overflow-y-auto px-3 py-3 text-xs",children:[c.jsx(jt,{label:t("props.name"),value:e.name??"",placeholder:e.id,onCommit:o}),c.jsx(Km,{label:t("props.note"),value:e.note??"",onCommit:r=>jn(n,{note:r.trim()===""?void 0:r.trim()})}),c.jsx(Vy,{bus:e})]})}function Vy({bus:e}){const t=(o,r)=>{const s={...e.params??{}};r===void 0||r===""?delete s[o]:s[o]=r,jn(e.id,{params:Object.keys(s).length>0?s:void 0})},n=e.params??{};return c.jsx("div",{className:"mt-1 flex flex-col gap-1.5 border-t border-border/40 pt-2.5",children:c.jsx(Yt,{label:"Un",value:typeof n.Un=="number"?n.Un:0,unit:"kV",onCommit:o=>t("Un",o)})})}function jn(e,t){x.getState().dispatch(n=>{const o=(n.buses??[]).map(r=>r.id===e?{...r,...t}:r);return{...n,buses:o}})}function Uy({wireId:e}){const t=Z(),n=x(m=>m.diagram.wires),o=x(m=>m.diagram.elements),r=x(m=>m.diagram.buses),s=x(m=>m.internal.terminalToNode),i=x(m=>m.setSelectedNode),a=(n??[]).find(m=>m.id===e);if(!a)return c.jsx("div",{className:"px-4 py-5 text-center text-xs text-muted-foreground",children:t("props.wireNotFound",{id:e})});const l=s.get(a.ends[0]),d=new Map(o.map(m=>[m.id,m])),u=new Map((r??[]).map(m=>[m.id,m])),f=m=>{if(!m.includes(".")){const k=u.get(m);return{id:m,label:(k==null?void 0:k.name)??m}}const p=m.indexOf("."),y=m.slice(0,p),v=m.slice(p+1),b=d.get(y);return{id:y,label:(b==null?void 0:b.name)??y,pin:v}},h=f(a.ends[0]),g=f(a.ends[1]);return c.jsxs("div",{className:"flex flex-col gap-3 px-3 py-3 text-xs",children:[c.jsxs("div",{className:"space-y-1",children:[c.jsx("div",{className:"text-[11px] uppercase tracking-wide text-muted-foreground",children:t("props.wire")}),c.jsx("div",{className:"font-mono text-[12px]",children:a.id})]}),c.jsx("ul",{className:"space-y-0.5 border-t border-border/40 pt-2",children:[h,g].map((m,p)=>c.jsxs("li",{className:"flex cursor-pointer items-center gap-2 rounded-md px-1.5 py-1 hover:bg-accent",onClick:()=>x.getState().setSelection([m.id]),children:[c.jsx("span",{className:"flex-1 truncate font-mono text-[11px]",children:m.id}),c.jsx("span",{className:"truncate text-[10px] text-muted-foreground",children:m.label}),m.pin&&c.jsx("span",{className:"font-mono text-[10px] text-muted-foreground/80",children:m.pin})]},p))}),l&&c.jsx("button",{type:"button",className:"self-start rounded-md border border-border/60 px-2 py-1 text-[11px] text-muted-foreground hover:bg-accent",onClick:()=>i(l),children:t("props.selectWholeNode")})]})}function Zy({nodeId:e}){const t=Z(),n=x(a=>a.internal.nodes.get(e)),o=x(a=>a.diagram.elements),r=x(a=>a.setSelection);if(!n)return c.jsx("div",{className:"px-4 py-5 text-center text-xs text-muted-foreground",children:t("props.nodeNotFound",{id:e})});const s=new Map;for(const a of n.terminals){const l=a.indexOf(".");if(l<0)continue;const d=a.slice(0,l),u=a.slice(l+1),f=s.get(d)??[];f.push(u),s.set(d,f)}const i=new Map(o.map(a=>[a.id,a]));return c.jsxs("div",{className:"flex flex-col gap-3 px-3 py-3 text-xs",children:[c.jsxs("div",{className:"space-y-1",children:[c.jsx("div",{className:"text-[11px] uppercase tracking-wide text-muted-foreground",children:t("props.node")}),c.jsx("div",{className:"font-mono text-[12px]",children:n.id}),c.jsx("div",{className:"text-[11px] text-muted-foreground",children:t("props.nodeStats",{terminals:n.terminals.length,elements:s.size})})]}),c.jsx("ul",{className:"space-y-0.5 border-t border-border/40 pt-2",children:[...s.entries()].map(([a,l])=>{const d=i.get(a);return c.jsxs("li",{className:"flex cursor-pointer items-center gap-2 rounded-md px-1.5 py-1 hover:bg-accent",onClick:()=>r([a]),title:t("props.selectElement",{label:a}),children:[c.jsx("span",{className:"flex-1 truncate font-mono text-[11px]",children:a}),c.jsx("span",{className:"truncate text-[10px] text-muted-foreground",children:(d==null?void 0:d.name)??""}),c.jsx("span",{className:"font-mono text-[10px] text-muted-foreground/80",children:l.join(", ")})]},a)})})]})}function st({label:e,children:t}){return c.jsxs("div",{className:"flex items-center gap-2",children:[c.jsx("label",{className:"w-16 shrink-0 truncate text-[11px] text-muted-foreground",children:e}),c.jsx("div",{className:"min-w-0 flex-1",children:t})]})}function jt({label:e,value:t,placeholder:n,unit:o,onCommit:r}){const[s,i]=j.useState(t),a=j.useRef(null);return j.useEffect(()=>i(t),[t]),c.jsx(st,{label:e,children:c.jsxs("div",{className:"relative",children:[c.jsx("input",{ref:a,type:"text",value:s,placeholder:n,onChange:l=>i(l.target.value),onBlur:()=>{s!==t&&r(s)},onKeyDown:l=>{var d,u;l.key==="Enter"&&((d=a.current)==null||d.blur()),l.key==="Escape"&&(i(t),(u=a.current)==null||u.blur())},className:we("h-7 w-full rounded-md border border-border/60 bg-background/50 px-2 text-[11px] focus:border-border focus:outline-none focus:ring-1 focus:ring-ring",o&&"pr-8")}),o&&c.jsx("span",{className:"pointer-events-none absolute right-2 top-1/2 -translate-y-1/2 text-[10px] text-muted-foreground",children:o})]})})}function Km({label:e,value:t,onCommit:n}){const[o,r]=j.useState(t);return j.useEffect(()=>r(t),[t]),c.jsx(st,{label:e,children:c.jsx("textarea",{rows:2,value:o,onChange:s=>r(s.target.value),onBlur:()=>{o!==t&&n(o)},className:"w-full resize-none rounded-md border border-border/60 bg-background/50 px-2 py-1 text-[11px] focus:border-border focus:outline-none focus:ring-1 focus:ring-ring"})})}function Yt({label:e,value:t,min:n,unit:o,onCommit:r}){const[s,i]=j.useState(String(t)),a=j.useRef(null);return j.useEffect(()=>i(String(t)),[t]),c.jsx(st,{label:e,children:c.jsxs("div",{className:"relative",children:[c.jsx("input",{ref:a,type:"number",value:s,onChange:l=>i(l.target.value),onBlur:()=>{const l=Number(s);Number.isFinite(l)&&l!==t?r(l):i(String(t))},onKeyDown:l=>{var d,u;l.key==="Enter"&&((d=a.current)==null||d.blur()),l.key==="Escape"&&(i(String(t)),(u=a.current)==null||u.blur())},min:n,className:we("h-7 w-full rounded-md border border-border/60 bg-background/50 px-2 font-mono text-[11px] tabular-nums focus:border-border focus:outline-none focus:ring-1 focus:ring-ring",o&&"pr-8")}),o&&c.jsx("span",{className:"pointer-events-none absolute right-2 top-1/2 -translate-y-1/2 text-[10px] text-muted-foreground",children:o})]})})}function Ln({active:e,onClick:t,children:n}){return c.jsx("button",{type:"button",onClick:t,className:we("flex h-6 w-full items-center justify-center gap-1.5 rounded border text-[10px] transition-colors",e?"border-[var(--selection)] bg-[var(--selection)]/15 text-foreground":"border-border/60 text-muted-foreground hover:bg-accent"),"aria-pressed":e,children:n})}function Jy({id:e,element:t,field:n}){var l;const o=Z(),s=St()(`${t.kind}.state.${n.name}`,n.label??n.name),i=((l=t.state)==null?void 0:l[n.name])??n.default,a=d=>{const u={...t.state??{}};d===void 0||d===n.default?delete u[n.name]:u[n.name]=d,x.getState().updateElement(e,{state:Object.keys(u).length>0?u:void 0})};return n.type==="boolean"?c.jsx(st,{label:s,children:c.jsx(Ln,{active:!!i,onClick:()=>a(!i),children:o(i?"common.yes":"common.no")})}):n.type==="number"?c.jsx(Yt,{label:s,value:typeof i=="number"?i:0,onCommit:a}):c.jsx(jt,{label:s,value:typeof i=="string"?i:"",onCommit:d=>a(d.trim()===""?void 0:d)})}function Qy(){const e=Z(),t=St(),n=x(f=>f.selection),o=x(f=>f.selectedNode),r=x(f=>f.selectedWire),s=x(f=>f.diagram.elements),i=x(f=>f.diagram.buses),a=Ye(),l=Ie(a,"dense");if(n.length===0&&!o&&!r)return null;let d=e("props.title"),u=null;if(r)d=e("props.wire");else if(o)d=e("props.node");else if(n.length===1){const f=n[0],h=(i??[]).find(g=>g.id===f);if(h)d=h.name??e("props.bus");else{const g=s.find(m=>m.id===f);if(g){const m=Ke[g.kind];d=m?t(`${m.id}.name`,m.name):g.kind}}}else u=n.length;return c.jsxs("aside",{className:we("ole-glass absolute z-10 flex flex-col overflow-hidden rounded-2xl border border-border shadow-sm",l?"w-48":"w-56"),style:{top:`calc(${l?"4.5rem":"0.75rem"} + var(--ole-top-inset, 0px))`,right:"calc(0.75rem + var(--ole-right-inset, 0px))",maxHeight:`calc(100% - ${l?"5.25rem":"1.5rem"} - var(--ole-top-inset, 0px) - var(--ole-bottom-inset, 0px) - 4.5rem)`},children:[c.jsxs("div",{className:"flex items-center gap-1.5 border-b border-border/40 px-3 py-2",children:[c.jsx("span",{className:"flex-1 truncate text-[11px] font-semibold uppercase tracking-wide text-muted-foreground",children:d}),u!=null&&c.jsx("span",{className:"rounded bg-muted/50 px-1.5 py-0.5 font-mono text-[10px] tabular-nums text-muted-foreground/80",children:e("props.nSelected",{n:u})})]}),c.jsx(Gy,{})]})}function eb(){j.useEffect(()=>{const e=n=>{const o=n.target;if(!o||o.tagName==="INPUT"||o.tagName==="TEXTAREA"||o.isContentEditable)return;const r=o.closest("button");r&&r.closest(".ole-glass")&&n.preventDefault()},t=n=>{const o=n.target;if(!o||!o.closest(".ole-canvas-root"))return;const r=document.activeElement;!r||r===document.body||r.tagName==="INPUT"||r.tagName==="TEXTAREA"||r.isContentEditable||r.blur()};return window.addEventListener("mousedown",e),window.addEventListener("pointerdown",t,!0),()=>{window.removeEventListener("mousedown",e),window.removeEventListener("pointerdown",t,!0)}},[])}function tb(){eb();const e=j.useRef(null),t=vx(e);return c.jsx(fp,{children:c.jsx("div",{ref:e,className:"relative h-full w-full overflow-hidden bg-background text-foreground",children:c.jsxs(Xx,{width:t,children:[c.jsx(Dx,{}),c.jsx($y,{}),c.jsx(Qy,{}),c.jsx(ky,{}),c.jsx(by,{}),c.jsx(cy,{}),c.jsx(By,{}),c.jsx(Wy,{}),c.jsx(Kx,{})]})})})}const nb="ole-theme";function ob(){try{const e=window.localStorage.getItem(nb);return e==="light"||e==="dark"?e:null}catch{return null}}function rb(){return typeof window<"u"&&typeof window.matchMedia=="function"&&window.matchMedia("(prefers-color-scheme: dark)").matches}function sb(){return typeof window>"u"?"light":ob()??(rb()?"dark":"light")}function Ym(e){typeof document>"u"||document.documentElement.classList.toggle("dark",e==="dark")}function ib({className:e,diagram:t,locale:n,theme:o}){return j.useEffect(()=>{if(!t)return;x.getState().diagram.elements.length===0&&x.getState().setDiagram(t)},[t]),j.useEffect(()=>{n&&_t.getState().setLocale(n)},[n]),j.useEffect(()=>{o&&Ym(o)},[o]),j.useEffect(()=>{Mn()},[]),ix(),c.jsx("div",{className:`ole-root ${e??"h-full w-full"}`,children:c.jsx(tb,{})})}const Xm={"application/json":[".json"]},Vm=()=>typeof window<"u"&&typeof window.showOpenFilePicker=="function",Um=e=>e instanceof DOMException&&e.name==="AbortError";function zo(e){let t;try{t=JSON.parse(e)}catch(o){throw new Error(be("io.parseFailed",{err:o.message}))}if(!t||typeof t!="object"||Array.isArray(t))throw new Error(be("io.notObject"));const n=t;if(n.version!=="1")throw new Error(be("io.versionMismatch",{actual:JSON.stringify(n.version)}));if(!Array.isArray(n.elements))throw new Error(be("io.elementsMissing"));return n}function ab(e){return JSON.stringify(e,null,2)+`
|
|
193
|
-
`}async function lb(){if(Vm()){let e;try{[e]=await window.showOpenFilePicker({multiple:!1,types:[{description:be("topbar.file.fileDescription"),accept:Xm}]})}catch(n){if(Um(n))return null;throw n}const t=await e.getFile();return{diagram:zo(await t.text()),session:{handle:e,name:t.name}}}return new Promise((e,t)=>{const n=document.createElement("input");n.type="file",n.accept=".json,application/json",n.addEventListener("change",async()=>{var r;const o=(r=n.files)==null?void 0:r[0];if(!o)return e(null);try{e({diagram:zo(await o.text()),session:{name:o.name}})}catch(s){t(s)}}),n.addEventListener("cancel",()=>e(null)),n.click()})}async function Fo(e,t,n={}){const o=ab(e);if(!n.saveAs&&(t!=null&&t.handle)){const i=await t.handle.createWritable();return await i.write(o),await i.close(),t}if(Vm()){let i;try{i=await window.showSaveFilePicker({suggestedName:(t==null?void 0:t.name)??"diagram.json",types:[{description:be("topbar.file.fileDescription"),accept:Xm}]})}catch(l){if(Um(l))return null;throw l}const a=await i.createWritable();return await a.write(o),await a.close(),{handle:i,name:i.name}}const r=URL.createObjectURL(new Blob([o],{type:"application/json"})),s=document.createElement("a");return s.href=r,s.download=(t==null?void 0:t.name)??"diagram.json",s.click(),URL.revokeObjectURL(r),t??{name:"diagram.json"}}function cb(){const e=Z(),t=x(f=>f.fileSession),n=(t==null?void 0:t.name)??e("common.unnamed"),{onNew:o,onOpen:r,onSave:s,onSaveAs:i}=db(),[a,l]=j.useState(!1),d=j.useRef(null);j.useEffect(()=>{const f=h=>{if(!(h.metaKey||h.ctrlKey))return;const g=h.key.toLowerCase();g==="o"?(h.preventDefault(),r()):g==="s"&&(h.preventDefault(),h.shiftKey?i():s())};return window.addEventListener("keydown",f),()=>window.removeEventListener("keydown",f)},[r,s,i]),j.useEffect(()=>{if(!a)return;const f=g=>{d.current&&!d.current.contains(g.target)&&l(!1)},h=g=>{g.key==="Escape"&&l(!1)};return window.addEventListener("mousedown",f),window.addEventListener("keydown",h),()=>{window.removeEventListener("mousedown",f),window.removeEventListener("keydown",h)}},[a]);const u=f=>()=>{l(!1),f()};return c.jsxs("div",{ref:d,className:"relative",children:[c.jsxs(Ee,{variant:"ghost",size:"sm",className:"gap-1.5","aria-haspopup":"menu","aria-expanded":a,onClick:()=>l(f=>!f),children:[c.jsx(Gn,{}),e("topbar.file.label")]}),a&&c.jsxs("div",{role:"menu",className:"ole-glass absolute left-0 top-full mt-1.5 min-w-44 rounded-md border border-border p-1 shadow-md",children:[c.jsx("div",{className:"border-b border-border px-2 pb-1.5 pt-1 text-xs text-muted-foreground",children:n}),c.jsx(It,{onClick:u(o),icon:c.jsx(kh,{}),children:e("topbar.file.new")}),c.jsx(It,{onClick:u(r),icon:c.jsx(Gn,{}),hint:"⌘O",children:e("topbar.file.open")}),c.jsx(It,{onClick:u(s),icon:c.jsx(qn,{}),hint:"⌘S",children:e("topbar.file.save")}),c.jsx(It,{onClick:u(i),icon:c.jsx(qn,{}),hint:"⌘⇧S",children:e("topbar.file.saveAs")})]})]})}function It({children:e,icon:t,hint:n,onClick:o}){return c.jsxs("button",{type:"button",role:"menuitem",onClick:o,className:"flex w-full items-center gap-2 rounded-sm px-2 py-1.5 text-left text-sm hover:bg-accent hover:text-accent-foreground [&>svg]:size-4",children:[t,c.jsx("span",{className:"flex-1",children:e}),n&&c.jsx("span",{className:"text-xs tabular-nums text-muted-foreground",children:n})]})}function db(){const e=Z(),t=x(l=>l.loadDiagramFromFile),n=x(l=>l.setFileSession),o=x(l=>l.setDiagram);return{onNew:()=>{const{diagram:l}=x.getState();l.elements.length>0&&!confirm(e("topbar.file.newConfirm"))||(o({version:"1",elements:[]}),n(null))},onOpen:async()=>{try{const l=await lb();l&&(t(l.diagram,l.session),Mn())}catch(l){alert(e("topbar.file.openFailed",{err:l.message}))}},onSave:async()=>{try{const{diagram:l,fileSession:d}=x.getState(),u=await Fo(l,d);u&&n(u)}catch(l){alert(e("topbar.file.saveFailed",{err:l.message}))}},onSaveAs:async()=>{try{const{diagram:l,fileSession:d}=x.getState(),u=await Fo(l,d,{saveAs:!0});u&&n(u)}catch(l){alert(e("topbar.file.saveFailed",{err:l.message}))}}}}const cn="WIRES",De="ELEMENTS",Ho="LABELS",Wo="ANNOTATIONS",Go=32,qo=64,ub=8,fb=1.25,mb=6;function Zm(e,t={}){const n=new $b(t.precision??6);n.header(t.title),n.tables([{name:cn,color:7},{name:De,color:7},{name:Ho,color:8},{name:Wo,color:3}]),n.beginEntities();for(const r of e.wireRenders.values())r.path.length<2||n.lwpolyline(cn,r.path.map(Te),!1);for(const{geometry:r}of e.buses.values()){const{axis:s,at:i,span:a}=r,l=a/2,d=s==="x"?[i[0]-l,i[1]]:[i[0],i[1]-l],u=s==="x"?[i[0]+l,i[1]]:[i[0],i[1]+l];n.lwpolyline(cn,[d,u].map(Te),!1)}for(const r of e.elements.values()){const s=e.layout.get(r.element.id),i=r.libraryDef;!s||!i||hb(n,i.svg,s)}const o=t.labelMode??"all";if(o!=="off")for(const r of e.elements.values()){const s=e.layout.get(r.element.id);if(!s||!r.libraryDef)continue;const i=Wt(r,o);if(i.length===0)continue;const a=r.libraryDef.label??Gt(r.libraryDef),[l,d]=qt(a,s);for(let u=0;u<i.length;u++){const[f,h]=Te([l,d+u*Ht]);n.text(Ho,[f,h],i[u],Bt,0,!1)}}for(const r of t.annotations??[]){if(!r.text)continue;const s=r.fontSize??ub,i=r.text.split(`
|
|
194
|
-
`)
|
|
191
|
+
*/const Tn=U("X",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);function lr(e){var t,n,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var r=e.length;for(t=0;t<r;t++)e[t]&&(n=lr(e[t]))&&(o&&(o+=" "),o+=n)}else for(n in e)e[n]&&(o&&(o+=" "),o+=n);return o}function ar(){for(var e,t,n=0,o="",r=arguments.length;n<r;n++)(e=arguments[n])&&(t=lr(e))&&(o&&(o+=" "),o+=t);return o}const Mn="-",Aw=e=>{const t=Iw(e),{conflictingClassGroups:n,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:i=>{const l=i.split(Mn);return l[0]===""&&l.length!==1&&l.shift(),cr(l,t)||Cw(i)},getConflictingClassGroupIds:(i,l)=>{const a=n[i]||[];return l&&o[i]?[...a,...o[i]]:a}}},cr=(e,t)=>{var i;if(e.length===0)return t.classGroupId;const n=e[0],o=t.nextPart.get(n),r=o?cr(e.slice(1),o):void 0;if(r)return r;if(t.validators.length===0)return;const s=e.join(Mn);return(i=t.validators.find(({validator:l})=>l(s)))==null?void 0:i.classGroupId},Yn=/^\[(.+)\]$/,Cw=e=>{if(Yn.test(e)){const t=Yn.exec(e)[1],n=t==null?void 0:t.substring(0,t.indexOf(":"));if(n)return"arbitrary.."+n}},Iw=e=>{const{theme:t,prefix:n}=e,o={nextPart:new Map,validators:[]};return Pw(Object.entries(e.classGroups),n).forEach(([s,i])=>{un(i,o,s,t)}),o},un=(e,t,n,o)=>{e.forEach(r=>{if(typeof r=="string"){const s=r===""?t:Kn(t,r);s.classGroupId=n;return}if(typeof r=="function"){if(Ow(r)){un(r(o),t,n,o);return}t.validators.push({validator:r,classGroupId:n});return}Object.entries(r).forEach(([s,i])=>{un(i,Kn(t,s),n,o)})})},Kn=(e,t)=>{let n=e;return t.split(Mn).forEach(o=>{n.nextPart.has(o)||n.nextPart.set(o,{nextPart:new Map,validators:[]}),n=n.nextPart.get(o)}),n},Ow=e=>e.isThemeGetter,Pw=(e,t)=>t?e.map(([n,o])=>{const r=o.map(s=>typeof s=="string"?t+s:typeof s=="object"?Object.fromEntries(Object.entries(s).map(([i,l])=>[t+i,l])):s);return[n,r]}):e,Bw=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,n=new Map,o=new Map;const r=(s,i)=>{n.set(s,i),t++,t>e&&(t=0,o=n,n=new Map)};return{get(s){let i=n.get(s);if(i!==void 0)return i;if((i=o.get(s))!==void 0)return r(s,i),i},set(s,i){n.has(s)?n.set(s,i):r(s,i)}}},dr="!",Lw=e=>{const{separator:t,experimentalParseClassName:n}=e,o=t.length===1,r=t[0],s=t.length,i=l=>{const a=[];let d=0,u=0,m;for(let x=0;x<l.length;x++){let v=l[x];if(d===0){if(v===r&&(o||l.slice(x,x+s)===t)){a.push(l.slice(u,x)),u=x+s;continue}if(v==="/"){m=x;continue}}v==="["?d++:v==="]"&&d--}const h=a.length===0?l:l.substring(u),g=h.startsWith(dr),f=g?h.substring(1):h,p=m&&m>u?m-u:void 0;return{modifiers:a,hasImportantModifier:g,baseClassName:f,maybePostfixModifierPosition:p}};return n?l=>n({className:l,parseClassName:i}):i},zw=e=>{if(e.length<=1)return e;const t=[];let n=[];return e.forEach(o=>{o[0]==="["?(t.push(...n.sort(),o),n=[]):n.push(o)}),t.push(...n.sort()),t},Rw=e=>({cache:Bw(e.cacheSize),parseClassName:Lw(e),...Aw(e)}),Dw=/\s+/,Fw=(e,t)=>{const{parseClassName:n,getClassGroupId:o,getConflictingClassGroupIds:r}=t,s=[],i=e.trim().split(Dw);let l="";for(let a=i.length-1;a>=0;a-=1){const d=i[a],{modifiers:u,hasImportantModifier:m,baseClassName:h,maybePostfixModifierPosition:g}=n(d);let f=!!g,p=o(f?h.substring(0,g):h);if(!p){if(!f){l=d+(l.length>0?" "+l:l);continue}if(p=o(h),!p){l=d+(l.length>0?" "+l:l);continue}f=!1}const x=zw(u).join(":"),v=m?x+dr:x,b=v+p;if(s.includes(b))continue;s.push(b);const k=r(p,f);for(let $=0;$<k.length;++$){const M=k[$];s.push(v+M)}l=d+(l.length>0?" "+l:l)}return l};function Hw(){let e=0,t,n,o="";for(;e<arguments.length;)(t=arguments[e++])&&(n=ur(t))&&(o&&(o+=" "),o+=n);return o}const ur=e=>{if(typeof e=="string")return e;let t,n="";for(let o=0;o<e.length;o++)e[o]&&(t=ur(e[o]))&&(n&&(n+=" "),n+=t);return n};function Ww(e,...t){let n,o,r,s=i;function i(a){const d=t.reduce((u,m)=>m(u),e());return n=Rw(d),o=n.cache.get,r=n.cache.set,s=l,l(a)}function l(a){const d=o(a);if(d)return d;const u=Fw(a,n);return r(a,u),u}return function(){return s(Hw.apply(null,arguments))}}const re=e=>{const t=n=>n[e]||[];return t.isThemeGetter=!0,t},mr=/^\[(?:([a-z-]+):)?(.+)\]$/i,qw=/^\d+\/\d+$/,Gw=new Set(["px","full","screen"]),Yw=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Kw=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,Xw=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,Vw=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Uw=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Oe=e=>et(e)||Gw.has(e)||qw.test(e),De=e=>ot(e,"length",r2),et=e=>!!e&&!Number.isNaN(Number(e)),Zt=e=>ot(e,"number",et),lt=e=>!!e&&Number.isInteger(Number(e)),Zw=e=>e.endsWith("%")&&et(e.slice(0,-1)),G=e=>mr.test(e),Fe=e=>Yw.test(e),Qw=new Set(["length","size","percentage"]),Jw=e=>ot(e,Qw,fr),e2=e=>ot(e,"position",fr),t2=new Set(["image","url"]),n2=e=>ot(e,t2,i2),o2=e=>ot(e,"",s2),at=()=>!0,ot=(e,t,n)=>{const o=mr.exec(e);return o?o[1]?typeof t=="string"?o[1]===t:t.has(o[1]):n(o[2]):!1},r2=e=>Kw.test(e)&&!Xw.test(e),fr=()=>!1,s2=e=>Vw.test(e),i2=e=>Uw.test(e),l2=()=>{const e=re("colors"),t=re("spacing"),n=re("blur"),o=re("brightness"),r=re("borderColor"),s=re("borderRadius"),i=re("borderSpacing"),l=re("borderWidth"),a=re("contrast"),d=re("grayscale"),u=re("hueRotate"),m=re("invert"),h=re("gap"),g=re("gradientColorStops"),f=re("gradientColorStopPositions"),p=re("inset"),x=re("margin"),v=re("opacity"),b=re("padding"),k=re("saturate"),$=re("scale"),M=re("sepia"),B=re("skew"),te=re("space"),J=re("translate"),ve=()=>["auto","contain","none"],fe=()=>["auto","hidden","clip","visible","scroll"],N=()=>["auto",G,t],I=()=>[G,t],se=()=>["",Oe,De],oe=()=>["auto",et,G],de=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],X=()=>["solid","dashed","dotted","double","none"],ue=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],ae=()=>["start","end","center","between","around","evenly","stretch"],he=()=>["","0",G],ke=()=>["auto","avoid","all","avoid-page","page","left","right","column"],xe=()=>[et,G];return{cacheSize:500,separator:":",theme:{colors:[at],spacing:[Oe,De],blur:["none","",Fe,G],brightness:xe(),borderColor:[e],borderRadius:["none","","full",Fe,G],borderSpacing:I(),borderWidth:se(),contrast:xe(),grayscale:he(),hueRotate:xe(),invert:he(),gap:I(),gradientColorStops:[e],gradientColorStopPositions:[Zw,De],inset:N(),margin:N(),opacity:xe(),padding:I(),saturate:xe(),scale:xe(),sepia:he(),skew:xe(),space:I(),translate:I()},classGroups:{aspect:[{aspect:["auto","square","video",G]}],container:["container"],columns:[{columns:[Fe]}],"break-after":[{"break-after":ke()}],"break-before":[{"break-before":ke()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...de(),G]}],overflow:[{overflow:fe()}],"overflow-x":[{"overflow-x":fe()}],"overflow-y":[{"overflow-y":fe()}],overscroll:[{overscroll:ve()}],"overscroll-x":[{"overscroll-x":ve()}],"overscroll-y":[{"overscroll-y":ve()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[p]}],"inset-x":[{"inset-x":[p]}],"inset-y":[{"inset-y":[p]}],start:[{start:[p]}],end:[{end:[p]}],top:[{top:[p]}],right:[{right:[p]}],bottom:[{bottom:[p]}],left:[{left:[p]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",lt,G]}],basis:[{basis:N()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",G]}],grow:[{grow:he()}],shrink:[{shrink:he()}],order:[{order:["first","last","none",lt,G]}],"grid-cols":[{"grid-cols":[at]}],"col-start-end":[{col:["auto",{span:["full",lt,G]},G]}],"col-start":[{"col-start":oe()}],"col-end":[{"col-end":oe()}],"grid-rows":[{"grid-rows":[at]}],"row-start-end":[{row:["auto",{span:[lt,G]},G]}],"row-start":[{"row-start":oe()}],"row-end":[{"row-end":oe()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",G]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",G]}],gap:[{gap:[h]}],"gap-x":[{"gap-x":[h]}],"gap-y":[{"gap-y":[h]}],"justify-content":[{justify:["normal",...ae()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...ae(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...ae(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[b]}],px:[{px:[b]}],py:[{py:[b]}],ps:[{ps:[b]}],pe:[{pe:[b]}],pt:[{pt:[b]}],pr:[{pr:[b]}],pb:[{pb:[b]}],pl:[{pl:[b]}],m:[{m:[x]}],mx:[{mx:[x]}],my:[{my:[x]}],ms:[{ms:[x]}],me:[{me:[x]}],mt:[{mt:[x]}],mr:[{mr:[x]}],mb:[{mb:[x]}],ml:[{ml:[x]}],"space-x":[{"space-x":[te]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[te]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",G,t]}],"min-w":[{"min-w":[G,t,"min","max","fit"]}],"max-w":[{"max-w":[G,t,"none","full","min","max","fit","prose",{screen:[Fe]},Fe]}],h:[{h:[G,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[G,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[G,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[G,t,"auto","min","max","fit"]}],"font-size":[{text:["base",Fe,De]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",Zt]}],"font-family":[{font:[at]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",G]}],"line-clamp":[{"line-clamp":["none",et,Zt]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",Oe,G]}],"list-image":[{"list-image":["none",G]}],"list-style-type":[{list:["none","disc","decimal",G]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[v]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[v]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...X(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",Oe,De]}],"underline-offset":[{"underline-offset":["auto",Oe,G]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:I()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",G]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",G]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[v]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...de(),e2]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",Jw]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},n2]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[f]}],"gradient-via-pos":[{via:[f]}],"gradient-to-pos":[{to:[f]}],"gradient-from":[{from:[g]}],"gradient-via":[{via:[g]}],"gradient-to":[{to:[g]}],rounded:[{rounded:[s]}],"rounded-s":[{"rounded-s":[s]}],"rounded-e":[{"rounded-e":[s]}],"rounded-t":[{"rounded-t":[s]}],"rounded-r":[{"rounded-r":[s]}],"rounded-b":[{"rounded-b":[s]}],"rounded-l":[{"rounded-l":[s]}],"rounded-ss":[{"rounded-ss":[s]}],"rounded-se":[{"rounded-se":[s]}],"rounded-ee":[{"rounded-ee":[s]}],"rounded-es":[{"rounded-es":[s]}],"rounded-tl":[{"rounded-tl":[s]}],"rounded-tr":[{"rounded-tr":[s]}],"rounded-br":[{"rounded-br":[s]}],"rounded-bl":[{"rounded-bl":[s]}],"border-w":[{border:[l]}],"border-w-x":[{"border-x":[l]}],"border-w-y":[{"border-y":[l]}],"border-w-s":[{"border-s":[l]}],"border-w-e":[{"border-e":[l]}],"border-w-t":[{"border-t":[l]}],"border-w-r":[{"border-r":[l]}],"border-w-b":[{"border-b":[l]}],"border-w-l":[{"border-l":[l]}],"border-opacity":[{"border-opacity":[v]}],"border-style":[{border:[...X(),"hidden"]}],"divide-x":[{"divide-x":[l]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[l]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[v]}],"divide-style":[{divide:X()}],"border-color":[{border:[r]}],"border-color-x":[{"border-x":[r]}],"border-color-y":[{"border-y":[r]}],"border-color-s":[{"border-s":[r]}],"border-color-e":[{"border-e":[r]}],"border-color-t":[{"border-t":[r]}],"border-color-r":[{"border-r":[r]}],"border-color-b":[{"border-b":[r]}],"border-color-l":[{"border-l":[r]}],"divide-color":[{divide:[r]}],"outline-style":[{outline:["",...X()]}],"outline-offset":[{"outline-offset":[Oe,G]}],"outline-w":[{outline:[Oe,De]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:se()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[v]}],"ring-offset-w":[{"ring-offset":[Oe,De]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",Fe,o2]}],"shadow-color":[{shadow:[at]}],opacity:[{opacity:[v]}],"mix-blend":[{"mix-blend":[...ue(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":ue()}],filter:[{filter:["","none"]}],blur:[{blur:[n]}],brightness:[{brightness:[o]}],contrast:[{contrast:[a]}],"drop-shadow":[{"drop-shadow":["","none",Fe,G]}],grayscale:[{grayscale:[d]}],"hue-rotate":[{"hue-rotate":[u]}],invert:[{invert:[m]}],saturate:[{saturate:[k]}],sepia:[{sepia:[M]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[n]}],"backdrop-brightness":[{"backdrop-brightness":[o]}],"backdrop-contrast":[{"backdrop-contrast":[a]}],"backdrop-grayscale":[{"backdrop-grayscale":[d]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[u]}],"backdrop-invert":[{"backdrop-invert":[m]}],"backdrop-opacity":[{"backdrop-opacity":[v]}],"backdrop-saturate":[{"backdrop-saturate":[k]}],"backdrop-sepia":[{"backdrop-sepia":[M]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[i]}],"border-spacing-x":[{"border-spacing-x":[i]}],"border-spacing-y":[{"border-spacing-y":[i]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",G]}],duration:[{duration:xe()}],ease:[{ease:["linear","in","out","in-out",G]}],delay:[{delay:xe()}],animate:[{animate:["none","spin","ping","pulse","bounce",G]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[$]}],"scale-x":[{"scale-x":[$]}],"scale-y":[{"scale-y":[$]}],rotate:[{rotate:[lt,G]}],"translate-x":[{"translate-x":[J]}],"translate-y":[{"translate-y":[J]}],"skew-x":[{"skew-x":[B]}],"skew-y":[{"skew-y":[B]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",G]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",G]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":I()}],"scroll-mx":[{"scroll-mx":I()}],"scroll-my":[{"scroll-my":I()}],"scroll-ms":[{"scroll-ms":I()}],"scroll-me":[{"scroll-me":I()}],"scroll-mt":[{"scroll-mt":I()}],"scroll-mr":[{"scroll-mr":I()}],"scroll-mb":[{"scroll-mb":I()}],"scroll-ml":[{"scroll-ml":I()}],"scroll-p":[{"scroll-p":I()}],"scroll-px":[{"scroll-px":I()}],"scroll-py":[{"scroll-py":I()}],"scroll-ps":[{"scroll-ps":I()}],"scroll-pe":[{"scroll-pe":I()}],"scroll-pt":[{"scroll-pt":I()}],"scroll-pr":[{"scroll-pr":I()}],"scroll-pb":[{"scroll-pb":I()}],"scroll-pl":[{"scroll-pl":I()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",G]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[Oe,De,Zt]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}},a2=Ww(l2);function we(...e){return a2(ar(e))}const hr=S.createContext(null);function c2(){const e=S.useContext(hr);if(!e)throw new Error("useContextMenu must be used inside <ContextMenuHost>");return e}const Et=8;function d2({children:e}){const[t,n]=S.useState({open:!1,x:0,y:0,items:[]}),[o,r]=S.useState(null),s=S.useRef(null),i=S.useCallback(()=>{n(d=>d.open?{...d,open:!1}:d)},[]),l=S.useCallback((d,u,m)=>{r(null),n({open:!0,x:d,y:u,items:m})},[]),a=S.useMemo(()=>({open:l,close:i}),[l,i]);return S.useLayoutEffect(()=>{if(!t.open||!s.current)return;const d=s.current.getBoundingClientRect();let u=t.x,m=t.y;u+d.width>window.innerWidth-Et&&(u=Math.max(Et,t.x-d.width)),m+d.height>window.innerHeight-Et&&(m=Math.max(Et,t.y-d.height)),r({left:u,top:m})},[t]),S.useEffect(()=>{if(!t.open)return;const d=g=>{s.current&&!s.current.contains(g.target)&&i()},u=g=>{g.key==="Escape"&&(g.preventDefault(),i())},m=()=>i(),h=()=>i();return document.addEventListener("pointerdown",d,!0),document.addEventListener("keydown",u,!0),window.addEventListener("wheel",m,{passive:!0}),window.addEventListener("blur",h),()=>{document.removeEventListener("pointerdown",d,!0),document.removeEventListener("keydown",u,!0),window.removeEventListener("wheel",m),window.removeEventListener("blur",h)}},[t.open,i]),c.jsxs(hr.Provider,{value:a,children:[e,t.open&&c.jsx("div",{ref:s,role:"menu","aria-orientation":"vertical",className:"ole-glass fixed z-50 min-w-[200px] rounded-md border border-border p-1 text-sm shadow-md",style:{left:(o==null?void 0:o.left)??t.x,top:(o==null?void 0:o.top)??t.y,visibility:o?"visible":"hidden"},onContextMenu:d=>d.preventDefault(),children:t.items.map((d,u)=>{if(d.type==="separator")return c.jsx("div",{role:"separator",className:"my-1 h-px bg-border"},`sep-${u}`);const m=d.icon;return c.jsxs("button",{type:"button",role:"menuitem",disabled:d.disabled,className:we("flex w-full items-center justify-between gap-3 rounded-sm px-2 py-1.5 text-left","hover:bg-accent hover:text-accent-foreground","focus-visible:bg-accent focus-visible:text-accent-foreground focus-visible:outline-none",d.destructive&&"text-destructive hover:bg-destructive/10 hover:text-destructive",d.disabled&&"pointer-events-none text-muted-foreground opacity-60"),onClick:()=>{i(),d.onSelect()},children:[c.jsxs("span",{className:"flex items-center gap-2",children:[m?c.jsx(m,{className:"size-4"}):null,c.jsx("span",{children:d.label})]}),d.shortcut?c.jsx("span",{className:"text-xs text-muted-foreground",children:d.shortcut}):null]},`${d.label}-${u}`)})})]})}const Xn=e=>{let t;const n=new Set,o=(d,u)=>{const m=typeof d=="function"?d(t):d;if(!Object.is(m,t)){const h=t;t=u??(typeof m!="object"||m===null)?m:Object.assign({},t,m),n.forEach(g=>g(t,h))}},r=()=>t,l={setState:o,getState:r,getInitialState:()=>a,subscribe:d=>(n.add(d),()=>n.delete(d))},a=t=e(o,r,l);return l},u2=(e=>e?Xn(e):Xn),m2=e=>e;function f2(e,t=m2){const n=S.useSyncExternalStore(e.subscribe,S.useCallback(()=>t(e.getState()),[e,t]),S.useCallback(()=>t(e.getInitialState()),[e,t]));return S.useDebugValue(n),n}const Vn=e=>{const t=u2(e),n=o=>f2(t,o);return Object.assign(n,t),n},Ft=(e=>e?Vn(e):Vn),Un={zh:{"common.unnamed":"未命名","common.close":"关闭","common.yes":"是","common.no":"否","topbar.theme.toLight":"切换到亮色","topbar.theme.toDark":"切换到暗色","topbar.theme.currentDark":"当前:暗色主题","topbar.theme.currentLight":"当前:亮色主题","topbar.lang.toEnglish":"Switch to English","topbar.lang.toChinese":"切换到中文","topbar.lang.currentEnglish":"Current: English","topbar.lang.currentChinese":"当前:中文","topbar.export.label":"导出","topbar.export.tooltip":"SVG 矢量(可编辑)、PNG 位图(2× 高清)或 DXF(CAD)","topbar.export.pngFailed":"导出 PNG 失败:{err}","topbar.export.dxfFailed":"导出 DXF 失败:{err}","topbar.file.label":"文件","topbar.file.tooltip":"打开本地 .json 图、保存、或另存为","topbar.file.current":"当前:{name}","topbar.file.new":"新建","topbar.file.open":"打开…","topbar.file.save":"保存","topbar.file.saveAs":"另存为…","topbar.file.newConfirm":"新建会清空当前未保存的内容,是否继续?","topbar.file.openFailed":"打开失败:{err}","topbar.file.saveFailed":"保存失败:{err}","topbar.file.fileDescription":"OneLineEditor 图纸","outline.title":"大纲","outline.collapse":"折叠","outline.collapseAria":"折叠大纲","outline.empty":"(无设备 — 从元件库拖入开始)","props.title":"属性","props.node":"电气节点","props.wire":"连线","props.bus":"母线","props.nSelected":"{n} 选中","props.empty":"未选中","props.multi":"已选中 {n} 个元件","props.name":"名称","props.note":"备注","props.nodeNotFound":"电气节点 {id} 不存在","props.wireNotFound":"连线 {id} 不存在","props.nodeStats":"{terminals} 个端子 · {elements} 个元件","props.selectElement":"选中 {label}","props.selectWholeNode":"选中整个电气节点","view.zoomOut":"缩小","view.zoomOutHint":"按预设档位缩小;也可滚轮 ↓ 或 ⌘−","view.reset":"重置到 100%","view.current":"当前 {z}%","view.zoomIn":"放大","view.zoomInHint":"按预设档位放大;也可滚轮 ↑ 或 ⌘+","view.fit":"适配视图","view.fitHint":"自动缩放并居中所有元件","view.gridHide":"隐藏网格","view.gridShow":"显示网格","view.gridHotkey":"G","view.gridHideHint":"同时关闭对齐吸附(拖动可自由放置)","view.gridShowHint":"同时开启对齐吸附(拖动会贴到 10px 网格)","view.gridHideAria":"隐藏网格并关闭吸附","view.gridShowAria":"显示网格并开启吸附","view.label":"标签","view.labelOff":"关闭标签","view.labelId":"仅显示 ID","view.labelAll":"ID + 参数","view.labelHint":"点击循环切换:关闭 → 仅 ID → ID + 参数","library.title":"元件库","library.empty":"没有匹配的元件","library.searchPlaceholder":"搜索元件…","library.searchAria":"搜索元件","library.clearSearch":"清除搜索","library.itemHint":"单击进入放置模式或拖到画布","tool.select":"选择","tool.selectHint":"点选元件,框选多个,或右键打开菜单","tool.pan":"平移","tool.panHint":"拖动画布;空格键可临时切换","tool.wire":"连线","tool.wireHint":"从一个端子拖动到另一个端子完成连线","tool.bus":"母线","tool.busHint":"画布上拖动一段母线,按下定起点、释放定终点","tool.place":"元件","tool.placeHint":"点击画布放置;或从端子/母线拖出,同时放置并连接","tool.text":"文字","tool.textHint":"点击画布放置一段文字注释;双击文字可重新编辑","mode.selectWithSel":"拖动元件移动 · 拖端子连线 · 右键打开菜单","mode.selectEmpty":"点选元件 · 拖动移动 · 框选多个 · 右键打开菜单","mode.pan":"拖动画布 · 滚轮缩放 · 按住空格可在其他工具下临时平移","mode.wireDragging":"拖到另一个端子或母线上释放完成连线","mode.wireInit":"从端子按下,拖动到另一个端子或母线上释放","mode.busDragging":"拖动决定母线方向,释放定终点","mode.busInit":"在画布按下定起点,拖动后释放定终点","mode.placeNoKind":"从左侧元件库选择一种元件","mode.placeFromTerm":"拖到目标位置释放,新元件将连接到起点端子","mode.placeNormal":"点击空白放置;或从已有端子 / 母线拖出,同时放置并连接","mode.text":"点击画布放置文字;双击已有文字可编辑;选中后可拖动 / 删除","mode.escSelect":"Esc 清除选择","mode.escOther":"右键 / Esc 取消","tool.placeNoKindTooltip":"从左侧元件库选择一个元件后点击画布放置","tool.undo":"撤销","tool.undoHint":"撤销上一次编辑(移动 / 旋转 / 删除等)","tool.redo":"重做","tool.redoHint":"重做被撤销的操作","layout.label":"布局","layout.hint":"自动排版整个图或仅选中范围,并填补空缺","layout.allAuto":"重新自动布局","layout.selAuto":"重新自动布局选区","layout.allFill":"填补未排版位置","layout.selFill":"填补未排版选区","tool.more":"更多","tool.moreHint":"撤销 / 重做 / 布局","view.menu":"视图","view.menuHint":"缩放、适配、网格","ctx.ariaNode":"选中节点操作","ctx.ariaWire":"选中连线操作","ctx.ariaElement":"选中元件操作","ctx.rotate":"旋转 90°","ctx.rotateHint":"顺时针旋转选中元件,连线随端子自动重排","ctx.mirror":"水平镜像","ctx.mirrorTitle":"镜像","ctx.mirrorHint":"左右翻转选中元件","ctx.delete":"删除","ctx.deleteHintNode":"断开此电气节点上的所有连接(保留元件)","ctx.deleteHintWire":"移除这一根连线(其它同节点连线保留)","ctx.deleteHintElement":"移除选中元件及其连接的连线","ctx.resetWirePath":"恢复自动走线","ctx.resetWirePathHint":"清除手动调整的拐点,让连线回到自动路由","menu.undo":"撤销","menu.redo":"重做","menu.cut":"剪切","menu.copy":"复制","menu.paste":"粘贴","menu.rotate":"旋转 90°","menu.mirror":"镜像","menu.selectAll":"全选","menu.disconnect":"断开此连线","menu.delete":"删除","io.parseFailed":"JSON 解析失败:{err}","io.notObject":"文件不是 JSON 对象","io.versionMismatch":'版本不兼容:期望 "1",实际 {actual}',"io.elementsMissing":"elements 字段缺失或不是数组","compile.duplicateId":'元件 ID 重复:"{id}"',"compile.unknownKind":'未知元件类型 kind="{kind}"',"compile.invalidTermRef":'非法端子引用 "{ref}"',"compile.elementMissing":'引用了不存在的元件 "{id}"',"compile.missingPin":'元件 "{id}" (kind={kind}) 没有引脚 "{pin}",可用引脚: {available}',"compile.singleTerminal":"节点只包含一个端子,已忽略","compile.layoutMissingElement":'layout 键 "{id}" 引用了不存在的元件',"compile.elementUnconnected":'元件 "{id}" 没有任何连接',"cat.busbar":"母线 / 接线","cat.switching":"开关","cat.protection":"保护","cat.motor-control":"电机控制","cat.transformer":"变压器","cat.instrument-transformer":"互感器","cat.measurement":"测量仪表","cat.source":"电源","cat.load":"负荷","cat.storage":"储能","cat.compensation":"无功补偿","cat.grounding":"中性点接地","cat.renewable":"新能源 / 电力电子","onboard.title":"上手三步","onboard.step1.title":"画母线","onboard.step1.body":"选择 母线 工具(B),在画布上按下拖动","onboard.step2.title":"从母线拖出元件","onboard.step2.body":"切到 元件(P)选一种,按住母线拖到目标位置 — 自动连接","onboard.step3.title":"继续串接","onboard.step3.body":"从任意端子拖出,落到目标即与该端子相连","onboard.dismiss":"知道了"},en:{"common.unnamed":"Untitled","common.close":"Close","common.yes":"Yes","common.no":"No","topbar.theme.toLight":"Switch to light","topbar.theme.toDark":"Switch to dark","topbar.theme.currentDark":"Current: dark theme","topbar.theme.currentLight":"Current: light theme","topbar.lang.toEnglish":"Switch to English","topbar.lang.toChinese":"切换到中文","topbar.lang.currentEnglish":"Current: English","topbar.lang.currentChinese":"Current: Chinese","topbar.export.label":"Export","topbar.export.tooltip":"SVG vector (editable), PNG bitmap (2× HiDPI), or DXF (CAD)","topbar.export.pngFailed":"PNG export failed: {err}","topbar.export.dxfFailed":"DXF export failed: {err}","topbar.file.label":"File","topbar.file.tooltip":"Open a local .json diagram, save, or save as","topbar.file.current":"Current: {name}","topbar.file.new":"New","topbar.file.open":"Open…","topbar.file.save":"Save","topbar.file.saveAs":"Save as…","topbar.file.newConfirm":"New will discard any unsaved changes. Continue?","topbar.file.openFailed":"Open failed: {err}","topbar.file.saveFailed":"Save failed: {err}","topbar.file.fileDescription":"OneLineEditor diagram","outline.title":"Outline","outline.collapse":"Collapse","outline.collapseAria":"Collapse outline","outline.empty":"(No elements — drag from the library to start)","props.title":"Properties","props.node":"Electrical node","props.wire":"Wire","props.bus":"Bus","props.nSelected":"{n} selected","props.empty":"Nothing selected","props.multi":"{n} elements selected","props.name":"Name","props.note":"Note","props.nodeNotFound":"Electrical node {id} not found","props.wireNotFound":"Wire {id} not found","props.nodeStats":"{terminals} terminals · {elements} elements","props.selectElement":"Select {label}","props.selectWholeNode":"Select whole electrical node","view.zoomOut":"Zoom out","view.zoomOutHint":"Step zoom out; also wheel ↓ or ⌘−","view.reset":"Reset to 100%","view.current":"Current {z}%","view.zoomIn":"Zoom in","view.zoomInHint":"Step zoom in; also wheel ↑ or ⌘+","view.fit":"Fit view","view.fitHint":"Auto-zoom and center all elements","view.gridHide":"Hide grid","view.gridShow":"Show grid","view.gridHotkey":"G","view.gridHideHint":"Also disables snap-to-grid (free placement)","view.gridShowHint":"Also enables snap-to-grid (snaps to 10px on drag)","view.gridHideAria":"Hide grid and disable snap","view.gridShowAria":"Show grid and enable snap","view.label":"Labels","view.labelOff":"Hide labels","view.labelId":"ID only","view.labelAll":"ID + params","view.labelHint":"Cycle: off → ID → ID + params","library.title":"Library","library.empty":"No matching elements","library.searchPlaceholder":"Search elements…","library.searchAria":"Search elements","library.clearSearch":"Clear search","library.itemHint":"Click to enter place mode, or drag onto the canvas","tool.select":"Select","tool.selectHint":"Click to pick, marquee for multiple, right-click for menu","tool.pan":"Pan","tool.panHint":"Drag the canvas; Space toggles temporarily","tool.wire":"Wire","tool.wireHint":"Drag from one terminal to another to wire","tool.bus":"Busbar","tool.busHint":"Drag on the canvas — press to set start, release to set end","tool.place":"Place","tool.placeHint":"Click to place; or drag from a terminal/bus to place and connect","tool.text":"Text","tool.textHint":"Click the canvas to drop a text note; double-click an existing one to edit","mode.selectWithSel":"Drag elements · drag terminals to wire · right-click for menu","mode.selectEmpty":"Click to pick · drag to move · marquee for multiple · right-click for menu","mode.pan":"Drag the canvas · scroll to zoom · hold Space to pan in any tool","mode.wireDragging":"Release on another terminal or busbar to complete the wire","mode.wireInit":"Press on a terminal, drag to another terminal or busbar, release","mode.busDragging":"Drag sets bus direction; release sets the end","mode.busInit":"Press on the canvas to set start, drag, release to set end","mode.placeNoKind":"Pick an element kind from the library on the left","mode.placeFromTerm":"Release at the target — the new element will connect back to the source terminal","mode.placeNormal":"Click empty space to place; or drag from a terminal / bus to place and connect","mode.text":"Click to drop text · double-click to edit · drag selected to move · Del to remove","mode.escSelect":"Esc clears selection","mode.escOther":"Right-click / Esc to cancel","tool.placeNoKindTooltip":"Pick a kind in the library on the left, then click the canvas","tool.undo":"Undo","tool.undoHint":"Undo the last edit (move / rotate / delete, etc.)","tool.redo":"Redo","tool.redoHint":"Redo the last undone edit","layout.label":"Layout","layout.hint":"Auto-layout the whole diagram or just the selection, fill gaps","layout.allAuto":"Auto-layout all","layout.selAuto":"Auto-layout selection","layout.allFill":"Fill unplaced","layout.selFill":"Fill unplaced in selection","tool.more":"More","tool.moreHint":"Undo / redo / layout","view.menu":"View","view.menuHint":"Zoom, fit, grid","ctx.ariaNode":"Node actions","ctx.ariaWire":"Wire actions","ctx.ariaElement":"Element actions","ctx.rotate":"Rotate 90°","ctx.rotateHint":"Rotate selection clockwise; wires re-route through new terminals","ctx.mirror":"Mirror horizontally","ctx.mirrorTitle":"Mirror","ctx.mirrorHint":"Flip selection left-right","ctx.delete":"Delete","ctx.deleteHintNode":"Disconnect every wire on this node (elements stay)","ctx.deleteHintWire":"Remove only this wire (siblings on the same node stay)","ctx.deleteHintElement":"Remove the selection and its wires","ctx.resetWirePath":"Reset to auto-route","ctx.resetWirePathHint":"Drop manual corners and let the router re-draw this wire","menu.undo":"Undo","menu.redo":"Redo","menu.cut":"Cut","menu.copy":"Copy","menu.paste":"Paste","menu.rotate":"Rotate 90°","menu.mirror":"Mirror","menu.selectAll":"Select all","menu.disconnect":"Disconnect this wire","menu.delete":"Delete","io.parseFailed":"JSON parse failed: {err}","io.notObject":"File is not a JSON object","io.versionMismatch":'Version mismatch: expected "1", got {actual}',"io.elementsMissing":"`elements` is missing or not an array","compile.duplicateId":'Duplicate element id: "{id}"',"compile.unknownKind":'Unknown element kind="{kind}"',"compile.invalidTermRef":'Invalid terminal reference "{ref}"',"compile.elementMissing":'Reference to unknown element "{id}"',"compile.missingPin":'Element "{id}" (kind={kind}) has no pin "{pin}"; available: {available}',"compile.singleTerminal":"Node has only one terminal — ignored","compile.layoutMissingElement":'layout key "{id}" references an unknown element',"compile.elementUnconnected":'Element "{id}" has no connections',"cat.busbar":"Busbar / wiring","cat.switching":"Switching","cat.protection":"Protection","cat.motor-control":"Motor control","cat.transformer":"Transformer","cat.instrument-transformer":"Instrument transformer","cat.measurement":"Measurement","cat.source":"Source","cat.load":"Load","cat.storage":"Storage","cat.compensation":"Compensation","cat.grounding":"Grounding","cat.renewable":"Renewables / power electronics","onboard.title":"Quick start","onboard.step1.title":"Draw a busbar","onboard.step1.body":"Pick the busbar tool (B), then press and drag on the canvas","onboard.step2.title":"Drag elements from the bus","onboard.step2.body":"Switch to Place (P), pick a kind, then drag from the bus — it auto-connects","onboard.step3.title":"Chain the next one","onboard.step3.body":"Drag from any terminal — the new element drops pre-connected","onboard.dismiss":"Got it"}},pr="ole-locale";function h2(){if(typeof window>"u")return"zh";try{const e=window.localStorage.getItem(pr);if(e==="zh"||e==="en")return e}catch{}return typeof navigator<"u"&&typeof navigator.language=="string"?navigator.language.toLowerCase().startsWith("zh")?"zh":"en":"zh"}function Zn(e){try{window.localStorage.setItem(pr,e)}catch{}}const _t=Ft((e,t)=>({locale:h2(),setLocale:n=>{Zn(n),e({locale:n})},toggle:()=>{const n=t().locale==="zh"?"en":"zh";Zn(n),e({locale:n})}}));function gr(e,t){return t?e.replace(/\{(\w+)\}/g,(n,o)=>t[o]!==void 0?String(t[o]):`{${o}}`):e}function yr(e,t){return Un[e][t]??Un.zh[t]??t}function be(e,t){return gr(yr(_t.getState().locale,e),t)}function Z(){const e=_t(t=>t.locale);return(t,n)=>gr(yr(e,t),n)}function xr(e,t){let n;try{n=e()}catch{return}return{getItem:r=>{var s;const i=a=>a===null?null:JSON.parse(a,void 0),l=(s=n.getItem(r))!=null?s:null;return l instanceof Promise?l.then(i):i(l)},setItem:(r,s)=>n.setItem(r,JSON.stringify(s,void 0)),removeItem:r=>n.removeItem(r)}}const mn=e=>t=>{try{const n=e(t);return n instanceof Promise?n:{then(o){return mn(o)(n)},catch(o){return this}}}catch(n){return{then(o){return this},catch(o){return mn(o)(n)}}}},p2=(e,t)=>(n,o,r)=>{let s={storage:xr(()=>window.localStorage),partialize:x=>x,version:0,merge:(x,v)=>({...v,...x}),...t},i=!1,l=0;const a=new Set,d=new Set;let u=s.storage;if(!u)return e((...x)=>{console.warn(`[zustand persist middleware] Unable to update item '${s.name}', the given storage is currently unavailable.`),n(...x)},o,r);const m=()=>{const x=s.partialize({...o()});return u.setItem(s.name,{state:x,version:s.version})},h=r.setState;r.setState=(x,v)=>(h(x,v),m());const g=e((...x)=>(n(...x),m()),o,r);r.getInitialState=()=>g;let f;const p=()=>{var x,v;if(!u)return;const b=++l;i=!1,a.forEach($=>{var M;return $((M=o())!=null?M:g)});const k=((v=s.onRehydrateStorage)==null?void 0:v.call(s,(x=o())!=null?x:g))||void 0;return mn(u.getItem.bind(u))(s.name).then($=>{if($)if(typeof $.version=="number"&&$.version!==s.version){if(s.migrate){const M=s.migrate($.state,$.version);return M instanceof Promise?M.then(B=>[!0,B]):[!0,M]}console.error("State loaded from storage couldn't be migrated since no migrate function was provided")}else return[!1,$.state];return[!1,void 0]}).then($=>{var M;if(b!==l)return;const[B,te]=$;if(f=s.merge(te,(M=o())!=null?M:g),n(f,!0),B)return m()}).then(()=>{b===l&&(k==null||k(o(),void 0),f=o(),i=!0,d.forEach($=>$(f)))}).catch($=>{b===l&&(k==null||k(void 0,$))})};return r.persist={setOptions:x=>{s={...s,...x},x.storage&&(u=x.storage)},clearStorage:()=>{u==null||u.removeItem(s.name)},getOptions:()=>s,rehydrate:()=>p(),hasHydrated:()=>i,onHydrate:x=>(a.add(x),()=>{a.delete(x)}),onFinishHydration:x=>(d.add(x),()=>{d.delete(x)})},s.skipHydration||p(),f||g},g2=p2,Pe=.5;function br(e){if(e.length<2)return e.map(r=>[r[0],r[1]]);const t=[[e[0][0],e[0][1]]];for(let r=1;r<e.length;r++){const s=t[t.length-1];Math.abs(s[0]-e[r][0])<Pe&&Math.abs(s[1]-e[r][1])<Pe||t.push([e[r][0],e[r][1]])}if(t.length<2)return t;const n=[t[0]];for(let r=1;r<t.length;r++){const s=n[n.length-1],i=t[r],l=Math.abs(s[0]-i[0]),a=Math.abs(s[1]-i[1]);if(l>Pe&&a>Pe){const u=(n.length>=2?Math.abs(n[n.length-2][1]-s[1])<Pe?"h":"v":null)==="h"?[i[0],s[1]]:[s[0],i[1]];n.push(u)}n.push(i)}const o=[n[0]];for(let r=1;r<n.length-1;r++){const s=o[o.length-1],i=n[r],l=n[r+1],a=Math.abs(s[0]-i[0])<Pe&&Math.abs(i[0]-l[0])<Pe,d=Math.abs(s[1]-i[1])<Pe&&Math.abs(i[1]-l[1])<Pe;a||d||o.push(i)}return o.push(n[n.length-1]),o}function wr(){return{elements:new Map,buses:new Map,terminals:new Map,nodes:new Map,layout:new Map,wireRenders:new Map,terminalToNode:new Map,elementToTerminals:new Map,diagnostics:[]}}function vr(e){return{at:(e==null?void 0:e.at)??[0,0],rot:(e==null?void 0:e.rot)??0,mirror:(e==null?void 0:e.mirror)??!1}}function fn(e){return e===90||e===270?"y":"x"}function Be(e,t){let[n,o]=e;switch(t.mirror&&(n=-n),t.rot){case 0:break;case 90:[n,o]=[-o,n];break;case 180:[n,o]=[-n,-o];break;case 270:[n,o]=[o,-n];break}return[n+t.at[0],o+t.at[1]]}const y2={n:"e",e:"s",s:"w",w:"n"},x2={n:"n",s:"s",e:"w",w:"e"};function yt(e,t){let n=t.mirror?x2[e]:e;const o=t.rot/90|0;for(let r=0;r<o;r++)n=y2[n];return n}function hn(e){switch(e){case"n":return[0,-1];case"s":return[0,1];case"e":return[1,0];case"w":return[-1,0]}}class kr{constructor(){it(this,"parent",new Map);it(this,"rank",new Map)}add(t){this.parent.has(t)||(this.parent.set(t,t),this.rank.set(t,0))}find(t){this.add(t);let n=t;for(;this.parent.get(n)!==n;){const o=this.parent.get(n),r=this.parent.get(o);this.parent.set(n,r),n=r}return n}union(t,n){const o=this.find(t),r=this.find(n);if(o===r)return;const s=this.rank.get(o),i=this.rank.get(r);s<i?this.parent.set(o,r):s>i?this.parent.set(r,o):(this.parent.set(r,o),this.rank.set(o,s+1))}groups(){const t=new Map;for(const n of this.parent.keys()){const o=this.find(n),r=t.get(o);r?r.push(n):t.set(o,[n])}return t}}const Qn=["n","e","s","w"],Jn={n:"s",s:"n",e:"w",w:"e"};function eo(e,t){const n=Qn.indexOf(e),r=((Qn.indexOf(t)-n)%4+4)%4;return[0,90,180,270][r]}const b2=320,to=220,ct=260,no=720,dt=30,oo=30,ut=80,ro=10,w2=60,v2=520,k2=80,_2=80,so=8,io=new Set(["source","renewable"]);function $2(e){var zn,Rn,Dn,Fn,Hn,Wn;const{elements:t,buses:n,wires:o,library:r,userLayout:s,userBusLayout:i}=e,l=new Map(s),a=new Map(i),d=new Map;for(const w of t)d.set(w.id,w);const u=new Map;for(const w of n)u.set(w.id,w);const m=w=>{const _=d.get(w);if(_)return r.get(_.kind)},h=new Set(n.map(w=>w.id)),g=w=>h.has(w),f=new kr;for(const w of o)f.add(w.ends[0]),f.add(w.ends[1]),f.union(w.ends[0],w.ends[1]);for(const w of t){const _=r.get(w.kind);if(_)for(const j of _.terminals)f.add(`${w.id}.${j.id}`)}for(const w of n)f.add(w.id);const p=[];for(const[,w]of f.groups())w.length>=2&&p.push(w);const x=new Map;for(const w of p)for(const _ of w)x.set(_,[w]);const v=new Map;for(const w of p){const _=w.filter(g);if(_.length!==0)for(const j of _){const T=w.filter(E=>E!==j),L=v.get(j)??[];L.push(...T),v.set(j,L)}}const b=new Map;for(const w of p){const _=w.filter(g);if(_.length!==0)for(const j of w){if(g(j))continue;const T=j.indexOf(".");if(T<0)continue;const L=j.slice(0,T),E=j.slice(T+1),C=b.get(L)??[];for(const R of _)C.some(O=>O.busId===R&&O.pin===E)||C.push({busId:R,pin:E});b.set(L,C)}}const k=[],$=new Set;for(const[w,_]of b)if(new Set(_.map(T=>T.busId)).size>=2){const T=((Rn=r.get(((zn=d.get(w))==null?void 0:zn.kind)??""))==null?void 0:Rn.category)==="transformer"?"vertical":"horizontal";k.push({elementId:w,attachments:_,orientation:T}),T==="vertical"&&$.add(w)}const M=new Map,B=(w,_)=>{w!==_&&(M.has(w)||M.set(w,new Set),M.has(_)||M.set(_,new Set),M.get(w).add(_),M.get(_).add(w))};for(const w of o)B(w.ends[0],w.ends[1]);for(const w of t){const _=r.get(w.kind);if(!_||_.terminals.length<2)continue;const j=_.terminals.map(T=>`${w.id}.${T.id}`);for(let T=0;T<j.length;T++)for(let L=T+1;L<j.length;L++)B(j[T],j[L])}for(const w of t){if($.has(w.id))continue;const _=r.get(w.kind);if(!_||_.category!=="transformer"||_.terminals.length<2)continue;const j=_.terminals.map(E=>`${w.id}.${E.id}`),T=new Map;for(const E of j){const C=E.slice(w.id.length+1);T.set(C,new Set);const R=new Set(j.filter(D=>D!==E)),O=new Set([E]),H=[E];for(;H.length>0;){const D=H.shift();if(g(D)){T.get(C).add(D);continue}const A=M.get(D);if(A)for(const P of A)O.has(P)||R.has(P)||(O.add(P),H.push(P))}}const L=new Set;for(const E of T.values())for(const C of E)L.add(C);if(L.size>=2){const E=[];for(const[C,R]of T)for(const O of R)E.push({busId:O,pin:C});k.push({elementId:w.id,attachments:E,orientation:"vertical"}),$.add(w.id)}}const te=(w,_)=>{var R;const j=m(_),T=j?j.terminals.map(O=>`${_}.${O.id}`):[],L=w,E=new Set([L,...T]),C=[L];for(;C.length>0;){const O=C.shift(),H=O.indexOf(".");if(H>0){const A=O.slice(0,H),P=d.get(A);if(P){const z=(R=r.get(P.kind))==null?void 0:R.category;if(z&&io.has(z))return!0}}const D=M.get(O);if(D)for(const A of D)E.has(A)||(E.add(A),C.push(A))}return!1};for(const w of k){if(w.orientation!=="horizontal")continue;const _=new Set(w.attachments.map(T=>T.busId));let j=0;for(const T of _)te(T,w.elementId)&&j++;j===1&&(w.orientation="vertical",$.add(w.elementId))}for(const w of t){if($.has(w.id)||w.kind!=="breaker")continue;const _=r.get(w.kind);if(!_||_.terminals.length!==2)continue;const j=_.terminals.map(E=>`${w.id}.${E.id}`),T=new Map;for(const E of j){const C=E.slice(w.id.length+1),R=new Set(j.filter(D=>D!==E)),O=new Set([E]),H=[E];for(;H.length>0;){const D=H.shift();if(g(D)){T.set(C,D);break}const A=M.get(D);if(A)for(const P of A){if(O.has(P)||R.has(P))continue;const z=P.indexOf(".");if(z>0){const q=P.slice(0,z);if(q!==w.id){const ee=d.get(q),Q=ee?r.get(ee.kind):void 0;if((Q==null?void 0:Q.category)==="transformer")continue}}O.add(P),H.push(P)}}}if(new Set(T.values()).size>=2){const E=[];for(const[C,R]of T)E.push({busId:R,pin:C});k.push({elementId:w.id,attachments:E,orientation:"horizontal"})}}const J=new Map;for(const w of n)J.set(w.id,new Map);for(const w of k){const _=Array.from(new Set(w.attachments.map(j=>j.busId)));for(const j of _)for(const T of _)j!==T&&((Dn=J.get(j))==null||Dn.set(T,w))}const ve=w=>{var j;const _=(j=r.get(w))==null?void 0:j.category;return _?io.has(_):!1},fe=[];for(const w of n){const _=v.get(w.id);if(_)for(const j of _){if(g(j))continue;const T=j.indexOf(".");if(T<0)continue;const L=j.slice(0,T),E=d.get(L);if(E&&ve(E.kind)){fe.push(w.id);break}}}fe.length===0&&n.length>0&&fe.push(n[0].id);const N=new Map;for(const w of fe)N.set(w,0);{const w=[...fe];for(;w.length>0;){const _=w.shift(),j=N.get(_),T=J.get(_);if(T)for(const[L,E]of T){if(N.has(L))continue;const C=E.orientation==="horizontal"?j:j+1;N.set(L,C),w.push(L)}}}for(const w of n){if(N.has(w.id))continue;const _=N.size===0?-1:Math.max(...Array.from(N.values()));N.set(w.id,_+1)}const I=new Map;for(const w of n){const _=N.get(w.id),j=I.get(_)??[];j.push(w.id),I.set(_,j)}const se=[...I.keys()].sort((w,_)=>w-_),oe=(w,_,j)=>{const T=`${w.elementId}.${j}`,L=_,E=m(w.elementId),C=new Set;if(E)for(const A of E.terminals)A.id!==j&&C.add(`${w.elementId}.${A.id}`);const R=new Set([T]),O=[{ref:T,dist:0}],H=new Map,D=(A,P,z,q)=>{R.add(A),H.set(A,P),O.push({ref:A,dist:q+z})};for(;O.length>0;){const{ref:A,dist:P}=O.shift();if(A===L){const Q=H.get(L);let ce;if(Q){const Y=Q.indexOf(".");if(Y>0){const F=Q.slice(0,Y);F!==w.elementId&&(ce=F)}}return{extent:P,head:ce}}const z=A.indexOf(".");if(z<0)continue;const q=A.slice(0,z),ee=A.slice(z+1);if(!g(q)&&!$.has(q)){const Q=m(q),ce=Q==null?void 0:Q.terminals.find(Y=>Y.id===ee);if(Q&&ce)for(const Y of Q.terminals){if(Y.id===ee)continue;const F=`${q}.${Y.id}`;R.has(F)||C.has(F)||D(F,A,Math.abs(ce.y-Y.y),P)}}for(const Q of x.get(A)??[])for(const ce of Q){if(ce===A||R.has(ce)||C.has(ce))continue;const Y=g(A)||g(ce);D(ce,A,Y?oo:dt,P)}}return{extent:0}},de=(w,_)=>{var A,P,z;const j=(A=J.get(w))==null?void 0:A.get(_);if(!j||j.orientation==="horizontal")return ct;const T=m(j.elementId);if(!T)return ct;const L=(P=j.attachments.find(q=>q.busId===w))==null?void 0:P.pin,E=(z=j.attachments.find(q=>q.busId===_))==null?void 0:z.pin;if(!L||!E)return ct;const C=T.terminals.find(q=>q.id===L),R=T.terminals.find(q=>q.id===E);if(!C||!R)return ct;const O=Math.abs(R.y-C.y),H=oe(j,w,L).extent,D=oe(j,_,E).extent;return H+O+D},X=new Map;for(const w of k){if(w.orientation!=="vertical")continue;const _=w.attachments.slice().sort((R,O)=>(N.get(R.busId)??0)-(N.get(O.busId)??0));if(_.length<2)continue;const j=_[0].busId,T=_[1].busId,L=_[0].pin,C=oe(w,j,L).head??w.elementId;X.set(C,{lowerBusId:T})}const ue=320,ae=new Map,he=(w,_)=>{if(!$.has(w))return!1;const j=k.find(C=>C.elementId===w),T=j==null?void 0:j.attachments.find(C=>C.busId!==_);if(!T)return!1;const L=N.get(_)??0;return(N.get(T.busId)??0)<L},ke=(w,_)=>{const j=X.get(w);if(j){const T=ae.get(j.lowerBusId);if(T!==void 0)return Math.max(_,T+ut)}return Math.max(_,ut)},xe=(w,_)=>{if(ae.has(w))return ae.get(w);if(_.has(w))return ue;_.add(w);const j=v.get(w)??[];let T=0,L=0;for(const C of j){if(g(C))continue;const R=C.indexOf(".");if(R<0)continue;const O=C.slice(0,R),H=C.slice(R+1);if(he(O,w))continue;const D=m(O);if(!D)continue;const A=D.terminals.find(q=>q.id===H);if(!A)continue;const P=X.get(O);P&&xe(P.lowerBusId,_);const z=ke(O,D.width);A.y>0?T+=z:L+=z}const E=Math.max(ue,Math.max(T,L)+ut);return ae.set(w,E),_.delete(w),E};for(const w of n)xe(w.id,new Set);const Re=new Map,nw=(w,_,j)=>{const T=m(_);if(!T)return;const L=`${_}.${j}`,E=T.terminals.filter(O=>O.id!==j).map(O=>`${_}.${O.id}`);if(E.length===0)return;const C=new Set([L,...E]),R=E.slice();for(;R.length>0;){const O=R.shift();if(g(O)&&O!==w){const D=a.get(O);return D?D.at[0]:void 0}for(const D of x.get(O)??[])for(const A of D)A===O||C.has(A)||(C.add(A),R.push(A));const H=O.indexOf(".");if(H>0){const D=O.slice(0,H);if(!g(D)){const A=m(D);if(A)for(const P of A.terminals){const z=`${D}.${P.id}`;C.has(z)||(C.add(z),R.push(z))}}}}},ow=w=>{const _=v.get(w);if(!_||_.length===0)return;const j=a.get(w);if(!j)return;const T=_.flatMap(A=>{if(g(A))return[];const P=A.indexOf(".");if(P<0)return[];const z=A.slice(0,P),q=A.slice(P+1);if(l.has(z))return[];if(he(z,w))return[];const ee=m(z);if(!ee)return[];const Q=ee.terminals.find(ce=>ce.id===q);return Q?[{elId:z,lib:ee,localTerm:Q,isLinker:$.has(z)}]:[]});if(T.length===0)return;const L=[],E=[];for(const A of T)A.localTerm.y>0?L.push(A):E.push(A);const C=A=>A.reduce((P,z)=>P+ke(z.elId,z.lib.width),0),R=Math.max(C(L),C(E))+ut,O=Math.max(j.span,R);O!==j.span&&a.set(w,{...j,span:O});const H=a.get(w),D=(A,P)=>{if(A.length===0)return;const z=new Map;for(const W of A){const K=nw(w,W.elId,W.localTerm.id);K!==void 0&&z.set(W.elId,K)}A.sort((W,K)=>{const me=z.get(W.elId)??H.at[0],_e=z.get(K.elId)??H.at[0];if(me!==_e)return me-_e;const Ce=ke(W.elId,W.lib.width);return ke(K.elId,K.lib.width)-Ce});const q=A.map(W=>ke(W.elId,W.lib.width)),ee=q.reduce((W,K)=>W+K,0),Q=Math.max(O,ee),ce=(Q-ee)/(A.length+1);let Y=H.at[0]-Q/2+ce;const F=H.at[1]+P*oo;for(let W=0;W<A.length;W++){const K=A[W],me=q[W],_e=Y+me/2;K.isLinker?Re.has(K.elId)||Re.set(K.elId,_e):l.set(K.elId,{at:[ge(_e-K.localTerm.x),ge(F-K.localTerm.y)],rot:0,mirror:!1}),Y+=me+ce}};D(L,-1),D(E,1)},rw=w=>{if(l.has(w.elementId)||w.orientation==="horizontal")return;const _=m(w.elementId);if(!_)return;const j=w.attachments.filter(Y=>a.has(Y.busId));if(j.length<2)return;const T=j.slice().sort((Y,F)=>(N.get(Y.busId)??0)-(N.get(F.busId)??0)),L=T[0].busId,E=a.get(L),C=T[0].pin,R=T[T.length-1].pin,O=_.terminals.find(Y=>Y.id===C),H=_.terminals.find(Y=>Y.id===R);if(!O||!H)return;const D=O.y<=H.y?0:180,A=N.get(L)??0,P=j.filter(Y=>(N.get(Y.busId)??0)===A),z=[];let q=0;for(const Y of P){const F=oe(w,Y.busId,Y.pin);q=Math.max(q,F.extent);const W=F.head?l.get(F.head):void 0;W?z.push(W.at[0]):Re.has(w.elementId)?z.push(Re.get(w.elementId)):z.push(a.get(Y.busId).at[0])}let ee;z.length>0?ee=z.reduce((Y,F)=>Y+F,0)/z.length:Re.has(w.elementId)?ee=Re.get(w.elementId):ee=E.at[0];const Q=E.at[1]+q,ce=D===0?[ge(ee-O.x),ge(Q-O.y)]:[ge(ee+O.x),ge(Q+O.y)];if(l.set(w.elementId,{at:ce,rot:D,mirror:!1}),P.length>1){const Y=l.get(w.elementId),F=Be([O.x,O.y],Y),W=yt(O.orientation,Y);sw(`${w.elementId}.${C}`,F,W,ee)}},sw=(w,_,j,T)=>{const L=new Set([w]);let E=w,C=_,R=j;for(;;){const O=x.get(E)??[];let H,D=!1;for(const Me of O){if(Me.length>=3){D=!0;break}const Xe=Me.find(Ut=>Ut!==E);if(!(!Xe||L.has(Xe))){if(g(Xe)){D=!0;break}H=Xe;break}}if(D||!H)break;const A=H.indexOf(".");if(A<0)break;const P=H.slice(0,A),z=H.slice(A+1);if(g(P)||$.has(P)||l.has(P))break;const q=m(P);if(!q)break;const ee=q.terminals.find(Me=>Me.id===z);if(!ee)break;const Q=hn(R),ce=[C[0]+Q[0]*dt,C[1]+Q[1]*dt],Y=Jn[R],F=eo(ee.orientation,Y),W=Be([ee.x,ee.y],{at:[0,0],rot:F,mirror:!1}),K=[ge(T-W[0]),ge(ce[1]-W[1])];l.set(P,{at:K,rot:F,mirror:!1}),L.add(H);const me=q.terminals.find(Me=>Me.id!==z);if(!me)break;const _e=`${P}.${me.id}`;L.add(_e);const Ce={at:K,rot:F,mirror:!1};C=Be([me.x,me.y],Ce),R=yt(me.orientation,Ce),E=_e}},iw=w=>{if(l.has(w.elementId)||w.orientation!=="horizontal")return;const _=m(w.elementId);if(!_)return;const j=w.attachments.filter(P=>a.has(P.busId));if(j.length<2)return;const T=j.map(P=>{const z=oe(w,P.busId,P.pin),q=z.head?l.get(z.head):void 0,ee=q?q.at[0]:a.get(P.busId).at[0];return{att:P,x:ee,extent:z.extent}});T.sort((P,z)=>P.x-z.x);const L=T[0],E=T[T.length-1],C=_.terminals.find(P=>P.id===L.att.pin),R=_.terminals.find(P=>P.id===E.att.pin);if(!C||!R)return;const O=C.y<=R.y?270:90,H=(L.x+E.x)/2,A=a.get(L.att.busId).at[1]+Math.max(L.extent,E.extent);l.set(w.elementId,{at:[ge(H),ge(A)],rot:O,mirror:!1})},lw=100;let jt=to;for(let w=0;w<se.length;w++){const _=se[w],j=I.get(_);let T;if(w===0)T=to;else{const E=I.get(se[w-1]);let C=0;for(const R of E)for(const O of j)(Fn=J.get(R))!=null&&Fn.get(O)&&(C=Math.max(C,de(R,O)));C===0&&(C=ct),T=jt+C}jt=T;let L=b2;for(const E of j){if(a.has(E)){jt=Math.max(jt,a.get(E).at[1]);continue}let C;if(w>0){const O=I.get(se[w-1]),H=[];for(const D of O){const A=(Hn=J.get(D))==null?void 0:Hn.get(E);if(!A||A.orientation!=="vertical")continue;const P=(Wn=A.attachments.find(q=>q.busId===D))==null?void 0:Wn.pin;if(!P)continue;const z=oe(A,D,P);z.head&&l.has(z.head)?H.push(l.get(z.head).at[0]):Re.has(A.elementId)?H.push(Re.get(A.elementId)):H.push(a.get(D).at[0])}H.length>0&&(C=H.reduce((D,A)=>D+A,0)/H.length)}if(C===void 0){const O=ae.get(E)??no;C=L+O/2,L+=O+lw}const R=ae.get(E)??no;a.set(E,{at:[ge(C),ge(T)],rot:0,span:R,axis:fn(0)})}for(const E of j)ow(E);if(w>0)for(const E of k)l.has(E.elementId)||!E.attachments.some(R=>j.includes(R.busId))||rw(E);for(const E of k)E.orientation!=="horizontal"||l.has(E.elementId)||!E.attachments.every(R=>j.includes(R.busId))||iw(E)}const aw=w=>{if(g(w))return a.has(w);const _=w.indexOf(".");return _<0?!1:l.has(w.slice(0,_))};let Xt=!0,cw=t.length+4;for(;Xt&&cw-- >0;){Xt=!1;for(const w of p){if(w.length<2)continue;const _=[],j=new Map;for(const F of w){if(g(F))continue;const W=F.indexOf(".");if(W<0)continue;const K=F.slice(0,W),me=F.slice(W+1);if(l.has(K)){_.push(F);continue}if($.has(K)||j.has(K))continue;const _e=m(K);if(!_e)continue;const Ce=_e.terminals.find(Me=>Me.id===me);Ce&&j.set(K,{ref:F,elId:K,lib:_e,localTerm:Ce})}if(j.size===0||_.length===0)continue;const T=[...j.values()],L=new Map;for(const F of T)for(const W of x.get(F.ref)??[])for(const K of W){if(K===F.ref||g(K)||!aw(K))continue;const me=K;L.set(me,(L.get(me)??0)+1)}let E;if(L.size>0){let F=-1;for(const[W,K]of L)(K>F||K===F&&(E===void 0||W<E))&&(F=K,E=W)}if(E||(E=[..._].sort()[0]),!E)continue;const C=E.indexOf("."),R=E.slice(0,C),O=E.slice(C+1),H=m(R),D=l.get(R);if(!H||!D)continue;const A=H.terminals.find(F=>F.id===O);if(!A)continue;const P=Be([A.x,A.y],D),z=yt(A.orientation,D),q=hn(z),ee=[-q[1],q[0]];T.sort((F,W)=>F.elId.localeCompare(W.elId));const Q=T.map(F=>Math.max(F.lib.width,ut));let Y=-Q.reduce((F,W)=>F+W,0)/2;for(let F=0;F<T.length;F++){const W=T[F],K=Q[F],me=Y+K/2;Y+=K;const _e=Jn[z],Ce=eo(W.localTerm.orientation,_e),Me=Be([W.localTerm.x,W.localTerm.y],{at:[0,0],rot:Ce,mirror:!1}),Xe=[P[0]+q[0]*dt+ee[0]*me,P[1]+q[1]*dt+ee[1]*me],Ut=[ge(Xe[0]-Me[0]),ge(Xe[1]-Me[1])];l.set(W.elId,{at:Ut,rot:Ce,mirror:!1}),Xt=!0}}}let Vt=0;for(const w of t){if(l.has(w.id))continue;const _=Vt%so,j=Math.floor(Vt/so);l.set(w.id,{at:[ge(w2+_*k2),ge(v2+j*_2)],rot:0,mirror:!1}),Vt++}return{devices:l,buses:a}}function ge(e){return Math.round(e/ro)*ro}function S2(e,t){const n=e.ends[0],o=e.ends[1],r=lo(n,t),s=lo(o,t);if(r||s){const a=r?n:o,u=Qt(r?o:n,t);if(!u)return null;const m=t.buses.get(a);if(!m)return null;const{axis:h,at:g,span:f}=m.geometry,p=f/2;let x;if(h==="x")x=[Pt(u[0],g[0]-p,g[0]+p),g[1]];else{const v=Pt(u[1],g[1]-p,g[1]+p);x=[g[0],v]}return{wireId:e.id,path:co(u,x)}}const i=Qt(n,t),l=Qt(o,t);return!i||!l?null:{wireId:e.id,path:co(i,l)}}function lo(e,t){return!e.includes(".")&&t.buses.has(e)}function Qt(e,t){if(!e.includes(".")){const o=t.buses.get(e);return o?o.geometry.at:null}const n=t.terminals.get(e);return n?n.world:null}function ao(e,t,n){if(!e.includes(".")){const r=n.buses.get(e);if(!r)return null;const{axis:s,at:i,span:l}=r.geometry;if(!t)return[i[0],i[1]];const a=l/2;if(s==="x")return[Pt(t[0],i[0]-a,i[0]+a),i[1]];const d=Pt(t[1],i[1]-a,i[1]+a);return[i[0],d]}const o=n.terminals.get(e);return o?[o.world[0],o.world[1]]:null}function co(e,t){return e[0]===t[0]||e[1]===t[1]?[e,t]:[e,[e[0],t[1]],t]}function Pt(e,t,n){return e<t?t:e>n?n:e}const _r="ammeter",$r="电流表 (A)",Sr="measurement",jr="-22 -42 44 44",Er=44,Nr=44,Tr='<ellipse cx="0" cy="-20" rx="20" ry="20" fill="none" stroke="black" stroke-width="1"/><text x="0" y="-15" text-anchor="middle" font-family="Liberation Sans, Arial, sans-serif" font-size="14">A</text>',Mr=[{id:"t_top",x:0,y:-40,orientation:"n"}],Ar={kind:"inline"},j2={id:_r,name:$r,category:Sr,viewBox:jr,width:Er,height:Nr,svg:Tr,terminals:Mr,source:Ar},E2=Object.freeze(Object.defineProperty({__proto__:null,category:Sr,default:j2,height:Nr,id:_r,name:$r,source:Ar,svg:Tr,terminals:Mr,viewBox:jr,width:Er},Symbol.toStringTag,{value:"Module"})),Cr="arc-suppression-coil",Ir="消弧线圈",Or="grounding",Pr="中性点谐振接地:电感线圈连接到地",Br="-12 -32 24 67",Lr=24,zr=67,Rr='<line x1="0" y1="-30" x2="0" y2="-12" fill="none" stroke="black" stroke-width="1"/><path d="M 0 -12 A 4 4 0 0 1 0 -4 A 4 4 0 0 1 0 4 A 4 4 0 0 1 0 12" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="12" x2="0" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="20" x2="10" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="-7" y1="24" x2="7" y2="24" fill="none" stroke="black" stroke-width="1"/><line x1="-4" y1="28" x2="4" y2="28" fill="none" stroke="black" stroke-width="1"/><line x1="-1.5" y1="32" x2="1.5" y2="32" fill="none" stroke="black" stroke-width="1"/>',Dr=[{id:"t_top",x:0,y:-30,orientation:"n"}],Fr={kind:"inline"},N2={id:Cr,name:Ir,category:Or,description:Pr,viewBox:Br,width:Lr,height:zr,svg:Rr,terminals:Dr,source:Fr},T2=Object.freeze(Object.defineProperty({__proto__:null,category:Or,default:N2,description:Pr,height:zr,id:Cr,name:Ir,source:Fr,svg:Rr,terminals:Dr,viewBox:Br,width:Lr},Symbol.toStringTag,{value:"Module"})),Hr="arrester",Wr="避雷器 (FBL)",qr="protection",Gr="-7 -22 14 44",Yr=14,Kr=44,Xr='<line x1="0" y1="-20" x2="0" y2="-5" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="10" x2="0" y2="20" fill="none" stroke="black" stroke-width="1"/><polygon points="-2,-8 2,-8 0,-2" fill="black" stroke="black" stroke-width="1"/><rect x="-5" y="-10" width="10" height="20" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/>',Vr=[{id:"t1",x:0,y:-20,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],Ur={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_22/en_60617_07_22_03.elmt",qetEnglishName:"Surge diverter; Lightning arrester"},M2={id:Hr,name:Wr,category:qr,viewBox:Gr,width:Yr,height:Kr,svg:Xr,terminals:Vr,source:Ur},A2=Object.freeze(Object.defineProperty({__proto__:null,category:qr,default:M2,height:Kr,id:Hr,name:Wr,source:Ur,svg:Xr,terminals:Vr,viewBox:Gr,width:Yr},Symbol.toStringTag,{value:"Module"})),Zr="async-motor",Qr="异步电动机",Jr="load",es="-62 -82 64 84",ts=64,ns=84,os='<ellipse cx="-30" cy="-30" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><text x="-34" y="-24.8" font-family="Liberation Sans, Arial, sans-serif" font-size="14" fill="#000000">M</text><text x="-45" y="-7.8" font-family="Liberation Sans, Arial, sans-serif" font-size="14" fill="#000000">3</text><path d="M -25 -20 A 5 2.5 0 0 0 -35 -20" fill="none" stroke="black" stroke-width="1"/><path d="M -25 -20 A 5 2.5 0 0 0 -15 -20" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-80" x2="-30" y2="-60" fill="none" stroke="black" stroke-width="1"/><line x1="-50" y1="-80" x2="-50" y2="-53" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="-80" x2="-10" y2="-53" fill="none" stroke="black" stroke-width="1"/>',rs=[{id:"t1",x:-50,y:-80,orientation:"n"},{id:"t2",x:-10,y:-80,orientation:"n"},{id:"t3",x:-30,y:-80,orientation:"n"}],ss={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_08/en_60617_06_08_01.elmt",qetEnglishName:"Induction motor, three-phase, squirrel cage"},C2={id:Zr,name:Qr,category:Jr,viewBox:es,width:ts,height:ns,svg:os,terminals:rs,source:ss},I2=Object.freeze(Object.defineProperty({__proto__:null,category:Jr,default:C2,height:ns,id:Zr,name:Qr,source:ss,svg:os,terminals:rs,viewBox:es,width:ts},Symbol.toStringTag,{value:"Module"})),is="autotransformer",ls="自耦变压器",as="transformer",cs="-62 -112 64 144",ds=64,us=144,ms='<ellipse cx="-30" cy="-30" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-110" x2="-30" y2="-90" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="0" x2="-30" y2="20" fill="none" stroke="black" stroke-width="1"/><path d="M 0 -30 A 30 60 0 0 0 -30 -90" fill="none" stroke="black" stroke-width="1"/>',fs=[{id:"t1",x:-30,y:-110,orientation:"n"},{id:"t_bottom",x:-30,y:20,orientation:"s"}],hs={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_09/en_60617_06_09_06.elmt",qetEnglishName:"Auto-transformer, general symbol"},O2={id:is,name:ls,category:as,viewBox:cs,width:ds,height:us,svg:ms,terminals:fs,source:hs},P2=Object.freeze(Object.defineProperty({__proto__:null,category:as,default:O2,height:us,id:is,name:ls,source:hs,svg:ms,terminals:fs,viewBox:cs,width:ds},Symbol.toStringTag,{value:"Module"})),ps="battery",gs="电池储能",ys="storage",xs="-12 -12 29 24",bs=29,ws=24,vs='<line x1="-10" y1="0" x2="0" y2="0" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-5" x2="0" y2="5" fill="none" stroke="black" stroke-width="1"/><line x1="5" y1="-10" x2="5" y2="10" fill="none" stroke="black" stroke-width="1"/><line x1="5" y1="0" x2="15" y2="0" fill="none" stroke="black" stroke-width="1"/>',ks=[{id:"t_left",x:-10,y:0,orientation:"w"},{id:"t_right",x:15,y:0,orientation:"e"}],_s=[{name:"E",label:"容量",type:"number",unit:"kWh"}],$s={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_15/en_60617_06_15_01.elmt",qetEnglishName:"Battery cell"},B2={id:ps,name:gs,category:ys,viewBox:xs,width:bs,height:ws,svg:vs,terminals:ks,params:_s,source:$s},L2=Object.freeze(Object.defineProperty({__proto__:null,category:ys,default:B2,height:ws,id:ps,name:gs,params:_s,source:$s,svg:vs,terminals:ks,viewBox:xs,width:bs},Symbol.toStringTag,{value:"Module"})),Ss="bell",js="电铃 (HA)",Es="control",Ns="信号电铃 / 警铃。",Ts="-32 -32 44 44",Ms=44,As=44,Cs='<line x1="-30" y1="-10" x2="10" y2="-10" fill="none" stroke="black" stroke-width="1"/><path d="M 10 -10 A 20 20 0 0 0 -30 -10" fill="none" stroke="black" stroke-width="1"/><line x1="-20" y1="-10" x2="-20" y2="10" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-10" x2="0" y2="10" fill="none" stroke="black" stroke-width="1"/>',Is=[{id:"t1",x:-20,y:10,orientation:"s"},{id:"t2",x:0,y:10,orientation:"s"}],Os={kind:"elmt",path:"91_en_60617/en_60617_08/en_60617_08_10/en_60617_08_10_06.elmt",qetEnglishName:"Bell"},z2={id:Ss,name:js,category:Es,description:Ns,viewBox:Ts,width:Ms,height:As,svg:Cs,terminals:Is,source:Os},R2=Object.freeze(Object.defineProperty({__proto__:null,category:Es,default:z2,description:Ns,height:As,id:Ss,name:js,source:Os,svg:Cs,terminals:Is,viewBox:Ts,width:Ms},Symbol.toStringTag,{value:"Module"})),Ps="break-contact",Bs="常闭触点 (NC)",Ls="control",zs="常闭辅助触点 (break contact)。",Rs="-2 -42 14 64",Ds=14,Fs=64,Hs='<line x1="0" y1="-20" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="0" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="8" y2="-23" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-20" x2="10" y2="-20" fill="none" stroke="black" stroke-width="1"/>',Ws=[{id:"t1",x:0,y:-40,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],qs=[{name:"open",type:"boolean",default:!1,label:"断开"}],Gs={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_02/en_60617_07_02_03.elmt",qetEnglishName:"Break contact"},D2={id:Ps,name:Bs,category:Ls,description:zs,viewBox:Rs,width:Ds,height:Fs,svg:Hs,terminals:Ws,state:qs,source:Gs},F2=Object.freeze(Object.defineProperty({__proto__:null,category:Ls,default:D2,description:zs,height:Fs,id:Ps,name:Bs,source:Gs,state:qs,svg:Hs,terminals:Ws,viewBox:Rs,width:Ds},Symbol.toStringTag,{value:"Module"})),Ys="breaker",Ks="断路器 (QF)",Xs="switching",Vs="-7 -22 15 46",Us=15,Zs=46,Qs='<polyline points="0,20 0,10 -5,-10" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-20" x2="0" y2="-10" fill="none" stroke="black" stroke-width="1"/><line x1="2" y1="-8" x2="-2" y2="-12" fill="none" stroke="black" stroke-width="1"/><line x1="2" y1="-12" x2="-2" y2="-8" fill="none" stroke="black" stroke-width="1"/><text x="2" y="-10.8" font-family="Liberation Sans, Arial, sans-serif" font-size="6" fill="#000000">1</text><text x="3" y="21.2" font-family="Liberation Sans, Arial, sans-serif" font-size="6" fill="#000000">2</text>',Js=[{id:"t1",x:0,y:-20,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],ei=[{name:"open",type:"boolean",default:!1,label:"断开"}],ti={x:6,y:-2,anchor:"start"},ni={kind:"elmt",path:"11_singlepole/200_fuses_protective_gears/11_circuit_breakers/disjoncteur1.elmt",qetEnglishName:"Circuit-breaker"},H2={id:Ys,name:Ks,category:Xs,viewBox:Vs,width:Us,height:Zs,svg:Qs,terminals:Js,state:ei,label:ti,source:ni},W2=Object.freeze(Object.defineProperty({__proto__:null,category:Xs,default:H2,height:Zs,id:Ys,label:ti,name:Ks,source:ni,state:ei,svg:Qs,terminals:Js,viewBox:Vs,width:Us},Symbol.toStringTag,{value:"Module"})),oi="buchholz-relay",ri="瓦斯继电器 (63)",si="protection",ii="瓦斯 / 气体继电器 (Buchholz, ANSI 63)。",li="-22 -62 44 64",ai=44,ci=64,di='<rect x="-20" y="-60" width="40" height="30" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><rect x="-20" y="-30" width="40" height="30" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><rect x="-5" y="-20" width="10" height="10" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><line x1="5" y1="-20" x2="10" y2="-20" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-55" x2="0" y2="-50" fill="none" stroke="black" stroke-width="1"/><path d="M 0 -50 A 10 5 0 0 0 0 -40" fill="none" stroke="black" stroke-width="1"/><path d="M 0 -40 A 10 5 0 0 0 0 -50" fill="none" stroke="black" stroke-width="1"/>',ui=[{id:"t_top",x:0,y:-60,orientation:"n"}],mi={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_18/en_60617_07_18_01.elmt",qetEnglishName:"Buchholz protective device; Gas relay"},q2={id:oi,name:ri,category:si,description:ii,viewBox:li,width:ai,height:ci,svg:di,terminals:ui,source:mi},G2=Object.freeze(Object.defineProperty({__proto__:null,category:si,default:q2,description:ii,height:ci,id:oi,name:ri,source:mi,svg:di,terminals:ui,viewBox:li,width:ai},Symbol.toStringTag,{value:"Module"})),fi="busbar",hi="母线段",pi="busbar",gi="可拉伸单母线段,多设备挂接",yi="-42 -4 84 8",xi=84,bi=8,wi='<line x1="-40" y1="0" x2="40" y2="0" stroke="black" stroke-width="3" stroke-linecap="round" fill="none"/>',vi=[{id:"tap",x:0,y:0,orientation:"n"}],ki={axis:"x",minLength:20,naturalSpan:80},_i=[{name:"Un",label:"额定电压",type:"number",unit:"kV",showOnCanvas:!0}],$i={x:0,y:-6,anchor:"middle"},Si={kind:"inline"},Y2={id:fi,name:hi,category:pi,description:gi,viewBox:yi,width:xi,height:bi,svg:wi,terminals:vi,stretchable:ki,params:_i,label:$i,source:Si},K2=Object.freeze(Object.defineProperty({__proto__:null,category:pi,default:Y2,description:gi,height:bi,id:fi,label:$i,name:hi,params:_i,source:Si,stretchable:ki,svg:wi,terminals:vi,viewBox:yi,width:xi},Symbol.toStringTag,{value:"Module"})),ji="buzzer",Ei="蜂鸣器 (HA)",Ni="control",Ti="信号蜂鸣器。",Mi="-32 -52 44 64",Ai=44,Ci=64,Ii='<line x1="-30" y1="-30" x2="10" y2="-30" fill="none" stroke="black" stroke-width="1"/><path d="M -30 -30 A 20 20 0 0 0 10 -30" fill="none" stroke="black" stroke-width="1"/><line x1="-20" y1="-12" x2="-20" y2="10" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-12" x2="0" y2="10" fill="none" stroke="black" stroke-width="1"/>',Oi=[{id:"t1",x:-20,y:10,orientation:"s"},{id:"t2",x:0,y:10,orientation:"s"}],Pi={kind:"elmt",path:"91_en_60617/en_60617_08/en_60617_08_10/en_60617_08_10_10.elmt",qetEnglishName:"Buzzer"},X2={id:ji,name:Ei,category:Ni,description:Ti,viewBox:Mi,width:Ai,height:Ci,svg:Ii,terminals:Oi,source:Pi},V2=Object.freeze(Object.defineProperty({__proto__:null,category:Ni,default:X2,description:Ti,height:Ci,id:ji,name:Ei,source:Pi,svg:Ii,terminals:Oi,viewBox:Mi,width:Ai},Symbol.toStringTag,{value:"Module"})),Bi="capacitor",Li="电容 (C)",zi="passive",Ri="通用 / 滤波 / 直流母线电容。无功补偿请用并联电容器。",Di="-7 -23 14 27",Fi=14,Hi=27,Wi='<line x1="-5" y1="2" x2="5" y2="2" fill="none" stroke="black" stroke-width="1"/><line x1="-5" y1="-2" x2="5" y2="-2" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-20" x2="0" y2="-2" fill="none" stroke="black" stroke-width="1"/>',qi=[{id:"t1",x:0,y:-21,orientation:"n"},{id:"t_bottom",x:0,y:2,orientation:"s"}],Gi=[{name:"C",label:"容值",type:"number",unit:"μF",showOnCanvas:!0},{name:"Un",label:"额定电压",type:"number",unit:"V"}],Yi={kind:"elmt",path:"11_singlepole/395_electronics_semiconductors/20_capacitors/capacite.elmt",qetEnglishName:"Capacitor"},U2={id:Bi,name:Li,category:zi,description:Ri,viewBox:Di,width:Fi,height:Hi,svg:Wi,terminals:qi,params:Gi,source:Yi},Z2=Object.freeze(Object.defineProperty({__proto__:null,category:zi,default:U2,description:Ri,height:Hi,id:Bi,name:Li,params:Gi,source:Yi,svg:Wi,terminals:qi,viewBox:Di,width:Fi},Symbol.toStringTag,{value:"Module"})),Ki="contactor",Xi="接触器 (KM)",Vi="motor-control",Ui="主回路接触器, 通常配热继电器和电机使用。",Zi="-10 -42 15 64",Qi=15,Ji=64,el='<line x1="0" y1="-20" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="0" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="-8" y2="-23" fill="none" stroke="black" stroke-width="1"/><path d="M 0 -24.5 A 2.5 2.5 0 0 0 0 -19.5" fill="none" stroke="black" stroke-width="1"/>',tl=[{id:"t1",x:0,y:-40,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],nl=[{name:"open",type:"boolean",default:!0,label:"断开"}],ol={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_13/en_60617_07_13_02.elmt",qetEnglishName:"Contactor; Main make contact of a contactor"},Q2={id:Ki,name:Xi,category:Vi,description:Ui,viewBox:Zi,width:Qi,height:Ji,svg:el,terminals:tl,state:nl,source:ol},J2=Object.freeze(Object.defineProperty({__proto__:null,category:Vi,default:Q2,description:Ui,height:Ji,id:Ki,name:Xi,source:ol,state:nl,svg:el,terminals:tl,viewBox:Zi,width:Qi},Symbol.toStringTag,{value:"Module"})),rl="converter-bidir",sl="双向变流器 (PCS)",il="renewable",ll="储能变流器:双向 AC ↔ DC",al="-42 -42 44 48",cl=44,dl=48,ul='<line x1="-40" y1="0" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><rect x="-40" y="-40" width="40" height="40" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><line x1="-20" y1="-10" x2="-4" y2="-10" fill="none" stroke="black" stroke-width="1"/><line x1="-20" y1="-6" x2="-14" y2="-6" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="-6" x2="-4" y2="-6" fill="none" stroke="black" stroke-width="1"/><path d="M -25 -30 A 5 2.5 0 0 0 -35 -30" fill="none" stroke="black" stroke-width="1"/><path d="M -25 -30 A 5 2.5 0 0 0 -15 -30" fill="none" stroke="black" stroke-width="1"/><polyline points="-28,-4 -32,0 -28,4" fill="none" stroke="black" stroke-width="1"/><polyline points="-16,-4 -12,0 -16,4" fill="none" stroke="black" stroke-width="1"/>',ml=[{id:"t_ac",x:-20,y:-40,orientation:"n"},{id:"t_dc",x:-20,y:0,orientation:"s"}],fl=[{name:"S",label:"容量",type:"number",unit:"MVA"}],hl={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_14/en_60617_06_14_06.elmt",qetEnglishName:"Rectifier/inverter"},ev={id:rl,name:sl,category:il,description:ll,viewBox:al,width:cl,height:dl,svg:ul,terminals:ml,params:fl,source:hl},tv=Object.freeze(Object.defineProperty({__proto__:null,category:il,default:ev,description:ll,height:dl,id:rl,name:sl,params:fl,source:hl,svg:ul,terminals:ml,viewBox:al,width:cl},Symbol.toStringTag,{value:"Module"})),pl="ct",gl="电流互感器 (CT)",yl="instrument-transformer",xl="-42 -62 54 64",bl=54,wl=64,vl='<line x1="-30" y1="-60" x2="-30" y2="0" fill="none" stroke="black" stroke-width="1"/><line x1="-20" y1="-30" x2="10" y2="-30" fill="none" stroke="black" stroke-width="1"/><ellipse cx="-30" cy="-30" rx="10" ry="10" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="-20" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><line x1="-5" y1="-20" x2="5" y2="-40" fill="none" stroke="black" stroke-width="1"/>',kl=[{id:"t1",x:-30,y:0,orientation:"s"},{id:"t2",x:-30,y:-60,orientation:"n"}],_l={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_09/en_60617_06_09_10.elmt",qetEnglishName:"Current transformer, general symbol"},nv={id:pl,name:gl,category:yl,viewBox:xl,width:bl,height:wl,svg:vl,terminals:kl,source:_l},ov=Object.freeze(Object.defineProperty({__proto__:null,category:yl,default:nv,height:wl,id:pl,name:gl,source:_l,svg:vl,terminals:kl,viewBox:xl,width:bl},Symbol.toStringTag,{value:"Module"})),$l="dc-combiner",Sl="直流汇流箱",jl="renewable",El="光伏组串汇流箱 (4 路输入示例)。",Nl="-27 -32 54 64",Tl=54,Ml=64,Al='<rect x="-25" y="-15" width="50" height="30" fill="none" stroke="black" stroke-width="1"/><line x1="-18" y1="-30" x2="-18" y2="-15" stroke="black" stroke-width="1" fill="none"/><line x1="-6" y1="-30" x2="-6" y2="-15" stroke="black" stroke-width="1" fill="none"/><line x1="6" y1="-30" x2="6" y2="-15" stroke="black" stroke-width="1" fill="none"/><line x1="18" y1="-30" x2="18" y2="-15" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="15" x2="0" y2="30" stroke="black" stroke-width="1" fill="none"/><text x="-9" y="5" font-family="Liberation Sans, Arial, sans-serif" font-size="7" fill="#000000">DC</text>',Cl=[{id:"t_s1",x:-18,y:-30,orientation:"n"},{id:"t_s2",x:-6,y:-30,orientation:"n"},{id:"t_s3",x:6,y:-30,orientation:"n"},{id:"t_s4",x:18,y:-30,orientation:"n"},{id:"t_dc",x:0,y:30,orientation:"s"}],Il={kind:"inline"},rv={id:$l,name:Sl,category:jl,description:El,viewBox:Nl,width:Tl,height:Ml,svg:Al,terminals:Cl,source:Il},sv=Object.freeze(Object.defineProperty({__proto__:null,category:jl,default:rv,description:El,height:Ml,id:$l,name:Sl,source:Il,svg:Al,terminals:Cl,viewBox:Nl,width:Tl},Symbol.toStringTag,{value:"Module"})),Ol="dc-disconnector",Pl="直流隔离开关",Bl="switching",Ll="DC isolating switch — 光伏组串 / 储能 直流侧隔离。",zl="-12 -32 30 64",Rl=30,Dl=64,Fl='<line x1="0" y1="-30" x2="0" y2="-12" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="0" x2="0" y2="30" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="0" x2="-8" y2="-15" stroke="black" stroke-width="1" fill="none"/><line x1="6" y1="-4" x2="14" y2="-4" stroke="black" stroke-width="1" fill="none"/><line x1="6" y1="-1" x2="9" y2="-1" stroke="black" stroke-width="0.8" fill="none"/><line x1="11" y1="-1" x2="14" y2="-1" stroke="black" stroke-width="0.8" fill="none"/>',Hl=[{id:"t1",x:0,y:-30,orientation:"n"},{id:"t2",x:0,y:30,orientation:"s"}],Wl=[{name:"open",type:"boolean",default:!1,label:"断开"}],ql={kind:"inline"},iv={id:Ol,name:Pl,category:Bl,description:Ll,viewBox:zl,width:Rl,height:Dl,svg:Fl,terminals:Hl,state:Wl,source:ql},lv=Object.freeze(Object.defineProperty({__proto__:null,category:Bl,default:iv,description:Ll,height:Dl,id:Ol,name:Pl,source:ql,state:Wl,svg:Fl,terminals:Hl,viewBox:zl,width:Rl},Symbol.toStringTag,{value:"Module"})),Gl="dc-motor",Yl="直流电机 (M)",Kl="load",Xl="直流电动机 (串励通用符号)。",Vl="-72 -82 89 84",Ul=89,Zl=84,Ql='<ellipse cx="-30" cy="-30" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><text x="-34" y="-24.8" font-family="Liberation Sans, Arial, sans-serif" font-size="14" fill="#000000">M</text><line x1="-40" y1="-20" x2="-20" y2="-20" fill="none" stroke="black" stroke-width="1"/><line x1="-40" y1="-15" x2="-32" y2="-15" fill="none" stroke="black" stroke-width="1"/><line x1="-29" y1="-15" x2="-20" y2="-15" fill="none" stroke="black" stroke-width="1"/><line x1="-70" y1="-80" x2="-70" y2="-30" fill="none" stroke="black" stroke-width="1"/><line x1="-70" y1="-30" x2="-60" y2="-30" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-30" x2="10" y2="-30" fill="none" stroke="black" stroke-width="1"/><line x1="10" y1="-30" x2="10" y2="-50" fill="none" stroke="black" stroke-width="1"/><path d="M 10 -60 A 5 5 0 0 0 10 -50" fill="none" stroke="black" stroke-width="1"/><path d="M 10 -70 A 5 5 0 0 0 10 -60" fill="none" stroke="black" stroke-width="1"/><path d="M 10 -80 A 5 5 0 0 0 10 -70" fill="none" stroke="black" stroke-width="1"/>',Jl=[{id:"t1",x:-70,y:-80,orientation:"n"},{id:"t2",x:10,y:-80,orientation:"n"}],ea={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_05/en_60617_06_05_01.elmt",qetEnglishName:"Series motor, DC"},av={id:Gl,name:Yl,category:Kl,description:Xl,viewBox:Vl,width:Ul,height:Zl,svg:Ql,terminals:Jl,source:ea},cv=Object.freeze(Object.defineProperty({__proto__:null,category:Kl,default:av,description:Xl,height:Zl,id:Gl,name:Yl,source:ea,svg:Ql,terminals:Jl,viewBox:Vl,width:Ul},Symbol.toStringTag,{value:"Module"})),ta="diode",na="二极管 (D)",oa="passive",ra="整流 / 续流 / 保护二极管。t1=阳极(上), t2=阴极(下)。",sa="-12 -42 24 44",ia=24,la=44,aa='<line x1="0" y1="-40" x2="0" y2="0" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="-10" x2="10" y2="-10" fill="none" stroke="black" stroke-width="1"/><polygon points="-10,-30 10,-30 0,-10" fill="none" stroke="black" stroke-width="1"/>',ca=[{id:"t1",x:0,y:-40,orientation:"n"},{id:"t2",x:0,y:0,orientation:"s"}],da={x:6,y:-20,anchor:"start"},ua={kind:"elmt",path:"91_en_60617/en_60617_05/en_60617_05_03/en_60617_05_03_01.elmt",qetEnglishName:"Semiconductor diode, general symbol"},dv={id:ta,name:na,category:oa,description:ra,viewBox:sa,width:ia,height:la,svg:aa,terminals:ca,label:da,source:ua},uv=Object.freeze(Object.defineProperty({__proto__:null,category:oa,default:dv,description:ra,height:la,id:ta,label:da,name:na,source:ua,svg:aa,terminals:ca,viewBox:sa,width:ia},Symbol.toStringTag,{value:"Module"})),ma="disconnector",fa="隔离开关 (QS)",ha="switching",pa="-10 -42 15 64",ga=15,ya=64,xa='<line x1="0" y1="-20" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="0" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="-8" y2="-23" fill="none" stroke="black" stroke-width="1"/><line x1="-3" y1="-20" x2="3" y2="-20" fill="none" stroke="black" stroke-width="1"/>',ba=[{id:"t1",x:0,y:-40,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],wa=[{name:"open",type:"boolean",default:!1,label:"断开"}],va={x:6,y:-10,anchor:"start"},ka={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_13/en_60617_07_13_06.elmt",qetEnglishName:"Disconnector; Isolator"},mv={id:ma,name:fa,category:ha,viewBox:pa,width:ga,height:ya,svg:xa,terminals:ba,state:wa,label:va,source:ka},fv=Object.freeze(Object.defineProperty({__proto__:null,category:ha,default:mv,height:ya,id:ma,label:va,name:fa,source:ka,state:wa,svg:xa,terminals:ba,viewBox:pa,width:ga},Symbol.toStringTag,{value:"Module"})),_a="distance-relay",$a="距离继电器 (21)",Sa="protection",ja="距离 / 低阻抗保护继电器 (ANSI 21)。",Ea="-62 -42 64 44",Na=64,Ta=44,Ma='<rect x="-60" y="-40" width="60" height="40" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><text x="-42" y="-7.8" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">Z <</text>',Aa=[{id:"t_top",x:-30,y:-40,orientation:"n"}],Ca={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_17/en_60617_07_17_09.elmt",qetEnglishName:"Under-impedance relay"},hv={id:_a,name:$a,category:Sa,description:ja,viewBox:Ea,width:Na,height:Ta,svg:Ma,terminals:Aa,source:Ca},pv=Object.freeze(Object.defineProperty({__proto__:null,category:Sa,default:hv,description:ja,height:Ta,id:_a,name:$a,source:Ca,svg:Ma,terminals:Aa,viewBox:Ea,width:Na},Symbol.toStringTag,{value:"Module"})),Ia="earth",Oa="接地",Pa="busbar",Ba="-12 -17 24 34",La=24,za=34,Ra='<line x1="-10" y1="0" x2="10" y2="0" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-15" x2="0" y2="0" fill="none" stroke="black" stroke-width="1"/><line x1="-7" y1="5" x2="7" y2="5" fill="none" stroke="black" stroke-width="1"/><line x1="-4" y1="10" x2="4" y2="10" fill="none" stroke="black" stroke-width="1"/><line x1="0.5" y1="15" x2="-0.5" y2="15" fill="none" stroke="black" stroke-width="1"/>',Da=[{id:"t1",x:0,y:-15,orientation:"n"}],Fa={kind:"elmt",path:"91_en_60617/en_60617_02/en_60617_02_15/en_60617_02_15_01.elmt",qetEnglishName:"Earth or ground, general symbol"},gv={id:Ia,name:Oa,category:Pa,viewBox:Ba,width:La,height:za,svg:Ra,terminals:Da,source:Fa},yv=Object.freeze(Object.defineProperty({__proto__:null,category:Pa,default:gv,height:za,id:Ia,name:Oa,source:Fa,svg:Ra,terminals:Da,viewBox:Ba,width:La},Symbol.toStringTag,{value:"Module"})),Ha="earthing-switch",Wa="接地刀闸 (QE)",qa="switching",Ga="隔离开关 + 接地连接,单端口",Ya="-12 -32 24 64",Ka=24,Xa=64,Va='<line x1="0" y1="-30" x2="0" y2="-12" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="-12" x2="-9" y2="9" stroke="black" stroke-width="1" fill="none"/><line x1="-3" y1="-12" x2="3" y2="-12" stroke="black" stroke-width="1" fill="none"/><line x1="-10" y1="14" x2="10" y2="14" stroke="black" stroke-width="1" fill="none"/><line x1="-7" y1="19" x2="7" y2="19" stroke="black" stroke-width="1" fill="none"/><line x1="-4" y1="24" x2="4" y2="24" stroke="black" stroke-width="1" fill="none"/><line x1="-1.5" y1="29" x2="1.5" y2="29" stroke="black" stroke-width="1" fill="none"/>',Ua=[{id:"t_top",x:0,y:-30,orientation:"n"}],Za=[{name:"open",type:"boolean",default:!0,label:"断开"}],Qa={x:12,y:-8,anchor:"start"},Ja={kind:"inline"},xv={id:Ha,name:Wa,category:qa,description:Ga,viewBox:Ya,width:Ka,height:Xa,svg:Va,terminals:Ua,state:Za,label:Qa,source:Ja},bv=Object.freeze(Object.defineProperty({__proto__:null,category:qa,default:xv,description:Ga,height:Xa,id:Ha,label:Qa,name:Wa,source:Ja,state:Za,svg:Va,terminals:Ua,viewBox:Ya,width:Ka},Symbol.toStringTag,{value:"Module"})),ec="energy-meter",tc="电能表 (Wh)",nc="measurement",oc="有功电能表 (kWh) — 服务入口 / 子表。",rc="-22 -36 44 72",sc=44,ic=72,lc='<text x="-10" y="19.2" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">Wh</text><rect x="-20" y="-10" width="40" height="40" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><rect x="-20" y="-30" width="40" height="20" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/>',ac=[{id:"t1",x:0,y:-34,orientation:"n"},{id:"t2",x:0,y:34,orientation:"s"}],cc={kind:"elmt",path:"11_singlepole/500_home_installation/40_meters/wattheuremetre_08-04-03_en60617.elmt",qetEnglishName:"Watt hour meter (en_60617)"},wv={id:ec,name:tc,category:nc,description:oc,viewBox:rc,width:sc,height:ic,svg:lc,terminals:ac,source:cc},vv=Object.freeze(Object.defineProperty({__proto__:null,category:nc,default:wv,description:oc,height:ic,id:ec,name:tc,source:cc,svg:lc,terminals:ac,viewBox:rc,width:sc},Symbol.toStringTag,{value:"Module"})),dc="ev-charger",uc="EV 充电桩",mc="load",fc="电动汽车充电站 / 充电桩。",hc="-17 -27 34 49",pc=34,gc=49,yc='<line x1="0" y1="-25" x2="0" y2="-15" stroke="black" stroke-width="1" fill="none"/><rect x="-15" y="-15" width="30" height="35" fill="none" stroke="black" stroke-width="1"/><rect x="-9" y="-8" width="14" height="6" fill="none" stroke="black" stroke-width="0.8"/><rect x="5" y="-7" width="2" height="4" fill="black"/><text x="-9" y="13" font-family="Liberation Sans, Arial, sans-serif" font-size="7" fill="#000000">EV</text>',xc=[{id:"t_top",x:0,y:-25,orientation:"n"}],bc={kind:"inline"},kv={id:dc,name:uc,category:mc,description:fc,viewBox:hc,width:pc,height:gc,svg:yc,terminals:xc,source:bc},_v=Object.freeze(Object.defineProperty({__proto__:null,category:mc,default:kv,description:fc,height:gc,id:dc,name:uc,source:bc,svg:yc,terminals:xc,viewBox:hc,width:pc},Symbol.toStringTag,{value:"Module"})),wc="frequency-meter",vc="频率表 (Hz)",kc="measurement",_c="-22 -42 44 44",$c=44,Sc=44,jc='<ellipse cx="0" cy="-20" rx="20" ry="20" fill="none" stroke="black" stroke-width="1"/><text x="-8" y="-8.8" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">Hz</text>',Ec=[{id:"t_top",x:0,y:-40,orientation:"n"}],Nc={kind:"elmt",path:"91_en_60617/en_60617_08/en_60617_08_02/en_60617_08_02_07.elmt",qetEnglishName:"Frequency meter"},$v={id:wc,name:vc,category:kc,viewBox:_c,width:$c,height:Sc,svg:jc,terminals:Ec,source:Nc},Sv=Object.freeze(Object.defineProperty({__proto__:null,category:kc,default:$v,height:Sc,id:wc,name:vc,source:Nc,svg:jc,terminals:Ec,viewBox:_c,width:$c},Symbol.toStringTag,{value:"Module"})),Tc="fuse-switch-disconnector",Mc="熔断器式隔离开关",Ac="switching",Cc="负荷型熔断器隔离开关 (on-load fuse switch-disconnector)。",Ic="-8 -32 12 64",Oc=12,Pc=64,Bc='<line x1="0" y1="30" x2="0" y2="10" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="10" x2="-5" y2="-10" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-13" x2="0" y2="-30" fill="none" stroke="black" stroke-width="1"/><line x1="-3" y1="6" x2="-6" y2="-5" fill="none" stroke="black" stroke-width="1"/><line x1="-2" y1="-6" x2="1" y2="5" fill="none" stroke="black" stroke-width="1"/><line x1="1" y1="5" x2="-3" y2="6" fill="none" stroke="black" stroke-width="1"/><line x1="-2" y1="-6" x2="-6" y2="-5" fill="none" stroke="black" stroke-width="1"/><ellipse cx="0" cy="-11" rx="1" ry="1" fill="none" stroke="black" stroke-width="1"/><line x1="-2" y1="-13" x2="2" y2="-13" fill="none" stroke="black" stroke-width="1"/>',Lc=[{id:"t1",x:0,y:-30,orientation:"n"},{id:"t2",x:0,y:30,orientation:"s"}],zc=[{name:"open",type:"boolean",default:!1,label:"断开"}],Rc={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_21/en_60617_07_21_09.elmt",qetEnglishName:"Fuse switch-disconnector; On-load isolating fuse switch"},jv={id:Tc,name:Mc,category:Ac,description:Cc,viewBox:Ic,width:Oc,height:Pc,svg:Bc,terminals:Lc,state:zc,source:Rc},Ev=Object.freeze(Object.defineProperty({__proto__:null,category:Ac,default:jv,description:Cc,height:Pc,id:Tc,name:Mc,source:Rc,state:zc,svg:Bc,terminals:Lc,viewBox:Ic,width:Oc},Symbol.toStringTag,{value:"Module"})),Dc="fuse",Fc="熔断器 (FU)",Hc="switching",Wc="-7 -32 14 64",qc=14,Gc=64,Yc='<line x1="0" y1="-30" x2="0" y2="30" fill="none" stroke="black" stroke-width="1"/><rect x="-5" y="-15" width="10" height="30" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/>',Kc=[{id:"t1",x:0,y:30,orientation:"s"},{id:"t2",x:0,y:-30,orientation:"n"}],Xc=[{name:"blown",type:"boolean",default:!1,label:"熔断"}],Vc={x:7,y:-2,anchor:"start"},Uc={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_21/en_60617_07_21_01.elmt",qetEnglishName:"Fuse, general symbol"},Nv={id:Dc,name:Fc,category:Hc,viewBox:Wc,width:qc,height:Gc,svg:Yc,terminals:Kc,state:Xc,label:Vc,source:Uc},Tv=Object.freeze(Object.defineProperty({__proto__:null,category:Hc,default:Nv,height:Gc,id:Dc,label:Vc,name:Fc,source:Uc,state:Xc,svg:Yc,terminals:Kc,viewBox:Wc,width:qc},Symbol.toStringTag,{value:"Module"})),Zc="generator",Qc="发电机 (G)",Jc="source",ed="-42 -42 44 44",td=44,nd=44,od='<rect x="-40" y="-40" width="40" height="40" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><text x="-24" y="-8.8" font-family="Liberation Sans, Arial, sans-serif" font-size="14" fill="#000000">G</text>',rd=[{id:"t_bottom",x:-20,y:0,orientation:"s"}],sd={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_16/en_60617_06_16_01.elmt",qetEnglishName:"Generator, general symbol"},Mv={id:Zc,name:Qc,category:Jc,viewBox:ed,width:td,height:nd,svg:od,terminals:rd,source:sd},Av=Object.freeze(Object.defineProperty({__proto__:null,category:Jc,default:Mv,height:nd,id:Zc,name:Qc,source:sd,svg:od,terminals:rd,viewBox:ed,width:td},Symbol.toStringTag,{value:"Module"})),id="genset",ld="发电机组 (G)",ad="source",cd="柴油 / 燃气发电机组。",dd="-28 -22 56 64",ud=56,md=64,fd='<rect x="-26" y="-20" width="52" height="40" fill="none" stroke="black" stroke-width="1"/><text x="0" y="4" text-anchor="middle" font-family="Liberation Sans, Arial, sans-serif" font-size="11" fill="#000000">GEN</text><line x1="0" y1="20" x2="0" y2="40" stroke="black" stroke-width="1" fill="none"/>',hd=[{id:"t_out",x:0,y:40,orientation:"s"}],pd=[{name:"P",label:"功率",type:"number",unit:"kW",showOnCanvas:!0}],gd={kind:"inline"},Cv={id,name:ld,category:ad,description:cd,viewBox:dd,width:ud,height:md,svg:fd,terminals:hd,params:pd,source:gd},Iv=Object.freeze(Object.defineProperty({__proto__:null,category:ad,default:Cv,description:cd,height:md,id,name:ld,params:pd,source:gd,svg:fd,terminals:hd,viewBox:dd,width:ud},Symbol.toStringTag,{value:"Module"})),yd="gfci-breaker",xd="GFCI 断路器 (RCBO)",bd="protection",wd="剩余电流断路器带过流保护 (UL943 / IEC 61009)。北美 GFCI / 欧洲 RCBO。",vd="-18 -22 22 44",kd=22,_d=44,$d='<text x="-14" y="13.8" font-family="Liberation Sans, Arial, sans-serif" font-size="6" fill="#000000">IΔ</text><line x1="2" y1="-12" x2="-2" y2="-8" fill="none" stroke="black" stroke-width="1"/><line x1="-2" y1="-12" x2="2" y2="-8" fill="none" stroke="black" stroke-width="1"/><polyline points="-5,-10 0,10 0,20" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-20" x2="0" y2="-10" fill="none" stroke="black" stroke-width="1"/><line x1="-4" y1="-4" x2="-8" y2="-4" fill="none" stroke="black" stroke-width="0.4"/><line x1="-8" y1="-4" x2="-8" y2="-8" fill="none" stroke="black" stroke-width="0.4"/><line x1="-13" y1="-8" x2="-8" y2="-8" fill="none" stroke="black" stroke-width="0.4"/><line x1="-13" y1="-8" x2="-13" y2="-4" fill="none" stroke="black" stroke-width="0.4"/><line x1="-16" y1="-4" x2="-13" y2="-4" fill="none" stroke="black" stroke-width="0.4"/><path d="M -8 1 A 2.5 3.5 0 0 0 -13 1" fill="none" stroke="black" stroke-width="0.4"/><line x1="-8" y1="1" x2="-2" y2="1" fill="none" stroke="black" stroke-width="0.4"/><line x1="-16" y1="1" x2="-13" y2="1" fill="none" stroke="black" stroke-width="0.4"/>',Sd=[{id:"t1",x:0,y:-20,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],jd=[{name:"open",type:"boolean",default:!1,label:"断开"}],Ed=[{name:"In",label:"额定电流",type:"number",unit:"A"},{name:"IDn",label:"剩余动作电流",type:"number",unit:"mA",default:30}],Nd={kind:"elmt",path:"11_singlepole/200_fuses_protective_gears/50_residual_current_circuit_breaker/rcbo.elmt",qetEnglishName:"Residual Circuit Breaker with Overload"},Ov={id:yd,name:xd,category:bd,description:wd,viewBox:vd,width:kd,height:_d,svg:$d,terminals:Sd,state:jd,params:Ed,source:Nd},Pv=Object.freeze(Object.defineProperty({__proto__:null,category:bd,default:Ov,description:wd,height:_d,id:yd,name:xd,params:Ed,source:Nd,state:jd,svg:$d,terminals:Sd,viewBox:vd,width:kd},Symbol.toStringTag,{value:"Module"})),Td="grid-source",Md="系统电源",Ad="source",Cd="无穷大母线 / 外部电网",Id="-16 -31 32 53",Od=32,Pd=53,Bd='<circle cx="0" cy="-15" r="14" fill="none" stroke="black" stroke-width="1"/><text x="0" y="-12" text-anchor="middle" font-family="Liberation Sans, Arial, sans-serif" font-size="14">~</text><line x1="0" y1="-1" x2="0" y2="20" stroke="black" stroke-width="1" fill="none"/>',Ld=[{id:"t_bottom",x:0,y:20,orientation:"s"}],zd={kind:"inline"},Bv={id:Td,name:Md,category:Ad,description:Cd,viewBox:Id,width:Od,height:Pd,svg:Bd,terminals:Ld,source:zd},Lv=Object.freeze(Object.defineProperty({__proto__:null,category:Ad,default:Bv,description:Cd,height:Pd,id:Td,name:Md,source:zd,svg:Bd,terminals:Ld,viewBox:Id,width:Od},Symbol.toStringTag,{value:"Module"})),Rd="grounding-transformer",Dd="接地变 (Z形)",Fd="grounding",Hd="星-曲折接线变压器,中性点接地用",Wd="-62 -152 64 164",qd=64,Gd=164,Yd='<line x1="-30" y1="-40" x2="-35" y2="-35" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-40" x2="-25" y2="-35" fill="none" stroke="black" stroke-width="1"/><ellipse cx="-30" cy="-90" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><line x1="-35" y1="-35" x2="-40" y2="-38" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-150" x2="-30" y2="-120" fill="none" stroke="black" stroke-width="1"/><line x1="-25" y1="-35" x2="-25" y2="-30" fill="none" stroke="black" stroke-width="1"/><ellipse cx="-30" cy="-50" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-40" x2="-30" y2="-45" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-20" x2="-30" y2="10" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-45" x2="-25" y2="-48" fill="none" stroke="black" stroke-width="1"/><line x1="-40" y1="-130" x2="-20" y2="-140" fill="none" stroke="black" stroke-width="1"/><line x1="-40" y1="-135" x2="-20" y2="-145" fill="none" stroke="black" stroke-width="1"/><line x1="-40" y1="0" x2="-20" y2="-10" fill="none" stroke="black" stroke-width="1"/><line x1="-40" y1="5" x2="-20" y2="-5" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-85" x2="-30" y2="-95" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-95" x2="-20" y2="-100" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-95" x2="-40" y2="-100" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-40" x2="-20" y2="-40" fill="none" stroke="black" stroke-width="1"/><ellipse cx="-30" cy="-40" rx="2" ry="2" fill="black" stroke="black" stroke-width="1"/>',Kd=[{id:"t1",x:-30,y:10,orientation:"s"},{id:"t2",x:-30,y:-150,orientation:"n"}],Xd={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_10/en_60617_06_10_15.elmt",qetEnglishName:"Three-phase transformer, connection star-zigzag with the neutral brought out"},zv={id:Rd,name:Dd,category:Fd,description:Hd,viewBox:Wd,width:qd,height:Gd,svg:Yd,terminals:Kd,source:Xd},Rv=Object.freeze(Object.defineProperty({__proto__:null,category:Fd,default:zv,description:Hd,height:Gd,id:Rd,name:Dd,source:Xd,svg:Yd,terminals:Kd,viewBox:Wd,width:qd},Symbol.toStringTag,{value:"Module"})),Vd="heater",Ud="电加热器 (EH)",Zd="load",Qd="电阻加热元件 / 电热负荷。",Jd="-22 -7 54 14",eu=54,tu=14,nu='<line x1="-20" y1="0" x2="-10" y2="0" fill="none" stroke="black" stroke-width="1"/><rect x="-10" y="-5" width="30" height="10" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><line x1="20" y1="0" x2="30" y2="0" fill="none" stroke="black" stroke-width="1"/><line x1="-5" y1="-5" x2="-5" y2="5" fill="none" stroke="black" stroke-width="1"/><line x1="5" y1="-5" x2="5" y2="5" fill="none" stroke="black" stroke-width="1"/><line x1="15" y1="-5" x2="15" y2="5" fill="none" stroke="black" stroke-width="1"/>',ou=[{id:"t1",x:-20,y:0,orientation:"w"},{id:"t2",x:30,y:0,orientation:"e"}],ru=[{name:"P",label:"功率",type:"number",unit:"kW",showOnCanvas:!0}],su={kind:"elmt",path:"91_en_60617/en_60617_04/en_60617_04_01/en_60617_04_01_12.elmt",qetEnglishName:"Heating element"},Dv={id:Vd,name:Ud,category:Zd,description:Qd,viewBox:Jd,width:eu,height:tu,svg:nu,terminals:ou,params:ru,source:su},Fv=Object.freeze(Object.defineProperty({__proto__:null,category:Zd,default:Dv,description:Qd,height:tu,id:Vd,name:Ud,params:ru,source:su,svg:nu,terminals:ou,viewBox:Jd,width:eu},Symbol.toStringTag,{value:"Module"})),iu="igbt",lu="绝缘栅双极晶体管 (IGBT)",au="passive",cu="N 沟道增强型 IGBT。t1=集电极(上), t2=发射极(下), t_g=门极。",du="-32 -32 54 74",uu=54,mu=74,fu='<line x1="0" y1="25" x2="0" y2="10" fill="none" stroke="black" stroke-width="1"/><polyline points="-30,20 -5,20 -5,-20" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-15" x2="20" y2="-30" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="15" x2="20" y2="40" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="15" y2="15" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-25" x2="0" y2="-10" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-8" x2="0" y2="8" fill="none" stroke="black" stroke-width="1"/><polyline points="10,-24 8,-21 12,-22" fill="none" stroke="black" stroke-width="1"/><polyline points="10,25 11,29 8,27" fill="none" stroke="black" stroke-width="1"/>',hu=[{id:"t1",x:20,y:-30,orientation:"n"},{id:"t2",x:20,y:40,orientation:"s"},{id:"t_g",x:-30,y:20,orientation:"w"}],pu={kind:"elmt",path:"91_en_60617/en_60617_05/en_60617_05_05/en_60617_05_05_19.elmt",qetEnglishName:"Insulated-gate bipolar transistor (IGBT) enhancement type, N channel"},Hv={id:iu,name:lu,category:au,description:cu,viewBox:du,width:uu,height:mu,svg:fu,terminals:hu,source:pu},Wv=Object.freeze(Object.defineProperty({__proto__:null,category:au,default:Hv,description:cu,height:mu,id:iu,name:lu,source:pu,svg:fu,terminals:hu,viewBox:du,width:uu},Symbol.toStringTag,{value:"Module"})),gu="indicator-light",yu="指示灯 (HL)",xu="control",bu="信号 / 状态指示灯。",wu="-12 -22 24 24",vu=24,ku=24,_u='<ellipse cx="0" cy="-10" rx="10" ry="10" fill="none" stroke="black" stroke-width="1"/><line x1="-7" y1="-3" x2="7" y2="-17" fill="none" stroke="black" stroke-width="1"/><line x1="-7" y1="-17" x2="7" y2="-3" fill="none" stroke="black" stroke-width="1"/>',$u=[{id:"t1",x:0,y:-20,orientation:"n"},{id:"t2",x:0,y:0,orientation:"s"}],Su=[{name:"color",label:"颜色",type:"string"}],ju={kind:"elmt",path:"91_en_60617/en_60617_08/en_60617_08_10/en_60617_08_10_01.elmt",qetEnglishName:"Lamp, general symbol"},qv={id:gu,name:yu,category:xu,description:bu,viewBox:wu,width:vu,height:ku,svg:_u,terminals:$u,params:Su,source:ju},Gv=Object.freeze(Object.defineProperty({__proto__:null,category:xu,default:qv,description:bu,height:ku,id:gu,name:yu,params:Su,source:ju,svg:_u,terminals:$u,viewBox:wu,width:vu},Symbol.toStringTag,{value:"Module"})),Eu="inductor",Nu="电感 (L)",Tu="passive",Mu="通用电感 / 线圈 / 扼流圈。",Au="-17 -32 34 64",Cu=34,Iu=64,Ou='<line x1="0" y1="15" x2="0" y2="30" fill="none" stroke="black" stroke-width="1"/><path d="M 0 15 A 15 15 0 1 0 -15 0" fill="none" stroke="black" stroke-width="1"/><line x1="-15" y1="0" x2="0" y2="0" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-30" x2="0" y2="0" fill="none" stroke="black" stroke-width="1"/>',Pu=[{id:"t1",x:0,y:-30,orientation:"n"},{id:"t2",x:0,y:30,orientation:"s"}],Bu=[{name:"L",label:"电感量",type:"number",unit:"mH",showOnCanvas:!0},{name:"In",label:"额定电流",type:"number",unit:"A"}],Lu={x:6,y:0,anchor:"start"},zu={kind:"elmt",path:"11_singlepole/395_electronics_semiconductors/30_inductors/inductance.elmt",qetEnglishName:"Inductor"},Yv={id:Eu,name:Nu,category:Tu,description:Mu,viewBox:Au,width:Cu,height:Iu,svg:Ou,terminals:Pu,params:Bu,label:Lu,source:zu},Kv=Object.freeze(Object.defineProperty({__proto__:null,category:Tu,default:Yv,description:Mu,height:Iu,id:Eu,label:Lu,name:Nu,params:Bu,source:zu,svg:Ou,terminals:Pu,viewBox:Au,width:Cu},Symbol.toStringTag,{value:"Module"})),Ru="inverter",Du="逆变器 (DC→AC)",Fu="renewable",Hu="-42 -42 44 44",Wu=44,qu=44,Gu='<path d="M -15 -8 A 5 2.5 0 0 0 -25 -8" fill="none" stroke="black" stroke-width="1"/><line x1="-40" y1="0" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><path d="M -15 -8 A 5 2.5 0 0 0 -5 -8" fill="none" stroke="black" stroke-width="1"/><rect x="-40" y="-40" width="40" height="40" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><line x1="-36" y1="-36" x2="-20" y2="-36" fill="none" stroke="black" stroke-width="1"/><line x1="-36" y1="-32" x2="-30" y2="-32" fill="none" stroke="black" stroke-width="1"/><line x1="-26" y1="-32" x2="-20" y2="-32" fill="none" stroke="black" stroke-width="1"/>',Yu=[{id:"t_dc",x:-20,y:-40,orientation:"n"},{id:"t_ac",x:-20,y:0,orientation:"s"}],Ku={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_14/en_60617_06_14_05.elmt",qetEnglishName:"Inverter"},Xv={id:Ru,name:Du,category:Fu,viewBox:Hu,width:Wu,height:qu,svg:Gu,terminals:Yu,source:Ku},Vv=Object.freeze(Object.defineProperty({__proto__:null,category:Fu,default:Xv,height:qu,id:Ru,name:Du,source:Ku,svg:Gu,terminals:Yu,viewBox:Hu,width:Wu},Symbol.toStringTag,{value:"Module"})),Xu="limit-switch",Vu="限位开关 (SQ)",Uu="control",Zu="行程 / 位置开关 (常开, 机械操作)。",Qu="-10 -42 12 64",Ju=12,em=64,tm='<line x1="0" y1="-20" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="0" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="-8" y2="-23" fill="none" stroke="black" stroke-width="1"/><line x1="-5" y1="-13" x2="-7" y2="-12" fill="none" stroke="black" stroke-width="1"/><line x1="-7" y1="-12" x2="-3" y2="-8" fill="none" stroke="black" stroke-width="1"/>',nm=[{id:"t1",x:0,y:-40,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],om=[{name:"closed",type:"boolean",default:!1,label:"闭合"}],rm={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_08/en_60617_07_08_01.elmt",qetEnglishName:"Position switch, make contact"},Uv={id:Xu,name:Vu,category:Uu,description:Zu,viewBox:Qu,width:Ju,height:em,svg:tm,terminals:nm,state:om,source:rm},Zv=Object.freeze(Object.defineProperty({__proto__:null,category:Uu,default:Uv,description:Zu,height:em,id:Xu,name:Vu,source:rm,state:om,svg:tm,terminals:nm,viewBox:Qu,width:Ju},Symbol.toStringTag,{value:"Module"})),sm="load-switch",im="负荷开关",lm="switching",am="-10 -42 14 64",cm=14,dm=64,um='<line x1="0" y1="-24" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="0" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="-8" y2="-23" fill="none" stroke="black" stroke-width="1"/><ellipse cx="0" cy="-22" rx="2" ry="2" fill="none" stroke="black" stroke-width="1"/><line x1="-2" y1="-24" x2="2" y2="-24" fill="none" stroke="black" stroke-width="1"/>',mm=[{id:"t1",x:0,y:-40,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],fm=[{name:"open",type:"boolean",default:!1,label:"断开"}],hm={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_13/en_60617_07_13_08.elmt",qetEnglishName:"Switch-disconnector; On-load isolating switch"},Qv={id:sm,name:im,category:lm,viewBox:am,width:cm,height:dm,svg:um,terminals:mm,state:fm,source:hm},Jv=Object.freeze(Object.defineProperty({__proto__:null,category:lm,default:Qv,height:dm,id:sm,name:im,source:hm,state:fm,svg:um,terminals:mm,viewBox:am,width:cm},Symbol.toStringTag,{value:"Module"})),pm="load",gm="负荷",ym="load",xm="抽象负荷(电流流出箭头)",bm="-8 -22 16 46",wm=16,vm=46,km='<line x1="0" y1="-20" x2="0" y2="10" stroke="black" stroke-width="1" fill="none"/><polygon points="-6,10 6,10 0,22" fill="black" stroke="black" stroke-width="1"/>',_m=[{id:"t_top",x:0,y:-20,orientation:"n"}],$m=[{name:"P",label:"有功功率",type:"number",unit:"MW",showOnCanvas:!0},{name:"cosphi",label:"功率因数",type:"number"}],Sm={x:6,y:0,anchor:"start"},jm={kind:"inline"},ek={id:pm,name:gm,category:ym,description:xm,viewBox:bm,width:wm,height:vm,svg:km,terminals:_m,params:$m,label:Sm,source:jm},tk=Object.freeze(Object.defineProperty({__proto__:null,category:ym,default:ek,description:xm,height:vm,id:pm,label:Sm,name:gm,params:$m,source:jm,svg:km,terminals:_m,viewBox:bm,width:wm},Symbol.toStringTag,{value:"Module"})),Em="make-contact",Nm="常开触点 (NO)",Tm="control",Mm="常开辅助触点 (make contact)。",Am="-10 -42 12 64",Cm=12,Im=64,Om='<line x1="0" y1="-20" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="0" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="-8" y2="-23" fill="none" stroke="black" stroke-width="1"/>',Pm=[{id:"t1",x:0,y:-40,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],Bm=[{name:"closed",type:"boolean",default:!1,label:"闭合"}],Lm={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_02/en_60617_07_02_01.elmt",qetEnglishName:"Make contact, general symbol; Switch, general symbol"},nk={id:Em,name:Nm,category:Tm,description:Mm,viewBox:Am,width:Cm,height:Im,svg:Om,terminals:Pm,state:Bm,source:Lm},ok=Object.freeze(Object.defineProperty({__proto__:null,category:Tm,default:nk,description:Mm,height:Im,id:Em,name:Nm,source:Lm,state:Bm,svg:Om,terminals:Pm,viewBox:Am,width:Cm},Symbol.toStringTag,{value:"Module"})),zm="motor-starter",Rm="电机启动器",Dm="motor-control",Fm="电机启动器 (IEC 60617 通用符号)。",Hm="-22 -27 44 54",Wm=44,qm=54,Gm='<rect x="-20" y="-20" width="40" height="40" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><polyline points="-20,-20 0,-10 20,-20" fill="none" stroke="black" stroke-width="1"/>',Ym=[{id:"t_top",x:0,y:-25,orientation:"n"},{id:"t_bottom",x:0,y:25,orientation:"s"}],Km={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_14/en_60617_07_14_01.elmt",qetEnglishName:"Motor starter, general symbol"},rk={id:zm,name:Rm,category:Dm,description:Fm,viewBox:Hm,width:Wm,height:qm,svg:Gm,terminals:Ym,source:Km},sk=Object.freeze(Object.defineProperty({__proto__:null,category:Dm,default:rk,description:Fm,height:qm,id:zm,name:Rm,source:Km,svg:Gm,terminals:Ym,viewBox:Hm,width:Wm},Symbol.toStringTag,{value:"Module"})),Xm="ngr",Vm="中性点电阻 (NGR)",Um="grounding",Zm="小电阻接地:连接变压器中性点到地",Qm="-12 -32 24 62",Jm=24,ef=62,tf='<line x1="0" y1="-30" x2="0" y2="-15" fill="none" stroke="black" stroke-width="1"/><rect x="-6" y="-15" width="12" height="22" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="7" x2="0" y2="15" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="15" x2="10" y2="15" fill="none" stroke="black" stroke-width="1"/><line x1="-7" y1="19" x2="7" y2="19" fill="none" stroke="black" stroke-width="1"/><line x1="-4" y1="23" x2="4" y2="23" fill="none" stroke="black" stroke-width="1"/><line x1="-1.5" y1="27" x2="1.5" y2="27" fill="none" stroke="black" stroke-width="1"/>',nf=[{id:"t_top",x:0,y:-30,orientation:"n"}],of=[{name:"R",label:"电阻",type:"number",unit:"Ω"}],rf={kind:"inline"},ik={id:Xm,name:Vm,category:Um,description:Zm,viewBox:Qm,width:Jm,height:ef,svg:tf,terminals:nf,params:of,source:rf},lk=Object.freeze(Object.defineProperty({__proto__:null,category:Um,default:ik,description:Zm,height:ef,id:Xm,name:Vm,params:of,source:rf,svg:tf,terminals:nf,viewBox:Qm,width:Jm},Symbol.toStringTag,{value:"Module"})),sf="overcurrent-relay",lf="过流继电器 (50/51)",af="protection",cf="过电流保护继电器 (ANSI 50/51)。",df="-62 -62 64 64",uf=64,mf=64,ff='<rect x="-60" y="-60" width="60" height="60" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><text x="-48" y="-7.8" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">5...10A</text>',hf=[{id:"t_top",x:-30,y:-60,orientation:"n"}],pf={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_17/en_60617_07_17_05.elmt",qetEnglishName:"Overcurrent relay"},ak={id:sf,name:lf,category:af,description:cf,viewBox:df,width:uf,height:mf,svg:ff,terminals:hf,source:pf},ck=Object.freeze(Object.defineProperty({__proto__:null,category:af,default:ak,description:cf,height:mf,id:sf,name:lf,source:pf,svg:ff,terminals:hf,viewBox:df,width:uf},Symbol.toStringTag,{value:"Module"})),gf="phase-failure-relay",yf="断相继电器",xf="protection",bf="断相 / 缺相保护继电器。",wf="-62 -42 64 44",vf=64,kf=44,_f='<rect x="-60" y="-40" width="60" height="40" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><text x="-46" y="-7.8" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">m < 3</text>',$f=[{id:"t_top",x:-30,y:-40,orientation:"n"}],Sf={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_17/en_60617_07_17_12.elmt",qetEnglishName:"Phase-failure detection relay"},dk={id:gf,name:yf,category:xf,description:bf,viewBox:wf,width:vf,height:kf,svg:_f,terminals:$f,source:Sf},uk=Object.freeze(Object.defineProperty({__proto__:null,category:xf,default:dk,description:bf,height:kf,id:gf,name:yf,source:Sf,svg:_f,terminals:$f,viewBox:wf,width:vf},Symbol.toStringTag,{value:"Module"})),jf="plc",Ef="PLC / 控制器",Nf="control",Tf="可编程逻辑控制器 (PLC)。",Mf="-24 -42 48 84",Af=48,Cf=84,If='<rect x="-22" y="-22" width="44" height="44" fill="none" stroke="black" stroke-width="1"/><text x="0" y="4" text-anchor="middle" font-family="Liberation Sans, Arial, sans-serif" font-size="11" fill="#000000">PLC</text><line x1="0" y1="-40" x2="0" y2="-22" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="22" x2="0" y2="40" stroke="black" stroke-width="1" fill="none"/>',Of=[{id:"t_top",x:0,y:-40,orientation:"n"},{id:"t_bottom",x:0,y:40,orientation:"s"}],Pf={kind:"inline"},mk={id:jf,name:Ef,category:Nf,description:Tf,viewBox:Mf,width:Af,height:Cf,svg:If,terminals:Of,source:Pf},fk=Object.freeze(Object.defineProperty({__proto__:null,category:Nf,default:mk,description:Tf,height:Cf,id:jf,name:Ef,source:Pf,svg:If,terminals:Of,viewBox:Mf,width:Af},Symbol.toStringTag,{value:"Module"})),Bf="power-factor-meter",Lf="功率因数表 (cosφ)",zf="measurement",Rf="功率因数表 (cosφ)。",Df="-22 -42 44 44",Ff=44,Hf=44,Wf='<ellipse cx="0" cy="-20" rx="20" ry="20" fill="none" stroke="black" stroke-width="1"/><text x="-14" y="-6.8" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">cos φ</text>',qf=[{id:"t_top",x:0,y:-40,orientation:"n"}],Gf={kind:"elmt",path:"91_en_60617/en_60617_08/en_60617_08_02/en_60617_08_02_05.elmt",qetEnglishName:"Power-factor meter"},hk={id:Bf,name:Lf,category:zf,description:Rf,viewBox:Df,width:Ff,height:Hf,svg:Wf,terminals:qf,source:Gf},pk=Object.freeze(Object.defineProperty({__proto__:null,category:zf,default:hk,description:Rf,height:Hf,id:Bf,name:Lf,source:Gf,svg:Wf,terminals:qf,viewBox:Df,width:Ff},Symbol.toStringTag,{value:"Module"})),Yf="power-supply",Kf="开关电源 (PS)",Xf="source",Vf="AC→DC 开关电源 / 直流电源模块。t_ac 上(~), t_dc 下(=)。",Uf="-24 -42 48 84",Zf=48,Qf=84,Jf='<rect x="-22" y="-20" width="44" height="40" fill="none" stroke="black" stroke-width="1"/><line x1="-22" y1="20" x2="22" y2="-20" stroke="black" stroke-width="1" fill="none"/><text x="-15" y="-5" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">~</text><text x="8" y="15" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">=</text><line x1="0" y1="-40" x2="0" y2="-20" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="20" x2="0" y2="40" stroke="black" stroke-width="1" fill="none"/>',eh=[{id:"t_ac",x:0,y:-40,orientation:"n"},{id:"t_dc",x:0,y:40,orientation:"s"}],th=[{name:"Vdc",label:"输出电压",type:"number",unit:"V",showOnCanvas:!0}],nh={kind:"inline"},gk={id:Yf,name:Kf,category:Xf,description:Vf,viewBox:Uf,width:Zf,height:Qf,svg:Jf,terminals:eh,params:th,source:nh},yk=Object.freeze(Object.defineProperty({__proto__:null,category:Xf,default:gk,description:Vf,height:Qf,id:Yf,name:Kf,params:th,source:nh,svg:Jf,terminals:eh,viewBox:Uf,width:Zf},Symbol.toStringTag,{value:"Module"})),oh="protective-relay",rh="保护继电器",sh="protection",ih="测量继电器 / 保护继电器通用符号 (IEC 60617)。",lh="-32 -42 64 44",ah=64,ch=44,dh='<polygon points="-2,-22 2,-22 0,-25" fill="black" stroke="black" stroke-width="1"/><polygon points="-2,-22 -2,-19 -6,-20" fill="black" stroke="black" stroke-width="1"/><polygon points="2,-22 2,-19 6,-20" fill="black" stroke="black" stroke-width="1"/><polygon points="-2,-19 0,-17 -3,-15" fill="black" stroke="black" stroke-width="1"/><polygon points="0,-17 2,-19 4,-15" fill="black" stroke="black" stroke-width="1"/><rect x="-2" y="-22" width="4" height="4" rx="0" ry="0" fill="black" stroke="black" stroke-width="1"/><rect x="-30" y="-40" width="60" height="40" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/>',uh=[{id:"t_top",x:0,y:-40,orientation:"n"}],mh={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_16/en_60617_07_16_01.elmt",qetEnglishName:"Measuring relay; Device related to a measuring relay"},xk={id:oh,name:rh,category:sh,description:ih,viewBox:lh,width:ah,height:ch,svg:dh,terminals:uh,source:mh},bk=Object.freeze(Object.defineProperty({__proto__:null,category:sh,default:xk,description:ih,height:ch,id:oh,name:rh,source:mh,svg:dh,terminals:uh,viewBox:lh,width:ah},Symbol.toStringTag,{value:"Module"})),fh="proximity-switch",hh="接近开关 (SQ)",ph="control",gh="接近传感器 / 无触点接近开关。",yh="-12 -32 24 64",xh=24,bh=64,wh='<line x1="0" y1="-30" x2="0" y2="-10" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="30" x2="0" y2="10" fill="none" stroke="black" stroke-width="1"/><polygon points="0,-10 -10,0 0,10 10,0" fill="none" stroke="black" stroke-width="1"/><line x1="-4" y1="-6" x2="-4" y2="6" fill="none" stroke="black" stroke-width="1"/><line x1="4" y1="-6" x2="4" y2="6" fill="none" stroke="black" stroke-width="1"/>',vh=[{id:"t1",x:0,y:-30,orientation:"n"},{id:"t2",x:0,y:30,orientation:"s"}],kh={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_19/en_60617_07_19_01.elmt",qetEnglishName:"Proximity sensor"},wk={id:fh,name:hh,category:ph,description:gh,viewBox:yh,width:xh,height:bh,svg:wh,terminals:vh,source:kh},vk=Object.freeze(Object.defineProperty({__proto__:null,category:ph,default:wk,description:gh,height:bh,id:fh,name:hh,source:kh,svg:wh,terminals:vh,viewBox:yh,width:xh},Symbol.toStringTag,{value:"Module"})),_h="pt",$h="电压互感器 (PT)",Sh="instrument-transformer",jh="-22 -42 44 115",Eh=44,Nh=115,Th='<ellipse cx="0" cy="1" rx="20" ry="20" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-40" x2="0" y2="-20" fill="none" stroke="black" stroke-width="1"/><ellipse cx="0" cy="30" rx="20" ry="20" fill="none" stroke="black" stroke-width="1"/><line x1="-0.13" y1="51" x2="-0.13" y2="71" fill="none" stroke="black" stroke-width="1"/>',Mh=[{id:"t1",x:0,y:71,orientation:"s"},{id:"t2",x:0,y:-40,orientation:"n"}],Ah={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_13/en_60617_06_13_01A.elmt",qetEnglishName:"Voltage transformer"},kk={id:_h,name:$h,category:Sh,viewBox:jh,width:Eh,height:Nh,svg:Th,terminals:Mh,source:Ah},_k=Object.freeze(Object.defineProperty({__proto__:null,category:Sh,default:kk,height:Nh,id:_h,name:$h,source:Ah,svg:Th,terminals:Mh,viewBox:jh,width:Eh},Symbol.toStringTag,{value:"Module"})),Ch="push-button",Ih="按钮 (SB)",Oh="control",Ph="手动按钮, 自动复位 (常开 make)。",Bh="-37 -42 39 64",Lh=39,zh=64,Rh='<line x1="-35" y1="-10" x2="-4" y2="-10" fill="none" stroke="black" stroke-width="1" stroke-dasharray="4 2"/><line x1="0" y1="-20" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><line x1="-35" y1="-15" x2="-35" y2="-5" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="0" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="-8" y2="-23" fill="none" stroke="black" stroke-width="1"/><line x1="-35" y1="-15" x2="-30" y2="-15" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-5" x2="-35" y2="-5" fill="none" stroke="black" stroke-width="1"/>',Dh=[{id:"t1",x:0,y:-40,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],Fh={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_07/en_60617_07_07_02.elmt",qetEnglishName:"Switch, manually operated, push-button, automatic return"},$k={id:Ch,name:Ih,category:Oh,description:Ph,viewBox:Bh,width:Lh,height:zh,svg:Rh,terminals:Dh,source:Fh},Sk=Object.freeze(Object.defineProperty({__proto__:null,category:Oh,default:$k,description:Ph,height:zh,id:Ch,name:Ih,source:Fh,svg:Rh,terminals:Dh,viewBox:Bh,width:Lh},Symbol.toStringTag,{value:"Module"})),Hh="pv",Wh="光伏组件",qh="renewable",Gh="-33 -22 85 64",Yh=85,Kh=64,Xh='<line x1="-16" y1="24" x2="-26" y2="14" fill="none" stroke="black" stroke-width="1"/><line x1="-21" y1="29" x2="-31" y2="19" fill="none" stroke="black" stroke-width="1"/><polygon points="-20,23 -17,20 -15,25" fill="black" stroke="black" stroke-width="1"/><polygon points="-22,25 -25,28 -20,30" fill="black" stroke="black" stroke-width="1"/><rect x="-10" y="-20" width="60" height="60" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><text x="15" y="7.2" font-family="Liberation Sans, Arial, sans-serif" font-size="14" fill="#000000">G</text><line x1="10" y1="20" x2="20" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="20" y1="15" x2="20" y2="25" fill="none" stroke="black" stroke-width="1"/><line x1="25" y1="10" x2="25" y2="30" fill="none" stroke="black" stroke-width="1"/><line x1="25" y1="20" x2="35" y2="20" fill="none" stroke="black" stroke-width="1"/>',Vh=[{id:"t_dc",x:50,y:10,orientation:"e"}],Uh={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_18/en_60617_06_18_06.elmt",qetEnglishName:"Photovoltaic generator"},jk={id:Hh,name:Wh,category:qh,viewBox:Gh,width:Yh,height:Kh,svg:Xh,terminals:Vh,source:Uh},Ek=Object.freeze(Object.defineProperty({__proto__:null,category:qh,default:jk,height:Kh,id:Hh,name:Wh,source:Uh,svg:Xh,terminals:Vh,viewBox:Gh,width:Yh},Symbol.toStringTag,{value:"Module"})),Zh="rcd",Qh="剩余电流装置 (RCD)",Jh="protection",e0="不带过流保护的剩余电流断路器 (IEC 61008)。",t0="-12 -22 19 44",n0=19,o0=44,r0='<line x1="0" y1="-20" x2="0" y2="-10" fill="none" stroke="black" stroke-width="1"/><line x1="2" y1="-12" x2="-2" y2="-8" fill="none" stroke="black" stroke-width="1"/><line x1="-2" y1="-12" x2="2" y2="-8" fill="none" stroke="black" stroke-width="1"/><polyline points="0,20 0,10 -7,-9" fill="none" stroke="black" stroke-width="1"/><ellipse cx="0" cy="13" rx="4.5" ry="2" fill="none" stroke="black" stroke-width="1"/><polyline points="-4,0 -10,0 -10,13 -5,13" fill="none" stroke="black" stroke-width="0.4" stroke-dasharray="4 2"/>',s0=[{id:"t1",x:0,y:-20,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],i0=[{name:"open",type:"boolean",default:!1,label:"断开"}],l0=[{name:"IDn",label:"剩余动作电流",type:"number",unit:"mA",default:30}],a0={kind:"elmt",path:"11_singlepole/200_fuses_protective_gears/50_residual_current_circuit_breaker/ddr1.elmt",qetEnglishName:"Residual Circuit Breaker with Overload"},Nk={id:Zh,name:Qh,category:Jh,description:e0,viewBox:t0,width:n0,height:o0,svg:r0,terminals:s0,state:i0,params:l0,source:a0},Tk=Object.freeze(Object.defineProperty({__proto__:null,category:Jh,default:Nk,description:e0,height:o0,id:Zh,name:Qh,params:l0,source:a0,state:i0,svg:r0,terminals:s0,viewBox:t0,width:n0},Symbol.toStringTag,{value:"Module"})),c0="recloser",d0="重合闸 (Recloser)",u0="protection",m0="中压自动重合闸开关。",f0="-12 -32 36 64",h0=36,p0=64,g0='<line x1="0" y1="-30" x2="0" y2="-10" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="0" x2="0" y2="30" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="0" x2="-8" y2="-13" stroke="black" stroke-width="1" fill="none"/><line x1="-2" y1="-8" x2="2" y2="-12" stroke="black" stroke-width="1" fill="none"/><line x1="-2" y1="-12" x2="2" y2="-8" stroke="black" stroke-width="1" fill="none"/><path d="M 13 -12 A 7 7 0 1 1 6 -5" fill="none" stroke="black" stroke-width="0.8"/><polygon points="4,-7 6,-5 8,-3" fill="black"/><text x="14" y="6" font-family="Liberation Sans, Arial, sans-serif" font-size="6" fill="#000000">AR</text>',y0=[{id:"t1",x:0,y:-30,orientation:"n"},{id:"t2",x:0,y:30,orientation:"s"}],x0=[{name:"open",type:"boolean",default:!1,label:"断开"}],b0={kind:"inline"},Mk={id:c0,name:d0,category:u0,description:m0,viewBox:f0,width:h0,height:p0,svg:g0,terminals:y0,state:x0,source:b0},Ak=Object.freeze(Object.defineProperty({__proto__:null,category:u0,default:Mk,description:m0,height:p0,id:c0,name:d0,source:b0,state:x0,svg:g0,terminals:y0,viewBox:f0,width:h0},Symbol.toStringTag,{value:"Module"})),w0="rectifier",v0="整流器 (AC→DC)",k0="renewable",_0="-42 -42 44 44",$0=44,S0=44,j0='<line x1="-40" y1="0" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><rect x="-40" y="-40" width="40" height="40" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><line x1="-20" y1="-8" x2="-4" y2="-8" fill="none" stroke="black" stroke-width="1"/><line x1="-20" y1="-4" x2="-14" y2="-4" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="-4" x2="-4" y2="-4" fill="none" stroke="black" stroke-width="1"/><path d="M -25 -30 A 5 2.5 0 0 0 -35 -30" fill="none" stroke="black" stroke-width="1"/><path d="M -25 -30 A 5 2.5 0 0 0 -15 -30" fill="none" stroke="black" stroke-width="1"/>',E0=[{id:"t_ac",x:-20,y:-40,orientation:"n"},{id:"t_dc",x:-20,y:0,orientation:"s"}],N0={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_14/en_60617_06_14_03.elmt",qetEnglishName:"Rectifier"},Ck={id:w0,name:v0,category:k0,viewBox:_0,width:$0,height:S0,svg:j0,terminals:E0,source:N0},Ik=Object.freeze(Object.defineProperty({__proto__:null,category:k0,default:Ck,height:S0,id:w0,name:v0,source:N0,svg:j0,terminals:E0,viewBox:_0,width:$0},Symbol.toStringTag,{value:"Module"})),T0="relay-coil",M0="继电器线圈 (KA)",A0="control",C0="继电器 / 接触器操作线圈 (方框)。",I0="-22 -22 44 44",O0=44,P0=44,B0='<rect x="-20" y="-10" width="40" height="20" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-20" x2="0" y2="-10" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="10" x2="0" y2="20" fill="none" stroke="black" stroke-width="1"/>',L0=[{id:"t1",x:0,y:-20,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],z0={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_15/en_60617_07_15_01.elmt",qetEnglishName:"Operating device, general symbol; Relay coil, general symbol"},Ok={id:T0,name:M0,category:A0,description:C0,viewBox:I0,width:O0,height:P0,svg:B0,terminals:L0,source:z0},Pk=Object.freeze(Object.defineProperty({__proto__:null,category:A0,default:Ok,description:C0,height:P0,id:T0,name:M0,source:z0,svg:B0,terminals:L0,viewBox:I0,width:O0},Symbol.toStringTag,{value:"Module"})),R0="resistor",D0="电阻 (R)",F0="passive",H0="通用电阻 / 限流 / 制动电阻。",W0="-6 -23 12 35",q0=12,G0=35,Y0='<line x1="0" y1="-10" x2="0" y2="-20" fill="none" stroke="black" stroke-width="1"/><line x1="4" y1="10" x2="4" y2="-10" fill="none" stroke="black" stroke-width="1"/><line x1="-4" y1="10" x2="4" y2="10" fill="none" stroke="black" stroke-width="1"/><line x1="4" y1="-10" x2="-4" y2="-10" fill="none" stroke="black" stroke-width="1"/><line x1="-4" y1="-10" x2="-4" y2="10" fill="none" stroke="black" stroke-width="1"/>',K0=[{id:"t1",x:0,y:-21,orientation:"n"},{id:"t2",x:0,y:10,orientation:"s"}],X0=[{name:"R",label:"阻值",type:"number",unit:"Ω",showOnCanvas:!0},{name:"P",label:"额定功率",type:"number",unit:"W"}],V0={x:6,y:0,anchor:"start"},U0={kind:"elmt",path:"11_singlepole/395_electronics_semiconductors/10_resistors/resistance.elmt",qetEnglishName:"Resistor"},Bk={id:R0,name:D0,category:F0,description:H0,viewBox:W0,width:q0,height:G0,svg:Y0,terminals:K0,params:X0,label:V0,source:U0},Lk=Object.freeze(Object.defineProperty({__proto__:null,category:F0,default:Bk,description:H0,height:G0,id:R0,label:V0,name:D0,params:X0,source:U0,svg:Y0,terminals:K0,viewBox:W0,width:q0},Symbol.toStringTag,{value:"Module"})),Z0="reverse-power-relay",Q0="逆功率继电器 (32)",J0="protection",ep="逆功率 / 逆流保护继电器 (ANSI 32)。",tp="-62 -42 64 44",np=64,op=44,rp='<rect x="-60" y="-40" width="60" height="40" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><text x="-46" y="-7.8" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">I</text><polygon points="-15,-20 -30,-20 -24,-22 -24,-18 -30,-20 -24,-20" fill="black" stroke="black" stroke-width="1"/>',sp=[{id:"t_top",x:-30,y:-40,orientation:"n"}],ip={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_17/en_60617_07_17_02.elmt",qetEnglishName:"Reverse current relay"},zk={id:Z0,name:Q0,category:J0,description:ep,viewBox:tp,width:np,height:op,svg:rp,terminals:sp,source:ip},Rk=Object.freeze(Object.defineProperty({__proto__:null,category:J0,default:zk,description:ep,height:op,id:Z0,name:Q0,source:ip,svg:rp,terminals:sp,viewBox:tp,width:np},Symbol.toStringTag,{value:"Module"})),lp="selector-switch",ap="选择开关 (SA)",cp="switching",dp="转换 / 选择开关 (旋转操作, 保位)。",up="-34 -42 36 64",mp=36,fp=64,hp='<line x1="-32" y1="-10" x2="-2" y2="-10" fill="none" stroke="black" stroke-width="1" stroke-dasharray="4 2"/><line x1="0" y1="-20" x2="0" y2="-40" fill="none" stroke="black" stroke-width="1"/><line x1="-32" y1="-15" x2="-32" y2="-5" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="0" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="0" x2="-8" y2="-23" fill="none" stroke="black" stroke-width="1"/>',pp=[{id:"t1",x:0,y:-40,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],gp=[{name:"open",type:"boolean",default:!1,label:"断开"}],yp={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_07/en_60617_07_07_04.elmt",qetEnglishName:"Switch, manually operated, turning, stay-put"},Dk={id:lp,name:ap,category:cp,description:dp,viewBox:up,width:mp,height:fp,svg:hp,terminals:pp,state:gp,source:yp},Fk=Object.freeze(Object.defineProperty({__proto__:null,category:cp,default:Dk,description:dp,height:fp,id:lp,name:ap,source:yp,state:gp,svg:hp,terminals:pp,viewBox:up,width:mp},Symbol.toStringTag,{value:"Module"})),xp="series-reactor",bp="串联电抗器",wp="compensation",vp="与并联电抗器同符号;通过用法区分。",kp="-62 -82 64 104",_p=64,$p=104,Sp='<line x1="-30" y1="0" x2="-30" y2="20" fill="none" stroke="black" stroke-width="1"/><path d="M -30 0 A 30 30 0 1 0 -60 -30" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-80" x2="-30" y2="-30" fill="none" stroke="black" stroke-width="1"/><line x1="-60" y1="-30" x2="-30" y2="-30" fill="none" stroke="black" stroke-width="1"/>',jp=[{id:"t1",x:-30,y:-80,orientation:"n"},{id:"t_bottom",x:-30,y:20,orientation:"s"}],Ep={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_09/en_60617_06_09_08.elmt",qetEnglishName:"Choke; Reactor, general symbol"},Hk={id:xp,name:bp,category:wp,description:vp,viewBox:kp,width:_p,height:$p,svg:Sp,terminals:jp,source:Ep},Wk=Object.freeze(Object.defineProperty({__proto__:null,category:wp,default:Hk,description:vp,height:$p,id:xp,name:bp,source:Ep,svg:Sp,terminals:jp,viewBox:kp,width:_p},Symbol.toStringTag,{value:"Module"})),Np="shunt-capacitor",Tp="并联电容器",Mp="compensation",Ap="-7 -23 14 27",Cp=14,Ip=27,Op='<line x1="-5" y1="2" x2="5" y2="2" fill="none" stroke="black" stroke-width="1"/><line x1="-5" y1="-2" x2="5" y2="-2" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-20" x2="0" y2="-2" fill="none" stroke="black" stroke-width="1"/>',Pp=[{id:"t1",x:0,y:-21,orientation:"n"},{id:"t_bottom",x:0,y:2,orientation:"s"}],Bp=[{name:"Q",label:"无功容量",type:"number",unit:"Mvar"},{name:"stages",label:"分组数",type:"number"}],Lp={kind:"elmt",path:"11_singlepole/395_electronics_semiconductors/20_capacitors/capacite.elmt",qetEnglishName:"Capacitor"},qk={id:Np,name:Tp,category:Mp,viewBox:Ap,width:Cp,height:Ip,svg:Op,terminals:Pp,params:Bp,source:Lp},Gk=Object.freeze(Object.defineProperty({__proto__:null,category:Mp,default:qk,height:Ip,id:Np,name:Tp,params:Bp,source:Lp,svg:Op,terminals:Pp,viewBox:Ap,width:Cp},Symbol.toStringTag,{value:"Module"})),zp="shunt-reactor",Rp="并联电抗器",Dp="compensation",Fp="-62 -82 64 104",Hp=64,Wp=104,qp='<line x1="-30" y1="0" x2="-30" y2="20" fill="none" stroke="black" stroke-width="1"/><path d="M -30 0 A 30 30 0 1 0 -60 -30" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-80" x2="-30" y2="-30" fill="none" stroke="black" stroke-width="1"/><line x1="-60" y1="-30" x2="-30" y2="-30" fill="none" stroke="black" stroke-width="1"/>',Gp=[{id:"t1",x:-30,y:-80,orientation:"n"},{id:"t_bottom",x:-30,y:20,orientation:"s"}],Yp={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_09/en_60617_06_09_08.elmt",qetEnglishName:"Choke; Reactor, general symbol"},Yk={id:zp,name:Rp,category:Dp,viewBox:Fp,width:Hp,height:Wp,svg:qp,terminals:Gp,source:Yp},Kk=Object.freeze(Object.defineProperty({__proto__:null,category:Dp,default:Yk,height:Wp,id:zp,name:Rp,source:Yp,svg:qp,terminals:Gp,viewBox:Fp,width:Hp},Symbol.toStringTag,{value:"Module"})),Kp="siren",Xp="警笛 (HA)",Vp="control",Up="声响警笛 / 报警器。",Zp="-32 -42 44 54",Qp=44,Jp=54,eg='<line x1="-20" y1="-10" x2="-20" y2="10" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-10" x2="0" y2="10" fill="none" stroke="black" stroke-width="1"/><polygon points="10,-10 -30,-10 -10,-40" fill="none" stroke="black" stroke-width="1"/>',tg=[{id:"t1",x:-20,y:10,orientation:"s"},{id:"t2",x:0,y:10,orientation:"s"}],ng={kind:"elmt",path:"91_en_60617/en_60617_08/en_60617_08_10/en_60617_08_10_09.elmt",qetEnglishName:"Siren"},Xk={id:Kp,name:Xp,category:Vp,description:Up,viewBox:Zp,width:Qp,height:Jp,svg:eg,terminals:tg,source:ng},Vk=Object.freeze(Object.defineProperty({__proto__:null,category:Vp,default:Xk,description:Up,height:Jp,id:Kp,name:Xp,source:ng,svg:eg,terminals:tg,viewBox:Zp,width:Qp},Symbol.toStringTag,{value:"Module"})),og="socket-outlet",rg="插座 / 连接器",sg="load",ig="电源插座 / 多极连接器。",lg="-7 -2 13 34",ag=13,cg=34,dg='<line x1="-5" y1="13" x2="4" y2="20" fill="none" stroke="black" stroke-width="0.4"/><line x1="-1" y1="12" x2="-1" y2="19" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="12" x2="0" y2="30" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="9" x2="0" y2="0" fill="none" stroke="black" stroke-width="1"/><line x1="1" y1="12" x2="1" y2="19" fill="none" stroke="black" stroke-width="1"/><path d="M 3 13 A 3 3 0 0 0 -3 13" fill="none" stroke="black" stroke-width="1"/>',ug=[{id:"t1",x:0,y:0,orientation:"n"},{id:"t2",x:0,y:30,orientation:"s"}],mg={kind:"elmt",path:"11_singlepole/140_connectors_plugs/prise_multipolaire_2.elmt",qetEnglishName:`Plug and multipolar representation
|
|
192
|
+
unifilar`},Uk={id:og,name:rg,category:sg,description:ig,viewBox:lg,width:ag,height:cg,svg:dg,terminals:ug,source:mg},Zk=Object.freeze(Object.defineProperty({__proto__:null,category:sg,default:Uk,description:ig,height:cg,id:og,name:rg,source:mg,svg:dg,terminals:ug,viewBox:lg,width:ag},Symbol.toStringTag,{value:"Module"})),fg="soft-starter",hg="软启动器",pg="motor-control",gg="电机软启动器 (晶闸管降压启动)。",yg="-22 -42 44 84",xg=44,bg=84,wg='<rect x="-20" y="-20" width="40" height="40" fill="none" stroke="black" stroke-width="1"/><line x1="-12" y1="-12" x2="12" y2="12" stroke="black" stroke-width="1" fill="none"/><polygon points="4,8 12,12 8,4" fill="none" stroke="black" stroke-width="1"/><text x="-12" y="-2" font-family="Liberation Sans, Arial, sans-serif" font-size="6" fill="#000000">SS</text><line x1="0" y1="-40" x2="0" y2="-20" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="20" x2="0" y2="40" stroke="black" stroke-width="1" fill="none"/>',vg=[{id:"t_in",x:0,y:-40,orientation:"n"},{id:"t_out",x:0,y:40,orientation:"s"}],kg={kind:"inline"},Qk={id:fg,name:hg,category:pg,description:gg,viewBox:yg,width:xg,height:bg,svg:wg,terminals:vg,source:kg},Jk=Object.freeze(Object.defineProperty({__proto__:null,category:pg,default:Qk,description:gg,height:bg,id:fg,name:hg,source:kg,svg:wg,terminals:vg,viewBox:yg,width:xg},Symbol.toStringTag,{value:"Module"})),_g="sync-motor",$g="同步电动机",Sg="load",jg="-62 -82 64 114",Eg=64,Ng=114,Tg='<ellipse cx="-30" cy="-30" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><text x="-34" y="-24.8" font-family="Liberation Sans, Arial, sans-serif" font-size="14" fill="#000000">M</text><line x1="-50" y1="-80" x2="-50" y2="-53" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="-53" x2="-10" y2="-80" fill="none" stroke="black" stroke-width="1"/><text x="-45" y="-7.8" font-family="Liberation Sans, Arial, sans-serif" font-size="14" fill="#000000">1</text><path d="M -25 -20 A 5 2.5 0 0 0 -35 -20" fill="none" stroke="black" stroke-width="1"/><path d="M -25 -20 A 5 2.5 0 0 0 -15 -20" fill="none" stroke="black" stroke-width="1"/><path d="M -40 10 A 5 5 0 0 0 -50 10" fill="none" stroke="black" stroke-width="1"/><path d="M -30 10 A 5 5 0 0 0 -40 10" fill="none" stroke="black" stroke-width="1"/><path d="M -20 10 A 5 5 0 0 0 -30 10" fill="none" stroke="black" stroke-width="1"/><path d="M -10 10 A 5 5 0 0 0 -20 10" fill="none" stroke="black" stroke-width="1"/><line x1="-50" y1="10" x2="-50" y2="30" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="10" x2="-10" y2="30" fill="none" stroke="black" stroke-width="1"/><line x1="-40" y1="15" x2="-20" y2="15" fill="none" stroke="black" stroke-width="1"/><line x1="-40" y1="20" x2="-32" y2="20" fill="none" stroke="black" stroke-width="1"/><line x1="-27" y1="20" x2="-20" y2="20" fill="none" stroke="black" stroke-width="1"/>',Mg=[{id:"t1",x:-10,y:-80,orientation:"n"},{id:"t2",x:-50,y:-80,orientation:"n"}],Ag={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_07/en_60617_06_07_02.elmt",qetEnglishName:"Synchronous motor, single-phase"},e_={id:_g,name:$g,category:Sg,viewBox:jg,width:Eg,height:Ng,svg:Tg,terminals:Mg,source:Ag},t_=Object.freeze(Object.defineProperty({__proto__:null,category:Sg,default:e_,height:Ng,id:_g,name:$g,source:Ag,svg:Tg,terminals:Mg,viewBox:jg,width:Eg},Symbol.toStringTag,{value:"Module"})),Cg="synchronoscope",Ig="同步表",Og="measurement",Pg="同步指示器 / 同步表。",Bg="-22 -42 44 44",Lg=44,zg=44,Rg='<ellipse cx="0" cy="-20" rx="20" ry="20" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-5" x2="0" y2="-35" fill="none" stroke="black" stroke-width="1"/><path d="M 12.374 -30.374 A 17.5 17.5 0 0 0 -12.374 -30.374" fill="none" stroke="black" stroke-width="1"/><polygon points="-13,-30 -11,-33 -10,-31" fill="none" stroke="black" stroke-width="1"/><polygon points="11,-33 13,-30 10,-31" fill="none" stroke="black" stroke-width="1"/>',Dg=[{id:"t_top",x:0,y:-40,orientation:"n"}],Fg={kind:"elmt",path:"91_en_60617/en_60617_08/en_60617_08_02/en_60617_08_02_08.elmt",qetEnglishName:"Synchronoscope"},n_={id:Cg,name:Ig,category:Og,description:Pg,viewBox:Bg,width:Lg,height:zg,svg:Rg,terminals:Dg,source:Fg},o_=Object.freeze(Object.defineProperty({__proto__:null,category:Og,default:n_,description:Pg,height:zg,id:Cg,name:Ig,source:Fg,svg:Rg,terminals:Dg,viewBox:Bg,width:Lg},Symbol.toStringTag,{value:"Module"})),Hg="terminal",Wg="接线端子 / 节点 (X)",qg="busbar",Gg="接线端子 / 接线盒 / 汇接节点。",Yg="-5 -5 10 10",Kg=10,Xg=10,Vg='<ellipse cx="0" cy="0" rx="2.5" ry="2.5" fill="black" stroke="black" stroke-width="1"/>',Ug=[{id:"t_top",x:0,y:-2.5,orientation:"n"},{id:"t_bottom",x:0,y:2.5,orientation:"s"},{id:"t_left",x:-2.5,y:0,orientation:"w"},{id:"t_right",x:2.5,y:0,orientation:"e"}],Zg={kind:"elmt",path:"91_en_60617/en_60617_03/en_60617_03_02/en_60617_03_02_02.elmt",qetEnglishName:"Terminal"},r_={id:Hg,name:Wg,category:qg,description:Gg,viewBox:Yg,width:Kg,height:Xg,svg:Vg,terminals:Ug,source:Zg},s_=Object.freeze(Object.defineProperty({__proto__:null,category:qg,default:r_,description:Gg,height:Xg,id:Hg,name:Wg,source:Zg,svg:Vg,terminals:Ug,viewBox:Yg,width:Kg},Symbol.toStringTag,{value:"Module"})),Qg="thermal-overload",Jg="热过载继电器",e1="motor-control",t1="电机热过载保护继电器, 通常串接在接触器和电机之间。",n1="-9 -32 19 64",o1=19,r1=64,s1='<line x1="0" y1="-30" x2="0" y2="-15" stroke="black" stroke-width="1" fill="none"/><rect x="-7" y="-15" width="14" height="30" fill="none" stroke="black" stroke-width="1"/><polyline points="-4,-10 -1,-5 -4,0 -1,5 -4,10" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="15" x2="0" y2="30" stroke="black" stroke-width="1" fill="none"/>',i1=[{id:"t1",x:0,y:-30,orientation:"n"},{id:"t2",x:0,y:30,orientation:"s"}],l1=[{name:"tripped",type:"boolean",default:!1,label:"动作"}],a1={kind:"inline"},i_={id:Qg,name:Jg,category:e1,description:t1,viewBox:n1,width:o1,height:r1,svg:s1,terminals:i1,state:l1,source:a1},l_=Object.freeze(Object.defineProperty({__proto__:null,category:e1,default:i_,description:t1,height:r1,id:Qg,name:Jg,source:a1,state:l1,svg:s1,terminals:i1,viewBox:n1,width:o1},Symbol.toStringTag,{value:"Module"})),c1="thermocouple",d1="热电偶 (BT)",u1="measurement",m1="热电偶温度传感器。",f1="-26 -42 52 46",h1=52,p1=46,g1='<ellipse cx="0" cy="0" rx="2" ry="2" fill="black" stroke="black" stroke-width="1"/><polyline points="-10,-40 -10,-15 0,0 10,-15 10,-40" fill="none" stroke="black" stroke-width="1"/><line x1="-24" y1="-16" x2="-16" y2="-16" fill="none" stroke="black" stroke-width="1"/><line x1="16" y1="-16" x2="24" y2="-16" fill="none" stroke="black" stroke-width="1"/><line x1="20" y1="-20" x2="20" y2="-12" fill="none" stroke="black" stroke-width="1"/>',y1=[{id:"t1",x:10,y:-40,orientation:"n"},{id:"t2",x:-10,y:-40,orientation:"n"}],x1={kind:"elmt",path:"91_en_60617/en_60617_08/en_60617_08_06/en_60617_08_06_01.elmt",qetEnglishName:"Thermocouple"},a_={id:c1,name:d1,category:u1,description:m1,viewBox:f1,width:h1,height:p1,svg:g1,terminals:y1,source:x1},c_=Object.freeze(Object.defineProperty({__proto__:null,category:u1,default:a_,description:m1,height:p1,id:c1,name:d1,source:x1,svg:g1,terminals:y1,viewBox:f1,width:h1},Symbol.toStringTag,{value:"Module"})),b1="thyristor",w1="晶闸管 (V)",v1="passive",k1="反向阻断三极晶闸管 / SCR。t1=阳极(上), t2=阴极(下)。",_1="-22 -42 34 44",$1=34,S1=44,j1='<line x1="0" y1="-40" x2="0" y2="0" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="-10" x2="10" y2="-10" fill="none" stroke="black" stroke-width="1"/><polygon points="-10,-30 10,-30 0,-10" fill="none" stroke="black" stroke-width="1"/><line x1="10" y1="-20" x2="-10" y2="-20" fill="none" stroke="black" stroke-width="1"/><polyline points="-20,0 -7,0 -4,-10" fill="none" stroke="black" stroke-width="1"/>',E1=[{id:"t1",x:0,y:-40,orientation:"n"},{id:"t2",x:0,y:0,orientation:"s"}],N1={x:6,y:-20,anchor:"start"},T1={kind:"elmt",path:"91_en_60617/en_60617_05/en_60617_05_04/en_60617_05_04_06.elmt",qetEnglishName:"Reverse blocking triode thyristor, P-gate (cathode-side controlled)"},d_={id:b1,name:w1,category:v1,description:k1,viewBox:_1,width:$1,height:S1,svg:j1,terminals:E1,label:N1,source:T1},u_=Object.freeze(Object.defineProperty({__proto__:null,category:v1,default:d_,description:k1,height:S1,id:b1,label:N1,name:w1,source:T1,svg:j1,terminals:E1,viewBox:_1,width:$1},Symbol.toStringTag,{value:"Module"})),M1="time-relay",A1="时间继电器 (KT)",C1="control",I1="延时 (缓动) 继电器线圈。",O1="-32 -22 54 44",P1=54,B1=44,L1='<rect x="-20" y="-10" width="40" height="20" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-20" x2="0" y2="-10" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="10" x2="0" y2="20" fill="none" stroke="black" stroke-width="1"/><rect x="-30" y="-10" width="10" height="20" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-10" x2="-20" y2="10" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="10" x2="-20" y2="-10" fill="none" stroke="black" stroke-width="1"/>',z1=[{id:"t1",x:0,y:-20,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],R1={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_15/en_60617_07_15_08.elmt",qetEnglishName:"Relay coil of a slow-operating relay"},m_={id:M1,name:A1,category:C1,description:I1,viewBox:O1,width:P1,height:B1,svg:L1,terminals:z1,source:R1},f_=Object.freeze(Object.defineProperty({__proto__:null,category:C1,default:m_,description:I1,height:B1,id:M1,name:A1,source:R1,svg:L1,terminals:z1,viewBox:O1,width:P1},Symbol.toStringTag,{value:"Module"})),D1="transfer-switch",F1="切换开关 (ATS)",H1="switching",W1="双源切换开关 (Automatic / Manual Transfer Switch)。两个电源输入 + 一个负荷输出, 互锁不并联。",q1="-27 -32 51 64",G1=51,Y1=64,K1='<line x1="-15" y1="-30" x2="-15" y2="-12" stroke="black" stroke-width="1" fill="none"/><line x1="15" y1="-30" x2="15" y2="-12" stroke="black" stroke-width="1" fill="none"/><text x="-25" y="-20" font-family="Liberation Sans, Arial, sans-serif" font-size="6" fill="#000000">N</text><text x="19" y="-20" font-family="Liberation Sans, Arial, sans-serif" font-size="6" fill="#000000">E</text><circle cx="-15" cy="-10" r="1.5" fill="black"/><circle cx="15" cy="-10" r="1.5" fill="black"/><circle cx="0" cy="6" r="1.5" fill="black"/><line x1="-15" y1="-10" x2="0" y2="6" stroke="black" stroke-width="1" fill="none"/><line x1="15" y1="-10" x2="0" y2="6" stroke="black" stroke-width="0.6" fill="none" stroke-dasharray="2 1.5"/><line x1="0" y1="6" x2="0" y2="30" stroke="black" stroke-width="1" fill="none"/>',X1=[{id:"t_normal",x:-15,y:-30,orientation:"n"},{id:"t_emergency",x:15,y:-30,orientation:"n"},{id:"t_load",x:0,y:30,orientation:"s"}],V1=[{name:"position",type:"string",default:"normal",label:"位置 (normal/emergency/off)"}],U1={kind:"inline"},h_={id:D1,name:F1,category:H1,description:W1,viewBox:q1,width:G1,height:Y1,svg:K1,terminals:X1,state:V1,source:U1},p_=Object.freeze(Object.defineProperty({__proto__:null,category:H1,default:h_,description:W1,height:Y1,id:D1,name:F1,source:U1,state:V1,svg:K1,terminals:X1,viewBox:q1,width:G1},Symbol.toStringTag,{value:"Module"})),Z1="transformer-2w",Q1="双绕组变压器",J1="transformer",ey="-62 -142 64 144",ty=64,ny=144,oy='<ellipse cx="-30" cy="-90" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-140" x2="-30" y2="-120" fill="none" stroke="black" stroke-width="1"/><ellipse cx="-30" cy="-50" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><line x1="-30" y1="-20" x2="-30" y2="0" fill="none" stroke="black" stroke-width="1"/>',ry=[{id:"t1",x:-30,y:0,orientation:"s"},{id:"t2",x:-30,y:-140,orientation:"n"}],sy=[{name:"S",label:"容量",type:"number",unit:"MVA",showOnCanvas:!0},{name:"ratio",label:"变比",type:"string",showOnCanvas:!0}],iy={x:4,y:-68,anchor:"start"},ly={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_09/en_60617_06_09_01.elmt",qetEnglishName:"Transformer with two windings, general symbol"},g_={id:Z1,name:Q1,category:J1,viewBox:ey,width:ty,height:ny,svg:oy,terminals:ry,params:sy,label:iy,source:ly},y_=Object.freeze(Object.defineProperty({__proto__:null,category:J1,default:g_,height:ny,id:Z1,label:iy,name:Q1,params:sy,source:ly,svg:oy,terminals:ry,viewBox:ey,width:ty},Symbol.toStringTag,{value:"Module"})),ay="transformer-3w",cy="三绕组变压器",dy="transformer",uy="-82 -131 114 133",my=114,fy=133,hy='<ellipse cx="-30" cy="-80" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><line x1="-31" y1="-129" x2="-31" y2="-109" fill="none" stroke="black" stroke-width="1"/><ellipse cx="-50" cy="-50" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><ellipse cx="0" cy="-50" rx="30" ry="30" fill="none" stroke="black" stroke-width="1"/><line x1="-50" y1="-20" x2="-50" y2="0" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-20" x2="0" y2="0" fill="none" stroke="black" stroke-width="1"/>',py=[{id:"t1",x:-31,y:-129,orientation:"n"},{id:"t_low_left",x:-50,y:0,orientation:"s"},{id:"t_low_right",x:0,y:0,orientation:"s"}],gy={x:4,y:-64,anchor:"start"},yy={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_09/en_60617_06_09_04.elmt",qetEnglishName:"Transformer with three windings, general symbol"},x_={id:ay,name:cy,category:dy,viewBox:uy,width:my,height:fy,svg:hy,terminals:py,label:gy,source:yy},b_=Object.freeze(Object.defineProperty({__proto__:null,category:dy,default:x_,height:fy,id:ay,label:gy,name:cy,source:yy,svg:hy,terminals:py,viewBox:uy,width:my},Symbol.toStringTag,{value:"Module"})),xy="triac",by="双向晶闸管 (V)",wy="passive",vy="双向三极晶闸管 (TRIAC)。",ky="-22 -42 44 44",_y=44,$y=44,Sy='<line x1="0" y1="-40" x2="0" y2="0" fill="none" stroke="black" stroke-width="1"/><line x1="-20" y1="-10" x2="10" y2="-10" fill="none" stroke="black" stroke-width="1"/><polygon points="-20,-30 0,-30 -10,-10" fill="none" stroke="black" stroke-width="1"/><line x1="20" y1="-30" x2="-10" y2="-30" fill="none" stroke="black" stroke-width="1"/><polygon points="0,-10 10,-30 20,-10" fill="none" stroke="black" stroke-width="1"/><polyline points="20,0 18,0 14,-10" fill="none" stroke="black" stroke-width="1"/>',jy=[{id:"t1",x:0,y:-40,orientation:"n"},{id:"t2",x:0,y:0,orientation:"s"}],Ey={x:6,y:-20,anchor:"start"},Ny={kind:"elmt",path:"91_en_60617/en_60617_05/en_60617_05_04/en_60617_05_04_11.elmt",qetEnglishName:"Bidirectional triode thyristor; Triac"},w_={id:xy,name:by,category:wy,description:vy,viewBox:ky,width:_y,height:$y,svg:Sy,terminals:jy,label:Ey,source:Ny},v_=Object.freeze(Object.defineProperty({__proto__:null,category:wy,default:w_,description:vy,height:$y,id:xy,label:Ey,name:by,source:Ny,svg:Sy,terminals:jy,viewBox:ky,width:_y},Symbol.toStringTag,{value:"Module"})),Ty="undervoltage-relay",My="欠压继电器 (27)",Ay="protection",Cy="欠电压保护继电器 (ANSI 27)。",Iy="-62 -82 64 84",Oy=64,Py=84,By='<rect x="-60" y="-80" width="60" height="80" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><text x="-49" y="-7.8" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">130 %</text><text x="-55" y="-32.8" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">50...80 V</text><text x="-41" y="-53.8" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">U <</text>',Ly=[{id:"t_top",x:-30,y:-80,orientation:"n"}],zy={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_17/en_60617_07_17_07.elmt",qetEnglishName:"Undervoltage relay"},k_={id:Ty,name:My,category:Ay,description:Cy,viewBox:Iy,width:Oy,height:Py,svg:By,terminals:Ly,source:zy},__=Object.freeze(Object.defineProperty({__proto__:null,category:Ay,default:k_,description:Cy,height:Py,id:Ty,name:My,source:zy,svg:By,terminals:Ly,viewBox:Iy,width:Oy},Symbol.toStringTag,{value:"Module"})),Ry="ups",Dy="不间断电源 (UPS)",Fy="source",Hy="在线 / 后备式不间断电源。",Wy="-26 -42 52 84",qy=52,Gy=84,Yy='<rect x="-24" y="-20" width="48" height="40" fill="none" stroke="black" stroke-width="1"/><text x="0" y="4" text-anchor="middle" font-family="Liberation Sans, Arial, sans-serif" font-size="11" fill="#000000">UPS</text><line x1="0" y1="-40" x2="0" y2="-20" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="20" x2="0" y2="40" stroke="black" stroke-width="1" fill="none"/>',Ky=[{id:"t_in",x:0,y:-40,orientation:"n"},{id:"t_out",x:0,y:40,orientation:"s"}],Xy=[{name:"S",label:"容量",type:"number",unit:"kVA"}],Vy={kind:"inline"},$_={id:Ry,name:Dy,category:Fy,description:Hy,viewBox:Wy,width:qy,height:Gy,svg:Yy,terminals:Ky,params:Xy,source:Vy},S_=Object.freeze(Object.defineProperty({__proto__:null,category:Fy,default:$_,description:Hy,height:Gy,id:Ry,name:Dy,params:Xy,source:Vy,svg:Yy,terminals:Ky,viewBox:Wy,width:qy},Symbol.toStringTag,{value:"Module"})),Uy="varmeter",Zy="无功功率表 (var)",Qy="measurement",Jy="无功功率表 (var)。",ex="-22 -42 44 44",tx=44,nx=44,ox='<ellipse cx="0" cy="-20" rx="20" ry="20" fill="none" stroke="black" stroke-width="1"/><text x="-8" y="-8.8" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">var</text>',rx=[{id:"t_top",x:0,y:-40,orientation:"n"}],sx={kind:"elmt",path:"91_en_60617/en_60617_08/en_60617_08_02/en_60617_08_02_04.elmt",qetEnglishName:"Varmeter"},j_={id:Uy,name:Zy,category:Qy,description:Jy,viewBox:ex,width:tx,height:nx,svg:ox,terminals:rx,source:sx},E_=Object.freeze(Object.defineProperty({__proto__:null,category:Qy,default:j_,description:Jy,height:nx,id:Uy,name:Zy,source:sx,svg:ox,terminals:rx,viewBox:ex,width:tx},Symbol.toStringTag,{value:"Module"})),ix="vfd",lx="变频器 (VFD)",ax="motor-control",cx="Variable Frequency Drive — 异步电动机调速。",dx="-24 -42 48 84",ux=48,mx=84,fx='<rect x="-22" y="-20" width="44" height="40" fill="none" stroke="black" stroke-width="1"/><line x1="-22" y1="20" x2="22" y2="-20" stroke="black" stroke-width="1" fill="none"/><text x="-15" y="-5" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">~</text><text x="6" y="14" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">~f</text><line x1="0" y1="-40" x2="0" y2="-20" stroke="black" stroke-width="1" fill="none"/><line x1="0" y1="20" x2="0" y2="40" stroke="black" stroke-width="1" fill="none"/>',hx=[{id:"t_in",x:0,y:-40,orientation:"n"},{id:"t_out",x:0,y:40,orientation:"s"}],px={kind:"inline"},N_={id:ix,name:lx,category:ax,description:cx,viewBox:dx,width:ux,height:mx,svg:fx,terminals:hx,source:px},T_=Object.freeze(Object.defineProperty({__proto__:null,category:ax,default:N_,description:cx,height:mx,id:ix,name:lx,source:px,svg:fx,terminals:hx,viewBox:dx,width:ux},Symbol.toStringTag,{value:"Module"})),gx="voltage-regulator",yx="调压器 (T)",xx="transformer",bx="可调感应调压器 / 自耦调压器。",wx="-17 -32 38 64",vx=38,kx=64,_x='<line x1="-5" y1="21" x2="5" y2="17" fill="none" stroke="black" stroke-width="1"/><line x1="-5.05" y1="-16.05" x2="4.95" y2="-20.05" fill="none" stroke="black" stroke-width="1"/><ellipse cx="0" cy="-5" rx="10" ry="10" fill="none" stroke="black" stroke-width="1"/><ellipse cx="0" cy="0" rx="15" ry="15" fill="none" stroke="black" stroke-width="1"/><line x1="-5.05" y1="-20.05" x2="4.95" y2="-24.05" fill="none" stroke="black" stroke-width="1"/><line x1="-5" y1="23" x2="5" y2="19" fill="none" stroke="black" stroke-width="1"/><line x1="-5.05" y1="-18.05" x2="4.95" y2="-22.05" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-30" x2="0" y2="-15" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="15" x2="0" y2="30" fill="none" stroke="black" stroke-width="1"/><line x1="-5" y1="25" x2="5" y2="21" fill="none" stroke="black" stroke-width="1"/><line x1="-15" y1="15" x2="15" y2="-15" fill="none" stroke="black" stroke-width="1"/><polygon points="13,-16 16,-13 19,-19" fill="black" stroke="black" stroke-width="0.4"/>',$x=[{id:"t1",x:0,y:-30,orientation:"n"},{id:"t2",x:0,y:30,orientation:"s"}],Sx=[{name:"ratio",label:"调压范围",type:"string",showOnCanvas:!0}],jx={kind:"elmt",path:"11_singlepole/340_converters_inverters/10_converters/regulator_ind_3f_1.elmt",qetEnglishName:"Voltage regulator"},M_={id:gx,name:yx,category:xx,description:bx,viewBox:wx,width:vx,height:kx,svg:_x,terminals:$x,params:Sx,source:jx},A_=Object.freeze(Object.defineProperty({__proto__:null,category:xx,default:M_,description:bx,height:kx,id:gx,name:yx,params:Sx,source:jx,svg:_x,terminals:$x,viewBox:wx,width:vx},Symbol.toStringTag,{value:"Module"})),Ex="voltmeter",Nx="电压表 (V)",Tx="measurement",Mx="-22 -42 44 44",Ax=44,Cx=44,Ix='<ellipse cx="0" cy="-20" rx="20" ry="20" fill="none" stroke="black" stroke-width="1"/><text x="-4" y="-8.8" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">V</text>',Ox=[{id:"t_top",x:0,y:-40,orientation:"n"}],Px={kind:"elmt",path:"91_en_60617/en_60617_08/en_60617_08_02/en_60617_08_02_01.elmt",qetEnglishName:"Voltmeter"},C_={id:Ex,name:Nx,category:Tx,viewBox:Mx,width:Ax,height:Cx,svg:Ix,terminals:Ox,source:Px},I_=Object.freeze(Object.defineProperty({__proto__:null,category:Tx,default:C_,height:Cx,id:Ex,name:Nx,source:Px,svg:Ix,terminals:Ox,viewBox:Mx,width:Ax},Symbol.toStringTag,{value:"Module"})),Bx="wattmeter",Lx="功率表 (W)",zx="measurement",Rx="-22 -42 44 44",Dx=44,Fx=44,Hx='<rect x="-20" y="-40" width="40" height="40" rx="0" ry="0" fill="none" stroke="black" stroke-width="1"/><text x="-6" y="-8.8" font-family="Liberation Sans, Arial, sans-serif" font-size="9" fill="#000000">W</text>',Wx=[{id:"t_top",x:0,y:-40,orientation:"n"}],qx={kind:"elmt",path:"91_en_60617/en_60617_08/en_60617_08_03/en_60617_08_03_01.elmt",qetEnglishName:"Recording wattmeter"},O_={id:Bx,name:Lx,category:zx,viewBox:Rx,width:Dx,height:Fx,svg:Hx,terminals:Wx,source:qx},P_=Object.freeze(Object.defineProperty({__proto__:null,category:zx,default:O_,height:Fx,id:Bx,name:Lx,source:qx,svg:Hx,terminals:Wx,viewBox:Rx,width:Dx},Symbol.toStringTag,{value:"Module"})),Gx="wind-turbine",Yx="风力发电机",Kx="renewable",Xx="风机:发电机 + 三叶轮标记",Vx="-22 -46 44 68",Ux=44,Zx=68,Qx='<circle cx="0" cy="0" r="20" fill="none" stroke="black" stroke-width="1"/><text x="0" y="4" text-anchor="middle" font-family="Liberation Sans, Arial, sans-serif" font-size="16">G</text><line x1="0" y1="-20" x2="0" y2="-32" fill="none" stroke="black" stroke-width="1"/><line x1="0" y1="-32" x2="-10" y2="-39" fill="none" stroke="black" stroke-width="1.5"/><line x1="0" y1="-32" x2="10" y2="-39" fill="none" stroke="black" stroke-width="1.5"/><line x1="0" y1="-32" x2="0" y2="-44" fill="none" stroke="black" stroke-width="1.5"/>',Jx=[{id:"t_bottom",x:0,y:20,orientation:"s"}],eb={kind:"inline"},B_={id:Gx,name:Yx,category:Kx,description:Xx,viewBox:Vx,width:Ux,height:Zx,svg:Qx,terminals:Jx,source:eb},L_=Object.freeze(Object.defineProperty({__proto__:null,category:Kx,default:B_,description:Xx,height:Zx,id:Gx,name:Yx,source:eb,svg:Qx,terminals:Jx,viewBox:Vx,width:Ux},Symbol.toStringTag,{value:"Module"})),tb="zener-diode",nb="稳压二极管 (D)",ob="passive",rb="齐纳 / 稳压二极管。t1=阳极(上), t2=阴极(下)。",sb="-12 -42 24 44",ib=24,lb=44,ab='<line x1="0" y1="-40" x2="0" y2="0" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="-10" x2="10" y2="-10" fill="none" stroke="black" stroke-width="1"/><polygon points="-10,-30 10,-30 0,-10" fill="none" stroke="black" stroke-width="1"/><line x1="-10" y1="-15" x2="-10" y2="-10" fill="none" stroke="black" stroke-width="1"/>',cb=[{id:"t1",x:0,y:-40,orientation:"n"},{id:"t2",x:0,y:0,orientation:"s"}],db={x:6,y:-20,anchor:"start"},ub={kind:"elmt",path:"91_en_60617/en_60617_05/en_60617_05_03/en_60617_05_03_06.elmt",qetEnglishName:"Breakdown diode, unidirectional; Zener diode"},z_={id:tb,name:nb,category:ob,description:rb,viewBox:sb,width:ib,height:lb,svg:ab,terminals:cb,label:db,source:ub},R_=Object.freeze(Object.defineProperty({__proto__:null,category:ob,default:z_,description:rb,height:lb,id:tb,label:db,name:nb,source:ub,svg:ab,terminals:cb,viewBox:sb,width:ib},Symbol.toStringTag,{value:"Module"})),D_=Object.assign({"./ammeter.json":E2,"./arc-suppression-coil.json":T2,"./arrester.json":A2,"./async-motor.json":I2,"./autotransformer.json":P2,"./battery.json":L2,"./bell.json":R2,"./break-contact.json":F2,"./breaker.json":W2,"./buchholz-relay.json":G2,"./busbar.json":K2,"./buzzer.json":V2,"./capacitor.json":Z2,"./contactor.json":J2,"./converter-bidir.json":tv,"./ct.json":ov,"./dc-combiner.json":sv,"./dc-disconnector.json":lv,"./dc-motor.json":cv,"./diode.json":uv,"./disconnector.json":fv,"./distance-relay.json":pv,"./earth.json":yv,"./earthing-switch.json":bv,"./energy-meter.json":vv,"./ev-charger.json":_v,"./frequency-meter.json":Sv,"./fuse-switch-disconnector.json":Ev,"./fuse.json":Tv,"./generator.json":Av,"./genset.json":Iv,"./gfci-breaker.json":Pv,"./grid-source.json":Lv,"./grounding-transformer.json":Rv,"./heater.json":Fv,"./igbt.json":Wv,"./indicator-light.json":Gv,"./inductor.json":Kv,"./inverter.json":Vv,"./limit-switch.json":Zv,"./load-switch.json":Jv,"./load.json":tk,"./make-contact.json":ok,"./motor-starter.json":sk,"./ngr.json":lk,"./overcurrent-relay.json":ck,"./phase-failure-relay.json":uk,"./plc.json":fk,"./power-factor-meter.json":pk,"./power-supply.json":yk,"./protective-relay.json":bk,"./proximity-switch.json":vk,"./pt.json":_k,"./push-button.json":Sk,"./pv.json":Ek,"./rcd.json":Tk,"./recloser.json":Ak,"./rectifier.json":Ik,"./relay-coil.json":Pk,"./resistor.json":Lk,"./reverse-power-relay.json":Rk,"./selector-switch.json":Fk,"./series-reactor.json":Wk,"./shunt-capacitor.json":Gk,"./shunt-reactor.json":Kk,"./siren.json":Vk,"./socket-outlet.json":Zk,"./soft-starter.json":Jk,"./sync-motor.json":t_,"./synchronoscope.json":o_,"./terminal.json":s_,"./thermal-overload.json":l_,"./thermocouple.json":c_,"./thyristor.json":u_,"./time-relay.json":f_,"./transfer-switch.json":p_,"./transformer-2w.json":y_,"./transformer-3w.json":b_,"./triac.json":v_,"./undervoltage-relay.json":__,"./ups.json":S_,"./varmeter.json":E_,"./vfd.json":T_,"./voltage-regulator.json":A_,"./voltmeter.json":I_,"./wattmeter.json":P_,"./wind-turbine.json":L_,"./zener-diode.json":R_}),mb=Object.values(D_).map(e=>e.default),Ye=Object.fromEntries(mb.map(e=>[e.id,e])),uo=["busbar","switching","protection","motor-control","control","transformer","instrument-transformer","measurement","source","load","storage","compensation","passive","grounding","renewable"],F_=(()=>{var t;const e={};for(const n of mb)(e[t=n.category]??(e[t]=[])).push(n);return e})(),pn=new Map(Object.entries(Ye));function fb(e){return Ye[e]}function H_(e){const n=[...e].sort().join("|");let o=2166136261;for(let r=0;r<n.length;r++)o^=n.charCodeAt(r),o=Math.imul(o,16777619);return`n_${(o>>>0).toString(36)}`}const W_=320;function We(e){var m,h,g,f;const t=wr(),n=new Map;e.elements.forEach((p,x)=>{if(n.has(p.id)){t.diagnostics.push({code:"E001",severity:"error",message:be("compile.duplicateId",{id:p.id}),pointer:`/elements/${x}`});return}n.set(p.id,p);const v=pn.get(p.kind);v||t.diagnostics.push({code:"E003",severity:"error",message:`${be("compile.unknownKind",{kind:p.kind})} (id=${p.id})`,pointer:`/elements/${x}`}),t.elements.set(p.id,{element:p,libraryDef:v})});const o=new Map,r=new Map;(e.buses??[]).forEach((p,x)=>{if(n.has(p.id)||o.has(p.id)){t.diagnostics.push({code:"E001",severity:"error",message:be("compile.duplicateId",{id:p.id}),pointer:`/buses/${x}`});return}if(o.set(p.id,p),p.layout){const v=p.layout.rot??0;r.set(p.id,{at:p.layout.at,span:p.layout.span,rot:v,axis:fn(v)})}});const s=p=>!p.includes(".")&&o.has(p),i=(p,x)=>{if(s(p))return!0;const v=p.indexOf(".");if(v<=0)return t.diagnostics.push({code:"E003",severity:"error",message:be("compile.invalidTermRef",{ref:p}),pointer:x}),!1;const b=p.slice(0,v),k=p.slice(v+1),$=t.elements.get(b);if(!$)return t.diagnostics.push({code:"E002",severity:"error",message:be("compile.elementMissing",{id:b}),pointer:x}),!1;if(!$.libraryDef)return!1;if(!$.libraryDef.terminals.find(M=>M.id===k)){const M=$.libraryDef.terminals.map(B=>B.id).join(", ");return t.diagnostics.push({code:"E003",severity:"error",message:be("compile.missingPin",{id:b,kind:$.element.kind,pin:k,available:M}),pointer:x}),!1}return!0},l=[];(e.wires??[]).forEach((p,x)=>{const v=`/wires/${x}`,b=i(p.ends[0],v),k=i(p.ends[1],v);b&&k&&l.push(p)});const a=new Map;if(e.layout)for(const[p,x]of Object.entries(e.layout))t.elements.has(p)?a.set(p,vr(x)):t.diagnostics.push({code:"E004",severity:"error",message:be("compile.layoutMissingElement",{id:p}),pointer:`/layout/${p}`});const d=$2({elements:e.elements,buses:e.buses??[],wires:l,library:pn,userLayout:a,userBusLayout:r});t.layout=d.devices;for(const[p,x]of d.buses){const v=o.get(p);v&&t.buses.set(p,{bus:v,geometry:x})}for(const[p,x]of o)t.buses.has(p)||t.buses.set(p,{bus:x,geometry:{at:((m=x.layout)==null?void 0:m.at)??[0,0],span:((h=x.layout)==null?void 0:h.span)??W_,rot:((g=x.layout)==null?void 0:g.rot)??0,axis:fn(((f=x.layout)==null?void 0:f.rot)??0)}});for(const p of t.elements.values()){if(!p.libraryDef)continue;const x=t.layout.get(p.element.id);if(!x)continue;const v=[];for(const b of p.libraryDef.terminals){const k=`${p.element.id}.${b.id}`,$=Be([b.x,b.y],x),M=yt(b.orientation,x);t.terminals.set(k,{ref:k,elementId:p.element.id,pin:b.id,world:$,orientation:M}),v.push(k)}t.elementToTerminals.set(p.element.id,v)}const u=new kr;for(const p of l)u.add(p.ends[0]),u.add(p.ends[1]),u.union(p.ends[0],p.ends[1]);for(const[,p]of u.groups()){const x=H_(p);t.nodes.set(x,{id:x,terminals:p});for(const v of p)t.terminalToNode.set(v,x)}for(const p of t.elements.values()){const x=t.elementToTerminals.get(p.element.id)??[];if(x.length===0)continue;x.some(b=>t.terminalToNode.has(b))||t.diagnostics.push({code:"W001",severity:"warning",message:be("compile.elementUnconnected",{id:p.element.id})})}for(const p of t.buses.keys())t.terminalToNode.has(p)||t.diagnostics.push({code:"W001",severity:"warning",message:be("compile.elementUnconnected",{id:p})});for(const p of l){if(p.path&&p.path.length>=2){const v=p.path,b=v.length>=2?v[1]:null,k=v.length>=2?v[v.length-2]:null,$=ao(p.ends[0],b,t),M=ao(p.ends[1],k,t);if($&&M){const B=[[$[0],$[1]],...v.slice(1,-1).map(J=>[J[0],J[1]]),[M[0],M[1]]],te=br(B);if(te.length>=2){t.wireRenders.set(p.id,{wireId:p.id,path:te,userEdited:!0});continue}}}const x=S2(p,t);x&&t.wireRenders.set(p.id,x)}return t}const q_={earth:"GND",breaker:"QF",disconnector:"QS","earthing-switch":"QE","load-switch":"QL",fuse:"FU","transformer-2w":"T","transformer-3w":"T",autotransformer:"AT",ct:"CT",pt:"PT",generator:"G","sync-motor":"M","async-motor":"M","grid-source":"L",load:"L",battery:"BAT","shunt-reactor":"LR","series-reactor":"LR","shunt-capacitor":"C",arrester:"FBL","grounding-transformer":"TG",ngr:"NGR","arc-suppression-coil":"ASC",pv:"PV","wind-turbine":"WT",rectifier:"RT",inverter:"INV","converter-bidir":"PCS"},mo="B";function hb(e){return new Set([...e.elements.map(t=>t.id),...(e.buses??[]).map(t=>t.id)])}function wt(e,t){const n=q_[t]??t,o=hb(e);let r=1;for(;o.has(`${n}${r}`);)r++;return`${n}${r}`}function gn(e){const t=hb(e);let n=1;for(;t.has(`${mo}${n}`);)n++;return`${mo}${n}`}function G_(e){const t=new Set((e.annotations??[]).map(o=>o.id));let n=1;for(;t.has(`a${n}`);)n++;return`a${n}`}function vt(e,t){const n=[e,t].sort(),o=`${n[0]}|${n[1]}`;let r=2166136261;for(let s=0;s<o.length;s++)r^=o.charCodeAt(s),r=Math.imul(r,16777619);return`w_${(r>>>0).toString(36)}`}const fo={version:"1",elements:[]},Y_=100,ho=20;function K_(){if(typeof window>"u")return"select";try{return window.matchMedia("(pointer: coarse)").matches?"pan":"select"}catch{return"select"}}const y=Ft()(g2((e,t)=>({diagram:fo,internal:We(fo),fileSession:null,activeTool:K_(),placeKind:null,lastPlaceKind:null,wireFromTerminal:null,placeFromTerminal:null,busbarDrawStart:null,cursorSvg:null,selection:[],selectedWire:null,selectedNode:null,selectedAnnotation:null,editingAnnotation:null,editingElement:null,past:[],future:[],clipboard:null,clipboardPasteIndex:0,setDiagram:n=>e({diagram:n,internal:We(n),past:[],future:[],selection:[],selectedWire:null,selectedNode:null,selectedAnnotation:null,editingAnnotation:null,editingElement:null,wireFromTerminal:null,placeFromTerminal:null}),setFileSession:n=>e({fileSession:n}),loadDiagramFromFile:(n,o)=>e({diagram:n,internal:We(n),fileSession:o,past:[],future:[],selection:[],selectedWire:null,selectedNode:null,selectedAnnotation:null,editingAnnotation:null,editingElement:null,wireFromTerminal:null,placeFromTerminal:null}),dispatch:n=>{const{diagram:o,past:r}=t(),s=n(o);if(s===o)return;const i=r.length>=Y_?r.slice(1):r;e({diagram:s,internal:We(s),past:[...i,o],future:[]})},undo:()=>{const{past:n,future:o,diagram:r}=t();if(n.length===0)return;const s=n[n.length-1];e({diagram:s,internal:We(s),past:n.slice(0,-1),future:[...o,r],wireFromTerminal:null,placeFromTerminal:null})},redo:()=>{const{past:n,future:o,diagram:r}=t();if(o.length===0)return;const s=o[o.length-1];e({diagram:s,internal:We(s),past:[...n,r],future:o.slice(0,-1),wireFromTerminal:null,placeFromTerminal:null})},setActiveTool:(n,o)=>{const r=t();let s;(o==null?void 0:o.placeKind)!==void 0?s=o.placeKind:n==="place"?s=r.placeKind??r.lastPlaceKind:s=null,e({activeTool:n,placeKind:s,lastPlaceKind:s??r.lastPlaceKind,wireFromTerminal:n==="wire"?r.wireFromTerminal:null,placeFromTerminal:n==="place"?r.placeFromTerminal:null})},setPlaceKind:n=>e(o=>({placeKind:n,lastPlaceKind:n??o.lastPlaceKind})),setWireFromTerminal:n=>e({wireFromTerminal:n}),setPlaceFromTerminal:n=>e({placeFromTerminal:n}),setBusbarDrawStart:n=>e({busbarDrawStart:n}),setCursorSvg:n=>e({cursorSvg:n}),setSelection:n=>e({selection:X_(n),selectedWire:null,selectedNode:null,selectedAnnotation:n.length?null:t().selectedAnnotation}),toggleInSelection:n=>{const o=t().selection;e({selection:o.includes(n)?o.filter(r=>r!==n):[...o,n],selectedWire:null,selectedNode:null,selectedAnnotation:null})},clearSelection:()=>e({selection:[],selectedWire:null,selectedNode:null,selectedAnnotation:null,editingAnnotation:null,editingElement:null}),setSelectedWire:n=>e({selectedWire:n,selection:n?[]:t().selection,selectedNode:null,selectedAnnotation:n?null:t().selectedAnnotation}),setSelectedNode:n=>e({selectedNode:n,selection:n?[]:t().selection,selectedWire:null,selectedAnnotation:n?null:t().selectedAnnotation}),setSelectedAnnotation:n=>e({selectedAnnotation:n,selection:n?[]:t().selection,selectedWire:n?null:t().selectedWire,selectedNode:n?null:t().selectedNode,editingAnnotation:n?t().editingAnnotation:null}),setEditingAnnotation:n=>e({editingAnnotation:n,selectedAnnotation:n??t().selectedAnnotation,editingElement:n?null:t().editingElement}),setEditingElement:n=>e({editingElement:n,selection:n?[n]:t().selection,editingAnnotation:n?null:t().editingAnnotation,selectedAnnotation:n?null:t().selectedAnnotation,selectedWire:n?null:t().selectedWire,selectedNode:n?null:t().selectedNode}),copySelection:()=>{var m;const{selection:n,diagram:o,internal:r}=t();if(n.length===0)return;const s=new Set(n),i=o.elements.filter(h=>s.has(h.id)).map(h=>structuredClone(h)),l=(o.buses??[]).filter(h=>s.has(h.id)).map(h=>structuredClone(h)),a={};for(const h of n)if(s.has(h)&&!r.buses.has(h)){const g=(m=o.layout)==null?void 0:m[h];if(g){a[h]=structuredClone(g);continue}const f=r.layout.get(h);f&&(a[h]=Nt(f))}const d={};for(const h of n){const g=r.buses.get(h);g&&(d[h]=Ze(g.geometry))}const u=(o.wires??[]).filter(h=>h.ends.every(g=>s.has(Jt(g)))).map(h=>structuredClone(h));e({clipboard:{elements:i,buses:l,placements:a,busLayouts:d,wires:u},clipboardPasteIndex:0})},cutSelection:()=>{const{selection:n}=t();n.length!==0&&(t().copySelection(),t().deleteSelection())},pasteClipboard:()=>{const{clipboard:n,clipboardPasteIndex:o,diagram:r}=t();if(!n||n.elements.length===0&&n.buses.length===0)return;const s=o+1,i=ho*s,l=ho*s,a=new Map;let d=r;for(const m of n.elements){const h=wt(d,m.kind);a.set(m.id,h),d={...d,elements:[...d.elements,{id:h,kind:m.kind}]}}for(const m of n.buses){const h=gn(d);a.set(m.id,h),d={...d,buses:[...d.buses??[],{id:h}]}}const u=m=>{const h=m.indexOf("."),g=h<0?m:m.slice(0,h),f=a.get(g);return f?h<0?f:`${f}${m.slice(h)}`:m};t().dispatch(m=>{const h=n.elements.map(v=>{const b=structuredClone(v);return b.id=a.get(v.id),b}),g=n.buses.map(v=>{const b=structuredClone(v);b.id=a.get(v.id);const k=n.busLayouts[v.id];return k&&(b.layout={...k,at:[k.at[0]+i,k.at[1]+l]}),b}),f={...m.layout??{}};for(const[v,b]of a){const k=n.placements[v];k&&(f[b]={...k,at:[k.at[0]+i,k.at[1]+l]})}const p=n.wires.map(v=>{const b=[u(v.ends[0]),u(v.ends[1])];return{id:vt(b[0],b[1]),ends:b}}),x=V_(m.wires??[],p);return{...m,elements:[...m.elements,...h],buses:g.length?[...m.buses??[],...g]:m.buses,wires:x.length?x:void 0,layout:Object.keys(f).length?f:void 0}}),e({selection:Array.from(a.values()),clipboardPasteIndex:s})},autoArrangeAll:()=>{t().dispatch(n=>{var a;const o=n.layout&&Object.keys(n.layout).length>0,r=(n.buses??[]).some(d=>d.layout);if(!o&&!r)return n;const{layout:s,...i}=n,l=(a=n.buses)==null?void 0:a.map(d=>{const{layout:u,...m}=d;return m});return{...i,buses:l}})},autoArrangeSelection:()=>{const{selection:n}=t();if(n.length===0)return;const o=new Set(n);t().dispatch(r=>{let s=!1,i=r.layout;if(i){const a={};for(const[d,u]of Object.entries(i)){if(o.has(d)){s=!0;continue}a[d]=u}s&&(i=Object.keys(a).length?a:void 0)}let l=r.buses;if(l){const a=l.map(d=>{if(o.has(d.id)&&d.layout){s=!0;const{layout:u,...m}=d;return m}return d});s&&(l=a)}return s?{...r,layout:i,buses:l}:r})},fillUnplacedAll:()=>{const n=t().internal;t().dispatch(o=>{const r=o.layout??{},s={};for(const a of o.elements){if(r[a.id])continue;const d=n.layout.get(a.id);d&&(s[a.id]=Nt(d))}const i=[];if((o.buses??[]).forEach((a,d)=>{a.layout||n.buses.has(a.id)&&i.push({idx:d,bus:a})}),Object.keys(s).length===0&&i.length===0)return o;let l=o.buses;return i.length>0&&l&&(l=l.map(a=>{const d=n.buses.get(a.id);return!a.layout&&d?{...a,layout:Ze(d.geometry)}:a})),{...o,layout:{...r,...s},buses:l}})},fillUnplacedSelection:()=>{const{selection:n,internal:o}=t();n.length!==0&&t().dispatch(r=>{var d;const s=r.layout??{},i={},l=new Map;for(const u of n)if(o.buses.has(u)){const m=o.buses.get(u);(d=r.buses)!=null&&d.find(h=>h.id===u&&h.layout)||l.set(u,Ze(m.geometry))}else{if(s[u])continue;const m=o.layout.get(u);m&&(i[u]=Nt(m))}if(Object.keys(i).length===0&&l.size===0)return r;let a=r.buses;return l.size>0&&a&&(a=a.map(u=>l.has(u.id)?{...u,layout:l.get(u.id)}:u)),{...r,layout:{...s,...i},buses:a}})},moveElements:n=>{if(n.size===0)return;const o=t().internal;t().dispatch(r=>{const s={...r.layout??{}},i=new Map;for(const[a,d]of n){if(o.buses.has(a)){i.set(a,d);continue}const u=o.layout.get(a),m=s[a]??(u?Nt(u):{at:[0,0]});s[a]={...m,at:[m.at[0]+d[0],m.at[1]+d[1]]}}let l=r.buses;return i.size>0&&(l=(r.buses??[]).map(a=>{const d=i.get(a.id);if(!d)return a;const u=a.layout??Ze(o.buses.get(a.id).geometry);return{...a,layout:{...u,at:[u.at[0]+d[0],u.at[1]+d[1]]}}})),{...r,layout:s,buses:l}})},deleteSelection:()=>{const{selection:n}=t();if(n.length===0)return;const o=new Set(n);t().dispatch(r=>{const s=r.elements.filter(d=>!o.has(d.id)),i=(r.buses??[]).filter(d=>!o.has(d.id)),l=(r.wires??[]).filter(d=>!o.has(Jt(d.ends[0]))&&!o.has(Jt(d.ends[1]))),a=r.layout?Object.fromEntries(Object.entries(r.layout).filter(([d])=>!o.has(d))):void 0;return{...r,elements:s,buses:i.length?i:void 0,wires:l.length?l:void 0,layout:a&&Object.keys(a).length?a:void 0}}),e({selection:[]})},deleteSelectedWire:()=>{const{selectedWire:n,internal:o}=t();if(!n)return;const r=(t().diagram.wires??[]).find(i=>i.id===n),s=new Set;if(r)for(const i of r.ends){const l=i.indexOf(".");l>0&&s.add(i.slice(0,l))}t().dispatch(i=>{const l=(i.wires??[]).filter(d=>d.id!==n);if(l.length===(i.wires??[]).length)return i;const a={...i.layout??{}};for(const d of s){if(a[d])continue;const u=o.layout.get(d);if(!u)continue;const m={at:u.at};u.rot&&(m.rot=u.rot),u.mirror&&(m.mirror=u.mirror),a[d]=m}return{...i,wires:l.length?l:void 0,layout:Object.keys(a).length?a:void 0}}),e({selectedWire:null})},deleteSelectedNode:()=>{const{selectedNode:n,internal:o}=t();if(!n)return;const r=o.nodes.get(n);if(!r)return;const s=new Set(r.terminals),i=new Set;for(const l of r.terminals){const a=l.indexOf(".");a>0&&i.add(l.slice(0,a))}t().dispatch(l=>{const a={...l.layout??{}};for(const u of i){if(a[u])continue;const m=o.layout.get(u);if(!m)continue;const h={at:m.at};m.rot&&(h.rot=m.rot),m.mirror&&(h.mirror=m.mirror),a[u]=h}const d=(l.wires??[]).filter(u=>!s.has(u.ends[0])&&!s.has(u.ends[1]));return{...l,wires:d.length?d:void 0,layout:Object.keys(a).length?a:void 0}}),e({selectedNode:null})},rotateSelection:n=>{const{selection:o,internal:r}=t();o.length!==0&&t().dispatch(s=>{var d,u,m,h;const i={...s.layout??{}},l=new Map;for(const g of o){if(r.buses.has(g)){const x=r.buses.get(g),b=(((((m=(u=(d=s.buses)==null?void 0:d.find(k=>k.id===g))==null?void 0:u.layout)==null?void 0:m.rot)??x.geometry.rot??0)+n)%360+360)%360;l.set(g,b);continue}const f=i[g]??{at:((h=r.layout.get(g))==null?void 0:h.at)??[0,0]},p=(((f.rot??0)+n)%360+360)%360;i[g]={...f,rot:p}}let a=s.buses;return l.size>0&&(a=(s.buses??[]).map(g=>{if(!l.has(g.id))return g;const f=g.layout??Ze(r.buses.get(g.id).geometry);return{...g,layout:{...f,rot:l.get(g.id)}}})),{...s,layout:i,buses:a}})},mirrorSelection:()=>{const{selection:n,internal:o}=t();n.length!==0&&t().dispatch(r=>{var i;const s={...r.layout??{}};for(const l of n){if(o.buses.has(l))continue;const a=s[l]??{at:((i=o.layout.get(l))==null?void 0:i.at)??[0,0]};s[l]={...a,mirror:!(a.mirror??!1)}}return{...r,layout:s}})},addElement:(n,o,r)=>{if(n==="busbar")return t().addBus(o,320);const s=wt(t().diagram,n);return t().dispatch(i=>{const l={id:s,kind:n,...r??{}};return{...i,elements:[...i.elements,l],layout:{...i.layout??{},[s]:{at:o}}}}),e({selection:[s]}),s},addBus:(n,o,r)=>{const s=gn(t().diagram);return t().dispatch(i=>{const l={id:s,layout:r!==void 0?{at:n,span:o,rot:r}:{at:n,span:o}};return{...i,buses:[...i.buses??[],l]}}),e({selection:[s]}),s},addWire:(n,o)=>{if(n===o)return;const r=vt(n,o);t().dispatch(s=>{const i=s.wires??[];return i.some(l=>l.id===r)?s:{...s,wires:[...i,{id:r,ends:[n,o]}]}})},updateWirePath:(n,o)=>{t().dispatch(r=>{const s=r.wires??[];if(!s.some(d=>d.id===n))return r;const i=o&&o.length>=2?br(o):null,l=i&&i.length>=2?i:null,a=s.map(d=>{if(d.id!==n)return d;if(l)return{...d,path:l};const{path:u,...m}=d;return m});return{...r,wires:a}})},resetWirePath:n=>{t().updateWirePath(n,null)},updateElement:(n,o)=>{t().dispatch(r=>({...r,elements:r.elements.map(s=>s.id===n?{...s,...o}:s)}))},updatePlacement:(n,o)=>{t().dispatch(r=>{var l;const s=((l=r.layout)==null?void 0:l[n])??t().internal.layout.get(n),i={at:o.at??(s==null?void 0:s.at)??[0,0],...o.rot!==void 0?{rot:o.rot}:s!=null&&s.rot?{rot:s.rot}:{},...o.mirror!==void 0?{mirror:o.mirror}:s!=null&&s.mirror?{mirror:s.mirror}:{}};return{...r,layout:{...r.layout??{},[n]:i}}})},updateBus:(n,o)=>{t().dispatch(r=>{const s=(r.buses??[]).map(i=>{if(i.id!==n)return i;const l=t().internal,a=i.layout??(l.buses.has(n)?Ze(l.buses.get(n).geometry):{at:[0,0],span:320}),d={at:o.at??a.at,span:o.span??a.span,...o.rot!==void 0?{rot:o.rot}:a.rot?{rot:a.rot}:{}};return{...i,layout:d}});return{...r,buses:s}})},addAnnotation:(n,o="")=>{const r=G_(t().diagram);return t().dispatch(s=>{const i={id:r,at:n,text:o};return{...s,annotations:[...s.annotations??[],i]}}),r},updateAnnotation:(n,o)=>{t().dispatch(r=>{const s=r.annotations??[];let i=!1;const l=s.map(a=>a.id!==n?a:(i=!0,{...a,...o,id:a.id}));return i?{...r,annotations:l}:r})},deleteAnnotation:n=>{t().dispatch(o=>{const r=o.annotations??[],s=r.filter(i=>i.id!==n);return s.length===r.length?o:{...o,annotations:s.length?s:void 0}}),t().selectedAnnotation===n&&e({selectedAnnotation:null,editingAnnotation:null})}}),{name:"ole-editor",version:2,storage:xr(()=>localStorage),partialize:e=>({diagram:e.diagram,activeTool:e.activeTool,placeKind:e.placeKind,lastPlaceKind:e.lastPlaceKind}),onRehydrateStorage:()=>e=>{e!=null&&e.diagram&&(e.internal=We(e.diagram))}}));function X_(e){return Array.from(new Set(e))}function Jt(e){const t=e.indexOf(".");return t<0?e:e.slice(0,t)}function V_(e,t){const n=new Set(e.map(r=>r.id)),o=e.slice();for(const r of t)n.has(r.id)||(n.add(r.id),o.push(r));return o}function Nt(e){return{at:[e.at[0],e.at[1]],...e.rot?{rot:e.rot}:{},...e.mirror?{mirror:e.mirror}:{}}}function Ze(e){return{at:[e.at[0],e.at[1]],span:e.span,...e.rot?{rot:e.rot}:{}}}let pb=null;function po(e){pb=e}function Ue(){return pb}const Bt=10;function gb(){if(typeof document>"u")return!0;const e=document.querySelector(".ole-canvas-root");return!!e&&!e.classList.contains("hide-grid")}function ne(e){return gb()?Math.round(e/Bt)*Bt:e}const U_=30,Z_=144;function yb(e,t){const n=Ye[e],o=y.getState(),r=o.diagram;if(!n||e==="busbar")return{newElementId:o.addElement(e,t),attachedToBus:!1};const s=Q_(r,t);if(!s){const p=xb(n),x=p?[ne(t[0])-p.x,ne(t[1])-p.y]:[ne(t[0]),ne(t[1])];return{newElementId:o.addElement(e,x),attachedToBus:!1}}const{busId:i,busAt:l,axis:a}=s,d=J_(n,a),u=wt(r,e),m=n.terminals.find(p=>p.id===d),h=a==="x"?t[0]:l[0],g=a==="y"?t[1]:l[1],f=m?[ne(h)-m.x,ne(g)-m.y]:[ne(t[0]),ne(t[1])];return o.dispatch(p=>{const x={id:u,kind:e},v={at:f},b=`${u}.${d}`,k={id:vt(i,b),ends:[i,b]};return{...p,elements:[...p.elements,x],wires:[...p.wires??[],k],layout:{...p.layout??{},[u]:v}}}),o.setSelection([u]),{newElementId:u,attachedToBus:!0}}function Q_(e,t){const n=y.getState().internal;let o=null;for(const r of e.buses??[]){const s=n.buses.get(r.id);if(!s)continue;const{axis:i,at:l,span:a}=s.geometry;let d;if(i==="x"){const u=l[0]-a/2,m=l[0]+a/2,h=t[0]<u?u-t[0]:t[0]>m?t[0]-m:0,g=Math.abs(t[1]-l[1]);d=Math.sqrt(h*h+g*g)}else{const u=l[1]-a/2,m=l[1]+a/2,h=t[1]<u?u-t[1]:t[1]>m?t[1]-m:0,g=Math.abs(t[0]-l[0]);d=Math.sqrt(g*g+h*h)}d<=U_&&(!o||d<o.dist)&&(o={busId:r.id,busAt:[l[0],l[1]],axis:i,dist:d})}return o?{busId:o.busId,busAt:o.busAt,axis:o.axis}:null}function J_(e,t){return e.terminals.length===0?"t":[...e.terminals].sort((o,r)=>t==="x"?o.y-r.y:o.x-r.x)[0].id}function xb(e){return!e||e.stretchable||e.terminals.length===0?null:[...e.terminals].sort((n,o)=>n.y-o.y)[0]}function bb(e,t){const n=y.getState().internal;if(!e.includes(".")&&n.buses.has(e)){const r=n.buses.get(e),{axis:s,at:i,span:l}=r.geometry;if(s==="x"){const g=i[0]-l/2,f=i[0]+l/2,p=Math.max(g,Math.min(f,t[0])),x=i[1],v=t[1]>=x?"s":"n";return{ref:e,world:[p,x],orientation:v,isBus:!0,busId:e}}const a=i[1]-l/2,d=i[1]+l/2,u=Math.max(a,Math.min(d,t[1])),m=i[0],h=t[0]>=m?"e":"w";return{ref:e,world:[m,u],orientation:h,isBus:!0,busId:e}}const o=n.terminals.get(e);return o?{ref:e,world:o.world,orientation:o.orientation,isBus:!1}:null}const e$={n:"s",s:"n",e:"w",w:"e"};function wb(e,t,n){if(e.terminals.length===0)return{id:"t",x:0,y:0,orientation:"n"};const o=e$[t.orientation],r=e.terminals.filter(a=>a.orientation===o),s=r.length>0?r:e.terminals;let i=s[0],l=go(i,n,t.world);for(let a=1;a<s.length;a++){const d=s[a],u=go(d,n,t.world);u<l&&(l=u,i=d)}return i}function go(e,t,n){const o=t[0]+e.x-n[0],r=t[1]+e.y-n[1];return o*o+r*r}function t$(e,t,n){const o=Ye[e],r=y.getState(),s=r.diagram;if(!o)return null;const i=bb(t,n);if(!i)return null;const l=n[0]-i.world[0],a=n[1]-i.world[1],d=l*l+a*a<=Z_,u=[ne(n[0]),ne(n[1])],m=wb(o,i,u),h=d?i.world:u,g=[ne(h[0]-m.x),ne(h[1]-m.y)],f=wt(s,e);return r.dispatch(p=>{const x={id:f,kind:e},v={at:g},b=`${f}.${m.id}`,k=i.isBus&&i.busId?i.busId:t,$={id:vt(k,b),ends:[k,b]};return{...p,elements:[...p.elements,x],wires:[...p.wires??[],$],layout:{...p.layout??{},[f]:v}}}),r.setSelection([f]),{newElementId:f,attachedToBus:i.isBus}}const Ht=9,Lt=7;function Wt(e,t){var s,i;const n=[],o=((s=e.element.name)==null?void 0:s.trim())||e.element.id;if(o&&n.push(o),t!=="all"||!((i=e.libraryDef)!=null&&i.params))return n;const r=e.element.params??{};for(const l of e.libraryDef.params){if(!l.showOnCanvas)continue;const a=r[l.name];a==null||a===""||n.push(`${a}${l.unit??""}`)}return n}function qt(e){const t=n$(e.viewBox);return t?{x:t.x+t.w+2,y:t.y+4,anchor:"start"}:{x:0,y:0,anchor:"start"}}function Gt(e,t){let n=e.x,o=e.y;switch(t.mirror&&(n=-n),t.rot){case 90:[n,o]=[-o,n];break;case 180:[n,o]=[-n,-o];break;case 270:[n,o]=[o,-n];break}return[n+t.at[0],o+t.at[1]]}function n$(e){const t=e.trim().split(/\s+/).map(Number);return t.length!==4||t.some(n=>Number.isNaN(n))?null:{x:t[0],y:t[1],w:t[2],h:t[3]}}function o$(){const e=y(r=>r.internal.elements),t=y(r=>r.internal.layout),n=y(r=>{var s;return((s=r.diagram.meta)==null?void 0:s.labelMode)??"all"}),o=y(r=>r.editingElement);return c.jsx("g",{className:"ole-annotation-layer",pointerEvents:"none",children:Array.from(e.values()).map(r=>{var u;const s=t.get(r.element.id);if(!s||!r.libraryDef)return null;const i=r.libraryDef.label??qt(r.libraryDef),l=Gt(i,s),a=i.anchor??"start";if(o===r.element.id)return c.jsx(r$,{elementId:r.element.id,currentName:((u=r.element.name)==null?void 0:u.trim())||r.element.id,world:l,anchor:a},r.element.id);if(n==="off")return null;const d=Wt(r,n);return d.length===0?null:c.jsx("g",{className:"ole-annotation",transform:`translate(${l[0]} ${l[1]})`,children:d.map((m,h)=>c.jsx("text",{x:0,y:h*Ht,textAnchor:a,className:"ole-annotation-text",children:m},h))},r.element.id)})})}const en=200,tn=9;function r$({elementId:e,currentName:t,world:n,anchor:o}){const r=S.useRef(null);S.useEffect(()=>{const a=r.current;if(!a)return;a.focus();const d=document.createRange();d.selectNodeContents(a);const u=window.getSelection();u==null||u.removeAllRanges(),u==null||u.addRange(d)},[e]);function s(){var h;const a=y.getState(),d=a.diagram.elements.find(g=>g.id===e);if(!d){a.setEditingElement(null);return}const u=(((h=r.current)==null?void 0:h.innerText)??"").replace(/\u00a0/g," ").trim(),m=u===""||u===e?void 0:u;m!==d.name&&a.updateElement(e,{name:m}),a.setEditingElement(null)}function i(a){if(a.key==="Escape"||a.key==="Enter"&&!a.shiftKey){a.preventDefault(),s();return}a.stopPropagation()}let l=n[0];return o==="middle"?l-=en/2:o==="end"&&(l-=en),c.jsx("foreignObject",{x:l,y:n[1]-tn,width:en,height:tn*2.2,className:"ole-element-name-editor",children:c.jsx("div",{ref:r,contentEditable:!0,suppressContentEditableWarning:!0,onBlur:s,onKeyDown:i,onPointerDown:a=>a.stopPropagation(),onMouseDown:a=>a.stopPropagation(),style:{fontSize:`${tn}px`,fontFamily:"ui-sans-serif, system-ui, sans-serif",color:"var(--foreground)",background:"var(--canvas-bg)",outline:"1px dashed var(--selection)",padding:"0 2px",display:"inline-block",minWidth:"20px",lineHeight:1.1,textAlign:o==="middle"?"center":o==="end"?"right":"left",whiteSpace:"nowrap",cursor:"text"},children:t})})}const vb=8,zt=1.25;function s$(){const e=y(o=>o.diagram.annotations),t=y(o=>o.selectedAnnotation),n=y(o=>o.editingAnnotation);return!e||e.length===0?null:c.jsx("g",{className:"ole-free-annotation-layer",children:e.map(o=>n===o.id?c.jsx(l$,{ann:o},o.id):c.jsx(i$,{ann:o,isSelected:t===o.id},o.id))})}function i$({ann:e,isSelected:t}){const n=e.fontSize??vb,o=e.text===""?[""]:e.text.split(`
|
|
193
|
+
`),r=Math.max(20,...o.map(i=>i.length*n*.55)),s=o.length*n*zt;return c.jsxs("g",{"data-annotation-id":e.id,className:"ole-free-annotation","data-selected":t?"true":void 0,children:[c.jsx("rect",{x:e.at[0]-1,y:e.at[1]-1,width:r+2,height:s+2,fill:"transparent",className:"ole-free-annotation-hit"}),t&&c.jsx("rect",{x:e.at[0]-1,y:e.at[1]-1,width:r+2,height:s+2,className:"ole-free-annotation-halo"}),o.map((i,l)=>c.jsx("text",{x:e.at[0],y:e.at[1]+n*.85+l*n*zt,fontSize:n,className:"ole-free-annotation-text",children:i},l))]})}function l$({ann:e}){const t=S.useRef(null),n=e.fontSize??vb;S.useEffect(()=>{const l=t.current;if(!l)return;l.focus();const a=document.createRange();a.selectNodeContents(l);const d=window.getSelection();d==null||d.removeAllRanges(),d==null||d.addRange(a)},[e.id]);function o(){var d;const l=y.getState(),a=(((d=t.current)==null?void 0:d.innerText)??"").replace(/\u00a0/g," ").trimEnd();a===""?l.deleteAnnotation(e.id):a!==e.text&&l.updateAnnotation(e.id,{text:a}),l.setEditingAnnotation(null),a!==""&&l.setSelectedAnnotation(e.id),l.activeTool==="text"&&l.setActiveTool("select")}function r(l){if(l.key==="Escape"){l.preventDefault(),o();return}if(l.key==="Enter"&&!l.shiftKey){l.preventDefault(),o();return}l.stopPropagation()}return c.jsx("foreignObject",{x:e.at[0],y:e.at[1],width:320,height:200,"data-annotation-id":e.id,className:"ole-free-annotation-edit-fo",children:c.jsx("div",{ref:t,contentEditable:!0,suppressContentEditableWarning:!0,onBlur:o,onKeyDown:r,onPointerDown:l=>l.stopPropagation(),onMouseDown:l=>l.stopPropagation(),style:{fontSize:`${n}px`,lineHeight:zt,fontFamily:"ui-sans-serif, system-ui, sans-serif",color:"var(--foreground)",background:"var(--canvas-bg)",outline:"1px dashed var(--selection)",padding:"0 2px",minWidth:`${n}px`,minHeight:`${n*zt}px`,whiteSpace:"pre-wrap",wordBreak:"break-word",cursor:"text"},children:e.text})})}const a$=20;function c$(){const e=y(u=>u.selection),t=y(u=>u.internal);if(e.length!==1)return null;const n=e[0],o=t.buses.get(n);if(!o)return null;const{axis:r,at:s,span:i}=o.geometry,l=i/2,a=r==="x"?[s[0]-l,s[1]]:[s[0],s[1]-l],d=r==="x"?[s[0]+l,s[1]]:[s[0],s[1]+l];return c.jsxs("g",{className:"ole-bus-handles",pointerEvents:"auto",children:[c.jsx(yo,{x:a[0],y:a[1],busId:n,side:"start",axis:r}),c.jsx(yo,{x:d[0],y:d[1],busId:n,side:"end",axis:r})]})}function yo({x:e,y:t,busId:n,side:o,axis:r}){const s=Ue(),i=S.useRef(null),l=u=>{if(u.button!==0||(u.stopPropagation(),u.preventDefault(),!s))return;const m=y.getState().internal.buses.get(n);m&&(i.current={pointerId:u.pointerId,startSpan:m.geometry.span,startAt:[...m.geometry.at],startSvg:s.screenToSvg(u.clientX,u.clientY)},u.target.setPointerCapture(u.pointerId))},a=u=>{const m=i.current;if(!m||u.pointerId!==m.pointerId||!s)return;const h=s.screenToSvg(u.clientX,u.clientY),g=r==="x"?h[0]-m.startSvg[0]:h[1]-m.startSvg[1],f=gb()?Math.round(g/Bt)*Bt:g,p=m.startSpan+(o==="end"?f:-f);if(p<a$)return;const x=r==="x"?[m.startAt[0]+f/2,m.startAt[1]]:[m.startAt[0],m.startAt[1]+f/2];y.getState().updateBus(n,{span:p,at:x})},d=u=>{const m=i.current;!m||u.pointerId!==m.pointerId||(u.target.hasPointerCapture(u.pointerId)&&u.target.releasePointerCapture(u.pointerId),i.current=null)};return c.jsx("circle",{className:"ole-bus-handle",cx:e,cy:t,r:5,"data-handle":o,onPointerDown:l,onPointerMove:a,onPointerUp:d,onPointerCancel:d})}const yn=.5;function xt(e,t){return Math.abs(e[1]-t[1])<yn?"h":"v"}function d$(){const e=y(l=>l.selectedWire),t=y(l=>l.internal.wireRenders);if(!e)return null;const n=t.get(e);if(!n||n.path.length<2)return null;const o=n.path,r=o.length,s=[];for(let l=1;l<r-1;l++){const a=xt(o[l-1],o[l]),d=xt(o[l],o[l+1]),u=l-1===0,m=l+1===r-1,h=u&&a==="v"||m&&d==="v",g=u&&a==="h"||m&&d==="h";h&&g||s.push(c.jsx(u$,{wireId:e,index:l,xLocked:h,yLocked:g},`v-${l}`))}const i=[];for(let l=0;l<r-1;l++){const a=o[l],d=o[l+1];Math.abs(a[0]-d[0])<yn&&Math.abs(a[1]-d[1])<yn||i.push(c.jsx(m$,{wireId:e,segIndex:l,axis:xt(a,d)},`m-${l}`))}return c.jsxs("g",{className:"ole-wire-handles",pointerEvents:"auto",children:[i,s]})}function u$({wireId:e,index:t,xLocked:n,yLocked:o}){const r=Ue(),s=S.useRef(null),i=y(f=>{var p;return(p=f.internal.wireRenders.get(e))==null?void 0:p.path});if(!i||t<=0||t>=i.length-1)return null;const[l,a]=i[t],d=n&&!o?"ns-resize":!n&&o?"ew-resize":"move",u=f=>{if(f.button!==0||(f.stopPropagation(),f.preventDefault(),!r))return;const p=y.getState().internal.wireRenders.get(e);p&&(s.current={pointerId:f.pointerId,startPath:p.path.map(x=>[x[0],x[1]]),startSvg:r.screenToSvg(f.clientX,f.clientY),index:t,xLocked:n,yLocked:o},document.body.style.cursor=d,f.target.setPointerCapture(f.pointerId))},m=f=>{const p=s.current;if(!p||f.pointerId!==p.pointerId||!r)return;const x=r.screenToSvg(f.clientX,f.clientY),v=p.startPath,b=p.index;if(b<=0||b>=v.length-1)return;const k=v[b],$=[p.xLocked?k[0]:ne(k[0]+(x[0]-p.startSvg[0])),p.yLocked?k[1]:ne(k[1]+(x[1]-p.startSvg[1]))];if($[0]===k[0]&&$[1]===k[1])return;const M=v.map(J=>[J[0],J[1]]);M[b]=$;const B=xt(v[b-1],v[b]);b-1>0&&(B==="h"?M[b-1]=[v[b-1][0],$[1]]:M[b-1]=[$[0],v[b-1][1]]);const te=xt(v[b],v[b+1]);b+1<v.length-1&&(te==="h"?M[b+1]=[v[b+1][0],$[1]]:M[b+1]=[$[0],v[b+1][1]]),y.getState().updateWirePath(e,M)},h=f=>{const p=s.current;!p||f.pointerId!==p.pointerId||(f.target.hasPointerCapture(f.pointerId)&&f.target.releasePointerCapture(f.pointerId),s.current=null,document.body.style.cursor="")},g=f=>{f.stopPropagation(),f.preventDefault();const p=y.getState().internal.wireRenders.get(e);if(!p||p.path.length<=2||t<=0||t>=p.path.length-1)return;const x=p.path.filter((v,b)=>b!==t);y.getState().updateWirePath(e,x)};return c.jsx("circle",{className:"ole-wire-handle ole-wire-vertex",cx:l,cy:a,r:5,style:{cursor:d},onPointerDown:u,onPointerMove:m,onPointerUp:h,onPointerCancel:h,onDoubleClick:g})}function m$({wireId:e,segIndex:t,axis:n}){const o=Ue(),r=S.useRef(null),s=y(f=>{var p;return(p=f.internal.wireRenders.get(e))==null?void 0:p.path});if(!s||t<0||t>=s.length-1)return null;const i=s[t],l=s[t+1],a=(i[0]+l[0])/2,d=(i[1]+l[1])/2,u=n==="h"?"ns-resize":"ew-resize",m=f=>{if(f.button!==0||(f.stopPropagation(),f.preventDefault(),!o))return;const p=y.getState().internal.wireRenders.get(e);p&&(r.current={pointerId:f.pointerId,startPath:p.path.map(x=>[x[0],x[1]]),startSvg:o.screenToSvg(f.clientX,f.clientY),axis:n,segIndex:t},document.body.style.cursor=u,f.currentTarget.setPointerCapture(f.pointerId))},h=f=>{const p=r.current;if(!p||f.pointerId!==p.pointerId||!o)return;const x=o.screenToSvg(f.clientX,f.clientY),v=p.startPath,b=p.segIndex;if(b>=v.length-1)return;const k=v[b],$=v[b+1],M=[];for(let B=0;B<=b;B++)M.push(v[B]);if(p.axis==="h"){const B=ne(k[1]+(x[1]-p.startSvg[1]));M.push([k[0],B]),M.push([$[0],B])}else{const B=ne(k[0]+(x[0]-p.startSvg[0]));M.push([B,k[1]]),M.push([B,$[1]])}for(let B=b+1;B<v.length;B++)M.push(v[B]);y.getState().updateWirePath(e,M)},g=f=>{const p=r.current;if(!p||f.pointerId!==p.pointerId)return;const x=f.currentTarget;x.hasPointerCapture(f.pointerId)&&x.releasePointerCapture(f.pointerId),r.current=null,document.body.style.cursor=""};return c.jsxs("g",{className:"ole-wire-handle ole-wire-midpoint-group",style:{cursor:u},onPointerDown:m,onPointerMove:h,onPointerUp:g,onPointerCancel:g,children:[c.jsx("circle",{className:"ole-wire-midpoint-hit",cx:a,cy:d,r:8}),c.jsx("circle",{className:"ole-wire-handle ole-wire-midpoint",cx:a,cy:d,r:3.5})]})}const f$=3,nn=12;function h$(){const e=y(l=>l.internal.buses),t=y(l=>l.selection),n=y(l=>l.selectedNode),o=y(l=>l.internal.nodes),r=y(l=>l.internal.terminalToNode),s=new Set(t),i=new Set;if(n){const l=o.get(n);if(l)for(const a of l.terminals)a.includes(".")||i.add(a)}return c.jsx("g",{className:"ole-bus-layer",children:Array.from(e.values()).map(({bus:l,geometry:a})=>{const{axis:d,at:u,span:m}=a,h=m/2,g=d==="x"?u[0]-h:u[0],f=d==="x"?u[1]:u[1]-h,p=d==="x"?u[0]+h:u[0],x=d==="x"?u[1]:u[1]+h,v=s.has(l.id),b=i.has(l.id),k=r.get(l.id)??void 0,$=nn/2,M=d==="x"?u[0]-h:u[0]-$,B=d==="x"?u[1]-$:u[1]-h,te=d==="x"?m:nn,J=d==="x"?nn:m;return c.jsxs("g",{"data-bus-id":l.id,"data-element-id":l.id,"data-node-id":k,"data-selected":v?"true":void 0,"data-node-related":b?"true":void 0,className:"ole-bus",children:[c.jsx("rect",{x:M,y:B,width:te,height:J,fill:"transparent",className:"ole-bus-hit"}),c.jsx("line",{x1:g,y1:f,x2:p,y2:x,stroke:"currentColor",strokeWidth:f$,strokeLinecap:"round",fill:"none"})]},l.id)})})}function p$(){const e=y(l=>l.busbarDrawStart),t=y(l=>l.cursorSvg);if(!e||!t)return null;const n=t[0]-e[0],o=t[1]-e[1],r=Math.abs(n)>=Math.abs(o),s=r?t[0]:e[0],i=r?e[1]:t[1];return c.jsxs("g",{className:"ole-busbar-preview",pointerEvents:"none",children:[c.jsx("line",{x1:e[0],y1:e[1],x2:s,y2:i,className:"ole-busbar-preview-line"}),c.jsx("circle",{cx:e[0],cy:e[1],r:3.5,className:"ole-busbar-preview-anchor"}),c.jsx("circle",{cx:s,cy:i,r:3.5,className:"ole-busbar-preview-anchor"})]})}function Ge(e){const t=[`translate(${e.at[0]} ${e.at[1]})`];return e.rot&&t.push(`rotate(${e.rot})`),e.mirror&&t.push("scale(-1 1)"),t.join(" ")}function g$(e){const t=e.trim().split(/\s+/).map(Number);return t.length!==4||t.some(n=>Number.isNaN(n))?null:{x:t[0],y:t[1],w:t[2],h:t[3]}}function y$({lib:e}){const t=g$(e.viewBox);return t?c.jsx("rect",{className:"ole-element-hit",x:t.x,y:t.y,width:t.w,height:t.h}):null}function x$(){const e=y(l=>l.internal.elements),t=y(l=>l.internal.layout),n=y(l=>l.selection),o=y(l=>l.selectedNode),r=y(l=>l.internal.nodes),s=new Set(n),i=new Set;if(o){const l=r.get(o);if(l)for(const a of l.terminals){const d=a.indexOf(".");d>0&&i.add(a.slice(0,d))}}return c.jsx("g",{className:"ole-element-layer",children:Array.from(e.values()).map(l=>{const a=t.get(l.element.id);if(!a)return null;const d=s.has(l.element.id),u=i.has(l.element.id);return l.libraryDef?c.jsxs("g",{"data-element-id":l.element.id,"data-selected":d?"true":void 0,"data-node-related":u?"true":void 0,transform:Ge(a),className:"ole-element",children:[c.jsx(y$,{lib:l.libraryDef}),c.jsx("g",{dangerouslySetInnerHTML:{__html:l.libraryDef.svg}})]},l.element.id):c.jsxs("g",{"data-element-id":l.element.id,"data-selected":d?"true":void 0,"data-node-related":u?"true":void 0,transform:Ge(a),className:"ole-element ole-element--unknown",children:[c.jsx("rect",{x:-10,y:-10,width:20,height:20,fill:"none",stroke:"#EF4444",strokeWidth:1,strokeDasharray:"2 2"}),c.jsx("text",{x:0,y:4,fontSize:8,fill:"#EF4444",textAnchor:"middle",fontFamily:"system-ui, sans-serif",children:"?"})]},l.element.id)})})}let kb=null;const xn=new Set;function Tt(e){kb=e;for(const t of xn)t(e)}function b$(){return kb}function w$(e){return xn.add(e),()=>{xn.delete(e)}}function v$(){const[e,t]=S.useState(b$());return S.useEffect(()=>w$(t),[]),!e||e.w===0&&e.h===0?null:c.jsx("rect",{className:"ole-marquee",x:e.x,y:e.y,width:e.w,height:e.h,pointerEvents:"none"})}function k$(){const e=y(d=>d.activeTool),t=y(d=>d.placeKind),n=y(d=>d.cursorSvg),o=y(d=>d.placeFromTerminal);if(e!=="place"||!t||!n)return null;const r=fb(t);if(!r)return null;let s=null,i=null;if(o){const d=bb(o,n);d&&(s=wb(r,d,n),i={source:d.world,pin:n})}else s=xb(r);const l=n[0]-((s==null?void 0:s.x)??0),a=n[1]-((s==null?void 0:s.y)??0);return c.jsxs("g",{className:"ole-place-ghost-group",pointerEvents:"none",children:[i&&c.jsxs(c.Fragment,{children:[c.jsx("line",{x1:i.source[0],y1:i.source[1],x2:i.pin[0],y2:i.pin[1],className:"ole-wire-preview-line"}),c.jsx("circle",{cx:i.source[0],cy:i.source[1],r:4,className:"ole-wire-preview-anchor"})]}),c.jsx("g",{className:"ole-place-ghost",transform:`translate(${l} ${a})`,opacity:.5,children:c.jsx("g",{dangerouslySetInnerHTML:{__html:r.svg}})})]})}function _$(){const e=y(r=>r.selection),t=y(r=>r.internal.elements),n=y(r=>r.internal.layout),o=y(r=>r.internal.buses);return e.length===0?null:c.jsx("g",{className:"ole-selection-overlay",pointerEvents:"none",children:e.map(r=>{const s=o.get(r);if(s){const{axis:d,at:u,span:m}=s.geometry,h=m/2,g=d==="x"?u[0]-h:u[0]-4,f=d==="x"?u[1]-4:u[1]-h,p=d==="x"?m:8,x=d==="x"?8:m;return c.jsx("rect",{x:g,y:f,width:p,height:x,fill:"none",className:"ole-selection-rect"},r)}const i=t.get(r),l=n.get(r);if(!(i!=null&&i.libraryDef)||!l)return null;const a=$$(i.libraryDef.viewBox);return a?c.jsx("rect",{x:a.x,y:a.y,width:a.w,height:a.h,fill:"none",className:"ole-selection-rect",transform:Ge(l)},r):null})})}function $$(e){const t=e.trim().split(/\s+/).map(Number);return t.length!==4||t.some(n=>Number.isNaN(n))?null:{x:t[0],y:t[1],w:t[2],h:t[3]}}function S$(){const e=y(s=>s.internal.terminals),t=y(s=>s.internal.terminalToNode),n=y(s=>s.wireFromTerminal),o=y(s=>s.selection),r=new Set(o);return c.jsx("g",{className:"ole-terminal-layer",children:Array.from(e.values()).map(s=>{const i=t.get(s.ref),l=i!==void 0,a=n===s.ref,d=r.has(s.elementId);return c.jsx("circle",{cx:s.world[0],cy:s.world[1],r:3,"data-element-id":s.elementId,"data-terminal-id":s.ref,"data-node-id":i,"data-connected":l?"true":"false","data-active":a?"true":void 0,"data-on-selected":d?"true":void 0,className:"ole-terminal"},s.ref)})})}function j$(){const e=y(i=>i.internal.wireRenders),t=y(i=>i.internal.terminalToNode),n=y(i=>i.diagram.wires),o=y(i=>i.selectedWire),r=y(i=>i.selectedNode),s=new Map;for(const i of n??[]){const l=t.get(i.ends[0]);l&&s.set(i.id,l)}return c.jsx("g",{className:"ole-wire-layer",fill:"none",stroke:"currentColor",strokeWidth:1,children:Array.from(e.values()).flatMap(i=>{const l=i.path;if(l.length<2)return[];const a=l.map(h=>`${h[0]},${h[1]}`).join(" "),d=s.get(i.wireId),u=o===i.wireId,m=r!=null&&r===d;return[c.jsx("polyline",{"data-wire-id":i.wireId,"data-node-id":d,className:"ole-wire-hit",points:a},`hit-${i.wireId}`),c.jsx("polyline",{"data-wire-id":i.wireId,"data-node-id":d,"data-manual":i.userEdited?"true":void 0,"data-selected":u||m?"true":void 0,className:"ole-wire",points:a},i.wireId)]})})}let Ve=null;const bn=new Set;function Ie(e){if(!(e===null&&Ve===null||e&&Ve&&e.ref===Ve.ref&&e.world[0]===Ve.world[0]&&e.world[1]===Ve.world[1])){Ve=e;for(const t of bn)t(e)}}function E$(){return Ve}function N$(e){return bn.add(e),()=>{bn.delete(e)}}function T$(){var d,u;const e=y(m=>m.wireFromTerminal),t=y(m=>m.cursorSvg),n=y(m=>m.internal.terminals),[o,r]=S.useState(E$());S.useEffect(()=>N$(r),[]);const s=y(m=>m.internal.buses);if(!e||!t)return null;let i;if(e.includes(".")?i=(d=n.get(e))==null?void 0:d.world:i=(u=s.get(e))==null?void 0:u.geometry.at,!i)return null;const l=(o==null?void 0:o.world[0])??t[0],a=(o==null?void 0:o.world[1])??t[1];return c.jsxs("g",{className:"ole-wire-preview",pointerEvents:"none",children:[c.jsx("line",{x1:i[0],y1:i[1],x2:l,y2:a,className:"ole-wire-preview-line"}),c.jsx("circle",{cx:i[0],cy:i[1],r:4,className:"ole-wire-preview-anchor"}),o&&c.jsxs(c.Fragment,{children:[c.jsx("circle",{cx:o.world[0],cy:o.world[1],r:o.isBus?7:8,className:"ole-wire-preview-target-ring"}),c.jsx("circle",{cx:o.world[0],cy:o.world[1],r:o.isBus?3:4,className:"ole-wire-preview-target-dot"})]})]})}function rt(e,t){return e instanceof Element?e.closest(`[${t}]`):null}function nt(e){var t;return((t=rt(e,"data-element-id"))==null?void 0:t.getAttribute("data-element-id"))??null}function M$(e){var t;return((t=rt(e,"data-bus-id"))==null?void 0:t.getAttribute("data-bus-id"))??null}function qe(e){var o;const t=(o=rt(e,"data-terminal-id"))==null?void 0:o.getAttribute("data-terminal-id");if(t)return t;const n=M$(e);return n||null}function Yt(e){var t;return((t=rt(e,"data-node-id"))==null?void 0:t.getAttribute("data-node-id"))??null}function xo(e){var t;return((t=rt(e,"data-wire-id"))==null?void 0:t.getAttribute("data-wire-id"))??null}function Rt(e){var t;return((t=rt(e,"data-annotation-id"))==null?void 0:t.getAttribute("data-annotation-id"))??null}function _b(e,t){try{e.dispatchEvent(new PointerEvent("pointercancel",{pointerId:t,bubbles:!0,cancelable:!0,pointerType:"touch"}))}catch{}}function A$(e){if(!(e instanceof HTMLElement))return!1;const t=e.tagName;return t==="INPUT"||t==="TEXTAREA"||t==="SELECT"||e.isContentEditable}function $b(){const e=y.getState(),t=e.activeTool;if(e.editingAnnotation||e.editingElement){if(typeof document<"u"){const n=document.querySelector(".ole-free-annotation-edit-fo div[contenteditable], .ole-element-name-editor div[contenteditable]");n==null||n.blur()}e.setEditingAnnotation(null),e.setEditingElement(null);return}if(t==="wire"||t==="busbar"||t==="text"){e.setActiveTool("select");return}if(t==="place"){e.placeFromTerminal?e.setPlaceFromTerminal(null):e.placeKind?e.setPlaceKind(null):e.setActiveTool("select");return}(e.selectedNode||e.selectedWire||e.selection.length>0||e.selectedAnnotation)&&e.clearSelection()}function C$(){S.useEffect(()=>{const e=t=>{if(A$(t.target))return;const n=t.metaKey||t.ctrlKey,o=y.getState();if(n&&t.key.toLowerCase()==="z"){t.preventDefault(),t.shiftKey?o.redo():o.undo();return}if(n&&!t.shiftKey&&t.key.toLowerCase()==="y"){t.preventDefault(),o.redo();return}if(n&&t.key.toLowerCase()==="a"){t.preventDefault();const r=y.getState().diagram.elements.map(s=>s.id);o.setSelection(r);return}if(n&&!t.shiftKey&&!t.altKey){const r=t.key.toLowerCase();if(r==="c"){if(o.selection.length===0)return;t.preventDefault(),o.copySelection();return}if(r==="x"){if(o.selection.length===0)return;t.preventDefault(),o.cutSelection();return}if(r==="v"){if(!o.clipboard)return;t.preventDefault(),o.pasteClipboard();return}}if(!n)switch(t.key){case"v":case"V":o.setActiveTool("select");return;case"h":case"H":o.setActiveTool("pan");return;case"w":case"W":o.setActiveTool("wire");return;case"b":case"B":o.setActiveTool("busbar");return;case"p":case"P":o.setActiveTool("place");return;case"t":case"T":o.setActiveTool("text");return;case"r":case"R":o.selection.length>0&&(t.preventDefault(),o.rotateSelection(90));return;case"m":case"M":o.selection.length>0&&(t.preventDefault(),o.mirrorSelection());return;case"Delete":case"Backspace":o.selectedAnnotation?(t.preventDefault(),o.deleteAnnotation(o.selectedAnnotation)):o.selectedWire?(t.preventDefault(),o.deleteSelectedWire()):o.selectedNode?(t.preventDefault(),o.deleteSelectedNode()):o.selection.length>0&&(t.preventDefault(),o.deleteSelection());return;case"Escape":$b();return}};return window.addEventListener("keydown",e),()=>window.removeEventListener("keydown",e)},[])}let wn=null;const vn=new Set;function I$(e){if(e!==wn){wn=e;for(const t of vn)t(e)}}function O$(){return wn}function P$(e){return vn.add(e),()=>{vn.delete(e)}}const bo="ole-hover-element-host",B$="ole-hover-terminal-on",L$="ole-hover-node-on";function z$(e){S.useEffect(()=>{const t=e.current;if(!t)return;let n=null,o=null;const r=new Set,s=new Set,i=(m,h,g)=>{for(const f of m)f.classList.remove(g);m.clear();for(const f of h)f.classList.add(g),m.add(f)},l=m=>{var g,f;if(m===n)return;n&&((g=t.querySelector(`[data-element-id="${Mt(n)}"]`))==null||g.classList.remove(bo)),m&&((f=t.querySelector(`[data-element-id="${Mt(m)}"]`))==null||f.classList.add(bo));const h=m?Array.from(t.querySelectorAll(`.ole-terminal[data-element-id="${Mt(m)}"]`)):[];i(r,h,B$),n=m,m?t.setAttribute("data-hover-element",""):t.removeAttribute("data-hover-element"),I$(m)},a=m=>{if(m===o)return;const h=m?Array.from(t.querySelectorAll(`[data-node-id="${Mt(m)}"]`)):[];i(s,h,L$),o=m,m?t.setAttribute("data-hover-node",""):t.removeAttribute("data-hover-node")},d=m=>{l(nt(m.target));const h=qe(m.target);let g=null;h?g=y.getState().internal.terminalToNode.get(h)??null:g=Yt(m.target),a(g)},u=()=>{l(null),a(null)};return t.addEventListener("pointermove",d),t.addEventListener("pointerleave",u),()=>{t.removeEventListener("pointermove",d),t.removeEventListener("pointerleave",u),l(null),a(null)}},[e])}function Mt(e){return e.replace(/(["\\])/g,"\\$1")}function Sb(e,t){const n=y.getState().internal;if(!e.includes(".")){const r=n.buses.get(e);if(!r)return null;const{axis:s,at:i,span:l}=r.geometry;if(s==="x"){const m=i[0]-l/2,h=i[0]+l/2,g=Math.max(m,Math.min(h,t[0]));return{ref:e,world:[g,i[1]],isBus:!0}}const a=i[1]-l/2,d=i[1]+l/2,u=Math.max(a,Math.min(d,t[1]));return{ref:e,world:[i[0],u],isBus:!0}}const o=n.terminals.get(e);return o?{ref:e,world:o.world,isBus:!1}:null}const wo=3;let ie=null,$e=null,Se=null,le=null;const R$={id:"select",cursor:"default",onPointerDown(e,t){var h,g,f,p,x,v,b;if(e.button!==0||e.target instanceof Element&&e.target.closest(".ole-bus-handle, .ole-wire-handle"))return;const n=y.getState(),o=Rt(e.target);if(o){e.preventDefault(),e.stopPropagation();const k=(h=n.diagram.annotations)==null?void 0:h.find($=>$.id===o);if(!k)return;n.setSelectedAnnotation(o),le={pointerId:e.pointerId,id:o,startSvg:t.viewport.screenToSvg(e.clientX,e.clientY),origin:[k.at[0],k.at[1]],moved:!1};return}const s=(e.target instanceof Element?(g=e.target.closest("[data-terminal-id]"))==null?void 0:g.getAttribute("data-terminal-id"):null)?qe(e.target):null;if(s){const k=s.indexOf("."),$=k>0?s.slice(0,k):"";if($&&n.selection.includes($)){e.preventDefault(),e.stopPropagation(),e.target instanceof Element&&((p=(f=e.target).hasPointerCapture)!=null&&p.call(f,e.pointerId))&&e.target.releasePointerCapture(e.pointerId),t.hostEl.classList.add("tool-wire"),n.setWireFromTerminal(s),n.setCursorSvg(t.viewport.screenToSvg(e.clientX,e.clientY)),Se={pointerId:e.pointerId,fromRef:s};return}}let i=nt(e.target);if(!i){const k=xo(e.target);if(k&&typeof document<"u"){const $=document.elementsFromPoint(e.clientX,e.clientY);for(const M of $){const B=(v=(x=M.closest)==null?void 0:x.call(M,"[data-bus-id]"))==null?void 0:v.getAttribute("data-bus-id");if(!B)continue;const te=(b=n.diagram.wires)==null?void 0:b.find(J=>J.id===k);te&&(te.ends[0]===B||te.ends[1]===B)&&(i=B);break}}}if(!i){const k=xo(e.target);if(k){if(e.preventDefault(),e.altKey){const $=Yt(e.target);if($){n.setSelectedNode($);return}}n.setSelectedWire(k);return}e.shiftKey||n.clearSelection(),$e={pointerId:e.pointerId,startSvg:t.viewport.screenToSvg(e.clientX,e.clientY),shiftKey:e.shiftKey,baseSelection:e.shiftKey?n.selection.slice():[]},t.hostEl.setPointerCapture(e.pointerId),e.preventDefault();return}const l=n.selection;e.shiftKey?n.toggleInSelection(i):l.includes(i)||n.setSelection([i]);const a=e.shiftKey?y.getState().selection:l.includes(i)?l:[i];if(a.length===0)return;const d=y.getState().internal,u=new Map,m=new Map;for(const k of a){const $=d.buses.get(k);if($){m.set(k,[$.geometry.at[0],$.geometry.at[1]]);continue}const M=d.layout.get(k);M&&u.set(k,{...M})}u.size===0&&m.size===0||(ie={pointerId:e.pointerId,startSvg:t.viewport.screenToSvg(e.clientX,e.clientY),originals:u,busOriginals:m,moved:!1},e.preventDefault())},onPointerMove(e,t){if(le&&e.pointerId===le.pointerId){const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=ne(n[0]-le.startSvg[0]),r=ne(n[1]-le.startSvg[1]);!le.moved&&(o!==0||r!==0)&&(le.moved=!0,t.hostEl.hasPointerCapture(e.pointerId)||t.hostEl.setPointerCapture(e.pointerId));const s=t.hostEl.querySelector(`[data-annotation-id="${He(le.id)}"]`);s&&s.setAttribute("transform",`translate(${o} ${r})`);return}if(Se&&e.pointerId===Se.pointerId){const n=t.viewport.screenToSvg(e.clientX,e.clientY);y.getState().setCursorSvg(n);const o=typeof document<"u"?document.elementFromPoint(e.clientX,e.clientY):null,r=o?qe(o):null;if(!r||r===Se.fromRef){Ie(null);return}Ie(Sb(r,n));return}if(ie&&e.pointerId===ie.pointerId){const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=ne(n[0]-ie.startSvg[0]),r=ne(n[1]-ie.startSvg[1]);!ie.moved&&(o!==0||r!==0)&&(ie.moved=!0,t.hostEl.hasPointerCapture(e.pointerId)||t.hostEl.setPointerCapture(e.pointerId));for(const[s,i]of ie.originals){const l=t.hostEl.querySelector(`[data-element-id="${He(s)}"]`);if(!l)continue;const a={...i,at:[i.at[0]+o,i.at[1]+r]};l.setAttribute("transform",Ge(a))}for(const s of ie.busOriginals.keys()){const i=t.hostEl.querySelector(`[data-element-id="${He(s)}"]`);i&&i.setAttribute("transform",`translate(${o} ${r})`)}return}if($e&&e.pointerId===$e.pointerId){const n=t.viewport.screenToSvg(e.clientX,e.clientY);Tt(vo($e.startSvg,n));return}},onPointerUp(e,t){if(le&&e.pointerId===le.pointerId){t.hostEl.hasPointerCapture(e.pointerId)&&t.hostEl.releasePointerCapture(e.pointerId);const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=ne(n[0]-le.startSvg[0]),r=ne(n[1]-le.startSvg[1]),s=t.hostEl.querySelector(`[data-annotation-id="${He(le.id)}"]`);s&&s.removeAttribute("transform"),le.moved&&(o!==0||r!==0)&&y.getState().updateAnnotation(le.id,{at:[le.origin[0]+o,le.origin[1]+r]}),le=null;return}if(Se&&e.pointerId===Se.pointerId){const n=y.getState(),o=Se.fromRef;Se=null,t.hostEl.classList.remove("tool-wire"),n.setWireFromTerminal(null),n.setCursorSvg(null),Ie(null);const r=qe(e.target);r&&r!==o&&n.addWire(o,r);return}if(ie&&e.pointerId===ie.pointerId){if(t.hostEl.hasPointerCapture(e.pointerId)&&t.hostEl.releasePointerCapture(e.pointerId),ie.moved){const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=ne(n[0]-ie.startSvg[0]),r=ne(n[1]-ie.startSvg[1]);if(o!==0||r!==0){const s=new Map;for(const i of ie.originals.keys())s.set(i,[o,r]);for(const i of ie.busOriginals.keys())s.set(i,[o,r]);y.getState().moveElements(s)}for(const s of ie.busOriginals.keys()){const i=t.hostEl.querySelector(`[data-element-id="${He(s)}"]`);i&&i.removeAttribute("transform")}}ie=null;return}if($e&&e.pointerId===$e.pointerId){t.hostEl.hasPointerCapture(e.pointerId)&&t.hostEl.releasePointerCapture(e.pointerId);const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=vo($e.startSvg,n);if(o.w>=wo||o.h>=wo){const r=D$(o);if($e.shiftKey){const s=new Set($e.baseSelection);for(const i of r)s.has(i)?s.delete(i):s.add(i);y.getState().setSelection([...s])}else y.getState().setSelection(r)}Tt(null),$e=null}},onPointerCancel(e,t){var n,o,r,s,i,l;if(le&&e.pointerId===le.pointerId){const a=t.hostEl.querySelector(`[data-annotation-id="${He(le.id)}"]`);if(a&&a.removeAttribute("transform"),(o=(n=t.hostEl).hasPointerCapture)!=null&&o.call(n,e.pointerId))try{t.hostEl.releasePointerCapture(e.pointerId)}catch{}le=null}if(ie&&e.pointerId===ie.pointerId){for(const[a,d]of ie.originals){const u=t.hostEl.querySelector(`[data-element-id="${He(a)}"]`);u&&u.setAttribute("transform",Ge(d))}for(const a of ie.busOriginals.keys()){const d=t.hostEl.querySelector(`[data-element-id="${He(a)}"]`);d&&d.removeAttribute("transform")}if((s=(r=t.hostEl).hasPointerCapture)!=null&&s.call(r,e.pointerId))try{t.hostEl.releasePointerCapture(e.pointerId)}catch{}ie=null}if(Se&&e.pointerId===Se.pointerId){t.hostEl.classList.remove("tool-wire");const a=y.getState();a.setWireFromTerminal(null),a.setCursorSvg(null),Ie(null),Se=null}if($e&&e.pointerId===$e.pointerId){if((l=(i=t.hostEl).hasPointerCapture)!=null&&l.call(i,e.pointerId))try{t.hostEl.releasePointerCapture(e.pointerId)}catch{}Tt(null),$e=null}},onDoubleClick(e){const t=y.getState(),n=Rt(e.target);if(n){e.preventDefault(),e.stopPropagation(),t.setEditingAnnotation(n);return}const o=nt(e.target);o&&(e.preventDefault(),e.stopPropagation(),t.setEditingElement(o))},onDeactivate(e){if(ie=null,$e=null,le=null,Se){e.hostEl.classList.remove("tool-wire");const t=y.getState();t.setWireFromTerminal(null),t.setCursorSvg(null),Ie(null),Se=null}Tt(null)}};function vo(e,t){const n=Math.min(e[0],t[0]),o=Math.min(e[1],t[1]),r=Math.abs(t[0]-e[0]),s=Math.abs(t[1]-e[1]);return{x:n,y:o,w:r,h:s}}function D$(e){const{internal:t}=y.getState(),n=[];for(const o of t.elements.values()){if(!o.libraryDef)continue;const r=t.layout.get(o.element.id);if(!r)continue;const s=H$(o.libraryDef.viewBox);if(!s)continue;const i=[[s.x,s.y],[s.x+s.w,s.y],[s.x,s.y+s.h],[s.x+s.w,s.y+s.h]].map(([m,h])=>F$([m,h],r));let l=1/0,a=-1/0,d=1/0,u=-1/0;for(const[m,h]of i)m<l&&(l=m),m>a&&(a=m),h<d&&(d=h),h>u&&(u=h);a>=e.x&&l<=e.x+e.w&&u>=e.y&&d<=e.y+e.h&&n.push(o.element.id)}for(const{bus:o,geometry:r}of t.buses.values()){const{axis:s,at:i,span:l}=r,a=l/2,d=s==="x"?i[0]-a:i[0],u=s==="x"?i[0]+a:i[0],m=s==="x"?i[1]:i[1]-a,h=s==="x"?i[1]:i[1]+a;u>=e.x&&d<=e.x+e.w&&h>=e.y&&m<=e.y+e.h&&n.push(o.id)}return n}function F$(e,t){let[n,o]=e;switch(t.mirror&&(n=-n),t.rot){case 0:break;case 90:[n,o]=[-o,n];break;case 180:[n,o]=[-n,-o];break;case 270:[n,o]=[o,-n];break}return[n+t.at[0],o+t.at[1]]}function H$(e){const t=e.trim().split(/\s+/).map(Number);return t.length!==4||t.some(n=>Number.isNaN(n))?null:{x:t[0],y:t[1],w:t[2],h:t[3]}}function He(e){return e.replace(/(["\\])/g,"\\$1")}const W$=4;let V=null;const q$={id:"pan",cursor:"grab",onPointerDown(e,t){if(e.button!==0)return;const n=t.viewport.getViewport(),o=nt(e.target);let r=null;if(o){const s=y.getState();s.selection.includes(o)||s.setSelection([o]);const i=y.getState().selection,l=y.getState().internal,a=new Map,d=new Map;for(const u of i){const m=l.buses.get(u);if(m){d.set(u,[m.geometry.at[0],m.geometry.at[1]]);continue}const h=l.layout.get(u);h&&a.set(u,{...h})}(a.size>0||d.size>0)&&(r={startSvg:t.viewport.screenToSvg(e.clientX,e.clientY),originals:a,busOriginals:d})}V={pointerId:e.pointerId,startX:e.clientX,startY:e.clientY,startTx:n.tx,startTy:n.ty,startTarget:e.target,moved:!1,elementDrag:r},t.hostEl.style.cursor="grabbing",e.preventDefault()},onPointerMove(e,t){if(!V||e.pointerId!==V.pointerId)return;const n=e.clientX-V.startX,o=e.clientY-V.startY;if(!V.moved&&Math.hypot(n,o)>W$){V.moved=!0;try{t.hostEl.setPointerCapture(e.pointerId)}catch{}}if(V.moved){if(V.elementDrag){const r=t.viewport.screenToSvg(e.clientX,e.clientY),s=ne(r[0]-V.elementDrag.startSvg[0]),i=ne(r[1]-V.elementDrag.startSvg[1]);for(const[l,a]of V.elementDrag.originals){const d=t.hostEl.querySelector(`[data-element-id="${mt(l)}"]`);if(!d)continue;const u={...a,at:[a.at[0]+s,a.at[1]+i]};d.setAttribute("transform",Ge(u))}for(const l of V.elementDrag.busOriginals.keys()){const a=t.hostEl.querySelector(`[data-element-id="${mt(l)}"]`);a&&a.setAttribute("transform",`translate(${s} ${i})`)}return}t.viewport.setViewport({tx:V.startTx+n,ty:V.startTy+o})}},onPointerUp(e,t){if(!(!V||e.pointerId!==V.pointerId)){if(t.hostEl.hasPointerCapture(e.pointerId)&&t.hostEl.releasePointerCapture(e.pointerId),t.hostEl.style.cursor="grab",V.elementDrag&&V.moved){const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=ne(n[0]-V.elementDrag.startSvg[0]),r=ne(n[1]-V.elementDrag.startSvg[1]);if(o!==0||r!==0){const s=new Map;for(const i of V.elementDrag.originals.keys())s.set(i,[o,r]);for(const i of V.elementDrag.busOriginals.keys())s.set(i,[o,r]);y.getState().moveElements(s)}for(const s of V.elementDrag.busOriginals.keys()){const i=t.hostEl.querySelector(`[data-element-id="${mt(s)}"]`);i&&i.removeAttribute("transform")}}else V.moved||G$(V.startTarget);V=null}},onPointerCancel(e,t){if(V!=null&&V.elementDrag){for(const[n,o]of V.elementDrag.originals){const r=t.hostEl.querySelector(`[data-element-id="${mt(n)}"]`);r&&r.setAttribute("transform",Ge(o))}for(const n of V.elementDrag.busOriginals.keys()){const o=t.hostEl.querySelector(`[data-element-id="${mt(n)}"]`);o&&o.removeAttribute("transform")}}V=null},onDeactivate(){V=null}};function G$(e){if(!e)return;const t=y.getState(),n=Rt(e);if(n){t.setSelectedAnnotation(n);return}const o=nt(e);if(o){t.setSelection([o]);return}const r=Yt(e);if(r){t.setSelectedNode(r);return}t.clearSelection()}function mt(e){return e.replace(/(["\\])/g,"\\$1")}const pt={tight:1024,compact:720,dense:520,mini:380},ko={full:0,tight:1,compact:2,dense:3,mini:4};function Ae(e,t){return ko[e]>=ko[t]}function Y$(e){return e>=pt.tight?"full":e>=pt.compact?"tight":e>=pt.dense?"compact":e>=pt.mini?"dense":"mini"}const jb=S.createContext("full");function Ke(){return S.useContext(jb)}function K$(e){const[t,n]=S.useState(null);return S.useLayoutEffect(()=>{const o=e.current;if(!o)return;const r=()=>{const i=o.clientWidth;n(l=>l===i?l:i)};if(r(),typeof ResizeObserver>"u")return;const s=new ResizeObserver(r);return s.observe(o),()=>s.disconnect()},[e]),t}function Eb(){if(typeof window>"u")return!1;try{if(!window.matchMedia("(pointer: coarse)").matches)return!1}catch{return!1}return window.innerWidth<pt.dense}function An(){Eb()&&y.getState().setActiveTool("pan")}function X$(){Eb()&&y.getState().setPlaceKind(null)}const V$={id:"wire",cursor:"crosshair",onActivate(e){e.hostEl.classList.add("tool-wire")},onDeactivate(e){e.hostEl.classList.remove("tool-wire");const t=y.getState();t.setWireFromTerminal(null),t.setCursorSvg(null),Ie(null)},onPointerDown(e,t){var r,s;if(e.button!==0)return;const n=qe(e.target);if(!n)return;e.preventDefault(),e.stopPropagation(),e.target instanceof Element&&((s=(r=e.target).hasPointerCapture)!=null&&s.call(r,e.pointerId))&&e.target.releasePointerCapture(e.pointerId);const o=y.getState();o.setWireFromTerminal(n),o.setCursorSvg(t.viewport.screenToSvg(e.clientX,e.clientY))},onPointerMove(e,t){const n=y.getState().wireFromTerminal;if(!n)return;const o=t.viewport.screenToSvg(e.clientX,e.clientY);y.getState().setCursorSvg(o);const r=typeof document<"u"?document.elementFromPoint(e.clientX,e.clientY):null,s=r?qe(r):null;if(!s||s===n){Ie(null);return}Ie(Sb(s,o))},onPointerUp(e){const t=y.getState(),n=t.wireFromTerminal;if(!n)return;t.setWireFromTerminal(null),t.setCursorSvg(null),Ie(null);const o=qe(e.target);!o||o===n||(t.addWire(n,o),An())},onPointerLeave(){const e=y.getState();e.setWireFromTerminal(null),e.setCursorSvg(null),Ie(null)}},_o=10;let ft=!1;function $o(){setTimeout(()=>X$(),0)}const U$={id:"place",cursor:"copy",onActivate(e){e.hostEl.classList.add("tool-place")},onDeactivate(e){e.hostEl.classList.remove("tool-place");const t=y.getState();t.setPlaceFromTerminal(null),t.setCursorSvg(null),ft=!1},onPointerDown(e,t){var s,i;if(e.button!==0)return;const{placeKind:n}=y.getState();if(!n)return;e.preventDefault();const o=qe(e.target);if(o){e.stopPropagation(),e.target instanceof Element&&((i=(s=e.target).hasPointerCapture)!=null&&i.call(s,e.pointerId))&&e.target.releasePointerCapture(e.pointerId);const l=y.getState();l.setPlaceFromTerminal(o),l.setCursorSvg(t.viewport.screenToSvg(e.clientX,e.clientY));return}const r=t.viewport.screenToSvg(e.clientX,e.clientY);yb(n,r),ft=!0},onPointerMove(e,t){const n=t.viewport.screenToSvg(e.clientX,e.clientY);y.getState().setCursorSvg([So(n[0]),So(n[1])])},onPointerUp(e,t){const n=y.getState(),o=n.placeFromTerminal;if(o){n.setPlaceFromTerminal(null);const{placeKind:r}=n;if(!r)return;const s=t.viewport.screenToSvg(e.clientX,e.clientY);t$(r,o,s),$o();return}ft&&(ft=!1,$o())},onPointerLeave(){const e=y.getState();e.setPlaceFromTerminal(null),e.setCursorSvg(null)},onPointerCancel(){const e=y.getState();e.setPlaceFromTerminal(null),e.setCursorSvg(null),ft=!1}};function So(e){return Math.round(e/_o)*_o}const jo=10,Eo=20;function Qe(e){return Math.round(e/jo)*jo}const Z$={id:"busbar",cursor:"crosshair",onPointerDown(e,t){if(e.button!==0)return;e.preventDefault();const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=[Qe(n[0]),Qe(n[1])];y.getState().setBusbarDrawStart(o),y.getState().setCursorSvg(o)},onPointerMove(e,t){const n=t.viewport.screenToSvg(e.clientX,e.clientY);y.getState().setCursorSvg([Qe(n[0]),Qe(n[1])])},onPointerUp(e,t){const n=y.getState().busbarDrawStart;if(y.getState().setBusbarDrawStart(null),!n)return;const o=t.viewport.screenToSvg(e.clientX,e.clientY),r=Qe(o[0]),s=Qe(o[1]),i=r-n[0],l=s-n[1],a=Math.abs(i)>=Math.abs(l);let d,u,m;if(a){if(u=Math.abs(i),u<Eo)return;d=0,m=[(n[0]+r)/2,n[1]]}else{if(u=Math.abs(l),u<Eo)return;d=90,m=[n[0],(n[1]+s)/2]}y.getState().addBus(m,u,d),An()},onPointerLeave(){const e=y.getState();e.setBusbarDrawStart(null),e.setCursorSvg(null)},onPointerCancel(){const e=y.getState();e.setBusbarDrawStart(null),e.setCursorSvg(null)},onDeactivate(){const e=y.getState();e.setBusbarDrawStart(null),e.setCursorSvg(null)}},Q$={id:"text",cursor:"text",onPointerDown(e,t){if(e.button!==0)return;const n=y.getState(),o=Rt(e.target);if(o){e.preventDefault(),e.stopPropagation(),n.setActiveTool("select"),n.setSelectedAnnotation(o);return}e.preventDefault();const r=t.viewport.screenToSvg(e.clientX,e.clientY),s=n.addAnnotation([r[0],r[1]],"");n.setEditingAnnotation(s),An()}},J$={select:R$,pan:q$,wire:V$,place:U$,busbar:Z$,text:Q$};function eS(e,t){const n=y(o=>o.activeTool);S.useEffect(()=>{var h;const o=e.current;if(!o)return;const r=J$[n],s={viewport:t,hostEl:o};(h=r.onActivate)==null||h.call(r,s),r.cursor&&(o.style.cursor=r.cursor);const i=g=>{var f;return(f=r.onPointerDown)==null?void 0:f.call(r,g,s)},l=g=>{var f;return(f=r.onPointerMove)==null?void 0:f.call(r,g,s)},a=g=>{var f;return(f=r.onPointerUp)==null?void 0:f.call(r,g,s)},d=g=>{var f;return r.onPointerCancel?r.onPointerCancel(g,s):(f=r.onPointerUp)==null?void 0:f.call(r,g,s)},u=g=>{var f;return(f=r.onPointerLeave)==null?void 0:f.call(r,g,s)},m=g=>{var f;return(f=r.onDoubleClick)==null?void 0:f.call(r,g,s)};return o.addEventListener("pointerdown",i),o.addEventListener("pointermove",l),o.addEventListener("pointerup",a),o.addEventListener("pointercancel",d),o.addEventListener("pointerleave",u),o.addEventListener("dblclick",m),()=>{var g;o.removeEventListener("pointerdown",i),o.removeEventListener("pointermove",l),o.removeEventListener("pointerup",a),o.removeEventListener("pointercancel",d),o.removeEventListener("pointerleave",u),o.removeEventListener("dblclick",m),(g=r.onDeactivate)==null||g.call(r,s),o.style.cursor=""}},[n,e,t])}let kn=1;const _n=new Set;function tS(e){if(e!==kn){kn=e;for(const t of _n)t(e)}}function nS(){return kn}function oS(e){return _n.add(e),()=>{_n.delete(e)}}const on=.1,rn=8,rS=1.0015,sS=1.02;function iS(e,t,n={tx:0,ty:0,scale:1}){const o=S.useRef({...n}),r=S.useRef(new Set),s=()=>{const i=t.current,l=e.current;if(i&&i.setAttribute("transform",`translate(${o.current.tx} ${o.current.ty}) scale(${o.current.scale})`),l&&l.style.setProperty("--canvas-scale",String(o.current.scale)),tS(o.current.scale),r.current.size>0){const a={...o.current};for(const d of r.current)d(a)}};return S.useEffect(()=>{const i=e.current;if(!i)return;let l=!1,a=-1,d=0,u=0,m=0,h=0,g=!1;const f=new Map;let p=null,x=!1;const v=()=>{if(f.size<2){p=null;return}const N=[...f.values()],I=N[1].x-N[0].x,se=N[1].y-N[0].y,oe=Math.hypot(I,se)||1,de=i.getBoundingClientRect();p={startDist:oe,startScale:o.current.scale,startTx:o.current.tx,startTy:o.current.ty,startMidX:(N[0].x+N[1].x)/2-de.left,startMidY:(N[0].y+N[1].y)/2-de.top}},b=N=>{if(N.pointerType==="touch"){if(f.set(N.pointerId,{x:N.clientX,y:N.clientY}),f.size>=2&&!x){x=!0;for(const I of f.keys())I!==N.pointerId&&_b(i,I);v()}if(x){N.stopPropagation(),N.preventDefault();try{i.setPointerCapture(N.pointerId)}catch{}}}},k=N=>{if(N.pointerType!=="touch"||!f.has(N.pointerId)||(f.set(N.pointerId,{x:N.clientX,y:N.clientY}),!x||!p))return;N.stopPropagation();const I=[...f.values()];if(I.length<2)return;const se=I[1].x-I[0].x,oe=I[1].y-I[0].y,de=Math.hypot(se,oe)||1,X=i.getBoundingClientRect(),ue=(I[0].x+I[1].x)/2-X.left,ae=(I[0].y+I[1].y)/2-X.top,he=de/p.startDist,ke=sn(p.startScale*he,on,rn),xe=ke/p.startScale;o.current.tx=p.startMidX-(p.startMidX-p.startTx)*xe+(ue-p.startMidX),o.current.ty=p.startMidY-(p.startMidY-p.startTy)*xe+(ae-p.startMidY),o.current.scale=ke,s()},$=N=>{var I;if(N.pointerType==="touch"&&f.has(N.pointerId)&&(f.delete(N.pointerId),x)){if(N.stopPropagation(),(I=i.hasPointerCapture)!=null&&I.call(i,N.pointerId))try{i.releasePointerCapture(N.pointerId)}catch{}f.size>=2?v():p=null,f.size===0&&(x=!1)}},M=N=>{N.preventDefault();const I=i.getBoundingClientRect(),se=N.clientX-I.left,oe=N.clientY-I.top,de=N.ctrlKey||N.metaKey;if(N.deltaX===0||de){const ae=Math.pow(de?sS:rS,-N.deltaY),he=sn(o.current.scale*ae,on,rn),ke=he/o.current.scale;o.current.tx=se-(se-o.current.tx)*ke,o.current.ty=oe-(oe-o.current.ty)*ke,o.current.scale=he}else o.current.tx-=N.deltaX,o.current.ty-=N.deltaY;s()},B=N=>{const I=N.button===1,se=g&&N.button===0;!I&&!se||(N.preventDefault(),l=!0,a=N.pointerId,d=N.clientX,u=N.clientY,m=o.current.tx,h=o.current.ty,i.setPointerCapture(N.pointerId),i.style.cursor="grabbing")},te=N=>{!l||N.pointerId!==a||(o.current.tx=m+(N.clientX-d),o.current.ty=h+(N.clientY-u),s())},J=N=>{l&&N.pointerId===a&&(l=!1,i.releasePointerCapture(N.pointerId),i.style.cursor=g?"grab":"")},ve=N=>{if(N.code==="Space"&&!g){const I=N.target;if(I&&(I.tagName==="INPUT"||I.tagName==="TEXTAREA"||I.isContentEditable))return;g=!0,i.style.cursor="grab",N.preventDefault()}},fe=N=>{N.code==="Space"&&(g=!1,l||(i.style.cursor=""))};return i.addEventListener("wheel",M,{passive:!1}),i.addEventListener("pointerdown",B),i.addEventListener("pointermove",te),i.addEventListener("pointerup",J),i.addEventListener("pointercancel",J),i.addEventListener("pointerdown",b,{capture:!0}),i.addEventListener("pointermove",k,{capture:!0}),i.addEventListener("pointerup",$,{capture:!0}),i.addEventListener("pointercancel",$,{capture:!0}),window.addEventListener("keydown",ve),window.addEventListener("keyup",fe),s(),()=>{i.removeEventListener("wheel",M),i.removeEventListener("pointerdown",B),i.removeEventListener("pointermove",te),i.removeEventListener("pointerup",J),i.removeEventListener("pointercancel",J),i.removeEventListener("pointerdown",b,{capture:!0}),i.removeEventListener("pointermove",k,{capture:!0}),i.removeEventListener("pointerup",$,{capture:!0}),i.removeEventListener("pointercancel",$,{capture:!0}),window.removeEventListener("keydown",ve),window.removeEventListener("keyup",fe)}},[]),{screenToSvg(i,l){const a=e.current;if(!a)return[i,l];const d=a.getBoundingClientRect(),u=(i-d.left-o.current.tx)/o.current.scale,m=(l-d.top-o.current.ty)/o.current.scale;return[u,m]},getViewport(){return{...o.current}},setViewport(i){i.tx!==void 0&&(o.current.tx=i.tx),i.ty!==void 0&&(o.current.ty=i.ty),i.scale!==void 0&&(o.current.scale=sn(i.scale,on,rn)),s()},subscribe(i){return r.current.add(i),()=>{r.current.delete(i)}}}}function sn(e,t,n){return e<t?t:e>n?n:e}const Nb=typeof navigator<"u"&&/Mac|iP(ad|hone|od)/.test(navigator.platform),Je=Nb?"⌘":"Ctrl+",lS=Nb?"⇧":"Shift+",ln=[10,20,50,100,200,500,1e3,2e3,5e3,1e4],aS=18;function cS(e){for(const t of ln)if(t*e>=aS)return t;return ln[ln.length-1]}function dS(){const e=Z(),t=S.useRef(null),n=S.useRef(null),o=S.useRef(null),r=iS(t,n);eS(t,r),z$(t),S.useEffect(()=>(po(r),()=>po(null)),[r]),S.useEffect(()=>{const u=m=>{const h=o.current;if(!h)return;const f=cS(m.scale)*m.scale;h.setAttribute("width",String(f)),h.setAttribute("height",String(f)),h.setAttribute("patternTransform",`translate(${m.tx} ${m.ty})`)};return u(r.getViewport()),r.subscribe(u)},[r]);const s=c2(),i=S.useCallback((u,m,h)=>{const g=y.getState(),f=g.activeTool;if(f==="wire"||f==="busbar"||f==="place"){$b();return}const p=nt(h);if(p)g.selection.includes(p)||g.setSelection([p]);else{const B=Yt(h);B&&g.selectedNode!==B&&g.setSelectedNode(B)}const x=y.getState(),v=x.selection.length>0,b=x.selectedNode!=null,k=!!x.clipboard,$=x.diagram.elements.length>0,M=[{label:e("menu.undo"),shortcut:`${Je}Z`,icon:Nn,onSelect:()=>y.getState().undo(),disabled:x.past.length===0},{label:e("menu.redo"),shortcut:`${Je}${lS}Z`,icon:En,onSelect:()=>y.getState().redo(),disabled:x.future.length===0},{type:"separator"},{label:e("menu.cut"),shortcut:`${Je}X`,icon:or,onSelect:()=>y.getState().cutSelection(),disabled:!v},{label:e("menu.copy"),shortcut:`${Je}C`,icon:Jo,onSelect:()=>y.getState().copySelection(),disabled:!v},{label:e("menu.paste"),shortcut:`${Je}V`,icon:Qo,onSelect:()=>y.getState().pasteClipboard(),disabled:!k},{type:"separator"},{label:e("menu.rotate"),shortcut:"R",icon:nr,onSelect:()=>y.getState().rotateSelection(90),disabled:!v},{label:e("menu.mirror"),shortcut:"M",icon:er,onSelect:()=>y.getState().mirrorSelection(),disabled:!v},{type:"separator"},{label:e("menu.selectAll"),shortcut:`${Je}A`,icon:Mw,onSelect:()=>{const B=y.getState();B.setSelection(B.diagram.elements.map(te=>te.id))},disabled:!$},{type:"separator"},{label:e(b&&!v?"menu.disconnect":"menu.delete"),shortcut:"Del",icon:sr,destructive:!0,onSelect:()=>b&&!v?y.getState().deleteSelectedNode():y.getState().deleteSelection(),disabled:!v&&!b}];s.open(u,m,M)},[s,e]);S.useEffect(()=>{const u=t.current;if(!u)return;const m=700,h=4;let g,f=null;const p=()=>{g!==void 0&&window.clearTimeout(g),g=void 0,f=null},x=k=>{k.pointerType==="touch"&&(p(),f={pointerId:k.pointerId,x:k.clientX,y:k.clientY,target:k.target},g=window.setTimeout(()=>{const $=f;f=null,g=void 0,$&&(_b(u,$.pointerId),i($.x,$.y,$.target))},m))},v=k=>{if(!f||k.pointerId!==f.pointerId)return;const $=k.clientX-f.x,M=k.clientY-f.y;Math.hypot($,M)>h&&p()},b=k=>{!f||k.pointerId!==f.pointerId||p()};return u.addEventListener("pointerdown",x),u.addEventListener("pointermove",v),u.addEventListener("pointerup",b),u.addEventListener("pointercancel",b),()=>{p(),u.removeEventListener("pointerdown",x),u.removeEventListener("pointermove",v),u.removeEventListener("pointerup",b),u.removeEventListener("pointercancel",b)}},[i]);const l=u=>{u.dataTransfer.types.includes("application/x-oneline-kind")&&(u.preventDefault(),u.dataTransfer.dropEffect="copy")},a=u=>{const m=u.dataTransfer.getData("application/x-oneline-kind");if(!m)return;u.preventDefault();const h=r.screenToSvg(u.clientX,u.clientY);yb(m,h)},d=u=>{u.preventDefault(),i(u.clientX,u.clientY,u.target)};return c.jsx("div",{ref:t,className:"ole-canvas-root absolute inset-0 overflow-hidden",onDragOver:l,onDrop:a,onContextMenu:d,children:c.jsxs("svg",{className:"ole-canvas-svg block h-full w-full",xmlns:"http://www.w3.org/2000/svg",children:[c.jsx("defs",{children:c.jsx("pattern",{ref:o,id:"ole-grid-dots",width:20,height:20,patternUnits:"userSpaceOnUse",children:c.jsx("circle",{cx:0,cy:0,r:2,fill:"var(--canvas-grid-strong)"})})}),c.jsx("rect",{width:"100%",height:"100%",fill:"url(#ole-grid-dots)"}),c.jsxs("g",{ref:n,className:"ole-viewport",children:[c.jsx(h$,{}),c.jsx(j$,{}),c.jsx(x$,{}),c.jsx(o$,{}),c.jsx(s$,{}),c.jsx(_$,{}),c.jsx(c$,{}),c.jsx(d$,{}),c.jsx(S$,{}),c.jsx(T$,{}),c.jsx(p$,{}),c.jsx(k$,{}),c.jsx(v$,{})]})]})})}const No=60,uS=.1,mS=8,fS=8;function hS(e,t,n){return e<t?t:e>n?n:e}function pS(){return document.querySelector(".ole-canvas-root")}function Cn(){const e=Ue(),t=pS();if(!e||!t)return!1;const n=t.getBoundingClientRect();if(n.width===0||n.height===0)return!1;const o=t.querySelectorAll("[data-element-id]");if(o.length===0)return e.setViewport({tx:n.width/2,ty:n.height/2,scale:1}),!0;let r=1/0,s=1/0,i=-1/0,l=-1/0;for(const v of o){const b=v.getBoundingClientRect();b.width===0&&b.height===0||(b.left<r&&(r=b.left),b.top<s&&(s=b.top),b.right>i&&(i=b.right),b.bottom>l&&(l=b.bottom))}if(r===1/0)return!1;const[a,d]=e.screenToSvg(r,s),[u,m]=e.screenToSvg(i,l),h=Math.max(u-a,1),g=Math.max(m-d,1),f=hS(Math.min((n.width-No*2)/h,(n.height-No*2)/g),uS,mS),p=(a+u)/2,x=(d+m)/2;return e.setViewport({tx:n.width/2-f*p,ty:n.height/2-f*x,scale:f}),!0}function In(){let e=fS;const t=()=>{Cn()||--e>0&&requestAnimationFrame(t)};requestAnimationFrame(t)}const To=10,gS=100;function yS(){return typeof window>"u"||!window.matchMedia?!1:window.matchMedia("(hover: none), (pointer: coarse)").matches}function xS(){const[e,t]=S.useState(O$()),[n,o]=S.useState(!1),[r,s]=S.useState(null),i=S.useRef(null),l=S.useRef(void 0),[a]=S.useState(yS);S.useEffect(()=>P$(f=>t(f)),[]),S.useEffect(()=>{if(window.clearTimeout(l.current),o(!1),s(null),!!e)return l.current=window.setTimeout(()=>o(!0),gS),()=>window.clearTimeout(l.current)},[e]);const d=y(f=>e?f.diagram.elements.find(p=>p.id===e)??null:null);if(S.useLayoutEffect(()=>{if(!n||!e)return;let f=0,p=-1,x=-1;const v=()=>{const b=document.querySelector(`[data-element-id="${bS(e)}"]`),k=i.current;if(b&&k){const $=b.getBoundingClientRect();let M=$.bottom+To;M+k.offsetHeight>window.innerHeight-4&&(M=$.top-k.offsetHeight-To);let B=$.left+$.width/2-k.offsetWidth/2;B=Math.max(4,Math.min(B,window.innerWidth-k.offsetWidth-4)),(M!==p||B!==x)&&(s({top:M,left:B}),p=M,x=B)}f=requestAnimationFrame(v)};return f=requestAnimationFrame(v),()=>cancelAnimationFrame(f)},[n,e]),a||!n||!e||!d)return null;const u=Ye[d.kind],m=d.name??d.id,h=(u==null?void 0:u.name)??d.kind,g=d.name&&d.name!==d.id;return typeof document>"u"?null:Vo.createPortal(c.jsxs("div",{ref:i,role:"tooltip",className:"ole-root ole-glass pointer-events-none fixed z-[100] flex items-center gap-1.5 rounded-md border border-border px-2 py-1 text-[11px] leading-snug shadow-md",style:{top:(r==null?void 0:r.top)??-9999,left:(r==null?void 0:r.left)??-9999,opacity:r?1:0,transition:"opacity 80ms ease-out"},children:[c.jsx("span",{className:"font-medium text-foreground",children:m}),g&&c.jsx("span",{className:"font-mono text-[10px] text-muted-foreground",children:d.id}),c.jsx("span",{className:"text-muted-foreground/80",children:"·"}),c.jsx("span",{className:"text-muted-foreground",children:h})]}),document.body)}function bS(e){return e.replace(/(["\\])/g,"\\$1")}function wS({width:e,children:t}){const n=e==null?"full":Y$(e);return c.jsx(jb.Provider,{value:n,children:t})}function Mo(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function vS(...e){return t=>{let n=!1;const o=e.map(r=>{const s=Mo(r,t);return!n&&typeof s=="function"&&(n=!0),s});if(n)return()=>{for(let r=0;r<o.length;r++){const s=o[r];typeof s=="function"?s():Mo(e[r],null)}}}}var kS=Symbol.for("react.lazy"),Dt=ye[" use ".trim().toString()];function _S(e){return typeof e=="object"&&e!==null&&"then"in e}function Tb(e){return e!=null&&typeof e=="object"&&"$$typeof"in e&&e.$$typeof===kS&&"_payload"in e&&_S(e._payload)}function $S(e){const t=jS(e),n=ye.forwardRef((o,r)=>{let{children:s,...i}=o;Tb(s)&&typeof Dt=="function"&&(s=Dt(s._payload));const l=ye.Children.toArray(s),a=l.find(NS);if(a){const d=a.props.children,u=l.map(m=>m===a?ye.Children.count(d)>1?ye.Children.only(null):ye.isValidElement(d)?d.props.children:null:m);return c.jsx(t,{...i,ref:r,children:ye.isValidElement(d)?ye.cloneElement(d,void 0,u):null})}return c.jsx(t,{...i,ref:r,children:s})});return n.displayName=`${e}.Slot`,n}var SS=$S("Slot");function jS(e){const t=ye.forwardRef((n,o)=>{let{children:r,...s}=n;if(Tb(r)&&typeof Dt=="function"&&(r=Dt(r._payload)),ye.isValidElement(r)){const i=MS(r),l=TS(s,r.props);return r.type!==ye.Fragment&&(l.ref=o?vS(o,i):i),ye.cloneElement(r,l)}return ye.Children.count(r)>1?ye.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var ES=Symbol("radix.slottable");function NS(e){return ye.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===ES}function TS(e,t){const n={...t};for(const o in t){const r=e[o],s=t[o];/^on[A-Z]/.test(o)?r&&s?n[o]=(...l)=>{const a=s(...l);return r(...l),a}:r&&(n[o]=r):o==="style"?n[o]={...r,...s}:o==="className"&&(n[o]=[r,s].filter(Boolean).join(" "))}return{...e,...n}}function MS(e){var o,r;let t=(o=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:o.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=(r=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:r.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}const Ao=e=>typeof e=="boolean"?`${e}`:e===0?"0":e,Co=ar,AS=(e,t)=>n=>{var o;if((t==null?void 0:t.variants)==null)return Co(e,n==null?void 0:n.class,n==null?void 0:n.className);const{variants:r,defaultVariants:s}=t,i=Object.keys(r).map(d=>{const u=n==null?void 0:n[d],m=s==null?void 0:s[d];if(u===null)return null;const h=Ao(u)||Ao(m);return r[d][h]}),l=n&&Object.entries(n).reduce((d,u)=>{let[m,h]=u;return h===void 0||(d[m]=h),d},{}),a=t==null||(o=t.compoundVariants)===null||o===void 0?void 0:o.reduce((d,u)=>{let{class:m,className:h,...g}=u;return Object.entries(g).every(f=>{let[p,x]=f;return Array.isArray(x)?x.includes({...s,...l}[p]):{...s,...l}[p]===x})?[...d,m,h]:d},[]);return Co(e,i,a,n==null?void 0:n.class,n==null?void 0:n.className)},CS=AS("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",{variants:{variant:{default:"bg-primary text-primary-foreground shadow hover:bg-primary/90",destructive:"bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",outline:"border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground",secondary:"bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2",sm:"h-8 rounded-md px-3 text-xs",lg:"h-10 rounded-md px-8",icon:"h-9 w-9"}},defaultVariants:{variant:"default",size:"default"}}),Ee=ye.forwardRef(({className:e,variant:t,size:n,asChild:o=!1,...r},s)=>{const i=o?SS:"button";return c.jsx(i,{className:we(CS({variant:t,size:n,className:e})),ref:s,...r})});Ee.displayName="Button";const IS=350;function Ne({content:e,children:t,disabled:n,delayMs:o=IS}){const r=S.useRef(null),s=S.useRef(null),[i,l]=S.useState(!1),[a,d]=S.useState(null),u=S.useId(),m=S.useRef(void 0),h=()=>{n||(window.clearTimeout(m.current),m.current=window.setTimeout(()=>l(!0),o))},g=()=>{window.clearTimeout(m.current),l(!1)};S.useLayoutEffect(()=>{if(!i||!r.current||!s.current)return;const v=r.current.getBoundingClientRect(),b=s.current.getBoundingClientRect(),k=8;let $="top",M=v.top-b.height-k;M<4&&($="bottom",M=v.bottom+k);let B=v.left+v.width/2-b.width/2;B=Math.max(4,Math.min(B,window.innerWidth-b.width-4)),d({top:M,left:B,side:$})},[i,e]),S.useEffect(()=>()=>window.clearTimeout(m.current),[]),S.useEffect(()=>{if(!i)return;const v=k=>{k.key==="Escape"&&l(!1)},b=()=>l(!1);return window.addEventListener("keydown",v),window.addEventListener("scroll",b,!0),window.addEventListener("resize",b),()=>{window.removeEventListener("keydown",v),window.removeEventListener("scroll",b,!0),window.removeEventListener("resize",b)}},[i]);const f=t,p=f.props,x=S.cloneElement(f,{ref:v=>{r.current=v;const b=f.ref;typeof b=="function"?b(v):b&&typeof b=="object"&&(b.current=v)},onPointerEnter:v=>{var b;(b=p.onPointerEnter)==null||b.call(p,v),h()},onPointerLeave:v=>{var b;(b=p.onPointerLeave)==null||b.call(p,v),g()},onFocus:v=>{var b;(b=p.onFocus)==null||b.call(p,v),h()},onBlur:v=>{var b;(b=p.onBlur)==null||b.call(p,v),g()},"aria-describedby":i?u:p["aria-describedby"]});return c.jsxs(c.Fragment,{children:[x,i&&typeof document<"u"&&Vo.createPortal(c.jsx("div",{ref:s,id:u,role:"tooltip","data-side":(a==null?void 0:a.side)??"top",className:"ole-root ole-glass pointer-events-none fixed z-[100] max-w-[280px] rounded-md border border-border px-2 py-1 text-[11px] leading-snug text-foreground shadow-md",style:{top:(a==null?void 0:a.top)??-9999,left:(a==null?void 0:a.left)??-9999,opacity:a?1:0,transition:"opacity 80ms ease-out"},children:e}),document.body)]})}const Io=12,OS=56;function PS(){var v;const e=Z(),t=y(b=>b.selection),n=y(b=>b.selectedNode),o=y(b=>b.selectedWire),r=y(b=>b.activeTool),s=y(b=>b.rotateSelection),i=y(b=>b.mirrorSelection),l=y(b=>b.deleteSelection),a=y(b=>b.deleteSelectedNode),d=y(b=>b.deleteSelectedWire),u=y(b=>b.resetWirePath),m=y(b=>b.internal.wireRenders),h=o!=null&&((v=m.get(o))==null?void 0:v.userEdited)===!0,g=S.useRef(null);S.useEffect(()=>{const b=g.current;if(!b)return;const k=t.length>0,$=!k&&o!=null,M=!k&&!$&&n!=null;if(!((k||$||M)&&(r==="select"||r==="pan"))){b.style.display="none";return}b.style.display="flex";let te=0,J="";const ve=()=>{let fe=1/0,N=-1/0,I=1/0,se=-1/0,oe=!1;const de=X=>{X.width===0&&X.height===0||(X.left<fe&&(fe=X.left),X.right>N&&(N=X.right),X.top<I&&(I=X.top),X.bottom>se&&(se=X.bottom),oe=!0)};if(k)for(const X of t){const ue=document.querySelector(`[data-element-id="${CSS.escape(X)}"]`);ue&&de(ue.getBoundingClientRect())}else if($&&o){const X=document.querySelector(`polyline.ole-wire[data-wire-id="${CSS.escape(o)}"]`);X&&de(X.getBoundingClientRect())}else if(M&&n){const X=document.querySelectorAll(`polyline.ole-wire[data-node-id="${CSS.escape(n)}"]`);for(const ue of X)de(ue.getBoundingClientRect())}if(oe){const X=(fe+N)/2;let ue=I-Io,ae="-100%";ue<OS&&(ue=se+Io,ae="0%");const he=`translate3d(${X}px, ${ue}px, 0) translate(-50%, ${ae})`;he!==J&&(b.style.transform=he,J=he)}te=requestAnimationFrame(ve)};return te=requestAnimationFrame(ve),()=>cancelAnimationFrame(te)},[t,n,o,r]);const f=t.length===0&&o!=null,p=t.length===0&&!f&&n!=null,x=p||f;return c.jsxs("div",{ref:g,role:"toolbar","aria-label":e(f?"ctx.ariaWire":p?"ctx.ariaNode":"ctx.ariaElement"),className:"ole-glass pointer-events-auto fixed left-0 top-0 z-30 hidden items-center gap-0.5 rounded-2xl border border-border p-1 shadow-md",children:[f&&h&&o&&c.jsxs(c.Fragment,{children:[c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsx("div",{children:c.jsx("span",{className:"font-medium",children:e("ctx.resetWirePath")})}),c.jsx("div",{className:"text-muted-foreground",children:e("ctx.resetWirePathHint")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",className:"size-7",onClick:()=>u(o),"aria-label":e("ctx.resetWirePath"),children:c.jsx(Tw,{})})}),c.jsx("div",{"aria-hidden":!0,className:"mx-0.5 h-4 w-px bg-border"})]}),!x&&c.jsxs(c.Fragment,{children:[c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsxs("div",{children:[c.jsx("span",{className:"font-medium",children:e("ctx.rotate")}),c.jsx("span",{className:"ml-1.5 text-muted-foreground",children:"R"})]}),c.jsx("div",{className:"text-muted-foreground",children:e("ctx.rotateHint")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",className:"size-7",onClick:()=>s(90),"aria-label":e("ctx.rotate"),children:c.jsx(nr,{})})}),c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsxs("div",{children:[c.jsx("span",{className:"font-medium",children:e("ctx.mirror")}),c.jsx("span",{className:"ml-1.5 text-muted-foreground",children:"M"})]}),c.jsx("div",{className:"text-muted-foreground",children:e("ctx.mirrorHint")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",className:"size-7",onClick:()=>i(),"aria-label":e("ctx.mirrorTitle"),children:c.jsx(er,{})})}),c.jsx("div",{"aria-hidden":!0,className:"mx-0.5 h-4 w-px bg-border"})]}),c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsxs("div",{children:[c.jsx("span",{className:"font-medium",children:e("ctx.delete")}),c.jsx("span",{className:"ml-1.5 text-muted-foreground",children:"Del"})]}),c.jsx("div",{className:"text-muted-foreground",children:e(f?"ctx.deleteHintWire":p?"ctx.deleteHintNode":"ctx.deleteHintElement")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",className:"size-7 text-destructive hover:text-destructive",onClick:()=>f?d():p?a():l(),"aria-label":e("ctx.delete"),children:c.jsx(sr,{})})})]})}function On({open:e,onOpenChange:t,trigger:n,children:o}){const r=S.useRef(null);return S.useEffect(()=>{if(!e)return;const s=l=>{r.current&&!r.current.contains(l.target)&&t(!1)},i=l=>{l.key==="Escape"&&t(!1)};return window.addEventListener("mousedown",s),window.addEventListener("keydown",i),()=>{window.removeEventListener("mousedown",s),window.removeEventListener("keydown",i)}},[e,t]),c.jsxs("div",{ref:r,className:"relative",children:[n,e&&c.jsx("div",{role:"menu",className:"ole-glass absolute bottom-full right-0 mb-1.5 min-w-52 rounded-md border border-border p-1 shadow-md",children:o})]})}const Mb="ole-panel-open";function BS(){if(typeof window>"u")return{outlineOpen:!1};try{const e=window.localStorage.getItem(Mb);if(!e)return{outlineOpen:!1};const t=JSON.parse(e);return typeof t!="object"||t===null?{outlineOpen:!1}:{outlineOpen:t.outline===!0}}catch{return{outlineOpen:!1}}}function Oo(e){try{const t={outline:e.outlineOpen};window.localStorage.setItem(Mb,JSON.stringify(t))}catch{}}const kt=Ft((e,t)=>({...BS(),setOutlineOpen:n=>{e({outlineOpen:n}),Oo(t())},toggleOutline:()=>{e(n=>({outlineOpen:!n.outlineOpen})),Oo(t())}})),It=[.1,.25,.5,.75,1,1.25,1.5,2,3,4,6,8],Ab=.1,Cb=8,Ib="ole-grid";function LS(){try{const e=window.localStorage.getItem(Ib);return e==null?!0:e==="1"}catch{return!0}}function zS(e){try{window.localStorage.setItem(Ib,e?"1":"0")}catch{}}function RS(e,t,n){return e<t?t:e>n?n:e}function Ob(){return document.querySelector(".ole-canvas-root")}function Pn(e){const t=Ue(),n=Ob();if(!t||!n)return;const o=n.getBoundingClientRect(),r=o.width/2,s=o.height/2,i=t.getViewport(),l=RS(e,Ab,Cb),a=l/i.scale;t.setViewport({tx:r-(r-i.tx)*a,ty:s-(s-i.ty)*a,scale:l})}function DS(){const e=Ue();if(!e)return;const t=e.getViewport().scale,n=It.find(o=>o>t+1e-6)??Cb;Pn(n)}function FS(){const e=Ue();if(!e)return;const t=e.getViewport().scale;let n=Ab;for(let o=It.length-1;o>=0;o--)if(It[o]<t-1e-6){n=It[o];break}Pn(n)}const HS={off:"id",id:"all",all:"off"};function WS(){var o;const e=y.getState(),t=((o=e.diagram.meta)==null?void 0:o.labelMode)??"all",n=HS[t];e.dispatch(r=>{const s={...r.meta??{},labelMode:n};return{...r,meta:s}})}function Pb(){const[e,t]=S.useState(()=>LS());return S.useEffect(()=>{const n=Ob();n==null||n.classList.toggle("hide-grid",!e),zS(e)},[e]),S.useEffect(()=>{const n=o=>{if(o.metaKey||o.ctrlKey||o.altKey||o.key!=="g"&&o.key!=="G")return;const r=o.target;r&&(r.tagName==="INPUT"||r.tagName==="TEXTAREA"||r.isContentEditable)||(o.preventDefault(),t(s=>!s))};return window.addEventListener("keydown",n),()=>window.removeEventListener("keydown",n)},[]),[e,t]}function Bb(){const e=Z();return c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsx("div",{className:"font-medium",children:e("view.zoomOut")}),c.jsx("div",{className:"text-muted-foreground",children:e("view.zoomOutHint")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",onClick:FS,"aria-label":e("view.zoomOut"),children:c.jsx(jn,{})})})}function Lb(){const e=Z();return c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsx("div",{className:"font-medium",children:e("view.zoomIn")}),c.jsx("div",{className:"text-muted-foreground",children:e("view.zoomInHint")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",onClick:DS,"aria-label":e("view.zoomIn"),children:c.jsx(Ew,{})})})}function zb(){const e=Z(),[t,n]=S.useState(nS);return S.useEffect(()=>oS(n),[]),c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsx("div",{className:"font-medium",children:e("view.reset")}),c.jsx("div",{className:"text-muted-foreground",children:e("view.current",{z:Math.round(t*100)})})]}),children:c.jsxs("button",{type:"button",onClick:()=>Pn(1),className:"min-w-12 rounded-md px-2 py-1 text-center text-xs tabular-nums text-muted-foreground hover:bg-accent hover:text-accent-foreground","aria-label":e("view.reset"),children:[Math.round(t*100),"%"]})})}function Rb(){const e=Z();return c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsx("div",{className:"font-medium",children:e("view.fit")}),c.jsx("div",{className:"text-muted-foreground",children:e("view.fitHint")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",onClick:Cn,"aria-label":e("view.fit"),children:c.jsx($w,{})})})}function Db({grid:e,setGrid:t}){const n=Z();return c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsxs("div",{children:[c.jsx("span",{className:"font-medium",children:n(e?"view.gridHide":"view.gridShow")}),c.jsx("span",{className:"ml-1.5 text-muted-foreground",children:n("view.gridHotkey")})]}),c.jsx("div",{className:"text-muted-foreground",children:n(e?"view.gridHideHint":"view.gridShowHint")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",onClick:()=>t(o=>!o),"aria-label":n(e?"view.gridHideAria":"view.gridShowAria"),"aria-pressed":e,className:we(!e&&"text-muted-foreground/60"),children:c.jsx(kw,{})})})}function Fb(){const e=Z(),t=y(n=>{var o;return((o=n.diagram.meta)==null?void 0:o.labelMode)??"all"});return c.jsx(Ne,{content:c.jsxs("div",{className:"space-y-0.5",children:[c.jsx("div",{className:"font-medium",children:e(t==="off"?"view.labelOff":t==="id"?"view.labelId":"view.labelAll")}),c.jsx("div",{className:"text-muted-foreground",children:e("view.labelHint")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",onClick:WS,"aria-label":e("view.label"),"aria-pressed":t!=="off",className:we(t==="off"&&"text-muted-foreground/60"),children:c.jsx(ir,{})})})}function qS({stacked:e}={}){const t=Z(),[n,o]=S.useState(!1),[r,s]=Pb(),i=c.jsxs("div",{className:"space-y-0.5",children:[c.jsx("div",{className:"font-medium",children:t("view.menu")}),c.jsx("div",{className:"text-muted-foreground",children:t("view.menuHint")})]}),l=e?c.jsx(Ne,{content:i,children:c.jsxs("button",{type:"button",onClick:()=>o(a=>!a),"aria-label":t("view.menu"),"aria-pressed":n,className:we("flex h-12 w-12 flex-col items-center justify-center gap-0.5 rounded-md text-[10px] font-medium leading-tight transition-colors",n?"bg-primary text-primary-foreground":"text-muted-foreground hover:bg-accent hover:text-accent-foreground"),children:[c.jsx(dn,{className:"size-4"}),c.jsx("span",{className:"max-w-full truncate",children:t("view.menu")})]})}):c.jsx(Ne,{content:i,children:c.jsx(Ee,{variant:"ghost",size:"icon",onClick:()=>o(a=>!a),"aria-label":t("view.menu"),"aria-pressed":n,children:c.jsx(dn,{})})});return c.jsx(On,{open:n,onOpenChange:o,trigger:l,children:c.jsxs("div",{className:"flex flex-col gap-0.5",children:[c.jsx(zb,{}),c.jsxs("div",{className:"flex items-center gap-0.5",children:[c.jsx(Bb,{}),c.jsx(Lb,{})]}),c.jsx("div",{"aria-hidden":!0,className:"my-1 h-px bg-border"}),c.jsxs("div",{className:"flex items-center gap-0.5",children:[c.jsx(Rb,{}),c.jsx(Db,{grid:r,setGrid:s}),c.jsx(Fb,{})]})]})})}function GS(){const e=Ke();return Ae(e,"dense")?null:c.jsx(YS,{tier:e})}function YS({tier:e}){const t=Ae(e,"tight"),[n,o]=Pb();return c.jsx("div",{className:"absolute z-20",style:{bottom:"calc(0.75rem + var(--ole-bottom-inset, 0px))",right:"calc(0.75rem + env(safe-area-inset-right, 0px))"},children:c.jsxs("div",{className:"ole-glass flex items-center gap-0.5 rounded-2xl border border-border p-1.5 shadow-sm",children:[c.jsx(Bb,{}),!t&&c.jsx(zb,{}),c.jsx(Lb,{}),c.jsx("div",{"aria-hidden":!0,className:"mx-1 h-4 w-px bg-border"}),c.jsx(Rb,{}),c.jsx(Db,{grid:n,setGrid:o}),c.jsx(Fb,{})]})})}const Po=[{id:"select",labelKey:"tool.select",hotkey:"V",descriptionKey:"tool.selectHint",icon:Sw,switchTo:"select",iconOnly:!0},{id:"pan",labelKey:"tool.pan",hotkey:"H",descriptionKey:"tool.panHint",icon:_w,switchTo:"pan",groupBreakAfter:!0,iconOnly:!0},{id:"busbar",labelKey:"tool.bus",hotkey:"B",descriptionKey:"tool.busHint",icon:jn,switchTo:"busbar"},{id:"place",labelKey:"tool.place",hotkey:"P",descriptionKey:"tool.placeHint",icon:rr,switchTo:"place"},{id:"wire",labelKey:"tool.wire",hotkey:"W",descriptionKey:"tool.wireHint",icon:Zo,switchTo:"wire"},{id:"text",labelKey:"tool.text",hotkey:"T",descriptionKey:"tool.textHint",icon:ir,switchTo:"text",iconOnly:!0}];function KS(){const e=Z(),t=y(u=>u.activeTool),n=y(u=>u.placeKind),o=y(u=>u.placeFromTerminal),r=y(u=>u.wireFromTerminal),s=y(u=>u.busbarDrawStart),i=y(u=>u.selection.length>0||u.selectedNode!=null);let l=null,a=!1;switch(t){case"select":l=e(i?"mode.selectWithSel":"mode.selectEmpty"),i&&(a=!0);break;case"pan":l=e("mode.pan");break;case"wire":l=e(r?"mode.wireDragging":"mode.wireInit"),a=!0;break;case"busbar":l=e(s?"mode.busDragging":"mode.busInit"),a=!0;break;case"place":n?o?l=e("mode.placeFromTerm"):l=e("mode.placeNormal"):l=e("mode.placeNoKind"),a=!0;break;case"text":l=e("mode.text"),a=!0;break}if(!l)return null;const d=e(t==="select"?"mode.escSelect":"mode.escOther");return c.jsxs("div",{className:"ole-glass pointer-events-none flex items-center gap-2 rounded-full border border-border px-3 py-1 text-xs text-muted-foreground shadow-sm",children:[c.jsx("span",{children:l}),a&&c.jsxs("span",{className:"text-muted-foreground/70",children:["· ",d]})]})}function XS(){const e=Z(),t=y(f=>f.activeTool),n=y(f=>f.placeKind),o=y(f=>f.setActiveTool),r=y(f=>f.past.length),s=y(f=>f.future.length),i=y(f=>f.undo),l=y(f=>f.redo),a=Ke(),d=Ae(a,"tight"),u=!Ae(a,"dense"),m=Ae(a,"dense"),h=m?Po.filter(f=>f.id!=="select"&&f.id!=="text"):Po,g=f=>t===f.switchTo;return c.jsxs("div",{className:"absolute left-1/2 z-20 flex -translate-x-1/2 flex-col items-center gap-1.5",style:{bottom:"calc(0.75rem + var(--ole-bottom-inset, 0px))"},children:[u&&c.jsx(KS,{}),c.jsxs("div",{className:we("ole-glass flex flex-row items-center rounded-2xl border border-border shadow-sm",m?"gap-0.5 p-1":"gap-0.5 p-1.5"),children:[m&&c.jsx(VS,{stacked:!0}),h.map(f=>{const p=f.icon,x=g(f),v=f.id==="place"&&x&&n==null?e("tool.placeNoKindTooltip"):e(f.descriptionKey);return c.jsxs(S.Fragment,{children:[c.jsx(tt,{icon:p,label:e(f.labelKey),hotkey:f.hotkey,active:x,iconOnly:!m&&(f.iconOnly||d),stacked:m,description:v,onClick:()=>{o(f.switchTo,{placeKind:f.presetPlaceKind!==void 0?f.presetPlaceKind:void 0})}}),f.groupBreakAfter&&!m&&c.jsx("div",{"aria-hidden":!0,className:"mx-1 h-5 w-px bg-border"})]},f.id)}),!m&&c.jsx("div",{"aria-hidden":!0,className:"mx-1 h-5 w-px bg-border"}),m?c.jsx(ZS,{stacked:!0}):c.jsxs(c.Fragment,{children:[c.jsx(tt,{icon:Nn,label:e("tool.undo"),hotkey:"⌘Z",description:e("tool.undoHint"),iconOnly:!0,disabled:r===0,onClick:i}),c.jsx(tt,{icon:En,label:e("tool.redo"),hotkey:"⌘⇧Z",description:e("tool.redoHint"),iconOnly:!0,disabled:s===0,onClick:l}),c.jsx("div",{"aria-hidden":!0,className:"mx-1 h-5 w-px bg-border"}),c.jsx(US,{iconOnly:d})]}),m&&c.jsx(qS,{stacked:!0})]})]})}function VS({stacked:e}){const t=Z(),n=kt(r=>r.outlineOpen),o=kt(r=>r.toggleOutline);return c.jsx(tt,{icon:tr,label:t("outline.title"),active:n,iconOnly:!0,stacked:e,onClick:o})}function tt({icon:e,label:t,hotkey:n,active:o,disabled:r,iconOnly:s,stacked:i,onClick:l,description:a}){const d=c.jsxs("div",{className:"space-y-0.5",children:[c.jsxs("div",{children:[c.jsx("span",{className:"font-medium",children:t}),n&&c.jsx("span",{className:"ml-1.5 text-muted-foreground",children:n})]}),a&&c.jsx("div",{className:"text-muted-foreground",children:a})]});return c.jsx(Ne,{content:d,disabled:r,children:c.jsxs("button",{type:"button",onClick:l,disabled:r,"aria-label":t,"aria-pressed":o,className:we("rounded-md font-medium transition-colors",i?"flex h-12 w-12 flex-col items-center justify-center gap-0.5 text-[10px] leading-tight":"flex h-9 items-center gap-1.5 text-xs",!i&&(s?"w-9 justify-center":"px-2.5"),o?"bg-primary text-primary-foreground":"text-muted-foreground hover:bg-accent hover:text-accent-foreground",r&&"pointer-events-none opacity-40"),children:[c.jsxs("span",{className:"relative inline-flex shrink-0",children:[c.jsx(e,{className:"size-4"}),n&&!i&&c.jsx("span",{"aria-hidden":!0,className:we("pointer-events-none absolute -right-1.5 -top-1.5 rounded-sm px-1 font-mono text-[8px] leading-[1.1]",o?"bg-primary-foreground/20 text-primary-foreground/85":"bg-foreground/10 text-muted-foreground"),children:n})]}),i?c.jsx("span",{className:"max-w-full truncate",children:t}):!s&&c.jsx("span",{children:t})]})})}function Hb(){const e=y(r=>r.diagram.elements),t=y(r=>r.diagram.layout),n=y(r=>r.selection),o=t??{};return{hasAnyElement:e.length>0,hasArrangedAny:Object.keys(o).length>0,hasGapsAll:e.some(r=>!o[r.id]),hasSelection:n.length>0,selectionHasArranged:n.some(r=>!!o[r]),selectionHasGaps:n.some(r=>!o[r])}}function US({iconOnly:e}){const t=Z(),[n,o]=S.useState(!1),r=Hb(),s=i=>()=>{o(!1),i()};return c.jsxs(On,{open:n,onOpenChange:o,trigger:c.jsx(tt,{icon:gt,label:t("layout.label"),description:t("layout.hint"),active:n,iconOnly:e,onClick:()=>o(i=>!i)}),children:[c.jsx(je,{onClick:s(()=>y.getState().autoArrangeAll()),icon:c.jsx(gt,{}),disabled:!r.hasAnyElement||!r.hasArrangedAny,children:t("layout.allAuto")}),c.jsx(je,{onClick:s(()=>y.getState().autoArrangeSelection()),icon:c.jsx(gt,{}),disabled:!r.hasSelection||!r.selectionHasArranged,children:t("layout.selAuto")}),c.jsx("div",{"aria-hidden":!0,className:"my-1 h-px bg-border"}),c.jsx(je,{onClick:s(()=>y.getState().fillUnplacedAll()),icon:c.jsx(Ot,{}),disabled:!r.hasGapsAll,children:t("layout.allFill")}),c.jsx(je,{onClick:s(()=>y.getState().fillUnplacedSelection()),icon:c.jsx(Ot,{}),disabled:!r.hasSelection||!r.selectionHasGaps,children:t("layout.selFill")})]})}function ZS({stacked:e}){const t=Z(),[n,o]=S.useState(!1),r=y(h=>h.past.length),s=y(h=>h.future.length),i=y(h=>h.undo),l=y(h=>h.redo),a=y(h=>h.selection.length>0),d=y(h=>h.clipboard!=null),u=Hb(),m=h=>()=>{o(!1),h()};return c.jsxs(On,{open:n,onOpenChange:o,trigger:c.jsx(tt,{icon:dn,label:t("tool.more"),description:t("tool.moreHint"),active:n,iconOnly:!0,stacked:e,onClick:()=>o(h=>!h)}),children:[c.jsx(je,{onClick:m(i),icon:c.jsx(Nn,{}),disabled:r===0,children:t("tool.undo")}),c.jsx(je,{onClick:m(l),icon:c.jsx(En,{}),disabled:s===0,children:t("tool.redo")}),c.jsx("div",{"aria-hidden":!0,className:"my-1 h-px bg-border"}),c.jsx(je,{onClick:m(()=>y.getState().cutSelection()),icon:c.jsx(or,{}),disabled:!a,children:t("menu.cut")}),c.jsx(je,{onClick:m(()=>y.getState().copySelection()),icon:c.jsx(Jo,{}),disabled:!a,children:t("menu.copy")}),c.jsx(je,{onClick:m(()=>y.getState().pasteClipboard()),icon:c.jsx(Qo,{}),disabled:!d,children:t("menu.paste")}),c.jsx("div",{"aria-hidden":!0,className:"my-1 h-px bg-border"}),c.jsx(je,{onClick:m(()=>y.getState().autoArrangeAll()),icon:c.jsx(gt,{}),disabled:!u.hasAnyElement||!u.hasArrangedAny,children:t("layout.allAuto")}),c.jsx(je,{onClick:m(()=>y.getState().autoArrangeSelection()),icon:c.jsx(gt,{}),disabled:!u.hasSelection||!u.selectionHasArranged,children:t("layout.selAuto")}),c.jsx(je,{onClick:m(()=>y.getState().fillUnplacedAll()),icon:c.jsx(Ot,{}),disabled:!u.hasGapsAll,children:t("layout.allFill")}),c.jsx(je,{onClick:m(()=>y.getState().fillUnplacedSelection()),icon:c.jsx(Ot,{}),disabled:!u.hasSelection||!u.selectionHasGaps,children:t("layout.selFill")})]})}function je({children:e,icon:t,onClick:n,disabled:o}){return c.jsxs("button",{type:"button",role:"menuitem",disabled:o,onClick:n,className:we("flex w-full items-center gap-2 rounded-sm px-2 py-1.5 text-left text-sm hover:bg-accent hover:text-accent-foreground [&>svg]:size-4",o&&"pointer-events-none text-muted-foreground opacity-60 hover:bg-transparent"),children:[t,c.jsx("span",{className:"flex-1",children:e})]})}function QS(){const e=kt(r=>r.outlineOpen),t=kt(r=>r.setOutlineOpen),n=Ke();return Ae(n,"dense")?e?c.jsx("div",{className:"absolute z-10",style:{left:"calc(0.75rem + var(--ole-left-inset, 0px))",right:"calc(0.75rem + var(--ole-right-inset, 0px))",bottom:"calc(4rem + var(--ole-bottom-inset, 0px) + 0.75rem)"},children:c.jsx(Bo,{onClose:()=>t(!1),sheet:!0})}):null:c.jsx("div",{className:"absolute z-10 flex flex-col items-start",style:{bottom:"calc(0.75rem + var(--ole-bottom-inset, 0px))",left:"calc(0.75rem + var(--ole-left-inset, 0px))",maxHeight:"calc(100% - 1.5rem)"},children:e?c.jsx(Bo,{onClose:()=>t(!1)}):c.jsx(JS,{onClick:()=>t(!0)})})}function JS({onClick:e}){const t=Z(),n=Ke(),o=Ae(n,"compact");return c.jsxs("button",{type:"button",onClick:e,"aria-label":t("outline.title"),title:t("outline.title"),className:we("ole-glass flex h-12 items-center rounded-2xl border border-border text-muted-foreground shadow-sm transition-colors hover:bg-accent hover:text-accent-foreground",o?"w-12 justify-center":"gap-2 px-3"),children:[c.jsx(tr,{className:"size-4 shrink-0"}),!o&&c.jsx("span",{className:"text-xs font-medium",children:t("outline.title")})]})}function Bo({onClose:e,sheet:t}){const n=Z(),o=y(d=>d.diagram.elements),r=y(d=>d.activeTool==="place"),s=Ke(),i=Ae(s,"compact"),l=Ae(s,"dense"),a=t?"min(50vh, calc(100vh - 9rem))":r?"min(40vh, calc(100vh - 200px))":"min(70vh, calc(100vh - 100px))";return c.jsxs("aside",{className:we("ole-glass flex flex-col overflow-hidden rounded-2xl border border-border shadow-sm",t?"w-full":i?"w-52":"w-64"),style:{height:a},children:[c.jsxs("button",{type:"button",onClick:e,"aria-label":n("outline.collapseAria"),title:n("outline.collapse"),className:"flex items-center gap-1.5 border-b border-border/40 px-3 py-2 text-left transition-colors hover:bg-muted/40",children:[c.jsx("span",{className:"flex-1 text-[11px] font-semibold uppercase tracking-wide text-muted-foreground",children:n("outline.title")}),!l&&c.jsx(t4,{children:o.length}),c.jsx(jw,{className:"size-3.5 text-muted-foreground"})]}),c.jsx("div",{className:"flex-1 overflow-y-auto px-2 pb-2",children:o.length===0?c.jsx("p",{className:"px-2 py-2 text-xs italic text-muted-foreground",children:n("outline.empty")}):c.jsx("ul",{className:"space-y-px",children:o.map(d=>c.jsx(e4,{element:d},d.id))})})]})}function e4({element:e}){const t=Ye[e.kind],n=y(a=>a.selection.includes(e.id)),o=y(a=>a.setSelection),r=y(a=>a.toggleInSelection),s=Ke(),i=!Ae(s,"compact"),l=a=>{a.shiftKey||a.metaKey||a.ctrlKey?r(e.id):o([e.id])};return c.jsxs("li",{className:"group flex cursor-pointer items-center gap-2 rounded-md px-2 py-1 hover:bg-accent data-[selected=true]:bg-[color-mix(in_oklch,var(--selection)_18%,transparent)]",title:e.note??`${e.name??e.id} (${e.kind})`,"data-element-id":e.id,"data-selected":n?"true":void 0,onClick:l,children:[c.jsx("div",{className:"flex h-4 w-6 shrink-0 items-center justify-center",children:t&&c.jsx("svg",{viewBox:t.viewBox,className:"ole-symbol size-full",preserveAspectRatio:"xMidYMid meet",dangerouslySetInnerHTML:{__html:t.svg}})}),c.jsx("span",{className:"flex-1 truncate text-xs text-foreground/90 group-hover:text-accent-foreground",children:e.name??e.id}),i&&c.jsx("span",{className:"font-mono text-[10px] text-muted-foreground/80",children:e.id})]})}function t4({children:e}){return c.jsx("span",{className:"rounded bg-muted/50 px-1.5 py-0.5 font-mono text-[10px] tabular-nums text-muted-foreground/80",children:e})}const n4={"arc-suppression-coil.name":"消弧线圈","arrester.name":"避雷器 (FBL)","async-motor.name":"异步电动机","autotransformer.name":"自耦变压器","battery.name":"电池储能","breaker.name":"断路器 (QF)","busbar.name":"母线段","converter-bidir.name":"双向变流器 (PCS)","ct.name":"电流互感器 (CT)","disconnector.name":"隔离开关 (QS)","earth.name":"接地","earthing-switch.name":"接地刀闸 (QE)","fuse.name":"熔断器 (FU)","generator.name":"发电机 (G)","grid-source.name":"系统电源","grounding-transformer.name":"接地变 (Z形)","inverter.name":"逆变器 (DC→AC)","load-switch.name":"负荷开关","load.name":"负荷","ngr.name":"中性点电阻 (NGR)","pt.name":"电压互感器 (PT)","pv.name":"光伏组件","rectifier.name":"整流器 (AC→DC)","series-reactor.name":"串联电抗器","shunt-capacitor.name":"并联电容器","shunt-reactor.name":"并联电抗器","sync-motor.name":"同步电动机","transformer-2w.name":"双绕组变压器","transformer-3w.name":"三绕组变压器","wind-turbine.name":"风力发电机","gfci-breaker.name":"GFCI 断路器 (RCBO)","rcd.name":"剩余电流装置 (RCD)","recloser.name":"重合闸 (Recloser)","energy-meter.name":"电能表 (Wh)","voltmeter.name":"电压表 (V)","ammeter.name":"电流表 (A)","wattmeter.name":"功率表 (W)","frequency-meter.name":"频率表 (Hz)","contactor.name":"接触器 (KM)","motor-starter.name":"电机启动器","thermal-overload.name":"热过载继电器","vfd.name":"变频器 (VFD)","soft-starter.name":"软启动器","transfer-switch.name":"切换开关 (ATS)","dc-disconnector.name":"直流隔离开关","dc-combiner.name":"直流汇流箱","ev-charger.name":"EV 充电桩","arc-suppression-coil.desc":"中性点谐振接地:电感线圈连接到地","busbar.desc":"可拉伸单母线段,多设备挂接","converter-bidir.desc":"储能变流器:双向 AC ↔ DC","earthing-switch.desc":"隔离开关 + 接地连接,单端口","grid-source.desc":"无穷大母线 / 外部电网","grounding-transformer.desc":"星-曲折接线变压器,中性点接地用","load.desc":"抽象负荷(电流流出箭头)","ngr.desc":"小电阻接地:连接变压器中性点到地","series-reactor.desc":"与并联电抗器同符号;通过用法区分","wind-turbine.desc":"风机:发电机 + 三叶轮标记","gfci-breaker.desc":"剩余电流断路器带过流保护 (UL943 / IEC 61009)。北美 GFCI / 欧洲 RCBO。","rcd.desc":"不带过流保护的剩余电流断路器 (IEC 61008)。","recloser.desc":"中压自动重合闸开关。","energy-meter.desc":"有功电能表 (kWh) — 服务入口 / 子表。","contactor.desc":"主回路接触器, 通常配热继电器和电机使用。","motor-starter.desc":"电机启动器 (IEC 60617 通用符号)。","thermal-overload.desc":"电机热过载保护继电器, 通常串接在接触器和电机之间。","vfd.desc":"Variable Frequency Drive — 异步电动机调速。","soft-starter.desc":"电机软启动器 (晶闸管降压启动)。","transfer-switch.desc":"双源切换开关 (Automatic / Manual Transfer Switch)。两个电源输入 + 一个负荷输出, 互锁不并联。","dc-disconnector.desc":"DC 隔离开关 — 光伏组串 / 储能 直流侧隔离。","dc-combiner.desc":"光伏组串汇流箱 (4 路输入示例)。","ev-charger.desc":"电动汽车充电站 / 充电桩。","breaker.state.open":"断开","disconnector.state.open":"断开","earthing-switch.state.open":"断开","fuse.state.blown":"熔断","load-switch.state.open":"断开","gfci-breaker.state.open":"断开","rcd.state.open":"断开","recloser.state.open":"断开","contactor.state.open":"断开","thermal-overload.state.tripped":"动作","transfer-switch.state.position":"位置 (normal/emergency/off)","dc-disconnector.state.open":"断开","battery.param.E":"容量","busbar.param.Un":"额定电压","converter-bidir.param.S":"容量","load.param.P":"有功功率","load.param.cosphi":"功率因数","ngr.param.R":"电阻","shunt-capacitor.param.Q":"无功容量","shunt-capacitor.param.stages":"分组数","transformer-2w.param.S":"容量","transformer-2w.param.ratio":"变比","gfci-breaker.param.In":"额定电流","gfci-breaker.param.IDn":"剩余动作电流","rcd.param.IDn":"剩余动作电流"},o4={"arc-suppression-coil.name":"Arc-suppression coil","arrester.name":"Surge arrester (FBL)","async-motor.name":"Asynchronous motor","autotransformer.name":"Autotransformer","battery.name":"Battery storage","breaker.name":"Circuit breaker (QF)","busbar.name":"Busbar segment","converter-bidir.name":"Bidirectional converter (PCS)","ct.name":"Current transformer (CT)","disconnector.name":"Disconnector (QS)","earth.name":"Earth","earthing-switch.name":"Earthing switch (QE)","fuse.name":"Fuse (FU)","generator.name":"Generator (G)","grid-source.name":"Grid source","grounding-transformer.name":"Grounding transformer (zig-zag)","inverter.name":"Inverter (DC→AC)","load-switch.name":"Load break switch","load.name":"Load","ngr.name":"Neutral grounding resistor (NGR)","pt.name":"Voltage transformer (PT)","pv.name":"PV module","rectifier.name":"Rectifier (AC→DC)","series-reactor.name":"Series reactor","shunt-capacitor.name":"Shunt capacitor","shunt-reactor.name":"Shunt reactor","sync-motor.name":"Synchronous motor","transformer-2w.name":"Two-winding transformer","transformer-3w.name":"Three-winding transformer","wind-turbine.name":"Wind turbine","gfci-breaker.name":"GFCI breaker (RCBO)","rcd.name":"Residual current device (RCD)","recloser.name":"Recloser","energy-meter.name":"Energy meter (Wh)","voltmeter.name":"Voltmeter (V)","ammeter.name":"Ammeter (A)","wattmeter.name":"Wattmeter (W)","frequency-meter.name":"Frequency meter (Hz)","contactor.name":"Contactor (KM)","motor-starter.name":"Motor starter","thermal-overload.name":"Thermal overload relay","vfd.name":"Variable frequency drive (VFD)","soft-starter.name":"Soft starter","transfer-switch.name":"Transfer switch (ATS)","dc-disconnector.name":"DC disconnector","dc-combiner.name":"DC combiner box","ev-charger.name":"EV charger","arc-suppression-coil.desc":"Resonant neutral grounding: inductor to earth","busbar.desc":"Stretchable single-bus segment with multiple taps","converter-bidir.desc":"Storage converter: bidirectional AC ↔ DC","earthing-switch.desc":"Disconnector + earth connection, single port","grid-source.desc":"Infinite bus / external grid","grounding-transformer.desc":"Wye-zigzag transformer for neutral grounding","load.desc":"Abstract load (current-out arrow)","ngr.desc":"Low-resistance grounding: transformer neutral to earth","series-reactor.desc":"Same symbol as shunt reactor; distinguished by usage","wind-turbine.desc":"Wind turbine: generator + three-blade rotor mark","gfci-breaker.desc":"Residual-current breaker with overcurrent (UL943 / IEC 61009). NA GFCI / EU RCBO.","rcd.desc":"Residual-current breaker without overcurrent (IEC 61008).","recloser.desc":"Medium-voltage automatic recloser.","energy-meter.desc":"Active energy meter (kWh) — service entrance / submeter.","contactor.desc":"Main-circuit contactor; typically used with a thermal overload and a motor.","motor-starter.desc":"Motor starter (IEC 60617 general symbol).","thermal-overload.desc":"Motor thermal-overload relay; sits between the contactor and the motor.","vfd.desc":"Variable Frequency Drive for induction motor speed control.","soft-starter.desc":"Motor soft-starter (thyristor-based reduced-voltage starting).","transfer-switch.desc":"Two-source transfer switch (ATS / manual). Two source inputs + one load output, mechanically interlocked.","dc-disconnector.desc":"DC isolating switch — PV string / battery DC-side isolation.","dc-combiner.desc":"PV string combiner box (4-input example).","ev-charger.desc":"Electric vehicle charging station.","breaker.state.open":"Open","disconnector.state.open":"Open","earthing-switch.state.open":"Open","fuse.state.blown":"Blown","load-switch.state.open":"Open","gfci-breaker.state.open":"Open","rcd.state.open":"Open","recloser.state.open":"Open","contactor.state.open":"Open","thermal-overload.state.tripped":"Tripped","transfer-switch.state.position":"Position (normal/emergency/off)","dc-disconnector.state.open":"Open","battery.param.E":"Capacity","busbar.param.Un":"Rated voltage","converter-bidir.param.S":"Capacity","load.param.P":"Active power","load.param.cosphi":"Power factor","ngr.param.R":"Resistance","shunt-capacitor.param.Q":"Reactive capacity","shunt-capacitor.param.stages":"Stages","transformer-2w.param.S":"Capacity","transformer-2w.param.ratio":"Ratio","gfci-breaker.param.In":"Rated current","gfci-breaker.param.IDn":"Residual operating current","rcd.param.IDn":"Residual operating current"},Lo={zh:n4,en:o4};function r4(e,t){return Lo[e][t]??Lo.zh[t]}function $t(){const e=_t(t=>t.locale);return(t,n)=>r4(e,t)??n??t}const Wb="ole-palette-collapsed",s4=new Set(["busbar"]),bt=(()=>{const e={};for(const[t,n]of Object.entries(F_)){const o=n.filter(r=>!s4.has(r.id));o.length&&(e[t]=o)}return e})(),i4=(()=>{const e=new Set(uo),t=Object.keys(bt).filter(n=>!e.has(n));return[...uo.filter(n=>{var o;return(o=bt[n])==null?void 0:o.length}),...t]})();function l4(){try{const e=window.localStorage.getItem(Wb);if(!e)return new Set;const t=JSON.parse(e);return Array.isArray(t)?new Set(t.filter(n=>typeof n=="string")):new Set}catch{return new Set}}function a4(e){try{window.localStorage.setItem(Wb,JSON.stringify([...e]))}catch{}}function c4(){const e=Z(),t=y(m=>m.activeTool==="place"),n=y(m=>m.placeKind),o=y(m=>m.setActiveTool),r=kt(m=>m.outlineOpen),s=Ke(),i=Ae(s,"dense"),l=68,d=i?void 0:`calc(100vh - ${l}px - ${r?"calc(40vh + 20px)":"68px"})`;if(!t||i&&n!=null)return null;const u=i?{top:`calc(${l}px + var(--ole-top-inset, 0px))`,left:"calc(0.75rem + var(--ole-left-inset, 0px))",right:"calc(0.75rem + var(--ole-right-inset, 0px))",bottom:"calc(4rem + var(--ole-bottom-inset, 0px) + 0.75rem)"}:{top:l};return c.jsx("div",{className:i?"absolute z-20":"absolute left-3 z-20",style:u,role:"dialog","aria-label":e("library.title"),children:c.jsxs("aside",{className:i?"ole-glass flex h-full w-full flex-col overflow-hidden rounded-2xl border border-border shadow-md":"ole-glass flex w-72 flex-col overflow-hidden rounded-2xl border border-border shadow-md",style:d?{maxHeight:d}:void 0,children:[c.jsxs("div",{className:"flex items-center gap-1.5 border-b border-border/40 px-3 py-2",children:[c.jsx("span",{className:"flex-1 text-[11px] font-semibold uppercase tracking-wide text-muted-foreground",children:e("library.title")}),c.jsx("button",{type:"button",onClick:()=>o(i?"pan":"select"),className:"rounded-md p-1 text-muted-foreground hover:bg-accent hover:text-accent-foreground","aria-label":e("common.close"),title:e("common.close"),children:c.jsx(Tn,{className:"size-3.5"})})]}),c.jsx(d4,{sheet:i})]})})}function d4({sheet:e}){const t=Z(),n=$t(),[o,r]=S.useState(""),[s,i]=S.useState(()=>l4()),l=S.useMemo(()=>{const m=o.trim().toLowerCase();if(!m)return bt;const h={};for(const[g,f]of Object.entries(bt)){const p=f.filter(x=>{const v=n(`${x.id}.name`,x.name).toLowerCase(),b=n(`${x.id}.desc`,x.description??"").toLowerCase();return v.includes(m)||x.id.toLowerCase().includes(m)||b.includes(m)});p.length&&(h[g]=p)}return h},[o,n]),a=o.trim().length>0,d=a&&Object.values(l).every(m=>!(m!=null&&m.length)),u=S.useCallback((m,h)=>{i(g=>{const f=new Set(g);return h?f.delete(m):f.add(m),a4(f),f})},[]);return c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"px-2 pb-1.5 pt-2",children:c.jsx(u4,{value:o,onChange:r})}),c.jsx("div",{className:"flex-1 overflow-y-auto px-2 pb-2",children:d?c.jsx("p",{className:"px-3 py-6 text-center text-xs text-muted-foreground",children:t("library.empty")}):i4.map(m=>{var x;const h=l[m];if(!(h!=null&&h.length))return null;const g=((x=bt[m])==null?void 0:x.length)??h.length,f=t(`cat.${m}`),p=a||!s.has(m);return c.jsxs("details",{open:p,className:"group mb-2 last:mb-0",onToggle:v=>{a||u(m,v.currentTarget.open)},children:[c.jsxs("summary",{className:"flex cursor-pointer select-none items-center gap-1.5 rounded-md px-2 py-1.5 text-[11px] font-semibold uppercase tracking-wide text-muted-foreground hover:bg-accent hover:text-accent-foreground",children:[c.jsx(gw,{className:"size-3 transition-transform [details:not([open])>summary>&]:-rotate-90"}),c.jsx("span",{className:"flex-1",children:f}),c.jsx(f4,{children:a&&h.length!==g?`${h.length}/${g}`:g})]}),c.jsx("ul",{className:"mt-0.5 space-y-px",children:h.map(v=>c.jsx(m4,{entry:v,sheet:e},v.id))})]},m)})})]})}function u4({value:e,onChange:t}){const n=Z();return c.jsxs("div",{className:"relative",children:[c.jsx(Nw,{className:"pointer-events-none absolute left-2 top-1/2 size-3.5 -translate-y-1/2 text-muted-foreground"}),c.jsx("input",{type:"text",value:e,onChange:o=>t(o.target.value),placeholder:n("library.searchPlaceholder"),className:"h-7 w-full rounded-md border border-border/60 bg-background/50 pl-7 pr-7 text-xs placeholder:text-muted-foreground focus:border-border focus:outline-none focus:ring-1 focus:ring-ring","aria-label":n("library.searchAria")}),e&&c.jsx("button",{type:"button","aria-label":n("library.clearSearch"),onClick:()=>t(""),className:"absolute right-1 top-1/2 -translate-y-1/2 rounded-sm p-0.5 text-muted-foreground hover:bg-accent hover:text-accent-foreground",children:c.jsx(Tn,{className:"size-3"})})]})}function m4({entry:e,sheet:t}){const n=Z(),o=$t(),r=o(`${e.id}.name`,e.name),s=o(`${e.id}.desc`,e.description??""),i=y(m=>m.setActiveTool),l=y(m=>m.activeTool==="place"&&m.placeKind===e.id),a=y(m=>t&&m.activeTool==="place"&&m.placeKind==null&&m.lastPlaceKind===e.id),d=S.useRef(null);S.useEffect(()=>{var m;a&&((m=d.current)==null||m.scrollIntoView({block:"nearest"}))},[a]);const u=m=>{m.dataTransfer.effectAllowed="copy",m.dataTransfer.setData("application/x-oneline-kind",e.id),m.dataTransfer.setData("text/plain",e.id);const h=document.createElement("div");h.className="ole-glass",h.style.cssText=["position:absolute","top:-9999px","left:-9999px","width:64px","height:64px","display:flex","align-items:center","justify-content:center","border-radius:12px","border:1px solid var(--border)","box-shadow:0 4px 12px rgba(0,0,0,0.12)","color:var(--foreground)","padding:8px"].join(";"),h.innerHTML=`<svg class="ole-symbol" viewBox="${e.viewBox}" width="48" height="48" preserveAspectRatio="xMidYMid meet">${e.svg}</svg>`,document.body.appendChild(h),m.dataTransfer.setDragImage(h,32,32),setTimeout(()=>h.remove(),0)};return c.jsxs("li",{ref:d,className:`group flex cursor-grab items-center gap-2.5 rounded-md px-2 py-1.5 transition-colors hover:bg-accent active:cursor-grabbing ${l?"bg-accent ring-1 ring-[var(--selection)]/60":a?"ring-1 ring-[var(--selection)]/30":""}`,draggable:!0,onDragStart:u,onClick:()=>i("place",{placeKind:e.id}),"data-kind":e.id,title:s?`${r} — ${s}`:`${r} — ${n("library.itemHint")}`,children:[c.jsx("div",{className:"flex h-7 w-12 shrink-0 items-center justify-center",children:c.jsx("svg",{viewBox:e.viewBox,className:"ole-symbol size-full",preserveAspectRatio:"xMidYMid meet",dangerouslySetInnerHTML:{__html:e.svg}})}),c.jsx("span",{className:"truncate text-xs text-foreground/80 group-hover:text-accent-foreground",children:r})]})}function f4({children:e}){return c.jsx("span",{className:"rounded bg-muted/50 px-1.5 py-0.5 font-mono text-[10px] tabular-nums text-muted-foreground/80",children:e})}const $n="ole-onboarding-dismissed";function h4(){if(typeof window>"u")return!1;try{return window.localStorage.getItem($n)==="1"}catch{return!1}}function zo(e){try{e?window.localStorage.setItem($n,"1"):window.localStorage.removeItem($n)}catch{}}const Ro=Ft(e=>({dismissed:h4(),dismiss:()=>{zo(!0),e({dismissed:!0})},reset:()=>{zo(!1),e({dismissed:!1})}}));function p4(){const e=Z(),t=Ro(o=>o.dismissed),n=Ro(o=>o.dismiss);return t?null:c.jsxs("div",{role:"dialog","aria-label":e("onboard.title"),className:"ole-glass pointer-events-none absolute left-1/2 top-1/2 z-10 w-[min(420px,calc(100vw-2rem))] -translate-x-1/2 -translate-y-1/2 rounded-2xl border border-border p-5 shadow-md",children:[c.jsxs("div",{className:"flex items-center justify-between",children:[c.jsx("h2",{className:"text-sm font-semibold",children:e("onboard.title")}),c.jsx("button",{type:"button",onClick:n,"aria-label":e("onboard.dismiss"),className:"pointer-events-auto rounded-md p-1 text-muted-foreground hover:bg-accent hover:text-accent-foreground",children:c.jsx(Tn,{className:"size-3.5"})})]}),c.jsxs("ol",{className:"mt-3 space-y-2.5",children:[c.jsx(an,{n:1,icon:c.jsx(jn,{}),title:e("onboard.step1.title"),body:e("onboard.step1.body")}),c.jsx(an,{n:2,icon:c.jsx(rr,{}),title:e("onboard.step2.title"),body:e("onboard.step2.body")}),c.jsx(an,{n:3,icon:c.jsx(Zo,{}),title:e("onboard.step3.title"),body:e("onboard.step3.body")})]}),c.jsx("button",{type:"button",onClick:n,className:"pointer-events-auto mt-4 w-full rounded-md bg-primary py-1.5 text-xs font-medium text-primary-foreground hover:bg-primary/90",children:e("onboard.dismiss")})]})}function an({n:e,icon:t,title:n,body:o}){return c.jsxs("li",{className:"flex items-start gap-2.5",children:[c.jsx("span",{className:"mt-0.5 flex size-5 shrink-0 items-center justify-center rounded-full bg-[color-mix(in_oklch,var(--selection)_18%,transparent)] font-mono text-[10px] font-semibold tabular-nums text-[var(--selection)]","aria-hidden":!0,children:e}),c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsxs("div",{className:"flex items-center gap-1.5 text-xs font-medium",children:[c.jsx("span",{className:"text-muted-foreground [&>svg]:size-3.5",children:t}),c.jsx("span",{children:n})]}),c.jsx("p",{className:"mt-0.5 text-[11px] leading-snug text-muted-foreground",children:o})]})]})}function g4(){const e=Z(),t=y(u=>u.selection),n=y(u=>u.diagram.elements),o=y(u=>u.diagram.buses),r=y(u=>u.selectedNode),s=y(u=>u.selectedWire);if(s)return c.jsx(k4,{wireId:s});if(r)return c.jsx(_4,{nodeId:r});if(t.length===0)return c.jsx("div",{className:"px-4 py-5 text-center text-xs text-muted-foreground",children:e("props.empty")});if(t.length>1)return c.jsx("div",{className:"px-4 py-5 text-center text-xs text-muted-foreground",children:e("props.multi",{n:t.length})});const i=t[0],l=(o??[]).find(u=>u.id===i);if(l)return c.jsx(w4,{bus:l});const a=n.find(u=>u.id===i);if(!a)return null;const d=Ye[a.kind];return c.jsxs("div",{className:"flex flex-col gap-2.5 overflow-y-auto px-3 py-3 text-xs",children:[c.jsx(St,{label:e("props.name"),value:a.name??"",placeholder:a.id,onCommit:u=>y.getState().updateElement(i,{name:u.trim()===""?void 0:u.trim()})}),c.jsx(qb,{label:e("props.note"),value:a.note??"",onCommit:u=>y.getState().updateElement(i,{note:u.trim()===""?void 0:u.trim()})}),(d==null?void 0:d.state)&&d.state.length>0&&c.jsx("div",{className:"mt-1 flex flex-col gap-1.5 border-t border-border/40 pt-2.5",children:d.state.map(u=>c.jsx($4,{id:i,element:a,field:u},u.name))}),c.jsx(y4,{id:i,element:a,schema:(d==null?void 0:d.params)??[]})]})}function y4({id:e,element:t,schema:n}){const o=new Set(n.map(s=>s.name)),r=t.params?Object.entries(t.params).filter(([s])=>!o.has(s)):[];return n.length===0&&r.length===0?null:c.jsxs("div",{className:"mt-1 flex flex-col gap-1.5 border-t border-border/40 pt-2.5",children:[n.map(s=>c.jsx(x4,{id:e,element:t,field:s},s.name)),r.map(([s,i])=>c.jsx(b4,{id:e,element:t,fieldKey:s,value:i},s))]})}function x4({id:e,element:t,field:n}){var a;const o=Z(),r=$t(),s=((a=t.params)==null?void 0:a[n.name])??n.default,i=r(`${t.kind}.param.${n.name}`,n.label??n.name),l=d=>{const u={...t.params??{}};d===void 0||d===n.default?delete u[n.name]:u[n.name]=d,y.getState().updateElement(e,{params:Object.keys(u).length>0?u:void 0})};return n.type==="boolean"?c.jsx(st,{label:i,children:c.jsx(Bn,{active:!!s,onClick:()=>l(!s),children:o(s?"common.yes":"common.no")})}):n.type==="number"?c.jsx(Kt,{label:i,value:typeof s=="number"?s:0,unit:n.unit,onCommit:l}):c.jsx(St,{label:i,value:typeof s=="string"?s:"",unit:n.unit,onCommit:d=>l(d.trim()===""?void 0:d)})}function b4({id:e,element:t,fieldKey:n,value:o}){const r=Z(),s=i=>{const l={...t.params??{}};i===void 0?delete l[n]:l[n]=i,y.getState().updateElement(e,{params:Object.keys(l).length>0?l:void 0})};return typeof o=="boolean"?c.jsx(st,{label:n,children:c.jsx(Bn,{active:o,onClick:()=>s(!o),children:r(o?"common.yes":"common.no")})}):typeof o=="number"?c.jsx(Kt,{label:n,value:o,onCommit:s}):c.jsx(St,{label:n,value:o,onCommit:i=>s(i.trim()===""?void 0:i)})}function w4({bus:e}){const t=Z(),n=e.id,o=r=>{const s=r.trim();Sn(n,{name:s===""?void 0:s})};return c.jsxs("div",{className:"flex flex-col gap-2.5 overflow-y-auto px-3 py-3 text-xs",children:[c.jsx(St,{label:t("props.name"),value:e.name??"",placeholder:e.id,onCommit:o}),c.jsx(qb,{label:t("props.note"),value:e.note??"",onCommit:r=>Sn(n,{note:r.trim()===""?void 0:r.trim()})}),c.jsx(v4,{bus:e})]})}function v4({bus:e}){const t=(o,r)=>{const s={...e.params??{}};r===void 0||r===""?delete s[o]:s[o]=r,Sn(e.id,{params:Object.keys(s).length>0?s:void 0})},n=e.params??{};return c.jsx("div",{className:"mt-1 flex flex-col gap-1.5 border-t border-border/40 pt-2.5",children:c.jsx(Kt,{label:"Un",value:typeof n.Un=="number"?n.Un:0,unit:"kV",onCommit:o=>t("Un",o)})})}function Sn(e,t){y.getState().dispatch(n=>{const o=(n.buses??[]).map(r=>r.id===e?{...r,...t}:r);return{...n,buses:o}})}function k4({wireId:e}){const t=Z(),n=y(f=>f.diagram.wires),o=y(f=>f.diagram.elements),r=y(f=>f.diagram.buses),s=y(f=>f.internal.terminalToNode),i=y(f=>f.setSelectedNode),l=(n??[]).find(f=>f.id===e);if(!l)return c.jsx("div",{className:"px-4 py-5 text-center text-xs text-muted-foreground",children:t("props.wireNotFound",{id:e})});const a=s.get(l.ends[0]),d=new Map(o.map(f=>[f.id,f])),u=new Map((r??[]).map(f=>[f.id,f])),m=f=>{if(!f.includes(".")){const k=u.get(f);return{id:f,label:(k==null?void 0:k.name)??f}}const p=f.indexOf("."),x=f.slice(0,p),v=f.slice(p+1),b=d.get(x);return{id:x,label:(b==null?void 0:b.name)??x,pin:v}},h=m(l.ends[0]),g=m(l.ends[1]);return c.jsxs("div",{className:"flex flex-col gap-3 px-3 py-3 text-xs",children:[c.jsxs("div",{className:"space-y-1",children:[c.jsx("div",{className:"text-[11px] uppercase tracking-wide text-muted-foreground",children:t("props.wire")}),c.jsx("div",{className:"font-mono text-[12px]",children:l.id})]}),c.jsx("ul",{className:"space-y-0.5 border-t border-border/40 pt-2",children:[h,g].map((f,p)=>c.jsxs("li",{className:"flex cursor-pointer items-center gap-2 rounded-md px-1.5 py-1 hover:bg-accent",onClick:()=>y.getState().setSelection([f.id]),children:[c.jsx("span",{className:"flex-1 truncate font-mono text-[11px]",children:f.id}),c.jsx("span",{className:"truncate text-[10px] text-muted-foreground",children:f.label}),f.pin&&c.jsx("span",{className:"font-mono text-[10px] text-muted-foreground/80",children:f.pin})]},p))}),a&&c.jsx("button",{type:"button",className:"self-start rounded-md border border-border/60 px-2 py-1 text-[11px] text-muted-foreground hover:bg-accent",onClick:()=>i(a),children:t("props.selectWholeNode")})]})}function _4({nodeId:e}){const t=Z(),n=y(l=>l.internal.nodes.get(e)),o=y(l=>l.diagram.elements),r=y(l=>l.setSelection);if(!n)return c.jsx("div",{className:"px-4 py-5 text-center text-xs text-muted-foreground",children:t("props.nodeNotFound",{id:e})});const s=new Map;for(const l of n.terminals){const a=l.indexOf(".");if(a<0)continue;const d=l.slice(0,a),u=l.slice(a+1),m=s.get(d)??[];m.push(u),s.set(d,m)}const i=new Map(o.map(l=>[l.id,l]));return c.jsxs("div",{className:"flex flex-col gap-3 px-3 py-3 text-xs",children:[c.jsxs("div",{className:"space-y-1",children:[c.jsx("div",{className:"text-[11px] uppercase tracking-wide text-muted-foreground",children:t("props.node")}),c.jsx("div",{className:"font-mono text-[12px]",children:n.id}),c.jsx("div",{className:"text-[11px] text-muted-foreground",children:t("props.nodeStats",{terminals:n.terminals.length,elements:s.size})})]}),c.jsx("ul",{className:"space-y-0.5 border-t border-border/40 pt-2",children:[...s.entries()].map(([l,a])=>{const d=i.get(l);return c.jsxs("li",{className:"flex cursor-pointer items-center gap-2 rounded-md px-1.5 py-1 hover:bg-accent",onClick:()=>r([l]),title:t("props.selectElement",{label:l}),children:[c.jsx("span",{className:"flex-1 truncate font-mono text-[11px]",children:l}),c.jsx("span",{className:"truncate text-[10px] text-muted-foreground",children:(d==null?void 0:d.name)??""}),c.jsx("span",{className:"font-mono text-[10px] text-muted-foreground/80",children:a.join(", ")})]},l)})})]})}function st({label:e,children:t}){return c.jsxs("div",{className:"flex items-center gap-2",children:[c.jsx("label",{className:"w-16 shrink-0 truncate text-[11px] text-muted-foreground",children:e}),c.jsx("div",{className:"min-w-0 flex-1",children:t})]})}function St({label:e,value:t,placeholder:n,unit:o,onCommit:r}){const[s,i]=S.useState(t),l=S.useRef(null);return S.useEffect(()=>i(t),[t]),c.jsx(st,{label:e,children:c.jsxs("div",{className:"relative",children:[c.jsx("input",{ref:l,type:"text",value:s,placeholder:n,onChange:a=>i(a.target.value),onBlur:()=>{s!==t&&r(s)},onKeyDown:a=>{var d,u;a.key==="Enter"&&((d=l.current)==null||d.blur()),a.key==="Escape"&&(i(t),(u=l.current)==null||u.blur())},className:we("h-7 w-full rounded-md border border-border/60 bg-background/50 px-2 text-[11px] focus:border-border focus:outline-none focus:ring-1 focus:ring-ring",o&&"pr-8")}),o&&c.jsx("span",{className:"pointer-events-none absolute right-2 top-1/2 -translate-y-1/2 text-[10px] text-muted-foreground",children:o})]})})}function qb({label:e,value:t,onCommit:n}){const[o,r]=S.useState(t);return S.useEffect(()=>r(t),[t]),c.jsx(st,{label:e,children:c.jsx("textarea",{rows:2,value:o,onChange:s=>r(s.target.value),onBlur:()=>{o!==t&&n(o)},className:"w-full resize-none rounded-md border border-border/60 bg-background/50 px-2 py-1 text-[11px] focus:border-border focus:outline-none focus:ring-1 focus:ring-ring"})})}function Kt({label:e,value:t,min:n,unit:o,onCommit:r}){const[s,i]=S.useState(String(t)),l=S.useRef(null);return S.useEffect(()=>i(String(t)),[t]),c.jsx(st,{label:e,children:c.jsxs("div",{className:"relative",children:[c.jsx("input",{ref:l,type:"number",value:s,onChange:a=>i(a.target.value),onBlur:()=>{const a=Number(s);Number.isFinite(a)&&a!==t?r(a):i(String(t))},onKeyDown:a=>{var d,u;a.key==="Enter"&&((d=l.current)==null||d.blur()),a.key==="Escape"&&(i(String(t)),(u=l.current)==null||u.blur())},min:n,className:we("h-7 w-full rounded-md border border-border/60 bg-background/50 px-2 font-mono text-[11px] tabular-nums focus:border-border focus:outline-none focus:ring-1 focus:ring-ring",o&&"pr-8")}),o&&c.jsx("span",{className:"pointer-events-none absolute right-2 top-1/2 -translate-y-1/2 text-[10px] text-muted-foreground",children:o})]})})}function Bn({active:e,onClick:t,children:n}){return c.jsx("button",{type:"button",onClick:t,className:we("flex h-6 w-full items-center justify-center gap-1.5 rounded border text-[10px] transition-colors",e?"border-[var(--selection)] bg-[var(--selection)]/15 text-foreground":"border-border/60 text-muted-foreground hover:bg-accent"),"aria-pressed":e,children:n})}function $4({id:e,element:t,field:n}){var a;const o=Z(),s=$t()(`${t.kind}.state.${n.name}`,n.label??n.name),i=((a=t.state)==null?void 0:a[n.name])??n.default,l=d=>{const u={...t.state??{}};d===void 0||d===n.default?delete u[n.name]:u[n.name]=d,y.getState().updateElement(e,{state:Object.keys(u).length>0?u:void 0})};return n.type==="boolean"?c.jsx(st,{label:s,children:c.jsx(Bn,{active:!!i,onClick:()=>l(!i),children:o(i?"common.yes":"common.no")})}):n.type==="number"?c.jsx(Kt,{label:s,value:typeof i=="number"?i:0,onCommit:l}):c.jsx(St,{label:s,value:typeof i=="string"?i:"",onCommit:d=>l(d.trim()===""?void 0:d)})}function S4(){const e=Z(),t=$t(),n=y(m=>m.selection),o=y(m=>m.selectedNode),r=y(m=>m.selectedWire),s=y(m=>m.diagram.elements),i=y(m=>m.diagram.buses),l=Ke(),a=Ae(l,"dense");if(n.length===0&&!o&&!r)return null;let d=e("props.title"),u=null;if(r)d=e("props.wire");else if(o)d=e("props.node");else if(n.length===1){const m=n[0],h=(i??[]).find(g=>g.id===m);if(h)d=h.name??e("props.bus");else{const g=s.find(f=>f.id===m);if(g){const f=Ye[g.kind];d=f?t(`${f.id}.name`,f.name):g.kind}}}else u=n.length;return c.jsxs("aside",{className:we("ole-glass absolute z-10 flex flex-col overflow-hidden rounded-2xl border border-border shadow-sm",a?"w-48":"w-56"),style:{top:`calc(${a?"4.5rem":"0.75rem"} + var(--ole-top-inset, 0px))`,right:"calc(0.75rem + var(--ole-right-inset, 0px))",maxHeight:`calc(100% - ${a?"5.25rem":"1.5rem"} - var(--ole-top-inset, 0px) - var(--ole-bottom-inset, 0px) - 4.5rem)`},children:[c.jsxs("div",{className:"flex items-center gap-1.5 border-b border-border/40 px-3 py-2",children:[c.jsx("span",{className:"flex-1 truncate text-[11px] font-semibold uppercase tracking-wide text-muted-foreground",children:d}),u!=null&&c.jsx("span",{className:"rounded bg-muted/50 px-1.5 py-0.5 font-mono text-[10px] tabular-nums text-muted-foreground/80",children:e("props.nSelected",{n:u})})]}),c.jsx(g4,{})]})}function j4(){S.useEffect(()=>{const e=n=>{const o=n.target;if(!o||o.tagName==="INPUT"||o.tagName==="TEXTAREA"||o.isContentEditable)return;const r=o.closest("button");r&&r.closest(".ole-glass")&&n.preventDefault()},t=n=>{const o=n.target;if(!o||!o.closest(".ole-canvas-root"))return;const r=document.activeElement;!r||r===document.body||r.tagName==="INPUT"||r.tagName==="TEXTAREA"||r.isContentEditable||r.blur()};return window.addEventListener("mousedown",e),window.addEventListener("pointerdown",t,!0),()=>{window.removeEventListener("mousedown",e),window.removeEventListener("pointerdown",t,!0)}},[])}function E4(){j4();const e=S.useRef(null),t=K$(e);return c.jsx(d2,{children:c.jsx("div",{ref:e,className:"relative h-full w-full overflow-hidden bg-background text-foreground",children:c.jsxs(wS,{width:t,children:[c.jsx(dS,{}),c.jsx(QS,{}),c.jsx(S4,{}),c.jsx(XS,{}),c.jsx(GS,{}),c.jsx(PS,{}),c.jsx(c4,{}),c.jsx(p4,{}),c.jsx(xS,{})]})})})}const N4="ole-theme";function T4(){try{const e=window.localStorage.getItem(N4);return e==="light"||e==="dark"?e:null}catch{return null}}function M4(){return typeof window<"u"&&typeof window.matchMedia=="function"&&window.matchMedia("(prefers-color-scheme: dark)").matches}function A4(){return typeof window>"u"?"light":T4()??(M4()?"dark":"light")}function Gb(e){typeof document>"u"||document.documentElement.classList.toggle("dark",e==="dark")}function C4({className:e,diagram:t,locale:n,theme:o}){return S.useEffect(()=>{if(!t)return;y.getState().diagram.elements.length===0&&y.getState().setDiagram(t)},[t]),S.useEffect(()=>{n&&_t.getState().setLocale(n)},[n]),S.useEffect(()=>{o&&Gb(o)},[o]),S.useEffect(()=>{In()},[]),C$(),c.jsx("div",{className:`ole-root ${e??"h-full w-full"}`,children:c.jsx(E4,{})})}const Yb={"application/json":[".json"]},Kb=()=>typeof window<"u"&&typeof window.showOpenFilePicker=="function",Xb=e=>e instanceof DOMException&&e.name==="AbortError";function Do(e){let t;try{t=JSON.parse(e)}catch(o){throw new Error(be("io.parseFailed",{err:o.message}))}if(!t||typeof t!="object"||Array.isArray(t))throw new Error(be("io.notObject"));const n=t;if(n.version!=="1")throw new Error(be("io.versionMismatch",{actual:JSON.stringify(n.version)}));if(!Array.isArray(n.elements))throw new Error(be("io.elementsMissing"));return n}function I4(e){return JSON.stringify(e,null,2)+`
|
|
194
|
+
`}async function O4(){if(Kb()){let e;try{[e]=await window.showOpenFilePicker({multiple:!1,types:[{description:be("topbar.file.fileDescription"),accept:Yb}]})}catch(n){if(Xb(n))return null;throw n}const t=await e.getFile();return{diagram:Do(await t.text()),session:{handle:e,name:t.name}}}return new Promise((e,t)=>{const n=document.createElement("input");n.type="file",n.accept=".json,application/json",n.addEventListener("change",async()=>{var r;const o=(r=n.files)==null?void 0:r[0];if(!o)return e(null);try{e({diagram:Do(await o.text()),session:{name:o.name}})}catch(s){t(s)}}),n.addEventListener("cancel",()=>e(null)),n.click()})}async function Fo(e,t,n={}){const o=I4(e);if(!n.saveAs&&(t!=null&&t.handle)){const i=await t.handle.createWritable();return await i.write(o),await i.close(),t}if(Kb()){let i;try{i=await window.showSaveFilePicker({suggestedName:(t==null?void 0:t.name)??"diagram.json",types:[{description:be("topbar.file.fileDescription"),accept:Yb}]})}catch(a){if(Xb(a))return null;throw a}const l=await i.createWritable();return await l.write(o),await l.close(),{handle:i,name:i.name}}const r=URL.createObjectURL(new Blob([o],{type:"application/json"})),s=document.createElement("a");return s.href=r,s.download=(t==null?void 0:t.name)??"diagram.json",s.click(),URL.revokeObjectURL(r),t??{name:"diagram.json"}}function P4(){const e=Z(),t=y(m=>m.fileSession),n=(t==null?void 0:t.name)??e("common.unnamed"),{onNew:o,onOpen:r,onSave:s,onSaveAs:i}=B4(),[l,a]=S.useState(!1),d=S.useRef(null);S.useEffect(()=>{const m=h=>{if(!(h.metaKey||h.ctrlKey))return;const g=h.key.toLowerCase();g==="o"?(h.preventDefault(),r()):g==="s"&&(h.preventDefault(),h.shiftKey?i():s())};return window.addEventListener("keydown",m),()=>window.removeEventListener("keydown",m)},[r,s,i]),S.useEffect(()=>{if(!l)return;const m=g=>{d.current&&!d.current.contains(g.target)&&a(!1)},h=g=>{g.key==="Escape"&&a(!1)};return window.addEventListener("mousedown",m),window.addEventListener("keydown",h),()=>{window.removeEventListener("mousedown",m),window.removeEventListener("keydown",h)}},[l]);const u=m=>()=>{a(!1),m()};return c.jsxs("div",{ref:d,className:"relative",children:[c.jsxs(Ee,{variant:"ghost",size:"sm",className:"gap-1.5","aria-haspopup":"menu","aria-expanded":l,onClick:()=>a(m=>!m),children:[c.jsx(qn,{}),e("topbar.file.label")]}),l&&c.jsxs("div",{role:"menu",className:"ole-glass absolute left-0 top-full mt-1.5 min-w-44 rounded-md border border-border p-1 shadow-md",children:[c.jsx("div",{className:"border-b border-border px-2 pb-1.5 pt-1 text-xs text-muted-foreground",children:n}),c.jsx(At,{onClick:u(o),icon:c.jsx(ww,{}),children:e("topbar.file.new")}),c.jsx(At,{onClick:u(r),icon:c.jsx(qn,{}),hint:"⌘O",children:e("topbar.file.open")}),c.jsx(At,{onClick:u(s),icon:c.jsx(Gn,{}),hint:"⌘S",children:e("topbar.file.save")}),c.jsx(At,{onClick:u(i),icon:c.jsx(Gn,{}),hint:"⌘⇧S",children:e("topbar.file.saveAs")})]})]})}function At({children:e,icon:t,hint:n,onClick:o}){return c.jsxs("button",{type:"button",role:"menuitem",onClick:o,className:"flex w-full items-center gap-2 rounded-sm px-2 py-1.5 text-left text-sm hover:bg-accent hover:text-accent-foreground [&>svg]:size-4",children:[t,c.jsx("span",{className:"flex-1",children:e}),n&&c.jsx("span",{className:"text-xs tabular-nums text-muted-foreground",children:n})]})}function B4(){const e=Z(),t=y(a=>a.loadDiagramFromFile),n=y(a=>a.setFileSession),o=y(a=>a.setDiagram);return{onNew:()=>{const{diagram:a}=y.getState();a.elements.length>0&&!confirm(e("topbar.file.newConfirm"))||(o({version:"1",elements:[]}),n(null))},onOpen:async()=>{try{const a=await O4();a&&(t(a.diagram,a.session),In())}catch(a){alert(e("topbar.file.openFailed",{err:a.message}))}},onSave:async()=>{try{const{diagram:a,fileSession:d}=y.getState(),u=await Fo(a,d);u&&n(u)}catch(a){alert(e("topbar.file.saveFailed",{err:a.message}))}},onSaveAs:async()=>{try{const{diagram:a,fileSession:d}=y.getState(),u=await Fo(a,d,{saveAs:!0});u&&n(u)}catch(a){alert(e("topbar.file.saveFailed",{err:a.message}))}}}}const cn="WIRES",ze="ELEMENTS",Ho="LABELS",Wo="ANNOTATIONS",qo=32,Go=64,L4=8,z4=1.25,R4=6;function Vb(e,t={}){const n=new Q4(t.precision??6);n.header(t.title),n.tables([{name:cn,color:7},{name:ze,color:7},{name:Ho,color:8},{name:Wo,color:3}]),n.beginEntities();for(const r of e.wireRenders.values())r.path.length<2||n.lwpolyline(cn,r.path.map(Te),!1);for(const{geometry:r}of e.buses.values()){const{axis:s,at:i,span:l}=r,a=l/2,d=s==="x"?[i[0]-a,i[1]]:[i[0],i[1]-a],u=s==="x"?[i[0]+a,i[1]]:[i[0],i[1]+a];n.lwpolyline(cn,[d,u].map(Te),!1)}for(const r of e.elements.values()){const s=e.layout.get(r.element.id),i=r.libraryDef;!s||!i||D4(n,i.svg,s)}const o=t.labelMode??"all";if(o!=="off")for(const r of e.elements.values()){const s=e.layout.get(r.element.id);if(!s||!r.libraryDef)continue;const i=Wt(r,o);if(i.length===0)continue;const l=r.libraryDef.label??qt(r.libraryDef),[a,d]=Gt(l,s);for(let u=0;u<i.length;u++){const[m,h]=Te([a,d+u*Ht]);n.text(Ho,[m,h],i[u],Lt,0,!1)}}for(const r of t.annotations??[]){if(!r.text)continue;const s=r.fontSize??L4,i=r.text.split(`
|
|
195
|
+
`);for(let l=0;l<i.length;l++){const[a,d]=Te([r.at[0],r.at[1]+(l+1)*s*z4]);n.text(Wo,[a,d],i[l],s,0,!1)}}return n.endEntities(),n.toString()}async function Ub(e,t="diagram.dxf",n){const o=Vb(e,n),r=URL.createObjectURL(new Blob([o],{type:"application/dxf;charset=utf-8"})),s=document.createElement("a");s.href=r,s.download=t,s.click(),URL.revokeObjectURL(r)}function D4(e,t,n){const o=`<svg xmlns="http://www.w3.org/2000/svg">${t}</svg>`,s=new DOMParser().parseFromString(o,"image/svg+xml").documentElement;if(!(!s||s.querySelector("parsererror")))for(const i of Array.from(s.children))switch(i.tagName.toLowerCase()){case"line":F4(e,i,n);break;case"polyline":Yo(e,i,n,!1);break;case"polygon":Yo(e,i,n,!0);break;case"rect":H4(e,i,n);break;case"circle":W4(e,i,n);break;case"ellipse":q4(e,i,n);break;case"path":X4(e,i,n);break;case"text":K4(e,i,n);break}}function F4(e,t,n){const o=pe(t,"x1"),r=pe(t,"y1"),s=pe(t,"x2"),i=pe(t,"y2"),l=Te(Le([o,r],n)),a=Te(Le([s,i],n));e.line(ze,l,a)}function Yo(e,t,n,o){const r=Z4(t.getAttribute("points")??"");if(r.length<2)return;const s=r.map(i=>Te(Le(i,n)));e.lwpolyline(ze,s,o)}function H4(e,t,n){const o=pe(t,"x"),r=pe(t,"y"),s=pe(t,"width"),i=pe(t,"height"),a=[[o,r],[o+s,r],[o+s,r+i],[o,r+i]].map(d=>Te(Le(d,n)));e.lwpolyline(ze,a,!0)}function W4(e,t,n){const o=pe(t,"cx"),r=pe(t,"cy"),s=pe(t,"r"),i=Te(Le([o,r],n));e.circle(ze,i,s)}function q4(e,t,n){const o=pe(t,"cx"),r=pe(t,"cy"),s=pe(t,"rx"),i=pe(t,"ry");if(Math.abs(s-i)<1e-6){G4(e,o,r,s,n);return}Y4(e,o,r,s,i,n)}function G4(e,t,n,o,r){const s=Te(Le([t,n],r));e.circle(ze,s,o)}function Y4(e,t,n,o,r,s){const i=[];for(let l=0;l<Go;l++){const a=l/Go*Math.PI*2;i.push(Te(Le([t+o*Math.cos(a),n+r*Math.sin(a)],s)))}e.lwpolyline(ze,i,!0)}function K4(e,t,n){const o=pe(t,"x"),r=pe(t,"y"),s=parseFloat(t.getAttribute("font-size")??"")||R4,i=(t.textContent??"").trim();if(!i)return;const l=Te(Le([o,r],n));e.text(ze,l,i,s,n.rot,n.mirror)}function X4(e,t,n){const o=t.getAttribute("d")??"",r=V4(o);if(r.length===0)return;let s=null,i=[];const l=()=>{i.length>=2&&e.lwpolyline(ze,i.map(a=>Te(Le(a,n))),!1),i=[]};for(const a of r)if(a.cmd==="M")l(),s=[a.args[0],a.args[1]],i.push(s);else if(a.cmd==="A"&&s){const[d,u,,m,h,g,f]=a.args,p=U4(s,[g,f],d,u,m!==0,h!==0);if(p)for(let x=1;x<=qo;x++){const v=p.theta1+p.delta*x/qo;i.push([p.cx+d*Math.cos(v),p.cy+u*Math.sin(v)])}else i.push([g,f]);s=[g,f]}l()}function V4(e){const t=[],n=/([MmAa])([^MmAa]*)/g;let o;for(;(o=n.exec(e))!==null;){const r=o[1].toUpperCase(),s=o[2].trim().split(/[\s,]+/).filter(i=>i.length>0).map(Number);t.push({cmd:r,args:s})}return t}function U4(e,t,n,o,r,s){if(n<=0||o<=0)return null;const[i,l]=e,[a,d]=t;if(i===a&&l===d)return null;const u=(i-a)/2,m=(l-d)/2;let h=Math.abs(n),g=Math.abs(o);const f=h*h,p=g*g,x=u*u/f+m*m/p;if(x>1){const I=Math.sqrt(x);h*=I,g*=I}const v=r===s?-1:1,b=h*h*g*g-h*h*m*m-g*g*u*u,k=h*h*m*m+g*g*u*u,$=v*Math.sqrt(Math.max(0,b/k)),M=$*(h*m)/g,B=$*-(g*u)/h,te=M+(i+a)/2,J=B+(l+d)/2,ve=(I,se,oe,de)=>{const X=I*oe+se*de,ue=Math.hypot(I,se)*Math.hypot(oe,de);let ae=Math.acos(Math.max(-1,Math.min(1,X/ue)));return I*de-se*oe<0&&(ae=-ae),ae},fe=ve(1,0,(u-M)/h,(m-B)/g);let N=ve((u-M)/h,(m-B)/g,(-u-M)/h,(-m-B)/g);return!s&&N>0?N-=2*Math.PI:s&&N<0&&(N+=2*Math.PI),{cx:te,cy:J,theta1:fe,delta:N}}function Le(e,t){return Be(e,t)}function Te(e){return[e[0],-e[1]]}function pe(e,t){const n=parseFloat(e.getAttribute(t)??"");return Number.isFinite(n)?n:0}function Z4(e){const t=e.trim().split(/[\s,]+/).map(Number).filter(o=>Number.isFinite(o)),n=[];for(let o=0;o+1<t.length;o+=2)n.push([t[o],t[o+1]]);return n}class Q4{constructor(t){it(this,"out",[]);it(this,"precision");this.precision=t}toString(){return this.out.join("")}g(t,n){this.out.push(`${t}
|
|
195
196
|
${this.fmt(n)}
|
|
196
|
-
`)}fmt(t){return typeof t=="number"?Number.isFinite(t)?Number.isInteger(t)?String(t):t.toFixed(this.precision):"0":t}header(t){this.g(0,"SECTION"),this.g(2,"HEADER"),this.g(9,"$ACADVER"),this.g(1,"AC1009"),this.g(9,"$INSUNITS"),this.g(70,0),t&&(this.g(9,"$PROJECTNAME"),this.g(1,
|
|
197
|
-
`);for(let p=0;p<
|
|
198
|
-
`)}function
|
|
199
|
-
`),
|
|
197
|
+
`)}fmt(t){return typeof t=="number"?Number.isFinite(t)?Number.isInteger(t)?String(t):t.toFixed(this.precision):"0":t}header(t){this.g(0,"SECTION"),this.g(2,"HEADER"),this.g(9,"$ACADVER"),this.g(1,"AC1009"),this.g(9,"$INSUNITS"),this.g(70,0),t&&(this.g(9,"$PROJECTNAME"),this.g(1,Ko(t))),this.g(0,"ENDSEC")}tables(t){this.g(0,"SECTION"),this.g(2,"TABLES"),this.g(0,"TABLE"),this.g(2,"LAYER"),this.g(70,t.length);for(const n of t)this.g(0,"LAYER"),this.g(2,n.name),this.g(70,0),this.g(62,n.color),this.g(6,"CONTINUOUS");this.g(0,"ENDTAB"),this.g(0,"ENDSEC")}beginEntities(){this.g(0,"SECTION"),this.g(2,"ENTITIES")}endEntities(){this.g(0,"ENDSEC"),this.g(0,"EOF")}line(t,n,o){this.g(0,"LINE"),this.g(8,t),this.g(10,n[0]),this.g(20,n[1]),this.g(30,0),this.g(11,o[0]),this.g(21,o[1]),this.g(31,0)}lwpolyline(t,n,o){if(!(n.length<2)){this.g(0,"LWPOLYLINE"),this.g(8,t),this.g(90,n.length),this.g(70,o?1:0);for(const[r,s]of n)this.g(10,r),this.g(20,s)}}circle(t,n,o){this.g(0,"CIRCLE"),this.g(8,t),this.g(10,n[0]),this.g(20,n[1]),this.g(30,0),this.g(40,o)}text(t,n,o,r,s,i){this.g(0,"TEXT"),this.g(8,t),this.g(10,n[0]),this.g(20,n[1]),this.g(30,0),this.g(40,r),this.g(1,Ko(o)),s!==0&&this.g(50,s),i&&this.g(71,2)}}function Ko(e){return e.replace(/[\r\n]+/g," ").slice(0,250)}const J4="http://www.w3.org/2000/svg",Ct=24,Zb=8,Qb=1.25;function Ln(e,t={}){const n=e6(e,t),o=Math.floor(n.minX-Ct),r=Math.floor(n.minY-Ct),s=Math.ceil(n.maxX+Ct)-o,i=Math.ceil(n.maxY+Ct)-r,l=t.background??"#FFFFFF",a=[];a.push('<?xml version="1.0" encoding="UTF-8"?>'),a.push(`<svg xmlns="${J4}" viewBox="${o} ${r} ${s} ${i}" width="${s}" height="${i}">`),t.title&&a.push(` <title>${ht(t.title)}</title>`),l!=="transparent"&&a.push(` <rect x="${o}" y="${r}" width="${s}" height="${i}" fill="${l}"/>`),a.push(' <g fill="none" stroke="black" stroke-width="1">');for(const m of e.wireRenders.values()){if(m.path.length<2)continue;const h=m.path.map(([g,f])=>`${g},${f}`).join(" ");a.push(` <polyline points="${h}"/>`)}a.push(" </g>");for(const{bus:m,geometry:h}of e.buses.values()){const{axis:g,at:f,span:p}=h,x=p/2,v=g==="x"?f[0]-x:f[0],b=g==="x"?f[1]:f[1]-x,k=g==="x"?f[0]+x:f[0],$=g==="x"?f[1]:f[1]+x;a.push(` <line id="${ht(m.id)}" x1="${v}" y1="${b}" x2="${k}" y2="${$}" stroke="black" stroke-width="3" stroke-linecap="round" fill="none"/>`)}for(const m of e.elements.values()){if(!m.libraryDef)continue;const h=e.layout.get(m.element.id);h&&(a.push(` <g id="${ht(m.element.id)}" transform="${Ge(h)}">`),a.push(` ${m.libraryDef.svg}`),a.push(" </g>"))}const d=t.labelMode??"all";if(d!=="off"){const m=l==="transparent"?"#FFFFFF":l;a.push(` <g fill="black" font-family="ui-sans-serif, system-ui, sans-serif" font-size="${Lt}" paint-order="stroke" stroke="${m}" stroke-width="2" stroke-linejoin="round">`);for(const h of e.elements.values()){const g=e.layout.get(h.element.id);if(!g||!h.libraryDef)continue;const f=Wt(h,d);if(f.length===0)continue;const p=h.libraryDef.label??qt(h.libraryDef),[x,v]=Gt(p,g),b=p.anchor??"start";for(let k=0;k<f.length;k++)a.push(` <text x="${x}" y="${v+k*Ht}" text-anchor="${b}">${ht(f[k])}</text>`)}a.push(" </g>")}const u=t.annotations??[];if(u.length>0){const m=l==="transparent"?"#FFFFFF":l;a.push(` <g fill="black" font-family="ui-sans-serif, system-ui, sans-serif" paint-order="stroke" stroke="${m}" stroke-width="2" stroke-linejoin="round">`);for(const h of u){if(!h.text)continue;const g=h.fontSize??Zb,f=h.text.split(`
|
|
198
|
+
`);for(let p=0;p<f.length;p++){const x=h.at[1]+g*.85+p*g*Qb;a.push(` <text x="${h.at[0]}" y="${x}" font-size="${g}">${ht(f[p])}</text>`)}}a.push(" </g>")}return a.push("</svg>"),a.join(`
|
|
199
|
+
`)}function e6(e,t){let n=1/0,o=1/0,r=-1/0,s=-1/0;const i=(a,d)=>{a<n&&(n=a),a>r&&(r=a),d<o&&(o=d),d>s&&(s=d)};for(const a of e.terminals.values())i(a.world[0],a.world[1]);for(const a of e.elements.values()){const d=e.layout.get(a.element.id),u=a.libraryDef;if(!d||!u)continue;const m=t6(u.viewBox);if(!m){i(d.at[0],d.at[1]);continue}const h=[[m.x,m.y],[m.x+m.w,m.y],[m.x,m.y+m.h],[m.x+m.w,m.y+m.h]];for(const g of h){const[f,p]=Be(g,d);i(f,p)}}for(const{geometry:a}of e.buses.values()){const{axis:d,at:u,span:m}=a,h=m/2;d==="x"?(i(u[0]-h,u[1]),i(u[0]+h,u[1])):(i(u[0],u[1]-h),i(u[0],u[1]+h))}for(const a of e.wireRenders.values())for(const[d,u]of a.path)i(d,u);const l=t.labelMode??"all";if(l!=="off")for(const a of e.elements.values()){const d=e.layout.get(a.element.id);if(!d||!a.libraryDef)continue;const u=Wt(a,l);if(u.length===0)continue;const m=a.libraryDef.label??qt(a.libraryDef),[h,g]=Gt(m,d),f=Xo(u,Lt),p=u.length*Ht,x=m.anchor??"start",v=x==="middle"?h-f/2:x==="end"?h-f:h;i(v,g-Lt),i(v+f,g+p)}for(const a of t.annotations??[]){if(!a.text)continue;const d=a.fontSize??Zb,u=a.text.split(`
|
|
200
|
+
`),m=Xo(u,d),h=u.length*d*Qb;i(a.at[0],a.at[1]),i(a.at[0]+m,a.at[1]+h)}return n===1/0&&(n=0,o=0,r=0,s=0),{minX:n,minY:o,maxX:r,maxY:s}}function Xo(e,t){let n=0;for(const o of e){const r=o.length*t*.55;r>n&&(n=r)}return Math.max(20,n)}function t6(e){const t=e.trim().split(/\s+/).map(Number);return t.length!==4||t.some(n=>Number.isNaN(n))?null:{x:t[0],y:t[1],w:t[2],h:t[3]}}function ht(e){return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""")}async function Jb(e,t="diagram.svg",n){const o=Ln(e,n);tw(new Blob([o],{type:"image/svg+xml;charset=utf-8"}),t)}async function ew(e,t="diagram.png",n){const o=Ln(e,n),r=(n==null?void 0:n.scale)??2,s=URL.createObjectURL(new Blob([o],{type:"image/svg+xml;charset=utf-8"}));try{const i=await n6(s),l=document.createElement("canvas");l.width=Math.round(i.naturalWidth*r),l.height=Math.round(i.naturalHeight*r);const a=l.getContext("2d");if(!a)throw new Error("canvas 2d context unavailable");n!=null&&n.background&&n.background!=="transparent"&&(a.fillStyle=n.background,a.fillRect(0,0,l.width,l.height)),a.drawImage(i,0,0,l.width,l.height);const d=await new Promise((u,m)=>{l.toBlob(h=>h?u(h):m(new Error("toBlob failed")),"image/png")});tw(d,t)}finally{URL.revokeObjectURL(s)}}function n6(e){return new Promise((t,n)=>{const o=new Image;o.onload=()=>t(o),o.onerror=()=>n(new Error("failed to load SVG into image")),o.src=e})}function tw(e,t){const n=URL.createObjectURL(e),o=document.createElement("a");o.href=n,o.download=t,o.click(),URL.revokeObjectURL(n)}function o6(){const e=Z(),[t,n]=S.useState(!1),o=S.useRef(null);S.useEffect(()=>{if(!t)return;const s=l=>{o.current&&!o.current.contains(l.target)&&n(!1)},i=l=>{l.key==="Escape"&&n(!1)};return window.addEventListener("mousedown",s),window.addEventListener("keydown",i),()=>{window.removeEventListener("mousedown",s),window.removeEventListener("keydown",i)}},[t]);const r=s=>()=>{var m,h,g,f;n(!1);const{internal:i,diagram:l,fileSession:a}=y.getState(),d=((m=a==null?void 0:a.name)==null?void 0:m.replace(/\.json$/i,""))??((h=l.meta)==null?void 0:h.title)??"diagram",u={title:(g=l.meta)==null?void 0:g.title,labelMode:(f=l.meta)==null?void 0:f.labelMode,annotations:l.annotations};s==="svg"?Jb(i,`${d}.svg`,u):s==="png"?ew(i,`${d}.png`,{...u,scale:2}).catch(p=>{console.error(p),alert(e("topbar.export.pngFailed",{err:p.message}))}):Ub(i,`${d}.dxf`,u).catch(p=>{console.error(p),alert(e("topbar.export.dxfFailed",{err:p.message}))})};return c.jsxs("div",{ref:o,className:"relative",children:[c.jsxs(Ee,{variant:"ghost",size:"sm",className:"gap-1.5","aria-haspopup":"menu","aria-expanded":t,onClick:()=>n(s=>!s),children:[c.jsx(yw,{}),e("topbar.export.label")]}),t&&c.jsxs("div",{role:"menu",className:"ole-glass absolute left-0 top-full mt-1.5 min-w-40 rounded-md border border-border p-1 shadow-md",children:[c.jsxs("button",{type:"button",role:"menuitem",onClick:r("svg"),className:"flex w-full items-center gap-2 rounded-sm px-2 py-1.5 text-left text-sm hover:bg-accent hover:text-accent-foreground [&>svg]:size-4",children:[c.jsx(vw,{}),c.jsx("span",{className:"flex-1",children:"SVG"})]}),c.jsxs("button",{type:"button",role:"menuitem",onClick:r("png"),className:"flex w-full items-center gap-2 rounded-sm px-2 py-1.5 text-left text-sm hover:bg-accent hover:text-accent-foreground [&>svg]:size-4",children:[c.jsx(bw,{}),c.jsx("span",{className:"flex-1",children:"PNG (2×)"})]}),c.jsxs("button",{type:"button",role:"menuitem",onClick:r("dxf"),className:"flex w-full items-center gap-2 rounded-sm px-2 py-1.5 text-left text-sm hover:bg-accent hover:text-accent-foreground [&>svg]:size-4",children:[c.jsx(xw,{}),c.jsx("span",{className:"flex-1",children:"DXF"})]})]})]})}exports.ExportMenu=o6;exports.FileMenu=P4;exports.LIBRARY=pn;exports.OneLineEditor=C4;exports.applyTheme=Gb;exports.buildExportDxf=Vb;exports.buildExportSvg=Ln;exports.compile=We;exports.downloadDxf=Ub;exports.downloadPng=ew;exports.downloadSvg=Jb;exports.emptyInternalModel=wr;exports.fitToContent=Cn;exports.fitToContentSoon=In;exports.getInitialTheme=A4;exports.getLibraryEntry=fb;exports.newBusId=gn;exports.newElementId=wt;exports.orientationVec=hn;exports.resolvePlacement=vr;exports.transformOrientation=yt;exports.transformPoint=Be;exports.useEditorStore=y;exports.useLocale=_t;exports.wireIdFromEnds=vt;
|
|
200
201
|
//# sourceMappingURL=sldeditor.cjs.map
|