@vue/devtools-electron 8.0.2 → 8.0.4

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.
Files changed (30) hide show
  1. package/client/IconTitle.vue_vue_type_script_setup_true_lang-DP32G0tf.js +25 -0
  2. package/client/{SectionBlock-xKhegVP9.js → SectionBlock-COywJh9H.js} +32 -32
  3. package/client/assets-CtLN4HSW.js +1049 -0
  4. package/client/{components-BrOQ-ofv.js → components-D9hzDL5e.js} +3 -3
  5. package/client/{custom-inspector-tab-view-CkdhUYIP.js → custom-inspector-tab-view-CgbC8V32.js} +3 -3
  6. package/client/{custom-tab-view-B5kvwrLc.js → custom-tab-view-Nv2OEHgp.js} +3 -3
  7. package/client/devtools-panel.css +1 -1
  8. package/client/devtools-panel.js +1 -1
  9. package/client/{graph-CFurbIKf.js → graph-D2U6Ko6A.js} +24173 -23913
  10. package/client/{index-i0Vo12ev.js → index-BLVlznEl.js} +15848 -16028
  11. package/client/{overview-BJSdT74g.js → overview-B1jXzkLb.js} +2 -2
  12. package/client/{pages-IcPQYatG.js → pages-CD3Vo3bP.js} +128 -128
  13. package/client/pinia-iCYu-5A6.js +11 -0
  14. package/client/{router-Dw9ZK4h3.js → router-BZFemq6K.js} +1 -1
  15. package/client/{settings-kuD3Maam.js → settings-Dkkin8YR.js} +11 -11
  16. package/client/{timeline-BeMBNQIL.js → timeline-B5nTW0v0.js} +38 -38
  17. package/dist/cli.cjs +4 -4
  18. package/dist/cli.mjs +4 -4
  19. package/dist/devtools.js +286 -311
  20. package/dist/index.cjs +1 -1
  21. package/dist/index.js +1 -1
  22. package/dist/user-app.cjs +1 -1
  23. package/dist/user-app.iife.js +55 -55
  24. package/dist/user-app.js +1 -1
  25. package/package.json +7 -8
  26. package/client/IconTitle.vue_vue_type_script_setup_true_lang-Dw_OETO7.js +0 -25
  27. package/client/assets-_5Yea5Fb.js +0 -1049
  28. package/client/color-scheme.js +0 -6
  29. package/client/logo.svg +0 -208
  30. 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-BLVlznEl.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 g } from "./IconTitle.vue_vue_type_script_setup_true_lang-Dw_OETO7.js";
2
- import { d as y, c as l, o as a, F as B, b as o, u as i, S as _, T as $, n as r, q as h, w 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-i0Vo12ev.js";
3
- const S = ["open"], x = { "text-base": "" }, N = {
1
+ import { _ as x } from "./IconTitle.vue_vue_type_script_setup_true_lang-DP32G0tf.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-BLVlznEl.js";
3
+ const S = ["open"], N = { "text-base": "" }, T = {
4
4
  key: 0,
5
5
  "text-sm": "",
6
6
  op50: ""
7
- }, T = /* @__PURE__ */ y({
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(u) {
19
- const t = _(u, "open", void 0, { passive: !0 });
20
- function v(e) {
21
- t.value = e.target.open;
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 (e, n) => {
24
- const f = g, m = C("lazy-show");
25
- return a(), l(B, null, [
23
+ return (t, a) => {
24
+ const f = x, m = C("lazy-show");
25
+ return i(), c(y, null, [
26
26
  o("details", {
27
- open: i(t),
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(i(t) ? "op100" : "op60")
38
+ class: r(l(n) ? "op100" : "op60")
39
39
  }, {
40
40
  default: b(() => [
41
41
  o("div", null, [
42
- o("div", x, [
43
- s(e.$slots, "text", {}, () => [
44
- d(c(e.text), 1)
42
+ o("div", N, [
43
+ s(t.$slots, "text", {}, () => [
44
+ u(p(e.text), 1)
45
45
  ], !0)
46
46
  ]),
47
- e.description || e.$slots.description ? (a(), l("div", N, [
48
- s(e.$slots, "description", {}, () => [
49
- d(c(e.description), 1)
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
- ])) : p("", !0)
51
+ ])) : d("", !0)
52
52
  ]),
53
- n[0] || (n[0] = o("div", { class: "flex-auto" }, null, -1)),
54
- s(e.$slots, "actions", {}, void 0, !0),
55
- e.collapse ? (a(), k(i(w), {
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
- })) : p("", !0)
65
+ })) : d("", !0)
66
66
  ]),
67
67
  _: 3
68
68
  }, 8, ["icon", "text", "class"])
69
69
  ], 2),
70
- $((a(), l("div", {
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(e.$slots, "details", {}, void 0, !0),
73
+ s(t.$slots, "details", {}, void 0, !0),
74
74
  o("div", {
75
75
  class: r([e.containerClass, "mt1"])
76
76
  }, [
77
- s(e.$slots, "default", {}, void 0, !0)
77
+ s(t.$slots, "default", {}, void 0, !0)
78
78
  ], 2),
79
- s(e.$slots, "footer", {}, void 0, !0)
79
+ s(t.$slots, "footer", {}, void 0, !0)
80
80
  ], 2)), [
81
- [m, i(t)]
81
+ [m, l(n)]
82
82
  ])
83
83
  ], 40, S),
84
- n[1] || (n[1] = o("div", { class: "x-divider" }, null, -1))
84
+ a[1] || (a[1] = o("div", { class: "x-divider" }, null, -1))
85
85
  ], 64);
86
86
  };
87
87
  }
88
- }), I = /* @__PURE__ */ V(T, [["__scopeId", "data-v-d1d325e5"]]);
88
+ }), E = /* @__PURE__ */ V(z, [["__scopeId", "data-v-d1d325e5"]]);
89
89
  export {
90
- I as _
90
+ E as _
91
91
  };