@vue/devtools-kit
Advanced tools
Comparing version 7.0.8 to 7.0.9
@@ -45,3 +45,3 @@ import * as vue from 'vue'; | ||
tooltipText?: string; | ||
value?: string; | ||
value?: string | InspectorCustomState; | ||
stateTypeName?: string; | ||
@@ -55,3 +55,3 @@ fields?: { | ||
key: string; | ||
value: string | number | Record<string, unknown> | InspectorCustomState | Array<unknown>; | ||
value: string | number | boolean | null | Record<string, unknown> | InspectorCustomState | Array<unknown>; | ||
type: string; | ||
@@ -360,2 +360,5 @@ stateType?: string; | ||
openInEditor(payload: OpenInEditorOptions): void; | ||
highlightElement(instance: any): void; | ||
unhighlightElement(): void; | ||
getComponentInstances(app: any): Promise<any[]>; | ||
getVueInspector(): Promise<VueInspector>; | ||
@@ -383,6 +386,3 @@ visitComponentTree(payload: Parameters<DevToolsEvent[DevToolsEvents.VISIT_COMPONENT_TREE]>[0]): void; | ||
declare function formatInspectorStateValue(value: any, quotes?: boolean): any; | ||
declare function getRawValue(value: InspectorState['value']): { | ||
value: string | number | Record<string, unknown> | unknown[] | InspectorCustomState; | ||
inherit: {}; | ||
}; | ||
declare function getRawValue(value: InspectorState['value']): any; | ||
@@ -389,0 +389,0 @@ declare function stringify<T extends object = Record<string, unknown>>(data: T): string | string[]; |
{ | ||
"name": "@vue/devtools-kit", | ||
"type": "module", | ||
"version": "7.0.8", | ||
"version": "7.0.9", | ||
"author": "webfansplz", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
"speakingurl": "^14.0.1", | ||
"@vue/devtools-schema": "^7.0.8", | ||
"@vue/devtools-shared": "^7.0.8" | ||
"@vue/devtools-shared": "^7.0.9", | ||
"@vue/devtools-schema": "^7.0.9" | ||
}, | ||
@@ -28,0 +28,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 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
305744
9029
Updated@vue/devtools-schema@^7.0.9
Updated@vue/devtools-shared@^7.0.9