hylid-bridge 3.2.6 → 3.3.0-alpha.11

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 (2759) hide show
  1. package/README.md +484 -461
  2. package/canIUse.json +1 -1
  3. package/lib/bridges.d.ts +164 -11
  4. package/lib/bridges.js +781 -475
  5. package/lib/clients/mp/alipay/addPhoneContact.js +1 -1
  6. package/lib/clients/mp/alipay/alert.js +1 -1
  7. package/lib/clients/mp/alipay/canIUse.js +1 -1
  8. package/lib/clients/mp/alipay/chooseImage.js +1 -1
  9. package/lib/clients/mp/alipay/choosePhoneContact.js +1 -1
  10. package/lib/clients/mp/alipay/clearStorage.js +1 -1
  11. package/lib/clients/mp/alipay/clearStorageSync.js +1 -1
  12. package/lib/clients/mp/alipay/closeBluetoothAdapter.js +1 -1
  13. package/lib/clients/mp/alipay/closeSocket.js +1 -1
  14. package/lib/clients/mp/alipay/confirm.js +1 -1
  15. package/lib/clients/mp/alipay/connectBLEDevice.js +1 -1
  16. package/lib/clients/mp/alipay/connectSocket.js +1 -1
  17. package/lib/clients/mp/alipay/createAnimation.js +1 -1
  18. package/lib/clients/mp/alipay/createSelectorQuery.js +1 -1
  19. package/lib/clients/mp/alipay/createWebViewContext.js +1 -1
  20. package/lib/clients/mp/alipay/crossPay.js +1 -1
  21. package/lib/clients/mp/alipay/datePicker.js +1 -1
  22. package/lib/clients/mp/alipay/disconnectBLEDevice.js +1 -1
  23. package/lib/clients/mp/alipay/downloadFile.js +1 -1
  24. package/lib/clients/mp/alipay/getAppIdSync.js +1 -1
  25. package/lib/clients/mp/alipay/getAuthCode.js +1 -1
  26. package/lib/clients/mp/alipay/getBLEDeviceCharacteristics.js +1 -1
  27. package/lib/clients/mp/alipay/getBLEDeviceServices.js +1 -1
  28. package/lib/clients/mp/alipay/getBatteryInfo.js +1 -1
  29. package/lib/clients/mp/alipay/getBluetoothAdapterState.js +1 -1
  30. package/lib/clients/mp/alipay/getBluetoothDevices.js +1 -1
  31. package/lib/clients/mp/alipay/getClipboard.js +1 -1
  32. package/lib/clients/mp/alipay/getConnectedBluetoothDevices.js +1 -1
  33. package/lib/clients/mp/alipay/getFileInfo.js +1 -1
  34. package/lib/clients/mp/alipay/getImageInfo.js +1 -1
  35. package/lib/clients/mp/alipay/getLaunchOptionsSync.js +1 -1
  36. package/lib/clients/mp/alipay/getLocation.js +1 -1
  37. package/lib/clients/mp/alipay/getNetworkType.js +1 -1
  38. package/lib/clients/mp/alipay/getOpenUserInfo.js +1 -1
  39. package/lib/clients/mp/alipay/getSavedFileInfo.js +1 -1
  40. package/lib/clients/mp/alipay/getSavedFileList.js +1 -1
  41. package/lib/clients/mp/alipay/getScreenBrightness.js +1 -1
  42. package/lib/clients/mp/alipay/getServerTime.js +1 -1
  43. package/lib/clients/mp/alipay/getSetting.js +1 -1
  44. package/lib/clients/mp/alipay/getSiteInfo.js +1 -1
  45. package/lib/clients/mp/alipay/getStorage.js +1 -1
  46. package/lib/clients/mp/alipay/getStorageInfoSync.js +1 -1
  47. package/lib/clients/mp/alipay/getStorageSync.js +1 -1
  48. package/lib/clients/mp/alipay/getSystemInfo.js +1 -1
  49. package/lib/clients/mp/alipay/getSystemInfoSync.js +2 -1
  50. package/lib/clients/mp/alipay/hideBackHome.js +1 -1
  51. package/lib/clients/mp/alipay/hideKeyboard.js +1 -1
  52. package/lib/clients/mp/alipay/hideLoading.js +1 -1
  53. package/lib/clients/mp/alipay/hideNavigationBarLoading.js +1 -1
  54. package/lib/clients/mp/alipay/hideTabBar.js +1 -1
  55. package/lib/clients/mp/alipay/hideToast.js +1 -1
  56. package/lib/clients/mp/alipay/index.d.ts +11 -3
  57. package/lib/clients/mp/alipay/index.js +128 -126
  58. package/lib/clients/mp/alipay/makePhoneCall.js +1 -1
  59. package/lib/clients/mp/alipay/multiLevelSelect.js +1 -1
  60. package/lib/clients/mp/alipay/navigateBack.js +1 -1
  61. package/lib/clients/mp/alipay/navigateBackMiniProgram.js +1 -1
  62. package/lib/clients/mp/alipay/navigateTo.js +1 -1
  63. package/lib/clients/mp/alipay/navigateToMiniProgram.js +1 -1
  64. package/lib/clients/mp/alipay/notifyBLECharacteristicValueChange.js +1 -1
  65. package/lib/clients/mp/alipay/offAccelerometerChange.js +1 -1
  66. package/lib/clients/mp/alipay/offBLECharacteristicValueChange.js +1 -1
  67. package/lib/clients/mp/alipay/offBLEConnectionStateChanged.js +1 -1
  68. package/lib/clients/mp/alipay/offBluetoothAdapterStateChange.js +1 -1
  69. package/lib/clients/mp/alipay/offBluetoothDeviceFound.js +1 -1
  70. package/lib/clients/mp/alipay/offCompassChange.js +1 -1
  71. package/lib/clients/mp/alipay/offMemoryWarning.js +1 -1
  72. package/lib/clients/mp/alipay/offSocketClose.js +1 -1
  73. package/lib/clients/mp/alipay/offSocketError.js +1 -1
  74. package/lib/clients/mp/alipay/offSocketMessage.js +1 -1
  75. package/lib/clients/mp/alipay/offSocketOpen.js +1 -1
  76. package/lib/clients/mp/alipay/offUserCaptureScreen.js +1 -1
  77. package/lib/clients/mp/alipay/onAccelerometerChange.js +1 -1
  78. package/lib/clients/mp/alipay/onBLECharacteristicValueChange.js +1 -1
  79. package/lib/clients/mp/alipay/onBLEConnectionStateChanged.js +1 -1
  80. package/lib/clients/mp/alipay/onBluetoothAdapterStateChange.js +1 -1
  81. package/lib/clients/mp/alipay/onBluetoothDeviceFound.js +1 -1
  82. package/lib/clients/mp/alipay/onCompassChange.js +1 -1
  83. package/lib/clients/mp/alipay/onMemoryWarning.js +1 -1
  84. package/lib/clients/mp/alipay/onSocketClose.js +1 -1
  85. package/lib/clients/mp/alipay/onSocketError.js +1 -1
  86. package/lib/clients/mp/alipay/onSocketMessage.js +1 -1
  87. package/lib/clients/mp/alipay/onSocketOpen.js +1 -1
  88. package/lib/clients/mp/alipay/onUserCaptureScreen.js +1 -1
  89. package/lib/clients/mp/alipay/openBluetoothAdapter.js +1 -1
  90. package/lib/clients/mp/alipay/openDocument.js +1 -1
  91. package/lib/clients/mp/alipay/openSetting.js +1 -1
  92. package/lib/clients/mp/alipay/pageScrollTo.js +1 -1
  93. package/lib/clients/mp/alipay/previewImage.js +1 -1
  94. package/lib/clients/mp/alipay/prompt.js +1 -1
  95. package/lib/clients/mp/alipay/reLaunch.js +1 -1
  96. package/lib/clients/mp/alipay/readBLECharacteristicValue.js +1 -1
  97. package/lib/clients/mp/alipay/redirectTo.js +1 -1
  98. package/lib/clients/mp/alipay/removeSavedFile.js +1 -1
  99. package/lib/clients/mp/alipay/removeStorage.js +1 -1
  100. package/lib/clients/mp/alipay/removeStorageSync.js +1 -1
  101. package/lib/clients/mp/alipay/request.js +1 -1
  102. package/lib/clients/mp/alipay/rpc.js +1 -1
  103. package/lib/clients/mp/alipay/saveFile.js +1 -1
  104. package/lib/clients/mp/alipay/saveImage.js +1 -1
  105. package/lib/clients/mp/alipay/scan.js +1 -1
  106. package/lib/clients/mp/alipay/sendSocketMessage.js +1 -1
  107. package/lib/clients/mp/alipay/setBackgroundColor.js +1 -1
  108. package/lib/clients/mp/alipay/setCanPullDown.js +1 -1
  109. package/lib/clients/mp/alipay/setClipboard.js +1 -1
  110. package/lib/clients/mp/alipay/setKeepScreenOn.js +1 -1
  111. package/lib/clients/mp/alipay/setNavigationBar.js +1 -1
  112. package/lib/clients/mp/alipay/setScreenBrightness.js +1 -1
  113. package/lib/clients/mp/alipay/setStorage.js +1 -1
  114. package/lib/clients/mp/alipay/setStorageSync.js +1 -1
  115. package/lib/clients/mp/alipay/setTabBarStyle.js +1 -1
  116. package/lib/clients/mp/alipay/showActionSheet.js +1 -1
  117. package/lib/clients/mp/alipay/showAuthGuide.js +1 -1
  118. package/lib/clients/mp/alipay/showLoading.js +1 -1
  119. package/lib/clients/mp/alipay/showNavigationBarLoading.js +1 -1
  120. package/lib/clients/mp/alipay/showSharePanel.js +1 -1
  121. package/lib/clients/mp/alipay/showToast.js +1 -1
  122. package/lib/clients/mp/alipay/signContract.js +1 -1
  123. package/lib/clients/mp/alipay/startBluetoothDevicesDiscovery.js +1 -1
  124. package/lib/clients/mp/alipay/startPullDownRefresh.js +1 -1
  125. package/lib/clients/mp/alipay/stopBluetoothDevicesDiscovery.js +1 -1
  126. package/lib/clients/mp/alipay/stopPullDownRefresh.js +1 -1
  127. package/lib/clients/mp/alipay/switchTab.js +1 -1
  128. package/lib/clients/mp/alipay/tradePay.d.ts +2 -3
  129. package/lib/clients/mp/alipay/tradePay.js +3 -20
  130. package/lib/clients/mp/alipay/uploadFile.js +1 -1
  131. package/lib/clients/mp/alipay/vibrate.js +1 -1
  132. package/lib/clients/mp/alipay/watchShake.js +1 -1
  133. package/lib/clients/mp/alipay/writeBLECharacteristicValue.js +1 -1
  134. package/lib/clients/mp/alipayhk/addPhoneContact.js +1 -1
  135. package/lib/clients/mp/alipayhk/alert.js +1 -1
  136. package/lib/clients/mp/alipayhk/canIUse.js +1 -1
  137. package/lib/clients/mp/alipayhk/chooseImage.js +1 -1
  138. package/lib/clients/mp/alipayhk/choosePhoneContact.js +1 -1
  139. package/lib/clients/mp/alipayhk/clearStorage.js +1 -1
  140. package/lib/clients/mp/alipayhk/clearStorageSync.js +1 -1
  141. package/lib/clients/mp/alipayhk/closeBluetoothAdapter.js +1 -1
  142. package/lib/clients/mp/alipayhk/closeSocket.js +1 -1
  143. package/lib/clients/mp/alipayhk/confirm.js +1 -1
  144. package/lib/clients/mp/alipayhk/connectBLEDevice.js +1 -1
  145. package/lib/clients/mp/alipayhk/connectSocket.js +1 -1
  146. package/lib/clients/mp/alipayhk/createAnimation.js +1 -1
  147. package/lib/clients/mp/alipayhk/createSelectorQuery.js +1 -1
  148. package/lib/clients/mp/alipayhk/createWebViewContext.js +1 -1
  149. package/lib/clients/mp/alipayhk/datePicker.js +1 -1
  150. package/lib/clients/mp/alipayhk/disconnectBLEDevice.js +1 -1
  151. package/lib/clients/mp/alipayhk/downloadFile.js +1 -1
  152. package/lib/clients/mp/alipayhk/getAppIdSync.js +1 -1
  153. package/lib/clients/mp/alipayhk/getAuthCode.js +1 -1
  154. package/lib/clients/mp/alipayhk/getBLEDeviceCharacteristics.js +1 -1
  155. package/lib/clients/mp/alipayhk/getBLEDeviceServices.js +1 -1
  156. package/lib/clients/mp/alipayhk/getBatteryInfo.js +1 -1
  157. package/lib/clients/mp/alipayhk/getBluetoothAdapterState.js +1 -1
  158. package/lib/clients/mp/alipayhk/getBluetoothDevices.js +1 -1
  159. package/lib/clients/mp/alipayhk/getClipboard.js +1 -1
  160. package/lib/clients/mp/alipayhk/getConnectedBluetoothDevices.js +1 -1
  161. package/lib/clients/mp/alipayhk/getFileInfo.js +1 -1
  162. package/lib/clients/mp/alipayhk/getImageInfo.js +1 -1
  163. package/lib/clients/mp/alipayhk/getLocation.js +1 -1
  164. package/lib/clients/mp/alipayhk/getNetworkType.js +1 -1
  165. package/lib/clients/mp/alipayhk/getOpenUserInfo.js +1 -1
  166. package/lib/clients/mp/alipayhk/getSavedFileInfo.js +1 -1
  167. package/lib/clients/mp/alipayhk/getSavedFileList.js +1 -1
  168. package/lib/clients/mp/alipayhk/getScreenBrightness.js +1 -1
  169. package/lib/clients/mp/alipayhk/getServerTime.js +1 -1
  170. package/lib/clients/mp/alipayhk/getSetting.js +1 -1
  171. package/lib/clients/mp/alipayhk/getSiteInfo.js +1 -1
  172. package/lib/clients/mp/alipayhk/getStorage.js +1 -1
  173. package/lib/clients/mp/alipayhk/getStorageSync.js +1 -1
  174. package/lib/clients/mp/alipayhk/getSystemInfo.js +1 -1
  175. package/lib/clients/mp/alipayhk/getSystemInfoSync.d.ts +2 -0
  176. package/lib/clients/mp/alipayhk/getSystemInfoSync.js +3 -0
  177. package/lib/clients/mp/alipayhk/hideBackHome.js +1 -1
  178. package/lib/clients/mp/alipayhk/hideKeyboard.js +1 -1
  179. package/lib/clients/mp/alipayhk/hideLoading.js +1 -1
  180. package/lib/clients/mp/alipayhk/hideNavigationBarLoading.js +1 -1
  181. package/lib/clients/mp/alipayhk/hideTabBar.js +1 -1
  182. package/lib/clients/mp/alipayhk/hideToast.js +1 -1
  183. package/lib/clients/mp/alipayhk/index.d.ts +7 -2
  184. package/lib/clients/mp/alipayhk/index.js +124 -122
  185. package/lib/clients/mp/alipayhk/makePhoneCall.js +1 -1
  186. package/lib/clients/mp/alipayhk/multiLevelSelect.js +1 -1
  187. package/lib/clients/mp/alipayhk/navigateBack.js +1 -1
  188. package/lib/clients/mp/alipayhk/navigateBackMiniProgram.js +1 -1
  189. package/lib/clients/mp/alipayhk/navigateTo.js +1 -1
  190. package/lib/clients/mp/alipayhk/navigateToMiniProgram.js +1 -1
  191. package/lib/clients/mp/alipayhk/notifyBLECharacteristicValueChange.js +1 -1
  192. package/lib/clients/mp/alipayhk/offAccelerometerChange.js +1 -1
  193. package/lib/clients/mp/alipayhk/offBLECharacteristicValueChange.js +1 -1
  194. package/lib/clients/mp/alipayhk/offBLEConnectionStateChanged.js +1 -1
  195. package/lib/clients/mp/alipayhk/offBluetoothAdapterStateChange.js +1 -1
  196. package/lib/clients/mp/alipayhk/offBluetoothDeviceFound.js +1 -1
  197. package/lib/clients/mp/alipayhk/offCompassChange.js +1 -1
  198. package/lib/clients/mp/alipayhk/offMemoryWarning.js +1 -1
  199. package/lib/clients/mp/alipayhk/offSocketClose.js +1 -1
  200. package/lib/clients/mp/alipayhk/offSocketError.js +1 -1
  201. package/lib/clients/mp/alipayhk/offSocketMessage.js +1 -1
  202. package/lib/clients/mp/alipayhk/offSocketOpen.js +1 -1
  203. package/lib/clients/mp/alipayhk/offUserCaptureScreen.js +1 -1
  204. package/lib/clients/mp/alipayhk/onAccelerometerChange.js +1 -1
  205. package/lib/clients/mp/alipayhk/onBLECharacteristicValueChange.js +1 -1
  206. package/lib/clients/mp/alipayhk/onBLEConnectionStateChanged.js +1 -1
  207. package/lib/clients/mp/alipayhk/onBluetoothAdapterStateChange.js +1 -1
  208. package/lib/clients/mp/alipayhk/onBluetoothDeviceFound.js +1 -1
  209. package/lib/clients/mp/alipayhk/onCompassChange.js +1 -1
  210. package/lib/clients/mp/alipayhk/onMemoryWarning.js +1 -1
  211. package/lib/clients/mp/alipayhk/onSocketClose.js +1 -1
  212. package/lib/clients/mp/alipayhk/onSocketError.js +1 -1
  213. package/lib/clients/mp/alipayhk/onSocketMessage.js +1 -1
  214. package/lib/clients/mp/alipayhk/onSocketOpen.js +1 -1
  215. package/lib/clients/mp/alipayhk/onUserCaptureScreen.js +1 -1
  216. package/lib/clients/mp/alipayhk/openBluetoothAdapter.js +1 -1
  217. package/lib/clients/mp/alipayhk/openDocument.js +1 -1
  218. package/lib/clients/mp/alipayhk/openSetting.js +1 -1
  219. package/lib/clients/mp/alipayhk/pageScrollTo.js +1 -1
  220. package/lib/clients/mp/alipayhk/previewImage.js +1 -1
  221. package/lib/clients/mp/alipayhk/prompt.js +1 -1
  222. package/lib/clients/mp/alipayhk/reLaunch.js +1 -1
  223. package/lib/clients/mp/alipayhk/readBLECharacteristicValue.js +1 -1
  224. package/lib/clients/mp/alipayhk/redirectTo.js +1 -1
  225. package/lib/clients/mp/alipayhk/removeSavedFile.js +1 -1
  226. package/lib/clients/mp/alipayhk/removeStorage.js +1 -1
  227. package/lib/clients/mp/alipayhk/removeStorageSync.js +1 -1
  228. package/lib/clients/mp/alipayhk/request.js +1 -1
  229. package/lib/clients/mp/alipayhk/saveFile.js +1 -1
  230. package/lib/clients/mp/alipayhk/saveImage.js +1 -1
  231. package/lib/clients/mp/alipayhk/scan.js +1 -1
  232. package/lib/clients/mp/alipayhk/sendSocketMessage.js +1 -1
  233. package/lib/clients/mp/alipayhk/setBackgroundColor.js +1 -1
  234. package/lib/clients/mp/alipayhk/setCanPullDown.js +1 -1
  235. package/lib/clients/mp/alipayhk/setClipboard.js +1 -1
  236. package/lib/clients/mp/alipayhk/setKeepScreenOn.js +1 -1
  237. package/lib/clients/mp/alipayhk/setNavigationBar.js +1 -1
  238. package/lib/clients/mp/alipayhk/setScreenBrightness.js +1 -1
  239. package/lib/clients/mp/alipayhk/setStorage.js +1 -1
  240. package/lib/clients/mp/alipayhk/setStorageSync.js +1 -1
  241. package/lib/clients/mp/alipayhk/setTabBarStyle.js +1 -1
  242. package/lib/clients/mp/alipayhk/showActionSheet.js +1 -1
  243. package/lib/clients/mp/alipayhk/showAuthGuide.js +1 -1
  244. package/lib/clients/mp/alipayhk/showLoading.js +1 -1
  245. package/lib/clients/mp/alipayhk/showNavigationBarLoading.js +1 -1
  246. package/lib/clients/mp/alipayhk/showSharePanel.js +1 -1
  247. package/lib/clients/mp/alipayhk/showToast.js +1 -1
  248. package/lib/clients/mp/alipayhk/signContract.js +1 -1
  249. package/lib/clients/mp/alipayhk/startBluetoothDevicesDiscovery.js +1 -1
  250. package/lib/clients/mp/alipayhk/startPullDownRefresh.js +1 -1
  251. package/lib/clients/mp/alipayhk/stopBluetoothDevicesDiscovery.js +1 -1
  252. package/lib/clients/mp/alipayhk/stopPullDownRefresh.js +1 -1
  253. package/lib/clients/mp/alipayhk/switchTab.js +1 -1
  254. package/lib/clients/mp/alipayhk/tradePay.js +1 -1
  255. package/lib/clients/mp/alipayhk/uploadFile.js +1 -1
  256. package/lib/clients/mp/alipayhk/vibrate.js +1 -1
  257. package/lib/clients/mp/alipayhk/watchShake.js +1 -1
  258. package/lib/clients/mp/alipayhk/writeBLECharacteristicValue.js +1 -1
  259. package/lib/clients/mp/chope/addPhoneContact.js +1 -1
  260. package/lib/clients/mp/chope/alert.js +1 -1
  261. package/lib/clients/mp/chope/canIUse.js +1 -1
  262. package/lib/clients/mp/chope/chooseImage.js +1 -1
  263. package/lib/clients/mp/chope/choosePhoneContact.js +1 -1
  264. package/lib/clients/mp/chope/clearStorage.js +1 -1
  265. package/lib/clients/mp/chope/clearStorageSync.js +1 -1
  266. package/lib/clients/mp/chope/closeBluetoothAdapter.js +1 -1
  267. package/lib/clients/mp/chope/closeSocket.js +1 -1
  268. package/lib/clients/mp/chope/confirm.js +1 -1
  269. package/lib/clients/mp/chope/connectBLEDevice.js +1 -1
  270. package/lib/clients/mp/chope/connectSocket.js +1 -1
  271. package/lib/clients/mp/chope/createAnimation.js +1 -1
  272. package/lib/clients/mp/chope/createSelectorQuery.js +1 -1
  273. package/lib/clients/mp/chope/createWebViewContext.js +1 -1
  274. package/lib/clients/mp/chope/datePicker.js +1 -1
  275. package/lib/clients/mp/chope/disconnectBLEDevice.js +1 -1
  276. package/lib/clients/mp/chope/downloadFile.js +1 -1
  277. package/lib/clients/mp/chope/getAppIdSync.js +1 -1
  278. package/lib/clients/mp/chope/getAuthCode.js +1 -1
  279. package/lib/clients/mp/chope/getBLEDeviceCharacteristics.js +1 -1
  280. package/lib/clients/mp/chope/getBLEDeviceServices.js +1 -1
  281. package/lib/clients/mp/chope/getBatteryInfo.js +1 -1
  282. package/lib/clients/mp/chope/getBluetoothAdapterState.js +1 -1
  283. package/lib/clients/mp/chope/getBluetoothDevices.js +1 -1
  284. package/lib/clients/mp/chope/getClipboard.js +1 -1
  285. package/lib/clients/mp/chope/getConnectedBluetoothDevices.js +1 -1
  286. package/lib/clients/mp/chope/getFileInfo.js +1 -1
  287. package/lib/clients/mp/chope/getImageInfo.js +1 -1
  288. package/lib/clients/mp/chope/getLocation.js +1 -1
  289. package/lib/clients/mp/chope/getNetworkType.js +1 -1
  290. package/lib/clients/mp/chope/getOpenUserInfo.js +1 -1
  291. package/lib/clients/mp/chope/getSavedFileInfo.js +1 -1
  292. package/lib/clients/mp/chope/getSavedFileList.js +1 -1
  293. package/lib/clients/mp/chope/getScreenBrightness.js +1 -1
  294. package/lib/clients/mp/chope/getServerTime.js +1 -1
  295. package/lib/clients/mp/chope/getSetting.js +1 -1
  296. package/lib/clients/mp/chope/getSiteInfo.js +1 -1
  297. package/lib/clients/mp/chope/getStorage.js +1 -1
  298. package/lib/clients/mp/chope/getStorageSync.js +1 -1
  299. package/lib/clients/mp/chope/getSystemInfo.js +1 -1
  300. package/lib/clients/mp/chope/getSystemInfoSync.d.ts +2 -0
  301. package/lib/clients/mp/chope/getSystemInfoSync.js +3 -0
  302. package/lib/clients/mp/chope/hideBackHome.js +1 -1
  303. package/lib/clients/mp/chope/hideKeyboard.js +1 -1
  304. package/lib/clients/mp/chope/hideLoading.js +1 -1
  305. package/lib/clients/mp/chope/hideNavigationBarLoading.js +1 -1
  306. package/lib/clients/mp/chope/hideTabBar.js +1 -1
  307. package/lib/clients/mp/chope/hideToast.js +1 -1
  308. package/lib/clients/mp/chope/index.d.ts +7 -2
  309. package/lib/clients/mp/chope/index.js +124 -122
  310. package/lib/clients/mp/chope/makePhoneCall.js +1 -1
  311. package/lib/clients/mp/chope/multiLevelSelect.js +1 -1
  312. package/lib/clients/mp/chope/navigateBack.js +1 -1
  313. package/lib/clients/mp/chope/navigateBackMiniProgram.js +1 -1
  314. package/lib/clients/mp/chope/navigateTo.js +1 -1
  315. package/lib/clients/mp/chope/navigateToMiniProgram.js +1 -1
  316. package/lib/clients/mp/chope/notifyBLECharacteristicValueChange.js +1 -1
  317. package/lib/clients/mp/chope/offAccelerometerChange.js +1 -1
  318. package/lib/clients/mp/chope/offBLECharacteristicValueChange.js +1 -1
  319. package/lib/clients/mp/chope/offBLEConnectionStateChanged.js +1 -1
  320. package/lib/clients/mp/chope/offBluetoothAdapterStateChange.js +1 -1
  321. package/lib/clients/mp/chope/offBluetoothDeviceFound.js +1 -1
  322. package/lib/clients/mp/chope/offCompassChange.js +1 -1
  323. package/lib/clients/mp/chope/offMemoryWarning.js +1 -1
  324. package/lib/clients/mp/chope/offSocketClose.js +1 -1
  325. package/lib/clients/mp/chope/offSocketError.js +1 -1
  326. package/lib/clients/mp/chope/offSocketMessage.js +1 -1
  327. package/lib/clients/mp/chope/offSocketOpen.js +1 -1
  328. package/lib/clients/mp/chope/offUserCaptureScreen.js +1 -1
  329. package/lib/clients/mp/chope/onAccelerometerChange.js +1 -1
  330. package/lib/clients/mp/chope/onBLECharacteristicValueChange.js +1 -1
  331. package/lib/clients/mp/chope/onBLEConnectionStateChanged.js +1 -1
  332. package/lib/clients/mp/chope/onBluetoothAdapterStateChange.js +1 -1
  333. package/lib/clients/mp/chope/onBluetoothDeviceFound.js +1 -1
  334. package/lib/clients/mp/chope/onCompassChange.js +1 -1
  335. package/lib/clients/mp/chope/onMemoryWarning.js +1 -1
  336. package/lib/clients/mp/chope/onSocketClose.js +1 -1
  337. package/lib/clients/mp/chope/onSocketError.js +1 -1
  338. package/lib/clients/mp/chope/onSocketMessage.js +1 -1
  339. package/lib/clients/mp/chope/onSocketOpen.js +1 -1
  340. package/lib/clients/mp/chope/onUserCaptureScreen.js +1 -1
  341. package/lib/clients/mp/chope/openBluetoothAdapter.js +1 -1
  342. package/lib/clients/mp/chope/openDocument.js +1 -1
  343. package/lib/clients/mp/chope/openSetting.js +1 -1
  344. package/lib/clients/mp/chope/pageScrollTo.js +1 -1
  345. package/lib/clients/mp/chope/previewImage.js +1 -1
  346. package/lib/clients/mp/chope/prompt.js +1 -1
  347. package/lib/clients/mp/chope/reLaunch.js +1 -1
  348. package/lib/clients/mp/chope/readBLECharacteristicValue.js +1 -1
  349. package/lib/clients/mp/chope/redirectTo.js +1 -1
  350. package/lib/clients/mp/chope/removeSavedFile.js +1 -1
  351. package/lib/clients/mp/chope/removeStorage.js +1 -1
  352. package/lib/clients/mp/chope/removeStorageSync.js +1 -1
  353. package/lib/clients/mp/chope/request.js +1 -1
  354. package/lib/clients/mp/chope/saveFile.js +1 -1
  355. package/lib/clients/mp/chope/saveImage.js +1 -1
  356. package/lib/clients/mp/chope/scan.js +1 -1
  357. package/lib/clients/mp/chope/sendSocketMessage.js +1 -1
  358. package/lib/clients/mp/chope/setBackgroundColor.js +1 -1
  359. package/lib/clients/mp/chope/setCanPullDown.js +1 -1
  360. package/lib/clients/mp/chope/setClipboard.js +1 -1
  361. package/lib/clients/mp/chope/setKeepScreenOn.js +1 -1
  362. package/lib/clients/mp/chope/setNavigationBar.js +1 -1
  363. package/lib/clients/mp/chope/setScreenBrightness.js +1 -1
  364. package/lib/clients/mp/chope/setStorage.js +1 -1
  365. package/lib/clients/mp/chope/setStorageSync.js +1 -1
  366. package/lib/clients/mp/chope/setTabBarStyle.js +1 -1
  367. package/lib/clients/mp/chope/showActionSheet.js +1 -1
  368. package/lib/clients/mp/chope/showAuthGuide.js +1 -1
  369. package/lib/clients/mp/chope/showLoading.js +1 -1
  370. package/lib/clients/mp/chope/showNavigationBarLoading.js +1 -1
  371. package/lib/clients/mp/chope/showSharePanel.js +1 -1
  372. package/lib/clients/mp/chope/showToast.js +1 -1
  373. package/lib/clients/mp/chope/signContract.js +1 -1
  374. package/lib/clients/mp/chope/startBluetoothDevicesDiscovery.js +1 -1
  375. package/lib/clients/mp/chope/startPullDownRefresh.js +1 -1
  376. package/lib/clients/mp/chope/stopBluetoothDevicesDiscovery.js +1 -1
  377. package/lib/clients/mp/chope/stopPullDownRefresh.js +1 -1
  378. package/lib/clients/mp/chope/switchTab.js +1 -1
  379. package/lib/clients/mp/chope/tradePay.js +1 -1
  380. package/lib/clients/mp/chope/uploadFile.js +1 -1
  381. package/lib/clients/mp/chope/vibrate.js +1 -1
  382. package/lib/clients/mp/chope/watchShake.js +1 -1
  383. package/lib/clients/mp/chope/writeBLECharacteristicValue.js +1 -1
  384. package/lib/clients/mp/dana/addPhoneContact.js +1 -1
  385. package/lib/clients/mp/dana/alert.js +1 -1
  386. package/lib/clients/mp/dana/canIUse.js +1 -1
  387. package/lib/clients/mp/dana/chooseImage.js +1 -1
  388. package/lib/clients/mp/dana/choosePhoneContact.js +1 -1
  389. package/lib/clients/mp/dana/clearStorage.js +1 -1
  390. package/lib/clients/mp/dana/clearStorageSync.js +1 -1
  391. package/lib/clients/mp/dana/closeBluetoothAdapter.js +1 -1
  392. package/lib/clients/mp/dana/closeSocket.js +1 -1
  393. package/lib/clients/mp/dana/confirm.js +1 -1
  394. package/lib/clients/mp/dana/connectBLEDevice.js +1 -1
  395. package/lib/clients/mp/dana/connectSocket.js +1 -1
  396. package/lib/clients/mp/dana/createAnimation.js +1 -1
  397. package/lib/clients/mp/dana/createSelectorQuery.js +1 -1
  398. package/lib/clients/mp/dana/createWebViewContext.js +1 -1
  399. package/lib/clients/mp/dana/datePicker.js +1 -1
  400. package/lib/clients/mp/dana/disconnectBLEDevice.js +1 -1
  401. package/lib/clients/mp/dana/downloadFile.js +1 -1
  402. package/lib/clients/mp/dana/getAppIdSync.js +1 -1
  403. package/lib/clients/mp/dana/getAuthCode.js +1 -1
  404. package/lib/clients/mp/dana/getBLEDeviceCharacteristics.js +1 -1
  405. package/lib/clients/mp/dana/getBLEDeviceServices.js +1 -1
  406. package/lib/clients/mp/dana/getBatteryInfo.js +1 -1
  407. package/lib/clients/mp/dana/getBluetoothAdapterState.js +1 -1
  408. package/lib/clients/mp/dana/getBluetoothDevices.js +1 -1
  409. package/lib/clients/mp/dana/getClipboard.js +1 -1
  410. package/lib/clients/mp/dana/getConnectedBluetoothDevices.js +1 -1
  411. package/lib/clients/mp/dana/getFileInfo.js +1 -1
  412. package/lib/clients/mp/dana/getImageInfo.js +1 -1
  413. package/lib/clients/mp/dana/getLocation.js +1 -1
  414. package/lib/clients/mp/dana/getNetworkType.js +1 -1
  415. package/lib/clients/mp/dana/getOpenUserInfo.js +1 -1
  416. package/lib/clients/mp/dana/getSavedFileInfo.js +1 -1
  417. package/lib/clients/mp/dana/getSavedFileList.js +1 -1
  418. package/lib/clients/mp/dana/getScreenBrightness.js +1 -1
  419. package/lib/clients/mp/dana/getServerTime.js +1 -1
  420. package/lib/clients/mp/dana/getSetting.js +1 -1
  421. package/lib/clients/mp/dana/getSiteInfo.js +1 -1
  422. package/lib/clients/mp/dana/getStorage.js +1 -1
  423. package/lib/clients/mp/dana/getStorageSync.js +1 -1
  424. package/lib/clients/mp/dana/getSystemInfo.js +1 -1
  425. package/lib/clients/mp/dana/getSystemInfoSync.d.ts +2 -0
  426. package/lib/clients/mp/dana/getSystemInfoSync.js +3 -0
  427. package/lib/clients/mp/dana/hideBackHome.js +1 -1
  428. package/lib/clients/mp/dana/hideKeyboard.js +1 -1
  429. package/lib/clients/mp/dana/hideLoading.js +1 -1
  430. package/lib/clients/mp/dana/hideNavigationBarLoading.js +1 -1
  431. package/lib/clients/mp/dana/hideTabBar.js +1 -1
  432. package/lib/clients/mp/dana/hideToast.js +1 -1
  433. package/lib/clients/mp/dana/index.d.ts +7 -2
  434. package/lib/clients/mp/dana/index.js +124 -122
  435. package/lib/clients/mp/dana/makePhoneCall.js +1 -1
  436. package/lib/clients/mp/dana/multiLevelSelect.js +1 -1
  437. package/lib/clients/mp/dana/navigateBack.js +1 -1
  438. package/lib/clients/mp/dana/navigateBackMiniProgram.js +1 -1
  439. package/lib/clients/mp/dana/navigateTo.js +1 -1
  440. package/lib/clients/mp/dana/navigateToMiniProgram.js +1 -1
  441. package/lib/clients/mp/dana/notifyBLECharacteristicValueChange.js +1 -1
  442. package/lib/clients/mp/dana/offAccelerometerChange.js +1 -1
  443. package/lib/clients/mp/dana/offBLECharacteristicValueChange.js +1 -1
  444. package/lib/clients/mp/dana/offBLEConnectionStateChanged.js +1 -1
  445. package/lib/clients/mp/dana/offBluetoothAdapterStateChange.js +1 -1
  446. package/lib/clients/mp/dana/offBluetoothDeviceFound.js +1 -1
  447. package/lib/clients/mp/dana/offCompassChange.js +1 -1
  448. package/lib/clients/mp/dana/offMemoryWarning.js +1 -1
  449. package/lib/clients/mp/dana/offSocketClose.js +1 -1
  450. package/lib/clients/mp/dana/offSocketError.js +1 -1
  451. package/lib/clients/mp/dana/offSocketMessage.js +1 -1
  452. package/lib/clients/mp/dana/offSocketOpen.js +1 -1
  453. package/lib/clients/mp/dana/offUserCaptureScreen.js +1 -1
  454. package/lib/clients/mp/dana/onAccelerometerChange.js +1 -1
  455. package/lib/clients/mp/dana/onBLECharacteristicValueChange.js +1 -1
  456. package/lib/clients/mp/dana/onBLEConnectionStateChanged.js +1 -1
  457. package/lib/clients/mp/dana/onBluetoothAdapterStateChange.js +1 -1
  458. package/lib/clients/mp/dana/onBluetoothDeviceFound.js +1 -1
  459. package/lib/clients/mp/dana/onCompassChange.js +1 -1
  460. package/lib/clients/mp/dana/onMemoryWarning.js +1 -1
  461. package/lib/clients/mp/dana/onSocketClose.js +1 -1
  462. package/lib/clients/mp/dana/onSocketError.js +1 -1
  463. package/lib/clients/mp/dana/onSocketMessage.js +1 -1
  464. package/lib/clients/mp/dana/onSocketOpen.js +1 -1
  465. package/lib/clients/mp/dana/onUserCaptureScreen.js +1 -1
  466. package/lib/clients/mp/dana/openBluetoothAdapter.js +1 -1
  467. package/lib/clients/mp/dana/openDocument.js +1 -1
  468. package/lib/clients/mp/dana/openSetting.js +1 -1
  469. package/lib/clients/mp/dana/pageScrollTo.js +1 -1
  470. package/lib/clients/mp/dana/previewImage.js +1 -1
  471. package/lib/clients/mp/dana/prompt.js +1 -1
  472. package/lib/clients/mp/dana/reLaunch.js +1 -1
  473. package/lib/clients/mp/dana/readBLECharacteristicValue.js +1 -1
  474. package/lib/clients/mp/dana/redirectTo.js +1 -1
  475. package/lib/clients/mp/dana/removeSavedFile.js +1 -1
  476. package/lib/clients/mp/dana/removeStorage.js +1 -1
  477. package/lib/clients/mp/dana/removeStorageSync.js +1 -1
  478. package/lib/clients/mp/dana/request.js +1 -1
  479. package/lib/clients/mp/dana/saveFile.js +1 -1
  480. package/lib/clients/mp/dana/saveImage.js +1 -1
  481. package/lib/clients/mp/dana/scan.js +1 -1
  482. package/lib/clients/mp/dana/sendSocketMessage.js +1 -1
  483. package/lib/clients/mp/dana/setBackgroundColor.js +1 -1
  484. package/lib/clients/mp/dana/setCanPullDown.js +1 -1
  485. package/lib/clients/mp/dana/setClipboard.js +1 -1
  486. package/lib/clients/mp/dana/setKeepScreenOn.js +1 -1
  487. package/lib/clients/mp/dana/setNavigationBar.js +1 -1
  488. package/lib/clients/mp/dana/setScreenBrightness.js +1 -1
  489. package/lib/clients/mp/dana/setStorage.js +1 -1
  490. package/lib/clients/mp/dana/setStorageSync.js +1 -1
  491. package/lib/clients/mp/dana/setTabBarStyle.js +1 -1
  492. package/lib/clients/mp/dana/showActionSheet.js +1 -1
  493. package/lib/clients/mp/dana/showAuthGuide.js +1 -1
  494. package/lib/clients/mp/dana/showLoading.js +1 -1
  495. package/lib/clients/mp/dana/showNavigationBarLoading.js +1 -1
  496. package/lib/clients/mp/dana/showSharePanel.js +1 -1
  497. package/lib/clients/mp/dana/showToast.js +1 -1
  498. package/lib/clients/mp/dana/signContract.js +1 -1
  499. package/lib/clients/mp/dana/startBluetoothDevicesDiscovery.js +1 -1
  500. package/lib/clients/mp/dana/startPullDownRefresh.js +1 -1
  501. package/lib/clients/mp/dana/stopBluetoothDevicesDiscovery.js +1 -1
  502. package/lib/clients/mp/dana/stopPullDownRefresh.js +1 -1
  503. package/lib/clients/mp/dana/switchTab.js +1 -1
  504. package/lib/clients/mp/dana/tradePay.js +1 -1
  505. package/lib/clients/mp/dana/uploadFile.js +1 -1
  506. package/lib/clients/mp/dana/vibrate.js +1 -1
  507. package/lib/clients/mp/dana/watchShake.js +1 -1
  508. package/lib/clients/mp/dana/writeBLECharacteristicValue.js +1 -1
  509. package/lib/clients/mp/demo/APRegionRPC.js +1 -1
  510. package/lib/clients/mp/demo/addFatigueAction.js +1 -1
  511. package/lib/clients/mp/demo/addPhoneContact.js +1 -1
  512. package/lib/clients/mp/demo/alert.js +1 -1
  513. package/lib/clients/mp/demo/apDisableJSAPI.js +1 -1
  514. package/lib/clients/mp/demo/appxrpc.js +1 -1
  515. package/lib/clients/mp/demo/batchQueryCdpSpaceInfo.js +1 -1
  516. package/lib/clients/mp/demo/canIUse.js +1 -1
  517. package/lib/clients/mp/demo/chooseImage.js +1 -1
  518. package/lib/clients/mp/demo/choosePhoneContact.js +1 -1
  519. package/lib/clients/mp/demo/clearStorage.js +1 -1
  520. package/lib/clients/mp/demo/clearStorageSync.js +1 -1
  521. package/lib/clients/mp/demo/closeBluetoothAdapter.js +1 -1
  522. package/lib/clients/mp/demo/closeSocket.js +1 -1
  523. package/lib/clients/mp/demo/confirm.js +1 -1
  524. package/lib/clients/mp/demo/connectBLEDevice.js +1 -1
  525. package/lib/clients/mp/demo/connectSocket.js +1 -1
  526. package/lib/clients/mp/demo/createAnimation.js +1 -1
  527. package/lib/clients/mp/demo/createSelectorQuery.js +1 -1
  528. package/lib/clients/mp/demo/createWebViewContext.js +1 -1
  529. package/lib/clients/mp/demo/datePicker.js +1 -1
  530. package/lib/clients/mp/demo/disconnectBLEDevice.js +1 -1
  531. package/lib/clients/mp/demo/downloadFile.js +1 -1
  532. package/lib/clients/mp/demo/exitApp.js +1 -1
  533. package/lib/clients/mp/demo/getAppIdSync.js +1 -1
  534. package/lib/clients/mp/demo/getAppToken.js +1 -1
  535. package/lib/clients/mp/demo/getAuthCode.js +1 -1
  536. package/lib/clients/mp/demo/getBLEDeviceCharacteristics.js +1 -1
  537. package/lib/clients/mp/demo/getBLEDeviceServices.js +1 -1
  538. package/lib/clients/mp/demo/getBatteryInfo.js +1 -1
  539. package/lib/clients/mp/demo/getBluetoothAdapterState.js +1 -1
  540. package/lib/clients/mp/demo/getBluetoothDevices.js +1 -1
  541. package/lib/clients/mp/demo/getClipboard.js +1 -1
  542. package/lib/clients/mp/demo/getComponentAuth.js +1 -1
  543. package/lib/clients/mp/demo/getConnectedBluetoothDevices.js +1 -1
  544. package/lib/clients/mp/demo/getFileInfo.js +1 -1
  545. package/lib/clients/mp/demo/getImageInfo.js +1 -1
  546. package/lib/clients/mp/demo/getLocation.js +1 -1
  547. package/lib/clients/mp/demo/getNetworkType.js +1 -1
  548. package/lib/clients/mp/demo/getOpenUserInfo.js +1 -1
  549. package/lib/clients/mp/demo/getPaymentCode.js +1 -1
  550. package/lib/clients/mp/demo/getPhoneNumber.js +1 -1
  551. package/lib/clients/mp/demo/getSavedFileInfo.js +1 -1
  552. package/lib/clients/mp/demo/getSavedFileList.js +1 -1
  553. package/lib/clients/mp/demo/getScreenBrightness.js +1 -1
  554. package/lib/clients/mp/demo/getServerTime.js +1 -1
  555. package/lib/clients/mp/demo/getSetting.js +1 -1
  556. package/lib/clients/mp/demo/getSiteInfo.js +1 -1
  557. package/lib/clients/mp/demo/getStorage.js +1 -1
  558. package/lib/clients/mp/demo/getStorageInfo.js +1 -1
  559. package/lib/clients/mp/demo/getStorageInfoSync.js +1 -1
  560. package/lib/clients/mp/demo/getStorageSync.js +1 -1
  561. package/lib/clients/mp/demo/getSystemInfo.js +1 -1
  562. package/lib/clients/mp/demo/getSystemInfoSync.js +1 -1
  563. package/lib/clients/mp/demo/hideBackHome.js +1 -1
  564. package/lib/clients/mp/demo/hideKeyboard.js +1 -1
  565. package/lib/clients/mp/demo/hideLoading.js +1 -1
  566. package/lib/clients/mp/demo/hideNavigationBarLoading.js +1 -1
  567. package/lib/clients/mp/demo/hideOptionButton.js +1 -1
  568. package/lib/clients/mp/demo/hideTabBar.js +1 -1
  569. package/lib/clients/mp/demo/hideToast.js +1 -1
  570. package/lib/clients/mp/demo/index.d.ts +8 -2
  571. package/lib/clients/mp/demo/index.js +148 -148
  572. package/lib/clients/mp/demo/inquireQuote.js +1 -1
  573. package/lib/clients/mp/demo/isInstalledApp.js +1 -1
  574. package/lib/clients/mp/demo/makePhoneCall.js +1 -1
  575. package/lib/clients/mp/demo/multiLevelSelect.js +1 -1
  576. package/lib/clients/mp/demo/navigateBack.js +1 -1
  577. package/lib/clients/mp/demo/navigateBackMiniProgram.js +1 -1
  578. package/lib/clients/mp/demo/navigateTo.js +1 -1
  579. package/lib/clients/mp/demo/navigateToBizScene.js +1 -1
  580. package/lib/clients/mp/demo/navigateToMiniProgram.js +1 -1
  581. package/lib/clients/mp/demo/notifyBLECharacteristicValueChange.js +1 -1
  582. package/lib/clients/mp/demo/offAccelerometerChange.js +1 -1
  583. package/lib/clients/mp/demo/offBLECharacteristicValueChange.js +1 -1
  584. package/lib/clients/mp/demo/offBLEConnectionStateChanged.js +1 -1
  585. package/lib/clients/mp/demo/offBluetoothAdapterStateChange.js +1 -1
  586. package/lib/clients/mp/demo/offBluetoothDeviceFound.js +1 -1
  587. package/lib/clients/mp/demo/offCompassChange.js +1 -1
  588. package/lib/clients/mp/demo/offMemoryWarning.js +1 -1
  589. package/lib/clients/mp/demo/offSocketClose.js +1 -1
  590. package/lib/clients/mp/demo/offSocketError.js +1 -1
  591. package/lib/clients/mp/demo/offSocketMessage.js +1 -1
  592. package/lib/clients/mp/demo/offSocketOpen.js +1 -1
  593. package/lib/clients/mp/demo/offUserCaptureScreen.js +1 -1
  594. package/lib/clients/mp/demo/onAccelerometerChange.js +1 -1
  595. package/lib/clients/mp/demo/onBLECharacteristicValueChange.js +1 -1
  596. package/lib/clients/mp/demo/onBLEConnectionStateChanged.js +1 -1
  597. package/lib/clients/mp/demo/onBluetoothAdapterStateChange.js +1 -1
  598. package/lib/clients/mp/demo/onBluetoothDeviceFound.js +1 -1
  599. package/lib/clients/mp/demo/onCompassChange.js +1 -1
  600. package/lib/clients/mp/demo/onMemoryWarning.js +1 -1
  601. package/lib/clients/mp/demo/onSocketClose.js +1 -1
  602. package/lib/clients/mp/demo/onSocketError.js +1 -1
  603. package/lib/clients/mp/demo/onSocketMessage.js +1 -1
  604. package/lib/clients/mp/demo/onSocketOpen.js +1 -1
  605. package/lib/clients/mp/demo/onUserCaptureScreen.js +1 -1
  606. package/lib/clients/mp/demo/openBluetoothAdapter.js +1 -1
  607. package/lib/clients/mp/demo/openDocument.js +1 -1
  608. package/lib/clients/mp/demo/openSchemeWithBacking.js +1 -1
  609. package/lib/clients/mp/demo/openSetting.js +1 -1
  610. package/lib/clients/mp/demo/pageScrollTo.js +1 -1
  611. package/lib/clients/mp/demo/paySignCenter.js +1 -1
  612. package/lib/clients/mp/demo/previewImage.js +1 -1
  613. package/lib/clients/mp/demo/prompt.js +1 -1
  614. package/lib/clients/mp/demo/reLaunch.js +1 -1
  615. package/lib/clients/mp/demo/readBLECharacteristicValue.js +1 -1
  616. package/lib/clients/mp/demo/redirectTo.js +1 -1
  617. package/lib/clients/mp/demo/regionFetchAllApps.js +1 -1
  618. package/lib/clients/mp/demo/regionSearchAppsByKeywords.js +1 -1
  619. package/lib/clients/mp/demo/removeSavedFile.js +1 -1
  620. package/lib/clients/mp/demo/removeStorage.js +1 -1
  621. package/lib/clients/mp/demo/removeStorageSync.js +1 -1
  622. package/lib/clients/mp/demo/request.js +1 -1
  623. package/lib/clients/mp/demo/rpc.js +1 -1
  624. package/lib/clients/mp/demo/saveFile.js +1 -1
  625. package/lib/clients/mp/demo/saveImage.js +1 -1
  626. package/lib/clients/mp/demo/scan.js +1 -1
  627. package/lib/clients/mp/demo/sendSocketMessage.js +1 -1
  628. package/lib/clients/mp/demo/setBackgroundColor.js +1 -1
  629. package/lib/clients/mp/demo/setCanPullDown.js +1 -1
  630. package/lib/clients/mp/demo/setClipboard.js +1 -1
  631. package/lib/clients/mp/demo/setKeepScreenOn.js +1 -1
  632. package/lib/clients/mp/demo/setNavigationBar.js +1 -1
  633. package/lib/clients/mp/demo/setOptionMenu.js +1 -1
  634. package/lib/clients/mp/demo/setScreenBrightness.js +1 -1
  635. package/lib/clients/mp/demo/setStorage.js +1 -1
  636. package/lib/clients/mp/demo/setStorageSync.js +1 -1
  637. package/lib/clients/mp/demo/setTabBarStyle.js +1 -1
  638. package/lib/clients/mp/demo/showActionSheet.js +1 -1
  639. package/lib/clients/mp/demo/showAuthGuide.js +1 -1
  640. package/lib/clients/mp/demo/showLoading.js +1 -1
  641. package/lib/clients/mp/demo/showNavigationBarLoading.js +1 -1
  642. package/lib/clients/mp/demo/showSharePanel.js +1 -1
  643. package/lib/clients/mp/demo/showToast.js +1 -1
  644. package/lib/clients/mp/demo/signContract.js +1 -1
  645. package/lib/clients/mp/demo/startApp.js +1 -1
  646. package/lib/clients/mp/demo/startBizService.js +1 -1
  647. package/lib/clients/mp/demo/startBluetoothDevicesDiscovery.js +1 -1
  648. package/lib/clients/mp/demo/startPullDownRefresh.js +1 -1
  649. package/lib/clients/mp/demo/stopBluetoothDevicesDiscovery.js +1 -1
  650. package/lib/clients/mp/demo/stopPullDownRefresh.js +1 -1
  651. package/lib/clients/mp/demo/switchTab.js +1 -1
  652. package/lib/clients/mp/demo/thirdPartyAuthForAc.js +1 -1
  653. package/lib/clients/mp/demo/tradePay.js +1 -1
  654. package/lib/clients/mp/demo/uploadApdidToken.js +1 -1
  655. package/lib/clients/mp/demo/uploadFile.js +1 -1
  656. package/lib/clients/mp/demo/vibrate.js +1 -1
  657. package/lib/clients/mp/demo/watchShake.js +1 -1
  658. package/lib/clients/mp/demo/writeBLECharacteristicValue.js +1 -1
  659. package/lib/clients/mp/gcash/addPhoneContact.js +1 -1
  660. package/lib/clients/mp/gcash/alert.js +1 -1
  661. package/lib/clients/mp/gcash/canIUse.js +1 -1
  662. package/lib/clients/mp/gcash/chooseImage.js +1 -1
  663. package/lib/clients/mp/gcash/choosePhoneContact.js +1 -1
  664. package/lib/clients/mp/gcash/clearStorage.js +1 -1
  665. package/lib/clients/mp/gcash/clearStorageSync.js +1 -1
  666. package/lib/clients/mp/gcash/closeBluetoothAdapter.js +1 -1
  667. package/lib/clients/mp/gcash/closeSocket.js +1 -1
  668. package/lib/clients/mp/gcash/confirm.js +1 -1
  669. package/lib/clients/mp/gcash/connectBLEDevice.js +1 -1
  670. package/lib/clients/mp/gcash/connectSocket.js +1 -1
  671. package/lib/clients/mp/gcash/createAnimation.js +1 -1
  672. package/lib/clients/mp/gcash/createSelectorQuery.js +1 -1
  673. package/lib/clients/mp/gcash/createWebViewContext.js +1 -1
  674. package/lib/clients/mp/gcash/datePicker.js +1 -1
  675. package/lib/clients/mp/gcash/disconnectBLEDevice.js +1 -1
  676. package/lib/clients/mp/gcash/downloadFile.js +1 -1
  677. package/lib/clients/mp/gcash/getAppIdSync.js +1 -1
  678. package/lib/clients/mp/gcash/getAuthCode.js +1 -1
  679. package/lib/clients/mp/gcash/getBLEDeviceCharacteristics.js +1 -1
  680. package/lib/clients/mp/gcash/getBLEDeviceServices.js +1 -1
  681. package/lib/clients/mp/gcash/getBatteryInfo.js +1 -1
  682. package/lib/clients/mp/gcash/getBluetoothAdapterState.js +1 -1
  683. package/lib/clients/mp/gcash/getBluetoothDevices.js +1 -1
  684. package/lib/clients/mp/gcash/getClipboard.js +1 -1
  685. package/lib/clients/mp/gcash/getConnectedBluetoothDevices.js +1 -1
  686. package/lib/clients/mp/gcash/getFileInfo.js +1 -1
  687. package/lib/clients/mp/gcash/getImageInfo.js +1 -1
  688. package/lib/clients/mp/gcash/getLocation.js +1 -1
  689. package/lib/clients/mp/gcash/getNetworkType.js +1 -1
  690. package/lib/clients/mp/gcash/getOpenUserInfo.js +1 -1
  691. package/lib/clients/mp/gcash/getSavedFileInfo.js +1 -1
  692. package/lib/clients/mp/gcash/getSavedFileList.js +1 -1
  693. package/lib/clients/mp/gcash/getScreenBrightness.js +1 -1
  694. package/lib/clients/mp/gcash/getServerTime.js +1 -1
  695. package/lib/clients/mp/gcash/getSetting.js +1 -1
  696. package/lib/clients/mp/gcash/getSiteInfo.js +1 -1
  697. package/lib/clients/mp/gcash/getStorage.js +1 -1
  698. package/lib/clients/mp/gcash/getStorageSync.js +1 -1
  699. package/lib/clients/mp/gcash/getSystemInfo.js +1 -1
  700. package/lib/clients/mp/gcash/getSystemInfoSync.d.ts +2 -0
  701. package/lib/clients/mp/gcash/getSystemInfoSync.js +3 -0
  702. package/lib/clients/mp/gcash/hideBackHome.js +1 -1
  703. package/lib/clients/mp/gcash/hideKeyboard.js +1 -1
  704. package/lib/clients/mp/gcash/hideLoading.js +1 -1
  705. package/lib/clients/mp/gcash/hideNavigationBarLoading.js +1 -1
  706. package/lib/clients/mp/gcash/hideTabBar.js +1 -1
  707. package/lib/clients/mp/gcash/hideToast.js +1 -1
  708. package/lib/clients/mp/gcash/index.d.ts +7 -2
  709. package/lib/clients/mp/gcash/index.js +124 -122
  710. package/lib/clients/mp/gcash/makePhoneCall.js +1 -1
  711. package/lib/clients/mp/gcash/multiLevelSelect.js +1 -1
  712. package/lib/clients/mp/gcash/navigateBack.js +1 -1
  713. package/lib/clients/mp/gcash/navigateBackMiniProgram.js +1 -1
  714. package/lib/clients/mp/gcash/navigateTo.js +1 -1
  715. package/lib/clients/mp/gcash/navigateToMiniProgram.js +1 -1
  716. package/lib/clients/mp/gcash/notifyBLECharacteristicValueChange.js +1 -1
  717. package/lib/clients/mp/gcash/offAccelerometerChange.js +1 -1
  718. package/lib/clients/mp/gcash/offBLECharacteristicValueChange.js +1 -1
  719. package/lib/clients/mp/gcash/offBLEConnectionStateChanged.js +1 -1
  720. package/lib/clients/mp/gcash/offBluetoothAdapterStateChange.js +1 -1
  721. package/lib/clients/mp/gcash/offBluetoothDeviceFound.js +1 -1
  722. package/lib/clients/mp/gcash/offCompassChange.js +1 -1
  723. package/lib/clients/mp/gcash/offMemoryWarning.js +1 -1
  724. package/lib/clients/mp/gcash/offSocketClose.js +1 -1
  725. package/lib/clients/mp/gcash/offSocketError.js +1 -1
  726. package/lib/clients/mp/gcash/offSocketMessage.js +1 -1
  727. package/lib/clients/mp/gcash/offSocketOpen.js +1 -1
  728. package/lib/clients/mp/gcash/offUserCaptureScreen.js +1 -1
  729. package/lib/clients/mp/gcash/onAccelerometerChange.js +1 -1
  730. package/lib/clients/mp/gcash/onBLECharacteristicValueChange.js +1 -1
  731. package/lib/clients/mp/gcash/onBLEConnectionStateChanged.js +1 -1
  732. package/lib/clients/mp/gcash/onBluetoothAdapterStateChange.js +1 -1
  733. package/lib/clients/mp/gcash/onBluetoothDeviceFound.js +1 -1
  734. package/lib/clients/mp/gcash/onCompassChange.js +1 -1
  735. package/lib/clients/mp/gcash/onMemoryWarning.js +1 -1
  736. package/lib/clients/mp/gcash/onSocketClose.js +1 -1
  737. package/lib/clients/mp/gcash/onSocketError.js +1 -1
  738. package/lib/clients/mp/gcash/onSocketMessage.js +1 -1
  739. package/lib/clients/mp/gcash/onSocketOpen.js +1 -1
  740. package/lib/clients/mp/gcash/onUserCaptureScreen.js +1 -1
  741. package/lib/clients/mp/gcash/openBluetoothAdapter.js +1 -1
  742. package/lib/clients/mp/gcash/openDocument.js +1 -1
  743. package/lib/clients/mp/gcash/openSetting.js +1 -1
  744. package/lib/clients/mp/gcash/pageScrollTo.js +1 -1
  745. package/lib/clients/mp/gcash/previewImage.js +1 -1
  746. package/lib/clients/mp/gcash/prompt.js +1 -1
  747. package/lib/clients/mp/gcash/reLaunch.js +1 -1
  748. package/lib/clients/mp/gcash/readBLECharacteristicValue.js +1 -1
  749. package/lib/clients/mp/gcash/redirectTo.js +1 -1
  750. package/lib/clients/mp/gcash/removeSavedFile.js +1 -1
  751. package/lib/clients/mp/gcash/removeStorage.js +1 -1
  752. package/lib/clients/mp/gcash/removeStorageSync.js +1 -1
  753. package/lib/clients/mp/gcash/request.js +1 -1
  754. package/lib/clients/mp/gcash/saveFile.js +1 -1
  755. package/lib/clients/mp/gcash/saveImage.js +1 -1
  756. package/lib/clients/mp/gcash/scan.js +1 -1
  757. package/lib/clients/mp/gcash/sendSocketMessage.js +1 -1
  758. package/lib/clients/mp/gcash/setBackgroundColor.js +1 -1
  759. package/lib/clients/mp/gcash/setCanPullDown.js +1 -1
  760. package/lib/clients/mp/gcash/setClipboard.js +1 -1
  761. package/lib/clients/mp/gcash/setKeepScreenOn.js +1 -1
  762. package/lib/clients/mp/gcash/setNavigationBar.js +1 -1
  763. package/lib/clients/mp/gcash/setScreenBrightness.js +1 -1
  764. package/lib/clients/mp/gcash/setStorage.js +1 -1
  765. package/lib/clients/mp/gcash/setStorageSync.js +1 -1
  766. package/lib/clients/mp/gcash/setTabBarStyle.js +1 -1
  767. package/lib/clients/mp/gcash/showActionSheet.js +1 -1
  768. package/lib/clients/mp/gcash/showAuthGuide.js +1 -1
  769. package/lib/clients/mp/gcash/showLoading.js +1 -1
  770. package/lib/clients/mp/gcash/showNavigationBarLoading.js +1 -1
  771. package/lib/clients/mp/gcash/showSharePanel.js +1 -1
  772. package/lib/clients/mp/gcash/showToast.js +1 -1
  773. package/lib/clients/mp/gcash/signContract.js +1 -1
  774. package/lib/clients/mp/gcash/startBluetoothDevicesDiscovery.js +1 -1
  775. package/lib/clients/mp/gcash/startPullDownRefresh.js +1 -1
  776. package/lib/clients/mp/gcash/stopBluetoothDevicesDiscovery.js +1 -1
  777. package/lib/clients/mp/gcash/stopPullDownRefresh.js +1 -1
  778. package/lib/clients/mp/gcash/switchTab.js +1 -1
  779. package/lib/clients/mp/gcash/tradePay.js +1 -1
  780. package/lib/clients/mp/gcash/uploadFile.js +1 -1
  781. package/lib/clients/mp/gcash/vibrate.js +1 -1
  782. package/lib/clients/mp/gcash/watchShake.js +1 -1
  783. package/lib/clients/mp/gcash/writeBLECharacteristicValue.js +1 -1
  784. package/lib/clients/mp/tngd/addPhoneContact.js +1 -1
  785. package/lib/clients/mp/tngd/alert.js +1 -1
  786. package/lib/clients/mp/tngd/canIUse.js +1 -1
  787. package/lib/clients/mp/tngd/chooseImage.js +1 -1
  788. package/lib/clients/mp/tngd/choosePhoneContact.js +1 -1
  789. package/lib/clients/mp/tngd/clearStorage.js +1 -1
  790. package/lib/clients/mp/tngd/clearStorageSync.js +1 -1
  791. package/lib/clients/mp/tngd/closeBluetoothAdapter.js +1 -1
  792. package/lib/clients/mp/tngd/closeSocket.js +1 -1
  793. package/lib/clients/mp/tngd/confirm.js +1 -1
  794. package/lib/clients/mp/tngd/connectBLEDevice.js +1 -1
  795. package/lib/clients/mp/tngd/connectSocket.js +1 -1
  796. package/lib/clients/mp/tngd/createAnimation.js +1 -1
  797. package/lib/clients/mp/tngd/createSelectorQuery.js +1 -1
  798. package/lib/clients/mp/tngd/createWebViewContext.js +1 -1
  799. package/lib/clients/mp/tngd/datePicker.js +1 -1
  800. package/lib/clients/mp/tngd/disconnectBLEDevice.js +1 -1
  801. package/lib/clients/mp/tngd/downloadFile.js +1 -1
  802. package/lib/clients/mp/tngd/getAppIdSync.js +1 -1
  803. package/lib/clients/mp/tngd/getAuthCode.js +1 -1
  804. package/lib/clients/mp/tngd/getBLEDeviceCharacteristics.js +1 -1
  805. package/lib/clients/mp/tngd/getBLEDeviceServices.js +1 -1
  806. package/lib/clients/mp/tngd/getBatteryInfo.js +1 -1
  807. package/lib/clients/mp/tngd/getBluetoothAdapterState.js +1 -1
  808. package/lib/clients/mp/tngd/getBluetoothDevices.js +1 -1
  809. package/lib/clients/mp/tngd/getClipboard.js +1 -1
  810. package/lib/clients/mp/tngd/getConnectedBluetoothDevices.js +1 -1
  811. package/lib/clients/mp/tngd/getFileInfo.js +1 -1
  812. package/lib/clients/mp/tngd/getImageInfo.js +1 -1
  813. package/lib/clients/mp/tngd/getLocation.js +1 -1
  814. package/lib/clients/mp/tngd/getNetworkType.js +1 -1
  815. package/lib/clients/mp/tngd/getOpenUserInfo.js +1 -1
  816. package/lib/clients/mp/tngd/getSavedFileInfo.js +1 -1
  817. package/lib/clients/mp/tngd/getSavedFileList.js +1 -1
  818. package/lib/clients/mp/tngd/getScreenBrightness.js +1 -1
  819. package/lib/clients/mp/tngd/getServerTime.js +1 -1
  820. package/lib/clients/mp/tngd/getSetting.js +1 -1
  821. package/lib/clients/mp/tngd/getSiteInfo.js +1 -1
  822. package/lib/clients/mp/tngd/getStorage.js +1 -1
  823. package/lib/clients/mp/tngd/getStorageSync.js +1 -1
  824. package/lib/clients/mp/tngd/getSystemInfo.js +1 -1
  825. package/lib/clients/mp/tngd/getSystemInfoSync.d.ts +2 -0
  826. package/lib/clients/mp/tngd/getSystemInfoSync.js +3 -0
  827. package/lib/clients/mp/tngd/hideBackHome.js +1 -1
  828. package/lib/clients/mp/tngd/hideKeyboard.js +1 -1
  829. package/lib/clients/mp/tngd/hideLoading.js +1 -1
  830. package/lib/clients/mp/tngd/hideNavigationBarLoading.js +1 -1
  831. package/lib/clients/mp/tngd/hideTabBar.js +1 -1
  832. package/lib/clients/mp/tngd/hideToast.js +1 -1
  833. package/lib/clients/mp/tngd/index.d.ts +7 -2
  834. package/lib/clients/mp/tngd/index.js +124 -122
  835. package/lib/clients/mp/tngd/makePhoneCall.js +1 -1
  836. package/lib/clients/mp/tngd/multiLevelSelect.js +1 -1
  837. package/lib/clients/mp/tngd/navigateBack.js +1 -1
  838. package/lib/clients/mp/tngd/navigateBackMiniProgram.js +1 -1
  839. package/lib/clients/mp/tngd/navigateTo.js +1 -1
  840. package/lib/clients/mp/tngd/navigateToMiniProgram.js +1 -1
  841. package/lib/clients/mp/tngd/notifyBLECharacteristicValueChange.js +1 -1
  842. package/lib/clients/mp/tngd/offAccelerometerChange.js +1 -1
  843. package/lib/clients/mp/tngd/offBLECharacteristicValueChange.js +1 -1
  844. package/lib/clients/mp/tngd/offBLEConnectionStateChanged.js +1 -1
  845. package/lib/clients/mp/tngd/offBluetoothAdapterStateChange.js +1 -1
  846. package/lib/clients/mp/tngd/offBluetoothDeviceFound.js +1 -1
  847. package/lib/clients/mp/tngd/offCompassChange.js +1 -1
  848. package/lib/clients/mp/tngd/offMemoryWarning.js +1 -1
  849. package/lib/clients/mp/tngd/offSocketClose.js +1 -1
  850. package/lib/clients/mp/tngd/offSocketError.js +1 -1
  851. package/lib/clients/mp/tngd/offSocketMessage.js +1 -1
  852. package/lib/clients/mp/tngd/offSocketOpen.js +1 -1
  853. package/lib/clients/mp/tngd/offUserCaptureScreen.js +1 -1
  854. package/lib/clients/mp/tngd/onAccelerometerChange.js +1 -1
  855. package/lib/clients/mp/tngd/onBLECharacteristicValueChange.js +1 -1
  856. package/lib/clients/mp/tngd/onBLEConnectionStateChanged.js +1 -1
  857. package/lib/clients/mp/tngd/onBluetoothAdapterStateChange.js +1 -1
  858. package/lib/clients/mp/tngd/onBluetoothDeviceFound.js +1 -1
  859. package/lib/clients/mp/tngd/onCompassChange.js +1 -1
  860. package/lib/clients/mp/tngd/onMemoryWarning.js +1 -1
  861. package/lib/clients/mp/tngd/onSocketClose.js +1 -1
  862. package/lib/clients/mp/tngd/onSocketError.js +1 -1
  863. package/lib/clients/mp/tngd/onSocketMessage.js +1 -1
  864. package/lib/clients/mp/tngd/onSocketOpen.js +1 -1
  865. package/lib/clients/mp/tngd/onUserCaptureScreen.js +1 -1
  866. package/lib/clients/mp/tngd/openBluetoothAdapter.js +1 -1
  867. package/lib/clients/mp/tngd/openDocument.js +1 -1
  868. package/lib/clients/mp/tngd/openSetting.js +1 -1
  869. package/lib/clients/mp/tngd/pageScrollTo.js +1 -1
  870. package/lib/clients/mp/tngd/previewImage.js +1 -1
  871. package/lib/clients/mp/tngd/prompt.js +1 -1
  872. package/lib/clients/mp/tngd/reLaunch.js +1 -1
  873. package/lib/clients/mp/tngd/readBLECharacteristicValue.js +1 -1
  874. package/lib/clients/mp/tngd/redirectTo.js +1 -1
  875. package/lib/clients/mp/tngd/removeSavedFile.js +1 -1
  876. package/lib/clients/mp/tngd/removeStorage.js +1 -1
  877. package/lib/clients/mp/tngd/removeStorageSync.js +1 -1
  878. package/lib/clients/mp/tngd/request.js +1 -1
  879. package/lib/clients/mp/tngd/saveFile.js +1 -1
  880. package/lib/clients/mp/tngd/saveImage.js +1 -1
  881. package/lib/clients/mp/tngd/scan.js +1 -1
  882. package/lib/clients/mp/tngd/sendSocketMessage.js +1 -1
  883. package/lib/clients/mp/tngd/setBackgroundColor.js +1 -1
  884. package/lib/clients/mp/tngd/setCanPullDown.js +1 -1
  885. package/lib/clients/mp/tngd/setClipboard.js +1 -1
  886. package/lib/clients/mp/tngd/setKeepScreenOn.js +1 -1
  887. package/lib/clients/mp/tngd/setNavigationBar.js +1 -1
  888. package/lib/clients/mp/tngd/setScreenBrightness.js +1 -1
  889. package/lib/clients/mp/tngd/setStorage.js +1 -1
  890. package/lib/clients/mp/tngd/setStorageSync.js +1 -1
  891. package/lib/clients/mp/tngd/setTabBarStyle.js +1 -1
  892. package/lib/clients/mp/tngd/showActionSheet.js +1 -1
  893. package/lib/clients/mp/tngd/showAuthGuide.js +1 -1
  894. package/lib/clients/mp/tngd/showLoading.js +1 -1
  895. package/lib/clients/mp/tngd/showNavigationBarLoading.js +1 -1
  896. package/lib/clients/mp/tngd/showSharePanel.js +1 -1
  897. package/lib/clients/mp/tngd/showToast.js +1 -1
  898. package/lib/clients/mp/tngd/signContract.js +1 -1
  899. package/lib/clients/mp/tngd/startBluetoothDevicesDiscovery.js +1 -1
  900. package/lib/clients/mp/tngd/startPullDownRefresh.js +1 -1
  901. package/lib/clients/mp/tngd/stopBluetoothDevicesDiscovery.js +1 -1
  902. package/lib/clients/mp/tngd/stopPullDownRefresh.js +1 -1
  903. package/lib/clients/mp/tngd/switchTab.js +1 -1
  904. package/lib/clients/mp/tngd/tradePay.js +1 -1
  905. package/lib/clients/mp/tngd/uploadFile.js +1 -1
  906. package/lib/clients/mp/tngd/vibrate.js +1 -1
  907. package/lib/clients/mp/tngd/watchShake.js +1 -1
  908. package/lib/clients/mp/tngd/writeBLECharacteristicValue.js +1 -1
  909. package/lib/clients/mp/truemoney/addPhoneContact.js +1 -1
  910. package/lib/clients/mp/truemoney/alert.js +1 -1
  911. package/lib/clients/mp/truemoney/canIUse.js +1 -1
  912. package/lib/clients/mp/truemoney/chooseImage.js +1 -1
  913. package/lib/clients/mp/truemoney/choosePhoneContact.js +1 -1
  914. package/lib/clients/mp/truemoney/clearStorage.js +1 -1
  915. package/lib/clients/mp/truemoney/clearStorageSync.js +1 -1
  916. package/lib/clients/mp/truemoney/closeBluetoothAdapter.js +1 -1
  917. package/lib/clients/mp/truemoney/closeSocket.js +1 -1
  918. package/lib/clients/mp/truemoney/confirm.js +1 -1
  919. package/lib/clients/mp/truemoney/connectBLEDevice.js +1 -1
  920. package/lib/clients/mp/truemoney/connectSocket.js +1 -1
  921. package/lib/clients/mp/truemoney/createAnimation.js +1 -1
  922. package/lib/clients/mp/truemoney/createSelectorQuery.js +1 -1
  923. package/lib/clients/mp/truemoney/createWebViewContext.js +1 -1
  924. package/lib/clients/mp/truemoney/datePicker.js +1 -1
  925. package/lib/clients/mp/truemoney/disconnectBLEDevice.js +1 -1
  926. package/lib/clients/mp/truemoney/downloadFile.js +1 -1
  927. package/lib/clients/mp/truemoney/getAppIdSync.js +1 -1
  928. package/lib/clients/mp/truemoney/getAuthCode.js +1 -1
  929. package/lib/clients/mp/truemoney/getBLEDeviceCharacteristics.js +1 -1
  930. package/lib/clients/mp/truemoney/getBLEDeviceServices.js +1 -1
  931. package/lib/clients/mp/truemoney/getBatteryInfo.js +1 -1
  932. package/lib/clients/mp/truemoney/getBluetoothAdapterState.js +1 -1
  933. package/lib/clients/mp/truemoney/getBluetoothDevices.js +1 -1
  934. package/lib/clients/mp/truemoney/getClipboard.js +1 -1
  935. package/lib/clients/mp/truemoney/getConnectedBluetoothDevices.js +1 -1
  936. package/lib/clients/mp/truemoney/getFileInfo.js +1 -1
  937. package/lib/clients/mp/truemoney/getImageInfo.js +1 -1
  938. package/lib/clients/mp/truemoney/getLocation.js +1 -1
  939. package/lib/clients/mp/truemoney/getNetworkType.js +1 -1
  940. package/lib/clients/mp/truemoney/getOpenUserInfo.js +1 -1
  941. package/lib/clients/mp/truemoney/getSavedFileInfo.js +1 -1
  942. package/lib/clients/mp/truemoney/getSavedFileList.js +1 -1
  943. package/lib/clients/mp/truemoney/getScreenBrightness.js +1 -1
  944. package/lib/clients/mp/truemoney/getServerTime.js +1 -1
  945. package/lib/clients/mp/truemoney/getSetting.js +1 -1
  946. package/lib/clients/mp/truemoney/getSiteInfo.js +1 -1
  947. package/lib/clients/mp/truemoney/getStorage.js +1 -1
  948. package/lib/clients/mp/truemoney/getStorageSync.js +1 -1
  949. package/lib/clients/mp/truemoney/getSystemInfo.js +1 -1
  950. package/lib/clients/mp/truemoney/getSystemInfoSync.d.ts +2 -0
  951. package/lib/clients/mp/truemoney/getSystemInfoSync.js +3 -0
  952. package/lib/clients/mp/truemoney/hideBackHome.js +1 -1
  953. package/lib/clients/mp/truemoney/hideKeyboard.js +1 -1
  954. package/lib/clients/mp/truemoney/hideLoading.js +1 -1
  955. package/lib/clients/mp/truemoney/hideNavigationBarLoading.js +1 -1
  956. package/lib/clients/mp/truemoney/hideTabBar.js +1 -1
  957. package/lib/clients/mp/truemoney/hideToast.js +1 -1
  958. package/lib/clients/mp/truemoney/index.d.ts +7 -2
  959. package/lib/clients/mp/truemoney/index.js +124 -122
  960. package/lib/clients/mp/truemoney/makePhoneCall.js +1 -1
  961. package/lib/clients/mp/truemoney/multiLevelSelect.js +1 -1
  962. package/lib/clients/mp/truemoney/navigateBack.js +1 -1
  963. package/lib/clients/mp/truemoney/navigateBackMiniProgram.js +1 -1
  964. package/lib/clients/mp/truemoney/navigateTo.js +1 -1
  965. package/lib/clients/mp/truemoney/navigateToMiniProgram.js +1 -1
  966. package/lib/clients/mp/truemoney/notifyBLECharacteristicValueChange.js +1 -1
  967. package/lib/clients/mp/truemoney/offAccelerometerChange.js +1 -1
  968. package/lib/clients/mp/truemoney/offBLECharacteristicValueChange.js +1 -1
  969. package/lib/clients/mp/truemoney/offBLEConnectionStateChanged.js +1 -1
  970. package/lib/clients/mp/truemoney/offBluetoothAdapterStateChange.js +1 -1
  971. package/lib/clients/mp/truemoney/offBluetoothDeviceFound.js +1 -1
  972. package/lib/clients/mp/truemoney/offCompassChange.js +1 -1
  973. package/lib/clients/mp/truemoney/offMemoryWarning.js +1 -1
  974. package/lib/clients/mp/truemoney/offSocketClose.js +1 -1
  975. package/lib/clients/mp/truemoney/offSocketError.js +1 -1
  976. package/lib/clients/mp/truemoney/offSocketMessage.js +1 -1
  977. package/lib/clients/mp/truemoney/offSocketOpen.js +1 -1
  978. package/lib/clients/mp/truemoney/offUserCaptureScreen.js +1 -1
  979. package/lib/clients/mp/truemoney/onAccelerometerChange.js +1 -1
  980. package/lib/clients/mp/truemoney/onBLECharacteristicValueChange.js +1 -1
  981. package/lib/clients/mp/truemoney/onBLEConnectionStateChanged.js +1 -1
  982. package/lib/clients/mp/truemoney/onBluetoothAdapterStateChange.js +1 -1
  983. package/lib/clients/mp/truemoney/onBluetoothDeviceFound.js +1 -1
  984. package/lib/clients/mp/truemoney/onCompassChange.js +1 -1
  985. package/lib/clients/mp/truemoney/onMemoryWarning.js +1 -1
  986. package/lib/clients/mp/truemoney/onSocketClose.js +1 -1
  987. package/lib/clients/mp/truemoney/onSocketError.js +1 -1
  988. package/lib/clients/mp/truemoney/onSocketMessage.js +1 -1
  989. package/lib/clients/mp/truemoney/onSocketOpen.js +1 -1
  990. package/lib/clients/mp/truemoney/onUserCaptureScreen.js +1 -1
  991. package/lib/clients/mp/truemoney/openBluetoothAdapter.js +1 -1
  992. package/lib/clients/mp/truemoney/openDocument.js +1 -1
  993. package/lib/clients/mp/truemoney/openSetting.js +1 -1
  994. package/lib/clients/mp/truemoney/pageScrollTo.js +1 -1
  995. package/lib/clients/mp/truemoney/previewImage.js +1 -1
  996. package/lib/clients/mp/truemoney/prompt.js +1 -1
  997. package/lib/clients/mp/truemoney/reLaunch.js +1 -1
  998. package/lib/clients/mp/truemoney/readBLECharacteristicValue.js +1 -1
  999. package/lib/clients/mp/truemoney/redirectTo.js +1 -1
  1000. package/lib/clients/mp/truemoney/removeSavedFile.js +1 -1
  1001. package/lib/clients/mp/truemoney/removeStorage.js +1 -1
  1002. package/lib/clients/mp/truemoney/removeStorageSync.js +1 -1
  1003. package/lib/clients/mp/truemoney/request.js +1 -1
  1004. package/lib/clients/mp/truemoney/saveFile.js +1 -1
  1005. package/lib/clients/mp/truemoney/saveImage.js +1 -1
  1006. package/lib/clients/mp/truemoney/scan.js +1 -1
  1007. package/lib/clients/mp/truemoney/sendSocketMessage.js +1 -1
  1008. package/lib/clients/mp/truemoney/setBackgroundColor.js +1 -1
  1009. package/lib/clients/mp/truemoney/setCanPullDown.js +1 -1
  1010. package/lib/clients/mp/truemoney/setClipboard.js +1 -1
  1011. package/lib/clients/mp/truemoney/setKeepScreenOn.js +1 -1
  1012. package/lib/clients/mp/truemoney/setNavigationBar.js +1 -1
  1013. package/lib/clients/mp/truemoney/setScreenBrightness.js +1 -1
  1014. package/lib/clients/mp/truemoney/setStorage.js +1 -1
  1015. package/lib/clients/mp/truemoney/setStorageSync.js +1 -1
  1016. package/lib/clients/mp/truemoney/setTabBarStyle.js +1 -1
  1017. package/lib/clients/mp/truemoney/showActionSheet.js +1 -1
  1018. package/lib/clients/mp/truemoney/showAuthGuide.js +1 -1
  1019. package/lib/clients/mp/truemoney/showLoading.js +1 -1
  1020. package/lib/clients/mp/truemoney/showNavigationBarLoading.js +1 -1
  1021. package/lib/clients/mp/truemoney/showSharePanel.js +1 -1
  1022. package/lib/clients/mp/truemoney/showToast.js +1 -1
  1023. package/lib/clients/mp/truemoney/signContract.js +1 -1
  1024. package/lib/clients/mp/truemoney/startBluetoothDevicesDiscovery.js +1 -1
  1025. package/lib/clients/mp/truemoney/startPullDownRefresh.js +1 -1
  1026. package/lib/clients/mp/truemoney/stopBluetoothDevicesDiscovery.js +1 -1
  1027. package/lib/clients/mp/truemoney/stopPullDownRefresh.js +1 -1
  1028. package/lib/clients/mp/truemoney/switchTab.js +1 -1
  1029. package/lib/clients/mp/truemoney/tradePay.js +1 -1
  1030. package/lib/clients/mp/truemoney/uploadFile.js +1 -1
  1031. package/lib/clients/mp/truemoney/vibrate.js +1 -1
  1032. package/lib/clients/mp/truemoney/watchShake.js +1 -1
  1033. package/lib/clients/mp/truemoney/writeBLECharacteristicValue.js +1 -1
  1034. package/lib/clients/mp/wechat/index.js +1 -1
  1035. package/lib/clients/mp/wechat/showToast.d.ts +2 -2
  1036. package/lib/clients/mp/wechat/showToast.js +3 -29
  1037. package/lib/clients/mp_web/alipay/addPhoneContact.js +1 -1
  1038. package/lib/clients/mp_web/alipay/alert.js +1 -1
  1039. package/lib/clients/mp_web/alipay/chooseImage.js +1 -1
  1040. package/lib/clients/mp_web/alipay/choosePhoneContact.js +1 -1
  1041. package/lib/clients/mp_web/alipay/clearStorage.js +1 -1
  1042. package/lib/clients/mp_web/alipay/closeBluetoothAdapter.js +1 -1
  1043. package/lib/clients/mp_web/alipay/closeSocket.js +1 -1
  1044. package/lib/clients/mp_web/alipay/confirm.js +1 -1
  1045. package/lib/clients/mp_web/alipay/connectBLEDevice.js +1 -1
  1046. package/lib/clients/mp_web/alipay/connectSocket.js +1 -1
  1047. package/lib/clients/mp_web/alipay/crossPay.js +1 -1
  1048. package/lib/clients/mp_web/alipay/datePicker.js +1 -1
  1049. package/lib/clients/mp_web/alipay/disconnectBLEDevice.js +1 -1
  1050. package/lib/clients/mp_web/alipay/downloadFile.js +1 -1
  1051. package/lib/clients/mp_web/alipay/getAppId.d.ts +2 -0
  1052. package/lib/clients/mp_web/alipay/getAppId.js +3 -0
  1053. package/lib/clients/mp_web/alipay/getAuthCode.js +1 -1
  1054. package/lib/clients/mp_web/alipay/getBLEDeviceCharacteristics.js +1 -1
  1055. package/lib/clients/mp_web/alipay/getBLEDeviceServices.js +1 -1
  1056. package/lib/clients/mp_web/alipay/getBatteryInfo.js +1 -1
  1057. package/lib/clients/mp_web/alipay/getBluetoothAdapterState.js +1 -1
  1058. package/lib/clients/mp_web/alipay/getBluetoothDevices.js +1 -1
  1059. package/lib/clients/mp_web/alipay/getClipboard.js +1 -1
  1060. package/lib/clients/mp_web/alipay/getConnectedBluetoothDevices.js +1 -1
  1061. package/lib/clients/mp_web/alipay/getCurrentLanguage.d.ts +2 -0
  1062. package/lib/clients/mp_web/alipay/getCurrentLanguage.js +3 -0
  1063. package/lib/clients/mp_web/alipay/getCurrentPages.d.ts +2 -0
  1064. package/lib/clients/mp_web/alipay/getCurrentPages.js +3 -0
  1065. package/lib/clients/mp_web/alipay/getFileInfo.js +1 -1
  1066. package/lib/clients/mp_web/alipay/getImageInfo.js +1 -1
  1067. package/lib/clients/mp_web/alipay/getLocation.js +1 -1
  1068. package/lib/clients/mp_web/alipay/getNetworkType.js +1 -1
  1069. package/lib/clients/mp_web/alipay/getOpenUserInfo.js +1 -1
  1070. package/lib/clients/mp_web/alipay/getPhoneNumber.js +1 -1
  1071. package/lib/clients/mp_web/alipay/getSDKVersion.d.ts +2 -0
  1072. package/lib/clients/mp_web/alipay/getSDKVersion.js +3 -0
  1073. package/lib/clients/mp_web/alipay/getSavedFileInfo.js +1 -1
  1074. package/lib/clients/mp_web/alipay/getSavedFileList.js +1 -1
  1075. package/lib/clients/mp_web/alipay/getScreenBrightness.js +1 -1
  1076. package/lib/clients/mp_web/alipay/getServerTime.js +1 -1
  1077. package/lib/clients/mp_web/alipay/getSetting.js +1 -1
  1078. package/lib/clients/mp_web/alipay/getSiteInfo.js +1 -1
  1079. package/lib/clients/mp_web/alipay/getStorage.js +1 -1
  1080. package/lib/clients/mp_web/alipay/getSystemInfo.js +1 -1
  1081. package/lib/clients/mp_web/alipay/hideBackHome.js +1 -1
  1082. package/lib/clients/mp_web/alipay/hideKeyboard.js +1 -1
  1083. package/lib/clients/mp_web/alipay/hideLoading.js +1 -1
  1084. package/lib/clients/mp_web/alipay/hideNavigationBarLoading.js +1 -1
  1085. package/lib/clients/mp_web/alipay/hideTabBar.js +1 -1
  1086. package/lib/clients/mp_web/alipay/hideToast.js +1 -1
  1087. package/lib/clients/mp_web/alipay/index.d.ts +19 -3
  1088. package/lib/clients/mp_web/alipay/index.js +126 -118
  1089. package/lib/clients/mp_web/alipay/makePhoneCall.js +1 -1
  1090. package/lib/clients/mp_web/alipay/multiLevelSelect.js +1 -1
  1091. package/lib/clients/mp_web/alipay/navigateBack.js +1 -1
  1092. package/lib/clients/mp_web/alipay/navigateBackMiniProgram.js +1 -1
  1093. package/lib/clients/mp_web/alipay/navigateTo.js +1 -1
  1094. package/lib/clients/mp_web/alipay/navigateToMiniProgram.js +1 -1
  1095. package/lib/clients/mp_web/alipay/notifyBLECharacteristicValueChange.js +1 -1
  1096. package/lib/clients/mp_web/alipay/offAccelerometerChange.js +1 -1
  1097. package/lib/clients/mp_web/alipay/offBLECharacteristicValueChange.js +1 -1
  1098. package/lib/clients/mp_web/alipay/offBLEConnectionStateChanged.js +1 -1
  1099. package/lib/clients/mp_web/alipay/offBluetoothAdapterStateChange.js +1 -1
  1100. package/lib/clients/mp_web/alipay/offBluetoothDeviceFound.js +1 -1
  1101. package/lib/clients/mp_web/alipay/offCompassChange.js +1 -1
  1102. package/lib/clients/mp_web/alipay/offMemoryWarning.js +1 -1
  1103. package/lib/clients/mp_web/alipay/offSocketClose.js +1 -1
  1104. package/lib/clients/mp_web/alipay/offSocketError.js +1 -1
  1105. package/lib/clients/mp_web/alipay/offSocketMessage.js +1 -1
  1106. package/lib/clients/mp_web/alipay/offSocketOpen.js +1 -1
  1107. package/lib/clients/mp_web/alipay/offUserCaptureScreen.js +1 -1
  1108. package/lib/clients/mp_web/alipay/onAccelerometerChange.js +1 -1
  1109. package/lib/clients/mp_web/alipay/onBLECharacteristicValueChange.js +1 -1
  1110. package/lib/clients/mp_web/alipay/onBLEConnectionStateChanged.js +1 -1
  1111. package/lib/clients/mp_web/alipay/onBluetoothAdapterStateChange.js +1 -1
  1112. package/lib/clients/mp_web/alipay/onBluetoothDeviceFound.js +1 -1
  1113. package/lib/clients/mp_web/alipay/onCompassChange.js +1 -1
  1114. package/lib/clients/mp_web/alipay/onMemoryWarning.js +1 -1
  1115. package/lib/clients/mp_web/alipay/onSocketClose.js +1 -1
  1116. package/lib/clients/mp_web/alipay/onSocketError.js +1 -1
  1117. package/lib/clients/mp_web/alipay/onSocketMessage.js +1 -1
  1118. package/lib/clients/mp_web/alipay/onSocketOpen.js +1 -1
  1119. package/lib/clients/mp_web/alipay/onUserCaptureScreen.js +1 -1
  1120. package/lib/clients/mp_web/alipay/openBluetoothAdapter.js +1 -1
  1121. package/lib/clients/mp_web/alipay/openDocument.js +1 -1
  1122. package/lib/clients/mp_web/alipay/openSetting.js +1 -1
  1123. package/lib/clients/mp_web/alipay/pageScrollTo.js +1 -1
  1124. package/lib/clients/mp_web/alipay/previewImage.js +1 -1
  1125. package/lib/clients/mp_web/alipay/prompt.js +1 -1
  1126. package/lib/clients/mp_web/alipay/reLaunch.js +1 -1
  1127. package/lib/clients/mp_web/alipay/readBLECharacteristicValue.js +1 -1
  1128. package/lib/clients/mp_web/alipay/redirectTo.js +1 -1
  1129. package/lib/clients/mp_web/alipay/removeSavedFile.js +1 -1
  1130. package/lib/clients/mp_web/alipay/removeStorage.js +1 -1
  1131. package/lib/clients/mp_web/alipay/request.js +1 -1
  1132. package/lib/clients/mp_web/alipay/rpc.js +1 -1
  1133. package/lib/clients/mp_web/alipay/saveFile.js +1 -1
  1134. package/lib/clients/mp_web/alipay/saveImage.js +1 -1
  1135. package/lib/clients/mp_web/alipay/scan.js +1 -1
  1136. package/lib/clients/mp_web/alipay/sendSocketMessage.js +1 -1
  1137. package/lib/clients/mp_web/alipay/setBackgroundColor.js +1 -1
  1138. package/lib/clients/mp_web/alipay/setCanPullDown.js +1 -1
  1139. package/lib/clients/mp_web/alipay/setClipboard.js +1 -1
  1140. package/lib/clients/mp_web/alipay/setKeepScreenOn.js +1 -1
  1141. package/lib/clients/mp_web/alipay/setNavigationBar.js +1 -1
  1142. package/lib/clients/mp_web/alipay/setOptionMenu.js +1 -1
  1143. package/lib/clients/mp_web/alipay/setScreenBrightness.js +1 -1
  1144. package/lib/clients/mp_web/alipay/setStorage.js +1 -1
  1145. package/lib/clients/mp_web/alipay/setTabBarStyle.js +1 -1
  1146. package/lib/clients/mp_web/alipay/showActionSheet.js +1 -1
  1147. package/lib/clients/mp_web/alipay/showAuthGuide.js +1 -1
  1148. package/lib/clients/mp_web/alipay/showLoading.js +1 -1
  1149. package/lib/clients/mp_web/alipay/showNavigationBarLoading.js +1 -1
  1150. package/lib/clients/mp_web/alipay/showSharePanel.js +1 -1
  1151. package/lib/clients/mp_web/alipay/showToast.js +1 -1
  1152. package/lib/clients/mp_web/alipay/signContract.js +1 -1
  1153. package/lib/clients/mp_web/alipay/startBluetoothDevicesDiscovery.js +1 -1
  1154. package/lib/clients/mp_web/alipay/startPullDownRefresh.js +1 -1
  1155. package/lib/clients/mp_web/alipay/stopBluetoothDevicesDiscovery.js +1 -1
  1156. package/lib/clients/mp_web/alipay/stopPullDownRefresh.js +1 -1
  1157. package/lib/clients/mp_web/alipay/switchTab.js +1 -1
  1158. package/lib/clients/mp_web/alipay/tradePay.d.ts +2 -3
  1159. package/lib/clients/mp_web/alipay/tradePay.js +3 -20
  1160. package/lib/clients/mp_web/alipay/uploadFile.js +1 -1
  1161. package/lib/clients/mp_web/alipay/vibrate.js +1 -1
  1162. package/lib/clients/mp_web/alipay/watchShake.js +1 -1
  1163. package/lib/clients/mp_web/alipay/writeBLECharacteristicValue.js +1 -1
  1164. package/lib/clients/mp_web/alipayhk/addPhoneContact.js +1 -1
  1165. package/lib/clients/mp_web/alipayhk/alert.js +1 -1
  1166. package/lib/clients/mp_web/alipayhk/chooseImage.js +1 -1
  1167. package/lib/clients/mp_web/alipayhk/choosePhoneContact.js +1 -1
  1168. package/lib/clients/mp_web/alipayhk/clearStorage.js +1 -1
  1169. package/lib/clients/mp_web/alipayhk/closeBluetoothAdapter.js +1 -1
  1170. package/lib/clients/mp_web/alipayhk/closeSocket.js +1 -1
  1171. package/lib/clients/mp_web/alipayhk/confirm.js +1 -1
  1172. package/lib/clients/mp_web/alipayhk/connectBLEDevice.js +1 -1
  1173. package/lib/clients/mp_web/alipayhk/connectSocket.js +1 -1
  1174. package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.d.ts +2 -0
  1175. package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.js +3 -0
  1176. package/lib/clients/mp_web/alipayhk/datePicker.js +1 -1
  1177. package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.d.ts +2 -0
  1178. package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.js +3 -0
  1179. package/lib/clients/mp_web/alipayhk/disconnectBLEDevice.js +1 -1
  1180. package/lib/clients/mp_web/alipayhk/downloadFile.js +1 -1
  1181. package/lib/clients/mp_web/alipayhk/getAppId.d.ts +2 -0
  1182. package/lib/clients/mp_web/alipayhk/getAppId.js +3 -0
  1183. package/lib/clients/mp_web/alipayhk/getAuthCode.js +1 -1
  1184. package/lib/clients/mp_web/alipayhk/getBLEDeviceCharacteristics.js +1 -1
  1185. package/lib/clients/mp_web/alipayhk/getBLEDeviceServices.js +1 -1
  1186. package/lib/clients/mp_web/alipayhk/getBatteryInfo.js +1 -1
  1187. package/lib/clients/mp_web/alipayhk/getBluetoothAdapterState.js +1 -1
  1188. package/lib/clients/mp_web/alipayhk/getBluetoothDevices.js +1 -1
  1189. package/lib/clients/mp_web/alipayhk/getClipboard.js +1 -1
  1190. package/lib/clients/mp_web/alipayhk/getConnectedBluetoothDevices.js +1 -1
  1191. package/lib/clients/mp_web/alipayhk/getCurrentLanguage.d.ts +2 -0
  1192. package/lib/clients/mp_web/alipayhk/getCurrentLanguage.js +3 -0
  1193. package/lib/clients/mp_web/alipayhk/getCurrentPages.d.ts +2 -0
  1194. package/lib/clients/mp_web/alipayhk/getCurrentPages.js +3 -0
  1195. package/lib/clients/mp_web/alipayhk/getFileInfo.js +1 -1
  1196. package/lib/clients/mp_web/alipayhk/getImageInfo.js +1 -1
  1197. package/lib/clients/mp_web/alipayhk/getLocation.js +1 -1
  1198. package/lib/clients/mp_web/alipayhk/getNetworkType.js +1 -1
  1199. package/lib/clients/mp_web/alipayhk/getOpenUserInfo.js +1 -1
  1200. package/lib/clients/mp_web/alipayhk/getSDKVersion.d.ts +2 -0
  1201. package/lib/clients/mp_web/alipayhk/getSDKVersion.js +3 -0
  1202. package/lib/clients/mp_web/alipayhk/getSavedFileInfo.js +1 -1
  1203. package/lib/clients/mp_web/alipayhk/getSavedFileList.js +1 -1
  1204. package/lib/clients/mp_web/alipayhk/getScreenBrightness.js +1 -1
  1205. package/lib/clients/mp_web/alipayhk/getServerTime.js +1 -1
  1206. package/lib/clients/mp_web/alipayhk/getSetting.js +1 -1
  1207. package/lib/clients/mp_web/alipayhk/getSiteInfo.js +1 -1
  1208. package/lib/clients/mp_web/alipayhk/getStorage.js +1 -1
  1209. package/lib/clients/mp_web/alipayhk/getSystemInfo.js +1 -1
  1210. package/lib/clients/mp_web/alipayhk/hideBackHome.js +1 -1
  1211. package/lib/clients/mp_web/alipayhk/hideKeyboard.js +1 -1
  1212. package/lib/clients/mp_web/alipayhk/hideLoading.js +1 -1
  1213. package/lib/clients/mp_web/alipayhk/hideNavigationBarLoading.js +1 -1
  1214. package/lib/clients/mp_web/alipayhk/hideTabBar.js +1 -1
  1215. package/lib/clients/mp_web/alipayhk/hideToast.js +1 -1
  1216. package/lib/clients/mp_web/alipayhk/index.d.ts +33 -2
  1217. package/lib/clients/mp_web/alipayhk/index.js +128 -114
  1218. package/lib/clients/mp_web/alipayhk/makePhoneCall.js +1 -1
  1219. package/lib/clients/mp_web/alipayhk/multiLevelSelect.js +1 -1
  1220. package/lib/clients/mp_web/alipayhk/navigateBack.js +1 -1
  1221. package/lib/clients/mp_web/alipayhk/navigateBackMiniProgram.js +1 -1
  1222. package/lib/clients/mp_web/alipayhk/navigateTo.js +1 -1
  1223. package/lib/clients/mp_web/alipayhk/navigateToMiniProgram.js +1 -1
  1224. package/lib/clients/mp_web/alipayhk/notifyBLECharacteristicValueChange.js +1 -1
  1225. package/lib/clients/mp_web/alipayhk/offAccelerometerChange.js +1 -1
  1226. package/lib/clients/mp_web/alipayhk/offBLECharacteristicValueChange.js +1 -1
  1227. package/lib/clients/mp_web/alipayhk/offBLEConnectionStateChanged.js +1 -1
  1228. package/lib/clients/mp_web/alipayhk/offBluetoothAdapterStateChange.js +1 -1
  1229. package/lib/clients/mp_web/alipayhk/offBluetoothDeviceFound.js +1 -1
  1230. package/lib/clients/mp_web/alipayhk/offCompassChange.js +1 -1
  1231. package/lib/clients/mp_web/alipayhk/offMemoryWarning.js +1 -1
  1232. package/lib/clients/mp_web/alipayhk/offSocketClose.js +1 -1
  1233. package/lib/clients/mp_web/alipayhk/offSocketError.js +1 -1
  1234. package/lib/clients/mp_web/alipayhk/offSocketMessage.js +1 -1
  1235. package/lib/clients/mp_web/alipayhk/offSocketOpen.js +1 -1
  1236. package/lib/clients/mp_web/alipayhk/offUserCaptureScreen.js +1 -1
  1237. package/lib/clients/mp_web/alipayhk/onAccelerometerChange.js +1 -1
  1238. package/lib/clients/mp_web/alipayhk/onBLECharacteristicValueChange.js +1 -1
  1239. package/lib/clients/mp_web/alipayhk/onBLEConnectionStateChanged.js +1 -1
  1240. package/lib/clients/mp_web/alipayhk/onBluetoothAdapterStateChange.js +1 -1
  1241. package/lib/clients/mp_web/alipayhk/onBluetoothDeviceFound.js +1 -1
  1242. package/lib/clients/mp_web/alipayhk/onCompassChange.js +1 -1
  1243. package/lib/clients/mp_web/alipayhk/onMemoryWarning.js +1 -1
  1244. package/lib/clients/mp_web/alipayhk/onSocketClose.js +1 -1
  1245. package/lib/clients/mp_web/alipayhk/onSocketError.js +1 -1
  1246. package/lib/clients/mp_web/alipayhk/onSocketMessage.js +1 -1
  1247. package/lib/clients/mp_web/alipayhk/onSocketOpen.js +1 -1
  1248. package/lib/clients/mp_web/alipayhk/onUserCaptureScreen.js +1 -1
  1249. package/lib/clients/mp_web/alipayhk/openBluetoothAdapter.js +1 -1
  1250. package/lib/clients/mp_web/alipayhk/openDocument.js +1 -1
  1251. package/lib/clients/mp_web/alipayhk/openSetting.js +1 -1
  1252. package/lib/clients/mp_web/alipayhk/openURL.d.ts +2 -0
  1253. package/lib/clients/mp_web/alipayhk/openURL.js +3 -0
  1254. package/lib/clients/mp_web/alipayhk/pageScrollTo.js +1 -1
  1255. package/lib/clients/mp_web/alipayhk/previewImage.js +1 -1
  1256. package/lib/clients/mp_web/alipayhk/prompt.js +1 -1
  1257. package/lib/clients/mp_web/alipayhk/reLaunch.js +1 -1
  1258. package/lib/clients/mp_web/alipayhk/readBLECharacteristicValue.js +1 -1
  1259. package/lib/clients/mp_web/alipayhk/redirectTo.js +1 -1
  1260. package/lib/clients/mp_web/alipayhk/removeSavedFile.js +1 -1
  1261. package/lib/clients/mp_web/alipayhk/removeStorage.js +1 -1
  1262. package/lib/clients/mp_web/alipayhk/request.js +1 -1
  1263. package/lib/clients/mp_web/alipayhk/saveFile.js +1 -1
  1264. package/lib/clients/mp_web/alipayhk/saveImage.js +1 -1
  1265. package/lib/clients/mp_web/alipayhk/scan.js +1 -1
  1266. package/lib/clients/mp_web/alipayhk/sendSocketMessage.js +1 -1
  1267. package/lib/clients/mp_web/alipayhk/setBackgroundColor.js +1 -1
  1268. package/lib/clients/mp_web/alipayhk/setCanPullDown.js +1 -1
  1269. package/lib/clients/mp_web/alipayhk/setClipboard.js +1 -1
  1270. package/lib/clients/mp_web/alipayhk/setKeepScreenOn.js +1 -1
  1271. package/lib/clients/mp_web/alipayhk/setNavigationBar.js +1 -1
  1272. package/lib/clients/mp_web/alipayhk/setScreenBrightness.js +1 -1
  1273. package/lib/clients/mp_web/alipayhk/setStorage.js +1 -1
  1274. package/lib/clients/mp_web/alipayhk/setTabBarStyle.js +1 -1
  1275. package/lib/clients/mp_web/alipayhk/showActionSheet.js +1 -1
  1276. package/lib/clients/mp_web/alipayhk/showAuthGuide.js +1 -1
  1277. package/lib/clients/mp_web/alipayhk/showLoading.js +1 -1
  1278. package/lib/clients/mp_web/alipayhk/showNavigationBarLoading.js +1 -1
  1279. package/lib/clients/mp_web/alipayhk/showSharePanel.js +1 -1
  1280. package/lib/clients/mp_web/alipayhk/showToast.js +1 -1
  1281. package/lib/clients/mp_web/alipayhk/signContract.js +1 -1
  1282. package/lib/clients/mp_web/alipayhk/startBluetoothDevicesDiscovery.js +1 -1
  1283. package/lib/clients/mp_web/alipayhk/startPullDownRefresh.js +1 -1
  1284. package/lib/clients/mp_web/alipayhk/stopBluetoothDevicesDiscovery.js +1 -1
  1285. package/lib/clients/mp_web/alipayhk/stopPullDownRefresh.js +1 -1
  1286. package/lib/clients/mp_web/alipayhk/switchTab.js +1 -1
  1287. package/lib/clients/mp_web/alipayhk/tradePay.js +1 -1
  1288. package/lib/clients/mp_web/alipayhk/uploadFile.js +1 -1
  1289. package/lib/clients/mp_web/alipayhk/vibrate.js +1 -1
  1290. package/lib/clients/mp_web/alipayhk/watchShake.js +1 -1
  1291. package/lib/clients/mp_web/alipayhk/writeBLECharacteristicValue.js +1 -1
  1292. package/lib/clients/mp_web/chope/addPhoneContact.js +1 -1
  1293. package/lib/clients/mp_web/chope/alert.js +1 -1
  1294. package/lib/clients/mp_web/chope/chooseImage.js +1 -1
  1295. package/lib/clients/mp_web/chope/choosePhoneContact.js +1 -1
  1296. package/lib/clients/mp_web/chope/clearStorage.js +1 -1
  1297. package/lib/clients/mp_web/chope/closeBluetoothAdapter.js +1 -1
  1298. package/lib/clients/mp_web/chope/closeSocket.js +1 -1
  1299. package/lib/clients/mp_web/chope/confirm.js +1 -1
  1300. package/lib/clients/mp_web/chope/connectBLEDevice.js +1 -1
  1301. package/lib/clients/mp_web/chope/connectSocket.js +1 -1
  1302. package/lib/clients/mp_web/chope/datePicker.js +1 -1
  1303. package/lib/clients/mp_web/chope/disconnectBLEDevice.js +1 -1
  1304. package/lib/clients/mp_web/chope/downloadFile.js +1 -1
  1305. package/lib/clients/mp_web/chope/getAppId.d.ts +2 -0
  1306. package/lib/clients/mp_web/chope/getAppId.js +3 -0
  1307. package/lib/clients/mp_web/chope/getAuthCode.js +1 -1
  1308. package/lib/clients/mp_web/chope/getBLEDeviceCharacteristics.js +1 -1
  1309. package/lib/clients/mp_web/chope/getBLEDeviceServices.js +1 -1
  1310. package/lib/clients/mp_web/chope/getBatteryInfo.js +1 -1
  1311. package/lib/clients/mp_web/chope/getBluetoothAdapterState.js +1 -1
  1312. package/lib/clients/mp_web/chope/getBluetoothDevices.js +1 -1
  1313. package/lib/clients/mp_web/chope/getClipboard.js +1 -1
  1314. package/lib/clients/mp_web/chope/getConnectedBluetoothDevices.js +1 -1
  1315. package/lib/clients/mp_web/chope/getCurrentLanguage.d.ts +2 -0
  1316. package/lib/clients/mp_web/chope/getCurrentLanguage.js +3 -0
  1317. package/lib/clients/mp_web/chope/getCurrentPages.d.ts +2 -0
  1318. package/lib/clients/mp_web/chope/getCurrentPages.js +3 -0
  1319. package/lib/clients/mp_web/chope/getFileInfo.js +1 -1
  1320. package/lib/clients/mp_web/chope/getImageInfo.js +1 -1
  1321. package/lib/clients/mp_web/chope/getLocation.js +1 -1
  1322. package/lib/clients/mp_web/chope/getNetworkType.js +1 -1
  1323. package/lib/clients/mp_web/chope/getOpenUserInfo.js +1 -1
  1324. package/lib/clients/mp_web/chope/getSDKVersion.d.ts +2 -0
  1325. package/lib/clients/mp_web/chope/getSDKVersion.js +3 -0
  1326. package/lib/clients/mp_web/chope/getSavedFileInfo.js +1 -1
  1327. package/lib/clients/mp_web/chope/getSavedFileList.js +1 -1
  1328. package/lib/clients/mp_web/chope/getScreenBrightness.js +1 -1
  1329. package/lib/clients/mp_web/chope/getServerTime.js +1 -1
  1330. package/lib/clients/mp_web/chope/getSetting.js +1 -1
  1331. package/lib/clients/mp_web/chope/getSiteInfo.js +1 -1
  1332. package/lib/clients/mp_web/chope/getStorage.js +1 -1
  1333. package/lib/clients/mp_web/chope/getSystemInfo.js +1 -1
  1334. package/lib/clients/mp_web/chope/hideBackHome.js +1 -1
  1335. package/lib/clients/mp_web/chope/hideKeyboard.js +1 -1
  1336. package/lib/clients/mp_web/chope/hideLoading.js +1 -1
  1337. package/lib/clients/mp_web/chope/hideNavigationBarLoading.js +1 -1
  1338. package/lib/clients/mp_web/chope/hideTabBar.js +1 -1
  1339. package/lib/clients/mp_web/chope/hideToast.js +1 -1
  1340. package/lib/clients/mp_web/chope/index.d.ts +15 -2
  1341. package/lib/clients/mp_web/chope/index.js +122 -114
  1342. package/lib/clients/mp_web/chope/makePhoneCall.js +1 -1
  1343. package/lib/clients/mp_web/chope/multiLevelSelect.js +1 -1
  1344. package/lib/clients/mp_web/chope/navigateBack.js +1 -1
  1345. package/lib/clients/mp_web/chope/navigateBackMiniProgram.js +1 -1
  1346. package/lib/clients/mp_web/chope/navigateTo.js +1 -1
  1347. package/lib/clients/mp_web/chope/navigateToMiniProgram.js +1 -1
  1348. package/lib/clients/mp_web/chope/notifyBLECharacteristicValueChange.js +1 -1
  1349. package/lib/clients/mp_web/chope/offAccelerometerChange.js +1 -1
  1350. package/lib/clients/mp_web/chope/offBLECharacteristicValueChange.js +1 -1
  1351. package/lib/clients/mp_web/chope/offBLEConnectionStateChanged.js +1 -1
  1352. package/lib/clients/mp_web/chope/offBluetoothAdapterStateChange.js +1 -1
  1353. package/lib/clients/mp_web/chope/offBluetoothDeviceFound.js +1 -1
  1354. package/lib/clients/mp_web/chope/offCompassChange.js +1 -1
  1355. package/lib/clients/mp_web/chope/offMemoryWarning.js +1 -1
  1356. package/lib/clients/mp_web/chope/offSocketClose.js +1 -1
  1357. package/lib/clients/mp_web/chope/offSocketError.js +1 -1
  1358. package/lib/clients/mp_web/chope/offSocketMessage.js +1 -1
  1359. package/lib/clients/mp_web/chope/offSocketOpen.js +1 -1
  1360. package/lib/clients/mp_web/chope/offUserCaptureScreen.js +1 -1
  1361. package/lib/clients/mp_web/chope/onAccelerometerChange.js +1 -1
  1362. package/lib/clients/mp_web/chope/onBLECharacteristicValueChange.js +1 -1
  1363. package/lib/clients/mp_web/chope/onBLEConnectionStateChanged.js +1 -1
  1364. package/lib/clients/mp_web/chope/onBluetoothAdapterStateChange.js +1 -1
  1365. package/lib/clients/mp_web/chope/onBluetoothDeviceFound.js +1 -1
  1366. package/lib/clients/mp_web/chope/onCompassChange.js +1 -1
  1367. package/lib/clients/mp_web/chope/onMemoryWarning.js +1 -1
  1368. package/lib/clients/mp_web/chope/onSocketClose.js +1 -1
  1369. package/lib/clients/mp_web/chope/onSocketError.js +1 -1
  1370. package/lib/clients/mp_web/chope/onSocketMessage.js +1 -1
  1371. package/lib/clients/mp_web/chope/onSocketOpen.js +1 -1
  1372. package/lib/clients/mp_web/chope/onUserCaptureScreen.js +1 -1
  1373. package/lib/clients/mp_web/chope/openBluetoothAdapter.js +1 -1
  1374. package/lib/clients/mp_web/chope/openDocument.js +1 -1
  1375. package/lib/clients/mp_web/chope/openSetting.js +1 -1
  1376. package/lib/clients/mp_web/chope/pageScrollTo.js +1 -1
  1377. package/lib/clients/mp_web/chope/previewImage.js +1 -1
  1378. package/lib/clients/mp_web/chope/prompt.js +1 -1
  1379. package/lib/clients/mp_web/chope/reLaunch.js +1 -1
  1380. package/lib/clients/mp_web/chope/readBLECharacteristicValue.js +1 -1
  1381. package/lib/clients/mp_web/chope/redirectTo.js +1 -1
  1382. package/lib/clients/mp_web/chope/removeSavedFile.js +1 -1
  1383. package/lib/clients/mp_web/chope/removeStorage.js +1 -1
  1384. package/lib/clients/mp_web/chope/request.js +1 -1
  1385. package/lib/clients/mp_web/chope/saveFile.js +1 -1
  1386. package/lib/clients/mp_web/chope/saveImage.js +1 -1
  1387. package/lib/clients/mp_web/chope/scan.js +1 -1
  1388. package/lib/clients/mp_web/chope/sendSocketMessage.js +1 -1
  1389. package/lib/clients/mp_web/chope/setBackgroundColor.js +1 -1
  1390. package/lib/clients/mp_web/chope/setCanPullDown.js +1 -1
  1391. package/lib/clients/mp_web/chope/setClipboard.js +1 -1
  1392. package/lib/clients/mp_web/chope/setKeepScreenOn.js +1 -1
  1393. package/lib/clients/mp_web/chope/setNavigationBar.js +1 -1
  1394. package/lib/clients/mp_web/chope/setScreenBrightness.js +1 -1
  1395. package/lib/clients/mp_web/chope/setStorage.js +1 -1
  1396. package/lib/clients/mp_web/chope/setTabBarStyle.js +1 -1
  1397. package/lib/clients/mp_web/chope/showActionSheet.js +1 -1
  1398. package/lib/clients/mp_web/chope/showAuthGuide.js +1 -1
  1399. package/lib/clients/mp_web/chope/showLoading.js +1 -1
  1400. package/lib/clients/mp_web/chope/showNavigationBarLoading.js +1 -1
  1401. package/lib/clients/mp_web/chope/showSharePanel.js +1 -1
  1402. package/lib/clients/mp_web/chope/showToast.js +1 -1
  1403. package/lib/clients/mp_web/chope/signContract.js +1 -1
  1404. package/lib/clients/mp_web/chope/startBluetoothDevicesDiscovery.js +1 -1
  1405. package/lib/clients/mp_web/chope/startPullDownRefresh.js +1 -1
  1406. package/lib/clients/mp_web/chope/stopBluetoothDevicesDiscovery.js +1 -1
  1407. package/lib/clients/mp_web/chope/stopPullDownRefresh.js +1 -1
  1408. package/lib/clients/mp_web/chope/switchTab.js +1 -1
  1409. package/lib/clients/mp_web/chope/tradePay.js +1 -1
  1410. package/lib/clients/mp_web/chope/uploadFile.js +1 -1
  1411. package/lib/clients/mp_web/chope/vibrate.js +1 -1
  1412. package/lib/clients/mp_web/chope/watchShake.js +1 -1
  1413. package/lib/clients/mp_web/chope/writeBLECharacteristicValue.js +1 -1
  1414. package/lib/clients/mp_web/dana/addPhoneContact.js +1 -1
  1415. package/lib/clients/mp_web/dana/alert.js +1 -1
  1416. package/lib/clients/mp_web/dana/chooseImage.js +1 -1
  1417. package/lib/clients/mp_web/dana/choosePhoneContact.js +1 -1
  1418. package/lib/clients/mp_web/dana/clearStorage.js +1 -1
  1419. package/lib/clients/mp_web/dana/closeBluetoothAdapter.js +1 -1
  1420. package/lib/clients/mp_web/dana/closeSocket.js +1 -1
  1421. package/lib/clients/mp_web/dana/confirm.js +1 -1
  1422. package/lib/clients/mp_web/dana/connectBLEDevice.js +1 -1
  1423. package/lib/clients/mp_web/dana/connectSocket.js +1 -1
  1424. package/lib/clients/mp_web/dana/createWithoutAuthRpc.d.ts +2 -0
  1425. package/lib/clients/mp_web/dana/createWithoutAuthRpc.js +3 -0
  1426. package/lib/clients/mp_web/dana/datePicker.js +1 -1
  1427. package/lib/clients/mp_web/dana/defineRuntimeConfig.d.ts +2 -0
  1428. package/lib/clients/mp_web/dana/defineRuntimeConfig.js +3 -0
  1429. package/lib/clients/mp_web/dana/disconnectBLEDevice.js +1 -1
  1430. package/lib/clients/mp_web/dana/downloadFile.js +1 -1
  1431. package/lib/clients/mp_web/dana/getAppId.d.ts +2 -0
  1432. package/lib/clients/mp_web/dana/getAppId.js +3 -0
  1433. package/lib/clients/mp_web/dana/getAuthCode.js +1 -1
  1434. package/lib/clients/mp_web/dana/getBLEDeviceCharacteristics.js +1 -1
  1435. package/lib/clients/mp_web/dana/getBLEDeviceServices.js +1 -1
  1436. package/lib/clients/mp_web/dana/getBatteryInfo.js +1 -1
  1437. package/lib/clients/mp_web/dana/getBluetoothAdapterState.js +1 -1
  1438. package/lib/clients/mp_web/dana/getBluetoothDevices.js +1 -1
  1439. package/lib/clients/mp_web/dana/getClipboard.js +1 -1
  1440. package/lib/clients/mp_web/dana/getConnectedBluetoothDevices.js +1 -1
  1441. package/lib/clients/mp_web/dana/getCurrentLanguage.d.ts +2 -0
  1442. package/lib/clients/mp_web/dana/getCurrentLanguage.js +3 -0
  1443. package/lib/clients/mp_web/dana/getCurrentPages.d.ts +2 -0
  1444. package/lib/clients/mp_web/dana/getCurrentPages.js +3 -0
  1445. package/lib/clients/mp_web/dana/getFileInfo.js +1 -1
  1446. package/lib/clients/mp_web/dana/getImageInfo.js +1 -1
  1447. package/lib/clients/mp_web/dana/getLocation.js +1 -1
  1448. package/lib/clients/mp_web/dana/getNetworkType.js +1 -1
  1449. package/lib/clients/mp_web/dana/getOpenUserInfo.js +1 -1
  1450. package/lib/clients/mp_web/dana/getSDKVersion.d.ts +2 -0
  1451. package/lib/clients/mp_web/dana/getSDKVersion.js +3 -0
  1452. package/lib/clients/mp_web/dana/getSavedFileInfo.js +1 -1
  1453. package/lib/clients/mp_web/dana/getSavedFileList.js +1 -1
  1454. package/lib/clients/mp_web/dana/getScreenBrightness.js +1 -1
  1455. package/lib/clients/mp_web/dana/getServerTime.js +1 -1
  1456. package/lib/clients/mp_web/dana/getSetting.js +1 -1
  1457. package/lib/clients/mp_web/dana/getSiteInfo.js +1 -1
  1458. package/lib/clients/mp_web/dana/getStorage.js +1 -1
  1459. package/lib/clients/mp_web/dana/getSystemInfo.js +1 -1
  1460. package/lib/clients/mp_web/dana/hideBackHome.js +1 -1
  1461. package/lib/clients/mp_web/dana/hideKeyboard.js +1 -1
  1462. package/lib/clients/mp_web/dana/hideLoading.js +1 -1
  1463. package/lib/clients/mp_web/dana/hideNavigationBarLoading.js +1 -1
  1464. package/lib/clients/mp_web/dana/hideTabBar.js +1 -1
  1465. package/lib/clients/mp_web/dana/hideToast.js +1 -1
  1466. package/lib/clients/mp_web/dana/index.d.ts +33 -2
  1467. package/lib/clients/mp_web/dana/index.js +128 -114
  1468. package/lib/clients/mp_web/dana/makePhoneCall.js +1 -1
  1469. package/lib/clients/mp_web/dana/multiLevelSelect.js +1 -1
  1470. package/lib/clients/mp_web/dana/navigateBack.js +1 -1
  1471. package/lib/clients/mp_web/dana/navigateBackMiniProgram.js +1 -1
  1472. package/lib/clients/mp_web/dana/navigateTo.js +1 -1
  1473. package/lib/clients/mp_web/dana/navigateToMiniProgram.js +1 -1
  1474. package/lib/clients/mp_web/dana/notifyBLECharacteristicValueChange.js +1 -1
  1475. package/lib/clients/mp_web/dana/offAccelerometerChange.js +1 -1
  1476. package/lib/clients/mp_web/dana/offBLECharacteristicValueChange.js +1 -1
  1477. package/lib/clients/mp_web/dana/offBLEConnectionStateChanged.js +1 -1
  1478. package/lib/clients/mp_web/dana/offBluetoothAdapterStateChange.js +1 -1
  1479. package/lib/clients/mp_web/dana/offBluetoothDeviceFound.js +1 -1
  1480. package/lib/clients/mp_web/dana/offCompassChange.js +1 -1
  1481. package/lib/clients/mp_web/dana/offMemoryWarning.js +1 -1
  1482. package/lib/clients/mp_web/dana/offSocketClose.js +1 -1
  1483. package/lib/clients/mp_web/dana/offSocketError.js +1 -1
  1484. package/lib/clients/mp_web/dana/offSocketMessage.js +1 -1
  1485. package/lib/clients/mp_web/dana/offSocketOpen.js +1 -1
  1486. package/lib/clients/mp_web/dana/offUserCaptureScreen.js +1 -1
  1487. package/lib/clients/mp_web/dana/onAccelerometerChange.js +1 -1
  1488. package/lib/clients/mp_web/dana/onBLECharacteristicValueChange.js +1 -1
  1489. package/lib/clients/mp_web/dana/onBLEConnectionStateChanged.js +1 -1
  1490. package/lib/clients/mp_web/dana/onBluetoothAdapterStateChange.js +1 -1
  1491. package/lib/clients/mp_web/dana/onBluetoothDeviceFound.js +1 -1
  1492. package/lib/clients/mp_web/dana/onCompassChange.js +1 -1
  1493. package/lib/clients/mp_web/dana/onMemoryWarning.js +1 -1
  1494. package/lib/clients/mp_web/dana/onSocketClose.js +1 -1
  1495. package/lib/clients/mp_web/dana/onSocketError.js +1 -1
  1496. package/lib/clients/mp_web/dana/onSocketMessage.js +1 -1
  1497. package/lib/clients/mp_web/dana/onSocketOpen.js +1 -1
  1498. package/lib/clients/mp_web/dana/onUserCaptureScreen.js +1 -1
  1499. package/lib/clients/mp_web/dana/openBluetoothAdapter.js +1 -1
  1500. package/lib/clients/mp_web/dana/openDocument.js +1 -1
  1501. package/lib/clients/mp_web/dana/openSetting.js +1 -1
  1502. package/lib/clients/mp_web/dana/openURL.d.ts +2 -0
  1503. package/lib/clients/mp_web/dana/openURL.js +3 -0
  1504. package/lib/clients/mp_web/dana/pageScrollTo.js +1 -1
  1505. package/lib/clients/mp_web/dana/previewImage.js +1 -1
  1506. package/lib/clients/mp_web/dana/prompt.js +1 -1
  1507. package/lib/clients/mp_web/dana/reLaunch.js +1 -1
  1508. package/lib/clients/mp_web/dana/readBLECharacteristicValue.js +1 -1
  1509. package/lib/clients/mp_web/dana/redirectTo.js +1 -1
  1510. package/lib/clients/mp_web/dana/removeSavedFile.js +1 -1
  1511. package/lib/clients/mp_web/dana/removeStorage.js +1 -1
  1512. package/lib/clients/mp_web/dana/request.js +1 -1
  1513. package/lib/clients/mp_web/dana/saveFile.js +1 -1
  1514. package/lib/clients/mp_web/dana/saveImage.js +1 -1
  1515. package/lib/clients/mp_web/dana/scan.js +1 -1
  1516. package/lib/clients/mp_web/dana/sendSocketMessage.js +1 -1
  1517. package/lib/clients/mp_web/dana/setBackgroundColor.js +1 -1
  1518. package/lib/clients/mp_web/dana/setCanPullDown.js +1 -1
  1519. package/lib/clients/mp_web/dana/setClipboard.js +1 -1
  1520. package/lib/clients/mp_web/dana/setKeepScreenOn.js +1 -1
  1521. package/lib/clients/mp_web/dana/setNavigationBar.js +1 -1
  1522. package/lib/clients/mp_web/dana/setScreenBrightness.js +1 -1
  1523. package/lib/clients/mp_web/dana/setStorage.js +1 -1
  1524. package/lib/clients/mp_web/dana/setTabBarStyle.js +1 -1
  1525. package/lib/clients/mp_web/dana/showActionSheet.js +1 -1
  1526. package/lib/clients/mp_web/dana/showAuthGuide.js +1 -1
  1527. package/lib/clients/mp_web/dana/showLoading.js +1 -1
  1528. package/lib/clients/mp_web/dana/showNavigationBarLoading.js +1 -1
  1529. package/lib/clients/mp_web/dana/showSharePanel.js +1 -1
  1530. package/lib/clients/mp_web/dana/showToast.js +1 -1
  1531. package/lib/clients/mp_web/dana/signContract.js +1 -1
  1532. package/lib/clients/mp_web/dana/startBluetoothDevicesDiscovery.js +1 -1
  1533. package/lib/clients/mp_web/dana/startPullDownRefresh.js +1 -1
  1534. package/lib/clients/mp_web/dana/stopBluetoothDevicesDiscovery.js +1 -1
  1535. package/lib/clients/mp_web/dana/stopPullDownRefresh.js +1 -1
  1536. package/lib/clients/mp_web/dana/switchTab.js +1 -1
  1537. package/lib/clients/mp_web/dana/tradePay.js +1 -1
  1538. package/lib/clients/mp_web/dana/uploadFile.js +1 -1
  1539. package/lib/clients/mp_web/dana/vibrate.js +1 -1
  1540. package/lib/clients/mp_web/dana/watchShake.js +1 -1
  1541. package/lib/clients/mp_web/dana/writeBLECharacteristicValue.js +1 -1
  1542. package/lib/clients/mp_web/demo/APRegionRPC.js +1 -1
  1543. package/lib/clients/mp_web/demo/addFatigueAction.js +1 -1
  1544. package/lib/clients/mp_web/demo/addPhoneContact.js +1 -1
  1545. package/lib/clients/mp_web/demo/alert.js +1 -1
  1546. package/lib/clients/mp_web/demo/apDisableJSAPI.js +1 -1
  1547. package/lib/clients/mp_web/demo/appxrpc.js +1 -1
  1548. package/lib/clients/mp_web/demo/batchQueryCdpSpaceInfo.js +1 -1
  1549. package/lib/clients/mp_web/demo/chooseImage.js +1 -1
  1550. package/lib/clients/mp_web/demo/choosePhoneContact.js +1 -1
  1551. package/lib/clients/mp_web/demo/clearStorage.js +1 -1
  1552. package/lib/clients/mp_web/demo/closeBluetoothAdapter.js +1 -1
  1553. package/lib/clients/mp_web/demo/closeSocket.js +1 -1
  1554. package/lib/clients/mp_web/demo/confirm.js +1 -1
  1555. package/lib/clients/mp_web/demo/connectBLEDevice.js +1 -1
  1556. package/lib/clients/mp_web/demo/connectSocket.js +1 -1
  1557. package/lib/clients/mp_web/demo/datePicker.js +1 -1
  1558. package/lib/clients/mp_web/demo/disconnectBLEDevice.js +1 -1
  1559. package/lib/clients/mp_web/demo/downloadFile.js +1 -1
  1560. package/lib/clients/mp_web/demo/exitApp.js +1 -1
  1561. package/lib/clients/mp_web/demo/getAppId.d.ts +2 -0
  1562. package/lib/clients/mp_web/demo/getAppId.js +3 -0
  1563. package/lib/clients/mp_web/demo/getAppToken.js +1 -1
  1564. package/lib/clients/mp_web/demo/getAuthCode.js +1 -1
  1565. package/lib/clients/mp_web/demo/getBLEDeviceCharacteristics.js +1 -1
  1566. package/lib/clients/mp_web/demo/getBLEDeviceServices.js +1 -1
  1567. package/lib/clients/mp_web/demo/getBatteryInfo.js +1 -1
  1568. package/lib/clients/mp_web/demo/getBluetoothAdapterState.js +1 -1
  1569. package/lib/clients/mp_web/demo/getBluetoothDevices.js +1 -1
  1570. package/lib/clients/mp_web/demo/getClipboard.js +1 -1
  1571. package/lib/clients/mp_web/demo/getComponentAuth.js +1 -1
  1572. package/lib/clients/mp_web/demo/getConnectedBluetoothDevices.js +1 -1
  1573. package/lib/clients/mp_web/demo/getCurrentLanguage.d.ts +2 -0
  1574. package/lib/clients/mp_web/demo/getCurrentLanguage.js +3 -0
  1575. package/lib/clients/mp_web/demo/getCurrentPages.d.ts +2 -0
  1576. package/lib/clients/mp_web/demo/getCurrentPages.js +3 -0
  1577. package/lib/clients/mp_web/demo/getFileInfo.js +1 -1
  1578. package/lib/clients/mp_web/demo/getImageInfo.js +1 -1
  1579. package/lib/clients/mp_web/demo/getLocation.js +1 -1
  1580. package/lib/clients/mp_web/demo/getNetworkType.js +1 -1
  1581. package/lib/clients/mp_web/demo/getOpenUserInfo.js +1 -1
  1582. package/lib/clients/mp_web/demo/getPaymentCode.js +1 -1
  1583. package/lib/clients/mp_web/demo/getPhoneNumber.js +1 -1
  1584. package/lib/clients/mp_web/demo/getSDKVersion.d.ts +2 -0
  1585. package/lib/clients/mp_web/demo/getSDKVersion.js +3 -0
  1586. package/lib/clients/mp_web/demo/getSavedFileInfo.js +1 -1
  1587. package/lib/clients/mp_web/demo/getSavedFileList.js +1 -1
  1588. package/lib/clients/mp_web/demo/getScreenBrightness.js +1 -1
  1589. package/lib/clients/mp_web/demo/getServerTime.js +1 -1
  1590. package/lib/clients/mp_web/demo/getSetting.js +1 -1
  1591. package/lib/clients/mp_web/demo/getSiteInfo.js +1 -1
  1592. package/lib/clients/mp_web/demo/getStorage.js +1 -1
  1593. package/lib/clients/mp_web/demo/getSystemInfo.js +1 -1
  1594. package/lib/clients/mp_web/demo/hideBackHome.js +1 -1
  1595. package/lib/clients/mp_web/demo/hideKeyboard.js +1 -1
  1596. package/lib/clients/mp_web/demo/hideLoading.js +1 -1
  1597. package/lib/clients/mp_web/demo/hideNavigationBarLoading.js +1 -1
  1598. package/lib/clients/mp_web/demo/hideOptionButton.js +1 -1
  1599. package/lib/clients/mp_web/demo/hideTabBar.js +1 -1
  1600. package/lib/clients/mp_web/demo/hideToast.js +1 -1
  1601. package/lib/clients/mp_web/demo/index.d.ts +19 -3
  1602. package/lib/clients/mp_web/demo/index.js +146 -138
  1603. package/lib/clients/mp_web/demo/inquireQuote.js +1 -1
  1604. package/lib/clients/mp_web/demo/isInstalledApp.js +1 -1
  1605. package/lib/clients/mp_web/demo/makePhoneCall.js +1 -1
  1606. package/lib/clients/mp_web/demo/multiLevelSelect.js +1 -1
  1607. package/lib/clients/mp_web/demo/navigateBack.js +1 -1
  1608. package/lib/clients/mp_web/demo/navigateBackMiniProgram.js +1 -1
  1609. package/lib/clients/mp_web/demo/navigateTo.js +1 -1
  1610. package/lib/clients/mp_web/demo/navigateToBizScene.js +1 -1
  1611. package/lib/clients/mp_web/demo/navigateToMiniProgram.js +1 -1
  1612. package/lib/clients/mp_web/demo/notifyBLECharacteristicValueChange.js +1 -1
  1613. package/lib/clients/mp_web/demo/offAccelerometerChange.js +1 -1
  1614. package/lib/clients/mp_web/demo/offBLECharacteristicValueChange.js +1 -1
  1615. package/lib/clients/mp_web/demo/offBLEConnectionStateChanged.js +1 -1
  1616. package/lib/clients/mp_web/demo/offBluetoothAdapterStateChange.js +1 -1
  1617. package/lib/clients/mp_web/demo/offBluetoothDeviceFound.js +1 -1
  1618. package/lib/clients/mp_web/demo/offCompassChange.js +1 -1
  1619. package/lib/clients/mp_web/demo/offMemoryWarning.js +1 -1
  1620. package/lib/clients/mp_web/demo/offSocketClose.js +1 -1
  1621. package/lib/clients/mp_web/demo/offSocketError.js +1 -1
  1622. package/lib/clients/mp_web/demo/offSocketMessage.js +1 -1
  1623. package/lib/clients/mp_web/demo/offSocketOpen.js +1 -1
  1624. package/lib/clients/mp_web/demo/offUserCaptureScreen.js +1 -1
  1625. package/lib/clients/mp_web/demo/onAccelerometerChange.js +1 -1
  1626. package/lib/clients/mp_web/demo/onBLECharacteristicValueChange.js +1 -1
  1627. package/lib/clients/mp_web/demo/onBLEConnectionStateChanged.js +1 -1
  1628. package/lib/clients/mp_web/demo/onBluetoothAdapterStateChange.js +1 -1
  1629. package/lib/clients/mp_web/demo/onBluetoothDeviceFound.js +1 -1
  1630. package/lib/clients/mp_web/demo/onCompassChange.js +1 -1
  1631. package/lib/clients/mp_web/demo/onMemoryWarning.js +1 -1
  1632. package/lib/clients/mp_web/demo/onSocketClose.js +1 -1
  1633. package/lib/clients/mp_web/demo/onSocketError.js +1 -1
  1634. package/lib/clients/mp_web/demo/onSocketMessage.js +1 -1
  1635. package/lib/clients/mp_web/demo/onSocketOpen.js +1 -1
  1636. package/lib/clients/mp_web/demo/onUserCaptureScreen.js +1 -1
  1637. package/lib/clients/mp_web/demo/openBluetoothAdapter.js +1 -1
  1638. package/lib/clients/mp_web/demo/openDocument.js +1 -1
  1639. package/lib/clients/mp_web/demo/openSchemeWithBacking.js +1 -1
  1640. package/lib/clients/mp_web/demo/openSetting.js +1 -1
  1641. package/lib/clients/mp_web/demo/pageScrollTo.js +1 -1
  1642. package/lib/clients/mp_web/demo/paySignCenter.js +1 -1
  1643. package/lib/clients/mp_web/demo/previewImage.js +1 -1
  1644. package/lib/clients/mp_web/demo/prompt.js +1 -1
  1645. package/lib/clients/mp_web/demo/reLaunch.js +1 -1
  1646. package/lib/clients/mp_web/demo/readBLECharacteristicValue.js +1 -1
  1647. package/lib/clients/mp_web/demo/redirectTo.js +1 -1
  1648. package/lib/clients/mp_web/demo/regionFetchAllApps.js +1 -1
  1649. package/lib/clients/mp_web/demo/regionSearchAppsByKeywords.js +1 -1
  1650. package/lib/clients/mp_web/demo/removeSavedFile.js +1 -1
  1651. package/lib/clients/mp_web/demo/removeStorage.js +1 -1
  1652. package/lib/clients/mp_web/demo/request.js +1 -1
  1653. package/lib/clients/mp_web/demo/rpc.js +1 -1
  1654. package/lib/clients/mp_web/demo/saveFile.js +1 -1
  1655. package/lib/clients/mp_web/demo/saveImage.js +1 -1
  1656. package/lib/clients/mp_web/demo/scan.js +1 -1
  1657. package/lib/clients/mp_web/demo/sendSocketMessage.js +1 -1
  1658. package/lib/clients/mp_web/demo/setBackgroundColor.js +1 -1
  1659. package/lib/clients/mp_web/demo/setCanPullDown.js +1 -1
  1660. package/lib/clients/mp_web/demo/setClipboard.js +1 -1
  1661. package/lib/clients/mp_web/demo/setKeepScreenOn.js +1 -1
  1662. package/lib/clients/mp_web/demo/setNavigationBar.js +1 -1
  1663. package/lib/clients/mp_web/demo/setOptionMenu.js +1 -1
  1664. package/lib/clients/mp_web/demo/setScreenBrightness.js +1 -1
  1665. package/lib/clients/mp_web/demo/setStorage.js +1 -1
  1666. package/lib/clients/mp_web/demo/setTabBarStyle.js +1 -1
  1667. package/lib/clients/mp_web/demo/showActionSheet.js +1 -1
  1668. package/lib/clients/mp_web/demo/showAuthGuide.js +1 -1
  1669. package/lib/clients/mp_web/demo/showLoading.js +1 -1
  1670. package/lib/clients/mp_web/demo/showNavigationBarLoading.js +1 -1
  1671. package/lib/clients/mp_web/demo/showSharePanel.js +1 -1
  1672. package/lib/clients/mp_web/demo/showToast.js +1 -1
  1673. package/lib/clients/mp_web/demo/signContract.js +1 -1
  1674. package/lib/clients/mp_web/demo/startApp.js +1 -1
  1675. package/lib/clients/mp_web/demo/startBizService.js +1 -1
  1676. package/lib/clients/mp_web/demo/startBluetoothDevicesDiscovery.js +1 -1
  1677. package/lib/clients/mp_web/demo/startPullDownRefresh.js +1 -1
  1678. package/lib/clients/mp_web/demo/stopBluetoothDevicesDiscovery.js +1 -1
  1679. package/lib/clients/mp_web/demo/stopPullDownRefresh.js +1 -1
  1680. package/lib/clients/mp_web/demo/switchTab.js +1 -1
  1681. package/lib/clients/mp_web/demo/thirdPartyAuthForAc.js +1 -1
  1682. package/lib/clients/mp_web/demo/tradePay.js +1 -1
  1683. package/lib/clients/mp_web/demo/uploadApdidToken.js +1 -1
  1684. package/lib/clients/mp_web/demo/uploadFile.js +1 -1
  1685. package/lib/clients/mp_web/demo/vibrate.js +1 -1
  1686. package/lib/clients/mp_web/demo/watchShake.js +1 -1
  1687. package/lib/clients/mp_web/demo/writeBLECharacteristicValue.js +1 -1
  1688. package/lib/clients/mp_web/gcash/addPhoneContact.js +1 -1
  1689. package/lib/clients/mp_web/gcash/alert.js +1 -1
  1690. package/lib/clients/mp_web/gcash/chooseImage.js +1 -1
  1691. package/lib/clients/mp_web/gcash/choosePhoneContact.js +1 -1
  1692. package/lib/clients/mp_web/gcash/clearStorage.js +1 -1
  1693. package/lib/clients/mp_web/gcash/closeBluetoothAdapter.js +1 -1
  1694. package/lib/clients/mp_web/gcash/closeSocket.js +1 -1
  1695. package/lib/clients/mp_web/gcash/confirm.js +1 -1
  1696. package/lib/clients/mp_web/gcash/connectBLEDevice.js +1 -1
  1697. package/lib/clients/mp_web/gcash/connectSocket.js +1 -1
  1698. package/lib/clients/mp_web/gcash/createWithoutAuthRpc.d.ts +2 -0
  1699. package/lib/clients/mp_web/gcash/createWithoutAuthRpc.js +3 -0
  1700. package/lib/clients/mp_web/gcash/datePicker.js +1 -1
  1701. package/lib/clients/mp_web/gcash/defineRuntimeConfig.d.ts +2 -0
  1702. package/lib/clients/mp_web/gcash/defineRuntimeConfig.js +3 -0
  1703. package/lib/clients/mp_web/gcash/disconnectBLEDevice.js +1 -1
  1704. package/lib/clients/mp_web/gcash/downloadFile.js +1 -1
  1705. package/lib/clients/mp_web/gcash/getAppId.d.ts +2 -0
  1706. package/lib/clients/mp_web/gcash/getAppId.js +3 -0
  1707. package/lib/clients/mp_web/gcash/getAuthCode.js +1 -1
  1708. package/lib/clients/mp_web/gcash/getBLEDeviceCharacteristics.js +1 -1
  1709. package/lib/clients/mp_web/gcash/getBLEDeviceServices.js +1 -1
  1710. package/lib/clients/mp_web/gcash/getBatteryInfo.js +1 -1
  1711. package/lib/clients/mp_web/gcash/getBluetoothAdapterState.js +1 -1
  1712. package/lib/clients/mp_web/gcash/getBluetoothDevices.js +1 -1
  1713. package/lib/clients/mp_web/gcash/getClipboard.js +1 -1
  1714. package/lib/clients/mp_web/gcash/getConnectedBluetoothDevices.js +1 -1
  1715. package/lib/clients/mp_web/gcash/getCurrentLanguage.d.ts +2 -0
  1716. package/lib/clients/mp_web/gcash/getCurrentLanguage.js +3 -0
  1717. package/lib/clients/mp_web/gcash/getCurrentPages.d.ts +2 -0
  1718. package/lib/clients/mp_web/gcash/getCurrentPages.js +3 -0
  1719. package/lib/clients/mp_web/gcash/getFileInfo.js +1 -1
  1720. package/lib/clients/mp_web/gcash/getImageInfo.js +1 -1
  1721. package/lib/clients/mp_web/gcash/getLocation.js +1 -1
  1722. package/lib/clients/mp_web/gcash/getNetworkType.js +1 -1
  1723. package/lib/clients/mp_web/gcash/getOpenUserInfo.js +1 -1
  1724. package/lib/clients/mp_web/gcash/getSDKVersion.d.ts +2 -0
  1725. package/lib/clients/mp_web/gcash/getSDKVersion.js +3 -0
  1726. package/lib/clients/mp_web/gcash/getSavedFileInfo.js +1 -1
  1727. package/lib/clients/mp_web/gcash/getSavedFileList.js +1 -1
  1728. package/lib/clients/mp_web/gcash/getScreenBrightness.js +1 -1
  1729. package/lib/clients/mp_web/gcash/getServerTime.js +1 -1
  1730. package/lib/clients/mp_web/gcash/getSetting.js +1 -1
  1731. package/lib/clients/mp_web/gcash/getSiteInfo.js +1 -1
  1732. package/lib/clients/mp_web/gcash/getStorage.js +1 -1
  1733. package/lib/clients/mp_web/gcash/getSystemInfo.js +1 -1
  1734. package/lib/clients/mp_web/gcash/hideBackHome.js +1 -1
  1735. package/lib/clients/mp_web/gcash/hideKeyboard.js +1 -1
  1736. package/lib/clients/mp_web/gcash/hideLoading.js +1 -1
  1737. package/lib/clients/mp_web/gcash/hideNavigationBarLoading.js +1 -1
  1738. package/lib/clients/mp_web/gcash/hideTabBar.js +1 -1
  1739. package/lib/clients/mp_web/gcash/hideToast.js +1 -1
  1740. package/lib/clients/mp_web/gcash/index.d.ts +33 -2
  1741. package/lib/clients/mp_web/gcash/index.js +128 -114
  1742. package/lib/clients/mp_web/gcash/makePhoneCall.js +1 -1
  1743. package/lib/clients/mp_web/gcash/multiLevelSelect.js +1 -1
  1744. package/lib/clients/mp_web/gcash/navigateBack.js +1 -1
  1745. package/lib/clients/mp_web/gcash/navigateBackMiniProgram.js +1 -1
  1746. package/lib/clients/mp_web/gcash/navigateTo.js +1 -1
  1747. package/lib/clients/mp_web/gcash/navigateToMiniProgram.js +1 -1
  1748. package/lib/clients/mp_web/gcash/notifyBLECharacteristicValueChange.js +1 -1
  1749. package/lib/clients/mp_web/gcash/offAccelerometerChange.js +1 -1
  1750. package/lib/clients/mp_web/gcash/offBLECharacteristicValueChange.js +1 -1
  1751. package/lib/clients/mp_web/gcash/offBLEConnectionStateChanged.js +1 -1
  1752. package/lib/clients/mp_web/gcash/offBluetoothAdapterStateChange.js +1 -1
  1753. package/lib/clients/mp_web/gcash/offBluetoothDeviceFound.js +1 -1
  1754. package/lib/clients/mp_web/gcash/offCompassChange.js +1 -1
  1755. package/lib/clients/mp_web/gcash/offMemoryWarning.js +1 -1
  1756. package/lib/clients/mp_web/gcash/offSocketClose.js +1 -1
  1757. package/lib/clients/mp_web/gcash/offSocketError.js +1 -1
  1758. package/lib/clients/mp_web/gcash/offSocketMessage.js +1 -1
  1759. package/lib/clients/mp_web/gcash/offSocketOpen.js +1 -1
  1760. package/lib/clients/mp_web/gcash/offUserCaptureScreen.js +1 -1
  1761. package/lib/clients/mp_web/gcash/onAccelerometerChange.js +1 -1
  1762. package/lib/clients/mp_web/gcash/onBLECharacteristicValueChange.js +1 -1
  1763. package/lib/clients/mp_web/gcash/onBLEConnectionStateChanged.js +1 -1
  1764. package/lib/clients/mp_web/gcash/onBluetoothAdapterStateChange.js +1 -1
  1765. package/lib/clients/mp_web/gcash/onBluetoothDeviceFound.js +1 -1
  1766. package/lib/clients/mp_web/gcash/onCompassChange.js +1 -1
  1767. package/lib/clients/mp_web/gcash/onMemoryWarning.js +1 -1
  1768. package/lib/clients/mp_web/gcash/onSocketClose.js +1 -1
  1769. package/lib/clients/mp_web/gcash/onSocketError.js +1 -1
  1770. package/lib/clients/mp_web/gcash/onSocketMessage.js +1 -1
  1771. package/lib/clients/mp_web/gcash/onSocketOpen.js +1 -1
  1772. package/lib/clients/mp_web/gcash/onUserCaptureScreen.js +1 -1
  1773. package/lib/clients/mp_web/gcash/openBluetoothAdapter.js +1 -1
  1774. package/lib/clients/mp_web/gcash/openDocument.js +1 -1
  1775. package/lib/clients/mp_web/gcash/openSetting.js +1 -1
  1776. package/lib/clients/mp_web/gcash/openURL.d.ts +2 -0
  1777. package/lib/clients/mp_web/gcash/openURL.js +3 -0
  1778. package/lib/clients/mp_web/gcash/pageScrollTo.js +1 -1
  1779. package/lib/clients/mp_web/gcash/previewImage.js +1 -1
  1780. package/lib/clients/mp_web/gcash/prompt.js +1 -1
  1781. package/lib/clients/mp_web/gcash/reLaunch.js +1 -1
  1782. package/lib/clients/mp_web/gcash/readBLECharacteristicValue.js +1 -1
  1783. package/lib/clients/mp_web/gcash/redirectTo.js +1 -1
  1784. package/lib/clients/mp_web/gcash/removeSavedFile.js +1 -1
  1785. package/lib/clients/mp_web/gcash/removeStorage.js +1 -1
  1786. package/lib/clients/mp_web/gcash/request.js +1 -1
  1787. package/lib/clients/mp_web/gcash/saveFile.js +1 -1
  1788. package/lib/clients/mp_web/gcash/saveImage.js +1 -1
  1789. package/lib/clients/mp_web/gcash/scan.js +1 -1
  1790. package/lib/clients/mp_web/gcash/sendSocketMessage.js +1 -1
  1791. package/lib/clients/mp_web/gcash/setBackgroundColor.js +1 -1
  1792. package/lib/clients/mp_web/gcash/setCanPullDown.js +1 -1
  1793. package/lib/clients/mp_web/gcash/setClipboard.js +1 -1
  1794. package/lib/clients/mp_web/gcash/setKeepScreenOn.js +1 -1
  1795. package/lib/clients/mp_web/gcash/setNavigationBar.js +1 -1
  1796. package/lib/clients/mp_web/gcash/setScreenBrightness.js +1 -1
  1797. package/lib/clients/mp_web/gcash/setStorage.js +1 -1
  1798. package/lib/clients/mp_web/gcash/setTabBarStyle.js +1 -1
  1799. package/lib/clients/mp_web/gcash/showActionSheet.js +1 -1
  1800. package/lib/clients/mp_web/gcash/showAuthGuide.js +1 -1
  1801. package/lib/clients/mp_web/gcash/showLoading.js +1 -1
  1802. package/lib/clients/mp_web/gcash/showNavigationBarLoading.js +1 -1
  1803. package/lib/clients/mp_web/gcash/showSharePanel.js +1 -1
  1804. package/lib/clients/mp_web/gcash/showToast.js +1 -1
  1805. package/lib/clients/mp_web/gcash/signContract.js +1 -1
  1806. package/lib/clients/mp_web/gcash/startBluetoothDevicesDiscovery.js +1 -1
  1807. package/lib/clients/mp_web/gcash/startPullDownRefresh.js +1 -1
  1808. package/lib/clients/mp_web/gcash/stopBluetoothDevicesDiscovery.js +1 -1
  1809. package/lib/clients/mp_web/gcash/stopPullDownRefresh.js +1 -1
  1810. package/lib/clients/mp_web/gcash/switchTab.js +1 -1
  1811. package/lib/clients/mp_web/gcash/tradePay.js +1 -1
  1812. package/lib/clients/mp_web/gcash/uploadFile.js +1 -1
  1813. package/lib/clients/mp_web/gcash/vibrate.js +1 -1
  1814. package/lib/clients/mp_web/gcash/watchShake.js +1 -1
  1815. package/lib/clients/mp_web/gcash/writeBLECharacteristicValue.js +1 -1
  1816. package/lib/clients/mp_web/mpay/createWithoutAuthRpc.d.ts +2 -0
  1817. package/lib/clients/mp_web/mpay/createWithoutAuthRpc.js +3 -0
  1818. package/lib/clients/mp_web/mpay/defineRuntimeConfig.d.ts +2 -0
  1819. package/lib/clients/mp_web/mpay/defineRuntimeConfig.js +3 -0
  1820. package/lib/clients/mp_web/mpay/getAppId.d.ts +2 -0
  1821. package/lib/clients/mp_web/mpay/getAppId.js +3 -0
  1822. package/lib/clients/mp_web/mpay/getCurrentPages.d.ts +2 -0
  1823. package/lib/clients/mp_web/mpay/getCurrentPages.js +3 -0
  1824. package/lib/clients/mp_web/mpay/getSDKVersion.d.ts +2 -0
  1825. package/lib/clients/mp_web/mpay/getSDKVersion.js +3 -0
  1826. package/lib/clients/mp_web/mpay/index.d.ts +36 -0
  1827. package/lib/clients/mp_web/mpay/index.js +18 -0
  1828. package/lib/clients/mp_web/mpay/openURL.d.ts +2 -0
  1829. package/lib/clients/mp_web/mpay/openURL.js +3 -0
  1830. package/lib/clients/mp_web/mpay/rpcWithAuth.d.ts +2 -0
  1831. package/lib/clients/mp_web/mpay/rpcWithAuth.js +3 -0
  1832. package/lib/clients/mp_web/tngd/addPhoneContact.js +1 -1
  1833. package/lib/clients/mp_web/tngd/alert.js +1 -1
  1834. package/lib/clients/mp_web/tngd/chooseImage.js +1 -1
  1835. package/lib/clients/mp_web/tngd/choosePhoneContact.js +1 -1
  1836. package/lib/clients/mp_web/tngd/clearStorage.js +1 -1
  1837. package/lib/clients/mp_web/tngd/closeBluetoothAdapter.js +1 -1
  1838. package/lib/clients/mp_web/tngd/closeSocket.js +1 -1
  1839. package/lib/clients/mp_web/tngd/confirm.js +1 -1
  1840. package/lib/clients/mp_web/tngd/connectBLEDevice.js +1 -1
  1841. package/lib/clients/mp_web/tngd/connectSocket.js +1 -1
  1842. package/lib/clients/mp_web/tngd/createWithoutAuthRpc.d.ts +2 -0
  1843. package/lib/clients/mp_web/tngd/createWithoutAuthRpc.js +3 -0
  1844. package/lib/clients/mp_web/tngd/datePicker.js +1 -1
  1845. package/lib/clients/mp_web/tngd/defineRuntimeConfig.d.ts +2 -0
  1846. package/lib/clients/mp_web/tngd/defineRuntimeConfig.js +3 -0
  1847. package/lib/clients/mp_web/tngd/disconnectBLEDevice.js +1 -1
  1848. package/lib/clients/mp_web/tngd/downloadFile.js +1 -1
  1849. package/lib/clients/mp_web/tngd/getAppId.d.ts +2 -0
  1850. package/lib/clients/mp_web/tngd/getAppId.js +3 -0
  1851. package/lib/clients/mp_web/tngd/getAuthCode.js +1 -1
  1852. package/lib/clients/mp_web/tngd/getBLEDeviceCharacteristics.js +1 -1
  1853. package/lib/clients/mp_web/tngd/getBLEDeviceServices.js +1 -1
  1854. package/lib/clients/mp_web/tngd/getBatteryInfo.js +1 -1
  1855. package/lib/clients/mp_web/tngd/getBluetoothAdapterState.js +1 -1
  1856. package/lib/clients/mp_web/tngd/getBluetoothDevices.js +1 -1
  1857. package/lib/clients/mp_web/tngd/getClipboard.js +1 -1
  1858. package/lib/clients/mp_web/tngd/getConnectedBluetoothDevices.js +1 -1
  1859. package/lib/clients/mp_web/tngd/getCurrentLanguage.d.ts +2 -0
  1860. package/lib/clients/mp_web/tngd/getCurrentLanguage.js +3 -0
  1861. package/lib/clients/mp_web/tngd/getCurrentPages.d.ts +2 -0
  1862. package/lib/clients/mp_web/tngd/getCurrentPages.js +3 -0
  1863. package/lib/clients/mp_web/tngd/getFileInfo.js +1 -1
  1864. package/lib/clients/mp_web/tngd/getImageInfo.js +1 -1
  1865. package/lib/clients/mp_web/tngd/getLocation.js +1 -1
  1866. package/lib/clients/mp_web/tngd/getNetworkType.js +1 -1
  1867. package/lib/clients/mp_web/tngd/getOpenUserInfo.js +1 -1
  1868. package/lib/clients/mp_web/tngd/getSDKVersion.d.ts +2 -0
  1869. package/lib/clients/mp_web/tngd/getSDKVersion.js +3 -0
  1870. package/lib/clients/mp_web/tngd/getSavedFileInfo.js +1 -1
  1871. package/lib/clients/mp_web/tngd/getSavedFileList.js +1 -1
  1872. package/lib/clients/mp_web/tngd/getScreenBrightness.js +1 -1
  1873. package/lib/clients/mp_web/tngd/getServerTime.js +1 -1
  1874. package/lib/clients/mp_web/tngd/getSetting.js +1 -1
  1875. package/lib/clients/mp_web/tngd/getSiteInfo.js +1 -1
  1876. package/lib/clients/mp_web/tngd/getStorage.js +1 -1
  1877. package/lib/clients/mp_web/tngd/getSystemInfo.js +1 -1
  1878. package/lib/clients/mp_web/tngd/hideBackHome.js +1 -1
  1879. package/lib/clients/mp_web/tngd/hideKeyboard.js +1 -1
  1880. package/lib/clients/mp_web/tngd/hideLoading.js +1 -1
  1881. package/lib/clients/mp_web/tngd/hideNavigationBarLoading.js +1 -1
  1882. package/lib/clients/mp_web/tngd/hideTabBar.js +1 -1
  1883. package/lib/clients/mp_web/tngd/hideToast.js +1 -1
  1884. package/lib/clients/mp_web/tngd/index.d.ts +33 -2
  1885. package/lib/clients/mp_web/tngd/index.js +128 -114
  1886. package/lib/clients/mp_web/tngd/makePhoneCall.js +1 -1
  1887. package/lib/clients/mp_web/tngd/multiLevelSelect.js +1 -1
  1888. package/lib/clients/mp_web/tngd/navigateBack.js +1 -1
  1889. package/lib/clients/mp_web/tngd/navigateBackMiniProgram.js +1 -1
  1890. package/lib/clients/mp_web/tngd/navigateTo.js +1 -1
  1891. package/lib/clients/mp_web/tngd/navigateToMiniProgram.js +1 -1
  1892. package/lib/clients/mp_web/tngd/notifyBLECharacteristicValueChange.js +1 -1
  1893. package/lib/clients/mp_web/tngd/offAccelerometerChange.js +1 -1
  1894. package/lib/clients/mp_web/tngd/offBLECharacteristicValueChange.js +1 -1
  1895. package/lib/clients/mp_web/tngd/offBLEConnectionStateChanged.js +1 -1
  1896. package/lib/clients/mp_web/tngd/offBluetoothAdapterStateChange.js +1 -1
  1897. package/lib/clients/mp_web/tngd/offBluetoothDeviceFound.js +1 -1
  1898. package/lib/clients/mp_web/tngd/offCompassChange.js +1 -1
  1899. package/lib/clients/mp_web/tngd/offMemoryWarning.js +1 -1
  1900. package/lib/clients/mp_web/tngd/offSocketClose.js +1 -1
  1901. package/lib/clients/mp_web/tngd/offSocketError.js +1 -1
  1902. package/lib/clients/mp_web/tngd/offSocketMessage.js +1 -1
  1903. package/lib/clients/mp_web/tngd/offSocketOpen.js +1 -1
  1904. package/lib/clients/mp_web/tngd/offUserCaptureScreen.js +1 -1
  1905. package/lib/clients/mp_web/tngd/onAccelerometerChange.js +1 -1
  1906. package/lib/clients/mp_web/tngd/onBLECharacteristicValueChange.js +1 -1
  1907. package/lib/clients/mp_web/tngd/onBLEConnectionStateChanged.js +1 -1
  1908. package/lib/clients/mp_web/tngd/onBluetoothAdapterStateChange.js +1 -1
  1909. package/lib/clients/mp_web/tngd/onBluetoothDeviceFound.js +1 -1
  1910. package/lib/clients/mp_web/tngd/onCompassChange.js +1 -1
  1911. package/lib/clients/mp_web/tngd/onMemoryWarning.js +1 -1
  1912. package/lib/clients/mp_web/tngd/onSocketClose.js +1 -1
  1913. package/lib/clients/mp_web/tngd/onSocketError.js +1 -1
  1914. package/lib/clients/mp_web/tngd/onSocketMessage.js +1 -1
  1915. package/lib/clients/mp_web/tngd/onSocketOpen.js +1 -1
  1916. package/lib/clients/mp_web/tngd/onUserCaptureScreen.js +1 -1
  1917. package/lib/clients/mp_web/tngd/openBluetoothAdapter.js +1 -1
  1918. package/lib/clients/mp_web/tngd/openDocument.js +1 -1
  1919. package/lib/clients/mp_web/tngd/openSetting.js +1 -1
  1920. package/lib/clients/mp_web/tngd/openURL.d.ts +2 -0
  1921. package/lib/clients/mp_web/tngd/openURL.js +3 -0
  1922. package/lib/clients/mp_web/tngd/pageScrollTo.js +1 -1
  1923. package/lib/clients/mp_web/tngd/previewImage.js +1 -1
  1924. package/lib/clients/mp_web/tngd/prompt.js +1 -1
  1925. package/lib/clients/mp_web/tngd/reLaunch.js +1 -1
  1926. package/lib/clients/mp_web/tngd/readBLECharacteristicValue.js +1 -1
  1927. package/lib/clients/mp_web/tngd/redirectTo.js +1 -1
  1928. package/lib/clients/mp_web/tngd/removeSavedFile.js +1 -1
  1929. package/lib/clients/mp_web/tngd/removeStorage.js +1 -1
  1930. package/lib/clients/mp_web/tngd/request.js +1 -1
  1931. package/lib/clients/mp_web/tngd/saveFile.js +1 -1
  1932. package/lib/clients/mp_web/tngd/saveImage.js +1 -1
  1933. package/lib/clients/mp_web/tngd/scan.js +1 -1
  1934. package/lib/clients/mp_web/tngd/sendSocketMessage.js +1 -1
  1935. package/lib/clients/mp_web/tngd/setBackgroundColor.js +1 -1
  1936. package/lib/clients/mp_web/tngd/setCanPullDown.js +1 -1
  1937. package/lib/clients/mp_web/tngd/setClipboard.js +1 -1
  1938. package/lib/clients/mp_web/tngd/setKeepScreenOn.js +1 -1
  1939. package/lib/clients/mp_web/tngd/setNavigationBar.js +1 -1
  1940. package/lib/clients/mp_web/tngd/setScreenBrightness.js +1 -1
  1941. package/lib/clients/mp_web/tngd/setStorage.js +1 -1
  1942. package/lib/clients/mp_web/tngd/setTabBarStyle.js +1 -1
  1943. package/lib/clients/mp_web/tngd/showActionSheet.js +1 -1
  1944. package/lib/clients/mp_web/tngd/showAuthGuide.js +1 -1
  1945. package/lib/clients/mp_web/tngd/showLoading.js +1 -1
  1946. package/lib/clients/mp_web/tngd/showNavigationBarLoading.js +1 -1
  1947. package/lib/clients/mp_web/tngd/showSharePanel.js +1 -1
  1948. package/lib/clients/mp_web/tngd/showToast.js +1 -1
  1949. package/lib/clients/mp_web/tngd/signContract.js +1 -1
  1950. package/lib/clients/mp_web/tngd/startBluetoothDevicesDiscovery.js +1 -1
  1951. package/lib/clients/mp_web/tngd/startPullDownRefresh.js +1 -1
  1952. package/lib/clients/mp_web/tngd/stopBluetoothDevicesDiscovery.js +1 -1
  1953. package/lib/clients/mp_web/tngd/stopPullDownRefresh.js +1 -1
  1954. package/lib/clients/mp_web/tngd/switchTab.js +1 -1
  1955. package/lib/clients/mp_web/tngd/tradePay.js +1 -1
  1956. package/lib/clients/mp_web/tngd/uploadFile.js +1 -1
  1957. package/lib/clients/mp_web/tngd/vibrate.js +1 -1
  1958. package/lib/clients/mp_web/tngd/watchShake.js +1 -1
  1959. package/lib/clients/mp_web/tngd/writeBLECharacteristicValue.js +1 -1
  1960. package/lib/clients/mp_web/toss/createWithoutAuthRpc.d.ts +2 -0
  1961. package/lib/clients/mp_web/toss/createWithoutAuthRpc.js +3 -0
  1962. package/lib/clients/mp_web/toss/defineRuntimeConfig.d.ts +2 -0
  1963. package/lib/clients/mp_web/toss/defineRuntimeConfig.js +3 -0
  1964. package/lib/clients/mp_web/toss/getAppId.d.ts +2 -0
  1965. package/lib/clients/mp_web/toss/getAppId.js +3 -0
  1966. package/lib/clients/mp_web/toss/getCurrentPages.d.ts +2 -0
  1967. package/lib/clients/mp_web/toss/getCurrentPages.js +3 -0
  1968. package/lib/clients/mp_web/toss/getSDKVersion.d.ts +2 -0
  1969. package/lib/clients/mp_web/toss/getSDKVersion.js +3 -0
  1970. package/lib/clients/mp_web/toss/index.d.ts +36 -0
  1971. package/lib/clients/mp_web/toss/index.js +18 -0
  1972. package/lib/clients/mp_web/toss/openURL.d.ts +2 -0
  1973. package/lib/clients/mp_web/toss/openURL.js +3 -0
  1974. package/lib/clients/mp_web/toss/rpcWithAuth.d.ts +2 -0
  1975. package/lib/clients/mp_web/toss/rpcWithAuth.js +3 -0
  1976. package/lib/clients/mp_web/truemoney/addPhoneContact.js +1 -1
  1977. package/lib/clients/mp_web/truemoney/alert.js +1 -1
  1978. package/lib/clients/mp_web/truemoney/chooseImage.js +1 -1
  1979. package/lib/clients/mp_web/truemoney/choosePhoneContact.js +1 -1
  1980. package/lib/clients/mp_web/truemoney/clearStorage.js +1 -1
  1981. package/lib/clients/mp_web/truemoney/closeBluetoothAdapter.js +1 -1
  1982. package/lib/clients/mp_web/truemoney/closeSocket.js +1 -1
  1983. package/lib/clients/mp_web/truemoney/confirm.js +1 -1
  1984. package/lib/clients/mp_web/truemoney/connectBLEDevice.js +1 -1
  1985. package/lib/clients/mp_web/truemoney/connectSocket.js +1 -1
  1986. package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.d.ts +2 -0
  1987. package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.js +3 -0
  1988. package/lib/clients/mp_web/truemoney/datePicker.js +1 -1
  1989. package/lib/clients/mp_web/truemoney/defineRuntimeConfig.d.ts +2 -0
  1990. package/lib/clients/mp_web/truemoney/defineRuntimeConfig.js +3 -0
  1991. package/lib/clients/mp_web/truemoney/disconnectBLEDevice.js +1 -1
  1992. package/lib/clients/mp_web/truemoney/downloadFile.js +1 -1
  1993. package/lib/clients/mp_web/truemoney/getAppId.d.ts +2 -0
  1994. package/lib/clients/mp_web/truemoney/getAppId.js +3 -0
  1995. package/lib/clients/mp_web/truemoney/getAuthCode.js +1 -1
  1996. package/lib/clients/mp_web/truemoney/getBLEDeviceCharacteristics.js +1 -1
  1997. package/lib/clients/mp_web/truemoney/getBLEDeviceServices.js +1 -1
  1998. package/lib/clients/mp_web/truemoney/getBatteryInfo.js +1 -1
  1999. package/lib/clients/mp_web/truemoney/getBluetoothAdapterState.js +1 -1
  2000. package/lib/clients/mp_web/truemoney/getBluetoothDevices.js +1 -1
  2001. package/lib/clients/mp_web/truemoney/getClipboard.js +1 -1
  2002. package/lib/clients/mp_web/truemoney/getConnectedBluetoothDevices.js +1 -1
  2003. package/lib/clients/mp_web/truemoney/getCurrentLanguage.d.ts +2 -0
  2004. package/lib/clients/mp_web/truemoney/getCurrentLanguage.js +3 -0
  2005. package/lib/clients/mp_web/truemoney/getCurrentPages.d.ts +2 -0
  2006. package/lib/clients/mp_web/truemoney/getCurrentPages.js +3 -0
  2007. package/lib/clients/mp_web/truemoney/getFileInfo.js +1 -1
  2008. package/lib/clients/mp_web/truemoney/getImageInfo.js +1 -1
  2009. package/lib/clients/mp_web/truemoney/getLocation.js +1 -1
  2010. package/lib/clients/mp_web/truemoney/getNetworkType.js +1 -1
  2011. package/lib/clients/mp_web/truemoney/getOpenUserInfo.js +1 -1
  2012. package/lib/clients/mp_web/truemoney/getSDKVersion.d.ts +2 -0
  2013. package/lib/clients/mp_web/truemoney/getSDKVersion.js +3 -0
  2014. package/lib/clients/mp_web/truemoney/getSavedFileInfo.js +1 -1
  2015. package/lib/clients/mp_web/truemoney/getSavedFileList.js +1 -1
  2016. package/lib/clients/mp_web/truemoney/getScreenBrightness.js +1 -1
  2017. package/lib/clients/mp_web/truemoney/getServerTime.js +1 -1
  2018. package/lib/clients/mp_web/truemoney/getSetting.js +1 -1
  2019. package/lib/clients/mp_web/truemoney/getSiteInfo.js +1 -1
  2020. package/lib/clients/mp_web/truemoney/getStorage.js +1 -1
  2021. package/lib/clients/mp_web/truemoney/getSystemInfo.js +1 -1
  2022. package/lib/clients/mp_web/truemoney/hideBackHome.js +1 -1
  2023. package/lib/clients/mp_web/truemoney/hideKeyboard.js +1 -1
  2024. package/lib/clients/mp_web/truemoney/hideLoading.js +1 -1
  2025. package/lib/clients/mp_web/truemoney/hideNavigationBarLoading.js +1 -1
  2026. package/lib/clients/mp_web/truemoney/hideTabBar.js +1 -1
  2027. package/lib/clients/mp_web/truemoney/hideToast.js +1 -1
  2028. package/lib/clients/mp_web/truemoney/index.d.ts +33 -2
  2029. package/lib/clients/mp_web/truemoney/index.js +128 -114
  2030. package/lib/clients/mp_web/truemoney/makePhoneCall.js +1 -1
  2031. package/lib/clients/mp_web/truemoney/multiLevelSelect.js +1 -1
  2032. package/lib/clients/mp_web/truemoney/navigateBack.js +1 -1
  2033. package/lib/clients/mp_web/truemoney/navigateBackMiniProgram.js +1 -1
  2034. package/lib/clients/mp_web/truemoney/navigateTo.js +1 -1
  2035. package/lib/clients/mp_web/truemoney/navigateToMiniProgram.js +1 -1
  2036. package/lib/clients/mp_web/truemoney/notifyBLECharacteristicValueChange.js +1 -1
  2037. package/lib/clients/mp_web/truemoney/offAccelerometerChange.js +1 -1
  2038. package/lib/clients/mp_web/truemoney/offBLECharacteristicValueChange.js +1 -1
  2039. package/lib/clients/mp_web/truemoney/offBLEConnectionStateChanged.js +1 -1
  2040. package/lib/clients/mp_web/truemoney/offBluetoothAdapterStateChange.js +1 -1
  2041. package/lib/clients/mp_web/truemoney/offBluetoothDeviceFound.js +1 -1
  2042. package/lib/clients/mp_web/truemoney/offCompassChange.js +1 -1
  2043. package/lib/clients/mp_web/truemoney/offMemoryWarning.js +1 -1
  2044. package/lib/clients/mp_web/truemoney/offSocketClose.js +1 -1
  2045. package/lib/clients/mp_web/truemoney/offSocketError.js +1 -1
  2046. package/lib/clients/mp_web/truemoney/offSocketMessage.js +1 -1
  2047. package/lib/clients/mp_web/truemoney/offSocketOpen.js +1 -1
  2048. package/lib/clients/mp_web/truemoney/offUserCaptureScreen.js +1 -1
  2049. package/lib/clients/mp_web/truemoney/onAccelerometerChange.js +1 -1
  2050. package/lib/clients/mp_web/truemoney/onBLECharacteristicValueChange.js +1 -1
  2051. package/lib/clients/mp_web/truemoney/onBLEConnectionStateChanged.js +1 -1
  2052. package/lib/clients/mp_web/truemoney/onBluetoothAdapterStateChange.js +1 -1
  2053. package/lib/clients/mp_web/truemoney/onBluetoothDeviceFound.js +1 -1
  2054. package/lib/clients/mp_web/truemoney/onCompassChange.js +1 -1
  2055. package/lib/clients/mp_web/truemoney/onMemoryWarning.js +1 -1
  2056. package/lib/clients/mp_web/truemoney/onSocketClose.js +1 -1
  2057. package/lib/clients/mp_web/truemoney/onSocketError.js +1 -1
  2058. package/lib/clients/mp_web/truemoney/onSocketMessage.js +1 -1
  2059. package/lib/clients/mp_web/truemoney/onSocketOpen.js +1 -1
  2060. package/lib/clients/mp_web/truemoney/onUserCaptureScreen.js +1 -1
  2061. package/lib/clients/mp_web/truemoney/openBluetoothAdapter.js +1 -1
  2062. package/lib/clients/mp_web/truemoney/openDocument.js +1 -1
  2063. package/lib/clients/mp_web/truemoney/openSetting.js +1 -1
  2064. package/lib/clients/mp_web/truemoney/openURL.d.ts +2 -0
  2065. package/lib/clients/mp_web/truemoney/openURL.js +3 -0
  2066. package/lib/clients/mp_web/truemoney/pageScrollTo.js +1 -1
  2067. package/lib/clients/mp_web/truemoney/previewImage.js +1 -1
  2068. package/lib/clients/mp_web/truemoney/prompt.js +1 -1
  2069. package/lib/clients/mp_web/truemoney/reLaunch.js +1 -1
  2070. package/lib/clients/mp_web/truemoney/readBLECharacteristicValue.js +1 -1
  2071. package/lib/clients/mp_web/truemoney/redirectTo.js +1 -1
  2072. package/lib/clients/mp_web/truemoney/removeSavedFile.js +1 -1
  2073. package/lib/clients/mp_web/truemoney/removeStorage.js +1 -1
  2074. package/lib/clients/mp_web/truemoney/request.js +1 -1
  2075. package/lib/clients/mp_web/truemoney/saveFile.js +1 -1
  2076. package/lib/clients/mp_web/truemoney/saveImage.js +1 -1
  2077. package/lib/clients/mp_web/truemoney/scan.js +1 -1
  2078. package/lib/clients/mp_web/truemoney/sendSocketMessage.js +1 -1
  2079. package/lib/clients/mp_web/truemoney/setBackgroundColor.js +1 -1
  2080. package/lib/clients/mp_web/truemoney/setCanPullDown.js +1 -1
  2081. package/lib/clients/mp_web/truemoney/setClipboard.js +1 -1
  2082. package/lib/clients/mp_web/truemoney/setKeepScreenOn.js +1 -1
  2083. package/lib/clients/mp_web/truemoney/setNavigationBar.js +1 -1
  2084. package/lib/clients/mp_web/truemoney/setScreenBrightness.js +1 -1
  2085. package/lib/clients/mp_web/truemoney/setStorage.js +1 -1
  2086. package/lib/clients/mp_web/truemoney/setTabBarStyle.js +1 -1
  2087. package/lib/clients/mp_web/truemoney/showActionSheet.js +1 -1
  2088. package/lib/clients/mp_web/truemoney/showAuthGuide.js +1 -1
  2089. package/lib/clients/mp_web/truemoney/showLoading.js +1 -1
  2090. package/lib/clients/mp_web/truemoney/showNavigationBarLoading.js +1 -1
  2091. package/lib/clients/mp_web/truemoney/showSharePanel.js +1 -1
  2092. package/lib/clients/mp_web/truemoney/showToast.js +1 -1
  2093. package/lib/clients/mp_web/truemoney/signContract.js +1 -1
  2094. package/lib/clients/mp_web/truemoney/startBluetoothDevicesDiscovery.js +1 -1
  2095. package/lib/clients/mp_web/truemoney/startPullDownRefresh.js +1 -1
  2096. package/lib/clients/mp_web/truemoney/stopBluetoothDevicesDiscovery.js +1 -1
  2097. package/lib/clients/mp_web/truemoney/stopPullDownRefresh.js +1 -1
  2098. package/lib/clients/mp_web/truemoney/switchTab.js +1 -1
  2099. package/lib/clients/mp_web/truemoney/tradePay.js +1 -1
  2100. package/lib/clients/mp_web/truemoney/uploadFile.js +1 -1
  2101. package/lib/clients/mp_web/truemoney/vibrate.js +1 -1
  2102. package/lib/clients/mp_web/truemoney/watchShake.js +1 -1
  2103. package/lib/clients/mp_web/truemoney/writeBLECharacteristicValue.js +1 -1
  2104. package/lib/clients/web/alipay/addPhoneContact.js +1 -1
  2105. package/lib/clients/web/alipay/alert.d.ts +1 -1
  2106. package/lib/clients/web/alipay/alert.js +1 -0
  2107. package/lib/clients/web/alipay/chooseImage.d.ts +2 -2
  2108. package/lib/clients/web/alipay/chooseImage.js +3 -5
  2109. package/lib/clients/web/alipay/choosePhoneContact.d.ts +1 -1
  2110. package/lib/clients/web/alipay/choosePhoneContact.js +1 -0
  2111. package/lib/clients/web/alipay/clearStorage.d.ts +1 -1
  2112. package/lib/clients/web/alipay/clearStorage.js +1 -0
  2113. package/lib/clients/web/alipay/confirm.d.ts +1 -1
  2114. package/lib/clients/web/alipay/confirm.js +1 -0
  2115. package/lib/clients/web/alipay/createWithoutAuthRpc.d.ts +2 -0
  2116. package/lib/clients/web/alipay/createWithoutAuthRpc.js +3 -0
  2117. package/lib/clients/web/alipay/crossPay.js +1 -1
  2118. package/lib/clients/web/alipay/datePicker.d.ts +1 -1
  2119. package/lib/clients/web/alipay/datePicker.js +1 -0
  2120. package/lib/clients/web/alipay/defineRuntimeConfig.d.ts +2 -0
  2121. package/lib/clients/web/alipay/defineRuntimeConfig.js +3 -0
  2122. package/lib/clients/web/alipay/downloadFile.d.ts +1 -1
  2123. package/lib/clients/web/alipay/downloadFile.js +1 -0
  2124. package/lib/clients/web/alipay/exitApp.js +1 -1
  2125. package/lib/clients/web/alipay/getAuthCode.d.ts +1 -1
  2126. package/lib/clients/web/alipay/getAuthCode.js +1 -0
  2127. package/lib/clients/web/alipay/getBatteryInfo.js +1 -1
  2128. package/lib/clients/web/alipay/getClipboard.js +1 -1
  2129. package/lib/clients/web/alipay/getCurrentLanguage.d.ts +2 -0
  2130. package/lib/clients/web/alipay/getCurrentLanguage.js +3 -0
  2131. package/lib/clients/web/alipay/getFileInfo.js +1 -1
  2132. package/lib/clients/web/alipay/getImageInfo.js +1 -1
  2133. package/lib/clients/web/alipay/getLocation.d.ts +1 -1
  2134. package/lib/clients/web/alipay/getLocation.js +1 -0
  2135. package/lib/clients/web/alipay/getNetworkType.d.ts +1 -1
  2136. package/lib/clients/web/alipay/getNetworkType.js +1 -0
  2137. package/lib/clients/web/alipay/getPhoneNumber.d.ts +1 -1
  2138. package/lib/clients/web/alipay/getPhoneNumber.js +1 -0
  2139. package/lib/clients/web/alipay/getSavedFileInfo.js +1 -1
  2140. package/lib/clients/web/alipay/getSavedFileList.js +1 -1
  2141. package/lib/clients/web/alipay/getScreenBrightness.js +1 -1
  2142. package/lib/clients/web/alipay/getServerTime.js +1 -1
  2143. package/lib/clients/web/alipay/getSetting.js +1 -1
  2144. package/lib/clients/web/alipay/getSiteInfo.d.ts +1 -1
  2145. package/lib/clients/web/alipay/getSiteInfo.js +1 -1
  2146. package/lib/clients/web/alipay/getStorage.d.ts +1 -1
  2147. package/lib/clients/web/alipay/getStorage.js +1 -0
  2148. package/lib/clients/web/alipay/getSystemInfo.js +1 -1
  2149. package/lib/clients/web/alipay/hideKeyboard.js +1 -1
  2150. package/lib/clients/web/alipay/hideLoading.js +1 -1
  2151. package/lib/clients/web/alipay/hideNavigationBarLoading.d.ts +1 -1
  2152. package/lib/clients/web/alipay/hideNavigationBarLoading.js +1 -0
  2153. package/lib/clients/web/alipay/hideToast.js +1 -1
  2154. package/lib/clients/web/alipay/index.d.ts +43 -16
  2155. package/lib/clients/web/alipay/index.js +79 -73
  2156. package/lib/clients/web/alipay/makePhoneCall.js +1 -1
  2157. package/lib/clients/web/alipay/multiLevelSelect.d.ts +1 -1
  2158. package/lib/clients/web/alipay/multiLevelSelect.js +1 -0
  2159. package/lib/clients/web/alipay/navigateBack.d.ts +1 -1
  2160. package/lib/clients/web/alipay/navigateBack.js +1 -0
  2161. package/lib/clients/web/alipay/navigateBackMiniProgram.js +1 -1
  2162. package/lib/clients/web/alipay/navigateTo.d.ts +1 -1
  2163. package/lib/clients/web/alipay/navigateTo.js +1 -0
  2164. package/lib/clients/web/alipay/navigateToMiniProgram.js +1 -1
  2165. package/lib/clients/web/alipay/openDocument.js +1 -1
  2166. package/lib/clients/web/alipay/openSetting.js +1 -1
  2167. package/lib/clients/web/alipay/openURL.d.ts +2 -0
  2168. package/lib/clients/web/alipay/openURL.js +3 -0
  2169. package/lib/clients/web/alipay/previewImage.d.ts +1 -1
  2170. package/lib/clients/web/alipay/previewImage.js +1 -0
  2171. package/lib/clients/web/alipay/prompt.js +1 -1
  2172. package/lib/clients/web/alipay/redirectTo.d.ts +1 -1
  2173. package/lib/clients/web/alipay/redirectTo.js +1 -0
  2174. package/lib/clients/web/alipay/removeSavedFile.js +1 -1
  2175. package/lib/clients/web/alipay/removeStorage.d.ts +1 -1
  2176. package/lib/clients/web/alipay/removeStorage.js +1 -0
  2177. package/lib/clients/web/alipay/request.d.ts +1 -1
  2178. package/lib/clients/web/alipay/request.js +1 -0
  2179. package/lib/clients/web/alipay/rpc.js +1 -1
  2180. package/lib/clients/web/alipay/rpcWithAuthAPlus.d.ts +2 -0
  2181. package/lib/clients/web/alipay/rpcWithAuthAPlus.js +3 -0
  2182. package/lib/clients/web/alipay/saveFile.js +1 -1
  2183. package/lib/clients/web/alipay/saveImage.d.ts +1 -1
  2184. package/lib/clients/web/alipay/saveImage.js +2 -1
  2185. package/lib/clients/web/alipay/scan.js +1 -1
  2186. package/lib/clients/web/alipay/setClipboard.js +1 -1
  2187. package/lib/clients/web/alipay/setKeepScreenOn.d.ts +1 -1
  2188. package/lib/clients/web/alipay/setKeepScreenOn.js +2 -1
  2189. package/lib/clients/web/alipay/setNavigationBar.d.ts +1 -1
  2190. package/lib/clients/web/alipay/setNavigationBar.js +1 -0
  2191. package/lib/clients/web/alipay/setScreenBrightness.js +1 -1
  2192. package/lib/clients/web/alipay/setStorage.d.ts +1 -1
  2193. package/lib/clients/web/alipay/setStorage.js +1 -0
  2194. package/lib/clients/web/alipay/showActionSheet.d.ts +1 -1
  2195. package/lib/clients/web/alipay/showActionSheet.js +1 -0
  2196. package/lib/clients/web/alipay/showAuthGuide.d.ts +1 -1
  2197. package/lib/clients/web/alipay/showAuthGuide.js +1 -0
  2198. package/lib/clients/web/alipay/showLoading.js +1 -1
  2199. package/lib/clients/web/alipay/showNavigationBarLoading.d.ts +1 -1
  2200. package/lib/clients/web/alipay/showNavigationBarLoading.js +1 -0
  2201. package/lib/clients/web/alipay/showToast.d.ts +1 -1
  2202. package/lib/clients/web/alipay/showToast.js +1 -0
  2203. package/lib/clients/web/alipay/signContract.js +1 -1
  2204. package/lib/clients/web/alipay/startApp.js +1 -1
  2205. package/lib/clients/web/alipay/tradePay.d.ts +2 -3
  2206. package/lib/clients/web/alipay/tradePay.js +3 -20
  2207. package/lib/clients/web/alipay/uploadFile.d.ts +1 -1
  2208. package/lib/clients/web/alipay/uploadFile.js +1 -0
  2209. package/lib/clients/web/alipay/vibrate.js +1 -1
  2210. package/lib/clients/web/demo/APRegionRPC.js +1 -1
  2211. package/lib/clients/web/demo/addFatigueAction.js +1 -1
  2212. package/lib/clients/web/demo/addPhoneContact.js +1 -1
  2213. package/lib/clients/web/demo/alert.d.ts +1 -1
  2214. package/lib/clients/web/demo/alert.js +1 -0
  2215. package/lib/clients/web/demo/apDisableJSAPI.js +1 -1
  2216. package/lib/clients/web/demo/appxrpc.js +1 -1
  2217. package/lib/clients/web/demo/batchQueryCdpSpaceInfo.js +1 -1
  2218. package/lib/clients/web/demo/chooseImage.d.ts +2 -2
  2219. package/lib/clients/web/demo/chooseImage.js +3 -5
  2220. package/lib/clients/web/demo/choosePhoneContact.d.ts +1 -1
  2221. package/lib/clients/web/demo/choosePhoneContact.js +1 -0
  2222. package/lib/clients/web/demo/clearStorage.d.ts +1 -1
  2223. package/lib/clients/web/demo/clearStorage.js +1 -0
  2224. package/lib/clients/web/demo/confirm.d.ts +1 -1
  2225. package/lib/clients/web/demo/confirm.js +1 -0
  2226. package/lib/clients/web/demo/datePicker.d.ts +1 -1
  2227. package/lib/clients/web/demo/datePicker.js +1 -0
  2228. package/lib/clients/web/demo/downloadFile.d.ts +1 -1
  2229. package/lib/clients/web/demo/downloadFile.js +1 -0
  2230. package/lib/clients/web/demo/exitApp.js +1 -1
  2231. package/lib/clients/web/demo/getAppToken.js +1 -1
  2232. package/lib/clients/web/demo/getAuthCode.d.ts +1 -1
  2233. package/lib/clients/web/demo/getAuthCode.js +1 -0
  2234. package/lib/clients/web/demo/getBatteryInfo.js +1 -1
  2235. package/lib/clients/web/demo/getClipboard.js +1 -1
  2236. package/lib/clients/web/demo/getComponentAuth.js +1 -1
  2237. package/lib/clients/web/demo/getCurrentLanguage.d.ts +2 -0
  2238. package/lib/clients/web/demo/getCurrentLanguage.js +3 -0
  2239. package/lib/clients/web/demo/getFileInfo.js +1 -1
  2240. package/lib/clients/web/demo/getImageInfo.js +1 -1
  2241. package/lib/clients/web/demo/getLocation.d.ts +1 -1
  2242. package/lib/clients/web/demo/getLocation.js +1 -0
  2243. package/lib/clients/web/demo/getNetworkType.d.ts +1 -1
  2244. package/lib/clients/web/demo/getNetworkType.js +1 -0
  2245. package/lib/clients/web/demo/getOpenUserInfo.d.ts +2 -1
  2246. package/lib/clients/web/demo/getOpenUserInfo.js +3 -7
  2247. package/lib/clients/web/demo/getPaymentCode.js +1 -1
  2248. package/lib/clients/web/demo/getPhoneNumber.d.ts +1 -1
  2249. package/lib/clients/web/demo/getPhoneNumber.js +1 -0
  2250. package/lib/clients/web/demo/getSavedFileInfo.js +1 -1
  2251. package/lib/clients/web/demo/getSavedFileList.js +1 -1
  2252. package/lib/clients/web/demo/getScreenBrightness.js +1 -1
  2253. package/lib/clients/web/demo/getServerTime.js +1 -1
  2254. package/lib/clients/web/demo/getSetting.js +1 -1
  2255. package/lib/clients/web/demo/getSiteInfo.d.ts +1 -1
  2256. package/lib/clients/web/demo/getSiteInfo.js +1 -1
  2257. package/lib/clients/web/demo/getStorage.d.ts +1 -1
  2258. package/lib/clients/web/demo/getStorage.js +1 -0
  2259. package/lib/clients/web/demo/getSystemInfo.js +1 -1
  2260. package/lib/clients/web/demo/hideKeyboard.js +1 -1
  2261. package/lib/clients/web/demo/hideLoading.js +1 -1
  2262. package/lib/clients/web/demo/hideNavigationBarLoading.d.ts +1 -1
  2263. package/lib/clients/web/demo/hideNavigationBarLoading.js +1 -0
  2264. package/lib/clients/web/demo/hideToast.js +1 -1
  2265. package/lib/clients/web/demo/index.d.ts +22 -20
  2266. package/lib/clients/web/demo/index.js +91 -95
  2267. package/lib/clients/web/demo/inquireQuote.js +1 -1
  2268. package/lib/clients/web/demo/isInstalledApp.js +1 -1
  2269. package/lib/clients/web/demo/makePhoneCall.js +1 -1
  2270. package/lib/clients/web/demo/multiLevelSelect.d.ts +1 -1
  2271. package/lib/clients/web/demo/multiLevelSelect.js +1 -0
  2272. package/lib/clients/web/demo/navigateBack.d.ts +1 -1
  2273. package/lib/clients/web/demo/navigateBack.js +1 -0
  2274. package/lib/clients/web/demo/navigateBackMiniProgram.js +1 -1
  2275. package/lib/clients/web/demo/navigateTo.d.ts +1 -1
  2276. package/lib/clients/web/demo/navigateTo.js +1 -0
  2277. package/lib/clients/web/demo/navigateToBizScene.js +1 -1
  2278. package/lib/clients/web/demo/navigateToMiniProgram.js +1 -1
  2279. package/lib/clients/web/demo/openDocument.js +1 -1
  2280. package/lib/clients/web/demo/openSchemeWithBacking.js +1 -1
  2281. package/lib/clients/web/demo/openSetting.js +1 -1
  2282. package/lib/clients/web/demo/previewImage.d.ts +1 -1
  2283. package/lib/clients/web/demo/previewImage.js +1 -0
  2284. package/lib/clients/web/demo/prompt.js +1 -1
  2285. package/lib/clients/web/demo/redirectTo.d.ts +1 -1
  2286. package/lib/clients/web/demo/redirectTo.js +1 -0
  2287. package/lib/clients/web/demo/regionFetchAllApps.js +1 -1
  2288. package/lib/clients/web/demo/regionSearchAppsByKeywords.js +1 -1
  2289. package/lib/clients/web/demo/removeSavedFile.js +1 -1
  2290. package/lib/clients/web/demo/removeStorage.d.ts +1 -1
  2291. package/lib/clients/web/demo/removeStorage.js +1 -0
  2292. package/lib/clients/web/demo/request.d.ts +1 -1
  2293. package/lib/clients/web/demo/request.js +1 -0
  2294. package/lib/clients/web/demo/rpc.js +1 -1
  2295. package/lib/clients/web/demo/saveFile.js +1 -1
  2296. package/lib/clients/web/demo/saveImage.d.ts +1 -1
  2297. package/lib/clients/web/demo/saveImage.js +2 -1
  2298. package/lib/clients/web/demo/scan.js +1 -1
  2299. package/lib/clients/web/demo/setClipboard.js +1 -1
  2300. package/lib/clients/web/demo/setKeepScreenOn.d.ts +1 -1
  2301. package/lib/clients/web/demo/setKeepScreenOn.js +2 -1
  2302. package/lib/clients/web/demo/setNavigationBar.d.ts +1 -1
  2303. package/lib/clients/web/demo/setNavigationBar.js +1 -0
  2304. package/lib/clients/web/demo/setScreenBrightness.js +1 -1
  2305. package/lib/clients/web/demo/setStorage.d.ts +1 -1
  2306. package/lib/clients/web/demo/setStorage.js +1 -0
  2307. package/lib/clients/web/demo/showActionSheet.d.ts +1 -1
  2308. package/lib/clients/web/demo/showActionSheet.js +1 -0
  2309. package/lib/clients/web/demo/showAuthGuide.d.ts +1 -1
  2310. package/lib/clients/web/demo/showAuthGuide.js +1 -0
  2311. package/lib/clients/web/demo/showLoading.js +1 -1
  2312. package/lib/clients/web/demo/showNavigationBarLoading.d.ts +1 -1
  2313. package/lib/clients/web/demo/showNavigationBarLoading.js +1 -0
  2314. package/lib/clients/web/demo/showToast.d.ts +1 -1
  2315. package/lib/clients/web/demo/showToast.js +1 -0
  2316. package/lib/clients/web/demo/signContract.js +1 -1
  2317. package/lib/clients/web/demo/startApp.js +1 -1
  2318. package/lib/clients/web/demo/startBizService.js +1 -1
  2319. package/lib/clients/web/demo/thirdPartyAuthForAc.js +1 -1
  2320. package/lib/clients/web/demo/tradePay.js +1 -1
  2321. package/lib/clients/web/demo/uploadApdidToken.js +1 -1
  2322. package/lib/clients/web/demo/uploadFile.d.ts +1 -1
  2323. package/lib/clients/web/demo/uploadFile.js +1 -0
  2324. package/lib/clients/web/demo/vibrate.js +1 -1
  2325. package/lib/clients/web/demo/writeBLECharacteristicValue.js +1 -1
  2326. package/lib/clients/web/h5/alert.d.ts +2 -2
  2327. package/lib/clients/web/h5/alert.js +3 -4
  2328. package/lib/clients/web/h5/clearStorage.d.ts +2 -2
  2329. package/lib/clients/web/h5/clearStorage.js +3 -4
  2330. package/lib/clients/web/h5/clearStorageSync.d.ts +2 -1
  2331. package/lib/clients/web/h5/clearStorageSync.js +3 -4
  2332. package/lib/clients/web/h5/confirm.d.ts +2 -1
  2333. package/lib/clients/web/h5/confirm.js +3 -1
  2334. package/lib/clients/web/h5/createSelectorQuery.d.ts +2 -1
  2335. package/lib/clients/web/h5/createSelectorQuery.js +3 -4
  2336. package/lib/clients/web/h5/createWithoutAuthRpc.d.ts +2 -0
  2337. package/lib/clients/web/h5/createWithoutAuthRpc.js +3 -0
  2338. package/lib/clients/web/h5/defineRuntimeConfig.d.ts +2 -0
  2339. package/lib/clients/web/h5/defineRuntimeConfig.js +3 -0
  2340. package/lib/clients/web/h5/exitApp.d.ts +2 -1
  2341. package/lib/clients/web/h5/exitApp.js +3 -4
  2342. package/lib/clients/web/h5/getClipboard.d.ts +2 -2
  2343. package/lib/clients/web/h5/getClipboard.js +3 -4
  2344. package/lib/clients/web/h5/getCurrentLanguage.d.ts +2 -0
  2345. package/lib/clients/web/h5/getCurrentLanguage.js +3 -0
  2346. package/lib/clients/web/h5/getLaunchOptionsSync.d.ts +2 -1
  2347. package/lib/clients/web/h5/getLaunchOptionsSync.js +3 -4
  2348. package/lib/clients/web/h5/getLocation.d.ts +2 -1
  2349. package/lib/clients/web/h5/getLocation.js +3 -4
  2350. package/lib/clients/web/h5/getNetworkType.d.ts +2 -2
  2351. package/lib/clients/web/h5/getNetworkType.js +3 -4
  2352. package/lib/clients/web/h5/getSiteInfo.d.ts +2 -2
  2353. package/lib/clients/web/h5/getSiteInfo.js +3 -4
  2354. package/lib/clients/web/h5/getStorage.d.ts +2 -2
  2355. package/lib/clients/web/h5/getStorage.js +3 -13
  2356. package/lib/clients/web/h5/getStorageSync.d.ts +2 -6
  2357. package/lib/clients/web/h5/getStorageSync.js +3 -5
  2358. package/lib/clients/web/h5/getSystemInfo.d.ts +2 -2
  2359. package/lib/clients/web/h5/getSystemInfo.js +3 -4
  2360. package/lib/clients/web/h5/getSystemInfoSync.d.ts +2 -1
  2361. package/lib/clients/web/h5/getSystemInfoSync.js +3 -4
  2362. package/lib/clients/web/h5/hideLoading.d.ts +2 -1
  2363. package/lib/clients/web/h5/hideLoading.js +3 -1
  2364. package/lib/clients/web/h5/hideToast.d.ts +2 -2
  2365. package/lib/clients/web/h5/hideToast.js +3 -4
  2366. package/lib/clients/web/h5/index.d.ts +28 -8
  2367. package/lib/clients/web/h5/index.js +48 -39
  2368. package/lib/clients/web/h5/makePhoneCall.d.ts +2 -3
  2369. package/lib/clients/web/h5/makePhoneCall.js +3 -4
  2370. package/lib/clients/web/h5/navigateBack.d.ts +2 -2
  2371. package/lib/clients/web/h5/navigateBack.js +3 -4
  2372. package/lib/clients/web/h5/navigateTo.d.ts +2 -2
  2373. package/lib/clients/web/h5/navigateTo.js +3 -4
  2374. package/lib/clients/web/h5/navigateToBizScene.d.ts +2 -2
  2375. package/lib/clients/web/h5/navigateToBizScene.js +3 -4
  2376. package/lib/clients/web/h5/navigateToMiniProgram.d.ts +2 -2
  2377. package/lib/clients/web/h5/navigateToMiniProgram.js +3 -4
  2378. package/lib/clients/web/h5/openURL.d.ts +2 -0
  2379. package/lib/clients/web/h5/openURL.js +3 -0
  2380. package/lib/clients/web/h5/pageScrollTo.d.ts +2 -2
  2381. package/lib/clients/web/h5/pageScrollTo.js +3 -4
  2382. package/lib/clients/web/h5/redirectTo.d.ts +2 -2
  2383. package/lib/clients/web/h5/redirectTo.js +3 -4
  2384. package/lib/clients/web/h5/removeStorage.d.ts +2 -2
  2385. package/lib/clients/web/h5/removeStorage.js +3 -13
  2386. package/lib/clients/web/h5/removeStorageSync.d.ts +2 -4
  2387. package/lib/clients/web/h5/removeStorageSync.js +3 -4
  2388. package/lib/clients/web/h5/request.d.ts +2 -2
  2389. package/lib/clients/web/h5/request.js +3 -4
  2390. package/lib/clients/web/h5/rpc.d.ts +2 -2
  2391. package/lib/clients/web/h5/rpc.js +3 -16
  2392. package/lib/clients/web/h5/setClipboard.d.ts +2 -2
  2393. package/lib/clients/web/h5/setClipboard.js +3 -4
  2394. package/lib/clients/web/h5/setNavigationBar.d.ts +2 -2
  2395. package/lib/clients/web/h5/setNavigationBar.js +3 -4
  2396. package/lib/clients/web/h5/setStorage.d.ts +2 -2
  2397. package/lib/clients/web/h5/setStorage.js +3 -16
  2398. package/lib/clients/web/h5/setStorageSync.d.ts +2 -5
  2399. package/lib/clients/web/h5/setStorageSync.js +3 -7
  2400. package/lib/clients/web/h5/showLoading.d.ts +2 -2
  2401. package/lib/clients/web/h5/showLoading.js +3 -4
  2402. package/lib/clients/web/h5/showToast.d.ts +2 -2
  2403. package/lib/clients/web/h5/showToast.js +3 -4
  2404. package/lib/clients/web/tngdh5ng/alert.d.ts +1 -1
  2405. package/lib/clients/web/tngdh5ng/alert.js +1 -0
  2406. package/lib/clients/web/tngdh5ng/confirm.d.ts +1 -1
  2407. package/lib/clients/web/tngdh5ng/confirm.js +1 -0
  2408. package/lib/clients/web/tngdh5ng/exitApp.js +1 -1
  2409. package/lib/clients/web/tngdh5ng/getCurrentLanguage.d.ts +2 -0
  2410. package/lib/clients/web/tngdh5ng/getCurrentLanguage.js +3 -0
  2411. package/lib/clients/web/tngdh5ng/getLocation.d.ts +1 -1
  2412. package/lib/clients/web/tngdh5ng/getLocation.js +1 -0
  2413. package/lib/clients/web/tngdh5ng/getNetworkType.d.ts +1 -1
  2414. package/lib/clients/web/tngdh5ng/getNetworkType.js +1 -0
  2415. package/lib/clients/web/tngdh5ng/getSystemInfo.js +1 -1
  2416. package/lib/clients/web/tngdh5ng/hideLoading.js +1 -1
  2417. package/lib/clients/web/tngdh5ng/hideToast.js +1 -1
  2418. package/lib/clients/web/tngdh5ng/index.d.ts +3 -1
  2419. package/lib/clients/web/tngdh5ng/index.js +21 -19
  2420. package/lib/clients/web/tngdh5ng/makePhoneCall.js +1 -1
  2421. package/lib/clients/web/tngdh5ng/navigateBack.d.ts +1 -1
  2422. package/lib/clients/web/tngdh5ng/navigateBack.js +1 -0
  2423. package/lib/clients/web/tngdh5ng/navigateTo.d.ts +1 -1
  2424. package/lib/clients/web/tngdh5ng/navigateTo.js +1 -0
  2425. package/lib/clients/web/tngdh5ng/prompt.js +1 -1
  2426. package/lib/clients/web/tngdh5ng/setClipboard.js +1 -1
  2427. package/lib/clients/web/tngdh5ng/setNavigationBar.d.ts +1 -1
  2428. package/lib/clients/web/tngdh5ng/setNavigationBar.js +1 -0
  2429. package/lib/clients/web/tngdh5ng/showLoading.js +1 -1
  2430. package/lib/clients/web/tngdh5ng/showToast.d.ts +1 -1
  2431. package/lib/clients/web/tngdh5ng/showToast.js +1 -0
  2432. package/lib/clients/web/tngdh5ng/vibrate.js +1 -1
  2433. package/lib/code/authLoginSrcCode.d.ts +8 -0
  2434. package/lib/code/authLoginSrcCode.js +282 -0
  2435. package/lib/common/apis/custom/mp/alipay/tradePay.d.ts +3 -0
  2436. package/lib/common/apis/custom/mp/alipay/tradePay.js +20 -0
  2437. package/lib/common/apis/custom/mp/wechat/showToast.d.ts +2 -0
  2438. package/lib/common/apis/custom/mp/wechat/showToast.js +29 -0
  2439. package/lib/common/apis/custom/web/getAppId.d.ts +3 -0
  2440. package/lib/common/apis/custom/web/getAppId.js +8 -0
  2441. package/lib/common/apis/custom/web/getAuthCode.js +9 -2
  2442. package/lib/common/apis/custom/web/getCurrentPages.d.ts +3 -0
  2443. package/lib/common/apis/custom/web/getCurrentPages.js +17 -0
  2444. package/lib/common/apis/custom/web/getSDKVersion.d.ts +3 -0
  2445. package/lib/common/apis/custom/web/getSDKVersion.js +17 -0
  2446. package/lib/common/apis/custom/web/getStorage.js +1 -1
  2447. package/lib/common/apis/custom/web/h5/alert.d.ts +2 -0
  2448. package/lib/common/apis/custom/web/h5/alert.js +4 -0
  2449. package/lib/common/apis/custom/web/h5/clearStorage.d.ts +2 -0
  2450. package/lib/common/apis/custom/web/h5/clearStorage.js +11 -0
  2451. package/lib/common/apis/custom/web/h5/clearStorageSync.d.ts +1 -0
  2452. package/lib/common/apis/custom/web/h5/clearStorageSync.js +4 -0
  2453. package/lib/common/apis/custom/web/h5/confirm.d.ts +1 -0
  2454. package/lib/common/apis/custom/web/h5/confirm.js +1 -0
  2455. package/lib/common/apis/custom/web/h5/createSelectorQuery.d.ts +1 -0
  2456. package/lib/common/apis/custom/web/h5/createSelectorQuery.js +4 -0
  2457. package/lib/common/apis/custom/web/h5/exitApp.d.ts +1 -0
  2458. package/lib/common/apis/custom/web/h5/exitApp.js +4 -0
  2459. package/lib/common/apis/custom/web/h5/getClipboard.d.ts +2 -0
  2460. package/lib/common/apis/custom/web/h5/getClipboard.js +4 -0
  2461. package/lib/common/apis/custom/web/h5/getLaunchOptionsSync.d.ts +1 -0
  2462. package/lib/common/apis/custom/web/h5/getLaunchOptionsSync.js +4 -0
  2463. package/lib/common/apis/custom/web/h5/getLocation.d.ts +1 -0
  2464. package/lib/common/apis/custom/web/h5/getLocation.js +4 -0
  2465. package/lib/common/apis/custom/web/h5/getNetworkType.d.ts +2 -0
  2466. package/lib/common/apis/custom/web/h5/getNetworkType.js +4 -0
  2467. package/lib/common/apis/custom/web/h5/getSiteInfo.d.ts +2 -0
  2468. package/lib/common/apis/custom/web/h5/getSiteInfo.js +4 -0
  2469. package/lib/common/apis/custom/web/h5/getStorage.d.ts +2 -0
  2470. package/lib/common/apis/custom/web/h5/getStorage.js +16 -0
  2471. package/lib/common/apis/custom/web/h5/getStorageSync.d.ts +6 -0
  2472. package/lib/common/apis/custom/web/h5/getStorageSync.js +8 -0
  2473. package/lib/common/apis/custom/web/h5/getSystemInfo.d.ts +2 -0
  2474. package/lib/common/apis/custom/web/h5/getSystemInfo.js +4 -0
  2475. package/lib/common/apis/custom/web/h5/getSystemInfoSync.d.ts +1 -0
  2476. package/lib/common/apis/custom/web/h5/getSystemInfoSync.js +4 -0
  2477. package/lib/common/apis/custom/web/h5/hideLoading.d.ts +1 -0
  2478. package/lib/common/apis/custom/web/h5/hideLoading.js +1 -0
  2479. package/lib/common/apis/custom/web/h5/hideToast.d.ts +2 -0
  2480. package/lib/common/apis/custom/web/h5/hideToast.js +4 -0
  2481. package/lib/common/apis/custom/web/h5/makePhoneCall.d.ts +3 -0
  2482. package/lib/common/apis/custom/web/h5/makePhoneCall.js +4 -0
  2483. package/lib/common/apis/custom/web/h5/navigateBack.d.ts +2 -0
  2484. package/lib/common/apis/custom/web/h5/navigateBack.js +4 -0
  2485. package/lib/common/apis/custom/web/h5/navigateTo.d.ts +2 -0
  2486. package/lib/common/apis/custom/web/h5/navigateTo.js +4 -0
  2487. package/lib/common/apis/custom/web/h5/pageScrollTo.d.ts +2 -0
  2488. package/lib/common/apis/custom/web/h5/pageScrollTo.js +4 -0
  2489. package/lib/common/apis/custom/web/h5/redirectTo.d.ts +2 -0
  2490. package/lib/common/apis/custom/web/h5/redirectTo.js +4 -0
  2491. package/lib/common/apis/custom/web/h5/removeStorage.d.ts +2 -0
  2492. package/lib/common/apis/custom/web/h5/removeStorage.js +14 -0
  2493. package/lib/common/apis/custom/web/h5/removeStorageSync.d.ts +4 -0
  2494. package/lib/common/apis/custom/web/h5/removeStorageSync.js +5 -0
  2495. package/lib/common/apis/custom/web/h5/request.d.ts +2 -0
  2496. package/lib/common/apis/custom/web/h5/request.js +4 -0
  2497. package/lib/common/apis/custom/web/h5/rpc.d.ts +3 -0
  2498. package/lib/common/apis/custom/web/h5/rpc.js +14 -0
  2499. package/lib/common/apis/custom/web/h5/setClipboard.d.ts +2 -0
  2500. package/lib/common/apis/custom/web/h5/setClipboard.js +4 -0
  2501. package/lib/common/apis/custom/web/h5/setNavigationBar.d.ts +2 -0
  2502. package/lib/common/apis/custom/web/h5/setNavigationBar.js +4 -0
  2503. package/lib/common/apis/custom/web/h5/setStorage.d.ts +2 -0
  2504. package/lib/common/apis/custom/web/h5/setStorage.js +15 -0
  2505. package/lib/common/apis/custom/web/h5/setStorageSync.d.ts +5 -0
  2506. package/lib/common/apis/custom/web/h5/setStorageSync.js +6 -0
  2507. package/lib/common/apis/custom/web/h5/showLoading.d.ts +2 -0
  2508. package/lib/common/apis/custom/web/h5/showLoading.js +4 -0
  2509. package/lib/common/apis/custom/web/h5/showToast.d.ts +2 -0
  2510. package/lib/common/apis/custom/web/h5/showToast.js +4 -0
  2511. package/lib/common/apis/custom/web/request.js +1 -1
  2512. package/lib/common/apis/custom/web/setNavigationBar.js +1 -1
  2513. package/lib/common/apis/custom/web/setStorage.js +1 -1
  2514. package/lib/common/apis/generated/mp/getAuthCode.d.ts +8 -2
  2515. package/lib/common/apis/generated/mp/rpc.d.ts +11 -2
  2516. package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.d.ts +11 -0
  2517. package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.js +7 -0
  2518. package/lib/common/apis/generated/mp_web/defineRuntimeConfig.d.ts +5 -0
  2519. package/lib/common/apis/generated/mp_web/defineRuntimeConfig.js +7 -0
  2520. package/lib/common/apis/generated/mp_web/getAuthCode.d.ts +8 -2
  2521. package/lib/common/apis/generated/mp_web/rpc.d.ts +11 -2
  2522. package/lib/common/apis/generated/web/chooseImage.d.ts +11 -0
  2523. package/lib/common/apis/generated/web/chooseImage.js +14 -0
  2524. package/lib/common/apis/generated/web/getOpenUserInfo.d.ts +11 -0
  2525. package/lib/common/apis/generated/web/getOpenUserInfo.js +14 -0
  2526. package/lib/common/apis/generated/web/rpc.d.ts +11 -2
  2527. package/lib/common/apis/generated/web/saveImage.d.ts +9 -0
  2528. package/lib/common/apis/generated/web/saveImage.js +14 -0
  2529. package/lib/common/apis/generated/web/setKeepScreenOn.d.ts +9 -0
  2530. package/lib/common/apis/generated/web/setKeepScreenOn.js +14 -0
  2531. package/lib/common/utils/storage.d.ts +9 -0
  2532. package/lib/common/utils/storage.js +47 -0
  2533. package/lib/dsl.d.ts +2671 -0
  2534. package/lib/{babel-compact.js → dsl.js} +161 -1581
  2535. package/lib/index.js +4 -4
  2536. package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.d.ts +1 -0
  2537. package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.js +1 -0
  2538. package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.d.ts +1 -0
  2539. package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.js +1 -0
  2540. package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.d.ts +1 -0
  2541. package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.js +1 -0
  2542. package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.d.ts +1 -0
  2543. package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.js +1 -0
  2544. package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.d.ts +1 -0
  2545. package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.js +1 -0
  2546. package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.d.ts +1 -0
  2547. package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.js +1 -0
  2548. package/lib/internal/apis/custom/mp_web/alipayhk/openURL.d.ts +2 -0
  2549. package/lib/internal/apis/custom/mp_web/alipayhk/openURL.js +26 -0
  2550. package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.d.ts +1 -0
  2551. package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.js +1 -0
  2552. package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.d.ts +1 -0
  2553. package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.js +1 -0
  2554. package/lib/internal/apis/custom/mp_web/mpay/openInApp.d.ts +1 -0
  2555. package/lib/internal/apis/custom/mp_web/mpay/openInApp.js +1 -0
  2556. package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.d.ts +1 -0
  2557. package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.js +1 -0
  2558. package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.d.ts +1 -0
  2559. package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.js +1 -0
  2560. package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.d.ts +1 -0
  2561. package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.js +1 -0
  2562. package/lib/internal/apis/custom/mp_web/mpay/openScanPage.d.ts +1 -0
  2563. package/lib/internal/apis/custom/mp_web/mpay/openScanPage.js +1 -0
  2564. package/lib/internal/apis/custom/mp_web/mpay/openURL.d.ts +2 -0
  2565. package/lib/internal/apis/custom/mp_web/mpay/openURL.js +26 -0
  2566. package/lib/internal/apis/custom/mp_web/mpay/openWebURL.d.ts +1 -0
  2567. package/lib/internal/apis/custom/mp_web/mpay/openWebURL.js +1 -0
  2568. package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.d.ts +3 -0
  2569. package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.js +14 -0
  2570. package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.d.ts +1 -0
  2571. package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.js +1 -0
  2572. package/lib/internal/apis/custom/mp_web/tngd/openInApp.d.ts +1 -0
  2573. package/lib/internal/apis/custom/mp_web/tngd/openInApp.js +1 -0
  2574. package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.d.ts +1 -0
  2575. package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.js +1 -0
  2576. package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.d.ts +1 -0
  2577. package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.js +1 -0
  2578. package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.d.ts +1 -0
  2579. package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.js +1 -0
  2580. package/lib/internal/apis/custom/mp_web/tngd/openScanPage.d.ts +1 -0
  2581. package/lib/internal/apis/custom/mp_web/tngd/openScanPage.js +1 -0
  2582. package/lib/internal/apis/custom/mp_web/tngd/openURL.d.ts +6 -0
  2583. package/lib/internal/apis/custom/mp_web/tngd/openURL.js +30 -0
  2584. package/lib/internal/apis/custom/mp_web/tngd/openWebURL.d.ts +1 -0
  2585. package/lib/internal/apis/custom/mp_web/tngd/openWebURL.js +1 -0
  2586. package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.d.ts +3 -0
  2587. package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.js +14 -0
  2588. package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.d.ts +1 -0
  2589. package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.js +10 -0
  2590. package/lib/internal/apis/custom/mp_web/truemoney/openInApp.d.ts +1 -0
  2591. package/lib/internal/apis/custom/mp_web/truemoney/openInApp.js +1 -0
  2592. package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.d.ts +1 -0
  2593. package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.js +1 -0
  2594. package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.d.ts +1 -0
  2595. package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.js +1 -0
  2596. package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.d.ts +1 -0
  2597. package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.js +10 -0
  2598. package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.d.ts +1 -0
  2599. package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.js +10 -0
  2600. package/lib/internal/apis/custom/mp_web/truemoney/openURL.d.ts +6 -0
  2601. package/lib/internal/apis/custom/mp_web/truemoney/openURL.js +30 -0
  2602. package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.d.ts +1 -0
  2603. package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.js +1 -0
  2604. package/lib/internal/apis/custom/web/alipay/openApPayCodePage.d.ts +1 -0
  2605. package/lib/internal/apis/custom/web/alipay/openApPayCodePage.js +1 -0
  2606. package/lib/internal/apis/custom/web/alipay/openInApp.d.ts +1 -0
  2607. package/lib/internal/apis/custom/web/alipay/openInApp.js +1 -0
  2608. package/lib/internal/apis/custom/web/alipay/openInBrowser.d.ts +1 -0
  2609. package/lib/internal/apis/custom/web/alipay/openInBrowser.js +1 -0
  2610. package/lib/internal/apis/custom/web/alipay/openOtherApp.d.ts +1 -0
  2611. package/lib/internal/apis/custom/web/alipay/openOtherApp.js +1 -0
  2612. package/lib/internal/apis/custom/web/alipay/openPayCodePage.d.ts +1 -0
  2613. package/lib/internal/apis/custom/web/alipay/openPayCodePage.js +1 -0
  2614. package/lib/internal/apis/custom/web/alipay/openScanPage.d.ts +1 -0
  2615. package/lib/internal/apis/custom/web/alipay/openScanPage.js +1 -0
  2616. package/lib/internal/apis/custom/web/alipay/openURL.d.ts +2 -0
  2617. package/lib/internal/apis/custom/web/alipay/openURL.js +26 -0
  2618. package/lib/internal/apis/custom/web/alipay/openWebURL.d.ts +1 -0
  2619. package/lib/internal/apis/custom/web/alipay/openWebURL.js +1 -0
  2620. package/lib/internal/apis/custom/web/createWithoutAuthRpc.d.ts +3 -0
  2621. package/lib/internal/apis/custom/web/createWithoutAuthRpc.js +51 -0
  2622. package/lib/internal/apis/custom/web/defineRuntimeConfig.d.ts +3 -0
  2623. package/lib/internal/apis/custom/web/defineRuntimeConfig.js +9 -0
  2624. package/lib/internal/apis/custom/web/getCurrentLanguage.d.ts +2 -0
  2625. package/lib/internal/apis/custom/web/getCurrentLanguage.js +12 -0
  2626. package/lib/internal/apis/custom/web/h5/openURL.d.ts +2 -0
  2627. package/lib/internal/apis/custom/web/h5/openURL.js +15 -0
  2628. package/lib/internal/apis/custom/web/rpcWithAuthAPlus.d.ts +3 -0
  2629. package/lib/internal/apis/custom/web/rpcWithAuthAPlus.js +19 -0
  2630. package/lib/internal/utils/baseOpenUrl.d.ts +15 -0
  2631. package/lib/internal/utils/baseOpenUrl.js +125 -0
  2632. package/lib/internal/utils/index.d.ts +9 -0
  2633. package/lib/internal/utils/index.js +71 -0
  2634. package/lib/internal/utils/language.d.ts +4 -0
  2635. package/lib/internal/utils/language.js +46 -0
  2636. package/lib/internal/utils/network/authLogin.d.ts +8 -0
  2637. package/lib/internal/utils/network/authLogin.js +564 -0
  2638. package/lib/internal/utils/network/index.d.ts +7 -0
  2639. package/lib/internal/utils/network/index.js +244 -0
  2640. package/lib/internal/utils/router.d.ts +35 -0
  2641. package/lib/internal/utils/router.js +157 -0
  2642. package/lib/umd/index.js +1 -1
  2643. package/lib/umd/mp_web_alipay.js +1 -1
  2644. package/lib/umd/mp_web_alipayhk.js +1 -1
  2645. package/lib/umd/mp_web_chope.js +1 -1
  2646. package/lib/umd/mp_web_dana.js +1 -1
  2647. package/lib/umd/mp_web_demo.js +1 -1
  2648. package/lib/umd/mp_web_gcash.js +1 -1
  2649. package/lib/umd/mp_web_mpay.js +2 -0
  2650. package/lib/umd/mp_web_mpay.js.LICENSE.txt +1 -0
  2651. package/lib/umd/mp_web_tngd.js +1 -1
  2652. package/lib/umd/mp_web_toss.js +2 -0
  2653. package/lib/umd/mp_web_toss.js.LICENSE.txt +1 -0
  2654. package/lib/umd/mp_web_truemoney.js +1 -1
  2655. package/lib/umd/web_alipay.js +2 -1
  2656. package/lib/umd/web_alipay.js.LICENSE.txt +1 -0
  2657. package/lib/umd/web_demo.js +1 -1
  2658. package/lib/umd/web_h5.js +1 -1
  2659. package/lib/umd/web_tngdh5ng.js +1 -1
  2660. package/lib/whichCanIUse/index.js +3 -3
  2661. package/lib/whichCanIUse/mp.js +7 -7
  2662. package/lib/whichCanIUse/mp_web.d.ts +2 -0
  2663. package/lib/whichCanIUse/mp_web.js +10 -8
  2664. package/lib/whichCanIUse/web.js +4 -4
  2665. package/package.json +26 -8
  2666. package/lib/clients/mp/demo/crossPay.d.ts +0 -2
  2667. package/lib/clients/mp/demo/crossPay.js +0 -3
  2668. package/lib/clients/mp/demo/onMessage.d.ts +0 -2
  2669. package/lib/clients/mp/demo/onMessage.js +0 -3
  2670. package/lib/clients/mp/demo/postMessage.d.ts +0 -2
  2671. package/lib/clients/mp/demo/postMessage.js +0 -3
  2672. package/lib/clients/mp_web/alipay/canIUse.d.ts +0 -2
  2673. package/lib/clients/mp_web/alipay/canIUse.js +0 -2
  2674. package/lib/clients/mp_web/alipay/getSystemInfoSync.d.ts +0 -2
  2675. package/lib/clients/mp_web/alipay/getSystemInfoSync.js +0 -2
  2676. package/lib/clients/mp_web/alipayhk/canIUse.d.ts +0 -2
  2677. package/lib/clients/mp_web/alipayhk/canIUse.js +0 -2
  2678. package/lib/clients/mp_web/chope/canIUse.d.ts +0 -2
  2679. package/lib/clients/mp_web/chope/canIUse.js +0 -2
  2680. package/lib/clients/mp_web/dana/canIUse.d.ts +0 -2
  2681. package/lib/clients/mp_web/dana/canIUse.js +0 -2
  2682. package/lib/clients/mp_web/demo/canIUse.d.ts +0 -2
  2683. package/lib/clients/mp_web/demo/canIUse.js +0 -2
  2684. package/lib/clients/mp_web/demo/crossPay.d.ts +0 -2
  2685. package/lib/clients/mp_web/demo/crossPay.js +0 -3
  2686. package/lib/clients/mp_web/demo/getSystemInfoSync.d.ts +0 -2
  2687. package/lib/clients/mp_web/demo/getSystemInfoSync.js +0 -3
  2688. package/lib/clients/mp_web/gcash/canIUse.d.ts +0 -2
  2689. package/lib/clients/mp_web/gcash/canIUse.js +0 -2
  2690. package/lib/clients/mp_web/tngd/canIUse.d.ts +0 -2
  2691. package/lib/clients/mp_web/tngd/canIUse.js +0 -2
  2692. package/lib/clients/mp_web/truemoney/canIUse.d.ts +0 -2
  2693. package/lib/clients/mp_web/truemoney/canIUse.js +0 -2
  2694. package/lib/clients/web/alipay/hideOptionButton.d.ts +0 -1
  2695. package/lib/clients/web/alipay/hideOptionButton.js +0 -7
  2696. package/lib/clients/web/alipay/reLaunch.d.ts +0 -2
  2697. package/lib/clients/web/alipay/reLaunch.js +0 -2
  2698. package/lib/clients/web/alipay/setOptionMenu.d.ts +0 -1
  2699. package/lib/clients/web/alipay/setOptionMenu.js +0 -7
  2700. package/lib/clients/web/alipay/setTabBarStyle.d.ts +0 -2
  2701. package/lib/clients/web/alipay/setTabBarStyle.js +0 -2
  2702. package/lib/clients/web/alipay/startPullDownRefresh.d.ts +0 -2
  2703. package/lib/clients/web/alipay/startPullDownRefresh.js +0 -2
  2704. package/lib/clients/web/alipay/stopPullDownRefresh.d.ts +0 -2
  2705. package/lib/clients/web/alipay/stopPullDownRefresh.js +0 -2
  2706. package/lib/clients/web/demo/crossPay.d.ts +0 -2
  2707. package/lib/clients/web/demo/crossPay.js +0 -3
  2708. package/lib/clients/web/demo/hideOptionButton.d.ts +0 -2
  2709. package/lib/clients/web/demo/hideOptionButton.js +0 -3
  2710. package/lib/clients/web/demo/offCompassChange.d.ts +0 -2
  2711. package/lib/clients/web/demo/offCompassChange.js +0 -3
  2712. package/lib/clients/web/demo/offMemoryWarning.d.ts +0 -2
  2713. package/lib/clients/web/demo/offMemoryWarning.js +0 -3
  2714. package/lib/clients/web/demo/onAccelerometerChange.d.ts +0 -2
  2715. package/lib/clients/web/demo/onAccelerometerChange.js +0 -3
  2716. package/lib/clients/web/demo/paySignCenter.d.ts +0 -1
  2717. package/lib/clients/web/demo/paySignCenter.js +0 -7
  2718. package/lib/clients/web/demo/reLaunch.d.ts +0 -2
  2719. package/lib/clients/web/demo/reLaunch.js +0 -2
  2720. package/lib/clients/web/demo/setBackgroundColor.d.ts +0 -2
  2721. package/lib/clients/web/demo/setBackgroundColor.js +0 -3
  2722. package/lib/clients/web/demo/setOptionMenu.d.ts +0 -1
  2723. package/lib/clients/web/demo/setOptionMenu.js +0 -7
  2724. package/lib/clients/web/demo/setTabBarStyle.d.ts +0 -2
  2725. package/lib/clients/web/demo/setTabBarStyle.js +0 -2
  2726. package/lib/clients/web/demo/startPullDownRefresh.d.ts +0 -2
  2727. package/lib/clients/web/demo/startPullDownRefresh.js +0 -2
  2728. package/lib/clients/web/demo/stopPullDownRefresh.d.ts +0 -2
  2729. package/lib/clients/web/demo/stopPullDownRefresh.js +0 -2
  2730. package/lib/clients/web/demo/watchShake.d.ts +0 -2
  2731. package/lib/clients/web/demo/watchShake.js +0 -3
  2732. package/lib/clients/web/h5/getAppIdSync.d.ts +0 -1
  2733. package/lib/clients/web/h5/getAppIdSync.js +0 -4
  2734. package/lib/clients/web/tngdh5ng/getClipboard.d.ts +0 -2
  2735. package/lib/clients/web/tngdh5ng/getClipboard.js +0 -2
  2736. package/lib/common/apis/generated/mp/onMessage.d.ts +0 -2
  2737. package/lib/common/apis/generated/mp/onMessage.js +0 -6
  2738. package/lib/common/apis/generated/mp/postMessage.d.ts +0 -2
  2739. package/lib/common/apis/generated/mp/postMessage.js +0 -4
  2740. package/lib/common/apis/generated/mp_web/canIUse.d.ts +0 -2
  2741. package/lib/common/apis/generated/mp_web/canIUse.js +0 -4
  2742. package/lib/common/apis/generated/mp_web/getSystemInfoSync.d.ts +0 -2
  2743. package/lib/common/apis/generated/mp_web/getSystemInfoSync.js +0 -4
  2744. package/lib/common/apis/generated/web/hideOptionButton.d.ts +0 -3
  2745. package/lib/common/apis/generated/web/hideOptionButton.js +0 -8
  2746. package/lib/common/apis/generated/web/offCompassChange.d.ts +0 -2
  2747. package/lib/common/apis/generated/web/offCompassChange.js +0 -4
  2748. package/lib/common/apis/generated/web/offMemoryWarning.d.ts +0 -4
  2749. package/lib/common/apis/generated/web/offMemoryWarning.js +0 -4
  2750. package/lib/common/apis/generated/web/onAccelerometerChange.d.ts +0 -6
  2751. package/lib/common/apis/generated/web/onAccelerometerChange.js +0 -4
  2752. package/lib/common/apis/generated/web/setBackgroundColor.d.ts +0 -2
  2753. package/lib/common/apis/generated/web/setBackgroundColor.js +0 -4
  2754. package/lib/common/apis/generated/web/watchShake.d.ts +0 -2
  2755. package/lib/common/apis/generated/web/watchShake.js +0 -4
  2756. /package/lib/{appEnv/index.d.ts → appEnv.d.ts} +0 -0
  2757. /package/lib/{appEnv/index.js → appEnv.js} +0 -0
  2758. /package/lib/common/{utils.d.ts → utils/index.d.ts} +0 -0
  2759. /package/lib/common/{utils.js → utils/index.js} +0 -0
package/lib/dsl.d.ts ADDED
@@ -0,0 +1,2671 @@
1
+ import { PickMPAttr } from '@hylid/types';
2
+ /**
3
+ * @support
4
+ * | Platform | Apps |
5
+ * | ------------- | -------- |
6
+ * | mp | demo |
7
+ * | mp_web | demo |
8
+ * | web | demo |
9
+ */
10
+ export declare const addFatigueAction: PickMPAttr<'addFatigueAction'>;
11
+ /**
12
+ * @support
13
+ * | Platform | Apps |
14
+ * | ------------- | -------- |
15
+ * | mp | demo |
16
+ * | mp_web | demo |
17
+ * | web | demo |
18
+ */
19
+ export declare const addFatigueActionAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
20
+ /**
21
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Add-Contact_addPhoneContact
22
+ * @support
23
+ * | Platform | Apps |
24
+ * | ------------- | -------- |
25
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
26
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
27
+ * | web | demo,alipay |
28
+ */
29
+ export declare const addPhoneContact: PickMPAttr<'addPhoneContact'>;
30
+ /**
31
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Add-Contact_addPhoneContact
32
+ * @support
33
+ * | Platform | Apps |
34
+ * | ------------- | -------- |
35
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
36
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
37
+ * | web | demo,alipay |
38
+ */
39
+ export declare const addPhoneContactAsync: (args?: Omit<Partial<AddPhoneContactArgs>, "success" | "fail" | "complete"> | undefined) => Promise<{
40
+ success: true;
41
+ }>;
42
+ /**
43
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_alert
44
+ * @support
45
+ * | Platform | Apps |
46
+ * | ------------- | -------- |
47
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
48
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
49
+ * | web | demo,alipay,h5,tngdh5ng |
50
+ */
51
+ export declare const alert: PickMPAttr<'alert'>;
52
+ /**
53
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_alert
54
+ * @support
55
+ * | Platform | Apps |
56
+ * | ------------- | -------- |
57
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
58
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
59
+ * | web | demo,alipay,h5,tngdh5ng |
60
+ */
61
+ export declare const alertAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
62
+ /**
63
+ * @support
64
+ * | Platform | Apps |
65
+ * | ------------- | -------- |
66
+ * | mp | demo |
67
+ * | mp_web | demo |
68
+ * | web | demo |
69
+ */
70
+ export declare const apDisableJSAPI: PickMPAttr<'apDisableJSAPI'>;
71
+ /**
72
+ * @support
73
+ * | Platform | Apps |
74
+ * | ------------- | -------- |
75
+ * | mp | demo |
76
+ * | mp_web | demo |
77
+ * | web | demo |
78
+ */
79
+ export declare const apDisableJSAPIAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
80
+ /**
81
+ * @support
82
+ * | Platform | Apps |
83
+ * | ------------- | -------- |
84
+ * | mp | demo |
85
+ * | mp_web | demo |
86
+ * | web | demo |
87
+ */
88
+ export declare const appxrpc: PickMPAttr<'appxrpc'>;
89
+ /**
90
+ * @support
91
+ * | Platform | Apps |
92
+ * | ------------- | -------- |
93
+ * | mp | demo |
94
+ * | mp_web | demo |
95
+ * | web | demo |
96
+ */
97
+ export declare const appxrpcAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
98
+ /**
99
+ * @support
100
+ * | Platform | Apps |
101
+ * | ------------- | -------- |
102
+ * | mp | demo |
103
+ * | mp_web | demo |
104
+ * | web | demo |
105
+ */
106
+ export declare const APRegionRPC: PickMPAttr<'APRegionRPC'>;
107
+ /**
108
+ * @support
109
+ * | Platform | Apps |
110
+ * | ------------- | -------- |
111
+ * | mp | demo |
112
+ * | mp_web | demo |
113
+ * | web | demo |
114
+ */
115
+ export declare const APRegionRPCAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
116
+ /**
117
+ * @support
118
+ * | Platform | Apps |
119
+ * | ------------- | -------- |
120
+ * | mp | demo |
121
+ * | mp_web | demo |
122
+ * | web | demo |
123
+ */
124
+ export declare const batchQueryCdpSpaceInfo: PickMPAttr<'batchQueryCdpSpaceInfo'>;
125
+ /**
126
+ * @support
127
+ * | Platform | Apps |
128
+ * | ------------- | -------- |
129
+ * | mp | demo |
130
+ * | mp_web | demo |
131
+ * | web | demo |
132
+ */
133
+ export declare const batchQueryCdpSpaceInfoAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
134
+ /**
135
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_chooseImage
136
+ * @support
137
+ * | Platform | Apps |
138
+ * | ------------- | -------- |
139
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
140
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
141
+ * | web | demo,alipay |
142
+ */
143
+ export declare const chooseImage: PickMPAttr<'chooseImage'>;
144
+ /**
145
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_chooseImage
146
+ * @support
147
+ * | Platform | Apps |
148
+ * | ------------- | -------- |
149
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
150
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
151
+ * | web | demo,alipay |
152
+ */
153
+ export declare const chooseImageAsync: (args?: Omit<ChooseImageArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
154
+ apFilePaths: string[];
155
+ }>;
156
+ /**
157
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Contact_choosePhoneContact
158
+ * @support
159
+ * | Platform | Apps |
160
+ * | ------------- | -------- |
161
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
162
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
163
+ * | web | demo,alipay |
164
+ */
165
+ export declare const choosePhoneContact: PickMPAttr<'choosePhoneContact'>;
166
+ /**
167
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Contact_choosePhoneContact
168
+ * @support
169
+ * | Platform | Apps |
170
+ * | ------------- | -------- |
171
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
172
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
173
+ * | web | demo,alipay |
174
+ */
175
+ export declare const choosePhoneContactAsync: (args?: Omit<ChoosePhoneContactArgs, "success" | "fail" | "complete"> | undefined) => Promise<ChoosePhoneContactCallbackValue>;
176
+ /**
177
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_clearStorage
178
+ * @support
179
+ * | Platform | Apps |
180
+ * | ------------- | -------- |
181
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
182
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
183
+ * | web | demo,alipay,h5 |
184
+ */
185
+ export declare const clearStorage: PickMPAttr<'clearStorage'>;
186
+ /**
187
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_clearStorage
188
+ * @support
189
+ * | Platform | Apps |
190
+ * | ------------- | -------- |
191
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
192
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
193
+ * | web | demo,alipay,h5 |
194
+ */
195
+ export declare const clearStorageAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
196
+ /**
197
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_clearStorageSync
198
+ * @support
199
+ * | Platform | Apps |
200
+ * | ------------- | -------- |
201
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
202
+ * | web | h5 |
203
+ */
204
+ export declare const clearStorageSync: PickMPAttr<'clearStorageSync'>;
205
+ /**
206
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_closeBluetoothAdapter
207
+ * @support
208
+ * | Platform | Apps |
209
+ * | ------------- | -------- |
210
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
211
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
212
+ * | web | |
213
+ */
214
+ export declare const closeBluetoothAdapter: PickMPAttr<'closeBluetoothAdapter'>;
215
+ /**
216
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_closeBluetoothAdapter
217
+ * @support
218
+ * | Platform | Apps |
219
+ * | ------------- | -------- |
220
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
221
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
222
+ * | web | |
223
+ */
224
+ export declare const closeBluetoothAdapterAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
225
+ /**
226
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_closeSocket
227
+ * @support
228
+ * | Platform | Apps |
229
+ * | ------------- | -------- |
230
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
231
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
232
+ * | web | |
233
+ */
234
+ export declare const closeSocket: PickMPAttr<'closeSocket'>;
235
+ /**
236
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_closeSocket
237
+ * @support
238
+ * | Platform | Apps |
239
+ * | ------------- | -------- |
240
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
241
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
242
+ * | web | |
243
+ */
244
+ export declare const closeSocketAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
245
+ /**
246
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_confirm
247
+ * @support
248
+ * | Platform | Apps |
249
+ * | ------------- | -------- |
250
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
251
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
252
+ * | web | demo,alipay,h5,tngdh5ng |
253
+ */
254
+ export declare const confirm: PickMPAttr<'confirm'>;
255
+ /**
256
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_confirm
257
+ * @support
258
+ * | Platform | Apps |
259
+ * | ------------- | -------- |
260
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
261
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
262
+ * | web | demo,alipay,h5,tngdh5ng |
263
+ */
264
+ export declare const confirmAsync: (args?: Omit<ConfirmArgs, "success" | "fail" | "complete"> | undefined) => Promise<ConfirmCallbackValue>;
265
+ /**
266
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_connectBLEDevice
267
+ * @support
268
+ * | Platform | Apps |
269
+ * | ------------- | -------- |
270
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
271
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
272
+ * | web | |
273
+ */
274
+ export declare const connectBLEDevice: PickMPAttr<'connectBLEDevice'>;
275
+ /**
276
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_connectBLEDevice
277
+ * @support
278
+ * | Platform | Apps |
279
+ * | ------------- | -------- |
280
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
281
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
282
+ * | web | |
283
+ */
284
+ export declare const connectBLEDeviceAsync: (args?: Omit<{
285
+ deviceId: string;
286
+ } & AsyncCallback<any>, "success" | "fail" | "complete"> | undefined) => Promise<any>;
287
+ /**
288
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_connectSocket
289
+ * @support
290
+ * | Platform | Apps |
291
+ * | ------------- | -------- |
292
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
293
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
294
+ * | web | |
295
+ */
296
+ export declare const connectSocket: PickMPAttr<'connectSocket'>;
297
+ /**
298
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_connectSocket
299
+ * @support
300
+ * | Platform | Apps |
301
+ * | ------------- | -------- |
302
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
303
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
304
+ * | web | |
305
+ */
306
+ export declare const connectSocketAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
307
+ /**
308
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Animation_createAnimation
309
+ * @support
310
+ * | Platform | Apps |
311
+ * | ------------- | -------- |
312
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
313
+ * | web | |
314
+ */
315
+ export declare const createAnimation: PickMPAttr<'createAnimation'>;
316
+ /**
317
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Web-View_createWebViewContext
318
+ * @support
319
+ * | Platform | Apps |
320
+ * | ------------- | -------- |
321
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
322
+ * | web | |
323
+ */
324
+ export declare const createWebViewContext: PickMPAttr<'createWebViewContext'>;
325
+ /**
326
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Choose-Date_datePicker
327
+ * @support
328
+ * | Platform | Apps |
329
+ * | ------------- | -------- |
330
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
331
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
332
+ * | web | demo,alipay |
333
+ */
334
+ export declare const datePicker: PickMPAttr<'datePicker'>;
335
+ /**
336
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Choose-Date_datePicker
337
+ * @support
338
+ * | Platform | Apps |
339
+ * | ------------- | -------- |
340
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
341
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
342
+ * | web | demo,alipay |
343
+ */
344
+ export declare const datePickerAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
345
+ /**
346
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_disconnectBLEDevice
347
+ * @support
348
+ * | Platform | Apps |
349
+ * | ------------- | -------- |
350
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
351
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
352
+ * | web | |
353
+ */
354
+ export declare const disconnectBLEDevice: PickMPAttr<'disconnectBLEDevice'>;
355
+ /**
356
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_disconnectBLEDevice
357
+ * @support
358
+ * | Platform | Apps |
359
+ * | ------------- | -------- |
360
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
361
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
362
+ * | web | |
363
+ */
364
+ export declare const disconnectBLEDeviceAsync: (args?: Omit<{
365
+ deviceId: string;
366
+ } & AsyncCallback<any>, "success" | "fail" | "complete"> | undefined) => Promise<any>;
367
+ /**
368
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_downloadFile
369
+ * @support
370
+ * | Platform | Apps |
371
+ * | ------------- | -------- |
372
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
373
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
374
+ * | web | demo,alipay |
375
+ */
376
+ export declare const downloadFile: PickMPAttr<'downloadFile'>;
377
+ /**
378
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_downloadFile
379
+ * @support
380
+ * | Platform | Apps |
381
+ * | ------------- | -------- |
382
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
383
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
384
+ * | web | demo,alipay |
385
+ */
386
+ export declare const downloadFileAsync: (args?: Omit<DownloadFileArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
387
+ apFilePath: string;
388
+ }>;
389
+ /**
390
+ * @support
391
+ * | Platform | Apps |
392
+ * | ------------- | -------- |
393
+ * | mp | demo |
394
+ * | mp_web | demo |
395
+ * | web | demo,alipay,h5,tngdh5ng |
396
+ */
397
+ export declare const exitApp: PickMPAttr<'exitApp'>;
398
+ /**
399
+ * @support
400
+ * | Platform | Apps |
401
+ * | ------------- | -------- |
402
+ * | mp | demo |
403
+ * | mp_web | demo |
404
+ * | web | demo,alipay,h5,tngdh5ng |
405
+ */
406
+ export declare const exitAppAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
407
+ /**
408
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Basic_getAppIdSync
409
+ * @support
410
+ * | Platform | Apps |
411
+ * | ------------- | -------- |
412
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
413
+ */
414
+ export declare const getAppIdSync: PickMPAttr<'getAppIdSync'>;
415
+ /**
416
+ * @support
417
+ * | Platform | Apps |
418
+ * | ------------- | -------- |
419
+ * | mp | demo |
420
+ * | mp_web | demo |
421
+ * | web | demo |
422
+ */
423
+ export declare const getAppToken: PickMPAttr<'getAppToken'>;
424
+ /**
425
+ * @support
426
+ * | Platform | Apps |
427
+ * | ------------- | -------- |
428
+ * | mp | demo |
429
+ * | mp_web | demo |
430
+ * | web | demo |
431
+ */
432
+ export declare const getAppTokenAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
433
+ /**
434
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getAuthCode
435
+ * @support
436
+ * | Platform | Apps |
437
+ * | ------------- | -------- |
438
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
439
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
440
+ * | web | demo,alipay |
441
+ */
442
+ export declare const getAuthCode: PickMPAttr<'getAuthCode'>;
443
+ /**
444
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getAuthCode
445
+ * @support
446
+ * | Platform | Apps |
447
+ * | ------------- | -------- |
448
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
449
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
450
+ * | web | demo,alipay |
451
+ */
452
+ export declare const getAuthCodeAsync: (args?: Omit<{
453
+ scopes: string | string[];
454
+ appId?: string | undefined;
455
+ } & AsyncCallback<GetAuthCodeCallbackValue>, "success" | "fail" | "complete"> | undefined) => Promise<GetAuthCodeCallbackValue>;
456
+ /**
457
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Battery_getBatteryInfo
458
+ * @support
459
+ * | Platform | Apps |
460
+ * | ------------- | -------- |
461
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
462
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
463
+ * | web | demo,alipay |
464
+ */
465
+ export declare const getBatteryInfo: PickMPAttr<'getBatteryInfo'>;
466
+ /**
467
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Battery_getBatteryInfo
468
+ * @support
469
+ * | Platform | Apps |
470
+ * | ------------- | -------- |
471
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
472
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
473
+ * | web | demo,alipay |
474
+ */
475
+ export declare const getBatteryInfoAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
476
+ /**
477
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceCharacteristics
478
+ * @support
479
+ * | Platform | Apps |
480
+ * | ------------- | -------- |
481
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
482
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
483
+ * | web | |
484
+ */
485
+ export declare const getBLEDeviceCharacteristics: PickMPAttr<'getBLEDeviceCharacteristics'>;
486
+ /**
487
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceCharacteristics
488
+ * @support
489
+ * | Platform | Apps |
490
+ * | ------------- | -------- |
491
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
492
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
493
+ * | web | |
494
+ */
495
+ export declare const getBLEDeviceCharacteristicsAsync: (args?: Omit<{
496
+ deviceId: string;
497
+ serviceId: string;
498
+ } & AsyncCallback<{
499
+ characteristic: {
500
+ characteristicId: string;
501
+ serviceId: string;
502
+ value: string;
503
+ properties: {
504
+ read: boolean;
505
+ write: boolean;
506
+ notify: boolean;
507
+ indicate: boolean;
508
+ };
509
+ }[];
510
+ }>, "success" | "fail" | "complete"> | undefined) => Promise<{
511
+ characteristic: {
512
+ characteristicId: string;
513
+ serviceId: string;
514
+ value: string;
515
+ properties: {
516
+ read: boolean;
517
+ write: boolean;
518
+ notify: boolean;
519
+ indicate: boolean;
520
+ };
521
+ }[];
522
+ }>;
523
+ /**
524
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceServices
525
+ * @support
526
+ * | Platform | Apps |
527
+ * | ------------- | -------- |
528
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
529
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
530
+ * | web | |
531
+ */
532
+ export declare const getBLEDeviceServices: PickMPAttr<'getBLEDeviceServices'>;
533
+ /**
534
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceServices
535
+ * @support
536
+ * | Platform | Apps |
537
+ * | ------------- | -------- |
538
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
539
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
540
+ * | web | |
541
+ */
542
+ export declare const getBLEDeviceServicesAsync: (args?: Omit<{
543
+ deviceId: string;
544
+ } & AsyncCallback<{
545
+ services: {
546
+ isPrimary: boolean;
547
+ serviceId: string;
548
+ }[];
549
+ }>, "success" | "fail" | "complete"> | undefined) => Promise<{
550
+ services: {
551
+ isPrimary: boolean;
552
+ serviceId: string;
553
+ }[];
554
+ }>;
555
+ /**
556
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothAdapterState
557
+ * @support
558
+ * | Platform | Apps |
559
+ * | ------------- | -------- |
560
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
561
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
562
+ * | web | |
563
+ */
564
+ export declare const getBluetoothAdapterState: PickMPAttr<'getBluetoothAdapterState'>;
565
+ /**
566
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothAdapterState
567
+ * @support
568
+ * | Platform | Apps |
569
+ * | ------------- | -------- |
570
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
571
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
572
+ * | web | |
573
+ */
574
+ export declare const getBluetoothAdapterStateAsync: (args?: Omit<AsyncCallback<{
575
+ discovering: boolean;
576
+ available: boolean;
577
+ }>, "success" | "fail" | "complete"> | undefined) => Promise<{
578
+ discovering: boolean;
579
+ available: boolean;
580
+ }>;
581
+ /**
582
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothDevices
583
+ * @support
584
+ * | Platform | Apps |
585
+ * | ------------- | -------- |
586
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
587
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
588
+ * | web | |
589
+ */
590
+ export declare const getBluetoothDevices: PickMPAttr<'getBluetoothDevices'>;
591
+ /**
592
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothDevices
593
+ * @support
594
+ * | Platform | Apps |
595
+ * | ------------- | -------- |
596
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
597
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
598
+ * | web | |
599
+ */
600
+ export declare const getBluetoothDevicesAsync: (args?: Omit<AsyncCallback<{
601
+ devices: BluetoothDevices[];
602
+ }>, "success" | "fail" | "complete"> | undefined) => Promise<{
603
+ devices: BluetoothDevices[];
604
+ }>;
605
+ /**
606
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_getClipboard
607
+ * @support
608
+ * | Platform | Apps |
609
+ * | ------------- | -------- |
610
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
611
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
612
+ * | web | demo,alipay,h5 |
613
+ */
614
+ export declare const getClipboard: PickMPAttr<'getClipboard'>;
615
+ /**
616
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_getClipboard
617
+ * @support
618
+ * | Platform | Apps |
619
+ * | ------------- | -------- |
620
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
621
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
622
+ * | web | demo,alipay,h5 |
623
+ */
624
+ export declare const getClipboardAsync: (args?: Omit<GetClipboardArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
625
+ text: string;
626
+ }>;
627
+ /**
628
+ * @support
629
+ * | Platform | Apps |
630
+ * | ------------- | -------- |
631
+ * | mp | demo |
632
+ * | mp_web | demo |
633
+ * | web | demo |
634
+ */
635
+ export declare const getComponentAuth: PickMPAttr<'getComponentAuth'>;
636
+ /**
637
+ * @support
638
+ * | Platform | Apps |
639
+ * | ------------- | -------- |
640
+ * | mp | demo |
641
+ * | mp_web | demo |
642
+ * | web | demo |
643
+ */
644
+ export declare const getComponentAuthAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
645
+ /**
646
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getConnectedBluetoothDevices
647
+ * @support
648
+ * | Platform | Apps |
649
+ * | ------------- | -------- |
650
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
651
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
652
+ * | web | |
653
+ */
654
+ export declare const getConnectedBluetoothDevices: PickMPAttr<'getConnectedBluetoothDevices'>;
655
+ /**
656
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getConnectedBluetoothDevices
657
+ * @support
658
+ * | Platform | Apps |
659
+ * | ------------- | -------- |
660
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
661
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
662
+ * | web | |
663
+ */
664
+ export declare const getConnectedBluetoothDevicesAsync: (args?: Omit<{
665
+ deviceId: string;
666
+ } & AsyncCallback<any>, "success" | "fail" | "complete"> | undefined) => Promise<any>;
667
+ /**
668
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getFileInfo
669
+ * @support
670
+ * | Platform | Apps |
671
+ * | ------------- | -------- |
672
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
673
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
674
+ * | web | demo,alipay |
675
+ */
676
+ export declare const getFileInfo: PickMPAttr<'getFileInfo'>;
677
+ /**
678
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getFileInfo
679
+ * @support
680
+ * | Platform | Apps |
681
+ * | ------------- | -------- |
682
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
683
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
684
+ * | web | demo,alipay |
685
+ */
686
+ export declare const getFileInfoAsync: (args?: Omit<GetFileArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
687
+ size: number;
688
+ digest: string;
689
+ }>;
690
+ /**
691
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_getImageInfo
692
+ * @support
693
+ * | Platform | Apps |
694
+ * | ------------- | -------- |
695
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
696
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
697
+ * | web | demo,alipay |
698
+ */
699
+ export declare const getImageInfo: PickMPAttr<'getImageInfo'>;
700
+ /**
701
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_getImageInfo
702
+ * @support
703
+ * | Platform | Apps |
704
+ * | ------------- | -------- |
705
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
706
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
707
+ * | web | demo,alipay |
708
+ */
709
+ export declare const getImageInfoAsync: (args?: Omit<GetImageInfo, "success" | "fail" | "complete"> | undefined) => Promise<GetImageInfoCallbackValue>;
710
+ /**
711
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Location_getLocation
712
+ * @support
713
+ * | Platform | Apps |
714
+ * | ------------- | -------- |
715
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
716
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
717
+ * | web | demo,alipay,h5,tngdh5ng |
718
+ */
719
+ export declare const getLocation: PickMPAttr<'getLocation'>;
720
+ /**
721
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Location_getLocation
722
+ * @support
723
+ * | Platform | Apps |
724
+ * | ------------- | -------- |
725
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
726
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
727
+ * | web | demo,alipay,h5,tngdh5ng |
728
+ */
729
+ export declare const getLocationAsync: (args?: Omit<GetLocationArgs, "success" | "fail" | "complete"> | undefined) => Promise<GetLocationCallbackValue>;
730
+ /**
731
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Network_getNetworkType
732
+ * @support
733
+ * | Platform | Apps |
734
+ * | ------------- | -------- |
735
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
736
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
737
+ * | web | demo,alipay,h5,tngdh5ng |
738
+ */
739
+ export declare const getNetworkType: PickMPAttr<'getNetworkType'>;
740
+ /**
741
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Network_getNetworkType
742
+ * @support
743
+ * | Platform | Apps |
744
+ * | ------------- | -------- |
745
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
746
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
747
+ * | web | demo,alipay,h5,tngdh5ng |
748
+ */
749
+ export declare const getNetworkTypeAsync: (args?: Omit<GetNetworkTypeArgs, "success" | "fail" | "complete"> | undefined) => Promise<GetNetworkTypeCallbackValue>;
750
+ /**
751
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getOpenUserInfo
752
+ * @support
753
+ * | Platform | Apps |
754
+ * | ------------- | -------- |
755
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
756
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
757
+ * | web | demo |
758
+ */
759
+ export declare const getOpenUserInfo: PickMPAttr<'getOpenUserInfo'>;
760
+ /**
761
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getOpenUserInfo
762
+ * @support
763
+ * | Platform | Apps |
764
+ * | ------------- | -------- |
765
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
766
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
767
+ * | web | demo |
768
+ */
769
+ export declare const getOpenUserInfoAsync: (args?: Omit<GetOpenUserInfoArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
770
+ response: string;
771
+ }>;
772
+ /**
773
+ * @support
774
+ * | Platform | Apps |
775
+ * | ------------- | -------- |
776
+ * | mp | demo |
777
+ * | mp_web | demo |
778
+ * | web | demo |
779
+ */
780
+ export declare const getPaymentCode: PickMPAttr<'getPaymentCode'>;
781
+ /**
782
+ * @support
783
+ * | Platform | Apps |
784
+ * | ------------- | -------- |
785
+ * | mp | demo |
786
+ * | mp_web | demo |
787
+ * | web | demo |
788
+ */
789
+ export declare const getPaymentCodeAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
790
+ /**
791
+ * @support
792
+ * | Platform | Apps |
793
+ * | ------------- | -------- |
794
+ * | mp | demo |
795
+ * | mp_web | demo,alipay |
796
+ * | web | demo,alipay |
797
+ */
798
+ export declare const getPhoneNumber: PickMPAttr<'getPhoneNumber'>;
799
+ /**
800
+ * @support
801
+ * | Platform | Apps |
802
+ * | ------------- | -------- |
803
+ * | mp | demo |
804
+ * | mp_web | demo,alipay |
805
+ * | web | demo,alipay |
806
+ */
807
+ export declare const getPhoneNumberAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
808
+ /**
809
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileInfo
810
+ * @support
811
+ * | Platform | Apps |
812
+ * | ------------- | -------- |
813
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
814
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
815
+ * | web | demo,alipay |
816
+ */
817
+ export declare const getSavedFileInfo: PickMPAttr<'getSavedFileInfo'>;
818
+ /**
819
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileInfo
820
+ * @support
821
+ * | Platform | Apps |
822
+ * | ------------- | -------- |
823
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
824
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
825
+ * | web | demo,alipay |
826
+ */
827
+ export declare const getSavedFileInfoAsync: (args?: Omit<GetSavedFileInfo, "success" | "fail" | "complete"> | undefined) => Promise<{
828
+ size: number;
829
+ createTime: number;
830
+ }>;
831
+ /**
832
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileList
833
+ * @support
834
+ * | Platform | Apps |
835
+ * | ------------- | -------- |
836
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
837
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
838
+ * | web | demo,alipay |
839
+ */
840
+ export declare const getSavedFileList: PickMPAttr<'getSavedFileList'>;
841
+ /**
842
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileList
843
+ * @support
844
+ * | Platform | Apps |
845
+ * | ------------- | -------- |
846
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
847
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
848
+ * | web | demo,alipay |
849
+ */
850
+ export declare const getSavedFileListAsync: (args?: Omit<GetSavedFileListArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
851
+ fileList: {
852
+ size: number;
853
+ createTime: number;
854
+ apFilePath: string;
855
+ }[];
856
+ }>;
857
+ /**
858
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_getScreenBrightness
859
+ * @support
860
+ * | Platform | Apps |
861
+ * | ------------- | -------- |
862
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
863
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
864
+ * | web | demo,alipay |
865
+ */
866
+ export declare const getScreenBrightness: PickMPAttr<'getScreenBrightness'>;
867
+ /**
868
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_getScreenBrightness
869
+ * @support
870
+ * | Platform | Apps |
871
+ * | ------------- | -------- |
872
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
873
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
874
+ * | web | demo,alipay |
875
+ */
876
+ export declare const getScreenBrightnessAsync: (args?: Omit<AsyncCallback<{
877
+ brightness: number;
878
+ }>, "success" | "fail" | "complete"> | undefined) => Promise<{
879
+ brightness: number;
880
+ }>;
881
+ /**
882
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Server_getServerTime
883
+ * @support
884
+ * | Platform | Apps |
885
+ * | ------------- | -------- |
886
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
887
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
888
+ * | web | demo,alipay |
889
+ */
890
+ export declare const getServerTime: PickMPAttr<'getServerTime'>;
891
+ /**
892
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Server_getServerTime
893
+ * @support
894
+ * | Platform | Apps |
895
+ * | ------------- | -------- |
896
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
897
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
898
+ * | web | demo,alipay |
899
+ */
900
+ export declare const getServerTimeAsync: (args?: Omit<AsyncCallback<{
901
+ time: number;
902
+ }>, "success" | "fail" | "complete"> | undefined) => Promise<{
903
+ time: number;
904
+ }>;
905
+ /**
906
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_getSetting
907
+ * @support
908
+ * | Platform | Apps |
909
+ * | ------------- | -------- |
910
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
911
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
912
+ * | web | demo,alipay |
913
+ */
914
+ export declare const getSetting: PickMPAttr<'getSetting'>;
915
+ /**
916
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_getSetting
917
+ * @support
918
+ * | Platform | Apps |
919
+ * | ------------- | -------- |
920
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
921
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
922
+ * | web | demo,alipay |
923
+ */
924
+ export declare const getSettingAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
925
+ /**
926
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Alipay-Connect_getSiteInfo
927
+ * @support
928
+ * | Platform | Apps |
929
+ * | ------------- | -------- |
930
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
931
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
932
+ * | web | demo,alipay,h5 |
933
+ */
934
+ export declare const getSiteInfo: PickMPAttr<'getSiteInfo'>;
935
+ /**
936
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Alipay-Connect_getSiteInfo
937
+ * @support
938
+ * | Platform | Apps |
939
+ * | ------------- | -------- |
940
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
941
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
942
+ * | web | demo,alipay,h5 |
943
+ */
944
+ export declare const getSiteInfoAsync: (args?: Omit<AsyncCallback<GetSiteInfoCallbackValue>, "success" | "fail" | "complete"> | undefined) => Promise<GetSiteInfoCallbackValue>;
945
+ /**
946
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_getStorage
947
+ * @support
948
+ * | Platform | Apps |
949
+ * | ------------- | -------- |
950
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
951
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
952
+ * | web | demo,alipay,h5 |
953
+ */
954
+ export declare const getStorage: PickMPAttr<'getStorage'>;
955
+ /**
956
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_getStorage
957
+ * @support
958
+ * | Platform | Apps |
959
+ * | ------------- | -------- |
960
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
961
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
962
+ * | web | demo,alipay,h5 |
963
+ */
964
+ export declare const getStorageAsync: (args?: Omit<GetStorage, "success" | "fail" | "complete"> | undefined) => Promise<{
965
+ data: any;
966
+ }>;
967
+ /**
968
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_getStorageSync
969
+ * @support
970
+ * | Platform | Apps |
971
+ * | ------------- | -------- |
972
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
973
+ * | web | h5 |
974
+ */
975
+ export declare const getStorageSync: PickMPAttr<'getStorageSync'>;
976
+ /**
977
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_System_getSystemInfo
978
+ * @support
979
+ * | Platform | Apps |
980
+ * | ------------- | -------- |
981
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
982
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
983
+ * | web | demo,alipay,h5,tngdh5ng |
984
+ */
985
+ export declare const getSystemInfo: PickMPAttr<'getSystemInfo'>;
986
+ /**
987
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_System_getSystemInfo
988
+ * @support
989
+ * | Platform | Apps |
990
+ * | ------------- | -------- |
991
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
992
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
993
+ * | web | demo,alipay,h5,tngdh5ng |
994
+ */
995
+ export declare const getSystemInfoAsync: (args?: Omit<GetSystemInfoArgs, "success" | "fail" | "complete"> | undefined) => Promise<GetSystemInfoCallbackValue>;
996
+ /**
997
+ * @support
998
+ * | Platform | Apps |
999
+ * | ------------- | -------- |
1000
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1001
+ * | web | h5 |
1002
+ */
1003
+ export declare const getSystemInfoSync: PickMPAttr<'getSystemInfoSync'>;
1004
+ /**
1005
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideBackHome
1006
+ * @support
1007
+ * | Platform | Apps |
1008
+ * | ------------- | -------- |
1009
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1010
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1011
+ */
1012
+ export declare const hideBackHome: PickMPAttr<'hideBackHome'>;
1013
+ /**
1014
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideBackHome
1015
+ * @support
1016
+ * | Platform | Apps |
1017
+ * | ------------- | -------- |
1018
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1019
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1020
+ */
1021
+ export declare const hideBackHomeAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
1022
+ /**
1023
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Keyboard_hideKeyboard
1024
+ * @support
1025
+ * | Platform | Apps |
1026
+ * | ------------- | -------- |
1027
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1028
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1029
+ * | web | demo,alipay |
1030
+ */
1031
+ export declare const hideKeyboard: PickMPAttr<'hideKeyboard'>;
1032
+ /**
1033
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Keyboard_hideKeyboard
1034
+ * @support
1035
+ * | Platform | Apps |
1036
+ * | ------------- | -------- |
1037
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1038
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1039
+ * | web | demo,alipay |
1040
+ */
1041
+ export declare const hideKeyboardAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
1042
+ /**
1043
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideLoading
1044
+ * @support
1045
+ * | Platform | Apps |
1046
+ * | ------------- | -------- |
1047
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1048
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1049
+ * | web | demo,alipay,h5,tngdh5ng |
1050
+ */
1051
+ export declare const hideLoading: PickMPAttr<'hideLoading'>;
1052
+ /**
1053
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideLoading
1054
+ * @support
1055
+ * | Platform | Apps |
1056
+ * | ------------- | -------- |
1057
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1058
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1059
+ * | web | demo,alipay,h5,tngdh5ng |
1060
+ */
1061
+ export declare const hideLoadingAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
1062
+ /**
1063
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideNavigationBarLoading
1064
+ * @support
1065
+ * | Platform | Apps |
1066
+ * | ------------- | -------- |
1067
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1068
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1069
+ * | web | demo,alipay |
1070
+ */
1071
+ export declare const hideNavigationBarLoading: PickMPAttr<'hideNavigationBarLoading'>;
1072
+ /**
1073
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideNavigationBarLoading
1074
+ * @support
1075
+ * | Platform | Apps |
1076
+ * | ------------- | -------- |
1077
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1078
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1079
+ * | web | demo,alipay |
1080
+ */
1081
+ export declare const hideNavigationBarLoadingAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
1082
+ /**
1083
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_hideTabBar
1084
+ * @support
1085
+ * | Platform | Apps |
1086
+ * | ------------- | -------- |
1087
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1088
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1089
+ * | web | |
1090
+ */
1091
+ export declare const hideTabBar: PickMPAttr<'hideTabBar'>;
1092
+ /**
1093
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_hideTabBar
1094
+ * @support
1095
+ * | Platform | Apps |
1096
+ * | ------------- | -------- |
1097
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1098
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1099
+ * | web | |
1100
+ */
1101
+ export declare const hideTabBarAsync: (args?: Omit<HideTabBarArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
1102
+ /**
1103
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideToast
1104
+ * @support
1105
+ * | Platform | Apps |
1106
+ * | ------------- | -------- |
1107
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1108
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1109
+ * | web | demo,alipay,h5,tngdh5ng |
1110
+ */
1111
+ export declare const hideToast: PickMPAttr<'hideToast'>;
1112
+ /**
1113
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideToast
1114
+ * @support
1115
+ * | Platform | Apps |
1116
+ * | ------------- | -------- |
1117
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1118
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1119
+ * | web | demo,alipay,h5,tngdh5ng |
1120
+ */
1121
+ export declare const hideToastAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
1122
+ /**
1123
+ * @support
1124
+ * | Platform | Apps |
1125
+ * | ------------- | -------- |
1126
+ * | mp | demo |
1127
+ * | mp_web | demo |
1128
+ * | web | demo |
1129
+ */
1130
+ export declare const inquireQuote: PickMPAttr<'inquireQuote'>;
1131
+ /**
1132
+ * @support
1133
+ * | Platform | Apps |
1134
+ * | ------------- | -------- |
1135
+ * | mp | demo |
1136
+ * | mp_web | demo |
1137
+ * | web | demo |
1138
+ */
1139
+ export declare const inquireQuoteAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
1140
+ /**
1141
+ * @support
1142
+ * | Platform | Apps |
1143
+ * | ------------- | -------- |
1144
+ * | mp | demo |
1145
+ * | mp_web | demo |
1146
+ * | web | demo |
1147
+ */
1148
+ export declare const isInstalledApp: PickMPAttr<'isInstalledApp'>;
1149
+ /**
1150
+ * @support
1151
+ * | Platform | Apps |
1152
+ * | ------------- | -------- |
1153
+ * | mp | demo |
1154
+ * | mp_web | demo |
1155
+ * | web | demo |
1156
+ */
1157
+ export declare const isInstalledAppAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
1158
+ /**
1159
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Call_makePhoneCall
1160
+ * @support
1161
+ * | Platform | Apps |
1162
+ * | ------------- | -------- |
1163
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1164
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1165
+ * | web | demo,alipay,h5,tngdh5ng |
1166
+ */
1167
+ export declare const makePhoneCall: PickMPAttr<'makePhoneCall'>;
1168
+ /**
1169
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Call_makePhoneCall
1170
+ * @support
1171
+ * | Platform | Apps |
1172
+ * | ------------- | -------- |
1173
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1174
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1175
+ * | web | demo,alipay,h5,tngdh5ng |
1176
+ */
1177
+ export declare const makePhoneCallAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
1178
+ /**
1179
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Multi-Level-Select_multiLevelSelect
1180
+ * @support
1181
+ * | Platform | Apps |
1182
+ * | ------------- | -------- |
1183
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1184
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1185
+ * | web | demo,alipay |
1186
+ */
1187
+ export declare const multiLevelSelect: PickMPAttr<'multiLevelSelect'>;
1188
+ /**
1189
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Multi-Level-Select_multiLevelSelect
1190
+ * @support
1191
+ * | Platform | Apps |
1192
+ * | ------------- | -------- |
1193
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1194
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1195
+ * | web | demo,alipay |
1196
+ */
1197
+ export declare const multiLevelSelectAsync: (args?: Omit<MultiLevelSelectArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
1198
+ success: boolean;
1199
+ result: any[];
1200
+ }>;
1201
+ /**
1202
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateBack
1203
+ * @support
1204
+ * | Platform | Apps |
1205
+ * | ------------- | -------- |
1206
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1207
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1208
+ * | web | alipay,demo,h5,tngdh5ng |
1209
+ */
1210
+ export declare const navigateBack: PickMPAttr<'navigateBack'>;
1211
+ /**
1212
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateBack
1213
+ * @support
1214
+ * | Platform | Apps |
1215
+ * | ------------- | -------- |
1216
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1217
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1218
+ * | web | alipay,demo,h5,tngdh5ng |
1219
+ */
1220
+ export declare const navigateBackAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
1221
+ /**
1222
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateBackMiniProgram
1223
+ * @support
1224
+ * | Platform | Apps |
1225
+ * | ------------- | -------- |
1226
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1227
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1228
+ * | web | demo,alipay |
1229
+ */
1230
+ export declare const navigateBackMiniProgram: PickMPAttr<'navigateBackMiniProgram'>;
1231
+ /**
1232
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateBackMiniProgram
1233
+ * @support
1234
+ * | Platform | Apps |
1235
+ * | ------------- | -------- |
1236
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1237
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1238
+ * | web | demo,alipay |
1239
+ */
1240
+ export declare const navigateBackMiniProgramAsync: (args?: Omit<NavigateBackMiniProgramArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
1241
+ /**
1242
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateTo
1243
+ * @support
1244
+ * | Platform | Apps |
1245
+ * | ------------- | -------- |
1246
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1247
+ * | web | alipay,demo,h5,tngdh5ng |
1248
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1249
+ */
1250
+ export declare const navigateTo: PickMPAttr<'navigateTo'>;
1251
+ /**
1252
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateTo
1253
+ * @support
1254
+ * | Platform | Apps |
1255
+ * | ------------- | -------- |
1256
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1257
+ * | web | alipay,demo,h5,tngdh5ng |
1258
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1259
+ */
1260
+ export declare const navigateToAsync: (args?: Omit<NavigateToArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
1261
+ /**
1262
+ * @support
1263
+ * | Platform | Apps |
1264
+ * | ------------- | -------- |
1265
+ * | mp | demo |
1266
+ * | mp_web | demo |
1267
+ * | web | demo,h5 |
1268
+ */
1269
+ export declare const navigateToBizScene: PickMPAttr<'navigateToBizScene'>;
1270
+ /**
1271
+ * @support
1272
+ * | Platform | Apps |
1273
+ * | ------------- | -------- |
1274
+ * | mp | demo |
1275
+ * | mp_web | demo |
1276
+ * | web | demo,h5 |
1277
+ */
1278
+ export declare const navigateToBizSceneAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
1279
+ /**
1280
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateToMiniProgram
1281
+ * @support
1282
+ * | Platform | Apps |
1283
+ * | ------------- | -------- |
1284
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1285
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1286
+ * | web | demo,alipay,h5 |
1287
+ */
1288
+ export declare const navigateToMiniProgram: PickMPAttr<'navigateToMiniProgram'>;
1289
+ /**
1290
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateToMiniProgram
1291
+ * @support
1292
+ * | Platform | Apps |
1293
+ * | ------------- | -------- |
1294
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1295
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1296
+ * | web | demo,alipay,h5 |
1297
+ */
1298
+ export declare const navigateToMiniProgramAsync: (args?: Omit<NavigateToMiniProgramArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
1299
+ /**
1300
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_notifyBLECharacteristicValueChange
1301
+ * @support
1302
+ * | Platform | Apps |
1303
+ * | ------------- | -------- |
1304
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1305
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1306
+ * | web | |
1307
+ */
1308
+ export declare const notifyBLECharacteristicValueChange: PickMPAttr<'notifyBLECharacteristicValueChange'>;
1309
+ /**
1310
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_notifyBLECharacteristicValueChange
1311
+ * @support
1312
+ * | Platform | Apps |
1313
+ * | ------------- | -------- |
1314
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1315
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1316
+ * | web | |
1317
+ */
1318
+ export declare const notifyBLECharacteristicValueChangeAsync: (args?: Omit<{
1319
+ deviceId: string;
1320
+ serviceId: string;
1321
+ characteristicId: string;
1322
+ descriptorId?: string | undefined;
1323
+ state?: boolean | undefined;
1324
+ } & AsyncCallback<any>, "success" | "fail" | "complete"> | undefined) => Promise<any>;
1325
+ /**
1326
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Accelerometer_offAccelerometerChange
1327
+ * @support
1328
+ * | Platform | Apps |
1329
+ * | ------------- | -------- |
1330
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1331
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1332
+ */
1333
+ export declare const offAccelerometerChange: PickMPAttr<'offAccelerometerChange'>;
1334
+ /**
1335
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_offBLECharacteristicValueChange
1336
+ * @support
1337
+ * | Platform | Apps |
1338
+ * | ------------- | -------- |
1339
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1340
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1341
+ * | web | |
1342
+ */
1343
+ export declare const offBLECharacteristicValueChange: PickMPAttr<'offBLECharacteristicValueChange'>;
1344
+ /**
1345
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_offBLEConnectionStateChanged
1346
+ * @support
1347
+ * | Platform | Apps |
1348
+ * | ------------- | -------- |
1349
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1350
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1351
+ * | web | |
1352
+ */
1353
+ export declare const offBLEConnectionStateChanged: PickMPAttr<'offBLEConnectionStateChanged'>;
1354
+ /**
1355
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_offBluetoothAdapterStateChange
1356
+ * @support
1357
+ * | Platform | Apps |
1358
+ * | ------------- | -------- |
1359
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1360
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1361
+ * | web | |
1362
+ */
1363
+ export declare const offBluetoothAdapterStateChange: PickMPAttr<'offBluetoothAdapterStateChange'>;
1364
+ /**
1365
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_offBluetoothDeviceFound
1366
+ * @support
1367
+ * | Platform | Apps |
1368
+ * | ------------- | -------- |
1369
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1370
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1371
+ * | web | |
1372
+ */
1373
+ export declare const offBluetoothDeviceFound: PickMPAttr<'offBluetoothDeviceFound'>;
1374
+ /**
1375
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Compass_offCompassChange
1376
+ * @support
1377
+ * | Platform | Apps |
1378
+ * | ------------- | -------- |
1379
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1380
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1381
+ */
1382
+ export declare const offCompassChange: PickMPAttr<'offCompassChange'>;
1383
+ /**
1384
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Memory-Warning_onMemoryWarning
1385
+ * @support
1386
+ * | Platform | Apps |
1387
+ * | ------------- | -------- |
1388
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1389
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1390
+ */
1391
+ export declare const offMemoryWarning: PickMPAttr<'offMemoryWarning'>;
1392
+ /**
1393
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketClose
1394
+ * @support
1395
+ * | Platform | Apps |
1396
+ * | ------------- | -------- |
1397
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1398
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1399
+ * | web | |
1400
+ */
1401
+ export declare const offSocketClose: PickMPAttr<'offSocketClose'>;
1402
+ /**
1403
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketError
1404
+ * @support
1405
+ * | Platform | Apps |
1406
+ * | ------------- | -------- |
1407
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1408
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1409
+ * | web | |
1410
+ */
1411
+ export declare const offSocketError: PickMPAttr<'offSocketError'>;
1412
+ /**
1413
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketMessage
1414
+ * @support
1415
+ * | Platform | Apps |
1416
+ * | ------------- | -------- |
1417
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1418
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1419
+ * | web | |
1420
+ */
1421
+ export declare const offSocketMessage: PickMPAttr<'offSocketMessage'>;
1422
+ /**
1423
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketOpen
1424
+ * @support
1425
+ * | Platform | Apps |
1426
+ * | ------------- | -------- |
1427
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1428
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1429
+ * | web | |
1430
+ */
1431
+ export declare const offSocketOpen: PickMPAttr<'offSocketOpen'>;
1432
+ /**
1433
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Capture_offUserCaptureScreen
1434
+ * @support
1435
+ * | Platform | Apps |
1436
+ * | ------------- | -------- |
1437
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1438
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1439
+ * | web | |
1440
+ */
1441
+ export declare const offUserCaptureScreen: PickMPAttr<'offUserCaptureScreen'>;
1442
+ /**
1443
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Accelerometer_onAccelerometerChange
1444
+ * @support
1445
+ * | Platform | Apps |
1446
+ * | ------------- | -------- |
1447
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1448
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1449
+ */
1450
+ export declare const onAccelerometerChange: PickMPAttr<'onAccelerometerChange'>;
1451
+ /**
1452
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_onBLECharacteristicValueChange
1453
+ * @support
1454
+ * | Platform | Apps |
1455
+ * | ------------- | -------- |
1456
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1457
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1458
+ * | web | |
1459
+ */
1460
+ export declare const onBLECharacteristicValueChange: PickMPAttr<'onBLECharacteristicValueChange'>;
1461
+ /**
1462
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_onBLEConnectionStateChanged
1463
+ * @support
1464
+ * | Platform | Apps |
1465
+ * | ------------- | -------- |
1466
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1467
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1468
+ * | web | |
1469
+ */
1470
+ export declare const onBLEConnectionStateChanged: PickMPAttr<'onBLEConnectionStateChanged'>;
1471
+ /**
1472
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_onBluetoothAdapterStateChange
1473
+ * @support
1474
+ * | Platform | Apps |
1475
+ * | ------------- | -------- |
1476
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1477
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1478
+ * | web | |
1479
+ */
1480
+ export declare const onBluetoothAdapterStateChange: PickMPAttr<'onBluetoothAdapterStateChange'>;
1481
+ /**
1482
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_onBluetoothDeviceFound
1483
+ * @support
1484
+ * | Platform | Apps |
1485
+ * | ------------- | -------- |
1486
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1487
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1488
+ * | web | |
1489
+ */
1490
+ export declare const onBluetoothDeviceFound: PickMPAttr<'onBluetoothDeviceFound'>;
1491
+ /**
1492
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Compass_onCompassChange
1493
+ * @support
1494
+ * | Platform | Apps |
1495
+ * | ------------- | -------- |
1496
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1497
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1498
+ */
1499
+ export declare const onCompassChange: PickMPAttr<'onCompassChange'>;
1500
+ /**
1501
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Memory-Warning_onMemoryWarning
1502
+ * @support
1503
+ * | Platform | Apps |
1504
+ * | ------------- | -------- |
1505
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1506
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1507
+ */
1508
+ export declare const onMemoryWarning: PickMPAttr<'onMemoryWarning'>;
1509
+ /**
1510
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketClose
1511
+ * @support
1512
+ * | Platform | Apps |
1513
+ * | ------------- | -------- |
1514
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1515
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1516
+ * | web | |
1517
+ */
1518
+ export declare const onSocketClose: PickMPAttr<'onSocketClose'>;
1519
+ /**
1520
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketError
1521
+ * @support
1522
+ * | Platform | Apps |
1523
+ * | ------------- | -------- |
1524
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1525
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1526
+ * | web | |
1527
+ */
1528
+ export declare const onSocketError: PickMPAttr<'onSocketError'>;
1529
+ /**
1530
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketMessage
1531
+ * @support
1532
+ * | Platform | Apps |
1533
+ * | ------------- | -------- |
1534
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1535
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1536
+ * | web | |
1537
+ */
1538
+ export declare const onSocketMessage: PickMPAttr<'onSocketMessage'>;
1539
+ /**
1540
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketOpen
1541
+ * @support
1542
+ * | Platform | Apps |
1543
+ * | ------------- | -------- |
1544
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1545
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1546
+ * | web | |
1547
+ */
1548
+ export declare const onSocketOpen: PickMPAttr<'onSocketOpen'>;
1549
+ /**
1550
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Capture_onUserCaptureScreen
1551
+ * @support
1552
+ * | Platform | Apps |
1553
+ * | ------------- | -------- |
1554
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1555
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1556
+ * | web | |
1557
+ */
1558
+ export declare const onUserCaptureScreen: PickMPAttr<'onUserCaptureScreen'>;
1559
+ /**
1560
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_openBluetoothAdapter
1561
+ * @support
1562
+ * | Platform | Apps |
1563
+ * | ------------- | -------- |
1564
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1565
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1566
+ * | web | |
1567
+ */
1568
+ export declare const openBluetoothAdapter: PickMPAttr<'openBluetoothAdapter'>;
1569
+ /**
1570
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_openBluetoothAdapter
1571
+ * @support
1572
+ * | Platform | Apps |
1573
+ * | ------------- | -------- |
1574
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1575
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1576
+ * | web | |
1577
+ */
1578
+ export declare const openBluetoothAdapterAsync: (args?: Omit<AsyncCallback<any>, "success" | "fail" | "complete"> | undefined) => Promise<any>;
1579
+ /**
1580
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_file_myopendocument
1581
+ * @support
1582
+ * | Platform | Apps |
1583
+ * | ------------- | -------- |
1584
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1585
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1586
+ * | web | demo,alipay |
1587
+ */
1588
+ export declare const openDocument: PickMPAttr<'openDocument'>;
1589
+ /**
1590
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_file_myopendocument
1591
+ * @support
1592
+ * | Platform | Apps |
1593
+ * | ------------- | -------- |
1594
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1595
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1596
+ * | web | demo,alipay |
1597
+ */
1598
+ export declare const openDocumentAsync: (args?: Omit<{
1599
+ filePath: string;
1600
+ fileType: string;
1601
+ } & AsyncCallback<any>, "success" | "fail" | "complete"> | undefined) => Promise<any>;
1602
+ /**
1603
+ * @support
1604
+ * | Platform | Apps |
1605
+ * | ------------- | -------- |
1606
+ * | mp | demo |
1607
+ * | mp_web | demo |
1608
+ * | web | demo |
1609
+ */
1610
+ export declare const openSchemeWithBacking: PickMPAttr<'openSchemeWithBacking'>;
1611
+ /**
1612
+ * @support
1613
+ * | Platform | Apps |
1614
+ * | ------------- | -------- |
1615
+ * | mp | demo |
1616
+ * | mp_web | demo |
1617
+ * | web | demo |
1618
+ */
1619
+ export declare const openSchemeWithBackingAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
1620
+ /**
1621
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_openSetting
1622
+ * @support
1623
+ * | Platform | Apps |
1624
+ * | ------------- | -------- |
1625
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1626
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1627
+ * | web | demo,alipay |
1628
+ */
1629
+ export declare const openSetting: PickMPAttr<'openSetting'>;
1630
+ /**
1631
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_openSetting
1632
+ * @support
1633
+ * | Platform | Apps |
1634
+ * | ------------- | -------- |
1635
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1636
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1637
+ * | web | demo,alipay |
1638
+ */
1639
+ export declare const openSettingAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
1640
+ /**
1641
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Scroll_pageScrollTo
1642
+ * @support
1643
+ * | Platform | Apps |
1644
+ * | ------------- | -------- |
1645
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1646
+ * | web | h5 |
1647
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1648
+ */
1649
+ export declare const pageScrollTo: PickMPAttr<'pageScrollTo'>;
1650
+ /**
1651
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Scroll_pageScrollTo
1652
+ * @support
1653
+ * | Platform | Apps |
1654
+ * | ------------- | -------- |
1655
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1656
+ * | web | h5 |
1657
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1658
+ */
1659
+ export declare const pageScrollToAsync: (args?: Omit<PageScrollToArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
1660
+ /**
1661
+ * @support
1662
+ * | Platform | Apps |
1663
+ * | ------------- | -------- |
1664
+ * | mp | demo |
1665
+ * | mp_web | demo |
1666
+ */
1667
+ export declare const paySignCenter: PickMPAttr<'paySignCenter'>;
1668
+ /**
1669
+ * @support
1670
+ * | Platform | Apps |
1671
+ * | ------------- | -------- |
1672
+ * | mp | demo |
1673
+ * | mp_web | demo |
1674
+ */
1675
+ export declare const paySignCenterAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
1676
+ /**
1677
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_previewImage
1678
+ * @support
1679
+ * | Platform | Apps |
1680
+ * | ------------- | -------- |
1681
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1682
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1683
+ * | web | demo,alipay |
1684
+ */
1685
+ export declare const previewImage: PickMPAttr<'previewImage'>;
1686
+ /**
1687
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_previewImage
1688
+ * @support
1689
+ * | Platform | Apps |
1690
+ * | ------------- | -------- |
1691
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1692
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1693
+ * | web | demo,alipay |
1694
+ */
1695
+ export declare const previewImageAsync: (args?: Omit<PreviewImageArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
1696
+ /**
1697
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_prompt
1698
+ * @support
1699
+ * | Platform | Apps |
1700
+ * | ------------- | -------- |
1701
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1702
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1703
+ * | web | demo,alipay,tngdh5ng |
1704
+ */
1705
+ export declare const prompt: PickMPAttr<'prompt'>;
1706
+ /**
1707
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_prompt
1708
+ * @support
1709
+ * | Platform | Apps |
1710
+ * | ------------- | -------- |
1711
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1712
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1713
+ * | web | demo,alipay,tngdh5ng |
1714
+ */
1715
+ export declare const promptAsync: (args?: Omit<PromptArgs, "success" | "fail" | "complete"> | undefined) => Promise<PromptCallbackValue>;
1716
+ /**
1717
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_readBLECharacteristicValue
1718
+ * @support
1719
+ * | Platform | Apps |
1720
+ * | ------------- | -------- |
1721
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1722
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1723
+ * | web | |
1724
+ */
1725
+ export declare const readBLECharacteristicValue: PickMPAttr<'readBLECharacteristicValue'>;
1726
+ /**
1727
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_readBLECharacteristicValue
1728
+ * @support
1729
+ * | Platform | Apps |
1730
+ * | ------------- | -------- |
1731
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1732
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1733
+ * | web | |
1734
+ */
1735
+ export declare const readBLECharacteristicValueAsync: (args?: Omit<ReadBLECharacteristicValueArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
1736
+ characteristic: {
1737
+ characteristicId: string;
1738
+ serviceId: string;
1739
+ value: string;
1740
+ };
1741
+ }>;
1742
+ /**
1743
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_redirectTo
1744
+ * @support
1745
+ * | Platform | Apps |
1746
+ * | ------------- | -------- |
1747
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1748
+ * | web | alipay,demo,h5 |
1749
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1750
+ */
1751
+ export declare const redirectTo: PickMPAttr<'redirectTo'>;
1752
+ /**
1753
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_redirectTo
1754
+ * @support
1755
+ * | Platform | Apps |
1756
+ * | ------------- | -------- |
1757
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1758
+ * | web | alipay,demo,h5 |
1759
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1760
+ */
1761
+ export declare const redirectToAsync: (args?: Omit<RedirectToArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
1762
+ /**
1763
+ * @support
1764
+ * | Platform | Apps |
1765
+ * | ------------- | -------- |
1766
+ * | mp | demo |
1767
+ * | mp_web | demo |
1768
+ * | web | demo |
1769
+ */
1770
+ export declare const regionFetchAllApps: PickMPAttr<'regionFetchAllApps'>;
1771
+ /**
1772
+ * @support
1773
+ * | Platform | Apps |
1774
+ * | ------------- | -------- |
1775
+ * | mp | demo |
1776
+ * | mp_web | demo |
1777
+ * | web | demo |
1778
+ */
1779
+ export declare const regionFetchAllAppsAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
1780
+ /**
1781
+ * @support
1782
+ * | Platform | Apps |
1783
+ * | ------------- | -------- |
1784
+ * | mp | demo |
1785
+ * | mp_web | demo |
1786
+ * | web | demo |
1787
+ */
1788
+ export declare const regionSearchAppsByKeywords: PickMPAttr<'regionSearchAppsByKeywords'>;
1789
+ /**
1790
+ * @support
1791
+ * | Platform | Apps |
1792
+ * | ------------- | -------- |
1793
+ * | mp | demo |
1794
+ * | mp_web | demo |
1795
+ * | web | demo |
1796
+ */
1797
+ export declare const regionSearchAppsByKeywordsAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
1798
+ /**
1799
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_reLaunch
1800
+ * @support
1801
+ * | Platform | Apps |
1802
+ * | ------------- | -------- |
1803
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1804
+ * | web | |
1805
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1806
+ */
1807
+ export declare const reLaunch: PickMPAttr<'reLaunch'>;
1808
+ /**
1809
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_reLaunch
1810
+ * @support
1811
+ * | Platform | Apps |
1812
+ * | ------------- | -------- |
1813
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1814
+ * | web | |
1815
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1816
+ */
1817
+ export declare const reLaunchAsync: (args?: Omit<ReLaunchArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
1818
+ /**
1819
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_removeSavedFile
1820
+ * @support
1821
+ * | Platform | Apps |
1822
+ * | ------------- | -------- |
1823
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1824
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1825
+ * | web | demo,alipay |
1826
+ */
1827
+ export declare const removeSavedFile: PickMPAttr<'removeSavedFile'>;
1828
+ /**
1829
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_removeSavedFile
1830
+ * @support
1831
+ * | Platform | Apps |
1832
+ * | ------------- | -------- |
1833
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1834
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1835
+ * | web | demo,alipay |
1836
+ */
1837
+ export declare const removeSavedFileAsync: (args?: Omit<RemoveSavedFileArgs, "success" | "fail" | "complete"> | undefined) => Promise<void>;
1838
+ /**
1839
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_removeStorage
1840
+ * @support
1841
+ * | Platform | Apps |
1842
+ * | ------------- | -------- |
1843
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1844
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1845
+ * | web | demo,alipay,h5 |
1846
+ */
1847
+ export declare const removeStorage: PickMPAttr<'removeStorage'>;
1848
+ /**
1849
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_removeStorage
1850
+ * @support
1851
+ * | Platform | Apps |
1852
+ * | ------------- | -------- |
1853
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1854
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1855
+ * | web | demo,alipay,h5 |
1856
+ */
1857
+ export declare const removeStorageAsync: (args?: Omit<RemoveStorageArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
1858
+ /**
1859
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_removeStorageSync
1860
+ * @support
1861
+ * | Platform | Apps |
1862
+ * | ------------- | -------- |
1863
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1864
+ * | web | h5 |
1865
+ */
1866
+ export declare const removeStorageSync: PickMPAttr<'removeStorageSync'>;
1867
+ /**
1868
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_request
1869
+ * @support
1870
+ * | Platform | Apps |
1871
+ * | ------------- | -------- |
1872
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1873
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1874
+ * | web | demo,alipay,h5 |
1875
+ */
1876
+ export declare const request: PickMPAttr<'request'>;
1877
+ /**
1878
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_request
1879
+ * @support
1880
+ * | Platform | Apps |
1881
+ * | ------------- | -------- |
1882
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1883
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1884
+ * | web | demo,alipay,h5 |
1885
+ */
1886
+ export declare const requestAsync: (args?: Omit<RequestArgs, "success" | "fail" | "complete"> | undefined) => Promise<RequestCallbackValue>;
1887
+ /**
1888
+ * @support
1889
+ * | Platform | Apps |
1890
+ * | ------------- | -------- |
1891
+ * | mp | alipay,demo |
1892
+ * | mp_web | alipay,demo |
1893
+ * | web | alipay,demo,h5 |
1894
+ */
1895
+ export declare const rpc: PickMPAttr<'rpc'>;
1896
+ /**
1897
+ * @support
1898
+ * | Platform | Apps |
1899
+ * | ------------- | -------- |
1900
+ * | mp | alipay,demo |
1901
+ * | mp_web | alipay,demo |
1902
+ * | web | alipay,demo,h5 |
1903
+ */
1904
+ export declare const rpcAsync: (args?: Omit<import("@hylid/types").IRPCArgs & AsyncCallback<{
1905
+ headers: Record<string, string>;
1906
+ resData: object;
1907
+ }>, "success" | "fail" | "complete"> | undefined) => Promise<{
1908
+ headers: Record<string, string>;
1909
+ resData: object;
1910
+ }>;
1911
+ /**
1912
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_saveFile
1913
+ * @support
1914
+ * | Platform | Apps |
1915
+ * | ------------- | -------- |
1916
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1917
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1918
+ * | web | demo,alipay |
1919
+ */
1920
+ export declare const saveFile: PickMPAttr<'saveFile'>;
1921
+ /**
1922
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_saveFile
1923
+ * @support
1924
+ * | Platform | Apps |
1925
+ * | ------------- | -------- |
1926
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1927
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1928
+ * | web | demo,alipay |
1929
+ */
1930
+ export declare const saveFileAsync: (args?: Omit<SaveFileArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
1931
+ apFilePath: string;
1932
+ }>;
1933
+ /**
1934
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_saveImage
1935
+ * @support
1936
+ * | Platform | Apps |
1937
+ * | ------------- | -------- |
1938
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1939
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1940
+ * | web | demo,alipay |
1941
+ */
1942
+ export declare const saveImage: PickMPAttr<'saveImage'>;
1943
+ /**
1944
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_saveImage
1945
+ * @support
1946
+ * | Platform | Apps |
1947
+ * | ------------- | -------- |
1948
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1949
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1950
+ * | web | demo,alipay |
1951
+ */
1952
+ export declare const saveImageAsync: (args?: Omit<SaveImageArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
1953
+ /**
1954
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Scan_scan
1955
+ * @support
1956
+ * | Platform | Apps |
1957
+ * | ------------- | -------- |
1958
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1959
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1960
+ * | web | demo,alipay |
1961
+ */
1962
+ export declare const scan: PickMPAttr<'scan'>;
1963
+ /**
1964
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Scan_scan
1965
+ * @support
1966
+ * | Platform | Apps |
1967
+ * | ------------- | -------- |
1968
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1969
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1970
+ * | web | demo,alipay |
1971
+ */
1972
+ export declare const scanAsync: (args?: Omit<ScanArgs, "success" | "fail" | "complete"> | undefined) => Promise<ScanCallbackValue>;
1973
+ /**
1974
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_sendSocketMessage
1975
+ * @support
1976
+ * | Platform | Apps |
1977
+ * | ------------- | -------- |
1978
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1979
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1980
+ * | web | |
1981
+ */
1982
+ export declare const sendSocketMessage: PickMPAttr<'sendSocketMessage'>;
1983
+ /**
1984
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_sendSocketMessage
1985
+ * @support
1986
+ * | Platform | Apps |
1987
+ * | ------------- | -------- |
1988
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1989
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1990
+ * | web | |
1991
+ */
1992
+ export declare const sendSocketMessageAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
1993
+ /**
1994
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Background_setBackgroundColor
1995
+ * @support
1996
+ * | Platform | Apps |
1997
+ * | ------------- | -------- |
1998
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
1999
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2000
+ */
2001
+ export declare const setBackgroundColor: PickMPAttr<'setBackgroundColor'>;
2002
+ /**
2003
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Background_setBackgroundColor
2004
+ * @support
2005
+ * | Platform | Apps |
2006
+ * | ------------- | -------- |
2007
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2008
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2009
+ */
2010
+ export declare const setBackgroundColorAsync: (args?: Omit<SetBackgroundColorArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
2011
+ /**
2012
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Pulldown_setCanPullDown
2013
+ * @support
2014
+ * | Platform | Apps |
2015
+ * | ------------- | -------- |
2016
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2017
+ * | web | |
2018
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2019
+ */
2020
+ export declare const setCanPullDown: PickMPAttr<'setCanPullDown'>;
2021
+ /**
2022
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_setClipboard
2023
+ * @support
2024
+ * | Platform | Apps |
2025
+ * | ------------- | -------- |
2026
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2027
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2028
+ * | web | demo,alipay,h5,tngdh5ng |
2029
+ */
2030
+ export declare const setClipboard: PickMPAttr<'setClipboard'>;
2031
+ /**
2032
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_setClipboard
2033
+ * @support
2034
+ * | Platform | Apps |
2035
+ * | ------------- | -------- |
2036
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2037
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2038
+ * | web | demo,alipay,h5,tngdh5ng |
2039
+ */
2040
+ export declare const setClipboardAsync: (args?: Omit<SetClipboardArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
2041
+ /**
2042
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setKeepScreenOn
2043
+ * @support
2044
+ * | Platform | Apps |
2045
+ * | ------------- | -------- |
2046
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2047
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2048
+ * | web | demo,alipay |
2049
+ */
2050
+ export declare const setKeepScreenOn: PickMPAttr<'setKeepScreenOn'>;
2051
+ /**
2052
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setKeepScreenOn
2053
+ * @support
2054
+ * | Platform | Apps |
2055
+ * | ------------- | -------- |
2056
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2057
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2058
+ * | web | demo,alipay |
2059
+ */
2060
+ export declare const setKeepScreenOnAsync: (args?: Omit<SetKeepScreenOnArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
2061
+ /**
2062
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_setNavigationBar
2063
+ * @support
2064
+ * | Platform | Apps |
2065
+ * | ------------- | -------- |
2066
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2067
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2068
+ * | web | demo,alipay,h5,tngdh5ng |
2069
+ */
2070
+ export declare const setNavigationBar: PickMPAttr<'setNavigationBar'>;
2071
+ /**
2072
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_setNavigationBar
2073
+ * @support
2074
+ * | Platform | Apps |
2075
+ * | ------------- | -------- |
2076
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2077
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2078
+ * | web | demo,alipay,h5,tngdh5ng |
2079
+ */
2080
+ export declare const setNavigationBarAsync: (args?: Omit<SetNavigationBarArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
2081
+ /**
2082
+ * @support
2083
+ * | Platform | Apps |
2084
+ * | ------------- | -------- |
2085
+ * | mp | demo |
2086
+ * | mp_web | demo,alipay |
2087
+ */
2088
+ export declare const setOptionMenu: PickMPAttr<'setOptionMenu'>;
2089
+ /**
2090
+ * @support
2091
+ * | Platform | Apps |
2092
+ * | ------------- | -------- |
2093
+ * | mp | demo |
2094
+ * | mp_web | demo,alipay |
2095
+ */
2096
+ export declare const setOptionMenuAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
2097
+ /**
2098
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setScreenBrightness
2099
+ * @support
2100
+ * | Platform | Apps |
2101
+ * | ------------- | -------- |
2102
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2103
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2104
+ * | web | demo,alipay |
2105
+ */
2106
+ export declare const setScreenBrightness: PickMPAttr<'setScreenBrightness'>;
2107
+ /**
2108
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setScreenBrightness
2109
+ * @support
2110
+ * | Platform | Apps |
2111
+ * | ------------- | -------- |
2112
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2113
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2114
+ * | web | demo,alipay |
2115
+ */
2116
+ export declare const setScreenBrightnessAsync: (args?: Omit<SetScreenBrightnessArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
2117
+ /**
2118
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_setStorage
2119
+ * @support
2120
+ * | Platform | Apps |
2121
+ * | ------------- | -------- |
2122
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2123
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2124
+ * | web | demo,alipay,h5 |
2125
+ */
2126
+ export declare const setStorage: PickMPAttr<'setStorage'>;
2127
+ /**
2128
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_setStorage
2129
+ * @support
2130
+ * | Platform | Apps |
2131
+ * | ------------- | -------- |
2132
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2133
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2134
+ * | web | demo,alipay,h5 |
2135
+ */
2136
+ export declare const setStorageAsync: (args?: Omit<SetStorage, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
2137
+ /**
2138
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_setStorageSync
2139
+ * @support
2140
+ * | Platform | Apps |
2141
+ * | ------------- | -------- |
2142
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2143
+ * | web | h5 |
2144
+ */
2145
+ export declare const setStorageSync: PickMPAttr<'setStorageSync'>;
2146
+ /**
2147
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_setTabBarStyle
2148
+ * @support
2149
+ * | Platform | Apps |
2150
+ * | ------------- | -------- |
2151
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2152
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2153
+ * | web | |
2154
+ */
2155
+ export declare const setTabBarStyle: PickMPAttr<'setTabBarStyle'>;
2156
+ /**
2157
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_setTabBarStyle
2158
+ * @support
2159
+ * | Platform | Apps |
2160
+ * | ------------- | -------- |
2161
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2162
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2163
+ * | web | |
2164
+ */
2165
+ export declare const setTabBarStyleAsync: (args?: Omit<SetTabBarStyleArgs, "success" | "fail" | "complete"> | undefined) => Promise<any>;
2166
+ /**
2167
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showActionSheet
2168
+ * @support
2169
+ * | Platform | Apps |
2170
+ * | ------------- | -------- |
2171
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2172
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2173
+ * | web | demo,alipay |
2174
+ */
2175
+ export declare const showActionSheet: PickMPAttr<'showActionSheet'>;
2176
+ /**
2177
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showActionSheet
2178
+ * @support
2179
+ * | Platform | Apps |
2180
+ * | ------------- | -------- |
2181
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2182
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2183
+ * | web | demo,alipay |
2184
+ */
2185
+ export declare const showActionSheetAsync: (args?: Omit<ShowActionSheetArgs, "success" | "fail" | "complete"> | undefined) => Promise<any>;
2186
+ /**
2187
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Permission_showAuthGuide
2188
+ * @support
2189
+ * | Platform | Apps |
2190
+ * | ------------- | -------- |
2191
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2192
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2193
+ * | web | demo,alipay |
2194
+ */
2195
+ export declare const showAuthGuide: PickMPAttr<'showAuthGuide'>;
2196
+ /**
2197
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Permission_showAuthGuide
2198
+ * @support
2199
+ * | Platform | Apps |
2200
+ * | ------------- | -------- |
2201
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2202
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2203
+ * | web | demo,alipay |
2204
+ */
2205
+ export declare const showAuthGuideAsync: (args?: Omit<ShowAuthGuideArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
2206
+ shown: boolean;
2207
+ }>;
2208
+ /**
2209
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showLoading
2210
+ * @support
2211
+ * | Platform | Apps |
2212
+ * | ------------- | -------- |
2213
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2214
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2215
+ * | web | demo,alipay,h5,tngdh5ng |
2216
+ */
2217
+ export declare const showLoading: PickMPAttr<'showLoading'>;
2218
+ /**
2219
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showLoading
2220
+ * @support
2221
+ * | Platform | Apps |
2222
+ * | ------------- | -------- |
2223
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2224
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2225
+ * | web | demo,alipay,h5,tngdh5ng |
2226
+ */
2227
+ export declare const showLoadingAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
2228
+ /**
2229
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_showNavigationBarLoading
2230
+ * @support
2231
+ * | Platform | Apps |
2232
+ * | ------------- | -------- |
2233
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2234
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2235
+ * | web | demo,alipay |
2236
+ */
2237
+ export declare const showNavigationBarLoading: PickMPAttr<'showNavigationBarLoading'>;
2238
+ /**
2239
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_showNavigationBarLoading
2240
+ * @support
2241
+ * | Platform | Apps |
2242
+ * | ------------- | -------- |
2243
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2244
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2245
+ * | web | demo,alipay |
2246
+ */
2247
+ export declare const showNavigationBarLoadingAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
2248
+ /**
2249
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showToast
2250
+ * @support
2251
+ * | Platform | Apps |
2252
+ * | ------------- | -------- |
2253
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,wechat |
2254
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2255
+ * | web | demo,alipay,h5,tngdh5ng |
2256
+ */
2257
+ export declare const showToast: PickMPAttr<'showToast'>;
2258
+ /**
2259
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showToast
2260
+ * @support
2261
+ * | Platform | Apps |
2262
+ * | ------------- | -------- |
2263
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney,wechat |
2264
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2265
+ * | web | demo,alipay,h5,tngdh5ng |
2266
+ */
2267
+ export declare const showToastAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
2268
+ /**
2269
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_signContract
2270
+ * @support
2271
+ * | Platform | Apps |
2272
+ * | ------------- | -------- |
2273
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2274
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2275
+ * | web | demo,alipay |
2276
+ */
2277
+ export declare const signContract: PickMPAttr<'signContract'>;
2278
+ /**
2279
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_signContract
2280
+ * @support
2281
+ * | Platform | Apps |
2282
+ * | ------------- | -------- |
2283
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2284
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2285
+ * | web | demo,alipay |
2286
+ */
2287
+ export declare const signContractAsync: (args?: Omit<SignContractArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
2288
+ authState: string;
2289
+ authCode: string;
2290
+ }>;
2291
+ /**
2292
+ * @support
2293
+ * | Platform | Apps |
2294
+ * | ------------- | -------- |
2295
+ * | mp | demo |
2296
+ * | mp_web | demo |
2297
+ * | web | demo,alipay |
2298
+ */
2299
+ export declare const startApp: PickMPAttr<'startApp'>;
2300
+ /**
2301
+ * @support
2302
+ * | Platform | Apps |
2303
+ * | ------------- | -------- |
2304
+ * | mp | demo |
2305
+ * | mp_web | demo |
2306
+ * | web | demo,alipay |
2307
+ */
2308
+ export declare const startAppAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
2309
+ /**
2310
+ * @support
2311
+ * | Platform | Apps |
2312
+ * | ------------- | -------- |
2313
+ * | mp | demo |
2314
+ * | mp_web | demo |
2315
+ * | web | demo |
2316
+ */
2317
+ export declare const startBizService: PickMPAttr<'startBizService'>;
2318
+ /**
2319
+ * @support
2320
+ * | Platform | Apps |
2321
+ * | ------------- | -------- |
2322
+ * | mp | demo |
2323
+ * | mp_web | demo |
2324
+ * | web | demo |
2325
+ */
2326
+ export declare const startBizServiceAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
2327
+ /**
2328
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_startBluetoothDevicesDiscovery
2329
+ * @support
2330
+ * | Platform | Apps |
2331
+ * | ------------- | -------- |
2332
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2333
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2334
+ * | web | |
2335
+ */
2336
+ export declare const startBluetoothDevicesDiscovery: PickMPAttr<'startBluetoothDevicesDiscovery'>;
2337
+ /**
2338
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_startBluetoothDevicesDiscovery
2339
+ * @support
2340
+ * | Platform | Apps |
2341
+ * | ------------- | -------- |
2342
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2343
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2344
+ * | web | |
2345
+ */
2346
+ export declare const startBluetoothDevicesDiscoveryAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
2347
+ /**
2348
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_startPullDownRefresh
2349
+ * @support
2350
+ * | Platform | Apps |
2351
+ * | ------------- | -------- |
2352
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2353
+ * | web | |
2354
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2355
+ */
2356
+ export declare const startPullDownRefresh: PickMPAttr<'startPullDownRefresh'>;
2357
+ /**
2358
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_startPullDownRefresh
2359
+ * @support
2360
+ * | Platform | Apps |
2361
+ * | ------------- | -------- |
2362
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2363
+ * | web | |
2364
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2365
+ */
2366
+ export declare const startPullDownRefreshAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
2367
+ /**
2368
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_stopBluetoothDevicesDiscovery
2369
+ * @support
2370
+ * | Platform | Apps |
2371
+ * | ------------- | -------- |
2372
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2373
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2374
+ * | web | |
2375
+ */
2376
+ export declare const stopBluetoothDevicesDiscovery: PickMPAttr<'stopBluetoothDevicesDiscovery'>;
2377
+ /**
2378
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_stopBluetoothDevicesDiscovery
2379
+ * @support
2380
+ * | Platform | Apps |
2381
+ * | ------------- | -------- |
2382
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2383
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2384
+ * | web | |
2385
+ */
2386
+ export declare const stopBluetoothDevicesDiscoveryAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
2387
+ /**
2388
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_stopPullDownRefresh
2389
+ * @support
2390
+ * | Platform | Apps |
2391
+ * | ------------- | -------- |
2392
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2393
+ * | web | |
2394
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2395
+ */
2396
+ export declare const stopPullDownRefresh: PickMPAttr<'stopPullDownRefresh'>;
2397
+ /**
2398
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_stopPullDownRefresh
2399
+ * @support
2400
+ * | Platform | Apps |
2401
+ * | ------------- | -------- |
2402
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2403
+ * | web | |
2404
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2405
+ */
2406
+ export declare const stopPullDownRefreshAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
2407
+ /**
2408
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_switchTab
2409
+ * @support
2410
+ * | Platform | Apps |
2411
+ * | ------------- | -------- |
2412
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2413
+ * | web | |
2414
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2415
+ */
2416
+ export declare const switchTab: PickMPAttr<'switchTab'>;
2417
+ /**
2418
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_switchTab
2419
+ * @support
2420
+ * | Platform | Apps |
2421
+ * | ------------- | -------- |
2422
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2423
+ * | web | |
2424
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2425
+ */
2426
+ export declare const switchTabAsync: (args?: Omit<SwitchTabArgs, "success" | "fail" | "complete"> | undefined) => Promise<undefined>;
2427
+ /**
2428
+ * @support
2429
+ * | Platform | Apps |
2430
+ * | ------------- | -------- |
2431
+ * | mp | demo |
2432
+ * | mp_web | demo |
2433
+ * | web | demo |
2434
+ */
2435
+ export declare const thirdPartyAuthForAc: PickMPAttr<'thirdPartyAuthForAc'>;
2436
+ /**
2437
+ * @support
2438
+ * | Platform | Apps |
2439
+ * | ------------- | -------- |
2440
+ * | mp | demo |
2441
+ * | mp_web | demo |
2442
+ * | web | demo |
2443
+ */
2444
+ export declare const thirdPartyAuthForAcAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
2445
+ /**
2446
+ * @notice tradePay 在国际小程序跨投到主站时,可以传参 flowType 指定调用 tradePayCrossApp。在国际钱包中,tradePay 直接透传参数。
2447
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_tradePay
2448
+ * @support
2449
+ * | Platform | Apps |
2450
+ * | ------------- | -------- |
2451
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2452
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2453
+ * | web | demo,alipay |
2454
+ */
2455
+ export declare const tradePay: PickMPAttr<'tradePay'>;
2456
+ /**
2457
+ * @notice tradePay 在国际小程序跨投到主站时,可以传参 flowType 指定调用 tradePayCrossApp。在国际钱包中,tradePay 直接透传参数。
2458
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_tradePay
2459
+ * @support
2460
+ * | Platform | Apps |
2461
+ * | ------------- | -------- |
2462
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2463
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2464
+ * | web | demo,alipay |
2465
+ */
2466
+ export declare const tradePayAsync: (args?: Omit<TradePayArgs, "success" | "fail" | "complete"> | undefined) => Promise<{
2467
+ resultCode: string;
2468
+ }>;
2469
+ /**
2470
+ * @notice 小程序跨投到主站专用的 JSAPI,国际容器不需要调用。能力已经被 tradePay 抹平,该 JSAPI 不需要再调用
2471
+ * @support
2472
+ * | Platform | Apps |
2473
+ * | ------------- | -------- |
2474
+ * | mp | alipay |
2475
+ * | mp_web | alipay |
2476
+ * | web | alipay |
2477
+ */
2478
+ export declare const crossPay: PickMPAttr<'crossPay'>;
2479
+ /**
2480
+ * @notice 小程序跨投到主站专用的 JSAPI,国际容器不需要调用。能力已经被 tradePay 抹平,该 JSAPI 不需要再调用
2481
+ * @support
2482
+ * | Platform | Apps |
2483
+ * | ------------- | -------- |
2484
+ * | mp | alipay |
2485
+ * | mp_web | alipay |
2486
+ * | web | alipay |
2487
+ */
2488
+ export declare const crossPayAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
2489
+ /**
2490
+ * @support
2491
+ * | Platform | Apps |
2492
+ * | ------------- | -------- |
2493
+ * | mp | demo |
2494
+ * | mp_web | demo |
2495
+ * | web | demo |
2496
+ */
2497
+ export declare const uploadApdidToken: PickMPAttr<'uploadApdidToken'>;
2498
+ /**
2499
+ * @support
2500
+ * | Platform | Apps |
2501
+ * | ------------- | -------- |
2502
+ * | mp | demo |
2503
+ * | mp_web | demo |
2504
+ * | web | demo |
2505
+ */
2506
+ export declare const uploadApdidTokenAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
2507
+ /**
2508
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_uploadFile
2509
+ * @support
2510
+ * | Platform | Apps |
2511
+ * | ------------- | -------- |
2512
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2513
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2514
+ * | web | demo,alipay |
2515
+ */
2516
+ export declare const uploadFile: PickMPAttr<'uploadFile'>;
2517
+ /**
2518
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_uploadFile
2519
+ * @support
2520
+ * | Platform | Apps |
2521
+ * | ------------- | -------- |
2522
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2523
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2524
+ * | web | demo,alipay |
2525
+ */
2526
+ export declare const uploadFileAsync: (args?: Omit<UploadFileArgs, "success" | "fail" | "complete"> | undefined) => Promise<UploadFileCallbackValue>;
2527
+ /**
2528
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Vibrate_vibrate
2529
+ * @support
2530
+ * | Platform | Apps |
2531
+ * | ------------- | -------- |
2532
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2533
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2534
+ * | web | demo,alipay,tngdh5ng |
2535
+ */
2536
+ export declare const vibrate: PickMPAttr<'vibrate'>;
2537
+ /**
2538
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Vibrate_vibrate
2539
+ * @support
2540
+ * | Platform | Apps |
2541
+ * | ------------- | -------- |
2542
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2543
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2544
+ * | web | demo,alipay,tngdh5ng |
2545
+ */
2546
+ export declare const vibrateAsync: (args?: Omit<AsyncCallback<void>, "success" | "fail" | "complete"> | undefined) => Promise<void>;
2547
+ /**
2548
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Watch-Shake_watchShake
2549
+ * @support
2550
+ * | Platform | Apps |
2551
+ * | ------------- | -------- |
2552
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2553
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2554
+ */
2555
+ export declare const watchShake: PickMPAttr<'watchShake'>;
2556
+ /**
2557
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Watch-Shake_watchShake
2558
+ * @support
2559
+ * | Platform | Apps |
2560
+ * | ------------- | -------- |
2561
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2562
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2563
+ */
2564
+ export declare const watchShakeAsync: (args?: Omit<import("@hylid/call/lib/promisify").Options, "success" | "fail" | "complete"> | undefined) => Promise<any>;
2565
+ /**
2566
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_writeBLECharacteristicValue
2567
+ * @support
2568
+ * | Platform | Apps |
2569
+ * | ------------- | -------- |
2570
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2571
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2572
+ * | web | demo |
2573
+ */
2574
+ export declare const writeBLECharacteristicValue: PickMPAttr<'writeBLECharacteristicValue'>;
2575
+ /**
2576
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_writeBLECharacteristicValue
2577
+ * @support
2578
+ * | Platform | Apps |
2579
+ * | ------------- | -------- |
2580
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2581
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2582
+ * | web | demo |
2583
+ */
2584
+ export declare const writeBLECharacteristicValueAsync: (args?: Omit<WriteBLECharacteristicValueArgs, "success" | "fail" | "complete"> | undefined) => Promise<any>;
2585
+ /**
2586
+ * @support
2587
+ * | Platform | Apps |
2588
+ * | ------------- | -------- |
2589
+ * | mp | alipay |
2590
+ * | web | h5 |
2591
+ */
2592
+ export declare const getLaunchOptionsSync: PickMPAttr<'getLaunchOptionsSync'>;
2593
+ /**
2594
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Selector-Query_createSelectorQuery
2595
+ * @support
2596
+ * | Platform | Apps |
2597
+ * | ------------- | -------- |
2598
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2599
+ * | web | h5 |
2600
+ */
2601
+ export declare const createSelectorQuery: PickMPAttr<'createSelectorQuery'>;
2602
+ /**
2603
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Basic_canIUse
2604
+ * @support
2605
+ * | Platform | Apps |
2606
+ * | ------------- | -------- |
2607
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2608
+ * | web | |
2609
+ * | mp_web | |
2610
+ */
2611
+ export declare const canIUse: PickMPAttr<'canIUse'>;
2612
+ /**
2613
+ * @support
2614
+ * | Platform | Apps |
2615
+ * | ------------- | -------- |
2616
+ * | mp | demo |
2617
+ * | web | |
2618
+ */
2619
+ export declare const getStorageInfo: PickMPAttr<'getStorageInfo'>;
2620
+ /**
2621
+ * @support
2622
+ * | Platform | Apps |
2623
+ * | ------------- | -------- |
2624
+ * | mp | demo |
2625
+ * | web | |
2626
+ */
2627
+ export declare const getStorageInfoAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
2628
+ /**
2629
+ * @support
2630
+ * | Platform | Apps |
2631
+ * | ------------- | -------- |
2632
+ * | mp | demo,alipay |
2633
+ * | web | |
2634
+ */
2635
+ export declare const getStorageInfoSync: PickMPAttr<'getStorageInfoSync'>;
2636
+ /**
2637
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_share_showsharepanel
2638
+ * @support
2639
+ * | Platform | Apps |
2640
+ * | ------------- | -------- |
2641
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2642
+ * | web | |
2643
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2644
+ */
2645
+ export declare const showSharePanel: PickMPAttr<'showSharePanel'>;
2646
+ /**
2647
+ * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_share_showsharepanel
2648
+ * @support
2649
+ * | Platform | Apps |
2650
+ * | ------------- | -------- |
2651
+ * | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2652
+ * | web | |
2653
+ * | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,truemoney |
2654
+ */
2655
+ export declare const showSharePanelAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;
2656
+ /**
2657
+ * @support
2658
+ * | Platform | Apps |
2659
+ * | ------------- | -------- |
2660
+ * | mp | demo |
2661
+ * | mp_web | demo |
2662
+ */
2663
+ export declare const hideOptionButton: PickMPAttr<'hideOptionButton'>;
2664
+ /**
2665
+ * @support
2666
+ * | Platform | Apps |
2667
+ * | ------------- | -------- |
2668
+ * | mp | demo |
2669
+ * | mp_web | demo |
2670
+ */
2671
+ export declare const hideOptionButtonAsync: (args?: Omit<any, "success" | "fail" | "complete"> | undefined) => Promise<unknown>;