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
@@ -148,70 +148,129 @@ import { showSharePanel, showSharePanelAsync } from '../../../common/apis/genera
148
148
  import { hideOptionButton, hideOptionButtonAsync } from '../../../common/apis/generated/mp/hideOptionButton';
149
149
  export default {
150
150
  addFatigueAction: addFatigueAction,
151
+ addFatigueActionAsync: addFatigueActionAsync,
151
152
  addPhoneContact: addPhoneContact,
153
+ addPhoneContactAsync: addPhoneContactAsync,
152
154
  alert: alert,
155
+ alertAsync: alertAsync,
153
156
  apDisableJSAPI: apDisableJSAPI,
157
+ apDisableJSAPIAsync: apDisableJSAPIAsync,
154
158
  appxrpc: appxrpc,
159
+ appxrpcAsync: appxrpcAsync,
155
160
  APRegionRPC: APRegionRPC,
161
+ APRegionRPCAsync: APRegionRPCAsync,
156
162
  batchQueryCdpSpaceInfo: batchQueryCdpSpaceInfo,
163
+ batchQueryCdpSpaceInfoAsync: batchQueryCdpSpaceInfoAsync,
157
164
  chooseImage: chooseImage,
165
+ chooseImageAsync: chooseImageAsync,
158
166
  choosePhoneContact: choosePhoneContact,
167
+ choosePhoneContactAsync: choosePhoneContactAsync,
159
168
  clearStorage: clearStorage,
169
+ clearStorageAsync: clearStorageAsync,
160
170
  clearStorageSync: clearStorageSync,
161
171
  closeBluetoothAdapter: closeBluetoothAdapter,
172
+ closeBluetoothAdapterAsync: closeBluetoothAdapterAsync,
162
173
  closeSocket: closeSocket,
174
+ closeSocketAsync: closeSocketAsync,
163
175
  confirm: confirm,
176
+ confirmAsync: confirmAsync,
164
177
  connectBLEDevice: connectBLEDevice,
178
+ connectBLEDeviceAsync: connectBLEDeviceAsync,
165
179
  connectSocket: connectSocket,
180
+ connectSocketAsync: connectSocketAsync,
166
181
  createAnimation: createAnimation,
167
182
  createWebViewContext: createWebViewContext,
168
183
  datePicker: datePicker,
184
+ datePickerAsync: datePickerAsync,
169
185
  disconnectBLEDevice: disconnectBLEDevice,
186
+ disconnectBLEDeviceAsync: disconnectBLEDeviceAsync,
170
187
  downloadFile: downloadFile,
188
+ downloadFileAsync: downloadFileAsync,
171
189
  exitApp: exitApp,
190
+ exitAppAsync: exitAppAsync,
172
191
  getAppIdSync: getAppIdSync,
173
192
  getAppToken: getAppToken,
193
+ getAppTokenAsync: getAppTokenAsync,
174
194
  getAuthCode: getAuthCode,
195
+ getAuthCodeAsync: getAuthCodeAsync,
175
196
  getBatteryInfo: getBatteryInfo,
197
+ getBatteryInfoAsync: getBatteryInfoAsync,
176
198
  getBLEDeviceCharacteristics: getBLEDeviceCharacteristics,
199
+ getBLEDeviceCharacteristicsAsync: getBLEDeviceCharacteristicsAsync,
177
200
  getBLEDeviceServices: getBLEDeviceServices,
201
+ getBLEDeviceServicesAsync: getBLEDeviceServicesAsync,
178
202
  getBluetoothAdapterState: getBluetoothAdapterState,
203
+ getBluetoothAdapterStateAsync: getBluetoothAdapterStateAsync,
179
204
  getBluetoothDevices: getBluetoothDevices,
205
+ getBluetoothDevicesAsync: getBluetoothDevicesAsync,
180
206
  getClipboard: getClipboard,
207
+ getClipboardAsync: getClipboardAsync,
181
208
  getComponentAuth: getComponentAuth,
209
+ getComponentAuthAsync: getComponentAuthAsync,
182
210
  getConnectedBluetoothDevices: getConnectedBluetoothDevices,
211
+ getConnectedBluetoothDevicesAsync: getConnectedBluetoothDevicesAsync,
183
212
  getFileInfo: getFileInfo,
213
+ getFileInfoAsync: getFileInfoAsync,
184
214
  getImageInfo: getImageInfo,
215
+ getImageInfoAsync: getImageInfoAsync,
185
216
  getLocation: getLocation,
217
+ getLocationAsync: getLocationAsync,
186
218
  getNetworkType: getNetworkType,
219
+ getNetworkTypeAsync: getNetworkTypeAsync,
187
220
  getOpenUserInfo: getOpenUserInfo,
221
+ getOpenUserInfoAsync: getOpenUserInfoAsync,
188
222
  getPaymentCode: getPaymentCode,
223
+ getPaymentCodeAsync: getPaymentCodeAsync,
189
224
  getPhoneNumber: getPhoneNumber,
225
+ getPhoneNumberAsync: getPhoneNumberAsync,
190
226
  getSavedFileInfo: getSavedFileInfo,
227
+ getSavedFileInfoAsync: getSavedFileInfoAsync,
191
228
  getSavedFileList: getSavedFileList,
229
+ getSavedFileListAsync: getSavedFileListAsync,
192
230
  getScreenBrightness: getScreenBrightness,
231
+ getScreenBrightnessAsync: getScreenBrightnessAsync,
193
232
  getServerTime: getServerTime,
233
+ getServerTimeAsync: getServerTimeAsync,
194
234
  getSetting: getSetting,
235
+ getSettingAsync: getSettingAsync,
195
236
  getSiteInfo: getSiteInfo,
237
+ getSiteInfoAsync: getSiteInfoAsync,
196
238
  getStorage: getStorage,
239
+ getStorageAsync: getStorageAsync,
197
240
  getStorageSync: getStorageSync,
198
241
  getSystemInfo: getSystemInfo,
242
+ getSystemInfoAsync: getSystemInfoAsync,
199
243
  getSystemInfoSync: getSystemInfoSync,
200
244
  hideBackHome: hideBackHome,
245
+ hideBackHomeAsync: hideBackHomeAsync,
201
246
  hideKeyboard: hideKeyboard,
247
+ hideKeyboardAsync: hideKeyboardAsync,
202
248
  hideLoading: hideLoading,
249
+ hideLoadingAsync: hideLoadingAsync,
203
250
  hideNavigationBarLoading: hideNavigationBarLoading,
251
+ hideNavigationBarLoadingAsync: hideNavigationBarLoadingAsync,
204
252
  hideTabBar: hideTabBar,
253
+ hideTabBarAsync: hideTabBarAsync,
205
254
  hideToast: hideToast,
255
+ hideToastAsync: hideToastAsync,
206
256
  inquireQuote: inquireQuote,
257
+ inquireQuoteAsync: inquireQuoteAsync,
207
258
  isInstalledApp: isInstalledApp,
259
+ isInstalledAppAsync: isInstalledAppAsync,
208
260
  makePhoneCall: makePhoneCall,
261
+ makePhoneCallAsync: makePhoneCallAsync,
209
262
  multiLevelSelect: multiLevelSelect,
263
+ multiLevelSelectAsync: multiLevelSelectAsync,
210
264
  navigateBack: navigateBack,
265
+ navigateBackAsync: navigateBackAsync,
211
266
  navigateBackMiniProgram: navigateBackMiniProgram,
267
+ navigateBackMiniProgramAsync: navigateBackMiniProgramAsync,
212
268
  navigateTo: navigateTo,
269
+ navigateToAsync: navigateToAsync,
213
270
  navigateToMiniProgram: navigateToMiniProgram,
271
+ navigateToMiniProgramAsync: navigateToMiniProgramAsync,
214
272
  notifyBLECharacteristicValueChange: notifyBLECharacteristicValueChange,
273
+ notifyBLECharacteristicValueChangeAsync: notifyBLECharacteristicValueChangeAsync,
215
274
  offAccelerometerChange: offAccelerometerChange,
216
275
  offBLECharacteristicValueChange: offBLECharacteristicValueChange,
217
276
  offBLEConnectionStateChanged: offBLEConnectionStateChanged,
@@ -237,63 +296,115 @@ export default {
237
296
  onSocketOpen: onSocketOpen,
238
297
  onUserCaptureScreen: onUserCaptureScreen,
239
298
  openBluetoothAdapter: openBluetoothAdapter,
299
+ openBluetoothAdapterAsync: openBluetoothAdapterAsync,
240
300
  openDocument: openDocument,
301
+ openDocumentAsync: openDocumentAsync,
241
302
  openSchemeWithBacking: openSchemeWithBacking,
303
+ openSchemeWithBackingAsync: openSchemeWithBackingAsync,
242
304
  openSetting: openSetting,
305
+ openSettingAsync: openSettingAsync,
243
306
  pageScrollTo: pageScrollTo,
307
+ pageScrollToAsync: pageScrollToAsync,
244
308
  paySignCenter: paySignCenter,
309
+ paySignCenterAsync: paySignCenterAsync,
245
310
  previewImage: previewImage,
311
+ previewImageAsync: previewImageAsync,
246
312
  prompt: prompt,
313
+ promptAsync: promptAsync,
247
314
  readBLECharacteristicValue: readBLECharacteristicValue,
315
+ readBLECharacteristicValueAsync: readBLECharacteristicValueAsync,
248
316
  redirectTo: redirectTo,
317
+ redirectToAsync: redirectToAsync,
249
318
  regionFetchAllApps: regionFetchAllApps,
319
+ regionFetchAllAppsAsync: regionFetchAllAppsAsync,
250
320
  regionSearchAppsByKeywords: regionSearchAppsByKeywords,
321
+ regionSearchAppsByKeywordsAsync: regionSearchAppsByKeywordsAsync,
251
322
  reLaunch: reLaunch,
323
+ reLaunchAsync: reLaunchAsync,
252
324
  removeSavedFile: removeSavedFile,
325
+ removeSavedFileAsync: removeSavedFileAsync,
253
326
  removeStorage: removeStorage,
327
+ removeStorageAsync: removeStorageAsync,
254
328
  removeStorageSync: removeStorageSync,
255
329
  request: request,
330
+ requestAsync: requestAsync,
256
331
  rpc: rpc,
332
+ rpcAsync: rpcAsync,
257
333
  saveFile: saveFile,
334
+ saveFileAsync: saveFileAsync,
258
335
  saveImage: saveImage,
336
+ saveImageAsync: saveImageAsync,
259
337
  scan: scan,
338
+ scanAsync: scanAsync,
260
339
  sendSocketMessage: sendSocketMessage,
340
+ sendSocketMessageAsync: sendSocketMessageAsync,
261
341
  setBackgroundColor: setBackgroundColor,
342
+ setBackgroundColorAsync: setBackgroundColorAsync,
262
343
  setCanPullDown: setCanPullDown,
344
+ setCanPullDownAsync: setCanPullDownAsync,
263
345
  setClipboard: setClipboard,
346
+ setClipboardAsync: setClipboardAsync,
264
347
  setKeepScreenOn: setKeepScreenOn,
348
+ setKeepScreenOnAsync: setKeepScreenOnAsync,
265
349
  setNavigationBar: setNavigationBar,
350
+ setNavigationBarAsync: setNavigationBarAsync,
266
351
  setOptionMenu: setOptionMenu,
352
+ setOptionMenuAsync: setOptionMenuAsync,
267
353
  setScreenBrightness: setScreenBrightness,
354
+ setScreenBrightnessAsync: setScreenBrightnessAsync,
268
355
  setStorage: setStorage,
356
+ setStorageAsync: setStorageAsync,
269
357
  setStorageSync: setStorageSync,
270
358
  setTabBarStyle: setTabBarStyle,
359
+ setTabBarStyleAsync: setTabBarStyleAsync,
271
360
  showActionSheet: showActionSheet,
361
+ showActionSheetAsync: showActionSheetAsync,
272
362
  showAuthGuide: showAuthGuide,
363
+ showAuthGuideAsync: showAuthGuideAsync,
273
364
  showLoading: showLoading,
365
+ showLoadingAsync: showLoadingAsync,
274
366
  showNavigationBarLoading: showNavigationBarLoading,
367
+ showNavigationBarLoadingAsync: showNavigationBarLoadingAsync,
275
368
  showToast: showToast,
369
+ showToastAsync: showToastAsync,
276
370
  signContract: signContract,
371
+ signContractAsync: signContractAsync,
277
372
  startApp: startApp,
373
+ startAppAsync: startAppAsync,
278
374
  startBizService: startBizService,
375
+ startBizServiceAsync: startBizServiceAsync,
279
376
  startBluetoothDevicesDiscovery: startBluetoothDevicesDiscovery,
377
+ startBluetoothDevicesDiscoveryAsync: startBluetoothDevicesDiscoveryAsync,
280
378
  startPullDownRefresh: startPullDownRefresh,
379
+ startPullDownRefreshAsync: startPullDownRefreshAsync,
281
380
  stopBluetoothDevicesDiscovery: stopBluetoothDevicesDiscovery,
381
+ stopBluetoothDevicesDiscoveryAsync: stopBluetoothDevicesDiscoveryAsync,
282
382
  stopPullDownRefresh: stopPullDownRefresh,
383
+ stopPullDownRefreshAsync: stopPullDownRefreshAsync,
283
384
  switchTab: switchTab,
385
+ switchTabAsync: switchTabAsync,
284
386
  thirdPartyAuthForAc: thirdPartyAuthForAc,
387
+ thirdPartyAuthForAcAsync: thirdPartyAuthForAcAsync,
285
388
  tradePay: tradePay,
389
+ tradePayAsync: tradePayAsync,
286
390
  uploadApdidToken: uploadApdidToken,
391
+ uploadApdidTokenAsync: uploadApdidTokenAsync,
287
392
  uploadFile: uploadFile,
393
+ uploadFileAsync: uploadFileAsync,
288
394
  vibrate: vibrate,
395
+ vibrateAsync: vibrateAsync,
289
396
  watchShake: watchShake,
397
+ watchShakeAsync: watchShakeAsync,
290
398
  writeBLECharacteristicValue: writeBLECharacteristicValue,
399
+ writeBLECharacteristicValueAsync: writeBLECharacteristicValueAsync,
291
400
  createSelectorQuery: createSelectorQuery,
292
401
  canIUse: canIUse,
293
402
  getStorageInfo: getStorageInfo,
403
+ getStorageInfoAsync: getStorageInfoAsync,
294
404
  getStorageInfoSync: getStorageInfoSync,
295
405
  showSharePanel: showSharePanel,
296
- hideOptionButton: hideOptionButton
406
+ showSharePanelAsync: showSharePanelAsync,
407
+ hideOptionButton: hideOptionButton,
408
+ hideOptionButtonAsync: hideOptionButtonAsync
297
409
  };
298
- export { addFatigueAction, addPhoneContact, alert, apDisableJSAPI, appxrpc, APRegionRPC, batchQueryCdpSpaceInfo, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, exitApp, getAppIdSync, getAppToken, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getComponentAuth, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getPaymentCode, getPhoneNumber, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, inquireQuote, isInstalledApp, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, 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, openSchemeWithBacking, openSetting, pageScrollTo, paySignCenter, previewImage, prompt, readBLECharacteristicValue, redirectTo, regionFetchAllApps, regionSearchAppsByKeywords, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, rpc, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setOptionMenu, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startApp, startBizService, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, thirdPartyAuthForAc, tradePay, uploadApdidToken, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, getStorageInfo, getStorageInfoSync, showSharePanel, hideOptionButton };
299
- export { addFatigueActionAsync, addPhoneContactAsync, alertAsync, apDisableJSAPIAsync, appxrpcAsync, APRegionRPCAsync, batchQueryCdpSpaceInfoAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, exitAppAsync, getAppTokenAsync, getAuthCodeAsync, getBatteryInfoAsync, getBLEDeviceCharacteristicsAsync, getBLEDeviceServicesAsync, getBluetoothAdapterStateAsync, getBluetoothDevicesAsync, getClipboardAsync, getComponentAuthAsync, getConnectedBluetoothDevicesAsync, getFileInfoAsync, getImageInfoAsync, getLocationAsync, getNetworkTypeAsync, getOpenUserInfoAsync, getPaymentCodeAsync, getPhoneNumberAsync, getSavedFileInfoAsync, getSavedFileListAsync, getScreenBrightnessAsync, getServerTimeAsync, getSettingAsync, getSiteInfoAsync, getStorageAsync, getSystemInfoAsync, hideBackHomeAsync, hideKeyboardAsync, hideLoadingAsync, hideNavigationBarLoadingAsync, hideTabBarAsync, hideToastAsync, inquireQuoteAsync, isInstalledAppAsync, makePhoneCallAsync, multiLevelSelectAsync, navigateBackAsync, navigateBackMiniProgramAsync, navigateToAsync, navigateToMiniProgramAsync, notifyBLECharacteristicValueChangeAsync, openBluetoothAdapterAsync, openDocumentAsync, openSchemeWithBackingAsync, openSettingAsync, pageScrollToAsync, paySignCenterAsync, previewImageAsync, promptAsync, readBLECharacteristicValueAsync, redirectToAsync, regionFetchAllAppsAsync, regionSearchAppsByKeywordsAsync, reLaunchAsync, removeSavedFileAsync, removeStorageAsync, requestAsync, rpcAsync, saveFileAsync, saveImageAsync, scanAsync, sendSocketMessageAsync, setBackgroundColorAsync, setCanPullDownAsync, setClipboardAsync, setKeepScreenOnAsync, setNavigationBarAsync, setOptionMenuAsync, setScreenBrightnessAsync, setStorageAsync, setTabBarStyleAsync, showActionSheetAsync, showAuthGuideAsync, showLoadingAsync, showNavigationBarLoadingAsync, showToastAsync, signContractAsync, startAppAsync, startBizServiceAsync, startBluetoothDevicesDiscoveryAsync, startPullDownRefreshAsync, stopBluetoothDevicesDiscoveryAsync, stopPullDownRefreshAsync, switchTabAsync, thirdPartyAuthForAcAsync, tradePayAsync, uploadApdidTokenAsync, uploadFileAsync, vibrateAsync, watchShakeAsync, writeBLECharacteristicValueAsync, getStorageInfoAsync, showSharePanelAsync, hideOptionButtonAsync };
410
+ export { addFatigueAction, addFatigueActionAsync, addPhoneContact, addPhoneContactAsync, alert, alertAsync, apDisableJSAPI, apDisableJSAPIAsync, appxrpc, appxrpcAsync, APRegionRPC, APRegionRPCAsync, batchQueryCdpSpaceInfo, batchQueryCdpSpaceInfoAsync, chooseImage, chooseImageAsync, choosePhoneContact, choosePhoneContactAsync, clearStorage, clearStorageAsync, clearStorageSync, closeBluetoothAdapter, closeBluetoothAdapterAsync, closeSocket, closeSocketAsync, confirm, confirmAsync, connectBLEDevice, connectBLEDeviceAsync, connectSocket, connectSocketAsync, createAnimation, createWebViewContext, datePicker, datePickerAsync, disconnectBLEDevice, disconnectBLEDeviceAsync, downloadFile, downloadFileAsync, exitApp, exitAppAsync, getAppIdSync, getAppToken, getAppTokenAsync, getAuthCode, getAuthCodeAsync, getBatteryInfo, getBatteryInfoAsync, getBLEDeviceCharacteristics, getBLEDeviceCharacteristicsAsync, getBLEDeviceServices, getBLEDeviceServicesAsync, getBluetoothAdapterState, getBluetoothAdapterStateAsync, getBluetoothDevices, getBluetoothDevicesAsync, getClipboard, getClipboardAsync, getComponentAuth, getComponentAuthAsync, getConnectedBluetoothDevices, getConnectedBluetoothDevicesAsync, getFileInfo, getFileInfoAsync, getImageInfo, getImageInfoAsync, getLocation, getLocationAsync, getNetworkType, getNetworkTypeAsync, getOpenUserInfo, getOpenUserInfoAsync, getPaymentCode, getPaymentCodeAsync, getPhoneNumber, getPhoneNumberAsync, getSavedFileInfo, getSavedFileInfoAsync, getSavedFileList, getSavedFileListAsync, getScreenBrightness, getScreenBrightnessAsync, getServerTime, getServerTimeAsync, getSetting, getSettingAsync, getSiteInfo, getSiteInfoAsync, getStorage, getStorageAsync, getStorageSync, getSystemInfo, getSystemInfoAsync, getSystemInfoSync, hideBackHome, hideBackHomeAsync, hideKeyboard, hideKeyboardAsync, hideLoading, hideLoadingAsync, hideNavigationBarLoading, hideNavigationBarLoadingAsync, hideTabBar, hideTabBarAsync, hideToast, hideToastAsync, inquireQuote, inquireQuoteAsync, isInstalledApp, isInstalledAppAsync, makePhoneCall, makePhoneCallAsync, multiLevelSelect, multiLevelSelectAsync, navigateBack, navigateBackAsync, navigateBackMiniProgram, navigateBackMiniProgramAsync, navigateTo, navigateToAsync, 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, openSchemeWithBacking, openSchemeWithBackingAsync, openSetting, openSettingAsync, pageScrollTo, pageScrollToAsync, paySignCenter, paySignCenterAsync, previewImage, previewImageAsync, prompt, promptAsync, readBLECharacteristicValue, readBLECharacteristicValueAsync, redirectTo, redirectToAsync, regionFetchAllApps, regionFetchAllAppsAsync, regionSearchAppsByKeywords, regionSearchAppsByKeywordsAsync, reLaunch, reLaunchAsync, removeSavedFile, removeSavedFileAsync, removeStorage, removeStorageAsync, removeStorageSync, request, requestAsync, rpc, rpcAsync, saveFile, saveFileAsync, saveImage, saveImageAsync, scan, scanAsync, sendSocketMessage, sendSocketMessageAsync, setBackgroundColor, setBackgroundColorAsync, setCanPullDown, setCanPullDownAsync, setClipboard, setClipboardAsync, setKeepScreenOn, setKeepScreenOnAsync, setNavigationBar, setNavigationBarAsync, setOptionMenu, setOptionMenuAsync, setScreenBrightness, setScreenBrightnessAsync, setStorage, setStorageAsync, setStorageSync, setTabBarStyle, setTabBarStyleAsync, showActionSheet, showActionSheetAsync, showAuthGuide, showAuthGuideAsync, showLoading, showLoadingAsync, showNavigationBarLoading, showNavigationBarLoadingAsync, showToast, showToastAsync, signContract, signContractAsync, startApp, startAppAsync, startBizService, startBizServiceAsync, startBluetoothDevicesDiscovery, startBluetoothDevicesDiscoveryAsync, startPullDownRefresh, startPullDownRefreshAsync, stopBluetoothDevicesDiscovery, stopBluetoothDevicesDiscoveryAsync, stopPullDownRefresh, stopPullDownRefreshAsync, switchTab, switchTabAsync, thirdPartyAuthForAc, thirdPartyAuthForAcAsync, tradePay, tradePayAsync, uploadApdidToken, uploadApdidTokenAsync, uploadFile, uploadFileAsync, vibrate, vibrateAsync, watchShake, watchShakeAsync, writeBLECharacteristicValue, writeBLECharacteristicValueAsync, createSelectorQuery, canIUse, getStorageInfo, getStorageInfoAsync, getStorageInfoSync, showSharePanel, showSharePanelAsync, hideOptionButton, hideOptionButtonAsync };