@dcloudio/uni-app-x 0.7.4 → 0.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/app.d.ts +9 -9
- package/types/native/CSSStyleDeclaration.d.ts +4 -2
- package/types/native/IUniElement.d.ts +26 -4
- package/types/native/UniApp.d.ts +2 -2
- package/types/native/UniCustomEvent.d.ts +25 -0
- package/types/native/UniElement.d.ts +6 -3
- package/types/native/{Event.d.ts → UniEvent.d.ts} +8 -2
- package/types/native/UniImageErrorEvent.d.ts +16 -0
- package/types/native/UniImageLoadEvent.d.ts +20 -0
- package/types/native/UniInputBlurEvent.d.ts +20 -0
- package/types/native/UniInputConfirmEvent.d.ts +16 -0
- package/types/native/{InputEvent.d.ts → UniInputEvent.d.ts} +6 -3
- package/types/native/{TextareaFocusEvent.d.ts → UniInputFocusEvent.d.ts} +6 -3
- package/types/native/UniInputKeyboardHeightChangeEvent.d.ts +20 -0
- package/types/native/{NestedPreScrollEvent.d.ts → UniNestedPreScrollEvent.d.ts} +26 -22
- package/types/native/UniPage.d.ts +4 -4
- package/types/native/UniPageEvent.d.ts +11 -0
- package/types/native/UniPageScrollEvent.d.ts +14 -0
- package/types/native/{PointerEvent.d.ts → UniPointerEvent.d.ts} +11 -4
- package/types/native/UniRefresherEvent.d.ts +14 -0
- package/types/native/{ResizeEvent.d.ts → UniResizeEvent.d.ts} +6 -3
- package/types/native/{RichTextItemClickEvent.d.ts → UniRichTextItemClickEvent.d.ts} +5 -2
- package/types/native/{ScrollEvent.d.ts → UniScrollEvent.d.ts} +6 -3
- package/types/native/UniScrollToLowerEvent.d.ts +16 -0
- package/types/native/UniScrollToUpperEvent.d.ts +16 -0
- package/types/native/{StartNestedScrollEvent.d.ts → UniStartNestedScrollEvent.d.ts} +6 -3
- package/types/native/{StopNestedScrollEvent.d.ts → UniStopNestedScrollEvent.d.ts} +5 -2
- package/types/native/{SwiperAnimationFinishEvent.d.ts → UniSwiperAnimationFinishEvent.d.ts} +5 -2
- package/types/native/{SwiperChangeEvent.d.ts → UniSwiperChangeEvent.d.ts} +5 -2
- package/types/native/{SwiperTransitionEvent.d.ts → UniSwiperTransitionEvent.d.ts} +5 -2
- package/types/native/{TabTapEvent.d.ts → UniTabTapEvent.d.ts} +6 -3
- package/types/native/UniTextElement.d.ts +3 -0
- package/types/native/UniTextareaBlurEvent.d.ts +20 -0
- package/types/native/{InputFocusEvent.d.ts → UniTextareaFocusEvent.d.ts} +7 -3
- package/types/native/UniTextareaLineChangeEvent.d.ts +24 -0
- package/types/native/{TouchEvent.d.ts → UniTouchEvent.d.ts} +13 -6
- package/types/native/UniVideoElement.d.ts +5 -5
- package/types/native/{WebViewDownloadEvent.d.ts → UniWebViewDownloadEvent.d.ts} +10 -4
- package/types/native/{WebViewErrorEvent.d.ts → UniWebViewErrorEvent.d.ts} +10 -4
- package/types/native/UniWebViewLoadEvent.d.ts +27 -0
- package/types/native/UniWebViewLoadingEvent.d.ts +28 -0
- package/types/native/UniWebViewMessageEvent.d.ts +27 -0
- package/types/native/UniWebViewServiceMessageEvent.d.ts +1 -1
- package/types/native/global.d.ts +238 -111
- package/types/native/index.d.ts +34 -34
- package/types/page.d.ts +19 -19
- package/types/uni/core/lib/base/event/interface.d.ts +244 -4
- package/types/uni/core/lib/base/interceptor/interface.d.ts +2 -2
- package/types/uni/core/lib/lifecycle/interface.d.ts +26 -1
- package/types/uni/core/lib/performance/interface.d.ts +26 -1
- package/types/uni/core/lib/route/interface.d.ts +30 -30
- package/types/uni/core/lib/ui/create-selector-query/interface.d.ts +73 -73
- package/types/uni/core/lib/ui/get-element-by-id/interface.d.ts +2 -2
- package/types/uni/core/lib/ui/load-font-face/interface.d.ts +9 -9
- package/types/uni/core/lib/ui/page-scroll-to/interface.d.ts +37 -37
- package/types/uni/core/lib/ui/pull-down-refresh/interface.d.ts +122 -2
- package/types/uni/core/lib/ui/set-navigation-bar-color/interface.d.ts +7 -7
- package/types/uni/core/lib/ui/set-navigation-bar-title/interface.d.ts +6 -6
- package/types/uni/core/lib/ui/tab-bar/interface.d.ts +489 -9
- package/types/uni/uts-plugin-api/global.d.ts +1 -0
- package/types/uni/uts-plugin-api/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/global.d.ts +18 -0
- package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/index.d.ts +8 -0
- package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +44 -0
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +11 -7
- package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +6 -2
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +26 -22
- package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +8 -4
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +33 -29
- package/types/uni/uts-plugin-api/lib/uni-getLocation-system/utssdk/interface.d.ts +8 -4
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +18 -14
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +106 -94
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/interface.d.ts +6 -2
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +11 -3
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +176 -152
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +67 -19
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +51 -11
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +238 -186
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +17 -18
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +26 -4
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +13 -2
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +93 -32
- package/types/vue/CheckboxGroupChangeEvent.d.ts +9 -2
- package/types/vue/LifeCycle.d.ts +3 -3
- package/types/vue/PickerViewChangeEvent.d.ts +9 -2
- package/types/vue/ProgressActiveendEvent.d.ts +9 -2
- package/types/vue/RadioGroupChangeEvent.d.ts +9 -2
- package/types/vue/SliderChangeEvent.d.ts +9 -2
- package/types/vue/SwitchChangeEvent.d.ts +9 -2
- package/types/vue/UniFormElement.d.ts +16 -3
- package/types/native/CustomEvent.d.ts +0 -18
- package/types/native/ImageErrorEvent.d.ts +0 -13
- package/types/native/ImageLoadEvent.d.ts +0 -17
- package/types/native/InputBlurEvent.d.ts +0 -17
- package/types/native/InputConfirmEvent.d.ts +0 -13
- package/types/native/InputKeyboardHeightChangeEvent.d.ts +0 -17
- package/types/native/PageEvent.d.ts +0 -8
- package/types/native/PageScrollEvent.d.ts +0 -11
- package/types/native/RefresherEvent.d.ts +0 -10
- package/types/native/ScrollToLowerEvent.d.ts +0 -13
- package/types/native/ScrollToUpperEvent.d.ts +0 -13
- package/types/native/TextareaBlurEvent.d.ts +0 -17
- package/types/native/TextareaLineChangeEvent.d.ts +0 -21
- package/types/native/WebViewLoadedEvent.d.ts +0 -21
- package/types/native/WebViewLoadingEvent.d.ts +0 -22
- package/types/native/WebViewMessageEvent.d.ts +0 -21
|
@@ -27,13 +27,13 @@ export type ShowToastOptions = {
|
|
|
27
27
|
title: string,
|
|
28
28
|
/**
|
|
29
29
|
* 图标,有效值详见下方说明,默认:success。
|
|
30
|
-
* @description icon值说明 success: 显示成功图标,error: 显示错误图标;
|
|
30
|
+
* @description icon值说明 success: 显示成功图标,error: 显示错误图标; loading: 显示加载图标;none: 不显示图标。
|
|
31
31
|
*/
|
|
32
|
-
icon?:
|
|
32
|
+
icon?: "success" | "error" | "loading" | "none" | null,
|
|
33
33
|
/**
|
|
34
34
|
* 自定义图标的本地路径(app端暂不支持gif)
|
|
35
35
|
*/
|
|
36
|
-
image?: string | null,
|
|
36
|
+
image?: string.ImageURIString | null,
|
|
37
37
|
/**
|
|
38
38
|
* 是否显示透明蒙层,防止触摸穿透,默认:false
|
|
39
39
|
*/
|
|
@@ -46,7 +46,7 @@ export type ShowToastOptions = {
|
|
|
46
46
|
* 纯文本轻提示显示位置,填写有效值后只有 title 属性生效,且不支持通过 uni.hideToast 隐藏。
|
|
47
47
|
* @description position值说明(仅App生效) top: 居上显示; center: 居中显示;bottom: 居底显示
|
|
48
48
|
*/
|
|
49
|
-
position?:
|
|
49
|
+
position?: "top" | "center" | "bottom" | null,
|
|
50
50
|
/**
|
|
51
51
|
* 接口调用成功的回调函数
|
|
52
52
|
*/
|
|
@@ -70,7 +70,7 @@ export type ShowToastOptions = {
|
|
|
70
70
|
* @uniPlatform {
|
|
71
71
|
* "app": {
|
|
72
72
|
* "android": {
|
|
73
|
-
* "osVer": "
|
|
73
|
+
* "osVer": "5.0",
|
|
74
74
|
* "uniVer": "√",
|
|
75
75
|
* "unixVer": "3.9.0"
|
|
76
76
|
* },
|
|
@@ -79,6 +79,10 @@ export type ShowToastOptions = {
|
|
|
79
79
|
* "uniVer": "√",
|
|
80
80
|
* "unixVer": "3.9.0"
|
|
81
81
|
* }
|
|
82
|
+
* },
|
|
83
|
+
* "web": {
|
|
84
|
+
* "uniVer": "√",
|
|
85
|
+
* "unixVer": "4.0"
|
|
82
86
|
* }
|
|
83
87
|
* }
|
|
84
88
|
*/
|
|
@@ -92,7 +96,7 @@ export type ShowToast = (options: ShowToastOptions) => void
|
|
|
92
96
|
* @uniPlatform {
|
|
93
97
|
* "app": {
|
|
94
98
|
* "android": {
|
|
95
|
-
* "osVer": "
|
|
99
|
+
* "osVer": "5.0",
|
|
96
100
|
* "uniVer": "√",
|
|
97
101
|
* "unixVer": "3.9.0"
|
|
98
102
|
* },
|
|
@@ -101,6 +105,10 @@ export type ShowToast = (options: ShowToastOptions) => void
|
|
|
101
105
|
* "uniVer": "√",
|
|
102
106
|
* "unixVer": "3.9.0"
|
|
103
107
|
* }
|
|
108
|
+
* },
|
|
109
|
+
* "web": {
|
|
110
|
+
* "uniVer": "√",
|
|
111
|
+
* "unixVer": "4.0"
|
|
104
112
|
* }
|
|
105
113
|
* }
|
|
106
114
|
*/
|
|
@@ -161,7 +169,7 @@ export type ShowLoadingOptions = {
|
|
|
161
169
|
* @uniPlatform {
|
|
162
170
|
* "app": {
|
|
163
171
|
* "android": {
|
|
164
|
-
* "osVer": "
|
|
172
|
+
* "osVer": "5.0",
|
|
165
173
|
* "uniVer": "√",
|
|
166
174
|
* "unixVer": "3.9.0"
|
|
167
175
|
* },
|
|
@@ -170,6 +178,10 @@ export type ShowLoadingOptions = {
|
|
|
170
178
|
* "uniVer": "√",
|
|
171
179
|
* "unixVer": "3.9.0"
|
|
172
180
|
* }
|
|
181
|
+
* },
|
|
182
|
+
* "web": {
|
|
183
|
+
* "uniVer": "√",
|
|
184
|
+
* "unixVer": "4.0"
|
|
173
185
|
* }
|
|
174
186
|
* }
|
|
175
187
|
*/
|
|
@@ -183,7 +195,7 @@ export type ShowLoading = (options: ShowLoadingOptions) => void
|
|
|
183
195
|
* @uniPlatform {
|
|
184
196
|
* "app": {
|
|
185
197
|
* "android": {
|
|
186
|
-
* "osVer": "
|
|
198
|
+
* "osVer": "5.0",
|
|
187
199
|
* "uniVer": "√",
|
|
188
200
|
* "unixVer": "3.9.0"
|
|
189
201
|
* },
|
|
@@ -192,6 +204,10 @@ export type ShowLoading = (options: ShowLoadingOptions) => void
|
|
|
192
204
|
* "uniVer": "√",
|
|
193
205
|
* "unixVer": "3.9.0"
|
|
194
206
|
* }
|
|
207
|
+
* },
|
|
208
|
+
* "web": {
|
|
209
|
+
* "uniVer": "√",
|
|
210
|
+
* "unixVer": "4.0"
|
|
195
211
|
* }
|
|
196
212
|
* }
|
|
197
213
|
*
|
|
@@ -252,7 +268,7 @@ export type ShowModalOptions = {
|
|
|
252
268
|
/**
|
|
253
269
|
* 取消按钮的文字颜色,默认为"#000000"
|
|
254
270
|
*/
|
|
255
|
-
cancelColor?: string | null,
|
|
271
|
+
cancelColor?: string.ColorString | null,
|
|
256
272
|
/**
|
|
257
273
|
* 确定按钮的文字,默认为"确定"
|
|
258
274
|
*/
|
|
@@ -260,7 +276,7 @@ export type ShowModalOptions = {
|
|
|
260
276
|
/**
|
|
261
277
|
* 确定按钮的文字颜色
|
|
262
278
|
*/
|
|
263
|
-
confirmColor?: string | null,
|
|
279
|
+
confirmColor?: string.ColorString | null,
|
|
264
280
|
/**
|
|
265
281
|
* @default false
|
|
266
282
|
* 是否显示输入框
|
|
@@ -294,7 +310,7 @@ export type ShowModalOptions = {
|
|
|
294
310
|
* @uniPlatform {
|
|
295
311
|
* "app": {
|
|
296
312
|
* "android": {
|
|
297
|
-
* "osVer": "
|
|
313
|
+
* "osVer": "5.0",
|
|
298
314
|
* "uniVer": "√",
|
|
299
315
|
* "unixVer": "3.9.0"
|
|
300
316
|
* },
|
|
@@ -303,6 +319,10 @@ export type ShowModalOptions = {
|
|
|
303
319
|
* "uniVer": "√",
|
|
304
320
|
* "unixVer": "3.9.0"
|
|
305
321
|
* }
|
|
322
|
+
* },
|
|
323
|
+
* "web": {
|
|
324
|
+
* "uniVer": "√",
|
|
325
|
+
* "unixVer": "4.0"
|
|
306
326
|
* }
|
|
307
327
|
* }
|
|
308
328
|
*/
|
|
@@ -369,7 +389,7 @@ export type ShowActionSheetOptions = {
|
|
|
369
389
|
/**
|
|
370
390
|
* 按钮的文字颜色,字符串格式(iOS默认为系统控件颜色)
|
|
371
391
|
*/
|
|
372
|
-
itemColor?: string | null,
|
|
392
|
+
itemColor?: string.ColorString | null,
|
|
373
393
|
/**
|
|
374
394
|
* 大屏设备弹出原生选择按钮框的指示区域,默认居中显示
|
|
375
395
|
*/
|
|
@@ -398,7 +418,7 @@ export type ShowActionSheetOptions = {
|
|
|
398
418
|
* @uniPlatform {
|
|
399
419
|
* "app": {
|
|
400
420
|
* "android": {
|
|
401
|
-
* "osVer": "
|
|
421
|
+
* "osVer": "5.0",
|
|
402
422
|
* "uniVer": "√",
|
|
403
423
|
* "unixVer": "3.9.0"
|
|
404
424
|
* },
|
|
@@ -407,6 +427,10 @@ export type ShowActionSheetOptions = {
|
|
|
407
427
|
* "uniVer": "√",
|
|
408
428
|
* "unixVer": "3.9.0"
|
|
409
429
|
* }
|
|
430
|
+
* },
|
|
431
|
+
* "web": {
|
|
432
|
+
* "uniVer": "√",
|
|
433
|
+
* "unixVer": "4.0"
|
|
410
434
|
* }
|
|
411
435
|
* }
|
|
412
436
|
*/
|
|
@@ -431,7 +455,7 @@ export interface Uni {
|
|
|
431
455
|
* @uniPlatform {
|
|
432
456
|
* "app": {
|
|
433
457
|
* "android": {
|
|
434
|
-
* "osVer": "
|
|
458
|
+
* "osVer": "5.0",
|
|
435
459
|
* "uniVer": "√",
|
|
436
460
|
* "unixVer": "3.9.0"
|
|
437
461
|
* },
|
|
@@ -440,6 +464,10 @@ export interface Uni {
|
|
|
440
464
|
* "uniVer": "√",
|
|
441
465
|
* "unixVer": "3.9.0"
|
|
442
466
|
* }
|
|
467
|
+
* },
|
|
468
|
+
* "web": {
|
|
469
|
+
* "uniVer": "√",
|
|
470
|
+
* "unixVer": "4.0"
|
|
443
471
|
* }
|
|
444
472
|
* }
|
|
445
473
|
*/
|
|
@@ -454,7 +482,7 @@ export interface Uni {
|
|
|
454
482
|
* @uniPlatform {
|
|
455
483
|
* "app": {
|
|
456
484
|
* "android": {
|
|
457
|
-
* "osVer": "
|
|
485
|
+
* "osVer": "5.0",
|
|
458
486
|
* "uniVer": "√",
|
|
459
487
|
* "unixVer": "3.9.0"
|
|
460
488
|
* },
|
|
@@ -463,6 +491,10 @@ export interface Uni {
|
|
|
463
491
|
* "uniVer": "√",
|
|
464
492
|
* "unixVer": "3.9.0"
|
|
465
493
|
* }
|
|
494
|
+
* },
|
|
495
|
+
* "web": {
|
|
496
|
+
* "uniVer": "√",
|
|
497
|
+
* "unixVer": "4.0"
|
|
466
498
|
* }
|
|
467
499
|
* }
|
|
468
500
|
*/
|
|
@@ -483,7 +515,7 @@ export interface Uni {
|
|
|
483
515
|
* @uniPlatform {
|
|
484
516
|
* "app": {
|
|
485
517
|
* "android": {
|
|
486
|
-
* "osVer": "
|
|
518
|
+
* "osVer": "5.0",
|
|
487
519
|
* "uniVer": "√",
|
|
488
520
|
* "unixVer": "3.9.0"
|
|
489
521
|
* },
|
|
@@ -492,6 +524,10 @@ export interface Uni {
|
|
|
492
524
|
* "uniVer": "√",
|
|
493
525
|
* "unixVer": "3.9.0"
|
|
494
526
|
* }
|
|
527
|
+
* },
|
|
528
|
+
* "web": {
|
|
529
|
+
* "uniVer": "√",
|
|
530
|
+
* "unixVer": "4.0"
|
|
495
531
|
* }
|
|
496
532
|
* }
|
|
497
533
|
*/
|
|
@@ -513,7 +549,7 @@ export interface Uni {
|
|
|
513
549
|
* @uniPlatform {
|
|
514
550
|
* "app": {
|
|
515
551
|
* "android": {
|
|
516
|
-
* "osVer": "
|
|
552
|
+
* "osVer": "5.0",
|
|
517
553
|
* "uniVer": "√",
|
|
518
554
|
* "unixVer": "3.9.0"
|
|
519
555
|
* },
|
|
@@ -522,6 +558,10 @@ export interface Uni {
|
|
|
522
558
|
* "uniVer": "√",
|
|
523
559
|
* "unixVer": "3.9.0"
|
|
524
560
|
* }
|
|
561
|
+
* },
|
|
562
|
+
* "web": {
|
|
563
|
+
* "uniVer": "√",
|
|
564
|
+
* "unixVer": "4.0"
|
|
525
565
|
* }
|
|
526
566
|
* }
|
|
527
567
|
*/
|
|
@@ -549,7 +589,7 @@ export interface Uni {
|
|
|
549
589
|
* @uniPlatform {
|
|
550
590
|
* "app": {
|
|
551
591
|
* "android": {
|
|
552
|
-
* "osVer": "
|
|
592
|
+
* "osVer": "5.0",
|
|
553
593
|
* "uniVer": "√",
|
|
554
594
|
* "unixVer": "3.9.0"
|
|
555
595
|
* },
|
|
@@ -558,6 +598,10 @@ export interface Uni {
|
|
|
558
598
|
* "uniVer": "√",
|
|
559
599
|
* "unixVer": "3.9.0"
|
|
560
600
|
* }
|
|
601
|
+
* },
|
|
602
|
+
* "web": {
|
|
603
|
+
* "uniVer": "√",
|
|
604
|
+
* "unixVer": "4.0"
|
|
561
605
|
* }
|
|
562
606
|
* }
|
|
563
607
|
*/
|
|
@@ -581,7 +625,7 @@ export interface Uni {
|
|
|
581
625
|
* @uniPlatform {
|
|
582
626
|
* "app": {
|
|
583
627
|
* "android": {
|
|
584
|
-
* "osVer": "
|
|
628
|
+
* "osVer": "5.0",
|
|
585
629
|
* "uniVer": "√",
|
|
586
630
|
* "unixVer": "3.9.0"
|
|
587
631
|
* },
|
|
@@ -590,6 +634,10 @@ export interface Uni {
|
|
|
590
634
|
* "uniVer": "√",
|
|
591
635
|
* "unixVer": "3.9.0"
|
|
592
636
|
* }
|
|
637
|
+
* },
|
|
638
|
+
* "web": {
|
|
639
|
+
* "uniVer": "√",
|
|
640
|
+
* "unixVer": "4.0"
|
|
593
641
|
* }
|
|
594
642
|
* }
|
|
595
643
|
*/
|
|
@@ -251,7 +251,7 @@ export interface Uni {
|
|
|
251
251
|
* @uniPlatform {
|
|
252
252
|
* "app": {
|
|
253
253
|
* "android": {
|
|
254
|
-
* "osVer": "
|
|
254
|
+
* "osVer": "5.0",
|
|
255
255
|
* "uniVer": "2.0.3",
|
|
256
256
|
* "unixVer": "3.9.0"
|
|
257
257
|
* },
|
|
@@ -260,6 +260,10 @@ export interface Uni {
|
|
|
260
260
|
* "uniVer": "2.0.3",
|
|
261
261
|
* "unixVer": "3.9.0"
|
|
262
262
|
* }
|
|
263
|
+
* },
|
|
264
|
+
* "web": {
|
|
265
|
+
* "uniVer": "√",
|
|
266
|
+
* "unixVer": "4.0"
|
|
263
267
|
* }
|
|
264
268
|
* }
|
|
265
269
|
* @uniVersion 2.0.3
|
|
@@ -276,7 +280,7 @@ export interface Uni {
|
|
|
276
280
|
* @uniPlatform {
|
|
277
281
|
* "app": {
|
|
278
282
|
* "android": {
|
|
279
|
-
* "osVer": "
|
|
283
|
+
* "osVer": "5.0",
|
|
280
284
|
* "uniVer": "2.0.3",
|
|
281
285
|
* "unixVer": "3.9.0"
|
|
282
286
|
* },
|
|
@@ -285,6 +289,10 @@ export interface Uni {
|
|
|
285
289
|
* "uniVer": "2.0.3",
|
|
286
290
|
* "unixVer": "3.9.0"
|
|
287
291
|
* }
|
|
292
|
+
* },
|
|
293
|
+
* "web": {
|
|
294
|
+
* "uniVer": "√",
|
|
295
|
+
* "unixVer": "4.0"
|
|
288
296
|
* }
|
|
289
297
|
* }
|
|
290
298
|
* @uniVersion 2.0.3
|
|
@@ -300,7 +308,7 @@ export interface Uni {
|
|
|
300
308
|
* @uniPlatform {
|
|
301
309
|
* "app": {
|
|
302
310
|
* "android": {
|
|
303
|
-
* "osVer": "
|
|
311
|
+
* "osVer": "5.0",
|
|
304
312
|
* "uniVer": "2.0.3",
|
|
305
313
|
* "unixVer": "3.9.0"
|
|
306
314
|
* },
|
|
@@ -309,6 +317,10 @@ export interface Uni {
|
|
|
309
317
|
* "uniVer": "2.0.3",
|
|
310
318
|
* "unixVer": "3.9.0"
|
|
311
319
|
* }
|
|
320
|
+
* },
|
|
321
|
+
* "web": {
|
|
322
|
+
* "uniVer": "√",
|
|
323
|
+
* "unixVer": "4.0"
|
|
312
324
|
* }
|
|
313
325
|
* }
|
|
314
326
|
* @uniVersion 2.0.3
|
|
@@ -324,7 +336,7 @@ export interface Uni {
|
|
|
324
336
|
* @uniPlatform {
|
|
325
337
|
* "app": {
|
|
326
338
|
* "android": {
|
|
327
|
-
* "osVer": "
|
|
339
|
+
* "osVer": "5.0",
|
|
328
340
|
* "uniVer": "2.0.3",
|
|
329
341
|
* "unixVer": "3.9.0"
|
|
330
342
|
* },
|
|
@@ -333,6 +345,10 @@ export interface Uni {
|
|
|
333
345
|
* "uniVer": "2.0.3",
|
|
334
346
|
* "unixVer": "3.9.0"
|
|
335
347
|
* }
|
|
348
|
+
* },
|
|
349
|
+
* "web": {
|
|
350
|
+
* "uniVer": "√",
|
|
351
|
+
* "unixVer": "4.0"
|
|
336
352
|
* }
|
|
337
353
|
* }
|
|
338
354
|
* @uniVersion 2.0.3
|
|
@@ -348,7 +364,7 @@ export interface Uni {
|
|
|
348
364
|
* @uniPlatform {
|
|
349
365
|
* "app": {
|
|
350
366
|
* "android": {
|
|
351
|
-
* "osVer": "
|
|
367
|
+
* "osVer": "5.0",
|
|
352
368
|
* "uniVer": "2.0.3",
|
|
353
369
|
* "unixVer": "3.9.0"
|
|
354
370
|
* },
|
|
@@ -357,6 +373,10 @@ export interface Uni {
|
|
|
357
373
|
* "uniVer": "2.0.3",
|
|
358
374
|
* "unixVer": "3.9.0"
|
|
359
375
|
* }
|
|
376
|
+
* },
|
|
377
|
+
* "web": {
|
|
378
|
+
* "uniVer": "√",
|
|
379
|
+
* "unixVer": "4.0"
|
|
360
380
|
* }
|
|
361
381
|
* }
|
|
362
382
|
* @uniVersion 2.0.3
|
|
@@ -373,7 +393,7 @@ export interface Uni {
|
|
|
373
393
|
* @uniPlatform {
|
|
374
394
|
* "app": {
|
|
375
395
|
* "android": {
|
|
376
|
-
* "osVer": "
|
|
396
|
+
* "osVer": "5.0",
|
|
377
397
|
* "uniVer": "2.0.3",
|
|
378
398
|
* "unixVer": "3.9.0"
|
|
379
399
|
* },
|
|
@@ -382,6 +402,10 @@ export interface Uni {
|
|
|
382
402
|
* "uniVer": "2.0.3",
|
|
383
403
|
* "unixVer": "3.9.0"
|
|
384
404
|
* }
|
|
405
|
+
* },
|
|
406
|
+
* "web": {
|
|
407
|
+
* "uniVer": "√",
|
|
408
|
+
* "unixVer": "4.0"
|
|
385
409
|
* }
|
|
386
410
|
* }
|
|
387
411
|
* @uniVersion 2.0.3
|
|
@@ -399,7 +423,7 @@ export interface Uni {
|
|
|
399
423
|
* @uniPlatform {
|
|
400
424
|
* "app": {
|
|
401
425
|
* "android": {
|
|
402
|
-
* "osVer": "
|
|
426
|
+
* "osVer": "5.0",
|
|
403
427
|
* "uniVer": "2.0.3",
|
|
404
428
|
* "unixVer": "3.9.0"
|
|
405
429
|
* },
|
|
@@ -408,6 +432,10 @@ export interface Uni {
|
|
|
408
432
|
* "uniVer": "2.0.3",
|
|
409
433
|
* "unixVer": "3.9.0"
|
|
410
434
|
* }
|
|
435
|
+
* },
|
|
436
|
+
* "web": {
|
|
437
|
+
* "uniVer": "√",
|
|
438
|
+
* "unixVer": "4.0"
|
|
411
439
|
* }
|
|
412
440
|
* }
|
|
413
441
|
* @uniVersion 2.0.3
|
|
@@ -425,7 +453,7 @@ export interface Uni {
|
|
|
425
453
|
* @uniPlatform {
|
|
426
454
|
* "app": {
|
|
427
455
|
* "android": {
|
|
428
|
-
* "osVer": "
|
|
456
|
+
* "osVer": "5.0",
|
|
429
457
|
* "uniVer": "2.0.3",
|
|
430
458
|
* "unixVer": "3.9.0"
|
|
431
459
|
* },
|
|
@@ -434,6 +462,10 @@ export interface Uni {
|
|
|
434
462
|
* "uniVer": "2.0.3",
|
|
435
463
|
* "unixVer": "3.9.0"
|
|
436
464
|
* }
|
|
465
|
+
* },
|
|
466
|
+
* "web": {
|
|
467
|
+
* "uniVer": "√",
|
|
468
|
+
* "unixVer": "4.0"
|
|
437
469
|
* }
|
|
438
470
|
* }
|
|
439
471
|
* @uniVersion 2.0.3
|
|
@@ -449,7 +481,7 @@ export interface Uni {
|
|
|
449
481
|
* @uniPlatform {
|
|
450
482
|
* "app": {
|
|
451
483
|
* "android": {
|
|
452
|
-
* "osVer": "
|
|
484
|
+
* "osVer": "5.0",
|
|
453
485
|
* "uniVer": "2.0.3",
|
|
454
486
|
* "unixVer": "3.9.0"
|
|
455
487
|
* },
|
|
@@ -458,6 +490,10 @@ export interface Uni {
|
|
|
458
490
|
* "uniVer": "2.0.3",
|
|
459
491
|
* "unixVer": "3.9.0"
|
|
460
492
|
* }
|
|
493
|
+
* },
|
|
494
|
+
* "web": {
|
|
495
|
+
* "uniVer": "√",
|
|
496
|
+
* "unixVer": "4.0"
|
|
461
497
|
* }
|
|
462
498
|
* }
|
|
463
499
|
* @uniVersion 2.0.3
|
|
@@ -473,7 +509,7 @@ export interface Uni {
|
|
|
473
509
|
* @uniPlatform {
|
|
474
510
|
* "app": {
|
|
475
511
|
* "android": {
|
|
476
|
-
* "osVer": "
|
|
512
|
+
* "osVer": "5.0",
|
|
477
513
|
* "uniVer": "2.0.3",
|
|
478
514
|
* "unixVer": "3.9.0"
|
|
479
515
|
* },
|
|
@@ -481,7 +517,11 @@ export interface Uni {
|
|
|
481
517
|
* "osVer": "9.0",
|
|
482
518
|
* "uniVer": "2.0.3",
|
|
483
519
|
* "unixVer": "3.9.0"
|
|
484
|
-
*
|
|
520
|
+
* }
|
|
521
|
+
* },
|
|
522
|
+
* "web": {
|
|
523
|
+
* "uniVer": "√",
|
|
524
|
+
* "unixVer": "4.0"
|
|
485
525
|
* }
|
|
486
526
|
* }
|
|
487
527
|
* @uniVersion 2.0.3
|