hylid-bridge 4.0.8-alpha.1 → 4.0.10

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 (1575) hide show
  1. package/README.md +144 -192
  2. package/canIUse.json +1 -1
  3. package/lib/bridges.d.ts +531 -739
  4. package/lib/bridges.js +1044 -1277
  5. package/lib/clients/mp/alipay/index.d.ts +2 -4
  6. package/lib/clients/mp/alipay/index.js +2 -4
  7. package/lib/clients/mp/alipayhk/index.d.ts +2 -4
  8. package/lib/clients/mp/alipayhk/index.js +2 -4
  9. package/lib/clients/mp/chope/index.d.ts +1 -1
  10. package/lib/clients/mp/dana/index.d.ts +2 -4
  11. package/lib/clients/mp/dana/index.js +2 -4
  12. package/lib/clients/mp/demo/index.d.ts +3 -5
  13. package/lib/clients/mp/demo/index.js +2 -4
  14. package/lib/clients/mp/gcash/index.d.ts +2 -4
  15. package/lib/clients/mp/gcash/index.js +2 -4
  16. package/lib/clients/mp/tmn/index.d.ts +379 -0
  17. package/lib/clients/mp/tmn/index.js +249 -0
  18. package/lib/clients/mp/tngd/index.d.ts +2 -4
  19. package/lib/clients/mp/tngd/index.js +2 -4
  20. package/lib/clients/mp_web/alipay/index.d.ts +2 -4
  21. package/lib/clients/mp_web/alipay/index.js +1 -3
  22. package/lib/clients/mp_web/alipayhk/chooseFileFromDisk.d.ts +2 -0
  23. package/lib/clients/mp_web/alipayhk/chooseFileFromDisk.js +3 -0
  24. package/lib/clients/mp_web/alipayhk/chooseVideo.d.ts +2 -0
  25. package/lib/clients/mp_web/alipayhk/chooseVideo.js +3 -0
  26. package/lib/clients/mp_web/alipayhk/compressImage.d.ts +2 -0
  27. package/lib/clients/mp_web/alipayhk/compressImage.js +3 -0
  28. package/lib/clients/mp_web/alipayhk/exitApp.d.ts +2 -0
  29. package/lib/clients/mp_web/alipayhk/exitApp.js +3 -0
  30. package/lib/clients/mp_web/alipayhk/getRunScene.d.ts +2 -0
  31. package/lib/clients/mp_web/alipayhk/getRunScene.js +3 -0
  32. package/lib/clients/mp_web/alipayhk/index.d.ts +59 -56
  33. package/lib/clients/mp_web/alipayhk/index.js +19 -29
  34. package/lib/clients/mp_web/alipayhk/setTabBarItem.d.ts +2 -0
  35. package/lib/clients/mp_web/alipayhk/setTabBarItem.js +3 -0
  36. package/lib/clients/mp_web/alipayhk/showTabBar.d.ts +2 -0
  37. package/lib/clients/mp_web/alipayhk/showTabBar.js +3 -0
  38. package/lib/clients/mp_web/chope/index.d.ts +2 -4
  39. package/lib/clients/mp_web/chope/index.js +1 -3
  40. package/lib/clients/mp_web/dana/chooseFileFromDisk.d.ts +2 -0
  41. package/lib/clients/mp_web/dana/chooseFileFromDisk.js +3 -0
  42. package/lib/clients/mp_web/dana/chooseVideo.d.ts +2 -0
  43. package/lib/clients/mp_web/dana/chooseVideo.js +3 -0
  44. package/lib/clients/mp_web/dana/compressImage.d.ts +2 -0
  45. package/lib/clients/mp_web/dana/compressImage.js +3 -0
  46. package/lib/clients/mp_web/dana/getRunScene.d.ts +2 -0
  47. package/lib/clients/mp_web/dana/getRunScene.js +3 -0
  48. package/lib/clients/mp_web/dana/index.d.ts +57 -56
  49. package/lib/clients/mp_web/dana/index.js +17 -29
  50. package/lib/clients/mp_web/dana/navigateToBizScene.d.ts +2 -0
  51. package/lib/clients/mp_web/dana/navigateToBizScene.js +3 -0
  52. package/lib/clients/mp_web/dana/setTabBarItem.d.ts +2 -0
  53. package/lib/clients/mp_web/dana/setTabBarItem.js +3 -0
  54. package/lib/clients/mp_web/dana/showTabBar.d.ts +2 -0
  55. package/lib/clients/mp_web/dana/showTabBar.js +3 -0
  56. package/lib/clients/mp_web/demo/index.d.ts +3 -7
  57. package/lib/clients/mp_web/demo/index.js +2 -6
  58. package/lib/clients/mp_web/gcash/chooseFileFromDisk.d.ts +2 -0
  59. package/lib/clients/mp_web/gcash/chooseFileFromDisk.js +3 -0
  60. package/lib/clients/mp_web/gcash/chooseVideo.d.ts +2 -0
  61. package/lib/clients/mp_web/gcash/chooseVideo.js +3 -0
  62. package/lib/clients/mp_web/gcash/compressImage.d.ts +2 -0
  63. package/lib/clients/mp_web/gcash/compressImage.js +3 -0
  64. package/lib/clients/mp_web/gcash/getRunScene.d.ts +2 -0
  65. package/lib/clients/mp_web/gcash/getRunScene.js +3 -0
  66. package/lib/clients/mp_web/gcash/index.d.ts +57 -56
  67. package/lib/clients/mp_web/gcash/index.js +17 -29
  68. package/lib/clients/mp_web/gcash/navigateToBizScene.d.ts +2 -0
  69. package/lib/clients/mp_web/gcash/navigateToBizScene.js +3 -0
  70. package/lib/clients/mp_web/gcash/setTabBarItem.d.ts +2 -0
  71. package/lib/clients/mp_web/gcash/setTabBarItem.js +3 -0
  72. package/lib/clients/mp_web/gcash/showTabBar.d.ts +2 -0
  73. package/lib/clients/mp_web/gcash/showTabBar.js +3 -0
  74. package/lib/clients/mp_web/mpay/chooseFileFromDisk.d.ts +2 -0
  75. package/lib/clients/mp_web/mpay/chooseFileFromDisk.js +3 -0
  76. package/lib/clients/mp_web/mpay/chooseVideo.d.ts +2 -0
  77. package/lib/clients/mp_web/mpay/chooseVideo.js +3 -0
  78. package/lib/clients/mp_web/mpay/compressImage.d.ts +2 -0
  79. package/lib/clients/mp_web/mpay/compressImage.js +3 -0
  80. package/lib/clients/mp_web/mpay/getAppId.d.ts +1 -1
  81. package/lib/clients/mp_web/mpay/getAppId.js +1 -1
  82. package/lib/clients/mp_web/mpay/getAppToken.d.ts +1 -1
  83. package/lib/clients/mp_web/mpay/getAppToken.js +1 -1
  84. package/lib/clients/mp_web/mpay/getRunScene.d.ts +2 -0
  85. package/lib/clients/mp_web/mpay/getRunScene.js +3 -0
  86. package/lib/clients/mp_web/mpay/index.d.ts +378 -56
  87. package/lib/clients/mp_web/mpay/index.js +235 -29
  88. package/lib/clients/mp_web/mpay/navigateToBizScene.d.ts +2 -0
  89. package/lib/clients/mp_web/mpay/navigateToBizScene.js +3 -0
  90. package/lib/clients/mp_web/mpay/setTabBarItem.d.ts +2 -0
  91. package/lib/clients/mp_web/mpay/setTabBarItem.js +3 -0
  92. package/lib/clients/mp_web/mpay/showTabBar.d.ts +2 -0
  93. package/lib/clients/mp_web/mpay/showTabBar.js +3 -0
  94. package/lib/clients/mp_web/tmn/addPhoneContact.d.ts +2 -0
  95. package/lib/clients/mp_web/tmn/addPhoneContact.js +3 -0
  96. package/lib/clients/mp_web/tmn/alert.d.ts +2 -0
  97. package/lib/clients/mp_web/tmn/alert.js +3 -0
  98. package/lib/clients/mp_web/tmn/chooseFileFromDisk.d.ts +2 -0
  99. package/lib/clients/mp_web/tmn/chooseFileFromDisk.js +3 -0
  100. package/lib/clients/mp_web/tmn/chooseImage.d.ts +2 -0
  101. package/lib/clients/mp_web/tmn/chooseImage.js +3 -0
  102. package/lib/clients/mp_web/tmn/choosePhoneContact.d.ts +2 -0
  103. package/lib/clients/mp_web/tmn/choosePhoneContact.js +3 -0
  104. package/lib/clients/mp_web/tmn/chooseVideo.d.ts +2 -0
  105. package/lib/clients/mp_web/tmn/chooseVideo.js +3 -0
  106. package/lib/clients/mp_web/tmn/clearStorage.d.ts +2 -0
  107. package/lib/clients/mp_web/tmn/clearStorage.js +3 -0
  108. package/lib/clients/mp_web/tmn/closeBluetoothAdapter.d.ts +2 -0
  109. package/lib/clients/mp_web/tmn/closeBluetoothAdapter.js +3 -0
  110. package/lib/clients/mp_web/tmn/closeSocket.d.ts +2 -0
  111. package/lib/clients/mp_web/tmn/closeSocket.js +3 -0
  112. package/lib/clients/mp_web/tmn/compressImage.d.ts +2 -0
  113. package/lib/clients/mp_web/tmn/compressImage.js +3 -0
  114. package/lib/clients/mp_web/tmn/confirm.d.ts +2 -0
  115. package/lib/clients/mp_web/tmn/confirm.js +3 -0
  116. package/lib/clients/mp_web/tmn/connectBLEDevice.d.ts +2 -0
  117. package/lib/clients/mp_web/tmn/connectBLEDevice.js +3 -0
  118. package/lib/clients/mp_web/tmn/connectSocket.d.ts +2 -0
  119. package/lib/clients/mp_web/tmn/connectSocket.js +3 -0
  120. package/lib/clients/mp_web/tmn/datePicker.d.ts +2 -0
  121. package/lib/clients/mp_web/tmn/datePicker.js +3 -0
  122. package/lib/clients/mp_web/tmn/disconnectBLEDevice.d.ts +2 -0
  123. package/lib/clients/mp_web/tmn/disconnectBLEDevice.js +3 -0
  124. package/lib/clients/mp_web/tmn/downloadFile.d.ts +2 -0
  125. package/lib/clients/mp_web/tmn/downloadFile.js +3 -0
  126. package/lib/clients/mp_web/tmn/getBLEDeviceCharacteristics.d.ts +2 -0
  127. package/lib/clients/mp_web/tmn/getBLEDeviceCharacteristics.js +3 -0
  128. package/lib/clients/mp_web/tmn/getBLEDeviceServices.d.ts +2 -0
  129. package/lib/clients/mp_web/tmn/getBLEDeviceServices.js +3 -0
  130. package/lib/clients/mp_web/tmn/getBatteryInfo.d.ts +2 -0
  131. package/lib/clients/mp_web/tmn/getBatteryInfo.js +3 -0
  132. package/lib/clients/mp_web/tmn/getBluetoothAdapterState.d.ts +2 -0
  133. package/lib/clients/mp_web/tmn/getBluetoothAdapterState.js +3 -0
  134. package/lib/clients/mp_web/tmn/getBluetoothDevices.d.ts +2 -0
  135. package/lib/clients/mp_web/tmn/getBluetoothDevices.js +3 -0
  136. package/lib/clients/mp_web/tmn/getClipboard.d.ts +2 -0
  137. package/lib/clients/mp_web/tmn/getClipboard.js +3 -0
  138. package/lib/clients/mp_web/tmn/getConnectedBluetoothDevices.d.ts +2 -0
  139. package/lib/clients/mp_web/tmn/getConnectedBluetoothDevices.js +3 -0
  140. package/lib/clients/mp_web/tmn/getFileInfo.d.ts +2 -0
  141. package/lib/clients/mp_web/tmn/getFileInfo.js +3 -0
  142. package/lib/clients/mp_web/tmn/getImageInfo.d.ts +2 -0
  143. package/lib/clients/mp_web/tmn/getImageInfo.js +3 -0
  144. package/lib/clients/mp_web/tmn/getLocation.d.ts +2 -0
  145. package/lib/clients/mp_web/tmn/getLocation.js +3 -0
  146. package/lib/clients/mp_web/tmn/getNetworkType.d.ts +2 -0
  147. package/lib/clients/mp_web/tmn/getNetworkType.js +3 -0
  148. package/lib/clients/mp_web/tmn/getOpenUserInfo.d.ts +2 -0
  149. package/lib/clients/mp_web/tmn/getOpenUserInfo.js +3 -0
  150. package/lib/clients/mp_web/tmn/getRunScene.d.ts +2 -0
  151. package/lib/clients/mp_web/tmn/getRunScene.js +3 -0
  152. package/lib/clients/mp_web/tmn/getSavedFileInfo.d.ts +2 -0
  153. package/lib/clients/mp_web/tmn/getSavedFileInfo.js +3 -0
  154. package/lib/clients/mp_web/tmn/getSavedFileList.d.ts +2 -0
  155. package/lib/clients/mp_web/tmn/getSavedFileList.js +3 -0
  156. package/lib/clients/mp_web/tmn/getScreenBrightness.d.ts +2 -0
  157. package/lib/clients/mp_web/tmn/getScreenBrightness.js +3 -0
  158. package/lib/clients/mp_web/tmn/getServerTime.d.ts +2 -0
  159. package/lib/clients/mp_web/tmn/getServerTime.js +3 -0
  160. package/lib/clients/mp_web/tmn/getSetting.d.ts +2 -0
  161. package/lib/clients/mp_web/tmn/getSetting.js +3 -0
  162. package/lib/clients/mp_web/tmn/getSiteInfo.d.ts +2 -0
  163. package/lib/clients/mp_web/tmn/getSiteInfo.js +3 -0
  164. package/lib/clients/mp_web/tmn/getSystemInfo.d.ts +2 -0
  165. package/lib/clients/mp_web/tmn/getSystemInfo.js +3 -0
  166. package/lib/clients/mp_web/tmn/hideBackHome.d.ts +2 -0
  167. package/lib/clients/mp_web/tmn/hideBackHome.js +3 -0
  168. package/lib/clients/mp_web/tmn/hideKeyboard.d.ts +2 -0
  169. package/lib/clients/mp_web/tmn/hideKeyboard.js +3 -0
  170. package/lib/clients/mp_web/tmn/hideLoading.d.ts +2 -0
  171. package/lib/clients/mp_web/tmn/hideLoading.js +3 -0
  172. package/lib/clients/mp_web/tmn/hideNavigationBarLoading.d.ts +2 -0
  173. package/lib/clients/mp_web/tmn/hideNavigationBarLoading.js +3 -0
  174. package/lib/clients/mp_web/tmn/hideTabBar.d.ts +2 -0
  175. package/lib/clients/mp_web/tmn/hideTabBar.js +3 -0
  176. package/lib/clients/mp_web/tmn/hideToast.d.ts +2 -0
  177. package/lib/clients/mp_web/tmn/hideToast.js +3 -0
  178. package/lib/clients/mp_web/tmn/index.d.ts +419 -0
  179. package/lib/clients/mp_web/tmn/index.js +253 -0
  180. package/lib/clients/mp_web/tmn/makePhoneCall.d.ts +2 -0
  181. package/lib/clients/mp_web/tmn/makePhoneCall.js +3 -0
  182. package/lib/clients/mp_web/tmn/multiLevelSelect.d.ts +2 -0
  183. package/lib/clients/mp_web/tmn/multiLevelSelect.js +3 -0
  184. package/lib/clients/mp_web/tmn/navigateBack.d.ts +2 -0
  185. package/lib/clients/mp_web/tmn/navigateBack.js +3 -0
  186. package/lib/clients/mp_web/tmn/navigateBackMiniProgram.d.ts +2 -0
  187. package/lib/clients/mp_web/tmn/navigateBackMiniProgram.js +3 -0
  188. package/lib/clients/mp_web/tmn/navigateTo.d.ts +2 -0
  189. package/lib/clients/mp_web/tmn/navigateTo.js +3 -0
  190. package/lib/clients/mp_web/tmn/navigateToBizScene.d.ts +2 -0
  191. package/lib/clients/mp_web/tmn/navigateToBizScene.js +3 -0
  192. package/lib/clients/mp_web/tmn/navigateToMiniProgram.d.ts +2 -0
  193. package/lib/clients/mp_web/tmn/navigateToMiniProgram.js +3 -0
  194. package/lib/clients/mp_web/tmn/notifyBLECharacteristicValueChange.d.ts +2 -0
  195. package/lib/clients/mp_web/tmn/notifyBLECharacteristicValueChange.js +3 -0
  196. package/lib/clients/mp_web/tmn/offAccelerometerChange.d.ts +2 -0
  197. package/lib/clients/mp_web/tmn/offAccelerometerChange.js +3 -0
  198. package/lib/clients/mp_web/tmn/offBLECharacteristicValueChange.d.ts +2 -0
  199. package/lib/clients/mp_web/tmn/offBLECharacteristicValueChange.js +3 -0
  200. package/lib/clients/mp_web/tmn/offBLEConnectionStateChanged.d.ts +2 -0
  201. package/lib/clients/mp_web/tmn/offBLEConnectionStateChanged.js +3 -0
  202. package/lib/clients/mp_web/tmn/offBluetoothAdapterStateChange.d.ts +2 -0
  203. package/lib/clients/mp_web/tmn/offBluetoothAdapterStateChange.js +3 -0
  204. package/lib/clients/mp_web/tmn/offBluetoothDeviceFound.d.ts +2 -0
  205. package/lib/clients/mp_web/tmn/offBluetoothDeviceFound.js +3 -0
  206. package/lib/clients/mp_web/tmn/offCompassChange.d.ts +2 -0
  207. package/lib/clients/mp_web/tmn/offCompassChange.js +3 -0
  208. package/lib/clients/mp_web/tmn/offMemoryWarning.d.ts +2 -0
  209. package/lib/clients/mp_web/tmn/offMemoryWarning.js +3 -0
  210. package/lib/clients/mp_web/tmn/offSocketClose.d.ts +2 -0
  211. package/lib/clients/mp_web/tmn/offSocketClose.js +3 -0
  212. package/lib/clients/mp_web/tmn/offSocketError.d.ts +2 -0
  213. package/lib/clients/mp_web/tmn/offSocketError.js +3 -0
  214. package/lib/clients/mp_web/tmn/offSocketMessage.d.ts +2 -0
  215. package/lib/clients/mp_web/tmn/offSocketMessage.js +3 -0
  216. package/lib/clients/mp_web/tmn/offSocketOpen.d.ts +2 -0
  217. package/lib/clients/mp_web/tmn/offSocketOpen.js +3 -0
  218. package/lib/clients/mp_web/tmn/offUserCaptureScreen.d.ts +2 -0
  219. package/lib/clients/mp_web/tmn/offUserCaptureScreen.js +3 -0
  220. package/lib/clients/mp_web/tmn/onAccelerometerChange.d.ts +2 -0
  221. package/lib/clients/mp_web/tmn/onAccelerometerChange.js +3 -0
  222. package/lib/clients/mp_web/tmn/onBLECharacteristicValueChange.d.ts +2 -0
  223. package/lib/clients/mp_web/tmn/onBLECharacteristicValueChange.js +3 -0
  224. package/lib/clients/mp_web/tmn/onBLEConnectionStateChanged.d.ts +2 -0
  225. package/lib/clients/mp_web/tmn/onBLEConnectionStateChanged.js +3 -0
  226. package/lib/clients/mp_web/tmn/onBluetoothAdapterStateChange.d.ts +2 -0
  227. package/lib/clients/mp_web/tmn/onBluetoothAdapterStateChange.js +3 -0
  228. package/lib/clients/mp_web/tmn/onBluetoothDeviceFound.d.ts +2 -0
  229. package/lib/clients/mp_web/tmn/onBluetoothDeviceFound.js +3 -0
  230. package/lib/clients/mp_web/tmn/onCompassChange.d.ts +2 -0
  231. package/lib/clients/mp_web/tmn/onCompassChange.js +3 -0
  232. package/lib/clients/mp_web/tmn/onMemoryWarning.d.ts +2 -0
  233. package/lib/clients/mp_web/tmn/onMemoryWarning.js +3 -0
  234. package/lib/clients/mp_web/tmn/onSocketClose.d.ts +2 -0
  235. package/lib/clients/mp_web/tmn/onSocketClose.js +3 -0
  236. package/lib/clients/mp_web/tmn/onSocketError.d.ts +2 -0
  237. package/lib/clients/mp_web/tmn/onSocketError.js +3 -0
  238. package/lib/clients/mp_web/tmn/onSocketMessage.d.ts +2 -0
  239. package/lib/clients/mp_web/tmn/onSocketMessage.js +3 -0
  240. package/lib/clients/mp_web/tmn/onSocketOpen.d.ts +2 -0
  241. package/lib/clients/mp_web/tmn/onSocketOpen.js +3 -0
  242. package/lib/clients/mp_web/tmn/onUserCaptureScreen.d.ts +2 -0
  243. package/lib/clients/mp_web/tmn/onUserCaptureScreen.js +3 -0
  244. package/lib/clients/mp_web/tmn/openBluetoothAdapter.d.ts +2 -0
  245. package/lib/clients/mp_web/tmn/openBluetoothAdapter.js +3 -0
  246. package/lib/clients/mp_web/tmn/openDocument.d.ts +2 -0
  247. package/lib/clients/mp_web/tmn/openDocument.js +3 -0
  248. package/lib/clients/mp_web/tmn/openSetting.d.ts +2 -0
  249. package/lib/clients/mp_web/tmn/openSetting.js +3 -0
  250. package/lib/clients/mp_web/tmn/pageScrollTo.d.ts +2 -0
  251. package/lib/clients/mp_web/tmn/pageScrollTo.js +3 -0
  252. package/lib/clients/mp_web/tmn/previewImage.d.ts +2 -0
  253. package/lib/clients/mp_web/tmn/previewImage.js +3 -0
  254. package/lib/clients/mp_web/tmn/prompt.d.ts +2 -0
  255. package/lib/clients/mp_web/tmn/prompt.js +3 -0
  256. package/lib/clients/mp_web/tmn/reLaunch.d.ts +2 -0
  257. package/lib/clients/mp_web/tmn/reLaunch.js +3 -0
  258. package/lib/clients/mp_web/tmn/readBLECharacteristicValue.d.ts +2 -0
  259. package/lib/clients/mp_web/tmn/readBLECharacteristicValue.js +3 -0
  260. package/lib/clients/mp_web/tmn/redirectTo.d.ts +2 -0
  261. package/lib/clients/mp_web/tmn/redirectTo.js +3 -0
  262. package/lib/clients/mp_web/tmn/removeSavedFile.d.ts +2 -0
  263. package/lib/clients/mp_web/tmn/removeSavedFile.js +3 -0
  264. package/lib/clients/mp_web/tmn/removeStorage.d.ts +2 -0
  265. package/lib/clients/mp_web/tmn/removeStorage.js +3 -0
  266. package/lib/clients/mp_web/tmn/saveFile.d.ts +2 -0
  267. package/lib/clients/mp_web/tmn/saveFile.js +3 -0
  268. package/lib/clients/mp_web/tmn/saveImage.d.ts +2 -0
  269. package/lib/clients/mp_web/tmn/saveImage.js +3 -0
  270. package/lib/clients/mp_web/tmn/scan.d.ts +2 -0
  271. package/lib/clients/mp_web/tmn/scan.js +3 -0
  272. package/lib/clients/mp_web/tmn/sendSocketMessage.d.ts +2 -0
  273. package/lib/clients/mp_web/tmn/sendSocketMessage.js +3 -0
  274. package/lib/clients/mp_web/tmn/setBackgroundColor.d.ts +2 -0
  275. package/lib/clients/mp_web/tmn/setBackgroundColor.js +3 -0
  276. package/lib/clients/mp_web/tmn/setCanPullDown.d.ts +2 -0
  277. package/lib/clients/mp_web/tmn/setCanPullDown.js +3 -0
  278. package/lib/clients/mp_web/tmn/setClipboard.d.ts +2 -0
  279. package/lib/clients/mp_web/tmn/setClipboard.js +3 -0
  280. package/lib/clients/mp_web/tmn/setKeepScreenOn.d.ts +2 -0
  281. package/lib/clients/mp_web/tmn/setKeepScreenOn.js +3 -0
  282. package/lib/clients/mp_web/tmn/setNavigationBar.d.ts +2 -0
  283. package/lib/clients/mp_web/tmn/setNavigationBar.js +3 -0
  284. package/lib/clients/mp_web/tmn/setScreenBrightness.d.ts +2 -0
  285. package/lib/clients/mp_web/tmn/setScreenBrightness.js +3 -0
  286. package/lib/clients/mp_web/tmn/setTabBarItem.d.ts +2 -0
  287. package/lib/clients/mp_web/tmn/setTabBarItem.js +3 -0
  288. package/lib/clients/mp_web/tmn/setTabBarStyle.d.ts +2 -0
  289. package/lib/clients/mp_web/tmn/setTabBarStyle.js +3 -0
  290. package/lib/clients/mp_web/tmn/showActionSheet.d.ts +2 -0
  291. package/lib/clients/mp_web/tmn/showActionSheet.js +3 -0
  292. package/lib/clients/mp_web/tmn/showAuthGuide.d.ts +2 -0
  293. package/lib/clients/mp_web/tmn/showAuthGuide.js +3 -0
  294. package/lib/clients/mp_web/tmn/showLoading.d.ts +2 -0
  295. package/lib/clients/mp_web/tmn/showLoading.js +3 -0
  296. package/lib/clients/mp_web/tmn/showNavigationBarLoading.d.ts +2 -0
  297. package/lib/clients/mp_web/tmn/showNavigationBarLoading.js +3 -0
  298. package/lib/clients/mp_web/tmn/showSharePanel.d.ts +2 -0
  299. package/lib/clients/mp_web/tmn/showSharePanel.js +3 -0
  300. package/lib/clients/mp_web/tmn/showTabBar.d.ts +2 -0
  301. package/lib/clients/mp_web/tmn/showTabBar.js +3 -0
  302. package/lib/clients/mp_web/tmn/showToast.d.ts +2 -0
  303. package/lib/clients/mp_web/tmn/showToast.js +3 -0
  304. package/lib/clients/mp_web/tmn/signContract.d.ts +2 -0
  305. package/lib/clients/mp_web/tmn/signContract.js +3 -0
  306. package/lib/clients/mp_web/tmn/startBluetoothDevicesDiscovery.d.ts +2 -0
  307. package/lib/clients/mp_web/tmn/startBluetoothDevicesDiscovery.js +3 -0
  308. package/lib/clients/mp_web/tmn/startPullDownRefresh.d.ts +2 -0
  309. package/lib/clients/mp_web/tmn/startPullDownRefresh.js +3 -0
  310. package/lib/clients/mp_web/tmn/stopBluetoothDevicesDiscovery.d.ts +2 -0
  311. package/lib/clients/mp_web/tmn/stopBluetoothDevicesDiscovery.js +3 -0
  312. package/lib/clients/mp_web/tmn/stopPullDownRefresh.d.ts +2 -0
  313. package/lib/clients/mp_web/tmn/stopPullDownRefresh.js +3 -0
  314. package/lib/clients/mp_web/tmn/switchTab.d.ts +2 -0
  315. package/lib/clients/mp_web/tmn/switchTab.js +3 -0
  316. package/lib/clients/mp_web/tmn/tradePay.d.ts +2 -0
  317. package/lib/clients/mp_web/tmn/tradePay.js +3 -0
  318. package/lib/clients/mp_web/tmn/uploadFile.d.ts +2 -0
  319. package/lib/clients/mp_web/tmn/uploadFile.js +3 -0
  320. package/lib/clients/mp_web/tmn/vibrate.d.ts +2 -0
  321. package/lib/clients/mp_web/tmn/vibrate.js +3 -0
  322. package/lib/clients/mp_web/tmn/watchShake.d.ts +2 -0
  323. package/lib/clients/mp_web/tmn/watchShake.js +3 -0
  324. package/lib/clients/mp_web/tmn/writeBLECharacteristicValue.d.ts +2 -0
  325. package/lib/clients/mp_web/tmn/writeBLECharacteristicValue.js +3 -0
  326. package/lib/clients/mp_web/tngd/chooseFileFromDisk.d.ts +2 -0
  327. package/lib/clients/mp_web/tngd/chooseFileFromDisk.js +3 -0
  328. package/lib/clients/mp_web/tngd/chooseVideo.d.ts +2 -0
  329. package/lib/clients/mp_web/tngd/chooseVideo.js +3 -0
  330. package/lib/clients/mp_web/tngd/compressImage.d.ts +2 -0
  331. package/lib/clients/mp_web/tngd/compressImage.js +3 -0
  332. package/lib/clients/mp_web/tngd/getRunScene.d.ts +2 -0
  333. package/lib/clients/mp_web/tngd/getRunScene.js +3 -0
  334. package/lib/clients/mp_web/tngd/index.d.ts +57 -56
  335. package/lib/clients/mp_web/tngd/index.js +17 -29
  336. package/lib/clients/mp_web/tngd/navigateToBizScene.d.ts +2 -0
  337. package/lib/clients/mp_web/tngd/navigateToBizScene.js +3 -0
  338. package/lib/clients/mp_web/tngd/setTabBarItem.d.ts +2 -0
  339. package/lib/clients/mp_web/tngd/setTabBarItem.js +3 -0
  340. package/lib/clients/mp_web/tngd/showTabBar.d.ts +2 -0
  341. package/lib/clients/mp_web/tngd/showTabBar.js +3 -0
  342. package/lib/clients/mp_web/toss/addPhoneContact.d.ts +2 -0
  343. package/lib/clients/mp_web/toss/addPhoneContact.js +3 -0
  344. package/lib/clients/mp_web/toss/alert.d.ts +2 -0
  345. package/lib/clients/mp_web/toss/alert.js +3 -0
  346. package/lib/clients/mp_web/toss/chooseFileFromDisk.d.ts +2 -0
  347. package/lib/clients/mp_web/toss/chooseFileFromDisk.js +3 -0
  348. package/lib/clients/mp_web/toss/chooseImage.d.ts +2 -0
  349. package/lib/clients/mp_web/toss/chooseImage.js +3 -0
  350. package/lib/clients/mp_web/toss/choosePhoneContact.d.ts +2 -0
  351. package/lib/clients/mp_web/toss/choosePhoneContact.js +3 -0
  352. package/lib/clients/mp_web/toss/chooseVideo.d.ts +2 -0
  353. package/lib/clients/mp_web/toss/chooseVideo.js +3 -0
  354. package/lib/clients/mp_web/toss/clearStorage.d.ts +2 -0
  355. package/lib/clients/mp_web/toss/clearStorage.js +3 -0
  356. package/lib/clients/mp_web/toss/closeBluetoothAdapter.d.ts +2 -0
  357. package/lib/clients/mp_web/toss/closeBluetoothAdapter.js +3 -0
  358. package/lib/clients/mp_web/toss/closeSocket.d.ts +2 -0
  359. package/lib/clients/mp_web/toss/closeSocket.js +3 -0
  360. package/lib/clients/mp_web/toss/compressImage.d.ts +2 -0
  361. package/lib/clients/mp_web/toss/compressImage.js +3 -0
  362. package/lib/clients/mp_web/toss/confirm.d.ts +2 -0
  363. package/lib/clients/mp_web/toss/confirm.js +3 -0
  364. package/lib/clients/mp_web/toss/connectBLEDevice.d.ts +2 -0
  365. package/lib/clients/mp_web/toss/connectBLEDevice.js +3 -0
  366. package/lib/clients/mp_web/toss/connectSocket.d.ts +2 -0
  367. package/lib/clients/mp_web/toss/connectSocket.js +3 -0
  368. package/lib/clients/mp_web/toss/datePicker.d.ts +2 -0
  369. package/lib/clients/mp_web/toss/datePicker.js +3 -0
  370. package/lib/clients/mp_web/toss/disconnectBLEDevice.d.ts +2 -0
  371. package/lib/clients/mp_web/toss/disconnectBLEDevice.js +3 -0
  372. package/lib/clients/mp_web/toss/downloadFile.d.ts +2 -0
  373. package/lib/clients/mp_web/toss/downloadFile.js +3 -0
  374. package/lib/clients/mp_web/toss/exitApp.d.ts +2 -0
  375. package/lib/clients/mp_web/toss/exitApp.js +3 -0
  376. package/lib/clients/mp_web/toss/getAppToken.d.ts +2 -0
  377. package/lib/clients/mp_web/toss/getAppToken.js +3 -0
  378. package/lib/clients/mp_web/toss/getBLEDeviceCharacteristics.d.ts +2 -0
  379. package/lib/clients/mp_web/toss/getBLEDeviceCharacteristics.js +3 -0
  380. package/lib/clients/mp_web/toss/getBLEDeviceServices.d.ts +2 -0
  381. package/lib/clients/mp_web/toss/getBLEDeviceServices.js +3 -0
  382. package/lib/clients/mp_web/toss/getBatteryInfo.d.ts +2 -0
  383. package/lib/clients/mp_web/toss/getBatteryInfo.js +3 -0
  384. package/lib/clients/mp_web/toss/getBluetoothAdapterState.d.ts +2 -0
  385. package/lib/clients/mp_web/toss/getBluetoothAdapterState.js +3 -0
  386. package/lib/clients/mp_web/toss/getBluetoothDevices.d.ts +2 -0
  387. package/lib/clients/mp_web/toss/getBluetoothDevices.js +3 -0
  388. package/lib/clients/mp_web/toss/getClipboard.d.ts +2 -0
  389. package/lib/clients/mp_web/toss/getClipboard.js +3 -0
  390. package/lib/clients/mp_web/toss/getConnectedBluetoothDevices.d.ts +2 -0
  391. package/lib/clients/mp_web/toss/getConnectedBluetoothDevices.js +3 -0
  392. package/lib/clients/mp_web/toss/getFileInfo.d.ts +2 -0
  393. package/lib/clients/mp_web/toss/getFileInfo.js +3 -0
  394. package/lib/clients/mp_web/toss/getImageInfo.d.ts +2 -0
  395. package/lib/clients/mp_web/toss/getImageInfo.js +3 -0
  396. package/lib/clients/mp_web/toss/getLocation.d.ts +2 -0
  397. package/lib/clients/mp_web/toss/getLocation.js +3 -0
  398. package/lib/clients/mp_web/toss/getNetworkType.d.ts +2 -0
  399. package/lib/clients/mp_web/toss/getNetworkType.js +3 -0
  400. package/lib/clients/mp_web/toss/getOpenUserInfo.d.ts +2 -0
  401. package/lib/clients/mp_web/toss/getOpenUserInfo.js +3 -0
  402. package/lib/clients/mp_web/toss/getRunScene.d.ts +2 -0
  403. package/lib/clients/mp_web/toss/getRunScene.js +3 -0
  404. package/lib/clients/mp_web/toss/getSavedFileInfo.d.ts +2 -0
  405. package/lib/clients/mp_web/toss/getSavedFileInfo.js +3 -0
  406. package/lib/clients/mp_web/toss/getSavedFileList.d.ts +2 -0
  407. package/lib/clients/mp_web/toss/getSavedFileList.js +3 -0
  408. package/lib/clients/mp_web/toss/getScreenBrightness.d.ts +2 -0
  409. package/lib/clients/mp_web/toss/getScreenBrightness.js +3 -0
  410. package/lib/clients/mp_web/toss/getServerTime.d.ts +2 -0
  411. package/lib/clients/mp_web/toss/getServerTime.js +3 -0
  412. package/lib/clients/mp_web/toss/getSetting.d.ts +2 -0
  413. package/lib/clients/mp_web/toss/getSetting.js +3 -0
  414. package/lib/clients/mp_web/toss/getSiteInfo.d.ts +2 -0
  415. package/lib/clients/mp_web/toss/getSiteInfo.js +3 -0
  416. package/lib/clients/mp_web/toss/getSystemInfo.d.ts +2 -0
  417. package/lib/clients/mp_web/toss/getSystemInfo.js +3 -0
  418. package/lib/clients/mp_web/toss/hideBackHome.d.ts +2 -0
  419. package/lib/clients/mp_web/toss/hideBackHome.js +3 -0
  420. package/lib/clients/mp_web/toss/hideKeyboard.d.ts +2 -0
  421. package/lib/clients/mp_web/toss/hideKeyboard.js +3 -0
  422. package/lib/clients/mp_web/toss/hideLoading.d.ts +2 -0
  423. package/lib/clients/mp_web/toss/hideLoading.js +3 -0
  424. package/lib/clients/mp_web/toss/hideNavigationBarLoading.d.ts +2 -0
  425. package/lib/clients/mp_web/toss/hideNavigationBarLoading.js +3 -0
  426. package/lib/clients/mp_web/toss/hideTabBar.d.ts +2 -0
  427. package/lib/clients/mp_web/toss/hideTabBar.js +3 -0
  428. package/lib/clients/mp_web/toss/hideToast.d.ts +2 -0
  429. package/lib/clients/mp_web/toss/hideToast.js +3 -0
  430. package/lib/clients/mp_web/toss/index.d.ts +384 -53
  431. package/lib/clients/mp_web/toss/index.js +239 -27
  432. package/lib/clients/mp_web/toss/makePhoneCall.d.ts +2 -0
  433. package/lib/clients/mp_web/toss/makePhoneCall.js +3 -0
  434. package/lib/clients/mp_web/toss/multiLevelSelect.d.ts +2 -0
  435. package/lib/clients/mp_web/toss/multiLevelSelect.js +3 -0
  436. package/lib/clients/mp_web/toss/navigateBack.d.ts +2 -0
  437. package/lib/clients/mp_web/toss/navigateBack.js +3 -0
  438. package/lib/clients/mp_web/toss/navigateBackMiniProgram.d.ts +2 -0
  439. package/lib/clients/mp_web/toss/navigateBackMiniProgram.js +3 -0
  440. package/lib/clients/mp_web/toss/navigateTo.d.ts +2 -0
  441. package/lib/clients/mp_web/toss/navigateTo.js +3 -0
  442. package/lib/clients/mp_web/toss/navigateToBizScene.d.ts +2 -0
  443. package/lib/clients/mp_web/toss/navigateToBizScene.js +3 -0
  444. package/lib/clients/mp_web/toss/navigateToMiniProgram.d.ts +2 -0
  445. package/lib/clients/mp_web/toss/navigateToMiniProgram.js +3 -0
  446. package/lib/clients/mp_web/toss/notifyBLECharacteristicValueChange.d.ts +2 -0
  447. package/lib/clients/mp_web/toss/notifyBLECharacteristicValueChange.js +3 -0
  448. package/lib/clients/mp_web/toss/offAccelerometerChange.d.ts +2 -0
  449. package/lib/clients/mp_web/toss/offAccelerometerChange.js +3 -0
  450. package/lib/clients/mp_web/toss/offBLECharacteristicValueChange.d.ts +2 -0
  451. package/lib/clients/mp_web/toss/offBLECharacteristicValueChange.js +3 -0
  452. package/lib/clients/mp_web/toss/offBLEConnectionStateChanged.d.ts +2 -0
  453. package/lib/clients/mp_web/toss/offBLEConnectionStateChanged.js +3 -0
  454. package/lib/clients/mp_web/toss/offBluetoothAdapterStateChange.d.ts +2 -0
  455. package/lib/clients/mp_web/toss/offBluetoothAdapterStateChange.js +3 -0
  456. package/lib/clients/mp_web/toss/offBluetoothDeviceFound.d.ts +2 -0
  457. package/lib/clients/mp_web/toss/offBluetoothDeviceFound.js +3 -0
  458. package/lib/clients/mp_web/toss/offCompassChange.d.ts +2 -0
  459. package/lib/clients/mp_web/toss/offCompassChange.js +3 -0
  460. package/lib/clients/mp_web/toss/offMemoryWarning.d.ts +2 -0
  461. package/lib/clients/mp_web/toss/offMemoryWarning.js +3 -0
  462. package/lib/clients/mp_web/toss/offSocketClose.d.ts +2 -0
  463. package/lib/clients/mp_web/toss/offSocketClose.js +3 -0
  464. package/lib/clients/mp_web/toss/offSocketError.d.ts +2 -0
  465. package/lib/clients/mp_web/toss/offSocketError.js +3 -0
  466. package/lib/clients/mp_web/toss/offSocketMessage.d.ts +2 -0
  467. package/lib/clients/mp_web/toss/offSocketMessage.js +3 -0
  468. package/lib/clients/mp_web/toss/offSocketOpen.d.ts +2 -0
  469. package/lib/clients/mp_web/toss/offSocketOpen.js +3 -0
  470. package/lib/clients/mp_web/toss/offUserCaptureScreen.d.ts +2 -0
  471. package/lib/clients/mp_web/toss/offUserCaptureScreen.js +3 -0
  472. package/lib/clients/mp_web/toss/onAccelerometerChange.d.ts +2 -0
  473. package/lib/clients/mp_web/toss/onAccelerometerChange.js +3 -0
  474. package/lib/clients/mp_web/toss/onBLECharacteristicValueChange.d.ts +2 -0
  475. package/lib/clients/mp_web/toss/onBLECharacteristicValueChange.js +3 -0
  476. package/lib/clients/mp_web/toss/onBLEConnectionStateChanged.d.ts +2 -0
  477. package/lib/clients/mp_web/toss/onBLEConnectionStateChanged.js +3 -0
  478. package/lib/clients/mp_web/toss/onBluetoothAdapterStateChange.d.ts +2 -0
  479. package/lib/clients/mp_web/toss/onBluetoothAdapterStateChange.js +3 -0
  480. package/lib/clients/mp_web/toss/onBluetoothDeviceFound.d.ts +2 -0
  481. package/lib/clients/mp_web/toss/onBluetoothDeviceFound.js +3 -0
  482. package/lib/clients/mp_web/toss/onCompassChange.d.ts +2 -0
  483. package/lib/clients/mp_web/toss/onCompassChange.js +3 -0
  484. package/lib/clients/mp_web/toss/onMemoryWarning.d.ts +2 -0
  485. package/lib/clients/mp_web/toss/onMemoryWarning.js +3 -0
  486. package/lib/clients/mp_web/toss/onSocketClose.d.ts +2 -0
  487. package/lib/clients/mp_web/toss/onSocketClose.js +3 -0
  488. package/lib/clients/mp_web/toss/onSocketError.d.ts +2 -0
  489. package/lib/clients/mp_web/toss/onSocketError.js +3 -0
  490. package/lib/clients/mp_web/toss/onSocketMessage.d.ts +2 -0
  491. package/lib/clients/mp_web/toss/onSocketMessage.js +3 -0
  492. package/lib/clients/mp_web/toss/onSocketOpen.d.ts +2 -0
  493. package/lib/clients/mp_web/toss/onSocketOpen.js +3 -0
  494. package/lib/clients/mp_web/toss/onUserCaptureScreen.d.ts +2 -0
  495. package/lib/clients/mp_web/toss/onUserCaptureScreen.js +3 -0
  496. package/lib/clients/mp_web/toss/openBluetoothAdapter.d.ts +2 -0
  497. package/lib/clients/mp_web/toss/openBluetoothAdapter.js +3 -0
  498. package/lib/clients/mp_web/toss/openDocument.d.ts +2 -0
  499. package/lib/clients/mp_web/toss/openDocument.js +3 -0
  500. package/lib/clients/mp_web/toss/openSetting.d.ts +2 -0
  501. package/lib/clients/mp_web/toss/openSetting.js +3 -0
  502. package/lib/clients/mp_web/toss/pageScrollTo.d.ts +2 -0
  503. package/lib/clients/mp_web/toss/pageScrollTo.js +3 -0
  504. package/lib/clients/mp_web/toss/previewImage.d.ts +2 -0
  505. package/lib/clients/mp_web/toss/previewImage.js +3 -0
  506. package/lib/clients/mp_web/toss/prompt.d.ts +2 -0
  507. package/lib/clients/mp_web/toss/prompt.js +3 -0
  508. package/lib/clients/mp_web/toss/reLaunch.d.ts +2 -0
  509. package/lib/clients/mp_web/toss/reLaunch.js +3 -0
  510. package/lib/clients/mp_web/toss/readBLECharacteristicValue.d.ts +2 -0
  511. package/lib/clients/mp_web/toss/readBLECharacteristicValue.js +3 -0
  512. package/lib/clients/mp_web/toss/redirectTo.d.ts +2 -0
  513. package/lib/clients/mp_web/toss/redirectTo.js +3 -0
  514. package/lib/clients/mp_web/toss/removeSavedFile.d.ts +2 -0
  515. package/lib/clients/mp_web/toss/removeSavedFile.js +3 -0
  516. package/lib/clients/mp_web/toss/removeStorage.d.ts +2 -0
  517. package/lib/clients/mp_web/toss/removeStorage.js +3 -0
  518. package/lib/clients/mp_web/toss/rpc.d.ts +2 -0
  519. package/lib/clients/mp_web/toss/rpc.js +3 -0
  520. package/lib/clients/mp_web/toss/saveFile.d.ts +2 -0
  521. package/lib/clients/mp_web/toss/saveFile.js +3 -0
  522. package/lib/clients/mp_web/toss/saveImage.d.ts +2 -0
  523. package/lib/clients/mp_web/toss/saveImage.js +3 -0
  524. package/lib/clients/mp_web/toss/scan.d.ts +2 -0
  525. package/lib/clients/mp_web/toss/scan.js +3 -0
  526. package/lib/clients/mp_web/toss/sendSocketMessage.d.ts +2 -0
  527. package/lib/clients/mp_web/toss/sendSocketMessage.js +3 -0
  528. package/lib/clients/mp_web/toss/setBackgroundColor.d.ts +2 -0
  529. package/lib/clients/mp_web/toss/setBackgroundColor.js +3 -0
  530. package/lib/clients/mp_web/toss/setCanPullDown.d.ts +2 -0
  531. package/lib/clients/mp_web/toss/setCanPullDown.js +3 -0
  532. package/lib/clients/mp_web/toss/setClipboard.d.ts +2 -0
  533. package/lib/clients/mp_web/toss/setClipboard.js +3 -0
  534. package/lib/clients/mp_web/toss/setKeepScreenOn.d.ts +2 -0
  535. package/lib/clients/mp_web/toss/setKeepScreenOn.js +3 -0
  536. package/lib/clients/mp_web/toss/setNavigationBar.d.ts +2 -0
  537. package/lib/clients/mp_web/toss/setNavigationBar.js +3 -0
  538. package/lib/clients/mp_web/toss/setScreenBrightness.d.ts +2 -0
  539. package/lib/clients/mp_web/toss/setScreenBrightness.js +3 -0
  540. package/lib/clients/mp_web/toss/setTabBarItem.d.ts +2 -0
  541. package/lib/clients/mp_web/toss/setTabBarItem.js +3 -0
  542. package/lib/clients/mp_web/toss/setTabBarStyle.d.ts +2 -0
  543. package/lib/clients/mp_web/toss/setTabBarStyle.js +3 -0
  544. package/lib/clients/mp_web/toss/showActionSheet.d.ts +2 -0
  545. package/lib/clients/mp_web/toss/showActionSheet.js +3 -0
  546. package/lib/clients/mp_web/toss/showAuthGuide.d.ts +2 -0
  547. package/lib/clients/mp_web/toss/showAuthGuide.js +3 -0
  548. package/lib/clients/mp_web/toss/showLoading.d.ts +2 -0
  549. package/lib/clients/mp_web/toss/showLoading.js +3 -0
  550. package/lib/clients/mp_web/toss/showNavigationBarLoading.d.ts +2 -0
  551. package/lib/clients/mp_web/toss/showNavigationBarLoading.js +3 -0
  552. package/lib/clients/mp_web/toss/showSharePanel.d.ts +2 -0
  553. package/lib/clients/mp_web/toss/showSharePanel.js +3 -0
  554. package/lib/clients/mp_web/toss/showTabBar.d.ts +2 -0
  555. package/lib/clients/mp_web/toss/showTabBar.js +3 -0
  556. package/lib/clients/mp_web/toss/showToast.d.ts +2 -0
  557. package/lib/clients/mp_web/toss/showToast.js +3 -0
  558. package/lib/clients/mp_web/toss/signContract.d.ts +2 -0
  559. package/lib/clients/mp_web/toss/signContract.js +3 -0
  560. package/lib/clients/mp_web/toss/startBluetoothDevicesDiscovery.d.ts +2 -0
  561. package/lib/clients/mp_web/toss/startBluetoothDevicesDiscovery.js +3 -0
  562. package/lib/clients/mp_web/toss/startPullDownRefresh.d.ts +2 -0
  563. package/lib/clients/mp_web/toss/startPullDownRefresh.js +3 -0
  564. package/lib/clients/mp_web/toss/stopBluetoothDevicesDiscovery.d.ts +2 -0
  565. package/lib/clients/mp_web/toss/stopBluetoothDevicesDiscovery.js +3 -0
  566. package/lib/clients/mp_web/toss/stopPullDownRefresh.d.ts +2 -0
  567. package/lib/clients/mp_web/toss/stopPullDownRefresh.js +3 -0
  568. package/lib/clients/mp_web/toss/switchTab.d.ts +2 -0
  569. package/lib/clients/mp_web/toss/switchTab.js +3 -0
  570. package/lib/clients/mp_web/toss/tradePay.d.ts +2 -0
  571. package/lib/clients/mp_web/toss/tradePay.js +3 -0
  572. package/lib/clients/mp_web/toss/uploadFile.d.ts +2 -0
  573. package/lib/clients/mp_web/toss/uploadFile.js +3 -0
  574. package/lib/clients/mp_web/toss/vibrate.d.ts +2 -0
  575. package/lib/clients/mp_web/toss/vibrate.js +3 -0
  576. package/lib/clients/mp_web/toss/watchShake.d.ts +2 -0
  577. package/lib/clients/mp_web/toss/watchShake.js +3 -0
  578. package/lib/clients/mp_web/toss/writeBLECharacteristicValue.d.ts +2 -0
  579. package/lib/clients/mp_web/toss/writeBLECharacteristicValue.js +3 -0
  580. package/lib/clients/web/alipay/chooseFileFromDisk.d.ts +2 -0
  581. package/lib/clients/web/alipay/chooseFileFromDisk.js +3 -0
  582. package/lib/clients/web/alipay/chooseVideo.d.ts +2 -0
  583. package/lib/clients/web/alipay/chooseVideo.js +3 -0
  584. package/lib/clients/web/alipay/compressImage.d.ts +2 -0
  585. package/lib/clients/web/alipay/compressImage.js +3 -0
  586. package/lib/clients/web/alipay/getRunScene.d.ts +2 -0
  587. package/lib/clients/web/alipay/getRunScene.js +3 -0
  588. package/lib/clients/web/alipay/hideBackHome.d.ts +2 -0
  589. package/lib/clients/web/alipay/hideBackHome.js +3 -0
  590. package/lib/clients/web/alipay/hideTabBar.d.ts +2 -0
  591. package/lib/clients/web/alipay/hideTabBar.js +3 -0
  592. package/lib/clients/web/alipay/index.d.ts +73 -132
  593. package/lib/clients/web/alipay/index.js +36 -48
  594. package/lib/clients/web/alipay/onUserCaptureScreen.d.ts +2 -0
  595. package/lib/clients/web/alipay/onUserCaptureScreen.js +3 -0
  596. package/lib/clients/web/alipay/setBackgroundColor.d.ts +2 -0
  597. package/lib/clients/web/alipay/setBackgroundColor.js +3 -0
  598. package/lib/clients/web/alipay/setCanPullDown.d.ts +2 -0
  599. package/lib/clients/web/alipay/setCanPullDown.js +3 -0
  600. package/lib/clients/web/alipay/setKeepScreenOn.d.ts +1 -1
  601. package/lib/clients/web/alipay/setKeepScreenOn.js +1 -1
  602. package/lib/clients/web/alipay/setOptionMenu.d.ts +2 -0
  603. package/lib/clients/web/alipay/setOptionMenu.js +3 -0
  604. package/lib/clients/web/alipay/setTabBarItem.d.ts +2 -0
  605. package/lib/clients/web/alipay/setTabBarItem.js +3 -0
  606. package/lib/clients/web/alipay/setTabBarStyle.d.ts +2 -0
  607. package/lib/clients/web/alipay/setTabBarStyle.js +3 -0
  608. package/lib/clients/web/alipay/showTabBar.d.ts +2 -0
  609. package/lib/clients/web/alipay/showTabBar.js +3 -0
  610. package/lib/clients/web/alipay/startPullDownRefresh.d.ts +2 -0
  611. package/lib/clients/web/alipay/startPullDownRefresh.js +3 -0
  612. package/lib/clients/web/alipay/stopPullDownRefresh.d.ts +2 -0
  613. package/lib/clients/web/alipay/stopPullDownRefresh.js +3 -0
  614. package/lib/clients/web/alipay/watchShake.d.ts +2 -0
  615. package/lib/clients/web/alipay/watchShake.js +3 -0
  616. package/lib/clients/web/demo/index.d.ts +3 -7
  617. package/lib/clients/web/demo/index.js +3 -7
  618. package/lib/clients/web/h5/index.d.ts +9 -43
  619. package/lib/clients/web/h5/index.js +2 -14
  620. package/lib/clients/web/tngdh5ng/index.d.ts +1 -3
  621. package/lib/clients/web/tngdh5ng/index.js +2 -4
  622. package/lib/common/apis/custom/mp_web/mpay/getAppId.d.ts +4 -0
  623. package/lib/common/apis/custom/mp_web/mpay/getAppId.js +4 -0
  624. package/lib/common/apis/custom/mp_web/mpay/getAppToken.d.ts +2 -0
  625. package/lib/common/apis/custom/mp_web/mpay/getAppToken.js +166 -0
  626. package/lib/common/apis/custom/web/getAppId.js +2 -1
  627. package/lib/common/apis/custom/web/h5/getStorage.js +3 -1
  628. package/lib/common/apis/custom/web/h5/request.d.ts +1 -1
  629. package/lib/common/apis/custom/web/hideBackHome.d.ts +3 -0
  630. package/lib/common/apis/custom/web/hideBackHome.js +7 -0
  631. package/lib/common/apis/custom/web/hideTabBar.d.ts +3 -0
  632. package/lib/common/apis/custom/web/hideTabBar.js +17 -0
  633. package/lib/common/apis/custom/web/onUserCaptureScreen.d.ts +3 -0
  634. package/lib/common/apis/custom/web/onUserCaptureScreen.js +5 -0
  635. package/lib/common/apis/custom/web/setKeepScreenOn.js +12 -2
  636. package/lib/common/apis/custom/web/setTabBarItem.d.ts +3 -0
  637. package/lib/common/apis/custom/web/setTabBarItem.js +17 -0
  638. package/lib/common/apis/custom/web/showTabBar.d.ts +3 -0
  639. package/lib/common/apis/custom/web/showTabBar.js +17 -0
  640. package/lib/common/apis/custom/web/uploadFile.js +1 -1
  641. package/lib/common/apis/generated/mp/request.d.ts +2 -2
  642. package/lib/common/apis/generated/mp_web/chooseFileFromDisk.d.ts +16 -0
  643. package/lib/common/apis/generated/mp_web/chooseFileFromDisk.js +8 -0
  644. package/lib/common/apis/generated/mp_web/chooseVideo.d.ts +34 -0
  645. package/lib/common/apis/generated/mp_web/chooseVideo.js +8 -0
  646. package/lib/common/apis/generated/mp_web/compressImage.d.ts +23 -0
  647. package/lib/common/apis/generated/mp_web/compressImage.js +8 -0
  648. package/lib/common/apis/generated/mp_web/getRunScene.d.ts +9 -0
  649. package/lib/common/apis/generated/mp_web/getRunScene.js +8 -0
  650. package/lib/common/apis/generated/mp_web/navigateToBizScene.d.ts +14 -2
  651. package/lib/common/apis/generated/mp_web/request.d.ts +2 -2
  652. package/lib/common/apis/generated/mp_web/setTabBarItem.d.ts +13 -0
  653. package/lib/common/apis/generated/mp_web/setTabBarItem.js +8 -0
  654. package/lib/common/apis/generated/mp_web/showTabBar.d.ts +7 -0
  655. package/lib/common/apis/generated/mp_web/showTabBar.js +8 -0
  656. package/lib/common/apis/generated/web/chooseFileFromDisk.d.ts +16 -0
  657. package/lib/common/apis/generated/web/chooseFileFromDisk.js +8 -0
  658. package/lib/common/apis/generated/web/chooseVideo.d.ts +34 -0
  659. package/lib/common/apis/generated/web/chooseVideo.js +8 -0
  660. package/lib/common/apis/generated/web/compressImage.d.ts +23 -0
  661. package/lib/common/apis/generated/web/compressImage.js +8 -0
  662. package/lib/common/apis/generated/web/getRunScene.d.ts +9 -0
  663. package/lib/common/apis/generated/web/getRunScene.js +8 -0
  664. package/lib/common/apis/generated/web/navigateToBizScene.d.ts +14 -2
  665. package/lib/common/apis/generated/web/setBackgroundColor.d.ts +9 -0
  666. package/lib/common/apis/generated/web/setBackgroundColor.js +14 -0
  667. package/lib/common/apis/generated/web/setCanPullDown.d.ts +13 -0
  668. package/lib/common/apis/generated/web/setCanPullDown.js +14 -0
  669. package/lib/common/apis/generated/web/setOptionMenu.d.ts +3 -0
  670. package/lib/common/apis/generated/web/setOptionMenu.js +8 -0
  671. package/lib/common/apis/generated/web/startPullDownRefresh.d.ts +9 -0
  672. package/lib/common/apis/generated/web/startPullDownRefresh.js +14 -0
  673. package/lib/common/apis/generated/web/watchShake.d.ts +9 -0
  674. package/lib/common/apis/generated/web/watchShake.js +14 -0
  675. package/lib/dsl.d.ts +445 -456
  676. package/lib/dsl.js +558 -604
  677. package/lib/umd/index.js +1 -1
  678. package/lib/umd/mp_web_alipay.js +1 -1
  679. package/lib/umd/mp_web_alipayhk.js +1 -1
  680. package/lib/umd/mp_web_chope.js +1 -1
  681. package/lib/umd/mp_web_dana.js +1 -1
  682. package/lib/umd/mp_web_demo.js +1 -1
  683. package/lib/umd/mp_web_gcash.js +1 -1
  684. package/lib/umd/mp_web_mpay.js +1 -1
  685. package/lib/umd/mp_web_tmn.js +1 -0
  686. package/lib/umd/mp_web_tngd.js +1 -1
  687. package/lib/umd/mp_web_toss.js +1 -2
  688. package/lib/umd/web_alipay.js +1 -2
  689. package/lib/umd/web_demo.js +1 -1
  690. package/lib/umd/web_h5.js +1 -1
  691. package/lib/umd/web_tngdh5ng.js +1 -1
  692. package/package.json +18 -9
  693. package/lib/clients/mp/alipay/defineRuntimeConfig.d.ts +0 -2
  694. package/lib/clients/mp/alipay/defineRuntimeConfig.js +0 -3
  695. package/lib/clients/mp/alipayhk/defineRuntimeConfig.d.ts +0 -2
  696. package/lib/clients/mp/alipayhk/defineRuntimeConfig.js +0 -3
  697. package/lib/clients/mp/dana/defineRuntimeConfig.d.ts +0 -2
  698. package/lib/clients/mp/dana/defineRuntimeConfig.js +0 -3
  699. package/lib/clients/mp/demo/navigateToBizScene.d.ts +0 -2
  700. package/lib/clients/mp/demo/navigateToBizScene.js +0 -3
  701. package/lib/clients/mp/gcash/defineRuntimeConfig.d.ts +0 -2
  702. package/lib/clients/mp/gcash/defineRuntimeConfig.js +0 -3
  703. package/lib/clients/mp/tngd/defineRuntimeConfig.d.ts +0 -2
  704. package/lib/clients/mp/tngd/defineRuntimeConfig.js +0 -3
  705. package/lib/clients/mp/truemoney/defineRuntimeConfig.d.ts +0 -2
  706. package/lib/clients/mp/truemoney/defineRuntimeConfig.js +0 -3
  707. package/lib/clients/mp/truemoney/index.d.ts +0 -381
  708. package/lib/clients/mp/truemoney/index.js +0 -251
  709. package/lib/clients/mp_web/alipay/getCurrentLanguage.d.ts +0 -2
  710. package/lib/clients/mp_web/alipay/getCurrentLanguage.js +0 -3
  711. package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.d.ts +0 -2
  712. package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.js +0 -3
  713. package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.d.ts +0 -2
  714. package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.js +0 -3
  715. package/lib/clients/mp_web/alipayhk/getCurrentLanguage.d.ts +0 -2
  716. package/lib/clients/mp_web/alipayhk/getCurrentLanguage.js +0 -3
  717. package/lib/clients/mp_web/alipayhk/openApPayCodePage.d.ts +0 -2
  718. package/lib/clients/mp_web/alipayhk/openApPayCodePage.js +0 -3
  719. package/lib/clients/mp_web/alipayhk/openInApp.d.ts +0 -2
  720. package/lib/clients/mp_web/alipayhk/openInApp.js +0 -3
  721. package/lib/clients/mp_web/alipayhk/openInBrowser.d.ts +0 -2
  722. package/lib/clients/mp_web/alipayhk/openInBrowser.js +0 -3
  723. package/lib/clients/mp_web/alipayhk/openOtherApp.d.ts +0 -2
  724. package/lib/clients/mp_web/alipayhk/openOtherApp.js +0 -3
  725. package/lib/clients/mp_web/alipayhk/openPayCodePage.d.ts +0 -2
  726. package/lib/clients/mp_web/alipayhk/openPayCodePage.js +0 -3
  727. package/lib/clients/mp_web/alipayhk/openScanPage.d.ts +0 -2
  728. package/lib/clients/mp_web/alipayhk/openScanPage.js +0 -3
  729. package/lib/clients/mp_web/alipayhk/openURL.d.ts +0 -2
  730. package/lib/clients/mp_web/alipayhk/openURL.js +0 -3
  731. package/lib/clients/mp_web/alipayhk/openWebURL.d.ts +0 -2
  732. package/lib/clients/mp_web/alipayhk/openWebURL.js +0 -3
  733. package/lib/clients/mp_web/alipayhk/popWindow.d.ts +0 -2
  734. package/lib/clients/mp_web/alipayhk/popWindow.js +0 -3
  735. package/lib/clients/mp_web/alipayhk/rpcWithAuth.d.ts +0 -2
  736. package/lib/clients/mp_web/alipayhk/rpcWithAuth.js +0 -3
  737. package/lib/clients/mp_web/chope/getCurrentLanguage.d.ts +0 -2
  738. package/lib/clients/mp_web/chope/getCurrentLanguage.js +0 -3
  739. package/lib/clients/mp_web/dana/createWithoutAuthRpc.d.ts +0 -2
  740. package/lib/clients/mp_web/dana/createWithoutAuthRpc.js +0 -3
  741. package/lib/clients/mp_web/dana/defineRuntimeConfig.d.ts +0 -2
  742. package/lib/clients/mp_web/dana/defineRuntimeConfig.js +0 -3
  743. package/lib/clients/mp_web/dana/getCurrentLanguage.d.ts +0 -2
  744. package/lib/clients/mp_web/dana/getCurrentLanguage.js +0 -3
  745. package/lib/clients/mp_web/dana/openApPayCodePage.d.ts +0 -2
  746. package/lib/clients/mp_web/dana/openApPayCodePage.js +0 -3
  747. package/lib/clients/mp_web/dana/openInApp.d.ts +0 -2
  748. package/lib/clients/mp_web/dana/openInApp.js +0 -3
  749. package/lib/clients/mp_web/dana/openInBrowser.d.ts +0 -2
  750. package/lib/clients/mp_web/dana/openInBrowser.js +0 -3
  751. package/lib/clients/mp_web/dana/openOtherApp.d.ts +0 -2
  752. package/lib/clients/mp_web/dana/openOtherApp.js +0 -3
  753. package/lib/clients/mp_web/dana/openPayCodePage.d.ts +0 -2
  754. package/lib/clients/mp_web/dana/openPayCodePage.js +0 -3
  755. package/lib/clients/mp_web/dana/openScanPage.d.ts +0 -2
  756. package/lib/clients/mp_web/dana/openScanPage.js +0 -3
  757. package/lib/clients/mp_web/dana/openURL.d.ts +0 -2
  758. package/lib/clients/mp_web/dana/openURL.js +0 -3
  759. package/lib/clients/mp_web/dana/openWebURL.d.ts +0 -2
  760. package/lib/clients/mp_web/dana/openWebURL.js +0 -3
  761. package/lib/clients/mp_web/dana/popWindow.d.ts +0 -2
  762. package/lib/clients/mp_web/dana/popWindow.js +0 -3
  763. package/lib/clients/mp_web/dana/rpcWithAuth.d.ts +0 -2
  764. package/lib/clients/mp_web/dana/rpcWithAuth.js +0 -3
  765. package/lib/clients/mp_web/demo/getCurrentLanguage.d.ts +0 -2
  766. package/lib/clients/mp_web/demo/getCurrentLanguage.js +0 -3
  767. package/lib/clients/mp_web/gcash/createWithoutAuthRpc.d.ts +0 -2
  768. package/lib/clients/mp_web/gcash/createWithoutAuthRpc.js +0 -3
  769. package/lib/clients/mp_web/gcash/defineRuntimeConfig.d.ts +0 -2
  770. package/lib/clients/mp_web/gcash/defineRuntimeConfig.js +0 -3
  771. package/lib/clients/mp_web/gcash/getCurrentLanguage.d.ts +0 -2
  772. package/lib/clients/mp_web/gcash/getCurrentLanguage.js +0 -3
  773. package/lib/clients/mp_web/gcash/openApPayCodePage.d.ts +0 -2
  774. package/lib/clients/mp_web/gcash/openApPayCodePage.js +0 -3
  775. package/lib/clients/mp_web/gcash/openInApp.d.ts +0 -2
  776. package/lib/clients/mp_web/gcash/openInApp.js +0 -3
  777. package/lib/clients/mp_web/gcash/openInBrowser.d.ts +0 -2
  778. package/lib/clients/mp_web/gcash/openInBrowser.js +0 -3
  779. package/lib/clients/mp_web/gcash/openOtherApp.d.ts +0 -2
  780. package/lib/clients/mp_web/gcash/openOtherApp.js +0 -3
  781. package/lib/clients/mp_web/gcash/openPayCodePage.d.ts +0 -2
  782. package/lib/clients/mp_web/gcash/openPayCodePage.js +0 -3
  783. package/lib/clients/mp_web/gcash/openScanPage.d.ts +0 -2
  784. package/lib/clients/mp_web/gcash/openScanPage.js +0 -3
  785. package/lib/clients/mp_web/gcash/openURL.d.ts +0 -2
  786. package/lib/clients/mp_web/gcash/openURL.js +0 -3
  787. package/lib/clients/mp_web/gcash/openWebURL.d.ts +0 -2
  788. package/lib/clients/mp_web/gcash/openWebURL.js +0 -3
  789. package/lib/clients/mp_web/gcash/popWindow.d.ts +0 -2
  790. package/lib/clients/mp_web/gcash/popWindow.js +0 -3
  791. package/lib/clients/mp_web/gcash/rpcWithAuth.d.ts +0 -2
  792. package/lib/clients/mp_web/gcash/rpcWithAuth.js +0 -3
  793. package/lib/clients/mp_web/mpay/createWithoutAuthRpc.d.ts +0 -2
  794. package/lib/clients/mp_web/mpay/createWithoutAuthRpc.js +0 -3
  795. package/lib/clients/mp_web/mpay/defineRuntimeConfig.d.ts +0 -2
  796. package/lib/clients/mp_web/mpay/defineRuntimeConfig.js +0 -3
  797. package/lib/clients/mp_web/mpay/openApPayCodePage.d.ts +0 -2
  798. package/lib/clients/mp_web/mpay/openApPayCodePage.js +0 -3
  799. package/lib/clients/mp_web/mpay/openInApp.d.ts +0 -2
  800. package/lib/clients/mp_web/mpay/openInApp.js +0 -3
  801. package/lib/clients/mp_web/mpay/openInBrowser.d.ts +0 -2
  802. package/lib/clients/mp_web/mpay/openInBrowser.js +0 -3
  803. package/lib/clients/mp_web/mpay/openOtherApp.d.ts +0 -2
  804. package/lib/clients/mp_web/mpay/openOtherApp.js +0 -3
  805. package/lib/clients/mp_web/mpay/openPayCodePage.d.ts +0 -2
  806. package/lib/clients/mp_web/mpay/openPayCodePage.js +0 -3
  807. package/lib/clients/mp_web/mpay/openScanPage.d.ts +0 -2
  808. package/lib/clients/mp_web/mpay/openScanPage.js +0 -3
  809. package/lib/clients/mp_web/mpay/openURL.d.ts +0 -2
  810. package/lib/clients/mp_web/mpay/openURL.js +0 -3
  811. package/lib/clients/mp_web/mpay/openWebURL.d.ts +0 -2
  812. package/lib/clients/mp_web/mpay/openWebURL.js +0 -3
  813. package/lib/clients/mp_web/mpay/popWindow.d.ts +0 -2
  814. package/lib/clients/mp_web/mpay/popWindow.js +0 -3
  815. package/lib/clients/mp_web/mpay/rpcWithAuth.d.ts +0 -2
  816. package/lib/clients/mp_web/mpay/rpcWithAuth.js +0 -3
  817. package/lib/clients/mp_web/tngd/createWithoutAuthRpc.d.ts +0 -2
  818. package/lib/clients/mp_web/tngd/createWithoutAuthRpc.js +0 -3
  819. package/lib/clients/mp_web/tngd/defineRuntimeConfig.d.ts +0 -2
  820. package/lib/clients/mp_web/tngd/defineRuntimeConfig.js +0 -3
  821. package/lib/clients/mp_web/tngd/getCurrentLanguage.d.ts +0 -2
  822. package/lib/clients/mp_web/tngd/getCurrentLanguage.js +0 -3
  823. package/lib/clients/mp_web/tngd/openApPayCodePage.d.ts +0 -2
  824. package/lib/clients/mp_web/tngd/openApPayCodePage.js +0 -3
  825. package/lib/clients/mp_web/tngd/openInApp.d.ts +0 -2
  826. package/lib/clients/mp_web/tngd/openInApp.js +0 -3
  827. package/lib/clients/mp_web/tngd/openInBrowser.d.ts +0 -2
  828. package/lib/clients/mp_web/tngd/openInBrowser.js +0 -3
  829. package/lib/clients/mp_web/tngd/openOtherApp.d.ts +0 -2
  830. package/lib/clients/mp_web/tngd/openOtherApp.js +0 -3
  831. package/lib/clients/mp_web/tngd/openPayCodePage.d.ts +0 -2
  832. package/lib/clients/mp_web/tngd/openPayCodePage.js +0 -3
  833. package/lib/clients/mp_web/tngd/openScanPage.d.ts +0 -2
  834. package/lib/clients/mp_web/tngd/openScanPage.js +0 -3
  835. package/lib/clients/mp_web/tngd/openURL.d.ts +0 -2
  836. package/lib/clients/mp_web/tngd/openURL.js +0 -3
  837. package/lib/clients/mp_web/tngd/openWebURL.d.ts +0 -2
  838. package/lib/clients/mp_web/tngd/openWebURL.js +0 -3
  839. package/lib/clients/mp_web/tngd/popWindow.d.ts +0 -2
  840. package/lib/clients/mp_web/tngd/popWindow.js +0 -3
  841. package/lib/clients/mp_web/tngd/rpcWithAuth.d.ts +0 -2
  842. package/lib/clients/mp_web/tngd/rpcWithAuth.js +0 -3
  843. package/lib/clients/mp_web/toss/createWithoutAuthRpc.d.ts +0 -2
  844. package/lib/clients/mp_web/toss/createWithoutAuthRpc.js +0 -3
  845. package/lib/clients/mp_web/toss/defineRuntimeConfig.d.ts +0 -2
  846. package/lib/clients/mp_web/toss/defineRuntimeConfig.js +0 -3
  847. package/lib/clients/mp_web/toss/openApPayCodePage.d.ts +0 -2
  848. package/lib/clients/mp_web/toss/openApPayCodePage.js +0 -3
  849. package/lib/clients/mp_web/toss/openInApp.d.ts +0 -2
  850. package/lib/clients/mp_web/toss/openInApp.js +0 -3
  851. package/lib/clients/mp_web/toss/openInBrowser.d.ts +0 -2
  852. package/lib/clients/mp_web/toss/openInBrowser.js +0 -3
  853. package/lib/clients/mp_web/toss/openOtherApp.d.ts +0 -2
  854. package/lib/clients/mp_web/toss/openOtherApp.js +0 -3
  855. package/lib/clients/mp_web/toss/openPayCodePage.d.ts +0 -2
  856. package/lib/clients/mp_web/toss/openPayCodePage.js +0 -3
  857. package/lib/clients/mp_web/toss/openScanPage.d.ts +0 -2
  858. package/lib/clients/mp_web/toss/openScanPage.js +0 -3
  859. package/lib/clients/mp_web/toss/openURL.d.ts +0 -2
  860. package/lib/clients/mp_web/toss/openURL.js +0 -3
  861. package/lib/clients/mp_web/toss/openWebURL.d.ts +0 -2
  862. package/lib/clients/mp_web/toss/openWebURL.js +0 -3
  863. package/lib/clients/mp_web/toss/popWindow.d.ts +0 -2
  864. package/lib/clients/mp_web/toss/popWindow.js +0 -3
  865. package/lib/clients/mp_web/toss/rpcWithAuth.d.ts +0 -2
  866. package/lib/clients/mp_web/toss/rpcWithAuth.js +0 -3
  867. package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.d.ts +0 -2
  868. package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.js +0 -3
  869. package/lib/clients/mp_web/truemoney/defineRuntimeConfig.d.ts +0 -2
  870. package/lib/clients/mp_web/truemoney/defineRuntimeConfig.js +0 -3
  871. package/lib/clients/mp_web/truemoney/getCurrentLanguage.d.ts +0 -2
  872. package/lib/clients/mp_web/truemoney/getCurrentLanguage.js +0 -3
  873. package/lib/clients/mp_web/truemoney/index.d.ts +0 -418
  874. package/lib/clients/mp_web/truemoney/index.js +0 -265
  875. package/lib/clients/mp_web/truemoney/openApPayCodePage.d.ts +0 -2
  876. package/lib/clients/mp_web/truemoney/openApPayCodePage.js +0 -3
  877. package/lib/clients/mp_web/truemoney/openInApp.d.ts +0 -2
  878. package/lib/clients/mp_web/truemoney/openInApp.js +0 -3
  879. package/lib/clients/mp_web/truemoney/openInBrowser.d.ts +0 -2
  880. package/lib/clients/mp_web/truemoney/openInBrowser.js +0 -3
  881. package/lib/clients/mp_web/truemoney/openOtherApp.d.ts +0 -2
  882. package/lib/clients/mp_web/truemoney/openOtherApp.js +0 -3
  883. package/lib/clients/mp_web/truemoney/openPayCodePage.d.ts +0 -2
  884. package/lib/clients/mp_web/truemoney/openPayCodePage.js +0 -3
  885. package/lib/clients/mp_web/truemoney/openScanPage.d.ts +0 -2
  886. package/lib/clients/mp_web/truemoney/openScanPage.js +0 -3
  887. package/lib/clients/mp_web/truemoney/openURL.d.ts +0 -2
  888. package/lib/clients/mp_web/truemoney/openURL.js +0 -3
  889. package/lib/clients/mp_web/truemoney/openWebURL.d.ts +0 -2
  890. package/lib/clients/mp_web/truemoney/openWebURL.js +0 -3
  891. package/lib/clients/mp_web/truemoney/popWindow.d.ts +0 -2
  892. package/lib/clients/mp_web/truemoney/popWindow.js +0 -3
  893. package/lib/clients/mp_web/truemoney/rpcWithAuth.d.ts +0 -2
  894. package/lib/clients/mp_web/truemoney/rpcWithAuth.js +0 -3
  895. package/lib/clients/web/alipay/addNotifyListener.d.ts +0 -2
  896. package/lib/clients/web/alipay/addNotifyListener.js +0 -3
  897. package/lib/clients/web/alipay/chooseDistrict.d.ts +0 -2
  898. package/lib/clients/web/alipay/chooseDistrict.js +0 -3
  899. package/lib/clients/web/alipay/createWithoutAuthRpc.d.ts +0 -2
  900. package/lib/clients/web/alipay/createWithoutAuthRpc.js +0 -3
  901. package/lib/clients/web/alipay/defineRuntimeConfig.d.ts +0 -2
  902. package/lib/clients/web/alipay/defineRuntimeConfig.js +0 -3
  903. package/lib/clients/web/alipay/easyShare.d.ts +0 -2
  904. package/lib/clients/web/alipay/easyShare.js +0 -3
  905. package/lib/clients/web/alipay/getCurrentLanguage.d.ts +0 -2
  906. package/lib/clients/web/alipay/getCurrentLanguage.js +0 -3
  907. package/lib/clients/web/alipay/getMainSelectedCity.d.ts +0 -2
  908. package/lib/clients/web/alipay/getMainSelectedCity.js +0 -3
  909. package/lib/clients/web/alipay/homeAddAppToMyApps.d.ts +0 -2
  910. package/lib/clients/web/alipay/homeAddAppToMyApps.js +0 -3
  911. package/lib/clients/web/alipay/homeCanAddAppToMyApps.d.ts +0 -2
  912. package/lib/clients/web/alipay/homeCanAddAppToMyApps.js +0 -3
  913. package/lib/clients/web/alipay/openApPayCodePage.d.ts +0 -2
  914. package/lib/clients/web/alipay/openApPayCodePage.js +0 -3
  915. package/lib/clients/web/alipay/openInApp.d.ts +0 -2
  916. package/lib/clients/web/alipay/openInApp.js +0 -3
  917. package/lib/clients/web/alipay/openInBrowser.d.ts +0 -2
  918. package/lib/clients/web/alipay/openInBrowser.js +0 -3
  919. package/lib/clients/web/alipay/openOtherApp.d.ts +0 -2
  920. package/lib/clients/web/alipay/openOtherApp.js +0 -3
  921. package/lib/clients/web/alipay/openPayCodePage.d.ts +0 -2
  922. package/lib/clients/web/alipay/openPayCodePage.js +0 -3
  923. package/lib/clients/web/alipay/openScanPage.d.ts +0 -2
  924. package/lib/clients/web/alipay/openScanPage.js +0 -3
  925. package/lib/clients/web/alipay/openURL.d.ts +0 -2
  926. package/lib/clients/web/alipay/openURL.js +0 -3
  927. package/lib/clients/web/alipay/openWebURL.d.ts +0 -2
  928. package/lib/clients/web/alipay/openWebURL.js +0 -3
  929. package/lib/clients/web/alipay/popWindow.d.ts +0 -2
  930. package/lib/clients/web/alipay/popWindow.js +0 -3
  931. package/lib/clients/web/alipay/postNotification.d.ts +0 -2
  932. package/lib/clients/web/alipay/postNotification.js +0 -3
  933. package/lib/clients/web/alipay/removeNotifyListener.d.ts +0 -2
  934. package/lib/clients/web/alipay/removeNotifyListener.js +0 -3
  935. package/lib/clients/web/alipay/rpcWithAuth.d.ts +0 -2
  936. package/lib/clients/web/alipay/rpcWithAuth.js +0 -3
  937. package/lib/clients/web/alipay/rpcWithAuthAPlus.d.ts +0 -2
  938. package/lib/clients/web/alipay/rpcWithAuthAPlus.js +0 -3
  939. package/lib/clients/web/demo/getCurrentLanguage.d.ts +0 -2
  940. package/lib/clients/web/demo/getCurrentLanguage.js +0 -3
  941. package/lib/clients/web/demo/navigateToBizScene.d.ts +0 -2
  942. package/lib/clients/web/demo/navigateToBizScene.js +0 -3
  943. package/lib/clients/web/h5/createWithoutAuthRpc.d.ts +0 -2
  944. package/lib/clients/web/h5/createWithoutAuthRpc.js +0 -3
  945. package/lib/clients/web/h5/defineRuntimeConfig.d.ts +0 -2
  946. package/lib/clients/web/h5/defineRuntimeConfig.js +0 -3
  947. package/lib/clients/web/h5/getCurrentLanguage.d.ts +0 -2
  948. package/lib/clients/web/h5/getCurrentLanguage.js +0 -3
  949. package/lib/clients/web/h5/openURL.d.ts +0 -2
  950. package/lib/clients/web/h5/openURL.js +0 -3
  951. package/lib/clients/web/h5/popWindow.d.ts +0 -2
  952. package/lib/clients/web/h5/popWindow.js +0 -3
  953. package/lib/clients/web/h5/rpcWithAuth.d.ts +0 -2
  954. package/lib/clients/web/h5/rpcWithAuth.js +0 -3
  955. package/lib/clients/web/tngdh5ng/getCurrentLanguage.d.ts +0 -2
  956. package/lib/clients/web/tngdh5ng/getCurrentLanguage.js +0 -3
  957. package/lib/common/apis/generated/mp/navigateToBizScene.d.ts +0 -3
  958. package/lib/common/apis/generated/mp/navigateToBizScene.js +0 -8
  959. package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.d.ts +0 -27
  960. package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.js +0 -7
  961. package/lib/common/apis/generated/mp_web/defineRuntimeConfig.d.ts +0 -2
  962. package/lib/common/apis/generated/mp_web/defineRuntimeConfig.js +0 -7
  963. package/lib/common/apis/generated/web/chooseDistrict.d.ts +0 -41
  964. package/lib/common/apis/generated/web/chooseDistrict.js +0 -8
  965. package/lib/common/apis/generated/web/easyShare.d.ts +0 -32
  966. package/lib/common/apis/generated/web/easyShare.js +0 -8
  967. package/lib/common/apis/generated/web/getMainSelectedCity.d.ts +0 -27
  968. package/lib/common/apis/generated/web/getMainSelectedCity.js +0 -8
  969. package/lib/common/apis/generated/web/homeAddAppToMyApps.d.ts +0 -5
  970. package/lib/common/apis/generated/web/homeAddAppToMyApps.js +0 -8
  971. package/lib/common/apis/generated/web/homeCanAddAppToMyApps.d.ts +0 -13
  972. package/lib/common/apis/generated/web/homeCanAddAppToMyApps.js +0 -8
  973. package/lib/common/apis/generated/web/postNotification.d.ts +0 -9
  974. package/lib/common/apis/generated/web/postNotification.js +0 -8
  975. package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.d.ts +0 -3
  976. package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.js +0 -3
  977. package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.d.ts +0 -3
  978. package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.js +0 -3
  979. package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.d.ts +0 -3
  980. package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.js +0 -3
  981. package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.d.ts +0 -3
  982. package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.js +0 -3
  983. package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.d.ts +0 -3
  984. package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.js +0 -3
  985. package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.d.ts +0 -3
  986. package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.js +0 -3
  987. package/lib/internal/apis/custom/mp_web/alipayhk/openURL.d.ts +0 -2
  988. package/lib/internal/apis/custom/mp_web/alipayhk/openURL.js +0 -26
  989. package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.d.ts +0 -3
  990. package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.js +0 -3
  991. package/lib/internal/apis/custom/mp_web/alipayhk/popWindow.d.ts +0 -2
  992. package/lib/internal/apis/custom/mp_web/alipayhk/popWindow.js +0 -4
  993. package/lib/internal/apis/custom/mp_web/alipayhk/rpcWithAuth.d.ts +0 -3
  994. package/lib/internal/apis/custom/mp_web/alipayhk/rpcWithAuth.js +0 -32
  995. package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.d.ts +0 -3
  996. package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.js +0 -3
  997. package/lib/internal/apis/custom/mp_web/mpay/openInApp.d.ts +0 -3
  998. package/lib/internal/apis/custom/mp_web/mpay/openInApp.js +0 -3
  999. package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.d.ts +0 -3
  1000. package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.js +0 -3
  1001. package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.d.ts +0 -3
  1002. package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.js +0 -3
  1003. package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.d.ts +0 -3
  1004. package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.js +0 -3
  1005. package/lib/internal/apis/custom/mp_web/mpay/openScanPage.d.ts +0 -3
  1006. package/lib/internal/apis/custom/mp_web/mpay/openScanPage.js +0 -3
  1007. package/lib/internal/apis/custom/mp_web/mpay/openURL.d.ts +0 -2
  1008. package/lib/internal/apis/custom/mp_web/mpay/openURL.js +0 -26
  1009. package/lib/internal/apis/custom/mp_web/mpay/openWebURL.d.ts +0 -3
  1010. package/lib/internal/apis/custom/mp_web/mpay/openWebURL.js +0 -3
  1011. package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.d.ts +0 -3
  1012. package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.js +0 -27
  1013. package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.d.ts +0 -3
  1014. package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.js +0 -3
  1015. package/lib/internal/apis/custom/mp_web/tngd/openInApp.d.ts +0 -3
  1016. package/lib/internal/apis/custom/mp_web/tngd/openInApp.js +0 -3
  1017. package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.d.ts +0 -3
  1018. package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.js +0 -3
  1019. package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.d.ts +0 -3
  1020. package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.js +0 -3
  1021. package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.d.ts +0 -3
  1022. package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.js +0 -3
  1023. package/lib/internal/apis/custom/mp_web/tngd/openScanPage.d.ts +0 -3
  1024. package/lib/internal/apis/custom/mp_web/tngd/openScanPage.js +0 -3
  1025. package/lib/internal/apis/custom/mp_web/tngd/openURL.d.ts +0 -6
  1026. package/lib/internal/apis/custom/mp_web/tngd/openURL.js +0 -30
  1027. package/lib/internal/apis/custom/mp_web/tngd/openWebURL.d.ts +0 -3
  1028. package/lib/internal/apis/custom/mp_web/tngd/openWebURL.js +0 -3
  1029. package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.d.ts +0 -3
  1030. package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.js +0 -27
  1031. package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.d.ts +0 -3
  1032. package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.js +0 -12
  1033. package/lib/internal/apis/custom/mp_web/truemoney/openInApp.d.ts +0 -3
  1034. package/lib/internal/apis/custom/mp_web/truemoney/openInApp.js +0 -3
  1035. package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.d.ts +0 -3
  1036. package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.js +0 -3
  1037. package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.d.ts +0 -3
  1038. package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.js +0 -3
  1039. package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.d.ts +0 -3
  1040. package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.js +0 -12
  1041. package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.d.ts +0 -3
  1042. package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.js +0 -12
  1043. package/lib/internal/apis/custom/mp_web/truemoney/openURL.d.ts +0 -6
  1044. package/lib/internal/apis/custom/mp_web/truemoney/openURL.js +0 -30
  1045. package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.d.ts +0 -3
  1046. package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.js +0 -3
  1047. package/lib/internal/apis/custom/web/addNotifyListener.d.ts +0 -6
  1048. package/lib/internal/apis/custom/web/addNotifyListener.js +0 -170
  1049. package/lib/internal/apis/custom/web/alipay/openApPayCodePage.d.ts +0 -3
  1050. package/lib/internal/apis/custom/web/alipay/openApPayCodePage.js +0 -3
  1051. package/lib/internal/apis/custom/web/alipay/openInApp.d.ts +0 -3
  1052. package/lib/internal/apis/custom/web/alipay/openInApp.js +0 -3
  1053. package/lib/internal/apis/custom/web/alipay/openInBrowser.d.ts +0 -3
  1054. package/lib/internal/apis/custom/web/alipay/openInBrowser.js +0 -3
  1055. package/lib/internal/apis/custom/web/alipay/openOtherApp.d.ts +0 -3
  1056. package/lib/internal/apis/custom/web/alipay/openOtherApp.js +0 -3
  1057. package/lib/internal/apis/custom/web/alipay/openPayCodePage.d.ts +0 -3
  1058. package/lib/internal/apis/custom/web/alipay/openPayCodePage.js +0 -3
  1059. package/lib/internal/apis/custom/web/alipay/openScanPage.d.ts +0 -3
  1060. package/lib/internal/apis/custom/web/alipay/openScanPage.js +0 -3
  1061. package/lib/internal/apis/custom/web/alipay/openURL.d.ts +0 -2
  1062. package/lib/internal/apis/custom/web/alipay/openURL.js +0 -26
  1063. package/lib/internal/apis/custom/web/alipay/openWebURL.d.ts +0 -3
  1064. package/lib/internal/apis/custom/web/alipay/openWebURL.js +0 -3
  1065. package/lib/internal/apis/custom/web/alipay/popWindow.d.ts +0 -2
  1066. package/lib/internal/apis/custom/web/alipay/popWindow.js +0 -4
  1067. package/lib/internal/apis/custom/web/createWithoutAuthRpc.d.ts +0 -3
  1068. package/lib/internal/apis/custom/web/createWithoutAuthRpc.js +0 -51
  1069. package/lib/internal/apis/custom/web/defineRuntimeConfig.d.ts +0 -3
  1070. package/lib/internal/apis/custom/web/defineRuntimeConfig.js +0 -7
  1071. package/lib/internal/apis/custom/web/getCurrentLanguage.d.ts +0 -2
  1072. package/lib/internal/apis/custom/web/getCurrentLanguage.js +0 -12
  1073. package/lib/internal/apis/custom/web/h5/openURL.d.ts +0 -2
  1074. package/lib/internal/apis/custom/web/h5/openURL.js +0 -15
  1075. package/lib/internal/apis/custom/web/h5/popWindow.d.ts +0 -2
  1076. package/lib/internal/apis/custom/web/h5/popWindow.js +0 -3
  1077. package/lib/internal/apis/custom/web/removeNotifyListener.d.ts +0 -4
  1078. package/lib/internal/apis/custom/web/removeNotifyListener.js +0 -27
  1079. package/lib/internal/apis/custom/web/rpcWithAuthAPlus.d.ts +0 -3
  1080. package/lib/internal/apis/custom/web/rpcWithAuthAPlus.js +0 -31
  1081. package/lib/internal/utils/baseOpenUrl.d.ts +0 -15
  1082. package/lib/internal/utils/baseOpenUrl.js +0 -125
  1083. package/lib/internal/utils/index.d.ts +0 -9
  1084. package/lib/internal/utils/index.js +0 -71
  1085. package/lib/internal/utils/language.d.ts +0 -4
  1086. package/lib/internal/utils/language.js +0 -46
  1087. package/lib/internal/utils/network/authLogin.d.ts +0 -8
  1088. package/lib/internal/utils/network/authLogin.js +0 -564
  1089. package/lib/internal/utils/network/index.d.ts +0 -7
  1090. package/lib/internal/utils/network/index.js +0 -246
  1091. package/lib/internal/utils/router.d.ts +0 -35
  1092. package/lib/internal/utils/router.js +0 -157
  1093. package/lib/umd/mp_web_toss.js.LICENSE.txt +0 -1
  1094. package/lib/umd/mp_web_truemoney.js +0 -1
  1095. package/lib/umd/web_alipay.js.LICENSE.txt +0 -1
  1096. /package/lib/clients/mp/{truemoney → tmn}/addPhoneContact.d.ts +0 -0
  1097. /package/lib/clients/mp/{truemoney → tmn}/addPhoneContact.js +0 -0
  1098. /package/lib/clients/mp/{truemoney → tmn}/alert.d.ts +0 -0
  1099. /package/lib/clients/mp/{truemoney → tmn}/alert.js +0 -0
  1100. /package/lib/clients/mp/{truemoney → tmn}/canIUse.d.ts +0 -0
  1101. /package/lib/clients/mp/{truemoney → tmn}/canIUse.js +0 -0
  1102. /package/lib/clients/mp/{truemoney → tmn}/chooseImage.d.ts +0 -0
  1103. /package/lib/clients/mp/{truemoney → tmn}/chooseImage.js +0 -0
  1104. /package/lib/clients/mp/{truemoney → tmn}/choosePhoneContact.d.ts +0 -0
  1105. /package/lib/clients/mp/{truemoney → tmn}/choosePhoneContact.js +0 -0
  1106. /package/lib/clients/mp/{truemoney → tmn}/clearStorage.d.ts +0 -0
  1107. /package/lib/clients/mp/{truemoney → tmn}/clearStorage.js +0 -0
  1108. /package/lib/clients/mp/{truemoney → tmn}/clearStorageSync.d.ts +0 -0
  1109. /package/lib/clients/mp/{truemoney → tmn}/clearStorageSync.js +0 -0
  1110. /package/lib/clients/mp/{truemoney → tmn}/closeBluetoothAdapter.d.ts +0 -0
  1111. /package/lib/clients/mp/{truemoney → tmn}/closeBluetoothAdapter.js +0 -0
  1112. /package/lib/clients/mp/{truemoney → tmn}/closeSocket.d.ts +0 -0
  1113. /package/lib/clients/mp/{truemoney → tmn}/closeSocket.js +0 -0
  1114. /package/lib/clients/mp/{truemoney → tmn}/confirm.d.ts +0 -0
  1115. /package/lib/clients/mp/{truemoney → tmn}/confirm.js +0 -0
  1116. /package/lib/clients/mp/{truemoney → tmn}/connectBLEDevice.d.ts +0 -0
  1117. /package/lib/clients/mp/{truemoney → tmn}/connectBLEDevice.js +0 -0
  1118. /package/lib/clients/mp/{truemoney → tmn}/connectSocket.d.ts +0 -0
  1119. /package/lib/clients/mp/{truemoney → tmn}/connectSocket.js +0 -0
  1120. /package/lib/clients/mp/{truemoney → tmn}/createAnimation.d.ts +0 -0
  1121. /package/lib/clients/mp/{truemoney → tmn}/createAnimation.js +0 -0
  1122. /package/lib/clients/mp/{truemoney → tmn}/createSelectorQuery.d.ts +0 -0
  1123. /package/lib/clients/mp/{truemoney → tmn}/createSelectorQuery.js +0 -0
  1124. /package/lib/clients/mp/{truemoney → tmn}/createWebViewContext.d.ts +0 -0
  1125. /package/lib/clients/mp/{truemoney → tmn}/createWebViewContext.js +0 -0
  1126. /package/lib/clients/mp/{truemoney → tmn}/datePicker.d.ts +0 -0
  1127. /package/lib/clients/mp/{truemoney → tmn}/datePicker.js +0 -0
  1128. /package/lib/clients/mp/{truemoney → tmn}/disconnectBLEDevice.d.ts +0 -0
  1129. /package/lib/clients/mp/{truemoney → tmn}/disconnectBLEDevice.js +0 -0
  1130. /package/lib/clients/mp/{truemoney → tmn}/downloadFile.d.ts +0 -0
  1131. /package/lib/clients/mp/{truemoney → tmn}/downloadFile.js +0 -0
  1132. /package/lib/clients/mp/{truemoney → tmn}/getAppIdSync.d.ts +0 -0
  1133. /package/lib/clients/mp/{truemoney → tmn}/getAppIdSync.js +0 -0
  1134. /package/lib/clients/mp/{truemoney → tmn}/getAuthCode.d.ts +0 -0
  1135. /package/lib/clients/mp/{truemoney → tmn}/getAuthCode.js +0 -0
  1136. /package/lib/clients/mp/{truemoney → tmn}/getBLEDeviceCharacteristics.d.ts +0 -0
  1137. /package/lib/clients/mp/{truemoney → tmn}/getBLEDeviceCharacteristics.js +0 -0
  1138. /package/lib/clients/mp/{truemoney → tmn}/getBLEDeviceServices.d.ts +0 -0
  1139. /package/lib/clients/mp/{truemoney → tmn}/getBLEDeviceServices.js +0 -0
  1140. /package/lib/clients/mp/{truemoney → tmn}/getBatteryInfo.d.ts +0 -0
  1141. /package/lib/clients/mp/{truemoney → tmn}/getBatteryInfo.js +0 -0
  1142. /package/lib/clients/mp/{truemoney → tmn}/getBluetoothAdapterState.d.ts +0 -0
  1143. /package/lib/clients/mp/{truemoney → tmn}/getBluetoothAdapterState.js +0 -0
  1144. /package/lib/clients/mp/{truemoney → tmn}/getBluetoothDevices.d.ts +0 -0
  1145. /package/lib/clients/mp/{truemoney → tmn}/getBluetoothDevices.js +0 -0
  1146. /package/lib/clients/mp/{truemoney → tmn}/getClipboard.d.ts +0 -0
  1147. /package/lib/clients/mp/{truemoney → tmn}/getClipboard.js +0 -0
  1148. /package/lib/clients/mp/{truemoney → tmn}/getConnectedBluetoothDevices.d.ts +0 -0
  1149. /package/lib/clients/mp/{truemoney → tmn}/getConnectedBluetoothDevices.js +0 -0
  1150. /package/lib/clients/mp/{truemoney → tmn}/getFileInfo.d.ts +0 -0
  1151. /package/lib/clients/mp/{truemoney → tmn}/getFileInfo.js +0 -0
  1152. /package/lib/clients/mp/{truemoney → tmn}/getImageInfo.d.ts +0 -0
  1153. /package/lib/clients/mp/{truemoney → tmn}/getImageInfo.js +0 -0
  1154. /package/lib/clients/mp/{truemoney → tmn}/getLocation.d.ts +0 -0
  1155. /package/lib/clients/mp/{truemoney → tmn}/getLocation.js +0 -0
  1156. /package/lib/clients/mp/{truemoney → tmn}/getNetworkType.d.ts +0 -0
  1157. /package/lib/clients/mp/{truemoney → tmn}/getNetworkType.js +0 -0
  1158. /package/lib/clients/mp/{truemoney → tmn}/getOpenUserInfo.d.ts +0 -0
  1159. /package/lib/clients/mp/{truemoney → tmn}/getOpenUserInfo.js +0 -0
  1160. /package/lib/clients/mp/{truemoney → tmn}/getSavedFileInfo.d.ts +0 -0
  1161. /package/lib/clients/mp/{truemoney → tmn}/getSavedFileInfo.js +0 -0
  1162. /package/lib/clients/mp/{truemoney → tmn}/getSavedFileList.d.ts +0 -0
  1163. /package/lib/clients/mp/{truemoney → tmn}/getSavedFileList.js +0 -0
  1164. /package/lib/clients/mp/{truemoney → tmn}/getScreenBrightness.d.ts +0 -0
  1165. /package/lib/clients/mp/{truemoney → tmn}/getScreenBrightness.js +0 -0
  1166. /package/lib/clients/mp/{truemoney → tmn}/getServerTime.d.ts +0 -0
  1167. /package/lib/clients/mp/{truemoney → tmn}/getServerTime.js +0 -0
  1168. /package/lib/clients/mp/{truemoney → tmn}/getSetting.d.ts +0 -0
  1169. /package/lib/clients/mp/{truemoney → tmn}/getSetting.js +0 -0
  1170. /package/lib/clients/mp/{truemoney → tmn}/getSiteInfo.d.ts +0 -0
  1171. /package/lib/clients/mp/{truemoney → tmn}/getSiteInfo.js +0 -0
  1172. /package/lib/clients/mp/{truemoney → tmn}/getStorage.d.ts +0 -0
  1173. /package/lib/clients/mp/{truemoney → tmn}/getStorage.js +0 -0
  1174. /package/lib/clients/mp/{truemoney → tmn}/getStorageSync.d.ts +0 -0
  1175. /package/lib/clients/mp/{truemoney → tmn}/getStorageSync.js +0 -0
  1176. /package/lib/clients/mp/{truemoney → tmn}/getSystemInfo.d.ts +0 -0
  1177. /package/lib/clients/mp/{truemoney → tmn}/getSystemInfo.js +0 -0
  1178. /package/lib/clients/mp/{truemoney → tmn}/getSystemInfoSync.d.ts +0 -0
  1179. /package/lib/clients/mp/{truemoney → tmn}/getSystemInfoSync.js +0 -0
  1180. /package/lib/clients/mp/{truemoney → tmn}/hideBackHome.d.ts +0 -0
  1181. /package/lib/clients/mp/{truemoney → tmn}/hideBackHome.js +0 -0
  1182. /package/lib/clients/mp/{truemoney → tmn}/hideKeyboard.d.ts +0 -0
  1183. /package/lib/clients/mp/{truemoney → tmn}/hideKeyboard.js +0 -0
  1184. /package/lib/clients/mp/{truemoney → tmn}/hideLoading.d.ts +0 -0
  1185. /package/lib/clients/mp/{truemoney → tmn}/hideLoading.js +0 -0
  1186. /package/lib/clients/mp/{truemoney → tmn}/hideNavigationBarLoading.d.ts +0 -0
  1187. /package/lib/clients/mp/{truemoney → tmn}/hideNavigationBarLoading.js +0 -0
  1188. /package/lib/clients/mp/{truemoney → tmn}/hideTabBar.d.ts +0 -0
  1189. /package/lib/clients/mp/{truemoney → tmn}/hideTabBar.js +0 -0
  1190. /package/lib/clients/mp/{truemoney → tmn}/hideToast.d.ts +0 -0
  1191. /package/lib/clients/mp/{truemoney → tmn}/hideToast.js +0 -0
  1192. /package/lib/clients/mp/{truemoney → tmn}/makePhoneCall.d.ts +0 -0
  1193. /package/lib/clients/mp/{truemoney → tmn}/makePhoneCall.js +0 -0
  1194. /package/lib/clients/mp/{truemoney → tmn}/multiLevelSelect.d.ts +0 -0
  1195. /package/lib/clients/mp/{truemoney → tmn}/multiLevelSelect.js +0 -0
  1196. /package/lib/clients/mp/{truemoney → tmn}/navigateBack.d.ts +0 -0
  1197. /package/lib/clients/mp/{truemoney → tmn}/navigateBack.js +0 -0
  1198. /package/lib/clients/mp/{truemoney → tmn}/navigateBackMiniProgram.d.ts +0 -0
  1199. /package/lib/clients/mp/{truemoney → tmn}/navigateBackMiniProgram.js +0 -0
  1200. /package/lib/clients/mp/{truemoney → tmn}/navigateTo.d.ts +0 -0
  1201. /package/lib/clients/mp/{truemoney → tmn}/navigateTo.js +0 -0
  1202. /package/lib/clients/mp/{truemoney → tmn}/navigateToMiniProgram.d.ts +0 -0
  1203. /package/lib/clients/mp/{truemoney → tmn}/navigateToMiniProgram.js +0 -0
  1204. /package/lib/clients/mp/{truemoney → tmn}/notifyBLECharacteristicValueChange.d.ts +0 -0
  1205. /package/lib/clients/mp/{truemoney → tmn}/notifyBLECharacteristicValueChange.js +0 -0
  1206. /package/lib/clients/mp/{truemoney → tmn}/offAccelerometerChange.d.ts +0 -0
  1207. /package/lib/clients/mp/{truemoney → tmn}/offAccelerometerChange.js +0 -0
  1208. /package/lib/clients/mp/{truemoney → tmn}/offBLECharacteristicValueChange.d.ts +0 -0
  1209. /package/lib/clients/mp/{truemoney → tmn}/offBLECharacteristicValueChange.js +0 -0
  1210. /package/lib/clients/mp/{truemoney → tmn}/offBLEConnectionStateChanged.d.ts +0 -0
  1211. /package/lib/clients/mp/{truemoney → tmn}/offBLEConnectionStateChanged.js +0 -0
  1212. /package/lib/clients/mp/{truemoney → tmn}/offBluetoothAdapterStateChange.d.ts +0 -0
  1213. /package/lib/clients/mp/{truemoney → tmn}/offBluetoothAdapterStateChange.js +0 -0
  1214. /package/lib/clients/mp/{truemoney → tmn}/offBluetoothDeviceFound.d.ts +0 -0
  1215. /package/lib/clients/mp/{truemoney → tmn}/offBluetoothDeviceFound.js +0 -0
  1216. /package/lib/clients/mp/{truemoney → tmn}/offCompassChange.d.ts +0 -0
  1217. /package/lib/clients/mp/{truemoney → tmn}/offCompassChange.js +0 -0
  1218. /package/lib/clients/mp/{truemoney → tmn}/offMemoryWarning.d.ts +0 -0
  1219. /package/lib/clients/mp/{truemoney → tmn}/offMemoryWarning.js +0 -0
  1220. /package/lib/clients/mp/{truemoney → tmn}/offSocketClose.d.ts +0 -0
  1221. /package/lib/clients/mp/{truemoney → tmn}/offSocketClose.js +0 -0
  1222. /package/lib/clients/mp/{truemoney → tmn}/offSocketError.d.ts +0 -0
  1223. /package/lib/clients/mp/{truemoney → tmn}/offSocketError.js +0 -0
  1224. /package/lib/clients/mp/{truemoney → tmn}/offSocketMessage.d.ts +0 -0
  1225. /package/lib/clients/mp/{truemoney → tmn}/offSocketMessage.js +0 -0
  1226. /package/lib/clients/mp/{truemoney → tmn}/offSocketOpen.d.ts +0 -0
  1227. /package/lib/clients/mp/{truemoney → tmn}/offSocketOpen.js +0 -0
  1228. /package/lib/clients/mp/{truemoney → tmn}/offUserCaptureScreen.d.ts +0 -0
  1229. /package/lib/clients/mp/{truemoney → tmn}/offUserCaptureScreen.js +0 -0
  1230. /package/lib/clients/mp/{truemoney → tmn}/onAccelerometerChange.d.ts +0 -0
  1231. /package/lib/clients/mp/{truemoney → tmn}/onAccelerometerChange.js +0 -0
  1232. /package/lib/clients/mp/{truemoney → tmn}/onBLECharacteristicValueChange.d.ts +0 -0
  1233. /package/lib/clients/mp/{truemoney → tmn}/onBLECharacteristicValueChange.js +0 -0
  1234. /package/lib/clients/mp/{truemoney → tmn}/onBLEConnectionStateChanged.d.ts +0 -0
  1235. /package/lib/clients/mp/{truemoney → tmn}/onBLEConnectionStateChanged.js +0 -0
  1236. /package/lib/clients/mp/{truemoney → tmn}/onBluetoothAdapterStateChange.d.ts +0 -0
  1237. /package/lib/clients/mp/{truemoney → tmn}/onBluetoothAdapterStateChange.js +0 -0
  1238. /package/lib/clients/mp/{truemoney → tmn}/onBluetoothDeviceFound.d.ts +0 -0
  1239. /package/lib/clients/mp/{truemoney → tmn}/onBluetoothDeviceFound.js +0 -0
  1240. /package/lib/clients/mp/{truemoney → tmn}/onCompassChange.d.ts +0 -0
  1241. /package/lib/clients/mp/{truemoney → tmn}/onCompassChange.js +0 -0
  1242. /package/lib/clients/mp/{truemoney → tmn}/onMemoryWarning.d.ts +0 -0
  1243. /package/lib/clients/mp/{truemoney → tmn}/onMemoryWarning.js +0 -0
  1244. /package/lib/clients/mp/{truemoney → tmn}/onSocketClose.d.ts +0 -0
  1245. /package/lib/clients/mp/{truemoney → tmn}/onSocketClose.js +0 -0
  1246. /package/lib/clients/mp/{truemoney → tmn}/onSocketError.d.ts +0 -0
  1247. /package/lib/clients/mp/{truemoney → tmn}/onSocketError.js +0 -0
  1248. /package/lib/clients/mp/{truemoney → tmn}/onSocketMessage.d.ts +0 -0
  1249. /package/lib/clients/mp/{truemoney → tmn}/onSocketMessage.js +0 -0
  1250. /package/lib/clients/mp/{truemoney → tmn}/onSocketOpen.d.ts +0 -0
  1251. /package/lib/clients/mp/{truemoney → tmn}/onSocketOpen.js +0 -0
  1252. /package/lib/clients/mp/{truemoney → tmn}/onUserCaptureScreen.d.ts +0 -0
  1253. /package/lib/clients/mp/{truemoney → tmn}/onUserCaptureScreen.js +0 -0
  1254. /package/lib/clients/mp/{truemoney → tmn}/openBluetoothAdapter.d.ts +0 -0
  1255. /package/lib/clients/mp/{truemoney → tmn}/openBluetoothAdapter.js +0 -0
  1256. /package/lib/clients/mp/{truemoney → tmn}/openDocument.d.ts +0 -0
  1257. /package/lib/clients/mp/{truemoney → tmn}/openDocument.js +0 -0
  1258. /package/lib/clients/mp/{truemoney → tmn}/openSetting.d.ts +0 -0
  1259. /package/lib/clients/mp/{truemoney → tmn}/openSetting.js +0 -0
  1260. /package/lib/clients/mp/{truemoney → tmn}/pageScrollTo.d.ts +0 -0
  1261. /package/lib/clients/mp/{truemoney → tmn}/pageScrollTo.js +0 -0
  1262. /package/lib/clients/mp/{truemoney → tmn}/previewImage.d.ts +0 -0
  1263. /package/lib/clients/mp/{truemoney → tmn}/previewImage.js +0 -0
  1264. /package/lib/clients/mp/{truemoney → tmn}/prompt.d.ts +0 -0
  1265. /package/lib/clients/mp/{truemoney → tmn}/prompt.js +0 -0
  1266. /package/lib/clients/mp/{truemoney → tmn}/reLaunch.d.ts +0 -0
  1267. /package/lib/clients/mp/{truemoney → tmn}/reLaunch.js +0 -0
  1268. /package/lib/clients/mp/{truemoney → tmn}/readBLECharacteristicValue.d.ts +0 -0
  1269. /package/lib/clients/mp/{truemoney → tmn}/readBLECharacteristicValue.js +0 -0
  1270. /package/lib/clients/mp/{truemoney → tmn}/redirectTo.d.ts +0 -0
  1271. /package/lib/clients/mp/{truemoney → tmn}/redirectTo.js +0 -0
  1272. /package/lib/clients/mp/{truemoney → tmn}/removeSavedFile.d.ts +0 -0
  1273. /package/lib/clients/mp/{truemoney → tmn}/removeSavedFile.js +0 -0
  1274. /package/lib/clients/mp/{truemoney → tmn}/removeStorage.d.ts +0 -0
  1275. /package/lib/clients/mp/{truemoney → tmn}/removeStorage.js +0 -0
  1276. /package/lib/clients/mp/{truemoney → tmn}/removeStorageSync.d.ts +0 -0
  1277. /package/lib/clients/mp/{truemoney → tmn}/removeStorageSync.js +0 -0
  1278. /package/lib/clients/mp/{truemoney → tmn}/request.d.ts +0 -0
  1279. /package/lib/clients/mp/{truemoney → tmn}/request.js +0 -0
  1280. /package/lib/clients/mp/{truemoney → tmn}/saveFile.d.ts +0 -0
  1281. /package/lib/clients/mp/{truemoney → tmn}/saveFile.js +0 -0
  1282. /package/lib/clients/mp/{truemoney → tmn}/saveImage.d.ts +0 -0
  1283. /package/lib/clients/mp/{truemoney → tmn}/saveImage.js +0 -0
  1284. /package/lib/clients/mp/{truemoney → tmn}/scan.d.ts +0 -0
  1285. /package/lib/clients/mp/{truemoney → tmn}/scan.js +0 -0
  1286. /package/lib/clients/mp/{truemoney → tmn}/sendSocketMessage.d.ts +0 -0
  1287. /package/lib/clients/mp/{truemoney → tmn}/sendSocketMessage.js +0 -0
  1288. /package/lib/clients/mp/{truemoney → tmn}/setBackgroundColor.d.ts +0 -0
  1289. /package/lib/clients/mp/{truemoney → tmn}/setBackgroundColor.js +0 -0
  1290. /package/lib/clients/mp/{truemoney → tmn}/setCanPullDown.d.ts +0 -0
  1291. /package/lib/clients/mp/{truemoney → tmn}/setCanPullDown.js +0 -0
  1292. /package/lib/clients/mp/{truemoney → tmn}/setClipboard.d.ts +0 -0
  1293. /package/lib/clients/mp/{truemoney → tmn}/setClipboard.js +0 -0
  1294. /package/lib/clients/mp/{truemoney → tmn}/setKeepScreenOn.d.ts +0 -0
  1295. /package/lib/clients/mp/{truemoney → tmn}/setKeepScreenOn.js +0 -0
  1296. /package/lib/clients/mp/{truemoney → tmn}/setNavigationBar.d.ts +0 -0
  1297. /package/lib/clients/mp/{truemoney → tmn}/setNavigationBar.js +0 -0
  1298. /package/lib/clients/mp/{truemoney → tmn}/setScreenBrightness.d.ts +0 -0
  1299. /package/lib/clients/mp/{truemoney → tmn}/setScreenBrightness.js +0 -0
  1300. /package/lib/clients/mp/{truemoney → tmn}/setStorage.d.ts +0 -0
  1301. /package/lib/clients/mp/{truemoney → tmn}/setStorage.js +0 -0
  1302. /package/lib/clients/mp/{truemoney → tmn}/setStorageSync.d.ts +0 -0
  1303. /package/lib/clients/mp/{truemoney → tmn}/setStorageSync.js +0 -0
  1304. /package/lib/clients/mp/{truemoney → tmn}/setTabBarStyle.d.ts +0 -0
  1305. /package/lib/clients/mp/{truemoney → tmn}/setTabBarStyle.js +0 -0
  1306. /package/lib/clients/mp/{truemoney → tmn}/showActionSheet.d.ts +0 -0
  1307. /package/lib/clients/mp/{truemoney → tmn}/showActionSheet.js +0 -0
  1308. /package/lib/clients/mp/{truemoney → tmn}/showAuthGuide.d.ts +0 -0
  1309. /package/lib/clients/mp/{truemoney → tmn}/showAuthGuide.js +0 -0
  1310. /package/lib/clients/mp/{truemoney → tmn}/showLoading.d.ts +0 -0
  1311. /package/lib/clients/mp/{truemoney → tmn}/showLoading.js +0 -0
  1312. /package/lib/clients/mp/{truemoney → tmn}/showNavigationBarLoading.d.ts +0 -0
  1313. /package/lib/clients/mp/{truemoney → tmn}/showNavigationBarLoading.js +0 -0
  1314. /package/lib/clients/mp/{truemoney → tmn}/showSharePanel.d.ts +0 -0
  1315. /package/lib/clients/mp/{truemoney → tmn}/showSharePanel.js +0 -0
  1316. /package/lib/clients/mp/{truemoney → tmn}/showToast.d.ts +0 -0
  1317. /package/lib/clients/mp/{truemoney → tmn}/showToast.js +0 -0
  1318. /package/lib/clients/mp/{truemoney → tmn}/signContract.d.ts +0 -0
  1319. /package/lib/clients/mp/{truemoney → tmn}/signContract.js +0 -0
  1320. /package/lib/clients/mp/{truemoney → tmn}/startBluetoothDevicesDiscovery.d.ts +0 -0
  1321. /package/lib/clients/mp/{truemoney → tmn}/startBluetoothDevicesDiscovery.js +0 -0
  1322. /package/lib/clients/mp/{truemoney → tmn}/startPullDownRefresh.d.ts +0 -0
  1323. /package/lib/clients/mp/{truemoney → tmn}/startPullDownRefresh.js +0 -0
  1324. /package/lib/clients/mp/{truemoney → tmn}/stopBluetoothDevicesDiscovery.d.ts +0 -0
  1325. /package/lib/clients/mp/{truemoney → tmn}/stopBluetoothDevicesDiscovery.js +0 -0
  1326. /package/lib/clients/mp/{truemoney → tmn}/stopPullDownRefresh.d.ts +0 -0
  1327. /package/lib/clients/mp/{truemoney → tmn}/stopPullDownRefresh.js +0 -0
  1328. /package/lib/clients/mp/{truemoney → tmn}/switchTab.d.ts +0 -0
  1329. /package/lib/clients/mp/{truemoney → tmn}/switchTab.js +0 -0
  1330. /package/lib/clients/mp/{truemoney → tmn}/tradePay.d.ts +0 -0
  1331. /package/lib/clients/mp/{truemoney → tmn}/tradePay.js +0 -0
  1332. /package/lib/clients/mp/{truemoney → tmn}/uploadFile.d.ts +0 -0
  1333. /package/lib/clients/mp/{truemoney → tmn}/uploadFile.js +0 -0
  1334. /package/lib/clients/mp/{truemoney → tmn}/vibrate.d.ts +0 -0
  1335. /package/lib/clients/mp/{truemoney → tmn}/vibrate.js +0 -0
  1336. /package/lib/clients/mp/{truemoney → tmn}/watchShake.d.ts +0 -0
  1337. /package/lib/clients/mp/{truemoney → tmn}/watchShake.js +0 -0
  1338. /package/lib/clients/mp/{truemoney → tmn}/writeBLECharacteristicValue.d.ts +0 -0
  1339. /package/lib/clients/mp/{truemoney → tmn}/writeBLECharacteristicValue.js +0 -0
  1340. /package/lib/clients/mp_web/{demo → alipayhk}/navigateToBizScene.d.ts +0 -0
  1341. /package/lib/clients/mp_web/{demo → alipayhk}/navigateToBizScene.js +0 -0
  1342. /package/lib/clients/mp_web/{truemoney → mpay}/addPhoneContact.d.ts +0 -0
  1343. /package/lib/clients/mp_web/{truemoney → mpay}/addPhoneContact.js +0 -0
  1344. /package/lib/clients/mp_web/{truemoney → mpay}/alert.d.ts +0 -0
  1345. /package/lib/clients/mp_web/{truemoney → mpay}/alert.js +0 -0
  1346. /package/lib/clients/mp_web/{truemoney → mpay}/chooseImage.d.ts +0 -0
  1347. /package/lib/clients/mp_web/{truemoney → mpay}/chooseImage.js +0 -0
  1348. /package/lib/clients/mp_web/{truemoney → mpay}/choosePhoneContact.d.ts +0 -0
  1349. /package/lib/clients/mp_web/{truemoney → mpay}/choosePhoneContact.js +0 -0
  1350. /package/lib/clients/mp_web/{truemoney → mpay}/clearStorage.d.ts +0 -0
  1351. /package/lib/clients/mp_web/{truemoney → mpay}/clearStorage.js +0 -0
  1352. /package/lib/clients/mp_web/{truemoney → mpay}/closeBluetoothAdapter.d.ts +0 -0
  1353. /package/lib/clients/mp_web/{truemoney → mpay}/closeBluetoothAdapter.js +0 -0
  1354. /package/lib/clients/mp_web/{truemoney → mpay}/closeSocket.d.ts +0 -0
  1355. /package/lib/clients/mp_web/{truemoney → mpay}/closeSocket.js +0 -0
  1356. /package/lib/clients/mp_web/{truemoney → mpay}/confirm.d.ts +0 -0
  1357. /package/lib/clients/mp_web/{truemoney → mpay}/confirm.js +0 -0
  1358. /package/lib/clients/mp_web/{truemoney → mpay}/connectBLEDevice.d.ts +0 -0
  1359. /package/lib/clients/mp_web/{truemoney → mpay}/connectBLEDevice.js +0 -0
  1360. /package/lib/clients/mp_web/{truemoney → mpay}/connectSocket.d.ts +0 -0
  1361. /package/lib/clients/mp_web/{truemoney → mpay}/connectSocket.js +0 -0
  1362. /package/lib/clients/mp_web/{truemoney → mpay}/datePicker.d.ts +0 -0
  1363. /package/lib/clients/mp_web/{truemoney → mpay}/datePicker.js +0 -0
  1364. /package/lib/clients/mp_web/{truemoney → mpay}/disconnectBLEDevice.d.ts +0 -0
  1365. /package/lib/clients/mp_web/{truemoney → mpay}/disconnectBLEDevice.js +0 -0
  1366. /package/lib/clients/mp_web/{truemoney → mpay}/downloadFile.d.ts +0 -0
  1367. /package/lib/clients/mp_web/{truemoney → mpay}/downloadFile.js +0 -0
  1368. /package/lib/clients/mp_web/{truemoney → mpay}/getBLEDeviceCharacteristics.d.ts +0 -0
  1369. /package/lib/clients/mp_web/{truemoney → mpay}/getBLEDeviceCharacteristics.js +0 -0
  1370. /package/lib/clients/mp_web/{truemoney → mpay}/getBLEDeviceServices.d.ts +0 -0
  1371. /package/lib/clients/mp_web/{truemoney → mpay}/getBLEDeviceServices.js +0 -0
  1372. /package/lib/clients/mp_web/{truemoney → mpay}/getBatteryInfo.d.ts +0 -0
  1373. /package/lib/clients/mp_web/{truemoney → mpay}/getBatteryInfo.js +0 -0
  1374. /package/lib/clients/mp_web/{truemoney → mpay}/getBluetoothAdapterState.d.ts +0 -0
  1375. /package/lib/clients/mp_web/{truemoney → mpay}/getBluetoothAdapterState.js +0 -0
  1376. /package/lib/clients/mp_web/{truemoney → mpay}/getBluetoothDevices.d.ts +0 -0
  1377. /package/lib/clients/mp_web/{truemoney → mpay}/getBluetoothDevices.js +0 -0
  1378. /package/lib/clients/mp_web/{truemoney → mpay}/getClipboard.d.ts +0 -0
  1379. /package/lib/clients/mp_web/{truemoney → mpay}/getClipboard.js +0 -0
  1380. /package/lib/clients/mp_web/{truemoney → mpay}/getConnectedBluetoothDevices.d.ts +0 -0
  1381. /package/lib/clients/mp_web/{truemoney → mpay}/getConnectedBluetoothDevices.js +0 -0
  1382. /package/lib/clients/mp_web/{truemoney → mpay}/getFileInfo.d.ts +0 -0
  1383. /package/lib/clients/mp_web/{truemoney → mpay}/getFileInfo.js +0 -0
  1384. /package/lib/clients/mp_web/{truemoney → mpay}/getImageInfo.d.ts +0 -0
  1385. /package/lib/clients/mp_web/{truemoney → mpay}/getImageInfo.js +0 -0
  1386. /package/lib/clients/mp_web/{truemoney → mpay}/getLocation.d.ts +0 -0
  1387. /package/lib/clients/mp_web/{truemoney → mpay}/getLocation.js +0 -0
  1388. /package/lib/clients/mp_web/{truemoney → mpay}/getNetworkType.d.ts +0 -0
  1389. /package/lib/clients/mp_web/{truemoney → mpay}/getNetworkType.js +0 -0
  1390. /package/lib/clients/mp_web/{truemoney → mpay}/getOpenUserInfo.d.ts +0 -0
  1391. /package/lib/clients/mp_web/{truemoney → mpay}/getOpenUserInfo.js +0 -0
  1392. /package/lib/clients/mp_web/{truemoney → mpay}/getSavedFileInfo.d.ts +0 -0
  1393. /package/lib/clients/mp_web/{truemoney → mpay}/getSavedFileInfo.js +0 -0
  1394. /package/lib/clients/mp_web/{truemoney → mpay}/getSavedFileList.d.ts +0 -0
  1395. /package/lib/clients/mp_web/{truemoney → mpay}/getSavedFileList.js +0 -0
  1396. /package/lib/clients/mp_web/{truemoney → mpay}/getScreenBrightness.d.ts +0 -0
  1397. /package/lib/clients/mp_web/{truemoney → mpay}/getScreenBrightness.js +0 -0
  1398. /package/lib/clients/mp_web/{truemoney → mpay}/getServerTime.d.ts +0 -0
  1399. /package/lib/clients/mp_web/{truemoney → mpay}/getServerTime.js +0 -0
  1400. /package/lib/clients/mp_web/{truemoney → mpay}/getSetting.d.ts +0 -0
  1401. /package/lib/clients/mp_web/{truemoney → mpay}/getSetting.js +0 -0
  1402. /package/lib/clients/mp_web/{truemoney → mpay}/getSiteInfo.d.ts +0 -0
  1403. /package/lib/clients/mp_web/{truemoney → mpay}/getSiteInfo.js +0 -0
  1404. /package/lib/clients/mp_web/{truemoney → mpay}/getSystemInfo.d.ts +0 -0
  1405. /package/lib/clients/mp_web/{truemoney → mpay}/getSystemInfo.js +0 -0
  1406. /package/lib/clients/mp_web/{truemoney → mpay}/hideBackHome.d.ts +0 -0
  1407. /package/lib/clients/mp_web/{truemoney → mpay}/hideBackHome.js +0 -0
  1408. /package/lib/clients/mp_web/{truemoney → mpay}/hideKeyboard.d.ts +0 -0
  1409. /package/lib/clients/mp_web/{truemoney → mpay}/hideKeyboard.js +0 -0
  1410. /package/lib/clients/mp_web/{truemoney → mpay}/hideLoading.d.ts +0 -0
  1411. /package/lib/clients/mp_web/{truemoney → mpay}/hideLoading.js +0 -0
  1412. /package/lib/clients/mp_web/{truemoney → mpay}/hideNavigationBarLoading.d.ts +0 -0
  1413. /package/lib/clients/mp_web/{truemoney → mpay}/hideNavigationBarLoading.js +0 -0
  1414. /package/lib/clients/mp_web/{truemoney → mpay}/hideTabBar.d.ts +0 -0
  1415. /package/lib/clients/mp_web/{truemoney → mpay}/hideTabBar.js +0 -0
  1416. /package/lib/clients/mp_web/{truemoney → mpay}/hideToast.d.ts +0 -0
  1417. /package/lib/clients/mp_web/{truemoney → mpay}/hideToast.js +0 -0
  1418. /package/lib/clients/mp_web/{truemoney → mpay}/makePhoneCall.d.ts +0 -0
  1419. /package/lib/clients/mp_web/{truemoney → mpay}/makePhoneCall.js +0 -0
  1420. /package/lib/clients/mp_web/{truemoney → mpay}/multiLevelSelect.d.ts +0 -0
  1421. /package/lib/clients/mp_web/{truemoney → mpay}/multiLevelSelect.js +0 -0
  1422. /package/lib/clients/mp_web/{truemoney → mpay}/navigateBack.d.ts +0 -0
  1423. /package/lib/clients/mp_web/{truemoney → mpay}/navigateBack.js +0 -0
  1424. /package/lib/clients/mp_web/{truemoney → mpay}/navigateBackMiniProgram.d.ts +0 -0
  1425. /package/lib/clients/mp_web/{truemoney → mpay}/navigateBackMiniProgram.js +0 -0
  1426. /package/lib/clients/mp_web/{truemoney → mpay}/navigateTo.d.ts +0 -0
  1427. /package/lib/clients/mp_web/{truemoney → mpay}/navigateTo.js +0 -0
  1428. /package/lib/clients/mp_web/{truemoney → mpay}/navigateToMiniProgram.d.ts +0 -0
  1429. /package/lib/clients/mp_web/{truemoney → mpay}/navigateToMiniProgram.js +0 -0
  1430. /package/lib/clients/mp_web/{truemoney → mpay}/notifyBLECharacteristicValueChange.d.ts +0 -0
  1431. /package/lib/clients/mp_web/{truemoney → mpay}/notifyBLECharacteristicValueChange.js +0 -0
  1432. /package/lib/clients/mp_web/{truemoney → mpay}/offAccelerometerChange.d.ts +0 -0
  1433. /package/lib/clients/mp_web/{truemoney → mpay}/offAccelerometerChange.js +0 -0
  1434. /package/lib/clients/mp_web/{truemoney → mpay}/offBLECharacteristicValueChange.d.ts +0 -0
  1435. /package/lib/clients/mp_web/{truemoney → mpay}/offBLECharacteristicValueChange.js +0 -0
  1436. /package/lib/clients/mp_web/{truemoney → mpay}/offBLEConnectionStateChanged.d.ts +0 -0
  1437. /package/lib/clients/mp_web/{truemoney → mpay}/offBLEConnectionStateChanged.js +0 -0
  1438. /package/lib/clients/mp_web/{truemoney → mpay}/offBluetoothAdapterStateChange.d.ts +0 -0
  1439. /package/lib/clients/mp_web/{truemoney → mpay}/offBluetoothAdapterStateChange.js +0 -0
  1440. /package/lib/clients/mp_web/{truemoney → mpay}/offBluetoothDeviceFound.d.ts +0 -0
  1441. /package/lib/clients/mp_web/{truemoney → mpay}/offBluetoothDeviceFound.js +0 -0
  1442. /package/lib/clients/mp_web/{truemoney → mpay}/offCompassChange.d.ts +0 -0
  1443. /package/lib/clients/mp_web/{truemoney → mpay}/offCompassChange.js +0 -0
  1444. /package/lib/clients/mp_web/{truemoney → mpay}/offMemoryWarning.d.ts +0 -0
  1445. /package/lib/clients/mp_web/{truemoney → mpay}/offMemoryWarning.js +0 -0
  1446. /package/lib/clients/mp_web/{truemoney → mpay}/offSocketClose.d.ts +0 -0
  1447. /package/lib/clients/mp_web/{truemoney → mpay}/offSocketClose.js +0 -0
  1448. /package/lib/clients/mp_web/{truemoney → mpay}/offSocketError.d.ts +0 -0
  1449. /package/lib/clients/mp_web/{truemoney → mpay}/offSocketError.js +0 -0
  1450. /package/lib/clients/mp_web/{truemoney → mpay}/offSocketMessage.d.ts +0 -0
  1451. /package/lib/clients/mp_web/{truemoney → mpay}/offSocketMessage.js +0 -0
  1452. /package/lib/clients/mp_web/{truemoney → mpay}/offSocketOpen.d.ts +0 -0
  1453. /package/lib/clients/mp_web/{truemoney → mpay}/offSocketOpen.js +0 -0
  1454. /package/lib/clients/mp_web/{truemoney → mpay}/offUserCaptureScreen.d.ts +0 -0
  1455. /package/lib/clients/mp_web/{truemoney → mpay}/offUserCaptureScreen.js +0 -0
  1456. /package/lib/clients/mp_web/{truemoney → mpay}/onAccelerometerChange.d.ts +0 -0
  1457. /package/lib/clients/mp_web/{truemoney → mpay}/onAccelerometerChange.js +0 -0
  1458. /package/lib/clients/mp_web/{truemoney → mpay}/onBLECharacteristicValueChange.d.ts +0 -0
  1459. /package/lib/clients/mp_web/{truemoney → mpay}/onBLECharacteristicValueChange.js +0 -0
  1460. /package/lib/clients/mp_web/{truemoney → mpay}/onBLEConnectionStateChanged.d.ts +0 -0
  1461. /package/lib/clients/mp_web/{truemoney → mpay}/onBLEConnectionStateChanged.js +0 -0
  1462. /package/lib/clients/mp_web/{truemoney → mpay}/onBluetoothAdapterStateChange.d.ts +0 -0
  1463. /package/lib/clients/mp_web/{truemoney → mpay}/onBluetoothAdapterStateChange.js +0 -0
  1464. /package/lib/clients/mp_web/{truemoney → mpay}/onBluetoothDeviceFound.d.ts +0 -0
  1465. /package/lib/clients/mp_web/{truemoney → mpay}/onBluetoothDeviceFound.js +0 -0
  1466. /package/lib/clients/mp_web/{truemoney → mpay}/onCompassChange.d.ts +0 -0
  1467. /package/lib/clients/mp_web/{truemoney → mpay}/onCompassChange.js +0 -0
  1468. /package/lib/clients/mp_web/{truemoney → mpay}/onMemoryWarning.d.ts +0 -0
  1469. /package/lib/clients/mp_web/{truemoney → mpay}/onMemoryWarning.js +0 -0
  1470. /package/lib/clients/mp_web/{truemoney → mpay}/onSocketClose.d.ts +0 -0
  1471. /package/lib/clients/mp_web/{truemoney → mpay}/onSocketClose.js +0 -0
  1472. /package/lib/clients/mp_web/{truemoney → mpay}/onSocketError.d.ts +0 -0
  1473. /package/lib/clients/mp_web/{truemoney → mpay}/onSocketError.js +0 -0
  1474. /package/lib/clients/mp_web/{truemoney → mpay}/onSocketMessage.d.ts +0 -0
  1475. /package/lib/clients/mp_web/{truemoney → mpay}/onSocketMessage.js +0 -0
  1476. /package/lib/clients/mp_web/{truemoney → mpay}/onSocketOpen.d.ts +0 -0
  1477. /package/lib/clients/mp_web/{truemoney → mpay}/onSocketOpen.js +0 -0
  1478. /package/lib/clients/mp_web/{truemoney → mpay}/onUserCaptureScreen.d.ts +0 -0
  1479. /package/lib/clients/mp_web/{truemoney → mpay}/onUserCaptureScreen.js +0 -0
  1480. /package/lib/clients/mp_web/{truemoney → mpay}/openBluetoothAdapter.d.ts +0 -0
  1481. /package/lib/clients/mp_web/{truemoney → mpay}/openBluetoothAdapter.js +0 -0
  1482. /package/lib/clients/mp_web/{truemoney → mpay}/openDocument.d.ts +0 -0
  1483. /package/lib/clients/mp_web/{truemoney → mpay}/openDocument.js +0 -0
  1484. /package/lib/clients/mp_web/{truemoney → mpay}/openSetting.d.ts +0 -0
  1485. /package/lib/clients/mp_web/{truemoney → mpay}/openSetting.js +0 -0
  1486. /package/lib/clients/mp_web/{truemoney → mpay}/pageScrollTo.d.ts +0 -0
  1487. /package/lib/clients/mp_web/{truemoney → mpay}/pageScrollTo.js +0 -0
  1488. /package/lib/clients/mp_web/{truemoney → mpay}/previewImage.d.ts +0 -0
  1489. /package/lib/clients/mp_web/{truemoney → mpay}/previewImage.js +0 -0
  1490. /package/lib/clients/mp_web/{truemoney → mpay}/prompt.d.ts +0 -0
  1491. /package/lib/clients/mp_web/{truemoney → mpay}/prompt.js +0 -0
  1492. /package/lib/clients/mp_web/{truemoney → mpay}/reLaunch.d.ts +0 -0
  1493. /package/lib/clients/mp_web/{truemoney → mpay}/reLaunch.js +0 -0
  1494. /package/lib/clients/mp_web/{truemoney → mpay}/readBLECharacteristicValue.d.ts +0 -0
  1495. /package/lib/clients/mp_web/{truemoney → mpay}/readBLECharacteristicValue.js +0 -0
  1496. /package/lib/clients/mp_web/{truemoney → mpay}/redirectTo.d.ts +0 -0
  1497. /package/lib/clients/mp_web/{truemoney → mpay}/redirectTo.js +0 -0
  1498. /package/lib/clients/mp_web/{truemoney → mpay}/removeSavedFile.d.ts +0 -0
  1499. /package/lib/clients/mp_web/{truemoney → mpay}/removeSavedFile.js +0 -0
  1500. /package/lib/clients/mp_web/{truemoney → mpay}/removeStorage.d.ts +0 -0
  1501. /package/lib/clients/mp_web/{truemoney → mpay}/removeStorage.js +0 -0
  1502. /package/lib/clients/mp_web/{truemoney → mpay}/saveFile.d.ts +0 -0
  1503. /package/lib/clients/mp_web/{truemoney → mpay}/saveFile.js +0 -0
  1504. /package/lib/clients/mp_web/{truemoney → mpay}/saveImage.d.ts +0 -0
  1505. /package/lib/clients/mp_web/{truemoney → mpay}/saveImage.js +0 -0
  1506. /package/lib/clients/mp_web/{truemoney → mpay}/scan.d.ts +0 -0
  1507. /package/lib/clients/mp_web/{truemoney → mpay}/scan.js +0 -0
  1508. /package/lib/clients/mp_web/{truemoney → mpay}/sendSocketMessage.d.ts +0 -0
  1509. /package/lib/clients/mp_web/{truemoney → mpay}/sendSocketMessage.js +0 -0
  1510. /package/lib/clients/mp_web/{truemoney → mpay}/setBackgroundColor.d.ts +0 -0
  1511. /package/lib/clients/mp_web/{truemoney → mpay}/setBackgroundColor.js +0 -0
  1512. /package/lib/clients/mp_web/{truemoney → mpay}/setCanPullDown.d.ts +0 -0
  1513. /package/lib/clients/mp_web/{truemoney → mpay}/setCanPullDown.js +0 -0
  1514. /package/lib/clients/mp_web/{truemoney → mpay}/setClipboard.d.ts +0 -0
  1515. /package/lib/clients/mp_web/{truemoney → mpay}/setClipboard.js +0 -0
  1516. /package/lib/clients/mp_web/{truemoney → mpay}/setKeepScreenOn.d.ts +0 -0
  1517. /package/lib/clients/mp_web/{truemoney → mpay}/setKeepScreenOn.js +0 -0
  1518. /package/lib/clients/mp_web/{truemoney → mpay}/setNavigationBar.d.ts +0 -0
  1519. /package/lib/clients/mp_web/{truemoney → mpay}/setNavigationBar.js +0 -0
  1520. /package/lib/clients/mp_web/{truemoney → mpay}/setScreenBrightness.d.ts +0 -0
  1521. /package/lib/clients/mp_web/{truemoney → mpay}/setScreenBrightness.js +0 -0
  1522. /package/lib/clients/mp_web/{truemoney → mpay}/setTabBarStyle.d.ts +0 -0
  1523. /package/lib/clients/mp_web/{truemoney → mpay}/setTabBarStyle.js +0 -0
  1524. /package/lib/clients/mp_web/{truemoney → mpay}/showActionSheet.d.ts +0 -0
  1525. /package/lib/clients/mp_web/{truemoney → mpay}/showActionSheet.js +0 -0
  1526. /package/lib/clients/mp_web/{truemoney → mpay}/showAuthGuide.d.ts +0 -0
  1527. /package/lib/clients/mp_web/{truemoney → mpay}/showAuthGuide.js +0 -0
  1528. /package/lib/clients/mp_web/{truemoney → mpay}/showLoading.d.ts +0 -0
  1529. /package/lib/clients/mp_web/{truemoney → mpay}/showLoading.js +0 -0
  1530. /package/lib/clients/mp_web/{truemoney → mpay}/showNavigationBarLoading.d.ts +0 -0
  1531. /package/lib/clients/mp_web/{truemoney → mpay}/showNavigationBarLoading.js +0 -0
  1532. /package/lib/clients/mp_web/{truemoney → mpay}/showSharePanel.d.ts +0 -0
  1533. /package/lib/clients/mp_web/{truemoney → mpay}/showSharePanel.js +0 -0
  1534. /package/lib/clients/mp_web/{truemoney → mpay}/showToast.d.ts +0 -0
  1535. /package/lib/clients/mp_web/{truemoney → mpay}/showToast.js +0 -0
  1536. /package/lib/clients/mp_web/{truemoney → mpay}/signContract.d.ts +0 -0
  1537. /package/lib/clients/mp_web/{truemoney → mpay}/signContract.js +0 -0
  1538. /package/lib/clients/mp_web/{truemoney → mpay}/startBluetoothDevicesDiscovery.d.ts +0 -0
  1539. /package/lib/clients/mp_web/{truemoney → mpay}/startBluetoothDevicesDiscovery.js +0 -0
  1540. /package/lib/clients/mp_web/{truemoney → mpay}/startPullDownRefresh.d.ts +0 -0
  1541. /package/lib/clients/mp_web/{truemoney → mpay}/startPullDownRefresh.js +0 -0
  1542. /package/lib/clients/mp_web/{truemoney → mpay}/stopBluetoothDevicesDiscovery.d.ts +0 -0
  1543. /package/lib/clients/mp_web/{truemoney → mpay}/stopBluetoothDevicesDiscovery.js +0 -0
  1544. /package/lib/clients/mp_web/{truemoney → mpay}/stopPullDownRefresh.d.ts +0 -0
  1545. /package/lib/clients/mp_web/{truemoney → mpay}/stopPullDownRefresh.js +0 -0
  1546. /package/lib/clients/mp_web/{truemoney → mpay}/switchTab.d.ts +0 -0
  1547. /package/lib/clients/mp_web/{truemoney → mpay}/switchTab.js +0 -0
  1548. /package/lib/clients/mp_web/{truemoney → mpay}/tradePay.d.ts +0 -0
  1549. /package/lib/clients/mp_web/{truemoney → mpay}/tradePay.js +0 -0
  1550. /package/lib/clients/mp_web/{truemoney → mpay}/uploadFile.d.ts +0 -0
  1551. /package/lib/clients/mp_web/{truemoney → mpay}/uploadFile.js +0 -0
  1552. /package/lib/clients/mp_web/{truemoney → mpay}/vibrate.d.ts +0 -0
  1553. /package/lib/clients/mp_web/{truemoney → mpay}/vibrate.js +0 -0
  1554. /package/lib/clients/mp_web/{truemoney → mpay}/watchShake.d.ts +0 -0
  1555. /package/lib/clients/mp_web/{truemoney → mpay}/watchShake.js +0 -0
  1556. /package/lib/clients/mp_web/{truemoney → mpay}/writeBLECharacteristicValue.d.ts +0 -0
  1557. /package/lib/clients/mp_web/{truemoney → mpay}/writeBLECharacteristicValue.js +0 -0
  1558. /package/lib/clients/mp_web/{truemoney → tmn}/getAppId.d.ts +0 -0
  1559. /package/lib/clients/mp_web/{truemoney → tmn}/getAppId.js +0 -0
  1560. /package/lib/clients/mp_web/{truemoney → tmn}/getAppToken.d.ts +0 -0
  1561. /package/lib/clients/mp_web/{truemoney → tmn}/getAppToken.js +0 -0
  1562. /package/lib/clients/mp_web/{truemoney → tmn}/getAuthCode.d.ts +0 -0
  1563. /package/lib/clients/mp_web/{truemoney → tmn}/getAuthCode.js +0 -0
  1564. /package/lib/clients/mp_web/{truemoney → tmn}/getCurrentPages.d.ts +0 -0
  1565. /package/lib/clients/mp_web/{truemoney → tmn}/getCurrentPages.js +0 -0
  1566. /package/lib/clients/mp_web/{truemoney → tmn}/getSDKVersion.d.ts +0 -0
  1567. /package/lib/clients/mp_web/{truemoney → tmn}/getSDKVersion.js +0 -0
  1568. /package/lib/clients/mp_web/{truemoney → tmn}/getStorage.d.ts +0 -0
  1569. /package/lib/clients/mp_web/{truemoney → tmn}/getStorage.js +0 -0
  1570. /package/lib/clients/mp_web/{truemoney → tmn}/request.d.ts +0 -0
  1571. /package/lib/clients/mp_web/{truemoney → tmn}/request.js +0 -0
  1572. /package/lib/clients/mp_web/{truemoney → tmn}/setStorage.d.ts +0 -0
  1573. /package/lib/clients/mp_web/{truemoney → tmn}/setStorage.js +0 -0
  1574. /package/lib/clients/mp_web/{truemoney → tmn}/setTransparentTitle.d.ts +0 -0
  1575. /package/lib/clients/mp_web/{truemoney → tmn}/setTransparentTitle.js +0 -0
package/README.md CHANGED
@@ -56,7 +56,7 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
56
56
 
57
57
 
58
58
  ### MiniProgram
59
- | API | demo | gcash | tngd | alipay | chope | alipayhk | dana | truemoney | wechat |
59
+ | API | demo | gcash | tngd | alipay | chope | alipayhk | dana | tmn | wechat |
60
60
  | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
61
61
  |addFatigueAction|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
62
62
  |addPhoneContact|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
@@ -121,7 +121,7 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
121
121
  |navigateBack|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
122
122
  |navigateBackMiniProgram|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
123
123
  |navigateTo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
124
- |navigateToBizScene|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
124
+ |navigateToBizScene|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
125
125
  |navigateToMiniProgram|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
126
126
  |notifyBLECharacteristicValueChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
127
127
  |offAccelerometerChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
@@ -208,211 +208,179 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
208
208
  |getStorageInfoSync|✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
209
209
  |showSharePanel|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
210
210
  |hideOptionButton|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
211
- |getCurrentLanguage|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
212
- |openURL|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
213
- |openWebURL|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
214
- |openInApp|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
215
- |openOtherApp|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
216
- |openInBrowser|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
217
- |openPayCodePage|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
218
- |openApPayCodePage|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
219
- |openScanPage|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
220
- |createWithoutAuthRpc|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
221
- |rpcWithAuth|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
222
211
  |getAppId|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
223
212
  |getCurrentPages|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
224
213
  |getSDKVersion|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
225
- |defineRuntimeConfig|❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | ❌ |
226
- |rpcWithAuthAPlus|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
227
- |easyShare|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
228
- |homeAddAppToMyApps|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
229
- |homeCanAddAppToMyApps|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
230
- |postNotification|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
231
- |addNotifyListener|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
232
- |removeNotifyListener|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
233
- |getMainSelectedCity|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
234
- |chooseDistrict|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
235
- |popWindow|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
236
214
  |setTransparentTitle|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
215
+ |getRunScene|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
216
+ |chooseFileFromDisk|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
217
+ |chooseVideo|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
218
+ |compressImage|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
219
+ |setTabBarItem|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
220
+ |showTabBar|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
237
221
  ### HTML5
238
- | API | demo | gcash | tngd | alipay | chope | alipayhk | dana | truemoney | mpay | toss |
222
+ | API | demo | gcash | tngd | alipay | chope | alipayhk | dana | tmn | toss | mpay |
239
223
  | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
240
224
  |addFatigueAction|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
241
- |addPhoneContact|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
242
- |alert|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
225
+ |addPhoneContact|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
226
+ |alert|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
243
227
  |apDisableJSAPI|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
244
228
  |appxrpc|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
245
229
  |APRegionRPC|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
246
230
  |batchQueryCdpSpaceInfo|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
247
- |chooseImage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
248
- |choosePhoneContact|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
249
- |clearStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
231
+ |chooseImage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
232
+ |choosePhoneContact|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
233
+ |clearStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
250
234
  |clearStorageSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
251
- |closeBluetoothAdapter|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
252
- |closeSocket|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
253
- |confirm|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
254
- |connectBLEDevice|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
255
- |connectSocket|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
235
+ |closeBluetoothAdapter|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
236
+ |closeSocket|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
237
+ |confirm|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
238
+ |connectBLEDevice|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
239
+ |connectSocket|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
256
240
  |createAnimation|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
257
241
  |createWebViewContext|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
258
- |datePicker|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
259
- |disconnectBLEDevice|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
260
- |downloadFile|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
261
- |exitApp|✅ | ❌ | ❌ | ❌ | ❌ | | ❌ | ❌ | | ❌ |
242
+ |datePicker|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
243
+ |disconnectBLEDevice|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
244
+ |downloadFile|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
245
+ |exitApp|✅ | ❌ | ❌ | ❌ | ❌ | | ❌ | ❌ | | ❌ |
262
246
  |getAppIdSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
263
- |getAppToken|✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | |
247
+ |getAppToken|✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | |
264
248
  |getAuthCode|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
265
- |getBatteryInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
266
- |getBLEDeviceCharacteristics|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
267
- |getBLEDeviceServices|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
268
- |getBluetoothAdapterState|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
269
- |getBluetoothDevices|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
270
- |getClipboard|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
249
+ |getBatteryInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
250
+ |getBLEDeviceCharacteristics|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
251
+ |getBLEDeviceServices|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
252
+ |getBluetoothAdapterState|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
253
+ |getBluetoothDevices|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
254
+ |getClipboard|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
271
255
  |getComponentAuth|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
272
- |getConnectedBluetoothDevices|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
273
- |getFileInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
274
- |getImageInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
275
- |getLocation|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
276
- |getNetworkType|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
277
- |getOpenUserInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
256
+ |getConnectedBluetoothDevices|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
257
+ |getFileInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
258
+ |getImageInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
259
+ |getLocation|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
260
+ |getNetworkType|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
261
+ |getOpenUserInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
278
262
  |getPaymentCode|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
279
263
  |getPhoneNumber|✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
280
- |getSavedFileInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
281
- |getSavedFileList|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
282
- |getScreenBrightness|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
283
- |getServerTime|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
284
- |getSetting|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
285
- |getSiteInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
264
+ |getSavedFileInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
265
+ |getSavedFileList|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
266
+ |getScreenBrightness|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
267
+ |getServerTime|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
268
+ |getSetting|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
269
+ |getSiteInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
286
270
  |getStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
287
271
  |getStorageSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
288
- |getSystemInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
272
+ |getSystemInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
289
273
  |getSystemInfoSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
290
- |hideBackHome|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
291
- |hideKeyboard|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
292
- |hideLoading|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
293
- |hideNavigationBarLoading|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
294
- |hideTabBar|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
295
- |hideToast|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
274
+ |hideBackHome|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
275
+ |hideKeyboard|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
276
+ |hideLoading|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
277
+ |hideNavigationBarLoading|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
278
+ |hideTabBar|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
279
+ |hideToast|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
296
280
  |inquireQuote|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
297
281
  |isInstalledApp|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
298
- |makePhoneCall|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
299
- |multiLevelSelect|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
300
- |navigateBack|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
301
- |navigateBackMiniProgram|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
302
- |navigateTo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
303
- |navigateToBizScene|✅ | | | ❌ | ❌ | | | | | |
304
- |navigateToMiniProgram|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
305
- |notifyBLECharacteristicValueChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
306
- |offAccelerometerChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
307
- |offBLECharacteristicValueChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
308
- |offBLEConnectionStateChanged|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
309
- |offBluetoothAdapterStateChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
310
- |offBluetoothDeviceFound|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
311
- |offCompassChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
312
- |offMemoryWarning|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
313
- |offSocketClose|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
314
- |offSocketError|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
315
- |offSocketMessage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
316
- |offSocketOpen|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
317
- |offUserCaptureScreen|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
318
- |onAccelerometerChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
319
- |onBLECharacteristicValueChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
320
- |onBLEConnectionStateChanged|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
321
- |onBluetoothAdapterStateChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
322
- |onBluetoothDeviceFound|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
323
- |onCompassChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
324
- |onMemoryWarning|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
325
- |onSocketClose|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
326
- |onSocketError|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
327
- |onSocketMessage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
328
- |onSocketOpen|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
329
- |onUserCaptureScreen|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
330
- |openBluetoothAdapter|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
331
- |openDocument|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
282
+ |makePhoneCall|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
283
+ |multiLevelSelect|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
284
+ |navigateBack|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
285
+ |navigateBackMiniProgram|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
286
+ |navigateTo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
287
+ |navigateToBizScene|❌ | | | ❌ | ❌ | | | | | |
288
+ |navigateToMiniProgram|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
289
+ |notifyBLECharacteristicValueChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
290
+ |offAccelerometerChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
291
+ |offBLECharacteristicValueChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
292
+ |offBLEConnectionStateChanged|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
293
+ |offBluetoothAdapterStateChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
294
+ |offBluetoothDeviceFound|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
295
+ |offCompassChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
296
+ |offMemoryWarning|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
297
+ |offSocketClose|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
298
+ |offSocketError|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
299
+ |offSocketMessage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
300
+ |offSocketOpen|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
301
+ |offUserCaptureScreen|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
302
+ |onAccelerometerChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
303
+ |onBLECharacteristicValueChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
304
+ |onBLEConnectionStateChanged|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
305
+ |onBluetoothAdapterStateChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
306
+ |onBluetoothDeviceFound|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
307
+ |onCompassChange|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
308
+ |onMemoryWarning|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
309
+ |onSocketClose|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
310
+ |onSocketError|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
311
+ |onSocketMessage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
312
+ |onSocketOpen|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
313
+ |onUserCaptureScreen|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
314
+ |openBluetoothAdapter|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
315
+ |openDocument|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
332
316
  |openSchemeWithBacking|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
333
- |openSetting|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
334
- |pageScrollTo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
317
+ |openSetting|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
318
+ |pageScrollTo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
335
319
  |paySignCenter|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
336
- |previewImage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
337
- |prompt|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
338
- |readBLECharacteristicValue|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
339
- |redirectTo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
320
+ |previewImage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
321
+ |prompt|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
322
+ |readBLECharacteristicValue|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
323
+ |redirectTo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
340
324
  |regionFetchAllApps|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
341
325
  |regionSearchAppsByKeywords|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
342
- |reLaunch|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
343
- |removeSavedFile|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
344
- |removeStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
326
+ |reLaunch|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
327
+ |removeSavedFile|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
328
+ |removeStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
345
329
  |removeStorageSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
346
330
  |request|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
347
- |rpc|✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | | ❌ |
348
- |saveFile|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
349
- |saveImage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
350
- |scan|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
351
- |sendSocketMessage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
352
- |setBackgroundColor|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
353
- |setCanPullDown|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
354
- |setClipboard|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
355
- |setKeepScreenOn|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
356
- |setNavigationBar|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
331
+ |rpc|✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | | ❌ |
332
+ |saveFile|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
333
+ |saveImage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
334
+ |scan|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
335
+ |sendSocketMessage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
336
+ |setBackgroundColor|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
337
+ |setCanPullDown|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
338
+ |setClipboard|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
339
+ |setKeepScreenOn|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
340
+ |setNavigationBar|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
357
341
  |setOptionMenu|✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
358
- |setScreenBrightness|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
342
+ |setScreenBrightness|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
359
343
  |setStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
360
344
  |setStorageSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
361
- |setTabBarStyle|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
362
- |showActionSheet|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
363
- |showAuthGuide|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
364
- |showLoading|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
365
- |showNavigationBarLoading|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
366
- |showToast|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
367
- |signContract|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
345
+ |setTabBarStyle|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
346
+ |showActionSheet|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
347
+ |showAuthGuide|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
348
+ |showLoading|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
349
+ |showNavigationBarLoading|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
350
+ |showToast|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
351
+ |signContract|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
368
352
  |startApp|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
369
353
  |startBizService|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
370
- |startBluetoothDevicesDiscovery|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
371
- |startPullDownRefresh|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
372
- |stopBluetoothDevicesDiscovery|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
373
- |stopPullDownRefresh|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
374
- |switchTab|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
354
+ |startBluetoothDevicesDiscovery|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
355
+ |startPullDownRefresh|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
356
+ |stopBluetoothDevicesDiscovery|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
357
+ |stopPullDownRefresh|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
358
+ |switchTab|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
375
359
  |thirdPartyAuthForAc|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
376
- |tradePay|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
360
+ |tradePay|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
377
361
  |crossPay|❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
378
362
  |uploadApdidToken|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
379
- |uploadFile|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
380
- |vibrate|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
381
- |watchShake|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
382
- |writeBLECharacteristicValue|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
363
+ |uploadFile|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
364
+ |vibrate|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
365
+ |watchShake|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
366
+ |writeBLECharacteristicValue|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
383
367
  |getLaunchOptionsSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
384
368
  |createSelectorQuery|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
385
369
  |canIUse|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
386
370
  |getStorageInfo|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
387
371
  |getStorageInfoSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
388
- |showSharePanel|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
372
+ |showSharePanel|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
389
373
  |hideOptionButton|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
390
- |getCurrentLanguage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
391
- |openURL|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
392
- |openWebURL|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
393
- |openInApp|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
394
- |openOtherApp|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
395
- |openInBrowser|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
396
- |openPayCodePage|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
397
- |openApPayCodePage|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
398
- |openScanPage|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
399
- |createWithoutAuthRpc|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
400
- |rpcWithAuth|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
401
374
  |getAppId|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
402
375
  |getCurrentPages|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
403
376
  |getSDKVersion|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
404
- |defineRuntimeConfig|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
405
- |rpcWithAuthAPlus|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
406
- |easyShare|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
407
- |homeAddAppToMyApps|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
408
- |homeCanAddAppToMyApps|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
409
- |postNotification|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
410
- |addNotifyListener|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
411
- |removeNotifyListener|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
412
- |getMainSelectedCity|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
413
- |chooseDistrict|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
414
- |popWindow|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
415
377
  |setTransparentTitle|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
378
+ |getRunScene|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
379
+ |chooseFileFromDisk|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
380
+ |chooseVideo|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
381
+ |compressImage|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
382
+ |setTabBarItem|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
383
+ |showTabBar|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
416
384
  ### Web
417
385
  | API | demo | alipay | h5 | tngdh5ng |
418
386
  | --- | --- | --- | --- | --- |
@@ -466,11 +434,11 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
466
434
  |getStorageSync|❌ | ❌ | ✅ | ❌ |
467
435
  |getSystemInfo|✅ | ✅ | ✅ | ✅ |
468
436
  |getSystemInfoSync|❌ | ❌ | ✅ | ❌ |
469
- |hideBackHome|❌ | | ❌ | ❌ |
437
+ |hideBackHome|❌ | | ❌ | ❌ |
470
438
  |hideKeyboard|✅ | ✅ | ❌ | ❌ |
471
439
  |hideLoading|✅ | ✅ | ✅ | ✅ |
472
440
  |hideNavigationBarLoading|✅ | ✅ | ❌ | ❌ |
473
- |hideTabBar|❌ | | ❌ | ❌ |
441
+ |hideTabBar|❌ | | ❌ | ❌ |
474
442
  |hideToast|✅ | ✅ | ✅ | ✅ |
475
443
  |inquireQuote|✅ | ❌ | ❌ | ❌ |
476
444
  |isInstalledApp|✅ | ❌ | ❌ | ❌ |
@@ -479,7 +447,7 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
479
447
  |navigateBack|✅ | ✅ | ✅ | ✅ |
480
448
  |navigateBackMiniProgram|✅ | ✅ | ❌ | ❌ |
481
449
  |navigateTo|✅ | ✅ | ✅ | ✅ |
482
- |navigateToBizScene|✅ | ❌ | ✅ | ❌ |
450
+ |navigateToBizScene|❌ | ❌ | ✅ | ❌ |
483
451
  |navigateToMiniProgram|✅ | ✅ | ✅ | ❌ |
484
452
  |notifyBLECharacteristicValueChange|❌ | ❌ | ❌ | ❌ |
485
453
  |offAccelerometerChange|❌ | ❌ | ❌ | ❌ |
@@ -505,7 +473,7 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
505
473
  |onSocketError|❌ | ❌ | ❌ | ❌ |
506
474
  |onSocketMessage|❌ | ❌ | ❌ | ❌ |
507
475
  |onSocketOpen|❌ | ❌ | ❌ | ❌ |
508
- |onUserCaptureScreen|❌ | | ❌ | ❌ |
476
+ |onUserCaptureScreen|❌ | | ❌ | ❌ |
509
477
  |openBluetoothAdapter|❌ | ❌ | ❌ | ❌ |
510
478
  |openDocument|✅ | ✅ | ❌ | ❌ |
511
479
  |openSchemeWithBacking|✅ | ❌ | ❌ | ❌ |
@@ -528,16 +496,16 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
528
496
  |saveImage|✅ | ✅ | ❌ | ❌ |
529
497
  |scan|✅ | ✅ | ❌ | ❌ |
530
498
  |sendSocketMessage|❌ | ❌ | ❌ | ❌ |
531
- |setBackgroundColor|❌ | | ❌ | ❌ |
532
- |setCanPullDown|❌ | | ❌ | ❌ |
499
+ |setBackgroundColor|❌ | | ❌ | ❌ |
500
+ |setCanPullDown|❌ | | ❌ | ❌ |
533
501
  |setClipboard|✅ | ✅ | ✅ | ✅ |
534
502
  |setKeepScreenOn|✅ | ✅ | ❌ | ❌ |
535
503
  |setNavigationBar|✅ | ✅ | ✅ | ✅ |
536
- |setOptionMenu|❌ | | ❌ | ❌ |
504
+ |setOptionMenu|❌ | | ❌ | ❌ |
537
505
  |setScreenBrightness|✅ | ✅ | ❌ | ❌ |
538
506
  |setStorage|✅ | ✅ | ✅ | ❌ |
539
507
  |setStorageSync|❌ | ❌ | ✅ | ❌ |
540
- |setTabBarStyle|❌ | | ❌ | ❌ |
508
+ |setTabBarStyle|❌ | | ❌ | ❌ |
541
509
  |showActionSheet|✅ | ✅ | ❌ | ❌ |
542
510
  |showAuthGuide|✅ | ✅ | ❌ | ❌ |
543
511
  |showLoading|✅ | ✅ | ✅ | ✅ |
@@ -547,9 +515,9 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
547
515
  |startApp|✅ | ✅ | ❌ | ❌ |
548
516
  |startBizService|✅ | ❌ | ❌ | ❌ |
549
517
  |startBluetoothDevicesDiscovery|❌ | ❌ | ❌ | ❌ |
550
- |startPullDownRefresh|❌ | | ❌ | ❌ |
518
+ |startPullDownRefresh|❌ | | ❌ | ❌ |
551
519
  |stopBluetoothDevicesDiscovery|❌ | ❌ | ❌ | ❌ |
552
- |stopPullDownRefresh|❌ | | ❌ | ❌ |
520
+ |stopPullDownRefresh|❌ | | ❌ | ❌ |
553
521
  |switchTab|❌ | ❌ | ❌ | ❌ |
554
522
  |thirdPartyAuthForAc|✅ | ❌ | ❌ | ❌ |
555
523
  |tradePay|✅ | ✅ | ❌ | ❌ |
@@ -557,7 +525,7 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
557
525
  |uploadApdidToken|✅ | ❌ | ❌ | ❌ |
558
526
  |uploadFile|✅ | ✅ | ❌ | ❌ |
559
527
  |vibrate|✅ | ✅ | ❌ | ✅ |
560
- |watchShake|❌ | | ❌ | ❌ |
528
+ |watchShake|❌ | | ❌ | ❌ |
561
529
  |writeBLECharacteristicValue|✅ | ❌ | ❌ | ❌ |
562
530
  |getLaunchOptionsSync|❌ | ❌ | ✅ | ❌ |
563
531
  |createSelectorQuery|❌ | ❌ | ✅ | ❌ |
@@ -566,32 +534,16 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
566
534
  |getStorageInfoSync|❌ | ❌ | ❌ | ❌ |
567
535
  |showSharePanel|❌ | ❌ | ❌ | ❌ |
568
536
  |hideOptionButton|❌ | ❌ | ❌ | ❌ |
569
- |getCurrentLanguage|✅ | ✅ | ✅ | ✅ |
570
- |openURL|❌ | ✅ | ✅ | ❌ |
571
- |openWebURL|❌ | ✅ | ❌ | ❌ |
572
- |openInApp|❌ | ✅ | ❌ | ❌ |
573
- |openOtherApp|❌ | ✅ | ❌ | ❌ |
574
- |openInBrowser|❌ | ✅ | ❌ | ❌ |
575
- |openPayCodePage|❌ | ✅ | ❌ | ❌ |
576
- |openApPayCodePage|❌ | ✅ | ❌ | ❌ |
577
- |openScanPage|❌ | ✅ | ❌ | ❌ |
578
- |createWithoutAuthRpc|❌ | ✅ | ✅ | ❌ |
579
- |rpcWithAuth|❌ | ✅ | ✅ | ❌ |
580
537
  |getAppId|❌ | ❌ | ❌ | ❌ |
581
538
  |getCurrentPages|❌ | ❌ | ❌ | ❌ |
582
539
  |getSDKVersion|❌ | ❌ | ❌ | ❌ |
583
- |defineRuntimeConfig|❌ | ✅ | ✅ | ❌ |
584
- |rpcWithAuthAPlus|❌ | ✅ | ❌ | ❌ |
585
- |easyShare|❌ | ✅ | ❌ | ❌ |
586
- |homeAddAppToMyApps|❌ | ✅ | ❌ | ❌ |
587
- |homeCanAddAppToMyApps|❌ | ✅ | ❌ | ❌ |
588
- |postNotification|❌ | ✅ | ❌ | ❌ |
589
- |addNotifyListener|❌ | ✅ | ❌ | ❌ |
590
- |removeNotifyListener|❌ | ✅ | ❌ | ❌ |
591
- |getMainSelectedCity|❌ | ✅ | ❌ | ❌ |
592
- |chooseDistrict|❌ | ✅ | ❌ | ❌ |
593
- |popWindow|❌ | ✅ | ✅ | ❌ |
594
540
  |setTransparentTitle|❌ | ✅ | ❌ | ❌ |
541
+ |getRunScene|❌ | ✅ | ❌ | ❌ |
542
+ |chooseFileFromDisk|❌ | ✅ | ❌ | ❌ |
543
+ |chooseVideo|❌ | ✅ | ❌ | ❌ |
544
+ |compressImage|❌ | ✅ | ❌ | ❌ |
545
+ |setTabBarItem|❌ | ✅ | ❌ | ❌ |
546
+ |showTabBar|❌ | ✅ | ❌ | ❌ |
595
547
 
596
548
  ## License
597
549