@vue/devtools-core
Advanced tools
Comparing version 7.3.4 to 7.3.5
@@ -5,3 +5,2 @@ import * as vue_router from 'vue-router'; | ||
import { ModuleNode } from 'vite'; | ||
import * as vue from 'vue'; | ||
import { App, Ref } from 'vue'; | ||
@@ -44,4 +43,4 @@ | ||
}; | ||
getInspectorTree(payload: Pick<DevToolsV6PluginAPIHookPayloads[DevToolsV6PluginAPIHookKeys.GET_INSPECTOR_TREE], 'inspectorId' | 'filter'>): Promise<string>; | ||
getInspectorState(payload: Pick<DevToolsV6PluginAPIHookPayloads[DevToolsV6PluginAPIHookKeys.GET_INSPECTOR_STATE], 'inspectorId' | 'nodeId'>): Promise<string>; | ||
getInspectorTree(payload: Pick<DevToolsV6PluginAPIHookPayloads[DevToolsV6PluginAPIHookKeys.GET_INSPECTOR_TREE], "inspectorId" | "filter">): Promise<string>; | ||
getInspectorState(payload: Pick<DevToolsV6PluginAPIHookPayloads[DevToolsV6PluginAPIHookKeys.GET_INSPECTOR_STATE], "inspectorId" | "nodeId">): Promise<string>; | ||
editInspectorState(payload: DevToolsV6PluginAPIHookPayloads[DevToolsV6PluginAPIHookKeys.EDIT_INSPECTOR_STATE]): Promise<void>; | ||
@@ -56,3 +55,3 @@ sendInspectorState(id: string): void; | ||
icon: string; | ||
tooltip?: string | undefined; | ||
tooltip?: string; | ||
action: (nodeId: string) => void | Promise<void>; | ||
@@ -62,3 +61,3 @@ }[] | undefined; | ||
icon: string; | ||
tooltip?: string | undefined; | ||
tooltip?: string; | ||
action: () => void | Promise<void>; | ||
@@ -197,3 +196,3 @@ }[] | undefined; | ||
name: string; | ||
icon?: string | undefined; | ||
icon?: string; | ||
title: string; | ||
@@ -203,10 +202,8 @@ view: { | ||
src: string; | ||
persistent?: boolean | undefined; | ||
persistent?: boolean; | ||
} | { | ||
type: "vnode"; | ||
vnode: globalThis.VNode<vue.RendererNode, vue.RendererElement, { | ||
[key: string]: any; | ||
}>; | ||
vnode: globalThis.VNode; | ||
}; | ||
category?: ("app" | "pinned" | "modules" | "advanced") | undefined; | ||
category?: "app" | "pinned" | "modules" | "advanced"; | ||
}[]>; | ||
@@ -216,5 +213,5 @@ commands: Ref<{ | ||
title: string; | ||
description?: string | undefined; | ||
order?: number | undefined; | ||
icon?: string | undefined; | ||
description?: string; | ||
order?: number; | ||
icon?: string; | ||
action?: { | ||
@@ -227,5 +224,5 @@ type: "url"; | ||
id: string; | ||
icon?: string | undefined; | ||
description?: string | undefined; | ||
order?: number | undefined; | ||
icon?: string; | ||
description?: string; | ||
order?: number; | ||
action?: { | ||
@@ -241,8 +238,8 @@ type: "url"; | ||
name: string; | ||
app?: any; | ||
version?: string | undefined; | ||
types?: Record<string, string | symbol> | undefined; | ||
app?: _vue_devtools_kit.App; | ||
version?: string; | ||
types?: Record<string, string | symbol>; | ||
instanceMap: Map<string, any> & Omit<Map<string, any>, keyof Map<any, any>>; | ||
rootInstance: any; | ||
routerId?: string | undefined; | ||
rootInstance: _vue_devtools_kit.VueAppInstance; | ||
routerId?: string; | ||
}[]>; | ||
@@ -249,0 +246,0 @@ activeAppRecordId: Ref<string>; |
{ | ||
"name": "@vue/devtools-core", | ||
"type": "module", | ||
"version": "7.3.4", | ||
"version": "7.3.5", | ||
"author": "webfansplz", | ||
@@ -32,7 +32,7 @@ "license": "MIT", | ||
"vite-hot-client": "^0.2.3", | ||
"@vue/devtools-shared": "^7.3.4", | ||
"@vue/devtools-kit": "^7.3.4" | ||
"@vue/devtools-kit": "^7.3.5", | ||
"@vue/devtools-shared": "^7.3.5" | ||
}, | ||
"devDependencies": { | ||
"vue": "^3.4.29" | ||
"vue": "^3.4.31" | ||
}, | ||
@@ -39,0 +39,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59958
1523
+ Added@rollup/rollup-android-arm-eabi@4.24.4(transitive)
+ Added@rollup/rollup-android-arm64@4.24.4(transitive)
+ Added@rollup/rollup-darwin-arm64@4.24.4(transitive)
+ Added@rollup/rollup-darwin-x64@4.24.4(transitive)
+ Added@rollup/rollup-freebsd-arm64@4.24.4(transitive)
+ Added@rollup/rollup-freebsd-x64@4.24.4(transitive)
+ Added@rollup/rollup-linux-arm-gnueabihf@4.24.4(transitive)
+ Added@rollup/rollup-linux-arm-musleabihf@4.24.4(transitive)
+ Added@rollup/rollup-linux-arm64-gnu@4.24.4(transitive)
+ Added@rollup/rollup-linux-arm64-musl@4.24.4(transitive)
+ Added@rollup/rollup-linux-powerpc64le-gnu@4.24.4(transitive)
+ Added@rollup/rollup-linux-riscv64-gnu@4.24.4(transitive)
+ Added@rollup/rollup-linux-s390x-gnu@4.24.4(transitive)
+ Added@rollup/rollup-linux-x64-gnu@4.24.4(transitive)
+ Added@rollup/rollup-linux-x64-musl@4.24.4(transitive)
+ Added@rollup/rollup-win32-arm64-msvc@4.24.4(transitive)
+ Added@rollup/rollup-win32-ia32-msvc@4.24.4(transitive)
+ Added@rollup/rollup-win32-x64-msvc@4.24.4(transitive)
+ Addedrollup@4.24.4(transitive)
- Removed@rollup/rollup-android-arm-eabi@4.25.0(transitive)
- Removed@rollup/rollup-android-arm64@4.25.0(transitive)
- Removed@rollup/rollup-darwin-arm64@4.25.0(transitive)
- Removed@rollup/rollup-darwin-x64@4.25.0(transitive)
- Removed@rollup/rollup-freebsd-arm64@4.25.0(transitive)
- Removed@rollup/rollup-freebsd-x64@4.25.0(transitive)
- Removed@rollup/rollup-linux-arm-gnueabihf@4.25.0(transitive)
- Removed@rollup/rollup-linux-arm-musleabihf@4.25.0(transitive)
- Removed@rollup/rollup-linux-arm64-gnu@4.25.0(transitive)
- Removed@rollup/rollup-linux-arm64-musl@4.25.0(transitive)
- Removed@rollup/rollup-linux-powerpc64le-gnu@4.25.0(transitive)
- Removed@rollup/rollup-linux-riscv64-gnu@4.25.0(transitive)
- Removed@rollup/rollup-linux-s390x-gnu@4.25.0(transitive)
- Removed@rollup/rollup-linux-x64-gnu@4.25.0(transitive)
- Removed@rollup/rollup-linux-x64-musl@4.25.0(transitive)
- Removed@rollup/rollup-win32-arm64-msvc@4.25.0(transitive)
- Removed@rollup/rollup-win32-ia32-msvc@4.25.0(transitive)
- Removed@rollup/rollup-win32-x64-msvc@4.25.0(transitive)
- Removedrollup@4.25.0(transitive)
Updated@vue/devtools-kit@^7.3.5
Updated@vue/devtools-shared@^7.3.5