@vue/devtools-applet 7.6.6 → 7.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +314 -314
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { defineComponent as F, withDirectives as G, openBlock as d, createElementBlock as h, normalizeStyle as $e, unref as a, createTextVNode as Y, toDisplayString as se, mergeModels as Re, useModel as Xe, Fragment as oe, renderList as re, normalizeClass as le, createBlock as B, toValue as ht, ref as T, computed as N, h as on, provide as Ce, inject as he, createElementVNode as c, renderSlot as Qe, createCommentVNode as U, isRef as Ze, getCurrentScope as ln, onScopeDispose as sn, watch as Q, onMounted as Nt, nextTick as ze, readonly as an, getCurrentInstance as et, reactive as gt, shallowRef as Ct, toRaw as Rt, mergeProps as ke, withModifiers as ve, withCtx as L, createVNode as x, watchEffect as tt, onUnmounted as we, vShow as rn, createStaticVNode as un } from "vue";
|
|
2
2
|
import { vTooltip as W, VueButton as de, VueIcon as ie, VueDropdown as cn, VueDropdownButton as _t, VueInput as _e, VueIcIcon as Be, VueCodeBlock as dn, VueDialog as pn, VueSwitch as fn, VueSelect as vn } from "@vue/devtools-ui";
|
|
3
|
-
import { isPlainObject as mn, UNDEFINED as At, NAN as hn, INFINITY as gn, NEGATIVE_INFINITY as Cn, getRaw as Dt, toSubmit as je, formatInspectorStateValue as _n, getInspectorStateValueType as yt,
|
|
3
|
+
import { isPlainObject as mn, UNDEFINED as At, NAN as hn, INFINITY as gn, NEGATIVE_INFINITY as Cn, getRaw as Dt, toSubmit as je, formatInspectorStateValue as _n, getInspectorStateValueType as yt, escape as yn, toEdit as xn, parse as ee } from "@vue/devtools-kit";
|
|
4
4
|
import { rpc as D, useDevToolsState as Pt, DevToolsMessagingEvents as J, onRpcConnected as Ae } from "@vue/devtools-core";
|
|
5
5
|
import { Splitpanes as De, Pane as ce } from "splitpanes";
|
|
6
|
-
import { isArray as xt, isObject as bt, sortByKey as Mt, isInSeparateWindow as
|
|
7
|
-
import { debounce as
|
|
8
|
-
import { RecycleScroller as
|
|
9
|
-
import { flatten as
|
|
6
|
+
import { isArray as xt, isObject as bt, sortByKey as Mt, isInSeparateWindow as bn, isInChromePanel as wt } from "@vue/devtools-shared";
|
|
7
|
+
import { debounce as wn } from "perfect-debounce";
|
|
8
|
+
import { RecycleScroller as kn } from "vue-virtual-scroller";
|
|
9
|
+
import { flatten as In, groupBy as $n } from "lodash-es";
|
|
10
10
|
function kt(n) {
|
|
11
11
|
return n.toString(16).padStart(6, "0");
|
|
12
12
|
}
|
|
13
|
-
function
|
|
13
|
+
function Sn(n, e) {
|
|
14
14
|
const o = new Date(n);
|
|
15
15
|
return `${o.toString().match(/\d\d:\d\d:\d\d/)[0]}${e === "ms" ? `.${String(o.getMilliseconds()).padStart(3, "0")}` : ""}`;
|
|
16
16
|
}
|
|
17
|
-
function
|
|
17
|
+
function Tn(n, e) {
|
|
18
18
|
const o = /* @__PURE__ */ new Map(), t = Lt(n, e.toLowerCase(), o, 0);
|
|
19
19
|
return o.clear(), t;
|
|
20
20
|
}
|
|
@@ -31,15 +31,15 @@ function Lt(n, e, o, t) {
|
|
|
31
31
|
}
|
|
32
32
|
function Ot(n, e, o, t, l) {
|
|
33
33
|
let s = !1, p;
|
|
34
|
-
return e === "_custom" && (e = o.display, o = o.value), (p =
|
|
34
|
+
return e === "_custom" && (e = o.display, o = o.value), (p = En(o)) && (o = p), e && It(e, n) ? (s = !0, t.set(o, !0)) : t.has(o) ? s = t.get(o) : Array.isArray(o) ? (t.set(o, null), s = Vn(o, n, t, l), t.set(o, s)) : mn(o) ? (t.set(o, null), s = Lt(o, n, t, l), t.set(o, s)) : It(o, n) && (s = !0, t.set(o, !0)), s;
|
|
35
35
|
}
|
|
36
36
|
function It(n, e) {
|
|
37
37
|
return `${n}`.toLowerCase().includes(e);
|
|
38
38
|
}
|
|
39
|
-
function
|
|
39
|
+
function En(n) {
|
|
40
40
|
return n === null ? "null" : n === At ? "undefined" : n === hn ? "NaN" : n === gn ? "Infinity" : n === Cn ? "-Infinity" : !1;
|
|
41
41
|
}
|
|
42
|
-
function
|
|
42
|
+
function Vn(n, e, o, t) {
|
|
43
43
|
if (t > Ht)
|
|
44
44
|
return !1;
|
|
45
45
|
let l = !1, s;
|
|
@@ -53,7 +53,7 @@ function nt(n) {
|
|
|
53
53
|
return e;
|
|
54
54
|
const l = {};
|
|
55
55
|
for (const s in e) {
|
|
56
|
-
const i = e[s].filter((u) =>
|
|
56
|
+
const i = e[s].filter((u) => Tn({
|
|
57
57
|
// @ts-expect-error typing weak
|
|
58
58
|
[u.key]: u.value
|
|
59
59
|
}, o));
|
|
@@ -82,7 +82,7 @@ const Ut = /* @__PURE__ */ F({
|
|
|
82
82
|
}]
|
|
83
83
|
]);
|
|
84
84
|
}
|
|
85
|
-
}),
|
|
85
|
+
}), Nn = { class: "p2" }, Rn = ["onClick"], An = /* @__PURE__ */ F({
|
|
86
86
|
__name: "SelectiveList",
|
|
87
87
|
props: /* @__PURE__ */ Re({
|
|
88
88
|
data: {}
|
|
@@ -96,7 +96,7 @@ const Ut = /* @__PURE__ */ F({
|
|
|
96
96
|
function l(s) {
|
|
97
97
|
t.value = s, o("select", s);
|
|
98
98
|
}
|
|
99
|
-
return (s, p) => (d(), h("ul",
|
|
99
|
+
return (s, p) => (d(), h("ul", Nn, [
|
|
100
100
|
(d(!0), h(oe, null, re(s.data, (i) => (d(), h("li", {
|
|
101
101
|
key: i.id,
|
|
102
102
|
class: le(["selectable-item", { active: i.id === t.value }]),
|
|
@@ -107,7 +107,7 @@ const Ut = /* @__PURE__ */ F({
|
|
|
107
107
|
key: m,
|
|
108
108
|
tag: u
|
|
109
109
|
}, null, 8, ["tag"]))), 128))
|
|
110
|
-
], 10,
|
|
110
|
+
], 10, Rn))), 128))
|
|
111
111
|
]));
|
|
112
112
|
}
|
|
113
113
|
}), ot = Symbol("VirtualRouteKey"), jt = Symbol("VirtualRoutesKey");
|
|
@@ -135,17 +135,17 @@ function Pe() {
|
|
|
135
135
|
}
|
|
136
136
|
};
|
|
137
137
|
}
|
|
138
|
-
function
|
|
138
|
+
function Dn() {
|
|
139
139
|
const n = he(jt), e = he(ot);
|
|
140
140
|
return {
|
|
141
141
|
routes: n,
|
|
142
142
|
currentRoute: e
|
|
143
143
|
};
|
|
144
144
|
}
|
|
145
|
-
const
|
|
145
|
+
const Pn = {
|
|
146
146
|
border: "b base",
|
|
147
147
|
class: "flex items-center justify-between px3"
|
|
148
|
-
},
|
|
148
|
+
}, Mn = ["href"], Hn = ["href"], Se = /* @__PURE__ */ F({
|
|
149
149
|
__name: "DevToolsHeader",
|
|
150
150
|
props: {
|
|
151
151
|
githubRepoLink: {},
|
|
@@ -153,7 +153,7 @@ const Dn = {
|
|
|
153
153
|
},
|
|
154
154
|
setup(n) {
|
|
155
155
|
const e = Pe();
|
|
156
|
-
return (o, t) => (d(), h("div",
|
|
156
|
+
return (o, t) => (d(), h("div", Pn, [
|
|
157
157
|
c("div", null, [
|
|
158
158
|
Qe(o.$slots, "default", {}, () => [
|
|
159
159
|
c("i", {
|
|
@@ -170,7 +170,7 @@ const Dn = {
|
|
|
170
170
|
title: "View Documentation"
|
|
171
171
|
}, t[1] || (t[1] = [
|
|
172
172
|
c("i", { class: "i-clarity:document-line cursor-pointer op70 text-base hover:op100" }, null, -1)
|
|
173
|
-
]), 8,
|
|
173
|
+
]), 8, Mn),
|
|
174
174
|
o.githubRepoLink ? (d(), h("a", {
|
|
175
175
|
key: 0,
|
|
176
176
|
href: o.githubRepoLink,
|
|
@@ -178,7 +178,7 @@ const Dn = {
|
|
|
178
178
|
title: "Star on GitHub"
|
|
179
179
|
}, t[2] || (t[2] = [
|
|
180
180
|
c("i", { class: "i-mdi:github cursor-pointer op70 text-base hover:op100" }, null, -1)
|
|
181
|
-
]), 8,
|
|
181
|
+
]), 8, Hn)) : U("", !0)
|
|
182
182
|
])
|
|
183
183
|
]));
|
|
184
184
|
}
|
|
@@ -187,25 +187,25 @@ const Dn = {
|
|
|
187
187
|
for (const [t, l] of e)
|
|
188
188
|
o[t] = l;
|
|
189
189
|
return o;
|
|
190
|
-
},
|
|
191
|
-
function
|
|
192
|
-
return d(), h("div",
|
|
190
|
+
}, Ln = {}, On = { class: "h-full flex flex-col items-center justify-center op50" };
|
|
191
|
+
function Un(n, e) {
|
|
192
|
+
return d(), h("div", On, [
|
|
193
193
|
e[0] || (e[0] = c("i", { class: "i-lets-icons:blank-light" }, null, -1)),
|
|
194
194
|
c("span", null, [
|
|
195
195
|
Qe(n.$slots, "default")
|
|
196
196
|
])
|
|
197
197
|
]);
|
|
198
198
|
}
|
|
199
|
-
const Ie = /* @__PURE__ */ xe(
|
|
199
|
+
const Ie = /* @__PURE__ */ xe(Ln, [["render", Un]]), jn = { class: "flex gap3" }, zn = ["onClick"], Te = /* @__PURE__ */ F({
|
|
200
200
|
__name: "Navbar",
|
|
201
201
|
setup(n) {
|
|
202
|
-
const { routes: e, currentRoute: o } =
|
|
203
|
-
return (l, s) => (d(), h("ul",
|
|
202
|
+
const { routes: e, currentRoute: o } = Dn(), t = Pe();
|
|
203
|
+
return (l, s) => (d(), h("ul", jn, [
|
|
204
204
|
(d(!0), h(oe, null, re(a(e), (p, i) => (d(), h("li", {
|
|
205
205
|
key: i,
|
|
206
206
|
class: le(["h-10 flex cursor-pointer items-center justify-center border-b-[2px] border-solid text-size-sm leading-none hover:op100", a(o).path === p.path ? "op-100 font-medium text-primary-400 border-primary-400" : "border-transparent op-70"]),
|
|
207
207
|
onClick: (u) => a(t).push(p.path)
|
|
208
|
-
}, se(p.name), 11,
|
|
208
|
+
}, se(p.name), 11, zn))), 128))
|
|
209
209
|
]));
|
|
210
210
|
}
|
|
211
211
|
}), st = /* @__PURE__ */ F({
|
|
@@ -221,7 +221,7 @@ const Ie = /* @__PURE__ */ xe(Hn, [["render", On]]), Un = { class: "flex gap3" }
|
|
|
221
221
|
}, null, 2));
|
|
222
222
|
}
|
|
223
223
|
}), zt = Symbol("StateEditorSymbol");
|
|
224
|
-
function
|
|
224
|
+
function Bn(n) {
|
|
225
225
|
const e = T(n);
|
|
226
226
|
return Ce(zt, e), {
|
|
227
227
|
context: e
|
|
@@ -230,7 +230,7 @@ function zn(n) {
|
|
|
230
230
|
function at() {
|
|
231
231
|
return he(zt);
|
|
232
232
|
}
|
|
233
|
-
function
|
|
233
|
+
function Fn() {
|
|
234
234
|
const n = T(""), e = T("string"), o = T(!1), t = at();
|
|
235
235
|
return {
|
|
236
236
|
editingText: n,
|
|
@@ -242,7 +242,7 @@ function Bn() {
|
|
|
242
242
|
nodeId: N(() => t.value.nodeId)
|
|
243
243
|
};
|
|
244
244
|
}
|
|
245
|
-
function
|
|
245
|
+
function Zn(n, e) {
|
|
246
246
|
if (n === "array")
|
|
247
247
|
return e.length;
|
|
248
248
|
const o = "newProp";
|
|
@@ -254,14 +254,14 @@ function Fn(n, e) {
|
|
|
254
254
|
t++;
|
|
255
255
|
}
|
|
256
256
|
}
|
|
257
|
-
function
|
|
257
|
+
function Kn() {
|
|
258
258
|
const n = T({
|
|
259
259
|
enable: !1,
|
|
260
260
|
key: "",
|
|
261
261
|
value: "undefined"
|
|
262
262
|
});
|
|
263
263
|
function e(t, l) {
|
|
264
|
-
const s =
|
|
264
|
+
const s = Zn(t, l);
|
|
265
265
|
n.value = {
|
|
266
266
|
enable: !0,
|
|
267
267
|
key: s.toString(),
|
|
@@ -307,7 +307,7 @@ function ne(n) {
|
|
|
307
307
|
}
|
|
308
308
|
const ut = typeof window < "u" && typeof document < "u";
|
|
309
309
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
310
|
-
const
|
|
310
|
+
const Gn = (n) => typeof n < "u", Wn = Object.prototype.toString, qn = (n) => Wn.call(n) === "[object Object]", Fe = () => {
|
|
311
311
|
};
|
|
312
312
|
function Ft(n, e) {
|
|
313
313
|
function o(...t) {
|
|
@@ -317,7 +317,7 @@ function Ft(n, e) {
|
|
|
317
317
|
}
|
|
318
318
|
return o;
|
|
319
319
|
}
|
|
320
|
-
const
|
|
320
|
+
const Jn = (n) => n();
|
|
321
321
|
function Zt(n, e = {}) {
|
|
322
322
|
let o, t, l = Fe;
|
|
323
323
|
const s = (i) => {
|
|
@@ -339,7 +339,7 @@ function $t(n, e = !1, o = "Timeout") {
|
|
|
339
339
|
setTimeout(e ? () => l(o) : t, n);
|
|
340
340
|
});
|
|
341
341
|
}
|
|
342
|
-
function
|
|
342
|
+
function Yn(n) {
|
|
343
343
|
let e;
|
|
344
344
|
function o() {
|
|
345
345
|
return e || (e = n()), e;
|
|
@@ -349,7 +349,7 @@ function Jn(n) {
|
|
|
349
349
|
e = void 0, t && await t;
|
|
350
350
|
}, o;
|
|
351
351
|
}
|
|
352
|
-
function
|
|
352
|
+
function Xn(n) {
|
|
353
353
|
return et();
|
|
354
354
|
}
|
|
355
355
|
function St(n, e = 200, o = {}) {
|
|
@@ -358,9 +358,9 @@ function St(n, e = 200, o = {}) {
|
|
|
358
358
|
n
|
|
359
359
|
);
|
|
360
360
|
}
|
|
361
|
-
function
|
|
361
|
+
function Qn(n, e, o = {}) {
|
|
362
362
|
const {
|
|
363
|
-
eventFilter: t =
|
|
363
|
+
eventFilter: t = Jn,
|
|
364
364
|
...l
|
|
365
365
|
} = o;
|
|
366
366
|
return Q(
|
|
@@ -372,8 +372,8 @@ function Xn(n, e, o = {}) {
|
|
|
372
372
|
l
|
|
373
373
|
);
|
|
374
374
|
}
|
|
375
|
-
function
|
|
376
|
-
|
|
375
|
+
function eo(n, e = !0, o) {
|
|
376
|
+
Xn() ? Nt(n, o) : e ? n() : ze(n);
|
|
377
377
|
}
|
|
378
378
|
function Ye(n, e = !1) {
|
|
379
379
|
function o(r, { flush: g = "sync", deep: V = !1, timeout: w, throwOnTimeout: C } = {}) {
|
|
@@ -467,7 +467,7 @@ function Ye(n, e = !1) {
|
|
|
467
467
|
function Kt(n) {
|
|
468
468
|
return Ye(n);
|
|
469
469
|
}
|
|
470
|
-
function
|
|
470
|
+
function to(n, e, o = {}) {
|
|
471
471
|
const {
|
|
472
472
|
immediate: t = !0
|
|
473
473
|
} = o, l = T(!1);
|
|
@@ -489,7 +489,7 @@ function eo(n, e, o = {}) {
|
|
|
489
489
|
stop: i
|
|
490
490
|
};
|
|
491
491
|
}
|
|
492
|
-
function
|
|
492
|
+
function no(n = !1, e = {}) {
|
|
493
493
|
const {
|
|
494
494
|
truthyValue: o = !0,
|
|
495
495
|
falsyValue: t = !1
|
|
@@ -504,13 +504,13 @@ function to(n = !1, e = {}) {
|
|
|
504
504
|
}
|
|
505
505
|
return l ? p : [s, p];
|
|
506
506
|
}
|
|
507
|
-
function
|
|
507
|
+
function oo(n, e, o = {}) {
|
|
508
508
|
const {
|
|
509
509
|
debounce: t = 0,
|
|
510
510
|
maxWait: l = void 0,
|
|
511
511
|
...s
|
|
512
512
|
} = o;
|
|
513
|
-
return
|
|
513
|
+
return Qn(
|
|
514
514
|
n,
|
|
515
515
|
e,
|
|
516
516
|
{
|
|
@@ -537,7 +537,7 @@ function me(...n) {
|
|
|
537
537
|
([f, r]) => {
|
|
538
538
|
if (p(), !f)
|
|
539
539
|
return;
|
|
540
|
-
const g =
|
|
540
|
+
const g = qn(r) ? { ...r } : r;
|
|
541
541
|
s.push(
|
|
542
542
|
...o.flatMap((V) => t.map((w) => i(f, V, w, g)))
|
|
543
543
|
);
|
|
@@ -548,14 +548,14 @@ function me(...n) {
|
|
|
548
548
|
};
|
|
549
549
|
return rt(m), m;
|
|
550
550
|
}
|
|
551
|
-
function
|
|
551
|
+
function lo() {
|
|
552
552
|
const n = T(!1), e = et();
|
|
553
553
|
return e && Nt(() => {
|
|
554
554
|
n.value = !0;
|
|
555
555
|
}, e), n;
|
|
556
556
|
}
|
|
557
557
|
function ct(n) {
|
|
558
|
-
const e =
|
|
558
|
+
const e = lo();
|
|
559
559
|
return N(() => (e.value, !!n()));
|
|
560
560
|
}
|
|
561
561
|
function Tt(n, e = {}) {
|
|
@@ -567,7 +567,7 @@ function Tt(n, e = {}) {
|
|
|
567
567
|
i.value = (r = (f = s.value) == null ? void 0 : f.state) != null ? r : "prompt";
|
|
568
568
|
};
|
|
569
569
|
me(s, "change", u);
|
|
570
|
-
const m =
|
|
570
|
+
const m = Yn(async () => {
|
|
571
571
|
if (l.value) {
|
|
572
572
|
if (!s.value)
|
|
573
573
|
try {
|
|
@@ -587,14 +587,14 @@ function Tt(n, e = {}) {
|
|
|
587
587
|
query: m
|
|
588
588
|
} : i;
|
|
589
589
|
}
|
|
590
|
-
function
|
|
590
|
+
function so(n = {}) {
|
|
591
591
|
const {
|
|
592
592
|
navigator: e = Gt,
|
|
593
593
|
read: o = !1,
|
|
594
594
|
source: t,
|
|
595
595
|
copiedDuring: l = 1500,
|
|
596
596
|
legacy: s = !1
|
|
597
|
-
} = n, p = ct(() => e && "clipboard" in e), i = Tt("clipboard-read"), u = Tt("clipboard-write"), m = N(() => p.value || s), f = T(""), r = T(!1), g =
|
|
597
|
+
} = n, p = ct(() => e && "clipboard" in e), i = Tt("clipboard-read"), u = Tt("clipboard-write"), m = N(() => p.value || s), f = T(""), r = T(!1), g = to(() => r.value = !1, l);
|
|
598
598
|
function V() {
|
|
599
599
|
p.value && z(i.value) ? e.clipboard.readText().then((A) => {
|
|
600
600
|
f.value = A;
|
|
@@ -622,10 +622,10 @@ function lo(n = {}) {
|
|
|
622
622
|
copy: w
|
|
623
623
|
};
|
|
624
624
|
}
|
|
625
|
-
function
|
|
625
|
+
function ao(n) {
|
|
626
626
|
return JSON.parse(JSON.stringify(n));
|
|
627
627
|
}
|
|
628
|
-
function
|
|
628
|
+
function io(n, e, o = {}) {
|
|
629
629
|
const { window: t = Ke, ...l } = o;
|
|
630
630
|
let s;
|
|
631
631
|
const p = ct(() => t && "ResizeObserver" in t), i = () => {
|
|
@@ -651,11 +651,11 @@ function ao(n, e, o = {}) {
|
|
|
651
651
|
stop: f
|
|
652
652
|
};
|
|
653
653
|
}
|
|
654
|
-
function
|
|
654
|
+
function ro(n, e = { width: 0, height: 0 }, o = {}) {
|
|
655
655
|
const { window: t = Ke, box: l = "content-box" } = o, s = N(() => {
|
|
656
656
|
var r, g;
|
|
657
657
|
return (g = (r = be(n)) == null ? void 0 : r.namespaceURI) == null ? void 0 : g.includes("svg");
|
|
658
|
-
}), p = T(e.width), i = T(e.height), { stop: u } =
|
|
658
|
+
}), p = T(e.width), i = T(e.height), { stop: u } = io(
|
|
659
659
|
n,
|
|
660
660
|
([r]) => {
|
|
661
661
|
const g = l === "border-box" ? r.borderBoxSize : l === "content-box" ? r.contentBoxSize : r.devicePixelContentBoxSize;
|
|
@@ -673,7 +673,7 @@ function io(n, e = { width: 0, height: 0 }, o = {}) {
|
|
|
673
673
|
},
|
|
674
674
|
o
|
|
675
675
|
);
|
|
676
|
-
|
|
676
|
+
eo(() => {
|
|
677
677
|
const r = be(n);
|
|
678
678
|
r && (p.value = "offsetWidth" in r ? r.offsetWidth : e.width, i.value = "offsetHeight" in r ? r.offsetHeight : e.height);
|
|
679
679
|
});
|
|
@@ -692,7 +692,7 @@ function io(n, e = { width: 0, height: 0 }, o = {}) {
|
|
|
692
692
|
stop: f
|
|
693
693
|
};
|
|
694
694
|
}
|
|
695
|
-
const
|
|
695
|
+
const uo = {
|
|
696
696
|
ctrl: "control",
|
|
697
697
|
command: "meta",
|
|
698
698
|
cmd: "meta",
|
|
@@ -702,11 +702,11 @@ const ro = {
|
|
|
702
702
|
left: "arrowleft",
|
|
703
703
|
right: "arrowright"
|
|
704
704
|
};
|
|
705
|
-
function
|
|
705
|
+
function co(n = {}) {
|
|
706
706
|
const {
|
|
707
707
|
reactive: e = !1,
|
|
708
708
|
target: o = Ke,
|
|
709
|
-
aliasMap: t =
|
|
709
|
+
aliasMap: t = uo,
|
|
710
710
|
passive: l = !0,
|
|
711
711
|
onEventFired: s = Fe
|
|
712
712
|
} = n, p = gt(/* @__PURE__ */ new Set()), i = {
|
|
@@ -753,7 +753,7 @@ function uo(n = {}) {
|
|
|
753
753
|
);
|
|
754
754
|
return w;
|
|
755
755
|
}
|
|
756
|
-
function
|
|
756
|
+
function po(n, e, o, t = {}) {
|
|
757
757
|
var l, s, p;
|
|
758
758
|
const {
|
|
759
759
|
clone: i = !1,
|
|
@@ -765,7 +765,7 @@ function co(n, e, o, t = {}) {
|
|
|
765
765
|
} = t, V = et(), w = o || (V == null ? void 0 : V.emit) || ((l = V == null ? void 0 : V.$emit) == null ? void 0 : l.bind(V)) || ((p = (s = V == null ? void 0 : V.proxy) == null ? void 0 : s.$emit) == null ? void 0 : p.bind(V == null ? void 0 : V.proxy));
|
|
766
766
|
let C = m;
|
|
767
767
|
C = C || `update:${e.toString()}`;
|
|
768
|
-
const S = (k) => i ? typeof i == "function" ? i(k) :
|
|
768
|
+
const S = (k) => i ? typeof i == "function" ? i(k) : ao(k) : k, z = () => Gn(n[e]) ? S(n[e]) : r, A = (k) => {
|
|
769
769
|
g ? g(k) && w(C, k) : w(C, k);
|
|
770
770
|
};
|
|
771
771
|
if (u) {
|
|
@@ -793,7 +793,7 @@ function co(n, e, o, t = {}) {
|
|
|
793
793
|
}
|
|
794
794
|
});
|
|
795
795
|
}
|
|
796
|
-
function
|
|
796
|
+
function fo(n, e = {}) {
|
|
797
797
|
const {
|
|
798
798
|
enter: o = () => {
|
|
799
799
|
},
|
|
@@ -809,7 +809,7 @@ function po(n, e = {}) {
|
|
|
809
809
|
isHovering: s
|
|
810
810
|
};
|
|
811
811
|
}
|
|
812
|
-
const
|
|
812
|
+
const vo = { class: "flex pl5px" }, mo = { class: "w160px py5px" }, ho = /* @__PURE__ */ F({
|
|
813
813
|
__name: "StateFieldEditor",
|
|
814
814
|
props: {
|
|
815
815
|
data: {},
|
|
@@ -820,7 +820,7 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
820
820
|
},
|
|
821
821
|
emits: ["enableEditInput", "addNewProp"],
|
|
822
822
|
setup(n) {
|
|
823
|
-
const e = n, o = at(), { copy: t, isSupported: l } =
|
|
823
|
+
const e = n, o = at(), { copy: t, isSupported: l } = so(), s = T(!1), p = N(() => Dt(e.data.value)), i = N(() => p.value.value), u = N(() => p.value.customType), m = N(() => i.value === null ? "null" : typeof i.value), f = {
|
|
824
824
|
flat: !0,
|
|
825
825
|
size: "mini"
|
|
826
826
|
}, r = N(() => ({
|
|
@@ -844,7 +844,7 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
844
844
|
const S = typeof w == "number" ? w + C : BigInt(w) + BigInt(C);
|
|
845
845
|
g(S);
|
|
846
846
|
}
|
|
847
|
-
return (w, C) => (d(), h("div",
|
|
847
|
+
return (w, C) => (d(), h("div", vo, [
|
|
848
848
|
!e.disableEdit && w.data.editable ? (d(), h(oe, { key: 0 }, [
|
|
849
849
|
m.value === "string" || m.value === "number" || m.value === "object" || m.value === "null" ? (d(), h(oe, { key: 0 }, [
|
|
850
850
|
G((d(), B(a(de), ke(f, {
|
|
@@ -926,7 +926,7 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
926
926
|
"onUpdate:visible": C[8] || (C[8] = (S) => s.value = S)
|
|
927
927
|
}, {
|
|
928
928
|
popper: L(() => [
|
|
929
|
-
c("div",
|
|
929
|
+
c("div", mo, [
|
|
930
930
|
x(a(_t), {
|
|
931
931
|
onClick: C[6] || (C[6] = (S) => a(t)(typeof i.value == "object" ? JSON.stringify(i.value) : i.value.toString()))
|
|
932
932
|
}, {
|
|
@@ -962,7 +962,7 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
962
962
|
}, 8, ["class", "disabled"])
|
|
963
963
|
]));
|
|
964
964
|
}
|
|
965
|
-
}),
|
|
965
|
+
}), go = { class: "flex-inline items-center gap4px" }, Je = /* @__PURE__ */ F({
|
|
966
966
|
__name: "StateFieldInputEditor",
|
|
967
967
|
props: {
|
|
968
968
|
modelValue: {},
|
|
@@ -972,11 +972,11 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
972
972
|
},
|
|
973
973
|
emits: ["cancel", "submit", "update:modelValue"],
|
|
974
974
|
setup(n, { emit: e }) {
|
|
975
|
-
const o = n, t = e, l = N(() => o.customType === "date" ? "datetime-local" : ""), { escape: s, enter: p } =
|
|
975
|
+
const o = n, t = e, l = N(() => o.customType === "date" ? "datetime-local" : ""), { escape: s, enter: p } = co();
|
|
976
976
|
tt(() => {
|
|
977
977
|
s.value ? t("cancel") : p.value && t("submit");
|
|
978
978
|
});
|
|
979
|
-
const i =
|
|
979
|
+
const i = po(o, "modelValue", t);
|
|
980
980
|
function u(r) {
|
|
981
981
|
try {
|
|
982
982
|
return je(r, o.customType), !0;
|
|
@@ -985,9 +985,9 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
985
985
|
}
|
|
986
986
|
}
|
|
987
987
|
const m = T(!1);
|
|
988
|
-
return Q(i,
|
|
988
|
+
return Q(i, wn(() => {
|
|
989
989
|
m.value = !u(i.value);
|
|
990
|
-
}, 300)), (r, g) => (d(), h("span",
|
|
990
|
+
}, 300)), (r, g) => (d(), h("span", go, [
|
|
991
991
|
x(a(_e), {
|
|
992
992
|
modelValue: a(i),
|
|
993
993
|
"onUpdate:modelValue": g[0] || (g[0] = (V) => Ze(i) ? i.value = V : null),
|
|
@@ -1041,20 +1041,20 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1041
1041
|
], 64)) : U("", !0)
|
|
1042
1042
|
]));
|
|
1043
1043
|
}
|
|
1044
|
-
}),
|
|
1044
|
+
}), Co = {
|
|
1045
1045
|
key: 1,
|
|
1046
1046
|
pl5: ""
|
|
1047
|
-
},
|
|
1047
|
+
}, _o = {
|
|
1048
1048
|
"whitespace-nowrap": "",
|
|
1049
1049
|
"text-purple-700": "",
|
|
1050
1050
|
op70: "",
|
|
1051
1051
|
"dark:text-purple-300": ""
|
|
1052
|
-
},
|
|
1052
|
+
}, yo = ["innerHTML"], xo = { key: 0 }, bo = {
|
|
1053
1053
|
"overflow-hidden": "",
|
|
1054
1054
|
"text-ellipsis": "",
|
|
1055
1055
|
"whitespace-nowrap": "",
|
|
1056
1056
|
"state-key": ""
|
|
1057
|
-
}, Et = 30,
|
|
1057
|
+
}, Et = 30, wo = /* @__PURE__ */ F({
|
|
1058
1058
|
__name: "StateFieldViewer",
|
|
1059
1059
|
props: {
|
|
1060
1060
|
data: {},
|
|
@@ -1081,7 +1081,7 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1081
1081
|
if ((Z = (P = e.data.value) == null ? void 0 : P.fields) != null && Z.abstract)
|
|
1082
1082
|
return "";
|
|
1083
1083
|
{
|
|
1084
|
-
const Ve = (Ee = (ae = e.data.value) == null ? void 0 : ae._custom) == null ? void 0 : Ee.type, Le = l.value === "custom" && !Ve ? `"${t.value}"` : t.value === "" ? '""' : t.value, Ge = l.value === "custom" && Ve === "ref" ? yt(Le) : l.value, Oe = l.value === "string" ? "select-text" : "", Ue = `<span title="${l.value === "string" ? e.data.value : ""}" class="${Ge}-state-type flex whitespace-nowrap ${Oe}">${Le}</span>`;
|
|
1084
|
+
const Ve = (Ee = (ae = e.data.value) == null ? void 0 : ae._custom) == null ? void 0 : Ee.type, Le = l.value === "custom" && !Ve ? `"${t.value}"` : t.value === "" ? '""' : t.value, Ge = l.value === "custom" && Ve === "ref" ? yt(Le) : l.value, Oe = l.value === "string" ? "select-text" : "", Ue = `<span title="${l.value === "string" ? yn(e.data.value) : ""}" class="${Ge}-state-type flex whitespace-nowrap ${Oe}">${Le}</span>`;
|
|
1085
1085
|
return b ? `${Ue} <span class="text-gray-500">(${b})</span>` : Ue;
|
|
1086
1086
|
}
|
|
1087
1087
|
}), V = N(() => {
|
|
@@ -1102,11 +1102,11 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1102
1102
|
editable: e.data.editable && !y,
|
|
1103
1103
|
creating: !1
|
|
1104
1104
|
})), l.value !== "custom" && (R = Mt(R))), R === e.data.value ? [] : R);
|
|
1105
|
-
}), w = N(() => V.value.length > 0), C = T(), S = at(), { isHovering: z } =
|
|
1105
|
+
}), w = N(() => V.value.length > 0), C = T(), S = at(), { isHovering: z } = fo(() => C.value), { editingType: A, editing: k, editingText: _, toggleEditing: E, nodeId: H } = Fn();
|
|
1106
1106
|
Q(() => k.value, (M) => {
|
|
1107
1107
|
if (M) {
|
|
1108
1108
|
const { value: b } = s.value;
|
|
1109
|
-
_.value =
|
|
1109
|
+
_.value = xn(b, s.value.customType);
|
|
1110
1110
|
} else
|
|
1111
1111
|
_.value = "";
|
|
1112
1112
|
});
|
|
@@ -1124,7 +1124,7 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1124
1124
|
}
|
|
1125
1125
|
}), await D.value.sendInspectorState(S.value.inspectorId), E();
|
|
1126
1126
|
}
|
|
1127
|
-
const { addNewProp: X, draftingNewProp: j, resetDrafting: ue } =
|
|
1127
|
+
const { addNewProp: X, draftingNewProp: j, resetDrafting: ue } = Kn();
|
|
1128
1128
|
function pe(M) {
|
|
1129
1129
|
const b = `${e.depth}-${e.index}`;
|
|
1130
1130
|
p.value.includes(b) || i(b), X(M, s.value.value);
|
|
@@ -1154,8 +1154,8 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1154
1154
|
w.value ? (d(), B(st, {
|
|
1155
1155
|
key: 0,
|
|
1156
1156
|
value: a(p).includes(`${M.depth}-${M.index}`)
|
|
1157
|
-
}, null, 8, ["value"])) : (d(), h("span",
|
|
1158
|
-
c("span",
|
|
1157
|
+
}, null, 8, ["value"])) : (d(), h("span", Co)),
|
|
1158
|
+
c("span", _o, se(r.value), 1),
|
|
1159
1159
|
b[5] || (b[5] = c("span", { mx1: "" }, ":", -1)),
|
|
1160
1160
|
a(k) ? (d(), B(Je, {
|
|
1161
1161
|
key: 2,
|
|
@@ -1172,9 +1172,9 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1172
1172
|
c("span", {
|
|
1173
1173
|
class: "flex",
|
|
1174
1174
|
innerHTML: g.value
|
|
1175
|
-
}, null, 8,
|
|
1175
|
+
}, null, 8, yo)
|
|
1176
1176
|
], 2),
|
|
1177
|
-
x(
|
|
1177
|
+
x(ho, {
|
|
1178
1178
|
hovering: a(z),
|
|
1179
1179
|
"disable-edit": a(S).disableEdit || a(k),
|
|
1180
1180
|
data: M.data,
|
|
@@ -1183,7 +1183,7 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1183
1183
|
onAddNewProp: pe
|
|
1184
1184
|
}, null, 8, ["hovering", "disable-edit", "data", "depth", "onEnableEditInput"])
|
|
1185
1185
|
], 6),
|
|
1186
|
-
w.value && a(p).includes(`${M.depth}-${M.index}`) ? (d(), h("div",
|
|
1186
|
+
w.value && a(p).includes(`${M.depth}-${M.index}`) ? (d(), h("div", xo, [
|
|
1187
1187
|
x(Wt, {
|
|
1188
1188
|
data: V.value,
|
|
1189
1189
|
depth: M.depth,
|
|
@@ -1207,7 +1207,7 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1207
1207
|
key: 1,
|
|
1208
1208
|
style: $e({ paddingLeft: `${(M.depth + 1) * 15 + 4}px` })
|
|
1209
1209
|
}, [
|
|
1210
|
-
c("span",
|
|
1210
|
+
c("span", bo, [
|
|
1211
1211
|
x(Je, {
|
|
1212
1212
|
modelValue: a(j).key,
|
|
1213
1213
|
"onUpdate:modelValue": b[3] || (b[3] = (v) => a(j).key = v),
|
|
@@ -1226,7 +1226,7 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1226
1226
|
])) : U("", !0)
|
|
1227
1227
|
]));
|
|
1228
1228
|
}
|
|
1229
|
-
}),
|
|
1229
|
+
}), ko = /* @__PURE__ */ xe(wo, [["__scopeId", "data-v-7918b8f2"]]), Wt = /* @__PURE__ */ F({
|
|
1230
1230
|
__name: "ChildStateViewer",
|
|
1231
1231
|
props: {
|
|
1232
1232
|
data: {},
|
|
@@ -1237,7 +1237,7 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1237
1237
|
setup(n) {
|
|
1238
1238
|
return (e, o) => (d(), h("div", null, [
|
|
1239
1239
|
(d(!0), h(oe, null, re(e.data, (t, l) => (d(), h("div", { key: l }, [
|
|
1240
|
-
x(
|
|
1240
|
+
x(ko, {
|
|
1241
1241
|
data: t,
|
|
1242
1242
|
depth: e.depth + 1,
|
|
1243
1243
|
index: `${e.index}-${l}`,
|
|
@@ -1246,14 +1246,14 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1246
1246
|
]))), 128))
|
|
1247
1247
|
]));
|
|
1248
1248
|
}
|
|
1249
|
-
}),
|
|
1249
|
+
}), Io = ["onClick"], $o = {
|
|
1250
1250
|
key: 1,
|
|
1251
1251
|
pl5: ""
|
|
1252
|
-
},
|
|
1252
|
+
}, So = {
|
|
1253
1253
|
"font-state-field": "",
|
|
1254
1254
|
"text-3.5": "",
|
|
1255
1255
|
"text-hex-a3a3a3": ""
|
|
1256
|
-
},
|
|
1256
|
+
}, To = { key: 0 }, Me = /* @__PURE__ */ F({
|
|
1257
1257
|
__name: "RootStateViewer",
|
|
1258
1258
|
props: {
|
|
1259
1259
|
data: {},
|
|
@@ -1271,7 +1271,7 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1271
1271
|
disableEdit: e.disableEdit
|
|
1272
1272
|
};
|
|
1273
1273
|
}
|
|
1274
|
-
const { context: t } =
|
|
1274
|
+
const { context: t } = Bn(o());
|
|
1275
1275
|
tt(() => {
|
|
1276
1276
|
t.value = o();
|
|
1277
1277
|
});
|
|
@@ -1285,10 +1285,10 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1285
1285
|
u != null && u.length ? (d(), B(st, {
|
|
1286
1286
|
key: 0,
|
|
1287
1287
|
value: a(l).includes(`${f}`)
|
|
1288
|
-
}, null, 8, ["value"])) : (d(), h("span",
|
|
1289
|
-
c("span",
|
|
1290
|
-
], 10,
|
|
1291
|
-
u != null && u.length && a(l).includes(`${f}`) ? (d(), h("div",
|
|
1288
|
+
}, null, 8, ["value"])) : (d(), h("span", $o)),
|
|
1289
|
+
c("span", So, se(m), 1)
|
|
1290
|
+
], 10, Io),
|
|
1291
|
+
u != null && u.length && a(l).includes(`${f}`) ? (d(), h("div", To, [
|
|
1292
1292
|
x(Wt, {
|
|
1293
1293
|
data: u,
|
|
1294
1294
|
index: `${f}`,
|
|
@@ -1298,20 +1298,20 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1298
1298
|
]))), 128))
|
|
1299
1299
|
]));
|
|
1300
1300
|
}
|
|
1301
|
-
}),
|
|
1301
|
+
}), Eo = { class: "p3" }, Vo = ["onClick"], No = {
|
|
1302
1302
|
key: 0,
|
|
1303
1303
|
class: "absolute left-5px top-4.5 h10 w0 border-l-2",
|
|
1304
1304
|
border: "solid gray2"
|
|
1305
|
-
},
|
|
1305
|
+
}, Ro = { class: "h-full flex items-center truncate pl5" }, Ao = {
|
|
1306
1306
|
absolute: "",
|
|
1307
1307
|
"top-5": "",
|
|
1308
1308
|
pr2: "",
|
|
1309
1309
|
"text-3": "",
|
|
1310
1310
|
op40: ""
|
|
1311
|
-
},
|
|
1311
|
+
}, Do = {
|
|
1312
1312
|
pl2: "",
|
|
1313
1313
|
op30: ""
|
|
1314
|
-
},
|
|
1314
|
+
}, Po = /* @__PURE__ */ F({
|
|
1315
1315
|
__name: "EventList",
|
|
1316
1316
|
props: /* @__PURE__ */ Re({
|
|
1317
1317
|
data: {}
|
|
@@ -1330,8 +1330,8 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1330
1330
|
return Q(() => s.value.length, (p) => {
|
|
1331
1331
|
var i;
|
|
1332
1332
|
(i = l.value) == null || i.scrollToItem(p - 1);
|
|
1333
|
-
}, { flush: "post" }), (p, i) => (d(), h("div",
|
|
1334
|
-
x(a(
|
|
1333
|
+
}, { flush: "post" }), (p, i) => (d(), h("div", Eo, [
|
|
1334
|
+
x(a(kn), {
|
|
1335
1335
|
ref_key: "scrollerRef",
|
|
1336
1336
|
ref: l,
|
|
1337
1337
|
items: s.value,
|
|
@@ -1352,40 +1352,40 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1352
1352
|
class: "absolute top-1.5 inline-block h3 w3 b rounded-50%",
|
|
1353
1353
|
style: $e({ border: `3px solid ${u.color}` })
|
|
1354
1354
|
}, null, 4),
|
|
1355
|
-
u.id < p.data.length - 1 ? (d(), h("span",
|
|
1356
|
-
c("p",
|
|
1357
|
-
c("span",
|
|
1355
|
+
u.id < p.data.length - 1 ? (d(), h("span", No)) : U("", !0),
|
|
1356
|
+
c("p", Ro, [
|
|
1357
|
+
c("span", Ao, "[" + se(a(Sn)(u.time)) + "]", 1),
|
|
1358
1358
|
Y(" " + se(u.title) + " ", 1),
|
|
1359
|
-
c("span",
|
|
1359
|
+
c("span", Do, se(u.subtitle), 1)
|
|
1360
1360
|
])
|
|
1361
|
-
], 12,
|
|
1361
|
+
], 12, Vo)
|
|
1362
1362
|
]),
|
|
1363
1363
|
_: 1
|
|
1364
1364
|
}, 8, ["items"])
|
|
1365
1365
|
]));
|
|
1366
1366
|
}
|
|
1367
|
-
}),
|
|
1367
|
+
}), Mo = { class: "relative h-full flex flex-col" }, Ho = {
|
|
1368
1368
|
key: 1,
|
|
1369
1369
|
class: "flex-1 overflow-hidden"
|
|
1370
|
-
},
|
|
1370
|
+
}, Lo = {
|
|
1371
1371
|
"h-full": "",
|
|
1372
1372
|
"select-none": "",
|
|
1373
1373
|
"overflow-scroll": "",
|
|
1374
1374
|
class: "no-scrollbar"
|
|
1375
|
-
},
|
|
1375
|
+
}, Oo = {
|
|
1376
1376
|
"h-full": "",
|
|
1377
1377
|
"overflow-scroll": "",
|
|
1378
1378
|
class: "no-scrollbar"
|
|
1379
|
-
},
|
|
1379
|
+
}, Uo = {
|
|
1380
1380
|
key: 3,
|
|
1381
1381
|
class: "absolute right-3 top-12 flex items-center justify-end b-1 border-base rounded-1 b-solid px2 py1"
|
|
1382
|
-
},
|
|
1382
|
+
}, jo = { class: "flex items-center gap-2 px-1" }, zo = {
|
|
1383
1383
|
key: 0,
|
|
1384
1384
|
class: "recording recording-btn bg-[#ef4444]"
|
|
1385
|
-
},
|
|
1385
|
+
}, Bo = {
|
|
1386
1386
|
key: 1,
|
|
1387
1387
|
class: "recording-btn bg-black op70 dark:bg-white hover:op100"
|
|
1388
|
-
},
|
|
1388
|
+
}, Fo = { class: "flex items-center gap1" }, Zo = /* @__PURE__ */ F({
|
|
1389
1389
|
__name: "index",
|
|
1390
1390
|
props: {
|
|
1391
1391
|
layerIds: {},
|
|
@@ -1456,7 +1456,7 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1456
1456
|
[o.pluginId]: !u.value
|
|
1457
1457
|
});
|
|
1458
1458
|
}
|
|
1459
|
-
return (A, k) => (d(), h("div",
|
|
1459
|
+
return (A, k) => (d(), h("div", Mo, [
|
|
1460
1460
|
A.headerVisible ? (d(), B(Se, {
|
|
1461
1461
|
key: 0,
|
|
1462
1462
|
"doc-link": A.docLink,
|
|
@@ -1467,7 +1467,7 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1467
1467
|
]),
|
|
1468
1468
|
_: 1
|
|
1469
1469
|
}, 8, ["doc-link", "github-repo-link"])) : U("", !0),
|
|
1470
|
-
l.value.length ? (d(), h("div",
|
|
1470
|
+
l.value.length ? (d(), h("div", Ho, [
|
|
1471
1471
|
x(a(De), { class: "h-full" }, {
|
|
1472
1472
|
default: L(() => [
|
|
1473
1473
|
x(a(ce), {
|
|
@@ -1476,8 +1476,8 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1476
1476
|
"h-full": ""
|
|
1477
1477
|
}, {
|
|
1478
1478
|
default: L(() => [
|
|
1479
|
-
c("div",
|
|
1480
|
-
x(
|
|
1479
|
+
c("div", Lo, [
|
|
1480
|
+
x(Po, {
|
|
1481
1481
|
modelValue: p.value,
|
|
1482
1482
|
"onUpdate:modelValue": k[0] || (k[0] = (_) => p.value = _),
|
|
1483
1483
|
data: l.value
|
|
@@ -1488,7 +1488,7 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1488
1488
|
}),
|
|
1489
1489
|
x(a(ce), { size: "60" }, {
|
|
1490
1490
|
default: L(() => [
|
|
1491
|
-
c("div",
|
|
1491
|
+
c("div", Oo, [
|
|
1492
1492
|
x(Me, {
|
|
1493
1493
|
class: "p3",
|
|
1494
1494
|
data: V.value,
|
|
@@ -1513,13 +1513,13 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1513
1513
|
])),
|
|
1514
1514
|
_: 1
|
|
1515
1515
|
})),
|
|
1516
|
-
A.switcherVisible ? (d(), h("div",
|
|
1517
|
-
c("div",
|
|
1516
|
+
A.switcherVisible ? (d(), h("div", Uo, [
|
|
1517
|
+
c("div", jo, [
|
|
1518
1518
|
G((d(), h("div", {
|
|
1519
1519
|
class: "flex items-center gap1",
|
|
1520
1520
|
onClick: z
|
|
1521
1521
|
}, [
|
|
1522
|
-
u.value ? (d(), h("span",
|
|
1522
|
+
u.value ? (d(), h("span", zo)) : (d(), h("span", Bo))
|
|
1523
1523
|
])), [
|
|
1524
1524
|
[
|
|
1525
1525
|
a(W),
|
|
@@ -1547,7 +1547,7 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1547
1547
|
{ "bottom-end": !0 }
|
|
1548
1548
|
]
|
|
1549
1549
|
]),
|
|
1550
|
-
G((d(), h("div",
|
|
1550
|
+
G((d(), h("div", Fo, [
|
|
1551
1551
|
x(a(Be), {
|
|
1552
1552
|
name: "baseline-tips-and-updates",
|
|
1553
1553
|
"cursor-pointer": "",
|
|
@@ -1567,8 +1567,8 @@ const fo = { class: "flex pl5px" }, vo = { class: "w160px py5px" }, mo = /* @__P
|
|
|
1567
1567
|
])) : U("", !0)
|
|
1568
1568
|
]));
|
|
1569
1569
|
}
|
|
1570
|
-
}), dt = /* @__PURE__ */ xe(
|
|
1571
|
-
function
|
|
1570
|
+
}), dt = /* @__PURE__ */ xe(Zo, [["__scopeId", "data-v-3dbcfd2a"]]);
|
|
1571
|
+
function cs() {
|
|
1572
1572
|
const n = T([]), e = T([]);
|
|
1573
1573
|
function o(l) {
|
|
1574
1574
|
e.value = l, l.length < n.value.length && (n.value = []), e.value.forEach((s) => {
|
|
@@ -1593,13 +1593,13 @@ function us() {
|
|
|
1593
1593
|
};
|
|
1594
1594
|
}
|
|
1595
1595
|
const qt = Symbol("SelectedSymbolKey");
|
|
1596
|
-
function
|
|
1596
|
+
function Ko() {
|
|
1597
1597
|
const n = T("");
|
|
1598
1598
|
return Ce(qt, n), {
|
|
1599
1599
|
selected: n
|
|
1600
1600
|
};
|
|
1601
1601
|
}
|
|
1602
|
-
function
|
|
1602
|
+
function Go() {
|
|
1603
1603
|
const n = he(qt, T(""));
|
|
1604
1604
|
function e(o) {
|
|
1605
1605
|
n.value = o;
|
|
@@ -1609,28 +1609,28 @@ function Ko() {
|
|
|
1609
1609
|
select: e
|
|
1610
1610
|
};
|
|
1611
1611
|
}
|
|
1612
|
-
const
|
|
1612
|
+
const Wo = ["onClick", "onDblclick", "onMouseover"], qo = {
|
|
1613
1613
|
key: 1,
|
|
1614
1614
|
pl5: ""
|
|
1615
|
-
},
|
|
1615
|
+
}, Jo = {
|
|
1616
1616
|
"font-state-field": "",
|
|
1617
1617
|
"text-3.5": ""
|
|
1618
|
-
},
|
|
1618
|
+
}, Yo = {
|
|
1619
1619
|
key: 0,
|
|
1620
1620
|
class: "text-gray-400 dark:text-gray-600 group-hover:text-white group-hover:op50 [.active_&]:op50 [.active_&]:text-white!"
|
|
1621
|
-
},
|
|
1621
|
+
}, Xo = {
|
|
1622
1622
|
"group-hover:text-white": "",
|
|
1623
1623
|
class: "ws-nowrap [.active_&]:text-white"
|
|
1624
|
-
},
|
|
1624
|
+
}, Qo = {
|
|
1625
1625
|
key: 2,
|
|
1626
1626
|
class: "text-gray-400 dark:text-gray-600 group-hover:text-white group-hover:op50 [.active_&]:op50 [.active_&]:text-white!"
|
|
1627
|
-
},
|
|
1627
|
+
}, el = {
|
|
1628
1628
|
key: 2,
|
|
1629
1629
|
class: "ml-2 rounded-sm bg-blue-400 px-1 text-[0.75rem] leading-snug dark:bg-blue-800"
|
|
1630
|
-
},
|
|
1630
|
+
}, tl = {
|
|
1631
1631
|
key: 3,
|
|
1632
1632
|
class: "ml-2 rounded-sm bg-gray-500 px-1 text-[0.75rem] leading-snug"
|
|
1633
|
-
},
|
|
1633
|
+
}, nl = { key: 0 }, He = /* @__PURE__ */ F({
|
|
1634
1634
|
__name: "TreeViewer",
|
|
1635
1635
|
props: /* @__PURE__ */ Re({
|
|
1636
1636
|
data: {},
|
|
@@ -1643,7 +1643,7 @@ const Go = ["onClick", "onDblclick", "onMouseover"], Wo = {
|
|
|
1643
1643
|
emits: /* @__PURE__ */ Re(["hover", "leave"], ["update:modelValue"]),
|
|
1644
1644
|
setup(n, { emit: e }) {
|
|
1645
1645
|
const o = e, t = Xe(n, "modelValue"), { expanded: l, toggleExpanded: s } = it();
|
|
1646
|
-
|
|
1646
|
+
Go();
|
|
1647
1647
|
function p(u) {
|
|
1648
1648
|
return "name" in u && (u == null ? void 0 : u.name) || "label" in u && u.label;
|
|
1649
1649
|
}
|
|
@@ -1671,10 +1671,10 @@ const Go = ["onClick", "onDblclick", "onMouseover"], Wo = {
|
|
|
1671
1671
|
value: a(l).includes(f.id),
|
|
1672
1672
|
class: "[.active_&]:op20 group-hover:op20",
|
|
1673
1673
|
onClick: ve((w) => a(s)(f.id), ["stop"])
|
|
1674
|
-
}, null, 8, ["value", "onClick"])) : (d(), h("span",
|
|
1675
|
-
c("span",
|
|
1676
|
-
u.withTag ? (d(), h("span",
|
|
1677
|
-
c("span",
|
|
1674
|
+
}, null, 8, ["value", "onClick"])) : (d(), h("span", qo)),
|
|
1675
|
+
c("span", Jo, [
|
|
1676
|
+
u.withTag ? (d(), h("span", Yo, "<")) : U("", !0),
|
|
1677
|
+
c("span", Xo, se(p(f)), 1),
|
|
1678
1678
|
(f.renderKey === 0 || f.renderKey) && f.renderKey !== a(At) ? (d(), h("span", {
|
|
1679
1679
|
key: 1,
|
|
1680
1680
|
class: le(["text-xs opacity-50", {
|
|
@@ -1687,14 +1687,14 @@ const Go = ["onClick", "onDblclick", "onMouseover"], Wo = {
|
|
|
1687
1687
|
m[4] || (m[4] = Y("=")),
|
|
1688
1688
|
c("span", null, se(f.renderKey), 1)
|
|
1689
1689
|
], 2)) : U("", !0),
|
|
1690
|
-
u.withTag ? (d(), h("span",
|
|
1690
|
+
u.withTag ? (d(), h("span", Qo, ">")) : U("", !0)
|
|
1691
1691
|
]),
|
|
1692
|
-
f.isFragment ? G((d(), h("span",
|
|
1692
|
+
f.isFragment ? G((d(), h("span", el, m[5] || (m[5] = [
|
|
1693
1693
|
Y(" fragment ")
|
|
1694
1694
|
]))), [
|
|
1695
1695
|
[a(W), "Has multiple root DOM nodes"]
|
|
1696
1696
|
]) : U("", !0),
|
|
1697
|
-
f.inactive ? G((d(), h("span",
|
|
1697
|
+
f.inactive ? G((d(), h("span", tl, m[6] || (m[6] = [
|
|
1698
1698
|
Y(" inactive ")
|
|
1699
1699
|
]))), [
|
|
1700
1700
|
[a(W), "Currently inactive but not destroyed"]
|
|
@@ -1703,8 +1703,8 @@ const Go = ["onClick", "onDblclick", "onMouseover"], Wo = {
|
|
|
1703
1703
|
key: C,
|
|
1704
1704
|
tag: w
|
|
1705
1705
|
}, null, 8, ["tag"]))), 128))
|
|
1706
|
-
], 46,
|
|
1707
|
-
(V = f == null ? void 0 : f.children) != null && V.length && a(l).includes(f.id) ? (d(), h("div",
|
|
1706
|
+
], 46, Wo),
|
|
1707
|
+
(V = f == null ? void 0 : f.children) != null && V.length && a(l).includes(f.id) ? (d(), h("div", nl, [
|
|
1708
1708
|
x(He, {
|
|
1709
1709
|
modelValue: t.value,
|
|
1710
1710
|
"onUpdate:modelValue": m[1] || (m[1] = (w) => t.value = w),
|
|
@@ -1719,14 +1719,14 @@ const Go = ["onClick", "onDblclick", "onMouseover"], Wo = {
|
|
|
1719
1719
|
}), 128));
|
|
1720
1720
|
}
|
|
1721
1721
|
}), Vt = 200;
|
|
1722
|
-
function
|
|
1722
|
+
function ol() {
|
|
1723
1723
|
const n = St((o) => D.value.highlighComponent(o), Vt), e = St(() => D.value.unhighlight(), Vt);
|
|
1724
1724
|
return {
|
|
1725
1725
|
highlight: n,
|
|
1726
1726
|
unhighlight: e
|
|
1727
1727
|
};
|
|
1728
1728
|
}
|
|
1729
|
-
const
|
|
1729
|
+
const ll = { class: "absolute left-0 top-0 h-full w-full flex flex-col rounded-br-2.5 rounded-tr-2.5 bg-white p2 dark:bg-#121212" }, sl = { class: "flex-1 overflow-scroll text-3.5" }, al = /* @__PURE__ */ F({
|
|
1730
1730
|
__name: "RenderCode",
|
|
1731
1731
|
props: {
|
|
1732
1732
|
code: {}
|
|
@@ -1737,7 +1737,7 @@ const ol = { class: "absolute left-0 top-0 h-full w-full flex flex-col rounded-b
|
|
|
1737
1737
|
function t() {
|
|
1738
1738
|
o("close");
|
|
1739
1739
|
}
|
|
1740
|
-
return (l, s) => (d(), h("div",
|
|
1740
|
+
return (l, s) => (d(), h("div", ll, [
|
|
1741
1741
|
c("div", { class: "h-12 w-full flex items-center justify-between p-2" }, [
|
|
1742
1742
|
s[0] || (s[0] = c("span", { class: "font-500" }, "Render Code", -1)),
|
|
1743
1743
|
c("i", {
|
|
@@ -1745,7 +1745,7 @@ const ol = { class: "absolute left-0 top-0 h-full w-full flex flex-col rounded-b
|
|
|
1745
1745
|
onClick: t
|
|
1746
1746
|
})
|
|
1747
1747
|
]),
|
|
1748
|
-
c("div",
|
|
1748
|
+
c("div", sl, [
|
|
1749
1749
|
x(a(dn), {
|
|
1750
1750
|
code: l.code,
|
|
1751
1751
|
lang: "javascript"
|
|
@@ -1753,30 +1753,30 @@ const ol = { class: "absolute left-0 top-0 h-full w-full flex flex-col rounded-b
|
|
|
1753
1753
|
])
|
|
1754
1754
|
]));
|
|
1755
1755
|
}
|
|
1756
|
-
}),
|
|
1756
|
+
}), il = { class: "h-full w-full" }, rl = { class: "no-scrollbar h-full flex select-none gap-2 overflow-scroll" }, ul = {
|
|
1757
1757
|
key: 0,
|
|
1758
1758
|
class: "h-full flex flex-col p2"
|
|
1759
|
-
},
|
|
1759
|
+
}, cl = { class: "flex py2" }, dl = {
|
|
1760
1760
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1761
1761
|
style: { height: "1.1em", width: "1.1em" },
|
|
1762
1762
|
class: "op-80 hover:op-100",
|
|
1763
1763
|
viewBox: "0 0 24 24"
|
|
1764
|
-
},
|
|
1764
|
+
}, pl = { class: "h-full flex flex-col p2" }, fl = { class: "flex py2" }, vl = {
|
|
1765
1765
|
key: 0,
|
|
1766
1766
|
class: "font-state-field flex items-center px-1 text-3.5"
|
|
1767
|
-
},
|
|
1767
|
+
}, ml = {
|
|
1768
1768
|
"group-hover:text-white": "",
|
|
1769
1769
|
class: "max-w-40 of-hidden text-ellipsis ws-nowrap [.active_&]:text-white"
|
|
1770
|
-
},
|
|
1770
|
+
}, hl = { class: "flex items-center gap-2 px-1" }, gl = { class: "h-full flex flex-col items-center justify-center gap-2" }, Cl = { class: "block" }, _l = {
|
|
1771
1771
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1772
1772
|
style: { height: "2em", width: "2em", opacity: "0.5", color: "#00dc82" },
|
|
1773
1773
|
class: "animate-fade",
|
|
1774
1774
|
viewBox: "0 0 24 24"
|
|
1775
|
-
},
|
|
1775
|
+
}, yl = { class: "flex items-center justify-center" }, Ne = "components", xl = /* @__PURE__ */ F({
|
|
1776
1776
|
__name: "index",
|
|
1777
1777
|
emits: ["openInEditor", "onInspectComponentStart", "onInspectComponentEnd"],
|
|
1778
1778
|
setup(n, { emit: e }) {
|
|
1779
|
-
const o = e, t = T(), l = T(!1), { width: s } =
|
|
1779
|
+
const o = e, t = T(), l = T(!1), { width: s } = ro(t), p = N(() => l.value ? s.value < 700 : !1), i = T(""), u = T(""), [m, f] = no(!0), r = T(!1), g = T(!1), V = T(""), w = T(!1), C = ol();
|
|
1780
1780
|
function S(I, $ = [], O = []) {
|
|
1781
1781
|
var K;
|
|
1782
1782
|
return $.push(I.id), ((K = I.children) == null ? void 0 : K.length) === 0 && O.push([...$]), Array.isArray(I.children) && I.children.forEach((te) => {
|
|
@@ -1823,10 +1823,10 @@ const ol = { class: "absolute left-0 top-0 h-full w-full flex flex-col rounded-b
|
|
|
1823
1823
|
state: X.value,
|
|
1824
1824
|
filterKey: u.value,
|
|
1825
1825
|
processGroup(I) {
|
|
1826
|
-
return
|
|
1826
|
+
return In(Object.values($n(Mt(I), "stateType")));
|
|
1827
1827
|
}
|
|
1828
1828
|
})), { expanded: M } = ge(), { expanded: b } = ge("component-state");
|
|
1829
|
-
|
|
1829
|
+
Ko();
|
|
1830
1830
|
async function v(I = "") {
|
|
1831
1831
|
return D.value.getInspectorTree({ inspectorId: Ne, filter: I }).then(($) => {
|
|
1832
1832
|
var K, te;
|
|
@@ -1862,7 +1862,7 @@ const ol = { class: "absolute left-0 top-0 h-full w-full flex flex-col rounded-b
|
|
|
1862
1862
|
f();
|
|
1863
1863
|
});
|
|
1864
1864
|
}
|
|
1865
|
-
|
|
1865
|
+
oo(i, (I) => {
|
|
1866
1866
|
Z(I);
|
|
1867
1867
|
}, { debounce: 300 });
|
|
1868
1868
|
function ae(I) {
|
|
@@ -1929,7 +1929,7 @@ const ol = { class: "absolute left-0 top-0 h-full w-full flex flex-col rounded-b
|
|
|
1929
1929
|
j.value = "", v();
|
|
1930
1930
|
});
|
|
1931
1931
|
}
|
|
1932
|
-
return (I, $) => (d(), h("div",
|
|
1932
|
+
return (I, $) => (d(), h("div", il, [
|
|
1933
1933
|
x(a(De), {
|
|
1934
1934
|
ref_key: "splitpanesRef",
|
|
1935
1935
|
ref: t,
|
|
@@ -1944,8 +1944,8 @@ const ol = { class: "absolute left-0 top-0 h-full w-full flex flex-col rounded-b
|
|
|
1944
1944
|
size: "20"
|
|
1945
1945
|
}, {
|
|
1946
1946
|
default: L(() => [
|
|
1947
|
-
c("div",
|
|
1948
|
-
x(
|
|
1947
|
+
c("div", rl, [
|
|
1948
|
+
x(An, {
|
|
1949
1949
|
modelValue: qe.value,
|
|
1950
1950
|
"onUpdate:modelValue": $[0] || ($[0] = (O) => qe.value = O),
|
|
1951
1951
|
data: tn.value,
|
|
@@ -1961,8 +1961,8 @@ const ol = { class: "absolute left-0 top-0 h-full w-full flex flex-col rounded-b
|
|
|
1961
1961
|
"h-full": ""
|
|
1962
1962
|
}, {
|
|
1963
1963
|
default: L(() => [
|
|
1964
|
-
r.value ? (d(), h("div",
|
|
1965
|
-
c("div",
|
|
1964
|
+
r.value ? (d(), h("div", ul, [
|
|
1965
|
+
c("div", cl, [
|
|
1966
1966
|
x(a(_e), {
|
|
1967
1967
|
modelValue: i.value,
|
|
1968
1968
|
"onUpdate:modelValue": $[1] || ($[1] = (O) => i.value = O),
|
|
@@ -1971,13 +1971,13 @@ const ol = { class: "absolute left-0 top-0 h-full w-full flex flex-col rounded-b
|
|
|
1971
1971
|
placeholder: "Find components...",
|
|
1972
1972
|
class: "flex-1 text-3.5"
|
|
1973
1973
|
}, null, 8, ["modelValue", "loading"]),
|
|
1974
|
-
a(
|
|
1974
|
+
a(bn) ? U("", !0) : G((d(), h("button", {
|
|
1975
1975
|
key: 0,
|
|
1976
1976
|
"px-1": "",
|
|
1977
1977
|
class: "hover:color-#00dc82",
|
|
1978
1978
|
onClick: Ee
|
|
1979
1979
|
}, [
|
|
1980
|
-
(d(), h("svg",
|
|
1980
|
+
(d(), h("svg", dl, $[6] || ($[6] = [
|
|
1981
1981
|
c("path", {
|
|
1982
1982
|
fill: "currentColor",
|
|
1983
1983
|
d: "M10.611 10.611a1 1 0 0 1 1.11-.208l8.839 3.889a1 1 0 0 1-.14 1.88l-3.338.91l-.91 3.338a1 1 0 0 1-1.88.14l-3.89-8.84a1 1 0 0 1 .209-1.109M17 3a3 3 0 0 1 3 3v3a1 1 0 1 1-2 0V6a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h3a1 1 0 1 1 0 2H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zm-3.73 10.269l1.715 3.9l.318-1.164a1 1 0 0 1 .701-.702l1.165-.318l-3.9-1.716Z"
|
|
@@ -2017,11 +2017,11 @@ const ol = { class: "absolute left-0 top-0 h-full w-full flex flex-col rounded-b
|
|
|
2017
2017
|
default: L(() => {
|
|
2018
2018
|
var O;
|
|
2019
2019
|
return [
|
|
2020
|
-
c("div",
|
|
2021
|
-
c("div",
|
|
2022
|
-
(O = ue.value) != null && O.name ? (d(), h("span",
|
|
2020
|
+
c("div", pl, [
|
|
2021
|
+
c("div", fl, [
|
|
2022
|
+
(O = ue.value) != null && O.name ? (d(), h("span", vl, [
|
|
2023
2023
|
$[7] || ($[7] = c("span", { class: "text-gray-400 dark:text-gray-600" }, "<", -1)),
|
|
2024
|
-
c("span",
|
|
2024
|
+
c("span", ml, se(ue.value.name), 1),
|
|
2025
2025
|
$[8] || ($[8] = c("span", { class: "text-gray-400 dark:text-gray-600" }, ">", -1))
|
|
2026
2026
|
])) : U("", !0),
|
|
2027
2027
|
x(a(_e), {
|
|
@@ -2031,7 +2031,7 @@ const ol = { class: "absolute left-0 top-0 h-full w-full flex flex-col rounded-b
|
|
|
2031
2031
|
placeholder: "Filter State...",
|
|
2032
2032
|
class: "flex-1 text-3.5"
|
|
2033
2033
|
}, null, 8, ["modelValue"]),
|
|
2034
|
-
c("div",
|
|
2034
|
+
c("div", hl, [
|
|
2035
2035
|
G(c("i", {
|
|
2036
2036
|
class: "i-material-symbols-light:eye-tracking-outline h-4 w-4 cursor-pointer hover:op-70",
|
|
2037
2037
|
onClick: Le
|
|
@@ -2088,7 +2088,7 @@ const ol = { class: "absolute left-0 top-0 h-full w-full flex flex-col rounded-b
|
|
|
2088
2088
|
"expanded-state-id": "component-state"
|
|
2089
2089
|
}, null, 8, ["data", "node-id"])
|
|
2090
2090
|
]),
|
|
2091
|
-
w.value && V.value ? (d(), B(
|
|
2091
|
+
w.value && V.value ? (d(), B(al, {
|
|
2092
2092
|
key: 0,
|
|
2093
2093
|
code: V.value,
|
|
2094
2094
|
onClose: en
|
|
@@ -2109,7 +2109,7 @@ const ol = { class: "absolute left-0 top-0 h-full w-full flex flex-col rounded-b
|
|
|
2109
2109
|
closable: !1
|
|
2110
2110
|
}, {
|
|
2111
2111
|
footer: L(() => [
|
|
2112
|
-
c("div",
|
|
2112
|
+
c("div", yl, [
|
|
2113
2113
|
x(a(de), { onClick: Ve }, {
|
|
2114
2114
|
default: L(() => $[11] || ($[11] = [
|
|
2115
2115
|
Y(" Cancel ")
|
|
@@ -2119,9 +2119,9 @@ const ol = { class: "absolute left-0 top-0 h-full w-full flex flex-col rounded-b
|
|
|
2119
2119
|
])
|
|
2120
2120
|
]),
|
|
2121
2121
|
default: L(() => [
|
|
2122
|
-
c("div",
|
|
2123
|
-
c("span",
|
|
2124
|
-
(d(), h("svg",
|
|
2122
|
+
c("div", gl, [
|
|
2123
|
+
c("span", Cl, [
|
|
2124
|
+
(d(), h("svg", _l, $[9] || ($[9] = [
|
|
2125
2125
|
c("g", {
|
|
2126
2126
|
fill: "none",
|
|
2127
2127
|
stroke: "currentColor",
|
|
@@ -2146,9 +2146,9 @@ const ol = { class: "absolute left-0 top-0 h-full w-full flex flex-col rounded-b
|
|
|
2146
2146
|
}, 8, ["modelValue"])) : U("", !0)
|
|
2147
2147
|
]));
|
|
2148
2148
|
}
|
|
2149
|
-
}),
|
|
2150
|
-
function
|
|
2151
|
-
return d(), h("div",
|
|
2149
|
+
}), ds = /* @__PURE__ */ xe(xl, [["__scopeId", "data-v-7c513123"]]), bl = {}, wl = { class: "h-screen w-screen $ui-fcc flex-col" };
|
|
2150
|
+
function kl(n, e) {
|
|
2151
|
+
return d(), h("div", wl, [
|
|
2152
2152
|
e[0] || (e[0] = c("div", { class: "outer" }, [
|
|
2153
2153
|
c("div", { class: "inner" }, [
|
|
2154
2154
|
c("i", {
|
|
@@ -2160,7 +2160,7 @@ function wl(n, e) {
|
|
|
2160
2160
|
Qe(n.$slots, "default", {}, void 0, !0)
|
|
2161
2161
|
]);
|
|
2162
2162
|
}
|
|
2163
|
-
const
|
|
2163
|
+
const Il = /* @__PURE__ */ xe(bl, [["render", kl], ["__scopeId", "data-v-b8018f07"]]), Jt = Symbol.for("VueDevToolsCustomInspectorStateSymbol");
|
|
2164
2164
|
function ye() {
|
|
2165
2165
|
return he(Jt);
|
|
2166
2166
|
}
|
|
@@ -2174,57 +2174,57 @@ function pt() {
|
|
|
2174
2174
|
});
|
|
2175
2175
|
return Ce(Jt, n), n;
|
|
2176
2176
|
}
|
|
2177
|
-
const
|
|
2177
|
+
const $l = {}, Sl = {
|
|
2178
2178
|
width: "175",
|
|
2179
2179
|
height: "34",
|
|
2180
2180
|
viewBox: "0 0 175 34",
|
|
2181
2181
|
fill: "none",
|
|
2182
2182
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2183
2183
|
};
|
|
2184
|
-
function
|
|
2185
|
-
return d(), h("svg",
|
|
2184
|
+
function Tl(n, e) {
|
|
2185
|
+
return d(), h("svg", Sl, e[0] || (e[0] = [
|
|
2186
2186
|
c("path", {
|
|
2187
2187
|
fill: "currentColor",
|
|
2188
2188
|
d: "M0.570999 33.3121V1.80715H10.8288C13.6975 1.80715 16.3198 2.39225 18.6962 3.56242C21.0721 4.73263 22.9701 6.5029 24.3901 8.87327C25.81 11.2136 26.52 14.1091 26.52 17.5596C26.52 20.9801 25.81 23.8756 24.3901 26.2458C22.9701 28.6162 21.0721 30.3868 18.6962 31.5568C16.3198 32.7269 13.6975 33.3121 10.8288 33.3121H0.570999ZM10.1332 27.461C12.9439 27.461 15.2767 26.6812 17.1314 25.1208C18.9858 23.5306 19.913 21.0102 19.913 17.5596C19.913 14.1091 18.9858 11.5887 17.1314 9.99846C15.2767 8.40819 12.9439 7.61306 10.1332 7.61306H7.09085V27.461H10.1332ZM50.3628 25.6159C49.928 28.0463 48.7544 29.9966 46.8421 31.4669C44.9297 32.9368 42.6257 33.672 39.931 33.672C37.5551 33.672 35.5119 33.117 33.8024 32.007C32.1216 30.8668 30.8468 29.3965 29.9772 27.5961C29.1081 25.7961 28.6733 23.9056 28.6733 21.9253C28.6733 19.915 29.0645 18.0247 29.8468 16.2544C30.6584 14.4841 31.8756 13.0439 33.498 11.9337C35.1499 10.8236 37.1491 10.2685 39.4962 10.2685C41.9306 10.2685 43.9589 10.8086 45.5817 11.8888C47.2045 12.9689 48.3924 14.3491 49.1456 16.0294C49.928 17.7097 50.3192 19.4799 50.3192 21.3402C50.3192 22.0303 50.2904 22.7054 50.2324 23.3656H34.4979C34.7295 24.9858 35.3091 26.2612 36.2363 27.191C37.1927 28.0914 38.4243 28.5412 39.931 28.5412C41.1482 28.5412 42.1478 28.3014 42.9301 27.8214C43.7125 27.3111 44.2197 26.5759 44.4513 25.6159H50.3628ZM39.4962 14.8592C38.1055 14.8592 37.0043 15.2343 36.1931 15.9844C35.3815 16.7045 34.8455 17.8447 34.5847 19.4049H44.2777C44.1905 18.0847 43.7269 17.0045 42.8865 16.1644C42.0466 15.2943 40.9162 14.8592 39.4962 14.8592ZM64.1603 33.3121H58.5969L50.599 10.6285H56.7713L61.3788 25.3008L65.9427 10.6285H72.1582L64.1603 33.3121ZM88.2757 33.3121H81.7559V7.61306H72.7585V1.80715H97.2731V7.61306H88.2757V33.3121ZM106.325 33.672C104.123 33.672 102.138 33.1771 100.37 32.1868C98.6029 31.1667 97.2266 29.7717 96.2414 28.0011C95.2562 26.2011 94.7634 24.1907 94.7634 21.9703C94.7634 19.75 95.2562 17.7547 96.2414 15.9844C97.2266 14.1841 98.6029 12.7889 100.37 11.7987C102.138 10.7786 104.123 10.2685 106.325 10.2685C108.528 10.2685 110.513 10.7786 112.28 11.7987C114.048 12.7889 115.424 14.1841 116.409 15.9844C117.395 17.7547 117.887 19.75 117.887 21.9703C117.887 24.1907 117.395 26.2011 116.409 28.0011C115.424 29.7717 114.048 31.1667 112.28 32.1868C110.513 33.1771 108.528 33.672 106.325 33.672ZM106.325 28.2712C107.948 28.2712 109.266 27.6864 110.281 26.5159C111.295 25.3458 111.802 23.8306 111.802 21.9703C111.802 20.08 111.295 18.5498 110.281 17.3796C109.266 16.2094 107.948 15.6243 106.325 15.6243C104.702 15.6243 103.384 16.2094 102.37 17.3796C101.356 18.5498 100.848 20.08 100.848 21.9703C100.848 23.8306 101.356 25.3458 102.37 26.5159C103.384 27.6864 104.702 28.2712 106.325 28.2712ZM131.624 33.672C129.422 33.672 127.436 33.1771 125.669 32.1868C123.901 31.1667 122.525 29.7717 121.54 28.0011C120.555 26.2011 120.062 24.1907 120.062 21.9703C120.062 19.75 120.555 17.7547 121.54 15.9844C122.525 14.1841 123.901 12.7889 125.669 11.7987C127.436 10.7786 129.422 10.2685 131.624 10.2685C133.826 10.2685 135.811 10.7786 137.579 11.7987C139.346 12.7889 140.722 14.1841 141.708 15.9844C142.693 17.7547 143.186 19.75 143.186 21.9703C143.186 24.1907 142.693 26.2011 141.708 28.0011C140.722 29.7717 139.346 31.1667 137.579 32.1868C135.811 33.1771 133.826 33.672 131.624 33.672ZM131.624 28.2712C133.246 28.2712 134.565 27.6864 135.579 26.5159C136.593 25.3458 137.101 23.8306 137.101 21.9703C137.101 20.08 136.593 18.5498 135.579 17.3796C134.565 16.2094 133.246 15.6243 131.624 15.6243C130.001 15.6243 128.682 16.2094 127.668 17.3796C126.654 18.5498 126.147 20.08 126.147 21.9703C126.147 23.8306 126.654 25.3458 127.668 26.5159C128.682 27.6864 130.001 28.2712 131.624 28.2712ZM152.88 33.3121H146.838V0.771999H152.88V33.3121ZM165.652 33.672C162.957 33.672 160.769 32.9522 159.088 31.5117C157.437 30.0418 156.553 28.0914 156.437 25.661H161.653C161.768 26.6812 162.174 27.4913 162.87 28.0914C163.594 28.6613 164.522 28.9463 165.652 28.9463C166.579 28.9463 167.332 28.7363 167.912 28.3163C168.52 27.8963 168.825 27.3712 168.825 26.7412C168.825 25.9008 168.477 25.3159 167.782 24.9858C167.086 24.6557 165.985 24.3557 164.478 24.0856C162.913 23.7856 161.638 23.4556 160.653 23.0955C159.668 22.7354 158.813 22.0903 158.089 21.1602C157.393 20.2 157.045 18.8498 157.045 17.1096C157.045 15.7893 157.379 14.6192 158.045 13.599C158.741 12.5488 159.682 11.7387 160.871 11.1686C162.058 10.5685 163.391 10.2685 164.869 10.2685C167.506 10.2685 169.636 10.9436 171.259 12.2938C172.91 13.644 173.794 15.4293 173.91 17.6496H168.651C168.535 16.7195 168.115 15.9994 167.39 15.4893C166.695 14.9492 165.912 14.6792 165.043 14.6792C164.174 14.6792 163.478 14.8742 162.957 15.2643C162.435 15.6543 162.174 16.1944 162.174 16.8845C162.174 17.7246 162.508 18.2948 163.174 18.5948C163.87 18.8648 164.956 19.1049 166.434 19.3149C168.028 19.5549 169.331 19.855 170.346 20.215C171.389 20.5451 172.287 21.2052 173.041 22.1953C173.794 23.1855 174.171 24.6257 174.171 26.5159C174.171 28.6762 173.389 30.4166 171.824 31.737C170.288 33.0271 168.23 33.672 165.652 33.672Z"
|
|
2189
2189
|
}, null, -1)
|
|
2190
2190
|
]));
|
|
2191
2191
|
}
|
|
2192
|
-
const
|
|
2192
|
+
const El = /* @__PURE__ */ xe($l, [["render", Tl]]), Vl = {
|
|
2193
2193
|
"h-full": "",
|
|
2194
2194
|
"w-full": "",
|
|
2195
2195
|
flex: "",
|
|
2196
2196
|
"items-center": ""
|
|
2197
|
-
},
|
|
2197
|
+
}, Nl = {
|
|
2198
2198
|
flex: "~ col gap2",
|
|
2199
2199
|
ma: "",
|
|
2200
2200
|
"px-5": ""
|
|
2201
|
-
},
|
|
2201
|
+
}, Rl = {
|
|
2202
2202
|
flex: "~ col",
|
|
2203
2203
|
"mt-20": "",
|
|
2204
2204
|
"items-center": ""
|
|
2205
|
-
},
|
|
2205
|
+
}, Al = {
|
|
2206
2206
|
flex: "~",
|
|
2207
2207
|
"mt--10": "",
|
|
2208
2208
|
"items-center": "",
|
|
2209
2209
|
"justify-center": ""
|
|
2210
|
-
},
|
|
2210
|
+
}, Dl = { class: "mr-1" }, Pl = {
|
|
2211
2211
|
key: 0,
|
|
2212
2212
|
class: "inline-block w20"
|
|
2213
|
-
},
|
|
2213
|
+
}, Ml = ["src", "alt"], Hl = {
|
|
2214
2214
|
key: 1,
|
|
2215
2215
|
class: "mr2 inline-block min-w-20 text-center text-10 font-600"
|
|
2216
|
-
},
|
|
2216
|
+
}, Ll = {
|
|
2217
2217
|
mb6: "",
|
|
2218
2218
|
"mt--1": "",
|
|
2219
2219
|
"text-center": "",
|
|
2220
2220
|
"text-sm": "",
|
|
2221
2221
|
flex: "~ gap-1"
|
|
2222
|
-
},
|
|
2222
|
+
}, Ol = { op40: "" }, Ul = { flex: "~ gap2 wrap" }, jl = {
|
|
2223
2223
|
flex: "~ gap-6 wrap",
|
|
2224
2224
|
"mt-5": "",
|
|
2225
2225
|
"items-center": "",
|
|
2226
2226
|
"justify-center": ""
|
|
2227
|
-
},
|
|
2227
|
+
}, zl = ["href"], Bl = /* @__PURE__ */ F({
|
|
2228
2228
|
__name: "About",
|
|
2229
2229
|
setup(n) {
|
|
2230
2230
|
const e = Pe(), o = ye(), t = T(!1), l = T(!1);
|
|
@@ -2236,34 +2236,34 @@ const Tl = /* @__PURE__ */ xe(Il, [["render", Sl]]), El = {
|
|
|
2236
2236
|
}
|
|
2237
2237
|
return (i, u) => {
|
|
2238
2238
|
var m;
|
|
2239
|
-
return d(), h("div",
|
|
2240
|
-
c("div",
|
|
2239
|
+
return d(), h("div", Vl, [
|
|
2240
|
+
c("div", Nl, [
|
|
2241
2241
|
u[5] || (u[5] = c("div", { "flex-auto": "" }, null, -1)),
|
|
2242
|
-
c("div",
|
|
2243
|
-
c("div",
|
|
2244
|
-
c("span",
|
|
2245
|
-
t.value ? U("", !0) : (d(), h("span",
|
|
2242
|
+
c("div", Rl, [
|
|
2243
|
+
c("div", Al, [
|
|
2244
|
+
c("span", Dl, [
|
|
2245
|
+
t.value ? U("", !0) : (d(), h("span", Pl)),
|
|
2246
2246
|
G(c("img", {
|
|
2247
2247
|
src: a(o).logo,
|
|
2248
2248
|
alt: `${a(o).label} Logo`,
|
|
2249
2249
|
class: "inline-block h16",
|
|
2250
2250
|
onError: p,
|
|
2251
2251
|
onLoad: s
|
|
2252
|
-
}, null, 40,
|
|
2252
|
+
}, null, 40, Ml), [
|
|
2253
2253
|
[rn, t.value && !l.value]
|
|
2254
2254
|
]),
|
|
2255
|
-
l.value ? (d(), h("span",
|
|
2255
|
+
l.value ? (d(), h("span", Hl, se(a(o).label), 1)) : U("", !0)
|
|
2256
2256
|
]),
|
|
2257
2257
|
c("span", null, [
|
|
2258
|
-
x(
|
|
2258
|
+
x(El, { "h-18": "" })
|
|
2259
2259
|
])
|
|
2260
2260
|
]),
|
|
2261
|
-
c("div",
|
|
2262
|
-
c("span",
|
|
2261
|
+
c("div", Ll, [
|
|
2262
|
+
c("span", Ol, se(a(o).label) + " DevTools ", 1)
|
|
2263
2263
|
])
|
|
2264
2264
|
]),
|
|
2265
2265
|
u[6] || (u[6] = c("div", { "flex-auto": "" }, null, -1)),
|
|
2266
|
-
c("div",
|
|
2266
|
+
c("div", Ul, [
|
|
2267
2267
|
c("div", {
|
|
2268
2268
|
flex: "~ col auto",
|
|
2269
2269
|
"min-w-40": "",
|
|
@@ -2292,7 +2292,7 @@ const Tl = /* @__PURE__ */ xe(Il, [["render", Sl]]), El = {
|
|
|
2292
2292
|
c("div", null, "Timeline", -1)
|
|
2293
2293
|
]))) : U("", !0)
|
|
2294
2294
|
]),
|
|
2295
|
-
c("div",
|
|
2295
|
+
c("div", jl, [
|
|
2296
2296
|
c("a", {
|
|
2297
2297
|
href: a(o).homepage,
|
|
2298
2298
|
target: "_blank",
|
|
@@ -2304,17 +2304,17 @@ const Tl = /* @__PURE__ */ xe(Il, [["render", Sl]]), El = {
|
|
|
2304
2304
|
}, u[4] || (u[4] = [
|
|
2305
2305
|
c("div", { "i-carbon-document": "" }, null, -1),
|
|
2306
2306
|
Y(" View Documentation ")
|
|
2307
|
-
]), 8,
|
|
2307
|
+
]), 8, zl)
|
|
2308
2308
|
]),
|
|
2309
2309
|
u[7] || (u[7] = c("div", { "flex-auto": "" }, null, -1))
|
|
2310
2310
|
])
|
|
2311
2311
|
]);
|
|
2312
2312
|
};
|
|
2313
2313
|
}
|
|
2314
|
-
}),
|
|
2314
|
+
}), Fl = { class: "flex-1 overflow-y-auto p2" }, Zl = { class: "max-w-[190px] flex-1 select-none py-1.5 text-sm" }, Kl = { class: "w-4/5" }, Gl = {
|
|
2315
2315
|
key: 0,
|
|
2316
2316
|
class: "flex justify-start"
|
|
2317
|
-
},
|
|
2317
|
+
}, Wl = { key: 1 }, Yt = /* @__PURE__ */ F({
|
|
2318
2318
|
__name: "Settings",
|
|
2319
2319
|
props: {
|
|
2320
2320
|
pluginId: {},
|
|
@@ -2329,21 +2329,21 @@ const Tl = /* @__PURE__ */ xe(Il, [["render", Sl]]), El = {
|
|
|
2329
2329
|
t("update", m);
|
|
2330
2330
|
});
|
|
2331
2331
|
}
|
|
2332
|
-
return (i, u) => (d(), h("div",
|
|
2332
|
+
return (i, u) => (d(), h("div", Fl, [
|
|
2333
2333
|
c("ul", null, [
|
|
2334
2334
|
(d(!0), h(oe, null, re(l.value, (m, f) => (d(), h("li", {
|
|
2335
2335
|
key: f,
|
|
2336
2336
|
class: "flex items-center py-2"
|
|
2337
2337
|
}, [
|
|
2338
|
-
c("div",
|
|
2339
|
-
c("div",
|
|
2340
|
-
m.type === "boolean" ? (d(), h("div",
|
|
2338
|
+
c("div", Zl, se(m.label), 1),
|
|
2339
|
+
c("div", Kl, [
|
|
2340
|
+
m.type === "boolean" ? (d(), h("div", Gl, [
|
|
2341
2341
|
x(a(fn), {
|
|
2342
2342
|
"model-value": s.value[f],
|
|
2343
2343
|
class: "row-reverse flex hover:bg-active py1 pl2 pr1",
|
|
2344
2344
|
"onUpdate:modelValue": (r) => p(f, r)
|
|
2345
2345
|
}, null, 8, ["model-value", "onUpdate:modelValue"])
|
|
2346
|
-
])) : m.type === "choice" ? (d(), h("div",
|
|
2346
|
+
])) : m.type === "choice" ? (d(), h("div", Wl, [
|
|
2347
2347
|
x(a(vn), {
|
|
2348
2348
|
"model-value": s.value[f],
|
|
2349
2349
|
options: m.options,
|
|
@@ -2359,14 +2359,14 @@ const Tl = /* @__PURE__ */ xe(Il, [["render", Sl]]), El = {
|
|
|
2359
2359
|
])
|
|
2360
2360
|
]));
|
|
2361
2361
|
}
|
|
2362
|
-
}),
|
|
2362
|
+
}), ql = { class: "h-full flex flex-col" }, Jl = /* @__PURE__ */ F({
|
|
2363
2363
|
__name: "Settings",
|
|
2364
2364
|
setup(n) {
|
|
2365
2365
|
const e = he("pluginSettings"), o = ye(), t = N(() => e.value.options), l = N(() => e.value.values);
|
|
2366
2366
|
function s(p) {
|
|
2367
2367
|
e.value = p;
|
|
2368
2368
|
}
|
|
2369
|
-
return (p, i) => (d(), h("div",
|
|
2369
|
+
return (p, i) => (d(), h("div", ql, [
|
|
2370
2370
|
x(Se, {
|
|
2371
2371
|
"doc-link": a(o).homepage
|
|
2372
2372
|
}, {
|
|
@@ -2383,22 +2383,22 @@ const Tl = /* @__PURE__ */ xe(Il, [["render", Sl]]), El = {
|
|
|
2383
2383
|
}, null, 8, ["plugin-id", "options", "values"])
|
|
2384
2384
|
]));
|
|
2385
2385
|
}
|
|
2386
|
-
}),
|
|
2386
|
+
}), Yl = { class: "h-full flex flex-col" }, Xl = { class: "h-full flex flex-col p2" }, Ql = {
|
|
2387
2387
|
class: "grid grid-cols-[1fr_auto] mb1 items-center gap2 pb1",
|
|
2388
2388
|
border: "b dashed base"
|
|
2389
|
-
},
|
|
2389
|
+
}, e1 = {
|
|
2390
2390
|
key: 0,
|
|
2391
2391
|
class: "flex items-center gap-2 px-1"
|
|
2392
|
-
},
|
|
2392
|
+
}, t1 = ["onClick"], n1 = {
|
|
2393
2393
|
key: 0,
|
|
2394
2394
|
class: "no-scrollbar flex-1 select-none overflow-scroll"
|
|
2395
|
-
},
|
|
2395
|
+
}, o1 = { class: "h-full flex flex-col p2" }, l1 = {
|
|
2396
2396
|
class: "grid grid-cols-[1fr_auto] mb1 items-center gap2 pb1",
|
|
2397
2397
|
border: "b dashed base"
|
|
2398
|
-
},
|
|
2398
|
+
}, s1 = {
|
|
2399
2399
|
key: 0,
|
|
2400
2400
|
class: "flex items-center gap-2 px-1"
|
|
2401
|
-
},
|
|
2401
|
+
}, a1 = ["onClick"], i1 = /* @__PURE__ */ F({
|
|
2402
2402
|
__name: "Index",
|
|
2403
2403
|
setup(n) {
|
|
2404
2404
|
const { expanded: e } = ge(), { expanded: o } = ge("custom-inspector-state"), t = ye(), l = N(() => t.value.id), s = T([]), p = T([]), i = T([]), u = N(() => {
|
|
@@ -2491,7 +2491,7 @@ const Tl = /* @__PURE__ */ xe(Il, [["render", Sl]]), El = {
|
|
|
2491
2491
|
D.functions.on(J.INSPECTOR_TREE_UPDATED, M), D.functions.on(J.INSPECTOR_STATE_UPDATED, b);
|
|
2492
2492
|
}), we(() => {
|
|
2493
2493
|
D.functions.off(J.INSPECTOR_TREE_UPDATED, M), D.functions.off(J.INSPECTOR_STATE_UPDATED, b);
|
|
2494
|
-
}), (v, y) => (d(), h("div",
|
|
2494
|
+
}), (v, y) => (d(), h("div", Yl, [
|
|
2495
2495
|
x(Se, {
|
|
2496
2496
|
"doc-link": a(t).homepage
|
|
2497
2497
|
}, {
|
|
@@ -2518,14 +2518,14 @@ const Tl = /* @__PURE__ */ xe(Il, [["render", Sl]]), El = {
|
|
|
2518
2518
|
default: L(() => {
|
|
2519
2519
|
var R;
|
|
2520
2520
|
return [
|
|
2521
|
-
c("div",
|
|
2522
|
-
c("div",
|
|
2521
|
+
c("div", Xl, [
|
|
2522
|
+
c("div", Ql, [
|
|
2523
2523
|
x(a(_e), {
|
|
2524
2524
|
modelValue: C.value,
|
|
2525
2525
|
"onUpdate:modelValue": y[0] || (y[0] = (P) => C.value = P),
|
|
2526
2526
|
placeholder: a(w).treeFilterPlaceholder
|
|
2527
2527
|
}, null, 8, ["modelValue", "placeholder"]),
|
|
2528
|
-
(R = p.value) != null && R.length ? (d(), h("div",
|
|
2528
|
+
(R = p.value) != null && R.length ? (d(), h("div", e1, [
|
|
2529
2529
|
(d(!0), h(oe, null, re(p.value, (P, Z) => G((d(), h("div", {
|
|
2530
2530
|
key: Z,
|
|
2531
2531
|
class: "flex items-center gap1",
|
|
@@ -2538,7 +2538,7 @@ const Tl = /* @__PURE__ */ xe(Il, [["render", Sl]]), El = {
|
|
|
2538
2538
|
"text-base": "",
|
|
2539
2539
|
"hover:op100": ""
|
|
2540
2540
|
}, null, 8, ["name"])
|
|
2541
|
-
], 8,
|
|
2541
|
+
], 8, t1)), [
|
|
2542
2542
|
[
|
|
2543
2543
|
a(W),
|
|
2544
2544
|
{ content: P.tooltip },
|
|
@@ -2548,7 +2548,7 @@ const Tl = /* @__PURE__ */ xe(Il, [["render", Sl]]), El = {
|
|
|
2548
2548
|
])), 128))
|
|
2549
2549
|
])) : U("", !0)
|
|
2550
2550
|
]),
|
|
2551
|
-
i.value.length ? (d(), h("div",
|
|
2551
|
+
i.value.length ? (d(), h("div", n1, [
|
|
2552
2552
|
x(He, {
|
|
2553
2553
|
modelValue: r.value,
|
|
2554
2554
|
"onUpdate:modelValue": y[1] || (y[1] = (P) => r.value = P),
|
|
@@ -2569,14 +2569,14 @@ const Tl = /* @__PURE__ */ xe(Il, [["render", Sl]]), El = {
|
|
|
2569
2569
|
default: L(() => {
|
|
2570
2570
|
var R;
|
|
2571
2571
|
return [
|
|
2572
|
-
c("div",
|
|
2573
|
-
c("div",
|
|
2572
|
+
c("div", o1, [
|
|
2573
|
+
c("div", l1, [
|
|
2574
2574
|
x(a(_e), {
|
|
2575
2575
|
modelValue: S.value,
|
|
2576
2576
|
"onUpdate:modelValue": y[2] || (y[2] = (P) => S.value = P),
|
|
2577
2577
|
placeholder: a(w).stateFilterPlaceholder
|
|
2578
2578
|
}, null, 8, ["modelValue", "placeholder"]),
|
|
2579
|
-
(R = s.value) != null && R.length ? (d(), h("div",
|
|
2579
|
+
(R = s.value) != null && R.length ? (d(), h("div", s1, [
|
|
2580
2580
|
(d(!0), h(oe, null, re(s.value, (P, Z) => G((d(), h("div", {
|
|
2581
2581
|
key: Z,
|
|
2582
2582
|
class: "flex items-center gap1",
|
|
@@ -2589,7 +2589,7 @@ const Tl = /* @__PURE__ */ xe(Il, [["render", Sl]]), El = {
|
|
|
2589
2589
|
"text-base": "",
|
|
2590
2590
|
"hover:op100": ""
|
|
2591
2591
|
}, null, 8, ["name"])
|
|
2592
|
-
], 8,
|
|
2592
|
+
], 8, a1)), [
|
|
2593
2593
|
[
|
|
2594
2594
|
a(W),
|
|
2595
2595
|
{ content: P.tooltip },
|
|
@@ -2622,7 +2622,7 @@ const Tl = /* @__PURE__ */ xe(Il, [["render", Sl]]), El = {
|
|
|
2622
2622
|
}))
|
|
2623
2623
|
]));
|
|
2624
2624
|
}
|
|
2625
|
-
}),
|
|
2625
|
+
}), r1 = /* @__PURE__ */ F({
|
|
2626
2626
|
__name: "Index",
|
|
2627
2627
|
setup(n) {
|
|
2628
2628
|
const e = ye();
|
|
@@ -2632,10 +2632,10 @@ const Tl = /* @__PURE__ */ xe(Il, [["render", Sl]]), El = {
|
|
|
2632
2632
|
"plugin-id": a(e).pluginId
|
|
2633
2633
|
}, null, 8, ["layer-ids", "doc-link", "plugin-id"]));
|
|
2634
2634
|
}
|
|
2635
|
-
}),
|
|
2635
|
+
}), u1 = {
|
|
2636
2636
|
"h-full": "",
|
|
2637
2637
|
"w-full": ""
|
|
2638
|
-
},
|
|
2638
|
+
}, c1 = { key: 0 }, ps = /* @__PURE__ */ F({
|
|
2639
2639
|
__name: "index",
|
|
2640
2640
|
props: {
|
|
2641
2641
|
id: {},
|
|
@@ -2651,24 +2651,24 @@ const Tl = /* @__PURE__ */ xe(Il, [["render", Sl]]), El = {
|
|
|
2651
2651
|
{
|
|
2652
2652
|
path: "/state",
|
|
2653
2653
|
name: "State",
|
|
2654
|
-
component:
|
|
2654
|
+
component: i1,
|
|
2655
2655
|
icon: "i-carbon-tree-view-alt"
|
|
2656
2656
|
},
|
|
2657
2657
|
((r = l.value.timelineLayerIds) == null ? void 0 : r.length) && {
|
|
2658
2658
|
path: "/timeline",
|
|
2659
2659
|
name: "Timeline",
|
|
2660
|
-
component:
|
|
2660
|
+
component: r1,
|
|
2661
2661
|
icon: "i-mdi:timeline-clock-outline"
|
|
2662
2662
|
},
|
|
2663
2663
|
{
|
|
2664
2664
|
path: "/about",
|
|
2665
2665
|
name: "About",
|
|
2666
|
-
component:
|
|
2666
|
+
component: Bl
|
|
2667
2667
|
},
|
|
2668
2668
|
p.value && {
|
|
2669
2669
|
path: "/settings",
|
|
2670
2670
|
name: "Settings",
|
|
2671
|
-
component:
|
|
2671
|
+
component: Jl,
|
|
2672
2672
|
icon: "i-mdi:cog-outline"
|
|
2673
2673
|
}
|
|
2674
2674
|
].filter(Boolean);
|
|
@@ -2704,50 +2704,50 @@ const Tl = /* @__PURE__ */ xe(Il, [["render", Sl]]), El = {
|
|
|
2704
2704
|
immediate: !0
|
|
2705
2705
|
}), we(() => {
|
|
2706
2706
|
D.value.unhighlight();
|
|
2707
|
-
}), (r, g) => (d(), h("div",
|
|
2708
|
-
s.value ? (d(), h("div",
|
|
2709
|
-
x(
|
|
2707
|
+
}), (r, g) => (d(), h("div", u1, [
|
|
2708
|
+
s.value ? (d(), h("div", c1, [
|
|
2709
|
+
x(Il)
|
|
2710
2710
|
])) : (d(), B(a(u), { key: 1 }))
|
|
2711
2711
|
]));
|
|
2712
2712
|
}
|
|
2713
|
-
}),
|
|
2713
|
+
}), d1 = {}, p1 = {
|
|
2714
2714
|
viewBox: "0 0 566 154",
|
|
2715
2715
|
fill: "none",
|
|
2716
2716
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2717
2717
|
};
|
|
2718
|
-
function
|
|
2719
|
-
return d(), h("svg",
|
|
2718
|
+
function f1(n, e) {
|
|
2719
|
+
return d(), h("svg", p1, e[0] || (e[0] = [
|
|
2720
2720
|
un('<svg height="130" viewBox="0 0 319 477" width="180" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a"><stop offset="0" stop-color="#52ce63"></stop><stop offset="1" stop-color="#51a256"></stop></linearGradient><linearGradient id="b" x1="55.342075%" x2="42.816933%" xlink:href="#a" y1="0%" y2="42.862855%"></linearGradient><linearGradient id="c" x1="55.348642%" x2="42.808103%" xlink:href="#a" y1="0%" y2="42.862855%"></linearGradient><linearGradient id="d" x1="50%" x2="50%" y1="0%" y2="58.811243%"><stop offset="0" stop-color="#8ae99c"></stop><stop offset="1" stop-color="#52ce63"></stop></linearGradient><linearGradient id="e" x1="51.37763%" x2="44.584719%" y1="17.472551%" y2="100%"><stop offset="0" stop-color="#ffe56c"></stop><stop offset="1" stop-color="#ffc63a"></stop></linearGradient><g fill="none" fill-rule="evenodd" transform="translate(-34 -24)"><g transform="matrix(.99254615 .12186934 -.12186934 .99254615 33.922073 .976691)"><path d="m103.950535 258.274149c44.361599-4.360825 60.014503-40.391282 65.353094-94.699444s-30.93219-103.451001-46.020347-101.9678079c-15.088156 1.4831932-63.0385313 58.9051239-68.3771222 113.2132869-5.3385908 54.308162 4.6827754 87.814791 49.0443752 83.453965z" fill="url(#b)" transform="matrix(.70710678 -.70710678 .70710678 .70710678 -80.496332 125.892944)"></path><path d="m275.876752 258.273992c44.3616 4.360826 53.167133-29.265322 47.828542-83.573485-5.338591-54.308162-52.073133-111.6105744-67.16129-113.0937675-15.088156-1.4831931-52.57477 47.5401275-47.236179 101.8482895s22.207328 90.458137 66.568927 94.818963z" fill="url(#c)" transform="matrix(.70710678 .70710678 -.70710678 .70710678 191.403399 -141.861963)"></path><path d="m188.370027 216.876305c39.941834 0 50.95265-38.251987 50.95265-97.89874 0-59.6467532-37.367733-118.10125956-50.95265-118.10125956s-52.04735 58.45450636-52.04735 118.10125956c0 59.646753 12.105516 97.89874 52.04735 97.89874z" fill="url(#d)"></path></g><path d="m184.473473 501c83.118854 0 150.526527-24.145148 150.526527-133.645148s-67.407673-199.354852-150.526527-199.354852c-83.118855 0-150.473473 89.854852-150.473473 199.354852s67.354618 133.645148 150.473473 133.645148z" fill="url(#e)"></path><ellipse cx="260.5" cy="335" fill="#eaadcc" rx="21.5" ry="10"></ellipse><ellipse cx="102.5" cy="329" fill="#eaadcc" rx="21.5" ry="10" transform="matrix(.99254615 .12186934 -.12186934 .99254615 40.859033 -10.039292)"></ellipse><g transform="matrix(-.99939083 .0348995 .0348995 .99939083 269.284825 271.027667)"><path d="m73.1046985 58.2728794c6.7372416 4.9130333 14.3132632 6.6640587 22.7280649 5.2530761 8.4148016-1.4109825 14.5054466-5.2535769 18.2719346-11.527783" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="6" transform="matrix(.9998477 .01745241 -.01745241 .9998477 1.026464 -1.624794)"></path><path d="m154.501124 3c-5.937545 0-11.312782 2.40629805-15.203644 6.29680621-3.89094 3.89058529-6.29748 9.26545449-6.29748 15.20263179 0 5.9376888 2.406488 11.3127422 6.297291 15.2034272 3.890886 3.8907673 9.266197 6.2971348 15.203833 6.2971348 5.937109 0 11.311896-2.4063889 15.202387-6.2972348 3.890299-3.8906535 6.296489-9.2656636 6.296489-15.2033272 0-5.9371521-2.406242-11.3119781-6.296677-15.20253181-3.890469-3.89058674-9.265181-6.29690619-15.202199-6.29690619z" fill="#000"></path><path d="m154 21c0-3.865549 3.135362-7 6.999413-7 3.866399 0 7.000587 3.134451 7.000587 7s-3.134188 7-7.000587 7c-3.864051-.0011735-6.999413-3.134451-6.999413-7z" fill="#fff"></path><path d="m24.5 13c-5.9375292 0-11.312426 2.406268-15.20299427 6.2967181-3.89069464 3.8905765-6.29700573 9.2654765-6.29700573 15.2027199 0 5.9377549 2.40625962 11.3128391 6.29681766 15.2035153 3.89059104 3.8907092 9.26556184 6.2970467 15.20318234 6.2970467 5.9371249 0 11.3122514-2.406419 15.2030371-6.2973229 3.8905441-3.8906623 6.2969629-9.2656416 6.2969629-15.2032391 0-5.937086-2.4064703-11.3118811-6.297151-15.2024437-3.890763-3.8906448-9.2658154-6.2969943-15.202849-6.2969943z" fill="#000"></path><g fill="#fff"><path d="m136 24.499438c0 10.2185232 8.282911 18.500562 18.501124 18.500562 10.217089 0 18.498876-8.2820388 18.498876-18.500562 0-10.2173992-8.281787-18.499438-18.498876-18.499438-10.218213 0-18.501124 8.2820388-18.501124 18.499438zm-6 0c0-13.5311954 10.96929-24.499438 24.501124-24.499438 13.530838 0 24.498876 10.9683711 24.498876 24.499438 0 13.5319607-10.967808 24.500562-24.498876 24.500562-13.532064 0-24.501124-10.9684728-24.501124-24.500562z" fill-rule="nonzero" stroke="#fff" stroke-width="3"></path><path d="m6 34.499438c0 10.2185232 8.2817873 18.500562 18.5 18.500562 10.2170889 0 18.5-8.2820388 18.5-18.500562 0-10.2173992-8.2829111-18.499438-18.5-18.499438-10.2182127 0-18.5 8.2820388-18.5 18.499438zm-6 0c0-13.531297 10.9682681-24.499438 24.5-24.499438 13.5309398 0 24.5 10.9684728 24.5 24.499438 0 13.5318591-10.96883 24.500562-24.5 24.500562-13.531962 0-24.5-10.9683711-24.5-24.500562z" fill-rule="nonzero" stroke="#fff" stroke-width="3"></path><path d="m24 31c0-3.865549 3.134451-7 7-7s7 3.134451 7 7-3.134451 7-7 7-7-3.134451-7-7z"></path></g></g><g stroke-linecap="round" stroke-width="11"><g stroke="#ecb732"><path d="m70.5 377.5 74 77"></path><path d="m134.5 386.5-47 50"></path></g><g stroke="#ecb732" transform="matrix(-1 0 0 1 298 377)"><path d="m.5.5 74 77"></path><path d="m64.5 9.5-47 50"></path></g><g stroke="#ffc73b" transform="matrix(0 1 -1 0 215 207)"><path d="m.5.5 49 49"></path><path d="m.5 10.5 49 49" transform="matrix(-1 0 0 1 50 0)"></path></g></g></g></svg><path d="M152.571 118V46.1333H176.8C183.576 46.1333 189.77 47.468 195.383 50.1373C200.995 52.8067 205.478 56.8449 208.832 62.252C212.186 67.5907 213.863 74.1956 213.863 82.0667C213.863 89.8693 212.186 96.4742 208.832 101.881C205.478 107.288 200.995 111.327 195.383 113.996C189.77 116.665 183.576 118 176.8 118H152.571ZM175.157 104.653C181.796 104.653 187.306 102.874 191.687 99.3147C196.067 95.6871 198.257 89.9378 198.257 82.0667C198.257 74.1956 196.067 68.4462 191.687 64.8187C187.306 61.1911 181.796 59.3773 175.157 59.3773H167.971V104.653H175.157ZM270.18 100.444C269.153 105.988 266.381 110.437 261.864 113.791C257.347 117.144 251.905 118.821 245.54 118.821C239.928 118.821 235.102 117.555 231.064 115.023C227.094 112.422 224.083 109.068 222.029 104.961C219.976 100.855 218.949 96.5427 218.949 92.0253C218.949 87.4396 219.873 83.1276 221.721 79.0893C223.638 75.0511 226.513 71.7658 230.345 69.2333C234.247 66.7009 238.969 65.4347 244.513 65.4347C250.263 65.4347 255.054 66.6667 258.887 69.1307C262.72 71.5947 265.526 74.7431 267.305 78.576C269.153 82.4089 270.077 86.4471 270.077 90.6907C270.077 92.2649 270.009 93.8049 269.872 95.3107H232.707C233.254 99.0067 234.623 101.916 236.813 104.037C239.072 106.091 241.981 107.117 245.54 107.117C248.415 107.117 250.776 106.57 252.624 105.475C254.472 104.311 255.67 102.634 256.217 100.444H270.18ZM244.513 75.9067C241.228 75.9067 238.627 76.7622 236.711 78.4733C234.794 80.116 233.528 82.7169 232.912 86.276H255.807C255.601 83.2644 254.506 80.8004 252.521 78.884C250.537 76.8991 247.867 75.9067 244.513 75.9067ZM302.77 118H289.629L270.738 66.256H285.317L296.2 99.7253L306.98 66.256H321.661L302.77 118ZM359.731 118H344.331V59.3773H323.079V46.1333H380.983V59.3773H359.731V118ZM402.364 118.821C397.163 118.821 392.474 117.692 388.299 115.433C384.124 113.106 380.873 109.924 378.546 105.885C376.219 101.779 375.055 97.1929 375.055 92.128C375.055 87.0631 376.219 82.5116 378.546 78.4733C380.873 74.3667 384.124 71.184 388.299 68.9253C392.474 66.5982 397.163 65.4347 402.364 65.4347C407.566 65.4347 412.255 66.5982 416.43 68.9253C420.605 71.184 423.856 74.3667 426.183 78.4733C428.51 82.5116 429.674 87.0631 429.674 92.128C429.674 97.1929 428.51 101.779 426.183 105.885C423.856 109.924 420.605 113.106 416.43 115.433C412.255 117.692 407.566 118.821 402.364 118.821ZM402.364 106.501C406.197 106.501 409.311 105.167 411.707 102.497C414.103 99.828 415.3 96.3716 415.3 92.128C415.3 87.816 414.103 84.3253 411.707 81.656C409.311 78.9867 406.197 77.652 402.364 77.652C398.531 77.652 395.417 78.9867 393.022 81.656C390.626 84.3253 389.428 87.816 389.428 92.128C389.428 96.3716 390.626 99.828 393.022 102.497C395.417 105.167 398.531 106.501 402.364 106.501ZM462.12 118.821C456.918 118.821 452.229 117.692 448.054 115.433C443.879 113.106 440.628 109.924 438.301 105.885C435.974 101.779 434.81 97.1929 434.81 92.128C434.81 87.0631 435.974 82.5116 438.301 78.4733C440.628 74.3667 443.879 71.184 448.054 68.9253C452.229 66.5982 456.918 65.4347 462.12 65.4347C467.321 65.4347 472.01 66.5982 476.185 68.9253C480.36 71.184 483.611 74.3667 485.938 78.4733C488.265 82.5116 489.429 87.0631 489.429 92.128C489.429 97.1929 488.265 101.779 485.938 105.885C483.611 109.924 480.36 113.106 476.185 115.433C472.01 117.692 467.321 118.821 462.12 118.821ZM462.12 106.501C465.952 106.501 469.067 105.167 471.462 102.497C473.858 99.828 475.056 96.3716 475.056 92.128C475.056 87.816 473.858 84.3253 471.462 81.656C469.067 78.9867 465.952 77.652 462.12 77.652C458.287 77.652 455.172 78.9867 452.777 81.656C450.381 84.3253 449.184 87.816 449.184 92.128C449.184 96.3716 450.381 99.828 452.777 102.497C455.172 105.167 458.287 106.501 462.12 106.501ZM512.327 118H498.056V43.772H512.327V118ZM542.494 118.821C536.129 118.821 530.961 117.179 526.991 113.893C523.09 110.54 521.002 106.091 520.729 100.547H533.049C533.322 102.874 534.281 104.722 535.923 106.091C537.634 107.391 539.825 108.041 542.494 108.041C544.684 108.041 546.464 107.562 547.833 106.604C549.27 105.646 549.989 104.448 549.989 103.011C549.989 101.094 549.167 99.7596 547.525 99.0067C545.882 98.2538 543.281 97.5693 539.722 96.9533C536.026 96.2689 533.014 95.516 530.687 94.6947C528.36 93.8733 526.341 92.4018 524.63 90.28C522.987 88.0898 522.166 85.0098 522.166 81.04C522.166 78.0284 522.953 75.3591 524.527 73.032C526.17 70.6364 528.394 68.7884 531.201 67.488C534.007 66.1191 537.155 65.4347 540.646 65.4347C546.874 65.4347 551.905 66.9747 555.738 70.0547C559.639 73.1347 561.727 77.2071 562.001 82.272H549.578C549.304 80.1502 548.312 78.5076 546.601 77.344C544.958 76.112 543.11 75.496 541.057 75.496C539.003 75.496 537.361 75.9409 536.129 76.8307C534.897 77.7204 534.281 78.9524 534.281 80.5267C534.281 82.4431 535.068 83.7436 536.642 84.428C538.285 85.044 540.851 85.5916 544.342 86.0707C548.106 86.6182 551.186 87.3027 553.582 88.124C556.046 88.8769 558.168 90.3827 559.947 92.6413C561.727 94.9 562.617 98.1853 562.617 102.497C562.617 107.425 560.769 111.395 557.073 114.407C553.445 117.35 548.585 118.821 542.494 118.821Z" fill="currentColor"></path>', 2)
|
|
2721
2721
|
]));
|
|
2722
2722
|
}
|
|
2723
|
-
const
|
|
2723
|
+
const v1 = /* @__PURE__ */ xe(d1, [["render", f1]]), m1 = {
|
|
2724
2724
|
"h-full": "",
|
|
2725
2725
|
"w-full": "",
|
|
2726
2726
|
flex: "",
|
|
2727
2727
|
"items-center": ""
|
|
2728
|
-
},
|
|
2728
|
+
}, h1 = {
|
|
2729
2729
|
flex: "~ col gap2",
|
|
2730
2730
|
ma: "",
|
|
2731
2731
|
"px-5": ""
|
|
2732
|
-
},
|
|
2732
|
+
}, g1 = {
|
|
2733
2733
|
flex: "~ col",
|
|
2734
2734
|
"mt-20": "",
|
|
2735
2735
|
"items-center": ""
|
|
2736
|
-
},
|
|
2736
|
+
}, C1 = {
|
|
2737
2737
|
flex: "~",
|
|
2738
2738
|
"mt--10": "",
|
|
2739
2739
|
"items-center": "",
|
|
2740
2740
|
"justify-center": ""
|
|
2741
|
-
},
|
|
2741
|
+
}, _1 = { flex: "~ gap2 wrap" }, y1 = /* @__PURE__ */ F({
|
|
2742
2742
|
__name: "About",
|
|
2743
2743
|
setup(n) {
|
|
2744
2744
|
const e = Pe();
|
|
2745
|
-
return (o, t) => (d(), h("div",
|
|
2746
|
-
c("div",
|
|
2745
|
+
return (o, t) => (d(), h("div", m1, [
|
|
2746
|
+
c("div", h1, [
|
|
2747
2747
|
t[5] || (t[5] = c("div", { "flex-auto": "" }, null, -1)),
|
|
2748
|
-
c("div",
|
|
2749
|
-
c("div",
|
|
2750
|
-
x(
|
|
2748
|
+
c("div", g1, [
|
|
2749
|
+
c("div", C1, [
|
|
2750
|
+
x(v1, { "h-18": "" })
|
|
2751
2751
|
]),
|
|
2752
2752
|
t[2] || (t[2] = c("div", {
|
|
2753
2753
|
mb6: "",
|
|
@@ -2760,7 +2760,7 @@ const f1 = /* @__PURE__ */ xe(c1, [["render", p1]]), v1 = {
|
|
|
2760
2760
|
], -1))
|
|
2761
2761
|
]),
|
|
2762
2762
|
t[6] || (t[6] = c("div", { "flex-auto": "" }, null, -1)),
|
|
2763
|
-
c("div",
|
|
2763
|
+
c("div", _1, [
|
|
2764
2764
|
c("div", {
|
|
2765
2765
|
flex: "~ col auto",
|
|
2766
2766
|
"min-w-40": "",
|
|
@@ -2823,14 +2823,14 @@ const f1 = /* @__PURE__ */ xe(c1, [["render", p1]]), v1 = {
|
|
|
2823
2823
|
])
|
|
2824
2824
|
]));
|
|
2825
2825
|
}
|
|
2826
|
-
}),
|
|
2826
|
+
}), x1 = { class: "h-full flex flex-col" }, b1 = /* @__PURE__ */ F({
|
|
2827
2827
|
__name: "Settings",
|
|
2828
2828
|
setup(n) {
|
|
2829
2829
|
const e = he("pluginSettings"), o = N(() => e.value.options), t = N(() => e.value.values);
|
|
2830
2830
|
function l(s) {
|
|
2831
2831
|
e.value = s;
|
|
2832
2832
|
}
|
|
2833
|
-
return (s, p) => (d(), h("div",
|
|
2833
|
+
return (s, p) => (d(), h("div", x1, [
|
|
2834
2834
|
x(Se, {
|
|
2835
2835
|
"doc-link": "https://pinia.vuejs.org/",
|
|
2836
2836
|
"github-repo-link": "https://github.com/vuejs/pinia"
|
|
@@ -2848,19 +2848,19 @@ const f1 = /* @__PURE__ */ xe(c1, [["render", p1]]), v1 = {
|
|
|
2848
2848
|
}, null, 8, ["options", "values"])
|
|
2849
2849
|
]));
|
|
2850
2850
|
}
|
|
2851
|
-
}),
|
|
2851
|
+
}), w1 = "dev.esm.pinia", Xt = "pinia", k1 = { class: "h-full flex flex-col" }, I1 = { class: "h-full flex flex-col p2" }, $1 = {
|
|
2852
2852
|
class: "grid grid-cols-[1fr_auto] mb1 items-center gap2 pb1",
|
|
2853
2853
|
border: "b dashed base"
|
|
2854
|
-
},
|
|
2854
|
+
}, S1 = {
|
|
2855
2855
|
key: 0,
|
|
2856
2856
|
class: "flex items-center gap-2 px-1"
|
|
2857
|
-
},
|
|
2857
|
+
}, T1 = ["onClick"], E1 = { class: "no-scrollbar flex-1 select-none overflow-scroll" }, V1 = { class: "h-full flex flex-col p2" }, N1 = {
|
|
2858
2858
|
class: "grid grid-cols-[1fr_auto] mb1 items-center gap2 pb1",
|
|
2859
2859
|
border: "b dashed base"
|
|
2860
|
-
},
|
|
2860
|
+
}, R1 = {
|
|
2861
2861
|
key: 0,
|
|
2862
2862
|
class: "flex items-center gap-2 px-1"
|
|
2863
|
-
},
|
|
2863
|
+
}, A1 = ["onClick"], D1 = /* @__PURE__ */ F({
|
|
2864
2864
|
__name: "Index",
|
|
2865
2865
|
setup(n) {
|
|
2866
2866
|
const { expanded: e } = ge(), { expanded: o } = ge("pinia-store-state"), t = Xt, l = T([]), s = T([]), p = ye(), i = T(""), u = T([]), m = N(() => {
|
|
@@ -2956,7 +2956,7 @@ const f1 = /* @__PURE__ */ xe(c1, [["render", p1]]), v1 = {
|
|
|
2956
2956
|
}
|
|
2957
2957
|
return D.functions.on(J.INSPECTOR_TREE_UPDATED, fe), D.functions.on(J.INSPECTOR_STATE_UPDATED, M), we(() => {
|
|
2958
2958
|
D.functions.off(J.INSPECTOR_TREE_UPDATED, fe), D.functions.off(J.INSPECTOR_STATE_UPDATED, M);
|
|
2959
|
-
}), (b, v) => (d(), h("div",
|
|
2959
|
+
}), (b, v) => (d(), h("div", k1, [
|
|
2960
2960
|
x(Se, {
|
|
2961
2961
|
"doc-link": "https://pinia.vuejs.org/",
|
|
2962
2962
|
"github-repo-link": "https://github.com/vuejs/pinia"
|
|
@@ -2976,14 +2976,14 @@ const f1 = /* @__PURE__ */ xe(c1, [["render", p1]]), v1 = {
|
|
|
2976
2976
|
default: L(() => {
|
|
2977
2977
|
var y;
|
|
2978
2978
|
return [
|
|
2979
|
-
c("div",
|
|
2980
|
-
c("div",
|
|
2979
|
+
c("div", I1, [
|
|
2980
|
+
c("div", $1, [
|
|
2981
2981
|
x(a(_e), {
|
|
2982
2982
|
modelValue: V.value,
|
|
2983
2983
|
"onUpdate:modelValue": v[0] || (v[0] = (R) => V.value = R),
|
|
2984
2984
|
placeholder: a(p).treeFilterPlaceholder
|
|
2985
2985
|
}, null, 8, ["modelValue", "placeholder"]),
|
|
2986
|
-
(y = s.value) != null && y.length ? (d(), h("div",
|
|
2986
|
+
(y = s.value) != null && y.length ? (d(), h("div", S1, [
|
|
2987
2987
|
(d(!0), h(oe, null, re(s.value, (R, P) => G((d(), h("div", {
|
|
2988
2988
|
key: P,
|
|
2989
2989
|
class: "flex items-center gap1",
|
|
@@ -2996,7 +2996,7 @@ const f1 = /* @__PURE__ */ xe(c1, [["render", p1]]), v1 = {
|
|
|
2996
2996
|
"text-base": "",
|
|
2997
2997
|
"hover:op100": ""
|
|
2998
2998
|
}, null, 2)
|
|
2999
|
-
], 8,
|
|
2999
|
+
], 8, T1)), [
|
|
3000
3000
|
[
|
|
3001
3001
|
a(W),
|
|
3002
3002
|
{ content: R.tooltip },
|
|
@@ -3006,7 +3006,7 @@ const f1 = /* @__PURE__ */ xe(c1, [["render", p1]]), v1 = {
|
|
|
3006
3006
|
])), 128))
|
|
3007
3007
|
])) : U("", !0)
|
|
3008
3008
|
]),
|
|
3009
|
-
c("div",
|
|
3009
|
+
c("div", E1, [
|
|
3010
3010
|
x(He, {
|
|
3011
3011
|
modelValue: i.value,
|
|
3012
3012
|
"onUpdate:modelValue": v[1] || (v[1] = (R) => i.value = R),
|
|
@@ -3022,14 +3022,14 @@ const f1 = /* @__PURE__ */ xe(c1, [["render", p1]]), v1 = {
|
|
|
3022
3022
|
default: L(() => {
|
|
3023
3023
|
var y;
|
|
3024
3024
|
return [
|
|
3025
|
-
c("div",
|
|
3026
|
-
c("div",
|
|
3025
|
+
c("div", V1, [
|
|
3026
|
+
c("div", N1, [
|
|
3027
3027
|
x(a(_e), {
|
|
3028
3028
|
modelValue: w.value,
|
|
3029
3029
|
"onUpdate:modelValue": v[2] || (v[2] = (R) => w.value = R),
|
|
3030
3030
|
placeholder: a(p).stateFilterPlaceholder
|
|
3031
3031
|
}, null, 8, ["modelValue", "placeholder"]),
|
|
3032
|
-
(y = l.value) != null && y.length ? (d(), h("div",
|
|
3032
|
+
(y = l.value) != null && y.length ? (d(), h("div", R1, [
|
|
3033
3033
|
(d(!0), h(oe, null, re(l.value, (R, P) => G((d(), h("div", {
|
|
3034
3034
|
key: P,
|
|
3035
3035
|
class: "flex items-center gap1",
|
|
@@ -3042,7 +3042,7 @@ const f1 = /* @__PURE__ */ xe(c1, [["render", p1]]), v1 = {
|
|
|
3042
3042
|
"text-base": "",
|
|
3043
3043
|
"hover:op100": ""
|
|
3044
3044
|
}, null, 2)
|
|
3045
|
-
], 8,
|
|
3045
|
+
], 8, A1)), [
|
|
3046
3046
|
[
|
|
3047
3047
|
a(W),
|
|
3048
3048
|
{ content: R.tooltip },
|
|
@@ -3075,21 +3075,21 @@ const f1 = /* @__PURE__ */ xe(c1, [["render", p1]]), v1 = {
|
|
|
3075
3075
|
})
|
|
3076
3076
|
]));
|
|
3077
3077
|
}
|
|
3078
|
-
}),
|
|
3078
|
+
}), P1 = "dev.esm.pinia", M1 = /* @__PURE__ */ F({
|
|
3079
3079
|
__name: "Index",
|
|
3080
3080
|
setup(n) {
|
|
3081
3081
|
const e = ["pinia:mutations"];
|
|
3082
3082
|
return (o, t) => (d(), B(dt, {
|
|
3083
3083
|
"layer-ids": e,
|
|
3084
3084
|
"doc-link": "https://pinia.vuejs.org/",
|
|
3085
|
-
"plugin-id":
|
|
3085
|
+
"plugin-id": P1,
|
|
3086
3086
|
"github-repo-link": "https://github.com/vuejs/pinia"
|
|
3087
3087
|
}));
|
|
3088
3088
|
}
|
|
3089
|
-
}),
|
|
3089
|
+
}), H1 = {
|
|
3090
3090
|
"h-full": "",
|
|
3091
3091
|
"w-full": ""
|
|
3092
|
-
},
|
|
3092
|
+
}, fs = /* @__PURE__ */ F({
|
|
3093
3093
|
__name: "index",
|
|
3094
3094
|
setup(n) {
|
|
3095
3095
|
const e = T(null);
|
|
@@ -3098,32 +3098,32 @@ const f1 = /* @__PURE__ */ xe(c1, [["render", p1]]), v1 = {
|
|
|
3098
3098
|
{
|
|
3099
3099
|
path: "/store",
|
|
3100
3100
|
name: "Store",
|
|
3101
|
-
component:
|
|
3101
|
+
component: D1,
|
|
3102
3102
|
icon: "i-carbon-tree-view-alt"
|
|
3103
3103
|
},
|
|
3104
3104
|
{
|
|
3105
3105
|
path: "/timeline",
|
|
3106
3106
|
name: "Timeline",
|
|
3107
|
-
component:
|
|
3107
|
+
component: M1,
|
|
3108
3108
|
icon: "i-mdi:timeline-clock-outline"
|
|
3109
3109
|
},
|
|
3110
3110
|
{
|
|
3111
3111
|
path: "/",
|
|
3112
3112
|
name: "About",
|
|
3113
|
-
component:
|
|
3113
|
+
component: y1,
|
|
3114
3114
|
icon: "i-logos-pinia"
|
|
3115
3115
|
},
|
|
3116
3116
|
e.value && {
|
|
3117
3117
|
path: "/settings",
|
|
3118
3118
|
name: "Settings",
|
|
3119
|
-
component:
|
|
3119
|
+
component: b1,
|
|
3120
3120
|
icon: "i-mdi:cog-outline"
|
|
3121
3121
|
}
|
|
3122
3122
|
].filter(Boolean)), { VirtualRouterView: t, restoreRouter: l } = lt(o, {
|
|
3123
3123
|
defaultRoutePath: "/store"
|
|
3124
3124
|
}), s = pt();
|
|
3125
3125
|
return Ae(() => {
|
|
3126
|
-
D.value.getPluginSettings(
|
|
3126
|
+
D.value.getPluginSettings(w1).then((p) => {
|
|
3127
3127
|
p.options ? e.value = p : e.value = null;
|
|
3128
3128
|
}), D.value.getInspectorInfo(Xt).then((p) => {
|
|
3129
3129
|
p && (s.value = {
|
|
@@ -3131,17 +3131,17 @@ const f1 = /* @__PURE__ */ xe(c1, [["render", p1]]), v1 = {
|
|
|
3131
3131
|
treeFilterPlaceholder: p.treeFilterPlaceholder
|
|
3132
3132
|
});
|
|
3133
3133
|
});
|
|
3134
|
-
}), (p, i) => (d(), h("div",
|
|
3134
|
+
}), (p, i) => (d(), h("div", H1, [
|
|
3135
3135
|
x(a(t))
|
|
3136
3136
|
]));
|
|
3137
3137
|
}
|
|
3138
|
-
}),
|
|
3138
|
+
}), L1 = {}, O1 = {
|
|
3139
3139
|
viewBox: "0 0 566 154",
|
|
3140
3140
|
fill: "none",
|
|
3141
3141
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3142
3142
|
};
|
|
3143
|
-
function
|
|
3144
|
-
return d(), h("svg",
|
|
3143
|
+
function U1(n, e) {
|
|
3144
|
+
return d(), h("svg", O1, e[0] || (e[0] = [
|
|
3145
3145
|
c("svg", {
|
|
3146
3146
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3147
3147
|
width: "8em",
|
|
@@ -3159,34 +3159,34 @@ function O1(n, e) {
|
|
|
3159
3159
|
}, null, -1)
|
|
3160
3160
|
]));
|
|
3161
3161
|
}
|
|
3162
|
-
const
|
|
3162
|
+
const j1 = /* @__PURE__ */ xe(L1, [["render", U1]]), z1 = {
|
|
3163
3163
|
"h-full": "",
|
|
3164
3164
|
"w-full": "",
|
|
3165
3165
|
flex: "",
|
|
3166
3166
|
"items-center": ""
|
|
3167
|
-
},
|
|
3167
|
+
}, B1 = {
|
|
3168
3168
|
flex: "~ col gap2",
|
|
3169
3169
|
ma: "",
|
|
3170
3170
|
"px-5": ""
|
|
3171
|
-
},
|
|
3171
|
+
}, F1 = {
|
|
3172
3172
|
flex: "~ col",
|
|
3173
3173
|
"mt-20": "",
|
|
3174
3174
|
"items-center": ""
|
|
3175
|
-
},
|
|
3175
|
+
}, Z1 = {
|
|
3176
3176
|
flex: "~",
|
|
3177
3177
|
"mt--10": "",
|
|
3178
3178
|
"items-center": "",
|
|
3179
3179
|
"justify-center": ""
|
|
3180
|
-
},
|
|
3180
|
+
}, K1 = { flex: "~ gap2 wrap" }, G1 = /* @__PURE__ */ F({
|
|
3181
3181
|
__name: "About",
|
|
3182
3182
|
setup(n) {
|
|
3183
3183
|
const e = Pe();
|
|
3184
|
-
return (o, t) => (d(), h("div",
|
|
3185
|
-
c("div",
|
|
3184
|
+
return (o, t) => (d(), h("div", z1, [
|
|
3185
|
+
c("div", B1, [
|
|
3186
3186
|
t[5] || (t[5] = c("div", { "flex-auto": "" }, null, -1)),
|
|
3187
|
-
c("div",
|
|
3188
|
-
c("div",
|
|
3189
|
-
x(
|
|
3187
|
+
c("div", F1, [
|
|
3188
|
+
c("div", Z1, [
|
|
3189
|
+
x(j1, { "h-18": "" })
|
|
3190
3190
|
]),
|
|
3191
3191
|
t[2] || (t[2] = c("div", {
|
|
3192
3192
|
mb6: "",
|
|
@@ -3199,7 +3199,7 @@ const U1 = /* @__PURE__ */ xe(H1, [["render", O1]]), j1 = {
|
|
|
3199
3199
|
], -1))
|
|
3200
3200
|
]),
|
|
3201
3201
|
t[6] || (t[6] = c("div", { "flex-auto": "" }, null, -1)),
|
|
3202
|
-
c("div",
|
|
3202
|
+
c("div", K1, [
|
|
3203
3203
|
c("div", {
|
|
3204
3204
|
flex: "~ col auto",
|
|
3205
3205
|
"min-w-40": "",
|
|
@@ -3262,17 +3262,17 @@ const U1 = /* @__PURE__ */ xe(H1, [["render", O1]]), j1 = {
|
|
|
3262
3262
|
])
|
|
3263
3263
|
]));
|
|
3264
3264
|
}
|
|
3265
|
-
}),
|
|
3265
|
+
}), W1 = { class: "h-full flex flex-col" }, q1 = {
|
|
3266
3266
|
"h-full": "",
|
|
3267
3267
|
"select-none": "",
|
|
3268
3268
|
"overflow-scroll": "",
|
|
3269
3269
|
p2: "",
|
|
3270
3270
|
class: "no-scrollbar"
|
|
3271
|
-
},
|
|
3271
|
+
}, J1 = {
|
|
3272
3272
|
"h-full": "",
|
|
3273
3273
|
"overflow-scroll": "",
|
|
3274
3274
|
class: "no-scrollbar"
|
|
3275
|
-
},
|
|
3275
|
+
}, Y1 = /* @__PURE__ */ F({
|
|
3276
3276
|
__name: "Index",
|
|
3277
3277
|
setup(n) {
|
|
3278
3278
|
const { expanded: e } = ge(), { expanded: o } = ge("routes-state"), t = ye(), l = N(() => t.value.id), s = T(""), p = T([]), i = N(() => {
|
|
@@ -3338,7 +3338,7 @@ const U1 = /* @__PURE__ */ xe(H1, [["render", O1]]), j1 = {
|
|
|
3338
3338
|
}
|
|
3339
3339
|
return D.functions.on(J.INSPECTOR_TREE_UPDATED, A), D.functions.on(J.INSPECTOR_STATE_UPDATED, k), we(() => {
|
|
3340
3340
|
D.functions.off(J.INSPECTOR_TREE_UPDATED, A), D.functions.off(J.INSPECTOR_STATE_UPDATED, k);
|
|
3341
|
-
}), (_, E) => (d(), h("div",
|
|
3341
|
+
}), (_, E) => (d(), h("div", W1, [
|
|
3342
3342
|
x(Se, {
|
|
3343
3343
|
"doc-link": "https://router.vuejs.org/",
|
|
3344
3344
|
"github-repo-link": "https://github.com/vuejs/router"
|
|
@@ -3356,7 +3356,7 @@ const U1 = /* @__PURE__ */ xe(H1, [["render", O1]]), j1 = {
|
|
|
3356
3356
|
"h-full": ""
|
|
3357
3357
|
}, {
|
|
3358
3358
|
default: L(() => [
|
|
3359
|
-
c("div",
|
|
3359
|
+
c("div", q1, [
|
|
3360
3360
|
x(He, {
|
|
3361
3361
|
modelValue: s.value,
|
|
3362
3362
|
"onUpdate:modelValue": E[0] || (E[0] = (H) => s.value = H),
|
|
@@ -3368,7 +3368,7 @@ const U1 = /* @__PURE__ */ xe(H1, [["render", O1]]), j1 = {
|
|
|
3368
3368
|
}),
|
|
3369
3369
|
x(a(ce), { size: "60" }, {
|
|
3370
3370
|
default: L(() => [
|
|
3371
|
-
c("div",
|
|
3371
|
+
c("div", J1, [
|
|
3372
3372
|
s.value ? (d(), B(Me, {
|
|
3373
3373
|
key: 0,
|
|
3374
3374
|
class: "p3",
|
|
@@ -3391,21 +3391,21 @@ const U1 = /* @__PURE__ */ xe(H1, [["render", O1]]), j1 = {
|
|
|
3391
3391
|
})
|
|
3392
3392
|
]));
|
|
3393
3393
|
}
|
|
3394
|
-
}),
|
|
3394
|
+
}), X1 = "org.vuejs.router", Q1 = /* @__PURE__ */ F({
|
|
3395
3395
|
__name: "Index",
|
|
3396
3396
|
setup(n) {
|
|
3397
3397
|
const e = ye();
|
|
3398
3398
|
return (o, t) => (d(), B(dt, {
|
|
3399
3399
|
"layer-ids": a(e).timelineLayerIds,
|
|
3400
3400
|
"doc-link": "https://router.vuejs.org/",
|
|
3401
|
-
"plugin-id":
|
|
3401
|
+
"plugin-id": X1,
|
|
3402
3402
|
"github-repo-link": "https://github.com/vuejs/router"
|
|
3403
3403
|
}, null, 8, ["layer-ids"]));
|
|
3404
3404
|
}
|
|
3405
|
-
}),
|
|
3405
|
+
}), es = {
|
|
3406
3406
|
"h-full": "",
|
|
3407
3407
|
"w-full": ""
|
|
3408
|
-
},
|
|
3408
|
+
}, vs = /* @__PURE__ */ F({
|
|
3409
3409
|
__name: "index",
|
|
3410
3410
|
props: {
|
|
3411
3411
|
id: {}
|
|
@@ -3415,19 +3415,19 @@ const U1 = /* @__PURE__ */ xe(H1, [["render", O1]]), j1 = {
|
|
|
3415
3415
|
{
|
|
3416
3416
|
path: "/routes",
|
|
3417
3417
|
name: "Routes",
|
|
3418
|
-
component:
|
|
3418
|
+
component: Y1,
|
|
3419
3419
|
icon: "i-carbon-tree-view-alt"
|
|
3420
3420
|
},
|
|
3421
3421
|
{
|
|
3422
3422
|
path: "/timeline",
|
|
3423
3423
|
name: "Timeline",
|
|
3424
|
-
component:
|
|
3424
|
+
component: Q1,
|
|
3425
3425
|
icon: "i-mdi:timeline-clock-outline"
|
|
3426
3426
|
},
|
|
3427
3427
|
{
|
|
3428
3428
|
path: "/about",
|
|
3429
3429
|
name: "About",
|
|
3430
|
-
component:
|
|
3430
|
+
component: G1,
|
|
3431
3431
|
icon: "i-ri-route-line"
|
|
3432
3432
|
}
|
|
3433
3433
|
], {
|
|
@@ -3451,17 +3451,17 @@ const U1 = /* @__PURE__ */ xe(H1, [["render", O1]]), j1 = {
|
|
|
3451
3451
|
}
|
|
3452
3452
|
return Q(() => e.id, (i) => {
|
|
3453
3453
|
i && p();
|
|
3454
|
-
}), (i, u) => (d(), h("div",
|
|
3454
|
+
}), (i, u) => (d(), h("div", es, [
|
|
3455
3455
|
x(a(l))
|
|
3456
3456
|
]));
|
|
3457
3457
|
}
|
|
3458
3458
|
});
|
|
3459
3459
|
export {
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3460
|
+
ds as Components,
|
|
3461
|
+
ps as CustomInspector,
|
|
3462
|
+
fs as Pinia,
|
|
3463
|
+
vs as Router,
|
|
3464
|
+
An as SelectiveList,
|
|
3465
3465
|
dt as Timeline,
|
|
3466
|
-
|
|
3466
|
+
cs as useCustomInspector
|
|
3467
3467
|
};
|