vite-plugin-vue-devtools 1.0.0-rc.0 → 1.0.0-rc.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.
- package/dist/client/assets/{DrawerRight.vue_vue_type_script_setup_true_lang-1c7d425a.js → DrawerRight.vue_vue_type_script_setup_true_lang-51475cef.js} +2 -2
- package/dist/client/assets/{Icon.vue_vue_type_script_setup_true_lang-9de05d3b.js → Icon.vue_vue_type_script_setup_true_lang-7c6b9476.js} +1 -1
- package/dist/client/assets/{IconButton.vue_vue_type_script_setup_true_lang-622357e4.js → IconButton.vue_vue_type_script_setup_true_lang-d3a7c1db.js} +2 -2
- package/dist/client/assets/{IconTitle.vue_vue_type_script_setup_true_lang-bcafabb3.js → IconTitle.vue_vue_type_script_setup_true_lang-7e44f67f.js} +1 -1
- package/dist/client/assets/{IframeView.vue_vue_type_script_setup_true_lang-b73dcd77.js → IframeView.vue_vue_type_script_setup_true_lang-21a4afa9.js} +1 -1
- package/dist/client/assets/{PanelGrids-c56fbbf0.js → PanelGrids-432bddc5.js} +1 -1
- package/dist/client/assets/{SectionBlock-9ede7475.js → SectionBlock-deaf9b55.js} +3 -3
- package/dist/client/assets/{StateFields.vue_vue_type_script_setup_true_lang-161af888.js → StateFields.vue_vue_type_script_setup_true_lang-b537a695.js} +4 -4
- package/dist/client/assets/{Switch.vue_vue_type_script_setup_true_lang-748b1466.js → Switch.vue_vue_type_script_setup_true_lang-f5874ec0.js} +2 -2
- package/dist/client/assets/{TextInput.vue_vue_type_script_setup_true_lang-d27ac230.js → TextInput.vue_vue_type_script_setup_true_lang-4b26bae9.js} +2 -2
- package/dist/client/assets/{__eyedropper-b5ed0401.js → __eyedropper-f873503e.js} +3 -3
- package/dist/client/assets/{assets-89b84b37.js → assets-856469f8.js} +8 -8
- package/dist/client/assets/{component-docs-6e4ea513.js → component-docs-12ec4df4.js} +5 -5
- package/dist/client/assets/{components-2c9b75a9.js → components-7617ccac.js} +133 -41
- package/dist/client/assets/{data-81561f44.js → data-791a8f60.js} +19 -16
- package/dist/client/assets/{documentations-a46fb478.js → documentations-0fe92ea7.js} +2 -2
- package/dist/client/assets/{graph-be701e92.js → graph-89665cd7.js} +3 -3
- package/dist/client/assets/{index-676da66b.css → index-4490b2f3.css} +1 -1
- package/dist/client/assets/{index-2db58fe3.js → index-51e380e6.js} +38 -26
- package/dist/client/assets/{index-4023636e.js → index-c93154b0.js} +1 -1
- package/dist/client/assets/{inspect-da0c5569.js → inspect-908c931d.js} +2 -2
- package/dist/client/assets/{jse-theme-dark-240b48cd.js → jse-theme-dark-ad635760.js} +1 -1
- package/dist/client/assets/{npm-a20081f9.js → npm-9d8749a5.js} +28 -14
- package/dist/client/assets/{overview-77b33c1a.js → overview-06f1b815.js} +4 -4
- package/dist/client/assets/{pages-bb7b4a52.js → pages-a5e1fd59.js} +202 -48
- package/dist/client/assets/{pinia-a88c92af.js → pinia-af4f0dc0.js} +6 -6
- package/dist/client/assets/rerender-trace-3afd48a1.css +14 -0
- package/dist/client/assets/{rerender-trace-d5598a03.js → rerender-trace-5563db31.js} +5 -5
- package/dist/client/assets/{routes-678fe5ea.js → routes-61fb3b9b.js} +7 -7
- package/dist/client/assets/{settings-26a733d8.js → settings-89dedbbe.js} +6 -6
- package/dist/client/assets/{splitpanes.es-25f54bfc.js → splitpanes.es-d4dcf006.js} +1 -1
- package/dist/client/assets/{timeline-1fccb3ee.js → timeline-01ba97b0.js} +7 -7
- package/dist/client/index.html +2 -2
- package/package.json +3 -3
- package/src/views/Main.vue +3 -1
- package/src/views/composables.ts +48 -2
- package/dist/client/assets/rerender-trace-0675adcd.css +0 -14
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _sfc_main$1 } from './IconButton.vue_vue_type_script_setup_true_lang-
|
|
2
|
-
import { v as defineComponent, a$ as ref,
|
|
1
|
+
import { _ as _sfc_main$1 } from './IconButton.vue_vue_type_script_setup_true_lang-d3a7c1db.js';
|
|
2
|
+
import { v as defineComponent, a$ as ref, cE as useElementSize, cd as onClickOutside, o as openBlock, c as createBlock, h as withCtx, e as createElementBlock, u as createVNode, x as createBaseVNode, f as renderSlot, k as mergeProps, z as unref, g as createCommentVNode, P as Transition } from './index-51e380e6.js';
|
|
3
3
|
|
|
4
4
|
const _hoisted_1 = {
|
|
5
5
|
relative: "",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { v as defineComponent, o as openBlock, e as createElementBlock, q as normalizeClass } from './index-
|
|
1
|
+
import { v as defineComponent, o as openBlock, e as createElementBlock, q as normalizeClass } from './index-51e380e6.js';
|
|
2
2
|
|
|
3
3
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
4
|
__name: "Icon",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _sfc_main$1 } from './Icon.vue_vue_type_script_setup_true_lang-
|
|
2
|
-
import { v as defineComponent, o as openBlock, c as createBlock, h as withCtx, u as createVNode, k as mergeProps, j as resolveDynamicComponent } from './index-
|
|
1
|
+
import { _ as _sfc_main$1 } from './Icon.vue_vue_type_script_setup_true_lang-7c6b9476.js';
|
|
2
|
+
import { v as defineComponent, o as openBlock, c as createBlock, h as withCtx, u as createVNode, k as mergeProps, j as resolveDynamicComponent } from './index-51e380e6.js';
|
|
3
3
|
|
|
4
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
5
|
__name: "IconButton",
|
|
@@ -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-
|
|
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-51e380e6.js';
|
|
2
2
|
|
|
3
3
|
const _hoisted_1 = {
|
|
4
4
|
flex: "~ gap-3",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { v as defineComponent, ca as useColorMode, a$ as ref, a1 as computed, aZ as reactive,
|
|
1
|
+
import { v as defineComponent, ca as useColorMode, a$ as ref, a1 as computed, aZ as reactive, cs as useElementBounding, aP as onMounted, n as nextTick, bz as watchEffect, aU as onUnmounted, o as openBlock, e as createElementBlock, z as unref, g as createCommentVNode, x as createBaseVNode } from './index-51e380e6.js';
|
|
2
2
|
|
|
3
3
|
const _hoisted_1 = {
|
|
4
4
|
key: 0,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { bJ as _export_sfc, o as openBlock, e as createElementBlock, f as renderSlot } from './index-
|
|
1
|
+
import { bJ as _export_sfc, o as openBlock, e as createElementBlock, f as renderSlot } from './index-51e380e6.js';
|
|
2
2
|
|
|
3
3
|
/* unplugin-vue-components disabled */const _sfc_main = {};
|
|
4
4
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as _sfc_main$1 } from './IconTitle.vue_vue_type_script_setup_true_lang-
|
|
2
|
-
import { _ as _sfc_main$2 } from './Icon.vue_vue_type_script_setup_true_lang-
|
|
3
|
-
import { v as defineComponent, bK as useVModel, b as resolveDirective, 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, a9 as createTextVNode, y as toDisplayString, p as pushScopeId, a as popScopeId, bJ as _export_sfc } from './index-
|
|
1
|
+
import { _ as _sfc_main$1 } from './IconTitle.vue_vue_type_script_setup_true_lang-7e44f67f.js';
|
|
2
|
+
import { _ as _sfc_main$2 } from './Icon.vue_vue_type_script_setup_true_lang-7c6b9476.js';
|
|
3
|
+
import { v as defineComponent, bK as useVModel, b as resolveDirective, 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, a9 as createTextVNode, y as toDisplayString, p as pushScopeId, a as popScopeId, bJ as _export_sfc } from './index-51e380e6.js';
|
|
4
4
|
|
|
5
5
|
const _withScopeId = (n) => (pushScopeId("data-v-e966339e"), n = n(), popScopeId(), n);
|
|
6
6
|
const _hoisted_1 = ["open"];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _sfc_main$3 } from './Icon.vue_vue_type_script_setup_true_lang-
|
|
2
|
-
import { v as defineComponent, o as openBlock, c as createBlock, q as normalizeClass, aC as isRef, bd as toRaw, a1 as computed,
|
|
3
|
-
import { a as isComputed, b as isArray, c as isMap, d as isSet, e as isRegExp, t as toRawType, f as isPlainObject, g as escape } from './index-
|
|
4
|
-
import { _ as _sfc_main$4 } from './IconButton.vue_vue_type_script_setup_true_lang-
|
|
1
|
+
import { _ as _sfc_main$3 } from './Icon.vue_vue_type_script_setup_true_lang-7c6b9476.js';
|
|
2
|
+
import { v as defineComponent, o as openBlock, c as createBlock, q as normalizeClass, aC as isRef, bd as toRaw, a1 as computed, cw as useCopy, r as resolveComponent, e as createElementBlock, i as renderList, z as unref, cx as nanoid, x as createBaseVNode, y as toDisplayString, g as createCommentVNode, F as Fragment, a$ as ref, cy as useNotification, u as createVNode, bG as withModifiers, d as withDirectives, bv as vShow } from './index-51e380e6.js';
|
|
3
|
+
import { a as isComputed, b as isArray, c as isMap, d as isSet, e as isRegExp, t as toRawType, f as isPlainObject, g as escape } from './index-c93154b0.js';
|
|
4
|
+
import { _ as _sfc_main$4 } from './IconButton.vue_vue_type_script_setup_true_lang-d3a7c1db.js';
|
|
5
5
|
|
|
6
6
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
7
7
|
__name: "ExpandIcon",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _sfc_main$2 } from './Icon.vue_vue_type_script_setup_true_lang-
|
|
2
|
-
import { v as defineComponent, bK as useVModel, o as openBlock, e as createElementBlock, f as renderSlot, d as withDirectives, bt as vModelSelect, z as unref, x as createBaseVNode, y as toDisplayString, g as createCommentVNode, aC as isRef, c as createBlock, bq as vModelCheckbox, bE as withKeys } from './index-
|
|
1
|
+
import { _ as _sfc_main$2 } from './Icon.vue_vue_type_script_setup_true_lang-7c6b9476.js';
|
|
2
|
+
import { v as defineComponent, bK as useVModel, o as openBlock, e as createElementBlock, f as renderSlot, d as withDirectives, bt as vModelSelect, z as unref, x as createBaseVNode, y as toDisplayString, g as createCommentVNode, aC as isRef, c as createBlock, bq as vModelCheckbox, bE as withKeys } from './index-51e380e6.js';
|
|
3
3
|
|
|
4
4
|
const _hoisted_1$1 = { class: "n-text-input flex flex items-center border n-border-base rounded px-2 py-1 focus-within:n-focus-base focus-within:border-context n-bg-base" };
|
|
5
5
|
const _hoisted_2$1 = ["disabled"];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _sfc_main$1 } from './Icon.vue_vue_type_script_setup_true_lang-
|
|
2
|
-
import { v as defineComponent, bK as useVModel, o as openBlock, e as createElementBlock, f as renderSlot, d as withDirectives, br as vModelDynamic, z as unref, x as createBaseVNode, k as mergeProps, aC as isRef, c as createBlock, g as createCommentVNode } from './index-
|
|
1
|
+
import { _ as _sfc_main$1 } from './Icon.vue_vue_type_script_setup_true_lang-7c6b9476.js';
|
|
2
|
+
import { v as defineComponent, bK as useVModel, o as openBlock, e as createElementBlock, f as renderSlot, d as withDirectives, br as vModelDynamic, z as unref, x as createBaseVNode, k as mergeProps, aC as isRef, c as createBlock, g as createCommentVNode } from './index-51e380e6.js';
|
|
3
3
|
|
|
4
4
|
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" };
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as __unplugin_components_0 } from './PanelGrids-
|
|
2
|
-
import { v as defineComponent,
|
|
3
|
-
import { h as checkIsSecurityContext } from './index-
|
|
1
|
+
import { _ as __unplugin_components_0 } from './PanelGrids-432bddc5.js';
|
|
2
|
+
import { v as defineComponent, cF as useRouter, a$ as ref, a1 as computed, cw as useCopy, cj as useEventListener, aP as onMounted, o as openBlock, c as createBlock, h as withCtx, x as createBaseVNode, z as unref, e as createElementBlock, l as normalizeStyle, a9 as createTextVNode, y as toDisplayString, c5 as useDevToolsClient, bX as useFrameState, u as createVNode } from './index-51e380e6.js';
|
|
3
|
+
import { h as checkIsSecurityContext } from './index-c93154b0.js';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = {
|
|
6
6
|
key: 0
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { _ as __unplugin_components_0 } from './PanelGrids-
|
|
2
|
-
import { v as defineComponent, a1 as computed, o as openBlock, e as createElementBlock, y as toDisplayString, z as unref, q as normalizeClass,
|
|
3
|
-
import { _ as _sfc_main$d } from './DrawerRight.vue_vue_type_script_setup_true_lang-
|
|
4
|
-
import { _ as _sfc_main$b } from './TextInput.vue_vue_type_script_setup_true_lang-
|
|
5
|
-
import { _ as _sfc_main$8 } from './IconButton.vue_vue_type_script_setup_true_lang-
|
|
6
|
-
import { _ as _sfc_main$c } from './Icon.vue_vue_type_script_setup_true_lang-
|
|
7
|
-
import { _ as __unplugin_components_3 } from './SectionBlock-
|
|
1
|
+
import { _ as __unplugin_components_0 } from './PanelGrids-432bddc5.js';
|
|
2
|
+
import { v as defineComponent, a1 as computed, o as openBlock, e as createElementBlock, y as toDisplayString, z as unref, q as normalizeClass, cz as useStyleTag, l as normalizeStyle, c as createBlock, x as createBaseVNode, bK as useVModel, cy as useNotification, cA as computedAsync, cw as useCopy, cB as useTimeAgo, a$ as ref, F as Fragment, u as createVNode, g as createCommentVNode, a9 as createTextVNode, h as withCtx, aC as isRef, cg as rpc, c5 as useDevToolsClient, bL as _sfc_main$9, bM as _sfc_main$a, r as resolveComponent, f as renderSlot, i as renderList, cC as onKeyDown, ck as hookApi, c6 as rootPath, _ as __unplugin_components_7, cD as useDebounceFn } from './index-51e380e6.js';
|
|
3
|
+
import { _ as _sfc_main$d } from './DrawerRight.vue_vue_type_script_setup_true_lang-51475cef.js';
|
|
4
|
+
import { _ as _sfc_main$b } from './TextInput.vue_vue_type_script_setup_true_lang-4b26bae9.js';
|
|
5
|
+
import { _ as _sfc_main$8 } from './IconButton.vue_vue_type_script_setup_true_lang-d3a7c1db.js';
|
|
6
|
+
import { _ as _sfc_main$c } from './Icon.vue_vue_type_script_setup_true_lang-7c6b9476.js';
|
|
7
|
+
import { _ as __unplugin_components_3 } from './SectionBlock-deaf9b55.js';
|
|
8
8
|
import { F as Fuse } from './fuse.esm-c317b696.js';
|
|
9
|
-
import './IconTitle.vue_vue_type_script_setup_true_lang-
|
|
9
|
+
import './IconTitle.vue_vue_type_script_setup_true_lang-7e44f67f.js';
|
|
10
10
|
|
|
11
11
|
const _hoisted_1$6 = ["title"];
|
|
12
12
|
const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { v as defineComponent, ca as useColorMode, a$ as ref, a1 as computed, by as watch, o as openBlock, e as createElementBlock, x as createBaseVNode, u as createVNode, z as unref, aC as isRef, h as withCtx, F as Fragment, i as renderList, d as withDirectives, bv as vShow, q as normalizeClass, l as normalizeStyle,
|
|
2
|
-
import { _ as _sfc_main$1 } from './TextInput.vue_vue_type_script_setup_true_lang-
|
|
3
|
-
import { g, M } from './splitpanes.es-
|
|
1
|
+
import { v as defineComponent, ca as useColorMode, a$ as ref, a1 as computed, by as watch, o as openBlock, e as createElementBlock, x as createBaseVNode, u as createVNode, z as unref, aC as isRef, h as withCtx, F as Fragment, i as renderList, d as withDirectives, bv as vShow, q as normalizeClass, l as normalizeStyle, cg as rpc, _ as __unplugin_components_7, y as toDisplayString } from './index-51e380e6.js';
|
|
2
|
+
import { _ as _sfc_main$1 } from './TextInput.vue_vue_type_script_setup_true_lang-4b26bae9.js';
|
|
3
|
+
import { g, M } from './splitpanes.es-d4dcf006.js';
|
|
4
4
|
import { F as Fuse } from './fuse.esm-c317b696.js';
|
|
5
|
-
import { U as Uu } from './jse-theme-dark-
|
|
6
|
-
import './Icon.vue_vue_type_script_setup_true_lang-
|
|
5
|
+
import { U as Uu } from './jse-theme-dark-ad635760.js';
|
|
6
|
+
import './Icon.vue_vue_type_script_setup_true_lang-7c6b9476.js';
|
|
7
7
|
|
|
8
8
|
const _hoisted_1 = {
|
|
9
9
|
relative: "",
|
|
@@ -1,12 +1,18 @@
|
|
|
1
|
-
import { _ as __unplugin_components_0 } from './PanelGrids-
|
|
2
|
-
import { a$ as ref, a1 as computed, b8 as shallowRef, c5 as useDevToolsClient,
|
|
3
|
-
import { a as _sfc_main$2, _ as _sfc_main$4 } from './StateFields.vue_vue_type_script_setup_true_lang-
|
|
4
|
-
import { g as getInstanceName, c as classify, k as kebabize, i as isFragment, b as isBeingDestroyed, d as getUniqueComponentId, e as getRenderKey, f as getInstanceState, h as getInstanceDetails } from './data-
|
|
5
|
-
import { _ as _sfc_main$3 } from './TextInput.vue_vue_type_script_setup_true_lang-
|
|
6
|
-
import { g, M } from './splitpanes.es-
|
|
7
|
-
import './Icon.vue_vue_type_script_setup_true_lang-
|
|
8
|
-
import './index-
|
|
9
|
-
import './IconButton.vue_vue_type_script_setup_true_lang-
|
|
1
|
+
import { _ as __unplugin_components_0 } from './PanelGrids-432bddc5.js';
|
|
2
|
+
import { a$ as ref, a1 as computed, b8 as shallowRef, c5 as useDevToolsClient, ct as useThrottleFn, v as defineComponent, by as watch, 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, cp as watchDebounced, aP as onMounted, cu as onVueInstanceUpdate, cr as useMagicKeys, bz as watchEffect, u as createVNode, h as withCtx, aC as isRef, c6 as rootPath, aZ as reactive, _ as __unplugin_components_7, cv as instance } from './index-51e380e6.js';
|
|
3
|
+
import { a as _sfc_main$2, _ as _sfc_main$4 } from './StateFields.vue_vue_type_script_setup_true_lang-b537a695.js';
|
|
4
|
+
import { g as getInstanceName, c as classify, k as kebabize, i as isFragment, b as isBeingDestroyed, d as getUniqueComponentId, e as getRenderKey, f as getInstanceState, h as getInstanceDetails } from './data-791a8f60.js';
|
|
5
|
+
import { _ as _sfc_main$3 } from './TextInput.vue_vue_type_script_setup_true_lang-4b26bae9.js';
|
|
6
|
+
import { g, M } from './splitpanes.es-d4dcf006.js';
|
|
7
|
+
import './Icon.vue_vue_type_script_setup_true_lang-7c6b9476.js';
|
|
8
|
+
import './index-c93154b0.js';
|
|
9
|
+
import './IconButton.vue_vue_type_script_setup_true_lang-d3a7c1db.js';
|
|
10
|
+
|
|
11
|
+
const t$1=t=>"object"==typeof t&&null!=t&&1===t.nodeType,e=(t,e)=>(!e||"hidden"!==t)&&("visible"!==t&&"clip"!==t),n=(t,n)=>{if(t.clientHeight<t.scrollHeight||t.clientWidth<t.scrollWidth){const o=getComputedStyle(t,null);return e(o.overflowY,n)||e(o.overflowX,n)||(t=>{const e=(t=>{if(!t.ownerDocument||!t.ownerDocument.defaultView)return null;try{return t.ownerDocument.defaultView.frameElement}catch(t){return null}})(t);return !!e&&(e.clientHeight<t.scrollHeight||e.clientWidth<t.scrollWidth)})(t)}return !1},o$1=(t,e,n,o,i,l,r,d)=>l<t&&r>e||l>t&&r<e?0:l<=t&&d<=n||r>=e&&d>=n?l-t-o:r>e&&d<n||l<t&&d>n?r-e+i:0,i=t=>{const e=t.parentElement;return null==e?t.getRootNode().host||null:e},l=(e,l)=>{var r,d,s,h;if("undefined"==typeof document)return [];const{scrollMode:c,block:f,inline:u,boundary:a,skipOverflowHiddenElements:g}=l,m="function"==typeof a?a:t=>t!==a;if(!t$1(e))throw new TypeError("Invalid target");const p=document.scrollingElement||document.documentElement,w=[];let W=e;for(;t$1(W)&&m(W);){if(W=i(W),W===p){w.push(W);break}null!=W&&W===document.body&&n(W)&&!n(document.documentElement)||null!=W&&n(W,g)&&w.push(W);}const H=null!=(d=null==(r=window.visualViewport)?void 0:r.width)?d:innerWidth,b=null!=(h=null==(s=window.visualViewport)?void 0:s.height)?h:innerHeight,{scrollX:v,scrollY:y}=window,{height:E,width:M,top:x,right:I,bottom:C,left:R}=e.getBoundingClientRect();let T="start"===f||"nearest"===f?x:"end"===f?C:x+E/2,V="center"===u?R+M/2:"end"===u?I:R;const k=[];for(let t=0;t<w.length;t++){const e=w[t],{height:n,width:i,top:l,right:r,bottom:d,left:s}=e.getBoundingClientRect();if("if-needed"===c&&x>=0&&R>=0&&C<=b&&I<=H&&x>=l&&C<=d&&R>=s&&I<=r)return k;const h=getComputedStyle(e),a=parseInt(h.borderLeftWidth,10),g=parseInt(h.borderTopWidth,10),m=parseInt(h.borderRightWidth,10),W=parseInt(h.borderBottomWidth,10);let B=0,D=0;const L="offsetWidth"in e?e.offsetWidth-e.clientWidth-a-m:0,S="offsetHeight"in e?e.offsetHeight-e.clientHeight-g-W:0,X="offsetWidth"in e?0===e.offsetWidth?0:i/e.offsetWidth:0,Y="offsetHeight"in e?0===e.offsetHeight?0:n/e.offsetHeight:0;if(p===e)B="start"===f?T:"end"===f?T-b:"nearest"===f?o$1(y,y+b,b,g,W,y+T,y+T+E,E):T-b/2,D="start"===u?V:"center"===u?V-H/2:"end"===u?V-H:o$1(v,v+H,H,a,m,v+V,v+V+M,M),B=Math.max(0,B+y),D=Math.max(0,D+v);else {B="start"===f?T-l-g:"end"===f?T-d+W+S:"nearest"===f?o$1(l,d,n,g,W+S,T,T+E,E):T-(l+n/2)+S/2,D="start"===u?V-s-a:"center"===u?V-(s+i/2)+L/2:"end"===u?V-r+m+L:o$1(s,r,i,a,m+L,V,V+M,M);const{scrollLeft:t,scrollTop:h}=e;B=Math.max(0,Math.min(h+B/Y,e.scrollHeight-n/Y+S)),D=Math.max(0,Math.min(t+D/X,e.scrollWidth-i/X+L)),T+=h-B,V+=t-D;}k.push({el:e,top:B,left:D});}return k};
|
|
12
|
+
/* Injected with object hook! */
|
|
13
|
+
|
|
14
|
+
const o=e=>!1===e?{block:"end",inline:"nearest"}:(e=>e===Object(e)&&0!==Object.keys(e).length)(e)?e:{block:"start",inline:"nearest"};function t(t,n){if(!t.isConnected||!(e=>{let o=e;for(;o&&o.parentNode;){if(o.parentNode===document)return !0;o=o.parentNode instanceof ShadowRoot?o.parentNode.host:o.parentNode;}return !1})(t))return;if((e=>"object"==typeof e&&"function"==typeof e.behavior)(n))return n.behavior(l(t,n));const r="boolean"==typeof n||null==n?void 0:n.behavior;for(const{el:i,top:a,left:l$1}of l(t,o(n)))i.scroll({top:a,left:l$1,behavior:r});}
|
|
15
|
+
/* Injected with object hook! */
|
|
10
16
|
|
|
11
17
|
class ComponentFilter {
|
|
12
18
|
filter;
|
|
@@ -137,6 +143,7 @@ function addIframePosition(bounds, win) {
|
|
|
137
143
|
/* Injected with object hook! */
|
|
138
144
|
|
|
139
145
|
const InstanceMap = /* @__PURE__ */ new Map();
|
|
146
|
+
const UidToTreeNodeMap = /* @__PURE__ */ new Map();
|
|
140
147
|
class ComponentWalker {
|
|
141
148
|
maxDepth;
|
|
142
149
|
recursively;
|
|
@@ -289,6 +296,7 @@ class ComponentWalker {
|
|
|
289
296
|
treeNode.domOrder = [-1];
|
|
290
297
|
}
|
|
291
298
|
InstanceMap.set(treeNode.id, getInstanceState(instance));
|
|
299
|
+
UidToTreeNodeMap.set(treeNode.uid, treeNode);
|
|
292
300
|
treeNode.instance = instance;
|
|
293
301
|
return treeNode;
|
|
294
302
|
}
|
|
@@ -311,19 +319,22 @@ const expandedMap = ref({
|
|
|
311
319
|
});
|
|
312
320
|
const selectedComponent = ref();
|
|
313
321
|
const selectedComponentState = shallowRef([]);
|
|
322
|
+
function selectComponentTreeNode(data) {
|
|
323
|
+
selected.value = data.id;
|
|
324
|
+
selectedComponentName.value = data.name;
|
|
325
|
+
selectedComponentState.value = InstanceMap.get(data.id);
|
|
326
|
+
selectedComponentNode.value = data;
|
|
327
|
+
}
|
|
328
|
+
function setExpanded(id, expanded) {
|
|
329
|
+
expandedMap.value[id] = expanded;
|
|
330
|
+
}
|
|
314
331
|
function useComponent(instance) {
|
|
315
|
-
function select(data) {
|
|
316
|
-
selected.value = data.id;
|
|
317
|
-
selectedComponentName.value = data.name;
|
|
318
|
-
selectedComponentState.value = InstanceMap.get(data.id);
|
|
319
|
-
selectedComponentNode.value = data;
|
|
320
|
-
}
|
|
321
332
|
function toggleExpand(id) {
|
|
322
333
|
expandedMap.value[id] = !expandedMap.value[id];
|
|
323
334
|
}
|
|
324
335
|
const isSelected = computed(() => selected.value === instance.id);
|
|
325
336
|
const isExpanded = computed(() => expandedMap.value[instance.id]);
|
|
326
|
-
return { isSelected, select, isExpanded, toggleExpand };
|
|
337
|
+
return { isSelected, select: selectComponentTreeNode, isExpanded, toggleExpand };
|
|
327
338
|
}
|
|
328
339
|
function useHighlightComponent(node) {
|
|
329
340
|
const client = useDevToolsClient();
|
|
@@ -385,6 +396,20 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
385
396
|
const props = __props;
|
|
386
397
|
const { isSelected, select, isExpanded, toggleExpand } = useComponent(props.data);
|
|
387
398
|
const { highlight, unhighlight } = useHighlightComponent(props.data);
|
|
399
|
+
const toggleEl = ref();
|
|
400
|
+
function autoScroll() {
|
|
401
|
+
if (isSelected.value && toggleEl.value) {
|
|
402
|
+
const el = toggleEl.value;
|
|
403
|
+
t(el, {
|
|
404
|
+
scrollMode: "if-needed",
|
|
405
|
+
block: "center",
|
|
406
|
+
behavior: "smooth",
|
|
407
|
+
inline: "nearest"
|
|
408
|
+
});
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
watch(isSelected, () => autoScroll());
|
|
412
|
+
watch(toggleEl, () => autoScroll());
|
|
388
413
|
return (_ctx, _cache) => {
|
|
389
414
|
const _component_VDExpandIcon = _sfc_main$2;
|
|
390
415
|
const _component_ComponentTreeNode = resolveComponent("ComponentTreeNode", true);
|
|
@@ -402,6 +427,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
402
427
|
(...args) => unref(unhighlight) && unref(unhighlight)(...args))
|
|
403
428
|
}, [
|
|
404
429
|
createBaseVNode("h3", {
|
|
430
|
+
ref_key: "toggleEl",
|
|
431
|
+
ref: toggleEl,
|
|
405
432
|
"vue-block-title": "",
|
|
406
433
|
onClick: _cache[0] || (_cache[0] = ($event) => _ctx.data.hasChildren ? unref(toggleExpand)(_ctx.data.id) : () => {
|
|
407
434
|
})
|
|
@@ -423,7 +450,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
423
450
|
unref(isSelected) ? "vue-tag-symbol-active" : "vue-tag-symbol"
|
|
424
451
|
])
|
|
425
452
|
}, ">", 2)
|
|
426
|
-
])
|
|
453
|
+
], 512)
|
|
427
454
|
], 38),
|
|
428
455
|
unref(isExpanded) && _ctx.data.hasChildren ? (openBlock(), createElementBlock("div", _hoisted_2$1, [
|
|
429
456
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.data.children, (item) => {
|
|
@@ -447,18 +474,43 @@ const _hoisted_1 = {
|
|
|
447
474
|
};
|
|
448
475
|
const _hoisted_2 = {
|
|
449
476
|
key: 0,
|
|
477
|
+
sticky: "",
|
|
478
|
+
"left-0": "",
|
|
479
|
+
"top-0": "",
|
|
480
|
+
"z-300": "",
|
|
450
481
|
"w-full": "",
|
|
482
|
+
flex: "",
|
|
483
|
+
gap2: "",
|
|
451
484
|
px10px: "",
|
|
452
|
-
py12px: ""
|
|
485
|
+
py12px: "",
|
|
486
|
+
"bg-base": ""
|
|
453
487
|
};
|
|
454
|
-
const _hoisted_3 = {
|
|
488
|
+
const _hoisted_3 = /* @__PURE__ */ createBaseVNode("g", {
|
|
489
|
+
fill: "none",
|
|
490
|
+
stroke: "currentColor",
|
|
491
|
+
"stroke-linecap": "round",
|
|
492
|
+
"stroke-linejoin": "round",
|
|
493
|
+
"stroke-width": "2"
|
|
494
|
+
}, [
|
|
495
|
+
/* @__PURE__ */ createBaseVNode("circle", {
|
|
496
|
+
cx: "12",
|
|
497
|
+
cy: "12",
|
|
498
|
+
r: ".5",
|
|
499
|
+
fill: "currentColor"
|
|
500
|
+
}),
|
|
501
|
+
/* @__PURE__ */ createBaseVNode("path", { d: "M5 12a7 7 0 1 0 14 0a7 7 0 1 0-14 0m7-9v2m-9 7h2m7 7v2m7-9h2" })
|
|
502
|
+
], -1);
|
|
503
|
+
const _hoisted_4 = [
|
|
504
|
+
_hoisted_3
|
|
505
|
+
];
|
|
506
|
+
const _hoisted_5 = {
|
|
455
507
|
"h-screen": "",
|
|
456
508
|
"select-none": "",
|
|
457
509
|
"overflow-scroll": "",
|
|
458
510
|
"p-2": "",
|
|
459
511
|
class: "no-scrollbar"
|
|
460
512
|
};
|
|
461
|
-
const
|
|
513
|
+
const _hoisted_6 = {
|
|
462
514
|
key: 0,
|
|
463
515
|
border: "b base",
|
|
464
516
|
flex: "",
|
|
@@ -466,26 +518,26 @@ const _hoisted_4 = {
|
|
|
466
518
|
"px-4": "",
|
|
467
519
|
"py-2": ""
|
|
468
520
|
};
|
|
469
|
-
const
|
|
521
|
+
const _hoisted_7 = {
|
|
470
522
|
key: 0,
|
|
471
523
|
"text-sm": "",
|
|
472
524
|
"text-primary": "",
|
|
473
525
|
op90: ""
|
|
474
526
|
};
|
|
475
|
-
const
|
|
476
|
-
const
|
|
527
|
+
const _hoisted_8 = { flex: "" };
|
|
528
|
+
const _hoisted_9 = /* @__PURE__ */ createBaseVNode("p", {
|
|
477
529
|
"text-xs": "",
|
|
478
530
|
"op-50": ""
|
|
479
531
|
}, " Scroll to component ", -1);
|
|
480
|
-
const
|
|
532
|
+
const _hoisted_10 = {
|
|
481
533
|
key: 0,
|
|
482
534
|
"pl-2": ""
|
|
483
535
|
};
|
|
484
|
-
const
|
|
536
|
+
const _hoisted_11 = {
|
|
485
537
|
"text-xs": "",
|
|
486
538
|
"op-50": ""
|
|
487
539
|
};
|
|
488
|
-
const
|
|
540
|
+
const _hoisted_12 = {
|
|
489
541
|
key: 1,
|
|
490
542
|
"h-screen": "",
|
|
491
543
|
"select-none": "",
|
|
@@ -493,7 +545,7 @@ const _hoisted_10 = {
|
|
|
493
545
|
"p-2": "",
|
|
494
546
|
class: "no-scrollbar"
|
|
495
547
|
};
|
|
496
|
-
const
|
|
548
|
+
const _hoisted_13 = /* @__PURE__ */ createBaseVNode("h1", {
|
|
497
549
|
"text-sm": "",
|
|
498
550
|
italic: "",
|
|
499
551
|
op50: ""
|
|
@@ -560,9 +612,38 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
560
612
|
});
|
|
561
613
|
});
|
|
562
614
|
function openInEditor() {
|
|
563
|
-
const
|
|
564
|
-
|
|
615
|
+
const client2 = useDevToolsClient();
|
|
616
|
+
client2.value.openInEditor(selectedComponentNodeFilePath.value);
|
|
565
617
|
}
|
|
618
|
+
const client = useDevToolsClient();
|
|
619
|
+
const inspectorEnabled = ref(false);
|
|
620
|
+
function inspectComponentClick(instance2) {
|
|
621
|
+
inspectorEnabled.value = false;
|
|
622
|
+
const treeNode = UidToTreeNodeMap.get(instance2.uid);
|
|
623
|
+
if (treeNode) {
|
|
624
|
+
selectComponentTreeNode(treeNode);
|
|
625
|
+
const walker = new ComponentWalker(0, null, false);
|
|
626
|
+
const parents = walker.getComponentParents(instance2);
|
|
627
|
+
parents.reverse().forEach((instance3) => {
|
|
628
|
+
const id = getUniqueComponentId(instance3);
|
|
629
|
+
if (id.endsWith("root"))
|
|
630
|
+
return;
|
|
631
|
+
setExpanded(id, true);
|
|
632
|
+
});
|
|
633
|
+
}
|
|
634
|
+
}
|
|
635
|
+
function toggleInspector(target) {
|
|
636
|
+
inspectorEnabled.value = target ?? !inspectorEnabled.value;
|
|
637
|
+
if (inspectorEnabled.value)
|
|
638
|
+
client.value.componentInspector.startInspect(inspectComponentClick);
|
|
639
|
+
else
|
|
640
|
+
client.value.componentInspector.stopInspect();
|
|
641
|
+
}
|
|
642
|
+
const { control, c, escape } = useMagicKeys();
|
|
643
|
+
watchEffect(() => {
|
|
644
|
+
if (control.value && c.value || escape.value)
|
|
645
|
+
toggleInspector(false);
|
|
646
|
+
});
|
|
566
647
|
return (_ctx, _cache) => {
|
|
567
648
|
const _component_VDTextInput = _sfc_main$3;
|
|
568
649
|
const _component_ComponentTreeNode = _sfc_main$1;
|
|
@@ -579,10 +660,21 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
579
660
|
createVNode(_component_VDTextInput, {
|
|
580
661
|
modelValue: unref(filterName),
|
|
581
662
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(filterName) ? filterName.value = $event : null),
|
|
582
|
-
placeholder: "Find components..."
|
|
583
|
-
|
|
663
|
+
placeholder: "Find components...",
|
|
664
|
+
"flex-1": ""
|
|
665
|
+
}, null, 8, ["modelValue"]),
|
|
666
|
+
createBaseVNode("button", {
|
|
667
|
+
p2: "",
|
|
668
|
+
onClick: _cache[1] || (_cache[1] = () => toggleInspector())
|
|
669
|
+
}, [
|
|
670
|
+
(openBlock(), createElementBlock("svg", {
|
|
671
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
672
|
+
style: normalizeStyle([{ "height": "1.1em", "width": "1.1em", "opacity": "0.5" }, unref(inspectorEnabled) ? "opacity:1;color:#00dc82" : ""]),
|
|
673
|
+
viewBox: "0 0 24 24"
|
|
674
|
+
}, _hoisted_4, 4))
|
|
675
|
+
])
|
|
584
676
|
])) : createCommentVNode("", true),
|
|
585
|
-
createBaseVNode("div",
|
|
677
|
+
createBaseVNode("div", _hoisted_5, [
|
|
586
678
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(componentTree), (item) => {
|
|
587
679
|
return openBlock(), createBlock(_component_ComponentTreeNode, {
|
|
588
680
|
key: item.id,
|
|
@@ -595,13 +687,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
595
687
|
}),
|
|
596
688
|
createVNode(unref(g), null, {
|
|
597
689
|
default: withCtx(() => [
|
|
598
|
-
unref(normalizedComponentState).length ? (openBlock(), createElementBlock("div",
|
|
599
|
-
unref(selectedComponentName) ? (openBlock(), createElementBlock("span",
|
|
600
|
-
createBaseVNode("p",
|
|
690
|
+
unref(normalizedComponentState).length ? (openBlock(), createElementBlock("div", _hoisted_6, [
|
|
691
|
+
unref(selectedComponentName) ? (openBlock(), createElementBlock("span", _hoisted_7, "<" + toDisplayString(unref(selectedComponentName)) + ">", 1)) : createCommentVNode("", true),
|
|
692
|
+
createBaseVNode("p", _hoisted_8, [
|
|
601
693
|
createBaseVNode("span", null, [
|
|
602
694
|
createVNode(_component_VTooltip, { placement: "bottom" }, {
|
|
603
695
|
popper: withCtx(() => [
|
|
604
|
-
|
|
696
|
+
_hoisted_9
|
|
605
697
|
]),
|
|
606
698
|
default: withCtx(() => [
|
|
607
699
|
createBaseVNode("i", {
|
|
@@ -610,17 +702,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
610
702
|
"text-xl": "",
|
|
611
703
|
op70: "",
|
|
612
704
|
hover: "op100",
|
|
613
|
-
onClick: _cache[
|
|
705
|
+
onClick: _cache[2] || (_cache[2] = //@ts-ignore
|
|
614
706
|
(...args) => unref(scrollToComponent) && unref(scrollToComponent)(...args))
|
|
615
707
|
})
|
|
616
708
|
]),
|
|
617
709
|
_: 1
|
|
618
710
|
})
|
|
619
711
|
]),
|
|
620
|
-
unref(selectedComponentNodeFilePath) ? (openBlock(), createElementBlock("span",
|
|
712
|
+
unref(selectedComponentNodeFilePath) ? (openBlock(), createElementBlock("span", _hoisted_10, [
|
|
621
713
|
createVNode(_component_VTooltip, { placement: "bottom" }, {
|
|
622
714
|
popper: withCtx(() => [
|
|
623
|
-
createBaseVNode("p",
|
|
715
|
+
createBaseVNode("p", _hoisted_11, " Open " + toDisplayString(unref(selectedComponentNodeFilePath).replace(unref(rootPath), "")) + " in editor ", 1)
|
|
624
716
|
]),
|
|
625
717
|
default: withCtx(() => [
|
|
626
718
|
createBaseVNode("i", {
|
|
@@ -637,7 +729,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
637
729
|
])) : createCommentVNode("", true)
|
|
638
730
|
])
|
|
639
731
|
])) : createCommentVNode("", true),
|
|
640
|
-
unref(normalizedComponentState).length ? (openBlock(), createElementBlock("div",
|
|
732
|
+
unref(normalizedComponentState).length ? (openBlock(), createElementBlock("div", _hoisted_12, [
|
|
641
733
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(normalizedComponentState), (item, index) => {
|
|
642
734
|
return openBlock(), createBlock(_component_StateFields, {
|
|
643
735
|
id: index,
|
|
@@ -657,7 +749,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
657
749
|
p3: ""
|
|
658
750
|
}, {
|
|
659
751
|
default: withCtx(() => [
|
|
660
|
-
|
|
752
|
+
_hoisted_13
|
|
661
753
|
]),
|
|
662
754
|
_: 1
|
|
663
755
|
})
|
|
@@ -1,10 +1,17 @@
|
|
|
1
|
-
import { F as Fragment } from './index-
|
|
1
|
+
import { F as Fragment } from './index-51e380e6.js';
|
|
2
2
|
|
|
3
|
-
function
|
|
4
|
-
return
|
|
3
|
+
function getComponentTypeName(options) {
|
|
4
|
+
return options.name || options._componentTag || options.__vdevtools_guessedName || options.__name;
|
|
5
5
|
}
|
|
6
|
-
function
|
|
7
|
-
return
|
|
6
|
+
function saveComponentName(instance, key) {
|
|
7
|
+
return key;
|
|
8
|
+
}
|
|
9
|
+
function getComponentFileName(options) {
|
|
10
|
+
const file = options.__file;
|
|
11
|
+
if (file) {
|
|
12
|
+
const filename = options.__file?.match(/\/?([^/]+?)(\.[^/.]+)?$/)?.[1];
|
|
13
|
+
return filename ?? file;
|
|
14
|
+
}
|
|
8
15
|
}
|
|
9
16
|
function getInstanceName(instance) {
|
|
10
17
|
const name = getComponentTypeName(instance.type || {});
|
|
@@ -25,18 +32,14 @@ function getInstanceName(instance) {
|
|
|
25
32
|
return fileName;
|
|
26
33
|
return "Anonymous Component";
|
|
27
34
|
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
function
|
|
32
|
-
return
|
|
35
|
+
|
|
36
|
+
/* Injected with object hook! */
|
|
37
|
+
|
|
38
|
+
function isBeingDestroyed(instance) {
|
|
39
|
+
return instance._isBeingDestroyed || instance.isUnmounted;
|
|
33
40
|
}
|
|
34
|
-
function
|
|
35
|
-
|
|
36
|
-
if (file) {
|
|
37
|
-
const filename = options.__file?.match(/\/?([^/]+?)(\.[^/.]+)?$/)?.[1];
|
|
38
|
-
return filename ?? file;
|
|
39
|
-
}
|
|
41
|
+
function isFragment(instance) {
|
|
42
|
+
return Fragment === instance.subTree?.type;
|
|
40
43
|
}
|
|
41
44
|
function getUniqueComponentId(instance) {
|
|
42
45
|
const appId = "vue-devtools";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { v as defineComponent, r as resolveComponent, o as openBlock, c as createBlock, h as withCtx, x as createBaseVNode, a9 as createTextVNode, y as toDisplayString, g as createCommentVNode, e as createElementBlock, bG as withModifiers, f as renderSlot, _ as __unplugin_components_7, a$ as ref, z as unref, u as createVNode, T as Teleport, F as Fragment, i as renderList } from './index-
|
|
2
|
-
import { _ as _sfc_main$2 } from './IframeView.vue_vue_type_script_setup_true_lang-
|
|
1
|
+
import { v as defineComponent, r as resolveComponent, o as openBlock, c as createBlock, h as withCtx, x as createBaseVNode, a9 as createTextVNode, y as toDisplayString, g as createCommentVNode, e as createElementBlock, bG as withModifiers, f as renderSlot, _ as __unplugin_components_7, a$ as ref, z as unref, u as createVNode, T as Teleport, F as Fragment, i as renderList } from './index-51e380e6.js';
|
|
2
|
+
import { _ as _sfc_main$2 } from './IframeView.vue_vue_type_script_setup_true_lang-21a4afa9.js';
|
|
3
3
|
|
|
4
4
|
const _hoisted_1$1 = {
|
|
5
5
|
flex: "~ col gap2",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a$ as ref,
|
|
2
|
-
import { a as _sfc_main$4, _ as _sfc_main$5 } from './Switch.vue_vue_type_script_setup_true_lang-
|
|
1
|
+
import { a$ as ref, co as useLocalStorage, a1 as computed, aN as onDeactivated, aL as onBeforeUnmount, v as defineComponent, o as openBlock, c as createBlock, h as withCtx, x as createBaseVNode, e as createElementBlock, i as renderList, F as Fragment, z as unref, aC as isRef, bM as _sfc_main$3, y as toDisplayString, g as createCommentVNode, j as resolveDynamicComponent, u as createVNode, aF as isVNode, cg as rpc, cc as useStorage, cp as watchDebounced, d as withDirectives, bu as vModelText, bq as vModelCheckbox, f as renderSlot, cq as useDark, b8 as shallowRef, cr as useMagicKeys, aP as onMounted, by as watch, q as normalizeClass, c5 as useDevToolsClient, c6 as rootPath } from './index-51e380e6.js';
|
|
2
|
+
import { a as _sfc_main$4, _ as _sfc_main$5 } from './Switch.vue_vue_type_script_setup_true_lang-f5874ec0.js';
|
|
3
3
|
import { F as Fuse } from './fuse.esm-c317b696.js';
|
|
4
4
|
import { a as getDefaultExportFromCjs$2 } from './_commonjsHelpers-7e83dbf2.js';
|
|
5
|
-
import './Icon.vue_vue_type_script_setup_true_lang-
|
|
5
|
+
import './Icon.vue_vue_type_script_setup_true_lang-7c6b9476.js';
|
|
6
6
|
|
|
7
7
|
const showGraphSetting = ref(false);
|
|
8
8
|
const graphSettingsInStorage = useLocalStorage("__vue-devtools-graph-settings__", {
|