@dcloudio/uni-app-x 0.7.39 → 0.7.40
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/package.json +9 -7
- package/types/UniPage.d.ts +168 -22
- package/types/app.d.ts +31 -31
- package/types/native/CSSStyleDeclaration.d.ts +16 -2
- package/types/native/DOMRect.d.ts +430 -10
- package/types/native/DrawableContext.d.ts +1137 -45
- package/types/native/IUniElement.d.ts +1875 -93
- package/types/native/UniNativePage.d.ts +94 -0
- package/types/native/UniResizeObserver.d.ts +215 -5
- package/types/native/UniSafeArea.d.ts +185 -0
- package/types/native/UniVideoElement.d.ts +432 -0
- package/types/native/global.d.ts +7 -0
- package/types/native/index.d.ts +1 -0
- package/types/uni/uni-map-tencent-map.d.ts +12 -8
- package/types/uni/uts-plugin-api/global.d.ts +62 -61
- package/types/uni/uts-plugin-api/index.d.ts +62 -61
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +22 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +10 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +278 -0
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +1600 -59
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +64 -63
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +1150 -186
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +64 -63
- package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +550 -550
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +69 -72
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +533 -135
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1508 -77
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +423 -63
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +284 -63
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +2 -9
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/global.d.ts +62 -62
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/index.d.ts +31 -31
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +57 -57
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +312 -110
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +62 -62
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +472 -72
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +126 -78
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +317 -66
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +570 -63
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +570 -63
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +110 -66
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +595 -177
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +284 -63
- package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +45 -1
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +1387 -182
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +67 -67
- package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +318 -53
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +162 -63
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +241 -64
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +6 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +3 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +4089 -659
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +460 -252
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +2345 -213
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +1205 -149
- package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +339 -33
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +457 -53
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +328 -63
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +317 -66
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +120 -71
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +2157 -437
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +260 -126
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +467 -315
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +553 -53
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +1608 -630
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +2492 -504
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +176 -130
- package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +704 -58
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +1230 -454
- package/types/uni/uts-plugin-biz/global.d.ts +6 -5
- package/types/uni/uts-plugin-biz/index.d.ts +6 -5
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +406 -123
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/interface.d.ts +60 -47
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +71 -71
- package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/global.d.ts +24 -0
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/index.d.ts +11 -0
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/interface.d.ts +204 -0
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +42 -38
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +21 -19
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +502 -255
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/global.d.ts +64 -0
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/index.d.ts +31 -0
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/interface.d.ts +900 -0
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +48 -48
- package/types/uni/uts-plugin-extend/global.d.ts +0 -4
- package/types/uni/uts-plugin-extend/index.d.ts +0 -4
- package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +825 -273
- package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +4399 -339
- package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +1000 -268
- package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +1495 -384
- package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +222 -132
- package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +923 -67
- package/types/uni/uts-plugin-extend/lib/uni-preloadPage/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +0 -7
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +0 -716
|
@@ -53,7 +53,14 @@ export interface UniElement {
|
|
|
53
53
|
* "unixVer": "4.11"
|
|
54
54
|
* "unixUtsPlugin": "x"
|
|
55
55
|
* }
|
|
56
|
-
* }
|
|
56
|
+
* },
|
|
57
|
+
* "mp": {
|
|
58
|
+
* "weixin": {
|
|
59
|
+
* "osVer": "x",
|
|
60
|
+
* "uniVer": "x",
|
|
61
|
+
* "unixVer": "x"
|
|
62
|
+
* }
|
|
63
|
+
* },
|
|
57
64
|
* "web": {
|
|
58
65
|
* "uniVer": "x",
|
|
59
66
|
* "unixVer": "4.0"
|
|
@@ -77,7 +84,14 @@ export interface UniElement {
|
|
|
77
84
|
* "unixVer": "4.11"
|
|
78
85
|
* "unixUtsPlugin": "4.25"
|
|
79
86
|
* }
|
|
80
|
-
* }
|
|
87
|
+
* },
|
|
88
|
+
* "mp": {
|
|
89
|
+
* "weixin": {
|
|
90
|
+
* "osVer": "x",
|
|
91
|
+
* "uniVer": "x",
|
|
92
|
+
* "unixVer": "x"
|
|
93
|
+
* }
|
|
94
|
+
* },
|
|
81
95
|
* "web": {
|
|
82
96
|
* "uniVer": "x",
|
|
83
97
|
* "unixVer": "4.0"
|
|
@@ -101,7 +115,14 @@ export interface UniElement {
|
|
|
101
115
|
* "unixVer": "4.11"
|
|
102
116
|
* "unixUtsPlugin": "4.25"
|
|
103
117
|
* }
|
|
104
|
-
* }
|
|
118
|
+
* },
|
|
119
|
+
* "mp": {
|
|
120
|
+
* "weixin": {
|
|
121
|
+
* "osVer": "x",
|
|
122
|
+
* "uniVer": "x",
|
|
123
|
+
* "unixVer": "x"
|
|
124
|
+
* }
|
|
125
|
+
* },
|
|
105
126
|
* "web": {
|
|
106
127
|
* "uniVer": "x",
|
|
107
128
|
* "unixVer": "4.0"
|
|
@@ -126,7 +147,14 @@ export interface UniElement {
|
|
|
126
147
|
* "unixVer": "4.11"
|
|
127
148
|
* "unixUtsPlugin": "4.25"
|
|
128
149
|
* }
|
|
129
|
-
* }
|
|
150
|
+
* },
|
|
151
|
+
* "mp": {
|
|
152
|
+
* "weixin": {
|
|
153
|
+
* "osVer": "x",
|
|
154
|
+
* "uniVer": "x",
|
|
155
|
+
* "unixVer": "x"
|
|
156
|
+
* }
|
|
157
|
+
* },
|
|
130
158
|
* "web": {
|
|
131
159
|
* "uniVer": "x",
|
|
132
160
|
* "unixVer": "4.0"
|
|
@@ -150,7 +178,14 @@ export interface UniElement {
|
|
|
150
178
|
* "unixVer": "4.11"
|
|
151
179
|
* "unixUtsPlugin": "4.25"
|
|
152
180
|
* }
|
|
153
|
-
* }
|
|
181
|
+
* },
|
|
182
|
+
* "mp": {
|
|
183
|
+
* "weixin": {
|
|
184
|
+
* "osVer": "x",
|
|
185
|
+
* "uniVer": "x",
|
|
186
|
+
* "unixVer": "x"
|
|
187
|
+
* }
|
|
188
|
+
* },
|
|
154
189
|
* "web": {
|
|
155
190
|
* "uniVer": "x",
|
|
156
191
|
* "unixVer": "4.0"
|
|
@@ -174,7 +209,14 @@ export interface UniElement {
|
|
|
174
209
|
* "unixVer": "4.11"
|
|
175
210
|
* "unixUtsPlugin": "4.25"
|
|
176
211
|
* }
|
|
177
|
-
* }
|
|
212
|
+
* },
|
|
213
|
+
* "mp": {
|
|
214
|
+
* "weixin": {
|
|
215
|
+
* "osVer": "x",
|
|
216
|
+
* "uniVer": "x",
|
|
217
|
+
* "unixVer": "x"
|
|
218
|
+
* }
|
|
219
|
+
* },
|
|
178
220
|
* "web": {
|
|
179
221
|
* "uniVer": "x",
|
|
180
222
|
* "unixVer": "4.0"
|
|
@@ -199,7 +241,14 @@ export interface UniElement {
|
|
|
199
241
|
* "unixVer": "4.11"
|
|
200
242
|
* "unixUtsPlugin": "4.25"
|
|
201
243
|
* }
|
|
202
|
-
* }
|
|
244
|
+
* },
|
|
245
|
+
* "mp": {
|
|
246
|
+
* "weixin": {
|
|
247
|
+
* "osVer": "x",
|
|
248
|
+
* "uniVer": "x",
|
|
249
|
+
* "unixVer": "x"
|
|
250
|
+
* }
|
|
251
|
+
* },
|
|
203
252
|
* "web": {
|
|
204
253
|
* "uniVer": "x",
|
|
205
254
|
* "unixVer": "4.0"
|
|
@@ -223,7 +272,14 @@ export interface UniElement {
|
|
|
223
272
|
* "unixVer": "4.11"
|
|
224
273
|
* "unixUtsPlugin": "4.25"
|
|
225
274
|
* }
|
|
226
|
-
* }
|
|
275
|
+
* },
|
|
276
|
+
* "mp": {
|
|
277
|
+
* "weixin": {
|
|
278
|
+
* "osVer": "x",
|
|
279
|
+
* "uniVer": "x",
|
|
280
|
+
* "unixVer": "x"
|
|
281
|
+
* }
|
|
282
|
+
* },
|
|
227
283
|
* "web": {
|
|
228
284
|
* "uniVer": "x",
|
|
229
285
|
* "unixVer": "4.0"
|
|
@@ -247,7 +303,14 @@ export interface UniElement {
|
|
|
247
303
|
* "unixVer": "4.11"
|
|
248
304
|
* "unixUtsPlugin": "4.25"
|
|
249
305
|
* }
|
|
250
|
-
* }
|
|
306
|
+
* },
|
|
307
|
+
* "mp": {
|
|
308
|
+
* "weixin": {
|
|
309
|
+
* "osVer": "x",
|
|
310
|
+
* "uniVer": "x",
|
|
311
|
+
* "unixVer": "x"
|
|
312
|
+
* }
|
|
313
|
+
* },
|
|
251
314
|
* "web": {
|
|
252
315
|
* "uniVer": "x",
|
|
253
316
|
* "unixVer": "4.0"
|
|
@@ -272,7 +335,14 @@ export interface UniElement {
|
|
|
272
335
|
* "unixVer": "4.11"
|
|
273
336
|
* "unixUtsPlugin": "4.25"
|
|
274
337
|
* }
|
|
275
|
-
* }
|
|
338
|
+
* },
|
|
339
|
+
* "mp": {
|
|
340
|
+
* "weixin": {
|
|
341
|
+
* "osVer": "x",
|
|
342
|
+
* "uniVer": "x",
|
|
343
|
+
* "unixVer": "x"
|
|
344
|
+
* }
|
|
345
|
+
* },
|
|
276
346
|
* "web": {
|
|
277
347
|
* "uniVer": "x",
|
|
278
348
|
* "unixVer": "4.0"
|
|
@@ -296,7 +366,14 @@ export interface UniElement {
|
|
|
296
366
|
* "unixVer": "4.11"
|
|
297
367
|
* "unixUtsPlugin": "4.25"
|
|
298
368
|
* }
|
|
299
|
-
* }
|
|
369
|
+
* },
|
|
370
|
+
* "mp": {
|
|
371
|
+
* "weixin": {
|
|
372
|
+
* "osVer": "x",
|
|
373
|
+
* "uniVer": "x",
|
|
374
|
+
* "unixVer": "4.41"
|
|
375
|
+
* }
|
|
376
|
+
* },
|
|
300
377
|
* "web": {
|
|
301
378
|
* "uniVer": "x",
|
|
302
379
|
* "unixVer": "4.0"
|
|
@@ -320,7 +397,14 @@ export interface UniElement {
|
|
|
320
397
|
* "unixVer": "4.11"
|
|
321
398
|
* "unixUtsPlugin": "4.25"
|
|
322
399
|
* }
|
|
323
|
-
* }
|
|
400
|
+
* },
|
|
401
|
+
* "mp": {
|
|
402
|
+
* "weixin": {
|
|
403
|
+
* "osVer": "x",
|
|
404
|
+
* "uniVer": "x",
|
|
405
|
+
* "unixVer": "x"
|
|
406
|
+
* }
|
|
407
|
+
* },
|
|
324
408
|
* "web": {
|
|
325
409
|
* "uniVer": "x",
|
|
326
410
|
* "unixVer": "4.0"
|
|
@@ -344,7 +428,14 @@ export interface UniElement {
|
|
|
344
428
|
* "unixVer": "4.11"
|
|
345
429
|
* "unixUtsPlugin": "x"
|
|
346
430
|
* }
|
|
347
|
-
* }
|
|
431
|
+
* },
|
|
432
|
+
* "mp": {
|
|
433
|
+
* "weixin": {
|
|
434
|
+
* "osVer": "x",
|
|
435
|
+
* "uniVer": "x",
|
|
436
|
+
* "unixVer": "4.41 仅在event对象内的target上可用"
|
|
437
|
+
* }
|
|
438
|
+
* },
|
|
348
439
|
* "web": {
|
|
349
440
|
* "uniVer": "x",
|
|
350
441
|
* "unixVer": "4.0"
|
|
@@ -368,7 +459,14 @@ export interface UniElement {
|
|
|
368
459
|
* "unixVer": "4.11"
|
|
369
460
|
* "unixUtsPlugin": "4.25"
|
|
370
461
|
* }
|
|
371
|
-
* }
|
|
462
|
+
* },
|
|
463
|
+
* "mp": {
|
|
464
|
+
* "weixin": {
|
|
465
|
+
* "osVer": "x",
|
|
466
|
+
* "uniVer": "x",
|
|
467
|
+
* "unixVer": "x"
|
|
468
|
+
* }
|
|
469
|
+
* },
|
|
372
470
|
* "web": {
|
|
373
471
|
* "uniVer": "x",
|
|
374
472
|
* "unixVer": "4.0"
|
|
@@ -392,7 +490,14 @@ export interface UniElement {
|
|
|
392
490
|
* "unixVer": "4.11"
|
|
393
491
|
* "unixUtsPlugin": "4.25"
|
|
394
492
|
* }
|
|
395
|
-
* }
|
|
493
|
+
* },
|
|
494
|
+
* "mp": {
|
|
495
|
+
* "weixin": {
|
|
496
|
+
* "osVer": "x",
|
|
497
|
+
* "uniVer": "x",
|
|
498
|
+
* "unixVer": "4.41"
|
|
499
|
+
* }
|
|
500
|
+
* },
|
|
396
501
|
* "web": {
|
|
397
502
|
* "uniVer": "x",
|
|
398
503
|
* "unixVer": "4.0"
|
|
@@ -416,7 +521,14 @@ export interface UniElement {
|
|
|
416
521
|
* "unixVer": "4.11"
|
|
417
522
|
* "unixUtsPlugin": "4.25"
|
|
418
523
|
* }
|
|
419
|
-
* }
|
|
524
|
+
* },
|
|
525
|
+
* "mp": {
|
|
526
|
+
* "weixin": {
|
|
527
|
+
* "osVer": "x",
|
|
528
|
+
* "uniVer": "x",
|
|
529
|
+
* "unixVer": "x"
|
|
530
|
+
* }
|
|
531
|
+
* },
|
|
420
532
|
* "web": {
|
|
421
533
|
* "uniVer": "x",
|
|
422
534
|
* "unixVer": "4.0"
|
|
@@ -440,7 +552,14 @@ export interface UniElement {
|
|
|
440
552
|
* "unixVer": "4.11"
|
|
441
553
|
* "unixUtsPlugin": "4.25"
|
|
442
554
|
* }
|
|
443
|
-
* }
|
|
555
|
+
* },
|
|
556
|
+
* "mp": {
|
|
557
|
+
* "weixin": {
|
|
558
|
+
* "osVer": "x",
|
|
559
|
+
* "uniVer": "x",
|
|
560
|
+
* "unixVer": "x"
|
|
561
|
+
* }
|
|
562
|
+
* },
|
|
444
563
|
* "web": {
|
|
445
564
|
* "uniVer": "x",
|
|
446
565
|
* "unixVer": "4.0"
|
|
@@ -464,7 +583,14 @@ export interface UniElement {
|
|
|
464
583
|
* "unixVer": "4.11"
|
|
465
584
|
* "unixUtsPlugin": "4.25"
|
|
466
585
|
* }
|
|
467
|
-
* }
|
|
586
|
+
* },
|
|
587
|
+
* "mp": {
|
|
588
|
+
* "weixin": {
|
|
589
|
+
* "osVer": "x",
|
|
590
|
+
* "uniVer": "x",
|
|
591
|
+
* "unixVer": "x"
|
|
592
|
+
* }
|
|
593
|
+
* },
|
|
468
594
|
* "web": {
|
|
469
595
|
* "uniVer": "x",
|
|
470
596
|
* "unixVer": "4.0"
|
|
@@ -488,7 +614,14 @@ export interface UniElement {
|
|
|
488
614
|
* "unixVer": "4.11"
|
|
489
615
|
* "unixUtsPlugin": "4.25"
|
|
490
616
|
* }
|
|
491
|
-
* }
|
|
617
|
+
* },
|
|
618
|
+
* "mp": {
|
|
619
|
+
* "weixin": {
|
|
620
|
+
* "osVer": "x",
|
|
621
|
+
* "uniVer": "x",
|
|
622
|
+
* "unixVer": "x"
|
|
623
|
+
* }
|
|
624
|
+
* },
|
|
492
625
|
* "web": {
|
|
493
626
|
* "uniVer": "x",
|
|
494
627
|
* "unixVer": "4.0"
|
|
@@ -512,7 +645,14 @@ export interface UniElement {
|
|
|
512
645
|
* "unixVer": "4.11"
|
|
513
646
|
* "unixUtsPlugin": "4.25"
|
|
514
647
|
* }
|
|
515
|
-
* }
|
|
648
|
+
* },
|
|
649
|
+
* "mp": {
|
|
650
|
+
* "weixin": {
|
|
651
|
+
* "osVer": "x",
|
|
652
|
+
* "uniVer": "x",
|
|
653
|
+
* "unixVer": "4.41 仅在event对象内的target上可用"
|
|
654
|
+
* }
|
|
655
|
+
* },
|
|
516
656
|
* "web": {
|
|
517
657
|
* "uniVer": "x",
|
|
518
658
|
* "unixVer": "4.0"
|
|
@@ -536,7 +676,14 @@ export interface UniElement {
|
|
|
536
676
|
* "unixVer": "4.11"
|
|
537
677
|
* "unixUtsPlugin": "4.25"
|
|
538
678
|
* }
|
|
539
|
-
* }
|
|
679
|
+
* },
|
|
680
|
+
* "mp": {
|
|
681
|
+
* "weixin": {
|
|
682
|
+
* "osVer": "x",
|
|
683
|
+
* "uniVer": "x",
|
|
684
|
+
* "unixVer": "4.41 仅在event对象内的target上可用"
|
|
685
|
+
* }
|
|
686
|
+
* },
|
|
540
687
|
* "web": {
|
|
541
688
|
* "uniVer": "x",
|
|
542
689
|
* "unixVer": "4.0"
|
|
@@ -557,10 +704,17 @@ export interface UniElement {
|
|
|
557
704
|
* "ios": {
|
|
558
705
|
* "osVer": "12.0",
|
|
559
706
|
* "uniVer": "x",
|
|
560
|
-
* "unixVer": "4.11"
|
|
707
|
+
* "unixVer": "4.11",
|
|
561
708
|
* "unixUtsPlugin": "4.25"
|
|
562
709
|
* }
|
|
563
|
-
* }
|
|
710
|
+
* },
|
|
711
|
+
* "mp": {
|
|
712
|
+
* "weixin": {
|
|
713
|
+
* "osVer": "x",
|
|
714
|
+
* "uniVer": "x",
|
|
715
|
+
* "unixVer": "x"
|
|
716
|
+
* }
|
|
717
|
+
* },
|
|
564
718
|
* "web": {
|
|
565
719
|
* "uniVer": "x",
|
|
566
720
|
* "unixVer": "4.0"
|
|
@@ -584,7 +738,14 @@ export interface UniElement {
|
|
|
584
738
|
* "unixVer": "4.11"
|
|
585
739
|
* "unixUtsPlugin": "4.25"
|
|
586
740
|
* }
|
|
587
|
-
* }
|
|
741
|
+
* },
|
|
742
|
+
* "mp": {
|
|
743
|
+
* "weixin": {
|
|
744
|
+
* "osVer": "x",
|
|
745
|
+
* "uniVer": "x",
|
|
746
|
+
* "unixVer": "x"
|
|
747
|
+
* }
|
|
748
|
+
* },
|
|
588
749
|
* "web": {
|
|
589
750
|
* "uniVer": "x",
|
|
590
751
|
* "unixVer": "4.0"
|
|
@@ -608,7 +769,14 @@ export interface UniElement {
|
|
|
608
769
|
* "unixVer": "4.11"
|
|
609
770
|
* "unixUtsPlugin": "x"
|
|
610
771
|
* }
|
|
611
|
-
* }
|
|
772
|
+
* },
|
|
773
|
+
* "mp": {
|
|
774
|
+
* "weixin": {
|
|
775
|
+
* "osVer": "x",
|
|
776
|
+
* "uniVer": "x",
|
|
777
|
+
* "unixVer": "x"
|
|
778
|
+
* }
|
|
779
|
+
* },
|
|
612
780
|
* "web": {
|
|
613
781
|
* "uniVer": "x",
|
|
614
782
|
* "unixVer": "4.0"
|
|
@@ -633,7 +801,14 @@ export interface UniElement {
|
|
|
633
801
|
* "unixVer": "x"
|
|
634
802
|
* "unixUtsPlugin": "4.25"
|
|
635
803
|
* }
|
|
636
|
-
* }
|
|
804
|
+
* },
|
|
805
|
+
* "mp": {
|
|
806
|
+
* "weixin": {
|
|
807
|
+
* "osVer": "x",
|
|
808
|
+
* "uniVer": "x",
|
|
809
|
+
* "unixVer": "x"
|
|
810
|
+
* }
|
|
811
|
+
* },
|
|
637
812
|
* "web": {
|
|
638
813
|
* "uniVer": "x",
|
|
639
814
|
* "unixVer": "x"
|
|
@@ -660,7 +835,14 @@ export interface UniElement {
|
|
|
660
835
|
* "unixVer": "4.11"
|
|
661
836
|
* "unixUtsPlugin": "4.25"
|
|
662
837
|
* }
|
|
663
|
-
* }
|
|
838
|
+
* },
|
|
839
|
+
* "mp": {
|
|
840
|
+
* "weixin": {
|
|
841
|
+
* "osVer": "x",
|
|
842
|
+
* "uniVer": "x",
|
|
843
|
+
* "unixVer": "x"
|
|
844
|
+
* }
|
|
845
|
+
* },
|
|
664
846
|
* "web": {
|
|
665
847
|
* "uniVer": "x",
|
|
666
848
|
* "unixVer": "x"
|
|
@@ -685,7 +867,14 @@ export interface UniElement {
|
|
|
685
867
|
* "unixVer": "4.11"
|
|
686
868
|
* "unixUtsPlugin": "4.25"
|
|
687
869
|
* }
|
|
688
|
-
* }
|
|
870
|
+
* },
|
|
871
|
+
* "mp": {
|
|
872
|
+
* "weixin": {
|
|
873
|
+
* "osVer": "x",
|
|
874
|
+
* "uniVer": "x",
|
|
875
|
+
* "unixVer": "x"
|
|
876
|
+
* }
|
|
877
|
+
* },
|
|
689
878
|
* "web": {
|
|
690
879
|
* "uniVer": "x",
|
|
691
880
|
* "unixVer": "4.0"
|
|
@@ -711,7 +900,14 @@ export interface UniElement {
|
|
|
711
900
|
* "unixVer": "4.11"
|
|
712
901
|
* "unixUtsPlugin": "4.25"
|
|
713
902
|
* }
|
|
714
|
-
* }
|
|
903
|
+
* },
|
|
904
|
+
* "mp": {
|
|
905
|
+
* "weixin": {
|
|
906
|
+
* "osVer": "x",
|
|
907
|
+
* "uniVer": "x",
|
|
908
|
+
* "unixVer": "x"
|
|
909
|
+
* }
|
|
910
|
+
* },
|
|
715
911
|
* "web": {
|
|
716
912
|
* "uniVer": "x",
|
|
717
913
|
* "unixVer": "4.0"
|
|
@@ -736,7 +932,14 @@ export interface UniElement {
|
|
|
736
932
|
* "unixVer": "4.11"
|
|
737
933
|
* "unixUtsPlugin": "4.25"
|
|
738
934
|
* }
|
|
739
|
-
* }
|
|
935
|
+
* },
|
|
936
|
+
* "mp": {
|
|
937
|
+
* "weixin": {
|
|
938
|
+
* "osVer": "x",
|
|
939
|
+
* "uniVer": "x",
|
|
940
|
+
* "unixVer": "x"
|
|
941
|
+
* }
|
|
942
|
+
* },
|
|
740
943
|
* "web": {
|
|
741
944
|
* "uniVer": "x",
|
|
742
945
|
* "unixVer": "4.0"
|
|
@@ -762,7 +965,14 @@ export interface UniElement {
|
|
|
762
965
|
* "unixVer": "4.11"
|
|
763
966
|
* "unixUtsPlugin": "4.25"
|
|
764
967
|
* }
|
|
765
|
-
* }
|
|
968
|
+
* },
|
|
969
|
+
* "mp": {
|
|
970
|
+
* "weixin": {
|
|
971
|
+
* "osVer": "x",
|
|
972
|
+
* "uniVer": "x",
|
|
973
|
+
* "unixVer": "x"
|
|
974
|
+
* }
|
|
975
|
+
* },
|
|
766
976
|
* "web": {
|
|
767
977
|
* "uniVer": "x",
|
|
768
978
|
* "unixVer": "4.0"
|
|
@@ -789,7 +999,14 @@ export interface UniElement {
|
|
|
789
999
|
* "unixVer": "4.11"
|
|
790
1000
|
* "unixUtsPlugin": "4.25"
|
|
791
1001
|
* }
|
|
792
|
-
* }
|
|
1002
|
+
* },
|
|
1003
|
+
* "mp": {
|
|
1004
|
+
* "weixin": {
|
|
1005
|
+
* "osVer": "x",
|
|
1006
|
+
* "uniVer": "x",
|
|
1007
|
+
* "unixVer": "x"
|
|
1008
|
+
* }
|
|
1009
|
+
* },
|
|
793
1010
|
* "web": {
|
|
794
1011
|
* "uniVer": "x",
|
|
795
1012
|
* "unixVer": "x"
|
|
@@ -814,7 +1031,14 @@ export interface UniElement {
|
|
|
814
1031
|
* "unixVer": "4.11"
|
|
815
1032
|
* "unixUtsPlugin": "4.25"
|
|
816
1033
|
* }
|
|
817
|
-
* }
|
|
1034
|
+
* },
|
|
1035
|
+
* "mp": {
|
|
1036
|
+
* "weixin": {
|
|
1037
|
+
* "osVer": "x",
|
|
1038
|
+
* "uniVer": "x",
|
|
1039
|
+
* "unixVer": "4.41"
|
|
1040
|
+
* }
|
|
1041
|
+
* },
|
|
818
1042
|
* "web": {
|
|
819
1043
|
* "uniVer": "x",
|
|
820
1044
|
* "unixVer": "4.0"
|
|
@@ -840,7 +1064,14 @@ export interface UniElement {
|
|
|
840
1064
|
* "unixVer": "4.11"
|
|
841
1065
|
* "unixUtsPlugin": "4.25"
|
|
842
1066
|
* }
|
|
843
|
-
* }
|
|
1067
|
+
* },
|
|
1068
|
+
* "mp": {
|
|
1069
|
+
* "weixin": {
|
|
1070
|
+
* "osVer": "x",
|
|
1071
|
+
* "uniVer": "x",
|
|
1072
|
+
* "unixVer": "x"
|
|
1073
|
+
* }
|
|
1074
|
+
* },
|
|
844
1075
|
* "web": {
|
|
845
1076
|
* "uniVer": "x",
|
|
846
1077
|
* "unixVer": "x"
|
|
@@ -865,7 +1096,14 @@ export interface UniElement {
|
|
|
865
1096
|
* "unixVer": "4.11"
|
|
866
1097
|
* "unixUtsPlugin": "4.25"
|
|
867
1098
|
* }
|
|
868
|
-
* }
|
|
1099
|
+
* },
|
|
1100
|
+
* "mp": {
|
|
1101
|
+
* "weixin": {
|
|
1102
|
+
* "osVer": "x",
|
|
1103
|
+
* "uniVer": "x",
|
|
1104
|
+
* "unixVer": "x"
|
|
1105
|
+
* }
|
|
1106
|
+
* },
|
|
869
1107
|
* "web": {
|
|
870
1108
|
* "uniVer": "x",
|
|
871
1109
|
* "unixVer": "4.0"
|
|
@@ -890,7 +1128,14 @@ export interface UniElement {
|
|
|
890
1128
|
* "unixVer": "4.11"
|
|
891
1129
|
* "unixUtsPlugin": "4.25"
|
|
892
1130
|
* }
|
|
893
|
-
* }
|
|
1131
|
+
* },
|
|
1132
|
+
* "mp": {
|
|
1133
|
+
* "weixin": {
|
|
1134
|
+
* "osVer": "x",
|
|
1135
|
+
* "uniVer": "x",
|
|
1136
|
+
* "unixVer": "x"
|
|
1137
|
+
* }
|
|
1138
|
+
* },
|
|
894
1139
|
* "web": {
|
|
895
1140
|
* "uniVer": "x",
|
|
896
1141
|
* "unixVer": "4.0"
|
|
@@ -915,7 +1160,14 @@ export interface UniElement {
|
|
|
915
1160
|
* "unixVer": "4.11"
|
|
916
1161
|
* "unixUtsPlugin": "4.25"
|
|
917
1162
|
* }
|
|
918
|
-
* }
|
|
1163
|
+
* },
|
|
1164
|
+
* "mp": {
|
|
1165
|
+
* "weixin": {
|
|
1166
|
+
* "osVer": "x",
|
|
1167
|
+
* "uniVer": "x",
|
|
1168
|
+
* "unixVer": "x"
|
|
1169
|
+
* }
|
|
1170
|
+
* },
|
|
919
1171
|
* "web": {
|
|
920
1172
|
* "uniVer": "x",
|
|
921
1173
|
* "unixVer": "x"
|
|
@@ -939,7 +1191,14 @@ export interface UniElement {
|
|
|
939
1191
|
* "unixVer": "4.11"
|
|
940
1192
|
* "unixUtsPlugin": "4.25"
|
|
941
1193
|
* }
|
|
942
|
-
* }
|
|
1194
|
+
* },
|
|
1195
|
+
* "mp": {
|
|
1196
|
+
* "weixin": {
|
|
1197
|
+
* "osVer": "x",
|
|
1198
|
+
* "uniVer": "x",
|
|
1199
|
+
* "unixVer": "x"
|
|
1200
|
+
* }
|
|
1201
|
+
* },
|
|
943
1202
|
* "web": {
|
|
944
1203
|
* "uniVer": "x",
|
|
945
1204
|
* "unixVer": "4.0"
|
|
@@ -961,13 +1220,20 @@ export interface UniElement {
|
|
|
961
1220
|
* "ios": {
|
|
962
1221
|
* "osVer": "12.0",
|
|
963
1222
|
* "uniVer": "x",
|
|
964
|
-
* "unixVer": "
|
|
1223
|
+
* "unixVer": "4.41"
|
|
965
1224
|
* "unixUtsPlugin": "x"
|
|
966
1225
|
* }
|
|
967
|
-
* }
|
|
1226
|
+
* },
|
|
1227
|
+
* "mp": {
|
|
1228
|
+
* "weixin": {
|
|
1229
|
+
* "osVer": "x",
|
|
1230
|
+
* "uniVer": "x",
|
|
1231
|
+
* "unixVer": "4.41"
|
|
1232
|
+
* }
|
|
1233
|
+
* },
|
|
968
1234
|
* "web": {
|
|
969
1235
|
* "uniVer": "x",
|
|
970
|
-
* "unixVer": "
|
|
1236
|
+
* "unixVer": "4.41"
|
|
971
1237
|
* }
|
|
972
1238
|
* }
|
|
973
1239
|
*/
|
|
@@ -988,7 +1254,14 @@ export interface UniElement {
|
|
|
988
1254
|
* "unixVer": "4.11"
|
|
989
1255
|
* "unixUtsPlugin": "4.25"
|
|
990
1256
|
* }
|
|
991
|
-
* }
|
|
1257
|
+
* },
|
|
1258
|
+
* "mp": {
|
|
1259
|
+
* "weixin": {
|
|
1260
|
+
* "osVer": "x",
|
|
1261
|
+
* "uniVer": "x",
|
|
1262
|
+
* "unixVer": "x"
|
|
1263
|
+
* }
|
|
1264
|
+
* },
|
|
992
1265
|
* "web": {
|
|
993
1266
|
* "uniVer": "x",
|
|
994
1267
|
* "unixVer": "x"
|
|
@@ -1015,7 +1288,14 @@ export interface UniElement {
|
|
|
1015
1288
|
* "unixVer": "4.11"
|
|
1016
1289
|
* "unixUtsPlugin": "x"
|
|
1017
1290
|
* }
|
|
1018
|
-
* }
|
|
1291
|
+
* },
|
|
1292
|
+
* "mp": {
|
|
1293
|
+
* "weixin": {
|
|
1294
|
+
* "osVer": "x",
|
|
1295
|
+
* "uniVer": "x",
|
|
1296
|
+
* "unixVer": "x"
|
|
1297
|
+
* }
|
|
1298
|
+
* },
|
|
1019
1299
|
* "web": {
|
|
1020
1300
|
* "uniVer": "x",
|
|
1021
1301
|
* "unixVer": "x"
|
|
@@ -1042,7 +1322,14 @@ export interface UniElement {
|
|
|
1042
1322
|
* "unixVer": "4.11"
|
|
1043
1323
|
* "unixUtsPlugin": "4.25"
|
|
1044
1324
|
* }
|
|
1045
|
-
* }
|
|
1325
|
+
* },
|
|
1326
|
+
* "mp": {
|
|
1327
|
+
* "weixin": {
|
|
1328
|
+
* "osVer": "x",
|
|
1329
|
+
* "uniVer": "x",
|
|
1330
|
+
* "unixVer": "x"
|
|
1331
|
+
* }
|
|
1332
|
+
* },
|
|
1046
1333
|
* "web": {
|
|
1047
1334
|
* "uniVer": "x",
|
|
1048
1335
|
* "unixVer": "x"
|
|
@@ -1067,7 +1354,14 @@ export interface UniElement {
|
|
|
1067
1354
|
* "unixVer": "4.11"
|
|
1068
1355
|
* "unixUtsPlugin": "4.25"
|
|
1069
1356
|
* }
|
|
1070
|
-
* }
|
|
1357
|
+
* },
|
|
1358
|
+
* "mp": {
|
|
1359
|
+
* "weixin": {
|
|
1360
|
+
* "osVer": "x",
|
|
1361
|
+
* "uniVer": "x",
|
|
1362
|
+
* "unixVer": "x"
|
|
1363
|
+
* }
|
|
1364
|
+
* },
|
|
1071
1365
|
* "web": {
|
|
1072
1366
|
* "uniVer": "x",
|
|
1073
1367
|
* "unixVer": "4.0"
|
|
@@ -1091,7 +1385,14 @@ export interface UniElement {
|
|
|
1091
1385
|
* "unixVer": "4.11"
|
|
1092
1386
|
* "unixUtsPlugin": "4.25"
|
|
1093
1387
|
* }
|
|
1094
|
-
* }
|
|
1388
|
+
* },
|
|
1389
|
+
* "mp": {
|
|
1390
|
+
* "weixin": {
|
|
1391
|
+
* "osVer": "x",
|
|
1392
|
+
* "uniVer": "x",
|
|
1393
|
+
* "unixVer": "x"
|
|
1394
|
+
* }
|
|
1395
|
+
* },
|
|
1095
1396
|
* "web": {
|
|
1096
1397
|
* "uniVer": "x",
|
|
1097
1398
|
* "unixVer": "4.0"
|
|
@@ -1118,7 +1419,14 @@ export interface UniElement {
|
|
|
1118
1419
|
* "unixVer": "4.11"
|
|
1119
1420
|
* "unixUtsPlugin": "4.25"
|
|
1120
1421
|
* }
|
|
1121
|
-
* }
|
|
1422
|
+
* },
|
|
1423
|
+
* "mp": {
|
|
1424
|
+
* "weixin": {
|
|
1425
|
+
* "osVer": "x",
|
|
1426
|
+
* "uniVer": "x",
|
|
1427
|
+
* "unixVer": "x"
|
|
1428
|
+
* }
|
|
1429
|
+
* },
|
|
1122
1430
|
* "web": {
|
|
1123
1431
|
* "uniVer": "x",
|
|
1124
1432
|
* "unixVer": "4.0"
|
|
@@ -1143,6 +1451,17 @@ export interface UniElement {
|
|
|
1143
1451
|
* "unixVer": "4.25"
|
|
1144
1452
|
* "unixUtsPlugin": "4.25"
|
|
1145
1453
|
* }
|
|
1454
|
+
* },
|
|
1455
|
+
* "mp": {
|
|
1456
|
+
* "weixin": {
|
|
1457
|
+
* "osVer": "x",
|
|
1458
|
+
* "uniVer": "x",
|
|
1459
|
+
* "unixVer": "x"
|
|
1460
|
+
* }
|
|
1461
|
+
* },
|
|
1462
|
+
* "web": {
|
|
1463
|
+
* "uniVer": "x",
|
|
1464
|
+
* "unixVer": "4.0"
|
|
1146
1465
|
* }
|
|
1147
1466
|
* }
|
|
1148
1467
|
*/
|
|
@@ -1165,7 +1484,14 @@ export interface UniElement {
|
|
|
1165
1484
|
* "unixVer": "4.11"
|
|
1166
1485
|
* "unixUtsPlugin": "4.25"
|
|
1167
1486
|
* }
|
|
1168
|
-
* }
|
|
1487
|
+
* },
|
|
1488
|
+
* "mp": {
|
|
1489
|
+
* "weixin": {
|
|
1490
|
+
* "osVer": "x",
|
|
1491
|
+
* "uniVer": "x",
|
|
1492
|
+
* "unixVer": "x"
|
|
1493
|
+
* }
|
|
1494
|
+
* },
|
|
1169
1495
|
* "web": {
|
|
1170
1496
|
* "uniVer": "x",
|
|
1171
1497
|
* "unixVer": "4.0"
|
|
@@ -1191,7 +1517,14 @@ export interface UniElement {
|
|
|
1191
1517
|
* "unixVer": "4.11"
|
|
1192
1518
|
* "unixUtsPlugin": "4.25"
|
|
1193
1519
|
* }
|
|
1194
|
-
* }
|
|
1520
|
+
* },
|
|
1521
|
+
* "mp": {
|
|
1522
|
+
* "weixin": {
|
|
1523
|
+
* "osVer": "x",
|
|
1524
|
+
* "uniVer": "x",
|
|
1525
|
+
* "unixVer": "x"
|
|
1526
|
+
* }
|
|
1527
|
+
* },
|
|
1195
1528
|
* "web": {
|
|
1196
1529
|
* "uniVer": "x",
|
|
1197
1530
|
* "unixVer": "4.0"
|
|
@@ -1216,7 +1549,14 @@ export interface UniElement {
|
|
|
1216
1549
|
* "unixVer": "4.11"
|
|
1217
1550
|
* "unixUtsPlugin": "4.25"
|
|
1218
1551
|
* }
|
|
1219
|
-
* }
|
|
1552
|
+
* },
|
|
1553
|
+
* "mp": {
|
|
1554
|
+
* "weixin": {
|
|
1555
|
+
* "osVer": "x",
|
|
1556
|
+
* "uniVer": "x",
|
|
1557
|
+
* "unixVer": "x"
|
|
1558
|
+
* }
|
|
1559
|
+
* },
|
|
1220
1560
|
* "web": {
|
|
1221
1561
|
* "uniVer": "x",
|
|
1222
1562
|
* "unixVer": "4.0"
|
|
@@ -1241,7 +1581,14 @@ export interface UniElement {
|
|
|
1241
1581
|
* "unixVer": "4.11"
|
|
1242
1582
|
* "unixUtsPlugin": "4.25"
|
|
1243
1583
|
* }
|
|
1244
|
-
* }
|
|
1584
|
+
* },
|
|
1585
|
+
* "mp": {
|
|
1586
|
+
* "weixin": {
|
|
1587
|
+
* "osVer": "x",
|
|
1588
|
+
* "uniVer": "x",
|
|
1589
|
+
* "unixVer": "x"
|
|
1590
|
+
* }
|
|
1591
|
+
* },
|
|
1245
1592
|
* "web": {
|
|
1246
1593
|
* "uniVer": "x",
|
|
1247
1594
|
* "unixVer": "4.0"
|
|
@@ -1265,7 +1612,14 @@ export interface UniElement {
|
|
|
1265
1612
|
* "unixVer": "4.11"
|
|
1266
1613
|
* "unixUtsPlugin": "4.25"
|
|
1267
1614
|
* }
|
|
1268
|
-
* }
|
|
1615
|
+
* },
|
|
1616
|
+
* "mp": {
|
|
1617
|
+
* "weixin": {
|
|
1618
|
+
* "osVer": "x",
|
|
1619
|
+
* "uniVer": "x",
|
|
1620
|
+
* "unixVer": "x"
|
|
1621
|
+
* }
|
|
1622
|
+
* },
|
|
1269
1623
|
* "web": {
|
|
1270
1624
|
* "uniVer": "x",
|
|
1271
1625
|
* "unixVer": "4.0"
|
|
@@ -1289,7 +1643,14 @@ export interface UniElement {
|
|
|
1289
1643
|
* "unixVer": "4.11"
|
|
1290
1644
|
* "unixUtsPlugin": "4.25"
|
|
1291
1645
|
* }
|
|
1292
|
-
* }
|
|
1646
|
+
* },
|
|
1647
|
+
* "mp": {
|
|
1648
|
+
* "weixin": {
|
|
1649
|
+
* "osVer": "x",
|
|
1650
|
+
* "uniVer": "x",
|
|
1651
|
+
* "unixVer": "x"
|
|
1652
|
+
* }
|
|
1653
|
+
* },
|
|
1293
1654
|
* "web": {
|
|
1294
1655
|
* "uniVer": "x",
|
|
1295
1656
|
* "unixVer": "4.0"
|
|
@@ -1314,8 +1675,19 @@ export interface UniElement {
|
|
|
1314
1675
|
* "unixVer": "x",
|
|
1315
1676
|
* "unixUtsPlugin": "4.25"
|
|
1316
1677
|
* }
|
|
1317
|
-
* }
|
|
1318
|
-
*
|
|
1678
|
+
* },
|
|
1679
|
+
* "mp": {
|
|
1680
|
+
* "weixin": {
|
|
1681
|
+
* "osVer": "x",
|
|
1682
|
+
* "uniVer": "x",
|
|
1683
|
+
* "unixVer": "x"
|
|
1684
|
+
* }
|
|
1685
|
+
* },
|
|
1686
|
+
* "web": {
|
|
1687
|
+
* "uniVer": "x",
|
|
1688
|
+
* "unixVer": "x"
|
|
1689
|
+
* }
|
|
1690
|
+
* }
|
|
1319
1691
|
*/
|
|
1320
1692
|
getIOSView(): UIView | null
|
|
1321
1693
|
|
|
@@ -1333,7 +1705,14 @@ export interface UniElement {
|
|
|
1333
1705
|
* "uniVer": "x",
|
|
1334
1706
|
* "unixVer": "x"
|
|
1335
1707
|
* }
|
|
1336
|
-
* }
|
|
1708
|
+
* },
|
|
1709
|
+
* "mp": {
|
|
1710
|
+
* "weixin": {
|
|
1711
|
+
* "osVer": "x",
|
|
1712
|
+
* "uniVer": "x",
|
|
1713
|
+
* "unixVer": "x"
|
|
1714
|
+
* }
|
|
1715
|
+
* },
|
|
1337
1716
|
* "web": {
|
|
1338
1717
|
* "uniVer": "x",
|
|
1339
1718
|
* "unixVer": "x"
|
|
@@ -1356,7 +1735,14 @@ export interface UniElement {
|
|
|
1356
1735
|
* "uniVer": "x",
|
|
1357
1736
|
* "unixVer": "x"
|
|
1358
1737
|
* }
|
|
1359
|
-
* }
|
|
1738
|
+
* },
|
|
1739
|
+
* "mp": {
|
|
1740
|
+
* "weixin": {
|
|
1741
|
+
* "osVer": "x",
|
|
1742
|
+
* "uniVer": "x",
|
|
1743
|
+
* "unixVer": "x"
|
|
1744
|
+
* }
|
|
1745
|
+
* },
|
|
1360
1746
|
* "web": {
|
|
1361
1747
|
* "uniVer": "x",
|
|
1362
1748
|
* "unixVer": "x"
|
|
@@ -1379,7 +1765,14 @@ export interface UniElement {
|
|
|
1379
1765
|
* "uniVer": "x",
|
|
1380
1766
|
* "unixVer": "x"
|
|
1381
1767
|
* }
|
|
1382
|
-
* }
|
|
1768
|
+
* },
|
|
1769
|
+
* "mp": {
|
|
1770
|
+
* "weixin": {
|
|
1771
|
+
* "osVer": "x",
|
|
1772
|
+
* "uniVer": "x",
|
|
1773
|
+
* "unixVer": "x"
|
|
1774
|
+
* }
|
|
1775
|
+
* },
|
|
1383
1776
|
* "web": {
|
|
1384
1777
|
* "uniVer": "x",
|
|
1385
1778
|
* "unixVer": "x"
|
|
@@ -1401,7 +1794,14 @@ export interface UniElement {
|
|
|
1401
1794
|
* "uniVer": "x",
|
|
1402
1795
|
* "unixVer": "4.31"
|
|
1403
1796
|
* }
|
|
1404
|
-
* }
|
|
1797
|
+
* },
|
|
1798
|
+
* "mp": {
|
|
1799
|
+
* "weixin": {
|
|
1800
|
+
* "osVer": "x",
|
|
1801
|
+
* "uniVer": "x",
|
|
1802
|
+
* "unixVer": "x"
|
|
1803
|
+
* }
|
|
1804
|
+
* },
|
|
1405
1805
|
* "web": {
|
|
1406
1806
|
* "uniVer": "x",
|
|
1407
1807
|
* "unixVer": "4.31"
|
|
@@ -1430,7 +1830,14 @@ export type Element = UniElement
|
|
|
1430
1830
|
* "unixVer": "4.11"
|
|
1431
1831
|
* "unixUtsPlugin": "4.25"
|
|
1432
1832
|
* }
|
|
1433
|
-
* }
|
|
1833
|
+
* },
|
|
1834
|
+
* "mp": {
|
|
1835
|
+
* "weixin": {
|
|
1836
|
+
* "osVer": "x",
|
|
1837
|
+
* "uniVer": "x",
|
|
1838
|
+
* "unixVer": "x"
|
|
1839
|
+
* }
|
|
1840
|
+
* },
|
|
1434
1841
|
* "web": {
|
|
1435
1842
|
* "uniVer": "x",
|
|
1436
1843
|
* "unixVer": "4.0"
|
|
@@ -1455,7 +1862,14 @@ export interface UniViewElement extends UniElement { }
|
|
|
1455
1862
|
* "unixVer": "4.11"
|
|
1456
1863
|
* "unixUtsPlugin": "4.25"
|
|
1457
1864
|
* }
|
|
1458
|
-
* }
|
|
1865
|
+
* },
|
|
1866
|
+
* "mp": {
|
|
1867
|
+
* "weixin": {
|
|
1868
|
+
* "osVer": "x",
|
|
1869
|
+
* "uniVer": "x",
|
|
1870
|
+
* "unixVer": "x"
|
|
1871
|
+
* }
|
|
1872
|
+
* },
|
|
1459
1873
|
* "web": {
|
|
1460
1874
|
* "uniVer": "x",
|
|
1461
1875
|
* "unixVer": "4.0"
|
|
@@ -1480,7 +1894,14 @@ export interface UniScrollViewElement extends UniElement { }
|
|
|
1480
1894
|
* "unixVer": "4.11"
|
|
1481
1895
|
* "unixUtsPlugin": "4.25"
|
|
1482
1896
|
* }
|
|
1483
|
-
* }
|
|
1897
|
+
* },
|
|
1898
|
+
* "mp": {
|
|
1899
|
+
* "weixin": {
|
|
1900
|
+
* "osVer": "x",
|
|
1901
|
+
* "uniVer": "x",
|
|
1902
|
+
* "unixVer": "x"
|
|
1903
|
+
* }
|
|
1904
|
+
* },
|
|
1484
1905
|
* "web": {
|
|
1485
1906
|
* "uniVer": "x",
|
|
1486
1907
|
* "unixVer": "4.0"
|
|
@@ -1505,7 +1926,14 @@ export interface UniListViewElement extends UniScrollViewElement { }
|
|
|
1505
1926
|
* "unixVer": "4.11"
|
|
1506
1927
|
* "unixUtsPlugin": "4.25"
|
|
1507
1928
|
* }
|
|
1508
|
-
* }
|
|
1929
|
+
* },
|
|
1930
|
+
* "mp": {
|
|
1931
|
+
* "weixin": {
|
|
1932
|
+
* "osVer": "x",
|
|
1933
|
+
* "uniVer": "x",
|
|
1934
|
+
* "unixVer": "x"
|
|
1935
|
+
* }
|
|
1936
|
+
* },
|
|
1509
1937
|
* "web": {
|
|
1510
1938
|
* "uniVer": "x",
|
|
1511
1939
|
* "unixVer": "4.0"
|
|
@@ -1530,7 +1958,14 @@ export interface UniListItemElement extends UniElement { }
|
|
|
1530
1958
|
* "unixVer": "4.11"
|
|
1531
1959
|
* "unixUtsPlugin": "4.25"
|
|
1532
1960
|
* }
|
|
1533
|
-
* }
|
|
1961
|
+
* },
|
|
1962
|
+
* "mp": {
|
|
1963
|
+
* "weixin": {
|
|
1964
|
+
* "osVer": "x",
|
|
1965
|
+
* "uniVer": "x",
|
|
1966
|
+
* "unixVer": "x"
|
|
1967
|
+
* }
|
|
1968
|
+
* },
|
|
1534
1969
|
* "web": {
|
|
1535
1970
|
* "uniVer": "x",
|
|
1536
1971
|
* "unixVer": "4.0"
|
|
@@ -1555,7 +1990,14 @@ export interface UniSwiperElement extends UniElement { }
|
|
|
1555
1990
|
* "unixVer": "4.11"
|
|
1556
1991
|
* "unixUtsPlugin": "4.25"
|
|
1557
1992
|
* }
|
|
1558
|
-
* }
|
|
1993
|
+
* },
|
|
1994
|
+
* "mp": {
|
|
1995
|
+
* "weixin": {
|
|
1996
|
+
* "osVer": "x",
|
|
1997
|
+
* "uniVer": "x",
|
|
1998
|
+
* "unixVer": "x"
|
|
1999
|
+
* }
|
|
2000
|
+
* },
|
|
1559
2001
|
* "web": {
|
|
1560
2002
|
* "uniVer": "x",
|
|
1561
2003
|
* "unixVer": "4.0"
|
|
@@ -1580,7 +2022,49 @@ export interface UniSwiperItemElement extends UniElement { }
|
|
|
1580
2022
|
* "unixVer": "4.11"
|
|
1581
2023
|
* "unixUtsPlugin": "4.25"
|
|
1582
2024
|
* }
|
|
1583
|
-
* }
|
|
2025
|
+
* },
|
|
2026
|
+
* "mp": {
|
|
2027
|
+
* "weixin": {
|
|
2028
|
+
* "hostVer": "√",
|
|
2029
|
+
* "uniVer": "x",
|
|
2030
|
+
* "unixVer": "x"
|
|
2031
|
+
* },
|
|
2032
|
+
* "alipay": {
|
|
2033
|
+
* "hostVer": "√",
|
|
2034
|
+
* "uniVer": "x",
|
|
2035
|
+
* "unixVer": "x"
|
|
2036
|
+
* },
|
|
2037
|
+
* "baidu": {
|
|
2038
|
+
* "hostVer": "√",
|
|
2039
|
+
* "uniVer": "x",
|
|
2040
|
+
* "unixVer": "x"
|
|
2041
|
+
* },
|
|
2042
|
+
* "toutiao": {
|
|
2043
|
+
* "hostVer": "√",
|
|
2044
|
+
* "uniVer": "x",
|
|
2045
|
+
* "unixVer": "x"
|
|
2046
|
+
* },
|
|
2047
|
+
* "lark": {
|
|
2048
|
+
* "hostVer": "√",
|
|
2049
|
+
* "uniVer": "x",
|
|
2050
|
+
* "unixVer": "x"
|
|
2051
|
+
* },
|
|
2052
|
+
* "qq": {
|
|
2053
|
+
* "hostVer": "√",
|
|
2054
|
+
* "uniVer": "x",
|
|
2055
|
+
* "unixVer": "x"
|
|
2056
|
+
* },
|
|
2057
|
+
* "kuaishou": {
|
|
2058
|
+
* "hostVer": "√",
|
|
2059
|
+
* "uniVer": "x",
|
|
2060
|
+
* "unixVer": "x"
|
|
2061
|
+
* },
|
|
2062
|
+
* "jd": {
|
|
2063
|
+
* "hostVer": "√",
|
|
2064
|
+
* "uniVer": "x",
|
|
2065
|
+
* "unixVer": "x"
|
|
2066
|
+
* }
|
|
2067
|
+
* },
|
|
1584
2068
|
* "web": {
|
|
1585
2069
|
* "uniVer": "x",
|
|
1586
2070
|
* "unixVer": "4.0"
|
|
@@ -1603,10 +2087,56 @@ export interface UniImageElement extends UniElement {
|
|
|
1603
2087
|
* "unixVer": "4.25"
|
|
1604
2088
|
* "unixUtsPlugin": "x"
|
|
1605
2089
|
* }
|
|
2090
|
+
* },
|
|
2091
|
+
* "mp": {
|
|
2092
|
+
* "weixin": {
|
|
2093
|
+
* "hostVer": "√",
|
|
2094
|
+
* "uniVer": "x",
|
|
2095
|
+
* "unixVer": "x"
|
|
2096
|
+
* },
|
|
2097
|
+
* "alipay": {
|
|
2098
|
+
* "hostVer": "√",
|
|
2099
|
+
* "uniVer": "x",
|
|
2100
|
+
* "unixVer": "x"
|
|
2101
|
+
* },
|
|
2102
|
+
* "baidu": {
|
|
2103
|
+
* "hostVer": "√",
|
|
2104
|
+
* "uniVer": "x",
|
|
2105
|
+
* "unixVer": "x"
|
|
2106
|
+
* },
|
|
2107
|
+
* "toutiao": {
|
|
2108
|
+
* "hostVer": "√",
|
|
2109
|
+
* "uniVer": "x",
|
|
2110
|
+
* "unixVer": "x"
|
|
2111
|
+
* },
|
|
2112
|
+
* "lark": {
|
|
2113
|
+
* "hostVer": "√",
|
|
2114
|
+
* "uniVer": "x",
|
|
2115
|
+
* "unixVer": "x"
|
|
2116
|
+
* },
|
|
2117
|
+
* "qq": {
|
|
2118
|
+
* "hostVer": "√",
|
|
2119
|
+
* "uniVer": "x",
|
|
2120
|
+
* "unixVer": "x"
|
|
2121
|
+
* },
|
|
2122
|
+
* "kuaishou": {
|
|
2123
|
+
* "hostVer": "√",
|
|
2124
|
+
* "uniVer": "x",
|
|
2125
|
+
* "unixVer": "x"
|
|
2126
|
+
* },
|
|
2127
|
+
* "jd": {
|
|
2128
|
+
* "hostVer": "√",
|
|
2129
|
+
* "uniVer": "x",
|
|
2130
|
+
* "unixVer": "x"
|
|
2131
|
+
* }
|
|
2132
|
+
* },
|
|
2133
|
+
* "web": {
|
|
2134
|
+
* "uniVer": "x",
|
|
2135
|
+
* "unixVer": "4.0"
|
|
1606
2136
|
* }
|
|
1607
2137
|
* }
|
|
1608
2138
|
*/
|
|
1609
|
-
src: string
|
|
2139
|
+
src: string.ImageURIString
|
|
1610
2140
|
/**
|
|
1611
2141
|
* 图片加载完成事件
|
|
1612
2142
|
* @uniPlatform {
|
|
@@ -1621,7 +2151,53 @@ export interface UniImageElement extends UniElement {
|
|
|
1621
2151
|
* "uniVer": "√",
|
|
1622
2152
|
* "unixVer": "4.25"
|
|
1623
2153
|
* "unixUtsPlugin": "x"
|
|
1624
|
-
* }
|
|
2154
|
+
* },
|
|
2155
|
+
* },
|
|
2156
|
+
* "mp": {
|
|
2157
|
+
* "weixin": {
|
|
2158
|
+
* "hostVer": "√",
|
|
2159
|
+
* "uniVer": "x",
|
|
2160
|
+
* "unixVer": "x"
|
|
2161
|
+
* },
|
|
2162
|
+
* "alipay": {
|
|
2163
|
+
* "hostVer": "√",
|
|
2164
|
+
* "uniVer": "x",
|
|
2165
|
+
* "unixVer": "x"
|
|
2166
|
+
* },
|
|
2167
|
+
* "baidu": {
|
|
2168
|
+
* "hostVer": "√",
|
|
2169
|
+
* "uniVer": "x",
|
|
2170
|
+
* "unixVer": "x"
|
|
2171
|
+
* },
|
|
2172
|
+
* "toutiao": {
|
|
2173
|
+
* "hostVer": "√",
|
|
2174
|
+
* "uniVer": "x",
|
|
2175
|
+
* "unixVer": "x"
|
|
2176
|
+
* },
|
|
2177
|
+
* "lark": {
|
|
2178
|
+
* "hostVer": "√",
|
|
2179
|
+
* "uniVer": "x",
|
|
2180
|
+
* "unixVer": "x"
|
|
2181
|
+
* },
|
|
2182
|
+
* "qq": {
|
|
2183
|
+
* "hostVer": "√",
|
|
2184
|
+
* "uniVer": "x",
|
|
2185
|
+
* "unixVer": "x"
|
|
2186
|
+
* },
|
|
2187
|
+
* "kuaishou": {
|
|
2188
|
+
* "hostVer": "√",
|
|
2189
|
+
* "uniVer": "x",
|
|
2190
|
+
* "unixVer": "x"
|
|
2191
|
+
* },
|
|
2192
|
+
* "jd": {
|
|
2193
|
+
* "hostVer": "√",
|
|
2194
|
+
* "uniVer": "x",
|
|
2195
|
+
* "unixVer": "x"
|
|
2196
|
+
* }
|
|
2197
|
+
* },
|
|
2198
|
+
* "web": {
|
|
2199
|
+
* "uniVer": "x",
|
|
2200
|
+
* "unixVer": "4.0"
|
|
1625
2201
|
* }
|
|
1626
2202
|
* }
|
|
1627
2203
|
*/
|
|
@@ -1643,13 +2219,55 @@ export interface UniImageElement extends UniElement {
|
|
|
1643
2219
|
* "unixVer": "4.25"
|
|
1644
2220
|
* }
|
|
1645
2221
|
* },
|
|
2222
|
+
* "mp": {
|
|
2223
|
+
* "weixin": {
|
|
2224
|
+
* "hostVer": "√",
|
|
2225
|
+
* "uniVer": "x",
|
|
2226
|
+
* "unixVer": "x"
|
|
2227
|
+
* },
|
|
2228
|
+
* "alipay": {
|
|
2229
|
+
* "hostVer": "√",
|
|
2230
|
+
* "uniVer": "x",
|
|
2231
|
+
* "unixVer": "x"
|
|
2232
|
+
* },
|
|
2233
|
+
* "baidu": {
|
|
2234
|
+
* "hostVer": "√",
|
|
2235
|
+
* "uniVer": "x",
|
|
2236
|
+
* "unixVer": "x"
|
|
2237
|
+
* },
|
|
2238
|
+
* "toutiao": {
|
|
2239
|
+
* "hostVer": "√",
|
|
2240
|
+
* "uniVer": "x",
|
|
2241
|
+
* "unixVer": "x"
|
|
2242
|
+
* },
|
|
2243
|
+
* "lark": {
|
|
2244
|
+
* "hostVer": "√",
|
|
2245
|
+
* "uniVer": "x",
|
|
2246
|
+
* "unixVer": "x"
|
|
2247
|
+
* },
|
|
2248
|
+
* "qq": {
|
|
2249
|
+
* "hostVer": "√",
|
|
2250
|
+
* "uniVer": "x",
|
|
2251
|
+
* "unixVer": "x"
|
|
2252
|
+
* },
|
|
2253
|
+
* "kuaishou": {
|
|
2254
|
+
* "hostVer": "√",
|
|
2255
|
+
* "uniVer": "x",
|
|
2256
|
+
* "unixVer": "x"
|
|
2257
|
+
* },
|
|
2258
|
+
* "jd": {
|
|
2259
|
+
* "hostVer": "√",
|
|
2260
|
+
* "uniVer": "x",
|
|
2261
|
+
* "unixVer": "x"
|
|
2262
|
+
* }
|
|
2263
|
+
* },
|
|
1646
2264
|
* "web": {
|
|
1647
2265
|
* "uniVer": "√",
|
|
1648
2266
|
* "unixVer": "4.0"
|
|
1649
2267
|
* }
|
|
1650
2268
|
* }
|
|
1651
2269
|
*/
|
|
1652
|
-
export interface Image extends
|
|
2270
|
+
export interface Image extends UniImageElement {
|
|
1653
2271
|
/**
|
|
1654
2272
|
* 图片url
|
|
1655
2273
|
* @uniPlatform {
|
|
@@ -1666,6 +2284,48 @@ export interface Image extends UniElement {
|
|
|
1666
2284
|
* "unixUtsPlugin": "x"
|
|
1667
2285
|
* }
|
|
1668
2286
|
* },
|
|
2287
|
+
* "mp": {
|
|
2288
|
+
* "weixin": {
|
|
2289
|
+
* "hostVer": "√",
|
|
2290
|
+
* "uniVer": "x",
|
|
2291
|
+
* "unixVer": "x"
|
|
2292
|
+
* },
|
|
2293
|
+
* "alipay": {
|
|
2294
|
+
* "hostVer": "√",
|
|
2295
|
+
* "uniVer": "x",
|
|
2296
|
+
* "unixVer": "x"
|
|
2297
|
+
* },
|
|
2298
|
+
* "baidu": {
|
|
2299
|
+
* "hostVer": "√",
|
|
2300
|
+
* "uniVer": "x",
|
|
2301
|
+
* "unixVer": "x"
|
|
2302
|
+
* },
|
|
2303
|
+
* "toutiao": {
|
|
2304
|
+
* "hostVer": "√",
|
|
2305
|
+
* "uniVer": "x",
|
|
2306
|
+
* "unixVer": "x"
|
|
2307
|
+
* },
|
|
2308
|
+
* "lark": {
|
|
2309
|
+
* "hostVer": "√",
|
|
2310
|
+
* "uniVer": "x",
|
|
2311
|
+
* "unixVer": "x"
|
|
2312
|
+
* },
|
|
2313
|
+
* "qq": {
|
|
2314
|
+
* "hostVer": "√",
|
|
2315
|
+
* "uniVer": "x",
|
|
2316
|
+
* "unixVer": "x"
|
|
2317
|
+
* },
|
|
2318
|
+
* "kuaishou": {
|
|
2319
|
+
* "hostVer": "√",
|
|
2320
|
+
* "uniVer": "x",
|
|
2321
|
+
* "unixVer": "x"
|
|
2322
|
+
* },
|
|
2323
|
+
* "jd": {
|
|
2324
|
+
* "hostVer": "√",
|
|
2325
|
+
* "uniVer": "x",
|
|
2326
|
+
* "unixVer": "x"
|
|
2327
|
+
* }
|
|
2328
|
+
* },
|
|
1669
2329
|
* "web": {
|
|
1670
2330
|
* "uniVer": "√",
|
|
1671
2331
|
* "unixVer": "4.0"
|
|
@@ -1713,7 +2373,49 @@ export interface Image extends UniElement {
|
|
|
1713
2373
|
* "unixVer": "4.11"
|
|
1714
2374
|
* "unixUtsPlugin": "x"
|
|
1715
2375
|
* }
|
|
1716
|
-
* }
|
|
2376
|
+
* },
|
|
2377
|
+
* "mp": {
|
|
2378
|
+
* "weixin": {
|
|
2379
|
+
* "hostVer": "√",
|
|
2380
|
+
* "uniVer": "x",
|
|
2381
|
+
* "unixVer": "x"
|
|
2382
|
+
* },
|
|
2383
|
+
* "alipay": {
|
|
2384
|
+
* "hostVer": "√",
|
|
2385
|
+
* "uniVer": "x",
|
|
2386
|
+
* "unixVer": "x"
|
|
2387
|
+
* },
|
|
2388
|
+
* "baidu": {
|
|
2389
|
+
* "hostVer": "√",
|
|
2390
|
+
* "uniVer": "x",
|
|
2391
|
+
* "unixVer": "x"
|
|
2392
|
+
* },
|
|
2393
|
+
* "toutiao": {
|
|
2394
|
+
* "hostVer": "√",
|
|
2395
|
+
* "uniVer": "x",
|
|
2396
|
+
* "unixVer": "x"
|
|
2397
|
+
* },
|
|
2398
|
+
* "lark": {
|
|
2399
|
+
* "hostVer": "√",
|
|
2400
|
+
* "uniVer": "x",
|
|
2401
|
+
* "unixVer": "x"
|
|
2402
|
+
* },
|
|
2403
|
+
* "qq": {
|
|
2404
|
+
* "hostVer": "√",
|
|
2405
|
+
* "uniVer": "x",
|
|
2406
|
+
* "unixVer": "x"
|
|
2407
|
+
* },
|
|
2408
|
+
* "kuaishou": {
|
|
2409
|
+
* "hostVer": "√",
|
|
2410
|
+
* "uniVer": "x",
|
|
2411
|
+
* "unixVer": "x"
|
|
2412
|
+
* },
|
|
2413
|
+
* "jd": {
|
|
2414
|
+
* "hostVer": "√",
|
|
2415
|
+
* "uniVer": "x",
|
|
2416
|
+
* "unixVer": "x"
|
|
2417
|
+
* }
|
|
2418
|
+
* },
|
|
1717
2419
|
* "web": {
|
|
1718
2420
|
* "uniVer": "x",
|
|
1719
2421
|
* "unixVer": "4.0"
|
|
@@ -1736,7 +2438,49 @@ export interface UniInputElement extends UniElement {
|
|
|
1736
2438
|
* "unixVer": "4.11"
|
|
1737
2439
|
* "unixUtsPlugin": "4.25"
|
|
1738
2440
|
* }
|
|
1739
|
-
* }
|
|
2441
|
+
* },
|
|
2442
|
+
* "mp": {
|
|
2443
|
+
* "weixin": {
|
|
2444
|
+
* "hostVer": "√",
|
|
2445
|
+
* "uniVer": "x",
|
|
2446
|
+
* "unixVer": "x"
|
|
2447
|
+
* },
|
|
2448
|
+
* "alipay": {
|
|
2449
|
+
* "hostVer": "√",
|
|
2450
|
+
* "uniVer": "x",
|
|
2451
|
+
* "unixVer": "x"
|
|
2452
|
+
* },
|
|
2453
|
+
* "baidu": {
|
|
2454
|
+
* "hostVer": "√",
|
|
2455
|
+
* "uniVer": "x",
|
|
2456
|
+
* "unixVer": "x"
|
|
2457
|
+
* },
|
|
2458
|
+
* "toutiao": {
|
|
2459
|
+
* "hostVer": "√",
|
|
2460
|
+
* "uniVer": "x",
|
|
2461
|
+
* "unixVer": "x"
|
|
2462
|
+
* },
|
|
2463
|
+
* "lark": {
|
|
2464
|
+
* "hostVer": "√",
|
|
2465
|
+
* "uniVer": "x",
|
|
2466
|
+
* "unixVer": "x"
|
|
2467
|
+
* },
|
|
2468
|
+
* "qq": {
|
|
2469
|
+
* "hostVer": "√",
|
|
2470
|
+
* "uniVer": "x",
|
|
2471
|
+
* "unixVer": "x"
|
|
2472
|
+
* },
|
|
2473
|
+
* "kuaishou": {
|
|
2474
|
+
* "hostVer": "√",
|
|
2475
|
+
* "uniVer": "x",
|
|
2476
|
+
* "unixVer": "x"
|
|
2477
|
+
* },
|
|
2478
|
+
* "jd": {
|
|
2479
|
+
* "hostVer": "√",
|
|
2480
|
+
* "uniVer": "x",
|
|
2481
|
+
* "unixVer": "x"
|
|
2482
|
+
* }
|
|
2483
|
+
* },
|
|
1740
2484
|
* }
|
|
1741
2485
|
*/
|
|
1742
2486
|
name: string
|
|
@@ -1755,7 +2499,49 @@ export interface UniInputElement extends UniElement {
|
|
|
1755
2499
|
* "unixVer": "4.11"
|
|
1756
2500
|
* "unixUtsPlugin": "4.25"
|
|
1757
2501
|
* }
|
|
1758
|
-
* }
|
|
2502
|
+
* },
|
|
2503
|
+
* "mp": {
|
|
2504
|
+
* "weixin": {
|
|
2505
|
+
* "hostVer": "√",
|
|
2506
|
+
* "uniVer": "x",
|
|
2507
|
+
* "unixVer": "x"
|
|
2508
|
+
* },
|
|
2509
|
+
* "alipay": {
|
|
2510
|
+
* "hostVer": "√",
|
|
2511
|
+
* "uniVer": "x",
|
|
2512
|
+
* "unixVer": "x"
|
|
2513
|
+
* },
|
|
2514
|
+
* "baidu": {
|
|
2515
|
+
* "hostVer": "√",
|
|
2516
|
+
* "uniVer": "x",
|
|
2517
|
+
* "unixVer": "x"
|
|
2518
|
+
* },
|
|
2519
|
+
* "toutiao": {
|
|
2520
|
+
* "hostVer": "√",
|
|
2521
|
+
* "uniVer": "x",
|
|
2522
|
+
* "unixVer": "x"
|
|
2523
|
+
* },
|
|
2524
|
+
* "lark": {
|
|
2525
|
+
* "hostVer": "√",
|
|
2526
|
+
* "uniVer": "x",
|
|
2527
|
+
* "unixVer": "x"
|
|
2528
|
+
* },
|
|
2529
|
+
* "qq": {
|
|
2530
|
+
* "hostVer": "√",
|
|
2531
|
+
* "uniVer": "x",
|
|
2532
|
+
* "unixVer": "x"
|
|
2533
|
+
* },
|
|
2534
|
+
* "kuaishou": {
|
|
2535
|
+
* "hostVer": "√",
|
|
2536
|
+
* "uniVer": "x",
|
|
2537
|
+
* "unixVer": "x"
|
|
2538
|
+
* },
|
|
2539
|
+
* "jd": {
|
|
2540
|
+
* "hostVer": "√",
|
|
2541
|
+
* "uniVer": "x",
|
|
2542
|
+
* "unixVer": "x"
|
|
2543
|
+
* }
|
|
2544
|
+
* },
|
|
1759
2545
|
* }
|
|
1760
2546
|
*/
|
|
1761
2547
|
type: string
|
|
@@ -1774,7 +2560,49 @@ export interface UniInputElement extends UniElement {
|
|
|
1774
2560
|
* "unixVer": "4.11"
|
|
1775
2561
|
* "unixUtsPlugin": "4.25"
|
|
1776
2562
|
* }
|
|
1777
|
-
* }
|
|
2563
|
+
* },
|
|
2564
|
+
* "mp": {
|
|
2565
|
+
* "weixin": {
|
|
2566
|
+
* "hostVer": "√",
|
|
2567
|
+
* "uniVer": "x",
|
|
2568
|
+
* "unixVer": "x"
|
|
2569
|
+
* },
|
|
2570
|
+
* "alipay": {
|
|
2571
|
+
* "hostVer": "√",
|
|
2572
|
+
* "uniVer": "x",
|
|
2573
|
+
* "unixVer": "x"
|
|
2574
|
+
* },
|
|
2575
|
+
* "baidu": {
|
|
2576
|
+
* "hostVer": "√",
|
|
2577
|
+
* "uniVer": "x",
|
|
2578
|
+
* "unixVer": "x"
|
|
2579
|
+
* },
|
|
2580
|
+
* "toutiao": {
|
|
2581
|
+
* "hostVer": "√",
|
|
2582
|
+
* "uniVer": "x",
|
|
2583
|
+
* "unixVer": "x"
|
|
2584
|
+
* },
|
|
2585
|
+
* "lark": {
|
|
2586
|
+
* "hostVer": "√",
|
|
2587
|
+
* "uniVer": "x",
|
|
2588
|
+
* "unixVer": "x"
|
|
2589
|
+
* },
|
|
2590
|
+
* "qq": {
|
|
2591
|
+
* "hostVer": "√",
|
|
2592
|
+
* "uniVer": "x",
|
|
2593
|
+
* "unixVer": "x"
|
|
2594
|
+
* },
|
|
2595
|
+
* "kuaishou": {
|
|
2596
|
+
* "hostVer": "√",
|
|
2597
|
+
* "uniVer": "x",
|
|
2598
|
+
* "unixVer": "x"
|
|
2599
|
+
* },
|
|
2600
|
+
* "jd": {
|
|
2601
|
+
* "hostVer": "√",
|
|
2602
|
+
* "uniVer": "x",
|
|
2603
|
+
* "unixVer": "x"
|
|
2604
|
+
* }
|
|
2605
|
+
* },
|
|
1778
2606
|
* }
|
|
1779
2607
|
*/
|
|
1780
2608
|
disabled: boolean
|
|
@@ -1793,7 +2621,49 @@ export interface UniInputElement extends UniElement {
|
|
|
1793
2621
|
* "unixVer": "4.11"
|
|
1794
2622
|
* "unixUtsPlugin": "4.25"
|
|
1795
2623
|
* }
|
|
1796
|
-
* }
|
|
2624
|
+
* },
|
|
2625
|
+
* "mp": {
|
|
2626
|
+
* "weixin": {
|
|
2627
|
+
* "hostVer": "√",
|
|
2628
|
+
* "uniVer": "x",
|
|
2629
|
+
* "unixVer": "x"
|
|
2630
|
+
* },
|
|
2631
|
+
* "alipay": {
|
|
2632
|
+
* "hostVer": "√",
|
|
2633
|
+
* "uniVer": "x",
|
|
2634
|
+
* "unixVer": "x"
|
|
2635
|
+
* },
|
|
2636
|
+
* "baidu": {
|
|
2637
|
+
* "hostVer": "√",
|
|
2638
|
+
* "uniVer": "x",
|
|
2639
|
+
* "unixVer": "x"
|
|
2640
|
+
* },
|
|
2641
|
+
* "toutiao": {
|
|
2642
|
+
* "hostVer": "√",
|
|
2643
|
+
* "uniVer": "x",
|
|
2644
|
+
* "unixVer": "x"
|
|
2645
|
+
* },
|
|
2646
|
+
* "lark": {
|
|
2647
|
+
* "hostVer": "√",
|
|
2648
|
+
* "uniVer": "x",
|
|
2649
|
+
* "unixVer": "x"
|
|
2650
|
+
* },
|
|
2651
|
+
* "qq": {
|
|
2652
|
+
* "hostVer": "√",
|
|
2653
|
+
* "uniVer": "x",
|
|
2654
|
+
* "unixVer": "x"
|
|
2655
|
+
* },
|
|
2656
|
+
* "kuaishou": {
|
|
2657
|
+
* "hostVer": "√",
|
|
2658
|
+
* "uniVer": "x",
|
|
2659
|
+
* "unixVer": "x"
|
|
2660
|
+
* },
|
|
2661
|
+
* "jd": {
|
|
2662
|
+
* "hostVer": "√",
|
|
2663
|
+
* "uniVer": "x",
|
|
2664
|
+
* "unixVer": "x"
|
|
2665
|
+
* }
|
|
2666
|
+
* },
|
|
1797
2667
|
* }
|
|
1798
2668
|
*/
|
|
1799
2669
|
autofocus: boolean
|
|
@@ -1812,7 +2682,49 @@ export interface UniInputElement extends UniElement {
|
|
|
1812
2682
|
* "unixVer": "4.11"
|
|
1813
2683
|
* "unixUtsPlugin": "4.25"
|
|
1814
2684
|
* }
|
|
1815
|
-
* }
|
|
2685
|
+
* },
|
|
2686
|
+
* "mp": {
|
|
2687
|
+
* "weixin": {
|
|
2688
|
+
* "hostVer": "√",
|
|
2689
|
+
* "uniVer": "x",
|
|
2690
|
+
* "unixVer": "x"
|
|
2691
|
+
* },
|
|
2692
|
+
* "alipay": {
|
|
2693
|
+
* "hostVer": "√",
|
|
2694
|
+
* "uniVer": "x",
|
|
2695
|
+
* "unixVer": "x"
|
|
2696
|
+
* },
|
|
2697
|
+
* "baidu": {
|
|
2698
|
+
* "hostVer": "√",
|
|
2699
|
+
* "uniVer": "x",
|
|
2700
|
+
* "unixVer": "x"
|
|
2701
|
+
* },
|
|
2702
|
+
* "toutiao": {
|
|
2703
|
+
* "hostVer": "√",
|
|
2704
|
+
* "uniVer": "x",
|
|
2705
|
+
* "unixVer": "x"
|
|
2706
|
+
* },
|
|
2707
|
+
* "lark": {
|
|
2708
|
+
* "hostVer": "√",
|
|
2709
|
+
* "uniVer": "x",
|
|
2710
|
+
* "unixVer": "x"
|
|
2711
|
+
* },
|
|
2712
|
+
* "qq": {
|
|
2713
|
+
* "hostVer": "√",
|
|
2714
|
+
* "uniVer": "x",
|
|
2715
|
+
* "unixVer": "x"
|
|
2716
|
+
* },
|
|
2717
|
+
* "kuaishou": {
|
|
2718
|
+
* "hostVer": "√",
|
|
2719
|
+
* "uniVer": "x",
|
|
2720
|
+
* "unixVer": "x"
|
|
2721
|
+
* },
|
|
2722
|
+
* "jd": {
|
|
2723
|
+
* "hostVer": "√",
|
|
2724
|
+
* "uniVer": "x",
|
|
2725
|
+
* "unixVer": "x"
|
|
2726
|
+
* }
|
|
2727
|
+
* },
|
|
1816
2728
|
* }
|
|
1817
2729
|
*/
|
|
1818
2730
|
value: string
|
|
@@ -1834,7 +2746,49 @@ export interface UniInputElement extends UniElement {
|
|
|
1834
2746
|
* "unixVer": "4.11"
|
|
1835
2747
|
* "unixUtsPlugin": "4.25"
|
|
1836
2748
|
* }
|
|
1837
|
-
* }
|
|
2749
|
+
* },
|
|
2750
|
+
* "mp": {
|
|
2751
|
+
* "weixin": {
|
|
2752
|
+
* "hostVer": "√",
|
|
2753
|
+
* "uniVer": "x",
|
|
2754
|
+
* "unixVer": "x"
|
|
2755
|
+
* },
|
|
2756
|
+
* "alipay": {
|
|
2757
|
+
* "hostVer": "√",
|
|
2758
|
+
* "uniVer": "x",
|
|
2759
|
+
* "unixVer": "x"
|
|
2760
|
+
* },
|
|
2761
|
+
* "baidu": {
|
|
2762
|
+
* "hostVer": "√",
|
|
2763
|
+
* "uniVer": "x",
|
|
2764
|
+
* "unixVer": "x"
|
|
2765
|
+
* },
|
|
2766
|
+
* "toutiao": {
|
|
2767
|
+
* "hostVer": "√",
|
|
2768
|
+
* "uniVer": "x",
|
|
2769
|
+
* "unixVer": "x"
|
|
2770
|
+
* },
|
|
2771
|
+
* "lark": {
|
|
2772
|
+
* "hostVer": "√",
|
|
2773
|
+
* "uniVer": "x",
|
|
2774
|
+
* "unixVer": "x"
|
|
2775
|
+
* },
|
|
2776
|
+
* "qq": {
|
|
2777
|
+
* "hostVer": "√",
|
|
2778
|
+
* "uniVer": "x",
|
|
2779
|
+
* "unixVer": "x"
|
|
2780
|
+
* },
|
|
2781
|
+
* "kuaishou": {
|
|
2782
|
+
* "hostVer": "√",
|
|
2783
|
+
* "uniVer": "x",
|
|
2784
|
+
* "unixVer": "x"
|
|
2785
|
+
* },
|
|
2786
|
+
* "jd": {
|
|
2787
|
+
* "hostVer": "√",
|
|
2788
|
+
* "uniVer": "x",
|
|
2789
|
+
* "unixVer": "x"
|
|
2790
|
+
* }
|
|
2791
|
+
* },
|
|
1838
2792
|
* "web": {
|
|
1839
2793
|
* "uniVer": "x",
|
|
1840
2794
|
* "unixVer": "4.0"
|
|
@@ -1857,7 +2811,49 @@ export interface UniTextareaElement extends UniElement {
|
|
|
1857
2811
|
* "unixVer": "4.11"
|
|
1858
2812
|
* "unixUtsPlugin": "4.25"
|
|
1859
2813
|
* }
|
|
1860
|
-
* }
|
|
2814
|
+
* },
|
|
2815
|
+
* "mp": {
|
|
2816
|
+
* "weixin": {
|
|
2817
|
+
* "hostVer": "√",
|
|
2818
|
+
* "uniVer": "x",
|
|
2819
|
+
* "unixVer": "x"
|
|
2820
|
+
* },
|
|
2821
|
+
* "alipay": {
|
|
2822
|
+
* "hostVer": "√",
|
|
2823
|
+
* "uniVer": "x",
|
|
2824
|
+
* "unixVer": "x"
|
|
2825
|
+
* },
|
|
2826
|
+
* "baidu": {
|
|
2827
|
+
* "hostVer": "√",
|
|
2828
|
+
* "uniVer": "x",
|
|
2829
|
+
* "unixVer": "x"
|
|
2830
|
+
* },
|
|
2831
|
+
* "toutiao": {
|
|
2832
|
+
* "hostVer": "√",
|
|
2833
|
+
* "uniVer": "x",
|
|
2834
|
+
* "unixVer": "x"
|
|
2835
|
+
* },
|
|
2836
|
+
* "lark": {
|
|
2837
|
+
* "hostVer": "√",
|
|
2838
|
+
* "uniVer": "x",
|
|
2839
|
+
* "unixVer": "x"
|
|
2840
|
+
* },
|
|
2841
|
+
* "qq": {
|
|
2842
|
+
* "hostVer": "√",
|
|
2843
|
+
* "uniVer": "x",
|
|
2844
|
+
* "unixVer": "x"
|
|
2845
|
+
* },
|
|
2846
|
+
* "kuaishou": {
|
|
2847
|
+
* "hostVer": "√",
|
|
2848
|
+
* "uniVer": "x",
|
|
2849
|
+
* "unixVer": "x"
|
|
2850
|
+
* },
|
|
2851
|
+
* "jd": {
|
|
2852
|
+
* "hostVer": "√",
|
|
2853
|
+
* "uniVer": "x",
|
|
2854
|
+
* "unixVer": "x"
|
|
2855
|
+
* }
|
|
2856
|
+
* },
|
|
1861
2857
|
* }
|
|
1862
2858
|
*/
|
|
1863
2859
|
name: string
|
|
@@ -1876,7 +2872,49 @@ export interface UniTextareaElement extends UniElement {
|
|
|
1876
2872
|
* "unixVer": "4.11"
|
|
1877
2873
|
* "unixUtsPlugin": "4.25"
|
|
1878
2874
|
* }
|
|
1879
|
-
* }
|
|
2875
|
+
* },
|
|
2876
|
+
* "mp": {
|
|
2877
|
+
* "weixin": {
|
|
2878
|
+
* "hostVer": "√",
|
|
2879
|
+
* "uniVer": "x",
|
|
2880
|
+
* "unixVer": "x"
|
|
2881
|
+
* },
|
|
2882
|
+
* "alipay": {
|
|
2883
|
+
* "hostVer": "√",
|
|
2884
|
+
* "uniVer": "x",
|
|
2885
|
+
* "unixVer": "x"
|
|
2886
|
+
* },
|
|
2887
|
+
* "baidu": {
|
|
2888
|
+
* "hostVer": "√",
|
|
2889
|
+
* "uniVer": "x",
|
|
2890
|
+
* "unixVer": "x"
|
|
2891
|
+
* },
|
|
2892
|
+
* "toutiao": {
|
|
2893
|
+
* "hostVer": "√",
|
|
2894
|
+
* "uniVer": "x",
|
|
2895
|
+
* "unixVer": "x"
|
|
2896
|
+
* },
|
|
2897
|
+
* "lark": {
|
|
2898
|
+
* "hostVer": "√",
|
|
2899
|
+
* "uniVer": "x",
|
|
2900
|
+
* "unixVer": "x"
|
|
2901
|
+
* },
|
|
2902
|
+
* "qq": {
|
|
2903
|
+
* "hostVer": "√",
|
|
2904
|
+
* "uniVer": "x",
|
|
2905
|
+
* "unixVer": "x"
|
|
2906
|
+
* },
|
|
2907
|
+
* "kuaishou": {
|
|
2908
|
+
* "hostVer": "√",
|
|
2909
|
+
* "uniVer": "x",
|
|
2910
|
+
* "unixVer": "x"
|
|
2911
|
+
* },
|
|
2912
|
+
* "jd": {
|
|
2913
|
+
* "hostVer": "√",
|
|
2914
|
+
* "uniVer": "x",
|
|
2915
|
+
* "unixVer": "x"
|
|
2916
|
+
* }
|
|
2917
|
+
* },
|
|
1880
2918
|
* }
|
|
1881
2919
|
*/
|
|
1882
2920
|
type: string
|
|
@@ -1895,7 +2933,49 @@ export interface UniTextareaElement extends UniElement {
|
|
|
1895
2933
|
* "unixVer": "4.11"
|
|
1896
2934
|
* "unixUtsPlugin": "4.25"
|
|
1897
2935
|
* }
|
|
1898
|
-
* }
|
|
2936
|
+
* },
|
|
2937
|
+
* "mp": {
|
|
2938
|
+
* "weixin": {
|
|
2939
|
+
* "hostVer": "√",
|
|
2940
|
+
* "uniVer": "x",
|
|
2941
|
+
* "unixVer": "x"
|
|
2942
|
+
* },
|
|
2943
|
+
* "alipay": {
|
|
2944
|
+
* "hostVer": "√",
|
|
2945
|
+
* "uniVer": "x",
|
|
2946
|
+
* "unixVer": "x"
|
|
2947
|
+
* },
|
|
2948
|
+
* "baidu": {
|
|
2949
|
+
* "hostVer": "√",
|
|
2950
|
+
* "uniVer": "x",
|
|
2951
|
+
* "unixVer": "x"
|
|
2952
|
+
* },
|
|
2953
|
+
* "toutiao": {
|
|
2954
|
+
* "hostVer": "√",
|
|
2955
|
+
* "uniVer": "x",
|
|
2956
|
+
* "unixVer": "x"
|
|
2957
|
+
* },
|
|
2958
|
+
* "lark": {
|
|
2959
|
+
* "hostVer": "√",
|
|
2960
|
+
* "uniVer": "x",
|
|
2961
|
+
* "unixVer": "x"
|
|
2962
|
+
* },
|
|
2963
|
+
* "qq": {
|
|
2964
|
+
* "hostVer": "√",
|
|
2965
|
+
* "uniVer": "x",
|
|
2966
|
+
* "unixVer": "x"
|
|
2967
|
+
* },
|
|
2968
|
+
* "kuaishou": {
|
|
2969
|
+
* "hostVer": "√",
|
|
2970
|
+
* "uniVer": "x",
|
|
2971
|
+
* "unixVer": "x"
|
|
2972
|
+
* },
|
|
2973
|
+
* "jd": {
|
|
2974
|
+
* "hostVer": "√",
|
|
2975
|
+
* "uniVer": "x",
|
|
2976
|
+
* "unixVer": "x"
|
|
2977
|
+
* }
|
|
2978
|
+
* },
|
|
1899
2979
|
* }
|
|
1900
2980
|
*/
|
|
1901
2981
|
disabled: boolean
|
|
@@ -1914,7 +2994,49 @@ export interface UniTextareaElement extends UniElement {
|
|
|
1914
2994
|
* "unixVer": "4.11"
|
|
1915
2995
|
* "unixUtsPlugin": "4.25"
|
|
1916
2996
|
* }
|
|
1917
|
-
* }
|
|
2997
|
+
* },
|
|
2998
|
+
* "mp": {
|
|
2999
|
+
* "weixin": {
|
|
3000
|
+
* "hostVer": "√",
|
|
3001
|
+
* "uniVer": "x",
|
|
3002
|
+
* "unixVer": "x"
|
|
3003
|
+
* },
|
|
3004
|
+
* "alipay": {
|
|
3005
|
+
* "hostVer": "√",
|
|
3006
|
+
* "uniVer": "x",
|
|
3007
|
+
* "unixVer": "x"
|
|
3008
|
+
* },
|
|
3009
|
+
* "baidu": {
|
|
3010
|
+
* "hostVer": "√",
|
|
3011
|
+
* "uniVer": "x",
|
|
3012
|
+
* "unixVer": "x"
|
|
3013
|
+
* },
|
|
3014
|
+
* "toutiao": {
|
|
3015
|
+
* "hostVer": "√",
|
|
3016
|
+
* "uniVer": "x",
|
|
3017
|
+
* "unixVer": "x"
|
|
3018
|
+
* },
|
|
3019
|
+
* "lark": {
|
|
3020
|
+
* "hostVer": "√",
|
|
3021
|
+
* "uniVer": "x",
|
|
3022
|
+
* "unixVer": "x"
|
|
3023
|
+
* },
|
|
3024
|
+
* "qq": {
|
|
3025
|
+
* "hostVer": "√",
|
|
3026
|
+
* "uniVer": "x",
|
|
3027
|
+
* "unixVer": "x"
|
|
3028
|
+
* },
|
|
3029
|
+
* "kuaishou": {
|
|
3030
|
+
* "hostVer": "√",
|
|
3031
|
+
* "uniVer": "x",
|
|
3032
|
+
* "unixVer": "x"
|
|
3033
|
+
* },
|
|
3034
|
+
* "jd": {
|
|
3035
|
+
* "hostVer": "√",
|
|
3036
|
+
* "uniVer": "x",
|
|
3037
|
+
* "unixVer": "x"
|
|
3038
|
+
* }
|
|
3039
|
+
* },
|
|
1918
3040
|
* }
|
|
1919
3041
|
*/
|
|
1920
3042
|
autofocus: boolean
|
|
@@ -2447,7 +3569,49 @@ export type ITabsNode = UniTabsElement
|
|
|
2447
3569
|
* "unixVer": "4.11"
|
|
2448
3570
|
* "unixUtsPlugin": "4.25"
|
|
2449
3571
|
* }
|
|
2450
|
-
* }
|
|
3572
|
+
* },
|
|
3573
|
+
* "mp": {
|
|
3574
|
+
* "weixin": {
|
|
3575
|
+
* "hostVer": "√",
|
|
3576
|
+
* "uniVer": "x",
|
|
3577
|
+
* "unixVer": "x"
|
|
3578
|
+
* },
|
|
3579
|
+
* "alipay": {
|
|
3580
|
+
* "hostVer": "√",
|
|
3581
|
+
* "uniVer": "x",
|
|
3582
|
+
* "unixVer": "x"
|
|
3583
|
+
* },
|
|
3584
|
+
* "baidu": {
|
|
3585
|
+
* "hostVer": "√",
|
|
3586
|
+
* "uniVer": "x",
|
|
3587
|
+
* "unixVer": "x"
|
|
3588
|
+
* },
|
|
3589
|
+
* "toutiao": {
|
|
3590
|
+
* "hostVer": "√",
|
|
3591
|
+
* "uniVer": "x",
|
|
3592
|
+
* "unixVer": "x"
|
|
3593
|
+
* },
|
|
3594
|
+
* "lark": {
|
|
3595
|
+
* "hostVer": "√",
|
|
3596
|
+
* "uniVer": "x",
|
|
3597
|
+
* "unixVer": "x"
|
|
3598
|
+
* },
|
|
3599
|
+
* "qq": {
|
|
3600
|
+
* "hostVer": "√",
|
|
3601
|
+
* "uniVer": "x",
|
|
3602
|
+
* "unixVer": "x"
|
|
3603
|
+
* },
|
|
3604
|
+
* "kuaishou": {
|
|
3605
|
+
* "hostVer": "√",
|
|
3606
|
+
* "uniVer": "x",
|
|
3607
|
+
* "unixVer": "x"
|
|
3608
|
+
* },
|
|
3609
|
+
* "jd": {
|
|
3610
|
+
* "hostVer": "√",
|
|
3611
|
+
* "uniVer": "x",
|
|
3612
|
+
* "unixVer": "x"
|
|
3613
|
+
* }
|
|
3614
|
+
* },
|
|
2451
3615
|
* "web": {
|
|
2452
3616
|
* "uniVer": "x",
|
|
2453
3617
|
* "unixVer": "4.0"
|
|
@@ -2470,7 +3634,49 @@ export interface UniTextElement extends UniElement {
|
|
|
2470
3634
|
* "unixVer": "4.11"
|
|
2471
3635
|
* "unixUtsPlugin": "4.25"
|
|
2472
3636
|
* }
|
|
2473
|
-
* }
|
|
3637
|
+
* },
|
|
3638
|
+
* "mp": {
|
|
3639
|
+
* "weixin": {
|
|
3640
|
+
* "hostVer": "√",
|
|
3641
|
+
* "uniVer": "x",
|
|
3642
|
+
* "unixVer": "x"
|
|
3643
|
+
* },
|
|
3644
|
+
* "alipay": {
|
|
3645
|
+
* "hostVer": "√",
|
|
3646
|
+
* "uniVer": "x",
|
|
3647
|
+
* "unixVer": "x"
|
|
3648
|
+
* },
|
|
3649
|
+
* "baidu": {
|
|
3650
|
+
* "hostVer": "√",
|
|
3651
|
+
* "uniVer": "x",
|
|
3652
|
+
* "unixVer": "x"
|
|
3653
|
+
* },
|
|
3654
|
+
* "toutiao": {
|
|
3655
|
+
* "hostVer": "√",
|
|
3656
|
+
* "uniVer": "x",
|
|
3657
|
+
* "unixVer": "x"
|
|
3658
|
+
* },
|
|
3659
|
+
* "lark": {
|
|
3660
|
+
* "hostVer": "√",
|
|
3661
|
+
* "uniVer": "x",
|
|
3662
|
+
* "unixVer": "x"
|
|
3663
|
+
* },
|
|
3664
|
+
* "qq": {
|
|
3665
|
+
* "hostVer": "√",
|
|
3666
|
+
* "uniVer": "x",
|
|
3667
|
+
* "unixVer": "x"
|
|
3668
|
+
* },
|
|
3669
|
+
* "kuaishou": {
|
|
3670
|
+
* "hostVer": "√",
|
|
3671
|
+
* "uniVer": "x",
|
|
3672
|
+
* "unixVer": "x"
|
|
3673
|
+
* },
|
|
3674
|
+
* "jd": {
|
|
3675
|
+
* "hostVer": "√",
|
|
3676
|
+
* "uniVer": "x",
|
|
3677
|
+
* "unixVer": "x"
|
|
3678
|
+
* }
|
|
3679
|
+
* },
|
|
2474
3680
|
* "web": {
|
|
2475
3681
|
* "uniVer": "x",
|
|
2476
3682
|
* "unixVer": "4.0"
|
|
@@ -2492,7 +3698,49 @@ export interface UniTextElement extends UniElement {
|
|
|
2492
3698
|
* "unixVer": "4.11"
|
|
2493
3699
|
* "unixUtsPlugin": "4.25"
|
|
2494
3700
|
* }
|
|
2495
|
-
* }
|
|
3701
|
+
* },
|
|
3702
|
+
* "mp": {
|
|
3703
|
+
* "weixin": {
|
|
3704
|
+
* "hostVer": "√",
|
|
3705
|
+
* "uniVer": "x",
|
|
3706
|
+
* "unixVer": "x"
|
|
3707
|
+
* },
|
|
3708
|
+
* "alipay": {
|
|
3709
|
+
* "hostVer": "√",
|
|
3710
|
+
* "uniVer": "x",
|
|
3711
|
+
* "unixVer": "x"
|
|
3712
|
+
* },
|
|
3713
|
+
* "baidu": {
|
|
3714
|
+
* "hostVer": "√",
|
|
3715
|
+
* "uniVer": "x",
|
|
3716
|
+
* "unixVer": "x"
|
|
3717
|
+
* },
|
|
3718
|
+
* "toutiao": {
|
|
3719
|
+
* "hostVer": "√",
|
|
3720
|
+
* "uniVer": "x",
|
|
3721
|
+
* "unixVer": "x"
|
|
3722
|
+
* },
|
|
3723
|
+
* "lark": {
|
|
3724
|
+
* "hostVer": "√",
|
|
3725
|
+
* "uniVer": "x",
|
|
3726
|
+
* "unixVer": "x"
|
|
3727
|
+
* },
|
|
3728
|
+
* "qq": {
|
|
3729
|
+
* "hostVer": "√",
|
|
3730
|
+
* "uniVer": "x",
|
|
3731
|
+
* "unixVer": "x"
|
|
3732
|
+
* },
|
|
3733
|
+
* "kuaishou": {
|
|
3734
|
+
* "hostVer": "√",
|
|
3735
|
+
* "uniVer": "x",
|
|
3736
|
+
* "unixVer": "x"
|
|
3737
|
+
* },
|
|
3738
|
+
* "jd": {
|
|
3739
|
+
* "hostVer": "√",
|
|
3740
|
+
* "uniVer": "x",
|
|
3741
|
+
* "unixVer": "x"
|
|
3742
|
+
* }
|
|
3743
|
+
* },
|
|
2496
3744
|
* "web": {
|
|
2497
3745
|
* "uniVer": "x",
|
|
2498
3746
|
* "unixVer": "4.0"
|
|
@@ -2520,7 +3768,49 @@ export type TextElement = UniTextElement
|
|
|
2520
3768
|
* "unixVer": "4.11"
|
|
2521
3769
|
* "unixUtsPlugin": "4.25"
|
|
2522
3770
|
* }
|
|
2523
|
-
* }
|
|
3771
|
+
* },
|
|
3772
|
+
* "mp": {
|
|
3773
|
+
* "weixin": {
|
|
3774
|
+
* "hostVer": "√",
|
|
3775
|
+
* "uniVer": "x",
|
|
3776
|
+
* "unixVer": "x"
|
|
3777
|
+
* },
|
|
3778
|
+
* "alipay": {
|
|
3779
|
+
* "hostVer": "√",
|
|
3780
|
+
* "uniVer": "x",
|
|
3781
|
+
* "unixVer": "x"
|
|
3782
|
+
* },
|
|
3783
|
+
* "baidu": {
|
|
3784
|
+
* "hostVer": "√",
|
|
3785
|
+
* "uniVer": "x",
|
|
3786
|
+
* "unixVer": "x"
|
|
3787
|
+
* },
|
|
3788
|
+
* "toutiao": {
|
|
3789
|
+
* "hostVer": "√",
|
|
3790
|
+
* "uniVer": "x",
|
|
3791
|
+
* "unixVer": "x"
|
|
3792
|
+
* },
|
|
3793
|
+
* "lark": {
|
|
3794
|
+
* "hostVer": "√",
|
|
3795
|
+
* "uniVer": "x",
|
|
3796
|
+
* "unixVer": "x"
|
|
3797
|
+
* },
|
|
3798
|
+
* "qq": {
|
|
3799
|
+
* "hostVer": "√",
|
|
3800
|
+
* "uniVer": "x",
|
|
3801
|
+
* "unixVer": "x"
|
|
3802
|
+
* },
|
|
3803
|
+
* "kuaishou": {
|
|
3804
|
+
* "hostVer": "√",
|
|
3805
|
+
* "uniVer": "x",
|
|
3806
|
+
* "unixVer": "x"
|
|
3807
|
+
* },
|
|
3808
|
+
* "jd": {
|
|
3809
|
+
* "hostVer": "√",
|
|
3810
|
+
* "uniVer": "x",
|
|
3811
|
+
* "unixVer": "x"
|
|
3812
|
+
* }
|
|
3813
|
+
* },
|
|
2524
3814
|
* "web": {
|
|
2525
3815
|
* "uniVer": "x",
|
|
2526
3816
|
* "unixVer": "4.0"
|
|
@@ -2543,7 +3833,49 @@ export interface UniWebViewElement extends UniElement {
|
|
|
2543
3833
|
* "unixVer": "4.11"
|
|
2544
3834
|
* "unixUtsPlugin": "4.25"
|
|
2545
3835
|
* }
|
|
2546
|
-
* }
|
|
3836
|
+
* },
|
|
3837
|
+
* "mp": {
|
|
3838
|
+
* "weixin": {
|
|
3839
|
+
* "hostVer": "√",
|
|
3840
|
+
* "uniVer": "x",
|
|
3841
|
+
* "unixVer": "x"
|
|
3842
|
+
* },
|
|
3843
|
+
* "alipay": {
|
|
3844
|
+
* "hostVer": "√",
|
|
3845
|
+
* "uniVer": "x",
|
|
3846
|
+
* "unixVer": "x"
|
|
3847
|
+
* },
|
|
3848
|
+
* "baidu": {
|
|
3849
|
+
* "hostVer": "√",
|
|
3850
|
+
* "uniVer": "x",
|
|
3851
|
+
* "unixVer": "x"
|
|
3852
|
+
* },
|
|
3853
|
+
* "toutiao": {
|
|
3854
|
+
* "hostVer": "√",
|
|
3855
|
+
* "uniVer": "x",
|
|
3856
|
+
* "unixVer": "x"
|
|
3857
|
+
* },
|
|
3858
|
+
* "lark": {
|
|
3859
|
+
* "hostVer": "√",
|
|
3860
|
+
* "uniVer": "x",
|
|
3861
|
+
* "unixVer": "x"
|
|
3862
|
+
* },
|
|
3863
|
+
* "qq": {
|
|
3864
|
+
* "hostVer": "√",
|
|
3865
|
+
* "uniVer": "x",
|
|
3866
|
+
* "unixVer": "x"
|
|
3867
|
+
* },
|
|
3868
|
+
* "kuaishou": {
|
|
3869
|
+
* "hostVer": "√",
|
|
3870
|
+
* "uniVer": "x",
|
|
3871
|
+
* "unixVer": "x"
|
|
3872
|
+
* },
|
|
3873
|
+
* "jd": {
|
|
3874
|
+
* "hostVer": "√",
|
|
3875
|
+
* "uniVer": "x",
|
|
3876
|
+
* "unixVer": "x"
|
|
3877
|
+
* }
|
|
3878
|
+
* },
|
|
2547
3879
|
* "web": {
|
|
2548
3880
|
* "uniVer": "x",
|
|
2549
3881
|
* "unixVer": "4.0"
|
|
@@ -2566,7 +3898,49 @@ export interface UniWebViewElement extends UniElement {
|
|
|
2566
3898
|
* "unixVer": "4.11"
|
|
2567
3899
|
* "unixUtsPlugin": "4.25"
|
|
2568
3900
|
* }
|
|
2569
|
-
* }
|
|
3901
|
+
* },
|
|
3902
|
+
* "mp": {
|
|
3903
|
+
* "weixin": {
|
|
3904
|
+
* "hostVer": "√",
|
|
3905
|
+
* "uniVer": "x",
|
|
3906
|
+
* "unixVer": "x"
|
|
3907
|
+
* },
|
|
3908
|
+
* "alipay": {
|
|
3909
|
+
* "hostVer": "√",
|
|
3910
|
+
* "uniVer": "x",
|
|
3911
|
+
* "unixVer": "x"
|
|
3912
|
+
* },
|
|
3913
|
+
* "baidu": {
|
|
3914
|
+
* "hostVer": "√",
|
|
3915
|
+
* "uniVer": "x",
|
|
3916
|
+
* "unixVer": "x"
|
|
3917
|
+
* },
|
|
3918
|
+
* "toutiao": {
|
|
3919
|
+
* "hostVer": "√",
|
|
3920
|
+
* "uniVer": "x",
|
|
3921
|
+
* "unixVer": "x"
|
|
3922
|
+
* },
|
|
3923
|
+
* "lark": {
|
|
3924
|
+
* "hostVer": "√",
|
|
3925
|
+
* "uniVer": "x",
|
|
3926
|
+
* "unixVer": "x"
|
|
3927
|
+
* },
|
|
3928
|
+
* "qq": {
|
|
3929
|
+
* "hostVer": "√",
|
|
3930
|
+
* "uniVer": "x",
|
|
3931
|
+
* "unixVer": "x"
|
|
3932
|
+
* },
|
|
3933
|
+
* "kuaishou": {
|
|
3934
|
+
* "hostVer": "√",
|
|
3935
|
+
* "uniVer": "x",
|
|
3936
|
+
* "unixVer": "x"
|
|
3937
|
+
* },
|
|
3938
|
+
* "jd": {
|
|
3939
|
+
* "hostVer": "√",
|
|
3940
|
+
* "uniVer": "x",
|
|
3941
|
+
* "unixVer": "x"
|
|
3942
|
+
* }
|
|
3943
|
+
* },
|
|
2570
3944
|
* "web": {
|
|
2571
3945
|
* "uniVer": "x",
|
|
2572
3946
|
* "unixVer": "4.0"
|
|
@@ -2589,7 +3963,49 @@ export interface UniWebViewElement extends UniElement {
|
|
|
2589
3963
|
* "unixVer": "4.11"
|
|
2590
3964
|
* "unixUtsPlugin": "4.25"
|
|
2591
3965
|
* }
|
|
2592
|
-
* }
|
|
3966
|
+
* },
|
|
3967
|
+
* "mp": {
|
|
3968
|
+
* "weixin": {
|
|
3969
|
+
* "hostVer": "√",
|
|
3970
|
+
* "uniVer": "x",
|
|
3971
|
+
* "unixVer": "x"
|
|
3972
|
+
* },
|
|
3973
|
+
* "alipay": {
|
|
3974
|
+
* "hostVer": "√",
|
|
3975
|
+
* "uniVer": "x",
|
|
3976
|
+
* "unixVer": "x"
|
|
3977
|
+
* },
|
|
3978
|
+
* "baidu": {
|
|
3979
|
+
* "hostVer": "√",
|
|
3980
|
+
* "uniVer": "x",
|
|
3981
|
+
* "unixVer": "x"
|
|
3982
|
+
* },
|
|
3983
|
+
* "toutiao": {
|
|
3984
|
+
* "hostVer": "√",
|
|
3985
|
+
* "uniVer": "x",
|
|
3986
|
+
* "unixVer": "x"
|
|
3987
|
+
* },
|
|
3988
|
+
* "lark": {
|
|
3989
|
+
* "hostVer": "√",
|
|
3990
|
+
* "uniVer": "x",
|
|
3991
|
+
* "unixVer": "x"
|
|
3992
|
+
* },
|
|
3993
|
+
* "qq": {
|
|
3994
|
+
* "hostVer": "√",
|
|
3995
|
+
* "uniVer": "x",
|
|
3996
|
+
* "unixVer": "x"
|
|
3997
|
+
* },
|
|
3998
|
+
* "kuaishou": {
|
|
3999
|
+
* "hostVer": "√",
|
|
4000
|
+
* "uniVer": "x",
|
|
4001
|
+
* "unixVer": "x"
|
|
4002
|
+
* },
|
|
4003
|
+
* "jd": {
|
|
4004
|
+
* "hostVer": "√",
|
|
4005
|
+
* "uniVer": "x",
|
|
4006
|
+
* "unixVer": "x"
|
|
4007
|
+
* }
|
|
4008
|
+
* },
|
|
2593
4009
|
* "web": {
|
|
2594
4010
|
* "uniVer": "x",
|
|
2595
4011
|
* "unixVer": "4.0"
|
|
@@ -2612,7 +4028,49 @@ export interface UniWebViewElement extends UniElement {
|
|
|
2612
4028
|
* "unixVer": "4.11"
|
|
2613
4029
|
* "unixUtsPlugin": "4.25"
|
|
2614
4030
|
* }
|
|
2615
|
-
* }
|
|
4031
|
+
* },
|
|
4032
|
+
* "mp": {
|
|
4033
|
+
* "weixin": {
|
|
4034
|
+
* "hostVer": "√",
|
|
4035
|
+
* "uniVer": "x",
|
|
4036
|
+
* "unixVer": "x"
|
|
4037
|
+
* },
|
|
4038
|
+
* "alipay": {
|
|
4039
|
+
* "hostVer": "√",
|
|
4040
|
+
* "uniVer": "x",
|
|
4041
|
+
* "unixVer": "x"
|
|
4042
|
+
* },
|
|
4043
|
+
* "baidu": {
|
|
4044
|
+
* "hostVer": "√",
|
|
4045
|
+
* "uniVer": "x",
|
|
4046
|
+
* "unixVer": "x"
|
|
4047
|
+
* },
|
|
4048
|
+
* "toutiao": {
|
|
4049
|
+
* "hostVer": "√",
|
|
4050
|
+
* "uniVer": "x",
|
|
4051
|
+
* "unixVer": "x"
|
|
4052
|
+
* },
|
|
4053
|
+
* "lark": {
|
|
4054
|
+
* "hostVer": "√",
|
|
4055
|
+
* "uniVer": "x",
|
|
4056
|
+
* "unixVer": "x"
|
|
4057
|
+
* },
|
|
4058
|
+
* "qq": {
|
|
4059
|
+
* "hostVer": "√",
|
|
4060
|
+
* "uniVer": "x",
|
|
4061
|
+
* "unixVer": "x"
|
|
4062
|
+
* },
|
|
4063
|
+
* "kuaishou": {
|
|
4064
|
+
* "hostVer": "√",
|
|
4065
|
+
* "uniVer": "x",
|
|
4066
|
+
* "unixVer": "x"
|
|
4067
|
+
* },
|
|
4068
|
+
* "jd": {
|
|
4069
|
+
* "hostVer": "√",
|
|
4070
|
+
* "uniVer": "x",
|
|
4071
|
+
* "unixVer": "x"
|
|
4072
|
+
* }
|
|
4073
|
+
* },
|
|
2616
4074
|
* "web": {
|
|
2617
4075
|
* "uniVer": "x",
|
|
2618
4076
|
* "unixVer": "4.0"
|
|
@@ -2635,7 +4093,49 @@ export interface UniWebViewElement extends UniElement {
|
|
|
2635
4093
|
* "unixVer": "4.11"
|
|
2636
4094
|
* "unixUtsPlugin": "4.25"
|
|
2637
4095
|
* }
|
|
2638
|
-
* }
|
|
4096
|
+
* },
|
|
4097
|
+
* "mp": {
|
|
4098
|
+
* "weixin": {
|
|
4099
|
+
* "hostVer": "√",
|
|
4100
|
+
* "uniVer": "x",
|
|
4101
|
+
* "unixVer": "x"
|
|
4102
|
+
* },
|
|
4103
|
+
* "alipay": {
|
|
4104
|
+
* "hostVer": "√",
|
|
4105
|
+
* "uniVer": "x",
|
|
4106
|
+
* "unixVer": "x"
|
|
4107
|
+
* },
|
|
4108
|
+
* "baidu": {
|
|
4109
|
+
* "hostVer": "√",
|
|
4110
|
+
* "uniVer": "x",
|
|
4111
|
+
* "unixVer": "x"
|
|
4112
|
+
* },
|
|
4113
|
+
* "toutiao": {
|
|
4114
|
+
* "hostVer": "√",
|
|
4115
|
+
* "uniVer": "x",
|
|
4116
|
+
* "unixVer": "x"
|
|
4117
|
+
* },
|
|
4118
|
+
* "lark": {
|
|
4119
|
+
* "hostVer": "√",
|
|
4120
|
+
* "uniVer": "x",
|
|
4121
|
+
* "unixVer": "x"
|
|
4122
|
+
* },
|
|
4123
|
+
* "qq": {
|
|
4124
|
+
* "hostVer": "√",
|
|
4125
|
+
* "uniVer": "x",
|
|
4126
|
+
* "unixVer": "x"
|
|
4127
|
+
* },
|
|
4128
|
+
* "kuaishou": {
|
|
4129
|
+
* "hostVer": "√",
|
|
4130
|
+
* "uniVer": "x",
|
|
4131
|
+
* "unixVer": "x"
|
|
4132
|
+
* },
|
|
4133
|
+
* "jd": {
|
|
4134
|
+
* "hostVer": "√",
|
|
4135
|
+
* "uniVer": "x",
|
|
4136
|
+
* "unixVer": "x"
|
|
4137
|
+
* }
|
|
4138
|
+
* },
|
|
2639
4139
|
* "web": {
|
|
2640
4140
|
* "uniVer": "x",
|
|
2641
4141
|
* "unixVer": "4.0"
|
|
@@ -2767,6 +4267,48 @@ export interface UniNestedScrollBodyElement extends UniElement { }
|
|
|
2767
4267
|
* "unixUtsPlugin": "4.25"
|
|
2768
4268
|
* }
|
|
2769
4269
|
* },
|
|
4270
|
+
* "mp": {
|
|
4271
|
+
* "weixin": {
|
|
4272
|
+
* "hostVer": "√",
|
|
4273
|
+
* "uniVer": "x",
|
|
4274
|
+
* "unixVer": "x"
|
|
4275
|
+
* },
|
|
4276
|
+
* "alipay": {
|
|
4277
|
+
* "hostVer": "√",
|
|
4278
|
+
* "uniVer": "x",
|
|
4279
|
+
* "unixVer": "x"
|
|
4280
|
+
* },
|
|
4281
|
+
* "baidu": {
|
|
4282
|
+
* "hostVer": "√",
|
|
4283
|
+
* "uniVer": "x",
|
|
4284
|
+
* "unixVer": "x"
|
|
4285
|
+
* },
|
|
4286
|
+
* "toutiao": {
|
|
4287
|
+
* "hostVer": "√",
|
|
4288
|
+
* "uniVer": "x",
|
|
4289
|
+
* "unixVer": "x"
|
|
4290
|
+
* },
|
|
4291
|
+
* "lark": {
|
|
4292
|
+
* "hostVer": "√",
|
|
4293
|
+
* "uniVer": "x",
|
|
4294
|
+
* "unixVer": "x"
|
|
4295
|
+
* },
|
|
4296
|
+
* "qq": {
|
|
4297
|
+
* "hostVer": "√",
|
|
4298
|
+
* "uniVer": "x",
|
|
4299
|
+
* "unixVer": "x"
|
|
4300
|
+
* },
|
|
4301
|
+
* "kuaishou": {
|
|
4302
|
+
* "hostVer": "√",
|
|
4303
|
+
* "uniVer": "x",
|
|
4304
|
+
* "unixVer": "x"
|
|
4305
|
+
* },
|
|
4306
|
+
* "jd": {
|
|
4307
|
+
* "hostVer": "√",
|
|
4308
|
+
* "uniVer": "x",
|
|
4309
|
+
* "unixVer": "x"
|
|
4310
|
+
* }
|
|
4311
|
+
* },
|
|
2770
4312
|
* "web": {
|
|
2771
4313
|
* "uniVer": "√",
|
|
2772
4314
|
* "unixVer": "4.21"
|
|
@@ -2790,6 +4332,48 @@ export interface UniCanvasElement extends UniElement {
|
|
|
2790
4332
|
* "unixUtsPlugin": "4.25"
|
|
2791
4333
|
* }
|
|
2792
4334
|
* },
|
|
4335
|
+
* "mp": {
|
|
4336
|
+
* "weixin": {
|
|
4337
|
+
* "hostVer": "√",
|
|
4338
|
+
* "uniVer": "x",
|
|
4339
|
+
* "unixVer": "x"
|
|
4340
|
+
* },
|
|
4341
|
+
* "alipay": {
|
|
4342
|
+
* "hostVer": "√",
|
|
4343
|
+
* "uniVer": "x",
|
|
4344
|
+
* "unixVer": "x"
|
|
4345
|
+
* },
|
|
4346
|
+
* "baidu": {
|
|
4347
|
+
* "hostVer": "√",
|
|
4348
|
+
* "uniVer": "x",
|
|
4349
|
+
* "unixVer": "x"
|
|
4350
|
+
* },
|
|
4351
|
+
* "toutiao": {
|
|
4352
|
+
* "hostVer": "√",
|
|
4353
|
+
* "uniVer": "x",
|
|
4354
|
+
* "unixVer": "x"
|
|
4355
|
+
* },
|
|
4356
|
+
* "lark": {
|
|
4357
|
+
* "hostVer": "√",
|
|
4358
|
+
* "uniVer": "x",
|
|
4359
|
+
* "unixVer": "x"
|
|
4360
|
+
* },
|
|
4361
|
+
* "qq": {
|
|
4362
|
+
* "hostVer": "√",
|
|
4363
|
+
* "uniVer": "x",
|
|
4364
|
+
* "unixVer": "x"
|
|
4365
|
+
* },
|
|
4366
|
+
* "kuaishou": {
|
|
4367
|
+
* "hostVer": "√",
|
|
4368
|
+
* "uniVer": "x",
|
|
4369
|
+
* "unixVer": "x"
|
|
4370
|
+
* },
|
|
4371
|
+
* "jd": {
|
|
4372
|
+
* "hostVer": "√",
|
|
4373
|
+
* "uniVer": "x",
|
|
4374
|
+
* "unixVer": "x"
|
|
4375
|
+
* }
|
|
4376
|
+
* },
|
|
2793
4377
|
* "web": {
|
|
2794
4378
|
* "uniVer": "√",
|
|
2795
4379
|
* "unixVer": "4.21"
|
|
@@ -2813,6 +4397,48 @@ export interface UniCanvasElement extends UniElement {
|
|
|
2813
4397
|
* "unixUtsPlugin": "4.25"
|
|
2814
4398
|
* }
|
|
2815
4399
|
* },
|
|
4400
|
+
* "mp": {
|
|
4401
|
+
* "weixin": {
|
|
4402
|
+
* "hostVer": "√",
|
|
4403
|
+
* "uniVer": "x",
|
|
4404
|
+
* "unixVer": "x"
|
|
4405
|
+
* },
|
|
4406
|
+
* "alipay": {
|
|
4407
|
+
* "hostVer": "√",
|
|
4408
|
+
* "uniVer": "x",
|
|
4409
|
+
* "unixVer": "x"
|
|
4410
|
+
* },
|
|
4411
|
+
* "baidu": {
|
|
4412
|
+
* "hostVer": "√",
|
|
4413
|
+
* "uniVer": "x",
|
|
4414
|
+
* "unixVer": "x"
|
|
4415
|
+
* },
|
|
4416
|
+
* "toutiao": {
|
|
4417
|
+
* "hostVer": "√",
|
|
4418
|
+
* "uniVer": "x",
|
|
4419
|
+
* "unixVer": "x"
|
|
4420
|
+
* },
|
|
4421
|
+
* "lark": {
|
|
4422
|
+
* "hostVer": "√",
|
|
4423
|
+
* "uniVer": "x",
|
|
4424
|
+
* "unixVer": "x"
|
|
4425
|
+
* },
|
|
4426
|
+
* "qq": {
|
|
4427
|
+
* "hostVer": "√",
|
|
4428
|
+
* "uniVer": "x",
|
|
4429
|
+
* "unixVer": "x"
|
|
4430
|
+
* },
|
|
4431
|
+
* "kuaishou": {
|
|
4432
|
+
* "hostVer": "√",
|
|
4433
|
+
* "uniVer": "x",
|
|
4434
|
+
* "unixVer": "x"
|
|
4435
|
+
* },
|
|
4436
|
+
* "jd": {
|
|
4437
|
+
* "hostVer": "√",
|
|
4438
|
+
* "uniVer": "x",
|
|
4439
|
+
* "unixVer": "x"
|
|
4440
|
+
* }
|
|
4441
|
+
* },
|
|
2816
4442
|
* "web": {
|
|
2817
4443
|
* "uniVer": "√",
|
|
2818
4444
|
* "unixVer": "4.21"
|
|
@@ -2836,6 +4462,48 @@ export interface UniCanvasElement extends UniElement {
|
|
|
2836
4462
|
* "unixUtsPlugin": "4.25"
|
|
2837
4463
|
* }
|
|
2838
4464
|
* },
|
|
4465
|
+
* "mp": {
|
|
4466
|
+
* "weixin": {
|
|
4467
|
+
* "hostVer": "√",
|
|
4468
|
+
* "uniVer": "x",
|
|
4469
|
+
* "unixVer": "x"
|
|
4470
|
+
* },
|
|
4471
|
+
* "alipay": {
|
|
4472
|
+
* "hostVer": "√",
|
|
4473
|
+
* "uniVer": "x",
|
|
4474
|
+
* "unixVer": "x"
|
|
4475
|
+
* },
|
|
4476
|
+
* "baidu": {
|
|
4477
|
+
* "hostVer": "√",
|
|
4478
|
+
* "uniVer": "x",
|
|
4479
|
+
* "unixVer": "x"
|
|
4480
|
+
* },
|
|
4481
|
+
* "toutiao": {
|
|
4482
|
+
* "hostVer": "√",
|
|
4483
|
+
* "uniVer": "x",
|
|
4484
|
+
* "unixVer": "x"
|
|
4485
|
+
* },
|
|
4486
|
+
* "lark": {
|
|
4487
|
+
* "hostVer": "√",
|
|
4488
|
+
* "uniVer": "x",
|
|
4489
|
+
* "unixVer": "x"
|
|
4490
|
+
* },
|
|
4491
|
+
* "qq": {
|
|
4492
|
+
* "hostVer": "√",
|
|
4493
|
+
* "uniVer": "x",
|
|
4494
|
+
* "unixVer": "x"
|
|
4495
|
+
* },
|
|
4496
|
+
* "kuaishou": {
|
|
4497
|
+
* "hostVer": "√",
|
|
4498
|
+
* "uniVer": "x",
|
|
4499
|
+
* "unixVer": "x"
|
|
4500
|
+
* },
|
|
4501
|
+
* "jd": {
|
|
4502
|
+
* "hostVer": "√",
|
|
4503
|
+
* "uniVer": "x",
|
|
4504
|
+
* "unixVer": "x"
|
|
4505
|
+
* }
|
|
4506
|
+
* },
|
|
2839
4507
|
* "web": {
|
|
2840
4508
|
* "uniVer": "√",
|
|
2841
4509
|
* "unixVer": "4.21"
|
|
@@ -2859,6 +4527,48 @@ export interface UniCanvasElement extends UniElement {
|
|
|
2859
4527
|
* "unixUtsPlugin": "x"
|
|
2860
4528
|
* }
|
|
2861
4529
|
* },
|
|
4530
|
+
* "mp": {
|
|
4531
|
+
* "weixin": {
|
|
4532
|
+
* "hostVer": "√",
|
|
4533
|
+
* "uniVer": "x",
|
|
4534
|
+
* "unixVer": "x"
|
|
4535
|
+
* },
|
|
4536
|
+
* "alipay": {
|
|
4537
|
+
* "hostVer": "√",
|
|
4538
|
+
* "uniVer": "x",
|
|
4539
|
+
* "unixVer": "x"
|
|
4540
|
+
* },
|
|
4541
|
+
* "baidu": {
|
|
4542
|
+
* "hostVer": "√",
|
|
4543
|
+
* "uniVer": "x",
|
|
4544
|
+
* "unixVer": "x"
|
|
4545
|
+
* },
|
|
4546
|
+
* "toutiao": {
|
|
4547
|
+
* "hostVer": "√",
|
|
4548
|
+
* "uniVer": "x",
|
|
4549
|
+
* "unixVer": "x"
|
|
4550
|
+
* },
|
|
4551
|
+
* "lark": {
|
|
4552
|
+
* "hostVer": "√",
|
|
4553
|
+
* "uniVer": "x",
|
|
4554
|
+
* "unixVer": "x"
|
|
4555
|
+
* },
|
|
4556
|
+
* "qq": {
|
|
4557
|
+
* "hostVer": "√",
|
|
4558
|
+
* "uniVer": "x",
|
|
4559
|
+
* "unixVer": "x"
|
|
4560
|
+
* },
|
|
4561
|
+
* "kuaishou": {
|
|
4562
|
+
* "hostVer": "√",
|
|
4563
|
+
* "uniVer": "x",
|
|
4564
|
+
* "unixVer": "x"
|
|
4565
|
+
* },
|
|
4566
|
+
* "jd": {
|
|
4567
|
+
* "hostVer": "√",
|
|
4568
|
+
* "uniVer": "x",
|
|
4569
|
+
* "unixVer": "x"
|
|
4570
|
+
* }
|
|
4571
|
+
* },
|
|
2862
4572
|
* "web": {
|
|
2863
4573
|
* "uniVer": "√",
|
|
2864
4574
|
* "unixVer": "4.21"
|
|
@@ -2886,6 +4596,48 @@ export interface UniCanvasElement extends UniElement {
|
|
|
2886
4596
|
* "unixUtsPlugin": "x"
|
|
2887
4597
|
* }
|
|
2888
4598
|
* },
|
|
4599
|
+
* "mp": {
|
|
4600
|
+
* "weixin": {
|
|
4601
|
+
* "hostVer": "√",
|
|
4602
|
+
* "uniVer": "x",
|
|
4603
|
+
* "unixVer": "x"
|
|
4604
|
+
* },
|
|
4605
|
+
* "alipay": {
|
|
4606
|
+
* "hostVer": "√",
|
|
4607
|
+
* "uniVer": "x",
|
|
4608
|
+
* "unixVer": "x"
|
|
4609
|
+
* },
|
|
4610
|
+
* "baidu": {
|
|
4611
|
+
* "hostVer": "√",
|
|
4612
|
+
* "uniVer": "x",
|
|
4613
|
+
* "unixVer": "x"
|
|
4614
|
+
* },
|
|
4615
|
+
* "toutiao": {
|
|
4616
|
+
* "hostVer": "√",
|
|
4617
|
+
* "uniVer": "x",
|
|
4618
|
+
* "unixVer": "x"
|
|
4619
|
+
* },
|
|
4620
|
+
* "lark": {
|
|
4621
|
+
* "hostVer": "√",
|
|
4622
|
+
* "uniVer": "x",
|
|
4623
|
+
* "unixVer": "x"
|
|
4624
|
+
* },
|
|
4625
|
+
* "qq": {
|
|
4626
|
+
* "hostVer": "√",
|
|
4627
|
+
* "uniVer": "x",
|
|
4628
|
+
* "unixVer": "x"
|
|
4629
|
+
* },
|
|
4630
|
+
* "kuaishou": {
|
|
4631
|
+
* "hostVer": "√",
|
|
4632
|
+
* "uniVer": "x",
|
|
4633
|
+
* "unixVer": "x"
|
|
4634
|
+
* },
|
|
4635
|
+
* "jd": {
|
|
4636
|
+
* "hostVer": "√",
|
|
4637
|
+
* "uniVer": "x",
|
|
4638
|
+
* "unixVer": "x"
|
|
4639
|
+
* }
|
|
4640
|
+
* },
|
|
2889
4641
|
* "web": {
|
|
2890
4642
|
* "uniVer": "√",
|
|
2891
4643
|
* "unixVer": "4.21"
|
|
@@ -2918,7 +4670,7 @@ export interface UniCanvasElement extends UniElement {
|
|
|
2918
4670
|
* }
|
|
2919
4671
|
* }
|
|
2920
4672
|
*/
|
|
2921
|
-
export interface UniWaterFlowElement extends UniListViewElement{}
|
|
4673
|
+
export interface UniWaterFlowElement extends UniListViewElement { }
|
|
2922
4674
|
|
|
2923
4675
|
/**
|
|
2924
4676
|
* flow-item元素对象
|
|
@@ -2943,7 +4695,32 @@ export interface UniWaterFlowElement extends UniListViewElement{}
|
|
|
2943
4695
|
* }
|
|
2944
4696
|
* }
|
|
2945
4697
|
*/
|
|
2946
|
-
export interface UniFlowItemElement extends UniListItemElement{}
|
|
4698
|
+
export interface UniFlowItemElement extends UniListItemElement { }
|
|
4699
|
+
|
|
4700
|
+
/**
|
|
4701
|
+
* 共享元素对象
|
|
4702
|
+
* @package io.dcloud.uniapp.runtime
|
|
4703
|
+
* @uniPlatform {
|
|
4704
|
+
* "app": {
|
|
4705
|
+
* "android": {
|
|
4706
|
+
* "osVer": "5.0",
|
|
4707
|
+
* "uniVer": "x",
|
|
4708
|
+
* "unixVer": "4.44"
|
|
4709
|
+
* },
|
|
4710
|
+
* "ios": {
|
|
4711
|
+
* "osVer": "12.0",
|
|
4712
|
+
* "uniVer": "x",
|
|
4713
|
+
* "unixVer": "4.44"
|
|
4714
|
+
* "unixUtsPlugin": "4.44"
|
|
4715
|
+
* }
|
|
4716
|
+
* },
|
|
4717
|
+
* "web": {
|
|
4718
|
+
* "uniVer": "x",
|
|
4719
|
+
* "unixVer": "x"
|
|
4720
|
+
* }
|
|
4721
|
+
* }
|
|
4722
|
+
*/
|
|
4723
|
+
export interface UniShareElement extends UniElement { }
|
|
2947
4724
|
|
|
2948
4725
|
|
|
2949
4726
|
// 允许instanceof检查
|
|
@@ -3037,9 +4814,14 @@ export let UniWebViewElement: {
|
|
|
3037
4814
|
}
|
|
3038
4815
|
export let UniWaterFlowElement: {
|
|
3039
4816
|
prototype: UniWaterFlowElement
|
|
3040
|
-
new
|
|
4817
|
+
new(): UniWaterFlowElement
|
|
3041
4818
|
}
|
|
3042
4819
|
export let UniFlowItemElement: {
|
|
3043
4820
|
prototype: UniFlowItemElement
|
|
3044
|
-
new
|
|
4821
|
+
new(): UniFlowItemElement
|
|
4822
|
+
}
|
|
4823
|
+
|
|
4824
|
+
export let UniShareElement: {
|
|
4825
|
+
prototype: UniShareElement
|
|
4826
|
+
new(): UniShareElement
|
|
3045
4827
|
}
|