@dcloudio/uni-app-x 0.7.56 → 0.7.57

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.
Files changed (65) hide show
  1. package/package.json +1 -1
  2. package/types/app.d.ts +6 -6
  3. package/types/native/CanvasRenderingContext2D.d.ts +6 -1
  4. package/types/native/IUniElement.d.ts +4 -3
  5. package/types/native/IUniNativeViewElement.d.ts +140 -11
  6. package/types/native/Path2D.d.ts +75 -21
  7. package/types/native/UniCustomElement.d.ts +24 -0
  8. package/types/native/UniFormControlElement.d.ts +1 -1
  9. package/types/native/UniPage.d.ts +77 -38
  10. package/types/native/global.d.ts +4 -0
  11. package/types/native/index.d.ts +1 -0
  12. package/types/uni/env/index.d.ts +65 -9
  13. package/types/uni/uni-camera.d.ts +12 -1
  14. package/types/uni/uts-plugin-api/global.d.ts +4 -4
  15. package/types/uni/uts-plugin-api/index.d.ts +4 -4
  16. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +1 -1
  17. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +2 -2
  18. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +4 -4
  19. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +76 -4
  20. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +43 -1
  21. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +60 -8
  22. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +76 -1
  23. package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +2 -2
  24. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +2 -2
  25. package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +132 -38
  26. package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/interface.d.ts +43 -1
  27. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/global.d.ts +22 -0
  28. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/index.d.ts +11 -0
  29. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +505 -38
  30. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +0 -4
  31. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/global.d.ts +26 -0
  32. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/index.d.ts +12 -0
  33. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +1770 -0
  34. package/types/uni/uts-plugin-api/lib/uni-location-system/utssdk/global.d.ts +10 -0
  35. package/types/uni/uts-plugin-api/lib/uni-location-system/utssdk/index.d.ts +5 -0
  36. package/types/uni/uts-plugin-api/lib/uni-location-system/utssdk/interface.d.ts +9 -0
  37. package/types/uni/uts-plugin-api/lib/uni-location-tencent/utssdk/global.d.ts +10 -0
  38. package/types/uni/uts-plugin-api/lib/uni-location-tencent/utssdk/index.d.ts +5 -0
  39. package/types/uni/uts-plugin-api/lib/uni-location-tencent/utssdk/interface.d.ts +9 -0
  40. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +1804 -1762
  41. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +49 -5
  42. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +41 -11
  43. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/global.d.ts +0 -2
  44. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/index.d.ts +0 -1
  45. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +0 -76
  46. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +1 -1
  47. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/global.d.ts +16 -0
  48. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/index.d.ts +7 -0
  49. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +1349 -0
  50. package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +20 -20
  51. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +2 -2
  52. package/types/uni/uts-plugin-api/lib/uni-sse/utssdk/interface.d.ts +51 -22
  53. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +1 -1
  54. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +15 -0
  55. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +379 -18
  56. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +4 -0
  57. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +2 -0
  58. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +225 -174
  59. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +5 -0
  60. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +2 -2
  61. package/types/uni-cloud/interface.d.ts +13 -13
  62. package/types/vue/PickerChangeEvent.d.ts +32 -0
  63. package/types/vue/PickerColumnChangeEvent.d.ts +33 -0
  64. package/types/vue/global.d.ts +40 -0
  65. package/types/vue/index.d.ts +2 -0
@@ -47,9 +47,9 @@ export interface UniPage {
47
47
  * "unixUtsPlugin": "4.31"
48
48
  * },
49
49
  * "harmony": {
50
- * "osVer": "x",
50
+ * "osVer": "5.0.0",
51
51
  * "uniVer": "x",
52
- * "unixVer": "x"
52
+ * "unixVer": "4.61"
53
53
  * }
54
54
  * },
55
55
  * "mp": {
@@ -120,9 +120,9 @@ export interface UniPage {
120
120
  * "unixVer": "4.31"
121
121
  * },
122
122
  * "harmony": {
123
- * "osVer": "x",
123
+ * "osVer": "5.0.0",
124
124
  * "uniVer": "x",
125
- * "unixVer": "x"
125
+ * "unixVer": "4.61"
126
126
  * }
127
127
  * },
128
128
  * "mp": {
@@ -157,9 +157,9 @@ export interface UniPage {
157
157
  * "unixVer": "4.31"
158
158
  * },
159
159
  * "harmony": {
160
- * "osVer": "x",
160
+ * "osVer": "5.0.0",
161
161
  * "uniVer": "x",
162
- * "unixVer": "x"
162
+ * "unixVer": "4.61"
163
163
  * }
164
164
  * },
165
165
  * "mp": {
@@ -193,9 +193,9 @@ export interface UniPage {
193
193
  * "unixVer": "4.51"
194
194
  * },
195
195
  * "harmony": {
196
- * "osVer": "x",
196
+ * "osVer": "5.0.0",
197
197
  * "uniVer": "x",
198
- * "unixVer": "x"
198
+ * "unixVer": "4.61"
199
199
  * }
200
200
  * },
201
201
  * "mp": {
@@ -229,9 +229,9 @@ export interface UniPage {
229
229
  * "unixVer": "4.51"
230
230
  * },
231
231
  * "harmony": {
232
- * "osVer": "x",
232
+ * "osVer": "5.0.0",
233
233
  * "uniVer": "x",
234
- * "unixVer": "x"
234
+ * "unixVer": "4.61"
235
235
  * }
236
236
  * },
237
237
  * "mp": {
@@ -262,12 +262,12 @@ export interface UniPage {
262
262
  * "ios": {
263
263
  * "osVer": "x",
264
264
  * "uniVer": "x",
265
- * "unixVer": "x"
265
+ * "unixVer": "4.61"
266
266
  * },
267
267
  * "harmony": {
268
- * "osVer": "x",
268
+ * "osVer": "5.0.0",
269
269
  * "uniVer": "x",
270
- * "unixVer": "x"
270
+ * "unixVer": "4.61"
271
271
  * }
272
272
  * },
273
273
  * "mp": {
@@ -303,19 +303,19 @@ export interface UniPage {
303
303
  * "harmony": {
304
304
  * "osVer": "x",
305
305
  * "uniVer": "x",
306
- * "unixVer": "x"
306
+ * "unixVer": "4.63"
307
307
  * }
308
308
  * },
309
309
  * "mp": {
310
310
  * "weixin": {
311
311
  * "hostVer": "√",
312
312
  * "uniVer": "x",
313
- * "unixVer": "x"
313
+ * "unixVer": "4.63"
314
314
  * },
315
315
  * },
316
316
  * "web": {
317
317
  * "uniVer": "x",
318
- * "unixVer": "4.61"
318
+ * "unixVer": "4.63"
319
319
  * }
320
320
  * }
321
321
  */
@@ -339,19 +339,19 @@ export interface UniPage {
339
339
  * "harmony": {
340
340
  * "osVer": "x",
341
341
  * "uniVer": "x",
342
- * "unixVer": "x"
342
+ * "unixVer": "4.63"
343
343
  * }
344
344
  * },
345
345
  * "mp": {
346
346
  * "weixin": {
347
347
  * "hostVer": "√",
348
348
  * "uniVer": "x",
349
- * "unixVer": "x"
349
+ * "unixVer": "4.63"
350
350
  * },
351
351
  * },
352
352
  * "web": {
353
353
  * "uniVer": "x",
354
- * "unixVer": "4.61"
354
+ * "unixVer": "4.63"
355
355
  * }
356
356
  * }
357
357
  */
@@ -375,19 +375,19 @@ export interface UniPage {
375
375
  * "harmony": {
376
376
  * "osVer": "x",
377
377
  * "uniVer": "x",
378
- * "unixVer": "x"
378
+ * "unixVer": "4.63"
379
379
  * }
380
380
  * },
381
381
  * "mp": {
382
382
  * "weixin": {
383
383
  * "hostVer": "√",
384
384
  * "uniVer": "x",
385
- * "unixVer": "x"
385
+ * "unixVer": "4.63"
386
386
  * },
387
387
  * },
388
388
  * "web": {
389
389
  * "uniVer": "x",
390
- * "unixVer": "4.61"
390
+ * "unixVer": "4.63"
391
391
  * }
392
392
  * }
393
393
  */
@@ -409,9 +409,9 @@ export interface UniPage {
409
409
  * "unixUtsPlugin": "4.31"
410
410
  * },
411
411
  * "harmony": {
412
- * "osVer": "x",
412
+ * "osVer": "5.0.0",
413
413
  * "uniVer": "x",
414
- * "unixVer": "x"
414
+ * "unixVer": "4.61"
415
415
  * }
416
416
  * },
417
417
  * "mp": {
@@ -445,9 +445,9 @@ export interface UniPage {
445
445
  * "unixVer": "4.13"
446
446
  * },
447
447
  * "harmony": {
448
- * "osVer": "x",
448
+ * "osVer": "5.0.0",
449
449
  * "uniVer": "x",
450
- * "unixVer": "x"
450
+ * "unixVer": "4.61"
451
451
  * }
452
452
  * },
453
453
  * "mp": {
@@ -481,9 +481,9 @@ export interface UniPage {
481
481
  * "unixUtsPlugin": "4.31"
482
482
  * },
483
483
  * "harmony": {
484
- * "osVer": "x",
484
+ * "osVer": "5.0.0",
485
485
  * "uniVer": "x",
486
- * "unixVer": "x"
486
+ * "unixVer": "4.61"
487
487
  * }
488
488
  * },
489
489
  * "mp": {
@@ -517,9 +517,9 @@ export interface UniPage {
517
517
  * "unixVer": "4.13"
518
518
  * },
519
519
  * "harmony": {
520
- * "osVer": "x",
520
+ * "osVer": "5.0.0",
521
521
  * "uniVer": "x",
522
- * "unixVer": "x"
522
+ * "unixVer": "4.61"
523
523
  * }
524
524
  * },
525
525
  * "mp": {
@@ -554,9 +554,9 @@ export interface UniPage {
554
554
  * "unixUtsPlugin": "4.31"
555
555
  * },
556
556
  * "harmony": {
557
- * "osVer": "x",
557
+ * "osVer": "5.0.0",
558
558
  * "uniVer": "x",
559
- * "unixVer": "x"
559
+ * "unixVer": "4.61"
560
560
  * }
561
561
  * },
562
562
  * "mp": {
@@ -591,9 +591,9 @@ export interface UniPage {
591
591
  * "unixUtsPlugin": "4.31"
592
592
  * },
593
593
  * "harmony": {
594
- * "osVer": "x",
594
+ * "osVer": "5.0.0",
595
595
  * "uniVer": "x",
596
- * "unixVer": "x"
596
+ * "unixVer": "4.61"
597
597
  * }
598
598
  * },
599
599
  * "mp": {
@@ -630,9 +630,9 @@ export interface UniPage {
630
630
  * "unixVer": "4.31"
631
631
  * },
632
632
  * "harmony": {
633
- * "osVer": "x",
633
+ * "osVer": "5.0.0",
634
634
  * "uniVer": "x",
635
- * "unixVer": "x"
635
+ * "unixVer": "4.61"
636
636
  * }
637
637
  * },
638
638
  * "mp": {
@@ -798,8 +798,9 @@ export interface UniPage {
798
798
  * }
799
799
  */
800
800
  getHTMLElement(): UniElement | null
801
+
801
802
  /**
802
- * 退出全屏
803
+ * 将当前在全屏模式下显示的元素退出全屏模式,恢复全屏之前的状态
803
804
  *
804
805
  * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/unipage.html#exitfullscreen
805
806
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/unipage.html#exitfullscreen
@@ -816,9 +817,47 @@ export interface UniPage {
816
817
  * "unixVer": "x"
817
818
  * },
818
819
  * "harmony": {
820
+ * "osVer": "5.0.0",
821
+ * "uniVer": "x",
822
+ * "unixVer": "4.61"
823
+ * }
824
+ * },
825
+ * "mp": {
826
+ * "weixin": {
827
+ * "hostVer": "√",
828
+ * "uniVer": "x",
829
+ * "unixVer": "x"
830
+ * },
831
+ * },
832
+ * "web": {
833
+ * "uniVer": "x",
834
+ * "unixVer": "x"
835
+ * }
836
+ * }
837
+ */
838
+ exitFullscreen(options: ExitFullscreenOptions|null) : void
839
+
840
+ /**
841
+ * 创建组件
842
+ *
843
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/unipage.html#createelement
844
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/unipage.html#createelement
845
+ * @uniPlatform {
846
+ * "app": {
847
+ * "android": {
848
+ * "osVer": "5.0",
849
+ * "uniVer": "x",
850
+ * "unixVer": "x"
851
+ * },
852
+ * "ios": {
819
853
  * "osVer": "x",
820
854
  * "uniVer": "x",
821
855
  * "unixVer": "x"
856
+ * },
857
+ * "harmony": {
858
+ * "osVer": "5.0.0",
859
+ * "uniVer": "x",
860
+ * "unixVer": "4.63"
822
861
  * }
823
862
  * },
824
863
  * "mp": {
@@ -834,7 +873,7 @@ export interface UniPage {
834
873
  * }
835
874
  * }
836
875
  */
837
- exitFullscreen(options: ExitFullscreenOptions|null) : void
876
+ createElement(tagName: string): UniElement
838
877
  }
839
878
 
840
879
  export type ExitFullscreenSuccessCallback = () => void
@@ -158,6 +158,8 @@ import {
158
158
  UniCustomEvent as UniCustomEventOrigin,
159
159
  CustomEventOptions as CustomEventOptionsOrigin,
160
160
  CustomEvent as CustomEventOrigin,
161
+ UniCustomElement as UniCustomElementOrigin,
162
+ IUniCustom as IUniCustomOrigin,
161
163
  UniCanvasElementImpl as UniCanvasElementImplOrigin,
162
164
  UniCallbackWrapper as UniCallbackWrapperOrigin,
163
165
  UniAnimationPlaybackEvent as UniAnimationPlaybackEventOrigin,
@@ -545,6 +547,8 @@ declare global {
545
547
  const CustomEvent: typeof CustomEventOrigin
546
548
  type CustomEventOptions<T> = CustomEventOptionsOrigin<T>
547
549
  type CustomEvent<T> = CustomEventOrigin<T>
550
+ type UniCustomElement = UniCustomElementOrigin
551
+ type IUniCustom = IUniCustomOrigin
548
552
  const UniCanvasElementImpl: typeof UniCanvasElementImplOrigin
549
553
  type UniCanvasElementImpl = UniCanvasElementImplOrigin
550
554
  const UniCallbackWrapper: typeof UniCallbackWrapperOrigin
@@ -53,6 +53,7 @@ export * from './UniError'
53
53
  export * from './UniElement'
54
54
  export * from './UniDocument'
55
55
  export * from './UniCustomEvent'
56
+ export * from './UniCustomElement'
56
57
  export * from './UniCanvasElement'
57
58
  export * from './UniCallbackWrapper'
58
59
  export * from './UniAnimationPlaybackEvent'
@@ -13,10 +13,15 @@ interface Uni {
13
13
  * "osVer": "12.0",
14
14
  * "uniVer": "x",
15
15
  * "unixVer": "4.11"
16
+ * },
17
+ * "harmony": {
18
+ * "osVer": "5.0.0",
19
+ * "uniVer": "x",
20
+ * "unixVer": "4.61"
16
21
  * }
17
22
  * },
18
23
  * "mp": {
19
- * "weinxin": {
24
+ * "weixin": {
20
25
  * "osVer": "√",
21
26
  * "uniVer": "√",
22
27
  * "unixVer": "4.41"
@@ -43,10 +48,15 @@ interface Uni {
43
48
  * "osVer": "12.0",
44
49
  * "uniVer": "x",
45
50
  * "unixVer": "4.11"
51
+ * },
52
+ * "harmony": {
53
+ * "osVer": "5.0.0",
54
+ * "uniVer": "x",
55
+ * "unixVer": "4.61"
46
56
  * }
47
57
  * },
48
58
  * "mp": {
49
- * "weinxin": {
59
+ * "weixin": {
50
60
  * "uniVer": "√",
51
61
  * "unixVer": "4.41"
52
62
  * }
@@ -71,10 +81,15 @@ interface Uni {
71
81
  * "osVer": "12.0",
72
82
  * "uniVer": "x",
73
83
  * "unixVer": "4.11"
84
+ * },
85
+ * "harmony": {
86
+ * "osVer": "5.0.0",
87
+ * "uniVer": "x",
88
+ * "unixVer": "4.61"
74
89
  * }
75
90
  * },
76
91
  * "mp": {
77
- * "weinxin": {
92
+ * "weixin": {
78
93
  * "uniVer": "x",
79
94
  * "unixVer": "x"
80
95
  * }
@@ -99,10 +114,15 @@ interface Uni {
99
114
  * "osVer": "12.0",
100
115
  * "uniVer": "x",
101
116
  * "unixVer": "4.11"
117
+ * },
118
+ * "harmony": {
119
+ * "osVer": "5.0.0",
120
+ * "uniVer": "x",
121
+ * "unixVer": "4.61"
102
122
  * }
103
123
  * },
104
124
  * "mp": {
105
- * "weinxin": {
125
+ * "weixin": {
106
126
  * "uniVer": "x",
107
127
  * "unixVer": "x"
108
128
  * }
@@ -114,6 +134,39 @@ interface Uni {
114
134
  * }
115
135
  */
116
136
  SANDBOX_PATH: "unifile://sandbox/",
137
+ /**
138
+ * 应用专属存储空间的外置存储空间根目录下的temp目录,应用退出自动清理
139
+ * @uniPlatform {
140
+ * "app": {
141
+ * "android": {
142
+ * "osVer": "x",
143
+ * "uniVer": "x",
144
+ * "unixVer": "x"
145
+ * },
146
+ * "ios": {
147
+ * "osVer": "x",
148
+ * "uniVer": "x",
149
+ * "unixVer": "x"
150
+ * },
151
+ * "harmony": {
152
+ * "osVer": "5.0.0",
153
+ * "uniVer": "x",
154
+ * "unixVer": "4.62"
155
+ * }
156
+ * },
157
+ * "mp": {
158
+ * "weixin": {
159
+ * "uniVer": "x",
160
+ * "unixVer": "x"
161
+ * }
162
+ * },
163
+ * "web": {
164
+ * "uniVer": "x",
165
+ * "unixVer": "x"
166
+ * }
167
+ * }
168
+ */
169
+ TEMP_PATH: "unifile://temp/",
117
170
  /**
118
171
  * 应用专属存储空间的内置存储空间根目录
119
172
  * @uniPlatform {
@@ -124,13 +177,18 @@ interface Uni {
124
177
  * "unixVer": "3.99"
125
178
  * },
126
179
  * "ios": {
127
- * "osVer": "12.0",
180
+ * "osVer": "x",
128
181
  * "uniVer": "x",
129
- * "unixVer": "4.11"
182
+ * "unixVer": "x"
183
+ * },
184
+ * "harmony": {
185
+ * "osVer": "x",
186
+ * "uniVer": "x",
187
+ * "unixVer": "x
130
188
  * }
131
189
  * },
132
190
  * "mp": {
133
- * "weinxin": {
191
+ * "weixin": {
134
192
  * "uniVer": "x",
135
193
  * "unixVer": "x"
136
194
  * }
@@ -146,5 +204,3 @@ interface Uni {
146
204
  }
147
205
 
148
206
  }
149
-
150
-
@@ -20,4 +20,15 @@ export declare type UniCameraInitDoneEventDetail = {
20
20
  }
21
21
  export declare class UniCameraInitDoneEvent extends UniCustomEvent<UniCameraInitDoneEventDetail> {
22
22
  constructor(type: string, detail: UniCameraInitDoneEventDetail)
23
- }
23
+ }
24
+
25
+ // export declare type UniCameraScanCodeEventDetail = {
26
+ // type?: string | null;
27
+ // result?: string | null;
28
+ // rawData?: string | null;
29
+ // charSet?: string | null;
30
+ // }
31
+
32
+ // export declare class UniCameraScanCodeEvent extends UniCustomEvent<UniCameraScanCodeEventDetail> {
33
+ // constructor(type : string, detail : UniCameraScanCodeEventDetail)
34
+ // }
@@ -24,20 +24,19 @@
24
24
  /// <reference path='./lib/uni-getElementById/utssdk/global.d.ts' />
25
25
  /// <reference path='./lib/uni-getEnterOptionsSync/utssdk/global.d.ts' />
26
26
  /// <reference path='./lib/uni-getLaunchOptionsSync/utssdk/global.d.ts' />
27
- /// <reference path='./lib/uni-getLocation-system/utssdk/global.d.ts' />
28
27
  /// <reference path='./lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts' />
29
- /// <reference path='./lib/uni-getLocation-tencent/utssdk/global.d.ts' />
30
- /// <reference path='./lib/uni-getLocation/utssdk/global.d.ts' />
31
28
  /// <reference path='./lib/uni-getNetworkType/utssdk/global.d.ts' />
32
29
  /// <reference path='./lib/uni-getPerformance/utssdk/global.d.ts' />
33
30
  /// <reference path='./lib/uni-getProvider/utssdk/global.d.ts' />
34
- /// <reference path='./lib/uni-getRecorderManager/utssdk/global.d.ts' />
35
31
  /// <reference path='./lib/uni-getSystemInfo/utssdk/global.d.ts' />
36
32
  /// <reference path='./lib/uni-getSystemSetting/utssdk/global.d.ts' />
37
33
  /// <reference path='./lib/uni-installApk/utssdk/global.d.ts' />
38
34
  /// <reference path='./lib/uni-interceptor/utssdk/global.d.ts' />
39
35
  /// <reference path='./lib/uni-keyboard/utssdk/global.d.ts' />
40
36
  /// <reference path='./lib/uni-loadFontFace/utssdk/global.d.ts' />
37
+ /// <reference path='./lib/uni-location-system/utssdk/global.d.ts' />
38
+ /// <reference path='./lib/uni-location-tencent/utssdk/global.d.ts' />
39
+ /// <reference path='./lib/uni-location/utssdk/global.d.ts' />
41
40
  /// <reference path='./lib/uni-makePhoneCall/utssdk/global.d.ts' />
42
41
  /// <reference path='./lib/uni-media/utssdk/global.d.ts' />
43
42
  /// <reference path='./lib/uni-modal/utssdk/global.d.ts' />
@@ -56,6 +55,7 @@
56
55
  /// <reference path='./lib/uni-privacy/utssdk/global.d.ts' />
57
56
  /// <reference path='./lib/uni-prompt/utssdk/global.d.ts' />
58
57
  /// <reference path='./lib/uni-pullDownRefresh/utssdk/global.d.ts' />
58
+ /// <reference path='./lib/uni-recorder/utssdk/global.d.ts' />
59
59
  /// <reference path='./lib/uni-requestMerchantTransfer/utssdk/global.d.ts' />
60
60
  /// <reference path='./lib/uni-route/utssdk/global.d.ts' />
61
61
  /// <reference path='./lib/uni-rpx2px/utssdk/global.d.ts' />
@@ -24,20 +24,19 @@ export * from './lib/uni-getDeviceInfo/utssdk'
24
24
  export * from './lib/uni-getElementById/utssdk'
25
25
  export * from './lib/uni-getEnterOptionsSync/utssdk'
26
26
  export * from './lib/uni-getLaunchOptionsSync/utssdk'
27
- export * from './lib/uni-getLocation-system/utssdk'
28
27
  export * from './lib/uni-getLocation-tencent-uni1/utssdk'
29
- export * from './lib/uni-getLocation-tencent/utssdk'
30
- export * from './lib/uni-getLocation/utssdk'
31
28
  export * from './lib/uni-getNetworkType/utssdk'
32
29
  export * from './lib/uni-getPerformance/utssdk'
33
30
  export * from './lib/uni-getProvider/utssdk'
34
- export * from './lib/uni-getRecorderManager/utssdk'
35
31
  export * from './lib/uni-getSystemInfo/utssdk'
36
32
  export * from './lib/uni-getSystemSetting/utssdk'
37
33
  export * from './lib/uni-installApk/utssdk'
38
34
  export * from './lib/uni-interceptor/utssdk'
39
35
  export * from './lib/uni-keyboard/utssdk'
40
36
  export * from './lib/uni-loadFontFace/utssdk'
37
+ export * from './lib/uni-location-system/utssdk'
38
+ export * from './lib/uni-location-tencent/utssdk'
39
+ export * from './lib/uni-location/utssdk'
41
40
  export * from './lib/uni-makePhoneCall/utssdk'
42
41
  export * from './lib/uni-media/utssdk'
43
42
  export * from './lib/uni-modal/utssdk'
@@ -56,6 +55,7 @@ export * from './lib/uni-previewImage/utssdk'
56
55
  export * from './lib/uni-privacy/utssdk'
57
56
  export * from './lib/uni-prompt/utssdk'
58
57
  export * from './lib/uni-pullDownRefresh/utssdk'
58
+ export * from './lib/uni-recorder/utssdk'
59
59
  export * from './lib/uni-requestMerchantTransfer/utssdk'
60
60
  export * from './lib/uni-route/utssdk'
61
61
  export * from './lib/uni-rpx2px/utssdk'
@@ -835,7 +835,7 @@ export interface Uni {
835
835
  * "harmony": {
836
836
  * "osVer": "3.0",
837
837
  * "uniVer": "4.23",
838
- * "unixVer": "4.61"
838
+ * "unixVer": "x"
839
839
  * }
840
840
  * },
841
841
  * "mp": {
@@ -234,7 +234,7 @@ export type SoterAuthMode =
234
234
  */
235
235
  'fingerPrint' |
236
236
  /**
237
- * 人脸识别(暂未支持)
237
+ * 人脸识别
238
238
  */
239
239
  'facial' |
240
240
  /**
@@ -294,7 +294,7 @@ export type StartSoterAuthenticationSuccess = {
294
294
  /**
295
295
  * 生物认证方式
296
296
  * - fingerPrint: 指纹识别
297
- * - facial: 人脸识别(暂未支持)
297
+ * - facial: 人脸识别
298
298
  * - speech: 声纹识别(暂未支持)
299
299
  * @uniPlatform {
300
300
  * "mp": {
@@ -98,9 +98,9 @@ export type ChooseMediaTempFile = {
98
98
  * "unixVer": "4.61"
99
99
  * },
100
100
  * "harmony": {
101
- * "osVer": "3.0",
102
- * "uniVer": "x",
103
- * "unixVer": "x"
101
+ * "osVer": "5.0.0",
102
+ * "uniVer": "4.61",
103
+ * "unixVer": "4.61"
104
104
  * }
105
105
  * },
106
106
  * "web": {
@@ -709,4 +709,4 @@ export interface Uni {
709
709
  */
710
710
  chooseMedia(options : ChooseMediaOptions) : void;
711
711
 
712
- }
712
+ }