sard-uniapp 1.24.6 → 1.24.7
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/CHANGELOG.md +18 -0
- package/components/action-sheet/action-sheet.d.ts +8 -1
- package/components/action-sheet/common.d.ts +99 -2
- package/components/alert/alert.d.ts +6 -0
- package/components/alert/common.d.ts +63 -1
- package/components/avatar/avatar.d.ts +8 -0
- package/components/avatar/common.d.ts +99 -1
- package/components/avatar-group/avatar-group.d.ts +6 -1
- package/components/avatar-group/common.d.ts +63 -2
- package/components/back-top/back-top.d.ts +4 -0
- package/components/back-top/common.d.ts +40 -1
- package/components/badge/badge.d.ts +7 -0
- package/components/badge/common.d.ts +99 -2
- package/components/button/button.d.ts +22 -0
- package/components/button/common.d.ts +960 -8
- package/components/calendar/calendar.d.ts +16 -1
- package/components/calendar/common.d.ts +360 -3
- package/components/calendar-input/calendar-input.d.ts +31 -2
- package/components/calendar-input/common.d.ts +1368 -7
- package/components/calendar-popout/calendar-popout.d.ts +22 -2
- package/components/calendar-popout/common.d.ts +675 -5
- package/components/cascader-input/cascader-input.d.ts +25 -0
- package/components/cascader-input/common.d.ts +783 -3
- package/components/cascader-popout/cascader-popout.d.ts +14 -0
- package/components/cascader-popout/common.d.ts +288 -2
- package/components/checkbox/checkbox.d.ts +11 -0
- package/components/checkbox/common.d.ts +323 -3
- package/components/checkbox-group/checkbox-group.d.ts +10 -0
- package/components/checkbox-input/checkbox-input.d.ts +28 -1
- package/components/checkbox-input/common.d.ts +960 -4
- package/components/checkbox-popout/checkbox-popout.d.ts +19 -1
- package/components/checkbox-popout/common.d.ts +460 -2
- package/components/config/index.d.ts +150 -482
- package/components/config/index.js +16 -34
- package/components/cool-icon/common.d.ts +63 -1
- package/components/cool-icon/cool-icon.d.ts +6 -0
- package/components/count-down/common.d.ts +48 -3
- package/components/count-down/count-down.d.ts +3 -0
- package/components/count-to/common.d.ts +35 -4
- package/components/count-to/count-to.d.ts +1 -0
- package/components/crop-image/common.d.ts +288 -4
- package/components/crop-image/crop-image.d.ts +12 -0
- package/components/crop-image-agent/common.d.ts +288 -5
- package/components/crop-image-agent/crop-image-agent.d.ts +11 -0
- package/components/datetime-picker/common.d.ts +120 -2
- package/components/datetime-picker/datetime-picker.d.ts +9 -1
- package/components/datetime-picker-input/common.d.ts +783 -4
- package/components/datetime-picker-input/datetime-picker-input.d.ts +23 -0
- package/components/datetime-picker-popout/common.d.ts +288 -3
- package/components/datetime-picker-popout/datetime-picker-popout.d.ts +13 -0
- package/components/datetime-range-picker/common.d.ts +143 -1
- package/components/datetime-range-picker/datetime-range-picker.d.ts +10 -0
- package/components/datetime-range-picker-input/common.d.ts +840 -3
- package/components/datetime-range-picker-input/datetime-range-picker-input.d.ts +25 -0
- package/components/datetime-range-picker-popout/common.d.ts +323 -2
- package/components/datetime-range-picker-popout/datetime-range-picker-popout.d.ts +15 -0
- package/components/dialog/common.d.ts +360 -6
- package/components/dialog/dialog.d.ts +16 -3
- package/components/dialog-agent/common.d.ts +1023 -7
- package/components/dialog-agent/dialog-agent.d.ts +28 -3
- package/components/divider/common.d.ts +48 -3
- package/components/divider/divider.d.ts +4 -1
- package/components/dropdown/common.d.ts +99 -5
- package/components/dropdown/dropdown.d.ts +7 -3
- package/components/empty/common.d.ts +48 -1
- package/components/empty/empty.d.ts +5 -0
- package/components/fab/common.d.ts +619 -7
- package/components/fab/fab.d.ts +20 -2
- package/components/floating-bubble/common.d.ts +153 -4
- package/components/floating-bubble/floating-bubble.d.ts +10 -1
- package/components/floating-panel/common.d.ts +63 -3
- package/components/floating-panel/floating-panel.d.ts +4 -0
- package/components/form/README.md +11 -12
- package/components/form/common.d.ts +304 -1
- package/components/form/form.d.ts +12 -1
- package/components/form-item/form-item.d.ts +15 -0
- package/components/form-item/useFormItem.d.ts +1 -1
- package/components/form-item-plain/form-item-plain.d.ts +15 -0
- package/components/form-item-plain/form-item-plain.vue +7 -3
- package/components/form-plain/common.d.ts +0 -1
- package/components/form-plain/form-plain.d.ts +12 -1
- package/components/grid/common.d.ts +99 -2
- package/components/grid/grid.d.ts +8 -1
- package/components/icon/common.d.ts +63 -3
- package/components/icon/icon.d.ts +5 -1
- package/components/indexes/common.d.ts +1 -0
- package/components/indexes/indexes.vue +2 -1
- package/components/input/common.d.ts +2400 -14
- package/components/input/input.d.ts +36 -2
- package/components/keyboard/common.d.ts +24 -2
- package/components/keyboard/keyboard.d.ts +2 -0
- package/components/list/common.d.ts +168 -1
- package/components/list-item/list-item.d.ts +11 -0
- package/components/loading/common.d.ts +117 -1
- package/components/loading/loading.d.ts +8 -0
- package/components/locale/lang/ar-SA.d.ts +2 -0
- package/components/locale/lang/ar-SA.js +2 -0
- package/components/locale/lang/en-US.d.ts +2 -0
- package/components/locale/lang/en-US.js +2 -0
- package/components/locale/lang/zh-CN.d.ts +2 -0
- package/components/locale/lang/zh-CN.js +2 -0
- package/components/marquee/common.d.ts +35 -3
- package/components/marquee/marquee.d.ts +2 -0
- package/components/notice-bar/common.d.ts +195 -4
- package/components/notice-bar/notice-bar.d.ts +10 -1
- package/components/notify/common.d.ts +143 -4
- package/components/notify/notify.d.ts +8 -1
- package/components/notify-agent/common.d.ts +483 -5
- package/components/notify-agent/notify-agent.d.ts +18 -1
- package/components/overlay/common.d.ts +63 -1
- package/components/overlay/overlay.d.ts +6 -0
- package/components/pagination/common.d.ts +143 -6
- package/components/pagination/pagination.d.ts +6 -1
- package/components/password-input/common.d.ts +168 -3
- package/components/password-input/password-input.d.ts +9 -0
- package/components/picker/common.d.ts +46 -1
- package/components/picker/picker.d.ts +5 -0
- package/components/picker-input/common.d.ts +599 -4
- package/components/picker-input/picker-input.d.ts +21 -1
- package/components/picker-popout/common.d.ts +181 -3
- package/components/picker-popout/picker-popout.d.ts +10 -0
- package/components/popout/common.d.ts +288 -6
- package/components/popout/popout.d.ts +11 -1
- package/components/popout-input/common.d.ts +181 -2
- package/components/popout-input/popout-input.d.ts +11 -0
- package/components/popover/common.d.ts +168 -7
- package/components/popover/popover.d.ts +8 -3
- package/components/popup/common.d.ts +168 -4
- package/components/popup/popup.d.ts +10 -2
- package/components/progress-bar/common.d.ts +143 -2
- package/components/progress-bar/progress-bar.d.ts +9 -0
- package/components/progress-circle/common.d.ts +80 -2
- package/components/progress-circle/progress-circle.d.ts +6 -0
- package/components/pull-down-refresh/common.d.ts +100 -8
- package/components/pull-down-refresh/pull-down-refresh.d.ts +3 -1
- package/components/qrcode/common.d.ts +168 -8
- package/components/qrcode/qrcode.d.ts +4 -0
- package/components/radio/common.d.ts +155 -2
- package/components/radio-group/radio-group.d.ts +10 -0
- package/components/radio-input/common.d.ts +869 -5
- package/components/radio-input/radio-input.d.ts +26 -1
- package/components/radio-popout/common.d.ts +397 -3
- package/components/radio-popout/radio-popout.d.ts +17 -1
- package/components/rate/common.d.ts +360 -4
- package/components/rate/rate.d.ts +15 -1
- package/components/read-more/common.d.ts +80 -1
- package/components/read-more/read-more.d.ts +7 -0
- package/components/resize-sensor/common.d.ts +24 -1
- package/components/resize-sensor/resize-sensor.d.ts +3 -0
- package/components/result/common.d.ts +80 -1
- package/components/result/result.d.ts +7 -0
- package/components/scroll-spy/README.md +9 -8
- package/components/scroll-spy/common.d.ts +1 -0
- package/components/scroll-spy/scroll-spy.vue +4 -2
- package/components/search/common.d.ts +224 -2
- package/components/search/search.d.ts +12 -0
- package/components/segmented/common.d.ts +131 -4
- package/components/segmented/segmented.d.ts +8 -1
- package/components/share-sheet/common.d.ts +120 -2
- package/components/share-sheet/share-sheet.d.ts +9 -1
- package/components/signature/common.d.ts +255 -7
- package/components/signature/signature.d.ts +9 -1
- package/components/skeleton/common.d.ts +120 -2
- package/components/skeleton/skeleton.d.ts +8 -0
- package/components/slider/common.d.ts +528 -4
- package/components/slider/slider.d.ts +18 -0
- package/components/space/common.d.ts +63 -2
- package/components/space/space.d.ts +5 -0
- package/components/status-bar/common.d.ts +24 -1
- package/components/status-bar/status-bar.d.ts +3 -0
- package/components/stepper/common.d.ts +360 -9
- package/components/stepper/stepper.d.ts +10 -1
- package/components/steps/common.d.ts +224 -8
- package/components/steps/steps.d.ts +6 -0
- package/components/swiper-dot/common.d.ts +63 -4
- package/components/swiper-dot/swiper-dot.d.ts +3 -0
- package/components/switch/common.d.ts +153 -3
- package/components/switch/switch.d.ts +10 -0
- package/components/tabbar/common.d.ts +80 -1
- package/components/tabbar/tabbar.d.ts +7 -0
- package/components/table/common.d.ts +35 -2
- package/components/table/table.d.ts +4 -1
- package/components/tabs/README.md +4 -3
- package/components/tabs/common.d.ts +49 -1
- package/components/tabs/index.scss +2 -1
- package/components/tabs/tabs.d.ts +5 -0
- package/components/tabs/tabs.vue +3 -1
- package/components/tag/common.d.ts +120 -2
- package/components/tag/tag.d.ts +8 -0
- package/components/toast/common.d.ts +120 -6
- package/components/toast/toast.d.ts +6 -2
- package/components/toast-agent/common.d.ts +440 -7
- package/components/toast-agent/toast-agent.d.ts +16 -2
- package/components/tree/README.md +34 -20
- package/components/tree/common.d.ts +391 -3
- package/components/tree/common.js +1 -0
- package/components/tree/index.scss +13 -0
- package/components/tree/tree.d.ts +16 -1
- package/components/tree/tree.vue +71 -22
- package/components/tree/variables.scss +4 -0
- package/components/tree-node/index.scss +6 -0
- package/components/tree-node/tree-node.vue +46 -12
- package/components/upload/common.d.ts +195 -1
- package/components/upload/upload.d.ts +13 -1
- package/components/upload-preview/upload-preview.d.ts +12 -0
- package/components/waterfall/common.d.ts +35 -3
- package/components/waterfall/waterfall.d.ts +2 -0
- package/components/watermark/common.d.ts +143 -5
- package/components/watermark/watermark.d.ts +7 -1
- package/package.json +1 -1
- package/use/useScrollSpy.js +5 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { type DialogAgentProps } from './common';
|
|
2
|
+
import { type TransitionHookName } from '../../use';
|
|
2
3
|
declare const _default: import("vue").DefineComponent<DialogAgentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
4
|
[x: string]: any;
|
|
4
5
|
} & {
|
|
@@ -6,12 +7,36 @@ declare const _default: import("vue").DefineComponent<DialogAgentProps, {}, {},
|
|
|
6
7
|
}, string, import("vue").PublicProps, Readonly<DialogAgentProps> & Readonly<{
|
|
7
8
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
8
9
|
}>, {
|
|
10
|
+
rootStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null;
|
|
11
|
+
rootClass: string;
|
|
12
|
+
title: string;
|
|
13
|
+
visible: boolean;
|
|
9
14
|
id: string;
|
|
10
|
-
buttonType: "round" | "text";
|
|
11
15
|
duration: number;
|
|
12
|
-
|
|
16
|
+
message: string;
|
|
13
17
|
overlayClosable: boolean;
|
|
14
|
-
|
|
18
|
+
beforeClose: import("../dialog/common.js").DialogBeforeClose;
|
|
19
|
+
showConfirm: boolean;
|
|
20
|
+
cancelText: string;
|
|
21
|
+
confirmText: string;
|
|
22
|
+
popupStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null;
|
|
23
|
+
popupClass: string;
|
|
15
24
|
headed: boolean;
|
|
25
|
+
buttonType: "round" | "text";
|
|
26
|
+
showCancel: boolean;
|
|
27
|
+
cancelProps: import("../button/common.js").ButtonProps;
|
|
28
|
+
confirmProps: import("../button/common.js").ButtonProps;
|
|
29
|
+
onClose: () => void;
|
|
30
|
+
onCancel: () => void;
|
|
31
|
+
onConfirm: () => void;
|
|
32
|
+
onVisibleHook: (name: TransitionHookName) => void;
|
|
33
|
+
onBeforeEnter: () => void;
|
|
34
|
+
onEnter: () => void;
|
|
35
|
+
onAfterEnter: () => void;
|
|
36
|
+
onEnterCancelled: () => void;
|
|
37
|
+
onBeforeLeave: () => void;
|
|
38
|
+
onLeave: () => void;
|
|
39
|
+
onAfterLeave: () => void;
|
|
40
|
+
onLeaveCancelled: () => void;
|
|
16
41
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
42
|
export default _default;
|
|
@@ -8,9 +8,54 @@ export interface DividerProps {
|
|
|
8
8
|
vertical?: boolean;
|
|
9
9
|
}
|
|
10
10
|
export declare const defaultDividerProps: {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
rootStyle?: (string | false | ((props: {
|
|
12
|
+
rootStyle: StyleValue;
|
|
13
|
+
rootClass: string;
|
|
14
|
+
type: "solid" | "dashed" | "dotted";
|
|
15
|
+
hairline: boolean;
|
|
16
|
+
position: "left" | "right" | "center";
|
|
17
|
+
vertical: boolean;
|
|
18
|
+
}) => string | false | import("vue").CSSProperties | StyleValue[]) | null) | undefined;
|
|
19
|
+
rootClass?: (string | ((props: {
|
|
20
|
+
rootStyle: StyleValue;
|
|
21
|
+
rootClass: string;
|
|
22
|
+
type: "solid" | "dashed" | "dotted";
|
|
23
|
+
hairline: boolean;
|
|
24
|
+
position: "left" | "right" | "center";
|
|
25
|
+
vertical: boolean;
|
|
26
|
+
}) => string)) | undefined;
|
|
27
|
+
type?: ("solid" | "dashed" | "dotted" | ((props: {
|
|
28
|
+
rootStyle: StyleValue;
|
|
29
|
+
rootClass: string;
|
|
30
|
+
type: "solid" | "dashed" | "dotted";
|
|
31
|
+
hairline: boolean;
|
|
32
|
+
position: "left" | "right" | "center";
|
|
33
|
+
vertical: boolean;
|
|
34
|
+
}) => "solid" | "dashed" | "dotted")) | undefined;
|
|
35
|
+
hairline?: (boolean | ((props: {
|
|
36
|
+
rootStyle: StyleValue;
|
|
37
|
+
rootClass: string;
|
|
38
|
+
type: "solid" | "dashed" | "dotted";
|
|
39
|
+
hairline: boolean;
|
|
40
|
+
position: "left" | "right" | "center";
|
|
41
|
+
vertical: boolean;
|
|
42
|
+
}) => boolean)) | undefined;
|
|
43
|
+
position?: ("center" | "left" | "right" | ((props: {
|
|
44
|
+
rootStyle: StyleValue;
|
|
45
|
+
rootClass: string;
|
|
46
|
+
type: "solid" | "dashed" | "dotted";
|
|
47
|
+
hairline: boolean;
|
|
48
|
+
position: "left" | "right" | "center";
|
|
49
|
+
vertical: boolean;
|
|
50
|
+
}) => "center" | "left" | "right")) | undefined;
|
|
51
|
+
vertical?: (boolean | ((props: {
|
|
52
|
+
rootStyle: StyleValue;
|
|
53
|
+
rootClass: string;
|
|
54
|
+
type: "solid" | "dashed" | "dotted";
|
|
55
|
+
hairline: boolean;
|
|
56
|
+
position: "left" | "right" | "center";
|
|
57
|
+
vertical: boolean;
|
|
58
|
+
}) => boolean)) | undefined;
|
|
14
59
|
};
|
|
15
60
|
export interface DividerSlots {
|
|
16
61
|
default?(props: Record<string, never>): any;
|
|
@@ -5,9 +5,12 @@ declare const __VLS_component: import("vue").DefineComponent<DividerProps, {}, {
|
|
|
5
5
|
}, string, import("vue").PublicProps, Readonly<DividerProps> & Readonly<{
|
|
6
6
|
onClick?: ((event: any) => any) | undefined;
|
|
7
7
|
}>, {
|
|
8
|
+
rootStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null;
|
|
9
|
+
rootClass: string;
|
|
8
10
|
type: "solid" | "dashed" | "dotted";
|
|
9
|
-
|
|
11
|
+
vertical: boolean;
|
|
10
12
|
hairline: boolean;
|
|
13
|
+
position: "left" | "right" | "center";
|
|
11
14
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
15
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
13
16
|
export default _default;
|
|
@@ -12,11 +12,105 @@ export interface DropdownProps {
|
|
|
12
12
|
valueOnClear?: () => any;
|
|
13
13
|
}
|
|
14
14
|
export declare const defaultDropdownProps: {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
rootStyle?: (string | false | ((props: {
|
|
16
|
+
rootStyle: StyleValue;
|
|
17
|
+
rootClass: string;
|
|
18
|
+
direction: "down" | "up";
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
awayClosable: boolean;
|
|
21
|
+
overlayClosable: boolean;
|
|
22
|
+
duration: number;
|
|
23
|
+
togglable: boolean;
|
|
24
|
+
valueOnClear: () => any;
|
|
25
|
+
}) => string | false | import("vue").CSSProperties | StyleValue[]) | null) | undefined;
|
|
26
|
+
rootClass?: (string | ((props: {
|
|
27
|
+
rootStyle: StyleValue;
|
|
28
|
+
rootClass: string;
|
|
29
|
+
direction: "down" | "up";
|
|
30
|
+
disabled: boolean;
|
|
31
|
+
awayClosable: boolean;
|
|
32
|
+
overlayClosable: boolean;
|
|
33
|
+
duration: number;
|
|
34
|
+
togglable: boolean;
|
|
35
|
+
valueOnClear: () => any;
|
|
36
|
+
}) => string)) | undefined;
|
|
37
|
+
direction?: ("down" | "up" | ((props: {
|
|
38
|
+
rootStyle: StyleValue;
|
|
39
|
+
rootClass: string;
|
|
40
|
+
direction: "down" | "up";
|
|
41
|
+
disabled: boolean;
|
|
42
|
+
awayClosable: boolean;
|
|
43
|
+
overlayClosable: boolean;
|
|
44
|
+
duration: number;
|
|
45
|
+
togglable: boolean;
|
|
46
|
+
valueOnClear: () => any;
|
|
47
|
+
}) => "down" | "up")) | undefined;
|
|
48
|
+
disabled?: (boolean | ((props: {
|
|
49
|
+
rootStyle: StyleValue;
|
|
50
|
+
rootClass: string;
|
|
51
|
+
direction: "down" | "up";
|
|
52
|
+
disabled: boolean;
|
|
53
|
+
awayClosable: boolean;
|
|
54
|
+
overlayClosable: boolean;
|
|
55
|
+
duration: number;
|
|
56
|
+
togglable: boolean;
|
|
57
|
+
valueOnClear: () => any;
|
|
58
|
+
}) => boolean)) | undefined;
|
|
59
|
+
awayClosable?: (boolean | ((props: {
|
|
60
|
+
rootStyle: StyleValue;
|
|
61
|
+
rootClass: string;
|
|
62
|
+
direction: "down" | "up";
|
|
63
|
+
disabled: boolean;
|
|
64
|
+
awayClosable: boolean;
|
|
65
|
+
overlayClosable: boolean;
|
|
66
|
+
duration: number;
|
|
67
|
+
togglable: boolean;
|
|
68
|
+
valueOnClear: () => any;
|
|
69
|
+
}) => boolean)) | undefined;
|
|
70
|
+
overlayClosable?: (boolean | ((props: {
|
|
71
|
+
rootStyle: StyleValue;
|
|
72
|
+
rootClass: string;
|
|
73
|
+
direction: "down" | "up";
|
|
74
|
+
disabled: boolean;
|
|
75
|
+
awayClosable: boolean;
|
|
76
|
+
overlayClosable: boolean;
|
|
77
|
+
duration: number;
|
|
78
|
+
togglable: boolean;
|
|
79
|
+
valueOnClear: () => any;
|
|
80
|
+
}) => boolean)) | undefined;
|
|
81
|
+
duration?: (number | ((props: {
|
|
82
|
+
rootStyle: StyleValue;
|
|
83
|
+
rootClass: string;
|
|
84
|
+
direction: "down" | "up";
|
|
85
|
+
disabled: boolean;
|
|
86
|
+
awayClosable: boolean;
|
|
87
|
+
overlayClosable: boolean;
|
|
88
|
+
duration: number;
|
|
89
|
+
togglable: boolean;
|
|
90
|
+
valueOnClear: () => any;
|
|
91
|
+
}) => number)) | undefined;
|
|
92
|
+
togglable?: (boolean | ((props: {
|
|
93
|
+
rootStyle: StyleValue;
|
|
94
|
+
rootClass: string;
|
|
95
|
+
direction: "down" | "up";
|
|
96
|
+
disabled: boolean;
|
|
97
|
+
awayClosable: boolean;
|
|
98
|
+
overlayClosable: boolean;
|
|
99
|
+
duration: number;
|
|
100
|
+
togglable: boolean;
|
|
101
|
+
valueOnClear: () => any;
|
|
102
|
+
}) => boolean)) | undefined;
|
|
103
|
+
valueOnClear?: ((() => any) | ((props: {
|
|
104
|
+
rootStyle: StyleValue;
|
|
105
|
+
rootClass: string;
|
|
106
|
+
direction: "down" | "up";
|
|
107
|
+
disabled: boolean;
|
|
108
|
+
awayClosable: boolean;
|
|
109
|
+
overlayClosable: boolean;
|
|
110
|
+
duration: number;
|
|
111
|
+
togglable: boolean;
|
|
112
|
+
valueOnClear: () => any;
|
|
113
|
+
}) => () => any)) | undefined;
|
|
20
114
|
};
|
|
21
115
|
export interface DropdownSlots {
|
|
22
116
|
default?(props: Record<string, never>): any;
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import { type DropdownProps, type DropdownSlots } from './common';
|
|
2
2
|
declare function __VLS_template(): Readonly<DropdownSlots> & DropdownSlots;
|
|
3
3
|
declare const __VLS_component: import("vue").DefineComponent<DropdownProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownProps> & Readonly<{}>, {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
rootStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null;
|
|
5
|
+
rootClass: string;
|
|
6
|
+
valueOnClear: () => any;
|
|
6
7
|
duration: number;
|
|
7
|
-
|
|
8
|
+
direction: "down" | "up";
|
|
9
|
+
disabled: boolean;
|
|
8
10
|
overlayClosable: boolean;
|
|
11
|
+
awayClosable: boolean;
|
|
12
|
+
togglable: boolean;
|
|
9
13
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
14
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
11
15
|
export default _default;
|
|
@@ -8,7 +8,54 @@ export interface EmptyProps {
|
|
|
8
8
|
iconSize?: string;
|
|
9
9
|
}
|
|
10
10
|
export declare const defaultEmptyProps: {
|
|
11
|
-
|
|
11
|
+
rootStyle?: (string | false | ((props: {
|
|
12
|
+
rootStyle: StyleValue;
|
|
13
|
+
rootClass: string;
|
|
14
|
+
description: string;
|
|
15
|
+
icon: string;
|
|
16
|
+
iconFamily: string;
|
|
17
|
+
iconSize: string;
|
|
18
|
+
}) => string | false | import("vue").CSSProperties | StyleValue[]) | null) | undefined;
|
|
19
|
+
rootClass?: (string | ((props: {
|
|
20
|
+
rootStyle: StyleValue;
|
|
21
|
+
rootClass: string;
|
|
22
|
+
description: string;
|
|
23
|
+
icon: string;
|
|
24
|
+
iconFamily: string;
|
|
25
|
+
iconSize: string;
|
|
26
|
+
}) => string)) | undefined;
|
|
27
|
+
description?: (string | ((props: {
|
|
28
|
+
rootStyle: StyleValue;
|
|
29
|
+
rootClass: string;
|
|
30
|
+
description: string;
|
|
31
|
+
icon: string;
|
|
32
|
+
iconFamily: string;
|
|
33
|
+
iconSize: string;
|
|
34
|
+
}) => string)) | undefined;
|
|
35
|
+
icon?: (string | ((props: {
|
|
36
|
+
rootStyle: StyleValue;
|
|
37
|
+
rootClass: string;
|
|
38
|
+
description: string;
|
|
39
|
+
icon: string;
|
|
40
|
+
iconFamily: string;
|
|
41
|
+
iconSize: string;
|
|
42
|
+
}) => string)) | undefined;
|
|
43
|
+
iconFamily?: (string | ((props: {
|
|
44
|
+
rootStyle: StyleValue;
|
|
45
|
+
rootClass: string;
|
|
46
|
+
description: string;
|
|
47
|
+
icon: string;
|
|
48
|
+
iconFamily: string;
|
|
49
|
+
iconSize: string;
|
|
50
|
+
}) => string)) | undefined;
|
|
51
|
+
iconSize?: (string | ((props: {
|
|
52
|
+
rootStyle: StyleValue;
|
|
53
|
+
rootClass: string;
|
|
54
|
+
description: string;
|
|
55
|
+
icon: string;
|
|
56
|
+
iconFamily: string;
|
|
57
|
+
iconSize: string;
|
|
58
|
+
}) => string)) | undefined;
|
|
12
59
|
};
|
|
13
60
|
export interface EmptySlots {
|
|
14
61
|
default?(props: Record<string, never>): any;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
import { type EmptyProps, type EmptySlots } from './common';
|
|
2
2
|
declare function __VLS_template(): Readonly<EmptySlots> & EmptySlots;
|
|
3
3
|
declare const __VLS_component: import("vue").DefineComponent<EmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<EmptyProps> & Readonly<{}>, {
|
|
4
|
+
rootStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null;
|
|
5
|
+
rootClass: string;
|
|
6
|
+
description: string;
|
|
4
7
|
icon: string;
|
|
8
|
+
iconSize: string;
|
|
9
|
+
iconFamily: string;
|
|
5
10
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
11
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
7
12
|
export default _default;
|