@vue/devtools-ui 7.0.27 → 7.1.0
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.
- package/dist/index.cjs +1 -1
- package/dist/index.js +876 -694
- package/dist/types/src/components/Badge.d.ts +1 -1
- package/dist/types/src/components/Button.d.ts +2 -2
- package/dist/types/src/components/Card.d.ts +1 -1
- package/dist/types/src/components/Checkbox.d.ts +2 -2
- package/dist/types/src/components/Confirm.d.ts +2 -2
- package/dist/types/src/components/DarkToggle.d.ts +2 -2
- package/dist/types/src/components/Dialog.d.ts +2 -2
- package/dist/types/src/components/Drawer.d.ts +2 -2
- package/dist/types/src/components/Dropdown.d.ts +1 -1
- package/dist/types/src/components/DropdownButton.d.ts +1 -1
- package/dist/types/src/components/FormField.d.ts +2 -2
- package/dist/types/src/components/Icon.d.ts +1 -1
- package/dist/types/src/components/Input.d.ts +2 -2
- package/dist/types/src/components/LoadingIndicator.d.ts +1 -1
- package/dist/types/src/components/Notification.d.ts +2 -2
- package/dist/types/src/components/Overlay.d.ts +1 -1
- package/dist/types/src/components/Select.d.ts +1 -1
- package/dist/types/src/components/Switch.d.ts +2 -2
- package/dist/types/src/components/Tooltip.d.ts +1 -1
- package/package.json +9 -8
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import(
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
}>;
|
|
4
4
|
export default _default;
|
|
@@ -16,9 +16,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
16
16
|
size: string;
|
|
17
17
|
flat: boolean;
|
|
18
18
|
outlined: boolean;
|
|
19
|
-
}>, {}, unknown, {}, {}, import(
|
|
19
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
20
|
click: (e: MouseEvent) => void;
|
|
21
|
-
}, string, import(
|
|
21
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ButtonProps>, {
|
|
22
22
|
type: string;
|
|
23
23
|
round: string;
|
|
24
24
|
loading: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import(
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
}>;
|
|
4
4
|
export default _default;
|
|
@@ -3,9 +3,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
3
3
|
variant?: "accent" | "normal" | undefined;
|
|
4
4
|
}>, {
|
|
5
5
|
variant: string;
|
|
6
|
-
}>, {}, unknown, {}, {}, import(
|
|
6
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
7
|
"update:modelValue": (value: boolean) => void;
|
|
8
|
-
}, string, import(
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
9
|
modelValue: boolean;
|
|
10
10
|
variant?: "accent" | "normal" | undefined;
|
|
11
11
|
}>, {
|
|
@@ -16,12 +16,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
16
16
|
title: string;
|
|
17
17
|
loading: boolean;
|
|
18
18
|
autoClose: boolean;
|
|
19
|
-
}>, {}, unknown, {}, {}, import(
|
|
19
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
20
|
"update:modelValue": (value: boolean) => void;
|
|
21
21
|
close: () => void;
|
|
22
22
|
confirm: () => void;
|
|
23
23
|
cancel: () => void;
|
|
24
|
-
}, string, import(
|
|
24
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
25
25
|
modelValue: boolean;
|
|
26
26
|
content: string;
|
|
27
27
|
cancelText?: string | undefined;
|
|
@@ -11,7 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
11
11
|
isDark: boolean;
|
|
12
12
|
animation: boolean;
|
|
13
13
|
animationDuration: number;
|
|
14
|
-
}>, {}, unknown, {}, {}, import(
|
|
14
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
15
15
|
isDark?: boolean | undefined;
|
|
16
16
|
animation?: boolean | undefined;
|
|
17
17
|
animationDuration?: number | undefined;
|
|
@@ -25,7 +25,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
25
25
|
animationDuration: number;
|
|
26
26
|
}, {}>, {
|
|
27
27
|
default?(_: {
|
|
28
|
-
mode:
|
|
28
|
+
mode: "auto" | "light" | "dark";
|
|
29
29
|
isDark: boolean;
|
|
30
30
|
toggle: typeof toggle;
|
|
31
31
|
}): any;
|
|
@@ -16,10 +16,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
16
16
|
height: string;
|
|
17
17
|
closable: boolean;
|
|
18
18
|
mountTo: string;
|
|
19
|
-
}>, {}, unknown, {}, {}, import(
|
|
19
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
20
|
close: () => void;
|
|
21
21
|
"update:modelValue": (value: boolean) => void;
|
|
22
|
-
}, string, import(
|
|
22
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
23
23
|
modelValue?: boolean | undefined;
|
|
24
24
|
autoClose?: boolean | undefined;
|
|
25
25
|
title?: string | undefined;
|
|
@@ -17,10 +17,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
17
17
|
closable: boolean;
|
|
18
18
|
permanent: boolean;
|
|
19
19
|
contentBlur: boolean;
|
|
20
|
-
}>, {}, unknown, {}, {}, import(
|
|
20
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
21
|
"update:modelValue": (modelValue: boolean) => void;
|
|
22
22
|
close: () => void;
|
|
23
|
-
}, string, import(
|
|
23
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
24
24
|
modelValue: boolean;
|
|
25
25
|
mountTo?: string | HTMLElement | undefined;
|
|
26
26
|
placement?: "left" | "right" | "top" | "bottom" | undefined;
|
|
@@ -60,7 +60,7 @@ declare const _default: <T>(__VLS_props: {
|
|
|
60
60
|
'button-icon-right': () => any;
|
|
61
61
|
};
|
|
62
62
|
emit: (evt: "update:visible", value: boolean) => void;
|
|
63
|
-
}>) => import('vue').VNode<import(
|
|
63
|
+
}>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
64
64
|
[key: string]: any;
|
|
65
65
|
}> & {
|
|
66
66
|
__ctx?: {
|
|
@@ -4,7 +4,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
4
4
|
keepOpen?: boolean | undefined;
|
|
5
5
|
}>, {
|
|
6
6
|
keepOpen: boolean;
|
|
7
|
-
}>, {}, unknown, {}, {}, import(
|
|
7
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ButtonProps & {
|
|
8
8
|
keepOpen?: boolean | undefined;
|
|
9
9
|
}>, {
|
|
10
10
|
keepOpen: boolean;
|
|
@@ -8,9 +8,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
8
8
|
message: string;
|
|
9
9
|
showMessage: boolean;
|
|
10
10
|
status: string;
|
|
11
|
-
}>, {}, unknown, {}, {}, import(
|
|
11
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
12
|
"update:modelValue": (value: string) => void;
|
|
13
|
-
}, string, import(
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
14
14
|
modelValue: string;
|
|
15
15
|
status?: "danger" | "warning" | "success" | "normal" | undefined;
|
|
16
16
|
showMessage?: boolean | undefined;
|
|
@@ -4,7 +4,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
4
4
|
action?: boolean | undefined;
|
|
5
5
|
}>, {
|
|
6
6
|
action: boolean;
|
|
7
|
-
}>, {}, unknown, {}, {}, import(
|
|
7
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
8
8
|
icon?: string | undefined;
|
|
9
9
|
inline?: boolean | undefined;
|
|
10
10
|
action?: boolean | undefined;
|
|
@@ -22,11 +22,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
22
22
|
autoFocus: boolean;
|
|
23
23
|
loadingDebounceTime: number;
|
|
24
24
|
readonly: boolean;
|
|
25
|
-
}>, {}, unknown, {}, {}, import(
|
|
25
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
26
|
"update:modelValue": (value: string) => void;
|
|
27
27
|
updateFocused: (value: boolean) => void;
|
|
28
28
|
keyTab: (e: KeyboardEvent) => void;
|
|
29
|
-
}, string, import(
|
|
29
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
30
30
|
modelValue: string;
|
|
31
31
|
placeholder?: string | undefined;
|
|
32
32
|
variant?: "flat" | "accent" | "warning" | "normal" | undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -4,14 +4,14 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
4
4
|
placement: string;
|
|
5
5
|
type: string;
|
|
6
6
|
duration: number;
|
|
7
|
-
}>, {}, unknown, {}, {}, import(
|
|
7
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<VueNotificationOptions>, {
|
|
8
8
|
placement: string;
|
|
9
9
|
type: string;
|
|
10
10
|
duration: number;
|
|
11
11
|
}>>>, {
|
|
12
12
|
type: "warning" | "info" | "success" | "error";
|
|
13
13
|
duration: number;
|
|
14
|
-
placement: import(
|
|
14
|
+
placement: import('../composables/notification').VueNotificationPlacement;
|
|
15
15
|
}, {}>;
|
|
16
16
|
export default _default;
|
|
17
17
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -2,7 +2,7 @@ export interface OverlayProps {
|
|
|
2
2
|
dim?: boolean;
|
|
3
3
|
blur?: boolean;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<OverlayProps>, {}, unknown, {}, {}, import(
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<OverlayProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<OverlayProps>>>, {}, {}>, {
|
|
6
6
|
default?(_: {}): any;
|
|
7
7
|
}>;
|
|
8
8
|
export default _default;
|
|
@@ -76,7 +76,7 @@ declare const _default: <Value extends string | number, Label, M extends boolean
|
|
|
76
76
|
button: () => any;
|
|
77
77
|
};
|
|
78
78
|
emit: (evt: "update:modelValue", value: M extends true ? Value[] : Value) => void;
|
|
79
|
-
}>) => import('vue').VNode<import(
|
|
79
|
+
}>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
80
80
|
[key: string]: any;
|
|
81
81
|
}> & {
|
|
82
82
|
__ctx?: {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
modelValue: boolean;
|
|
3
3
|
disabled?: boolean | undefined;
|
|
4
|
-
}>, {}, unknown, {}, {}, import(
|
|
4
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
5
|
"update:modelValue": (value: boolean) => void;
|
|
6
|
-
}, string, import(
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
7
7
|
modelValue: boolean;
|
|
8
8
|
disabled?: boolean | undefined;
|
|
9
9
|
}>>> & {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FloatingVueCommonProps } from '../types';
|
|
2
2
|
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<FloatingVueCommonProps>, {}, unknown, {}, {}, import(
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<FloatingVueCommonProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FloatingVueCommonProps>>>, {}, {}>, {
|
|
4
4
|
default?(_: {}): any;
|
|
5
5
|
popper?(_: {}): any;
|
|
6
6
|
}>;
|
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.1.0",
|
|
5
5
|
"author": "webfansplz",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"exports": {
|
|
@@ -34,17 +34,18 @@
|
|
|
34
34
|
"@vueuse/core": "^10.9.0",
|
|
35
35
|
"@vueuse/integrations": "^10.9.0",
|
|
36
36
|
"colord": "^2.9.3",
|
|
37
|
-
"focus-trap": "^7.5.4"
|
|
37
|
+
"focus-trap": "^7.5.4",
|
|
38
|
+
"@vue/devtools-shared": "7.1.0"
|
|
38
39
|
},
|
|
39
40
|
"devDependencies": {
|
|
40
|
-
"@histoire/plugin-vue": "^0.17.
|
|
41
|
-
"@types/node": "^20.12.
|
|
42
|
-
"@unocss/reset": "^0.59.
|
|
41
|
+
"@histoire/plugin-vue": "^0.17.17",
|
|
42
|
+
"@types/node": "^20.12.7",
|
|
43
|
+
"@unocss/reset": "^0.59.4",
|
|
43
44
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
44
45
|
"floating-vue": "5.2.2",
|
|
45
|
-
"histoire": "^0.17.
|
|
46
|
-
"unocss": "^0.59.
|
|
47
|
-
"vite-plugin-dts": "^3.8.
|
|
46
|
+
"histoire": "^0.17.17",
|
|
47
|
+
"unocss": "^0.59.4",
|
|
48
|
+
"vite-plugin-dts": "^3.8.3"
|
|
48
49
|
},
|
|
49
50
|
"scripts": {
|
|
50
51
|
"build": "vite build",
|