vite-plugin-vue-devtools 0.0.3 → 0.0.5

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 (28) hide show
  1. package/README.md +17 -9
  2. package/dist/client/assets/{VCard-13907a46.js → VCard-8dda4b89.js} +1 -1
  3. package/dist/client/assets/{VIcon.vue_vue_type_script_setup_true_lang-4c0f4564.js → VIcon.vue_vue_type_script_setup_true_lang-b9e1052c.js} +1 -1
  4. package/dist/client/assets/{VIconTitle.vue_vue_type_script_setup_true_lang-52a154e6.js → VIconTitle.vue_vue_type_script_setup_true_lang-ec1b3b7a.js} +1 -1
  5. package/dist/client/assets/{VPanelGrids-a4608de3.js → VPanelGrids-eb4fe74d.js} +1 -1
  6. package/dist/client/assets/{VTextInput.vue_vue_type_script_setup_true_lang-cb2bd7f3.js → VTextInput.vue_vue_type_script_setup_true_lang-14bfbfbb.js} +3 -3
  7. package/dist/client/assets/{__inspecting-b4c46d4c.js → __inspecting-b8697c3c.js} +2 -2
  8. package/dist/client/assets/{assets-91d26c5a.js → assets-9ac104fb.js} +7 -7
  9. package/dist/client/assets/{components-82bf5bc7.js → components-b3ff2252.js} +6 -5
  10. package/dist/client/assets/{graph-f1653469.js → graph-74eabf92.js} +2 -5
  11. package/dist/client/assets/{index-b6d93299.js → index-03df0916.js} +25 -19
  12. package/dist/client/assets/index-e9e51318.js +45 -0
  13. package/dist/client/assets/{index-f0fa9f81.css → index-fceca701.css} +1 -1
  14. package/dist/client/assets/{inspect-6024fe00.js → inspect-efa81d08.js} +2 -2
  15. package/dist/client/assets/{overview-287c2c9c.js → overview-642d4475.js} +10 -8
  16. package/dist/client/assets/{pages-414480b4.js → pages-4f6946a5.js} +4 -4
  17. package/dist/client/assets/{pinia-3952f28a.js → pinia-7b31943d.js} +4 -4
  18. package/dist/client/assets/{routes-736ebb1f.js → routes-39cb7889.js} +6 -5
  19. package/dist/client/assets/{rpc-dc061b6e.js → rpc-c1c125a2.js} +1 -1
  20. package/dist/client/assets/{settings-c0ffed60.js → settings-6c9c579a.js} +8 -9
  21. package/dist/client/assets/{splitpanes.es-fe752aba.js → splitpanes.es-00d9608c.js} +3 -40
  22. package/dist/client/assets/{timeline-cda2b315.js → timeline-a7dd8994.js} +6 -5
  23. package/dist/client/index.html +2 -2
  24. package/dist/index.cjs +3 -1
  25. package/dist/index.mjs +3 -1
  26. package/package.json +3 -3
  27. package/src/node/Container.vue +129 -15
  28. package/src/node/app.js +4 -4
package/README.md CHANGED
@@ -9,11 +9,16 @@ Vue DevTools <sup>Preview</sup>
9
9
  <p align="center">
10
10
  <a href="https://www.npmjs.com/package/vite-plugin-vue-devtools" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/npm/v/vite-plugin-vue-devtools" alt="NPM Version" /></a>
11
11
  <!-- <a href="https://www.npmjs.com/package/vite-plugin-vue-devtools" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/npm/dt/vite-plugin-vue-devtools" alt="NPM Downloads" /></a> -->
12
- <a href="https://github.com/webfansplz/vite-plugin-vue-devtools/blob/main/LICENSE" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/github/license/webfansplz/vite-plugin-vue-devtools" alt="License" /></a>
12
+ <!-- <a href="https://github.com/webfansplz/vite-plugin-vue-devtools/blob/main/LICENSE" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/github/license/webfansplz/vite-plugin-vue-devtools" alt="License" /></a> -->
13
13
  </p>
14
14
 
15
15
  <p align="center">
16
- <a href="https://stackblitz.com/edit/vitejs-vite-oxbwzk?embed=1&file=vite.config.ts&view=preview"><img src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" alt=""></a>
16
+ <a href="https://github.com/webfansplz/vite-plugin-vue-devtools/discussions/1">💡 Ideas & Suggestions</a> |
17
+ <a href="https://github.com/webfansplz/vite-plugin-vue-devtools/discussions/2">🗺️ Project Roadmap</a>
18
+ </p>
19
+
20
+ <p align="center">
21
+ <a href="https://stackblitz.com/edit/vitejs-vite-oxbwzk?file=vite.config.ts&view=preview"><img src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" alt=""></a>
17
22
  </p>
18
23
 
19
24
 
@@ -21,10 +26,7 @@ Vue DevTools <sup>Preview</sup>
21
26
 
22
27
  `vite-plugin-vue-devtools` is a Vite plugin designed to enhance the Vue developer experience.
23
28
 
24
- <!-- <p>
25
- <a href="https://github.com/webfansplz/vite-plugin-vue-devtools/discussions/1">💡 Ideas & Suggestions</a> |
26
- <a href="https://github.com/webfansplz/vite-plugin-vue-devtools/discussions/2">🗺️ Project Roadmap</a> |
27
- </p> -->
29
+
28
30
 
29
31
  ## 🎉 Features
30
32
 
@@ -99,11 +101,11 @@ pnpm install vite-plugin-vue-devtools -D
99
101
 
100
102
  ```ts
101
103
  import { defineConfig } from 'vite'
102
- import VueDevtools from 'vite-plugin-vue-devtools'
104
+ import VueDevTools from 'vite-plugin-vue-devtools'
103
105
 
104
106
  export default defineConfig({
105
107
  plugins: [
106
- VueDevtools(),
108
+ VueDevTools(),
107
109
  vue(),
108
110
  ],
109
111
  })
@@ -127,9 +129,15 @@ export default defineConfig({
127
129
  })
128
130
  ```
129
131
 
132
+ ## 📖 Blog Post
133
+
134
+ - [Introducing Vue DevTools (Vite Plugin)](https://gist.github.com/webfansplz/bc90a773a0dd474a34e043ab2d2a37a4)
135
+
130
136
  ## 🌸 Credits
131
137
 
132
- - This project is highly inspired by [nuxt/devtools](https://github.com/nuxt/devtools). Kudos to Anthony Fu for the awesome work!
138
+ - This project is highly inspired by [nuxt/devtools](https://github.com/nuxt/devtools). Kudos to Anthony Fu and Nuxt team for the awesome work!
139
+
140
+ - [vuejs/devtools](https://github.com/vuejs/devtools)
133
141
 
134
142
  ## 📄 License
135
143
 
@@ -1,4 +1,4 @@
1
- import { aF as _export_sfc, o as openBlock, e as createElementBlock, f as renderSlot } from './index-b6d93299.js';
1
+ import { aE as _export_sfc, o as openBlock, e as createElementBlock, f as renderSlot } from './index-03df0916.js';
2
2
 
3
3
  /* unplugin-vue-components disabled */const _sfc_main = {};
4
4
 
@@ -1,4 +1,4 @@
1
- import { v as defineComponent, o as openBlock, e as createElementBlock, q as normalizeClass } from './index-b6d93299.js';
1
+ import { v as defineComponent, o as openBlock, e as createElementBlock, q as normalizeClass } from './index-03df0916.js';
2
2
 
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "VIcon",
@@ -1,4 +1,4 @@
1
- import { v as defineComponent, o as openBlock, e as createElementBlock, q as normalizeClass, g as createCommentVNode, f as renderSlot, x as createBaseVNode, y as toDisplayString } from './index-b6d93299.js';
1
+ import { v as defineComponent, o as openBlock, e as createElementBlock, q as normalizeClass, g as createCommentVNode, f as renderSlot, x as createBaseVNode, y as toDisplayString } from './index-03df0916.js';
2
2
 
3
3
  const _hoisted_1 = {
4
4
  flex: "~ gap-3",
@@ -1,4 +1,4 @@
1
- import { aF as _export_sfc, o as openBlock, e as createElementBlock, f as renderSlot } from './index-b6d93299.js';
1
+ import { aE as _export_sfc, o as openBlock, e as createElementBlock, f as renderSlot } from './index-03df0916.js';
2
2
 
3
3
  /* unplugin-vue-components disabled */const _sfc_main = {};
4
4
 
@@ -1,6 +1,6 @@
1
- import { _ as _sfc_main$2 } from './VIconTitle.vue_vue_type_script_setup_true_lang-52a154e6.js';
2
- import { _ as _sfc_main$3 } from './VIcon.vue_vue_type_script_setup_true_lang-4c0f4564.js';
3
- import { v as defineComponent, K as useVModel, o as openBlock, e as createElementBlock, x as createBaseVNode, q as normalizeClass, u as createVNode, h as withCtx, f as renderSlot, g as createCommentVNode, c as createBlock, z as unref, d as withDirectives, F as Fragment, b as resolveDirective, R as createTextVNode, y as toDisplayString, p as pushScopeId, a as popScopeId, aF as _export_sfc, aG as vModelDynamic, k as mergeProps, M as isRef } from './index-b6d93299.js';
1
+ import { _ as _sfc_main$2 } from './VIconTitle.vue_vue_type_script_setup_true_lang-ec1b3b7a.js';
2
+ import { _ as _sfc_main$3 } from './VIcon.vue_vue_type_script_setup_true_lang-b9e1052c.js';
3
+ import { v as defineComponent, K as useVModel, o as openBlock, e as createElementBlock, x as createBaseVNode, q as normalizeClass, u as createVNode, h as withCtx, f as renderSlot, g as createCommentVNode, c as createBlock, z as unref, d as withDirectives, F as Fragment, b as resolveDirective, Q as createTextVNode, y as toDisplayString, p as pushScopeId, a as popScopeId, aE as _export_sfc, aF as vModelDynamic, k as mergeProps, M as isRef } from './index-03df0916.js';
4
4
 
5
5
  const _withScopeId = (n) => (pushScopeId("data-v-cf2e46eb"), n = n(), popScopeId(), n);
6
6
  const _hoisted_1$1 = ["open"];
@@ -1,5 +1,5 @@
1
- import { _ as __unplugin_components_0 } from './VPanelGrids-a4608de3.js';
2
- import { v as defineComponent, aI as useEventListener, o as openBlock, c as createBlock, h as withCtx, x as createBaseVNode, aJ as useDevtoolsClient } from './index-b6d93299.js';
1
+ import { _ as __unplugin_components_0 } from './VPanelGrids-eb4fe74d.js';
2
+ import { v as defineComponent, aH as useEventListener, o as openBlock, c as createBlock, h as withCtx, x as createBaseVNode, aI as useDevtoolsClient } from './index-03df0916.js';
3
3
 
4
4
  const _hoisted_1 = /* @__PURE__ */ createBaseVNode("div", null, " Inspecting Vue components ", -1);
5
5
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,11 +1,11 @@
1
- import { _ as __unplugin_components_0 } from './VPanelGrids-a4608de3.js';
2
- import { _ as __unplugin_components_7 } from './VCard-13907a46.js';
3
- import { _ as _sfc_main$a } from './VIcon.vue_vue_type_script_setup_true_lang-4c0f4564.js';
4
- import { v as defineComponent, o as openBlock, c as createBlock, h as withCtx, u as createVNode, k as mergeProps, j as resolveDynamicComponent, a0 as ref, ay as useElementSize, az as onClickOutside, e as createElementBlock, x as createBaseVNode, f as renderSlot, z as unref, g as createCommentVNode, aA as Transition, a1 as computed, y as toDisplayString, q as normalizeClass, aB as useStyleTag, l as normalizeStyle, aC as computedAsync, aD as useTimeAgo, F as Fragment, R as createTextVNode, _ as _sfc_main$b, aE as onKeyDown, M as isRef, i as renderList } from './index-b6d93299.js';
5
- import { r as rpc } from './rpc-dc061b6e.js';
6
- import { _ as _sfc_main$c, a as __unplugin_components_3 } from './VTextInput.vue_vue_type_script_setup_true_lang-cb2bd7f3.js';
1
+ import { _ as __unplugin_components_0 } from './VPanelGrids-eb4fe74d.js';
2
+ import { _ as __unplugin_components_7 } from './VCard-8dda4b89.js';
3
+ import { _ as _sfc_main$a } from './VIcon.vue_vue_type_script_setup_true_lang-b9e1052c.js';
4
+ import { v as defineComponent, o as openBlock, c as createBlock, h as withCtx, u as createVNode, k as mergeProps, j as resolveDynamicComponent, $ as ref, ax as useElementSize, ay as onClickOutside, e as createElementBlock, x as createBaseVNode, f as renderSlot, z as unref, g as createCommentVNode, az as Transition, a0 as computed, y as toDisplayString, q as normalizeClass, aA as useStyleTag, l as normalizeStyle, aB as computedAsync, aC as useTimeAgo, F as Fragment, Q as createTextVNode, _ as _sfc_main$b, aD as onKeyDown, M as isRef, i as renderList } from './index-03df0916.js';
5
+ import { r as rpc } from './rpc-c1c125a2.js';
6
+ import { _ as _sfc_main$c, a as __unplugin_components_3 } from './VTextInput.vue_vue_type_script_setup_true_lang-14bfbfbb.js';
7
7
  import { F as Fuse } from './fuse.esm-c317b696.js';
8
- import './VIconTitle.vue_vue_type_script_setup_true_lang-52a154e6.js';
8
+ import './VIconTitle.vue_vue_type_script_setup_true_lang-ec1b3b7a.js';
9
9
 
10
10
  const _sfc_main$9 = /* @__PURE__ */ defineComponent({
11
11
  __name: "VIconButton",
@@ -1,8 +1,9 @@
1
- import { _ as __unplugin_components_0 } from './VPanelGrids-a4608de3.js';
2
- import { _ as __unplugin_components_7 } from './VCard-13907a46.js';
3
- import { a as _sfc_main$2, g, M, _ as _sfc_main$3 } from './splitpanes.es-fe752aba.js';
4
- import { aj as getInstanceName, ak as classify, al as kebabize, am as isFragment, an as camelize, ao as returnError, ap as isBeingDestroyed, aq as getUniqueComponentId, ar as getRenderKey, a0 as ref, as as shallowRef, a1 as computed, v as defineComponent, r as resolveComponent, o as openBlock, e as createElementBlock, x as createBaseVNode, z as unref, c as createBlock, q as normalizeClass, y as toDisplayString, l as normalizeStyle, F as Fragment, i as renderList, g as createCommentVNode, A as onMounted, at as onVueInstanceUpdate, u as createVNode, h as withCtx, ac as reactive, au as instance } from './index-b6d93299.js';
5
- import './VIcon.vue_vue_type_script_setup_true_lang-4c0f4564.js';
1
+ import { _ as __unplugin_components_0 } from './VPanelGrids-eb4fe74d.js';
2
+ import { _ as __unplugin_components_7 } from './VCard-8dda4b89.js';
3
+ import { a as _sfc_main$2, g, M, _ as _sfc_main$3 } from './splitpanes.es-00d9608c.js';
4
+ import { ai as getInstanceName, aj as classify, ak as kebabize, al as isFragment, am as camelize, an as returnError, ao as isBeingDestroyed, ap as getUniqueComponentId, aq as getRenderKey, $ as ref, ar as shallowRef, a0 as computed, v as defineComponent, r as resolveComponent, o as openBlock, e as createElementBlock, x as createBaseVNode, z as unref, c as createBlock, q as normalizeClass, y as toDisplayString, l as normalizeStyle, F as Fragment, i as renderList, g as createCommentVNode, A as onMounted, as as onVueInstanceUpdate, u as createVNode, h as withCtx, ab as reactive, at as instance } from './index-03df0916.js';
5
+ import './VIcon.vue_vue_type_script_setup_true_lang-b9e1052c.js';
6
+ import './index-e9e51318.js';
6
7
 
7
8
  class ComponentFilter {
8
9
  filter;
@@ -1,6 +1,6 @@
1
- import { a0 as ref, af as useStorage, a1 as computed, v as defineComponent, o as openBlock, e as createElementBlock, d as withDirectives, ag as vModelText, z as unref, x as createBaseVNode, M as isRef, N as vModelCheckbox, ah as useDark, A as onMounted, ai as watch, u as createVNode } from './index-b6d93299.js';
1
+ import { $ as ref, ae as useStorage, a0 as computed, v as defineComponent, o as openBlock, e as createElementBlock, d as withDirectives, af as vModelText, z as unref, x as createBaseVNode, M as isRef, N as vModelCheckbox, ag as useDark, A as onMounted, ah as watch, u as createVNode } from './index-03df0916.js';
2
2
  import { F as Fuse } from './fuse.esm-c317b696.js';
3
- import { r as rpc } from './rpc-dc061b6e.js';
3
+ import { r as rpc } from './rpc-c1c125a2.js';
4
4
 
5
5
  const list = ref(await rpc.componentGraph());
6
6
  const searchText = useStorage("vite-inspect-search-text", "");
@@ -52233,9 +52233,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
52233
52233
  }
52234
52234
  };
52235
52235
  const network = new Network(container.value, data.value, options);
52236
- network.on("click", (data2) => {
52237
- data2.nodes?.[0];
52238
- });
52239
52236
  watch(data, () => {
52240
52237
  network.setData(data.value);
52241
52238
  });
@@ -14157,17 +14157,17 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
14157
14157
 
14158
14158
  /* Injected with object hook! */
14159
14159
 
14160
- const __pages_import_0__ = () => __vitePreload(() => import('./timeline-cda2b315.js'),true?["./timeline-cda2b315.js","./splitpanes.es-fe752aba.js","./VIcon.vue_vue_type_script_setup_true_lang-4c0f4564.js","./VPanelGrids-a4608de3.js","./VCard-13907a46.js","./timeline-b315b2e0.css"]:void 0,import.meta.url);
14161
- const __pages_import_1__ = () => __vitePreload(() => import('./settings-c0ffed60.js'),true?["./settings-c0ffed60.js","./VIcon.vue_vue_type_script_setup_true_lang-4c0f4564.js","./VIconTitle.vue_vue_type_script_setup_true_lang-52a154e6.js"]:void 0,import.meta.url);
14162
- const __pages_import_2__ = () => __vitePreload(() => import('./routes-736ebb1f.js'),true?["./routes-736ebb1f.js","./VPanelGrids-a4608de3.js","./VCard-13907a46.js","./splitpanes.es-fe752aba.js","./VIcon.vue_vue_type_script_setup_true_lang-4c0f4564.js"]:void 0,import.meta.url);
14163
- const __pages_import_3__ = () => __vitePreload(() => import('./pinia-3952f28a.js'),true?["./pinia-3952f28a.js","./splitpanes.es-fe752aba.js","./VIcon.vue_vue_type_script_setup_true_lang-4c0f4564.js"]:void 0,import.meta.url);
14164
- const __pages_import_4__ = () => __vitePreload(() => import('./pages-414480b4.js'),true?["./pages-414480b4.js","./VTextInput.vue_vue_type_script_setup_true_lang-cb2bd7f3.js","./VIconTitle.vue_vue_type_script_setup_true_lang-52a154e6.js","./VIcon.vue_vue_type_script_setup_true_lang-4c0f4564.js","./VTextInput-52804693.css"]:void 0,import.meta.url);
14165
- const __pages_import_5__ = () => __vitePreload(() => import('./overview-287c2c9c.js'),true?["./overview-287c2c9c.js","./VPanelGrids-a4608de3.js","./rpc-dc061b6e.js"]:void 0,import.meta.url);
14166
- const __pages_import_6__ = () => __vitePreload(() => import('./inspect-6024fe00.js'),true?["./inspect-6024fe00.js","./rpc-dc061b6e.js"]:void 0,import.meta.url);
14167
- const __pages_import_8__ = () => __vitePreload(() => import('./graph-f1653469.js'),true?["./graph-f1653469.js","./fuse.esm-c317b696.js","./rpc-dc061b6e.js"]:void 0,import.meta.url);
14168
- const __pages_import_9__ = () => __vitePreload(() => import('./components-82bf5bc7.js'),true?["./components-82bf5bc7.js","./VPanelGrids-a4608de3.js","./VCard-13907a46.js","./splitpanes.es-fe752aba.js","./VIcon.vue_vue_type_script_setup_true_lang-4c0f4564.js"]:void 0,import.meta.url);
14169
- const __pages_import_10__ = () => __vitePreload(() => import('./assets-91d26c5a.js'),true?["./assets-91d26c5a.js","./VPanelGrids-a4608de3.js","./VCard-13907a46.js","./VIcon.vue_vue_type_script_setup_true_lang-4c0f4564.js","./rpc-dc061b6e.js","./VTextInput.vue_vue_type_script_setup_true_lang-cb2bd7f3.js","./VIconTitle.vue_vue_type_script_setup_true_lang-52a154e6.js","./VTextInput-52804693.css","./fuse.esm-c317b696.js"]:void 0,import.meta.url);
14170
- const __pages_import_11__ = () => __vitePreload(() => import('./__inspecting-b4c46d4c.js'),true?["./__inspecting-b4c46d4c.js","./VPanelGrids-a4608de3.js"]:void 0,import.meta.url);
14160
+ const __pages_import_0__ = () => __vitePreload(() => import('./timeline-a7dd8994.js'),true?["./timeline-a7dd8994.js","./splitpanes.es-00d9608c.js","./VIcon.vue_vue_type_script_setup_true_lang-b9e1052c.js","./index-e9e51318.js","./VPanelGrids-eb4fe74d.js","./VCard-8dda4b89.js","./timeline-b315b2e0.css"]:void 0,import.meta.url);
14161
+ const __pages_import_1__ = () => __vitePreload(() => import('./settings-6c9c579a.js'),true?["./settings-6c9c579a.js","./VIcon.vue_vue_type_script_setup_true_lang-b9e1052c.js","./VIconTitle.vue_vue_type_script_setup_true_lang-ec1b3b7a.js"]:void 0,import.meta.url);
14162
+ const __pages_import_2__ = () => __vitePreload(() => import('./routes-39cb7889.js'),true?["./routes-39cb7889.js","./VPanelGrids-eb4fe74d.js","./VCard-8dda4b89.js","./splitpanes.es-00d9608c.js","./VIcon.vue_vue_type_script_setup_true_lang-b9e1052c.js","./index-e9e51318.js"]:void 0,import.meta.url);
14163
+ const __pages_import_3__ = () => __vitePreload(() => import('./pinia-7b31943d.js'),true?["./pinia-7b31943d.js","./splitpanes.es-00d9608c.js","./VIcon.vue_vue_type_script_setup_true_lang-b9e1052c.js","./index-e9e51318.js"]:void 0,import.meta.url);
14164
+ const __pages_import_4__ = () => __vitePreload(() => import('./pages-4f6946a5.js'),true?["./pages-4f6946a5.js","./VTextInput.vue_vue_type_script_setup_true_lang-14bfbfbb.js","./VIconTitle.vue_vue_type_script_setup_true_lang-ec1b3b7a.js","./VIcon.vue_vue_type_script_setup_true_lang-b9e1052c.js","./VTextInput-52804693.css"]:void 0,import.meta.url);
14165
+ const __pages_import_5__ = () => __vitePreload(() => import('./overview-642d4475.js'),true?["./overview-642d4475.js","./VPanelGrids-eb4fe74d.js","./rpc-c1c125a2.js","./index-e9e51318.js"]:void 0,import.meta.url);
14166
+ const __pages_import_6__ = () => __vitePreload(() => import('./inspect-efa81d08.js'),true?["./inspect-efa81d08.js","./rpc-c1c125a2.js"]:void 0,import.meta.url);
14167
+ const __pages_import_8__ = () => __vitePreload(() => import('./graph-74eabf92.js'),true?["./graph-74eabf92.js","./fuse.esm-c317b696.js","./rpc-c1c125a2.js"]:void 0,import.meta.url);
14168
+ const __pages_import_9__ = () => __vitePreload(() => import('./components-b3ff2252.js'),true?["./components-b3ff2252.js","./VPanelGrids-eb4fe74d.js","./VCard-8dda4b89.js","./splitpanes.es-00d9608c.js","./VIcon.vue_vue_type_script_setup_true_lang-b9e1052c.js","./index-e9e51318.js"]:void 0,import.meta.url);
14169
+ const __pages_import_10__ = () => __vitePreload(() => import('./assets-9ac104fb.js'),true?["./assets-9ac104fb.js","./VPanelGrids-eb4fe74d.js","./VCard-8dda4b89.js","./VIcon.vue_vue_type_script_setup_true_lang-b9e1052c.js","./rpc-c1c125a2.js","./VTextInput.vue_vue_type_script_setup_true_lang-14bfbfbb.js","./VIconTitle.vue_vue_type_script_setup_true_lang-ec1b3b7a.js","./VTextInput-52804693.css","./fuse.esm-c317b696.js"]:void 0,import.meta.url);
14170
+ const __pages_import_11__ = () => __vitePreload(() => import('./__inspecting-b8697c3c.js'),true?["./__inspecting-b8697c3c.js","./VPanelGrids-eb4fe74d.js"]:void 0,import.meta.url);
14171
14171
 
14172
14172
  const routes$1 = [{"name":"timeline","path":"/timeline","component":__pages_import_0__,"props":true},{"name":"settings","path":"/settings","component":__pages_import_1__,"props":true},{"name":"routes","path":"/routes","component":__pages_import_2__,"props":true},{"name":"pinia","path":"/pinia","component":__pages_import_3__,"props":true},{"name":"pages","path":"/pages","component":__pages_import_4__,"props":true},{"name":"overview","path":"/overview","component":__pages_import_5__,"props":true},{"name":"inspect","path":"/inspect","component":__pages_import_6__,"props":true},{"name":"index","path":"/","component":_sfc_main$6,"props":true},{"name":"graph","path":"/graph","component":__pages_import_8__,"props":true},{"name":"components","path":"/components","component":__pages_import_9__,"props":true},{"name":"assets","path":"/assets","component":__pages_import_10__,"props":true},{"name":"__inspecting","path":"/__inspecting","component":__pages_import_11__,"props":true}];
14173
14173
  /* Injected with object hook! */
@@ -14324,8 +14324,8 @@ const _hoisted_5$1 = {
14324
14324
  };
14325
14325
  const _hoisted_6$1 = /* @__PURE__ */ createBaseVNode("div", {
14326
14326
  "carbon-sun": "",
14327
- "dark:carbon-moon": "",
14328
- "translate-y--1px": ""
14327
+ "translate-y--1px": "",
14328
+ "dark:carbon-moon": ""
14329
14329
  }, null, -1);
14330
14330
  const _hoisted_7$1 = /* @__PURE__ */ createBaseVNode("div", {
14331
14331
  "carbon-settings": "",
@@ -14359,7 +14359,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
14359
14359
  ];
14360
14360
  function toggle(position) {
14361
14361
  frameState.value.position = position;
14362
- client.value?.panel?.toggle(position);
14362
+ client.value?.panel?.togglePosition(position);
14363
14363
  _position.value = position;
14364
14364
  }
14365
14365
  return (_ctx, _cache) => {
@@ -14828,7 +14828,7 @@ const timelineEventDetails = computed(() => {
14828
14828
  function addTimelineEvent(event) {
14829
14829
  const [eventType, {
14830
14830
  now,
14831
- app,
14831
+ _,
14832
14832
  uid,
14833
14833
  component,
14834
14834
  type,
@@ -15030,7 +15030,7 @@ function subscribeStore(store) {
15030
15030
  subscribes.value[store.$id].push(stop);
15031
15031
  });
15032
15032
  const subscribe = store.$subscribe(
15033
- ({ events, type }, state) => {
15033
+ ({ events, type }, _) => {
15034
15034
  const eventData = {
15035
15035
  time: Date.now(),
15036
15036
  now: Date.now(),
@@ -15054,7 +15054,7 @@ function subscribeStore(store) {
15054
15054
  { detached: true, flush: "sync" }
15055
15055
  );
15056
15056
  subscribes.value[store.$id].push(subscribe);
15057
- store._hotUpdate = markRaw((newStore) => {
15057
+ store._hotUpdate = markRaw((_) => {
15058
15058
  timeApi.addTimelineEvent({
15059
15059
  layerId: LAYER_ID$1,
15060
15060
  event: {
@@ -15207,7 +15207,7 @@ function produceHook() {
15207
15207
  });
15208
15208
  }
15209
15209
  function ConsumeHook(buffer) {
15210
- buffer.forEach(([eventType, { app, component }]) => {
15210
+ buffer.forEach(([_, { app, component }]) => {
15211
15211
  updatePinia(component);
15212
15212
  updateApp(app, component);
15213
15213
  });
@@ -15424,6 +15424,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
15424
15424
  document.body.style.fontSize = `${scale.value * 15}px`;
15425
15425
  });
15426
15426
  });
15427
+ useEventListener("keydown", (e) => {
15428
+ if (e.code === "KeyD" && e.altKey && e.shiftKey) {
15429
+ const client = useDevtoolsClient();
15430
+ client.value?.panel?.toggle();
15431
+ }
15432
+ });
15427
15433
  router.replace(_route.value);
15428
15434
  return (_ctx, _cache) => {
15429
15435
  const _component_SideNav = _sfc_main$1;
@@ -15482,4 +15488,4 @@ app.mount("#app");
15482
15488
 
15483
15489
  /* Injected with object hook! */
15484
15490
 
15485
- export { __unplugin_components_1 as $, onMounted as A, onUnmounted as B, timelineLayer as C, activeTimelineEvents as D, activeTimelineEventIndex as E, Fragment as F, toggleTimelineEventIndex as G, timelineEventDetails as H, activeLayerId as I, toggleTimelineLayer as J, useVModel as K, vModelSelect as L, isRef as M, vModelCheckbox as N, withKeys as O, useTabs as P, useCategorizedTabs as Q, createTextVNode as R, useDevToolsSettings as S, _sfc_main$3 as T, _sfc_main$5 as U, router$1 as V, routeRecordMatcherState as W, activeRouteRecordMatcherState as X, activeRouteRecordIndex as Y, toggleRouteRecordMatcher as Z, _sfc_main$9 as _, popScopeId as a, ref as a0, computed as a1, piniaStoresCategory as a2, toRaw as a3, piniaState as a4, piniaGetters as a5, withModifiers as a6, currentRoute as a7, routes as a8, vueVersion as a9, Transition as aA, useStyleTag as aB, computedAsync as aC, useTimeAgo as aD, onKeyDown as aE, _export_sfc as aF, vModelDynamic as aG, __vitePreload as aH, useEventListener as aI, useDevtoolsClient as aJ, __unplugin_components_0 as aa, useColorMode as ab, reactive as ac, useElementBounding as ad, watchEffect as ae, useStorage as af, vModelText as ag, useDark as ah, watch as ai, getInstanceName as aj, classify as ak, kebabize as al, isFragment as am, camelize as an, returnError as ao, isBeingDestroyed as ap, getUniqueComponentId as aq, getRenderKey as ar, shallowRef as as, onVueInstanceUpdate as at, instance as au, nanoid as av, vShow as aw, h as ax, useElementSize as ay, onClickOutside as az, resolveDirective as b, createBlock as c, withDirectives as d, createElementBlock as e, renderSlot as f, createCommentVNode as g, withCtx as h, renderList as i, resolveDynamicComponent as j, mergeProps as k, normalizeStyle as l, markRaw as m, nextTick as n, openBlock as o, pushScopeId as p, normalizeClass as q, resolveComponent as r, shallowReactive as s, toHandlers as t, createVNode as u, defineComponent as v, withScopeId as w, createBaseVNode as x, toDisplayString as y, unref as z };
15491
+ export { ref as $, onMounted as A, onUnmounted as B, timelineLayer as C, activeTimelineEvents as D, activeTimelineEventIndex as E, Fragment as F, toggleTimelineEventIndex as G, timelineEventDetails as H, activeLayerId as I, toggleTimelineLayer as J, useVModel as K, vModelSelect as L, isRef as M, vModelCheckbox as N, withKeys as O, useCategorizedTabs as P, createTextVNode as Q, useDevToolsSettings as R, _sfc_main$3 as S, _sfc_main$5 as T, router$1 as U, routeRecordMatcherState as V, activeRouteRecordMatcherState as W, activeRouteRecordIndex as X, toggleRouteRecordMatcher as Y, __unplugin_components_1 as Z, _sfc_main$9 as _, popScopeId as a, computed as a0, piniaStoresCategory as a1, toRaw as a2, piniaState as a3, piniaGetters as a4, withModifiers as a5, currentRoute as a6, routes as a7, vueVersion as a8, __unplugin_components_0 as a9, useStyleTag as aA, computedAsync as aB, useTimeAgo as aC, onKeyDown as aD, _export_sfc as aE, vModelDynamic as aF, __vitePreload as aG, useEventListener as aH, useDevtoolsClient as aI, useColorMode as aa, reactive as ab, useElementBounding as ac, watchEffect as ad, useStorage as ae, vModelText as af, useDark as ag, watch as ah, getInstanceName as ai, classify as aj, kebabize as ak, isFragment as al, camelize as am, returnError as an, isBeingDestroyed as ao, getUniqueComponentId as ap, getRenderKey as aq, shallowRef as ar, onVueInstanceUpdate as as, instance as at, nanoid as au, vShow as av, h as aw, useElementSize as ax, onClickOutside as ay, Transition as az, resolveDirective as b, createBlock as c, withDirectives as d, createElementBlock as e, renderSlot as f, createCommentVNode as g, withCtx as h, renderList as i, resolveDynamicComponent as j, mergeProps as k, normalizeStyle as l, markRaw as m, nextTick as n, openBlock as o, pushScopeId as p, normalizeClass as q, resolveComponent as r, shallowReactive as s, toHandlers as t, createVNode as u, defineComponent as v, withScopeId as w, createBaseVNode as x, toDisplayString as y, unref as z };
@@ -0,0 +1,45 @@
1
+ import { M as isRef } from './index-03df0916.js';
2
+
3
+ const objectToString = Object.prototype.toString;
4
+ function toTypeString(value) {
5
+ return objectToString.call(value);
6
+ }
7
+ function toRawType(value) {
8
+ return toTypeString(value).slice(8, -1);
9
+ }
10
+ function isPlainObject(val) {
11
+ return toTypeString(val) === "[object Object]";
12
+ }
13
+ const isArray = Array.isArray;
14
+ function isMap(val) {
15
+ return toTypeString(val) === "[object Map]";
16
+ }
17
+ function isSet(val) {
18
+ return toTypeString(val) === "[object Set]";
19
+ }
20
+ function isRegExp(val) {
21
+ return toTypeString(val) === "[object RegExp]";
22
+ }
23
+ function isComputed(raw) {
24
+ return isRef(raw) && !!raw.effect;
25
+ }
26
+ const ESC = {
27
+ "<": "&lt;",
28
+ ">": "&gt;",
29
+ '"': "&quot;",
30
+ "&": "&amp;"
31
+ };
32
+ function escapeChar(a) {
33
+ return ESC[a] || a;
34
+ }
35
+ function escape(s) {
36
+ return s.replace(/[<>"&]/g, escapeChar);
37
+ }
38
+ function isMacOS() {
39
+ return navigator?.platform ? navigator?.platform.toLowerCase().includes("mac") : /Macintosh/.test(navigator.userAgent);
40
+ }
41
+ const pick = (obj, keys) => keys.reduce((pre, cur) => (cur in obj && (pre[cur] = obj[cur]), pre), {});
42
+
43
+ /* Injected with object hook! */
44
+
45
+ export { isComputed as a, isArray as b, isMap as c, isSet as d, isRegExp as e, isPlainObject as f, escape as g, isMacOS as i, pick as p, toRawType as t };