@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { VNode
|
|
1
|
+
import { VNode } from 'vue';
|
|
2
2
|
export declare class Title {
|
|
3
3
|
title: string;
|
|
4
4
|
titleSlot?: VNode[];
|
|
@@ -11,172 +11,7 @@ export type TabsSize = 'large' | 'normal' | 'small';
|
|
|
11
11
|
declare type Install<T> = T & {
|
|
12
12
|
install(app: import('vue').App): void;
|
|
13
13
|
};
|
|
14
|
-
declare const _default: Install<
|
|
15
|
-
modelValue: {
|
|
16
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
17
|
-
default: number;
|
|
18
|
-
};
|
|
19
|
-
color: {
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
default: string;
|
|
22
|
-
};
|
|
23
|
-
direction: {
|
|
24
|
-
type: StringConstructor;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
size: {
|
|
28
|
-
type: import("vue").PropType<TabsSize>;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
type: {
|
|
32
|
-
type: StringConstructor;
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
|
-
titleScroll: {
|
|
36
|
-
type: BooleanConstructor;
|
|
37
|
-
default: boolean;
|
|
38
|
-
};
|
|
39
|
-
ellipsis: {
|
|
40
|
-
type: BooleanConstructor;
|
|
41
|
-
default: boolean;
|
|
42
|
-
};
|
|
43
|
-
swipeable: {
|
|
44
|
-
type: BooleanConstructor;
|
|
45
|
-
default: boolean;
|
|
46
|
-
};
|
|
47
|
-
autoHeight: {
|
|
48
|
-
type: BooleanConstructor;
|
|
49
|
-
default: boolean;
|
|
50
|
-
};
|
|
51
|
-
background: {
|
|
52
|
-
type: StringConstructor;
|
|
53
|
-
default: string;
|
|
54
|
-
};
|
|
55
|
-
animatedTime: {
|
|
56
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
57
|
-
default: number;
|
|
58
|
-
};
|
|
59
|
-
titleGutter: {
|
|
60
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
61
|
-
default: number;
|
|
62
|
-
};
|
|
63
|
-
sticky: {
|
|
64
|
-
type: BooleanConstructor;
|
|
65
|
-
default: boolean;
|
|
66
|
-
};
|
|
67
|
-
top: {
|
|
68
|
-
type: NumberConstructor;
|
|
69
|
-
default: number;
|
|
70
|
-
};
|
|
71
|
-
}, {
|
|
72
|
-
onTouchStart(event: Event): void;
|
|
73
|
-
onTouchMove(event: Event): void;
|
|
74
|
-
onTouchEnd(): void;
|
|
75
|
-
isBegin: () => boolean;
|
|
76
|
-
isEnd: () => boolean;
|
|
77
|
-
next: () => void;
|
|
78
|
-
prev: () => void;
|
|
79
|
-
updateValue: (item: Title) => void;
|
|
80
|
-
tabChange: (item: Title, index: number) => void;
|
|
81
|
-
setTabItemRef: (el: HTMLElement, index: number) => void;
|
|
82
|
-
navRef: Ref<HTMLElement | undefined>;
|
|
83
|
-
tabsContentRef: Ref<HTMLElement | undefined>;
|
|
84
|
-
titles: Ref<Title[]>;
|
|
85
|
-
contentStyle: import("vue").ComputedRef<CSSProperties>;
|
|
86
|
-
tabsNavStyle: import("vue").ComputedRef<{
|
|
87
|
-
background: any;
|
|
88
|
-
}>;
|
|
89
|
-
titleStyle: import("vue").ComputedRef<{
|
|
90
|
-
marginLeft: string;
|
|
91
|
-
marginRight: string;
|
|
92
|
-
}>;
|
|
93
|
-
tabsActiveStyle: import("vue").ComputedRef<{
|
|
94
|
-
color: any;
|
|
95
|
-
background: any;
|
|
96
|
-
}>;
|
|
97
|
-
container: Ref<null>;
|
|
98
|
-
getScrollY: import("vue").ComputedRef<any>;
|
|
99
|
-
onStickyScroll: (params: {
|
|
100
|
-
top: number;
|
|
101
|
-
fixed: boolean;
|
|
102
|
-
}) => void;
|
|
103
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
104
|
-
modelValue: {
|
|
105
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
106
|
-
default: number;
|
|
107
|
-
};
|
|
108
|
-
color: {
|
|
109
|
-
type: StringConstructor;
|
|
110
|
-
default: string;
|
|
111
|
-
};
|
|
112
|
-
direction: {
|
|
113
|
-
type: StringConstructor;
|
|
114
|
-
default: string;
|
|
115
|
-
};
|
|
116
|
-
size: {
|
|
117
|
-
type: import("vue").PropType<TabsSize>;
|
|
118
|
-
default: string;
|
|
119
|
-
};
|
|
120
|
-
type: {
|
|
121
|
-
type: StringConstructor;
|
|
122
|
-
default: string;
|
|
123
|
-
};
|
|
124
|
-
titleScroll: {
|
|
125
|
-
type: BooleanConstructor;
|
|
126
|
-
default: boolean;
|
|
127
|
-
};
|
|
128
|
-
ellipsis: {
|
|
129
|
-
type: BooleanConstructor;
|
|
130
|
-
default: boolean;
|
|
131
|
-
};
|
|
132
|
-
swipeable: {
|
|
133
|
-
type: BooleanConstructor;
|
|
134
|
-
default: boolean;
|
|
135
|
-
};
|
|
136
|
-
autoHeight: {
|
|
137
|
-
type: BooleanConstructor;
|
|
138
|
-
default: boolean;
|
|
139
|
-
};
|
|
140
|
-
background: {
|
|
141
|
-
type: StringConstructor;
|
|
142
|
-
default: string;
|
|
143
|
-
};
|
|
144
|
-
animatedTime: {
|
|
145
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
146
|
-
default: number;
|
|
147
|
-
};
|
|
148
|
-
titleGutter: {
|
|
149
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
150
|
-
default: number;
|
|
151
|
-
};
|
|
152
|
-
sticky: {
|
|
153
|
-
type: BooleanConstructor;
|
|
154
|
-
default: boolean;
|
|
155
|
-
};
|
|
156
|
-
top: {
|
|
157
|
-
type: NumberConstructor;
|
|
158
|
-
default: number;
|
|
159
|
-
};
|
|
160
|
-
}>> & {
|
|
161
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
162
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
163
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
164
|
-
}, {
|
|
165
|
-
type: string;
|
|
166
|
-
color: string;
|
|
167
|
-
top: number;
|
|
168
|
-
ellipsis: boolean;
|
|
169
|
-
size: TabsSize;
|
|
170
|
-
sticky: boolean;
|
|
171
|
-
modelValue: string | number;
|
|
172
|
-
background: string;
|
|
173
|
-
direction: string;
|
|
174
|
-
titleScroll: boolean;
|
|
175
|
-
swipeable: boolean;
|
|
176
|
-
autoHeight: boolean;
|
|
177
|
-
animatedTime: string | number;
|
|
178
|
-
titleGutter: string | number;
|
|
179
|
-
}>>;
|
|
14
|
+
declare const _default: Install< (props: Record<string, any> & {}) => any>;
|
|
180
15
|
export default _default;
|
|
181
16
|
|
|
182
17
|
declare module 'vue' {
|
|
@@ -1,86 +1,8 @@
|
|
|
1
|
-
import { PropType, CSSProperties } from 'vue';
|
|
2
|
-
import { TagType } 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: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
textColor: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
type: {
|
|
17
|
-
type: PropType<TagType>;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
plain: {
|
|
21
|
-
type: BooleanConstructor;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
round: {
|
|
25
|
-
type: BooleanConstructor;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
mark: {
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
default: boolean;
|
|
31
|
-
};
|
|
32
|
-
closeable: {
|
|
33
|
-
type: BooleanConstructor;
|
|
34
|
-
default: boolean;
|
|
35
|
-
};
|
|
36
|
-
}, {
|
|
37
|
-
classes: import("vue").ComputedRef<{
|
|
38
|
-
[x: string]: boolean | TagType;
|
|
39
|
-
}>;
|
|
40
|
-
getStyle: () => CSSProperties;
|
|
41
|
-
onClose: (event: MouseEvent) => void;
|
|
42
|
-
onClick: (event: MouseEvent) => void;
|
|
43
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "click")[], "close" | "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
|
-
color: {
|
|
45
|
-
type: StringConstructor;
|
|
46
|
-
default: string;
|
|
47
|
-
};
|
|
48
|
-
textColor: {
|
|
49
|
-
type: StringConstructor;
|
|
50
|
-
default: string;
|
|
51
|
-
};
|
|
52
|
-
type: {
|
|
53
|
-
type: PropType<TagType>;
|
|
54
|
-
default: string;
|
|
55
|
-
};
|
|
56
|
-
plain: {
|
|
57
|
-
type: BooleanConstructor;
|
|
58
|
-
default: boolean;
|
|
59
|
-
};
|
|
60
|
-
round: {
|
|
61
|
-
type: BooleanConstructor;
|
|
62
|
-
default: boolean;
|
|
63
|
-
};
|
|
64
|
-
mark: {
|
|
65
|
-
type: BooleanConstructor;
|
|
66
|
-
default: boolean;
|
|
67
|
-
};
|
|
68
|
-
closeable: {
|
|
69
|
-
type: BooleanConstructor;
|
|
70
|
-
default: boolean;
|
|
71
|
-
};
|
|
72
|
-
}>> & {
|
|
73
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
74
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
75
|
-
}, {
|
|
76
|
-
mark: boolean;
|
|
77
|
-
round: boolean;
|
|
78
|
-
type: TagType;
|
|
79
|
-
color: string;
|
|
80
|
-
closeable: boolean;
|
|
81
|
-
plain: boolean;
|
|
82
|
-
textColor: string;
|
|
83
|
-
}>>;
|
|
5
|
+
declare const _default: Install< (props: Record<string, any> & {}) => any>;
|
|
84
6
|
export default _default;
|
|
85
7
|
|
|
86
8
|
declare module 'vue' {
|
|
@@ -5,117 +5,7 @@ export interface InputTarget extends HTMLInputElement {
|
|
|
5
5
|
declare type Install<T> = T & {
|
|
6
6
|
install(app: import('vue').App): void;
|
|
7
7
|
};
|
|
8
|
-
declare const _default: Install<
|
|
9
|
-
modelValue: {
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
default: string;
|
|
12
|
-
};
|
|
13
|
-
textAlign: {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
limitShow: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
maxLength: {
|
|
22
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
|
-
rows: {
|
|
26
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
27
|
-
default: string;
|
|
28
|
-
};
|
|
29
|
-
placeholder: {
|
|
30
|
-
type: StringConstructor;
|
|
31
|
-
default: string;
|
|
32
|
-
};
|
|
33
|
-
readonly: {
|
|
34
|
-
type: BooleanConstructor;
|
|
35
|
-
default: boolean;
|
|
36
|
-
};
|
|
37
|
-
disabled: {
|
|
38
|
-
type: BooleanConstructor;
|
|
39
|
-
default: boolean;
|
|
40
|
-
};
|
|
41
|
-
autosize: {
|
|
42
|
-
type: (ObjectConstructor | BooleanConstructor)[];
|
|
43
|
-
default: boolean;
|
|
44
|
-
};
|
|
45
|
-
autofocus: {
|
|
46
|
-
type: BooleanConstructor;
|
|
47
|
-
default: boolean;
|
|
48
|
-
};
|
|
49
|
-
}, {
|
|
50
|
-
textareaRef: import("vue").Ref<any>;
|
|
51
|
-
classes: import("vue").ComputedRef<{
|
|
52
|
-
[x: string]: boolean;
|
|
53
|
-
}>;
|
|
54
|
-
styles: any;
|
|
55
|
-
change: (event: Event) => void;
|
|
56
|
-
focus: (event: Event) => void;
|
|
57
|
-
blur: (event: Event) => void;
|
|
58
|
-
translate: (keyPath: string, ...args: unknown[]) => string;
|
|
59
|
-
startComposing: ({ target }: Event) => void;
|
|
60
|
-
endComposing: ({ target }: Event) => void;
|
|
61
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "blur" | "focus")[], "change" | "update:modelValue" | "blur" | "focus", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
62
|
-
modelValue: {
|
|
63
|
-
type: StringConstructor;
|
|
64
|
-
default: string;
|
|
65
|
-
};
|
|
66
|
-
textAlign: {
|
|
67
|
-
type: StringConstructor;
|
|
68
|
-
default: string;
|
|
69
|
-
};
|
|
70
|
-
limitShow: {
|
|
71
|
-
type: BooleanConstructor;
|
|
72
|
-
default: boolean;
|
|
73
|
-
};
|
|
74
|
-
maxLength: {
|
|
75
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
76
|
-
default: string;
|
|
77
|
-
};
|
|
78
|
-
rows: {
|
|
79
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
80
|
-
default: string;
|
|
81
|
-
};
|
|
82
|
-
placeholder: {
|
|
83
|
-
type: StringConstructor;
|
|
84
|
-
default: string;
|
|
85
|
-
};
|
|
86
|
-
readonly: {
|
|
87
|
-
type: BooleanConstructor;
|
|
88
|
-
default: boolean;
|
|
89
|
-
};
|
|
90
|
-
disabled: {
|
|
91
|
-
type: BooleanConstructor;
|
|
92
|
-
default: boolean;
|
|
93
|
-
};
|
|
94
|
-
autosize: {
|
|
95
|
-
type: (ObjectConstructor | BooleanConstructor)[];
|
|
96
|
-
default: boolean;
|
|
97
|
-
};
|
|
98
|
-
autofocus: {
|
|
99
|
-
type: BooleanConstructor;
|
|
100
|
-
default: boolean;
|
|
101
|
-
};
|
|
102
|
-
}>> & {
|
|
103
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
104
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
105
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
106
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
107
|
-
}, {
|
|
108
|
-
disabled: boolean;
|
|
109
|
-
modelValue: string;
|
|
110
|
-
rows: string | number;
|
|
111
|
-
readonly: boolean;
|
|
112
|
-
textAlign: string;
|
|
113
|
-
placeholder: string;
|
|
114
|
-
maxLength: string | number;
|
|
115
|
-
autofocus: boolean;
|
|
116
|
-
limitShow: boolean;
|
|
117
|
-
autosize: boolean | Record<string, any>;
|
|
118
|
-
}>>;
|
|
8
|
+
declare const _default: Install< (props: Record<string, any> & {}) => any>;
|
|
119
9
|
export default _default;
|
|
120
10
|
|
|
121
11
|
declare module 'vue' {
|
|
@@ -2,33 +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
|
-
times: {
|
|
7
|
-
type: ArrayConstructor;
|
|
8
|
-
default: () => never[];
|
|
9
|
-
};
|
|
10
|
-
}, {
|
|
11
|
-
getClass: (item: string) => {
|
|
12
|
-
'nut-time-detail__detail__list__item': boolean;
|
|
13
|
-
'nut-time-detail__detail__list__item--curr': boolean;
|
|
14
|
-
} | undefined;
|
|
15
|
-
renderData: import("vue").ComputedRef<any>;
|
|
16
|
-
handleTime: (time: string) => void;
|
|
17
|
-
currentKey: import("vue").Ref<unknown>;
|
|
18
|
-
currentTime: import("vue").Ref<any[]>;
|
|
19
|
-
classes: import("vue").ComputedRef<{
|
|
20
|
-
[x: string]: boolean;
|
|
21
|
-
}>;
|
|
22
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
-
times: {
|
|
24
|
-
type: ArrayConstructor;
|
|
25
|
-
default: () => never[];
|
|
26
|
-
};
|
|
27
|
-
}>> & {
|
|
28
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
29
|
-
}, {
|
|
30
|
-
times: unknown[];
|
|
31
|
-
}>>;
|
|
5
|
+
declare const _default: Install< (props: Record<string, any> & {}) => any>;
|
|
32
6
|
export default _default;
|
|
33
7
|
|
|
34
8
|
declare module 'vue' {
|
|
@@ -2,37 +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
|
-
name: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
pannelKey: {
|
|
11
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
12
|
-
default: number;
|
|
13
|
-
};
|
|
14
|
-
}, {
|
|
15
|
-
classes: import("vue").ComputedRef<{
|
|
16
|
-
[x: string]: boolean;
|
|
17
|
-
'nut-time-pannel--curr': boolean;
|
|
18
|
-
}>;
|
|
19
|
-
handlePannel: (pannelKey: number | string) => void;
|
|
20
|
-
currentKey: import("vue").Ref<unknown>;
|
|
21
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
-
name: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
pannelKey: {
|
|
27
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
28
|
-
default: number;
|
|
29
|
-
};
|
|
30
|
-
}>> & {
|
|
31
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
32
|
-
}, {
|
|
33
|
-
name: string;
|
|
34
|
-
pannelKey: string | number;
|
|
35
|
-
}>>;
|
|
5
|
+
declare const _default: Install< (props: Record<string, any> & {}) => any>;
|
|
36
6
|
export default _default;
|
|
37
7
|
|
|
38
8
|
declare module 'vue' {
|
|
@@ -2,87 +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
|
-
visible: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
defalut: boolean;
|
|
9
|
-
};
|
|
10
|
-
height: {
|
|
11
|
-
type: StringConstructor[];
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
title: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
currentKey: {
|
|
19
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
20
|
-
default: number;
|
|
21
|
-
};
|
|
22
|
-
currentTime: {
|
|
23
|
-
type: ArrayConstructor;
|
|
24
|
-
default: () => never[];
|
|
25
|
-
};
|
|
26
|
-
lockScroll: {
|
|
27
|
-
type: BooleanConstructor[];
|
|
28
|
-
default: boolean;
|
|
29
|
-
};
|
|
30
|
-
teleportDisable: {
|
|
31
|
-
type: BooleanConstructor;
|
|
32
|
-
default: boolean;
|
|
33
|
-
};
|
|
34
|
-
}, {
|
|
35
|
-
classes: import("vue").ComputedRef<{
|
|
36
|
-
[x: string]: boolean;
|
|
37
|
-
}>;
|
|
38
|
-
popStyle: import("vue").ComputedRef<{
|
|
39
|
-
width: string;
|
|
40
|
-
height: any;
|
|
41
|
-
}>;
|
|
42
|
-
props: any;
|
|
43
|
-
close: () => void;
|
|
44
|
-
translate: (keyPath: string, ...args: unknown[]) => string;
|
|
45
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:visible")[], "select" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
-
visible: {
|
|
47
|
-
type: BooleanConstructor;
|
|
48
|
-
defalut: boolean;
|
|
49
|
-
};
|
|
50
|
-
height: {
|
|
51
|
-
type: StringConstructor[];
|
|
52
|
-
default: string;
|
|
53
|
-
};
|
|
54
|
-
title: {
|
|
55
|
-
type: StringConstructor;
|
|
56
|
-
default: string;
|
|
57
|
-
};
|
|
58
|
-
currentKey: {
|
|
59
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
60
|
-
default: number;
|
|
61
|
-
};
|
|
62
|
-
currentTime: {
|
|
63
|
-
type: ArrayConstructor;
|
|
64
|
-
default: () => never[];
|
|
65
|
-
};
|
|
66
|
-
lockScroll: {
|
|
67
|
-
type: BooleanConstructor[];
|
|
68
|
-
default: boolean;
|
|
69
|
-
};
|
|
70
|
-
teleportDisable: {
|
|
71
|
-
type: BooleanConstructor;
|
|
72
|
-
default: boolean;
|
|
73
|
-
};
|
|
74
|
-
}>> & {
|
|
75
|
-
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
76
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
77
|
-
}, {
|
|
78
|
-
title: string;
|
|
79
|
-
visible: boolean;
|
|
80
|
-
lockScroll: boolean;
|
|
81
|
-
teleportDisable: boolean;
|
|
82
|
-
height: string;
|
|
83
|
-
currentKey: string | number;
|
|
84
|
-
currentTime: unknown[];
|
|
85
|
-
}>>;
|
|
5
|
+
declare const _default: Install< (props: Record<string, any> & {}) => any>;
|
|
86
6
|
export default _default;
|
|
87
7
|
|
|
88
8
|
declare module 'vue' {
|
|
@@ -1,156 +1,8 @@
|
|
|
1
|
-
import { PropType, Component } from 'vue';
|
|
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
|
-
id: StringConstructor;
|
|
8
|
-
msg: StringConstructor;
|
|
9
|
-
duration: {
|
|
10
|
-
type: NumberConstructor;
|
|
11
|
-
default: number;
|
|
12
|
-
};
|
|
13
|
-
center: {
|
|
14
|
-
type: BooleanConstructor;
|
|
15
|
-
default: boolean;
|
|
16
|
-
};
|
|
17
|
-
type: {
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
customClass: StringConstructor;
|
|
22
|
-
bottom: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
size: {
|
|
27
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
|
-
icon: {
|
|
31
|
-
type: PropType<Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
|
|
32
|
-
default: null;
|
|
33
|
-
};
|
|
34
|
-
textAlignCenter: {
|
|
35
|
-
type: BooleanConstructor;
|
|
36
|
-
default: boolean;
|
|
37
|
-
};
|
|
38
|
-
loadingRotate: {
|
|
39
|
-
type: BooleanConstructor;
|
|
40
|
-
default: boolean;
|
|
41
|
-
};
|
|
42
|
-
bgColor: {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
default: string;
|
|
45
|
-
};
|
|
46
|
-
onClose: FunctionConstructor;
|
|
47
|
-
unmount: FunctionConstructor;
|
|
48
|
-
cover: {
|
|
49
|
-
type: BooleanConstructor;
|
|
50
|
-
default: boolean;
|
|
51
|
-
};
|
|
52
|
-
coverColor: {
|
|
53
|
-
type: StringConstructor;
|
|
54
|
-
default: string;
|
|
55
|
-
};
|
|
56
|
-
title: {
|
|
57
|
-
type: StringConstructor;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
|
-
closeOnClickOverlay: {
|
|
61
|
-
type: BooleanConstructor;
|
|
62
|
-
default: boolean;
|
|
63
|
-
};
|
|
64
|
-
}, {
|
|
65
|
-
state: {
|
|
66
|
-
mounted: boolean;
|
|
67
|
-
};
|
|
68
|
-
hide: () => void;
|
|
69
|
-
clickCover: () => void;
|
|
70
|
-
hasIcon: import("vue").ComputedRef<boolean>;
|
|
71
|
-
toastBodyClass: import("vue").ComputedRef<any[]>;
|
|
72
|
-
toastIconWrapperClass: import("vue").ComputedRef<(string | {
|
|
73
|
-
'nut-toast-icon-no-animation': boolean;
|
|
74
|
-
})[]>;
|
|
75
|
-
onAfterLeave: () => void;
|
|
76
|
-
renderIcon: (icon: Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>, props?: any) => "" | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
77
|
-
[key: string]: any;
|
|
78
|
-
}>;
|
|
79
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
80
|
-
id: StringConstructor;
|
|
81
|
-
msg: StringConstructor;
|
|
82
|
-
duration: {
|
|
83
|
-
type: NumberConstructor;
|
|
84
|
-
default: number;
|
|
85
|
-
};
|
|
86
|
-
center: {
|
|
87
|
-
type: BooleanConstructor;
|
|
88
|
-
default: boolean;
|
|
89
|
-
};
|
|
90
|
-
type: {
|
|
91
|
-
type: StringConstructor;
|
|
92
|
-
default: string;
|
|
93
|
-
};
|
|
94
|
-
customClass: StringConstructor;
|
|
95
|
-
bottom: {
|
|
96
|
-
type: StringConstructor;
|
|
97
|
-
default: string;
|
|
98
|
-
};
|
|
99
|
-
size: {
|
|
100
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
101
|
-
default: string;
|
|
102
|
-
};
|
|
103
|
-
icon: {
|
|
104
|
-
type: PropType<Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
|
|
105
|
-
default: null;
|
|
106
|
-
};
|
|
107
|
-
textAlignCenter: {
|
|
108
|
-
type: BooleanConstructor;
|
|
109
|
-
default: boolean;
|
|
110
|
-
};
|
|
111
|
-
loadingRotate: {
|
|
112
|
-
type: BooleanConstructor;
|
|
113
|
-
default: boolean;
|
|
114
|
-
};
|
|
115
|
-
bgColor: {
|
|
116
|
-
type: StringConstructor;
|
|
117
|
-
default: string;
|
|
118
|
-
};
|
|
119
|
-
onClose: FunctionConstructor;
|
|
120
|
-
unmount: FunctionConstructor;
|
|
121
|
-
cover: {
|
|
122
|
-
type: BooleanConstructor;
|
|
123
|
-
default: boolean;
|
|
124
|
-
};
|
|
125
|
-
coverColor: {
|
|
126
|
-
type: StringConstructor;
|
|
127
|
-
default: string;
|
|
128
|
-
};
|
|
129
|
-
title: {
|
|
130
|
-
type: StringConstructor;
|
|
131
|
-
default: string;
|
|
132
|
-
};
|
|
133
|
-
closeOnClickOverlay: {
|
|
134
|
-
type: BooleanConstructor;
|
|
135
|
-
default: boolean;
|
|
136
|
-
};
|
|
137
|
-
}>> & {
|
|
138
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
139
|
-
}, {
|
|
140
|
-
title: string;
|
|
141
|
-
center: boolean;
|
|
142
|
-
bottom: string;
|
|
143
|
-
duration: number;
|
|
144
|
-
closeOnClickOverlay: boolean;
|
|
145
|
-
type: string;
|
|
146
|
-
cover: boolean;
|
|
147
|
-
size: string | number;
|
|
148
|
-
icon: Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
149
|
-
bgColor: string;
|
|
150
|
-
textAlignCenter: boolean;
|
|
151
|
-
loadingRotate: boolean;
|
|
152
|
-
coverColor: string;
|
|
153
|
-
}>>;
|
|
5
|
+
declare const _default: Install< (props: Record<string, any> & {}) => any>;
|
|
154
6
|
export default _default;
|
|
155
7
|
|
|
156
8
|
declare module 'vue' {
|