@vue/devtools-kit
Advanced tools
Comparing version 7.0.11 to 7.0.12
@@ -384,2 +384,4 @@ import * as vue from 'vue'; | ||
declare function getRawValue(value: InspectorState['value']): any; | ||
declare function toEdit(value: unknown): string; | ||
declare function toSubmit(value: string): any; | ||
@@ -624,2 +626,2 @@ declare function stringify<T extends object = Record<string, unknown>>(data: T): string | string[]; | ||
export { type AddInspectorApiPayload, type ComponentBoundingRect, type ComponentBoundingRectApiPayload, type ComponentTreeNode, type CustomCommand, type CustomCommandAction, type CustomTab, ESC, INFINITY, type InspectorCustomState, type InspectorNodeTag, type InspectorState, type InspectorStateApiPayload, type InspectorStateEditorPayload, type InspectorTreeApiPayload, MAX_ARRAY_SIZE, MAX_STRING_SIZE, type ModuleIframeView, type ModuleVNodeView, type ModuleView, NAN, NEGATIVE_INFINITY, type OpenInEditorOptions, type PropPath, type RouterInfo, RouterKey, type ScrollToComponentOptions, type TimelineEvent, type TimelineEventData, type ToggleComponentInspectorOptions, UNDEFINED, type VueInspector, addCustomCommand, addCustomTab, devtools, devtoolsRouterInfo, fnTypeRE, formatInspectorStateValue, getInspectorStateValueType, getRawValue, getRouterDevToolsId, getVueInspector, normalizeRouterInfo, now, onDevToolsClientConnected, onDevToolsConnected, openInEditor, parse, rawTypeRE, removeCustomCommand, setupDevToolsPlugin, specialTypeRE, stringify, symbolRE, vueBuiltins }; | ||
export { type AddInspectorApiPayload, type ComponentBoundingRect, type ComponentBoundingRectApiPayload, type ComponentTreeNode, type CustomCommand, type CustomCommandAction, type CustomTab, ESC, INFINITY, type InspectorCustomState, type InspectorNodeTag, type InspectorState, type InspectorStateApiPayload, type InspectorStateEditorPayload, type InspectorTreeApiPayload, MAX_ARRAY_SIZE, MAX_STRING_SIZE, type ModuleIframeView, type ModuleVNodeView, type ModuleView, NAN, NEGATIVE_INFINITY, type OpenInEditorOptions, type PropPath, type RouterInfo, RouterKey, type ScrollToComponentOptions, type TimelineEvent, type TimelineEventData, type ToggleComponentInspectorOptions, UNDEFINED, type VueInspector, addCustomCommand, addCustomTab, devtools, devtoolsRouterInfo, fnTypeRE, formatInspectorStateValue, getInspectorStateValueType, getRawValue, getRouterDevToolsId, getVueInspector, normalizeRouterInfo, now, onDevToolsClientConnected, onDevToolsConnected, openInEditor, parse, rawTypeRE, removeCustomCommand, setupDevToolsPlugin, specialTypeRE, stringify, symbolRE, toEdit, toSubmit, vueBuiltins }; |
{ | ||
"name": "@vue/devtools-kit", | ||
"type": "module", | ||
"version": "7.0.11", | ||
"version": "7.0.12", | ||
"author": "webfansplz", | ||
@@ -24,7 +24,7 @@ "license": "MIT", | ||
"speakingurl": "^14.0.1", | ||
"@vue/devtools-schema": "^7.0.11", | ||
"@vue/devtools-shared": "^7.0.11" | ||
"@vue/devtools-schema": "^7.0.12", | ||
"@vue/devtools-shared": "^7.0.12" | ||
}, | ||
"devDependencies": { | ||
"vue": "^3.4.14", | ||
"vue": "^3.4.15", | ||
"vue-router": "^4.2.5" | ||
@@ -31,0 +31,0 @@ }, |
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
308568
9119
Updated@vue/devtools-schema@^7.0.12
Updated@vue/devtools-shared@^7.0.12