@akiraka/quark-big-screen-ui 0.1.22 → 0.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { defineComponent as er, openBlock as $, createElementBlock as G, normalizeStyle as qt, normalizeClass as Ct, createCommentVNode as Se, toDisplayString as we, renderSlot as nr, createElementVNode as R, createTextVNode as wi, Fragment as Ft, renderList as _r, createBlock as Vr, withCtx as zr, ref as dr, watch as Ps, onMounted as j1, onBeforeUnmount as Yp, nextTick as a0, computed as Ve, createStaticVNode as Id, withModifiers as wN, Teleport as Mge, createVNode as ea, Transition as Rge, provide as Qg, inject as ey, unref as u5, withDirectives as kge, vShow as Lge, createSlots as Nge } from "vue";
1
+ import { defineComponent as er, openBlock as B, createElementBlock as G, normalizeStyle as qt, normalizeClass as Ct, createCommentVNode as Se, toDisplayString as we, renderSlot as nr, createElementVNode as R, createTextVNode as wi, Fragment as Ft, renderList as _r, createBlock as Vr, withCtx as zr, ref as dr, watch as Ps, onMounted as j1, onBeforeUnmount as Yp, nextTick as a0, computed as Ve, createStaticVNode as Id, withModifiers as wN, Teleport as Mge, createVNode as ea, Transition as Rge, provide as Qg, inject as ey, unref as u5, withDirectives as kge, vShow as Lge, createSlots as Nge } from "vue";
2
2
  const $ge = {
3
3
  key: 0,
4
4
  class: "qbs-panel__corner qbs-panel__corner--tl"
@@ -47,7 +47,7 @@ const $ge = {
47
47
  function t(i) {
48
48
  return e.corners === "all" ? !0 : e.corners === "none" ? !1 : i === "tl" || i === "br";
49
49
  }
50
- return (i, n) => ($(), G("section", {
50
+ return (i, n) => (B(), G("section", {
51
51
  class: Ct(["qbs-panel", [
52
52
  `qbs-panel--padding-${r.padding}`,
53
53
  `qbs-panel--layout-${r.bodyLayout}`,
@@ -55,25 +55,25 @@ const $ge = {
55
55
  ]]),
56
56
  style: qt({ "--qbs-accent": r.accent })
57
57
  }, [
58
- t("tl") ? ($(), G("span", $ge)) : Se("", !0),
59
- t("tr") ? ($(), G("span", Bge)) : Se("", !0),
60
- t("bl") ? ($(), G("span", Fge)) : Se("", !0),
61
- t("br") ? ($(), G("span", qge)) : Se("", !0),
62
- r.title || r.liveLabel || i.$slots["header-center"] || i.$slots["header-extra"] ? ($(), G("header", {
58
+ t("tl") ? (B(), G("span", $ge)) : Se("", !0),
59
+ t("tr") ? (B(), G("span", Bge)) : Se("", !0),
60
+ t("bl") ? (B(), G("span", Fge)) : Se("", !0),
61
+ t("br") ? (B(), G("span", qge)) : Se("", !0),
62
+ r.title || r.liveLabel || i.$slots["header-center"] || i.$slots["header-extra"] ? (B(), G("header", {
63
63
  key: 4,
64
64
  class: Ct(["qbs-panel__header", `qbs-panel__header--${r.titleSize}`])
65
65
  }, [
66
- r.showBar ? ($(), G("span", Vge)) : Se("", !0),
67
- r.title ? ($(), G("span", zge, we(r.title), 1)) : Se("", !0),
68
- i.$slots["header-prefix"] ? ($(), G("span", Gge, [
66
+ r.showBar ? (B(), G("span", Vge)) : Se("", !0),
67
+ r.title ? (B(), G("span", zge, we(r.title), 1)) : Se("", !0),
68
+ i.$slots["header-prefix"] ? (B(), G("span", Gge, [
69
69
  nr(i.$slots, "header-prefix", {}, void 0, !0)
70
70
  ])) : Se("", !0),
71
- i.$slots["header-center"] ? ($(), G("span", Hge, [
71
+ i.$slots["header-center"] ? (B(), G("span", Hge, [
72
72
  nr(i.$slots, "header-center", {}, void 0, !0)
73
73
  ])) : Se("", !0),
74
- i.$slots["header-extra"] || r.liveLabel ? ($(), G("span", Wge, [
74
+ i.$slots["header-extra"] || r.liveLabel ? (B(), G("span", Wge, [
75
75
  nr(i.$slots, "header-extra", {}, () => [
76
- r.liveLabel ? ($(), G("span", Uge, [
76
+ r.liveLabel ? (B(), G("span", Uge, [
77
77
  n[0] || (n[0] = R("span", { class: "qbs-panel__live-dot" }, null, -1)),
78
78
  wi(we(r.liveLabel), 1)
79
79
  ])) : Se("", !0)
@@ -116,14 +116,14 @@ const $ge = {
116
116
  },
117
117
  setup(r) {
118
118
  const e = r;
119
- return (t, i) => e.compact ? ($(), G("div", Xge, [
119
+ return (t, i) => e.compact ? (B(), G("div", Xge, [
120
120
  R("div", Kge, we(e.personName.charAt(0) || "-"), 1),
121
121
  R("div", Zge, [
122
122
  R("span", Jge, we(e.personName || "暂未排班"), 1),
123
123
  R("span", Qge, we(e.personPhone || "—"), 1)
124
124
  ]),
125
- e.personTag ? ($(), G("span", eye, we(e.personTag), 1)) : Se("", !0)
126
- ])) : ($(), G("div", tye, [
125
+ e.personTag ? (B(), G("span", eye, we(e.personTag), 1)) : Se("", !0)
126
+ ])) : (B(), G("div", tye, [
127
127
  R("div", rye, [
128
128
  R("div", iye, [
129
129
  i[0] || (i[0] = R("span", null, "日期", -1)),
@@ -139,9 +139,9 @@ const $ge = {
139
139
  ])
140
140
  ]),
141
141
  R("div", oye, [
142
- ($(!0), G(Ft, null, _r(e.groups, (n) => {
142
+ (B(!0), G(Ft, null, _r(e.groups, (n) => {
143
143
  var a;
144
- return $(), G("article", {
144
+ return B(), G("article", {
145
145
  key: n.groupId,
146
146
  class: "qbs-duty__group"
147
147
  }, [
@@ -150,14 +150,14 @@ const $ge = {
150
150
  R("span", null, we(((a = n.users) == null ? void 0 : a.length) || 0) + " 人", 1)
151
151
  ]),
152
152
  R("div", lye, [
153
- ($(!0), G(Ft, null, _r(n.users || [], (o) => ($(), G("span", {
153
+ (B(!0), G(Ft, null, _r(n.users || [], (o) => (B(), G("span", {
154
154
  key: o.userId,
155
155
  class: "qbs-duty__user"
156
156
  }, we(o.nickName || o.username), 1))), 128))
157
157
  ])
158
158
  ]);
159
159
  }), 128)),
160
- e.groups.length ? Se("", !0) : ($(), G("div", uye, "暂无值班数据"))
160
+ e.groups.length ? Se("", !0) : (B(), G("div", uye, "暂无值班数据"))
161
161
  ])
162
162
  ]));
163
163
  }
@@ -188,7 +188,7 @@ const $ge = {
188
188
  emits: ["select"],
189
189
  setup(r) {
190
190
  const e = r;
191
- return (t, i) => ($(), G("button", {
191
+ return (t, i) => (B(), G("button", {
192
192
  class: Ct(["qbs-alert-row", { "qbs-alert-row--detail-wide": e.detailWide }]),
193
193
  style: qt({ "--qbs-alert-accent": e.accent }),
194
194
  type: "button",
@@ -202,9 +202,9 @@ const $ge = {
202
202
  }, we(e.title), 9, vye),
203
203
  R("div", pye, [
204
204
  R("span", gye, we(e.group), 1),
205
- e.owner ? ($(), G("span", yye, we(e.owner), 1)) : Se("", !0),
206
- e.time ? ($(), G("span", mye, we(e.time), 1)) : Se("", !0),
207
- e.tag ? ($(), G("span", _ye, we(e.tag), 1)) : Se("", !0)
205
+ e.owner ? (B(), G("span", yye, we(e.owner), 1)) : Se("", !0),
206
+ e.time ? (B(), G("span", mye, we(e.time), 1)) : Se("", !0),
207
+ e.tag ? (B(), G("span", _ye, we(e.tag), 1)) : Se("", !0)
208
208
  ]),
209
209
  R("div", bye, [
210
210
  nr(t.$slots, "status", {}, () => [
@@ -212,7 +212,7 @@ const $ge = {
212
212
  ], !0)
213
213
  ])
214
214
  ]),
215
- t.$slots.aside ? ($(), G("aside", Sye, [
215
+ t.$slots.aside ? (B(), G("aside", Sye, [
216
216
  nr(t.$slots, "aside", {}, void 0, !0)
217
217
  ])) : Se("", !0)
218
218
  ])
@@ -228,7 +228,7 @@ const $ge = {
228
228
  },
229
229
  setup(r) {
230
230
  const e = r;
231
- return (t, i) => e.compact ? ($(), G("div", {
231
+ return (t, i) => e.compact ? (B(), G("div", {
232
232
  key: 0,
233
233
  class: "qbs-metric-card qbs-metric-card--compact",
234
234
  style: qt({ "--qbs-metric-tone": e.tone })
@@ -239,7 +239,7 @@ const $ge = {
239
239
  wi(we(e.value), 1)
240
240
  ], !0)
241
241
  ])
242
- ], 4)) : ($(), Vr(Dm, {
242
+ ], 4)) : (B(), Vr(Dm, {
243
243
  key: 1,
244
244
  class: "qbs-metric-card",
245
245
  "body-layout": "metric",
@@ -269,7 +269,7 @@ const $ge = {
269
269
  showClock: { type: Boolean, default: !0 }
270
270
  },
271
271
  setup(r) {
272
- return (e, t) => ($(), G("section", Dye, [
272
+ return (e, t) => (B(), G("section", Dye, [
273
273
  t[1] || (t[1] = R("i", { class: "qbs-header__glow" }, null, -1)),
274
274
  R("div", Aye, [
275
275
  R("div", Oye, [
@@ -281,7 +281,7 @@ const $ge = {
281
281
  R("h1", null, we(r.title), 1)
282
282
  ])
283
283
  ]),
284
- r.showClock ? ($(), G("div", Pye, [
284
+ r.showClock ? (B(), G("div", Pye, [
285
285
  R("strong", null, we(r.timeText), 1),
286
286
  R("span", null, we(r.dateText) + " " + we(r.weekdayText), 1)
287
287
  ])) : Se("", !0)
@@ -299,8 +299,8 @@ const $ge = {
299
299
  },
300
300
  setup(r) {
301
301
  const e = r, t = () => Math.max(1, e.total || e.items.reduce((i, n) => i + n.count, 0));
302
- return (i, n) => ($(), G("div", Rye, [
303
- ($(!0), G(Ft, null, _r(r.items.slice(0, 8), (a, o) => ($(), G("div", {
302
+ return (i, n) => (B(), G("div", Rye, [
303
+ (B(!0), G(Ft, null, _r(r.items.slice(0, 8), (a, o) => (B(), G("div", {
304
304
  key: a.name,
305
305
  class: "qbs-dist__row",
306
306
  style: qt({ "--qbs-dist-color": a.tone || ["#7dd3fc", "#86efac", "#fbbf24", "#c4b5fd"][o % 4] })
@@ -314,7 +314,7 @@ const $ge = {
314
314
  ]),
315
315
  R("strong", null, we(a.count), 1)
316
316
  ], 4))), 128)),
317
- r.items.length ? Se("", !0) : ($(), G("div", kye, "暂无构建分布数据"))
317
+ r.items.length ? Se("", !0) : (B(), G("div", kye, "暂无构建分布数据"))
318
318
  ]));
319
319
  }
320
320
  }), Nye = /* @__PURE__ */ tr(Lye, [["__scopeId", "data-v-88fc69e4"]]), $ye = { class: "qbs-build-projects" }, Bye = { class: "qbs-build-projects__summary" }, Fye = { class: "qbs-build-projects__list" }, qye = {
@@ -330,7 +330,7 @@ const $ge = {
330
330
  },
331
331
  setup(r) {
332
332
  const e = (t) => `${Math.max(0, Math.min(100, t || 0))}%`;
333
- return (t, i) => ($(), G("div", $ye, [
333
+ return (t, i) => (B(), G("div", $ye, [
334
334
  R("div", Bye, [
335
335
  R("span", null, [
336
336
  i[0] || (i[0] = wi("构建中", -1)),
@@ -346,7 +346,7 @@ const $ge = {
346
346
  ])
347
347
  ]),
348
348
  R("div", Fye, [
349
- ($(!0), G(Ft, null, _r(r.items.slice(0, 8), (n, a) => ($(), G("article", {
349
+ (B(!0), G(Ft, null, _r(r.items.slice(0, 8), (n, a) => (B(), G("article", {
350
350
  key: `${n.pipelineId}-${n.buildId}`
351
351
  }, [
352
352
  R("i", null, we(String(a + 1).padStart(2, "0")), 1),
@@ -361,7 +361,7 @@ const $ge = {
361
361
  ]),
362
362
  R("small", null, we(n.statusText), 1)
363
363
  ]))), 128)),
364
- r.items.length ? Se("", !0) : ($(), G("div", qye, "当前没有在跑的构建项目"))
364
+ r.items.length ? Se("", !0) : (B(), G("div", qye, "当前没有在跑的构建项目"))
365
365
  ])
366
366
  ]));
367
367
  }
@@ -377,7 +377,7 @@ const $ge = {
377
377
  successRate: { default: 0 }
378
378
  },
379
379
  setup(r) {
380
- return (e, t) => ($(), G("div", Gye, [
380
+ return (e, t) => (B(), G("div", Gye, [
381
381
  R("div", Hye, [
382
382
  R("i", {
383
383
  class: Ct(`is-${r.emotion}`)
@@ -1549,7 +1549,7 @@ var rV;
1549
1549
  function cme() {
1550
1550
  if (rV) return Oq;
1551
1551
  rV = 1;
1552
- var r = /* @__PURE__ */ ct(), e = /* @__PURE__ */ Rr(), t = /* @__PURE__ */ sn(), i = /* @__PURE__ */ Wt(), n = /* @__PURE__ */ Bf(), a = /* @__PURE__ */ kr(), o = /* @__PURE__ */ Nf(), s = /* @__PURE__ */ Lt(), l = /* @__PURE__ */ ii(), u = /* @__PURE__ */ ri(), c = /* @__PURE__ */ as(), h = /* @__PURE__ */ po(), f = /* @__PURE__ */ CN(), d = /* @__PURE__ */ gl(), v = /* @__PURE__ */ Kp(), p = /* @__PURE__ */ rg(), g = /* @__PURE__ */ e_(), y = /* @__PURE__ */ r_(), m = /* @__PURE__ */ Vae(), _ = /* @__PURE__ */ i_(), b = /* @__PURE__ */ Z1(), S = /* @__PURE__ */ Un(), w = /* @__PURE__ */ PN(), x = /* @__PURE__ */ xN(), T = /* @__PURE__ */ ig(), E = /* @__PURE__ */ MN(), C = /* @__PURE__ */ Ff(), I = /* @__PURE__ */ t_(), A = /* @__PURE__ */ tg(), D = /* @__PURE__ */ K1(), P = /* @__PURE__ */ ni(), M = /* @__PURE__ */ n_(), k = /* @__PURE__ */ ur(), L = /* @__PURE__ */ zae(), N = /* @__PURE__ */ bc(), z = /* @__PURE__ */ ng(), V = Gf().forEach, H = I("hidden"), F = "Symbol", Y = "prototype", U = z.set, B = z.getterFor(F), q = Object[Y], re = e.Symbol, ue = re && re[Y], ie = e.RangeError, me = e.TypeError, ae = e.QObject, _e = b.f, Ye = S.f, He = m.f, lt = x.f, ut = i([].push), rt = C("symbols"), Dt = C("op-symbols"), Jt = C("wks"), qr = !ae || !ae[Y] || !ae[Y].findChild, Ii = function(Ne, be, Re) {
1552
+ var r = /* @__PURE__ */ ct(), e = /* @__PURE__ */ Rr(), t = /* @__PURE__ */ sn(), i = /* @__PURE__ */ Wt(), n = /* @__PURE__ */ Bf(), a = /* @__PURE__ */ kr(), o = /* @__PURE__ */ Nf(), s = /* @__PURE__ */ Lt(), l = /* @__PURE__ */ ii(), u = /* @__PURE__ */ ri(), c = /* @__PURE__ */ as(), h = /* @__PURE__ */ po(), f = /* @__PURE__ */ CN(), d = /* @__PURE__ */ gl(), v = /* @__PURE__ */ Kp(), p = /* @__PURE__ */ rg(), g = /* @__PURE__ */ e_(), y = /* @__PURE__ */ r_(), m = /* @__PURE__ */ Vae(), _ = /* @__PURE__ */ i_(), b = /* @__PURE__ */ Z1(), S = /* @__PURE__ */ Un(), w = /* @__PURE__ */ PN(), x = /* @__PURE__ */ xN(), T = /* @__PURE__ */ ig(), E = /* @__PURE__ */ MN(), C = /* @__PURE__ */ Ff(), I = /* @__PURE__ */ t_(), A = /* @__PURE__ */ tg(), D = /* @__PURE__ */ K1(), P = /* @__PURE__ */ ni(), M = /* @__PURE__ */ n_(), k = /* @__PURE__ */ ur(), L = /* @__PURE__ */ zae(), N = /* @__PURE__ */ bc(), z = /* @__PURE__ */ ng(), V = Gf().forEach, H = I("hidden"), $ = "Symbol", Y = "prototype", U = z.set, F = z.getterFor($), q = Object[Y], re = e.Symbol, ue = re && re[Y], ie = e.RangeError, me = e.TypeError, ae = e.QObject, _e = b.f, Ye = S.f, He = m.f, lt = x.f, ut = i([].push), rt = C("symbols"), Dt = C("op-symbols"), Jt = C("wks"), qr = !ae || !ae[Y] || !ae[Y].findChild, Ii = function(Ne, be, Re) {
1553
1553
  var Oe = _e(q, be);
1554
1554
  Oe && delete q[be], Ye(Ne, be, Re), Oe && Ne !== q && Ye(q, be, Oe);
1555
1555
  }, ji = a && s(function() {
@@ -1561,7 +1561,7 @@ function cme() {
1561
1561
  }) ? Ii : Ye, wa = function(Ne, be) {
1562
1562
  var Re = rt[Ne] = p(ue);
1563
1563
  return U(Re, {
1564
- type: F,
1564
+ type: $,
1565
1565
  tag: Ne,
1566
1566
  description: be
1567
1567
  }), a || (Re.description = be), Re;
@@ -1612,7 +1612,7 @@ function cme() {
1612
1612
  };
1613
1613
  return a && qr && ji(q, Re, { configurable: !0, set: Oe }), wa(Re, be);
1614
1614
  }, ue = re[Y], T(ue, "toString", function() {
1615
- return B(this).tag;
1615
+ return F(this).tag;
1616
1616
  }), T(re, "withoutSetter", function(Ne) {
1617
1617
  return wa(D(Ne), Ne);
1618
1618
  }), x.f = ge, S.f = Sn, w.f = te, b.f = st, y.f = m.f = pt, _.f = Ut, M.f = function(Ne) {
@@ -1620,13 +1620,13 @@ function cme() {
1620
1620
  }, a && (E(ue, "description", {
1621
1621
  configurable: !0,
1622
1622
  get: function() {
1623
- return B(this).description;
1623
+ return F(this).description;
1624
1624
  }
1625
1625
  }), n || T(q, "propertyIsEnumerable", ge, { unsafe: !0 }))), r({ global: !0, constructor: !0, wrap: !0, forced: !o, sham: !o }, {
1626
1626
  Symbol: re
1627
1627
  }), V(g(Jt), function(Ne) {
1628
1628
  k(Ne);
1629
- }), r({ target: F, stat: !0, forced: !o }, {
1629
+ }), r({ target: $, stat: !0, forced: !o }, {
1630
1630
  useSetter: function() {
1631
1631
  qr = !0;
1632
1632
  },
@@ -1650,7 +1650,7 @@ function cme() {
1650
1650
  // `Object.getOwnPropertyNames` method
1651
1651
  // https://tc39.es/ecma262/#sec-object.getownpropertynames
1652
1652
  getOwnPropertyNames: pt
1653
- }), L(), N(re, F), A[H] = !0, Oq;
1653
+ }), L(), N(re, $), A[H] = !0, Oq;
1654
1654
  }
1655
1655
  var iV = {}, pw, nV;
1656
1656
  function Gae() {
@@ -2020,18 +2020,18 @@ function RN() {
2020
2020
  return function() {
2021
2021
  return new E(this);
2022
2022
  };
2023
- }, M = T + " Iterator", k = !1, L = x.prototype, N = L[m] || L["@@iterator"] || I && L[I], z = !y && N || P(I), V = T === "Array" && L.entries || N, H, F, Y;
2023
+ }, M = T + " Iterator", k = !1, L = x.prototype, N = L[m] || L["@@iterator"] || I && L[I], z = !y && N || P(I), V = T === "Array" && L.entries || N, H, $, Y;
2024
2024
  if (V && (H = o(V.call(new x())), H !== Object.prototype && H.next && (!t && o(H) !== g && (s ? s(H, g) : n(H[m]) || c(H, m, w)), l(H, M, !0, !0), t && (f[M] = w))), v && I === b && N && N.name !== b && (!t && p ? u(L, "name", b) : (k = !0, z = function() {
2025
2025
  return e(N, this);
2026
2026
  })), I)
2027
- if (F = {
2027
+ if ($ = {
2028
2028
  values: P(b),
2029
2029
  keys: A ? z : P(_),
2030
2030
  entries: P(S)
2031
- }, D) for (Y in F)
2032
- (y || k || !(Y in L)) && c(L, Y, F[Y]);
2033
- else r({ target: T, proto: !0, forced: y || k }, F);
2034
- return (!t || D) && L[m] !== z && c(L, m, z, { name: I }), f[T] = z, F;
2031
+ }, D) for (Y in $)
2032
+ (y || k || !(Y in L)) && c(L, Y, $[Y]);
2033
+ else r({ target: T, proto: !0, forced: y || k }, $);
2034
+ return (!t || D) && L[m] !== z && c(L, m, z, { name: I }), f[T] = z, $;
2035
2035
  }, Aw;
2036
2036
  }
2037
2037
  var Ow, oz;
@@ -7751,7 +7751,7 @@ var OW;
7751
7751
  function zwe() {
7752
7752
  if (OW) return fW;
7753
7753
  OW = 1;
7754
- var r = /* @__PURE__ */ We(), e = /* @__PURE__ */ sr(), t = /* @__PURE__ */ un(), i = /* @__PURE__ */ xt(), n = /* @__PURE__ */ Kf(), a = /* @__PURE__ */ Er(), o = /* @__PURE__ */ Yf(), s = /* @__PURE__ */ wt(), l = /* @__PURE__ */ gi(), u = /* @__PURE__ */ Lr(), c = /* @__PURE__ */ yo(), h = /* @__PURE__ */ ya(), f = /* @__PURE__ */ KN(), d = /* @__PURE__ */ Xn(), v = /* @__PURE__ */ dg(), p = /* @__PURE__ */ _g(), g = /* @__PURE__ */ yg(), y = /* @__PURE__ */ __(), m = /* @__PURE__ */ i$(), _ = /* @__PURE__ */ g_(), b = /* @__PURE__ */ d_(), S = /* @__PURE__ */ Yn(), w = /* @__PURE__ */ r$(), x = /* @__PURE__ */ c_(), T = /* @__PURE__ */ bg(), E = /* @__PURE__ */ n$(), C = /* @__PURE__ */ Zf(), I = /* @__PURE__ */ m_(), A = /* @__PURE__ */ gg(), D = /* @__PURE__ */ f_(), P = /* @__PURE__ */ Nr(), M = /* @__PURE__ */ b_(), k = /* @__PURE__ */ cr(), L = /* @__PURE__ */ ose(), N = /* @__PURE__ */ Dc(), z = /* @__PURE__ */ Ac(), V = _l().forEach, H = I("hidden"), F = "Symbol", Y = "prototype", U = z.set, B = z.getterFor(F), q = Object[Y], re = e.Symbol, ue = re && re[Y], ie = e.RangeError, me = e.TypeError, ae = e.QObject, _e = b.f, Ye = S.f, He = m.f, lt = x.f, ut = i([].push), rt = C("symbols"), Dt = C("op-symbols"), Jt = C("wks"), qr = !ae || !ae[Y] || !ae[Y].findChild, Ii = function(Ne, be, Re) {
7754
+ var r = /* @__PURE__ */ We(), e = /* @__PURE__ */ sr(), t = /* @__PURE__ */ un(), i = /* @__PURE__ */ xt(), n = /* @__PURE__ */ Kf(), a = /* @__PURE__ */ Er(), o = /* @__PURE__ */ Yf(), s = /* @__PURE__ */ wt(), l = /* @__PURE__ */ gi(), u = /* @__PURE__ */ Lr(), c = /* @__PURE__ */ yo(), h = /* @__PURE__ */ ya(), f = /* @__PURE__ */ KN(), d = /* @__PURE__ */ Xn(), v = /* @__PURE__ */ dg(), p = /* @__PURE__ */ _g(), g = /* @__PURE__ */ yg(), y = /* @__PURE__ */ __(), m = /* @__PURE__ */ i$(), _ = /* @__PURE__ */ g_(), b = /* @__PURE__ */ d_(), S = /* @__PURE__ */ Yn(), w = /* @__PURE__ */ r$(), x = /* @__PURE__ */ c_(), T = /* @__PURE__ */ bg(), E = /* @__PURE__ */ n$(), C = /* @__PURE__ */ Zf(), I = /* @__PURE__ */ m_(), A = /* @__PURE__ */ gg(), D = /* @__PURE__ */ f_(), P = /* @__PURE__ */ Nr(), M = /* @__PURE__ */ b_(), k = /* @__PURE__ */ cr(), L = /* @__PURE__ */ ose(), N = /* @__PURE__ */ Dc(), z = /* @__PURE__ */ Ac(), V = _l().forEach, H = I("hidden"), $ = "Symbol", Y = "prototype", U = z.set, F = z.getterFor($), q = Object[Y], re = e.Symbol, ue = re && re[Y], ie = e.RangeError, me = e.TypeError, ae = e.QObject, _e = b.f, Ye = S.f, He = m.f, lt = x.f, ut = i([].push), rt = C("symbols"), Dt = C("op-symbols"), Jt = C("wks"), qr = !ae || !ae[Y] || !ae[Y].findChild, Ii = function(Ne, be, Re) {
7755
7755
  var Oe = _e(q, be);
7756
7756
  Oe && delete q[be], Ye(Ne, be, Re), Oe && Ne !== q && Ye(q, be, Oe);
7757
7757
  }, ji = a && s(function() {
@@ -7763,7 +7763,7 @@ function zwe() {
7763
7763
  }) ? Ii : Ye, wa = function(Ne, be) {
7764
7764
  var Re = rt[Ne] = p(ue);
7765
7765
  return U(Re, {
7766
- type: F,
7766
+ type: $,
7767
7767
  tag: Ne,
7768
7768
  description: be
7769
7769
  }), a || (Re.description = be), Re;
@@ -7814,7 +7814,7 @@ function zwe() {
7814
7814
  };
7815
7815
  return a && qr && ji(q, Re, { configurable: !0, set: Oe }), wa(Re, be);
7816
7816
  }, ue = re[Y], T(ue, "toString", function() {
7817
- return B(this).tag;
7817
+ return F(this).tag;
7818
7818
  }), T(re, "withoutSetter", function(Ne) {
7819
7819
  return wa(D(Ne), Ne);
7820
7820
  }), x.f = ge, S.f = Sn, w.f = te, b.f = st, y.f = m.f = pt, _.f = Ut, M.f = function(Ne) {
@@ -7822,13 +7822,13 @@ function zwe() {
7822
7822
  }, a && (E(ue, "description", {
7823
7823
  configurable: !0,
7824
7824
  get: function() {
7825
- return B(this).description;
7825
+ return F(this).description;
7826
7826
  }
7827
7827
  }), n || T(q, "propertyIsEnumerable", ge, { unsafe: !0 }))), r({ global: !0, constructor: !0, wrap: !0, forced: !o, sham: !o }, {
7828
7828
  Symbol: re
7829
7829
  }), V(g(Jt), function(Ne) {
7830
7830
  k(Ne);
7831
- }), r({ target: F, stat: !0, forced: !o }, {
7831
+ }), r({ target: $, stat: !0, forced: !o }, {
7832
7832
  useSetter: function() {
7833
7833
  qr = !0;
7834
7834
  },
@@ -7852,7 +7852,7 @@ function zwe() {
7852
7852
  // `Object.getOwnPropertyNames` method
7853
7853
  // https://tc39.es/ecma262/#sec-object.getownpropertynames
7854
7854
  getOwnPropertyNames: pt
7855
- }), L(), N(re, F), A[H] = !0, fW;
7855
+ }), L(), N(re, $), A[H] = !0, fW;
7856
7856
  }
7857
7857
  var PW = {}, BI, MW;
7858
7858
  function lse() {
@@ -8222,18 +8222,18 @@ function o$() {
8222
8222
  return function() {
8223
8223
  return new E(this);
8224
8224
  };
8225
- }, M = T + " Iterator", k = !1, L = x.prototype, N = L[m] || L["@@iterator"] || I && L[I], z = !y && N || P(I), V = T === "Array" && L.entries || N, H, F, Y;
8225
+ }, M = T + " Iterator", k = !1, L = x.prototype, N = L[m] || L["@@iterator"] || I && L[I], z = !y && N || P(I), V = T === "Array" && L.entries || N, H, $, Y;
8226
8226
  if (V && (H = o(V.call(new x())), H !== Object.prototype && H.next && (!t && o(H) !== g && (s ? s(H, g) : n(H[m]) || c(H, m, w)), l(H, M, !0, !0), t && (f[M] = w))), v && I === b && N && N.name !== b && (!t && p ? u(L, "name", b) : (k = !0, z = function() {
8227
8227
  return e(N, this);
8228
8228
  })), I)
8229
- if (F = {
8229
+ if ($ = {
8230
8230
  values: P(b),
8231
8231
  keys: A ? z : P(_),
8232
8232
  entries: P(S)
8233
- }, D) for (Y in F)
8234
- (y || k || !(Y in L)) && c(L, Y, F[Y]);
8235
- else r({ target: T, proto: !0, forced: y || k }, F);
8236
- return (!t || D) && L[m] !== z && c(L, m, z, { name: I }), f[T] = z, F;
8233
+ }, D) for (Y in $)
8234
+ (y || k || !(Y in L)) && c(L, Y, $[Y]);
8235
+ else r({ target: T, proto: !0, forced: y || k }, $);
8236
+ return (!t || D) && L[m] !== z && c(L, m, z, { name: I }), f[T] = z, $;
8237
8237
  }, JI;
8238
8238
  }
8239
8239
  var QI, kU;
@@ -24072,7 +24072,7 @@ class AOe {
24072
24072
  let L = this.direction.getPosition(m);
24073
24073
  const N = {};
24074
24074
  for (let z = 0; z < M; z++) {
24075
- const V = E(L, k), H = C(L, k), F = 40, Y = Math.max(-F, Math.min(F, Math.round(V / H)));
24075
+ const V = E(L, k), H = C(L, k), $ = 40, Y = Math.max(-$, Math.min($, Math.round(V / H)));
24076
24076
  if (L = L - Y, N[L] !== void 0)
24077
24077
  break;
24078
24078
  N[L] = z;
@@ -24081,8 +24081,8 @@ class AOe {
24081
24081
  }, A = (M) => {
24082
24082
  const k = this.direction.getPosition(m);
24083
24083
  if (i[m.id] === void 0) {
24084
- const F = {};
24085
- s(m, F), i[m.id] = F;
24084
+ const $ = {};
24085
+ s(m, $), i[m.id] = $;
24086
24086
  }
24087
24087
  const L = l(i[m.id]), N = L[2], z = L[3], V = M - k;
24088
24088
  let H = 0;
@@ -27266,8 +27266,8 @@ ${T.nodeIp || "-"}`,
27266
27266
  }
27267
27267
  return Ps(() => t.items, () => void _(), { deep: !0 }), j1(() => void _()), Yp(() => {
27268
27268
  y(), s == null || s.disconnect(), o == null || o.destroy();
27269
- }), (S, w) => ($(), G("div", NOe, [
27270
- a.value ? ($(), G("button", {
27269
+ }), (S, w) => (B(), G("div", NOe, [
27270
+ a.value ? (B(), G("button", {
27271
27271
  key: 0,
27272
27272
  type: "button",
27273
27273
  class: "qbs-endpoint-network__reset",
@@ -27278,7 +27278,7 @@ ${T.nodeIp || "-"}`,
27278
27278
  ref: n,
27279
27279
  class: "qbs-endpoint-network__canvas"
27280
27280
  }, null, 512),
27281
- r.items.length ? Se("", !0) : ($(), G("div", $Oe, "暂无端点数据"))
27281
+ r.items.length ? Se("", !0) : (B(), G("div", $Oe, "暂无端点数据"))
27282
27282
  ]));
27283
27283
  }
27284
27284
  }), FOe = /* @__PURE__ */ tr(BOe, [["__scopeId", "data-v-adf0deda"]]), qOe = { class: "qbs-embed" }, VOe = ["src", "title"], zOe = { key: 1 }, GOe = /* @__PURE__ */ er({
@@ -27296,8 +27296,8 @@ ${T.nodeIp || "-"}`,
27296
27296
  return "";
27297
27297
  }
27298
27298
  });
27299
- return (i, n) => ($(), G("section", qOe, [
27300
- t.value ? ($(), G("iframe", {
27299
+ return (i, n) => (B(), G("section", qOe, [
27300
+ t.value ? (B(), G("iframe", {
27301
27301
  key: 0,
27302
27302
  src: t.value,
27303
27303
  title: r.title,
@@ -27305,7 +27305,7 @@ ${T.nodeIp || "-"}`,
27305
27305
  referrerpolicy: "no-referrer",
27306
27306
  sandbox: "allow-scripts allow-same-origin allow-forms allow-popups",
27307
27307
  allow: "fullscreen"
27308
- }, null, 8, VOe)) : ($(), G("div", zOe, "请在 Props JSON 中配置 http(s) 外部仪表盘 URL。"))
27308
+ }, null, 8, VOe)) : (B(), G("div", zOe, "请在 Props JSON 中配置 http(s) 外部仪表盘 URL。"))
27309
27309
  ]));
27310
27310
  }
27311
27311
  }), HOe = /* @__PURE__ */ tr(GOe, [["__scopeId", "data-v-f20c22f6"]]), WOe = {
@@ -27737,24 +27737,24 @@ ${T.nodeIp || "-"}`,
27737
27737
  { x: 132, y: 174, hx: "16px", delay: 0.5, size: 5, color: "oklch(0.78 0.20 340)" },
27738
27738
  { x: 120, y: 170, hx: "0px", delay: 0.66, size: 6, color: "oklch(0.72 0.22 0)" }
27739
27739
  ], S = [
27740
- ...Array.from({ length: 6 }, (U, B) => ({
27741
- x: 20 + Math.cos(B / 6 * Math.PI * 2) * 18,
27742
- y: 128 + Math.sin(B / 6 * Math.PI * 2) * 18,
27743
- delay: B * 0.18,
27744
- color: B % 2 === 0 ? "var(--robot-amber)" : "oklch(0.7 0.18 200)"
27740
+ ...Array.from({ length: 6 }, (U, F) => ({
27741
+ x: 20 + Math.cos(F / 6 * Math.PI * 2) * 18,
27742
+ y: 128 + Math.sin(F / 6 * Math.PI * 2) * 18,
27743
+ delay: F * 0.18,
27744
+ color: F % 2 === 0 ? "var(--robot-amber)" : "oklch(0.7 0.18 200)"
27745
27745
  })),
27746
- ...Array.from({ length: 6 }, (U, B) => ({
27747
- x: 220 + Math.cos(B / 6 * Math.PI * 2) * 18,
27748
- y: 128 + Math.sin(B / 6 * Math.PI * 2) * 18,
27749
- delay: B * 0.18 + 0.09,
27750
- color: B % 2 === 0 ? "var(--robot-amber)" : "oklch(0.7 0.18 200)"
27746
+ ...Array.from({ length: 6 }, (U, F) => ({
27747
+ x: 220 + Math.cos(F / 6 * Math.PI * 2) * 18,
27748
+ y: 128 + Math.sin(F / 6 * Math.PI * 2) * 18,
27749
+ delay: F * 0.18 + 0.09,
27750
+ color: F % 2 === 0 ? "var(--robot-amber)" : "oklch(0.7 0.18 200)"
27751
27751
  }))
27752
27752
  ], w = dr(null), x = dr({ x: 0, y: 0 }), T = dr(0), E = dr(!1);
27753
27753
  let C;
27754
27754
  function I(U) {
27755
- const B = w.value;
27756
- if (!B) return;
27757
- const q = B.getBoundingClientRect(), re = q.left + q.width / 2, ue = q.top + q.height / 2, ie = (U.clientX - re) / (q.width / 2), me = (U.clientY - ue) / (q.height / 2), ae = (_e) => Math.max(-1, Math.min(1, _e));
27755
+ const F = w.value;
27756
+ if (!F) return;
27757
+ const q = F.getBoundingClientRect(), re = q.left + q.width / 2, ue = q.top + q.height / 2, ie = (U.clientX - re) / (q.width / 2), me = (U.clientY - ue) / (q.height / 2), ae = (_e) => Math.max(-1, Math.min(1, _e));
27758
27758
  x.value = { x: ae(ie) * 6, y: ae(me) * 5 }, T.value = ae(ie) * 6;
27759
27759
  }
27760
27760
  function A() {
@@ -27791,11 +27791,11 @@ ${T.nodeIp || "-"}`,
27791
27791
  { x: 172, y: 84, delay: 0.4 },
27792
27792
  { x: 160, y: 150, delay: 0.8 }
27793
27793
  ];
27794
- function F(U, B) {
27795
- return `M ${U} ${B - 7} L ${U + 2} ${B - 2} L ${U + 7} ${B} L ${U + 2} ${B + 2} L ${U} ${B + 7} L ${U - 2} ${B + 2} L ${U - 7} ${B} L ${U - 2} ${B - 2} Z`;
27794
+ function $(U, F) {
27795
+ return `M ${U} ${F - 7} L ${U + 2} ${F - 2} L ${U + 7} ${F} L ${U + 2} ${F + 2} L ${U} ${F + 7} L ${U - 2} ${F + 2} L ${U - 7} ${F} L ${U - 2} ${F - 2} Z`;
27796
27796
  }
27797
27797
  const Y = [0, 45, 90, 135, 180, 225, 270, 315];
27798
- return (U, B) => ($(), G("div", {
27798
+ return (U, F) => (B(), G("div", {
27799
27799
  ref_key: "wrapRef",
27800
27800
  ref: w,
27801
27801
  class: "relative flex w-full max-w-[300px] items-center justify-center",
@@ -27807,7 +27807,7 @@ ${T.nodeIp || "-"}`,
27807
27807
  R("div", {
27808
27808
  class: Ct(c.value)
27809
27809
  }, [
27810
- ($(), G("svg", WOe, [
27810
+ (B(), G("svg", WOe, [
27811
27811
  R("line", {
27812
27812
  x1: "120",
27813
27813
  y1: "42",
@@ -27834,7 +27834,7 @@ ${T.nodeIp || "-"}`,
27834
27834
  fill: u.value,
27835
27835
  style: { transition: "fill 0.3s ease" }
27836
27836
  }, null, 8, YOe),
27837
- B[46] || (B[46] = R("rect", {
27837
+ F[46] || (F[46] = R("rect", {
27838
27838
  x: "44",
27839
27839
  y: "40",
27840
27840
  width: "152",
@@ -27842,7 +27842,7 @@ ${T.nodeIp || "-"}`,
27842
27842
  rx: "54",
27843
27843
  fill: "oklch(1 0 0 / 0.08)"
27844
27844
  }, null, -1)),
27845
- l.value.blush || l.value.blushStrong ? ($(), G(Ft, { key: 0 }, [
27845
+ l.value.blush || l.value.blushStrong ? (B(), G(Ft, { key: 0 }, [
27846
27846
  R("ellipse", {
27847
27847
  cx: "72",
27848
27848
  cy: "128",
@@ -27860,8 +27860,8 @@ ${T.nodeIp || "-"}`,
27860
27860
  opacity: l.value.blushStrong ? 0.95 : 0.85
27861
27861
  }, null, 8, KOe)
27862
27862
  ], 64)) : Se("", !0),
27863
- l.value.blushPink ? ($(), G(Ft, { key: 1 }, [
27864
- B[0] || (B[0] = R("ellipse", {
27863
+ l.value.blushPink ? (B(), G(Ft, { key: 1 }, [
27864
+ F[0] || (F[0] = R("ellipse", {
27865
27865
  cx: "73",
27866
27866
  cy: "129",
27867
27867
  rx: "13",
@@ -27869,7 +27869,7 @@ ${T.nodeIp || "-"}`,
27869
27869
  fill: "oklch(0.72 0.22 0)",
27870
27870
  opacity: "0.72"
27871
27871
  }, null, -1)),
27872
- B[1] || (B[1] = R("ellipse", {
27872
+ F[1] || (F[1] = R("ellipse", {
27873
27873
  cx: "167",
27874
27874
  cy: "129",
27875
27875
  rx: "13",
@@ -27878,7 +27878,7 @@ ${T.nodeIp || "-"}`,
27878
27878
  opacity: "0.72"
27879
27879
  }, null, -1))
27880
27880
  ], 64)) : Se("", !0),
27881
- B[47] || (B[47] = R("rect", {
27881
+ F[47] || (F[47] = R("rect", {
27882
27882
  x: "66",
27883
27883
  y: "66",
27884
27884
  width: "108",
@@ -27886,7 +27886,7 @@ ${T.nodeIp || "-"}`,
27886
27886
  rx: "32",
27887
27887
  fill: "var(--robot-screen)"
27888
27888
  }, null, -1)),
27889
- l.value.screenTint ? ($(), G("rect", {
27889
+ l.value.screenTint ? (B(), G("rect", {
27890
27890
  key: 2,
27891
27891
  x: "66",
27892
27892
  y: "66",
@@ -27895,7 +27895,7 @@ ${T.nodeIp || "-"}`,
27895
27895
  rx: "32",
27896
27896
  fill: l.value.screenTint
27897
27897
  }, null, 8, ZOe)) : Se("", !0),
27898
- B[48] || (B[48] = R("rect", {
27898
+ F[48] || (F[48] = R("rect", {
27899
27899
  x: "66",
27900
27900
  y: "66",
27901
27901
  width: "108",
@@ -27903,7 +27903,7 @@ ${T.nodeIp || "-"}`,
27903
27903
  rx: "20",
27904
27904
  fill: "oklch(1 0 0 / 0.06)"
27905
27905
  }, null, -1)),
27906
- V.value === "closed" ? ($(), G("g", {
27906
+ V.value === "closed" ? (B(), G("g", {
27907
27907
  key: 3,
27908
27908
  stroke: se,
27909
27909
  "stroke-width": "5",
@@ -27916,7 +27916,7 @@ ${T.nodeIp || "-"}`,
27916
27916
  R("path", {
27917
27917
  d: `M ${ke - 11} ${Z} q 11 7 22 0`
27918
27918
  }, null, 8, QOe)
27919
- ])) : V.value === "happy" ? ($(), G("g", {
27919
+ ])) : V.value === "happy" ? (B(), G("g", {
27920
27920
  key: 4,
27921
27921
  stroke: se,
27922
27922
  "stroke-width": "6",
@@ -27929,7 +27929,7 @@ ${T.nodeIp || "-"}`,
27929
27929
  R("path", {
27930
27930
  d: `M ${ke - 11} ${Z + 3} q 11 -16 22 0`
27931
27931
  }, null, 8, tPe)
27932
- ])) : V.value === "arcHappy" ? ($(), G("g", rPe, [
27932
+ ])) : V.value === "arcHappy" ? (B(), G("g", rPe, [
27933
27933
  R("path", {
27934
27934
  d: `M ${Pe - 13} ${Z + 4} q 13 -20 26 0`,
27935
27935
  stroke: se,
@@ -27958,7 +27958,7 @@ ${T.nodeIp || "-"}`,
27958
27958
  height: "18",
27959
27959
  fill: "var(--robot-screen)"
27960
27960
  }, null, 8, oPe)
27961
- ])) : V.value === "narrow" ? ($(), G("g", {
27961
+ ])) : V.value === "narrow" ? (B(), G("g", {
27962
27962
  key: 6,
27963
27963
  fill: se
27964
27964
  }, [
@@ -27992,7 +27992,7 @@ ${T.nodeIp || "-"}`,
27992
27992
  "stroke-width": "5",
27993
27993
  "stroke-linecap": "round"
27994
27994
  }, null, 8, cPe)
27995
- ])) : V.value === "droopy" ? ($(), G("g", {
27995
+ ])) : V.value === "droopy" ? (B(), G("g", {
27996
27996
  key: 7,
27997
27997
  fill: se
27998
27998
  }, [
@@ -28026,7 +28026,7 @@ ${T.nodeIp || "-"}`,
28026
28026
  "stroke-width": "4",
28027
28027
  "stroke-linecap": "round"
28028
28028
  }, null, 8, vPe)
28029
- ])) : V.value === "softRound" ? ($(), G("g", {
28029
+ ])) : V.value === "softRound" ? (B(), G("g", {
28030
28030
  key: 8,
28031
28031
  fill: se
28032
28032
  }, [
@@ -28052,7 +28052,7 @@ ${T.nodeIp || "-"}`,
28052
28052
  r: "2.5",
28053
28053
  fill: "var(--robot-screen)"
28054
28054
  }, null, 8, mPe)
28055
- ])) : V.value === "bigRound" ? ($(), G("g", {
28055
+ ])) : V.value === "bigRound" ? (B(), G("g", {
28056
28056
  key: 9,
28057
28057
  fill: se
28058
28058
  }, [
@@ -28092,7 +28092,7 @@ ${T.nodeIp || "-"}`,
28092
28092
  r: "3",
28093
28093
  fill: "oklch(1 0 0 / 0.9)"
28094
28094
  }, null, 8, wPe)
28095
- ])) : V.value === "halfDroopy" ? ($(), G("g", {
28095
+ ])) : V.value === "halfDroopy" ? (B(), G("g", {
28096
28096
  key: 10,
28097
28097
  fill: se
28098
28098
  }, [
@@ -28138,7 +28138,7 @@ ${T.nodeIp || "-"}`,
28138
28138
  height: "12",
28139
28139
  fill: "var(--robot-screen)"
28140
28140
  }, null, 8, DPe)
28141
- ])) : V.value === "peekSlit" ? ($(), G("g", {
28141
+ ])) : V.value === "peekSlit" ? (B(), G("g", {
28142
28142
  key: 11,
28143
28143
  stroke: se,
28144
28144
  "stroke-width": "4",
@@ -28157,7 +28157,7 @@ ${T.nodeIp || "-"}`,
28157
28157
  x2: ke + 9,
28158
28158
  y2: Z
28159
28159
  }, null, 8, OPe)
28160
- ])) : V.value === "halfSquint" ? ($(), G("g", {
28160
+ ])) : V.value === "halfSquint" ? (B(), G("g", {
28161
28161
  key: 12,
28162
28162
  fill: se
28163
28163
  }, [
@@ -28196,7 +28196,7 @@ ${T.nodeIp || "-"}`,
28196
28196
  ry: "7",
28197
28197
  fill: se
28198
28198
  }, null, 8, kPe)
28199
- ])) : V.value === "scaredWide" ? ($(), G("g", {
28199
+ ])) : V.value === "scaredWide" ? (B(), G("g", {
28200
28200
  key: 13,
28201
28201
  fill: se
28202
28202
  }, [
@@ -28236,7 +28236,7 @@ ${T.nodeIp || "-"}`,
28236
28236
  r: "2.5",
28237
28237
  fill: "oklch(1 0 0 / 0.95)"
28238
28238
  }, null, 8, BPe)
28239
- ])) : V.value === "narrowSlant" ? ($(), G("g", {
28239
+ ])) : V.value === "narrowSlant" ? (B(), G("g", {
28240
28240
  key: 14,
28241
28241
  fill: se
28242
28242
  }, [
@@ -28286,7 +28286,7 @@ ${T.nodeIp || "-"}`,
28286
28286
  "stroke-width": "5",
28287
28287
  "stroke-linecap": "round"
28288
28288
  }, null, 8, zPe)
28289
- ])) : V.value === "dashEyes" ? ($(), G("g", {
28289
+ ])) : V.value === "dashEyes" ? (B(), G("g", {
28290
28290
  key: 15,
28291
28291
  stroke: se,
28292
28292
  "stroke-width": "6",
@@ -28304,7 +28304,7 @@ ${T.nodeIp || "-"}`,
28304
28304
  x2: ke + 10,
28305
28305
  y2: Z
28306
28306
  }, null, 8, HPe)
28307
- ])) : V.value === "halfClosed" ? ($(), G("g", WPe, [
28307
+ ])) : V.value === "halfClosed" ? (B(), G("g", WPe, [
28308
28308
  R("ellipse", {
28309
28309
  cx: Pe,
28310
28310
  cy: Z + 2,
@@ -28361,7 +28361,7 @@ ${T.nodeIp || "-"}`,
28361
28361
  "stroke-linecap": "round",
28362
28362
  fill: "none"
28363
28363
  }, null, 8, QPe)
28364
- ])) : V.value === "thinkEyes" ? ($(), G("g", {
28364
+ ])) : V.value === "thinkEyes" ? (B(), G("g", {
28365
28365
  key: 17,
28366
28366
  fill: se
28367
28367
  }, [
@@ -28411,7 +28411,7 @@ ${T.nodeIp || "-"}`,
28411
28411
  "stroke-width": "3.5",
28412
28412
  "stroke-linecap": "round"
28413
28413
  }, null, 8, iMe)
28414
- ])) : V.value === "blankDot" ? ($(), G("g", {
28414
+ ])) : V.value === "blankDot" ? (B(), G("g", {
28415
28415
  key: 18,
28416
28416
  fill: se
28417
28417
  }, [
@@ -28439,7 +28439,7 @@ ${T.nodeIp || "-"}`,
28439
28439
  r: "4",
28440
28440
  fill: se
28441
28441
  })
28442
- ])) : V.value === "heavyLid" ? ($(), G("g", nMe, [
28442
+ ])) : V.value === "heavyLid" ? (B(), G("g", nMe, [
28443
28443
  R("ellipse", {
28444
28444
  cx: Pe,
28445
28445
  cy: Z + 3,
@@ -28496,7 +28496,7 @@ ${T.nodeIp || "-"}`,
28496
28496
  "stroke-linecap": "round",
28497
28497
  fill: "none"
28498
28498
  }, null, 8, fMe)
28499
- ])) : V.value === "smug" ? ($(), G("g", {
28499
+ ])) : V.value === "smug" ? (B(), G("g", {
28500
28500
  key: 20,
28501
28501
  stroke: se,
28502
28502
  "stroke-width": "5",
@@ -28509,7 +28509,7 @@ ${T.nodeIp || "-"}`,
28509
28509
  R("path", {
28510
28510
  d: `M ${ke - 11} ${Z - 2} q 11 9 22 2`
28511
28511
  }, null, 8, vMe)
28512
- ])) : V.value === "cool" ? ($(), G("g", {
28512
+ ])) : V.value === "cool" ? (B(), G("g", {
28513
28513
  key: 21,
28514
28514
  stroke: se,
28515
28515
  "stroke-width": "5",
@@ -28527,7 +28527,7 @@ ${T.nodeIp || "-"}`,
28527
28527
  x2: ke + 11,
28528
28528
  y2: Z
28529
28529
  }, null, 8, gMe)
28530
- ])) : V.value === "sad" ? ($(), G("g", {
28530
+ ])) : V.value === "sad" ? (B(), G("g", {
28531
28531
  key: 22,
28532
28532
  stroke: se,
28533
28533
  "stroke-width": "6",
@@ -28540,7 +28540,7 @@ ${T.nodeIp || "-"}`,
28540
28540
  R("path", {
28541
28541
  d: `M ${ke - 11} ${Z - 1} q 11 14 22 0`
28542
28542
  }, null, 8, mMe)
28543
- ])) : V.value === "teary" ? ($(), G("g", {
28543
+ ])) : V.value === "teary" ? (B(), G("g", {
28544
28544
  key: 23,
28545
28545
  fill: se
28546
28546
  }, [
@@ -28580,7 +28580,7 @@ ${T.nodeIp || "-"}`,
28580
28580
  r: "2.5",
28581
28581
  fill: "oklch(1 0 0 / 0.95)"
28582
28582
  }, null, 8, TMe)
28583
- ])) : V.value === "angry" ? ($(), G(Ft, { key: 24 }, [
28583
+ ])) : V.value === "angry" ? (B(), G(Ft, { key: 24 }, [
28584
28584
  R("g", {
28585
28585
  stroke: se,
28586
28586
  "stroke-width": "5",
@@ -28613,7 +28613,7 @@ ${T.nodeIp || "-"}`,
28613
28613
  ry: "8"
28614
28614
  }, null, 8, DMe)
28615
28615
  ])
28616
- ], 64)) : V.value === "excited" ? ($(), G("g", {
28616
+ ], 64)) : V.value === "excited" ? (B(), G("g", {
28617
28617
  key: 25,
28618
28618
  fill: se
28619
28619
  }, [
@@ -28639,7 +28639,7 @@ ${T.nodeIp || "-"}`,
28639
28639
  r: "3",
28640
28640
  fill: "var(--robot-screen)"
28641
28641
  }, null, 8, MMe)
28642
- ])) : V.value === "lookup" ? ($(), G("g", {
28642
+ ])) : V.value === "lookup" ? (B(), G("g", {
28643
28643
  key: 26,
28644
28644
  fill: se
28645
28645
  }, [
@@ -28655,7 +28655,7 @@ ${T.nodeIp || "-"}`,
28655
28655
  rx: "7",
28656
28656
  ry: "9"
28657
28657
  }, null, 8, kMe)
28658
- ])) : V.value === "lookdown" ? ($(), G("g", {
28658
+ ])) : V.value === "lookdown" ? (B(), G("g", {
28659
28659
  key: 27,
28660
28660
  fill: se
28661
28661
  }, [
@@ -28671,7 +28671,7 @@ ${T.nodeIp || "-"}`,
28671
28671
  rx: "7",
28672
28672
  ry: "9"
28673
28673
  }, null, 8, NMe)
28674
- ])) : V.value === "wide" ? ($(), G("g", {
28674
+ ])) : V.value === "wide" ? (B(), G("g", {
28675
28675
  key: 28,
28676
28676
  fill: se
28677
28677
  }, [
@@ -28699,7 +28699,7 @@ ${T.nodeIp || "-"}`,
28699
28699
  r: "6",
28700
28700
  fill: se
28701
28701
  }, null, 8, BMe)
28702
- ])) : V.value === "half" ? ($(), G(Ft, { key: 29 }, [
28702
+ ])) : V.value === "half" ? (B(), G(Ft, { key: 29 }, [
28703
28703
  R("g", { fill: se }, [
28704
28704
  R("ellipse", {
28705
28705
  cx: Pe,
@@ -28732,7 +28732,7 @@ ${T.nodeIp || "-"}`,
28732
28732
  y2: Z - 4
28733
28733
  }, null, 8, zMe)
28734
28734
  ]),
28735
- r.emotion === "tired" ? ($(), G("g", {
28735
+ r.emotion === "tired" ? (B(), G("g", {
28736
28736
  key: 0,
28737
28737
  stroke: se,
28738
28738
  "stroke-width": "2.5",
@@ -28747,7 +28747,7 @@ ${T.nodeIp || "-"}`,
28747
28747
  d: `M ${ke - 9} ${Z + 12} q 9 5 18 0`
28748
28748
  }, null, 8, HMe)
28749
28749
  ])) : Se("", !0)
28750
- ], 64)) : V.value === "dizzy" ? ($(), G("g", {
28750
+ ], 64)) : V.value === "dizzy" ? (B(), G("g", {
28751
28751
  key: 30,
28752
28752
  stroke: se,
28753
28753
  "stroke-width": "3",
@@ -28760,7 +28760,7 @@ ${T.nodeIp || "-"}`,
28760
28760
  R("path", {
28761
28761
  d: `M ${ke} ${Z} m -8 0 a 8 8 0 1 1 5 7`
28762
28762
  }, null, 8, UMe)
28763
- ])) : V.value === "confused" ? ($(), G(Ft, { key: 31 }, [
28763
+ ])) : V.value === "confused" ? (B(), G(Ft, { key: 31 }, [
28764
28764
  R("circle", {
28765
28765
  cx: Pe,
28766
28766
  cy: Z,
@@ -28782,7 +28782,7 @@ ${T.nodeIp || "-"}`,
28782
28782
  "stroke-width": "5",
28783
28783
  "stroke-linecap": "round"
28784
28784
  }, null, 8, YMe)
28785
- ], 64)) : V.value === "blank" ? ($(), G("g", {
28785
+ ], 64)) : V.value === "blank" ? (B(), G("g", {
28786
28786
  key: 32,
28787
28787
  fill: se,
28788
28788
  opacity: "0.55"
@@ -28797,7 +28797,7 @@ ${T.nodeIp || "-"}`,
28797
28797
  cy: Z,
28798
28798
  r: "5"
28799
28799
  })
28800
- ])) : ($(), G("g", {
28800
+ ])) : (B(), G("g", {
28801
28801
  key: 33,
28802
28802
  fill: se
28803
28803
  }, [
@@ -28816,7 +28816,7 @@ ${T.nodeIp || "-"}`,
28816
28816
  rx: "8"
28817
28817
  }, null, 8, KMe)
28818
28818
  ])),
28819
- r.speaking ? ($(), G("ellipse", {
28819
+ r.speaking ? (B(), G("ellipse", {
28820
28820
  key: 34,
28821
28821
  cx: "120",
28822
28822
  cy: "138",
@@ -28825,33 +28825,33 @@ ${T.nodeIp || "-"}`,
28825
28825
  fill: se,
28826
28826
  class: "origin-center animate-wave",
28827
28827
  style: { transformBox: "fill-box", transformOrigin: "center" }
28828
- })) : ($(), G(Ft, { key: 35 }, [
28829
- l.value.mouth === "smile" ? ($(), G("path", {
28828
+ })) : (B(), G(Ft, { key: 35 }, [
28829
+ l.value.mouth === "smile" ? (B(), G("path", {
28830
28830
  key: 0,
28831
28831
  d: "M 104 134 q 16 16 32 0",
28832
28832
  stroke: se,
28833
28833
  "stroke-width": "5",
28834
28834
  "stroke-linecap": "round",
28835
28835
  fill: "none"
28836
- })) : l.value.mouth === "open" ? ($(), G("path", {
28836
+ })) : l.value.mouth === "open" ? (B(), G("path", {
28837
28837
  key: 1,
28838
28838
  d: "M 104 132 q 16 22 32 0 q -16 6 -32 0 Z",
28839
28839
  fill: se
28840
- })) : l.value.mouth === "bigopen" ? ($(), G("ellipse", {
28840
+ })) : l.value.mouth === "bigopen" ? (B(), G("ellipse", {
28841
28841
  key: 2,
28842
28842
  cx: "120",
28843
28843
  cy: "140",
28844
28844
  rx: "11",
28845
28845
  ry: "14",
28846
28846
  fill: se
28847
- })) : l.value.mouth === "frown" ? ($(), G("path", {
28847
+ })) : l.value.mouth === "frown" ? (B(), G("path", {
28848
28848
  key: 3,
28849
28849
  d: "M 106 142 q 14 -12 28 0",
28850
28850
  stroke: se,
28851
28851
  "stroke-width": "5",
28852
28852
  "stroke-linecap": "round",
28853
28853
  fill: "none"
28854
- })) : l.value.mouth === "dot" ? ($(), G("ellipse", {
28854
+ })) : l.value.mouth === "dot" ? (B(), G("ellipse", {
28855
28855
  key: 4,
28856
28856
  cx: "120",
28857
28857
  cy: "138",
@@ -28859,7 +28859,7 @@ ${T.nodeIp || "-"}`,
28859
28859
  ry: "6",
28860
28860
  fill: se,
28861
28861
  opacity: "0.85"
28862
- })) : l.value.mouth === "flat" ? ($(), G("line", {
28862
+ })) : l.value.mouth === "flat" ? (B(), G("line", {
28863
28863
  key: 5,
28864
28864
  x1: "110",
28865
28865
  y1: "138",
@@ -28868,35 +28868,35 @@ ${T.nodeIp || "-"}`,
28868
28868
  stroke: se,
28869
28869
  "stroke-width": "5",
28870
28870
  "stroke-linecap": "round"
28871
- })) : l.value.mouth === "o" ? ($(), G("ellipse", {
28871
+ })) : l.value.mouth === "o" ? (B(), G("ellipse", {
28872
28872
  key: 6,
28873
28873
  cx: "120",
28874
28874
  cy: "139",
28875
28875
  rx: "7",
28876
28876
  ry: "9",
28877
28877
  fill: se
28878
- })) : l.value.mouth === "pout" ? ($(), G("ellipse", {
28878
+ })) : l.value.mouth === "pout" ? (B(), G("ellipse", {
28879
28879
  key: 7,
28880
28880
  cx: "120",
28881
28881
  cy: "140",
28882
28882
  rx: "6",
28883
28883
  ry: "5",
28884
28884
  fill: se
28885
- })) : l.value.mouth === "wavy" ? ($(), G("path", {
28885
+ })) : l.value.mouth === "wavy" ? (B(), G("path", {
28886
28886
  key: 8,
28887
28887
  d: "M 106 138 q 6 -7 12 0 q 6 7 12 0",
28888
28888
  stroke: se,
28889
28889
  "stroke-width": "4",
28890
28890
  "stroke-linecap": "round",
28891
28891
  fill: "none"
28892
- })) : l.value.mouth === "calm" ? ($(), G("path", {
28892
+ })) : l.value.mouth === "calm" ? (B(), G("path", {
28893
28893
  key: 9,
28894
28894
  d: "M 110 138 q 10 5 20 0",
28895
28895
  stroke: se,
28896
28896
  "stroke-width": "4",
28897
28897
  "stroke-linecap": "round",
28898
28898
  fill: "none"
28899
- })) : l.value.mouth === "grit" ? ($(), G("g", ZMe, [
28899
+ })) : l.value.mouth === "grit" ? (B(), G("g", ZMe, [
28900
28900
  R("rect", {
28901
28901
  x: "106",
28902
28902
  y: "134",
@@ -28905,7 +28905,7 @@ ${T.nodeIp || "-"}`,
28905
28905
  rx: "3",
28906
28906
  fill: se
28907
28907
  }),
28908
- B[2] || (B[2] = R("line", {
28908
+ F[2] || (F[2] = R("line", {
28909
28909
  x1: "115",
28910
28910
  y1: "134",
28911
28911
  x2: "115",
@@ -28913,7 +28913,7 @@ ${T.nodeIp || "-"}`,
28913
28913
  stroke: "var(--robot-screen)",
28914
28914
  "stroke-width": "2"
28915
28915
  }, null, -1)),
28916
- B[3] || (B[3] = R("line", {
28916
+ F[3] || (F[3] = R("line", {
28917
28917
  x1: "125",
28918
28918
  y1: "134",
28919
28919
  x2: "125",
@@ -28921,40 +28921,40 @@ ${T.nodeIp || "-"}`,
28921
28921
  stroke: "var(--robot-screen)",
28922
28922
  "stroke-width": "2"
28923
28923
  }, null, -1))
28924
- ])) : l.value.mouth === "bigSmile" ? ($(), G("path", {
28924
+ ])) : l.value.mouth === "bigSmile" ? (B(), G("path", {
28925
28925
  key: 11,
28926
28926
  d: "M 100 132 q 20 22 40 0",
28927
28927
  stroke: se,
28928
28928
  "stroke-width": "6",
28929
28929
  "stroke-linecap": "round",
28930
28930
  fill: "none"
28931
- })) : l.value.mouth === "bigFrown" ? ($(), G("path", {
28931
+ })) : l.value.mouth === "bigFrown" ? (B(), G("path", {
28932
28932
  key: 12,
28933
28933
  d: "M 100 146 q 20 -20 40 0",
28934
28934
  stroke: se,
28935
28935
  "stroke-width": "6",
28936
28936
  "stroke-linecap": "round",
28937
28937
  fill: "none"
28938
- })) : l.value.mouth === "bitterSmile" ? ($(), G("path", {
28938
+ })) : l.value.mouth === "bitterSmile" ? (B(), G("path", {
28939
28939
  key: 13,
28940
28940
  d: "M 106 140 q 8 -4 14 2 q 6 4 14 -4",
28941
28941
  stroke: se,
28942
28942
  "stroke-width": "5",
28943
28943
  "stroke-linecap": "round",
28944
28944
  fill: "none"
28945
- })) : l.value.mouth === "heartMouth" ? ($(), G("path", {
28945
+ })) : l.value.mouth === "heartMouth" ? (B(), G("path", {
28946
28946
  key: 14,
28947
28947
  d: "M 120 142 C 114 135, 108 132, 108 128 C 108 122, 116 122, 120 128 C 124 122, 132 122, 132 128 C 132 132, 126 135, 120 142 Z",
28948
28948
  fill: se,
28949
28949
  opacity: "0.9"
28950
- })) : l.value.mouth === "awkwardSmile" ? ($(), G("path", {
28950
+ })) : l.value.mouth === "awkwardSmile" ? (B(), G("path", {
28951
28951
  key: 15,
28952
28952
  d: "M 108 140 q 6 -6 12 0 q 7 6 12 -3",
28953
28953
  stroke: se,
28954
28954
  "stroke-width": "5",
28955
28955
  "stroke-linecap": "round",
28956
28956
  fill: "none"
28957
- })) : l.value.mouth === "poutBig" ? ($(), G("g", JMe, [
28957
+ })) : l.value.mouth === "poutBig" ? (B(), G("g", JMe, [
28958
28958
  R("ellipse", {
28959
28959
  cx: "120",
28960
28960
  cy: "141",
@@ -28963,14 +28963,14 @@ ${T.nodeIp || "-"}`,
28963
28963
  fill: se,
28964
28964
  opacity: "0.85"
28965
28965
  }),
28966
- B[4] || (B[4] = R("ellipse", {
28966
+ F[4] || (F[4] = R("ellipse", {
28967
28967
  cx: "120",
28968
28968
  cy: "137",
28969
28969
  rx: "10",
28970
28970
  ry: "5",
28971
28971
  fill: "oklch(1 0 0 / 0.25)"
28972
28972
  }, null, -1))
28973
- ])) : ($(), G("path", {
28973
+ ])) : (B(), G("path", {
28974
28974
  key: 17,
28975
28975
  d: "M 108 136 q 12 8 24 0",
28976
28976
  stroke: se,
@@ -28979,8 +28979,8 @@ ${T.nodeIp || "-"}`,
28979
28979
  fill: "none"
28980
28980
  }))
28981
28981
  ], 64)),
28982
- l.value.sweat ? ($(), G("path", QMe)) : Se("", !0),
28983
- l.value.tear ? ($(), G("ellipse", {
28982
+ l.value.sweat ? (B(), G("path", QMe)) : Se("", !0),
28983
+ l.value.tear ? (B(), G("ellipse", {
28984
28984
  key: 37,
28985
28985
  cx: ke + 11,
28986
28986
  cy: Z + 14,
@@ -28989,7 +28989,7 @@ ${T.nodeIp || "-"}`,
28989
28989
  fill: se,
28990
28990
  opacity: "0.9"
28991
28991
  }, null, 8, eRe)) : Se("", !0),
28992
- l.value.tear2 ? ($(), G("ellipse", {
28992
+ l.value.tear2 ? (B(), G("ellipse", {
28993
28993
  key: 38,
28994
28994
  cx: Pe - 11,
28995
28995
  cy: Z + 14,
@@ -28998,40 +28998,40 @@ ${T.nodeIp || "-"}`,
28998
28998
  fill: se,
28999
28999
  opacity: "0.9"
29000
29000
  }, null, 8, tRe)) : Se("", !0),
29001
- M.value ? ($(), G(Ft, { key: 39 }, _r(H, (q, re) => R("path", {
29001
+ M.value ? (B(), G(Ft, { key: 39 }, _r(H, (q, re) => R("path", {
29002
29002
  key: re,
29003
- d: F(q.x, q.y),
29003
+ d: $(q.x, q.y),
29004
29004
  fill: "var(--robot-amber)",
29005
29005
  class: "animate-sparkle",
29006
29006
  style: qt({ animationDelay: `${q.delay}s`, transformBox: "fill-box", transformOrigin: "center" })
29007
29007
  }, null, 12, rRe)), 64)) : Se("", !0),
29008
- l.value.sym === "anger" ? ($(), G("g", {
29008
+ l.value.sym === "anger" ? (B(), G("g", {
29009
29009
  key: 40,
29010
29010
  stroke: l.value.symColor,
29011
29011
  "stroke-width": "3.5",
29012
29012
  "stroke-linecap": "round",
29013
29013
  class: "animate-alert-flash"
29014
- }, [...B[5] || (B[5] = [
29014
+ }, [...F[5] || (F[5] = [
29015
29015
  R("path", { d: "M 160 60 l 8 0 M 164 56 l 0 8" }, null, -1),
29016
29016
  R("path", { d: "M 174 70 l 6 4 M 180 70 l -6 4" }, null, -1)
29017
- ])], 8, iRe)) : l.value.sym === "question" ? ($(), G("text", {
29017
+ ])], 8, iRe)) : l.value.sym === "question" ? (B(), G("text", {
29018
29018
  key: 41,
29019
29019
  x: "160",
29020
29020
  y: "74",
29021
29021
  "font-size": "26",
29022
29022
  fill: l.value.symColor,
29023
29023
  "font-weight": "bold"
29024
- }, "?", 8, nRe)) : l.value.sym === "exclaim" ? ($(), G("text", {
29024
+ }, "?", 8, nRe)) : l.value.sym === "exclaim" ? (B(), G("text", {
29025
29025
  key: 42,
29026
29026
  x: "162",
29027
29027
  y: "74",
29028
29028
  "font-size": "26",
29029
29029
  fill: l.value.symColor,
29030
29030
  "font-weight": "bold"
29031
- }, "!", 8, aRe)) : l.value.sym === "ellipsis" ? ($(), G("g", {
29031
+ }, "!", 8, aRe)) : l.value.sym === "ellipsis" ? (B(), G("g", {
29032
29032
  key: 43,
29033
29033
  fill: l.value.symColor
29034
- }, [...B[6] || (B[6] = [
29034
+ }, [...F[6] || (F[6] = [
29035
29035
  R("circle", {
29036
29036
  cx: "156",
29037
29037
  cy: "66",
@@ -29053,7 +29053,7 @@ ${T.nodeIp || "-"}`,
29053
29053
  class: "animate-dot-blink",
29054
29054
  style: { "animation-delay": "0.4s" }
29055
29055
  }, null, -1)
29056
- ])], 8, oRe)) : l.value.sym === "bulb" ? ($(), G("g", sRe, [
29056
+ ])], 8, oRe)) : l.value.sym === "bulb" ? (B(), G("g", sRe, [
29057
29057
  R("circle", {
29058
29058
  cx: "166",
29059
29059
  cy: "58",
@@ -29061,8 +29061,8 @@ ${T.nodeIp || "-"}`,
29061
29061
  fill: l.value.symColor,
29062
29062
  class: "animate-antenna-pulse origin-center"
29063
29063
  }, null, 8, lRe),
29064
- B[7] || (B[7] = Id('<rect x="161" y="68" width="10" height="6" rx="2" fill="var(--robot-blue-dark)" data-v-c1f1f037></rect><g stroke="var(--robot-amber)" stroke-width="2" stroke-linecap="round" data-v-c1f1f037><line x1="166" y1="40" x2="166" y2="44" data-v-c1f1f037></line><line x1="182" y1="50" x2="179" y2="52" data-v-c1f1f037></line><line x1="150" y1="50" x2="153" y2="52" data-v-c1f1f037></line></g>', 2))
29065
- ])) : l.value.sym === "check" ? ($(), G("path", {
29064
+ F[7] || (F[7] = Id('<rect x="161" y="68" width="10" height="6" rx="2" fill="var(--robot-blue-dark)" data-v-c1f1f037></rect><g stroke="var(--robot-amber)" stroke-width="2" stroke-linecap="round" data-v-c1f1f037><line x1="166" y1="40" x2="166" y2="44" data-v-c1f1f037></line><line x1="182" y1="50" x2="179" y2="52" data-v-c1f1f037></line><line x1="150" y1="50" x2="153" y2="52" data-v-c1f1f037></line></g>', 2))
29065
+ ])) : l.value.sym === "check" ? (B(), G("path", {
29066
29066
  key: 45,
29067
29067
  d: "M 156 64 l 6 7 l 12 -15",
29068
29068
  stroke: l.value.symColor,
@@ -29070,11 +29070,11 @@ ${T.nodeIp || "-"}`,
29070
29070
  "stroke-linecap": "round",
29071
29071
  "stroke-linejoin": "round",
29072
29072
  fill: "none"
29073
- }, null, 8, uRe)) : l.value.sym === "gear" ? ($(), G("g", cRe, [
29073
+ }, null, 8, uRe)) : l.value.sym === "gear" ? (B(), G("g", cRe, [
29074
29074
  R("g", {
29075
29075
  fill: l.value.symColor
29076
29076
  }, [
29077
- ($(), G(Ft, null, _r(Y, (q) => R("rect", {
29077
+ (B(), G(Ft, null, _r(Y, (q) => R("rect", {
29078
29078
  key: q,
29079
29079
  x: "165",
29080
29080
  y: "46",
@@ -29083,19 +29083,19 @@ ${T.nodeIp || "-"}`,
29083
29083
  rx: "1.5",
29084
29084
  transform: `rotate(${q} 168 62)`
29085
29085
  }, null, 8, fRe)), 64)),
29086
- B[8] || (B[8] = R("circle", {
29086
+ F[8] || (F[8] = R("circle", {
29087
29087
  cx: "168",
29088
29088
  cy: "62",
29089
29089
  r: "11"
29090
29090
  }, null, -1))
29091
29091
  ], 8, hRe),
29092
- B[9] || (B[9] = R("circle", {
29092
+ F[9] || (F[9] = R("circle", {
29093
29093
  cx: "168",
29094
29094
  cy: "62",
29095
29095
  r: "4.5",
29096
29096
  fill: "var(--robot-screen)"
29097
29097
  }, null, -1))
29098
- ])) : l.value.sym === "pencil" ? ($(), G("g", dRe, [
29098
+ ])) : l.value.sym === "pencil" ? (B(), G("g", dRe, [
29099
29099
  R("rect", {
29100
29100
  x: "164",
29101
29101
  y: "46",
@@ -29104,18 +29104,18 @@ ${T.nodeIp || "-"}`,
29104
29104
  rx: "2",
29105
29105
  fill: l.value.symColor
29106
29106
  }, null, 8, vRe),
29107
- B[10] || (B[10] = R("rect", {
29107
+ F[10] || (F[10] = R("rect", {
29108
29108
  x: "164",
29109
29109
  y: "44",
29110
29110
  width: "8",
29111
29111
  height: "6",
29112
29112
  fill: "var(--robot-amber)"
29113
29113
  }, null, -1)),
29114
- B[11] || (B[11] = R("path", {
29114
+ F[11] || (F[11] = R("path", {
29115
29115
  d: "M 164 68 l 4 8 l 4 -8 Z",
29116
29116
  fill: "var(--robot-screen)"
29117
29117
  }, null, -1))
29118
- ])) : l.value.sym === "bell" ? ($(), G("g", pRe, [
29118
+ ])) : l.value.sym === "bell" ? (B(), G("g", pRe, [
29119
29119
  R("path", {
29120
29120
  d: "M 168 46 a 11 11 0 0 1 11 11 v 6 l 3 4 h -28 l 3 -4 v -6 a 11 11 0 0 1 11 -11 Z",
29121
29121
  fill: l.value.symColor
@@ -29126,7 +29126,7 @@ ${T.nodeIp || "-"}`,
29126
29126
  r: "3",
29127
29127
  fill: l.value.symColor
29128
29128
  }, null, 8, yRe)
29129
- ])) : l.value.sym === "loader" ? ($(), G("g", mRe, [
29129
+ ])) : l.value.sym === "loader" ? (B(), G("g", mRe, [
29130
29130
  R("path", {
29131
29131
  d: "M 168 48 a 12 12 0 1 1 -8.5 3.5",
29132
29132
  fill: "none",
@@ -29134,7 +29134,7 @@ ${T.nodeIp || "-"}`,
29134
29134
  "stroke-width": "4",
29135
29135
  "stroke-linecap": "round"
29136
29136
  }, null, 8, _Re)
29137
- ])) : l.value.sym === "warning" ? ($(), G("g", bRe, [
29137
+ ])) : l.value.sym === "warning" ? (B(), G("g", bRe, [
29138
29138
  R("path", {
29139
29139
  d: "M 168 46 l 14 26 l -28 0 Z",
29140
29140
  fill: l.value.symColor,
@@ -29142,7 +29142,7 @@ ${T.nodeIp || "-"}`,
29142
29142
  "stroke-width": "1.5",
29143
29143
  "stroke-linejoin": "round"
29144
29144
  }, null, 8, SRe),
29145
- B[12] || (B[12] = R("line", {
29145
+ F[12] || (F[12] = R("line", {
29146
29146
  x1: "168",
29147
29147
  y1: "56",
29148
29148
  x2: "168",
@@ -29151,13 +29151,13 @@ ${T.nodeIp || "-"}`,
29151
29151
  "stroke-width": "3",
29152
29152
  "stroke-linecap": "round"
29153
29153
  }, null, -1)),
29154
- B[13] || (B[13] = R("circle", {
29154
+ F[13] || (F[13] = R("circle", {
29155
29155
  cx: "168",
29156
29156
  cy: "69",
29157
29157
  r: "1.8",
29158
29158
  fill: "var(--robot-screen)"
29159
29159
  }, null, -1))
29160
- ])) : l.value.sym === "siren" ? ($(), G("g", wRe, [
29160
+ ])) : l.value.sym === "siren" ? (B(), G("g", wRe, [
29161
29161
  R("g", xRe, [
29162
29162
  R("path", {
29163
29163
  d: "M 156 70 a 12 12 0 0 1 24 0 Z",
@@ -29178,7 +29178,7 @@ ${T.nodeIp || "-"}`,
29178
29178
  "stroke-linecap": "round",
29179
29179
  class: "animate-alert-flash",
29180
29180
  opacity: "0.7"
29181
- }, [...B[14] || (B[14] = [
29181
+ }, [...F[14] || (F[14] = [
29182
29182
  R("line", {
29183
29183
  x1: "146",
29184
29184
  y1: "56",
@@ -29198,7 +29198,7 @@ ${T.nodeIp || "-"}`,
29198
29198
  y2: "49"
29199
29199
  }, null, -1)
29200
29200
  ])], 8, CRe)
29201
- ])) : l.value.sym === "broken" ? ($(), G("path", {
29201
+ ])) : l.value.sym === "broken" ? (B(), G("path", {
29202
29202
  key: 52,
29203
29203
  d: "M 170 46 l -10 16 l 7 0 l -5 14 l 14 -20 l -8 0 l 6 -10 Z",
29204
29204
  fill: l.value.symColor,
@@ -29206,7 +29206,7 @@ ${T.nodeIp || "-"}`,
29206
29206
  stroke: "var(--robot-screen)",
29207
29207
  "stroke-width": "1",
29208
29208
  "stroke-linejoin": "round"
29209
- }, null, 8, IRe)) : l.value.sym === "scan" ? ($(), G("g", DRe, [
29209
+ }, null, 8, IRe)) : l.value.sym === "scan" ? (B(), G("g", DRe, [
29210
29210
  R("circle", {
29211
29211
  cx: "166",
29212
29212
  cy: "60",
@@ -29224,7 +29224,7 @@ ${T.nodeIp || "-"}`,
29224
29224
  "stroke-width": "3.5",
29225
29225
  "stroke-linecap": "round"
29226
29226
  }, null, 8, ORe)
29227
- ])) : l.value.sym === "lotus" ? ($(), G("g", PRe, [
29227
+ ])) : l.value.sym === "lotus" ? (B(), G("g", PRe, [
29228
29228
  R("ellipse", {
29229
29229
  cx: "120",
29230
29230
  cy: "34",
@@ -29249,31 +29249,31 @@ ${T.nodeIp || "-"}`,
29249
29249
  r: "2",
29250
29250
  fill: l.value.symColor
29251
29251
  }, null, 8, kRe)
29252
- ])) : l.value.sym === "heart" ? ($(), G("path", {
29252
+ ])) : l.value.sym === "heart" ? (B(), G("path", {
29253
29253
  key: 55,
29254
29254
  d: "M 170 56 c -4 -6 -13 -2 -8 5 c 2 3 8 7 8 7 c 0 0 6 -4 8 -7 c 5 -7 -4 -11 -8 -5 Z",
29255
29255
  fill: l.value.symColor,
29256
29256
  class: "animate-antenna-pulse origin-center",
29257
29257
  style: { transformOrigin: "170px 60px" }
29258
- }, null, 8, LRe)) : l.value.sym === "soundwave" ? ($(), G("g", {
29258
+ }, null, 8, LRe)) : l.value.sym === "soundwave" ? (B(), G("g", {
29259
29259
  key: 56,
29260
29260
  stroke: l.value.symColor,
29261
29261
  "stroke-width": "3",
29262
29262
  "stroke-linecap": "round",
29263
29263
  fill: "none"
29264
29264
  }, [
29265
- ($(), G(Ft, null, _r([0, 0.5, 1], (q, re) => R("path", {
29265
+ (B(), G(Ft, null, _r([0, 0.5, 1], (q, re) => R("path", {
29266
29266
  key: re,
29267
29267
  d: "M 188 52 q 9 10 0 20",
29268
29268
  class: "animate-sound-ripple",
29269
29269
  style: qt({ transformOrigin: "188px 62px", animationDelay: `${q}s` })
29270
29270
  }, null, 4)), 64))
29271
- ], 8, NRe)) : l.value.sym === "pin" ? ($(), G("g", $Re, [
29271
+ ], 8, NRe)) : l.value.sym === "pin" ? (B(), G("g", $Re, [
29272
29272
  R("path", {
29273
29273
  d: "M 168 44 a 11 11 0 0 1 11 11 c 0 8 -11 19 -11 19 c 0 0 -11 -11 -11 -19 a 11 11 0 0 1 11 -11 Z",
29274
29274
  fill: l.value.symColor
29275
29275
  }, null, 8, BRe),
29276
- B[15] || (B[15] = R("circle", {
29276
+ F[15] || (F[15] = R("circle", {
29277
29277
  cx: "168",
29278
29278
  cy: "55",
29279
29279
  r: "4",
@@ -29287,20 +29287,20 @@ ${T.nodeIp || "-"}`,
29287
29287
  fill: l.value.symColor,
29288
29288
  opacity: "0.3"
29289
29289
  }, null, 8, FRe)
29290
- ])) : l.value.sym === "target" ? ($(), G("g", {
29290
+ ])) : l.value.sym === "target" ? (B(), G("g", {
29291
29291
  key: 58,
29292
29292
  stroke: l.value.symColor,
29293
29293
  "stroke-width": "2.5",
29294
29294
  fill: "none"
29295
29295
  }, [
29296
- B[16] || (B[16] = R("circle", {
29296
+ F[16] || (F[16] = R("circle", {
29297
29297
  cx: "168",
29298
29298
  cy: "60",
29299
29299
  r: "13",
29300
29300
  class: "animate-target-pulse",
29301
29301
  style: { transformOrigin: "168px 60px" }
29302
29302
  }, null, -1)),
29303
- B[17] || (B[17] = R("circle", {
29303
+ F[17] || (F[17] = R("circle", {
29304
29304
  cx: "168",
29305
29305
  cy: "60",
29306
29306
  r: "6"
@@ -29312,15 +29312,15 @@ ${T.nodeIp || "-"}`,
29312
29312
  fill: l.value.symColor,
29313
29313
  stroke: "none"
29314
29314
  }, null, 8, VRe),
29315
- B[18] || (B[18] = Id('<g stroke-linecap="round" data-v-c1f1f037><line x1="168" y1="42" x2="168" y2="49" data-v-c1f1f037></line><line x1="168" y1="71" x2="168" y2="78" data-v-c1f1f037></line><line x1="150" y1="60" x2="157" y2="60" data-v-c1f1f037></line><line x1="179" y1="60" x2="186" y2="60" data-v-c1f1f037></line></g>', 1))
29316
- ], 8, qRe)) : l.value.sym === "book" ? ($(), G("g", zRe, [
29317
- B[19] || (B[19] = R("path", {
29315
+ F[18] || (F[18] = Id('<g stroke-linecap="round" data-v-c1f1f037><line x1="168" y1="42" x2="168" y2="49" data-v-c1f1f037></line><line x1="168" y1="71" x2="168" y2="78" data-v-c1f1f037></line><line x1="150" y1="60" x2="157" y2="60" data-v-c1f1f037></line><line x1="179" y1="60" x2="186" y2="60" data-v-c1f1f037></line></g>', 1))
29316
+ ], 8, qRe)) : l.value.sym === "book" ? (B(), G("g", zRe, [
29317
+ F[19] || (F[19] = R("path", {
29318
29318
  d: "M 168 50 c -6 -4 -14 -4 -18 0 v 18 c 4 -4 12 -4 18 0 Z",
29319
29319
  fill: "oklch(0.96 0.02 95)",
29320
29320
  stroke: "var(--robot-amber)",
29321
29321
  "stroke-width": "1.5"
29322
29322
  }, null, -1)),
29323
- B[20] || (B[20] = R("path", {
29323
+ F[20] || (F[20] = R("path", {
29324
29324
  d: "M 168 50 c 6 -4 14 -4 18 0 v 18 c -4 -4 -12 -4 -18 0 Z",
29325
29325
  fill: "oklch(0.96 0.02 95)",
29326
29326
  stroke: "var(--robot-amber)",
@@ -29334,7 +29334,7 @@ ${T.nodeIp || "-"}`,
29334
29334
  stroke: l.value.symColor,
29335
29335
  "stroke-width": "2"
29336
29336
  }, null, 8, GRe),
29337
- B[21] || (B[21] = R("line", {
29337
+ F[21] || (F[21] = R("line", {
29338
29338
  x1: "154",
29339
29339
  y1: "57",
29340
29340
  x2: "163",
@@ -29343,7 +29343,7 @@ ${T.nodeIp || "-"}`,
29343
29343
  "stroke-width": "1.2",
29344
29344
  "stroke-linecap": "round"
29345
29345
  }, null, -1)),
29346
- B[22] || (B[22] = R("line", {
29346
+ F[22] || (F[22] = R("line", {
29347
29347
  x1: "154",
29348
29348
  y1: "62",
29349
29349
  x2: "163",
@@ -29352,7 +29352,7 @@ ${T.nodeIp || "-"}`,
29352
29352
  "stroke-width": "1.2",
29353
29353
  "stroke-linecap": "round"
29354
29354
  }, null, -1)),
29355
- B[23] || (B[23] = R("line", {
29355
+ F[23] || (F[23] = R("line", {
29356
29356
  x1: "173",
29357
29357
  y1: "56",
29358
29358
  x2: "182",
@@ -29361,7 +29361,7 @@ ${T.nodeIp || "-"}`,
29361
29361
  "stroke-width": "1.2",
29362
29362
  "stroke-linecap": "round"
29363
29363
  }, null, -1)),
29364
- B[24] || (B[24] = R("line", {
29364
+ F[24] || (F[24] = R("line", {
29365
29365
  x1: "173",
29366
29366
  y1: "61",
29367
29367
  x2: "182",
@@ -29370,12 +29370,12 @@ ${T.nodeIp || "-"}`,
29370
29370
  "stroke-width": "1.2",
29371
29371
  "stroke-linecap": "round"
29372
29372
  }, null, -1))
29373
- ])) : l.value.sym === "plane" ? ($(), G("g", HRe, [
29373
+ ])) : l.value.sym === "plane" ? (B(), G("g", HRe, [
29374
29374
  R("path", {
29375
29375
  d: "M 150 46 h 36 a 6 6 0 0 1 6 6 v 14 a 6 6 0 0 1 -6 6 h -20 l -8 8 v -8 h -2 a 6 6 0 0 1 -6 -6 v -14 a 6 6 0 0 1 6 -6 Z",
29376
29376
  fill: l.value.symColor
29377
29377
  }, null, 8, WRe),
29378
- B[25] || (B[25] = R("circle", {
29378
+ F[25] || (F[25] = R("circle", {
29379
29379
  cx: "160",
29380
29380
  cy: "59",
29381
29381
  r: "2.6",
@@ -29383,7 +29383,7 @@ ${T.nodeIp || "-"}`,
29383
29383
  class: "animate-dot-blink",
29384
29384
  style: { animationDelay: "0s" }
29385
29385
  }, null, -1)),
29386
- B[26] || (B[26] = R("circle", {
29386
+ F[26] || (F[26] = R("circle", {
29387
29387
  cx: "168",
29388
29388
  cy: "59",
29389
29389
  r: "2.6",
@@ -29391,7 +29391,7 @@ ${T.nodeIp || "-"}`,
29391
29391
  class: "animate-dot-blink",
29392
29392
  style: { animationDelay: "0.2s" }
29393
29393
  }, null, -1)),
29394
- B[27] || (B[27] = R("circle", {
29394
+ F[27] || (F[27] = R("circle", {
29395
29395
  cx: "176",
29396
29396
  cy: "59",
29397
29397
  r: "2.6",
@@ -29399,12 +29399,12 @@ ${T.nodeIp || "-"}`,
29399
29399
  class: "animate-dot-blink",
29400
29400
  style: { animationDelay: "0.4s" }
29401
29401
  }, null, -1))
29402
- ])) : l.value.sym === "msgOk" ? ($(), G("g", URe, [
29402
+ ])) : l.value.sym === "msgOk" ? (B(), G("g", URe, [
29403
29403
  R("path", {
29404
29404
  d: "M 150 46 h 36 a 6 6 0 0 1 6 6 v 14 a 6 6 0 0 1 -6 6 h -20 l -8 8 v -8 h -2 a 6 6 0 0 1 -6 -6 v -14 a 6 6 0 0 1 6 -6 Z",
29405
29405
  fill: l.value.symColor
29406
29406
  }, null, 8, jRe),
29407
- B[28] || (B[28] = R("path", {
29407
+ F[28] || (F[28] = R("path", {
29408
29408
  d: "M 161 59 l 4 5 l 9 -10",
29409
29409
  stroke: "oklch(1 0 0)",
29410
29410
  "stroke-width": "3",
@@ -29412,12 +29412,12 @@ ${T.nodeIp || "-"}`,
29412
29412
  "stroke-linejoin": "round",
29413
29413
  fill: "none"
29414
29414
  }, null, -1))
29415
- ])) : l.value.sym === "msgFail" ? ($(), G("g", YRe, [
29415
+ ])) : l.value.sym === "msgFail" ? (B(), G("g", YRe, [
29416
29416
  R("path", {
29417
29417
  d: "M 150 46 h 36 a 6 6 0 0 1 6 6 v 14 a 6 6 0 0 1 -6 6 h -20 l -8 8 v -8 h -2 a 6 6 0 0 1 -6 -6 v -14 a 6 6 0 0 1 6 -6 Z",
29418
29418
  fill: l.value.symColor
29419
29419
  }, null, 8, XRe),
29420
- B[29] || (B[29] = R("line", {
29420
+ F[29] || (F[29] = R("line", {
29421
29421
  x1: "168",
29422
29422
  y1: "52",
29423
29423
  x2: "168",
@@ -29426,18 +29426,18 @@ ${T.nodeIp || "-"}`,
29426
29426
  "stroke-width": "3",
29427
29427
  "stroke-linecap": "round"
29428
29428
  }, null, -1)),
29429
- B[30] || (B[30] = R("circle", {
29429
+ F[30] || (F[30] = R("circle", {
29430
29430
  cx: "168",
29431
29431
  cy: "68",
29432
29432
  r: "2",
29433
29433
  fill: "oklch(1 0 0)"
29434
29434
  }, null, -1))
29435
- ])) : l.value.sym === "msgIn" ? ($(), G("g", KRe, [
29435
+ ])) : l.value.sym === "msgIn" ? (B(), G("g", KRe, [
29436
29436
  R("path", {
29437
29437
  d: "M 150 46 h 36 a 6 6 0 0 1 6 6 v 14 a 6 6 0 0 1 -6 6 h -20 l -8 8 v -8 h -2 a 6 6 0 0 1 -6 -6 v -14 a 6 6 0 0 1 6 -6 Z",
29438
29438
  fill: l.value.symColor
29439
29439
  }, null, 8, ZRe),
29440
- B[31] || (B[31] = R("path", {
29440
+ F[31] || (F[31] = R("path", {
29441
29441
  d: "M 168 53 v 10 m 0 0 l -4 -4 m 4 4 l 4 -4",
29442
29442
  stroke: "oklch(1 0 0)",
29443
29443
  "stroke-width": "2.6",
@@ -29447,7 +29447,7 @@ ${T.nodeIp || "-"}`,
29447
29447
  class: "animate-locate-bob",
29448
29448
  style: { transformOrigin: "168px 58px" }
29449
29449
  }, null, -1))
29450
- ])) : l.value.sym === "lightning" ? ($(), G("g", JRe, [
29450
+ ])) : l.value.sym === "lightning" ? (B(), G("g", JRe, [
29451
29451
  R("path", {
29452
29452
  d: "M 172 44 l -9 14 h 6 l -5 13 l 14 -18 h -7 l 6 -9 Z",
29453
29453
  fill: l.value.symColor,
@@ -29455,7 +29455,7 @@ ${T.nodeIp || "-"}`,
29455
29455
  "stroke-width": "0.8",
29456
29456
  "stroke-linejoin": "round"
29457
29457
  }, null, 8, QRe)
29458
- ])) : l.value.sym === "sparkle2" ? ($(), G("g", eke, [
29458
+ ])) : l.value.sym === "sparkle2" ? (B(), G("g", eke, [
29459
29459
  R("path", {
29460
29460
  d: "M 168 46 l 2.5 8 l 8 0 l -6.5 5 l 2.5 8 l -6.5 -5 l -6.5 5 l 2.5 -8 l -6.5 -5 l 8 0 Z",
29461
29461
  fill: l.value.symColor
@@ -29478,7 +29478,7 @@ ${T.nodeIp || "-"}`,
29478
29478
  class: "animate-dot-blink",
29479
29479
  style: { animationDelay: "0.6s" }
29480
29480
  }, null, 8, ike)
29481
- ])) : l.value.sym === "zzz" ? ($(), G("g", nke, [
29481
+ ])) : l.value.sym === "zzz" ? (B(), G("g", nke, [
29482
29482
  R("text", {
29483
29483
  x: "158",
29484
29484
  y: "82",
@@ -29509,17 +29509,17 @@ ${T.nodeIp || "-"}`,
29509
29509
  class: "animate-dot-blink",
29510
29510
  style: { animationDelay: "0.8s" }
29511
29511
  }, "Z", 8, ske)
29512
- ])) : l.value.sym === "shield" ? ($(), G("g", lke, [
29512
+ ])) : l.value.sym === "shield" ? (B(), G("g", lke, [
29513
29513
  R("path", {
29514
29514
  d: "M 156 46 C 156 43, 158 42, 162 42 L 174 42 C 178 42, 180 43, 180 46 L 180 62 C 180 70, 168 78, 168 78 C 168 78, 156 70, 156 62 Z",
29515
29515
  fill: l.value.symColor,
29516
29516
  opacity: "0.92"
29517
29517
  }, null, 8, uke),
29518
- B[32] || (B[32] = R("path", {
29518
+ F[32] || (F[32] = R("path", {
29519
29519
  d: "M 158 47 C 158 45, 160 44, 163 44 L 173 44 L 173 60 C 173 65, 168 70, 168 70 C 162 66, 158 61, 158 57 Z",
29520
29520
  fill: "oklch(1 0 0 / 0.22)"
29521
29521
  }, null, -1)),
29522
- B[33] || (B[33] = R("line", {
29522
+ F[33] || (F[33] = R("line", {
29523
29523
  x1: "168",
29524
29524
  y1: "44",
29525
29525
  x2: "168",
@@ -29528,7 +29528,7 @@ ${T.nodeIp || "-"}`,
29528
29528
  "stroke-width": "1.5",
29529
29529
  "stroke-linecap": "round"
29530
29530
  }, null, -1)),
29531
- B[34] || (B[34] = R("line", {
29531
+ F[34] || (F[34] = R("line", {
29532
29532
  x1: "158",
29533
29533
  y1: "58",
29534
29534
  x2: "178",
@@ -29537,9 +29537,9 @@ ${T.nodeIp || "-"}`,
29537
29537
  "stroke-width": "1.5",
29538
29538
  "stroke-linecap": "round"
29539
29539
  }, null, -1))
29540
- ])) : l.value.sym === "miniBasketball" ? ($(), G("g", cke, [...B[35] || (B[35] = [
29540
+ ])) : l.value.sym === "miniBasketball" ? (B(), G("g", cke, [...F[35] || (F[35] = [
29541
29541
  Id('<circle cx="168" cy="62" r="14" fill="oklch(0.65 0.16 40)" data-v-c1f1f037></circle><path d="M 168 48 A 14 14 0 0 1 182 62 A 14 14 0 0 1 168 76 Q 177 70 177 62 Q 177 54 168 48 Z" fill="oklch(0.52 0.14 36)" data-v-c1f1f037></path><ellipse cx="162" cy="55" rx="3.5" ry="2.5" fill="oklch(0.84 0.10 55)" opacity="0.55" transform="rotate(-15,162,55)" data-v-c1f1f037></ellipse><line x1="154" y1="62" x2="182" y2="62" stroke="oklch(0.25 0.05 30)" stroke-width="1.6" stroke-linecap="round" data-v-c1f1f037></line><path d="M 161 48 Q 155 62 161 76" stroke="oklch(0.25 0.05 30)" stroke-width="1.6" fill="none" stroke-linecap="round" data-v-c1f1f037></path><path d="M 175 48 Q 181 62 175 76" stroke="oklch(0.25 0.05 30)" stroke-width="1.6" fill="none" stroke-linecap="round" data-v-c1f1f037></path><path d="M 154 56 Q 168 50 182 56" stroke="oklch(0.25 0.05 30)" stroke-width="1.6" fill="none" stroke-linecap="round" data-v-c1f1f037></path><path d="M 154 68 Q 168 74 182 68" stroke="oklch(0.25 0.05 30)" stroke-width="1.6" fill="none" stroke-linecap="round" data-v-c1f1f037></path>', 8)
29542
- ])])) : l.value.sym === "lowBattery" ? ($(), G("g", hke, [
29542
+ ])])) : l.value.sym === "lowBattery" ? (B(), G("g", hke, [
29543
29543
  R("rect", {
29544
29544
  x: "152",
29545
29545
  y: "50",
@@ -29567,7 +29567,7 @@ ${T.nodeIp || "-"}`,
29567
29567
  rx: "1.5",
29568
29568
  fill: l.value.symColor
29569
29569
  }, null, 8, vke),
29570
- B[36] || (B[36] = R("text", {
29570
+ F[36] || (F[36] = R("text", {
29571
29571
  x: "161",
29572
29572
  y: "64",
29573
29573
  "font-size": "10",
@@ -29578,28 +29578,28 @@ ${T.nodeIp || "-"}`,
29578
29578
  style: { animationDelay: "0.2s" }
29579
29579
  }, "!", -1))
29580
29580
  ])) : Se("", !0),
29581
- h.value === "heart" ? ($(), G("path", {
29581
+ h.value === "heart" ? (B(), G("path", {
29582
29582
  key: 70,
29583
29583
  d: "M 120 36 c -9 -13 -28 -4 -17 10 c 4 6 17 15 17 15 c 0 0 13 -9 17 -15 c 11 -14 -8 -23 -17 -10 Z",
29584
29584
  fill: Yi,
29585
29585
  class: "animate-heart-beat",
29586
29586
  style: { transformBox: "fill-box", transformOrigin: "center" }
29587
29587
  })) : Se("", !0),
29588
- h.value === "kiss" ? ($(), G(Ft, { key: 71 }, _r([0, 0.7, 1.4], (q, re) => R("path", {
29588
+ h.value === "kiss" ? (B(), G(Ft, { key: 71 }, _r([0, 0.7, 1.4], (q, re) => R("path", {
29589
29589
  key: re,
29590
29590
  d: "M 196 96 c -4 -6 -13 -2 -8 5 c 2 3 8 7 8 7 c 0 0 6 -4 8 -7 c 5 -7 -4 -11 -8 -5 Z",
29591
29591
  fill: Yi,
29592
29592
  class: "animate-heart-fly",
29593
29593
  style: qt({ animationDelay: `${q}s` })
29594
29594
  }, null, 4)), 64)) : Se("", !0),
29595
- r.action === "ironMountain" ? ($(), G("g", pke, [...B[37] || (B[37] = [
29595
+ r.action === "ironMountain" ? (B(), G("g", pke, [...F[37] || (F[37] = [
29596
29596
  Id('<rect x="56" y="188" width="128" height="14" rx="7" fill="oklch(0.32 0.10 248)" data-v-c1f1f037></rect><rect x="60" y="200" width="50" height="26" rx="8" fill="oklch(0.32 0.10 248)" data-v-c1f1f037></rect><rect x="130" y="200" width="50" height="26" rx="8" fill="oklch(0.32 0.10 248)" data-v-c1f1f037></rect><line x1="120" y1="200" x2="120" y2="226" stroke="oklch(0.42 0.08 248)" stroke-width="2.5" stroke-linecap="round" data-v-c1f1f037></line><path d="M 86 48 L 86 188" stroke="oklch(0.32 0.10 248)" stroke-width="11" stroke-linecap="round" data-v-c1f1f037></path><path d="M 154 48 L 154 188" stroke="oklch(0.32 0.10 248)" stroke-width="11" stroke-linecap="round" data-v-c1f1f037></path><rect x="79" y="43" width="14" height="11" rx="3" fill="oklch(0.72 0.18 80)" stroke="oklch(0.55 0.12 72)" stroke-width="1.5" data-v-c1f1f037></rect><line x1="86" y1="43" x2="86" y2="54" stroke="oklch(0.48 0.10 72)" stroke-width="2" stroke-linecap="round" data-v-c1f1f037></line><rect x="147" y="43" width="14" height="11" rx="3" fill="oklch(0.72 0.18 80)" stroke="oklch(0.55 0.12 72)" stroke-width="1.5" data-v-c1f1f037></rect><line x1="154" y1="43" x2="154" y2="54" stroke="oklch(0.48 0.10 72)" stroke-width="2" stroke-linecap="round" data-v-c1f1f037></line><rect x="106" y="136" width="28" height="24" rx="5" fill="oklch(0.36 0.10 248)" stroke="oklch(0.45 0.08 248)" stroke-width="2" data-v-c1f1f037></rect><line x1="106" y1="148" x2="134" y2="148" stroke="oklch(0.45 0.08 248)" stroke-width="1.8" stroke-linecap="round" data-v-c1f1f037></line><rect x="115" y="144" width="10" height="8" rx="2" fill="oklch(0.72 0.18 80)" data-v-c1f1f037></rect>', 13)
29597
29597
  ])])) : Se("", !0),
29598
- r.action === "playBasketball" ? ($(), G("g", gke, [...B[38] || (B[38] = [
29598
+ r.action === "playBasketball" ? (B(), G("g", gke, [...F[38] || (F[38] = [
29599
29599
  Id('<circle cx="120" cy="148" r="22" fill="oklch(0.65 0.16 40)" data-v-c1f1f037></circle><path d="M 120 126 A 22 22 0 0 1 142 148 A 22 22 0 0 1 120 170 Q 134 162 134 148 Q 134 134 120 126 Z" fill="oklch(0.52 0.14 36)" data-v-c1f1f037></path><ellipse cx="112" cy="136" rx="6" ry="4.5" fill="oklch(0.85 0.10 55)" opacity="0.55" transform="rotate(-20,112,136)" data-v-c1f1f037></ellipse><line x1="98" y1="148" x2="142" y2="148" stroke="oklch(0.24 0.04 28)" stroke-width="2.2" stroke-linecap="round" data-v-c1f1f037></line><path d="M 109 126 Q 101 148 109 170" stroke="oklch(0.24 0.04 28)" stroke-width="2.2" fill="none" stroke-linecap="round" data-v-c1f1f037></path><path d="M 131 126 Q 139 148 131 170" stroke="oklch(0.24 0.04 28)" stroke-width="2.2" fill="none" stroke-linecap="round" data-v-c1f1f037></path><path d="M 98 140 Q 120 131 142 140" stroke="oklch(0.24 0.04 28)" stroke-width="2.2" fill="none" stroke-linecap="round" data-v-c1f1f037></path><path d="M 98 156 Q 120 165 142 156" stroke="oklch(0.24 0.04 28)" stroke-width="2.2" fill="none" stroke-linecap="round" data-v-c1f1f037></path>', 8)
29600
29600
  ])])) : Se("", !0),
29601
- g.value ? ($(), G("g", yke, [
29602
- B[39] || (B[39] = R("line", {
29601
+ g.value ? (B(), G("g", yke, [
29602
+ F[39] || (F[39] = R("line", {
29603
29603
  x1: "230",
29604
29604
  y1: "72",
29605
29605
  x2: "230",
@@ -29616,7 +29616,7 @@ ${T.nodeIp || "-"}`,
29616
29616
  stroke: "oklch(1 0 0 / 0.35)",
29617
29617
  "stroke-width": "1.5"
29618
29618
  }, null, 8, mke),
29619
- B[40] || (B[40] = R("rect", {
29619
+ F[40] || (F[40] = R("rect", {
29620
29620
  x: "211",
29621
29621
  y: "76",
29622
29622
  width: "38",
@@ -29626,7 +29626,7 @@ ${T.nodeIp || "-"}`,
29626
29626
  stroke: "oklch(1 0 0 / 0.42)",
29627
29627
  "stroke-width": "2"
29628
29628
  }, null, -1)),
29629
- B[41] || (B[41] = R("rect", {
29629
+ F[41] || (F[41] = R("rect", {
29630
29630
  x: "216",
29631
29631
  y: "82",
29632
29632
  width: "28",
@@ -29659,8 +29659,8 @@ ${T.nodeIp || "-"}`,
29659
29659
  class: Ct(g.value === "green" ? "animate-traffic-light-active" : "")
29660
29660
  }, null, 10, Ske)
29661
29661
  ])) : Se("", !0),
29662
- y.value ? ($(), G("g", wke, [
29663
- ($(), G(Ft, null, _r(m, (q, re) => R("text", {
29662
+ y.value ? (B(), G("g", wke, [
29663
+ (B(), G(Ft, null, _r(m, (q, re) => R("text", {
29664
29664
  key: re,
29665
29665
  x: q.x,
29666
29666
  y: q.y,
@@ -29671,7 +29671,7 @@ ${T.nodeIp || "-"}`,
29671
29671
  style: qt({ animationDelay: `${q.delay}s`, transformOrigin: `${q.x}px ${q.y}px` })
29672
29672
  }, we(q.note), 13, xke)), 64))
29673
29673
  ])) : Se("", !0),
29674
- h.value === "pray" ? ($(), G("g", Tke, [...B[42] || (B[42] = [
29674
+ h.value === "pray" ? (B(), G("g", Tke, [...F[42] || (F[42] = [
29675
29675
  R("path", {
29676
29676
  d: "M 120 150 l -10 30 q 10 6 20 0 Z",
29677
29677
  fill: "oklch(1 0 0 / 0.92)",
@@ -29687,7 +29687,7 @@ ${T.nodeIp || "-"}`,
29687
29687
  "stroke-width": "1.5"
29688
29688
  }, null, -1)
29689
29689
  ])])) : Se("", !0),
29690
- p.value === "glow" ? ($(), G("ellipse", {
29690
+ p.value === "glow" ? (B(), G("ellipse", {
29691
29691
  key: 77,
29692
29692
  cx: "120",
29693
29693
  cy: "115",
@@ -29697,15 +29697,15 @@ ${T.nodeIp || "-"}`,
29697
29697
  opacity: "0",
29698
29698
  class: "animate-body-glow"
29699
29699
  }, null, 8, Eke)) : Se("", !0),
29700
- p.value === "heart-particles" ? ($(), G("g", Cke, [
29701
- B[43] || (B[43] = R("path", {
29700
+ p.value === "heart-particles" ? (B(), G("g", Cke, [
29701
+ F[43] || (F[43] = R("path", {
29702
29702
  d: `M 120 192 C 100 180, 98 162, 110 158 C 116 155, 120 159, 120 162
29703
29703
  C 120 159, 124 155, 130 158 C 142 162, 140 180, 120 192 Z`,
29704
29704
  fill: "oklch(0.72 0.22 0)",
29705
29705
  class: "animate-body-glow",
29706
29706
  style: { transformBox: "fill-box", transformOrigin: "120px 175px" }
29707
29707
  }, null, -1)),
29708
- ($(), G(Ft, null, _r(b, (q, re) => R("g", { key: re }, [
29708
+ (B(), G(Ft, null, _r(b, (q, re) => R("g", { key: re }, [
29709
29709
  R("path", {
29710
29710
  d: `M ${q.x} ${q.y + q.size * 0.9}
29711
29711
  C ${q.x - q.size * 0.85} ${q.y + q.size * 0.4},
@@ -29720,8 +29720,8 @@ ${T.nodeIp || "-"}`,
29720
29720
  }, null, 12, Ike)
29721
29721
  ])), 64))
29722
29722
  ])) : Se("", !0),
29723
- p.value === "flag" ? ($(), G("g", Dke, [
29724
- B[44] || (B[44] = R("line", {
29723
+ p.value === "flag" ? (B(), G("g", Dke, [
29724
+ F[44] || (F[44] = R("line", {
29725
29725
  x1: "120",
29726
29726
  y1: "155",
29727
29727
  x2: "120",
@@ -29739,7 +29739,7 @@ ${T.nodeIp || "-"}`,
29739
29739
  fill: d.value,
29740
29740
  class: "animate-flag-wave"
29741
29741
  }, null, 8, Ake),
29742
- B[45] || (B[45] = R("rect", {
29742
+ F[45] || (F[45] = R("rect", {
29743
29743
  x: "120",
29744
29744
  y: "155",
29745
29745
  width: "32",
@@ -29749,7 +29749,7 @@ ${T.nodeIp || "-"}`,
29749
29749
  class: "animate-flag-wave"
29750
29750
  }, null, -1))
29751
29751
  ])) : Se("", !0),
29752
- p.value === "scan-ring" ? ($(), G("g", Oke, [
29752
+ p.value === "scan-ring" ? (B(), G("g", Oke, [
29753
29753
  R("circle", {
29754
29754
  cx: "120",
29755
29755
  cy: "115",
@@ -29774,8 +29774,8 @@ ${T.nodeIp || "-"}`,
29774
29774
  style: { transformBox: "fill-box", transformOrigin: "center" }
29775
29775
  }, null, 8, Mke)
29776
29776
  ])) : Se("", !0),
29777
- p.value === "confetti" ? ($(), G("g", Rke, [
29778
- ($(), G(Ft, null, _r(_, (q, re) => R("rect", {
29777
+ p.value === "confetti" ? (B(), G("g", Rke, [
29778
+ (B(), G(Ft, null, _r(_, (q, re) => R("rect", {
29779
29779
  key: re,
29780
29780
  x: q.x - q.size / 2,
29781
29781
  y: q.y - q.size / 2,
@@ -29793,8 +29793,8 @@ ${T.nodeIp || "-"}`,
29793
29793
  })
29794
29794
  }, null, 12, kke)), 64))
29795
29795
  ])) : Se("", !0),
29796
- p.value === "particles" ? ($(), G("g", Lke, [
29797
- ($(), G(Ft, null, _r(S, (q, re) => R("circle", {
29796
+ p.value === "particles" ? (B(), G("g", Lke, [
29797
+ (B(), G(Ft, null, _r(S, (q, re) => R("circle", {
29798
29798
  key: re,
29799
29799
  cx: q.x,
29800
29800
  cy: q.y,
@@ -29822,9 +29822,9 @@ ${T.nodeIp || "-"}`,
29822
29822
  r: "9",
29823
29823
  fill: u.value
29824
29824
  }, null, 8, Bke),
29825
- h.value === "sparkle" ? ($(), G("path", {
29825
+ h.value === "sparkle" ? (B(), G("path", {
29826
29826
  key: 0,
29827
- d: F(12, 128),
29827
+ d: $(12, 128),
29828
29828
  fill: "var(--robot-amber)",
29829
29829
  class: "animate-sparkle origin-center",
29830
29830
  style: { transformBox: "fill-box", transformOrigin: "center" }
@@ -29848,7 +29848,7 @@ ${T.nodeIp || "-"}`,
29848
29848
  r: "9",
29849
29849
  fill: u.value
29850
29850
  }, null, 8, Vke),
29851
- h.value === "thumbsUp" ? ($(), G("rect", {
29851
+ h.value === "thumbsUp" ? (B(), G("rect", {
29852
29852
  key: 0,
29853
29853
  x: "225",
29854
29854
  y: "113",
@@ -29857,16 +29857,16 @@ ${T.nodeIp || "-"}`,
29857
29857
  rx: "3",
29858
29858
  fill: u.value
29859
29859
  }, null, 8, zke)) : Se("", !0),
29860
- h.value === "sparkle" ? ($(), G("path", {
29860
+ h.value === "sparkle" ? (B(), G("path", {
29861
29861
  key: 1,
29862
- d: F(228, 128),
29862
+ d: $(228, 128),
29863
29863
  fill: "var(--robot-amber)",
29864
29864
  class: "animate-sparkle origin-center",
29865
29865
  style: { transformBox: "fill-box", transformOrigin: "center", animationDelay: "0.3s" }
29866
29866
  }, null, 8, Gke)) : Se("", !0)
29867
29867
  ], 6)
29868
29868
  ])),
29869
- r.emotion === "sleepy" || r.emotion === "yawn" ? ($(), G("div", Hke, [...B[49] || (B[49] = [
29869
+ r.emotion === "sleepy" || r.emotion === "yawn" ? (B(), G("div", Hke, [...F[49] || (F[49] = [
29870
29870
  R("span", { class: "animate-float-up inline-block text-lg font-bold" }, "z", -1),
29871
29871
  R("span", {
29872
29872
  class: "animate-float-up inline-block text-2xl font-bold",
@@ -29883,7 +29883,7 @@ ${T.nodeIp || "-"}`,
29883
29883
  width: { default: 220 }
29884
29884
  },
29885
29885
  setup(r) {
29886
- return (e, t) => ($(), G("div", {
29886
+ return (e, t) => (B(), G("div", {
29887
29887
  class: "halo",
29888
29888
  style: qt({ width: r.width + "px", height: r.width * 0.27 + "px" }),
29889
29889
  "aria-hidden": "true"
@@ -29903,7 +29903,7 @@ ${T.nodeIp || "-"}`,
29903
29903
  },
29904
29904
  emits: ["titleClick", "titleDoubleClick", "clockClick"],
29905
29905
  setup(r) {
29906
- return (e, t) => ($(), G("header", Zke, [
29906
+ return (e, t) => (B(), G("header", Zke, [
29907
29907
  R("div", {
29908
29908
  class: "qbs-top-header__brand",
29909
29909
  onClick: t[0] || (t[0] = (i) => e.$emit("titleClick")),
@@ -29915,7 +29915,7 @@ ${T.nodeIp || "-"}`,
29915
29915
  R("div", {
29916
29916
  class: Ct(["qbs-top-header__deco", { "is-armed": r.armed }])
29917
29917
  }, [
29918
- ($(), G(Ft, null, _r(5, (i) => R("i", {
29918
+ (B(), G(Ft, null, _r(5, (i) => R("i", {
29919
29919
  key: i,
29920
29920
  style: qt({ animationDelay: `${i * 0.12}s` })
29921
29921
  }, null, 4)), 64))
@@ -29937,13 +29937,13 @@ ${T.nodeIp || "-"}`,
29937
29937
  tag: { default: "" }
29938
29938
  },
29939
29939
  setup(r) {
29940
- return (e, t) => ($(), G("div", eLe, [
29940
+ return (e, t) => (B(), G("div", eLe, [
29941
29941
  R("div", null, we(r.name.charAt(0) || "-"), 1),
29942
29942
  R("section", null, [
29943
29943
  R("strong", null, we(r.name || "暂未排班"), 1),
29944
29944
  R("span", null, we(r.phone || "—"), 1)
29945
29945
  ]),
29946
- r.tag ? ($(), G("em", tLe, we(r.tag), 1)) : Se("", !0)
29946
+ r.tag ? (B(), G("em", tLe, we(r.tag), 1)) : Se("", !0)
29947
29947
  ]));
29948
29948
  }
29949
29949
  }), utt = /* @__PURE__ */ tr(rLe, [["__scopeId", "data-v-cd7cff86"]]), iLe = {
@@ -29983,10 +29983,10 @@ ${T.nodeIp || "-"}`,
29983
29983
  function o() {
29984
29984
  t.closeOnMask && a();
29985
29985
  }
29986
- return (s, l) => ($(), Vr(Mge, { to: "body" }, [
29986
+ return (s, l) => (B(), Vr(Mge, { to: "body" }, [
29987
29987
  ea(Rge, { name: "base-modal-fade" }, {
29988
29988
  default: zr(() => [
29989
- r.modelValue ? ($(), G("div", {
29989
+ r.modelValue ? (B(), G("div", {
29990
29990
  key: 0,
29991
29991
  class: Ct(["base-modal-mask", r.maskClass]),
29992
29992
  onClick: wN(o, ["self"])
@@ -29995,14 +29995,14 @@ ${T.nodeIp || "-"}`,
29995
29995
  class: Ct(["base-modal-panel", [r.panelClass, { "base-modal-panel--padded": r.padded, "base-modal-panel--title-left": r.titleAlign === "left", "base-modal-panel--title-center": r.titleAlign === "center" }]]),
29996
29996
  style: qt(n.value)
29997
29997
  }, [
29998
- r.title || s.$slots.header || r.showCloseButton ? ($(), G("header", iLe, [
29998
+ r.title || s.$slots.header || r.showCloseButton ? (B(), G("header", iLe, [
29999
29999
  nr(s.$slots, "header", {}, () => [
30000
30000
  R("div", nLe, [
30001
- r.eyebrow ? ($(), G("p", aLe, we(r.eyebrow), 1)) : Se("", !0),
30002
- r.title ? ($(), G("h2", oLe, we(r.title), 1)) : Se("", !0)
30001
+ r.eyebrow ? (B(), G("p", aLe, we(r.eyebrow), 1)) : Se("", !0),
30002
+ r.title ? (B(), G("h2", oLe, we(r.title), 1)) : Se("", !0)
30003
30003
  ])
30004
30004
  ], !0),
30005
- r.showCloseButton ? ($(), G("button", {
30005
+ r.showCloseButton ? (B(), G("button", {
30006
30006
  key: 0,
30007
30007
  class: "base-modal-close",
30008
30008
  type: "button",
@@ -30013,7 +30013,7 @@ ${T.nodeIp || "-"}`,
30013
30013
  R("div", sLe, [
30014
30014
  nr(s.$slots, "default", {}, void 0, !0)
30015
30015
  ]),
30016
- s.$slots.footer ? ($(), G("footer", lLe, [
30016
+ s.$slots.footer ? (B(), G("footer", lLe, [
30017
30017
  nr(s.$slots, "footer", {}, void 0, !0)
30018
30018
  ])) : Se("", !0)
30019
30019
  ], 6)
@@ -34806,7 +34806,7 @@ function z$e(r, e, t, i, n) {
34806
34806
  D.percentWidth = V, y.push(D), D.contentWidth = Ka(Xa(L), D.text);
34807
34807
  else {
34808
34808
  if (H) {
34809
- var F = P.backgroundColor, Y = F && F.image;
34809
+ var $ = P.backgroundColor, Y = $ && $.image;
34810
34810
  Y && (Y = N$e(Y), V_(Y) && (D.width = Math.max(D.width, Y.width * N / Y.height)));
34811
34811
  }
34812
34812
  var U = b && c != null ? c - I : null;
@@ -34818,8 +34818,8 @@ function z$e(r, e, t, i, n) {
34818
34818
  }
34819
34819
  a.outerWidth = a.width = de(c, _), a.outerHeight = a.height = de(h, m), a.contentHeight = m, a.contentWidth = _, a.outerWidth += l, a.outerHeight += u;
34820
34820
  for (var T = 0; T < y.length; T++) {
34821
- var D = y[T], B = D.percentWidth;
34822
- D.width = parseInt(B, 10) / 100 * a.width;
34821
+ var D = y[T], F = D.percentWidth;
34822
+ D.width = parseInt(F, 10) / 100 * a.width;
34823
34823
  }
34824
34824
  return a;
34825
34825
  }
@@ -35338,14 +35338,14 @@ var lo = (function() {
35338
35338
  break;
35339
35339
  }
35340
35340
  case Ot.A:
35341
- var V = i[w++], H = i[w++], F = i[w++], Y = i[w++], U = i[w++], B = i[w++], q = i[w++], re = !i[w++], ue = F > Y ? F : Y, ie = So(F - Y) > 1e-3, me = U + B, ae = !1;
35341
+ var V = i[w++], H = i[w++], $ = i[w++], Y = i[w++], U = i[w++], F = i[w++], q = i[w++], re = !i[w++], ue = $ > Y ? $ : Y, ie = So($ - Y) > 1e-3, me = U + F, ae = !1;
35342
35342
  if (d) {
35343
35343
  var I = v[y++];
35344
- g + I > m && (me = U + B * (m - g) / I, ae = !0), g += I;
35344
+ g + I > m && (me = U + F * (m - g) / I, ae = !0), g += I;
35345
35345
  }
35346
- if (ie && e.ellipse ? e.ellipse(V, H, F, Y, q, U, me, re) : e.arc(V, H, ue, U, me, re), ae)
35346
+ if (ie && e.ellipse ? e.ellipse(V, H, $, Y, q, U, me, re) : e.arc(V, H, ue, U, me, re), ae)
35347
35347
  break e;
35348
- T && (s = Fl(U) * F + V, l = ql(U) * Y + H), u = Fl(me) * F + V, c = ql(me) * Y + H;
35348
+ T && (s = Fl(U) * $ + V, l = ql(U) * Y + H), u = Fl(me) * $ + V, c = ql(me) * Y + H;
35349
35349
  break;
35350
35350
  case Ot.R:
35351
35351
  s = u = i[w], l = c = i[w + 1], h = i[w++], f = i[w++];
@@ -36775,9 +36775,9 @@ function KBe(r, e) {
36775
36775
  V && (t = XBe(V), p = t[0], g = t[1], y = t[2], m = t[3]);
36776
36776
  var H = YJ(i - n) / 2;
36777
36777
  if (_ = Ia(H, y), b = Ia(H, m), S = Ia(H, p), w = Ia(H, g), E = x = Sv(_, b), C = T = Sv(S, w), (x > Qn || T > Qn) && (I = i * sh(u), A = i * zl(u), D = n * sh(l), P = n * zl(l), d < tce)) {
36778
- var F = YBe(M, k, D, P, I, A, L, N);
36779
- if (F) {
36780
- var Y = M - F[0], U = k - F[1], B = I - F[0], q = A - F[1], re = 1 / zl(jBe((Y * B + U * q) / (Gv(Y * Y + U * U) * Gv(B * B + q * q))) / 2), ue = Gv(F[0] * F[0] + F[1] * F[1]);
36778
+ var $ = YBe(M, k, D, P, I, A, L, N);
36779
+ if ($) {
36780
+ var Y = M - $[0], U = k - $[1], F = I - $[0], q = A - $[1], re = 1 / zl(jBe((Y * F + U * q) / (Gv(Y * Y + U * U) * Gv(F * F + q * q))) / 2), ue = Gv($[0] * $[0] + $[1] * $[1]);
36781
36781
  E = Ia(x, (i - ue) / (re + 1)), C = Ia(T, (n - ue) / (re - 1));
36782
36782
  }
36783
36783
  }
@@ -43109,8 +43109,8 @@ function xf(r, e) {
43109
43109
  if (H <= 0)
43110
43110
  break;
43111
43111
  if (z % 2 === 0) {
43112
- var F = (1 - o.symbolSize) * 0.5, Y = N + g[k][z] * F, U = D + y[P] * F, B = g[k][z] * o.symbolSize, q = y[P] * o.symbolSize, re = V / 2 % m[L].length;
43113
- ue(Y, U, B, q, m[L][re]);
43112
+ var $ = (1 - o.symbolSize) * 0.5, Y = N + g[k][z] * $, U = D + y[P] * $, F = g[k][z] * o.symbolSize, q = y[P] * o.symbolSize, re = V / 2 % m[L].length;
43113
+ ue(Y, U, F, q, m[L][re]);
43114
43114
  }
43115
43115
  N += g[k][z], ++V, ++z, z === g[k].length && (z = 0);
43116
43116
  }
@@ -45638,20 +45638,20 @@ function bze(r, e) {
45638
45638
  }
45639
45639
  function Sze(r, e, t, i, n, a) {
45640
45640
  var o = 3e3, s = BFe, l = 0;
45641
- function u(k, L, N, z, V, H, F) {
45642
- for (var Y = bze(V, k), U = L, B = new Date(U); U < N && U <= i[1]; ) {
45643
- if (F.push({
45641
+ function u(k, L, N, z, V, H, $) {
45642
+ for (var Y = bze(V, k), U = L, F = new Date(U); U < N && U <= i[1]; ) {
45643
+ if ($.push({
45644
45644
  value: U
45645
45645
  }), l++ > o) {
45646
45646
  process.env.NODE_ENV !== "production" && Vt('Exceed safe limit in TimeScale["getTicks"].');
45647
45647
  break;
45648
45648
  }
45649
- if (B[V](B[z]() + k), U = B.getTime(), a) {
45649
+ if (F[V](F[z]() + k), U = F.getTime(), a) {
45650
45650
  var q = a.calcNiceTickMultiple(U, Y);
45651
- q > 0 && (B[V](B[z]() + q * k), U = B.getTime());
45651
+ q > 0 && (F[V](F[z]() + q * k), U = F.getTime());
45652
45652
  }
45653
45653
  }
45654
- F.push({
45654
+ $.push({
45655
45655
  value: U,
45656
45656
  // extent[1] should be added; deduplication will be performed later.
45657
45657
  notAdd: U > i[1]
@@ -45666,40 +45666,40 @@ function Sze(r, e, t, i, n, a) {
45666
45666
  value: i[1]
45667
45667
  }]);
45668
45668
  for (var H = 0; H < L.length - 1; H++) {
45669
- var F = L[H].value, Y = L[H + 1].value;
45670
- if (F !== Y) {
45671
- var U = void 0, B = void 0, q = void 0, re = !1;
45669
+ var $ = L[H].value, Y = L[H + 1].value;
45670
+ if ($ !== Y) {
45671
+ var U = void 0, F = void 0, q = void 0, re = !1;
45672
45672
  switch (k) {
45673
45673
  case "year":
45674
- U = Math.max(1, Math.round(e / Nn / 365)), B = Ece(t), q = HFe(t);
45674
+ U = Math.max(1, Math.round(e / Nn / 365)), F = Ece(t), q = HFe(t);
45675
45675
  break;
45676
45676
  case "half-year":
45677
45677
  case "quarter":
45678
45678
  case "month":
45679
- U = gze(e), B = fB(t), q = Cce(t);
45679
+ U = gze(e), F = fB(t), q = Cce(t);
45680
45680
  break;
45681
45681
  case "week":
45682
45682
  // PENDING If week is added. Ignore day.
45683
45683
  case "half-week":
45684
45684
  case "day":
45685
- U = pze(e), B = dB(t), q = Ice(t), re = !0;
45685
+ U = pze(e), F = dB(t), q = Ice(t), re = !0;
45686
45686
  break;
45687
45687
  case "half-day":
45688
45688
  case "quarter-day":
45689
45689
  case "hour":
45690
- U = yze(e), B = vB(t), q = Dce(t);
45690
+ U = yze(e), F = vB(t), q = Dce(t);
45691
45691
  break;
45692
45692
  case "minute":
45693
- U = pee(e, !0), B = pB(t), q = Ace(t);
45693
+ U = pee(e, !0), F = pB(t), q = Ace(t);
45694
45694
  break;
45695
45695
  case "second":
45696
- U = pee(e, !1), B = gB(t), q = Oce(t);
45696
+ U = pee(e, !1), F = gB(t), q = Oce(t);
45697
45697
  break;
45698
45698
  case "millisecond":
45699
- U = mze(e), B = yB(t), q = Pce(t);
45699
+ U = mze(e), F = yB(t), q = Pce(t);
45700
45700
  break;
45701
45701
  }
45702
- Y >= i[0] && F <= i[1] && u(U, F, Y, B, q, re, z), k === "year" && N.length > 1 && H === 0 && N.unshift({
45702
+ Y >= i[0] && $ <= i[1] && u(U, $, Y, F, q, re, z), k === "year" && N.length > 1 && H === 0 && N.unshift({
45703
45703
  value: N[0].value - U
45704
45704
  });
45705
45705
  }
@@ -47820,20 +47820,20 @@ function vb(r, e, t, i) {
47820
47820
  return K3e[ae];
47821
47821
  });
47822
47822
  }
47823
- for (var F = tt(x), Y = !0, U, C = 1; C < F.length; C++) {
47824
- var B = F[C - 1], q = F[C];
47825
- if (x[B][nu] !== x[q][nu]) {
47823
+ for (var $ = tt(x), Y = !0, U, C = 1; C < $.length; C++) {
47824
+ var F = $[C - 1], q = $[C];
47825
+ if (x[F][nu] !== x[q][nu]) {
47826
47826
  Y = !1;
47827
47827
  break;
47828
47828
  }
47829
- U = x[B][nu];
47829
+ U = x[F][nu];
47830
47830
  }
47831
47831
  if (Y && U) {
47832
47832
  for (var D in x)
47833
47833
  x[D][nu] && delete x[D][nu];
47834
47834
  e[nu] = U;
47835
47835
  }
47836
- if (bt(F, function(ue) {
47836
+ if (bt($, function(ue) {
47837
47837
  return tt(x[ue]).length > 0;
47838
47838
  }).length) {
47839
47839
  var re = Zfe(x, t);
@@ -49277,12 +49277,12 @@ function O4e(r, e, t, i, n, a, o, s) {
49277
49277
  }
49278
49278
  S && (d.push(b), v.push(v.length));
49279
49279
  }
49280
- v.sort(function(B, q) {
49281
- return p[B] - p[q];
49280
+ v.sort(function(F, q) {
49281
+ return p[F] - p[q];
49282
49282
  });
49283
49283
  for (var k = u.length, L = Ha(k), N = Ha(k), z = Ha(k), V = Ha(k), H = [], _ = 0; _ < v.length; _++) {
49284
- var F = v[_], Y = _ * 2, U = F * 2;
49285
- L[Y] = u[U], L[Y + 1] = u[U + 1], N[Y] = c[U], N[Y + 1] = c[U + 1], z[Y] = h[U], z[Y + 1] = h[U + 1], V[Y] = f[U], V[Y + 1] = f[U + 1], H[_] = d[F];
49284
+ var $ = v[_], Y = _ * 2, U = $ * 2;
49285
+ L[Y] = u[U], L[Y + 1] = u[U + 1], N[Y] = c[U], N[Y + 1] = c[U + 1], z[Y] = h[U], z[Y + 1] = h[U + 1], V[Y] = f[U], V[Y + 1] = f[U + 1], H[_] = d[$];
49286
49286
  }
49287
49287
  return {
49288
49288
  current: L,
@@ -49852,13 +49852,13 @@ var V4e = (
49852
49852
  smoothMonotone: H,
49853
49853
  connectNulls: x
49854
49854
  }), p) {
49855
- var F = s.getCalculationInfo("stackedOnSeries"), Y = 0;
49855
+ var $ = s.getCalculationInfo("stackedOnSeries"), Y = 0;
49856
49856
  p.useStyle(Ae(u.getAreaStyle(), {
49857
49857
  fill: A,
49858
49858
  opacity: 0.7,
49859
49859
  lineJoin: "bevel",
49860
49860
  decal: s.getVisual("style").decal
49861
- })), F && (Y = ote(F.get("smooth"))), p.setShape({
49861
+ })), $ && (Y = ote($.get("smooth"))), p.setShape({
49862
49862
  smooth: V,
49863
49863
  stackedOnSmooth: Y,
49864
49864
  smoothMonotone: H,
@@ -49869,9 +49869,9 @@ var V4e = (
49869
49869
  s.eachItemGraphicEl(function(ie) {
49870
49870
  ie && (ie.onHoverStateChange = U);
49871
49871
  }), this._polyline.onHoverStateChange = U, this._data = s, this._coordSys = a, this._stackedOnPoints = S, this._points = c, this._step = C, this._valueOrigin = _;
49872
- var B = t.get("triggerEvent"), q = t.get("triggerLineEvent");
49872
+ var F = t.get("triggerEvent"), q = t.get("triggerLineEvent");
49873
49873
  process.env.NODE_ENV !== "production" && q && CL("triggerLineEvent", "Use the `triggerEvent` option instead.");
49874
- var re = q === !0 || B === !0 || B === "line", ue = q === !0 || B === !0 || B === "area";
49874
+ var re = q === !0 || F === !0 || F === "line", ue = q === !0 || F === !0 || F === "area";
49875
49875
  this.packEventData(t, v, re), p && this.packEventData(t, p, ue);
49876
49876
  }, e.prototype.packEventData = function(t, i, n) {
49877
49877
  Le(i).eventData = n ? {
@@ -50701,8 +50701,8 @@ function o8e(r, e, t, i, n, a) {
50701
50701
  })
50702
50702
  });
50703
50703
  H.anid = "label_" + I;
50704
- var F = cc(H);
50705
- if (F.labelInfo = b, F.layoutRotation = d.rotation, hs({
50704
+ var $ = cc(H);
50705
+ if ($.labelInfo = b, $.layoutRotation = d.rotation, hs({
50706
50706
  el: H,
50707
50707
  componentModel: n,
50708
50708
  itemName: T,
@@ -50718,11 +50718,11 @@ function o8e(r, e, t, i, n, a) {
50718
50718
  Y.targetType = "axisLabel", Y.value = E, Y.tickIndex = S;
50719
50719
  var U = b.tick.break;
50720
50720
  if (U) {
50721
- var B = U.parsedBreak;
50721
+ var F = U.parsedBreak;
50722
50722
  Y.break = {
50723
50723
  // type: labelItem.break.type,
50724
- start: B.vmin,
50725
- end: B.vmax
50724
+ start: F.vmin,
50725
+ end: F.vmax
50726
50726
  };
50727
50727
  }
50728
50728
  o.type === "category" && (Y.dataIndex = I), Le(H).eventData = Y, U && u8e(n, a, H, U);
@@ -51095,11 +51095,11 @@ function Nde(r) {
51095
51095
  h && (L = +P - A.get(o, I));
51096
51096
  var N = void 0, z = void 0, V = void 0, H = void 0;
51097
51097
  if (f) {
51098
- var F = i.dataToPoint([P, M]);
51099
- h && (k = i.dataToPoint([L, M])[0]), N = k, z = F[1] + m, V = F[0] - k, H = y, Qt(V) < p && (V = (V < 0 ? -1 : 1) * p);
51098
+ var $ = i.dataToPoint([P, M]);
51099
+ h && (k = i.dataToPoint([L, M])[0]), N = k, z = $[1] + m, V = $[0] - k, H = y, Qt(V) < p && (V = (V < 0 ? -1 : 1) * p);
51100
51100
  } else {
51101
- var F = i.dataToPoint([M, P]);
51102
- h && (k = i.dataToPoint([M, L])[1]), N = F[0] + m, z = k, V = y, H = F[1] - k, Qt(H) < p && (H = (H <= 0 ? -1 : 1) * p);
51101
+ var $ = i.dataToPoint([M, P]);
51102
+ h && (k = i.dataToPoint([M, L])[1]), N = $[0] + m, z = k, V = y, H = $[1] - k, Qt(H) < p && (H = (H <= 0 ? -1 : 1) * p);
51103
51103
  }
51104
51104
  v ? (w[D] = N, w[D + 1] = z, w[D + 2] = f ? V : H, x && (x[D] = f ? E.x : N, x[D + 1] = f ? z : E.y, x[D + 2] = C), T[I] = I) : b.setItemLayout(I, {
51105
51105
  x: N,
@@ -51452,8 +51452,8 @@ var CM = Math.max, IM = Math.min, D8e = (
51452
51452
  if (V && (N && zo(N, t, A), N = null), N ? Wn(N) : N = hte[u.type](t, s, I, P, h, f, c.model, !0, g), d && (N.forceLabelAnimation = !0), x) {
51453
51453
  var H = N.getTextContent();
51454
51454
  if (H) {
51455
- var F = md(H);
51456
- F.prevValue != null && (F.prevValue = F.value);
51455
+ var $ = md(H);
51456
+ $.prevValue != null && ($.prevValue = $.value);
51457
51457
  }
51458
51458
  } else
51459
51459
  pte(N, s, I, D, P, t, h, u.type === "polar");
@@ -52163,18 +52163,18 @@ function H8e(r) {
52163
52163
  return;
52164
52164
  }
52165
52165
  if (v(E)) {
52166
- var H = (T.startAngle + T.endAngle) / 2, F = Math.cos(H), Y = Math.sin(H), U, B, q, re;
52166
+ var H = (T.startAngle + T.endAngle) / 2, $ = Math.cos(H), Y = Math.sin(H), U, F, q, re;
52167
52167
  i = T.cx, n = T.cy;
52168
52168
  var ue = D === "inside" || D === "inner";
52169
52169
  if (D === "center")
52170
- U = T.cx, B = T.cy, re = "center";
52170
+ U = T.cx, F = T.cy, re = "center";
52171
52171
  else {
52172
- var ie = (ue ? (T.r + T.r0) / 2 * F : T.r * F) + i, me = (ue ? (T.r + T.r0) / 2 * Y : T.r * Y) + n;
52173
- if (U = ie + F * 3, B = me + Y * 3, !ue) {
52174
- var ae = ie + F * (z + l - T.r), _e = me + Y * (z + l - T.r), Ye = ae + (F < 0 ? -1 : 1) * V, He = _e;
52175
- M === "edge" ? U = F < 0 ? c + k : c + u - k : U = Ye + (F < 0 ? -P : P), B = He, q = [[ie, me], [ae, _e], [Ye, He]];
52172
+ var ie = (ue ? (T.r + T.r0) / 2 * $ : T.r * $) + i, me = (ue ? (T.r + T.r0) / 2 * Y : T.r * Y) + n;
52173
+ if (U = ie + $ * 3, F = me + Y * 3, !ue) {
52174
+ var ae = ie + $ * (z + l - T.r), _e = me + Y * (z + l - T.r), Ye = ae + ($ < 0 ? -1 : 1) * V, He = _e;
52175
+ M === "edge" ? U = $ < 0 ? c + k : c + u - k : U = Ye + ($ < 0 ? -P : P), F = He, q = [[ie, me], [ae, _e], [Ye, He]];
52176
52176
  }
52177
- re = ue ? "center" : M === "edge" ? F > 0 ? "right" : "left" : F > 0 ? "left" : "right";
52177
+ re = ue ? "center" : M === "edge" ? $ > 0 ? "right" : "left" : $ > 0 ? "left" : "right";
52178
52178
  }
52179
52179
  var lt = Math.PI, ut = 0, rt = A.get("rotate");
52180
52180
  if (ft(rt))
@@ -52182,15 +52182,15 @@ function H8e(r) {
52182
52182
  else if (D === "center")
52183
52183
  ut = 0;
52184
52184
  else if (rt === "radial" || rt === !0) {
52185
- var Dt = F < 0 ? -H + lt : -H;
52185
+ var Dt = $ < 0 ? -H + lt : -H;
52186
52186
  ut = Dt;
52187
52187
  } else if (rt === "tangential" || rt === "tangential-noflip" && D !== "outside" && D !== "outer") {
52188
- var Jt = Math.atan2(F, Y);
52188
+ var Jt = Math.atan2($, Y);
52189
52189
  Jt < 0 && (Jt = lt * 2 + Jt);
52190
52190
  var qr = Y > 0;
52191
52191
  qr && rt !== "tangential-noflip" && (Jt = lt + Jt), ut = Jt - lt;
52192
52192
  }
52193
- if (a = !!ut, E.x = U, E.y = B, E.rotation = ut, E.setStyle({
52193
+ if (a = !!ut, E.x = U, E.y = F, E.rotation = ut, E.setStyle({
52194
52194
  verticalAlign: "middle"
52195
52195
  }), ue) {
52196
52196
  E.setStyle({
@@ -52208,7 +52208,7 @@ function H8e(r) {
52208
52208
  len2: V,
52209
52209
  minTurnAngle: N.get("minTurnAngle"),
52210
52210
  maxSurfaceAngle: N.get("maxSurfaceAngle"),
52211
- surfaceNormal: new Me(F, Y),
52211
+ surfaceNormal: new Me($, Y),
52212
52212
  linePoints: q,
52213
52213
  textAlign: re,
52214
52214
  labelDistance: P,
@@ -53033,8 +53033,8 @@ function Yde(r, e) {
53033
53033
  }
53034
53034
  process.env.NODE_ENV !== "production" && J(v >= 1);
53035
53035
  var m = n.zoomFixMM, _ = m[0] || m[1], b = [n.fixMM[0] || _, n.fixMM[1] || _], S = t.getExtent(), w = s.getExtent(), x = ffe(w, b), T, E, C, I, A, D;
53036
- function P(F) {
53037
- for (var Y = 50, U = 0; U < Y && !F(); U++)
53036
+ function P($) {
53037
+ for (var Y = 50, U = 0; U < Y && !$(); U++)
53038
53038
  C = a ? C * Ze(l, 2) : fze(C), I = nc(C);
53039
53039
  process.env.NODE_ENV !== "production" && U >= Y && Vt("incorrect impl in `scaleCalcAlign`.");
53040
53040
  }
@@ -53064,12 +53064,12 @@ function Yde(r, e) {
53064
53064
  return !0;
53065
53065
  })) : P(function() {
53066
53066
  D = dt(Bc(x[0] / C) * C, I), A = dt(va(x[1] / C) * C, I);
53067
- var F = oo((A - D) / C);
53068
- if (F <= v) {
53069
- var Y = v - F, U = void 0, B = n.incl0 || a;
53070
- if (B && x[0] === 0)
53067
+ var $ = oo((A - D) / C);
53068
+ if ($ <= v) {
53069
+ var Y = v - $, U = void 0, F = n.incl0 || a;
53070
+ if (F && x[0] === 0)
53071
53071
  U = [0, Y];
53072
- else if (B && x[1] === 0)
53072
+ else if (F && x[1] === 0)
53073
53073
  U = [Y, 0];
53074
53074
  else {
53075
53075
  var q = va(Y / 2);
@@ -58127,18 +58127,18 @@ function UHe(r, e, t, i, n, a, o, s, l, u) {
58127
58127
  var c = o.getLayout(), h = r.getData(), f = o.getModel();
58128
58128
  if (h.setItemGraphicEl(o.dataIndex, null), !c || !c.isInView)
58129
58129
  return;
58130
- var d = c.width, v = c.height, p = c.borderWidth, g = c.invisible, y = o.getRawIndex(), m = s && s.getRawIndex(), _ = o.viewChildren, b = c.upperHeight, S = _ && _.length, w = f.getModel("itemStyle"), x = f.getModel(["emphasis", "itemStyle"]), T = f.getModel(["blur", "itemStyle"]), E = f.getModel(["select", "itemStyle"]), C = w.get("borderRadius") || 0, I = B("nodeGroup", BL);
58130
+ var d = c.width, v = c.height, p = c.borderWidth, g = c.invisible, y = o.getRawIndex(), m = s && s.getRawIndex(), _ = o.viewChildren, b = c.upperHeight, S = _ && _.length, w = f.getModel("itemStyle"), x = f.getModel(["emphasis", "itemStyle"]), T = f.getModel(["blur", "itemStyle"]), E = f.getModel(["select", "itemStyle"]), C = w.get("borderRadius") || 0, I = F("nodeGroup", BL);
58131
58131
  if (!I)
58132
58132
  return;
58133
58133
  if (l.add(I), I.x = c.x || 0, I.y = c.y || 0, I.markRedraw(), x1(I).nodeWidth = d, x1(I).nodeHeight = v, c.isAboveViewRoot)
58134
58134
  return I;
58135
- var A = B("background", yre, u, GHe);
58135
+ var A = F("background", yre, u, GHe);
58136
58136
  A && V(I, A, S && c.upperLabelHeight);
58137
58137
  var D = f.getModel("emphasis"), P = D.get("focus"), M = D.get("blurScope"), k = D.get("disabled"), L = P === "ancestor" ? o.getAncestorsIndices() : P === "descendant" ? o.getDescendantIndices() : P;
58138
58138
  if (S)
58139
58139
  ol(I) && bu(I, !1), A && (bu(A, !k), h.setItemGraphicEl(o.dataIndex, A), Vk(A, L, M));
58140
58140
  else {
58141
- var N = B("content", yre, u, HHe);
58141
+ var N = F("content", yre, u, HHe);
58142
58142
  N && H(I, N), A.disableMorphing = !0, A && ol(A) && bu(A, !1), bu(I, !k), h.setItemGraphicEl(o.dataIndex, I);
58143
58143
  var z = f.getShallow("cursor");
58144
58144
  z && N.attr("cursor", z), Vk(I, L, M);
@@ -58153,7 +58153,7 @@ function UHe(r, e, t, i, n, a, o, s, l, u) {
58153
58153
  height: v,
58154
58154
  r: C
58155
58155
  }), g)
58156
- F(ie);
58156
+ $(ie);
58157
58157
  else {
58158
58158
  ie.invisible = !1;
58159
58159
  var _e = o.getVisual("style"), Ye = _e.stroke, He = Sre(w);
@@ -58194,7 +58194,7 @@ function UHe(r, e, t, i, n, a, o, s, l, u) {
58194
58194
  height: _e,
58195
58195
  r: C
58196
58196
  }), g)
58197
- F(ie);
58197
+ $(ie);
58198
58198
  else {
58199
58199
  ie.invisible = !1;
58200
58200
  var Ye = o.getVisual("style"), He = Ye.fill, lt = Sre(w);
@@ -58204,7 +58204,7 @@ function UHe(r, e, t, i, n, a, o, s, l, u) {
58204
58204
  }
58205
58205
  ue.add(ie);
58206
58206
  }
58207
- function F(ue) {
58207
+ function $(ue) {
58208
58208
  !ue.invisible && a.push(ue);
58209
58209
  }
58210
58210
  function Y(ue, ie, me, ae) {
@@ -58239,7 +58239,7 @@ function UHe(r, e, t, i, n, a, o, s, l, u) {
58239
58239
  ue.text = _e ? _e + " " + ae : ae;
58240
58240
  }
58241
58241
  }
58242
- function B(ue, ie, me, ae) {
58242
+ function F(ue, ie, me, ae) {
58243
58243
  var _e = m != null && t[ue][m], Ye = n[ue];
58244
58244
  return _e ? (t[ue][m] = null, q(Ye, _e)) : g || (_e = new ie(), _e instanceof Hn && (_e.z2 = jHe(me, ae)), re(Ye, _e)), e[ue][y] = _e;
58245
58245
  }
@@ -60267,10 +60267,10 @@ function BWe(r, e) {
60267
60267
  if (!(M <= 0)) {
60268
60268
  var z = N.getLayout().angle;
60269
60269
  if (z > f && f > 0) {
60270
- var V = D ? 1 : Math.min(z / A, 1), H = z - f, F = Math.min(H, Math.min(M, C * V));
60271
- M -= F, N.setLayout({
60272
- angle: z - F,
60273
- ratio: (z - F) / z
60270
+ var V = D ? 1 : Math.min(z / A, 1), H = z - f, $ = Math.min(H, Math.min(M, C * V));
60271
+ M -= $, N.setLayout({
60272
+ angle: z - $,
60273
+ ratio: (z - $) / z
60274
60274
  }, !0);
60275
60275
  } else f > 0 && N.setLayout({
60276
60276
  angle: f,
@@ -60291,11 +60291,11 @@ function BWe(r, e) {
60291
60291
  clockwise: p
60292
60292
  }, !0), L[N.dataIndex] = k, k += (z + h) * g;
60293
60293
  }), i.eachEdge(function(N) {
60294
- var z = S ? 1 : N.getValue("value"), V = E * (T ? z : 1) * g, H = N.node1.dataIndex, F = L[H] || 0, Y = Math.abs((N.node1.getLayout().ratio || 1) * V), U = F + Y * g, B = [s + c * Math.cos(F), l + c * Math.sin(F)], q = [s + c * Math.cos(U), l + c * Math.sin(U)], re = N.node2.dataIndex, ue = L[re] || 0, ie = Math.abs((N.node2.getLayout().ratio || 1) * V), me = ue + ie * g, ae = [s + c * Math.cos(ue), l + c * Math.sin(ue)], _e = [s + c * Math.cos(me), l + c * Math.sin(me)];
60294
+ var z = S ? 1 : N.getValue("value"), V = E * (T ? z : 1) * g, H = N.node1.dataIndex, $ = L[H] || 0, Y = Math.abs((N.node1.getLayout().ratio || 1) * V), U = $ + Y * g, F = [s + c * Math.cos($), l + c * Math.sin($)], q = [s + c * Math.cos(U), l + c * Math.sin(U)], re = N.node2.dataIndex, ue = L[re] || 0, ie = Math.abs((N.node2.getLayout().ratio || 1) * V), me = ue + ie * g, ae = [s + c * Math.cos(ue), l + c * Math.sin(ue)], _e = [s + c * Math.cos(me), l + c * Math.sin(me)];
60295
60295
  N.setLayout({
60296
- s1: B,
60296
+ s1: F,
60297
60297
  s2: q,
60298
- sStartAngle: F,
60298
+ sStartAngle: $,
60299
60299
  sEndAngle: U,
60300
60300
  t1: ae,
60301
60301
  t2: _e,
@@ -60424,12 +60424,12 @@ var GWe = (
60424
60424
  // multiply firstly to avoid rounding error.
60425
60425
  dt(k * (g - p) / b + p, XNe),
60426
60426
  _.get("formatter")
60427
- ), V = a(k / b), H = P * (v - w - L) + f, F = M * (v - w - L) + d, Y = _.get("rotate"), U = 0;
60427
+ ), V = a(k / b), H = P * (v - w - L) + f, $ = M * (v - w - L) + d, Y = _.get("rotate"), U = 0;
60428
60428
  Y === "radial" ? (U = -T + 2 * Math.PI, U > Math.PI / 2 && (U += Math.PI)) : Y === "tangential" ? U = -T - Math.PI / 2 : ft(Y) && (U = Y * Math.PI / 180), U === 0 ? h.add(new ht({
60429
60429
  style: Pt(_, {
60430
60430
  text: z,
60431
60431
  x: H,
60432
- y: F,
60432
+ y: $,
60433
60433
  verticalAlign: M < -0.8 ? "top" : M > 0.8 ? "bottom" : "middle",
60434
60434
  align: P < -0.4 ? "left" : P > 0.4 ? "right" : "center"
60435
60435
  }, {
@@ -60440,7 +60440,7 @@ var GWe = (
60440
60440
  style: Pt(_, {
60441
60441
  text: z,
60442
60442
  x: H,
60443
- y: F,
60443
+ y: $,
60444
60444
  verticalAlign: "middle",
60445
60445
  align: "center"
60446
60446
  }, {
@@ -60448,14 +60448,14 @@ var GWe = (
60448
60448
  }),
60449
60449
  silent: !0,
60450
60450
  originX: H,
60451
- originY: F,
60451
+ originY: $,
60452
60452
  rotation: U
60453
60453
  }));
60454
60454
  }
60455
60455
  if (m.get("show") && k !== b) {
60456
60456
  var L = m.get("distance");
60457
60457
  L = L ? L + c : c;
60458
- for (var B = 0; B <= S; B++) {
60458
+ for (var F = 0; F <= S; F++) {
60459
60459
  P = Math.cos(T), M = Math.sin(T);
60460
60460
  var q = new Sr({
60461
60461
  shape: {
@@ -60468,7 +60468,7 @@ var GWe = (
60468
60468
  style: A
60469
60469
  });
60470
60470
  A.stroke === "auto" && q.setStyle({
60471
- stroke: a((k + B / S) / b)
60471
+ stroke: a((k + F / S) / b)
60472
60472
  }), h.add(q), T += C;
60473
60473
  }
60474
60474
  T -= C;
@@ -60611,8 +60611,8 @@ var GWe = (
60611
60611
  }, _, function(V) {
60612
60612
  return um(V, N);
60613
60613
  }), p && _ce(C, y, l, t, {
60614
- getFormattedLabel: function(V, H, F, Y, U, B) {
60615
- return um(B ? B.interpolatedValue : _, N);
60614
+ getFormattedLabel: function(V, H, $, Y, U, F) {
60615
+ return um(F ? F.interpolatedValue : _, N);
60616
60616
  }
60617
60617
  }), b.add(C);
60618
60618
  }
@@ -60979,19 +60979,19 @@ function QWe(r, e) {
60979
60979
  }
60980
60980
  return [[k, z], [k, z + N]];
60981
60981
  }
60982
- var V = i.get(n, M) || 0, H = yt(V, [g, y], v, !0), F;
60982
+ var V = i.get(n, M) || 0, H = yt(V, [g, y], v, !0), $;
60983
60983
  switch (m) {
60984
60984
  case "left":
60985
- F = f;
60985
+ $ = f;
60986
60986
  break;
60987
60987
  case "center":
60988
- F = f + (u - H) / 2;
60988
+ $ = f + (u - H) / 2;
60989
60989
  break;
60990
60990
  case "right":
60991
- F = f + u - H;
60991
+ $ = f + u - H;
60992
60992
  break;
60993
60993
  }
60994
- return [[F, k], [F + H, k]];
60994
+ return [[$, k], [$ + H, k]];
60995
60995
  };
60996
60996
  a === "ascending" && (S = -S, _ = -_, l ? f += u : d += c, h = h.reverse());
60997
60997
  for (var x = 0; x < h.length; x++) {
@@ -62358,10 +62358,10 @@ var rs = "sankey", UUe = (
62358
62358
  var V = "" + g.get("value"), H = Mr(g, "edgeLabel");
62359
62359
  Ur(v, H, {
62360
62360
  labelFetcher: {
62361
- getFormattedLabel: function(U, B, q, re, ue, ie) {
62361
+ getFormattedLabel: function(U, F, q, re, ue, ie) {
62362
62362
  return t.getFormattedLabel(
62363
62363
  U,
62364
- B,
62364
+ F,
62365
62365
  "edge",
62366
62366
  re,
62367
62367
  // ensure edgeLabel formatter is provided
@@ -62376,13 +62376,13 @@ var rs = "sankey", UUe = (
62376
62376
  }), v.setTextConfig({
62377
62377
  position: "inside"
62378
62378
  });
62379
- var F = g.getModel("emphasis");
62379
+ var $ = g.getModel("emphasis");
62380
62380
  Pr(v, g, "lineStyle", function(U) {
62381
- var B = U.getItemStyle();
62382
- return Hre(B, f, d), B;
62381
+ var F = U.getItemStyle();
62382
+ return Hre(F, f, d), F;
62383
62383
  }), o.add(v), h.setItemGraphicEl(d.dataIndex, v);
62384
- var Y = F.get("focus");
62385
- Gt(v, Y === "adjacency" ? d.getAdjacentDataIndices() : Y === "trajectory" ? d.getTrajectoryDataIndices() : Y, F.get("blurScope"), F.get("disabled"));
62384
+ var Y = $.get("focus");
62385
+ Gt(v, Y === "adjacency" ? d.getAdjacentDataIndices() : Y === "trajectory" ? d.getTrajectoryDataIndices() : Y, $.get("blurScope"), $.get("disabled"));
62386
62386
  }), a.eachNode(function(d) {
62387
62387
  var v = d.getLayout(), p = d.getModel(), g = p.get("localX"), y = p.get("localY"), m = p.getModel("emphasis"), _ = p.get(["itemStyle", "borderRadius"]) || 0, b = new Je({
62388
62388
  shape: {
@@ -63389,21 +63389,21 @@ var H7e = dd(), W7e = {
63389
63389
  brushRect: z(w, x, _)
63390
63390
  });
63391
63391
  }
63392
- function L(H, F) {
63392
+ function L(H, $) {
63393
63393
  var Y = [];
63394
- return Y[n] = F, Y[a] = H, isNaN(F) || isNaN(H) ? [NaN, NaN] : e.dataToPoint(Y);
63394
+ return Y[n] = $, Y[a] = H, isNaN($) || isNaN(H) ? [NaN, NaN] : e.dataToPoint(Y);
63395
63395
  }
63396
- function N(H, F, Y) {
63397
- var U = F.slice(), B = F.slice();
63398
- U[n] = Hm(U[n] + i / 2, 1, !1), B[n] = Hm(B[n] - i / 2, 1, !0), Y ? H.push(U, B) : H.push(B, U);
63396
+ function N(H, $, Y) {
63397
+ var U = $.slice(), F = $.slice();
63398
+ U[n] = Hm(U[n] + i / 2, 1, !1), F[n] = Hm(F[n] - i / 2, 1, !0), Y ? H.push(U, F) : H.push(F, U);
63399
63399
  }
63400
- function z(H, F, Y) {
63401
- var U = L(H, Y), B = L(F, Y);
63402
- return U[n] -= i / 2, B[n] -= i / 2, {
63400
+ function z(H, $, Y) {
63401
+ var U = L(H, Y), F = L($, Y);
63402
+ return U[n] -= i / 2, F[n] -= i / 2, {
63403
63403
  x: U[0],
63404
63404
  y: U[1],
63405
- width: a ? i : B[0] - U[0],
63406
- height: a ? B[1] - U[1] : i
63405
+ width: a ? i : F[0] - U[0],
63406
+ height: a ? F[1] - U[1] : i
63407
63407
  };
63408
63408
  }
63409
63409
  function V(H) {
@@ -64333,8 +64333,8 @@ var dje = (
64333
64333
  m = H.getModel("itemStyle").getItemStyle(), _ = V.getModel(["blur", "itemStyle"]).getItemStyle(), b = V.getModel(["select", "itemStyle"]).getItemStyle(), S = V.get(["itemStyle", "borderRadius"]), T = H.get("focus"), E = H.get("blurScope"), C = H.get("disabled"), w = Mr(V);
64334
64334
  }
64335
64335
  D.shape.r = S;
64336
- var F = t.getRawValue(A), Y = "-";
64337
- F && F[2] != null && (Y = F[2] + ""), Ur(D, w, {
64336
+ var $ = t.getRawValue(A), Y = "-";
64337
+ $ && $[2] != null && (Y = $[2] + ""), Ur(D, w, {
64338
64338
  labelFetcher: t,
64339
64339
  labelDataIndex: A,
64340
64340
  defaultOpacity: P.opacity,
@@ -65363,10 +65363,10 @@ function Gje(r, e) {
65363
65363
  if (M !== v) {
65364
65364
  var N = M.getValue(), z = _ === 0 && E ? b : N * b;
65365
65365
  z < d && (z = d), L = k + C * z;
65366
- var V = M.depth - g - (S ? -1 : 1), H = c + x * V, F = c + x * (V + 1), Y = t.getLevelModel(M);
65366
+ var V = M.depth - g - (S ? -1 : 1), H = c + x * V, $ = c + x * (V + 1), Y = t.getLevelModel(M);
65367
65367
  if (Y) {
65368
- var U = Y.get("r0", !0), B = Y.get("r", !0), q = Y.get("radius", !0);
65369
- q != null && (U = q[0], B = q[1]), U != null && (H = oe(U, s / 2)), B != null && (F = oe(B, s / 2));
65368
+ var U = Y.get("r0", !0), F = Y.get("r", !0), q = Y.get("radius", !0);
65369
+ q != null && (U = q[0], F = q[1]), U != null && (H = oe(U, s / 2)), F != null && ($ = oe(F, s / 2));
65370
65370
  }
65371
65371
  M.setLayout({
65372
65372
  angle: z,
@@ -65376,7 +65376,7 @@ function Gje(r, e) {
65376
65376
  cx: l,
65377
65377
  cy: u,
65378
65378
  r0: H,
65379
- r: F
65379
+ r: $
65380
65380
  });
65381
65381
  }
65382
65382
  if (M.children && M.children.length) {
@@ -66153,9 +66153,9 @@ function vie(r, e, t, i) {
66153
66153
  N != null && (V.fill = N), z != null && (V.opacity = z);
66154
66154
  var H = {
66155
66155
  inheritColor: ne(N) ? N : j.color.neutral99
66156
- }, F = b(k, qs), Y = Pt(F, null, H, !1, !0);
66157
- Y.text = F.getShallow("show") ? de(r.getFormattedLabel(k, qs), Df(e, k)) : null;
66158
- var U = B0(F, H, !1);
66156
+ }, $ = b(k, qs), Y = Pt($, null, H, !1, !0);
66157
+ Y.text = $.getShallow("show") ? de(r.getFormattedLabel(k, qs), Df(e, k)) : null;
66158
+ var U = B0($, H, !1);
66159
66159
  return C(M, V), V = tte(V, Y, U), M && E(V, M), V.legacy = !0, V;
66160
66160
  }
66161
66161
  function T(M, k) {
@@ -76652,12 +76652,12 @@ function mJe(r, e) {
76652
76652
  I += f.get(["data", "allData"]);
76653
76653
  for (var k = f.get(["data", "separator", "middle"]), L = f.get(["data", "separator", "end"]), N = f.get(["data", "excludeDimensionId"]), z = [], V = 0; V < P.count(); V++)
76654
76654
  if (V < v) {
76655
- var H = P.getName(V), F = N ? bt(P.getValues(V), function(U, B) {
76656
- return Fe(N, B) === -1;
76655
+ var H = P.getName(V), $ = N ? bt(P.getValues(V), function(U, F) {
76656
+ return Fe(N, F) === -1;
76657
76657
  }) : P.getValues(V), Y = f.get(["data", H ? "withName" : "withoutName"]);
76658
76658
  z.push(s(Y, {
76659
76659
  name: H,
76660
- value: F.join(k)
76660
+ value: $.join(k)
76661
76661
  }));
76662
76662
  }
76663
76663
  I += z.join(k) + L, b.push(I);
@@ -76965,8 +76965,8 @@ function gN(r) {
76965
76965
  Gh(D, M) && Gh(P, k) || n.push(D, P, M, k, M, k);
76966
76966
  }
76967
76967
  function h(D, P, M, k, L, N) {
76968
- var z = Math.abs(P - D), V = Math.tan(z / 4) * 4 / 3, H = P < D ? -1 : 1, F = Math.cos(D), Y = Math.sin(D), U = Math.cos(P), B = Math.sin(P), q = F * L + M, re = Y * N + k, ue = U * L + M, ie = B * N + k, me = L * V * H, ae = N * V * H;
76969
- n.push(q - me * Y, re + ae * F, ue + me * B, ie - ae * U, ue, ie);
76968
+ var z = Math.abs(P - D), V = Math.tan(z / 4) * 4 / 3, H = P < D ? -1 : 1, $ = Math.cos(D), Y = Math.sin(D), U = Math.cos(P), F = Math.sin(P), q = $ * L + M, re = Y * N + k, ue = U * L + M, ie = F * N + k, me = L * V * H, ae = N * V * H;
76969
+ n.push(q - me * Y, re + ae * $, ue + me * F, ie - ae * U, ue, ie);
76970
76970
  }
76971
76971
  for (var f, d, v, p, g = 0; g < t; ) {
76972
76972
  var y = e[g++], m = g === 1;
@@ -78365,13 +78365,13 @@ function TQe(r, e, t, i, n) {
78365
78365
  }), He[0] = ut.x1, He[1] = ut.y1, He[k];
78366
78366
  }
78367
78367
  I = z(I), A = z(A);
78368
- for (var V = [], H = [], F = !0, Y = i[$e[L]], U = 0; ; U++) {
78369
- var B = Y === i[$e[L]], q = Y >= N;
78368
+ for (var V = [], H = [], $ = !0, Y = i[$e[L]], U = 0; ; U++) {
78369
+ var F = Y === i[$e[L]], q = Y >= N;
78370
78370
  q && (Y = N);
78371
78371
  var re = [], ue = [];
78372
- re[k] = I, ue[k] = A, !B && !q && (re[k] += F ? -l : l, ue[k] -= F ? l : -l), re[L] = Y, ue[L] = Y, V.push(re), H.push(ue);
78372
+ re[k] = I, ue[k] = A, !F && !q && (re[k] += $ ? -l : l, ue[k] -= $ ? l : -l), re[L] = Y, ue[L] = Y, V.push(re), H.push(ue);
78373
78373
  var ie = void 0;
78374
- if (U < E.length ? ie = E[U] : (ie = Math.random(), E.push(ie)), Y += ie * (c - u) + u, F = !F, q)
78374
+ if (U < E.length ? ie = E[U] : (ie = Math.random(), E.push(ie)), Y += ie * (c - u) + u, $ = !$, q)
78375
78375
  break;
78376
78376
  }
78377
78377
  var me = gr().serializeAxisBreakIdentifier(P.breakOption);
@@ -78723,7 +78723,7 @@ const RQe = {
78723
78723
  if (!M.value || !b.value.length) return "top";
78724
78724
  const te = Number(M.value.value[1]), fe = Math.min(...b.value), ge = Math.max(...b.value);
78725
78725
  return ge <= fe ? "top" : (te - fe) / (ge - fe) > 0.68 ? "bottom" : "top";
78726
- }), H = Ve(() => new Set(e.failureTimestamps.map((te) => Math.floor(te)))), F = Ve(() => !H.value.size || !y.value.length ? [] : y.value.reduce((te, fe, ge) => (fe.timestamp != null && H.value.has(Math.floor(fe.timestamp)) && te.push([ge, fe.value]), te), [])), Y = Ve(() => {
78726
+ }), H = Ve(() => new Set(e.failureTimestamps.map((te) => Math.floor(te)))), $ = Ve(() => !H.value.size || !y.value.length ? [] : y.value.reduce((te, fe, ge) => (fe.timestamp != null && H.value.has(Math.floor(fe.timestamp)) && te.push([ge, fe.value]), te), [])), Y = Ve(() => {
78727
78727
  const te = "rgba(148,163,184,0.55)", fe = "rgba(148,163,184,0.14)", ge = e.compact, st = [
78728
78728
  {
78729
78729
  type: "line",
@@ -78822,9 +78822,9 @@ const RQe = {
78822
78822
  distance: 8
78823
78823
  },
78824
78824
  z: 6
78825
- }), F.value.length && st.push({
78825
+ }), $.value.length && st.push({
78826
78826
  type: "scatter",
78827
- data: F.value,
78827
+ data: $.value,
78828
78828
  symbol: "pin",
78829
78829
  symbolSize: ge ? 10 : 15,
78830
78830
  itemStyle: {
@@ -78930,7 +78930,7 @@ const RQe = {
78930
78930
  function U() {
78931
78931
  t.value && ((!o || o.isDisposed()) && (o = MVe(t.value, void 0, { renderer: "canvas" }), me()), o.clear(), o.setOption(Y.value, !0));
78932
78932
  }
78933
- async function B(te = !1) {
78933
+ async function F(te = !1) {
78934
78934
  await a0(), t.value && (te && o && (o.dispose(), o = null), U());
78935
78935
  }
78936
78936
  function q() {
@@ -79075,11 +79075,11 @@ const RQe = {
79075
79075
  ie(), ue();
79076
79076
  }
79077
79077
  return j1(() => {
79078
- B(!0), t.value && (s = new ResizeObserver(() => {
79078
+ F(!0), t.value && (s = new ResizeObserver(() => {
79079
79079
  o == null || o.resize();
79080
79080
  }), s.observe(t.value)), _e();
79081
79081
  }), Ps(Y, () => {
79082
- B(!1);
79082
+ F(!1);
79083
79083
  }, { deep: !0 }), Ps(x, (te, fe) => {
79084
79084
  typeof window < "u" && window.__QUARK_DEBUG_METRIC__ && console.debug("[MetricTrendChart]", {
79085
79085
  prevSignature: fe,
@@ -79090,20 +79090,20 @@ const RQe = {
79090
79090
  points: g.value.length
79091
79091
  });
79092
79092
  const ge = fe ? JSON.parse(fe).values.length : 0, st = JSON.parse(te).values.length;
79093
- B(ge < 2 || st < 2);
79093
+ F(ge < 2 || st < 2);
79094
79094
  }), Ps(() => e.height, () => {
79095
- B(!1);
79095
+ F(!1);
79096
79096
  }), Ps(() => [e.values, e.timestamps], () => {
79097
79097
  n.value = null;
79098
79098
  }, { deep: !0 }), Yp(() => {
79099
79099
  ae(), Ye(), s == null || s.disconnect(), s = null, ie(), ue(), o == null || o.dispose(), o = null;
79100
- }), (te, fe) => ($(), G("div", {
79100
+ }), (te, fe) => (B(), G("div", {
79101
79101
  class: Ct(["metric-trend-chart", {
79102
79102
  "is-compact": r.compact,
79103
79103
  "is-selection-enabled": r.enableSelectionZoom && !r.compact
79104
79104
  }])
79105
79105
  }, [
79106
- w.value ? ($(), G("button", {
79106
+ w.value ? (B(), G("button", {
79107
79107
  key: 0,
79108
79108
  type: "button",
79109
79109
  class: "metric-trend-chart__reset",
@@ -79115,12 +79115,12 @@ const RQe = {
79115
79115
  class: "metric-trend-chart__canvas",
79116
79116
  style: qt({ height: `${r.height}px` })
79117
79117
  }, null, 4),
79118
- a.value ? ($(), G("div", {
79118
+ a.value ? (B(), G("div", {
79119
79119
  key: 1,
79120
79120
  class: "metric-trend-chart__selection",
79121
79121
  style: qt(a.value)
79122
79122
  }, null, 4)) : Se("", !0),
79123
- p.value.length > 0 && !r.compact ? ($(), G("div", RQe, [
79123
+ p.value.length > 0 && !r.compact ? (B(), G("div", RQe, [
79124
79124
  R("div", {
79125
79125
  class: Ct(["metric-trend-chart__stat", { "is-active": i.value === "min" }]),
79126
79126
  onMouseenter: fe[0] || (fe[0] = (ge) => T("min")),
@@ -79142,7 +79142,7 @@ const RQe = {
79142
79142
  R("span", $Qe, we(_(A.value.avg)), 1)
79143
79143
  ])
79144
79144
  ])) : Se("", !0),
79145
- p.value.length < 2 ? ($(), G("div", BQe, we(p.value.length === 1 ? "数据点不足" : "暂无趋势数据"), 1)) : Se("", !0)
79145
+ p.value.length < 2 ? (B(), G("div", BQe, we(p.value.length === 1 ? "数据点不足" : "暂无趋势数据"), 1)) : Se("", !0)
79146
79146
  ], 2));
79147
79147
  }
79148
79148
  }), SN = /* @__PURE__ */ tr(VQe, [["__scopeId", "data-v-2cda3f9e"]]), zQe = ["type", "disabled"], GQe = /* @__PURE__ */ er({
@@ -79156,7 +79156,7 @@ const RQe = {
79156
79156
  block: { type: Boolean, default: !1 }
79157
79157
  },
79158
79158
  setup(r) {
79159
- return (e, t) => ($(), G("button", {
79159
+ return (e, t) => (B(), G("button", {
79160
79160
  class: Ct(["ui-button", [
79161
79161
  `ui-button--${r.variant}`,
79162
79162
  `ui-button--${r.appearance}`,
@@ -79279,7 +79279,7 @@ const RQe = {
79279
79279
  }
79280
79280
  return Ps(() => [t.modelValue, t.autoCloseMs], g, { immediate: !0 }), Ps(() => t.modelValue, (_) => {
79281
79281
  _ || (s.value = null);
79282
- }), Yp(p), (_, b) => ($(), Vr(cLe, {
79282
+ }), Yp(p), (_, b) => (B(), Vr(cLe, {
79283
79283
  "model-value": r.modelValue,
79284
79284
  title: r.title,
79285
79285
  eyebrow: "",
@@ -79297,19 +79297,19 @@ const RQe = {
79297
79297
  R("div", {
79298
79298
  class: Ct(["alert-dialog", [`alert-dialog--${r.level}`, `alert-dialog--${r.layout}`, `alert-dialog--title-${r.titleAlign}`]])
79299
79299
  }, [
79300
- r.layout === "monitor" ? ($(), G("div", {
79300
+ r.layout === "monitor" ? (B(), G("div", {
79301
79301
  key: 0,
79302
79302
  class: Ct(["alert-dialog-monitor", { "alert-dialog-monitor--bottom": r.chartPlacement === "bottom" }])
79303
79303
  }, [
79304
79304
  R("div", HQe, [
79305
- h.value.length ? ($(), G("div", WQe, [
79306
- ($(!0), G(Ft, null, _r(h.value, (S) => ($(), G("span", {
79305
+ h.value.length ? (B(), G("div", WQe, [
79306
+ (B(!0), G(Ft, null, _r(h.value, (S) => (B(), G("span", {
79307
79307
  key: S.key,
79308
79308
  class: "alert-dialog-meta-item"
79309
79309
  }, we(S.value), 1))), 128))
79310
79310
  ])) : Se("", !0),
79311
- r.monitorFields.length ? ($(), G("div", UQe, [
79312
- ($(!0), G(Ft, null, _r(r.monitorFields, (S) => ($(), G("button", {
79311
+ r.monitorFields.length ? (B(), G("div", UQe, [
79312
+ (B(!0), G(Ft, null, _r(r.monitorFields, (S) => (B(), G("button", {
79313
79313
  key: S.label,
79314
79314
  type: "button",
79315
79315
  class: Ct([
@@ -79332,9 +79332,9 @@ const RQe = {
79332
79332
  }, we(S.value), 3)
79333
79333
  ], 10, jQe))), 128))
79334
79334
  ])) : Se("", !0),
79335
- r.content ? ($(), G("p", XQe, we(r.content), 1)) : nr(_.$slots, "default", {}, void 0, !0, 3)
79335
+ r.content ? (B(), G("p", XQe, we(r.content), 1)) : nr(_.$slots, "default", {}, void 0, !0, 3)
79336
79336
  ]),
79337
- d.value ? ($(), G("div", KQe, [
79337
+ d.value ? (B(), G("div", KQe, [
79338
79338
  R("p", ZQe, we(r.chartTitle || "监控趋势"), 1),
79339
79339
  ea(SN, {
79340
79340
  class: "alert-dialog-chart",
@@ -79351,21 +79351,21 @@ const RQe = {
79351
79351
  "enable-selection-zoom": r.chartEnableSelectionZoom
79352
79352
  }, null, 8, ["values", "timestamps", "trigger-time", "trigger-value", "context", "color", "show-extrema-markers", "enable-extrema-hover", "active-marker", "enable-selection-zoom"])
79353
79353
  ])) : Se("", !0)
79354
- ], 2)) : ($(), G("div", JQe, [
79355
- h.value.length ? ($(), G("div", QQe, [
79356
- ($(!0), G(Ft, null, _r(h.value, (S) => ($(), G("span", {
79354
+ ], 2)) : (B(), G("div", JQe, [
79355
+ h.value.length ? (B(), G("div", QQe, [
79356
+ (B(!0), G(Ft, null, _r(h.value, (S) => (B(), G("span", {
79357
79357
  key: S.key,
79358
79358
  class: "alert-dialog-meta-item"
79359
79359
  }, we(S.value), 1))), 128))
79360
79360
  ])) : Se("", !0),
79361
- r.content ? ($(), G("p", eet, we(r.content), 1)) : nr(_.$slots, "default", {}, void 0, !0, 2)
79361
+ r.content ? (B(), G("p", eet, we(r.content), 1)) : nr(_.$slots, "default", {}, void 0, !0, 2)
79362
79362
  ])),
79363
- _.$slots.details ? ($(), G("div", tet, [
79363
+ _.$slots.details ? (B(), G("div", tet, [
79364
79364
  nr(_.$slots, "details", {}, void 0, !0)
79365
79365
  ])) : Se("", !0),
79366
- _.$slots.footer || u.value ? ($(), G("div", ret, [
79366
+ _.$slots.footer || u.value ? (B(), G("div", ret, [
79367
79367
  nr(_.$slots, "footer", {}, () => [
79368
- r.showCancelButton ? ($(), Vr(U1, {
79368
+ r.showCancelButton ? (B(), Vr(U1, {
79369
79369
  key: 0,
79370
79370
  variant: "secondary",
79371
79371
  appearance: "dialog",
@@ -79377,7 +79377,7 @@ const RQe = {
79377
79377
  ]),
79378
79378
  _: 1
79379
79379
  }, 8, ["size"])) : Se("", !0),
79380
- r.showConfirmButton ? ($(), Vr(U1, {
79380
+ r.showConfirmButton ? (B(), Vr(U1, {
79381
79381
  key: 1,
79382
79382
  variant: "primary",
79383
79383
  appearance: "dialog",
@@ -79402,7 +79402,7 @@ const RQe = {
79402
79402
  theme: { default: "default" }
79403
79403
  },
79404
79404
  setup(r) {
79405
- return (e, t) => ($(), G("div", {
79405
+ return (e, t) => (B(), G("div", {
79406
79406
  class: Ct(["quark-timeline", `quark-timeline--${r.theme}`])
79407
79407
  }, [
79408
79408
  nr(e.$slots, "default", {}, void 0, !0)
@@ -79431,16 +79431,16 @@ const RQe = {
79431
79431
  label: { default: "" }
79432
79432
  },
79433
79433
  setup(r) {
79434
- return (e, t) => ($(), G("div", {
79434
+ return (e, t) => (B(), G("div", {
79435
79435
  class: Ct(["quark-tl-item", { "quark-tl-item--active": r.active, "quark-tl-item--last": r.last }])
79436
79436
  }, [
79437
- e.$slots.label || r.label ? ($(), G("div", set, [
79437
+ e.$slots.label || r.label ? (B(), G("div", set, [
79438
79438
  nr(e.$slots, "label", {}, () => [
79439
79439
  wi(we(r.label), 1)
79440
79440
  ], !0)
79441
79441
  ])) : Se("", !0),
79442
- r.hideDot ? Se("", !0) : ($(), G("div", uet, [
79443
- r.last ? Se("", !0) : ($(), G("div", {
79442
+ r.hideDot ? Se("", !0) : (B(), G("div", uet, [
79443
+ r.last ? Se("", !0) : (B(), G("div", {
79444
79444
  key: 0,
79445
79445
  class: "quark-tl-item__line",
79446
79446
  style: qt({ borderColor: r.lineColor || void 0, borderLeftStyle: r.lineType })
@@ -79460,7 +79460,7 @@ const RQe = {
79460
79460
  R("div", det, [
79461
79461
  nr(e.$slots, "default", {}, void 0, !0)
79462
79462
  ]),
79463
- r.time ? ($(), G("div", vet, we(r.time), 1)) : Se("", !0)
79463
+ r.time ? (B(), G("div", vet, we(r.time), 1)) : Se("", !0)
79464
79464
  ])
79465
79465
  ], 2));
79466
79466
  }
@@ -79477,7 +79477,7 @@ const RQe = {
79477
79477
  function i(n) {
79478
79478
  e.accordion ? t.value.has(n) ? t.value.clear() : t.value = /* @__PURE__ */ new Set([n]) : t.value.has(n) ? (t.value.delete(n), t.value = new Set(t.value)) : (t.value.add(n), t.value = new Set(t.value));
79479
79479
  }
79480
- return Qg("collapse-active-keys", t), Qg("collapse-toggle", i), Qg("collapse-theme", Ve(() => e.theme)), Qg("collapse-card", Ve(() => e.card)), (n, a) => ($(), G("div", {
79480
+ return Qg("collapse-active-keys", t), Qg("collapse-toggle", i), Qg("collapse-theme", Ve(() => e.theme)), Qg("collapse-card", Ve(() => e.card)), (n, a) => (B(), G("div", {
79481
79481
  class: Ct(["quark-collapse", `quark-collapse--${r.theme}`, { "quark-collapse--card": r.card }])
79482
79482
  }, [
79483
79483
  nr(n.$slots, "default", {}, void 0, !0)
@@ -79496,7 +79496,7 @@ const RQe = {
79496
79496
  function l() {
79497
79497
  e.disabled || n(t.value);
79498
79498
  }
79499
- return (u, c) => ($(), G("div", {
79499
+ return (u, c) => (B(), G("div", {
79500
79500
  class: Ct([
79501
79501
  "quark-CollapseItem",
79502
79502
  {
@@ -79528,7 +79528,7 @@ const RQe = {
79528
79528
  wi(we(r.header), 1)
79529
79529
  ], !0)
79530
79530
  ]),
79531
- u.$slots.extra ? ($(), G("div", {
79531
+ u.$slots.extra ? (B(), G("div", {
79532
79532
  key: 0,
79533
79533
  class: "quark-CollapseItem__extra",
79534
79534
  onClick: c[0] || (c[0] = wN(() => {
@@ -79559,12 +79559,12 @@ const RQe = {
79559
79559
  emits: ["update:modelValue"],
79560
79560
  setup(r, { emit: e }) {
79561
79561
  const t = e;
79562
- return (i, n) => ($(), G("div", {
79562
+ return (i, n) => (B(), G("div", {
79563
79563
  class: Ct(["ui-segmented", [`ui-segmented--${r.variant}`, `ui-segmented--${r.size}`]]),
79564
79564
  role: "radiogroup",
79565
79565
  "aria-label": r.ariaLabel
79566
79566
  }, [
79567
- ($(!0), G(Ft, null, _r(r.items, (a) => ($(), G("button", {
79567
+ (B(!0), G(Ft, null, _r(r.items, (a) => (B(), G("button", {
79568
79568
  key: a.value,
79569
79569
  class: Ct(["ui-segmented__item", { "ui-segmented__item--active": r.modelValue === a.value }]),
79570
79570
  type: "button",
@@ -79573,7 +79573,7 @@ const RQe = {
79573
79573
  onClick: (o) => t("update:modelValue", a.value)
79574
79574
  }, [
79575
79575
  R("span", Tet, we(a.label), 1),
79576
- a.badge !== void 0 ? ($(), G("span", Eet, we(a.badge), 1)) : Se("", !0)
79576
+ a.badge !== void 0 ? (B(), G("span", Eet, we(a.badge), 1)) : Se("", !0)
79577
79577
  ], 10, xet))), 128))
79578
79578
  ], 10, wet));
79579
79579
  }
@@ -79585,7 +79585,7 @@ const RQe = {
79585
79585
  size: { default: "lg" }
79586
79586
  },
79587
79587
  setup(r) {
79588
- return (e, t) => ($(), G("span", {
79588
+ return (e, t) => (B(), G("span", {
79589
79589
  class: Ct(["ui-metric-value", `ui-metric-value--${r.size}`]),
79590
79590
  style: qt(r.tone ? { color: r.tone } : void 0)
79591
79591
  }, we(r.value), 7));
@@ -79632,17 +79632,17 @@ const RQe = {
79632
79632
  const t = r, i = e, n = dr("active"), a = dr("all"), o = dr(null), s = dr(!1), l = dr(null), u = dr(!1), c = dr("");
79633
79633
  let h = 0;
79634
79634
  const f = Ve(() => {
79635
- var F;
79636
- return ((F = t.runtime) == null ? void 0 : F.profile.baseWidth) || 1920;
79635
+ var $;
79636
+ return (($ = t.runtime) == null ? void 0 : $.profile.baseWidth) || 1920;
79637
79637
  }), d = Ve(() => {
79638
- var F;
79639
- return ((F = t.runtime) == null ? void 0 : F.profile.baseHeight) || 1080;
79638
+ var $;
79639
+ return (($ = t.runtime) == null ? void 0 : $.profile.baseHeight) || 1080;
79640
79640
  }), v = dr(null), p = dr(1);
79641
79641
  let g = null;
79642
79642
  function y() {
79643
- const F = v.value;
79644
- if (!F) return;
79645
- const Y = F.clientWidth || window.innerWidth, U = F.clientHeight || window.innerHeight;
79643
+ const $ = v.value;
79644
+ if (!$) return;
79645
+ const Y = $.clientWidth || window.innerWidth, U = $.clientHeight || window.innerHeight;
79646
79646
  p.value = Math.max(0.01, Math.min(Y / f.value, U / d.value));
79647
79647
  }
79648
79648
  const m = Ve(() => ({
@@ -79651,43 +79651,47 @@ const RQe = {
79651
79651
  transform: `translate(-50%, -50%) scale(${p.value})`
79652
79652
  }));
79653
79653
  j1(async () => {
79654
- await a0(), y(), v.value && (g = new ResizeObserver(y), g.observe(v.value));
79655
- }), Yp(() => g == null ? void 0 : g.disconnect()), Ps([f, d], () => void a0(y));
79654
+ var $;
79655
+ await a0(), y(), v.value && (g = new ResizeObserver(y), g.observe(v.value)), window.addEventListener("resize", y), ($ = window.visualViewport) == null || $.addEventListener("resize", y);
79656
+ }), Yp(() => {
79657
+ var $;
79658
+ g == null || g.disconnect(), window.removeEventListener("resize", y), ($ = window.visualViewport) == null || $.removeEventListener("resize", y);
79659
+ }), Ps([f, d], () => void a0(y));
79656
79660
  const _ = Ve(() => {
79657
- var F;
79658
- return (((F = t.runtime) == null ? void 0 : F.widgets) || []).filter((Y) => Y.enabled);
79659
- }), b = Ve(() => _.value.some((F) => F.widgetType === "screen_header")), S = (F) => {
79660
- const Y = `${F.layout.w / 16 * 100}%`, U = `${F.layout.x / 16 * 100}%`;
79661
- if (!b.value) return { left: U, top: `${F.layout.y / 12 * 100}%`, width: Y, height: `${F.layout.h / 12 * 100}%` };
79662
- if (F.widgetType === "screen_header") return { left: U, top: "0", width: Y, height: `${VR / d.value * 100}%` };
79663
- const B = (d.value - VR - Dae) / 11, q = VR + Dae + Math.max(0, F.layout.y - 1) * B;
79664
- return { left: U, top: `${q / d.value * 100}%`, width: Y, height: `${F.layout.h * B / d.value * 100}%` };
79665
- }, w = (F) => F.data.stats || {}, x = (F) => F.data.items || [], T = (F) => F.data.groups || [];
79666
- function E(F) {
79667
- const Y = String(F.severity || "").toLowerCase();
79661
+ var $;
79662
+ return ((($ = t.runtime) == null ? void 0 : $.widgets) || []).filter((Y) => Y.enabled);
79663
+ }), b = Ve(() => _.value.some(($) => $.widgetType === "screen_header")), S = ($) => {
79664
+ const Y = `${$.layout.w / 16 * 100}%`, U = `${$.layout.x / 16 * 100}%`;
79665
+ if (!b.value) return { left: U, top: `${$.layout.y / 12 * 100}%`, width: Y, height: `${$.layout.h / 12 * 100}%` };
79666
+ if ($.widgetType === "screen_header") return { left: U, top: "0", width: Y, height: `${VR / d.value * 100}%` };
79667
+ const F = (d.value - VR - Dae) / 11, q = VR + Dae + Math.max(0, $.layout.y - 1) * F;
79668
+ return { left: U, top: `${q / d.value * 100}%`, width: Y, height: `${$.layout.h * F / d.value * 100}%` };
79669
+ }, w = ($) => $.data.stats || {}, x = ($) => $.data.items || [], T = ($) => $.data.groups || [];
79670
+ function E($) {
79671
+ const Y = String($.severity || "").toLowerCase();
79668
79672
  return Y.includes("crit") || Y.includes("high") ? "high" : Y.includes("warn") || Y.includes("mid") ? "mid" : "low";
79669
79673
  }
79670
- function C(F) {
79671
- return { high: "#ef4444", mid: "#f59e0b", low: "#38bdf8" }[E(F)];
79674
+ function C($) {
79675
+ return { high: "#ef4444", mid: "#f59e0b", low: "#38bdf8" }[E($)];
79672
79676
  }
79673
- function I(F) {
79674
- return String(F.status || "").toUpperCase() === "RESOLVED";
79677
+ function I($) {
79678
+ return String($.status || "").toUpperCase() === "RESOLVED";
79675
79679
  }
79676
- const A = (F) => x(F).filter((Y) => n.value === "resolved" ? I(Y) : !I(Y)).filter((Y) => a.value === "all" || E(Y) === a.value), D = (F) => {
79677
- const Y = w(F);
79680
+ const A = ($) => x($).filter((Y) => n.value === "resolved" ? I(Y) : !I(Y)).filter((Y) => a.value === "all" || E(Y) === a.value), D = ($) => {
79681
+ const Y = w($);
79678
79682
  return [{ label: "告警中", value: "active", badge: Number(Y.todayPending || 0) }, { label: "已恢复", value: "resolved", badge: Number(Y.todayResolved || 0) }];
79679
- }, P = (F) => {
79680
- const Y = x(F).filter((U) => n.value === "resolved" ? I(U) : !I(U));
79683
+ }, P = ($) => {
79684
+ const Y = x($).filter((U) => n.value === "resolved" ? I(U) : !I(U));
79681
79685
  return [{ label: "全部", value: "all", badge: Y.length }, { label: "严重", value: "high", badge: Y.filter((U) => E(U) === "high").length }, { label: "警告", value: "mid", badge: Y.filter((U) => E(U) === "mid").length }, { label: "提示", value: "low", badge: Y.filter((U) => E(U) === "low").length }];
79682
79686
  };
79683
79687
  function M() {
79684
79688
  t.runtime || i("secretTap");
79685
79689
  }
79686
- async function k(F) {
79690
+ async function k($) {
79687
79691
  const Y = ++h;
79688
- o.value = F, l.value = null, c.value = "", u.value = !0, s.value = !0;
79692
+ o.value = $, l.value = null, c.value = "", u.value = !0, s.value = !0;
79689
79693
  try {
79690
- const U = t.loadAlertDetail ? await t.loadAlertDetail(F.id) : null;
79694
+ const U = t.loadAlertDetail ? await t.loadAlertDetail($.id) : null;
79691
79695
  Y === h && (l.value = U.alert || null);
79692
79696
  } catch (U) {
79693
79697
  Y === h && (c.value = U instanceof Error ? U.message : "获取告警详情失败");
@@ -79696,62 +79700,62 @@ const RQe = {
79696
79700
  }
79697
79701
  }
79698
79702
  const L = Ve(() => ({ ...o.value || {}, ...l.value || {} })), N = Ve(() => {
79699
- var U, B, q, re;
79700
- const F = L.value;
79701
- if (!F.id) return [];
79702
- const Y = F.labels || {};
79703
+ var U, F, q, re;
79704
+ const $ = L.value;
79705
+ if (!$.id) return [];
79706
+ const Y = $.labels || {};
79703
79707
  return [
79704
- F.source ? `来源 · ${F.source}` : "",
79705
- F.groupName || (U = F.groupNames) != null && U[0] ? `分组 · ${F.groupName || ((B = F.groupNames) == null ? void 0 : B[0])}` : "",
79706
- F.assignedUserName || (q = F.assignedUsers) != null && q[0] ? `负责人 · ${F.assignedUserName || ((re = F.assignedUsers) == null ? void 0 : re[0])}` : "",
79707
- F.severityText || F.severity ? `级别 · ${F.severityText || F.severity}` : "",
79708
- F.firedAt ? `首次触发 · ${F.firedAt}` : "",
79709
- F.triggerTime ? `触发时间 · ${F.triggerTime}` : "",
79710
- F.escalationCount != null ? `触发次数 · ${F.escalationCount}` : "",
79708
+ $.source ? `来源 · ${$.source}` : "",
79709
+ $.groupName || (U = $.groupNames) != null && U[0] ? `分组 · ${$.groupName || ((F = $.groupNames) == null ? void 0 : F[0])}` : "",
79710
+ $.assignedUserName || (q = $.assignedUsers) != null && q[0] ? `负责人 · ${$.assignedUserName || ((re = $.assignedUsers) == null ? void 0 : re[0])}` : "",
79711
+ $.severityText || $.severity ? `级别 · ${$.severityText || $.severity}` : "",
79712
+ $.firedAt ? `首次触发 · ${$.firedAt}` : "",
79713
+ $.triggerTime ? `触发时间 · ${$.triggerTime}` : "",
79714
+ $.escalationCount != null ? `触发次数 · ${$.escalationCount}` : "",
79711
79715
  Y.job ? `Job · ${Y.job}` : "",
79712
79716
  Y.instance ? `Instance · ${Y.instance}` : ""
79713
79717
  ].filter(Boolean);
79714
79718
  }), z = Ve(() => {
79715
- var U, B;
79716
- const F = (((U = l.value) == null ? void 0 : U.actions) || []).map((q) => ({ type: "action", time: q.createdAt || "", title: V(q.actionType), content: q.content || "", operator: q.operatorName || "" })), Y = (((B = l.value) == null ? void 0 : B.fires) || []).map((q) => ({ type: "fire", time: q.firedAt || "", title: `告警触发 · ${q.severityText || q.severity || ""}`, content: q.content || q.triggerValue || "", chartValues: q.chartValues || [], chartTimestamps: q.chartTimestamps || [] }));
79717
- return [...F, ...Y].sort((q, re) => String(q.time).localeCompare(String(re.time)));
79719
+ var U, F;
79720
+ const $ = (((U = l.value) == null ? void 0 : U.actions) || []).map((q) => ({ type: "action", time: q.createdAt || "", title: V(q.actionType), content: q.content || "", operator: q.operatorName || "" })), Y = (((F = l.value) == null ? void 0 : F.fires) || []).map((q) => ({ type: "fire", time: q.firedAt || "", title: `告警触发 · ${q.severityText || q.severity || ""}`, content: q.content || q.triggerValue || "", chartValues: q.chartValues || [], chartTimestamps: q.chartTimestamps || [] }));
79721
+ return [...$, ...Y].sort((q, re) => String(q.time).localeCompare(String(re.time)));
79718
79722
  });
79719
- function V(F) {
79720
- return { ASSIGN: "分配", ACK: "确认", ACKNOWLEDGED: "确认", COMMENT: "备注", ESCALATE: "升级", RESOLVE: "解决", RESOLVED: "解决", REOPEN: "告警复现", SUPPRESS: "抑制", SILENCE: "静默", REASSIGN: "转交", COLLABORATE: "协同处理" }[F || ""] || F || "操作";
79723
+ function V($) {
79724
+ return { ASSIGN: "分配", ACK: "确认", ACKNOWLEDGED: "确认", COMMENT: "备注", ESCALATE: "升级", RESOLVE: "解决", RESOLVED: "解决", REOPEN: "告警复现", SUPPRESS: "抑制", SILENCE: "静默", REASSIGN: "转交", COLLABORATE: "协同处理" }[$ || ""] || $ || "操作";
79721
79725
  }
79722
79726
  function H() {
79723
79727
  h++, s.value = !1, l.value = null, c.value = "";
79724
79728
  }
79725
- return (F, Y) => {
79726
- var U, B;
79727
- return $(), G("div", {
79729
+ return ($, Y) => {
79730
+ var U, F;
79731
+ return B(), G("div", {
79728
79732
  ref_key: "stageRef",
79729
79733
  ref: v,
79730
79734
  class: "template-screen",
79731
79735
  onDblclick: M
79732
79736
  }, [
79733
- r.runtime ? ($(), G("div", {
79737
+ r.runtime ? (B(), G("div", {
79734
79738
  key: 1,
79735
79739
  class: "template-screen__canvas",
79736
79740
  style: qt(m.value)
79737
79741
  }, [
79738
- ($(!0), G(Ft, null, _r(_.value, (q) => ($(), G("article", {
79742
+ (B(!0), G(Ft, null, _r(_.value, (q) => (B(), G("article", {
79739
79743
  key: q.id,
79740
79744
  class: Ct(["template-screen__widget", { "template-screen__widget--header": q.widgetType === "screen_header" }]),
79741
79745
  style: qt(S(q))
79742
79746
  }, [
79743
- q.widgetType === "screen_header" ? ($(), G("div", Oet, [
79747
+ q.widgetType === "screen_header" ? (B(), G("div", Oet, [
79744
79748
  ea(Qke, {
79745
79749
  title: String(q.props.title || "运维监控大屏"),
79746
79750
  time: String(q.data.timeText || "--:--"),
79747
79751
  date: `${q.data.dateText || ""} ${q.data.weekdayText || ""}`,
79748
79752
  onTitleDoubleClick: Y[0] || (Y[0] = (re) => i("secretTap"))
79749
79753
  }, null, 8, ["title", "time", "date"])
79750
- ])) : q.widgetType === "external_embed" ? ($(), Vr(HOe, {
79754
+ ])) : q.widgetType === "external_embed" ? (B(), Vr(HOe, {
79751
79755
  key: 1,
79752
79756
  title: q.title || "外部仪表盘",
79753
79757
  url: String(q.props.url || "")
79754
- }, null, 8, ["title", "url"])) : q.widgetType === "endpoint_distribution" ? ($(), Vr(Dm, {
79758
+ }, null, 8, ["title", "url"])) : q.widgetType === "endpoint_distribution" ? (B(), Vr(Dm, {
79755
79759
  key: 2,
79756
79760
  title: q.title || "端点分布图",
79757
79761
  class: "template-screen__panel"
@@ -79762,7 +79766,7 @@ const RQe = {
79762
79766
  }, null, 8, ["items"])
79763
79767
  ]),
79764
79768
  _: 2
79765
- }, 1032, ["title"])) : q.widgetType === "alert_latest" ? ($(), Vr(Dm, {
79769
+ }, 1032, ["title"])) : q.widgetType === "alert_latest" ? (B(), Vr(Dm, {
79766
79770
  key: 3,
79767
79771
  title: q.title || "最新告警",
79768
79772
  class: "template-screen__panel"
@@ -79789,9 +79793,9 @@ const RQe = {
79789
79793
  ]),
79790
79794
  default: zr(() => [
79791
79795
  R("div", Pet, [
79792
- ($(!0), G(Ft, null, _r(A(q), (re) => {
79796
+ (B(!0), G(Ft, null, _r(A(q), (re) => {
79793
79797
  var ue;
79794
- return $(), Vr(xye, {
79798
+ return B(), Vr(xye, {
79795
79799
  key: re.id,
79796
79800
  title: re.title,
79797
79801
  group: ((ue = re.groupNames) == null ? void 0 : ue.join(" / ")) || "未分组",
@@ -79803,7 +79807,7 @@ const RQe = {
79803
79807
  aside: zr(() => {
79804
79808
  var ie;
79805
79809
  return [
79806
- (ie = re.chartValues) != null && ie.length ? ($(), Vr(SN, {
79810
+ (ie = re.chartValues) != null && ie.length ? (B(), Vr(SN, {
79807
79811
  key: 0,
79808
79812
  values: re.chartValues,
79809
79813
  timestamps: re.chartTimestamps || [],
@@ -79818,12 +79822,12 @@ const RQe = {
79818
79822
  _: 2
79819
79823
  }, 1032, ["title", "group", "time", "status-text", "accent", "onSelect"]);
79820
79824
  }), 128)),
79821
- A(q).length ? Se("", !0) : ($(), G("div", Met, "暂无符合条件的告警"))
79825
+ A(q).length ? Se("", !0) : (B(), G("div", Met, "暂无符合条件的告警"))
79822
79826
  ])
79823
79827
  ]),
79824
79828
  _: 2
79825
- }, 1032, ["title"])) : q.widgetType === "alert_overview" ? ($(), G("div", Ret, [
79826
- ($(), G(Ft, null, _r([{ label: "总数", key: "todayTotal", tone: "oklch(0.82 0.13 200)" }, { label: "待处理", key: "todayPending", tone: "oklch(0.82 0.15 75)" }, { label: "已处理", key: "todayResolved", tone: "oklch(0.74 0.16 155)" }, { label: "逾期待处理", key: "overdueTotal", tone: "oklch(0.68 0.22 25)" }], (re) => ea(Iye, {
79829
+ }, 1032, ["title"])) : q.widgetType === "alert_overview" ? (B(), G("div", Ret, [
79830
+ (B(), G(Ft, null, _r([{ label: "总数", key: "todayTotal", tone: "oklch(0.82 0.13 200)" }, { label: "待处理", key: "todayPending", tone: "oklch(0.82 0.15 75)" }, { label: "已处理", key: "todayResolved", tone: "oklch(0.74 0.16 155)" }, { label: "逾期待处理", key: "overdueTotal", tone: "oklch(0.68 0.22 25)" }], (re) => ea(Iye, {
79827
79831
  key: re.key,
79828
79832
  label: re.label,
79829
79833
  tone: re.tone
@@ -79837,7 +79841,7 @@ const RQe = {
79837
79841
  ]),
79838
79842
  _: 2
79839
79843
  }, 1032, ["label", "tone"])), 64))
79840
- ])) : ($(), Vr(Dm, {
79844
+ ])) : (B(), Vr(Dm, {
79841
79845
  key: 5,
79842
79846
  title: q.title || q.widgetType,
79843
79847
  class: "template-screen__panel"
@@ -79845,31 +79849,31 @@ const RQe = {
79845
79849
  default: zr(() => {
79846
79850
  var re, ue, ie, me, ae, _e, Ye, He, lt, ut, rt, Dt, Jt;
79847
79851
  return [
79848
- q.widgetType === "robot" ? ($(), G("div", ket, [
79849
- r.showHalo ? ($(), Vr(Kke, {
79852
+ q.widgetType === "robot" ? (B(), G("div", ket, [
79853
+ r.showHalo ? (B(), Vr(Kke, {
79850
79854
  key: 0,
79851
79855
  width: 180
79852
79856
  })) : Se("", !0),
79853
79857
  ea(Yke, {
79854
79858
  emotion: String(q.data.emotion || "neutral")
79855
79859
  }, null, 8, ["emotion"])
79856
- ])) : q.widgetType === "duty_today" ? ($(), Vr(hye, {
79860
+ ])) : q.widgetType === "duty_today" ? (B(), Vr(hye, {
79857
79861
  key: 1,
79858
79862
  compact: "",
79859
79863
  "person-name": ((ie = (ue = (re = T(q)[0]) == null ? void 0 : re.users) == null ? void 0 : ue[0]) == null ? void 0 : ie.nickName) || ((_e = (ae = (me = T(q)[0]) == null ? void 0 : me.users) == null ? void 0 : ae[0]) == null ? void 0 : _e.username) || "暂无值班人员",
79860
79864
  "person-phone": ((lt = (He = (Ye = T(q)[0]) == null ? void 0 : Ye.users) == null ? void 0 : He[0]) == null ? void 0 : lt.phone) || "",
79861
79865
  "person-tag": ((ut = T(q)[0]) == null ? void 0 : ut.groupName) || "每日告警值班"
79862
- }, null, 8, ["person-name", "person-phone", "person-tag"])) : q.widgetType === "build_projects" ? ($(), Vr(zye, {
79866
+ }, null, 8, ["person-name", "person-phone", "person-tag"])) : q.widgetType === "build_projects" ? (B(), Vr(zye, {
79863
79867
  key: 2,
79864
79868
  items: x(q),
79865
79869
  "building-count": Number(((rt = q.data.summary) == null ? void 0 : rt.buildingCount) || 0),
79866
79870
  "today-builds": Number(((Dt = q.data.summary) == null ? void 0 : Dt.todayBuilds) || 0),
79867
79871
  "success-rate": Number(((Jt = q.data.summary) == null ? void 0 : Jt.successRate) || 0)
79868
- }, null, 8, ["items", "building-count", "today-builds", "success-rate"])) : q.widgetType === "build_distribution" ? ($(), Vr(Nye, {
79872
+ }, null, 8, ["items", "building-count", "today-builds", "success-rate"])) : q.widgetType === "build_distribution" ? (B(), Vr(Nye, {
79869
79873
  key: 3,
79870
79874
  items: x(q),
79871
79875
  total: Number(q.data.total || 0)
79872
- }, null, 8, ["items", "total"])) : ($(), G("div", Let, "暂无可展示内容"))
79876
+ }, null, 8, ["items", "total"])) : (B(), G("div", Let, "暂无可展示内容"))
79873
79877
  ];
79874
79878
  }),
79875
79879
  _: 2
@@ -79893,13 +79897,13 @@ const RQe = {
79893
79897
  } : void 0
79894
79898
  ]), 1032, ["title"]))
79895
79899
  ], 6))), 128))
79896
- ], 4)) : ($(), G("div", Aet, "请先在设置中选择大屏模板")),
79897
- o.value ? ($(), Vr(net, {
79900
+ ], 4)) : (B(), G("div", Aet, "请先在设置中选择大屏模板")),
79901
+ o.value ? (B(), Vr(net, {
79898
79902
  key: 2,
79899
79903
  modelValue: s.value,
79900
79904
  "onUpdate:modelValue": Y[4] || (Y[4] = (q) => s.value = q),
79901
79905
  title: "告警详情",
79902
- subtitle: `${L.value.groupName || ((U = L.value.groupNames) == null ? void 0 : U[0]) || "系统告警"} · ${L.value.assignedUserName || ((B = L.value.assignedUsers) == null ? void 0 : B[0]) || "未分配"}`,
79906
+ subtitle: `${L.value.groupName || ((U = L.value.groupNames) == null ? void 0 : U[0]) || "系统告警"} · ${L.value.assignedUserName || ((F = L.value.assignedUsers) == null ? void 0 : F[0]) || "未分配"}`,
79903
79907
  layout: "monitor",
79904
79908
  level: E(L.value) === "high" ? "critical" : E(L.value) === "mid" ? "warning" : "info",
79905
79909
  content: L.value.content || "暂无详细内容",
@@ -79923,11 +79927,11 @@ const RQe = {
79923
79927
  var q, re, ue, ie;
79924
79928
  return [
79925
79929
  R("div", Net, [
79926
- u.value ? ($(), G("div", $et, "正在加载告警详情...")) : c.value ? ($(), G("div", Bet, we(c.value), 1)) : ($(), G("section", Fet, [
79930
+ u.value ? (B(), G("div", $et, "正在加载告警详情...")) : c.value ? (B(), G("div", Bet, we(c.value), 1)) : (B(), G("section", Fet, [
79927
79931
  R("p", null, "完整流水(操作 " + we(((re = (q = l.value) == null ? void 0 : q.actions) == null ? void 0 : re.length) || 0) + " 条 + 触发 " + we(((ie = (ue = l.value) == null ? void 0 : ue.fires) == null ? void 0 : ie.length) || 0) + " 次)", 1),
79928
- z.value.length ? ($(), Vr(oet, { key: 0 }, {
79932
+ z.value.length ? (B(), Vr(oet, { key: 0 }, {
79929
79933
  default: zr(() => [
79930
- ($(!0), G(Ft, null, _r(z.value, (me, ae) => ($(), Vr(get, {
79934
+ (B(!0), G(Ft, null, _r(z.value, (me, ae) => (B(), Vr(get, {
79931
79935
  key: `${me.type}-${me.time}-${ae}`,
79932
79936
  last: ae === z.value.length - 1,
79933
79937
  time: me.time,
@@ -79938,9 +79942,9 @@ const RQe = {
79938
79942
  return [
79939
79943
  R("div", qet, [
79940
79944
  R("strong", null, we(me.title), 1),
79941
- me.operator ? ($(), G("span", Vet, we(me.operator), 1)) : Se("", !0),
79945
+ me.operator ? (B(), G("span", Vet, we(me.operator), 1)) : Se("", !0),
79942
79946
  R("p", null, we(me.content), 1),
79943
- (_e = me.chartValues) != null && _e.length ? ($(), Vr(SN, {
79947
+ (_e = me.chartValues) != null && _e.length ? (B(), Vr(SN, {
79944
79948
  key: 1,
79945
79949
  values: me.chartValues,
79946
79950
  timestamps: me.chartTimestamps || [],
@@ -79955,7 +79959,7 @@ const RQe = {
79955
79959
  }, 1032, ["last", "time", "dot-color"]))), 128))
79956
79960
  ]),
79957
79961
  _: 1
79958
- })) : ($(), G("div", zet, "暂无流水记录"))
79962
+ })) : (B(), G("div", zet, "暂无流水记录"))
79959
79963
  ]))
79960
79964
  ])
79961
79965
  ];
@@ -79978,7 +79982,7 @@ const RQe = {
79978
79982
  ], 544);
79979
79983
  };
79980
79984
  }
79981
- }), ftt = /* @__PURE__ */ tr(Get, [["__scopeId", "data-v-fd6cc152"]]), Het = {
79985
+ }), ftt = /* @__PURE__ */ tr(Get, [["__scopeId", "data-v-4a61a5a6"]]), Het = {
79982
79986
  screen_header: {
79983
79987
  dateText: "2026-07-27",
79984
79988
  timeText: "14:30",