hylid-bridge 4.0.24-alpha.3 → 4.0.26-alpha.1

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 (89) hide show
  1. package/README.md +5 -5
  2. package/lib/bridges.d.ts +41 -57
  3. package/lib/bridges.js +23 -32
  4. package/lib/clients/mp/alipay/index.d.ts +242 -4
  5. package/lib/clients/mp/alipay/index.js +92 -4
  6. package/lib/clients/mp/alipayhk/index.d.ts +235 -2
  7. package/lib/clients/mp/alipayhk/index.js +90 -3
  8. package/lib/clients/mp/chope/index.d.ts +235 -2
  9. package/lib/clients/mp/chope/index.js +90 -3
  10. package/lib/clients/mp/dana/index.d.ts +235 -2
  11. package/lib/clients/mp/dana/index.js +90 -3
  12. package/lib/clients/mp/demo/index.d.ts +266 -8
  13. package/lib/clients/mp/demo/index.js +114 -3
  14. package/lib/clients/mp/gcash/index.d.ts +235 -2
  15. package/lib/clients/mp/gcash/index.js +90 -3
  16. package/lib/clients/mp/tmn/index.d.ts +235 -2
  17. package/lib/clients/mp/tmn/index.js +90 -3
  18. package/lib/clients/mp/tngd/index.d.ts +235 -2
  19. package/lib/clients/mp/tngd/index.js +90 -3
  20. package/lib/clients/mp/wechat/index.d.ts +0 -1
  21. package/lib/clients/mp_web/alipay/index.d.ts +244 -4
  22. package/lib/clients/mp_web/alipay/index.js +94 -4
  23. package/lib/clients/mp_web/alipayhk/index.d.ts +315 -16
  24. package/lib/clients/mp_web/alipayhk/index.js +105 -8
  25. package/lib/clients/mp_web/chope/index.d.ts +235 -2
  26. package/lib/clients/mp_web/chope/index.js +89 -2
  27. package/lib/clients/mp_web/dana/index.d.ts +314 -16
  28. package/lib/clients/mp_web/dana/index.js +104 -8
  29. package/lib/clients/mp_web/demo/index.d.ts +265 -8
  30. package/lib/clients/mp_web/demo/index.js +112 -2
  31. package/lib/clients/mp_web/gcash/index.d.ts +314 -16
  32. package/lib/clients/mp_web/gcash/index.js +104 -8
  33. package/lib/clients/mp_web/mpay/index.d.ts +315 -24
  34. package/lib/clients/mp_web/mpay/index.js +106 -12
  35. package/lib/clients/mp_web/tmn/index.d.ts +314 -16
  36. package/lib/clients/mp_web/tmn/index.js +104 -8
  37. package/lib/clients/mp_web/tngd/index.d.ts +314 -16
  38. package/lib/clients/mp_web/tngd/index.js +104 -8
  39. package/lib/clients/mp_web/toss/index.d.ts +322 -16
  40. package/lib/clients/mp_web/toss/index.js +106 -8
  41. package/lib/clients/web/alipay/index.d.ts +231 -115
  42. package/lib/clients/web/alipay/index.js +115 -74
  43. package/lib/clients/web/demo/index.d.ts +181 -60
  44. package/lib/clients/web/demo/index.js +106 -48
  45. package/lib/clients/web/h5/index.d.ts +22 -14
  46. package/lib/clients/web/h5/index.js +10 -8
  47. package/lib/clients/web/tngdh5ng/index.d.ts +29 -21
  48. package/lib/clients/web/tngdh5ng/index.js +26 -18
  49. package/lib/clients/web/worldfirst/index.d.ts +7 -0
  50. package/lib/clients/web/worldfirst/index.js +7 -0
  51. package/lib/clients/web/worldfirst/wfOpenDocument.d.ts +20 -0
  52. package/lib/clients/web/worldfirst/wfOpenDocument.js +8 -0
  53. package/lib/common/apis/custom/mp_web/mpay/getAppToken.d.ts +1 -6
  54. package/lib/common/apis/generated/mp/getAppToken.d.ts +2 -14
  55. package/lib/common/apis/generated/mp_web/getAppToken.d.ts +2 -14
  56. package/lib/common/apis/generated/web/getAppToken.d.ts +2 -14
  57. package/lib/dsl.d.ts +12 -11
  58. package/lib/dsl.js +2 -2
  59. package/lib/umd/index.js +1 -1
  60. package/lib/umd/mp_web_alipay.js +1 -1
  61. package/lib/umd/mp_web_alipayhk.js +1 -1
  62. package/lib/umd/mp_web_chope.js +1 -1
  63. package/lib/umd/mp_web_dana.js +1 -1
  64. package/lib/umd/mp_web_demo.js +1 -1
  65. package/lib/umd/mp_web_gcash.js +1 -1
  66. package/lib/umd/mp_web_mpay.js +1 -1
  67. package/lib/umd/mp_web_tmn.js +1 -1
  68. package/lib/umd/mp_web_tngd.js +1 -1
  69. package/lib/umd/mp_web_toss.js +1 -1
  70. package/lib/umd/web_alipay.js +1 -1
  71. package/lib/umd/web_demo.js +1 -1
  72. package/lib/umd/web_h5.js +1 -1
  73. package/lib/umd/web_tngdh5ng.js +1 -1
  74. package/lib/umd/web_worldfirst.js +1 -0
  75. package/lib/whichCanIUse/compatibilities.json +125123 -1659
  76. package/lib/whichCanIUse/index.d.ts +6 -21
  77. package/lib/whichCanIUse/index.js +43 -65
  78. package/package.json +9 -9
  79. package/lib/clients/web/alipay/getClientInfo.d.ts +0 -2
  80. package/lib/clients/web/alipay/getClientInfo.js +0 -3
  81. package/lib/clients/web/alipayhk/getClientInfo.d.ts +0 -2
  82. package/lib/clients/web/alipayhk/getClientInfo.js +0 -3
  83. package/lib/clients/web/alipayhk/index.d.ts +0 -24
  84. package/lib/clients/web/alipayhk/index.js +0 -9
  85. package/lib/common/apis/generated/web/getClientInfo.d.ts +0 -33
  86. package/lib/common/apis/generated/web/getClientInfo.js +0 -8
  87. package/lib/umd/web_alipayhk.js +0 -1
  88. /package/lib/clients/web/{alipayhk → demo}/getAppToken.d.ts +0 -0
  89. /package/lib/clients/web/{alipayhk → demo}/getAppToken.js +0 -0
@@ -12,6 +12,7 @@ import { connectSocket, connectSocketAsync } from '../../../common/apis/generate
12
12
  import { datePicker, datePickerAsync } from '../../../common/apis/generated/mp_web/datePicker';
13
13
  import { disconnectBLEDevice, disconnectBLEDeviceAsync } from '../../../common/apis/generated/mp_web/disconnectBLEDevice';
14
14
  import { downloadFile, downloadFileAsync } from '../../../common/apis/generated/mp_web/downloadFile';
15
+ import getAppToken from './getAppToken';
15
16
  import { getAuthCode, getAuthCodeAsync } from '../../../common/apis/generated/mp_web/getAuthCode';
16
17
  import { getBatteryInfo, getBatteryInfoAsync } from '../../../common/apis/generated/mp_web/getBatteryInfo';
17
18
  import { getBLEDeviceCharacteristics, getBLEDeviceCharacteristicsAsync } from '../../../common/apis/generated/mp_web/getBLEDeviceCharacteristics';
@@ -22,6 +23,7 @@ import { getClipboard, getClipboardAsync } from '../../../common/apis/generated/
22
23
  import { getConnectedBluetoothDevices, getConnectedBluetoothDevicesAsync } from '../../../common/apis/generated/mp_web/getConnectedBluetoothDevices';
23
24
  import { getFileInfo, getFileInfoAsync } from '../../../common/apis/generated/mp_web/getFileInfo';
24
25
  import { getImageInfo, getImageInfoAsync } from '../../../common/apis/generated/mp_web/getImageInfo';
26
+ import getLocation from './getLocation';
25
27
  import { getNetworkType, getNetworkTypeAsync } from '../../../common/apis/generated/mp_web/getNetworkType';
26
28
  import { getOpenUserInfo, getOpenUserInfoAsync } from '../../../common/apis/generated/mp_web/getOpenUserInfo';
27
29
  import { getSavedFileInfo, getSavedFileInfoAsync } from '../../../common/apis/generated/mp_web/getSavedFileInfo';
@@ -111,6 +113,9 @@ import { vibrate, vibrateAsync } from '../../../common/apis/generated/mp_web/vib
111
113
  import { watchShake, watchShakeAsync } from '../../../common/apis/generated/mp_web/watchShake';
112
114
  import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '../../../common/apis/generated/mp_web/writeBLECharacteristicValue';
113
115
  import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp_web/showSharePanel';
116
+ import getAppId from './getAppId';
117
+ import getCurrentPages from './getCurrentPages';
118
+ import getSDKVersion from './getSDKVersion';
114
119
  import { setTransparentTitle, setTransparentTitleAsync } from '../../../common/apis/generated/mp_web/setTransparentTitle';
115
120
  import { getRunScene, getRunSceneAsync } from '../../../common/apis/generated/mp_web/getRunScene';
116
121
  import { chooseFileFromDisk, chooseFileFromDiskAsync } from '../../../common/apis/generated/mp_web/chooseFileFromDisk';
@@ -118,59 +123,103 @@ import { chooseVideo, chooseVideoAsync } from '../../../common/apis/generated/mp
118
123
  import { compressImage, compressImageAsync } from '../../../common/apis/generated/mp_web/compressImage';
119
124
  import { setTabBarItem, setTabBarItemAsync } from '../../../common/apis/generated/mp_web/setTabBarItem';
120
125
  import { showTabBar, showTabBarAsync } from '../../../common/apis/generated/mp_web/showTabBar';
121
- import getAppToken from './getAppToken';
122
- import getLocation from './getLocation';
123
- import getAppId from './getAppId';
124
- import getCurrentPages from './getCurrentPages';
125
- import getSDKVersion from './getSDKVersion';
126
126
  export default {
127
127
  addPhoneContact: addPhoneContact,
128
+ addPhoneContactAsync: addPhoneContactAsync,
128
129
  alert: alert,
130
+ alertAsync: alertAsync,
129
131
  chooseImage: chooseImage,
132
+ chooseImageAsync: chooseImageAsync,
130
133
  choosePhoneContact: choosePhoneContact,
134
+ choosePhoneContactAsync: choosePhoneContactAsync,
131
135
  clearStorage: clearStorage,
136
+ clearStorageAsync: clearStorageAsync,
132
137
  closeBluetoothAdapter: closeBluetoothAdapter,
138
+ closeBluetoothAdapterAsync: closeBluetoothAdapterAsync,
133
139
  closeSocket: closeSocket,
140
+ closeSocketAsync: closeSocketAsync,
134
141
  confirm: confirm,
142
+ confirmAsync: confirmAsync,
135
143
  connectBLEDevice: connectBLEDevice,
144
+ connectBLEDeviceAsync: connectBLEDeviceAsync,
136
145
  connectSocket: connectSocket,
146
+ connectSocketAsync: connectSocketAsync,
137
147
  datePicker: datePicker,
148
+ datePickerAsync: datePickerAsync,
138
149
  disconnectBLEDevice: disconnectBLEDevice,
150
+ disconnectBLEDeviceAsync: disconnectBLEDeviceAsync,
139
151
  downloadFile: downloadFile,
152
+ downloadFileAsync: downloadFileAsync,
153
+ getAppToken: getAppToken,
140
154
  getAuthCode: getAuthCode,
155
+ getAuthCodeAsync: getAuthCodeAsync,
141
156
  getBatteryInfo: getBatteryInfo,
157
+ getBatteryInfoAsync: getBatteryInfoAsync,
142
158
  getBLEDeviceCharacteristics: getBLEDeviceCharacteristics,
159
+ getBLEDeviceCharacteristicsAsync: getBLEDeviceCharacteristicsAsync,
143
160
  getBLEDeviceServices: getBLEDeviceServices,
161
+ getBLEDeviceServicesAsync: getBLEDeviceServicesAsync,
144
162
  getBluetoothAdapterState: getBluetoothAdapterState,
163
+ getBluetoothAdapterStateAsync: getBluetoothAdapterStateAsync,
145
164
  getBluetoothDevices: getBluetoothDevices,
165
+ getBluetoothDevicesAsync: getBluetoothDevicesAsync,
146
166
  getClipboard: getClipboard,
167
+ getClipboardAsync: getClipboardAsync,
147
168
  getConnectedBluetoothDevices: getConnectedBluetoothDevices,
169
+ getConnectedBluetoothDevicesAsync: getConnectedBluetoothDevicesAsync,
148
170
  getFileInfo: getFileInfo,
171
+ getFileInfoAsync: getFileInfoAsync,
149
172
  getImageInfo: getImageInfo,
173
+ getImageInfoAsync: getImageInfoAsync,
174
+ getLocation: getLocation,
150
175
  getNetworkType: getNetworkType,
176
+ getNetworkTypeAsync: getNetworkTypeAsync,
151
177
  getOpenUserInfo: getOpenUserInfo,
178
+ getOpenUserInfoAsync: getOpenUserInfoAsync,
152
179
  getSavedFileInfo: getSavedFileInfo,
180
+ getSavedFileInfoAsync: getSavedFileInfoAsync,
153
181
  getSavedFileList: getSavedFileList,
182
+ getSavedFileListAsync: getSavedFileListAsync,
154
183
  getScreenBrightness: getScreenBrightness,
184
+ getScreenBrightnessAsync: getScreenBrightnessAsync,
155
185
  getServerTime: getServerTime,
186
+ getServerTimeAsync: getServerTimeAsync,
156
187
  getSetting: getSetting,
188
+ getSettingAsync: getSettingAsync,
157
189
  getSiteInfo: getSiteInfo,
190
+ getSiteInfoAsync: getSiteInfoAsync,
158
191
  getStorage: getStorage,
192
+ getStorageAsync: getStorageAsync,
159
193
  getSystemInfo: getSystemInfo,
194
+ getSystemInfoAsync: getSystemInfoAsync,
160
195
  hideBackHome: hideBackHome,
196
+ hideBackHomeAsync: hideBackHomeAsync,
161
197
  hideKeyboard: hideKeyboard,
198
+ hideKeyboardAsync: hideKeyboardAsync,
162
199
  hideLoading: hideLoading,
200
+ hideLoadingAsync: hideLoadingAsync,
163
201
  hideNavigationBarLoading: hideNavigationBarLoading,
202
+ hideNavigationBarLoadingAsync: hideNavigationBarLoadingAsync,
164
203
  hideTabBar: hideTabBar,
204
+ hideTabBarAsync: hideTabBarAsync,
165
205
  hideToast: hideToast,
206
+ hideToastAsync: hideToastAsync,
166
207
  makePhoneCall: makePhoneCall,
208
+ makePhoneCallAsync: makePhoneCallAsync,
167
209
  multiLevelSelect: multiLevelSelect,
210
+ multiLevelSelectAsync: multiLevelSelectAsync,
168
211
  navigateBack: navigateBack,
212
+ navigateBackAsync: navigateBackAsync,
169
213
  navigateBackMiniProgram: navigateBackMiniProgram,
214
+ navigateBackMiniProgramAsync: navigateBackMiniProgramAsync,
170
215
  navigateTo: navigateTo,
216
+ navigateToAsync: navigateToAsync,
171
217
  navigateToBizScene: navigateToBizScene,
218
+ navigateToBizSceneAsync: navigateToBizSceneAsync,
172
219
  navigateToMiniProgram: navigateToMiniProgram,
220
+ navigateToMiniProgramAsync: navigateToMiniProgramAsync,
173
221
  notifyBLECharacteristicValueChange: notifyBLECharacteristicValueChange,
222
+ notifyBLECharacteristicValueChangeAsync: notifyBLECharacteristicValueChangeAsync,
174
223
  offAccelerometerChange: offAccelerometerChange,
175
224
  offBLECharacteristicValueChange: offBLECharacteristicValueChange,
176
225
  offBLEConnectionStateChanged: offBLEConnectionStateChanged,
@@ -196,58 +245,103 @@ export default {
196
245
  onSocketOpen: onSocketOpen,
197
246
  onUserCaptureScreen: onUserCaptureScreen,
198
247
  openBluetoothAdapter: openBluetoothAdapter,
248
+ openBluetoothAdapterAsync: openBluetoothAdapterAsync,
199
249
  openDocument: openDocument,
250
+ openDocumentAsync: openDocumentAsync,
200
251
  openSetting: openSetting,
252
+ openSettingAsync: openSettingAsync,
201
253
  pageScrollTo: pageScrollTo,
254
+ pageScrollToAsync: pageScrollToAsync,
202
255
  previewImage: previewImage,
256
+ previewImageAsync: previewImageAsync,
203
257
  prompt: prompt,
258
+ promptAsync: promptAsync,
204
259
  readBLECharacteristicValue: readBLECharacteristicValue,
260
+ readBLECharacteristicValueAsync: readBLECharacteristicValueAsync,
205
261
  redirectTo: redirectTo,
262
+ redirectToAsync: redirectToAsync,
206
263
  reLaunch: reLaunch,
264
+ reLaunchAsync: reLaunchAsync,
207
265
  removeSavedFile: removeSavedFile,
266
+ removeSavedFileAsync: removeSavedFileAsync,
208
267
  removeStorage: removeStorage,
268
+ removeStorageAsync: removeStorageAsync,
209
269
  request: request,
270
+ requestAsync: requestAsync,
210
271
  saveFile: saveFile,
272
+ saveFileAsync: saveFileAsync,
211
273
  saveImage: saveImage,
274
+ saveImageAsync: saveImageAsync,
212
275
  scan: scan,
276
+ scanAsync: scanAsync,
213
277
  sendSocketMessage: sendSocketMessage,
278
+ sendSocketMessageAsync: sendSocketMessageAsync,
214
279
  setBackgroundColor: setBackgroundColor,
280
+ setBackgroundColorAsync: setBackgroundColorAsync,
215
281
  setCanPullDown: setCanPullDown,
282
+ setCanPullDownAsync: setCanPullDownAsync,
216
283
  setClipboard: setClipboard,
284
+ setClipboardAsync: setClipboardAsync,
217
285
  setKeepScreenOn: setKeepScreenOn,
286
+ setKeepScreenOnAsync: setKeepScreenOnAsync,
218
287
  setNavigationBar: setNavigationBar,
288
+ setNavigationBarAsync: setNavigationBarAsync,
219
289
  setScreenBrightness: setScreenBrightness,
290
+ setScreenBrightnessAsync: setScreenBrightnessAsync,
220
291
  setStorage: setStorage,
292
+ setStorageAsync: setStorageAsync,
221
293
  setTabBarStyle: setTabBarStyle,
294
+ setTabBarStyleAsync: setTabBarStyleAsync,
222
295
  showActionSheet: showActionSheet,
296
+ showActionSheetAsync: showActionSheetAsync,
223
297
  showAuthGuide: showAuthGuide,
298
+ showAuthGuideAsync: showAuthGuideAsync,
224
299
  showLoading: showLoading,
300
+ showLoadingAsync: showLoadingAsync,
225
301
  showNavigationBarLoading: showNavigationBarLoading,
302
+ showNavigationBarLoadingAsync: showNavigationBarLoadingAsync,
226
303
  showToast: showToast,
304
+ showToastAsync: showToastAsync,
227
305
  signContract: signContract,
306
+ signContractAsync: signContractAsync,
228
307
  startBluetoothDevicesDiscovery: startBluetoothDevicesDiscovery,
308
+ startBluetoothDevicesDiscoveryAsync: startBluetoothDevicesDiscoveryAsync,
229
309
  startPullDownRefresh: startPullDownRefresh,
310
+ startPullDownRefreshAsync: startPullDownRefreshAsync,
230
311
  stopBluetoothDevicesDiscovery: stopBluetoothDevicesDiscovery,
312
+ stopBluetoothDevicesDiscoveryAsync: stopBluetoothDevicesDiscoveryAsync,
231
313
  stopPullDownRefresh: stopPullDownRefresh,
314
+ stopPullDownRefreshAsync: stopPullDownRefreshAsync,
232
315
  switchTab: switchTab,
316
+ switchTabAsync: switchTabAsync,
233
317
  tradePay: tradePay,
318
+ tradePayAsync: tradePayAsync,
234
319
  uploadFile: uploadFile,
320
+ uploadFileAsync: uploadFileAsync,
235
321
  vibrate: vibrate,
322
+ vibrateAsync: vibrateAsync,
236
323
  watchShake: watchShake,
324
+ watchShakeAsync: watchShakeAsync,
237
325
  writeBLECharacteristicValue: writeBLECharacteristicValue,
326
+ writeBLECharacteristicValueAsync: writeBLECharacteristicValueAsync,
238
327
  showSharePanel: showSharePanel,
328
+ showSharePanelAsync: showSharePanelAsync,
329
+ getAppId: getAppId,
330
+ getCurrentPages: getCurrentPages,
331
+ getSDKVersion: getSDKVersion,
239
332
  setTransparentTitle: setTransparentTitle,
333
+ setTransparentTitleAsync: setTransparentTitleAsync,
240
334
  getRunScene: getRunScene,
335
+ getRunSceneAsync: getRunSceneAsync,
241
336
  chooseFileFromDisk: chooseFileFromDisk,
337
+ chooseFileFromDiskAsync: chooseFileFromDiskAsync,
242
338
  chooseVideo: chooseVideo,
339
+ chooseVideoAsync: chooseVideoAsync,
243
340
  compressImage: compressImage,
341
+ compressImageAsync: compressImageAsync,
244
342
  setTabBarItem: setTabBarItem,
343
+ setTabBarItemAsync: setTabBarItemAsync,
245
344
  showTabBar: showTabBar,
246
- getAppToken: getAppToken,
247
- getLocation: getLocation,
248
- getAppId: getAppId,
249
- getCurrentPages: getCurrentPages,
250
- getSDKVersion: getSDKVersion
345
+ showTabBarAsync: showTabBarAsync
251
346
  };
252
- export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, datePicker, disconnectBLEDevice, downloadFile, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getSystemInfo, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToBizScene, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, showSharePanel, setTransparentTitle, getRunScene, chooseFileFromDisk, chooseVideo, compressImage, setTabBarItem, showTabBar, getAppToken, getLocation, getAppId, getCurrentPages, getSDKVersion };
253
- export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, getAuthCodeAsync, getBatteryInfoAsync, getBLEDeviceCharacteristicsAsync, getBLEDeviceServicesAsync, getBluetoothAdapterStateAsync, getBluetoothDevicesAsync, getClipboardAsync, getConnectedBluetoothDevicesAsync, getFileInfoAsync, getImageInfoAsync, getNetworkTypeAsync, getOpenUserInfoAsync, getSavedFileInfoAsync, getSavedFileListAsync, getScreenBrightnessAsync, getServerTimeAsync, getSettingAsync, getSiteInfoAsync, getStorageAsync, getSystemInfoAsync, hideBackHomeAsync, hideKeyboardAsync, hideLoadingAsync, hideNavigationBarLoadingAsync, hideTabBarAsync, hideToastAsync, makePhoneCallAsync, multiLevelSelectAsync, navigateBackAsync, navigateBackMiniProgramAsync, navigateToAsync, navigateToBizSceneAsync, navigateToMiniProgramAsync, notifyBLECharacteristicValueChangeAsync, openBluetoothAdapterAsync, openDocumentAsync, openSettingAsync, pageScrollToAsync, previewImageAsync, promptAsync, readBLECharacteristicValueAsync, redirectToAsync, reLaunchAsync, removeSavedFileAsync, removeStorageAsync, requestAsync, saveFileAsync, saveImageAsync, scanAsync, sendSocketMessageAsync, setBackgroundColorAsync, setCanPullDownAsync, setClipboardAsync, setKeepScreenOnAsync, setNavigationBarAsync, setScreenBrightnessAsync, setStorageAsync, setTabBarStyleAsync, showActionSheetAsync, showAuthGuideAsync, showLoadingAsync, showNavigationBarLoadingAsync, showToastAsync, signContractAsync, startBluetoothDevicesDiscoveryAsync, startPullDownRefreshAsync, stopBluetoothDevicesDiscoveryAsync, stopPullDownRefreshAsync, switchTabAsync, tradePayAsync, uploadFileAsync, vibrateAsync, watchShakeAsync, writeBLECharacteristicValueAsync, showSharePanelAsync, setTransparentTitleAsync, getRunSceneAsync, chooseFileFromDiskAsync, chooseVideoAsync, compressImageAsync, setTabBarItemAsync, showTabBarAsync };
347
+ export { addPhoneContact, addPhoneContactAsync, alert, alertAsync, chooseImage, chooseImageAsync, choosePhoneContact, choosePhoneContactAsync, clearStorage, clearStorageAsync, closeBluetoothAdapter, closeBluetoothAdapterAsync, closeSocket, closeSocketAsync, confirm, confirmAsync, connectBLEDevice, connectBLEDeviceAsync, connectSocket, connectSocketAsync, datePicker, datePickerAsync, disconnectBLEDevice, disconnectBLEDeviceAsync, downloadFile, downloadFileAsync, getAppToken, getAuthCode, getAuthCodeAsync, getBatteryInfo, getBatteryInfoAsync, getBLEDeviceCharacteristics, getBLEDeviceCharacteristicsAsync, getBLEDeviceServices, getBLEDeviceServicesAsync, getBluetoothAdapterState, getBluetoothAdapterStateAsync, getBluetoothDevices, getBluetoothDevicesAsync, getClipboard, getClipboardAsync, getConnectedBluetoothDevices, getConnectedBluetoothDevicesAsync, getFileInfo, getFileInfoAsync, getImageInfo, getImageInfoAsync, getLocation, getNetworkType, getNetworkTypeAsync, getOpenUserInfo, getOpenUserInfoAsync, getSavedFileInfo, getSavedFileInfoAsync, getSavedFileList, getSavedFileListAsync, getScreenBrightness, getScreenBrightnessAsync, getServerTime, getServerTimeAsync, getSetting, getSettingAsync, getSiteInfo, getSiteInfoAsync, getStorage, getStorageAsync, getSystemInfo, getSystemInfoAsync, hideBackHome, hideBackHomeAsync, hideKeyboard, hideKeyboardAsync, hideLoading, hideLoadingAsync, hideNavigationBarLoading, hideNavigationBarLoadingAsync, hideTabBar, hideTabBarAsync, hideToast, hideToastAsync, makePhoneCall, makePhoneCallAsync, multiLevelSelect, multiLevelSelectAsync, navigateBack, navigateBackAsync, navigateBackMiniProgram, navigateBackMiniProgramAsync, navigateTo, navigateToAsync, navigateToBizScene, navigateToBizSceneAsync, navigateToMiniProgram, navigateToMiniProgramAsync, notifyBLECharacteristicValueChange, notifyBLECharacteristicValueChangeAsync, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openBluetoothAdapterAsync, openDocument, openDocumentAsync, openSetting, openSettingAsync, pageScrollTo, pageScrollToAsync, previewImage, previewImageAsync, prompt, promptAsync, readBLECharacteristicValue, readBLECharacteristicValueAsync, redirectTo, redirectToAsync, reLaunch, reLaunchAsync, removeSavedFile, removeSavedFileAsync, removeStorage, removeStorageAsync, request, requestAsync, saveFile, saveFileAsync, saveImage, saveImageAsync, scan, scanAsync, sendSocketMessage, sendSocketMessageAsync, setBackgroundColor, setBackgroundColorAsync, setCanPullDown, setCanPullDownAsync, setClipboard, setClipboardAsync, setKeepScreenOn, setKeepScreenOnAsync, setNavigationBar, setNavigationBarAsync, setScreenBrightness, setScreenBrightnessAsync, setStorage, setStorageAsync, setTabBarStyle, setTabBarStyleAsync, showActionSheet, showActionSheetAsync, showAuthGuide, showAuthGuideAsync, showLoading, showLoadingAsync, showNavigationBarLoading, showNavigationBarLoadingAsync, showToast, showToastAsync, signContract, signContractAsync, startBluetoothDevicesDiscovery, startBluetoothDevicesDiscoveryAsync, startPullDownRefresh, startPullDownRefreshAsync, stopBluetoothDevicesDiscovery, stopBluetoothDevicesDiscoveryAsync, stopPullDownRefresh, stopPullDownRefreshAsync, switchTab, switchTabAsync, tradePay, tradePayAsync, uploadFile, uploadFileAsync, vibrate, vibrateAsync, watchShake, watchShakeAsync, writeBLECharacteristicValue, writeBLECharacteristicValueAsync, showSharePanel, showSharePanelAsync, getAppId, getCurrentPages, getSDKVersion, setTransparentTitle, setTransparentTitleAsync, getRunScene, getRunSceneAsync, chooseFileFromDisk, chooseFileFromDiskAsync, chooseVideo, chooseVideoAsync, compressImage, compressImageAsync, setTabBarItem, setTabBarItemAsync, showTabBar, showTabBarAsync };