@vue/devtools-electron 8.0.7 → 8.1.1
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/client/{IconTitle.vue_vue_type_script_setup_true_lang-DkpzYFbl.js → IconTitle.vue_vue_type_script_setup_true_lang-BCP3S8LV.js} +1 -1
- package/client/{SectionBlock-BtFiGaAK.js → SectionBlock-CT_8cHh8.js} +5 -5
- package/client/{assets-BX9Dtk5F.js → assets-BLTvd4-n.js} +38 -38
- package/client/{components-CQjZZb5h.js → components-XE7xqNZA.js} +1 -1
- package/client/{custom-inspector-tab-view-B8K9EfJg.js → custom-inspector-tab-view-lKwbeiZe.js} +3 -3
- package/client/{custom-tab-view-CTOaKQ9p.js → custom-tab-view-DCMQRTPb.js} +3 -3
- package/client/devtools-panel.css +1 -1
- package/client/devtools-panel.js +1 -1
- package/client/{graph-B54o-fxm.js → graph-Canedzs6.js} +1 -1
- package/client/{index-unERAPcu.js → index-BMNNx3yZ.js} +15030 -15039
- package/client/{overview-LYvzgBpL.js → overview-BPmFJLTE.js} +12 -12
- package/client/{pages-l7TThA_P.js → pages-6-TL_6V3.js} +18 -18
- package/client/{pinia-Dn5NZZhV.js → pinia-Cfi8COJ4.js} +1 -1
- package/client/{router-BIybcPIY.js → router-cIMlk36g.js} +1 -1
- package/client/{settings-DO3uwEhs.js → settings-8WLy_Xt4.js} +19 -19
- package/client/{timeline-L8ee0M8l.js → timeline-CkPFmiOX.js} +97 -97
- package/dist/devtools.js +355 -355
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/user-app.cjs +1 -1
- package/dist/user-app.iife.js +33 -33
- package/dist/user-app.js +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as
|
|
1
|
+
import { d as M, ag as V, i as f, Y as I, ah as D, ai as U, aj as j, c as n, o as l, b as d, a as N, u as e, T as L, ak as R, s as r, al as $, F, v as P, h as E, n as W, H as q, t as z, E as H, W as K, q as h, am as Y, a7 as G, x as k, ae as J, e as O, an as Q, A, af as C, ao as X } from "./index-BMNNx3yZ.js";
|
|
2
2
|
const Z = {
|
|
3
3
|
"h-full": "",
|
|
4
4
|
flex: "",
|
|
@@ -16,7 +16,7 @@ const Z = {
|
|
|
16
16
|
}, oe = {
|
|
17
17
|
key: 1,
|
|
18
18
|
class: "recording-btn bg-black op70 dark:bg-white hover:op100"
|
|
19
|
-
}, ne = { class: "flex items-center gap1" }, se = { class: "p2" }, ie = ["onClick"], re = ["onClick"],
|
|
19
|
+
}, ne = { class: "flex items-center gap1" }, se = { class: "p2" }, ie = ["onClick"], re = ["onClick"], de = /* @__PURE__ */ M({
|
|
20
20
|
__name: "TimelineLayers",
|
|
21
21
|
props: /* @__PURE__ */ V({
|
|
22
22
|
data: {}
|
|
@@ -25,66 +25,66 @@ const Z = {
|
|
|
25
25
|
modelModifiers: {}
|
|
26
26
|
}),
|
|
27
27
|
emits: /* @__PURE__ */ V(["select", "clear"], ["update:modelValue"]),
|
|
28
|
-
setup(
|
|
29
|
-
const
|
|
30
|
-
|
|
31
|
-
const
|
|
32
|
-
function
|
|
33
|
-
|
|
34
|
-
selected:
|
|
28
|
+
setup(w, { emit: y }) {
|
|
29
|
+
const b = y, _ = I(), u = f(() => _.timelineLayersState.value.recordingState), c = f(() => _.timelineLayersState.value), g = f(() => u.value ? "Stop recording" : "Start recording");
|
|
30
|
+
D();
|
|
31
|
+
const p = U(w, "modelValue");
|
|
32
|
+
function S(t) {
|
|
33
|
+
p.value = t, b("select", t), E.value.updateTimelineLayersState({
|
|
34
|
+
selected: t
|
|
35
35
|
});
|
|
36
36
|
}
|
|
37
|
-
j(() =>
|
|
38
|
-
|
|
37
|
+
j(() => c.value.selected, (t) => {
|
|
38
|
+
p.value = t;
|
|
39
39
|
}, {
|
|
40
40
|
immediate: !0
|
|
41
41
|
});
|
|
42
|
-
function
|
|
42
|
+
function s(t) {
|
|
43
43
|
return {
|
|
44
|
-
mouse:
|
|
45
|
-
keyboard:
|
|
46
|
-
"component-event":
|
|
47
|
-
performance:
|
|
48
|
-
}[
|
|
44
|
+
mouse: c.value.mouseEventEnabled,
|
|
45
|
+
keyboard: c.value.keyboardEventEnabled,
|
|
46
|
+
"component-event": c.value.componentEventEnabled,
|
|
47
|
+
performance: c.value.performanceEventEnabled
|
|
48
|
+
}[t];
|
|
49
49
|
}
|
|
50
|
-
function
|
|
51
|
-
|
|
52
|
-
recordingState: !
|
|
50
|
+
function T() {
|
|
51
|
+
E.value.updateTimelineLayersState({
|
|
52
|
+
recordingState: !u.value
|
|
53
53
|
});
|
|
54
54
|
}
|
|
55
|
-
function
|
|
56
|
-
const
|
|
55
|
+
function v(t) {
|
|
56
|
+
const i = {
|
|
57
57
|
mouse: "mouseEventEnabled",
|
|
58
58
|
keyboard: "keyboardEventEnabled",
|
|
59
59
|
"component-event": "componentEventEnabled",
|
|
60
60
|
performance: "performanceEventEnabled"
|
|
61
|
-
}[
|
|
62
|
-
|
|
63
|
-
[
|
|
61
|
+
}[t];
|
|
62
|
+
E.value.updateTimelineLayersState({
|
|
63
|
+
[i]: !s(t)
|
|
64
64
|
});
|
|
65
65
|
}
|
|
66
|
-
return (
|
|
67
|
-
|
|
68
|
-
e(
|
|
69
|
-
|
|
70
|
-
L((l(),
|
|
66
|
+
return (t, i) => (l(), n("div", Z, [
|
|
67
|
+
d("div", ee, [
|
|
68
|
+
e(u) ? N("", !0) : (l(), n("span", te, "Not recording")),
|
|
69
|
+
d("div", ae, [
|
|
70
|
+
L((l(), n("div", {
|
|
71
71
|
class: "flex items-center gap1",
|
|
72
|
-
onClick:
|
|
72
|
+
onClick: T
|
|
73
73
|
}, [
|
|
74
|
-
e(
|
|
74
|
+
e(u) ? (l(), n("span", le)) : (l(), n("span", oe))
|
|
75
75
|
])), [
|
|
76
76
|
[
|
|
77
77
|
e(R),
|
|
78
|
-
{ content: e(
|
|
78
|
+
{ content: e(g) },
|
|
79
79
|
void 0,
|
|
80
80
|
{ "bottom-end": !0 }
|
|
81
81
|
]
|
|
82
82
|
]),
|
|
83
|
-
L((l(),
|
|
83
|
+
L((l(), n("div", {
|
|
84
84
|
class: "flex items-center gap1",
|
|
85
|
-
onClick:
|
|
85
|
+
onClick: i[0] || (i[0] = (o) => b("clear"))
|
|
86
86
|
}, [
|
|
87
|
-
|
|
87
|
+
r(e($), {
|
|
88
88
|
name: "baseline-delete",
|
|
89
89
|
"cursor-pointer": "",
|
|
90
90
|
"text-xl": "",
|
|
@@ -99,8 +99,8 @@ const Z = {
|
|
|
99
99
|
{ "bottom-end": !0 }
|
|
100
100
|
]
|
|
101
101
|
]),
|
|
102
|
-
L((l(),
|
|
103
|
-
|
|
102
|
+
L((l(), n("div", ne, [
|
|
103
|
+
r(e($), {
|
|
104
104
|
name: "baseline-tips-and-updates",
|
|
105
105
|
"cursor-pointer": "",
|
|
106
106
|
"text-xl": "",
|
|
@@ -117,40 +117,40 @@ const Z = {
|
|
|
117
117
|
])
|
|
118
118
|
])
|
|
119
119
|
]),
|
|
120
|
-
|
|
121
|
-
(l(!0),
|
|
122
|
-
key:
|
|
123
|
-
class: W(["group relative selectable-item", { active:
|
|
124
|
-
onClick: (
|
|
120
|
+
d("ul", se, [
|
|
121
|
+
(l(!0), n(F, null, P(w.data, (o) => (l(), n("li", {
|
|
122
|
+
key: o.id,
|
|
123
|
+
class: W(["group relative selectable-item", { active: o.id === p.value, op60: !s(o.id) }]),
|
|
124
|
+
onClick: (a) => S(o.id)
|
|
125
125
|
}, [
|
|
126
|
-
q(z(
|
|
127
|
-
|
|
126
|
+
q(z(o.label) + " ", 1),
|
|
127
|
+
d("span", {
|
|
128
128
|
class: "absolute right-2 rounded-1 bg-primary-500 px1 text-3 text-white op0 [.active_&]:bg-primary-400 [.active_&]:dark:bg-gray-600 group-hover:op80 hover:op100!",
|
|
129
|
-
onClick: H((
|
|
130
|
-
}, z(
|
|
129
|
+
onClick: H((a) => v(o.id), ["stop"])
|
|
130
|
+
}, z(s(o.id) ? "Disable" : "Enable"), 9, re)
|
|
131
131
|
], 10, ie))), 128))
|
|
132
132
|
])
|
|
133
133
|
]));
|
|
134
134
|
}
|
|
135
|
-
}),
|
|
135
|
+
}), ce = /* @__PURE__ */ K(de, [["__scopeId", "data-v-95cda1e2"]]), ue = { class: "h-full w-full" }, pe = { class: "no-scrollbar h-full flex select-none gap-2 overflow-scroll" }, ve = { class: "h-full flex flex-col" }, me = { class: "no-scrollbar h-full flex select-none gap-2 overflow-scroll" }, fe = { class: "h-full flex flex-col p2" }, _e = /* @__PURE__ */ M({
|
|
136
136
|
__name: "timeline",
|
|
137
|
-
setup(
|
|
138
|
-
const y = h(),
|
|
139
|
-
label:
|
|
140
|
-
value:
|
|
141
|
-
}))),
|
|
142
|
-
label:
|
|
143
|
-
id:
|
|
144
|
-
}))),
|
|
145
|
-
|
|
146
|
-
|
|
137
|
+
setup(w) {
|
|
138
|
+
const y = h(), b = h(), _ = h(!1), { width: u } = Y(b), c = f(() => _.value ? u.value < 700 : !1), g = I(), p = f(() => g.appRecords.value.map((a) => ({
|
|
139
|
+
label: a.name + (a.version ? ` (${a.version})` : ""),
|
|
140
|
+
value: a.id
|
|
141
|
+
}))), S = f(() => p.value.map((a) => ({
|
|
142
|
+
label: a.label,
|
|
143
|
+
id: a.value
|
|
144
|
+
}))), s = h(g.activeAppRecordId.value);
|
|
145
|
+
G(() => {
|
|
146
|
+
s.value = g.activeAppRecordId.value;
|
|
147
147
|
});
|
|
148
|
-
function
|
|
149
|
-
|
|
150
|
-
|
|
148
|
+
function T(a) {
|
|
149
|
+
E.value.toggleApp(a).then(() => {
|
|
150
|
+
i();
|
|
151
151
|
});
|
|
152
152
|
}
|
|
153
|
-
const
|
|
153
|
+
const v = h(""), t = [
|
|
154
154
|
{
|
|
155
155
|
label: "Mouse",
|
|
156
156
|
id: "mouse"
|
|
@@ -168,72 +168,72 @@ const Z = {
|
|
|
168
168
|
id: "performance"
|
|
169
169
|
}
|
|
170
170
|
];
|
|
171
|
-
function
|
|
171
|
+
function i() {
|
|
172
172
|
y.value?.clear();
|
|
173
173
|
}
|
|
174
|
-
function
|
|
175
|
-
|
|
174
|
+
function o() {
|
|
175
|
+
i();
|
|
176
176
|
}
|
|
177
|
-
return (
|
|
178
|
-
const B =
|
|
179
|
-
return l(),
|
|
180
|
-
|
|
177
|
+
return (a, m) => {
|
|
178
|
+
const B = ce;
|
|
179
|
+
return l(), n("div", ue, [
|
|
180
|
+
r(e(J), {
|
|
181
181
|
ref_key: "splitpanesRef",
|
|
182
|
-
ref:
|
|
182
|
+
ref: b,
|
|
183
183
|
class: "flex-1 overflow-auto",
|
|
184
|
-
horizontal: e(
|
|
185
|
-
onReady:
|
|
184
|
+
horizontal: e(c),
|
|
185
|
+
onReady: m[2] || (m[2] = (x) => _.value = !0)
|
|
186
186
|
}, {
|
|
187
|
-
default:
|
|
188
|
-
e(
|
|
187
|
+
default: k(() => [
|
|
188
|
+
e(p).length > 1 ? (l(), O(e(C), {
|
|
189
189
|
key: 0,
|
|
190
190
|
border: "base h-full",
|
|
191
191
|
size: "20"
|
|
192
192
|
}, {
|
|
193
|
-
default:
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
modelValue: e(
|
|
197
|
-
"onUpdate:modelValue":
|
|
198
|
-
data: e(
|
|
193
|
+
default: k(() => [
|
|
194
|
+
d("div", pe, [
|
|
195
|
+
r(e(Q), {
|
|
196
|
+
modelValue: e(s),
|
|
197
|
+
"onUpdate:modelValue": m[0] || (m[0] = (x) => A(s) ? s.value = x : null),
|
|
198
|
+
data: e(S),
|
|
199
199
|
class: "w-full",
|
|
200
|
-
onSelect:
|
|
200
|
+
onSelect: T
|
|
201
201
|
}, null, 8, ["modelValue", "data"])
|
|
202
202
|
])
|
|
203
203
|
]),
|
|
204
204
|
_: 1
|
|
205
205
|
})) : N("", !0),
|
|
206
|
-
|
|
206
|
+
r(e(C), {
|
|
207
207
|
border: "base",
|
|
208
208
|
"h-full": ""
|
|
209
209
|
}, {
|
|
210
|
-
default:
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
modelValue: e(
|
|
215
|
-
"onUpdate:modelValue":
|
|
216
|
-
data:
|
|
210
|
+
default: k(() => [
|
|
211
|
+
d("div", ve, [
|
|
212
|
+
d("div", me, [
|
|
213
|
+
r(B, {
|
|
214
|
+
modelValue: e(v),
|
|
215
|
+
"onUpdate:modelValue": m[1] || (m[1] = (x) => A(v) ? v.value = x : null),
|
|
216
|
+
data: t,
|
|
217
217
|
class: "w-full",
|
|
218
|
-
onSelect:
|
|
219
|
-
onClear:
|
|
218
|
+
onSelect: o,
|
|
219
|
+
onClear: i
|
|
220
220
|
}, null, 8, ["modelValue"])
|
|
221
221
|
])
|
|
222
222
|
])
|
|
223
223
|
]),
|
|
224
224
|
_: 1
|
|
225
225
|
}),
|
|
226
|
-
|
|
226
|
+
r(e(C), {
|
|
227
227
|
relative: "",
|
|
228
228
|
"h-full": "",
|
|
229
229
|
size: "65"
|
|
230
230
|
}, {
|
|
231
|
-
default:
|
|
232
|
-
|
|
233
|
-
|
|
231
|
+
default: k(() => [
|
|
232
|
+
d("div", fe, [
|
|
233
|
+
r(e(X), {
|
|
234
234
|
ref_key: "timelineRef",
|
|
235
235
|
ref: y,
|
|
236
|
-
"layer-ids": [e(
|
|
236
|
+
"layer-ids": [e(v)],
|
|
237
237
|
"header-visible": !1,
|
|
238
238
|
"doc-link": "",
|
|
239
239
|
"plugin-id": "",
|
|
@@ -251,5 +251,5 @@ const Z = {
|
|
|
251
251
|
}
|
|
252
252
|
});
|
|
253
253
|
export {
|
|
254
|
-
|
|
254
|
+
_e as default
|
|
255
255
|
};
|