@vue/devtools-kit
Advanced tools
Comparing version 7.6.4 to 7.6.5
@@ -852,7 +852,2 @@ import { ComponentInternalInstance, ComponentOptions, SuspenseBoundary, App as App$1, VNode } from 'vue'; | ||
declare const UNDEFINED = "__vue_devtool_undefined__"; | ||
declare const INFINITY = "__vue_devtool_infinity__"; | ||
declare const NEGATIVE_INFINITY = "__vue_devtool_negative_infinity__"; | ||
declare const NAN = "__vue_devtool_nan__"; | ||
interface ComponentBoundingRect { | ||
@@ -959,18 +954,2 @@ left: number; | ||
declare function getInspectorStateValueType(value: any, raw?: boolean): string; | ||
declare function formatInspectorStateValue(value: any, quotes?: boolean, options?: { | ||
customClass?: Partial<Record<'string', string>>; | ||
}): any; | ||
declare function getRaw(value: InspectorState['value']): { | ||
value: object | string | number | boolean | null; | ||
inherit: Record<string, any> | { | ||
abstract: true; | ||
}; | ||
customType?: customTypeEnums; | ||
}; | ||
declare function toEdit(value: unknown, customType?: customTypeEnums): string; | ||
declare function toSubmit(value: string, customType?: customTypeEnums): any; | ||
declare function isPlainObject(obj: unknown): obj is object; | ||
interface ComponentHighLighterOptions { | ||
@@ -993,2 +972,23 @@ bounds: ComponentBoundingRect; | ||
declare const UNDEFINED = "__vue_devtool_undefined__"; | ||
declare const INFINITY = "__vue_devtool_infinity__"; | ||
declare const NEGATIVE_INFINITY = "__vue_devtool_negative_infinity__"; | ||
declare const NAN = "__vue_devtool_nan__"; | ||
declare function getInspectorStateValueType(value: any, raw?: boolean): string; | ||
declare function formatInspectorStateValue(value: any, quotes?: boolean, options?: { | ||
customClass?: Partial<Record<'string', string>>; | ||
}): any; | ||
declare function getRaw(value: InspectorState['value']): { | ||
value: object | string | number | boolean | null; | ||
inherit: Record<string, any> | { | ||
abstract: true; | ||
}; | ||
customType?: customTypeEnums; | ||
}; | ||
declare function toEdit(value: unknown, customType?: customTypeEnums): string; | ||
declare function toSubmit(value: string, customType?: customTypeEnums): any; | ||
declare function isPlainObject(obj: unknown): obj is object; | ||
declare function updateDevToolsClientDetected(params: Record<string, boolean>): void; | ||
@@ -995,0 +995,0 @@ |
{ | ||
"name": "@vue/devtools-kit", | ||
"type": "module", | ||
"version": "7.6.4", | ||
"version": "7.6.5", | ||
"author": "webfansplz", | ||
@@ -32,8 +32,8 @@ "license": "MIT", | ||
"superjson": "^2.2.1", | ||
"@vue/devtools-shared": "^7.6.4" | ||
"@vue/devtools-shared": "^7.6.5" | ||
}, | ||
"devDependencies": { | ||
"@types/speakingurl": "^13.0.6", | ||
"vue": "^3.5.12", | ||
"vue-router": "^4.4.5" | ||
"vue": "^3.5.13", | ||
"vue-router": "^4.5.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "scripts": { |
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
516646
14229
72
2
1
58
Updated@vue/devtools-shared@^7.6.5