build-dxf 0.0.43 → 0.0.45

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.
Files changed (54) hide show
  1. package/package.json +1 -1
  2. package/src/build.d.ts +1 -2
  3. package/src/build.js +2217 -1580
  4. package/src/index.css +1 -1
  5. package/src/index.js +1 -1
  6. package/src/index3.js +501 -501
  7. package/src/pages/Editor.vue.d.ts +1 -1
  8. package/src/pages/{Dxf.vue.d.ts → WallView.vue.d.ts} +3 -1
  9. package/src/selectLocalFile.js +792 -796
  10. package/src/utils/DxfSystem/DxfSystem.d.ts +4 -0
  11. package/src/utils/DxfSystem/components/AngleCorrectionDxf.d.ts +2 -2
  12. package/src/utils/DxfSystem/components/DoorsAnalysis.d.ts +118 -0
  13. package/src/utils/DxfSystem/components/Dxf.d.ts +4 -4
  14. package/src/utils/DxfSystem/components/LineAnalysis.d.ts +3 -97
  15. package/src/utils/DxfSystem/components/ThreeVJia.d.ts +27 -2
  16. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/ClippingLine.d.ts +1 -1
  17. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/CommandFlowComponent.d.ts +2 -2
  18. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/Default.d.ts +1 -1
  19. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/DrawWindow.d.ts +1 -1
  20. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/PointDrag.d.ts +1 -1
  21. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/SelectAll.d.ts +1 -1
  22. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/VerticalCorrection.d.ts +2 -2
  23. package/src/utils/DxfSystem/plugin/Editor/components/Editor.d.ts +1 -1
  24. package/src/utils/DxfSystem/plugin/Editor/components/RenderManager.d.ts +5 -5
  25. package/src/utils/DxfSystem/plugin/RenderPlugin/components/ModelDataRender.d.ts +1 -1
  26. package/src/utils/DxfSystem/plugin/RenderPlugin/components/Renderer.d.ts +3 -3
  27. package/src/utils/DxfSystem/type.d.ts +14 -4
  28. package/src/utils/DxfSystem/utils/AxisAlignCorr.d.ts +1 -1
  29. package/src/utils/DxfSystem/utils/BoundExt.d.ts +3 -3
  30. package/src/utils/DxfSystem/utils/DoubleWallHelper.d.ts +19 -0
  31. package/src/utils/DxfSystem/utils/clippingDoubleWall.d.ts +6 -0
  32. package/src/utils/DxfSystem/utils/clippingLineUserData.d.ts +7 -0
  33. package/src/utils/DxfSystem/utils/closedPathArea.d.ts +2 -0
  34. package/src/utils/DxfSystem/utils/createPointVirtualGrid.d.ts +3 -0
  35. package/src/utils/DxfSystem/utils/drawHelper.d.ts +5 -5
  36. package/src/utils/DxfSystem/utils/findClosedPolygons.d.ts +22 -0
  37. package/src/utils/DxfSystem/utils/findClosedPolygons01.d.ts +27 -0
  38. package/src/utils/DxfSystem/utils/findDiscretePointLine.d.ts +14 -0
  39. package/src/utils/DxfSystem/utils/findVerticalReference.d.ts +1 -1
  40. package/src/utils/DxfSystem/utils/lineDataToOriginalData.d.ts +3 -2
  41. package/src/utils/DxfSystem/utils/lineSegmentClipping.d.ts +1 -1
  42. package/src/utils/DxfSystem/utils/mergeLineUserData.d.ts +7 -0
  43. package/src/utils/DxfSystem/utils/originalDataToLineData.d.ts +1 -1
  44. package/src/utils/DxfSystem/utils/recomputedWindow.d.ts +1 -1
  45. package/src/utils/{Quadtree/LineSegment.d.ts → LineSegment.d.ts} +35 -3
  46. package/src/utils/Map.d.ts +17 -0
  47. package/src/utils/{Quadtree/Point.d.ts → Point.d.ts} +9 -0
  48. package/src/utils/PointVirtualGrid/index.d.ts +12 -8
  49. package/src/utils/{Quadtree/Quadtree.d.ts → Quadtree.d.ts} +2 -2
  50. package/src/utils/UndirectedGraph.d.ts +28 -0
  51. package/src/utils/UnionFindSet.d.ts +12 -0
  52. package/src/utils/cloneUserData.d.ts +7 -0
  53. /package/src/utils/{Quadtree/Box2.d.ts → Box2.d.ts} +0 -0
  54. /package/src/utils/{Quadtree/Rectangle.d.ts → Rectangle.d.ts} +0 -0
package/src/index3.js CHANGED
@@ -1,73 +1,73 @@
1
- import * as u from "three";
2
- import { i as ut, n as pt, r as Ue, t as qe, c as Pe, d as gt, e as vt, f as De, g as Q, _ as Ze, u as ft, h as fe, j as _e, w as yt, k as wt, l as bt, p as xt, m as Ct, o as Et, T as Ne, q as Be, s as Lt, v as Mt, x as Re, y as Ie, z as Me, A as kt, B as It, L as ye, D as Pt, b as Oe, E as re, S as Dt } from "./selectLocalFile.js";
3
- import { C as Ae, P as L, L as N, B as Ye, E as Xe, b as Fe, Q as ze, c as At, u as St, A as _t, r as Ke, W as Nt, T as Bt } from "./build.js";
1
+ import * as g from "three";
2
+ import { i as pt, n as gt, r as qe, t as Ze, c as Pe, d as vt, e as ft, f as De, g as Q, _ as Ye, u as yt, h as fe, j as _e, w as wt, k as bt, l as xt, p as Ct, m as Et, o as Lt, T as Ne, q as Be, s as Mt, v as kt, x as Re, y as Ie, z as Me, A as It, B as Pt, L as ye, D as Dt, b as Oe, E as re, S as At } from "./selectLocalFile.js";
3
+ import { C as Ae, P as L, L as N, B as Xe, E as $e, b as ze, Q as Fe, c as Ke, d as St, u as _t, A as Nt, r as Te, W as Bt, T as Rt } from "./build.js";
4
4
  import "clipper-lib";
5
5
  import "dxf-writer";
6
+ import { watch as U, ref as _, defineComponent as me, computed as A, createElementBlock as R, openBlock as D, normalizeClass as V, unref as v, renderSlot as be, createVNode as F, Transition as xe, withCtx as j, withDirectives as et, createElementVNode as P, normalizeStyle as Se, createTextVNode as X, toDisplayString as de, vShow as tt, shallowReactive as Ot, onMounted as nt, createBlock as ge, createCommentVNode as q, resolveDynamicComponent as zt, Fragment as ve, withModifiers as Ft, nextTick as we, isVNode as st, render as je, toRaw as Kt, onUnmounted as Tt, renderList as ke, createStaticVNode as jt, TransitionGroup as Vt, createApp as Gt } from "vue";
6
7
  import "three/addons/controls/OrbitControls.js";
7
- import { watch as J, ref as _, defineComponent as me, computed as A, createElementBlock as R, openBlock as D, normalizeClass as j, unref as v, renderSlot as be, createVNode as z, Transition as xe, withCtx as V, withDirectives as $e, createElementVNode as P, normalizeStyle as Se, createTextVNode as X, toDisplayString as de, vShow as et, shallowReactive as Rt, onMounted as tt, createBlock as ge, createCommentVNode as q, resolveDynamicComponent as Ot, Fragment as ve, withModifiers as Ft, nextTick as we, isVNode as nt, render as Te, toRaw as zt, onUnmounted as Kt, renderList as ke, createStaticVNode as Tt, TransitionGroup as Vt, createApp as jt } from "vue";
8
- function st(l) {
8
+ function ot(c) {
9
9
  var e;
10
- const t = Ue(l);
10
+ const t = qe(c);
11
11
  return (e = t?.$el) != null ? e : t;
12
12
  }
13
- const ot = Pe ? window : void 0;
14
- function Gt(...l) {
13
+ const at = Pe ? window : void 0;
14
+ function Qt(...c) {
15
15
  let e, t, n, s;
16
- if (ut(l[0]) || Array.isArray(l[0]) ? ([t, n, s] = l, e = ot) : [e, t, n, s] = l, !e)
17
- return pt;
16
+ if (pt(c[0]) || Array.isArray(c[0]) ? ([t, n, s] = c, e = at) : [e, t, n, s] = c, !e)
17
+ return gt;
18
18
  Array.isArray(t) || (t = [t]), Array.isArray(n) || (n = [n]);
19
19
  const o = [], a = () => {
20
- o.forEach((c) => c()), o.length = 0;
21
- }, d = (c, m, y, f) => (c.addEventListener(m, y, f), () => c.removeEventListener(m, y, f)), r = J(() => [st(e), Ue(s)], ([c, m]) => {
22
- a(), c && o.push(...t.flatMap((y) => n.map((f) => d(c, y, f, m))));
20
+ o.forEach((d) => d()), o.length = 0;
21
+ }, l = (d, m, y, f) => (d.addEventListener(m, y, f), () => d.removeEventListener(m, y, f)), r = U(() => [ot(e), qe(s)], ([d, m]) => {
22
+ a(), d && o.push(...t.flatMap((y) => n.map((f) => l(d, y, f, m))));
23
23
  }, { immediate: !0, flush: "post" }), i = () => {
24
24
  r(), a();
25
25
  };
26
- return qe(i), i;
26
+ return Ze(i), i;
27
27
  }
28
- function Qt(l, e = !1) {
29
- const t = _(), n = () => t.value = !!l();
30
- return n(), gt(n, e), t;
28
+ function Ht(c, e = !1) {
29
+ const t = _(), n = () => t.value = !!c();
30
+ return n(), vt(n, e), t;
31
31
  }
32
- const Ve = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, je = "__vueuse_ssr_handlers__";
33
- Ve[je] = Ve[je] || {};
34
- var Ge = Object.getOwnPropertySymbols, Ht = Object.prototype.hasOwnProperty, Wt = Object.prototype.propertyIsEnumerable, Jt = (l, e) => {
32
+ const Ve = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Ge = "__vueuse_ssr_handlers__";
33
+ Ve[Ge] = Ve[Ge] || {};
34
+ var Qe = Object.getOwnPropertySymbols, Wt = Object.prototype.hasOwnProperty, Ut = Object.prototype.propertyIsEnumerable, Jt = (c, e) => {
35
35
  var t = {};
36
- for (var n in l)
37
- Ht.call(l, n) && e.indexOf(n) < 0 && (t[n] = l[n]);
38
- if (l != null && Ge)
39
- for (var n of Ge(l))
40
- e.indexOf(n) < 0 && Wt.call(l, n) && (t[n] = l[n]);
36
+ for (var n in c)
37
+ Wt.call(c, n) && e.indexOf(n) < 0 && (t[n] = c[n]);
38
+ if (c != null && Qe)
39
+ for (var n of Qe(c))
40
+ e.indexOf(n) < 0 && Ut.call(c, n) && (t[n] = c[n]);
41
41
  return t;
42
42
  };
43
- function Ut(l, e, t = {}) {
44
- const n = t, { window: s = ot } = n, o = Jt(n, ["window"]);
43
+ function qt(c, e, t = {}) {
44
+ const n = t, { window: s = at } = n, o = Jt(n, ["window"]);
45
45
  let a;
46
- const d = Qt(() => s && "ResizeObserver" in s), r = () => {
46
+ const l = Ht(() => s && "ResizeObserver" in s), r = () => {
47
47
  a && (a.disconnect(), a = void 0);
48
- }, i = J(() => st(l), (m) => {
49
- r(), d.value && s && m && (a = new ResizeObserver(e), a.observe(m, o));
50
- }, { immediate: !0, flush: "post" }), c = () => {
48
+ }, i = U(() => ot(c), (m) => {
49
+ r(), l.value && s && m && (a = new ResizeObserver(e), a.observe(m, o));
50
+ }, { immediate: !0, flush: "post" }), d = () => {
51
51
  r(), i();
52
52
  };
53
- return qe(c), {
54
- isSupported: d,
55
- stop: c
53
+ return Ze(d), {
54
+ isSupported: l,
55
+ stop: d
56
56
  };
57
57
  }
58
- var Qe;
59
- (function(l) {
60
- l.UP = "UP", l.RIGHT = "RIGHT", l.DOWN = "DOWN", l.LEFT = "LEFT", l.NONE = "NONE";
61
- })(Qe || (Qe = {}));
62
- var qt = Object.defineProperty, He = Object.getOwnPropertySymbols, Zt = Object.prototype.hasOwnProperty, Yt = Object.prototype.propertyIsEnumerable, We = (l, e, t) => e in l ? qt(l, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : l[e] = t, Xt = (l, e) => {
58
+ var He;
59
+ (function(c) {
60
+ c.UP = "UP", c.RIGHT = "RIGHT", c.DOWN = "DOWN", c.LEFT = "LEFT", c.NONE = "NONE";
61
+ })(He || (He = {}));
62
+ var Zt = Object.defineProperty, We = Object.getOwnPropertySymbols, Yt = Object.prototype.hasOwnProperty, Xt = Object.prototype.propertyIsEnumerable, Ue = (c, e, t) => e in c ? Zt(c, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : c[e] = t, $t = (c, e) => {
63
63
  for (var t in e || (e = {}))
64
- Zt.call(e, t) && We(l, t, e[t]);
65
- if (He)
66
- for (var t of He(e))
67
- Yt.call(e, t) && We(l, t, e[t]);
68
- return l;
64
+ Yt.call(e, t) && Ue(c, t, e[t]);
65
+ if (We)
66
+ for (var t of We(e))
67
+ Xt.call(e, t) && Ue(c, t, e[t]);
68
+ return c;
69
69
  };
70
- const $t = {
70
+ const en = {
71
71
  easeInSine: [0.12, 0, 0.39, 0],
72
72
  easeOutSine: [0.61, 1, 0.88, 1],
73
73
  easeInOutSine: [0.37, 0, 0.63, 1],
@@ -93,12 +93,12 @@ const $t = {
93
93
  easeOutBack: [0.34, 1.56, 0.64, 1],
94
94
  easeInOutBack: [0.68, -0.6, 0.32, 1.6]
95
95
  };
96
- Xt({
97
- linear: vt
98
- }, $t);
99
- const en = (l) => l, tn = {
96
+ $t({
97
+ linear: ft
98
+ }, en);
99
+ const tn = (c) => c, nn = {
100
100
  esc: "Escape"
101
- }, nn = De({
101
+ }, sn = De({
102
102
  value: {
103
103
  type: [String, Number],
104
104
  default: ""
@@ -129,36 +129,36 @@ const en = (l) => l, tn = {
129
129
  badgeClass: {
130
130
  type: String
131
131
  }
132
- }), sn = me({
132
+ }), on = me({
133
133
  name: "ElBadge"
134
- }), on = /* @__PURE__ */ me({
135
- ...sn,
136
- props: nn,
137
- setup(l, { expose: e }) {
138
- const t = l, n = ft("badge"), s = A(() => t.isDot ? "" : fe(t.value) && fe(t.max) ? t.max < t.value ? `${t.max}+` : `${t.value}` : `${t.value}`), o = A(() => {
139
- var a, d, r, i, c;
134
+ }), an = /* @__PURE__ */ me({
135
+ ...on,
136
+ props: sn,
137
+ setup(c, { expose: e }) {
138
+ const t = c, n = yt("badge"), s = A(() => t.isDot ? "" : fe(t.value) && fe(t.max) ? t.max < t.value ? `${t.max}+` : `${t.value}` : `${t.value}`), o = A(() => {
139
+ var a, l, r, i, d;
140
140
  return [
141
141
  {
142
142
  backgroundColor: t.color,
143
- marginRight: _e(-((d = (a = t.offset) == null ? void 0 : a[0]) != null ? d : 0)),
143
+ marginRight: _e(-((l = (a = t.offset) == null ? void 0 : a[0]) != null ? l : 0)),
144
144
  marginTop: _e((i = (r = t.offset) == null ? void 0 : r[1]) != null ? i : 0)
145
145
  },
146
- (c = t.badgeStyle) != null ? c : {}
146
+ (d = t.badgeStyle) != null ? d : {}
147
147
  ];
148
148
  });
149
149
  return e({
150
150
  content: s
151
- }), (a, d) => (D(), R("div", {
152
- class: j(v(n).b())
151
+ }), (a, l) => (D(), R("div", {
152
+ class: V(v(n).b())
153
153
  }, [
154
154
  be(a.$slots, "default"),
155
- z(xe, {
155
+ F(xe, {
156
156
  name: `${v(n).namespace.value}-zoom-in-center`,
157
157
  persisted: ""
158
158
  }, {
159
- default: V(() => [
160
- $e(P("sup", {
161
- class: j([
159
+ default: j(() => [
160
+ et(P("sup", {
161
+ class: V([
162
162
  v(n).e("content"),
163
163
  v(n).em("content", a.type),
164
164
  v(n).is("fixed", !!a.$slots.default),
@@ -172,7 +172,7 @@ const en = (l) => l, tn = {
172
172
  X(de(v(s)), 1)
173
173
  ])
174
174
  ], 6), [
175
- [et, !a.hidden && (v(s) || a.isDot || a.$slots.content)]
175
+ [tt, !a.hidden && (v(s) || a.isDot || a.$slots.content)]
176
176
  ])
177
177
  ]),
178
178
  _: 3
@@ -180,8 +180,8 @@ const en = (l) => l, tn = {
180
180
  ], 2));
181
181
  }
182
182
  });
183
- var an = /* @__PURE__ */ Ze(on, [["__file", "badge.vue"]]);
184
- const rn = yt(an), dn = De({
183
+ var rn = /* @__PURE__ */ Ye(an, [["__file", "badge.vue"]]);
184
+ const dn = wt(rn), ln = De({
185
185
  a11y: {
186
186
  type: Boolean,
187
187
  default: !0
@@ -189,7 +189,7 @@ const rn = yt(an), dn = De({
189
189
  locale: {
190
190
  type: Q(Object)
191
191
  },
192
- size: bt,
192
+ size: xt,
193
193
  button: {
194
194
  type: Q(Object)
195
195
  },
@@ -217,26 +217,26 @@ const rn = yt(an), dn = De({
217
217
  type: String,
218
218
  default: "el"
219
219
  },
220
- ...wt
220
+ ...bt
221
221
  }), T = {};
222
222
  me({
223
223
  name: "ElConfigProvider",
224
- props: dn,
225
- setup(l, { slots: e }) {
226
- const t = xt(l);
227
- return J(() => l.message, (n) => {
224
+ props: ln,
225
+ setup(c, { slots: e }) {
226
+ const t = Ct(c);
227
+ return U(() => c.message, (n) => {
228
228
  var s, o;
229
229
  Object.assign(T, (o = (s = t?.value) == null ? void 0 : s.message) != null ? o : {}, n ?? {});
230
230
  }, { immediate: !0, deep: !0 }), () => be(e, "default", { config: t?.value });
231
231
  }
232
232
  });
233
- const at = [
233
+ const it = [
234
234
  "primary",
235
235
  "success",
236
236
  "info",
237
237
  "warning",
238
238
  "error"
239
- ], B = en({
239
+ ], B = tn({
240
240
  customClass: "",
241
241
  dangerouslyUseHTMLString: !1,
242
242
  duration: 3e3,
@@ -252,7 +252,7 @@ const at = [
252
252
  grouping: !1,
253
253
  repeatNum: 1,
254
254
  appendTo: Pe ? document.body : void 0
255
- }), ln = De({
255
+ }), cn = De({
256
256
  customClass: {
257
257
  type: String,
258
258
  default: B.customClass
@@ -266,7 +266,7 @@ const at = [
266
266
  default: B.duration
267
267
  },
268
268
  icon: {
269
- type: Ct,
269
+ type: Et,
270
270
  default: B.icon
271
271
  },
272
272
  id: {
@@ -291,7 +291,7 @@ const at = [
291
291
  },
292
292
  type: {
293
293
  type: String,
294
- values: at,
294
+ values: it,
295
295
  default: B.type
296
296
  },
297
297
  plain: {
@@ -314,33 +314,33 @@ const at = [
314
314
  type: Number,
315
315
  default: B.repeatNum
316
316
  }
317
- }), cn = {
317
+ }), mn = {
318
318
  destroy: () => !0
319
- }, H = Rt([]), mn = (l) => {
320
- const e = H.findIndex((s) => s.id === l), t = H[e];
319
+ }, H = Ot([]), hn = (c) => {
320
+ const e = H.findIndex((s) => s.id === c), t = H[e];
321
321
  let n;
322
322
  return e > 0 && (n = H[e - 1]), { current: t, prev: n };
323
- }, hn = (l) => {
324
- const { prev: e } = mn(l);
323
+ }, un = (c) => {
324
+ const { prev: e } = hn(c);
325
325
  return e ? e.vm.exposed.bottom.value : 0;
326
- }, un = (l, e) => H.findIndex((n) => n.id === l) > 0 ? 16 : e, pn = me({
326
+ }, pn = (c, e) => H.findIndex((n) => n.id === c) > 0 ? 16 : e, gn = me({
327
327
  name: "ElMessage"
328
- }), gn = /* @__PURE__ */ me({
329
- ...pn,
330
- props: ln,
331
- emits: cn,
332
- setup(l, { expose: e, emit: t }) {
333
- const n = l, { Close: s } = Lt, o = _(!1), { ns: a, zIndex: d } = Et("message"), { currentZIndex: r, nextZIndex: i } = d, c = _(), m = _(!1), y = _(0);
328
+ }), vn = /* @__PURE__ */ me({
329
+ ...gn,
330
+ props: cn,
331
+ emits: mn,
332
+ setup(c, { expose: e, emit: t }) {
333
+ const n = c, { Close: s } = Mt, o = _(!1), { ns: a, zIndex: l } = Lt("message"), { currentZIndex: r, nextZIndex: i } = l, d = _(), m = _(!1), y = _(0);
334
334
  let f;
335
- const g = A(() => n.type ? n.type === "error" ? "danger" : n.type : "info"), h = A(() => {
335
+ const p = A(() => n.type ? n.type === "error" ? "danger" : n.type : "info"), h = A(() => {
336
336
  const b = n.type;
337
337
  return { [a.bm("icon", b)]: b && Ne[b] };
338
- }), E = A(() => n.icon || Ne[n.type] || ""), x = A(() => hn(n.id)), I = A(() => un(n.id, n.offset) + x.value), K = A(() => y.value + I.value), Y = A(() => ({
338
+ }), E = A(() => n.icon || Ne[n.type] || ""), x = A(() => un(n.id)), I = A(() => pn(n.id, n.offset) + x.value), K = A(() => y.value + I.value), Y = A(() => ({
339
339
  top: `${I.value}px`,
340
340
  zIndex: r.value
341
341
  }));
342
342
  function Z() {
343
- n.duration !== 0 && ({ stop: f } = Mt(() => {
343
+ n.duration !== 0 && ({ stop: f } = kt(() => {
344
344
  S();
345
345
  }, n.duration));
346
346
  }
@@ -354,31 +354,31 @@ const at = [
354
354
  });
355
355
  }
356
356
  function M({ code: b }) {
357
- b === tn.esc && S();
357
+ b === nn.esc && S();
358
358
  }
359
- return tt(() => {
359
+ return nt(() => {
360
360
  Z(), i(), m.value = !0;
361
- }), J(() => n.repeatNum, () => {
361
+ }), U(() => n.repeatNum, () => {
362
362
  G(), Z();
363
- }), Gt(document, "keydown", M), Ut(c, () => {
364
- y.value = c.value.getBoundingClientRect().height;
363
+ }), Qt(document, "keydown", M), qt(d, () => {
364
+ y.value = d.value.getBoundingClientRect().height;
365
365
  }), e({
366
366
  visible: m,
367
367
  bottom: K,
368
368
  close: S
369
- }), (b, F) => (D(), ge(xe, {
369
+ }), (b, z) => (D(), ge(xe, {
370
370
  name: v(a).b("fade"),
371
371
  onBeforeEnter: (W) => o.value = !0,
372
372
  onBeforeLeave: b.onClose,
373
373
  onAfterLeave: (W) => b.$emit("destroy"),
374
374
  persisted: ""
375
375
  }, {
376
- default: V(() => [
377
- $e(P("div", {
376
+ default: j(() => [
377
+ et(P("div", {
378
378
  id: b.id,
379
379
  ref_key: "messageRef",
380
- ref: c,
381
- class: j([
380
+ ref: d,
381
+ class: V([
382
382
  v(a).b(),
383
383
  { [v(a).m(b.type)]: b.type },
384
384
  v(a).is("closable", b.showClose),
@@ -390,18 +390,18 @@ const at = [
390
390
  onMouseenter: G,
391
391
  onMouseleave: Z
392
392
  }, [
393
- b.repeatNum > 1 ? (D(), ge(v(rn), {
393
+ b.repeatNum > 1 ? (D(), ge(v(dn), {
394
394
  key: 0,
395
395
  value: b.repeatNum,
396
- type: v(g),
397
- class: j(v(a).e("badge"))
396
+ type: v(p),
397
+ class: V(v(a).e("badge"))
398
398
  }, null, 8, ["value", "type", "class"])) : q("v-if", !0),
399
399
  v(E) ? (D(), ge(v(Be), {
400
400
  key: 1,
401
- class: j([v(a).e("icon"), v(h)])
401
+ class: V([v(a).e("icon"), v(h)])
402
402
  }, {
403
- default: V(() => [
404
- (D(), ge(Ot(v(E))))
403
+ default: j(() => [
404
+ (D(), ge(zt(v(E))))
405
405
  ]),
406
406
  _: 1
407
407
  }, 8, ["class"])) : q("v-if", !0),
@@ -409,36 +409,36 @@ const at = [
409
409
  b.dangerouslyUseHTMLString ? (D(), R(ve, { key: 1 }, [
410
410
  q(" Caution here, message could've been compromised, never use user's input as message "),
411
411
  P("p", {
412
- class: j(v(a).e("content")),
412
+ class: V(v(a).e("content")),
413
413
  innerHTML: b.message
414
414
  }, null, 10, ["innerHTML"])
415
415
  ], 2112)) : (D(), R("p", {
416
416
  key: 0,
417
- class: j(v(a).e("content"))
417
+ class: V(v(a).e("content"))
418
418
  }, de(b.message), 3))
419
419
  ]),
420
420
  b.showClose ? (D(), ge(v(Be), {
421
421
  key: 2,
422
- class: j(v(a).e("closeBtn")),
422
+ class: V(v(a).e("closeBtn")),
423
423
  onClick: Ft(S, ["stop"])
424
424
  }, {
425
- default: V(() => [
426
- z(v(s))
425
+ default: j(() => [
426
+ F(v(s))
427
427
  ]),
428
428
  _: 1
429
429
  }, 8, ["class", "onClick"])) : q("v-if", !0)
430
430
  ], 46, ["id"]), [
431
- [et, m.value]
431
+ [tt, m.value]
432
432
  ])
433
433
  ]),
434
434
  _: 3
435
435
  }, 8, ["name", "onBeforeEnter", "onBeforeLeave", "onAfterLeave"]));
436
436
  }
437
437
  });
438
- var vn = /* @__PURE__ */ Ze(gn, [["__file", "message.vue"]]);
439
- let fn = 1;
440
- const it = (l) => {
441
- const e = !l || Re(l) || nt(l) || Ie(l) ? { message: l } : l, t = {
438
+ var fn = /* @__PURE__ */ Ye(vn, [["__file", "message.vue"]]);
439
+ let yn = 1;
440
+ const rt = (c) => {
441
+ const e = !c || Re(c) || st(c) || Ie(c) ? { message: c } : c, t = {
442
442
  ...B,
443
443
  ...e
444
444
  };
@@ -446,47 +446,47 @@ const it = (l) => {
446
446
  t.appendTo = document.body;
447
447
  else if (Re(t.appendTo)) {
448
448
  let n = document.querySelector(t.appendTo);
449
- kt(n) || (n = document.body), t.appendTo = n;
449
+ It(n) || (n = document.body), t.appendTo = n;
450
450
  }
451
451
  return Me(T.grouping) && !t.grouping && (t.grouping = T.grouping), fe(T.duration) && t.duration === 3e3 && (t.duration = T.duration), fe(T.offset) && t.offset === 16 && (t.offset = T.offset), Me(T.showClose) && !t.showClose && (t.showClose = T.showClose), Me(T.plain) && !t.plain && (t.plain = T.plain), t;
452
- }, yn = (l) => {
453
- const e = H.indexOf(l);
452
+ }, wn = (c) => {
453
+ const e = H.indexOf(c);
454
454
  if (e === -1)
455
455
  return;
456
456
  H.splice(e, 1);
457
- const { handler: t } = l;
457
+ const { handler: t } = c;
458
458
  t.close();
459
- }, wn = ({ appendTo: l, ...e }, t) => {
460
- const n = `message_${fn++}`, s = e.onClose, o = document.createElement("div"), a = {
459
+ }, bn = ({ appendTo: c, ...e }, t) => {
460
+ const n = `message_${yn++}`, s = e.onClose, o = document.createElement("div"), a = {
461
461
  ...e,
462
462
  id: n,
463
463
  onClose: () => {
464
- s?.(), yn(c);
464
+ s?.(), wn(d);
465
465
  },
466
466
  onDestroy: () => {
467
- Te(null, o);
467
+ je(null, o);
468
468
  }
469
- }, d = z(vn, a, Ie(a.message) || nt(a.message) ? {
469
+ }, l = F(fn, a, Ie(a.message) || st(a.message) ? {
470
470
  default: Ie(a.message) ? a.message : () => a.message
471
471
  } : null);
472
- d.appContext = t || ce._context, Te(d, o), l.appendChild(o.firstElementChild);
473
- const r = d.component, c = {
472
+ l.appContext = t || ce._context, je(l, o), c.appendChild(o.firstElementChild);
473
+ const r = l.component, d = {
474
474
  id: n,
475
- vnode: d,
475
+ vnode: l,
476
476
  vm: r,
477
477
  handler: {
478
478
  close: () => {
479
479
  r.exposed.close();
480
480
  }
481
481
  },
482
- props: d.component.props
482
+ props: l.component.props
483
483
  };
484
- return c;
485
- }, ce = (l = {}, e) => {
484
+ return d;
485
+ }, ce = (c = {}, e) => {
486
486
  if (!Pe)
487
487
  return { close: () => {
488
488
  } };
489
- const t = it(l);
489
+ const t = rt(c);
490
490
  if (t.grouping && H.length) {
491
491
  const s = H.find(({ vnode: o }) => {
492
492
  var a;
@@ -498,23 +498,23 @@ const it = (l) => {
498
498
  if (fe(T.max) && H.length >= T.max)
499
499
  return { close: () => {
500
500
  } };
501
- const n = wn(t, e);
501
+ const n = bn(t, e);
502
502
  return H.push(n), n.handler;
503
503
  };
504
- at.forEach((l) => {
505
- ce[l] = (e = {}, t) => {
506
- const n = it(e);
507
- return ce({ ...n, type: l }, t);
504
+ it.forEach((c) => {
505
+ ce[c] = (e = {}, t) => {
506
+ const n = rt(e);
507
+ return ce({ ...n, type: c }, t);
508
508
  };
509
509
  });
510
- function bn(l) {
510
+ function xn(c) {
511
511
  const e = [...H];
512
512
  for (const t of e)
513
- (!l || l === t.props.type) && t.handler.close();
513
+ (!c || c === t.props.type) && t.handler.close();
514
514
  }
515
- ce.closeAll = bn;
515
+ ce.closeAll = xn;
516
516
  ce._context = null;
517
- const k = It(ce, "$message");
517
+ const k = Pt(ce, "$message");
518
518
  class O extends Ae {
519
519
  _renderer;
520
520
  get renderer() {
@@ -605,38 +605,38 @@ class O extends Ae {
605
605
  createPointerMove(e) {
606
606
  const t = this.editor, n = new L();
607
607
  let s = null, o = null, a = null;
608
- const d = t.addEventListener("pointerPositionChange", () => {
608
+ const l = t.addEventListener("pointerPositionChange", () => {
609
609
  const r = L.from(t.pointerPosition);
610
610
  if (s && t.eventInput.isKeyDown("shift")) {
611
- const i = Math.abs(r.x - s.x), c = Math.abs(r.y - s.y);
612
- i > c ? n.set(r.x, s.y) : n.set(s.x, r.y), e(n, !1);
611
+ const i = Math.abs(r.x - s.x), d = Math.abs(r.y - s.y);
612
+ i > d ? n.set(r.x, s.y) : n.set(s.x, r.y), e(n, !1);
613
613
  } else if (o && a && t.eventInput.isKeyDown("alt")) {
614
- const i = o.projectPoint(r, !1), c = a.projectPoint(r, !1);
615
- i && c ? r.distance(i) < r.distance(c) ? n.copy(i) : n.copy(c) : i ? n.copy(i) : c && n.copy(c), e(n, !1);
614
+ const i = o.projectPoint(r, !1), d = a.projectPoint(r, !1);
615
+ i && d ? r.distance(i) < r.distance(d) ? n.copy(i) : n.copy(d) : i ? n.copy(i) : d && n.copy(d), e(n, !1);
616
616
  } else {
617
- const { point: i, find: c, line: m } = t.renderManager.adsorption();
618
- n.copy(i), e(n, c, m);
617
+ const { point: i, find: d, line: m } = t.renderManager.adsorption();
618
+ n.copy(i), e(n, d, m);
619
619
  }
620
620
  });
621
621
  return {
622
622
  destroy() {
623
- d();
623
+ l();
624
624
  },
625
625
  setBaseLine(r, i) {
626
626
  if (o = r, s = i, r && i) {
627
- const c = r.normal();
627
+ const d = r.normal();
628
628
  a = new N(
629
- i.clone().add(c.clone().multiplyScalar(10)),
630
- i.clone().add(c.multiplyScalar(-10))
629
+ i.clone().add(d.clone().multiplyScalar(10)),
630
+ i.clone().add(d.multiplyScalar(-10))
631
631
  );
632
632
  } else a = null;
633
633
  }
634
634
  };
635
635
  }
636
636
  }
637
- class xn extends O {
637
+ class Cn extends O {
638
638
  static name = "DrawLine";
639
- container = new u.Group();
639
+ container = new g.Group();
640
640
  interruptKeys = ["escape"];
641
641
  withdrawalKeys = ["control", "z"];
642
642
  shortcutKeys = ["control", "l"];
@@ -651,24 +651,24 @@ class xn extends O {
651
651
  * @param next
652
652
  */
653
653
  selectPoint(e) {
654
- let t = this.parent?.findComponentByName("Editor"), n = null, s = null, o = [], a = this.renderer.createCircle(L.zero(), { color: 65280 }), d = t.domContainer.domElement, r = new ye([], 16711935), i = new ye([
655
- new u.Vector3(-1e4, 0, 0),
656
- new u.Vector3(1e4, 0, 0),
657
- new u.Vector3(0, -1e4, 0),
658
- new u.Vector3(0, 1e4, 0)
654
+ let t = this.parent?.findComponentByName("Editor"), n = null, s = null, o = [], a = this.renderer.createCircle(L.zero(), { color: 65280 }), l = t.domContainer.domElement, r = new ye([], 16711935), i = new ye([
655
+ new g.Vector3(-1e4, 0, 0),
656
+ new g.Vector3(1e4, 0, 0),
657
+ new g.Vector3(0, -1e4, 0),
658
+ new g.Vector3(0, 1e4, 0)
659
659
  ], 16711935);
660
- i.material = new u.LineDashedMaterial({
660
+ i.material = new g.LineDashedMaterial({
661
661
  color: 4235007,
662
662
  dashSize: 0.1,
663
663
  gapSize: 0.1,
664
664
  linewidth: 0.1
665
665
  }), this.container.add(r);
666
- const c = () => {
666
+ const d = () => {
667
667
  r.setPoint(...o, n, s), i.position.copy(s), this.container.add(i), i.computeLineDistances();
668
- }, m = new u.Vector3();
668
+ }, m = new g.Vector3();
669
669
  let y;
670
- const f = this.createPointerMove((g, h, E) => {
671
- m.set(g.x, g.y, 0), this.dispatchEvent({ type: "pointerMove", point: m }), y = E, h ? (a.position.set(g.x, g.y, 0), this.container.add(a), d.style.cursor = "none") : (a.removeFromParent(), d.style.cursor = "crosshair"), n && s && (c(), s.copy(m));
670
+ const f = this.createPointerMove((p, h, E) => {
671
+ m.set(p.x, p.y, 0), this.dispatchEvent({ type: "pointerMove", point: m }), y = E, h ? (a.position.set(p.x, p.y, 0), this.container.add(a), l.style.cursor = "none") : (a.removeFromParent(), l.style.cursor = "crosshair"), n && s && (d(), s.copy(m));
672
672
  });
673
673
  this.addEventRecord(
674
674
  "clear",
@@ -676,16 +676,16 @@ class xn extends O {
676
676
  t.eventInput.addEventListener("codeChange", async () => {
677
677
  if (t.eventInput.isKeyDown("mouse_0")) {
678
678
  if (!n) {
679
- n = m.clone(), s = m.clone(), c(), f.setBaseLine(y ?? null, L.from(n));
679
+ n = m.clone(), s = m.clone(), d(), f.setBaseLine(y ?? null, L.from(n));
680
680
  return;
681
681
  }
682
682
  s = m.clone(), o.push(n.clone(), s.clone());
683
- const g = new N(L.from(n), L.from(s));
684
- f.setBaseLine(g, g.end), n.copy(s), c();
683
+ const p = new N(L.from(n), L.from(s));
684
+ f.setBaseLine(p, p.end), n.copy(s), d();
685
685
  } else if (t.eventInput.isOnlyKeyDowns(this.withdrawalKeys)) {
686
686
  if (o.length) {
687
- const { point: g } = t.renderManager.adsorption();
688
- if (o.pop(), s?.copy(g), n?.copy(o.pop()), c(), o.length >= 2) {
687
+ const { point: p } = t.renderManager.adsorption();
688
+ if (o.pop(), s?.copy(p), n?.copy(o.pop()), d(), o.length >= 2) {
689
689
  const h = new N(L.from(o[o.length - 2]), L.from(o[o.length - 1]));
690
690
  f.setBaseLine(h, h.end);
691
691
  }
@@ -725,9 +725,9 @@ class xn extends O {
725
725
  return this.completed(e), e;
726
726
  }
727
727
  }
728
- class rt extends O {
728
+ class dt extends O {
729
729
  static name = "Default";
730
- container = new u.Group();
730
+ container = new g.Group();
731
731
  onAddFromParent() {
732
732
  const e = this.editor, t = e.commandManager;
733
733
  e.container.add(this.container), t.addCommandFlow("default").add(this.start.bind(this)).addEventListener("finally", this.finally.bind(this)), t.addEventListener("startedBefore", (n) => {
@@ -735,7 +735,7 @@ class rt extends O {
735
735
  }), t.addEventListener("finally", (n) => n.name !== "default" && t.start("default")), e.eventInput.addCancelDefaultBehavior(() => e.eventInput.isOnlyKeyDowns(["control", "g"]));
736
736
  }
737
737
  selectLines = [];
738
- selectLineObject3D = new u.Mesh();
738
+ selectLineObject3D = new g.Mesh();
739
739
  /** 添加选择的线段
740
740
  * @param lineSegment
741
741
  */
@@ -778,19 +778,19 @@ class rt extends O {
778
778
  * @param next
779
779
  */
780
780
  start() {
781
- const e = this.editor, t = e.eventInput, n = new u.Mesh(), s = e.domContainer.domElement;
781
+ const e = this.editor, t = e.eventInput, n = new g.Mesh(), s = e.domContainer.domElement;
782
782
  let o = null;
783
- n.position.z = 1e-3, this.selectLineObject3D.position.z = n.position.z + 1e-3, n.material = new u.MeshBasicMaterial({ color: 55561 });
783
+ n.position.z = 1e-3, this.selectLineObject3D.position.z = n.position.z + 1e-3, n.material = new g.MeshBasicMaterial({ color: 55561 });
784
784
  const a = () => {
785
- const r = e.pointerPosition.clone(), i = e.pointerPosition.clone(), c = new u.Mesh();
786
- this.container.add(c), c.position.z = 0.05, c.material = new u.MeshBasicMaterial({
785
+ const r = e.pointerPosition.clone(), i = e.pointerPosition.clone(), d = new g.Mesh();
786
+ this.container.add(d), d.position.z = 0.05, d.material = new g.MeshBasicMaterial({
787
787
  color: 16777215,
788
788
  transparent: !0,
789
789
  opacity: 0.5
790
790
  });
791
791
  const m = () => {
792
- const g = Math.min(r.x, i.x), h = Math.max(r.x, i.x), E = Math.min(r.y, i.y), x = Math.max(r.y, i.y), I = [
793
- g,
792
+ const p = Math.min(r.x, i.x), h = Math.max(r.x, i.x), E = Math.min(r.y, i.y), x = Math.max(r.y, i.y), I = [
793
+ p,
794
794
  x,
795
795
  0,
796
796
  h,
@@ -799,31 +799,31 @@ class rt extends O {
799
799
  h,
800
800
  x,
801
801
  0,
802
- g,
802
+ p,
803
803
  x,
804
804
  0,
805
- g,
805
+ p,
806
806
  E,
807
807
  0,
808
808
  h,
809
809
  E,
810
810
  0
811
811
  ];
812
- c.geometry = e.renderManager.createGeometry({ position: I }, I.length / 3);
812
+ d.geometry = e.renderManager.createGeometry({ position: I }, I.length / 3);
813
813
  }, y = () => {
814
814
  i.copy(e.pointerPosition), m();
815
815
  }, f = () => {
816
- document.removeEventListener("mousemove", y), document.removeEventListener("mouseup", f), c.removeFromParent();
817
- const g = Math.min(r.x, i.x), h = Math.max(r.x, i.x), E = Math.min(r.y, i.y), x = Math.max(r.y, i.y), I = new Ye(g, h, E, x), K = e.renderManager.quadtree.queryBox(I);
816
+ document.removeEventListener("mousemove", y), document.removeEventListener("mouseup", f), d.removeFromParent();
817
+ const p = Math.min(r.x, i.x), h = Math.max(r.x, i.x), E = Math.min(r.y, i.y), x = Math.max(r.y, i.y), I = new Xe(p, h, E, x), K = e.renderManager.quadtree.queryBox(I);
818
818
  this.removeSelectLineAll(), K.forEach((Y) => this.addSelectLine(Y.line)), this.updateSelectLinesGeometry();
819
819
  };
820
820
  document.addEventListener("mousemove", y), document.addEventListener("mouseup", f);
821
- }, d = this.renderer.createText("", new u.Vector3(0, 0, 0), {
821
+ }, l = this.renderer.createText("", new g.Vector3(0, 0, 0), {
822
822
  background: "rgba(0,0,0,0.5)",
823
823
  padding: "2px",
824
824
  borderRadius: "2px"
825
825
  }, this.container);
826
- d.visible = !1, this.addEventRecord(
826
+ l.visible = !1, this.addEventRecord(
827
827
  "clear",
828
828
  // 注册鼠标指针位置变化事件
829
829
  e.addEventListener("pointerPositionChange", () => {
@@ -831,10 +831,10 @@ class rt extends O {
831
831
  if (r) {
832
832
  const i = r.expandToRectangle(0.025, "bothSides");
833
833
  n.geometry = e.renderManager.createGeometry({ position: i.createGeometry() }, 6), this.container.add(n), s.style.cursor = "pointer", o = r;
834
- const c = r.center;
835
- d.element.innerText = parseInt(r.length() * 1e3 + "") + " mm", d.position.set(c.x, c.y, 0), d.visible = !0;
834
+ const d = r.center;
835
+ l.element.innerText = parseInt(r.length() * 1e3 + "") + " mm", l.position.set(d.x, d.y, 0), l.visible = !0;
836
836
  } else
837
- n.removeFromParent(), s.style.cursor = "default", o = null, d.visible = !1;
837
+ n.removeFromParent(), s.style.cursor = "default", o = null, l.visible = !1;
838
838
  }),
839
839
  t.addEventListener("codeChange", () => {
840
840
  if (t.isKeyDown("mouse_0")) {
@@ -851,7 +851,7 @@ class rt extends O {
851
851
  } else t.isKeyDowns(["control", "z"]) ? e.commandManager.rollback() : t.isKeyDowns(["control", "y"]) && e.commandManager.revokeRollback();
852
852
  }),
853
853
  function() {
854
- n.removeFromParent(), d.removeFromParent();
854
+ n.removeFromParent(), l.removeFromParent();
855
855
  }
856
856
  );
857
857
  }
@@ -862,7 +862,7 @@ class rt extends O {
862
862
  this.canceEventRecord("clear"), this.removeSelectLineAll(), this.updateSelectLinesGeometry();
863
863
  }
864
864
  }
865
- class Cn extends Xe {
865
+ class En extends $e {
866
866
  list = [];
867
867
  rollbacklist = [];
868
868
  revokeRollbacklist = [];
@@ -890,7 +890,7 @@ class Cn extends Xe {
890
890
  return this.revokeRollbacklist.push(e), this;
891
891
  }
892
892
  }
893
- class En extends Xe {
893
+ class Ln extends $e {
894
894
  commandFlowMap = /* @__PURE__ */ new Map();
895
895
  lock = !1;
896
896
  abortController = null;
@@ -917,7 +917,7 @@ class En extends Xe {
917
917
  */
918
918
  addCommandFlow(e) {
919
919
  if (this.commandFlowMap.has(e)) throw new Error(`${e} 命令已经存在`);
920
- const t = new Cn();
920
+ const t = new En();
921
921
  return this.commandFlowMap.set(e, t), t;
922
922
  }
923
923
  executionPromise = null;
@@ -941,8 +941,8 @@ class En extends Xe {
941
941
  try {
942
942
  for (let o = n; o < s.list.length; o++) {
943
943
  const a = s.list[o];
944
- if (s.dispatchEvent({ type: "executing", index: o }), this.dispatchEvent({ type: "executing", name: e, index: o }), t = await new Promise((d) => {
945
- this.resolve = d, a(d, t);
944
+ if (s.dispatchEvent({ type: "executing", index: o }), this.dispatchEvent({ type: "executing", name: e, index: o }), t = await new Promise((l) => {
945
+ this.resolve = l, a(l, t);
946
946
  }), this.abortController.signal.aborted) {
947
947
  s.dispatchEvent({ type: "executionInterrupt", index: o }), this.dispatchEvent({ type: "executionInterrupt", name: e, index: o }), this.dispatchEvent({ type: "cancel", name: e });
948
948
  break;
@@ -995,68 +995,70 @@ class En extends Xe {
995
995
  }
996
996
  }
997
997
  destroy() {
998
- this.cancel(), this.commandFlowMap.clear(), this.lock = !1, this.abortController = null, this.resolve = null, this.executionResolve = null, this.executionPromise = null, this.currentName = null, this.operationList.length = 0, this.rollbackList.length = 0;
998
+ this.cancel(), this.addEventListener("cancel", () => {
999
+ this.commandFlowMap.clear(), this.lock = !1, this.abortController = null, this.resolve = null, this.executionResolve = null, this.executionPromise = null, this.currentName = null, this.operationList.length = 0, this.rollbackList.length = 0;
1000
+ }, { once: !0 });
999
1001
  }
1000
1002
  }
1001
- const Ln = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='5569'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M522.1888%20811.3152a412.1088%20412.1088%200%200%200-114.5344-269.7728l-244.48%20269.7728h359.0144zM450.816%20493.824c83.5072%2085.3504%20132.7104%20197.4784%20136.5504%20317.4912h417.5872v63.232H18.9952L676.1472%20149.4016l48.9472%2041.7792-274.2784%20302.6432z'%20%3e%3c/path%3e%3c/svg%3e", Mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1003
+ const Mn = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='5569'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M522.1888%20811.3152a412.1088%20412.1088%200%200%200-114.5344-269.7728l-244.48%20269.7728h359.0144zM450.816%20493.824c83.5072%2085.3504%20132.7104%20197.4784%20136.5504%20317.4912h417.5872v63.232H18.9952L676.1472%20149.4016l48.9472%2041.7792-274.2784%20302.6432z'%20%3e%3c/path%3e%3c/svg%3e", kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1002
1004
  __proto__: null,
1003
- default: Ln
1004
- }, Symbol.toStringTag, { value: "Module" })), kn = "data:image/svg+xml,%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M639.999191%20893.597594c-0.999994-54.699654-36.39977-101.099361-85.39946-118.399252-6.39996-2.199986-10.599933-8.299948-10.599933-14.999905V263.801573c0-6.699958%204.199973-12.799919%2010.599933-14.999905%2049.09969-17.299891%2084.399467-63.599598%2085.39946-118.399252C641.299183%2059.902862%20583.399549%200.503237%20512.899994%200.00324%20441.800444-0.496757%20384.000809%2057.00288%20384.000809%20128.002431c0%2055.699648%2035.599775%20103.099349%2085.299461%20120.699238%206.39996%202.299985%2010.699932%208.299948%2010.699932%2015.099904v496.396864c0%206.799957-4.299973%2012.799919-10.699932%2015.099904-49.699686%2017.599889-85.299461%2064.999589-85.299461%20120.699238%200%2070.999551%2057.799635%20128.499188%20128.899185%20127.999191%2070.499555-0.499997%20128.399189-59.899622%20127.099197-130.399176zM448.000404%20128.002431c0-35.299777%2028.699819-63.999596%2063.999596-63.999595s63.999596%2028.699819%2063.999596%2063.999595-28.699819%2063.999596-63.999596%2063.999596-63.999596-28.699819-63.999596-63.999596z%20m0%20767.995148c0-35.299777%2028.699819-63.999596%2063.999596-63.999596s63.999596%2028.699819%2063.999596%2063.999596-28.699819%2063.999596-63.999596%2063.999595-63.999596-28.699819-63.999596-63.999595z'%3e%3c/path%3e%3c/svg%3e", In = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1005
+ default: Mn
1006
+ }, Symbol.toStringTag, { value: "Module" })), In = "data:image/svg+xml,%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M639.999191%20893.597594c-0.999994-54.699654-36.39977-101.099361-85.39946-118.399252-6.39996-2.199986-10.599933-8.299948-10.599933-14.999905V263.801573c0-6.699958%204.199973-12.799919%2010.599933-14.999905%2049.09969-17.299891%2084.399467-63.599598%2085.39946-118.399252C641.299183%2059.902862%20583.399549%200.503237%20512.899994%200.00324%20441.800444-0.496757%20384.000809%2057.00288%20384.000809%20128.002431c0%2055.699648%2035.599775%20103.099349%2085.299461%20120.699238%206.39996%202.299985%2010.699932%208.299948%2010.699932%2015.099904v496.396864c0%206.799957-4.299973%2012.799919-10.699932%2015.099904-49.699686%2017.599889-85.299461%2064.999589-85.299461%20120.699238%200%2070.999551%2057.799635%20128.499188%20128.899185%20127.999191%2070.499555-0.499997%20128.399189-59.899622%20127.099197-130.399176zM448.000404%20128.002431c0-35.299777%2028.699819-63.999596%2063.999596-63.999595s63.999596%2028.699819%2063.999596%2063.999595-28.699819%2063.999596-63.999596%2063.999596-63.999596-28.699819-63.999596-63.999596z%20m0%20767.995148c0-35.299777%2028.699819-63.999596%2063.999596-63.999596s63.999596%2028.699819%2063.999596%2063.999596-28.699819%2063.999596-63.999596%2063.999595-63.999596-28.699819-63.999596-63.999595z'%3e%3c/path%3e%3c/svg%3e", Pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1005
1007
  __proto__: null,
1006
- default: kn
1007
- }, Symbol.toStringTag, { value: "Module" })), Pn = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='8193'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M426.666667%20255.872c0%2031.232-8.405333%2060.544-23.04%2085.76L512%20451.498667l287.061333-287.061334a85.333333%2085.333333%200%200%201%20120.661334%200l-516.693334%20516.693334a170.666667%20170.666667%200%201%201-60.330666-60.330667l108.970666-108.970667-108.970666-108.970666A170.666667%20170.666667%200%201%201%20426.666667%20255.872z%20m-85.333334%200a85.333333%2085.333333%200%201%200-170.666666%200%2085.333333%2085.333333%200%200%200%20170.666666%200z%20m578.389334%20603.392a85.333333%2085.333333%200%200%201-120.661334%200l-226.858666-226.858667%2060.373333-60.330666%20287.146667%20287.146666zM682.666667%20469.205333h85.333333v85.333334h-85.333333v-85.333334z%20m170.666666%200h85.333334v85.333334h-85.333334v-85.333334z%20m-597.333333%200h85.333333v85.333334H256v-85.333334z%20m-170.666667%200h85.333334v85.333334H85.333333v-85.333334z%20m170.666667%20384a85.333333%2085.333333%200%201%200%200-170.666666%2085.333333%2085.333333%200%200%200%200%20170.666666z'%3e%3c/path%3e%3c/svg%3e", Dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1008
+ default: In
1009
+ }, Symbol.toStringTag, { value: "Module" })), Dn = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='8193'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M426.666667%20255.872c0%2031.232-8.405333%2060.544-23.04%2085.76L512%20451.498667l287.061333-287.061334a85.333333%2085.333333%200%200%201%20120.661334%200l-516.693334%20516.693334a170.666667%20170.666667%200%201%201-60.330666-60.330667l108.970666-108.970667-108.970666-108.970666A170.666667%20170.666667%200%201%201%20426.666667%20255.872z%20m-85.333334%200a85.333333%2085.333333%200%201%200-170.666666%200%2085.333333%2085.333333%200%200%200%20170.666666%200z%20m578.389334%20603.392a85.333333%2085.333333%200%200%201-120.661334%200l-226.858666-226.858667%2060.373333-60.330666%20287.146667%20287.146666zM682.666667%20469.205333h85.333333v85.333334h-85.333333v-85.333334z%20m170.666666%200h85.333334v85.333334h-85.333334v-85.333334z%20m-597.333333%200h85.333333v85.333334H256v-85.333334z%20m-170.666667%200h85.333334v85.333334H85.333333v-85.333334z%20m170.666667%20384a85.333333%2085.333333%200%201%200%200-170.666666%2085.333333%2085.333333%200%200%200%200%20170.666666z'%3e%3c/path%3e%3c/svg%3e", An = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1008
1010
  __proto__: null,
1009
- default: Pn
1010
- }, Symbol.toStringTag, { value: "Module" })), An = "data:image/svg+xml,%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M909.050991%20169.476903l-217.554898%200%200-31.346939c0-39.5866-32.205493-71.792093-71.793116-71.792093L408.15591%2066.337871c-39.5866%200-71.792093%2032.205493-71.792093%2071.792093l0%2031.346939L113.349581%20169.476903c-11.013845%200-19.942191%208.940626-19.942191%2019.954471s8.928347%2019.954471%2019.942191%2019.954471l84.264149%200%200%20640.687918c0%2060.479443%2049.203632%20109.683075%20109.683075%20109.683075l416.474366%200c60.479443%200%20109.683075-49.203632%20109.683075-109.683075L833.454246%20209.385844l75.595722%200c11.012821%200%2019.942191-8.940626%2019.942191-19.954471S920.063813%20169.476903%20909.050991%20169.476903zM376.2482%20138.130987c0-17.593703%2014.314007-31.907711%2031.907711-31.907711l211.547067%200c17.593703%200%2031.907711%2014.314007%2031.907711%2031.907711l0%2031.346939L376.2482%20169.477926%20376.2482%20138.130987zM793.569864%20850.074785c0%2038.486546-31.312146%2069.798692-69.798692%2069.798692L307.297828%20919.873478c-38.486546%200-69.798692-31.312146-69.798692-69.798692L237.499136%20211.042577l556.070728%200L793.569864%20850.074785zM510.662539%20861.276918c11.012821%200%2019.954471-8.92937%2019.954471-19.942191L530.61701%20294.912753c0-11.013845-8.94165-19.942191-19.954471-19.942191s-19.954471%208.928347-19.954471%2019.942191L490.708068%20841.334727C490.708068%20852.347548%20499.649717%20861.276918%20510.662539%20861.276918zM374.562814%20801.449321c11.012821%200%2019.954471-8.92937%2019.954471-19.942191L394.517285%20354.74035c0-11.013845-8.94165-19.942191-19.954471-19.942191s-19.954471%208.928347-19.954471%2019.942191l0%20426.76678C354.608344%20792.519951%20363.549993%20801.449321%20374.562814%20801.449321zM649.832182%20801.449321c11.012821%200%2019.954471-8.92937%2019.954471-19.942191L669.786653%20354.74035c0-11.013845-8.94165-19.942191-19.954471-19.942191s-19.954471%208.928347-19.954471%2019.942191l0%20426.76678C629.877711%20792.519951%20638.81936%20801.449321%20649.832182%20801.449321z'%20%3e%3c/path%3e%3c/svg%3e", Sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1011
+ default: Dn
1012
+ }, Symbol.toStringTag, { value: "Module" })), Sn = "data:image/svg+xml,%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M909.050991%20169.476903l-217.554898%200%200-31.346939c0-39.5866-32.205493-71.792093-71.793116-71.792093L408.15591%2066.337871c-39.5866%200-71.792093%2032.205493-71.792093%2071.792093l0%2031.346939L113.349581%20169.476903c-11.013845%200-19.942191%208.940626-19.942191%2019.954471s8.928347%2019.954471%2019.942191%2019.954471l84.264149%200%200%20640.687918c0%2060.479443%2049.203632%20109.683075%20109.683075%20109.683075l416.474366%200c60.479443%200%20109.683075-49.203632%20109.683075-109.683075L833.454246%20209.385844l75.595722%200c11.012821%200%2019.942191-8.940626%2019.942191-19.954471S920.063813%20169.476903%20909.050991%20169.476903zM376.2482%20138.130987c0-17.593703%2014.314007-31.907711%2031.907711-31.907711l211.547067%200c17.593703%200%2031.907711%2014.314007%2031.907711%2031.907711l0%2031.346939L376.2482%20169.477926%20376.2482%20138.130987zM793.569864%20850.074785c0%2038.486546-31.312146%2069.798692-69.798692%2069.798692L307.297828%20919.873478c-38.486546%200-69.798692-31.312146-69.798692-69.798692L237.499136%20211.042577l556.070728%200L793.569864%20850.074785zM510.662539%20861.276918c11.012821%200%2019.954471-8.92937%2019.954471-19.942191L530.61701%20294.912753c0-11.013845-8.94165-19.942191-19.954471-19.942191s-19.954471%208.928347-19.954471%2019.942191L490.708068%20841.334727C490.708068%20852.347548%20499.649717%20861.276918%20510.662539%20861.276918zM374.562814%20801.449321c11.012821%200%2019.954471-8.92937%2019.954471-19.942191L394.517285%20354.74035c0-11.013845-8.94165-19.942191-19.954471-19.942191s-19.954471%208.928347-19.954471%2019.942191l0%20426.76678C354.608344%20792.519951%20363.549993%20801.449321%20374.562814%20801.449321zM649.832182%20801.449321c11.012821%200%2019.954471-8.92937%2019.954471-19.942191L669.786653%20354.74035c0-11.013845-8.94165-19.942191-19.954471-19.942191s-19.954471%208.928347-19.954471%2019.942191l0%20426.76678C629.877711%20792.519951%20638.81936%20801.449321%20649.832182%20801.449321z'%20%3e%3c/path%3e%3c/svg%3e", _n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1011
1013
  __proto__: null,
1012
- default: An
1013
- }, Symbol.toStringTag, { value: "Module" })), _n = "data:image/svg+xml,%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M220.451548%20913.518482V318.145854c0-27.62038%2022.505495-50.125874%2050.125875-50.125874H865.95005c27.62038%200%2050.125874%2022.505495%2050.125874%2050.125874v218.917083h59.332667V318.145854c0-60.355644-49.102897-109.458541-109.458541-109.458541h-39.896104v-99.228772C826.053946%2049.102897%20776.951049%200%20716.595405%200H121.222777C60.867133%200%2011.764236%2049.102897%2011.764236%20109.458541V705.854146c0%2060.355644%2049.102897%20109.458541%20109.458541%20109.458541h39.896104v99.228772c0%2060.355644%2049.102897%20109.458541%20109.458542%20109.458541h257.790209v-59.332667H269.554446c-26.597403-1.022977-49.102897-23.528472-49.102898-51.148851z%20m-59.332667-595.372628v436.811189h-39.896104c-27.62038%200-50.125874-22.505495-50.125874-50.125874V109.458541c0-27.62038%2022.505495-50.125874%2050.125874-50.125874H716.595405c27.62038%200%2050.125874%2022.505495%2050.125874%2050.125874v99.228772H269.554446c-59.332667%200-108.435564%2049.102897-108.435565%20109.458541z'%20%3e%3c/path%3e%3cpath%20d='M902.777223%20854.185814l98.205794-98.205794c15.344655-15.344655%2015.344655-40.919081%200-56.263736s-40.919081-15.344655-56.263736%200L846.513487%20797.922078%20747.284715%20699.716284c-15.344655-15.344655-40.919081-15.344655-56.263736%200s-15.344655%2040.919081%200%2056.263736l98.205794%2098.205794-98.205794%2098.205794c-15.344655%2015.344655-15.344655%2040.919081%200%2056.263737s40.919081%2015.344655%2056.263736%200l98.205794-98.205795%2098.205795%2098.205795c15.344655%2015.344655%2040.919081%2015.344655%2056.263736%200s15.344655-40.919081%200-56.263737l-97.182817-98.205794z'%20%3e%3c/path%3e%3c/svg%3e", Nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1014
+ default: Sn
1015
+ }, Symbol.toStringTag, { value: "Module" })), Nn = "data:image/svg+xml,%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M220.451548%20913.518482V318.145854c0-27.62038%2022.505495-50.125874%2050.125875-50.125874H865.95005c27.62038%200%2050.125874%2022.505495%2050.125874%2050.125874v218.917083h59.332667V318.145854c0-60.355644-49.102897-109.458541-109.458541-109.458541h-39.896104v-99.228772C826.053946%2049.102897%20776.951049%200%20716.595405%200H121.222777C60.867133%200%2011.764236%2049.102897%2011.764236%20109.458541V705.854146c0%2060.355644%2049.102897%20109.458541%20109.458541%20109.458541h39.896104v99.228772c0%2060.355644%2049.102897%20109.458541%20109.458542%20109.458541h257.790209v-59.332667H269.554446c-26.597403-1.022977-49.102897-23.528472-49.102898-51.148851z%20m-59.332667-595.372628v436.811189h-39.896104c-27.62038%200-50.125874-22.505495-50.125874-50.125874V109.458541c0-27.62038%2022.505495-50.125874%2050.125874-50.125874H716.595405c27.62038%200%2050.125874%2022.505495%2050.125874%2050.125874v99.228772H269.554446c-59.332667%200-108.435564%2049.102897-108.435565%20109.458541z'%20%3e%3c/path%3e%3cpath%20d='M902.777223%20854.185814l98.205794-98.205794c15.344655-15.344655%2015.344655-40.919081%200-56.263736s-40.919081-15.344655-56.263736%200L846.513487%20797.922078%20747.284715%20699.716284c-15.344655-15.344655-40.919081-15.344655-56.263736%200s-15.344655%2040.919081%200%2056.263736l98.205794%2098.205794-98.205794%2098.205794c-15.344655%2015.344655-15.344655%2040.919081%200%2056.263737s40.919081%2015.344655%2056.263736%200l98.205794-98.205795%2098.205795%2098.205795c15.344655%2015.344655%2040.919081%2015.344655%2056.263736%200s15.344655-40.919081%200-56.263737l-97.182817-98.205794z'%20%3e%3c/path%3e%3c/svg%3e", Bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1014
1016
  __proto__: null,
1015
- default: _n
1016
- }, Symbol.toStringTag, { value: "Module" })), Bn = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1757902601497'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='9801'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M761.344%20119.296H226.816c-18.944%200-39.424%2011.776-39.424%2030.72V921.6h614.4V148.48c0.512-18.944-22.016-29.184-40.448-29.184z%20m-537.6%20768c-2.048%200-2.048%200%200%200L221.696%20163.84c0-5.12%205.12-10.24%2010.24-10.24h522.24c8.704%200%2013.824%205.12%2013.824%2013.824v720.384s0%201.536-1.536%201.536h-15.36V194.56c0-16.896-8.704-24.064-29.184-24.064H266.24c-18.944%200-27.136%208.704-27.136%2024.064v692.736h-15.36z%20m49.152%200V204.8H716.8v682.496H272.896z'%20p-id='9802'%3e%3c/path%3e%3cpath%20d='M648.704%20508.416c-16.896%200-32.256%2013.824-32.256%2032.256%200%2016.896%2013.824%2032.256%2032.256%2032.256s32.256-13.824%2032.256-32.256c0-16.896-13.824-32.256-32.256-32.256z'%20p-id='9803'%3e%3c/path%3e%3c/svg%3e", Rn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1017
+ default: Nn
1018
+ }, Symbol.toStringTag, { value: "Module" })), Rn = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1757902601497'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='9801'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M761.344%20119.296H226.816c-18.944%200-39.424%2011.776-39.424%2030.72V921.6h614.4V148.48c0.512-18.944-22.016-29.184-40.448-29.184z%20m-537.6%20768c-2.048%200-2.048%200%200%200L221.696%20163.84c0-5.12%205.12-10.24%2010.24-10.24h522.24c8.704%200%2013.824%205.12%2013.824%2013.824v720.384s0%201.536-1.536%201.536h-15.36V194.56c0-16.896-8.704-24.064-29.184-24.064H266.24c-18.944%200-27.136%208.704-27.136%2024.064v692.736h-15.36z%20m49.152%200V204.8H716.8v682.496H272.896z'%20p-id='9802'%3e%3c/path%3e%3cpath%20d='M648.704%20508.416c-16.896%200-32.256%2013.824-32.256%2032.256%200%2016.896%2013.824%2032.256%2032.256%2032.256s32.256-13.824%2032.256-32.256c0-16.896-13.824-32.256-32.256-32.256z'%20p-id='9803'%3e%3c/path%3e%3c/svg%3e", On = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1017
1019
  __proto__: null,
1018
- default: Bn
1019
- }, Symbol.toStringTag, { value: "Module" })), On = "data:image/svg+xml,%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M491.80027198%20557.44938977c-10.0998647-15.14979706-20.19972802-25.24966037-35.34952507-35.34952507-15.14979706-10.0998647-30.29959271-15.14979706-50.49932211-15.14979704-55.54925309%200-100.99864286%2045.44938977-100.99864287%20100.99864285%200%2015.14979706%205.04993234%2035.34952507%2015.14979568%2050.49932212%2010.0998647%2015.14979706%2020.19972802%2030.29959271%2035.34952506%2035.34952508%2015.14979706%2010.0998647%2035.34952507%2015.14979706%2050.49932213%2015.14979567%2055.54925309%200%20100.99864286-45.44938977%20100.99864286-100.99864287%200-15.14979706-5.04993234-35.34952507-15.14979568-50.49932074z%20m-85.84884718%20100.99864286h-15.14979706c-20.19972802-5.04993234-30.29959271-20.19972802-35.34952507-35.34952507V612.99864286c0-30.29959271%2025.24966037-50.49932212%2050.49932213-50.49932074h10.09986469c15.14979706%205.04993234%2030.29959271%2015.14979706%2035.34952507%2035.34952507v15.14979567c5.04993234%2025.24966037-20.19972802%2045.44938977-45.44938976%2045.44938977z'%3e%3c/path%3e%3cpath%20d='M390.80162774%20658.44803263l-40.39945604%2040.39945743-227.24694747%20222.19701373-35.34952506-35.34952508%20227.24694745-227.24694608%2040.39945605-40.39945743c5.04993234%2020.19972802%2020.19972802%2035.34952507%2035.34952507%2040.39945743zM648.34816793%20405.9514248l-40.39945742%2040.3994574-116.14843853%20116.14843992-40.39945742%2035.34952507c-5.04993234-20.19972802-20.19972802-30.29959271-35.34952507-35.34952507l40.39945742-40.39945742%20116.14843853-111.09850756%2035.34952507-35.34952507c10.0998647%2015.14979706%2020.19972802%2025.24966037%2040.39945742%2030.29959273zM926.09443614%20133.25508894L749.34681078%20310.00271428l-40.3994574%2040.39945742c-5.04993234-20.19972802-15.14979706-35.34952507-30.29959272-40.39945742l35.34952506-40.39945742%20176.74762534-176.74762535%2035.34952508%2040.39945743z'%20%3e%3c/path%3e%3cpath%20d='M749.34681078%20310.00271428c-10.0998647-15.14979706-20.19972802-30.29959271-35.34952506-35.34952506-15.14979706-10.0998647-35.34952507-15.14979706-55.54925309-15.14979706-55.54925309%200-100.99864286%2045.44938977-100.99864286%20100.99864286%200%2020.19972802%205.04993234%2040.39945743%2015.14979567%2055.54925447%2010.0998647%2015.14979706%2020.19972802%2025.24966037%2035.34952507%2035.34952507%2015.14979706%2010.0998647%2030.29959271%2015.14979706%2050.49932212%2015.14979567%2055.54925309%200%20100.99864286-45.44938977%20100.99864286-100.99864286%200-25.24966037-5.04993234-40.39945743-10.09986471-55.54925309z%20m-90.89877815%2095.94871052h-10.0998647c-20.19972802-5.04993234-35.34952507-15.14979706-40.39945742-35.34952509%200-5.04993234-5.04993234-10.0998647-5.04993234-15.14979704%200-30.29959271%2025.24966037-50.49932212%2050.49932212-50.49932074%205.04993234%200%2010.0998647%200%2015.14979704%205.04993235%2015.14979706%205.04993234%2030.29959271%2020.19972802%2030.29959273%2040.39945742v10.09986332c10.0998647%2025.24966037-15.14979706%2045.44938977-40.39945743%2045.44938978z'%20%3e%3c/path%3e%3c/svg%3e", Fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1020
- __proto__: null,
1021
- default: On
1022
- }, Symbol.toStringTag, { value: "Module" })), zn = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1757902422799'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='1735'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M843.2%20726.4c-20.2%200-39.2%205.2-55.8%2014.3L283.8%20237.2c9-16.5%2014.1-35.4%2014.1-55.5%200-64.2-52.3-116.5-116.5-116.5S65%20117.4%2065%20181.6s52.3%20116.5%20116.5%20116.5c20.2%200%2039.2-5.2%2055.8-14.2l503.5%20503.5c-9%2016.5-14.1%2035.4-14.1%2055.5%200%2064.2%2052.3%20116.5%20116.5%20116.5s116.5-52.3%20116.5-116.5-52.3-116.5-116.5-116.5zM181.4%20232.1c-27.8%200-50.5-22.6-50.5-50.5s22.6-50.5%2050.5-50.5%2050.5%2022.6%2050.5%2050.5-22.6%2050.5-50.5%2050.5z%20m661.8%20661.3c-27.8%200-50.5-22.6-50.5-50.5%200-27.8%2022.6-50.5%2050.5-50.5s50.5%2022.6%2050.5%2050.5c0%2027.8-22.7%2050.5-50.5%2050.5z'%20fill='%23231815'%20p-id='1736'%3e%3c/path%3e%3c/svg%3e", Kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1020
+ default: Rn
1021
+ }, Symbol.toStringTag, { value: "Module" })), zn = "data:image/svg+xml,%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M491.80027198%20557.44938977c-10.0998647-15.14979706-20.19972802-25.24966037-35.34952507-35.34952507-15.14979706-10.0998647-30.29959271-15.14979706-50.49932211-15.14979704-55.54925309%200-100.99864286%2045.44938977-100.99864287%20100.99864285%200%2015.14979706%205.04993234%2035.34952507%2015.14979568%2050.49932212%2010.0998647%2015.14979706%2020.19972802%2030.29959271%2035.34952506%2035.34952508%2015.14979706%2010.0998647%2035.34952507%2015.14979706%2050.49932213%2015.14979567%2055.54925309%200%20100.99864286-45.44938977%20100.99864286-100.99864287%200-15.14979706-5.04993234-35.34952507-15.14979568-50.49932074z%20m-85.84884718%20100.99864286h-15.14979706c-20.19972802-5.04993234-30.29959271-20.19972802-35.34952507-35.34952507V612.99864286c0-30.29959271%2025.24966037-50.49932212%2050.49932213-50.49932074h10.09986469c15.14979706%205.04993234%2030.29959271%2015.14979706%2035.34952507%2035.34952507v15.14979567c5.04993234%2025.24966037-20.19972802%2045.44938977-45.44938976%2045.44938977z'%3e%3c/path%3e%3cpath%20d='M390.80162774%20658.44803263l-40.39945604%2040.39945743-227.24694747%20222.19701373-35.34952506-35.34952508%20227.24694745-227.24694608%2040.39945605-40.39945743c5.04993234%2020.19972802%2020.19972802%2035.34952507%2035.34952507%2040.39945743zM648.34816793%20405.9514248l-40.39945742%2040.3994574-116.14843853%20116.14843992-40.39945742%2035.34952507c-5.04993234-20.19972802-20.19972802-30.29959271-35.34952507-35.34952507l40.39945742-40.39945742%20116.14843853-111.09850756%2035.34952507-35.34952507c10.0998647%2015.14979706%2020.19972802%2025.24966037%2040.39945742%2030.29959273zM926.09443614%20133.25508894L749.34681078%20310.00271428l-40.3994574%2040.39945742c-5.04993234-20.19972802-15.14979706-35.34952507-30.29959272-40.39945742l35.34952506-40.39945742%20176.74762534-176.74762535%2035.34952508%2040.39945743z'%20%3e%3c/path%3e%3cpath%20d='M749.34681078%20310.00271428c-10.0998647-15.14979706-20.19972802-30.29959271-35.34952506-35.34952506-15.14979706-10.0998647-35.34952507-15.14979706-55.54925309-15.14979706-55.54925309%200-100.99864286%2045.44938977-100.99864286%20100.99864286%200%2020.19972802%205.04993234%2040.39945743%2015.14979567%2055.54925447%2010.0998647%2015.14979706%2020.19972802%2025.24966037%2035.34952507%2035.34952507%2015.14979706%2010.0998647%2030.29959271%2015.14979706%2050.49932212%2015.14979567%2055.54925309%200%20100.99864286-45.44938977%20100.99864286-100.99864286%200-25.24966037-5.04993234-40.39945743-10.09986471-55.54925309z%20m-90.89877815%2095.94871052h-10.0998647c-20.19972802-5.04993234-35.34952507-15.14979706-40.39945742-35.34952509%200-5.04993234-5.04993234-10.0998647-5.04993234-15.14979704%200-30.29959271%2025.24966037-50.49932212%2050.49932212-50.49932074%205.04993234%200%2010.0998647%200%2015.14979704%205.04993235%2015.14979706%205.04993234%2030.29959271%2020.19972802%2030.29959273%2040.39945742v10.09986332c10.0998647%2025.24966037-15.14979706%2045.44938977-40.39945743%2045.44938978z'%20%3e%3c/path%3e%3c/svg%3e", Fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1023
1022
  __proto__: null,
1024
1023
  default: zn
1025
- }, Symbol.toStringTag, { value: "Module" })), Tn = "data:image/svg+xml,%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M114.176%2046.528h618.496c37.312%200.064%2067.584%2030.336%2067.648%2067.648v618.56c0%2037.248-30.336%2067.584-67.648%2067.584H114.176A67.776%2067.776%200%200%201%2046.528%20732.8V114.176c0-37.312%2030.336-67.648%2067.648-67.648z%20m2.176%20686.208l616.32-2.24-2.176-616.32-614.144%202.176v616.32zM907.648%20291.2l2.176%20616.32H291.264a34.88%2034.88%200%201%200%200%2069.888h618.56c37.312%200%2067.648-30.336%2067.648-67.648V291.264a34.88%2034.88%200%201%200-69.824%200z'%20%3e%3c/path%3e%3c/svg%3e", Vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1024
+ }, Symbol.toStringTag, { value: "Module" })), Kn = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1757902422799'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='1735'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M843.2%20726.4c-20.2%200-39.2%205.2-55.8%2014.3L283.8%20237.2c9-16.5%2014.1-35.4%2014.1-55.5%200-64.2-52.3-116.5-116.5-116.5S65%20117.4%2065%20181.6s52.3%20116.5%20116.5%20116.5c20.2%200%2039.2-5.2%2055.8-14.2l503.5%20503.5c-9%2016.5-14.1%2035.4-14.1%2055.5%200%2064.2%2052.3%20116.5%20116.5%20116.5s116.5-52.3%20116.5-116.5-52.3-116.5-116.5-116.5zM181.4%20232.1c-27.8%200-50.5-22.6-50.5-50.5s22.6-50.5%2050.5-50.5%2050.5%2022.6%2050.5%2050.5-22.6%2050.5-50.5%2050.5z%20m661.8%20661.3c-27.8%200-50.5-22.6-50.5-50.5%200-27.8%2022.6-50.5%2050.5-50.5s50.5%2022.6%2050.5%2050.5c0%2027.8-22.7%2050.5-50.5%2050.5z'%20fill='%23231815'%20p-id='1736'%3e%3c/path%3e%3c/svg%3e", Tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1026
1025
  __proto__: null,
1027
- default: Tn
1028
- }, Symbol.toStringTag, { value: "Module" })), jn = "data:image/svg+xml,%3csvg%20viewBox='0%200%201029%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M788.17984%2016l-55.424%2060.672%20116.48%20106.56H418.13184a410.816%20410.816%200%201%200%200%20821.632h547.712v-82.176H418.13184a328.64%20328.64%200%200%201%200-657.28l441.792-0.128-124.8%2098.368%2050.752%2064.512%20243.328-191.488L788.17984%2016z'%3e%3c/path%3e%3c/svg%3e", Gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1026
+ default: Kn
1027
+ }, Symbol.toStringTag, { value: "Module" })), jn = "data:image/svg+xml,%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M114.176%2046.528h618.496c37.312%200.064%2067.584%2030.336%2067.648%2067.648v618.56c0%2037.248-30.336%2067.584-67.648%2067.584H114.176A67.776%2067.776%200%200%201%2046.528%20732.8V114.176c0-37.312%2030.336-67.648%2067.648-67.648z%20m2.176%20686.208l616.32-2.24-2.176-616.32-614.144%202.176v616.32zM907.648%20291.2l2.176%20616.32H291.264a34.88%2034.88%200%201%200%200%2069.888h618.56c37.312%200%2067.648-30.336%2067.648-67.648V291.264a34.88%2034.88%200%201%200-69.824%200z'%20%3e%3c/path%3e%3c/svg%3e", Vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1029
1028
  __proto__: null,
1030
1029
  default: jn
1031
- }, Symbol.toStringTag, { value: "Module" })), Qn = "data:image/svg+xml,%3csvg%20viewBox='0%200%201048%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M310.04722%20451.334244A49.95122%2049.95122%200%200%201%20239.416195%20521.990244L27.473171%20310.04722a49.95122%2049.95122%200%200%201%200-70.631025L239.416195%2027.473171a49.95122%2049.95122%200%200%201%2070.631025%2070.631024l-126.651318%20126.626342L649.365854%20224.780488c220.709463%200%20399.609756%20178.900293%20399.609756%20399.609756s-178.900293%20399.609756-399.609756%20399.609756H124.878049a49.95122%2049.95122%200%201%201%200-99.902439h524.487805c165.513366%200%20299.707317-134.193951%20299.707317-299.707317s-134.193951-299.707317-299.707317-299.707317H183.395902l126.651318%20126.651317z'%3e%3c/path%3e%3c/svg%3e", Hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1030
+ }, Symbol.toStringTag, { value: "Module" })), Gn = "data:image/svg+xml,%3csvg%20viewBox='0%200%201029%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M788.17984%2016l-55.424%2060.672%20116.48%20106.56H418.13184a410.816%20410.816%200%201%200%200%20821.632h547.712v-82.176H418.13184a328.64%20328.64%200%200%201%200-657.28l441.792-0.128-124.8%2098.368%2050.752%2064.512%20243.328-191.488L788.17984%2016z'%3e%3c/path%3e%3c/svg%3e", Qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1032
1031
  __proto__: null,
1033
- default: Qn
1034
- }, Symbol.toStringTag, { value: "Module" })), Wn = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='11576'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M102.4%20302.08c5.12%205.12%2015.36%2010.24%2025.6%2010.24s15.36-5.12%2025.6-10.24l174.08-174.08c5.12-5.12%2010.24-15.36%2010.24-25.6s-5.12-15.36-10.24-25.6c-20.48-5.12-40.96-5.12-51.2%2010.24l-148.48%20153.6-71.68-76.8C51.2%20158.72%2040.96%20158.72%2035.84%20158.72c-10.24%200-15.36%205.12-25.6%2010.24-5.12%205.12-10.24%2010.24-10.24%2020.48s5.12%2015.36%2010.24%2025.6L102.4%20302.08zM276.48%20409.6l-148.48%20153.6-71.68-71.68C51.2%20486.4%2040.96%20481.28%2035.84%20481.28c-10.24%200-15.36%205.12-25.6%2010.24-5.12%2010.24-10.24%2015.36-10.24%2025.6s5.12%2015.36%2010.24%2025.6L102.4%20629.76c5.12%205.12%2015.36%2010.24%2025.6%2010.24s15.36-5.12%2025.6-10.24L322.56%20460.8c5.12-5.12%2010.24-15.36%2010.24-25.6s-5.12-15.36-10.24-25.6c-10.24-10.24-30.72-10.24-46.08%200z%20m0%20327.68l-148.48%20153.6L56.32%20819.2c-5.12-5.12-15.36-10.24-25.6-10.24s-15.36%205.12-25.6%2010.24c0%205.12-5.12%2015.36-5.12%2025.6s5.12%2015.36%2010.24%2025.6L102.4%20957.44c5.12%205.12%2015.36%2010.24%2025.6%2010.24h5.12c10.24%200%2015.36-5.12%2025.6-10.24l174.08-174.08c5.12-5.12%2010.24-15.36%2010.24-25.6s-5.12-15.36-10.24-25.6c-25.6-5.12-40.96-5.12-56.32%205.12zM1024%20153.6c0%2030.72-25.6%2056.32-56.32%2056.32h-460.8c-30.72%200-61.44-25.6-61.44-56.32%200-30.72%2025.6-56.32%2056.32-56.32h455.68c35.84-5.12%2066.56%2020.48%2066.56%2056.32z%20m0%20358.4c0%2030.72-25.6%2056.32-56.32%2056.32h-460.8c-30.72%200-56.32-25.6-56.32-56.32s25.6-56.32%2056.32-56.32h455.68c35.84%200%2061.44%2025.6%2061.44%2056.32z%20m-5.12%20358.4c0%2030.72-25.6%2056.32-56.32%2056.32h-460.8c-30.72%200-56.32-25.6-56.32-56.32%200-30.72%2025.6-56.32%2056.32-56.32h455.68c35.84%200%2061.44%2025.6%2061.44%2056.32z%20m0%200'%20%3e%3c/path%3e%3c/svg%3e", Jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1032
+ default: Gn
1033
+ }, Symbol.toStringTag, { value: "Module" })), Hn = "data:image/svg+xml,%3csvg%20viewBox='0%200%201048%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M310.04722%20451.334244A49.95122%2049.95122%200%200%201%20239.416195%20521.990244L27.473171%20310.04722a49.95122%2049.95122%200%200%201%200-70.631025L239.416195%2027.473171a49.95122%2049.95122%200%200%201%2070.631025%2070.631024l-126.651318%20126.626342L649.365854%20224.780488c220.709463%200%20399.609756%20178.900293%20399.609756%20399.609756s-178.900293%20399.609756-399.609756%20399.609756H124.878049a49.95122%2049.95122%200%201%201%200-99.902439h524.487805c165.513366%200%20299.707317-134.193951%20299.707317-299.707317s-134.193951-299.707317-299.707317-299.707317H183.395902l126.651318%20126.651317z'%3e%3c/path%3e%3c/svg%3e", Wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1035
1034
  __proto__: null,
1036
- default: Wn
1037
- }, Symbol.toStringTag, { value: "Module" })), Un = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1757902488735'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='3957'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M520.416%20179.392c-12.384%200-22.4%204.672-22.4%2010.432l-0.032%20139.136c0%205.76%2010.016%2010.432%2022.368%2010.432%2012.352%200%2022.368-4.672%2022.368-10.432l0.064-139.136c0-5.76-10.016-10.432-22.4-10.432M520.32%20623.04c-12.352%200-22.368%204.64-22.368%2010.4l-0.032%20139.168c0%205.76%2010.016%2010.432%2022.368%2010.432%2012.352%200%2022.368-4.672%2022.368-10.432l0.064-139.168c0-5.76-10.016-10.4-22.4-10.4M800.256%20458.72l-139.168-0.064c-5.76%200-10.432%2010.016-10.432%2022.4%200%2012.352%204.672%2022.368%2010.432%2022.368l139.168%200.032c5.76%200%2010.4-10.016%2010.4-22.368%200-12.352-4.64-22.368-10.4-22.4zM352.256%20458.72l-139.168-0.064c-5.76%200-10.432%2010.016-10.432%2022.4%200%2012.352%204.672%2022.368%2010.432%2022.368l139.168%200.032c5.76%200%2010.4-10.016%2010.4-22.368%200-12.352-4.64-22.368-10.4-22.4M801.568%20748.672l-72.544-72.544%2073.792-23.2a4.416%204.416%200%200%200%200.096-8.384l-183.136-62.4a4.416%204.416%200%200%200-5.6%205.568l62.464%20183.168a4.416%204.416%200%200%200%208.352-0.064l23.36-73.6%2072.32%2072.32a14.752%2014.752%200%200%200%2020.896-20.864M510.688%20382.112c49.952%200%2092.8%2040.832%2092.8%2092.8%200%2051.968-42.848%2092.8-92.8%2092.8-49.984%200-92.8-40.832-92.8-92.8%200-51.968%2042.816-92.8%2092.8-92.8z'%20p-id='3958'%3e%3c/path%3e%3c/svg%3e", qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1035
+ default: Hn
1036
+ }, Symbol.toStringTag, { value: "Module" })), Un = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='11576'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M102.4%20302.08c5.12%205.12%2015.36%2010.24%2025.6%2010.24s15.36-5.12%2025.6-10.24l174.08-174.08c5.12-5.12%2010.24-15.36%2010.24-25.6s-5.12-15.36-10.24-25.6c-20.48-5.12-40.96-5.12-51.2%2010.24l-148.48%20153.6-71.68-76.8C51.2%20158.72%2040.96%20158.72%2035.84%20158.72c-10.24%200-15.36%205.12-25.6%2010.24-5.12%205.12-10.24%2010.24-10.24%2020.48s5.12%2015.36%2010.24%2025.6L102.4%20302.08zM276.48%20409.6l-148.48%20153.6-71.68-71.68C51.2%20486.4%2040.96%20481.28%2035.84%20481.28c-10.24%200-15.36%205.12-25.6%2010.24-5.12%2010.24-10.24%2015.36-10.24%2025.6s5.12%2015.36%2010.24%2025.6L102.4%20629.76c5.12%205.12%2015.36%2010.24%2025.6%2010.24s15.36-5.12%2025.6-10.24L322.56%20460.8c5.12-5.12%2010.24-15.36%2010.24-25.6s-5.12-15.36-10.24-25.6c-10.24-10.24-30.72-10.24-46.08%200z%20m0%20327.68l-148.48%20153.6L56.32%20819.2c-5.12-5.12-15.36-10.24-25.6-10.24s-15.36%205.12-25.6%2010.24c0%205.12-5.12%2015.36-5.12%2025.6s5.12%2015.36%2010.24%2025.6L102.4%20957.44c5.12%205.12%2015.36%2010.24%2025.6%2010.24h5.12c10.24%200%2015.36-5.12%2025.6-10.24l174.08-174.08c5.12-5.12%2010.24-15.36%2010.24-25.6s-5.12-15.36-10.24-25.6c-25.6-5.12-40.96-5.12-56.32%205.12zM1024%20153.6c0%2030.72-25.6%2056.32-56.32%2056.32h-460.8c-30.72%200-61.44-25.6-61.44-56.32%200-30.72%2025.6-56.32%2056.32-56.32h455.68c35.84-5.12%2066.56%2020.48%2066.56%2056.32z%20m0%20358.4c0%2030.72-25.6%2056.32-56.32%2056.32h-460.8c-30.72%200-56.32-25.6-56.32-56.32s25.6-56.32%2056.32-56.32h455.68c35.84%200%2061.44%2025.6%2061.44%2056.32z%20m-5.12%20358.4c0%2030.72-25.6%2056.32-56.32%2056.32h-460.8c-30.72%200-56.32-25.6-56.32-56.32%200-30.72%2025.6-56.32%2056.32-56.32h455.68c35.84%200%2061.44%2025.6%2061.44%2056.32z%20m0%200'%20%3e%3c/path%3e%3c/svg%3e", Jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1038
1037
  __proto__: null,
1039
1038
  default: Un
1040
- }, Symbol.toStringTag, { value: "Module" })), Zn = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='10587'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M64.21%20703.88h888.34M64.21%20667.88h888.34v72H64.21z'%3e%3c/path%3e%3cpath%20d='M509.58%20102.72v566.13M473.58%20102.72h72v566.14h-72z'%3e%3c/path%3e%3c/svg%3e", Yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1039
+ }, Symbol.toStringTag, { value: "Module" })), qn = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1757902488735'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='3957'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M520.416%20179.392c-12.384%200-22.4%204.672-22.4%2010.432l-0.032%20139.136c0%205.76%2010.016%2010.432%2022.368%2010.432%2012.352%200%2022.368-4.672%2022.368-10.432l0.064-139.136c0-5.76-10.016-10.432-22.4-10.432M520.32%20623.04c-12.352%200-22.368%204.64-22.368%2010.4l-0.032%20139.168c0%205.76%2010.016%2010.432%2022.368%2010.432%2012.352%200%2022.368-4.672%2022.368-10.432l0.064-139.168c0-5.76-10.016-10.4-22.4-10.4M800.256%20458.72l-139.168-0.064c-5.76%200-10.432%2010.016-10.432%2022.4%200%2012.352%204.672%2022.368%2010.432%2022.368l139.168%200.032c5.76%200%2010.4-10.016%2010.4-22.368%200-12.352-4.64-22.368-10.4-22.4zM352.256%20458.72l-139.168-0.064c-5.76%200-10.432%2010.016-10.432%2022.4%200%2012.352%204.672%2022.368%2010.432%2022.368l139.168%200.032c5.76%200%2010.4-10.016%2010.4-22.368%200-12.352-4.64-22.368-10.4-22.4M801.568%20748.672l-72.544-72.544%2073.792-23.2a4.416%204.416%200%200%200%200.096-8.384l-183.136-62.4a4.416%204.416%200%200%200-5.6%205.568l62.464%20183.168a4.416%204.416%200%200%200%208.352-0.064l23.36-73.6%2072.32%2072.32a14.752%2014.752%200%200%200%2020.896-20.864M510.688%20382.112c49.952%200%2092.8%2040.832%2092.8%2092.8%200%2051.968-42.848%2092.8-92.8%2092.8-49.984%200-92.8-40.832-92.8-92.8%200-51.968%2042.816-92.8%2092.8-92.8z'%20p-id='3958'%3e%3c/path%3e%3c/svg%3e", Zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1040
+ __proto__: null,
1041
+ default: qn
1042
+ }, Symbol.toStringTag, { value: "Module" })), Yn = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='10587'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='%23555'%20width='16'%20height='16'%3e%3cpath%20d='M64.21%20703.88h888.34M64.21%20667.88h888.34v72H64.21z'%3e%3c/path%3e%3cpath%20d='M509.58%20102.72v566.13M473.58%20102.72h72v566.14h-72z'%3e%3c/path%3e%3c/svg%3e", Xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1041
1043
  __proto__: null,
1042
- default: Zn
1043
- }, Symbol.toStringTag, { value: "Module" })), Xn = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1759051895215'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='1800'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M272.5888%20886.784v70.8608H203.2128V886.784h69.376z%20m416.256-256.6144l270.6944%20152.5248-270.6944%20148.1216v-114.8928H64.4608v-70.8608h624.384v-114.8928z%20m-416.256-26.88v70.912H203.2128v-70.912h69.376z%20m0-141.7216V532.48H203.2128V461.568h69.376z%20m-34.7136-398.336L385.024%20319.7952H272.5888V390.656H203.2128V319.8464H90.7776l147.0976-256.6656z'%20fill='%23444444'%20p-id='1801'%3e%3c/path%3e%3cpath%20d='M566.272%2073.3184l173.2608%20264.192V512h71.8848V337.5104l173.2608-264.192H898.048l-122.2656%20197.2224-122.88-197.2224H566.272z'%20fill='%230077FF'%20p-id='1802'%3e%3c/path%3e%3c/svg%3e", $n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1044
+ default: Yn
1045
+ }, Symbol.toStringTag, { value: "Module" })), $n = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1759051895215'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='1800'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M272.5888%20886.784v70.8608H203.2128V886.784h69.376z%20m416.256-256.6144l270.6944%20152.5248-270.6944%20148.1216v-114.8928H64.4608v-70.8608h624.384v-114.8928z%20m-416.256-26.88v70.912H203.2128v-70.912h69.376z%20m0-141.7216V532.48H203.2128V461.568h69.376z%20m-34.7136-398.336L385.024%20319.7952H272.5888V390.656H203.2128V319.8464H90.7776l147.0976-256.6656z'%20fill='%23444444'%20p-id='1801'%3e%3c/path%3e%3cpath%20d='M566.272%2073.3184l173.2608%20264.192V512h71.8848V337.5104l173.2608-264.192H898.048l-122.2656%20197.2224-122.88-197.2224H566.272z'%20fill='%230077FF'%20p-id='1802'%3e%3c/path%3e%3c/svg%3e", es = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1044
1046
  __proto__: null,
1045
- default: Xn
1046
- }, Symbol.toStringTag, { value: "Module" })), es = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1757902547951'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='5129'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M59.355%2091.776v867.881h867.881V91.776H59.356zM897.31%20929.73H89.282V121.703h808.027V929.73z'%20fill=''%20p-id='5130'%3e%3c/path%3e%3cpath%20d='M833.964%20185.048H152.627v681.337h681.337V185.048z%20m-355.632%20651.41H182.554V532.2h295.778v304.257z%20m0-334.184H182.554V214.975h295.778v287.299z%20m325.705%20334.184H508.259V532.2h295.778v304.257z%20m0-334.184H508.259V214.975h295.778v287.299z'%20fill=''%20p-id='5131'%3e%3c/path%3e%3c/svg%3e", ts = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1047
+ default: $n
1048
+ }, Symbol.toStringTag, { value: "Module" })), ts = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1757902547951'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='5129'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M59.355%2091.776v867.881h867.881V91.776H59.356zM897.31%20929.73H89.282V121.703h808.027V929.73z'%20fill=''%20p-id='5130'%3e%3c/path%3e%3cpath%20d='M833.964%20185.048H152.627v681.337h681.337V185.048z%20m-355.632%20651.41H182.554V532.2h295.778v304.257z%20m0-334.184H182.554V214.975h295.778v287.299z%20m325.705%20334.184H508.259V532.2h295.778v304.257z%20m0-334.184H508.259V214.975h295.778v287.299z'%20fill=''%20p-id='5131'%3e%3c/path%3e%3c/svg%3e", ns = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1047
1049
  __proto__: null,
1048
- default: es
1049
- }, Symbol.toStringTag, { value: "Module" })), ns = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAKdUlEQVR4AeydbZrUKBRGq2YjOjvpWYntStSVjK5EdzLOSsr7arBLOkkBAcLHmacwlQQInMsZUvdP/3Xhv+oEbrfbk5XYz1P1gfLAC4KwCCCwQwBBduBwCwIIwhqAwA4BBNmBwy0IFBQEuBDonwCC9B9DZlCQAIIUhEvX/RNAkP5jyAwKEkCQgnDpun8CfQrSP3dm0AkBBOkkUAzzHAIIcg53ntoJAQTpJFAM8xwCCHIOd57aCQEE8QLFKQTuCSDIPQ2+Q8AjgCAeEE4hcE8AQe5p8B0CHgEE8YBwCoF7AghyT6Psd3rvkACCdBg0hlyPAILUY82TOiSAIB0GjSHXI4Ag9VjzpA4JIEiHQXs9ZK6UIoAgpcjS7xAEEGSIMDKJUgQQpBRZ+h2CAIIMEUYmUYoAgpQiO0q/k88DQSZfAEx/nwCC7PPh7uQEEGTyBcD09wkgyD4f7k5OAEEmXwBnTr+HZyNID1FijKcRQBAP/e12e2vl2cqHUsUe+c5K7OddqfG4fmMHNEN9BPGifL1ev9ulN1Y+FizP1nfsR21Kjun/2AHNUB9BVqJsknyyy1qMdpji89nm/HmKmUZOEkE2gNmCkSTaTTZqDHP5m831/TCz+TWRbP8iyA5KWzh/2+2RJfluc/zH5shngwCCbIC5u6wFNKIkmhM7x12g174iyBqVu2v2f1gtpBFft97b3L7dTZWvKwQQZAWKf8kWkn7Aqvi3ej1HjsDIIUggKJNEu8gImS0yVoExV7XXgugqZZXAIoleuVbvd3CRjFVkkBAkEphJ0mtmi4xVZKxVHUFEIb70ltnSrkfGKj7OFwRJgGa7iBacfpPomNBD9Sb8KE9EjiCJ4EwSZbVUEnuo1gw5DqCuKsiBcTbZ1CTRLtJyZouM1cGVgyAHAS6StPiqRcbqYGzVHEFE4WAxSVrLbJGxOhhT1xxBHInjx1YyW9rNyFgdj+fPHhDkJ4bj/9guooWp3yQ6Hu8wvQd+lKeze9VyFEFeTeyMCyaJsloqZzxez0QOUchYECQjTHVlkmgXOSOzRcZKAchcECQzUHW3SFLzVYuMlcAXKAhSAKq6NElqZbbIWAl4oYIghcAu3ZbObGmXImO1wC5xQJCHVNMr2C6iBazfJDqmd7Tdkh/l22yy3EGQLBi3OzFJlNVS2a6Udgc50rhFtUKQKFxplU0S7SI5M1tkrNJCEd0KQaKRpTVYJMnxqkXGKi0ESa0QJAlbWiOT5Ghmi4xVGvrkVgiSjC654UtmK64L7T5krOKYHa6NIIcRxnVgu4gWun6T6BjTmB/lMbQy1UWQTCBjujFJlNVSCW2GHKGkMtdDkMxAQ7szSbSLhGS2yFiFQi1QD0EKQA3tcpFk71WLjFUozEL1EKQQ2NBuTZKtzNahjFXo86m3TwBB9vnUuutntrSrkLGqRX/nOQiyA6fWLdtFJIR+k+iox/KjXBQaKAjSQBA0BJNEWS0V5BCQRgqCNBIIDcMk+WRFkuiU0gABBGkgCJ0NYarhIshU4WaysQQQJJYY9acigCBThZvJxhJAkFhi1J+KAIJMFe7WJ9ve+BCkvZgwooYIIEhDwWAo7RFAkPZiwogaIoAgDQWDobRHAEHaiwkjKkEgsU8ESQRHszkIIMgccWaWiQQQJBEczeYggCBzxJlZJhJAkERwNJuDQIggc5BglhBYIZBNkNvt9kSBQStrYGWtJ13KJsjy9K92pFwuMDiXgS3DPJ/cguQZFb1AoBECCNJIIBhGmwROFqRNKIwKAo4AgjgSHCGwQgBBVqBwCQKOAII4EhwhsEIAQVagcAkCjsC4grgZcoTAAQIIcgAeTccngCDjx5gZHiCAIAfg0XR8ArkF0V9KolwuMDiXQTZzswlyvV71ByenKMy1/VjnMiSbILkGRD8QaIkAgrQUDcbSHAEEaS4kDKglAgjSUjQYS3MEEKStkDCaxgggSGMBYThtEUCQtuLBaBojgCCNBYThtEUAQdqKB6NpjACCNBaQcsOh5xQCCJJCjTbTEECQaULNRFMIIEgKNdpMQwBBpgk1E00hgCAp1GjzJ4GBzxBk4OAyteMEEOQ4Q3oYmACCNBTc2+32bOVDQ0OafigI0sgSMDGebCj/Wvlo39/akU8DBBCkgSAsQuiP7rjR/Ldcc+fTHs+eOIKcHIFFBO0c/ki+Lvf865xXJIAgFWFvPEpy6PXKv63XrA9I4mOpe44gdXn/8TRb/FtyuHrP9uWdFT4nEUCQk8CbHFr8Ko9GoB/tZLYeUSp0H0EKgd3r1uTQK5V2j71q9/ckiV657q/x/RiBoNYIEoQpXyWTQwv9PmMV2jmZrVBSGeshSEaYj7pa5IjZOfwuyWz5RAqfI0hhwF73kkOvV97l4FPtPmS2gnEdr4ggxxkG9WC7x1E53HP0w57MlqNR+IgghQGre5NDi1pFpzmKfrST2cpB8kEfaYI86JTbLwRMDr1Safd4uZjnmyTRK1ee3uhllQCCrGLJc9Hk0AJOyViFDoDMViipxHoIkgjuUbNFjhI7h/9oMls+kYznCJIRpteV5NDrlXc5+6l2KTJb2bH+6hBBfnHI+q/tHrXkcONWAoDMlqOR8dicIBnndkpXJocWq0rt5+tHO5mtzNQRJCNQk0OvVNo9MvYa1ZUk0StXVCMqbxNAkG02UXdMDi3Mkhmr0PGQ2QolFVAPQQIgPaqyyHHmzuEPkcyWTyTxHEESwXnNJIder7zLp51qNyOzlQH/TIJkwPW6C9s9WpPDDVKJAjJbjkbiEUESwamZyaFFqKLTFot+tJPZOhAZBEmEZ3LolUq7R2IP1ZpJEr1yVXvgSA9CkIRomhxacC1krEJHT2YrlJRXD0E8II9OFzl62Dn8qZDZ8okEnCNIACSviuTQ69Xd5S6+atcjsxUZKgSJAGa7R69yuFkqoUBmy9EIOCJIACRVMTm0uFR02nPRj3YyW4ERRJAAUCaHXqm0ewTU7qKKJNErVxeDPXOQCPKAvsmhhdRTxurBjH7fJrP1G8X2FwTZZnNZ5Dh359gZX4ZbZLYeQESQfUCSQ69X+7X6vavdkczWTvwQZAOO7R6jy+FmrsQDmS1HwzsiiAdEpyaHFo2KTmco+tFOZmsl0giyAsUuvbHysWD5bH3HftSm5JhixzNFfQRZCfP1ev10LVjskV+sxH6+5B6T31/sgGaojyAzRJk5JhNAkGR0NJyBAILMEGXmmEwAQZLR0XAGAggyQ5Trz3GYJyLIMKFkIiUIIEgJqvQ5DAEEGSaUTKQEAQQpQZU+hyGAIMOEcpaJ1J0ngtTlzdM6I4AgnQWM4dYlgCB1efO0zgggSGcBY7h1CSBIXd48rWUCK2NDkBUoXIKAI4AgjgRHCKwQQJAVKFyCgCOAII4ERwisEECQFShcgoAjkEsQ1x9HCAxFAEGGCieTyU0AQXITpb+hCCDIUOFkMrkJIEhuovQ3FIEOBBmKN5PpjACCdBYwhluXAILU5c3TOiOAIJ0FjOHWJYAgdXnztM4IzC1IZ8FiuPUJIEh95jyxIwII0lGwGGp9AghSnzlP7IgAgnQULIZanwCCFGJOt2MQ+AEAAP//U3PGlQAAAAZJREFUAwA3ILMm/jaVEAAAAABJRU5ErkJggg==", ss = new u.TextureLoader(), os = ss.load(ns);
1050
- class as extends Ae {
1050
+ default: ts
1051
+ }, Symbol.toStringTag, { value: "Module" })), ss = "data:image/png;base64,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", os = new g.TextureLoader(), as = os.load(ss);
1052
+ class is extends Ae {
1051
1053
  static name = "RenderManager";
1052
- container = new u.Group();
1054
+ container = new g.Group();
1053
1055
  lines = [];
1054
- pointVirtualGrid = new Fe();
1055
- quadtree = new ze(new Ye());
1056
- verticalReferenceLineFlag = new u.Mesh(new u.PlaneGeometry(0.3, 0.3), new u.MeshBasicMaterial({ map: os, color: 58111, transparent: !0 }));
1056
+ pointVirtualGrid = new ze();
1057
+ quadtree = new Fe(new Xe());
1058
+ verticalReferenceLineFlag = new g.Mesh(new g.PlaneGeometry(0.3, 0.3), new g.MeshBasicMaterial({ map: as, color: 58111, transparent: !0 }));
1057
1059
  onAddFromParent() {
1058
1060
  const e = this.dxfLineModel;
1059
- this.editor.container.add(this.container), this.editor.container.add(e.dxfModelGroup), e.dxfLineModel.material = new u.LineBasicMaterial({
1061
+ this.editor.container.add(this.container), this.editor.container.add(e.dxfModelGroup), e.dxfLineModel.material = new g.LineBasicMaterial({
1060
1062
  transparent: !0,
1061
1063
  opacity: 0.5,
1062
1064
  color: 16777215
@@ -1073,8 +1075,8 @@ class as extends Ae {
1073
1075
  this.updatedMode = null;
1074
1076
  const s = this.dxf.doorLineSegment.filter((o) => {
1075
1077
  for (let a = 0; a < n.length; a++) {
1076
- const d = n[a];
1077
- if (d.start.equal(o.start) && d.end.equal(o.end) || d.end.equal(o.start) && d.start.equal(o.end)) return !1;
1078
+ const l = n[a];
1079
+ if (l.start.equal(o.start) && l.end.equal(o.end) || l.end.equal(o.start) && l.start.equal(o.end)) return !1;
1078
1080
  }
1079
1081
  return !0;
1080
1082
  });
@@ -1082,9 +1084,9 @@ class as extends Ae {
1082
1084
  return;
1083
1085
  } else
1084
1086
  this.updatedMode = "dxf";
1085
- this.pointVirtualGrid = new Fe();
1087
+ this.pointVirtualGrid = new ze();
1086
1088
  const e = this.dxf.box.clone().expansion(Math.max(this.dxf.box.width, this.dxf.box.height) * 2);
1087
- (e.width === 0 || e.height === 0) && e.set(-200, -200, 200, 200), this.quadtree = new ze(e), this.lines.length = 0;
1089
+ (e.width === 0 || e.height === 0) && e.set(-200, -200, 200, 200), this.quadtree = new Fe(e), this.lines.length = 0;
1088
1090
  const t = this.dxf.getLineSegments();
1089
1091
  this.addLines(t), this.draw();
1090
1092
  }
@@ -1144,9 +1146,9 @@ class as extends Ae {
1144
1146
  this.lines.forEach((o) => {
1145
1147
  if (o.points.forEach((a) => {
1146
1148
  o.userData.isDoor ? n.push(a.x, a.y, 0) : t.push(a.x, a.y, 0);
1147
- }), o.userData.isWindow && o.userData.drawWindow && o.userData.drawWindow.forEach(({ width: a, p: d }) => {
1148
- const r = L.from(d), i = o.direction(), c = r.clone().add(i.clone().multiplyScalar(a * 0.5)), m = r.clone().add(i.clone().multiplyScalar(-a * 0.5));
1149
- s.push(c.x, c.y, 1e-3), s.push(m.x, m.y, 1e-3);
1149
+ }), o.userData.isWindow && o.userData.drawWindow && o.userData.drawWindow.forEach(({ width: a, p: l }) => {
1150
+ const r = L.from(l), i = o.direction(), d = r.clone().add(i.clone().multiplyScalar(a * 0.5)), m = r.clone().add(i.clone().multiplyScalar(-a * 0.5));
1151
+ s.push(d.x, d.y, 1e-3), s.push(m.x, m.y, 1e-3);
1150
1152
  }), o.userData.isVerticalReferenceLine) {
1151
1153
  const a = o.center;
1152
1154
  this.verticalReferenceLineFlag.position.set(a.x, a.y, 0), this.container.add(this.verticalReferenceLineFlag);
@@ -1173,39 +1175,34 @@ class as extends Ae {
1173
1175
  const s = this.parent?.findComponentByName("Editor"), o = L.from(s.pointerPosition);
1174
1176
  let a = n.queryCircle(o, e);
1175
1177
  if (a.length) {
1176
- let d = a.map((r) => r.line.projectPoint(o));
1177
- if (a = a.filter((r, i) => !!d[i]), d = d.filter((r, i) => !!d[i]), d.sort((r, i) => r && i ? r.distance(o) - i.distance(o) : 0), d.length) {
1178
- const r = a[0].line, i = d[0];
1179
- return r.start.distance(o) < e * 1.5 ? {
1180
- point: new u.Vector3(r.start.x, r.start.y, 0),
1181
- find: !0,
1182
- mode: "point",
1183
- line: r
1184
- } : r.end.distance(o) < e * 1.5 ? {
1185
- point: new u.Vector3(r.end.x, r.end.y, 0),
1186
- find: !0,
1187
- mode: "point",
1188
- line: r
1189
- } : {
1190
- point: new u.Vector3(i.x, i.y, 0),
1178
+ let l = a.map((r) => ({
1179
+ point: r.line.projectPoint(o),
1180
+ line: r.line
1181
+ })).filter((r) => !!r.point);
1182
+ if (l.sort((r, i) => r.point.distance(o) - i.point.distance(o)), l.length) {
1183
+ const r = l[0].line, i = l[0].point, d = {
1184
+ point: new g.Vector3(i.x, i.y, 0),
1191
1185
  find: !0,
1192
1186
  mode: "line",
1193
1187
  line: r
1194
1188
  };
1189
+ return r.start.distance(o) < e * 1.5 ? (d.point.set(r.start.x, r.start.y, 0), d.mode = "point") : r.end.distance(o) < e * 1.5 && (d.point.set(r.end.x, r.end.y, 0), d.mode = "point"), d;
1195
1190
  }
1196
1191
  }
1197
1192
  return {
1198
- point: new u.Vector3(s.pointerPosition.x, s.pointerPosition.y, 0),
1199
- find: !1
1193
+ point: new g.Vector3(s.pointerPosition.x, s.pointerPosition.y, 0),
1194
+ find: !1,
1195
+ line: void 0,
1196
+ mode: void 0
1200
1197
  };
1201
1198
  }
1202
1199
  /** 创建几何体
1203
1200
  * @param rectangle
1204
1201
  */
1205
1202
  createGeometry(e, t) {
1206
- const n = new u.BufferGeometry();
1203
+ const n = new g.BufferGeometry();
1207
1204
  return Object.keys(e).forEach((s) => {
1208
- n.setAttribute("position", new u.BufferAttribute(new Float32Array(e[s]), e[s].length / t));
1205
+ n.setAttribute("position", new g.BufferAttribute(new Float32Array(e[s]), e[s].length / t));
1209
1206
  }), n;
1210
1207
  }
1211
1208
  /**
@@ -1215,6 +1212,7 @@ class as extends Ae {
1215
1212
  return this.lines.map((e) => {
1216
1213
  const t = e.userData, n = t.drawWindow, s = this.quadtree.queryLineSegment(e).filter((o) => o.line !== e && !o.userData?.isDoor).map((o) => ({ index: this.lines.indexOf(o.line) }));
1217
1214
  return {
1215
+ ...Ke(t),
1218
1216
  start: e.start.toJson(this.dxf.originalZAverage),
1219
1217
  end: e.end.toJson(this.dxf.originalZAverage),
1220
1218
  insetionArr: s,
@@ -1225,9 +1223,11 @@ class as extends Ae {
1225
1223
  isVerticalReferenceLine: t.isVerticalReferenceLine,
1226
1224
  wallWidth: e.userData.wallWidth,
1227
1225
  drawWindow: n && n.map((o) => ({
1226
+ ...Ke(o),
1228
1227
  p: { x: o.p.x, y: o.p.y, z: o.p.z },
1229
1228
  width: o.width,
1230
- full: o.full
1229
+ full: o.full,
1230
+ rooftopPz: o.rooftopPz
1231
1231
  }))
1232
1232
  };
1233
1233
  });
@@ -1243,7 +1243,7 @@ class as extends Ae {
1243
1243
  }
1244
1244
  this._timer && clearTimeout(this._timer), this._timer = setTimeout(() => {
1245
1245
  this.updatedMode = "self";
1246
- const e = this.dxf, t = this.toJson(), n = this.parent?.findComponentByType(At);
1246
+ const e = this.dxf, t = this.toJson(), n = this.parent?.findComponentByType(St);
1247
1247
  n.skipFindDoor = !0, e.set(t).then(() => e.lineOffset());
1248
1248
  }, 10);
1249
1249
  }
@@ -1266,9 +1266,9 @@ class as extends Ae {
1266
1266
  return this.parent?.findComponentByName("DxfLineModel");
1267
1267
  }
1268
1268
  }
1269
- class is extends O {
1269
+ class rs extends O {
1270
1270
  static name = "DrawDoorLine";
1271
- container = new u.Group();
1271
+ container = new g.Group();
1272
1272
  interruptKeys = ["escape"];
1273
1273
  shortcutKeys = ["control", "m"];
1274
1274
  commandName = "draw-door-line";
@@ -1286,31 +1286,31 @@ class is extends O {
1286
1286
  */
1287
1287
  selectPoint(e) {
1288
1288
  let t = this.parent?.findComponentByName("Editor"), n = null, s = this.renderer.createCircle(L.zero(), { color: 65280 }), o = new ye([], 16711935), a = new ye([
1289
- new u.Vector3(-1e4, 0, 0),
1290
- new u.Vector3(1e4, 0, 0),
1291
- new u.Vector3(0, -1e4, 0),
1292
- new u.Vector3(0, 1e4, 0)
1289
+ new g.Vector3(-1e4, 0, 0),
1290
+ new g.Vector3(1e4, 0, 0),
1291
+ new g.Vector3(0, -1e4, 0),
1292
+ new g.Vector3(0, 1e4, 0)
1293
1293
  ], 16711935);
1294
- a.material = new u.LineDashedMaterial({
1294
+ a.material = new g.LineDashedMaterial({
1295
1295
  color: 4235007,
1296
1296
  dashSize: 0.1,
1297
1297
  gapSize: 0.1,
1298
1298
  linewidth: 0.1
1299
1299
  }), this.container.add(o);
1300
- let d = null;
1300
+ let l = null;
1301
1301
  this.addEventRecord(
1302
1302
  "clear",
1303
1303
  t.addEventListener("pointerPositionChange", () => {
1304
1304
  const { point: r, find: i } = t.renderManager.adsorption();
1305
- n && o.setPoint(n, r), this.dispatchEvent({ type: "pointerMove", point: r }), i ? (s.position.set(r.x, r.y, 0), this.container.add(s), this.domElement.style.cursor = "none", d = r.clone()) : (d = null, s.removeFromParent(), this.domElement.style.cursor = "no-drop");
1305
+ n && o.setPoint(n, r), this.dispatchEvent({ type: "pointerMove", point: r }), i ? (s.position.set(r.x, r.y, 0), this.container.add(s), this.domElement.style.cursor = "none", l = r.clone()) : (l = null, s.removeFromParent(), this.domElement.style.cursor = "no-drop");
1306
1306
  }),
1307
1307
  t.eventInput.addEventListener("codeChange", async () => {
1308
- if (t.eventInput.isKeyDown("mouse_0") && d) {
1308
+ if (t.eventInput.isKeyDown("mouse_0") && l) {
1309
1309
  if (!n) {
1310
- n = d.clone();
1310
+ n = l.clone();
1311
1311
  return;
1312
1312
  }
1313
- e([n.clone(), d.clone()]);
1313
+ e([n.clone(), l.clone()]);
1314
1314
  }
1315
1315
  }),
1316
1316
  function() {
@@ -1326,22 +1326,22 @@ class is extends O {
1326
1326
  end(e, t) {
1327
1327
  const n = [];
1328
1328
  for (let s = 0; s < t.length; s += 2) {
1329
- const o = L.from(t[s]), a = L.from(t[s + 1]), d = this.renderManager.quadtree.queryCircle(o, 1e-3)[0].line, r = this.renderManager.quadtree.queryCircle(a, 1e-3)[0].line;
1329
+ const o = L.from(t[s]), a = L.from(t[s + 1]), l = this.renderManager.quadtree.queryCircle(o, 1e-3)[0].line, r = this.renderManager.quadtree.queryCircle(a, 1e-3)[0].line;
1330
1330
  let i = null;
1331
- d === r && (i = {
1332
- oldLine: d,
1331
+ l === r && (i = {
1332
+ oldLine: l,
1333
1333
  newLine1: new N(
1334
- d.start,
1335
- d.start.distance(o) < d.start.distance(a) ? o.clone() : a.clone()
1334
+ l.start,
1335
+ l.start.distance(o) < l.start.distance(a) ? o.clone() : a.clone()
1336
1336
  ),
1337
1337
  newLine2: new N(
1338
- d.end,
1339
- d.end.distance(o) < d.end.distance(a) ? o.clone() : a.clone()
1338
+ l.end,
1339
+ l.end.distance(o) < l.end.distance(a) ? o.clone() : a.clone()
1340
1340
  )
1341
1341
  });
1342
- const c = new N(o, a);
1343
- c.userData.isDoor = !0, c.userData.doorDirectConnection = !0, n.push({
1344
- line: c,
1342
+ const d = new N(o, a);
1343
+ d.userData.isDoor = !0, d.userData.doorDirectConnection = !0, n.push({
1344
+ line: d,
1345
1345
  option: i
1346
1346
  });
1347
1347
  }
@@ -1370,9 +1370,9 @@ class is extends O {
1370
1370
  return this.completed(e), e;
1371
1371
  }
1372
1372
  }
1373
- class rs extends O {
1373
+ class ds extends O {
1374
1374
  static name = "DrawWindow";
1375
- container = new u.Group();
1375
+ container = new g.Group();
1376
1376
  interruptKeys = ["escape"];
1377
1377
  shortcutKeys = ["control", "q"];
1378
1378
  commandName = "draw-window-line";
@@ -1387,8 +1387,8 @@ class rs extends O {
1387
1387
  selectPointStart(e) {
1388
1388
  let t = null, n = this.renderer.createCircle(L.zero(), { color: 16711935 }), s = null;
1389
1389
  this.addEventRecord("selectPointStart").add(this.editor.addEventListener("pointerPositionChange", () => {
1390
- const { point: o, line: a, find: d } = this.editor.renderManager.adsorption();
1391
- this.dispatchEvent({ type: "pointerMove", point: o }), d ? (this.domElement.style.cursor = "none", n.position.copy(o), s = a, t = o.clone(), this.container.add(n)) : (this.domElement.style.cursor = "no-drop", t = null, n.removeFromParent());
1390
+ const { point: o, line: a, find: l } = this.editor.renderManager.adsorption();
1391
+ this.dispatchEvent({ type: "pointerMove", point: o }), l ? (this.domElement.style.cursor = "none", n.position.copy(o), s = a, t = o.clone(), this.container.add(n)) : (this.domElement.style.cursor = "no-drop", t = null, n.removeFromParent());
1392
1392
  })).add(this.eventInput.addEventListener("codeChange", () => {
1393
1393
  this.eventInput.isKeyDown("mouse_0") && t && (this.canceEventRecord("selectPointStart"), e({ point: t, line: s }));
1394
1394
  })), this.addEventRecord("clear").add(() => n.removeFromParent());
@@ -1399,8 +1399,8 @@ class rs extends O {
1399
1399
  selectPointEnd(e, { point: t, line: n }) {
1400
1400
  let s = null, o = this.renderer.createCircle(L.zero(), { color: 16711935 });
1401
1401
  this.addEventRecord("clear").add(() => o.removeFromParent()).add(this.editor.addEventListener("pointerPositionChange", () => {
1402
- const { point: a, find: d, line: r } = this.editor.renderManager.adsorption();
1403
- this.dispatchEvent({ type: "pointerMove", point: a }), d && r === n ? (this.domElement.style.cursor = "none", o.position.copy(a), s = a.clone(), this.container.add(o)) : (this.domElement.style.cursor = "no-drop", s = null, o.removeFromParent());
1402
+ const { point: a, find: l, line: r } = this.editor.renderManager.adsorption();
1403
+ this.dispatchEvent({ type: "pointerMove", point: a }), l && r === n ? (this.domElement.style.cursor = "none", o.position.copy(a), s = a.clone(), this.container.add(o)) : (this.domElement.style.cursor = "no-drop", s = null, o.removeFromParent());
1404
1404
  })).add(this.eventInput.addEventListener("codeChange", () => {
1405
1405
  this.eventInput.isKeyDown("mouse_0") && s && e({ line: n, start: t, end: s });
1406
1406
  }));
@@ -1411,10 +1411,10 @@ class rs extends O {
1411
1411
  * @param points
1412
1412
  */
1413
1413
  end(e, { start: t, end: n, line: s }) {
1414
- const o = new N(L.from(t), L.from(n)), a = o.center, d = o.length(), r = {
1415
- p: new u.Vector3(a.x, a.y, 0),
1416
- width: d,
1417
- full: Math.abs(d - s.length()) < 0.01
1414
+ const o = new N(L.from(t), L.from(n)), a = o.center, l = o.length(), r = {
1415
+ p: { x: a.x, y: a.y, z: 0 },
1416
+ width: l,
1417
+ full: Math.abs(l - s.length()) < 0.01
1418
1418
  };
1419
1419
  e({ line: s, doorDataItem: r });
1420
1420
  }
@@ -1444,7 +1444,7 @@ class rs extends O {
1444
1444
  }
1445
1445
  class le extends O {
1446
1446
  static name = "VerticalCorrection";
1447
- container = new u.Group();
1447
+ container = new g.Group();
1448
1448
  shortcutKeys = ["control", "c"];
1449
1449
  shortcutKeys3 = ["shift", "c"];
1450
1450
  static commandName = "verticalCorrection";
@@ -1478,25 +1478,25 @@ class le extends O {
1478
1478
  * @param id
1479
1479
  * @returns
1480
1480
  */
1481
- setLinePoint(e, t, n, s = "all", o = [], a = St()) {
1481
+ setLinePoint(e, t, n, s = "all", o = [], a = _t()) {
1482
1482
  if (e.userData.setLinePointUUid === a) return [];
1483
1483
  e.userData.setLinePointUUid = a;
1484
- let d = [], r = [];
1485
- (s === "start" || s === "all") && (d = this.renderManager.pointVirtualGrid.queryPoint(e.start).filter((y) => y.userData !== e)), (s === "end" || s === "all") && (r = this.renderManager.pointVirtualGrid.queryPoint(e.end).filter((y) => y.userData !== e));
1484
+ let l = [], r = [];
1485
+ (s === "start" || s === "all") && (l = this.renderManager.pointVirtualGrid.queryPoint(e.start).filter((y) => y.userData !== e)), (s === "end" || s === "all") && (r = this.renderManager.pointVirtualGrid.queryPoint(e.end).filter((y) => y.userData !== e));
1486
1486
  const i = e.clone();
1487
- let c = "";
1488
- t && (e.start.equal(t) || (c = "start"), o.push({
1487
+ let d = "";
1488
+ t && (e.start.equal(t) || (d = "start"), o.push({
1489
1489
  point: e.start,
1490
1490
  oldPoint: e.start.clone(),
1491
1491
  newPoint: t,
1492
1492
  line: e
1493
- }), e.start.copy(t)), n && (e.end.equal(n) || (c = c === "start" ? "all" : "end"), o.push({
1493
+ }), e.start.copy(t)), n && (e.end.equal(n) || (d = d === "start" ? "all" : "end"), o.push({
1494
1494
  point: e.end,
1495
1495
  oldPoint: e.end.clone(),
1496
1496
  newPoint: n,
1497
1497
  line: e
1498
1498
  }), e.end.copy(n));
1499
- const m = (y, f, g) => {
1499
+ const m = (y, f, p) => {
1500
1500
  y.forEach((h) => {
1501
1501
  const { point: E, userData: x } = h, I = x.start === E ? "start" : "end";
1502
1502
  if (x.directionEqual(i))
@@ -1507,7 +1507,7 @@ class le extends O {
1507
1507
  const K = e.projectPoint(x.start, !1);
1508
1508
  if (K) return this.setLinePoint(x, K, f, "start", o, a);
1509
1509
  }
1510
- (c === "all" || g === c) && this.setLinePoint(
1510
+ (d === "all" || p === d) && this.setLinePoint(
1511
1511
  x,
1512
1512
  x.start === E ? f : x.start,
1513
1513
  x.end === E ? f : x.end,
@@ -1517,7 +1517,7 @@ class le extends O {
1517
1517
  );
1518
1518
  });
1519
1519
  };
1520
- return m(d, e.start, "start"), m(r, e.end, "end"), [...d, ...r];
1520
+ return m(l, e.start, "start"), m(r, e.end, "end"), [...l, ...r];
1521
1521
  }
1522
1522
  /** 修正2
1523
1523
  * 第一步:确定需要修复的线段
@@ -1531,61 +1531,61 @@ class le extends O {
1531
1531
  */
1532
1532
  correction(e, t = [], n = /* @__PURE__ */ new Set()) {
1533
1533
  n.add(e);
1534
- const s = this.renderManager.quadtree.queryLineSegment(e).filter(({ line: i }) => !(i === e || i.userData.isDoor || n.has(i))).map((i) => i.line), o = e.direction(), [a, d] = s.reduce((i, c) => {
1534
+ const s = this.renderManager.quadtree.queryLineSegment(e).filter(({ line: i }) => !(i === e || i.userData.isDoor || n.has(i))).map((i) => i.line), o = e.direction(), [a, l] = s.reduce((i, d) => {
1535
1535
  const [m, y] = i;
1536
- return c.sameEndpoint(e) ? m.push(c) : y.push(c), i;
1536
+ return d.sameEndpoint(e) ? m.push(d) : y.push(d), i;
1537
1537
  }, [[], []]);
1538
1538
  a.forEach((i) => {
1539
- const c = i.direction(), m = o.angleBetween(c, "angle");
1539
+ const d = i.direction(), m = o.angleBetween(d, "angle");
1540
1540
  if (Math.abs(90 - m) > 45) return !1;
1541
- const f = e.sameEndpointAsStart(i) ? e.start : e.end, g = i.sameEndpointAsStart(e) ? i.end : i.start, h = new N(
1542
- g.clone().add(o.clone().multiplyScalar(1)),
1543
- g.clone().add(o.clone().multiplyScalar(-1))
1541
+ const f = e.sameEndpointAsStart(i) ? e.start : e.end, p = i.sameEndpointAsStart(e) ? i.end : i.start, h = new N(
1542
+ p.clone().add(o.clone().multiplyScalar(1)),
1543
+ p.clone().add(o.clone().multiplyScalar(-1))
1544
1544
  ), E = h.projectPoint(f, !1);
1545
1545
  if (E) {
1546
1546
  const x = [];
1547
1547
  this.setLinePoint(
1548
1548
  i,
1549
- i.start === g ? E : i.start,
1550
- i.end === g ? E : i.end,
1551
- i.start === g ? "start" : "end",
1549
+ i.start === p ? E : i.start,
1550
+ i.end === p ? E : i.end,
1551
+ i.start === p ? "start" : "end",
1552
1552
  x
1553
1553
  ), t.push(x);
1554
1554
  }
1555
1555
  return n.add(i), !1;
1556
1556
  }), o.copy(e.direction());
1557
- const r = (i, c, m) => {
1558
- const y = e.projectPoint(c);
1557
+ const r = (i, d, m) => {
1558
+ const y = e.projectPoint(d);
1559
1559
  if (y) i.copy(y);
1560
1560
  else {
1561
1561
  const f = new N(
1562
- c.clone().add(o.clone().multiplyScalar(1)),
1563
- c.clone().add(o.clone().multiplyScalar(-1))
1564
- ), g = f.projectPoint(i, !1);
1565
- if (g) {
1562
+ d.clone().add(o.clone().multiplyScalar(1)),
1563
+ d.clone().add(o.clone().multiplyScalar(-1))
1564
+ ), p = f.projectPoint(i, !1);
1565
+ if (p) {
1566
1566
  const h = [];
1567
1567
  this.setLinePoint(
1568
1568
  m,
1569
- m.start === c ? g : m.start,
1570
- m.end === c ? g : m.end,
1571
- m.start === c ? "start" : "end",
1569
+ m.start === d ? p : m.start,
1570
+ m.end === d ? p : m.end,
1571
+ m.start === d ? "start" : "end",
1572
1572
  h
1573
1573
  ), t.push(h);
1574
1574
  }
1575
1575
  }
1576
1576
  };
1577
- return d.forEach((i) => {
1577
+ return l.forEach((i) => {
1578
1578
  if (e.containsPoint(i.start))
1579
1579
  r(i.start, i.end, i);
1580
1580
  else if (e.containsPoint(i.end))
1581
1581
  r(i.end, i.start, i);
1582
1582
  else {
1583
- const c = e.getIntersection(i);
1584
- if (c) {
1583
+ const d = e.getIntersection(i);
1584
+ if (d) {
1585
1585
  const m = new N(
1586
1586
  i.start.clone().add(o.clone().multiplyScalar(1)),
1587
1587
  i.start.clone().add(o.clone().multiplyScalar(-1))
1588
- ), y = m.projectPoint(c, !1);
1588
+ ), y = m.projectPoint(d, !1);
1589
1589
  if (y) {
1590
1590
  const h = [];
1591
1591
  this.setLinePoint(i, y, i.end, "start", h), t.push(h);
@@ -1593,10 +1593,10 @@ class le extends O {
1593
1593
  const f = new N(
1594
1594
  i.end.clone().add(o.clone().multiplyScalar(1)),
1595
1595
  i.end.clone().add(o.clone().multiplyScalar(-1))
1596
- ), g = f.projectPoint(c, !1);
1597
- if (g) {
1596
+ ), p = f.projectPoint(d, !1);
1597
+ if (p) {
1598
1598
  const h = [];
1599
- this.setLinePoint(i, i.start, g, "end", h), t.push(h);
1599
+ this.setLinePoint(i, i.start, p, "end", h), t.push(h);
1600
1600
  }
1601
1601
  }
1602
1602
  }
@@ -1608,7 +1608,7 @@ class le extends O {
1608
1608
  */
1609
1609
  axisAlignmentCorrection(e) {
1610
1610
  const t = [...this.renderManager.lines];
1611
- return { newLines: _t.correction(t, e, { groupMethod: "cross", fittingMethod: "max", crossAxistThreshold: 0.08 }), oldLines: t };
1611
+ return { newLines: Nt.correction(t, e, { groupMethod: "cross", fittingMethod: "max", crossAxistThreshold: 0.08 }), oldLines: t };
1612
1612
  }
1613
1613
  /** 开始
1614
1614
  * @param next
@@ -1625,10 +1625,10 @@ class le extends O {
1625
1625
  const t = [];
1626
1626
  e.forEach((n) => {
1627
1627
  n.forEach((s) => {
1628
- const { line: o, newPoint: a, point: d } = s;
1629
- d.copy(a), this.renderManager.removeLine(o), this.renderManager.addLine(o), o.userData.isWindow && t.push(o);
1628
+ const { line: o, newPoint: a, point: l } = s;
1629
+ l.copy(a), this.renderManager.removeLine(o), this.renderManager.addLine(o), o.userData.isWindow && t.push(o);
1630
1630
  });
1631
- }), Ke(...t);
1631
+ }), Te(...t);
1632
1632
  } else
1633
1633
  this.renderManager.removeLines(e.oldLines), this.renderManager.addLines(e.newLines);
1634
1634
  this.renderManager.draw();
@@ -1642,11 +1642,11 @@ class le extends O {
1642
1642
  for (let n = e.length - 1; n >= 0; n--) {
1643
1643
  const s = e[n];
1644
1644
  for (let o = s.length - 1; o >= 0; o--) {
1645
- const a = s[o], { line: d, oldPoint: r, point: i } = a;
1646
- i.copy(r), this.renderManager.removeLine(d), this.renderManager.addLine(d), d.userData.isWindow && t.push(d);
1645
+ const a = s[o], { line: l, oldPoint: r, point: i } = a;
1646
+ i.copy(r), this.renderManager.removeLine(l), this.renderManager.addLine(l), l.userData.isWindow && t.push(l);
1647
1647
  }
1648
1648
  }
1649
- Ke(...t);
1649
+ Te(...t);
1650
1650
  } else
1651
1651
  this.renderManager.removeLines(e.newLines), this.renderManager.addLines(e.oldLines);
1652
1652
  return this.renderManager.draw(), e;
@@ -1764,9 +1764,9 @@ class te extends O {
1764
1764
  connection(e, t) {
1765
1765
  let n, s, o = 1 / 0;
1766
1766
  for (let a = 0; a < 2; a++)
1767
- for (let d = 0; d < 2; d++) {
1768
- const r = t[0].points[a], i = t[1].points[d], c = r.distance(i);
1769
- c < o && (n = r, s = i, o = c);
1767
+ for (let l = 0; l < 2; l++) {
1768
+ const r = t[0].points[a], i = t[1].points[l], d = r.distance(i);
1769
+ d < o && (n = r, s = i, o = d);
1770
1770
  }
1771
1771
  if (n && s) {
1772
1772
  const a = new N(n.clone(), s.clone());
@@ -1817,10 +1817,10 @@ class ne extends O {
1817
1817
  connection(e, t) {
1818
1818
  const n = t[0], s = t[1], o = t[0].getIntersection(t[1]);
1819
1819
  if (!o) return;
1820
- const a = n.points.map((c) => c.clone()), d = s.points.map((c) => c.clone());
1820
+ const a = n.points.map((d) => d.clone()), l = s.points.map((d) => d.clone());
1821
1821
  n.start.distance(o) < n.end.distance(o) ? n.start.copy(o) : n.end.copy(o), s.start.distance(o) < s.end.distance(o) ? s.start.copy(o) : s.end.copy(o);
1822
- const r = n.points.map((c) => c.clone()), i = s.points.map((c) => c.clone());
1823
- e({ line1: n, line2: s, oldLine1: a, oldLine2: d, newLine1: r, newLine2: i }), k({ message: "连接成功", type: "success" });
1822
+ const r = n.points.map((d) => d.clone()), i = s.points.map((d) => d.clone());
1823
+ e({ line1: n, line2: s, oldLine1: a, oldLine2: l, newLine1: r, newLine2: i }), k({ message: "连接成功", type: "success" });
1824
1824
  }
1825
1825
  /** 执行完成
1826
1826
  * @param next
@@ -1903,7 +1903,7 @@ class se extends O {
1903
1903
  }
1904
1904
  class oe extends O {
1905
1905
  static name = "SelectAll";
1906
- container = new u.Group();
1906
+ container = new g.Group();
1907
1907
  shortcutKeys = ["control", "a"];
1908
1908
  static commandName = "selectAll";
1909
1909
  onAddFromParent(e) {
@@ -1962,26 +1962,26 @@ class ae extends O {
1962
1962
  */
1963
1963
  viewAngle(e, t) {
1964
1964
  const [n, s] = t, o = Math.min(n.length() * 0.8, s.length() * 0.8);
1965
- let a, d, r, i = 0, c = 0;
1966
- n.sameEndpointAsStart(s) ? (a = n.start, d = n.end) : (a = n.end, d = n.start), s.sameEndpointAsStart(n) ? r = s.end : r = s.start;
1965
+ let a, l, r, i = 0, d = 0;
1966
+ n.sameEndpointAsStart(s) ? (a = n.start, l = n.end) : (a = n.end, l = n.start), s.sameEndpointAsStart(n) ? r = s.end : r = s.start;
1967
1967
  function m(S, M) {
1968
- const b = M.x - S.x, F = M.y - S.y;
1969
- let W = Math.atan2(F, b) * (180 / Math.PI);
1968
+ const b = M.x - S.x, z = M.y - S.y;
1969
+ let W = Math.atan2(z, b) * (180 / Math.PI);
1970
1970
  return W < 0 && (W += 360), W;
1971
1971
  }
1972
- const y = m(a, d), f = m(a, r), g = Math.min(y, f), h = Math.max(y, f), E = [];
1972
+ const y = m(a, l), f = m(a, r), p = Math.min(y, f), h = Math.max(y, f), E = [];
1973
1973
  function x(S, M) {
1974
1974
  for (let b = S; b <= M; b++) {
1975
- const F = Math.cos(b * Math.PI / 180) * o + a.x, W = Math.sin(b * Math.PI / 180) * o + a.y, he = Math.cos((b + 1) * Math.PI / 180) * o + a.x, Ce = Math.sin((b + 1) * Math.PI / 180) * o + a.y;
1976
- E.push(F, W, 0, he, Ce, 0);
1975
+ const z = Math.cos(b * Math.PI / 180) * o + a.x, W = Math.sin(b * Math.PI / 180) * o + a.y, he = Math.cos((b + 1) * Math.PI / 180) * o + a.x, Ce = Math.sin((b + 1) * Math.PI / 180) * o + a.y;
1976
+ E.push(z, W, 0, he, Ce, 0);
1977
1977
  }
1978
1978
  }
1979
- h - g > 180 ? (x(0, g), x(h, 360), i = 360 - (h - g), c = (h + i / 2) % 360) : (x(g, h), i = h - g, c = g + i / 2);
1980
- const I = new u.LineSegments();
1979
+ h - p > 180 ? (x(0, p), x(h, 360), i = 360 - (h - p), d = (h + i / 2) % 360) : (x(p, h), i = h - p, d = p + i / 2);
1980
+ const I = new g.LineSegments();
1981
1981
  I.geometry = this.renderManager.createGeometry({
1982
1982
  position: E
1983
- }, E.length / 3), I.material = new u.LineBasicMaterial({ color: 16711935 }), this.renderManager.container.add(I);
1984
- const K = Math.cos(c * Math.PI / 180) * o + a.x, Y = Math.sin(c * Math.PI / 180) * o + a.y, Z = this.renderer.createText(Number(i.toFixed(2)), new u.Vector3(K, Y, 0), {
1983
+ }, E.length / 3), I.material = new g.LineBasicMaterial({ color: 16711935 }), this.renderManager.container.add(I);
1984
+ const K = Math.cos(d * Math.PI / 180) * o + a.x, Y = Math.sin(d * Math.PI / 180) * o + a.y, Z = this.renderer.createText(Number(i.toFixed(2)), new g.Vector3(K, Y, 0), {
1985
1985
  textShadow: "0px 0px 2px #000"
1986
1986
  }, this.renderManager.container);
1987
1987
  let G = 0;
@@ -1990,9 +1990,9 @@ class ae extends O {
1990
1990
  }));
1991
1991
  }
1992
1992
  }
1993
- class dt extends O {
1993
+ class lt extends O {
1994
1994
  static name = "ClippingLine";
1995
- container = new u.Group();
1995
+ container = new g.Group();
1996
1996
  shortcutKeys = ["control", "x"];
1997
1997
  commandName = "clippingLine";
1998
1998
  static commandName = "clippingLine";
@@ -2007,8 +2007,8 @@ class dt extends O {
2007
2007
  selectPointStart(e) {
2008
2008
  let t = null, n = this.renderer.createCircle(L.zero(), { color: 16711935 }), s = null;
2009
2009
  this.addEventRecord("selectPointStart").add(this.editor.addEventListener("pointerPositionChange", () => {
2010
- const { point: o, line: a, find: d } = this.editor.renderManager.adsorption();
2011
- this.dispatchEvent({ type: "pointerMove", point: o }), d ? (this.domElement.style.cursor = "none", n.position.copy(o), s = a, t = o.clone(), this.container.add(n)) : (this.domElement.style.cursor = "no-drop", t = null, n.removeFromParent());
2010
+ const { point: o, line: a, find: l } = this.editor.renderManager.adsorption();
2011
+ this.dispatchEvent({ type: "pointerMove", point: o }), l ? (this.domElement.style.cursor = "none", n.position.copy(o), s = a, t = o.clone(), this.container.add(n)) : (this.domElement.style.cursor = "no-drop", t = null, n.removeFromParent());
2012
2012
  })).add(this.eventInput.addEventListener("codeChange", () => {
2013
2013
  this.eventInput.isKeyDown("mouse_0") && t && (this.canceEventRecord("selectPointStart"), e({ point: t, line: s }));
2014
2014
  })), this.addEventRecord("clear").add(() => n.removeFromParent());
@@ -2019,8 +2019,8 @@ class dt extends O {
2019
2019
  selectPointEnd(e, { point: t, line: n }) {
2020
2020
  let s = null, o = this.renderer.createCircle(L.zero(), { color: 16711935 });
2021
2021
  this.addEventRecord("clear").add(() => o.removeFromParent()).add(this.editor.addEventListener("pointerPositionChange", () => {
2022
- const { point: a, find: d, line: r } = this.editor.renderManager.adsorption();
2023
- this.dispatchEvent({ type: "pointerMove", point: a }), d && r === n ? (this.domElement.style.cursor = "none", o.position.copy(a), s = a.clone(), this.container.add(o)) : (this.domElement.style.cursor = "no-drop", s = null, o.removeFromParent());
2022
+ const { point: a, find: l, line: r } = this.editor.renderManager.adsorption();
2023
+ this.dispatchEvent({ type: "pointerMove", point: a }), l && r === n ? (this.domElement.style.cursor = "none", o.position.copy(a), s = a.clone(), this.container.add(o)) : (this.domElement.style.cursor = "no-drop", s = null, o.removeFromParent());
2024
2024
  })).add(this.eventInput.addEventListener("codeChange", () => {
2025
2025
  this.eventInput.isKeyDown("mouse_0") && s && e({ line: n, start: t, end: s });
2026
2026
  }));
@@ -2091,67 +2091,67 @@ class ie extends O {
2091
2091
  }), t[0].userData.isVerticalReferenceLine = !0, e(), this.renderManager.draw();
2092
2092
  }
2093
2093
  }
2094
- const ds = {
2094
+ const ls = {
2095
2095
  key: 0,
2096
2096
  class: "mt-[5px] text-[#ccc] text-[11px] absolute left-[10px] bottom-[10px] rounded-[8px] min-w-[150px] bg-black/15 p-[10px]"
2097
- }, ls = { class: "text-start max-w-[150px]" }, cs = { class: "inline-block ml-[10px] text-[var(--color-primary)]" }, ms = {
2097
+ }, cs = { class: "text-start max-w-[150px]" }, ms = { class: "inline-block ml-[10px] text-[var(--color-primary)]" }, hs = {
2098
2098
  key: 0,
2099
2099
  class: "p-[5px] max-w-[200px]"
2100
- }, hs = { class: "text-[14px] flex flex-col" }, us = ["onClick"], ps = { class: "flex flex-row items-center" }, gs = { class: "flex justify-center items-center size-[20px] bg-[#f0f0f0] rounded-[2px] mr-[10px]" }, vs = ["src"], fs = { class: "text-wrap" }, ys = {
2100
+ }, us = { class: "text-[14px] flex flex-col" }, ps = ["onClick"], gs = { class: "flex flex-row items-center" }, vs = { class: "flex justify-center items-center size-[20px] bg-[#f0f0f0] rounded-[2px] mr-[10px]" }, fs = ["src"], ys = { class: "text-wrap" }, ws = {
2101
2101
  key: 1,
2102
2102
  class: "text-[#999]"
2103
- }, ws = {
2103
+ }, bs = {
2104
2104
  style: { "--el-color-primary": "var(--primary-color)" },
2105
2105
  class: "flex flex-row items-center justify-between gap-[5px] mt-[10px] text-[10px]"
2106
- }, bs = {
2106
+ }, xs = {
2107
2107
  key: 0,
2108
2108
  class: "flex flex-row items-center flex-wrap justify-between gap-[10px] mt-[10px] text-[10px]"
2109
- }, xs = { class: "flex-wrap border-t-1 border-t-[#eee] mt-[5px] pt-[5px] flex items-center gap-[10px]" }, Cs = ["onClick", "title"], Es = ["src"], Ls = /* @__PURE__ */ me({
2109
+ }, Cs = { class: "flex-wrap border-t-1 border-t-[#eee] mt-[5px] pt-[5px] flex items-center gap-[10px]" }, Es = ["onClick", "title"], Ls = ["src"], Ms = /* @__PURE__ */ me({
2110
2110
  __name: "EditorTool",
2111
2111
  props: {
2112
2112
  dxfSystem: {},
2113
2113
  permission: {}
2114
2114
  },
2115
- setup(l) {
2116
- function e(C, p, w = m.value.getBoundingClientRect(), U = y.value.getBoundingClientRect()) {
2117
- const ue = w.width - U.width, pe = 0, Le = w.height - U.height;
2118
- C = Math.max(0, Math.min(C, ue)), p = Math.max(pe, Math.min(p, Le)), S.value = { left: C, top: p };
2115
+ setup(c) {
2116
+ function e(C, u, w = m.value.getBoundingClientRect(), J = y.value.getBoundingClientRect()) {
2117
+ const ue = w.width - J.width, pe = 0, Le = w.height - J.height;
2118
+ C = Math.max(0, Math.min(C, ue)), u = Math.max(pe, Math.min(u, Le)), S.value = { left: C, top: u };
2119
2119
  }
2120
2120
  function t(C) {
2121
- g.value !== C.command && (g.value !== "default" && x.commandManager.cancel(), setTimeout(() => x.commandManager.start(C.command)));
2121
+ p.value !== C.command && (p.value !== "default" && x.commandManager.cancel(), setTimeout(() => x.commandManager.start(C.command)));
2122
2122
  }
2123
2123
  function n(C) {
2124
2124
  if (C) {
2125
2125
  localStorage.setItem("lines", JSON.stringify(C));
2126
2126
  try {
2127
2127
  h.Dxf.set(C), h.Dxf.lineOffset();
2128
- } catch (p) {
2129
- console.log(p);
2128
+ } catch (u) {
2129
+ console.log(u);
2130
2130
  }
2131
2131
  }
2132
2132
  }
2133
2133
  async function s() {
2134
- const C = await Dt.json();
2134
+ const C = await At.json();
2135
2135
  Array.isArray(C) && (localStorage.removeItem("orbitControls"), n(C));
2136
2136
  }
2137
- function o({ offsetX: C, offsetY: p }) {
2137
+ function o({ offsetX: C, offsetY: u }) {
2138
2138
  E.mouseMoveEventProxylock = !0;
2139
2139
  const w = document.body.style.cursor;
2140
2140
  document.body.style.cursor = "move";
2141
- const U = (ue) => {
2141
+ const J = (ue) => {
2142
2142
  const pe = m.value.getBoundingClientRect(), Le = y.value.getBoundingClientRect();
2143
2143
  e(
2144
2144
  ue.pageX - pe.left - C,
2145
- ue.pageY - pe.top - p,
2145
+ ue.pageY - pe.top - u,
2146
2146
  pe,
2147
2147
  Le
2148
2148
  ), ue.stopPropagation(), document.body.style.cursor = "move";
2149
2149
  }, Ee = () => {
2150
- document.body.removeEventListener("mousemove", U), document.removeEventListener("mouseup", Ee), document.body.style.cursor = w, E.mouseMoveEventProxylock = !1;
2150
+ document.body.removeEventListener("mousemove", J), document.removeEventListener("mouseup", Ee), document.body.style.cursor = w, E.mouseMoveEventProxylock = !1;
2151
2151
  };
2152
- document.body.addEventListener("mousemove", U), document.addEventListener("mouseup", Ee);
2152
+ document.body.addEventListener("mousemove", J), document.addEventListener("mouseup", Ee);
2153
2153
  }
2154
- const a = l, d = _(!0), r = _(!0), i = _(!0), c = _(!1), m = _(), y = _(), f = _(!0), g = _(""), h = zt(a.dxfSystem), E = h.findComponentByType(Pt), x = h.findComponentByType(lt), I = h.findComponentByType(rt), K = h.findComponentByType(Nt), Y = h.findComponentByType(Bt), Z = _(0), G = _(0), S = _({ left: 10, top: 100 }), M = /* @__PURE__ */ Object.assign({ "./assets/images/angle.svg": Mn, "./assets/images/connection.svg": In, "./assets/images/cutLine.svg": Dn, "./assets/images/deleteSelectLine.svg": Sn, "./assets/images/deleteSelectWindow.svg": Nn, "./assets/images/door.svg": Rn, "./assets/images/intersectionConnection.svg": Fn, "./assets/images/line.svg": Kn, "./assets/images/mergeLine.svg": Vn, "./assets/images/revokeRollback.svg": Gn, "./assets/images/rollback.svg": Hn, "./assets/images/selectAll.svg": Jn, "./assets/images/selectPoint.svg": qn, "./assets/images/verticalCorrection.svg": Yn, "./assets/images/verticalLine.svg": $n, "./assets/images/window.svg": ts }), b = _(!1), F = _(0), W = _(!1), he = new ResizeObserver(() => e(S.value.left, S.value.top)), Ce = [
2154
+ const a = c, l = _(!0), r = _(!0), i = _(!0), d = _(!1), m = _(), y = _(), f = _(!0), p = _(""), h = Kt(a.dxfSystem), E = h.findComponentByType(Dt), x = h.findComponentByType(ct), I = h.findComponentByType(dt), K = h.findComponentByType(Bt), Y = h.findComponentByType(Rt), Z = _(0), G = _(0), S = _({ left: 10, top: 100 }), M = /* @__PURE__ */ Object.assign({ "./assets/images/angle.svg": kn, "./assets/images/connection.svg": Pn, "./assets/images/cutLine.svg": An, "./assets/images/deleteSelectLine.svg": _n, "./assets/images/deleteSelectWindow.svg": Bn, "./assets/images/door.svg": On, "./assets/images/intersectionConnection.svg": Fn, "./assets/images/line.svg": Tn, "./assets/images/mergeLine.svg": Vn, "./assets/images/revokeRollback.svg": Qn, "./assets/images/rollback.svg": Wn, "./assets/images/selectAll.svg": Jn, "./assets/images/selectPoint.svg": Zn, "./assets/images/verticalCorrection.svg": Xn, "./assets/images/verticalLine.svg": es, "./assets/images/window.svg": ns }), b = _(!1), z = _(0), W = _(!1), he = new ResizeObserver(() => e(S.value.left, S.value.top)), Ce = [
2155
2155
  { name: "开启绘制线段命令", shortcut: "Ctrl + L" },
2156
2156
  { name: "开启绘制门线命令", shortcut: "Ctrl + M" },
2157
2157
  { name: "开启绘制窗户线命令", shortcut: "Ctrl + Q" },
@@ -2171,7 +2171,7 @@ const ds = {
2171
2171
  { name: "取消命令", shortcut: "Esc" },
2172
2172
  { name: "回滚操作", shortcut: "Ctrl + Z" },
2173
2173
  { name: "取消回滚操作", shortcut: "Ctrl + Y" }
2174
- ], ct = [
2174
+ ], mt = [
2175
2175
  {
2176
2176
  command: "default",
2177
2177
  name: "默认",
@@ -2207,13 +2207,13 @@ const ds = {
2207
2207
  shortcut: "Ctrl + P"
2208
2208
  },
2209
2209
  {
2210
- command: dt.commandName,
2210
+ command: lt.commandName,
2211
2211
  name: "裁剪线段",
2212
2212
  show: !0,
2213
2213
  src: M["./assets/images/cutLine.svg"].default,
2214
2214
  shortcut: "Ctrl + X"
2215
2215
  }
2216
- ], mt = [
2216
+ ], ht = [
2217
2217
  {
2218
2218
  command: "",
2219
2219
  name: "操作回滚",
@@ -2239,27 +2239,27 @@ const ds = {
2239
2239
  command: $.commandName,
2240
2240
  name: "合并",
2241
2241
  src: M["./assets/images/mergeLine.svg"].default,
2242
- show: A(() => F.value === 2),
2242
+ show: A(() => z.value === 2),
2243
2243
  shortcut: "Ctrl + G"
2244
2244
  },
2245
2245
  {
2246
2246
  command: te.commandName,
2247
2247
  name: "两点连接",
2248
- show: A(() => F.value === 2),
2248
+ show: A(() => z.value === 2),
2249
2249
  src: M["./assets/images/connection.svg"].default,
2250
2250
  shortcut: "Shift + L"
2251
2251
  },
2252
2252
  {
2253
2253
  command: ne.commandName,
2254
2254
  name: "延长线交点连接",
2255
- show: A(() => F.value === 2),
2255
+ show: A(() => z.value === 2),
2256
2256
  src: M["./assets/images/intersectionConnection.svg"].default,
2257
2257
  shortcut: "Ctrl + Shift + L"
2258
2258
  },
2259
2259
  {
2260
2260
  command: le.commandName,
2261
2261
  name: "线段垂直纠正",
2262
- show: A(() => F.value === 1),
2262
+ show: A(() => z.value === 1),
2263
2263
  src: M["./assets/images/verticalCorrection.svg"].default,
2264
2264
  shortcut: `
2265
2265
  Ctrl + C 垂直纠正
@@ -2270,7 +2270,7 @@ const ds = {
2270
2270
  command: ie.commandName,
2271
2271
  name: "y轴垂直基准线",
2272
2272
  show: A(
2273
- () => F.value === 1 && !I.selectLines[0].userData.isDoor
2273
+ () => z.value === 1 && !I.selectLines[0].userData.isDoor
2274
2274
  ),
2275
2275
  src: M["./assets/images/verticalLine.svg"].default,
2276
2276
  shortcut: "V"
@@ -2278,14 +2278,14 @@ const ds = {
2278
2278
  {
2279
2279
  command: ae.commandName,
2280
2280
  name: "角度显示",
2281
- show: A(() => F.value === 2 && I.selectLines[0].sameEndpoint(I.selectLines[1])),
2281
+ show: A(() => z.value === 2 && I.selectLines[0].sameEndpoint(I.selectLines[1])),
2282
2282
  src: M["./assets/images/angle.svg"].default,
2283
2283
  shortcut: "r"
2284
2284
  },
2285
2285
  {
2286
2286
  command: oe.commandName,
2287
2287
  name: "全选",
2288
- show: A(() => F.value !== x.renderManager.lines.length),
2288
+ show: A(() => z.value !== x.renderManager.lines.length),
2289
2289
  src: M["./assets/images/selectAll.svg"].default,
2290
2290
  shortcut: "Ctrl + A"
2291
2291
  },
@@ -2299,28 +2299,28 @@ const ds = {
2299
2299
  {
2300
2300
  command: ee.commandName,
2301
2301
  name: "删除",
2302
- show: A(() => F.value > 0),
2302
+ show: A(() => z.value > 0),
2303
2303
  src: M["./assets/images/deleteSelectLine.svg"].default,
2304
2304
  shortcut: "Delete"
2305
2305
  }
2306
2306
  ];
2307
- J(S, () => localStorage.setItem("editorToolPosition", JSON.stringify(S.value))), J(b, () => localStorage.setItem("showShortcutKey", b.value + "")), J(f, () => {
2307
+ U(S, () => localStorage.setItem("editorToolPosition", JSON.stringify(S.value))), U(b, () => localStorage.setItem("showShortcutKey", b.value + "")), U(f, () => {
2308
2308
  localStorage.setItem("toolBarExpand", f.value + ""), f.value && we(() => e(S.value.left, S.value.top));
2309
- }), J(d, () => h.Variable.set("originalLineVisible", d.value)), J(r, () => {
2309
+ }), U(l, () => h.Variable.set("originalLineVisible", l.value)), U(r, () => {
2310
2310
  localStorage.setItem("dxfVisible", r.value + ""), h.Variable.set("dxfVisible", r.value);
2311
- }), J(i, () => h.Variable.set("whiteModelVisible", i.value)), h.Variable.addEventListener("isLook", (C) => c.value = C.value), h.Variable.addEventListener("originalLineVisible", (C) => d.value = C.value), h.Variable.addEventListener("dxfVisible", (C) => r.value = C.value), h.Variable.addEventListener("whiteModelVisible", (C) => i.value = C.value);
2312
- const ht = x.commandManager.addEventListener("started", (C) => {
2313
- g.value = C.name;
2311
+ }), U(i, () => h.Variable.set("whiteModelVisible", i.value)), h.Variable.addEventListener("isLook", (C) => d.value = C.value), h.Variable.addEventListener("originalLineVisible", (C) => l.value = C.value), h.Variable.addEventListener("dxfVisible", (C) => r.value = C.value), h.Variable.addEventListener("whiteModelVisible", (C) => i.value = C.value);
2312
+ const ut = x.commandManager.addEventListener("started", (C) => {
2313
+ p.value = C.name;
2314
2314
  });
2315
- return localStorage.getItem("showShortcutKey") && (b.value = localStorage.getItem("showShortcutKey") === "true"), localStorage.getItem("toolBarExpand") && (f.value = localStorage.getItem("toolBarExpand") === "true"), tt(() => {
2315
+ return localStorage.getItem("showShortcutKey") && (b.value = localStorage.getItem("showShortcutKey") === "true"), localStorage.getItem("toolBarExpand") && (f.value = localStorage.getItem("toolBarExpand") === "true"), nt(() => {
2316
2316
  y.value.style.display = "none", setTimeout(() => {
2317
2317
  if (y.value.style.display = "block", localStorage.getItem("editorToolPosition")) {
2318
- const { left: C, top: p } = JSON.parse(localStorage.getItem("editorToolPosition") ?? "{}");
2319
- e(C, p), we(() => he.observe(m.value));
2318
+ const { left: C, top: u } = JSON.parse(localStorage.getItem("editorToolPosition") ?? "{}");
2319
+ e(C, u), we(() => he.observe(m.value));
2320
2320
  } else
2321
2321
  we(() => he.observe(m.value));
2322
2322
  }, 100), I.addEventListener("selectLineChange", () => {
2323
- F.value = I.selectLines.length, W.value = I.selectLines.some((C) => C.userData.isWindow);
2323
+ z.value = I.selectLines.length, W.value = I.selectLines.some((C) => C.userData.isWindow);
2324
2324
  }), ["rollback", "completed", "revokeRollback"].forEach((C) => {
2325
2325
  x.commandManager.addEventListener(C, () => {
2326
2326
  setTimeout(() => {
@@ -2328,22 +2328,22 @@ const ds = {
2328
2328
  });
2329
2329
  });
2330
2330
  }), localStorage.getItem("dxfVisible") && (r.value = localStorage.getItem("dxfVisible") == "true");
2331
- }), Kt(() => {
2332
- E.mouseMoveEventProxylock = !1, ht(), he.disconnect();
2333
- }), (C, p) => (D(), R("div", {
2331
+ }), Tt(() => {
2332
+ E.mouseMoveEventProxylock = !1, ut(), he.disconnect();
2333
+ }), (C, u) => (D(), R("div", {
2334
2334
  ref_key: "elRef",
2335
2335
  ref: m,
2336
2336
  class: "editorTool pointer-events-none overflow-hidden absolute left-0 top-0 w-full h-full z-[20] flex flex-row justify-between p-[5px] box-border select-none pointer-events-[all]"
2337
2337
  }, [
2338
- z(xe, null, {
2339
- default: V(() => [
2340
- b.value ? (D(), R("div", ds, [
2338
+ F(xe, null, {
2339
+ default: j(() => [
2340
+ b.value ? (D(), R("div", ls, [
2341
2341
  (D(), R(ve, null, ke(Ce, (w) => P("div", {
2342
2342
  class: "p-[4px_0px] flex justify-between text-right border-b-1 border-b-[rgba(255,255,255,0.1)] last-of-type:border-b-0",
2343
2343
  key: w.name
2344
2344
  }, [
2345
- P("p", ls, de(w.name), 1),
2346
- P("span", cs, de(w.shortcut), 1)
2345
+ P("p", cs, de(w.name), 1),
2346
+ P("span", ms, de(w.shortcut), 1)
2347
2347
  ])), 64))
2348
2348
  ])) : q("", !0)
2349
2349
  ]),
@@ -2353,62 +2353,62 @@ const ds = {
2353
2353
  ref_key: "toolBarRef",
2354
2354
  ref: y,
2355
2355
  style: Se({ left: S.value.left + "px", top: S.value.top + "px" }),
2356
- class: j(["overflow-hidden pointer-events-auto w-fit max-w-[260px] transition-[border-radius] text-[#333] absolute z-[11] bg-white select-none", { "rounded-[8px] ": f.value }]),
2357
- onMousedown: p[10] || (p[10] = (w) => w.stopPropagation())
2356
+ class: V(["overflow-hidden pointer-events-auto w-fit max-w-[260px] transition-[border-radius] text-[#333] absolute z-[11] bg-white select-none", { "rounded-[8px] ": f.value }]),
2357
+ onMousedown: u[10] || (u[10] = (w) => w.stopPropagation())
2358
2358
  }, [
2359
2359
  P("div", {
2360
2360
  onMousedown: o,
2361
- class: j([{ "border-b-[#eee] border-b-1": f.value }, "flex flex-row justify-between header text-[14px] font-bold p-[10px 0px]"])
2361
+ class: V([{ "border-b-[#eee] border-b-1": f.value }, "flex flex-row justify-between header text-[14px] font-bold p-[10px 0px]"])
2362
2362
  }, [
2363
- p[12] || (p[12] = Tt('<div class="flex flex-row" data-v-1a5a6c9b><div class="p-[2px_5px] flex items-center pointer-events-none" data-v-1a5a6c9b><svg fill="#aaa" width="20" height="20" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" data-v-1a5a6c9b><path d="M341.333333 298.666667a85.333333 85.333333 0 1 0 0-170.666667 85.333333 85.333333 0 0 0 0 170.666667z m0 298.666666a85.333333 85.333333 0 1 0 0-170.666666 85.333333 85.333333 0 0 0 0 170.666666z m85.333334 213.333334a85.333333 85.333333 0 1 1-170.666667 0 85.333333 85.333333 0 0 1 170.666667 0z m256-512a85.333333 85.333333 0 1 0 0-170.666667 85.333333 85.333333 0 0 0 0 170.666667z m85.333333 213.333333a85.333333 85.333333 0 1 1-170.666667 0 85.333333 85.333333 0 0 1 170.666667 0z m-85.333333 384a85.333333 85.333333 0 1 0 0-170.666667 85.333333 85.333333 0 0 0 0 170.666667z" data-v-1a5a6c9b></path></svg></div><h5 class="flex text-nowrap text-[12px] items-center pointer-events-none" data-v-1a5a6c9b>绘制工具</h5></div>', 1)),
2363
+ u[12] || (u[12] = jt('<div class="flex flex-row" data-v-7af257ba><div class="p-[2px_5px] flex items-center pointer-events-none" data-v-7af257ba><svg fill="#aaa" width="20" height="20" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" data-v-7af257ba><path d="M341.333333 298.666667a85.333333 85.333333 0 1 0 0-170.666667 85.333333 85.333333 0 0 0 0 170.666667z m0 298.666666a85.333333 85.333333 0 1 0 0-170.666666 85.333333 85.333333 0 0 0 0 170.666666z m85.333334 213.333334a85.333333 85.333333 0 1 1-170.666667 0 85.333333 85.333333 0 0 1 170.666667 0z m256-512a85.333333 85.333333 0 1 0 0-170.666667 85.333333 85.333333 0 0 0 0 170.666667z m85.333333 213.333333a85.333333 85.333333 0 1 1-170.666667 0 85.333333 85.333333 0 0 1 170.666667 0z m-85.333333 384a85.333333 85.333333 0 1 0 0-170.666667 85.333333 85.333333 0 0 0 0 170.666667z" data-v-7af257ba></path></svg></div><h5 class="flex text-nowrap text-[12px] items-center pointer-events-none" data-v-7af257ba>绘制工具</h5></div>', 1)),
2364
2364
  P("div", {
2365
- onMousedown: p[0] || (p[0] = (w) => w.stopPropagation()),
2366
- onClick: p[1] || (p[1] = (w) => f.value = !f.value),
2365
+ onMousedown: u[0] || (u[0] = (w) => w.stopPropagation()),
2366
+ onClick: u[1] || (u[1] = (w) => f.value = !f.value),
2367
2367
  class: "cursor-pointer flex items-center p-[0px_5px]"
2368
2368
  }, [
2369
2369
  (D(), R("svg", {
2370
2370
  fill: "#666",
2371
- class: j([{ "rotate-90": f.value }, "transition-all"]),
2371
+ class: V([{ "rotate-90": f.value }, "transition-all"]),
2372
2372
  viewBox: "0 0 1024 1024",
2373
2373
  version: "1.1",
2374
2374
  xmlns: "http://www.w3.org/2000/svg",
2375
2375
  width: "12",
2376
2376
  height: "12"
2377
- }, p[11] || (p[11] = [
2377
+ }, u[11] || (u[11] = [
2378
2378
  P("path", { d: "M315.050667 938.666667a60.757333 60.757333 0 0 0 41.813333-16.298667L750.933333 551.338667a53.418667 53.418667 0 0 0 0-78.677334L356.864 101.632a61.696 61.696 0 0 0-83.541333 0 53.418667 53.418667 0 0 0-0.256 78.677333L625.408 512 273.066667 843.690667a53.418667 53.418667 0 0 0 0 78.677333 60.757333 60.757333 0 0 0 41.984 16.298667z" }, null, -1)
2379
2379
  ]), 2))
2380
2380
  ], 32)
2381
2381
  ], 34),
2382
- f.value ? (D(), R("div", ms, [
2383
- P("ul", hs, [
2384
- (D(), R(ve, null, ke(ct, (w) => (D(), R(ve, {
2382
+ f.value ? (D(), R("div", hs, [
2383
+ P("ul", us, [
2384
+ (D(), R(ve, null, ke(mt, (w) => (D(), R(ve, {
2385
2385
  key: w.command
2386
2386
  }, [
2387
2387
  w.show ? (D(), R("li", {
2388
2388
  key: 0,
2389
- onClick: (U) => t(w),
2390
- class: j([{
2391
- "!bg-[var(--primary-color)] text-[#fff]": g.value === w.command
2389
+ onClick: (J) => t(w),
2390
+ class: V([{
2391
+ "!bg-[var(--primary-color)] text-[#fff]": p.value === w.command
2392
2392
  // '!cursor-no-drop': currentCommand !== item.command && currentCommand !== 'default',
2393
2393
  }, "gap-[10px] text-[12px] hover:bg-[#ddd] transition-all rounded-[6px] p-[5px] flex flex-row items-center justify-between cursor-pointer"])
2394
2394
  }, [
2395
- P("div", ps, [
2396
- P("div", gs, [
2395
+ P("div", gs, [
2396
+ P("div", vs, [
2397
2397
  P("img", {
2398
2398
  class: "size-[14px]",
2399
2399
  src: w.src,
2400
2400
  alt: "",
2401
2401
  srcset: ""
2402
- }, null, 8, vs)
2402
+ }, null, 8, fs)
2403
2403
  ]),
2404
- P("span", fs, de(w.name), 1)
2404
+ P("span", ys, de(w.name), 1)
2405
2405
  ]),
2406
- g.value === w.command ? (D(), R("div", {
2406
+ p.value === w.command ? (D(), R("div", {
2407
2407
  key: 0,
2408
2408
  title: "取消命令(Esc)",
2409
- class: "active:scale-[0.7] transition-all",
2410
- onClick: p[2] || (p[2] = (U) => (v(x).cancelCommand(), U.stopPropagation()))
2411
- }, p[13] || (p[13] = [
2409
+ class: "active:scale-[0.7] transition-all flex items-center justify-center",
2410
+ onClick: u[2] || (u[2] = (J) => (v(x).cancelCommand(), J.stopPropagation()))
2411
+ }, u[13] || (u[13] = [
2412
2412
  P("svg", {
2413
2413
  fill: "#fff",
2414
2414
  width: "16",
@@ -2420,108 +2420,108 @@ const ds = {
2420
2420
  P("path", { d: "M511.104 0C228.821333 0 0 228.821333 0 511.104c0 282.282667 228.821333 511.104 511.104 511.104 282.282667 0 511.104-228.842667 511.104-511.104C1022.208 228.821333 793.386667 0 511.104 0zM511.104 898.496c-213.973333 0-387.434667-173.44-387.434667-387.413333 0-213.952 173.44-387.413333 387.434667-387.413333 213.952 0 387.392 173.44 387.392 387.413333C898.496 725.056 725.056 898.496 511.104 898.496z" }),
2421
2421
  P("path", { d: "M236.437333 463.914667l549.333333 0 0 96.874667-549.333333 0 0-96.874667Z" })
2422
2422
  ], -1)
2423
- ]))) : w.shortcut ? (D(), R("div", ys, de(w.shortcut), 1)) : q("", !0)
2424
- ], 10, us)) : q("", !0)
2423
+ ]))) : w.shortcut ? (D(), R("div", ws, de(w.shortcut), 1)) : q("", !0)
2424
+ ], 10, ps)) : q("", !0)
2425
2425
  ], 64))), 64))
2426
2426
  ]),
2427
- P("div", ws, [
2428
- z(v(Oe), {
2427
+ P("div", bs, [
2428
+ F(v(Oe), {
2429
2429
  size: "small",
2430
2430
  modelValue: b.value,
2431
- "onUpdate:modelValue": p[3] || (p[3] = (w) => b.value = w),
2431
+ "onUpdate:modelValue": u[3] || (u[3] = (w) => b.value = w),
2432
2432
  label: "快捷键提示"
2433
2433
  }, null, 8, ["modelValue"]),
2434
- z(v(Oe), {
2434
+ F(v(Oe), {
2435
2435
  size: "small",
2436
2436
  modelValue: r.value,
2437
- "onUpdate:modelValue": p[4] || (p[4] = (w) => r.value = w),
2437
+ "onUpdate:modelValue": u[4] || (u[4] = (w) => r.value = w),
2438
2438
  label: "dxf"
2439
2439
  }, null, 8, ["modelValue"])
2440
2440
  ]),
2441
- C.permission === "admin" ? (D(), R("div", bs, [
2442
- z(v(re), {
2441
+ C.permission === "admin" ? (D(), R("div", xs, [
2442
+ F(v(re), {
2443
2443
  style: { padding: "5px", "font-size": "10px" },
2444
2444
  size: "small",
2445
2445
  type: "success",
2446
2446
  onClick: s
2447
2447
  }, {
2448
- default: V(() => p[14] || (p[14] = [
2448
+ default: j(() => u[14] || (u[14] = [
2449
2449
  X(" 选择文件 ", -1)
2450
2450
  ])),
2451
2451
  _: 1,
2452
2452
  __: [14]
2453
2453
  }),
2454
- z(v(re), {
2454
+ F(v(re), {
2455
2455
  style: { padding: "5px", "font-size": "10px" },
2456
2456
  size: "small",
2457
2457
  type: "primary",
2458
- onClick: p[5] || (p[5] = (w) => v(h).Dxf.downloadOriginalData("json.json"))
2458
+ onClick: u[5] || (u[5] = (w) => v(h).Dxf.downloadOriginalData("json.json"))
2459
2459
  }, {
2460
- default: V(() => p[15] || (p[15] = [
2460
+ default: j(() => u[15] || (u[15] = [
2461
2461
  X(" 下载Json ", -1)
2462
2462
  ])),
2463
2463
  _: 1,
2464
2464
  __: [15]
2465
2465
  }),
2466
- z(v(re), {
2466
+ F(v(re), {
2467
2467
  style: { padding: "5px", "font-size": "10px" },
2468
2468
  size: "small",
2469
2469
  type: "primary",
2470
- onClick: p[6] || (p[6] = (w) => v(h).AngleCorrectionDxf.download("test.dxf"))
2470
+ onClick: u[6] || (u[6] = (w) => v(h).AngleCorrectionDxf.download("test.dxf"))
2471
2471
  }, {
2472
- default: V(() => p[16] || (p[16] = [
2472
+ default: j(() => u[16] || (u[16] = [
2473
2473
  X(" 下载DXF ", -1)
2474
2474
  ])),
2475
2475
  _: 1,
2476
2476
  __: [16]
2477
2477
  }),
2478
- z(v(re), {
2478
+ F(v(re), {
2479
2479
  style: { padding: "5px", "font-size": "10px" },
2480
2480
  size: "small",
2481
2481
  type: "primary",
2482
- onClick: p[7] || (p[7] = (w) => v(h).AngleCorrectionDxf.downloadImage("dxf.jpg"))
2482
+ onClick: u[7] || (u[7] = (w) => v(h).AngleCorrectionDxf.downloadImage("dxf.jpg"))
2483
2483
  }, {
2484
- default: V(() => p[17] || (p[17] = [
2484
+ default: j(() => u[17] || (u[17] = [
2485
2485
  X(" 下载JPG ", -1)
2486
2486
  ])),
2487
2487
  _: 1,
2488
2488
  __: [17]
2489
2489
  }),
2490
- z(v(re), {
2490
+ F(v(re), {
2491
2491
  style: { padding: "5px", "font-size": "10px" },
2492
2492
  size: "small",
2493
2493
  type: "primary",
2494
- onClick: p[8] || (p[8] = (w) => v(K).downloadGltf("test.glb", !0))
2494
+ onClick: u[8] || (u[8] = (w) => v(K).downloadGltf("test.glb", !0))
2495
2495
  }, {
2496
- default: V(() => p[18] || (p[18] = [
2496
+ default: j(() => u[18] || (u[18] = [
2497
2497
  X(" 下载白膜 ", -1)
2498
2498
  ])),
2499
2499
  _: 1,
2500
2500
  __: [18]
2501
2501
  }),
2502
- z(v(re), {
2502
+ F(v(re), {
2503
2503
  style: { padding: "5px", "font-size": "10px" },
2504
2504
  size: "small",
2505
2505
  type: "primary",
2506
- onClick: p[9] || (p[9] = (w) => v(Y).download())
2506
+ onClick: u[9] || (u[9] = (w) => v(Y).download())
2507
2507
  }, {
2508
- default: V(() => p[19] || (p[19] = [
2508
+ default: j(() => u[19] || (u[19] = [
2509
2509
  X(" 下载三维家JSON ", -1)
2510
2510
  ])),
2511
2511
  _: 1,
2512
2512
  __: [19]
2513
2513
  })
2514
2514
  ])) : q("", !0),
2515
- z(xe, null, {
2516
- default: V(() => [
2517
- P("div", xs, [
2518
- z(Vt, null, {
2519
- default: V(() => [
2520
- (D(), R(ve, null, ke(mt, (w) => P("div", {
2521
- onClick: (U) => w.show.value && g.value === "default" && (w.action ? w.action() : v(x).commandManager.start(w.command, [...v(I).selectLines])),
2515
+ F(xe, null, {
2516
+ default: j(() => [
2517
+ P("div", Cs, [
2518
+ F(Vt, null, {
2519
+ default: j(() => [
2520
+ (D(), R(ve, null, ke(ht, (w) => P("div", {
2521
+ onClick: (J) => w.show.value && p.value === "default" && (w.action ? w.action() : v(x).commandManager.start(w.command, [...v(I).selectLines])),
2522
2522
  title: `${w.name}(${w.shortcut})`,
2523
- class: j(["size-[20px] flex justify-center items-center relative overflow-hidden active:scale-[0.8] border-1 border-[#ccc] rounded-[4px] transition-all cursor-pointer", {
2524
- "opacity-30 bg-[#ccc] !cursor-no-drop active:!scale-[1]": !w.show.value || g.value !== "default",
2523
+ class: V(["size-[20px] flex justify-center items-center relative overflow-hidden active:scale-[0.8] border-1 border-[#ccc] rounded-[4px] transition-all cursor-pointer", {
2524
+ "opacity-30 bg-[#ccc] !cursor-no-drop active:!scale-[1]": !w.show.value || p.value !== "default",
2525
2525
  [w.class ?? ""]: !0
2526
2526
  }]),
2527
2527
  key: w.command
@@ -2529,8 +2529,8 @@ const ds = {
2529
2529
  P("img", {
2530
2530
  class: "size-[14px]",
2531
2531
  src: w.src
2532
- }, null, 8, Es)
2533
- ], 10, Cs)), 64))
2532
+ }, null, 8, Ls)
2533
+ ], 10, Es)), 64))
2534
2534
  ]),
2535
2535
  _: 1
2536
2536
  })
@@ -2542,15 +2542,15 @@ const ds = {
2542
2542
  ], 38)
2543
2543
  ], 512));
2544
2544
  }
2545
- }), Ms = (l, e) => {
2546
- const t = l.__vccOpts || l;
2545
+ }), ks = (c, e) => {
2546
+ const t = c.__vccOpts || c;
2547
2547
  for (const [n, s] of e)
2548
2548
  t[n] = s;
2549
2549
  return t;
2550
- }, ks = /* @__PURE__ */ Ms(Ls, [["__scopeId", "data-v-1a5a6c9b"]]);
2551
- let lt = class extends Ae {
2550
+ }, Is = /* @__PURE__ */ ks(Ms, [["__scopeId", "data-v-7af257ba"]]);
2551
+ let ct = class extends Ae {
2552
2552
  static name = "Editor";
2553
- container = new u.Group();
2553
+ container = new g.Group();
2554
2554
  get renderer() {
2555
2555
  return this.parent?.findComponentByName("Renderer");
2556
2556
  }
@@ -2572,8 +2572,8 @@ let lt = class extends Ae {
2572
2572
  get domContainer() {
2573
2573
  return this.parent?.findComponentByName("DomContainer");
2574
2574
  }
2575
- commandManager = new En();
2576
- plane = new u.Mesh(new u.PlaneGeometry(2e3, 2e3, 2, 2));
2575
+ commandManager = new Ln();
2576
+ plane = new g.Mesh(new g.PlaneGeometry(2e3, 2e3, 2, 2));
2577
2577
  app;
2578
2578
  domElement = document.createElement("div");
2579
2579
  viewPermission;
@@ -2596,13 +2596,13 @@ let lt = class extends Ae {
2596
2596
  }
2597
2597
  onAddFromParent(e) {
2598
2598
  setTimeout(() => this.openEdit(), 10);
2599
- const t = new u.GridHelper(200, 100, 6710886, 4473924);
2599
+ const t = new g.GridHelper(200, 100, 6710886, 4473924);
2600
2600
  t.rotation.x = Math.PI * 0.5, t.position.z = -0.01, this.container.add(t), this.container.add(this.plane), this.plane.visible = !1;
2601
2601
  const n = this.addEventListener("update", () => {
2602
2602
  this.domContainer.domElement.parentElement && (this.domContainer.domElement.parentElement.appendChild(this.domElement), this.domContainer.domElement.parentElement.appendChild(this.imgEl), n());
2603
2603
  });
2604
2604
  setTimeout(() => {
2605
- this.app = jt(ks, { dxfSystem: this.parent, permission: this.viewPermission }), this.app.mount(this.domElement);
2605
+ this.app = Gt(Is, { dxfSystem: this.parent, permission: this.viewPermission }), this.app.mount(this.domElement);
2606
2606
  }), e.AngleCorrectionDxf.addEventListener("lineOffset", async () => {
2607
2607
  this.imgEl.src && URL.revokeObjectURL(this.imgEl.src), setTimeout(async () => {
2608
2608
  this.imgEl.src = URL.createObjectURL(await e.AngleCorrectionDxf.toDxfImageBlob("Centimeters", "image/png", "transparent"));
@@ -2631,27 +2631,27 @@ let lt = class extends Ae {
2631
2631
  type: "cancelCommand"
2632
2632
  });
2633
2633
  }
2634
- coords = new u.Vector2();
2635
- pointerPosition = new u.Vector2();
2634
+ coords = new g.Vector2();
2635
+ pointerPosition = new g.Vector2();
2636
2636
  _exitEditCallBack;
2637
2637
  /**
2638
2638
  * 打开编辑器
2639
2639
  */
2640
2640
  openEdit() {
2641
- const e = this.renderer, t = this.domEventRegister, n = this.dxf, s = e.orbitControls, o = e.camera, a = n.box.center, d = e.camera.position.clone(), r = s?.target?.clone(), i = new u.Vector2(), c = new u.Raycaster(), m = this.coords, y = this.pointerPosition;
2641
+ const e = this.renderer, t = this.domEventRegister, n = this.dxf, s = e.orbitControls, o = e.camera, a = n.box.center, l = e.camera.position.clone(), r = s?.target?.clone(), i = new g.Vector2(), d = new g.Raycaster(), m = this.coords, y = this.pointerPosition;
2642
2642
  this.container.position.z = n.originalZAverage, e.scene.add(this.container), s && (o.position.set(a.x, a.y, 15), s.target.set(a.x, a.y, 0), s.enableRotate = !1);
2643
2643
  const f = () => {
2644
2644
  e.renderer.getSize(i);
2645
- const g = t.pointer.x / i.x * 2 - 1, h = -(t.pointer.y / i.y * 2 - 1);
2646
- m.set(g, h), c.setFromCamera(m, e.camera.children.length ? e.camera.children[0] : e.camera);
2647
- const E = c.intersectObject(this.plane);
2645
+ const p = t.pointer.x / i.x * 2 - 1, h = -(t.pointer.y / i.y * 2 - 1);
2646
+ m.set(p, h), d.setFromCamera(m, e.camera.children.length ? e.camera.children[0] : e.camera);
2647
+ const E = d.intersectObject(this.plane);
2648
2648
  E.length && (y.copy(E[0].point), this.dispatchEvent({
2649
2649
  type: "pointerPositionChange",
2650
2650
  position: y
2651
2651
  }));
2652
2652
  };
2653
2653
  t.addEventListener("mousemove", f), this.commandManager.disabled = !1, this.commandManager.start("default"), this._exitEditCallBack = () => {
2654
- t.removeEventListener("mousemove", f), s && (o.position.copy(d), s.enableRotate = !0, s.target.copy(r));
2654
+ t.removeEventListener("mousemove", f), s && (o.position.copy(l), s.enableRotate = !0, s.target.copy(r));
2655
2655
  };
2656
2656
  }
2657
2657
  /**
@@ -2661,12 +2661,12 @@ let lt = class extends Ae {
2661
2661
  typeof this._exitEditCallBack == "function" && (this._exitEditCallBack(), this._exitEditCallBack = void 0, this.commandManager.disabled = !0);
2662
2662
  }
2663
2663
  destroy() {
2664
- super.destroy(), this.exitEdit(), this.renderer.scene.remove(this.container), this.domElement.remove(), this.app?.unmount(), this.commandManager.destroy();
2664
+ this.commandManager.destroy(), super.destroy(), this.exitEdit(), this.renderer.scene.remove(this.container), this.domElement.remove(), this.app?.unmount();
2665
2665
  }
2666
2666
  };
2667
- class Is extends O {
2667
+ class Ps extends O {
2668
2668
  static name = "PointDrag";
2669
- container = new u.Group();
2669
+ container = new g.Group();
2670
2670
  interruptKeys = ["escape"];
2671
2671
  shortcutKeys = ["control", "p"];
2672
2672
  commandName = "point";
@@ -2681,8 +2681,8 @@ class Is extends O {
2681
2681
  selectPoint(e) {
2682
2682
  let t = null, n = this.renderer.createCircle(L.zero(), { color: 16711935 }), s = null;
2683
2683
  const o = this.editor.addEventListener("pointerPositionChange", () => {
2684
- const { point: a, line: d, find: r, mode: i } = this.editor.renderManager.adsorption();
2685
- this.dispatchEvent({ type: "pointerMove", point: a }), r && i === "point" ? (this.domElement.style.cursor = "none", n.position.copy(a), s = d, t = a.clone(), this.container.add(n)) : (this.domElement.style.cursor = "no-drop", t = null, n.removeFromParent());
2684
+ const { point: a, line: l, find: r, mode: i } = this.editor.renderManager.adsorption();
2685
+ this.dispatchEvent({ type: "pointerMove", point: a }), r && i === "point" ? (this.domElement.style.cursor = "none", n.position.copy(a), s = l, t = a.clone(), this.container.add(n)) : (this.domElement.style.cursor = "no-drop", t = null, n.removeFromParent());
2686
2686
  });
2687
2687
  this.addEventRecord("selectPointStart").add(o).add(this.eventInput.addEventListener("codeChange", () => {
2688
2688
  this.eventInput.isKeyDown("mouse_0") && t && (this.canceEventRecord("selectPointStart"), n.material.color.set(65280), e({ point: t, line: s }));
@@ -2697,19 +2697,19 @@ class Is extends O {
2697
2697
  */
2698
2698
  drag(e, { point: t, line: n }) {
2699
2699
  this.domElement.style.cursor = "crosshair";
2700
- const s = n.start.equal(L.from(t)) ? "start" : "end", o = s == "start" ? new u.Vector3(n.end.x, n.end.y, 0) : new u.Vector3(n.start.x, n.start.y, 0), a = t.clone(), d = new ye([o, a], 16711935), r = this.renderer.createCircle(L.zero(), { color: 16711935, size: 10 });
2701
- this.container.add(d), this.addEventRecord("clear").add(this.editor.addEventListener("pointerPositionChange", () => {
2702
- let { point: i, find: c } = this.editor.renderManager.adsorption(), m = "none";
2700
+ const s = n.start.equal(L.from(t)) ? "start" : "end", o = s == "start" ? new g.Vector3(n.end.x, n.end.y, 0) : new g.Vector3(n.start.x, n.start.y, 0), a = t.clone(), l = new ye([o, a], 16711935), r = this.renderer.createCircle(L.zero(), { color: 16711935, size: 10 });
2701
+ this.container.add(l), this.addEventRecord("clear").add(this.editor.addEventListener("pointerPositionChange", () => {
2702
+ let { point: i, find: d } = this.editor.renderManager.adsorption(), m = "none";
2703
2703
  if (i) {
2704
2704
  if (this.dispatchEvent({ type: "pointerMove", point: i }), this.eventInput.isKeyDown("shift")) {
2705
2705
  const y = n.projectPoint(L.from(i), !1);
2706
- i.set(y?.x ?? i.x, y?.y ?? i.y, 0), c = !0, m = "crosshair";
2706
+ i.set(y?.x ?? i.x, y?.y ?? i.y, 0), d = !0, m = "crosshair";
2707
2707
  }
2708
- c ? (r.position.copy(i), this.container.add(r)) : (r.removeFromParent(), m = "crosshair"), a.copy(i), d.setPoint(o, a), this.domElement.style.cursor = m;
2708
+ d ? (r.position.copy(i), this.container.add(r)) : (r.removeFromParent(), m = "crosshair"), a.copy(i), l.setPoint(o, a), this.domElement.style.cursor = m;
2709
2709
  }
2710
2710
  })).add(this.eventInput.addEventListener("codeChange", () => {
2711
2711
  this.eventInput.isKeyDown("mouse_0") && (this.canceEventRecord("selectPointStart"), e({ point: a, oldPoint: s === "end" ? n.end.clone() : n.start.clone(), line: n, mode: s }));
2712
- })).add(() => r.removeFromParent()).add(() => d.removeFromParent());
2712
+ })).add(() => r.removeFromParent()).add(() => l.removeFromParent());
2713
2713
  }
2714
2714
  /** 执行完成
2715
2715
  */
@@ -2732,15 +2732,15 @@ class Is extends O {
2732
2732
  return this.completed(e), e;
2733
2733
  }
2734
2734
  }
2735
- function Je(l, e = {}) {
2736
- l.addComponent(new lt(e.viewPermission)), l.addComponent(new as()), l.addComponent(new rt()), l.addComponent(new xn()), l.addComponent(new is()), l.addComponent(new rs()), l.addComponent(new Is()), l.addComponent(new ee()), l.addComponent(new $()), l.addComponent(new le()), l.addComponent(new te()), l.addComponent(new ne()), l.addComponent(new se()), l.addComponent(new oe()), l.addComponent(new ae()), l.addComponent(new ie()), l.addComponent(new dt());
2735
+ function Je(c, e = {}) {
2736
+ c.addComponent(new ct(e.viewPermission)), c.addComponent(new is()), c.addComponent(new dt()), c.addComponent(new Cn()), c.addComponent(new rs()), c.addComponent(new ds()), c.addComponent(new Ps()), c.addComponent(new ee()), c.addComponent(new $()), c.addComponent(new le()), c.addComponent(new te()), c.addComponent(new ne()), c.addComponent(new se()), c.addComponent(new oe()), c.addComponent(new ae()), c.addComponent(new ie()), c.addComponent(new lt());
2737
2737
  }
2738
- const Rs = Object.assign(Je, {
2739
- create(l = {}) {
2740
- return (e) => Je(e, l);
2738
+ const Os = Object.assign(Je, {
2739
+ create(c = {}) {
2740
+ return (e) => Je(e, c);
2741
2741
  }
2742
2742
  });
2743
2743
  export {
2744
- Rs as Editor,
2744
+ Os as Editor,
2745
2745
  Je as Editor_
2746
2746
  };