hy-app 0.2.12 → 0.2.13
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/component-helper.ts +177 -0
- package/components/hy-button/hy-button.vue +141 -36
- package/components/hy-button/props.ts +155 -29
- package/components/hy-button/typing.d.ts +16 -10
- package/components/index.ts +114 -122
- package/components.json +3287 -0
- package/dist/attributes.json +1 -0
- package/dist/docs/components/hy-action-sheet/hy-action-sheet.md +41 -0
- package/dist/docs/components/hy-address-picker/hy-address-picker.md +25 -0
- package/dist/docs/components/hy-avatar/hy-avatar.md +19 -0
- package/dist/docs/components/hy-back-top/hy-back-top.md +19 -0
- package/dist/docs/components/hy-badge/hy-badge.md +13 -0
- package/dist/docs/components/hy-button/hy-button.md +61 -0
- package/dist/docs/components/hy-calendar/header.md +17 -0
- package/dist/docs/components/hy-calendar/hy-calendar.md +27 -0
- package/dist/docs/components/hy-calendar/month.md +38 -0
- package/dist/docs/components/hy-card/hy-card.md +24 -0
- package/dist/docs/components/hy-cell/hy-cell.md +26 -0
- package/dist/docs/components/hy-check-button/hy-check-button.md +14 -0
- package/dist/docs/components/hy-checkbox/hy-checkbox.md +21 -0
- package/dist/docs/components/hy-code-input/hy-code-input.md +15 -0
- package/dist/docs/components/hy-config-provider/hy-config-provider.md +13 -0
- package/dist/docs/components/hy-count-down/hy-count-down.md +34 -0
- package/dist/docs/components/hy-count-to/hy-count-to.md +31 -0
- package/dist/docs/components/hy-datetime-picker/hy-datetime-picker.md +25 -0
- package/dist/docs/components/hy-divider/hy-divider.md +13 -0
- package/dist/docs/components/hy-dropdown/hy-dropdown.md +13 -0
- package/dist/docs/components/hy-dropdown-item/hy-dropdown-item.md +20 -0
- package/dist/docs/components/hy-empty/hy-empty.md +20 -0
- package/dist/docs/components/hy-float-button/hy-float-button.md +20 -0
- package/dist/docs/components/hy-folding-panel/hy-folding-panel.md +24 -0
- package/dist/docs/components/hy-form/hy-form.md +29 -0
- package/dist/docs/components/hy-grid/hy-grid.md +19 -0
- package/dist/docs/components/hy-icon/hy-icon.md +13 -0
- package/dist/docs/components/hy-image/hy-image.md +22 -0
- package/dist/docs/components/hy-input/hy-input.md +29 -0
- package/dist/docs/components/hy-line/hy-line.md +7 -0
- package/dist/docs/components/hy-line-progress/hy-line-progress.md +13 -0
- package/dist/docs/components/hy-list/hy-list.md +25 -0
- package/dist/docs/components/hy-loading/hy-loading.md +14 -0
- package/dist/docs/components/hy-login/ThePhoneLogin.md +20 -0
- package/dist/docs/components/hy-login/TheUserLogin.md +44 -0
- package/dist/docs/components/hy-login/hy-login.md +14 -0
- package/dist/docs/components/hy-menu/hy-menu.md +21 -0
- package/dist/docs/components/hy-modal/hy-modal.md +23 -0
- package/dist/docs/components/hy-navbar/hy-navbar.md +22 -0
- package/dist/docs/components/hy-notice-bar/hy-column-notice.md +20 -0
- package/dist/docs/components/hy-notice-bar/hy-notice-bar.md +14 -0
- package/dist/docs/components/hy-notice-bar/hy-row-notice.md +20 -0
- package/dist/docs/components/hy-notify/hy-notify.md +23 -0
- package/dist/docs/components/hy-number-step/hy-number-step.md +27 -0
- package/dist/docs/components/hy-overlay/hy-overlay.md +19 -0
- package/dist/docs/components/hy-pagination/hy-pagination.md +14 -0
- package/dist/docs/components/hy-parse/hy-parse.md +46 -0
- package/dist/docs/components/hy-parse/node/node.md +7 -0
- package/dist/docs/components/hy-picker/hy-picker.md +32 -0
- package/dist/docs/components/hy-popover/hy-popover.md +34 -0
- package/dist/docs/components/hy-popup/hy-popup.md +22 -0
- package/dist/docs/components/hy-price/hy-price.md +13 -0
- package/dist/docs/components/hy-qrcode/hy-qrcode.md +15 -0
- package/dist/docs/components/hy-radio/hy-radio.md +21 -0
- package/dist/docs/components/hy-rate/hy-rate.md +14 -0
- package/dist/docs/components/hy-read-more/hy-read-more.md +21 -0
- package/dist/docs/components/hy-scroll-list/hy-scroll-list.md +21 -0
- package/dist/docs/components/hy-search/hy-search.md +27 -0
- package/dist/docs/components/hy-signature/hy-signature.md +45 -0
- package/dist/docs/components/hy-slider/hy-slider.md +24 -0
- package/dist/docs/components/hy-status-bar/hy-status-bar.md +13 -0
- package/dist/docs/components/hy-steps/hy-steps.md +23 -0
- package/dist/docs/components/hy-submit-bar/hy-submit-bar.md +21 -0
- package/dist/docs/components/hy-subsection/hy-subsection.md +14 -0
- package/dist/docs/components/hy-swipe-action/hy-swipe-action.md +29 -0
- package/dist/docs/components/hy-swiper/hy-swiper-indicator.md +23 -0
- package/dist/docs/components/hy-swiper/hy-swiper.md +22 -0
- package/dist/docs/components/hy-switch/hy-switch.md +20 -0
- package/dist/docs/components/hy-tabBar/hy-tabBar.md +13 -0
- package/dist/docs/components/hy-tabs/hy-tabs.md +27 -0
- package/dist/docs/components/hy-tag/hy-tag.md +21 -0
- package/dist/docs/components/hy-text/hy-text.md +13 -0
- package/dist/docs/components/hy-textarea/hy-textarea.md +19 -0
- package/dist/docs/components/hy-toast/hy-toast.md +17 -0
- package/dist/docs/components/hy-tooltip/hy-tooltip.md +13 -0
- package/dist/docs/components/hy-transition/hy-transition.md +25 -0
- package/dist/docs/components/hy-upload/hy-upload.md +25 -0
- package/dist/docs/components/hy-warn/hy-warn.md +14 -0
- package/dist/docs/components/hy-waterfall/hy-waterfall.md +30 -0
- package/dist/docs/components/hy-watermark/hy-watermark.md +7 -0
- package/dist/docs/components/message/TheMessage.md +17 -0
- package/dist/docs/components/yk-dialog/yk-dialog.md +7 -0
- package/dist/tags.json +1 -0
- package/dist/web-types.json +1 -0
- package/docgen.config.js +14 -0
- package/package.json +10 -3
- package/web-types.config.js +5 -6
- package/web-types.json +1 -3117
- package/components/hy-safe-bottom/hy-safe-bottom.vue +0 -60
- package/components/hy-safe-bottom/index.scss +0 -5
- package/components/message/TheMessage.vue +0 -169
- package/components/message/index.ts +0 -54
- package/components/u-form/form.js +0 -22
- package/components/u-form/hy-form.vue +0 -324
- package/components/u-form/props.js +0 -49
- package/components/u-form/schema.js +0 -1451
- package/components/u-form/u-form.vue +0 -267
- package/components/u-form/utils.js +0 -65
- package/components/u-form-item/formItem.js +0 -24
- package/components/u-form-item/hy-form-item.vue +0 -360
- package/components/u-form-item/props.js +0 -57
- package/components/u-form-item/u-form-item.vue +0 -294
- package/shims-vue.d.ts +0 -0
package/components.json
ADDED
|
@@ -0,0 +1,3287 @@
|
|
|
1
|
+
{
|
|
2
|
+
"yk-dialog": {
|
|
3
|
+
"name": "yk-dialog",
|
|
4
|
+
"source": {
|
|
5
|
+
"symbol": "default"
|
|
6
|
+
},
|
|
7
|
+
"description": "yk-dialog 组件",
|
|
8
|
+
"doc-url": "https://wot-design-uni.cn/component/yk-dialog.html#yk-dialog",
|
|
9
|
+
"props": [],
|
|
10
|
+
"js": {
|
|
11
|
+
"events": []
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"u-form-item": {
|
|
15
|
+
"name": "u-form-item",
|
|
16
|
+
"source": {
|
|
17
|
+
"symbol": "default"
|
|
18
|
+
},
|
|
19
|
+
"description": "Form 表单",
|
|
20
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form-item.html#u-form-item",
|
|
21
|
+
"props": [
|
|
22
|
+
{
|
|
23
|
+
"name": "label",
|
|
24
|
+
"description": "",
|
|
25
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form-item.html#attributes",
|
|
26
|
+
"type": [
|
|
27
|
+
"any"
|
|
28
|
+
],
|
|
29
|
+
"default": ""
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "prop",
|
|
33
|
+
"description": "",
|
|
34
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form-item.html#attributes",
|
|
35
|
+
"type": [
|
|
36
|
+
"any"
|
|
37
|
+
],
|
|
38
|
+
"default": ""
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "rules",
|
|
42
|
+
"description": "",
|
|
43
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form-item.html#attributes",
|
|
44
|
+
"type": [
|
|
45
|
+
"any"
|
|
46
|
+
],
|
|
47
|
+
"default": ""
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "borderBottom",
|
|
51
|
+
"description": "",
|
|
52
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form-item.html#attributes",
|
|
53
|
+
"type": [
|
|
54
|
+
"any"
|
|
55
|
+
],
|
|
56
|
+
"default": ""
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "labelPosition",
|
|
60
|
+
"description": "",
|
|
61
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form-item.html#attributes",
|
|
62
|
+
"type": [
|
|
63
|
+
"any"
|
|
64
|
+
],
|
|
65
|
+
"default": ""
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "labelWidth",
|
|
69
|
+
"description": "",
|
|
70
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form-item.html#attributes",
|
|
71
|
+
"type": [
|
|
72
|
+
"any"
|
|
73
|
+
],
|
|
74
|
+
"default": ""
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "rightIcon",
|
|
78
|
+
"description": "",
|
|
79
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form-item.html#attributes",
|
|
80
|
+
"type": [
|
|
81
|
+
"any"
|
|
82
|
+
],
|
|
83
|
+
"default": ""
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "leftIcon",
|
|
87
|
+
"description": "",
|
|
88
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form-item.html#attributes",
|
|
89
|
+
"type": [
|
|
90
|
+
"any"
|
|
91
|
+
],
|
|
92
|
+
"default": ""
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "required",
|
|
96
|
+
"description": "",
|
|
97
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form-item.html#attributes",
|
|
98
|
+
"type": [
|
|
99
|
+
"any"
|
|
100
|
+
],
|
|
101
|
+
"default": ""
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "leftIconStyle",
|
|
105
|
+
"description": "",
|
|
106
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form-item.html#attributes",
|
|
107
|
+
"type": [
|
|
108
|
+
"any"
|
|
109
|
+
],
|
|
110
|
+
"default": ""
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"js": {
|
|
114
|
+
"events": [
|
|
115
|
+
{
|
|
116
|
+
"name": "click",
|
|
117
|
+
"description": "",
|
|
118
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form-item.html#events"
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"hy-form-item": {
|
|
124
|
+
"name": "hy-form-item",
|
|
125
|
+
"source": {
|
|
126
|
+
"symbol": "default"
|
|
127
|
+
},
|
|
128
|
+
"description": "hy-form-item 组件",
|
|
129
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-form-item.html#hy-form-item",
|
|
130
|
+
"props": [
|
|
131
|
+
{
|
|
132
|
+
"name": "label",
|
|
133
|
+
"description": "",
|
|
134
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-form-item.html#attributes",
|
|
135
|
+
"type": [
|
|
136
|
+
"any"
|
|
137
|
+
],
|
|
138
|
+
"default": ""
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "prop",
|
|
142
|
+
"description": "",
|
|
143
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-form-item.html#attributes",
|
|
144
|
+
"type": [
|
|
145
|
+
"any"
|
|
146
|
+
],
|
|
147
|
+
"default": ""
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "rules",
|
|
151
|
+
"description": "",
|
|
152
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-form-item.html#attributes",
|
|
153
|
+
"type": [
|
|
154
|
+
"any"
|
|
155
|
+
],
|
|
156
|
+
"default": ""
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "borderBottom",
|
|
160
|
+
"description": "",
|
|
161
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-form-item.html#attributes",
|
|
162
|
+
"type": [
|
|
163
|
+
"any"
|
|
164
|
+
],
|
|
165
|
+
"default": ""
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "labelPosition",
|
|
169
|
+
"description": "",
|
|
170
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-form-item.html#attributes",
|
|
171
|
+
"type": [
|
|
172
|
+
"any"
|
|
173
|
+
],
|
|
174
|
+
"default": ""
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "labelWidth",
|
|
178
|
+
"description": "",
|
|
179
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-form-item.html#attributes",
|
|
180
|
+
"type": [
|
|
181
|
+
"any"
|
|
182
|
+
],
|
|
183
|
+
"default": ""
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "rightIcon",
|
|
187
|
+
"description": "",
|
|
188
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-form-item.html#attributes",
|
|
189
|
+
"type": [
|
|
190
|
+
"any"
|
|
191
|
+
],
|
|
192
|
+
"default": ""
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "leftIcon",
|
|
196
|
+
"description": "",
|
|
197
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-form-item.html#attributes",
|
|
198
|
+
"type": [
|
|
199
|
+
"any"
|
|
200
|
+
],
|
|
201
|
+
"default": ""
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"name": "required",
|
|
205
|
+
"description": "",
|
|
206
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-form-item.html#attributes",
|
|
207
|
+
"type": [
|
|
208
|
+
"any"
|
|
209
|
+
],
|
|
210
|
+
"default": ""
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "leftIconStyle",
|
|
214
|
+
"description": "",
|
|
215
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-form-item.html#attributes",
|
|
216
|
+
"type": [
|
|
217
|
+
"any"
|
|
218
|
+
],
|
|
219
|
+
"default": ""
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"js": {
|
|
223
|
+
"events": [
|
|
224
|
+
{
|
|
225
|
+
"name": "click",
|
|
226
|
+
"description": "",
|
|
227
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-form-item.html#events"
|
|
228
|
+
}
|
|
229
|
+
]
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
"u-form": {
|
|
233
|
+
"name": "u-form",
|
|
234
|
+
"source": {
|
|
235
|
+
"symbol": "default"
|
|
236
|
+
},
|
|
237
|
+
"description": "Form 表单",
|
|
238
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form.html#u-form",
|
|
239
|
+
"props": [
|
|
240
|
+
{
|
|
241
|
+
"name": "model",
|
|
242
|
+
"description": "",
|
|
243
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form.html#attributes",
|
|
244
|
+
"type": [
|
|
245
|
+
"any"
|
|
246
|
+
],
|
|
247
|
+
"default": ""
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"name": "rules",
|
|
251
|
+
"description": "",
|
|
252
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form.html#attributes",
|
|
253
|
+
"type": [
|
|
254
|
+
"any"
|
|
255
|
+
],
|
|
256
|
+
"default": ""
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "errorType",
|
|
260
|
+
"description": "",
|
|
261
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form.html#attributes",
|
|
262
|
+
"type": [
|
|
263
|
+
"any"
|
|
264
|
+
],
|
|
265
|
+
"default": ""
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"name": "borderBottom",
|
|
269
|
+
"description": "",
|
|
270
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form.html#attributes",
|
|
271
|
+
"type": [
|
|
272
|
+
"any"
|
|
273
|
+
],
|
|
274
|
+
"default": ""
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"name": "labelPosition",
|
|
278
|
+
"description": "",
|
|
279
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form.html#attributes",
|
|
280
|
+
"type": [
|
|
281
|
+
"any"
|
|
282
|
+
],
|
|
283
|
+
"default": ""
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"name": "labelWidth",
|
|
287
|
+
"description": "",
|
|
288
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form.html#attributes",
|
|
289
|
+
"type": [
|
|
290
|
+
"any"
|
|
291
|
+
],
|
|
292
|
+
"default": ""
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"name": "labelAlign",
|
|
296
|
+
"description": "",
|
|
297
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form.html#attributes",
|
|
298
|
+
"type": [
|
|
299
|
+
"any"
|
|
300
|
+
],
|
|
301
|
+
"default": ""
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "labelStyle",
|
|
305
|
+
"description": "",
|
|
306
|
+
"doc-url": "https://wot-design-uni.cn/component/u-form.html#attributes",
|
|
307
|
+
"type": [
|
|
308
|
+
"any"
|
|
309
|
+
],
|
|
310
|
+
"default": ""
|
|
311
|
+
}
|
|
312
|
+
],
|
|
313
|
+
"js": {
|
|
314
|
+
"events": []
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"hy-form": {
|
|
318
|
+
"name": "hy-form",
|
|
319
|
+
"source": {
|
|
320
|
+
"symbol": "default"
|
|
321
|
+
},
|
|
322
|
+
"description": "hy-form 组件",
|
|
323
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-form.html#hy-form",
|
|
324
|
+
"props": [],
|
|
325
|
+
"js": {
|
|
326
|
+
"events": [
|
|
327
|
+
{
|
|
328
|
+
"name": "click",
|
|
329
|
+
"description": "",
|
|
330
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-form.html#events"
|
|
331
|
+
}
|
|
332
|
+
]
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
"TheMessage": {
|
|
336
|
+
"name": "TheMessage",
|
|
337
|
+
"source": {
|
|
338
|
+
"symbol": "default"
|
|
339
|
+
},
|
|
340
|
+
"description": "TheMessage 组件",
|
|
341
|
+
"doc-url": "https://wot-design-uni.cn/component/TheMessage.html#TheMessage",
|
|
342
|
+
"props": [],
|
|
343
|
+
"js": {
|
|
344
|
+
"events": []
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
"hy-watermark": {
|
|
348
|
+
"name": "hy-watermark",
|
|
349
|
+
"source": {
|
|
350
|
+
"symbol": "default"
|
|
351
|
+
},
|
|
352
|
+
"description": "hy-watermark 组件",
|
|
353
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-watermark.html#hy-watermark",
|
|
354
|
+
"props": [],
|
|
355
|
+
"js": {
|
|
356
|
+
"events": []
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
"hy-waterfall": {
|
|
360
|
+
"name": "hy-waterfall",
|
|
361
|
+
"source": {
|
|
362
|
+
"symbol": "default"
|
|
363
|
+
},
|
|
364
|
+
"description": "hy-waterfall 组件",
|
|
365
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-waterfall.html#hy-waterfall",
|
|
366
|
+
"props": [],
|
|
367
|
+
"js": {
|
|
368
|
+
"events": [
|
|
369
|
+
{
|
|
370
|
+
"name": "update:modelValue",
|
|
371
|
+
"description": "",
|
|
372
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-waterfall.html#events"
|
|
373
|
+
}
|
|
374
|
+
]
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
"hy-warn": {
|
|
378
|
+
"name": "hy-warn",
|
|
379
|
+
"source": {
|
|
380
|
+
"symbol": "default"
|
|
381
|
+
},
|
|
382
|
+
"description": "hy-warn 组件",
|
|
383
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-warn.html#hy-warn",
|
|
384
|
+
"props": [],
|
|
385
|
+
"js": {
|
|
386
|
+
"events": [
|
|
387
|
+
{
|
|
388
|
+
"name": "click",
|
|
389
|
+
"description": "",
|
|
390
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-warn.html#events"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"name": "close",
|
|
394
|
+
"description": "",
|
|
395
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-warn.html#events"
|
|
396
|
+
}
|
|
397
|
+
]
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
"hy-upload": {
|
|
401
|
+
"name": "hy-upload",
|
|
402
|
+
"source": {
|
|
403
|
+
"symbol": "default"
|
|
404
|
+
},
|
|
405
|
+
"description": "hy-upload 组件",
|
|
406
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-upload.html#hy-upload",
|
|
407
|
+
"props": [],
|
|
408
|
+
"js": {
|
|
409
|
+
"events": [
|
|
410
|
+
{
|
|
411
|
+
"name": "clickPreview",
|
|
412
|
+
"description": "",
|
|
413
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-upload.html#events"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"name": "beforeRead",
|
|
417
|
+
"description": "",
|
|
418
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-upload.html#events"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"name": "error",
|
|
422
|
+
"description": "",
|
|
423
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-upload.html#events"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "delete",
|
|
427
|
+
"description": "",
|
|
428
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-upload.html#events"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"name": "afterRead",
|
|
432
|
+
"description": "",
|
|
433
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-upload.html#events"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"name": "oversize",
|
|
437
|
+
"description": "",
|
|
438
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-upload.html#events"
|
|
439
|
+
}
|
|
440
|
+
]
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
"hy-transition": {
|
|
444
|
+
"name": "hy-transition",
|
|
445
|
+
"source": {
|
|
446
|
+
"symbol": "default"
|
|
447
|
+
},
|
|
448
|
+
"description": "hy-transition 组件",
|
|
449
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-transition.html#hy-transition",
|
|
450
|
+
"props": [],
|
|
451
|
+
"js": {
|
|
452
|
+
"events": [
|
|
453
|
+
{
|
|
454
|
+
"name": "click",
|
|
455
|
+
"description": "",
|
|
456
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-transition.html#events"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "beforeEnter",
|
|
460
|
+
"description": "",
|
|
461
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-transition.html#events"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"name": "enter",
|
|
465
|
+
"description": "",
|
|
466
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-transition.html#events"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"name": "afterEnter",
|
|
470
|
+
"description": "",
|
|
471
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-transition.html#events"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"name": "beforeLeave",
|
|
475
|
+
"description": "",
|
|
476
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-transition.html#events"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"name": "leave",
|
|
480
|
+
"description": "",
|
|
481
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-transition.html#events"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"name": "afterLeave",
|
|
485
|
+
"description": "",
|
|
486
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-transition.html#events"
|
|
487
|
+
}
|
|
488
|
+
]
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
"hy-tooltip": {
|
|
492
|
+
"name": "hy-tooltip",
|
|
493
|
+
"source": {
|
|
494
|
+
"symbol": "default"
|
|
495
|
+
},
|
|
496
|
+
"description": "hy-tooltip 组件",
|
|
497
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-tooltip.html#hy-tooltip",
|
|
498
|
+
"props": [],
|
|
499
|
+
"js": {
|
|
500
|
+
"events": [
|
|
501
|
+
{
|
|
502
|
+
"name": "click",
|
|
503
|
+
"description": "",
|
|
504
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-tooltip.html#events"
|
|
505
|
+
}
|
|
506
|
+
]
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
"hy-toast": {
|
|
510
|
+
"name": "hy-toast",
|
|
511
|
+
"source": {
|
|
512
|
+
"symbol": "default"
|
|
513
|
+
},
|
|
514
|
+
"description": "hy-toast 组件",
|
|
515
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-toast.html#hy-toast",
|
|
516
|
+
"props": [],
|
|
517
|
+
"js": {
|
|
518
|
+
"events": []
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
"hy-textarea": {
|
|
522
|
+
"name": "hy-textarea",
|
|
523
|
+
"source": {
|
|
524
|
+
"symbol": "default"
|
|
525
|
+
},
|
|
526
|
+
"description": "hy-textarea 组件",
|
|
527
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-textarea.html#hy-textarea",
|
|
528
|
+
"props": [],
|
|
529
|
+
"js": {
|
|
530
|
+
"events": [
|
|
531
|
+
{
|
|
532
|
+
"name": "update:modelValue",
|
|
533
|
+
"description": "",
|
|
534
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-textarea.html#events"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"name": "linechange",
|
|
538
|
+
"description": "",
|
|
539
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-textarea.html#events"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"name": "focus",
|
|
543
|
+
"description": "",
|
|
544
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-textarea.html#events"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"name": "blur",
|
|
548
|
+
"description": "",
|
|
549
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-textarea.html#events"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "change",
|
|
553
|
+
"description": "",
|
|
554
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-textarea.html#events"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"name": "confirm",
|
|
558
|
+
"description": "",
|
|
559
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-textarea.html#events"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"name": "keyboardheightchange",
|
|
563
|
+
"description": "",
|
|
564
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-textarea.html#events"
|
|
565
|
+
}
|
|
566
|
+
]
|
|
567
|
+
}
|
|
568
|
+
},
|
|
569
|
+
"hy-text": {
|
|
570
|
+
"name": "hy-text",
|
|
571
|
+
"source": {
|
|
572
|
+
"symbol": "default"
|
|
573
|
+
},
|
|
574
|
+
"description": "hy-text 组件",
|
|
575
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-text.html#hy-text",
|
|
576
|
+
"props": [],
|
|
577
|
+
"js": {
|
|
578
|
+
"events": [
|
|
579
|
+
{
|
|
580
|
+
"name": "click",
|
|
581
|
+
"description": "",
|
|
582
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-text.html#events"
|
|
583
|
+
}
|
|
584
|
+
]
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
"hy-tag": {
|
|
588
|
+
"name": "hy-tag",
|
|
589
|
+
"source": {
|
|
590
|
+
"symbol": "default"
|
|
591
|
+
},
|
|
592
|
+
"description": "hy-tag 组件",
|
|
593
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-tag.html#hy-tag",
|
|
594
|
+
"props": [],
|
|
595
|
+
"js": {
|
|
596
|
+
"events": [
|
|
597
|
+
{
|
|
598
|
+
"name": "click",
|
|
599
|
+
"description": "",
|
|
600
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-tag.html#events"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"name": "close",
|
|
604
|
+
"description": "",
|
|
605
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-tag.html#events"
|
|
606
|
+
}
|
|
607
|
+
]
|
|
608
|
+
}
|
|
609
|
+
},
|
|
610
|
+
"hy-tabs": {
|
|
611
|
+
"name": "hy-tabs",
|
|
612
|
+
"source": {
|
|
613
|
+
"symbol": "default"
|
|
614
|
+
},
|
|
615
|
+
"description": "hy-tabs 组件",
|
|
616
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-tabs.html#hy-tabs",
|
|
617
|
+
"props": [],
|
|
618
|
+
"js": {
|
|
619
|
+
"events": [
|
|
620
|
+
{
|
|
621
|
+
"name": "click",
|
|
622
|
+
"description": "",
|
|
623
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-tabs.html#events"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"name": "longPress",
|
|
627
|
+
"description": "",
|
|
628
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-tabs.html#events"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"name": "update:current",
|
|
632
|
+
"description": "",
|
|
633
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-tabs.html#events"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"name": "change",
|
|
637
|
+
"description": "",
|
|
638
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-tabs.html#events"
|
|
639
|
+
}
|
|
640
|
+
]
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
"hy-tabBar": {
|
|
644
|
+
"name": "hy-tabBar",
|
|
645
|
+
"source": {
|
|
646
|
+
"symbol": "default"
|
|
647
|
+
},
|
|
648
|
+
"description": "hy-tabBar 组件",
|
|
649
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-tabBar.html#hy-tabBar",
|
|
650
|
+
"props": [],
|
|
651
|
+
"js": {
|
|
652
|
+
"events": [
|
|
653
|
+
{
|
|
654
|
+
"name": "clickTab",
|
|
655
|
+
"description": "",
|
|
656
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-tabBar.html#events"
|
|
657
|
+
}
|
|
658
|
+
]
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
"hy-switch": {
|
|
662
|
+
"name": "hy-switch",
|
|
663
|
+
"source": {
|
|
664
|
+
"symbol": "default"
|
|
665
|
+
},
|
|
666
|
+
"description": "hy-switch 组件",
|
|
667
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-switch.html#hy-switch",
|
|
668
|
+
"props": [],
|
|
669
|
+
"js": {
|
|
670
|
+
"events": [
|
|
671
|
+
{
|
|
672
|
+
"name": "update:modelValue",
|
|
673
|
+
"description": "",
|
|
674
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-switch.html#events"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"name": "change",
|
|
678
|
+
"description": "",
|
|
679
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-switch.html#events"
|
|
680
|
+
}
|
|
681
|
+
]
|
|
682
|
+
}
|
|
683
|
+
},
|
|
684
|
+
"hy-swiper": {
|
|
685
|
+
"name": "hy-swiper",
|
|
686
|
+
"source": {
|
|
687
|
+
"symbol": "default"
|
|
688
|
+
},
|
|
689
|
+
"description": "hy-swiper 组件",
|
|
690
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-swiper.html#hy-swiper",
|
|
691
|
+
"props": [],
|
|
692
|
+
"js": {
|
|
693
|
+
"events": [
|
|
694
|
+
{
|
|
695
|
+
"name": "click",
|
|
696
|
+
"description": "",
|
|
697
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-swiper.html#events"
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"name": "update:current",
|
|
701
|
+
"description": "",
|
|
702
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-swiper.html#events"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "change",
|
|
706
|
+
"description": "",
|
|
707
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-swiper.html#events"
|
|
708
|
+
}
|
|
709
|
+
]
|
|
710
|
+
}
|
|
711
|
+
},
|
|
712
|
+
"hy-swiper-indicator": {
|
|
713
|
+
"name": "hy-swiper-indicator",
|
|
714
|
+
"source": {
|
|
715
|
+
"symbol": "default"
|
|
716
|
+
},
|
|
717
|
+
"description": "hy-swiper-indicator 组件",
|
|
718
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-swiper-indicator.html#hy-swiper-indicator",
|
|
719
|
+
"props": [
|
|
720
|
+
{
|
|
721
|
+
"name": "length",
|
|
722
|
+
"description": "",
|
|
723
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-swiper-indicator.html#attributes",
|
|
724
|
+
"type": [
|
|
725
|
+
"any"
|
|
726
|
+
],
|
|
727
|
+
"default": ""
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"name": "current",
|
|
731
|
+
"description": "",
|
|
732
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-swiper-indicator.html#attributes",
|
|
733
|
+
"type": [
|
|
734
|
+
"any"
|
|
735
|
+
],
|
|
736
|
+
"default": ""
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"name": "indicatorActiveColor",
|
|
740
|
+
"description": "",
|
|
741
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-swiper-indicator.html#attributes",
|
|
742
|
+
"type": [
|
|
743
|
+
"any"
|
|
744
|
+
],
|
|
745
|
+
"default": ""
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "indicatorInactiveColor",
|
|
749
|
+
"description": "",
|
|
750
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-swiper-indicator.html#attributes",
|
|
751
|
+
"type": [
|
|
752
|
+
"any"
|
|
753
|
+
],
|
|
754
|
+
"default": ""
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"name": "indicatorMode",
|
|
758
|
+
"description": "",
|
|
759
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-swiper-indicator.html#attributes",
|
|
760
|
+
"type": [
|
|
761
|
+
"any"
|
|
762
|
+
],
|
|
763
|
+
"default": ""
|
|
764
|
+
}
|
|
765
|
+
],
|
|
766
|
+
"js": {
|
|
767
|
+
"events": []
|
|
768
|
+
}
|
|
769
|
+
},
|
|
770
|
+
"hy-swipe-action": {
|
|
771
|
+
"name": "hy-swipe-action",
|
|
772
|
+
"source": {
|
|
773
|
+
"symbol": "default"
|
|
774
|
+
},
|
|
775
|
+
"description": "hy-swipe-action 组件",
|
|
776
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-swipe-action.html#hy-swipe-action",
|
|
777
|
+
"props": [],
|
|
778
|
+
"js": {
|
|
779
|
+
"events": [
|
|
780
|
+
{
|
|
781
|
+
"name": "click",
|
|
782
|
+
"description": "",
|
|
783
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-swipe-action.html#events"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"name": "clickAction",
|
|
787
|
+
"description": "",
|
|
788
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-swipe-action.html#events"
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"name": "update:modelValue",
|
|
792
|
+
"description": "",
|
|
793
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-swipe-action.html#events"
|
|
794
|
+
}
|
|
795
|
+
]
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
"hy-subsection": {
|
|
799
|
+
"name": "hy-subsection",
|
|
800
|
+
"source": {
|
|
801
|
+
"symbol": "default"
|
|
802
|
+
},
|
|
803
|
+
"description": "hy-subsection 组件",
|
|
804
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-subsection.html#hy-subsection",
|
|
805
|
+
"props": [],
|
|
806
|
+
"js": {
|
|
807
|
+
"events": [
|
|
808
|
+
{
|
|
809
|
+
"name": "change",
|
|
810
|
+
"description": "",
|
|
811
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-subsection.html#events"
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"name": "update:modelValue",
|
|
815
|
+
"description": "",
|
|
816
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-subsection.html#events"
|
|
817
|
+
}
|
|
818
|
+
]
|
|
819
|
+
}
|
|
820
|
+
},
|
|
821
|
+
"hy-submit-bar": {
|
|
822
|
+
"name": "hy-submit-bar",
|
|
823
|
+
"source": {
|
|
824
|
+
"symbol": "default"
|
|
825
|
+
},
|
|
826
|
+
"description": "hy-submit-bar 组件",
|
|
827
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-submit-bar.html#hy-submit-bar",
|
|
828
|
+
"props": [],
|
|
829
|
+
"js": {
|
|
830
|
+
"events": [
|
|
831
|
+
{
|
|
832
|
+
"name": "click",
|
|
833
|
+
"description": "",
|
|
834
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-submit-bar.html#events"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "menuClick",
|
|
838
|
+
"description": "",
|
|
839
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-submit-bar.html#events"
|
|
840
|
+
}
|
|
841
|
+
]
|
|
842
|
+
}
|
|
843
|
+
},
|
|
844
|
+
"hy-steps": {
|
|
845
|
+
"name": "hy-steps",
|
|
846
|
+
"source": {
|
|
847
|
+
"symbol": "default"
|
|
848
|
+
},
|
|
849
|
+
"description": "hy-steps 组件",
|
|
850
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-steps.html#hy-steps",
|
|
851
|
+
"props": [],
|
|
852
|
+
"js": {
|
|
853
|
+
"events": [
|
|
854
|
+
{
|
|
855
|
+
"name": "click",
|
|
856
|
+
"description": "",
|
|
857
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-steps.html#events"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"name": "update:current",
|
|
861
|
+
"description": "",
|
|
862
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-steps.html#events"
|
|
863
|
+
}
|
|
864
|
+
]
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
"hy-status-bar": {
|
|
868
|
+
"name": "hy-status-bar",
|
|
869
|
+
"source": {
|
|
870
|
+
"symbol": "default"
|
|
871
|
+
},
|
|
872
|
+
"description": "hy-status-bar 组件",
|
|
873
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-status-bar.html#hy-status-bar",
|
|
874
|
+
"props": [],
|
|
875
|
+
"js": {
|
|
876
|
+
"events": []
|
|
877
|
+
}
|
|
878
|
+
},
|
|
879
|
+
"hy-slider": {
|
|
880
|
+
"name": "hy-slider",
|
|
881
|
+
"source": {
|
|
882
|
+
"symbol": "default"
|
|
883
|
+
},
|
|
884
|
+
"description": "hy-slider 组件",
|
|
885
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-slider.html#hy-slider",
|
|
886
|
+
"props": [],
|
|
887
|
+
"js": {
|
|
888
|
+
"events": [
|
|
889
|
+
{
|
|
890
|
+
"name": "start",
|
|
891
|
+
"description": "",
|
|
892
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-slider.html#events"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"name": "changing",
|
|
896
|
+
"description": "",
|
|
897
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-slider.html#events"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"name": "change",
|
|
901
|
+
"description": "",
|
|
902
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-slider.html#events"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"name": "update:modelValue",
|
|
906
|
+
"description": "",
|
|
907
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-slider.html#events"
|
|
908
|
+
}
|
|
909
|
+
]
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
"hy-signature": {
|
|
913
|
+
"name": "hy-signature",
|
|
914
|
+
"source": {
|
|
915
|
+
"symbol": "default"
|
|
916
|
+
},
|
|
917
|
+
"description": "hy-signature 组件",
|
|
918
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-signature.html#hy-signature",
|
|
919
|
+
"props": [],
|
|
920
|
+
"js": {
|
|
921
|
+
"events": [
|
|
922
|
+
{
|
|
923
|
+
"name": "start",
|
|
924
|
+
"description": "",
|
|
925
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-signature.html#events"
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"name": "end",
|
|
929
|
+
"description": "",
|
|
930
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-signature.html#events"
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"name": "signing",
|
|
934
|
+
"description": "",
|
|
935
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-signature.html#events"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"name": "confirm",
|
|
939
|
+
"description": "",
|
|
940
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-signature.html#events"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"name": "clear",
|
|
944
|
+
"description": "",
|
|
945
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-signature.html#events"
|
|
946
|
+
}
|
|
947
|
+
]
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
"hy-search": {
|
|
951
|
+
"name": "hy-search",
|
|
952
|
+
"source": {
|
|
953
|
+
"symbol": "default"
|
|
954
|
+
},
|
|
955
|
+
"description": "hy-search 组件",
|
|
956
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-search.html#hy-search",
|
|
957
|
+
"props": [],
|
|
958
|
+
"js": {
|
|
959
|
+
"events": [
|
|
960
|
+
{
|
|
961
|
+
"name": "click",
|
|
962
|
+
"description": "",
|
|
963
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-search.html#events"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"name": "change",
|
|
967
|
+
"description": "",
|
|
968
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-search.html#events"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"name": "update:modelValue",
|
|
972
|
+
"description": "",
|
|
973
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-search.html#events"
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"name": "clickIcon",
|
|
977
|
+
"description": "",
|
|
978
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-search.html#events"
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"name": "search",
|
|
982
|
+
"description": "",
|
|
983
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-search.html#events"
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"name": "clear",
|
|
987
|
+
"description": "",
|
|
988
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-search.html#events"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"name": "confirm",
|
|
992
|
+
"description": "",
|
|
993
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-search.html#events"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"name": "focus",
|
|
997
|
+
"description": "",
|
|
998
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-search.html#events"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"name": "blur",
|
|
1002
|
+
"description": "",
|
|
1003
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-search.html#events"
|
|
1004
|
+
}
|
|
1005
|
+
]
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
"hy-scroll-list": {
|
|
1009
|
+
"name": "hy-scroll-list",
|
|
1010
|
+
"source": {
|
|
1011
|
+
"symbol": "default"
|
|
1012
|
+
},
|
|
1013
|
+
"description": "hy-scroll-list 组件",
|
|
1014
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-scroll-list.html#hy-scroll-list",
|
|
1015
|
+
"props": [],
|
|
1016
|
+
"js": {
|
|
1017
|
+
"events": [
|
|
1018
|
+
{
|
|
1019
|
+
"name": "click",
|
|
1020
|
+
"description": "",
|
|
1021
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-scroll-list.html#events"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "left",
|
|
1025
|
+
"description": "",
|
|
1026
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-scroll-list.html#events"
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"name": "right",
|
|
1030
|
+
"description": "",
|
|
1031
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-scroll-list.html#events"
|
|
1032
|
+
}
|
|
1033
|
+
]
|
|
1034
|
+
}
|
|
1035
|
+
},
|
|
1036
|
+
"u-safe-bottom": {
|
|
1037
|
+
"name": "u-safe-bottom",
|
|
1038
|
+
"source": {
|
|
1039
|
+
"symbol": "default"
|
|
1040
|
+
},
|
|
1041
|
+
"description": "SafeBottom 底部安全区",
|
|
1042
|
+
"doc-url": "https://wot-design-uni.cn/component/u-safe-bottom.html#u-safe-bottom",
|
|
1043
|
+
"props": [],
|
|
1044
|
+
"js": {
|
|
1045
|
+
"events": []
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
1048
|
+
"hy-read-more": {
|
|
1049
|
+
"name": "hy-read-more",
|
|
1050
|
+
"source": {
|
|
1051
|
+
"symbol": "default"
|
|
1052
|
+
},
|
|
1053
|
+
"description": "hy-read-more 组件",
|
|
1054
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-read-more.html#hy-read-more",
|
|
1055
|
+
"props": [],
|
|
1056
|
+
"js": {
|
|
1057
|
+
"events": [
|
|
1058
|
+
{
|
|
1059
|
+
"name": "close",
|
|
1060
|
+
"description": "",
|
|
1061
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-read-more.html#events"
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"name": "open",
|
|
1065
|
+
"description": "",
|
|
1066
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-read-more.html#events"
|
|
1067
|
+
}
|
|
1068
|
+
]
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
"hy-rate": {
|
|
1072
|
+
"name": "hy-rate",
|
|
1073
|
+
"source": {
|
|
1074
|
+
"symbol": "default"
|
|
1075
|
+
},
|
|
1076
|
+
"description": "hy-rate 组件",
|
|
1077
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-rate.html#hy-rate",
|
|
1078
|
+
"props": [],
|
|
1079
|
+
"js": {
|
|
1080
|
+
"events": [
|
|
1081
|
+
{
|
|
1082
|
+
"name": "update:modelValue",
|
|
1083
|
+
"description": "",
|
|
1084
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-rate.html#events"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"name": "change",
|
|
1088
|
+
"description": "",
|
|
1089
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-rate.html#events"
|
|
1090
|
+
}
|
|
1091
|
+
]
|
|
1092
|
+
}
|
|
1093
|
+
},
|
|
1094
|
+
"hy-radio": {
|
|
1095
|
+
"name": "hy-radio",
|
|
1096
|
+
"source": {
|
|
1097
|
+
"symbol": "default"
|
|
1098
|
+
},
|
|
1099
|
+
"description": "hy-radio 组件",
|
|
1100
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-radio.html#hy-radio",
|
|
1101
|
+
"props": [],
|
|
1102
|
+
"js": {
|
|
1103
|
+
"events": [
|
|
1104
|
+
{
|
|
1105
|
+
"name": "change",
|
|
1106
|
+
"description": "",
|
|
1107
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-radio.html#events"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"name": "update:modelValue",
|
|
1111
|
+
"description": "",
|
|
1112
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-radio.html#events"
|
|
1113
|
+
}
|
|
1114
|
+
]
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
"hy-qrcode": {
|
|
1118
|
+
"name": "hy-qrcode",
|
|
1119
|
+
"source": {
|
|
1120
|
+
"symbol": "default"
|
|
1121
|
+
},
|
|
1122
|
+
"description": "hy-qrcode 组件",
|
|
1123
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-qrcode.html#hy-qrcode",
|
|
1124
|
+
"props": [],
|
|
1125
|
+
"js": {
|
|
1126
|
+
"events": [
|
|
1127
|
+
{
|
|
1128
|
+
"name": "result",
|
|
1129
|
+
"description": "",
|
|
1130
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-qrcode.html#events"
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"name": "preview",
|
|
1134
|
+
"description": "",
|
|
1135
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-qrcode.html#events"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"name": "longPress",
|
|
1139
|
+
"description": "",
|
|
1140
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-qrcode.html#events"
|
|
1141
|
+
}
|
|
1142
|
+
]
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1145
|
+
"hy-price": {
|
|
1146
|
+
"name": "hy-price",
|
|
1147
|
+
"source": {
|
|
1148
|
+
"symbol": "default"
|
|
1149
|
+
},
|
|
1150
|
+
"description": "hy-price 组件",
|
|
1151
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-price.html#hy-price",
|
|
1152
|
+
"props": [],
|
|
1153
|
+
"js": {
|
|
1154
|
+
"events": [
|
|
1155
|
+
{
|
|
1156
|
+
"name": "click",
|
|
1157
|
+
"description": "",
|
|
1158
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-price.html#events"
|
|
1159
|
+
}
|
|
1160
|
+
]
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
1163
|
+
"hy-popup": {
|
|
1164
|
+
"name": "hy-popup",
|
|
1165
|
+
"source": {
|
|
1166
|
+
"symbol": "default"
|
|
1167
|
+
},
|
|
1168
|
+
"description": "hy-popup 组件",
|
|
1169
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-popup.html#hy-popup",
|
|
1170
|
+
"props": [],
|
|
1171
|
+
"js": {
|
|
1172
|
+
"events": [
|
|
1173
|
+
{
|
|
1174
|
+
"name": "open",
|
|
1175
|
+
"description": "",
|
|
1176
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-popup.html#events"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"name": "close",
|
|
1180
|
+
"description": "",
|
|
1181
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-popup.html#events"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "click",
|
|
1185
|
+
"description": "",
|
|
1186
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-popup.html#events"
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"name": "update:show",
|
|
1190
|
+
"description": "",
|
|
1191
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-popup.html#events"
|
|
1192
|
+
}
|
|
1193
|
+
]
|
|
1194
|
+
}
|
|
1195
|
+
},
|
|
1196
|
+
"hy-popover": {
|
|
1197
|
+
"name": "hy-popover",
|
|
1198
|
+
"source": {
|
|
1199
|
+
"symbol": "default"
|
|
1200
|
+
},
|
|
1201
|
+
"description": "hy-popover 组件",
|
|
1202
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-popover.html#hy-popover",
|
|
1203
|
+
"props": [],
|
|
1204
|
+
"js": {
|
|
1205
|
+
"events": [
|
|
1206
|
+
{
|
|
1207
|
+
"name": "update:modelValue",
|
|
1208
|
+
"description": "",
|
|
1209
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-popover.html#events"
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"name": "menuClick",
|
|
1213
|
+
"description": "",
|
|
1214
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-popover.html#events"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"name": "change",
|
|
1218
|
+
"description": "",
|
|
1219
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-popover.html#events"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"name": "open",
|
|
1223
|
+
"description": "",
|
|
1224
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-popover.html#events"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"name": "close",
|
|
1228
|
+
"description": "",
|
|
1229
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-popover.html#events"
|
|
1230
|
+
}
|
|
1231
|
+
]
|
|
1232
|
+
}
|
|
1233
|
+
},
|
|
1234
|
+
"hy-picker": {
|
|
1235
|
+
"name": "hy-picker",
|
|
1236
|
+
"source": {
|
|
1237
|
+
"symbol": "default"
|
|
1238
|
+
},
|
|
1239
|
+
"description": "hy-picker 组件",
|
|
1240
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-picker.html#hy-picker",
|
|
1241
|
+
"props": [],
|
|
1242
|
+
"js": {
|
|
1243
|
+
"events": [
|
|
1244
|
+
{
|
|
1245
|
+
"name": "update:show",
|
|
1246
|
+
"description": "",
|
|
1247
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-picker.html#events"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"name": "close",
|
|
1251
|
+
"description": "",
|
|
1252
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-picker.html#events"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"name": "cancel",
|
|
1256
|
+
"description": "",
|
|
1257
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-picker.html#events"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"name": "update:modelValue",
|
|
1261
|
+
"description": "",
|
|
1262
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-picker.html#events"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"name": "confirm",
|
|
1266
|
+
"description": "",
|
|
1267
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-picker.html#events"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"name": "change",
|
|
1271
|
+
"description": "",
|
|
1272
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-picker.html#events"
|
|
1273
|
+
}
|
|
1274
|
+
]
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
"hy-parse": {
|
|
1278
|
+
"name": "hy-parse",
|
|
1279
|
+
"source": {
|
|
1280
|
+
"symbol": "default"
|
|
1281
|
+
},
|
|
1282
|
+
"description": "hy-parse 组件",
|
|
1283
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#hy-parse",
|
|
1284
|
+
"props": [
|
|
1285
|
+
{
|
|
1286
|
+
"name": "containerStyle",
|
|
1287
|
+
"description": "",
|
|
1288
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#attributes",
|
|
1289
|
+
"type": [
|
|
1290
|
+
"any"
|
|
1291
|
+
],
|
|
1292
|
+
"default": ""
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"name": "content",
|
|
1296
|
+
"description": "",
|
|
1297
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#attributes",
|
|
1298
|
+
"type": [
|
|
1299
|
+
"any"
|
|
1300
|
+
],
|
|
1301
|
+
"default": ""
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"name": "copyLink",
|
|
1305
|
+
"description": "",
|
|
1306
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#attributes",
|
|
1307
|
+
"type": [
|
|
1308
|
+
"any"
|
|
1309
|
+
],
|
|
1310
|
+
"default": ""
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"name": "domain",
|
|
1314
|
+
"description": "",
|
|
1315
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#attributes",
|
|
1316
|
+
"type": [
|
|
1317
|
+
"any"
|
|
1318
|
+
],
|
|
1319
|
+
"default": ""
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"name": "errorImg",
|
|
1323
|
+
"description": "",
|
|
1324
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#attributes",
|
|
1325
|
+
"type": [
|
|
1326
|
+
"any"
|
|
1327
|
+
],
|
|
1328
|
+
"default": ""
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "lazyLoad",
|
|
1332
|
+
"description": "",
|
|
1333
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#attributes",
|
|
1334
|
+
"type": [
|
|
1335
|
+
"any"
|
|
1336
|
+
],
|
|
1337
|
+
"default": ""
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"name": "loadingImg",
|
|
1341
|
+
"description": "",
|
|
1342
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#attributes",
|
|
1343
|
+
"type": [
|
|
1344
|
+
"any"
|
|
1345
|
+
],
|
|
1346
|
+
"default": ""
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"name": "pauseVideo",
|
|
1350
|
+
"description": "",
|
|
1351
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#attributes",
|
|
1352
|
+
"type": [
|
|
1353
|
+
"any"
|
|
1354
|
+
],
|
|
1355
|
+
"default": ""
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"name": "previewImg",
|
|
1359
|
+
"description": "",
|
|
1360
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#attributes",
|
|
1361
|
+
"type": [
|
|
1362
|
+
"any"
|
|
1363
|
+
],
|
|
1364
|
+
"default": ""
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"name": "scrollTable",
|
|
1368
|
+
"description": "",
|
|
1369
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#attributes",
|
|
1370
|
+
"type": [
|
|
1371
|
+
"any"
|
|
1372
|
+
],
|
|
1373
|
+
"default": ""
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"name": "selectable",
|
|
1377
|
+
"description": "",
|
|
1378
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#attributes",
|
|
1379
|
+
"type": [
|
|
1380
|
+
"any"
|
|
1381
|
+
],
|
|
1382
|
+
"default": ""
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"name": "setTitle",
|
|
1386
|
+
"description": "",
|
|
1387
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#attributes",
|
|
1388
|
+
"type": [
|
|
1389
|
+
"any"
|
|
1390
|
+
],
|
|
1391
|
+
"default": ""
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"name": "showImgMenu",
|
|
1395
|
+
"description": "",
|
|
1396
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#attributes",
|
|
1397
|
+
"type": [
|
|
1398
|
+
"any"
|
|
1399
|
+
],
|
|
1400
|
+
"default": ""
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"name": "tagStyle",
|
|
1404
|
+
"description": "",
|
|
1405
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#attributes",
|
|
1406
|
+
"type": [
|
|
1407
|
+
"any"
|
|
1408
|
+
],
|
|
1409
|
+
"default": ""
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"name": "useAnchor",
|
|
1413
|
+
"description": "",
|
|
1414
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#attributes",
|
|
1415
|
+
"type": [
|
|
1416
|
+
"any"
|
|
1417
|
+
],
|
|
1418
|
+
"default": ""
|
|
1419
|
+
}
|
|
1420
|
+
],
|
|
1421
|
+
"js": {
|
|
1422
|
+
"events": [
|
|
1423
|
+
{
|
|
1424
|
+
"name": "load",
|
|
1425
|
+
"description": "",
|
|
1426
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#events"
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"name": "ready",
|
|
1430
|
+
"description": "",
|
|
1431
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#events"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"name": "imgTap",
|
|
1435
|
+
"description": "",
|
|
1436
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#events"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"name": "linkTap",
|
|
1440
|
+
"description": "",
|
|
1441
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#events"
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"name": "play",
|
|
1445
|
+
"description": "",
|
|
1446
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#events"
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"name": "error",
|
|
1450
|
+
"description": "",
|
|
1451
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#events"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"name": "tap",
|
|
1455
|
+
"description": "",
|
|
1456
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#events"
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"name": "click",
|
|
1460
|
+
"description": "",
|
|
1461
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-parse.html#events"
|
|
1462
|
+
}
|
|
1463
|
+
]
|
|
1464
|
+
}
|
|
1465
|
+
},
|
|
1466
|
+
"node": {
|
|
1467
|
+
"name": "node",
|
|
1468
|
+
"source": {
|
|
1469
|
+
"symbol": "default"
|
|
1470
|
+
},
|
|
1471
|
+
"description": "node 组件",
|
|
1472
|
+
"doc-url": "https://wot-design-uni.cn/component/node.html#node",
|
|
1473
|
+
"props": [],
|
|
1474
|
+
"js": {
|
|
1475
|
+
"events": []
|
|
1476
|
+
}
|
|
1477
|
+
},
|
|
1478
|
+
"hy-pagination": {
|
|
1479
|
+
"name": "hy-pagination",
|
|
1480
|
+
"source": {
|
|
1481
|
+
"symbol": "default"
|
|
1482
|
+
},
|
|
1483
|
+
"description": "hy-pagination 组件",
|
|
1484
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-pagination.html#hy-pagination",
|
|
1485
|
+
"props": [],
|
|
1486
|
+
"js": {
|
|
1487
|
+
"events": [
|
|
1488
|
+
{
|
|
1489
|
+
"name": "change",
|
|
1490
|
+
"description": "",
|
|
1491
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-pagination.html#events"
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"name": "update:modelValue",
|
|
1495
|
+
"description": "",
|
|
1496
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-pagination.html#events"
|
|
1497
|
+
}
|
|
1498
|
+
]
|
|
1499
|
+
}
|
|
1500
|
+
},
|
|
1501
|
+
"hy-overlay": {
|
|
1502
|
+
"name": "hy-overlay",
|
|
1503
|
+
"source": {
|
|
1504
|
+
"symbol": "default"
|
|
1505
|
+
},
|
|
1506
|
+
"description": "hy-overlay 组件",
|
|
1507
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-overlay.html#hy-overlay",
|
|
1508
|
+
"props": [],
|
|
1509
|
+
"js": {
|
|
1510
|
+
"events": [
|
|
1511
|
+
{
|
|
1512
|
+
"name": "click",
|
|
1513
|
+
"description": "",
|
|
1514
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-overlay.html#events"
|
|
1515
|
+
}
|
|
1516
|
+
]
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1519
|
+
"hy-number-step": {
|
|
1520
|
+
"name": "hy-number-step",
|
|
1521
|
+
"source": {
|
|
1522
|
+
"symbol": "default"
|
|
1523
|
+
},
|
|
1524
|
+
"description": "hy-number-step 组件",
|
|
1525
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-number-step.html#hy-number-step",
|
|
1526
|
+
"props": [],
|
|
1527
|
+
"js": {
|
|
1528
|
+
"events": [
|
|
1529
|
+
{
|
|
1530
|
+
"name": "update:modelValue",
|
|
1531
|
+
"description": "",
|
|
1532
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-number-step.html#events"
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"name": "focus",
|
|
1536
|
+
"description": "",
|
|
1537
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-number-step.html#events"
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"name": "blur",
|
|
1541
|
+
"description": "",
|
|
1542
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-number-step.html#events"
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"name": "overLimit",
|
|
1546
|
+
"description": "",
|
|
1547
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-number-step.html#events"
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"name": "change",
|
|
1551
|
+
"description": "",
|
|
1552
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-number-step.html#events"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"name": "plus",
|
|
1556
|
+
"description": "",
|
|
1557
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-number-step.html#events"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"name": "minus",
|
|
1561
|
+
"description": "",
|
|
1562
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-number-step.html#events"
|
|
1563
|
+
}
|
|
1564
|
+
]
|
|
1565
|
+
}
|
|
1566
|
+
},
|
|
1567
|
+
"hy-notify": {
|
|
1568
|
+
"name": "hy-notify",
|
|
1569
|
+
"source": {
|
|
1570
|
+
"symbol": "default"
|
|
1571
|
+
},
|
|
1572
|
+
"description": "hy-notify 组件",
|
|
1573
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-notify.html#hy-notify",
|
|
1574
|
+
"props": [],
|
|
1575
|
+
"js": {
|
|
1576
|
+
"events": []
|
|
1577
|
+
}
|
|
1578
|
+
},
|
|
1579
|
+
"hy-row-notice": {
|
|
1580
|
+
"name": "hy-row-notice",
|
|
1581
|
+
"source": {
|
|
1582
|
+
"symbol": "default"
|
|
1583
|
+
},
|
|
1584
|
+
"description": "hy-row-notice 组件",
|
|
1585
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-row-notice.html#hy-row-notice",
|
|
1586
|
+
"props": [],
|
|
1587
|
+
"js": {
|
|
1588
|
+
"events": [
|
|
1589
|
+
{
|
|
1590
|
+
"name": "click",
|
|
1591
|
+
"description": "",
|
|
1592
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-row-notice.html#events"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"name": "close",
|
|
1596
|
+
"description": "",
|
|
1597
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-row-notice.html#events"
|
|
1598
|
+
}
|
|
1599
|
+
]
|
|
1600
|
+
}
|
|
1601
|
+
},
|
|
1602
|
+
"hy-notice-bar": {
|
|
1603
|
+
"name": "hy-notice-bar",
|
|
1604
|
+
"source": {
|
|
1605
|
+
"symbol": "default"
|
|
1606
|
+
},
|
|
1607
|
+
"description": "hy-notice-bar 组件",
|
|
1608
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-notice-bar.html#hy-notice-bar",
|
|
1609
|
+
"props": [],
|
|
1610
|
+
"js": {
|
|
1611
|
+
"events": [
|
|
1612
|
+
{
|
|
1613
|
+
"name": "click",
|
|
1614
|
+
"description": "",
|
|
1615
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-notice-bar.html#events"
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"name": "close",
|
|
1619
|
+
"description": "",
|
|
1620
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-notice-bar.html#events"
|
|
1621
|
+
}
|
|
1622
|
+
]
|
|
1623
|
+
}
|
|
1624
|
+
},
|
|
1625
|
+
"hy-column-notice": {
|
|
1626
|
+
"name": "hy-column-notice",
|
|
1627
|
+
"source": {
|
|
1628
|
+
"symbol": "default"
|
|
1629
|
+
},
|
|
1630
|
+
"description": "hy-column-notice 组件",
|
|
1631
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-column-notice.html#hy-column-notice",
|
|
1632
|
+
"props": [],
|
|
1633
|
+
"js": {
|
|
1634
|
+
"events": [
|
|
1635
|
+
{
|
|
1636
|
+
"name": "click",
|
|
1637
|
+
"description": "",
|
|
1638
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-column-notice.html#events"
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"name": "close",
|
|
1642
|
+
"description": "",
|
|
1643
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-column-notice.html#events"
|
|
1644
|
+
}
|
|
1645
|
+
]
|
|
1646
|
+
}
|
|
1647
|
+
},
|
|
1648
|
+
"hy-navbar": {
|
|
1649
|
+
"name": "hy-navbar",
|
|
1650
|
+
"source": {
|
|
1651
|
+
"symbol": "default"
|
|
1652
|
+
},
|
|
1653
|
+
"description": "hy-navbar 组件",
|
|
1654
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-navbar.html#hy-navbar",
|
|
1655
|
+
"props": [],
|
|
1656
|
+
"js": {
|
|
1657
|
+
"events": [
|
|
1658
|
+
{
|
|
1659
|
+
"name": "leftClick",
|
|
1660
|
+
"description": "",
|
|
1661
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-navbar.html#events"
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"name": "rightClick",
|
|
1665
|
+
"description": "",
|
|
1666
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-navbar.html#events"
|
|
1667
|
+
}
|
|
1668
|
+
]
|
|
1669
|
+
}
|
|
1670
|
+
},
|
|
1671
|
+
"hy-modal": {
|
|
1672
|
+
"name": "hy-modal",
|
|
1673
|
+
"source": {
|
|
1674
|
+
"symbol": "default"
|
|
1675
|
+
},
|
|
1676
|
+
"description": "hy-modal 组件",
|
|
1677
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-modal.html#hy-modal",
|
|
1678
|
+
"props": [],
|
|
1679
|
+
"js": {
|
|
1680
|
+
"events": [
|
|
1681
|
+
{
|
|
1682
|
+
"name": "confirm",
|
|
1683
|
+
"description": "",
|
|
1684
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-modal.html#events"
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"name": "cancel",
|
|
1688
|
+
"description": "",
|
|
1689
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-modal.html#events"
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"name": "close",
|
|
1693
|
+
"description": "",
|
|
1694
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-modal.html#events"
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"name": "update:modelValue",
|
|
1698
|
+
"description": "",
|
|
1699
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-modal.html#events"
|
|
1700
|
+
}
|
|
1701
|
+
]
|
|
1702
|
+
}
|
|
1703
|
+
},
|
|
1704
|
+
"hy-menu": {
|
|
1705
|
+
"name": "hy-menu",
|
|
1706
|
+
"source": {
|
|
1707
|
+
"symbol": "default"
|
|
1708
|
+
},
|
|
1709
|
+
"description": "hy-menu 组件",
|
|
1710
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-menu.html#hy-menu",
|
|
1711
|
+
"props": [],
|
|
1712
|
+
"js": {
|
|
1713
|
+
"events": [
|
|
1714
|
+
{
|
|
1715
|
+
"name": "change",
|
|
1716
|
+
"description": "",
|
|
1717
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-menu.html#events"
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"name": "update:modelValue",
|
|
1721
|
+
"description": "",
|
|
1722
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-menu.html#events"
|
|
1723
|
+
}
|
|
1724
|
+
]
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1727
|
+
"TheUserLogin": {
|
|
1728
|
+
"name": "TheUserLogin",
|
|
1729
|
+
"source": {
|
|
1730
|
+
"symbol": "default"
|
|
1731
|
+
},
|
|
1732
|
+
"description": "TheUserLogin 组件",
|
|
1733
|
+
"doc-url": "https://wot-design-uni.cn/component/TheUserLogin.html#TheUserLogin",
|
|
1734
|
+
"props": [
|
|
1735
|
+
{
|
|
1736
|
+
"name": "themeColor",
|
|
1737
|
+
"description": "",
|
|
1738
|
+
"doc-url": "https://wot-design-uni.cn/component/TheUserLogin.html#attributes",
|
|
1739
|
+
"type": [
|
|
1740
|
+
"any"
|
|
1741
|
+
],
|
|
1742
|
+
"default": ""
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"name": "prefix",
|
|
1746
|
+
"description": "",
|
|
1747
|
+
"doc-url": "https://wot-design-uni.cn/component/TheUserLogin.html#attributes",
|
|
1748
|
+
"type": [
|
|
1749
|
+
"any"
|
|
1750
|
+
],
|
|
1751
|
+
"default": ""
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"name": "isShowPwd",
|
|
1755
|
+
"description": "",
|
|
1756
|
+
"doc-url": "https://wot-design-uni.cn/component/TheUserLogin.html#attributes",
|
|
1757
|
+
"type": [
|
|
1758
|
+
"any"
|
|
1759
|
+
],
|
|
1760
|
+
"default": ""
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"name": "userPlaceholder",
|
|
1764
|
+
"description": "",
|
|
1765
|
+
"doc-url": "https://wot-design-uni.cn/component/TheUserLogin.html#attributes",
|
|
1766
|
+
"type": [
|
|
1767
|
+
"any"
|
|
1768
|
+
],
|
|
1769
|
+
"default": ""
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"name": "pwdPlaceholder",
|
|
1773
|
+
"description": "",
|
|
1774
|
+
"doc-url": "https://wot-design-uni.cn/component/TheUserLogin.html#attributes",
|
|
1775
|
+
"type": [
|
|
1776
|
+
"any"
|
|
1777
|
+
],
|
|
1778
|
+
"default": ""
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"name": "customUserValidator",
|
|
1782
|
+
"description": "",
|
|
1783
|
+
"doc-url": "https://wot-design-uni.cn/component/TheUserLogin.html#attributes",
|
|
1784
|
+
"type": [
|
|
1785
|
+
"any"
|
|
1786
|
+
],
|
|
1787
|
+
"default": ""
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"name": "customPwdValidator",
|
|
1791
|
+
"description": "",
|
|
1792
|
+
"doc-url": "https://wot-design-uni.cn/component/TheUserLogin.html#attributes",
|
|
1793
|
+
"type": [
|
|
1794
|
+
"any"
|
|
1795
|
+
],
|
|
1796
|
+
"default": ""
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"name": "userNumValidator",
|
|
1800
|
+
"description": "",
|
|
1801
|
+
"doc-url": "https://wot-design-uni.cn/component/TheUserLogin.html#attributes",
|
|
1802
|
+
"type": [
|
|
1803
|
+
"any"
|
|
1804
|
+
],
|
|
1805
|
+
"default": ""
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"name": "pwdNumValidator",
|
|
1809
|
+
"description": "",
|
|
1810
|
+
"doc-url": "https://wot-design-uni.cn/component/TheUserLogin.html#attributes",
|
|
1811
|
+
"type": [
|
|
1812
|
+
"any"
|
|
1813
|
+
],
|
|
1814
|
+
"default": ""
|
|
1815
|
+
}
|
|
1816
|
+
],
|
|
1817
|
+
"js": {
|
|
1818
|
+
"events": [
|
|
1819
|
+
{
|
|
1820
|
+
"name": "handleHistory",
|
|
1821
|
+
"description": "",
|
|
1822
|
+
"doc-url": "https://wot-design-uni.cn/component/TheUserLogin.html#events"
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"name": "handleCheckbox",
|
|
1826
|
+
"description": "",
|
|
1827
|
+
"doc-url": "https://wot-design-uni.cn/component/TheUserLogin.html#events"
|
|
1828
|
+
}
|
|
1829
|
+
]
|
|
1830
|
+
}
|
|
1831
|
+
},
|
|
1832
|
+
"ThePhoneLogin": {
|
|
1833
|
+
"name": "ThePhoneLogin",
|
|
1834
|
+
"source": {
|
|
1835
|
+
"symbol": "default"
|
|
1836
|
+
},
|
|
1837
|
+
"description": "ThePhoneLogin 组件",
|
|
1838
|
+
"doc-url": "https://wot-design-uni.cn/component/ThePhoneLogin.html#ThePhoneLogin",
|
|
1839
|
+
"props": [
|
|
1840
|
+
{
|
|
1841
|
+
"name": "themeColor",
|
|
1842
|
+
"description": "",
|
|
1843
|
+
"doc-url": "https://wot-design-uni.cn/component/ThePhoneLogin.html#attributes",
|
|
1844
|
+
"type": [
|
|
1845
|
+
"any"
|
|
1846
|
+
],
|
|
1847
|
+
"default": ""
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"name": "customPhoneValidator",
|
|
1851
|
+
"description": "",
|
|
1852
|
+
"doc-url": "https://wot-design-uni.cn/component/ThePhoneLogin.html#attributes",
|
|
1853
|
+
"type": [
|
|
1854
|
+
"any"
|
|
1855
|
+
],
|
|
1856
|
+
"default": ""
|
|
1857
|
+
}
|
|
1858
|
+
],
|
|
1859
|
+
"js": {
|
|
1860
|
+
"events": []
|
|
1861
|
+
}
|
|
1862
|
+
},
|
|
1863
|
+
"hy-login": {
|
|
1864
|
+
"name": "hy-login",
|
|
1865
|
+
"source": {
|
|
1866
|
+
"symbol": "default"
|
|
1867
|
+
},
|
|
1868
|
+
"description": "hy-login 组件",
|
|
1869
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-login.html#hy-login",
|
|
1870
|
+
"props": [],
|
|
1871
|
+
"js": {
|
|
1872
|
+
"events": [
|
|
1873
|
+
{
|
|
1874
|
+
"name": "login",
|
|
1875
|
+
"description": "",
|
|
1876
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-login.html#events"
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"name": "handleClickMenu",
|
|
1880
|
+
"description": "",
|
|
1881
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-login.html#events"
|
|
1882
|
+
}
|
|
1883
|
+
]
|
|
1884
|
+
}
|
|
1885
|
+
},
|
|
1886
|
+
"hy-loading": {
|
|
1887
|
+
"name": "hy-loading",
|
|
1888
|
+
"source": {
|
|
1889
|
+
"symbol": "default"
|
|
1890
|
+
},
|
|
1891
|
+
"description": "hy-loading 组件",
|
|
1892
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-loading.html#hy-loading",
|
|
1893
|
+
"props": [],
|
|
1894
|
+
"js": {
|
|
1895
|
+
"events": [
|
|
1896
|
+
{
|
|
1897
|
+
"name": "update:modelValue",
|
|
1898
|
+
"description": "",
|
|
1899
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-loading.html#events"
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"name": "change",
|
|
1903
|
+
"description": "",
|
|
1904
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-loading.html#events"
|
|
1905
|
+
}
|
|
1906
|
+
]
|
|
1907
|
+
}
|
|
1908
|
+
},
|
|
1909
|
+
"hy-list": {
|
|
1910
|
+
"name": "hy-list",
|
|
1911
|
+
"source": {
|
|
1912
|
+
"symbol": "default"
|
|
1913
|
+
},
|
|
1914
|
+
"description": "hy-list 组件",
|
|
1915
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-list.html#hy-list",
|
|
1916
|
+
"props": [],
|
|
1917
|
+
"js": {
|
|
1918
|
+
"events": [
|
|
1919
|
+
{
|
|
1920
|
+
"name": "scrollButton",
|
|
1921
|
+
"description": "",
|
|
1922
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-list.html#events"
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"name": "click",
|
|
1926
|
+
"description": "",
|
|
1927
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-list.html#events"
|
|
1928
|
+
}
|
|
1929
|
+
]
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1932
|
+
"hy-line-progress": {
|
|
1933
|
+
"name": "hy-line-progress",
|
|
1934
|
+
"source": {
|
|
1935
|
+
"symbol": "default"
|
|
1936
|
+
},
|
|
1937
|
+
"description": "hy-line-progress 组件",
|
|
1938
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-line-progress.html#hy-line-progress",
|
|
1939
|
+
"props": [],
|
|
1940
|
+
"js": {
|
|
1941
|
+
"events": []
|
|
1942
|
+
}
|
|
1943
|
+
},
|
|
1944
|
+
"hy-line": {
|
|
1945
|
+
"name": "hy-line",
|
|
1946
|
+
"source": {
|
|
1947
|
+
"symbol": "default"
|
|
1948
|
+
},
|
|
1949
|
+
"description": "hy-line 组件",
|
|
1950
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-line.html#hy-line",
|
|
1951
|
+
"props": [],
|
|
1952
|
+
"js": {
|
|
1953
|
+
"events": []
|
|
1954
|
+
}
|
|
1955
|
+
},
|
|
1956
|
+
"hy-input": {
|
|
1957
|
+
"name": "hy-input",
|
|
1958
|
+
"source": {
|
|
1959
|
+
"symbol": "default"
|
|
1960
|
+
},
|
|
1961
|
+
"description": "hy-input 组件",
|
|
1962
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-input.html#hy-input",
|
|
1963
|
+
"props": [],
|
|
1964
|
+
"js": {
|
|
1965
|
+
"events": [
|
|
1966
|
+
{
|
|
1967
|
+
"name": "blur",
|
|
1968
|
+
"description": "",
|
|
1969
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-input.html#events"
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"name": "focus",
|
|
1973
|
+
"description": "",
|
|
1974
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-input.html#events"
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"name": "confirm",
|
|
1978
|
+
"description": "",
|
|
1979
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-input.html#events"
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"name": "keyboardheightchange",
|
|
1983
|
+
"description": "",
|
|
1984
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-input.html#events"
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"name": "nicknamereview",
|
|
1988
|
+
"description": "",
|
|
1989
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-input.html#events"
|
|
1990
|
+
},
|
|
1991
|
+
{
|
|
1992
|
+
"name": "change",
|
|
1993
|
+
"description": "",
|
|
1994
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-input.html#events"
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"name": "update:modelValue",
|
|
1998
|
+
"description": "",
|
|
1999
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-input.html#events"
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"name": "clear",
|
|
2003
|
+
"description": "",
|
|
2004
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-input.html#events"
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"name": "onPrefix",
|
|
2008
|
+
"description": "",
|
|
2009
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-input.html#events"
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"name": "onSuffix",
|
|
2013
|
+
"description": "",
|
|
2014
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-input.html#events"
|
|
2015
|
+
}
|
|
2016
|
+
]
|
|
2017
|
+
}
|
|
2018
|
+
},
|
|
2019
|
+
"hy-image": {
|
|
2020
|
+
"name": "hy-image",
|
|
2021
|
+
"source": {
|
|
2022
|
+
"symbol": "default"
|
|
2023
|
+
},
|
|
2024
|
+
"description": "hy-image 组件",
|
|
2025
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-image.html#hy-image",
|
|
2026
|
+
"props": [],
|
|
2027
|
+
"js": {
|
|
2028
|
+
"events": [
|
|
2029
|
+
{
|
|
2030
|
+
"name": "click",
|
|
2031
|
+
"description": "",
|
|
2032
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-image.html#events"
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"name": "error",
|
|
2036
|
+
"description": "",
|
|
2037
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-image.html#events"
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"name": "load",
|
|
2041
|
+
"description": "",
|
|
2042
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-image.html#events"
|
|
2043
|
+
}
|
|
2044
|
+
]
|
|
2045
|
+
}
|
|
2046
|
+
},
|
|
2047
|
+
"hy-icon": {
|
|
2048
|
+
"name": "hy-icon",
|
|
2049
|
+
"source": {
|
|
2050
|
+
"symbol": "default"
|
|
2051
|
+
},
|
|
2052
|
+
"description": "hy-icon 组件",
|
|
2053
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-icon.html#hy-icon",
|
|
2054
|
+
"props": [],
|
|
2055
|
+
"js": {
|
|
2056
|
+
"events": [
|
|
2057
|
+
{
|
|
2058
|
+
"name": "click",
|
|
2059
|
+
"description": "",
|
|
2060
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-icon.html#events"
|
|
2061
|
+
}
|
|
2062
|
+
]
|
|
2063
|
+
}
|
|
2064
|
+
},
|
|
2065
|
+
"hy-grid": {
|
|
2066
|
+
"name": "hy-grid",
|
|
2067
|
+
"source": {
|
|
2068
|
+
"symbol": "default"
|
|
2069
|
+
},
|
|
2070
|
+
"description": "hy-grid 组件",
|
|
2071
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-grid.html#hy-grid",
|
|
2072
|
+
"props": [],
|
|
2073
|
+
"js": {
|
|
2074
|
+
"events": [
|
|
2075
|
+
{
|
|
2076
|
+
"name": "click",
|
|
2077
|
+
"description": "",
|
|
2078
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-grid.html#events"
|
|
2079
|
+
}
|
|
2080
|
+
]
|
|
2081
|
+
}
|
|
2082
|
+
},
|
|
2083
|
+
"hy-folding-panel": {
|
|
2084
|
+
"name": "hy-folding-panel",
|
|
2085
|
+
"source": {
|
|
2086
|
+
"symbol": "default"
|
|
2087
|
+
},
|
|
2088
|
+
"description": "hy-folding-panel 组件",
|
|
2089
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-folding-panel.html#hy-folding-panel",
|
|
2090
|
+
"props": [],
|
|
2091
|
+
"js": {
|
|
2092
|
+
"events": [
|
|
2093
|
+
{
|
|
2094
|
+
"name": "open",
|
|
2095
|
+
"description": "",
|
|
2096
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-folding-panel.html#events"
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"name": "close",
|
|
2100
|
+
"description": "",
|
|
2101
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-folding-panel.html#events"
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"name": "change",
|
|
2105
|
+
"description": "",
|
|
2106
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-folding-panel.html#events"
|
|
2107
|
+
}
|
|
2108
|
+
]
|
|
2109
|
+
}
|
|
2110
|
+
},
|
|
2111
|
+
"hy-float-button": {
|
|
2112
|
+
"name": "hy-float-button",
|
|
2113
|
+
"source": {
|
|
2114
|
+
"symbol": "default"
|
|
2115
|
+
},
|
|
2116
|
+
"description": "hy-float-button 组件",
|
|
2117
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-float-button.html#hy-float-button",
|
|
2118
|
+
"props": [],
|
|
2119
|
+
"js": {
|
|
2120
|
+
"events": [
|
|
2121
|
+
{
|
|
2122
|
+
"name": "click",
|
|
2123
|
+
"description": "",
|
|
2124
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-float-button.html#events"
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"name": "clickItem",
|
|
2128
|
+
"description": "",
|
|
2129
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-float-button.html#events"
|
|
2130
|
+
}
|
|
2131
|
+
]
|
|
2132
|
+
}
|
|
2133
|
+
},
|
|
2134
|
+
"hy-empty": {
|
|
2135
|
+
"name": "hy-empty",
|
|
2136
|
+
"source": {
|
|
2137
|
+
"symbol": "default"
|
|
2138
|
+
},
|
|
2139
|
+
"description": "hy-empty 组件",
|
|
2140
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-empty.html#hy-empty",
|
|
2141
|
+
"props": [],
|
|
2142
|
+
"js": {
|
|
2143
|
+
"events": [
|
|
2144
|
+
{
|
|
2145
|
+
"name": "click",
|
|
2146
|
+
"description": "",
|
|
2147
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-empty.html#events"
|
|
2148
|
+
}
|
|
2149
|
+
]
|
|
2150
|
+
}
|
|
2151
|
+
},
|
|
2152
|
+
"hy-dropdown-item": {
|
|
2153
|
+
"name": "hy-dropdown-item",
|
|
2154
|
+
"source": {
|
|
2155
|
+
"symbol": "default"
|
|
2156
|
+
},
|
|
2157
|
+
"description": "hy-dropdown-item 组件",
|
|
2158
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-dropdown-item.html#hy-dropdown-item",
|
|
2159
|
+
"props": [],
|
|
2160
|
+
"js": {
|
|
2161
|
+
"events": [
|
|
2162
|
+
{
|
|
2163
|
+
"name": "update:modelValue",
|
|
2164
|
+
"description": "",
|
|
2165
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-dropdown-item.html#events"
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
"name": "change",
|
|
2169
|
+
"description": "",
|
|
2170
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-dropdown-item.html#events"
|
|
2171
|
+
}
|
|
2172
|
+
]
|
|
2173
|
+
}
|
|
2174
|
+
},
|
|
2175
|
+
"hy-dropdown": {
|
|
2176
|
+
"name": "hy-dropdown",
|
|
2177
|
+
"source": {
|
|
2178
|
+
"symbol": "default"
|
|
2179
|
+
},
|
|
2180
|
+
"description": "hy-dropdown 组件",
|
|
2181
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-dropdown.html#hy-dropdown",
|
|
2182
|
+
"props": [],
|
|
2183
|
+
"js": {
|
|
2184
|
+
"events": []
|
|
2185
|
+
}
|
|
2186
|
+
},
|
|
2187
|
+
"hy-divider": {
|
|
2188
|
+
"name": "hy-divider",
|
|
2189
|
+
"source": {
|
|
2190
|
+
"symbol": "default"
|
|
2191
|
+
},
|
|
2192
|
+
"description": "hy-divider 组件",
|
|
2193
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-divider.html#hy-divider",
|
|
2194
|
+
"props": [],
|
|
2195
|
+
"js": {
|
|
2196
|
+
"events": [
|
|
2197
|
+
{
|
|
2198
|
+
"name": "click",
|
|
2199
|
+
"description": "",
|
|
2200
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-divider.html#events"
|
|
2201
|
+
}
|
|
2202
|
+
]
|
|
2203
|
+
}
|
|
2204
|
+
},
|
|
2205
|
+
"hy-datetime-picker": {
|
|
2206
|
+
"name": "hy-datetime-picker",
|
|
2207
|
+
"source": {
|
|
2208
|
+
"symbol": "default"
|
|
2209
|
+
},
|
|
2210
|
+
"description": "hy-datetime-picker 组件",
|
|
2211
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-datetime-picker.html#hy-datetime-picker",
|
|
2212
|
+
"props": [],
|
|
2213
|
+
"js": {
|
|
2214
|
+
"events": [
|
|
2215
|
+
{
|
|
2216
|
+
"name": "close",
|
|
2217
|
+
"description": "",
|
|
2218
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-datetime-picker.html#events"
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
"name": "cancel",
|
|
2222
|
+
"description": "",
|
|
2223
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-datetime-picker.html#events"
|
|
2224
|
+
},
|
|
2225
|
+
{
|
|
2226
|
+
"name": "confirm",
|
|
2227
|
+
"description": "",
|
|
2228
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-datetime-picker.html#events"
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"name": "change",
|
|
2232
|
+
"description": "",
|
|
2233
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-datetime-picker.html#events"
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"name": "update:modelValue",
|
|
2237
|
+
"description": "",
|
|
2238
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-datetime-picker.html#events"
|
|
2239
|
+
}
|
|
2240
|
+
]
|
|
2241
|
+
}
|
|
2242
|
+
},
|
|
2243
|
+
"hy-count-to": {
|
|
2244
|
+
"name": "hy-count-to",
|
|
2245
|
+
"source": {
|
|
2246
|
+
"symbol": "default"
|
|
2247
|
+
},
|
|
2248
|
+
"description": "hy-count-to 组件",
|
|
2249
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-count-to.html#hy-count-to",
|
|
2250
|
+
"props": [],
|
|
2251
|
+
"js": {
|
|
2252
|
+
"events": [
|
|
2253
|
+
{
|
|
2254
|
+
"name": "end",
|
|
2255
|
+
"description": "",
|
|
2256
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-count-to.html#events"
|
|
2257
|
+
}
|
|
2258
|
+
]
|
|
2259
|
+
}
|
|
2260
|
+
},
|
|
2261
|
+
"hy-count-down": {
|
|
2262
|
+
"name": "hy-count-down",
|
|
2263
|
+
"source": {
|
|
2264
|
+
"symbol": "default"
|
|
2265
|
+
},
|
|
2266
|
+
"description": "hy-count-down 组件",
|
|
2267
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-count-down.html#hy-count-down",
|
|
2268
|
+
"props": [],
|
|
2269
|
+
"js": {
|
|
2270
|
+
"events": [
|
|
2271
|
+
{
|
|
2272
|
+
"name": "change",
|
|
2273
|
+
"description": "",
|
|
2274
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-count-down.html#events"
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"name": "finish",
|
|
2278
|
+
"description": "",
|
|
2279
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-count-down.html#events"
|
|
2280
|
+
}
|
|
2281
|
+
]
|
|
2282
|
+
}
|
|
2283
|
+
},
|
|
2284
|
+
"hy-config-provider": {
|
|
2285
|
+
"name": "hy-config-provider",
|
|
2286
|
+
"source": {
|
|
2287
|
+
"symbol": "default"
|
|
2288
|
+
},
|
|
2289
|
+
"description": "hy-config-provider 组件",
|
|
2290
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-config-provider.html#hy-config-provider",
|
|
2291
|
+
"props": [],
|
|
2292
|
+
"js": {
|
|
2293
|
+
"events": []
|
|
2294
|
+
}
|
|
2295
|
+
},
|
|
2296
|
+
"hy-code-input": {
|
|
2297
|
+
"name": "hy-code-input",
|
|
2298
|
+
"source": {
|
|
2299
|
+
"symbol": "default"
|
|
2300
|
+
},
|
|
2301
|
+
"description": "hy-code-input 组件",
|
|
2302
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-code-input.html#hy-code-input",
|
|
2303
|
+
"props": [],
|
|
2304
|
+
"js": {
|
|
2305
|
+
"events": [
|
|
2306
|
+
{
|
|
2307
|
+
"name": "change",
|
|
2308
|
+
"description": "",
|
|
2309
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-code-input.html#events"
|
|
2310
|
+
},
|
|
2311
|
+
{
|
|
2312
|
+
"name": "finish",
|
|
2313
|
+
"description": "",
|
|
2314
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-code-input.html#events"
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"name": "update:modelValue",
|
|
2318
|
+
"description": "",
|
|
2319
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-code-input.html#events"
|
|
2320
|
+
}
|
|
2321
|
+
]
|
|
2322
|
+
}
|
|
2323
|
+
},
|
|
2324
|
+
"hy-checkbox": {
|
|
2325
|
+
"name": "hy-checkbox",
|
|
2326
|
+
"source": {
|
|
2327
|
+
"symbol": "default"
|
|
2328
|
+
},
|
|
2329
|
+
"description": "hy-checkbox 组件",
|
|
2330
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-checkbox.html#hy-checkbox",
|
|
2331
|
+
"props": [],
|
|
2332
|
+
"js": {
|
|
2333
|
+
"events": [
|
|
2334
|
+
{
|
|
2335
|
+
"name": "change",
|
|
2336
|
+
"description": "",
|
|
2337
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-checkbox.html#events"
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"name": "update:modelValue",
|
|
2341
|
+
"description": "",
|
|
2342
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-checkbox.html#events"
|
|
2343
|
+
}
|
|
2344
|
+
]
|
|
2345
|
+
}
|
|
2346
|
+
},
|
|
2347
|
+
"hy-check-button": {
|
|
2348
|
+
"name": "hy-check-button",
|
|
2349
|
+
"source": {
|
|
2350
|
+
"symbol": "default"
|
|
2351
|
+
},
|
|
2352
|
+
"description": "hy-check-button 组件",
|
|
2353
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-check-button.html#hy-check-button",
|
|
2354
|
+
"props": [],
|
|
2355
|
+
"js": {
|
|
2356
|
+
"events": [
|
|
2357
|
+
{
|
|
2358
|
+
"name": "change",
|
|
2359
|
+
"description": "",
|
|
2360
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-check-button.html#events"
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"name": "update:modelValue",
|
|
2364
|
+
"description": "",
|
|
2365
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-check-button.html#events"
|
|
2366
|
+
}
|
|
2367
|
+
]
|
|
2368
|
+
}
|
|
2369
|
+
},
|
|
2370
|
+
"hy-cell": {
|
|
2371
|
+
"name": "hy-cell",
|
|
2372
|
+
"source": {
|
|
2373
|
+
"symbol": "default"
|
|
2374
|
+
},
|
|
2375
|
+
"description": "hy-cell 组件",
|
|
2376
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-cell.html#hy-cell",
|
|
2377
|
+
"props": [],
|
|
2378
|
+
"js": {
|
|
2379
|
+
"events": [
|
|
2380
|
+
{
|
|
2381
|
+
"name": "click",
|
|
2382
|
+
"description": "",
|
|
2383
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-cell.html#events"
|
|
2384
|
+
}
|
|
2385
|
+
]
|
|
2386
|
+
}
|
|
2387
|
+
},
|
|
2388
|
+
"hy-card": {
|
|
2389
|
+
"name": "hy-card",
|
|
2390
|
+
"source": {
|
|
2391
|
+
"symbol": "default"
|
|
2392
|
+
},
|
|
2393
|
+
"description": "hy-card 组件",
|
|
2394
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-card.html#hy-card",
|
|
2395
|
+
"props": [],
|
|
2396
|
+
"js": {
|
|
2397
|
+
"events": [
|
|
2398
|
+
{
|
|
2399
|
+
"name": "click",
|
|
2400
|
+
"description": "",
|
|
2401
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-card.html#events"
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"name": "head-click",
|
|
2405
|
+
"description": "",
|
|
2406
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-card.html#events"
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"name": "body-click",
|
|
2410
|
+
"description": "",
|
|
2411
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-card.html#events"
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"name": "foot-click",
|
|
2415
|
+
"description": "",
|
|
2416
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-card.html#events"
|
|
2417
|
+
}
|
|
2418
|
+
]
|
|
2419
|
+
}
|
|
2420
|
+
},
|
|
2421
|
+
"hy-calendar-month": {
|
|
2422
|
+
"name": "hy-calendar-month",
|
|
2423
|
+
"source": {
|
|
2424
|
+
"symbol": "default"
|
|
2425
|
+
},
|
|
2426
|
+
"description": "hy-calendar-month 组件",
|
|
2427
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#hy-calendar-month",
|
|
2428
|
+
"props": [
|
|
2429
|
+
{
|
|
2430
|
+
"name": "showMark",
|
|
2431
|
+
"description": "",
|
|
2432
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2433
|
+
"type": [
|
|
2434
|
+
"any"
|
|
2435
|
+
],
|
|
2436
|
+
"default": ""
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"name": "color",
|
|
2440
|
+
"description": "",
|
|
2441
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2442
|
+
"type": [
|
|
2443
|
+
"any"
|
|
2444
|
+
],
|
|
2445
|
+
"default": ""
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"name": "months",
|
|
2449
|
+
"description": "",
|
|
2450
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2451
|
+
"type": [
|
|
2452
|
+
"any"
|
|
2453
|
+
],
|
|
2454
|
+
"default": ""
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"name": "mode",
|
|
2458
|
+
"description": "",
|
|
2459
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2460
|
+
"type": [
|
|
2461
|
+
"any"
|
|
2462
|
+
],
|
|
2463
|
+
"default": ""
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
"name": "rowHeight",
|
|
2467
|
+
"description": "",
|
|
2468
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2469
|
+
"type": [
|
|
2470
|
+
"any"
|
|
2471
|
+
],
|
|
2472
|
+
"default": ""
|
|
2473
|
+
},
|
|
2474
|
+
{
|
|
2475
|
+
"name": "maxCount",
|
|
2476
|
+
"description": "",
|
|
2477
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2478
|
+
"type": [
|
|
2479
|
+
"any"
|
|
2480
|
+
],
|
|
2481
|
+
"default": ""
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
"name": "startText",
|
|
2485
|
+
"description": "",
|
|
2486
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2487
|
+
"type": [
|
|
2488
|
+
"any"
|
|
2489
|
+
],
|
|
2490
|
+
"default": ""
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
"name": "endText",
|
|
2494
|
+
"description": "",
|
|
2495
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2496
|
+
"type": [
|
|
2497
|
+
"any"
|
|
2498
|
+
],
|
|
2499
|
+
"default": ""
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"name": "defaultDate",
|
|
2503
|
+
"description": "",
|
|
2504
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2505
|
+
"type": [
|
|
2506
|
+
"any"
|
|
2507
|
+
],
|
|
2508
|
+
"default": ""
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"name": "minDate",
|
|
2512
|
+
"description": "",
|
|
2513
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2514
|
+
"type": [
|
|
2515
|
+
"any"
|
|
2516
|
+
],
|
|
2517
|
+
"default": ""
|
|
2518
|
+
},
|
|
2519
|
+
{
|
|
2520
|
+
"name": "maxDate",
|
|
2521
|
+
"description": "",
|
|
2522
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2523
|
+
"type": [
|
|
2524
|
+
"any"
|
|
2525
|
+
],
|
|
2526
|
+
"default": ""
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
"name": "maxMonth",
|
|
2530
|
+
"description": "",
|
|
2531
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2532
|
+
"type": [
|
|
2533
|
+
"any"
|
|
2534
|
+
],
|
|
2535
|
+
"default": ""
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"name": "readonly",
|
|
2539
|
+
"description": "",
|
|
2540
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2541
|
+
"type": [
|
|
2542
|
+
"any"
|
|
2543
|
+
],
|
|
2544
|
+
"default": ""
|
|
2545
|
+
},
|
|
2546
|
+
{
|
|
2547
|
+
"name": "maxRange",
|
|
2548
|
+
"description": "",
|
|
2549
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2550
|
+
"type": [
|
|
2551
|
+
"any"
|
|
2552
|
+
],
|
|
2553
|
+
"default": ""
|
|
2554
|
+
},
|
|
2555
|
+
{
|
|
2556
|
+
"name": "rangePrompt",
|
|
2557
|
+
"description": "",
|
|
2558
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2559
|
+
"type": [
|
|
2560
|
+
"any"
|
|
2561
|
+
],
|
|
2562
|
+
"default": ""
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"name": "showRangePrompt",
|
|
2566
|
+
"description": "",
|
|
2567
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2568
|
+
"type": [
|
|
2569
|
+
"any"
|
|
2570
|
+
],
|
|
2571
|
+
"default": ""
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
"name": "allowSameDay",
|
|
2575
|
+
"description": "",
|
|
2576
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2577
|
+
"type": [
|
|
2578
|
+
"any"
|
|
2579
|
+
],
|
|
2580
|
+
"default": ""
|
|
2581
|
+
},
|
|
2582
|
+
{
|
|
2583
|
+
"name": "forbidDays",
|
|
2584
|
+
"description": "",
|
|
2585
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2586
|
+
"type": [
|
|
2587
|
+
"any"
|
|
2588
|
+
],
|
|
2589
|
+
"default": ""
|
|
2590
|
+
},
|
|
2591
|
+
{
|
|
2592
|
+
"name": "forbidDaysToast",
|
|
2593
|
+
"description": "",
|
|
2594
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#attributes",
|
|
2595
|
+
"type": [
|
|
2596
|
+
"any"
|
|
2597
|
+
],
|
|
2598
|
+
"default": ""
|
|
2599
|
+
}
|
|
2600
|
+
],
|
|
2601
|
+
"js": {
|
|
2602
|
+
"events": [
|
|
2603
|
+
{
|
|
2604
|
+
"name": "monthSelected",
|
|
2605
|
+
"description": "",
|
|
2606
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#events"
|
|
2607
|
+
},
|
|
2608
|
+
{
|
|
2609
|
+
"name": "updateMonthTop",
|
|
2610
|
+
"description": "",
|
|
2611
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-month.html#events"
|
|
2612
|
+
}
|
|
2613
|
+
]
|
|
2614
|
+
}
|
|
2615
|
+
},
|
|
2616
|
+
"hy-calendar": {
|
|
2617
|
+
"name": "hy-calendar",
|
|
2618
|
+
"source": {
|
|
2619
|
+
"symbol": "default"
|
|
2620
|
+
},
|
|
2621
|
+
"description": "hy-calendar 组件",
|
|
2622
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar.html#hy-calendar",
|
|
2623
|
+
"props": [],
|
|
2624
|
+
"js": {
|
|
2625
|
+
"events": [
|
|
2626
|
+
{
|
|
2627
|
+
"name": "confirm",
|
|
2628
|
+
"description": "",
|
|
2629
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar.html#events"
|
|
2630
|
+
},
|
|
2631
|
+
{
|
|
2632
|
+
"name": "change",
|
|
2633
|
+
"description": "",
|
|
2634
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar.html#events"
|
|
2635
|
+
},
|
|
2636
|
+
{
|
|
2637
|
+
"name": "close",
|
|
2638
|
+
"description": "",
|
|
2639
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar.html#events"
|
|
2640
|
+
}
|
|
2641
|
+
]
|
|
2642
|
+
}
|
|
2643
|
+
},
|
|
2644
|
+
"hy-calendar-header": {
|
|
2645
|
+
"name": "hy-calendar-header",
|
|
2646
|
+
"source": {
|
|
2647
|
+
"symbol": "default"
|
|
2648
|
+
},
|
|
2649
|
+
"description": "hy-calendar-header 组件",
|
|
2650
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-header.html#hy-calendar-header",
|
|
2651
|
+
"props": [
|
|
2652
|
+
{
|
|
2653
|
+
"name": "title",
|
|
2654
|
+
"description": "",
|
|
2655
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-header.html#attributes",
|
|
2656
|
+
"type": [
|
|
2657
|
+
"any"
|
|
2658
|
+
],
|
|
2659
|
+
"default": ""
|
|
2660
|
+
},
|
|
2661
|
+
{
|
|
2662
|
+
"name": "subtitle",
|
|
2663
|
+
"description": "",
|
|
2664
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-header.html#attributes",
|
|
2665
|
+
"type": [
|
|
2666
|
+
"any"
|
|
2667
|
+
],
|
|
2668
|
+
"default": ""
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"name": "showTitle",
|
|
2672
|
+
"description": "",
|
|
2673
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-header.html#attributes",
|
|
2674
|
+
"type": [
|
|
2675
|
+
"any"
|
|
2676
|
+
],
|
|
2677
|
+
"default": ""
|
|
2678
|
+
},
|
|
2679
|
+
{
|
|
2680
|
+
"name": "showSubtitle",
|
|
2681
|
+
"description": "",
|
|
2682
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-header.html#attributes",
|
|
2683
|
+
"type": [
|
|
2684
|
+
"any"
|
|
2685
|
+
],
|
|
2686
|
+
"default": ""
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"name": "weekText",
|
|
2690
|
+
"description": "",
|
|
2691
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-calendar-header.html#attributes",
|
|
2692
|
+
"type": [
|
|
2693
|
+
"any"
|
|
2694
|
+
],
|
|
2695
|
+
"default": ""
|
|
2696
|
+
}
|
|
2697
|
+
],
|
|
2698
|
+
"js": {
|
|
2699
|
+
"events": []
|
|
2700
|
+
}
|
|
2701
|
+
},
|
|
2702
|
+
"hy-button": {
|
|
2703
|
+
"name": "hy-button",
|
|
2704
|
+
"source": {
|
|
2705
|
+
"symbol": "default"
|
|
2706
|
+
},
|
|
2707
|
+
"description": "hy-button 组件",
|
|
2708
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#hy-button",
|
|
2709
|
+
"props": [
|
|
2710
|
+
{
|
|
2711
|
+
"name": "hairline",
|
|
2712
|
+
"description": "是否显示按钮的细边框",
|
|
2713
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2714
|
+
"type": [
|
|
2715
|
+
"any"
|
|
2716
|
+
],
|
|
2717
|
+
"default": ""
|
|
2718
|
+
},
|
|
2719
|
+
{
|
|
2720
|
+
"name": "type",
|
|
2721
|
+
"description": "按钮的预置样式",
|
|
2722
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2723
|
+
"type": [
|
|
2724
|
+
"any"
|
|
2725
|
+
],
|
|
2726
|
+
"default": ""
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"name": "size",
|
|
2730
|
+
"description": "按钮尺寸",
|
|
2731
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2732
|
+
"type": [
|
|
2733
|
+
"any"
|
|
2734
|
+
],
|
|
2735
|
+
"default": ""
|
|
2736
|
+
},
|
|
2737
|
+
{
|
|
2738
|
+
"name": "shape",
|
|
2739
|
+
"description": "按钮形状,circle(两边为半圆),square(带圆角) (默认 'square' )",
|
|
2740
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2741
|
+
"type": [
|
|
2742
|
+
"any"
|
|
2743
|
+
],
|
|
2744
|
+
"default": ""
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"name": "plain",
|
|
2748
|
+
"description": "按钮是否镂空,背景色透明 (默认 false)",
|
|
2749
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2750
|
+
"type": [
|
|
2751
|
+
"any"
|
|
2752
|
+
],
|
|
2753
|
+
"default": ""
|
|
2754
|
+
},
|
|
2755
|
+
{
|
|
2756
|
+
"name": "disabled",
|
|
2757
|
+
"description": "是否禁用 (默认 false)",
|
|
2758
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2759
|
+
"type": [
|
|
2760
|
+
"any"
|
|
2761
|
+
],
|
|
2762
|
+
"default": ""
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"name": "loading",
|
|
2766
|
+
"description": "按钮名称前是否带 loading 图标(App-nvue 平台,在 ios 上为雪花,Android上为圆圈) (默认 false)",
|
|
2767
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2768
|
+
"type": [
|
|
2769
|
+
"any"
|
|
2770
|
+
],
|
|
2771
|
+
"default": ""
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
"name": "loadingText",
|
|
2775
|
+
"description": "加载中提示文字",
|
|
2776
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2777
|
+
"type": [
|
|
2778
|
+
"any"
|
|
2779
|
+
],
|
|
2780
|
+
"default": ""
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"name": "loadingMode",
|
|
2784
|
+
"description": "加载状态图标类型 (默认 'spinner' )",
|
|
2785
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2786
|
+
"type": [
|
|
2787
|
+
"any"
|
|
2788
|
+
],
|
|
2789
|
+
"default": ""
|
|
2790
|
+
},
|
|
2791
|
+
{
|
|
2792
|
+
"name": "loadingSize",
|
|
2793
|
+
"description": "加载图标大小 (默认 13 )",
|
|
2794
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2795
|
+
"type": [
|
|
2796
|
+
"any"
|
|
2797
|
+
],
|
|
2798
|
+
"default": ""
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"name": "openType",
|
|
2802
|
+
"description": "开放能力,具体请看uniapp稳定关于button组件部分说明",
|
|
2803
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2804
|
+
"type": [
|
|
2805
|
+
"any"
|
|
2806
|
+
],
|
|
2807
|
+
"default": ""
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"name": "formType",
|
|
2811
|
+
"description": "用于 <form> 组件,点击分别会触发 <form> 组件的 submit/reset 事件",
|
|
2812
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2813
|
+
"type": [
|
|
2814
|
+
"any"
|
|
2815
|
+
],
|
|
2816
|
+
"default": ""
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"name": "appParameter",
|
|
2820
|
+
"description": "打开 APP 时,向 APP 传递的参数,open-type=launchApp时有效 (注:只微信小程序、QQ小程序有效)",
|
|
2821
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2822
|
+
"type": [
|
|
2823
|
+
"any"
|
|
2824
|
+
],
|
|
2825
|
+
"default": ""
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"name": "hoverStopPropagation",
|
|
2829
|
+
"description": "指定是否阻止本节点的祖先节点出现点击态,微信小程序有效(默认 true )",
|
|
2830
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2831
|
+
"type": [
|
|
2832
|
+
"any"
|
|
2833
|
+
],
|
|
2834
|
+
"default": ""
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"name": "lang",
|
|
2838
|
+
"description": "指定返回用户信息的语言,zh_CN 简体中文,zh_TW 繁体中文,en 英文(默认 en )",
|
|
2839
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2840
|
+
"type": [
|
|
2841
|
+
"any"
|
|
2842
|
+
],
|
|
2843
|
+
"default": ""
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"name": "sessionFrom",
|
|
2847
|
+
"description": "会话来源,openType=\"contact\"时有效",
|
|
2848
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2849
|
+
"type": [
|
|
2850
|
+
"any"
|
|
2851
|
+
],
|
|
2852
|
+
"default": ""
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"name": "sendMessageTitle",
|
|
2856
|
+
"description": "会话内消息卡片标题,openType=\"contact\"时有效",
|
|
2857
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2858
|
+
"type": [
|
|
2859
|
+
"any"
|
|
2860
|
+
],
|
|
2861
|
+
"default": ""
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
"name": "sendMessagePath",
|
|
2865
|
+
"description": "会话内消息卡片点击跳转小程序路径,openType=\"contact\"时有效",
|
|
2866
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2867
|
+
"type": [
|
|
2868
|
+
"any"
|
|
2869
|
+
],
|
|
2870
|
+
"default": ""
|
|
2871
|
+
},
|
|
2872
|
+
{
|
|
2873
|
+
"name": "sendMessageImg",
|
|
2874
|
+
"description": "会话内消息卡片图片,openType=\"contact\"时有效",
|
|
2875
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2876
|
+
"type": [
|
|
2877
|
+
"any"
|
|
2878
|
+
],
|
|
2879
|
+
"default": ""
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
"name": "showMessageCard",
|
|
2883
|
+
"description": "是否显示会话内消息卡片,设置此参数为 true,用户进入客服会话会在右下角显示\"可能要发送的小程序\"提示,用户点击后可以快速发送小程序消息,openType=\"contact\"时有效(默认false)",
|
|
2884
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2885
|
+
"type": [
|
|
2886
|
+
"any"
|
|
2887
|
+
],
|
|
2888
|
+
"default": ""
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"name": "dataName",
|
|
2892
|
+
"description": "额外传参参数,用于小程序的data-xxx属性,通过target.dataset.name获取",
|
|
2893
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2894
|
+
"type": [
|
|
2895
|
+
"any"
|
|
2896
|
+
],
|
|
2897
|
+
"default": ""
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
"name": "throttleTime",
|
|
2901
|
+
"description": "节流时间,一定时间内只能触发一次 (默认 0 )",
|
|
2902
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2903
|
+
"type": [
|
|
2904
|
+
"any"
|
|
2905
|
+
],
|
|
2906
|
+
"default": ""
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
"name": "hoverStartTime",
|
|
2910
|
+
"description": "按住后多久出现点击态,单位毫秒 (默认 0 )",
|
|
2911
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2912
|
+
"type": [
|
|
2913
|
+
"any"
|
|
2914
|
+
],
|
|
2915
|
+
"default": ""
|
|
2916
|
+
},
|
|
2917
|
+
{
|
|
2918
|
+
"name": "hoverStayTime",
|
|
2919
|
+
"description": "手指松开后点击态保留时间,单位毫秒 (默认 200 )",
|
|
2920
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2921
|
+
"type": [
|
|
2922
|
+
"any"
|
|
2923
|
+
],
|
|
2924
|
+
"default": ""
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"name": "text",
|
|
2928
|
+
"description": "按钮文字,之所以通过props传入,是因为slot传入的话(注:nvue中无法控制文字的样式)",
|
|
2929
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2930
|
+
"type": [
|
|
2931
|
+
"any"
|
|
2932
|
+
],
|
|
2933
|
+
"default": ""
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"name": "icon",
|
|
2937
|
+
"description": "按钮图标api集合",
|
|
2938
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2939
|
+
"type": [
|
|
2940
|
+
"any"
|
|
2941
|
+
],
|
|
2942
|
+
"default": ""
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
"name": "color",
|
|
2946
|
+
"description": "按钮颜色,支持传入linear-gradient渐变色",
|
|
2947
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2948
|
+
"type": [
|
|
2949
|
+
"any"
|
|
2950
|
+
],
|
|
2951
|
+
"default": ""
|
|
2952
|
+
},
|
|
2953
|
+
{
|
|
2954
|
+
"name": "stop",
|
|
2955
|
+
"description": "阻止事件冒泡",
|
|
2956
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2957
|
+
"type": [
|
|
2958
|
+
"any"
|
|
2959
|
+
],
|
|
2960
|
+
"default": ""
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"name": "customStyle",
|
|
2964
|
+
"description": "定义需要用到的外部样式",
|
|
2965
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2966
|
+
"type": [
|
|
2967
|
+
"any"
|
|
2968
|
+
],
|
|
2969
|
+
"default": ""
|
|
2970
|
+
},
|
|
2971
|
+
{
|
|
2972
|
+
"name": "customClass",
|
|
2973
|
+
"description": "自定义外部类名",
|
|
2974
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#attributes",
|
|
2975
|
+
"type": [
|
|
2976
|
+
"any"
|
|
2977
|
+
],
|
|
2978
|
+
"default": ""
|
|
2979
|
+
}
|
|
2980
|
+
],
|
|
2981
|
+
"js": {
|
|
2982
|
+
"events": [
|
|
2983
|
+
{
|
|
2984
|
+
"name": "click",
|
|
2985
|
+
"description": "点击按钮事件",
|
|
2986
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#events"
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"name": "error",
|
|
2990
|
+
"description": "仅限微信小程序,当使用开放能力时,发生错误的回调",
|
|
2991
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#events"
|
|
2992
|
+
},
|
|
2993
|
+
{
|
|
2994
|
+
"name": "getphonenumber",
|
|
2995
|
+
"description": "微信小程序获取手机号",
|
|
2996
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#events"
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"name": "getuserinfo",
|
|
3000
|
+
"description": "微信小程序用户点击该按钮时,会返回获取到的用户信息,从返回参数的detail中获取到的值同uni.getUserInfo",
|
|
3001
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#events"
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"name": "opensetting",
|
|
3005
|
+
"description": "仅限微信小程序,在打开授权设置页并关闭后回调",
|
|
3006
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#events"
|
|
3007
|
+
},
|
|
3008
|
+
{
|
|
3009
|
+
"name": "launchapp",
|
|
3010
|
+
"description": "仅限微信小程序,打开 APP 成功的回调",
|
|
3011
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#events"
|
|
3012
|
+
},
|
|
3013
|
+
{
|
|
3014
|
+
"name": "agreeprivacyauthorization",
|
|
3015
|
+
"description": "仅限微信小程序,用户同意隐私协议事件回调,open-type=\"agreePrivacyAuthorization\"时有效",
|
|
3016
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-button.html#events"
|
|
3017
|
+
}
|
|
3018
|
+
]
|
|
3019
|
+
}
|
|
3020
|
+
},
|
|
3021
|
+
"hy-badge": {
|
|
3022
|
+
"name": "hy-badge",
|
|
3023
|
+
"source": {
|
|
3024
|
+
"symbol": "default"
|
|
3025
|
+
},
|
|
3026
|
+
"description": "hy-badge 组件",
|
|
3027
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-badge.html#hy-badge",
|
|
3028
|
+
"props": [],
|
|
3029
|
+
"js": {
|
|
3030
|
+
"events": [
|
|
3031
|
+
{
|
|
3032
|
+
"name": "click",
|
|
3033
|
+
"description": "",
|
|
3034
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-badge.html#events"
|
|
3035
|
+
}
|
|
3036
|
+
]
|
|
3037
|
+
}
|
|
3038
|
+
},
|
|
3039
|
+
"hy-back-top": {
|
|
3040
|
+
"name": "hy-back-top",
|
|
3041
|
+
"source": {
|
|
3042
|
+
"symbol": "default"
|
|
3043
|
+
},
|
|
3044
|
+
"description": "hy-back-top 组件",
|
|
3045
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-back-top.html#hy-back-top",
|
|
3046
|
+
"props": [],
|
|
3047
|
+
"js": {
|
|
3048
|
+
"events": [
|
|
3049
|
+
{
|
|
3050
|
+
"name": "click",
|
|
3051
|
+
"description": "",
|
|
3052
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-back-top.html#events"
|
|
3053
|
+
}
|
|
3054
|
+
]
|
|
3055
|
+
}
|
|
3056
|
+
},
|
|
3057
|
+
"hy-avatar": {
|
|
3058
|
+
"name": "hy-avatar",
|
|
3059
|
+
"source": {
|
|
3060
|
+
"symbol": "default"
|
|
3061
|
+
},
|
|
3062
|
+
"description": "hy-avatar 组件",
|
|
3063
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-avatar.html#hy-avatar",
|
|
3064
|
+
"props": [],
|
|
3065
|
+
"js": {
|
|
3066
|
+
"events": [
|
|
3067
|
+
{
|
|
3068
|
+
"name": "click",
|
|
3069
|
+
"description": "",
|
|
3070
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-avatar.html#events"
|
|
3071
|
+
}
|
|
3072
|
+
]
|
|
3073
|
+
}
|
|
3074
|
+
},
|
|
3075
|
+
"hy-address-picker": {
|
|
3076
|
+
"name": "hy-address-picker",
|
|
3077
|
+
"source": {
|
|
3078
|
+
"symbol": "default"
|
|
3079
|
+
},
|
|
3080
|
+
"description": "hy-address-picker 组件",
|
|
3081
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-address-picker.html#hy-address-picker",
|
|
3082
|
+
"props": [],
|
|
3083
|
+
"js": {
|
|
3084
|
+
"events": [
|
|
3085
|
+
{
|
|
3086
|
+
"name": "close",
|
|
3087
|
+
"description": "",
|
|
3088
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-address-picker.html#events"
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
"name": "cancel",
|
|
3092
|
+
"description": "",
|
|
3093
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-address-picker.html#events"
|
|
3094
|
+
},
|
|
3095
|
+
{
|
|
3096
|
+
"name": "confirm",
|
|
3097
|
+
"description": "",
|
|
3098
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-address-picker.html#events"
|
|
3099
|
+
},
|
|
3100
|
+
{
|
|
3101
|
+
"name": "change",
|
|
3102
|
+
"description": "",
|
|
3103
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-address-picker.html#events"
|
|
3104
|
+
},
|
|
3105
|
+
{
|
|
3106
|
+
"name": "update:modelValue",
|
|
3107
|
+
"description": "",
|
|
3108
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-address-picker.html#events"
|
|
3109
|
+
}
|
|
3110
|
+
]
|
|
3111
|
+
}
|
|
3112
|
+
},
|
|
3113
|
+
"hy-action-sheet": {
|
|
3114
|
+
"name": "hy-action-sheet",
|
|
3115
|
+
"source": {
|
|
3116
|
+
"symbol": "default"
|
|
3117
|
+
},
|
|
3118
|
+
"description": "hy-action-sheet 组件",
|
|
3119
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#hy-action-sheet",
|
|
3120
|
+
"props": [
|
|
3121
|
+
{
|
|
3122
|
+
"name": "modelValue",
|
|
3123
|
+
"description": "操作菜单是否展示 ( 默认 false )",
|
|
3124
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#attributes",
|
|
3125
|
+
"type": [
|
|
3126
|
+
"any"
|
|
3127
|
+
],
|
|
3128
|
+
"default": ""
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
"name": "actions",
|
|
3132
|
+
"description": "菜单选项",
|
|
3133
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#attributes",
|
|
3134
|
+
"type": [
|
|
3135
|
+
"any"
|
|
3136
|
+
],
|
|
3137
|
+
"default": ""
|
|
3138
|
+
},
|
|
3139
|
+
{
|
|
3140
|
+
"name": "panels",
|
|
3141
|
+
"description": "自定义面板项,可以为字符串数组,也可以为对象数组,如果为二维数组,则为多行展示",
|
|
3142
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#attributes",
|
|
3143
|
+
"type": [
|
|
3144
|
+
"any"
|
|
3145
|
+
],
|
|
3146
|
+
"default": ""
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"name": "round",
|
|
3150
|
+
"description": "圆角值 (默认 20 )",
|
|
3151
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#attributes",
|
|
3152
|
+
"type": [
|
|
3153
|
+
"any"
|
|
3154
|
+
],
|
|
3155
|
+
"default": ""
|
|
3156
|
+
},
|
|
3157
|
+
{
|
|
3158
|
+
"name": "title",
|
|
3159
|
+
"description": "标题",
|
|
3160
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#attributes",
|
|
3161
|
+
"type": [
|
|
3162
|
+
"any"
|
|
3163
|
+
],
|
|
3164
|
+
"default": ""
|
|
3165
|
+
},
|
|
3166
|
+
{
|
|
3167
|
+
"name": "titleAlign",
|
|
3168
|
+
"description": "标题文字位置",
|
|
3169
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#attributes",
|
|
3170
|
+
"type": [
|
|
3171
|
+
"any"
|
|
3172
|
+
],
|
|
3173
|
+
"default": ""
|
|
3174
|
+
},
|
|
3175
|
+
{
|
|
3176
|
+
"name": "cancelText",
|
|
3177
|
+
"description": "取消按钮的提示文字,不为空时显示按钮",
|
|
3178
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#attributes",
|
|
3179
|
+
"type": [
|
|
3180
|
+
"any"
|
|
3181
|
+
],
|
|
3182
|
+
"default": ""
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
"name": "closeOnClickAction",
|
|
3186
|
+
"description": "点击某个菜单项时是否关闭弹窗 (默认 true )",
|
|
3187
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#attributes",
|
|
3188
|
+
"type": [
|
|
3189
|
+
"any"
|
|
3190
|
+
],
|
|
3191
|
+
"default": ""
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
"name": "closeOnClickOverlay",
|
|
3195
|
+
"description": "点击遮罩是否允许关闭 (默认 true )",
|
|
3196
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#attributes",
|
|
3197
|
+
"type": [
|
|
3198
|
+
"any"
|
|
3199
|
+
],
|
|
3200
|
+
"default": ""
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
"name": "duration",
|
|
3204
|
+
"description": "弹框动画持续时间 ( 默认 200 )",
|
|
3205
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#attributes",
|
|
3206
|
+
"type": [
|
|
3207
|
+
"any"
|
|
3208
|
+
],
|
|
3209
|
+
"default": ""
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"name": "zIndex",
|
|
3213
|
+
"description": "菜单层级 ( 默认 100 )",
|
|
3214
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#attributes",
|
|
3215
|
+
"type": [
|
|
3216
|
+
"any"
|
|
3217
|
+
],
|
|
3218
|
+
"default": ""
|
|
3219
|
+
},
|
|
3220
|
+
{
|
|
3221
|
+
"name": "safeAreaInsetBottom",
|
|
3222
|
+
"description": "处理底部安全区 (默认 true )",
|
|
3223
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#attributes",
|
|
3224
|
+
"type": [
|
|
3225
|
+
"any"
|
|
3226
|
+
],
|
|
3227
|
+
"default": ""
|
|
3228
|
+
},
|
|
3229
|
+
{
|
|
3230
|
+
"name": "customStyle",
|
|
3231
|
+
"description": "自定义外部样式",
|
|
3232
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#attributes",
|
|
3233
|
+
"type": [
|
|
3234
|
+
"any"
|
|
3235
|
+
],
|
|
3236
|
+
"default": ""
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"name": "customClass",
|
|
3240
|
+
"description": "自定义外部类名",
|
|
3241
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#attributes",
|
|
3242
|
+
"type": [
|
|
3243
|
+
"any"
|
|
3244
|
+
],
|
|
3245
|
+
"default": ""
|
|
3246
|
+
},
|
|
3247
|
+
{
|
|
3248
|
+
"name": "customHeaderClass",
|
|
3249
|
+
"description": "自定义标题类名",
|
|
3250
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#attributes",
|
|
3251
|
+
"type": [
|
|
3252
|
+
"any"
|
|
3253
|
+
],
|
|
3254
|
+
"default": ""
|
|
3255
|
+
}
|
|
3256
|
+
],
|
|
3257
|
+
"js": {
|
|
3258
|
+
"events": [
|
|
3259
|
+
{
|
|
3260
|
+
"name": "select",
|
|
3261
|
+
"description": "选中了某个动作时触发",
|
|
3262
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#events"
|
|
3263
|
+
},
|
|
3264
|
+
{
|
|
3265
|
+
"name": "cancel",
|
|
3266
|
+
"description": "点击取消按钮时触发",
|
|
3267
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#events"
|
|
3268
|
+
},
|
|
3269
|
+
{
|
|
3270
|
+
"name": "close",
|
|
3271
|
+
"description": "点击遮罩或关闭按钮时触发",
|
|
3272
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#events"
|
|
3273
|
+
},
|
|
3274
|
+
{
|
|
3275
|
+
"name": "open",
|
|
3276
|
+
"description": "打开面板时触发",
|
|
3277
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#events"
|
|
3278
|
+
},
|
|
3279
|
+
{
|
|
3280
|
+
"name": "update:modelValue",
|
|
3281
|
+
"description": "手动更新弹窗显示隐藏",
|
|
3282
|
+
"doc-url": "https://wot-design-uni.cn/component/hy-action-sheet.html#events"
|
|
3283
|
+
}
|
|
3284
|
+
]
|
|
3285
|
+
}
|
|
3286
|
+
}
|
|
3287
|
+
}
|