@vue/devtools-electron 8.0.2 → 8.0.3
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-DLtdfn-T.js +25 -0
- package/client/{SectionBlock-xKhegVP9.js → SectionBlock-cb4DPSS8.js} +32 -32
- package/client/assets-DrHz0toh.js +1049 -0
- package/client/{components-BrOQ-ofv.js → components-D9oYqSOd.js} +3 -3
- package/client/{custom-inspector-tab-view-CkdhUYIP.js → custom-inspector-tab-view-BXQti9hQ.js} +3 -3
- package/client/{custom-tab-view-B5kvwrLc.js → custom-tab-view-vRg-h0gX.js} +3 -3
- package/client/devtools-panel.css +1 -1
- package/client/devtools-panel.js +1 -1
- package/client/{graph-CFurbIKf.js → graph-DAdoYvsj.js} +24166 -23913
- package/client/{index-i0Vo12ev.js → index-e6Cke-ty.js} +15848 -16028
- package/client/{overview-BJSdT74g.js → overview-DoRkU2w7.js} +2 -2
- package/client/{pages-IcPQYatG.js → pages-D6NTK9Y9.js} +128 -128
- package/client/pinia-CcHBChl0.js +11 -0
- package/client/{router-Dw9ZK4h3.js → router-CPCI84Qu.js} +1 -1
- package/client/{settings-kuD3Maam.js → settings-DEG_TfAU.js} +11 -11
- package/client/{timeline-BeMBNQIL.js → timeline-nZEynGnP.js} +38 -38
- package/dist/cli.cjs +4 -4
- package/dist/cli.mjs +4 -4
- package/dist/devtools.js +286 -311
- 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 +55 -55
- package/dist/user-app.js +1 -1
- package/package.json +7 -8
- package/client/IconTitle.vue_vue_type_script_setup_true_lang-Dw_OETO7.js +0 -25
- package/client/assets-_5Yea5Fb.js +0 -1049
- package/client/pinia-DKTNMgsj.js +0 -11
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { d as o, c as t, o as a, a as s, r as c, n as l, b as r, t as i } from "./index-e6Cke-ty.js";
|
|
2
|
+
const d = {
|
|
3
|
+
flex: "~ gap-3",
|
|
4
|
+
"items-center": ""
|
|
5
|
+
}, f = /* @__PURE__ */ o({
|
|
6
|
+
__name: "IconTitle",
|
|
7
|
+
props: {
|
|
8
|
+
icon: {},
|
|
9
|
+
text: {}
|
|
10
|
+
},
|
|
11
|
+
setup(e) {
|
|
12
|
+
return (n, m) => (a(), t("div", d, [
|
|
13
|
+
e.icon ? (a(), t("div", {
|
|
14
|
+
key: 0,
|
|
15
|
+
class: l(e.icon)
|
|
16
|
+
}, null, 2)) : s("", !0),
|
|
17
|
+
c(n.$slots, "default", {}, () => [
|
|
18
|
+
r("div", null, i(e.text), 1)
|
|
19
|
+
])
|
|
20
|
+
]));
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
export {
|
|
24
|
+
f as _
|
|
25
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { _ as
|
|
2
|
-
import { d as
|
|
3
|
-
const S = ["open"],
|
|
1
|
+
import { _ as x } from "./IconTitle.vue_vue_type_script_setup_true_lang-DLtdfn-T.js";
|
|
2
|
+
import { d as g, c, o as i, F as y, b as o, u as l, S as B, T as $, n as r, s as h, w as b, r as s, e as k, a as d, U as w, V as C, H as u, t as p, W as V } from "./index-e6Cke-ty.js";
|
|
3
|
+
const S = ["open"], N = { "text-base": "" }, T = {
|
|
4
4
|
key: 0,
|
|
5
5
|
"text-sm": "",
|
|
6
6
|
op50: ""
|
|
7
|
-
},
|
|
7
|
+
}, z = /* @__PURE__ */ g({
|
|
8
8
|
__name: "SectionBlock",
|
|
9
9
|
props: {
|
|
10
10
|
icon: {},
|
|
@@ -15,16 +15,16 @@ const S = ["open"], x = { "text-base": "" }, N = {
|
|
|
15
15
|
open: { type: Boolean, default: !0 },
|
|
16
16
|
padding: { type: [Boolean, String], default: !0 }
|
|
17
17
|
},
|
|
18
|
-
setup(
|
|
19
|
-
const
|
|
20
|
-
function v(
|
|
21
|
-
|
|
18
|
+
setup(e) {
|
|
19
|
+
const n = B(e, "open", void 0, { passive: !0 });
|
|
20
|
+
function v(t) {
|
|
21
|
+
n.value = t.target.open;
|
|
22
22
|
}
|
|
23
|
-
return (
|
|
24
|
-
const f =
|
|
25
|
-
return
|
|
23
|
+
return (t, a) => {
|
|
24
|
+
const f = x, m = C("lazy-show");
|
|
25
|
+
return i(), c(y, null, [
|
|
26
26
|
o("details", {
|
|
27
|
-
open:
|
|
27
|
+
open: l(n),
|
|
28
28
|
onToggle: v
|
|
29
29
|
}, [
|
|
30
30
|
o("summary", {
|
|
@@ -35,24 +35,24 @@ const S = ["open"], x = { "text-base": "" }, N = {
|
|
|
35
35
|
text: e.text,
|
|
36
36
|
"text-xl": "",
|
|
37
37
|
transition: "",
|
|
38
|
-
class: r(
|
|
38
|
+
class: r(l(n) ? "op100" : "op60")
|
|
39
39
|
}, {
|
|
40
40
|
default: b(() => [
|
|
41
41
|
o("div", null, [
|
|
42
|
-
o("div",
|
|
43
|
-
s(
|
|
44
|
-
|
|
42
|
+
o("div", N, [
|
|
43
|
+
s(t.$slots, "text", {}, () => [
|
|
44
|
+
u(p(e.text), 1)
|
|
45
45
|
], !0)
|
|
46
46
|
]),
|
|
47
|
-
e.description ||
|
|
48
|
-
s(
|
|
49
|
-
|
|
47
|
+
e.description || t.$slots.description ? (i(), c("div", T, [
|
|
48
|
+
s(t.$slots, "description", {}, () => [
|
|
49
|
+
u(p(e.description), 1)
|
|
50
50
|
], !0)
|
|
51
|
-
])) :
|
|
51
|
+
])) : d("", !0)
|
|
52
52
|
]),
|
|
53
|
-
|
|
54
|
-
s(
|
|
55
|
-
e.collapse ? (
|
|
53
|
+
a[0] || (a[0] = o("div", { class: "flex-auto" }, null, -1)),
|
|
54
|
+
s(t.$slots, "actions", {}, void 0, !0),
|
|
55
|
+
e.collapse ? (i(), k(l(w), {
|
|
56
56
|
key: 0,
|
|
57
57
|
icon: "i-carbon-chevron-down",
|
|
58
58
|
class: "chevron",
|
|
@@ -62,30 +62,30 @@ const S = ["open"], x = { "text-base": "" }, N = {
|
|
|
62
62
|
op75: "",
|
|
63
63
|
transition: "",
|
|
64
64
|
"duration-500": ""
|
|
65
|
-
})) :
|
|
65
|
+
})) : d("", !0)
|
|
66
66
|
]),
|
|
67
67
|
_: 3
|
|
68
68
|
}, 8, ["icon", "text", "class"])
|
|
69
69
|
], 2),
|
|
70
|
-
$((
|
|
70
|
+
$((i(), c("div", {
|
|
71
71
|
class: r(["flex flex-col flex-gap2 pb6 pt2", typeof e.padding == "string" ? e.padding : e.padding ? "px4" : ""])
|
|
72
72
|
}, [
|
|
73
|
-
s(
|
|
73
|
+
s(t.$slots, "details", {}, void 0, !0),
|
|
74
74
|
o("div", {
|
|
75
75
|
class: r([e.containerClass, "mt1"])
|
|
76
76
|
}, [
|
|
77
|
-
s(
|
|
77
|
+
s(t.$slots, "default", {}, void 0, !0)
|
|
78
78
|
], 2),
|
|
79
|
-
s(
|
|
79
|
+
s(t.$slots, "footer", {}, void 0, !0)
|
|
80
80
|
], 2)), [
|
|
81
|
-
[m,
|
|
81
|
+
[m, l(n)]
|
|
82
82
|
])
|
|
83
83
|
], 40, S),
|
|
84
|
-
|
|
84
|
+
a[1] || (a[1] = o("div", { class: "x-divider" }, null, -1))
|
|
85
85
|
], 64);
|
|
86
86
|
};
|
|
87
87
|
}
|
|
88
|
-
}),
|
|
88
|
+
}), E = /* @__PURE__ */ V(z, [["__scopeId", "data-v-d1d325e5"]]);
|
|
89
89
|
export {
|
|
90
|
-
|
|
90
|
+
E as _
|
|
91
91
|
};
|