@nutui/nutui 3.1.21 → 3.1.22-beta.5
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/nutui.es.js +4203 -19263
- package/dist/nutui.umd.js +4208 -19368
- package/dist/packages/_es/ActionSheet.js +17 -167
- package/dist/packages/_es/Address.js +110 -552
- package/dist/packages/_es/AddressList.js +113 -613
- package/dist/packages/_es/Animate.js +22 -0
- package/dist/packages/_es/Audio.js +53 -274
- package/dist/packages/_es/AudioOperate.js +13 -121
- package/dist/packages/_es/Avatar.js +38 -177
- package/dist/packages/_es/AvatarGroup.js +14 -73
- package/dist/packages/_es/BackTop.js +43 -156
- package/dist/packages/_es/Badge.js +14 -86
- package/dist/packages/_es/Barrage.js +41 -120
- package/dist/packages/_es/Button.js +23 -128
- package/dist/packages/_es/Calendar.js +30 -237
- package/dist/packages/_es/CalendarItem.js +2 -1
- package/dist/packages/_es/Card.js +10 -107
- package/dist/packages/_es/Cascader.js +147 -523
- package/dist/packages/_es/Category.js +15 -58
- package/dist/packages/_es/CategoryPane.js +11 -111
- package/dist/packages/_es/Cell.js +21 -100
- package/dist/packages/_es/CellGroup.js +9 -44
- package/dist/packages/_es/Checkbox.js +31 -113
- package/dist/packages/_es/CheckboxGroup.js +29 -58
- package/dist/packages/_es/CircleProgress.js +28 -151
- package/dist/packages/_es/Col.js +14 -56
- package/dist/packages/_es/Collapse.js +32 -84
- package/dist/packages/_es/CollapseItem.js +59 -272
- package/dist/packages/_es/Comment.js +64 -434
- package/dist/packages/_es/ConfigProvider.js +13 -0
- package/dist/packages/_es/CountDown.js +56 -256
- package/dist/packages/_es/CountUp.js +140 -556
- package/dist/packages/_es/DatePicker.js +98 -332
- package/dist/packages/_es/Dialog.js +60 -271
- package/dist/packages/_es/Divider.js +13 -82
- package/dist/packages/_es/Drag.js +56 -197
- package/dist/packages/_es/Ecard.js +24 -159
- package/dist/packages/_es/Elevator.js +58 -212
- package/dist/packages/_es/Ellipsis.js +64 -0
- package/dist/packages/_es/Empty.js +12 -71
- package/dist/packages/_es/FixedNav.js +15 -122
- package/dist/packages/_es/Form.js +64 -151
- package/dist/packages/_es/FormItem.js +15 -110
- package/dist/packages/_es/Grid.js +5 -6
- package/dist/packages/_es/GridItem.js +33 -144
- package/dist/packages/_es/Icon.js +15 -40
- package/dist/packages/_es/Image.js +31 -0
- package/dist/packages/_es/ImagePreview.js +77 -309
- package/dist/packages/_es/Indicator.js +15 -62
- package/dist/packages/_es/InfiniteLoading.js +57 -268
- package/dist/packages/_es/Input.js +51 -413
- package/dist/packages/_es/InputNumber.js +41 -160
- package/dist/packages/_es/Layout.js +4 -5
- package/dist/packages/_es/List.js +18 -124
- package/dist/packages/_es/Menu.js +45 -118
- package/dist/packages/_es/MenuItem.js +37 -162
- package/dist/packages/_es/Navbar.js +30 -192
- package/dist/packages/_es/NoticeBar.js +74 -397
- package/dist/packages/_es/Notify.js +72 -246
- package/dist/packages/_es/NumberKeyboard.js +41 -272
- package/dist/packages/_es/OldPicker.js +131 -474
- package/dist/packages/_es/OverLay.js +24 -113
- package/dist/packages/_es/Pagination.js +39 -157
- package/dist/packages/_es/Picker.js +129 -469
- package/dist/packages/_es/Popover.js +318 -975
- package/dist/packages/_es/Popup.js +55 -313
- package/dist/packages/_es/Price.js +16 -118
- package/dist/packages/_es/Progress.js +14 -146
- package/dist/packages/_es/PullRefresh.js +84 -354
- package/dist/packages/_es/Radio.js +22 -90
- package/dist/packages/_es/RadioGroup.js +8 -37
- package/dist/packages/_es/Range.js +83 -427
- package/dist/packages/_es/Rate.js +35 -137
- package/dist/packages/_es/Row.js +22 -64
- package/dist/packages/_es/SearchBar.js +37 -257
- package/dist/packages/_es/ShortPassword.js +35 -225
- package/dist/packages/_es/SideNavBar.js +24 -99
- package/dist/packages/_es/SideNavBarItem.js +11 -46
- package/dist/packages/_es/Signature.js +41 -179
- package/dist/packages/_es/Skeleton.js +20 -136
- package/dist/packages/_es/Sku.js +84 -509
- package/dist/packages/_es/Step.js +20 -133
- package/dist/packages/_es/Steps.js +18 -53
- package/dist/packages/_es/Sticky.js +53 -138
- package/dist/packages/_es/SubSideNavBar.js +17 -100
- package/dist/packages/_es/Swipe.js +41 -197
- package/dist/packages/_es/Swiper.js +121 -433
- package/dist/packages/_es/SwiperItem.js +22 -53
- package/dist/packages/_es/Switch.js +21 -116
- package/dist/packages/_es/TabPane.js +12 -39
- package/dist/packages/_es/Tabbar.js +17 -72
- package/dist/packages/_es/TabbarItem.js +29 -151
- package/dist/packages/_es/Table.js +18 -196
- package/dist/packages/_es/Tabs.js +43 -217
- package/dist/packages/_es/Tag.js +20 -97
- package/dist/packages/_es/TextArea.js +42 -160
- package/dist/packages/_es/TimeDetail.js +18 -98
- package/dist/packages/_es/TimePannel.js +14 -66
- package/dist/packages/_es/TimeSelect.js +15 -103
- package/dist/packages/_es/Toast.js +71 -329
- package/dist/packages/_es/Uploader.js +104 -468
- package/dist/packages/_es/Video.js +74 -350
- package/dist/packages/_es/common.js +38 -128
- package/dist/packages/_es/component.js +35 -76
- package/dist/packages/_es/index.js +5 -6
- package/dist/packages/_es/index2.js +9 -30
- package/dist/packages/_es/index3.js +6 -8
- package/dist/packages/_es/index4.js +13 -58
- package/dist/packages/_es/index5.js +164 -682
- package/dist/packages/_es/plugin-vue_export-helper.js +7 -8
- package/dist/packages/_es/pxCheck.js +3 -5
- package/dist/packages/_es/raf.js +8 -15
- package/dist/packages/animate/index.scss +299 -0
- package/dist/packages/button/index.scss +2 -1
- package/dist/packages/cell/index.scss +18 -1
- package/dist/packages/checkbox/index.scss +16 -0
- package/dist/packages/configprovider/index.scss +2 -0
- package/dist/packages/dialog/index.scss +1 -0
- package/dist/packages/elevator/index.scss +21 -0
- package/dist/packages/ellipsis/index.scss +12 -0
- package/dist/packages/formitem/index.scss +12 -0
- package/dist/packages/griditem/index.scss +11 -0
- package/dist/packages/image/index.scss +39 -0
- package/dist/packages/imagepreview/index.scss +21 -2
- package/dist/packages/input/index.scss +26 -1
- package/dist/packages/inputnumber/index.scss +21 -0
- package/dist/packages/locale/lang/baseLang.d.ts +1 -0
- package/dist/packages/locale/lang/baseLang.js +3 -3
- package/dist/packages/locale/lang/en-US.d.ts +8 -0
- package/dist/packages/locale/lang/en-US.js +5 -97
- package/dist/packages/locale/lang/id-ID.d.ts +8 -0
- package/dist/packages/locale/lang/id-ID.js +5 -97
- package/dist/packages/locale/lang/index.js +16 -38
- package/dist/packages/locale/lang/zh-CN.d.ts +8 -0
- package/dist/packages/locale/lang/zh-CN.js +5 -97
- package/dist/packages/locale/lang/zh-TW.d.ts +8 -0
- package/dist/packages/locale/lang/zh-TW.js +5 -97
- package/dist/packages/menu/index.scss +45 -36
- package/dist/packages/menuitem/index.scss +4 -0
- package/dist/packages/navbar/index.scss +9 -0
- package/dist/packages/pagination/index.scss +19 -0
- package/dist/packages/radio/index.scss +19 -0
- package/dist/packages/range/index.scss +19 -0
- package/dist/packages/rate/index.scss +1 -1
- package/dist/packages/searchbar/index.scss +21 -0
- package/dist/packages/switch/index.scss +4 -3
- package/dist/packages/tabbar/index.scss +5 -0
- package/dist/packages/tabbaritem/index.scss +7 -0
- package/dist/packages/tabpane/index.scss +6 -0
- package/dist/packages/tabs/index.scss +22 -0
- package/dist/packages/textarea/index.scss +8 -0
- package/dist/smartips/attributes.json +192 -12
- package/dist/smartips/tags.json +70 -10
- package/dist/smartips/web-types.json +6945 -0
- package/dist/style.css +1 -1
- package/dist/style.es.js +1 -1
- package/dist/styles/font/config.json +3 -1
- package/dist/styles/font/demo_index.html +49 -3
- package/dist/styles/font/iconfont.css +11 -3
- package/dist/styles/font/iconfont.js +15 -15
- package/dist/styles/font/iconfont.json +14 -0
- package/dist/styles/font/iconfont.ttf +0 -0
- package/dist/styles/font/iconfont.woff +0 -0
- package/dist/styles/font/iconfont.woff2 +0 -0
- package/dist/styles/themes/default.scss +54 -50
- package/dist/styles/themes/jdb.scss +54 -50
- package/dist/styles/themes/jdt.scss +54 -50
- package/dist/styles/variables-jdb.scss +19 -1
- package/dist/styles/variables-jdt.scss +19 -1
- package/dist/styles/variables.scss +22 -1
- package/dist/types/__VUE/address/index.vue.d.ts +2 -2
- package/dist/types/__VUE/addresslist/components/ItemContents.vue.d.ts +1 -0
- package/dist/types/__VUE/animate/index.vue.d.ts +48 -0
- package/dist/types/__VUE/animate/type.d.ts +6 -0
- package/dist/types/__VUE/audiooperate/index.vue.d.ts +1 -0
- package/dist/types/__VUE/avatar/index.vue.d.ts +7 -7
- package/dist/types/__VUE/backtop/index.vue.d.ts +2 -2
- package/dist/types/__VUE/badge/index.vue.d.ts +2 -2
- package/dist/types/__VUE/button/index.vue.d.ts +2 -2
- package/dist/types/__VUE/calendaritem/index.vue.d.ts +10 -2
- package/dist/types/__VUE/cell/index.vue.d.ts +13 -6
- package/dist/types/__VUE/checkbox/common.d.ts +59 -0
- package/dist/types/__VUE/checkbox/index.vue.d.ts +20 -7
- package/dist/types/__VUE/checkboxgroup/index.vue.d.ts +7 -0
- package/dist/types/__VUE/circleprogress/index.vue.d.ts +2 -2
- package/dist/types/__VUE/collapse/index.vue.d.ts +5 -3
- package/dist/types/__VUE/collapseitem/index.vue.d.ts +2 -2
- package/dist/types/__VUE/configprovider/common.d.ts +20 -0
- package/dist/types/__VUE/configprovider/index.vue.d.ts +33 -0
- package/dist/types/__VUE/datepicker/index.vue.d.ts +5 -5
- package/dist/types/__VUE/datepicker/type.d.ts +6 -0
- package/dist/types/__VUE/dialog/index.d.ts +9 -2
- package/dist/types/__VUE/dialog/index.vue.d.ts +26 -17
- package/dist/types/__VUE/ecard/index.vue.d.ts +3 -3
- package/dist/types/__VUE/elevator/index.vue.d.ts +29 -0
- package/dist/types/__VUE/ellipsis/index.vue.d.ts +72 -0
- package/dist/types/__VUE/empty/index.vue.d.ts +2 -2
- package/dist/types/__VUE/formitem/index.vue.d.ts +3 -10
- package/dist/types/__VUE/grid/common.d.ts +3 -3
- package/dist/types/__VUE/grid/index.vue.d.ts +5 -5
- package/dist/types/__VUE/griditem/index.vue.d.ts +1 -1
- package/dist/types/__VUE/image/index.vue.d.ts +105 -0
- package/dist/types/__VUE/image/type.d.ts +6 -0
- package/dist/types/__VUE/imagepreview/index.vue.d.ts +36 -2
- package/dist/types/__VUE/infiniteloading/index.vue.d.ts +6 -6
- package/dist/types/__VUE/input/index.vue.d.ts +4 -4
- package/dist/types/__VUE/menu/index.vue.d.ts +29 -2
- package/dist/types/__VUE/menuitem/index.vue.d.ts +16 -7
- package/dist/types/__VUE/menuitem/type.d.ts +8 -0
- package/dist/types/__VUE/noticebar/index.vue.d.ts +3 -3
- package/dist/types/__VUE/picker/Column.vue.d.ts +1 -1
- package/dist/types/__VUE/picker/index.vue.d.ts +1 -1
- package/dist/types/__VUE/popover/index.vue.d.ts +2 -2
- package/dist/types/__VUE/range/index.vue.d.ts +1 -1
- package/dist/types/__VUE/rate/common.d.ts +149 -0
- package/dist/types/__VUE/rate/index.vue.d.ts +17 -7
- package/dist/types/__VUE/searchbar/index.vue.d.ts +2 -2
- package/dist/types/__VUE/skeleton/common.d.ts +2 -4
- package/dist/types/__VUE/step/index.vue.d.ts +2 -2
- package/dist/types/__VUE/swiper/index.vue.d.ts +4 -4
- package/dist/types/__VUE/switch/index.vue.d.ts +2 -2
- package/dist/types/__VUE/tabbaritem/index.vue.d.ts +2 -2
- package/dist/types/__VUE/tabs/common.d.ts +2 -2
- package/dist/types/__VUE/textarea/index.vue.d.ts +2 -2
- package/dist/types/__VUE/timeselect/index.vue.d.ts +8 -0
- package/dist/types/__VUE/toast/index.vue.d.ts +2 -2
- package/dist/types/__VUE/uploader/index.vue.d.ts +4 -4
- package/dist/types/__VUE/uploader/type.d.ts +2 -1
- package/dist/types/__VUE/uploader/uploader.d.ts +1 -0
- package/dist/types/__VUE/video/index.vue.d.ts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/nutui.d.ts +5 -1
- package/package.json +7 -3
|
@@ -72,7 +72,7 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
72
72
|
classes: import("vue").ComputedRef<{
|
|
73
73
|
[x: string]: boolean;
|
|
74
74
|
}>;
|
|
75
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-change" | "load-more"
|
|
75
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("refresh" | "scroll-change" | "load-more")[], "refresh" | "scroll-change" | "load-more", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
76
76
|
hasMore?: unknown;
|
|
77
77
|
threshold?: unknown;
|
|
78
78
|
pullIcon?: unknown;
|
|
@@ -85,6 +85,8 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
85
85
|
useCapture?: unknown;
|
|
86
86
|
isOpenRefresh?: unknown;
|
|
87
87
|
} & {
|
|
88
|
+
useWindow: boolean;
|
|
89
|
+
containerId: string;
|
|
88
90
|
hasMore: boolean;
|
|
89
91
|
threshold: number;
|
|
90
92
|
pullIcon: string;
|
|
@@ -92,15 +94,15 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
92
94
|
loadIcon: string;
|
|
93
95
|
loadTxt: string;
|
|
94
96
|
loadMoreTxt: string;
|
|
95
|
-
useWindow: boolean;
|
|
96
|
-
containerId: string;
|
|
97
97
|
useCapture: boolean;
|
|
98
98
|
isOpenRefresh: boolean;
|
|
99
99
|
} & {}> & {
|
|
100
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
100
101
|
"onScroll-change"?: ((...args: any[]) => any) | undefined;
|
|
101
102
|
"onLoad-more"?: ((...args: any[]) => any) | undefined;
|
|
102
|
-
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
103
103
|
}, {
|
|
104
|
+
useWindow: boolean;
|
|
105
|
+
containerId: string;
|
|
104
106
|
hasMore: boolean;
|
|
105
107
|
threshold: number;
|
|
106
108
|
pullIcon: string;
|
|
@@ -108,8 +110,6 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
108
110
|
loadIcon: string;
|
|
109
111
|
loadTxt: string;
|
|
110
112
|
loadMoreTxt: string;
|
|
111
|
-
useWindow: boolean;
|
|
112
|
-
containerId: string;
|
|
113
113
|
useCapture: boolean;
|
|
114
114
|
isOpenRefresh: boolean;
|
|
115
115
|
}>>;
|
|
@@ -190,14 +190,14 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
190
190
|
} & {
|
|
191
191
|
required: boolean;
|
|
192
192
|
type: import("./type").InputType;
|
|
193
|
-
center: boolean;
|
|
194
193
|
label: string;
|
|
195
194
|
disabled: boolean;
|
|
195
|
+
center: boolean;
|
|
196
196
|
border: boolean;
|
|
197
197
|
ref: string;
|
|
198
198
|
error: boolean;
|
|
199
|
-
placeholder: string;
|
|
200
199
|
modelValue: string | number;
|
|
200
|
+
placeholder: string;
|
|
201
201
|
maxLength: string | number;
|
|
202
202
|
clearable: boolean;
|
|
203
203
|
autofocus: boolean;
|
|
@@ -233,14 +233,14 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
233
233
|
}, {
|
|
234
234
|
required: boolean;
|
|
235
235
|
type: import("./type").InputType;
|
|
236
|
-
center: boolean;
|
|
237
236
|
label: string;
|
|
238
237
|
disabled: boolean;
|
|
238
|
+
center: boolean;
|
|
239
239
|
border: boolean;
|
|
240
240
|
ref: string;
|
|
241
241
|
error: boolean;
|
|
242
|
-
placeholder: string;
|
|
243
242
|
modelValue: string | number;
|
|
243
|
+
placeholder: string;
|
|
244
244
|
maxLength: string | number;
|
|
245
245
|
clearable: boolean;
|
|
246
246
|
autofocus: boolean;
|
|
@@ -11,6 +11,10 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
11
11
|
type: BooleanConstructor;
|
|
12
12
|
default: true;
|
|
13
13
|
};
|
|
14
|
+
lockScroll: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: true;
|
|
17
|
+
};
|
|
14
18
|
duration: {
|
|
15
19
|
type: (NumberConstructor | StringConstructor)[];
|
|
16
20
|
default: number;
|
|
@@ -19,29 +23,52 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
19
23
|
type: BooleanConstructor;
|
|
20
24
|
default: boolean;
|
|
21
25
|
};
|
|
26
|
+
direction: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
scrollFixed: {
|
|
31
|
+
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
titleClass: StringConstructor[];
|
|
22
35
|
}, {
|
|
23
36
|
toggleItem: (active: number) => void;
|
|
24
37
|
children: any[];
|
|
25
38
|
opened: import("vue").ComputedRef<boolean>;
|
|
26
39
|
classes: import("vue").ComputedRef<{
|
|
27
40
|
[x: string]: boolean;
|
|
41
|
+
'scroll-fixed': boolean;
|
|
28
42
|
}>;
|
|
29
|
-
barRef: Ref<HTMLElement | undefined>;
|
|
43
|
+
barRef: import("vue").Ref<HTMLElement | undefined>;
|
|
44
|
+
getClasses: (showPopup: boolean) => string;
|
|
30
45
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
31
46
|
activeColor?: unknown;
|
|
32
47
|
overlay?: unknown;
|
|
48
|
+
lockScroll?: unknown;
|
|
33
49
|
duration?: unknown;
|
|
34
50
|
closeOnClickOverlay?: unknown;
|
|
51
|
+
direction?: unknown;
|
|
52
|
+
scrollFixed?: unknown;
|
|
53
|
+
titleClass?: unknown;
|
|
35
54
|
} & {
|
|
36
55
|
overlay: boolean;
|
|
37
56
|
duration: string | number;
|
|
57
|
+
lockScroll: boolean;
|
|
38
58
|
closeOnClickOverlay: boolean;
|
|
39
59
|
activeColor: string;
|
|
40
|
-
|
|
60
|
+
direction: string;
|
|
61
|
+
scrollFixed: string | number | boolean;
|
|
62
|
+
} & {
|
|
63
|
+
titleClass?: string | undefined;
|
|
64
|
+
}>, {
|
|
41
65
|
overlay: boolean;
|
|
42
66
|
duration: string | number;
|
|
67
|
+
lockScroll: boolean;
|
|
43
68
|
closeOnClickOverlay: boolean;
|
|
44
69
|
activeColor: string;
|
|
70
|
+
direction: string;
|
|
71
|
+
scrollFixed: string | number | boolean;
|
|
45
72
|
}>>;
|
|
46
73
|
export default _sfc_main;
|
|
47
74
|
|
|
@@ -5,7 +5,7 @@ declare type Install<T> = T & {
|
|
|
5
5
|
declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
6
6
|
title: StringConstructor;
|
|
7
7
|
options: {
|
|
8
|
-
type: PropType<MenuItemOption[]>;
|
|
8
|
+
type: PropType<import("./type").MenuItemOption[]>;
|
|
9
9
|
default: never[];
|
|
10
10
|
};
|
|
11
11
|
disabled: {
|
|
@@ -17,7 +17,8 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
17
17
|
type: NumberConstructor;
|
|
18
18
|
default: number;
|
|
19
19
|
};
|
|
20
|
-
titleIcon:
|
|
20
|
+
titleIcon: StringConstructor;
|
|
21
|
+
optionIcon: {
|
|
21
22
|
type: StringConstructor;
|
|
22
23
|
default: string;
|
|
23
24
|
};
|
|
@@ -25,6 +26,12 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
25
26
|
classes: import("vue").ComputedRef<{
|
|
26
27
|
[x: string]: boolean;
|
|
27
28
|
}>;
|
|
29
|
+
placeholderElementStyle: import("vue").ComputedRef<{
|
|
30
|
+
height: string;
|
|
31
|
+
} | {
|
|
32
|
+
top: string;
|
|
33
|
+
height: string;
|
|
34
|
+
}>;
|
|
28
35
|
renderTitle: () => any;
|
|
29
36
|
state: {
|
|
30
37
|
showPopup: boolean;
|
|
@@ -36,7 +43,7 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
36
43
|
toggle: (show?: boolean, options?: {
|
|
37
44
|
immediate?: boolean;
|
|
38
45
|
}) => void;
|
|
39
|
-
onClick: (option: MenuItemOption) => void;
|
|
46
|
+
onClick: (option: import('./type').MenuItemOption) => void;
|
|
40
47
|
handleClose: () => void;
|
|
41
48
|
handleClickOutside: () => void;
|
|
42
49
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
@@ -46,22 +53,24 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
46
53
|
modelValue?: unknown;
|
|
47
54
|
cols?: unknown;
|
|
48
55
|
titleIcon?: unknown;
|
|
56
|
+
optionIcon?: unknown;
|
|
49
57
|
} & {
|
|
50
58
|
disabled: boolean;
|
|
51
|
-
options: MenuItemOption[];
|
|
59
|
+
options: import("./type").MenuItemOption[];
|
|
52
60
|
cols: number;
|
|
53
|
-
|
|
61
|
+
optionIcon: string;
|
|
54
62
|
} & {
|
|
55
63
|
title?: string | undefined;
|
|
64
|
+
titleIcon?: string | undefined;
|
|
56
65
|
modelValue?: unknown;
|
|
57
66
|
}> & {
|
|
58
67
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
59
68
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
60
69
|
}, {
|
|
61
70
|
disabled: boolean;
|
|
62
|
-
options: MenuItemOption[];
|
|
71
|
+
options: import("./type").MenuItemOption[];
|
|
63
72
|
cols: number;
|
|
64
|
-
|
|
73
|
+
optionIcon: string;
|
|
65
74
|
}>>;
|
|
66
75
|
export default _sfc_main;
|
|
67
76
|
|
|
@@ -105,8 +105,8 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
105
105
|
color: import("vue").Ref<string>;
|
|
106
106
|
text: import("vue").Ref<string>;
|
|
107
107
|
onClose: import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
108
|
-
direction: import("vue").Ref<string>;
|
|
109
108
|
height: import("vue").Ref<number>;
|
|
109
|
+
direction: import("vue").Ref<string>;
|
|
110
110
|
background: import("vue").Ref<string>;
|
|
111
111
|
list: import("vue").Ref<unknown[]>;
|
|
112
112
|
leftIcon: import("vue").Ref<string>;
|
|
@@ -137,8 +137,8 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
137
137
|
} & {
|
|
138
138
|
color: string;
|
|
139
139
|
text: string;
|
|
140
|
-
direction: string;
|
|
141
140
|
height: number;
|
|
141
|
+
direction: string;
|
|
142
142
|
background: string;
|
|
143
143
|
list: unknown[];
|
|
144
144
|
leftIcon: string;
|
|
@@ -156,8 +156,8 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
156
156
|
}, {
|
|
157
157
|
color: string;
|
|
158
158
|
text: string;
|
|
159
|
-
direction: string;
|
|
160
159
|
height: number;
|
|
160
|
+
direction: string;
|
|
161
161
|
background: string;
|
|
162
162
|
list: unknown[];
|
|
163
163
|
leftIcon: string;
|
|
@@ -39,8 +39,8 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
39
39
|
onClick: import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
40
40
|
column: import("vue").Ref<PickerOption[]>;
|
|
41
41
|
onChange: import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
42
|
-
value: import("vue").Ref<string | number | undefined>;
|
|
43
42
|
readonly: import("vue").Ref<boolean>;
|
|
43
|
+
value: import("vue").Ref<string | number | undefined>;
|
|
44
44
|
columnsType: import("vue").Ref<string | undefined>;
|
|
45
45
|
itemShow: import("vue").Ref<boolean>;
|
|
46
46
|
touchParams: import("vue").Ref<{
|
|
@@ -143,8 +143,8 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
143
143
|
onClick: import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
144
144
|
column: import("vue").Ref<import("./types").PickerOption[]>;
|
|
145
145
|
onChange: import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
146
|
-
value: import("vue").Ref<string | number | undefined>;
|
|
147
146
|
readonly: import("vue").Ref<boolean>;
|
|
147
|
+
value: import("vue").Ref<string | number | undefined>;
|
|
148
148
|
columnsType: import("vue").Ref<string | undefined>;
|
|
149
149
|
itemShow: import("vue").Ref<boolean>;
|
|
150
150
|
touchParams: import("vue").Ref<{
|
|
@@ -168,9 +168,9 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
168
168
|
isWrapTeleport: boolean;
|
|
169
169
|
safeAreaInsetBottom: boolean;
|
|
170
170
|
offset: unknown[];
|
|
171
|
+
theme: import("./type").PopoverTheme;
|
|
171
172
|
list: unknown[];
|
|
172
173
|
customClass: string;
|
|
173
|
-
theme: import("./type").PopoverTheme;
|
|
174
174
|
location: import("./type").PopoverLocation;
|
|
175
175
|
showArrow: boolean;
|
|
176
176
|
} & {
|
|
@@ -202,9 +202,9 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
202
202
|
isWrapTeleport: boolean;
|
|
203
203
|
safeAreaInsetBottom: boolean;
|
|
204
204
|
offset: unknown[];
|
|
205
|
+
theme: import("./type").PopoverTheme;
|
|
205
206
|
list: unknown[];
|
|
206
207
|
customClass: string;
|
|
207
|
-
theme: import("./type").PopoverTheme;
|
|
208
208
|
location: import("./type").PopoverLocation;
|
|
209
209
|
showArrow: boolean;
|
|
210
210
|
}>>;
|
|
@@ -62,8 +62,8 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
62
62
|
range: import("vue").Ref<boolean>;
|
|
63
63
|
onChange: import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
64
64
|
activeColor: import("vue").Ref<string | undefined>;
|
|
65
|
-
modelValue: import("vue").Ref<import("./type").SliderValue>;
|
|
66
65
|
"onUpdate:modelValue": import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
66
|
+
modelValue: import("vue").Ref<import("./type").SliderValue>;
|
|
67
67
|
"onDrag-end": import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
68
68
|
"onDrag-start": import("vue").Ref<((...args: any[]) => any) | undefined>;
|
|
69
69
|
inactiveColor: import("vue").Ref<string | undefined>;
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
import { Ref } from 'vue';
|
|
6
|
+
export declare const component: {
|
|
7
|
+
props: {
|
|
8
|
+
count: {
|
|
9
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
10
|
+
default: number;
|
|
11
|
+
};
|
|
12
|
+
modelValue: {
|
|
13
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
14
|
+
default: number;
|
|
15
|
+
};
|
|
16
|
+
iconSize: {
|
|
17
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
18
|
+
default: number;
|
|
19
|
+
};
|
|
20
|
+
activeColor: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
voidColor: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
uncheckedIcon: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
checkedIcon: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
readonly: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
disabled: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
allowHalf: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
touchable: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
spacing: {
|
|
53
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
54
|
+
default: number;
|
|
55
|
+
};
|
|
56
|
+
classPrefix: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
fontClassName: {
|
|
61
|
+
type: StringConstructor;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
emits: string[];
|
|
66
|
+
setup(props: any, { emit }: any): {
|
|
67
|
+
onClick: (e: number, index: number) => void;
|
|
68
|
+
pxCheck: (value: string | number) => string;
|
|
69
|
+
rateRefs: Ref<HTMLElement[]>;
|
|
70
|
+
refRandomId: string;
|
|
71
|
+
onTouchStart(event: Event): void;
|
|
72
|
+
onTouchMove(event: Event): void;
|
|
73
|
+
classes: import("vue").ComputedRef<{
|
|
74
|
+
[x: string]: boolean;
|
|
75
|
+
}>;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
export declare const taroComponent: {
|
|
79
|
+
props: {
|
|
80
|
+
count: {
|
|
81
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
82
|
+
default: number;
|
|
83
|
+
};
|
|
84
|
+
modelValue: {
|
|
85
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
86
|
+
default: number;
|
|
87
|
+
};
|
|
88
|
+
iconSize: {
|
|
89
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
90
|
+
default: number;
|
|
91
|
+
};
|
|
92
|
+
activeColor: {
|
|
93
|
+
type: StringConstructor;
|
|
94
|
+
default: string;
|
|
95
|
+
};
|
|
96
|
+
voidColor: {
|
|
97
|
+
type: StringConstructor;
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
uncheckedIcon: {
|
|
101
|
+
type: StringConstructor;
|
|
102
|
+
default: string;
|
|
103
|
+
};
|
|
104
|
+
checkedIcon: {
|
|
105
|
+
type: StringConstructor;
|
|
106
|
+
default: string;
|
|
107
|
+
};
|
|
108
|
+
readonly: {
|
|
109
|
+
type: BooleanConstructor;
|
|
110
|
+
default: boolean;
|
|
111
|
+
};
|
|
112
|
+
disabled: {
|
|
113
|
+
type: BooleanConstructor;
|
|
114
|
+
default: boolean;
|
|
115
|
+
};
|
|
116
|
+
allowHalf: {
|
|
117
|
+
type: BooleanConstructor;
|
|
118
|
+
default: boolean;
|
|
119
|
+
};
|
|
120
|
+
touchable: {
|
|
121
|
+
type: BooleanConstructor;
|
|
122
|
+
default: boolean;
|
|
123
|
+
};
|
|
124
|
+
spacing: {
|
|
125
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
126
|
+
default: number;
|
|
127
|
+
};
|
|
128
|
+
classPrefix: {
|
|
129
|
+
type: StringConstructor;
|
|
130
|
+
default: string;
|
|
131
|
+
};
|
|
132
|
+
fontClassName: {
|
|
133
|
+
type: StringConstructor;
|
|
134
|
+
default: string;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
emits: string[];
|
|
138
|
+
setup(props: any, { emit }: any): {
|
|
139
|
+
onClick: (e: number, index: number) => void;
|
|
140
|
+
pxCheck: (value: string | number) => string;
|
|
141
|
+
rateRefs: Ref<HTMLElement[]>;
|
|
142
|
+
refRandomId: string;
|
|
143
|
+
onTouchStart(event: Event): void;
|
|
144
|
+
onTouchMove(event: Event): void;
|
|
145
|
+
classes: import("vue").ComputedRef<{
|
|
146
|
+
[x: string]: boolean;
|
|
147
|
+
}>;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
@@ -43,6 +43,10 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
43
43
|
type: BooleanConstructor;
|
|
44
44
|
default: boolean;
|
|
45
45
|
};
|
|
46
|
+
touchable: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
46
50
|
spacing: {
|
|
47
51
|
type: (NumberConstructor | StringConstructor)[];
|
|
48
52
|
default: number;
|
|
@@ -56,12 +60,16 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
56
60
|
default: string;
|
|
57
61
|
};
|
|
58
62
|
}, {
|
|
63
|
+
onClick: (e: number, index: number) => void;
|
|
64
|
+
pxCheck: (value: string | number) => string;
|
|
65
|
+
rateRefs: import("vue").Ref<HTMLElement[]>;
|
|
66
|
+
refRandomId: string;
|
|
67
|
+
onTouchStart(event: Event): void;
|
|
68
|
+
onTouchMove(event: Event): void;
|
|
59
69
|
classes: import("vue").ComputedRef<{
|
|
60
70
|
[x: string]: boolean;
|
|
61
71
|
}>;
|
|
62
|
-
|
|
63
|
-
pxCheck: (value: string | number) => string;
|
|
64
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
72
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
65
73
|
count?: unknown;
|
|
66
74
|
modelValue?: unknown;
|
|
67
75
|
iconSize?: unknown;
|
|
@@ -72,6 +80,7 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
72
80
|
readonly?: unknown;
|
|
73
81
|
disabled?: unknown;
|
|
74
82
|
allowHalf?: unknown;
|
|
83
|
+
touchable?: unknown;
|
|
75
84
|
spacing?: unknown;
|
|
76
85
|
classPrefix?: unknown;
|
|
77
86
|
fontClassName?: unknown;
|
|
@@ -79,32 +88,33 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
79
88
|
classPrefix: string;
|
|
80
89
|
fontClassName: string;
|
|
81
90
|
disabled: boolean;
|
|
82
|
-
iconSize: string | number;
|
|
83
91
|
activeColor: string;
|
|
84
92
|
modelValue: string | number;
|
|
93
|
+
iconSize: string | number;
|
|
85
94
|
count: string | number;
|
|
86
95
|
readonly: boolean;
|
|
87
96
|
voidColor: string;
|
|
88
97
|
uncheckedIcon: string;
|
|
89
98
|
checkedIcon: string;
|
|
90
99
|
allowHalf: boolean;
|
|
100
|
+
touchable: boolean;
|
|
91
101
|
spacing: string | number;
|
|
92
102
|
} & {}> & {
|
|
93
|
-
|
|
94
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
103
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
95
104
|
}, {
|
|
96
105
|
classPrefix: string;
|
|
97
106
|
fontClassName: string;
|
|
98
107
|
disabled: boolean;
|
|
99
|
-
iconSize: string | number;
|
|
100
108
|
activeColor: string;
|
|
101
109
|
modelValue: string | number;
|
|
110
|
+
iconSize: string | number;
|
|
102
111
|
count: string | number;
|
|
103
112
|
readonly: boolean;
|
|
104
113
|
voidColor: string;
|
|
105
114
|
uncheckedIcon: string;
|
|
106
115
|
checkedIcon: string;
|
|
107
116
|
allowHalf: boolean;
|
|
117
|
+
touchable: boolean;
|
|
108
118
|
spacing: string | number;
|
|
109
119
|
}>>;
|
|
110
120
|
export default _sfc_main;
|
|
@@ -86,8 +86,8 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
86
86
|
} & {
|
|
87
87
|
label: string;
|
|
88
88
|
disabled: boolean;
|
|
89
|
-
placeholder: string;
|
|
90
89
|
modelValue: string | number;
|
|
90
|
+
placeholder: string;
|
|
91
91
|
background: string;
|
|
92
92
|
inputType: string;
|
|
93
93
|
maxLength: string | number;
|
|
@@ -109,8 +109,8 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
109
109
|
}, {
|
|
110
110
|
label: string;
|
|
111
111
|
disabled: boolean;
|
|
112
|
-
placeholder: string;
|
|
113
112
|
modelValue: string | number;
|
|
113
|
+
placeholder: string;
|
|
114
114
|
background: string;
|
|
115
115
|
inputType: string;
|
|
116
116
|
maxLength: string | number;
|
|
@@ -2,8 +2,6 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
import { CSSProperties } from 'vue';
|
|
6
|
-
import { PropType } from 'vue';
|
|
7
5
|
export declare type avatarShape = 'round' | 'square';
|
|
8
6
|
export declare const component: {
|
|
9
7
|
props: {
|
|
@@ -24,7 +22,7 @@ export declare const component: {
|
|
|
24
22
|
default: boolean;
|
|
25
23
|
};
|
|
26
24
|
avatarShape: {
|
|
27
|
-
type: PropType<avatarShape>;
|
|
25
|
+
type: import("vue").PropType<avatarShape>;
|
|
28
26
|
default: string;
|
|
29
27
|
};
|
|
30
28
|
avatarSize: {
|
|
@@ -58,6 +56,6 @@ export declare const component: {
|
|
|
58
56
|
[x: string]: any;
|
|
59
57
|
blockClass: boolean;
|
|
60
58
|
}>;
|
|
61
|
-
getStyle: () => CSSProperties;
|
|
59
|
+
getStyle: () => import('vue').CSSProperties;
|
|
62
60
|
};
|
|
63
61
|
};
|
|
@@ -38,16 +38,16 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
38
38
|
size?: unknown;
|
|
39
39
|
} & {
|
|
40
40
|
title: string;
|
|
41
|
-
icon: string;
|
|
42
41
|
size: string | number;
|
|
42
|
+
icon: string;
|
|
43
43
|
content: string;
|
|
44
44
|
iconColor: string;
|
|
45
45
|
} & {}> & {
|
|
46
46
|
"onClick-step"?: ((...args: any[]) => any) | undefined;
|
|
47
47
|
}, {
|
|
48
48
|
title: string;
|
|
49
|
-
icon: string;
|
|
50
49
|
size: string | number;
|
|
50
|
+
icon: string;
|
|
51
51
|
content: string;
|
|
52
52
|
iconColor: string;
|
|
53
53
|
}>>;
|
|
@@ -106,30 +106,30 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
106
106
|
isStopPropagation?: unknown;
|
|
107
107
|
} & {
|
|
108
108
|
duration: string | number;
|
|
109
|
-
direction: string;
|
|
110
109
|
width: string | number;
|
|
111
110
|
height: string | number;
|
|
111
|
+
direction: string;
|
|
112
|
+
touchable: boolean;
|
|
112
113
|
loop: boolean;
|
|
113
114
|
paginationVisible: boolean;
|
|
114
115
|
paginationColor: string;
|
|
115
116
|
autoPlay: string | number;
|
|
116
117
|
initPage: string | number;
|
|
117
|
-
touchable: boolean;
|
|
118
118
|
isPreventDefault: boolean;
|
|
119
119
|
isStopPropagation: boolean;
|
|
120
120
|
} & {}> & {
|
|
121
121
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
122
122
|
}, {
|
|
123
123
|
duration: string | number;
|
|
124
|
-
direction: string;
|
|
125
124
|
width: string | number;
|
|
126
125
|
height: string | number;
|
|
126
|
+
direction: string;
|
|
127
|
+
touchable: boolean;
|
|
127
128
|
loop: boolean;
|
|
128
129
|
paginationVisible: boolean;
|
|
129
130
|
paginationColor: string;
|
|
130
131
|
autoPlay: string | number;
|
|
131
132
|
initPage: string | number;
|
|
132
|
-
touchable: boolean;
|
|
133
133
|
isPreventDefault: boolean;
|
|
134
134
|
isStopPropagation: boolean;
|
|
135
135
|
}>>;
|
|
@@ -77,9 +77,9 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
77
77
|
size: string | number;
|
|
78
78
|
color: string;
|
|
79
79
|
loading: boolean;
|
|
80
|
-
activeText: string;
|
|
81
80
|
activeColor: string;
|
|
82
81
|
modelValue: string | number | boolean;
|
|
82
|
+
activeText: string;
|
|
83
83
|
inactiveColor: string;
|
|
84
84
|
disable: boolean;
|
|
85
85
|
inactiveText: string;
|
|
@@ -94,9 +94,9 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
94
94
|
size: string | number;
|
|
95
95
|
color: string;
|
|
96
96
|
loading: boolean;
|
|
97
|
-
activeText: string;
|
|
98
97
|
activeColor: string;
|
|
99
98
|
modelValue: string | number | boolean;
|
|
99
|
+
activeText: string;
|
|
100
100
|
inactiveColor: string;
|
|
101
101
|
disable: boolean;
|
|
102
102
|
inactiveText: string;
|
|
@@ -61,10 +61,10 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
61
61
|
fontClassName?: unknown;
|
|
62
62
|
to?: unknown;
|
|
63
63
|
} & {
|
|
64
|
-
icon: string;
|
|
65
64
|
img: string;
|
|
66
65
|
classPrefix: string;
|
|
67
66
|
fontClassName: string;
|
|
67
|
+
icon: string;
|
|
68
68
|
dot: boolean;
|
|
69
69
|
tabTitle: string;
|
|
70
70
|
href: string;
|
|
@@ -73,10 +73,10 @@ declare const _sfc_main: Install< import("vue").DefineComponent<{
|
|
|
73
73
|
} & {
|
|
74
74
|
to?: string | Record<string, any> | undefined;
|
|
75
75
|
}>, {
|
|
76
|
-
icon: string;
|
|
77
76
|
img: string;
|
|
78
77
|
classPrefix: string;
|
|
79
78
|
fontClassName: string;
|
|
79
|
+
icon: string;
|
|
80
80
|
dot: boolean;
|
|
81
81
|
tabTitle: string;
|
|
82
82
|
href: string;
|