vite-plugin-vue-devtools 0.0.1-alpha.0 → 0.0.1-alpha.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.
Files changed (30) hide show
  1. package/dist/client/assets/VCard-71dc6c0a.js +15 -0
  2. package/dist/client/assets/VIcon.vue_vue_type_script_setup_true_lang-527d8187.js +19 -0
  3. package/dist/client/assets/VIconTitle.vue_vue_type_script_setup_true_lang-e9a02b1e.js +30 -0
  4. package/dist/client/assets/VPanelGrids-0fa9ab66.js +15 -0
  5. package/dist/client/assets/VTextInput-52804693.css +18 -0
  6. package/dist/client/assets/VTextInput.vue_vue_type_script_setup_true_lang-3269f8e0.js +145 -0
  7. package/dist/client/assets/__inspecting-e003e6f0.js +51 -0
  8. package/dist/client/assets/assets-d5f2037f.js +1403 -0
  9. package/dist/client/assets/components-ce0097f5.js +699 -0
  10. package/dist/client/assets/fuse.esm-c317b696.js +1782 -0
  11. package/dist/client/assets/graph-c308dc8c.js +52260 -0
  12. package/dist/client/assets/index-bed0f7d1.js +15568 -0
  13. package/dist/client/assets/index-f0fa9f81.css +454 -0
  14. package/dist/client/assets/inspect-1db9f22a.js +96 -0
  15. package/dist/client/assets/overview-8afd7e36.js +302 -0
  16. package/dist/client/assets/pages-1eda0955.js +21 -0
  17. package/dist/client/assets/pages-d25b8928.js +320 -0
  18. package/dist/client/assets/pinia-622c9a72.js +139 -0
  19. package/dist/client/assets/routes-abe90ae8.js +129 -0
  20. package/dist/client/assets/rpc-9c16d07a.js +136 -0
  21. package/dist/client/assets/settings-256557dc.js +299 -0
  22. package/dist/client/assets/splitpanes.es-012cdbb8.js +725 -0
  23. package/dist/client/assets/timeline-d6eff46a.js +209 -0
  24. package/dist/client/index.html +23 -0
  25. package/dist/index.cjs +7764 -0
  26. package/dist/index.d.ts +5 -0
  27. package/dist/index.mjs +7748 -0
  28. package/package.json +92 -8
  29. package/src/node/Container.vue +298 -0
  30. package/src/node/app.js +41 -0
@@ -0,0 +1,15 @@
1
+ import { aw as _export_sfc, o as openBlock, c as createElementBlock, v as renderSlot } from './index-bed0f7d1.js';
2
+
3
+ /* unplugin-vue-components disabled */const _sfc_main = {};
4
+
5
+ const _hoisted_1 = { class: "n-card n-card-base" };
6
+
7
+ function _sfc_render(_ctx, _cache) {
8
+ return (openBlock(), createElementBlock("div", _hoisted_1, [
9
+ renderSlot(_ctx.$slots, "default")
10
+ ]))
11
+ }
12
+ const __unplugin_components_7 = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
13
+ /* Injected with object hook! */
14
+
15
+ export { __unplugin_components_7 as _ };
@@ -0,0 +1,19 @@
1
+ import { d as defineComponent, o as openBlock, c as createElementBlock, n as normalizeClass } from './index-bed0f7d1.js';
2
+
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ __name: "VIcon",
5
+ props: {
6
+ icon: null
7
+ },
8
+ setup(__props) {
9
+ return (_ctx, _cache) => {
10
+ return openBlock(), createElementBlock("div", {
11
+ class: normalizeClass(["n-icon", __props.icon])
12
+ }, null, 2);
13
+ };
14
+ }
15
+ });
16
+
17
+ /* Injected with object hook! */
18
+
19
+ export { _sfc_main as _ };
@@ -0,0 +1,30 @@
1
+ import { d as defineComponent, o as openBlock, c as createElementBlock, n as normalizeClass, m as createCommentVNode, v as renderSlot, e as createBaseVNode, t as toDisplayString } from './index-bed0f7d1.js';
2
+
3
+ const _hoisted_1 = {
4
+ flex: "~ gap-3",
5
+ "items-center": ""
6
+ };
7
+ const _sfc_main = /* @__PURE__ */ defineComponent({
8
+ __name: "VIconTitle",
9
+ props: {
10
+ icon: null,
11
+ text: null
12
+ },
13
+ setup(__props) {
14
+ return (_ctx, _cache) => {
15
+ return openBlock(), createElementBlock("div", _hoisted_1, [
16
+ __props.icon ? (openBlock(), createElementBlock("div", {
17
+ key: 0,
18
+ class: normalizeClass(__props.icon)
19
+ }, null, 2)) : createCommentVNode("", true),
20
+ renderSlot(_ctx.$slots, "default", {}, () => [
21
+ createBaseVNode("div", null, toDisplayString(__props.text), 1)
22
+ ])
23
+ ]);
24
+ };
25
+ }
26
+ });
27
+
28
+ /* Injected with object hook! */
29
+
30
+ export { _sfc_main as _ };
@@ -0,0 +1,15 @@
1
+ import { aw as _export_sfc, o as openBlock, c as createElementBlock, v as renderSlot } from './index-bed0f7d1.js';
2
+
3
+ /* unplugin-vue-components disabled */const _sfc_main = {};
4
+
5
+ const _hoisted_1 = { class: "n-panel-grids-center" };
6
+
7
+ function _sfc_render(_ctx, _cache) {
8
+ return (openBlock(), createElementBlock("div", _hoisted_1, [
9
+ renderSlot(_ctx.$slots, "default")
10
+ ]))
11
+ }
12
+ const __unplugin_components_0 = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
13
+ /* Injected with object hook! */
14
+
15
+ export { __unplugin_components_0 as _ };
@@ -0,0 +1,18 @@
1
+
2
+ details[data-v-cf2e46eb] {
3
+ border-style:none;;
4
+ }
5
+ summary[data-v-cf2e46eb] {
6
+ border-style:none;;
7
+ list-style: none;
8
+ }
9
+ details[open] summary[data-v-cf2e46eb] {
10
+ border-style:none;;
11
+ }
12
+ details summary[data-v-cf2e46eb]::-webkit-details-marker {
13
+ display:none;
14
+ }
15
+ details[open] .chevron[data-v-cf2e46eb] {
16
+ transform: rotate(180deg);
17
+ opacity: 0.75;
18
+ }
@@ -0,0 +1,145 @@
1
+ import { _ as _sfc_main$2 } from './VIconTitle.vue_vue_type_script_setup_true_lang-e9a02b1e.js';
2
+ import { _ as _sfc_main$3 } from './VIcon.vue_vue_type_script_setup_true_lang-527d8187.js';
3
+ import { d as defineComponent, s as useVModel, o as openBlock, c as createElementBlock, e as createBaseVNode, n as normalizeClass, b as createVNode, w as withCtx, v as renderSlot, m as createCommentVNode, a as createBlock, u as unref, x as withDirectives, F as Fragment, ax as resolveDirective, E as createTextVNode, t as toDisplayString, ay as pushScopeId, az as popScopeId, aw as _export_sfc, aA as vModelDynamic, an as mergeProps, z as isRef } from './index-bed0f7d1.js';
4
+
5
+ const _withScopeId = (n) => (pushScopeId("data-v-cf2e46eb"), n = n(), popScopeId(), n);
6
+ const _hoisted_1$1 = ["open"];
7
+ const _hoisted_2 = { "text-base": "" };
8
+ const _hoisted_3 = {
9
+ key: 0,
10
+ "text-sm": "",
11
+ op50: ""
12
+ };
13
+ const _hoisted_4 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createBaseVNode("div", { class: "flex-auto" }, null, -1));
14
+ const _hoisted_5 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createBaseVNode("div", { class: "x-divider" }, null, -1));
15
+ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
16
+ __name: "VSectionBlock",
17
+ props: {
18
+ icon: null,
19
+ text: null,
20
+ description: null,
21
+ containerClass: { default: "" },
22
+ collapse: { type: Boolean, default: true },
23
+ open: { type: Boolean, default: true },
24
+ padding: { type: [Boolean, String], default: true }
25
+ },
26
+ setup(__props) {
27
+ const props = __props;
28
+ const open = useVModel(props, "open", void 0, { passive: true });
29
+ function onToggle(e) {
30
+ open.value = e.target.open;
31
+ }
32
+ return (_ctx, _cache) => {
33
+ const _component_VIcon = _sfc_main$3;
34
+ const _component_VIconTitle = _sfc_main$2;
35
+ const _directive_lazy_show = resolveDirective("lazy-show");
36
+ return openBlock(), createElementBlock(Fragment, null, [
37
+ createBaseVNode("details", {
38
+ open: unref(open),
39
+ onToggle
40
+ }, [
41
+ createBaseVNode("summary", {
42
+ class: normalizeClass(["cursor-pointer select-none hover:bg-active p4", __props.collapse ? "" : "pointer-events-none"])
43
+ }, [
44
+ createVNode(_component_VIconTitle, {
45
+ icon: __props.icon,
46
+ text: __props.text,
47
+ "text-xl": "",
48
+ transition: "",
49
+ class: normalizeClass(unref(open) ? "op100" : "op60")
50
+ }, {
51
+ default: withCtx(() => [
52
+ createBaseVNode("div", null, [
53
+ createBaseVNode("div", _hoisted_2, [
54
+ renderSlot(_ctx.$slots, "text", {}, () => [
55
+ createTextVNode(toDisplayString(__props.text), 1)
56
+ ], true)
57
+ ]),
58
+ __props.description || _ctx.$slots.description ? (openBlock(), createElementBlock("div", _hoisted_3, [
59
+ renderSlot(_ctx.$slots, "description", {}, () => [
60
+ createTextVNode(toDisplayString(__props.description), 1)
61
+ ], true)
62
+ ])) : createCommentVNode("", true)
63
+ ]),
64
+ _hoisted_4,
65
+ renderSlot(_ctx.$slots, "actions", {}, void 0, true),
66
+ __props.collapse ? (openBlock(), createBlock(_component_VIcon, {
67
+ key: 0,
68
+ icon: "carbon-chevron-down",
69
+ class: "chevron",
70
+ "cursor-pointer": "",
71
+ "place-self-start": "",
72
+ "text-base": "",
73
+ op75: "",
74
+ transition: "",
75
+ "duration-500": ""
76
+ })) : createCommentVNode("", true)
77
+ ]),
78
+ _: 3
79
+ }, 8, ["icon", "text", "class"])
80
+ ], 2),
81
+ withDirectives((openBlock(), createElementBlock("div", {
82
+ class: normalizeClass(["flex flex-col flex-gap2 pb6 pt2", typeof __props.padding === "string" ? __props.padding : __props.padding ? "px4" : ""])
83
+ }, [
84
+ renderSlot(_ctx.$slots, "details", {}, void 0, true),
85
+ createBaseVNode("div", {
86
+ class: normalizeClass([__props.containerClass, "mt1"])
87
+ }, [
88
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
89
+ ], 2),
90
+ renderSlot(_ctx.$slots, "footer", {}, void 0, true)
91
+ ], 2)), [
92
+ [_directive_lazy_show, unref(open)]
93
+ ])
94
+ ], 40, _hoisted_1$1),
95
+ _hoisted_5
96
+ ], 64);
97
+ };
98
+ }
99
+ });
100
+
101
+ /* Injected with object hook! */
102
+
103
+ /* unplugin-vue-components disabled */const VSectionBlock_vue_vue_type_style_index_0_scoped_cf2e46eb_lang = '';
104
+ /* Injected with object hook! */
105
+
106
+ const __unplugin_components_3 = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-cf2e46eb"]]);
107
+
108
+ /* Injected with object hook! */
109
+
110
+ const _hoisted_1 = { class: "n-text-input flex flex items-center border n-border-base rounded py-1 pl-1 pr-2 focus-within:n-focus-base focus-within:border-context n-bg-base" };
111
+ const _sfc_main = /* @__PURE__ */ defineComponent({
112
+ __name: "VTextInput",
113
+ props: {
114
+ modelValue: { default: "" },
115
+ icon: null,
116
+ placeholder: null,
117
+ disabled: { type: Boolean },
118
+ type: { default: "text" }
119
+ },
120
+ setup(__props, { emit }) {
121
+ const props = __props;
122
+ const input = useVModel(props, "modelValue", emit, { passive: true });
123
+ return (_ctx, _cache) => {
124
+ const _component_VIcon = _sfc_main$3;
125
+ return openBlock(), createElementBlock("div", _hoisted_1, [
126
+ renderSlot(_ctx.$slots, "icon", {}, () => [
127
+ __props.icon ? (openBlock(), createBlock(_component_VIcon, {
128
+ key: 0,
129
+ icon: __props.icon,
130
+ class: "ml-0.3em mr-0.1em text-1.1em op50"
131
+ }, null, 8, ["icon"])) : createCommentVNode("", true)
132
+ ]),
133
+ withDirectives(createBaseVNode("input", mergeProps({
134
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(input) ? input.value = $event : null)
135
+ }, _ctx.$props, { class: "ml-0.4em w-full flex-auto n-bg-base !outline-none" }), null, 16), [
136
+ [vModelDynamic, unref(input)]
137
+ ])
138
+ ]);
139
+ };
140
+ }
141
+ });
142
+
143
+ /* Injected with object hook! */
144
+
145
+ export { _sfc_main as _, __unplugin_components_3 as a };
@@ -0,0 +1,51 @@
1
+ import { _ as __unplugin_components_0 } from './VPanelGrids-0fa9ab66.js';
2
+ import { d as defineComponent, aC as useEventListener, o as openBlock, a as createBlock, w as withCtx, e as createBaseVNode, aD as useClient } from './index-bed0f7d1.js';
3
+
4
+ const _hoisted_1 = /* @__PURE__ */ createBaseVNode("div", null, " Inspecting Vue components ", -1);
5
+ const _sfc_main = /* @__PURE__ */ defineComponent({
6
+ __name: "__inspecting",
7
+ setup(__props) {
8
+ const client = useClient();
9
+ useEventListener("keydown", (e) => {
10
+ if (e.key === "Escape")
11
+ close();
12
+ });
13
+ function close() {
14
+ client.value?.inspector?.disable();
15
+ }
16
+ return (_ctx, _cache) => {
17
+ const _component_VPanelGrids = __unplugin_components_0;
18
+ return openBlock(), createBlock(_component_VPanelGrids, {
19
+ "h-screen": "",
20
+ "w-screen": "",
21
+ px5: ""
22
+ }, {
23
+ default: withCtx(() => [
24
+ createBaseVNode("div", {
25
+ absolute: "",
26
+ "right-0": "",
27
+ "top-0": "",
28
+ p2: ""
29
+ }, [
30
+ createBaseVNode("button", {
31
+ "carbon-close": "",
32
+ ma: "",
33
+ "text-xl": "",
34
+ op50: "",
35
+ "hover:op100": "",
36
+ onClick: close
37
+ })
38
+ ]),
39
+ _hoisted_1
40
+ ]),
41
+ _: 1
42
+ });
43
+ };
44
+ }
45
+ });
46
+
47
+ /* Injected with object hook! */
48
+
49
+ /* Injected with object hook! */
50
+
51
+ export { _sfc_main as default };