@vue/devtools-electron 7.7.7 → 8.0.0
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-CzNAudTz.js → IconTitle.vue_vue_type_script_setup_true_lang-BUuVJmL3.js} +1 -1
- package/client/{SectionBlock-Dp0NIF_b.js → SectionBlock-CVoN8mOT.js} +15 -14
- package/client/assets-BPNh8kJj.js +1052 -0
- package/client/{components-BgyXz8w_.js → components-DXEkYjql.js} +1 -1
- package/client/css-CECN5uSL.js +6 -0
- package/client/custom-inspector-tab-view-DJHDSM_Q.js +50 -0
- package/client/{custom-tab-view-DnTFKhiI.js → custom-tab-view-CZSDs4VF.js} +3 -3
- package/client/devtools-panel.css +1 -1
- package/client/devtools-panel.js +1 -1
- package/client/diff-BxzP2J8R.js +6 -0
- package/client/graph-nbr14wai.js +49115 -0
- package/client/html-7XVNRwN7.js +10 -0
- package/client/{index-C7XPmmLS.js → index-1gPbFyyc.js} +32271 -33396
- package/client/javascript-Dp1Jmi5H.js +6 -0
- package/client/json-DxJze_jm.js +6 -0
- package/client/{overview-NOHiLwdq.js → overview-C9jQTCuB.js} +122 -112
- package/client/pages-DzlmtyA2.js +360 -0
- package/client/pinia-D_f90X-a.js +11 -0
- package/client/router-Co--FDag.js +12 -0
- package/client/{settings-DTrnopyF.js → settings-WVpvn2wJ.js} +66 -64
- package/client/shellscript-InADTalH.js +6 -0
- package/client/{timeline-CVQgEdyi.js → timeline-CUtNI62c.js} +51 -52
- package/client/typescript-mg6ATTE8.js +6 -0
- package/client/vue-BEZF_Tsk.js +33 -0
- package/client/vue-html-CBbEFYtW.js +10 -0
- package/client/yaml-DaO7k5B1.js +6 -0
- package/dist/app.js +1 -1
- package/dist/cli.d.cts +1 -1
- package/dist/cli.d.mts +1 -1
- package/dist/cli.d.ts +1 -1
- package/dist/devtools.js +850 -889
- 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 +62 -107
- package/dist/user-app.js +1 -1
- package/package.json +11 -11
- package/client/assets-Cenvjhy6.js +0 -1081
- package/client/css-BnL1064W.js +0 -6
- package/client/custom-inspector-tab-view-dZSnsHNr.js +0 -53
- package/client/diff-DOdUfPSR.js +0 -6
- package/client/graph-CHZkohji.js +0 -49959
- package/client/html-Iy9EJBkL.js +0 -10
- package/client/javascript-CXHlxgtu.js +0 -6
- package/client/json-D4cXEhM0.js +0 -6
- package/client/pages-Bqu7i9_W.js +0 -377
- package/client/pinia-VeJqP-Jl.js +0 -11
- package/client/router-BW0WfY9R.js +0 -18
- package/client/shellscript-DmhSIIKI.js +0 -6
- package/client/typescript-DKfvlBCw.js +0 -6
- package/client/vue-ChaKAHzo.js +0 -33
- package/client/vue-html-Hg1VsDox.js +0 -10
- package/client/yaml-DcQhbMrL.js +0 -6
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { _ as g } from "./IconTitle.vue_vue_type_script_setup_true_lang-
|
|
2
|
-
import { d as y,
|
|
3
|
-
const
|
|
1
|
+
import { _ as g } from "./IconTitle.vue_vue_type_script_setup_true_lang-BUuVJmL3.js";
|
|
2
|
+
import { d as y, S as _, c as l, o as a, F as B, b as o, u as i, T as $, n as r, w as h, y as b, r as s, e as k, a as p, U as w, V as C, H as d, t as c, W as V } from "./index-1gPbFyyc.js";
|
|
3
|
+
const S = ["open"], x = { "text-base": "" }, N = {
|
|
4
4
|
key: 0,
|
|
5
5
|
"text-sm": "",
|
|
6
6
|
op50: ""
|
|
7
|
-
},
|
|
7
|
+
}, T = /* @__PURE__ */ y({
|
|
8
8
|
__name: "SectionBlock",
|
|
9
9
|
props: {
|
|
10
10
|
icon: {},
|
|
@@ -28,7 +28,7 @@ const V = ["open"], N = { "text-base": "" }, S = {
|
|
|
28
28
|
onToggle: v
|
|
29
29
|
}, [
|
|
30
30
|
o("summary", {
|
|
31
|
-
class: r(["cursor-pointer select-none hover:bg-active
|
|
31
|
+
class: r(["cursor-pointer select-none p4 hover:bg-active", e.collapse ? "" : "pointer-events-none"])
|
|
32
32
|
}, [
|
|
33
33
|
h(f, {
|
|
34
34
|
icon: e.icon,
|
|
@@ -37,14 +37,14 @@ const V = ["open"], N = { "text-base": "" }, S = {
|
|
|
37
37
|
transition: "",
|
|
38
38
|
class: r(i(t) ? "op100" : "op60")
|
|
39
39
|
}, {
|
|
40
|
-
default:
|
|
40
|
+
default: b(() => [
|
|
41
41
|
o("div", null, [
|
|
42
|
-
o("div",
|
|
42
|
+
o("div", x, [
|
|
43
43
|
s(e.$slots, "text", {}, () => [
|
|
44
44
|
d(c(e.text), 1)
|
|
45
45
|
], !0)
|
|
46
46
|
]),
|
|
47
|
-
e.description || e.$slots.description ? (a(), l("div",
|
|
47
|
+
e.description || e.$slots.description ? (a(), l("div", N, [
|
|
48
48
|
s(e.$slots, "description", {}, () => [
|
|
49
49
|
d(c(e.description), 1)
|
|
50
50
|
], !0)
|
|
@@ -52,19 +52,20 @@ const V = ["open"], N = { "text-base": "" }, S = {
|
|
|
52
52
|
]),
|
|
53
53
|
n[0] || (n[0] = o("div", { class: "flex-auto" }, null, -1)),
|
|
54
54
|
s(e.$slots, "actions", {}, void 0, !0),
|
|
55
|
-
e.collapse ? (a(),
|
|
55
|
+
e.collapse ? (a(), k(i(w), {
|
|
56
56
|
key: 0,
|
|
57
57
|
icon: "i-carbon-chevron-down",
|
|
58
58
|
class: "chevron",
|
|
59
59
|
"cursor-pointer": "",
|
|
60
60
|
"place-self-start": "",
|
|
61
|
+
"text-base": "",
|
|
61
62
|
op75: "",
|
|
62
63
|
transition: "",
|
|
63
|
-
"duration-500": ""
|
|
64
|
-
"text-base": ""
|
|
64
|
+
"duration-500": ""
|
|
65
65
|
})) : p("", !0)
|
|
66
66
|
]),
|
|
67
|
-
_: 3
|
|
67
|
+
_: 3,
|
|
68
|
+
__: [0]
|
|
68
69
|
}, 8, ["icon", "text", "class"])
|
|
69
70
|
], 2),
|
|
70
71
|
$((a(), l("div", {
|
|
@@ -80,12 +81,12 @@ const V = ["open"], N = { "text-base": "" }, S = {
|
|
|
80
81
|
], 2)), [
|
|
81
82
|
[m, i(t)]
|
|
82
83
|
])
|
|
83
|
-
], 40,
|
|
84
|
+
], 40, S),
|
|
84
85
|
n[1] || (n[1] = o("div", { class: "x-divider" }, null, -1))
|
|
85
86
|
], 64);
|
|
86
87
|
};
|
|
87
88
|
}
|
|
88
|
-
}), I = /* @__PURE__ */
|
|
89
|
+
}), I = /* @__PURE__ */ V(T, [["__scopeId", "data-v-d1d325e5"]]);
|
|
89
90
|
export {
|
|
90
91
|
I as _
|
|
91
92
|
};
|