vite-plugin-vue-devtools 8.0.6 → 8.1.0
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/client/assets/{IconTitle.vue_vue_type_script_setup_true_lang-CpX2D0eB.js → IconTitle.vue_vue_type_script_setup_true_lang-DJUwPLzM.js} +1 -1
- package/client/assets/{SectionBlock-AVyx7eI3.js → SectionBlock-g2jz8uHh.js} +1 -1
- package/client/assets/{assets-DQ5t0Lyv.js → assets-W1sJ1gXE.js} +2 -2
- package/client/assets/{components-D5nEERiq.js → components-CnHnWKfe.js} +1 -1
- package/client/assets/custom-inspector-tab-view-EZYOpRoH.js +1 -0
- package/client/assets/{custom-tab-view-Dj55ko4k.js → custom-tab-view-CyM11f9-.js} +1 -1
- package/client/assets/{graph-OcNja-b1.js → graph-CNTi98vr.js} +1 -1
- package/client/assets/{index-BSzMGd0T.js → index-D8B9oRep.js} +232 -232
- package/client/assets/{index-lUvZHcVj.css → index-DHoFh1q_.css} +1 -1
- package/client/assets/{overview-Db00jfdl.js → overview-Dh_9B-aT.js} +1 -1
- package/client/assets/{pages-D8jrLM3L.js → pages-TYJYrRRg.js} +1 -1
- package/client/assets/{pinia-CkkNceK-.js → pinia-B2KncPEp.js} +1 -1
- package/client/assets/{router-B_oZ_D-R.js → router-BjSNl7sf.js} +1 -1
- package/client/assets/{settings-CE60W7is.js → settings-C16ll9_V.js} +1 -1
- package/client/assets/timeline-BZZEyhA7.css +1 -0
- package/client/assets/timeline-CvN993pC.js +1 -0
- package/client/index.html +1 -1
- package/dist/vite.cjs +1125 -1230
- package/dist/vite.js +1120 -1228
- package/package.json +5 -5
- package/src/overlay/devtools-overlay.css +1 -1
- package/src/overlay/devtools-overlay.mjs +2 -2
- package/client/assets/custom-inspector-tab-view--xvNl1tr.js +0 -1
- package/client/assets/timeline-DLJJg6FW.js +0 -1
- package/client/assets/timeline-DQ8UE2TV.css +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vite-plugin-vue-devtools",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "8.0
|
|
4
|
+
"version": "8.1.0",
|
|
5
5
|
"description": "A vite plugin for Vue DevTools",
|
|
6
6
|
"author": "webfansplz",
|
|
7
7
|
"license": "MIT",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"node": ">=v14.21.3"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"vite": "^6.0.0 || ^7.0.0
|
|
44
|
+
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"sirv": "^3.0.2",
|
|
48
48
|
"vite-plugin-inspect": "^11.3.3",
|
|
49
49
|
"vite-plugin-vue-inspector": "^5.3.2",
|
|
50
|
-
"@vue/devtools-core": "^8.0
|
|
51
|
-
"@vue/devtools-
|
|
52
|
-
"@vue/devtools-
|
|
50
|
+
"@vue/devtools-core": "^8.1.0",
|
|
51
|
+
"@vue/devtools-shared": "^8.1.0",
|
|
52
|
+
"@vue/devtools-kit": "^8.1.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/node": "^24.7.2",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.vue-devtools-frame[data-v-399f5059]{position:fixed;z-index:2147483645}.vue-devtools-frame[data-v-399f5059] iframe{width:100%;height:100%;outline:none;background:var(--vue-devtools-widget-bg);border:1px solid rgba(125,125,125,.2);border-radius:10px}.vue-devtools-frame.view-mode-xs[data-v-399f5059]{width:400px!important;height:80px!important}.vue-devtools-frame.view-mode-fullscreen[data-v-399f5059]{width:100vw!important;height:100vh!important;z-index:1!important;bottom:0!important;transform:none!important}.vue-devtools-frame.view-mode-fullscreen[data-v-399f5059] iframe{border-radius:0!important}.vue-devtools-resize--horizontal[data-v-399f5059]{position:absolute;left:6px;right:6px;height:10px;margin:-5px 0;cursor:ns-resize;border-radius:5px}.vue-devtools-resize--vertical[data-v-399f5059]{position:absolute;top:6px;bottom:0;width:10px;margin:0 -5px;cursor:ew-resize;border-radius:5px}.vue-devtools-resize-corner[data-v-399f5059]{position:absolute;width:14px;height:14px;margin:-6px;border-radius:6px}.vue-devtools-resize[data-v-399f5059]:hover{background:#7d7d7d1a}.vue-devtools__anchor[data-v-
|
|
1
|
+
.vue-devtools-frame[data-v-399f5059]{position:fixed;z-index:2147483645}.vue-devtools-frame[data-v-399f5059] iframe{width:100%;height:100%;outline:none;background:var(--vue-devtools-widget-bg);border:1px solid rgba(125,125,125,.2);border-radius:10px}.vue-devtools-frame.view-mode-xs[data-v-399f5059]{width:400px!important;height:80px!important}.vue-devtools-frame.view-mode-fullscreen[data-v-399f5059]{width:100vw!important;height:100vh!important;z-index:1!important;bottom:0!important;transform:none!important}.vue-devtools-frame.view-mode-fullscreen[data-v-399f5059] iframe{border-radius:0!important}.vue-devtools-resize--horizontal[data-v-399f5059]{position:absolute;left:6px;right:6px;height:10px;margin:-5px 0;cursor:ns-resize;border-radius:5px}.vue-devtools-resize--vertical[data-v-399f5059]{position:absolute;top:6px;bottom:0;width:10px;margin:0 -5px;cursor:ew-resize;border-radius:5px}.vue-devtools-resize-corner[data-v-399f5059]{position:absolute;width:14px;height:14px;margin:-6px;border-radius:6px}.vue-devtools-resize[data-v-399f5059]:hover{background:#7d7d7d1a}.vue-devtools__anchor[data-v-c7b7f1f3]{position:fixed;z-index:2147483645;transform-origin:center center;transform:translate(-50%,-50%) rotate(0)}.vue-devtools__anchor.reduce-motion[data-v-c7b7f1f3],.vue-devtools__anchor.reduce-motion[data-v-c7b7f1f3] *{transition:none!important;animation:none!important}.vue-devtools__anchor.fullscreen[data-v-c7b7f1f3]{transform:none!important;left:0!important}.vue-devtools__anchor-btn[data-v-c7b7f1f3]{border-radius:100%;border-width:0;width:30px;height:30px;display:flex;justify-content:center;align-items:center;opacity:.8;transition:opacity .2s ease-in-out}.vue-devtools__anchor-btn[data-v-c7b7f1f3]:hover{opacity:1}.vue-devtools__anchor-btn svg[data-v-c7b7f1f3]{width:14px;height:14px}.vue-devtools__anchor-btn.active[data-v-c7b7f1f3]{cursor:pointer}.vue-devtools__anchor .panel-entry-btn[data-v-c7b7f1f3]{cursor:pointer;flex:none}.vue-devtools__anchor--vertical .panel-entry-btn[data-v-c7b7f1f3]{transform:rotate(-90deg)}.vue-devtools__anchor--vertical .vue-devtools__panel[data-v-c7b7f1f3]{transform:translate(-50%,-50%) rotate(90deg);box-shadow:2px -2px 8px var(--vue-devtools-widget-shadow)}.vue-devtools__anchor--hide .vue-devtools__panel[data-v-c7b7f1f3]{max-width:32px;padding:2px 0}.vue-devtools__anchor--hide .vue-devtools__panel-content[data-v-c7b7f1f3]{opacity:0}.vue-devtools__anchor--glowing[data-v-c7b7f1f3]{position:absolute;left:0;top:0;transform:translate(-50%,-50%);width:160px;height:160px;opacity:0;transition:all 1s ease;pointer-events:none;z-index:-1;border-radius:9999px;background-image:linear-gradient(45deg,#00dc82,#36e4da,#0047e1);filter:blur(60px)}.vue-devtools__anchor:hover .vue-devtools__anchor--glowing[data-v-c7b7f1f3]{opacity:.6}.vue-devtools__panel[data-v-c7b7f1f3]{position:absolute;left:0;top:0;transform:translate(-50%,-50%);display:flex;justify-content:flex-start;overflow:hidden;align-items:center;gap:2px;height:30px;padding:4px 4px 4px 5px;box-sizing:border-box;border:1px solid var(--vue-devtools-widget-border);border-radius:20px;background-color:var(--vue-devtools-widget-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--vue-devtools-widget-fg);box-shadow:2px 2px 8px var(--vue-devtools-widget-shadow);-webkit-user-select:none;user-select:none;max-width:150px;transition:max-width .4s ease,padding .5s ease,transform .3s ease,all .4s ease}.vue-devtools__panel-content[data-v-c7b7f1f3]{transition:opacity .4s ease}.vue-devtools__panel-divider[data-v-c7b7f1f3]{border-left:1px solid rgba(136,136,136,.2);width:1px;height:10px}@keyframes blink-c7b7f1f3{0%{opacity:.2}50%{opacity:.6}to{opacity:.2}}@media print{#vue-devtools-anchor[data-v-c7b7f1f3]{display:none}}
|