@vue/devtools-api
Advanced tools
Comparing version 6.0.0-beta.10 to 6.0.0-beta.11
@@ -30,2 +30,5 @@ import { ComponentBounds, Hookable } from './hooks'; | ||
color: number; | ||
skipScreenshots?: boolean; | ||
groupsOnly?: boolean; | ||
ignoreNoDurationGroups?: boolean; | ||
screenshotOverlayRender?: (event: TimelineEvent<TData, TMeta> & ScreenshotOverlayEvent, ctx: ScreenshotOverlayRenderContext) => ScreenshotOverlayRenderResult | Promise<ScreenshotOverlayRenderResult>; | ||
@@ -78,2 +81,3 @@ } | ||
backgroundColor: number; | ||
tooltip?: string; | ||
} | ||
@@ -80,0 +84,0 @@ export interface CustomInspectorState { |
{ | ||
"name": "@vue/devtools-api", | ||
"version": "6.0.0-beta.10", | ||
"version": "6.0.0-beta.11", | ||
"description": "Interact with the Vue devtools from the page", | ||
@@ -5,0 +5,0 @@ "main": "lib/cjs/index.js", |
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
17667
467