@halo-dev/components 2.14.0 → 2.16.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/components/alert/Alert.stories.d.ts +11 -0
- package/dist/components/alert/Alert.vue.d.ts +59 -52
- package/dist/components/alert/index.d.ts +1 -1
- package/dist/components/avatar/Avatar.stories.d.ts +9 -0
- package/dist/components/avatar/Avatar.vue.d.ts +55 -72
- package/dist/components/avatar/index.d.ts +1 -1
- package/dist/components/button/Button.stories.d.ts +10 -0
- package/dist/components/button/Button.vue.d.ts +72 -85
- package/dist/components/button/index.d.ts +1 -1
- package/dist/components/card/Card.stories.d.ts +7 -0
- package/dist/components/card/Card.vue.d.ts +25 -19
- package/dist/components/card/index.d.ts +1 -1
- package/dist/components/description/Description.vue.d.ts +8 -1
- package/dist/components/description/DescriptionItem.vue.d.ts +40 -33
- package/dist/components/description/index.d.ts +2 -2
- package/dist/components/dialog/Dialog.stories.d.ts +9 -0
- package/dist/components/dialog/Dialog.vue.d.ts +81 -119
- package/dist/components/dialog/dialog-manager.d.ts +2 -1
- package/dist/components/dialog/index.d.ts +2 -2
- package/dist/components/dialog/interface.d.ts +1 -1
- package/dist/components/dropdown/Draopdown.stories.d.ts +7 -0
- package/dist/components/dropdown/Dropdown.vue.d.ts +54 -40
- package/dist/components/dropdown/DropdownDivider.vue.d.ts +1 -1
- package/dist/components/dropdown/DropdownItem.vue.d.ts +49 -38
- package/dist/components/dropdown/index.d.ts +5 -5
- package/dist/components/dropdown/symbols.d.ts +2 -1
- package/dist/components/empty/Empty.stories.d.ts +7 -0
- package/dist/components/empty/Empty.vue.d.ts +26 -27
- package/dist/components/empty/index.d.ts +1 -1
- package/dist/components/entity/Entity.vue.d.ts +39 -15
- package/dist/components/entity/EntityField.vue.d.ts +58 -52
- package/dist/components/entity/index.d.ts +2 -2
- package/dist/components/header/PageHeader.vue.d.ts +21 -11
- package/dist/components/header/index.d.ts +1 -1
- package/dist/components/loading/Loading.stories.d.ts +7 -0
- package/dist/components/loading/Loading.vue.d.ts +1 -1
- package/dist/components/loading/index.d.ts +1 -1
- package/dist/components/menu/Menu.stories.d.ts +7 -0
- package/dist/components/menu/Menu.vue.d.ts +20 -11
- package/dist/components/menu/MenuItem.vue.d.ts +49 -39
- package/dist/components/menu/MenuLabel.vue.d.ts +8 -1
- package/dist/components/menu/index.d.ts +3 -3
- package/dist/components/modal/Modal.stories.d.ts +7 -0
- package/dist/components/modal/Modal.vue.d.ts +88 -107
- package/dist/components/modal/index.d.ts +1 -1
- package/dist/components/pagination/Pagination.stories.d.ts +7 -0
- package/dist/components/pagination/Pagination.vue.d.ts +76 -96
- package/dist/components/pagination/index.d.ts +1 -1
- package/dist/components/space/Space.stories.d.ts +7 -0
- package/dist/components/space/Space.vue.d.ts +46 -38
- package/dist/components/space/index.d.ts +1 -1
- package/dist/components/status/StatusDot.stories.d.ts +10 -0
- package/dist/components/status/StatusDot.vue.d.ts +46 -38
- package/dist/components/status/index.d.ts +1 -1
- package/dist/components/switch/Switch.stories.d.ts +7 -0
- package/dist/components/switch/Switch.vue.d.ts +50 -40
- package/dist/components/switch/index.d.ts +1 -1
- package/dist/components/tabs/TabItem.vue.d.ts +22 -19
- package/dist/components/tabs/Tabbar.stories.d.ts +9 -0
- package/dist/components/tabs/Tabbar.vue.d.ts +60 -74
- package/dist/components/tabs/Tabs.stories.d.ts +9 -0
- package/dist/components/tabs/Tabs.vue.d.ts +62 -63
- package/dist/components/tabs/index.d.ts +3 -3
- package/dist/components/tag/Tag.stories.d.ts +11 -0
- package/dist/components/tag/Tag.vue.d.ts +49 -39
- package/dist/components/tag/index.d.ts +1 -1
- package/dist/components/toast/Toast.vue.d.ts +72 -84
- package/dist/components/toast/index.d.ts +1 -1
- package/dist/components/toast/toast-manager.d.ts +3 -2
- package/dist/components/tooltip/index.d.ts +1 -1
- package/dist/components.d.ts +21 -21
- package/dist/halo-components.es.js +3199 -2963
- package/dist/halo-components.es.js.map +1 -1
- package/dist/halo-components.iife.js +2 -2
- package/dist/halo-components.iife.js.map +1 -1
- package/dist/icons/icons.d.ts +78 -75
- package/dist/index.d.ts +3 -2
- package/dist/style.css +2 -2
- package/package.json +5 -5
|
@@ -1,121 +1,83 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
declare const
|
|
5
|
-
type
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
onCancel:
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
};
|
|
55
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "update:visible")[], "close" | "update:visible", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
56
|
-
type: {
|
|
57
|
-
type: __PropType<Type | undefined>;
|
|
58
|
-
required: false;
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
|
-
title: {
|
|
62
|
-
type: __PropType<string | undefined>;
|
|
63
|
-
required: false;
|
|
64
|
-
default: string;
|
|
65
|
-
};
|
|
66
|
-
description: {
|
|
67
|
-
type: __PropType<string | undefined>;
|
|
68
|
-
required: false;
|
|
69
|
-
default: string;
|
|
70
|
-
};
|
|
71
|
-
confirmText: {
|
|
72
|
-
type: __PropType<string | undefined>;
|
|
73
|
-
required: false;
|
|
74
|
-
default: string;
|
|
75
|
-
};
|
|
76
|
-
confirmType: {
|
|
77
|
-
type: __PropType<ButtonType | undefined>;
|
|
78
|
-
required: false;
|
|
79
|
-
default: string;
|
|
80
|
-
};
|
|
81
|
-
showCancel: {
|
|
82
|
-
type: __PropType<boolean | undefined>;
|
|
83
|
-
required: false;
|
|
84
|
-
default: boolean;
|
|
85
|
-
};
|
|
86
|
-
cancelText: {
|
|
87
|
-
type: __PropType<string | undefined>;
|
|
88
|
-
required: false;
|
|
89
|
-
default: string;
|
|
90
|
-
};
|
|
91
|
-
visible: {
|
|
92
|
-
type: __PropType<boolean | undefined>;
|
|
93
|
-
required: false;
|
|
94
|
-
default: boolean;
|
|
95
|
-
};
|
|
96
|
-
onConfirm: {
|
|
97
|
-
type: __PropType<(() => void) | undefined>;
|
|
98
|
-
required: false;
|
|
99
|
-
default: () => void;
|
|
100
|
-
};
|
|
101
|
-
onCancel: {
|
|
102
|
-
type: __PropType<(() => void) | undefined>;
|
|
103
|
-
required: false;
|
|
104
|
-
default: () => void;
|
|
105
|
-
};
|
|
106
|
-
}>> & {
|
|
107
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
108
|
-
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1
|
+
import { Type } from './interface';
|
|
2
|
+
import { Type as ButtonType } from '../button/interface';
|
|
3
|
+
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
type?: Type | undefined;
|
|
6
|
+
title?: string | undefined;
|
|
7
|
+
description?: string | undefined;
|
|
8
|
+
confirmText?: string | undefined;
|
|
9
|
+
confirmType?: ButtonType | undefined;
|
|
10
|
+
showCancel?: boolean | undefined;
|
|
11
|
+
cancelText?: string | undefined;
|
|
12
|
+
visible?: boolean | undefined;
|
|
13
|
+
onConfirm?: (() => void) | undefined;
|
|
14
|
+
onCancel?: (() => void) | undefined;
|
|
15
|
+
}>, {
|
|
16
|
+
type: string;
|
|
17
|
+
title: string;
|
|
18
|
+
description: string;
|
|
19
|
+
confirmText: string;
|
|
20
|
+
confirmType: string;
|
|
21
|
+
showCancel: boolean;
|
|
22
|
+
cancelText: string;
|
|
23
|
+
visible: boolean;
|
|
24
|
+
onConfirm: () => void;
|
|
25
|
+
onCancel: () => void;
|
|
26
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
|
+
"update:visible": (visible: boolean) => void;
|
|
28
|
+
close: () => void;
|
|
29
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
30
|
+
type?: Type | undefined;
|
|
31
|
+
title?: string | undefined;
|
|
32
|
+
description?: string | undefined;
|
|
33
|
+
confirmText?: string | undefined;
|
|
34
|
+
confirmType?: ButtonType | undefined;
|
|
35
|
+
showCancel?: boolean | undefined;
|
|
36
|
+
cancelText?: string | undefined;
|
|
37
|
+
visible?: boolean | undefined;
|
|
38
|
+
onConfirm?: (() => void) | undefined;
|
|
39
|
+
onCancel?: (() => void) | undefined;
|
|
40
|
+
}>, {
|
|
41
|
+
type: string;
|
|
42
|
+
title: string;
|
|
43
|
+
description: string;
|
|
44
|
+
confirmText: string;
|
|
45
|
+
confirmType: string;
|
|
46
|
+
showCancel: boolean;
|
|
47
|
+
cancelText: string;
|
|
48
|
+
visible: boolean;
|
|
49
|
+
onConfirm: () => void;
|
|
50
|
+
onCancel: () => void;
|
|
51
|
+
}>>> & {
|
|
52
|
+
onClose?: (() => any) | undefined;
|
|
53
|
+
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
109
54
|
}, {
|
|
110
|
-
type: Type
|
|
111
|
-
title: string
|
|
112
|
-
description: string
|
|
113
|
-
visible: boolean
|
|
114
|
-
confirmType: ButtonType
|
|
115
|
-
showCancel: boolean
|
|
116
|
-
confirmText: string
|
|
117
|
-
cancelText: string
|
|
118
|
-
onConfirm: (
|
|
119
|
-
onCancel: (
|
|
55
|
+
type: Type;
|
|
56
|
+
title: string;
|
|
57
|
+
description: string;
|
|
58
|
+
visible: boolean;
|
|
59
|
+
confirmType: ButtonType;
|
|
60
|
+
showCancel: boolean;
|
|
61
|
+
confirmText: string;
|
|
62
|
+
cancelText: string;
|
|
63
|
+
onConfirm: () => void;
|
|
64
|
+
onCancel: () => void;
|
|
120
65
|
}, {}>;
|
|
121
|
-
export default
|
|
66
|
+
export default _default;
|
|
67
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
68
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
69
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
70
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
71
|
+
} : {
|
|
72
|
+
type: import('vue').PropType<T[K]>;
|
|
73
|
+
required: true;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
type __VLS_WithDefaults<P, D> = {
|
|
77
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
78
|
+
default: D[K];
|
|
79
|
+
}> : P[K];
|
|
80
|
+
};
|
|
81
|
+
type __VLS_Prettify<T> = {
|
|
82
|
+
[K in keyof T]: T[K];
|
|
83
|
+
} & {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as VDialog } from
|
|
2
|
-
export { Dialog } from
|
|
1
|
+
export { default as VDialog } from './Dialog.vue';
|
|
2
|
+
export { Dialog } from './dialog-manager';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { Type as ButtonType } from '../button/interface';
|
|
1
2
|
export type Type = "success" | "info" | "warning" | "error";
|
|
2
3
|
export declare const DialogProviderProvideKey = "DIALOG_PROVIDER_PROVIDE_KEY";
|
|
3
|
-
import type { Type as ButtonType } from "../button/interface";
|
|
4
4
|
export interface DialogProps {
|
|
5
5
|
type?: Type;
|
|
6
6
|
visible?: boolean;
|
|
@@ -1,42 +1,56 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
1
|
+
import { Placement, TriggerEvent } from 'floating-vue';
|
|
2
|
+
|
|
3
|
+
declare function hide(): void;
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
placement?: Placement | undefined;
|
|
6
|
+
triggers?: TriggerEvent[] | undefined;
|
|
7
|
+
classes?: string[] | undefined;
|
|
8
|
+
}>, {
|
|
9
|
+
placement: string;
|
|
10
|
+
triggers: () => string[];
|
|
11
|
+
classes: () => never[];
|
|
12
|
+
}>, {
|
|
13
|
+
hide: typeof hide;
|
|
14
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
+
show: () => void;
|
|
16
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
17
|
+
placement?: Placement | undefined;
|
|
18
|
+
triggers?: TriggerEvent[] | undefined;
|
|
19
|
+
classes?: string[] | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
placement: string;
|
|
22
|
+
triggers: () => string[];
|
|
23
|
+
classes: () => never[];
|
|
24
|
+
}>>> & {
|
|
25
|
+
onShow?: (() => any) | undefined;
|
|
26
|
+
}, {
|
|
27
|
+
classes: string[];
|
|
28
|
+
placement: Placement;
|
|
29
|
+
triggers: TriggerEvent[];
|
|
30
|
+
}, {}>, {
|
|
31
|
+
default?(_: {}): any;
|
|
32
|
+
popper?(_: {}): any;
|
|
33
|
+
}>;
|
|
34
|
+
export default _default;
|
|
35
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
37
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
+
} : {
|
|
40
|
+
type: import('vue').PropType<T[K]>;
|
|
41
|
+
required: true;
|
|
29
42
|
};
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
default:
|
|
43
|
+
};
|
|
44
|
+
type __VLS_WithDefaults<P, D> = {
|
|
45
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
46
|
+
default: D[K];
|
|
47
|
+
}> : P[K];
|
|
48
|
+
};
|
|
49
|
+
type __VLS_Prettify<T> = {
|
|
50
|
+
[K in keyof T]: T[K];
|
|
51
|
+
} & {};
|
|
52
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
53
|
+
new (): {
|
|
54
|
+
$slots: S;
|
|
34
55
|
};
|
|
35
|
-
}
|
|
36
|
-
onShow?: ((...args: any[]) => any) | undefined;
|
|
37
|
-
}, {
|
|
38
|
-
placement: Placement | undefined;
|
|
39
|
-
triggers: string[] | undefined;
|
|
40
|
-
classes: string[] | undefined;
|
|
41
|
-
}, {}>;
|
|
42
|
-
export default _sfc_main;
|
|
56
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: 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;
|
|
@@ -1,41 +1,52 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
selected?: boolean | undefined;
|
|
3
|
+
disabled?: boolean | undefined;
|
|
4
|
+
type: "default" | "danger";
|
|
5
|
+
}>, {
|
|
6
|
+
selected: boolean;
|
|
7
|
+
disabled: boolean;
|
|
8
|
+
type: string;
|
|
9
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
click: (e: MouseEvent) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
+
selected?: boolean | undefined;
|
|
13
|
+
disabled?: boolean | undefined;
|
|
14
|
+
type: "default" | "danger";
|
|
15
|
+
}>, {
|
|
16
|
+
selected: boolean;
|
|
17
|
+
disabled: boolean;
|
|
18
|
+
type: string;
|
|
19
|
+
}>>> & {
|
|
20
|
+
onClick?: ((e: MouseEvent) => any) | undefined;
|
|
21
|
+
}, {
|
|
22
|
+
type: "default" | "danger";
|
|
23
|
+
disabled: boolean;
|
|
24
|
+
selected: boolean;
|
|
25
|
+
}, {}>, {
|
|
26
|
+
"prefix-icon"?(_: {}): any;
|
|
27
|
+
default?(_: {}): any;
|
|
28
|
+
"suffix-icon"?(_: {}): any;
|
|
29
|
+
}>;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
32
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
33
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
34
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
35
|
+
} : {
|
|
36
|
+
type: import('vue').PropType<T[K]>;
|
|
15
37
|
required: true;
|
|
16
|
-
default: string;
|
|
17
38
|
};
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
39
|
+
};
|
|
40
|
+
type __VLS_WithDefaults<P, D> = {
|
|
41
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
42
|
+
default: D[K];
|
|
43
|
+
}> : P[K];
|
|
44
|
+
};
|
|
45
|
+
type __VLS_Prettify<T> = {
|
|
46
|
+
[K in keyof T]: T[K];
|
|
47
|
+
} & {};
|
|
48
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
49
|
+
new (): {
|
|
50
|
+
$slots: S;
|
|
23
51
|
};
|
|
24
|
-
|
|
25
|
-
type: __PropType<boolean | undefined>;
|
|
26
|
-
required: false;
|
|
27
|
-
default: boolean;
|
|
28
|
-
};
|
|
29
|
-
type: {
|
|
30
|
-
type: __PropType<"default" | "danger">;
|
|
31
|
-
required: true;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
}>> & {
|
|
35
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
36
|
-
}, {
|
|
37
|
-
type: "default" | "danger";
|
|
38
|
-
disabled: boolean | undefined;
|
|
39
|
-
selected: boolean | undefined;
|
|
40
|
-
}, {}>;
|
|
41
|
-
export default _sfc_main;
|
|
52
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { default as VDropdown } from
|
|
2
|
-
export { default as VDropdownItem } from
|
|
3
|
-
export { default as VDropdownDivider } from
|
|
4
|
-
export { VClosePopper } from
|
|
5
|
-
export * from
|
|
1
|
+
export { default as VDropdown } from './Dropdown.vue';
|
|
2
|
+
export { default as VDropdownItem } from './DropdownItem.vue';
|
|
3
|
+
export { default as VDropdownDivider } from './DropdownDivider.vue';
|
|
4
|
+
export { vClosePopper as VClosePopper, vClosePopper } from 'floating-vue';
|
|
5
|
+
export * from './symbols';
|
|
@@ -1,29 +1,28 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
title?: string | undefined;
|
|
3
|
+
message?: string | undefined;
|
|
4
|
+
image?: string | undefined;
|
|
5
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
+
title?: string | undefined;
|
|
7
|
+
message?: string | undefined;
|
|
8
|
+
image?: string | undefined;
|
|
9
|
+
}>>>, {}, {}>, {
|
|
10
|
+
image?(_: {}): any;
|
|
11
|
+
message?(_: {}): any;
|
|
12
|
+
actions?(_: {}): any;
|
|
13
|
+
}>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
17
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
18
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
19
|
+
} : {
|
|
20
|
+
type: import('vue').PropType<T[K]>;
|
|
21
|
+
required: true;
|
|
6
22
|
};
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
23
|
+
};
|
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
10
27
|
};
|
|
11
|
-
|
|
12
|
-
type: __PropType<string | undefined>;
|
|
13
|
-
required: false;
|
|
14
|
-
};
|
|
15
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
-
title: {
|
|
17
|
-
type: __PropType<string | undefined>;
|
|
18
|
-
required: false;
|
|
19
|
-
};
|
|
20
|
-
message: {
|
|
21
|
-
type: __PropType<string | undefined>;
|
|
22
|
-
required: false;
|
|
23
|
-
};
|
|
24
|
-
image: {
|
|
25
|
-
type: __PropType<string | undefined>;
|
|
26
|
-
required: false;
|
|
27
|
-
};
|
|
28
|
-
}>>, {}, {}>;
|
|
29
|
-
export default _sfc_main;
|
|
28
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as VEmpty } from
|
|
1
|
+
export { default as VEmpty } from './Empty.vue';
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
isSelected?: boolean | undefined;
|
|
3
|
+
}>, {
|
|
4
|
+
isSelected: boolean;
|
|
5
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
+
isSelected?: boolean | undefined;
|
|
7
|
+
}>, {
|
|
8
|
+
isSelected: boolean;
|
|
9
|
+
}>>>, {
|
|
10
|
+
isSelected: boolean;
|
|
11
|
+
}, {}>, {
|
|
12
|
+
prepend?(_: {}): any;
|
|
13
|
+
checkbox?(_: {}): any;
|
|
14
|
+
start?(_: {}): any;
|
|
15
|
+
end?(_: {}): any;
|
|
16
|
+
dropdownItems?(_: {}): any;
|
|
17
|
+
footer?(_: {}): any;
|
|
18
|
+
}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
22
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
23
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
|
+
} : {
|
|
25
|
+
type: import('vue').PropType<T[K]>;
|
|
26
|
+
required: true;
|
|
7
27
|
};
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
28
|
+
};
|
|
29
|
+
type __VLS_WithDefaults<P, D> = {
|
|
30
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
31
|
+
default: D[K];
|
|
32
|
+
}> : P[K];
|
|
33
|
+
};
|
|
34
|
+
type __VLS_Prettify<T> = {
|
|
35
|
+
[K in keyof T]: T[K];
|
|
36
|
+
} & {};
|
|
37
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
|
+
new (): {
|
|
39
|
+
$slots: S;
|
|
13
40
|
};
|
|
14
|
-
}
|
|
15
|
-
isSelected: boolean | undefined;
|
|
16
|
-
}, {}>;
|
|
17
|
-
export default _sfc_main;
|
|
41
|
+
};
|