@vue/devtools-ui 7.4.4 → 7.4.6
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 +2 -2
- package/dist/index.js +672 -672
- package/dist/types/src/components/Badge.d.ts +1 -1
- package/dist/types/src/components/Button.d.ts +5 -5
- package/dist/types/src/components/Card.d.ts +1 -1
- package/dist/types/src/components/Checkbox.d.ts +5 -5
- package/dist/types/src/components/CodeBlock.d.ts +5 -5
- package/dist/types/src/components/Confirm.d.ts +6 -6
- package/dist/types/src/components/DarkToggle.d.ts +5 -5
- package/dist/types/src/components/Dialog.d.ts +5 -5
- package/dist/types/src/components/Drawer.d.ts +5 -5
- package/dist/types/src/components/Dropdown.d.ts +3 -3
- package/dist/types/src/components/DropdownButton.d.ts +4 -4
- package/dist/types/src/components/FormField.d.ts +5 -5
- package/dist/types/src/components/IcIcon.d.ts +3 -3
- package/dist/types/src/components/Icon.d.ts +4 -4
- package/dist/types/src/components/Input.d.ts +5 -5
- package/dist/types/src/components/LoadingIndicator.d.ts +1 -1
- package/dist/types/src/components/Notification.d.ts +5 -5
- package/dist/types/src/components/Overlay.d.ts +4 -4
- package/dist/types/src/components/Select.d.ts +3 -3
- package/dist/types/src/components/Switch.d.ts +4 -4
- package/dist/types/src/components/Tooltip.d.ts +1 -1
- package/dist/types/src/components/index.d.ts +27 -27
- package/package.json +10 -10
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
};
|
|
4
|
-
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5
5
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
6
6
|
export default _default;
|
|
7
7
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -15,7 +15,7 @@ declare function __VLS_template(): {
|
|
|
15
15
|
default?(_: {}): any;
|
|
16
16
|
"icon-right"?(_: {}): any;
|
|
17
17
|
};
|
|
18
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ButtonProps>, {
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ButtonProps>, {
|
|
19
19
|
type: string;
|
|
20
20
|
round: string;
|
|
21
21
|
loading: boolean;
|
|
@@ -23,7 +23,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
23
23
|
size: string;
|
|
24
24
|
flat: boolean;
|
|
25
25
|
outlined: boolean;
|
|
26
|
-
}
|
|
26
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
27
|
click: (e: MouseEvent) => void;
|
|
28
28
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ButtonProps>, {
|
|
29
29
|
type: string;
|
|
@@ -33,9 +33,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
33
33
|
size: string;
|
|
34
34
|
flat: boolean;
|
|
35
35
|
outlined: boolean;
|
|
36
|
-
}>>> & {
|
|
36
|
+
}>>> & Readonly<{
|
|
37
37
|
onClick?: ((e: MouseEvent) => any) | undefined;
|
|
38
|
-
}
|
|
38
|
+
}>, {
|
|
39
39
|
flat: boolean;
|
|
40
40
|
type: ButtonType;
|
|
41
41
|
round: "full" | "normal" | false;
|
|
@@ -43,7 +43,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
43
43
|
disabled: boolean;
|
|
44
44
|
size: "normal" | "mini";
|
|
45
45
|
outlined: boolean;
|
|
46
|
-
}, {}>;
|
|
46
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
47
47
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
48
48
|
export default _default;
|
|
49
49
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
};
|
|
4
|
-
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5
5
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
6
6
|
export default _default;
|
|
7
7
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
modelValue: boolean;
|
|
3
3
|
variant?: "normal" | "accent";
|
|
4
4
|
}>, {
|
|
5
5
|
variant: string;
|
|
6
|
-
}
|
|
6
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
7
|
"update:modelValue": (value: boolean) => void;
|
|
8
8
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
9
|
modelValue: boolean;
|
|
10
10
|
variant?: "normal" | "accent";
|
|
11
11
|
}>, {
|
|
12
12
|
variant: string;
|
|
13
|
-
}>>> & {
|
|
13
|
+
}>>> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
15
|
-
}
|
|
15
|
+
}>, {
|
|
16
16
|
variant: "normal" | "accent";
|
|
17
|
-
}, {}>;
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
18
18
|
export default _default;
|
|
19
19
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
20
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -6,17 +6,17 @@ export interface VueCodeBlockProps {
|
|
|
6
6
|
lines?: boolean;
|
|
7
7
|
transformRendered?: (code: string) => string;
|
|
8
8
|
}
|
|
9
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<VueCodeBlockProps>, {
|
|
9
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<VueCodeBlockProps>, {
|
|
10
10
|
lines: boolean;
|
|
11
|
-
}
|
|
11
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
12
|
loaded: (...args: any[]) => void;
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<VueCodeBlockProps>, {
|
|
14
14
|
lines: boolean;
|
|
15
|
-
}>>> & {
|
|
15
|
+
}>>> & Readonly<{
|
|
16
16
|
onLoaded?: ((...args: any[]) => any) | undefined;
|
|
17
|
-
}
|
|
17
|
+
}>, {
|
|
18
18
|
lines: boolean;
|
|
19
|
-
}, {}>;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
20
20
|
export default _default;
|
|
21
21
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
22
22
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -3,7 +3,7 @@ declare function __VLS_template(): {
|
|
|
3
3
|
class: string;
|
|
4
4
|
}): any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
7
7
|
modelValue: boolean;
|
|
8
8
|
content: string;
|
|
9
9
|
cancelText?: string;
|
|
@@ -21,7 +21,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
21
21
|
title: string;
|
|
22
22
|
loading: boolean;
|
|
23
23
|
autoClose: boolean;
|
|
24
|
-
}
|
|
24
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
25
|
"update:modelValue": (value: boolean) => void;
|
|
26
26
|
close: () => void;
|
|
27
27
|
confirm: () => void;
|
|
@@ -44,12 +44,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
44
44
|
title: string;
|
|
45
45
|
loading: boolean;
|
|
46
46
|
autoClose: boolean;
|
|
47
|
-
}>>> & {
|
|
47
|
+
}>>> & Readonly<{
|
|
48
48
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49
49
|
onClose?: (() => any) | undefined;
|
|
50
|
-
onCancel?: (() => any) | undefined;
|
|
51
50
|
onConfirm?: (() => any) | undefined;
|
|
52
|
-
|
|
51
|
+
onCancel?: (() => any) | undefined;
|
|
52
|
+
}>, {
|
|
53
53
|
title: string;
|
|
54
54
|
loading: boolean;
|
|
55
55
|
autoClose: boolean;
|
|
@@ -57,7 +57,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
57
57
|
height: string;
|
|
58
58
|
cancelText: string;
|
|
59
59
|
confirmText: string;
|
|
60
|
-
}, {}>;
|
|
60
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
61
61
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
62
62
|
export default _default;
|
|
63
63
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -10,7 +10,7 @@ declare function __VLS_template(): {
|
|
|
10
10
|
toggle: typeof toggle;
|
|
11
11
|
}): any;
|
|
12
12
|
};
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
14
14
|
isDark?: boolean;
|
|
15
15
|
animation?: boolean;
|
|
16
16
|
animationDuration?: number;
|
|
@@ -18,7 +18,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
18
18
|
isDark: boolean;
|
|
19
19
|
animation: boolean;
|
|
20
20
|
animationDuration: number;
|
|
21
|
-
}
|
|
21
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
22
22
|
isDark?: boolean;
|
|
23
23
|
animation?: boolean;
|
|
24
24
|
animationDuration?: number;
|
|
@@ -26,11 +26,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
26
26
|
isDark: boolean;
|
|
27
27
|
animation: boolean;
|
|
28
28
|
animationDuration: number;
|
|
29
|
-
}
|
|
30
|
-
isDark: boolean;
|
|
29
|
+
}>>> & Readonly<{}>, {
|
|
31
30
|
animation: boolean;
|
|
31
|
+
isDark: boolean;
|
|
32
32
|
animationDuration: number;
|
|
33
|
-
}, {}>;
|
|
33
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
34
34
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
35
35
|
export default _default;
|
|
36
36
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -5,7 +5,7 @@ declare function __VLS_template(): {
|
|
|
5
5
|
default?(_: {}): any;
|
|
6
6
|
footer?(_: {}): any;
|
|
7
7
|
};
|
|
8
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
9
|
modelValue?: boolean;
|
|
10
10
|
autoClose?: boolean;
|
|
11
11
|
title?: string;
|
|
@@ -21,7 +21,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
21
21
|
height: string;
|
|
22
22
|
closable: boolean;
|
|
23
23
|
mountTo: string;
|
|
24
|
-
}
|
|
24
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
25
|
close: () => void;
|
|
26
26
|
"update:modelValue": (value: boolean) => void;
|
|
27
27
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -40,10 +40,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
40
40
|
height: string;
|
|
41
41
|
closable: boolean;
|
|
42
42
|
mountTo: string;
|
|
43
|
-
}>>> & {
|
|
43
|
+
}>>> & Readonly<{
|
|
44
44
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
45
45
|
onClose?: (() => any) | undefined;
|
|
46
|
-
}
|
|
46
|
+
}>, {
|
|
47
47
|
title: string;
|
|
48
48
|
modelValue: boolean;
|
|
49
49
|
autoClose: boolean;
|
|
@@ -51,7 +51,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
51
51
|
height: string;
|
|
52
52
|
closable: boolean;
|
|
53
53
|
mountTo: string | HTMLElement;
|
|
54
|
-
}, {}>;
|
|
54
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
55
55
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
56
56
|
export default _default;
|
|
57
57
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -3,7 +3,7 @@ import { OverlayProps } from './Overlay';
|
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
4
|
default?(_: {}): any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
7
7
|
modelValue: boolean;
|
|
8
8
|
mountTo?: string | HTMLElement;
|
|
9
9
|
placement?: "left" | "right" | "top" | "bottom";
|
|
@@ -20,7 +20,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
20
20
|
closable: boolean;
|
|
21
21
|
permanent: boolean;
|
|
22
22
|
contentBlur: boolean;
|
|
23
|
-
}
|
|
23
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
24
|
"update:modelValue": (modelValue: boolean) => void;
|
|
25
25
|
close: () => void;
|
|
26
26
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -40,17 +40,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
40
40
|
closable: boolean;
|
|
41
41
|
permanent: boolean;
|
|
42
42
|
contentBlur: boolean;
|
|
43
|
-
}>>> & {
|
|
43
|
+
}>>> & Readonly<{
|
|
44
44
|
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
45
45
|
onClose?: (() => any) | undefined;
|
|
46
|
-
}
|
|
46
|
+
}>, {
|
|
47
47
|
closable: boolean;
|
|
48
48
|
mountTo: string | HTMLElement;
|
|
49
49
|
placement: "left" | "right" | "top" | "bottom";
|
|
50
50
|
closeOutside: boolean;
|
|
51
51
|
permanent: boolean;
|
|
52
52
|
contentBlur: boolean;
|
|
53
|
-
}, {}>;
|
|
53
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
54
54
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
55
55
|
export default _default;
|
|
56
56
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -3,10 +3,10 @@ import { ButtonProps } from './Button';
|
|
|
3
3
|
|
|
4
4
|
declare const _default: <T>(__VLS_props: Awaited<typeof __VLS_setup>["props"], __VLS_ctx?: __VLS_Prettify<Pick<Awaited<typeof __VLS_setup>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
5
5
|
props: __VLS_Prettify<__VLS_OmitKeepDiscriminatedUnion<(Partial<{}> & Omit<{
|
|
6
|
+
readonly "onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
7
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{}> & Readonly<{
|
|
6
8
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
7
|
-
}
|
|
8
|
-
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
9
|
-
}, never>) & ({
|
|
9
|
+
}>, never>) & ({
|
|
10
10
|
label?: string;
|
|
11
11
|
buttonProps?: ButtonProps;
|
|
12
12
|
buttonClass?: string;
|
|
@@ -4,17 +4,17 @@ declare function __VLS_template(): {
|
|
|
4
4
|
icon?(_: {}): any;
|
|
5
5
|
default?(_: {}): any;
|
|
6
6
|
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ButtonProps & {
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ButtonProps & {
|
|
8
8
|
keepOpen?: boolean;
|
|
9
9
|
}>, {
|
|
10
10
|
keepOpen: boolean;
|
|
11
|
-
}
|
|
11
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ButtonProps & {
|
|
12
12
|
keepOpen?: boolean;
|
|
13
13
|
}>, {
|
|
14
14
|
keepOpen: boolean;
|
|
15
|
-
}
|
|
15
|
+
}>>> & Readonly<{}>, {
|
|
16
16
|
keepOpen: boolean;
|
|
17
|
-
}, {}>;
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
18
18
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
19
19
|
export default _default;
|
|
20
20
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
modelValue: string;
|
|
3
3
|
status?: "normal" | "danger" | "success" | "warning";
|
|
4
4
|
showMessage?: boolean;
|
|
@@ -8,7 +8,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
8
8
|
message: string;
|
|
9
9
|
showMessage: boolean;
|
|
10
10
|
status: string;
|
|
11
|
-
}
|
|
11
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
12
|
"update:modelValue": (value: string) => void;
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
14
14
|
modelValue: string;
|
|
@@ -20,13 +20,13 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
20
20
|
message: string;
|
|
21
21
|
showMessage: boolean;
|
|
22
22
|
status: string;
|
|
23
|
-
}>>> & {
|
|
23
|
+
}>>> & Readonly<{
|
|
24
24
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
25
|
-
}
|
|
25
|
+
}>, {
|
|
26
26
|
message: string;
|
|
27
27
|
status: "normal" | "danger" | "success" | "warning";
|
|
28
28
|
showMessage: boolean;
|
|
29
|
-
}, {}>;
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
30
30
|
export default _default;
|
|
31
31
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
32
32
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
name: string;
|
|
3
|
-
}
|
|
3
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
name: string;
|
|
5
|
-
}
|
|
5
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
export default _default;
|
|
7
7
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
8
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
icon?: string;
|
|
3
3
|
inline?: boolean;
|
|
4
4
|
action?: boolean;
|
|
5
5
|
}>, {
|
|
6
6
|
action: boolean;
|
|
7
|
-
}
|
|
7
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
8
8
|
icon?: string;
|
|
9
9
|
inline?: boolean;
|
|
10
10
|
action?: boolean;
|
|
11
11
|
}>, {
|
|
12
12
|
action: boolean;
|
|
13
|
-
}
|
|
13
|
+
}>>> & Readonly<{}>, {
|
|
14
14
|
action: boolean;
|
|
15
|
-
}, {}>;
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
16
|
export default _default;
|
|
17
17
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
18
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
modelValue: string;
|
|
3
3
|
placeholder?: string;
|
|
4
4
|
variant?: "normal" | "accent" | "flat" | "warning";
|
|
@@ -22,7 +22,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
22
22
|
autoFocus: boolean;
|
|
23
23
|
loadingDebounceTime: number;
|
|
24
24
|
readonly: boolean;
|
|
25
|
-
}
|
|
25
|
+
}>>, {}, {}, {}, {}, 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;
|
|
@@ -50,11 +50,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
50
50
|
autoFocus: boolean;
|
|
51
51
|
loadingDebounceTime: number;
|
|
52
52
|
readonly: boolean;
|
|
53
|
-
}>>> & {
|
|
53
|
+
}>>> & Readonly<{
|
|
54
54
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
55
55
|
onUpdateFocused?: ((value: boolean) => any) | undefined;
|
|
56
56
|
onKeyTab?: ((e: KeyboardEvent) => any) | undefined;
|
|
57
|
-
}
|
|
57
|
+
}>, {
|
|
58
58
|
type: string;
|
|
59
59
|
loading: boolean;
|
|
60
60
|
disabled: boolean;
|
|
@@ -63,7 +63,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
63
63
|
autoFocus: boolean;
|
|
64
64
|
loadingDebounceTime: number;
|
|
65
65
|
readonly: boolean;
|
|
66
|
-
}, {}>;
|
|
66
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
67
67
|
export default _default;
|
|
68
68
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
69
69
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { VueNotificationOptions } from '../composables/notification';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<VueNotificationOptions>, {
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<VueNotificationOptions>, {
|
|
4
4
|
placement: string;
|
|
5
5
|
type: string;
|
|
6
6
|
duration: number;
|
|
7
|
-
}
|
|
7
|
+
}>>, {}, {}, {}, {}, 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
|
+
}>>> & Readonly<{}>, {
|
|
12
12
|
type: "success" | "error" | "info" | "warning";
|
|
13
13
|
duration: number;
|
|
14
|
-
placement: import('
|
|
15
|
-
}, {}>;
|
|
14
|
+
placement: import('..').VueNotificationPlacement;
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
16
|
export default _default;
|
|
17
17
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
18
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -9,13 +9,13 @@ export interface OverlayProps {
|
|
|
9
9
|
declare function __VLS_template(): {
|
|
10
10
|
default?(_: {}): any;
|
|
11
11
|
};
|
|
12
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OverlayProps>, {
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OverlayProps>, {
|
|
13
13
|
position: string;
|
|
14
|
-
}
|
|
14
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OverlayProps>, {
|
|
15
15
|
position: string;
|
|
16
|
-
}
|
|
16
|
+
}>>> & Readonly<{}>, {
|
|
17
17
|
position: "fixed" | "absolute";
|
|
18
|
-
}, {}>;
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
19
19
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
20
20
|
export default _default;
|
|
21
21
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -2,10 +2,10 @@ import { ButtonProps } from './Button';
|
|
|
2
2
|
|
|
3
3
|
declare const _default: <Value extends number | string, Label, M extends boolean>(__VLS_props: Awaited<typeof __VLS_setup>["props"], __VLS_ctx?: __VLS_Prettify<Pick<Awaited<typeof __VLS_setup>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4
4
|
props: __VLS_Prettify<__VLS_OmitKeepDiscriminatedUnion<(Partial<{}> & Omit<{
|
|
5
|
+
readonly "onUpdate:modelValue"?: ((value: M extends true ? Value[] : Value) => any) | undefined;
|
|
6
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{}> & Readonly<{
|
|
5
7
|
"onUpdate:modelValue"?: ((value: M extends true ? Value[] : Value) => any) | undefined;
|
|
6
|
-
}
|
|
7
|
-
"onUpdate:modelValue"?: ((value: M extends true ? Value[] : Value) => any) | undefined;
|
|
8
|
-
}, never>) & {
|
|
8
|
+
}>, never>) & {
|
|
9
9
|
modelValue: M extends true ? Value[] : Value;
|
|
10
10
|
multiple?: M;
|
|
11
11
|
options: {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
};
|
|
4
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
5
|
modelValue: boolean;
|
|
6
6
|
disabled?: boolean;
|
|
7
|
-
}
|
|
7
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
8
|
"update:modelValue": (value: boolean) => void;
|
|
9
9
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
10
10
|
modelValue: boolean;
|
|
11
11
|
disabled?: boolean;
|
|
12
|
-
}>>> & {
|
|
12
|
+
}>>> & Readonly<{
|
|
13
13
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
14
|
-
}, {}, {}>;
|
|
14
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
16
16
|
export default _default;
|
|
17
17
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -4,7 +4,7 @@ declare function __VLS_template(): {
|
|
|
4
4
|
default?(_: {}): any;
|
|
5
5
|
popper?(_: {}): any;
|
|
6
6
|
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<FloatingVueCommonProps
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FloatingVueCommonProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FloatingVueCommonProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8
8
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
9
9
|
export default _default;
|
|
10
10
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
import { default as Button } from './Button';
|
|
2
1
|
import { default as Badge } from './Badge';
|
|
3
|
-
import { default as
|
|
4
|
-
import { default as Icon } from './Icon';
|
|
5
|
-
import { default as DarkToggle } from './DarkToggle';
|
|
2
|
+
import { default as Button } from './Button';
|
|
6
3
|
import { default as Card } from './Card';
|
|
4
|
+
import { default as Checkbox } from './Checkbox';
|
|
5
|
+
import { default as CodeBlock } from './CodeBlock';
|
|
6
|
+
import { default as Confirm } from './Confirm';
|
|
7
|
+
import { default as DarkToggle } from './DarkToggle';
|
|
7
8
|
import { default as Dialog } from './Dialog';
|
|
8
|
-
import { default as
|
|
9
|
-
import { default as FormField } from './FormField';
|
|
9
|
+
import { default as Drawer } from './Drawer';
|
|
10
10
|
import { default as Dropdown } from './Dropdown';
|
|
11
11
|
import { default as DropdownButton } from './DropdownButton';
|
|
12
|
-
import { default as
|
|
12
|
+
import { default as FormField } from './FormField';
|
|
13
|
+
import { default as IcIcon } from './IcIcon';
|
|
14
|
+
import { default as Icon } from './Icon';
|
|
15
|
+
import { default as Input } from './Input';
|
|
16
|
+
import { default as LoadingIndicator } from './LoadingIndicator';
|
|
17
|
+
import { default as Notification } from './Notification';
|
|
18
|
+
import { default as Overlay } from './Overlay';
|
|
13
19
|
import { default as Select } from './Select';
|
|
14
20
|
import { default as Switch } from './Switch';
|
|
15
|
-
import { default as Checkbox } from './Checkbox';
|
|
16
|
-
import { default as Drawer } from './Drawer';
|
|
17
|
-
import { default as Overlay } from './Overlay';
|
|
18
|
-
import { default as Notification } from './Notification';
|
|
19
21
|
import { default as Tooltip } from './Tooltip';
|
|
20
|
-
import { default as IcIcon } from './IcIcon';
|
|
21
|
-
import { default as CodeBlock } from './CodeBlock';
|
|
22
22
|
|
|
23
|
-
export { Badge as VueBadge, Button as VueButton, Card as VueCard, Checkbox as VueCheckbox,
|
|
24
|
-
export type * from './Button';
|
|
23
|
+
export { Badge as VueBadge, Button as VueButton, Card as VueCard, Checkbox as VueCheckbox, CodeBlock as VueCodeBlock, Confirm as VueConfirm, DarkToggle as VueDarkToggle, Dialog as VueDialog, Drawer as VueDrawer, Dropdown as VueDropdown, DropdownButton as VueDropdownButton, FormField as VueFormField, IcIcon as VueIcIcon, Icon as VueIcon, Input as VueInput, LoadingIndicator as VueLoadingIndicator, Notification as VueNotification, Overlay as VueOverlay, Select as VueSelect, Switch as VueSwitch, Tooltip as VueTooltip, };
|
|
25
24
|
export type * from './Badge';
|
|
26
|
-
export type * from './
|
|
27
|
-
export type * from './Icon';
|
|
28
|
-
export type * from './DarkToggle';
|
|
25
|
+
export type * from './Button';
|
|
29
26
|
export type * from './Card';
|
|
27
|
+
export type * from './Checkbox';
|
|
28
|
+
export type * from './CodeBlock';
|
|
29
|
+
export type * from './Confirm';
|
|
30
|
+
export type * from './DarkToggle';
|
|
30
31
|
export type * from './Dialog';
|
|
31
|
-
export type * from './
|
|
32
|
-
export type * from './FormField';
|
|
32
|
+
export type * from './Drawer';
|
|
33
33
|
export type * from './Dropdown';
|
|
34
34
|
export type * from './DropdownButton';
|
|
35
|
-
export type * from './
|
|
35
|
+
export type * from './FormField';
|
|
36
|
+
export type * from './IcIcon';
|
|
37
|
+
export type * from './Icon';
|
|
38
|
+
export type * from './Input';
|
|
39
|
+
export type * from './LoadingIndicator';
|
|
40
|
+
export type * from './Notification';
|
|
41
|
+
export type * from './Overlay';
|
|
36
42
|
export type * from './Select';
|
|
37
43
|
export type * from './Switch';
|
|
38
|
-
export type * from './Checkbox';
|
|
39
|
-
export type * from './Drawer';
|
|
40
|
-
export type * from './Overlay';
|
|
41
|
-
export type * from './Notification';
|
|
42
44
|
export type * from './Tooltip';
|
|
43
|
-
export type * from './IcIcon';
|
|
44
|
-
export type * from './CodeBlock';
|