Socket
Socket
Sign inDemoInstall

@vue/devtools-ui

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/devtools-ui - npm Package Compare versions

Comparing version 7.0.14 to 7.0.15

60

dist/types/src/components/Dropdown.d.ts

@@ -16,15 +16,15 @@ import type { ButtonProps } from "./Button";

slots: Readonly<{
default(): any;
popper(props: {
default: () => any;
popper: (props: {
hide: () => void;
}): any;
'button-icon'(): any;
'button-icon-right'(): any;
}) => any;
'button-icon': () => any;
'button-icon-right': () => any;
}> & {
default(): any;
popper(props: {
default: () => any;
popper: (props: {
hide: () => void;
}): any;
'button-icon'(): any;
'button-icon-right'(): any;
}) => any;
'button-icon': () => any;
'button-icon-right': () => any;
};

@@ -48,15 +48,15 @@ emit: (evt: "update:visible", value: boolean) => void;

slots: Readonly<{
default(): any;
popper(props: {
default: () => any;
popper: (props: {
hide: () => void;
}): any;
'button-icon'(): any;
'button-icon-right'(): any;
}) => any;
'button-icon': () => any;
'button-icon-right': () => any;
}> & {
default(): any;
popper(props: {
default: () => any;
popper: (props: {
hide: () => void;
}): any;
'button-icon'(): any;
'button-icon-right'(): any;
}) => any;
'button-icon': () => any;
'button-icon-right': () => any;
};

@@ -83,15 +83,15 @@ emit: (evt: "update:visible", value: boolean) => void;

slots: Readonly<{
default(): any;
popper(props: {
default: () => any;
popper: (props: {
hide: () => void;
}): any;
'button-icon'(): any;
'button-icon-right'(): any;
}) => any;
'button-icon': () => any;
'button-icon-right': () => any;
}> & {
default(): any;
popper(props: {
default: () => any;
popper: (props: {
hide: () => void;
}): any;
'button-icon'(): any;
'button-icon-right'(): any;
}) => any;
'button-icon': () => any;
'button-icon-right': () => any;
};

@@ -98,0 +98,0 @@ emit: (evt: "update:visible", value: boolean) => void;

@@ -18,3 +18,3 @@ import type { ButtonProps } from "./Button";

slots: Readonly<{
item(props: {
item: (props: {
item: {

@@ -26,6 +26,6 @@ label: Label;

disabled: boolean;
}): any;
button(): any;
}) => any;
button: () => any;
}> & {
item(props: {
item: (props: {
item: {

@@ -37,4 +37,4 @@ label: Label;

disabled: boolean;
}): any;
button(): any;
}) => any;
button: () => any;
};

@@ -60,3 +60,3 @@ emit: (evt: "update:modelValue", value: M extends true ? Value[] : Value) => void;

slots: Readonly<{
item(props: {
item: (props: {
item: {

@@ -68,6 +68,6 @@ label: Label;

disabled: boolean;
}): any;
button(): any;
}) => any;
button: () => any;
}> & {
item(props: {
item: (props: {
item: {

@@ -79,4 +79,4 @@ label: Label;

disabled: boolean;
}): any;
button(): any;
}) => any;
button: () => any;
};

@@ -105,3 +105,3 @@ emit: (evt: "update:modelValue", value: M extends true ? Value[] : Value) => void;

slots: Readonly<{
item(props: {
item: (props: {
item: {

@@ -113,6 +113,6 @@ label: Label;

disabled: boolean;
}): any;
button(): any;
}) => any;
button: () => any;
}> & {
item(props: {
item: (props: {
item: {

@@ -124,4 +124,4 @@ label: Label;

disabled: boolean;
}): any;
button(): any;
}) => any;
button: () => any;
};

@@ -128,0 +128,0 @@ emit: (evt: "update:modelValue", value: M extends true ? Value[] : Value) => void;

{
"name": "@vue/devtools-ui",
"type": "module",
"version": "7.0.14",
"version": "7.0.15",
"author": "webfansplz",

@@ -40,9 +40,9 @@ "license": "MIT",

"devDependencies": {
"@histoire/plugin-vue": "^0.17.9",
"@types/node": "^20.11.10",
"@unocss/reset": "^0.58.4",
"@vitejs/plugin-vue": "^5.0.3",
"floating-vue": "2.0.0",
"@histoire/plugin-vue": "^0.17.11",
"@types/node": "^20.11.19",
"@unocss/reset": "^0.58.5",
"@vitejs/plugin-vue": "^5.0.4",
"floating-vue": "5.2.2",
"histoire": "^0.17.9",
"unocss": "^0.58.4",
"unocss": "^0.58.5",
"vite-plugin-dts": "^3.7.2"

@@ -49,0 +49,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc