vite-plugin-vue-devtools 0.5.1 → 1.0.0-alpha.2

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 (44) hide show
  1. package/README.md +14 -14
  2. package/client.d.ts +55 -0
  3. package/dist/client/assets/{VIcon.vue_vue_type_script_setup_true_lang-3e22beca.js → Icon.vue_vue_type_script_setup_true_lang-9344440e.js} +2 -2
  4. package/dist/client/assets/{VIconButton.vue_vue_type_script_setup_true_lang-ff741416.js → IconButton.vue_vue_type_script_setup_true_lang-f308a32e.js} +4 -5
  5. package/dist/client/assets/{VIconTitle.vue_vue_type_script_setup_true_lang-02e99d8a.js → IconTitle.vue_vue_type_script_setup_true_lang-4cf300a8.js} +2 -2
  6. package/dist/client/assets/{IframeView.vue_vue_type_script_setup_true_lang-8e5b8335.js → IframeView.vue_vue_type_script_setup_true_lang-a998c802.js} +1 -1
  7. package/dist/client/assets/{VPanelGrids-885eb297.js → PanelGrids-bf67e36d.js} +1 -1
  8. package/dist/client/assets/SectionBlock-0024395a.css +18 -0
  9. package/dist/client/assets/{VSectionBlock-2f35c742.js → SectionBlock-30cd0db7.js} +11 -11
  10. package/dist/client/assets/{StateFields.vue_vue_type_script_setup_true_lang-fe7c7e4d.js → StateFields.vue_vue_type_script_setup_true_lang-f232f911.js} +13 -13
  11. package/dist/client/assets/{VSwitch.vue_vue_type_script_setup_true_lang-a0d66c22.js → Switch.vue_vue_type_script_setup_true_lang-ff441d43.js} +6 -6
  12. package/dist/client/assets/{VTextInput.vue_vue_type_script_setup_true_lang-ae0954a4.js → TextInput.vue_vue_type_script_setup_true_lang-49fa3d66.js} +5 -5
  13. package/dist/client/assets/{__eyedropper-4021b943.js → __eyedropper-04974bae.js} +9 -5
  14. package/dist/client/assets/{assets-02a93a40.js → assets-103b7b87.js} +26 -27
  15. package/dist/client/assets/{component-docs-add44d87.js → component-docs-c0980d29.js} +9 -10
  16. package/dist/client/assets/{components-c141317d.js → components-4ea0f479.js} +16 -16
  17. package/dist/client/assets/{documentations-30350ca6.js → documentations-81489cc3.js} +4 -5
  18. package/dist/client/assets/{graph-ca7151be.js → graph-3ab96556.js} +7 -8
  19. package/dist/client/assets/{index-14f26dd8.js → index-773a455a.js} +446 -107
  20. package/dist/client/assets/{index-133eebe9.js → index-cc695468.js} +1 -1
  21. package/dist/client/assets/{inspect-5ed32f17.js → inspect-a4a1ccce.js} +2 -3
  22. package/dist/client/assets/{npm-804ed8d6.js → npm-d82cc33a.js} +17 -18
  23. package/dist/client/assets/{overview-84e0d21c.js → overview-62088e28.js} +15 -16
  24. package/dist/client/assets/{pages-6df9c706.js → pages-b69a68f5.js} +16 -16
  25. package/dist/client/assets/{pinia-760b2ad2.js → pinia-f806031f.js} +6 -6
  26. package/dist/client/assets/{routes-6636ff43.js → routes-06a1de65.js} +13 -13
  27. package/dist/client/assets/{settings-3815e37a.css → settings-7bce89ae.css} +3 -3
  28. package/dist/client/assets/{settings-85b594bd.js → settings-a01dd288.js} +36 -38
  29. package/dist/client/assets/{splitpanes.es-34ce2868.js → splitpanes.es-87d8571e.js} +1 -1
  30. package/dist/client/assets/{timeline-34b2c182.js → timeline-4af72c7c.js} +11 -11
  31. package/dist/client/index.html +1 -1
  32. package/dist/{index.cjs → vite.cjs} +9 -40
  33. package/dist/{index.mjs → vite.mjs} +7 -38
  34. package/package.json +25 -88
  35. package/src/app.js +4 -0
  36. package/src/{node/views → views}/Main.vue +14 -23
  37. package/dist/client/assets/VSectionBlock-52804693.css +0 -18
  38. package/dist/client/assets/rpc-acb85b35.js +0 -145
  39. package/src/node/app.js +0 -31
  40. /package/dist/{index.d.ts → vite.d.ts} +0 -0
  41. /package/src/{node/views → views}/ComponentInspector.vue +0 -0
  42. /package/src/{node/views → views}/FrameBox.vue +0 -0
  43. /package/src/{node/views → views}/composables.ts +0 -0
  44. /package/src/{node/views → views}/utils.ts +0 -0
@@ -1,4 +1,4 @@
1
- import { aC as isRef } from './index-14f26dd8.js';
1
+ import { aC as isRef } from './index-773a455a.js';
2
2
 
3
3
  const objectToString = Object.prototype.toString;
4
4
  function toTypeString(value) {
@@ -1,6 +1,5 @@
1
- import { _ as _sfc_main$1 } from './IframeView.vue_vue_type_script_setup_true_lang-8e5b8335.js';
2
- import { i as inspectClientUrl } from './rpc-acb85b35.js';
3
- import { v as defineComponent, o as openBlock, e as createElementBlock, u as createVNode, z as unref } from './index-14f26dd8.js';
1
+ import { _ as _sfc_main$1 } from './IframeView.vue_vue_type_script_setup_true_lang-a998c802.js';
2
+ import { v as defineComponent, o as openBlock, e as createElementBlock, u as createVNode, z as unref, cg as inspectClientUrl } from './index-773a455a.js';
4
3
 
5
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
6
5
  __name: "inspect",
@@ -1,10 +1,9 @@
1
- import { v as defineComponent, a$ as ref, aP as onMounted, cb as useEventListener, cc as hookApi, o as openBlock, e as createElementBlock, cd as useScrollLock, by as watch, ce as useInfiniteScroll, r as resolveComponent, b as resolveDirective, x as createBaseVNode, u as createVNode, z as unref, aC as isRef, h as withCtx, F as Fragment, i as renderList, c as createBlock, g as createCommentVNode, y as toDisplayString, d as withDirectives, a9 as createTextVNode, q as normalizeClass, bL as _sfc_main$3 } from './index-14f26dd8.js';
2
- import { _ as __unplugin_components_3 } from './VSectionBlock-2f35c742.js';
3
- import { _ as _sfc_main$2 } from './VTextInput.vue_vue_type_script_setup_true_lang-ae0954a4.js';
1
+ import { v as defineComponent, a$ as ref, aP as onMounted, cc as useEventListener, cd as hookApi, o as openBlock, e as createElementBlock, ce as useScrollLock, by as watch, cf as useInfiniteScroll, r as resolveComponent, b as resolveDirective, x as createBaseVNode, u as createVNode, z as unref, aC as isRef, h as withCtx, F as Fragment, i as renderList, c as createBlock, g as createCommentVNode, c9 as rpc, y as toDisplayString, d as withDirectives, a9 as createTextVNode, q as normalizeClass, bL as _sfc_main$3 } from './index-773a455a.js';
2
+ import { _ as __unplugin_components_3 } from './SectionBlock-30cd0db7.js';
3
+ import { _ as _sfc_main$2 } from './TextInput.vue_vue_type_script_setup_true_lang-49fa3d66.js';
4
4
  import { g as getDefaultExportFromCjs, c as commonjsGlobal } from './_commonjsHelpers-65004790.js';
5
- import { r as rpc } from './rpc-acb85b35.js';
6
- import './VIconTitle.vue_vue_type_script_setup_true_lang-02e99d8a.js';
7
- import './VIcon.vue_vue_type_script_setup_true_lang-3e22beca.js';
5
+ import './IconTitle.vue_vue_type_script_setup_true_lang-4cf300a8.js';
6
+ import './Icon.vue_vue_type_script_setup_true_lang-9344440e.js';
8
7
 
9
8
  var xterm$1 = {exports: {}};/* Injected with object hook! */
10
9
 
@@ -303,10 +302,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
303
302
  { distance: 10 }
304
303
  );
305
304
  return (_ctx, _cache) => {
306
- const _component_VTextInput = _sfc_main$2;
307
- const _component_VButton = _sfc_main$3;
305
+ const _component_VDTextInput = _sfc_main$2;
306
+ const _component_VDButton = _sfc_main$3;
308
307
  const _component_VDropdown = resolveComponent("VDropdown");
309
- const _component_VSectionBlock = __unplugin_components_3;
308
+ const _component_VDSectionBlock = __unplugin_components_3;
310
309
  const _component_TerminalView = _sfc_main$1;
311
310
  const _directive_close_popper = resolveDirective("close-popper");
312
311
  return openBlock(), createElementBlock("div", {
@@ -318,7 +317,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
318
317
  "n-panel-grids": ""
319
318
  }, [
320
319
  createBaseVNode("div", _hoisted_1, [
321
- createVNode(_component_VTextInput, {
320
+ createVNode(_component_VDTextInput, {
322
321
  modelValue: unref(keywords),
323
322
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(keywords) ? keywords.value = $event : null),
324
323
  "font-mono": "",
@@ -327,7 +326,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
327
326
  op50: ""
328
327
  }, null, 8, ["modelValue"])
329
328
  ]),
330
- createVNode(_component_VSectionBlock, {
329
+ createVNode(_component_VDSectionBlock, {
331
330
  open: unref(projectDepsVisible),
332
331
  "onUpdate:open": _cache[1] || (_cache[1] = ($event) => isRef(projectDepsVisible) ? projectDepsVisible.value = $event : null),
333
332
  text: "Project dependencies",
@@ -362,7 +361,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
362
361
  "text-center": ""
363
362
  }, {
364
363
  popper: withCtx(() => [
365
- withDirectives((openBlock(), createBlock(_component_VButton, {
364
+ withDirectives((openBlock(), createBlock(_component_VDButton, {
366
365
  "py-1": "",
367
366
  onClick: ($event) => uninstall(item, item.type)
368
367
  }, {
@@ -373,7 +372,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
373
372
  }, 1032, ["onClick"])), [
374
373
  [_directive_close_popper]
375
374
  ]),
376
- withDirectives((openBlock(), createBlock(_component_VButton, { "py-1": "" }, {
375
+ withDirectives((openBlock(), createBlock(_component_VDButton, { "py-1": "" }, {
377
376
  default: withCtx(() => [
378
377
  createTextVNode(" Cancel ")
379
378
  ]),
@@ -383,7 +382,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
383
382
  ])
384
383
  ]),
385
384
  default: withCtx(() => [
386
- createVNode(_component_VButton, {
385
+ createVNode(_component_VDButton, {
387
386
  icon: "carbon:trash-can m0 text-xs",
388
387
  "py-1": ""
389
388
  })
@@ -399,7 +398,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
399
398
  ]),
400
399
  _: 1
401
400
  }, 8, ["open", "description"]),
402
- createVNode(_component_VSectionBlock, {
401
+ createVNode(_component_VDSectionBlock, {
403
402
  open: unref(packageListVisible),
404
403
  "onUpdate:open": _cache[2] || (_cache[2] = ($event) => isRef(packageListVisible) ? packageListVisible.value = $event : null),
405
404
  text: "Search Results",
@@ -476,7 +475,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
476
475
  "text-center": ""
477
476
  }, {
478
477
  popper: withCtx(() => [
479
- withDirectives((openBlock(), createBlock(_component_VButton, {
478
+ withDirectives((openBlock(), createBlock(_component_VDButton, {
480
479
  "py-1": "",
481
480
  onClick: ($event) => download(item, true)
482
481
  }, {
@@ -487,7 +486,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
487
486
  }, 1032, ["onClick"])), [
488
487
  [_directive_close_popper]
489
488
  ]),
490
- withDirectives((openBlock(), createBlock(_component_VButton, {
489
+ withDirectives((openBlock(), createBlock(_component_VDButton, {
491
490
  "py-1": "",
492
491
  onClick: ($event) => download(item, false)
493
492
  }, {
@@ -500,7 +499,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
500
499
  ])
501
500
  ]),
502
501
  default: withCtx(() => [
503
- createVNode(_component_VButton, {
502
+ createVNode(_component_VDButton, {
504
503
  icon: "carbon-download m0 text-xs",
505
504
  "py-1": ""
506
505
  })
@@ -1,9 +1,8 @@
1
- import { _ as __unplugin_components_0$1 } from './VPanelGrids-885eb297.js';
2
- import { a$ as ref, a1 as computed, c8 as routes, v as defineComponent, r as resolveComponent, o as openBlock, c as createBlock, h as withCtx, x as createBaseVNode, u as createVNode, y as toDisplayString, z as unref, c9 as vueVersion, a9 as createTextVNode, e as createElementBlock, F as Fragment, ca as __unplugin_components_0, c3 as __unplugin_components_1, bL as _sfc_main$1 } from './index-14f26dd8.js';
3
- import { r as rpc } from './rpc-acb85b35.js';
4
- import { i as isMacOS } from './index-133eebe9.js';
1
+ import { _ as __unplugin_components_0$1 } from './PanelGrids-bf67e36d.js';
2
+ import { a$ as ref, c9 as rpc, a1 as computed, c8 as routes, v as defineComponent, r as resolveComponent, o as openBlock, c as createBlock, h as withCtx, x as createBaseVNode, u as createVNode, y as toDisplayString, z as unref, ca as vueVersion, a9 as createTextVNode, e as createElementBlock, F as Fragment, cb as __unplugin_components_0, c3 as __unplugin_components_1, bL as _sfc_main$1 } from './index-773a455a.js';
3
+ import { i as isMacOS } from './index-cc695468.js';
5
4
 
6
- const version = "0.5.1";
5
+ const version = "1.0.0-alpha.2";
7
6
 
8
7
  /* Injected with object hook! */
9
8
 
@@ -139,11 +138,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
139
138
  setup(__props) {
140
139
  return (_ctx, _cache) => {
141
140
  const _component_Logo = __unplugin_components_0;
142
- const _component_VBadge = __unplugin_components_1;
141
+ const _component_VDBadge = __unplugin_components_1;
143
142
  const _component_RouterLink = resolveComponent("RouterLink");
144
- const _component_VButton = _sfc_main$1;
145
- const _component_VPanelGrids = __unplugin_components_0$1;
146
- return openBlock(), createBlock(_component_VPanelGrids, {
143
+ const _component_VDButton = _sfc_main$1;
144
+ const _component_VDPanelGrids = __unplugin_components_0$1;
145
+ return openBlock(), createBlock(_component_VDPanelGrids, {
147
146
  "h-screen": "",
148
147
  "w-full": "",
149
148
  flex: "",
@@ -156,7 +155,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
156
155
  createBaseVNode("div", _hoisted_4, [
157
156
  createVNode(_component_Logo, { "h-18": "" }),
158
157
  createBaseVNode("button", _hoisted_5, [
159
- createVNode(_component_VBadge, {
158
+ createVNode(_component_VDBadge, {
160
159
  "bg-green-400:10": "",
161
160
  "text-green-400": "",
162
161
  title: "preview",
@@ -228,7 +227,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
228
227
  createBaseVNode("div", _hoisted_21, [
229
228
  createTextVNode(" Press "),
230
229
  unref(isMacOS)() ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
231
- createVNode(_component_VButton, {
230
+ createVNode(_component_VDButton, {
232
231
  n: "xs",
233
232
  class: "px2"
234
233
  }, {
@@ -238,7 +237,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
238
237
  _: 1
239
238
  }),
240
239
  _hoisted_22,
241
- createVNode(_component_VButton, {
240
+ createVNode(_component_VDButton, {
242
241
  n: "xs",
243
242
  class: "px2"
244
243
  }, {
@@ -248,7 +247,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
248
247
  _: 1
249
248
  }),
250
249
  _hoisted_23,
251
- createVNode(_component_VButton, {
250
+ createVNode(_component_VDButton, {
252
251
  n: "xs",
253
252
  class: "px2"
254
253
  }, {
@@ -258,7 +257,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
258
257
  _: 1
259
258
  })
260
259
  ], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
261
- createVNode(_component_VButton, {
260
+ createVNode(_component_VDButton, {
262
261
  n: "xs",
263
262
  class: "px2"
264
263
  }, {
@@ -268,7 +267,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
268
267
  _: 1
269
268
  }),
270
269
  _hoisted_24,
271
- createVNode(_component_VButton, {
270
+ createVNode(_component_VDButton, {
272
271
  n: "xs",
273
272
  class: "px2"
274
273
  }, {
@@ -278,7 +277,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
278
277
  _: 1
279
278
  }),
280
279
  _hoisted_25,
281
- createVNode(_component_VButton, {
280
+ createVNode(_component_VDButton, {
282
281
  n: "xs",
283
282
  class: "px2"
284
283
  }, {
@@ -1,8 +1,8 @@
1
- import { _ as __unplugin_components_3 } from './VSectionBlock-2f35c742.js';
2
- import { v as defineComponent, a$ as ref, a1 as computed, r as resolveComponent, z as unref, o as openBlock, e as createElementBlock, x as createBaseVNode, y as toDisplayString, c as createBlock, h as withCtx, bG as withModifiers, F as Fragment, i as renderList, g as createCommentVNode, u as createVNode, a9 as createTextVNode, q as normalizeClass, bL as _sfc_main$4, c3 as __unplugin_components_1, aP as onMounted, c7 as currentRoute, b_ as router, aC as isRef, bE as withKeys, c8 as routes } from './index-14f26dd8.js';
3
- import { _ as _sfc_main$3 } from './VTextInput.vue_vue_type_script_setup_true_lang-ae0954a4.js';
4
- import './VIconTitle.vue_vue_type_script_setup_true_lang-02e99d8a.js';
5
- import './VIcon.vue_vue_type_script_setup_true_lang-3e22beca.js';
1
+ import { _ as __unplugin_components_3 } from './SectionBlock-30cd0db7.js';
2
+ import { v as defineComponent, a$ as ref, a1 as computed, r as resolveComponent, z as unref, o as openBlock, e as createElementBlock, x as createBaseVNode, y as toDisplayString, c as createBlock, h as withCtx, bG as withModifiers, F as Fragment, i as renderList, g as createCommentVNode, u as createVNode, a9 as createTextVNode, q as normalizeClass, bL as _sfc_main$4, c3 as __unplugin_components_1, aP as onMounted, c7 as currentRoute, b_ as router, aC as isRef, bE as withKeys, c8 as routes } from './index-773a455a.js';
3
+ import { _ as _sfc_main$3 } from './TextInput.vue_vue_type_script_setup_true_lang-49fa3d66.js';
4
+ import './IconTitle.vue_vue_type_script_setup_true_lang-4cf300a8.js';
5
+ import './Icon.vue_vue_type_script_setup_true_lang-9344440e.js';
6
6
 
7
7
  const _hoisted_1$2 = {
8
8
  block: "",
@@ -46,8 +46,8 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
46
46
  emit("navigate", path.value);
47
47
  }
48
48
  return (_ctx, _cache) => {
49
- const _component_VTextInput = _sfc_main$3;
50
- const _component_VButton = _sfc_main$4;
49
+ const _component_VDTextInput = _sfc_main$3;
50
+ const _component_VDButton = _sfc_main$4;
51
51
  const _component_VDropdown = resolveComponent("VDropdown");
52
52
  return !unref(hasWildcard) ? (openBlock(), createElementBlock("button", {
53
53
  key: 0,
@@ -69,7 +69,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
69
69
  createBaseVNode("div", _hoisted_5$2, [
70
70
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(parts), (part, idx) => {
71
71
  return openBlock(), createElementBlock(Fragment, { key: idx }, [
72
- part[0] === ":" ? (openBlock(), createBlock(_component_VTextInput, {
72
+ part[0] === ":" ? (openBlock(), createBlock(_component_VDTextInput, {
73
73
  key: 0,
74
74
  modelValue: unref(partsInput)[idx],
75
75
  "onUpdate:modelValue": ($event) => unref(partsInput)[idx] = $event,
@@ -81,7 +81,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
81
81
  }), 128))
82
82
  ])
83
83
  ], 64)) : createCommentVNode("", true),
84
- createVNode(_component_VButton, {
84
+ createVNode(_component_VDButton, {
85
85
  block: "",
86
86
  n: "primary"
87
87
  }, {
@@ -156,7 +156,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
156
156
  return [...props.pages].sort((a, b) => a.path.localeCompare(b.path));
157
157
  });
158
158
  return (_ctx, _cache) => {
159
- const _component_VBadge = __unplugin_components_1;
159
+ const _component_VDBadge = __unplugin_components_1;
160
160
  const _component_RoutePathItem = _sfc_main$2;
161
161
  return openBlock(), createElementBlock("div", null, [
162
162
  createBaseVNode("table", _hoisted_1$1, [
@@ -171,14 +171,14 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
171
171
  }, [
172
172
  createBaseVNode("td", _hoisted_3$1, [
173
173
  createBaseVNode("div", _hoisted_4$1, [
174
- _ctx.matched.find((m) => m.path === item.path) ? (openBlock(), createBlock(_component_VBadge, {
174
+ _ctx.matched.find((m) => m.path === item.path) ? (openBlock(), createBlock(_component_VDBadge, {
175
175
  key: 0,
176
176
  "bg-green-400:10": "",
177
177
  "text-green-400": "",
178
178
  title: "active",
179
179
  textContent: "active"
180
180
  })) : createCommentVNode("", true),
181
- _ctx.matchedPending.find((m) => m.path === item.path) ? (openBlock(), createBlock(_component_VBadge, {
181
+ _ctx.matchedPending.find((m) => m.path === item.path) ? (openBlock(), createBlock(_component_VDBadge, {
182
182
  key: 1,
183
183
  "bg-teal-400:10": "",
184
184
  "text-teal-400": "",
@@ -265,9 +265,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
265
265
  routeInput.value = path;
266
266
  }
267
267
  return (_ctx, _cache) => {
268
- const _component_VTextInput = _sfc_main$3;
268
+ const _component_VDTextInput = _sfc_main$3;
269
269
  const _component_RoutesTable = _sfc_main$1;
270
- const _component_VSectionBlock = __unplugin_components_3;
270
+ const _component_VDSectionBlock = __unplugin_components_3;
271
271
  return openBlock(), createElementBlock("div", _hoisted_1, [
272
272
  createBaseVNode("div", _hoisted_2, [
273
273
  createBaseVNode("div", null, [
@@ -277,7 +277,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
277
277
  _hoisted_5
278
278
  ], 64)) : (openBlock(), createElementBlock("span", _hoisted_6, "Current route"))
279
279
  ]),
280
- createVNode(_component_VTextInput, {
280
+ createVNode(_component_VDTextInput, {
281
281
  modelValue: unref(routeInput),
282
282
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(routeInput) ? routeInput.value = $event : null),
283
283
  "font-mono": "",
@@ -292,7 +292,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
292
292
  ], 64)) : (openBlock(), createElementBlock("span", _hoisted_9, "Edit path above to navigate"))
293
293
  ])
294
294
  ]),
295
- createVNode(_component_VSectionBlock, {
295
+ createVNode(_component_VDSectionBlock, {
296
296
  icon: "carbon-tree-view-alt",
297
297
  text: "All Routes",
298
298
  description: `${unref(routes).length} routes registered in your application`,
@@ -1,9 +1,9 @@
1
- import { _ as _sfc_main$1 } from './StateFields.vue_vue_type_script_setup_true_lang-fe7c7e4d.js';
2
- import { g, M } from './splitpanes.es-34ce2868.js';
3
- import { v as defineComponent, a$ as ref, a1 as computed, c4 as piniaStoresCategory, bd as toRaw, c5 as piniaState, c6 as piniaGetters, z as unref, o as openBlock, e as createElementBlock, u as createVNode, h as withCtx, x as createBaseVNode, F as Fragment, i as renderList, q as normalizeClass, y as toDisplayString, c as createBlock } from './index-14f26dd8.js';
4
- import { p as pick } from './index-133eebe9.js';
5
- import './VIcon.vue_vue_type_script_setup_true_lang-3e22beca.js';
6
- import './VIconButton.vue_vue_type_script_setup_true_lang-ff741416.js';
1
+ import { _ as _sfc_main$1 } from './StateFields.vue_vue_type_script_setup_true_lang-f232f911.js';
2
+ import { g, M } from './splitpanes.es-87d8571e.js';
3
+ import { v as defineComponent, a$ as ref, a1 as computed, c4 as piniaStoresCategory, bd as toRaw, c5 as piniaState, c6 as piniaGetters, z as unref, o as openBlock, e as createElementBlock, u as createVNode, h as withCtx, x as createBaseVNode, F as Fragment, i as renderList, q as normalizeClass, y as toDisplayString, c as createBlock } from './index-773a455a.js';
4
+ import { p as pick } from './index-cc695468.js';
5
+ import './Icon.vue_vue_type_script_setup_true_lang-9344440e.js';
6
+ import './IconButton.vue_vue_type_script_setup_true_lang-f308a32e.js';
7
7
 
8
8
  const _hoisted_1 = {
9
9
  "h-screen": "",
@@ -1,10 +1,10 @@
1
- import { _ as __unplugin_components_0 } from './VPanelGrids-885eb297.js';
2
- import { v as defineComponent, z as unref, b_ as router, o as openBlock, e as createElementBlock, u as createVNode, h as withCtx, x as createBaseVNode, F as Fragment, i as renderList, b$ as routeRecordMatcherState, c0 as activeRouteRecordMatcherState, c as createBlock, bZ as _sfc_main$2, _ as __unplugin_components_7, q as normalizeClass, c1 as activeRouteRecordIndex, c2 as toggleRouteRecordMatcher, a9 as createTextVNode, y as toDisplayString, l as normalizeStyle, g as createCommentVNode, c3 as __unplugin_components_1 } from './index-14f26dd8.js';
3
- import { _ as _sfc_main$1 } from './StateFields.vue_vue_type_script_setup_true_lang-fe7c7e4d.js';
4
- import { g, M } from './splitpanes.es-34ce2868.js';
5
- import './VIcon.vue_vue_type_script_setup_true_lang-3e22beca.js';
6
- import './index-133eebe9.js';
7
- import './VIconButton.vue_vue_type_script_setup_true_lang-ff741416.js';
1
+ import { _ as __unplugin_components_0 } from './PanelGrids-bf67e36d.js';
2
+ import { v as defineComponent, z as unref, b_ as router, o as openBlock, e as createElementBlock, u as createVNode, h as withCtx, x as createBaseVNode, F as Fragment, i as renderList, b$ as routeRecordMatcherState, c0 as activeRouteRecordMatcherState, c as createBlock, bZ as _sfc_main$2, _ as __unplugin_components_7, q as normalizeClass, c1 as activeRouteRecordIndex, c2 as toggleRouteRecordMatcher, a9 as createTextVNode, y as toDisplayString, l as normalizeStyle, g as createCommentVNode, c3 as __unplugin_components_1 } from './index-773a455a.js';
3
+ import { _ as _sfc_main$1 } from './StateFields.vue_vue_type_script_setup_true_lang-f232f911.js';
4
+ import { g, M } from './splitpanes.es-87d8571e.js';
5
+ import './Icon.vue_vue_type_script_setup_true_lang-9344440e.js';
6
+ import './index-cc695468.js';
7
+ import './IconButton.vue_vue_type_script_setup_true_lang-f308a32e.js';
8
8
 
9
9
  const _hoisted_1 = {
10
10
  key: 0,
@@ -36,11 +36,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
36
36
  __name: "routes",
37
37
  setup(__props) {
38
38
  return (_ctx, _cache) => {
39
- const _component_VBadge = __unplugin_components_1;
39
+ const _component_VDBadge = __unplugin_components_1;
40
40
  const _component_StateFields = _sfc_main$1;
41
41
  const _component_TabIcon = _sfc_main$2;
42
- const _component_VCard = __unplugin_components_7;
43
- const _component_VPanelGrids = __unplugin_components_0;
42
+ const _component_VDCard = __unplugin_components_7;
43
+ const _component_VDPanelGrids = __unplugin_components_0;
44
44
  return unref(router) ? (openBlock(), createElementBlock("div", _hoisted_1, [
45
45
  createVNode(unref(M), null, {
46
46
  default: withCtx(() => [
@@ -64,7 +64,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
64
64
  createTextVNode(toDisplayString(item.path) + " ", 1),
65
65
  (openBlock(true), createElementBlock(Fragment, null, renderList(item.tags, (tag, childIndex) => {
66
66
  return openBlock(), createElementBlock(Fragment, null, [
67
- tag.label ? (openBlock(), createBlock(_component_VBadge, {
67
+ tag.label ? (openBlock(), createBlock(_component_VDBadge, {
68
68
  key: childIndex,
69
69
  color: "white/90 dark:black/90",
70
70
  style: normalizeStyle({
@@ -97,12 +97,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
97
97
  ]),
98
98
  _: 1
99
99
  })
100
- ])) : (openBlock(), createBlock(_component_VPanelGrids, {
100
+ ])) : (openBlock(), createBlock(_component_VDPanelGrids, {
101
101
  key: 1,
102
102
  px5: ""
103
103
  }, {
104
104
  default: withCtx(() => [
105
- createVNode(_component_VCard, {
105
+ createVNode(_component_VDCard, {
106
106
  flex: "~ col gap2",
107
107
  "min-w-30": "",
108
108
  "items-center": "",
@@ -1,11 +1,11 @@
1
1
 
2
- .container[data-v-27398280] {
2
+ .container[data-v-44f45d0a] {
3
3
  margin-top:0.5rem;display:flex;border-width:1px;border-color:rgba(156,163,175,0.2);border-radius:0.75rem;;
4
4
  }
5
- .container[data-v-27398280]:empty {
5
+ .container[data-v-44f45d0a]:empty {
6
6
  padding: 0.8rem;
7
7
  text-align: center;
8
8
  }
9
- .container[data-v-27398280]:empty:before {
9
+ .container[data-v-44f45d0a]:empty:before {
10
10
  content: 'Empty group';
11
11
  }
@@ -1,10 +1,10 @@
1
- import { _ as _sfc_main$a, a as _sfc_main$c } from './VSwitch.vue_vue_type_script_setup_true_lang-a0d66c22.js';
2
- import { I as BaseTransition, J as BaseTransitionPropsValidators, K as Comment, L as EffectScope, F as Fragment, M as KeepAlive, R as ReactiveEffect, S as Static, N as Suspense, T as Teleport, O as Text, P as Transition, Q as TransitionGroup, V as VueElement, U as assertNumber, W as callWithAsyncErrorHandling, X as callWithErrorHandling, Y as camelize, Z as capitalize, $ as cloneVNode, a0 as compatUtils, a1 as computed, a2 as createApp, c as createBlock, g as createCommentVNode, e as createElementBlock, x as createBaseVNode, a3 as createHydrationRenderer, a4 as createPropsRestProxy, a5 as createRenderer, a6 as createSSRApp, a7 as createSlots, a8 as createStaticVNode, a9 as createTextVNode, u as createVNode, aa as customRef, ab as defineAsyncComponent, v as defineComponent, ac as defineCustomElement, ad as defineEmits, ae as defineExpose, af as defineModel, ag as defineOptions, ah as defineProps, ai as defineSSRCustomElement, aj as defineSlots, ak as devtools, al as effect, am as effectScope, an as getCurrentInstance, ao as getCurrentScope, ap as getTransitionRawChildren, aq as guardReactiveProps, ar as h, as as handleError, at as hasInjectionContext, au as hydrate, av as initCustomFormatter, aw as initDirectivesForSSR, ax as inject, ay as isMemoSame, az as isProxy, aA as isReactive, aB as isReadonly, aC as isRef, aD as isRuntimeOnly, aE as isShallow, aF as isVNode, m as markRaw, aG as mergeDefaults, aH as mergeModels, k as mergeProps, n as nextTick, q as normalizeClass, aI as normalizeProps, l as normalizeStyle, aJ as onActivated, aK as onBeforeMount, aL as onBeforeUnmount, aM as onBeforeUpdate, aN as onDeactivated, aO as onErrorCaptured, aP as onMounted, aQ as onRenderTracked, aR as onRenderTriggered, aS as onScopeDispose, aT as onServerPrefetch, aU as onUnmounted, aV as onUpdated, o as openBlock, a as popScopeId, aW as provide, aX as proxyRefs, p as pushScopeId, aY as queuePostFlushCb, aZ as reactive, a_ as readonly, a$ as ref, b0 as registerRuntimeCompiler, b1 as render, i as renderList, f as renderSlot, r as resolveComponent, b as resolveDirective, j as resolveDynamicComponent, b2 as resolveFilter, b3 as resolveTransitionHooks, b4 as setBlockTracking, b5 as setDevtoolsHook, b6 as setTransitionHooks, s as shallowReactive, b7 as shallowReadonly, b8 as shallowRef, b9 as ssrContextKey, ba as ssrUtils, bb as stop, y as toDisplayString, bc as toHandlerKey, t as toHandlers, bd as toRaw, be as toRef, bf as toRefs, bg as toValue, bh as transformVNodeArgs, bi as triggerRef, z as unref, bj as useAttrs, bk as useCssModule, bl as useCssVars, bm as useModel, bn as useSSRContext, bo as useSlots, bp as useTransitionState, bq as vModelCheckbox, br as vModelDynamic, bs as vModelRadio, bt as vModelSelect, bu as vModelText, bv as vShow, bw as version$1, bx as warn, by as watch, bz as watchEffect, bA as watchPostEffect, bB as watchSyncEffect, bC as withAsyncContext, h as withCtx, bD as withDefaults, d as withDirectives, bE as withKeys, bF as withMemo, bG as withModifiers, w as withScopeId, bH as getSortedTabs, bI as updateTabsPosition, bJ as _export_sfc, bK as useVModel, bL as _sfc_main$5, bM as _sfc_main$6, bN as useToggle, bO as shouldHideTabGroup, bP as DEFAULT_TAB_GROUP, bQ as useGroupedTabs, bR as ungroupAllTabs, bS as resetAllTabs, bT as removeTabGroup, bU as checkGroupExist, bV as createGroup, bW as useDevToolsSettings, bX as useFrameState, bY as _sfc_main$b, bZ as _sfc_main$d } from './index-14f26dd8.js';
3
- import { _ as _sfc_main$4 } from './VIcon.vue_vue_type_script_setup_true_lang-3e22beca.js';
1
+ import { _ as _sfc_main$a, a as _sfc_main$c } from './Switch.vue_vue_type_script_setup_true_lang-ff441d43.js';
2
+ import { I as BaseTransition, J as BaseTransitionPropsValidators, K as Comment, L as EffectScope, F as Fragment, M as KeepAlive, R as ReactiveEffect, S as Static, N as Suspense, T as Teleport, O as Text, P as Transition, Q as TransitionGroup, V as VueElement, U as assertNumber, W as callWithAsyncErrorHandling, X as callWithErrorHandling, Y as camelize, Z as capitalize, $ as cloneVNode, a0 as compatUtils, a1 as computed, a2 as createApp, c as createBlock, g as createCommentVNode, e as createElementBlock, x as createBaseVNode, a3 as createHydrationRenderer, a4 as createPropsRestProxy, a5 as createRenderer, a6 as createSSRApp, a7 as createSlots, a8 as createStaticVNode, a9 as createTextVNode, u as createVNode, aa as customRef, ab as defineAsyncComponent, v as defineComponent, ac as defineCustomElement, ad as defineEmits, ae as defineExpose, af as defineModel, ag as defineOptions, ah as defineProps, ai as defineSSRCustomElement, aj as defineSlots, ak as devtools, al as effect, am as effectScope, an as getCurrentInstance, ao as getCurrentScope, ap as getTransitionRawChildren, aq as guardReactiveProps, ar as h, as as handleError, at as hasInjectionContext, au as hydrate, av as initCustomFormatter, aw as initDirectivesForSSR, ax as inject, ay as isMemoSame, az as isProxy, aA as isReactive, aB as isReadonly, aC as isRef, aD as isRuntimeOnly, aE as isShallow, aF as isVNode, m as markRaw, aG as mergeDefaults, aH as mergeModels, k as mergeProps, n as nextTick, q as normalizeClass, aI as normalizeProps, l as normalizeStyle, aJ as onActivated, aK as onBeforeMount, aL as onBeforeUnmount, aM as onBeforeUpdate, aN as onDeactivated, aO as onErrorCaptured, aP as onMounted, aQ as onRenderTracked, aR as onRenderTriggered, aS as onScopeDispose, aT as onServerPrefetch, aU as onUnmounted, aV as onUpdated, o as openBlock, a as popScopeId, aW as provide, aX as proxyRefs, p as pushScopeId, aY as queuePostFlushCb, aZ as reactive, a_ as readonly, a$ as ref, b0 as registerRuntimeCompiler, b1 as render, i as renderList, f as renderSlot, r as resolveComponent, b as resolveDirective, j as resolveDynamicComponent, b2 as resolveFilter, b3 as resolveTransitionHooks, b4 as setBlockTracking, b5 as setDevtoolsHook, b6 as setTransitionHooks, s as shallowReactive, b7 as shallowReadonly, b8 as shallowRef, b9 as ssrContextKey, ba as ssrUtils, bb as stop, y as toDisplayString, bc as toHandlerKey, t as toHandlers, bd as toRaw, be as toRef, bf as toRefs, bg as toValue, bh as transformVNodeArgs, bi as triggerRef, z as unref, bj as useAttrs, bk as useCssModule, bl as useCssVars, bm as useModel, bn as useSSRContext, bo as useSlots, bp as useTransitionState, bq as vModelCheckbox, br as vModelDynamic, bs as vModelRadio, bt as vModelSelect, bu as vModelText, bv as vShow, bw as version$1, bx as warn, by as watch, bz as watchEffect, bA as watchPostEffect, bB as watchSyncEffect, bC as withAsyncContext, h as withCtx, bD as withDefaults, d as withDirectives, bE as withKeys, bF as withMemo, bG as withModifiers, w as withScopeId, bH as getSortedTabs, bI as updateTabsPosition, bJ as _export_sfc, bK as useVModel, bL as _sfc_main$5, bM as _sfc_main$6, bN as useToggle, bO as shouldHideTabGroup, bP as DEFAULT_TAB_GROUP, bQ as useGroupedTabs, bR as ungroupAllTabs, bS as resetAllTabs, bT as removeTabGroup, bU as checkGroupExist, bV as createGroup, bW as useDevToolsSettings, bX as useFrameState, bY as _sfc_main$b, bZ as _sfc_main$d } from './index-773a455a.js';
3
+ import { _ as _sfc_main$4 } from './Icon.vue_vue_type_script_setup_true_lang-9344440e.js';
4
4
  import { a as getAugmentedNamespace, c as commonjsGlobal, g as getDefaultExportFromCjs } from './_commonjsHelpers-65004790.js';
5
- import { _ as _sfc_main$8 } from './VIconButton.vue_vue_type_script_setup_true_lang-ff741416.js';
6
- import { _ as _sfc_main$7 } from './VTextInput.vue_vue_type_script_setup_true_lang-ae0954a4.js';
7
- import { _ as _sfc_main$9 } from './VIconTitle.vue_vue_type_script_setup_true_lang-02e99d8a.js';
5
+ import { _ as _sfc_main$8 } from './IconButton.vue_vue_type_script_setup_true_lang-f308a32e.js';
6
+ import { _ as _sfc_main$7 } from './TextInput.vue_vue_type_script_setup_true_lang-49fa3d66.js';
7
+ import { _ as _sfc_main$9 } from './IconTitle.vue_vue_type_script_setup_true_lang-4cf300a8.js';
8
8
 
9
9
  const compile = () => {
10
10
  };
@@ -9067,7 +9067,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
9067
9067
  const dragging = ref(false);
9068
9068
  const dragTabs = computed(() => getSortedTabs(props.tabs));
9069
9069
  return (_ctx, _cache) => {
9070
- const _component_VIcon = _sfc_main$4;
9070
+ const _component_VDIcon = _sfc_main$4;
9071
9071
  return openBlock(), createBlock(unref(Draggable), {
9072
9072
  "model-value": unref(dragTabs),
9073
9073
  "item-key": "title",
@@ -9090,7 +9090,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
9090
9090
  py1: "",
9091
9091
  "transition-colors": ""
9092
9092
  }, [
9093
- createVNode(_component_VIcon, {
9093
+ createVNode(_component_VDIcon, {
9094
9094
  icon: element.icon
9095
9095
  }, null, 8, ["icon"]),
9096
9096
  createTextVNode(" " + toDisplayString(element.title), 1)
@@ -9104,10 +9104,10 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
9104
9104
 
9105
9105
  /* Injected with object hook! */
9106
9106
 
9107
- /* unplugin-vue-components disabled */const TabGroupItem_vue_vue_type_style_index_0_scoped_27398280_lang = '';
9107
+ /* unplugin-vue-components disabled */const TabGroupItem_vue_vue_type_style_index_0_scoped_44f45d0a_lang = '';
9108
9108
  /* Injected with object hook! */
9109
9109
 
9110
- const __unplugin_components_4 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-27398280"]]);
9110
+ const __unplugin_components_4 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-44f45d0a"]]);
9111
9111
 
9112
9112
  /* Injected with object hook! */
9113
9113
 
@@ -9126,7 +9126,7 @@ const _hoisted_2$2 = {
9126
9126
  "gap-10px": ""
9127
9127
  };
9128
9128
  const _sfc_main$2 = /* @__PURE__ */ defineComponent({
9129
- __name: "VConfirm",
9129
+ __name: "Confirm",
9130
9130
  props: {
9131
9131
  modelValue: { type: Boolean },
9132
9132
  message: {}
@@ -9139,9 +9139,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
9139
9139
  value.value = false;
9140
9140
  }
9141
9141
  return (_ctx, _cache) => {
9142
- const _component_VButton = _sfc_main$5;
9143
- const _component_VDialog = _sfc_main$6;
9144
- return openBlock(), createBlock(_component_VDialog, {
9142
+ return openBlock(), createBlock(_sfc_main$6, {
9145
9143
  modelValue: unref(value),
9146
9144
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => isRef(value) ? value.value = $event : null)
9147
9145
  }, {
@@ -9149,7 +9147,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
9149
9147
  createBaseVNode("div", _hoisted_1$2, [
9150
9148
  createBaseVNode("div", null, toDisplayString(_ctx.message), 1),
9151
9149
  createBaseVNode("div", _hoisted_2$2, [
9152
- createVNode(_component_VButton, {
9150
+ createVNode(_sfc_main$5, {
9153
9151
  "border-none": "",
9154
9152
  bg: "gray-300/30",
9155
9153
  onClick: _cache[0] || (_cache[0] = withModifiers(($event) => {
@@ -9162,7 +9160,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
9162
9160
  ]),
9163
9161
  _: 1
9164
9162
  }),
9165
- createVNode(_component_VButton, {
9163
+ createVNode(_sfc_main$5, {
9166
9164
  "border-none": "",
9167
9165
  "bg-primary": "",
9168
9166
  "text-white": "",
@@ -9249,14 +9247,14 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
9249
9247
  groupName.value = "";
9250
9248
  }
9251
9249
  return (_ctx, _cache) => {
9252
- const _component_VButton = _sfc_main$5;
9253
- const _component_VTextInput = _sfc_main$7;
9254
- const _component_VConfirm = _sfc_main$2;
9255
- const _component_VIconButton = _sfc_main$8;
9250
+ const _component_VDButton = _sfc_main$5;
9251
+ const _component_VDTextInput = _sfc_main$7;
9252
+ const _component_VDConfirm = _sfc_main$2;
9253
+ const _component_VDIconButton = _sfc_main$8;
9256
9254
  const _component_TabGroupItem = __unplugin_components_4;
9257
9255
  return openBlock(), createElementBlock(Fragment, null, [
9258
9256
  createBaseVNode("div", _hoisted_1$1, [
9259
- createVNode(_component_VButton, {
9257
+ createVNode(_component_VDButton, {
9260
9258
  n: "primary",
9261
9259
  onClick: _cache[0] || (_cache[0] = withModifiers(($event) => handleShowConfirm("reset"), ["prevent"]))
9262
9260
  }, {
@@ -9266,7 +9264,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
9266
9264
  ]),
9267
9265
  _: 1
9268
9266
  }),
9269
- createVNode(_component_VButton, {
9267
+ createVNode(_component_VDButton, {
9270
9268
  n: "primary",
9271
9269
  onClick: _cache[1] || (_cache[1] = withModifiers(($event) => handleShowConfirm("ungroup"), ["prevent"]))
9272
9270
  }, {
@@ -9277,12 +9275,12 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
9277
9275
  _: 1
9278
9276
  }),
9279
9277
  createBaseVNode("div", _hoisted_4$1, [
9280
- createVNode(_component_VTextInput, {
9278
+ createVNode(_component_VDTextInput, {
9281
9279
  modelValue: unref(groupName),
9282
9280
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => isRef(groupName) ? groupName.value = $event : null),
9283
9281
  class: "w-120px"
9284
9282
  }, null, 8, ["modelValue"]),
9285
- createVNode(_component_VButton, {
9283
+ createVNode(_component_VDButton, {
9286
9284
  "border-none": "",
9287
9285
  "bg-primary": "",
9288
9286
  "text-white": "",
@@ -9297,7 +9295,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
9297
9295
  }, 8, ["disabled"])
9298
9296
  ])
9299
9297
  ]),
9300
- createVNode(_component_VConfirm, {
9298
+ createVNode(_component_VDConfirm, {
9301
9299
  modelValue: unref(showConfirm),
9302
9300
  "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => isRef(showConfirm) ? showConfirm.value = $event : null),
9303
9301
  message: unref(currentConfirmHandlers).message,
@@ -9308,7 +9306,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
9308
9306
  !unref(shouldHideTabGroup)(name, tabs.length) && show ? (openBlock(), createElementBlock("div", _hoisted_5$1, [
9309
9307
  createBaseVNode("div", _hoisted_6$1, [
9310
9308
  createBaseVNode("span", _hoisted_7$1, toDisplayString(name), 1),
9311
- name !== unref(DEFAULT_TAB_GROUP) ? (openBlock(), createBlock(_component_VIconButton, {
9309
+ name !== unref(DEFAULT_TAB_GROUP) ? (openBlock(), createBlock(_component_VDIconButton, {
9312
9310
  key: 0,
9313
9311
  icon: "material-symbols:delete",
9314
9312
  class: "hover:color-red",
@@ -9438,16 +9436,16 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
9438
9436
  }
9439
9437
  const showTabGroup = ref(false);
9440
9438
  return (_ctx, _cache) => {
9441
- const _component_VIconTitle = _sfc_main$9;
9439
+ const _component_VDIconTitle = _sfc_main$9;
9442
9440
  const _component_VTooltip = resolveComponent("VTooltip");
9443
- const _component_VSwitch = _sfc_main$a;
9441
+ const _component_VDSwitch = _sfc_main$a;
9444
9442
  const _component_TabIcon = _sfc_main$d;
9445
9443
  const _component_TabGroup = _sfc_main$1;
9446
- const _component_VButton = _sfc_main$5;
9447
- const _component_VDarkToggle = _sfc_main$b;
9448
- const _component_VSelect = _sfc_main$c;
9444
+ const _component_VDButton = _sfc_main$5;
9445
+ const _component_VDDarkToggle = _sfc_main$b;
9446
+ const _component_VDSelect = _sfc_main$c;
9449
9447
  return openBlock(), createElementBlock("div", _hoisted_1, [
9450
- createVNode(_component_VIconTitle, {
9448
+ createVNode(_component_VDIconTitle, {
9451
9449
  class: "mb-5 text-xl op75",
9452
9450
  icon: "i-carbon-settings",
9453
9451
  text: "DevTools Settings"
@@ -9486,7 +9484,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
9486
9484
  class: normalizeClass(unref(hiddenTabGroups).includes(name) ? "op50 grayscale" : ""),
9487
9485
  "pt-2": ""
9488
9486
  }, [
9489
- createVNode(_component_VSwitch, {
9487
+ createVNode(_component_VDSwitch, {
9490
9488
  flex: "~ row-reverse",
9491
9489
  px2: "",
9492
9490
  py1: "",
@@ -9503,7 +9501,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
9503
9501
  }, 1032, ["model-value", "onUpdate:modelValue"]),
9504
9502
  createBaseVNode("div", _hoisted_10, [
9505
9503
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(getSortedTabs)(tabs), (tab) => {
9506
- return openBlock(), createBlock(_component_VSwitch, {
9504
+ return openBlock(), createBlock(_component_VDSwitch, {
9507
9505
  key: tab.name,
9508
9506
  flex: "~ row-reverse",
9509
9507
  py1: "",
@@ -9540,9 +9538,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
9540
9538
  createBaseVNode("div", _hoisted_11, [
9541
9539
  _hoisted_12,
9542
9540
  createBaseVNode("div", null, [
9543
- createVNode(_component_VDarkToggle, null, {
9541
+ createVNode(_component_VDDarkToggle, null, {
9544
9542
  default: withCtx(({ toggle, isDark }) => [
9545
- createVNode(_component_VButton, {
9543
+ createVNode(_component_VDButton, {
9546
9544
  n: "primary",
9547
9545
  onClick: toggle
9548
9546
  }, {
@@ -9559,7 +9557,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
9559
9557
  ]),
9560
9558
  createBaseVNode("div", _hoisted_14, [
9561
9559
  _hoisted_15,
9562
- createVNode(_component_VSelect, {
9560
+ createVNode(_component_VDSelect, {
9563
9561
  modelValue: unref(scale),
9564
9562
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(scale) ? scale.value = $event : null),
9565
9563
  n: "primary"
@@ -9577,7 +9575,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
9577
9575
  ]),
9578
9576
  createBaseVNode("div", _hoisted_17, [
9579
9577
  _hoisted_18,
9580
- createVNode(_component_VSwitch, {
9578
+ createVNode(_component_VDSwitch, {
9581
9579
  flex: "~ row-reverse",
9582
9580
  py1: "",
9583
9581
  "n-primary": "",