@dcloudio/uni-app-x 0.7.37 → 0.7.38

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 (105) hide show
  1. package/package.json +1 -1
  2. package/types/UniPage.d.ts +44 -9
  3. package/types/app.d.ts +8 -5
  4. package/types/native/AsyncApiResult.d.ts +1 -0
  5. package/types/native/IUniElement.d.ts +34 -0
  6. package/types/native/UniElement.d.ts +2 -1
  7. package/types/native/UniTextElement.d.ts +1 -0
  8. package/types/native/global.d.ts +10 -0
  9. package/types/page.d.ts +5 -5
  10. package/types/uni/env/index.d.ts +15 -1
  11. package/types/uni/global.d.ts +1 -0
  12. package/types/uni/index.d.ts +1 -0
  13. package/types/uni/uni-map-tencent-global.d.ts +33 -0
  14. package/types/uni/uni-map-tencent-map.d.ts +52 -0
  15. package/types/uni/uts-plugin-api/global.d.ts +3 -0
  16. package/types/uni/uts-plugin-api/index.d.ts +3 -0
  17. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +24 -0
  18. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +11 -0
  19. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +217 -0
  20. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -2
  21. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -1
  22. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +212 -219
  23. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +1 -1
  24. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +130 -4
  25. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +1 -1
  26. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +647 -7
  27. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/global.d.ts +20 -0
  28. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/index.d.ts +9 -0
  29. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +153 -0
  30. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +2 -2
  31. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/global.d.ts +4 -0
  32. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/index.d.ts +2 -0
  33. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1995 -1726
  34. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +1 -1
  35. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +102 -18
  36. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +2 -2
  37. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +1123 -1044
  38. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +327 -296
  39. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +33 -28
  40. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +210 -0
  41. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +2687 -13
  42. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +42 -0
  43. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +1178 -2
  44. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1 -1
  45. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +882 -0
  46. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +152 -12
  47. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +152 -12
  48. package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +760 -4
  49. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +0 -2
  50. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +0 -45
  51. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +126 -0
  52. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +38 -3
  53. package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +13 -13
  54. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +3119 -1
  55. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +300 -6
  56. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +2 -2
  57. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +42 -0
  58. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +8 -8
  59. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +1 -1
  60. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +8 -0
  61. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +4 -0
  62. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +1686 -266
  63. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +15 -15
  64. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +3618 -1675
  65. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +11 -11
  66. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +42 -0
  67. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +9 -9
  68. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +252 -0
  69. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/global.d.ts +8 -0
  70. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/index.d.ts +4 -0
  71. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/interface.d.ts +1 -0
  72. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +532 -245
  73. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +1260 -0
  74. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +2 -2
  75. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +58 -58
  76. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +42 -0
  77. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +42 -0
  78. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/global.d.ts +4 -0
  79. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/index.d.ts +2 -0
  80. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +614 -15
  81. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +420 -0
  82. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +50 -8
  83. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +267 -99
  84. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +978 -12
  85. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +1 -1
  86. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +2 -0
  87. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +1 -0
  88. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +37 -5
  89. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +379 -1
  90. package/types/uni/uts-plugin-extend/README.md +3 -0
  91. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +4 -4
  92. package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +4 -4
  93. package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/interface.d.ts +73 -73
  94. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +302 -302
  95. package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1 -1
  96. package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/interface.d.ts +1 -1
  97. package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +1 -1
  98. package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +431 -11
  99. package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/interface.d.ts +3 -3
  100. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +6 -6
  101. package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +2 -2
  102. package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +73 -73
  103. package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/interface.d.ts +2 -2
  104. package/types/uni-cloud/interface.d.ts +91 -0
  105. package/uts-plugin.d.ts +3 -1
@@ -31,7 +31,7 @@ export interface Uni {
31
31
  * weixin: {
32
32
  * hostVer: '√',
33
33
  * uniVer: '√',
34
- * unixVer: 'x'
34
+ * unixVer: '4.35'
35
35
  * },
36
36
  * alipay: {
37
37
  * hostVer: '√',
@@ -27,8 +27,50 @@ export interface Uni {
27
27
  * "web": {
28
28
  * "uniVer": "x",
29
29
  * "unixVer": "x"
30
- * }
31
- * }
30
+ * },
31
+ * "mp":{
32
+ * weixin: {
33
+ * hostVer: '√',
34
+ * uniVer: '√',
35
+ * unixVer: '4.35'
36
+ * },
37
+ * alipay: {
38
+ * hostVer: 'x',
39
+ * uniVer: 'x',
40
+ * unixVer: 'x'
41
+ * },
42
+ * baidu: {
43
+ * hostVer: 'x',
44
+ * uniVer: 'x',
45
+ * unixVer: 'x'
46
+ * },
47
+ * toutiao: {
48
+ * hostVer: 'x',
49
+ * uniVer: 'x',
50
+ * unixVer: 'x'
51
+ * },
52
+ * lark: {
53
+ * hostVer: 'x',
54
+ * uniVer: 'x',
55
+ * unixVer: 'x'
56
+ * },
57
+ * qq: {
58
+ * hostVer: 'x',
59
+ * uniVer: 'x',
60
+ * unixVer: 'x'
61
+ * },
62
+ * kuaishou: {
63
+ * hostVer: 'x',
64
+ * uniVer: 'x',
65
+ * unixVer: 'x'
66
+ * },
67
+ * jd: {
68
+ * hostVer: 'x',
69
+ * uniVer: 'x',
70
+ * unixVer: 'x'
71
+ * }
72
+ * }
73
+ * }
32
74
  */
33
75
  startSoterAuthentication: StartSoterAuthentication;
34
76
  /**
@@ -58,7 +100,49 @@ export interface Uni {
58
100
  * "web": {
59
101
  * "uniVer": "x",
60
102
  * "unixVer": "x"
61
- * }
103
+ * },
104
+ * "mp":{
105
+ * weixin: {
106
+ * hostVer: '√',
107
+ * uniVer: '√',
108
+ * unixVer: '4.35'
109
+ * },
110
+ * alipay: {
111
+ * hostVer: 'x',
112
+ * uniVer: 'x',
113
+ * unixVer: 'x'
114
+ * },
115
+ * baidu: {
116
+ * hostVer: 'x',
117
+ * uniVer: 'x',
118
+ * unixVer: 'x'
119
+ * },
120
+ * toutiao: {
121
+ * hostVer: 'x',
122
+ * uniVer: 'x',
123
+ * unixVer: 'x'
124
+ * },
125
+ * lark: {
126
+ * hostVer: 'x',
127
+ * uniVer: 'x',
128
+ * unixVer: 'x'
129
+ * },
130
+ * qq: {
131
+ * hostVer: 'x',
132
+ * uniVer: 'x',
133
+ * unixVer: 'x'
134
+ * },
135
+ * kuaishou: {
136
+ * hostVer: 'x',
137
+ * uniVer: 'x',
138
+ * unixVer: 'x'
139
+ * },
140
+ * jd: {
141
+ * hostVer: 'x',
142
+ * uniVer: 'x',
143
+ * unixVer: 'x'
144
+ * }
145
+ * }
62
146
  * }
63
147
  */
64
148
  checkIsSupportSoterAuthentication: CheckIsSupportSoterAuthentication;
@@ -89,7 +173,49 @@ export interface Uni {
89
173
  * "web": {
90
174
  * "uniVer": "x",
91
175
  * "unixVer": "x"
92
- * }
176
+ * },
177
+ * "mp":{
178
+ * weixin: {
179
+ * hostVer: '√',
180
+ * uniVer: '√',
181
+ * unixVer: '4.35'
182
+ * },
183
+ * alipay: {
184
+ * hostVer: 'x',
185
+ * uniVer: 'x',
186
+ * unixVer: 'x'
187
+ * },
188
+ * baidu: {
189
+ * hostVer: 'x',
190
+ * uniVer: 'x',
191
+ * unixVer: 'x'
192
+ * },
193
+ * toutiao: {
194
+ * hostVer: 'x',
195
+ * uniVer: 'x',
196
+ * unixVer: 'x'
197
+ * },
198
+ * lark: {
199
+ * hostVer: 'x',
200
+ * uniVer: 'x',
201
+ * unixVer: 'x'
202
+ * },
203
+ * qq: {
204
+ * hostVer: 'x',
205
+ * uniVer: 'x',
206
+ * unixVer: 'x'
207
+ * },
208
+ * kuaishou: {
209
+ * hostVer: 'x',
210
+ * uniVer: 'x',
211
+ * unixVer: 'x'
212
+ * },
213
+ * jd: {
214
+ * hostVer: 'x',
215
+ * uniVer: 'x',
216
+ * unixVer: 'x'
217
+ * }
218
+ * }
93
219
  * }
94
220
  */
95
221
  checkIsSoterEnrolledInDevice: CheckIsSoterEnrolledInDevice;
@@ -31,7 +31,7 @@ export interface Uni {
31
31
  * weixin: {
32
32
  * hostVer: '√',
33
33
  * uniVer: '√',
34
- * unixVer: 'x'
34
+ * unixVer: '4.35'
35
35
  * },
36
36
  * alipay: {
37
37
  * hostVer: '√',