@vitejs/devtools 0.0.0-alpha.13 → 0.0.0-alpha.14
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/inject.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as createDocksContext, o as useLocalStorage } from "../webcomponents-
|
|
1
|
+
import { n as createDocksContext, o as useLocalStorage } from "../webcomponents-BWyvxCU8.js";
|
|
2
2
|
import { getDevToolsRpcClient } from "@vitejs/devtools-kit/client";
|
|
3
3
|
|
|
4
4
|
//#region src/client/inject/index.ts
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as PresistedDomViewsManager, i as PresistedDomHolder, n as createDocksContext, r as DockEmbedded, t as DEFAULT_DOCK_PANEL_STORE } from "../webcomponents-
|
|
1
|
+
import { a as PresistedDomViewsManager, i as PresistedDomHolder, n as createDocksContext, r as DockEmbedded, t as DEFAULT_DOCK_PANEL_STORE } from "../webcomponents-BWyvxCU8.js";
|
|
2
2
|
|
|
3
3
|
export { DEFAULT_DOCK_PANEL_STORE, DockEmbedded, PresistedDomHolder, PresistedDomViewsManager, createDocksContext };
|
|
@@ -7618,7 +7618,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
7618
7618
|
}, +context.panel.store.inactiveTimeout || 0);
|
|
7619
7619
|
}
|
|
7620
7620
|
const { width: frameWidth, height: frameHeight } = useElementBounding(dockPanel);
|
|
7621
|
-
const
|
|
7621
|
+
const panelStyle = computed(() => {
|
|
7622
7622
|
mousePosition.x, mousePosition.y;
|
|
7623
7623
|
const halfHeight = (props.dockEl?.clientHeight || 0) / 2;
|
|
7624
7624
|
const frameMargin = {
|
|
@@ -7686,7 +7686,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
7686
7686
|
ref_key: "dockPanel",
|
|
7687
7687
|
ref: dockPanel,
|
|
7688
7688
|
class: "bg-glass rounded-lg border border-base shadow",
|
|
7689
|
-
style: normalizeStyle(
|
|
7689
|
+
style: normalizeStyle(panelStyle.value)
|
|
7690
7690
|
}, [
|
|
7691
7691
|
createVNode(DockPanelResizer_default, { panel: unref(context).panel }, null, 8, ["panel"]),
|
|
7692
7692
|
unref(selected) && viewsContainer.value ? (openBlock(), createBlock(ViewEntry_default, {
|
|
@@ -7710,7 +7710,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
7710
7710
|
ref: viewsContainer,
|
|
7711
7711
|
class: "absolute inset-0"
|
|
7712
7712
|
}, null, 512)
|
|
7713
|
-
], 4)), [[vShow, unref(context).docks.selected]]);
|
|
7713
|
+
], 4)), [[vShow, unref(context).docks.selected && unref(context).docks.selected.type === "action"]]);
|
|
7714
7714
|
};
|
|
7715
7715
|
}
|
|
7716
7716
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitejs/devtools",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.0-alpha.
|
|
4
|
+
"version": "0.0.0-alpha.14",
|
|
5
5
|
"description": "Vite DevTools",
|
|
6
6
|
"author": "VoidZero Inc.",
|
|
7
7
|
"license": "MIT",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"pathe": "^2.0.3",
|
|
51
51
|
"sirv": "^3.0.2",
|
|
52
52
|
"ws": "^8.18.3",
|
|
53
|
-
"@vitejs/devtools-kit": "0.0.0-alpha.
|
|
54
|
-
"@vitejs/devtools-rpc": "0.0.0-alpha.
|
|
55
|
-
"@vitejs/devtools-vite": "0.0.0-alpha.
|
|
53
|
+
"@vitejs/devtools-kit": "0.0.0-alpha.14",
|
|
54
|
+
"@vitejs/devtools-rpc": "0.0.0-alpha.14",
|
|
55
|
+
"@vitejs/devtools-vite": "0.0.0-alpha.14"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"vite": "npm:rolldown-vite@^7.2.2",
|
|
63
63
|
"vue": "^3.5.24",
|
|
64
64
|
"vue-tsc": "^3.1.3",
|
|
65
|
-
"@vitejs/devtools": "0.0.0-alpha.
|
|
66
|
-
"@vitejs/devtools-vite": "0.0.0-alpha.
|
|
65
|
+
"@vitejs/devtools": "0.0.0-alpha.14",
|
|
66
|
+
"@vitejs/devtools-vite": "0.0.0-alpha.14"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"build": "pnpm build:js && pnpm build:standalone",
|