@nutui/nutui 4.1.0-beta.2 → 4.1.0-beta.3
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 +80 -0
- package/README.md +10 -42
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.js +16177 -0
- package/dist/nutui.umd.js +1 -7
- package/dist/packages/_es/ActionSheet.js +22 -4
- package/dist/packages/_es/Address.js +41 -32
- package/dist/packages/_es/AddressList.js +5 -5
- package/dist/packages/_es/Animate.js +20 -1
- package/dist/packages/_es/Audio.js +21 -4
- package/dist/packages/_es/AudioOperate.js +20 -1
- package/dist/packages/_es/Avatar.js +19 -4
- package/dist/packages/_es/Calendar.js +2 -2
- package/dist/packages/_es/CalendarItem.js +1 -1
- package/dist/packages/_es/Cascader.js +123 -76
- package/dist/packages/_es/CellGroup.js +11 -23
- package/dist/packages/_es/Checkbox.js +4 -4
- package/dist/packages/_es/CheckboxGroup.js +15 -30
- package/dist/packages/_es/Collapse.js +18 -10
- package/dist/packages/_es/Countdown.js +22 -4
- package/dist/packages/_es/Countup.js +21 -4
- package/dist/packages/_es/DatePicker.js +21 -3
- package/dist/packages/_es/Dialog.js +31 -8
- package/dist/packages/_es/Divider.js +8 -18
- package/dist/packages/_es/Elevator.js +23 -4
- package/dist/packages/_es/Ellipsis.js +20 -1
- package/dist/packages/_es/Form.js +54 -24
- package/dist/packages/_es/Image.js +57 -7
- package/dist/packages/_es/ImagePreview.js +44 -19
- package/dist/packages/_es/InfiniteLoading.js +23 -4
- package/dist/packages/_es/Input.js +23 -5
- package/dist/packages/_es/Invoice.js +22 -4
- package/dist/packages/_es/List.js +21 -3
- package/dist/packages/_es/Menu.js +1 -2
- package/dist/packages/_es/MenuItem.js +44 -35
- package/dist/packages/_es/Noticebar.js +21 -4
- package/dist/packages/_es/Notify.js +28 -9
- package/dist/packages/_es/NumberKeyboard.js +1 -1
- package/dist/packages/_es/Overlay.js +19 -4
- package/dist/packages/_es/Picker.js +32 -19
- package/dist/packages/_es/Popover.js +1 -1
- package/dist/packages/_es/Popup.js +1 -1
- package/dist/packages/_es/PullRefresh.js +23 -4
- package/dist/packages/_es/Radio.js +1 -1
- package/dist/packages/_es/Range.js +23 -4
- package/dist/packages/_es/Rate.js +23 -4
- package/dist/packages/_es/Row.js +12 -12
- package/dist/packages/_es/Searchbar.js +33 -12
- package/dist/packages/_es/ShortPassword.js +1 -1
- package/dist/packages/_es/SideNavbar.js +21 -3
- package/dist/packages/_es/Signature.js +20 -1
- package/dist/packages/_es/Sku.js +22 -4
- package/dist/packages/_es/Step.js +21 -3
- package/dist/packages/_es/SubSideNavbar.js +21 -3
- package/dist/packages/_es/Swipe.js +23 -4
- package/dist/packages/_es/TabPane.js +21 -3
- package/dist/packages/_es/TabbarItem.js +8 -7
- package/dist/packages/_es/Table.js +21 -3
- package/dist/packages/_es/Tabs.js +48 -14
- package/dist/packages/_es/TimeDetail.js +23 -4
- package/dist/packages/_es/TimePannel.js +21 -3
- package/dist/packages/_es/TimeSelect.js +1 -1
- package/dist/packages/_es/Toast.js +30 -11
- package/dist/packages/_es/Tour.js +22 -4
- package/dist/packages/_es/TrendArrow.js +20 -1
- package/dist/packages/_es/Video.js +23 -5
- package/dist/packages/_es/Watermark.js +20 -1
- package/dist/packages/_es/{index-f933fcf6.js → index-87422be8.js} +23 -5
- package/dist/packages/_es/{index-c55ad69e.js → index-da0a7662.js} +25 -10
- package/dist/packages/_es/{index.vue_vue_type_script_lang-442e4704.js → index.vue_vue_type_script_lang-a8856969.js} +0 -1
- package/dist/packages/cell/index.scss +1 -1
- package/dist/packages/cellgroup/index.scss +1 -0
- package/dist/packages/circleprogress/index.scss +1 -1
- package/dist/packages/col/index.scss +2 -2
- package/dist/packages/imagepreview/index.scss +0 -5
- package/dist/packages/locale/lang/baseLang-3a8457ac.js +5 -0
- package/dist/packages/locale/lang/en-US.js +39 -36
- package/dist/packages/locale/lang/id-ID.js +39 -36
- package/dist/packages/locale/lang/index.js +44 -22
- package/dist/packages/locale/lang/zh-CN.js +38 -35
- package/dist/packages/locale/lang/zh-TW.js +38 -35
- package/dist/packages/menuitem/index.scss +7 -10
- package/dist/packages/numberkeyboard/index.scss +5 -3
- package/dist/packages/searchbar/index.scss +4 -0
- package/dist/packages/textarea/index.scss +1 -1
- package/dist/resolver/index.js +26 -1
- package/dist/resolver/index.mjs +17 -14
- package/dist/smartips/web-types.json +42 -159
- package/dist/style.css +1 -1
- package/dist/styles/mixins/make-animation.scss +1 -5
- package/dist/styles/themes/default.scss +149 -46
- package/dist/styles/themes/jdb.scss +149 -46
- package/dist/styles/themes/jddkh.scss +149 -46
- package/dist/styles/themes/jdt.scss +149 -46
- package/dist/styles/variables-jdb.scss +1 -0
- package/dist/styles/variables-jddkh.scss +1 -0
- package/dist/styles/variables-jdt.scss +1 -0
- package/dist/styles/variables.scss +1 -0
- package/dist/types/__VUE/actionsheet/index.vue.d.ts +1 -291
- package/dist/types/__VUE/address/index.vue.d.ts +1 -345
- package/dist/types/__VUE/addresslist/components/GeneralShell.vue.d.ts +1 -59
- package/dist/types/__VUE/addresslist/components/ItemContents.vue.d.ts +1 -22
- package/dist/types/__VUE/addresslist/index.vue.d.ts +1 -72
- package/dist/types/__VUE/animate/index.vue.d.ts +1 -49
- package/dist/types/__VUE/audio/index.vue.d.ts +1 -109
- package/dist/types/__VUE/audiooperate/index.vue.d.ts +1 -26
- package/dist/types/__VUE/avatar/index.vue.d.ts +1 -65
- package/dist/types/__VUE/avatargroup/index.vue.d.ts +1 -81
- package/dist/types/__VUE/backtop/index.vue.d.ts +1 -87
- package/dist/types/__VUE/badge/index.vue.d.ts +1 -91
- package/dist/types/__VUE/barrage/index.vue.d.ts +1 -67
- package/dist/types/__VUE/button/index.vue.d.ts +1 -79
- package/dist/types/__VUE/button/type.d.ts +1 -0
- package/dist/types/__VUE/calendar/index.vue.d.ts +1 -164
- package/dist/types/__VUE/calendaritem/index.vue.d.ts +1 -205
- package/dist/types/__VUE/card/index.vue.d.ts +1 -57
- package/dist/types/__VUE/cascader/cascader-item.vue.d.ts +1 -66
- package/dist/types/__VUE/cascader/index.vue.d.ts +1 -252
- package/dist/types/__VUE/category/index.vue.d.ts +1 -27
- package/dist/types/__VUE/categorypane/index.vue.d.ts +1 -34
- package/dist/types/__VUE/cell/index.vue.d.ts +1 -106
- package/dist/types/__VUE/cellgroup/index.vue.d.ts +1 -26
- package/dist/types/__VUE/checkbox/index.vue.d.ts +1 -1
- package/dist/types/__VUE/checkboxgroup/index.vue.d.ts +1 -36
- package/dist/types/__VUE/circleprogress/index.vue.d.ts +1 -83
- package/dist/types/__VUE/col/index.vue.d.ts +1 -30
- package/dist/types/__VUE/collapse/index.vue.d.ts +1 -56
- package/dist/types/__VUE/collapseitem/index.vue.d.ts +1 -99
- package/dist/types/__VUE/comment/components/CmtBottom.vue.d.ts +1 -41
- package/dist/types/__VUE/comment/components/CmtHeader.vue.d.ts +1 -35
- package/dist/types/__VUE/comment/components/CmtImages.vue.d.ts +1 -58
- package/dist/types/__VUE/comment/index.vue.d.ts +1 -109
- package/dist/types/__VUE/configprovider/index.vue.d.ts +1 -34
- package/dist/types/__VUE/countdown/index.vue.d.ts +1 -92
- package/dist/types/__VUE/countup/index.vue.d.ts +1 -204
- package/dist/types/__VUE/datepicker/index.vue.d.ts +1 -222
- package/dist/types/__VUE/dialog/index.d.ts +1 -0
- package/dist/types/__VUE/dialog/index.vue.d.ts +1 -325
- package/dist/types/__VUE/divider/index.vue.d.ts +1 -42
- package/dist/types/__VUE/divider/types.d.ts +2 -0
- package/dist/types/__VUE/drag/index.vue.d.ts +1 -49
- package/dist/types/__VUE/ecard/index.vue.d.ts +1 -114
- package/dist/types/__VUE/elevator/index.vue.d.ts +1 -98
- package/dist/types/__VUE/ellipsis/index.vue.d.ts +1 -85
- package/dist/types/__VUE/empty/index.vue.d.ts +1 -35
- package/dist/types/__VUE/fixednav/index.vue.d.ts +1 -94
- package/dist/types/__VUE/form/index.vue.d.ts +1 -29
- package/dist/types/__VUE/formitem/index.vue.d.ts +1 -103
- package/dist/types/__VUE/formitem/types.d.ts +1 -1
- package/dist/types/__VUE/grid/index.vue.d.ts +1 -73
- package/dist/types/__VUE/griditem/index.vue.d.ts +1 -36
- package/dist/types/__VUE/icon/index.vue.d.ts +1 -1
- package/dist/types/__VUE/image/index.vue.d.ts +1 -104
- package/dist/types/__VUE/imagepreview/imagePreviewItem.vue.d.ts +1 -106
- package/dist/types/__VUE/imagepreview/index.vue.d.ts +1 -172
- package/dist/types/__VUE/indicator/index.vue.d.ts +1 -59
- package/dist/types/__VUE/infiniteloading/index.vue.d.ts +1 -76
- package/dist/types/__VUE/input/index.vue.d.ts +2 -208
- package/dist/types/__VUE/inputnumber/index.vue.d.ts +1 -105
- package/dist/types/__VUE/invoice/index.vue.d.ts +1 -41
- package/dist/types/__VUE/layout/index.vue.d.ts +1 -1
- package/dist/types/__VUE/list/index.vue.d.ts +1 -76
- package/dist/types/__VUE/menu/index.vue.d.ts +1 -81
- package/dist/types/__VUE/menuitem/index.vue.d.ts +1 -79
- package/dist/types/__VUE/navbar/index.vue.d.ts +1 -111
- package/dist/types/__VUE/noticebar/index.vue.d.ts +1 -196
- package/dist/types/__VUE/notify/index.vue.d.ts +1 -99
- package/dist/types/__VUE/numberkeyboard/index.vue.d.ts +1 -109
- package/dist/types/__VUE/overlay/index.vue.d.ts +1 -74
- package/dist/types/__VUE/pagination/index.vue.d.ts +1 -100
- package/dist/types/__VUE/picker/Column.vue.d.ts +1 -103
- package/dist/types/__VUE/picker/common.d.ts +4 -405
- package/dist/types/__VUE/picker/index.vue.d.ts +1 -216
- package/dist/types/__VUE/picker/usePicker.d.ts +1 -1
- package/dist/types/__VUE/popover/index.vue.d.ts +1 -176
- package/dist/types/__VUE/popup/index.vue.d.ts +1 -208
- package/dist/types/__VUE/price/index.vue.d.ts +1 -84
- package/dist/types/__VUE/progress/index.vue.d.ts +1 -109
- package/dist/types/__VUE/pullrefresh/index.vue.d.ts +1 -106
- package/dist/types/__VUE/radio/index.vue.d.ts +1 -42
- package/dist/types/__VUE/radiogroup/index.vue.d.ts +1 -36
- package/dist/types/__VUE/range/index.vue.d.ts +1 -146
- package/dist/types/__VUE/rate/index.vue.d.ts +1 -122
- package/dist/types/__VUE/row/index.vue.d.ts +1 -51
- package/dist/types/__VUE/searchbar/index.vue.d.ts +1 -165
- package/dist/types/__VUE/shortpassword/index.vue.d.ts +1 -92
- package/dist/types/__VUE/sidenavbar/index.vue.d.ts +1 -25
- package/dist/types/__VUE/sidenavbaritem/index.vue.d.ts +1 -29
- package/dist/types/__VUE/signature/index.vue.d.ts +1 -70
- package/dist/types/__VUE/skeleton/index.vue.d.ts +1 -104
- package/dist/types/__VUE/sku/components/SkuHeader.vue.d.ts +1 -16
- package/dist/types/__VUE/sku/components/SkuOperate.vue.d.ts +1 -59
- package/dist/types/__VUE/sku/components/SkuSelect.vue.d.ts +1 -24
- package/dist/types/__VUE/sku/components/SkuStepper.vue.d.ts +1 -55
- package/dist/types/__VUE/sku/index.vue.d.ts +1 -312
- package/dist/types/__VUE/step/index.vue.d.ts +1 -31
- package/dist/types/__VUE/steps/index.vue.d.ts +1 -35
- package/dist/types/__VUE/sticky/index.vue.d.ts +1 -52
- package/dist/types/__VUE/subsidenavbar/index.vue.d.ts +1 -42
- package/dist/types/__VUE/swipe/index.vue.d.ts +1 -58
- package/dist/types/__VUE/swiper/index.vue.d.ts +1 -163
- package/dist/types/__VUE/swiperitem/index.vue.d.ts +1 -7
- package/dist/types/__VUE/switch/index.vue.d.ts +1 -98
- package/dist/types/__VUE/tabbar/index.vue.d.ts +1 -74
- package/dist/types/__VUE/tabbaritem/index.vue.d.ts +1 -49
- package/dist/types/__VUE/table/common.d.ts +56 -3
- package/dist/types/__VUE/table/index.vue.d.ts +1 -69
- package/dist/types/__VUE/table/renderColumn.d.ts +1 -1
- package/dist/types/__VUE/tabpane/index.vue.d.ts +1 -33
- package/dist/types/__VUE/tabs/index.vue.d.ts +2 -167
- package/dist/types/__VUE/tag/index.vue.d.ts +1 -79
- package/dist/types/__VUE/textarea/index.vue.d.ts +1 -111
- package/dist/types/__VUE/timedetail/index.vue.d.ts +1 -27
- package/dist/types/__VUE/timepannel/index.vue.d.ts +1 -31
- package/dist/types/__VUE/timeselect/index.vue.d.ts +1 -81
- package/dist/types/__VUE/toast/index.vue.d.ts +1 -149
- package/dist/types/__VUE/tour/index.vue.d.ts +1 -184
- package/dist/types/__VUE/trendarrow/index.vue.d.ts +1 -94
- package/dist/types/__VUE/uploader/index.vue.d.ts +1 -243
- package/dist/types/__VUE/video/index.vue.d.ts +1 -114
- package/dist/types/__VUE/watermark/index.vue.d.ts +1 -164
- package/dist/types/index.d.ts +1 -1
- package/dist/types/utils/create/component.d.ts +24 -3
- package/dist/types/utils/unit.d.ts +2 -0
- package/package.json +4 -5
- package/dist/packages/locale/lang/baseLang-0bdc6353.js +0 -5
|
@@ -2,73 +2,7 @@
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: import('vue').App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const _default: Install<
|
|
6
|
-
danmu: {
|
|
7
|
-
type: ArrayConstructor;
|
|
8
|
-
default: () => never[];
|
|
9
|
-
};
|
|
10
|
-
frequency: {
|
|
11
|
-
type: NumberConstructor;
|
|
12
|
-
default: number;
|
|
13
|
-
};
|
|
14
|
-
speeds: {
|
|
15
|
-
type: NumberConstructor;
|
|
16
|
-
default: number;
|
|
17
|
-
};
|
|
18
|
-
rows: {
|
|
19
|
-
type: NumberConstructor;
|
|
20
|
-
default: number;
|
|
21
|
-
};
|
|
22
|
-
top: {
|
|
23
|
-
type: NumberConstructor;
|
|
24
|
-
default: number;
|
|
25
|
-
};
|
|
26
|
-
loop: {
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
default: boolean;
|
|
29
|
-
};
|
|
30
|
-
}, {
|
|
31
|
-
classTime: number;
|
|
32
|
-
classes: import("vue").ComputedRef<{
|
|
33
|
-
[x: string]: boolean;
|
|
34
|
-
}>;
|
|
35
|
-
danmuList: any;
|
|
36
|
-
dmBody: import("vue").Ref<HTMLDivElement>;
|
|
37
|
-
dmContainer: import("vue").Ref<HTMLDivElement>;
|
|
38
|
-
add: (word: string) => void;
|
|
39
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
-
danmu: {
|
|
41
|
-
type: ArrayConstructor;
|
|
42
|
-
default: () => never[];
|
|
43
|
-
};
|
|
44
|
-
frequency: {
|
|
45
|
-
type: NumberConstructor;
|
|
46
|
-
default: number;
|
|
47
|
-
};
|
|
48
|
-
speeds: {
|
|
49
|
-
type: NumberConstructor;
|
|
50
|
-
default: number;
|
|
51
|
-
};
|
|
52
|
-
rows: {
|
|
53
|
-
type: NumberConstructor;
|
|
54
|
-
default: number;
|
|
55
|
-
};
|
|
56
|
-
top: {
|
|
57
|
-
type: NumberConstructor;
|
|
58
|
-
default: number;
|
|
59
|
-
};
|
|
60
|
-
loop: {
|
|
61
|
-
type: BooleanConstructor;
|
|
62
|
-
default: boolean;
|
|
63
|
-
};
|
|
64
|
-
}>>, {
|
|
65
|
-
top: number;
|
|
66
|
-
loop: boolean;
|
|
67
|
-
danmu: unknown[];
|
|
68
|
-
frequency: number;
|
|
69
|
-
speeds: number;
|
|
70
|
-
rows: number;
|
|
71
|
-
}>>;
|
|
5
|
+
declare const _default: Install< (props: Record<string, any> & {}) => any>;
|
|
72
6
|
export default _default;
|
|
73
7
|
|
|
74
8
|
declare module 'vue' {
|
|
@@ -1,86 +1,8 @@
|
|
|
1
|
-
import { PropType, CSSProperties } from 'vue';
|
|
2
|
-
import { ButtonShape, ButtonType, ButtonSize } from './type';
|
|
3
1
|
|
|
4
2
|
declare type Install<T> = T & {
|
|
5
3
|
install(app: import('vue').App): void;
|
|
6
4
|
};
|
|
7
|
-
declare const _default: Install<
|
|
8
|
-
color: StringConstructor;
|
|
9
|
-
shape: {
|
|
10
|
-
type: PropType<ButtonShape>;
|
|
11
|
-
default: string;
|
|
12
|
-
};
|
|
13
|
-
plain: {
|
|
14
|
-
type: BooleanConstructor;
|
|
15
|
-
default: boolean;
|
|
16
|
-
};
|
|
17
|
-
loading: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
disabled: {
|
|
22
|
-
type: BooleanConstructor;
|
|
23
|
-
default: boolean;
|
|
24
|
-
};
|
|
25
|
-
type: {
|
|
26
|
-
type: PropType<ButtonType>;
|
|
27
|
-
default: string;
|
|
28
|
-
};
|
|
29
|
-
size: {
|
|
30
|
-
type: PropType<ButtonSize>;
|
|
31
|
-
default: string;
|
|
32
|
-
};
|
|
33
|
-
block: {
|
|
34
|
-
type: BooleanConstructor;
|
|
35
|
-
default: boolean;
|
|
36
|
-
};
|
|
37
|
-
}, {
|
|
38
|
-
handleClick: (event: MouseEvent) => void;
|
|
39
|
-
classes: import("vue").ComputedRef<{
|
|
40
|
-
[x: string]: boolean | ButtonType | ButtonSize | ButtonShape;
|
|
41
|
-
}>;
|
|
42
|
-
getStyle: import("vue").ComputedRef<CSSProperties>;
|
|
43
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
|
-
color: StringConstructor;
|
|
45
|
-
shape: {
|
|
46
|
-
type: PropType<ButtonShape>;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
|
-
plain: {
|
|
50
|
-
type: BooleanConstructor;
|
|
51
|
-
default: boolean;
|
|
52
|
-
};
|
|
53
|
-
loading: {
|
|
54
|
-
type: BooleanConstructor;
|
|
55
|
-
default: boolean;
|
|
56
|
-
};
|
|
57
|
-
disabled: {
|
|
58
|
-
type: BooleanConstructor;
|
|
59
|
-
default: boolean;
|
|
60
|
-
};
|
|
61
|
-
type: {
|
|
62
|
-
type: PropType<ButtonType>;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
size: {
|
|
66
|
-
type: PropType<ButtonSize>;
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
block: {
|
|
70
|
-
type: BooleanConstructor;
|
|
71
|
-
default: boolean;
|
|
72
|
-
};
|
|
73
|
-
}>> & {
|
|
74
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
75
|
-
}, {
|
|
76
|
-
type: ButtonType;
|
|
77
|
-
size: ButtonSize;
|
|
78
|
-
block: boolean;
|
|
79
|
-
disabled: boolean;
|
|
80
|
-
loading: boolean;
|
|
81
|
-
shape: ButtonShape;
|
|
82
|
-
plain: boolean;
|
|
83
|
-
}>>;
|
|
5
|
+
declare const _default: Install< (props: Record<string, any> & {}) => any>;
|
|
84
6
|
export default _default;
|
|
85
7
|
|
|
86
8
|
declare module 'vue' {
|
|
@@ -1,171 +1,8 @@
|
|
|
1
|
-
import { CalendarRef } from '../calendaritem/type';
|
|
2
1
|
|
|
3
2
|
declare type Install<T> = T & {
|
|
4
3
|
install(app: import('vue').App): void;
|
|
5
4
|
};
|
|
6
|
-
declare const _default: Install<
|
|
7
|
-
type: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
isAutoBackFill: {
|
|
12
|
-
type: BooleanConstructor;
|
|
13
|
-
default: boolean;
|
|
14
|
-
};
|
|
15
|
-
toDateAnimation: {
|
|
16
|
-
type: BooleanConstructor;
|
|
17
|
-
default: boolean;
|
|
18
|
-
};
|
|
19
|
-
poppable: {
|
|
20
|
-
type: BooleanConstructor;
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
|
-
showTitle: {
|
|
24
|
-
type: BooleanConstructor;
|
|
25
|
-
default: boolean;
|
|
26
|
-
};
|
|
27
|
-
showSubTitle: {
|
|
28
|
-
type: BooleanConstructor;
|
|
29
|
-
default: boolean;
|
|
30
|
-
};
|
|
31
|
-
visible: {
|
|
32
|
-
type: BooleanConstructor;
|
|
33
|
-
default: boolean;
|
|
34
|
-
};
|
|
35
|
-
showToday: {
|
|
36
|
-
type: BooleanConstructor;
|
|
37
|
-
default: boolean;
|
|
38
|
-
};
|
|
39
|
-
title: {
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
confirmText: {
|
|
44
|
-
type: StringConstructor;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
startText: {
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
endText: {
|
|
52
|
-
type: StringConstructor;
|
|
53
|
-
default: string;
|
|
54
|
-
};
|
|
55
|
-
defaultValue: {
|
|
56
|
-
type: (ArrayConstructor | StringConstructor)[];
|
|
57
|
-
};
|
|
58
|
-
startDate: {
|
|
59
|
-
type: StringConstructor;
|
|
60
|
-
default: string;
|
|
61
|
-
};
|
|
62
|
-
endDate: {
|
|
63
|
-
type: StringConstructor;
|
|
64
|
-
default: string;
|
|
65
|
-
};
|
|
66
|
-
firstDayOfWeek: {
|
|
67
|
-
type: NumberConstructor;
|
|
68
|
-
default: number;
|
|
69
|
-
validator: (val: number) => boolean;
|
|
70
|
-
};
|
|
71
|
-
}, {
|
|
72
|
-
closePopup: () => void;
|
|
73
|
-
update: () => void;
|
|
74
|
-
close: () => void;
|
|
75
|
-
choose: (param: string) => void;
|
|
76
|
-
select: (param: string) => void;
|
|
77
|
-
calendarRef: import("vue").Ref<CalendarRef | null>;
|
|
78
|
-
showTopBtn: import("vue").ComputedRef<import("vue").Slot | undefined>;
|
|
79
|
-
topInfo: import("vue").ComputedRef<import("vue").Slot | undefined>;
|
|
80
|
-
dayInfo: import("vue").ComputedRef<import("vue").Slot | undefined>;
|
|
81
|
-
bottomInfo: import("vue").ComputedRef<import("vue").Slot | undefined>;
|
|
82
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "close" | "update:visible" | "choose")[], "select" | "close" | "update:visible" | "choose", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
83
|
-
type: {
|
|
84
|
-
type: StringConstructor;
|
|
85
|
-
default: string;
|
|
86
|
-
};
|
|
87
|
-
isAutoBackFill: {
|
|
88
|
-
type: BooleanConstructor;
|
|
89
|
-
default: boolean;
|
|
90
|
-
};
|
|
91
|
-
toDateAnimation: {
|
|
92
|
-
type: BooleanConstructor;
|
|
93
|
-
default: boolean;
|
|
94
|
-
};
|
|
95
|
-
poppable: {
|
|
96
|
-
type: BooleanConstructor;
|
|
97
|
-
default: boolean;
|
|
98
|
-
};
|
|
99
|
-
showTitle: {
|
|
100
|
-
type: BooleanConstructor;
|
|
101
|
-
default: boolean;
|
|
102
|
-
};
|
|
103
|
-
showSubTitle: {
|
|
104
|
-
type: BooleanConstructor;
|
|
105
|
-
default: boolean;
|
|
106
|
-
};
|
|
107
|
-
visible: {
|
|
108
|
-
type: BooleanConstructor;
|
|
109
|
-
default: boolean;
|
|
110
|
-
};
|
|
111
|
-
showToday: {
|
|
112
|
-
type: BooleanConstructor;
|
|
113
|
-
default: boolean;
|
|
114
|
-
};
|
|
115
|
-
title: {
|
|
116
|
-
type: StringConstructor;
|
|
117
|
-
default: string;
|
|
118
|
-
};
|
|
119
|
-
confirmText: {
|
|
120
|
-
type: StringConstructor;
|
|
121
|
-
default: string;
|
|
122
|
-
};
|
|
123
|
-
startText: {
|
|
124
|
-
type: StringConstructor;
|
|
125
|
-
default: string;
|
|
126
|
-
};
|
|
127
|
-
endText: {
|
|
128
|
-
type: StringConstructor;
|
|
129
|
-
default: string;
|
|
130
|
-
};
|
|
131
|
-
defaultValue: {
|
|
132
|
-
type: (ArrayConstructor | StringConstructor)[];
|
|
133
|
-
};
|
|
134
|
-
startDate: {
|
|
135
|
-
type: StringConstructor;
|
|
136
|
-
default: string;
|
|
137
|
-
};
|
|
138
|
-
endDate: {
|
|
139
|
-
type: StringConstructor;
|
|
140
|
-
default: string;
|
|
141
|
-
};
|
|
142
|
-
firstDayOfWeek: {
|
|
143
|
-
type: NumberConstructor;
|
|
144
|
-
default: number;
|
|
145
|
-
validator: (val: number) => boolean;
|
|
146
|
-
};
|
|
147
|
-
}>> & {
|
|
148
|
-
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
149
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
150
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
151
|
-
onChoose?: ((...args: any[]) => any) | undefined;
|
|
152
|
-
}, {
|
|
153
|
-
title: string;
|
|
154
|
-
visible: boolean;
|
|
155
|
-
type: string;
|
|
156
|
-
isAutoBackFill: boolean;
|
|
157
|
-
toDateAnimation: boolean;
|
|
158
|
-
poppable: boolean;
|
|
159
|
-
showTitle: boolean;
|
|
160
|
-
showSubTitle: boolean;
|
|
161
|
-
showToday: boolean;
|
|
162
|
-
confirmText: string;
|
|
163
|
-
startText: string;
|
|
164
|
-
endText: string;
|
|
165
|
-
startDate: string;
|
|
166
|
-
endDate: string;
|
|
167
|
-
firstDayOfWeek: number;
|
|
168
|
-
}>>;
|
|
5
|
+
declare const _default: Install< (props: Record<string, any> & {}) => any>;
|
|
169
6
|
export default _default;
|
|
170
7
|
|
|
171
8
|
declare module 'vue' {
|
|
@@ -1,212 +1,8 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { MonthInfo, Day } from './type';
|
|
3
1
|
|
|
4
2
|
declare type Install<T> = T & {
|
|
5
3
|
install(app: import('vue').App): void;
|
|
6
4
|
};
|
|
7
|
-
declare const _default: Install<
|
|
8
|
-
type: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
isAutoBackFill: {
|
|
13
|
-
type: BooleanConstructor;
|
|
14
|
-
default: boolean;
|
|
15
|
-
};
|
|
16
|
-
toDateAnimation: {
|
|
17
|
-
type: BooleanConstructor;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
poppable: {
|
|
21
|
-
type: BooleanConstructor;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
showTitle: {
|
|
25
|
-
type: BooleanConstructor;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
showSubTitle: {
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
default: boolean;
|
|
31
|
-
};
|
|
32
|
-
showToday: {
|
|
33
|
-
type: BooleanConstructor;
|
|
34
|
-
default: boolean;
|
|
35
|
-
};
|
|
36
|
-
title: {
|
|
37
|
-
type: StringConstructor;
|
|
38
|
-
default: string;
|
|
39
|
-
};
|
|
40
|
-
confirmText: {
|
|
41
|
-
type: StringConstructor;
|
|
42
|
-
default: string;
|
|
43
|
-
};
|
|
44
|
-
startText: {
|
|
45
|
-
type: StringConstructor;
|
|
46
|
-
default: string;
|
|
47
|
-
};
|
|
48
|
-
endText: {
|
|
49
|
-
type: StringConstructor;
|
|
50
|
-
default: string;
|
|
51
|
-
};
|
|
52
|
-
defaultValue: {
|
|
53
|
-
type: PropType<string>;
|
|
54
|
-
default: string;
|
|
55
|
-
};
|
|
56
|
-
startDate: {
|
|
57
|
-
type: StringConstructor;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
|
-
endDate: {
|
|
61
|
-
type: StringConstructor;
|
|
62
|
-
default: string;
|
|
63
|
-
};
|
|
64
|
-
firstDayOfWeek: {
|
|
65
|
-
type: NumberConstructor;
|
|
66
|
-
default: number;
|
|
67
|
-
};
|
|
68
|
-
}, {
|
|
69
|
-
translate: (keyPath: string, ...args: unknown[]) => string;
|
|
70
|
-
title: import("vue").Ref<string>;
|
|
71
|
-
type: import("vue").Ref<string>;
|
|
72
|
-
isAutoBackFill: import("vue").Ref<boolean>;
|
|
73
|
-
toDateAnimation: import("vue").Ref<boolean>;
|
|
74
|
-
poppable: import("vue").Ref<boolean>;
|
|
75
|
-
showTitle: import("vue").Ref<boolean>;
|
|
76
|
-
showSubTitle: import("vue").Ref<boolean>;
|
|
77
|
-
showToday: import("vue").Ref<boolean>;
|
|
78
|
-
confirmText: import("vue").Ref<string>;
|
|
79
|
-
startText: import("vue").Ref<string>;
|
|
80
|
-
endText: import("vue").Ref<string>;
|
|
81
|
-
defaultValue: import("vue").Ref<string>;
|
|
82
|
-
startDate: import("vue").Ref<string>;
|
|
83
|
-
endDate: import("vue").Ref<string>;
|
|
84
|
-
firstDayOfWeek: import("vue").Ref<number>;
|
|
85
|
-
onSelect: import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
86
|
-
onClose: import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
87
|
-
onChoose: import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
88
|
-
onUpdate: import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
89
|
-
yearMonthTitle: import("vue").Ref<string>;
|
|
90
|
-
currDate: import("vue").Ref<string | string[]>;
|
|
91
|
-
propStartDate: import("vue").Ref<string>;
|
|
92
|
-
propEndDate: import("vue").Ref<string>;
|
|
93
|
-
currentIndex: import("vue").Ref<number>;
|
|
94
|
-
unLoadPrev: import("vue").Ref<boolean>;
|
|
95
|
-
touchParams: import("vue").Ref<import("./type").TouchParam>;
|
|
96
|
-
transformY: import("vue").Ref<number>;
|
|
97
|
-
translateY: import("vue").Ref<number>;
|
|
98
|
-
scrollDistance: import("vue").Ref<number>;
|
|
99
|
-
defaultData: import("vue").Ref<import("./type").InputDate>;
|
|
100
|
-
chooseData: import("vue").Ref<(string | string[])[]>;
|
|
101
|
-
monthsData: import("vue").Ref<MonthInfo[]>;
|
|
102
|
-
dayPrefix: import("vue").Ref<string>;
|
|
103
|
-
startData: import("vue").Ref<import("./type").InputDate>;
|
|
104
|
-
endData: import("vue").Ref<import("./type").InputDate>;
|
|
105
|
-
isRange: import("vue").Ref<boolean>;
|
|
106
|
-
timer: import("vue").Ref<number>;
|
|
107
|
-
avgHeight: import("vue").Ref<number>;
|
|
108
|
-
monthsNum: import("vue").Ref<number>;
|
|
109
|
-
defaultRange: import("vue").Ref<number[]>;
|
|
110
|
-
weeks: import("vue").Ref<string[]>;
|
|
111
|
-
compConthsData: import("vue").ComputedRef<MonthInfo[]>;
|
|
112
|
-
showTopBtn: import("vue").ComputedRef<import("vue").Slot | undefined>;
|
|
113
|
-
topInfo: import("vue").ComputedRef<import("vue").Slot | undefined>;
|
|
114
|
-
bottomInfo: import("vue").ComputedRef<import("vue").Slot | undefined>;
|
|
115
|
-
rangeTip: () => boolean | undefined;
|
|
116
|
-
mothsViewScroll: (e: Event) => void;
|
|
117
|
-
getClass: (day: Day, month: MonthInfo) => string | null;
|
|
118
|
-
isStartTip: (day: Day, month: MonthInfo) => boolean;
|
|
119
|
-
isEndTip: (day: Day, month: MonthInfo) => boolean;
|
|
120
|
-
chooseDay: (day: Day, month: MonthInfo, isFirst?: boolean) => void;
|
|
121
|
-
isCurrDay: (dateInfo: Day) => boolean;
|
|
122
|
-
confirm: () => void;
|
|
123
|
-
monthsPanel: import("vue").Ref<HTMLElement | null>;
|
|
124
|
-
months: import("vue").Ref<HTMLElement | null>;
|
|
125
|
-
weeksPanel: import("vue").Ref<HTMLElement | null>;
|
|
126
|
-
viewArea: import("vue").Ref<HTMLElement | null>;
|
|
127
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "close" | "choose" | "update")[], "select" | "close" | "choose" | "update", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
128
|
-
type: {
|
|
129
|
-
type: StringConstructor;
|
|
130
|
-
default: string;
|
|
131
|
-
};
|
|
132
|
-
isAutoBackFill: {
|
|
133
|
-
type: BooleanConstructor;
|
|
134
|
-
default: boolean;
|
|
135
|
-
};
|
|
136
|
-
toDateAnimation: {
|
|
137
|
-
type: BooleanConstructor;
|
|
138
|
-
default: boolean;
|
|
139
|
-
};
|
|
140
|
-
poppable: {
|
|
141
|
-
type: BooleanConstructor;
|
|
142
|
-
default: boolean;
|
|
143
|
-
};
|
|
144
|
-
showTitle: {
|
|
145
|
-
type: BooleanConstructor;
|
|
146
|
-
default: boolean;
|
|
147
|
-
};
|
|
148
|
-
showSubTitle: {
|
|
149
|
-
type: BooleanConstructor;
|
|
150
|
-
default: boolean;
|
|
151
|
-
};
|
|
152
|
-
showToday: {
|
|
153
|
-
type: BooleanConstructor;
|
|
154
|
-
default: boolean;
|
|
155
|
-
};
|
|
156
|
-
title: {
|
|
157
|
-
type: StringConstructor;
|
|
158
|
-
default: string;
|
|
159
|
-
};
|
|
160
|
-
confirmText: {
|
|
161
|
-
type: StringConstructor;
|
|
162
|
-
default: string;
|
|
163
|
-
};
|
|
164
|
-
startText: {
|
|
165
|
-
type: StringConstructor;
|
|
166
|
-
default: string;
|
|
167
|
-
};
|
|
168
|
-
endText: {
|
|
169
|
-
type: StringConstructor;
|
|
170
|
-
default: string;
|
|
171
|
-
};
|
|
172
|
-
defaultValue: {
|
|
173
|
-
type: PropType<string>;
|
|
174
|
-
default: string;
|
|
175
|
-
};
|
|
176
|
-
startDate: {
|
|
177
|
-
type: StringConstructor;
|
|
178
|
-
default: string;
|
|
179
|
-
};
|
|
180
|
-
endDate: {
|
|
181
|
-
type: StringConstructor;
|
|
182
|
-
default: string;
|
|
183
|
-
};
|
|
184
|
-
firstDayOfWeek: {
|
|
185
|
-
type: NumberConstructor;
|
|
186
|
-
default: number;
|
|
187
|
-
};
|
|
188
|
-
}>> & {
|
|
189
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
190
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
191
|
-
onChoose?: ((...args: any[]) => any) | undefined;
|
|
192
|
-
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
193
|
-
}, {
|
|
194
|
-
title: string;
|
|
195
|
-
type: string;
|
|
196
|
-
isAutoBackFill: boolean;
|
|
197
|
-
toDateAnimation: boolean;
|
|
198
|
-
poppable: boolean;
|
|
199
|
-
showTitle: boolean;
|
|
200
|
-
showSubTitle: boolean;
|
|
201
|
-
showToday: boolean;
|
|
202
|
-
confirmText: string;
|
|
203
|
-
startText: string;
|
|
204
|
-
endText: string;
|
|
205
|
-
defaultValue: string;
|
|
206
|
-
startDate: string;
|
|
207
|
-
endDate: string;
|
|
208
|
-
firstDayOfWeek: number;
|
|
209
|
-
}>>;
|
|
5
|
+
declare const _default: Install< (props: Record<string, any> & {}) => any>;
|
|
210
6
|
export default _default;
|
|
211
7
|
|
|
212
8
|
declare module 'vue' {
|
|
@@ -2,63 +2,7 @@
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: import('vue').App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const _default: Install<
|
|
6
|
-
imgUrl: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
};
|
|
9
|
-
title: {
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
};
|
|
12
|
-
price: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
};
|
|
15
|
-
vipPrice: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
};
|
|
18
|
-
shopDesc: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
};
|
|
21
|
-
delivery: {
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
};
|
|
24
|
-
shopName: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
};
|
|
27
|
-
isNeedPrice: {
|
|
28
|
-
type: BooleanConstructor;
|
|
29
|
-
default: boolean;
|
|
30
|
-
};
|
|
31
|
-
}, {
|
|
32
|
-
isHaveSlot: (slot: string) => import("vue").Slot | undefined;
|
|
33
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
|
-
imgUrl: {
|
|
35
|
-
type: StringConstructor;
|
|
36
|
-
};
|
|
37
|
-
title: {
|
|
38
|
-
type: StringConstructor;
|
|
39
|
-
};
|
|
40
|
-
price: {
|
|
41
|
-
type: StringConstructor;
|
|
42
|
-
};
|
|
43
|
-
vipPrice: {
|
|
44
|
-
type: StringConstructor;
|
|
45
|
-
};
|
|
46
|
-
shopDesc: {
|
|
47
|
-
type: StringConstructor;
|
|
48
|
-
};
|
|
49
|
-
delivery: {
|
|
50
|
-
type: StringConstructor;
|
|
51
|
-
};
|
|
52
|
-
shopName: {
|
|
53
|
-
type: StringConstructor;
|
|
54
|
-
};
|
|
55
|
-
isNeedPrice: {
|
|
56
|
-
type: BooleanConstructor;
|
|
57
|
-
default: boolean;
|
|
58
|
-
};
|
|
59
|
-
}>>, {
|
|
60
|
-
isNeedPrice: boolean;
|
|
61
|
-
}>>;
|
|
5
|
+
declare const _default: Install< (props: Record<string, any> & {}) => any>;
|
|
62
6
|
export default _default;
|
|
63
7
|
|
|
64
8
|
declare module 'vue' {
|
|
@@ -1,73 +1,8 @@
|
|
|
1
|
-
import { Ref } from 'vue';
|
|
2
|
-
import { CascaderPane, CascaderOption, CascaderTabs } from './types';
|
|
3
1
|
|
|
4
2
|
declare type Install<T> = T & {
|
|
5
3
|
install(app: import('vue').App): void;
|
|
6
4
|
};
|
|
7
|
-
declare const _default: Install<
|
|
8
|
-
visible: BooleanConstructor;
|
|
9
|
-
modelValue: ArrayConstructor;
|
|
10
|
-
options: {
|
|
11
|
-
type: ArrayConstructor;
|
|
12
|
-
default: () => never[];
|
|
13
|
-
};
|
|
14
|
-
lazy: BooleanConstructor;
|
|
15
|
-
lazyLoad: FunctionConstructor;
|
|
16
|
-
valueKey: {
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
textKey: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
childrenKey: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
convertConfig: ObjectConstructor;
|
|
29
|
-
}, {
|
|
30
|
-
handleNode(node: CascaderOption, silent?: boolean): Promise<void>;
|
|
31
|
-
handleTabClick(tab: CascaderTabs): void;
|
|
32
|
-
formatTabTitle(pane: CascaderPane): string | undefined;
|
|
33
|
-
isSelected(pane: CascaderPane, node: CascaderOption): boolean;
|
|
34
|
-
panes: Ref<CascaderPane[]>;
|
|
35
|
-
initLoading: Ref<boolean>;
|
|
36
|
-
tabsCursor: Ref<number>;
|
|
37
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "pathChange")[], "change" | "update:modelValue" | "pathChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
|
-
visible: BooleanConstructor;
|
|
39
|
-
modelValue: ArrayConstructor;
|
|
40
|
-
options: {
|
|
41
|
-
type: ArrayConstructor;
|
|
42
|
-
default: () => never[];
|
|
43
|
-
};
|
|
44
|
-
lazy: BooleanConstructor;
|
|
45
|
-
lazyLoad: FunctionConstructor;
|
|
46
|
-
valueKey: {
|
|
47
|
-
type: StringConstructor;
|
|
48
|
-
default: string;
|
|
49
|
-
};
|
|
50
|
-
textKey: {
|
|
51
|
-
type: StringConstructor;
|
|
52
|
-
default: string;
|
|
53
|
-
};
|
|
54
|
-
childrenKey: {
|
|
55
|
-
type: StringConstructor;
|
|
56
|
-
default: string;
|
|
57
|
-
};
|
|
58
|
-
convertConfig: ObjectConstructor;
|
|
59
|
-
}>> & {
|
|
60
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
61
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
62
|
-
onPathChange?: ((...args: any[]) => any) | undefined;
|
|
63
|
-
}, {
|
|
64
|
-
visible: boolean;
|
|
65
|
-
options: unknown[];
|
|
66
|
-
lazy: boolean;
|
|
67
|
-
valueKey: string;
|
|
68
|
-
textKey: string;
|
|
69
|
-
childrenKey: string;
|
|
70
|
-
}>>;
|
|
5
|
+
declare const _default: Install< (props: Record<string, any> & {}) => any>;
|
|
71
6
|
export default _default;
|
|
72
7
|
|
|
73
8
|
declare module 'vue' {
|