@vue/devtools-ui 7.6.4 → 7.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -27,9 +27,7 @@ declare const _default: <T>(__VLS_props: Awaited<typeof __VLS_setup>["props"], _
|
|
|
27
27
|
'button-icon-right': () => any;
|
|
28
28
|
}>;
|
|
29
29
|
emit: (evt: "update:visible", value: boolean) => void;
|
|
30
|
-
}>) => import('vue').VNode
|
|
31
|
-
[key: string]: any;
|
|
32
|
-
}> & {
|
|
30
|
+
}>) => import('vue').VNode & {
|
|
33
31
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
34
32
|
};
|
|
35
33
|
export default _default;
|
|
@@ -40,9 +40,7 @@ declare const _default: <Value extends number | string, Label, M extends boolean
|
|
|
40
40
|
button: () => any;
|
|
41
41
|
}>;
|
|
42
42
|
emit: (evt: "update:modelValue", value: M extends true ? Value[] : Value) => void;
|
|
43
|
-
}>) => import('vue').VNode
|
|
44
|
-
[key: string]: any;
|
|
45
|
-
}> & {
|
|
43
|
+
}>) => import('vue').VNode & {
|
|
46
44
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
47
45
|
};
|
|
48
46
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/devtools-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.6.
|
|
4
|
+
"version": "7.6.5",
|
|
5
5
|
"author": "webfansplz",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
"vue": ">=3.0.0-0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@vueuse/components": "^11.
|
|
41
|
-
"@vueuse/core": "^11.
|
|
42
|
-
"@vueuse/integrations": "^11.
|
|
40
|
+
"@vueuse/components": "^11.3.0",
|
|
41
|
+
"@vueuse/core": "^11.3.0",
|
|
42
|
+
"@vueuse/integrations": "^11.3.0",
|
|
43
43
|
"colord": "^2.9.3",
|
|
44
|
-
"focus-trap": "^7.6.
|
|
45
|
-
"@vue/devtools-shared": "7.6.
|
|
44
|
+
"focus-trap": "^7.6.2",
|
|
45
|
+
"@vue/devtools-shared": "7.6.5"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@histoire/plugin-vue": "^0.17.17",
|
|
49
49
|
"@iconify-json/ic": "^1.2.1",
|
|
50
|
-
"@types/node": "^22.
|
|
51
|
-
"@unocss/reset": "^0.64.
|
|
52
|
-
"@vitejs/plugin-vue": "^5.
|
|
50
|
+
"@types/node": "^22.10.0",
|
|
51
|
+
"@unocss/reset": "^0.64.1",
|
|
52
|
+
"@vitejs/plugin-vue": "^5.2.0",
|
|
53
53
|
"floating-vue": "5.2.2",
|
|
54
54
|
"histoire": "^0.17.17",
|
|
55
|
-
"unocss": "^0.64.
|
|
55
|
+
"unocss": "^0.64.1",
|
|
56
56
|
"vite-plugin-dts": "^3.9.1"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|