sldeditor 0.1.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/canvas/tools/PanTool.d.ts.map +1 -1
- package/dist/canvas/tools/SelectTool.d.ts.map +1 -1
- package/dist/element-library/index.d.ts.map +1 -1
- package/dist/sldeditor.cjs +47 -46
- package/dist/sldeditor.cjs.map +1 -1
- package/dist/sldeditor.js +5295 -4162
- package/dist/sldeditor.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/sldeditor.cjs
CHANGED
|
@@ -1,200 +1,201 @@
|
|
|
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
|
|
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.
|
|
25
25
|
* See the LICENSE file in the root directory of this source tree.
|
|
26
|
-
*/const
|
|
26
|
+
*/const Zo=U("Cable",[["path",{d:"M17 21v-2a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1",key:"10bnsj"}],["path",{d:"M19 15V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V9",key:"1eqmu1"}],["path",{d:"M21 21v-2h-4",key:"14zm7j"}],["path",{d:"M3 5h4V3",key:"z442eg"}],["path",{d:"M7 5a1 1 0 0 1 1 1v1a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1V3",key:"ebdjd7"}]]);/**
|
|
27
27
|
* @license lucide-react v0.469.0 - ISC
|
|
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 Jo=
|
|
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.
|
|
50
50
|
* See the LICENSE file in the root directory of this source tree.
|
|
51
|
-
*/const
|
|
51
|
+
*/const dn=U("Ellipsis",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]);/**
|
|
52
52
|
* @license lucide-react v0.469.0 - ISC
|
|
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.
|
|
75
75
|
* See the LICENSE file in the root directory of this source tree.
|
|
76
|
-
*/const
|
|
76
|
+
*/const er=U("FlipHorizontal",[["path",{d:"M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3",key:"1i73f7"}],["path",{d:"M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3",key:"saxlbk"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 2v2",key:"tus03m"}]]);/**
|
|
77
77
|
* @license lucide-react v0.469.0 - ISC
|
|
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.
|
|
100
100
|
* See the LICENSE file in the root directory of this source tree.
|
|
101
|
-
*/const
|
|
101
|
+
*/const tr=U("ListTree",[["path",{d:"M21 12h-8",key:"1bmf0i"}],["path",{d:"M21 6H8",key:"1pqkrb"}],["path",{d:"M21 18h-8",key:"1tm79t"}],["path",{d:"M3 6v4c0 1.1.9 2 2 2h3",key:"1ywdgy"}],["path",{d:"M3 10v6c0 1.1.9 2 2 2h3",key:"2wc746"}]]);/**
|
|
102
102
|
* @license lucide-react v0.469.0 - ISC
|
|
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 jn=
|
|
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.
|
|
130
130
|
* See the LICENSE file in the root directory of this source tree.
|
|
131
|
-
*/const
|
|
131
|
+
*/const En=U("Redo2",[["path",{d:"m15 14 5-5-5-5",key:"12vg1m"}],["path",{d:"M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13",key:"6uklza"}]]);/**
|
|
132
132
|
* @license lucide-react v0.469.0 - ISC
|
|
133
133
|
*
|
|
134
134
|
* This source code is licensed under the ISC license.
|
|
135
135
|
* See the LICENSE file in the root directory of this source tree.
|
|
136
|
-
*/const
|
|
136
|
+
*/const nr=U("RotateCw",[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8",key:"1p45f6"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}]]);/**
|
|
137
137
|
* @license lucide-react v0.469.0 - ISC
|
|
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 Gn=
|
|
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.
|
|
145
145
|
* See the LICENSE file in the root directory of this source tree.
|
|
146
|
-
*/const
|
|
146
|
+
*/const or=U("Scissors",[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M8.12 8.12 12 12",key:"1alkpv"}],["path",{d:"M20 4 8.12 15.88",key:"xgtan2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M14.8 14.8 20 20",key:"ptml3r"}]]);/**
|
|
147
147
|
* @license lucide-react v0.469.0 - ISC
|
|
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.
|
|
155
155
|
* See the LICENSE file in the root directory of this source tree.
|
|
156
|
-
*/const
|
|
156
|
+
*/const rr=U("Shapes",[["path",{d:"M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z",key:"1bo67w"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1",key:"1bkyp8"}],["circle",{cx:"17.5",cy:"17.5",r:"3.5",key:"w3z12y"}]]);/**
|
|
157
157
|
* @license lucide-react v0.469.0 - ISC
|
|
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.
|
|
170
170
|
* See the LICENSE file in the root directory of this source tree.
|
|
171
|
-
*/const
|
|
171
|
+
*/const sr=U("Trash2",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}],["line",{x1:"10",x2:"10",y1:"11",y2:"17",key:"1uufr5"}],["line",{x1:"14",x2:"14",y1:"11",y2:"17",key:"xtxkd"}]]);/**
|
|
172
172
|
* @license lucide-react v0.469.0 - ISC
|
|
173
173
|
*
|
|
174
174
|
* This source code is licensed under the ISC license.
|
|
175
175
|
* See the LICENSE file in the root directory of this source tree.
|
|
176
|
-
*/const
|
|
176
|
+
*/const ir=U("Type",[["polyline",{points:"4 7 4 4 20 4 20 7",key:"1nosan"}],["line",{x1:"9",x2:"15",y1:"20",y2:"20",key:"swin9y"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20",key:"1tx1rr"}]]);/**
|
|
177
177
|
* @license lucide-react v0.469.0 - ISC
|
|
178
178
|
*
|
|
179
179
|
* This source code is licensed under the ISC license.
|
|
180
180
|
* See the LICENSE file in the root directory of this source tree.
|
|
181
|
-
*/const
|
|
181
|
+
*/const Nn=U("Undo2",[["path",{d:"M9 14 4 9l5-5",key:"102s5s"}],["path",{d:"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11",key:"f3b9sd"}]]);/**
|
|
182
182
|
* @license lucide-react v0.469.0 - ISC
|
|
183
183
|
*
|
|
184
184
|
* This source code is licensed under the ISC license.
|
|
185
185
|
* See the LICENSE file in the root directory of this source tree.
|
|
186
|
-
*/const
|
|
186
|
+
*/const gt=U("WandSparkles",[["path",{d:"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72",key:"ul74o6"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"M5 6v4",key:"ilb8ba"}],["path",{d:"M19 14v4",key:"blhpug"}],["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M7 8H3",key:"zfb6yr"}],["path",{d:"M21 16h-4",key:"1cnmox"}],["path",{d:"M11 3H9",key:"1obp7u"}]]);/**
|
|
187
187
|
* @license lucide-react v0.469.0 - ISC
|
|
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 Nn=V("X",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);function ir(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=ir(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=ir(e))&&(o&&(o+=" "),o+=t);return o}const Tn="-",Ah=e=>{const t=Ph(e),{conflictingClassGroups:n,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:i=>{const a=i.split(Tn);return a[0]===""&&a.length!==1&&a.shift(),lr(a,t)||Mh(i)},getConflictingClassGroupIds:(i,a)=>{const l=n[i]||[];return a&&o[i]?[...l,...o[i]]:l}}},lr=(e,t)=>{var i;if(e.length===0)return t.classGroupId;const n=e[0],o=t.nextPart.get(n),r=o?lr(e.slice(1),o):void 0;if(r)return r;if(t.validators.length===0)return;const s=e.join(Tn);return(i=t.validators.find(({validator:a})=>a(s)))==null?void 0:i.classGroupId},Kn=/^\[(.+)\]$/,Mh=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}},Ph=e=>{const{theme:t,prefix:n}=e,o={nextPart:new Map,validators:[]};return Lh(Object.entries(e.classGroups),n).forEach(([s,i])=>{dn(i,o,s,t)}),o},dn=(e,t,n,o)=>{e.forEach(r=>{if(typeof r=="string"){const s=r===""?t:qn(t,r);s.classGroupId=n;return}if(typeof r=="function"){if(Oh(r)){dn(r(o),t,n,o);return}t.validators.push({validator:r,classGroupId:n});return}Object.entries(r).forEach(([s,i])=>{dn(i,qn(t,s),n,o)})})},qn=(e,t)=>{let n=e;return t.split(Tn).forEach(o=>{n.nextPart.has(o)||n.nextPart.set(o,{nextPart:new Map,validators:[]}),n=n.nextPart.get(o)}),n},Oh=e=>e.isThemeGetter,Lh=(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,Bh=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)}}},cr="!",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 p=l.length===0?a:a.substring(u),g=p.startsWith(cr),m=g?p.substring(1):p,h=f&&f>u?f-u:void 0;return{modifiers:l,hasImportantModifier:g,baseClassName:m,maybePostfixModifierPosition:h}};return n?a=>n({className:a,parseClassName:i}):i},Dh=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},zh=e=>({cache:Bh(e.cacheSize),parseClassName:Rh(e),...Ah(e)}),Fh=/\s+/,Hh=(e,t)=>{const{parseClassName:n,getClassGroupId:o,getConflictingClassGroupIds:r}=t,s=[],i=e.trim().split(Fh);let a="";for(let l=i.length-1;l>=0;l-=1){const d=i[l],{modifiers:u,hasImportantModifier:f,baseClassName:p,maybePostfixModifierPosition:g}=n(d);let m=!!g,h=o(m?p.substring(0,g):p);if(!h){if(!m){a=d+(a.length>0?" "+a:a);continue}if(h=o(p),!h){a=d+(a.length>0?" "+a:a);continue}m=!1}const y=Dh(u).join(":"),v=f?y+cr:y,b=v+h;if(s.includes(b))continue;s.push(b);const _=r(h,m);for(let N=0;N<_.length;++N){const I=_[N];s.push(v+I)}a=d+(a.length>0?" "+a:a)}return a};function Wh(){let e=0,t,n,o="";for(;e<arguments.length;)(t=arguments[e++])&&(n=dr(t))&&(o&&(o+=" "),o+=n);return o}const dr=e=>{if(typeof e=="string")return e;let t,n="";for(let o=0;o<e.length;o++)e[o]&&(t=dr(e[o]))&&(n&&(n+=" "),n+=t);return n};function Gh(e,...t){let n,o,r,s=i;function i(l){const d=t.reduce((u,f)=>f(u),e());return n=zh(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=Hh(l,n);return r(l,u),u}return function(){return s(Wh.apply(null,arguments))}}const oe=e=>{const t=n=>n[e]||[];return t.isThemeGetter=!0,t},ur=/^\[(?:([a-z-]+):)?(.+)\]$/i,Kh=/^\d+\/\d+$/,qh=new Set(["px","full","screen"]),Yh=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Xh=/\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$/,Vh=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,Uh=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Zh=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Pe=e=>Qe(e)||qh.has(e)||Kh.test(e),ze=e=>nt(e,"length",sp),Qe=e=>!!e&&!Number.isNaN(Number(e)),Ut=e=>nt(e,"number",Qe),it=e=>!!e&&Number.isInteger(Number(e)),Jh=e=>e.endsWith("%")&&Qe(e.slice(0,-1)),K=e=>ur.test(e),Fe=e=>Yh.test(e),Qh=new Set(["length","size","percentage"]),ep=e=>nt(e,Qh,fr),tp=e=>nt(e,"position",fr),np=new Set(["image","url"]),op=e=>nt(e,np,ap),rp=e=>nt(e,"",ip),at=()=>!0,nt=(e,t,n)=>{const o=ur.exec(e);return o?o[1]?typeof t=="string"?o[1]===t:t.has(o[1]):n(o[2]):!1},sp=e=>Xh.test(e)&&!Vh.test(e),fr=()=>!1,ip=e=>Uh.test(e),ap=e=>Zh.test(e),lp=()=>{const e=oe("colors"),t=oe("spacing"),n=oe("blur"),o=oe("brightness"),r=oe("borderColor"),s=oe("borderRadius"),i=oe("borderSpacing"),a=oe("borderWidth"),l=oe("contrast"),d=oe("grayscale"),u=oe("hueRotate"),f=oe("invert"),p=oe("gap"),g=oe("gradientColorStops"),m=oe("gradientColorStopPositions"),h=oe("inset"),y=oe("margin"),v=oe("opacity"),b=oe("padding"),_=oe("saturate"),N=oe("scale"),I=oe("sepia"),B=oe("skew"),re=oe("space"),te=oe("translate"),ve=()=>["auto","contain","none"],me=()=>["auto","hidden","clip","visible","scroll"],E=()=>["auto",K,t],M=()=>[K,t],se=()=>["",Pe,ze],ne=()=>["auto",Qe,K],ce=()=>["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",K],ke=()=>["auto","avoid","all","avoid-page","page","left","right","column"],ye=()=>[Qe,K];return{cacheSize:500,separator:":",theme:{colors:[at],spacing:[Pe,ze],blur:["none","",Fe,K],brightness:ye(),borderColor:[e],borderRadius:["none","","full",Fe,K],borderSpacing:M(),borderWidth:se(),contrast:ye(),grayscale:he(),hueRotate:ye(),invert:he(),gap:M(),gradientColorStops:[e],gradientColorStopPositions:[Jh,ze],inset:E(),margin:E(),opacity:ye(),padding:M(),saturate:ye(),scale:ye(),sepia:he(),skew:ye(),space:M(),translate:M()},classGroups:{aspect:[{aspect:["auto","square","video",K]}],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:[...ce(),K]}],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:[h]}],"inset-x":[{"inset-x":[h]}],"inset-y":[{"inset-y":[h]}],start:[{start:[h]}],end:[{end:[h]}],top:[{top:[h]}],right:[{right:[h]}],bottom:[{bottom:[h]}],left:[{left:[h]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",it,K]}],basis:[{basis:E()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",K]}],grow:[{grow:he()}],shrink:[{shrink:he()}],order:[{order:["first","last","none",it,K]}],"grid-cols":[{"grid-cols":[at]}],"col-start-end":[{col:["auto",{span:["full",it,K]},K]}],"col-start":[{"col-start":ne()}],"col-end":[{"col-end":ne()}],"grid-rows":[{"grid-rows":[at]}],"row-start-end":[{row:["auto",{span:[it,K]},K]}],"row-start":[{"row-start":ne()}],"row-end":[{"row-end":ne()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",K]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",K]}],gap:[{gap:[p]}],"gap-x":[{"gap-x":[p]}],"gap-y":[{"gap-y":[p]}],"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:[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":[re]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[re]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",K,t]}],"min-w":[{"min-w":[K,t,"min","max","fit"]}],"max-w":[{"max-w":[K,t,"none","full","min","max","fit","prose",{screen:[Fe]},Fe]}],h:[{h:[K,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[K,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[K,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[K,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",Ut]}],"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",K]}],"line-clamp":[{"line-clamp":["none",Qe,Ut]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",Pe,K]}],"list-image":[{"list-image":["none",K]}],"list-style-type":[{list:["none","disc","decimal",K]}],"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,K]}],"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",K]}],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",K]}],"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:[...ce(),tp]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",ep]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},op]}],"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,K]}],"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,rp]}],"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:[l]}],"drop-shadow":[{"drop-shadow":["","none",Fe,K]}],grayscale:[{grayscale:[d]}],"hue-rotate":[{"hue-rotate":[u]}],invert:[{invert:[f]}],saturate:[{saturate:[_]}],sepia:[{sepia:[I]}],"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":[_]}],"backdrop-sepia":[{"backdrop-sepia":[I]}],"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",K]}],duration:[{duration:ye()}],ease:[{ease:["linear","in","out","in-out",K]}],delay:[{delay:ye()}],animate:[{animate:["none","spin","ping","pulse","bounce",K]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[N]}],"scale-x":[{"scale-x":[N]}],"scale-y":[{"scale-y":[N]}],rotate:[{rotate:[it,K]}],"translate-x":[{"translate-x":[te]}],"translate-y":[{"translate-y":[te]}],"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",K]}],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",K]}],"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",K]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[Pe,ze,Ut]}],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"]}}},cp=Gh(lp);function we(...e){return cp(ar(e))}const mr=S.createContext(null);function dp(){const e=S.useContext(mr);if(!e)throw new Error("useContextMenu must be used inside <ContextMenuHost>");return e}const $t=8;function up({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)},[]),a=S.useCallback((d,u,f)=>{r(null),n({open:!0,x:d,y:u,items:f})},[]),l=S.useMemo(()=>({open:a,close:i}),[a,i]);return S.useLayoutEffect(()=>{if(!t.open||!s.current)return;const d=s.current.getBoundingClientRect();let u=t.x,f=t.y;u+d.width>window.innerWidth-$t&&(u=Math.max($t,t.x-d.width)),f+d.height>window.innerHeight-$t&&(f=Math.max($t,t.y-d.height)),r({left:u,top:f})},[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())},f=()=>i(),p=()=>i();return document.addEventListener("pointerdown",d,!0),document.addEventListener("keydown",u,!0),window.addEventListener("wheel",f,{passive:!0}),window.addEventListener("blur",p),()=>{document.removeEventListener("pointerdown",d,!0),document.removeEventListener("keydown",u,!0),window.removeEventListener("wheel",f),window.removeEventListener("blur",p)}},[t.open,i]),c.jsxs(mr.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 Yn=e=>{let t;const n=new Set,o=(d,u)=>{const f=typeof d=="function"?d(t):d;if(!Object.is(f,t)){const p=t;t=u??(typeof f!="object"||f===null)?f:Object.assign({},t,f),n.forEach(g=>g(t,p))}},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},fp=(e=>e?Yn(e):Yn),mp=e=>e;function hp(e,t=mp){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 Xn=e=>{const t=fp(e),n=o=>hp(t,o);return Object.assign(n,t),n},zt=(e=>e?Xn(e):Xn),Vn={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"}},hr="ole-locale";function pp(){if(typeof window>"u")return"zh";try{const e=window.localStorage.getItem(hr);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 Un(e){try{window.localStorage.setItem(hr,e)}catch{}}const kt=zt((e,t)=>({locale:pp(),setLocale:n=>{Un(n),e({locale:n})},toggle:()=>{const n=t().locale==="zh"?"en":"zh";Un(n),e({locale:n})}}));function pr(e,t){return t?e.replace(/\{(\w+)\}/g,(n,o)=>t[o]!==void 0?String(t[o]):`{${o}}`):e}function gr(e,t){return Vn[e][t]??Vn.zh[t]??t}function be(e,t){return pr(gr(kt.getState().locale,e),t)}function U(){const e=kt(t=>t.locale);return(t,n)=>pr(gr(e,t),n)}function xr(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 un=e=>t=>{try{const n=e(t);return n instanceof Promise?n:{then(o){return un(o)(n)},catch(o){return this}}}catch(n){return{then(o){return this},catch(o){return un(o)(n)}}}},gp=(e,t)=>(n,o,r)=>{let s={storage:xr(()=>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})},p=r.setState;r.setState=(y,v)=>(p(y,v),f());const g=e((...y)=>(n(...y),f()),o,r);r.getInitialState=()=>g;let m;const h=()=>{var y,v;if(!u)return;const b=++a;i=!1,l.forEach(N=>{var I;return N((I=o())!=null?I:g)});const _=((v=s.onRehydrateStorage)==null?void 0:v.call(s,(y=o())!=null?y:g))||void 0;return un(u.getItem.bind(u))(s.name).then(N=>{if(N)if(typeof N.version=="number"&&N.version!==s.version){if(s.migrate){const I=s.migrate(N.state,N.version);return I instanceof Promise?I.then(B=>[!0,B]):[!0,I]}console.error("State loaded from storage couldn't be migrated since no migrate function was provided")}else return[!1,N.state];return[!1,void 0]}).then(N=>{var I;if(b!==a)return;const[B,re]=N;if(m=s.merge(re,(I=o())!=null?I:g),n(m,!0),B)return f()}).then(()=>{b===a&&(_==null||_(o(),void 0),m=o(),i=!0,d.forEach(N=>N(m)))}).catch(N=>{b===a&&(_==null||_(void 0,N))})};return r.persist={setOptions:y=>{s={...s,...y},y.storage&&(u=y.storage)},clearStorage:()=>{u==null||u.removeItem(s.name)},getOptions:()=>s,rehydrate:()=>h(),hasHydrated:()=>i,onHydrate:y=>(l.add(y),()=>{l.delete(y)}),onFinishHydration:y=>(d.add(y),()=>{d.delete(y)})},s.skipHydration||h(),m||g},xp=gp,Oe=.5;function yr(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 br(){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 wr(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 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 yp={n:"e",e:"s",s:"w",w:"n"},bp={n:"n",s:"s",e:"w",w:"e"};function gt(e,t){let n=t.mirror?bp[e]:e;const o=t.rot/90|0;for(let r=0;r<o;r++)n=yp[n];return n}function mn(e){switch(e){case"n":return[0,-1];case"s":return[0,1];case"e":return[1,0];case"w":return[-1,0]}}class vr{constructor(){st(this,"parent",new Map);st(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 Zn=["n","e","s","w"],Jn={n:"s",s:"n",e:"w",w:"e"};function Qn(e,t){const n=Zn.indexOf(e),r=((Zn.indexOf(t)-n)%4+4)%4;return[0,90,180,270][r]}const wp=320,eo=220,lt=260,to=720,ct=30,no=30,dt=80,oo=10,vp=60,kp=520,_p=80,Sp=80,ro=8,so=new Set(["source","renewable"]);function jp(e){var Bn,Rn,Dn,zn,Fn,Hn;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 k=d.get(w);if(k)return r.get(k.kind)},p=new Set(n.map(w=>w.id)),g=w=>p.has(w),m=new vr;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 k=r.get(w.kind);if(k)for(const j of k.terminals)m.add(`${w.id}.${j.id}`)}for(const w of n)m.add(w.id);const h=[];for(const[,w]of m.groups())w.length>=2&&h.push(w);const y=new Map;for(const w of h)for(const k of w)y.set(k,[w]);const v=new Map;for(const w of h){const k=w.filter(g);if(k.length!==0)for(const j of k){const T=w.filter($=>$!==j),L=v.get(j)??[];L.push(...T),v.set(j,L)}}const b=new Map;for(const w of h){const k=w.filter(g);if(k.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),$=j.slice(T+1),A=b.get(L)??[];for(const D of k)A.some(P=>P.busId===D&&P.pin===$)||A.push({busId:D,pin:$});b.set(L,A)}}const _=[],N=new Set;for(const[w,k]of b)if(new Set(k.map(T=>T.busId)).size>=2){const T=((Rn=r.get(((Bn=d.get(w))==null?void 0:Bn.kind)??""))==null?void 0:Rn.category)==="transformer"?"vertical":"horizontal";_.push({elementId:w,attachments:k,orientation:T}),T==="vertical"&&N.add(w)}const I=new Map,B=(w,k)=>{w!==k&&(I.has(w)||I.set(w,new Set),I.has(k)||I.set(k,new Set),I.get(w).add(k),I.get(k).add(w))};for(const w of o)B(w.ends[0],w.ends[1]);for(const w of t){const k=r.get(w.kind);if(!k||k.terminals.length<2)continue;const j=k.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(N.has(w.id))continue;const k=r.get(w.kind);if(!k||k.category!=="transformer"||k.terminals.length<2)continue;const j=k.terminals.map($=>`${w.id}.${$.id}`),T=new Map;for(const $ of j){const A=$.slice(w.id.length+1);T.set(A,new Set);const D=new Set(j.filter(z=>z!==$)),P=new Set([$]),H=[$];for(;H.length>0;){const z=H.shift();if(g(z)){T.get(A).add(z);continue}const C=I.get(z);if(C)for(const O of C)P.has(O)||D.has(O)||(P.add(O),H.push(O))}}const L=new Set;for(const $ of T.values())for(const A of $)L.add(A);if(L.size>=2){const $=[];for(const[A,D]of T)for(const P of D)$.push({busId:P,pin:A});_.push({elementId:w.id,attachments:$,orientation:"vertical"}),N.add(w.id)}}const re=(w,k)=>{var D;const j=f(k),T=j?j.terminals.map(P=>`${k}.${P.id}`):[],L=w,$=new Set([L,...T]),A=[L];for(;A.length>0;){const P=A.shift(),H=P.indexOf(".");if(H>0){const C=P.slice(0,H),O=d.get(C);if(O){const R=(D=r.get(O.kind))==null?void 0:D.category;if(R&&so.has(R))return!0}}const z=I.get(P);if(z)for(const C of z)$.has(C)||($.add(C),A.push(C))}return!1};for(const w of _){if(w.orientation!=="horizontal")continue;const k=new Set(w.attachments.map(T=>T.busId));let j=0;for(const T of k)re(T,w.elementId)&&j++;j===1&&(w.orientation="vertical",N.add(w.elementId))}for(const w of t){if(N.has(w.id)||w.kind!=="breaker")continue;const k=r.get(w.kind);if(!k||k.terminals.length!==2)continue;const j=k.terminals.map($=>`${w.id}.${$.id}`),T=new Map;for(const $ of j){const A=$.slice(w.id.length+1),D=new Set(j.filter(z=>z!==$)),P=new Set([$]),H=[$];for(;H.length>0;){const z=H.shift();if(g(z)){T.set(A,z);break}const C=I.get(z);if(C)for(const O of C){if(P.has(O)||D.has(O))continue;const R=O.indexOf(".");if(R>0){const G=O.slice(0,R);if(G!==w.id){const Q=d.get(G),Z=Q?r.get(Q.kind):void 0;if((Z==null?void 0:Z.category)==="transformer")continue}}P.add(O),H.push(O)}}}if(new Set(T.values()).size>=2){const $=[];for(const[A,D]of T)$.push({busId:D,pin:A});_.push({elementId:w.id,attachments:$,orientation:"horizontal"})}}const te=new Map;for(const w of n)te.set(w.id,new Map);for(const w of _){const k=Array.from(new Set(w.attachments.map(j=>j.busId)));for(const j of k)for(const T of k)j!==T&&((Dn=te.get(j))==null||Dn.set(T,w))}const ve=w=>{var j;const k=(j=r.get(w))==null?void 0:j.category;return k?so.has(k):!1},me=[];for(const w of n){const k=v.get(w.id);if(k)for(const j of k){if(g(j))continue;const T=j.indexOf(".");if(T<0)continue;const L=j.slice(0,T),$=d.get(L);if($&&ve($.kind)){me.push(w.id);break}}}me.length===0&&n.length>0&&me.push(n[0].id);const E=new Map;for(const w of me)E.set(w,0);{const w=[...me];for(;w.length>0;){const k=w.shift(),j=E.get(k),T=te.get(k);if(T)for(const[L,$]of T){if(E.has(L))continue;const A=$.orientation==="horizontal"?j:j+1;E.set(L,A),w.push(L)}}}for(const w of n){if(E.has(w.id))continue;const k=E.size===0?-1:Math.max(...Array.from(E.values()));E.set(w.id,k+1)}const M=new Map;for(const w of n){const k=E.get(w.id),j=M.get(k)??[];j.push(w.id),M.set(k,j)}const se=[...M.keys()].sort((w,k)=>w-k),ne=(w,k,j)=>{const T=`${w.elementId}.${j}`,L=k,$=f(w.elementId),A=new Set;if($)for(const C of $.terminals)C.id!==j&&A.add(`${w.elementId}.${C.id}`);const D=new Set([T]),P=[{ref:T,dist:0}],H=new Map,z=(C,O,R,G)=>{D.add(C),H.set(C,O),P.push({ref:C,dist:G+R})};for(;P.length>0;){const{ref:C,dist:O}=P.shift();if(C===L){const Z=H.get(L);let le;if(Z){const q=Z.indexOf(".");if(q>0){const F=Z.slice(0,q);F!==w.elementId&&(le=F)}}return{extent:O,head:le}}const R=C.indexOf(".");if(R<0)continue;const G=C.slice(0,R),Q=C.slice(R+1);if(!g(G)&&!N.has(G)){const Z=f(G),le=Z==null?void 0:Z.terminals.find(q=>q.id===Q);if(Z&&le)for(const q of Z.terminals){if(q.id===Q)continue;const F=`${G}.${q.id}`;D.has(F)||A.has(F)||z(F,C,Math.abs(le.y-q.y),O)}}for(const Z of y.get(C)??[])for(const le of Z){if(le===C||D.has(le)||A.has(le))continue;const q=g(C)||g(le);z(le,C,q?no:ct,O)}}return{extent:0}},ce=(w,k)=>{var C,O,R;const j=(C=te.get(w))==null?void 0:C.get(k);if(!j||j.orientation==="horizontal")return lt;const T=f(j.elementId);if(!T)return lt;const L=(O=j.attachments.find(G=>G.busId===w))==null?void 0:O.pin,$=(R=j.attachments.find(G=>G.busId===k))==null?void 0:R.pin;if(!L||!$)return lt;const A=T.terminals.find(G=>G.id===L),D=T.terminals.find(G=>G.id===$);if(!A||!D)return lt;const P=Math.abs(D.y-A.y),H=ne(j,w,L).extent,z=ne(j,k,$).extent;return H+P+z},X=new Map;for(const w of _){if(w.orientation!=="vertical")continue;const k=w.attachments.slice().sort((D,P)=>(E.get(D.busId)??0)-(E.get(P.busId)??0));if(k.length<2)continue;const j=k[0].busId,T=k[1].busId,L=k[0].pin,A=ne(w,j,L).head??w.elementId;X.set(A,{lowerBusId:T})}const ue=320,ae=new Map,he=(w,k)=>{if(!N.has(w))return!1;const j=_.find(A=>A.elementId===w),T=j==null?void 0:j.attachments.find(A=>A.busId!==k);if(!T)return!1;const L=E.get(k)??0;return(E.get(T.busId)??0)<L},ke=(w,k)=>{const j=X.get(w);if(j){const T=ae.get(j.lowerBusId);if(T!==void 0)return Math.max(k,T+dt)}return Math.max(k,dt)},ye=(w,k)=>{if(ae.has(w))return ae.get(w);if(k.has(w))return ue;k.add(w);const j=v.get(w)??[];let T=0,L=0;for(const A of j){if(g(A))continue;const D=A.indexOf(".");if(D<0)continue;const P=A.slice(0,D),H=A.slice(D+1);if(he(P,w))continue;const z=f(P);if(!z)continue;const C=z.terminals.find(G=>G.id===H);if(!C)continue;const O=X.get(P);O&&ye(O.lowerBusId,k);const R=ke(P,z.width);C.y>0?T+=R:L+=R}const $=Math.max(ue,Math.max(T,L)+dt);return ae.set(w,$),k.delete(w),$};for(const w of n)ye(w.id,new Set);const De=new Map,oh=(w,k,j)=>{const T=f(k);if(!T)return;const L=`${k}.${j}`,$=T.terminals.filter(P=>P.id!==j).map(P=>`${k}.${P.id}`);if($.length===0)return;const A=new Set([L,...$]),D=$.slice();for(;D.length>0;){const P=D.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 C of z)C===P||A.has(C)||(A.add(C),D.push(C));const H=P.indexOf(".");if(H>0){const z=P.slice(0,H);if(!g(z)){const C=f(z);if(C)for(const O of C.terminals){const R=`${z}.${O.id}`;A.has(R)||(A.add(R),D.push(R))}}}}},rh=w=>{const k=v.get(w);if(!k||k.length===0)return;const j=l.get(w);if(!j)return;const T=k.flatMap(C=>{if(g(C))return[];const O=C.indexOf(".");if(O<0)return[];const R=C.slice(0,O),G=C.slice(O+1);if(a.has(R))return[];if(he(R,w))return[];const Q=f(R);if(!Q)return[];const Z=Q.terminals.find(le=>le.id===G);return Z?[{elId:R,lib:Q,localTerm:Z,isLinker:N.has(R)}]:[]});if(T.length===0)return;const L=[],$=[];for(const C of T)C.localTerm.y>0?L.push(C):$.push(C);const A=C=>C.reduce((O,R)=>O+ke(R.elId,R.lib.width),0),D=Math.max(A(L),A($))+dt,P=Math.max(j.span,D);P!==j.span&&l.set(w,{...j,span:P});const H=l.get(w),z=(C,O)=>{if(C.length===0)return;const R=new Map;for(const W of C){const Y=oh(w,W.elId,W.localTerm.id);Y!==void 0&&R.set(W.elId,Y)}C.sort((W,Y)=>{const fe=R.get(W.elId)??H.at[0],_e=R.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=C.map(W=>ke(W.elId,W.lib.width)),Q=G.reduce((W,Y)=>W+Y,0),Z=Math.max(P,Q),le=(Z-Q)/(C.length+1);let q=H.at[0]-Z/2+le;const F=H.at[1]+O*no;for(let W=0;W<C.length;W++){const Y=C[W],fe=G[W],_e=q+fe/2;Y.isLinker?De.has(Y.elId)||De.set(Y.elId,_e):a.set(Y.elId,{at:[ge(_e-Y.localTerm.x),ge(F-Y.localTerm.y)],rot:0,mirror:!1}),q+=fe+le}};z(L,-1),z($,1)},sh=w=>{if(a.has(w.elementId)||w.orientation==="horizontal")return;const k=f(w.elementId);if(!k)return;const j=w.attachments.filter(q=>l.has(q.busId));if(j.length<2)return;const T=j.slice().sort((q,F)=>(E.get(q.busId)??0)-(E.get(F.busId)??0)),L=T[0].busId,$=l.get(L),A=T[0].pin,D=T[T.length-1].pin,P=k.terminals.find(q=>q.id===A),H=k.terminals.find(q=>q.id===D);if(!P||!H)return;const z=P.y<=H.y?0:180,C=E.get(L)??0,O=j.filter(q=>(E.get(q.busId)??0)===C),R=[];let G=0;for(const q of O){const F=ne(w,q.busId,q.pin);G=Math.max(G,F.extent);const W=F.head?a.get(F.head):void 0;W?R.push(W.at[0]):De.has(w.elementId)?R.push(De.get(w.elementId)):R.push(l.get(q.busId).at[0])}let Q;R.length>0?Q=R.reduce((q,F)=>q+F,0)/R.length:De.has(w.elementId)?Q=De.get(w.elementId):Q=$.at[0];const Z=$.at[1]+G,le=z===0?[ge(Q-P.x),ge(Z-P.y)]:[ge(Q+P.x),ge(Z+P.y)];if(a.set(w.elementId,{at:le,rot:z,mirror:!1}),O.length>1){const q=a.get(w.elementId),F=Le([P.x,P.y],q),W=gt(P.orientation,q);ih(`${w.elementId}.${A}`,F,W,Q)}},ih=(w,k,j,T)=>{const L=new Set([w]);let $=w,A=k,D=j;for(;;){const P=y.get($)??[];let H,z=!1;for(const Ce of P){if(Ce.length>=3){z=!0;break}const Ye=Ce.find(Vt=>Vt!==$);if(!(!Ye||L.has(Ye))){if(g(Ye)){z=!0;break}H=Ye;break}}if(z||!H)break;const C=H.indexOf(".");if(C<0)break;const O=H.slice(0,C),R=H.slice(C+1);if(g(O)||N.has(O)||a.has(O))break;const G=f(O);if(!G)break;const Q=G.terminals.find(Ce=>Ce.id===R);if(!Q)break;const Z=mn(D),le=[A[0]+Z[0]*ct,A[1]+Z[1]*ct],q=Jn[D],F=Qn(Q.orientation,q),W=Le([Q.x,Q.y],{at:[0,0],rot:F,mirror:!1}),Y=[ge(T-W[0]),ge(le[1]-W[1])];a.set(O,{at:Y,rot:F,mirror:!1}),L.add(H);const fe=G.terminals.find(Ce=>Ce.id!==R);if(!fe)break;const _e=`${O}.${fe.id}`;L.add(_e);const Ae={at:Y,rot:F,mirror:!1};A=Le([fe.x,fe.y],Ae),D=gt(fe.orientation,Ae),$=_e}},ah=w=>{if(a.has(w.elementId)||w.orientation!=="horizontal")return;const k=f(w.elementId);if(!k)return;const j=w.attachments.filter(O=>l.has(O.busId));if(j.length<2)return;const T=j.map(O=>{const R=ne(w,O.busId,O.pin),G=R.head?a.get(R.head):void 0,Q=G?G.at[0]:l.get(O.busId).at[0];return{att:O,x:Q,extent:R.extent}});T.sort((O,R)=>O.x-R.x);const L=T[0],$=T[T.length-1],A=k.terminals.find(O=>O.id===L.att.pin),D=k.terminals.find(O=>O.id===$.att.pin);if(!A||!D)return;const P=A.y<=D.y?270:90,H=(L.x+$.x)/2,C=l.get(L.att.busId).at[1]+Math.max(L.extent,$.extent);a.set(w.elementId,{at:[ge(H),ge(C)],rot:P,mirror:!1})},lh=100;let jt=eo;for(let w=0;w<se.length;w++){const k=se[w],j=M.get(k);let T;if(w===0)T=eo;else{const $=M.get(se[w-1]);let A=0;for(const D of $)for(const P of j)(zn=te.get(D))!=null&&zn.get(P)&&(A=Math.max(A,ce(D,P)));A===0&&(A=lt),T=jt+A}jt=T;let L=wp;for(const $ of j){if(l.has($)){jt=Math.max(jt,l.get($).at[1]);continue}let A;if(w>0){const P=M.get(se[w-1]),H=[];for(const z of P){const C=(Fn=te.get(z))==null?void 0:Fn.get($);if(!C||C.orientation!=="vertical")continue;const O=(Hn=C.attachments.find(G=>G.busId===z))==null?void 0:Hn.pin;if(!O)continue;const R=ne(C,z,O);R.head&&a.has(R.head)?H.push(a.get(R.head).at[0]):De.has(C.elementId)?H.push(De.get(C.elementId)):H.push(l.get(z).at[0])}H.length>0&&(A=H.reduce((z,C)=>z+C,0)/H.length)}if(A===void 0){const P=ae.get($)??to;A=L+P/2,L+=P+lh}const D=ae.get($)??to;l.set($,{at:[ge(A),ge(T)],rot:0,span:D,axis:fn(0)})}for(const $ of j)rh($);if(w>0)for(const $ of _)a.has($.elementId)||!$.attachments.some(D=>j.includes(D.busId))||sh($);for(const $ of _)$.orientation!=="horizontal"||a.has($.elementId)||!$.attachments.every(D=>j.includes(D.busId))||ah($)}const ch=w=>{if(g(w))return l.has(w);const k=w.indexOf(".");return k<0?!1:a.has(w.slice(0,k))};let Yt=!0,dh=t.length+4;for(;Yt&&dh-- >0;){Yt=!1;for(const w of h){if(w.length<2)continue;const k=[],j=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)){k.push(F);continue}if(N.has(Y)||j.has(Y))continue;const _e=f(Y);if(!_e)continue;const Ae=_e.terminals.find(Ce=>Ce.id===fe);Ae&&j.set(Y,{ref:F,elId:Y,lib:_e,localTerm:Ae})}if(j.size===0||k.length===0)continue;const T=[...j.values()],L=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)||!ch(Y))continue;const fe=Y;L.set(fe,(L.get(fe)??0)+1)}let $;if(L.size>0){let F=-1;for(const[W,Y]of L)(Y>F||Y===F&&($===void 0||W<$))&&(F=Y,$=W)}if($||($=[...k].sort()[0]),!$)continue;const A=$.indexOf("."),D=$.slice(0,A),P=$.slice(A+1),H=f(D),z=a.get(D);if(!H||!z)continue;const C=H.terminals.find(F=>F.id===P);if(!C)continue;const O=Le([C.x,C.y],z),R=gt(C.orientation,z),G=mn(R),Q=[-G[1],G[0]];T.sort((F,W)=>F.elId.localeCompare(W.elId));const Z=T.map(F=>Math.max(F.lib.width,dt));let q=-Z.reduce((F,W)=>F+W,0)/2;for(let F=0;F<T.length;F++){const W=T[F],Y=Z[F],fe=q+Y/2;q+=Y;const _e=Jn[R],Ae=Qn(W.localTerm.orientation,_e),Ce=Le([W.localTerm.x,W.localTerm.y],{at:[0,0],rot:Ae,mirror:!1}),Ye=[O[0]+G[0]*ct+Q[0]*fe,O[1]+G[1]*ct+Q[1]*fe],Vt=[ge(Ye[0]-Ce[0]),ge(Ye[1]-Ce[1])];a.set(W.elId,{at:Vt,rot:Ae,mirror:!1}),Yt=!0}}}let Xt=0;for(const w of t){if(a.has(w.id))continue;const k=Xt%ro,j=Math.floor(Xt/ro);a.set(w.id,{at:[ge(vp+k*_p),ge(kp+j*Sp)],rot:0,mirror:!1}),Xt++}return{devices:a,buses:l}}function ge(e){return Math.round(e/oo)*oo}function $p(e,t){const n=e.ends[0],o=e.ends[1],r=io(n,t),s=io(o,t);if(r||s){const l=r?n:o,u=Zt(r?o:n,t);if(!u)return null;const f=t.buses.get(l);if(!f)return null;const{axis:p,at:g,span:m}=f.geometry,h=m/2;let y;if(p==="x")y=[Pt(u[0],g[0]-h,g[0]+h),g[1]];else{const v=Pt(u[1],g[1]-h,g[1]+h);y=[g[0],v]}return{wireId:e.id,path:lo(u,y)}}const i=Zt(n,t),a=Zt(o,t);return!i||!a?null:{wireId:e.id,path:lo(i,a)}}function io(e,t){return!e.includes(".")&&t.buses.has(e)}function Zt(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:a}=r.geometry;if(!t)return[i[0],i[1]];const l=a/2;if(s==="x")return[Pt(t[0],i[0]-l,i[0]+l),i[1]];const d=Pt(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 lo(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 kr="ammeter",_r="电流表 (A)",Sr="measurement",jr="-22 -42 44 44",$r=44,Er=44,Nr='<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>',Tr=[{id:"t_top",x:0,y:-40,orientation:"n"}],Cr={kind:"inline"},Ep={id:kr,name:_r,category:Sr,viewBox:jr,width:$r,height:Er,svg:Nr,terminals:Tr,source:Cr},Np=Object.freeze(Object.defineProperty({__proto__:null,category:Sr,default:Ep,height:Er,id:kr,name:_r,source:Cr,svg:Nr,terminals:Tr,viewBox:jr,width:$r},Symbol.toStringTag,{value:"Module"})),Ir="arc-suppression-coil",Ar="消弧线圈",Mr="grounding",Pr="中性点谐振接地:电感线圈连接到地",Or="-12 -32 24 67",Lr=24,Br=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"}],zr={kind:"inline"},Tp={id:Ir,name:Ar,category:Mr,description:Pr,viewBox:Or,width:Lr,height:Br,svg:Rr,terminals:Dr,source:zr},Cp=Object.freeze(Object.defineProperty({__proto__:null,category:Mr,default:Tp,description:Pr,height:Br,id:Ir,name:Ar,source:zr,svg:Rr,terminals:Dr,viewBox:Or,width:Lr},Symbol.toStringTag,{value:"Module"})),Fr="arrester",Hr="避雷器 (FBL)",Wr="protection",Gr="-7 -22 14 44",Kr=14,qr=44,Yr='<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"/>',Xr=[{id:"t1",x:0,y:-20,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],Vr={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_22/en_60617_07_22_03.elmt",qetEnglishName:"Surge diverter; Lightning arrester"},Ip={id:Fr,name:Hr,category:Wr,viewBox:Gr,width:Kr,height:qr,svg:Yr,terminals:Xr,source:Vr},Ap=Object.freeze(Object.defineProperty({__proto__:null,category:Wr,default:Ip,height:qr,id:Fr,name:Hr,source:Vr,svg:Yr,terminals:Xr,viewBox:Gr,width:Kr},Symbol.toStringTag,{value:"Module"})),Ur="async-motor",Zr="异步电动机",Jr="load",Qr="-62 -82 64 84",es=64,ts=84,ns='<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"/>',os=[{id:"t1",x:-50,y:-80,orientation:"n"},{id:"t2",x:-10,y:-80,orientation:"n"},{id:"t3",x:-30,y:-80,orientation:"n"}],rs={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"},Mp={id:Ur,name:Zr,category:Jr,viewBox:Qr,width:es,height:ts,svg:ns,terminals:os,source:rs},Pp=Object.freeze(Object.defineProperty({__proto__:null,category:Jr,default:Mp,height:ts,id:Ur,name:Zr,source:rs,svg:ns,terminals:os,viewBox:Qr,width:es},Symbol.toStringTag,{value:"Module"})),ss="autotransformer",is="自耦变压器",as="transformer",ls="-62 -112 64 144",cs=64,ds=144,us='<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"}],ms={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_09/en_60617_06_09_06.elmt",qetEnglishName:"Auto-transformer, general symbol"},Op={id:ss,name:is,category:as,viewBox:ls,width:cs,height:ds,svg:us,terminals:fs,source:ms},Lp=Object.freeze(Object.defineProperty({__proto__:null,category:as,default:Op,height:ds,id:ss,name:is,source:ms,svg:us,terminals:fs,viewBox:ls,width:cs},Symbol.toStringTag,{value:"Module"})),hs="battery",ps="电池储能",gs="storage",xs="-12 -12 29 24",ys=29,bs=24,ws='<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"/>',vs=[{id:"t_left",x:-10,y:0,orientation:"w"},{id:"t_right",x:15,y:0,orientation:"e"}],ks=[{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"},Bp={id:hs,name:ps,category:gs,viewBox:xs,width:ys,height:bs,svg:ws,terminals:vs,params:ks,source:_s},Rp=Object.freeze(Object.defineProperty({__proto__:null,category:gs,default:Bp,height:bs,id:hs,name:ps,params:ks,source:_s,svg:ws,terminals:vs,viewBox:xs,width:ys},Symbol.toStringTag,{value:"Module"})),Ss="breaker",js="断路器 (QF)",$s="switching",Es="-7 -22 15 46",Ns=15,Ts=46,Cs='<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>',Is=[{id:"t1",x:0,y:-20,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],As=[{name:"open",type:"boolean",default:!1,label:"断开"}],Ms={x:6,y:-2,anchor:"start"},Ps={kind:"elmt",path:"11_singlepole/200_fuses_protective_gears/11_circuit_breakers/disjoncteur1.elmt",qetEnglishName:"Circuit-breaker"},Dp={id:Ss,name:js,category:$s,viewBox:Es,width:Ns,height:Ts,svg:Cs,terminals:Is,state:As,label:Ms,source:Ps},zp=Object.freeze(Object.defineProperty({__proto__:null,category:$s,default:Dp,height:Ts,id:Ss,label:Ms,name:js,source:Ps,state:As,svg:Cs,terminals:Is,viewBox:Es,width:Ns},Symbol.toStringTag,{value:"Module"})),Os="busbar",Ls="母线段",Bs="busbar",Rs="可拉伸单母线段,多设备挂接",Ds="-42 -4 84 8",zs=84,Fs=8,Hs='<line x1="-40" y1="0" x2="40" y2="0" stroke="black" stroke-width="3" stroke-linecap="round" fill="none"/>',Ws=[{id:"tap",x:0,y:0,orientation:"n"}],Gs={axis:"x",minLength:20,naturalSpan:80},Ks=[{name:"Un",label:"额定电压",type:"number",unit:"kV",showOnCanvas:!0}],qs={x:0,y:-6,anchor:"middle"},Ys={kind:"inline"},Fp={id:Os,name:Ls,category:Bs,description:Rs,viewBox:Ds,width:zs,height:Fs,svg:Hs,terminals:Ws,stretchable:Gs,params:Ks,label:qs,source:Ys},Hp=Object.freeze(Object.defineProperty({__proto__:null,category:Bs,default:Fp,description:Rs,height:Fs,id:Os,label:qs,name:Ls,params:Ks,source:Ys,stretchable:Gs,svg:Hs,terminals:Ws,viewBox:Ds,width:zs},Symbol.toStringTag,{value:"Module"})),Xs="contactor",Vs="接触器 (KM)",Us="motor-control",Zs="主回路接触器, 通常配热继电器和电机使用。",Js="-10 -42 15 64",Qs=15,ei=64,ti='<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"/>',ni=[{id:"t1",x:0,y:-40,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],oi=[{name:"open",type:"boolean",default:!0,label:"断开"}],ri={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"},Wp={id:Xs,name:Vs,category:Us,description:Zs,viewBox:Js,width:Qs,height:ei,svg:ti,terminals:ni,state:oi,source:ri},Gp=Object.freeze(Object.defineProperty({__proto__:null,category:Us,default:Wp,description:Zs,height:ei,id:Xs,name:Vs,source:ri,state:oi,svg:ti,terminals:ni,viewBox:Js,width:Qs},Symbol.toStringTag,{value:"Module"})),si="converter-bidir",ii="双向变流器 (PCS)",ai="renewable",li="储能变流器:双向 AC ↔ DC",ci="-42 -42 44 48",di=44,ui=48,fi='<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"/>',mi=[{id:"t_ac",x:-20,y:-40,orientation:"n"},{id:"t_dc",x:-20,y:0,orientation:"s"}],hi=[{name:"S",label:"容量",type:"number",unit:"MVA"}],pi={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_14/en_60617_06_14_06.elmt",qetEnglishName:"Rectifier/inverter"},Kp={id:si,name:ii,category:ai,description:li,viewBox:ci,width:di,height:ui,svg:fi,terminals:mi,params:hi,source:pi},qp=Object.freeze(Object.defineProperty({__proto__:null,category:ai,default:Kp,description:li,height:ui,id:si,name:ii,params:hi,source:pi,svg:fi,terminals:mi,viewBox:ci,width:di},Symbol.toStringTag,{value:"Module"})),gi="ct",xi="电流互感器 (CT)",yi="instrument-transformer",bi="-42 -62 54 64",wi=54,vi=64,ki='<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"/>',_i=[{id:"t1",x:-30,y:0,orientation:"s"},{id:"t2",x:-30,y:-60,orientation:"n"}],Si={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_09/en_60617_06_09_10.elmt",qetEnglishName:"Current transformer, general symbol"},Yp={id:gi,name:xi,category:yi,viewBox:bi,width:wi,height:vi,svg:ki,terminals:_i,source:Si},Xp=Object.freeze(Object.defineProperty({__proto__:null,category:yi,default:Yp,height:vi,id:gi,name:xi,source:Si,svg:ki,terminals:_i,viewBox:bi,width:wi},Symbol.toStringTag,{value:"Module"})),ji="dc-combiner",$i="直流汇流箱",Ei="renewable",Ni="光伏组串汇流箱 (4 路输入示例)。",Ti="-27 -32 54 64",Ci=54,Ii=64,Ai='<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>',Mi=[{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"}],Pi={kind:"inline"},Vp={id:ji,name:$i,category:Ei,description:Ni,viewBox:Ti,width:Ci,height:Ii,svg:Ai,terminals:Mi,source:Pi},Up=Object.freeze(Object.defineProperty({__proto__:null,category:Ei,default:Vp,description:Ni,height:Ii,id:ji,name:$i,source:Pi,svg:Ai,terminals:Mi,viewBox:Ti,width:Ci},Symbol.toStringTag,{value:"Module"})),Oi="dc-disconnector",Li="直流隔离开关",Bi="switching",Ri="DC isolating switch — 光伏组串 / 储能 直流侧隔离。",Di="-12 -32 30 64",zi=30,Fi=64,Hi='<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"/>',Wi=[{id:"t1",x:0,y:-30,orientation:"n"},{id:"t2",x:0,y:30,orientation:"s"}],Gi=[{name:"open",type:"boolean",default:!1,label:"断开"}],Ki={kind:"inline"},Zp={id:Oi,name:Li,category:Bi,description:Ri,viewBox:Di,width:zi,height:Fi,svg:Hi,terminals:Wi,state:Gi,source:Ki},Jp=Object.freeze(Object.defineProperty({__proto__:null,category:Bi,default:Zp,description:Ri,height:Fi,id:Oi,name:Li,source:Ki,state:Gi,svg:Hi,terminals:Wi,viewBox:Di,width:zi},Symbol.toStringTag,{value:"Module"})),qi="disconnector",Yi="隔离开关 (QS)",Xi="switching",Vi="-10 -42 15 64",Ui=15,Zi=64,Ji='<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"/>',Qi=[{id:"t1",x:0,y:-40,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],ea=[{name:"open",type:"boolean",default:!1,label:"断开"}],ta={x:6,y:-10,anchor:"start"},na={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_13/en_60617_07_13_06.elmt",qetEnglishName:"Disconnector; Isolator"},Qp={id:qi,name:Yi,category:Xi,viewBox:Vi,width:Ui,height:Zi,svg:Ji,terminals:Qi,state:ea,label:ta,source:na},eg=Object.freeze(Object.defineProperty({__proto__:null,category:Xi,default:Qp,height:Zi,id:qi,label:ta,name:Yi,source:na,state:ea,svg:Ji,terminals:Qi,viewBox:Vi,width:Ui},Symbol.toStringTag,{value:"Module"})),oa="earth",ra="接地",sa="busbar",ia="-12 -17 24 34",aa=24,la=34,ca='<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"}],ua={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"},tg={id:oa,name:ra,category:sa,viewBox:ia,width:aa,height:la,svg:ca,terminals:da,source:ua},ng=Object.freeze(Object.defineProperty({__proto__:null,category:sa,default:tg,height:la,id:oa,name:ra,source:ua,svg:ca,terminals:da,viewBox:ia,width:aa},Symbol.toStringTag,{value:"Module"})),fa="earthing-switch",ma="接地刀闸 (QE)",ha="switching",pa="隔离开关 + 接地连接,单端口",ga="-12 -32 24 64",xa=24,ya=64,ba='<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"/>',wa=[{id:"t_top",x:0,y:-30,orientation:"n"}],va=[{name:"open",type:"boolean",default:!0,label:"断开"}],ka={x:12,y:-8,anchor:"start"},_a={kind:"inline"},og={id:fa,name:ma,category:ha,description:pa,viewBox:ga,width:xa,height:ya,svg:ba,terminals:wa,state:va,label:ka,source:_a},rg=Object.freeze(Object.defineProperty({__proto__:null,category:ha,default:og,description:pa,height:ya,id:fa,label:ka,name:ma,source:_a,state:va,svg:ba,terminals:wa,viewBox:ga,width:xa},Symbol.toStringTag,{value:"Module"})),Sa="energy-meter",ja="电能表 (Wh)",$a="measurement",Ea="有功电能表 (kWh) — 服务入口 / 子表。",Na="-22 -36 44 72",Ta=44,Ca=72,Ia='<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"/>',Aa=[{id:"t1",x:0,y:-34,orientation:"n"},{id:"t2",x:0,y:34,orientation:"s"}],Ma={kind:"elmt",path:"11_singlepole/500_home_installation/40_meters/wattheuremetre_08-04-03_en60617.elmt",qetEnglishName:"Watt hour meter (en_60617)"},sg={id:Sa,name:ja,category:$a,description:Ea,viewBox:Na,width:Ta,height:Ca,svg:Ia,terminals:Aa,source:Ma},ig=Object.freeze(Object.defineProperty({__proto__:null,category:$a,default:sg,description:Ea,height:Ca,id:Sa,name:ja,source:Ma,svg:Ia,terminals:Aa,viewBox:Na,width:Ta},Symbol.toStringTag,{value:"Module"})),Pa="ev-charger",Oa="EV 充电桩",La="load",Ba="电动汽车充电站 / 充电桩。",Ra="-17 -27 34 49",Da=34,za=49,Fa='<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>',Ha=[{id:"t_top",x:0,y:-25,orientation:"n"}],Wa={kind:"inline"},ag={id:Pa,name:Oa,category:La,description:Ba,viewBox:Ra,width:Da,height:za,svg:Fa,terminals:Ha,source:Wa},lg=Object.freeze(Object.defineProperty({__proto__:null,category:La,default:ag,description:Ba,height:za,id:Pa,name:Oa,source:Wa,svg:Fa,terminals:Ha,viewBox:Ra,width:Da},Symbol.toStringTag,{value:"Module"})),Ga="frequency-meter",Ka="频率表 (Hz)",qa="measurement",Ya="-22 -42 44 44",Xa=44,Va=44,Ua='<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>',Za=[{id:"t_top",x:0,y:-40,orientation:"n"}],Ja={kind:"elmt",path:"91_en_60617/en_60617_08/en_60617_08_02/en_60617_08_02_07.elmt",qetEnglishName:"Frequency meter"},cg={id:Ga,name:Ka,category:qa,viewBox:Ya,width:Xa,height:Va,svg:Ua,terminals:Za,source:Ja},dg=Object.freeze(Object.defineProperty({__proto__:null,category:qa,default:cg,height:Va,id:Ga,name:Ka,source:Ja,svg:Ua,terminals:Za,viewBox:Ya,width:Xa},Symbol.toStringTag,{value:"Module"})),Qa="fuse",el="熔断器 (FU)",tl="switching",nl="-7 -32 14 64",ol=14,rl=64,sl='<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"/>',il=[{id:"t1",x:0,y:30,orientation:"s"},{id:"t2",x:0,y:-30,orientation:"n"}],al=[{name:"blown",type:"boolean",default:!1,label:"熔断"}],ll={x:7,y:-2,anchor:"start"},cl={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_21/en_60617_07_21_01.elmt",qetEnglishName:"Fuse, general symbol"},ug={id:Qa,name:el,category:tl,viewBox:nl,width:ol,height:rl,svg:sl,terminals:il,state:al,label:ll,source:cl},fg=Object.freeze(Object.defineProperty({__proto__:null,category:tl,default:ug,height:rl,id:Qa,label:ll,name:el,source:cl,state:al,svg:sl,terminals:il,viewBox:nl,width:ol},Symbol.toStringTag,{value:"Module"})),dl="generator",ul="发电机 (G)",fl="source",ml="-42 -42 44 44",hl=44,pl=44,gl='<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>',xl=[{id:"t_bottom",x:-20,y:0,orientation:"s"}],yl={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_16/en_60617_06_16_01.elmt",qetEnglishName:"Generator, general symbol"},mg={id:dl,name:ul,category:fl,viewBox:ml,width:hl,height:pl,svg:gl,terminals:xl,source:yl},hg=Object.freeze(Object.defineProperty({__proto__:null,category:fl,default:mg,height:pl,id:dl,name:ul,source:yl,svg:gl,terminals:xl,viewBox:ml,width:hl},Symbol.toStringTag,{value:"Module"})),bl="gfci-breaker",wl="GFCI 断路器 (RCBO)",vl="protection",kl="剩余电流断路器带过流保护 (UL943 / IEC 61009)。北美 GFCI / 欧洲 RCBO。",_l="-18 -22 22 44",Sl=22,jl=44,$l='<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"/>',El=[{id:"t1",x:0,y:-20,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],Nl=[{name:"open",type:"boolean",default:!1,label:"断开"}],Tl=[{name:"In",label:"额定电流",type:"number",unit:"A"},{name:"IDn",label:"剩余动作电流",type:"number",unit:"mA",default:30}],Cl={kind:"elmt",path:"11_singlepole/200_fuses_protective_gears/50_residual_current_circuit_breaker/rcbo.elmt",qetEnglishName:"Residual Circuit Breaker with Overload"},pg={id:bl,name:wl,category:vl,description:kl,viewBox:_l,width:Sl,height:jl,svg:$l,terminals:El,state:Nl,params:Tl,source:Cl},gg=Object.freeze(Object.defineProperty({__proto__:null,category:vl,default:pg,description:kl,height:jl,id:bl,name:wl,params:Tl,source:Cl,state:Nl,svg:$l,terminals:El,viewBox:_l,width:Sl},Symbol.toStringTag,{value:"Module"})),Il="grid-source",Al="系统电源",Ml="source",Pl="无穷大母线 / 外部电网",Ol="-16 -31 32 53",Ll=32,Bl=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"/>',Dl=[{id:"t_bottom",x:0,y:20,orientation:"s"}],zl={kind:"inline"},xg={id:Il,name:Al,category:Ml,description:Pl,viewBox:Ol,width:Ll,height:Bl,svg:Rl,terminals:Dl,source:zl},yg=Object.freeze(Object.defineProperty({__proto__:null,category:Ml,default:xg,description:Pl,height:Bl,id:Il,name:Al,source:zl,svg:Rl,terminals:Dl,viewBox:Ol,width:Ll},Symbol.toStringTag,{value:"Module"})),Fl="grounding-transformer",Hl="接地变 (Z形)",Wl="grounding",Gl="星-曲折接线变压器,中性点接地用",Kl="-62 -152 64 164",ql=64,Yl=164,Xl='<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"/>',Vl=[{id:"t1",x:-30,y:10,orientation:"s"},{id:"t2",x:-30,y:-150,orientation:"n"}],Ul={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"},bg={id:Fl,name:Hl,category:Wl,description:Gl,viewBox:Kl,width:ql,height:Yl,svg:Xl,terminals:Vl,source:Ul},wg=Object.freeze(Object.defineProperty({__proto__:null,category:Wl,default:bg,description:Gl,height:Yl,id:Fl,name:Hl,source:Ul,svg:Xl,terminals:Vl,viewBox:Kl,width:ql},Symbol.toStringTag,{value:"Module"})),Zl="inverter",Jl="逆变器 (DC→AC)",Ql="renewable",ec="-42 -42 44 44",tc=44,nc=44,oc='<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"/>',rc=[{id:"t_dc",x:-20,y:-40,orientation:"n"},{id:"t_ac",x:-20,y:0,orientation:"s"}],sc={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_14/en_60617_06_14_05.elmt",qetEnglishName:"Inverter"},vg={id:Zl,name:Jl,category:Ql,viewBox:ec,width:tc,height:nc,svg:oc,terminals:rc,source:sc},kg=Object.freeze(Object.defineProperty({__proto__:null,category:Ql,default:vg,height:nc,id:Zl,name:Jl,source:sc,svg:oc,terminals:rc,viewBox:ec,width:tc},Symbol.toStringTag,{value:"Module"})),ic="load-switch",ac="负荷开关",lc="switching",cc="-10 -42 14 64",dc=14,uc=64,fc='<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"/>',mc=[{id:"t1",x:0,y:-40,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],hc=[{name:"open",type:"boolean",default:!1,label:"断开"}],pc={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"},_g={id:ic,name:ac,category:lc,viewBox:cc,width:dc,height:uc,svg:fc,terminals:mc,state:hc,source:pc},Sg=Object.freeze(Object.defineProperty({__proto__:null,category:lc,default:_g,height:uc,id:ic,name:ac,source:pc,state:hc,svg:fc,terminals:mc,viewBox:cc,width:dc},Symbol.toStringTag,{value:"Module"})),gc="load",xc="负荷",yc="load",bc="抽象负荷(电流流出箭头)",wc="-8 -22 16 46",vc=16,kc=46,_c='<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"/>',Sc=[{id:"t_top",x:0,y:-20,orientation:"n"}],jc=[{name:"P",label:"有功功率",type:"number",unit:"MW",showOnCanvas:!0},{name:"cosphi",label:"功率因数",type:"number"}],$c={x:6,y:0,anchor:"start"},Ec={kind:"inline"},jg={id:gc,name:xc,category:yc,description:bc,viewBox:wc,width:vc,height:kc,svg:_c,terminals:Sc,params:jc,label:$c,source:Ec},$g=Object.freeze(Object.defineProperty({__proto__:null,category:yc,default:jg,description:bc,height:kc,id:gc,label:$c,name:xc,params:jc,source:Ec,svg:_c,terminals:Sc,viewBox:wc,width:vc},Symbol.toStringTag,{value:"Module"})),Nc="motor-starter",Tc="电机启动器",Cc="motor-control",Ic="电机启动器 (IEC 60617 通用符号)。",Ac="-22 -27 44 54",Mc=44,Pc=54,Oc='<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"/>',Lc=[{id:"t_top",x:0,y:-25,orientation:"n"},{id:"t_bottom",x:0,y:25,orientation:"s"}],Bc={kind:"elmt",path:"91_en_60617/en_60617_07/en_60617_07_14/en_60617_07_14_01.elmt",qetEnglishName:"Motor starter, general symbol"},Eg={id:Nc,name:Tc,category:Cc,description:Ic,viewBox:Ac,width:Mc,height:Pc,svg:Oc,terminals:Lc,source:Bc},Ng=Object.freeze(Object.defineProperty({__proto__:null,category:Cc,default:Eg,description:Ic,height:Pc,id:Nc,name:Tc,source:Bc,svg:Oc,terminals:Lc,viewBox:Ac,width:Mc},Symbol.toStringTag,{value:"Module"})),Rc="ngr",Dc="中性点电阻 (NGR)",zc="grounding",Fc="小电阻接地:连接变压器中性点到地",Hc="-12 -32 24 62",Wc=24,Gc=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"/>',qc=[{id:"t_top",x:0,y:-30,orientation:"n"}],Yc=[{name:"R",label:"电阻",type:"number",unit:"Ω"}],Xc={kind:"inline"},Tg={id:Rc,name:Dc,category:zc,description:Fc,viewBox:Hc,width:Wc,height:Gc,svg:Kc,terminals:qc,params:Yc,source:Xc},Cg=Object.freeze(Object.defineProperty({__proto__:null,category:zc,default:Tg,description:Fc,height:Gc,id:Rc,name:Dc,params:Yc,source:Xc,svg:Kc,terminals:qc,viewBox:Hc,width:Wc},Symbol.toStringTag,{value:"Module"})),Vc="pt",Uc="电压互感器 (PT)",Zc="instrument-transformer",Jc="-22 -42 44 115",Qc=44,ed=115,td='<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"/>',nd=[{id:"t1",x:0,y:71,orientation:"s"},{id:"t2",x:0,y:-40,orientation:"n"}],od={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_13/en_60617_06_13_01A.elmt",qetEnglishName:"Voltage transformer"},Ig={id:Vc,name:Uc,category:Zc,viewBox:Jc,width:Qc,height:ed,svg:td,terminals:nd,source:od},Ag=Object.freeze(Object.defineProperty({__proto__:null,category:Zc,default:Ig,height:ed,id:Vc,name:Uc,source:od,svg:td,terminals:nd,viewBox:Jc,width:Qc},Symbol.toStringTag,{value:"Module"})),rd="pv",sd="光伏组件",id="renewable",ad="-33 -22 85 64",ld=85,cd=64,dd='<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"/>',ud=[{id:"t_dc",x:50,y:10,orientation:"e"}],fd={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_18/en_60617_06_18_06.elmt",qetEnglishName:"Photovoltaic generator"},Mg={id:rd,name:sd,category:id,viewBox:ad,width:ld,height:cd,svg:dd,terminals:ud,source:fd},Pg=Object.freeze(Object.defineProperty({__proto__:null,category:id,default:Mg,height:cd,id:rd,name:sd,source:fd,svg:dd,terminals:ud,viewBox:ad,width:ld},Symbol.toStringTag,{value:"Module"})),md="rcd",hd="剩余电流装置 (RCD)",pd="protection",gd="不带过流保护的剩余电流断路器 (IEC 61008)。",xd="-12 -22 19 44",yd=19,bd=44,wd='<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"/>',vd=[{id:"t1",x:0,y:-20,orientation:"n"},{id:"t2",x:0,y:20,orientation:"s"}],kd=[{name:"open",type:"boolean",default:!1,label:"断开"}],_d=[{name:"IDn",label:"剩余动作电流",type:"number",unit:"mA",default:30}],Sd={kind:"elmt",path:"11_singlepole/200_fuses_protective_gears/50_residual_current_circuit_breaker/ddr1.elmt",qetEnglishName:"Residual Circuit Breaker with Overload"},Og={id:md,name:hd,category:pd,description:gd,viewBox:xd,width:yd,height:bd,svg:wd,terminals:vd,state:kd,params:_d,source:Sd},Lg=Object.freeze(Object.defineProperty({__proto__:null,category:pd,default:Og,description:gd,height:bd,id:md,name:hd,params:_d,source:Sd,state:kd,svg:wd,terminals:vd,viewBox:xd,width:yd},Symbol.toStringTag,{value:"Module"})),jd="recloser",$d="重合闸 (Recloser)",Ed="protection",Nd="中压自动重合闸开关。",Td="-12 -32 36 64",Cd=36,Id=64,Ad='<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>',Md=[{id:"t1",x:0,y:-30,orientation:"n"},{id:"t2",x:0,y:30,orientation:"s"}],Pd=[{name:"open",type:"boolean",default:!1,label:"断开"}],Od={kind:"inline"},Bg={id:jd,name:$d,category:Ed,description:Nd,viewBox:Td,width:Cd,height:Id,svg:Ad,terminals:Md,state:Pd,source:Od},Rg=Object.freeze(Object.defineProperty({__proto__:null,category:Ed,default:Bg,description:Nd,height:Id,id:jd,name:$d,source:Od,state:Pd,svg:Ad,terminals:Md,viewBox:Td,width:Cd},Symbol.toStringTag,{value:"Module"})),Ld="rectifier",Bd="整流器 (AC→DC)",Rd="renewable",Dd="-42 -42 44 44",zd=44,Fd=44,Hd='<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"/>',Wd=[{id:"t_ac",x:-20,y:-40,orientation:"n"},{id:"t_dc",x:-20,y:0,orientation:"s"}],Gd={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_14/en_60617_06_14_03.elmt",qetEnglishName:"Rectifier"},Dg={id:Ld,name:Bd,category:Rd,viewBox:Dd,width:zd,height:Fd,svg:Hd,terminals:Wd,source:Gd},zg=Object.freeze(Object.defineProperty({__proto__:null,category:Rd,default:Dg,height:Fd,id:Ld,name:Bd,source:Gd,svg:Hd,terminals:Wd,viewBox:Dd,width:zd},Symbol.toStringTag,{value:"Module"})),Kd="series-reactor",qd="串联电抗器",Yd="compensation",Xd="与并联电抗器同符号;通过用法区分。",Vd="-62 -82 64 104",Ud=64,Zd=104,Jd='<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"/>',Qd=[{id:"t1",x:-30,y:-80,orientation:"n"},{id:"t_bottom",x:-30,y:20,orientation:"s"}],eu={kind:"elmt",path:"91_en_60617/en_60617_06/en_60617_06_09/en_60617_06_09_08.elmt",qetEnglishName:"Choke; Reactor, general symbol"},Fg={id:Kd,name:qd,category:Yd,description:Xd,viewBox:Vd,width:Ud,height:Zd,svg:Jd,terminals:Qd,source:eu},Hg=Object.freeze(Object.defineProperty({__proto__:null,category:Yd,default:Fg,description:Xd,height:Zd,id:Kd,name:qd,source:eu,svg:Jd,terminals:Qd,viewBox:Vd,width:Ud},Symbol.toStringTag,{value:"Module"})),tu="shunt-capacitor",nu="并联电容器",ou="compensation",ru="-7 -23 14 27",su=14,iu=27,au='<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"/>',lu=[{id:"t1",x:0,y:-21,orientation:"n"},{id:"t_bottom",x:0,y:2,orientation:"s"}],cu=[{name:"Q",label:"无功容量",type:"number",unit:"Mvar"},{name:"stages",label:"分组数",type:"number"}],du={kind:"elmt",path:"11_singlepole/395_electronics_semiconductors/20_capacitors/capacite.elmt",qetEnglishName:"Capacitor"},Wg={id:tu,name:nu,category:ou,viewBox:ru,width:su,height:iu,svg:au,terminals:lu,params:cu,source:du},Gg=Object.freeze(Object.defineProperty({__proto__:null,category:ou,default:Wg,height:iu,id:tu,name:nu,params:cu,source:du,svg:au,terminals:lu,viewBox:ru,width:su},Symbol.toStringTag,{value:"Module"})),uu="shunt-reactor",fu="并联电抗器",mu="compensation",hu="-62 -82 64 104",pu=64,gu=104,xu='<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"/>',yu=[{id:"t1",x:-30,y:-80,orientation:"n"},{id:"t_bottom",x:-30,y:20,orientation:"s"}],bu={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:uu,name:fu,category:mu,viewBox:hu,width:pu,height:gu,svg:xu,terminals:yu,source:bu},qg=Object.freeze(Object.defineProperty({__proto__:null,category:mu,default:Kg,height:gu,id:uu,name:fu,source:bu,svg:xu,terminals:yu,viewBox:hu,width:pu},Symbol.toStringTag,{value:"Module"})),wu="soft-starter",vu="软启动器",ku="motor-control",_u="电机软启动器 (晶闸管降压启动)。",Su="-22 -42 44 84",ju=44,$u=84,Eu='<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"/>',Nu=[{id:"t_in",x:0,y:-40,orientation:"n"},{id:"t_out",x:0,y:40,orientation:"s"}],Tu={kind:"inline"},Yg={id:wu,name:vu,category:ku,description:_u,viewBox:Su,width:ju,height:$u,svg:Eu,terminals:Nu,source:Tu},Xg=Object.freeze(Object.defineProperty({__proto__:null,category:ku,default:Yg,description:_u,height:$u,id:wu,name:vu,source:Tu,svg:Eu,terminals:Nu,viewBox:Su,width:ju},Symbol.toStringTag,{value:"Module"})),Cu="sync-motor",Iu="同步电动机",Au="load",Mu="-62 -82 64 114",Pu=64,Ou=114,Lu='<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"/>',Bu=[{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"},Vg={id:Cu,name:Iu,category:Au,viewBox:Mu,width:Pu,height:Ou,svg:Lu,terminals:Bu,source:Ru},Ug=Object.freeze(Object.defineProperty({__proto__:null,category:Au,default:Vg,height:Ou,id:Cu,name:Iu,source:Ru,svg:Lu,terminals:Bu,viewBox:Mu,width:Pu},Symbol.toStringTag,{value:"Module"})),Du="thermal-overload",zu="热过载继电器",Fu="motor-control",Hu="电机热过载保护继电器, 通常串接在接触器和电机之间。",Wu="-9 -32 19 64",Gu=19,Ku=64,qu='<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"/>',Yu=[{id:"t1",x:0,y:-30,orientation:"n"},{id:"t2",x:0,y:30,orientation:"s"}],Xu=[{name:"tripped",type:"boolean",default:!1,label:"动作"}],Vu={kind:"inline"},Zg={id:Du,name:zu,category:Fu,description:Hu,viewBox:Wu,width:Gu,height:Ku,svg:qu,terminals:Yu,state:Xu,source:Vu},Jg=Object.freeze(Object.defineProperty({__proto__:null,category:Fu,default:Zg,description:Hu,height:Ku,id:Du,name:zu,source:Vu,state:Xu,svg:qu,terminals:Yu,viewBox:Wu,width:Gu},Symbol.toStringTag,{value:"Module"})),Uu="transfer-switch",Zu="切换开关 (ATS)",Ju="switching",Qu="双源切换开关 (Automatic / Manual Transfer Switch)。两个电源输入 + 一个负荷输出, 互锁不并联。",ef="-27 -32 51 64",tf=51,nf=64,of='<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"/>',rf=[{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"}],sf=[{name:"position",type:"string",default:"normal",label:"位置 (normal/emergency/off)"}],af={kind:"inline"},Qg={id:Uu,name:Zu,category:Ju,description:Qu,viewBox:ef,width:tf,height:nf,svg:of,terminals:rf,state:sf,source:af},e0=Object.freeze(Object.defineProperty({__proto__:null,category:Ju,default:Qg,description:Qu,height:nf,id:Uu,name:Zu,source:af,state:sf,svg:of,terminals:rf,viewBox:ef,width:tf},Symbol.toStringTag,{value:"Module"})),lf="transformer-2w",cf="双绕组变压器",df="transformer",uf="-62 -142 64 144",ff=64,mf=144,hf='<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"/>',pf=[{id:"t1",x:-30,y:0,orientation:"s"},{id:"t2",x:-30,y:-140,orientation:"n"}],gf=[{name:"S",label:"容量",type:"number",unit:"MVA",showOnCanvas:!0},{name:"ratio",label:"变比",type:"string",showOnCanvas:!0}],xf={x:4,y:-68,anchor:"start"},yf={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"},t0={id:lf,name:cf,category:df,viewBox:uf,width:ff,height:mf,svg:hf,terminals:pf,params:gf,label:xf,source:yf},n0=Object.freeze(Object.defineProperty({__proto__:null,category:df,default:t0,height:mf,id:lf,label:xf,name:cf,params:gf,source:yf,svg:hf,terminals:pf,viewBox:uf,width:ff},Symbol.toStringTag,{value:"Module"})),bf="transformer-3w",wf="三绕组变压器",vf="transformer",kf="-82 -131 114 133",_f=114,Sf=133,jf='<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"/>',$f=[{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"}],Ef={x:4,y:-64,anchor:"start"},Nf={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"},o0={id:bf,name:wf,category:vf,viewBox:kf,width:_f,height:Sf,svg:jf,terminals:$f,label:Ef,source:Nf},r0=Object.freeze(Object.defineProperty({__proto__:null,category:vf,default:o0,height:Sf,id:bf,label:Ef,name:wf,source:Nf,svg:jf,terminals:$f,viewBox:kf,width:_f},Symbol.toStringTag,{value:"Module"})),Tf="vfd",Cf="变频器 (VFD)",If="motor-control",Af="Variable Frequency Drive — 异步电动机调速。",Mf="-24 -42 48 84",Pf=48,Of=84,Lf='<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"/>',Bf=[{id:"t_in",x:0,y:-40,orientation:"n"},{id:"t_out",x:0,y:40,orientation:"s"}],Rf={kind:"inline"},s0={id:Tf,name:Cf,category:If,description:Af,viewBox:Mf,width:Pf,height:Of,svg:Lf,terminals:Bf,source:Rf},i0=Object.freeze(Object.defineProperty({__proto__:null,category:If,default:s0,description:Af,height:Of,id:Tf,name:Cf,source:Rf,svg:Lf,terminals:Bf,viewBox:Mf,width:Pf},Symbol.toStringTag,{value:"Module"})),Df="voltmeter",zf="电压表 (V)",Ff="measurement",Hf="-22 -42 44 44",Wf=44,Gf=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>',qf=[{id:"t_top",x:0,y:-40,orientation:"n"}],Yf={kind:"elmt",path:"91_en_60617/en_60617_08/en_60617_08_02/en_60617_08_02_01.elmt",qetEnglishName:"Voltmeter"},a0={id:Df,name:zf,category:Ff,viewBox:Hf,width:Wf,height:Gf,svg:Kf,terminals:qf,source:Yf},l0=Object.freeze(Object.defineProperty({__proto__:null,category:Ff,default:a0,height:Gf,id:Df,name:zf,source:Yf,svg:Kf,terminals:qf,viewBox:Hf,width:Wf},Symbol.toStringTag,{value:"Module"})),Xf="wattmeter",Vf="功率表 (W)",Uf="measurement",Zf="-22 -42 44 44",Jf=44,Qf=44,em='<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>',tm=[{id:"t_top",x:0,y:-40,orientation:"n"}],nm={kind:"elmt",path:"91_en_60617/en_60617_08/en_60617_08_03/en_60617_08_03_01.elmt",qetEnglishName:"Recording wattmeter"},c0={id:Xf,name:Vf,category:Uf,viewBox:Zf,width:Jf,height:Qf,svg:em,terminals:tm,source:nm},d0=Object.freeze(Object.defineProperty({__proto__:null,category:Uf,default:c0,height:Qf,id:Xf,name:Vf,source:nm,svg:em,terminals:tm,viewBox:Zf,width:Jf},Symbol.toStringTag,{value:"Module"})),om="wind-turbine",rm="风力发电机",sm="renewable",im="风机:发电机 + 三叶轮标记",am="-22 -46 44 68",lm=44,cm=68,dm='<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"/>',um=[{id:"t_bottom",x:0,y:20,orientation:"s"}],fm={kind:"inline"},u0={id:om,name:rm,category:sm,description:im,viewBox:am,width:lm,height:cm,svg:dm,terminals:um,source:fm},f0=Object.freeze(Object.defineProperty({__proto__:null,category:sm,default:u0,description:im,height:cm,id:om,name:rm,source:fm,svg:dm,terminals:um,viewBox:am,width:lm},Symbol.toStringTag,{value:"Module"})),m0=Object.assign({"./ammeter.json":Np,"./arc-suppression-coil.json":Cp,"./arrester.json":Ap,"./async-motor.json":Pp,"./autotransformer.json":Lp,"./battery.json":Rp,"./breaker.json":zp,"./busbar.json":Hp,"./contactor.json":Gp,"./converter-bidir.json":qp,"./ct.json":Xp,"./dc-combiner.json":Up,"./dc-disconnector.json":Jp,"./disconnector.json":eg,"./earth.json":ng,"./earthing-switch.json":rg,"./energy-meter.json":ig,"./ev-charger.json":lg,"./frequency-meter.json":dg,"./fuse.json":fg,"./generator.json":hg,"./gfci-breaker.json":gg,"./grid-source.json":yg,"./grounding-transformer.json":wg,"./inverter.json":kg,"./load-switch.json":Sg,"./load.json":$g,"./motor-starter.json":Ng,"./ngr.json":Cg,"./pt.json":Ag,"./pv.json":Pg,"./rcd.json":Lg,"./recloser.json":Rg,"./rectifier.json":zg,"./series-reactor.json":Hg,"./shunt-capacitor.json":Gg,"./shunt-reactor.json":qg,"./soft-starter.json":Xg,"./sync-motor.json":Ug,"./thermal-overload.json":Jg,"./transfer-switch.json":e0,"./transformer-2w.json":n0,"./transformer-3w.json":r0,"./vfd.json":i0,"./voltmeter.json":l0,"./wattmeter.json":d0,"./wind-turbine.json":f0}),mm=Object.values(m0).map(e=>e.default),Ke=Object.fromEntries(mm.map(e=>[e.id,e])),co=["busbar","switching","protection","motor-control","transformer","instrument-transformer","measurement","source","load","storage","compensation","grounding","renewable"],h0=(()=>{var t;const e={};for(const n of mm)(e[t=n.category]??(e[t]=[])).push(n);return e})(),hn=new Map(Object.entries(Ke));function hm(e){return Ke[e]}function p0(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 g0=320;function He(e){var f,p,g,m;const t=br(),n=new Map;e.elements.forEach((h,y)=>{if(n.has(h.id)){t.diagnostics.push({code:"E001",severity:"error",message:be("compile.duplicateId",{id:h.id}),pointer:`/elements/${y}`});return}n.set(h.id,h);const v=hn.get(h.kind);v||t.diagnostics.push({code:"E003",severity:"error",message:`${be("compile.unknownKind",{kind:h.kind})} (id=${h.id})`,pointer:`/elements/${y}`}),t.elements.set(h.id,{element:h,libraryDef:v})});const o=new Map,r=new Map;(e.buses??[]).forEach((h,y)=>{if(n.has(h.id)||o.has(h.id)){t.diagnostics.push({code:"E001",severity:"error",message:be("compile.duplicateId",{id:h.id}),pointer:`/buses/${y}`});return}if(o.set(h.id,h),h.layout){const v=h.layout.rot??0;r.set(h.id,{at:h.layout.at,span:h.layout.span,rot:v,axis:fn(v)})}});const s=h=>!h.includes(".")&&o.has(h),i=(h,y)=>{if(s(h))return!0;const v=h.indexOf(".");if(v<=0)return t.diagnostics.push({code:"E003",severity:"error",message:be("compile.invalidTermRef",{ref:h}),pointer:y}),!1;const b=h.slice(0,v),_=h.slice(v+1),N=t.elements.get(b);if(!N)return t.diagnostics.push({code:"E002",severity:"error",message:be("compile.elementMissing",{id:b}),pointer:y}),!1;if(!N.libraryDef)return!1;if(!N.libraryDef.terminals.find(I=>I.id===_)){const I=N.libraryDef.terminals.map(B=>B.id).join(", ");return t.diagnostics.push({code:"E003",severity:"error",message:be("compile.missingPin",{id:b,kind:N.element.kind,pin:_,available:I}),pointer:y}),!1}return!0},a=[];(e.wires??[]).forEach((h,y)=>{const v=`/wires/${y}`,b=i(h.ends[0],v),_=i(h.ends[1],v);b&&_&&a.push(h)});const l=new Map;if(e.layout)for(const[h,y]of Object.entries(e.layout))t.elements.has(h)?l.set(h,wr(y)):t.diagnostics.push({code:"E004",severity:"error",message:be("compile.layoutMissingElement",{id:h}),pointer:`/layout/${h}`});const d=jp({elements:e.elements,buses:e.buses??[],wires:a,library:hn,userLayout:l,userBusLayout:r});t.layout=d.devices;for(const[h,y]of d.buses){const v=o.get(h);v&&t.buses.set(h,{bus:v,geometry:y})}for(const[h,y]of o)t.buses.has(h)||t.buses.set(h,{bus:y,geometry:{at:((f=y.layout)==null?void 0:f.at)??[0,0],span:((p=y.layout)==null?void 0:p.span)??g0,rot:((g=y.layout)==null?void 0:g.rot)??0,axis:fn(((m=y.layout)==null?void 0:m.rot)??0)}});for(const h of t.elements.values()){if(!h.libraryDef)continue;const y=t.layout.get(h.element.id);if(!y)continue;const v=[];for(const b of h.libraryDef.terminals){const _=`${h.element.id}.${b.id}`,N=Le([b.x,b.y],y),I=gt(b.orientation,y);t.terminals.set(_,{ref:_,elementId:h.element.id,pin:b.id,world:N,orientation:I}),v.push(_)}t.elementToTerminals.set(h.element.id,v)}const u=new vr;for(const h of a)u.add(h.ends[0]),u.add(h.ends[1]),u.union(h.ends[0],h.ends[1]);for(const[,h]of u.groups()){const y=p0(h);t.nodes.set(y,{id:y,terminals:h});for(const v of h)t.terminalToNode.set(v,y)}for(const h of t.elements.values()){const y=t.elementToTerminals.get(h.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:h.element.id})})}for(const h of t.buses.keys())t.terminalToNode.has(h)||t.diagnostics.push({code:"W001",severity:"warning",message:be("compile.elementUnconnected",{id:h})});for(const h of a){if(h.path&&h.path.length>=2){const v=h.path,b=v.length>=2?v[1]:null,_=v.length>=2?v[v.length-2]:null,N=ao(h.ends[0],b,t),I=ao(h.ends[1],_,t);if(N&&I){const B=[[N[0],N[1]],...v.slice(1,-1).map(te=>[te[0],te[1]]),[I[0],I[1]]],re=yr(B);if(re.length>=2){t.wireRenders.set(h.id,{wireId:h.id,path:re,userEdited:!0});continue}}}const y=$p(h,t);y&&t.wireRenders.set(h.id,y)}return t}const x0={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"},uo="B";function pm(e){return new Set([...e.elements.map(t=>t.id),...(e.buses??[]).map(t=>t.id)])}function bt(e,t){const n=x0[t]??t,o=pm(e);let r=1;for(;o.has(`${n}${r}`);)r++;return`${n}${r}`}function pn(e){const t=pm(e);let n=1;for(;t.has(`${uo}${n}`);)n++;return`${uo}${n}`}function y0(e){const t=new Set((e.annotations??[]).map(o=>o.id));let n=1;for(;t.has(`a${n}`);)n++;return`a${n}`}function wt(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:[]},b0=100,mo=20;function w0(){if(typeof window>"u")return"select";try{return window.matchMedia("(pointer: coarse)").matches?"pan":"select"}catch{return"select"}}const x=zt()(xp((e,t)=>({diagram:fo,internal:He(fo),fileSession:null,activeTool:w0(),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:He(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:He(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>=b0?r.slice(1):r;e({diagram:s,internal:He(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:He(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:He(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:v0(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(p=>s.has(p.id)).map(p=>structuredClone(p)),a=(o.buses??[]).filter(p=>s.has(p.id)).map(p=>structuredClone(p)),l={};for(const p of n)if(s.has(p)&&!r.buses.has(p)){const g=(f=o.layout)==null?void 0:f[p];if(g){l[p]=structuredClone(g);continue}const m=r.layout.get(p);m&&(l[p]=Et(m))}const d={};for(const p of n){const g=r.buses.get(p);g&&(d[p]=Ue(g.geometry))}const u=(o.wires??[]).filter(p=>p.ends.every(g=>s.has(Jt(g)))).map(p=>structuredClone(p));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=mo*s,a=mo*s,l=new Map;let d=r;for(const f of n.elements){const p=bt(d,f.kind);l.set(f.id,p),d={...d,elements:[...d.elements,{id:p,kind:f.kind}]}}for(const f of n.buses){const p=pn(d);l.set(f.id,p),d={...d,buses:[...d.buses??[],{id:p}]}}const u=f=>{const p=f.indexOf("."),g=p<0?f:f.slice(0,p),m=l.get(g);return m?p<0?m:`${m}${f.slice(p)}`:f};t().dispatch(f=>{const p=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 _=n.busLayouts[v.id];return _&&(b.layout={..._,at:[_.at[0]+i,_.at[1]+a]}),b}),m={...f.layout??{}};for(const[v,b]of l){const _=n.placements[v];_&&(m[b]={..._,at:[_.at[0]+i,_.at[1]+a]})}const h=n.wires.map(v=>{const b=[u(v.ends[0]),u(v.ends[1])];return{id:wt(b[0],b[1]),ends:b}}),y=k0(f.wires??[],h);return{...f,elements:[...f.elements,...p],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]=Et(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:Ue(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(p=>p.id===u&&p.layout)||a.set(u,Ue(f.geometry))}else{if(s[u])continue;const f=o.layout.get(u);f&&(i[u]=Et(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?Et(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??Ue(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(Jt(d.ends[0]))&&!o.has(Jt(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 p={at:f.at};f.rot&&(p.rot=f.rot),f.mirror&&(p.mirror=f.mirror),l[u]=p}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,p;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(_=>_.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:((p=r.layout.get(g))==null?void 0:p.at)??[0,0]},h=(((m.rot??0)+n)%360+360)%360;i[g]={...m,rot:h}}let l=s.buses;return a.size>0&&(l=(s.buses??[]).map(g=>{if(!a.has(g.id))return g;const m=g.layout??Ue(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=bt(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=pn(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=wt(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?yr(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)?Ue(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=y0(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:xr(()=>localStorage),partialize:e=>({diagram:e.diagram,activeTool:e.activeTool,placeKind:e.placeKind,lastPlaceKind:e.lastPlaceKind}),onRehydrateStorage:()=>e=>{e!=null&&e.diagram&&(e.internal=He(e.diagram))}}));function v0(e){return Array.from(new Set(e))}function Jt(e){const t=e.indexOf(".");return t<0?e:e.slice(0,t)}function k0(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 Et(e){return{at:[e.at[0],e.at[1]],...e.rot?{rot:e.rot}:{},...e.mirror?{mirror:e.mirror}:{}}}function Ue(e){return{at:[e.at[0],e.at[1]],span:e.span,...e.rot?{rot:e.rot}:{}}}let gm=null;function ho(e){gm=e}function Ve(){return gm}const Ot=10;function xm(){if(typeof document>"u")return!0;const e=document.querySelector(".ole-canvas-root");return!!e&&!e.classList.contains("hide-grid")}function ee(e){return xm()?Math.round(e/Ot)*Ot:e}const _0=30,S0=144;function ym(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=j0(r,t);if(!s){const h=bm(n),y=h?[ee(t[0])-h.x,ee(t[1])-h.y]:[ee(t[0]),ee(t[1])];return{newElementId:o.addElement(e,y),attachedToBus:!1}}const{busId:i,busAt:a,axis:l}=s,d=$0(n,l),u=bt(r,e),f=n.terminals.find(h=>h.id===d),p=l==="x"?t[0]:a[0],g=l==="y"?t[1]:a[1],m=f?[ee(p)-f.x,ee(g)-f.y]:[ee(t[0]),ee(t[1])];return o.dispatch(h=>{const y={id:u,kind:e},v={at:m},b=`${u}.${d}`,_={id:wt(i,b),ends:[i,b]};return{...h,elements:[...h.elements,y],wires:[...h.wires??[],_],layout:{...h.layout??{},[u]:v}}}),o.setSelection([u]),{newElementId:u,attachedToBus:!0}}function j0(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,p=t[0]<u?u-t[0]:t[0]>f?t[0]-f:0,g=Math.abs(t[1]-a[1]);d=Math.sqrt(p*p+g*g)}else{const u=a[1]-l/2,f=a[1]+l/2,p=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+p*p)}d<=_0&&(!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 $0(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 bm(e){return!e||e.stretchable||e.terminals.length===0?null:[...e.terminals].sort((n,o)=>n.y-o.y)[0]}function wm(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,h=Math.max(g,Math.min(m,t[0])),y=i[1],v=t[1]>=y?"s":"n";return{ref:e,world:[h,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],p=t[0]>=f?"e":"w";return{ref:e,world:[f,u],orientation:p,isBus:!0,busId:e}}const o=n.terminals.get(e);return o?{ref:e,world:o.world,orientation:o.orientation,isBus:!1}:null}const E0={n:"s",s:"n",e:"w",w:"e"};function vm(e,t,n){if(e.terminals.length===0)return{id:"t",x:0,y:0,orientation:"n"};const o=E0[t.orientation],r=e.terminals.filter(l=>l.orientation===o),s=r.length>0?r:e.terminals;let i=s[0],a=po(i,n,t.world);for(let l=1;l<s.length;l++){const d=s[l],u=po(d,n,t.world);u<a&&(a=u,i=d)}return i}function po(e,t,n){const o=t[0]+e.x-n[0],r=t[1]+e.y-n[1];return o*o+r*r}function N0(e,t,n){const o=Ke[e],r=x.getState(),s=r.diagram;if(!o)return null;const i=wm(t,n);if(!i)return null;const a=n[0]-i.world[0],l=n[1]-i.world[1],d=a*a+l*l<=S0,u=[ee(n[0]),ee(n[1])],f=vm(o,i,u),p=d?i.world:u,g=[ee(p[0]-f.x),ee(p[1]-f.y)],m=bt(s,e);return r.dispatch(h=>{const y={id:m,kind:e},v={at:g},b=`${m}.${f.id}`,_=i.isBus&&i.busId?i.busId:t,N={id:wt(_,b),ends:[_,b]};return{...h,elements:[...h.elements,y],wires:[...h.wires??[],N],layout:{...h.layout??{},[m]:v}}}),r.setSelection([m]),{newElementId:m,attachedToBus:i.isBus}}const Ft=9,Lt=7;function Ht(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 Wt(e){const t=T0(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 T0(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 C0(){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??Wt(r.libraryDef),a=Gt(i,s),l=i.anchor??"start";if(o===r.element.id)return c.jsx(I0,{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=Ht(r,n);return d.length===0?null:c.jsx("g",{className:"ole-annotation",transform:`translate(${a[0]} ${a[1]})`,children:d.map((f,p)=>c.jsx("text",{x:0,y:p*Ft,textAnchor:l,className:"ole-annotation-text",children:f},p))},r.element.id)})})}const Qt=200,en=9;function I0({elementId:e,currentName:t,world:n,anchor:o}){const r=S.useRef(null);S.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 p;const l=x.getState(),d=l.diagram.elements.find(g=>g.id===e);if(!d){l.setEditingElement(null);return}const u=(((p=r.current)==null?void 0:p.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-=Qt/2:o==="end"&&(a-=Qt),c.jsx("foreignObject",{x:a,y:n[1]-en,width:Qt,height:en*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:`${en}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 km=8,Bt=1.25;function A0(){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(P0,{ann:o},o.id):c.jsx(M0,{ann:o,isSelected:t===o.id},o.id))})}function M0({ann:e,isSelected:t}){const n=e.fontSize??km,o=e.text===""?[""]:e.text.split(`
|
|
192
|
-
`),r=Math.max(20,...o.map(i=>i.length*n*.55)),s=o.length*n*Bt;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*Bt,fontSize:n,className:"ole-free-annotation-text",children:i},a))]})}function P0({ann:e}){const t=S.useRef(null),n=e.fontSize??km;S.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:Bt,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*Bt}px`,whiteSpace:"pre-wrap",wordBreak:"break-word",cursor:"text"},children:e.text})})}const O0=20;function L0(){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(go,{x:l[0],y:l[1],busId:n,side:"start",axis:r}),c.jsx(go,{x:d[0],y:d[1],busId:n,side:"end",axis:r})]})}function go({x:e,y:t,busId:n,side:o,axis:r}){const s=Ve(),i=S.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 p=s.screenToSvg(u.clientX,u.clientY),g=r==="x"?p[0]-f.startSvg[0]:p[1]-f.startSvg[1],m=xm()?Math.round(g/Ot)*Ot:g,h=f.startSpan+(o==="end"?m:-m);if(h<O0)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:h,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 gn=.5;function xt(e,t){return Math.abs(e[1]-t[1])<gn?"h":"v"}function B0(){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=xt(o[a-1],o[a]),d=xt(o[a],o[a+1]),u=a-1===0,f=a+1===r-1,p=u&&l==="v"||f&&d==="v",g=u&&l==="h"||f&&d==="h";p&&g||s.push(c.jsx(R0,{wireId:e,index:a,xLocked:p,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])<gn&&Math.abs(l[1]-d[1])<gn||i.push(c.jsx(D0,{wireId:e,segIndex:a,axis:xt(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=Ve(),s=S.useRef(null),i=x(m=>{var h;return(h=m.internal.wireRenders.get(e))==null?void 0:h.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 h=x.getState().internal.wireRenders.get(e);h&&(s.current={pointerId:m.pointerId,startPath:h.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 h=s.current;if(!h||m.pointerId!==h.pointerId||!r)return;const y=r.screenToSvg(m.clientX,m.clientY),v=h.startPath,b=h.index;if(b<=0||b>=v.length-1)return;const _=v[b],N=[h.xLocked?_[0]:ee(_[0]+(y[0]-h.startSvg[0])),h.yLocked?_[1]:ee(_[1]+(y[1]-h.startSvg[1]))];if(N[0]===_[0]&&N[1]===_[1])return;const I=v.map(te=>[te[0],te[1]]);I[b]=N;const B=xt(v[b-1],v[b]);b-1>0&&(B==="h"?I[b-1]=[v[b-1][0],N[1]]:I[b-1]=[N[0],v[b-1][1]]);const re=xt(v[b],v[b+1]);b+1<v.length-1&&(re==="h"?I[b+1]=[v[b+1][0],N[1]]:I[b+1]=[N[0],v[b+1][1]]),x.getState().updateWirePath(e,I)},p=m=>{const h=s.current;!h||m.pointerId!==h.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 h=x.getState().internal.wireRenders.get(e);if(!h||h.path.length<=2||t<=0||t>=h.path.length-1)return;const y=h.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:p,onPointerCancel:p,onDoubleClick:g})}function D0({wireId:e,segIndex:t,axis:n}){const o=Ve(),r=S.useRef(null),s=x(m=>{var h;return(h=m.internal.wireRenders.get(e))==null?void 0:h.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 h=x.getState().internal.wireRenders.get(e);h&&(r.current={pointerId:m.pointerId,startPath:h.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))},p=m=>{const h=r.current;if(!h||m.pointerId!==h.pointerId||!o)return;const y=o.screenToSvg(m.clientX,m.clientY),v=h.startPath,b=h.segIndex;if(b>=v.length-1)return;const _=v[b],N=v[b+1],I=[];for(let B=0;B<=b;B++)I.push(v[B]);if(h.axis==="h"){const B=ee(_[1]+(y[1]-h.startSvg[1]));I.push([_[0],B]),I.push([N[0],B])}else{const B=ee(_[0]+(y[0]-h.startSvg[0]));I.push([B,_[1]]),I.push([B,N[1]])}for(let B=b+1;B<v.length;B++)I.push(v[B]);x.getState().updateWirePath(e,I)},g=m=>{const h=r.current;if(!h||m.pointerId!==h.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:p,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 z0=3,tn=12;function F0(){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,p=f/2,g=d==="x"?u[0]-p:u[0],m=d==="x"?u[1]:u[1]-p,h=d==="x"?u[0]+p:u[0],y=d==="x"?u[1]:u[1]+p,v=s.has(a.id),b=i.has(a.id),_=r.get(a.id)??void 0,N=tn/2,I=d==="x"?u[0]-p:u[0]-N,B=d==="x"?u[1]-N:u[1]-p,re=d==="x"?f:tn,te=d==="x"?tn:f;return c.jsxs("g",{"data-bus-id":a.id,"data-element-id":a.id,"data-node-id":_,"data-selected":v?"true":void 0,"data-node-related":b?"true":void 0,className:"ole-bus",children:[c.jsx("rect",{x:I,y:B,width:re,height:te,fill:"transparent",className:"ole-bus-hit"}),c.jsx("line",{x1:g,y1:m,x2:h,y2:y,stroke:"black",strokeWidth:z0,strokeLinecap:"round",fill:"none"})]},a.id)})})}function H0(){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 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 W0(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 G0({lib:e}){const t=W0(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:Ge(l),className:"ole-element",children:[c.jsx(G0,{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:Ge(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 _m=null;const xn=new Set;function Nt(e){_m=e;for(const t of xn)t(e)}function q0(){return _m}function Y0(e){return xn.add(e),()=>{xn.delete(e)}}function X0(){const[e,t]=S.useState(q0());return S.useEffect(()=>Y0(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 V0(){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=hm(t);if(!r)return null;let s=null,i=null;if(o){const d=wm(o,n);d&&(s=vm(r,d,n),i={source:d.world,pin:n})}else s=bm(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 U0(){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,p=f/2,g=d==="x"?u[0]-p:u[0]-4,m=d==="x"?u[1]-4:u[1]-p,h=d==="x"?f:8,y=d==="x"?8:f;return c.jsx("rect",{x:g,y:m,width:h,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=Z0(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:Ge(a)},r):null})})}function Z0(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 J0(){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 Q0(){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(p=>`${p[0]},${p[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 Xe=null;const yn=new Set;function Me(e){if(!(e===null&&Xe===null||e&&Xe&&e.ref===Xe.ref&&e.world[0]===Xe.world[0]&&e.world[1]===Xe.world[1])){Xe=e;for(const t of yn)t(e)}}function ex(){return Xe}function tx(e){return yn.add(e),()=>{yn.delete(e)}}function nx(){var d,u;const e=x(f=>f.wireFromTerminal),t=x(f=>f.cursorSvg),n=x(f=>f.internal.terminals),[o,r]=S.useState(ex());S.useEffect(()=>tx(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 ot(e,t){return e instanceof Element?e.closest(`[${t}]`):null}function tt(e){var t;return((t=ot(e,"data-element-id"))==null?void 0:t.getAttribute("data-element-id"))??null}function ox(e){var t;return((t=ot(e,"data-bus-id"))==null?void 0:t.getAttribute("data-bus-id"))??null}function We(e){var o;const t=(o=ot(e,"data-terminal-id"))==null?void 0:o.getAttribute("data-terminal-id");if(t)return t;const n=ox(e);return n||null}function Kt(e){var t;return((t=ot(e,"data-node-id"))==null?void 0:t.getAttribute("data-node-id"))??null}function rx(e){var t;return((t=ot(e,"data-wire-id"))==null?void 0:t.getAttribute("data-wire-id"))??null}function Rt(e){var t;return((t=ot(e,"data-annotation-id"))==null?void 0:t.getAttribute("data-annotation-id"))??null}function Sm(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 jm(){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(){S.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":jm();return}};return window.addEventListener("keydown",e),()=>window.removeEventListener("keydown",e)},[])}let bn=null;const wn=new Set;function ax(e){if(e!==bn){bn=e;for(const t of wn)t(e)}}function lx(){return bn}function cx(e){return wn.add(e),()=>{wn.delete(e)}}const xo="ole-hover-element-host",dx="ole-hover-terminal-on",ux="ole-hover-node-on";function fx(e){S.useEffect(()=>{const t=e.current;if(!t)return;let n=null,o=null;const r=new Set,s=new Set,i=(f,p,g)=>{for(const m of f)m.classList.remove(g);f.clear();for(const m of p)m.classList.add(g),f.add(m)},a=f=>{var g,m;if(f===n)return;n&&((g=t.querySelector(`[data-element-id="${Tt(n)}"]`))==null||g.classList.remove(xo)),f&&((m=t.querySelector(`[data-element-id="${Tt(f)}"]`))==null||m.classList.add(xo));const p=f?Array.from(t.querySelectorAll(`.ole-terminal[data-element-id="${Tt(f)}"]`)):[];i(r,p,dx),n=f,f?t.setAttribute("data-hover-element",""):t.removeAttribute("data-hover-element"),ax(f)},l=f=>{if(f===o)return;const p=f?Array.from(t.querySelectorAll(`[data-node-id="${Tt(f)}"]`)):[];i(s,p,ux),o=f,f?t.setAttribute("data-hover-node",""):t.removeAttribute("data-hover-node")},d=f=>{a(tt(f.target));const p=We(f.target);let g=null;p?g=x.getState().internal.terminalToNode.get(p)??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 Tt(e){return e.replace(/(["\\])/g,"\\$1")}function $m(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,p=i[0]+a/2,g=Math.max(f,Math.min(p,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 yo=3;let de=null,Se=null,je=null,ie=null;const mx={id:"select",cursor:"default",onPointerDown(e,t){var f,p,g,m;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 h=(f=n.diagram.annotations)==null?void 0:f.find(y=>y.id===o);if(!h)return;n.setSelectedAnnotation(o),ie={pointerId:e.pointerId,id:o,startSvg:t.viewport.screenToSvg(e.clientX,e.clientY),origin:[h.at[0],h.at[1]],moved:!1};return}const s=(e.target instanceof Element?(p=e.target.closest("[data-terminal-id]"))==null?void 0:p.getAttribute("data-terminal-id"):null)?We(e.target):null;if(s){const h=s.indexOf("."),y=h>0?s.slice(0,h):"";if(y&&n.selection.includes(y)){e.preventDefault(),e.stopPropagation(),e.target instanceof Element&&((m=(g=e.target).hasPointerCapture)!=null&&m.call(g,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}}const i=tt(e.target);if(!i){const h=rx(e.target);if(h){if(e.preventDefault(),e.altKey){const y=Kt(e.target);if(y){n.setSelectedNode(y);return}}n.setSelectedWire(h);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;for(const h of l){const y=d.layout.get(h);y&&u.set(h,{...y})}u.size!==0&&(de={pointerId:e.pointerId,startSvg:t.viewport.screenToSvg(e.clientX,e.clientY),originals:u,moved:!1},e.preventDefault())},onPointerMove(e,t){if(ie&&e.pointerId===ie.pointerId){const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=ee(n[0]-ie.startSvg[0]),r=ee(n[1]-ie.startSvg[1]);!ie.moved&&(o!==0||r!==0)&&(ie.moved=!0,t.hostEl.hasPointerCapture(e.pointerId)||t.hostEl.setPointerCapture(e.pointerId));const s=t.hostEl.querySelector(`[data-annotation-id="${ut(ie.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?We(o):null;if(!r||r===je.fromRef){Me(null);return}Me($m(r,n));return}if(de&&e.pointerId===de.pointerId){const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=ee(n[0]-de.startSvg[0]),r=ee(n[1]-de.startSvg[1]);!de.moved&&(o!==0||r!==0)&&(de.moved=!0,t.hostEl.hasPointerCapture(e.pointerId)||t.hostEl.setPointerCapture(e.pointerId));for(const[s,i]of de.originals){const a=t.hostEl.querySelector(`[data-element-id="${ut(s)}"]`);if(!a)continue;const l={...i,at:[i.at[0]+o,i.at[1]+r]};a.setAttribute("transform",Ge(l))}return}if(Se&&e.pointerId===Se.pointerId){const n=t.viewport.screenToSvg(e.clientX,e.clientY);Nt(bo(Se.startSvg,n));return}},onPointerUp(e,t){if(ie&&e.pointerId===ie.pointerId){t.hostEl.hasPointerCapture(e.pointerId)&&t.hostEl.releasePointerCapture(e.pointerId);const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=ee(n[0]-ie.startSvg[0]),r=ee(n[1]-ie.startSvg[1]),s=t.hostEl.querySelector(`[data-annotation-id="${ut(ie.id)}"]`);s&&s.removeAttribute("transform"),ie.moved&&(o!==0||r!==0)&&x.getState().updateAnnotation(ie.id,{at:[ie.origin[0]+o,ie.origin[1]+r]}),ie=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=We(e.target);r&&r!==o&&n.addWire(o,r);return}if(de&&e.pointerId===de.pointerId){if(t.hostEl.hasPointerCapture(e.pointerId)&&t.hostEl.releasePointerCapture(e.pointerId),de.moved){const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=ee(n[0]-de.startSvg[0]),r=ee(n[1]-de.startSvg[1]);if(o!==0||r!==0){const s=new Map;for(const i of de.originals.keys())s.set(i,[o,r]);x.getState().moveElements(s)}}de=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=bo(Se.startSvg,n);if(o.w>=yo||o.h>=yo){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)}Nt(null),Se=null}},onPointerCancel(e,t){var n,o,r,s,i,a;if(ie&&e.pointerId===ie.pointerId){const l=t.hostEl.querySelector(`[data-annotation-id="${ut(ie.id)}"]`);if(l&&l.removeAttribute("transform"),(o=(n=t.hostEl).hasPointerCapture)!=null&&o.call(n,e.pointerId))try{t.hostEl.releasePointerCapture(e.pointerId)}catch{}ie=null}if(de&&e.pointerId===de.pointerId){for(const[l,d]of de.originals){const u=t.hostEl.querySelector(`[data-element-id="${ut(l)}"]`);u&&u.setAttribute("transform",Ge(d))}if((s=(r=t.hostEl).hasPointerCapture)!=null&&s.call(r,e.pointerId))try{t.hostEl.releasePointerCapture(e.pointerId)}catch{}de=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{}Nt(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=tt(e.target);o&&(e.preventDefault(),e.stopPropagation(),t.setEditingElement(o))},onDeactivate(e){if(de=null,Se=null,ie=null,je){e.hostEl.classList.remove("tool-wire");const t=x.getState();t.setWireFromTerminal(null),t.setCursorSvg(null),Me(null),je=null}Nt(null)}};function bo(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,p])=>px([f,p],r));let a=1/0,l=-1/0,d=1/0,u=-1/0;for(const[f,p]of i)f<a&&(a=f),f>l&&(l=f),p<d&&(d=p),p>u&&(u=p);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,p=s==="x"?i[1]:i[1]+l;u>=e.x&&d<=e.x+e.w&&p>=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 ut(e){return e.replace(/(["\\])/g,"\\$1")}const xx=4;let J=null;const yx={id:"pan",cursor:"grab",onPointerDown(e,t){if(e.button!==0)return;const n=t.viewport.getViewport(),o=tt(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;for(const d of i){const u=a.layout.get(d);u&&l.set(d,{...u})}l.size>0&&(r={startSvg:t.viewport.screenToSvg(e.clientX,e.clientY),originals:l})}J={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(!J||e.pointerId!==J.pointerId)return;const n=e.clientX-J.startX,o=e.clientY-J.startY;if(!J.moved&&Math.hypot(n,o)>xx){J.moved=!0;try{t.hostEl.setPointerCapture(e.pointerId)}catch{}}if(J.moved){if(J.elementDrag){const r=t.viewport.screenToSvg(e.clientX,e.clientY),s=ee(r[0]-J.elementDrag.startSvg[0]),i=ee(r[1]-J.elementDrag.startSvg[1]);for(const[a,l]of J.elementDrag.originals){const d=t.hostEl.querySelector(`[data-element-id="${wo(a)}"]`);if(!d)continue;const u={...l,at:[l.at[0]+s,l.at[1]+i]};d.setAttribute("transform",Ge(u))}return}t.viewport.setViewport({tx:J.startTx+n,ty:J.startTy+o})}},onPointerUp(e,t){if(!(!J||e.pointerId!==J.pointerId)){if(t.hostEl.hasPointerCapture(e.pointerId)&&t.hostEl.releasePointerCapture(e.pointerId),t.hostEl.style.cursor="grab",J.elementDrag&&J.moved){const n=t.viewport.screenToSvg(e.clientX,e.clientY),o=ee(n[0]-J.elementDrag.startSvg[0]),r=ee(n[1]-J.elementDrag.startSvg[1]);if(o!==0||r!==0){const s=new Map;for(const i of J.elementDrag.originals.keys())s.set(i,[o,r]);x.getState().moveElements(s)}}else J.moved||bx(J.startTarget);J=null}},onPointerCancel(e,t){if(J!=null&&J.elementDrag)for(const[n,o]of J.elementDrag.originals){const r=t.hostEl.querySelector(`[data-element-id="${wo(n)}"]`);r&&r.setAttribute("transform",Ge(o))}J=null},onDeactivate(){J=null}};function bx(e){if(!e)return;const t=x.getState(),n=Rt(e);if(n){t.setSelectedAnnotation(n);return}const o=tt(e);if(o){t.setSelection([o]);return}const r=Kt(e);if(r){t.setSelectedNode(r);return}t.clearSelection()}function wo(e){return e.replace(/(["\\])/g,"\\$1")}const ht={tight:1024,compact:720,dense:520,mini:380},vo={full:0,tight:1,compact:2,dense:3,mini:4};function Ie(e,t){return vo[e]>=vo[t]}function wx(e){return e>=ht.tight?"full":e>=ht.compact?"tight":e>=ht.dense?"compact":e>=ht.mini?"dense":"mini"}const Em=S.createContext("full");function qe(){return S.useContext(Em)}function vx(e){const[t,n]=S.useState(null);return S.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 Nm(){if(typeof window>"u")return!1;try{if(!window.matchMedia("(pointer: coarse)").matches)return!1}catch{return!1}return window.innerWidth<ht.dense}function Cn(){Nm()&&x.getState().setActiveTool("pan")}function kx(){Nm()&&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=We(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?We(r):null;if(!s||s===n){Me(null);return}Me($m(s,o))},onPointerUp(e){const t=x.getState(),n=t.wireFromTerminal;if(!n)return;t.setWireFromTerminal(null),t.setCursorSvg(null),Me(null);const o=We(e.target);!o||o===n||(t.addWire(n,o),Cn())},onPointerLeave(){const e=x.getState();e.setWireFromTerminal(null),e.setCursorSvg(null),Me(null)}},ko=10;let ft=!1;function _o(){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),ft=!1},onPointerDown(e,t){var s,i;if(e.button!==0)return;const{placeKind:n}=x.getState();if(!n)return;e.preventDefault();const o=We(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);ym(n,r),ft=!0},onPointerMove(e,t){const n=t.viewport.screenToSvg(e.clientX,e.clientY);x.getState().setCursorSvg([So(n[0]),So(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);N0(r,o,s),_o();return}ft&&(ft=!1,_o())},onPointerLeave(){const e=x.getState();e.setPlaceFromTerminal(null),e.setCursorSvg(null)},onPointerCancel(){const e=x.getState();e.setPlaceFromTerminal(null),e.setCursorSvg(null),ft=!1}};function So(e){return Math.round(e/ko)*ko}const jo=10,$o=20;function Ze(e){return Math.round(e/jo)*jo}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=[Ze(n[0]),Ze(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([Ze(n[0]),Ze(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=Ze(o[0]),s=Ze(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<$o)return;d=0,f=[(n[0]+r)/2,n[1]]}else{if(u=Math.abs(a),u<$o)return;d=90,f=[n[0],(n[1]+s)/2]}x.getState().addBus(f,u,d),Cn()},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),Cn()}},Ex={select:mx,pan:yx,wire:_x,place:Sx,busbar:jx,text:$x};function Nx(e,t){const n=x(o=>o.activeTool);S.useEffect(()=>{var p;const o=e.current;if(!o)return;const r=Ex[n],s={viewport:t,hostEl:o};(p=r.onActivate)==null||p.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 vn=1;const kn=new Set;function Tx(e){if(e!==vn){vn=e;for(const t of kn)t(e)}}function Cx(){return vn}function Ix(e){return kn.add(e),()=>{kn.delete(e)}}const nn=.1,on=8,Ax=1.0015,Mx=1.02;function Px(e,t,n={tx:0,ty:0,scale:1}){const o=S.useRef({...n}),r=S.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 S.useEffect(()=>{const i=e.current;if(!i)return;let a=!1,l=-1,d=0,u=0,f=0,p=0,g=!1;const m=new Map;let h=null,y=!1;const v=()=>{if(m.size<2){h=null;return}const E=[...m.values()],M=E[1].x-E[0].x,se=E[1].y-E[0].y,ne=Math.hypot(M,se)||1,ce=i.getBoundingClientRect();h={startDist:ne,startScale:o.current.scale,startTx:o.current.tx,startTy:o.current.ty,startMidX:(E[0].x+E[1].x)/2-ce.left,startMidY:(E[0].y+E[1].y)/2-ce.top}},b=E=>{if(E.pointerType==="touch"){if(m.set(E.pointerId,{x:E.clientX,y:E.clientY}),m.size>=2&&!y){y=!0;for(const M of m.keys())M!==E.pointerId&&Sm(i,M);v()}if(y){E.stopPropagation(),E.preventDefault();try{i.setPointerCapture(E.pointerId)}catch{}}}},_=E=>{if(E.pointerType!=="touch"||!m.has(E.pointerId)||(m.set(E.pointerId,{x:E.clientX,y:E.clientY}),!y||!h))return;E.stopPropagation();const M=[...m.values()];if(M.length<2)return;const se=M[1].x-M[0].x,ne=M[1].y-M[0].y,ce=Math.hypot(se,ne)||1,X=i.getBoundingClientRect(),ue=(M[0].x+M[1].x)/2-X.left,ae=(M[0].y+M[1].y)/2-X.top,he=ce/h.startDist,ke=rn(h.startScale*he,nn,on),ye=ke/h.startScale;o.current.tx=h.startMidX-(h.startMidX-h.startTx)*ye+(ue-h.startMidX),o.current.ty=h.startMidY-(h.startMidY-h.startTy)*ye+(ae-h.startMidY),o.current.scale=ke,s()},N=E=>{var M;if(E.pointerType==="touch"&&m.has(E.pointerId)&&(m.delete(E.pointerId),y)){if(E.stopPropagation(),(M=i.hasPointerCapture)!=null&&M.call(i,E.pointerId))try{i.releasePointerCapture(E.pointerId)}catch{}m.size>=2?v():h=null,m.size===0&&(y=!1)}},I=E=>{E.preventDefault();const M=i.getBoundingClientRect(),se=E.clientX-M.left,ne=E.clientY-M.top,ce=E.ctrlKey||E.metaKey;if(E.deltaX===0||ce){const ae=Math.pow(ce?Mx:Ax,-E.deltaY),he=rn(o.current.scale*ae,nn,on),ke=he/o.current.scale;o.current.tx=se-(se-o.current.tx)*ke,o.current.ty=ne-(ne-o.current.ty)*ke,o.current.scale=he}else o.current.tx-=E.deltaX,o.current.ty-=E.deltaY;s()},B=E=>{const M=E.button===1,se=g&&E.button===0;!M&&!se||(E.preventDefault(),a=!0,l=E.pointerId,d=E.clientX,u=E.clientY,f=o.current.tx,p=o.current.ty,i.setPointerCapture(E.pointerId),i.style.cursor="grabbing")},re=E=>{!a||E.pointerId!==l||(o.current.tx=f+(E.clientX-d),o.current.ty=p+(E.clientY-u),s())},te=E=>{a&&E.pointerId===l&&(a=!1,i.releasePointerCapture(E.pointerId),i.style.cursor=g?"grab":"")},ve=E=>{if(E.code==="Space"&&!g){const M=E.target;if(M&&(M.tagName==="INPUT"||M.tagName==="TEXTAREA"||M.isContentEditable))return;g=!0,i.style.cursor="grab",E.preventDefault()}},me=E=>{E.code==="Space"&&(g=!1,a||(i.style.cursor=""))};return i.addEventListener("wheel",I,{passive:!1}),i.addEventListener("pointerdown",B),i.addEventListener("pointermove",re),i.addEventListener("pointerup",te),i.addEventListener("pointercancel",te),i.addEventListener("pointerdown",b,{capture:!0}),i.addEventListener("pointermove",_,{capture:!0}),i.addEventListener("pointerup",N,{capture:!0}),i.addEventListener("pointercancel",N,{capture:!0}),window.addEventListener("keydown",ve),window.addEventListener("keyup",me),s(),()=>{i.removeEventListener("wheel",I),i.removeEventListener("pointerdown",B),i.removeEventListener("pointermove",re),i.removeEventListener("pointerup",te),i.removeEventListener("pointercancel",te),i.removeEventListener("pointerdown",b,{capture:!0}),i.removeEventListener("pointermove",_,{capture:!0}),i.removeEventListener("pointerup",N,{capture:!0}),i.removeEventListener("pointercancel",N,{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=rn(i.scale,nn,on)),s()},subscribe(i){return r.current.add(i),()=>{r.current.delete(i)}}}}function rn(e,t,n){return e<t?t:e>n?n:e}const Tm=typeof navigator<"u"&&/Mac|iP(ad|hone|od)/.test(navigator.platform),Je=Tm?"⌘":"Ctrl+",Ox=Tm?"⇧":"Shift+",sn=[10,20,50,100,200,500,1e3,2e3,5e3,1e4],Lx=18;function Bx(e){for(const t of sn)if(t*e>=Lx)return t;return sn[sn.length-1]}function Rx(){const e=U(),t=S.useRef(null),n=S.useRef(null),o=S.useRef(null),r=Px(t,n);Nx(t,r),fx(t),S.useEffect(()=>(ho(r),()=>ho(null)),[r]),S.useEffect(()=>{const u=f=>{const p=o.current;if(!p)return;const m=Bx(f.scale)*f.scale;p.setAttribute("width",String(m)),p.setAttribute("height",String(m)),p.setAttribute("patternTransform",`translate(${f.tx} ${f.ty})`)};return u(r.getViewport()),r.subscribe(u)},[r]);const s=dp(),i=S.useCallback((u,f,p)=>{const g=x.getState(),m=g.activeTool;if(m==="wire"||m==="busbar"||m==="place"){jm();return}const h=tt(p);if(h)g.selection.includes(h)||g.setSelection([h]);else{const B=Kt(p);B&&g.selectedNode!==B&&g.setSelectedNode(B)}const y=x.getState(),v=y.selection.length>0,b=y.selectedNode!=null,_=!!y.clipboard,N=y.diagram.elements.length>0,I=[{label:e("menu.undo"),shortcut:`${Je}Z`,icon:En,onSelect:()=>x.getState().undo(),disabled:y.past.length===0},{label:e("menu.redo"),shortcut:`${Je}${Ox}Z`,icon:$n,onSelect:()=>x.getState().redo(),disabled:y.future.length===0},{type:"separator"},{label:e("menu.cut"),shortcut:`${Je}X`,icon:nr,onSelect:()=>x.getState().cutSelection(),disabled:!v},{label:e("menu.copy"),shortcut:`${Je}C`,icon:Jo,onSelect:()=>x.getState().copySelection(),disabled:!v},{label:e("menu.paste"),shortcut:`${Je}V`,icon:Zo,onSelect:()=>x.getState().pasteClipboard(),disabled:!_},{type:"separator"},{label:e("menu.rotate"),shortcut:"R",icon:tr,onSelect:()=>x.getState().rotateSelection(90),disabled:!v},{label:e("menu.mirror"),shortcut:"M",icon:Qo,onSelect:()=>x.getState().mirrorSelection(),disabled:!v},{type:"separator"},{label:e("menu.selectAll"),shortcut:`${Je}A`,icon:Ih,onSelect:()=>{const B=x.getState();B.setSelection(B.diagram.elements.map(re=>re.id))},disabled:!N},{type:"separator"},{label:e(b&&!v?"menu.disconnect":"menu.delete"),shortcut:"Del",icon:rr,destructive:!0,onSelect:()=>b&&!v?x.getState().deleteSelectedNode():x.getState().deleteSelection(),disabled:!v&&!b}];s.open(u,f,I)},[s,e]);S.useEffect(()=>{const u=t.current;if(!u)return;const f=700,p=4;let g,m=null;const h=()=>{g!==void 0&&window.clearTimeout(g),g=void 0,m=null},y=_=>{_.pointerType==="touch"&&(h(),m={pointerId:_.pointerId,x:_.clientX,y:_.clientY,target:_.target},g=window.setTimeout(()=>{const N=m;m=null,g=void 0,N&&(Sm(u,N.pointerId),i(N.x,N.y,N.target))},f))},v=_=>{if(!m||_.pointerId!==m.pointerId)return;const N=_.clientX-m.x,I=_.clientY-m.y;Math.hypot(N,I)>p&&h()},b=_=>{!m||_.pointerId!==m.pointerId||h()};return u.addEventListener("pointerdown",y),u.addEventListener("pointermove",v),u.addEventListener("pointerup",b),u.addEventListener("pointercancel",b),()=>{h(),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 p=r.screenToSvg(u.clientX,u.clientY);ym(f,p)},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(F0,{}),c.jsx(Q0,{}),c.jsx(K0,{}),c.jsx(C0,{}),c.jsx(A0,{}),c.jsx(U0,{}),c.jsx(L0,{}),c.jsx(B0,{}),c.jsx(J0,{}),c.jsx(nx,{}),c.jsx(H0,{}),c.jsx(V0,{}),c.jsx(X0,{})]})]})})}const Eo=60,Dx=.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 In(){const e=Ve(),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),p=Math.max(u-l,1),g=Math.max(f-d,1),m=Hx(Math.min((n.width-Eo*2)/p,(n.height-Eo*2)/g),Dx,zx),h=(l+u)/2,y=(d+f)/2;return e.setViewport({tx:n.width/2-m*h,ty:n.height/2-m*y,scale:m}),!0}function An(){let e=Fx;const t=()=>{In()||--e>0&&requestAnimationFrame(t)};requestAnimationFrame(t)}const No=10,Gx=100;function Kx(){return typeof window>"u"||!window.matchMedia?!1:window.matchMedia("(hover: none), (pointer: coarse)").matches}function qx(){const[e,t]=S.useState(lx()),[n,o]=S.useState(!1),[r,s]=S.useState(null),i=S.useRef(null),a=S.useRef(void 0),[l]=S.useState(Kx);S.useEffect(()=>cx(m=>t(m)),[]),S.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(h=>h.id===e)??null:null);if(S.useLayoutEffect(()=>{if(!n||!e)return;let m=0,h=-1,y=-1;const v=()=>{const b=document.querySelector(`[data-element-id="${Yx(e)}"]`),_=i.current;if(b&&_){const N=b.getBoundingClientRect();let I=N.bottom+No;I+_.offsetHeight>window.innerHeight-4&&(I=N.top-_.offsetHeight-No);let B=N.left+N.width/2-_.offsetWidth/2;B=Math.max(4,Math.min(B,window.innerWidth-_.offsetWidth-4)),(I!==h||B!==y)&&(s({top:I,left:B}),h=I,y=B)}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,p=(u==null?void 0:u.name)??d.kind,g=d.name&&d.name!==d.id;return typeof document>"u"?null:Xo.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:p})]}),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(Em.Provider,{value:n,children:t})}function To(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=To(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():To(e[r],null)}}}}var Ux=Symbol.for("react.lazy"),Dt=xe[" use ".trim().toString()];function Zx(e){return typeof e=="object"&&e!==null&&"then"in e}function Cm(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;Cm(s)&&typeof Dt=="function"&&(s=Dt(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(Cm(r)&&typeof Dt=="function"&&(r=Dt(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 Co=e=>typeof e=="boolean"?`${e}`:e===0?"0":e,Io=ar,sy=(e,t)=>n=>{var o;if((t==null?void 0:t.variants)==null)return Io(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 p=Co(u)||Co(f);return r[d][p]}),a=n&&Object.entries(n).reduce((d,u)=>{let[f,p]=u;return p===void 0||(d[f]=p),d},{}),l=t==null||(o=t.compoundVariants)===null||o===void 0?void 0:o.reduce((d,u)=>{let{class:f,className:p,...g}=u;return Object.entries(g).every(m=>{let[h,y]=m;return Array.isArray(y)?y.includes({...s,...a}[h]):{...s,...a}[h]===y})?[...d,f,p]:d},[]);return Io(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=S.useRef(null),s=S.useRef(null),[i,a]=S.useState(!1),[l,d]=S.useState(null),u=S.useId(),f=S.useRef(void 0),p=()=>{n||(window.clearTimeout(f.current),f.current=window.setTimeout(()=>a(!0),o))},g=()=>{window.clearTimeout(f.current),a(!1)};S.useLayoutEffect(()=>{if(!i||!r.current||!s.current)return;const v=r.current.getBoundingClientRect(),b=s.current.getBoundingClientRect(),_=8;let N="top",I=v.top-b.height-_;I<4&&(N="bottom",I=v.bottom+_);let B=v.left+v.width/2-b.width/2;B=Math.max(4,Math.min(B,window.innerWidth-b.width-4)),d({top:I,left:B,side:N})},[i,e]),S.useEffect(()=>()=>window.clearTimeout(f.current),[]),S.useEffect(()=>{if(!i)return;const v=_=>{_.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,h=m.props,y=S.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=h.onPointerEnter)==null||b.call(h,v),p()},onPointerLeave:v=>{var b;(b=h.onPointerLeave)==null||b.call(h,v),g()},onFocus:v=>{var b;(b=h.onFocus)==null||b.call(h,v),p()},onBlur:v=>{var b;(b=h.onBlur)==null||b.call(h,v),g()},"aria-describedby":i?u:h["aria-describedby"]});return c.jsxs(c.Fragment,{children:[y,i&&typeof document<"u"&&Xo.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 Ao=12,ly=56;function cy(){var v;const e=U(),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),p=o!=null&&((v=f.get(o))==null?void 0:v.userEdited)===!0,g=S.useRef(null);S.useEffect(()=>{const b=g.current;if(!b)return;const _=t.length>0,N=!_&&o!=null,I=!_&&!N&&n!=null;if(!((_||N||I)&&(r==="select"||r==="pan"))){b.style.display="none";return}b.style.display="flex";let re=0,te="";const ve=()=>{let me=1/0,E=-1/0,M=1/0,se=-1/0,ne=!1;const ce=X=>{X.width===0&&X.height===0||(X.left<me&&(me=X.left),X.right>E&&(E=X.right),X.top<M&&(M=X.top),X.bottom>se&&(se=X.bottom),ne=!0)};if(_)for(const X of t){const ue=document.querySelector(`[data-element-id="${CSS.escape(X)}"]`);ue&&ce(ue.getBoundingClientRect())}else if(N&&o){const X=document.querySelector(`polyline.ole-wire[data-wire-id="${CSS.escape(o)}"]`);X&&ce(X.getBoundingClientRect())}else if(I&&n){const X=document.querySelectorAll(`polyline.ole-wire[data-node-id="${CSS.escape(n)}"]`);for(const ue of X)ce(ue.getBoundingClientRect())}if(ne){const X=(me+E)/2;let ue=M-Ao,ae="-100%";ue<ly&&(ue=se+Ao,ae="0%");const he=`translate3d(${X}px, ${ue}px, 0) translate(-50%, ${ae})`;he!==te&&(b.style.transform=he,te=he)}re=requestAnimationFrame(ve)};return re=requestAnimationFrame(ve),()=>cancelAnimationFrame(re)},[t,n,o,r]);const m=t.length===0&&o!=null,h=t.length===0&&!m&&n!=null,y=h||m;return c.jsxs("div",{ref:g,role:"toolbar","aria-label":e(m?"ctx.ariaWire":h?"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&&p&&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(Ch,{})})}),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(tr,{})})}),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(Qo,{})})}),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":h?"ctx.deleteHintNode":"ctx.deleteHintElement")})]}),children:c.jsx(Ee,{variant:"ghost",size:"icon",className:"size-7 text-destructive hover:text-destructive",onClick:()=>m?d():h?l():a(),"aria-label":e("ctx.delete"),children:c.jsx(rr,{})})})]})}function Mn({open:e,onOpenChange:t,trigger:n,children:o}){const r=S.useRef(null);return S.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 Im="ole-panel-open";function dy(){if(typeof window>"u")return{outlineOpen:!1};try{const e=window.localStorage.getItem(Im);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 Mo(e){try{const t={outline:e.outlineOpen};window.localStorage.setItem(Im,JSON.stringify(t))}catch{}}const vt=zt((e,t)=>({...dy(),setOutlineOpen:n=>{e({outlineOpen:n}),Mo(t())},toggleOutline:()=>{e(n=>({outlineOpen:!n.outlineOpen})),Mo(t())}})),At=[.1,.25,.5,.75,1,1.25,1.5,2,3,4,6,8],Am=.1,Mm=8,Pm="ole-grid";function uy(){try{const e=window.localStorage.getItem(Pm);return e==null?!0:e==="1"}catch{return!0}}function fy(e){try{window.localStorage.setItem(Pm,e?"1":"0")}catch{}}function my(e,t,n){return e<t?t:e>n?n:e}function Om(){return document.querySelector(".ole-canvas-root")}function Pn(e){const t=Ve(),n=Om();if(!t||!n)return;const o=n.getBoundingClientRect(),r=o.width/2,s=o.height/2,i=t.getViewport(),a=my(e,Am,Mm),l=a/i.scale;t.setViewport({tx:r-(r-i.tx)*l,ty:s-(s-i.ty)*l,scale:a})}function hy(){const e=Ve();if(!e)return;const t=e.getViewport().scale,n=At.find(o=>o>t+1e-6)??Mm;Pn(n)}function py(){const e=Ve();if(!e)return;const t=e.getViewport().scale;let n=Am;for(let o=At.length-1;o>=0;o--)if(At[o]<t-1e-6){n=At[o];break}Pn(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 Lm(){const[e,t]=S.useState(()=>uy());return S.useEffect(()=>{const n=Om();n==null||n.classList.toggle("hide-grid",!e),fy(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 Bm(){const e=U();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(jn,{})})})}function Rm(){const e=U();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(Nh,{})})})}function Dm(){const e=U(),[t,n]=S.useState(Cx);return S.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:()=>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 zm(){const e=U();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:In,"aria-label":e("view.fit"),children:c.jsx(jh,{})})})}function Fm({grid:e,setGrid:t}){const n=U();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(_h,{})})})}function Hm(){const e=U(),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(sr,{})})})}function yy({stacked:e}={}){const t=U(),[n,o]=S.useState(!1),[r,s]=Lm(),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(cn,{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(cn,{})})});return c.jsx(Mn,{open:n,onOpenChange:o,trigger:a,children:c.jsxs("div",{className:"flex flex-col gap-0.5",children:[c.jsx(Dm,{}),c.jsxs("div",{className:"flex items-center gap-0.5",children:[c.jsx(Bm,{}),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(zm,{}),c.jsx(Fm,{grid:r,setGrid:s}),c.jsx(Hm,{})]})]})})}function by(){const e=qe();return Ie(e,"dense")?null:c.jsx(wy,{tier:e})}function wy({tier:e}){const t=Ie(e,"tight"),[n,o]=Lm();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(Bm,{}),!t&&c.jsx(Dm,{}),c.jsx(Rm,{}),c.jsx("div",{"aria-hidden":!0,className:"mx-1 h-4 w-px bg-border"}),c.jsx(zm,{}),c.jsx(Fm,{grid:n,setGrid:o}),c.jsx(Hm,{})]})})}const Po=[{id:"select",labelKey:"tool.select",hotkey:"V",descriptionKey:"tool.selectHint",icon:$h,switchTo:"select",iconOnly:!0},{id:"pan",labelKey:"tool.pan",hotkey:"H",descriptionKey:"tool.panHint",icon:Sh,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:or,switchTo:"place"},{id:"wire",labelKey:"tool.wire",hotkey:"W",descriptionKey:"tool.wireHint",icon:Uo,switchTo:"wire"},{id:"text",labelKey:"tool.text",hotkey:"T",descriptionKey:"tool.textHint",icon:sr,switchTo:"text",iconOnly:!0}];function vy(){const e=U(),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=U(),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=qe(),d=Ie(l,"tight"),u=!Ie(l,"dense"),f=Ie(l,"dense"),p=f?Po.filter(m=>m.id!=="select"&&m.id!=="text"):Po,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}),p.map(m=>{const h=m.icon,y=g(m),v=m.id==="place"&&y&&n==null?e("tool.placeNoKindTooltip"):e(m.descriptionKey);return c.jsxs(S.Fragment,{children:[c.jsx(et,{icon:h,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(et,{icon:En,label:e("tool.undo"),hotkey:"⌘Z",description:e("tool.undoHint"),iconOnly:!0,disabled:r===0,onClick:i}),c.jsx(et,{icon:$n,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=U(),n=vt(r=>r.outlineOpen),o=vt(r=>r.toggleOutline);return c.jsx(et,{icon:er,label:t("outline.title"),active:n,iconOnly:!0,stacked:e,onClick:o})}function et({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 Wm(){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=U(),[n,o]=S.useState(!1),r=Wm(),s=i=>()=>{o(!1),i()};return c.jsxs(Mn,{open:n,onOpenChange:o,trigger:c.jsx(et,{icon:pt,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(pt,{}),disabled:!r.hasAnyElement||!r.hasArrangedAny,children:t("layout.allAuto")}),c.jsx($e,{onClick:s(()=>x.getState().autoArrangeSelection()),icon:c.jsx(pt,{}),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(Mt,{}),disabled:!r.hasGapsAll,children:t("layout.allFill")}),c.jsx($e,{onClick:s(()=>x.getState().fillUnplacedSelection()),icon:c.jsx(Mt,{}),disabled:!r.hasSelection||!r.selectionHasGaps,children:t("layout.selFill")})]})}function jy({stacked:e}){const t=U(),[n,o]=S.useState(!1),r=x(p=>p.past.length),s=x(p=>p.future.length),i=x(p=>p.undo),a=x(p=>p.redo),l=x(p=>p.selection.length>0),d=x(p=>p.clipboard!=null),u=Wm(),f=p=>()=>{o(!1),p()};return c.jsxs(Mn,{open:n,onOpenChange:o,trigger:c.jsx(et,{icon:cn,label:t("tool.more"),description:t("tool.moreHint"),active:n,iconOnly:!0,stacked:e,onClick:()=>o(p=>!p)}),children:[c.jsx($e,{onClick:f(i),icon:c.jsx(En,{}),disabled:r===0,children:t("tool.undo")}),c.jsx($e,{onClick:f(a),icon:c.jsx($n,{}),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(nr,{}),disabled:!l,children:t("menu.cut")}),c.jsx($e,{onClick:f(()=>x.getState().copySelection()),icon:c.jsx(Jo,{}),disabled:!l,children:t("menu.copy")}),c.jsx($e,{onClick:f(()=>x.getState().pasteClipboard()),icon:c.jsx(Zo,{}),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(pt,{}),disabled:!u.hasAnyElement||!u.hasArrangedAny,children:t("layout.allAuto")}),c.jsx($e,{onClick:f(()=>x.getState().autoArrangeSelection()),icon:c.jsx(pt,{}),disabled:!u.hasSelection||!u.selectionHasArranged,children:t("layout.selAuto")}),c.jsx($e,{onClick:f(()=>x.getState().fillUnplacedAll()),icon:c.jsx(Mt,{}),disabled:!u.hasGapsAll,children:t("layout.allFill")}),c.jsx($e,{onClick:f(()=>x.getState().fillUnplacedSelection()),icon:c.jsx(Mt,{}),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=vt(r=>r.outlineOpen),t=vt(r=>r.setOutlineOpen),n=qe();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(Oo,{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(Oo,{onClose:()=>t(!1)}):c.jsx(Ey,{onClick:()=>t(!0)})})}function Ey({onClick:e}){const t=U(),n=qe(),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(er,{className:"size-4 shrink-0"}),!o&&c.jsx("span",{className:"text-xs font-medium",children:t("outline.title")})]})}function Oo({onClose:e,sheet:t}){const n=U(),o=x(d=>d.diagram.elements),r=x(d=>d.activeTool==="place"),s=qe(),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(Eh,{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=qe(),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"},Lo={zh:Cy,en:Iy};function Ay(e,t){return Lo[e][t]??Lo.zh[t]}function _t(){const e=kt(t=>t.locale);return(t,n)=>Ay(e,t)??n??t}const Gm="ole-palette-collapsed",My=new Set(["busbar"]),yt=(()=>{const e={};for(const[t,n]of Object.entries(h0)){const o=n.filter(r=>!My.has(r.id));o.length&&(e[t]=o)}return e})(),Py=(()=>{const e=new Set(co),t=Object.keys(yt).filter(n=>!e.has(n));return[...co.filter(n=>{var o;return(o=yt[n])==null?void 0:o.length}),...t]})();function Oy(){try{const e=window.localStorage.getItem(Gm);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(Gm,JSON.stringify([...e]))}catch{}}function By(){const e=U(),t=x(f=>f.activeTool==="place"),n=x(f=>f.placeKind),o=x(f=>f.setActiveTool),r=vt(f=>f.outlineOpen),s=qe(),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(Nn,{className:"size-3.5"})})]}),c.jsx(Ry,{sheet:i})]})})}function Ry({sheet:e}){const t=U(),n=_t(),[o,r]=S.useState(""),[s,i]=S.useState(()=>Oy()),a=S.useMemo(()=>{const f=o.trim().toLowerCase();if(!f)return yt;const p={};for(const[g,m]of Object.entries(yt)){const h=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)});h.length&&(p[g]=h)}return p},[o,n]),l=o.trim().length>0,d=l&&Object.values(a).every(f=>!(f!=null&&f.length)),u=S.useCallback((f,p)=>{i(g=>{const m=new Set(g);return p?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(Dy,{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 p=a[f];if(!(p!=null&&p.length))return null;const g=((y=yt[f])==null?void 0:y.length)??p.length,m=t(`cat.${f}`),h=l||!s.has(f);return c.jsxs("details",{open:h,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(xh,{className:"size-3 transition-transform [details:not([open])>summary>&]:-rotate-90"}),c.jsx("span",{className:"flex-1",children:m}),c.jsx(Fy,{children:l&&p.length!==g?`${p.length}/${g}`:g})]}),c.jsx("ul",{className:"mt-0.5 space-y-px",children:p.map(v=>c.jsx(zy,{entry:v,sheet:e},v.id))})]},f)})})]})}function Dy({value:e,onChange:t}){const n=U();return c.jsxs("div",{className:"relative",children:[c.jsx(Th,{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(Nn,{className:"size-3"})})]})}function zy({entry:e,sheet:t}){const n=U(),o=_t(),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=S.useRef(null);S.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 p=document.createElement("div");p.className="ole-glass",p.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(";"),p.innerHTML=`<svg class="ole-symbol" viewBox="${e.viewBox}" width="48" height="48" preserveAspectRatio="xMidYMid meet">${e.svg}</svg>`,document.body.appendChild(p),f.dataTransfer.setDragImage(p,32,32),setTimeout(()=>p.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 _n="ole-onboarding-dismissed";function Hy(){if(typeof window>"u")return!1;try{return window.localStorage.getItem(_n)==="1"}catch{return!1}}function Bo(e){try{e?window.localStorage.setItem(_n,"1"):window.localStorage.removeItem(_n)}catch{}}const Ro=zt(e=>({dismissed:Hy(),dismiss:()=>{Bo(!0),e({dismissed:!0})},reset:()=>{Bo(!1),e({dismissed:!1})}}));function Wy(){const e=U(),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(Nn,{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(or,{}),title:e("onboard.step2.title"),body:e("onboard.step2.body")}),c.jsx(an,{n:3,icon:c.jsx(Uo,{}),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 Gy(){const e=U(),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(St,{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(Ky,{id:i,element:l,schema:(d==null?void 0:d.params)??[]})]})}function Ky({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(qy,{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 qy({id:e,element:t,field:n}){var l;const o=U(),r=_t(),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(rt,{label:i,children:c.jsx(On,{active:!!s,onClick:()=>a(!s),children:o(s?"common.yes":"common.no")})}):n.type==="number"?c.jsx(qt,{label:i,value:typeof s=="number"?s:0,unit:n.unit,onCommit:a}):c.jsx(St,{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=U(),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(rt,{label:n,children:c.jsx(On,{active:o,onClick:()=>s(!o),children:r(o?"common.yes":"common.no")})}):typeof o=="number"?c.jsx(qt,{label:n,value:o,onCommit:s}):c.jsx(St,{label:n,value:o,onCommit:i=>s(i.trim()===""?void 0:i)})}function Xy({bus:e}){const t=U(),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(Km,{label:t("props.note"),value:e.note??"",onCommit:r=>Sn(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,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(qt,{label:"Un",value:typeof n.Un=="number"?n.Un:0,unit:"kV",onCommit:o=>t("Un",o)})})}function Sn(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=U(),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 _=u.get(m);return{id:m,label:(_==null?void 0:_.name)??m}}const h=m.indexOf("."),y=m.slice(0,h),v=m.slice(h+1),b=d.get(y);return{id:y,label:(b==null?void 0:b.name)??y,pin:v}},p=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:[p,g].map((m,h)=>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})]},h))}),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=U(),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 rt({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),a=S.useRef(null);return S.useEffect(()=>i(t),[t]),c.jsx(rt,{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]=S.useState(t);return S.useEffect(()=>r(t),[t]),c.jsx(rt,{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 qt({label:e,value:t,min:n,unit:o,onCommit:r}){const[s,i]=S.useState(String(t)),a=S.useRef(null);return S.useEffect(()=>i(String(t)),[t]),c.jsx(rt,{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 On({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=U(),s=_t()(`${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(rt,{label:s,children:c.jsx(On,{active:!!i,onClick:()=>a(!i),children:o(i?"common.yes":"common.no")})}):n.type==="number"?c.jsx(qt,{label:s,value:typeof i=="number"?i:0,onCommit:a}):c.jsx(St,{label:s,value:typeof i=="string"?i:"",onCommit:d=>a(d.trim()===""?void 0:d)})}function Qy(){const e=U(),t=_t(),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=qe(),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],p=(i??[]).find(g=>g.id===f);if(p)d=p.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 e1(){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 t1(){e1();const e=S.useRef(null),t=vx(e);return c.jsx(up,{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(Rx,{}),c.jsx($y,{}),c.jsx(Qy,{}),c.jsx(ky,{}),c.jsx(by,{}),c.jsx(cy,{}),c.jsx(By,{}),c.jsx(Wy,{}),c.jsx(qx,{})]})})})}const n1="ole-theme";function o1(){try{const e=window.localStorage.getItem(n1);return e==="light"||e==="dark"?e:null}catch{return null}}function r1(){return typeof window<"u"&&typeof window.matchMedia=="function"&&window.matchMedia("(prefers-color-scheme: dark)").matches}function s1(){return typeof window>"u"?"light":o1()??(r1()?"dark":"light")}function qm(e){typeof document>"u"||document.documentElement.classList.toggle("dark",e==="dark")}function i1({className:e,diagram:t,locale:n,theme:o}){return S.useEffect(()=>{if(!t)return;x.getState().diagram.elements.length===0&&x.getState().setDiagram(t)},[t]),S.useEffect(()=>{n&&kt.getState().setLocale(n)},[n]),S.useEffect(()=>{o&&qm(o)},[o]),S.useEffect(()=>{An()},[]),ix(),c.jsx("div",{className:`ole-root ${e??"h-full w-full"}`,children:c.jsx(t1,{})})}const Ym={"application/json":[".json"]},Xm=()=>typeof window<"u"&&typeof window.showOpenFilePicker=="function",Vm=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 a1(e){return JSON.stringify(e,null,2)+`
|
|
193
|
-
`}async function l1(){if(Xm()){let e;try{[e]=await window.showOpenFilePicker({multiple:!1,types:[{description:be("topbar.file.fileDescription"),accept:Ym}]})}catch(n){if(Vm(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 zo(e,t,n={}){const o=a1(e);if(!n.saveAs&&(t!=null&&t.handle)){const i=await t.handle.createWritable();return await i.write(o),await i.close(),t}if(Xm()){let i;try{i=await window.showSaveFilePicker({suggestedName:(t==null?void 0:t.name)??"diagram.json",types:[{description:be("topbar.file.fileDescription"),accept:Ym}]})}catch(l){if(Vm(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 c1(){const e=U(),t=x(f=>f.fileSession),n=(t==null?void 0:t.name)??e("common.unnamed"),{onNew:o,onOpen:r,onSave:s,onSaveAs:i}=d1(),[a,l]=S.useState(!1),d=S.useRef(null);S.useEffect(()=>{const f=p=>{if(!(p.metaKey||p.ctrlKey))return;const g=p.key.toLowerCase();g==="o"?(p.preventDefault(),r()):g==="s"&&(p.preventDefault(),p.shiftKey?i():s())};return window.addEventListener("keydown",f),()=>window.removeEventListener("keydown",f)},[r,s,i]),S.useEffect(()=>{if(!a)return;const f=g=>{d.current&&!d.current.contains(g.target)&&l(!1)},p=g=>{g.key==="Escape"&&l(!1)};return window.addEventListener("mousedown",f),window.addEventListener("keydown",p),()=>{window.removeEventListener("mousedown",f),window.removeEventListener("keydown",p)}},[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(Wn,{}),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(Ct,{onClick:u(o),icon:c.jsx(vh,{}),children:e("topbar.file.new")}),c.jsx(Ct,{onClick:u(r),icon:c.jsx(Wn,{}),hint:"⌘O",children:e("topbar.file.open")}),c.jsx(Ct,{onClick:u(s),icon:c.jsx(Gn,{}),hint:"⌘S",children:e("topbar.file.save")}),c.jsx(Ct,{onClick:u(i),icon:c.jsx(Gn,{}),hint:"⌘⇧S",children:e("topbar.file.saveAs")})]})]})}function Ct({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 d1(){const e=U(),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 l1();l&&(t(l.diagram,l.session),An())}catch(l){alert(e("topbar.file.openFailed",{err:l.message}))}},onSave:async()=>{try{const{diagram:l,fileSession:d}=x.getState(),u=await zo(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 zo(l,d,{saveAs:!0});u&&n(u)}catch(l){alert(e("topbar.file.saveFailed",{err:l.message}))}}}}const ln="WIRES",Re="ELEMENTS",Fo="LABELS",Ho="ANNOTATIONS",Wo=32,Go=64,u1=8,f1=1.25,m1=6;function Um(e,t={}){const n=new $1(t.precision??6);n.header(t.title),n.tables([{name:ln,color:7},{name:Re,color:7},{name:Fo,color:8},{name:Ho,color:3}]),n.beginEntities();for(const r of e.wireRenders.values())r.path.length<2||n.lwpolyline(ln,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(ln,[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||h1(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=Ht(r,o);if(i.length===0)continue;const a=r.libraryDef.label??Wt(r.libraryDef),[l,d]=Gt(a,s);for(let u=0;u<i.length;u++){const[f,p]=Te([l,d+u*Ft]);n.text(Fo,[f,p],i[u],Lt,0,!1)}}for(const r of t.annotations??[]){if(!r.text)continue;const s=r.fontSize??u1,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
|
|
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
|