@akiraka/quark-big-screen-ui 0.1.13 → 0.1.14
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/components/QuarkRobot.vue.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +468 -468
- package/dist/index.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as A, openBlock as l, createElementBlock as t, normalizeStyle as
|
|
1
|
+
import { defineComponent as A, openBlock as l, createElementBlock as t, normalizeStyle as b, normalizeClass as S, createCommentVNode as h, toDisplayString as y, renderSlot as T, createElementVNode as e, createTextVNode as O, Fragment as g, renderList as q, createBlock as _e, withCtx as ve, computed as v, ref as U, onMounted as be, onBeforeUnmount as we, createStaticVNode as G } from "vue";
|
|
2
2
|
const $e = {
|
|
3
3
|
key: 0,
|
|
4
4
|
class: "qbs-panel__corner qbs-panel__corner--tl"
|
|
@@ -42,40 +42,40 @@ const $e = {
|
|
|
42
42
|
titleSize: { default: "md" },
|
|
43
43
|
overflowHidden: { type: Boolean, default: !0 }
|
|
44
44
|
},
|
|
45
|
-
setup(
|
|
46
|
-
const
|
|
47
|
-
function
|
|
48
|
-
return
|
|
45
|
+
setup(u) {
|
|
46
|
+
const d = u;
|
|
47
|
+
function f(m) {
|
|
48
|
+
return d.corners === "all" ? !0 : d.corners === "none" ? !1 : m === "tl" || m === "br";
|
|
49
49
|
}
|
|
50
50
|
return (m, p) => (l(), t("section", {
|
|
51
51
|
class: S(["qbs-panel", [
|
|
52
|
-
`qbs-panel--padding-${
|
|
53
|
-
`qbs-panel--layout-${
|
|
54
|
-
{ "qbs-panel--overflow-hidden":
|
|
52
|
+
`qbs-panel--padding-${u.padding}`,
|
|
53
|
+
`qbs-panel--layout-${u.bodyLayout}`,
|
|
54
|
+
{ "qbs-panel--overflow-hidden": u.overflowHidden }
|
|
55
55
|
]]),
|
|
56
|
-
style:
|
|
56
|
+
style: b({ "--qbs-accent": u.accent })
|
|
57
57
|
}, [
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
58
|
+
f("tl") ? (l(), t("span", $e)) : h("", !0),
|
|
59
|
+
f("tr") ? (l(), t("span", Ce)) : h("", !0),
|
|
60
|
+
f("bl") ? (l(), t("span", qe)) : h("", !0),
|
|
61
|
+
f("br") ? (l(), t("span", Me)) : h("", !0),
|
|
62
|
+
u.title || u.liveLabel || m.$slots["header-center"] || m.$slots["header-extra"] ? (l(), t("header", {
|
|
63
63
|
key: 4,
|
|
64
|
-
class: S(["qbs-panel__header", `qbs-panel__header--${
|
|
64
|
+
class: S(["qbs-panel__header", `qbs-panel__header--${u.titleSize}`])
|
|
65
65
|
}, [
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
u.showBar ? (l(), t("span", Se)) : h("", !0),
|
|
67
|
+
u.title ? (l(), t("span", Ae, y(u.title), 1)) : h("", !0),
|
|
68
68
|
m.$slots["header-prefix"] ? (l(), t("span", Be, [
|
|
69
69
|
T(m.$slots, "header-prefix", {}, void 0, !0)
|
|
70
70
|
])) : h("", !0),
|
|
71
71
|
m.$slots["header-center"] ? (l(), t("span", Oe, [
|
|
72
72
|
T(m.$slots, "header-center", {}, void 0, !0)
|
|
73
73
|
])) : h("", !0),
|
|
74
|
-
m.$slots["header-extra"] ||
|
|
74
|
+
m.$slots["header-extra"] || u.liveLabel ? (l(), t("span", ze, [
|
|
75
75
|
T(m.$slots, "header-extra", {}, () => [
|
|
76
|
-
|
|
76
|
+
u.liveLabel ? (l(), t("span", Re, [
|
|
77
77
|
p[0] || (p[0] = e("span", { class: "qbs-panel__live-dot" }, null, -1)),
|
|
78
|
-
O(y(
|
|
78
|
+
O(y(u.liveLabel), 1)
|
|
79
79
|
])) : h("", !0)
|
|
80
80
|
], !0)
|
|
81
81
|
])) : h("", !0)
|
|
@@ -85,11 +85,11 @@ const $e = {
|
|
|
85
85
|
])
|
|
86
86
|
], 6));
|
|
87
87
|
}
|
|
88
|
-
}), B = (
|
|
89
|
-
const
|
|
90
|
-
for (const [m, p] of
|
|
91
|
-
|
|
92
|
-
return
|
|
88
|
+
}), B = (u, d) => {
|
|
89
|
+
const f = u.__vccOpts || u;
|
|
90
|
+
for (const [m, p] of d)
|
|
91
|
+
f[m] = p;
|
|
92
|
+
return f;
|
|
93
93
|
}, Te = /* @__PURE__ */ B(Ne, [["__scopeId", "data-v-749400b6"]]), De = {
|
|
94
94
|
key: 0,
|
|
95
95
|
class: "qbs-duty-compact"
|
|
@@ -114,32 +114,32 @@ const $e = {
|
|
|
114
114
|
totalUsers: { default: void 0 },
|
|
115
115
|
groups: { default: () => [] }
|
|
116
116
|
},
|
|
117
|
-
setup(
|
|
118
|
-
const
|
|
119
|
-
return (
|
|
120
|
-
e("div", Le, y(
|
|
117
|
+
setup(u) {
|
|
118
|
+
const d = u;
|
|
119
|
+
return (f, m) => d.compact ? (l(), t("div", De, [
|
|
120
|
+
e("div", Le, y(d.personName.charAt(0) || "-"), 1),
|
|
121
121
|
e("div", Pe, [
|
|
122
|
-
e("span", Ee, y(
|
|
123
|
-
e("span", Ge, y(
|
|
122
|
+
e("span", Ee, y(d.personName || "暂未排班"), 1),
|
|
123
|
+
e("span", Ge, y(d.personPhone || "—"), 1)
|
|
124
124
|
]),
|
|
125
|
-
|
|
125
|
+
d.personTag ? (l(), t("span", Ze, y(d.personTag), 1)) : h("", !0)
|
|
126
126
|
])) : (l(), t("div", He, [
|
|
127
127
|
e("div", Ue, [
|
|
128
128
|
e("div", je, [
|
|
129
129
|
m[0] || (m[0] = e("span", null, "日期", -1)),
|
|
130
|
-
e("strong", null, y(
|
|
130
|
+
e("strong", null, y(d.date || "未同步"), 1)
|
|
131
131
|
]),
|
|
132
132
|
e("div", Fe, [
|
|
133
133
|
m[1] || (m[1] = e("span", null, "值班组", -1)),
|
|
134
|
-
e("strong", null, y(
|
|
134
|
+
e("strong", null, y(d.totalGroups ?? d.groups.length), 1)
|
|
135
135
|
]),
|
|
136
136
|
e("div", Ye, [
|
|
137
137
|
m[2] || (m[2] = e("span", null, "值班人数", -1)),
|
|
138
|
-
e("strong", null, y(
|
|
138
|
+
e("strong", null, y(d.totalUsers ?? 0), 1)
|
|
139
139
|
])
|
|
140
140
|
]),
|
|
141
141
|
e("div", Qe, [
|
|
142
|
-
(l(!0), t(g, null, q(
|
|
142
|
+
(l(!0), t(g, null, q(d.groups, (p) => {
|
|
143
143
|
var w;
|
|
144
144
|
return l(), t("article", {
|
|
145
145
|
key: p.groupId,
|
|
@@ -157,14 +157,14 @@ const $e = {
|
|
|
157
157
|
])
|
|
158
158
|
]);
|
|
159
159
|
}), 128)),
|
|
160
|
-
|
|
160
|
+
d.groups.length ? h("", !0) : (l(), t("div", Je, "暂无值班数据"))
|
|
161
161
|
])
|
|
162
162
|
]));
|
|
163
163
|
}
|
|
164
|
-
}),
|
|
164
|
+
}), Us = /* @__PURE__ */ B(Ke, [["__scopeId", "data-v-f5721bce"]]), Xe = { class: "qbs-alert-row__main" }, el = { class: "qbs-alert-row__copy" }, ll = ["title"], tl = { class: "qbs-alert-row__meta" }, ol = { class: "qbs-alert-row__group" }, al = {
|
|
165
165
|
key: 0,
|
|
166
166
|
class: "qbs-alert-row__owner"
|
|
167
|
-
},
|
|
167
|
+
}, sl = {
|
|
168
168
|
key: 1,
|
|
169
169
|
class: "qbs-alert-row__time"
|
|
170
170
|
}, il = {
|
|
@@ -186,39 +186,39 @@ const $e = {
|
|
|
186
186
|
detailWide: { type: Boolean, default: !1 }
|
|
187
187
|
},
|
|
188
188
|
emits: ["select"],
|
|
189
|
-
setup(
|
|
190
|
-
const
|
|
191
|
-
return (
|
|
192
|
-
class: S(["qbs-alert-row", { "qbs-alert-row--detail-wide":
|
|
193
|
-
style:
|
|
189
|
+
setup(u) {
|
|
190
|
+
const d = u;
|
|
191
|
+
return (f, m) => (l(), t("button", {
|
|
192
|
+
class: S(["qbs-alert-row", { "qbs-alert-row--detail-wide": d.detailWide }]),
|
|
193
|
+
style: b({ "--qbs-alert-accent": d.accent }),
|
|
194
194
|
type: "button",
|
|
195
|
-
onClick: m[0] || (m[0] = (p) =>
|
|
195
|
+
onClick: m[0] || (m[0] = (p) => f.$emit("select"))
|
|
196
196
|
}, [
|
|
197
197
|
e("div", Xe, [
|
|
198
198
|
e("div", el, [
|
|
199
199
|
e("div", {
|
|
200
200
|
class: "qbs-alert-row__title",
|
|
201
|
-
title:
|
|
202
|
-
}, y(
|
|
201
|
+
title: d.title
|
|
202
|
+
}, y(d.title), 9, ll),
|
|
203
203
|
e("div", tl, [
|
|
204
|
-
e("span", ol, y(
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
204
|
+
e("span", ol, y(d.group), 1),
|
|
205
|
+
d.owner ? (l(), t("span", al, y(d.owner), 1)) : h("", !0),
|
|
206
|
+
d.time ? (l(), t("span", sl, y(d.time), 1)) : h("", !0),
|
|
207
|
+
d.tag ? (l(), t("span", il, y(d.tag), 1)) : h("", !0)
|
|
208
208
|
]),
|
|
209
209
|
e("div", rl, [
|
|
210
|
-
T(
|
|
211
|
-
O(y(
|
|
210
|
+
T(f.$slots, "status", {}, () => [
|
|
211
|
+
O(y(d.statusText || "待处理"), 1)
|
|
212
212
|
], !0)
|
|
213
213
|
])
|
|
214
214
|
]),
|
|
215
|
-
|
|
216
|
-
T(
|
|
215
|
+
f.$slots.aside ? (l(), t("aside", nl, [
|
|
216
|
+
T(f.$slots, "aside", {}, void 0, !0)
|
|
217
217
|
])) : h("", !0)
|
|
218
218
|
])
|
|
219
219
|
], 6));
|
|
220
220
|
}
|
|
221
|
-
}),
|
|
221
|
+
}), js = /* @__PURE__ */ B(cl, [["__scopeId", "data-v-83959767"]]), dl = { class: "qbs-metric-card__value" }, ul = { class: "qbs-metric-card__label" }, yl = /* @__PURE__ */ A({
|
|
222
222
|
__name: "BigScreenMetricCard",
|
|
223
223
|
props: {
|
|
224
224
|
label: {},
|
|
@@ -226,17 +226,17 @@ const $e = {
|
|
|
226
226
|
tone: { default: "#7dd3fc" },
|
|
227
227
|
compact: { type: Boolean, default: !1 }
|
|
228
228
|
},
|
|
229
|
-
setup(
|
|
230
|
-
const
|
|
231
|
-
return (
|
|
229
|
+
setup(u) {
|
|
230
|
+
const d = u;
|
|
231
|
+
return (f, m) => d.compact ? (l(), t("div", {
|
|
232
232
|
key: 0,
|
|
233
233
|
class: "qbs-metric-card qbs-metric-card--compact",
|
|
234
|
-
style:
|
|
234
|
+
style: b({ "--qbs-metric-tone": d.tone })
|
|
235
235
|
}, [
|
|
236
|
-
e("span", null, y(
|
|
236
|
+
e("span", null, y(d.label), 1),
|
|
237
237
|
e("strong", null, [
|
|
238
|
-
T(
|
|
239
|
-
O(y(
|
|
238
|
+
T(f.$slots, "default", {}, () => [
|
|
239
|
+
O(y(d.value), 1)
|
|
240
240
|
], !0)
|
|
241
241
|
])
|
|
242
242
|
], 4)) : (l(), _e(Te, {
|
|
@@ -244,18 +244,18 @@ const $e = {
|
|
|
244
244
|
class: "qbs-metric-card",
|
|
245
245
|
"body-layout": "metric",
|
|
246
246
|
padding: "tight",
|
|
247
|
-
accent:
|
|
247
|
+
accent: d.tone
|
|
248
248
|
}, {
|
|
249
|
-
default:
|
|
250
|
-
T(
|
|
251
|
-
e("strong",
|
|
249
|
+
default: ve(() => [
|
|
250
|
+
T(f.$slots, "default", {}, () => [
|
|
251
|
+
e("strong", dl, y(d.value), 1)
|
|
252
252
|
], !0),
|
|
253
|
-
e("span",
|
|
253
|
+
e("span", ul, y(d.label), 1)
|
|
254
254
|
]),
|
|
255
255
|
_: 3
|
|
256
256
|
}, 8, ["accent"]));
|
|
257
257
|
}
|
|
258
|
-
}),
|
|
258
|
+
}), Fs = /* @__PURE__ */ B(yl, [["__scopeId", "data-v-07353599"]]), ml = { class: "qbs-header" }, hl = { class: "qbs-header__body" }, fl = { class: "qbs-header__brand" }, kl = {
|
|
259
259
|
key: 0,
|
|
260
260
|
class: "qbs-header__clock"
|
|
261
261
|
}, pl = /* @__PURE__ */ A({
|
|
@@ -268,27 +268,27 @@ const $e = {
|
|
|
268
268
|
weekdayText: { default: "" },
|
|
269
269
|
showClock: { type: Boolean, default: !0 }
|
|
270
270
|
},
|
|
271
|
-
setup(
|
|
272
|
-
return (
|
|
273
|
-
|
|
271
|
+
setup(u) {
|
|
272
|
+
return (d, f) => (l(), t("section", ml, [
|
|
273
|
+
f[1] || (f[1] = e("i", { class: "qbs-header__glow" }, null, -1)),
|
|
274
274
|
e("div", hl, [
|
|
275
|
-
e("div",
|
|
276
|
-
|
|
275
|
+
e("div", fl, [
|
|
276
|
+
f[0] || (f[0] = e("i", { class: "qbs-header__crest" }, [
|
|
277
277
|
e("b")
|
|
278
278
|
], -1)),
|
|
279
279
|
e("div", null, [
|
|
280
|
-
e("p", null, y(
|
|
281
|
-
e("h1", null, y(
|
|
280
|
+
e("p", null, y(u.subtitle), 1),
|
|
281
|
+
e("h1", null, y(u.title), 1)
|
|
282
282
|
])
|
|
283
283
|
]),
|
|
284
|
-
|
|
285
|
-
e("strong", null, y(
|
|
286
|
-
e("span", null, y(
|
|
284
|
+
u.showClock ? (l(), t("div", kl, [
|
|
285
|
+
e("strong", null, y(u.timeText), 1),
|
|
286
|
+
e("span", null, y(u.dateText) + " " + y(u.weekdayText), 1)
|
|
287
287
|
])) : h("", !0)
|
|
288
288
|
])
|
|
289
289
|
]));
|
|
290
290
|
}
|
|
291
|
-
}),
|
|
291
|
+
}), Ys = /* @__PURE__ */ B(pl, [["__scopeId", "data-v-cc041333"]]), xl = { class: "qbs-build-dist" }, gl = {
|
|
292
292
|
key: 0,
|
|
293
293
|
class: "qbs-build-dist__empty"
|
|
294
294
|
}, _l = /* @__PURE__ */ A({
|
|
@@ -297,10 +297,10 @@ const $e = {
|
|
|
297
297
|
items: { default: () => [] },
|
|
298
298
|
total: { default: 0 }
|
|
299
299
|
},
|
|
300
|
-
setup(
|
|
301
|
-
const
|
|
300
|
+
setup(u) {
|
|
301
|
+
const d = u, f = (m) => `${(m / Math.max(1, d.total || d.items.reduce((p, w) => p + w.count, 0)) * 100).toFixed(1)}%`;
|
|
302
302
|
return (m, p) => (l(), t("div", xl, [
|
|
303
|
-
(l(!0), t(g, null, q(
|
|
303
|
+
(l(!0), t(g, null, q(d.items.slice(0, 8), (w) => (l(), t("article", {
|
|
304
304
|
key: w.name
|
|
305
305
|
}, [
|
|
306
306
|
e("div", null, [
|
|
@@ -309,14 +309,14 @@ const $e = {
|
|
|
309
309
|
]),
|
|
310
310
|
e("i", null, [
|
|
311
311
|
e("b", {
|
|
312
|
-
style:
|
|
312
|
+
style: b({ width: f(w.count) })
|
|
313
313
|
}, null, 4)
|
|
314
314
|
])
|
|
315
315
|
]))), 128)),
|
|
316
|
-
|
|
316
|
+
d.items.length ? h("", !0) : (l(), t("div", gl, "暂无构建分布数据"))
|
|
317
317
|
]));
|
|
318
318
|
}
|
|
319
|
-
}),
|
|
319
|
+
}), Qs = /* @__PURE__ */ B(_l, [["__scopeId", "data-v-608b33d9"]]), vl = { class: "qbs-build-projects" }, bl = { class: "qbs-build-projects__summary" }, wl = { class: "qbs-build-projects__list" }, $l = {
|
|
320
320
|
key: 0,
|
|
321
321
|
class: "qbs-build-projects__empty"
|
|
322
322
|
}, Cl = /* @__PURE__ */ A({
|
|
@@ -327,25 +327,25 @@ const $e = {
|
|
|
327
327
|
successRate: { default: 0 },
|
|
328
328
|
items: { default: () => [] }
|
|
329
329
|
},
|
|
330
|
-
setup(
|
|
331
|
-
const
|
|
332
|
-
return (
|
|
333
|
-
e("div",
|
|
330
|
+
setup(u) {
|
|
331
|
+
const d = (f) => `${Math.max(0, Math.min(100, f || 0))}%`;
|
|
332
|
+
return (f, m) => (l(), t("div", vl, [
|
|
333
|
+
e("div", bl, [
|
|
334
334
|
e("span", null, [
|
|
335
335
|
m[0] || (m[0] = O("构建中", -1)),
|
|
336
|
-
e("strong", null, y(
|
|
336
|
+
e("strong", null, y(u.buildingCount), 1)
|
|
337
337
|
]),
|
|
338
338
|
e("span", null, [
|
|
339
339
|
m[1] || (m[1] = O("今日构建", -1)),
|
|
340
|
-
e("strong", null, y(
|
|
340
|
+
e("strong", null, y(u.todayBuilds), 1)
|
|
341
341
|
]),
|
|
342
342
|
e("span", null, [
|
|
343
343
|
m[2] || (m[2] = O("成功率", -1)),
|
|
344
|
-
e("strong", null, y(Number(
|
|
344
|
+
e("strong", null, y(Number(u.successRate).toFixed(1)) + "%", 1)
|
|
345
345
|
])
|
|
346
346
|
]),
|
|
347
347
|
e("div", wl, [
|
|
348
|
-
(l(!0), t(g, null, q(
|
|
348
|
+
(l(!0), t(g, null, q(u.items.slice(0, 8), (p) => (l(), t("article", {
|
|
349
349
|
key: `${p.pipelineId}-${p.buildId}`
|
|
350
350
|
}, [
|
|
351
351
|
e("div", null, [
|
|
@@ -358,15 +358,15 @@ const $e = {
|
|
|
358
358
|
]),
|
|
359
359
|
e("i", null, [
|
|
360
360
|
e("b", {
|
|
361
|
-
style:
|
|
361
|
+
style: b({ width: d(p.progress) })
|
|
362
362
|
}, null, 4)
|
|
363
363
|
])
|
|
364
364
|
]))), 128)),
|
|
365
|
-
|
|
365
|
+
u.items.length ? h("", !0) : (l(), t("div", $l, "当前没有在跑的构建项目"))
|
|
366
366
|
])
|
|
367
367
|
]));
|
|
368
368
|
}
|
|
369
|
-
}),
|
|
369
|
+
}), Ws = /* @__PURE__ */ B(Cl, [["__scopeId", "data-v-6c6f003c"]]), ql = { class: "qbs-robot" }, Ml = { class: "qbs-robot__head" }, Sl = { class: "qbs-robot__metrics" }, Al = /* @__PURE__ */ A({
|
|
370
370
|
__name: "BigScreenRobotSummary",
|
|
371
371
|
props: {
|
|
372
372
|
status: { default: "online" },
|
|
@@ -377,38 +377,38 @@ const $e = {
|
|
|
377
377
|
alerts: { default: () => ({}) },
|
|
378
378
|
successRate: { default: 0 }
|
|
379
379
|
},
|
|
380
|
-
setup(
|
|
381
|
-
return (
|
|
380
|
+
setup(u) {
|
|
381
|
+
return (d, f) => (l(), t("div", ql, [
|
|
382
382
|
e("div", Ml, [
|
|
383
383
|
e("i", {
|
|
384
|
-
class: S(`is-${
|
|
384
|
+
class: S(`is-${u.emotion}`)
|
|
385
385
|
}, null, 2),
|
|
386
386
|
e("div", null, [
|
|
387
|
-
e("strong", null, y(
|
|
388
|
-
e("span", null, y(
|
|
387
|
+
e("strong", null, y(u.status), 1),
|
|
388
|
+
e("span", null, y(u.mode) + " · " + y(u.generatedAt), 1)
|
|
389
389
|
])
|
|
390
390
|
]),
|
|
391
391
|
e("div", Sl, [
|
|
392
392
|
e("span", null, [
|
|
393
|
-
|
|
394
|
-
e("b", null, y(
|
|
393
|
+
f[0] || (f[0] = O("值班组", -1)),
|
|
394
|
+
e("b", null, y(u.summary.dutyGroups ?? 0), 1)
|
|
395
395
|
]),
|
|
396
396
|
e("span", null, [
|
|
397
|
-
|
|
398
|
-
e("b", null, y(
|
|
397
|
+
f[1] || (f[1] = O("今日告警", -1)),
|
|
398
|
+
e("b", null, y(u.summary.todayAlerts ?? 0), 1)
|
|
399
399
|
]),
|
|
400
400
|
e("span", null, [
|
|
401
|
-
|
|
402
|
-
e("b", null, y(
|
|
401
|
+
f[2] || (f[2] = O("构建中", -1)),
|
|
402
|
+
e("b", null, y(u.summary.buildingCount ?? 0), 1)
|
|
403
403
|
]),
|
|
404
404
|
e("span", null, [
|
|
405
|
-
|
|
406
|
-
e("b", null, y(
|
|
405
|
+
f[3] || (f[3] = O("终端节点", -1)),
|
|
406
|
+
e("b", null, y(u.summary.endpointNodes ?? 0), 1)
|
|
407
407
|
])
|
|
408
408
|
])
|
|
409
409
|
]));
|
|
410
410
|
}
|
|
411
|
-
}),
|
|
411
|
+
}), Vs = /* @__PURE__ */ B(Al, [["__scopeId", "data-v-534c73e7"]]), Bl = { class: "qbs-endpoints" }, Ol = {
|
|
412
412
|
key: 0,
|
|
413
413
|
class: "qbs-endpoints__empty"
|
|
414
414
|
}, zl = /* @__PURE__ */ A({
|
|
@@ -416,9 +416,9 @@ const $e = {
|
|
|
416
416
|
props: {
|
|
417
417
|
items: { default: () => [] }
|
|
418
418
|
},
|
|
419
|
-
setup(
|
|
420
|
-
return (
|
|
421
|
-
(l(!0), t(g, null, q(
|
|
419
|
+
setup(u) {
|
|
420
|
+
return (d, f) => (l(), t("div", Bl, [
|
|
421
|
+
(l(!0), t(g, null, q(u.items, (m) => {
|
|
422
422
|
var p;
|
|
423
423
|
return l(), t("article", {
|
|
424
424
|
key: m.id
|
|
@@ -438,29 +438,29 @@ const $e = {
|
|
|
438
438
|
}), 128))
|
|
439
439
|
]);
|
|
440
440
|
}), 128)),
|
|
441
|
-
|
|
441
|
+
u.items.length ? h("", !0) : (l(), t("div", Ol, "暂无终端分布数据"))
|
|
442
442
|
]));
|
|
443
443
|
}
|
|
444
|
-
}),
|
|
444
|
+
}), Js = /* @__PURE__ */ B(zl, [["__scopeId", "data-v-9abd8314"]]), Rl = { class: "qbs-embed" }, Il = ["src", "title"], Nl = { key: 1 }, Tl = /* @__PURE__ */ A({
|
|
445
445
|
__name: "BigScreenExternalEmbed",
|
|
446
446
|
props: {
|
|
447
447
|
url: { default: "" },
|
|
448
448
|
title: { default: "外部仪表盘" }
|
|
449
449
|
},
|
|
450
|
-
setup(
|
|
451
|
-
const
|
|
450
|
+
setup(u) {
|
|
451
|
+
const d = u, f = v(() => {
|
|
452
452
|
try {
|
|
453
|
-
const m = new URL(
|
|
453
|
+
const m = new URL(d.url);
|
|
454
454
|
return ["http:", "https:"].includes(m.protocol) ? m.toString() : "";
|
|
455
455
|
} catch {
|
|
456
456
|
return "";
|
|
457
457
|
}
|
|
458
458
|
});
|
|
459
459
|
return (m, p) => (l(), t("section", Rl, [
|
|
460
|
-
|
|
460
|
+
f.value ? (l(), t("iframe", {
|
|
461
461
|
key: 0,
|
|
462
|
-
src:
|
|
463
|
-
title:
|
|
462
|
+
src: f.value,
|
|
463
|
+
title: u.title,
|
|
464
464
|
loading: "lazy",
|
|
465
465
|
referrerpolicy: "no-referrer",
|
|
466
466
|
sandbox: "allow-scripts allow-same-origin allow-forms allow-popups",
|
|
@@ -468,84 +468,84 @@ const $e = {
|
|
|
468
468
|
}, null, 8, Il)) : (l(), t("div", Nl, "请在 Props JSON 中配置 http(s) 外部仪表盘 URL。"))
|
|
469
469
|
]));
|
|
470
470
|
}
|
|
471
|
-
}),
|
|
471
|
+
}), Ks = /* @__PURE__ */ B(Tl, [["__scopeId", "data-v-f20c22f6"]]), Dl = {
|
|
472
472
|
width: "300",
|
|
473
473
|
height: "290",
|
|
474
474
|
viewBox: "0 0 240 230",
|
|
475
475
|
class: "overflow-visible drop-shadow-[0_18px_24px_rgba(37,99,235,0.25)]"
|
|
476
|
-
}, Ll = ["stroke"], Pl = ["fill"], El = ["fill"], Gl = ["rx", "ry", "opacity"], Zl = ["rx", "ry", "opacity"], Hl = ["fill"], Ul = ["d"], jl = ["d"], Fl = ["d"], Yl = ["d"], Ql = { key: 5 }, Wl = ["d"], Vl = ["d"], Jl = ["x", "y"], Kl = ["x", "y"], Xl = ["cx"], et = ["cx"], lt = ["x1", "y1", "x2", "y2"], tt = ["x1", "y1", "x2", "y2"], ot = ["cy"],
|
|
476
|
+
}, Ll = ["stroke"], Pl = ["fill"], El = ["fill"], Gl = ["rx", "ry", "opacity"], Zl = ["rx", "ry", "opacity"], Hl = ["fill"], Ul = ["d"], jl = ["d"], Fl = ["d"], Yl = ["d"], Ql = { key: 5 }, Wl = ["d"], Vl = ["d"], Jl = ["x", "y"], Kl = ["x", "y"], Xl = ["cx"], et = ["cx"], lt = ["x1", "y1", "x2", "y2"], tt = ["x1", "y1", "x2", "y2"], ot = ["cy"], at = ["cy"], st = ["x1", "y1", "x2", "y2"], it = ["x1", "y1", "x2", "y2"], rt = ["cx", "cy"], nt = ["cx", "cy"], ct = ["cx", "cy"], dt = ["cx", "cy"], ut = ["cx", "cy"], yt = ["cx", "cy"], mt = ["cx", "cy"], ht = ["cx", "cy"], ft = ["cy"], kt = ["cy"], pt = ["cy"], xt = ["cy"], gt = ["x", "y"], _t = ["x", "y"], vt = ["x1", "x2"], bt = ["x1", "x2"], wt = ["cy"], $t = ["cx", "cy"], Ct = ["x", "y"], qt = ["cx", "cy"], Mt = ["cx", "cy"], St = ["cx", "cy"], At = ["cx", "cy"], Bt = ["cx", "cy"], Ot = ["cx", "cy"], zt = ["cx", "cy"], Rt = ["x1", "y1", "x2", "y2"], It = ["x1", "y1", "x2", "y2"], Nt = ["x1", "x2"], Tt = ["x1", "x2"], Dt = { key: 16 }, Lt = ["cy"], Pt = ["cy"], Et = ["cy"], Gt = ["cy"], Zt = ["x", "y"], Ht = ["x", "y"], Ut = ["d"], jt = ["d"], Ft = ["cy"], Yt = ["cy"], Qt = ["x1", "y1", "x2", "y2"], Wt = ["x1", "y1", "x2", "y2"], Vt = { key: 19 }, Jt = ["cy"], Kt = ["cy"], Xt = ["cy"], eo = ["cy"], lo = ["x", "y"], to = ["x", "y"], oo = ["d"], ao = ["d"], so = ["d"], io = ["d"], ro = ["x1", "x2"], no = ["x1", "x2"], co = ["d"], uo = ["d"], yo = ["cy"], mo = ["cy"], ho = ["cx", "cy"], fo = ["cx", "cy"], ko = ["cx", "cy"], po = ["cx", "cy"], xo = ["x1", "y1", "x2", "y2"], go = ["x1", "y1", "x2", "y2"], _o = ["cx", "cy"], vo = ["cx", "cy"], bo = ["cx", "cy"], wo = ["cx", "cy"], $o = ["cx", "cy"], Co = ["cx", "cy"], qo = ["cx", "cy"], Mo = ["cx", "cy"], So = ["cy"], Ao = ["cy"], Bo = ["cx", "cy"], Oo = ["cx", "cy"], zo = ["cy"], Ro = ["cy"], Io = ["x1", "y1", "x2", "y2"], No = ["x1", "y1", "x2", "y2"], To = ["d"], Do = ["d"], Lo = ["d"], Po = ["d"], Eo = ["cx", "cy"], Go = ["x1", "x2"], Zo = ["x", "y"], Ho = ["x", "y"], Uo = { key: 10 }, jo = { key: 16 }, Fo = {
|
|
477
477
|
key: 36,
|
|
478
478
|
d: "M 158 70 q 5 9 0 14 q -5 -5 0 -14 Z",
|
|
479
479
|
fill: "oklch(0.8 0.12 220)",
|
|
480
480
|
opacity: "0.9",
|
|
481
481
|
class: "animate-dot-blink"
|
|
482
|
-
}, Yo = ["cx", "cy"], Qo = ["cx", "cy"], Wo = ["d"], Vo = ["stroke"], Jo = ["fill"], Ko = ["fill"], Xo = ["fill"],
|
|
482
|
+
}, Yo = ["cx", "cy"], Qo = ["cx", "cy"], Wo = ["d"], Vo = ["stroke"], Jo = ["fill"], Ko = ["fill"], Xo = ["fill"], ea = { key: 44 }, la = ["fill"], ta = ["stroke"], oa = {
|
|
483
483
|
key: 46,
|
|
484
484
|
class: "animate-spin-slow",
|
|
485
485
|
style: { transformOrigin: "168px 62px" }
|
|
486
|
-
},
|
|
486
|
+
}, aa = ["fill"], sa = ["transform"], ia = {
|
|
487
487
|
key: 47,
|
|
488
488
|
transform: "rotate(40 168 62)"
|
|
489
|
-
},
|
|
489
|
+
}, ra = ["fill"], na = {
|
|
490
490
|
key: 48,
|
|
491
491
|
class: "animate-wobble",
|
|
492
492
|
style: { transformOrigin: "168px 60px" }
|
|
493
|
-
},
|
|
493
|
+
}, ca = ["fill"], da = ["fill"], ua = {
|
|
494
494
|
key: 49,
|
|
495
495
|
class: "animate-self-spin",
|
|
496
496
|
style: { transformOrigin: "168px 60px" }
|
|
497
|
-
},
|
|
497
|
+
}, ya = ["stroke"], ma = {
|
|
498
498
|
key: 50,
|
|
499
499
|
class: "animate-alert-flash"
|
|
500
|
-
},
|
|
500
|
+
}, ha = ["fill"], fa = { key: 51 }, ka = { class: "animate-alert-flash" }, pa = ["fill"], xa = ["fill"], ga = ["stroke"], _a = ["fill"], va = {
|
|
501
501
|
key: 53,
|
|
502
502
|
class: "animate-scan-move"
|
|
503
|
-
},
|
|
503
|
+
}, ba = ["stroke"], wa = ["stroke"], $a = { key: 54 }, Ca = ["stroke"], qa = ["fill"], Ma = ["fill"], Sa = ["fill"], Aa = ["stroke"], Ba = {
|
|
504
504
|
key: 57,
|
|
505
505
|
class: "animate-locate-bob",
|
|
506
506
|
style: { transformOrigin: "168px 60px" }
|
|
507
|
-
},
|
|
507
|
+
}, Oa = ["fill"], za = ["fill"], Ra = ["stroke"], Ia = ["fill"], Na = { key: 59 }, Ta = ["stroke"], Da = { key: 60 }, La = ["fill"], Pa = { key: 61 }, Ea = ["fill"], Ga = {
|
|
508
508
|
key: 62,
|
|
509
509
|
class: "animate-alert-flash",
|
|
510
510
|
style: { transformOrigin: "168px 60px" }
|
|
511
|
-
},
|
|
511
|
+
}, Za = ["fill"], Ha = { key: 63 }, Ua = ["fill"], ja = {
|
|
512
512
|
key: 64,
|
|
513
513
|
class: "animate-alert-flash"
|
|
514
|
-
},
|
|
514
|
+
}, Fa = ["fill"], Ya = {
|
|
515
515
|
key: 65,
|
|
516
516
|
class: "animate-sparkle",
|
|
517
517
|
style: { transformOrigin: "168px 58px" }
|
|
518
|
-
},
|
|
518
|
+
}, Qa = ["fill"], Wa = ["fill"], Va = ["fill"], Ja = { key: 66 }, Ka = ["fill"], Xa = ["fill"], es = ["fill"], ls = {
|
|
519
519
|
key: 67,
|
|
520
520
|
class: "animate-body-glow",
|
|
521
521
|
style: { transformOrigin: "168px 62px" }
|
|
522
|
-
},
|
|
522
|
+
}, ts = ["fill"], os = {
|
|
523
523
|
key: 68,
|
|
524
524
|
class: "animate-dot-blink"
|
|
525
|
-
},
|
|
525
|
+
}, as = { key: 69 }, ss = ["stroke"], is = ["fill"], rs = ["fill"], ns = { key: 72 }, cs = {
|
|
526
526
|
key: 73,
|
|
527
527
|
class: "animate-bball-ball",
|
|
528
528
|
style: { transformOrigin: "120px 148px" }
|
|
529
|
-
},
|
|
529
|
+
}, ds = {
|
|
530
530
|
key: 74,
|
|
531
531
|
class: "animate-traffic-light-pop",
|
|
532
532
|
style: { transformOrigin: "230px 126px" }
|
|
533
|
-
},
|
|
533
|
+
}, us = ["fill"], ys = ["opacity"], ms = ["opacity"], hs = ["opacity"], fs = { key: 75 }, ks = ["x", "y"], ps = {
|
|
534
534
|
key: 76,
|
|
535
535
|
class: "animate-breathe",
|
|
536
536
|
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
537
|
-
},
|
|
537
|
+
}, xs = ["fill"], gs = { key: 78 }, _s = ["d", "fill"], vs = { key: 79 }, bs = ["fill"], ws = { key: 80 }, $s = ["stroke"], Cs = ["stroke"], qs = { key: 81 }, Ms = ["x", "y", "width", "height", "rx", "fill"], Ss = { key: 82 }, As = ["cx", "cy", "fill"], Bs = ["fill"], Os = ["fill"], zs = ["d"], Rs = ["fill"], Is = ["fill"], Ns = ["fill"], Ts = ["d"], Ds = {
|
|
538
538
|
key: 0,
|
|
539
539
|
class: "pointer-events-none absolute right-2 top-2 text-robot-blue-dark"
|
|
540
|
-
}, i = "var(--robot-eye)",
|
|
540
|
+
}, i = "var(--robot-eye)", Ls = "var(--robot-blue)", C = "oklch(0.6 0.23 22)", Z = "oklch(0.72 0.19 55)", H = "oklch(0.84 0.16 95)", j = "oklch(0.62 0.02 260)", z = "oklch(0.68 0.16 150)", Ps = "oklch(0.5 0.12 250)", n = 102, c = 138, o = 108, Es = /* @__PURE__ */ A({
|
|
541
541
|
__name: "QuarkRobot",
|
|
542
542
|
props: {
|
|
543
543
|
emotion: {},
|
|
544
544
|
action: { default: "idle" },
|
|
545
545
|
speaking: { type: Boolean, default: !1 }
|
|
546
546
|
},
|
|
547
|
-
setup(
|
|
548
|
-
const
|
|
547
|
+
setup(u) {
|
|
548
|
+
const d = u, f = {
|
|
549
549
|
// 基础情绪
|
|
550
550
|
neutral: { eyes: "neutral", mouth: "smileSoft", arms: "handsFold", anim: "animate-robot-float" },
|
|
551
551
|
bye: { eyes: "happy", mouth: "smileSoft", arms: "waveUp", anim: "animate-robot-float" },
|
|
@@ -578,7 +578,7 @@ const $e = {
|
|
|
578
578
|
pray: { eyes: "closed", mouth: "calm", sym: "lotus", symColor: "var(--robot-amber)", arms: "pray", anim: "animate-breathe" },
|
|
579
579
|
devout: { eyes: "closed", mouth: "calm", sym: "lotus", symColor: "var(--robot-amber)", arms: "pray", anim: "animate-breathe" },
|
|
580
580
|
heal: { eyes: "happy", mouth: "smileSoft", blush: !0, sym: "heart", symColor: C, arms: "hug", anim: "animate-breathe" },
|
|
581
|
-
coldGuard: { eyes: "lookdown", mouth: "flat", body:
|
|
581
|
+
coldGuard: { eyes: "lookdown", mouth: "flat", body: Ps, anim: "animate-guard-sink" },
|
|
582
582
|
// 聆听神态
|
|
583
583
|
listenOpen: { eyes: "neutral", mouth: "smileSoft", sym: "soundwave", symColor: i, arms: "attentiveOpen", anim: "animate-listen-tilt" },
|
|
584
584
|
listenSneaky: { eyes: "half", mouth: "dot", sym: "soundwave", symColor: "var(--robot-amber)", arms: "shh", anim: "animate-listen-sneak" },
|
|
@@ -873,11 +873,11 @@ const $e = {
|
|
|
873
873
|
trafficGuide: { l: -36, r: 0, ra: "animate-traffic-arm" },
|
|
874
874
|
// 唱歌指挥:双手轻轻打拍子
|
|
875
875
|
conductMusic: { l: 54, r: -54, la: "animate-conduct-arm-l", ra: "animate-conduct-arm-r" }
|
|
876
|
-
},
|
|
877
|
-
() => w[
|
|
878
|
-
),
|
|
879
|
-
() =>
|
|
880
|
-
), L =
|
|
876
|
+
}, s = v(() => f[d.emotion]), I = v(() => s.value.body ?? Ls), oe = v(() => m[d.action] ?? s.value.anim), D = v(() => p[d.action] ?? s.value.arms ?? "down"), N = v(() => te[D.value]), E = v(
|
|
877
|
+
() => w[d.action] ?? s.value.signalOverride ?? "var(--robot-amber)"
|
|
878
|
+
), ae = v(
|
|
879
|
+
() => s.value.signalAnim && d.action === "idle" ? s.value.signalAnim : ""
|
|
880
|
+
), L = v(() => R[d.action] ?? "none"), P = v(() => d.action === "trafficRed" || d.emotion === "trafficRed" ? "red" : d.action === "trafficYellow" || d.emotion === "trafficYellow" ? "yellow" : d.action === "trafficGreen" || d.emotion === "trafficGreen" ? "green" : null), se = v(() => d.action === "sing" || d.emotion === "singing"), ie = [
|
|
881
881
|
{ x: 62, y: 64, note: "♪", delay: 0 },
|
|
882
882
|
{ x: 184, y: 76, note: "♫", delay: 0.22 },
|
|
883
883
|
{ x: 48, y: 116, note: "♬", delay: 0.44 },
|
|
@@ -897,24 +897,24 @@ const $e = {
|
|
|
897
897
|
{ x: 132, y: 174, hx: "16px", delay: 0.5, size: 5, color: "oklch(0.78 0.20 340)" },
|
|
898
898
|
{ x: 120, y: 170, hx: "0px", delay: 0.66, size: 6, color: "oklch(0.72 0.22 0)" }
|
|
899
899
|
], ce = [
|
|
900
|
-
...Array.from({ length: 6 }, (x,
|
|
901
|
-
x: 20 + Math.cos(
|
|
902
|
-
y: 128 + Math.sin(
|
|
903
|
-
delay:
|
|
904
|
-
color:
|
|
900
|
+
...Array.from({ length: 6 }, (x, a) => ({
|
|
901
|
+
x: 20 + Math.cos(a / 6 * Math.PI * 2) * 18,
|
|
902
|
+
y: 128 + Math.sin(a / 6 * Math.PI * 2) * 18,
|
|
903
|
+
delay: a * 0.18,
|
|
904
|
+
color: a % 2 === 0 ? "var(--robot-amber)" : "oklch(0.7 0.18 200)"
|
|
905
905
|
})),
|
|
906
|
-
...Array.from({ length: 6 }, (x,
|
|
907
|
-
x: 220 + Math.cos(
|
|
908
|
-
y: 128 + Math.sin(
|
|
909
|
-
delay:
|
|
910
|
-
color:
|
|
906
|
+
...Array.from({ length: 6 }, (x, a) => ({
|
|
907
|
+
x: 220 + Math.cos(a / 6 * Math.PI * 2) * 18,
|
|
908
|
+
y: 128 + Math.sin(a / 6 * Math.PI * 2) * 18,
|
|
909
|
+
delay: a * 0.18 + 0.09,
|
|
910
|
+
color: a % 2 === 0 ? "var(--robot-amber)" : "oklch(0.7 0.18 200)"
|
|
911
911
|
}))
|
|
912
912
|
], J = U(null), F = U({ x: 0, y: 0 }), K = U(0), Y = U(!1);
|
|
913
913
|
let Q;
|
|
914
914
|
function X(x) {
|
|
915
|
-
const
|
|
916
|
-
if (!
|
|
917
|
-
const r =
|
|
915
|
+
const a = J.value;
|
|
916
|
+
if (!a) return;
|
|
917
|
+
const r = a.getBoundingClientRect(), $ = r.left + r.width / 2, pe = r.top + r.height / 2, le = (x.clientX - $) / (r.width / 2), xe = (x.clientY - pe) / (r.height / 2), V = (ge) => Math.max(-1, Math.min(1, ge));
|
|
918
918
|
F.value = { x: V(le) * 6, y: V(xe) * 5 }, K.value = V(le) * 6;
|
|
919
919
|
}
|
|
920
920
|
function ee() {
|
|
@@ -925,12 +925,12 @@ const $e = {
|
|
|
925
925
|
2200 + Math.random() * 2600
|
|
926
926
|
);
|
|
927
927
|
}
|
|
928
|
-
|
|
928
|
+
be(() => {
|
|
929
929
|
window.addEventListener("mousemove", X), ee();
|
|
930
930
|
}), we(() => {
|
|
931
931
|
window.removeEventListener("mousemove", X), Q && clearTimeout(Q);
|
|
932
932
|
});
|
|
933
|
-
const _ =
|
|
933
|
+
const _ = v(() => F.value.x), M = v(() => F.value.y), de = v(() => d.emotion === "excited" || d.emotion === "eureka" || d.emotion === "eurekaClap"), ue = v(() => ({ transform: `rotate(${K.value * 0.4}deg)` })), ye = v(() => {
|
|
934
934
|
const x = {
|
|
935
935
|
transformBox: "fill-box",
|
|
936
936
|
transformOrigin: "right center",
|
|
@@ -938,7 +938,7 @@ const $e = {
|
|
|
938
938
|
"--arm-base": `${N.value.l}deg`
|
|
939
939
|
};
|
|
940
940
|
return N.value.la || (x.transform = `rotate(${N.value.l}deg)`), x;
|
|
941
|
-
}), me =
|
|
941
|
+
}), me = v(() => {
|
|
942
942
|
const x = {
|
|
943
943
|
transformBox: "fill-box",
|
|
944
944
|
transformOrigin: "left center",
|
|
@@ -946,23 +946,23 @@ const $e = {
|
|
|
946
946
|
"--arm-base": `${N.value.r}deg`
|
|
947
947
|
};
|
|
948
948
|
return N.value.ra || (x.transform = `rotate(${N.value.r}deg)`), x;
|
|
949
|
-
}), he = ["closed", "happy", "sad", "angry", "dizzy", "smug"],
|
|
949
|
+
}), he = ["closed", "happy", "sad", "angry", "dizzy", "smug"], k = v(() => Y.value && !he.includes(s.value.eyes) ? "closed" : s.value.eyes), fe = [
|
|
950
950
|
{ x: 70, y: 78, delay: 0 },
|
|
951
951
|
{ x: 172, y: 84, delay: 0.4 },
|
|
952
952
|
{ x: 160, y: 150, delay: 0.8 }
|
|
953
953
|
];
|
|
954
|
-
function W(x,
|
|
955
|
-
return `M ${x} ${
|
|
954
|
+
function W(x, a) {
|
|
955
|
+
return `M ${x} ${a - 7} L ${x + 2} ${a - 2} L ${x + 7} ${a} L ${x + 2} ${a + 2} L ${x} ${a + 7} L ${x - 2} ${a + 2} L ${x - 7} ${a} L ${x - 2} ${a - 2} Z`;
|
|
956
956
|
}
|
|
957
|
-
const
|
|
958
|
-
return (x,
|
|
957
|
+
const ke = [0, 45, 90, 135, 180, 225, 270, 315];
|
|
958
|
+
return (x, a) => (l(), t("div", {
|
|
959
959
|
ref_key: "wrapRef",
|
|
960
960
|
ref: J,
|
|
961
961
|
class: "relative flex w-full max-w-[300px] items-center justify-center",
|
|
962
962
|
"aria-hidden": "true"
|
|
963
963
|
}, [
|
|
964
964
|
e("div", {
|
|
965
|
-
style:
|
|
965
|
+
style: b(ue.value)
|
|
966
966
|
}, [
|
|
967
967
|
e("div", {
|
|
968
968
|
class: S(oe.value)
|
|
@@ -982,8 +982,8 @@ const $e = {
|
|
|
982
982
|
cy: "22",
|
|
983
983
|
r: "11",
|
|
984
984
|
fill: E.value,
|
|
985
|
-
style:
|
|
986
|
-
class: S(["animate-antenna-pulse", L.value === "scan-ring" ||
|
|
985
|
+
style: b({ transition: "fill 0.6s ease", filter: `drop-shadow(0 0 5px ${E.value})` }),
|
|
986
|
+
class: S(["animate-antenna-pulse", L.value === "scan-ring" || u.action === "signalBreathe" ? "animate-signal-breathe" : "", ae.value])
|
|
987
987
|
}, null, 14, Pl),
|
|
988
988
|
e("rect", {
|
|
989
989
|
x: "44",
|
|
@@ -994,7 +994,7 @@ const $e = {
|
|
|
994
994
|
fill: I.value,
|
|
995
995
|
style: { transition: "fill 0.3s ease" }
|
|
996
996
|
}, null, 8, El),
|
|
997
|
-
|
|
997
|
+
a[46] || (a[46] = e("rect", {
|
|
998
998
|
x: "44",
|
|
999
999
|
y: "40",
|
|
1000
1000
|
width: "152",
|
|
@@ -1002,26 +1002,26 @@ const $e = {
|
|
|
1002
1002
|
rx: "54",
|
|
1003
1003
|
fill: "oklch(1 0 0 / 0.08)"
|
|
1004
1004
|
}, null, -1)),
|
|
1005
|
-
|
|
1005
|
+
s.value.blush || s.value.blushStrong ? (l(), t(g, { key: 0 }, [
|
|
1006
1006
|
e("ellipse", {
|
|
1007
1007
|
cx: "72",
|
|
1008
1008
|
cy: "128",
|
|
1009
|
-
rx:
|
|
1010
|
-
ry:
|
|
1009
|
+
rx: s.value.blushStrong ? 14 : 11,
|
|
1010
|
+
ry: s.value.blushStrong ? 10 : 8,
|
|
1011
1011
|
fill: "var(--robot-amber)",
|
|
1012
|
-
opacity:
|
|
1012
|
+
opacity: s.value.blushStrong ? 0.95 : 0.85
|
|
1013
1013
|
}, null, 8, Gl),
|
|
1014
1014
|
e("ellipse", {
|
|
1015
1015
|
cx: "168",
|
|
1016
1016
|
cy: "128",
|
|
1017
|
-
rx:
|
|
1018
|
-
ry:
|
|
1017
|
+
rx: s.value.blushStrong ? 14 : 11,
|
|
1018
|
+
ry: s.value.blushStrong ? 10 : 8,
|
|
1019
1019
|
fill: "var(--robot-amber)",
|
|
1020
|
-
opacity:
|
|
1020
|
+
opacity: s.value.blushStrong ? 0.95 : 0.85
|
|
1021
1021
|
}, null, 8, Zl)
|
|
1022
1022
|
], 64)) : h("", !0),
|
|
1023
|
-
|
|
1024
|
-
|
|
1023
|
+
s.value.blushPink ? (l(), t(g, { key: 1 }, [
|
|
1024
|
+
a[0] || (a[0] = e("ellipse", {
|
|
1025
1025
|
cx: "73",
|
|
1026
1026
|
cy: "129",
|
|
1027
1027
|
rx: "13",
|
|
@@ -1029,7 +1029,7 @@ const $e = {
|
|
|
1029
1029
|
fill: "oklch(0.72 0.22 0)",
|
|
1030
1030
|
opacity: "0.72"
|
|
1031
1031
|
}, null, -1)),
|
|
1032
|
-
|
|
1032
|
+
a[1] || (a[1] = e("ellipse", {
|
|
1033
1033
|
cx: "167",
|
|
1034
1034
|
cy: "129",
|
|
1035
1035
|
rx: "13",
|
|
@@ -1038,7 +1038,7 @@ const $e = {
|
|
|
1038
1038
|
opacity: "0.72"
|
|
1039
1039
|
}, null, -1))
|
|
1040
1040
|
], 64)) : h("", !0),
|
|
1041
|
-
|
|
1041
|
+
a[47] || (a[47] = e("rect", {
|
|
1042
1042
|
x: "66",
|
|
1043
1043
|
y: "66",
|
|
1044
1044
|
width: "108",
|
|
@@ -1046,16 +1046,16 @@ const $e = {
|
|
|
1046
1046
|
rx: "32",
|
|
1047
1047
|
fill: "var(--robot-screen)"
|
|
1048
1048
|
}, null, -1)),
|
|
1049
|
-
|
|
1049
|
+
s.value.screenTint ? (l(), t("rect", {
|
|
1050
1050
|
key: 2,
|
|
1051
1051
|
x: "66",
|
|
1052
1052
|
y: "66",
|
|
1053
1053
|
width: "108",
|
|
1054
1054
|
height: "92",
|
|
1055
1055
|
rx: "32",
|
|
1056
|
-
fill:
|
|
1056
|
+
fill: s.value.screenTint
|
|
1057
1057
|
}, null, 8, Hl)) : h("", !0),
|
|
1058
|
-
|
|
1058
|
+
a[48] || (a[48] = e("rect", {
|
|
1059
1059
|
x: "66",
|
|
1060
1060
|
y: "66",
|
|
1061
1061
|
width: "108",
|
|
@@ -1063,7 +1063,7 @@ const $e = {
|
|
|
1063
1063
|
rx: "20",
|
|
1064
1064
|
fill: "oklch(1 0 0 / 0.06)"
|
|
1065
1065
|
}, null, -1)),
|
|
1066
|
-
|
|
1066
|
+
k.value === "closed" ? (l(), t("g", {
|
|
1067
1067
|
key: 3,
|
|
1068
1068
|
stroke: i,
|
|
1069
1069
|
"stroke-width": "5",
|
|
@@ -1076,7 +1076,7 @@ const $e = {
|
|
|
1076
1076
|
e("path", {
|
|
1077
1077
|
d: `M ${c - 11} ${o} q 11 7 22 0`
|
|
1078
1078
|
}, null, 8, jl)
|
|
1079
|
-
])) :
|
|
1079
|
+
])) : k.value === "happy" ? (l(), t("g", {
|
|
1080
1080
|
key: 4,
|
|
1081
1081
|
stroke: i,
|
|
1082
1082
|
"stroke-width": "6",
|
|
@@ -1089,7 +1089,7 @@ const $e = {
|
|
|
1089
1089
|
e("path", {
|
|
1090
1090
|
d: `M ${c - 11} ${o + 3} q 11 -16 22 0`
|
|
1091
1091
|
}, null, 8, Yl)
|
|
1092
|
-
])) :
|
|
1092
|
+
])) : k.value === "arcHappy" ? (l(), t("g", Ql, [
|
|
1093
1093
|
e("path", {
|
|
1094
1094
|
d: `M ${n - 13} ${o + 4} q 13 -20 26 0`,
|
|
1095
1095
|
stroke: i,
|
|
@@ -1118,7 +1118,7 @@ const $e = {
|
|
|
1118
1118
|
height: "18",
|
|
1119
1119
|
fill: "var(--robot-screen)"
|
|
1120
1120
|
}, null, 8, Kl)
|
|
1121
|
-
])) :
|
|
1121
|
+
])) : k.value === "narrow" ? (l(), t("g", {
|
|
1122
1122
|
key: 6,
|
|
1123
1123
|
fill: i
|
|
1124
1124
|
}, [
|
|
@@ -1152,7 +1152,7 @@ const $e = {
|
|
|
1152
1152
|
"stroke-width": "5",
|
|
1153
1153
|
"stroke-linecap": "round"
|
|
1154
1154
|
}, null, 8, tt)
|
|
1155
|
-
])) :
|
|
1155
|
+
])) : k.value === "droopy" ? (l(), t("g", {
|
|
1156
1156
|
key: 7,
|
|
1157
1157
|
fill: i
|
|
1158
1158
|
}, [
|
|
@@ -1167,7 +1167,7 @@ const $e = {
|
|
|
1167
1167
|
cy: o + 3,
|
|
1168
1168
|
rx: "8",
|
|
1169
1169
|
ry: "10"
|
|
1170
|
-
}, null, 8,
|
|
1170
|
+
}, null, 8, at),
|
|
1171
1171
|
e("line", {
|
|
1172
1172
|
x1: n + 5,
|
|
1173
1173
|
y1: o - 8,
|
|
@@ -1176,7 +1176,7 @@ const $e = {
|
|
|
1176
1176
|
stroke: i,
|
|
1177
1177
|
"stroke-width": "4",
|
|
1178
1178
|
"stroke-linecap": "round"
|
|
1179
|
-
}, null, 8,
|
|
1179
|
+
}, null, 8, st),
|
|
1180
1180
|
e("line", {
|
|
1181
1181
|
x1: c - 5,
|
|
1182
1182
|
y1: o - 8,
|
|
@@ -1186,7 +1186,7 @@ const $e = {
|
|
|
1186
1186
|
"stroke-width": "4",
|
|
1187
1187
|
"stroke-linecap": "round"
|
|
1188
1188
|
}, null, 8, it)
|
|
1189
|
-
])) :
|
|
1189
|
+
])) : k.value === "softRound" ? (l(), t("g", {
|
|
1190
1190
|
key: 8,
|
|
1191
1191
|
fill: i
|
|
1192
1192
|
}, [
|
|
@@ -1211,8 +1211,8 @@ const $e = {
|
|
|
1211
1211
|
cy: o - 3,
|
|
1212
1212
|
r: "2.5",
|
|
1213
1213
|
fill: "var(--robot-screen)"
|
|
1214
|
-
}, null, 8,
|
|
1215
|
-
])) :
|
|
1214
|
+
}, null, 8, dt)
|
|
1215
|
+
])) : k.value === "bigRound" ? (l(), t("g", {
|
|
1216
1216
|
key: 9,
|
|
1217
1217
|
fill: i
|
|
1218
1218
|
}, [
|
|
@@ -1233,7 +1233,7 @@ const $e = {
|
|
|
1233
1233
|
cy: o + M.value * 0.5,
|
|
1234
1234
|
r: "8",
|
|
1235
1235
|
fill: i
|
|
1236
|
-
}, null, 8,
|
|
1236
|
+
}, null, 8, ut),
|
|
1237
1237
|
e("circle", {
|
|
1238
1238
|
cx: c + _.value * 0.5,
|
|
1239
1239
|
cy: o + M.value * 0.5,
|
|
@@ -1252,7 +1252,7 @@ const $e = {
|
|
|
1252
1252
|
r: "3",
|
|
1253
1253
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1254
1254
|
}, null, 8, ht)
|
|
1255
|
-
])) :
|
|
1255
|
+
])) : k.value === "halfDroopy" ? (l(), t("g", {
|
|
1256
1256
|
key: 10,
|
|
1257
1257
|
fill: i
|
|
1258
1258
|
}, [
|
|
@@ -1262,14 +1262,14 @@ const $e = {
|
|
|
1262
1262
|
rx: "10",
|
|
1263
1263
|
ry: "11",
|
|
1264
1264
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1265
|
-
}, null, 8,
|
|
1265
|
+
}, null, 8, ft),
|
|
1266
1266
|
e("ellipse", {
|
|
1267
1267
|
cx: c,
|
|
1268
1268
|
cy: o + 2,
|
|
1269
1269
|
rx: "10",
|
|
1270
1270
|
ry: "11",
|
|
1271
1271
|
fill: "oklch(1 0 0 / 0.9)"
|
|
1272
|
-
}, null, 8,
|
|
1272
|
+
}, null, 8, kt),
|
|
1273
1273
|
e("ellipse", {
|
|
1274
1274
|
cx: n,
|
|
1275
1275
|
cy: o + 5,
|
|
@@ -1298,7 +1298,7 @@ const $e = {
|
|
|
1298
1298
|
height: "12",
|
|
1299
1299
|
fill: "var(--robot-screen)"
|
|
1300
1300
|
}, null, 8, _t)
|
|
1301
|
-
])) :
|
|
1301
|
+
])) : k.value === "peekSlit" ? (l(), t("g", {
|
|
1302
1302
|
key: 11,
|
|
1303
1303
|
stroke: i,
|
|
1304
1304
|
"stroke-width": "4",
|
|
@@ -1310,14 +1310,14 @@ const $e = {
|
|
|
1310
1310
|
y1: o,
|
|
1311
1311
|
x2: n + 9,
|
|
1312
1312
|
y2: o
|
|
1313
|
-
}, null, 8,
|
|
1313
|
+
}, null, 8, vt),
|
|
1314
1314
|
e("line", {
|
|
1315
1315
|
x1: c - 9,
|
|
1316
1316
|
y1: o,
|
|
1317
1317
|
x2: c + 9,
|
|
1318
1318
|
y2: o
|
|
1319
|
-
}, null, 8,
|
|
1320
|
-
])) :
|
|
1319
|
+
}, null, 8, bt)
|
|
1320
|
+
])) : k.value === "halfSquint" ? (l(), t("g", {
|
|
1321
1321
|
key: 12,
|
|
1322
1322
|
fill: i
|
|
1323
1323
|
}, [
|
|
@@ -1356,7 +1356,7 @@ const $e = {
|
|
|
1356
1356
|
ry: "7",
|
|
1357
1357
|
fill: i
|
|
1358
1358
|
}, null, 8, qt)
|
|
1359
|
-
])) :
|
|
1359
|
+
])) : k.value === "scaredWide" ? (l(), t("g", {
|
|
1360
1360
|
key: 13,
|
|
1361
1361
|
fill: i
|
|
1362
1362
|
}, [
|
|
@@ -1396,7 +1396,7 @@ const $e = {
|
|
|
1396
1396
|
r: "2.5",
|
|
1397
1397
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1398
1398
|
}, null, 8, Bt)
|
|
1399
|
-
])) :
|
|
1399
|
+
])) : k.value === "narrowSlant" ? (l(), t("g", {
|
|
1400
1400
|
key: 14,
|
|
1401
1401
|
fill: i
|
|
1402
1402
|
}, [
|
|
@@ -1446,7 +1446,7 @@ const $e = {
|
|
|
1446
1446
|
"stroke-width": "5",
|
|
1447
1447
|
"stroke-linecap": "round"
|
|
1448
1448
|
}, null, 8, It)
|
|
1449
|
-
])) :
|
|
1449
|
+
])) : k.value === "dashEyes" ? (l(), t("g", {
|
|
1450
1450
|
key: 15,
|
|
1451
1451
|
stroke: i,
|
|
1452
1452
|
"stroke-width": "6",
|
|
@@ -1464,7 +1464,7 @@ const $e = {
|
|
|
1464
1464
|
x2: c + 10,
|
|
1465
1465
|
y2: o
|
|
1466
1466
|
}, null, 8, Tt)
|
|
1467
|
-
])) :
|
|
1467
|
+
])) : k.value === "halfClosed" ? (l(), t("g", Dt, [
|
|
1468
1468
|
e("ellipse", {
|
|
1469
1469
|
cx: n,
|
|
1470
1470
|
cy: o + 2,
|
|
@@ -1521,7 +1521,7 @@ const $e = {
|
|
|
1521
1521
|
"stroke-linecap": "round",
|
|
1522
1522
|
fill: "none"
|
|
1523
1523
|
}, null, 8, jt)
|
|
1524
|
-
])) :
|
|
1524
|
+
])) : k.value === "thinkEyes" ? (l(), t("g", {
|
|
1525
1525
|
key: 17,
|
|
1526
1526
|
fill: i
|
|
1527
1527
|
}, [
|
|
@@ -1571,7 +1571,7 @@ const $e = {
|
|
|
1571
1571
|
"stroke-width": "3.5",
|
|
1572
1572
|
"stroke-linecap": "round"
|
|
1573
1573
|
}, null, 8, Wt)
|
|
1574
|
-
])) :
|
|
1574
|
+
])) : k.value === "blankDot" ? (l(), t("g", {
|
|
1575
1575
|
key: 18,
|
|
1576
1576
|
fill: i
|
|
1577
1577
|
}, [
|
|
@@ -1599,7 +1599,7 @@ const $e = {
|
|
|
1599
1599
|
r: "4",
|
|
1600
1600
|
fill: i
|
|
1601
1601
|
})
|
|
1602
|
-
])) :
|
|
1602
|
+
])) : k.value === "heavyLid" ? (l(), t("g", Vt, [
|
|
1603
1603
|
e("ellipse", {
|
|
1604
1604
|
cx: n,
|
|
1605
1605
|
cy: o + 3,
|
|
@@ -1655,8 +1655,8 @@ const $e = {
|
|
|
1655
1655
|
"stroke-width": "5",
|
|
1656
1656
|
"stroke-linecap": "round",
|
|
1657
1657
|
fill: "none"
|
|
1658
|
-
}, null, 8,
|
|
1659
|
-
])) :
|
|
1658
|
+
}, null, 8, ao)
|
|
1659
|
+
])) : k.value === "smug" ? (l(), t("g", {
|
|
1660
1660
|
key: 20,
|
|
1661
1661
|
stroke: i,
|
|
1662
1662
|
"stroke-width": "5",
|
|
@@ -1665,11 +1665,11 @@ const $e = {
|
|
|
1665
1665
|
}, [
|
|
1666
1666
|
e("path", {
|
|
1667
1667
|
d: `M ${n - 11} ${o - 2} q 11 9 22 2`
|
|
1668
|
-
}, null, 8,
|
|
1668
|
+
}, null, 8, so),
|
|
1669
1669
|
e("path", {
|
|
1670
1670
|
d: `M ${c - 11} ${o - 2} q 11 9 22 2`
|
|
1671
1671
|
}, null, 8, io)
|
|
1672
|
-
])) :
|
|
1672
|
+
])) : k.value === "cool" ? (l(), t("g", {
|
|
1673
1673
|
key: 21,
|
|
1674
1674
|
stroke: i,
|
|
1675
1675
|
"stroke-width": "5",
|
|
@@ -1687,7 +1687,7 @@ const $e = {
|
|
|
1687
1687
|
x2: c + 11,
|
|
1688
1688
|
y2: o
|
|
1689
1689
|
}, null, 8, no)
|
|
1690
|
-
])) :
|
|
1690
|
+
])) : k.value === "sad" ? (l(), t("g", {
|
|
1691
1691
|
key: 22,
|
|
1692
1692
|
stroke: i,
|
|
1693
1693
|
"stroke-width": "6",
|
|
@@ -1700,7 +1700,7 @@ const $e = {
|
|
|
1700
1700
|
e("path", {
|
|
1701
1701
|
d: `M ${c - 11} ${o - 1} q 11 14 22 0`
|
|
1702
1702
|
}, null, 8, uo)
|
|
1703
|
-
])) :
|
|
1703
|
+
])) : k.value === "teary" ? (l(), t("g", {
|
|
1704
1704
|
key: 23,
|
|
1705
1705
|
fill: i
|
|
1706
1706
|
}, [
|
|
@@ -1727,20 +1727,20 @@ const $e = {
|
|
|
1727
1727
|
cy: o + 3 + M.value * 0.3,
|
|
1728
1728
|
r: "6.5",
|
|
1729
1729
|
fill: i
|
|
1730
|
-
}, null, 8,
|
|
1730
|
+
}, null, 8, fo),
|
|
1731
1731
|
e("circle", {
|
|
1732
1732
|
cx: n + 3,
|
|
1733
1733
|
cy: o - 3,
|
|
1734
1734
|
r: "2.5",
|
|
1735
1735
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1736
|
-
}, null, 8,
|
|
1736
|
+
}, null, 8, ko),
|
|
1737
1737
|
e("circle", {
|
|
1738
1738
|
cx: c + 3,
|
|
1739
1739
|
cy: o - 3,
|
|
1740
1740
|
r: "2.5",
|
|
1741
1741
|
fill: "oklch(1 0 0 / 0.95)"
|
|
1742
1742
|
}, null, 8, po)
|
|
1743
|
-
])) :
|
|
1743
|
+
])) : k.value === "angry" ? (l(), t(g, { key: 24 }, [
|
|
1744
1744
|
e("g", {
|
|
1745
1745
|
stroke: i,
|
|
1746
1746
|
"stroke-width": "5",
|
|
@@ -1771,9 +1771,9 @@ const $e = {
|
|
|
1771
1771
|
cy: o + 2,
|
|
1772
1772
|
rx: "7",
|
|
1773
1773
|
ry: "8"
|
|
1774
|
-
}, null, 8,
|
|
1774
|
+
}, null, 8, vo)
|
|
1775
1775
|
])
|
|
1776
|
-
], 64)) :
|
|
1776
|
+
], 64)) : k.value === "excited" ? (l(), t("g", {
|
|
1777
1777
|
key: 25,
|
|
1778
1778
|
fill: i
|
|
1779
1779
|
}, [
|
|
@@ -1781,7 +1781,7 @@ const $e = {
|
|
|
1781
1781
|
cx: n + _.value * 0.3,
|
|
1782
1782
|
cy: o + M.value * 0.3,
|
|
1783
1783
|
r: "13"
|
|
1784
|
-
}, null, 8,
|
|
1784
|
+
}, null, 8, bo),
|
|
1785
1785
|
e("circle", {
|
|
1786
1786
|
cx: c + _.value * 0.3,
|
|
1787
1787
|
cy: o + M.value * 0.3,
|
|
@@ -1799,7 +1799,7 @@ const $e = {
|
|
|
1799
1799
|
r: "3",
|
|
1800
1800
|
fill: "var(--robot-screen)"
|
|
1801
1801
|
}, null, 8, Co)
|
|
1802
|
-
])) :
|
|
1802
|
+
])) : k.value === "lookup" ? (l(), t("g", {
|
|
1803
1803
|
key: 26,
|
|
1804
1804
|
fill: i
|
|
1805
1805
|
}, [
|
|
@@ -1815,7 +1815,7 @@ const $e = {
|
|
|
1815
1815
|
rx: "7",
|
|
1816
1816
|
ry: "9"
|
|
1817
1817
|
}, null, 8, Mo)
|
|
1818
|
-
])) :
|
|
1818
|
+
])) : k.value === "lookdown" ? (l(), t("g", {
|
|
1819
1819
|
key: 27,
|
|
1820
1820
|
fill: i
|
|
1821
1821
|
}, [
|
|
@@ -1831,7 +1831,7 @@ const $e = {
|
|
|
1831
1831
|
rx: "7",
|
|
1832
1832
|
ry: "9"
|
|
1833
1833
|
}, null, 8, Ao)
|
|
1834
|
-
])) :
|
|
1834
|
+
])) : k.value === "wide" ? (l(), t("g", {
|
|
1835
1835
|
key: 28,
|
|
1836
1836
|
fill: i
|
|
1837
1837
|
}, [
|
|
@@ -1859,7 +1859,7 @@ const $e = {
|
|
|
1859
1859
|
r: "6",
|
|
1860
1860
|
fill: i
|
|
1861
1861
|
}, null, 8, Oo)
|
|
1862
|
-
])) :
|
|
1862
|
+
])) : k.value === "half" ? (l(), t(g, { key: 29 }, [
|
|
1863
1863
|
e("g", { fill: i }, [
|
|
1864
1864
|
e("ellipse", {
|
|
1865
1865
|
cx: n,
|
|
@@ -1892,7 +1892,7 @@ const $e = {
|
|
|
1892
1892
|
y2: o - 4
|
|
1893
1893
|
}, null, 8, No)
|
|
1894
1894
|
]),
|
|
1895
|
-
|
|
1895
|
+
u.emotion === "tired" ? (l(), t("g", {
|
|
1896
1896
|
key: 0,
|
|
1897
1897
|
stroke: i,
|
|
1898
1898
|
"stroke-width": "2.5",
|
|
@@ -1907,7 +1907,7 @@ const $e = {
|
|
|
1907
1907
|
d: `M ${c - 9} ${o + 12} q 9 5 18 0`
|
|
1908
1908
|
}, null, 8, Do)
|
|
1909
1909
|
])) : h("", !0)
|
|
1910
|
-
], 64)) :
|
|
1910
|
+
], 64)) : k.value === "dizzy" ? (l(), t("g", {
|
|
1911
1911
|
key: 30,
|
|
1912
1912
|
stroke: i,
|
|
1913
1913
|
"stroke-width": "3",
|
|
@@ -1920,7 +1920,7 @@ const $e = {
|
|
|
1920
1920
|
e("path", {
|
|
1921
1921
|
d: `M ${c} ${o} m -8 0 a 8 8 0 1 1 5 7`
|
|
1922
1922
|
}, null, 8, Po)
|
|
1923
|
-
])) :
|
|
1923
|
+
])) : k.value === "confused" ? (l(), t(g, { key: 31 }, [
|
|
1924
1924
|
e("circle", {
|
|
1925
1925
|
cx: n,
|
|
1926
1926
|
cy: o,
|
|
@@ -1942,7 +1942,7 @@ const $e = {
|
|
|
1942
1942
|
"stroke-width": "5",
|
|
1943
1943
|
"stroke-linecap": "round"
|
|
1944
1944
|
}, null, 8, Go)
|
|
1945
|
-
], 64)) :
|
|
1945
|
+
], 64)) : k.value === "blank" ? (l(), t("g", {
|
|
1946
1946
|
key: 32,
|
|
1947
1947
|
fill: i,
|
|
1948
1948
|
opacity: "0.55"
|
|
@@ -1976,7 +1976,7 @@ const $e = {
|
|
|
1976
1976
|
rx: "8"
|
|
1977
1977
|
}, null, 8, Ho)
|
|
1978
1978
|
])),
|
|
1979
|
-
|
|
1979
|
+
u.speaking ? (l(), t("ellipse", {
|
|
1980
1980
|
key: 34,
|
|
1981
1981
|
cx: "120",
|
|
1982
1982
|
cy: "138",
|
|
@@ -1986,32 +1986,32 @@ const $e = {
|
|
|
1986
1986
|
class: "origin-center animate-wave",
|
|
1987
1987
|
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
1988
1988
|
})) : (l(), t(g, { key: 35 }, [
|
|
1989
|
-
|
|
1989
|
+
s.value.mouth === "smile" ? (l(), t("path", {
|
|
1990
1990
|
key: 0,
|
|
1991
1991
|
d: "M 104 134 q 16 16 32 0",
|
|
1992
1992
|
stroke: i,
|
|
1993
1993
|
"stroke-width": "5",
|
|
1994
1994
|
"stroke-linecap": "round",
|
|
1995
1995
|
fill: "none"
|
|
1996
|
-
})) :
|
|
1996
|
+
})) : s.value.mouth === "open" ? (l(), t("path", {
|
|
1997
1997
|
key: 1,
|
|
1998
1998
|
d: "M 104 132 q 16 22 32 0 q -16 6 -32 0 Z",
|
|
1999
1999
|
fill: i
|
|
2000
|
-
})) :
|
|
2000
|
+
})) : s.value.mouth === "bigopen" ? (l(), t("ellipse", {
|
|
2001
2001
|
key: 2,
|
|
2002
2002
|
cx: "120",
|
|
2003
2003
|
cy: "140",
|
|
2004
2004
|
rx: "11",
|
|
2005
2005
|
ry: "14",
|
|
2006
2006
|
fill: i
|
|
2007
|
-
})) :
|
|
2007
|
+
})) : s.value.mouth === "frown" ? (l(), t("path", {
|
|
2008
2008
|
key: 3,
|
|
2009
2009
|
d: "M 106 142 q 14 -12 28 0",
|
|
2010
2010
|
stroke: i,
|
|
2011
2011
|
"stroke-width": "5",
|
|
2012
2012
|
"stroke-linecap": "round",
|
|
2013
2013
|
fill: "none"
|
|
2014
|
-
})) :
|
|
2014
|
+
})) : s.value.mouth === "dot" ? (l(), t("ellipse", {
|
|
2015
2015
|
key: 4,
|
|
2016
2016
|
cx: "120",
|
|
2017
2017
|
cy: "138",
|
|
@@ -2019,7 +2019,7 @@ const $e = {
|
|
|
2019
2019
|
ry: "6",
|
|
2020
2020
|
fill: i,
|
|
2021
2021
|
opacity: "0.85"
|
|
2022
|
-
})) :
|
|
2022
|
+
})) : s.value.mouth === "flat" ? (l(), t("line", {
|
|
2023
2023
|
key: 5,
|
|
2024
2024
|
x1: "110",
|
|
2025
2025
|
y1: "138",
|
|
@@ -2028,35 +2028,35 @@ const $e = {
|
|
|
2028
2028
|
stroke: i,
|
|
2029
2029
|
"stroke-width": "5",
|
|
2030
2030
|
"stroke-linecap": "round"
|
|
2031
|
-
})) :
|
|
2031
|
+
})) : s.value.mouth === "o" ? (l(), t("ellipse", {
|
|
2032
2032
|
key: 6,
|
|
2033
2033
|
cx: "120",
|
|
2034
2034
|
cy: "139",
|
|
2035
2035
|
rx: "7",
|
|
2036
2036
|
ry: "9",
|
|
2037
2037
|
fill: i
|
|
2038
|
-
})) :
|
|
2038
|
+
})) : s.value.mouth === "pout" ? (l(), t("ellipse", {
|
|
2039
2039
|
key: 7,
|
|
2040
2040
|
cx: "120",
|
|
2041
2041
|
cy: "140",
|
|
2042
2042
|
rx: "6",
|
|
2043
2043
|
ry: "5",
|
|
2044
2044
|
fill: i
|
|
2045
|
-
})) :
|
|
2045
|
+
})) : s.value.mouth === "wavy" ? (l(), t("path", {
|
|
2046
2046
|
key: 8,
|
|
2047
2047
|
d: "M 106 138 q 6 -7 12 0 q 6 7 12 0",
|
|
2048
2048
|
stroke: i,
|
|
2049
2049
|
"stroke-width": "4",
|
|
2050
2050
|
"stroke-linecap": "round",
|
|
2051
2051
|
fill: "none"
|
|
2052
|
-
})) :
|
|
2052
|
+
})) : s.value.mouth === "calm" ? (l(), t("path", {
|
|
2053
2053
|
key: 9,
|
|
2054
2054
|
d: "M 110 138 q 10 5 20 0",
|
|
2055
2055
|
stroke: i,
|
|
2056
2056
|
"stroke-width": "4",
|
|
2057
2057
|
"stroke-linecap": "round",
|
|
2058
2058
|
fill: "none"
|
|
2059
|
-
})) :
|
|
2059
|
+
})) : s.value.mouth === "grit" ? (l(), t("g", Uo, [
|
|
2060
2060
|
e("rect", {
|
|
2061
2061
|
x: "106",
|
|
2062
2062
|
y: "134",
|
|
@@ -2065,7 +2065,7 @@ const $e = {
|
|
|
2065
2065
|
rx: "3",
|
|
2066
2066
|
fill: i
|
|
2067
2067
|
}),
|
|
2068
|
-
|
|
2068
|
+
a[2] || (a[2] = e("line", {
|
|
2069
2069
|
x1: "115",
|
|
2070
2070
|
y1: "134",
|
|
2071
2071
|
x2: "115",
|
|
@@ -2073,7 +2073,7 @@ const $e = {
|
|
|
2073
2073
|
stroke: "var(--robot-screen)",
|
|
2074
2074
|
"stroke-width": "2"
|
|
2075
2075
|
}, null, -1)),
|
|
2076
|
-
|
|
2076
|
+
a[3] || (a[3] = e("line", {
|
|
2077
2077
|
x1: "125",
|
|
2078
2078
|
y1: "134",
|
|
2079
2079
|
x2: "125",
|
|
@@ -2081,40 +2081,40 @@ const $e = {
|
|
|
2081
2081
|
stroke: "var(--robot-screen)",
|
|
2082
2082
|
"stroke-width": "2"
|
|
2083
2083
|
}, null, -1))
|
|
2084
|
-
])) :
|
|
2084
|
+
])) : s.value.mouth === "bigSmile" ? (l(), t("path", {
|
|
2085
2085
|
key: 11,
|
|
2086
2086
|
d: "M 100 132 q 20 22 40 0",
|
|
2087
2087
|
stroke: i,
|
|
2088
2088
|
"stroke-width": "6",
|
|
2089
2089
|
"stroke-linecap": "round",
|
|
2090
2090
|
fill: "none"
|
|
2091
|
-
})) :
|
|
2091
|
+
})) : s.value.mouth === "bigFrown" ? (l(), t("path", {
|
|
2092
2092
|
key: 12,
|
|
2093
2093
|
d: "M 100 146 q 20 -20 40 0",
|
|
2094
2094
|
stroke: i,
|
|
2095
2095
|
"stroke-width": "6",
|
|
2096
2096
|
"stroke-linecap": "round",
|
|
2097
2097
|
fill: "none"
|
|
2098
|
-
})) :
|
|
2098
|
+
})) : s.value.mouth === "bitterSmile" ? (l(), t("path", {
|
|
2099
2099
|
key: 13,
|
|
2100
2100
|
d: "M 106 140 q 8 -4 14 2 q 6 4 14 -4",
|
|
2101
2101
|
stroke: i,
|
|
2102
2102
|
"stroke-width": "5",
|
|
2103
2103
|
"stroke-linecap": "round",
|
|
2104
2104
|
fill: "none"
|
|
2105
|
-
})) :
|
|
2105
|
+
})) : s.value.mouth === "heartMouth" ? (l(), t("path", {
|
|
2106
2106
|
key: 14,
|
|
2107
2107
|
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",
|
|
2108
2108
|
fill: i,
|
|
2109
2109
|
opacity: "0.9"
|
|
2110
|
-
})) :
|
|
2110
|
+
})) : s.value.mouth === "awkwardSmile" ? (l(), t("path", {
|
|
2111
2111
|
key: 15,
|
|
2112
2112
|
d: "M 108 140 q 6 -6 12 0 q 7 6 12 -3",
|
|
2113
2113
|
stroke: i,
|
|
2114
2114
|
"stroke-width": "5",
|
|
2115
2115
|
"stroke-linecap": "round",
|
|
2116
2116
|
fill: "none"
|
|
2117
|
-
})) :
|
|
2117
|
+
})) : s.value.mouth === "poutBig" ? (l(), t("g", jo, [
|
|
2118
2118
|
e("ellipse", {
|
|
2119
2119
|
cx: "120",
|
|
2120
2120
|
cy: "141",
|
|
@@ -2123,7 +2123,7 @@ const $e = {
|
|
|
2123
2123
|
fill: i,
|
|
2124
2124
|
opacity: "0.85"
|
|
2125
2125
|
}),
|
|
2126
|
-
|
|
2126
|
+
a[4] || (a[4] = e("ellipse", {
|
|
2127
2127
|
cx: "120",
|
|
2128
2128
|
cy: "137",
|
|
2129
2129
|
rx: "10",
|
|
@@ -2139,8 +2139,8 @@ const $e = {
|
|
|
2139
2139
|
fill: "none"
|
|
2140
2140
|
}))
|
|
2141
2141
|
], 64)),
|
|
2142
|
-
|
|
2143
|
-
|
|
2142
|
+
s.value.sweat ? (l(), t("path", Fo)) : h("", !0),
|
|
2143
|
+
s.value.tear ? (l(), t("ellipse", {
|
|
2144
2144
|
key: 37,
|
|
2145
2145
|
cx: c + 11,
|
|
2146
2146
|
cy: o + 14,
|
|
@@ -2149,7 +2149,7 @@ const $e = {
|
|
|
2149
2149
|
fill: i,
|
|
2150
2150
|
opacity: "0.9"
|
|
2151
2151
|
}, null, 8, Yo)) : h("", !0),
|
|
2152
|
-
|
|
2152
|
+
s.value.tear2 ? (l(), t("ellipse", {
|
|
2153
2153
|
key: 38,
|
|
2154
2154
|
cx: n - 11,
|
|
2155
2155
|
cy: o + 14,
|
|
@@ -2158,40 +2158,40 @@ const $e = {
|
|
|
2158
2158
|
fill: i,
|
|
2159
2159
|
opacity: "0.9"
|
|
2160
2160
|
}, null, 8, Qo)) : h("", !0),
|
|
2161
|
-
|
|
2161
|
+
de.value ? (l(), t(g, { key: 39 }, q(fe, (r, $) => e("path", {
|
|
2162
2162
|
key: $,
|
|
2163
2163
|
d: W(r.x, r.y),
|
|
2164
2164
|
fill: "var(--robot-amber)",
|
|
2165
2165
|
class: "animate-sparkle",
|
|
2166
|
-
style:
|
|
2166
|
+
style: b({ animationDelay: `${r.delay}s`, transformBox: "fill-box", transformOrigin: "center" })
|
|
2167
2167
|
}, null, 12, Wo)), 64)) : h("", !0),
|
|
2168
|
-
|
|
2168
|
+
s.value.sym === "anger" ? (l(), t("g", {
|
|
2169
2169
|
key: 40,
|
|
2170
|
-
stroke:
|
|
2170
|
+
stroke: s.value.symColor,
|
|
2171
2171
|
"stroke-width": "3.5",
|
|
2172
2172
|
"stroke-linecap": "round",
|
|
2173
2173
|
class: "animate-alert-flash"
|
|
2174
|
-
}, [...
|
|
2174
|
+
}, [...a[5] || (a[5] = [
|
|
2175
2175
|
e("path", { d: "M 160 60 l 8 0 M 164 56 l 0 8" }, null, -1),
|
|
2176
2176
|
e("path", { d: "M 174 70 l 6 4 M 180 70 l -6 4" }, null, -1)
|
|
2177
|
-
])], 8, Vo)) :
|
|
2177
|
+
])], 8, Vo)) : s.value.sym === "question" ? (l(), t("text", {
|
|
2178
2178
|
key: 41,
|
|
2179
2179
|
x: "160",
|
|
2180
2180
|
y: "74",
|
|
2181
2181
|
"font-size": "26",
|
|
2182
|
-
fill:
|
|
2182
|
+
fill: s.value.symColor,
|
|
2183
2183
|
"font-weight": "bold"
|
|
2184
|
-
}, "?", 8, Jo)) :
|
|
2184
|
+
}, "?", 8, Jo)) : s.value.sym === "exclaim" ? (l(), t("text", {
|
|
2185
2185
|
key: 42,
|
|
2186
2186
|
x: "162",
|
|
2187
2187
|
y: "74",
|
|
2188
2188
|
"font-size": "26",
|
|
2189
|
-
fill:
|
|
2189
|
+
fill: s.value.symColor,
|
|
2190
2190
|
"font-weight": "bold"
|
|
2191
|
-
}, "!", 8, Ko)) :
|
|
2191
|
+
}, "!", 8, Ko)) : s.value.sym === "ellipsis" ? (l(), t("g", {
|
|
2192
2192
|
key: 43,
|
|
2193
|
-
fill:
|
|
2194
|
-
}, [...
|
|
2193
|
+
fill: s.value.symColor
|
|
2194
|
+
}, [...a[6] || (a[6] = [
|
|
2195
2195
|
e("circle", {
|
|
2196
2196
|
cx: "156",
|
|
2197
2197
|
cy: "66",
|
|
@@ -2213,28 +2213,28 @@ const $e = {
|
|
|
2213
2213
|
class: "animate-dot-blink",
|
|
2214
2214
|
style: { "animation-delay": "0.4s" }
|
|
2215
2215
|
}, null, -1)
|
|
2216
|
-
])], 8, Xo)) :
|
|
2216
|
+
])], 8, Xo)) : s.value.sym === "bulb" ? (l(), t("g", ea, [
|
|
2217
2217
|
e("circle", {
|
|
2218
2218
|
cx: "166",
|
|
2219
2219
|
cy: "58",
|
|
2220
2220
|
r: "11",
|
|
2221
|
-
fill:
|
|
2221
|
+
fill: s.value.symColor,
|
|
2222
2222
|
class: "animate-antenna-pulse origin-center"
|
|
2223
|
-
}, null, 8,
|
|
2224
|
-
|
|
2225
|
-
])) :
|
|
2223
|
+
}, null, 8, la),
|
|
2224
|
+
a[7] || (a[7] = G('<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))
|
|
2225
|
+
])) : s.value.sym === "check" ? (l(), t("path", {
|
|
2226
2226
|
key: 45,
|
|
2227
2227
|
d: "M 156 64 l 6 7 l 12 -15",
|
|
2228
|
-
stroke:
|
|
2228
|
+
stroke: s.value.symColor,
|
|
2229
2229
|
"stroke-width": "5",
|
|
2230
2230
|
"stroke-linecap": "round",
|
|
2231
2231
|
"stroke-linejoin": "round",
|
|
2232
2232
|
fill: "none"
|
|
2233
|
-
}, null, 8,
|
|
2233
|
+
}, null, 8, ta)) : s.value.sym === "gear" ? (l(), t("g", oa, [
|
|
2234
2234
|
e("g", {
|
|
2235
|
-
fill:
|
|
2235
|
+
fill: s.value.symColor
|
|
2236
2236
|
}, [
|
|
2237
|
-
(l(), t(g, null, q(
|
|
2237
|
+
(l(), t(g, null, q(ke, (r) => e("rect", {
|
|
2238
2238
|
key: r,
|
|
2239
2239
|
x: "165",
|
|
2240
2240
|
y: "46",
|
|
@@ -2242,67 +2242,67 @@ const $e = {
|
|
|
2242
2242
|
height: "8",
|
|
2243
2243
|
rx: "1.5",
|
|
2244
2244
|
transform: `rotate(${r} 168 62)`
|
|
2245
|
-
}, null, 8,
|
|
2246
|
-
|
|
2245
|
+
}, null, 8, sa)), 64)),
|
|
2246
|
+
a[8] || (a[8] = e("circle", {
|
|
2247
2247
|
cx: "168",
|
|
2248
2248
|
cy: "62",
|
|
2249
2249
|
r: "11"
|
|
2250
2250
|
}, null, -1))
|
|
2251
|
-
], 8,
|
|
2252
|
-
|
|
2251
|
+
], 8, aa),
|
|
2252
|
+
a[9] || (a[9] = e("circle", {
|
|
2253
2253
|
cx: "168",
|
|
2254
2254
|
cy: "62",
|
|
2255
2255
|
r: "4.5",
|
|
2256
2256
|
fill: "var(--robot-screen)"
|
|
2257
2257
|
}, null, -1))
|
|
2258
|
-
])) :
|
|
2258
|
+
])) : s.value.sym === "pencil" ? (l(), t("g", ia, [
|
|
2259
2259
|
e("rect", {
|
|
2260
2260
|
x: "164",
|
|
2261
2261
|
y: "46",
|
|
2262
2262
|
width: "8",
|
|
2263
2263
|
height: "22",
|
|
2264
2264
|
rx: "2",
|
|
2265
|
-
fill:
|
|
2266
|
-
}, null, 8,
|
|
2267
|
-
|
|
2265
|
+
fill: s.value.symColor
|
|
2266
|
+
}, null, 8, ra),
|
|
2267
|
+
a[10] || (a[10] = e("rect", {
|
|
2268
2268
|
x: "164",
|
|
2269
2269
|
y: "44",
|
|
2270
2270
|
width: "8",
|
|
2271
2271
|
height: "6",
|
|
2272
2272
|
fill: "var(--robot-amber)"
|
|
2273
2273
|
}, null, -1)),
|
|
2274
|
-
|
|
2274
|
+
a[11] || (a[11] = e("path", {
|
|
2275
2275
|
d: "M 164 68 l 4 8 l 4 -8 Z",
|
|
2276
2276
|
fill: "var(--robot-screen)"
|
|
2277
2277
|
}, null, -1))
|
|
2278
|
-
])) :
|
|
2278
|
+
])) : s.value.sym === "bell" ? (l(), t("g", na, [
|
|
2279
2279
|
e("path", {
|
|
2280
2280
|
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",
|
|
2281
|
-
fill:
|
|
2282
|
-
}, null, 8,
|
|
2281
|
+
fill: s.value.symColor
|
|
2282
|
+
}, null, 8, ca),
|
|
2283
2283
|
e("circle", {
|
|
2284
2284
|
cx: "168",
|
|
2285
2285
|
cy: "73",
|
|
2286
2286
|
r: "3",
|
|
2287
|
-
fill:
|
|
2288
|
-
}, null, 8,
|
|
2289
|
-
])) :
|
|
2287
|
+
fill: s.value.symColor
|
|
2288
|
+
}, null, 8, da)
|
|
2289
|
+
])) : s.value.sym === "loader" ? (l(), t("g", ua, [
|
|
2290
2290
|
e("path", {
|
|
2291
2291
|
d: "M 168 48 a 12 12 0 1 1 -8.5 3.5",
|
|
2292
2292
|
fill: "none",
|
|
2293
|
-
stroke:
|
|
2293
|
+
stroke: s.value.symColor,
|
|
2294
2294
|
"stroke-width": "4",
|
|
2295
2295
|
"stroke-linecap": "round"
|
|
2296
|
-
}, null, 8,
|
|
2297
|
-
])) :
|
|
2296
|
+
}, null, 8, ya)
|
|
2297
|
+
])) : s.value.sym === "warning" ? (l(), t("g", ma, [
|
|
2298
2298
|
e("path", {
|
|
2299
2299
|
d: "M 168 46 l 14 26 l -28 0 Z",
|
|
2300
|
-
fill:
|
|
2300
|
+
fill: s.value.symColor,
|
|
2301
2301
|
stroke: "var(--robot-screen)",
|
|
2302
2302
|
"stroke-width": "1.5",
|
|
2303
2303
|
"stroke-linejoin": "round"
|
|
2304
|
-
}, null, 8,
|
|
2305
|
-
|
|
2304
|
+
}, null, 8, ha),
|
|
2305
|
+
a[12] || (a[12] = e("line", {
|
|
2306
2306
|
x1: "168",
|
|
2307
2307
|
y1: "56",
|
|
2308
2308
|
x2: "168",
|
|
@@ -2311,34 +2311,34 @@ const $e = {
|
|
|
2311
2311
|
"stroke-width": "3",
|
|
2312
2312
|
"stroke-linecap": "round"
|
|
2313
2313
|
}, null, -1)),
|
|
2314
|
-
|
|
2314
|
+
a[13] || (a[13] = e("circle", {
|
|
2315
2315
|
cx: "168",
|
|
2316
2316
|
cy: "69",
|
|
2317
2317
|
r: "1.8",
|
|
2318
2318
|
fill: "var(--robot-screen)"
|
|
2319
2319
|
}, null, -1))
|
|
2320
|
-
])) :
|
|
2321
|
-
e("g",
|
|
2320
|
+
])) : s.value.sym === "siren" ? (l(), t("g", fa, [
|
|
2321
|
+
e("g", ka, [
|
|
2322
2322
|
e("path", {
|
|
2323
2323
|
d: "M 156 70 a 12 12 0 0 1 24 0 Z",
|
|
2324
|
-
fill:
|
|
2325
|
-
}, null, 8,
|
|
2324
|
+
fill: s.value.symColor
|
|
2325
|
+
}, null, 8, pa),
|
|
2326
2326
|
e("rect", {
|
|
2327
2327
|
x: "152",
|
|
2328
2328
|
y: "70",
|
|
2329
2329
|
width: "32",
|
|
2330
2330
|
height: "5",
|
|
2331
2331
|
rx: "2",
|
|
2332
|
-
fill:
|
|
2333
|
-
}, null, 8,
|
|
2332
|
+
fill: s.value.symColor
|
|
2333
|
+
}, null, 8, xa)
|
|
2334
2334
|
]),
|
|
2335
2335
|
e("g", {
|
|
2336
|
-
stroke:
|
|
2336
|
+
stroke: s.value.symColor,
|
|
2337
2337
|
"stroke-width": "2.5",
|
|
2338
2338
|
"stroke-linecap": "round",
|
|
2339
2339
|
class: "animate-alert-flash",
|
|
2340
2340
|
opacity: "0.7"
|
|
2341
|
-
}, [...
|
|
2341
|
+
}, [...a[14] || (a[14] = [
|
|
2342
2342
|
e("line", {
|
|
2343
2343
|
x1: "146",
|
|
2344
2344
|
y1: "56",
|
|
@@ -2357,67 +2357,67 @@ const $e = {
|
|
|
2357
2357
|
x2: "168",
|
|
2358
2358
|
y2: "49"
|
|
2359
2359
|
}, null, -1)
|
|
2360
|
-
])], 8,
|
|
2361
|
-
])) :
|
|
2360
|
+
])], 8, ga)
|
|
2361
|
+
])) : s.value.sym === "broken" ? (l(), t("path", {
|
|
2362
2362
|
key: 52,
|
|
2363
2363
|
d: "M 170 46 l -10 16 l 7 0 l -5 14 l 14 -20 l -8 0 l 6 -10 Z",
|
|
2364
|
-
fill:
|
|
2364
|
+
fill: s.value.symColor,
|
|
2365
2365
|
class: "animate-alert-flash",
|
|
2366
2366
|
stroke: "var(--robot-screen)",
|
|
2367
2367
|
"stroke-width": "1",
|
|
2368
2368
|
"stroke-linejoin": "round"
|
|
2369
|
-
}, null, 8,
|
|
2369
|
+
}, null, 8, _a)) : s.value.sym === "scan" ? (l(), t("g", va, [
|
|
2370
2370
|
e("circle", {
|
|
2371
2371
|
cx: "166",
|
|
2372
2372
|
cy: "60",
|
|
2373
2373
|
r: "9",
|
|
2374
2374
|
fill: "none",
|
|
2375
|
-
stroke:
|
|
2375
|
+
stroke: s.value.symColor,
|
|
2376
2376
|
"stroke-width": "3"
|
|
2377
|
-
}, null, 8,
|
|
2377
|
+
}, null, 8, ba),
|
|
2378
2378
|
e("line", {
|
|
2379
2379
|
x1: "173",
|
|
2380
2380
|
y1: "67",
|
|
2381
2381
|
x2: "180",
|
|
2382
2382
|
y2: "74",
|
|
2383
|
-
stroke:
|
|
2383
|
+
stroke: s.value.symColor,
|
|
2384
2384
|
"stroke-width": "3.5",
|
|
2385
2385
|
"stroke-linecap": "round"
|
|
2386
|
-
}, null, 8,
|
|
2387
|
-
])) :
|
|
2386
|
+
}, null, 8, wa)
|
|
2387
|
+
])) : s.value.sym === "lotus" ? (l(), t("g", $a, [
|
|
2388
2388
|
e("ellipse", {
|
|
2389
2389
|
cx: "120",
|
|
2390
2390
|
cy: "34",
|
|
2391
2391
|
rx: "40",
|
|
2392
2392
|
ry: "9",
|
|
2393
2393
|
fill: "none",
|
|
2394
|
-
stroke:
|
|
2394
|
+
stroke: s.value.symColor,
|
|
2395
2395
|
"stroke-width": "3",
|
|
2396
2396
|
opacity: "0.8",
|
|
2397
2397
|
class: "animate-antenna-pulse origin-center",
|
|
2398
2398
|
style: { transformOrigin: "120px 34px" }
|
|
2399
|
-
}, null, 8,
|
|
2399
|
+
}, null, 8, Ca),
|
|
2400
2400
|
e("circle", {
|
|
2401
2401
|
cx: "92",
|
|
2402
2402
|
cy: "34",
|
|
2403
2403
|
r: "2",
|
|
2404
|
-
fill:
|
|
2405
|
-
}, null, 8,
|
|
2404
|
+
fill: s.value.symColor
|
|
2405
|
+
}, null, 8, qa),
|
|
2406
2406
|
e("circle", {
|
|
2407
2407
|
cx: "148",
|
|
2408
2408
|
cy: "34",
|
|
2409
2409
|
r: "2",
|
|
2410
|
-
fill:
|
|
2411
|
-
}, null, 8,
|
|
2412
|
-
])) :
|
|
2410
|
+
fill: s.value.symColor
|
|
2411
|
+
}, null, 8, Ma)
|
|
2412
|
+
])) : s.value.sym === "heart" ? (l(), t("path", {
|
|
2413
2413
|
key: 55,
|
|
2414
2414
|
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",
|
|
2415
|
-
fill:
|
|
2415
|
+
fill: s.value.symColor,
|
|
2416
2416
|
class: "animate-antenna-pulse origin-center",
|
|
2417
2417
|
style: { transformOrigin: "170px 60px" }
|
|
2418
|
-
}, null, 8,
|
|
2418
|
+
}, null, 8, Sa)) : s.value.sym === "soundwave" ? (l(), t("g", {
|
|
2419
2419
|
key: 56,
|
|
2420
|
-
stroke:
|
|
2420
|
+
stroke: s.value.symColor,
|
|
2421
2421
|
"stroke-width": "3",
|
|
2422
2422
|
"stroke-linecap": "round",
|
|
2423
2423
|
fill: "none"
|
|
@@ -2426,14 +2426,14 @@ const $e = {
|
|
|
2426
2426
|
key: $,
|
|
2427
2427
|
d: "M 188 52 q 9 10 0 20",
|
|
2428
2428
|
class: "animate-sound-ripple",
|
|
2429
|
-
style:
|
|
2429
|
+
style: b({ transformOrigin: "188px 62px", animationDelay: `${r}s` })
|
|
2430
2430
|
}, null, 4)), 64))
|
|
2431
|
-
], 8,
|
|
2431
|
+
], 8, Aa)) : s.value.sym === "pin" ? (l(), t("g", Ba, [
|
|
2432
2432
|
e("path", {
|
|
2433
2433
|
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",
|
|
2434
|
-
fill:
|
|
2435
|
-
}, null, 8,
|
|
2436
|
-
|
|
2434
|
+
fill: s.value.symColor
|
|
2435
|
+
}, null, 8, Oa),
|
|
2436
|
+
a[15] || (a[15] = e("circle", {
|
|
2437
2437
|
cx: "168",
|
|
2438
2438
|
cy: "55",
|
|
2439
2439
|
r: "4",
|
|
@@ -2444,23 +2444,23 @@ const $e = {
|
|
|
2444
2444
|
cy: "77",
|
|
2445
2445
|
rx: "8",
|
|
2446
2446
|
ry: "2.5",
|
|
2447
|
-
fill:
|
|
2447
|
+
fill: s.value.symColor,
|
|
2448
2448
|
opacity: "0.3"
|
|
2449
|
-
}, null, 8,
|
|
2450
|
-
])) :
|
|
2449
|
+
}, null, 8, za)
|
|
2450
|
+
])) : s.value.sym === "target" ? (l(), t("g", {
|
|
2451
2451
|
key: 58,
|
|
2452
|
-
stroke:
|
|
2452
|
+
stroke: s.value.symColor,
|
|
2453
2453
|
"stroke-width": "2.5",
|
|
2454
2454
|
fill: "none"
|
|
2455
2455
|
}, [
|
|
2456
|
-
|
|
2456
|
+
a[16] || (a[16] = e("circle", {
|
|
2457
2457
|
cx: "168",
|
|
2458
2458
|
cy: "60",
|
|
2459
2459
|
r: "13",
|
|
2460
2460
|
class: "animate-target-pulse",
|
|
2461
2461
|
style: { transformOrigin: "168px 60px" }
|
|
2462
2462
|
}, null, -1)),
|
|
2463
|
-
|
|
2463
|
+
a[17] || (a[17] = e("circle", {
|
|
2464
2464
|
cx: "168",
|
|
2465
2465
|
cy: "60",
|
|
2466
2466
|
r: "6"
|
|
@@ -2469,18 +2469,18 @@ const $e = {
|
|
|
2469
2469
|
cx: "168",
|
|
2470
2470
|
cy: "60",
|
|
2471
2471
|
r: "1.8",
|
|
2472
|
-
fill:
|
|
2472
|
+
fill: s.value.symColor,
|
|
2473
2473
|
stroke: "none"
|
|
2474
|
-
}, null, 8,
|
|
2475
|
-
|
|
2476
|
-
], 8,
|
|
2477
|
-
|
|
2474
|
+
}, null, 8, Ia),
|
|
2475
|
+
a[18] || (a[18] = G('<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))
|
|
2476
|
+
], 8, Ra)) : s.value.sym === "book" ? (l(), t("g", Na, [
|
|
2477
|
+
a[19] || (a[19] = e("path", {
|
|
2478
2478
|
d: "M 168 50 c -6 -4 -14 -4 -18 0 v 18 c 4 -4 12 -4 18 0 Z",
|
|
2479
2479
|
fill: "oklch(0.96 0.02 95)",
|
|
2480
2480
|
stroke: "var(--robot-amber)",
|
|
2481
2481
|
"stroke-width": "1.5"
|
|
2482
2482
|
}, null, -1)),
|
|
2483
|
-
|
|
2483
|
+
a[20] || (a[20] = e("path", {
|
|
2484
2484
|
d: "M 168 50 c 6 -4 14 -4 18 0 v 18 c -4 -4 -12 -4 -18 0 Z",
|
|
2485
2485
|
fill: "oklch(0.96 0.02 95)",
|
|
2486
2486
|
stroke: "var(--robot-amber)",
|
|
@@ -2491,10 +2491,10 @@ const $e = {
|
|
|
2491
2491
|
y1: "50",
|
|
2492
2492
|
x2: "168",
|
|
2493
2493
|
y2: "68",
|
|
2494
|
-
stroke:
|
|
2494
|
+
stroke: s.value.symColor,
|
|
2495
2495
|
"stroke-width": "2"
|
|
2496
|
-
}, null, 8,
|
|
2497
|
-
|
|
2496
|
+
}, null, 8, Ta),
|
|
2497
|
+
a[21] || (a[21] = e("line", {
|
|
2498
2498
|
x1: "154",
|
|
2499
2499
|
y1: "57",
|
|
2500
2500
|
x2: "163",
|
|
@@ -2503,7 +2503,7 @@ const $e = {
|
|
|
2503
2503
|
"stroke-width": "1.2",
|
|
2504
2504
|
"stroke-linecap": "round"
|
|
2505
2505
|
}, null, -1)),
|
|
2506
|
-
|
|
2506
|
+
a[22] || (a[22] = e("line", {
|
|
2507
2507
|
x1: "154",
|
|
2508
2508
|
y1: "62",
|
|
2509
2509
|
x2: "163",
|
|
@@ -2512,7 +2512,7 @@ const $e = {
|
|
|
2512
2512
|
"stroke-width": "1.2",
|
|
2513
2513
|
"stroke-linecap": "round"
|
|
2514
2514
|
}, null, -1)),
|
|
2515
|
-
|
|
2515
|
+
a[23] || (a[23] = e("line", {
|
|
2516
2516
|
x1: "173",
|
|
2517
2517
|
y1: "56",
|
|
2518
2518
|
x2: "182",
|
|
@@ -2521,7 +2521,7 @@ const $e = {
|
|
|
2521
2521
|
"stroke-width": "1.2",
|
|
2522
2522
|
"stroke-linecap": "round"
|
|
2523
2523
|
}, null, -1)),
|
|
2524
|
-
|
|
2524
|
+
a[24] || (a[24] = e("line", {
|
|
2525
2525
|
x1: "173",
|
|
2526
2526
|
y1: "61",
|
|
2527
2527
|
x2: "182",
|
|
@@ -2530,12 +2530,12 @@ const $e = {
|
|
|
2530
2530
|
"stroke-width": "1.2",
|
|
2531
2531
|
"stroke-linecap": "round"
|
|
2532
2532
|
}, null, -1))
|
|
2533
|
-
])) :
|
|
2533
|
+
])) : s.value.sym === "plane" ? (l(), t("g", Da, [
|
|
2534
2534
|
e("path", {
|
|
2535
2535
|
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",
|
|
2536
|
-
fill:
|
|
2537
|
-
}, null, 8,
|
|
2538
|
-
|
|
2536
|
+
fill: s.value.symColor
|
|
2537
|
+
}, null, 8, La),
|
|
2538
|
+
a[25] || (a[25] = e("circle", {
|
|
2539
2539
|
cx: "160",
|
|
2540
2540
|
cy: "59",
|
|
2541
2541
|
r: "2.6",
|
|
@@ -2543,7 +2543,7 @@ const $e = {
|
|
|
2543
2543
|
class: "animate-dot-blink",
|
|
2544
2544
|
style: { animationDelay: "0s" }
|
|
2545
2545
|
}, null, -1)),
|
|
2546
|
-
|
|
2546
|
+
a[26] || (a[26] = e("circle", {
|
|
2547
2547
|
cx: "168",
|
|
2548
2548
|
cy: "59",
|
|
2549
2549
|
r: "2.6",
|
|
@@ -2551,7 +2551,7 @@ const $e = {
|
|
|
2551
2551
|
class: "animate-dot-blink",
|
|
2552
2552
|
style: { animationDelay: "0.2s" }
|
|
2553
2553
|
}, null, -1)),
|
|
2554
|
-
|
|
2554
|
+
a[27] || (a[27] = e("circle", {
|
|
2555
2555
|
cx: "176",
|
|
2556
2556
|
cy: "59",
|
|
2557
2557
|
r: "2.6",
|
|
@@ -2559,12 +2559,12 @@ const $e = {
|
|
|
2559
2559
|
class: "animate-dot-blink",
|
|
2560
2560
|
style: { animationDelay: "0.4s" }
|
|
2561
2561
|
}, null, -1))
|
|
2562
|
-
])) :
|
|
2562
|
+
])) : s.value.sym === "msgOk" ? (l(), t("g", Pa, [
|
|
2563
2563
|
e("path", {
|
|
2564
2564
|
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",
|
|
2565
|
-
fill:
|
|
2566
|
-
}, null, 8,
|
|
2567
|
-
|
|
2565
|
+
fill: s.value.symColor
|
|
2566
|
+
}, null, 8, Ea),
|
|
2567
|
+
a[28] || (a[28] = e("path", {
|
|
2568
2568
|
d: "M 161 59 l 4 5 l 9 -10",
|
|
2569
2569
|
stroke: "oklch(1 0 0)",
|
|
2570
2570
|
"stroke-width": "3",
|
|
@@ -2572,12 +2572,12 @@ const $e = {
|
|
|
2572
2572
|
"stroke-linejoin": "round",
|
|
2573
2573
|
fill: "none"
|
|
2574
2574
|
}, null, -1))
|
|
2575
|
-
])) :
|
|
2575
|
+
])) : s.value.sym === "msgFail" ? (l(), t("g", Ga, [
|
|
2576
2576
|
e("path", {
|
|
2577
2577
|
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",
|
|
2578
|
-
fill:
|
|
2579
|
-
}, null, 8,
|
|
2580
|
-
|
|
2578
|
+
fill: s.value.symColor
|
|
2579
|
+
}, null, 8, Za),
|
|
2580
|
+
a[29] || (a[29] = e("line", {
|
|
2581
2581
|
x1: "168",
|
|
2582
2582
|
y1: "52",
|
|
2583
2583
|
x2: "168",
|
|
@@ -2586,18 +2586,18 @@ const $e = {
|
|
|
2586
2586
|
"stroke-width": "3",
|
|
2587
2587
|
"stroke-linecap": "round"
|
|
2588
2588
|
}, null, -1)),
|
|
2589
|
-
|
|
2589
|
+
a[30] || (a[30] = e("circle", {
|
|
2590
2590
|
cx: "168",
|
|
2591
2591
|
cy: "68",
|
|
2592
2592
|
r: "2",
|
|
2593
2593
|
fill: "oklch(1 0 0)"
|
|
2594
2594
|
}, null, -1))
|
|
2595
|
-
])) :
|
|
2595
|
+
])) : s.value.sym === "msgIn" ? (l(), t("g", Ha, [
|
|
2596
2596
|
e("path", {
|
|
2597
2597
|
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",
|
|
2598
|
-
fill:
|
|
2599
|
-
}, null, 8,
|
|
2600
|
-
|
|
2598
|
+
fill: s.value.symColor
|
|
2599
|
+
}, null, 8, Ua),
|
|
2600
|
+
a[31] || (a[31] = e("path", {
|
|
2601
2601
|
d: "M 168 53 v 10 m 0 0 l -4 -4 m 4 4 l 4 -4",
|
|
2602
2602
|
stroke: "oklch(1 0 0)",
|
|
2603
2603
|
"stroke-width": "2.6",
|
|
@@ -2607,79 +2607,79 @@ const $e = {
|
|
|
2607
2607
|
class: "animate-locate-bob",
|
|
2608
2608
|
style: { transformOrigin: "168px 58px" }
|
|
2609
2609
|
}, null, -1))
|
|
2610
|
-
])) :
|
|
2610
|
+
])) : s.value.sym === "lightning" ? (l(), t("g", ja, [
|
|
2611
2611
|
e("path", {
|
|
2612
2612
|
d: "M 172 44 l -9 14 h 6 l -5 13 l 14 -18 h -7 l 6 -9 Z",
|
|
2613
|
-
fill:
|
|
2613
|
+
fill: s.value.symColor,
|
|
2614
2614
|
stroke: "oklch(1 0 0 / 0.3)",
|
|
2615
2615
|
"stroke-width": "0.8",
|
|
2616
2616
|
"stroke-linejoin": "round"
|
|
2617
|
-
}, null, 8,
|
|
2618
|
-
])) :
|
|
2617
|
+
}, null, 8, Fa)
|
|
2618
|
+
])) : s.value.sym === "sparkle2" ? (l(), t("g", Ya, [
|
|
2619
2619
|
e("path", {
|
|
2620
2620
|
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",
|
|
2621
|
-
fill:
|
|
2622
|
-
}, null, 8,
|
|
2621
|
+
fill: s.value.symColor
|
|
2622
|
+
}, null, 8, Qa),
|
|
2623
2623
|
e("circle", {
|
|
2624
2624
|
cx: "160",
|
|
2625
2625
|
cy: "75",
|
|
2626
2626
|
r: "2.5",
|
|
2627
|
-
fill:
|
|
2627
|
+
fill: s.value.symColor,
|
|
2628
2628
|
opacity: "0.7",
|
|
2629
2629
|
class: "animate-dot-blink",
|
|
2630
2630
|
style: { animationDelay: "0.3s" }
|
|
2631
|
-
}, null, 8,
|
|
2631
|
+
}, null, 8, Wa),
|
|
2632
2632
|
e("circle", {
|
|
2633
2633
|
cx: "176",
|
|
2634
2634
|
cy: "77",
|
|
2635
2635
|
r: "1.8",
|
|
2636
|
-
fill:
|
|
2636
|
+
fill: s.value.symColor,
|
|
2637
2637
|
opacity: "0.6",
|
|
2638
2638
|
class: "animate-dot-blink",
|
|
2639
2639
|
style: { animationDelay: "0.6s" }
|
|
2640
|
-
}, null, 8,
|
|
2641
|
-
])) :
|
|
2640
|
+
}, null, 8, Va)
|
|
2641
|
+
])) : s.value.sym === "zzz" ? (l(), t("g", Ja, [
|
|
2642
2642
|
e("text", {
|
|
2643
2643
|
x: "158",
|
|
2644
2644
|
y: "82",
|
|
2645
2645
|
"font-size": "8",
|
|
2646
2646
|
"font-weight": "700",
|
|
2647
2647
|
"font-family": "monospace",
|
|
2648
|
-
fill:
|
|
2648
|
+
fill: s.value.symColor,
|
|
2649
2649
|
class: "animate-dot-blink",
|
|
2650
2650
|
style: { animationDelay: "0s" }
|
|
2651
|
-
}, "Z", 8,
|
|
2651
|
+
}, "Z", 8, Ka),
|
|
2652
2652
|
e("text", {
|
|
2653
2653
|
x: "165",
|
|
2654
2654
|
y: "73",
|
|
2655
2655
|
"font-size": "11",
|
|
2656
2656
|
"font-weight": "700",
|
|
2657
2657
|
"font-family": "monospace",
|
|
2658
|
-
fill:
|
|
2658
|
+
fill: s.value.symColor,
|
|
2659
2659
|
class: "animate-dot-blink",
|
|
2660
2660
|
style: { animationDelay: "0.4s" }
|
|
2661
|
-
}, "Z", 8,
|
|
2661
|
+
}, "Z", 8, Xa),
|
|
2662
2662
|
e("text", {
|
|
2663
2663
|
x: "174",
|
|
2664
2664
|
y: "62",
|
|
2665
2665
|
"font-size": "14",
|
|
2666
2666
|
"font-weight": "700",
|
|
2667
2667
|
"font-family": "monospace",
|
|
2668
|
-
fill:
|
|
2668
|
+
fill: s.value.symColor,
|
|
2669
2669
|
class: "animate-dot-blink",
|
|
2670
2670
|
style: { animationDelay: "0.8s" }
|
|
2671
|
-
}, "Z", 8,
|
|
2672
|
-
])) :
|
|
2671
|
+
}, "Z", 8, es)
|
|
2672
|
+
])) : s.value.sym === "shield" ? (l(), t("g", ls, [
|
|
2673
2673
|
e("path", {
|
|
2674
2674
|
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",
|
|
2675
|
-
fill:
|
|
2675
|
+
fill: s.value.symColor,
|
|
2676
2676
|
opacity: "0.92"
|
|
2677
|
-
}, null, 8,
|
|
2678
|
-
|
|
2677
|
+
}, null, 8, ts),
|
|
2678
|
+
a[32] || (a[32] = e("path", {
|
|
2679
2679
|
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",
|
|
2680
2680
|
fill: "oklch(1 0 0 / 0.22)"
|
|
2681
2681
|
}, null, -1)),
|
|
2682
|
-
|
|
2682
|
+
a[33] || (a[33] = e("line", {
|
|
2683
2683
|
x1: "168",
|
|
2684
2684
|
y1: "44",
|
|
2685
2685
|
x2: "168",
|
|
@@ -2688,7 +2688,7 @@ const $e = {
|
|
|
2688
2688
|
"stroke-width": "1.5",
|
|
2689
2689
|
"stroke-linecap": "round"
|
|
2690
2690
|
}, null, -1)),
|
|
2691
|
-
|
|
2691
|
+
a[34] || (a[34] = e("line", {
|
|
2692
2692
|
x1: "158",
|
|
2693
2693
|
y1: "58",
|
|
2694
2694
|
x2: "178",
|
|
@@ -2697,9 +2697,9 @@ const $e = {
|
|
|
2697
2697
|
"stroke-width": "1.5",
|
|
2698
2698
|
"stroke-linecap": "round"
|
|
2699
2699
|
}, null, -1))
|
|
2700
|
-
])) :
|
|
2701
|
-
G('<circle cx="168" cy="62" r="14" fill="oklch(0.65 0.16 40)"></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)"></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)"></ellipse><line x1="154" y1="62" x2="182" y2="62" stroke="oklch(0.25 0.05 30)" stroke-width="1.6" stroke-linecap="round"></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"></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"></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"></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"></path>', 8)
|
|
2702
|
-
])])) :
|
|
2700
|
+
])) : s.value.sym === "miniBasketball" ? (l(), t("g", os, [...a[35] || (a[35] = [
|
|
2701
|
+
G('<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)
|
|
2702
|
+
])])) : s.value.sym === "lowBattery" ? (l(), t("g", as, [
|
|
2703
2703
|
e("rect", {
|
|
2704
2704
|
x: "152",
|
|
2705
2705
|
y: "50",
|
|
@@ -2707,27 +2707,27 @@ const $e = {
|
|
|
2707
2707
|
height: "16",
|
|
2708
2708
|
rx: "3",
|
|
2709
2709
|
fill: "none",
|
|
2710
|
-
stroke:
|
|
2710
|
+
stroke: s.value.symColor,
|
|
2711
2711
|
"stroke-width": "2.5"
|
|
2712
|
-
}, null, 8,
|
|
2712
|
+
}, null, 8, ss),
|
|
2713
2713
|
e("rect", {
|
|
2714
2714
|
x: "180",
|
|
2715
2715
|
y: "54",
|
|
2716
2716
|
width: "4",
|
|
2717
2717
|
height: "8",
|
|
2718
2718
|
rx: "1.5",
|
|
2719
|
-
fill:
|
|
2719
|
+
fill: s.value.symColor,
|
|
2720
2720
|
opacity: "0.7"
|
|
2721
|
-
}, null, 8,
|
|
2721
|
+
}, null, 8, is),
|
|
2722
2722
|
e("rect", {
|
|
2723
2723
|
x: "154.5",
|
|
2724
2724
|
y: "52.5",
|
|
2725
2725
|
width: "5",
|
|
2726
2726
|
height: "11",
|
|
2727
2727
|
rx: "1.5",
|
|
2728
|
-
fill:
|
|
2729
|
-
}, null, 8,
|
|
2730
|
-
|
|
2728
|
+
fill: s.value.symColor
|
|
2729
|
+
}, null, 8, rs),
|
|
2730
|
+
a[36] || (a[36] = e("text", {
|
|
2731
2731
|
x: "161",
|
|
2732
2732
|
y: "64",
|
|
2733
2733
|
"font-size": "10",
|
|
@@ -2750,16 +2750,16 @@ const $e = {
|
|
|
2750
2750
|
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",
|
|
2751
2751
|
fill: C,
|
|
2752
2752
|
class: "animate-heart-fly",
|
|
2753
|
-
style:
|
|
2753
|
+
style: b({ animationDelay: `${r}s` })
|
|
2754
2754
|
}, null, 4)), 64)) : h("", !0),
|
|
2755
|
-
|
|
2756
|
-
G('<rect x="56" y="188" width="128" height="14" rx="7" fill="oklch(0.32 0.10 248)"></rect><rect x="60" y="200" width="50" height="26" rx="8" fill="oklch(0.32 0.10 248)"></rect><rect x="130" y="200" width="50" height="26" rx="8" fill="oklch(0.32 0.10 248)"></rect><line x1="120" y1="200" x2="120" y2="226" stroke="oklch(0.42 0.08 248)" stroke-width="2.5" stroke-linecap="round"></line><path d="M 86 48 L 86 188" stroke="oklch(0.32 0.10 248)" stroke-width="11" stroke-linecap="round"></path><path d="M 154 48 L 154 188" stroke="oklch(0.32 0.10 248)" stroke-width="11" stroke-linecap="round"></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"></rect><line x1="86" y1="43" x2="86" y2="54" stroke="oklch(0.48 0.10 72)" stroke-width="2" stroke-linecap="round"></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"></rect><line x1="154" y1="43" x2="154" y2="54" stroke="oklch(0.48 0.10 72)" stroke-width="2" stroke-linecap="round"></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"></rect><line x1="106" y1="148" x2="134" y2="148" stroke="oklch(0.45 0.08 248)" stroke-width="1.8" stroke-linecap="round"></line><rect x="115" y="144" width="10" height="8" rx="2" fill="oklch(0.72 0.18 80)"></rect>', 13)
|
|
2755
|
+
u.action === "ironMountain" ? (l(), t("g", ns, [...a[37] || (a[37] = [
|
|
2756
|
+
G('<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)
|
|
2757
2757
|
])])) : h("", !0),
|
|
2758
|
-
|
|
2759
|
-
G('<circle cx="120" cy="148" r="22" fill="oklch(0.65 0.16 40)"></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)"></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)"></ellipse><line x1="98" y1="148" x2="142" y2="148" stroke="oklch(0.24 0.04 28)" stroke-width="2.2" stroke-linecap="round"></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"></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"></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"></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"></path>', 8)
|
|
2758
|
+
u.action === "playBasketball" ? (l(), t("g", cs, [...a[38] || (a[38] = [
|
|
2759
|
+
G('<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)
|
|
2760
2760
|
])])) : h("", !0),
|
|
2761
|
-
P.value ? (l(), t("g",
|
|
2762
|
-
|
|
2761
|
+
P.value ? (l(), t("g", ds, [
|
|
2762
|
+
a[39] || (a[39] = e("line", {
|
|
2763
2763
|
x1: "230",
|
|
2764
2764
|
y1: "72",
|
|
2765
2765
|
x2: "230",
|
|
@@ -2775,8 +2775,8 @@ const $e = {
|
|
|
2775
2775
|
fill: I.value,
|
|
2776
2776
|
stroke: "oklch(1 0 0 / 0.35)",
|
|
2777
2777
|
"stroke-width": "1.5"
|
|
2778
|
-
}, null, 8,
|
|
2779
|
-
|
|
2778
|
+
}, null, 8, us),
|
|
2779
|
+
a[40] || (a[40] = e("rect", {
|
|
2780
2780
|
x: "211",
|
|
2781
2781
|
y: "76",
|
|
2782
2782
|
width: "38",
|
|
@@ -2786,7 +2786,7 @@ const $e = {
|
|
|
2786
2786
|
stroke: "oklch(1 0 0 / 0.42)",
|
|
2787
2787
|
"stroke-width": "2"
|
|
2788
2788
|
}, null, -1)),
|
|
2789
|
-
|
|
2789
|
+
a[41] || (a[41] = e("rect", {
|
|
2790
2790
|
x: "216",
|
|
2791
2791
|
y: "82",
|
|
2792
2792
|
width: "28",
|
|
@@ -2801,7 +2801,7 @@ const $e = {
|
|
|
2801
2801
|
fill: "oklch(0.6 0.23 22)",
|
|
2802
2802
|
opacity: P.value === "red" ? 1 : 0.22,
|
|
2803
2803
|
class: S(P.value === "red" ? "animate-traffic-light-active" : "")
|
|
2804
|
-
}, null, 10,
|
|
2804
|
+
}, null, 10, ys),
|
|
2805
2805
|
e("circle", {
|
|
2806
2806
|
cx: "230",
|
|
2807
2807
|
cy: "115",
|
|
@@ -2809,7 +2809,7 @@ const $e = {
|
|
|
2809
2809
|
fill: "oklch(0.84 0.16 95)",
|
|
2810
2810
|
opacity: P.value === "yellow" ? 1 : 0.22,
|
|
2811
2811
|
class: S(P.value === "yellow" ? "animate-traffic-light-active" : "")
|
|
2812
|
-
}, null, 10,
|
|
2812
|
+
}, null, 10, ms),
|
|
2813
2813
|
e("circle", {
|
|
2814
2814
|
cx: "230",
|
|
2815
2815
|
cy: "135",
|
|
@@ -2817,9 +2817,9 @@ const $e = {
|
|
|
2817
2817
|
fill: "oklch(0.68 0.16 150)",
|
|
2818
2818
|
opacity: P.value === "green" ? 1 : 0.22,
|
|
2819
2819
|
class: S(P.value === "green" ? "animate-traffic-light-active" : "")
|
|
2820
|
-
}, null, 10,
|
|
2820
|
+
}, null, 10, hs)
|
|
2821
2821
|
])) : h("", !0),
|
|
2822
|
-
|
|
2822
|
+
se.value ? (l(), t("g", fs, [
|
|
2823
2823
|
(l(), t(g, null, q(ie, (r, $) => e("text", {
|
|
2824
2824
|
key: $,
|
|
2825
2825
|
x: r.x,
|
|
@@ -2828,10 +2828,10 @@ const $e = {
|
|
|
2828
2828
|
"font-weight": "800",
|
|
2829
2829
|
fill: "oklch(0.82 0.16 72)",
|
|
2830
2830
|
class: "animate-music-note",
|
|
2831
|
-
style:
|
|
2832
|
-
}, y(r.note), 13,
|
|
2831
|
+
style: b({ animationDelay: `${r.delay}s`, transformOrigin: `${r.x}px ${r.y}px` })
|
|
2832
|
+
}, y(r.note), 13, ks)), 64))
|
|
2833
2833
|
])) : h("", !0),
|
|
2834
|
-
D.value === "pray" ? (l(), t("g",
|
|
2834
|
+
D.value === "pray" ? (l(), t("g", ps, [...a[42] || (a[42] = [
|
|
2835
2835
|
e("path", {
|
|
2836
2836
|
d: "M 120 150 l -10 30 q 10 6 20 0 Z",
|
|
2837
2837
|
fill: "oklch(1 0 0 / 0.92)",
|
|
@@ -2856,9 +2856,9 @@ const $e = {
|
|
|
2856
2856
|
fill: E.value,
|
|
2857
2857
|
opacity: "0",
|
|
2858
2858
|
class: "animate-body-glow"
|
|
2859
|
-
}, null, 8,
|
|
2860
|
-
L.value === "heart-particles" ? (l(), t("g",
|
|
2861
|
-
|
|
2859
|
+
}, null, 8, xs)) : h("", !0),
|
|
2860
|
+
L.value === "heart-particles" ? (l(), t("g", gs, [
|
|
2861
|
+
a[43] || (a[43] = e("path", {
|
|
2862
2862
|
d: `M 120 192 C 100 180, 98 162, 110 158 C 116 155, 120 159, 120 162
|
|
2863
2863
|
C 120 159, 124 155, 130 158 C 142 162, 140 180, 120 192 Z`,
|
|
2864
2864
|
fill: "oklch(0.72 0.22 0)",
|
|
@@ -2876,12 +2876,12 @@ const $e = {
|
|
|
2876
2876
|
${r.x} ${r.y + r.size * 0.9} Z`,
|
|
2877
2877
|
fill: r.color,
|
|
2878
2878
|
class: "animate-heart-rise",
|
|
2879
|
-
style:
|
|
2880
|
-
}, null, 12,
|
|
2879
|
+
style: b({ "--hx": r.hx, animationDelay: `${r.delay}s`, transformOrigin: `${r.x}px ${r.y}px` })
|
|
2880
|
+
}, null, 12, _s)
|
|
2881
2881
|
])), 64))
|
|
2882
2882
|
])) : h("", !0),
|
|
2883
|
-
L.value === "flag" ? (l(), t("g",
|
|
2884
|
-
|
|
2883
|
+
L.value === "flag" ? (l(), t("g", vs, [
|
|
2884
|
+
a[44] || (a[44] = e("line", {
|
|
2885
2885
|
x1: "120",
|
|
2886
2886
|
y1: "155",
|
|
2887
2887
|
x2: "120",
|
|
@@ -2898,8 +2898,8 @@ const $e = {
|
|
|
2898
2898
|
rx: "3",
|
|
2899
2899
|
fill: E.value,
|
|
2900
2900
|
class: "animate-flag-wave"
|
|
2901
|
-
}, null, 8,
|
|
2902
|
-
|
|
2901
|
+
}, null, 8, bs),
|
|
2902
|
+
a[45] || (a[45] = e("rect", {
|
|
2903
2903
|
x: "120",
|
|
2904
2904
|
y: "155",
|
|
2905
2905
|
width: "32",
|
|
@@ -2909,7 +2909,7 @@ const $e = {
|
|
|
2909
2909
|
class: "animate-flag-wave"
|
|
2910
2910
|
}, null, -1))
|
|
2911
2911
|
])) : h("", !0),
|
|
2912
|
-
L.value === "scan-ring" ? (l(), t("g",
|
|
2912
|
+
L.value === "scan-ring" ? (l(), t("g", ws, [
|
|
2913
2913
|
e("circle", {
|
|
2914
2914
|
cx: "120",
|
|
2915
2915
|
cy: "115",
|
|
@@ -2920,7 +2920,7 @@ const $e = {
|
|
|
2920
2920
|
"stroke-dasharray": "18 12",
|
|
2921
2921
|
class: "animate-self-spin",
|
|
2922
2922
|
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
2923
|
-
}, null, 8, $
|
|
2923
|
+
}, null, 8, $s),
|
|
2924
2924
|
e("circle", {
|
|
2925
2925
|
cx: "120",
|
|
2926
2926
|
cy: "115",
|
|
@@ -2932,9 +2932,9 @@ const $e = {
|
|
|
2932
2932
|
opacity: "0.6",
|
|
2933
2933
|
class: "animate-reset-spin",
|
|
2934
2934
|
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
2935
|
-
}, null, 8,
|
|
2935
|
+
}, null, 8, Cs)
|
|
2936
2936
|
])) : h("", !0),
|
|
2937
|
-
L.value === "confetti" ? (l(), t("g",
|
|
2937
|
+
L.value === "confetti" ? (l(), t("g", qs, [
|
|
2938
2938
|
(l(), t(g, null, q(re, (r, $) => e("rect", {
|
|
2939
2939
|
key: $,
|
|
2940
2940
|
x: r.x - r.size / 2,
|
|
@@ -2944,16 +2944,16 @@ const $e = {
|
|
|
2944
2944
|
rx: r.size * 0.3,
|
|
2945
2945
|
fill: r.color,
|
|
2946
2946
|
class: "animate-confetti",
|
|
2947
|
-
style:
|
|
2947
|
+
style: b({
|
|
2948
2948
|
"--cx": `${r.cx}px`,
|
|
2949
2949
|
"--cy": `${r.cy}px`,
|
|
2950
2950
|
"--cr": r.cr,
|
|
2951
2951
|
animationDelay: `${$ * 0.18}s`,
|
|
2952
2952
|
transformOrigin: `${r.x}px ${r.y}px`
|
|
2953
2953
|
})
|
|
2954
|
-
}, null, 12,
|
|
2954
|
+
}, null, 12, Ms)), 64))
|
|
2955
2955
|
])) : h("", !0),
|
|
2956
|
-
L.value === "particles" ? (l(), t("g",
|
|
2956
|
+
L.value === "particles" ? (l(), t("g", Ss, [
|
|
2957
2957
|
(l(), t(g, null, q(ce, (r, $) => e("circle", {
|
|
2958
2958
|
key: $,
|
|
2959
2959
|
cx: r.x,
|
|
@@ -2961,11 +2961,11 @@ const $e = {
|
|
|
2961
2961
|
r: "3",
|
|
2962
2962
|
fill: r.color,
|
|
2963
2963
|
class: "animate-sparkle",
|
|
2964
|
-
style:
|
|
2965
|
-
}, null, 12,
|
|
2964
|
+
style: b({ transformBox: "fill-box", transformOrigin: "center", animationDelay: `${r.delay}s` })
|
|
2965
|
+
}, null, 12, As)), 64))
|
|
2966
2966
|
])) : h("", !0),
|
|
2967
2967
|
e("g", {
|
|
2968
|
-
style:
|
|
2968
|
+
style: b(ye.value),
|
|
2969
2969
|
class: S(N.value.la)
|
|
2970
2970
|
}, [
|
|
2971
2971
|
e("rect", {
|
|
@@ -2975,23 +2975,23 @@ const $e = {
|
|
|
2975
2975
|
height: "14",
|
|
2976
2976
|
rx: "7",
|
|
2977
2977
|
fill: I.value
|
|
2978
|
-
}, null, 8,
|
|
2978
|
+
}, null, 8, Bs),
|
|
2979
2979
|
e("circle", {
|
|
2980
2980
|
cx: "12",
|
|
2981
2981
|
cy: "128",
|
|
2982
2982
|
r: "9",
|
|
2983
2983
|
fill: I.value
|
|
2984
|
-
}, null, 8,
|
|
2984
|
+
}, null, 8, Os),
|
|
2985
2985
|
D.value === "sparkle" ? (l(), t("path", {
|
|
2986
2986
|
key: 0,
|
|
2987
2987
|
d: W(12, 128),
|
|
2988
2988
|
fill: "var(--robot-amber)",
|
|
2989
2989
|
class: "animate-sparkle origin-center",
|
|
2990
2990
|
style: { transformBox: "fill-box", transformOrigin: "center" }
|
|
2991
|
-
}, null, 8,
|
|
2991
|
+
}, null, 8, zs)) : h("", !0)
|
|
2992
2992
|
], 6),
|
|
2993
2993
|
e("g", {
|
|
2994
|
-
style:
|
|
2994
|
+
style: b(me.value),
|
|
2995
2995
|
class: S(N.value.ra)
|
|
2996
2996
|
}, [
|
|
2997
2997
|
e("rect", {
|
|
@@ -3001,13 +3001,13 @@ const $e = {
|
|
|
3001
3001
|
height: "14",
|
|
3002
3002
|
rx: "7",
|
|
3003
3003
|
fill: I.value
|
|
3004
|
-
}, null, 8,
|
|
3004
|
+
}, null, 8, Rs),
|
|
3005
3005
|
e("circle", {
|
|
3006
3006
|
cx: "228",
|
|
3007
3007
|
cy: "128",
|
|
3008
3008
|
r: "9",
|
|
3009
3009
|
fill: I.value
|
|
3010
|
-
}, null, 8,
|
|
3010
|
+
}, null, 8, Is),
|
|
3011
3011
|
D.value === "thumbsUp" ? (l(), t("rect", {
|
|
3012
3012
|
key: 0,
|
|
3013
3013
|
x: "225",
|
|
@@ -3016,17 +3016,17 @@ const $e = {
|
|
|
3016
3016
|
height: "11",
|
|
3017
3017
|
rx: "3",
|
|
3018
3018
|
fill: I.value
|
|
3019
|
-
}, null, 8,
|
|
3019
|
+
}, null, 8, Ns)) : h("", !0),
|
|
3020
3020
|
D.value === "sparkle" ? (l(), t("path", {
|
|
3021
3021
|
key: 1,
|
|
3022
3022
|
d: W(228, 128),
|
|
3023
3023
|
fill: "var(--robot-amber)",
|
|
3024
3024
|
class: "animate-sparkle origin-center",
|
|
3025
3025
|
style: { transformBox: "fill-box", transformOrigin: "center", animationDelay: "0.3s" }
|
|
3026
|
-
}, null, 8,
|
|
3026
|
+
}, null, 8, Ts)) : h("", !0)
|
|
3027
3027
|
], 6)
|
|
3028
3028
|
])),
|
|
3029
|
-
|
|
3029
|
+
u.emotion === "sleepy" || u.emotion === "yawn" ? (l(), t("div", Ds, [...a[49] || (a[49] = [
|
|
3030
3030
|
e("span", { class: "animate-float-up inline-block text-lg font-bold" }, "z", -1),
|
|
3031
3031
|
e("span", {
|
|
3032
3032
|
class: "animate-float-up inline-block text-2xl font-bold",
|
|
@@ -3037,23 +3037,23 @@ const $e = {
|
|
|
3037
3037
|
], 4)
|
|
3038
3038
|
], 512));
|
|
3039
3039
|
}
|
|
3040
|
-
}),
|
|
3040
|
+
}), Xs = /* @__PURE__ */ B(Es, [["__scopeId", "data-v-c1f1f037"]]), Gs = /* @__PURE__ */ A({
|
|
3041
3041
|
__name: "QuarkRobotHalo",
|
|
3042
3042
|
props: {
|
|
3043
3043
|
width: { default: 220 }
|
|
3044
3044
|
},
|
|
3045
|
-
setup(
|
|
3046
|
-
return (
|
|
3045
|
+
setup(u) {
|
|
3046
|
+
return (d, f) => (l(), t("div", {
|
|
3047
3047
|
class: "halo",
|
|
3048
|
-
style:
|
|
3048
|
+
style: b({ width: u.width + "px", height: u.width * 0.27 + "px" }),
|
|
3049
3049
|
"aria-hidden": "true"
|
|
3050
|
-
}, [...
|
|
3050
|
+
}, [...f[0] || (f[0] = [
|
|
3051
3051
|
e("span", { class: "halo-ring r1" }, null, -1),
|
|
3052
3052
|
e("span", { class: "halo-ring r2" }, null, -1),
|
|
3053
3053
|
e("span", { class: "halo-core" }, null, -1)
|
|
3054
3054
|
])], 4));
|
|
3055
3055
|
}
|
|
3056
|
-
}),
|
|
3056
|
+
}), ei = /* @__PURE__ */ B(Gs, [["__scopeId", "data-v-6fd8ca14"]]), Zs = {
|
|
3057
3057
|
screen_header: {
|
|
3058
3058
|
dateText: "2026-07-27",
|
|
3059
3059
|
timeText: "14:30",
|
|
@@ -3106,22 +3106,22 @@ const $e = {
|
|
|
3106
3106
|
]
|
|
3107
3107
|
}
|
|
3108
3108
|
};
|
|
3109
|
-
function
|
|
3110
|
-
return JSON.parse(JSON.stringify(
|
|
3109
|
+
function li(u) {
|
|
3110
|
+
return JSON.parse(JSON.stringify(Zs[u]));
|
|
3111
3111
|
}
|
|
3112
3112
|
export {
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3113
|
+
js as BigScreenAlertRow,
|
|
3114
|
+
Qs as BigScreenBuildDistribution,
|
|
3115
|
+
Ws as BigScreenBuildProjects,
|
|
3116
|
+
Us as BigScreenDutyContent,
|
|
3117
|
+
Js as BigScreenEndpointDistribution,
|
|
3118
|
+
Ks as BigScreenExternalEmbed,
|
|
3119
|
+
Ys as BigScreenHeader,
|
|
3120
|
+
Fs as BigScreenMetricCard,
|
|
3121
3121
|
Te as BigScreenPanel,
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3122
|
+
Vs as BigScreenRobotSummary,
|
|
3123
|
+
Xs as QuarkRobot,
|
|
3124
|
+
ei as QuarkRobotHalo,
|
|
3125
|
+
Zs as bigScreenPreviewFixtures,
|
|
3126
|
+
li as getBigScreenPreviewData
|
|
3127
3127
|
};
|