@vue/devtools-kit
Advanced tools
Comparing version 7.6.8 to 7.7.0
@@ -505,3 +505,5 @@ import { ComponentInternalInstance, ComponentOptions, SuspenseBoundary, App as App$1, VNode } from 'vue'; | ||
getVueInspector: typeof getComponentInspector; | ||
toggleApp(id: string): void; | ||
toggleApp(id: string, options?: { | ||
inspectingComponent?: boolean; | ||
}): void; | ||
inspectDOM(instanceId: string): void; | ||
@@ -851,3 +853,5 @@ updatePluginSettings(pluginId: string, key: string, value: string): void; | ||
declare function removeRegisteredPluginApp(app: App): void; | ||
declare function registerDevToolsPlugin(app: App): void; | ||
declare function registerDevToolsPlugin(app: App, options?: { | ||
inspectingComponent?: boolean; | ||
}): void; | ||
@@ -1079,3 +1083,5 @@ interface ComponentBoundingRect { | ||
getVueInspector: typeof getComponentInspector; | ||
toggleApp(id: string): void; | ||
toggleApp(id: string, options?: { | ||
inspectingComponent?: boolean; | ||
}): void; | ||
inspectDOM(instanceId: string): void; | ||
@@ -1082,0 +1088,0 @@ updatePluginSettings(pluginId: string, key: string, value: string): void; |
{ | ||
"name": "@vue/devtools-kit", | ||
"type": "module", | ||
"version": "7.6.8", | ||
"version": "7.7.0", | ||
"author": "webfansplz", | ||
@@ -32,3 +32,3 @@ "license": "MIT", | ||
"superjson": "^2.2.1", | ||
"@vue/devtools-shared": "^7.6.8" | ||
"@vue/devtools-shared": "^7.7.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
517294
14237
6
60
Updated@vue/devtools-shared@^7.7.0