@tplc/wot 0.1.0 → 0.1.2
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/global.d.ts
CHANGED
|
@@ -1,96 +1,96 @@
|
|
|
1
1
|
declare module 'vue' {
|
|
2
2
|
// Helper for Volar
|
|
3
3
|
export interface GlobalComponents {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
4
|
+
'wd-action-sheet': (typeof import('./types/components/wd-action-sheet/wd-action-sheet.vue'))['default']
|
|
5
|
+
'wd-badge': (typeof import('./types/components/wd-badge/wd-badge.vue'))['default']
|
|
6
|
+
'wd-button': (typeof import('./types/components/wd-button/wd-button.vue'))['default']
|
|
7
|
+
'wd-calendar': (typeof import('./types/components/wd-calendar/wd-calendar.vue'))['default']
|
|
8
|
+
'wd-calendar-view': (typeof import('./types/components/wd-calendar-view/wd-calendar-view.vue'))['default']
|
|
9
|
+
'wd-card': (typeof import('./types/components/wd-card/wd-card.vue'))['default']
|
|
10
|
+
'wd-cell': (typeof import('./types/components/wd-cell/wd-cell.vue'))['default']
|
|
11
|
+
'wd-cell-group': (typeof import('./types/components/wd-cell-group/wd-cell-group.vue'))['default']
|
|
12
|
+
'wd-checkbox': (typeof import('./types/components/wd-checkbox/wd-checkbox.vue'))['default']
|
|
13
|
+
'wd-checkbox-group': (typeof import('./types/components/wd-checkbox-group/wd-checkbox-group.vue'))['default']
|
|
14
|
+
'wd-col': (typeof import('./types/components/wd-col/wd-col.vue'))['default']
|
|
15
|
+
'wd-col-picker': (typeof import('./types/components/wd-col-picker/wd-col-picker.vue'))['default']
|
|
16
|
+
'wd-collapse': (typeof import('./types/components/wd-collapse/wd-collapse.vue'))['default']
|
|
17
|
+
'wd-collapse-item': (typeof import('./types/components/wd-collapse-item/wd-collapse-item.vue'))['default']
|
|
18
|
+
'wd-config-provider': (typeof import('./types/components/wd-config-provider/wd-config-provider.vue'))['default']
|
|
19
|
+
'wd-curtain': (typeof import('./types/components/wd-curtain/wd-curtain.vue'))['default']
|
|
20
|
+
'wd-datetime-picker': (typeof import('./types/components/wd-datetime-picker/wd-datetime-picker.vue'))['default']
|
|
21
|
+
'wd-datetime-picker-view': (typeof import('./types/components/wd-datetime-picker-view/wd-datetime-picker-view.vue'))['default']
|
|
22
|
+
'wd-divider': (typeof import('./types/components/wd-divider/wd-divider.vue'))['default']
|
|
23
|
+
'wd-drop-menu': (typeof import('./types/components/wd-drop-menu/wd-drop-menu.vue'))['default']
|
|
24
|
+
'wd-drop-menu-item': (typeof import('./types/components/wd-drop-menu-item/wd-drop-menu-item.vue'))['default']
|
|
25
|
+
'wd-grid': (typeof import('./types/components/wd-grid/wd-grid.vue'))['default']
|
|
26
|
+
'wd-gridItem': (typeof import('./types/components/wd-grid-item/wd-grid-item.vue'))['default']
|
|
27
|
+
'wd-icon': (typeof import('./types/components/wd-icon/wd-icon.vue'))['default']
|
|
28
|
+
'wd-img': (typeof import('./types/components/wd-img/wd-img.vue'))['default']
|
|
29
|
+
'wd-img-cropper': (typeof import('./types/components/wd-img-cropper/wd-img-cropper.vue'))['default']
|
|
30
|
+
'wd-input': (typeof import('./types/components/wd-input/wd-input.vue'))['default']
|
|
31
|
+
'wd-input-number': (typeof import('./types/components/wd-input-number/wd-input-number.vue'))['default']
|
|
32
|
+
'wd-loading': (typeof import('./types/components/wd-ioading/wd-ioading.vue'))['default']
|
|
33
|
+
'wd-loadmore': (typeof import('./types/components/wd-ioadmore/wd-ioadmore.vue'))['default']
|
|
34
|
+
'wd-message-box': (typeof import('./types/components/wd-message-box/wd-message-box.vue'))['default']
|
|
35
|
+
'wd-overlay': (typeof import('./types/components/wd-overlay/wd-overlay.vue'))['default']
|
|
36
|
+
'wd-notice-bar': (typeof import('./types/components/wd-notice-bar/wd-notice-bar.vue'))['default']
|
|
37
|
+
'wd-pagination': (typeof import('./types/components/wd-pagination/wd-pagination.vue'))['default']
|
|
38
|
+
'wd-picker': (typeof import('./types/components/wd-picker/wd-picker.vue'))['default']
|
|
39
|
+
'wd-picker-view': (typeof import('./types/components/wd-picker-view/wd-picker-view.vue'))['default']
|
|
40
|
+
'wd-popover': (typeof import('./types/components/wd-popover/wd-popover.vue'))['default']
|
|
41
|
+
'wd-popup': (typeof import('./types/components/wd-popup/wd-popup.vue'))['default']
|
|
42
|
+
'wd-progress': (typeof import('./types/components/wd-progress/wd-progress.vue'))['default']
|
|
43
|
+
'wd-radio': (typeof import('./types/components/wd-radio/wd-radio.vue'))['default']
|
|
44
|
+
'wd-radio-group': (typeof import('./types/components/wd-radio-group/wd-radio-group.vue'))['default']
|
|
45
|
+
'wd-rate': (typeof import('./types/components/wd-rate/wd-rate.vue'))['default']
|
|
46
|
+
'wd-resize': (typeof import('./types/components/wd-resize/wd-resize.vue'))['default']
|
|
47
|
+
'wd-row': (typeof import('./types/components/wd-row/wd-row.vue'))['default']
|
|
48
|
+
'wd-search': (typeof import('./types/components/wd-search/wd-search.vue'))['default']
|
|
49
|
+
'wd-select-picker': (typeof import('./types/components/wd-select-picker/wd-select-picker.vue'))['default']
|
|
50
|
+
'wd-slider': (typeof import('./types/components/wd-slider/wd-slider.vue'))['default']
|
|
51
|
+
'wd-sort-button': (typeof import('./types/components/wd-sort-button/wd-sort-button.vue'))['default']
|
|
52
|
+
'wd-status-tip': (typeof import('./types/components/wd-status-tip/wd-status-tip.vue'))['default']
|
|
53
|
+
'wd-step': (typeof import('./types/components/wd-step/wd-step.vue'))['default']
|
|
54
|
+
'wd-steps': (typeof import('./types/components/wd-steps/wd-steps.vue'))['default']
|
|
55
|
+
'wd-sticky': (typeof import('./types/components/wd-sticky/wd-sticky.vue'))['default']
|
|
56
|
+
'wd-sticky-box': (typeof import('./types/components/wd-sticky-box/wd-sticky-box.vue'))['default']
|
|
57
|
+
'wd-swipe-action': (typeof import('./types/components/wd-swipe-action/wd-swipe-action.vue'))['default']
|
|
58
|
+
'wd-switch': (typeof import('./types/components/wd-switch/wd-switch.vue'))['default']
|
|
59
|
+
'wd-tab': (typeof import('./types/components/wd-tab/wd-tab.vue'))['default']
|
|
60
|
+
'wd-tabs': (typeof import('./types/components/wd-tabs/wd-tabs.vue'))['default']
|
|
61
|
+
'wd-tag': (typeof import('./types/components/wd-tag/wd-tag.vue'))['default']
|
|
62
|
+
'wd-toast': (typeof import('./types/components/wd-toast/wd-toast.vue'))['default']
|
|
63
|
+
'wd-tooltip': (typeof import('./types/components/wd-tooltip/wd-tooltip.vue'))['default']
|
|
64
|
+
'wd-transition': (typeof import('./types/components/wd-transition/wd-transition.vue'))['default']
|
|
65
|
+
'wd-upload': (typeof import('./types/components/wd-upload/wd-upload.vue'))['default']
|
|
66
|
+
'wd-notify': (typeof import('./types/components/wd-notify/wd-notify.vue'))['default']
|
|
67
|
+
'wd-watermark': (typeof import('./types/components/wd-watermark/wd-watermark.vue'))['default']
|
|
68
|
+
'wd-circle': (typeof import('./types/components/wd-circle/wd-circle.vue'))['default']
|
|
69
|
+
'wd-swiper': (typeof import('./types/components/wd-swiper/wd-swiper.vue'))['default']
|
|
70
|
+
'wd-swiper-nav': (typeof import('./types/components/wd-swiper-nav/wd-swiper-nav.vue'))['default']
|
|
71
|
+
'wd-segmented': (typeof import('./types/components/wd-segmented/wd-segmented.vue'))['default']
|
|
72
|
+
'wd-tabbar': (typeof import('./types/components/wd-tabbar/wd-tabbar.vue'))['default']
|
|
73
|
+
'wd-tabbar-item': (typeof import('./types/components/wd-tabbar-item/wd-tabbar-item.vue'))['default']
|
|
74
|
+
'wd-navbar': (typeof import('./types/components/wd-navbar/wd-navbar.vue'))['default']
|
|
75
|
+
'wd-navbar-capsule': (typeof import('./types/components/wd-navbar-capsule/wd-navbar-capsule.vue'))['default']
|
|
76
|
+
'wd-table': (typeof import('./types/components/wd-table/wd-table.vue'))['default']
|
|
77
|
+
'wd-table-col': (typeof import('./types/components/wd-table-col/wd-table-col.vue'))['default']
|
|
78
|
+
'wd-sidebar': (typeof import('./types/components/wd-sidebar/wd-sidebar.vue'))['default']
|
|
79
|
+
'wd-sidebar-item': (typeof import('./types/components/wd-sidebar-item/wd-sidebar-item.vue'))['default']
|
|
80
|
+
'wd-Fab': (typeof import('./types/components/wd-fab/wd-fab.vue'))['default']
|
|
81
|
+
'wd-count-down': (typeof import('./types/components/wd-count-down/wd-count-down.vue'))['default']
|
|
82
|
+
'wd-number-keyboard': (typeof import('./types/components/wd-number-keyboard/wd-number-keyboard.vue'))['default']
|
|
83
|
+
'wd-gap': (typeof import('./types/components/wd-gap/wd-gap.vue'))['default']
|
|
84
|
+
'wd-password-input': (typeof import('./types/components/wd-password-input/wd-password-input.vue'))['default']
|
|
85
|
+
'wd-form': (typeof import('./types/components/wd-form/wd-form.vue'))['default']
|
|
86
|
+
'wd-textarea': (typeof import('./types/components/wd-textarea/wd-textarea.vue'))['default']
|
|
87
|
+
'wd-video-preview': (typeof import('./types/components/wd-video-preview/wd-video-preview.vue'))['default']
|
|
88
|
+
'wd-backtop': (typeof import('./types/components/wd-backtop/wd-backtop.vue'))['default']
|
|
89
|
+
'wd-skeleton': (typeof import('./types/components/wd-skeleton/wd-skeleton.vue'))['default']
|
|
90
|
+
'wd-index-bar': (typeof import('./types/components/wd-index-bar/wd-index-bar.vue'))['default']
|
|
91
|
+
'wd-index-anchor': (typeof import('./types/components/wd-index-anchor/wd-index-anchor.vue'))['default']
|
|
92
|
+
'wd-text': (typeof import('./types/components/wd-text/wd-text.vue'))['default']
|
|
93
|
+
'wd-count-to': (typeof import('./types/components/wd-count-to/wd-count-to.vue'))['default']
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "@tplc/wot",
|
|
3
3
|
"name": "@tplc/wot",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.2",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"wot-design-uni",
|
|
7
7
|
"国际化",
|
|
@@ -9,17 +9,10 @@
|
|
|
9
9
|
"vue3",
|
|
10
10
|
"暗黑模式"
|
|
11
11
|
],
|
|
12
|
-
"publishConfig": {
|
|
13
|
-
"access": "public",
|
|
14
|
-
"registry": "https://registry.npmjs.org/"
|
|
15
|
-
},
|
|
16
12
|
"main": "index.ts",
|
|
17
13
|
"peerDependencies": {
|
|
18
14
|
"vue": ">=3.2.47"
|
|
19
15
|
},
|
|
20
|
-
"devDependencies": {
|
|
21
|
-
"vue-tsc": "^2.0.22"
|
|
22
|
-
},
|
|
23
16
|
"scripts": {
|
|
24
17
|
"dts": "vue-tsc --project ./tsconfig.dts.json ",
|
|
25
18
|
"release-major": "standard-version --release-as major ",
|
|
@@ -1,157 +1,176 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
},
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<
|
|
2
|
+
import('vue').DefineComponent<
|
|
3
|
+
{
|
|
4
|
+
plain: {
|
|
5
|
+
type: BooleanConstructor
|
|
6
|
+
default: boolean
|
|
7
|
+
}
|
|
8
|
+
round: {
|
|
9
|
+
type: BooleanConstructor
|
|
10
|
+
default: boolean
|
|
11
|
+
}
|
|
12
|
+
disabled: {
|
|
13
|
+
type: BooleanConstructor
|
|
14
|
+
default: boolean
|
|
15
|
+
}
|
|
16
|
+
hairline: {
|
|
17
|
+
type: BooleanConstructor
|
|
18
|
+
default: boolean
|
|
19
|
+
}
|
|
20
|
+
block: {
|
|
21
|
+
type: BooleanConstructor
|
|
22
|
+
default: boolean
|
|
23
|
+
}
|
|
24
|
+
type: {
|
|
25
|
+
type: import('vue').PropType<import('./types').ButtonType>
|
|
26
|
+
default: import('./types').ButtonType
|
|
27
|
+
}
|
|
28
|
+
size: {
|
|
29
|
+
type: import('vue').PropType<import('./types').ButtonSize>
|
|
30
|
+
default: import('./types').ButtonSize
|
|
31
|
+
}
|
|
32
|
+
icon: StringConstructor
|
|
33
|
+
classPrefix: {
|
|
34
|
+
type: import('vue').PropType<string>
|
|
35
|
+
default: string
|
|
36
|
+
}
|
|
37
|
+
loading: {
|
|
38
|
+
type: BooleanConstructor
|
|
39
|
+
default: boolean
|
|
40
|
+
}
|
|
41
|
+
loadingColor: StringConstructor
|
|
42
|
+
openType: StringConstructor
|
|
43
|
+
hoverStopPropagation: BooleanConstructor
|
|
44
|
+
lang: StringConstructor
|
|
45
|
+
sessionFrom: StringConstructor
|
|
46
|
+
sendMessageTitle: StringConstructor
|
|
47
|
+
sendMessagePath: StringConstructor
|
|
48
|
+
sendMessageImg: StringConstructor
|
|
49
|
+
appParameter: StringConstructor
|
|
50
|
+
showMessageCard: BooleanConstructor
|
|
51
|
+
buttonId: StringConstructor
|
|
52
|
+
customStyle: {
|
|
53
|
+
type: import('vue').PropType<string>
|
|
54
|
+
default: string
|
|
55
|
+
}
|
|
56
|
+
customClass: {
|
|
57
|
+
type: import('vue').PropType<string>
|
|
58
|
+
default: string
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{},
|
|
62
|
+
unknown,
|
|
63
|
+
{},
|
|
64
|
+
{},
|
|
65
|
+
import('vue').ComponentOptionsMixin,
|
|
66
|
+
import('vue').ComponentOptionsMixin,
|
|
67
|
+
{
|
|
68
|
+
click: (...args: any[]) => void
|
|
69
|
+
error: (...args: any[]) => void
|
|
70
|
+
getuserinfo: (...args: any[]) => void
|
|
71
|
+
contact: (...args: any[]) => void
|
|
72
|
+
getphonenumber: (...args: any[]) => void
|
|
73
|
+
launchapp: (...args: any[]) => void
|
|
74
|
+
opensetting: (...args: any[]) => void
|
|
75
|
+
chooseavatar: (...args: any[]) => void
|
|
76
|
+
agreeprivacyauthorization: (...args: any[]) => void
|
|
77
|
+
},
|
|
78
|
+
string,
|
|
79
|
+
import('vue').PublicProps,
|
|
80
|
+
Readonly<
|
|
81
|
+
import('vue').ExtractPropTypes<{
|
|
82
|
+
plain: {
|
|
83
|
+
type: BooleanConstructor
|
|
84
|
+
default: boolean
|
|
85
|
+
}
|
|
86
|
+
round: {
|
|
87
|
+
type: BooleanConstructor
|
|
88
|
+
default: boolean
|
|
89
|
+
}
|
|
90
|
+
disabled: {
|
|
91
|
+
type: BooleanConstructor
|
|
92
|
+
default: boolean
|
|
93
|
+
}
|
|
94
|
+
hairline: {
|
|
95
|
+
type: BooleanConstructor
|
|
96
|
+
default: boolean
|
|
97
|
+
}
|
|
98
|
+
block: {
|
|
99
|
+
type: BooleanConstructor
|
|
100
|
+
default: boolean
|
|
101
|
+
}
|
|
102
|
+
type: {
|
|
103
|
+
type: import('vue').PropType<import('./types').ButtonType>
|
|
104
|
+
default: import('./types').ButtonType
|
|
105
|
+
}
|
|
106
|
+
size: {
|
|
107
|
+
type: import('vue').PropType<import('./types').ButtonSize>
|
|
108
|
+
default: import('./types').ButtonSize
|
|
109
|
+
}
|
|
110
|
+
icon: StringConstructor
|
|
111
|
+
classPrefix: {
|
|
112
|
+
type: import('vue').PropType<string>
|
|
113
|
+
default: string
|
|
114
|
+
}
|
|
115
|
+
loading: {
|
|
116
|
+
type: BooleanConstructor
|
|
117
|
+
default: boolean
|
|
118
|
+
}
|
|
119
|
+
loadingColor: StringConstructor
|
|
120
|
+
openType: StringConstructor
|
|
121
|
+
hoverStopPropagation: BooleanConstructor
|
|
122
|
+
lang: StringConstructor
|
|
123
|
+
sessionFrom: StringConstructor
|
|
124
|
+
sendMessageTitle: StringConstructor
|
|
125
|
+
sendMessagePath: StringConstructor
|
|
126
|
+
sendMessageImg: StringConstructor
|
|
127
|
+
appParameter: StringConstructor
|
|
128
|
+
showMessageCard: BooleanConstructor
|
|
129
|
+
buttonId: StringConstructor
|
|
130
|
+
customStyle: {
|
|
131
|
+
type: import('vue').PropType<string>
|
|
132
|
+
default: string
|
|
133
|
+
}
|
|
134
|
+
customClass: {
|
|
135
|
+
type: import('vue').PropType<string>
|
|
136
|
+
default: string
|
|
137
|
+
}
|
|
138
|
+
}>
|
|
139
|
+
> & {
|
|
140
|
+
onError?: ((...args: any[]) => any) | undefined
|
|
141
|
+
onClick?: ((...args: any[]) => any) | undefined
|
|
142
|
+
onGetuserinfo?: ((...args: any[]) => any) | undefined
|
|
143
|
+
onContact?: ((...args: any[]) => any) | undefined
|
|
144
|
+
onGetphonenumber?: ((...args: any[]) => any) | undefined
|
|
145
|
+
onLaunchapp?: ((...args: any[]) => any) | undefined
|
|
146
|
+
onOpensetting?: ((...args: any[]) => any) | undefined
|
|
147
|
+
onChooseavatar?: ((...args: any[]) => any) | undefined
|
|
148
|
+
onAgreeprivacyauthorization?: ((...args: any[]) => any) | undefined
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
customStyle: string
|
|
152
|
+
customClass: string
|
|
153
|
+
type: import('./types').ButtonType
|
|
154
|
+
plain: boolean
|
|
155
|
+
round: boolean
|
|
156
|
+
disabled: boolean
|
|
157
|
+
hairline: boolean
|
|
158
|
+
block: boolean
|
|
159
|
+
size: import('./types').ButtonSize
|
|
160
|
+
classPrefix: string
|
|
161
|
+
loading: boolean
|
|
162
|
+
hoverStopPropagation: boolean
|
|
163
|
+
showMessageCard: boolean
|
|
164
|
+
},
|
|
165
|
+
{}
|
|
166
|
+
>,
|
|
167
|
+
{
|
|
168
|
+
default?(_: {}): any
|
|
169
|
+
}
|
|
170
|
+
>
|
|
171
|
+
export default _default
|
|
153
172
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
}
|
|
173
|
+
new (): {
|
|
174
|
+
$slots: S
|
|
175
|
+
}
|
|
176
|
+
}
|
|
@@ -1,50 +1,66 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
2
3
|
name: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
6
|
-
color: StringConstructor
|
|
7
|
-
size: StringConstructor
|
|
4
|
+
type: StringConstructor
|
|
5
|
+
required: true
|
|
6
|
+
}
|
|
7
|
+
color: StringConstructor
|
|
8
|
+
size: StringConstructor
|
|
8
9
|
classPrefix: {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
10
|
+
type: import('vue').PropType<string>
|
|
11
|
+
default: string
|
|
12
|
+
}
|
|
12
13
|
customStyle: {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
14
|
+
type: import('vue').PropType<string>
|
|
15
|
+
default: string
|
|
16
|
+
}
|
|
16
17
|
customClass: {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
},
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
18
|
+
type: import('vue').PropType<string>
|
|
19
|
+
default: string
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
{},
|
|
23
|
+
unknown,
|
|
24
|
+
{},
|
|
25
|
+
{},
|
|
26
|
+
import('vue').ComponentOptionsMixin,
|
|
27
|
+
import('vue').ComponentOptionsMixin,
|
|
28
|
+
{
|
|
29
|
+
click: (...args: any[]) => void
|
|
30
|
+
touch: (...args: any[]) => void
|
|
31
|
+
},
|
|
32
|
+
string,
|
|
33
|
+
import('vue').PublicProps,
|
|
34
|
+
Readonly<
|
|
35
|
+
import('vue').ExtractPropTypes<{
|
|
36
|
+
name: {
|
|
37
|
+
type: StringConstructor
|
|
38
|
+
required: true
|
|
39
|
+
}
|
|
40
|
+
color: StringConstructor
|
|
41
|
+
size: StringConstructor
|
|
42
|
+
classPrefix: {
|
|
43
|
+
type: import('vue').PropType<string>
|
|
44
|
+
default: string
|
|
45
|
+
}
|
|
46
|
+
customStyle: {
|
|
47
|
+
type: import('vue').PropType<string>
|
|
48
|
+
default: string
|
|
49
|
+
}
|
|
50
|
+
customClass: {
|
|
51
|
+
type: import('vue').PropType<string>
|
|
52
|
+
default: string
|
|
53
|
+
}
|
|
54
|
+
}>
|
|
55
|
+
> & {
|
|
56
|
+
onClick?: ((...args: any[]) => any) | undefined
|
|
57
|
+
onTouch?: ((...args: any[]) => any) | undefined
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
customStyle: string
|
|
61
|
+
customClass: string
|
|
62
|
+
classPrefix: string
|
|
63
|
+
},
|
|
64
|
+
{}
|
|
65
|
+
>
|
|
66
|
+
export default _default
|