@vue/devtools-ui 7.0.13 → 7.0.15
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.
|
@@ -13,19 +13,19 @@ declare const _default: <T>(__VLS_props: {
|
|
|
13
13
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
14
14
|
attrs: any;
|
|
15
15
|
slots: Readonly<{
|
|
16
|
-
default()
|
|
17
|
-
popper(props: {
|
|
16
|
+
default: () => any;
|
|
17
|
+
popper: (props: {
|
|
18
18
|
hide: () => void;
|
|
19
|
-
})
|
|
20
|
-
'button-icon'()
|
|
21
|
-
'button-icon-right'()
|
|
19
|
+
}) => any;
|
|
20
|
+
'button-icon': () => any;
|
|
21
|
+
'button-icon-right': () => any;
|
|
22
22
|
}> & {
|
|
23
|
-
default()
|
|
24
|
-
popper(props: {
|
|
23
|
+
default: () => any;
|
|
24
|
+
popper: (props: {
|
|
25
25
|
hide: () => void;
|
|
26
|
-
})
|
|
27
|
-
'button-icon'()
|
|
28
|
-
'button-icon-right'()
|
|
26
|
+
}) => any;
|
|
27
|
+
'button-icon': () => any;
|
|
28
|
+
'button-icon-right': () => any;
|
|
29
29
|
};
|
|
30
30
|
emit: (evt: "update:visible", value: boolean) => void;
|
|
31
31
|
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
@@ -44,19 +44,19 @@ declare const _default: <T>(__VLS_props: {
|
|
|
44
44
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
45
45
|
attrs: any;
|
|
46
46
|
slots: Readonly<{
|
|
47
|
-
default()
|
|
48
|
-
popper(props: {
|
|
47
|
+
default: () => any;
|
|
48
|
+
popper: (props: {
|
|
49
49
|
hide: () => void;
|
|
50
|
-
})
|
|
51
|
-
'button-icon'()
|
|
52
|
-
'button-icon-right'()
|
|
50
|
+
}) => any;
|
|
51
|
+
'button-icon': () => any;
|
|
52
|
+
'button-icon-right': () => any;
|
|
53
53
|
}> & {
|
|
54
|
-
default()
|
|
55
|
-
popper(props: {
|
|
54
|
+
default: () => any;
|
|
55
|
+
popper: (props: {
|
|
56
56
|
hide: () => void;
|
|
57
|
-
})
|
|
58
|
-
'button-icon'()
|
|
59
|
-
'button-icon-right'()
|
|
57
|
+
}) => any;
|
|
58
|
+
'button-icon': () => any;
|
|
59
|
+
'button-icon-right': () => any;
|
|
60
60
|
};
|
|
61
61
|
emit: (evt: "update:visible", value: boolean) => void;
|
|
62
62
|
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -78,19 +78,19 @@ declare const _default: <T>(__VLS_props: {
|
|
|
78
78
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
79
79
|
attrs: any;
|
|
80
80
|
slots: Readonly<{
|
|
81
|
-
default()
|
|
82
|
-
popper(props: {
|
|
81
|
+
default: () => any;
|
|
82
|
+
popper: (props: {
|
|
83
83
|
hide: () => void;
|
|
84
|
-
})
|
|
85
|
-
'button-icon'()
|
|
86
|
-
'button-icon-right'()
|
|
84
|
+
}) => any;
|
|
85
|
+
'button-icon': () => any;
|
|
86
|
+
'button-icon-right': () => any;
|
|
87
87
|
}> & {
|
|
88
|
-
default()
|
|
89
|
-
popper(props: {
|
|
88
|
+
default: () => any;
|
|
89
|
+
popper: (props: {
|
|
90
90
|
hide: () => void;
|
|
91
|
-
})
|
|
92
|
-
'button-icon'()
|
|
93
|
-
'button-icon-right'()
|
|
91
|
+
}) => any;
|
|
92
|
+
'button-icon': () => any;
|
|
93
|
+
'button-icon-right': () => any;
|
|
94
94
|
};
|
|
95
95
|
emit: (evt: "update:visible", value: boolean) => void;
|
|
96
96
|
} | undefined;
|
|
@@ -15,25 +15,25 @@ declare const _default: <Value extends string | number, Label, M extends boolean
|
|
|
15
15
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
16
16
|
attrs: any;
|
|
17
17
|
slots: Readonly<{
|
|
18
|
-
item(props: {
|
|
18
|
+
item: (props: {
|
|
19
19
|
item: {
|
|
20
20
|
label: Label;
|
|
21
21
|
value: Value;
|
|
22
22
|
};
|
|
23
23
|
active: boolean;
|
|
24
24
|
disabled: boolean;
|
|
25
|
-
})
|
|
26
|
-
button()
|
|
25
|
+
}) => any;
|
|
26
|
+
button: () => any;
|
|
27
27
|
}> & {
|
|
28
|
-
item(props: {
|
|
28
|
+
item: (props: {
|
|
29
29
|
item: {
|
|
30
30
|
label: Label;
|
|
31
31
|
value: Value;
|
|
32
32
|
};
|
|
33
33
|
active: boolean;
|
|
34
34
|
disabled: boolean;
|
|
35
|
-
})
|
|
36
|
-
button()
|
|
35
|
+
}) => any;
|
|
36
|
+
button: () => any;
|
|
37
37
|
};
|
|
38
38
|
emit: (evt: "update:modelValue", value: M extends true ? Value[] : Value) => void;
|
|
39
39
|
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
@@ -54,25 +54,25 @@ declare const _default: <Value extends string | number, Label, M extends boolean
|
|
|
54
54
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
55
55
|
attrs: any;
|
|
56
56
|
slots: Readonly<{
|
|
57
|
-
item(props: {
|
|
57
|
+
item: (props: {
|
|
58
58
|
item: {
|
|
59
59
|
label: Label;
|
|
60
60
|
value: Value;
|
|
61
61
|
};
|
|
62
62
|
active: boolean;
|
|
63
63
|
disabled: boolean;
|
|
64
|
-
})
|
|
65
|
-
button()
|
|
64
|
+
}) => any;
|
|
65
|
+
button: () => any;
|
|
66
66
|
}> & {
|
|
67
|
-
item(props: {
|
|
67
|
+
item: (props: {
|
|
68
68
|
item: {
|
|
69
69
|
label: Label;
|
|
70
70
|
value: Value;
|
|
71
71
|
};
|
|
72
72
|
active: boolean;
|
|
73
73
|
disabled: boolean;
|
|
74
|
-
})
|
|
75
|
-
button()
|
|
74
|
+
}) => any;
|
|
75
|
+
button: () => any;
|
|
76
76
|
};
|
|
77
77
|
emit: (evt: "update:modelValue", value: M extends true ? Value[] : Value) => void;
|
|
78
78
|
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -96,25 +96,25 @@ declare const _default: <Value extends string | number, Label, M extends boolean
|
|
|
96
96
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
97
97
|
attrs: any;
|
|
98
98
|
slots: Readonly<{
|
|
99
|
-
item(props: {
|
|
99
|
+
item: (props: {
|
|
100
100
|
item: {
|
|
101
101
|
label: Label;
|
|
102
102
|
value: Value;
|
|
103
103
|
};
|
|
104
104
|
active: boolean;
|
|
105
105
|
disabled: boolean;
|
|
106
|
-
})
|
|
107
|
-
button()
|
|
106
|
+
}) => any;
|
|
107
|
+
button: () => any;
|
|
108
108
|
}> & {
|
|
109
|
-
item(props: {
|
|
109
|
+
item: (props: {
|
|
110
110
|
item: {
|
|
111
111
|
label: Label;
|
|
112
112
|
value: Value;
|
|
113
113
|
};
|
|
114
114
|
active: boolean;
|
|
115
115
|
disabled: boolean;
|
|
116
|
-
})
|
|
117
|
-
button()
|
|
116
|
+
}) => any;
|
|
117
|
+
button: () => any;
|
|
118
118
|
};
|
|
119
119
|
emit: (evt: "update:modelValue", value: M extends true ? Value[] : Value) => void;
|
|
120
120
|
} | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/devtools-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.0.
|
|
4
|
+
"version": "7.0.15",
|
|
5
5
|
"author": "webfansplz",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"exports": {
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
"focus-trap": "^7.5.4"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@histoire/plugin-vue": "^0.17.
|
|
41
|
-
"@types/node": "^20.11.
|
|
42
|
-
"@unocss/reset": "^0.58.
|
|
43
|
-
"@vitejs/plugin-vue": "^5.0.
|
|
44
|
-
"floating-vue": "2.
|
|
45
|
-
"histoire": "^0.17.
|
|
46
|
-
"unocss": "^0.58.
|
|
40
|
+
"@histoire/plugin-vue": "^0.17.11",
|
|
41
|
+
"@types/node": "^20.11.19",
|
|
42
|
+
"@unocss/reset": "^0.58.5",
|
|
43
|
+
"@vitejs/plugin-vue": "^5.0.4",
|
|
44
|
+
"floating-vue": "5.2.2",
|
|
45
|
+
"histoire": "^0.17.9",
|
|
46
|
+
"unocss": "^0.58.5",
|
|
47
47
|
"vite-plugin-dts": "^3.7.2"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|